diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index 3a016cbd69..81c734f867 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.7. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST))) GOPATH ?= $(shell go env GOPATH) @@ -23,29 +23,23 @@ $(ALERTMANAGER): $(BINGO_DIR)/alertmanager.mod @echo "(re)installing $(GOBIN)/alertmanager-v0.24.0" @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=alertmanager.mod -o=$(GOBIN)/alertmanager-v0.24.0 "github.com/prometheus/alertmanager/cmd/alertmanager" -BINGO := $(GOBIN)/bingo-v0.6.0 +BINGO := $(GOBIN)/bingo-v0.9.0 $(BINGO): $(BINGO_DIR)/bingo.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/bingo-v0.6.0" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=bingo.mod -o=$(GOBIN)/bingo-v0.6.0 "github.com/bwplotka/bingo" + @echo "(re)installing $(GOBIN)/bingo-v0.9.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=bingo.mod -o=$(GOBIN)/bingo-v0.9.0 "github.com/bwplotka/bingo" -FAILLINT := $(GOBIN)/faillint-v1.11.0 +FAILLINT := $(GOBIN)/faillint-v1.13.0 $(FAILLINT): $(BINGO_DIR)/faillint.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/faillint-v1.11.0" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=faillint.mod -o=$(GOBIN)/faillint-v1.11.0 "github.com/fatih/faillint" + @echo "(re)installing $(GOBIN)/faillint-v1.13.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=faillint.mod -o=$(GOBIN)/faillint-v1.13.0 "github.com/fatih/faillint" -GO_BINDATA := $(GOBIN)/go-bindata-v3.1.1+incompatible -$(GO_BINDATA): $(BINGO_DIR)/go-bindata.mod - @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/go-bindata-v3.1.1+incompatible" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=go-bindata.mod -o=$(GOBIN)/go-bindata-v3.1.1+incompatible "github.com/go-bindata/go-bindata/go-bindata" - -GOIMPORTS := $(GOBIN)/goimports-v0.1.11 +GOIMPORTS := $(GOBIN)/goimports-v0.23.0 $(GOIMPORTS): $(BINGO_DIR)/goimports.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/goimports-v0.1.11" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=goimports.mod -o=$(GOBIN)/goimports-v0.1.11 "golang.org/x/tools/cmd/goimports" + @echo "(re)installing $(GOBIN)/goimports-v0.23.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=goimports.mod -o=$(GOBIN)/goimports-v0.23.0 "golang.org/x/tools/cmd/goimports" GOJSONTOYAML := $(GOBIN)/gojsontoyaml-v0.1.0 $(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod @@ -53,11 +47,11 @@ $(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod @echo "(re)installing $(GOBIN)/gojsontoyaml-v0.1.0" @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN)/gojsontoyaml-v0.1.0 "github.com/brancz/gojsontoyaml" -GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.51.1 +GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.59.1 $(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/golangci-lint-v1.51.1" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.51.1 "github.com/golangci/golangci-lint/cmd/golangci-lint" + @echo "(re)installing $(GOBIN)/golangci-lint-v1.59.1" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.59.1 "github.com/golangci/golangci-lint/cmd/golangci-lint" GOTESPLIT := $(GOBIN)/gotesplit-v0.2.1 $(GOTESPLIT): $(BINGO_DIR)/gotesplit.mod @@ -119,11 +113,11 @@ $(PROMETHEUS): $(BINGO_DIR)/prometheus.mod @echo "(re)installing $(GOBIN)/prometheus-v0.37.0" @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=prometheus.mod -o=$(GOBIN)/prometheus-v0.37.0 "github.com/prometheus/prometheus/cmd/prometheus" -PROMTOOL := $(GOBIN)/promtool-v0.37.0 +PROMTOOL := $(GOBIN)/promtool-v0.47.0 $(PROMTOOL): $(BINGO_DIR)/promtool.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/promtool-v0.37.0" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=promtool.mod -o=$(GOBIN)/promtool-v0.37.0 "github.com/prometheus/prometheus/cmd/promtool" + @echo "(re)installing $(GOBIN)/promtool-v0.47.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=promtool.mod -o=$(GOBIN)/promtool-v0.47.0 "github.com/prometheus/prometheus/cmd/promtool" PROMU := $(GOBIN)/promu-v0.5.0 $(PROMU): $(BINGO_DIR)/promu.mod @@ -137,9 +131,9 @@ $(PROTOC_GEN_GOGOFAST): $(BINGO_DIR)/protoc-gen-gogofast.mod @echo "(re)installing $(GOBIN)/protoc-gen-gogofast-v1.3.2" @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-gogofast.mod -o=$(GOBIN)/protoc-gen-gogofast-v1.3.2 "github.com/gogo/protobuf/protoc-gen-gogofast" -SHFMT := $(GOBIN)/shfmt-v3.5.1 +SHFMT := $(GOBIN)/shfmt-v3.8.0 $(SHFMT): $(BINGO_DIR)/shfmt.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/shfmt-v3.5.1" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=shfmt.mod -o=$(GOBIN)/shfmt-v3.5.1 "mvdan.cc/sh/v3/cmd/shfmt" + @echo "(re)installing $(GOBIN)/shfmt-v3.8.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=shfmt.mod -o=$(GOBIN)/shfmt-v3.8.0 "mvdan.cc/sh/v3/cmd/shfmt" diff --git a/.bingo/bingo.mod b/.bingo/bingo.mod index adac260aac..25cb672dc5 100644 --- a/.bingo/bingo.mod +++ b/.bingo/bingo.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.14 -require github.com/bwplotka/bingo v0.6.0 +require github.com/bwplotka/bingo v0.9.0 diff --git a/.bingo/bingo.sum b/.bingo/bingo.sum index b73e552c7c..74ce4ad6fc 100644 --- a/.bingo/bingo.sum +++ b/.bingo/bingo.sum @@ -2,17 +2,32 @@ github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3Q github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/bwplotka/bingo v0.6.0 h1:AlRrI9J/GVjOUSZbsYQ5WS8X8FnLpTbEAhUVW5iOQ7M= github.com/bwplotka/bingo v0.6.0/go.mod h1:/qx0tLceUEeAs1R8QnIF+n9+Q0xUe7hmdQTB2w0eDYk= +github.com/bwplotka/bingo v0.8.1-0.20230820182247-0568407746a2 h1:nvLMMDf/Lw2JdJe2KzXjnL7IhIU+j48CXFZEuR9uPHQ= +github.com/bwplotka/bingo v0.8.1-0.20230820182247-0568407746a2/go.mod h1:GxC/y/xbmOK5P29cn+B3HuOSw0s2gruddT3r+rDizDw= +github.com/bwplotka/bingo v0.9.0 h1:slnsdJYExR4iRalHR6/ZiYnr9vSazOuFGmc2LdX293g= +github.com/bwplotka/bingo v0.9.0/go.mod h1:GxC/y/xbmOK5P29cn+B3HuOSw0s2gruddT3r+rDizDw= +github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.15/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= +github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/efficientgo/core v1.0.0-rc.0 h1:jJoA0N+C4/knWYVZ6GrdHOtDyrg8Y/TR4vFpTaqTsqs= +github.com/efficientgo/core v1.0.0-rc.0/go.mod h1:kQa0V74HNYMfuJH6jiPiwNdpWXl4xd/K4tzlrcvYDQI= github.com/efficientgo/tools/core v0.0.0-20220225185207-fe763185946b h1:ZHiD4/yE4idlbqvAO6iYCOYRzOMRpxkW+FKasRA3tsQ= github.com/efficientgo/tools/core v0.0.0-20220225185207-fe763185946b/go.mod h1:OmVcnJopJL8d3X3sSXTiypGoUSgFq1aDGmlrdi9dn/M= github.com/frankban/quicktest v1.13.1/go.mod h1:NeW+ay9A/U67EYXNFA1nPE8e/tnQv/09mUdL/ijj8og= +github.com/frankban/quicktest v1.14.5/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= +github.com/google/renameio/v2 v2.0.0/go.mod h1:BtmJXm5YlszgC+TD4HOEEUFgkJP3nLxehU6hfe7jRt4= +github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc= +github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= @@ -24,34 +39,64 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.1-0.20210923151022-86f73c517451/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.1-0.20230524175051-ec119421bb97/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/spf13/cobra v1.5.0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU= +github.com/spf13/cobra v1.5.0/go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM= +github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38= golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI= +golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210925032602-92d5a993a665/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f h1:rlezHXNlxYWvBCzNses9Dlc7nGFaNMJeqLolcmQSSZY= golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210916214954-140adaaadfaf/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -61,7 +106,10 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= mvdan.cc/editorconfig v0.2.0/go.mod h1:lvnnD3BNdBYkhq+B4uBuFFKatfp02eB6HixDvEz91C0= mvdan.cc/sh/v3 v3.4.3 h1:zbuKH7YH9cqU6PGajhFFXZY7dhPXcDr55iN/cUAqpuw= mvdan.cc/sh/v3 v3.4.3/go.mod h1:p/tqPPI4Epfk2rICAe2RoaNd8HBSJ8t9Y2DA9yQlbzY= +mvdan.cc/sh/v3 v3.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg= +mvdan.cc/sh/v3 v3.7.0/go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8= diff --git a/.bingo/faillint.mod b/.bingo/faillint.mod index 449ca748b8..ee623ab941 100644 --- a/.bingo/faillint.mod +++ b/.bingo/faillint.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.14 -require github.com/fatih/faillint v1.11.0 +require github.com/fatih/faillint v1.13.0 diff --git a/.bingo/faillint.sum b/.bingo/faillint.sum index e2578137b1..57701200c2 100644 --- a/.bingo/faillint.sum +++ b/.bingo/faillint.sum @@ -6,25 +6,43 @@ github.com/fatih/faillint v1.10.0 h1:NQ2zhSNuYp0g23/6gyCSi2IfdVIfOk/JkSzpWSDEnYQ github.com/fatih/faillint v1.10.0/go.mod h1:upblMxCjN4sL78nBbOHFEH9UGHTSw61M3Kj9BMS0UL0= github.com/fatih/faillint v1.11.0 h1:EhmAKe8k0Cx2gnf+/JiX/IAeeKjwsQao5dY8oG6cQB4= github.com/fatih/faillint v1.11.0/go.mod h1:d9kdQwFcr+wD4cLXOdjTw1ENUUvv5+z0ctJ5Wm0dTvA= +github.com/fatih/faillint v1.13.0 h1:9Dn9ZvK7bPTFmAkQ0FvhBRF4qD+LZg0ZgelyeBc7kKE= +github.com/fatih/faillint v1.13.0/go.mod h1:YiTDDtwQSL6MNRPtYG0n/rGE9orYt92aohq/P2QYBLA= github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= +golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= +golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38= golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o= golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic= +golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -35,12 +53,27 @@ golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= +golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= +golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.8 h1:P1HhGGuLW4aAclzjtmJdf0mJOjVUZUzOTqkAkWL+l6w= @@ -49,6 +82,10 @@ golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20= golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/tools v0.1.12 h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw= +golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= diff --git a/.bingo/go-bindata.mod b/.bingo/go-bindata.mod deleted file mode 100644 index 4ed198396b..0000000000 --- a/.bingo/go-bindata.mod +++ /dev/null @@ -1,5 +0,0 @@ -module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT - -go 1.14 - -require github.com/go-bindata/go-bindata v3.1.1+incompatible // go-bindata diff --git a/.bingo/go-bindata.sum b/.bingo/go-bindata.sum deleted file mode 100644 index 28acdb52ae..0000000000 --- a/.bingo/go-bindata.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/go-bindata/go-bindata v3.1.1+incompatible h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg= -github.com/go-bindata/go-bindata v3.1.1+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo= diff --git a/.bingo/goimports.mod b/.bingo/goimports.mod index 43613f4730..44d8d131ed 100644 --- a/.bingo/goimports.mod +++ b/.bingo/goimports.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.14 -require golang.org/x/tools v0.1.11 // cmd/goimports +require golang.org/x/tools v0.23.0 // cmd/goimports diff --git a/.bingo/goimports.sum b/.bingo/goimports.sum index 727ab1b962..5912056404 100644 --- a/.bingo/goimports.sum +++ b/.bingo/goimports.sum @@ -1,20 +1,48 @@ +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= +golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= +golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= +golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M= golang.org/x/mod v0.2.0 h1:KU7oHjnv3XNWfa5COkzUifxZmxp1TyI7ImMXqFxLwvQ= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8= +golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= +golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -22,17 +50,52 @@ golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0= golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= +golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE= +golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= +golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= +golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= +golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200526224456-8b020aee10d2 h1:21BqcH/onxtGHn1A2GDOJjZnbt4Nlez629S3eaR+eYs= golang.org/x/tools v0.0.0-20200526224456-8b020aee10d2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.1.11 h1:loJ25fNOEhSXfHrpoGj91eCUThwdNX6u24rO1xnNteY= golang.org/x/tools v0.1.11/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss= +golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM= +golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg= +golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= diff --git a/.bingo/golangci-lint.mod b/.bingo/golangci-lint.mod index 79765e7dcf..1943a3a773 100644 --- a/.bingo/golangci-lint.mod +++ b/.bingo/golangci-lint.mod @@ -1,5 +1,7 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT -go 1.14 +go 1.21 -require github.com/golangci/golangci-lint v1.51.1 // cmd/golangci-lint +toolchain go1.22.5 + +require github.com/golangci/golangci-lint v1.59.1 // cmd/golangci-lint diff --git a/.bingo/golangci-lint.sum b/.bingo/golangci-lint.sum index a54388f0ce..6ef8647b94 100644 --- a/.bingo/golangci-lint.sum +++ b/.bingo/golangci-lint.sum @@ -40,43 +40,190 @@ cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Ud cloud.google.com/go v0.98.0/go.mod h1:ua6Ush4NALrHk5QXDWnjvZHN93OuF0HfuEPq9I1X0cM= cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A= +cloud.google.com/go v0.110.10/go.mod h1:v1OoFqYxiBkUrruItNM3eT4lLByNjxmJSV/xDKJNnic= +cloud.google.com/go/accessapproval v1.7.4/go.mod h1:/aTEh45LzplQgFYdQdwPMR9YdX0UlhBmvB84uAmQKUc= +cloud.google.com/go/accesscontextmanager v1.8.4/go.mod h1:ParU+WbMpD34s5JFEnGAnPBYAgUHozaTmDJU7aCU9+M= +cloud.google.com/go/aiplatform v1.52.0/go.mod h1:pwZMGvqe0JRkI1GWSZCtnAfrR4K1bv65IHILGA//VEU= +cloud.google.com/go/analytics v0.21.6/go.mod h1:eiROFQKosh4hMaNhF85Oc9WO97Cpa7RggD40e/RBy8w= +cloud.google.com/go/apigateway v1.6.4/go.mod h1:0EpJlVGH5HwAN4VF4Iec8TAzGN1aQgbxAWGJsnPCGGY= +cloud.google.com/go/apigeeconnect v1.6.4/go.mod h1:CapQCWZ8TCjnU0d7PobxhpOdVz/OVJ2Hr/Zcuu1xFx0= +cloud.google.com/go/apigeeregistry v0.8.2/go.mod h1:h4v11TDGdeXJDJvImtgK2AFVvMIgGWjSb0HRnBSjcX8= +cloud.google.com/go/apikeys v0.6.0/go.mod h1:kbpXu5upyiAlGkKrJgQl8A0rKNNJ7dQ377pdroRSSi8= +cloud.google.com/go/appengine v1.8.4/go.mod h1:TZ24v+wXBujtkK77CXCpjZbnuTvsFNT41MUaZ28D6vg= +cloud.google.com/go/area120 v0.8.4/go.mod h1:jfawXjxf29wyBXr48+W+GyX/f8fflxp642D/bb9v68M= +cloud.google.com/go/artifactregistry v1.14.6/go.mod h1:np9LSFotNWHcjnOgh8UVK0RFPCTUGbO0ve3384xyHfE= +cloud.google.com/go/asset v1.15.3/go.mod h1:yYLfUD4wL4X589A9tYrv4rFrba0QlDeag0CMcM5ggXU= +cloud.google.com/go/assuredworkloads v1.11.4/go.mod h1:4pwwGNwy1RP0m+y12ef3Q/8PaiWrIDQ6nD2E8kvWI9U= +cloud.google.com/go/automl v1.13.4/go.mod h1:ULqwX/OLZ4hBVfKQaMtxMSTlPx0GqGbWN8uA/1EqCP8= +cloud.google.com/go/baremetalsolution v1.2.3/go.mod h1:/UAQ5xG3faDdy180rCUv47e0jvpp3BFxT+Cl0PFjw5g= +cloud.google.com/go/batch v1.6.3/go.mod h1:J64gD4vsNSA2O5TtDB5AAux3nJ9iV8U3ilg3JDBYejU= +cloud.google.com/go/beyondcorp v1.0.3/go.mod h1:HcBvnEd7eYr+HGDd5ZbuVmBYX019C6CEXBonXbCVwJo= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= +cloud.google.com/go/bigquery v1.57.1/go.mod h1:iYzC0tGVWt1jqSzBHqCr3lrRn0u13E8e+AqowBsDgug= +cloud.google.com/go/billing v1.17.4/go.mod h1:5DOYQStCxquGprqfuid/7haD7th74kyMBHkjO/OvDtk= +cloud.google.com/go/binaryauthorization v1.7.3/go.mod h1:VQ/nUGRKhrStlGr+8GMS8f6/vznYLkdK5vaKfdCIpvU= +cloud.google.com/go/certificatemanager v1.7.4/go.mod h1:FHAylPe/6IIKuaRmHbjbdLhGhVQ+CWHSD5Jq0k4+cCE= +cloud.google.com/go/channel v1.17.3/go.mod h1:QcEBuZLGGrUMm7kNj9IbU1ZfmJq2apotsV83hbxX7eE= +cloud.google.com/go/cloudbuild v1.14.3/go.mod h1:eIXYWmRt3UtggLnFGx4JvXcMj4kShhVzGndL1LwleEM= +cloud.google.com/go/clouddms v1.7.3/go.mod h1:fkN2HQQNUYInAU3NQ3vRLkV2iWs8lIdmBKOx4nrL6Hc= +cloud.google.com/go/cloudtasks v1.12.4/go.mod h1:BEPu0Gtt2dU6FxZHNqqNdGqIG86qyWKBPGnsb7udGY0= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz/FMzPu0s= cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= +cloud.google.com/go/compute v1.23.3/go.mod h1:VCgBUoMnIVIR0CscqQiPJLAG25E3ZRZMzcFZeQ+h8CI= +cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/contactcenterinsights v1.11.3/go.mod h1:HHX5wrz5LHVAwfI2smIotQG9x8Qd6gYilaHcLLLmNis= +cloud.google.com/go/container v1.27.1/go.mod h1:b1A1gJeTBXVLQ6GGw9/9M4FG94BEGsqJ5+t4d/3N7O4= +cloud.google.com/go/containeranalysis v0.11.3/go.mod h1:kMeST7yWFQMGjiG9K7Eov+fPNQcGhb8mXj/UcTiWw9U= +cloud.google.com/go/datacatalog v1.18.3/go.mod h1:5FR6ZIF8RZrtml0VUao22FxhdjkoG+a0866rEnObryM= +cloud.google.com/go/dataflow v0.9.4/go.mod h1:4G8vAkHYCSzU8b/kmsoR2lWyHJD85oMJPHMtan40K8w= +cloud.google.com/go/dataform v0.9.1/go.mod h1:pWTg+zGQ7i16pyn0bS1ruqIE91SdL2FDMvEYu/8oQxs= +cloud.google.com/go/datafusion v1.7.4/go.mod h1:BBs78WTOLYkT4GVZIXQCZT3GFpkpDN4aBY4NDX/jVlM= +cloud.google.com/go/datalabeling v0.8.4/go.mod h1:Z1z3E6LHtffBGrNUkKwbwbDxTiXEApLzIgmymj8A3S8= +cloud.google.com/go/dataplex v1.11.1/go.mod h1:mHJYQQ2VEJHsyoC0OdNyy988DvEbPhqFs5OOLffLX0c= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= +cloud.google.com/go/dataproc/v2 v2.2.3/go.mod h1:G5R6GBc9r36SXv/RtZIVfB8SipI+xVn0bX5SxUzVYbY= +cloud.google.com/go/dataqna v0.8.4/go.mod h1:mySRKjKg5Lz784P6sCov3p1QD+RZQONRMRjzGNcFd0c= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= +cloud.google.com/go/datastore v1.15.0/go.mod h1:GAeStMBIt9bPS7jMJA85kgkpsMkvseWWXiaHya9Jes8= +cloud.google.com/go/datastream v1.10.3/go.mod h1:YR0USzgjhqA/Id0Ycu1VvZe8hEWwrkjuXrGbzeDOSEA= +cloud.google.com/go/deploy v1.14.2/go.mod h1:e5XOUI5D+YGldyLNZ21wbp9S8otJbBE4i88PtO9x/2g= +cloud.google.com/go/dialogflow v1.44.3/go.mod h1:mHly4vU7cPXVweuB5R0zsYKPMzy240aQdAu06SqBbAQ= +cloud.google.com/go/dlp v1.11.1/go.mod h1:/PA2EnioBeXTL/0hInwgj0rfsQb3lpE3R8XUJxqUNKI= +cloud.google.com/go/documentai v1.23.5/go.mod h1:ghzBsyVTiVdkfKaUCum/9bGBEyBjDO4GfooEcYKhN+g= +cloud.google.com/go/domains v0.9.4/go.mod h1:27jmJGShuXYdUNjyDG0SodTfT5RwLi7xmH334Gvi3fY= +cloud.google.com/go/edgecontainer v1.1.4/go.mod h1:AvFdVuZuVGdgaE5YvlL1faAoa1ndRR/5XhXZvPBHbsE= +cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= +cloud.google.com/go/essentialcontacts v1.6.5/go.mod h1:jjYbPzw0x+yglXC890l6ECJWdYeZ5dlYACTFL0U/VuM= +cloud.google.com/go/eventarc v1.13.3/go.mod h1:RWH10IAZIRcj1s/vClXkBgMHwh59ts7hSWcqD3kaclg= +cloud.google.com/go/filestore v1.7.4/go.mod h1:S5JCxIbFjeBhWMTfIYH2Jx24J6BqjwpkkPl+nBA5DlI= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx+rwHnAz+EY= +cloud.google.com/go/firestore v1.14.0/go.mod h1:96MVaHLsEhbvkBEdZgfN+AS/GIkco1LRpH9Xp9YZfzQ= +cloud.google.com/go/functions v1.15.4/go.mod h1:CAsTc3VlRMVvx+XqXxKqVevguqJpnVip4DdonFsX28I= +cloud.google.com/go/gaming v1.10.1/go.mod h1:XQQvtfP8Rb9Rxnxm5wFVpAp9zCQkJi2bLIb7iHGwB3s= +cloud.google.com/go/gkebackup v1.3.4/go.mod h1:gLVlbM8h/nHIs09ns1qx3q3eaXcGSELgNu1DWXYz1HI= +cloud.google.com/go/gkeconnect v0.8.4/go.mod h1:84hZz4UMlDCKl8ifVW8layK4WHlMAFeq8vbzjU0yJkw= +cloud.google.com/go/gkehub v0.14.4/go.mod h1:Xispfu2MqnnFt8rV/2/3o73SK1snL8s9dYJ9G2oQMfc= +cloud.google.com/go/gkemulticloud v1.0.3/go.mod h1:7NpJBN94U6DY1xHIbsDqB2+TFZUfjLUKLjUX8NGLor0= +cloud.google.com/go/grafeas v0.3.0/go.mod h1:P7hgN24EyONOTMyeJH6DxG4zD7fwiYa5Q6GUgyFSOU8= +cloud.google.com/go/gsuiteaddons v1.6.4/go.mod h1:rxtstw7Fx22uLOXBpsvb9DUbC+fiXs7rF4U29KHM/pE= +cloud.google.com/go/iam v1.1.5/go.mod h1:rB6P/Ic3mykPbFio+vo7403drjlgvoWfYpJhMXEbzv8= +cloud.google.com/go/iap v1.9.3/go.mod h1:DTdutSZBqkkOm2HEOTBzhZxh2mwwxshfD/h3yofAiCw= +cloud.google.com/go/ids v1.4.4/go.mod h1:z+WUc2eEl6S/1aZWzwtVNWoSZslgzPxAboS0lZX0HjI= +cloud.google.com/go/iot v1.7.4/go.mod h1:3TWqDVvsddYBG++nHSZmluoCAVGr1hAcabbWZNKEZLk= +cloud.google.com/go/kms v1.15.5/go.mod h1:cU2H5jnp6G2TDpUGZyqTCoy1n16fbubHZjmVXSMtwDI= +cloud.google.com/go/language v1.12.2/go.mod h1:9idWapzr/JKXBBQ4lWqVX/hcadxB194ry20m/bTrhWc= +cloud.google.com/go/lifesciences v0.9.4/go.mod h1:bhm64duKhMi7s9jR9WYJYvjAFJwRqNj+Nia7hF0Z7JA= +cloud.google.com/go/logging v1.8.1/go.mod h1:TJjR+SimHwuC8MZ9cjByQulAMgni+RkXeI3wwctHJEI= +cloud.google.com/go/longrunning v0.5.4/go.mod h1:zqNVncI0BOP8ST6XQD1+VcvuShMmq7+xFSzOL++V0dI= +cloud.google.com/go/managedidentities v1.6.4/go.mod h1:WgyaECfHmF00t/1Uk8Oun3CQ2PGUtjc3e9Alh79wyiM= +cloud.google.com/go/maps v1.6.1/go.mod h1:4+buOHhYXFBp58Zj/K+Lc1rCmJssxxF4pJ5CJnhdz18= +cloud.google.com/go/mediatranslation v0.8.4/go.mod h1:9WstgtNVAdN53m6TQa5GjIjLqKQPXe74hwSCxUP6nj4= +cloud.google.com/go/memcache v1.10.4/go.mod h1:v/d8PuC8d1gD6Yn5+I3INzLR01IDn0N4Ym56RgikSI0= +cloud.google.com/go/metastore v1.13.3/go.mod h1:K+wdjXdtkdk7AQg4+sXS8bRrQa9gcOr+foOMF2tqINE= +cloud.google.com/go/monitoring v1.16.3/go.mod h1:KwSsX5+8PnXv5NJnICZzW2R8pWTis8ypC4zmdRD63Tw= +cloud.google.com/go/networkconnectivity v1.14.3/go.mod h1:4aoeFdrJpYEXNvrnfyD5kIzs8YtHg945Og4koAjHQek= +cloud.google.com/go/networkmanagement v1.9.3/go.mod h1:y7WMO1bRLaP5h3Obm4tey+NquUvB93Co1oh4wpL+XcU= +cloud.google.com/go/networksecurity v0.9.4/go.mod h1:E9CeMZ2zDsNBkr8axKSYm8XyTqNhiCHf1JO/Vb8mD1w= +cloud.google.com/go/notebooks v1.11.2/go.mod h1:z0tlHI/lREXC8BS2mIsUeR3agM1AkgLiS+Isov3SS70= +cloud.google.com/go/optimization v1.6.2/go.mod h1:mWNZ7B9/EyMCcwNl1frUGEuY6CPijSkz88Fz2vwKPOY= +cloud.google.com/go/orchestration v1.8.4/go.mod h1:d0lywZSVYtIoSZXb0iFjv9SaL13PGyVOKDxqGxEf/qI= +cloud.google.com/go/orgpolicy v1.11.4/go.mod h1:0+aNV/nrfoTQ4Mytv+Aw+stBDBjNf4d8fYRA9herfJI= +cloud.google.com/go/osconfig v1.12.4/go.mod h1:B1qEwJ/jzqSRslvdOCI8Kdnp0gSng0xW4LOnIebQomA= +cloud.google.com/go/oslogin v1.12.2/go.mod h1:CQ3V8Jvw4Qo4WRhNPF0o+HAM4DiLuE27Ul9CX9g2QdY= +cloud.google.com/go/phishingprotection v0.8.4/go.mod h1:6b3kNPAc2AQ6jZfFHioZKg9MQNybDg4ixFd4RPZZ2nE= +cloud.google.com/go/policytroubleshooter v1.10.2/go.mod h1:m4uF3f6LseVEnMV6nknlN2vYGRb+75ylQwJdnOXfnv0= +cloud.google.com/go/privatecatalog v0.9.4/go.mod h1:SOjm93f+5hp/U3PqMZAHTtBtluqLygrDrVO8X8tYtG0= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= cloud.google.com/go/pubsub v1.5.0/go.mod h1:ZEwJccE3z93Z2HWvstpri00jOg7oO4UZDtKhwDwqF0w= +cloud.google.com/go/pubsub v1.33.0/go.mod h1:f+w71I33OMyxf9VpMVcZbnG5KSUkCOUHYpFd5U1GdRc= +cloud.google.com/go/pubsublite v1.8.1/go.mod h1:fOLdU4f5xldK4RGJrBMm+J7zMWNj/k4PxwEZXy39QS0= +cloud.google.com/go/recaptchaenterprise v1.3.1/go.mod h1:OdD+q+y4XGeAlxRaMn1Y7/GveP6zmq76byL6tjPE7d4= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.3/go.mod h1:Dak54rw6lC2gBY8FBznpOCAR58wKf+R+ZSJRoeJok4w= +cloud.google.com/go/recommendationengine v0.8.4/go.mod h1:GEteCf1PATl5v5ZsQ60sTClUE0phbWmo3rQ1Js8louU= +cloud.google.com/go/recommender v1.11.3/go.mod h1:+FJosKKJSId1MBFeJ/TTyoGQZiEelQQIZMKYYD8ruK4= +cloud.google.com/go/redis v1.14.1/go.mod h1:MbmBxN8bEnQI4doZPC1BzADU4HGocHBk2de3SbgOkqs= +cloud.google.com/go/resourcemanager v1.9.4/go.mod h1:N1dhP9RFvo3lUfwtfLWVxfUWq8+KUQ+XLlHLH3BoFJ0= +cloud.google.com/go/resourcesettings v1.6.4/go.mod h1:pYTTkWdv2lmQcjsthbZLNBP4QW140cs7wqA3DuqErVI= +cloud.google.com/go/retail v1.14.4/go.mod h1:l/N7cMtY78yRnJqp5JW8emy7MB1nz8E4t2yfOmklYfg= +cloud.google.com/go/run v1.3.3/go.mod h1:WSM5pGyJ7cfYyYbONVQBN4buz42zFqwG67Q3ch07iK4= +cloud.google.com/go/scheduler v1.10.4/go.mod h1:MTuXcrJC9tqOHhixdbHDFSIuh7xZF2IysiINDuiq6NI= +cloud.google.com/go/secretmanager v1.11.4/go.mod h1:wreJlbS9Zdq21lMzWmJ0XhWW2ZxgPeahsqeV/vZoJ3w= +cloud.google.com/go/security v1.15.4/go.mod h1:oN7C2uIZKhxCLiAAijKUCuHLZbIt/ghYEo8MqwD/Ty4= +cloud.google.com/go/securitycenter v1.24.2/go.mod h1:l1XejOngggzqwr4Fa2Cn+iWZGf+aBLTXtB/vXjy5vXM= +cloud.google.com/go/servicecontrol v1.11.1/go.mod h1:aSnNNlwEFBY+PWGQ2DoM0JJ/QUXqV5/ZD9DOLB7SnUk= +cloud.google.com/go/servicedirectory v1.11.3/go.mod h1:LV+cHkomRLr67YoQy3Xq2tUXBGOs5z5bPofdq7qtiAw= +cloud.google.com/go/servicemanagement v1.8.0/go.mod h1:MSS2TDlIEQD/fzsSGfCdJItQveu9NXnUniTrq/L8LK4= +cloud.google.com/go/serviceusage v1.6.0/go.mod h1:R5wwQcbOWsyuOfbP9tGdAnCAc6B9DRwPG1xtWMDeuPA= +cloud.google.com/go/shell v1.7.4/go.mod h1:yLeXB8eKLxw0dpEmXQ/FjriYrBijNsONpwnWsdPqlKM= cloud.google.com/go/spanner v1.7.0/go.mod h1:sd3K2gZ9Fd0vMPLXzeCrF6fq4i63Q7aTLW/lBIfBkIk= +cloud.google.com/go/spanner v1.51.0/go.mod h1:c5KNo5LQ1X5tJwma9rSQZsXNBDNvj4/n8BVc3LNahq0= +cloud.google.com/go/speech v1.20.1/go.mod h1:wwolycgONvfz2EDU8rKuHRW3+wc9ILPsAWoikBEWavY= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= +cloud.google.com/go/storage v1.35.1/go.mod h1:M6M/3V/D3KpzMTJyPOR/HU6n2Si5QdaXYEsng2xgOs8= +cloud.google.com/go/storagetransfer v1.10.3/go.mod h1:Up8LY2p6X68SZ+WToswpQbQHnJpOty/ACcMafuey8gc= +cloud.google.com/go/talent v1.6.5/go.mod h1:Mf5cma696HmE+P2BWJ/ZwYqeJXEeU0UqjHFXVLadEDI= +cloud.google.com/go/texttospeech v1.7.4/go.mod h1:vgv0002WvR4liGuSd5BJbWy4nDn5Ozco0uJymY5+U74= +cloud.google.com/go/tpu v1.6.4/go.mod h1:NAm9q3Rq2wIlGnOhpYICNI7+bpBebMJbh0yyp3aNw1Y= +cloud.google.com/go/trace v1.10.4/go.mod h1:Nso99EDIK8Mj5/zmB+iGr9dosS/bzWCJ8wGmE6TXNWY= +cloud.google.com/go/translate v1.9.3/go.mod h1:Kbq9RggWsbqZ9W5YpM94Q1Xv4dshw/gr/SHfsl5yCZ0= +cloud.google.com/go/video v1.20.3/go.mod h1:TnH/mNZKVHeNtpamsSPygSR0iHtvrR/cW1/GDjN5+GU= +cloud.google.com/go/videointelligence v1.11.4/go.mod h1:kPBMAYsTPFiQxMLmmjpcZUMklJp3nC9+ipJJtprccD8= +cloud.google.com/go/vision v1.2.0/go.mod h1:SmNwgObm5DpFBme2xpyOyasvBc1aPdjvMk2bBk0tKD0= +cloud.google.com/go/vision/v2 v2.7.5/go.mod h1:GcviprJLFfK9OLf0z8Gm6lQb6ZFUulvpZws+mm6yPLM= +cloud.google.com/go/vmmigration v1.7.4/go.mod h1:yBXCmiLaB99hEl/G9ZooNx2GyzgsjKnw5fWcINRgD70= +cloud.google.com/go/vmwareengine v1.0.3/go.mod h1:QSpdZ1stlbfKtyt6Iu19M6XRxjmXO+vb5a/R6Fvy2y4= +cloud.google.com/go/vpcaccess v1.7.4/go.mod h1:lA0KTvhtEOb/VOdnH/gwPuOzGgM+CWsmGu6bb4IoMKk= +cloud.google.com/go/webrisk v1.9.4/go.mod h1:w7m4Ib4C+OseSr2GL66m0zMBywdrVNTDKsdEsfMl7X0= +cloud.google.com/go/websecurityscanner v1.6.4/go.mod h1:mUiyMQ+dGpPPRkHgknIZeCzSHJ45+fY4F52nZFDHm2o= +cloud.google.com/go/workflows v1.12.3/go.mod h1:fmOUeeqEwPzIU81foMjTRQIdwQHADi/vEr1cx9R1m5g= contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= +git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= +github.com/4meepo/tagalign v1.3.2 h1:1idD3yxlRGV18VjqtDbqYvQ5pXqQS0wO2dn6M3XstvI= +github.com/4meepo/tagalign v1.3.2/go.mod h1:Q9c1rYMZJc9dPRkbQPpcBNCLEmY2njbAsXhQOZFE2dE= +github.com/4meepo/tagalign v1.3.4 h1:P51VcvBnf04YkHzjfclN6BbsopfJR5rxs1n+5zHt+w8= +github.com/4meepo/tagalign v1.3.4/go.mod h1:M+pnkHH2vG8+qhE5bVc/zeP7HS/j910Fwa9TUSyZVI0= github.com/Abirdcfly/dupword v0.0.9 h1:MxprGjKq3yDBICXDgEEsyGirIXfMYXkLNT/agPsE1tk= github.com/Abirdcfly/dupword v0.0.9/go.mod h1:PzmHVLLZ27MvHSzV7eFmMXSFArWXZPZmfuuziuUrf2g= +github.com/Abirdcfly/dupword v0.0.12 h1:56NnOyrXzChj07BDFjeRA+IUzSz01jmzEq+G4kEgFhc= +github.com/Abirdcfly/dupword v0.0.12/go.mod h1:+us/TGct/nI9Ndcbcp3rgNcQzctTj68pq7TcgNpLfdI= +github.com/Abirdcfly/dupword v0.0.14 h1:3U4ulkc8EUo+CaT105/GJ1BQwtgyj6+VaBVbAX11Ba8= +github.com/Abirdcfly/dupword v0.0.14/go.mod h1:VKDAbxdY8YbKUByLGg8EETzYSuC4crm9WwI6Y3S0cLI= github.com/Antonboom/errname v0.1.6 h1:LzIJZlyLOCSu51o3/t2n9Ck7PcoP9wdbrdaW6J8fX24= github.com/Antonboom/errname v0.1.6/go.mod h1:7lz79JAnuoMNDAWE9MeeIr1/c/VpSUWatBv2FH9NYpI= github.com/Antonboom/errname v0.1.7 h1:mBBDKvEYwPl4WFFNwec1CZO096G6vzK9vvDQzAwkako= github.com/Antonboom/errname v0.1.7/go.mod h1:g0ONh16msHIPgJSGsecu1G/dcF2hlYR/0SddnIAGavU= +github.com/Antonboom/errname v0.1.10 h1:RZ7cYo/GuZqjr1nuJLNe8ZH+a+Jd9DaZzttWzak9Bls= +github.com/Antonboom/errname v0.1.10/go.mod h1:xLeiCIrvVNpUtsN0wxAh05bNIZpqE22/qDMnTBTttiA= +github.com/Antonboom/errname v0.1.13 h1:JHICqsewj/fNckzrfVSe+T33svwQxmjC+1ntDsHOVvM= +github.com/Antonboom/errname v0.1.13/go.mod h1:uWyefRYRN54lBg6HseYCFhs6Qjcy41Y3Jl/dVhA87Ns= github.com/Antonboom/nilnil v0.1.1 h1:PHhrh5ANKFWRBh7TdYmyyq2gyT2lotnvFvvFbylF81Q= github.com/Antonboom/nilnil v0.1.1/go.mod h1:L1jBqoWM7AOeTD+tSquifKSesRHs4ZdaxvZR+xdJEaI= +github.com/Antonboom/nilnil v0.1.5 h1:X2JAdEVcbPaOom2TUa1FxZ3uyuUlex0XMLGYMemu6l0= +github.com/Antonboom/nilnil v0.1.5/go.mod h1:I24toVuBKhfP5teihGWctrRiPbRKHwZIFOvc6v3HZXk= +github.com/Antonboom/nilnil v0.1.9 h1:eKFMejSxPSA9eLSensFmjW2XTgTwJMjZ8hUHtV4s/SQ= +github.com/Antonboom/nilnil v0.1.9/go.mod h1:iGe2rYwCq5/Me1khrysB4nwI7swQvjclR8/YRPl5ihQ= +github.com/Antonboom/testifylint v1.3.1 h1:Uam4q1Q+2b6H7gvk9RQFw6jyVDdpzIirFOOrbs14eG4= +github.com/Antonboom/testifylint v1.3.1/go.mod h1:NV0hTlteCkViPW9mSR4wEMfwp+Hs1T3dY60bkvSfhpM= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= @@ -86,7 +233,13 @@ github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0 github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= +github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8= +github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= +github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= +github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= +github.com/Crocmagnon/fatcontext v0.2.2 h1:OrFlsDdOj9hW/oBEJBNSuH7QWf+E9WPVHw+x52bXVbk= +github.com/Crocmagnon/fatcontext v0.2.2/go.mod h1:WSn/c/+MMNiD8Pri0ahRj0o9jVpeowzavOQplBJw6u0= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rWPdisA5ynNEsoARbiCBOyGcJM4/OzsM= github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= @@ -96,10 +249,17 @@ github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.0 h1:V9xVvhKbLt7unNEGAruK1 github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.0/go.mod h1:n/vLeA7V+QY84iYAGwMkkUUp9ooeuftMEvaDrSVch+Q= github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 h1:+r1rSv4gvYn0wmRjC8X7IAzX8QezqtFV9m0MUHFJgts= github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0/go.mod h1:b3g59n2Y+T5xmcxJL+UEG2f8cQploZm1mR/v6BW0mU0= +github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 h1:3ZBs7LAezy8gh0uECsA6CGU43FF3zsx5f4eah5FxTMA= +github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0/go.mod h1:rZLTje5A9kFBe0pzhpe2TdhRniBF++PRHQuRpR8esVc= +github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0 h1:sATXp1x6/axKxz2Gjxv8MALP0bXaNRfQinEwyfMcx8c= +github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0/go.mod h1:Nl76DrGNJTA1KJ0LePKBw/vznBX1EHbAZX8mwjR82nI= +github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk= github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= +github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0= +github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= @@ -109,12 +269,28 @@ github.com/OpenPeeDeeP/depguard v1.1.0 h1:pjK9nLPS1FwQYGGpPxoMYpe7qACHOhAWQMQzV7 github.com/OpenPeeDeeP/depguard v1.1.0/go.mod h1:JtAMzWkmFEzDPyAd+W0NHl1lvpQKTvT9jnRVsohBKpc= github.com/OpenPeeDeeP/depguard v1.1.1 h1:TSUznLjvp/4IUP+OQ0t/4jF4QUyxIcVX8YnghZdunyA= github.com/OpenPeeDeeP/depguard v1.1.1/go.mod h1:JtAMzWkmFEzDPyAd+W0NHl1lvpQKTvT9jnRVsohBKpc= +github.com/OpenPeeDeeP/depguard/v2 v2.1.0 h1:aQl70G173h/GZYhWf36aE5H0KaujXfVMnn/f1kSDVYY= +github.com/OpenPeeDeeP/depguard/v2 v2.1.0/go.mod h1:PUBgk35fX4i7JDmwzlJwJ+GMe6NfO1723wmJMgPThNQ= +github.com/OpenPeeDeeP/depguard/v2 v2.2.0 h1:vDfG60vDtIuf0MEOhmLlLLSzqaRM8EMcgJPdp74zmpA= +github.com/OpenPeeDeeP/depguard/v2 v2.2.0/go.mod h1:CIzddKRvLBC4Au5aYP/i3nyaWQ+ClszLIuVocRiCYFQ= github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= +github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= +github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= +github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM= +github.com/alecthomas/assert/v2 v2.2.2/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ= +github.com/alecthomas/go-check-sumtype v0.1.4 h1:WCvlB3l5Vq5dZQTFmodqL2g68uHiSwwlWcT5a2FGK0c= +github.com/alecthomas/go-check-sumtype v0.1.4/go.mod h1:WyYPfhfkdhyrdaligV6svFopZV8Lqdzn5pyVBaV6jhQ= +github.com/alecthomas/repr v0.2.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= +github.com/alexkohler/nakedret/v2 v2.0.2 h1:qnXuZNvv3/AxkAb22q/sEsEpcA99YxLFACDtEw9TPxE= +github.com/alexkohler/nakedret/v2 v2.0.2/go.mod h1:2b8Gkk0GsOrqQv/gPWjNLDSKwG8I5moSXG1K4VIBcTQ= +github.com/alexkohler/nakedret/v2 v2.0.4 h1:yZuKmjqGi0pSmjGpOC016LtPJysIL0WEUiaXW5SUnNg= +github.com/alexkohler/nakedret/v2 v2.0.4/go.mod h1:bF5i0zF2Wo2o4X4USt9ntUWve6JbFv02Ff4vlkmS/VU= github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pOcUuw= github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE= github.com/alingse/asasalint v0.0.10 h1:qqGPDTV0ff0tWHN/nnIlSdjlU/EwRPaUY4SfpE1rnms= @@ -124,9 +300,14 @@ github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqr github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/brotli v1.0.3/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= +github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6/go.mod h1:V8iCPQYkqmusNa815XgQio277wI47sdRh1dUOLdyC6Q= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/aokoli/goutils v1.0.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= +github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0= +github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI= +github.com/apache/arrow/go/v12 v12.0.0/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg= +github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= @@ -137,6 +318,8 @@ github.com/ashanbrown/forbidigo v1.1.0 h1:SJOPJyqsrVL3CvR0veFZFmIM0fXS/Kvyikqvfp github.com/ashanbrown/forbidigo v1.1.0/go.mod h1:vVW7PEdqEFqapJe95xHkTfB1+XvZXBFg8t0sG2FIxmI= github.com/ashanbrown/forbidigo v1.3.0 h1:VkYIwb/xxdireGAdJNZoo24O4lmnEWkactplBlWTShc= github.com/ashanbrown/forbidigo v1.3.0/go.mod h1:vVW7PEdqEFqapJe95xHkTfB1+XvZXBFg8t0sG2FIxmI= +github.com/ashanbrown/forbidigo v1.6.0 h1:D3aewfM37Yb3pxHujIPSpTf6oQk9sc9WZi8gerOIVIY= +github.com/ashanbrown/forbidigo v1.6.0/go.mod h1:Y8j9jy9ZYAEHXdu723cUlraTqbzjKF1MUyfOKL+AjcU= github.com/ashanbrown/makezero v0.0.0-20210308000810-4155955488a0 h1:27owMIbvO33XL56BKWPy+SCU69I9wPwPXuMf5mAbVGU= github.com/ashanbrown/makezero v0.0.0-20210308000810-4155955488a0/go.mod h1:oG9Dnez7/ESBqc4EdrdNlryeo7d0KcW1ftXHm7nU/UU= github.com/ashanbrown/makezero v1.1.1 h1:iCQ87C0V0vSyO+M9E/FZYbu65auqH0lnsOkf5FcB28s= @@ -144,6 +327,7 @@ github.com/ashanbrown/makezero v1.1.1/go.mod h1:i1bJLCRSCHOcOa9Y6MyF2FTfMZMFdHvx github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.36.30/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= @@ -152,52 +336,99 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bkielbasa/cyclop v1.2.0 h1:7Jmnh0yL2DjKfw28p86YTd/B4lRGcNuu12sKE35sM7A= github.com/bkielbasa/cyclop v1.2.0/go.mod h1:qOI0yy6A7dYC4Zgsa72Ppm9kONl0RoIlPbzot9mhmeI= +github.com/bkielbasa/cyclop v1.2.1 h1:AeF71HZDob1P2/pRm1so9cd1alZnrpyc4q2uP2l0gJY= +github.com/bkielbasa/cyclop v1.2.1/go.mod h1:K/dT/M0FPAiYjBgQGau7tz+3TMh4FWAEqlMhzFWCrgM= github.com/blizzy78/varnamelen v0.8.0 h1:oqSblyuQvFsW1hbBHh1zfwrKe3kcSj0rnXkKzsQ089M= github.com/blizzy78/varnamelen v0.8.0/go.mod h1:V9TzQZ4fLJ1DSrjVDfl89H7aMnTvKkApdHeyESmyR7k= github.com/bombsimon/wsl/v3 v3.2.0 h1:x3QUbwW7tPGcCNridvqmhSRthZMTALnkg5/1J+vaUas= github.com/bombsimon/wsl/v3 v3.2.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= github.com/bombsimon/wsl/v3 v3.3.0 h1:Mka/+kRLoQJq7g2rggtgQsjuI/K5Efd87WX96EWFxjM= github.com/bombsimon/wsl/v3 v3.3.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= +github.com/bombsimon/wsl/v3 v3.4.0 h1:RkSxjT3tmlptwfgEgTgU+KYKLI35p/tviNXNXiL2aNU= +github.com/bombsimon/wsl/v3 v3.4.0/go.mod h1:KkIB+TXkqy6MvK9BDZVbZxKNYsE1/oLRJbIFtf14qqo= +github.com/bombsimon/wsl/v4 v4.2.1 h1:Cxg6u+XDWff75SIFFmNsqnIOgob+Q9hG6y/ioKbRFiM= +github.com/bombsimon/wsl/v4 v4.2.1/go.mod h1:Xu/kDxGZTofQcDGCtQe9KCzhHphIe0fDuyWTxER9Feo= +github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/breml/bidichk v0.2.3 h1:qe6ggxpTfA8E75hdjWPZ581sY3a2lnl0IRxLQFelECI= github.com/breml/bidichk v0.2.3/go.mod h1:8u2C6DnAy0g2cEq+k/A2+tr9O1s+vHGxWn0LTc70T2A= +github.com/breml/bidichk v0.2.4 h1:i3yedFWWQ7YzjdZJHnPo9d/xURinSq3OM+gyM43K4/8= +github.com/breml/bidichk v0.2.4/go.mod h1:7Zk0kRFt1LIZxtQdl9W9JwGAcLTTkOs+tN7wuEYGJ3s= +github.com/breml/bidichk v0.2.7 h1:dAkKQPLl/Qrk7hnP6P+E0xOodrq8Us7+U0o4UBOAlQY= +github.com/breml/bidichk v0.2.7/go.mod h1:YodjipAGI9fGcYM7II6wFvGhdMYsC5pHDlGzqvEW3tQ= github.com/breml/errchkjson v0.3.0 h1:YdDqhfqMT+I1vIxPSas44P+9Z9HzJwCeAzjB8PxP1xw= github.com/breml/errchkjson v0.3.0/go.mod h1:9Cogkyv9gcT8HREpzi3TiqBxCqDzo8awa92zSDFcofU= +github.com/breml/errchkjson v0.3.1 h1:hlIeXuspTyt8Y/UmP5qy1JocGNR00KQHgfaNtRAjoxQ= +github.com/breml/errchkjson v0.3.1/go.mod h1:XroxrzKjdiutFyW3nWhw34VGg7kiMsDQox73yWCGI2U= +github.com/breml/errchkjson v0.3.6 h1:VLhVkqSBH96AvXEyclMR37rZslRrY2kcyq+31HCsVrA= +github.com/breml/errchkjson v0.3.6/go.mod h1:jhSDoFheAF2RSDOlCfhHO9KqhZgAYLyvHe7bRCX8f/U= github.com/butuzov/ireturn v0.1.1 h1:QvrO2QF2+/Cx1WA/vETCIYBKtRjc30vesdoPUNo1EbY= github.com/butuzov/ireturn v0.1.1/go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc= +github.com/butuzov/ireturn v0.2.0 h1:kCHi+YzC150GE98WFuZQu9yrTn6GEydO2AuPLbTgnO4= +github.com/butuzov/ireturn v0.2.0/go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc= +github.com/butuzov/ireturn v0.3.0 h1:hTjMqWw3y5JC3kpnC5vXmFJAWI/m31jaCYQqzkS6PL0= +github.com/butuzov/ireturn v0.3.0/go.mod h1:A09nIiwiqzN/IoVo9ogpa0Hzi9fex1kd9PSD6edP5ZA= +github.com/butuzov/mirror v1.1.0 h1:ZqX54gBVMXu78QLoiqdwpl2mgmoOJTk7s4p4o+0avZI= +github.com/butuzov/mirror v1.1.0/go.mod h1:8Q0BdQU6rC6WILDiBM60DBfvV78OLJmMmixe7GF45AE= +github.com/butuzov/mirror v1.2.0 h1:9YVK1qIjNspaqWutSv8gsge2e/Xpq1eqEkslEUHy5cs= +github.com/butuzov/mirror v1.2.0/go.mod h1:DqZZDtzm42wIAIyHXeN8W/qb1EPlb9Qn/if9icBOpdQ= +github.com/catenacyber/perfsprint v0.7.1 h1:PGW5G/Kxn+YrN04cRAZKC+ZuvlVwolYMrIyyTJ/rMmc= +github.com/catenacyber/perfsprint v0.7.1/go.mod h1:/wclWYompEyjUD2FuIIDVKNkqz7IgBIWXIH3V0Zol50= +github.com/ccojocar/zxcvbn-go v1.0.2 h1:na/czXU8RrhXO4EZme6eQJLR4PzcGsahsBOAwU6I3Vg= +github.com/ccojocar/zxcvbn-go v1.0.2/go.mod h1:g1qkXtUSvHP8lhHp5GrSmTz6uWALGRMQdw6Qnz/hi60= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= +github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/charithe/durationcheck v0.0.6 h1:Tsy7EppNow2pDC0jN7Hsmcb6mHd71ZbI1vFissRBtc0= github.com/charithe/durationcheck v0.0.6/go.mod h1:SSbRIBVfMjCi/kEB6K65XEA83D6prSM8ap1UCpNKtgg= github.com/charithe/durationcheck v0.0.9 h1:mPP4ucLrf/rKZiIG/a9IPXHGlh8p4CzgpyTy6EEutYk= github.com/charithe/durationcheck v0.0.9/go.mod h1:SSbRIBVfMjCi/kEB6K65XEA83D6prSM8ap1UCpNKtgg= +github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iyoHGPf5w4= +github.com/charithe/durationcheck v0.0.10/go.mod h1:bCWXb7gYRysD1CU3C+u4ceO49LoGOY1C1L6uouGNreQ= github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 h1:tFXjAxje9thrTF4h57Ckik+scJjTWdwAtZqZPtOT48M= github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4/go.mod h1:W8EnPSQ8Nv4fUjc/v1/8tHFqhuOJXnRub0dTfuAQktU= github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 h1:E7LT642ysztPWE0dfz43cWOvMiF42DyTRC+eZIaO4yI= github.com/chavacava/garif v0.0.0-20220630083739-93517212f375/go.mod h1:4m1Rv7xfuwWPNKXlThldNuJvutYM6J95wNuuVmn55To= github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348 h1:cy5GCEZLUCshCGCRRUjxHrDUqkB4l5cuUt3ShEckQEo= github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348/go.mod h1:f/miWtG3SSuTxKsNK3o58H1xl+XV6ZIfbC6p7lPPB8U= +github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 h1:W9o46d2kbNL06lq7UNDPV0zYLzkrde/bjIqO02eoll0= +github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8/go.mod h1:gakxgyXaaPkxvLw1XQxNGK4I37ys9iBRzNUx/B7pUCo= +github.com/chavacava/garif v0.1.0 h1:2JHa3hbYf5D9dsgseMKAmc/MZ109otzgNFk5s87H9Pc= +github.com/chavacava/garif v0.1.0/go.mod h1:XMyYCkEL58DF0oyW4qDjjnPWONs2HBqYKI+UIPD+Gww= +github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs= +github.com/chromedp/chromedp v0.9.2/go.mod h1:LkSXJKONWTCHAfQasKFUZI+mxqS4tZqhmtGzzhLsnLs= +github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= +github.com/ckaznocha/intrange v0.1.2 h1:3Y4JAxcMntgb/wABQ6e8Q8leMd26JbX2790lIss9MTI= +github.com/ckaznocha/intrange v0.1.2/go.mod h1:RWffCw/vKBwHeOEwWdCikAtY0q4gGt8VhJZEEA5n+RE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= +github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= @@ -220,6 +451,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cristalhq/acmd v0.7.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= github.com/cristalhq/acmd v0.8.1/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= +github.com/cristalhq/acmd v0.11.1/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= +github.com/cristalhq/acmd v0.12.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= github.com/curioswitch/go-reassign v0.1.2 h1:ekM07+z+VFT560Exz4mTv0/s1yU9gem6CJc/tlYpkmI= github.com/curioswitch/go-reassign v0.1.2/go.mod h1:bFJIHgtTM3hRm2sKXSPkbwNjSFyGURQXyn4IXD2qwfQ= github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo= @@ -234,18 +467,26 @@ github.com/daixiang0/gci v0.6.3 h1:wUAqXChk8HbwXn8AfxD9DYSCp9Bpz1L3e6Q4Roe+q9E= github.com/daixiang0/gci v0.6.3/go.mod h1:EpVfrztufwVgQRXjnX4zuNinEpLj5OmMjtu/+MB0V0c= github.com/daixiang0/gci v0.9.0 h1:t8XZ0vK6l0pwPoOmoGyqW2NwQlvbpAQNVvu/GRBgykM= github.com/daixiang0/gci v0.9.0/go.mod h1:EpVfrztufwVgQRXjnX4zuNinEpLj5OmMjtu/+MB0V0c= +github.com/daixiang0/gci v0.11.0 h1:XeQbFKkCRxvVyn06EOuNY6LPGBLVuB/W130c8FrnX6A= +github.com/daixiang0/gci v0.11.0/go.mod h1:xtHP9N7AHdNvtRNfcx9gwTDfw7FRJx4bZUsiEfiNNAI= +github.com/daixiang0/gci v0.13.4 h1:61UGkmpoAcxHM2hhNkZEf5SzwQtWJXTSws7jaPyqwlw= +github.com/daixiang0/gci v0.13.4/go.mod h1:12etP2OniiIdP4q+kjUGrC/rUagga7ODbqsom5Eo5Yk= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/denis-tingaikin/go-header v0.4.3 h1:tEaZKAlqql6SKCY++utLmkPLd6K8IBM20Ha7UVm+mtU= github.com/denis-tingaikin/go-header v0.4.3/go.mod h1:0wOCWuN71D5qIgE2nz9KrKmuYBAC2Mra5RassOIQ2/c= +github.com/denis-tingaikin/go-header v0.5.0 h1:SRdnP5ZKvcO9KKRP1KJrhFR3RrlGuD+42t4429eC9k8= +github.com/denis-tingaikin/go-header v0.5.0/go.mod h1:mMenU5bWrok6Wl2UsZjy+1okegmwQ3UgWl4V1D8gjlY= github.com/denis-tingajkin/go-header v0.4.2 h1:jEeSF4sdv8/3cT/WY8AgDHUoItNSoEZ7qg9dX7pc218= github.com/denis-tingajkin/go-header v0.4.2/go.mod h1:eLRHAVXzE5atsKAnNRDB90WHCFFnBUn4RN0nRcs1LJA= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= +github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= @@ -256,15 +497,19 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.m github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= +github.com/envoyproxy/go-control-plane v0.11.1/go.mod h1:uhMcXKCQMEJHiAb0w+YGefQLaTEw+YhGluxZkrTmD0g= github.com/envoyproxy/protoc-gen-validate v0.0.14/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.6.2/go.mod h1:2t7qjJNvHPx8IjnBOzl9E9/baC+qXE/TeeyBRzgJDws= +github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE= github.com/esimonov/ifshort v1.0.2 h1:K5s1W2fGfkoWXsFlxBNqT6J0ZCncPaKrGM5qe0bni68= github.com/esimonov/ifshort v1.0.2/go.mod h1:yZqNJUrNn20K8Q9n2CrjTKYyVEmX209Hgu+M1LBpeZE= github.com/esimonov/ifshort v1.0.4 h1:6SID4yGWfRae/M7hkVDVVyppy8q/v9OuxNdmjLQStBA= github.com/esimonov/ifshort v1.0.4/go.mod h1:Pe8zjlRrJ80+q2CxHLfEOfTwxCZ4O+MuhcHcfgNWTk0= github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw= github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY= +github.com/ettle/strcase v0.2.0 h1:fGNiVF21fHXpX1niBgk0aROov1LagYsOwV/xqKDKR/Q= +github.com/ettle/strcase v0.2.0/go.mod h1:DajmHElDSaX76ITe3/VHVyMin4LWSJN5Z909Wp+ED1A= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.10.0 h1:s36xzo75JdqLaaWoiEHk767eHiwo0598uUxyfiPkDsg= @@ -273,14 +518,24 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.14.1 h1:qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w= github.com/fatih/color v1.14.1/go.mod h1:2oHN61fhTpgcxD3TSWCgKDiH1+x4OiDVVGH8WlgGZGg= +github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs= +github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw= +github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= +github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4= github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= github.com/firefart/nonamedreturns v1.0.1 h1:fSvcq6ZpK/uBAgJEGMvzErlzyM4NELLqqdTofVjVNag= github.com/firefart/nonamedreturns v1.0.1/go.mod h1:D3dpIBojGGNh5UfElmwPu73SwDCm+VKhHYqwlNOk2uQ= github.com/firefart/nonamedreturns v1.0.4 h1:abzI1p7mAEPYuR4A+VLKn4eNDOycjYo2phmY9sfv40Y= github.com/firefart/nonamedreturns v1.0.4/go.mod h1:TDhe/tjI1BXo48CmYbUduTV7BdIga8MAO/xbKdcVsGI= +github.com/firefart/nonamedreturns v1.0.5 h1:tM+Me2ZaXs8tfdDw3X6DOX++wMCOqzYUho6tUTYIdRA= +github.com/firefart/nonamedreturns v1.0.5/go.mod h1:gHJjDqhGM4WyPt639SOZs+G89Ko7QKH5R5BhnO6xJhw= +github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/frankban/quicktest v1.14.2/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= +github.com/frankban/quicktest v1.14.4/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= +github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= @@ -298,6 +553,8 @@ github.com/fzipp/gocyclo v0.5.1/go.mod h1:rXPyn8fnlpa0R2csP/31uerbiVBugk5whMdlya github.com/fzipp/gocyclo v0.6.0 h1:lsblElZG7d3ALtGMx9fmxeTKZaLLpU8mET09yN4BBLo= github.com/fzipp/gocyclo v0.6.0/go.mod h1:rXPyn8fnlpa0R2csP/31uerbiVBugk5whMdlyaLkLoA= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/ghostiam/protogetter v0.3.6 h1:R7qEWaSgFCsy20yYHNIJsU9ZOb8TziSRRxuAOTVKeOk= +github.com/ghostiam/protogetter v0.3.6/go.mod h1:7lpeDnEJ1ZjL/YtyoN99ljO4z0pd3H0d18/t2dPBxHw= github.com/go-critic/go-critic v0.5.5 h1:hqPHqQt/2l4Syc2VOIgcuy0FSytcbatOHWggu45vhw8= github.com/go-critic/go-critic v0.5.5/go.mod h1:eMs1Oc/oIP+CYNVN09M+XZYffIPuRHawxzlggAPN9Kk= github.com/go-critic/go-critic v0.6.2 h1:L5SDut1N4ZfsWZY0sH4DCrsHLHnhuuWak2wa165t9gs= @@ -308,26 +565,47 @@ github.com/go-critic/go-critic v0.6.4 h1:tucuG1pvOyYgpBIrVxw0R6gwO42lNa92Aq3VaDo github.com/go-critic/go-critic v0.6.4/go.mod h1:qL5SOlk7NtY6sJPoVCTKDIgzNOxHkkkOCVDyi9wJe1U= github.com/go-critic/go-critic v0.6.5 h1:fDaR/5GWURljXwF8Eh31T2GZNz9X4jeboS912mWF8Uo= github.com/go-critic/go-critic v0.6.5/go.mod h1:ezfP/Lh7MA6dBNn4c6ab5ALv3sKnZVLx37tr00uuaOY= +github.com/go-critic/go-critic v0.9.0 h1:Pmys9qvU3pSML/3GEQ2Xd9RZ/ip+aXHKILuxczKGV/U= +github.com/go-critic/go-critic v0.9.0/go.mod h1:5P8tdXL7m/6qnyG6oRAlYLORvoXH0WDypYgAEmagT40= +github.com/go-critic/go-critic v0.11.4 h1:O7kGOCx0NDIni4czrkRIXTnit0mkyKOCePh3My6OyEU= +github.com/go-critic/go-critic v0.11.4/go.mod h1:2QAdo4iuLik5S9YG0rT4wcZ8QxwHYkrr6/2MWAiv/vc= +github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= +github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks= +github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= +github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U= +github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-ole/go-ole v1.2.4/go.mod h1:XCwSNxSkXRo4vlyPy93sltvi/qJq0jqQhjqQNIwKuxM= github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= +github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= github.com/go-redis/redis v6.15.8+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g= github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4= +github.com/go-toolsmith/astcast v1.1.0 h1:+JN9xZV1A+Re+95pgnMgDboWNVnIMMQXwfBwLRPgSC8= +github.com/go-toolsmith/astcast v1.1.0/go.mod h1:qdcuFWeGGS2xX5bLM/c3U9lewg7+Zu4mr+xPwZIB4ZU= github.com/go-toolsmith/astcopy v1.0.0 h1:OMgl1b1MEpjFQ1m5ztEO06rz5CUd3oBv9RF7+DyvdG8= github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ= github.com/go-toolsmith/astcopy v1.0.1 h1:l09oBhAPyV74kLJ3ZO31iBU8htZGTwr9LTjuMCyL8go= @@ -335,6 +613,8 @@ github.com/go-toolsmith/astcopy v1.0.1/go.mod h1:4TcEdbElGc9twQEYpVo/aieIXfHhiuL github.com/go-toolsmith/astcopy v1.0.2/go.mod h1:4TcEdbElGc9twQEYpVo/aieIXfHhiuLh4aLAck6dO7Y= github.com/go-toolsmith/astcopy v1.0.3 h1:r0bgSRlMOAgO+BdQnVAcpMSMkrQCnV6ZJmIkrJgcJj0= github.com/go-toolsmith/astcopy v1.0.3/go.mod h1:4TcEdbElGc9twQEYpVo/aieIXfHhiuLh4aLAck6dO7Y= +github.com/go-toolsmith/astcopy v1.1.0 h1:YGwBN0WM+ekI/6SS6+52zLDEf8Yvp3n2seZITCUBt5s= +github.com/go-toolsmith/astcopy v1.1.0/go.mod h1:hXM6gan18VA1T/daUEHCFcYiW8Ai1tIwIzHY6srfEAw= github.com/go-toolsmith/astequal v1.0.0 h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ= github.com/go-toolsmith/astequal v1.0.0/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY= github.com/go-toolsmith/astequal v1.0.1 h1:JbSszi42Jiqu36Gnf363HWS9MTEAz67vTQLponh3Moc= @@ -343,24 +623,43 @@ github.com/go-toolsmith/astequal v1.0.2 h1:+XvaV8zNxua+9+Oa4AHmgmpo4RYAbwr/qjNpp github.com/go-toolsmith/astequal v1.0.2/go.mod h1:9Ai4UglvtR+4up+bAD4+hCj7iTo4m/OXVTSLnCyTAx4= github.com/go-toolsmith/astequal v1.0.3 h1:+LVdyRatFS+XO78SGV4I3TCEA0AC7fKEGma+fH+674o= github.com/go-toolsmith/astequal v1.0.3/go.mod h1:9Ai4UglvtR+4up+bAD4+hCj7iTo4m/OXVTSLnCyTAx4= +github.com/go-toolsmith/astequal v1.1.0 h1:kHKm1AWqClYn15R0K1KKE4RG614D46n+nqUQ06E1dTw= +github.com/go-toolsmith/astequal v1.1.0/go.mod h1:sedf7VIdCL22LD8qIvv7Nn9MuWJruQA/ysswh64lffQ= +github.com/go-toolsmith/astequal v1.2.0 h1:3Fs3CYZ1k9Vo4FzFhwwewC3CHISHDnVUPC4x0bI2+Cw= +github.com/go-toolsmith/astequal v1.2.0/go.mod h1:c8NZ3+kSFtFY/8lPso4v8LuJjdJiUFVnSuU3s0qrrDY= github.com/go-toolsmith/astfmt v1.0.0 h1:A0vDDXt+vsvLEdbMFJAUBI/uTbRw1ffOPnxsILnFL6k= github.com/go-toolsmith/astfmt v1.0.0/go.mod h1:cnWmsOAuq4jJY6Ct5YWlVLmcmLMn1JUPuQIHCY7CJDw= +github.com/go-toolsmith/astfmt v1.1.0 h1:iJVPDPp6/7AaeLJEruMsBUlOYCmvg0MoCfJprsOmcco= +github.com/go-toolsmith/astfmt v1.1.0/go.mod h1:OrcLlRwu0CuiIBp/8b5PYF9ktGVZUjlNMV634mhwuQ4= github.com/go-toolsmith/astinfo v0.0.0-20180906194353-9809ff7efb21/go.mod h1:dDStQCHtmZpYOmjRP/8gHHnCCch3Zz3oEgCdZVdtweU= github.com/go-toolsmith/astp v1.0.0 h1:alXE75TXgcmupDsMK1fRAy0YUzLzqPVvBKoyWV+KPXg= github.com/go-toolsmith/astp v1.0.0/go.mod h1:RSyrtpVlfTFGDYRbrjyWP1pYu//tSFcvdYrA8meBmLI= +github.com/go-toolsmith/astp v1.1.0 h1:dXPuCl6u2llURjdPLLDxJeZInAeZ0/eZwFJmqZMnpQA= +github.com/go-toolsmith/astp v1.1.0/go.mod h1:0T1xFGz9hicKs8Z5MfAqSUitoUYS30pDMsRVIDHs8CA= github.com/go-toolsmith/pkgload v1.0.0/go.mod h1:5eFArkbO80v7Z0kdngIxsRXRMTaX4Ilcwuh3clNrQJc= github.com/go-toolsmith/pkgload v1.0.2-0.20220101231613-e814995d17c5/go.mod h1:3NAwwmD4uY/yggRxoEjk/S00MIV3A+H7rrE3i87eYxM= +github.com/go-toolsmith/pkgload v1.2.2/go.mod h1:R2hxLNRKuAsiXCo2i5J6ZQPhnPMOVtU+f0arbFPWCus= github.com/go-toolsmith/strparse v1.0.0 h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4= github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8= +github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQiyP2Bvw= +github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ= github.com/go-toolsmith/typep v1.0.0/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= github.com/go-toolsmith/typep v1.0.2 h1:8xdsa1+FSIH/RhEkgnD1j2CJOy5mNllW1Q9tRiYwvlk= github.com/go-toolsmith/typep v1.0.2/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= +github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus= +github.com/go-toolsmith/typep v1.1.0/go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig= +github.com/go-viper/mapstructure/v2 v2.0.0 h1:dhn8MZ1gZ0mzeodTG3jt5Vj/o87xZKuNAprG2mQfMfc= +github.com/go-viper/mapstructure/v2 v2.0.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b h1:khEcpUM4yFcxg4/FHQWkvVRmgijNXRfzkIDHh23ggEo= github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= github.com/go-xmlfmt/xmlfmt v1.1.2 h1:Nea7b4icn8s57fTx1M5AI4qQT5HEM3rVUO8MuE6g80U= github.com/go-xmlfmt/xmlfmt v1.1.2/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= +github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM= +github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= +github.com/gobwas/ws v1.2.1/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= +github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/flock v0.8.0 h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY= github.com/gofrs/flock v0.8.0/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= @@ -371,7 +670,10 @@ github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zV github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= +github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= +github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -407,7 +709,10 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 h1:23T5iq8rbUYlhpt5DB4XJkc6BU31uODLD1o1gKvZmD0= github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2/go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4= github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM= @@ -420,6 +725,8 @@ github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a h1:iR3fYXUjHCR97qWS github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 h1:amWTbTGqOZ71ruzrdA+Nx5WA3tV1N0goTspwmKCQvBY= github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2/go.mod h1:9wOXstvyDRshQ9LggQuzBCGysxs3b6Uo/1MvYCR2NMs= +github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e h1:ULcKCDV1LOZPFxGZaA6TlQbiM3J2GCPnkx/bGF6sX/g= +github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e/go.mod h1:Pm5KhLPA8gSnQwrQ6ukebRcapGb/BG9iUkdaiCcGHJM= github.com/golangci/golangci-lint v1.39.1-0.20210330125642-6844f6abf817 h1:/cj909lXJ48yCH1dmtF7mrm8qH/+aUR15PsC5Oz9SA4= github.com/golangci/golangci-lint v1.39.1-0.20210330125642-6844f6abf817/go.mod h1:tUZzmjq/sO4QmwvxzN5LhVvStPu3OgHtijV8Oqoc/fQ= github.com/golangci/golangci-lint v1.45.2 h1:9I3PzkvscJkFAQpTQi5Ga0V4qWdJERajX1UZ7QqkW+I= @@ -432,6 +739,10 @@ github.com/golangci/golangci-lint v1.49.0 h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5 github.com/golangci/golangci-lint v1.49.0/go.mod h1:+V/7lLv449R6w9mQ3WdV0EKh7Je/jTylMeSwBZcLeWE= github.com/golangci/golangci-lint v1.51.1 h1:N5HD/x0ZrhJYsgKWyz7yJxxQ8JKR0Acc+FOP7QtGSAA= github.com/golangci/golangci-lint v1.51.1/go.mod h1:hnyNNO3fJ2Rjwo6HM+VXvcmLkKDOuBAnR9gVlS1mW1E= +github.com/golangci/golangci-lint v1.54.1 h1:0qMrH1gkeIBqCZaaAm5Fwq4xys9rO/lJofHfZURIFFk= +github.com/golangci/golangci-lint v1.54.1/go.mod h1:JK47+qksV/t2mAz9YvndwT0ZLW4A1rvDljOs3g9jblo= +github.com/golangci/golangci-lint v1.59.1 h1:CRRLu1JbhK5avLABFJ/OHVSQ0Ie5c4ulsOId1h3TTks= +github.com/golangci/golangci-lint v1.59.1/go.mod h1:jX5Oif4C7P0j9++YB2MMJmoNrb01NJ8ITqKWNLewThg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA= @@ -440,18 +751,31 @@ github.com/golangci/misspell v0.3.5 h1:pLzmVdl3VxTOncgzHcvLOKirdvcx/TydsClUQXTeh github.com/golangci/misspell v0.3.5/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= github.com/golangci/misspell v0.4.0 h1:KtVB/hTK4bbL/S6bs64rYyk8adjmh1BygbBiaAiX+a0= github.com/golangci/misspell v0.4.0/go.mod h1:W6O/bwV6lGDxUCChm2ykw9NQdd5bYd1Xkjo88UcWyJc= +github.com/golangci/misspell v0.4.1 h1:+y73iSicVy2PqyX7kmUefHusENlrP9YwuHZHPLGQj/g= +github.com/golangci/misspell v0.4.1/go.mod h1:9mAN1quEo3DlpbaIKKyEvRxK1pwqR9s/Sea1bJCtlNI= +github.com/golangci/misspell v0.6.0 h1:JCle2HUTNWirNlDIAUO44hUsKhOFqGPoC4LZxlaSXDs= +github.com/golangci/misspell v0.6.0/go.mod h1:keMNyY6R9isGaSAu+4Q8NMBwMPkh15Gtc8UCVoDtAWo= +github.com/golangci/modinfo v0.3.4 h1:oU5huX3fbxqQXdfspamej74DFX0kyGLkw1ppvXoJ8GA= +github.com/golangci/modinfo v0.3.4/go.mod h1:wytF1M5xl9u0ij8YSvhkEVPP3M5Mc7XLl1pxH3B2aUM= +github.com/golangci/plugin-module-register v0.1.1 h1:TCmesur25LnyJkpsVrupv1Cdzo+2f7zX0H6Jkw1Ol6c= +github.com/golangci/plugin-module-register v0.1.1/go.mod h1:TTpqoB6KkwOJMV8u7+NyXMrkwwESJLOkfl9TxR1DGFc= github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 h1:c9Mqqrm/Clj5biNaG7rABrmwUq88nHh0uABo2b/WYmc= github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5/go.mod h1:LK+zW4MpyytAWQRz0M4xnzEk50lSvqDQKfx304apFkY= github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 h1:SgM7GDZTxtTTQPU84heOxy34iG5Du7F2jcoZnvp+fXI= github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2/go.mod h1:LK+zW4MpyytAWQRz0M4xnzEk50lSvqDQKfx304apFkY= github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 h1:DIPQnGy2Gv2FSA4B/hh8Q7xx3B7AIDk3DAMeHclH1vQ= github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6/go.mod h1:0AKcRCkMoKvUvlf89F6O7H2LYdhr1zBh736mBItOdRs= +github.com/golangci/revgrep v0.5.3 h1:3tL7c1XBMtWHHqVpS5ChmiAAoe4PF/d5+ULzV9sLAzs= +github.com/golangci/revgrep v0.5.3/go.mod h1:U4R/s9dlXZsg8uJmaR1GrloUr14D7qDl8gi2iPXJH8k= github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 h1:zwtduBRr5SSWhqsYNgcuWO2kFlpdOZbP0+yRjmvPGys= github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg8RkN3rCIMLGE9CyYmU9pY2Jer6DgANEnZ/L/cQ= +github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed h1:IURFTjxeTfNFP0hTEi1YKjB/ub8zkpaOqFFMApi2EAs= +github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed/go.mod h1:XLXN8bNw4CGRPaqgl3bv/lhz7bsGPh4/xSaMTbo2vkQ= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/certificate-transparency-go v1.0.21/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg= github.com/google/certificate-transparency-go v1.1.1/go.mod h1:FDKqPvSXawb2ecErVRrD+nfy23RCzyl7eqVCEmlT1Zs= +github.com/google/flatbuffers v2.0.8+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -471,11 +795,15 @@ github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-pkcs11 v0.2.1-0.20230907215043-c6f79328ddf9/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= +github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -493,13 +821,17 @@ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6/go.mod h1:kf6iHlnVGwgKolg33glAes7Yg/8iWP8ukqeldJSO7jw= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/s2a-go v0.1.7/go.mod h1:50CgR4k1jNlWBu4UfS4AcfhVe1r6pdZPygJ3R8F0Qdw= github.com/google/trillian v1.3.11/go.mod h1:0tPraVHrSDkA3BO6vKX67zgLXs6SsOAbHEivX+9mPgw= github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/googleapis/enterprise-certificate-proxy v0.3.2/go.mod h1:VLSiSSBs/ksPL8kq3OBOQ6WRI2QnaFynd1DCjZ62+V0= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= @@ -507,11 +839,16 @@ github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0 github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/OthfcblKl4IGNaM= github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM= github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= +github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU= +github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= +github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gookit/color v1.3.8/go.mod h1:R3ogXq2B9rTbXoSHJ1HyUVAZ3poOJHpd9nQmyGZsfvQ= github.com/gookit/color v1.5.0/go.mod h1:43aQb+Zerm/BWh2GnrgOQm7ffz7tvQXEKV6BFMl7wAo= github.com/gookit/color v1.5.1/go.mod h1:wZFzea4X8qN6vHOSP2apMb4/+w/orMznEzYsIHPaqKM= github.com/gookit/color v1.5.2/go.mod h1:w8h4bGiHeeBpvQVePTutdbERIUf3oJE5lZ8HM0UgXyg= +github.com/gookit/color v1.5.3/go.mod h1:NUzwzeehUfl7GIb36pqId+UGmRfQcU/WiiyTTeNjHtE= +github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 h1:Nb2aRlC404yz7gQIfRZxX9/MLvQiqXyiBTJtgAy6yrI= @@ -520,6 +857,10 @@ github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 h1:PVRE9d4 github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28 h1:9alfqbrhuD+9fLZ4iaAVwhlp5PEhmnBt7yvK2Oy5C1U= github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= +github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 h1:mrEEilTAUmaAORhssPPkxj84TsHrPMLBGW2Z4SoTxm8= +github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= +github.com/gordonklaus/ineffassign v0.1.0 h1:y2Gd/9I7MdY1oEIt+n+rowjBNDcLQq3RsH5hwJd0f9s= +github.com/gordonklaus/ineffassign v0.1.0/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= @@ -554,6 +895,8 @@ github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.12.1/go.mod h1:8XEsbTttt/W+VvjtQhLACqCisSPWTxCZ7sBRjU6iH9c= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= github.com/hashicorp/consul/api v1.11.0/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= @@ -587,6 +930,8 @@ github.com/hashicorp/go-version v1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca github.com/hashicorp/go-version v1.4.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= +github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= @@ -612,14 +957,23 @@ github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63 github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= github.com/imdario/mergo v0.3.4/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= +github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= +github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= +github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= +github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= +github.com/jackc/pgx/v5 v5.4.3/go.mod h1:Ig06C2Vu0t5qXC60W8sqIthScaEnFvojjj9dSljmHRA= +github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= github.com/jgautheron/goconst v1.4.0 h1:hp9XKUpe/MPyDamUbfsrGpe+3dnY2whNK4EtB86dvLM= github.com/jgautheron/goconst v1.4.0/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= github.com/jgautheron/goconst v1.5.1 h1:HxVbL1MhydKs8R8n/HE5NPvzfaYmQJA3o879lE4+WcM= github.com/jgautheron/goconst v1.5.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= +github.com/jgautheron/goconst v1.7.1 h1:VpdAG7Ca7yvvJk5n8dMwQhfEZJh95kl/Hl9S1OI5Jkk= +github.com/jgautheron/goconst v1.7.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= github.com/jhump/protoreflect v1.6.1/go.mod h1:RZQ/lnuN+zqeRVpQigTwO6o0AJUkxbnSnpuG7toUTG4= github.com/jingyugao/rowserrcheck v0.0.0-20210315055705-d907ca737bb1 h1:4Rlb26NqzNtbDH69CRpr0vZooj3jAlXTycWCX3xRYAY= github.com/jingyugao/rowserrcheck v0.0.0-20210315055705-d907ca737bb1/go.mod h1:TOQpc2SLx6huPfoFGK3UOnEG+u02D3C1GeosjupAKCA= @@ -627,6 +981,8 @@ github.com/jingyugao/rowserrcheck v1.1.1 h1:zibz55j/MJtLsjP1OF4bSdgXxwL1b+Vn7Tjz github.com/jingyugao/rowserrcheck v1.1.1/go.mod h1:4yvlZSDb3IyDTUZJUmpZfm2Hwok+Dtp+nu2qOq+er9c= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af h1:KA9BjwUk7KlCh6S9EAGWBt1oExIUv9WyNCiRz5amv48= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= +github.com/jjti/go-spancheck v0.6.1 h1:ZK/wE5Kyi1VX3PJpUO2oEgeoI4FWOUm7Shb2Gbv5obI= +github.com/jjti/go-spancheck v0.6.1/go.mod h1:vF1QkOO159prdo6mHRxak2CpzDpHAfKiPUDP/NeRnX8= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= @@ -634,6 +990,7 @@ github.com/jmoiron/sqlx v1.2.0/go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhB github.com/jmoiron/sqlx v1.3.5/go.mod h1:nRVWtLre0KfCLJvgxzCsLVMogSvQ1zNJtpYr2Ccp0mQ= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/josharian/txtarfs v0.0.0-20210218200122-0702f000015a/go.mod h1:izVPOvVRsHiKkeGCT6tYBNWyDVuzj9wAaBb5R9qamfw= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= @@ -652,9 +1009,14 @@ github.com/julz/importas v0.0.0-20210228071311-d0bf5cb4e1db h1:ZmwBthGFMVAieuVpL github.com/julz/importas v0.0.0-20210228071311-d0bf5cb4e1db/go.mod h1:oSFU2R4XK/P7kNBrnL/FEQlDGN1/6WoxXEjSSXO0DV0= github.com/julz/importas v0.1.0 h1:F78HnrsjY3cR7j0etXy5+TU1Zuy7Xt08X/1aJnH5xXY= github.com/julz/importas v0.1.0/go.mod h1:oSFU2R4XK/P7kNBrnL/FEQlDGN1/6WoxXEjSSXO0DV0= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= +github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/junk1tm/musttag v0.4.4 h1:VK4L7v7lvWAhKDDx0cUJgbb0UBNipYinv8pPeHJzH9Q= github.com/junk1tm/musttag v0.4.4/go.mod h1:XkcL/9O6RmD88JBXb+I15nYRl9W4ExhgQeCBEhfMC8U= github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= +github.com/karamaru-alpha/copyloopvar v1.1.0 h1:x7gNyKcC2vRBO1H2Mks5u1VxQtYvFiym7fCjIP8RPos= +github.com/karamaru-alpha/copyloopvar v1.1.0/go.mod h1:u7CIfztblY0jZLOQZgH3oYsJzpC2A7S6u/lfgSXHy0k= +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= @@ -666,14 +1028,23 @@ github.com/kisielk/errcheck v1.6.2 h1:uGQ9xI8/pgc9iOoCe7kWQgRE6SBTrCGmTSf0LrEtY7 github.com/kisielk/errcheck v1.6.2/go.mod h1:nXw/i/MfnvRHqXa7XXmQMUB0oNFGuBrNI8d8NLy0LPw= github.com/kisielk/errcheck v1.6.3 h1:dEKh+GLHcWm2oN34nMvDzn1sqI0i0WxPvrgiJA5JuM8= github.com/kisielk/errcheck v1.6.3/go.mod h1:nXw/i/MfnvRHqXa7XXmQMUB0oNFGuBrNI8d8NLy0LPw= +github.com/kisielk/errcheck v1.7.0 h1:+SbscKmWJ5mOK/bO1zS60F5I9WwZDWOfRsC4RwfwRV0= +github.com/kisielk/errcheck v1.7.0/go.mod h1:1kLL+jV4e+CFfueBmI1dSK2ADDyQnlrnrY/FqKluHJQ= github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/kkHAIKE/contextcheck v1.1.3 h1:l4pNvrb8JSwRd51ojtcOxOeHJzHek+MtOyXbaR0uvmw= github.com/kkHAIKE/contextcheck v1.1.3/go.mod h1:PG/cwd6c0705/LM0KTr1acO2gORUxkSVWyLJOFW5qoo= +github.com/kkHAIKE/contextcheck v1.1.4 h1:B6zAaLhOEEcjvUgIYEqystmnFk1Oemn8bvJhbt0GMb8= +github.com/kkHAIKE/contextcheck v1.1.4/go.mod h1:1+i/gWqokIa+dm31mqGLZhZJ7Uh44DJGZVmr6QRBNJg= +github.com/kkHAIKE/contextcheck v1.1.5 h1:CdnJh63tcDe53vG+RebdpdXJTc9atMgGqdx8LXxiilg= +github.com/kkHAIKE/contextcheck v1.1.5/go.mod h1:O930cpht4xb1YQpK+1+AgoM3mFsvxr7uyFptcnWTYUA= +github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE= github.com/klauspost/compress v1.10.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.0/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.13.4/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.5/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= +github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= @@ -681,7 +1052,9 @@ github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= @@ -699,25 +1072,38 @@ github.com/kunwardeep/paralleltest v1.0.3 h1:UdKIkImEAXjR1chUWLn+PNXqWUGs//7tzMe github.com/kunwardeep/paralleltest v1.0.3/go.mod h1:vLydzomDFpk7yu5UX02RmP0H8QfRPOV/oFhWN85Mjb4= github.com/kunwardeep/paralleltest v1.0.6 h1:FCKYMF1OF2+RveWlABsdnmsvJrei5aoyZoaGS+Ugg8g= github.com/kunwardeep/paralleltest v1.0.6/go.mod h1:Y0Y0XISdZM5IKm3TREQMZ6iteqn1YuwCsJO/0kL9Zes= +github.com/kunwardeep/paralleltest v1.0.8 h1:Ul2KsqtzFxTlSU7IP0JusWlLiNqQaloB9vguyjbE558= +github.com/kunwardeep/paralleltest v1.0.8/go.mod h1:2C7s65hONVqY7Q5Efj5aLzRCNLjw2h4eMc9EcypGjcY= +github.com/kunwardeep/paralleltest v1.0.10 h1:wrodoaKYzS2mdNVnc4/w31YaXFtsc21PCTdvWJ/lDDs= +github.com/kunwardeep/paralleltest v1.0.10/go.mod h1:2C7s65hONVqY7Q5Efj5aLzRCNLjw2h4eMc9EcypGjcY= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/kyoh86/exportloopref v0.1.8 h1:5Ry/at+eFdkX9Vsdw3qU4YkvGtzuVfzT4X7S77LoN/M= github.com/kyoh86/exportloopref v0.1.8/go.mod h1:1tUcJeiioIs7VWe5gcOObrux3lb66+sBqGZrRkMwPgg= github.com/kyoh86/exportloopref v0.1.11 h1:1Z0bcmTypkL3Q4k+IDHMWTcnCliEZcaPiIe0/ymEyhQ= github.com/kyoh86/exportloopref v0.1.11/go.mod h1:qkV4UF1zGl6EkF1ox8L5t9SwyeBAZ3qLMd6up458uqA= +github.com/lasiar/canonicalheader v1.1.1 h1:wC+dY9ZfiqiPwAexUApFush/csSPXeIi4QqyxXmng8I= +github.com/lasiar/canonicalheader v1.1.1/go.mod h1:cXkb3Dlk6XXy+8MVQnF23CYKWlyA7kfQhSw2CcZtZb0= github.com/ldez/gomoddirectives v0.2.1 h1:9pAcW9KRZW7HQjFwbozNvFMcNVwdCBufU7os5QUwLIY= github.com/ldez/gomoddirectives v0.2.1/go.mod h1:sGicqkRgBOg//JfpXwkB9Hj0X5RyJ7mlACM5B9f6Me4= github.com/ldez/gomoddirectives v0.2.2 h1:p9/sXuNFArS2RLc+UpYZSI4KQwGMEDWC/LbtF5OPFVg= github.com/ldez/gomoddirectives v0.2.2/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= github.com/ldez/gomoddirectives v0.2.3 h1:y7MBaisZVDYmKvt9/l1mjNCiSA1BVn34U0ObUcJwlhA= github.com/ldez/gomoddirectives v0.2.3/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= +github.com/ldez/gomoddirectives v0.2.4 h1:j3YjBIjEBbqZ0NKtBNzr8rtMHTOrLPeiwTkfUJZ3alg= +github.com/ldez/gomoddirectives v0.2.4/go.mod h1:oWu9i62VcQDYp9EQ0ONTfqLNh+mDLWWDO+SO0qSQw5g= github.com/ldez/tagliatelle v0.3.1 h1:3BqVVlReVUZwafJUwQ+oxbx2BEX2vUG4Yu/NOfMiKiM= github.com/ldez/tagliatelle v0.3.1/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88= github.com/ldez/tagliatelle v0.4.0 h1:sylp7d9kh6AdXN2DpVGHBRb5guTVAgOxqNGhbqc4b1c= github.com/ldez/tagliatelle v0.4.0/go.mod h1:mNtTfrHy2haaBAw+VT7IBV6VXBThS7TCreYWbBcJ87I= +github.com/ldez/tagliatelle v0.5.0 h1:epgfuYt9v0CG3fms0pEgIMNPuFf/LpPIfjk4kyqSioo= +github.com/ldez/tagliatelle v0.5.0/go.mod h1:rj1HmWiL1MiKQuOONhd09iySTEkUuE/8+5jtPYz9xa4= +github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs= github.com/leonklingele/grouper v1.1.0 h1:tC2y/ygPbMFSBOs3DcyaEMKnnwH7eYKzohOtRrf0SAg= github.com/leonklingele/grouper v1.1.0/go.mod h1:uk3I3uDfi9B6PeUjsCKi6ndcf63Uy7snXgR4yDYQVDY= github.com/leonklingele/grouper v1.1.1 h1:suWXRU57D4/Enn6pXR0QVqqWWrnJ9Osrz+5rjt8ivzU= github.com/leonklingele/grouper v1.1.1/go.mod h1:uk3I3uDfi9B6PeUjsCKi6ndcf63Uy7snXgR4yDYQVDY= +github.com/leonklingele/grouper v1.1.2 h1:o1ARBDLOmmasUaNDesWqWCIFH3u7hoFlM84YrjT3mIY= +github.com/leonklingele/grouper v1.1.2/go.mod h1:6D0M/HVkhs2yRKRFZUoGjeDy7EZTfFBE9gl4kjmIGkA= github.com/letsencrypt/pkcs11key/v4 v4.0.0/go.mod h1:EFUvBDay26dErnNb70Nd0/VW3tJiIbETBPTl9ATXQag= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= @@ -726,11 +1112,16 @@ github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.6/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4= github.com/lufeee/execinquery v1.2.1 h1:hf0Ems4SHcUGBxpGN7Jz78z1ppVkP/837ZlETPCEtOM= github.com/lufeee/execinquery v1.2.1/go.mod h1:EC7DrEKView09ocscGHC+apXMIaorh4xqSxS/dy8SbM= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= +github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star/v2 v2.0.3/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk= +github.com/macabu/inamedparam v0.1.3 h1:2tk/phHkMlEL/1GNe/Yf6kkR/hkcUdAEY3L0hjYV1Mk= +github.com/macabu/inamedparam v0.1.3/go.mod h1:93FLICAIk/quk7eaPPQvbzihUdn/QkGDwIZEoLtpH6I= github.com/magefile/mage v1.13.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= @@ -740,14 +1131,19 @@ github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaW github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo= github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI= github.com/maratori/testableexamples v1.0.0/go.mod h1:4rhjL1n20TUTT4vdh3RDqSizKLyXp7K2u6HgraZCGzE= github.com/maratori/testpackage v1.0.1 h1:QtJ5ZjqapShm0w5DosRjg0PRlSdAdlx+W6cCKoALdbQ= github.com/maratori/testpackage v1.0.1/go.mod h1:ddKdw+XG0Phzhx8BFDTKgpWP4i7MpApTE5fXSKAqwDU= github.com/maratori/testpackage v1.1.0 h1:GJY4wlzQhuBusMF1oahQCBtUV/AQ/k69IZ68vxaac2Q= github.com/maratori/testpackage v1.1.0/go.mod h1:PeAhzU8qkCwdGEMTEupsHJNlQu2gZopMC6RjbhmHeDc= +github.com/maratori/testpackage v1.1.1 h1:S58XVV5AD7HADMmD0fNnziNHqKvSdDuEKdPD1rNTU04= +github.com/maratori/testpackage v1.1.1/go.mod h1:s4gRK/ym6AMrqpOa/kEbQTV4Q4jb7WeLZzVhVVVOQMc= github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 h1:pWxk9e//NbPwfxat7RXkts09K+dEBJWakUWwICVqYbA= github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= +github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 h1:gWg6ZQ4JhDfJPqlo2srm/LN17lpybq15AryXIRcWYLE= +github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= @@ -772,6 +1168,8 @@ github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peK github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= +github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.6/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= @@ -779,6 +1177,7 @@ github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/Qd github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= +github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= @@ -797,12 +1196,18 @@ github.com/mgechev/revive v1.2.3 h1:NzIEEa9+WimQ6q2Ov7OcNeySS/IOcwtkQ8RAh0R5UJ4= github.com/mgechev/revive v1.2.3/go.mod h1:iAWlQishqCuj4yhV24FTnKSXGpbAA+0SckXB8GQMX/Q= github.com/mgechev/revive v1.2.5 h1:UF9AR8pOAuwNmhXj2odp4mxv9Nx2qUIwVz8ZsU+Mbec= github.com/mgechev/revive v1.2.5/go.mod h1:nFOXent79jMTISAfOAasKfy0Z2Ejq0WX7Qn/KAdYopI= +github.com/mgechev/revive v1.3.2 h1:Wb8NQKBaALBJ3xrrj4zpwJwqwNA6nDpyJSEQWcCka6U= +github.com/mgechev/revive v1.3.2/go.mod h1:UCLtc7o5vg5aXCwdUTU1kEBQ1v+YXPAkYDIDXbrs5I0= +github.com/mgechev/revive v1.3.7 h1:502QY0vQGe9KtYJ9FpxMz9rL+Fc/P13CI5POL4uHCcE= +github.com/mgechev/revive v1.3.7/go.mod h1:RJ16jUbF0OWC3co/+XTxmFNgEpUPwnnA0BRllX2aDNA= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= github.com/miekg/pkcs11 v1.0.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= +github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY= +github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= @@ -831,6 +1236,8 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= github.com/moricho/tparallel v0.2.1 h1:95FytivzT6rYzdJLdtfn6m1bfFJylOJK41+lgv/EHf4= github.com/moricho/tparallel v0.2.1/go.mod h1:fXEIZxG2vdfl0ZF8b42f5a78EhjjD5mX8qUplsoSU4k= +github.com/moricho/tparallel v0.3.1 h1:fQKD4U1wRMAYNngDonW5XupoB/ZGJHdpzrWqgyg9krA= +github.com/moricho/tparallel v0.3.1/go.mod h1:leENX2cUv7Sv2qDgdi0D0fCftN8fRC67Bcn8pqzeYNI= github.com/mozilla/scribe v0.0.0-20180711195314-fb71baf557c1/go.mod h1:FIczTrinKo8VaLxe6PWTPEXRXDIHz2QAwiaBaP5/4a8= github.com/mozilla/tls-observatory v0.0.0-20210209181001-cf43108d6880/go.mod h1:FUqVoUPHSEdDR0MnFM3Dh8AU0pZHLXUD127SAJGER/s= github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5/go.mod h1:FUqVoUPHSEdDR0MnFM3Dh8AU0pZHLXUD127SAJGER/s= @@ -853,6 +1260,10 @@ github.com/nishanths/exhaustive v0.8.1 h1:0QKNascWv9qIHY7zRoZSxeRr6kuk5aAT3YXLTi github.com/nishanths/exhaustive v0.8.1/go.mod h1:qj+zJJUgJ76tR92+25+03oYUhzF4R7/2Wk7fGTfCHmg= github.com/nishanths/exhaustive v0.9.5 h1:TzssWan6orBiLYVqewCG8faud9qlFntJE30ACpzmGME= github.com/nishanths/exhaustive v0.9.5/go.mod h1:IbwrGdVMizvDcIxPYGVdQn5BqWJaOwpCvg4RGb8r/TA= +github.com/nishanths/exhaustive v0.11.0 h1:T3I8nUGhl/Cwu5Z2hfc92l0e04D2GEW6e0l8pzda2l0= +github.com/nishanths/exhaustive v0.11.0/go.mod h1:RqwDsZ1xY0dNdqHho2z6X+bgzizwbLYOWnZbbl2wLB4= +github.com/nishanths/exhaustive v0.12.0 h1:vIY9sALmw6T/yxiASewa4TQcFsVYZQQRUQJhKRf3Swg= +github.com/nishanths/exhaustive v0.12.0/go.mod h1:mEZ95wPIZW+x8kC4TgC+9YCUgiST7ecevsVDTgc2obs= github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ= github.com/nishanths/predeclared v0.2.1 h1:1TXtjmy4f3YCFjTxRd8zcFHOmoUir+gp0ESzjFzG2sw= github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE= @@ -860,6 +1271,10 @@ github.com/nishanths/predeclared v0.2.2 h1:V2EPdZPliZymNAn79T8RkNApBjMmVKh5XRpLm github.com/nishanths/predeclared v0.2.2/go.mod h1:RROzoN6TnGQupbC+lqggsOlcgysk3LMK/HI84Mp280c= github.com/nunnatsa/ginkgolinter v0.8.1 h1:/y4o/0hV+ruUHj4xXh89xlFjoaitnI4LnkpuYs02q1c= github.com/nunnatsa/ginkgolinter v0.8.1/go.mod h1:FYYLtszIdmzCH8XMaMPyxPVXZ7VCaIm55bA+gugx+14= +github.com/nunnatsa/ginkgolinter v0.13.3 h1:wEvjrzSMfDdnoWkctignX9QTf4rT9f4GkQ3uVoXBmiU= +github.com/nunnatsa/ginkgolinter v0.13.3/go.mod h1:aTKXo8WddENYxNEFT+4ZxEgWXqlD9uMD3w9Bfw/ABEc= +github.com/nunnatsa/ginkgolinter v0.16.2 h1:8iLqHIZvN4fTLDC0Ke9tbSZVcyVHoBs0HIbnVSxfHJk= +github.com/nunnatsa/ginkgolinter v0.16.2/go.mod h1:4tWRinDN1FeJgU+iJANW/kz7xKN5nYRAOfJDQUS9dOQ= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= @@ -879,6 +1294,15 @@ github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47 github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= github.com/onsi/ginkgo/v2 v2.3.1/go.mod h1:Sv4yQXwG5VmF7tm3Q5Z+RWUpPo24LF1mpnz2crUb8Ys= +github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= +github.com/onsi/ginkgo/v2 v2.5.0/go.mod h1:Luc4sArBICYCS8THh8v3i3i5CuSZO+RaQRaJoeNwomw= +github.com/onsi/ginkgo/v2 v2.7.0/go.mod h1:yjiuMwPokqY1XauOgju45q3sJt6VzQ/Fict1LFVcsAo= +github.com/onsi/ginkgo/v2 v2.8.1/go.mod h1:N1/NbDngAFcSLdyZ+/aYTYGSlq9qMCS/cNKGJjy+csc= +github.com/onsi/ginkgo/v2 v2.9.0/go.mod h1:4xkjoL/tZv4SMWeww56BU5kAt19mVB47gTWxmrTcxyk= +github.com/onsi/ginkgo/v2 v2.9.1/go.mod h1:FEcmzVcCHl+4o9bQZVab+4dC9+j+91t2FHSzmGAPfuo= +github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts= +github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM= +github.com/onsi/ginkgo/v2 v2.17.3/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48= @@ -890,12 +1314,23 @@ github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeR github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= github.com/onsi/gomega v1.22.0/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= +github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= +github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= +github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= +github.com/onsi/gomega v1.27.1/go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw= +github.com/onsi/gomega v1.27.3/go.mod h1:5vG284IBtfDAmDyrK+eGyZmUgUlmi+Wngqo557cZ6Gw= +github.com/onsi/gomega v1.27.4/go.mod h1:riYq/GJKh8hhoM01HN6Vmuy93AarCXCBGpvFDK3q3fQ= +github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= +github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0= github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw= +github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w= github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE= github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= github.com/otiai10/mint v1.3.1/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= +github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= @@ -912,9 +1347,15 @@ github.com/pelletier/go-toml/v2 v2.0.2 h1:+jQXlF3scKIcSEKkdHzXhCTDLPFi5r1wnK6yPS github.com/pelletier/go-toml/v2 v2.0.2/go.mod h1:MovirKjgVRESsAvNZlAjtFwV867yGuwRkXbG66OzopI= github.com/pelletier/go-toml/v2 v2.0.5 h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg= github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= +github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= +github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d h1:CdDQnGF8Nq9ocOS/xlSptM1N3BbrA6/kmaep5ggwaIA= github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d/go.mod h1:3OzsM7FXDQlpCiw2j81fOmAwQLnZnLGXVKUzeKQXIAw= +github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= +github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -922,6 +1363,7 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= +github.com/pkg/sftp v1.13.6/go.mod h1:tz1ryNURKu77RL+GuCzmoJYxQczL3wLNNpPWagdg4Qk= github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= @@ -935,9 +1377,14 @@ github.com/polyfloyd/go-errorlint v1.0.2 h1:kp1yvHflYhTmw5m3MmBy8SCyQkKPjwDthVuM github.com/polyfloyd/go-errorlint v1.0.2/go.mod h1:APVvOesVSAnne5SClsPxPdfvZTVDojXh1/G3qb5wjGI= github.com/polyfloyd/go-errorlint v1.0.6 h1:ZevdyEGxDoHAMQUVvdTT06hnYuKULe8TQkOmIYx6s1c= github.com/polyfloyd/go-errorlint v1.0.6/go.mod h1:NcnNncnm8fVV7vfQWiI4HZrzWFzGp24C262IQutNcMs= +github.com/polyfloyd/go-errorlint v1.4.3 h1:P6NALOLV8BrWhm6PsqOraUK05E5h8IZnpXYJ+CIg+0U= +github.com/polyfloyd/go-errorlint v1.4.3/go.mod h1:VPlWPh6hB/wruVG803SuNpLuTGNjLHYlvcdSy4RhdPA= +github.com/polyfloyd/go-errorlint v1.5.2 h1:SJhVik3Umsjh7mte1vE0fVZ5T1gznasQG3PV7U5xFdA= +github.com/polyfloyd/go-errorlint v1.5.2/go.mod h1:sH1QC1pxxi0fFecsVIzBmxtrgd9IF/SkJpA6wqyKAJs= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE= +github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= @@ -953,6 +1400,8 @@ github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1: github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY= +github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= @@ -987,6 +1436,10 @@ github.com/quasilyte/go-ruleguard v0.3.17 h1:cDdoaSbQg11LXPDQqiCK54QmQXsEQQCTIgd github.com/quasilyte/go-ruleguard v0.3.17/go.mod h1:sST5PvaR7yb/Az5ksX8oc88usJ4EGjmJv7cK7y3jyig= github.com/quasilyte/go-ruleguard v0.3.18 h1:sd+abO1PEI9fkYennwzHn9kl3nqP6M5vE7FiOzZ+5CE= github.com/quasilyte/go-ruleguard v0.3.18/go.mod h1:lOIzcYlgxrQ2sGJ735EHXmf/e9MJ516j16K/Ifcttvs= +github.com/quasilyte/go-ruleguard v0.4.0 h1:DyM6r+TKL+xbKB4Nm7Afd1IQh9kEUKQs2pboWGKtvQo= +github.com/quasilyte/go-ruleguard v0.4.0/go.mod h1:Eu76Z/R8IXtViWUIHkE3p8gdH3/PKk1eh3YGfaEof10= +github.com/quasilyte/go-ruleguard v0.4.2 h1:htXcXDK6/rO12kiTHKfHuqR4kr3Y4M0J0rOL6CH/BYs= +github.com/quasilyte/go-ruleguard v0.4.2/go.mod h1:GJLgqsLeo4qgavUoL8JeGFNS7qcisx3awV/w9eWTmNI= github.com/quasilyte/go-ruleguard/dsl v0.3.0/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= github.com/quasilyte/go-ruleguard/dsl v0.3.1/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= github.com/quasilyte/go-ruleguard/dsl v0.3.12-0.20220101150716-969a394a9451/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= @@ -995,6 +1448,7 @@ github.com/quasilyte/go-ruleguard/dsl v0.3.16/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQ github.com/quasilyte/go-ruleguard/dsl v0.3.17/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= github.com/quasilyte/go-ruleguard/dsl v0.3.19/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= github.com/quasilyte/go-ruleguard/dsl v0.3.21/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= +github.com/quasilyte/go-ruleguard/dsl v0.3.22 h1:wd8zkOhSNr+I+8Qeciml08ivDt1pSXe60+5DqOpCjPE= github.com/quasilyte/go-ruleguard/dsl v0.3.22/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= github.com/quasilyte/go-ruleguard/rules v0.0.0-20201231183845-9e62ed36efe1/go.mod h1:7JTjp89EGyU1d6XfBiXihJNG37wB2VRkd125Q1u7Plc= github.com/quasilyte/go-ruleguard/rules v0.0.0-20210203162857-b223e0831f88/go.mod h1:4cgAphtvu7Ftv7vOT2ZOYhC6CvBxZixcasr8qIOTA50= @@ -1006,10 +1460,16 @@ github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 h1:PDWGei+Rf2bBiu github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5/go.mod h1:wSEyW6O61xRV6zb6My3HxrQ5/8ke7NE2OayqCHa3xRM= github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f h1:6Gtn2i04RD0gVyYf2/IUMTIs+qYleBt4zxDqkLTcu4U= github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f/go.mod h1:Cm9lpz9NZjEoL1tgZ2OgeUKPIxL1meE7eo60Z6Sk+Ng= +github.com/quasilyte/gogrep v0.5.0 h1:eTKODPXbI8ffJMN+W2aE0+oL0z/nh8/5eNdiO34SOAo= +github.com/quasilyte/gogrep v0.5.0/go.mod h1:Cm9lpz9NZjEoL1tgZ2OgeUKPIxL1meE7eo60Z6Sk+Ng= github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 h1:L8QM9bvf68pVdQ3bCFZMDmnt9yqcMBro1pC7F+IPYMY= github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95/go.mod h1:rlzQ04UMyJXu/aOvhd8qT+hvDrFpiwqp8MRXDY9szc0= +github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 h1:TCg2WBOl980XxGFEZSS6KlBGIV0diGdySzxATTWoqaU= +github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727/go.mod h1:rlzQ04UMyJXu/aOvhd8qT+hvDrFpiwqp8MRXDY9szc0= github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 h1:M8mH9eK4OUR4lu7Gd+PU1fV2/qnDNfzT635KRSObncs= github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567/go.mod h1:DWNGW8A4Y+GyBgPuaQJuWiy0XYftx4Xm/y5Jqk9I6VQ= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= +github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/remyoudompheng/go-dbus v0.0.0-20121104212943-b7232d34b1d5/go.mod h1:+u151txRmLpwxBmpYn9z3d1sdJdjRPQpsXuYeY9jNls= github.com/remyoudompheng/go-liblzma v0.0.0-20190506200333-81bf2d431b96/go.mod h1:90HvCY7+oHHUKkbeMCiHt1WuFR2/hPJ9QrljDG+v6ls= github.com/remyoudompheng/go-misc v0.0.0-20190427085024-2d6ac652a50e/go.mod h1:80FQABjoFzZ2M5uEa6FUaJYEmqU2UOKojlFVak1UAwI= @@ -1020,10 +1480,14 @@ github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTE github.com/rogpeppe/go-internal v1.6.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfFZQK844Gfx8o5WFuvpxWRwnSoipWe/p622j1v06w= +github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/ryancurrah/gomodguard v1.2.0 h1:YWfhGOrXwLGiqcC/u5EqG6YeS8nh+1fw0HEc85CVZro= github.com/ryancurrah/gomodguard v1.2.0/go.mod h1:rNqbC4TOIdUDcVMSIpNNAzTbzXAZa6W5lnUepvuMMgQ= github.com/ryancurrah/gomodguard v1.2.3 h1:ww2fsjqocGCAFamzvv/b8IsRduuHHeK2MHTcTxZTQX8= @@ -1032,10 +1496,14 @@ github.com/ryancurrah/gomodguard v1.2.4 h1:CpMSDKan0LtNGGhPrvupAoLeObRFjND8/tU1r github.com/ryancurrah/gomodguard v1.2.4/go.mod h1:+Kem4VjWwvFpUJRJSwa16s1tBJe+vbv02+naTow2f6M= github.com/ryancurrah/gomodguard v1.3.0 h1:q15RT/pd6UggBXVBuLps8BXRvl5GPBcwVA7BJHMLuTw= github.com/ryancurrah/gomodguard v1.3.0/go.mod h1:ggBxb3luypPEzqVtq33ee7YSN35V28XeGnid8dnni50= +github.com/ryancurrah/gomodguard v1.3.2 h1:CuG27ulzEB1Gu5Dk5gP8PFxSOZ3ptSdP5iI/3IXxM18= +github.com/ryancurrah/gomodguard v1.3.2/go.mod h1:LqdemiFomEjcxOqirbQCb3JFvSxH2JUYMerTFd3sF2o= github.com/ryanrolds/sqlclosecheck v0.3.0 h1:AZx+Bixh8zdUBxUA1NxbxVAS78vTPq4rCb8OUZI9xFw= github.com/ryanrolds/sqlclosecheck v0.3.0/go.mod h1:1gREqxyTGR3lVtpngyFo3hZAgk0KCtEdgEkHwDbigdA= github.com/ryanrolds/sqlclosecheck v0.4.0 h1:i8SX60Rppc1wRuyQjMciLqIzV3xnoHB7/tXbr6RGYNI= github.com/ryanrolds/sqlclosecheck v0.4.0/go.mod h1:TBRRjzL31JONc9i4XMinicuo+s+E8yKZ5FN8X3G6CKQ= +github.com/ryanrolds/sqlclosecheck v0.5.1 h1:dibWW826u0P8jNLsLN+En7+RqWWTYrjCB9fJfSfdyCU= +github.com/ryanrolds/sqlclosecheck v0.5.1/go.mod h1:2g3dUjoS6AL4huFdv6wn55WpLIDjY7ZgUR4J8HOO/XQ= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/sagikazarmark/crypt v0.1.0/go.mod h1:B/mN0msZuINBtQ1zZLEQcegFJJf9vnYIR88KRMEuODE= github.com/sagikazarmark/crypt v0.3.0/go.mod h1:uD/D+6UF4SrIR1uGEv7bBNkNqLGqUr43MRiaGWX1Nig= @@ -1048,12 +1516,18 @@ github.com/sanposhiho/wastedassign/v2 v2.0.6 h1:+6/hQIHKNJAUixEj6EmOngGIisyeI+T3 github.com/sanposhiho/wastedassign/v2 v2.0.6/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= github.com/sanposhiho/wastedassign/v2 v2.0.7 h1:J+6nrY4VW+gC9xFzUc+XjPD3g3wF3je/NsJFwFK7Uxc= github.com/sanposhiho/wastedassign/v2 v2.0.7/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= +github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4= +github.com/santhosh-tekuri/jsonschema/v5 v5.3.1/go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY= github.com/sashamelentyev/interfacebloat v1.1.0 h1:xdRdJp0irL086OyW1H/RTZTr1h/tMEOsumirXcOJqAw= github.com/sashamelentyev/interfacebloat v1.1.0/go.mod h1:+Y9yU5YdTkrNvoX0xHc84dxiN1iBi9+G8zZIhPVoNjQ= github.com/sashamelentyev/usestdlibvars v1.13.0 h1:uObNudVEEHf6JbOJy5bgKJloA1bWjxR9fwgNFpPzKnI= github.com/sashamelentyev/usestdlibvars v1.13.0/go.mod h1:D2Wb7niIYmTB+gB8z7kh8tyP5ccof1dQ+SFk+WW5NtY= github.com/sashamelentyev/usestdlibvars v1.21.1 h1:GQGlReyL9Ek8DdJmwtwhHbhwHnuPfsKaprpjnrPcjxc= github.com/sashamelentyev/usestdlibvars v1.21.1/go.mod h1:MPI52Qq99iO9sFZZcKJ2y/bx6BNjs+/2bw3PCggIbew= +github.com/sashamelentyev/usestdlibvars v1.23.0 h1:01h+/2Kd+NblNItNeux0veSL5cBF1jbEOPrEhDzGYq0= +github.com/sashamelentyev/usestdlibvars v1.23.0/go.mod h1:YPwr/Y1LATzHI93CqoPUN/2BzGQ/6N/cl/KwgR0B/aU= +github.com/sashamelentyev/usestdlibvars v1.26.0 h1:LONR2hNVKxRmzIrZR0PhSF3mhCAzvnr+DcUiHgREfXE= +github.com/sashamelentyev/usestdlibvars v1.26.0/go.mod h1:9nl0jgOfHKWNFS43Ojw0i7aRoS4j6EBye3YBhmAIRF8= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/securego/gosec/v2 v2.7.0 h1:mOhJv5w6UyNLpSssQOQCc7eGkKLuicAxvf66Ey/X4xk= github.com/securego/gosec/v2 v2.7.0/go.mod h1:xNbGArrGUspJLuz3LS5XCY1EBW/0vABAl/LWfSklmiM= @@ -1067,6 +1541,10 @@ github.com/securego/gosec/v2 v2.13.1 h1:7mU32qn2dyC81MH9L2kefnQyRMUarfDER3iQyMHc github.com/securego/gosec/v2 v2.13.1/go.mod h1:EO1sImBMBWFjOTFzMWfTRrZW6M15gm60ljzrmy/wtHo= github.com/securego/gosec/v2 v2.14.0 h1:U1hfs0oBackChXA72plCYVA4cOlQ4gO+209dHiSNZbI= github.com/securego/gosec/v2 v2.14.0/go.mod h1:Ff03zEi5NwSOfXj9nFpBfhbWTtROCkg9N+9goggrYn4= +github.com/securego/gosec/v2 v2.16.0 h1:Pi0JKoasQQ3NnoRao/ww/N/XdynIB9NRYYZT5CyOs5U= +github.com/securego/gosec/v2 v2.16.0/go.mod h1:xvLcVZqUfo4aAQu56TNv7/Ltz6emAOQAEsrZrt7uGlI= +github.com/securego/gosec/v2 v2.20.1-0.20240525090044-5f0084eb01a9 h1:rnO6Zp1YMQwv8AyxzuwsVohljJgp4L0ZqiCgtACsPsc= +github.com/securego/gosec/v2 v2.20.1-0.20240525090044-5f0084eb01a9/go.mod h1:dg7lPlu/xK/Ut9SedURCoZbVCR4yC7fM65DtH9/CDHs= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c h1:W65qqJCIOVP4jpqPQ0YvHYKwcMEMVWIzWC5iNQQfBTU= github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c/go.mod h1:/PevMnwAxekIXwN8qQyfc5gl2NlkB3CQlkizAbOkeBs= @@ -1076,6 +1554,10 @@ github.com/shirou/gopsutil/v3 v3.22.4/go.mod h1:D01hZJ4pVHPpCTZ3m3T2+wDF2YAGfd+H github.com/shirou/gopsutil/v3 v3.22.6/go.mod h1:EdIubSnZhbAvBS1yJ7Xi+AShB/hxwLHOMz4MCYz7yMs= github.com/shirou/gopsutil/v3 v3.22.7/go.mod h1:s648gW4IywYzUfE/KjXxUsqrqx/T2xO5VqOXxONeRfI= github.com/shirou/gopsutil/v3 v3.23.1/go.mod h1:NN6mnm5/0k8jw4cBfCnJtr5L7ErOTg18tMNpgFkn0hA= +github.com/shirou/gopsutil/v3 v3.23.7/go.mod h1:c4gnmoRC0hQuaLqvxnx1//VXQ0Ms/X9UnJF8pddY5z4= +github.com/shirou/gopsutil/v3 v3.24.5/go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk= +github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ= +github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= @@ -1087,8 +1569,12 @@ github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= +github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/sivchari/containedctx v1.0.2 h1:0hLQKpgC53OVF1VT7CeoFHk9YKstur1XOgfYIc1yrHI= github.com/sivchari/containedctx v1.0.2/go.mod h1:PwZOeqm4/DLoJOqMSIJs3aKqXRX4YO+uXww087KZ7Bw= +github.com/sivchari/containedctx v1.0.3 h1:x+etemjbsh2fB5ewm5FeLNi5bUjK0V8n0RB+Wwfd0XE= +github.com/sivchari/containedctx v1.0.3/go.mod h1:c1RDvCbnJLtH4lLcYD/GqwiBSSf4F5Qk0xld2rBqzJ4= github.com/sivchari/nosnakecase v1.5.0 h1:ZBvAu1H3uteN0KQ0IsLpIFOwYgPEhKLyv2ahrVkub6M= github.com/sivchari/nosnakecase v1.5.0/go.mod h1:CwDzrzPea40/GB6uynrNLiorAlgFRvRbFSgJx2Gs+QY= github.com/sivchari/nosnakecase v1.7.0 h1:7QkpWIRMe8x25gckkFd2A5Pi6Ymo0qgr4JrhGt95do8= @@ -1106,6 +1592,8 @@ github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9 github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/sonatard/noctx v0.0.1 h1:VC1Qhl6Oxx9vvWo3UDgrGXYCeKCe3Wbw7qAWL6FrmTY= github.com/sonatard/noctx v0.0.1/go.mod h1:9D2D/EoULe8Yy2joDHJj7bv3sZoq9AaSb8B4lqBjiZI= +github.com/sonatard/noctx v0.0.2 h1:L7Dz4De2zDQhW8S0t+KUjY0MAQJd6SgVwhzNIc4ok00= +github.com/sonatard/noctx v0.0.2/go.mod h1:kzFz+CzWSjQ2OzIm46uJZoXuBpa2+0y3T36U18dWqIo= github.com/sourcegraph/go-diff v0.6.1 h1:hmA1LzxW0n1c3Q4YbrFgg4P99GSnebYa3x8gr0HZqLQ= github.com/sourcegraph/go-diff v0.6.1/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0= @@ -1118,6 +1606,8 @@ github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/afero v1.8.2 h1:xehSyVa0YnHWsJ49JFljMpg1HX19V6NDZ1fkm1Xznbo= github.com/spf13/afero v1.8.2/go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo= +github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= +github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= @@ -1135,6 +1625,8 @@ github.com/spf13/cobra v1.5.0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU= github.com/spf13/cobra v1.5.0/go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM= github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA= github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= +github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I= +github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0= github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= @@ -1168,6 +1660,8 @@ github.com/stretchr/objx v0.4.0 h1:M2gUjqZET1qApGOWNSnZ49BAIMX4F/1plDv3+l31EJ4= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= +github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.1.4/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= @@ -1185,6 +1679,11 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.3.0/go.mod h1:YzJjq/33h7nrwdY+iHMhEOEEbW0ovIz0tB6t6PwAXzs= @@ -1196,35 +1695,46 @@ github.com/sylvia7788/contextcheck v1.0.4 h1:MsiVqROAdr0efZc/fOCt0c235qm9XJqHtWw github.com/sylvia7788/contextcheck v1.0.4/go.mod h1:vuPKJMQ7MQ91ZTqfdyreNKwZjyUg6KO+IebVyQDedZQ= github.com/sylvia7788/contextcheck v1.0.6 h1:o2EZgVPyMKE/Mtoqym61DInKEjwEbsmyoxg3VrmjNO4= github.com/sylvia7788/contextcheck v1.0.6/go.mod h1:9XDxwvxyuKD+8N+a7Gs7bfWLityh5t70g/GjdEt2N2M= +github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c h1:+aPplBwWcHBo6q9xrfWdMrT9o4kltkmmvpemgIjep/8= github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c/go.mod h1:SbErYREK7xXdsRiigaQiQkI9McGRzYMvlKYaP3Nimdk= github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b h1:HxLVTlqcHhFAz3nWUcuvpH7WuOMv8LQoCWmruLfFH2U= github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM= github.com/tdakkota/asciicheck v0.1.1 h1:PKzG7JUTUmVspQTDqtkX9eSiLGossXTybutHwTXuO0A= github.com/tdakkota/asciicheck v0.1.1/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM= +github.com/tdakkota/asciicheck v0.2.0 h1:o8jvnUANo0qXtnslk2d3nMKTFNlOnJjRrNcj0j9qkHM= +github.com/tdakkota/asciicheck v0.2.0/go.mod h1:Qb7Y9EgjCLJGup51gDHFzbI08/gbGhL/UVhYIPWG2rg= github.com/tenntenn/modver v1.0.1/go.mod h1:bePIyQPb7UeioSRkw3Q0XeMhYZSMx9B8ePqg6SAMGH0= github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY= github.com/tetafro/godot v1.4.4 h1:VAtLEoAMmopIzHVWVBrztjVWDeYm1OD/DKqhqXR4828= github.com/tetafro/godot v1.4.4/go.mod h1:FVDd4JuKliW3UgjswZfJfHq4vAx0bD/Jd5brJjGeaz4= github.com/tetafro/godot v1.4.11 h1:BVoBIqAf/2QdbFmSwAWnaIqDivZdOV0ZRwEm6jivLKw= github.com/tetafro/godot v1.4.11/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8= +github.com/tetafro/godot v1.4.16 h1:4ChfhveiNLk4NveAZ9Pu2AN8QZ2nkUGFuadM9lrr5D0= +github.com/tetafro/godot v1.4.16/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio= github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 h1:ig99OeTyDwQWhPe2iw9lwfQVF1KB3Q4fpP3X7/2VBG8= github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 h1:kl4KhGNsJIbDHS9/4U9yQo1UcPQM0kOMJHn29EoH/Ro= github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e h1:MV6KaVu/hzByHP0UvJ4HcMGE/8a6A4Rggc/0wx2AvJo= github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ= +github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 h1:quvGphlmUVU+nhpFa4gg4yJyTRJ13reZMDHrKwYw53M= +github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ= github.com/timonwong/loggercheck v0.9.3 h1:ecACo9fNiHxX4/Bc02rW2+kaJIAMAes7qJ7JKxt0EZI= github.com/timonwong/loggercheck v0.9.3/go.mod h1:wUqnk9yAOIKtGA39l1KLE9Iz0QiTocu/YZoOf+OzFdw= +github.com/timonwong/loggercheck v0.9.4 h1:HKKhqrjcVj8sxL7K77beXh0adEm6DLjV/QOGeMXEVi4= +github.com/timonwong/loggercheck v0.9.4/go.mod h1:caz4zlPcgvpEkXgVnAJGowHAMW2NwHaNlpS8xDbVhTg= github.com/timonwong/logrlint v0.1.0 h1:phZCcypL/vtx6cGxObJgWZ5wexZF5SXFPLOM+ru0e/M= github.com/timonwong/logrlint v0.1.0/go.mod h1:Zleg4Gw+kRxNej+Ra7o+tEaW5k1qthTaYKU7rSD39LU= github.com/tklauser/go-sysconf v0.3.4/go.mod h1:Cl2c8ZRWfHD5IrfHo9VN+FX9kCFjIOyVklgXycLB6ek= github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs= github.com/tklauser/go-sysconf v0.3.10/go.mod h1:C8XykCvCb+Gn0oNCWPIlcb0RuglQTYaQ2hGm7jmxEFk= github.com/tklauser/go-sysconf v0.3.11/go.mod h1:GqXfhXY3kiPa0nAXPDIQIWzJbMCB7AmcWpGR8lSZfqI= +github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= github.com/tklauser/numcpus v0.2.1/go.mod h1:9aU+wOc6WjUIZEwWMP62PL/41d65P+iks1gBkr4QyP8= github.com/tklauser/numcpus v0.3.0/go.mod h1:yFGUr7TUHQRAhyqBcEg0Ge34zDBAsIvJJcyE6boqnA8= github.com/tklauser/numcpus v0.4.0/go.mod h1:1+UI3pD8NW14VMwdgJNJ1ESk2UnwhAnz5hMwiKKqXCQ= github.com/tklauser/numcpus v0.6.0/go.mod h1:FEZLMke0lhOUG6w2JadTzp0a+Nl8PF/GFkQ5UVIcaL4= +github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= @@ -1238,6 +1748,10 @@ github.com/tomarrell/wrapcheck/v2 v2.6.2 h1:3dI6YNcrJTQ/CJQ6M/DUkc0gnqYSIk6o0rCh github.com/tomarrell/wrapcheck/v2 v2.6.2/go.mod h1:ao7l5p0aOlUNJKI0qVwB4Yjlqutd0IvAB9Rdwyilxvg= github.com/tomarrell/wrapcheck/v2 v2.8.0 h1:qDzbir0xmoE+aNxGCPrn+rUSxAX+nG6vREgbbXAR81I= github.com/tomarrell/wrapcheck/v2 v2.8.0/go.mod h1:ao7l5p0aOlUNJKI0qVwB4Yjlqutd0IvAB9Rdwyilxvg= +github.com/tomarrell/wrapcheck/v2 v2.8.1 h1:HxSqDSN0sAt0yJYsrcYVoEeyM4aI9yAm3KQpIXDJRhQ= +github.com/tomarrell/wrapcheck/v2 v2.8.1/go.mod h1:/n2Q3NZ4XFT50ho6Hbxg+RV1uyo2Uow/Vdm9NQcl5SE= +github.com/tomarrell/wrapcheck/v2 v2.8.3 h1:5ov+Cbhlgi7s/a42BprYoxsr73CbdMUTzE3bRDFASUs= +github.com/tomarrell/wrapcheck/v2 v2.8.3/go.mod h1:g9vNIyhb5/9TQgumxQyOEqDHsmGYcGsVMOx/xGkqdMo= github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/tommy-muehle/go-mnd/v2 v2.3.1 h1:a1S4+4HSXDJMgeODJH/t0EEKxcVla6Tasw+Zx9JJMog= github.com/tommy-muehle/go-mnd/v2 v2.3.1/go.mod h1:WsUAkMJMYww6l/ufffCD3m+P7LEvr8TnZn9lwVDlgzw= @@ -1249,10 +1763,14 @@ github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqri github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.3 h1:5ylVWm8wsNwH5aWo9438pwvsK0QiqVuUrt9bn7S/iLA= github.com/ultraware/funlen v0.0.3/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= +github.com/ultraware/funlen v0.1.0 h1:BuqclbkY6pO+cvxoq7OsktIXZpgBSkYTQtmwhAK81vI= +github.com/ultraware/funlen v0.1.0/go.mod h1:XJqmOQja6DpxarLj6Jj1U7JuoS8PvL4nEqDaQhy22p4= github.com/ultraware/whitespace v0.0.4 h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.5 h1:hh+/cpIcopyMYbZNVov9iSxvJU3OYQg78Sfaqzi/CzI= github.com/ultraware/whitespace v0.0.5/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= +github.com/ultraware/whitespace v0.1.1 h1:bTPOGejYFulW3PkcrqkeQwOd6NKOOXvmGD9bo/Gk8VQ= +github.com/ultraware/whitespace v0.1.1/go.mod h1:XcP1RLD81eV4BW8UhQlpaR+SDc2givTvyI8a586WjW8= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/uudashr/gocognit v1.0.1 h1:MoG2fZ0b/Eo7NXoIwCVFLG5JED3qgQz5/NEE+rOsjPs= @@ -1261,6 +1779,10 @@ github.com/uudashr/gocognit v1.0.5 h1:rrSex7oHr3/pPLQ0xoWq108XMU8s678FJcQ+aSfOHa github.com/uudashr/gocognit v1.0.5/go.mod h1:wgYz0mitoKOTysqxTDMOUXg+Jb5SvtihkfmugIZYpEA= github.com/uudashr/gocognit v1.0.6 h1:2Cgi6MweCsdB6kpcVQp7EW4U23iBFQWfTXiWlyp842Y= github.com/uudashr/gocognit v1.0.6/go.mod h1:nAIUuVBnYU7pcninia3BHOvQkpQCeO76Uscky5BOwcY= +github.com/uudashr/gocognit v1.0.7 h1:e9aFXgKgUJrQ5+bs61zBigmj7bFJ/5cC6HmMahVzuDo= +github.com/uudashr/gocognit v1.0.7/go.mod h1:nAIUuVBnYU7pcninia3BHOvQkpQCeO76Uscky5BOwcY= +github.com/uudashr/gocognit v1.1.2 h1:l6BAEKJqQH2UpKAPKdMfZf5kE4W/2xk8pfU1OVLvniI= +github.com/uudashr/gocognit v1.1.2/go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.16.0/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl6TwOBhHCA= github.com/valyala/fasthttp v1.30.0/go.mod h1:2rsYD01CKFrjjsvFxx75KlEUNpWNBY9JWD3K/7o2Cus= @@ -1269,6 +1791,10 @@ github.com/valyala/quicktemplate v1.7.0/go.mod h1:sqKJnoaOF88V07vkO+9FL8fb9uZg/V github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc= github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8/go.mod h1:dniwbG03GafCjFohMDmz6Zc6oCuiqgH6tGNyXTkHzXE= +github.com/xen0n/gosmopolitan v1.2.1 h1:3pttnTuFumELBRSh+KQs1zcz4fN6Zy7aB0xlnQSn1Iw= +github.com/xen0n/gosmopolitan v1.2.1/go.mod h1:JsHq/Brs1o050OOdmzHeOr0N7OtlnKRAGAsElF8xBQA= +github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU= +github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= @@ -1280,6 +1806,12 @@ github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 h1:YAaOqqMTstE github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1/go.mod h1:rs5vtZzeBHqqMwXqFScncpCF6u06lezhZepno9AB1Oc= github.com/yeya24/promlinter v0.2.0 h1:xFKDQ82orCU5jQujdaD8stOHiv8UN68BSdn2a8u8Y3o= github.com/yeya24/promlinter v0.2.0/go.mod h1:u54lkmBOZrpEbQQ6gox2zWKKLKu2SGe+2KOiextY+IA= +github.com/yeya24/promlinter v0.3.0 h1:JVDbMp08lVCP7Y6NP3qHroGAO6z2yGKQtS5JsjqtoFs= +github.com/yeya24/promlinter v0.3.0/go.mod h1:cDfJQQYv9uYciW60QT0eeHlFodotkYZlL+YcPQN+mW4= +github.com/ykadowak/zerologlint v0.1.3 h1:TLy1dTW3Nuc+YE3bYRPToG1Q9Ej78b5UUN6bjbGdxPE= +github.com/ykadowak/zerologlint v0.1.3/go.mod h1:KaUskqF3e/v59oPmdq1U1DnKcuHokl2/K1U4pmIELKg= +github.com/ykadowak/zerologlint v0.1.5 h1:Gy/fMz1dFQN9JZTPjv1hxEk+sRWm05row04Yoolgdiw= +github.com/ykadowak/zerologlint v0.1.5/go.mod h1:KaUskqF3e/v59oPmdq1U1DnKcuHokl2/K1U4pmIELKg= github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg= github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM= github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc= @@ -1292,12 +1824,26 @@ github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1 github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= +github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= +github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= +github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= +github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= gitlab.com/bosi/decorder v0.2.1 h1:ehqZe8hI4w7O4b1vgsDZw1YU1PE7iJXrQWFMsocbQ1w= gitlab.com/bosi/decorder v0.2.1/go.mod h1:6C/nhLSbF6qZbYD8bRmISBwc6vcWdNsiIBkRvjJFrH0= gitlab.com/bosi/decorder v0.2.2 h1:LRfb3lP6mZWjUzpMOCLTVjcnl/SqZWBWmKNqQvMocQs= gitlab.com/bosi/decorder v0.2.2/go.mod h1:9K1RB5+VPNQYtXtTDAzd2OEftsZb1oV0IrJrzChSdGE= gitlab.com/bosi/decorder v0.2.3 h1:gX4/RgK16ijY8V+BRQHAySfQAb354T7/xQpDB2n10P0= gitlab.com/bosi/decorder v0.2.3/go.mod h1:9K1RB5+VPNQYtXtTDAzd2OEftsZb1oV0IrJrzChSdGE= +gitlab.com/bosi/decorder v0.4.0 h1:HWuxAhSxIvsITcXeP+iIRg9d1cVfvVkmlF7M68GaoDY= +gitlab.com/bosi/decorder v0.4.0/go.mod h1:xarnteyUoJiOTEldDysquWKTVDCKo2TOIOIibSuWqOg= +gitlab.com/bosi/decorder v0.4.2 h1:qbQaV3zgwnBZ4zPMhGLW4KZe7A7NwxEhJx39R3shffo= +gitlab.com/bosi/decorder v0.4.2/go.mod h1:muuhHoaJkA9QLcYHq4Mj8FJUwDZ+EirSHRiaTcTf6T8= +go-simpler.org/assert v0.5.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr28= +go-simpler.org/assert v0.9.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr28= +go-simpler.org/musttag v0.12.2 h1:J7lRc2ysXOq7eM8rwaTYnNrHd5JwjppzB6mScysB2Cs= +go-simpler.org/musttag v0.12.2/go.mod h1:uN1DVIasMTQKk6XSik7yrJoEysGtR2GRqvWnI9S7TYM= +go-simpler.org/sloglint v0.7.1 h1:qlGLiqHbN5islOxjeLXoPtUdZXb669RW+BDQ+xOSNoU= +go-simpler.org/sloglint v0.7.1/go.mod h1:OlaVDRh/FKKd4X4sIMbsz8st97vomydceL146Fthh/c= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.4/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= @@ -1323,12 +1869,19 @@ go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= +go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= +go.opentelemetry.io/proto/otlp v0.19.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= +go.tmz.dev/musttag v0.7.1 h1:9lFmeSFnFfPuMq4IksHGomItE6NgKMNW2Nt2FPOhCfU= +go.tmz.dev/musttag v0.7.1/go.mod h1:oJLkpR56EsIryktZJk/B0IroSMi37YWver47fibGh5U= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +go.uber.org/automaxprocs v1.5.3 h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8= +go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= +go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.4.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= @@ -1339,6 +1892,8 @@ go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= go.uber.org/zap v1.17.0 h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U= go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= +go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60= +go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= golang.org/x/crypto v0.0.0-20180501155221-613d6eafa307/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -1364,10 +1919,19 @@ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20221012134737-56aed061732a/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= +golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= +golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= +golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM= +golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= +golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3/go.mod h1:NOZ3BPKG0ec/BKJQgnvsSFpcKLM5xXVWnvZS97DWHgE= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= @@ -1378,6 +1942,10 @@ golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 h1:FR+oGxGfbQu1d+jglI3rCkjAj golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA= golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA= +golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea h1:vLCWI/yYrdEHyN2JzIzPO3aaQJHQdp89IZBA/+azVC4= +golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w= +golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc h1:ao2WRsKSzW6KuUY9IWPwWahcHCgR0s52IfwutMfEbdM= +golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI= golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e h1:qyrTQ++p1afMkO4DPEeLGq/3oTsdlvdH4vqZUBWzUKM= golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= @@ -1386,8 +1954,24 @@ golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d/go.mod h1:AbB0pIl golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a h1:Jw5wfR+h9mnIYH+OtGT2im5wV1YGGDora5vTv/aa5bE= golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= +golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= +golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 h1:jWGQJV4niP+CCmFW9ekjA9Zx8vYORzOUH2/Nl5WPuLQ= +golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= +golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f h1:phY1HzDcf18Aq9A8KkmRtY9WvOFIxN8wgfvy6Zm1DV8= +golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= +golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200119044424-58c23975cae1/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200430140353-33d19683fad8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20201208152932-35266b937fa6/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210216034530-4410531fe030/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20220302094943-723b81ca9867/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -1421,6 +2005,14 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91 golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= golang.org/x/mod v0.7.0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA= golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0= +golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1489,6 +2081,15 @@ golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= +golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= +golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1509,6 +2110,7 @@ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= +golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1529,6 +2131,11 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1594,6 +2201,7 @@ golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 h1:V066+OYJ66oTjnhm4Yrn7SXIwSCiDQJxpBxmvqb1N1c= golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1630,6 +2238,7 @@ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220209214540-3681064d5158 h1:rm+CHSpPEEW2IsXUib1ThaHIjuBVZjxNgSKmBLFfD4c= golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220403020550-483a9cbc67c0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1657,6 +2266,17 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18= golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= +golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= +golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -1664,6 +2284,14 @@ golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo= +golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= +golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1680,17 +2308,30 @@ golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k= golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= +golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk= +golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= +golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190110163146-51295c7ec13a/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190228203856-589c23e65e65/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190307163923-6a08e3108db3/go.mod h1:25r3+/G6/xytQM8iWZKq3Hn0kr0rgFKPUNVEL/dr3z4= @@ -1712,6 +2353,7 @@ golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190916130336-e45ffcd953cc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1770,6 +2412,7 @@ golang.org/x/tools v0.0.0-20201028025901-8cd080b735b3/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201114224030-61ea331ec02b/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201118003311-bd56c0adb394/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -1808,6 +2451,19 @@ golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.4.1-0.20221208213631-3f74d914ae6d/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.5.0 h1:+bSpV5HIeWkuvgaMfI3UmKRThoTA5ODJTUd8T17NO+4= golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/tools v0.9.0/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.9.2/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.9.3/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.10.0/go.mod h1:UJwyiVBsOA2uwvK/e5OY3GTpDUJriEd+/YlqAwLPmyM= +golang.org/x/tools v0.11.0/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8= +golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss= +golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM= +golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA= +golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1816,6 +2472,15 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f h1:GGU+dLjvlC3qDwqYgL6UgRmHXhOOgns0bZu2Ty5mm6U= golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= +gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= +gonum.org/v1/gonum v0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0= +gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA= +gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= +gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +gonum.org/v1/plot v0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY= +gonum.org/v1/plot v0.10.1/go.mod h1:VZW5OlhkL1mysU9vaqNHnsy86inf6Ot+jB3r+BczCEo= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= @@ -1855,8 +2520,10 @@ google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/S google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= +google.golang.org/api v0.77.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw= google.golang.org/api v0.81.0/go.mod h1:FA6Mb/bZxj706H2j+j2d6mHEEaHBmbbWnkfvmorOCko= +google.golang.org/api v0.152.0/go.mod h1:3qNJX5eOmhiWYc67jRA/3GsDw97UFb5ivv7Y2PrriAY= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -1912,6 +2579,7 @@ google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210329143202-679c6ae281ee/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384/go.mod h1:P3QM42oQyzQSnHPnZ/vqoCdDmzH28fzWByN9asMeM8A= google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= @@ -1949,8 +2617,13 @@ google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9/go.mod h1:8w6bsBMX google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= +google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:J7XzRzVy1+IPwWHZUzoD0IccYZIrXILAQpc+Qy9CMhY= +google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:0xJLfVdJqpAPl8tDg1ujOCGzx6LFLttXT5NhllGOXY4= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20231120223509-83a465c0220f/go.mod h1:iIgEblxoG4klcXsG0d9cpoxJ4xndv6+1FkDROCHhPRI= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f/go.mod h1:L9KNLi232K1/xB6f7AlSX692koaRnKaWSR0stBki0Yc= google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= @@ -1987,6 +2660,7 @@ google.golang.org/grpc v1.44.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ5 google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ= google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/grpc v1.46.2/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -2005,11 +2679,14 @@ google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+Rur google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= @@ -2066,6 +2743,38 @@ honnef.co/go/tools v0.3.3 h1:oDx7VAwstgpYpb3wv0oxiZlxY+foCpRAwY7Vk6XpAgA= honnef.co/go/tools v0.3.3/go.mod h1:jzwdWgg7Jdq75wlfblQxO4neNaFFSvgc1tD5Wv8U0Yw= honnef.co/go/tools v0.4.0 h1:lyXVV1c8wUBJRKqI8JgIpT8TW1VDagfYYaxbKa/HoL8= honnef.co/go/tools v0.4.0/go.mod h1:36ZgoUOrqOk1GxwHhyryEkq8FQWkUO2xGuSMhUCcdvA= +honnef.co/go/tools v0.4.3 h1:o/n5/K5gXqk8Gozvs2cnL0F2S1/g1vcGCAx2vETjITw= +honnef.co/go/tools v0.4.3/go.mod h1:36ZgoUOrqOk1GxwHhyryEkq8FQWkUO2xGuSMhUCcdvA= +honnef.co/go/tools v0.4.7 h1:9MDAWxMoSnB6QoSqiVr7P5mtkT9pOc1kSxchzPCnqJs= +honnef.co/go/tools v0.4.7/go.mod h1:+rnGS1THNh8zMwnd2oVOTL9QF6vmfyG6ZXBULae2uc0= +lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.40.0/go.mod h1:/bTg4dnWkSXowUO6ssQKnOV0yMVxDYNIsIrzqTFDGH0= +modernc.org/ccgo/v3 v3.0.0-20220428102840-41399a37e894/go.mod h1:eI31LL8EwEBKPpNpA4bU1/i+sKOwOrQy8D87zWUcRZc= +modernc.org/ccgo/v3 v3.0.0-20220430103911-bc99d88307be/go.mod h1:bwdAnOoaIt8Ax9YdWGjxWsdkPcZyRPHqrOvJxaKAKGw= +modernc.org/ccgo/v3 v3.16.4/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.13/go.mod h1:2Quk+5YgpImhPjv2Qsob1DnZ/4som1lJTodubIcoUkY= +modernc.org/ccorpus v1.11.6/go.mod h1:2gEUTrWqdpH2pXsmTM1ZkjeSrUWDpjMu2T6m29L/ErQ= +modernc.org/httpfs v1.0.6/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM= +modernc.org/libc v0.0.0-20220428101251-2d5f3daf273b/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.16.0/go.mod h1:N4LD6DBE9cf+Dzf9buBlzVJndKr/iJHG97vGLHYnb5A= +modernc.org/libc v1.16.1/go.mod h1:JjJE0eu4yeK7tab2n4S1w8tlWd9MxXLRzheaRnAKymU= +modernc.org/libc v1.22.2/go.mod h1:uvQavJ1pZ0hIoC/jfqNoMLURIMhKzINIWypNM17puug= +modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.4.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.1.1/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.5.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/opt v0.1.1/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/opt v0.1.3/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/sqlite v1.18.2/go.mod h1:kvrTLEWgxUcHa2GfHBQtanR1H9ht3hTJNtKpzH9k1u0= +modernc.org/strutil v1.1.1/go.mod h1:DE+MQQ/hjKBZS2zNInV5hhcipt5rLPWkmpbGeW5mmdw= +modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw= +modernc.org/tcl v1.13.2/go.mod h1:7CLiGIPo1M8Rv1Mitpv5akc2+8fxUd2y2UzC/MfMzy0= +modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= mvdan.cc/gofumpt v0.1.1 h1:bi/1aS/5W00E2ny5q65w9SnKpWEF/UIOqDYBILpo9rA= mvdan.cc/gofumpt v0.1.1/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48= mvdan.cc/gofumpt v0.3.0 h1:kTojdZo9AcEYbQYhGuLf/zszYthRdhDNDUi2JKTxas4= @@ -2074,6 +2783,10 @@ mvdan.cc/gofumpt v0.3.1 h1:avhhrOmv0IuvQVK7fvwV91oFSGAk5/6Po8GXTzICeu8= mvdan.cc/gofumpt v0.3.1/go.mod h1:w3ymliuxvzVx8DAutBnVyDqYb1Niy/yCJt/lk821YCE= mvdan.cc/gofumpt v0.4.0 h1:JVf4NN1mIpHogBj7ABpgOyZc65/UUOkKQFkoURsz4MM= mvdan.cc/gofumpt v0.4.0/go.mod h1:PljLOHDeZqgS8opHRKLzp2It2VBuSdteAgqUfzMTxlQ= +mvdan.cc/gofumpt v0.5.0 h1:0EQ+Z56k8tXjj/6TQD25BFNKQXpCvT0rnansIc7Ug5E= +mvdan.cc/gofumpt v0.5.0/go.mod h1:HBeVDtMKRZpXyxFciAirzdKklDlGu8aAy1wEbH5Y9js= +mvdan.cc/gofumpt v0.6.0 h1:G3QvahNDmpD+Aek/bNOLrFR2XC6ZAdo62dZu65gmwGo= +mvdan.cc/gofumpt v0.6.0/go.mod h1:4L0wf+kgIPZtcCWXynNS2e6bhmj73umwnuXSZarixzA= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo= @@ -2086,7 +2799,10 @@ mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 h1:seuXWbRB1qPrS3NQnHmFKLJLt mvdan.cc/unparam v0.0.0-20220706161116-678bad134442/go.mod h1:F/Cxw/6mVrNKqrR2YjFf5CaW0Bw4RL8RfbEf4GRggJk= mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d h1:3rvTIIM22r9pvXk+q3swxUQAQOxksVMGK7sml4nG57w= mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d/go.mod h1:IeHQjmn6TOD+e4Z3RFiZMMsLVL+A96Nvptar8Fj71is= +mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f h1:lMpcwN6GxNbWtbpI1+xzFLSW8XzX0u72NttUGVFjO3U= +mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f/go.mod h1:RSLa7mKKCNeTTMHBw5Hsy2rfJmd6O2ivt9Dw9ZqCQpQ= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/.bingo/minio.sum b/.bingo/minio.sum index e2b5ea4006..670abcfc3b 100644 --- a/.bingo/minio.sum +++ b/.bingo/minio.sum @@ -727,7 +727,6 @@ github.com/goccy/go-json v0.9.4/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGF github.com/gocql/gocql v0.0.0-20220224095938-0eacd3183625/go.mod h1:3gM2c4D3AnkISwBxGnMMsS8Oy4y2lhbPRsH4xnJrHG8= github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= -github.com/gofiber/fiber/v2 v2.11.0/go.mod h1:oZTLWqYnqpMMuF922SjGbsYZsdpE1MCfh416HNdweIM= github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= diff --git a/.bingo/promdoc.sum b/.bingo/promdoc.sum index 7ecaa4580f..00adfe7641 100644 --- a/.bingo/promdoc.sum +++ b/.bingo/promdoc.sum @@ -1,18 +1,34 @@ github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= +github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= +github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= +github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mitchellh/mapstructure v1.4.2 h1:6h7AQ0yhTcIsmFmnAwQls75jp2Gzs4iB8W7pjMO+rqo= +github.com/mitchellh/mapstructure v1.4.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM= +github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/plexsystems/promdoc v0.8.0 h1:mNAp+WQkb2yZV5m7PeybHFTPYz+4pbaMCaH8iPLOMog= github.com/plexsystems/promdoc v0.8.0/go.mod h1:CoTbHLEVPziXN+Y4GozwsiLvgdJqdOBYywqUy40sYuI= github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= +github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= +github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.2.1 h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw= +github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= +github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.9.0 h1:yR6EXjTp0y0cLN8OZg1CRZmOBdI88UcGkhgyJhu6nZk= +github.com/spf13/viper v1.9.0/go.mod h1:+i6ajR7OX2XaiBkrcZJFK21htRk7eDeLg7+O6bhUPP4= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= +github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k= +golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= gopkg.in/ini.v1 v1.63.2 h1:tGK/CyBg7SMzb60vP1M03vNZ3VDu3wGQJwn7Sxi9r3c= +gopkg.in/ini.v1 v1.63.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= diff --git a/.bingo/promtool.mod b/.bingo/promtool.mod index ce4b86d668..9f7404b961 100644 --- a/.bingo/promtool.mod +++ b/.bingo/promtool.mod @@ -4,7 +4,7 @@ go 1.14 replace k8s.io/klog => github.com/simonpasquier/klog-gokit v0.3.0 -replace k8s.io/klog/v2 => github.com/simonpasquier/klog-gokit/v3 v3.0.0 +replace k8s.io/klog/v2 => github.com/simonpasquier/klog-gokit/v3 v3.3.0 exclude github.com/linode/linodego v1.0.0 @@ -12,4 +12,4 @@ exclude github.com/grpc-ecosystem/grpc-gateway v1.14.7 exclude google.golang.org/api v0.30.0 -require github.com/prometheus/prometheus v0.37.0 // cmd/promtool +require github.com/prometheus/prometheus v0.47.0 // cmd/promtool diff --git a/.bingo/promtool.sum b/.bingo/promtool.sum index e0044bf27f..2da8eafd18 100644 --- a/.bingo/promtool.sum +++ b/.bingo/promtool.sum @@ -3,6 +3,7 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= +cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -14,6 +15,7 @@ cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZ cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= +cloud.google.com/go v0.75.0/go.mod h1:VGuuCn7PG0dwsd5XPVm2Mm3wlh3EL55/79EKB6hlPTY= cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= @@ -25,15 +27,164 @@ cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+Y cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= +cloud.google.com/go v0.100.1/go.mod h1:fs4QogzfH5n2pBXBP9vRiU+eCny7lD2vmFZy79Iuw1U= cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A= cloud.google.com/go v0.102.0 h1:DAq3r8y4mDgyB/ZPJ9v/5VJNqjgJAxTn6ZYLlUywOu8= cloud.google.com/go v0.102.0/go.mod h1:oWcCzKlqJ5zgHQt9YsaeTY9KzIvjyy0ArmiBUgpQ+nc= +cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34hIU= +cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRYtA= +cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= +cloud.google.com/go v0.107.0/go.mod h1:wpc2eNrD7hXUTy8EKS10jkxpZBjASrORK7goS+3YX2I= +cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY= +cloud.google.com/go v0.110.2/go.mod h1:k04UEeEtb6ZBRTv3dZz4CeJC3jKGxyhl0sAiVVquxiw= +cloud.google.com/go v0.110.4 h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk= +cloud.google.com/go v0.110.4/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI= +cloud.google.com/go/accessapproval v1.4.0/go.mod h1:zybIuC3KpDOvotz59lFe5qxRZx6C75OtwbisN56xYB4= +cloud.google.com/go/accessapproval v1.5.0/go.mod h1:HFy3tuiGvMdcd/u+Cu5b9NkO1pEICJ46IR82PoUdplw= +cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E= +cloud.google.com/go/accessapproval v1.7.1/go.mod h1:JYczztsHRMK7NTXb6Xw+dwbs/WnOJxbo/2mTI+Kgg68= +cloud.google.com/go/accesscontextmanager v1.3.0/go.mod h1:TgCBehyr5gNMz7ZaH9xubp+CE8dkrszb4oK9CWyvD4o= +cloud.google.com/go/accesscontextmanager v1.4.0/go.mod h1:/Kjh7BBu/Gh83sv+K60vN9QE5NJcd80sU33vIe2IFPE= +cloud.google.com/go/accesscontextmanager v1.6.0/go.mod h1:8XCvZWfYw3K/ji0iVnp+6pu7huxoQTLmxAbVjbloTtM= +cloud.google.com/go/accesscontextmanager v1.7.0/go.mod h1:CEGLewx8dwa33aDAZQujl7Dx+uYhS0eay198wB/VumQ= +cloud.google.com/go/accesscontextmanager v1.8.0/go.mod h1:uI+AI/r1oyWK99NN8cQ3UK76AMelMzgZCvJfsi2c+ps= +cloud.google.com/go/accesscontextmanager v1.8.1/go.mod h1:JFJHfvuaTC+++1iL1coPiG1eu5D24db2wXCDWDjIrxo= +cloud.google.com/go/aiplatform v1.22.0/go.mod h1:ig5Nct50bZlzV6NvKaTwmplLLddFx0YReh9WfTO5jKw= +cloud.google.com/go/aiplatform v1.24.0/go.mod h1:67UUvRBKG6GTayHKV8DBv2RtR1t93YRu5B1P3x99mYY= +cloud.google.com/go/aiplatform v1.27.0/go.mod h1:Bvxqtl40l0WImSb04d0hXFU7gDOiq9jQmorivIiWcKg= +cloud.google.com/go/aiplatform v1.35.0/go.mod h1:7MFT/vCaOyZT/4IIFfxH4ErVg/4ku6lKv3w0+tFTgXQ= +cloud.google.com/go/aiplatform v1.36.1/go.mod h1:WTm12vJRPARNvJ+v6P52RDHCNe4AhvjcIZ/9/RRHy/k= +cloud.google.com/go/aiplatform v1.37.0/go.mod h1:IU2Cv29Lv9oCn/9LkFiiuKfwrRTq+QQMbW+hPCxJGZw= +cloud.google.com/go/aiplatform v1.45.0/go.mod h1:Iu2Q7sC7QGhXUeOhAj/oCK9a+ULz1O4AotZiqjQ8MYA= +cloud.google.com/go/analytics v0.11.0/go.mod h1:DjEWCu41bVbYcKyvlws9Er60YE4a//bK6mnhWvQeFNI= +cloud.google.com/go/analytics v0.12.0/go.mod h1:gkfj9h6XRf9+TS4bmuhPEShsh3hH8PAZzm/41OOhQd4= +cloud.google.com/go/analytics v0.17.0/go.mod h1:WXFa3WSym4IZ+JiKmavYdJwGG/CvpqiqczmL59bTD9M= +cloud.google.com/go/analytics v0.18.0/go.mod h1:ZkeHGQlcIPkw0R/GW+boWHhCOR43xz9RN/jn7WcqfIE= +cloud.google.com/go/analytics v0.19.0/go.mod h1:k8liqf5/HCnOUkbawNtrWWc+UAzyDlW89doe8TtoDsE= +cloud.google.com/go/analytics v0.21.2/go.mod h1:U8dcUtmDmjrmUTnnnRnI4m6zKn/yaA5N9RlEkYFHpQo= +cloud.google.com/go/apigateway v1.3.0/go.mod h1:89Z8Bhpmxu6AmUxuVRg/ECRGReEdiP3vQtk4Z1J9rJk= +cloud.google.com/go/apigateway v1.4.0/go.mod h1:pHVY9MKGaH9PQ3pJ4YLzoj6U5FUDeDFBllIz7WmzJoc= +cloud.google.com/go/apigateway v1.5.0/go.mod h1:GpnZR3Q4rR7LVu5951qfXPJCHquZt02jf7xQx7kpqN8= +cloud.google.com/go/apigateway v1.6.1/go.mod h1:ufAS3wpbRjqfZrzpvLC2oh0MFlpRJm2E/ts25yyqmXA= +cloud.google.com/go/apigeeconnect v1.3.0/go.mod h1:G/AwXFAKo0gIXkPTVfZDd2qA1TxBXJ3MgMRBQkIi9jc= +cloud.google.com/go/apigeeconnect v1.4.0/go.mod h1:kV4NwOKqjvt2JYR0AoIWo2QGfoRtn/pkS3QlHp0Ni04= +cloud.google.com/go/apigeeconnect v1.5.0/go.mod h1:KFaCqvBRU6idyhSNyn3vlHXc8VMDJdRmwDF6JyFRqZ8= +cloud.google.com/go/apigeeconnect v1.6.1/go.mod h1:C4awq7x0JpLtrlQCr8AzVIzAaYgngRqWf9S5Uhg+wWs= +cloud.google.com/go/apigeeregistry v0.4.0/go.mod h1:EUG4PGcsZvxOXAdyEghIdXwAEi/4MEaoqLMLDMIwKXY= +cloud.google.com/go/apigeeregistry v0.5.0/go.mod h1:YR5+s0BVNZfVOUkMa5pAR2xGd0A473vA5M7j247o1wM= +cloud.google.com/go/apigeeregistry v0.6.0/go.mod h1:BFNzW7yQVLZ3yj0TKcwzb8n25CFBri51GVGOEUcgQsc= +cloud.google.com/go/apigeeregistry v0.7.1/go.mod h1:1XgyjZye4Mqtw7T9TsY4NW10U7BojBvG4RMD+vRDrIw= +cloud.google.com/go/apikeys v0.4.0/go.mod h1:XATS/yqZbaBK0HOssf+ALHp8jAlNHUgyfprvNcBIszU= +cloud.google.com/go/apikeys v0.5.0/go.mod h1:5aQfwY4D+ewMMWScd3hm2en3hCj+BROlyrt3ytS7KLI= +cloud.google.com/go/apikeys v0.6.0/go.mod h1:kbpXu5upyiAlGkKrJgQl8A0rKNNJ7dQ377pdroRSSi8= +cloud.google.com/go/appengine v1.4.0/go.mod h1:CS2NhuBuDXM9f+qscZ6V86m1MIIqPj3WC/UoEuR1Sno= +cloud.google.com/go/appengine v1.5.0/go.mod h1:TfasSozdkFI0zeoxW3PTBLiNqRmzraodCWatWI9Dmak= +cloud.google.com/go/appengine v1.6.0/go.mod h1:hg6i0J/BD2cKmDJbaFSYHFyZkgBEfQrDg/X0V5fJn84= +cloud.google.com/go/appengine v1.7.0/go.mod h1:eZqpbHFCqRGa2aCdope7eC0SWLV1j0neb/QnMJVWx6A= +cloud.google.com/go/appengine v1.7.1/go.mod h1:IHLToyb/3fKutRysUlFO0BPt5j7RiQ45nrzEJmKTo6E= +cloud.google.com/go/appengine v1.8.1/go.mod h1:6NJXGLVhZCN9aQ/AEDvmfzKEfoYBlfB80/BHiKVputY= +cloud.google.com/go/area120 v0.5.0/go.mod h1:DE/n4mp+iqVyvxHN41Vf1CR602GiHQjFPusMFW6bGR4= +cloud.google.com/go/area120 v0.6.0/go.mod h1:39yFJqWVgm0UZqWTOdqkLhjoC7uFfgXRC8g/ZegeAh0= +cloud.google.com/go/area120 v0.7.0/go.mod h1:a3+8EUD1SX5RUcCs3MY5YasiO1z6yLiNLRiFrykbynY= +cloud.google.com/go/area120 v0.7.1/go.mod h1:j84i4E1RboTWjKtZVWXPqvK5VHQFJRF2c1Nm69pWm9k= +cloud.google.com/go/area120 v0.8.1/go.mod h1:BVfZpGpB7KFVNxPiQBuHkX6Ed0rS51xIgmGyjrAfzsg= +cloud.google.com/go/artifactregistry v1.6.0/go.mod h1:IYt0oBPSAGYj/kprzsBjZ/4LnG/zOcHyFHjWPCi6SAQ= +cloud.google.com/go/artifactregistry v1.7.0/go.mod h1:mqTOFOnGZx8EtSqK/ZWcsm/4U8B77rbcLP6ruDU2Ixk= +cloud.google.com/go/artifactregistry v1.8.0/go.mod h1:w3GQXkJX8hiKN0v+at4b0qotwijQbYUqF2GWkZzAhC0= +cloud.google.com/go/artifactregistry v1.9.0/go.mod h1:2K2RqvA2CYvAeARHRkLDhMDJ3OXy26h3XW+3/Jh2uYc= +cloud.google.com/go/artifactregistry v1.11.1/go.mod h1:lLYghw+Itq9SONbCa1YWBoWs1nOucMH0pwXN1rOBZFI= +cloud.google.com/go/artifactregistry v1.11.2/go.mod h1:nLZns771ZGAwVLzTX/7Al6R9ehma4WUEhZGWV6CeQNQ= +cloud.google.com/go/artifactregistry v1.12.0/go.mod h1:o6P3MIvtzTOnmvGagO9v/rOjjA0HmhJ+/6KAXrmYDCI= +cloud.google.com/go/artifactregistry v1.13.0/go.mod h1:uy/LNfoOIivepGhooAUpL1i30Hgee3Cu0l4VTWHUC08= +cloud.google.com/go/artifactregistry v1.14.1/go.mod h1:nxVdG19jTaSTu7yA7+VbWL346r3rIdkZ142BSQqhn5E= +cloud.google.com/go/asset v1.5.0/go.mod h1:5mfs8UvcM5wHhqtSv8J1CtxxaQq3AdBxxQi2jGW/K4o= +cloud.google.com/go/asset v1.7.0/go.mod h1:YbENsRK4+xTiL+Ofoj5Ckf+O17kJtgp3Y3nn4uzZz5s= +cloud.google.com/go/asset v1.8.0/go.mod h1:mUNGKhiqIdbr8X7KNayoYvyc4HbbFO9URsjbytpUaW0= +cloud.google.com/go/asset v1.9.0/go.mod h1:83MOE6jEJBMqFKadM9NLRcs80Gdw76qGuHn8m3h8oHQ= +cloud.google.com/go/asset v1.10.0/go.mod h1:pLz7uokL80qKhzKr4xXGvBQXnzHn5evJAEAtZiIb0wY= +cloud.google.com/go/asset v1.11.1/go.mod h1:fSwLhbRvC9p9CXQHJ3BgFeQNM4c9x10lqlrdEUYXlJo= +cloud.google.com/go/asset v1.12.0/go.mod h1:h9/sFOa4eDIyKmH6QMpm4eUK3pDojWnUhTgJlk762Hg= +cloud.google.com/go/asset v1.13.0/go.mod h1:WQAMyYek/b7NBpYq/K4KJWcRqzoalEsxz/t/dTk4THw= +cloud.google.com/go/asset v1.14.1/go.mod h1:4bEJ3dnHCqWCDbWJ/6Vn7GVI9LerSi7Rfdi03hd+WTQ= +cloud.google.com/go/assuredworkloads v1.5.0/go.mod h1:n8HOZ6pff6re5KYfBXcFvSViQjDwxFkAkmUFffJRbbY= +cloud.google.com/go/assuredworkloads v1.6.0/go.mod h1:yo2YOk37Yc89Rsd5QMVECvjaMKymF9OP+QXWlKXUkXw= +cloud.google.com/go/assuredworkloads v1.7.0/go.mod h1:z/736/oNmtGAyU47reJgGN+KVoYoxeLBoj4XkKYscNI= +cloud.google.com/go/assuredworkloads v1.8.0/go.mod h1:AsX2cqyNCOvEQC8RMPnoc0yEarXQk6WEKkxYfL6kGIo= +cloud.google.com/go/assuredworkloads v1.9.0/go.mod h1:kFuI1P78bplYtT77Tb1hi0FMxM0vVpRC7VVoJC3ZoT0= +cloud.google.com/go/assuredworkloads v1.10.0/go.mod h1:kwdUQuXcedVdsIaKgKTp9t0UJkE5+PAVNhdQm4ZVq2E= +cloud.google.com/go/assuredworkloads v1.11.1/go.mod h1:+F04I52Pgn5nmPG36CWFtxmav6+7Q+c5QyJoL18Lry0= +cloud.google.com/go/automl v1.5.0/go.mod h1:34EjfoFGMZ5sgJ9EoLsRtdPSNZLcfflJR39VbVNS2M0= +cloud.google.com/go/automl v1.6.0/go.mod h1:ugf8a6Fx+zP0D59WLhqgTDsQI9w07o64uf/Is3Nh5p8= +cloud.google.com/go/automl v1.7.0/go.mod h1:RL9MYCCsJEOmt0Wf3z9uzG0a7adTT1fe+aObgSpkCt8= +cloud.google.com/go/automl v1.8.0/go.mod h1:xWx7G/aPEe/NP+qzYXktoBSDfjO+vnKMGgsApGJJquM= +cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU= +cloud.google.com/go/automl v1.13.1/go.mod h1:1aowgAHWYZU27MybSCFiukPO7xnyawv7pt3zK4bheQE= +cloud.google.com/go/baremetalsolution v0.3.0/go.mod h1:XOrocE+pvK1xFfleEnShBlNAXf+j5blPPxrhjKgnIFc= +cloud.google.com/go/baremetalsolution v0.4.0/go.mod h1:BymplhAadOO/eBa7KewQ0Ppg4A4Wplbn+PsFKRLo0uI= +cloud.google.com/go/baremetalsolution v0.5.0/go.mod h1:dXGxEkmR9BMwxhzBhV0AioD0ULBmuLZI8CdwalUxuss= +cloud.google.com/go/baremetalsolution v1.1.1/go.mod h1:D1AV6xwOksJMV4OSlWHtWuFNZZYujJknMAP4Qa27QIA= +cloud.google.com/go/batch v0.3.0/go.mod h1:TR18ZoAekj1GuirsUsR1ZTKN3FC/4UDnScjT8NXImFE= +cloud.google.com/go/batch v0.4.0/go.mod h1:WZkHnP43R/QCGQsZ+0JyG4i79ranE2u8xvjq/9+STPE= +cloud.google.com/go/batch v0.7.0/go.mod h1:vLZN95s6teRUqRQ4s3RLDsH8PvboqBK+rn1oevL159g= +cloud.google.com/go/batch v1.3.1/go.mod h1:VguXeQKXIYaeeIYbuozUmBR13AfL4SJP7IltNPS+A4A= +cloud.google.com/go/beyondcorp v0.2.0/go.mod h1:TB7Bd+EEtcw9PCPQhCJtJGjk/7TC6ckmnSFS+xwTfm4= +cloud.google.com/go/beyondcorp v0.3.0/go.mod h1:E5U5lcrcXMsCuoDNyGrpyTm/hn7ne941Jz2vmksAxW8= +cloud.google.com/go/beyondcorp v0.4.0/go.mod h1:3ApA0mbhHx6YImmuubf5pyW8srKnCEPON32/5hj+RmM= +cloud.google.com/go/beyondcorp v0.5.0/go.mod h1:uFqj9X+dSfrheVp7ssLTaRHd2EHqSL4QZmH4e8WXGGU= +cloud.google.com/go/beyondcorp v0.6.1/go.mod h1:YhxDWw946SCbmcWo3fAhw3V4XZMSpQ/VYfcKGAEU8/4= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= +cloud.google.com/go/bigquery v1.42.0/go.mod h1:8dRTJxhtG+vwBKzE5OseQn/hiydoQN3EedCaOdYmxRA= +cloud.google.com/go/bigquery v1.43.0/go.mod h1:ZMQcXHsl+xmU1z36G2jNGZmKp9zNY5BUua5wDgmNCfw= +cloud.google.com/go/bigquery v1.44.0/go.mod h1:0Y33VqXTEsbamHJvJHdFmtqHvMIY28aK1+dFsvaChGc= +cloud.google.com/go/bigquery v1.47.0/go.mod h1:sA9XOgy0A8vQK9+MWhEQTY6Tix87M/ZurWFIxmF9I/E= +cloud.google.com/go/bigquery v1.48.0/go.mod h1:QAwSz+ipNgfL5jxiaK7weyOhzdoAy1zFm0Nf1fysJac= +cloud.google.com/go/bigquery v1.49.0/go.mod h1:Sv8hMmTFFYBlt/ftw2uN6dFdQPzBlREY9yBh7Oy7/4Q= +cloud.google.com/go/bigquery v1.50.0/go.mod h1:YrleYEh2pSEbgTBZYMJ5SuSr0ML3ypjRB1zgf7pvQLU= +cloud.google.com/go/bigquery v1.52.0/go.mod h1:3b/iXjRQGU4nKa87cXeg6/gogLjO8C6PmuM8i5Bi/u4= +cloud.google.com/go/billing v1.4.0/go.mod h1:g9IdKBEFlItS8bTtlrZdVLWSSdSyFUZKXNS02zKMOZY= +cloud.google.com/go/billing v1.5.0/go.mod h1:mztb1tBc3QekhjSgmpf/CV4LzWXLzCArwpLmP2Gm88s= +cloud.google.com/go/billing v1.6.0/go.mod h1:WoXzguj+BeHXPbKfNWkqVtDdzORazmCjraY+vrxcyvI= +cloud.google.com/go/billing v1.7.0/go.mod h1:q457N3Hbj9lYwwRbnlD7vUpyjq6u5U1RAOArInEiD5Y= +cloud.google.com/go/billing v1.12.0/go.mod h1:yKrZio/eu+okO/2McZEbch17O5CB5NpZhhXG6Z766ss= +cloud.google.com/go/billing v1.13.0/go.mod h1:7kB2W9Xf98hP9Sr12KfECgfGclsH3CQR0R08tnRlRbc= +cloud.google.com/go/billing v1.16.0/go.mod h1:y8vx09JSSJG02k5QxbycNRrN7FGZB6F3CAcgum7jvGA= +cloud.google.com/go/binaryauthorization v1.1.0/go.mod h1:xwnoWu3Y84jbuHa0zd526MJYmtnVXn0syOjaJgy4+dM= +cloud.google.com/go/binaryauthorization v1.2.0/go.mod h1:86WKkJHtRcv5ViNABtYMhhNWRrD1Vpi//uKEy7aYEfI= +cloud.google.com/go/binaryauthorization v1.3.0/go.mod h1:lRZbKgjDIIQvzYQS1p99A7/U1JqvqeZg0wiI5tp6tg0= +cloud.google.com/go/binaryauthorization v1.4.0/go.mod h1:tsSPQrBd77VLplV70GUhBf/Zm3FsKmgSqgm4UmiDItk= +cloud.google.com/go/binaryauthorization v1.5.0/go.mod h1:OSe4OU1nN/VswXKRBmciKpo9LulY41gch5c68htf3/Q= +cloud.google.com/go/binaryauthorization v1.6.1/go.mod h1:TKt4pa8xhowwffiBmbrbcxijJRZED4zrqnwZ1lKH51U= +cloud.google.com/go/certificatemanager v1.3.0/go.mod h1:n6twGDvcUBFu9uBgt4eYvvf3sQ6My8jADcOVwHmzadg= +cloud.google.com/go/certificatemanager v1.4.0/go.mod h1:vowpercVFyqs8ABSmrdV+GiFf2H/ch3KyudYQEMM590= +cloud.google.com/go/certificatemanager v1.6.0/go.mod h1:3Hh64rCKjRAX8dXgRAyOcY5vQ/fE1sh8o+Mdd6KPgY8= +cloud.google.com/go/certificatemanager v1.7.1/go.mod h1:iW8J3nG6SaRYImIa+wXQ0g8IgoofDFRp5UMzaNk1UqI= +cloud.google.com/go/channel v1.8.0/go.mod h1:W5SwCXDJsq/rg3tn3oG0LOxpAo6IMxNa09ngphpSlnk= +cloud.google.com/go/channel v1.9.0/go.mod h1:jcu05W0my9Vx4mt3/rEHpfxc9eKi9XwsdDL8yBMbKUk= +cloud.google.com/go/channel v1.11.0/go.mod h1:IdtI0uWGqhEeatSB62VOoJ8FSUhJ9/+iGkJVqp74CGE= +cloud.google.com/go/channel v1.12.0/go.mod h1:VkxCGKASi4Cq7TbXxlaBezonAYpp1GCnKMY6tnMQnLU= +cloud.google.com/go/channel v1.16.0/go.mod h1:eN/q1PFSl5gyu0dYdmxNXscY/4Fi7ABmeHCJNf/oHmc= +cloud.google.com/go/cloudbuild v1.3.0/go.mod h1:WequR4ULxlqvMsjDEEEFnOG5ZSRSgWOywXYDb1vPE6U= +cloud.google.com/go/cloudbuild v1.4.0/go.mod h1:5Qwa40LHiOXmz3386FrjrYM93rM/hdRr7b53sySrTqA= +cloud.google.com/go/cloudbuild v1.6.0/go.mod h1:UIbc/w9QCbH12xX+ezUsgblrWv+Cv4Tw83GiSMHOn9M= +cloud.google.com/go/cloudbuild v1.7.0/go.mod h1:zb5tWh2XI6lR9zQmsm1VRA+7OCuve5d8S+zJUul8KTg= +cloud.google.com/go/cloudbuild v1.9.0/go.mod h1:qK1d7s4QlO0VwfYn5YuClDGg2hfmLZEb4wQGAbIgL1s= +cloud.google.com/go/cloudbuild v1.10.1/go.mod h1:lyJg7v97SUIPq4RC2sGsz/9tNczhyv2AjML/ci4ulzU= +cloud.google.com/go/clouddms v1.3.0/go.mod h1:oK6XsCDdW4Ib3jCCBugx+gVjevp2TMXFtgxvPSee3OM= +cloud.google.com/go/clouddms v1.4.0/go.mod h1:Eh7sUGCC+aKry14O1NRljhjyrr0NFC0G2cjwX0cByRk= +cloud.google.com/go/clouddms v1.5.0/go.mod h1:QSxQnhikCLUw13iAbffF2CZxAER3xDGNHjsTAkQJcQA= +cloud.google.com/go/clouddms v1.6.1/go.mod h1:Ygo1vL52Ov4TBZQquhz5fiw2CQ58gvu+PlS6PVXCpZI= +cloud.google.com/go/cloudtasks v1.5.0/go.mod h1:fD92REy1x5woxkKEkLdvavGnPJGEn8Uic9nWuLzqCpY= +cloud.google.com/go/cloudtasks v1.6.0/go.mod h1:C6Io+sxuke9/KNRkbQpihnW93SWDU3uXt92nu85HkYI= +cloud.google.com/go/cloudtasks v1.7.0/go.mod h1:ImsfdYWwlWNJbdgPIIGJWC+gemEGTBK/SunNQQNCAb4= +cloud.google.com/go/cloudtasks v1.8.0/go.mod h1:gQXUIwCSOI4yPVK7DgTVFiiP0ZW/eQkydWzwVMdHxrI= +cloud.google.com/go/cloudtasks v1.9.0/go.mod h1:w+EyLsVkLWHcOaqNEyvcKAsWp9p29dL6uL9Nst1cI7Y= +cloud.google.com/go/cloudtasks v1.10.0/go.mod h1:NDSoTLkZ3+vExFEWu2UJV1arUyzVDAiZtdWcsUyNwBs= +cloud.google.com/go/cloudtasks v1.11.1/go.mod h1:a9udmnou9KO2iulGscKR0qBYjreuX8oHwpmFsKspEvM= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= @@ -41,32 +192,567 @@ cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= cloud.google.com/go/compute v1.7.0 h1:v/k9Eueb8aAJ0vZuxKMrgm6kPhCLZU9HxFU+AFDs9Uk= cloud.google.com/go/compute v1.7.0/go.mod h1:435lt8av5oL9P3fv1OEzSbSUe+ybHXGMPQHHZWZxy9U= +cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU= +cloud.google.com/go/compute v1.12.0/go.mod h1:e8yNOBcBONZU1vJKCvCoDw/4JQsA0dpM4x/6PIIOocU= +cloud.google.com/go/compute v1.12.1/go.mod h1:e8yNOBcBONZU1vJKCvCoDw/4JQsA0dpM4x/6PIIOocU= +cloud.google.com/go/compute v1.13.0/go.mod h1:5aPTS0cUNMIc1CE546K+Th6weJUNQErARyZtRXDJ8GE= +cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo= +cloud.google.com/go/compute v1.15.1/go.mod h1:bjjoF/NtFUrkD/urWfdHaKuOPDR5nWIs63rR+SXhcpA= +cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= +cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU= +cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE= +cloud.google.com/go/compute v1.19.3/go.mod h1:qxvISKp/gYnXkSAD1ppcSOveRAmzxicEv/JlizULFrI= +cloud.google.com/go/compute v1.20.1/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM= +cloud.google.com/go/compute v1.22.0 h1:cB8R6FtUtT1TYGl5R3xuxnW6OUIc/DrT2aiR16TTG7Y= +cloud.google.com/go/compute v1.22.0/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM= +cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU= +cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= +cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= +cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= +cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= +cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= +cloud.google.com/go/contactcenterinsights v1.9.1/go.mod h1:bsg/R7zGLYMVxFFzfh9ooLTruLRCG9fnzhH9KznHhbM= +cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= +cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/container v1.14.0/go.mod h1:3AoJMPhHfLDxLvrlVWaK57IXzaPnLaZq63WX59aQBfM= +cloud.google.com/go/container v1.15.0/go.mod h1:ft+9S0WGjAyjDggg5S06DXj+fHJICWg8L7isCQe9pQA= +cloud.google.com/go/container v1.22.1/go.mod h1:lTNExE2R7f+DLbAN+rJiKTisauFCaoDq6NURZ83eVH4= +cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= +cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= +cloud.google.com/go/containeranalysis v0.9.0/go.mod h1:orbOANbwk5Ejoom+s+DUCTTJ7IBdBQJDcSylAx/on9s= +cloud.google.com/go/containeranalysis v0.10.1/go.mod h1:Ya2jiILITMY68ZLPaogjmOMNkwsDrWBSTyBubGXO7j0= +cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= +cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx8dAKvScX8jvs= +cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= +cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= +cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= +cloud.google.com/go/datacatalog v1.8.1/go.mod h1:RJ58z4rMp3gvETA465Vg+ag8BGgBdnRPEMMSTr5Uv+M= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/datacatalog v1.13.0/go.mod h1:E4Rj9a5ZtAxcQJlEBTLgMTphfP11/lNaAshpoBgemX8= +cloud.google.com/go/datacatalog v1.14.0/go.mod h1:h0PrGtlihoutNMp/uvwhawLQ9+c63Kz65UFqh49Yo+E= +cloud.google.com/go/datacatalog v1.14.1/go.mod h1:d2CevwTG4yedZilwe+v3E3ZBDRMobQfSG/a6cCCN5R4= +cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= +cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= +cloud.google.com/go/dataflow v0.9.1/go.mod h1:Wp7s32QjYuQDWqJPFFlnBKhkAtiFpMTdg00qGbnIHVw= +cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= +cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= +cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/dataform v0.7.0/go.mod h1:7NulqnVozfHvWUBpMDfKMUESr+85aJsC/2O0o3jWPDE= +cloud.google.com/go/dataform v0.8.1/go.mod h1:3BhPSiw8xmppbgzeBbmDvmSWlwouuJkXsXsb8UBih9M= +cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= +cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= +cloud.google.com/go/datafusion v1.7.1/go.mod h1:KpoTBbFmoToDExJUso/fcCiguGDk7MEzOWXUsJo0wsI= +cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= +cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= +cloud.google.com/go/datalabeling v0.8.1/go.mod h1:XS62LBSVPbYR54GfYQsPXZjTW8UxCK2fkDciSrpRFdY= +cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= +cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataplex v1.6.0/go.mod h1:bMsomC/aEJOSpHXdFKFGQ1b0TDPIeL28nJObeO1ppRs= +cloud.google.com/go/dataplex v1.8.1/go.mod h1:7TyrDT6BCdI8/38Uvp0/ZxBslOslP2X2MPDucliyvSE= +cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= +cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= +cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= +cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= +cloud.google.com/go/dataqna v0.8.1/go.mod h1:zxZM0Bl6liMePWsHA8RMGAfmTG34vJMapbHAxQ5+WA8= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= +cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastore v1.11.0/go.mod h1:TvGxBIHCS50u8jzG+AW/ppf87v1of8nwzFNgEZU1D3c= +cloud.google.com/go/datastore v1.12.0/go.mod h1:KjdB88W897MRITkvWWJrg2OUtrR5XVj1EoLgSp6/N70= +cloud.google.com/go/datastore v1.12.1/go.mod h1:KjdB88W897MRITkvWWJrg2OUtrR5XVj1EoLgSp6/N70= +cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= +cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= +cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= +cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/datastream v1.7.0/go.mod h1:uxVRMm2elUSPuh65IbZpzJNMbuzkcvu5CjMqVIUHrww= +cloud.google.com/go/datastream v1.9.1/go.mod h1:hqnmr8kdUBmrnk65k5wNRoHSCYksvpdZIcZIEl8h43Q= +cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= +cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/deploy v1.8.0/go.mod h1:z3myEJnA/2wnB4sgjqdMfgxCA0EqC3RBTNcVPs93mtQ= +cloud.google.com/go/deploy v1.11.0/go.mod h1:tKuSUV5pXbn67KiubiUNUejqLs4f5cxxiCNCeyl0F2g= +cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= +cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= +cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= +cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= +cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= +cloud.google.com/go/dialogflow v1.29.0/go.mod h1:b+2bzMe+k1s9V+F2jbJwpHPzrnIyHihAdRFMtn2WXuM= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dialogflow v1.32.0/go.mod h1:jG9TRJl8CKrDhMEcvfcfFkkpp8ZhgPz3sBGmAUYJ2qE= +cloud.google.com/go/dialogflow v1.38.0/go.mod h1:L7jnH+JL2mtmdChzAIcXQHXMvQkE3U4hTaNltEuxXn4= +cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= +cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= +cloud.google.com/go/dlp v1.10.1/go.mod h1:IM8BWz1iJd8njcNcG0+Kyd9OPnqnRNkDV8j42VT5KOI= +cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= +cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= +cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= +cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/documentai v1.18.0/go.mod h1:F6CK6iUH8J81FehpskRmhLq/3VlwQvb7TvwOceQ2tbs= +cloud.google.com/go/documentai v1.20.0/go.mod h1:yJkInoMcK0qNAEdRnqY/D5asy73tnPe88I1YTZT+a8E= +cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= +cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= +cloud.google.com/go/domains v0.9.1/go.mod h1:aOp1c0MbejQQ2Pjf1iJvnVyT+z6R6s8pX66KaCSDYfE= +cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= +cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/edgecontainer v1.0.0/go.mod h1:cttArqZpBB2q58W/upSG++ooo6EsblxDIolxa3jSjbY= +cloud.google.com/go/edgecontainer v1.1.1/go.mod h1:O5bYcS//7MELQZs3+7mabRqoWQhXCzenBu0R8bz2rwk= +cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= +cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= +cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= +cloud.google.com/go/essentialcontacts v1.6.2/go.mod h1:T2tB6tX+TRak7i88Fb2N9Ok3PvY3UNbUsMag9/BARh4= +cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= +cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/eventarc v1.11.0/go.mod h1:PyUjsUKPWoRBCHeOxZd/lbOOjahV41icXyUY5kSTvVY= +cloud.google.com/go/eventarc v1.12.1/go.mod h1:mAFCW6lukH5+IZjkvrEss+jmt2kOdYlN8aMx3sRJiAI= +cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= +cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= +cloud.google.com/go/filestore v1.6.0/go.mod h1:di5unNuss/qfZTw2U9nhFqo8/ZDSc466dre85Kydllg= +cloud.google.com/go/filestore v1.7.1/go.mod h1:y10jsorq40JJnjR/lQ8AfFbbcGlw3g+Dp8oN7i7FjV4= +cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx+rwHnAz+EY= +cloud.google.com/go/firestore v1.9.0/go.mod h1:HMkjKHNTtRyZNiMzu7YAsLr9K3X2udY2AMwDaMEQiiE= +cloud.google.com/go/firestore v1.11.0/go.mod h1:b38dKhgzlmNNGTNZZwe7ZRFEuRab1Hay3/DBsIGKKy4= +cloud.google.com/go/functions v1.6.0/go.mod h1:3H1UA3qiIPRWD7PeZKLvHZ9SaQhR26XIJcC0A5GbvAk= +cloud.google.com/go/functions v1.7.0/go.mod h1:+d+QBcWM+RsrgZfV9xo6KfA1GlzJfxcfZcRPEhDDfzg= +cloud.google.com/go/functions v1.8.0/go.mod h1:RTZ4/HsQjIqIYP9a9YPbU+QFoQsAlYgrwOXJWHn1POY= +cloud.google.com/go/functions v1.9.0/go.mod h1:Y+Dz8yGguzO3PpIjhLTbnqV1CWmgQ5UwtlpzoyquQ08= +cloud.google.com/go/functions v1.10.0/go.mod h1:0D3hEOe3DbEvCXtYOZHQZmD+SzYsi1YbI7dGvHfldXw= +cloud.google.com/go/functions v1.12.0/go.mod h1:AXWGrF3e2C/5ehvwYo/GH6O5s09tOPksiKhz+hH8WkA= +cloud.google.com/go/functions v1.13.0/go.mod h1:EU4O007sQm6Ef/PwRsI8N2umygGqPBS/IZQKBQBcJ3c= +cloud.google.com/go/functions v1.15.1/go.mod h1:P5yNWUTkyU+LvW/S9O6V+V423VZooALQlqoXdoPz5AE= +cloud.google.com/go/gaming v1.5.0/go.mod h1:ol7rGcxP/qHTRQE/RO4bxkXq+Fix0j6D4LFPzYTIrDM= +cloud.google.com/go/gaming v1.6.0/go.mod h1:YMU1GEvA39Qt3zWGyAVA9bpYz/yAhTvaQ1t2sK4KPUA= +cloud.google.com/go/gaming v1.7.0/go.mod h1:LrB8U7MHdGgFG851iHAfqUdLcKBdQ55hzXy9xBJz0+w= +cloud.google.com/go/gaming v1.8.0/go.mod h1:xAqjS8b7jAVW0KFYeRUxngo9My3f33kFmua++Pi+ggM= +cloud.google.com/go/gaming v1.9.0/go.mod h1:Fc7kEmCObylSWLO334NcO+O9QMDyz+TKC4v1D7X+Bc0= +cloud.google.com/go/gaming v1.10.1/go.mod h1:XQQvtfP8Rb9Rxnxm5wFVpAp9zCQkJi2bLIb7iHGwB3s= +cloud.google.com/go/gkebackup v0.2.0/go.mod h1:XKvv/4LfG829/B8B7xRkk8zRrOEbKtEam6yNfuQNH60= +cloud.google.com/go/gkebackup v0.3.0/go.mod h1:n/E671i1aOQvUxT541aTkCwExO/bTer2HDlj4TsBRAo= +cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= +cloud.google.com/go/gkebackup v1.3.0/go.mod h1:vUDOu++N0U5qs4IhG1pcOnD1Mac79xWy6GoBFlWCWBU= +cloud.google.com/go/gkeconnect v0.5.0/go.mod h1:c5lsNAg5EwAy7fkqX/+goqFsU1Da/jQFqArp+wGNr/o= +cloud.google.com/go/gkeconnect v0.6.0/go.mod h1:Mln67KyU/sHJEBY8kFZ0xTeyPtzbq9StAVvEULYK16A= +cloud.google.com/go/gkeconnect v0.7.0/go.mod h1:SNfmVqPkaEi3bF/B3CNZOAYPYdg7sU+obZ+QTky2Myw= +cloud.google.com/go/gkeconnect v0.8.1/go.mod h1:KWiK1g9sDLZqhxB2xEuPV8V9NYzrqTUmQR9shJHpOZw= +cloud.google.com/go/gkehub v0.9.0/go.mod h1:WYHN6WG8w9bXU0hqNxt8rm5uxnk8IH+lPY9J2TV7BK0= +cloud.google.com/go/gkehub v0.10.0/go.mod h1:UIPwxI0DsrpsVoWpLB0stwKCP+WFVG9+y977wO+hBH0= +cloud.google.com/go/gkehub v0.11.0/go.mod h1:JOWHlmN+GHyIbuWQPl47/C2RFhnFKH38jH9Ascu3n0E= +cloud.google.com/go/gkehub v0.12.0/go.mod h1:djiIwwzTTBrF5NaXCGv3mf7klpEMcST17VBTVVDcuaw= +cloud.google.com/go/gkehub v0.14.1/go.mod h1:VEXKIJZ2avzrbd7u+zeMtW00Y8ddk/4V9511C9CQGTY= +cloud.google.com/go/gkemulticloud v0.3.0/go.mod h1:7orzy7O0S+5kq95e4Hpn7RysVA7dPs8W/GgfUtsPbrA= +cloud.google.com/go/gkemulticloud v0.4.0/go.mod h1:E9gxVBnseLWCk24ch+P9+B2CoDFJZTyIgLKSalC7tuI= +cloud.google.com/go/gkemulticloud v0.5.0/go.mod h1:W0JDkiyi3Tqh0TJr//y19wyb1yf8llHVto2Htf2Ja3Y= +cloud.google.com/go/gkemulticloud v0.6.1/go.mod h1:kbZ3HKyTsiwqKX7Yw56+wUGwwNZViRnxWK2DVknXWfw= +cloud.google.com/go/grafeas v0.2.0/go.mod h1:KhxgtF2hb0P191HlY5besjYm6MqTSTj3LSI+M+ByZHc= +cloud.google.com/go/grafeas v0.3.0/go.mod h1:P7hgN24EyONOTMyeJH6DxG4zD7fwiYa5Q6GUgyFSOU8= +cloud.google.com/go/gsuiteaddons v1.3.0/go.mod h1:EUNK/J1lZEZO8yPtykKxLXI6JSVN2rg9bN8SXOa0bgM= +cloud.google.com/go/gsuiteaddons v1.4.0/go.mod h1:rZK5I8hht7u7HxFQcFei0+AtfS9uSushomRlg+3ua1o= +cloud.google.com/go/gsuiteaddons v1.5.0/go.mod h1:TFCClYLd64Eaa12sFVmUyG62tk4mdIsI7pAnSXRkcFo= +cloud.google.com/go/gsuiteaddons v1.6.1/go.mod h1:CodrdOqRZcLp5WOwejHWYBjZvfY0kOphkAKpF/3qdZY= +cloud.google.com/go/iam v0.1.0/go.mod h1:vcUNEa0pEm0qRVpmWepWaFMIAI8/hjB9mO8rNCJtF6c= cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp4bnY= +cloud.google.com/go/iam v0.5.0/go.mod h1:wPU9Vt0P4UmCux7mqtRu6jcpPAb74cP1fh50J3QpkUc= +cloud.google.com/go/iam v0.6.0/go.mod h1:+1AH33ueBne5MzYccyMHtEKqLE4/kJOibtffMHDMFMc= +cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= +cloud.google.com/go/iam v0.8.0/go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE= +cloud.google.com/go/iam v0.11.0/go.mod h1:9PiLDanza5D+oWFZiH1uG+RnRCfEGKoyl6yo4cgWZGY= +cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= +cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= +cloud.google.com/go/iam v1.0.1/go.mod h1:yR3tmSL8BcZB4bxByRv2jkSIahVmCtfKZwLYGBalRE8= +cloud.google.com/go/iam v1.1.0/go.mod h1:nxdHjaKfCr7fNYx/HJMM8LgiMugmveWlkatear5gVyk= +cloud.google.com/go/iam v1.1.1/go.mod h1:A5avdyVL2tCppe4unb0951eI9jreack+RJ0/d+KUZOU= +cloud.google.com/go/iap v1.4.0/go.mod h1:RGFwRJdihTINIe4wZ2iCP0zF/qu18ZwyKxrhMhygBEc= +cloud.google.com/go/iap v1.5.0/go.mod h1:UH/CGgKd4KyohZL5Pt0jSKE4m3FR51qg6FKQ/z/Ix9A= +cloud.google.com/go/iap v1.6.0/go.mod h1:NSuvI9C/j7UdjGjIde7t7HBz+QTwBcapPE07+sSRcLk= +cloud.google.com/go/iap v1.7.0/go.mod h1:beqQx56T9O1G1yNPph+spKpNibDlYIiIixiqsQXxLIo= +cloud.google.com/go/iap v1.7.1/go.mod h1:WapEwPc7ZxGt2jFGB/C/bm+hP0Y6NXzOYGjpPnmMS74= +cloud.google.com/go/iap v1.8.1/go.mod h1:sJCbeqg3mvWLqjZNsI6dfAtbbV1DL2Rl7e1mTyXYREQ= +cloud.google.com/go/ids v1.1.0/go.mod h1:WIuwCaYVOzHIj2OhN9HAwvW+DBdmUAdcWlFxRl+KubM= +cloud.google.com/go/ids v1.2.0/go.mod h1:5WXvp4n25S0rA/mQWAg1YEEBBq6/s+7ml1RDCW1IrcY= +cloud.google.com/go/ids v1.3.0/go.mod h1:JBdTYwANikFKaDP6LtW5JAi4gubs57SVNQjemdt6xV4= +cloud.google.com/go/ids v1.4.1/go.mod h1:np41ed8YMU8zOgv53MMMoCntLTn2lF+SUzlM+O3u/jw= +cloud.google.com/go/iot v1.3.0/go.mod h1:r7RGh2B61+B8oz0AGE+J72AhA0G7tdXItODWsaA2oLs= +cloud.google.com/go/iot v1.4.0/go.mod h1:dIDxPOn0UvNDUMD8Ger7FIaTuvMkj+aGk94RPP0iV+g= +cloud.google.com/go/iot v1.5.0/go.mod h1:mpz5259PDl3XJthEmh9+ap0affn/MqNSP4My77Qql9o= +cloud.google.com/go/iot v1.6.0/go.mod h1:IqdAsmE2cTYYNO1Fvjfzo9po179rAtJeVGUvkLN3rLE= +cloud.google.com/go/iot v1.7.1/go.mod h1:46Mgw7ev1k9KqK1ao0ayW9h0lI+3hxeanz+L1zmbbbk= +cloud.google.com/go/kms v1.4.0/go.mod h1:fajBHndQ+6ubNw6Ss2sSd+SWvjL26RNo/dr7uxsnnOA= +cloud.google.com/go/kms v1.5.0/go.mod h1:QJS2YY0eJGBg3mnDfuaCyLauWwBJiHRboYxJ++1xJNg= +cloud.google.com/go/kms v1.6.0/go.mod h1:Jjy850yySiasBUDi6KFUwUv2n1+o7QZFyuUJg6OgjA0= +cloud.google.com/go/kms v1.8.0/go.mod h1:4xFEhYFqvW+4VMELtZyxomGSYtSQKzM178ylFW4jMAg= +cloud.google.com/go/kms v1.9.0/go.mod h1:qb1tPTgfF9RQP8e1wq4cLFErVuTJv7UsSC915J8dh3w= +cloud.google.com/go/kms v1.10.0/go.mod h1:ng3KTUtQQU9bPX3+QGLsflZIHlkbn8amFAMY63m8d24= +cloud.google.com/go/kms v1.10.1/go.mod h1:rIWk/TryCkR59GMC3YtHtXeLzd634lBbKenvyySAyYI= +cloud.google.com/go/kms v1.11.0/go.mod h1:hwdiYC0xjnWsKQQCQQmIQnS9asjYVSK6jtXm+zFqXLM= +cloud.google.com/go/kms v1.12.1/go.mod h1:c9J991h5DTl+kg7gi3MYomh12YEENGrf48ee/N/2CDM= +cloud.google.com/go/language v1.4.0/go.mod h1:F9dRpNFQmJbkaop6g0JhSBXCNlO90e1KWx5iDdxbWic= +cloud.google.com/go/language v1.6.0/go.mod h1:6dJ8t3B+lUYfStgls25GusK04NLh3eDLQnWM3mdEbhI= +cloud.google.com/go/language v1.7.0/go.mod h1:DJ6dYN/W+SQOjF8e1hLQXMF21AkH2w9wiPzPCJa2MIE= +cloud.google.com/go/language v1.8.0/go.mod h1:qYPVHf7SPoNNiCL2Dr0FfEFNil1qi3pQEyygwpgVKB8= +cloud.google.com/go/language v1.9.0/go.mod h1:Ns15WooPM5Ad/5no/0n81yUetis74g3zrbeJBE+ptUY= +cloud.google.com/go/language v1.10.1/go.mod h1:CPp94nsdVNiQEt1CNjF5WkTcisLiHPyIbMhvR8H2AW0= +cloud.google.com/go/lifesciences v0.5.0/go.mod h1:3oIKy8ycWGPUyZDR/8RNnTOYevhaMLqh5vLUXs9zvT8= +cloud.google.com/go/lifesciences v0.6.0/go.mod h1:ddj6tSX/7BOnhxCSd3ZcETvtNr8NZ6t/iPhY2Tyfu08= +cloud.google.com/go/lifesciences v0.8.0/go.mod h1:lFxiEOMqII6XggGbOnKiyZ7IBwoIqA84ClvoezaA/bo= +cloud.google.com/go/lifesciences v0.9.1/go.mod h1:hACAOd1fFbCGLr/+weUKRAJas82Y4vrL3O5326N//Wc= +cloud.google.com/go/logging v1.6.1/go.mod h1:5ZO0mHHbvm8gEmeEUHrmDlTDSu5imF6MUP9OfilNXBw= +cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M= +cloud.google.com/go/longrunning v0.1.1/go.mod h1:UUFxuDWkv22EuY93jjmDMFT5GPQKeFVJBIF6QlTqdsE= +cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= +cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo= +cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ= +cloud.google.com/go/longrunning v0.5.0/go.mod h1:0JNuqRShmscVAhIACGtskSAWtqtOoPkwP0YF1oVEchc= +cloud.google.com/go/longrunning v0.5.1/go.mod h1:spvimkwdz6SPWKEt/XBij79E9fiTkHSQl/fRUUQJYJc= +cloud.google.com/go/managedidentities v1.3.0/go.mod h1:UzlW3cBOiPrzucO5qWkNkh0w33KFtBJU281hacNvsdE= +cloud.google.com/go/managedidentities v1.4.0/go.mod h1:NWSBYbEMgqmbZsLIyKvxrYbtqOsxY1ZrGM+9RgDqInM= +cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA= +cloud.google.com/go/managedidentities v1.6.1/go.mod h1:h/irGhTN2SkZ64F43tfGPMbHnypMbu4RB3yl8YcuEak= +cloud.google.com/go/maps v0.1.0/go.mod h1:BQM97WGyfw9FWEmQMpZ5T6cpovXXSd1cGmFma94eubI= +cloud.google.com/go/maps v0.6.0/go.mod h1:o6DAMMfb+aINHz/p/jbcY+mYeXBoZoxTfdSQ8VAJaCw= +cloud.google.com/go/maps v0.7.0/go.mod h1:3GnvVl3cqeSvgMcpRlQidXsPYuDGQ8naBis7MVzpXsY= +cloud.google.com/go/maps v1.3.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s= +cloud.google.com/go/mediatranslation v0.5.0/go.mod h1:jGPUhGTybqsPQn91pNXw0xVHfuJ3leR1wj37oU3y1f4= +cloud.google.com/go/mediatranslation v0.6.0/go.mod h1:hHdBCTYNigsBxshbznuIMFNe5QXEowAuNmmC7h8pu5w= +cloud.google.com/go/mediatranslation v0.7.0/go.mod h1:LCnB/gZr90ONOIQLgSXagp8XUW1ODs2UmUMvcgMfI2I= +cloud.google.com/go/mediatranslation v0.8.1/go.mod h1:L/7hBdEYbYHQJhX2sldtTO5SZZ1C1vkapubj0T2aGig= +cloud.google.com/go/memcache v1.4.0/go.mod h1:rTOfiGZtJX1AaFUrOgsMHX5kAzaTQ8azHiuDoTPzNsE= +cloud.google.com/go/memcache v1.5.0/go.mod h1:dk3fCK7dVo0cUU2c36jKb4VqKPS22BTkf81Xq617aWM= +cloud.google.com/go/memcache v1.6.0/go.mod h1:XS5xB0eQZdHtTuTF9Hf8eJkKtR3pVRCcvJwtm68T3rA= +cloud.google.com/go/memcache v1.7.0/go.mod h1:ywMKfjWhNtkQTxrWxCkCFkoPjLHPW6A7WOTVI8xy3LY= +cloud.google.com/go/memcache v1.9.0/go.mod h1:8oEyzXCu+zo9RzlEaEjHl4KkgjlNDaXbCQeQWlzNFJM= +cloud.google.com/go/memcache v1.10.1/go.mod h1:47YRQIarv4I3QS5+hoETgKO40InqzLP6kpNLvyXuyaA= +cloud.google.com/go/metastore v1.5.0/go.mod h1:2ZNrDcQwghfdtCwJ33nM0+GrBGlVuh8rakL3vdPY3XY= +cloud.google.com/go/metastore v1.6.0/go.mod h1:6cyQTls8CWXzk45G55x57DVQ9gWg7RiH65+YgPsNh9s= +cloud.google.com/go/metastore v1.7.0/go.mod h1:s45D0B4IlsINu87/AsWiEVYbLaIMeUSoxlKKDqBGFS8= +cloud.google.com/go/metastore v1.8.0/go.mod h1:zHiMc4ZUpBiM7twCIFQmJ9JMEkDSyZS9U12uf7wHqSI= +cloud.google.com/go/metastore v1.10.0/go.mod h1:fPEnH3g4JJAk+gMRnrAnoqyv2lpUCqJPWOodSaf45Eo= +cloud.google.com/go/metastore v1.11.1/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA= +cloud.google.com/go/monitoring v1.7.0/go.mod h1:HpYse6kkGo//7p6sT0wsIC6IBDET0RhIsnmlA53dvEk= +cloud.google.com/go/monitoring v1.8.0/go.mod h1:E7PtoMJ1kQXWxPjB6mv2fhC5/15jInuulFdYYtlcvT4= +cloud.google.com/go/monitoring v1.12.0/go.mod h1:yx8Jj2fZNEkL/GYZyTLS4ZtZEZN8WtDEiEqG4kLK50w= +cloud.google.com/go/monitoring v1.13.0/go.mod h1:k2yMBAB1H9JT/QETjNkgdCGD9bPF712XiLTVr+cBrpw= +cloud.google.com/go/monitoring v1.15.1/go.mod h1:lADlSAlFdbqQuwwpaImhsJXu1QSdd3ojypXrFSMr2rM= +cloud.google.com/go/networkconnectivity v1.4.0/go.mod h1:nOl7YL8odKyAOtzNX73/M5/mGZgqqMeryi6UPZTk/rA= +cloud.google.com/go/networkconnectivity v1.5.0/go.mod h1:3GzqJx7uhtlM3kln0+x5wyFvuVH1pIBJjhCpjzSt75o= +cloud.google.com/go/networkconnectivity v1.6.0/go.mod h1:OJOoEXW+0LAxHh89nXd64uGG+FbQoeH8DtxCHVOMlaM= +cloud.google.com/go/networkconnectivity v1.7.0/go.mod h1:RMuSbkdbPwNMQjB5HBWD5MpTBnNm39iAVpC3TmsExt8= +cloud.google.com/go/networkconnectivity v1.10.0/go.mod h1:UP4O4sWXJG13AqrTdQCD9TnLGEbtNRqjuaaA7bNjF5E= +cloud.google.com/go/networkconnectivity v1.11.0/go.mod h1:iWmDD4QF16VCDLXUqvyspJjIEtBR/4zq5hwnY2X3scM= +cloud.google.com/go/networkconnectivity v1.12.1/go.mod h1:PelxSWYM7Sh9/guf8CFhi6vIqf19Ir/sbfZRUwXh92E= +cloud.google.com/go/networkmanagement v1.4.0/go.mod h1:Q9mdLLRn60AsOrPc8rs8iNV6OHXaGcDdsIQe1ohekq8= +cloud.google.com/go/networkmanagement v1.5.0/go.mod h1:ZnOeZ/evzUdUsnvRt792H0uYEnHQEMaz+REhhzJRcf4= +cloud.google.com/go/networkmanagement v1.6.0/go.mod h1:5pKPqyXjB/sgtvB5xqOemumoQNB7y95Q7S+4rjSOPYY= +cloud.google.com/go/networkmanagement v1.8.0/go.mod h1:Ho/BUGmtyEqrttTgWEe7m+8vDdK74ibQc+Be0q7Fof0= +cloud.google.com/go/networksecurity v0.5.0/go.mod h1:xS6fOCoqpVC5zx15Z/MqkfDwH4+m/61A3ODiDV1xmiQ= +cloud.google.com/go/networksecurity v0.6.0/go.mod h1:Q5fjhTr9WMI5mbpRYEbiexTzROf7ZbDzvzCrNl14nyU= +cloud.google.com/go/networksecurity v0.7.0/go.mod h1:mAnzoxx/8TBSyXEeESMy9OOYwo1v+gZ5eMRnsT5bC8k= +cloud.google.com/go/networksecurity v0.8.0/go.mod h1:B78DkqsxFG5zRSVuwYFRZ9Xz8IcQ5iECsNrPn74hKHU= +cloud.google.com/go/networksecurity v0.9.1/go.mod h1:MCMdxOKQ30wsBI1eI659f9kEp4wuuAueoC9AJKSPWZQ= +cloud.google.com/go/notebooks v1.2.0/go.mod h1:9+wtppMfVPUeJ8fIWPOq1UnATHISkGXGqTkxeieQ6UY= +cloud.google.com/go/notebooks v1.3.0/go.mod h1:bFR5lj07DtCPC7YAAJ//vHskFBxA5JzYlH68kXVdk34= +cloud.google.com/go/notebooks v1.4.0/go.mod h1:4QPMngcwmgb6uw7Po99B2xv5ufVoIQ7nOGDyL4P8AgA= +cloud.google.com/go/notebooks v1.5.0/go.mod h1:q8mwhnP9aR8Hpfnrc5iN5IBhrXUy8S2vuYs+kBJ/gu0= +cloud.google.com/go/notebooks v1.7.0/go.mod h1:PVlaDGfJgj1fl1S3dUwhFMXFgfYGhYQt2164xOMONmE= +cloud.google.com/go/notebooks v1.8.0/go.mod h1:Lq6dYKOYOWUCTvw5t2q1gp1lAp0zxAxRycayS0iJcqQ= +cloud.google.com/go/notebooks v1.9.1/go.mod h1:zqG9/gk05JrzgBt4ghLzEepPHNwE5jgPcHZRKhlC1A8= +cloud.google.com/go/optimization v1.1.0/go.mod h1:5po+wfvX5AQlPznyVEZjGJTMr4+CAkJf2XSTQOOl9l4= +cloud.google.com/go/optimization v1.2.0/go.mod h1:Lr7SOHdRDENsh+WXVmQhQTrzdu9ybg0NecjHidBq6xs= +cloud.google.com/go/optimization v1.3.1/go.mod h1:IvUSefKiwd1a5p0RgHDbWCIbDFgKuEdB+fPPuP0IDLI= +cloud.google.com/go/optimization v1.4.1/go.mod h1:j64vZQP7h9bO49m2rVaTVoNM0vEBEN5eKPUPbZyXOrk= +cloud.google.com/go/orchestration v1.3.0/go.mod h1:Sj5tq/JpWiB//X/q3Ngwdl5K7B7Y0KZ7bfv0wL6fqVA= +cloud.google.com/go/orchestration v1.4.0/go.mod h1:6W5NLFWs2TlniBphAViZEVhrXRSMgUGDfW7vrWKvsBk= +cloud.google.com/go/orchestration v1.6.0/go.mod h1:M62Bevp7pkxStDfFfTuCOaXgaaqRAga1yKyoMtEoWPQ= +cloud.google.com/go/orchestration v1.8.1/go.mod h1:4sluRF3wgbYVRqz7zJ1/EUNc90TTprliq9477fGobD8= +cloud.google.com/go/orgpolicy v1.4.0/go.mod h1:xrSLIV4RePWmP9P3tBl8S93lTmlAxjm06NSm2UTmKvE= +cloud.google.com/go/orgpolicy v1.5.0/go.mod h1:hZEc5q3wzwXJaKrsx5+Ewg0u1LxJ51nNFlext7Tanwc= +cloud.google.com/go/orgpolicy v1.10.0/go.mod h1:w1fo8b7rRqlXlIJbVhOMPrwVljyuW5mqssvBtU18ONc= +cloud.google.com/go/orgpolicy v1.11.0/go.mod h1:2RK748+FtVvnfuynxBzdnyu7sygtoZa1za/0ZfpOs1M= +cloud.google.com/go/orgpolicy v1.11.1/go.mod h1:8+E3jQcpZJQliP+zaFfayC2Pg5bmhuLK755wKhIIUCE= +cloud.google.com/go/osconfig v1.7.0/go.mod h1:oVHeCeZELfJP7XLxcBGTMBvRO+1nQ5tFG9VQTmYS2Fs= +cloud.google.com/go/osconfig v1.8.0/go.mod h1:EQqZLu5w5XA7eKizepumcvWx+m8mJUhEwiPqWiZeEdg= +cloud.google.com/go/osconfig v1.9.0/go.mod h1:Yx+IeIZJ3bdWmzbQU4fxNl8xsZ4amB+dygAwFPlvnNo= +cloud.google.com/go/osconfig v1.10.0/go.mod h1:uMhCzqC5I8zfD9zDEAfvgVhDS8oIjySWh+l4WK6GnWw= +cloud.google.com/go/osconfig v1.11.0/go.mod h1:aDICxrur2ogRd9zY5ytBLV89KEgT2MKB2L/n6x1ooPw= +cloud.google.com/go/osconfig v1.12.0/go.mod h1:8f/PaYzoS3JMVfdfTubkowZYGmAhUCjjwnjqWI7NVBc= +cloud.google.com/go/osconfig v1.12.1/go.mod h1:4CjBxND0gswz2gfYRCUoUzCm9zCABp91EeTtWXyz0tE= +cloud.google.com/go/oslogin v1.4.0/go.mod h1:YdgMXWRaElXz/lDk1Na6Fh5orF7gvmJ0FGLIs9LId4E= +cloud.google.com/go/oslogin v1.5.0/go.mod h1:D260Qj11W2qx/HVF29zBg+0fd6YCSjSqLUkY/qEenQU= +cloud.google.com/go/oslogin v1.6.0/go.mod h1:zOJ1O3+dTU8WPlGEkFSh7qeHPPSoxrcMbbK1Nm2iX70= +cloud.google.com/go/oslogin v1.7.0/go.mod h1:e04SN0xO1UNJ1M5GP0vzVBFicIe4O53FOfcixIqTyXo= +cloud.google.com/go/oslogin v1.9.0/go.mod h1:HNavntnH8nzrn8JCTT5fj18FuJLFJc4NaZJtBnQtKFs= +cloud.google.com/go/oslogin v1.10.1/go.mod h1:x692z7yAue5nE7CsSnoG0aaMbNoRJRXO4sn73R+ZqAs= +cloud.google.com/go/phishingprotection v0.5.0/go.mod h1:Y3HZknsK9bc9dMi+oE8Bim0lczMU6hrX0UpADuMefr0= +cloud.google.com/go/phishingprotection v0.6.0/go.mod h1:9Y3LBLgy0kDTcYET8ZH3bq/7qni15yVUoAxiFxnlSUA= +cloud.google.com/go/phishingprotection v0.7.0/go.mod h1:8qJI4QKHoda/sb/7/YmMQ2omRLSLYSu9bU0EKCNI+Lk= +cloud.google.com/go/phishingprotection v0.8.1/go.mod h1:AxonW7GovcA8qdEk13NfHq9hNx5KPtfxXNeUxTDxB6I= +cloud.google.com/go/policytroubleshooter v1.3.0/go.mod h1:qy0+VwANja+kKrjlQuOzmlvscn4RNsAc0e15GGqfMxg= +cloud.google.com/go/policytroubleshooter v1.4.0/go.mod h1:DZT4BcRw3QoO8ota9xw/LKtPa8lKeCByYeKTIf/vxdE= +cloud.google.com/go/policytroubleshooter v1.5.0/go.mod h1:Rz1WfV+1oIpPdN2VvvuboLVRsB1Hclg3CKQ53j9l8vw= +cloud.google.com/go/policytroubleshooter v1.6.0/go.mod h1:zYqaPTsmfvpjm5ULxAyD/lINQxJ0DDsnWOP/GZ7xzBc= +cloud.google.com/go/policytroubleshooter v1.7.1/go.mod h1:0NaT5v3Ag1M7U5r0GfDCpUFkWd9YqpubBWsQlhanRv0= +cloud.google.com/go/privatecatalog v0.5.0/go.mod h1:XgosMUvvPyxDjAVNDYxJ7wBW8//hLDDYmnsNcMGq1K0= +cloud.google.com/go/privatecatalog v0.6.0/go.mod h1:i/fbkZR0hLN29eEWiiwue8Pb+GforiEIBnV9yrRUOKI= +cloud.google.com/go/privatecatalog v0.7.0/go.mod h1:2s5ssIFO69F5csTXcwBP7NPFTZvps26xGzvQ2PQaBYg= +cloud.google.com/go/privatecatalog v0.8.0/go.mod h1:nQ6pfaegeDAq/Q5lrfCQzQLhubPiZhSaNhIgfJlnIXs= +cloud.google.com/go/privatecatalog v0.9.1/go.mod h1:0XlDXW2unJXdf9zFz968Hp35gl/bhF4twwpXZAW50JA= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/pubsub v1.26.0/go.mod h1:QgBH3U/jdJy/ftjPhTkyXNj543Tin1pRYcdcPRnFIRI= +cloud.google.com/go/pubsub v1.27.1/go.mod h1:hQN39ymbV9geqBnfQq6Xf63yNhUAhv9CZhzp5O6qsW0= +cloud.google.com/go/pubsub v1.28.0/go.mod h1:vuXFpwaVoIPQMGXqRyUQigu/AX1S3IWugR9xznmcXX8= +cloud.google.com/go/pubsub v1.30.0/go.mod h1:qWi1OPS0B+b5L+Sg6Gmc9zD1Y+HaM0MdUr7LsupY1P4= +cloud.google.com/go/pubsub v1.32.0/go.mod h1:f+w71I33OMyxf9VpMVcZbnG5KSUkCOUHYpFd5U1GdRc= +cloud.google.com/go/pubsublite v1.5.0/go.mod h1:xapqNQ1CuLfGi23Yda/9l4bBCKz/wC3KIJ5gKcxveZg= +cloud.google.com/go/pubsublite v1.6.0/go.mod h1:1eFCS0U11xlOuMFV/0iBqw3zP12kddMeCbj/F3FSj9k= +cloud.google.com/go/pubsublite v1.7.0/go.mod h1:8hVMwRXfDfvGm3fahVbtDbiLePT3gpoiJYJY+vxWxVM= +cloud.google.com/go/pubsublite v1.8.1/go.mod h1:fOLdU4f5xldK4RGJrBMm+J7zMWNj/k4PxwEZXy39QS0= +cloud.google.com/go/recaptchaenterprise v1.3.1/go.mod h1:OdD+q+y4XGeAlxRaMn1Y7/GveP6zmq76byL6tjPE7d4= +cloud.google.com/go/recaptchaenterprise/v2 v2.1.0/go.mod h1:w9yVqajwroDNTfGuhmOjPDN//rZGySaf6PtFVcSCa7o= +cloud.google.com/go/recaptchaenterprise/v2 v2.2.0/go.mod h1:/Zu5jisWGeERrd5HnlS3EUGb/D335f9k51B/FVil0jk= +cloud.google.com/go/recaptchaenterprise/v2 v2.3.0/go.mod h1:O9LwGCjrhGHBQET5CA7dd5NwwNQUErSgEDit1DLNTdo= +cloud.google.com/go/recaptchaenterprise/v2 v2.4.0/go.mod h1:Am3LHfOuBstrLrNCBrlI5sbwx9LBg3te2N6hGvHn2mE= +cloud.google.com/go/recaptchaenterprise/v2 v2.5.0/go.mod h1:O8LzcHXN3rz0j+LBC91jrwI3R+1ZSZEWrfL7XHgNo9U= +cloud.google.com/go/recaptchaenterprise/v2 v2.6.0/go.mod h1:RPauz9jeLtB3JVzg6nCbe12qNoaa8pXc4d/YukAmcnA= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.0/go.mod h1:19wVj/fs5RtYtynAPJdDTb69oW0vNHYDBTbB4NvMD9c= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.2/go.mod h1:kR0KjsJS7Jt1YSyWFkseQ756D45kaYNTlDPPaRAvDBU= +cloud.google.com/go/recommendationengine v0.5.0/go.mod h1:E5756pJcVFeVgaQv3WNpImkFP8a+RptV6dDLGPILjvg= +cloud.google.com/go/recommendationengine v0.6.0/go.mod h1:08mq2umu9oIqc7tDy8sx+MNJdLG0fUi3vaSVbztHgJ4= +cloud.google.com/go/recommendationengine v0.7.0/go.mod h1:1reUcE3GIu6MeBz/h5xZJqNLuuVjNg1lmWMPyjatzac= +cloud.google.com/go/recommendationengine v0.8.1/go.mod h1:MrZihWwtFYWDzE6Hz5nKcNz3gLizXVIDI/o3G1DLcrE= +cloud.google.com/go/recommender v1.5.0/go.mod h1:jdoeiBIVrJe9gQjwd759ecLJbxCDED4A6p+mqoqDvTg= +cloud.google.com/go/recommender v1.6.0/go.mod h1:+yETpm25mcoiECKh9DEScGzIRyDKpZ0cEhWGo+8bo+c= +cloud.google.com/go/recommender v1.7.0/go.mod h1:XLHs/W+T8olwlGOgfQenXBTbIseGclClff6lhFVe9Bs= +cloud.google.com/go/recommender v1.8.0/go.mod h1:PkjXrTT05BFKwxaUxQmtIlrtj0kph108r02ZZQ5FE70= +cloud.google.com/go/recommender v1.9.0/go.mod h1:PnSsnZY7q+VL1uax2JWkt/UegHssxjUVVCrX52CuEmQ= +cloud.google.com/go/recommender v1.10.1/go.mod h1:XFvrE4Suqn5Cq0Lf+mCP6oBHD/yRMA8XxP5sb7Q7gpA= +cloud.google.com/go/redis v1.7.0/go.mod h1:V3x5Jq1jzUcg+UNsRvdmsfuFnit1cfe3Z/PGyq/lm4Y= +cloud.google.com/go/redis v1.8.0/go.mod h1:Fm2szCDavWzBk2cDKxrkmWBqoCiL1+Ctwq7EyqBCA/A= +cloud.google.com/go/redis v1.9.0/go.mod h1:HMYQuajvb2D0LvMgZmLDZW8V5aOC/WxstZHiy4g8OiA= +cloud.google.com/go/redis v1.10.0/go.mod h1:ThJf3mMBQtW18JzGgh41/Wld6vnDDc/F/F35UolRZPM= +cloud.google.com/go/redis v1.11.0/go.mod h1:/X6eicana+BWcUda5PpwZC48o37SiFVTFSs0fWAJ7uQ= +cloud.google.com/go/redis v1.13.1/go.mod h1:VP7DGLpE91M6bcsDdMuyCm2hIpB6Vp2hI090Mfd1tcg= +cloud.google.com/go/resourcemanager v1.3.0/go.mod h1:bAtrTjZQFJkiWTPDb1WBjzvc6/kifjj4QBYuKCCoqKA= +cloud.google.com/go/resourcemanager v1.4.0/go.mod h1:MwxuzkumyTX7/a3n37gmsT3py7LIXwrShilPh3P1tR0= +cloud.google.com/go/resourcemanager v1.5.0/go.mod h1:eQoXNAiAvCf5PXxWxXjhKQoTMaUSNrEfg+6qdf/wots= +cloud.google.com/go/resourcemanager v1.6.0/go.mod h1:YcpXGRs8fDzcUl1Xw8uOVmI8JEadvhRIkoXXUNVYcVo= +cloud.google.com/go/resourcemanager v1.7.0/go.mod h1:HlD3m6+bwhzj9XCouqmeiGuni95NTrExfhoSrkC/3EI= +cloud.google.com/go/resourcemanager v1.9.1/go.mod h1:dVCuosgrh1tINZ/RwBufr8lULmWGOkPS8gL5gqyjdT8= +cloud.google.com/go/resourcesettings v1.3.0/go.mod h1:lzew8VfESA5DQ8gdlHwMrqZs1S9V87v3oCnKCWoOuQU= +cloud.google.com/go/resourcesettings v1.4.0/go.mod h1:ldiH9IJpcrlC3VSuCGvjR5of/ezRrOxFtpJoJo5SmXg= +cloud.google.com/go/resourcesettings v1.5.0/go.mod h1:+xJF7QSG6undsQDfsCJyqWXyBwUoJLhetkRMDRnIoXA= +cloud.google.com/go/resourcesettings v1.6.1/go.mod h1:M7mk9PIZrC5Fgsu1kZJci6mpgN8o0IUzVx3eJU3y4Jw= +cloud.google.com/go/retail v1.8.0/go.mod h1:QblKS8waDmNUhghY2TI9O3JLlFk8jybHeV4BF19FrE4= +cloud.google.com/go/retail v1.9.0/go.mod h1:g6jb6mKuCS1QKnH/dpu7isX253absFl6iE92nHwlBUY= +cloud.google.com/go/retail v1.10.0/go.mod h1:2gDk9HsL4HMS4oZwz6daui2/jmKvqShXKQuB2RZ+cCc= +cloud.google.com/go/retail v1.11.0/go.mod h1:MBLk1NaWPmh6iVFSz9MeKG/Psyd7TAgm6y/9L2B4x9Y= +cloud.google.com/go/retail v1.12.0/go.mod h1:UMkelN/0Z8XvKymXFbD4EhFJlYKRx1FGhQkVPU5kF14= +cloud.google.com/go/retail v1.14.1/go.mod h1:y3Wv3Vr2k54dLNIrCzenyKG8g8dhvhncT2NcNjb/6gE= +cloud.google.com/go/run v0.2.0/go.mod h1:CNtKsTA1sDcnqqIFR3Pb5Tq0usWxJJvsWOCPldRU3Do= +cloud.google.com/go/run v0.3.0/go.mod h1:TuyY1+taHxTjrD0ZFk2iAR+xyOXEA0ztb7U3UNA0zBo= +cloud.google.com/go/run v0.8.0/go.mod h1:VniEnuBwqjigv0A7ONfQUaEItaiCRVujlMqerPPiktM= +cloud.google.com/go/run v0.9.0/go.mod h1:Wwu+/vvg8Y+JUApMwEDfVfhetv30hCG4ZwDR/IXl2Qg= +cloud.google.com/go/run v1.2.0/go.mod h1:36V1IlDzQ0XxbQjUx6IYbw8H3TJnWvhii963WW3B/bo= +cloud.google.com/go/scheduler v1.4.0/go.mod h1:drcJBmxF3aqZJRhmkHQ9b3uSSpQoltBPGPxGAWROx6s= +cloud.google.com/go/scheduler v1.5.0/go.mod h1:ri073ym49NW3AfT6DZi21vLZrG07GXr5p3H1KxN5QlI= +cloud.google.com/go/scheduler v1.6.0/go.mod h1:SgeKVM7MIwPn3BqtcBntpLyrIJftQISRrYB5ZtT+KOk= +cloud.google.com/go/scheduler v1.7.0/go.mod h1:jyCiBqWW956uBjjPMMuX09n3x37mtyPJegEWKxRsn44= +cloud.google.com/go/scheduler v1.8.0/go.mod h1:TCET+Y5Gp1YgHT8py4nlg2Sew8nUHMqcpousDgXJVQc= +cloud.google.com/go/scheduler v1.9.0/go.mod h1:yexg5t+KSmqu+njTIh3b7oYPheFtBWGcbVUYF1GGMIc= +cloud.google.com/go/scheduler v1.10.1/go.mod h1:R63Ldltd47Bs4gnhQkmNDse5w8gBRrhObZ54PxgR2Oo= +cloud.google.com/go/secretmanager v1.6.0/go.mod h1:awVa/OXF6IiyaU1wQ34inzQNc4ISIDIrId8qE5QGgKA= +cloud.google.com/go/secretmanager v1.8.0/go.mod h1:hnVgi/bN5MYHd3Gt0SPuTPPp5ENina1/LxM+2W9U9J4= +cloud.google.com/go/secretmanager v1.9.0/go.mod h1:b71qH2l1yHmWQHt9LC80akm86mX8AL6X1MA01dW8ht4= +cloud.google.com/go/secretmanager v1.10.0/go.mod h1:MfnrdvKMPNra9aZtQFvBcvRU54hbPD8/HayQdlUgJpU= +cloud.google.com/go/secretmanager v1.11.1/go.mod h1:znq9JlXgTNdBeQk9TBW/FnR/W4uChEKGeqQWAJ8SXFw= +cloud.google.com/go/security v1.5.0/go.mod h1:lgxGdyOKKjHL4YG3/YwIL2zLqMFCKs0UbQwgyZmfJl4= +cloud.google.com/go/security v1.7.0/go.mod h1:mZklORHl6Bg7CNnnjLH//0UlAlaXqiG7Lb9PsPXLfD0= +cloud.google.com/go/security v1.8.0/go.mod h1:hAQOwgmaHhztFhiQ41CjDODdWP0+AE1B3sX4OFlq+GU= +cloud.google.com/go/security v1.9.0/go.mod h1:6Ta1bO8LXI89nZnmnsZGp9lVoVWXqsVbIq/t9dzI+2Q= +cloud.google.com/go/security v1.10.0/go.mod h1:QtOMZByJVlibUT2h9afNDWRZ1G96gVywH8T5GUSb9IA= +cloud.google.com/go/security v1.12.0/go.mod h1:rV6EhrpbNHrrxqlvW0BWAIawFWq3X90SduMJdFwtLB8= +cloud.google.com/go/security v1.13.0/go.mod h1:Q1Nvxl1PAgmeW0y3HTt54JYIvUdtcpYKVfIB8AOMZ+0= +cloud.google.com/go/security v1.15.1/go.mod h1:MvTnnbsWnehoizHi09zoiZob0iCHVcL4AUBj76h9fXA= +cloud.google.com/go/securitycenter v1.13.0/go.mod h1:cv5qNAqjY84FCN6Y9z28WlkKXyWsgLO832YiWwkCWcU= +cloud.google.com/go/securitycenter v1.14.0/go.mod h1:gZLAhtyKv85n52XYWt6RmeBdydyxfPeTrpToDPw4Auc= +cloud.google.com/go/securitycenter v1.15.0/go.mod h1:PeKJ0t8MoFmmXLXWm41JidyzI3PJjd8sXWaVqg43WWk= +cloud.google.com/go/securitycenter v1.16.0/go.mod h1:Q9GMaLQFUD+5ZTabrbujNWLtSLZIZF7SAR0wWECrjdk= +cloud.google.com/go/securitycenter v1.18.1/go.mod h1:0/25gAzCM/9OL9vVx4ChPeM/+DlfGQJDwBy/UC8AKK0= +cloud.google.com/go/securitycenter v1.19.0/go.mod h1:LVLmSg8ZkkyaNy4u7HCIshAngSQ8EcIRREP3xBnyfag= +cloud.google.com/go/securitycenter v1.23.0/go.mod h1:8pwQ4n+Y9WCWM278R8W3nF65QtY172h4S8aXyI9/hsQ= +cloud.google.com/go/servicecontrol v1.4.0/go.mod h1:o0hUSJ1TXJAmi/7fLJAedOovnujSEvjKCAFNXPQ1RaU= +cloud.google.com/go/servicecontrol v1.5.0/go.mod h1:qM0CnXHhyqKVuiZnGKrIurvVImCs8gmqWsDoqe9sU1s= +cloud.google.com/go/servicecontrol v1.10.0/go.mod h1:pQvyvSRh7YzUF2efw7H87V92mxU8FnFDawMClGCNuAA= +cloud.google.com/go/servicecontrol v1.11.0/go.mod h1:kFmTzYzTUIuZs0ycVqRHNaNhgR+UMUpw9n02l/pY+mc= +cloud.google.com/go/servicecontrol v1.11.1/go.mod h1:aSnNNlwEFBY+PWGQ2DoM0JJ/QUXqV5/ZD9DOLB7SnUk= +cloud.google.com/go/servicedirectory v1.4.0/go.mod h1:gH1MUaZCgtP7qQiI+F+A+OpeKF/HQWgtAddhTbhL2bs= +cloud.google.com/go/servicedirectory v1.5.0/go.mod h1:QMKFL0NUySbpZJ1UZs3oFAmdvVxhhxB6eJ/Vlp73dfg= +cloud.google.com/go/servicedirectory v1.6.0/go.mod h1:pUlbnWsLH9c13yGkxCmfumWEPjsRs1RlmJ4pqiNjVL4= +cloud.google.com/go/servicedirectory v1.7.0/go.mod h1:5p/U5oyvgYGYejufvxhgwjL8UVXjkuw7q5XcG10wx1U= +cloud.google.com/go/servicedirectory v1.8.0/go.mod h1:srXodfhY1GFIPvltunswqXpVxFPpZjf8nkKQT7XcXaY= +cloud.google.com/go/servicedirectory v1.9.0/go.mod h1:29je5JjiygNYlmsGz8k6o+OZ8vd4f//bQLtvzkPPT/s= +cloud.google.com/go/servicedirectory v1.10.1/go.mod h1:Xv0YVH8s4pVOwfM/1eMTl0XJ6bzIOSLDt8f8eLaGOxQ= +cloud.google.com/go/servicemanagement v1.4.0/go.mod h1:d8t8MDbezI7Z2R1O/wu8oTggo3BI2GKYbdG4y/SJTco= +cloud.google.com/go/servicemanagement v1.5.0/go.mod h1:XGaCRe57kfqu4+lRxaFEAuqmjzF0r+gWHjWqKqBvKFo= +cloud.google.com/go/servicemanagement v1.6.0/go.mod h1:aWns7EeeCOtGEX4OvZUWCCJONRZeFKiptqKf1D0l/Jc= +cloud.google.com/go/servicemanagement v1.8.0/go.mod h1:MSS2TDlIEQD/fzsSGfCdJItQveu9NXnUniTrq/L8LK4= +cloud.google.com/go/serviceusage v1.3.0/go.mod h1:Hya1cozXM4SeSKTAgGXgj97GlqUvF5JaoXacR1JTP/E= +cloud.google.com/go/serviceusage v1.4.0/go.mod h1:SB4yxXSaYVuUBYUml6qklyONXNLt83U0Rb+CXyhjEeU= +cloud.google.com/go/serviceusage v1.5.0/go.mod h1:w8U1JvqUqwJNPEOTQjrMHkw3IaIFLoLsPLvsE3xueec= +cloud.google.com/go/serviceusage v1.6.0/go.mod h1:R5wwQcbOWsyuOfbP9tGdAnCAc6B9DRwPG1xtWMDeuPA= +cloud.google.com/go/shell v1.3.0/go.mod h1:VZ9HmRjZBsjLGXusm7K5Q5lzzByZmJHf1d0IWHEN5X4= +cloud.google.com/go/shell v1.4.0/go.mod h1:HDxPzZf3GkDdhExzD/gs8Grqk+dmYcEjGShZgYa9URw= +cloud.google.com/go/shell v1.6.0/go.mod h1:oHO8QACS90luWgxP3N9iZVuEiSF84zNyLytb+qE2f9A= +cloud.google.com/go/shell v1.7.1/go.mod h1:u1RaM+huXFaTojTbW4g9P5emOrrmLE69KrxqQahKn4g= +cloud.google.com/go/spanner v1.41.0/go.mod h1:MLYDBJR/dY4Wt7ZaMIQ7rXOTLjYrmxLE/5ve9vFfWos= +cloud.google.com/go/spanner v1.44.0/go.mod h1:G8XIgYdOK+Fbcpbs7p2fiprDw4CaZX63whnSMLVBxjk= +cloud.google.com/go/spanner v1.45.0/go.mod h1:FIws5LowYz8YAE1J8fOS7DJup8ff7xJeetWEo5REA2M= +cloud.google.com/go/spanner v1.47.0/go.mod h1:IXsJwVW2j4UKs0eYDqodab6HgGuA1bViSqW4uH9lfUI= +cloud.google.com/go/speech v1.6.0/go.mod h1:79tcr4FHCimOp56lwC01xnt/WPJZc4v3gzyT7FoBkCM= +cloud.google.com/go/speech v1.7.0/go.mod h1:KptqL+BAQIhMsj1kOP2la5DSEEerPDuOP/2mmkhHhZQ= +cloud.google.com/go/speech v1.8.0/go.mod h1:9bYIl1/tjsAnMgKGHKmBZzXKEkGgtU+MpdDPTE9f7y0= +cloud.google.com/go/speech v1.9.0/go.mod h1:xQ0jTcmnRFFM2RfX/U+rk6FQNUF6DQlydUSyoooSpco= +cloud.google.com/go/speech v1.14.1/go.mod h1:gEosVRPJ9waG7zqqnsHpYTOoAS4KouMRLDFMekpJ0J0= +cloud.google.com/go/speech v1.15.0/go.mod h1:y6oH7GhqCaZANH7+Oe0BhgIogsNInLlz542tg3VqeYI= +cloud.google.com/go/speech v1.17.1/go.mod h1:8rVNzU43tQvxDaGvqOhpDqgkJTFowBpDvCJ14kGlJYo= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= +cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y= +cloud.google.com/go/storage v1.23.0/go.mod h1:vOEEDNFnciUMhBeT6hsJIn3ieU5cFRmzeLgDvXzfIXc= +cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= +cloud.google.com/go/storage v1.28.1/go.mod h1:Qnisd4CqDdo6BGs2AD5LLnEsmSQ80wQ5ogcBBKhU86Y= +cloud.google.com/go/storage v1.29.0/go.mod h1:4puEjyTKnku6gfKoTfNOU/W+a9JyuVNxjpS5GBrB8h4= +cloud.google.com/go/storage v1.30.1/go.mod h1:NfxhC0UJE1aXSx7CIIbCf7y9HKT7BiccwkR7+P7gN8E= +cloud.google.com/go/storagetransfer v1.5.0/go.mod h1:dxNzUopWy7RQevYFHewchb29POFv3/AaBgnhqzqiK0w= +cloud.google.com/go/storagetransfer v1.6.0/go.mod h1:y77xm4CQV/ZhFZH75PLEXY0ROiS7Gh6pSKrM8dJyg6I= +cloud.google.com/go/storagetransfer v1.7.0/go.mod h1:8Giuj1QNb1kfLAiWM1bN6dHzfdlDAVC9rv9abHot2W4= +cloud.google.com/go/storagetransfer v1.8.0/go.mod h1:JpegsHHU1eXg7lMHkvf+KE5XDJ7EQu0GwNJbbVGanEw= +cloud.google.com/go/storagetransfer v1.10.0/go.mod h1:DM4sTlSmGiNczmV6iZyceIh2dbs+7z2Ayg6YAiQlYfA= +cloud.google.com/go/talent v1.1.0/go.mod h1:Vl4pt9jiHKvOgF9KoZo6Kob9oV4lwd/ZD5Cto54zDRw= +cloud.google.com/go/talent v1.2.0/go.mod h1:MoNF9bhFQbiJ6eFD3uSsg0uBALw4n4gaCaEjBw9zo8g= +cloud.google.com/go/talent v1.3.0/go.mod h1:CmcxwJ/PKfRgd1pBjQgU6W3YBwiewmUzQYH5HHmSCmM= +cloud.google.com/go/talent v1.4.0/go.mod h1:ezFtAgVuRf8jRsvyE6EwmbTK5LKciD4KVnHuDEFmOOA= +cloud.google.com/go/talent v1.5.0/go.mod h1:G+ODMj9bsasAEJkQSzO2uHQWXHHXUomArjWQQYkqK6c= +cloud.google.com/go/talent v1.6.2/go.mod h1:CbGvmKCG61mkdjcqTcLOkb2ZN1SrQI8MDyma2l7VD24= +cloud.google.com/go/texttospeech v1.4.0/go.mod h1:FX8HQHA6sEpJ7rCMSfXuzBcysDAuWusNNNvN9FELDd8= +cloud.google.com/go/texttospeech v1.5.0/go.mod h1:oKPLhR4n4ZdQqWKURdwxMy0uiTS1xU161C8W57Wkea4= +cloud.google.com/go/texttospeech v1.6.0/go.mod h1:YmwmFT8pj1aBblQOI3TfKmwibnsfvhIBzPXcW4EBovc= +cloud.google.com/go/texttospeech v1.7.1/go.mod h1:m7QfG5IXxeneGqTapXNxv2ItxP/FS0hCZBwXYqucgSk= +cloud.google.com/go/tpu v1.3.0/go.mod h1:aJIManG0o20tfDQlRIej44FcwGGl/cD0oiRyMKG19IQ= +cloud.google.com/go/tpu v1.4.0/go.mod h1:mjZaX8p0VBgllCzF6wcU2ovUXN9TONFLd7iz227X2Xg= +cloud.google.com/go/tpu v1.5.0/go.mod h1:8zVo1rYDFuW2l4yZVY0R0fb/v44xLh3llq7RuV61fPM= +cloud.google.com/go/tpu v1.6.1/go.mod h1:sOdcHVIgDEEOKuqUoi6Fq53MKHJAtOwtz0GuKsWSH3E= +cloud.google.com/go/trace v1.3.0/go.mod h1:FFUE83d9Ca57C+K8rDl/Ih8LwOzWIV1krKgxg6N0G28= +cloud.google.com/go/trace v1.4.0/go.mod h1:UG0v8UBqzusp+z63o7FK74SdFE+AXpCLdFb1rshXG+Y= +cloud.google.com/go/trace v1.8.0/go.mod h1:zH7vcsbAhklH8hWFig58HvxcxyQbaIqMarMg9hn5ECA= +cloud.google.com/go/trace v1.9.0/go.mod h1:lOQqpE5IaWY0Ixg7/r2SjixMuc6lfTFeO4QGM4dQWOk= +cloud.google.com/go/trace v1.10.1/go.mod h1:gbtL94KE5AJLH3y+WVpfWILmqgc6dXcqgNXdOPAQTYk= +cloud.google.com/go/translate v1.3.0/go.mod h1:gzMUwRjvOqj5i69y/LYLd8RrNQk+hOmIXTi9+nb3Djs= +cloud.google.com/go/translate v1.4.0/go.mod h1:06Dn/ppvLD6WvA5Rhdp029IX2Mi3Mn7fpMRLPvXT5Wg= +cloud.google.com/go/translate v1.5.0/go.mod h1:29YDSYveqqpA1CQFD7NQuP49xymq17RXNaUDdc0mNu0= +cloud.google.com/go/translate v1.6.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.7.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.8.1/go.mod h1:d1ZH5aaOA0CNhWeXeC8ujd4tdCFw8XoNWRljklu5RHs= +cloud.google.com/go/video v1.8.0/go.mod h1:sTzKFc0bUSByE8Yoh8X0mn8bMymItVGPfTuUBUyRgxk= +cloud.google.com/go/video v1.9.0/go.mod h1:0RhNKFRF5v92f8dQt0yhaHrEuH95m068JYOvLZYnJSw= +cloud.google.com/go/video v1.12.0/go.mod h1:MLQew95eTuaNDEGriQdcYn0dTwf9oWiA4uYebxM5kdg= +cloud.google.com/go/video v1.13.0/go.mod h1:ulzkYlYgCp15N2AokzKjy7MQ9ejuynOJdf1tR5lGthk= +cloud.google.com/go/video v1.14.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.15.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.17.1/go.mod h1:9qmqPqw/Ib2tLqaeHgtakU+l5TcJxCJbhFXM7UJjVzU= +cloud.google.com/go/videointelligence v1.6.0/go.mod h1:w0DIDlVRKtwPCn/C4iwZIJdvC69yInhW0cfi+p546uU= +cloud.google.com/go/videointelligence v1.7.0/go.mod h1:k8pI/1wAhjznARtVT9U1llUaFNPh7muw8QyOUpavru4= +cloud.google.com/go/videointelligence v1.8.0/go.mod h1:dIcCn4gVDdS7yte/w+koiXn5dWVplOZkE+xwG9FgK+M= +cloud.google.com/go/videointelligence v1.9.0/go.mod h1:29lVRMPDYHikk3v8EdPSaL8Ku+eMzDljjuvRs105XoU= +cloud.google.com/go/videointelligence v1.10.0/go.mod h1:LHZngX1liVtUhZvi2uNS0VQuOzNi2TkY1OakiuoUOjU= +cloud.google.com/go/videointelligence v1.11.1/go.mod h1:76xn/8InyQHarjTWsBR058SmlPCwQjgcvoW0aZykOvo= +cloud.google.com/go/vision v1.2.0/go.mod h1:SmNwgObm5DpFBme2xpyOyasvBc1aPdjvMk2bBk0tKD0= +cloud.google.com/go/vision/v2 v2.2.0/go.mod h1:uCdV4PpN1S0jyCyq8sIM42v2Y6zOLkZs+4R9LrGYwFo= +cloud.google.com/go/vision/v2 v2.3.0/go.mod h1:UO61abBx9QRMFkNBbf1D8B1LXdS2cGiiCRx0vSpZoUo= +cloud.google.com/go/vision/v2 v2.4.0/go.mod h1:VtI579ll9RpVTrdKdkMzckdnwMyX2JILb+MhPqRbPsY= +cloud.google.com/go/vision/v2 v2.5.0/go.mod h1:MmaezXOOE+IWa+cS7OhRRLK2cNv1ZL98zhqFFZaaH2E= +cloud.google.com/go/vision/v2 v2.6.0/go.mod h1:158Hes0MvOS9Z/bDMSFpjwsUrZ5fPrdwuyyvKSGAGMY= +cloud.google.com/go/vision/v2 v2.7.0/go.mod h1:H89VysHy21avemp6xcf9b9JvZHVehWbET0uT/bcuY/0= +cloud.google.com/go/vision/v2 v2.7.2/go.mod h1:jKa8oSYBWhYiXarHPvP4USxYANYUEdEsQrloLjrSwJU= +cloud.google.com/go/vmmigration v1.2.0/go.mod h1:IRf0o7myyWFSmVR1ItrBSFLFD/rJkfDCUTO4vLlJvsE= +cloud.google.com/go/vmmigration v1.3.0/go.mod h1:oGJ6ZgGPQOFdjHuocGcLqX4lc98YQ7Ygq8YQwHh9A7g= +cloud.google.com/go/vmmigration v1.5.0/go.mod h1:E4YQ8q7/4W9gobHjQg4JJSgXXSgY21nA5r8swQV+Xxc= +cloud.google.com/go/vmmigration v1.6.0/go.mod h1:bopQ/g4z+8qXzichC7GW1w2MjbErL54rk3/C843CjfY= +cloud.google.com/go/vmmigration v1.7.1/go.mod h1:WD+5z7a/IpZ5bKK//YmT9E047AD+rjycCAvyMxGJbro= +cloud.google.com/go/vmwareengine v0.1.0/go.mod h1:RsdNEf/8UDvKllXhMz5J40XxDrNJNN4sagiox+OI208= +cloud.google.com/go/vmwareengine v0.2.2/go.mod h1:sKdctNJxb3KLZkE/6Oui94iw/xs9PRNC2wnNLXsHvH8= +cloud.google.com/go/vmwareengine v0.3.0/go.mod h1:wvoyMvNWdIzxMYSpH/R7y2h5h3WFkx6d+1TIsP39WGY= +cloud.google.com/go/vmwareengine v0.4.1/go.mod h1:Px64x+BvjPZwWuc4HdmVhoygcXqEkGHXoa7uyfTgSI0= +cloud.google.com/go/vpcaccess v1.4.0/go.mod h1:aQHVbTWDYUR1EbTApSVvMq1EnT57ppDmQzZ3imqIk4w= +cloud.google.com/go/vpcaccess v1.5.0/go.mod h1:drmg4HLk9NkZpGfCmZ3Tz0Bwnm2+DKqViEpeEpOq0m8= +cloud.google.com/go/vpcaccess v1.6.0/go.mod h1:wX2ILaNhe7TlVa4vC5xce1bCnqE3AeH27RV31lnmZes= +cloud.google.com/go/vpcaccess v1.7.1/go.mod h1:FogoD46/ZU+JUBX9D606X21EnxiszYi2tArQwLY4SXs= +cloud.google.com/go/webrisk v1.4.0/go.mod h1:Hn8X6Zr+ziE2aNd8SliSDWpEnSS1u4R9+xXZmFiHmGE= +cloud.google.com/go/webrisk v1.5.0/go.mod h1:iPG6fr52Tv7sGk0H6qUFzmL3HHZev1htXuWDEEsqMTg= +cloud.google.com/go/webrisk v1.6.0/go.mod h1:65sW9V9rOosnc9ZY7A7jsy1zoHS5W9IAXv6dGqhMQMc= +cloud.google.com/go/webrisk v1.7.0/go.mod h1:mVMHgEYH0r337nmt1JyLthzMr6YxwN1aAIEc2fTcq7A= +cloud.google.com/go/webrisk v1.8.0/go.mod h1:oJPDuamzHXgUc+b8SiHRcVInZQuybnvEW72PqTc7sSg= +cloud.google.com/go/webrisk v1.9.1/go.mod h1:4GCmXKcOa2BZcZPn6DCEvE7HypmEJcJkr4mtM+sqYPc= +cloud.google.com/go/websecurityscanner v1.3.0/go.mod h1:uImdKm2wyeXQevQJXeh8Uun/Ym1VqworNDlBXQevGMo= +cloud.google.com/go/websecurityscanner v1.4.0/go.mod h1:ebit/Fp0a+FWu5j4JOmJEV8S8CzdTkAS77oDsiSqYWQ= +cloud.google.com/go/websecurityscanner v1.5.0/go.mod h1:Y6xdCPy81yi0SQnDY1xdNTNpfY1oAgXUlcfN3B3eSng= +cloud.google.com/go/websecurityscanner v1.6.1/go.mod h1:Njgaw3rttgRHXzwCB8kgCYqv5/rGpFCsBOvPbYgszpg= +cloud.google.com/go/workflows v1.6.0/go.mod h1:6t9F5h/unJz41YqfBmqSASJSXccBLtD1Vwf+KmJENM0= +cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoISEXH2bcHC3M= +cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= +cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= +cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= +cloud.google.com/go/workflows v1.11.1/go.mod h1:Z+t10G1wF7h8LgdY/EmRcQY8ptBD/nvofaL6FqlET6g= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= +git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= github.com/Azure/azure-sdk-for-go v65.0.0+incompatible h1:HzKLt3kIwMm4KeJYTdx9EbjRYTySD/t8i1Ee/W5EGXw= github.com/Azure/azure-sdk-for-go v65.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0 h1:8q4SaHjFsClSvuVne0ID/5Ka8u3fcIHyqkLjcFpNRHQ= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= github.com/Azure/go-autorest/autorest v0.11.27 h1:F3R3q42aWytozkV8ihzcgMO4OA4cuqr3bNlsEuF6//A= github.com/Azure/go-autorest/autorest v0.11.27/go.mod h1:7l8ybrIdUmGqZMTD0sRtAr8NvbHjfofbf8RSP2q7w7U= +github.com/Azure/go-autorest/autorest v0.11.29 h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw= +github.com/Azure/go-autorest/autorest v0.11.29/go.mod h1:ZtEzC4Jy2JDrZLxvWs8LrBWEBycl1hbT1eknI8MtfAs= github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= github.com/Azure/go-autorest/autorest/adal v0.9.20 h1:gJ3E98kMpFB1MFqQCvA1yFab8vthOeD4VlFRQULxahg= github.com/Azure/go-autorest/autorest/adal v0.9.20/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= +github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= +github.com/Azure/go-autorest/autorest/adal v0.9.23 h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8= +github.com/Azure/go-autorest/autorest/adal v0.9.23/go.mod h1:5pcMqFkdPhviJdlEy3kC/v1ZLnQl0MH6XA5YCcMhy4c= github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= @@ -79,11 +765,18 @@ github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+Z github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 h1:OBhqkivkhkMqLPymWEppkm7vgPQY2XsHoEkaMQ0AdZY= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= +github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= +github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= +github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= +github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= +github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= @@ -94,6 +787,13 @@ github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWX github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= +github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= +github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= +github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM= +github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= +github.com/alecthomas/kingpin/v2 v2.3.2 h1:H0aULhgmSzN8xQ3nX1uxtdlTHYoPLu5AhHxWrKI6ocU= +github.com/alecthomas/kingpin/v2 v2.3.2/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= @@ -102,13 +802,22 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc= github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= +github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0= +github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI= +github.com/apache/arrow/go/v12 v12.0.0/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.3.3 h1:a9F4rlj7EWWrbj7BYw8J8+x+ZZkJeqzNyRk8hdPF+ro= github.com/armon/go-metrics v0.3.3/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.3.9/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= +github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= @@ -117,43 +826,69 @@ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:l github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= +github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= +github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/aws/aws-sdk-go v1.40.45/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.45 h1:E2i73X4QdVS0XrfX/aVPt/M0Su2IuJ7AFvAMtF0id1Q= github.com/aws/aws-sdk-go v1.44.45/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= +github.com/aws/aws-sdk-go v1.44.156/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.302 h1:ST3ko6GrJKn3Xi+nAvxjG3uk/V1pW8KC52WLeIxqqNk= +github.com/aws/aws-sdk-go v1.44.302/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= +github.com/aws/aws-sdk-go-v2 v1.9.1/go.mod h1:cK/D0BBs0b/oWPIcX/Z/obahJK1TT7IPVjy53i/mX/4= +github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.8.1/go.mod h1:CM+19rL1+4dFWnOQKwDc7H1KwXTz+h61oUSHyhV0b3o= +github.com/aws/smithy-go v1.8.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E= +github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= +github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= +github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= +github.com/casbin/casbin/v2 v2.37.0/go.mod h1:vByNa/Fchek0KZUgG5wEsl7iFsiviAYKRtgrQfcJqHg= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= +github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/cenkalti/backoff/v4 v4.1.2/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= +github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= +github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= +github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= +github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= +github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= +github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= @@ -161,10 +896,21 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc h1:PYXxkRUBGUMa5xgMVMDl62vEklZvKpVaxQeN9ie7Hfk= github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230428030218-4003588d1b74/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 h1:/inchEIKaYC1Akx+H+gqO04wryn5h75LSazbRlnya1k= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 h1:u9SHYsPQNyt5tgDm3YN7+9dYrpK96E5wFilTFWIDZOM= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= +github.com/coreos/go-systemd/v22 v22.4.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= +github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs= +github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= @@ -173,24 +919,37 @@ github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dennwc/varint v1.0.0 h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE= github.com/dennwc/varint v1.0.0/go.mod h1:hnItb35rvZvJrbTALZtY/iQfDs48JKRG1RPpgziApxA= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/digitalocean/godo v1.81.0 h1:sjb3fOfPfSlUQUK22E87BcI8Zx2qtnF7VUCCO4UK3C8= github.com/digitalocean/godo v1.81.0/go.mod h1:BPCqvwbjbGqxuUnIKB4EvS/AX7IDnNmt5fwvIkWo+ew= +github.com/digitalocean/godo v1.99.0 h1:gUHO7n9bDaZFWvbzOum4bXE0/09ZuYA9yA8idQHX57E= +github.com/digitalocean/godo v1.99.0/go.mod h1:SsS2oXo2rznfM/nORlZ/6JaUJZFhmKTib1YhopUc8NA= +github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= +github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8= +github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v20.10.17+incompatible h1:JYCuMrWaVNophQTOrMMoSwudOVEfcegoZZrleKc1xwE= github.com/docker/docker v20.10.17+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI= +github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw= github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= +github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= +github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= @@ -201,6 +960,10 @@ github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkg github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful v2.9.5+incompatible h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk= github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= +github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/emicklei/go-restful/v3 v3.10.2 h1:hIovbnmBTLjHXkqEBUz3HGpXZdM7ZrE9fJIZIqlJLqE= +github.com/emicklei/go-restful/v3 v3.10.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= @@ -213,82 +976,150 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go. github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/go-control-plane v0.10.3 h1:xdCVXxEe0Y3FQith+0cj2irwZudqGYvecuLB1HtdexY= github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= +github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI= +github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f/go.mod h1:sfYdkwUW4BA3PbKjySwjJy+O4Pu0h62rlqCMHNk+K+Q= +github.com/envoyproxy/go-control-plane v0.11.1 h1:wSUXTlLfiAQRWs2F+p+EKOY9rUyis1MyGqJ2DIk5HpM= +github.com/envoyproxy/go-control-plane v0.11.1/go.mod h1:uhMcXKCQMEJHiAb0w+YGefQLaTEw+YhGluxZkrTmD0g= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.6.7 h1:qcZcULcd/abmQg6dwigimCNEyi4gg31M/xaciQlDml8= github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= +github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= +github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v1.0.1/go.mod h1:0vj8bNkYbSTNS2PIyH87KZaeN4x9zpL9Qt8fQC7d+vs= +github.com/envoyproxy/protoc-gen-validate v1.0.2 h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA= +github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE= github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= +github.com/fatih/color v1.14.1/go.mod h1:2oHN61fhTpgcxD3TSWCgKDiH1+x4OiDVVGH8WlgGZGg= +github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs= +github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw= github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk= github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0= +github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4= +github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZI3aJmnRI9VjAn9nJ8qPPsN1fqzr9dqInIo= github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= +github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI= github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= +github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= +github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= +github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks= +github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= +github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U= +github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4= +github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= +github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0= github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= +github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-openapi/analysis v0.21.2 h1:hXFrOYFHUAMQdu6zwAiKKJHJQ8kqZs1ux/ru1P1wLJU= github.com/go-openapi/analysis v0.21.2/go.mod h1:HZwRk4RRisyG8vx2Oe6aqeSQcoxRp47Xkp3+K6q+LdY= +github.com/go-openapi/analysis v0.21.4 h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc= +github.com/go-openapi/analysis v0.21.4/go.mod h1:4zQ35W4neeZTqh3ol0rv/O8JBbka9QyAgQRPp9y3pfo= github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= github.com/go-openapi/errors v0.20.2 h1:dxy7PGTqEh94zj2E3h1cUmQQWiM1+aeCROfAr02EmK8= github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= +github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk= +github.com/go-openapi/errors v0.20.4 h1:unTcVm6PispJsMECE3zWgvG4xTiKda1LIR5rCRWLG6M= +github.com/go-openapi/errors v0.20.4/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= +github.com/go-openapi/jsonpointer v0.20.0 h1:ESKJdU9ASRfaPNOPRx12IUyA1vn3R9GiE3KYD14BXdQ= +github.com/go-openapi/jsonpointer v0.20.0/go.mod h1:6PGzBjjIIumbLYysB73Klnms1mwnU4G3YHOECG3CedA= github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= github.com/go-openapi/jsonreference v0.19.6 h1:UBIxjkht+AWIgYzCDSv2GN+E/togfwXUJFRTWhl2Jjs= github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= +github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= +github.com/go-openapi/jsonreference v0.20.1/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= +github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= +github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= github.com/go-openapi/loads v0.21.1 h1:Wb3nVZpdEzDTcly8S4HMkey6fjARRzb7iEaySimlDW0= github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= +github.com/go-openapi/loads v0.21.2 h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro= +github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= github.com/go-openapi/runtime v0.23.1/go.mod h1:AKurw9fNre+h3ELZfk6ILsfvPN+bvvlaU/M9q/r9hpk= +github.com/go-openapi/runtime v0.25.0/go.mod h1:Ux6fikcHXyyob6LNWxtE96hWwjBPYF0DXgVFuMTneOs= github.com/go-openapi/spec v0.20.4 h1:O8hJrt0UMnhHcluhIdUgCLRWyM2x7QkBXRvOs7m+O1M= github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= +github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.7/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.9 h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8= +github.com/go-openapi/spec v0.20.9/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= github.com/go-openapi/strfmt v0.21.2 h1:5NDNgadiX1Vhemth/TH4gCGopWSTdDjxl60H3B7f+os= github.com/go-openapi/strfmt v0.21.2/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= +github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg= +github.com/go-openapi/strfmt v0.21.7 h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k= +github.com/go-openapi/strfmt v0.21.7/go.mod h1:adeGTkxE44sPyLk0JV235VQAO/ZXUr8KAzYjclFs3ew= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-openapi/swag v0.19.14/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= github.com/go-openapi/swag v0.21.1 h1:wm0rhTb5z7qpJRHBdPOMuY4QjVUMbF6/kwoYeRAOrKU= github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= +github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= +github.com/go-openapi/swag v0.22.4 h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU= +github.com/go-openapi/swag v0.22.4/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-openapi/validate v0.21.0 h1:+Wqk39yKOhfpLqNLEC0/eViCkzM5FVXVqrvt526+wcI= github.com/go-openapi/validate v0.21.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-openapi/validate v0.22.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-openapi/validate v0.22.1 h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU= +github.com/go-openapi/validate v0.22.1/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 h1:JVrqSeQfdhYRFk24TvhTZWU0q8lfCojxZQFi3Ou7+uY= github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48/go.mod h1:dZGr0i9PLlaaTD4H/hoZIDjQ+r6xq8mgbRzHZf7f2J8= +github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= +github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-stack/stack v1.8.1 h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw= @@ -296,6 +1127,8 @@ github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= github.com/go-zookeeper/zk v1.0.2 h1:4mx0EYENAdX/B/rbunjlt5+4RTA/a9SMHBRuSKdGxPM= github.com/go-zookeeper/zk v1.0.2/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= +github.com/go-zookeeper/zk v1.0.3 h1:7M2kwOsc//9VeeFiPtf+uSJlVpU66x9Ba5+8XK7/TDg= +github.com/go-zookeeper/zk v1.0.3/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= @@ -320,8 +1153,11 @@ github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWe github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ= github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0= github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw= +github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= github.com/goccy/go-yaml v1.9.5/go.mod h1:U/jl18uSupI5rdI2jmuCswEA2htH9eXfferR3KfscvA= +github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid v4.3.1+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= @@ -331,8 +1167,13 @@ github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69 github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= +github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= +github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= +github.com/golang/glog v1.1.0/go.mod h1:pfYeQZ3JWZoXTV5sFc986z3HTpwQs9At6P4ImfuP3NQ= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -366,6 +1207,8 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= @@ -374,8 +1217,11 @@ github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEW github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= +github.com/google/flatbuffers v2.0.8+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/gnostic v0.5.7-v3refs h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54= github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ= +github.com/google/gnostic v0.6.9 h1:ZK/5VhkoX835RikCHpSUJV9a+S3e1zLh59YnyWeBW+0= +github.com/google/gnostic v0.6.9/go.mod h1:Nm8234We1lq6iB9OmlgNv3nH91XLLVZHCDayfA3xq+E= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -391,6 +1237,9 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-pkcs11 v0.2.0/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -401,6 +1250,7 @@ github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXi github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= +github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -410,14 +1260,22 @@ github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20220608213341-c488b8fa1db3 h1:mpL/HvfIgIejhVwAfxBQkwEjlhP5o0O9RAeTAjpwzxc= github.com/google/pprof v0.0.0-20220608213341-c488b8fa1db3/go.mod h1:gSuNB+gJaOiQKLEZ+q+PK9Mq3SOzhRcw2GsGS/FhYDk= +github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 h1:n6vlPhxsA+BW/XsS5+uqi7GyzaLa5MH7qlSLBZtRdiA= +github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8/go.mod h1:Jh3hGz2jkYak8qXPD19ryItVnUgpgeqzdkY/D0EaeuA= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/s2a-go v0.1.0/go.mod h1:OJpEgntRZo8ugHpF9hkoLJbS5dSI20XZeXJ9JVywLlM= +github.com/google/s2a-go v0.1.3/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= +github.com/google/s2a-go v0.1.4 h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc= +github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= @@ -426,6 +1284,12 @@ github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= github.com/googleapis/enterprise-certificate-proxy v0.1.0 h1:zO8WHNx/MYiAKJ3d5spxZXZE6KHmIQGQcAzwUzV7qQw= github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= +github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg= +github.com/googleapis/enterprise-certificate-proxy v0.2.1/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.4/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.5 h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM= +github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= @@ -434,9 +1298,21 @@ github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/Oth github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM= github.com/googleapis/gax-go/v2 v2.4.0 h1:dS9eYAjhrE2RjmzYw2XAPvcXfmcQLtFEQWn0CR82awk= github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= +github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= +github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= +github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8= +github.com/googleapis/gax-go/v2 v2.7.1/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.8.0/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw= +github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI= +github.com/googleapis/gax-go/v2 v2.12.0 h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas= +github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= +github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gophercloud/gophercloud v0.25.0 h1:C3Oae7y0fUVQGSsBrb3zliAjdX+riCSEh4lNMejFNI4= github.com/gophercloud/gophercloud v0.25.0/go.mod h1:Q8fZtyi5zZxPS/j9aj3sSxtvj41AdQMDwyo1myduD5c= +github.com/gophercloud/gophercloud v1.5.0 h1:cDN6XFCLKiiqvYpjQLq9AiM7RDRbIC9450WpPH+yvXo= +github.com/gophercloud/gophercloud v1.5.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= @@ -445,8 +1321,12 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7 github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2 h1:uirlL/j72L93RhV4+mkWhjv0cov2I0MIgPOG9rMDr1k= github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= +github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww= +github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= @@ -454,14 +1334,25 @@ github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.2/go.mod h1:chrfS3YoLAlKTRE5cFWvCbt8uGAjshktT4PveTUpsFQ= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= +github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= +github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= github.com/hashicorp/consul/api v1.13.0 h1:2hnLQ0GjQvw7f3O61jMO8gbasZviZTrt9R8WzgiirHc= github.com/hashicorp/consul/api v1.13.0/go.mod h1:ZlVrynguJKcYr54zGaDbaL3fOvKC9m72FhPvA8T35KQ= +github.com/hashicorp/consul/api v1.22.0 h1:ydEvDooB/A0c/xpsBd8GSt7P2/zYPBui4KrNip0xGjE= +github.com/hashicorp/consul/api v1.22.0/go.mod h1:zHpYgZ7TeYqS6zaszjwSt128OwESRpnhU9aGa6ue3Eg= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms= +github.com/hashicorp/consul/sdk v0.14.0/go.mod h1:gHYeuDa0+0qRAD6Wwr6yznMBvBwHKoxSBoW5l73+saE= github.com/hashicorp/cronexpr v1.1.1 h1:NJZDd87hGXjoZBdvyCF9mX4DCq5Wy7+A/w+A7q0wn6c= github.com/hashicorp/cronexpr v1.1.1/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4= +github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A= +github.com/hashicorp/cronexpr v1.1.2/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= +github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= @@ -470,16 +1361,26 @@ github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrj github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.12.2 h1:F1fdYblUEsxKiailtkhCCG2g4bipEgaHiDc8vffNpD4= github.com/hashicorp/go-hclog v0.12.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c= +github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.2.0 h1:l6UW37iCXwZkZoAbEYnptSHVE/cQ5bOTPYG5W3vf9+8= github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= +github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA= +github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo= github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-retryablehttp v0.7.1 h1:sUiuQAnLlbvmExtFQs72iFW/HXeUn8Z1aJLQ4LJJbTQ= github.com/hashicorp/go-retryablehttp v0.7.1/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= +github.com/hashicorp/go-retryablehttp v0.7.4 h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA= +github.com/hashicorp/go-retryablehttp v0.7.4/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= github.com/hashicorp/go-rootcerts v1.0.2 h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc= github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= @@ -488,38 +1389,64 @@ github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjG github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc= github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4= +github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= +github.com/hashicorp/mdns v1.0.1/go.mod h1:4gW7WsVCke5TE7EPeYliwHlRUyBtfCwuFwuMg2DmyNY= github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= +github.com/hashicorp/memberlist v0.2.2/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.3.1/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= +github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0= github.com/hashicorp/nomad/api v0.0.0-20220629141207-c2428e1673ec h1:jAF71e0KoaY2LJlRsRxxGz6MNQOG5gTBIc+rklxfNO0= github.com/hashicorp/nomad/api v0.0.0-20220629141207-c2428e1673ec/go.mod h1:jP79oXjopTyH6E8LF0CEMq67STgrlmBRIyijA0tuR5o= +github.com/hashicorp/nomad/api v0.0.0-20230718173136-3a687930bd3e h1:sr4lujmn9heD030xx/Pd4B/JSmvRhFzuotNXaaV0WLs= +github.com/hashicorp/nomad/api v0.0.0-20230718173136-3a687930bd3e/go.mod h1:O23qLAZuCx4htdY9zBaO4cJPXgleSFEdq6D/sezGgYE= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= +github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= github.com/hashicorp/serf v0.9.6 h1:uuEX1kLR6aoda1TBttmJQKDLZE1Ob7KN0NPdE7EtCDc= github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= +github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= +github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY= +github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= github.com/hetznercloud/hcloud-go v1.35.0 h1:sduXOrWM0/sJXwBty7EQd7+RXEJh5+CsAGQmHshChFg= github.com/hetznercloud/hcloud-go v1.35.0/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= +github.com/hetznercloud/hcloud-go/v2 v2.0.0 h1:Sg1DJ+MAKvbYAqaBaq9tPbwXBS2ckPIaMtVdUjKu+4g= +github.com/hetznercloud/hcloud-go/v2 v2.0.0/go.mod h1:4iUG2NG8b61IAwNx6UsMWQ6IfIf/i1RsG0BbsKAyR5Q= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= +github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= +github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= +github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU= github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= +github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= +github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= +github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= github.com/ionos-cloud/sdk-go/v6 v6.1.0 h1:0EZz5H+t6W23zHt6dgHYkKavr72/30O9nA97E3FZaS4= github.com/ionos-cloud/sdk-go/v6 v6.1.0/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME= +github.com/ionos-cloud/sdk-go/v6 v6.1.8 h1:493wE/BkZxJf7x79UCE0cYGPZoqQcPiEBALvt7uVGY0= +github.com/ionos-cloud/sdk-go/v6 v6.1.8/go.mod h1:EzEgRIDxBELvfoa/uBN0kOQaqovLjUWEB7iW4/Q+t4k= +github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg= github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= @@ -544,14 +1471,25 @@ github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/X github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= +github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE= +github.com/klauspost/compress v1.13.4/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= +github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= +github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= +github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b h1:iNjcivnc6lhbvJA3LD622NPrUponluJrBWPIwGG/3Bg= github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b/go.mod h1:pcaDhQK0/NJZEvtCO0qQPPropqV0sJOJ6YW7X+9kRwM= +github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b h1:udzkj9S/zlT5X367kqJis0QP7YMxobob6zhzq6Yre00= +github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b/go.mod h1:pcaDhQK0/NJZEvtCO0qQPPropqV0sJOJ6YW7X+9kRwM= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= @@ -561,17 +1499,25 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= github.com/linode/linodego v1.8.0 h1:7B2UaWu6C48tZZZrtINWRElAcwzk4TLnL9USjKf3xm0= github.com/linode/linodego v1.8.0/go.mod h1:heqhl91D8QTPVm2k9qZHP78zzbOdTFLXE9NJc3bcc50= +github.com/linode/linodego v1.19.0 h1:n4WJrcr9+30e9JGZ6DI0nZbm5SdAj1kSwvvt/998YUw= +github.com/linode/linodego v1.19.0/go.mod h1:XZFR+yJ9mm2kwf6itZ6SCpu+6w3KnIevV0Uu5HNWJgQ= github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star/v2 v2.0.1/go.mod h1:RcCdONR2ScXaYnQC5tUzxzlpA3WVYF7/opLeUgcQs/o= +github.com/lyft/protoc-gen-star/v2 v2.0.3/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= +github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= @@ -586,6 +1532,8 @@ github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= +github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= +github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= @@ -594,15 +1542,32 @@ github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOA github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= +github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= +github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= +github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= +github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/maxatome/go-testdeep v1.12.0/go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= +github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA= github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= +github.com/miekg/dns v1.1.55 h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo= +github.com/miekg/dns v1.1.55/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY= +github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY= +github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE= +github.com/minio/highwayhash v1.0.1/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= +github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= @@ -617,8 +1582,11 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.4.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= +github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -630,6 +1598,7 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= +github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= @@ -640,10 +1609,16 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg= github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU= +github.com/nats-io/jwt v1.2.2/go.mod h1:/xX356yQA6LuXI9xWW7mZNpxgF2mBmGecH+Fj34sP5Q= +github.com/nats-io/jwt/v2 v2.0.3/go.mod h1:VRP+deawSXyhNjXmxPCHskrR6Mq50BqpEI5SEcNiGlY= github.com/nats-io/nats-server/v2 v2.1.2/go.mod h1:Afk+wRZqkMQs/p45uXdrVLuab3gwv3Z8C4HTBu8GD/k= +github.com/nats-io/nats-server/v2 v2.5.0/go.mod h1:Kj86UtrXAL6LwYRA6H4RqzkHhK0Vcv2ZnKD5WbQ1t3g= github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w= +github.com/nats-io/nats.go v1.12.1/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= +github.com/nats-io/nkeys v0.2.0/go.mod h1:XdZpAbhgyyODYqjTawOnIOI7VlbKSarI9Gfy1tqEu/s= +github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= @@ -659,12 +1634,35 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= +github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= +github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= +github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= +github.com/onsi/ginkgo/v2 v2.5.0/go.mod h1:Luc4sArBICYCS8THh8v3i3i5CuSZO+RaQRaJoeNwomw= +github.com/onsi/ginkgo/v2 v2.7.0/go.mod h1:yjiuMwPokqY1XauOgju45q3sJt6VzQ/Fict1LFVcsAo= +github.com/onsi/ginkgo/v2 v2.8.1/go.mod h1:N1/NbDngAFcSLdyZ+/aYTYGSlq9qMCS/cNKGJjy+csc= +github.com/onsi/ginkgo/v2 v2.9.0/go.mod h1:4xkjoL/tZv4SMWeww56BU5kAt19mVB47gTWxmrTcxyk= +github.com/onsi/ginkgo/v2 v2.9.1/go.mod h1:FEcmzVcCHl+4o9bQZVab+4dC9+j+91t2FHSzmGAPfuo= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0= +github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= +github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= +github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= +github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= +github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= +github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= +github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= +github.com/onsi/gomega v1.27.1/go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw= +github.com/onsi/gomega v1.27.3/go.mod h1:5vG284IBtfDAmDyrK+eGyZmUgUlmi+Wngqo557cZ6Gw= +github.com/onsi/gomega v1.27.4/go.mod h1:riYq/GJKh8hhoM01HN6Vmuy93AarCXCBGpvFDK3q3fQ= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= @@ -679,28 +1677,46 @@ github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxS github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw= github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= +github.com/openzipkin/zipkin-go v0.2.5/go.mod h1:KpXfKdgRDnnhsxw4pNIH9Md5lyFqKUa4YDFlwRYAMyE= +github.com/ovh/go-ovh v1.4.1 h1:VBGa5wMyQtTP7Zb+w97zRCh9sLtM/2YKRyy+MEJmWaM= +github.com/ovh/go-ovh v1.4.1/go.mod h1:6bL6pPyUT7tBfI0pqOegJgRjgjuO+mOo+MyXd1EEC0M= github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE= +github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= +github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= +github.com/performancecopilot/speed/v4 v4.0.0/go.mod h1:qxrSyuDGrTOWfV+uKRFhfxw6h/4HXRGUiZiufxo49BM= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= +github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= +github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= +github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= +github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= +github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= +github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= +github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/alertmanager v0.24.0 h1:HBWR3lk4uy3ys+naDZthDdV7yEsxpaNeZuUS+hJgrOw= github.com/prometheus/alertmanager v0.24.0/go.mod h1:r6fy/D7FRuZh5YbnX6J3MBY0eI4Pb5yPYS7/bPSXXqI= +github.com/prometheus/alertmanager v0.25.0 h1:vbXKUR6PYRiZPRIKfmXaG+dmCKG52RtPL4Btl8hQGvg= +github.com/prometheus/alertmanager v0.25.0/go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= @@ -708,9 +1724,15 @@ github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeD github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34= github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= +github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk= +github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8= +github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= @@ -718,6 +1740,9 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1: github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= +github.com/prometheus/client_model v0.4.0 h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY= +github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA= @@ -725,14 +1750,22 @@ github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8b github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= +github.com/prometheus/common v0.30.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= +github.com/prometheus/common v0.38.0/go.mod h1:MBXfmBQZrK5XpbCkjofnXs96LD2QQ7fEq4C0xjC/yec= +github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= +github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY= +github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY= github.com/prometheus/common/assets v0.2.0/go.mod h1:D17UVUE12bHbim7HzwUvtqm6gwBEaDQ0F+hIGbFbccI= github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4= github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/exporter-toolkit v0.7.1 h1:c6RXaK8xBVercEeUQ4tRNL8UGWzDHfvj9dseo1FcK1Y= github.com/prometheus/exporter-toolkit v0.7.1/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g= +github.com/prometheus/exporter-toolkit v0.8.2/go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0= +github.com/prometheus/exporter-toolkit v0.10.0 h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8= +github.com/prometheus/exporter-toolkit v0.10.0/go.mod h1:+sVFzuvV5JDyw+Ih6p3zFxZNVnKQa3x5qPmDSiPu4ZY= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= @@ -741,30 +1774,51 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU= github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= +github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= +github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY= +github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM= +github.com/prometheus/procfs v0.11.0 h1:5EAgkfkMl659uZPbe9AS2N68a7Cc1TJbPEuGzFuRbyk= +github.com/prometheus/procfs v0.11.0/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM= github.com/prometheus/prometheus v0.37.0 h1:LgnE+97wnUK/qcmk5oHIqieJEKwhZtaSidyKpUyeats= github.com/prometheus/prometheus v0.37.0/go.mod h1:egARUgz+K93zwqsVIAneFlLZefyGOON44WyAp4Xqbbk= +github.com/prometheus/prometheus v0.47.0 h1:tIJJKZGlmrMVsvIt6rMfB8he7CRHEc8ZxS5ubcZtbkM= +github.com/prometheus/prometheus v0.47.0/go.mod h1:J/bmOSjgH7lFxz2gZhrWEZs2i64vMS+HIuZfmYNhJ/M= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= +github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= +github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfFZQK844Gfx8o5WFuvpxWRwnSoipWe/p622j1v06w= +github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= +github.com/sagikazarmark/crypt v0.6.0/go.mod h1:U8+INwJo3nBv1m6A/8OBXAq7Jnpspk5AxSgDyEQcea8= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9 h1:0roa6gXKgyta64uqh52AQG3wzZXH21unn+ltzQSXML0= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20 h1:a9hSJdJcd16e0HoMsnFvaHvxB3pxSD+SC7+CISp7xY0= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= +github.com/shoenig/test v0.6.6/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k= github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= +github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c/go.mod h1:owqhoLW1qZoYLZzLnBw+QkPP9WZnjlSWihhxAJC1+/M= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/simonpasquier/klog-gokit v0.3.0 h1:TkFK21cbwDRS+CiystjqbAiq5ubJcVTk9hLUck5Ntcs= github.com/simonpasquier/klog-gokit v0.3.0/go.mod h1:+SUlDQNrhVtGt2FieaqNftzzk8P72zpWlACateWxA9k= github.com/simonpasquier/klog-gokit/v3 v3.0.0 h1:J0QrVhAULISHWN05PeXX/xMqJBjnpl2fAuO8uHdQGsA= github.com/simonpasquier/klog-gokit/v3 v3.0.0/go.mod h1:+WRhGy707Lp2Q4r727m9Oc7FxazOHgW76FIyCr23nus= +github.com/simonpasquier/klog-gokit/v3 v3.3.0 h1:HMzH999kO5gEgJTaWWO+xjncW5oycspcsBnjn9b853Q= +github.com/simonpasquier/klog-gokit/v3 v3.3.0/go.mod h1:uSbnWC3T7kt1dQyY9sjv0Ao1SehMAJdVnUNSKhjaDsg= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= @@ -773,6 +1827,7 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -781,19 +1836,27 @@ github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasO github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= +github.com/spf13/afero v1.8.2/go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo= +github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= +github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/viper v1.13.0/go.mod h1:Icm2xNL3/8uyh/wFuB1jI7TiTNKp8632Nwegu+zgdYw= github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= +github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= @@ -801,9 +1864,16 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= @@ -813,7 +1883,18 @@ github.com/vultr/govultr/v2 v2.17.2 h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZ github.com/vultr/govultr/v2 v2.17.2/go.mod h1:ZFOKGWmgjytfyjeyAdhQlSWwTjh2ig+X49cAp50dzXI= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= +github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g= +github.com/xdg-go/scram v1.1.2/go.mod h1:RT/sEzTbU5y00aCK8UOx6R7YryM0iF1N2MOmC3kKLN4= github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= +github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8= +github.com/xdg-go/stringprep v1.0.4/go.mod h1:mPGuuIYwz7CmR2bT9j4GbQqutWS1zV24gijq1dTyGkM= +github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= +github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= +github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= +github.com/xhit/go-str2duration v1.2.0 h1:BcV5u025cITWxEQKGWr1URRzrcXtu7uk8+luz3Yuhwc= +github.com/xhit/go-str2duration v1.2.0/go.mod h1:3cPSlfZlUHVlneIVfePFWcJZsuwf+P1v2SRTV4cUmp4= +github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc= +github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xlab/treeprint v1.1.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA= @@ -823,12 +1904,28 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= +github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= +go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A= +go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= +go.etcd.io/etcd/client/pkg/v3 v3.5.4/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= +go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ= +go.etcd.io/etcd/client/v2 v2.305.4/go.mod h1:Ud+VUwIi9/uQHOMA+4ekToJ12lTxlv0zB/+DHwTGEbU= +go.etcd.io/etcd/client/v3 v3.5.0/go.mod h1:AIKXXVX/DQXtfTEqBryiLTUXwON+GuvO6Z7lLS/oTh0= +go.etcd.io/etcd/client/v3 v3.5.4/go.mod h1:ZaRkVgBZC+L+dLCjTcF1hRXpgZXQPOvnA/Ak/gq3kiY= go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg= go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng= go.mongodb.org/mongo-driver v1.8.3 h1:TDKlTkGDKm9kkJVUOAXDK5/fkqKHJVwYQSpoRfB43R4= go.mongodb.org/mongo-driver v1.8.3/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY= +go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8= +go.mongodb.org/mongo-driver v1.11.0/go.mod h1:s7p5vEtfbeR1gYi6pnj3c3/urpbLv2T5Sfd6Rp2HBB8= +go.mongodb.org/mongo-driver v1.11.3/go.mod h1:PTSz5yu21bkT/wXpkS7WR5f0ddqw5quethTUn9WM+2g= +go.mongodb.org/mongo-driver v1.12.0 h1:aPx33jmn/rQuJXPQLZQ8NtfPQG8CaqgLThFtqRb0PiE= +go.mongodb.org/mongo-driver v1.12.0/go.mod h1:AZkxhPnFJUoH7kZlFkVKucV20K387miPfm7oimrSmK0= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -839,32 +1936,70 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= +go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= +go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= +go.opentelemetry.io/collector/pdata v1.0.0-rcv0014 h1:iT5qH0NLmkGeIdDtnBogYDx7L58t6CaWGL378DEo2QY= +go.opentelemetry.io/collector/pdata v1.0.0-rcv0014/go.mod h1:BRvDrx43kiSoUx3mr7SoA7h9B8+OY99mUK+CZSQFWW4= +go.opentelemetry.io/collector/semconv v0.81.0 h1:lCYNNo3powDvFIaTPP2jDKIrBiV1T92NK4QgL/aHYXw= +go.opentelemetry.io/collector/semconv v0.81.0/go.mod h1:TlYPtzvsXyHOgr5eATi43qEMqwSmIziivJB2uctKswo= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0/go.mod h1:5eCOqeGphOyz6TsY3ZDNjE33SM/TFAK3RGuCL2naTgY= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 h1:pginetY7+onl4qN1vl0xW/V/v6OBZ0vVdH+esuJgvmM= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0/go.mod h1:XiYsayHc36K3EByOO6nbAXnAWbrUxdjUROCEeeROOH8= go.opentelemetry.io/otel v1.7.0 h1:Z2lA3Tdch0iDcrhJXDIlC94XE+bxok1F9B+4Lz/lGsM= go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk= +go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE= +go.opentelemetry.io/otel v1.16.0 h1:Z7GVAX/UkAXPKsy94IU+i6thsQS4nb7LviLpnaNeW8s= +go.opentelemetry.io/otel v1.16.0/go.mod h1:vl0h9NUa1D5s1nv3A5vZOYWn8av4K8Ml6JDeHrT/bx4= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.7.0/go.mod h1:M1hVZHNxcbkAlcvrOMlpQ4YOO3Awf+4N2dxkZL3xm04= +go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0/go.mod h1:vLarbg68dH2Wa77g71zmKQqlQ8+8Rq3GRG31uc0WcWI= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0/go.mod h1:ceUgdyfNv4h4gLxHR0WNfDiiVmZFodZhZSbOLhpxqXE= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0/go.mod h1:JgXSGah17croqhJfhByOLVY719k1emAXC8MVhCIJlRs= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0/go.mod h1:E+/KKhwOSw8yoPxSSuUHG6vKppkvhN+S1Jc7Nib3k3o= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0/go.mod h1:I33vtIe0sR96wfrUcilIzLoA3mLHhRmz9S9Te0S3gDo= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0/go.mod h1:aFXT9Ng2seM9eizF+LfKiyPBGy8xIZKwhusC1gIu3hA= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0/go.mod h1:hGXzO5bhhSHZnKvrDaXB82Y9DRFour0Nz/KrBh7reWw= go.opentelemetry.io/otel/metric v0.30.0/go.mod h1:/ShZ7+TS4dHzDFmfi1kSXMhMVubNoP0oIaBp70J6UXU= +go.opentelemetry.io/otel/metric v1.16.0 h1:RbrpwVG1Hfv85LgnZ7+txXioPDoh6EdbZHo26Q3hqOo= +go.opentelemetry.io/otel/metric v1.16.0/go.mod h1:QE47cpOmkwipPiefDwo2wDzwJrlfxxNYodqc4xnGCo4= go.opentelemetry.io/otel/sdk v1.7.0/go.mod h1:uTEOTwaqIVuTGiJN7ii13Ibp75wJmYUDe374q6cZwUU= +go.opentelemetry.io/otel/sdk v1.11.1/go.mod h1:/l3FE4SupHJ12TduVjUkZtlfFqDCQJlOlithYrdktys= +go.opentelemetry.io/otel/sdk v1.16.0/go.mod h1:tMsIuKXuuIWPBAOrH+eHtvhTL+SntFtXF9QD68aP6p4= go.opentelemetry.io/otel/trace v1.7.0 h1:O37Iogk1lEkMRXewVtZ1BBTVn5JEp8GrJvP92bJqC6o= go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU= +go.opentelemetry.io/otel/trace v1.11.1/go.mod h1:f/Q9G7vzk5u91PhbmKbg1Qn0rzH1LJ4vbPHFGkTPtOk= +go.opentelemetry.io/otel/trace v1.16.0 h1:8JRpaObFoW0pxuVPapkgH8UhHQj+bJW8jJsCZEu5MQs= +go.opentelemetry.io/otel/trace v1.16.0/go.mod h1:Yt9vYq1SdNz3xdjZZK7wcXv1qv2pwLkqr2QVwea0ef0= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.opentelemetry.io/proto/otlp v0.15.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.opentelemetry.io/proto/otlp v0.16.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= +go.opentelemetry.io/proto/otlp v0.19.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= +go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= +go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= +go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= +go.uber.org/automaxprocs v1.5.2/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= +go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA= go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= +go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= +go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= +go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= +go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= +go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= +go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= +go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= +go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= @@ -876,28 +2011,67 @@ golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= +golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= +golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20210915214749-c084706c2272/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 h1:Tgea0cVUD0ivh5ADBX4WwuI12DUd2to3nCYe2eayMIw= golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20221012134737-56aed061732a/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= +golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= +golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA= +golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= +golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= +golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3/go.mod h1:NOZ3BPKG0ec/BKJQgnvsSFpcKLM5xXVWnvZS97DWHgE= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= +golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 h1:MGwJjxBy0HJshjDNfLsYO8xppfqWlA5ZT9OhtUUhTNw= +golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc= +golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200119044424-58c23975cae1/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200430140353-33d19683fad8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20201208152932-35266b937fa6/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210216034530-4410531fe030/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20220302094943-723b81ca9867/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -923,7 +2097,16 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -964,6 +2147,7 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= @@ -973,18 +2157,42 @@ golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1 golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220617184016-355a448f1bc9/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e h1:TsQ7F31D3bUCLeqPT0u+yjp1guoArKaNKmCr22PYgTQ= golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20220909164309-bea034e7d591/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= +golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= +golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= +golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50= +golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1000,6 +2208,7 @@ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= @@ -1008,6 +2217,18 @@ golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb/go.mod h1:jaDAt6Dkxork7Lm golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26 h1:uBgVQYJLi/m8M0wzp+aGwBWt90gMRoOVf+aWTW10QHI= golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= +golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec= +golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I= +golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= +golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4= +golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= +golang.org/x/oauth2 v0.10.0 h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8= +golang.org/x/oauth2 v0.10.0/go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1020,8 +2241,16 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220513210516-0976fa681c29/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f h1:Ax0t5p6N38Ga0dThY21weqDEyz2oklo4IvDkpigvkD8= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1030,6 +2259,7 @@ golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1082,11 +2312,14 @@ golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1095,13 +2328,16 @@ golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1111,19 +2347,51 @@ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b h1:2n253B2r0pYSmEV+UNCQoPfU/FiaizQEK5Gu4Bq4JE8= golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA= +golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo= +golang.org/x/term v0.10.0 h1:3R7pNqamzBraeqj/Tj8qt1aQ2HpmlC+Cx/qL/7hn4/c= +golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1134,17 +2402,35 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= +golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4= +golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20220210224613-90d013bbcef8/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20220609170525-579cf78fd858 h1:Dpdu/EMxGMFgq0CeYMh4fazTD2vtlZRYE7wyynxJb9U= golang.org/x/time v0.0.0-20220609170525-579cf78fd858/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= @@ -1164,6 +2450,7 @@ golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1195,11 +2482,13 @@ golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roY golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= @@ -1208,7 +2497,19 @@ golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/tools v0.1.11/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.10.0/go.mod h1:UJwyiVBsOA2uwvK/e5OY3GTpDUJriEd+/YlqAwLPmyM= +golang.org/x/tools v0.11.0 h1:EMCa6U9S2LtZXLAMoWiR/R8dAQFRqbAitmbJ2UKhoi8= +golang.org/x/tools v0.11.0/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1216,6 +2517,15 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= +gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= +gonum.org/v1/gonum v0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0= +gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA= +gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= +gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +gonum.org/v1/plot v0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY= +gonum.org/v1/plot v0.10.1/go.mod h1:VZW5OlhkL1mysU9vaqNHnsy86inf6Ot+jB3r+BczCEo= google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= @@ -1244,6 +2554,7 @@ google.golang.org/api v0.54.0/go.mod h1:7C4bFFOvVDGXjfDTAsgGwDgAxRDeQ4X8NvUedIt6 google.golang.org/api v0.55.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= +google.golang.org/api v0.59.0/go.mod h1:sT2boj7M9YJxZzgeZqXogmhfmRWDtPzT31xkieUbuZU= google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= google.golang.org/api v0.63.0/go.mod h1:gs4ij2ffTRXwuzzgJl/56BdwJaA194ijkfn++9tDuPo= google.golang.org/api v0.67.0/go.mod h1:ShHKP8E60yPsKNw/w8w+VYaj9H6buA5UqDp8dhbQZ6g= @@ -1251,11 +2562,38 @@ google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/S google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= +google.golang.org/api v0.77.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw= google.golang.org/api v0.80.0/go.mod h1:xY3nI94gbvBrE0J6NHXhxOmW97HG7Khjkku6AFB3Hyg= +google.golang.org/api v0.81.0/go.mod h1:FA6Mb/bZxj706H2j+j2d6mHEEaHBmbbWnkfvmorOCko= google.golang.org/api v0.84.0/go.mod h1:NTsGnUFJMYROtiquksZHBWtHfeMC7iYthki7Eq3pa8o= +google.golang.org/api v0.85.0/go.mod h1:AqZf8Ep9uZ2pyTvgL+x0D3Zt0eoT9b5E8fmzfu6FO2g= google.golang.org/api v0.86.0 h1:ZAnyOHQFIuWso1BodVfSaRyffD74T9ERGFa3k1fNk/U= google.golang.org/api v0.86.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.90.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.93.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.95.0/go.mod h1:eADj+UBuxkh5zlrSntJghuNeg8HwQ1w5lTKkuqaETEI= +google.golang.org/api v0.96.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.97.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.98.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.99.0/go.mod h1:1YOf74vkVndF7pG6hIHuINsM7eWwpVTAfNMNiL91A08= +google.golang.org/api v0.100.0/go.mod h1:ZE3Z2+ZOr87Rx7dqFsdRQkRBk36kDtp/h+QpHbB7a70= +google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= +google.golang.org/api v0.103.0/go.mod h1:hGtW6nK1AC+d9si/UBhw8Xli+QMOf6xyNAyJw4qU9w0= +google.golang.org/api v0.106.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.107.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.108.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.110.0/go.mod h1:7FC4Vvx1Mooxh8C5HWjzZHcavuS2f6pmJpZx60ca7iI= +google.golang.org/api v0.111.0/go.mod h1:qtFHvU9mhgTJegR31csQ+rwxyUTHOKFqCKWp1J0fdw0= +google.golang.org/api v0.114.0/go.mod h1:ifYI2ZsFK6/uGddGfAD5BMxlnkBqCmqHSDUVi45N5Yg= +google.golang.org/api v0.118.0/go.mod h1:76TtD3vkgmZ66zZzp72bUUklpmQmKlhh6sYtIjYK+5E= +google.golang.org/api v0.122.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.124.0/go.mod h1:xu2HQurE5gi/3t1aFCvhPD781p0a3p11sdunTJ2BlP4= +google.golang.org/api v0.125.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.126.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.128.0/go.mod h1:Y611qgqaE92On/7g65MQgxYul3c0rEB894kniWLY750= +google.golang.org/api v0.132.0 h1:8t2/+qZ26kAOGSmOiHwVycqVaDg7q3JDILrNi/Z6rvc= +google.golang.org/api v0.132.0/go.mod h1:AeTBC6GpJnJSRJjktDcPX0QwtS8pGYZOV6MSuSCusw0= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -1263,6 +2601,7 @@ google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7 google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -1299,7 +2638,9 @@ google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1320,11 +2661,15 @@ google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEc google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= +google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20211008145708-270636b82663/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20211028162531-8db9c33dc351/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220207164111-0872dc986b00/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= @@ -1338,15 +2683,91 @@ google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9/go.mod h1:8w6bsBMX google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 h1:W70HjnmXFJm+8RNjOpIDYW2nKsSi/af0VvIZUtYkwuU= google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE= +google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= +google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220829144015-23454907ede3/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220913154956-18f8339a66a5/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220914142337-ca0e39ece12f/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006/go.mod h1:ht8XFiar2npT/g4vkk7O0WYS1sHOHbdujxbEp7CJWbw= +google.golang.org/genproto v0.0.0-20220926165614-551eb538f295/go.mod h1:woMGP53BroOrRY3xTxlbr8Y3eB/nzAvvFM83q7kG2OI= +google.golang.org/genproto v0.0.0-20220926220553-6981cbe3cfce/go.mod h1:woMGP53BroOrRY3xTxlbr8Y3eB/nzAvvFM83q7kG2OI= +google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e/go.mod h1:3526vdqwhZAwq4wsRUaVG555sVgsNmIjRtO7t/JH29U= +google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= +google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= +google.golang.org/genproto v0.0.0-20221024153911-1573dae28c9c/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= +google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= +google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c/go.mod h1:CGI5F/G+E5bKwmfYo09AXuVN4dD894kIKUFmVbP2/Fo= +google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd/go.mod h1:cTsE614GARnxrLsqKREzmNYJACSWWpAWdNMwnD7c2BE= +google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230123190316-2c411cf9d197/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44/go.mod h1:8B0gmkoRebU8ukX6HP+4wrVQUY1+6PkQ44BSyIlflHA= +google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230223222841-637eb2293923/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488/go.mod h1:TvhZT5f700eVlTNwND1xoEZQeWTB2RY/65kplwl/bFA= +google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230320184635-7606e756e683/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230323212658-478b75c54725/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU= +google.golang.org/genproto v0.0.0-20230525234025-438c736192d0/go.mod h1:9ExIQyXL5hZrHzQceCwuSYwZZ5QZBazOcprJ5rgs3lY= +google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:zqTuNwFlFRsw5zIts5VnzLQxSRqh+CGOTVMlYbY0Eyk= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto v0.0.0-20230629202037-9506855d4529/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:O9kGHb51iE/nOGvQaDUuadVYqovW56s5emA88lQnj6Y= +google.golang.org/genproto v0.0.0-20230717213848-3f92550aa753 h1:+VoAg+OKmWaommL56xmZSE2sUK8A7m6SUO7X89F2tbw= +google.golang.org/genproto v0.0.0-20230717213848-3f92550aa753/go.mod h1:iqkVr8IRpZ53gx1dEnWlCUIEwDWqWARWrbzpasaTNYM= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a/go.mod h1:ts19tUU+Z0ZShN1y3aPyq2+O3d5FUNNgT6FtOzmrNn8= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:mPBs5jNgx2GuQGvFwUvVKqtn6HsUw9nP64BedgvqEsQ= +google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753 h1:lCbbUxUDD+DiXx9Q6F/ttL0aAu7N2pz8XnmMm8ZW4NE= +google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230711160842-782d3b101e98/go.mod h1:3QoBVwTHkXbY1oRGzlhwhOykfcATQN43LJ6iT8Wy8kE= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a/go.mod h1:xURIpW9ES5+/GZhnV6beoEtxQrnkRGIfP5VQG2tCBLc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:8mL13HKkDa+IuJ8yruA3ci0q+0vsUz4m//+ottjwS5o= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230717213848-3f92550aa753 h1:XUODHrpzJEUeWmVo/jfNTLj0YyVveOo28oE6vkFbkO4= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230717213848-3f92550aa753/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM= @@ -1362,6 +2783,7 @@ google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8 google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= +google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= @@ -1384,6 +2806,19 @@ google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACu google.golang.org/grpc v1.46.2/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/grpc v1.47.0 h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8= google.golang.org/grpc v1.47.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= +google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= +google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= +google.golang.org/grpc v1.51.0/go.mod h1:wgNDFcnuBGmxLKI/qn4T+m5BtEBYXJPvibbUPsAIPww= +google.golang.org/grpc v1.52.0/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw= +google.golang.org/grpc v1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g= +google.golang.org/grpc v1.55.0/go.mod h1:iYEXKGkEBhg1PjZQvoYEVPTDkHo1/bjTnfwTeGONTY8= +google.golang.org/grpc v1.56.1/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s= +google.golang.org/grpc v1.56.2 h1:fVRFRnXvU+x6C4IlHZewvJOVHoOv1TUuQyoRsYnB4bI= +google.golang.org/grpc v1.56.2/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -1400,6 +2835,11 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -1415,8 +2855,12 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.66.4 h1:SsAcf+mM7mRZo2nJNGt8mZCjG8ZRaNGMURJw7BsIST4= gopkg.in/ini.v1 v1.66.4/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= +gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/telebot.v3 v3.0.0/go.mod h1:7rExV8/0mDDNu9epSrDm/8j22KLaActH1Tbee6YjzWg= +gopkg.in/telebot.v3 v3.1.2/go.mod h1:GJKwwWqp9nSkIVN51eRKU78aB5f5OnQuWdwiIZfPbko= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -1445,26 +2889,96 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las= k8s.io/api v0.24.2 h1:g518dPU/L7VRLxWfcadQn2OnsiGWVOadTLpdnqgY2OI= k8s.io/api v0.24.2/go.mod h1:AHqbSkTm6YrQ0ObxjO3Pmp/ubFF/KuM7jU+3khoBsOg= +k8s.io/api v0.27.3 h1:yR6oQXXnUEBWEWcvPWS0jQL575KoAboQPfJAuKNrw5Y= +k8s.io/api v0.27.3/go.mod h1:C4BNvZnQOF7JA/0Xed2S+aUyJSfTGkGFxLXz9MnpIpg= k8s.io/apimachinery v0.24.2 h1:5QlH9SL2C8KMcrNJPor+LbXVTaZRReml7svPEh4OKDM= k8s.io/apimachinery v0.24.2/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM= +k8s.io/apimachinery v0.27.3 h1:Ubye8oBufD04l9QnNtW05idcOe9Z3GQN8+7PqmuVcUM= +k8s.io/apimachinery v0.27.3/go.mod h1:XNfZ6xklnMCOGGFNqXG7bUrQCoR04dh/E7FprV6pb+E= k8s.io/client-go v0.24.2 h1:CoXFSf8if+bLEbinDqN9ePIDGzcLtqhfd6jpfnwGOFA= k8s.io/client-go v0.24.2/go.mod h1:zg4Xaoo+umDsfCWr4fCnmLEtQXyCNXCvJuSsglNcV30= +k8s.io/client-go v0.27.3 h1:7dnEGHZEJld3lYwxvLl7WoehK6lAq7GvgjxpA3nv1E8= +k8s.io/client-go v0.27.3/go.mod h1:2MBEKuTo6V1lbKy3z1euEGnhPfGZLKTS9tiJ2xodM48= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 h1:Gii5eqf+GmIEwGNKQYQClCayuJCe2/4fZUvF7VG99sU= k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42/go.mod h1:Z/45zLw8lUo4wdiUkI+v/ImEGAvu3WatcZl3lPMR4Rk= +k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f/go.mod h1:byini6yhqGC14c3ebc/QwanvYwhuMWF6yz2F8uwW8eg= +k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 h1:OmK1d0WrkD3IPfkskvroRykOulHVHf0s0ZIFRjyt+UI= +k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515/go.mod h1:kzo02I3kQ4BTtEfVLaPbjvCkX97YqGve33wzlb3fofQ= k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc= k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= +k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +k8s.io/utils v0.0.0-20230711102312-30195339c3c7 h1:ZgnF1KZsYxWIifwSNZFZgNtWE89WI5yiP5WwlfDoIyc= +k8s.io/utils v0.0.0-20230711102312-30195339c3c7/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.2/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.3/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.37.0/go.mod h1:vtL+3mdHx/wcj3iEGz84rQa8vEqR6XM84v5Lcvfph20= +modernc.org/cc/v3 v3.40.0/go.mod h1:/bTg4dnWkSXowUO6ssQKnOV0yMVxDYNIsIrzqTFDGH0= +modernc.org/ccgo/v3 v3.0.0-20220428102840-41399a37e894/go.mod h1:eI31LL8EwEBKPpNpA4bU1/i+sKOwOrQy8D87zWUcRZc= +modernc.org/ccgo/v3 v3.0.0-20220430103911-bc99d88307be/go.mod h1:bwdAnOoaIt8Ax9YdWGjxWsdkPcZyRPHqrOvJxaKAKGw= +modernc.org/ccgo/v3 v3.0.0-20220904174949-82d86e1b6d56/go.mod h1:YSXjPL62P2AMSxBphRHPn7IkzhVHqkvOnRKAKh+W6ZI= +modernc.org/ccgo/v3 v3.16.4/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.6/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.8/go.mod h1:zNjwkizS+fIFDrDjIAgBSCLkWbJuHF+ar3QRn+Z9aws= +modernc.org/ccgo/v3 v3.16.9/go.mod h1:zNMzC9A9xeNUepy6KuZBbugn3c0Mc9TeiJO4lgvkJDo= +modernc.org/ccgo/v3 v3.16.13-0.20221017192402-261537637ce8/go.mod h1:fUB3Vn0nVPReA+7IG7yZDfjv1TMWjhQP8gCxrFAtL5g= +modernc.org/ccgo/v3 v3.16.13/go.mod h1:2Quk+5YgpImhPjv2Qsob1DnZ/4som1lJTodubIcoUkY= +modernc.org/ccorpus v1.11.6/go.mod h1:2gEUTrWqdpH2pXsmTM1ZkjeSrUWDpjMu2T6m29L/ErQ= +modernc.org/httpfs v1.0.6/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM= +modernc.org/libc v0.0.0-20220428101251-2d5f3daf273b/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.16.0/go.mod h1:N4LD6DBE9cf+Dzf9buBlzVJndKr/iJHG97vGLHYnb5A= +modernc.org/libc v1.16.1/go.mod h1:JjJE0eu4yeK7tab2n4S1w8tlWd9MxXLRzheaRnAKymU= +modernc.org/libc v1.16.17/go.mod h1:hYIV5VZczAmGZAnG15Vdngn5HSF5cSkbvfz2B7GRuVU= +modernc.org/libc v1.16.19/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.17.0/go.mod h1:XsgLldpP4aWlPlsjqKRdHPqCxCjISdHfM/yeWC5GyW0= +modernc.org/libc v1.17.1/go.mod h1:FZ23b+8LjxZs7XtFMbSzL/EhPxNbfZbErxEHc7cbD9s= +modernc.org/libc v1.17.4/go.mod h1:WNg2ZH56rDEwdropAJeZPQkXmDwh+JCA1s/htl6r2fA= +modernc.org/libc v1.18.0/go.mod h1:vj6zehR5bfc98ipowQOM2nIDUZnVew/wNC/2tOGS+q0= +modernc.org/libc v1.20.3/go.mod h1:ZRfIaEkgrYgZDl6pa4W39HgN5G/yDW+NRmNKZBDFrk0= +modernc.org/libc v1.21.4/go.mod h1:przBsL5RDOZajTVslkugzLBj1evTue36jEomFQOoYuI= +modernc.org/libc v1.22.2/go.mod h1:uvQavJ1pZ0hIoC/jfqNoMLURIMhKzINIWypNM17puug= +modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.4.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.1.1/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.0/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.1/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.3.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.4.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.5.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/opt v0.1.1/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/opt v0.1.3/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/sqlite v1.18.1/go.mod h1:6ho+Gow7oX5V+OiOQ6Tr4xeqbx13UZ6t+Fw9IRUG4d4= +modernc.org/sqlite v1.18.2/go.mod h1:kvrTLEWgxUcHa2GfHBQtanR1H9ht3hTJNtKpzH9k1u0= +modernc.org/strutil v1.1.1/go.mod h1:DE+MQQ/hjKBZS2zNInV5hhcipt5rLPWkmpbGeW5mmdw= +modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw= +modernc.org/tcl v1.13.1/go.mod h1:XOLfOwzhkljL4itZkK6T72ckMgvj0BDsnKNdZVUOecw= +modernc.org/tcl v1.13.2/go.mod h1:7CLiGIPo1M8Rv1Mitpv5akc2+8fxUd2y2UzC/MfMzy0= +modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/token v1.0.1/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y= sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2/go.mod h1:B+TnT182UBxE84DiCz4CVE26eOSDAeYCpfDnC2kdKMY= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E= +sigs.k8s.io/structured-merge-diff/v4 v4.3.0 h1:UZbZAZfX0wV2zr7YZorDz6GXROfDFj6LvqCRm4VUVKk= +sigs.k8s.io/structured-merge-diff/v4 v4.3.0/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= diff --git a/.bingo/shfmt.mod b/.bingo/shfmt.mod index fa36100e60..2a89453321 100644 --- a/.bingo/shfmt.mod +++ b/.bingo/shfmt.mod @@ -1,5 +1,7 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT -go 1.14 +go 1.21 -require mvdan.cc/sh/v3 v3.5.1 // cmd/shfmt +toolchain go1.22.5 + +require mvdan.cc/sh/v3 v3.8.0 // cmd/shfmt diff --git a/.bingo/shfmt.sum b/.bingo/shfmt.sum index cd99eee405..45a2818e25 100644 --- a/.bingo/shfmt.sum +++ b/.bingo/shfmt.sum @@ -1,15 +1,24 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= +github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= +github.com/creack/pty v1.1.21/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/frankban/quicktest v1.14.0/go.mod h1:NeW+ay9A/U67EYXNFA1nPE8e/tnQv/09mUdL/ijj8og= +github.com/frankban/quicktest v1.14.5/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= +github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/renameio v0.1.0 h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU= github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= +github.com/google/renameio/v2 v2.0.0 h1:UifI23ZTGY8Tt29JbYFiuyIU3eX+RNFtUwefq9qAhxg= +github.com/google/renameio/v2 v2.0.0/go.mod h1:BtmJXm5YlszgC+TD4HOEEUFgkJP3nLxehU6hfe7jRt4= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= @@ -21,21 +30,61 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.1-0.20230524175051-ec119421bb97/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200217220822-9197077df867 h1:JoRuNIf+rpHl+VhScRQQvzbHed86tKkqwPMV34T8myw= golang.org/x/sys v0.0.0-20200217220822-9197077df867/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y= +golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407 h1:5zh5atpUEdIc478E/ebrIaHLKcfVvG6dL/fGv7BcMoM= golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.17.0 h1:mkTF7LCd6WGJNL3K1Ad7kwxNfYAW6a8a8QqtMblp/4U= +golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -47,7 +96,13 @@ mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157 h1:VBYz8greWWP8BDpRX0 mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157/go.mod h1:Ge4atmRUYqueGppvJ7JNrtqpqokoJEFxYbP0Z+WeKS8= mvdan.cc/editorconfig v0.2.0 h1:XL+7ys6ls/RKrkUNFQvEwIvNHh+JKx8Mj1pUV5wQxQE= mvdan.cc/editorconfig v0.2.0/go.mod h1:lvnnD3BNdBYkhq+B4uBuFFKatfp02eB6HixDvEz91C0= +mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2 h1:8nmqQGVnHUtHuT+yvuA49lQK0y5il5IOr2PtCBkDI2M= +mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2/go.mod h1:r8RiQJRtzrPrZdcdEs5VCMqvRxAzYDUu9a4S9z7fKh8= mvdan.cc/sh/v3 v3.1.2 h1:PG5BYlwtrkZTbJXUy25r0/q9shB5ObttCaknkOIB1XQ= mvdan.cc/sh/v3 v3.1.2/go.mod h1:F+Vm4ZxPJxDKExMLhvjuI50oPnedVXpfjNSrusiTOno= mvdan.cc/sh/v3 v3.5.1 h1:hmP3UOw4f+EYexsJjFxvU38+kn+V/s2CclXHanIBkmQ= mvdan.cc/sh/v3 v3.5.1/go.mod h1:1JcoyAKm1lZw/2bZje/iYKWicU/KMd0rsyJeKHnsK4E= +mvdan.cc/sh/v3 v3.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg= +mvdan.cc/sh/v3 v3.7.0/go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8= +mvdan.cc/sh/v3 v3.8.0 h1:ZxuJipLZwr/HLbASonmXtcvvC9HXY9d2lXZHnKGjFc8= +mvdan.cc/sh/v3 v3.8.0/go.mod h1:w04623xkgBVo7/IUK89E0g8hBykgEpN0vgOj3RJr6MY= diff --git a/.bingo/variables.env b/.bingo/variables.env index a6ff6b2e5f..75ba4f293b 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.7. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. # Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk. GOBIN=${GOBIN:=$(go env GOBIN)} @@ -10,17 +10,15 @@ fi ALERTMANAGER="${GOBIN}/alertmanager-v0.24.0" -BINGO="${GOBIN}/bingo-v0.6.0" +BINGO="${GOBIN}/bingo-v0.9.0" -FAILLINT="${GOBIN}/faillint-v1.11.0" +FAILLINT="${GOBIN}/faillint-v1.13.0" -GO_BINDATA="${GOBIN}/go-bindata-v3.1.1+incompatible" - -GOIMPORTS="${GOBIN}/goimports-v0.1.11" +GOIMPORTS="${GOBIN}/goimports-v0.23.0" GOJSONTOYAML="${GOBIN}/gojsontoyaml-v0.1.0" -GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.51.1" +GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.59.1" GOTESPLIT="${GOBIN}/gotesplit-v0.2.1" @@ -42,11 +40,11 @@ PROMDOC="${GOBIN}/promdoc-v0.8.0" PROMETHEUS="${GOBIN}/prometheus-v0.37.0" -PROMTOOL="${GOBIN}/promtool-v0.37.0" +PROMTOOL="${GOBIN}/promtool-v0.47.0" PROMU="${GOBIN}/promu-v0.5.0" PROTOC_GEN_GOGOFAST="${GOBIN}/protoc-gen-gogofast-v1.3.2" -SHFMT="${GOBIN}/shfmt-v3.5.1" +SHFMT="${GOBIN}/shfmt-v3.8.0" diff --git a/.busybox-versions b/.busybox-versions index 14fb924c84..6e255e7e70 100644 --- a/.busybox-versions +++ b/.busybox-versions @@ -1,6 +1,7 @@ # Auto generated by busybox-updater.sh. DO NOT EDIT -amd64=63f94053d90ec5e67a7ea233a60163e48a1f36ca7fd423bed473d6deb5805860 -arm64=980ce93918f50624dec1f7a011f5c62ff58c122c3616959f149c612f5f24776a -arm=715a6e0fb54b473e5f0c1c41c199a8819f9764252e2fb1cde58caa6e17cd5443 -ppc64le=b6f92704c8cf43a643f3b66b6a745996985c958afa8d35bca8c3078044c487d7 -s390x=dc8003e0042ac173a22497ccd341cee636b89c2367b33d08c06726b54b5e3b3e +amd64=f173c44fab35484fa0e940e42929efe2a2f506feda431ba72c5f0d79639d7f55 +arm64=6277ab6abe348994989b3959d7c125d7a487012aedb80570ec28652a012c69d6 +arm=31533906c9eadc190de436bcbc021207d90839777c1b95991edd15e7df5d34ad +ppc64le=ace2ea29bf8e4267c293ed5570df249039a0bc3949d3371429a71cf114e8a9e2 +riscv64=ff38cae5b5ed16251631e55156a7d92977bf5a8c4714ff6e3c333f7acb0297e0 +s390x=59d0ed3060aef57d1b23bc353a2223af24a6e1d035486647eb599a77ff2d446e diff --git a/.circleci/config.yml b/.circleci/config.yml index 97cdc78e28..67d17a8b3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,28 +2,34 @@ version: 2.1 orbs: - go: circleci/go@1.7.2 + go: circleci/go@1.7.3 git-shallow-clone: guitarrapc/git-shallow-clone@2.5.0 executors: golang: docker: - - image: cimg/go:1.20-node + - image: cimg/go:1.22-node golang-test: docker: - - image: cimg/go:1.20-node + - image: cimg/go:1.22-node - image: quay.io/thanos/docker-swift-onlyone-authv2-keystone:v0.1 jobs: test: executor: golang-test environment: - GO111MODULE: 'on' + GO111MODULE: "on" steps: - git-shallow-clone/checkout - - go/mod-download-cached + - go/load-cache + - go/mod-download + - run: + name: Download bingo modules + command: | + make install-tool-deps + - go/save-cache - setup_remote_docker: - version: 20.10.12 + version: docker24 - run: name: Create Secret if PR is not forked # GCS integration tests are run only for author's PR that have write access, because these tests @@ -35,8 +41,9 @@ jobs: fi - run: name: "Run unit tests." + no_output_timeout: "30m" environment: - THANOS_TEST_OBJSTORE_SKIP: GCS,S3,AZURE,COS,ALIYUNOSS,BOS,OCI + THANOS_TEST_OBJSTORE_SKIP: GCS,S3,AZURE,COS,ALIYUNOSS,BOS,OCI,OBS # Variables for Swift testing. OS_AUTH_URL: http://127.0.0.1:5000/v2.0 OS_PASSWORD: s3cr3t @@ -75,7 +82,7 @@ jobs: - git-shallow-clone/checkout - go/mod-download-cached - setup_remote_docker: - version: 20.10.12 + version: docker24 - attach_workspace: at: . # Register qemu to support multi-arch. @@ -97,7 +104,7 @@ jobs: - git-shallow-clone/checkout - go/mod-download-cached - setup_remote_docker: - version: 20.10.12 + version: docker24 - attach_workspace: at: . - run: make tarballs-release diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 88e4c15cee..195e26a24c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,9 +1,9 @@ # For details, see https://github.com/devcontainers/images/tree/main/src/go -FROM mcr.microsoft.com/devcontainers/go:0-1.20 +FROM mcr.microsoft.com/devcontainers/go:1.22 RUN echo "Downloading prometheus..." \ - && curl -sSL -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/prometheus/prometheus/tags" -o /tmp/tags.json \ - && VERSION_LIST="$(jq -r '.[] | select(.name | contains("rc") | not) | .name | split("v") | .[1]' /tmp/tags.json | tr -d '"' | sort -rV)" \ + && curl -sSL -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/prometheus/prometheus/releases" -o /tmp/releases.json \ + && VERSION_LIST="$(jq -r '.[] | select(.tag_name | contains("rc") | not) | .tag_name | split("v") | .[1]' /tmp/releases.json | tr -d '"' | sort -rV)" \ && PROMETHEUS_LATEST_VERSION="$(echo "${VERSION_LIST}" | head -n 1)" \ && PROMETHEUS_FILE_NAME="prometheus-${PROMETHEUS_LATEST_VERSION}.linux-amd64" \ && curl -fsSLO "https://github.com/prometheus/prometheus/releases/download/v${PROMETHEUS_LATEST_VERSION}/${PROMETHEUS_FILE_NAME}.tar.gz" \ diff --git a/.dockerignore b/.dockerignore index eb6683233e..1032778a1e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -24,7 +24,4 @@ website/public/ website/docs-pre-processed/ !website/data -# React build assets -pkg/ui/static/react - tmp/ diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d751f8c96c..7e63cb7bc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,16 @@ +--- version: 2 updates: - package-ecosystem: "gomod" directory: "/" - vendor: false schedule: interval: "weekly" - labels: ["dependencies"] + open-pull-requests-limit: 20 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - labels: ["dependencies"] - - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly - labels: - - "dependencies" - + interval: weekly diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a129e83763..2e6eda97da 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,16 +35,16 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # â„¹ï¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index e4a443cd62..f9a3ba8cf9 100644 --- a/.github/workflows/container-version.yaml +++ b/.github/workflows/container-version.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run busybox updater run: | @@ -17,7 +17,7 @@ jobs: shell: bash - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: signoff: true token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f722d7fb16..9effad81c2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -15,21 +15,21 @@ jobs: GOBIN: /tmp/.bin steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: .mdoxcache key: ${{ runner.os }}-mdox-${{ hashFiles('docs/**/*.md', 'examples/**/*.md', 'mixin/**/*.md', '*.md') }} diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index fa32c4951e..7dbc593f9c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -16,14 +16,14 @@ jobs: GOBIN: /tmp/.bin steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -43,14 +43,14 @@ jobs: GOBIN: /tmp/.bin steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -70,22 +70,22 @@ jobs: strategy: fail-fast: false matrix: - parallelism: [4] - index: [0, 1, 2, 3] + parallelism: [8] + index: [0, 1, 2, 3, 4, 5, 6, 7] runs-on: ubuntu-latest name: Thanos end-to-end tests env: GOBIN: /tmp/.bin steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go. - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/mixin.yaml b/.github/workflows/mixin.yaml index a06cf91956..c56cbd9e18 100644 --- a/.github/workflows/mixin.yaml +++ b/.github/workflows/mixin.yaml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: Generate run: make examples @@ -29,12 +29,12 @@ jobs: name: Linters (Static Analysis) for Jsonnet (mixin) steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: Format run: | diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 97a818917d..df3dcebcae 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -15,18 +15,19 @@ jobs: name: React UI test on Node ${{ matrix.node }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- + - run: CI=false make check-react-app - run: make react-app-test diff --git a/.gitignore b/.gitignore index 87538edf29..139d9936c5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ kube/.minikube /data/ test/e2e/e2e_* scripts/data/ +examples/interactive/data/ +examples/interactive/e2e_* # Ignore benchmarks dir. benchmarks/ @@ -33,9 +35,6 @@ website/public/ website/docs-pre-processed/ !website/data -# React build assets -pkg/ui/static/react - tmp/bin examples/tmp/ diff --git a/.go-version b/.go-version index 5fb5a6b4f5..71f7f51df9 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20 +1.22 diff --git a/.lift/config.toml b/.lift/config.toml deleted file mode 100644 index 40fd93b0b8..0000000000 --- a/.lift/config.toml +++ /dev/null @@ -1 +0,0 @@ -ignoreRules = [ "Severe OSS Vulnerability", "Critical OSS Vulnerability" ] \ No newline at end of file diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index 72a47702f8..bd334deb39 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -29,3 +29,18 @@ validators: # 403 when curl-ed from GitHub actions, though not from a developer machine. Likely due to secondary rate limits. - regex: 'docs\.github\.com' type: 'ignore' + # 403 when requested my mdox in GH actions. + - regex: 'nginx\.com' + type: 'ignore' + # 403 when requested my mdox in GH actions. + - regex: 'servicenow\.com' + type: 'ignore' + # Seems like improbable.io temporarily removed their blogs. + - regex: 'improbable\.io' + type: 'ignore' + - regex: 'krisztianfekete\.org' + type: 'ignore' + - regex: 'twitter\.com' + type: 'ignore' + - regex: 'outshift\.cisco\.com\/blog\/multi-cluster-monitoring' + type: 'ignore' diff --git a/.mdox.yaml b/.mdox.yaml index 4f8a0be006..1c9c4dd589 100644 --- a/.mdox.yaml +++ b/.mdox.yaml @@ -72,6 +72,10 @@ transformations: backMatter: *docBackMatter # Non-versioned element: Blog. + + - glob: "support/*" + path: /../support/* + - glob: "blog/*" path: /../blog/* diff --git a/.muse/config.toml b/.muse/config.toml deleted file mode 100644 index f9a1339f51..0000000000 --- a/.muse/config.toml +++ /dev/null @@ -1,6 +0,0 @@ -ignoreRules = [ "G103", "G104", "G110", - "G203", "G204", "G304", - "G307", "G401", "G402", "G404", "G501", - "ST1005" -] -disableTools = [ "semgrep" ] diff --git a/.promu.yml b/.promu.yml index f5313b0a6b..095176fbf8 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,5 +1,5 @@ go: - version: 1.20 + version: 1.22 repository: path: github.com/thanos-io/thanos build: diff --git a/CHANGELOG.md b/CHANGELOG.md index a08c755f21..adfa54b03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,40 +10,367 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ## Unreleased +### Fixed + +* [#7511](https://github.com/thanos-io/thanos/pull/7511) Query Frontend: fix doubled gzip compression for response body. + +### Added + +### Changed + +### Removed + +## [v0.36.0](https://github.com/thanos-io/thanos/tree/release-0.36) + +### Fixed + +- [#7326](https://github.com/thanos-io/thanos/pull/7326) Query: fixing exemplars proxy when querying stores with multiple tenants. +- [#7403](https://github.com/thanos-io/thanos/pull/7403) Sidecar: fix startup sequence +- [#7484](https://github.com/thanos-io/thanos/pull/7484) Proxy: fix panic in lazy response set +- [#7493](https://github.com/thanos-io/thanos/pull/7493) *: fix server grpc histograms + +### Added + +- [#7560](https://github.com/thanos-io/thanos/pull/7560) Query: Added the possibility of filtering rules by rule_name, rule_group or file to HTTP api. + +### Changed + +- [#7494](https://github.com/thanos-io/thanos/pull/7494) Ruler: remove trailing period from SRV records returned by discovery `dnsnosrva` lookups +- [#7567](https://github.com/thanos-io/thanos/pull/7565) Query: Use thanos resolver for endpoint groups. + +### Removed + +## [v0.36.0](https://github.com/thanos-io/thanos/tree/release-0.36) - in progress + +### Fixed + +- [#7326](https://github.com/thanos-io/thanos/pull/7326) Query: fixing exemplars proxy when querying stores with multiple tenants. +- [#7403](https://github.com/thanos-io/thanos/pull/7403) Sidecar: fix startup sequence +- [#7484](https://github.com/thanos-io/thanos/pull/7484) Proxy: fix panic in lazy response set +- [#7492](https://github.com/thanos-io/thanos/pull/7492) Compactor: update filtered blocks list before second downsample pass. + +### Added + +- [#7429](https://github.com/thanos-io/thanos/pull/7429): Reloader: introduce `TolerateEnvVarExpansionErrors` to allow suppressing errors when expanding environment variables in the configuration file. When set, this will ensure that the reloader won't consider the operation to fail when an unset environment variable is encountered. Note that all unset environment variables are left as is, whereas all set environment variables are expanded as usual. +- [#7317](https://github.com/thanos-io/thanos/pull/7317) Tracing: allow specifying resource attributes for the OTLP configuration. +- [#7367](https://github.com/thanos-io/thanos/pull/7367) Store Gateway: log request ID in request logs. +- [#7361](https://github.com/thanos-io/thanos/pull/7361) Query: *breaking :warning:* pass query stats from remote execution from server to client. We changed the protobuf of the QueryAPI, if you use `query.mode=distributed` you need to update your client (upper level Queriers) first, before updating leaf Queriers (servers). +- [#7363](https://github.com/thanos-io/thanos/pull/7363) Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header +- [#7335](https://github.com/thanos-io/thanos/pull/7335) Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity. +- [#7477](https://github.com/thanos-io/thanos/pull/7477) *: Bump objstore to `20240622095743-1afe5d4bc3cd` + +### Changed + +- [#7334](https://github.com/thanos-io/thanos/pull/7334) Compactor: do not vertically compact downsampled blocks. Such cases are now marked with `no-compact-mark.json`. Fixes panic `panic: unexpected seriesToChunkEncoder lack of iterations`. +- [#7393](https://github.com/thanos-io/thanos/pull/7393) *: *breaking :warning:* Using native histograms for grpc middleware metrics. Metrics `grpc_client_handling_seconds` and `grpc_server_handling_seconds` will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names. + +### Removed + +## [v0.35.1](https://github.com/thanos-io/thanos/tree/release-0.35) - 28.05.2024 + +### Fixed + +- [#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup +- [#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api. +- [#7382](https://github.com/thanos-io/thanos/pull/7382) *: Ensure objstore flag values are masked & disable debug/pprof/cmdline +- [#7392](https://github.com/thanos-io/thanos/pull/7392) Query: fix broken min, max for pre 0.34.1 sidecars +- [#7373](https://github.com/thanos-io/thanos/pull/7373) Receive: Fix stats for remote write +- [#7318](https://github.com/thanos-io/thanos/pull/7318) Compactor: Recover from panic to log block ID + +### Added + +### Changed + +### Removed + +## [v0.35.0](https://github.com/thanos-io/thanos/tree/release-0.35) - 02.05.2024 + +### Fixed + +- [#7083](https://github.com/thanos-io/thanos/pull/7083) Store Gateway: Fix lazy expanded postings with 0 length failed to be cached. +- [#7080](https://github.com/thanos-io/thanos/pull/7080) Receive: race condition in handler Close() when stopped early +- [#7132](https://github.com/thanos-io/thanos/pull/7132) Documentation: fix broken helm installation instruction +- [#7134](https://github.com/thanos-io/thanos/pull/7134) Store, Compact: Revert the recursive block listing mechanism introduced in https://github.com/thanos-io/thanos/pull/6474 and use the same strategy as in 0.31. Introduce a `--block-discovery-strategy` flag to control the listing strategy so that a recursive lister can still be used if the tradeoff of slower but cheaper discovery is preferred. +- [#7122](https://github.com/thanos-io/thanos/pull/7122) Store Gateway: Fix lazy expanded postings estimate base cardinality using posting group with remove keys. +- [#7166](https://github.com/thanos-io/thanos/pull/7166) Receive/MultiTSDB: Do not delete non-uploaded blocks +- [#7179](https://github.com/thanos-io/thanos/pull/7179) Query: Fix merging of query analysis +- [#7224](https://github.com/thanos-io/thanos/pull/7224) Query-frontend: Add Redis username to the client configuration. +- [#7220](https://github.com/thanos-io/thanos/pull/7220) Store Gateway: Fix lazy expanded postings caching partial expanded postings and bug of estimating remove postings with non existent value. Added `PromQLSmith` based fuzz test to improve correctness. +- [#7225](https://github.com/thanos-io/thanos/pull/7225) Compact: Don't halt due to overlapping sources when vertical compaction is enabled +- [#7244](https://github.com/thanos-io/thanos/pull/7244) Query: Fix Internal Server Error unknown targetHealth: "unknown" when trying to open the targets page. +- [#7248](https://github.com/thanos-io/thanos/pull/7248) Receive: Fix RemoteWriteAsync was sequentially executed causing high latency in the ingestion path. +- [#7271](https://github.com/thanos-io/thanos/pull/7271) Query: fixing dedup iterator when working on mixed sample types. +- [#7289](https://github.com/thanos-io/thanos/pull/7289) Query Frontend: show warnings from downstream queries. +- [#7308](https://github.com/thanos-io/thanos/pull/7308) Store: Batch TSDB Infos for blocks. +- [#7301](https://github.com/thanos-io/thanos/pull/7301) Store Gateway: fix index header reader `PostingsOffsets` returning wrong values. + +### Added + +- [#7155](https://github.com/thanos-io/thanos/pull/7155) Receive: Add tenant globbing support to hashring config +- [#7231](https://github.com/thanos-io/thanos/pull/7231) Tracing: added missing sampler types +- [#7194](https://github.com/thanos-io/thanos/pull/7194) Downsample: retry objstore related errors +- [#7105](https://github.com/thanos-io/thanos/pull/7105) Rule: add flag `--query.enable-x-functions` to allow usage of extended promql functions (xrate, xincrease, xdelta) in loaded rules +- [#6867](https://github.com/thanos-io/thanos/pull/6867) Query UI: Tenant input box added to the Query UI, in order to be able to specify which tenant the query should use. +- [#7186](https://github.com/thanos-io/thanos/pull/7186) Query UI: Only show tenant input box when query tenant enforcement is enabled +- [#7175](https://github.com/thanos-io/thanos/pull/7175) Query: Add `--query.mode=distributed` which enables the new distributed mode of the Thanos query engine. +- [#7199](https://github.com/thanos-io/thanos/pull/7199) Reloader: Add support for watching and decompressing Prometheus configuration directories +- [#7200](https://github.com/thanos-io/thanos/pull/7175) Query: Add `--selector.relabel-config` and `--selector.relabel-config-file` flags which allows scoping the Querier to a subset of matched TSDBs. +- [#7233](https://github.com/thanos-io/thanos/pull/7233) UI: Showing Block Size Stats +- [#7256](https://github.com/thanos-io/thanos/pull/7256) Receive: Split remote-write HTTP requests via tenant labels of series +- [#7269](https://github.com/thanos-io/thanos/pull/7269) Query UI: Show peak/total samples in query analysis +- [#7280](https://github.com/thanos-io/thanos/pull/7281) *: Adding User-Agent to request logs +- [#7219](https://github.com/thanos-io/thanos/pull/7219) Receive: add `--remote-write.client-tls-secure` and `--remote-write.client-tls-skip-verify` flags to stop relying on grpc server config to determine grpc client secure/skipVerify. +- [#7297](https://github.com/thanos-io/thanos/pull/7297) *: mark as not queryable if status is not ready +- [#7302](https://github.com/thanos-io/thanos/pull/7303) Considering the `X-Forwarded-For` header for the remote address in the logs. +- [#7304](https://github.com/thanos-io/thanos/pull/7304) Store: Use loser trees for merging results + +### Changed + +- [#7123](https://github.com/thanos-io/thanos/pull/7123) Rule: Change default Alertmanager API version to v2. +- [#7192](https://github.com/thanos-io/thanos/pull/7192) Rule: Do not turn off ruler even if resolving fails +- [#7223](https://github.com/thanos-io/thanos/pull/7223) Automatic detection of memory limits and configure GOMEMLIMIT to match. +- [#7283](https://github.com/thanos-io/thanos/pull/7283) Compact: *breaking :warning:* Replace group with resolution in compact downsample metrics to avoid cardinality explosion with large numbers of groups. +- [#7305](https://github.com/thanos-io/thanos/pull/7305) Query|Receiver: Do not log full request on ProxyStore by default. + +### Removed + +## [v0.34.1](https://github.com/thanos-io/thanos/tree/release-0.34) - 11.02.24 + +### Fixed + +- [#7078](https://github.com/thanos-io/thanos/pull/7078) *: Bump gRPC to 1.57.2 + +### Added + +### Changed + +### Removed + +## [v0.34.0](https://github.com/thanos-io/thanos/tree/release-0.34) - 26.01.24 + +### Fixed + +- [#7011](https://github.com/thanos-io/thanos/pull/7011) Query Frontend: queries with negative offset should check whether it is cacheable or not. +- [#6874](https://github.com/thanos-io/thanos/pull/6874) Sidecar: fix labels returned by 'api/v1/series' in presence of conflicting external and inner labels. +- [#7009](https://github.com/thanos-io/thanos/pull/7009) Rule: Fix spacing error in URL. +- [#7082](https://github.com/thanos-io/thanos/pull/7082) Stores: fix label values edge case when requesting external label values with matchers +- [#7114](https://github.com/thanos-io/thanos/pull/7114) Stores: fix file path bug for minio v7.0.61 + +### Added + +- [#6756](https://github.com/thanos-io/thanos/pull/6756) Query: Add `query.enable-tenancy` & `query.tenant-label-name` options to allow enforcement of tenancy on the query path, by injecting labels into queries (uses prom-label-proxy internally). +- [#6944](https://github.com/thanos-io/thanos/pull/6944) Receive: Added a new flag for maximum retention bytes. +- [#6891](https://github.com/thanos-io/thanos/pull/6891) Objstore: Bump `objstore` which adds support for Azure Workload Identity. +- [#6453](https://github.com/thanos-io/thanos/pull/6453) Sidecar: Added `--reloader.method` to support configuration reloads via SIHUP signal. +- [#6925](https://github.com/thanos-io/thanos/pull/6925) Store Gateway: Support float native histogram. +- [#6954](https://github.com/thanos-io/thanos/pull/6954) Index Cache: Support tracing for fetch APIs. +- [#6943](https://github.com/thanos-io/thanos/pull/6943) Ruler: Added `keep_firing_for` field in alerting rule. +- [#6972](https://github.com/thanos-io/thanos/pull/6972) Store Gateway: Apply series limit when streaming series for series actually matched if lazy postings is enabled. +- [#6984](https://github.com/thanos-io/thanos/pull/6984) Store Gateway: Added `--store.index-header-lazy-download-strategy` to specify how to lazily download index headers when lazy mmap is enabled. +- [#6887](https://github.com/thanos-io/thanos/pull/6887) Query Frontend: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing custom dashboard queries to be incorrect due to the added label. +- [#7028](https://github.com/thanos-io/thanos/pull/7028) Query|Query Frontend: Add new `--query-frontend.enable-x-functions` flag to enable experimental extended functions. +- [#6884](https://github.com/thanos-io/thanos/pull/6884) Tools: Add upload-block command to upload blocks to object storage. +- [#7010](https://github.com/thanos-io/thanos/pull/7010) Cache: Added `set_async_circuit_breaker_*` to utilize the circuit breaker pattern for dynamically thresholding asynchronous set operations. + +### Changed + +- [#6539](https://github.com/thanos-io/thanos/pull/6539) Store: *breaking :warning:* Changed `--sync-block-duration` default 3m to 15m. + +### Removed + +- [#7014](https://github.com/thanos-io/thanos/pull/7014) *: *breaking :warning:* Removed experimental query pushdown feature to simplify query path. This feature has had high complexity for too little benefits. The responsibility for query pushdown will be moved to the distributed mode of the new 'thanos' promql engine. + +## [v0.33.0](https://github.com/thanos-io/thanos/tree/release-0.33) - 18.12.2023 + +### Fixed + +- [#6817](https://github.com/thanos-io/thanos/pull/6817) Store Gateway: fix `matchersToPostingGroups` label values variable got shadowed bug. + +### Added +- [#6891](https://github.com/thanos-io/thanos/pull/6891) Objstore: Bump `objstore` which adds support for Azure Workload Identity. +- [#6605](https://github.com/thanos-io/thanos/pull/6605) Query Frontend: Support vertical sharding binary expression with metric name when no matching labels specified. +- [#6308](https://github.com/thanos-io/thanos/pull/6308) Ruler: Support configuration flag that allows customizing template for alert message. +- [#6760](https://github.com/thanos-io/thanos/pull/6760) Query Frontend: Added TLS support in `--query-frontend.downstream-tripper-config` and `--query-frontend.downstream-tripper-config-file` +- [#7004](https://github.com/thanos-io/thanos/pull/7004) Query Frontend: Support documented auto discovery for memcached +- [#6749](https://github.com/thanos-io/thanos/pull/6749) Store Gateway: Added `thanos_store_index_cache_fetch_duration_seconds` histogram for tracking latency of fetching data from index cache. +- [#6690](https://github.com/thanos-io/thanos/pull/6690) Store: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing dashboard queries to be incorrect due to the added label. +- [#6530](https://github.com/thanos-io/thanos/pull/6530) / [#6690](https://github.com/thanos-io/thanos/pull/6690) Query: Add command line arguments for configuring tenants and forward tenant information to Store Gateway. +- [#6765](https://github.com/thanos-io/thanos/pull/6765) Index Cache: Add `enabled_items` to index cache config to selectively cache configured items. Available item types are `Postings`, `Series` and `ExpandedPostings`. +- [#6773](https://github.com/thanos-io/thanos/pull/6773) Index Cache: Add `ttl` to control the ttl to store items in remote index caches like memcached and redis. +- [#6794](https://github.com/thanos-io/thanos/pull/6794) Query: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing custom dashboard queries to be incorrect due to the added label. +- [#6847](https://github.com/thanos-io/thanos/pull/6847) Store: Add `thanos_bucket_store_indexheader_download_duration_seconds` and `thanos_bucket_store_indexheader_load_duration_seconds` metrics for tracking latency of downloading and initializing the index-header. + +### Changed + +- [#6698](https://github.com/thanos-io/thanos/pull/6608) Receive: Change write log level from warn to info. +- [#6753](https://github.com/thanos-io/thanos/pull/6753) mixin(Rule): *breaking :warning:* Fixed the mixin rules with duplicate names and updated the promtool version from v0.37.0 to v0.47.0 +- [#6772](https://github.com/thanos-io/thanos/pull/6772) *: Bump prometheus to v0.47.2-0.20231006112807-a5a4eab679cc +- [#6794](https://github.com/thanos-io/thanos/pull/6794) Receive: the exported HTTP metrics now uses the specified default tenant for requests where no tenants are found. +- [#6651](https://github.com/thanos-io/thanos/pull/6651) *: Update go_grpc_middleware to v2.0.0. Remove Tags Interceptor from Thanos. Tags interceptor is removed from v2.0.0 go-grpc-middleware and is not needed anymore. + +### Removed + +- [#6686](https://github.com/thanos-io/thanos/pull/6686) Remove deprecated `--log.request.decision` flag. We now use `--request.logging-config` to set logging decisions. + +## [v0.32.5](https://github.com/thanos-io/thanos/tree/release-0.32) - 18.10.2023 + +### Fixed + +- [#6615](https://github.com/thanos-io/thanos/pull/6615) [#6805](https://github.com/thanos-io/thanos/pull/6805): Build with Go 1.21 and bump golang.org/x/net to v0.17 for addressing [CVE](https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo) +- [#6802](https://github.com/thanos-io/thanos/pull/6802) Receive: head series limiter should not run if no head series limit is set. +- [#6816](https://github.com/thanos-io/thanos/pull/6816) Store: fix prometheus store label values matches for external labels + +### Added + +### Changed + +### Removed + +## [v0.32.4](https://github.com/thanos-io/thanos/tree/release-0.32) - 02.10.2023 + +### Fixed + +- [#6746](https://github.com/thanos-io/thanos/pull/6746) Objstore: Upgrade with fixes [objstore#77](https://github.com/thanos-io/objstore/pull/77) and [objstore#78](https://github.com/thanos-io/objstore/pull/78). + +### Added + +### Changed + +### Removed + +## [v0.32.3](https://github.com/thanos-io/thanos/tree/release-0.32) - 20.09.2023 + +### Fixed + +- [#6692](https://github.com/thanos-io/thanos/pull/6692) Store: Fix matching bug when using empty alternative in regex matcher, for example (a||b). +- [#6679](https://github.com/thanos-io/thanos/pull/6697) Store: Fix block deduplication +- [#6706](https://github.com/thanos-io/thanos/pull/6706) Store: Series responses should always be sorted +- [#7286](https://github.com/thanos-io/thanos/pull/7286) Query: Propagate instant query warnings in distributed execution mode. + +### Added + +### Changed + +- [#6664](https://github.com/thanos-io/thanos/pull/6664) *: Update Prometheus to 2.46.1. +- [#6722](https://github.com/thanos-io/thanos/pull/6722) *: Optimize iterations on GCS buckets by requesting only object names. +- [#6544](https://github.com/thanos-io/thanos/pull/6500) Objstore: Update objstore to latest version which adds a new metric regarding uploaded TSDB bytes + +### Removed + +## [v0.32.2](https://github.com/thanos-io/thanos/tree/release-0.32) - 31.08.2023 + +### Fixed + +- [#6675](https://github.com/thanos-io/thanos/pull/6675) Store: Fix race when iterating blocks +- [#6679](https://github.com/thanos-io/thanos/pull/6679) Store: Record stats even on ExpandPostings error +- [#6681](https://github.com/thanos-io/thanos/pull/6681) Store: Fix forgotten field in store stats merge +- [#6684](https://github.com/thanos-io/thanos/pull/6684) Store: Fix postings reader short reads to address nil postings bug + +### Added + +### Changed + +### Removed + +## [v0.32.1](https://github.com/thanos-io/thanos/tree/release-0.32) - 28.08.2023 + +### Fixed + +- [#6650](https://github.com/thanos-io/thanos/pull/6650) Store: Fix error handling in decodePostings +- [#6654](https://github.com/thanos-io/thanos/pull/6654) Store: Fix ignored error in postings +- [#6655](https://github.com/thanos-io/thanos/pull/6655) Store: Fix bufio pool handling +- [#6669](https://github.com/thanos-io/thanos/pull/6669) Store: Fix mutable stringset memory usage + ### Added +### Changed + +- [#6664](https://github.com/thanos-io/thanos/pull/6664) *: Update Prometheus to 2.46.1. + +### Removed + +## [v0.32.0](https://github.com/thanos-io/thanos/tree/release-0.32) - 23.08.2023 + +### Added + +- [#6437](https://github.com/thanos-io/thanos/pull/6437) Receive: make tenant stats limit configurable +- [#6369](https://github.com/thanos-io/thanos/pull/6369) Receive: add az-aware replication support for Ketama algorithm - [#6185](https://github.com/thanos-io/thanos/pull/6185) Tracing: tracing in OTLP support configuring service_name. - [#6192](https://github.com/thanos-io/thanos/pull/6192) Store: add flag `bucket-web-label` to select the label to use as timeline title in web UI -- [#6167](https://github.com/thanos-io/thanos/pull/6195) Receive: add flag `tsdb.too-far-in-future.time-window` to prevent clock skewed samples to pollute TSDB head and block all valid incoming samples. +- [#6195](https://github.com/thanos-io/thanos/pull/6195) Receive: add flag `tsdb.too-far-in-future.time-window` to prevent clock skewed samples to pollute TSDB head and block all valid incoming samples. - [#6273](https://github.com/thanos-io/thanos/pull/6273) Mixin: Allow specifying an instance name filter in dashboards - [#6163](https://github.com/thanos-io/thanos/pull/6163) Receiver: Add hidden flag `--receive-forward-max-backoff` to configure the max backoff for forwarding requests. +- [#5777](https://github.com/thanos-io/thanos/pull/5777) Receive: Allow specifying tenant-specific external labels in Router Ingestor. +- [#6352](https://github.com/thanos-io/thanos/pull/6352) Store: Expose store gateway query stats in series response hints. +- [#6420](https://github.com/thanos-io/thanos/pull/6420) Index Cache: Cache expanded postings. +- [#6441](https://github.com/thanos-io/thanos/pull/6441) Compact: Compactor will set `index_stats` in `meta.json` file with max series and chunk size information. +- [#6466](https://github.com/thanos-io/thanos/pull/6466) Mixin (Receive): add limits alerting for configuration reload and meta-monitoring. +- [#6467](https://github.com/thanos-io/thanos/pull/6467) Mixin (Receive): add alert for tenant reaching head series limit. +- [#6528](https://github.com/thanos-io/thanos/pull/6528) Index Cache: Add histogram metric `thanos_store_index_cache_stored_data_size_bytes` for item size. +- [#6560](https://github.com/thanos-io/thanos/pull/6560) Thanos ruler: add flag to optionally disable adding Thanos params when querying metrics +- [#6574](https://github.com/thanos-io/thanos/pull/6574) Tools: Add min and max compactions range flags to `bucket replicate` command. +- [#6593](https://github.com/thanos-io/thanos/pull/6574) Store: Add `thanos_bucket_store_chunk_refetches_total` metric to track number of chunk refetches. +- [#6264](https://github.com/thanos-io/thanos/pull/6264) Query: Add Thanos logo in navbar +- [#6234](https://github.com/thanos-io/thanos/pull/6234) Query: Add ability to switch between `thanos` and `prometheus` engines dynamically via UI and API. +- [#6346](https://github.com/thanos-io/thanos/pull/6346) Query: Add ability to generate SQL-like query explanations when `thanos` engine is used. +- [#6646](https://github.com/thanos-io/thanos/pull/6646) Compact and Bucket: Add `--disable-admin-operations` flag in Compactor UI and Bucket UI ### Fixed - +- [#6503](https://github.com/thanos-io/thanos/pull/6503) *: Change the engine behind `ContentPathReloader` to be completely independent of any filesystem concept. This effectively fixes this configuration reload when used with Kubernetes ConfigMaps, Secrets, or other volume mounts. +- [#6456](https://github.com/thanos-io/thanos/pull/6456) Store: fix crash when computing set matches from regex pattern +- [#6427](https://github.com/thanos-io/thanos/pull/6427) Receive: increased log level for failed uploads to `error` - [#6172](https://github.com/thanos-io/thanos/pull/6172) query-frontend: return JSON formatted errors for invalid PromQL expression in the split by interval middleware. - [#6171](https://github.com/thanos-io/thanos/pull/6171) Store: fix error handling on limits. - [#6183](https://github.com/thanos-io/thanos/pull/6183) Receiver: fix off by one in multitsdb flush that will result in empty blocks if the head only contains one sample - [#6197](https://github.com/thanos-io/thanos/pull/6197) Exemplar OTel: Fix exemplar for otel to use traceId instead of spanId and sample only if trace is sampled - [#6207](https://github.com/thanos-io/thanos/pull/6207) Receive: Remove the shipper once a tenant has been pruned. - [#6216](https://github.com/thanos-io/thanos/pull/6216) Receiver: removed hard-coded value of EnableExemplarStorage flag and set it according to max-exemplar value. -- [#6222](https://github.com/thanos-io/thanos/pull/6222) mixin(Receive): Fix tenant series received charts. +- [#6222](https://github.com/thanos-io/thanos/pull/6222) mixin(Receive): Fix tenant series received dashboard widget. - [#6218](https://github.com/thanos-io/thanos/pull/6218) mixin(Store): handle ResourceExhausted as a non-server error. As a consequence, this error won't contribute to Store's grpc errors alerts. - [#6271](https://github.com/thanos-io/thanos/pull/6271) Receive: Fix segfault in `LabelValues` during head compaction. +- [#6306](https://github.com/thanos-io/thanos/pull/6306) Tracing: tracing in OTLP utilize the OTEL_TRACES_SAMPLER env variable +- [#6330](https://github.com/thanos-io/thanos/pull/6330) Store: Fix inconsistent error for series limits. +- [#6342](https://github.com/thanos-io/thanos/pull/6342) Cache/Redis: Upgrade `rueidis` to v1.0.2 to to improve error handling while shrinking a redis cluster. +- [#6325](https://github.com/thanos-io/thanos/pull/6325) Store: return gRPC resource exhausted error for byte limiter. +- [#6399](https://github.com/thanos-io/thanos/pull/6399) *: Fix double-counting bug in http_request_duration metric +- [#6428](https://github.com/thanos-io/thanos/pull/6428) Report gRPC connnection errors in the logs. +- [#6519](https://github.com/thanos-io/thanos/pull/6519) Reloader: Use timeout for initial apply. +- [#6509](https://github.com/thanos-io/thanos/pull/6509) Store Gateway: Remove `memWriter` from `fileWriter` to reduce memory usage when sync index headers. +- [#6556](https://github.com/thanos-io/thanos/pull/6556) Thanos compact: respect block-files-concurrency setting when downsampling +- [#6592](https://github.com/thanos-io/thanos/pull/6592) Query Frontend: fix bugs in vertical sharding `without` and `union` function to allow more queries to be shardable. +- [#6317](https://github.com/thanos-io/thanos/pull/6317) *: Fix internal label deduplication bug, by resorting store response set. +- [#6189](https://github.com/thanos-io/thanos/pull/6189) Rule: Fix panic when calling API `/api/v1/rules?type=alert`. +- [#6598](https://github.com/thanos-io/thanos/pull/6598) compact: fix data corruption with "invalid size" error during downsample ### Changed +- [#6049](https://github.com/thanos-io/thanos/pull/6049) Compact: *breaking :warning:* Replace group with resolution in compact metrics to avoid cardinality explosion on compact metrics for large numbers of groups. - [#6168](https://github.com/thanos-io/thanos/pull/6168) Receiver: Make ketama hashring fail early when configured with number of nodes lower than the replication factor. - [#6201](https://github.com/thanos-io/thanos/pull/6201) Query-Frontend: Disable absent and absent_over_time for vertical sharding. - [#6212](https://github.com/thanos-io/thanos/pull/6212) Query-Frontend: Disable scalar for vertical sharding. -- [#6107](https://github.com/thanos-io/thanos/pull/6107) Change default user id in container image from 0(root) to 1001 +- [#6107](https://github.com/thanos-io/thanos/pull/6107) *breaking :warning:* Change default user id in container image from 0(root) to 1001 - [#6228](https://github.com/thanos-io/thanos/pull/6228) Conditionally generate debug messages in ProxyStore to avoid memory bloat. - [#6231](https://github.com/thanos-io/thanos/pull/6231) mixins: Add code/grpc-code dimension to error widgets. - [#6244](https://github.com/thanos-io/thanos/pull/6244) mixin(Rule): Add rule evaluation failures to the Rule dashboard. - [#6303](https://github.com/thanos-io/thanos/pull/6303) Store: added and start using streamed snappy encoding for postings list instead of block based one. This leads to constant memory usage during decompression. This approximately halves memory usage when decompressing a postings list in index cache. - [#6071](https://github.com/thanos-io/thanos/pull/6071) Query Frontend: *breaking :warning:* Add experimental native histogram support for which we updated and aligned with the [Prometheus common](https://github.com/prometheus/common) model, which is used for caching so a cache reset required. -- [#6163](https://github.com/thanos-io/thanos/pull/6163) Receiver: changed max backoff from 30s to 5s for forwarding requests. Can be configured with `--receive-forward-max-backoff`. +- [#6163](https://github.com/thanos-io/thanos/pull/6163) Receiver: changed default max backoff from 30s to 5s for forwarding requests. Can be configured with `--receive-forward-max-backoff`. - [#6327](https://github.com/thanos-io/thanos/pull/6327) *: *breaking :warning:* Use histograms instead of summaries for instrumented handlers. +- [#6322](https://github.com/thanos-io/thanos/pull/6322) Logging: Avoid expensive log.Valuer evaluation for disallowed levels. +- [#6358](https://github.com/thanos-io/thanos/pull/6358) Query: Add +Inf bucket to query duration metrics +- [#6363](https://github.com/thanos-io/thanos/pull/6363) Store: Check context error when expanding postings. +- [#6405](https://github.com/thanos-io/thanos/pull/6405) Index Cache: Change postings cache key to include the encoding format used so that older Thanos versions would not try to decode it during the deployment of a new version. +- [#6479](https://github.com/thanos-io/thanos/pull/6479) Store: *breaking :warning:* Rename `thanos_bucket_store_cached_series_fetch_duration_seconds` to `thanos_bucket_store_series_fetch_duration_seconds` and `thanos_bucket_store_cached_postings_fetch_duration_seconds` to `thanos_bucket_store_postings_fetch_duration_seconds`. +- [#6474](https://github.com/thanos-io/thanos/pull/6474) Store/Compact: Reduce a large amount of `Exists` API calls against object storage when synchronizing meta files in favour of a recursive `Iter` call. +- [#6548](https://github.com/thanos-io/thanos/pull/6548) Objstore: Bump minio-go to v7.0.61. +- [#6187](https://github.com/thanos-io/thanos/pull/6187) *: Unify gRPC flags for all servers. +- [#6267](https://github.com/thanos-io/thanos/pull/6267) Query: Support unicode external label truncation. +- [#6371](https://github.com/thanos-io/thanos/pull/6371) Query: Only keep name in UI `store_matches` param. +- [#6609](https://github.com/thanos-io/thanos/pull/6609) *: Bump `go4.org/intern` to fix Go 1.21 builds. ### Removed +- [#6496](https://github.com/thanos-io/thanos/pull/6496) *: Remove unnecessary configuration reload from `ContentPathReloader` and improve its tests. +- [#6432](https://github.com/thanos-io/thanos/pull/6432) Receive: Remove duplicated `gopkg.in/fsnotify.v1` dependency. +- [#6332](https://github.com/thanos-io/thanos/pull/6332) *: Remove unmaintained `gzip` dependency. ## [v0.31.0](https://github.com/thanos-io/thanos/tree/release-0.31) - 22.03.2023 @@ -60,6 +387,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#5548](https://github.com/thanos-io/thanos/pull/5548) Query: Add experimental support for load balancing across multiple Store endpoints. - [#6148](https://github.com/thanos-io/thanos/pull/6148) Query-frontend: Add `traceID` to slow query detected log line. - [#6153](https://github.com/thanos-io/thanos/pull/6153) Query-frontend: Add `remote_user` (from http basic auth) and `remote_addr` to slow query detected log line. +- [#6406](https://github.com/thanos-io/thanos/pull/6406) Receive: Allow tenants to be configured with unlimited active series by setting head_series_limit to 0. ### Fixed @@ -79,6 +407,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6010](https://github.com/thanos-io/thanos/pull/6010) *: Upgrade Prometheus to v0.42.0. - [#5999](https://github.com/thanos-io/thanos/pull/5999) *: Upgrade Alertmanager dependency to v0.25.0. +- [#6520](https://github.com/thanos-io/thanos/pull/6520): Switch query-frontend to use [Rueidis](https://github.com/redis/rueidis) client. Deleted `idle_timeout`, `max_conn_age`, `pool_size`, `min_idle_conns` fields as they are not used anymore. - [#5887](https://github.com/thanos-io/thanos/pull/5887) Tracing: Make sure rate limiting sampler is the default, as was the case in version pre-0.29.0. - [#5997](https://github.com/thanos-io/thanos/pull/5997) Rule: switch to miekgdns DNS resolver as the default one. - [#6126](https://github.com/thanos-io/thanos/pull/6126) Build with Go 1.20 @@ -173,6 +502,7 @@ NOTE: Querier's `query.promql-engine` flag enabling new PromQL engine is now unh - [#5741](https://github.com/thanos-io/thanos/pull/5741) Query: add metrics on how much data is being selected by downstream Store APIs. - [#5673](https://github.com/thanos-io/thanos/pull/5673) Receive: Reload tenant limit configuration on file change. - [#5749](https://github.com/thanos-io/thanos/pull/5749) Query Frontend: Added small LRU cache to cache query analysis results. +- [#6544](https://github.com/thanos-io/thanos/pull/6500) Objstore: Update objstore to latest version which adds a new metric regarding uploaded TSDB bytes ### Changed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 560b1cabcb..d261439ef9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ The following section explains various suggestions and procedures to note during * It is strongly recommended that you use Linux distributions systems or macOS for development. * Running [WSL 2 (on Windows)](https://learn.microsoft.com/en-us/windows/wsl/) is also possible. Note that if during development you run a local Kubernetes cluster and have a Service with `service.spec.sessionAffinity: ClientIP`, it will break things until it's removed[^windows_xt_recent]. -* Go 1.20.x or higher. +* Go 1.22.x or higher. * Docker (to run e2e tests) * For React UI, you will need a working NodeJS environment and the npm package manager to compile the Web UI assets. @@ -84,7 +84,6 @@ It's key to get familiarized with the style guide and mechanics of Thanos, espec * To get started, create a codespace for this repository by clicking this 👉 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=109162639) * A codespace will open in a web-based version of Visual Studio Code. The [dev container](.devcontainer/devcontainer.json) is fully configured with software needed for this project. * **Note**: Dev containers is an open spec which is supported by [GitHub Codespaces](https://github.com/codespaces) and [other tools](https://containers.dev/supporting). -* Spin up a prebuilt dev environment using Gitpod.io [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/thanos-io/thanos) * In case you want to develop the project locally, install **Golang** in your machine. Here is a nice [gist](https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753) for this purpose. * You can run an interactive example, which populates some data as well, by following the steps mentioned [here](https://github.com/thanos-io/thanos/blob/main/tutorials/interactive-example/README.md). diff --git a/Dockerfile.e2e-tests b/Dockerfile.e2e-tests new file mode 100644 index 0000000000..c0804dd22a --- /dev/null +++ b/Dockerfile.e2e-tests @@ -0,0 +1,18 @@ +# Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector. +FROM golang:1.22 as builder + +WORKDIR $GOPATH/src/github.com/thanos-io/thanos + +COPY . $GOPATH/src/github.com/thanos-io/thanos + +RUN CGO_ENABLED=1 go build -o $GOBIN/thanos -race ./cmd/thanos +# ----------------------------------------------------------------------------- + +FROM golang:1.22 +LABEL maintainer="The Thanos Authors" + +COPY --from=builder $GOBIN/thanos /bin/thanos + +ENV GORACE="halt_on_error=1" + +ENTRYPOINT [ "/bin/thanos" ] diff --git a/Dockerfile.multi-stage b/Dockerfile.multi-stage index 1573e3114b..c8b0a2549d 100644 --- a/Dockerfile.multi-stage +++ b/Dockerfile.multi-stage @@ -1,6 +1,6 @@ # By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions. ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973" -FROM golang:1.20-alpine3.16 as builder +FROM golang:1.22-alpine3.18 as builder WORKDIR $GOPATH/src/github.com/thanos-io/thanos # Change in the docker context invalidates the cache so to leverage docker diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 8422048e09..2798ed3d13 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,19 +1,18 @@ # Core Maintainers of this repository -| Name | Email | Slack | GitHub | Company | -|-----------------------|---------------------------|--------------------------|--------------------------------------------------|---------------------| -| BartÅ‚omiej PÅ‚otka | bwplotka@gmail.com | `@bwplotka` | [@bwplotka](https://github.com/bwplotka) | Red Hat | -| Frederic Branczyk | fbranczyk@gmail.com | `@brancz` | [@brancz](https://github.com/brancz) | Polar Signals | -| Giedrius StatkeviÄius | giedriuswork@gmail.com | `@Giedrius StatkeviÄius` | [@GiedriusS](https://github.com/GiedriusS) | Vinted | -| Kemal Akkoyun | kakkoyun@gmail.com | `@kakkoyun` | [@kakkoyun](https://github.com/kakkoyun) | Polar Signals | -| Lucas Servén Marín | lserven@gmail.com | `@squat` | [@squat](https://github.com/squat) | Red Hat | -| Prem Saraswat | prmsrswt@gmail.com | `@Prem Saraswat` | [@onprem](https://github.com/onprem) | Red Hat | -| Matthias Loibl | mail@matthiasloibl.com | `@metalmatze` | [@metalmatze](https://github.com/metalmatze) | Polar Signals | -| Ben Ye | yb532204897@gmail.com | `@yeya24` | [@yeya24](https://github.com/yeya24) | Amazon Web Services | -| Wiard van Rij | wiard@outlook.com | `@wiard van Rij` | [@wiardvanrij](https://github.com/wiardvanrij) | Roku | -| Matej Gera | matejgera@gmail.com | `@Matej Gera` | [@matej-g](https://github.com/matej-g) | Red Hat | -| Filip Petkovski | filip.petkovsky@gmail.com | `@Filip Petkovski` | [@fpetkovski](https://github.com/fpetkovski) | Shopify | -| Saswata Mukherjee | saswata.mukhe@gmail.com | `@saswatamcode` | [@saswatamcode](https://github.com/saswatamcode) | Red Hat | +| Name | Email | Slack | GitHub | Company | +|-----------------------|---------------------------|--------------------------|----------------------------------------------------|---------------------| +| BartÅ‚omiej PÅ‚otka | bwplotka@gmail.com | `@bwplotka` | [@bwplotka](https://github.com/bwplotka) | Google | +| Frederic Branczyk | fbranczyk@gmail.com | `@brancz` | [@brancz](https://github.com/brancz) | Polar Signals | +| Giedrius StatkeviÄius | giedriuswork@gmail.com | `@Giedrius StatkeviÄius` | [@GiedriusS](https://github.com/GiedriusS) | Vinted | +| Kemal Akkoyun | kakkoyun@gmail.com | `@kakkoyun` | [@kakkoyun](https://github.com/kakkoyun) | Fal | +| Lucas Servén Marín | lserven@gmail.com | `@squat` | [@squat](https://github.com/squat) | Red Hat | +| Prem Saraswat | prmsrswt@gmail.com | `@Prem Saraswat` | [@onprem](https://github.com/onprem) | Red Hat | +| Ben Ye | yb532204897@gmail.com | `@yeya24` | [@yeya24](https://github.com/yeya24) | Amazon Web Services | +| Matej Gera | matejgera@gmail.com | `@Matej Gera` | [@matej-g](https://github.com/matej-g) | Coralogix | +| Filip Petkovski | filip.petkovsky@gmail.com | `@Filip Petkovski` | [@fpetkovski](https://github.com/fpetkovski) | Shopify | +| Saswata Mukherjee | saswata.mukhe@gmail.com | `@saswatamcode` | [@saswatamcode](https://github.com/saswatamcode) | Red Hat | +| Michael Hoffmann | mhoffm@posteo.de | `@Michael Hoffmann` | [@MichaHoffmann](https://github.com/MichaHoffmann) | Cloudflare | We are bunch of people from different companies with various interests and skills. We are from different parts of the world: Germany, Holland, Lithuania, US, UK and India. We have something in common though: We all share the love for OpenSource, Go, Prometheus, :coffee: and Observability topics. @@ -31,14 +30,16 @@ We also have some nice souls that help triaging issues and PRs. See [here](https Full list of triage persons is displayed below: -| Name | Slack | GitHub | Company | -|---------------|--------------|--------------------------------------------|---------| -| Adrien Fillon | `@Adrien F` | [@adrien-f](https://github.com/adrien-f) | | -| Ian Billett | `@billett` | [@bill3tt](https://github.com/bill3tt) | Red Hat | -| Martin Chodur | `@FUSAKLA` | [@fusakla](https://github.com/fusakla) | | -| Michael Dai | `@jojohappy` | [@jojohappy](https://github.com/jojohappy) | | -| Xiang Dai | `@daixiang0` | [@daixiang0](https://github.com/daixiang0) | | -| Jimmie Han | `@hanjm` | [@hanjm](https://github.com/hanjm) | Tencent | +| Name | Slack | GitHub | Company | +|----------------|------------------|----------------------------------------------------|---------------------| +| Adrien Fillon | `@Adrien F` | [@adrien-f](https://github.com/adrien-f) | | +| Ian Billett | `@billett` | [@bill3tt](https://github.com/bill3tt) | Red Hat | +| Martin Chodur | `@FUSAKLA` | [@fusakla](https://github.com/fusakla) | | +| Michael Dai | `@jojohappy` | [@jojohappy](https://github.com/jojohappy) | | +| Xiang Dai | `@daixiang0` | [@daixiang0](https://github.com/daixiang0) | | +| Jimmie Han | `@hanjm` | [@hanjm](https://github.com/hanjm) | Tencent | +| Douglas Camata | `@douglascamata` | [@douglascamata](https://github.com/douglascamata) | Red Hat | +| Harry John | `@harry671003` | [@harry671003](https://github.com/harry671003) | Amazon Web Services | Please reach any of the maintainer on slack or email if you want to help as well. @@ -106,4 +107,4 @@ Fabian Reinartz @fabxc and BartÅ‚omiej PÅ‚otka @bwplotka ## Previous Maintainers -Dominic Green, Povilas Versockas, Marco Pracucci +Dominic Green, Povilas Versockas, Marco Pracucci, Matthias Loibl diff --git a/Makefile b/Makefile index c80862ebcd..29e1d5cc87 100644 --- a/Makefile +++ b/Makefile @@ -118,14 +118,12 @@ $(REACT_APP_OUTPUT_DIR): $(REACT_APP_NODE_MODULES_PATH) $(REACT_APP_SOURCE_FILES @echo ">> building React app" @scripts/build-react-app.sh -.PHONY: assets -assets: # Repacks all static assets into go file for easier deploy. -assets: $(GO_BINDATA) $(REACT_APP_OUTPUT_DIR) - @echo ">> deleting asset file" - @rm pkg/ui/bindata.go || true - @echo ">> writing assets" - @$(GO_BINDATA) $(bindata_flags) -pkg ui -o pkg/ui/bindata.go pkg/ui/static/... - @$(MAKE) format +.PHONY: react-app +react-app: $(REACT_APP_OUTPUT_DIR) + +.PHONY: check-react-app +check-react-app: react-app + $(call require_clean_work_tree,'all generated files should be committed, run make react-app and commit changes.') .PHONY: react-app-lint react-app-lint: $(REACT_APP_NODE_MODULES_PATH) @@ -133,7 +131,7 @@ react-app-lint: $(REACT_APP_NODE_MODULES_PATH) cd $(REACT_APP_PATH) && npm run lint:ci .PHONY: react-app-lint-fix -react-app-lint-fix: +react-app-lint-fix: $(REACT_APP_NODE_MODULES_PATH) @echo ">> running React app linting and fixing errors where possible" cd $(REACT_APP_PATH) && npm run lint @@ -226,6 +224,12 @@ $(TEST_DOCKER_ARCHS): docker-test-%: @echo ">> testing image" @docker run "thanos-linux-$*" --help +.PHONY: docker-e2e +docker-e2e: ## Builds 'thanos' docker for e2e tests +docker-e2e: + @echo ">> building docker image 'thanos' with Dockerfile.e2e-tests" + @docker build -f Dockerfile.e2e-tests -t "thanos" . + # docker-manifest push docker manifest to support multiple architectures. .PHONY: docker-manifest docker-manifest: @@ -307,18 +311,18 @@ test: export THANOS_TEST_PROMETHEUS_PATHS= $(PROMETHEUS) test: export THANOS_TEST_ALERTMANAGER_PATH= $(ALERTMANAGER) test: check-git install-tool-deps @echo ">> install thanos GOOPTS=${GOOPTS}" - @echo ">> running unit tests (without /test/e2e). Do export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI if you want to skip e2e tests against all real store buckets. Current value: ${THANOS_TEST_OBJSTORE_SKIP}" - @go test -timeout 15m $(shell go list ./... | grep -v /vendor/ | grep -v /test/e2e); + @echo ">> running unit tests (without /test/e2e). Do export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI,OBS if you want to skip e2e tests against all real store buckets. Current value: ${THANOS_TEST_OBJSTORE_SKIP}" + @go test -race -timeout 15m $(shell go list ./... | grep -v /vendor/ | grep -v /test/e2e); .PHONY: test-local test-local: ## Runs test excluding tests for ALL object storage integrations. -test-local: export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI +test-local: export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI,OBS test-local: $(MAKE) test .PHONY: test-e2e test-e2e: ## Runs all Thanos e2e docker-based e2e tests from test/e2e. Required access to docker daemon. -test-e2e: docker $(GOTESPLIT) +test-e2e: docker-e2e $(GOTESPLIT) @echo ">> cleaning docker environment." @docker system prune -f --volumes @echo ">> cleaning e2e test garbage." @@ -326,11 +330,14 @@ test-e2e: docker $(GOTESPLIT) @echo ">> running /test/e2e tests." # NOTE(bwplotka): # * If you see errors on CI (timeouts), but not locally, try to add -parallel 1 (Wiard note: to the GOTEST_OPTS arg) to limit to single CPU to reproduce small 1CPU machine. + # NOTE(GiedriusS): + # * If you want to limit CPU time available in e2e tests then pass E2E_DOCKER_CPUS environment variable. For example, E2E_DOCKER_CPUS=0.05 limits CPU time available + # to spawned Docker containers to 0.05 cores. @$(GOTESPLIT) -total ${GH_PARALLEL} -index ${GH_INDEX} ./test/e2e/... -- ${GOTEST_OPTS} .PHONY: test-e2e-local test-e2e-local: ## Runs all thanos e2e tests locally. -test-e2e-local: export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI +test-e2e-local: export THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI,OBS test-e2e-local: $(MAKE) test-e2e @@ -395,7 +402,9 @@ github.com/prometheus/client_golang/prometheus.{DefaultGatherer,DefBuckets,NewUn github.com/prometheus/client_golang/prometheus.{NewCounter,NewCounterVec,NewCounterVec,NewGauge,NewGaugeVec,NewGaugeFunc,\ NewHistorgram,NewHistogramVec,NewSummary,NewSummaryVec}=github.com/prometheus/client_golang/prometheus/promauto.{NewCounter,\ NewCounterVec,NewCounterVec,NewGauge,NewGaugeVec,NewGaugeFunc,NewHistorgram,NewHistogramVec,NewSummary,NewSummaryVec},\ +github.com/NYTimes/gziphandler.{GzipHandler}=github.com/klauspost/compress/gzhttp.{GzipHandler},\ sync/atomic=go.uber.org/atomic,github.com/cortexproject/cortex=github.com/thanos-io/thanos/internal/cortex,\ +github.com/prometheus/prometheus/promql/parser.{ParseExpr,ParseMetricSelector}=github.com/thanos-io/thanos/pkg/extpromql.{ParseExpr,ParseMetricSelector},\ io/ioutil.{Discard,NopCloser,ReadAll,ReadDir,ReadFile,TempDir,TempFile,Writefile}" $(shell go list ./... | grep -v "internal/cortex") @$(FAILLINT) -paths "fmt.{Print,Println,Sprint}" -ignore-tests ./... @echo ">> linting all of the Go files GOGC=${GOGC}" diff --git a/README.md b/README.md index 4236e6b7e7..fe97c79997 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![CI](https://github.com/thanos-io/thanos/workflows/CI/badge.svg)](https://github.com/thanos-io/thanos/actions?query=workflow%3ACI) [![CI](https://circleci.com/gh/thanos-io/thanos.svg?style=svg)](https://circleci.com/gh/thanos-io/thanos) [![go](https://github.com/thanos-io/thanos/workflows/go/badge.svg)](https://github.com/thanos-io/thanos/actions?query=workflow%3Ago) [![react](https://github.com/thanos-io/thanos/workflows/react/badge.svg)](https://github.com/thanos-io/thanos/actions?query=workflow%3Areact) [![docs](https://github.com/thanos-io/thanos/workflows/docs/badge.svg)](https://github.com/thanos-io/thanos/actions?query=workflow%3Adocs) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/thanos-io/thanos) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=109162639) +> 📢 [ThanosCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/thanoscon/) happened on 19th March 2024 as a co-located half-day on KubeCon EU in Paris. + ## Overview Thanos is a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments. diff --git a/VERSION b/VERSION index 5301df0d6d..8aa7336bf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.32.0-dev \ No newline at end of file +0.37.0-dev diff --git a/cmd/thanos/compact.go b/cmd/thanos/compact.go index 1368b56989..06d3ffaaa3 100644 --- a/cmd/thanos/compact.go +++ b/cmd/thanos/compact.go @@ -26,7 +26,10 @@ import ( "github.com/prometheus/common/route" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" + + "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" blocksAPI "github.com/thanos-io/thanos/pkg/api/blocks" "github.com/thanos-io/thanos/pkg/block" @@ -202,10 +205,11 @@ func runCompact( return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) relabelContentYaml, err := conf.selectorRelabelConf.Content() if err != nil { @@ -220,21 +224,31 @@ func runCompact( // Ensure we close up everything properly. defer func() { if err != nil { - runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") } }() // While fetching blocks, we filter out blocks that were marked for deletion by using IgnoreDeletionMarkFilter. // The delay of deleteDelay/2 is added to ensure we fetch blocks that are meant to be deleted but do not have a replacement yet. // This is to make sure compactor will not accidentally perform compactions with gap instead. - ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, bkt, deleteDelay/2, conf.blockMetaFetchConcurrency) + ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, insBkt, deleteDelay/2, conf.blockMetaFetchConcurrency) duplicateBlocksFilter := block.NewDeduplicateFilter(conf.blockMetaFetchConcurrency) - noCompactMarkerFilter := compact.NewGatherNoCompactionMarkFilter(logger, bkt, conf.blockMetaFetchConcurrency) + noCompactMarkerFilter := compact.NewGatherNoCompactionMarkFilter(logger, insBkt, conf.blockMetaFetchConcurrency) + noDownsampleMarkerFilter := downsample.NewGatherNoDownsampleMarkFilter(logger, insBkt, conf.blockMetaFetchConcurrency) labelShardedMetaFilter := block.NewLabelShardedMetaFilter(relabelConfig) consistencyDelayMetaFilter := block.NewConsistencyDelayMetaFilter(logger, conf.consistencyDelay, extprom.WrapRegistererWithPrefix("thanos_", reg)) timePartitionMetaFilter := block.NewTimePartitionMetaFilter(conf.filterConf.MinTime, conf.filterConf.MaxTime) - baseMetaFetcher, err := block.NewBaseFetcher(logger, conf.blockMetaFetchConcurrency, bkt, conf.dataDir, extprom.WrapRegistererWithPrefix("thanos_", reg)) + var blockLister block.Lister + switch syncStrategy(conf.blockListStrategy) { + case concurrentDiscovery: + blockLister = block.NewConcurrentLister(logger, insBkt) + case recursiveDiscovery: + blockLister = block.NewRecursiveLister(logger, insBkt) + default: + return errors.Errorf("unknown sync strategy %s", conf.blockListStrategy) + } + baseMetaFetcher, err := block.NewBaseFetcher(logger, conf.blockMetaFetchConcurrency, insBkt, blockLister, conf.dataDir, extprom.WrapRegistererWithPrefix("thanos_", reg)) if err != nil { return errors.Wrap(err, "create meta fetcher") } @@ -252,29 +266,32 @@ func runCompact( ) } var ( - api = blocksAPI.NewBlocksAPI(logger, conf.webConf.disableCORS, conf.label, flagsMap, bkt) + api = blocksAPI.NewBlocksAPI(logger, conf.webConf.disableCORS, conf.label, flagsMap, insBkt) sy *compact.Syncer ) { + filters := []block.MetadataFilter{ + timePartitionMetaFilter, + labelShardedMetaFilter, + consistencyDelayMetaFilter, + ignoreDeletionMarkFilter, + block.NewReplicaLabelRemover(logger, conf.dedupReplicaLabels), + duplicateBlocksFilter, + noCompactMarkerFilter, + } + if !conf.disableDownsampling { + filters = append(filters, noDownsampleMarkerFilter) + } // Make sure all compactor meta syncs are done through Syncer.SyncMeta for readability. cf := baseMetaFetcher.NewMetaFetcher( - extprom.WrapRegistererWithPrefix("thanos_", reg), []block.MetadataFilter{ - timePartitionMetaFilter, - labelShardedMetaFilter, - consistencyDelayMetaFilter, - ignoreDeletionMarkFilter, - block.NewReplicaLabelRemover(logger, conf.dedupReplicaLabels), - duplicateBlocksFilter, - noCompactMarkerFilter, - }, - ) + extprom.WrapRegistererWithPrefix("thanos_", reg), filters) cf.UpdateOnChange(func(blocks []metadata.Meta, err error) { api.SetLoaded(blocks, err) }) sy, err = compact.NewMetaSyncer( logger, reg, - bkt, + insBkt, cf, duplicateBlocksFilter, ignoreDeletionMarkFilter, @@ -341,7 +358,7 @@ func runCompact( grouper := compact.NewDefaultGrouper( logger, - bkt, + insBkt, conf.acceptMalformedIndex, enableVerticalCompaction, reg, @@ -352,14 +369,21 @@ func runCompact( conf.blockFilesConcurrency, conf.compactBlocksFetchConcurrency, ) + var planner compact.Planner + tsdbPlanner := compact.NewPlanner(logger, levels, noCompactMarkerFilter) - planner := compact.WithLargeTotalIndexSizeFilter( + largeIndexFilterPlanner := compact.WithLargeTotalIndexSizeFilter( tsdbPlanner, - bkt, + insBkt, int64(conf.maxBlockIndexSize), compactMetrics.blocksMarked.WithLabelValues(metadata.NoCompactMarkFilename, metadata.IndexSizeExceedingNoCompactReason), ) - blocksCleaner := compact.NewBlocksCleaner(logger, bkt, ignoreDeletionMarkFilter, deleteDelay, compactMetrics.blocksCleaned, compactMetrics.blockCleanupFailures) + if enableVerticalCompaction { + planner = compact.WithVerticalCompactionDownsampleFilter(largeIndexFilterPlanner, insBkt, compactMetrics.blocksMarked.WithLabelValues(metadata.NoCompactMarkFilename, metadata.DownsampleVerticalCompactionNoCompactReason)) + } else { + planner = largeIndexFilterPlanner + } + blocksCleaner := compact.NewBlocksCleaner(logger, insBkt, ignoreDeletionMarkFilter, deleteDelay, compactMetrics.blocksCleaned, compactMetrics.blockCleanupFailures) compactor, err := compact.NewBucketCompactor( logger, sy, @@ -367,7 +391,7 @@ func runCompact( planner, comp, compactDir, - bkt, + insBkt, conf.compactionConcurrency, conf.skipBlockWithOutOfOrderChunks, ) @@ -409,7 +433,7 @@ func runCompact( return errors.Wrap(err, "syncing metas") } - compact.BestEffortCleanAbortedPartialUploads(ctx, logger, sy.Partial(), bkt, compactMetrics.partialUploadDeleteAttempts, compactMetrics.blocksCleaned, compactMetrics.blockCleanupFailures) + compact.BestEffortCleanAbortedPartialUploads(ctx, logger, sy.Partial(), insBkt, compactMetrics.partialUploadDeleteAttempts, compactMetrics.blocksCleaned, compactMetrics.blockCleanupFailures) if err := blocksCleaner.DeleteMarkedBlocks(ctx); err != nil { return errors.Wrap(err, "cleaning marked blocks") } @@ -432,12 +456,30 @@ func runCompact( return errors.Wrap(err, "sync before first pass of downsampling") } - for _, meta := range sy.Metas() { - groupKey := meta.Thanos.GroupKey() - downsampleMetrics.downsamples.WithLabelValues(groupKey) - downsampleMetrics.downsampleFailures.WithLabelValues(groupKey) + filteredMetas := sy.Metas() + noDownsampleBlocks := noDownsampleMarkerFilter.NoDownsampleMarkedBlocks() + for ul := range noDownsampleBlocks { + delete(filteredMetas, ul) } - if err := downsampleBucket(ctx, logger, downsampleMetrics, bkt, sy.Metas(), downsamplingDir, conf.downsampleConcurrency, metadata.HashFunc(conf.hashFunc), conf.acceptMalformedIndex); err != nil { + + for _, meta := range filteredMetas { + resolutionLabel := meta.Thanos.ResolutionString() + downsampleMetrics.downsamples.WithLabelValues(resolutionLabel) + downsampleMetrics.downsampleFailures.WithLabelValues(resolutionLabel) + } + + if err := downsampleBucket( + ctx, + logger, + downsampleMetrics, + insBkt, + filteredMetas, + downsamplingDir, + conf.downsampleConcurrency, + conf.blockFilesConcurrency, + metadata.HashFunc(conf.hashFunc), + conf.acceptMalformedIndex, + ); err != nil { return errors.Wrap(err, "first pass of downsampling failed") } @@ -445,9 +487,30 @@ func runCompact( if err := sy.SyncMetas(ctx); err != nil { return errors.Wrap(err, "sync before second pass of downsampling") } - if err := downsampleBucket(ctx, logger, downsampleMetrics, bkt, sy.Metas(), downsamplingDir, conf.downsampleConcurrency, metadata.HashFunc(conf.hashFunc), conf.acceptMalformedIndex); err != nil { + + // Regenerate the filtered list of blocks after the sync, + // to include the blocks created by the first pass. + filteredMetas = sy.Metas() + noDownsampleBlocks = noDownsampleMarkerFilter.NoDownsampleMarkedBlocks() + for ul := range noDownsampleBlocks { + delete(filteredMetas, ul) + } + + if err := downsampleBucket( + ctx, + logger, + downsampleMetrics, + insBkt, + filteredMetas, + downsamplingDir, + conf.downsampleConcurrency, + conf.blockFilesConcurrency, + metadata.HashFunc(conf.hashFunc), + conf.acceptMalformedIndex, + ); err != nil { return errors.Wrap(err, "second pass of downsampling failed") } + level.Info(logger).Log("msg", "downsampling iterations done") } else { level.Info(logger).Log("msg", "downsampling was explicitly disabled") @@ -458,7 +521,7 @@ func runCompact( return errors.Wrap(err, "sync before retention") } - if err := compact.ApplyRetentionPolicyByResolution(ctx, logger, bkt, sy.Metas(), retentionByResolution, compactMetrics.blocksMarked.WithLabelValues(metadata.DeletionMarkFilename, "")); err != nil { + if err := compact.ApplyRetentionPolicyByResolution(ctx, logger, insBkt, sy.Metas(), retentionByResolution, compactMetrics.blocksMarked.WithLabelValues(metadata.DeletionMarkFilename, "")); err != nil { return errors.Wrap(err, "retention failed") } @@ -466,7 +529,7 @@ func runCompact( } g.Add(func() error { - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") if !conf.wait { return compactMainFn() @@ -653,6 +716,7 @@ type compactConfig struct { wait bool waitInterval time.Duration disableDownsampling bool + blockListStrategy string blockMetaFetchConcurrency int blockFilesConcurrency int blockViewerSyncBlockInterval time.Duration @@ -674,6 +738,7 @@ type compactConfig struct { skipBlockWithOutOfOrderChunks bool progressCalculateInterval time.Duration filterConf *store.FilterConfig + disableAdminOperations bool } func (cc *compactConfig) registerFlag(cmd extkingpin.FlagClause) { @@ -713,6 +778,9 @@ func (cc *compactConfig) registerFlag(cmd extkingpin.FlagClause) { "as querying long time ranges without non-downsampled data is not efficient and useful e.g it is not possible to render all samples for a human eye anyway"). Default("false").BoolVar(&cc.disableDownsampling) + strategies := strings.Join([]string{string(concurrentDiscovery), string(recursiveDiscovery)}, ", ") + cmd.Flag("block-discovery-strategy", "One of "+strategies+". When set to concurrent, stores will concurrently issue one call per directory to discover active blocks in the bucket. The recursive strategy iterates through all objects in the bucket, recursively traversing into each directory. This avoids N+1 calls at the expense of having slower bucket iterations."). + Default(string(concurrentDiscovery)).StringVar(&cc.blockListStrategy) cmd.Flag("block-meta-fetch-concurrency", "Number of goroutines to use when fetching block metadata from object storage."). Default("32").IntVar(&cc.blockMetaFetchConcurrency) cmd.Flag("block-files-concurrency", "Number of goroutines to use when fetching/uploading block files from object storage."). @@ -782,4 +850,6 @@ func (cc *compactConfig) registerFlag(cmd extkingpin.FlagClause) { cc.webConf.registerFlag(cmd) cmd.Flag("bucket-web-label", "External block label to use as group title in the bucket web UI").StringVar(&cc.label) + + cmd.Flag("disable-admin-operations", "Disable UI/API admin operations like marking blocks for deletion and no compaction.").Default("false").BoolVar(&cc.disableAdminOperations) } diff --git a/cmd/thanos/config.go b/cmd/thanos/config.go index 4986de9af8..a6abd7c3c9 100644 --- a/cmd/thanos/config.go +++ b/cmd/thanos/config.go @@ -8,13 +8,20 @@ package main import ( "net/url" + "sort" + "strconv" + "strings" "time" + "github.com/KimMachineGun/automemlimit/memlimit" extflag "github.com/efficientgo/tools/extkingpin" + "github.com/pkg/errors" "github.com/prometheus/common/model" + "github.com/prometheus/prometheus/model/labels" "github.com/thanos-io/thanos/pkg/extkingpin" + "github.com/thanos-io/thanos/pkg/shipper" ) type grpcConfig struct { @@ -113,8 +120,18 @@ type reloaderConfig struct { ruleDirectories []string watchInterval time.Duration retryInterval time.Duration + method string + processName string } +const ( + // HTTPReloadMethod reloads the configuration using the HTTP reload endpoint. + HTTPReloadMethod = "http" + + // SignalReloadMethod reloads the configuration sending a SIGHUP signal to the process. + SignalReloadMethod = "signal" +) + func (rc *reloaderConfig) registerFlag(cmd extkingpin.FlagClause) *reloaderConfig { cmd.Flag("reloader.config-file", "Config file watched by the reloader."). @@ -131,6 +148,12 @@ func (rc *reloaderConfig) registerFlag(cmd extkingpin.FlagClause) *reloaderConfi cmd.Flag("reloader.retry-interval", "Controls how often reloader retries config reload in case of error."). Default("5s").DurationVar(&rc.retryInterval) + cmd.Flag("reloader.method", + "Method used to reload the configuration."). + Default(HTTPReloadMethod).EnumVar(&rc.method, HTTPReloadMethod, SignalReloadMethod) + cmd.Flag("reloader.process-name", + "Executable name used to match the process being reloaded when using the signal method."). + Default("prometheus").StringVar(&rc.processName) return rc } @@ -140,6 +163,7 @@ type shipperConfig struct { ignoreBlockSize bool allowOutOfOrderUpload bool hashFunc string + metaFileName string } func (sc *shipperConfig) registerFlag(cmd extkingpin.FlagClause) *shipperConfig { @@ -156,6 +180,7 @@ func (sc *shipperConfig) registerFlag(cmd extkingpin.FlagClause) *shipperConfig Default("false").Hidden().BoolVar(&sc.allowOutOfOrderUpload) cmd.Flag("hash-func", "Specify which hash function to use when calculating the hashes of produced files. If no function has been specified, it does not happen. This permits avoiding downloading some files twice albeit at some performance cost. Possible values are: \"\", \"SHA256\"."). Default("").EnumVar(&sc.hashFunc, "SHA256", "") + cmd.Flag("shipper.meta-file-name", "the file to store shipper metadata in").Default(shipper.DefaultMetaFilename).StringVar(&sc.metaFileName) return sc } @@ -180,14 +205,15 @@ func (wc *webConfig) registerFlag(cmd extkingpin.FlagClause) *webConfig { } type queryConfig struct { - addrs []string - sdFiles []string - sdInterval time.Duration - configPath *extflag.PathOrContent - dnsSDInterval time.Duration - httpMethod string - dnsSDResolver string - step time.Duration + addrs []string + sdFiles []string + sdInterval time.Duration + configPath *extflag.PathOrContent + dnsSDInterval time.Duration + httpMethod string + dnsSDResolver string + step time.Duration + doNotAddThanosParams bool } func (qc *queryConfig) registerFlag(cmd extkingpin.FlagClause) *queryConfig { @@ -206,6 +232,8 @@ func (qc *queryConfig) registerFlag(cmd extkingpin.FlagClause) *queryConfig { Default("miekgdns").Hidden().StringVar(&qc.dnsSDResolver) cmd.Flag("query.default-step", "Default range query step to use. This is only used in stateless Ruler and alert state restoration."). Default("1s").DurationVar(&qc.step) + cmd.Flag("query.only-prometheus-params", "Disable adding Thanos parameters (e.g dedup, partial_response) when querying metrics. Some non-Thanos systems have strict API validation.").Hidden(). + Default("false").BoolVar(&qc.doNotAddThanosParams) return qc } @@ -217,6 +245,7 @@ type alertMgrConfig struct { alertExcludeLabels []string alertQueryURL *string alertRelabelConfigPath *extflag.PathOrContent + alertSourceTemplate *string } func (ac *alertMgrConfig) registerFlag(cmd extflag.FlagClause) *alertMgrConfig { @@ -231,5 +260,66 @@ func (ac *alertMgrConfig) registerFlag(cmd extflag.FlagClause) *alertMgrConfig { cmd.Flag("alert.label-drop", "Labels by name to drop before sending to alertmanager. This allows alert to be deduplicated on replica label (repeated). Similar Prometheus alert relabelling"). StringsVar(&ac.alertExcludeLabels) ac.alertRelabelConfigPath = extflag.RegisterPathOrContent(cmd, "alert.relabel-config", "YAML file that contains alert relabelling configuration.", extflag.WithEnvSubstitution()) + ac.alertSourceTemplate = cmd.Flag("alert.query-template", "Template to use in alerts source field. Need only include {{.Expr}} parameter").Default("/graph?g0.expr={{.Expr}}&g0.tab=1").String() + return ac } + +func parseFlagLabels(s []string) (labels.Labels, error) { + var lset labels.Labels + for _, l := range s { + parts := strings.SplitN(l, "=", 2) + if len(parts) != 2 { + return nil, errors.Errorf("unrecognized label %q", l) + } + if !model.LabelName.IsValid(model.LabelName(parts[0])) { + return nil, errors.Errorf("unsupported format for label %s", l) + } + val, err := strconv.Unquote(parts[1]) + if err != nil { + return nil, errors.Wrap(err, "unquote label value") + } + lset = append(lset, labels.Label{Name: parts[0], Value: val}) + } + sort.Sort(lset) + return lset, nil +} + +type goMemLimitConfig struct { + enableAutoGoMemlimit bool + memlimitRatio float64 +} + +func (gml *goMemLimitConfig) registerFlag(cmd extkingpin.FlagClause) *goMemLimitConfig { + cmd.Flag("enable-auto-gomemlimit", + "Enable go runtime to automatically limit memory consumption."). + Default("false").BoolVar(&gml.enableAutoGoMemlimit) + + cmd.Flag("auto-gomemlimit.ratio", + "The ratio of reserved GOMEMLIMIT memory to the detected maximum container or system memory."). + Default("0.9").FloatVar(&gml.memlimitRatio) + + return gml +} + +func configureGoAutoMemLimit(common goMemLimitConfig) error { + if common.memlimitRatio <= 0.0 || common.memlimitRatio > 1.0 { + return errors.New("--auto-gomemlimit.ratio must be greater than 0 and less than or equal to 1.") + } + + if common.enableAutoGoMemlimit { + if _, err := memlimit.SetGoMemLimitWithOpts( + memlimit.WithRatio(common.memlimitRatio), + memlimit.WithProvider( + memlimit.ApplyFallback( + memlimit.FromCgroup, + memlimit.FromSystem, + ), + ), + ); err != nil { + return errors.Wrap(err, "Failed to set GOMEMLIMIT automatically") + } + } + + return nil +} diff --git a/cmd/thanos/downsample.go b/cmd/thanos/downsample.go index 5b2dbfeca7..a5cd5c38ed 100644 --- a/cmd/thanos/downsample.go +++ b/cmd/thanos/downsample.go @@ -21,8 +21,11 @@ import ( "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/thanos-io/thanos/pkg/compact" + "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" @@ -47,16 +50,16 @@ func newDownsampleMetrics(reg *prometheus.Registry) *DownsampleMetrics { m.downsamples = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_downsample_total", Help: "Total number of downsampling attempts.", - }, []string{"group"}) + }, []string{"resolution"}) m.downsampleFailures = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_downsample_failures_total", Help: "Total number of failed downsampling attempts.", - }, []string{"group"}) + }, []string{"resolution"}) m.downsampleDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_compact_downsample_duration_seconds", Help: "Duration of downsample runs", Buckets: []float64{60, 300, 900, 1800, 3600, 7200, 14400}, // 1m, 5m, 15m, 30m, 60m, 120m, 240m - }, []string{"group"}) + }, []string{"resolution"}) return m } @@ -71,6 +74,7 @@ func RunDownsample( dataDir string, waitInterval time.Duration, downsampleConcurrency int, + blockFilesConcurrency int, objStoreConfig *extflag.PathOrContent, comp component.Component, hashFunc metadata.HashFunc, @@ -80,15 +84,17 @@ func RunDownsample( return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Downsample.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Downsample.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) // While fetching blocks, filter out blocks that were marked for no downsample. - metaFetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, bkt, "", extprom.WrapRegistererWithPrefix("thanos_", reg), []block.MetadataFilter{ + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix("thanos_", reg), []block.MetadataFilter{ block.NewDeduplicateFilter(block.FetcherConcurrency), - downsample.NewGatherNoDownsampleMarkFilter(logger, bkt), + downsample.NewGatherNoDownsampleMarkFilter(logger, insBkt, block.FetcherConcurrency), }) if err != nil { return errors.Wrap(err, "create meta fetcher") @@ -97,7 +103,7 @@ func RunDownsample( // Ensure we close up everything properly. defer func() { if err != nil { - runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") } }() @@ -113,7 +119,7 @@ func RunDownsample( ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") statusProber.Ready() return runutil.Repeat(waitInterval, ctx.Done(), func() error { @@ -124,11 +130,11 @@ func RunDownsample( } for _, meta := range metas { - groupKey := meta.Thanos.GroupKey() - metrics.downsamples.WithLabelValues(groupKey) - metrics.downsampleFailures.WithLabelValues(groupKey) + resolutionLabel := meta.Thanos.ResolutionString() + metrics.downsamples.WithLabelValues(resolutionLabel) + metrics.downsampleFailures.WithLabelValues(resolutionLabel) } - if err := downsampleBucket(ctx, logger, metrics, bkt, metas, dataDir, downsampleConcurrency, hashFunc, false); err != nil { + if err := downsampleBucket(ctx, logger, metrics, insBkt, metas, dataDir, downsampleConcurrency, blockFilesConcurrency, hashFunc, false); err != nil { return errors.Wrap(err, "downsampling failed") } @@ -137,7 +143,7 @@ func RunDownsample( if err != nil { return errors.Wrap(err, "sync before second pass of downsampling") } - if err := downsampleBucket(ctx, logger, metrics, bkt, metas, dataDir, downsampleConcurrency, hashFunc, false); err != nil { + if err := downsampleBucket(ctx, logger, metrics, insBkt, metas, dataDir, downsampleConcurrency, blockFilesConcurrency, hashFunc, false); err != nil { return errors.Wrap(err, "downsampling failed") } return nil @@ -176,6 +182,7 @@ func downsampleBucket( metas map[ulid.ULID]*metadata.Meta, dir string, downsampleConcurrency int, + blockFilesConcurrency int, hashFunc metadata.HashFunc, acceptMalformedIndex bool, ) (rerr error) { @@ -255,12 +262,12 @@ func downsampleBucket( resolution = downsample.ResLevel2 errMsg = "downsampling to 60 min" } - if err := processDownsampling(workerCtx, logger, bkt, m, dir, resolution, hashFunc, metrics, acceptMalformedIndex); err != nil { - metrics.downsampleFailures.WithLabelValues(m.Thanos.GroupKey()).Inc() + if err := processDownsampling(workerCtx, logger, bkt, m, dir, resolution, hashFunc, metrics, acceptMalformedIndex, blockFilesConcurrency); err != nil { + metrics.downsampleFailures.WithLabelValues(m.Thanos.ResolutionString()).Inc() errCh <- errors.Wrap(err, errMsg) } - metrics.downsamples.WithLabelValues(m.Thanos.GroupKey()).Inc() + metrics.downsamples.WithLabelValues(m.Thanos.ResolutionString()).Inc() } }() } @@ -345,17 +352,18 @@ func processDownsampling( hashFunc metadata.HashFunc, metrics *DownsampleMetrics, acceptMalformedIndex bool, + blockFilesConcurrency int, ) error { begin := time.Now() bdir := filepath.Join(dir, m.ULID.String()) - err := block.Download(ctx, logger, bkt, m.ULID, bdir) + err := block.Download(ctx, logger, bkt, m.ULID, bdir, objstore.WithFetchConcurrency(blockFilesConcurrency)) if err != nil { - return errors.Wrapf(err, "download block %s", m.ULID) + return compact.NewRetryError(errors.Wrapf(err, "download block %s", m.ULID)) } level.Info(logger).Log("msg", "downloaded block", "id", m.ULID, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds()) - if err := block.VerifyIndex(logger, filepath.Join(bdir, block.IndexFilename), m.MinTime, m.MaxTime); err != nil && !acceptMalformedIndex { + if err := block.VerifyIndex(ctx, logger, filepath.Join(bdir, block.IndexFilename), m.MinTime, m.MaxTime); err != nil && !acceptMalformedIndex { return errors.Wrap(err, "input block index not valid") } @@ -374,7 +382,7 @@ func processDownsampling( } defer runutil.CloseWithLogOnErr(log.With(logger, "outcome", "potential left mmap file handlers left"), b, "tsdb reader") - id, err := downsample.Downsample(logger, m, b, dir, resolution) + id, err := downsample.Downsample(ctx, logger, m, b, dir, resolution) if err != nil { return errors.Wrapf(err, "downsample block %s to window %d", m.ULID, resolution) } @@ -383,17 +391,36 @@ func processDownsampling( downsampleDuration := time.Since(begin) level.Info(logger).Log("msg", "downsampled block", "from", m.ULID, "to", id, "duration", downsampleDuration, "duration_ms", downsampleDuration.Milliseconds()) - metrics.downsampleDuration.WithLabelValues(m.Thanos.GroupKey()).Observe(downsampleDuration.Seconds()) + metrics.downsampleDuration.WithLabelValues(m.Thanos.ResolutionString()).Observe(downsampleDuration.Seconds()) - if err := block.VerifyIndex(logger, filepath.Join(resdir, block.IndexFilename), m.MinTime, m.MaxTime); err != nil && !acceptMalformedIndex { + stats, err := block.GatherIndexHealthStats(ctx, logger, filepath.Join(resdir, block.IndexFilename), m.MinTime, m.MaxTime) + if err == nil { + err = stats.AnyErr() + } + if err != nil && !acceptMalformedIndex { return errors.Wrap(err, "output block index not valid") } + meta, err := metadata.ReadFromDir(resdir) + if err != nil { + return errors.Wrap(err, "read meta") + } + + if stats.ChunkMaxSize > 0 { + meta.Thanos.IndexStats.ChunkMaxSize = stats.ChunkMaxSize + } + if stats.SeriesMaxSize > 0 { + meta.Thanos.IndexStats.SeriesMaxSize = stats.SeriesMaxSize + } + if err := meta.WriteToDir(logger, resdir); err != nil { + return errors.Wrap(err, "write meta") + } + begin = time.Now() err = block.Upload(ctx, logger, bkt, resdir, hashFunc) if err != nil { - return errors.Wrapf(err, "upload downsampled block %s", id) + return compact.NewRetryError(errors.Wrapf(err, "upload downsampled block %s", id)) } level.Info(logger).Log("msg", "uploaded block", "id", id, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds()) diff --git a/cmd/thanos/main.go b/cmd/thanos/main.go index d6eafde695..a29d702d0d 100644 --- a/cmd/thanos/main.go +++ b/cmd/thanos/main.go @@ -22,6 +22,7 @@ import ( "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/collectors" + versioncollector "github.com/prometheus/client_golang/prometheus/collectors/version" "github.com/prometheus/common/version" "go.uber.org/automaxprocs/maxprocs" "gopkg.in/alecthomas/kingpin.v2" @@ -49,6 +50,10 @@ func main() { Default(logging.LogFormatLogfmt).Enum(logging.LogFormatLogfmt, logging.LogFormatJSON) tracingConfig := extkingpin.RegisterCommonTracingFlags(app) + goMemLimitConf := goMemLimitConfig{} + + goMemLimitConf.registerFlag(app) + registerSidecar(app) registerStore(app) registerQuery(app) @@ -61,6 +66,11 @@ func main() { cmd, setup := app.Parse() logger := logging.NewLogger(*logLevel, *logFormat, *debugName) + if err := configureGoAutoMemLimit(goMemLimitConf); err != nil { + level.Error(logger).Log("msg", "failed to configure Go runtime memory limits", "err", err) + os.Exit(1) + } + // Running in container with limits but with empty/wrong value of GOMAXPROCS env var could lead to throttling by cpu // maxprocs will automate adjustment by using cgroups info about cpu limit if it set as value for runtime.GOMAXPROCS. undo, err := maxprocs.Set(maxprocs.Logger(func(template string, args ...interface{}) { @@ -73,7 +83,7 @@ func main() { metrics := prometheus.NewRegistry() metrics.MustRegister( - version.NewCollector("thanos"), + versioncollector.NewCollector("thanos"), collectors.NewGoCollector( collectors.WithGoCollectorRuntimeMetrics(collectors.GoRuntimeMetricsRule{Matcher: regexp.MustCompile("/.*")}), ), @@ -204,6 +214,11 @@ func getFlagsMap(flags []*kingpin.FlagModel) map[string]string { if boilerplateFlags.GetFlag(f.Name) != nil { continue } + // Mask inline objstore flag which can have credentials. + if f.Name == "objstore.config" || f.Name == "objstore.config-file" { + flagsMap[f.Name] = "" + continue + } flagsMap[f.Name] = f.Value.String() } diff --git a/cmd/thanos/main_test.go b/cmd/thanos/main_test.go index deeb085640..fcc394a614 100644 --- a/cmd/thanos/main_test.go +++ b/cmd/thanos/main_test.go @@ -21,6 +21,7 @@ import ( "github.com/thanos-io/objstore" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/compact/downsample" @@ -77,6 +78,11 @@ func (b *erroringBucket) IsObjNotFoundErr(err error) bool { return b.bkt.IsObjNotFoundErr(err) } +// IsAccessDeniedErr returns true if error means that access to the object was denied. +func (b *erroringBucket) IsAccessDeniedErr(err error) bool { + return b.bkt.IsAccessDeniedErr(err) +} + // Attributes returns information about the specified object. func (b *erroringBucket) Attributes(ctx context.Context, name string) (objstore.ObjectAttributes, error) { return b.bkt.Attributes(ctx, name) @@ -151,13 +157,14 @@ func TestRegression4960_Deadlock(t *testing.T) { testutil.Ok(t, err) metrics := newDownsampleMetrics(prometheus.NewRegistry()) - testutil.Equals(t, 0.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.GroupKey()))) - metaFetcher, err := block.NewMetaFetcher(nil, block.FetcherConcurrency, bkt, "", nil, nil) + testutil.Equals(t, 0.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.ResolutionString()))) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, bkt) + metaFetcher, err := block.NewMetaFetcher(nil, block.FetcherConcurrency, bkt, baseBlockIDsFetcher, "", nil, nil) testutil.Ok(t, err) metas, _, err := metaFetcher.Fetch(ctx) testutil.Ok(t, err) - err = downsampleBucket(ctx, logger, metrics, bkt, metas, dir, 1, metadata.NoneFunc, false) + err = downsampleBucket(ctx, logger, metrics, bkt, metas, dir, 1, 1, metadata.NoneFunc, false) testutil.NotOk(t, err) testutil.Assert(t, strings.Contains(err.Error(), "some random error has occurred")) @@ -190,14 +197,15 @@ func TestCleanupDownsampleCacheFolder(t *testing.T) { testutil.Ok(t, err) metrics := newDownsampleMetrics(prometheus.NewRegistry()) - testutil.Equals(t, 0.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.GroupKey()))) - metaFetcher, err := block.NewMetaFetcher(nil, block.FetcherConcurrency, bkt, "", nil, nil) + testutil.Equals(t, 0.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.ResolutionString()))) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, bkt) + metaFetcher, err := block.NewMetaFetcher(nil, block.FetcherConcurrency, bkt, baseBlockIDsFetcher, "", nil, nil) testutil.Ok(t, err) metas, _, err := metaFetcher.Fetch(ctx) testutil.Ok(t, err) - testutil.Ok(t, downsampleBucket(ctx, logger, metrics, bkt, metas, dir, 1, metadata.NoneFunc, false)) - testutil.Equals(t, 1.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.GroupKey()))) + testutil.Ok(t, downsampleBucket(ctx, logger, metrics, bkt, metas, dir, 1, 1, metadata.NoneFunc, false)) + testutil.Equals(t, 1.0, promtest.ToFloat64(metrics.downsamples.WithLabelValues(meta.Thanos.ResolutionString()))) _, err = os.Stat(dir) testutil.Assert(t, os.IsNotExist(err), "index cache dir should not exist at the end of execution") diff --git a/cmd/thanos/query.go b/cmd/thanos/query.go index 758c91a97a..e4311647e1 100644 --- a/cmd/thanos/query.go +++ b/cmd/thanos/query.go @@ -11,26 +11,28 @@ import ( "strings" "time" + extflag "github.com/efficientgo/tools/extkingpin" "google.golang.org/grpc" "github.com/go-kit/log" "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/common/route" + "github.com/prometheus/prometheus/discovery" "github.com/prometheus/prometheus/discovery/file" "github.com/prometheus/prometheus/discovery/targetgroup" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/promql" - "github.com/thanos-community/promql-engine/api" + "github.com/thanos-io/promql-engine/api" apiv1 "github.com/thanos-io/thanos/pkg/api/query" "github.com/thanos-io/thanos/pkg/api/query/querypb" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/compact/downsample" "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/discovery/cache" @@ -55,6 +57,7 @@ import ( "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/targets" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tls" "github.com/thanos-io/thanos/pkg/ui" ) @@ -96,16 +99,13 @@ func registerQuery(app *extkingpin.App) { webPrefixHeaderName := cmd.Flag("web.prefix-header", "Name of HTTP request header used for dynamic prefixing of UI links and redirects. This option is ignored if web.external-prefix argument is set. Security risk: enable this option only if a reverse proxy in front of thanos is resetting the header. The --web.prefix-header=X-Forwarded-Prefix option can be useful, for example, if Thanos UI is served via Traefik reverse proxy with PathPrefixStrip option enabled, which sends the stripped prefix value in X-Forwarded-Prefix header. This allows thanos UI to be served on a sub-path.").Default("").String() webDisableCORS := cmd.Flag("web.disable-cors", "Whether to disable CORS headers to be set by Thanos. By default Thanos sets CORS headers to be allowed by all.").Default("false").Bool() - reqLogDecision := cmd.Flag("log.request.decision", "Deprecation Warning - This flag would be soon deprecated, and replaced with `request.logging-config`. Request Logging for logging the start and end of requests. By default this flag is disabled. LogFinishCall: Logs the finish call of the requests. LogStartAndFinishCall: Logs the start and finish call of the requests. NoLogCall: Disable request logging.").Default("").Enum("NoLogCall", "LogFinishCall", "LogStartAndFinishCall", "") - queryTimeout := extkingpin.ModelDuration(cmd.Flag("query.timeout", "Maximum time to process query by query node."). Default("2m")) defaultEngine := cmd.Flag("query.promql-engine", "Default PromQL engine to use.").Default(string(apiv1.PromqlEnginePrometheus)). Enum(string(apiv1.PromqlEnginePrometheus), string(apiv1.PromqlEngineThanos)) - + extendedFunctionsEnabled := cmd.Flag("query.enable-x-functions", "Whether to enable extended rate functions (xrate, xincrease and xdelta). Only has effect when used with Thanos engine.").Default("false").Bool() promqlQueryMode := cmd.Flag("query.mode", "PromQL query mode. One of: local, distributed."). - Hidden(). Default(string(queryModeLocal)). Enum(string(queryModeLocal), string(queryModeDistributed)) @@ -198,7 +198,7 @@ func registerQuery(app *extkingpin.App) { activeQueryDir := cmd.Flag("query.active-query-path", "Directory to log currently active queries in the queries.active file.").Default("").String() - featureList := cmd.Flag("enable-feature", "Comma separated experimental feature names to enable.The current list of features is "+queryPushdown+".").Default("").Strings() + featureList := cmd.Flag("enable-feature", "Comma separated experimental feature names to enable.The current list of features is empty.").Hidden().Default("").Strings() enableExemplarPartialResponse := cmd.Flag("exemplar.partial-response", "Enable partial response for exemplar endpoint. --no-exemplar.partial-response for disabling."). Hidden().Default("true").Bool() @@ -209,14 +209,28 @@ func registerQuery(app *extkingpin.App) { Default("1s")) storeResponseTimeout := extkingpin.ModelDuration(cmd.Flag("store.response-timeout", "If a Store doesn't send any data in this specified duration then a Store will be ignored and partial data will be returned if it's enabled. 0 disables timeout.").Default("0ms")) + + storeSelectorRelabelConf := *extflag.RegisterPathOrContent( + cmd, + "selector.relabel-config", + "YAML file with relabeling configuration that allows selecting blocks to query based on their external labels. It follows the Thanos sharding relabel-config syntax. For format details see: https://thanos.io/tip/thanos/sharding.md/#relabelling ", + extflag.WithEnvSubstitution(), + ) + reqLogConfig := extkingpin.RegisterRequestLoggingFlags(cmd) alertQueryURL := cmd.Flag("alert.query-url", "The external Thanos Query URL that would be set in all alerts 'Source' field.").String() grpcProxyStrategy := cmd.Flag("grpc.proxy-strategy", "Strategy to use when proxying Series requests to leaf nodes. Hidden and only used for testing, will be removed after lazy becomes the default.").Default(string(store.EagerRetrieval)).Hidden().Enum(string(store.EagerRetrieval), string(store.LazyRetrieval)) queryTelemetryDurationQuantiles := cmd.Flag("query.telemetry.request-duration-seconds-quantiles", "The quantiles for exporting metrics about the request duration quantiles.").Default("0.1", "0.25", "0.75", "1.25", "1.75", "2.5", "3", "5", "10").Float64List() - queryTelemetrySamplesQuantiles := cmd.Flag("query.telemetry.request-samples-quantiles", "The quantiles for exporting metrics about the samples count quantiles.").Default("100", "1000", "10000", "100000", "1000000").Int64List() - queryTelemetrySeriesQuantiles := cmd.Flag("query.telemetry.request-series-seconds-quantiles", "The quantiles for exporting metrics about the series count quantiles.").Default("10", "100", "1000", "10000", "100000").Int64List() + queryTelemetrySamplesQuantiles := cmd.Flag("query.telemetry.request-samples-quantiles", "The quantiles for exporting metrics about the samples count quantiles.").Default("100", "1000", "10000", "100000", "1000000").Float64List() + queryTelemetrySeriesQuantiles := cmd.Flag("query.telemetry.request-series-seconds-quantiles", "The quantiles for exporting metrics about the series count quantiles.").Default("10", "100", "1000", "10000", "100000").Float64List() + + tenantHeader := cmd.Flag("query.tenant-header", "HTTP header to determine tenant.").Default(tenancy.DefaultTenantHeader).String() + defaultTenant := cmd.Flag("query.default-tenant-id", "Default tenant ID to use if tenant header is not present").Default(tenancy.DefaultTenant).String() + tenantCertField := cmd.Flag("query.tenant-certificate-field", "Use TLS client's certificate field to determine tenant for write requests. Must be one of "+tenancy.CertificateFieldOrganization+", "+tenancy.CertificateFieldOrganizationalUnit+" or "+tenancy.CertificateFieldCommonName+". This setting will cause the query.tenant-header flag value to be ignored.").Default("").Enum("", tenancy.CertificateFieldOrganization, tenancy.CertificateFieldOrganizationalUnit, tenancy.CertificateFieldCommonName) + enforceTenancy := cmd.Flag("query.enforce-tenancy", "Enforce tenancy on Query APIs. Responses are returned only if the label value of the configured tenant-label-name and the value of the tenant header matches.").Default("false").Bool() + tenantLabel := cmd.Flag("query.tenant-label-name", "Label name to use when enforcing tenancy (if --query.enforce-tenancy is enabled).").Default(tenancy.DefaultTenantLabel).String() var storeRateLimits store.SeriesSelectLimits storeRateLimits.RegisterFlags(cmd) @@ -227,25 +241,25 @@ func registerQuery(app *extkingpin.App) { return errors.Wrap(err, "parse federation labels") } - var enableQueryPushdown bool for _, feature := range *featureList { - if feature == queryPushdown { - enableQueryPushdown = true - } if feature == promqlAtModifier { level.Warn(logger).Log("msg", "This option for --enable-feature is now permanently enabled and therefore a no-op.", "option", promqlAtModifier) } if feature == promqlNegativeOffset { level.Warn(logger).Log("msg", "This option for --enable-feature is now permanently enabled and therefore a no-op.", "option", promqlNegativeOffset) } + if feature == queryPushdown { + level.Warn(logger).Log("msg", "This option for --enable-feature is now permanently deprecated and therefore ignored.", "option", queryPushdown) + } } - httpLogOpts, err := logging.ParseHTTPOptions(*reqLogDecision, reqLogConfig) + httpLogOpts, err := logging.ParseHTTPOptions(reqLogConfig) if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } - tagOpts, grpcLogOpts, err := logging.ParsegRPCOptions(*reqLogDecision, reqLogConfig) + grpcLogOpts, logFilterMethods, err := logging.ParsegRPCOptions(reqLogConfig) + if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } @@ -256,7 +270,10 @@ func registerQuery(app *extkingpin.App) { Files: *fileSDFiles, RefreshInterval: *fileSDInterval, } - fileSD = file.NewDiscovery(conf, logger) + var err error + if fileSD, err = file.NewDiscovery(conf, logger, conf.NewDiscovererMetrics(reg, discovery.NewRefreshMetrics(reg))); err != nil { + return err + } } if *webRoutePrefix == "" { @@ -267,6 +284,15 @@ func registerQuery(app *extkingpin.App) { level.Warn(logger).Log("msg", "different values for --web.route-prefix and --web.external-prefix detected, web UI may not work without a reverse-proxy.") } + tsdbRelabelConfig, err := storeSelectorRelabelConf.Content() + if err != nil { + return errors.Wrap(err, "error while parsing tsdb selector configuration") + } + tsdbSelector, err := block.ParseRelabelConfig(tsdbRelabelConfig, block.SelectorSupportedRelabelActions) + if err != nil { + return err + } + return runQuery( g, logger, @@ -275,7 +301,7 @@ func registerQuery(app *extkingpin.App) { tracer, httpLogOpts, grpcLogOpts, - tagOpts, + logFilterMethods, grpcServerConfig, *grpcCompression, *secure, @@ -327,7 +353,6 @@ func registerQuery(app *extkingpin.App) { *strictEndpoints, *strictEndpointGroups, *webDisableCORS, - enableQueryPushdown, *alertQueryURL, *grpcProxyStrategy, component.Query, @@ -336,7 +361,14 @@ func registerQuery(app *extkingpin.App) { *queryTelemetrySeriesQuantiles, *defaultEngine, storeRateLimits, + *extendedFunctionsEnabled, + store.NewTSDBSelector(tsdbSelector), queryMode(*promqlQueryMode), + *tenantHeader, + *defaultTenant, + *tenantCertField, + *enforceTenancy, + *tenantLabel, ) }) } @@ -351,7 +383,7 @@ func runQuery( tracer opentracing.Tracer, httpLogOpts []logging.Option, grpcLogOpts []grpc_logging.Option, - tagOpts []tags.Option, + logFilterMethods []string, grpcServerConfig grpcConfig, grpcCompression string, secure bool, @@ -403,16 +435,22 @@ func runQuery( strictEndpoints []string, strictEndpointGroups []string, disableCORS bool, - enableQueryPushdown bool, alertQueryURL string, grpcProxyStrategy string, comp component.Component, queryTelemetryDurationQuantiles []float64, - queryTelemetrySamplesQuantiles []int64, - queryTelemetrySeriesQuantiles []int64, + queryTelemetrySamplesQuantiles []float64, + queryTelemetrySeriesQuantiles []float64, defaultEngine string, storeRateLimits store.SeriesSelectLimits, + extendedFunctionsEnabled bool, + tsdbSelector *store.TSDBSelector, queryMode queryMode, + tenantHeader string, + defaultTenant string, + tenantCertField string, + enforceTenancy bool, + tenantLabel string, ) error { if alertQueryURL == "" { lastColon := strings.LastIndex(httpBindAddr, ":") @@ -454,6 +492,16 @@ func runQuery( } } + // Register resolver for the "thanos:///" scheme for endpoint-groups + dns.RegisterGRPCResolver( + dns.NewProvider( + logger, + extprom.WrapRegistererWithPrefix("thanos_query_endpoint_groups_", reg), + dns.ResolverType(dnsSDResolver), + ), + dnsSDInterval, + ) + dnsEndpointProvider := dns.NewProvider( logger, extprom.WrapRegistererWithPrefix("thanos_query_endpoints_", reg), @@ -484,62 +532,35 @@ func runQuery( dns.ResolverType(dnsSDResolver), ) - options := []store.ProxyStoreOption{} - if debugLogging { - options = append(options, store.WithProxyStoreDebugLogging()) + options := []store.ProxyStoreOption{ + store.WithTSDBSelector(tsdbSelector), + store.WithProxyStoreDebugLogging(debugLogging), } var ( - endpoints = query.NewEndpointSet( - time.Now, + endpoints = prepareEndpointSet( + g, logger, reg, - func() (specs []*query.GRPCEndpointSpec) { - // Add strict & static nodes. - for _, addr := range strictStores { - specs = append(specs, query.NewGRPCEndpointSpec(addr, true)) - } - - for _, addr := range strictEndpoints { - specs = append(specs, query.NewGRPCEndpointSpec(addr, true)) - } - - for _, dnsProvider := range []*dns.Provider{ - dnsStoreProvider, - dnsRuleProvider, - dnsExemplarProvider, - dnsMetadataProvider, - dnsTargetProvider, - dnsEndpointProvider, - } { - var tmpSpecs []*query.GRPCEndpointSpec - - for _, addr := range dnsProvider.Addresses() { - tmpSpecs = append(tmpSpecs, query.NewGRPCEndpointSpec(addr, false)) - } - tmpSpecs = removeDuplicateEndpointSpecs(logger, duplicatedStores, tmpSpecs) - specs = append(specs, tmpSpecs...) - } - - for _, eg := range endpointGroupAddrs { - addr := fmt.Sprintf("dns:///%s", eg) - spec := query.NewGRPCEndpointSpec(addr, false, extgrpc.EndpointGroupGRPCOpts()...) - specs = append(specs, spec) - } - - for _, eg := range strictEndpointGroups { - addr := fmt.Sprintf("dns:///%s", eg) - spec := query.NewGRPCEndpointSpec(addr, true, extgrpc.EndpointGroupGRPCOpts()...) - specs = append(specs, spec) - } - - return specs + []*dns.Provider{ + dnsStoreProvider, + dnsRuleProvider, + dnsExemplarProvider, + dnsMetadataProvider, + dnsTargetProvider, + dnsEndpointProvider, }, + duplicatedStores, + strictStores, + strictEndpoints, + endpointGroupAddrs, + strictEndpointGroups, dialOpts, unhealthyStoreTimeout, endpointInfoTimeout, queryConnMetricLabels..., ) + proxy = store.NewProxyStore(logger, reg, endpoints.GetStoreClients, component.Query, selectorLset, storeResponseTimeout, store.RetrievalStrategy(grpcProxyStrategy), options...) rulesProxy = rules.NewProxy(logger, endpoints.GetRulesClients) targetsProxy = targets.NewProxy(logger, endpoints.GetTargetsClients) @@ -554,20 +575,6 @@ func runQuery( ) ) - // Periodically update the store set with the addresses we see in our cluster. - { - ctx, cancel := context.WithCancel(context.Background()) - g.Add(func() error { - return runutil.Repeat(5*time.Second, ctx.Done(), func() error { - endpoints.Update(ctx) - return nil - }) - }, func(error) { - cancel() - endpoints.Close() - }) - } - // Run File Service Discovery and update the store set when the files are modified. if fileSD != nil { var fileSDUpdates chan []*targetgroup.Group @@ -670,6 +677,8 @@ func runQuery( var remoteEngineEndpoints api.RemoteEndpoints if queryMode != queryModeLocal { + level.Info(logger).Log("msg", "Distributed query mode enabled, using Thanos as the default query engine.") + defaultEngine = string(apiv1.PromqlEngineThanos) remoteEngineEndpoints = query.NewRemoteEndpoints(logger, endpoints.GetQueryAPIClients, query.Opts{ AutoDownsample: enableAutodownsampling, ReplicaLabels: queryReplicaLabels, @@ -681,6 +690,7 @@ func runQuery( engineFactory := apiv1.NewQueryEngineFactory( engineOpts, remoteEngineEndpoints, + extendedFunctionsEnabled, ) lookbackDeltaCreator := LookbackDeltaFactory(engineOpts, dynamicLookbackDelta) @@ -706,14 +716,14 @@ func runQuery( // Configure Request Logging for HTTP calls. logMiddleware := logging.NewHTTPServerMiddleware(logger, httpLogOpts...) - ins := extpromhttp.NewInstrumentationMiddleware(reg, nil) + ins := extpromhttp.NewTenantInstrumentationMiddleware(tenantHeader, defaultTenant, reg, nil) // TODO(bplotka in PR #513 review): pass all flags, not only the flags needed by prefix rewriting. - ui.NewQueryUI(logger, endpoints, webExternalPrefix, webPrefixHeaderName, alertQueryURL).Register(router, ins) + ui.NewQueryUI(logger, endpoints, webExternalPrefix, webPrefixHeaderName, alertQueryURL, tenantHeader, defaultTenant, enforceTenancy).Register(router, ins) api := apiv1.NewQueryAPI( logger, endpoints.GetEndpointStatus, - *engineFactory, + engineFactory, apiv1.PromqlEngineType(defaultEngine), lookbackDeltaCreator, queryableCreator, @@ -728,7 +738,6 @@ func runQuery( enableTargetPartialResponse, enableMetricMetadataPartialResponse, enableExemplarPartialResponse, - enableQueryPushdown, queryReplicaLabels, flagsMap, defaultRangeQueryStep, @@ -740,13 +749,18 @@ func runQuery( maxConcurrentQueries, gate.Queries, ), - store.NewSeriesStatsAggregator( + store.NewSeriesStatsAggregatorFactory( reg, queryTelemetryDurationQuantiles, queryTelemetrySamplesQuantiles, queryTelemetrySeriesQuantiles, ), reg, + tenantHeader, + defaultTenant, + tenantCertField, + enforceTenancy, + tenantLabel, ) api.Register(router.WithPrefix("/api/v1"), tracer, logger, ins, logMiddleware) @@ -779,18 +793,18 @@ func runQuery( infoSrv := info.NewInfoServer( component.Query.String(), info.WithLabelSetFunc(func() []labelpb.ZLabelSet { return proxy.LabelSet() }), - info.WithStoreInfoFunc(func() *infopb.StoreInfo { + info.WithStoreInfoFunc(func() (*infopb.StoreInfo, error) { if httpProbe.IsReady() { mint, maxt := proxy.TimeRange() - return &infopb.StoreInfo{ MinTime: mint, MaxTime: maxt, SupportsSharding: true, SupportsWithoutReplicaLabels: true, - } + TsdbInfos: proxy.TSDBInfos(), + }, nil } - return nil + return nil, errors.New("Not ready") }), info.WithExemplarsInfoFunc(), info.WithRulesInfoFunc(), @@ -800,9 +814,9 @@ func runQuery( ) defaultEngineType := querypb.EngineType(querypb.EngineType_value[defaultEngine]) - grpcAPI := apiv1.NewGRPCAPI(time.Now, queryReplicaLabels, queryableCreator, *engineFactory, defaultEngineType, lookbackDeltaCreator, instantDefaultMaxSourceResolution) + grpcAPI := apiv1.NewGRPCAPI(time.Now, queryReplicaLabels, queryableCreator, engineFactory, defaultEngineType, lookbackDeltaCreator, instantDefaultMaxSourceResolution) storeServer := store.NewLimitedStoreServer(store.NewInstrumentedStoreServer(reg, proxy), reg, storeRateLimits) - s := grpcserver.New(logger, reg, tracer, grpcLogOpts, tagOpts, comp, grpcProbe, + s := grpcserver.New(logger, reg, tracer, grpcLogOpts, logFilterMethods, comp, grpcProbe, grpcserver.WithServer(apiv1.RegisterQueryServer(grpcAPI)), grpcserver.WithServer(store.RegisterStoreServer(storeServer, logger)), grpcserver.WithServer(rules.RegisterRulesServer(rulesProxy)), @@ -822,6 +836,7 @@ func runQuery( }, func(error) { statusProber.NotReady(err) s.Shutdown(err) + endpoints.Close() }) } @@ -846,6 +861,79 @@ func removeDuplicateEndpointSpecs(logger log.Logger, duplicatedStores prometheus return deduplicated } +func prepareEndpointSet( + g *run.Group, + logger log.Logger, + reg *prometheus.Registry, + dnsProviders []*dns.Provider, + duplicatedStores prometheus.Counter, + strictStores []string, + strictEndpoints []string, + endpointGroupAddrs []string, + strictEndpointGroups []string, + dialOpts []grpc.DialOption, + unhealthyStoreTimeout time.Duration, + endpointInfoTimeout time.Duration, + queryConnMetricLabels ...string, +) *query.EndpointSet { + endpointSet := query.NewEndpointSet( + time.Now, + logger, + reg, + func() (specs []*query.GRPCEndpointSpec) { + // Add strict & static nodes. + for _, addr := range strictStores { + specs = append(specs, query.NewGRPCEndpointSpec(addr, true)) + } + + for _, addr := range strictEndpoints { + specs = append(specs, query.NewGRPCEndpointSpec(addr, true)) + } + + for _, dnsProvider := range dnsProviders { + var tmpSpecs []*query.GRPCEndpointSpec + + for _, addr := range dnsProvider.Addresses() { + tmpSpecs = append(tmpSpecs, query.NewGRPCEndpointSpec(addr, false)) + } + tmpSpecs = removeDuplicateEndpointSpecs(logger, duplicatedStores, tmpSpecs) + specs = append(specs, tmpSpecs...) + } + + for _, eg := range endpointGroupAddrs { + spec := query.NewGRPCEndpointSpec(fmt.Sprintf("thanos:///%s", eg), false, extgrpc.EndpointGroupGRPCOpts()...) + specs = append(specs, spec) + } + + for _, eg := range strictEndpointGroups { + spec := query.NewGRPCEndpointSpec(fmt.Sprintf("thanos:///%s", eg), true, extgrpc.EndpointGroupGRPCOpts()...) + specs = append(specs, spec) + } + + return specs + }, + dialOpts, + unhealthyStoreTimeout, + endpointInfoTimeout, + queryConnMetricLabels..., + ) + + // Periodically update the store set with the addresses we see in our cluster. + { + ctx, cancel := context.WithCancel(context.Background()) + g.Add(func() error { + return runutil.Repeat(5*time.Second, ctx.Done(), func() error { + endpointSet.Update(ctx) + return nil + }) + }, func(error) { + cancel() + }) + } + + return endpointSet +} + // LookbackDeltaFactory creates from 1 to 3 lookback deltas depending on // dynamicLookbackDelta and eo.LookbackDelta and returns a function // that returns appropriate lookback delta for given maxSourceResolutionMillis. diff --git a/cmd/thanos/query_frontend.go b/cmd/thanos/query_frontend.go index df7f2707bc..36b9ed53e8 100644 --- a/cmd/thanos/query_frontend.go +++ b/cmd/thanos/query_frontend.go @@ -8,14 +8,16 @@ import ( "net/http" "time" - "github.com/NYTimes/gziphandler" extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" + "github.com/klauspost/compress/gzhttp" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/prometheus/promql/parser" + "github.com/thanos-io/promql-engine/execution/parse" "github.com/weaveworks/common/user" "gopkg.in/yaml.v2" @@ -25,6 +27,7 @@ import ( cortexvalidation "github.com/thanos-io/thanos/internal/cortex/util/validation" "github.com/thanos-io/thanos/pkg/api" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/exthttp" "github.com/thanos-io/thanos/pkg/extkingpin" "github.com/thanos-io/thanos/pkg/extprom" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" @@ -33,14 +36,15 @@ import ( "github.com/thanos-io/thanos/pkg/queryfrontend" httpserver "github.com/thanos-io/thanos/pkg/server/http" "github.com/thanos-io/thanos/pkg/server/http/middleware" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) type queryFrontendConfig struct { + queryfrontend.Config http httpConfig webDisableCORS bool - queryfrontend.Config - orgIdHeaders []string + orgIdHeaders []string } func registerQueryFrontend(app *extkingpin.App) { @@ -90,6 +94,9 @@ func registerQueryFrontend(app *extkingpin.App) { cmd.Flag("query-range.max-retries-per-request", "Maximum number of retries for a single query range request; beyond this, the downstream error is returned."). Default("5").IntVar(&cfg.QueryRangeConfig.MaxRetries) + cmd.Flag("query-frontend.enable-x-functions", "Enable experimental x- functions in query-frontend. --no-query-frontend.enable-x-functions for disabling."). + Default("false").BoolVar(&cfg.EnableXFunctions) + cmd.Flag("query-range.max-query-length", "Limit the query time range (end - start time) in the query-frontend, 0 disables it."). Default("0").DurationVar((*time.Duration)(&cfg.QueryRangeConfig.Limits.MaxQueryLength)) @@ -139,20 +146,27 @@ func registerQueryFrontend(app *extkingpin.App) { cmd.Flag("query-frontend.log-queries-longer-than", "Log queries that are slower than the specified duration. "+ "Set to 0 to disable. Set to < 0 to enable on all queries.").Default("0").DurationVar(&cfg.CortexHandlerConfig.LogQueriesLongerThan) - cmd.Flag("query-frontend.org-id-header", "Request header names used to identify the source of slow queries (repeated flag). "+ + cmd.Flag("query-frontend.org-id-header", "Deprecation Warning - This flag will be soon deprecated in favor of query-frontend.tenant-header"+ + " and both flags cannot be used at the same time. "+ + "Request header names used to identify the source of slow queries (repeated flag). "+ "The values of the header will be added to the org id field in the slow query log. "+ "If multiple headers match the request, the first matching arg specified will take precedence. "+ "If no headers match 'anonymous' will be used.").PlaceHolder("").StringsVar(&cfg.orgIdHeaders) cmd.Flag("query-frontend.forward-header", "List of headers forwarded by the query-frontend to downstream queriers, default is empty").PlaceHolder("").StringsVar(&cfg.ForwardHeaders) + cmd.Flag("query-frontend.tenant-header", "HTTP header to determine tenant").Default(tenancy.DefaultTenantHeader).Hidden().StringVar(&cfg.TenantHeader) + cmd.Flag("query-frontend.default-tenant-id", "Default tenant ID to use if tenant header is not present").Default(tenancy.DefaultTenant).Hidden().StringVar(&cfg.DefaultTenant) + cmd.Flag("query-frontend.tenant-certificate-field", "Use TLS client's certificate field to determine tenant for requests. Must be one of "+tenancy.CertificateFieldOrganization+", "+tenancy.CertificateFieldOrganizationalUnit+" or "+tenancy.CertificateFieldCommonName+". This setting will cause the query-frontend.tenant-header flag value to be ignored.").Hidden().Default("").EnumVar(&cfg.TenantCertField, "", tenancy.CertificateFieldOrganization, tenancy.CertificateFieldOrganizationalUnit, tenancy.CertificateFieldCommonName) + cmd.Flag("query-frontend.vertical-shards", "Number of shards to use when distributing shardable PromQL queries. For more details, you can refer to the Vertical query sharding proposal: https://thanos.io/tip/proposals-accepted/202205-vertical-query-sharding.md").IntVar(&cfg.NumShards) - cmd.Flag("log.request.decision", "Deprecation Warning - This flag would be soon deprecated, and replaced with `request.logging-config`. Request Logging for logging the start and end of requests. By default this flag is disabled. LogFinishCall : Logs the finish call of the requests. LogStartAndFinishCall : Logs the start and finish call of the requests. NoLogCall : Disable request logging.").Default("").EnumVar(&cfg.RequestLoggingDecision, "NoLogCall", "LogFinishCall", "LogStartAndFinishCall", "") + cmd.Flag("query-frontend.slow-query-logs-user-header", "Set the value of the field remote_user in the slow query logs to the value of the given HTTP header. Falls back to reading the user from the basic auth header.").PlaceHolder("").Default("").StringVar(&cfg.CortexHandlerConfig.SlowQueryLogsUserHeader) + reqLogConfig := extkingpin.RegisterRequestLoggingFlags(cmd) cmd.Setup(func(g *run.Group, logger log.Logger, reg *prometheus.Registry, tracer opentracing.Tracer, _ <-chan struct{}, _ bool) error { - httpLogOpts, err := logging.ParseHTTPOptions(cfg.RequestLoggingDecision, reqLogConfig) + httpLogOpts, err := logging.ParseHTTPOptions(reqLogConfig) if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } @@ -182,6 +196,13 @@ func parseTransportConfiguration(downstreamTripperConfContentYaml []byte) (*http return nil, errors.Wrap(err, "parsing downstream tripper config YAML file") } + if tripperConfig.TLSConfig != nil { + tlsConfig, err := exthttp.NewTLSConfig(tripperConfig.TLSConfig) + if err != nil { + return nil, errors.Wrap(err, "parsing downstream tripper TLS config YAML") + } + downstreamTripper.TLSClientConfig = tlsConfig + } if tripperConfig.IdleConnTimeout > 0 { downstreamTripper.IdleConnTimeout = time.Duration(tripperConfig.IdleConnTimeout) } @@ -217,6 +238,26 @@ func runQueryFrontend( cfg *queryFrontendConfig, comp component.Component, ) error { + tenantHeaderProvided := cfg.TenantHeader != "" && cfg.TenantHeader != tenancy.DefaultTenantHeader + // If tenant header is set and different from the default tenant header, add it to the list of org id headers. + // In this case we don't need to add the tenant header to `cfg.ForwardHeaders` because tripperware will modify + // the request, renaming the tenant header to the default tenant header, before the header propagation logic runs. + // TODO: This should be removed once the org id header is fully removed in Thanos. + if tenantHeaderProvided { + // If tenant header is provided together with the org id header, error out. + if len(cfg.orgIdHeaders) != 0 { + return errors.New("query-frontend.org-id-header and query-frontend.tenant-header cannot be used together") + } + + cfg.orgIdHeaders = append(cfg.orgIdHeaders, cfg.TenantHeader) + } + + // Temporarily manually adding the default tenant header into the list of headers to forward and org id headers. + // This facilitates the transition from org id to tenant id with minimal amount of changes. + cfg.ForwardHeaders = append(cfg.ForwardHeaders, tenancy.DefaultTenantHeader) + // TODO: This should be removed once the org id header is fully removed in Thanos. + cfg.orgIdHeaders = append(cfg.orgIdHeaders, tenancy.DefaultTenantHeader) + queryRangeCacheConfContentYaml, err := cfg.QueryRangeConfig.CachePathOrContent.Content() if err != nil { return err @@ -251,6 +292,12 @@ func runQueryFrontend( return errors.Wrap(err, "error validating the config") } + if cfg.EnableXFunctions { + for fname, v := range parse.XFunctions { + parser.Functions[fname] = v + } + } + tripperWare, err := queryfrontend.NewTripperware(cfg.Config, reg, logger) if err != nil { return errors.Wrap(err, "setup tripperwares") @@ -277,7 +324,7 @@ func runQueryFrontend( // Create the query frontend transport. handler := transport.NewHandler(*cfg.CortexHandlerConfig, roundTripper, logger, nil) if cfg.CompressResponses { - handler = gziphandler.GzipHandler(handler) + handler = gzhttp.GzipHandler(handler) } httpProbe := prober.NewHTTP() @@ -288,7 +335,7 @@ func runQueryFrontend( // Configure Request Logging for HTTP calls. logMiddleware := logging.NewHTTPServerMiddleware(logger, httpLogOpts...) - ins := extpromhttp.NewInstrumentationMiddleware(reg, nil) + ins := extpromhttp.NewTenantInstrumentationMiddleware(cfg.TenantHeader, cfg.DefaultTenant, reg, nil) // Start metrics HTTP server. { @@ -305,19 +352,17 @@ func runQueryFrontend( if !cfg.webDisableCORS { api.SetCORS(w) } - tracing.HTTPMiddleware( - tracer, - name, - logger, - ins.NewHandler( + middleware.RequestID( + tracing.HTTPMiddleware( + tracer, name, - gziphandler.GzipHandler( - middleware.RequestID( - logMiddleware.HTTPMiddleware(name, f), - ), + logger, + ins.NewHandler( + name, + logMiddleware.HTTPMiddleware(name, f), ), + // Cortex frontend middlewares require orgID. ), - // Cortex frontend middlewares require orgID. ).ServeHTTP(w, r.WithContext(user.InjectOrgID(r.Context(), orgId))) }) return hf diff --git a/cmd/thanos/receive.go b/cmd/thanos/receive.go index 2da933f07d..758a0141e8 100644 --- a/cmd/thanos/receive.go +++ b/cmd/thanos/receive.go @@ -10,13 +10,11 @@ import ( "strings" "time" - "google.golang.org/grpc" - + "github.com/alecthomas/units" extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" @@ -26,9 +24,13 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/tsdb" + "github.com/prometheus/prometheus/tsdb/wlog" + "google.golang.org/grpc" + "gopkg.in/yaml.v2" + "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" - "gopkg.in/yaml.v2" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/component" @@ -47,6 +49,7 @@ import ( httpserver "github.com/thanos-io/thanos/pkg/server/http" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tls" ) @@ -71,7 +74,8 @@ func registerReceive(app *extkingpin.App) { return errors.New("no external labels configured for receive, uniquely identifying external labels must be configured (ideally with `receive_` prefix); see https://thanos.io/tip/thanos/storage.md#external-labels for details.") } - tagOpts, grpcLogOpts, err := logging.ParsegRPCOptions("", conf.reqLogConfig) + grpcLogOpts, logFilterMethods, err := logging.ParsegRPCOptions(conf.reqLogConfig) + if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } @@ -81,9 +85,10 @@ func registerReceive(app *extkingpin.App) { MaxBlockDuration: int64(time.Duration(*conf.tsdbMaxBlockDuration) / time.Millisecond), RetentionDuration: int64(time.Duration(*conf.retention) / time.Millisecond), OutOfOrderTimeWindow: int64(time.Duration(*conf.tsdbOutOfOrderTimeWindow) / time.Millisecond), + MaxBytes: int64(conf.tsdbMaxBytes), OutOfOrderCapMax: conf.tsdbOutOfOrderCapMax, NoLockfile: conf.noLockFile, - WALCompression: conf.walCompression, + WALCompression: wlog.ParseCompressionType(conf.walCompression, string(wlog.CompressionSnappy)), MaxExemplars: conf.tsdbMaxExemplars, EnableExemplarStorage: conf.tsdbMaxExemplars > 0, HeadChunksWriteQueueSize: int(conf.tsdbWriteQueueSize), @@ -100,7 +105,8 @@ func registerReceive(app *extkingpin.App) { debugLogging, reg, tracer, - grpcLogOpts, tagOpts, + grpcLogOpts, + logFilterMethods, tsdbOpts, lset, component.Receive, @@ -118,7 +124,7 @@ func runReceive( reg *prometheus.Registry, tracer opentracing.Tracer, grpcLogOpts []grpc_logging.Option, - tagOpts []tags.Option, + logFilterMethods []string, tsdbOpts *tsdb.Options, lset labels.Labels, comp component.SourceStoreAPI, @@ -139,8 +145,8 @@ func runReceive( logger, reg, tracer, - conf.grpcConfig.tlsSrvCert != "", - conf.grpcConfig.tlsSrvClientCA == "", + conf.rwClientSecure, + conf.rwClientSkipVerify, conf.rwClientCert, conf.rwClientKey, conf.rwClientServerCA, @@ -174,10 +180,11 @@ func runReceive( } // The background shipper continuously scans the data directory and uploads // new blocks to object storage service. - bkt, err = client.NewBucket(logger, confContentYaml, reg, comp.String()) + bkt, err = client.NewBucket(logger, confContentYaml, comp.String()) if err != nil { return err } + bkt = objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) } else { level.Info(logger).Log("msg", "no supported bucket was configured, uploads will be disabled") } @@ -225,30 +232,33 @@ func runReceive( return errors.Wrap(err, "parse limit configuration") } } - limiter, err := receive.NewLimiter(conf.writeLimitsConfig, reg, receiveMode, log.With(logger, "component", "receive-limiter")) + limiter, err := receive.NewLimiter(conf.writeLimitsConfig, reg, receiveMode, log.With(logger, "component", "receive-limiter"), conf.limitsConfigReloadTimer) if err != nil { return errors.Wrap(err, "creating limiter") } webHandler := receive.NewHandler(log.With(logger, "component", "receive-handler"), &receive.Options{ - Writer: writer, - ListenAddress: conf.rwAddress, - Registry: reg, - Endpoint: conf.endpoint, - TenantHeader: conf.tenantHeader, - TenantField: conf.tenantField, - DefaultTenantID: conf.defaultTenantID, - ReplicaHeader: conf.replicaHeader, - ReplicationFactor: conf.replicationFactor, - RelabelConfigs: relabelConfig, - ReceiverMode: receiveMode, - Tracer: tracer, - TLSConfig: rwTLSConfig, - DialOpts: dialOpts, - ForwardTimeout: time.Duration(*conf.forwardTimeout), - MaxBackoff: time.Duration(*conf.maxBackoff), - TSDBStats: dbs, - Limiter: limiter, + Writer: writer, + ListenAddress: conf.rwAddress, + Registry: reg, + Endpoint: conf.endpoint, + TenantHeader: conf.tenantHeader, + TenantField: conf.tenantField, + DefaultTenantID: conf.defaultTenantID, + ReplicaHeader: conf.replicaHeader, + ReplicationFactor: conf.replicationFactor, + RelabelConfigs: relabelConfig, + ReceiverMode: receiveMode, + Tracer: tracer, + TLSConfig: rwTLSConfig, + SplitTenantLabelName: conf.splitTenantLabelName, + DialOpts: dialOpts, + ForwardTimeout: time.Duration(*conf.forwardTimeout), + MaxBackoff: time.Duration(*conf.maxBackoff), + TSDBStats: dbs, + Limiter: limiter, + + AsyncForwardWorkerCount: conf.asyncForwardWorkerCount, }) grpcProbe := prober.NewGRPC() @@ -281,7 +291,7 @@ func runReceive( level.Debug(logger).Log("msg", "setting up hashring") { - if err := setupHashring(g, logger, reg, conf, hashringChangedChan, webHandler, statusProber, enableIngestion); err != nil { + if err := setupHashring(g, logger, reg, conf, hashringChangedChan, webHandler, statusProber, enableIngestion, dbs); err != nil { return err } } @@ -311,9 +321,8 @@ func runReceive( return errors.Wrap(err, "setup gRPC server") } - options := []store.ProxyStoreOption{} - if debugLogging { - options = append(options, store.WithProxyStoreDebugLogging()) + options := []store.ProxyStoreOption{ + store.WithProxyStoreDebugLogging(debugLogging), } proxy := store.NewProxyStore( @@ -335,7 +344,7 @@ func runReceive( infoSrv := info.NewInfoServer( component.Receive.String(), info.WithLabelSetFunc(func() []labelpb.ZLabelSet { return proxy.LabelSet() }), - info.WithStoreInfoFunc(func() *infopb.StoreInfo { + info.WithStoreInfoFunc(func() (*infopb.StoreInfo, error) { if httpProbe.IsReady() { minTime, maxTime := proxy.TimeRange() return &infopb.StoreInfo{ @@ -343,14 +352,15 @@ func runReceive( MaxTime: maxTime, SupportsSharding: true, SupportsWithoutReplicaLabels: true, - } + TsdbInfos: proxy.TSDBInfos(), + }, nil } - return nil + return nil, errors.New("Not ready") }), info.WithExemplarsInfoFunc(), ) - srv := grpcserver.New(logger, receive.NewUnRegisterer(reg), tracer, grpcLogOpts, tagOpts, comp, grpcProbe, + srv := grpcserver.New(logger, receive.NewUnRegisterer(reg), tracer, grpcLogOpts, logFilterMethods, comp, grpcProbe, grpcserver.WithServer(store.RegisterStoreServer(rw, logger)), grpcserver.WithServer(store.RegisterWritableStoreServer(rw)), grpcserver.WithServer(exemplars.RegisterExemplarsServer(exemplars.NewMultiTSDB(dbs.TSDBExemplars))), @@ -394,7 +404,7 @@ func runReceive( ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { return runutil.Repeat(15*time.Second, ctx.Done(), func() error { - if err := limiter.HeadSeriesLimiter.QueryMetaMonitoring(ctx); err != nil { + if err := limiter.HeadSeriesLimiter().QueryMetaMonitoring(ctx); err != nil { level.Error(logger).Log("msg", "failed to query meta-monitoring", "err", err.Error()) } return nil @@ -409,7 +419,13 @@ func runReceive( { ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { - return runutil.Repeat(2*time.Hour, ctx.Done(), func() error { + pruneInterval := 2 * time.Duration(tsdbOpts.MaxBlockDuration) * time.Millisecond + return runutil.Repeat(time.Minute, ctx.Done(), func() error { + currentTime := time.Now() + currentTotalMinutes := currentTime.Hour()*60 + currentTime.Minute() + if currentTotalMinutes%int(pruneInterval.Minutes()) != 0 { + return nil + } if err := dbs.Prune(ctx); err != nil { level.Error(logger).Log("err", err) } @@ -450,12 +466,13 @@ func setupHashring(g *run.Group, webHandler *receive.Handler, statusProber prober.Probe, enableIngestion bool, + dbs *receive.MultiTSDB, ) error { // Note: the hashring configuration watcher // is the sender and thus closes the chan. // In the single-node case, which has no configuration // watcher, we close the chan ourselves. - updates := make(chan receive.Hashring, 1) + updates := make(chan []receive.HashringConfig, 1) algorithm := receive.HashringAlgorithm(conf.hashringsAlgorithm) // The Hashrings config file path is given initializing config watcher. @@ -474,33 +491,28 @@ func setupHashring(g *run.Group, ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { - level.Info(logger).Log("msg", "the hashring initialized with config watcher.") - return receive.HashringFromConfigWatcher(ctx, algorithm, conf.replicationFactor, updates, cw) + return receive.ConfigFromWatcher(ctx, updates, cw) }, func(error) { cancel() }) } else { var ( - ring receive.Hashring - err error + cf []receive.HashringConfig + err error ) // The Hashrings config file content given initialize configuration from content. if len(conf.hashringsFileContent) > 0 { - ring, err = receive.HashringFromConfig(algorithm, conf.replicationFactor, conf.hashringsFileContent) + cf, err = receive.ParseConfig([]byte(conf.hashringsFileContent)) if err != nil { close(updates) - return errors.Wrap(err, "failed to validate hashring configuration file") + return errors.Wrap(err, "failed to validate hashring configuration content") } - level.Info(logger).Log("msg", "the hashring initialized directly with the given content through the flag.") - } else { - level.Info(logger).Log("msg", "the hashring file is not specified use single node hashring.") - ring = receive.SingleNodeHashring(conf.endpoint) } cancel := make(chan struct{}) g.Add(func() error { defer close(updates) - updates <- ring + updates <- cf <-cancel return nil }, func(error) { @@ -517,11 +529,27 @@ func setupHashring(g *run.Group, for { select { - case h, ok := <-updates: + case c, ok := <-updates: if !ok { return nil } - webHandler.Hashring(h) + + if c == nil { + webHandler.Hashring(receive.SingleNodeHashring(conf.endpoint)) + level.Info(logger).Log("msg", "Empty hashring config. Set up single node hashring.") + } else { + h, err := receive.NewMultiHashring(algorithm, conf.replicationFactor, c) + if err != nil { + return errors.Wrap(err, "unable to create new hashring from config") + } + webHandler.Hashring(h) + level.Info(logger).Log("msg", "Set up hashring for the given hashring config.") + } + + if err := dbs.SetHashringConfig(c); err != nil { + return errors.Wrap(err, "failed to set hashring config in MultiTSDB") + } + // If ingestion is enabled, send a signal to TSDB to flush. if enableIngestion { hashringChangedChan <- struct{}{} @@ -694,12 +722,12 @@ func startTSDBAndUpload(g *run.Group, case <-uploadC: // Upload on demand. if err := upload(ctx); err != nil { - level.Warn(logger).Log("msg", "on demand upload failed", "err", err) + level.Error(logger).Log("msg", "on demand upload failed", "err", err) } uploadDone <- struct{}{} case <-tick.C: if err := upload(ctx); err != nil { - level.Warn(logger).Log("msg", "recurring upload failed", "err", err) + level.Error(logger).Log("msg", "recurring upload failed", "err", err) } } } @@ -760,8 +788,10 @@ type receiveConfig struct { rwServerClientCA string rwClientCert string rwClientKey string + rwClientSecure bool rwClientServerCA string rwClientServerName string + rwClientSkipVerify bool dataDir string labelStrs []string @@ -792,13 +822,15 @@ type receiveConfig struct { tsdbOutOfOrderCapMax int64 tsdbAllowOverlappingBlocks bool tsdbMaxExemplars int64 + tsdbMaxBytes units.Base2Bytes tsdbWriteQueueSize int64 tsdbMemorySnapshotOnShutdown bool tsdbEnableNativeHistograms bool - walCompression bool - noLockFile bool - writerInterning bool + walCompression bool + noLockFile bool + writerInterning bool + splitTenantLabelName string hashFunc string @@ -808,8 +840,11 @@ type receiveConfig struct { reqLogConfig *extflag.PathOrContent relabelConfigPath *extflag.PathOrContent - writeLimitsConfig *extflag.PathOrContent - storeRateLimits store.SeriesSelectLimits + writeLimitsConfig *extflag.PathOrContent + storeRateLimits store.SeriesSelectLimits + limitsConfigReloadTimer time.Duration + + asyncForwardWorkerCount uint } func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { @@ -830,6 +865,10 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("remote-write.client-tls-key", "TLS Key for the client's certificate.").Default("").StringVar(&rc.rwClientKey) + cmd.Flag("remote-write.client-tls-secure", "Use TLS when talking to the other receivers.").Default("false").BoolVar(&rc.rwClientSecure) + + cmd.Flag("remote-write.client-tls-skip-verify", "Disable TLS certificate verification when talking to the other receivers i.e self signed, signed by fake CA.").Default("false").BoolVar(&rc.rwClientSkipVerify) + cmd.Flag("remote-write.client-tls-ca", "TLS CA Certificates to use to verify servers.").Default("").StringVar(&rc.rwClientServerCA) cmd.Flag("remote-write.client-server-name", "Server name to verify the hostname on the returned TLS certificates. See https://tools.ietf.org/html/rfc4366#section-3.1").Default("").StringVar(&rc.rwClientServerName) @@ -857,16 +896,19 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("receive.local-endpoint", "Endpoint of local receive node. Used to identify the local node in the hashring configuration. If it's empty AND hashring configuration was provided, it means that receive will run in RoutingOnly mode.").StringVar(&rc.endpoint) - cmd.Flag("receive.tenant-header", "HTTP header to determine tenant for write requests.").Default(receive.DefaultTenantHeader).StringVar(&rc.tenantHeader) + cmd.Flag("receive.tenant-header", "HTTP header to determine tenant for write requests.").Default(tenancy.DefaultTenantHeader).StringVar(&rc.tenantHeader) + + cmd.Flag("receive.tenant-certificate-field", "Use TLS client's certificate field to determine tenant for write requests. Must be one of "+tenancy.CertificateFieldOrganization+", "+tenancy.CertificateFieldOrganizationalUnit+" or "+tenancy.CertificateFieldCommonName+". This setting will cause the receive.tenant-header flag value to be ignored.").Default("").EnumVar(&rc.tenantField, "", tenancy.CertificateFieldOrganization, tenancy.CertificateFieldOrganizationalUnit, tenancy.CertificateFieldCommonName) - cmd.Flag("receive.tenant-certificate-field", "Use TLS client's certificate field to determine tenant for write requests. Must be one of "+receive.CertificateFieldOrganization+", "+receive.CertificateFieldOrganizationalUnit+" or "+receive.CertificateFieldCommonName+". This setting will cause the receive.tenant-header flag value to be ignored.").Default("").EnumVar(&rc.tenantField, "", receive.CertificateFieldOrganization, receive.CertificateFieldOrganizationalUnit, receive.CertificateFieldCommonName) + cmd.Flag("receive.default-tenant-id", "Default tenant ID to use when none is provided via a header.").Default(tenancy.DefaultTenant).StringVar(&rc.defaultTenantID) - cmd.Flag("receive.default-tenant-id", "Default tenant ID to use when none is provided via a header.").Default(receive.DefaultTenant).StringVar(&rc.defaultTenantID) + cmd.Flag("receive.split-tenant-label-name", "Label name through which the request will be split into multiple tenants. This takes precedence over the HTTP header.").Default("").StringVar(&rc.splitTenantLabelName) - cmd.Flag("receive.tenant-label-name", "Label name through which the tenant will be announced.").Default(receive.DefaultTenantLabel).StringVar(&rc.tenantLabelName) + cmd.Flag("receive.tenant-label-name", "Label name through which the tenant will be announced.").Default(tenancy.DefaultTenantLabel).StringVar(&rc.tenantLabelName) cmd.Flag("receive.replica-header", "HTTP header specifying the replica number of a write request.").Default(receive.DefaultReplicaHeader).StringVar(&rc.replicaHeader) + cmd.Flag("receive.forward.async-workers", "Number of concurrent workers processing forwarding of remote-write requests.").Default("5").UintVar(&rc.asyncForwardWorkerCount) compressionOptions := strings.Join([]string{snappy.Name, compressionNone}, ", ") cmd.Flag("receive.grpc-compression", "Compression algorithm to use for gRPC requests to other receivers. Must be one of: "+compressionOptions).Default(snappy.Name).EnumVar(&rc.compression, snappy.Name, compressionNone) @@ -898,6 +940,8 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("tsdb.allow-overlapping-blocks", "Allow overlapping blocks, which in turn enables vertical compaction and vertical query merge. Does not do anything, enabled all the time.").Default("false").BoolVar(&rc.tsdbAllowOverlappingBlocks) + cmd.Flag("tsdb.max-retention-bytes", "Maximum number of bytes that can be stored for blocks. A unit is required, supported units: B, KB, MB, GB, TB, PB, EB. Ex: \"512MB\". Based on powers-of-2, so 1KB is 1024B.").Default("0").BytesVar(&rc.tsdbMaxBytes) + cmd.Flag("tsdb.wal-compression", "Compress the tsdb WAL.").Default("true").BoolVar(&rc.walCompression) cmd.Flag("tsdb.no-lockfile", "Do not create lockfile in TSDB data directory. In any case, the lockfiles will be deleted on next startup.").Default("false").BoolVar(&rc.noLockFile) @@ -939,6 +983,8 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { rc.reqLogConfig = extkingpin.RegisterRequestLoggingFlags(cmd) rc.writeLimitsConfig = extflag.RegisterPathOrContent(cmd, "receive.limits-config", "YAML file that contains limit configuration.", extflag.WithEnvSubstitution(), extflag.WithHidden()) + cmd.Flag("receive.limits-config-reload-timer", "Minimum amount of time to pass for the limit configuration to be reloaded. Helps to avoid excessive reloads."). + Default("1s").Hidden().DurationVar(&rc.limitsConfigReloadTimer) } // determineMode returns the ReceiverMode that this receiver is configured to run in. diff --git a/cmd/thanos/rule.go b/cmd/thanos/rule.go index 6edf95416c..09c928fb6e 100644 --- a/cmd/thanos/rule.go +++ b/cmd/thanos/rule.go @@ -4,22 +4,23 @@ package main import ( + "bytes" "context" + "fmt" + "html/template" "math/rand" "net/http" "net/url" "os" "path/filepath" - "sort" - "strconv" "strings" + texttemplate "text/template" "time" extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" @@ -32,30 +33,38 @@ import ( "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/notifier" "github.com/prometheus/prometheus/promql" + "github.com/prometheus/prometheus/promql/parser" "github.com/prometheus/prometheus/rules" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/storage/remote" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/agent" - "github.com/prometheus/prometheus/util/strutil" + "github.com/prometheus/prometheus/tsdb/wlog" + + "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" + "github.com/thanos-io/promql-engine/execution/parse" "gopkg.in/yaml.v2" "github.com/thanos-io/thanos/pkg/alert" v1 "github.com/thanos-io/thanos/pkg/api/rule" "github.com/thanos-io/thanos/pkg/block/metadata" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/discovery/dns" "github.com/thanos-io/thanos/pkg/errutil" + "github.com/thanos-io/thanos/pkg/extgrpc" "github.com/thanos-io/thanos/pkg/extkingpin" "github.com/thanos-io/thanos/pkg/extprom" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" - "github.com/thanos-io/thanos/pkg/httpconfig" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/info" "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/prober" "github.com/thanos-io/thanos/pkg/promclient" + "github.com/thanos-io/thanos/pkg/query" thanosrules "github.com/thanos-io/thanos/pkg/rules" "github.com/thanos-io/thanos/pkg/runutil" grpcserver "github.com/thanos-io/thanos/pkg/server/grpc" @@ -69,14 +78,17 @@ import ( "github.com/thanos-io/thanos/pkg/ui" ) +const dnsSDResolver = "miekgdns" + type ruleConfig struct { http httpConfig grpc grpcConfig web webConfig shipper shipperConfig - query queryConfig - queryConfigYAML []byte + query queryConfig + queryConfigYAML []byte + grpcQueryEndpoints []string alertmgr alertMgrConfig alertmgrsConfigYAML []byte @@ -95,6 +107,12 @@ type ruleConfig struct { lset labels.Labels ignoredLabelNames []string storeRateLimits store.SeriesSelectLimits + + extendedFunctionsEnabled bool +} + +type Expression struct { + Expr string } func (rc *ruleConfig) registerFlag(cmd extkingpin.FlagClause) { @@ -138,9 +156,12 @@ func registerRule(app *extkingpin.App) { cmd.Flag("restore-ignored-label", "Label names to be ignored when restoring alerts from the remote storage. This is only used in stateless mode."). StringsVar(&conf.ignoredLabelNames) - conf.rwConfig = extflag.RegisterPathOrContent(cmd, "remote-write.config", "YAML config for the remote-write configurations, that specify servers where samples should be sent to (see https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). This automatically enables stateless mode for ruler and no series will be stored in the ruler's TSDB. If an empty config (or file) is provided, the flag is ignored and ruler is run with its own TSDB.", extflag.WithEnvSubstitution()) + cmd.Flag("grpc-query-endpoint", "Addresses of Thanos gRPC query API servers (repeatable). The scheme may be prefixed with 'dns+' or 'dnssrv+' to detect Thanos API servers through respective DNS lookups."). + PlaceHolder("").StringsVar(&conf.grpcQueryEndpoints) - reqLogDecision := cmd.Flag("log.request.decision", "Deprecation Warning - This flag would be soon deprecated, and replaced with `request.logging-config`. Request Logging for logging the start and end of requests. By default this flag is disabled. LogFinishCall: Logs the finish call of the requests. LogStartAndFinishCall: Logs the start and finish call of the requests. NoLogCall: Disable request logging.").Default("").Enum("NoLogCall", "LogFinishCall", "LogStartAndFinishCall", "") + cmd.Flag("query.enable-x-functions", "Whether to enable extended rate functions (xrate, xincrease and xdelta). Only has effect when used with Thanos engine.").Default("false").BoolVar(&conf.extendedFunctionsEnabled) + + conf.rwConfig = extflag.RegisterPathOrContent(cmd, "remote-write.config", "YAML config for the remote-write configurations, that specify servers where samples should be sent to (see https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). This automatically enables stateless mode for ruler and no series will be stored in the ruler's TSDB. If an empty config (or file) is provided, the flag is ignored and ruler is run with its own TSDB.", extflag.WithEnvSubstitution()) conf.objStoreConfig = extkingpin.RegisterCommonObjStoreFlags(cmd, "", false) @@ -163,11 +184,11 @@ func registerRule(app *extkingpin.App) { MaxBlockDuration: int64(time.Duration(*tsdbBlockDuration) / time.Millisecond), RetentionDuration: int64(time.Duration(*tsdbRetention) / time.Millisecond), NoLockfile: *noLockFile, - WALCompression: *walCompression, + WALCompression: wlog.ParseCompressionType(*walCompression, string(wlog.CompressionSnappy)), } agentOpts := &agent.Options{ - WALCompression: *walCompression, + WALCompression: wlog.ParseCompressionType(*walCompression, string(wlog.CompressionSnappy)), NoLockfile: *noLockFile, } @@ -185,11 +206,12 @@ func registerRule(app *extkingpin.App) { if err != nil { return err } - if len(conf.query.sdFiles) == 0 && len(conf.query.addrs) == 0 && len(conf.queryConfigYAML) == 0 { - return errors.New("no --query parameter was given") + + if len(conf.query.sdFiles) == 0 && len(conf.query.addrs) == 0 && len(conf.queryConfigYAML) == 0 && len(conf.grpcQueryEndpoints) == 0 { + return errors.New("no query configuration parameter was given") } - if (len(conf.query.sdFiles) != 0 || len(conf.query.addrs) != 0) && len(conf.queryConfigYAML) != 0 { - return errors.New("--query/--query.sd-files and --query.config* parameters cannot be defined at the same time") + if (len(conf.query.sdFiles) != 0 || len(conf.query.addrs) != 0 || len(conf.grpcQueryEndpoints) != 0) && len(conf.queryConfigYAML) != 0 { + return errors.New("--query/--query.sd-files/--grpc-query-endpoint and --query.config* parameters cannot be defined at the same time") } // Parse and check alerting configuration. @@ -206,17 +228,19 @@ func registerRule(app *extkingpin.App) { return err } - httpLogOpts, err := logging.ParseHTTPOptions(*reqLogDecision, reqLogConfig) + httpLogOpts, err := logging.ParseHTTPOptions(reqLogConfig) if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } - tagOpts, grpcLogOpts, err := logging.ParsegRPCOptions(*reqLogDecision, reqLogConfig) + grpcLogOpts, logFilterMethods, err := logging.ParsegRPCOptions(reqLogConfig) + if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } - return runRule(g, + return runRule( + g, logger, reg, tracer, @@ -226,7 +250,7 @@ func registerRule(app *extkingpin.App) { getFlagsMap(cmd.Flags()), httpLogOpts, grpcLogOpts, - tagOpts, + logFilterMethods, tsdbOpts, agentOpts, ) @@ -290,41 +314,53 @@ func runRule( flagsMap map[string]string, httpLogOpts []logging.Option, grpcLogOpts []grpc_logging.Option, - tagOpts []tags.Option, + logFilterMethods []string, tsdbOpts *tsdb.Options, agentOpts *agent.Options, ) error { metrics := newRuleMetrics(reg) - var queryCfg []httpconfig.Config + var queryCfg []clientconfig.Config var err error if len(conf.queryConfigYAML) > 0 { - queryCfg, err = httpconfig.LoadConfigs(conf.queryConfigYAML) + queryCfg, err = clientconfig.LoadConfigs(conf.queryConfigYAML) if err != nil { return err } } else { - queryCfg, err = httpconfig.BuildConfig(conf.query.addrs) + queryCfg, err = clientconfig.BuildConfigFromHTTPAddresses(conf.query.addrs) if err != nil { return errors.Wrap(err, "query configuration") } // Build the query configuration from the legacy query flags. - var fileSDConfigs []httpconfig.FileSDConfig + var fileSDConfigs []clientconfig.HTTPFileSDConfig if len(conf.query.sdFiles) > 0 { - fileSDConfigs = append(fileSDConfigs, httpconfig.FileSDConfig{ + fileSDConfigs = append(fileSDConfigs, clientconfig.HTTPFileSDConfig{ Files: conf.query.sdFiles, RefreshInterval: model.Duration(conf.query.sdInterval), }) queryCfg = append(queryCfg, - httpconfig.Config{ - EndpointsConfig: httpconfig.EndpointsConfig{ - Scheme: "http", - FileSDConfigs: fileSDConfigs, + clientconfig.Config{ + HTTPConfig: clientconfig.HTTPConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ + Scheme: "http", + FileSDConfigs: fileSDConfigs, + }, }, }, ) } + + grpcQueryCfg, err := clientconfig.BuildConfigFromGRPCAddresses(conf.grpcQueryEndpoints) + if err != nil { + return errors.Wrap(err, "query configuration") + } + queryCfg = append(queryCfg, grpcQueryCfg...) + } + + if err := validateTemplate(*conf.alertmgr.alertSourceTemplate); err != nil { + return errors.Wrap(err, "invalid alert source template") } queryProvider := dns.NewProvider( @@ -333,26 +369,97 @@ func runRule( dns.ResolverType(conf.query.dnsSDResolver), ) var ( - queryClients []*httpconfig.Client - promClients []*promclient.Client + queryClients []*clientconfig.HTTPClient + promClients []*promclient.Client + grpcEndpointSet *query.EndpointSet + grpcEndpoints []string ) + queryClientMetrics := extpromhttp.NewClientMetrics(extprom.WrapRegistererWith(prometheus.Labels{"client": "query"}, reg)) + for _, cfg := range queryCfg { - cfg.HTTPClientConfig.ClientMetrics = queryClientMetrics - c, err := httpconfig.NewHTTPClient(cfg.HTTPClientConfig, "query") - if err != nil { - return err + if cfg.HTTPConfig.NotEmpty() { + cfg.HTTPConfig.HTTPClientConfig.ClientMetrics = queryClientMetrics + c, err := clientconfig.NewHTTPClient(cfg.HTTPConfig.HTTPClientConfig, "query") + if err != nil { + return err + } + c.Transport = tracing.HTTPTripperware(logger, c.Transport) + queryClient, err := clientconfig.NewClient(logger, cfg.HTTPConfig.EndpointsConfig, c, queryProvider.Clone()) + if err != nil { + return err + } + queryClients = append(queryClients, queryClient) + promClients = append(promClients, promclient.NewClient(queryClient, logger, "thanos-rule")) + // Discover and resolve query addresses. + addDiscoveryGroups(g, queryClient, conf.query.dnsSDInterval, logger) } - c.Transport = tracing.HTTPTripperware(logger, c.Transport) - queryClient, err := httpconfig.NewClient(logger, cfg.EndpointsConfig, c, queryProvider.Clone()) + + if cfg.GRPCConfig != nil { + grpcEndpoints = append(grpcEndpoints, cfg.GRPCConfig.EndpointAddrs...) + } + } + + if len(grpcEndpoints) > 0 { + duplicatedGRPCEndpoints := promauto.With(reg).NewCounter(prometheus.CounterOpts{ + Name: "thanos_rule_grpc_endpoints_duplicated_total", + Help: "The number of times a duplicated grpc endpoint is detected from the different configs in rule", + }) + + dnsEndpointProvider := dns.NewProvider( + logger, + extprom.WrapRegistererWithPrefix("thanos_rule_grpc_endpoints_", reg), + dnsSDResolver, + ) + + dialOpts, err := extgrpc.StoreClientGRPCOpts( + logger, + reg, + tracer, + false, + false, + "", + "", + "", + "", + ) if err != nil { return err } - queryClients = append(queryClients, queryClient) - promClients = append(promClients, promclient.NewClient(queryClient, logger, "thanos-rule")) - // Discover and resolve query addresses. - addDiscoveryGroups(g, queryClient, conf.query.dnsSDInterval) + + grpcEndpointSet = prepareEndpointSet( + g, + logger, + reg, + []*dns.Provider{dnsEndpointProvider}, + duplicatedGRPCEndpoints, + nil, + nil, + nil, + nil, + dialOpts, + 5*time.Minute, + 5*time.Second, + ) + + // Periodically update the GRPC addresses from query config by resolving them using DNS SD if necessary. + { + ctx, cancel := context.WithCancel(context.Background()) + g.Add(func() error { + return runutil.Repeat(5*time.Second, ctx.Done(), func() error { + resolveCtx, resolveCancel := context.WithTimeout(ctx, 5*time.Second) + defer resolveCancel() + if err := dnsEndpointProvider.Resolve(resolveCtx, grpcEndpoints); err != nil { + level.Error(logger).Log("msg", "failed to resolve addresses passed using grpc query config", "err", err) + } + return nil + }) + }, func(error) { + cancel() + }) + } } + var ( appendable storage.Appendable queryable storage.Queryable @@ -376,7 +483,7 @@ func runRule( // flushDeadline is set to 1m, but it is for metadata watcher only so not used here. remoteStore := remote.NewStorage(logger, reg, func() (int64, error) { return 0, nil - }, conf.dataDir, 1*time.Minute, nil) + }, conf.dataDir, 1*time.Minute, nil, false) if err := remoteStore.ApplyConfig(&config.Config{ GlobalConfig: config.GlobalConfig{ ExternalLabels: labelsTSDBToProm(conf.lset), @@ -461,18 +568,18 @@ func runRule( ) for _, cfg := range alertingCfg.Alertmanagers { cfg.HTTPClientConfig.ClientMetrics = amClientMetrics - c, err := httpconfig.NewHTTPClient(cfg.HTTPClientConfig, "alertmanager") + c, err := clientconfig.NewHTTPClient(cfg.HTTPClientConfig, "alertmanager") if err != nil { return err } c.Transport = tracing.HTTPTripperware(logger, c.Transport) // Each Alertmanager client has a different list of targets thus each needs its own DNS provider. - amClient, err := httpconfig.NewClient(logger, cfg.EndpointsConfig, c, amProvider.Clone()) + amClient, err := clientconfig.NewClient(logger, cfg.EndpointsConfig, c, amProvider.Clone()) if err != nil { return err } // Discover and resolve Alertmanager addresses. - addDiscoveryGroups(g, amClient, conf.alertmgr.alertmgrsDNSSDInterval) + addDiscoveryGroups(g, amClient, conf.alertmgr.alertmgrsDNSSDInterval, logger) alertmgrs = append(alertmgrs, alert.NewAlertmanager(logger, amClient, time.Duration(cfg.Timeout), cfg.APIVersion)) } @@ -482,6 +589,12 @@ func runRule( alertQ = alert.NewQueue(logger, reg, 10000, 100, labelsTSDBToProm(conf.lset), conf.alertmgr.alertExcludeLabels, alertRelabelConfigs) ) { + if conf.extendedFunctionsEnabled { + for k, fn := range parse.XFunctions { + parser.Functions[k] = fn + } + } + // Run rule evaluation and alert notifications. notifyFunc := func(ctx context.Context, expr string, alerts ...*rules.Alert) { res := make([]*notifier.Alert, 0, len(alerts)) @@ -490,11 +603,15 @@ func runRule( if alrt.State == rules.StatePending { continue } + expressionURL, err := tableLinkForExpression(*conf.alertmgr.alertSourceTemplate, expr) + if err != nil { + level.Warn(logger).Log("msg", "failed to generate link for expression", "expr", expr, "err", err) + } a := ¬ifier.Alert{ StartsAt: alrt.FiredAt, Labels: alrt.Labels, Annotations: alrt.Annotations, - GeneratorURL: conf.alertQueryURL.String() + strutil.TableLinkForExpression(expr), + GeneratorURL: conf.alertQueryURL.String() + expressionURL, } if !alrt.ResolvedAt.IsZero() { a.EndsAt = alrt.ResolvedAt @@ -522,7 +639,7 @@ func runRule( OutageTolerance: conf.outageTolerance, ForGracePeriod: conf.forGracePeriod, }, - queryFuncCreator(logger, queryClients, promClients, metrics.duplicatedQuery, metrics.ruleEvalWarnings, conf.query.httpMethod), + queryFuncCreator(logger, queryClients, promClients, grpcEndpointSet, metrics.duplicatedQuery, metrics.ruleEvalWarnings, conf.query.httpMethod, conf.query.doNotAddThanosParams), conf.lset, // In our case the querying URL is the external URL because in Prometheus // --web.external-url points to it i.e. it points at something where the user @@ -624,7 +741,7 @@ func runRule( info.WithLabelSetFunc(func() []labelpb.ZLabelSet { return tsdbStore.LabelSet() }), - info.WithStoreInfoFunc(func() *infopb.StoreInfo { + info.WithStoreInfoFunc(func() (*infopb.StoreInfo, error) { if httpProbe.IsReady() { mint, maxt := tsdbStore.TimeRange() return &infopb.StoreInfo{ @@ -632,9 +749,10 @@ func runRule( MaxTime: maxt, SupportsSharding: true, SupportsWithoutReplicaLabels: true, - } + TsdbInfos: tsdbStore.TSDBInfos(), + }, nil } - return nil + return nil, errors.New("Not ready") }), ) storeServer := store.NewLimitedStoreServer(store.NewInstrumentedStoreServer(reg, tsdbStore), reg, conf.storeRateLimits) @@ -644,7 +762,7 @@ func runRule( options = append(options, grpcserver.WithServer( info.RegisterInfoServer(info.NewInfoServer(component.Rule.String(), infoOptions...)), )) - s := grpcserver.New(logger, reg, tracer, grpcLogOpts, tagOpts, comp, grpcProbe, options...) + s := grpcserver.New(logger, reg, tracer, grpcLogOpts, logFilterMethods, comp, grpcProbe, options...) g.Add(func() error { statusProber.Ready() @@ -715,10 +833,11 @@ func runRule( if len(confContentYaml) > 0 { // The background shipper continuously scans the data directory and uploads // new blocks to Google Cloud Storage or an S3-compatible storage service. - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Rule.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Rule.String()) if err != nil { return err } + bkt = objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) // Ensure we close up everything properly. defer func() { @@ -727,7 +846,7 @@ func runRule( } }() - s := shipper.New(logger, reg, conf.dataDir, bkt, func() labels.Labels { return conf.lset }, metadata.RulerSource, false, conf.shipper.allowOutOfOrderUpload, metadata.HashFunc(conf.shipper.hashFunc)) + s := shipper.New(logger, reg, conf.dataDir, bkt, func() labels.Labels { return conf.lset }, metadata.RulerSource, nil, conf.shipper.allowOutOfOrderUpload, metadata.HashFunc(conf.shipper.hashFunc), conf.shipper.metaFileName) ctx, cancel := context.WithCancel(context.Background()) @@ -766,26 +885,6 @@ func removeLockfileIfAny(logger log.Logger, dataDir string) error { return nil } -func parseFlagLabels(s []string) (labels.Labels, error) { - var lset labels.Labels - for _, l := range s { - parts := strings.SplitN(l, "=", 2) - if len(parts) != 2 { - return nil, errors.Errorf("unrecognized label %q", l) - } - if !model.LabelName.IsValid(model.LabelName(parts[0])) { - return nil, errors.Errorf("unsupported format for label %s", l) - } - val, err := strconv.Unquote(parts[1]) - if err != nil { - return nil, errors.Wrap(err, "unquote label value") - } - lset = append(lset, labels.Label{Name: parts[0], Value: val}) - } - sort.Sort(lset) - return lset, nil -} - func labelsTSDBToProm(lset labels.Labels) (res labels.Labels) { for _, l := range lset { res = append(res, labels.Label{ @@ -798,11 +897,13 @@ func labelsTSDBToProm(lset labels.Labels) (res labels.Labels) { func queryFuncCreator( logger log.Logger, - queriers []*httpconfig.Client, + queriers []*clientconfig.HTTPClient, promClients []*promclient.Client, + grpcEndpointSet *query.EndpointSet, duplicatedQuery prometheus.Counter, ruleEvalWarnings *prometheus.CounterVec, httpMethod string, + doNotAddThanosParams bool, ) func(partialResponseStrategy storepb.PartialResponseStrategy) rules.QueryFunc { // queryFunc returns query function that hits the HTTP query API of query peers in randomized order until we get a result @@ -820,37 +921,73 @@ func queryFuncCreator( panic(errors.Errorf("unknown partial response strategy %v", partialResponseStrategy).Error()) } - return func(ctx context.Context, q string, t time.Time) (promql.Vector, error) { + return func(ctx context.Context, qs string, t time.Time) (promql.Vector, error) { for _, i := range rand.Perm(len(queriers)) { promClient := promClients[i] endpoints := thanosrules.RemoveDuplicateQueryEndpoints(logger, duplicatedQuery, queriers[i].Endpoints()) for _, i := range rand.Perm(len(endpoints)) { span, ctx := tracing.StartSpan(ctx, spanID) - v, warns, err := promClient.PromqlQueryInstant(ctx, endpoints[i], q, t, promclient.QueryOptions{ + v, warns, err := promClient.PromqlQueryInstant(ctx, endpoints[i], qs, t, promclient.QueryOptions{ Deduplicate: true, PartialResponseStrategy: partialResponseStrategy, Method: httpMethod, + DoNotAddThanosParams: doNotAddThanosParams, }) span.Finish() if err != nil { - level.Error(logger).Log("err", err, "query", q) + level.Error(logger).Log("err", err, "query", qs) continue } if len(warns) > 0 { ruleEvalWarnings.WithLabelValues(strings.ToLower(partialResponseStrategy.String())).Inc() // TODO(bwplotka): Propagate those to UI, probably requires changing rule manager code ): - level.Warn(logger).Log("warnings", strings.Join(warns, ", "), "query", q) + level.Warn(logger).Log("warnings", strings.Join(warns, ", "), "query", qs) } return v, nil } } + + if grpcEndpointSet != nil { + queryAPIClients := grpcEndpointSet.GetQueryAPIClients() + for _, i := range rand.Perm(len(queryAPIClients)) { + e := query.NewRemoteEngine(logger, queryAPIClients[i], query.Opts{}) + expr, err := extpromql.ParseExpr(qs) + if err != nil { + level.Error(logger).Log("err", err, "query", qs) + continue + } + q, err := e.NewInstantQuery(ctx, nil, expr, t) + if err != nil { + level.Error(logger).Log("err", err, "query", qs) + continue + } + + result := q.Exec(ctx) + v, err := result.Vector() + if err != nil { + level.Error(logger).Log("err", err, "query", qs) + continue + } + + if len(result.Warnings) > 0 { + ruleEvalWarnings.WithLabelValues(strings.ToLower(partialResponseStrategy.String())).Inc() + warnings := make([]string, 0, len(result.Warnings)) + for _, w := range result.Warnings { + warnings = append(warnings, w.Error()) + } + level.Warn(logger).Log("warnings", strings.Join(warnings, ", "), "query", qs) + } + + return v, nil + } + } return nil, errors.Errorf("no query API server reachable") } } } -func addDiscoveryGroups(g *run.Group, c *httpconfig.Client, interval time.Duration) { +func addDiscoveryGroups(g *run.Group, c *clientconfig.HTTPClient, interval time.Duration, logger log.Logger) { ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { c.Discover(ctx) @@ -860,9 +997,10 @@ func addDiscoveryGroups(g *run.Group, c *httpconfig.Client, interval time.Durati }) g.Add(func() error { - return runutil.Repeat(interval, ctx.Done(), func() error { + runutil.RepeatInfinitely(logger, interval, ctx.Done(), func() error { return c.Resolve(ctx) }) + return nil }, func(error) { cancel() }) @@ -913,3 +1051,33 @@ func reloadRules(logger log.Logger, } return errs.Err() } + +func tableLinkForExpression(tmpl string, expr string) (string, error) { + // template example: "/graph?g0.expr={{.Expr}}&g0.tab=1" + escapedExpression := url.QueryEscape(expr) + + escapedExpr := Expression{Expr: escapedExpression} + t, err := texttemplate.New("url").Parse(tmpl) + if err != nil { + return "", errors.Wrap(err, "failed to parse template") + } + + var buf bytes.Buffer + if err := t.Execute(&buf, escapedExpr); err != nil { + return "", errors.Wrap(err, "failed to execute template") + } + return buf.String(), nil +} + +func validateTemplate(tmplStr string) error { + tmpl, err := template.New("test").Parse(tmplStr) + if err != nil { + return fmt.Errorf("failed to parse the template: %w", err) + } + var buf bytes.Buffer + err = tmpl.Execute(&buf, Expression{Expr: "test_expr"}) + if err != nil { + return fmt.Errorf("failed to execute the template: %w", err) + } + return nil +} diff --git a/cmd/thanos/rule_test.go b/cmd/thanos/rule_test.go index 5703c7b3cc..097b66e65b 100644 --- a/cmd/thanos/rule_test.go +++ b/cmd/thanos/rule_test.go @@ -48,3 +48,65 @@ func Test_parseFlagLabels(t *testing.T) { testutil.Equals(t, err != nil, td.expectErr) } } + +func Test_validateTemplate(t *testing.T) { + tData := []struct { + template string + expectErr bool + }{ + { + template: `/graph?g0.expr={{.Expr}}&g0.tab=1`, + expectErr: false, + }, + { + template: `/graph?g0.expr={{.Expression}}&g0.tab=1`, + expectErr: true, + }, + { + template: `another template includes {{.Expr}}`, + expectErr: false, + }, + } + for _, td := range tData { + err := validateTemplate(td.template) + testutil.Equals(t, err != nil, td.expectErr) + } +} + +func Test_tableLinkForExpression(t *testing.T) { + tData := []struct { + template string + expr string + expectStr string + expectErr bool + }{ + { + template: `/graph?g0.expr={{.Expr}}&g0.tab=1`, + expr: `up{app="foo"}`, + expectStr: `/graph?g0.expr=up%7Bapp%3D%22foo%22%7D&g0.tab=1`, + expectErr: false, + }, + { + template: `/graph?g0.expr={{.Expr}}&g0.tab=1`, + expr: `up{app="foo yoo"}`, + expectStr: `/graph?g0.expr=up%7Bapp%3D%22foo+yoo%22%7D&g0.tab=1`, + expectErr: false, + }, + { + template: `/graph?g0.expr={{.Expression}}&g0.tab=1`, + expr: "test_expr", + expectErr: true, + }, + { + template: `another template includes {{.Expr}}`, + expr: "test_expr", + expectStr: `another template includes test_expr`, + expectErr: false, + }, + } + for _, td := range tData { + resStr, err := tableLinkForExpression(td.template, td.expr) + testutil.Equals(t, err != nil, td.expectErr) + testutil.Equals(t, resStr, td.expectStr) + } +} diff --git a/cmd/thanos/sidecar.go b/cmd/thanos/sidecar.go index 8fd399232e..2d51063980 100644 --- a/cmd/thanos/sidecar.go +++ b/cmd/thanos/sidecar.go @@ -5,7 +5,9 @@ package main import ( "context" + "fmt" "math" + "net/http" "net/url" "sync" "time" @@ -14,7 +16,6 @@ import ( "github.com/go-kit/log" "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" @@ -22,14 +23,17 @@ import ( "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" + + "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" "github.com/thanos-io/thanos/pkg/block/metadata" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/exemplars" "github.com/thanos-io/thanos/pkg/extkingpin" "github.com/thanos-io/thanos/pkg/extprom" - "github.com/thanos-io/thanos/pkg/httpconfig" "github.com/thanos-io/thanos/pkg/info" "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/logging" @@ -54,23 +58,51 @@ func registerSidecar(app *extkingpin.App) { conf := &sidecarConfig{} conf.registerFlag(cmd) cmd.Setup(func(g *run.Group, logger log.Logger, reg *prometheus.Registry, tracer opentracing.Tracer, _ <-chan struct{}, _ bool) error { - tagOpts, grpcLogOpts, err := logging.ParsegRPCOptions("", conf.reqLogConfig) + + grpcLogOpts, logFilterMethods, err := logging.ParsegRPCOptions(conf.reqLogConfig) + if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } + httpConfContentYaml, err := conf.prometheus.httpClient.Content() + if err != nil { + return errors.Wrap(err, "getting http client config") + } + httpClientConfig, err := clientconfig.NewHTTPClientConfigFromYAML(httpConfContentYaml) + if err != nil { + return errors.Wrap(err, "parsing http config YAML") + } + + httpClient, err := clientconfig.NewHTTPClient(*httpClientConfig, "thanos-sidecar") + if err != nil { + return errors.Wrap(err, "Improper http client config") + } + + opts := reloader.Options{ + HTTPClient: *httpClient, + CfgFile: conf.reloader.confFile, + CfgOutputFile: conf.reloader.envVarConfFile, + WatchedDirs: conf.reloader.ruleDirectories, + WatchInterval: conf.reloader.watchInterval, + RetryInterval: conf.reloader.retryInterval, + } + + switch conf.reloader.method { + case HTTPReloadMethod: + opts.ReloadURL = reloader.ReloadURLFromBase(conf.prometheus.url) + case SignalReloadMethod: + opts.ProcessName = conf.reloader.processName + opts.RuntimeInfoURL = reloader.RuntimeInfoURLFromBase(conf.prometheus.url) + default: + return fmt.Errorf("invalid reload method: %s", conf.reloader.method) + } + rl := reloader.New(log.With(logger, "component", "reloader"), extprom.WrapRegistererWithPrefix("thanos_sidecar_", reg), - &reloader.Options{ - ReloadURL: reloader.ReloadURLFromBase(conf.prometheus.url), - CfgFile: conf.reloader.confFile, - CfgOutputFile: conf.reloader.envVarConfFile, - WatchedDirs: conf.reloader.ruleDirectories, - WatchInterval: conf.reloader.watchInterval, - RetryInterval: conf.reloader.retryInterval, - }) + &opts) - return runSidecar(g, logger, reg, tracer, rl, component.Sidecar, *conf, grpcLogOpts, tagOpts) + return runSidecar(g, logger, reg, tracer, rl, component.Sidecar, *conf, httpClient, grpcLogOpts, logFilterMethods) }) } @@ -82,28 +114,13 @@ func runSidecar( reloader *reloader.Reloader, comp component.Component, conf sidecarConfig, + httpClient *http.Client, grpcLogOpts []grpc_logging.Option, - tagOpts []tags.Option, + logFilterMethods []string, ) error { - httpConfContentYaml, err := conf.prometheus.httpClient.Content() - if err != nil { - return errors.Wrap(err, "getting http client config") - } - httpClientConfig, err := httpconfig.NewClientConfigFromYAML(httpConfContentYaml) - if err != nil { - return errors.Wrap(err, "parsing http config YAML") - } - - httpClient, err := httpconfig.NewHTTPClient(*httpClientConfig, "thanos-sidecar") - if err != nil { - return errors.Wrap(err, "Improper http client config") - } - - reloader.SetHttpClient(*httpClient) var m = &promMetadata{ promURL: conf.prometheus.url, - // Start out with the full time range. The shipper will constrain it later. // TODO(fabxc): minimum timestamp is never adjusted if shipping is disabled. mint: conf.limitMinTime.PrometheusTimestamp(), @@ -118,10 +135,9 @@ func runSidecar( return errors.Wrap(err, "getting object store config") } - var uploads = true - if len(confContentYaml) == 0 { + var uploads = len(confContentYaml) != 0 + if !uploads { level.Info(logger).Log("msg", "no supported bucket was configured, uploads will be disabled") - uploads = false } grpcProbe := prober.NewGRPC() @@ -132,24 +148,31 @@ func runSidecar( prober.NewInstrumentation(comp, logger, extprom.WrapRegistererWithPrefix("thanos_", reg)), ) - srv := httpserver.New(logger, reg, comp, httpProbe, - httpserver.WithListen(conf.http.bindAddress), - httpserver.WithGracePeriod(time.Duration(conf.http.gracePeriod)), - httpserver.WithTLSConfig(conf.http.tlsConfig), - ) + // Setup the HTTP server. + { + srv := httpserver.New(logger, reg, comp, httpProbe, + httpserver.WithListen(conf.http.bindAddress), + httpserver.WithGracePeriod(time.Duration(conf.http.gracePeriod)), + httpserver.WithTLSConfig(conf.http.tlsConfig), + ) + + g.Add(func() error { + statusProber.Healthy() + return srv.ListenAndServe() + }, func(err error) { - g.Add(func() error { - statusProber.Healthy() + statusProber.NotReady(err) + defer statusProber.NotHealthy(err) - return srv.ListenAndServe() - }, func(err error) { - statusProber.NotReady(err) - defer statusProber.NotHealthy(err) + srv.Shutdown(err) + }) + } - srv.Shutdown(err) - }) + // Once we have loaded external labels from prometheus we can use this to signal the servers + // that they can start now. + readyToStartGRPC := make(chan struct{}) - // Setup all the concurrent groups. + // Setup Prometheus Heartbeats. { promUp := promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_sidecar_prometheus_up", @@ -161,14 +184,35 @@ func runSidecar( // Only check Prometheus's flags when upload is enabled. if uploads { // Check prometheus's flags to ensure same sidecar flags. - if err := validatePrometheus(ctx, m.client, logger, conf.shipper.ignoreBlockSize, m); err != nil { - return errors.Wrap(err, "validate Prometheus flags") + // We retry infinitely until we validated prometheus flags + err := runutil.Retry(conf.prometheus.getConfigInterval, ctx.Done(), func() error { + iterCtx, iterCancel := context.WithTimeout(context.Background(), conf.prometheus.getConfigTimeout) + defer iterCancel() + + if err := validatePrometheus(iterCtx, m.client, logger, conf.shipper.ignoreBlockSize, m); err != nil { + level.Warn(logger).Log( + "msg", "failed to validate prometheus flags. Is Prometheus running? Retrying", + "err", err, + ) + return err + } + + level.Info(logger).Log( + "msg", "successfully validated prometheus flags", + ) + return nil + }) + if err != nil { + return errors.Wrap(err, "failed to validate prometheus flags") } } // We retry infinitely until we reach and fetch BuildVersion from our Prometheus. - err := runutil.Retry(2*time.Second, ctx.Done(), func() error { - if err := m.BuildVersion(ctx); err != nil { + err := runutil.Retry(conf.prometheus.getConfigInterval, ctx.Done(), func() error { + iterCtx, iterCancel := context.WithTimeout(context.Background(), conf.prometheus.getConfigTimeout) + defer iterCancel() + + if err := m.BuildVersion(iterCtx); err != nil { level.Warn(logger).Log( "msg", "failed to fetch prometheus version. Is Prometheus running? Retrying", "err", err, @@ -187,14 +231,15 @@ func runSidecar( // Blocking query of external labels before joining as a Source Peer into gossip. // We retry infinitely until we reach and fetch labels from our Prometheus. - err = runutil.Retry(2*time.Second, ctx.Done(), func() error { - if err := m.UpdateLabels(ctx); err != nil { + err = runutil.Retry(conf.prometheus.getConfigInterval, ctx.Done(), func() error { + iterCtx, iterCancel := context.WithTimeout(context.Background(), conf.prometheus.getConfigTimeout) + defer iterCancel() + + if err := m.UpdateLabels(iterCtx); err != nil { level.Warn(logger).Log( "msg", "failed to fetch initial external labels. Is Prometheus running? Retrying", "err", err, ) - promUp.Set(0) - statusProber.NotReady(err) return err } @@ -202,8 +247,6 @@ func runSidecar( "msg", "successfully loaded prometheus external labels", "external_labels", m.Labels().String(), ) - promUp.Set(1) - statusProber.Ready() return nil }) if err != nil { @@ -213,6 +256,10 @@ func runSidecar( if len(m.Labels()) == 0 { return errors.New("no external labels configured on Prometheus server, uniquely identifying external labels must be configured; see https://thanos.io/tip/thanos/storage.md#external-labels for details.") } + promUp.Set(1) + statusProber.Ready() + + close(readyToStartGRPC) // Periodically query the Prometheus config. We use this as a heartbeat as well as for updating // the external labels we apply. @@ -235,6 +282,8 @@ func runSidecar( cancel() }) } + + // Setup the Reloader. { ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { @@ -243,8 +292,10 @@ func runSidecar( cancel() }) } + + // Setup the gRPC server. { - c := promclient.NewWithTracingClient(logger, httpClient, httpconfig.ThanosUserAgent) + c := promclient.NewWithTracingClient(logger, httpClient, clientconfig.ThanosUserAgent) promStore, err := store.NewPrometheusStore(logger, reg, c, conf.prometheus.url, component.Sidecar, m.Labels, m.Timestamps, m.Version) if err != nil { @@ -264,7 +315,7 @@ func runSidecar( info.WithLabelSetFunc(func() []labelpb.ZLabelSet { return promStore.LabelSet() }), - info.WithStoreInfoFunc(func() *infopb.StoreInfo { + info.WithStoreInfoFunc(func() (*infopb.StoreInfo, error) { if httpProbe.IsReady() { mint, maxt := promStore.Timestamps() return &infopb.StoreInfo{ @@ -272,9 +323,10 @@ func runSidecar( MaxTime: maxt, SupportsSharding: true, SupportsWithoutReplicaLabels: true, - } + TsdbInfos: promStore.TSDBInfos(), + }, nil } - return nil + return nil, errors.New("Not ready") }), info.WithExemplarsInfoFunc(), info.WithRulesInfoFunc(), @@ -283,7 +335,7 @@ func runSidecar( ) storeServer := store.NewLimitedStoreServer(store.NewInstrumentedStoreServer(reg, promStore), reg, conf.storeRateLimits) - s := grpcserver.New(logger, reg, tracer, grpcLogOpts, tagOpts, comp, grpcProbe, + s := grpcserver.New(logger, reg, tracer, grpcLogOpts, logFilterMethods, comp, grpcProbe, grpcserver.WithServer(store.RegisterStoreServer(storeServer, logger)), grpcserver.WithServer(rules.RegisterRulesServer(rules.NewPrometheus(conf.prometheus.url, c, m.Labels))), grpcserver.WithServer(targets.RegisterTargetsServer(targets.NewPrometheus(conf.prometheus.url, c, m.Labels))), @@ -295,22 +347,31 @@ func runSidecar( grpcserver.WithMaxConnAge(conf.grpc.maxConnectionAge), grpcserver.WithTLSConfig(tlsCfg), ) + + ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { + select { + case <-ctx.Done(): + return ctx.Err() + case <-readyToStartGRPC: + } + statusProber.Ready() return s.ListenAndServe() }, func(err error) { + cancel() statusProber.NotReady(err) s.Shutdown(err) }) } - if uploads { // The background shipper continuously scans the data directory and uploads // new blocks to Google Cloud Storage or an S3-compatible storage service. - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Sidecar.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Sidecar.String()) if err != nil { return err } + bkt = objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) // Ensure we close up everything properly. defer func() { @@ -340,8 +401,9 @@ func runSidecar( return errors.Wrapf(err, "aborting as no external labels found after waiting %s", promReadyTimeout) } + uploadCompactedFunc := func() bool { return conf.shipper.uploadCompacted } s := shipper.New(logger, reg, conf.tsdb.path, bkt, m.Labels, metadata.SidecarSource, - conf.shipper.uploadCompacted, conf.shipper.allowOutOfOrderUpload, metadata.HashFunc(conf.shipper.hashFunc)) + uploadCompactedFunc, conf.shipper.allowOutOfOrderUpload, metadata.HashFunc(conf.shipper.hashFunc), conf.shipper.metaFileName) return runutil.Repeat(30*time.Second, ctx.Done(), func() error { if uploaded, err := s.Sync(ctx); err != nil { @@ -405,12 +467,11 @@ func validatePrometheus(ctx context.Context, client *promclient.Client, logger l type promMetadata struct { promURL *url.URL - mtx sync.Mutex - mint int64 - maxt int64 - labels labels.Labels - promVersion string - + mtx sync.Mutex + mint int64 + maxt int64 + labels labels.Labels + promVersion string limitMinTime thanosmodel.TimeOrDurationValue client *promclient.Client diff --git a/cmd/thanos/store.go b/cmd/thanos/store.go index ea484e67fc..d626fe55d8 100644 --- a/cmd/thanos/store.go +++ b/cmd/thanos/store.go @@ -7,26 +7,28 @@ import ( "context" "fmt" "strconv" + "strings" "time" "github.com/alecthomas/units" + extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" grpclogging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" "github.com/oklog/run" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/common/route" - "github.com/thanos-io/objstore/client" - commonmodel "github.com/prometheus/common/model" + "github.com/prometheus/common/route" - extflag "github.com/efficientgo/tools/extkingpin" + "github.com/thanos-io/objstore" + "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" blocksAPI "github.com/thanos-io/thanos/pkg/api/blocks" "github.com/thanos-io/thanos/pkg/block" + "github.com/thanos-io/thanos/pkg/block/indexheader" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/component" hidden "github.com/thanos-io/thanos/pkg/extflag" @@ -42,6 +44,7 @@ import ( "github.com/thanos-io/thanos/pkg/runutil" grpcserver "github.com/thanos-io/thanos/pkg/server/grpc" httpserver "github.com/thanos-io/thanos/pkg/server/http" + "github.com/thanos-io/thanos/pkg/server/http/middleware" "github.com/thanos-io/thanos/pkg/store" storecache "github.com/thanos-io/thanos/pkg/store/cache" "github.com/thanos-io/thanos/pkg/store/labelpb" @@ -54,6 +57,13 @@ const ( retryIntervalDuration = 10 ) +type syncStrategy string + +const ( + concurrentDiscovery syncStrategy = "concurrent" + recursiveDiscovery syncStrategy = "recursive" +) + type storeConfig struct { indexCacheConfigs extflag.PathOrContent objStoreConfig extflag.PathOrContent @@ -63,6 +73,8 @@ type storeConfig struct { httpConfig httpConfig indexCacheSizeBytes units.Base2Bytes chunkPoolSize units.Base2Bytes + estimatedMaxSeriesSize uint64 + estimatedMaxChunkSize uint64 seriesBatchSize int storeRateLimits store.SeriesSelectLimits maxDownloadedBytes units.Base2Bytes @@ -70,6 +82,7 @@ type storeConfig struct { component component.StoreAPI debugLogging bool syncInterval time.Duration + blockListStrategy string blockSyncConcurrency int blockMetaFetchConcurrency int filterConf *store.FilterConfig @@ -85,6 +98,9 @@ type storeConfig struct { reqLogConfig *extflag.PathOrContent lazyIndexReaderEnabled bool lazyIndexReaderIdleTimeout time.Duration + lazyExpandedPostingsEnabled bool + + indexHeaderLazyDownloadStrategy string } func (sc *storeConfig) registerFlag(cmd extkingpin.FlagClause) { @@ -128,7 +144,11 @@ func (sc *storeConfig) registerFlag(cmd extkingpin.FlagClause) { sc.objStoreConfig = *extkingpin.RegisterCommonObjStoreFlags(cmd, "", true) cmd.Flag("sync-block-duration", "Repeat interval for syncing the blocks between local and remote view."). - Default("3m").DurationVar(&sc.syncInterval) + Default("15m").DurationVar(&sc.syncInterval) + + strategies := strings.Join([]string{string(concurrentDiscovery), string(recursiveDiscovery)}, ", ") + cmd.Flag("block-discovery-strategy", "One of "+strategies+". When set to concurrent, stores will concurrently issue one call per directory to discover active blocks in the bucket. The recursive strategy iterates through all objects in the bucket, recursively traversing into each directory. This avoids N+1 calls at the expense of having slower bucket iterations."). + Default(string(concurrentDiscovery)).StringVar(&sc.blockListStrategy) cmd.Flag("block-sync-concurrency", "Number of goroutines to use when constructing index-cache.json blocks from object storage. Must be equal or greater than 1."). Default("20").IntVar(&sc.blockSyncConcurrency) @@ -139,6 +159,12 @@ func (sc *storeConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("debug.series-batch-size", "The batch size when fetching series from TSDB blocks. Setting the number too high can lead to slower retrieval, while setting it too low can lead to throttling caused by too many calls made to object storage."). Hidden().Default(strconv.Itoa(store.SeriesBatchSize)).IntVar(&sc.seriesBatchSize) + cmd.Flag("debug.estimated-max-series-size", "Estimated max series size. Setting a value might result in over fetching data while a small value might result in data refetch. Default value is 64KB."). + Hidden().Default(strconv.Itoa(store.EstimatedMaxSeriesSize)).Uint64Var(&sc.estimatedMaxSeriesSize) + + cmd.Flag("debug.estimated-max-chunk-size", "Estimated max chunk size. Setting a value might result in over fetching data while a small value might result in data refetch. Default value is 16KiB."). + Hidden().Default(strconv.Itoa(store.EstimatedMaxChunkSize)).Uint64Var(&sc.estimatedMaxChunkSize) + sc.filterConf = &store.FilterConfig{} cmd.Flag("min-time", "Start of time range limit to serve. Thanos Store will serve only metrics, which happened later than this value. Option can be a constant time in RFC3339 format or time duration relative to current time, such as -1d or 2h45m. Valid duration units are ms, s, m, h, d, w, y."). @@ -173,6 +199,13 @@ func (sc *storeConfig) registerFlag(cmd extkingpin.FlagClause) { cmd.Flag("store.index-header-lazy-reader-idle-timeout", "If index-header lazy reader is enabled and this idle timeout setting is > 0, memory map-ed index-headers will be automatically released after 'idle timeout' inactivity."). Hidden().Default("5m").DurationVar(&sc.lazyIndexReaderIdleTimeout) + cmd.Flag("store.enable-lazy-expanded-postings", "If true, Store Gateway will estimate postings size and try to lazily expand postings if it downloads less data than expanding all postings."). + Default("false").BoolVar(&sc.lazyExpandedPostingsEnabled) + + cmd.Flag("store.index-header-lazy-download-strategy", "Strategy of how to download index headers lazily. Supported values: eager, lazy. If eager, always download index header during initial load. If lazy, download index header during query time."). + Default(string(indexheader.EagerDownloadStrategy)). + EnumVar(&sc.indexHeaderLazyDownloadStrategy, string(indexheader.EagerDownloadStrategy), string(indexheader.LazyDownloadStrategy)) + cmd.Flag("web.disable", "Disable Block Viewer UI.").Default("false").BoolVar(&sc.disableWeb) cmd.Flag("web.external-prefix", "Static prefix for all HTML links and redirect URLs in the bucket web UI interface. Actual endpoints are still served on / or the web.route-prefix. This allows thanos bucket web UI to be served behind a reverse proxy that strips a URL sub-path."). @@ -202,12 +235,13 @@ func registerStore(app *extkingpin.App) { conf.filterConf.MinTime, conf.filterConf.MaxTime) } - httpLogOpts, err := logging.ParseHTTPOptions("", conf.reqLogConfig) + httpLogOpts, err := logging.ParseHTTPOptions(conf.reqLogConfig) if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } - tagOpts, grpcLogOpts, err := logging.ParsegRPCOptions("", conf.reqLogConfig) + grpcLogOpts, logFilterMethods, err := logging.ParsegRPCOptions(conf.reqLogConfig) + if err != nil { return errors.Wrap(err, "error while parsing config for request logging") } @@ -220,7 +254,7 @@ func registerStore(app *extkingpin.App) { tracer, httpLogOpts, grpcLogOpts, - tagOpts, + logFilterMethods, *conf, getFlagsMap(cmd.Flags()), ) @@ -235,7 +269,7 @@ func runStore( tracer opentracing.Tracer, httpLogOpts []logging.Option, grpcLogOpts []grpclogging.Option, - tagOpts []tags.Option, + logFilterMethods []string, conf storeConfig, flagsMap map[string]string, ) error { @@ -275,10 +309,11 @@ func runStore( return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, conf.component.String()) + bkt, err := client.NewBucket(logger, confContentYaml, conf.component.String()) if err != nil { - return errors.Wrap(err, "create bucket client") + return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) cachingBucketConfigYaml, err := conf.cachingBucketConfig.Content() if err != nil { @@ -288,7 +323,7 @@ func runStore( r := route.New() if len(cachingBucketConfigYaml) > 0 { - bkt, err = storecache.NewCachingBucketFromYaml(cachingBucketConfigYaml, bkt, logger, reg, r) + insBkt, err = storecache.NewCachingBucketFromYaml(cachingBucketConfigYaml, insBkt, logger, reg, r, conf.cachingBucketConfig.Path()) if err != nil { return errors.Wrap(err, "create caching bucket") } @@ -315,7 +350,7 @@ func runStore( if len(indexCacheContentYaml) > 0 { indexCache, err = storecache.NewIndexCache(logger, indexCacheContentYaml, reg) } else { - indexCache, err = storecache.NewInMemoryIndexCacheWithConfig(logger, reg, storecache.InMemoryIndexCacheConfig{ + indexCache, err = storecache.NewInMemoryIndexCacheWithConfig(logger, nil, reg, storecache.InMemoryIndexCacheConfig{ MaxSize: model.Bytes(conf.indexCacheSizeBytes), MaxItemSize: storecache.DefaultInMemoryIndexCacheConfig.MaxItemSize, }) @@ -324,8 +359,17 @@ func runStore( return errors.Wrap(err, "create index cache") } - ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, bkt, time.Duration(conf.ignoreDeletionMarksDelay), conf.blockMetaFetchConcurrency) - metaFetcher, err := block.NewMetaFetcher(logger, conf.blockMetaFetchConcurrency, bkt, dataDir, extprom.WrapRegistererWithPrefix("thanos_", reg), + var blockLister block.Lister + switch syncStrategy(conf.blockListStrategy) { + case concurrentDiscovery: + blockLister = block.NewConcurrentLister(logger, insBkt) + case recursiveDiscovery: + blockLister = block.NewRecursiveLister(logger, insBkt) + default: + return errors.Errorf("unknown sync strategy %s", conf.blockListStrategy) + } + ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, insBkt, time.Duration(conf.ignoreDeletionMarksDelay), conf.blockMetaFetchConcurrency) + metaFetcher, err := block.NewMetaFetcher(logger, conf.blockMetaFetchConcurrency, insBkt, blockLister, dataDir, extprom.WrapRegistererWithPrefix("thanos_", reg), []block.MetadataFilter{ block.NewTimePartitionMetaFilter(conf.filterConf.MinTime, conf.filterConf.MaxTime), block.NewLabelShardedMetaFilter(relabelConfig), @@ -351,6 +395,13 @@ func runStore( options := []store.BucketStoreOption{ store.WithLogger(logger), + store.WithRequestLoggerFunc(func(ctx context.Context, logger log.Logger) log.Logger { + reqID, ok := middleware.RequestIDFromContext(ctx) + if ok { + return log.With(logger, "request-id", reqID) + } + return logger + }), store.WithRegistry(reg), store.WithIndexCache(indexCache), store.WithQueryGate(queriesGate), @@ -358,6 +409,24 @@ func runStore( store.WithFilterConfig(conf.filterConf), store.WithChunkHashCalculation(true), store.WithSeriesBatchSize(conf.seriesBatchSize), + store.WithBlockEstimatedMaxSeriesFunc(func(m metadata.Meta) uint64 { + if m.Thanos.IndexStats.SeriesMaxSize > 0 && + uint64(m.Thanos.IndexStats.SeriesMaxSize) < conf.estimatedMaxSeriesSize { + return uint64(m.Thanos.IndexStats.SeriesMaxSize) + } + return conf.estimatedMaxSeriesSize + }), + store.WithBlockEstimatedMaxChunkFunc(func(m metadata.Meta) uint64 { + if m.Thanos.IndexStats.ChunkMaxSize > 0 && + uint64(m.Thanos.IndexStats.ChunkMaxSize) < conf.estimatedMaxChunkSize { + return uint64(m.Thanos.IndexStats.ChunkMaxSize) + } + return conf.estimatedMaxChunkSize + }), + store.WithLazyExpandedPostings(conf.lazyExpandedPostingsEnabled), + store.WithIndexHeaderLazyDownloadStrategy( + indexheader.IndexHeaderLazyDownloadStrategy(conf.indexHeaderLazyDownloadStrategy).StrategyToDownloadFunc(), + ), } if conf.debugLogging { @@ -365,7 +434,7 @@ func runStore( } bs, err := store.NewBucketStore( - bkt, + insBkt, metaFetcher, dataDir, store.NewChunksLimiterFactory(conf.storeRateLimits.SamplesPerRequest/store.MaxSamplesPerChunk), // The samples limit is an approximation based on the max number of samples per chunk. @@ -389,7 +458,7 @@ func runStore( { ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") level.Info(logger).Log("msg", "initializing bucket store") begin := time.Now() @@ -430,7 +499,7 @@ func runStore( info.WithLabelSetFunc(func() []labelpb.ZLabelSet { return bs.LabelSet() }), - info.WithStoreInfoFunc(func() *infopb.StoreInfo { + info.WithStoreInfoFunc(func() (*infopb.StoreInfo, error) { if httpProbe.IsReady() { mint, maxt := bs.TimeRange() return &infopb.StoreInfo{ @@ -438,9 +507,10 @@ func runStore( MaxTime: maxt, SupportsSharding: true, SupportsWithoutReplicaLabels: true, - } + TsdbInfos: bs.TSDBInfos(), + }, nil } - return nil + return nil, errors.New("Not ready") }), ) @@ -452,7 +522,7 @@ func runStore( } storeServer := store.NewInstrumentedStoreServer(reg, bs) - s := grpcserver.New(logger, reg, tracer, grpcLogOpts, tagOpts, conf.component, grpcProbe, + s := grpcserver.New(logger, reg, tracer, grpcLogOpts, logFilterMethods, conf.component, grpcProbe, grpcserver.WithServer(store.RegisterStoreServer(storeServer, logger)), grpcserver.WithServer(info.RegisterInfoServer(infoSrv)), grpcserver.WithListen(conf.grpcConfig.bindAddress), @@ -470,6 +540,7 @@ func runStore( s.Shutdown(err) }) } + // Add bucket UI for loaded blocks. { ins := extpromhttp.NewInstrumentationMiddleware(reg, nil) @@ -480,7 +551,7 @@ func runStore( // Configure Request Logging for HTTP calls. logMiddleware := logging.NewHTTPServerMiddleware(logger, httpLogOpts...) - api := blocksAPI.NewBlocksAPI(logger, conf.webConfig.disableCORS, conf.label, flagsMap, bkt) + api := blocksAPI.NewBlocksAPI(logger, conf.webConfig.disableCORS, conf.label, flagsMap, insBkt) api.Register(r.WithPrefix("/api/v1"), tracer, logger, ins, logMiddleware) metaFetcher.UpdateOnChange(func(blocks []metadata.Meta, err error) { diff --git a/cmd/thanos/testdata/rules-files/unreadable_valid.yaml b/cmd/thanos/testdata/rules-files/unreadable_valid.yaml new file mode 100755 index 0000000000..fb75e799e2 --- /dev/null +++ b/cmd/thanos/testdata/rules-files/unreadable_valid.yaml @@ -0,0 +1,18 @@ +groups: + - name: test-alert-group + partial_response_strategy: "warn" + interval: 2m + rules: + - alert: TestAlert + expr: 1 + labels: + key: value + annotations: + key: value + + - name: test-rule-group + partial_response_strategy: "warn" + interval: 2m + rules: + - record: test_metric + expr: 1 diff --git a/cmd/thanos/tools.go b/cmd/thanos/tools.go index 4121ae8f52..f64d4b0086 100644 --- a/cmd/thanos/tools.go +++ b/cmd/thanos/tools.go @@ -55,7 +55,6 @@ func checkRulesFiles(logger log.Logger, patterns *[]string) error { if err != nil || matches == nil { err = errors.New("matching file not found") level.Error(logger).Log("result", "FAILED", "error", err) - level.Info(logger).Log() failed.Add(err) continue } @@ -64,8 +63,7 @@ func checkRulesFiles(logger log.Logger, patterns *[]string) error { f, er := os.Open(fn) if er != nil { level.Error(logger).Log("result", "FAILED", "error", er) - level.Info(logger).Log() - failed.Add(err) + failed.Add(er) continue } defer func() { _ = f.Close() }() @@ -77,7 +75,6 @@ func checkRulesFiles(logger log.Logger, patterns *[]string) error { level.Error(logger).Log("error", e.Error()) failed.Add(e) } - level.Info(logger).Log() continue } level.Info(logger).Log("result", "SUCCESS", "rules found", n) diff --git a/cmd/thanos/tools_bucket.go b/cmd/thanos/tools_bucket.go index b9682406df..326e4b09eb 100644 --- a/cmd/thanos/tools_bucket.go +++ b/cmd/thanos/tools_bucket.go @@ -19,6 +19,7 @@ import ( "text/template" "time" + extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/oklog/run" @@ -34,14 +35,14 @@ import ( "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/thanos-io/objstore" - "github.com/thanos-io/objstore/client" - - extflag "github.com/efficientgo/tools/extkingpin" "golang.org/x/text/language" "golang.org/x/text/message" "gopkg.in/yaml.v3" + "github.com/thanos-io/objstore" + "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" + v1 "github.com/thanos-io/thanos/pkg/api/blocks" "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" @@ -55,9 +56,11 @@ import ( "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/model" "github.com/thanos-io/thanos/pkg/prober" + "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/replicate" "github.com/thanos-io/thanos/pkg/runutil" httpserver "github.com/thanos-io/thanos/pkg/server/http" + "github.com/thanos-io/thanos/pkg/shipper" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/ui" "github.com/thanos-io/thanos/pkg/verifier" @@ -111,17 +114,20 @@ type bucketLsConfig struct { } type bucketWebConfig struct { - webRoutePrefix string - webExternalPrefix string - webPrefixHeaderName string - webDisableCORS bool - interval time.Duration - label string - timeout time.Duration + webRoutePrefix string + webExternalPrefix string + webPrefixHeaderName string + webDisableCORS bool + interval time.Duration + label string + timeout time.Duration + disableAdminOperations bool } type bucketReplicateConfig struct { resolutions []time.Duration + compactMin int + compactMax int compactions []int matcherStrs string singleRun bool @@ -130,6 +136,7 @@ type bucketReplicateConfig struct { type bucketDownsampleConfig struct { waitInterval time.Duration downsampleConcurrency int + blockFilesConcurrency int dataDir string hashFunc string } @@ -153,6 +160,11 @@ type bucketMarkBlockConfig struct { removeMarker bool } +type bucketUploadBlocksConfig struct { + path string + labels []string +} + func (tbc *bucketVerifyConfig) registerBucketVerifyFlag(cmd extkingpin.FlagClause) *bucketVerifyConfig { cmd.Flag("repair", "Attempt to repair blocks for which issues were detected"). Short('r').Default("false").BoolVar(&tbc.repair) @@ -199,13 +211,19 @@ func (tbc *bucketWebConfig) registerBucketWebFlag(cmd extkingpin.FlagClause) *bu cmd.Flag("timeout", "Timeout to download metadata from remote storage").Default("5m").DurationVar(&tbc.timeout) cmd.Flag("label", "External block label to use as group title").StringVar(&tbc.label) + + cmd.Flag("disable-admin-operations", "Disable UI/API admin operations like marking blocks for deletion and no compaction.").Default("false").BoolVar(&tbc.disableAdminOperations) return tbc } func (tbc *bucketReplicateConfig) registerBucketReplicateFlag(cmd extkingpin.FlagClause) *bucketReplicateConfig { cmd.Flag("resolution", "Only blocks with these resolutions will be replicated. Repeated flag.").Default("0s", "5m", "1h").HintAction(listResLevel).DurationListVar(&tbc.resolutions) - cmd.Flag("compaction", "Only blocks with these compaction levels will be replicated. Repeated flag.").Default("1", "2", "3", "4").IntsVar(&tbc.compactions) + cmd.Flag("compaction-min", "Only blocks with at least this compaction level will be replicated.").Default("1").IntVar(&tbc.compactMin) + + cmd.Flag("compaction-max", "Only blocks up to a maximum of this compaction level will be replicated.").Default("4").IntVar(&tbc.compactMax) + + cmd.Flag("compaction", "Only blocks with these compaction levels will be replicated. Repeated flag. Overrides compaction-min and compaction-max if set.").Default().IntsVar(&tbc.compactions) cmd.Flag("matcher", "blocks whose external labels match this matcher will be replicated. All Prometheus matchers are supported, including =, !=, =~ and !~.").StringVar(&tbc.matcherStrs) @@ -229,6 +247,8 @@ func (tbc *bucketDownsampleConfig) registerBucketDownsampleFlag(cmd extkingpin.F Default("5m").DurationVar(&tbc.waitInterval) cmd.Flag("downsample.concurrency", "Number of goroutines to use when downsampling blocks."). Default("1").IntVar(&tbc.downsampleConcurrency) + cmd.Flag("block-files-concurrency", "Number of goroutines to use when fetching/uploading block files from object storage."). + Default("1").IntVar(&tbc.blockFilesConcurrency) cmd.Flag("data-dir", "Data directory in which to cache blocks and process downsamplings."). Default("./data").StringVar(&tbc.dataDir) cmd.Flag("hash-func", "Specify which hash function to use when calculating the hashes of produced files. If no function has been specified, it does not happen. This permits avoiding downloading some files twice albeit at some performance cost. Possible values are: \"\", \"SHA256\"."). @@ -264,6 +284,13 @@ func (tbc *bucketRetentionConfig) registerBucketRetentionFlag(cmd extkingpin.Fla return tbc } +func (tbc *bucketUploadBlocksConfig) registerBucketUploadBlocksFlag(cmd extkingpin.FlagClause) *bucketUploadBlocksConfig { + cmd.Flag("path", "Path to the directory containing blocks to upload.").Default("./data").StringVar(&tbc.path) + cmd.Flag("label", "External labels to add to the uploaded blocks (repeated).").PlaceHolder("key=\"value\"").StringsVar(&tbc.labels) + + return tbc +} + func registerBucket(app extkingpin.AppClause) { cmd := app.Command("bucket", "Bucket utility commands") @@ -278,6 +305,7 @@ func registerBucket(app extkingpin.AppClause) { registerBucketMarkBlock(cmd, objStoreConfig) registerBucketRewrite(cmd, objStoreConfig) registerBucketRetention(cmd, objStoreConfig) + registerBucketUploadBlocks(cmd, objStoreConfig) } func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) { @@ -299,11 +327,12 @@ func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.Path return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Bucket.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Bucket.String()) if err != nil { return err } - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") backupconfContentYaml, err := objStoreBackupConfig.Content() if err != nil { @@ -317,10 +346,11 @@ func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.Path } } else { // nil Prometheus registerer: don't create conflicting metrics. - backupBkt, err = client.NewBucket(logger, backupconfContentYaml, nil, component.Bucket.String()) + backupBkt, err = client.NewBucket(logger, backupconfContentYaml, component.Bucket.String()) if err != nil { return err } + insBkt = objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, nil, bkt.Name())) defer runutil.CloseWithLogOnErr(logger, backupBkt, "backup bucket client") } @@ -334,8 +364,9 @@ func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.Path } // We ignore any block that has the deletion marker file. - filters := []block.MetadataFilter{block.NewIgnoreDeletionMarkFilter(logger, bkt, 0, block.FetcherConcurrency)} - fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), filters) + filters := []block.MetadataFilter{block.NewIgnoreDeletionMarkFilter(logger, insBkt, 0, block.FetcherConcurrency)} + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), filters) if err != nil { return err } @@ -359,7 +390,7 @@ func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.Path } } - v := verifier.NewManager(reg, logger, bkt, backupBkt, fetcher, time.Duration(*deleteDelay), r) + v := verifier.NewManager(reg, logger, insBkt, backupBkt, fetcher, time.Duration(*deleteDelay), r) if tbc.repair { return v.VerifyAndRepair(context.Background(), idMatcher) } @@ -380,18 +411,20 @@ func registerBucketLs(app extkingpin.AppClause, objStoreConfig *extflag.PathOrCo return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Bucket.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Bucket.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) var filters []block.MetadataFilter if tbc.excludeDelete { - ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, bkt, 0, block.FetcherConcurrency) + ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, insBkt, 0, block.FetcherConcurrency) filters = append(filters, ignoreDeletionMarkFilter) } - fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), filters) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), filters) if err != nil { return err } @@ -399,7 +432,7 @@ func registerBucketLs(app extkingpin.AppClause, objStoreConfig *extflag.PathOrCo // Dummy actor to immediately kill the group after the run function returns. g.Add(func() error { return nil }, func(error) {}) - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) defer cancel() @@ -486,12 +519,14 @@ func registerBucketInspect(app extkingpin.AppClause, objStoreConfig *extflag.Pat return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Bucket.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Bucket.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) - fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), nil) if err != nil { return err } @@ -499,7 +534,7 @@ func registerBucketInspect(app extkingpin.AppClause, objStoreConfig *extflag.Pat // Dummy actor to immediately kill the group after the run function returns. g.Add(func() error { return nil }, func(error) {}) - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") ctx, cancel := context.WithTimeout(context.Background(), tbc.timeout) defer cancel() @@ -594,12 +629,13 @@ func registerBucketWeb(app extkingpin.AppClause, objStoreConfig *extflag.PathOrC return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Bucket.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Bucket.String()) if err != nil { return errors.Wrap(err, "bucket client") } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) - api := v1.NewBlocksAPI(logger, tbc.webDisableCORS, tbc.label, flagsMap, bkt) + api := v1.NewBlocksAPI(logger, tbc.webDisableCORS, tbc.label, flagsMap, insBkt) // Configure Request Logging for HTTP calls. opts := []logging.Option{logging.WithDecider(func(_ string, _ error) logging.Decision { @@ -633,7 +669,8 @@ func registerBucketWeb(app extkingpin.AppClause, objStoreConfig *extflag.PathOrC return err } // TODO(bwplotka): Allow Bucket UI to visualize the state of block as well. - fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + fetcher, err := block.NewMetaFetcher(logger, block.FetcherConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg), []block.MetadataFilter{ block.NewTimePartitionMetaFilter(filterConf.MinTime, filterConf.MaxTime), block.NewLabelShardedMetaFilter(relabelConfig), @@ -649,7 +686,7 @@ func registerBucketWeb(app extkingpin.AppClause, objStoreConfig *extflag.PathOrC ctx, cancel := context.WithCancel(context.Background()) g.Add(func() error { statusProber.Ready() - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") return runutil.Repeat(tbc.interval, ctx.Done(), func() error { return runutil.RetryWithLog(logger, time.Minute, ctx.Done(), func() error { iterCtx, iterCancel := context.WithTimeout(ctx, tbc.timeout) @@ -712,6 +749,16 @@ func registerBucketReplicate(app extkingpin.AppClause, objStoreConfig *extflag.P resolutionLevels = append(resolutionLevels, compact.ResolutionLevel(lvl.Milliseconds())) } + if len(tbc.compactions) == 0 { + if tbc.compactMin > tbc.compactMax { + return errors.New("compaction-min must be less than or equal to compaction-max") + } + tbc.compactions = []int{} + for compactionLevel := tbc.compactMin; compactionLevel <= tbc.compactMax; compactionLevel++ { + tbc.compactions = append(tbc.compactions, compactionLevel) + } + } + blockIDs := make([]ulid.ULID, 0, len(*ids)) for _, id := range *ids { bid, err := ulid.Parse(id) @@ -752,7 +799,7 @@ func registerBucketDownsample(app extkingpin.AppClause, objStoreConfig *extflag. cmd.Setup(func(g *run.Group, logger log.Logger, reg *prometheus.Registry, tracer opentracing.Tracer, _ <-chan struct{}, _ bool) error { return RunDownsample(g, logger, reg, *httpAddr, *httpTLSConfig, time.Duration(*httpGracePeriod), tbc.dataDir, - tbc.waitInterval, tbc.downsampleConcurrency, objStoreConfig, component.Downsample, metadata.HashFunc(tbc.hashFunc)) + tbc.waitInterval, tbc.downsampleConcurrency, tbc.blockFilesConcurrency, objStoreConfig, component.Downsample, metadata.HashFunc(tbc.hashFunc)) }) } @@ -779,10 +826,11 @@ func registerBucketCleanup(app extkingpin.AppClause, objStoreConfig *extflag.Pat return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Cleanup.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Cleanup.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) // Dummy actor to immediately kill the group after the run function returns. g.Add(func() error { return nil }, func(error) {}) @@ -792,15 +840,16 @@ func registerBucketCleanup(app extkingpin.AppClause, objStoreConfig *extflag.Pat // While fetching blocks, we filter out blocks that were marked for deletion by using IgnoreDeletionMarkFilter. // The delay of deleteDelay/2 is added to ensure we fetch blocks that are meant to be deleted but do not have a replacement yet. // This is to make sure compactor will not accidentally perform compactions with gap instead. - ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, bkt, tbc.deleteDelay/2, tbc.blockSyncConcurrency) + ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, insBkt, tbc.deleteDelay/2, tbc.blockSyncConcurrency) duplicateBlocksFilter := block.NewDeduplicateFilter(tbc.blockSyncConcurrency) - blocksCleaner := compact.NewBlocksCleaner(logger, bkt, ignoreDeletionMarkFilter, tbc.deleteDelay, stubCounter, stubCounter) + blocksCleaner := compact.NewBlocksCleaner(logger, insBkt, ignoreDeletionMarkFilter, tbc.deleteDelay, stubCounter, stubCounter) ctx := context.Background() var sy *compact.Syncer { - baseMetaFetcher, err := block.NewBaseFetcher(logger, tbc.blockSyncConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg)) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + baseMetaFetcher, err := block.NewBaseFetcher(logger, tbc.blockSyncConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg)) if err != nil { return errors.Wrap(err, "create meta fetcher") } @@ -815,7 +864,7 @@ func registerBucketCleanup(app extkingpin.AppClause, objStoreConfig *extflag.Pat sy, err = compact.NewMetaSyncer( logger, reg, - bkt, + insBkt, cf, duplicateBlocksFilter, ignoreDeletionMarkFilter, @@ -834,7 +883,7 @@ func registerBucketCleanup(app extkingpin.AppClause, objStoreConfig *extflag.Pat level.Info(logger).Log("msg", "synced blocks done") - compact.BestEffortCleanAbortedPartialUploads(ctx, logger, sy.Partial(), bkt, stubCounter, stubCounter, stubCounter) + compact.BestEffortCleanAbortedPartialUploads(ctx, logger, sy.Partial(), insBkt, stubCounter, stubCounter, stubCounter) if err := blocksCleaner.DeleteMarkedBlocks(ctx); err != nil { return errors.Wrap(err, "error cleaning blocks") } @@ -1034,10 +1083,11 @@ func registerBucketMarkBlock(app extkingpin.AppClause, objStoreConfig *extflag.P return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Mark.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Mark.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) var ids []ulid.ULID for _, id := range tbc.blockIDs { @@ -1056,7 +1106,7 @@ func registerBucketMarkBlock(app extkingpin.AppClause, objStoreConfig *extflag.P g.Add(func() error { for _, id := range ids { if tbc.removeMarker { - err := block.RemoveMark(ctx, logger, bkt, id, promauto.With(nil).NewCounter(prometheus.CounterOpts{}), tbc.marker) + err := block.RemoveMark(ctx, logger, insBkt, id, promauto.With(nil).NewCounter(prometheus.CounterOpts{}), tbc.marker) if err != nil { return errors.Wrapf(err, "remove mark %v for %v", id, tbc.marker) } @@ -1064,15 +1114,15 @@ func registerBucketMarkBlock(app extkingpin.AppClause, objStoreConfig *extflag.P } switch tbc.marker { case metadata.DeletionMarkFilename: - if err := block.MarkForDeletion(ctx, logger, bkt, id, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { + if err := block.MarkForDeletion(ctx, logger, insBkt, id, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { return errors.Wrapf(err, "mark %v for %v", id, tbc.marker) } case metadata.NoCompactMarkFilename: - if err := block.MarkForNoCompact(ctx, logger, bkt, id, metadata.ManualNoCompactReason, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { + if err := block.MarkForNoCompact(ctx, logger, insBkt, id, metadata.ManualNoCompactReason, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { return errors.Wrapf(err, "mark %v for %v", id, tbc.marker) } case metadata.NoDownsampleMarkFilename: - if err := block.MarkForNoDownsample(ctx, logger, bkt, id, metadata.ManualNoDownsampleReason, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { + if err := block.MarkForNoDownsample(ctx, logger, insBkt, id, metadata.ManualNoDownsampleReason, tbc.details, promauto.With(nil).NewCounter(prometheus.CounterOpts{})); err != nil { return errors.Wrapf(err, "mark %v for %v", id, tbc.marker) } default: @@ -1113,10 +1163,11 @@ func registerBucketRewrite(app extkingpin.AppClause, objStoreConfig *extflag.Pat return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Rewrite.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Rewrite.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) var modifiers []compactv2.Modifier @@ -1173,7 +1224,7 @@ func registerBucketRewrite(app extkingpin.AppClause, objStoreConfig *extflag.Pat for _, id := range ids { // Delete series from block & modify. level.Info(logger).Log("msg", "downloading block", "source", id) - if err := block.Download(ctx, logger, bkt, id, filepath.Join(tbc.tmpDir, id.String())); err != nil { + if err := block.Download(ctx, logger, insBkt, id, filepath.Join(tbc.tmpDir, id.String())); err != nil { return errors.Wrapf(err, "download %v", id) } @@ -1245,18 +1296,18 @@ func registerBucketRewrite(app extkingpin.AppClause, objStoreConfig *extflag.Pat level.Info(logger).Log("msg", "uploading new block", "source", id, "new", newID) if tbc.promBlocks { - if err := block.UploadPromBlock(ctx, logger, bkt, filepath.Join(tbc.tmpDir, newID.String()), metadata.HashFunc(*hashFunc)); err != nil { + if err := block.UploadPromBlock(ctx, logger, insBkt, filepath.Join(tbc.tmpDir, newID.String()), metadata.HashFunc(*hashFunc)); err != nil { return errors.Wrap(err, "upload") } } else { - if err := block.Upload(ctx, logger, bkt, filepath.Join(tbc.tmpDir, newID.String()), metadata.HashFunc(*hashFunc)); err != nil { + if err := block.Upload(ctx, logger, insBkt, filepath.Join(tbc.tmpDir, newID.String()), metadata.HashFunc(*hashFunc)); err != nil { return errors.Wrap(err, "upload") } } level.Info(logger).Log("msg", "uploaded", "source", id, "new", newID) if !tbc.dryRun && tbc.deleteBlocks { - if err := block.MarkForDeletion(ctx, logger, bkt, id, "block rewritten", stubCounter); err != nil { + if err := block.MarkForDeletion(ctx, logger, insBkt, id, "block rewritten", stubCounter); err != nil { level.Error(logger).Log("msg", "failed to mark block for deletion", "id", id.String(), "err", err) } } @@ -1320,26 +1371,28 @@ func registerBucketRetention(app extkingpin.AppClause, objStoreConfig *extflag.P return err } - bkt, err := client.NewBucket(logger, confContentYaml, reg, component.Retention.String()) + bkt, err := client.NewBucket(logger, confContentYaml, component.Retention.String()) if err != nil { return err } + insBkt := objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) // Dummy actor to immediately kill the group after the run function returns. g.Add(func() error { return nil }, func(error) {}) - defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + defer runutil.CloseWithLogOnErr(logger, insBkt, "bucket client") // While fetching blocks, we filter out blocks that were marked for deletion by using IgnoreDeletionMarkFilter. // The delay of deleteDelay/2 is added to ensure we fetch blocks that are meant to be deleted but do not have a replacement yet. // This is to make sure compactor will not accidentally perform compactions with gap instead. - ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, bkt, tbc.deleteDelay/2, tbc.blockSyncConcurrency) + ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, insBkt, tbc.deleteDelay/2, tbc.blockSyncConcurrency) duplicateBlocksFilter := block.NewDeduplicateFilter(tbc.blockSyncConcurrency) stubCounter := promauto.With(nil).NewCounter(prometheus.CounterOpts{}) var sy *compact.Syncer { - baseMetaFetcher, err := block.NewBaseFetcher(logger, tbc.blockSyncConcurrency, bkt, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg)) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + baseMetaFetcher, err := block.NewBaseFetcher(logger, tbc.blockSyncConcurrency, insBkt, baseBlockIDsFetcher, "", extprom.WrapRegistererWithPrefix(extpromPrefix, reg)) if err != nil { return errors.Wrap(err, "create meta fetcher") } @@ -1354,7 +1407,7 @@ func registerBucketRetention(app extkingpin.AppClause, objStoreConfig *extflag.P sy, err = compact.NewMetaSyncer( logger, reg, - bkt, + insBkt, cf, duplicateBlocksFilter, ignoreDeletionMarkFilter, @@ -1376,9 +1429,60 @@ func registerBucketRetention(app extkingpin.AppClause, objStoreConfig *extflag.P level.Warn(logger).Log("msg", "GLOBAL COMPACTOR SHOULD __NOT__ BE RUNNING ON THE SAME BUCKET") - if err := compact.ApplyRetentionPolicyByResolution(ctx, logger, bkt, sy.Metas(), retentionByResolution, stubCounter); err != nil { + if err := compact.ApplyRetentionPolicyByResolution(ctx, logger, insBkt, sy.Metas(), retentionByResolution, stubCounter); err != nil { return errors.Wrap(err, "retention failed") } return nil }) } + +func registerBucketUploadBlocks(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) { + cmd := app.Command("upload-blocks", "Upload blocks push blocks from the provided path to the object storage.") + + tbc := &bucketUploadBlocksConfig{} + tbc.registerBucketUploadBlocksFlag(cmd) + + cmd.Setup(func(g *run.Group, logger log.Logger, reg *prometheus.Registry, _ opentracing.Tracer, _ <-chan struct{}, _ bool) error { + if len(tbc.labels) == 0 { + return errors.New("no external labels configured, uniquely identifying external labels must be configured; see https://thanos.io/tip/thanos/storage.md#external-labels for details.") + } + + lset, err := parseFlagLabels(tbc.labels) + if err != nil { + return errors.Wrap(err, "unable to parse external labels") + } + if err := promclient.IsDirAccessible(tbc.path); err != nil { + return errors.Wrapf(err, "unable to access path '%s'", tbc.path) + } + + confContentYaml, err := objStoreConfig.Content() + if err != nil { + return errors.Wrap(err, "unable to parse objstore config") + } + + bkt, err := client.NewBucket(logger, confContentYaml, component.Upload.String()) + if err != nil { + return errors.Wrap(err, "unable to create bucket") + } + defer runutil.CloseWithLogOnErr(logger, bkt, "bucket client") + + bkt = objstoretracing.WrapWithTraces(objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", reg), bkt.Name())) + + s := shipper.New(logger, reg, tbc.path, bkt, func() labels.Labels { return lset }, metadata.BucketUploadSource, + nil, false, metadata.HashFunc(""), shipper.DefaultMetaFilename) + + ctx, cancel := context.WithCancel(context.Background()) + g.Add(func() error { + n, err := s.Sync(ctx) + if err != nil { + return errors.Wrap(err, "unable to sync blocks") + } + level.Info(logger).Log("msg", "synced blocks", "uploaded", n) + return nil + }, func(error) { + cancel() + }) + + return nil + }) +} diff --git a/cmd/thanos/tools_test.go b/cmd/thanos/tools_test.go index 81b616111f..7d39abda55 100644 --- a/cmd/thanos/tools_test.go +++ b/cmd/thanos/tools_test.go @@ -4,6 +4,7 @@ package main import ( + "os" "testing" "github.com/go-kit/log" @@ -44,4 +45,11 @@ func Test_CheckRules_Glob(t *testing.T) { // invalid path files = &[]string{"./testdata/rules-files/*.yamlaaa"} testutil.NotOk(t, checkRulesFiles(logger, files), "expected err for file %s", files) + + // Unreadble path + files = &[]string{"./testdata/rules-files/unreadable_valid.yaml"} + filename := (*files)[0] + testutil.Ok(t, os.Chmod(filename, 0000), "failed to change file permissions of %s to 0000", filename) + testutil.NotOk(t, checkRulesFiles(logger, files), "expected err for file %s", files) + testutil.Ok(t, os.Chmod(filename, 0777), "failed to change file permissions of %s to 0777", filename) } diff --git a/docs/blog/2023-06-02-lfx-mentorship-query-observability.md b/docs/blog/2023-06-02-lfx-mentorship-query-observability.md new file mode 100644 index 0000000000..d1133ac615 --- /dev/null +++ b/docs/blog/2023-06-02-lfx-mentorship-query-observability.md @@ -0,0 +1,78 @@ +--- +title: 'LFX Mentorship: Thanos Query Observability' +date: "2023-06-06" +author: Pradyumna Krishna +--- + +Hello everyone, my name is Pradyumna Krishna and I was contributing to Thanos as a part of the LFX mentorship programme. I was working on adding Query Execution Observability to the Thanos PromQL engine and Thanos project itself. I am going to share my experience and provide insights into the project. + +## The Project + +### What's PromQL? + +Prometheus provides a functional query language called PromQL (Prometheus Query Language) that lets the user select and aggregate time series data in real-time. + +### What's the Thanos PromQL Engine? + +Thanos PromQL engine is another engine that's currently under development and aims to be fully compatible with the original PromQL engine. It is a multi-threaded implementation of a PromQL Query Engine based on the [Volcano/Iterator model](https://paperhub.s3.amazonaws.com/dace52a42c07f7f8348b08dc2b186061.pdf). Thanos PromQL engine focuses on adding more performance and features like query observability that is missing from the original promql-engine. + +PromQL engine supports many binary and aggregation [operators](https://prometheus.io/docs/prometheus/latest/querying/operators/). These include basic logical and arithmetic operators and also built-in aggregation operators that can be used to aggregate the elements of a single instant vector, resulting in a new vector of fewer elements with aggregated values. The result of the query formed using these operators gets visualized as a graph or viewed as tabular data. + +### Query Observability + +Query observability provides the ability to see internal metadata such as the duration, query plan, and detailed stats about each query (and different parts of it) in the Thanos PromQL engine. By exploring query stats and plans, one can try to optimize the query executed by the engine. + +## Contributions + +Over this period I worked on two major features which are switching engines in the Thanos via the UI to expose it to more users and facilitate exploration, and adding query explanation functionality to the UI. + +Giedrius always came up with sketches showing me how the feature should work and look. + +### Engine Switch + +Thanos needs to specify which engine to utilize to execute the promql queries. A query can only be executed by one engine. Originally, switching between different engines was implemented through a command line flag. My first feature to implement was to add this engine switching to Thanos, switching the engine from Prometheus to Thanos using UI without any interruptions. Now the engine specified through the command line specifies the default engine to use if no promql engine parameter has been set through the API. + +Here is the sketch of how the engine switch should look (made by Giedrius): + +![Giedrius's Sketch](img/giedrius-sketch.png) + +I looked into Thanos and made changes in Thanos components from the API to the UI to implement this engine switch. I tried to make the UI as close as possible to the sketch. + +![Engine Switch 1](img/engine-1.png) + +After initial review, I move this switch to each panel. As this helps to run the same query over the different engines and compare the results. + +![Engine Switch 2](img/engine-2.png) + +**Pull Requests** +- Add engine param to Thanos engine constructor ([thanos-io/promql-engine#228](https://github.com/thanos-io/promql-engine/pull/228)) +- Query: Switch Multiple Engines ([thanos-io/thanos#6234](https://github.com/thanos-io/thanos/pull/6234)) + +### Query Explanation + +Query explanation is a dry run of the query planning and returns the query execution plans. Query explanation can be enabled through a flag on the Thanos PromQL engine. After that query explanation is visualized through the Thanos query UI. That is a feature of Query Observability. For the convenience of the user, the Explain checkbox is locked unless the Thanos PromQL engine is used + +I started with generating query explanations through the Thanos promql-engine and then worked on the Thanos UI to represent the query explanation in a tree-like structure. + +Thanos UI got updated with time, resulting in the development of the explanation tree that can be seen through the screenshots provided. + +![Tree 1](img/tree-1.png) + +![Tree 2](img/tree-2.png) + +![Tree 3](img/tree-3.png) + +**Pull Requests** +- Add method to explain query vector ([thanos-io/promql-engine#252](https://github.com/thanos-io/promql-engine/pull/252)) +- Query Explanation ([thanos-io/thanos#6346](https://github.com/thanos-io/thanos/pull/6346)) + +### What next + +We have laid the foundation of Query Observability by implementing the Query Explanation feature. The next steps forward can be: +* Showing memory allocations, CPU usage +* Showing "hottest" operators +* Showing metadata about leaf nodes (how many postings/series were fetched/touched, etc.) + +## Overall Experience + +I love the LFX mentorship program. I learned a lot while contributing, and gained new skills in Golang and typescript. My mentors Giedrius and Saswata guided me throughout the program, they never let me get stuck at any point and always provided me with technical as well as career guidance. diff --git a/docs/blog/2023-06-08-thanos-at-aiven.md b/docs/blog/2023-06-08-thanos-at-aiven.md new file mode 100644 index 0000000000..ecd4931815 --- /dev/null +++ b/docs/blog/2023-06-08-thanos-at-aiven.md @@ -0,0 +1,171 @@ +--- +title: Aiven’s Journey to Thanos from M3DB +date: "2023-06-27" +author: Jonah Kowall (https://github.com/jkowall), Michael Hoffmann (https://github.com/MichaHoffmann), Alexander Rickardsson (https://github.com/alxric) +--- + +## About Aiven + +Aiven is a cloud-native data infrastructure platform that provides fully managed open source database, streaming, and analytics services on 11 clouds and over 150 regions. Aiven offers open source products including PostgreSQL, MySQL, ClickHouse, Cassandra, M3, InfluxDB, along with streaming platforms such as Kafka and Flink. Aiven has a major investment in upstream contributions not altering the true open source solutions which are offered making Aiven the open source data platform for everyone. + +* **Ease of use**: Aiven is a fully managed platform, so you don't have to worry about the underlying infrastructure. You can focus on using your data to power your applications. +* **Reliability**: Aiven is built on top of open source technologies, which are known for their reliability. Aiven also has a team of experts who are dedicated to keeping your data infrastructure up and running. +* **Scalability**: Aiven is designed to scale with your needs. You can easily add or remove resources as your data requirements change. +* **Security**: Aiven takes security seriously. Your data is protected by a variety of security measures, including encryption, authentication, and authorization. +* **Cost-effectiveness**: Aiven offers a simple, pay-as-you-go pricing model. You only pay for the resources that you use. + +## Introduction + +Going back to 2019, Aiven was using the open source InfluxDB, which was unable to handle the scale at the time. We needed a scalable time series database. Fast-forward to today and the scale of our fleet, consisting of 100,000+ machines across 11 clouds and 160+ regions. There is no provider with our scale and variability of cloud infrastructure. Additionally, Aiven’s customers using database and streaming technologies required an easy observability platform to collect metric data for both our services and for their internal needs. After looking at the ecosystem, the options were limited. Aiven was very comfortable with database architectures that scales out, versus scale-up as with InfluxDB. M3 fit the bill, architecturally, at the time. The community was vibrant with Uber, Chronosphere (a new startup then), and others contributing. Aiven was ready to devote engineers to the project internally and upstream to help build the next generation database for time series and Prometheus use cases. We even contributed the support for the Influx line protocol to M3DB, which helps Aiven customers migrate to Prometheus. + +Fast-forward to 2022 with the changes at Uber, as they worked on profitability, and Chronosphere focused on their SaaS platform, there are virtually no contributions occurring to M3DB. M3DB is missing a lot of new functionality which were introduced to Prometheus over time. This includes a lack of support for exemplars, alertmanager, along with not having the ability to move older data to object store, making the operating expenses extremely high versus other database options available today. M3DB also has challenges at high scale with memory management, which has bitten us and our clients many times. It’s very picky on the types of queries and the data itself. + +## Our path forward + +Aiven was beginning to look for a replacement project with a vibrant ecosystem around it we can contribute to. Our open source program office (OSPO) has over 20 dedicated engineers who only work upstream. Our OSPO is a major area of investment, and we believe in free and open software and are willing to put our engineering resources behind it. Additionally, the project ideally should be Apache 2.0 licensed to allow us to use it for anything from internal use cases to building products or integrating it inside product offerings. We want all the flexibility and little risk. + +With these options, we had to discount Mimir even though it’s great technology, it’s controlled by a single company and restrictively licensed. Similar to Elasticsearch, we would rather not have to go down that path in the future. This meant the main options we had were Cortex and Thanos. Cortex has similar problems to M3DB. There are only a couple of companies using Cortex, since Mimir is an improved fork, and those that aren't concerned about the fact that the license could change next week have already switched over. Aligning with software foundations is the right way to protect a project and ensure a vibrant and diverse community. Thanos was our target. We would start by seeing if we can use it internally and then determine if we could build a product. + +We began the process with creating a plan on how we would test the solution to see how it met our needs. This would be a Proof of Concept (POC) to see if it were feasible. Here is our basic setup today: + +![Aiven Thanos Architecture](img/aiven-thanos-architecture.png) + +As you can see in our architecture, we are using Telegraf since it supports monitoring the many technologies we use and offer at Aiven in a small footprint. Although we support Prometheus scraping for our users, internally we push metrics to M3DB via influx line protocol. We use additional technologies together, as you can also see. There were several options where we could introduce Thanos into the mix. We decided to continue using Telegraf, but sending directly via remote write, versus using the Influx protocol. This created one of our first challenges, which is that some of our metrics are delayed due to the number of clouds we support. When a metric is written in the future, the ingesters would crash. It just so happened someone was just fixing this upstream in [PR #6195](https://github.com/thanos-io/thanos/pull/6195). + +The first step was setting up a single standalone system for Thanos and testing to see how it handled a small percentage of our metric traffic. We ended up writing a script in starlark to do this sampling and configured a subset of our fleet (automated). We build a lot of test automation when we have a system in production, including running chaos testing. Our automation testing included writing one sample, making cluster changes, and then verifying the sample was persisted. Due to an off-by-one issue in head compaction, this problem is mostly inconsequential to normal operation, but failed initially. This issue was fixed in [PR #6183](https://github.com/thanos-io/thanos/pull/6183). + +## Testing at scale + +After we tackled these challenges, we decided to begin building a scale out implementation to see how it handled higher amounts of metric traffic. As part of this, we implemented more components and scaled them out. + +We take great care to manage the hash ring in a way that ensures no failed writes during a cluster failover. During the initial development phase we would encounter situations where, very briefly during startup, we would have too few endpoints in the hash ring to satisfy the replication requirements. This caused Thanos to lock up during construction of the hash ring. We fixed this deadlock in [PR #6168](https://github.com/thanos-io/thanos/pull/6168), but also fixed our management to not produce such hash ring configurations. Our services run as systemd units with a default stop timeout of 90 seconds. While this is sufficient for most databases, we manage, it proved insufficient for Thanos ingesting receivers that need to compact and upload decently sized TSDB heads. We noticed this in our trial runs under production traffic and increased the limits as a consequence. + +The community has been critical for us. One example we ran into around this portion of the implementation which we received some help from the other users and maintainers on the [CNCF Slack](https://slack.cncf.io/). We also ran into some other issues which would create replication loops causing a crash as well. We addressed this issue by moving to a routing-ingesting receiver topology as suggested by the community. + +## Cost Savings + +After concluding the POC we determined that it was feasible and we also found that the cost savings were pretty significant: + +### M3DB Cost breakdown + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ServiceInstance typePriceCountTotal price (monthly)
m3dbn2d-highmem-32$1,172.6118$21,106.98
m3coordinatorn2d-standard-48$1,303.739$11,733.57
M3 TOTAL$32,840.55
+ +### Thanos Cost breakdown + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ServiceInstance typePriceCountTotal price (monthly)
thanosreceivern2d-highcpu-96$1,9246$11,544
thanosqueryn2d-highcpu-16$321.576$1,929
thanosstoren2d-highmem-8$293.903$881.7
thanoscompactorn2d-highmem-8$293.901$293.90
redisn2d-highmem-4$147.452$294.9
THANOS TOTAL$14,942.68
+ +We are also paying roughly 25% for the storage costs. M3DB has a total of 54TB of storage provisioned today, at a cost of $4320 per month. We could house 216TB of storage for the same cost with Thanos. We are currently generating about 750GB per day, which means we can keep almost a year of metrics for the same cost as M3DB. Additionally, we are backing up M3DB which is using 33TB of object storage at a cost of $1,320 per month. With object storage, we have the added cost for the networking, this is around $1800 per month in additional costs. Here are our estimated costs: + +* M3 with 30 days of retention: $38480 + +* Thanos without any historical data in storage: $16,939 +* Thanos with one month retention in object storage: $17,368 +* Thanos with six months retention: $19,703 +* Thanos with a years retention: $22,447 +* Thanos with 2 years retention: $27,955 +* Thanos with 3 years retention: $33,423 + +As you can see, the cost savings are significant here. Plus, there is ongoing work for further cost optimizations in Thanos. For example, [Alexander Rickardsson](https://github.com/alxric) implemented AZ awareness in Thanos upstream now, which reduced our replication factor from 3 to 2 on Google Cloud Platform: [PR #6369](https://github.com/thanos-io/thanos/pull/6369) + +## Performance Gains + +The performance normally was much better in our ongoing reporting and alerting needs as well. Today we are using [vmalert](https://docs.victoriametrics.com/vmalert.html) to drive our alerting pipeline, since M3DB is limited, there is no such thing as an alertmanager integration. This brings me to another issue we found with vmalert: it would sometimes execute rules twice within the same group evaluation period. This, by default, would realign the result timestamp with the group evaluation start time, which would lead to failed and rejected writes. The timestamp issue was caused by samples with same timestamp but different value, this was fixed by disabling this query time alignment ( `datasource.queryTimeAlignment` ). + +With vmalert you are running queries actively at intervals, similar to how Prometheus and Thanos Ruler work. We used our existing vmalert recording and alert rules to compare query performance between Thanos and M3DB by spinning up a new vmalert instance and pointing it at our new Thanos cluster with the same configuration otherwise. This showed that most of the queries which were not using regex selectors were way faster on Thanos: + +![Thanos vs M3DB Performance](img/thanosvsm3perf.png) + +Additionally, we allowed unlimited retention of metrics since the cost of object store is so low. There is really no point in even deleting them. + +## Wrapping up and next steps + +[Michael Hoffmann](https://github.com/MichaHoffmann) is working on other optimizations in the query engine that we will be contributing upstream. You can follow some of this work on the [query engine](https://github.com/thanos-io/promql-engine). + +With such remarkable results, we are excited about the next steps, which is to be the first to offer a managed Thanos service as a product. We will also continue to contribute to Thanos, and hope to have dedicated members of our OSPO in the future working in the Thanos community. A very vibrant and helpful community, we have already made contributions to. We will start on the productization work later this year, so stay tuned for our public beta next year. Furthermore, we are also seeking private beta testers who are interested in a cost-effective, truly open source Prometheus service which can run across 11 clouds and over 160+ regions, please reach out to [me on Twitter](https://twitter.com/jkowall). diff --git a/docs/blog/2023-20-11-thanoscon.md b/docs/blog/2023-20-11-thanoscon.md new file mode 100644 index 0000000000..a80e4515f7 --- /dev/null +++ b/docs/blog/2023-20-11-thanoscon.md @@ -0,0 +1,57 @@ +--- +title: Introducing ThanosCon in Paris KubeCon EU 2024! +date: "2023-11-20" +author: The Thanos Team +--- + +

+ +Hello Thanos Community! 👋 + +Through recent years, the Thanos project has grown tremendously as an open-source scalable monitoring project based on Prometheus. Not only technically as a project, where we are continuously innovating on how to store and query metrics more efficiently, but also as a community with an ever-growing base of users, evident in our Slack channels, Docker pulls and (obviously!) GitHub stars. + +On behalf of the maintainers team behind Thanos, we are grateful to see this energy and passion towards building and improving Thanos, solving non-trivial challenges with truly open-source governance. We are regularly excited by the contributions and ideas brought by the community. + +To continue and celebrate this energy, we are extremely happy to announce the very first iteration of [ThanosCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/thanoscon/#about), as a KubeCon EU 2024 co-located event (Paris, 19th March)! + +ThanosCon will be an event entirely focussed on the Thanos project, where people can learn from experts, network with maintainers and other users/community members and get into the world of open-source, scalable monitoring. + +The intention is to curate talks for an enjoyable, high-quality event by and for Thanos users and contributors! We want the audience and community to connect and experience the excitement, love and friendliness of open-source, the values that led us from the beginning of the Thanos journey. + +Finally, we want you to learn from people running Thanos in production or building on top of it. We want you to walk away from this event, feeling excited about the future of Thanos and knowing how you can get involved! + +You might have heard about the Thanos project in various talks at popular conferences like KubeCon, FOSDEM, PromCon, Prometheus Day or Observability Day. It's finally time for a one-off, dedicated and Thanos-focused event to celebrate, connect and learn! + +We are planning a lot of surprises for you. Will there be a SWAG? Will we celebrate a potential Thanos 1.0 release? Will there be initial authors like Fabian Reinartz and Bartłomiej Płotka to learn from? Join us to learn; it will be fun for sure! + +## Would you like to speak at ThanosCon? (Deadline: 3rd December) + +Do you use Thanos at work? Are you using Thanos to build amazing platforms or products? Did you contribute to or integrate with Thanos? Have you been mentored by Thanos' team and it had a positive impact on your career? Did you encounter any interesting incidents and pitfalls with Thanos? + +If at least one of those questions would be answered positively you are a great candidate to speak at ThanosCon. Feel free to fill our [Call for Proposals (CFP) form](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/thanoscon/#call-for-proposals). **Hurry up, the CFP closes on December 3, 2023. Accepted talks will be announced around January 8th.** + +We are looking for awesome talks around: +* How you deploy, run, and scale Thanos on production. +* Benchmarks, resource usage and optimizations to your Thanos setup. +* Thanos' pitfalls you might have encountered. +* Interesting Thanos cases e.g. cost-control, serverless, multi-region, auto-scaling setups. +* Innovative integrations with Thanos e.g. operators, tailored collectors, proxies, storages. +* Thanos contributor experience and tips. + +If you can’t decide on the topic or need help in preparing the CFP or talk (title, abstract, notes), contact `thanos-io@googlegroup.io` or reach out to us via the [`#thanos-dev` Slack channel](https://cloud-native.slack.com/archives/CL25937SP), so we can help you brainstorm and prepare the topic! + +## Would you like to co-sponsor ThanosCon? (Deadline: 17th January) + +Sponsoring ThanosCon is an amazing opportunity to engage with Thanos developers and users, show support and associate your brand with cloud-native, fully open-source scalable observability. + +If you are interested take a look at [the sponsor prospectus](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/thanoscon/#sponsor), **limited slots are available**! + +## Summary + +We are super excited to connect with the Thanos community on our first ThanosCon. The initial idea came during the recent PromCon in Berlin. Many Thanos developers and users attended that event. After experiencing an unforgettable vibe and love of the PromCon, and an amazing time together, we decided to build a similar experience for the Thanos audience, which might or might not use Prometheus to ingest the data to Thanos. + +We cannot wait to hear about all the cool stuff you are doing with Thanos and to celebrate what we achieved together so far. Thanks to CNCF for helping us organize such a co-located event! + +**See you at KubeCon!** + +**Thanos Team** diff --git a/docs/blog/img/ThanosCon.png b/docs/blog/img/ThanosCon.png new file mode 100644 index 0000000000..f82be609b2 Binary files /dev/null and b/docs/blog/img/ThanosCon.png differ diff --git a/docs/blog/img/aiven-thanos-architecture.png b/docs/blog/img/aiven-thanos-architecture.png new file mode 100644 index 0000000000..de128f6ab7 Binary files /dev/null and b/docs/blog/img/aiven-thanos-architecture.png differ diff --git a/docs/blog/img/engine-1.png b/docs/blog/img/engine-1.png new file mode 100644 index 0000000000..9877523cd6 Binary files /dev/null and b/docs/blog/img/engine-1.png differ diff --git a/docs/blog/img/engine-2.png b/docs/blog/img/engine-2.png new file mode 100644 index 0000000000..ea236bc5ee Binary files /dev/null and b/docs/blog/img/engine-2.png differ diff --git a/docs/blog/img/giedrius-sketch.png b/docs/blog/img/giedrius-sketch.png new file mode 100644 index 0000000000..f693d779c0 Binary files /dev/null and b/docs/blog/img/giedrius-sketch.png differ diff --git a/docs/blog/img/thanosvsm3perf.png b/docs/blog/img/thanosvsm3perf.png new file mode 100644 index 0000000000..1869f040fb Binary files /dev/null and b/docs/blog/img/thanosvsm3perf.png differ diff --git a/docs/blog/img/tree-1.png b/docs/blog/img/tree-1.png new file mode 100644 index 0000000000..81e5f6eacb Binary files /dev/null and b/docs/blog/img/tree-1.png differ diff --git a/docs/blog/img/tree-2.png b/docs/blog/img/tree-2.png new file mode 100644 index 0000000000..868a25f7f0 Binary files /dev/null and b/docs/blog/img/tree-2.png differ diff --git a/docs/blog/img/tree-3.png b/docs/blog/img/tree-3.png new file mode 100644 index 0000000000..2fb2e6d30a Binary files /dev/null and b/docs/blog/img/tree-3.png differ diff --git a/docs/components/compact.md b/docs/components/compact.md index 958ea07b21..aa47143a25 100644 --- a/docs/components/compact.md +++ b/docs/components/compact.md @@ -279,6 +279,18 @@ usage: thanos compact [] Continuously compacts blocks in an object store bucket. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --block-discovery-strategy="concurrent" + One of concurrent, recursive. When set to + concurrent, stores will concurrently issue + one call per directory to discover active + blocks in the bucket. The recursive strategy + iterates through all objects in the bucket, + recursively traversing into each directory. + This avoids N+1 calls at the expense of having + slower bucket iterations. --block-files-concurrency=1 Number of goroutines to use when fetching/uploading block files from object @@ -355,6 +367,9 @@ Flags: block loaded, or compactor is ignoring the deletion because it's compacting the block at the same time. + --disable-admin-operations + Disable UI/API admin operations like marking + blocks for deletion and no compaction. --downsample.concurrency=1 Number of goroutines to use when downsampling blocks. @@ -363,6 +378,8 @@ Flags: non-downsampled data is not efficient and useful e.g it is not possible to render all samples for a human eye anyway + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --hash-func= Specify which hash function to use when calculating the hashes of produced files. If no function has been specified, it does not @@ -420,18 +437,19 @@ Flags: resolution forever --selector.relabel-config= Alternative to 'selector.relabel-config-file' - flag (mutually exclusive). Content of - YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + flag (mutually exclusive). Content of YAML + file with relabeling configuration that allows + selecting blocks to act on based on their + external labels. It follows thanos sharding + relabel-config syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --selector.relabel-config-file= - Path to YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + Path to YAML file with relabeling + configuration that allows selecting blocks + to act on based on their external labels. + It follows thanos sharding relabel-config + syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --tracing.config= Alternative to 'tracing.config-file' flag (mutually exclusive). Content of YAML file diff --git a/docs/components/query-frontend.md b/docs/components/query-frontend.md index 8ae6aee8e7..bb0f68a2fd 100644 --- a/docs/components/query-frontend.md +++ b/docs/components/query-frontend.md @@ -77,6 +77,13 @@ config: max_get_multi_batch_size: 0 dns_provider_update_interval: 0s auto_discovery: false + set_async_circuit_breaker_config: + enabled: false + half_open_max_requests: 0 + open_duration: 0s + min_requests: 0 + consecutive_failures: 0 + failure_percent: 0 expiration: 0s ``` @@ -117,10 +124,6 @@ config: dial_timeout: 5s read_timeout: 3s write_timeout: 3s - pool_size: 100 - min_idle_conns: 10 - idle_timeout: 5m0s - max_conn_age: 0s max_get_multi_concurrency: 100 get_multi_batch_size: 100 max_set_multi_concurrency: 100 @@ -134,6 +137,15 @@ config: insecure_skip_verify: false cache_size: 0 master_name: "" + max_async_buffer_size: 10000 + max_async_concurrency: 20 + set_async_circuit_breaker_config: + enabled: false + half_open_max_requests: 10 + open_duration: 5s + min_requests: 50 + consecutive_failures: 5 + failure_percent: 0.05 expiration: 24h0m0s ``` @@ -145,6 +157,8 @@ Other cache configuration parameters, you can refer to [redis-index-cache](store Query Frontend supports `--query-frontend.log-queries-longer-than` flag to log queries running longer than some duration. +The field `remote_user` can be read from an HTTP header, like `X-Grafana-User`, by setting `--query-frontend.slow-query-logs-user-header`. + ## Naming Naming is hard :) Please check [here](https://github.com/thanos-io/thanos/pull/2434#discussion_r408300683) to see why we chose `query-frontend` as the name. @@ -187,10 +201,15 @@ Query frontend command implements a service deployed in front of queriers to improve query parallelization and caching. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. --cache-compression-type="" Use compression in results cache. Supported values are: 'snappy' and †(disable compression). + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. -h, --help Show context-sensitive help (also try --help-long and --help-man). --http-address="0.0.0.0:10902" @@ -234,15 +253,6 @@ Flags: --log.format=logfmt Log format to use. Possible options: logfmt or json. --log.level=info Log filtering level. - --log.request.decision= Deprecation Warning - This flag would - be soon deprecated, and replaced with - `request.logging-config`. Request Logging - for logging the start and end of requests. - By default this flag is disabled. LogFinishCall - : Logs the finish call of the requests. - LogStartAndFinishCall : Logs the start and - finish call of the requests. NoLogCall : - Disable request logging. --query-frontend.compress-responses Compress HTTP responses. --query-frontend.downstream-tripper-config= @@ -263,6 +273,11 @@ Flags: --query-frontend.downstream-url="http://localhost:9090" URL of downstream Prometheus Query compatible API. + --query-frontend.enable-x-functions + Enable experimental x- + functions in query-frontend. + --no-query-frontend.enable-x-functions for + disabling. --query-frontend.forward-header= ... List of headers forwarded by the query-frontend to downstream queriers, default is empty @@ -271,13 +286,22 @@ Flags: duration. Set to 0 to disable. Set to < 0 to enable on all queries. --query-frontend.org-id-header= ... - Request header names used to identify the - source of slow queries (repeated flag). - The values of the header will be added to - the org id field in the slow query log. If - multiple headers match the request, the first - matching arg specified will take precedence. - If no headers match 'anonymous' will be used. + Deprecation Warning - This flag + will be soon deprecated in favor of + query-frontend.tenant-header and both flags + cannot be used at the same time. Request header + names used to identify the source of slow + queries (repeated flag). The values of the + header will be added to the org id field in + the slow query log. If multiple headers match + the request, the first matching arg specified + will take precedence. If no headers match + 'anonymous' will be used. + --query-frontend.slow-query-logs-user-header= + Set the value of the field remote_user in the + slow query logs to the value of the given HTTP + header. Falls back to reading the user from the + basic auth header. --query-frontend.vertical-shards=QUERY-FRONTEND.VERTICAL-SHARDS Number of shards to use when distributing shardable PromQL queries. diff --git a/docs/components/query.md b/docs/components/query.md index 7a570ec251..82aac2fdab 100644 --- a/docs/components/query.md +++ b/docs/components/query.md @@ -11,8 +11,8 @@ Example command to run Querier: ```bash thanos query \ --http-address "0.0.0.0:9090" \ - --store ":" \ - --store ":" + --endpoint ":" \ + --endpoint ":" ``` ## Querier use cases, why do I need this component? @@ -71,8 +71,8 @@ If we configure Querier like this: thanos query \ --http-address "0.0.0.0:9090" \ --query.replica-label "replica" \ - --store ":" \ - --store ":" \ + --endpoint ":" \ + --endpoint ":" \ ``` And we query for metric `up{job="prometheus",env="2"}` with this option we will get 2 results: @@ -97,13 +97,13 @@ thanos query \ --http-address "0.0.0.0:9090" \ --query.replica-label "replica" \ --query.replica-label "replicaX" \ - --store ":" \ - --store ":" \ + --endpoint ":" \ + --endpoint ":" \ ``` This logic can also be controlled via parameter on QueryAPI. More details below. -## Experimental PromQL Engine +## Thanos PromQL Engine (experimental) By default, Thanos querier comes with standard Prometheus PromQL engine. However, when `--query.promql-engine=thanos` is specified, Thanos will use [experimental Thanos PromQL engine](http://github.com/thanos-community/promql-engine) which is a drop-in, efficient implementation of PromQL engine with query planner and optimizers. @@ -113,6 +113,14 @@ This feature is still **experimental** given active development. All queries sho For new engine bugs/issues, please use https://github.com/thanos-community/promql-engine GitHub issues. +### Distributed execution mode + +When using Thanos PromQL Engine the distributed execution mode can be enabled using `--query.mode=distributed`. When this mode is enabled, the Querier will break down each query into independent fragments and delegate them to components which implement the Query API. + +This mode is particularly useful in architectures where multiple independent Queriers are deployed in separate environments (different regions or different Kubernetes clusters) and are federated through a separate central Querier. A Querier running in the distributed mode will only talk to Queriers, or other components which implement the Query API. Endpoints which only act as Stores (e.g. Store Gateways or Rulers), and are directly connected to a distributed Querier, will not be included in the execution of a distributed query. This constraint should help with keeping the distributed query execution simple and efficient, but could be removed in the future if there are good use cases for it. + +For further details on the design and use cases of this feature, see the [official design document](https://thanos.io/tip/proposals-done/202301-distributed-query-execution.md/). + ## Query API Overview As mentioned, Query API exposed by Thanos is guaranteed to be compatible with [Prometheus 2.x. API](https://prometheus.io/docs/prometheus/latest/querying/api/). However for additional Thanos features on top of Prometheus, Thanos adds: @@ -182,7 +190,7 @@ Available options: ### Partial Response Strategy -// TODO(bwplotka): Update. This will change to "strategy" soon as [PartialResponseStrategy enum here](../../pkg/store/storepb/rpc.proto) + | HTTP URL/FORM parameter | Type | Default | Example | |-------------------------|-----------|-----------------------------------------------|----------------------------------------| @@ -260,6 +268,20 @@ Example file SD file in YAML: `--query.active-query-path` is an option which allows the user to specify a directory which will contain a `queries.active` file to track active queries. To enable this feature, the user has to specify a directory other than "", since that is skipped being the default. +## Tenancy + +### Tenant Metrics + +Tenant information is captured in relevant Thanos exported metrics in the Querier, Query Frontend and Store. In order make use of this functionality requests to the Query/Query Frontend component should include the tenant-id in the appropriate HTTP request header as configured with `--query.tenant-header`. The tenant information is passed through components (including Query Frontend), down to the Thanos Store, enabling per-tenant metrics in these components also. If no tenant header is set to requests to the query component, the default tenant as defined by `--query.tenant-default-id` will be used. + +### Tenant Enforcement + +Enforcement of tenancy can be enabled using `--query.enforce-tenancy`. If enabled, queries will only fetch series containing a specific matcher, while evaluating PromQL expressions. The matcher label name is `--query.tenant-label-name` and the matcher value matches the tenant, as sent to the querier in the HTTP header configured with `--query-tenant-header`. This functionality requires that metrics are injected with a tenant label when ingested into Thanos. This can be done for example by enabling tenancy in the Thanos Receive component. + +In case of nested Thanos Query components, it's important to note that tenancy enforcement will only occur in the querier which the initial request is sent to, the layered queriers will not perform any enforcement. + +Further, note that there are no authentication mechanisms in Thanos, so anyone can set an arbitrary tenant in the HTTP header. It is recommended to use a proxy in front of the querier in case an authentication mechanism is needed. The Query UI also includes an option to set an arbitrary tenant, and should therefore not be exposed to end-users if users should not be able to see each others data. + ## Flags ```$ mdox-exec="thanos query --help" @@ -272,9 +294,11 @@ Flags: --alert.query-url=ALERT.QUERY-URL The external Thanos Query URL that would be set in all alerts 'Source' field. - --enable-feature= ... Comma separated experimental feature names - to enable.The current list of features is - query-pushdown. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --endpoint= ... Addresses of statically configured Thanos API servers (repeatable). The scheme may be prefixed with 'dns+' or 'dnssrv+' to detect @@ -341,15 +365,6 @@ Flags: --log.format=logfmt Log format to use. Possible options: logfmt or json. --log.level=info Log filtering level. - --log.request.decision= Deprecation Warning - This flag would - be soon deprecated, and replaced with - `request.logging-config`. Request Logging - for logging the start and end of requests. By - default this flag is disabled. LogFinishCall: - Logs the finish call of the requests. - LogStartAndFinishCall: Logs the start and - finish call of the requests. NoLogCall: Disable - request logging. --query.active-query-path="" Directory to log currently active queries in the queries.active file. @@ -369,6 +384,17 @@ Flags: = max(rangeSeconds / 250, defaultStep)). This will not work from Grafana, but Grafana has __step variable which can be used. + --query.default-tenant-id="default-tenant" + Default tenant ID to use if tenant header is + not present + --query.enable-x-functions + Whether to enable extended rate functions + (xrate, xincrease and xdelta). Only has effect + when used with Thanos engine. + --query.enforce-tenancy Enforce tenancy on Query APIs. Responses + are returned only if the label value of the + configured tenant-label-name and the value of + the tenant header matches. --query.lookback-delta=QUERY.LOOKBACK-DELTA The maximum lookback duration for retrieving metrics during expression evaluations. @@ -393,6 +419,7 @@ Flags: when the range parameters are not specified. The zero value means range covers the time since the beginning. + --query.mode=local PromQL query mode. One of: local, distributed. --query.partial-response Enable partial response for queries if no partial_response param is specified. --no-query.partial-response for disabling. @@ -413,6 +440,17 @@ Flags: --query.telemetry.request-series-seconds-quantiles=10... ... The quantiles for exporting metrics about the series count quantiles. + --query.tenant-certificate-field= + Use TLS client's certificate field to determine + tenant for write requests. Must be one of + organization, organizationalUnit or commonName. + This setting will cause the query.tenant-header + flag value to be ignored. + --query.tenant-header="THANOS-TENANT" + HTTP header to determine tenant. + --query.tenant-label-name="tenant_id" + Label name to use when enforcing tenancy (if + --query.enforce-tenancy is enabled). --query.timeout=2m Maximum time to process query by query node. --request.logging-config= Alternative to 'request.logging-config-file' @@ -427,6 +465,21 @@ Flags: --selector-label=="" ... Query selector labels that will be exposed in info endpoint (repeated). + --selector.relabel-config= + Alternative to 'selector.relabel-config-file' + flag (mutually exclusive). Content of YAML + file with relabeling configuration that allows + selecting blocks to query based on their + external labels. It follows the Thanos sharding + relabel-config syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling + --selector.relabel-config-file= + Path to YAML file with relabeling + configuration that allows selecting blocks + to query based on their external labels. + It follows the Thanos sharding relabel-config + syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --store= ... Deprecation Warning - This flag is deprecated and replaced with `endpoint`. Addresses of statically configured store API servers @@ -513,6 +566,8 @@ Thanos Query also exports metrics about its own performance. You can find a list **Disclaimer**: this list is incomplete. The remaining metrics will be added over time. -| Name | Type | Labels | Description | -|-----------------------------------------|-----------|-----------------------|-------------------------------------------------------------------------------------------------------------------| -| thanos_store_api_query_duration_seconds | Histogram | samples_le, series_le | Duration of the Thanos Store API select phase for a query according to the amount of samples and series selected. | +| Name | Type | Labels | Description | +|-----------------------------------------|-----------|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| +| grpc_client_handled_total | Counter | grpc_code, grpc_method, grpc_service, grpc_type | Number of gRPC client requests handled by this query instance (including errors) | +| grpc_server_handled_total | Counter | grpc_code, grpc_method, grpc_service, grpc_type | Number of gRPC server requests handled by this query instance (including errors) | +| thanos_store_api_query_duration_seconds | Histogram | samples_le, series_le | Duration of the Thanos Store API select phase for a query according to the amount of samples and series selected. | diff --git a/docs/components/receive.md b/docs/components/receive.md index 50bf682fad..677c5e142b 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -32,7 +32,7 @@ The [Thanos Receive Controller](https://github.com/observatorium/thanos-receive- ## TSDB stats -Thanos Receive supports getting TSDB stats using the `/api/v1/status/tsdb` endpoint. Use the `THANOS-TENANT` HTTP header to get stats for individual Tenants. The output format of the endpoint is compatible with [Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats). +Thanos Receive supports getting TSDB stats using the `/api/v1/status/tsdb` endpoint. Use the `THANOS-TENANT` HTTP header to get stats for individual Tenants. Use the `limit` query parameter to tweak the number of stats to return (the default is 10). The output format of the endpoint is compatible with [Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats). Note that each Thanos Receive will only expose local stats and replicated series will not be included in the response. @@ -76,6 +76,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -95,6 +113,80 @@ The example content of `hashring.json`: With such configuration any receive listens for remote write on `10908/api/v1/receive` and will forward to correct one in hashring if needed for tenancy and replication. +It is possible to only match certain `tenant`s inside of a hashring file. For example: + +```json +[ + { + "tenants": ["foobar"], + "endpoints": [ + "127.0.0.1:1234", + "127.0.0.1:12345", + "127.0.0.1:1235" + ] + } +] +``` + +The specified endpoints will be used if the tenant is set to `foobar`. It is possible to use glob matching through the parameter `tenant_matcher_type`. It can have the value `glob`. In this case, the strings inside the array are taken as glob patterns and matched against the `tenant` inside of a remote-write request. For instance: + +```json +[ + { + "tenants": ["foo*"], + "tenant_matcher_type": "glob", + "endpoints": [ + "127.0.0.1:1234", + "127.0.0.1:12345", + "127.0.0.1:1235" + ] + } +] +``` + +This will still match the tenant `foobar` and any other tenant which begins with the letters `foo`. + +### AZ-aware Ketama hashring (experimental) + +In order to ensure even spread for replication over nodes in different availability-zones, you can choose to include az definition in your hashring config. If we for example have a 6 node cluster, spread over 3 different availability zones; A, B and C, we could use the following example `hashring.json`: + +```json +[ + { + "endpoints": [ + { + "address": "127.0.0.1:10907", + "az": "A" + }, + { + "address": "127.0.0.1:11907", + "az": "B" + }, + { + "address": "127.0.0.1:12907", + "az": "C" + }, + { + "address": "127.0.0.1:13907", + "az": "A" + }, + { + "address": "127.0.0.1:14907", + "az": "B" + }, + { + "address": "127.0.0.1:15907", + "az": "C" + } + ] + } +] +``` + +This is only supported for the Ketama algorithm. + +**NOTE:** This feature is made available from v0.32 onwards. Receive can still operate with `endpoints` set to an array of IP strings in ketama mode. But to use AZ-aware hashring, you would need to migrate your existing hashring (and surrounding automation) to the new JSON structure mentioned above. + ## Limits & gates (experimental) Thanos Receive has some limits and gates that can be configured to control resource usage. Here's the difference between limits and gates: @@ -107,7 +199,7 @@ To configure the gates and limits you can use one of the two options: - `--receive.limits-config-file=`: where `` is the path to the YAML file. Any modification to the indicated file will trigger a configuration reload. If the updated configuration is invalid an error will be logged and it won't replace the previous valid configuration. - `--receive.limits-config=`: where `` is the content of YAML file. -By default all the limits and gates are **disabled**. +By default all the limits and gates are **disabled**. These options should be added to the routing-receivers when using the [Routing Receive and Ingesting Receive](https://thanos.io/tip/proposals-accepted/202012-receive-split.md/). ### Understanding the configuration file @@ -200,13 +292,21 @@ Under `global`: - `meta_monitoring_http_client`: Optional YAML field specifying HTTP client config for meta-monitoring. Under `default` and per `tenant`: -- `head_series_limit`: Specifies the total number of active (head) series for any tenant, across all replicas (including data replication), allowed by Thanos Receive. +- `head_series_limit`: Specifies the total number of active (head) series for any tenant, across all replicas (including data replication), allowed by Thanos Receive. Set to 0 for unlimited. NOTE: - It is possible that Receive ingests more active series than the specified limit, as it relies on meta-monitoring, which may not have the latest data for current number of active series of a tenant at all times. - Thanos Receive performs best-effort limiting. In case meta-monitoring is down/unreachable, Thanos Receive will not impose limits and only log errors for meta-monitoring being unreachable. Similarly to when one receiver cannot be scraped. - Support for different limit configuration for different tenants is planned for the future. +## Asynchronous workers + +Instead of spawning a new goroutine each time the Receiver forwards a request to another node, it spawns a fixed number of goroutines (workers) that perform the work. This allows avoiding spawning potentially tens or even hundred thousand goroutines if someone starts sending a lot of small requests. + +This number of workers is controlled by `--receive.forward.async-workers=`. + +Please see the metric `thanos_receive_forward_delay_seconds` to see if you need to increase the number of forwarding workers. + ## Flags ```$ mdox-exec="thanos receive --help" @@ -215,6 +315,11 @@ usage: thanos receive [] Accept Prometheus remote write API requests and write to local tsdb. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --grpc-address="0.0.0.0:10901" Listen ip:port address for gRPC endpoints (StoreAPI). Make sure this address is routable @@ -267,6 +372,9 @@ Flags: --receive.default-tenant-id="default-tenant" Default tenant ID to use when none is provided via a header. + --receive.forward.async-workers=5 + Number of concurrent workers processing + forwarding of remote-write requests. --receive.grpc-compression=snappy Compression algorithm to use for gRPC requests to other receivers. Must be one of: snappy, @@ -307,6 +415,10 @@ Flags: --receive.replication-factor=1 How many times to replicate incoming write requests. + --receive.split-tenant-label-name="" + Label name through which the request will + be split into multiple tenants. This takes + precedence over the HTTP header. --receive.tenant-certificate-field= Use TLS client's certificate field to determine tenant for write requests. @@ -332,6 +444,12 @@ Flags: to the server. --remote-write.client-tls-key="" TLS Key for the client's certificate. + --remote-write.client-tls-secure + Use TLS when talking to the other receivers. + --remote-write.client-tls-skip-verify + Disable TLS certificate verification when + talking to the other receivers i.e self signed, + signed by fake CA. --remote-write.server-tls-cert="" TLS Certificate for HTTP server, leave blank to disable TLS. @@ -384,6 +502,11 @@ Flags: ingesting a new exemplar will evict the oldest exemplar from storage. 0 (or less) value of this flag disables exemplars storage. + --tsdb.max-retention-bytes=0 + Maximum number of bytes that can be stored for + blocks. A unit is required, supported units: B, + KB, MB, GB, TB, PB, EB. Ex: "512MB". Based on + powers-of-2, so 1KB is 1024B. --tsdb.no-lockfile Do not create lockfile in TSDB data directory. In any case, the lockfiles will be deleted on next startup. diff --git a/docs/components/rule.md b/docs/components/rule.md index 93e5e91cfe..5c784c9a3f 100644 --- a/docs/components/rule.md +++ b/docs/components/rule.md @@ -111,6 +111,10 @@ expr: # Alerts which have not yet fired for long enough are considered pending. [ for: | default = 0s ] +# How long an alert will continue firing after the condition that triggered it +# has cleared. +[ keep_firing_for: | default = 0s ] + # Labels to add or overwrite for each alert. labels: [ : ] @@ -164,7 +168,7 @@ The most important metrics to alert on are: Those metrics are important for vanilla Prometheus as well, but even more important when we rely on (sometimes WAN) network. -// TODO(bwplotka): Rereview them after recent changes in metrics. + See [alerts](https://github.com/thanos-io/thanos/blob/e3b0baf7de9dde1887253b1bb19d78ae71a01bf8/examples/alerts/alerts.md#ruler) for more example alerts for ruler. @@ -267,6 +271,9 @@ Flags: to alertmanager. This allows alert to be deduplicated on replica label (repeated). Similar Prometheus alert relabelling + --alert.query-template="/graph?g0.expr={{.Expr}}&g0.tab=1" + Template to use in alerts source field. + Need only include {{.Expr}} parameter --alert.query-url=ALERT.QUERY-URL The external Thanos Query URL that would be set in all alerts 'Source' field @@ -309,7 +316,12 @@ Flags: lookups. The port defaults to 9093 or the SRV record's value. The URL path is used as a prefix for the regular Alertmanager API path. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. --data-dir="data/" data directory + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --eval-interval=1m The default evaluation interval to use. --for-grace-period=10m Minimum duration between alert and restored "for" state. This is maintained only for alerts @@ -323,6 +335,11 @@ Flags: from other components. --grpc-grace-period=2m Time to wait after an interrupt received for GRPC Server. + --grpc-query-endpoint= ... + Addresses of Thanos gRPC query API servers + (repeatable). The scheme may be prefixed + with 'dns+' or 'dnssrv+' to detect Thanos API + servers through respective DNS lookups. --grpc-server-max-connection-age=60m The grpc server max connection age. This controls how often to re-establish connections @@ -358,15 +375,6 @@ Flags: --log.format=logfmt Log format to use. Possible options: logfmt or json. --log.level=info Log filtering level. - --log.request.decision= Deprecation Warning - This flag would - be soon deprecated, and replaced with - `request.logging-config`. Request Logging - for logging the start and end of requests. By - default this flag is disabled. LogFinishCall: - Logs the finish call of the requests. - LogStartAndFinishCall: Logs the start and - finish call of the requests. NoLogCall: Disable - request logging. --objstore.config= Alternative to 'objstore.config-file' flag (mutually exclusive). Content of @@ -398,6 +406,10 @@ Flags: --query.default-step=1s Default range query step to use. This is only used in stateless Ruler and alert state restoration. + --query.enable-x-functions + Whether to enable extended rate functions + (xrate, xincrease and xdelta). Only has effect + when used with Thanos engine. --query.http-method=POST HTTP method to use when sending queries. Possible options: [GET, POST] --query.sd-dns-interval=30s @@ -451,6 +463,8 @@ Flags: Note that rules are not automatically detected, use SIGHUP or do HTTP POST /-/reload to re-read them. + --shipper.meta-file-name="thanos.shipper.json" + the file to store shipper metadata in --shipper.upload-compacted If true shipper will try to upload compacted blocks as well. Useful for migration purposes. @@ -551,7 +565,9 @@ Supported values for `api_version` are `v1` or `v2`. ### Query API -The `--query.config` and `--query.config-file` flags allow specifying multiple query endpoints. Those entries are treated as a single HA group. This means that query failure is claimed only if the Ruler fails to query all instances. +The `--query.config` and `--query.config-file` flags allow specifying multiple query endpoints. Those entries are treated as a single HA group, where HTTP endpoints are given priority over gRPC Query API endpoints. This means that query failure is claimed only if the Ruler fails to query all instances. + +Rules that produce native histograms (experimental feature) are exclusively supported through the gRPC Query API. However, for all other rules, there is no difference in functionality between HTTP and gRPC. The configuration format is the following: @@ -576,4 +592,6 @@ The configuration format is the following: refresh_interval: 0s scheme: http path_prefix: "" + grpc_config: + endpoint_addresses: [] ``` diff --git a/docs/components/sidecar.md b/docs/components/sidecar.md index 9bc309734a..d41a920aa2 100644 --- a/docs/components/sidecar.md +++ b/docs/components/sidecar.md @@ -56,6 +56,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -76,6 +94,11 @@ usage: thanos sidecar [] Sidecar for Prometheus server. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --grpc-address="0.0.0.0:10901" Listen ip:port address for gRPC endpoints (StoreAPI). Make sure this address is routable @@ -153,6 +176,10 @@ Flags: Output file for environment variable substituted config file. --reloader.config-file="" Config file watched by the reloader. + --reloader.method=http Method used to reload the configuration. + --reloader.process-name="prometheus" + Executable name used to match the process being + reloaded when using the signal method. --reloader.retry-interval=5s Controls how often reloader retries config reload in case of error. @@ -172,6 +199,8 @@ Flags: Path to YAML file with request logging configuration. See format details: https://thanos.io/tip/thanos/logging.md/#configuration + --shipper.meta-file-name="thanos.shipper.json" + the file to store shipper metadata in --shipper.upload-compacted If true shipper will try to upload compacted blocks as well. Useful for migration purposes. diff --git a/docs/components/store.md b/docs/components/store.md index a8b03a224a..63cdbbd50d 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -15,6 +15,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -29,6 +47,18 @@ Store node giving access to blocks in a bucket provider. Now supported GCS, S3, Azure, Swift, Tencent COS and Aliyun OSS. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --block-discovery-strategy="concurrent" + One of concurrent, recursive. When set to + concurrent, stores will concurrently issue + one call per directory to discover active + blocks in the bucket. The recursive strategy + iterates through all objects in the bucket, + recursively traversing into each directory. + This avoids N+1 calls at the expense of having + slower bucket iterations. --block-meta-fetch-concurrency=32 Number of goroutines to use when fetching block metadata from object storage. @@ -60,6 +90,8 @@ Flags: cause the store to read them. For such use cases use Prometheus + sidecar. Ignored if --no-cache-index-header option is specified. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --grpc-address="0.0.0.0:10901" Listen ip:port address for gRPC endpoints (StoreAPI). Make sure this address is routable @@ -160,22 +192,28 @@ Flags: https://thanos.io/tip/thanos/logging.md/#configuration --selector.relabel-config= Alternative to 'selector.relabel-config-file' - flag (mutually exclusive). Content of - YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + flag (mutually exclusive). Content of YAML + file with relabeling configuration that allows + selecting blocks to act on based on their + external labels. It follows thanos sharding + relabel-config syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --selector.relabel-config-file= - Path to YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + Path to YAML file with relabeling + configuration that allows selecting blocks + to act on based on their external labels. + It follows thanos sharding relabel-config + syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --store.enable-index-header-lazy-reader If true, Store Gateway will lazy memory map index-header only once the block is required by a query. + --store.enable-lazy-expanded-postings + If true, Store Gateway will estimate postings + size and try to lazily expand postings if + it downloads less data than expanding all + postings. --store.grpc.downloaded-bytes-limit=0 Maximum amount of downloaded (either fetched or touched) bytes in a single @@ -188,6 +226,12 @@ Flags: DEPRECATED: use store.limits.request-samples. --store.grpc.touched-series-limit=0 DEPRECATED: use store.limits.request-series. + --store.index-header-lazy-download-strategy=eager + Strategy of how to download index headers + lazily. Supported values: eager, lazy. + If eager, always download index header during + initial load. If lazy, download index header + during query time. --store.limits.request-samples=0 The maximum samples allowed for a single Series request, The Series call fails if @@ -199,7 +243,7 @@ Flags: The maximum series allowed for a single Series request. The Series call fails if this limit is exceeded. 0 means no limit. - --sync-block-duration=3m Repeat interval for syncing the blocks between + --sync-block-duration=15m Repeat interval for syncing the blocks between local and remote view. --tracing.config= Alternative to 'tracing.config-file' flag @@ -286,12 +330,16 @@ type: IN-MEMORY config: max_size: 0 max_item_size: 0 +enabled_items: [] +ttl: 0s ``` All the settings are **optional**: - `max_size`: overall maximum number of bytes cache can contain. The value should be specified with a bytes unit (ie. `250MB`). - `max_item_size`: maximum size of single item, in bytes. The value should be specified with a bytes unit (ie. `125MB`). +- `enabled_items`: selectively choose what types of items to cache. Supported values are `Postings`, `Series` and `ExpandedPostings`. By default, all items are cached. +- `ttl`: this field doesn't do anything for inmemory cache. ### Memcached index cache @@ -310,6 +358,15 @@ config: max_get_multi_batch_size: 0 dns_provider_update_interval: 0s auto_discovery: false + set_async_circuit_breaker_config: + enabled: false + half_open_max_requests: 0 + open_duration: 0s + min_requests: 0 + consecutive_failures: 0 + failure_percent: 0 +enabled_items: [] +ttl: 0s ``` The **required** settings are: @@ -327,6 +384,15 @@ While the remaining settings are **optional**: - `max_item_size`: maximum size of an item to be stored in memcached. This option should be set to the same value of memcached `-I` flag (defaults to 1MB) in order to avoid wasting network round trips to store items larger than the max item size allowed in memcached. If set to `0`, the item size is unlimited. - `dns_provider_update_interval`: the DNS discovery update interval. - `auto_discovery`: whether to use the auto-discovery mechanism for memcached. +- `set_async_circuit_breaker_config`: the configuration for the circuit breaker for asynchronous set operations. + - `enabled`: `true` to enable circuite breaker for asynchronous operations. The circuit breaker consists of three states: closed, half-open, and open. It begins in the closed state. When the total requests exceed `min_requests`, and either consecutive failures occur or the failure percentage is excessively high according to the configured values, the circuit breaker transitions to the open state. This results in the rejection of all asynchronous operations. After `open_duration`, the circuit breaker transitions to the half-open state, where it allows `half_open_max_requests` asynchronous operations to be processed in order to test if the conditions have improved. If they have not, the state transitions back to open; if they have, it transitions to the closed state. Following each 10 seconds interval in the closed state, the circuit breaker resets its metrics and repeats this cycle. + - `half_open_max_requests`: maximum number of requests allowed to pass through when the circuit breaker is half-open. If set to 0, the circuit breaker allows only 1 request. + - `open_duration`: the period of the open state after which the state of the circuit breaker becomes half-open. If set to 0, the circuit breaker utilizes the default value of 60 seconds. + - `min_requests`: minimal requests to trigger the circuit breaker, 0 signifies no requirements. + - `consecutive_failures`: consecutive failures based on `min_requests` to determine if the circuit breaker should open. + - `failure_percent`: the failure percentage, which is based on `min_requests`, to determine if the circuit breaker should open. +- `enabled_items`: selectively choose what types of items to cache. Supported values are `Postings`, `Series` and `ExpandedPostings`. By default, all items are cached. +- `ttl`: ttl to store index cache items in memcached. ### Redis index cache @@ -342,10 +408,6 @@ config: dial_timeout: 5s read_timeout: 3s write_timeout: 3s - pool_size: 100 - min_idle_conns: 10 - idle_timeout: 5m0s - max_conn_age: 0s max_get_multi_concurrency: 100 get_multi_batch_size: 100 max_set_multi_concurrency: 100 @@ -359,6 +421,17 @@ config: insecure_skip_verify: false cache_size: 0 master_name: "" + max_async_buffer_size: 10000 + max_async_concurrency: 20 + set_async_circuit_breaker_config: + enabled: false + half_open_max_requests: 10 + open_duration: 5s + min_requests: 50 + consecutive_failures: 5 + failure_percent: 0.05 +enabled_items: [] +ttl: 0s ``` The **required** settings are: @@ -374,6 +447,8 @@ While the remaining settings are **optional**: - `read_timeout`: the redis read timeout. - `write_timeout`: the redis write timeout. - `cache_size` size of the in-memory cache used for client-side caching. Client-side caching is enabled when this value is not zero. See [official documentation](https://redis.io/docs/manual/client-side-caching/) for more. It is highly recommended to enable this so that Thanos Store would not need to continuously retrieve data from Redis for repeated requests of the same key(-s). +- `enabled_items`: selectively choose what types of items to cache. Supported values are `Postings`, `Series` and `ExpandedPostings`. By default, all items are cached. +- `ttl`: ttl to store index cache items in redis. Here is an example of what effect client-side caching could have: diff --git a/docs/components/tools.md b/docs/components/tools.md index 430ff77ae4..fb91d69e88 100644 --- a/docs/components/tools.md +++ b/docs/components/tools.md @@ -12,20 +12,26 @@ usage: thanos tools [ ...] Tools utility commands Flags: - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. Subcommands: tools bucket verify [] @@ -78,6 +84,9 @@ Subcommands: Retention applies retention policies on the given bucket. Please make sure no compactor is running on the same bucket at the same time. + tools bucket upload-blocks [] + Upload blocks push blocks from the provided path to the object storage. + tools rules-check --rules=RULES Check if the rule files are valid or not. @@ -101,6 +110,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -112,29 +139,36 @@ usage: thanos tools bucket [] [ ...] Bucket utility commands Flags: - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --objstore.config= - Alternative to 'objstore.config-file' flag (mutually - exclusive). Content of YAML file that contains - object store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. Subcommands: tools bucket verify [] @@ -187,6 +221,9 @@ Subcommands: Retention applies retention policies on the given bucket. Please make sure no compactor is running on the same bucket at the same time. + tools bucket upload-blocks [] + Upload blocks push blocks from the provided path to the object storage. + ``` @@ -210,6 +247,14 @@ usage: thanos tools bucket web [] Web interface for remote storage bucket. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --disable-admin-operations + Disable UI/API admin operations like marking + blocks for deletion and no compaction. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. -h, --help Show context-sensitive help (also try --help-long and --help-man). --http-address="0.0.0.0:10902" @@ -252,18 +297,19 @@ Flags: remote storage --selector.relabel-config= Alternative to 'selector.relabel-config-file' - flag (mutually exclusive). Content of - YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + flag (mutually exclusive). Content of YAML + file with relabeling configuration that allows + selecting blocks to act on based on their + external labels. It follows thanos sharding + relabel-config syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --selector.relabel-config-file= - Path to YAML file that contains relabeling - configuration that allows selecting - blocks. It follows native Prometheus - relabel-config syntax. See format details: - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + Path to YAML file with relabeling + configuration that allows selecting blocks + to act on based on their external labels. + It follows thanos sharding relabel-config + syntax. For format details see: + https://thanos.io/tip/thanos/sharding.md/#relabelling --timeout=5m Timeout to download metadata from remote storage --tracing.config= Alternative to 'tracing.config-file' flag @@ -325,65 +371,74 @@ issue this might take time and will need downloading all specified blocks to disk. Flags: - --delete-delay=0s Duration after which blocks marked for deletion - would be deleted permanently from source bucket by - compactor component. If delete-delay is non zero, - blocks will be marked for deletion and compactor - component is required to delete blocks from source - bucket. If delete-delay is 0, blocks will be deleted - straight away. Use this if you want to get rid of - or move the block immediately. Note that deleting - blocks immediately can cause query failures, if store - gateway still has the block loaded, or compactor is - ignoring the deletion because it's compacting the - block at the same time. - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --id=ID ... Block IDs to verify (and optionally repair) only. - If none is specified, all blocks will be verified. - Repeated field + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --delete-delay=0s Duration after which blocks marked for deletion + would be deleted permanently from source bucket + by compactor component. If delete-delay is + non zero, blocks will be marked for deletion + and compactor component is required to delete + blocks from source bucket. If delete-delay is 0, + blocks will be deleted straight away. + Use this if you want to get rid of or move + the block immediately. Note that deleting + blocks immediately can cause query failures, + if store gateway still has the block loaded, + or compactor is ignoring the deletion because + it's compacting the block at the same time. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --id=ID ... Block IDs to verify (and optionally repair) + only. If none is specified, all blocks will be + verified. Repeated field -i, --issues=index_known_issues... ... - Issues to verify (and optionally repair). Possible - issue to verify, without repair: [overlapped_blocks]; - Possible issue to verify and repair: - [index_known_issues duplicated_compaction] - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. + Issues to verify (and optionally repair). + Possible issue to verify, without repair: + [overlapped_blocks]; Possible issue to + verify and repair: [index_known_issues + duplicated_compaction] + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --objstore-backup.config= - Alternative to 'objstore-backup.config-file' - flag (mutually exclusive). Content of YAML - file that contains object store-backup - configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - Used for repair logic to backup blocks before - removal. + Alternative to 'objstore-backup.config-file' + flag (mutually exclusive). Content of YAML + file that contains object store-backup + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + Used for repair logic to backup blocks before + removal. --objstore-backup.config-file= - Path to YAML file that contains object - store-backup configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - Used for repair logic to backup blocks before - removal. + Path to YAML file that contains object + store-backup configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + Used for repair logic to backup blocks before + removal. --objstore.config= - Alternative to 'objstore.config-file' flag (mutually - exclusive). Content of YAML file that contains - object store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - -r, --repair Attempt to repair blocks for which issues were - detected + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + -r, --repair Attempt to repair blocks for which issues were + detected --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` @@ -403,33 +458,40 @@ usage: thanos tools bucket ls [] List all blocks in the bucket. Flags: - --exclude-delete Exclude blocks marked for deletion. - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + --exclude-delete Exclude blocks marked for deletion. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --objstore.config= - Alternative to 'objstore.config-file' flag (mutually - exclusive). Content of YAML file that contains - object store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - -o, --output="" Optional format in which to print each block's - information. Options are 'json', 'wide' or a custom - template. + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + -o, --output="" Optional format in which to print each block's + information. Options are 'json', 'wide' or a + custom template. --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` @@ -449,42 +511,48 @@ usage: thanos tools bucket inspect [] Inspect all blocks in the bucket in detailed, table-like way. Flags: - -h, --help Show context-sensitive help (also try --help-long - and --help-man). - --log.format=logfmt Log format to use. Possible options: logfmt or - json. - --log.level=info Log filtering level. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --objstore.config= - Alternative to 'objstore.config-file' - flag (mutually exclusive). Content of - YAML file that contains object store - configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - --output=table Output format for result. Currently supports table, - cvs, tsv. + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + --output=table Output format for result. Currently supports + table, cvs, tsv. -l, --selector==\"\" ... - Selects blocks based on label, e.g. '-l - key1=\"value1\" -l key2=\"value2\"'. All key value - pairs must match. - --sort-by=FROM... ... Sort by columns. It's also possible to sort by - multiple columns, e.g. '--sort-by FROM --sort-by - UNTIL'. I.e., if the 'FROM' value is equal the rows - are then further sorted by the 'UNTIL' value. - --timeout=5m Timeout to download metadata from remote storage + Selects blocks based on label, e.g. '-l + key1=\"value1\" -l key2=\"value2\"'. All key + value pairs must match. + --sort-by=FROM... ... Sort by columns. It's also possible to sort by + multiple columns, e.g. '--sort-by FROM --sort-by + UNTIL'. I.e., if the 'FROM' value is equal the + rows are then further sorted by the 'UNTIL' + value. + --timeout=5m Timeout to download metadata from remote storage --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` @@ -507,79 +575,91 @@ Replicate data from one object storage to another. NOTE: Currently it works only with Thanos blocks (meta.json has to have Thanos metadata). Flags: - --compaction=1... ... Only blocks with these compaction levels will be - replicated. Repeated flag. - -h, --help Show context-sensitive help (also try --help-long - and --help-man). + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --compaction=COMPACTION ... + Only blocks with these compaction levels + will be replicated. Repeated flag. Overrides + compaction-min and compaction-max if set. + --compaction-max=4 Only blocks up to a maximum of this compaction + level will be replicated. + --compaction-min=1 Only blocks with at least this compaction level + will be replicated. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). --http-address="0.0.0.0:10902" - Listen host:port for HTTP endpoints. - --http-grace-period=2m Time to wait after an interrupt received for HTTP - Server. - --http.config="" [EXPERIMENTAL] Path to the configuration file - that can enable TLS or authentication for all HTTP - endpoints. - --id=ID ... Block to be replicated to the destination bucket. - IDs will be used to match blocks and other - matchers will be ignored. When specified, this - command will be run only once after successful - replication. Repeated field + Listen host:port for HTTP endpoints. + --http-grace-period=2m Time to wait after an interrupt received for + HTTP Server. + --http.config="" [EXPERIMENTAL] Path to the configuration file + that can enable TLS or authentication for all + HTTP endpoints. + --id=ID ... Block to be replicated to the destination + bucket. IDs will be used to match blocks and + other matchers will be ignored. When specified, + this command will be run only once after + successful replication. Repeated field --ignore-marked-for-deletion - Do not replicate blocks that have deletion mark. - --log.format=logfmt Log format to use. Possible options: logfmt or - json. - --log.level=info Log filtering level. - --matcher=MATCHER blocks whose external labels match this matcher - will be replicated. All Prometheus matchers are - supported, including =, !=, =~ and !~. + Do not replicate blocks that have deletion mark. + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. + --matcher=MATCHER blocks whose external labels match this matcher + will be replicated. All Prometheus matchers are + supported, including =, !=, =~ and !~. --max-time=9999-12-31T23:59:59Z - End of time range limit to replicate. Thanos - Replicate will replicate only metrics, which - happened earlier than this value. Option can be a - constant time in RFC3339 format or time duration - relative to current time, such as -1d or 2h45m. - Valid duration units are ms, s, m, h, d, w, y. + End of time range limit to replicate. + Thanos Replicate will replicate only metrics, + which happened earlier than this value. Option + can be a constant time in RFC3339 format or time + duration relative to current time, such as -1d + or 2h45m. Valid duration units are ms, s, m, h, + d, w, y. --min-time=0000-01-01T00:00:00Z - Start of time range limit to replicate. Thanos - Replicate will replicate only metrics, which - happened later than this value. Option can be a - constant time in RFC3339 format or time duration - relative to current time, such as -1d or 2h45m. - Valid duration units are ms, s, m, h, d, w, y. + Start of time range limit to replicate. Thanos + Replicate will replicate only metrics, which + happened later than this value. Option can be a + constant time in RFC3339 format or time duration + relative to current time, such as -1d or 2h45m. + Valid duration units are ms, s, m, h, d, w, y. --objstore-to.config= - Alternative to 'objstore-to.config-file' - flag (mutually exclusive). Content of - YAML file that contains object store-to - configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - The object storage which replicate data to. + Alternative to 'objstore-to.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store-to + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + The object storage which replicate data to. --objstore-to.config-file= - Path to YAML file that contains object - store-to configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - The object storage which replicate data to. + Path to YAML file that contains object + store-to configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + The object storage which replicate data to. --objstore.config= - Alternative to 'objstore.config-file' - flag (mutually exclusive). Content of - YAML file that contains object store - configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - --resolution=0s... ... Only blocks with these resolutions will be - replicated. Repeated flag. - --single-run Run replication only one time, then exit. + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + --resolution=0s... ... Only blocks with these resolutions will be + replicated. Repeated flag. + --single-run Run replication only one time, then exit. --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` @@ -600,6 +680,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -609,50 +707,59 @@ usage: thanos tools bucket downsample [] Continuously downsamples blocks in an object store bucket. Flags: - --data-dir="./data" Data directory in which to cache blocks and - process downsamplings. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --block-files-concurrency=1 + Number of goroutines to use when + fetching/uploading block files from object + storage. + --data-dir="./data" Data directory in which to cache blocks and + process downsamplings. --downsample.concurrency=1 - Number of goroutines to use when downsampling - blocks. - --hash-func= Specify which hash function to use when - calculating the hashes of produced files. If no - function has been specified, it does not happen. - This permits avoiding downloading some files twice - albeit at some performance cost. Possible values - are: "", "SHA256". - -h, --help Show context-sensitive help (also try --help-long - and --help-man). + Number of goroutines to use when downsampling + blocks. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + --hash-func= Specify which hash function to use when + calculating the hashes of produced files. + If no function has been specified, it does not + happen. This permits avoiding downloading some + files twice albeit at some performance cost. + Possible values are: "", "SHA256". + -h, --help Show context-sensitive help (also try + --help-long and --help-man). --http-address="0.0.0.0:10902" - Listen host:port for HTTP endpoints. - --http-grace-period=2m Time to wait after an interrupt received for HTTP - Server. - --http.config="" [EXPERIMENTAL] Path to the configuration file - that can enable TLS or authentication for all HTTP - endpoints. - --log.format=logfmt Log format to use. Possible options: logfmt or - json. - --log.level=info Log filtering level. + Listen host:port for HTTP endpoints. + --http-grace-period=2m Time to wait after an interrupt received for + HTTP Server. + --http.config="" [EXPERIMENTAL] Path to the configuration file + that can enable TLS or authentication for all + HTTP endpoints. + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. --objstore.config= - Alternative to 'objstore.config-file' - flag (mutually exclusive). Content of - YAML file that contains object store - configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. - --wait-interval=5m Wait interval between downsample runs. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. + --wait-interval=5m Wait interval between downsample runs. ``` @@ -675,6 +782,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -686,34 +811,41 @@ currently running compacting same block, this operation would be potentially a noop. Flags: - --details=DETAILS Human readable details to be put into marker. - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --id=ID ... ID (ULID) of the blocks to be marked for deletion - (repeated flag) - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. - --marker=MARKER Marker to be put. + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --details=DETAILS Human readable details to be put into marker. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --id=ID ... ID (ULID) of the blocks to be marked for + deletion (repeated flag) + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. + --marker=MARKER Marker to be put. --objstore.config= - Alternative to 'objstore.config-file' flag (mutually - exclusive). Content of YAML file that contains - object store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration --objstore.config-file= - Path to YAML file that contains object - store configuration. See format details: - https://thanos.io/tip/thanos/storage.md/#configuration - --remove Remove the marker. + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + --remove Remove the marker. --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` @@ -761,12 +893,17 @@ block for deletion to avoid overlaps. WARNING: This procedure is *IRREVERSIBLE* after certain time (delete delay), so do backup your blocks first. Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. --delete-blocks Whether to delete the original blocks after rewriting blocks successfully. Available in non dry-run mode only. --dry-run Prints the series changes instead of doing them. Defaults to true, for user to double check. (: Pass --no-dry-run to skip this. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. --hash-func= Specify which hash function to use when calculating the hashes of produced files. If no function has been specified, it does not @@ -828,6 +965,53 @@ Flags: ``` +### Bucket Upload Blocks + +`tools bucket upload-blocks` uploads a blocks created on the given bucket. + +```$ mdox-exec="thanos tools bucket upload-blocks --help" +usage: thanos tools bucket upload-blocks [] + +Upload blocks push blocks from the provided path to the object storage. + +Flags: + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --label=key="value" ... External labels to add to the uploaded blocks + (repeated). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. + --objstore.config= + Alternative to 'objstore.config-file' + flag (mutually exclusive). Content of + YAML file that contains object store + configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + --objstore.config-file= + Path to YAML file that contains object + store configuration. See format details: + https://thanos.io/tip/thanos/storage.md/#configuration + --path="./data" Path to the directory containing blocks to + upload. + --tracing.config= + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --tracing.config-file= + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. + +``` + ## Rules-check The `tools rules-check` subcommand contains tools for validation of Prometheus rules. @@ -850,21 +1034,27 @@ usage: thanos tools rules-check --rules=RULES Check if the rule files are valid or not. Flags: - -h, --help Show context-sensitive help (also try --help-long and - --help-man). - --log.format=logfmt Log format to use. Possible options: logfmt or json. - --log.level=info Log filtering level. - --rules=RULES ... The rule files glob to check (repeated). + --auto-gomemlimit.ratio=0.9 + The ratio of reserved GOMEMLIMIT memory to the + detected maximum container or system memory. + --enable-auto-gomemlimit Enable go runtime to automatically limit memory + consumption. + -h, --help Show context-sensitive help (also try + --help-long and --help-man). + --log.format=logfmt Log format to use. Possible options: logfmt or + json. + --log.level=info Log filtering level. + --rules=RULES ... The rule files glob to check (repeated). --tracing.config= - Alternative to 'tracing.config-file' flag - (mutually exclusive). Content of YAML file - with tracing configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration + Alternative to 'tracing.config-file' flag + (mutually exclusive). Content of YAML file + with tracing configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration --tracing.config-file= - Path to YAML file with tracing - configuration. See format details: - https://thanos.io/tip/thanos/tracing.md/#configuration - --version Show application version. + Path to YAML file with tracing + configuration. See format details: + https://thanos.io/tip/thanos/tracing.md/#configuration + --version Show application version. ``` diff --git a/docs/contributing/how-to-change-go-version.md b/docs/contributing/how-to-change-go-version.md index 9fc3be5163..47d33e924d 100644 --- a/docs/contributing/how-to-change-go-version.md +++ b/docs/contributing/how-to-change-go-version.md @@ -7,3 +7,4 @@ To update Thanos build system to newer Golang: 1. Edit [.promu.yaml](../../.promu.yml) and edit `go: version: ` in YAML to desired version. This will ensure that all artifacts are built with desired Golang version. How to verify? Download tarball, unpack and invoke `thanos --version` 2. Edit [.circleci/config.yaml](../../.circleci/config.yml) and update ` - image: cimg/go:-node` to desired Golang version. This will ensure that all docker images and go tests are using desired Golang version. How to verify? Invoke `docker pull quay.io/thanos/thanos: --version` 3. Edit [.github/workflows/docs.yaml](../../.github/workflows/docs.yaml) [.github/workflows/go.yaml](../../.github/workflows/go.yaml) and update Go version. +4. Edit [Dockerfile.e2e-tests](../../Dockerfile.e2e-tests) and update Go version. diff --git a/docs/getting-started.md b/docs/getting-started.md index 6445f29240..3c3659cced 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -88,6 +88,22 @@ See up to date [jsonnet mixins](https://github.com/thanos-io/thanos/tree/main/mi ## Talks +* 2024 + * [Enlightning - Scaling Your Metrics with Thanos](https://www.youtube.com/live/1qvcVJiVx7M) + * [6 Learnings from Building Thanos Project](https://www.youtube.com/watch?v=ur8dDFaNEFg) + * [Monitoring the World: Scaling Thanos in Dynamic Prometheus Environments](https://www.youtube.com/watch?v=ofhvbG0iTjU) + * [Scaling Thanos at Reddit](https://www.youtube.com/watch?v=c18RGbAxCfI) + * [Thanos Project Updates](https://www.youtube.com/watch?v=wmNtCj5D4_A) + * [Connecting Thanos to the Outer Rim via Query API](https://www.youtube.com/watch?v=E8L8fuRj66o) + * [Multiverse of Thanos: Making Thanos Multi-Tenanted](https://www.youtube.com/watch?v=SAyPQ2d8v4Q) + * [Thanos Receiver Deep Dive](https://www.youtube.com/watch?v=jn_zIfBuUyE) + * [From UI to Storage: Unraveling the Magic of Thanos Query Processing](https://www.youtube.com/watch?v=ZGQIitaKoTM) + * [Thanos’ Infinity Stones and How You Can Operate Them!](https://www.youtube.com/watch?v=e8kvX6mRlyE) + +* 2023 + * [Planetscale monitoring: Handling billions of active series with Prometheus and Thanos](https://www.youtube.com/watch?v=Or8r46fSaOg) + * [Taming the Tsunami: low latency ingestion of push-based metrics in Prometheus](https://www.youtube.com/watch?v=W81x1j765hc) + * 2022 * [Story of Correlation: Integrating Thanos Metrics with Observability Signals](https://www.youtube.com/watch?v=rWFb01GW0mQ) * [Running the Observability As a Service For Your Teams With Thanos](https://www.youtube.com/watch?v=I4Mfyfd_4M8) @@ -121,6 +137,12 @@ See up to date [jsonnet mixins](https://github.com/thanos-io/thanos/tree/main/mi ## Blog posts +* 2024: + * [Streamlining Long-Term Storage Query Performance for Metrics With Thanos.](https://blog.devops.dev/streamlining-long-term-storage-query-performance-for-metrics-with-thanos-b44419c70cc4) + +* 2023: + * [Thanos Ruler and Prometheus Rules — a match made in heaven.](https://medium.com/@helia.barroso/thanos-ruler-and-prometheus-rules-a-match-made-in-heaven-a4f08f2399ac) + * 2022: * [Thanos at Medallia: A Hybrid Architecture Scaled to Support 1 Billion+ Series Across 40+ Data Centers](https://thanos.io/blog/2022-09-08-thanos-at-medallia/) * [Deploy Thanos Receive with native OCI Object Storage on Oracle Kubernetes Engine](https://medium.com/@lmukadam/deploy-thanos-receive-with-native-oci-object-storage-on-kubernetes-829326ea0bc6) @@ -130,7 +152,7 @@ See up to date [jsonnet mixins](https://github.com/thanos-io/thanos/tree/main/mi * [Adopting Thanos at LastPass](https://krisztianfekete.org/adopting-thanos-at-lastpass/) * 2020: - * [Banzai Cloud user story](https://banzaicloud.com/blog/multi-cluster-monitoring/) + * [Banzai Cloud user story](https://outshift.cisco.com/blog/multi-cluster-monitoring) * [Monitoring the Beat microservices: A tale of evolution](https://build.thebeat.co/monitoring-the-beat-microservices-a-tale-of-evolution-4e246882606e) * 2019: @@ -145,7 +167,6 @@ See up to date [jsonnet mixins](https://github.com/thanos-io/thanos/tree/main/mi * 2018: * [Introduction blog post](https://improbable.io/blog/thanos-prometheus-at-scale) * [Monzo user story](https://monzo.com/blog/2018/07/27/how-we-monitor-monzo) - * [Banzai Cloud hand's on](https://banzaicloud.com/blog/hands-on-thanos/) * [uSwitch user story](https://medium.com/uswitch-labs/making-prometheus-more-awesome-with-thanos-fbec8c6c28ad) * [Thanos usage](https://www.infracloud.io/blogs/thanos-ha-scalable-prometheus/) diff --git a/docs/img/Thanos_with_cilium.png b/docs/img/Thanos_with_cilium.png new file mode 100644 index 0000000000..4b06683302 Binary files /dev/null and b/docs/img/Thanos_with_cilium.png differ diff --git a/docs/img/hubble_network_flow.png b/docs/img/hubble_network_flow.png new file mode 100644 index 0000000000..fc64be5d74 Binary files /dev/null and b/docs/img/hubble_network_flow.png differ diff --git a/docs/img/query-path-tenancy-proposal-diagram.svg b/docs/img/query-path-tenancy-proposal-diagram.svg new file mode 100644 index 0000000000..2fce435333 --- /dev/null +++ b/docs/img/query-path-tenancy-proposal-diagram.svg @@ -0,0 +1,16 @@ + + + eyJ2ZXJzaW9uIjoiMSIsImVuY29kaW5nIjoiYnN0cmluZyIsImNvbXByZXNzZWQiOnRydWUsImVuY29kZWQiOiJ4nO1dWVNcItm2fu9fYdR5OTei2WfPw3lzXHUwMDFlynlCPXXDQCZRZExEPdH//a6VoiTkQIJApVx1MDAxZNeO7qpcdTAwMDaETeZcdTAwMWG+NX3rv3+srPzwXlvlXHUwMDFm/175UX4pXHUwMDE26rVSp9D/8Sc+/lxc7nRrzVx1MDAwNjzF/f/vNnudov/Ke89rdf/9r39ccn+DXHUwMDE0m0/vv1Wul5/KXHKvXHUwMDBir/tcdTAwMGb8/8rKf/3/XHUwMDA2PqdTLnqFRrVe9n/Bf2r4UYxcdTAwMWI7/vBhs+F/rpPMSOmo+HxBrbtcdTAwMDGf55VL8GylUO+Wh8/gQz92r1x1MDAwZlq55mOrkVx1MDAxN/lyp5U/yq9288OPrdTq9TPvte5cdTAwMWar24SvMnyu63Waj+V8reTd47HGXHUwMDFlj/utTrNXvW+Uu92R32m2XG7FmveKj1H6+ej7Nfj3yvCRXHUwMDE3/JLMXHUwMDExrrmW1lKnuHCfz/q/L1xmMdJcbu2EsJRTwcdcdTAwMGW23qw3O3iwf1QqleG57lxuxccqXHUwMDFjrlFcdTAwMWG+wDhFK3z4mv7Hd3WaKM2EXHUwMDE1jltlmJSfL7kv16r3XHUwMDFlvkZcdTAwMTlCKZzQaCGk5U5ccs9R9m+HUFxcUunY8Fx0/PzWbsmXjP9ccl6xRmlwxVx1MDAxYb16fXhkfGJzXFyaglx1MDAxMjVcIlVe+cX7/C5cdTAwMDFcdTAwMTG4MyeNhteRrZ+V49Pjp65Up1x1MDAwN/s/Pl/315/Rb/v+y/q4erHWvWn+fDrrXHUwMDFmlW5yt6p5QEc/5ePzXHUwMDBinU6zn/Z931x1MDAwZcXqz1xc67pbyW16L+7t8Nju787hfTd3zdtLYbf7tNe1Z/bwsvi0v3c8h/e1+afVw53ztYfrwumafpRvL2uVcrr3XHUwMDFk/G14w3utUuFdY5m2XFxZXHUwMDEwMefcUOnrtcbjuCzUm8XHoZL/XHUwMDExOHDIuozIQdCwKKnjXGZcdTAwMGKjQlxuxaxcdTAwMWMq2yTLXHUwMDEyLVbRluW+ULzvdcpcdTAwMTmwLUpcdTAwMTGqtHRcdTAwMDK+qrNcdTAwMDHd9H9fS0KloEZpYaQw2o5cdTAwMWQsvW3xOoVGt1XogOpG2Fx1MDAxNy6JM2jCrDRaaT48xtC+UEkks9oquDVgXHUwMDBiecDOvdtcdTAwMTdmXHUwMDFj51x1MDAxNtzB8J591cBMklE3hYxcdTAwMGUlodnwzmpveDO4IXhgy7VRjmrmRl60VXiq1V9H7q0vy3A5z+9cdTAwMGKNZnflV+OkV+7UQHbhr/9khJDG//xcdTAwMTh58Wq9VkVh/1GE71TujOiBV1x1MDAwM2f9+YKnWqlcdTAwMTT0wEU4QaHWKHd20zjOZqdWrTVcbvXz0Vx1MDAwM35cdTAwMWUvdDi4YOWdz5tLXHUwMDAyt/yu0C3js75/T9TsRNxcdTAwMDDSXHUwMDE0p93oJa2hJr1yV1VJ11x1MDAxYo3OReFhrXLTL+6/nYL4ZFx1MDAxYTbkLCVOXHUwMDE50Fx1MDAxOEHFqNPGN8hJQVxmOOyBR+daj51sqNvU/0mGXHUwMDBllcJcdTAwMWSlKkK1rSXSXHUwMDFhy0HAXHJcdTAwMDe1jUJcdTAwMGWUKFx1MDAwNbiAmfejXHUwMDA0rMxAs1x1MDAxNahcYtwxPfzt31x1MDAwM1x1MDAxZHrPNz/zXHUwMDFiN3clfvFaueM1et64tald/ONtd7uZO945UGeHR7eblWuPvc3VZU5jjmZymUaoOJ1iXHUwMDE0blx1MDAxZuXamdRKXHUwMDE1fTUz7jFz4Fx1MDAxM7k0zHBrLfisMa1ixHBcdTAwMDZeXGJuh3KCKiNj1eprLlx1MDAxM1x1MDAxZLfWUmhcdTAwMDO+w1hcdTAwMTahWFx1MDAxYVA7XGKFUNqAb1HUhPRcbn6ZK8apnpteLdxjaqKFc1x1MDAwNlxmluVS04DfmOAytzuFSqFRXHUwMDAwR7lR8Fxug9B1Mb5ygrdcdTAwMTj3lVx1MDAxZieLOlcqN6n07G5SXHUwMDA1bsm4m+SCWuNk+ui6sH7+eNF/7ZzkSm1Prnn5+9vHy+y7SamVkFIqUFtKh2+Db8CtQzfph7TomuTs+lx1MDAxY1x1MDAxZl5bQ1x1MDAxNOVcdTAwMDb0g1x1MDAxYSqViIK/XHUwMDEyzmG48Fx1MDAwZjHqzVx1MDAwN8qshNZGmt9cdTAwMWRdX2xUnu31dvFCNMXVXfv1unPgNtO6yHt1vXqzVjTP7v7x5qVYK11uVKrfy0VqzeL0iTFcdTAwMTBcdTAwMDCrpGWpXHUwMDE1KvpqZt1FSk3AMINEW2qZhos+XHUwMDFhVlxuwVxiaFx1MDAxYXhHriRcXFx1MDAwZTezSiW7SGaJ5qAwWlNcctotWFitwEWCTlx0XHUwMDBiMTBcdTAwMTdcdTAwMDJ0L1x1MDAxY1SCp5GcczM3vVqCi5SOO1x1MDAwNYeGuJ4zO/KitEHl68rF7oLc41x1MDAwNC+RXHUwMDEwSo5cdTAwMWVq4b7RqVx1MDAwNF22XHUwMDAweFx1MDAxOU+PdvVm3Xsqdtm+6bvLh4P1+sNqT2bbN0rKXGLIpGJcdTAwMWap51x1MDAxMTXGzDMzSlLHuWaOXG4zdrC5ZJ4tsVx1MDAxMK5Lx5jQgpko16jgNYyHVFeD8EtK+fzSQbN5RLNz/3yf593VVrHJn4WqnG/vPy0haFxclKdNfN/vllx1MDAxZn8u9CtcdTAwMTfGWd1ql05z60/s5ix/O4f3bfJC0TurV5+LxUJBPvQ3r2yr/72QXGajTo4//Gn+NIScoFo8PZSJVoOMQ1x1MDAxOSk5Qlx1MDAxNTAxgjor7FhcdTAwMTKNaUFcZlhJXGLDmaZcdTAwMDJcdTAwMWPuoqBcZkRcYmBcIlx1MDAwMc4oZZVcdTAwMTNDn1x1MDAxZUiQK+Ln+lx1MDAxOFx1MDAwN4PJdDiNJqTwQ+fhpcg8lLGEYdzFtLLghlx1MDAwMrHZdFDmV2OrXHUwMDAzv1BulFx1MDAxNlx1MDAwNGkmOPdESFx1MDAxMz5auty4mlx1MDAxZNgwSWNVXHUwMDFiZMw6QOfpNXt9+/G+dLz1s3lY2i2tPp3367duNdvIXHUwMDA2LoBcdTAwMDLNVUq8Z5zVUFk+oFxy1SBvXHUwMDAwa6TRbPa6V1x1MDAwMrJxhFE0o5JTXHUwMDEzlb5jylx1MDAxMSpcdTAwMTl3Ulx1MDAwZmL+UHDCXHUwMDFjPGpAO34zxLFq7aHFpbCbot7eP3663e/L1K7ytXhUOvRcbvqgfc2fWq/V6tvq2t3vLX1nxlx1MDAwNUtcdTAwMTdbonZSYs5Ipc/ORd+ljHtgJqUk4IZcdTAwMTVzXFxBXHUwMDE0IMdL1IJo5ZxVXHUwMDEw6YJWfyFcYplQomZcdTAwMDS0XHUwMDE0tFVcYvC0UrtcYoVcdTAwMDWbYuF5idhcYr5ZwF19Zlx1MDAxM/w8vFxm3LRv4IJcdTAwMDHWWMeNdELDl+Ijr0rjg8+8ZqdcZn9uw/H6hddcdTAwMDW54Fx0XijGXHUwMDA1v58tdLJ5eOB3o1x1MDAxMqXVgNJigbWhllx0y1R695tcdTAwMWNcImZVrZlcIlx1MDAwMJyF0447g7B1RK0lXFxzylx1MDAxNad+U1xu5VwiXHUwMDFlWKeoTidqNsdcdTAwMDJcdTAwMDDH1Dq1XHUwMDEyLUyEYoNcdFx1MDAxMlx1MDAwMKgpxWwllybce1wiOVx1MDAxY5NcdTAwMTk7TbJh6LM+ZIZcdTAwMGZcdTAwMWX5a/ht5uOgL1x1MDAxZm93t0RPbd9cdTAwMTXooTu3h/p4v71Yh1x1MDAxN7hhhY63VmuUao3q6LdcdTAwMWV0hqYpmuFcdTAwMDUttOB1hljAPMJoXGK5IFx1MDAxZdJcIvCKSrPYw4uUo1x1MDAwNIwwRFxy3GhcYt5cdTAwMDRcYlvowlx1MDAwMuCefKZkWP95Jkx3W7hEVmtl8GpFn1x0XHUwMDAwXHUwMDFkZqIhkjRcdTAwMDK8tzahQ9VcdTAwMGJdb7359FTz4NpcdTAwMWY3a1xyb/xcdTAwMWH7XHUwMDE3c1x1MDAxNS3LfblQXHUwMDFhf1x1MDAxNr5U8LlxXHUwMDEz1MJ3XHUwMDFjlaL/XHUwMDA0ZIVcdTAwMDZcdTAwMDWHfv79f/+MfHWs3uBPWGOGb/dH8M9pXHUwMDExkY3HQ1x1MDAxNCxcdTAwMDZzOr3hjFaKrFx1MDAxYk7jiFNcdTAwMDBcIlxmRPJcdTAwMDCKxmor1lx1MDAxMr9Nl8Gd0Yzr8YPNz26Ci1wigjnr13dcdTAwMTgzXHUwMDExXHUwMDExjFx1MDAxYVx1MDAxZf2jSGnBmDv6nfBcdTAwMGZcdTAwMWR5NFx1MDAwMe/snJ9cdTAwMWavdMrtXrnrYTtev+bdr6AmljuLasqb4PrHMU+6XHUwMDEzpsI+UsyIfbSM7TdcdTAwMDCZZVxmjPZcdTAwMTSph+Q0dlZVmGni0F1cdTAwMDCgNk6M5Vx1MDAxNOExovxapFSG2y+15SVcdTAwMDNcdTAwMWZjiFx1MDAwNkNtXHUwMDE1g3BGXHUwMDA32jyGwFx1MDAwN1CaUlx1MDAwMksvUlFcdTAwMWQ8zECfmXbS6qmqo0uEPes3x2Jrv5H7uVm8pqt7L/e98oXKXHUwMDE27Ekuhn5CXGY0+nA3hGNOKEeHXXZcdTAwMDGIXHUwMDAx/phipkgwhW3U3IWv6zxRj1x1MDAwMdNcdTAwMDDBOVx1MDAxNVqDQVx1MDAwN1x1MDAwNFx1MDAxMHkk6qRSXHUwMDEw9eJkXGKVgoXP9K1AT5zO4E8upC5zXHUwMDAyPZzGt11Ka5xygazIxGxtpE5k3WRaRZhcdTAwMDCLXHTmRqBSXHUwMDBlXHLOe5eWJEZpaVxmtl6CUYrPXHUwMDAyfVx1MDAxOfbIXHUwMDE5YI9cdTAwMTaCWWw0+ZvDnuWgnlx0Tj9cdPX8XHUwMDFl0COCddJxXHUwMDA1tmjUQWbT53GTa+xZ1WBnXHRcdTAwMDBcdTAwMWFmXGZEyFRRN5rwyWFcdTAwMTdcdTAwMDeoNng3nFlcdTAwMDBXXHUwMDExX3NJM49cdTAwMTBXduFKQIBcdTAwMDRuklx1MDAwM/iSzkT2Wlx1MDAxMieN4EwwjVx0T1x1MDAxNm6cXHUwMDE2ijJcdTAwMGL/TFNJXVwi7Dm4PqrkX2vPN8XNw6tcIr05cdu19SlgXHUwMDBm4lJNXHUwMDAz03FcdTAwMGLI9mzkXHUwMDFmj9ib3uxsv9JzxTe8/Gmw/ySAIDiYWW1ccjdcdTAwMDB7tFx1MDAxZTbcf1x1MDAwMlx1MDAxMVx1MDAwNkiEQuggXHUwMDE5s3Br6UBNp8Y9myfH4Nr1YbV40K89dXLdw213XHUwMDE0dSbM5TAqXHUwMDAw/lx1MDAxOCEx0+9UxKlA0DiIm+FcXGpwXTx8qm+FfGJcdTAwMTVcdTAwMDd/cmGdmVx1MDAxM/Zh0ow/+mk6neXWKaHTN+FFa0a06cxIqZpDPEhcdTAwMDFxSkCcVjo21Mp3u2lcdTAwMTRcdTAwMDEkqnBcdTAwMTJea3AlX7KbidDHOUKFc9jRy5mNasWLaMLjICvcqaW0z2rNKZ3Jas2EfFx1MDAwZZtcdTAwMDNcdTAwMWOxqKaSZD8/jnNcIo6TXG7VMJuomFx1MDAxM8hcdTAwMTlUbCOJkEzYXHUwMDExXCKAiVx1MDAwM2FcdTAwMGaPnmms31x1MDAxZuy8dPhdjdqTi7W4SlZGtFx1MDAxM1x1MDAwN8WJkWIwY1x04ceIeipFXHSKJdaGXHUwMDAw3ehFTI+AWnJcdTAwMDOSz1x1MDAwNFx1MDAxOGatTFRcdTAwMWVHOcKM1v58tDVGh1pJUEnBbMv56els0IXdl3Ltpz3Z1aKTM1x1MDAwZlx1MDAxN1Xzcl9P2/HxclA7kavXhVx1MDAxN/N6Zlx1MDAxNT8qXHUwMDE3lOyOfspszadcdTAwMTXv9KrabexcdTAwMWbYfvvgbMtTvXztm3WSXGJcdTAwMWSfQ1CMXHUwMDBiXHUwMDA1ziV93jX6NmU9XHUwMDA0oeArpTDGXHSKTVVstOlLXHUwMDE5Q6RcdTAwMDVMp1x1MDAwMNOBXHUwMDFmXVQnXHTAVVx1MDAwYnBcdTAwMTZ+QOOEXHUwMDBiOKyRTlx1MDAxMicsM1x1MDAxY1wiXCLLXCLIVJhG0lx1MDAxN07tN0opWOLbQbj6XHUwMDAybFx1MDAxOZu+kWRJzZxcdTAwMTPcUOaaOWkgXHRcdTAwMTVKXHUwMDBmwvXGf9NTXHUwMDFkXFw2vYO6d3ZdrWyvnv/st9trx8flbDthcHokXHUwMDA0Sn2Vlo5g45hcdTAwMTNGOD3CXHUwMDE5Mj/3S3FcIllp7oxcdLIoXHUwMDA0nC8nONxJXHUwMDA3/Fx1MDAwNlwiXFxFXHUwMDAx2CpHRlh+j/P12oWtR325u/Xoefnt1ZO22XIvv9v5/lx1MDAxZCYpuI1ccmKtdkZRadKn/6LvUsZ9r9aKMIdcdTAwMThcdTAwMDNbOdVcdTAwMThtgqaWWPDOXHUwMDEwvoJr5lx1MDAwYnO9XHUwMDE4K0spXHUwMDAwXG5z7ZSI6rpcdTAwMTZIi4KpJIrzXHUwMDFjgazsh+OlXHUwMDFj7pexdH7KuoSBUKdcdTAwMTlcYqGlXHUwMDFjQFx1MDAwZVxyVHrTed7TXn1hQe5cdTAwMDR3XHUwMDEz42z9XHUwMDEzrUzpZHkym1Bs+p4zXHUwMDFl62AlQ8I7Y9Orb7KdzKR/XHUwMDA1tEpAXHUwMDE3NLJcdTAwMTM4JkdcdFxitYAnXHUwMDAxNjNcdTAwMDWRpWZ8MXl7Jlx1MDAxY3GSXHUwMDFinFx1MDAwM1x1MDAwNVx1MDAwM1wiXCLar5GrXGZcdTAwMDBcdTAwMDA3XHUwMDAw7rGeYiNcdTAwMThcYq2iVC+8WeF39lx1MDAxMyTr08pHdppcdTAwMGJcYkI4XHUwMDFjXHRcdTAwMDfELWBcdTAwMTdcdTAwMWV4yTD3zjhEREZqy6izSptcdTAwMTn7KJNcdTAwMTH18FCcKGOxPcyCVikholx1MDAwZkXBZWpjrDSSS1x1MDAwM7ArdKjvlFiPlWz8yYWFevh+f1x1MDAwNP+c3qopndBL6YSiYoqaZHKKJJNWXHJkXHUwMDFiXHUwMDA3rFxmXHUwMDE1RjqFXUyjdlxyqYaoXHUwMDE2XHUwMDE2XHUwMDEwXHUwMDFhp1/rKIinR9OcXGLkRoNcdTAwMGZRXFxEMlx1MDAxZnLCqJXc+tNoloc5KpRcdTAwMDO/rrSYXHUwMDA2kXw7u5bShDBFXHUwMDEwoIEmgda4XHUwMDAwfltcdTAwMTkp31FBsTAhlWZcdTAwMWH+NVLOZtj2z+q9Ndf1epdPx6c76uxlk1VV+FRcdTAwMTCFWk45JomlNo6riFPhobR0WlNcdPFcdTAwMDCWysNn+lZ2LVa08SdcdTAwMTeS6int2oSyhI2dsNFWMCfMXHUwMDE0nNHJNzmbtk1yZH+EqGtAzjFWlpCSWGNcclxce5/eJr5LfOa8XGKnXHUwMDAyy1x1MDAxMsiFXHUwMDA3hpYzXHUwMDFhVZZAXHUwMDExMX7F2DKmTbh8yClcdTAwMDaLxohpOi1cdTAwMTaRXHUwMDFhOd08f3BXXHUwMDBm6/TWNG53PclO89WtJdRcdTAwMGZcdTAwMTLf91x1MDAwYpOzXHUwMDFmOjZHi56orrGpXHUwMDExreLr+1x1MDAxYacpXHUwMDAxnaavIEbfpmhVzUxuhIGxJ1ZcdTAwMGKhXHUwMDFk6Fx1MDAwMPjxUVxuOvBcdTAwMDRcdTAwMDRcdTAwMDAvxfZcboDhfFF0WdxcdTAwMTGpXHUwMDAxaFx1MDAwMsz0cyORJMxcdTAwMTbriGA+wYJw8Jzh9FxioHbsyLDfiC/LXHUwMDEyXGIlmFx1MDAxNUJcdTAwMDLANmqGXHTXpbEwT3BFXHUwMDBiYmE2s0VcdTAwMThcdTAwMTC/xc564PxcdTAwMDOdqjkg2dhlVbVBl1xiaLVcdTAwMDG4KZhcdTAwMTFyrOQoKLFYepdcdTAwMTRfXHUwMDEy6Fx1MDAwZp5371x1MDAwZbbRXHRcdTAwMDBcdTAwMDNcdTAwMTZAJnhkwFx1MDAwN1x1MDAxMYFcdTAwMDbE39JvJMDmdkChIe1WXHUwMDE0zDWgiYX3Pf7OSCMlpmeCOIv1NYtcdTAwMTGEi1x1MDAxY3/ASFx1MDAwMywq42hWjbVcdTAwMTBpzphBSZ5uXHUwMDFmXHUwMDFlXG5cdTAwMDBcdTAwMTVoXHUwMDFk9ppcdTAwMDCktoF61OipXHUwMDE4KFx1MDAxZlx1MDAxOHpcdTAwMDM/XHUwMDEyuyq/91RGvHDjTy4s11PGXHUwMDFh8dNsksVP8lx1MDAwYilccvZcdTAwMDVNkURJJDnLZKBcdTAwMDGSTzSAe4jyqMKho1x1MDAxMfvGIVx1MDAxYzdWQdBcdTAwMGJSZuElXHUwMDBiauq2SMOF1FdKXHTLXHUwMDFjj6jCcqKEXHUwMDA0XHUwMDE0hc3nXHUwMDE2XHUwMDEzwaFcdTAwMTYoPFwi3K+sNnXftOlhPV/f23h2NfX6tr769nN7mqbuJVjOlINjzFx1MDAxMidAY6VmXGab6HmMkaI4XGaqJYiWtXDnZlx1MDAxZGdL3lxcsVx1MDAxMshcdTAwMWM5ij1cdTAwMDTwiU6AmYia4odDgVx1MDAwZtTccWotdppcdTAwMGL6vbM08aqDP7mw1kxpOmPn+OO70Yw2fpUpPTSMVo1M201DXHUwMDE1wetccrFcdTAwMTSTePFH7Caz2LdiXHUwMDE5Mlx1MDAxYuF035dwYXxNXHLQXHUwMDAyXHUwMDAwXHUwMDE3XHUwMDBieFx1MDAwZVwituiO7vAsXHUwMDFihKBgTqyU36hcdTAwMDCefpjNb6D+1Wh14GZWXHUwMDBiXHUwMDFlXG7rYlwiuVx0vj40xJZ0sIVcdTAwMGWvOVx1MDAxM6+qnFx1MDAwMlx1MDAwMFx1MDAxMtNwkCWTsmVSVdFBXHUwMDExhpVv+s5cdTAwMTU4OrnGmSSAbLhBfKNcdTAwMTS4kIVcdTAwMDVx3FxiQO52sIpA6chuM8KRMsngTLZ2KmJ4jeHsKmDiOXawzIZobq26uMu9VG5vKnIrf3XUZC/P9WwhmonYYVx1MDAwNK5g07DmxoBOgD1cclx1MDAwNoRcdTAwMDOIXHUwMDAxgYqlXHUwMDE2qVs0mHjHZlx1MDAxY1SbXHUwMDE4XGZcdTAwMDZPhfNpXHUwMDEweTJcdTAwMGVxKsc9kjZ0Lk0+RMpvT7ThXHUwMDE49VtBmlgtwZ+wfsxcdNGo2C2lTONo3FSLVKJVI9tmklNN4LJjrZxcdTAwMTmhxqmSXHUwMDFkJTj1XHUwMDBiV15cdTAwMGJ/3GBhZnJGXFzDncFOgO9Ej5xBXFwzwcEvXHUwMDFk1/ivilBXrnV817yl2PIkWfpcdTAwMTCkUrnbZOL8YGP1rL7uet2d4+uLuEUtXHUwMDE5UVgnJcFAl1x1MDAxYWqFXGI23fqwxkhinGZcdTAwMDbbKVx1MDAxNJX2azFIXHUwMDE543hcdTAwMWGhqzg+x6wwXHUwMDEwVUhsMIuqOlx0jpRnXFxcbsfBaKtQlVhcdTAwMDLykrFF4qG3c89cdTAwMWIl1utcdTAwMWP1+H53o3JzerN99/JcdTAwMWP0m/1n2Ty429h8uHw4LXtvvdvDw147+IKju5p83Hvrt587ZrWu2F6jsrf3XHUwMDAxWeZqXCKcgDh4PuBm3Fx1MDAxM8c8M2dcdTAwMWY/8tycO+Y4XHUwMDAxPFx1MDAwMzjFaFx1MDAwMFOBoUX/11x0rofF7kCFtVRluZz8hnFC6D/LXHUwMDE4wH9cdTAwMDVcdTAwMTKorFx1MDAwMSFmXHUwMDEz31x1MDAwZfyPXHUwMDAykVx1MDAwNN9cdTAwMDOuXHUwMDBl3vDPscNTju1mXHUwMDBlJ7is1Fx1MDAxM9+OSCkknIJcdTAwMTlcdTAwMTByxalcdTAwMWN/v1x1MDAxMeWY9HZx1zpcdTAwMTX4ibOmNrDTKrQph3KJXGau6Y3p/dpuZ4NdNLp7q32v/7JefqrcnmfbmFx1MDAwMo50XHUwMDA0XHUwMDEz/lx1MDAxMjmBQCzHSN2sJkIzQVx1MDAwMfpcdTAwMDDMXGI2uoxcdTAwMTlTIUVBJlx1MDAxYtP+fc0rR0SHguBcZrDUXG5XxXNcdTAwMWTVSiiJ5Cgtilx1MDAxYWw3iFiijLZcdTAwMWUprKKJbP/fVL6/2XcxlTnOiMIlXHUwMDAxuDpcdTAwMDS77exoaVxmXCIlq6VcdTAwMTZg+lx1MDAxNNJ8T7RcdTAwMWW5WCnDXHUwMDFm+DQwRNRCZIv4SU60vF8yRvHjViqeY1x1MDAxMuJBbtk07X/5Zu6xTNtXjVvvRF2K2/Ptqmhl21x1MDAxYTnpiPWDX0zq89GmXHUwMDAziHNcYlx1MDAwMjqGnUZgqdRcdTAwMDLJ0sDggGRcdMpw1lmbXHUwMDAwT+SnTVx1MDAwMpyJ6Vx0hZFcdTAwMTcynIRHnbnT6Cdj8lXfzeJcdTAwMDTiN783xFrJXHUwMDA0M4ZLl7rxaL9wV66v/GqUXHUwMDFilWan6Fx1MDAxZlx1MDAxOP6v3qzWiivlRuGuXp55NtprtuJiu5FvN1x1MDAxZchNdaRUgZ2ese1cYslcZmLVXHUwMDFmbVx1MDAxNoAvm35cdTAwMWU6eUNYJtVf+1x1MDAxNLJcdTAwMWObyS2uXHUwMDEwXHUwMDE5LS7lmFZcdTAwMDR0XG70XHUwMDFmgjL51cgubrSBc0ewelx1MDAwYlZcdTAwMDZcdTAwMTRcdTAwMWIgR0THkSXItmBcdTAwMDG1XHUwMDFhhkOwYfog6rgwSs8vJ/NpLqZKVe9d02rn5PEq1zBcdTAwMWL7uWaju1l4vZ8uVW3BYsigXHUwMDA2zDlVnZq9jFx1MDAxMsxPg1x1MDAwM8B4XHUwMDA2XHUwMDE0XCI4cTRIXGJcdTAwMGKicCbdaVx1MDAwZVx1MDAxNpkqM2vpvVA5buj1wuFTtfvaXHUwMDEy1+agsn6ciz5cdTAwMTN1wmnqM6sqjez4oUMxRbAsT1x1MDAxMctcdTAwMTit4HihQ32rNHWsfuBPLqRcdTAwMWFzXHUwMDAyR1x0dGpcdTAwMTC4QMQsdfpALVotMm1cdTAwMWIh+FwiXHUwMDEw5FNkzteMj86y5piF6FxcIClcdTAwMGJ2k4EjWYxtnIVJXHJbk3GD9HLq7lrxoDn+7lRqXHUwMDEznPiSqNRiIYtcZrChhtbxQbSCXHUwMDE0z6mVMpkwI5tKyShBxnuIWJjgVoxW2JWQWM+R/io+R+WXdlx1MDAwMcWPYlKJ5FCCg/fRXHUwMDAyy7NcdTAwMTFaycFcdTAwMDdcdTAwMDEmoVx1MDAxNlx1MDAwM6uRodCPXHUwMDA1XyBjzFx1MDAwNWfPM1lEmtcw+UihXHUwMDE5Qn+jrMMuZ4GDZ5FcdTAwMWWcOVx1MDAwYuhcdTAwMWJcdTAwMWKPjaPhye35XHUwMDEw1Fx1MDAwN44lXHUwMDE1yI1z6EiVwrHK8KlcdTAwMDRcdTAwMDF0hovq/T2LUthvjSty8YLsP1x1MDAxZJLhKYFFqVZ4alx1MDAwNlx0roJmLDbwXHUwMDEyXHUwMDE0W/qC/nZcIsXc9fp+8/kqd3Z0uM69s5ten5Vfl2XGhrHKVGZMg7g5wFDCYe5FjFbUjCWYpuecw5WwX7Rillx1MDAxN1x1MDAxZItKXHUwMDAyXHUwMDFiwlxy43Sw2HQ4lVx1MDAxMDBimnCkjqOWXCLnlGEhPipcdTAwMDCChmvOpmLKWJ5cdTAwMTWbWTzjXHRcdTAwMGZcZuiLpjQ9kXDOqJ/5Xu/I7OU3dlxuu9X9x53y0lr1Z5ROTlx1MDAwNNL/UOtLp1x1MDAxYa1QSGpcYrgt5EpTxkqmv4Z8XHUwMDE3K59IwITVrmm27X1cdTAwMDP5dLGxXHUwMDE5ciZaiFx1MDAxN9IzdNKnq/5cdTAwMDO9fq5eXFyvv9V31u7zebOXbVx1MDAwMVx1MDAwNVx1MDAxN1xmXCLod+xIvORjXHUwMDFjYdpcdTAwMTDLkLDB+lx1MDAwMvo1Qo7FyieSe46sdPg24lx1MDAxOZ9VpTq2qFwirfNZ39ObT5t/Wj3cOV97uC6crulH+fayVllcdTAwMWHJ5GzSyShcdTAwMDBFSlx1MDAxZIfrjSuP5GiQwrggXHUwMDAwNT/oXHUwMDE2zFx1MDAxN3mw4uSTXHUwMDExcFRcdTAwMWO5tpQ1YFx1MDAxM2xElIKrNjCzZyyWnIMvXHUwMDE5yKc1XHUwMDFhQ6m5Secngpwqp/ryfLR9vLXTWTtsvrRPZavVPy3cfuP2X9xJXG7WXHUwMDAwMK5VyHhcdTAwMTEkeVx1MDAxOURcdTAwMWFcdTAwMTJcdTAwMTdV4OZPQOVcdTAwMDZcdTAwMDLej96PXHUwMDA1plU51YLigihcdTAwMDcmXHUwMDBiMHjEolxuTlx1MDAxONdGYVx1MDAwZVKhZIVcdTAwMGX1vcKfWFxyeX96XFw5hm/4R/DPqfOqXHRccjBGgMCC6UhtXHUwMDFlo1Uj0+bRKU2oxEln8IlcdTAwMTDtjSdWXHUwMDA1Ju+tz7ZcdTAwMDTGh5n4XHUwMDBlmC+Zx1x1MDAxNK2/4SpcdTAwMTPzXHUwMDA330bwf5ZcdTAwMWP28L7P3vq7MtJi+6vxz+rp8fqiWComePfoXHUwMDFl4EknTFczTk7AJoBvk1A0xtFcdTAwMWWrtUuPb7pbteNev/tWLVx1MDAxN26OVmXLXHUwMDE0XG5PjWwrsKW4dpQzpHUxUtnRPTPI8omlKmup0jJQnpsv+sbmTVx1MDAwM7ZcdTAwMWJcdTAwMGJ8XHUwMDEw8ERy4ztiOISv3FCrJVx1MDAwNLTj2qxcZkeeRLWEPn5cdTAwMDCCWEeapqybKJ+JpGbCxK5a4Vxm/Vx1MDAxZFx1MDAwMIr0XHUwMDEyukWPXHUwMDFjW3/d3Sx1j09cdTAwMGWObaNd9vIxXHUwMDEyulx1MDAwMDqV2WQ0JyhcdTAwMDH0/bFsXHUwMDA1e1x1MDAwM0akVFx1MDAxOVx1MDAxMCBcdTAwMDPISuNcdTAwMDZU9rXluf8olkuyVIjuWXfG6Hc6d24jfIx1XHUwMDA0nJCg4FxmXHUwMDFkg7CdjVx1MDAwYimnyGvmgn1o30ZK4yBQcJNxxJpSwGR6ir6bsmmULnPtx+aL0XnV3pKl8sZD9lx1MDAwNVTgXGZcdTAwMTS1XHUwMDEyQFx1MDAwZcW5+lEralx1MDAxOFx1MDAwMcv0Lp2OftGKxsunI9wveWBBX0WTikaAIMFw5VxiW0JSbVx1MDAwNon8XHUwMDFhXGJq+8s5ao2aVyt4zZmrzLM2x8V+/OJcdTAwMTd0qVx1MDAwNKZcdTAwMDWmcFx1MDAxME/b9FlFxa5sZ/O5sVF+fKtuX+ScyFx1MDAxZOxnu7bMJNNEc5zswHU7QcoxPzJBXHUwMDE2YO1cdTAwMDDVOOZcdTAwMTdcdTAwMDDl7MtcdTAwMDdcdTAwMTJ3dDFcblx1MDAwZVx1MDAwM3k5TdTaXHUwMDAx3NCF4Vx1MDAxM+4lep/DXHLrp9WMi7jS8uAxePSye1a8qTT2XHUwMDBlTLv9fPR8eHNaf9j+Slx1MDAxYuznW0+V3nHb5aPjh9rpbuXp+vF5VTw80Z6XltnytHN6dflGvappnYv+6VVJbfWeRz8l+8yWJr7ViltjXHUwMDFkQOn0rVbRl3Np7nBmZktFXHUwMDA0jlpa3Fx1MDAwZaAsXHUwMDFm0z2cJnAg+8pYimX62YloJ/ShM1x1MDAwMmpcdTAwMDfqJ1x1MDAwNKNK6qisKVVcdTAwMDT5RiVoKc7M01x1MDAxMGZjYFx1MDAxYjQmjqIx21x1MDAwMjVwXHUwMDE5q7m4tI5cdTAwMWLpsFx1MDAwZTpcdTAwMDNcdTAwMDXmXHUwMDE5+LUy/LlccsfrXHUwMDE3Xmf1sFx1MDAxMzJcdTAwMGJcdTAwMTP8T1xm/+X72UInm8dmrth6iYlcdTAwMWYvxjWMSIqdflx1MDAwNCXZXHUwMDFjZlx1MDAxNFx1MDAwYiO5XHUwMDE3sVxmQKXfXHUwMDBlYej45lpccn5ZOSzl4Vx1MDAwNkJcdTAwMTPPa/tcdTAwMTUwzJ0gWlx1MDAwZphb4L8yXHUwMDAyXGbjViCB9lx1MDAxYVNcdTAwMDfMKFx1MDAxZFx1MDAwMsf+hLGaY7A2m09cdTAwMTX6dGstv/5QOTn1qi+lzdLG7e1btkom09QmXHUwMDE0zorhdJB20khcdTAwMWFuXHUwMDE4XHUwMDAzi+ysXHUwMDE1XHUwMDAwUVxyXHUwMDEzKFwig1x1MDAxN0xZL0m2XHUwMDFhK6NlXHUwMDFjI3xcdTAwMGVmpVx1MDAxY1dcXPNwc7wkTFx1MDAxOeTxt4BcdTAwMTclj9g2/p3qJaBcdTAwMTFEXHUwMDBls1x1MDAxOYGdWPiT87mNIFhDXHUwMDEyMlx1MDAxY1x1MDAwN6BcdTAwMTMnXHUwMDA041x1MDAxNc4/XHUwMDBmMf5cdTAwMDBcdTAwMGXDvlalWGD6+Y/gn1PzycU20DKrudCCTTF/XHUwMDFjrWaZN7dcdTAwMWFCXGLn4Mtq5H5cdTAwMWQlXHUwMDExz0FwQ3B2XHUwMDFjh5Cd4pJ9rf8sNvdgLZHMWZx0fk8+RJjbXHUwMDEw94pcdTAwMTO4XCKcLam13TFDl9faPqhujNY2apVBgzk8Xu7CoVx1MDAxN1WKmYBcdTAwMWNiSjHpXHUwMDBmO1x1MDAwZoqWOJ3mKqGmimSzMjhQOkmpz1qX7T39kG9dSnapdlx1MDAxZdudbbfE1Vx1MDAwMDPmXHUwMDEzcZKPXHUwMDFiiErAdY+0lfvpbk7B1ILaQEiCP1+rqcaptGFEKYibJKfgjaVcdTAwMTg2tlx1MDAwNJcmclxirPhHSjxMK1x1MDAwMGCPOVx1MDAxZVx1MDAwNHmZTy76bFafvGhcIlx1MDAxMM1P0PjtXq1UnlWfZ00xjn1ouoWIyXqZUC3V8Vx1MDAwYk2ZXHUwMDEyjmJzXFz6VP9xp33ZKZv15+LRrX6p1pnX3F7LdrVcdTAwMTRQXGb6OfohIaPeXHUwMDE2e1x1MDAxNVx1MDAxMUVcblx1MDAwNohcbqDkV5eH4XTggnpcdTAwMTUl8nNzJrLZ+jCrfFx1MDAxYVx1MDAxOdvqjTx1nKkgrenE3Ju3vlPq1XbeivdW3ubl2Vx1MDAxNm1dZ1s+4VsyXGKekMqF+820o55DXHUwMDFiiL1x4lZRXGJ5ufnqmONcdTAwMDJcdTAwMDWU+VxyQ7g9+28loZbHglx1MDAxYnD4zLJgXHUwMDAycmKtdGeL3Z5d125cdTAwMWW2atfFnc2XfsO7zLiAwsUmQlx1MDAxYiOVL1x1MDAxZWJcXEDBaVx1MDAxOVx1MDAxY8biVkuWsPTot1x1MDAwYqh2WjhcdTAwMTfsvfg28plcXDpcZubKQk5eQlx1MDAxOCm1Tp/DrG7kXHUwMDFmj9ib3uxsv9JzxTe8/Gl1WTJKZ5JR7FpcdTAwMDTj+Fx1MDAxOTRrN16/ULhHXHUwMDBmbr5yXHUwMDEyc7rxMfVcdTAwMTdKh5JcYqRcdTAwMTR2xknEtVx1MDAxMfCbKUVcdTAwMTBtYFeUhkOaMP5cdTAwMDZrXHUwMDAyMETM0c1cdTAwMGaemDKDeVat1z2TO3w8bZ+a/WK/XWVbrbRVQX1cXL1Y6940fz6d9Y9KN7lb1Tygo58y01x1MDAxZb3k6fDE91x1MDAxZPwtKVx1MDAxODE62OixqGpjsFcuhHhcdTAwMDDg4d7R9MpcdTAwMWF9m6KVNTPVxpxC2lx1MDAxMrDWWlx0ZLumY+FyXHUwMDBldUlKXHUwMDAzYVx1MDAxZNxcdTAwMTaJq19n1tfkcqNxXHUwMDA0XHUwMDA3gCxcdTAwMTI8Wm1cInJgXHUwMDAytNphXHUwMDFmOu50xtVgIY1cdTAwMDVcXKbhO0+11Xf2iHlaIVx1MDAxZIpCIGI2uLTCXHUwMDE57Hej4NeFXHUwMDFjedXkKuJpr74wXHUwMDA2iFx07iemcuifaGXasFrOXG5cbnV82Fx1MDAwMnLid6mkT3id6sbbXrulr/fWOm/68vj17epwaZTEM4JCaYg0nLr3oDpIi/GuwNxcdTAwMTKplTHCviexMzxcdTAwMDRocPtcdTAwMWFcdTAwMTXLyGlcdTAwMGb011x1MDAwNMV0QWGLXHUwMDEz8Vx1MDAwYs9cdTAwMTRjXGbruelcdTAwMTM/5uz4dnVjffe+e/WwuVVeXb/f2V9cdTAwMWF/0KxlXHUwMDE2wIRaW/We7KRmXFxCcXOPdoZLbiw2qmc4cFx1MDAxMf6COreEwGWJXHUwMDEyauOn/JnTuIrBTlx1MDAxMbV414VcdTAwMDfGV3l3J//SeGm4/qPX0dmWUNxcdTAwMTdcZlx1MDAxMvEpoaOTWFxcS8JAXHUwMDE4JCAgTE3ar1x1MDAxNVxy7sryrnS3IFx1MDAwMWW4XHUwMDFjS8NLvmFonWRDXHUwMDEzvLw1WjBn0nv54qH31tm/Or56e1g/2e9cdTAwMTZcdTAwMDQtPGZ+ktpKgivlPnKTY1x1MDAwYpWUI1iyXHUwMDA3yzeH3ORiXHUwMDA1VEqAIcje+rdcdTAwMTJQRnnCMlx1MDAxYuYgZHE2vVxyNf0tr3y2dt95Nk63j+3uy/bqScZFXHUwMDE0YjeCa5k/6jvjXl5cdTAwMTC4XHUwMDA22LNkXHUwMDE1ZlayLKPIluLkUoDoMmWUsVx1MDAwND8vQNJcdTAwMDSdYrChdfG0qfeqt8+lZr710KiXuqrbzrqM+nxTluF2qZCMci1wXHUwMDE1tEDyVoc7qDMsolx1MDAwMETRqLhvSOeTmEFX8XxocNOc4FxcTlEl3+Zq98V2T3Luded+o2yv61x1MDAxYieZXHUwMDFmiMOInlx1MDAwYmP4u4hcdTAwMDY5cfxcdTAwMGVcdTAwMTatXHRcdTAwMThYJ3BcdTAwMWTKXGL1bNZcdTAwMDY2MeaDbzFH1pSlzWsm1cldbFx1MDAxNZJLZSTWeVJcdTAwMGLoy9qqbleOSoXrztbT09He/erF6dJipdlSxlxcM8JwT1x1MDAxMOfOacrHOadAcCxlcDc0zr4vqkw+j6l3zLwo4ZT7XHUwMDFiXHJcdTAwMTQrXHUwMDFlm2ySWDeG25Y+ULo8qvZPSvtcdTAwMDctU1xcazw9Xffeilx1MDAwN5lcdTAwMWZ4Z5L5uzpcdTAwMDRFMn/F2HiVnFx1MDAxM1x1MDAxNVgpuqB5YkWJXHUwMDE2YFx1MDAxZcF5o1x1MDAwN4+QzsBcdTAwMTf5jN2ZlmDQl1O/sKBcdTAwMTKBVuNF9/R65Uah4X10xf5q9Fx1MDAxYYV+oVP+c6XULOMwVKPprXTLjdJKs/NcdTAwMGL3YcCTpZVaQMaX01x1MDAxM/jlY6abkEruXCJMREg6PlmHXHUwMDE1PMSv6Vx1MDAwMdJV55bzw9VDV2+d2Wv6fNIuXVx1MDAxY2Vdw1x1MDAwNY4mcvnJaTHaYaBAwVx1MDAxZNhaR1x1MDAxZNdULahnfy58XHUwMDE2XG6HK61bTrljWfjIJmySktRiRKPTXHUwMDBi6M3mgVs/koptbvZz1fX1SqH7M+PT81IotP1cXDhcdTAwMWN1XHUwMDFh51x1MDAwNFx1MDAwMvDuwCswcFxyXHUwMDAwnb7GeFx1MDAxOFx1MDAxYmHOXHUwMDAzXHUwMDFkaSbA1MiYrXaZls5cdPRcdTAwMGXxIaZRVuONSVx1MDAwZuCTZ/cyKZ/OJ3x7Z25cdTAwMThhTVx1MDAxOPRnUVwihIK3ke+8XG6xXHUwMDEyOnN/XHUwMDE2p1x1MDAxNGSPKot7XHUwMDE1XHKOXGZGiKfGY1xmXGY8XHUwMDFlM4zeJVx1MDAxNsi4sL+7PysvXHUwMDFi+fb6wfrdW+7sQVx1MDAxNrpb5dvTjbR9VMm8byOfP1V/1lx1MDAxN9ggXHUwMDEy3/dcdTAwMWL2k/kkIDSQb15UP5mKX0nCcPOjXHUwMDAw95fe80WL1dKg2axbXHUwMDE0LdFGWFx1MDAxY1BWUkRwV+CjzFx08CsqoUP5i9RcdTAwMTWGXHUwMDE4pS3u/tE8xv1RTVxmxFpOYuJcdTAwMWKbUUP2xVqFXHUwMDEz7nO0L/NcdTAwMTTRyGjsvdVHYSNcdTAwMWajSPeeNjr75KQ46ZU7NZBd+Os/XHUwMDE5IaSxqCnLXHSOM6a57PN4ocOli7v0TJqteaxiQ1x1MDAwMMCMcFP0ib557Vx1MDAxYnq2uZM7vNrurf488k5vd1x1MDAwYsvT61x1MDAxOUMuxvyxSVx0imustHQ8qWKIXHUwMDAzb6xcZlo5vVx1MDAxOFpcbuR7Qo42S1x1MDAxZC7KXHJcYndcdTAwMDJPLbZcdTAwMWRcdEeXM0RpkbPPXHUwMDA2RXKpKZVBpmKQlej+atS8P1dqlY9cdTAwMTHk351KSX28edDWJodcdTAwMDDBjNy4p1x1MDAxNlx1MDAxYWRcXE9cdTAwMTFcdTAwMDIkb5HMZFxiXHUwMDAwXoJcdTAwMDDCZlx1MDAwMqvczMoxdfZcdN5cdTAwMTRcdTAwMTVcdTAwMDDSud82ulx1MDAxOII3S7ChRTqG15xF8U4zhXQ4XHUwMDExxItcdTAwMTCaOIWNTr9cdTAwMTn7X17kuPjpvd21XHUwMDBlj24qtYP2bvGq8bfG0spcblx1MDAxN2hcdTAwMTJYXHUwMDE0luY6dlpa+qPl07jc6LuUcSitqFwixnBjXHUwMDE56qFcdTAwMTmjRVx1MDAwNSzNicOmXCJ/4l6J+DrG17A0M0SBXHUwMDA2a86x8dFFUVx1MDAxOSBccpxG+lx1MDAxMsaxQU1cdTAwMDf3eFxmXHUwMDFhuyHGXHUwMDA3I5LNZoVcdTAwMTgkzbCLXHSiXHUwMDE4a1x1MDAxNFx1MDAwYsyVTlx1MDAwM6Rf4c+tXHUwMDBl/EI5mCqdK4ye4HxcdTAwMTJg9OtK+GhfoXdcdTAwMWJErfpl466hN2u1fGFvg5ZcdTAwMWWuNlx1MDAwYlx1MDAwMSyX4J79cSQrXHSYdfW+b8vwsVZxuFx1MDAxMWRIVe1o4HxcdTAwMWbyqqwjQn2yatiI0Fx1MDAwZlSKOKfUZ24pQVx1MDAxMWfAr5Hq9LtNzJT69lx1MDAxOVx1MDAwMlOlcIIy1PHgq1tsXHUwMDFkylx1MDAxOcEwdk7TSzau2iPnXGIhbOO01MuoYoDKxzPpcCa4tNPU2Y7cyfHFw7mrP7yUyjeds7PeJXdcdTAwMTnvlaNcdTAwMTY39NBcdTAwMGaS3/HBQM6Io1xue479fs5cdTAwMDRcdTAwMDf025vlXHUwMDE4wFhsXGKwS+lEMsJcdTAwMDVdXVpcdTAwMTn9Y1x1MDAwMLt+XHUwMDE0Wq0zXHUwMDBm3vLHXHUwMDA3O9+P51q5v1x1MDAxNtVcdTAwMWTj/yB88yVcdTAwMWPFqIyn++9ff/z1f7qqjCUifQ== + + + + Thanos Queriers (1...n)Grafana DatasourceThanos Query UIThanos Query FrontendThanos Store GatewayHTTP request (with header)HTTP request(with header)No headerThanos Query FrontendThanos RulerThanos Queriers (1...n)HeaderpropagationHeaderpropagationLabel enforcement logic enabledNo headerHeader propagation(gRPC)query initiatorThanos Store GatewayHeader propagation(if header present)GuideThanos Rulertenant header unaware, does not send orforward itThanos Queriers (1...n)tenant header aware, forwardsit, if presentThanos Query Frontend \ No newline at end of file diff --git a/docs/operating/compactor-backlog.md b/docs/operating/compactor-backlog.md index b0c494601c..769b251b8a 100644 --- a/docs/operating/compactor-backlog.md +++ b/docs/operating/compactor-backlog.md @@ -4,6 +4,20 @@ The compactor is one of the most important components in Thanos. It is responsib When your system contains a lot of block producers (Sidecar, Rule, Receiver, etc) or the scale is large, the compactor might not be able to keep up with the data producing rate and it falls behind, which causes a lot of backlogged work. This document will help you to troubleshoot the backlog compaction issue and how to scale the compactor. +## Make sure compactors are `running` + +Before checking whether your compactor has backlog issues, please make sure compactors are `running`. `Running` here means compactors don't halt. + +If compactors halt, any compaction or downsample process stops so it is crucial to make sure no halt happens for compactor deployment. + +`thanos_compact_halted` metric will be set to 1 when halt happens. You can also find logs like below, telling that compactor is halting. + +``` +msg="critical error detected; halting" err="compaction failed... +``` + +There could be different reasons that caused the compactor to halt. A very common case is overlapping blocks. Please refer to our doc https://thanos.io/tip/operating/troubleshooting.md/#overlaps for more information. + ## Detect the backlog Self-monitoring for the monitoring system is important. We highly recommend you set up the Thanos Grafana dashboards and alerts to monitor the Thanos components. Without self-monitoring, it is hard to detect the issue and fix the problems. diff --git a/docs/operating/cross-cluster-tls-communication.md b/docs/operating/cross-cluster-tls-communication.md index 81f22cf752..77d370f7f5 100644 --- a/docs/operating/cross-cluster-tls-communication.md +++ b/docs/operating/cross-cluster-tls-communication.md @@ -72,15 +72,15 @@ metadata: - '--http-address=0.0.0.0:10902' - '--query.replica-label=replica' - >- - --store=dnssrv+_grpc._tcp.thanos-global-test-storegateway.thanos-global.svc.cluster.local + --endpoint=dnssrv+_grpc._tcp.thanos-global-test-storegateway.thanos-global.svc.cluster.local - >- - --store=dnssrv+_grpc._tcp.thanos-global-test-sidecar.thanos-global.svc.cluster.local + --endpoint=dnssrv+_grpc._tcp.thanos-global-test-sidecar.thanos-global.svc.cluster.local - >- - --store=dnssrv+_grpc._tcp.thanos-global-test-ruler.thanos-global.svc.cluster.local + --endpoint=dnssrv+_grpc._tcp.thanos-global-test-ruler.thanos-global.svc.cluster.local - >- - --store=dnssrv+_[port_name]._tcp.[service-name].[namespace].svc.cluster.local + --endpoint=dnssrv+_[port_name]._tcp.[service-name].[namespace].svc.cluster.local - >- - --store=dnssrv+_[port_name_2]._tcp.[service-name].[namespace].svc.cluster.local + --endpoint=dnssrv+_[port_name_2]._tcp.[service-name].[namespace].svc.cluster.local ports: - name: http containerPort: 10902 diff --git a/docs/operating/multi-tenancy.md b/docs/operating/multi-tenancy.md index a52741505d..22c26f8396 100644 --- a/docs/operating/multi-tenancy.md +++ b/docs/operating/multi-tenancy.md @@ -2,4 +2,4 @@ Thanos supports multi-tenancy by using external labels. For such use cases, the [Thanos Sidecar](../components/sidecar.md) based approach with layered [Thanos Queriers](../components/query.md) is recommended. -You can also use the [Thanos Receiver](../components/receive.md) however, we don't recommend it to achieve a global view of data of a single-tenant. Also note that, multi-tenancy may also be achievable if ingestion is not user-controlled, as then enforcing of labels, for example using the [prom-label-proxy](https://github.com/openshift/prom-label-proxy) (please thoroughly understand the mechanism if intending to employ this mechanism, as the wrong configuration could leak data). +You can also use the [Thanos Receiver](../components/receive.md) however, we don't recommend it to achieve a global view of data of a single-tenant. Also note that, multi-tenancy may also be achievable if ingestion is not user-controlled, as then enforcing of labels, for example using the [prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) (please thoroughly understand the mechanism if intending to employ this mechanism, as the wrong configuration could leak data). diff --git a/docs/proposals-accepted/20221129-avoid-global-sort.md b/docs/proposals-accepted/20221129-avoid-global-sort.md index 19de5d88b5..1a56a74140 100644 --- a/docs/proposals-accepted/20221129-avoid-global-sort.md +++ b/docs/proposals-accepted/20221129-avoid-global-sort.md @@ -1,7 +1,12 @@ -## Avoid Global Sort on Querier Select +--- +type: proposal +title: Avoid Global Sort on Querier Select +status: approved +owner: bwplotka,fpetkovski +menu: proposals-accepted +--- -* **Owners:** - * @bwplotka, @fpetkovski +## Avoid Global Sort on Querier Select * **Related Tickets:** * https://github.com/thanos-io/thanos/issues/5719 diff --git a/docs/proposals-done/202005-query-logging.md b/docs/proposals-done/202005-query-logging.md index eb17a7e4a5..9894fa2be3 100644 --- a/docs/proposals-done/202005-query-logging.md +++ b/docs/proposals-done/202005-query-logging.md @@ -131,8 +131,8 @@ For HTTP, all these nice middlewares are not present, so we need to code up our **Policy of Request Logging** : We are going to use the following middleware decider for achieving the above objectives - -* [`logging.WithDecider`](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v2/interceptors/logging/options.go#L51) - This `option` would help us in deciding the logic whether a given request should be logged or not. This should help in logging specific / all queries. It is all pre request interception. -* [`logging.WithLevels`](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v2/interceptors/logging/options.go#L58) - This `option` would help us in fixating the level of query that we might want to log. So based on a query hitting a certain criteria, we can switch the levels of it. +* [`logging.WithDecider`](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v2.0.0-rc.5/interceptors/logging/options.go#L51) - This `option` would help us in deciding the logic whether a given request should be logged or not. This should help in logging specific / all queries. It is all pre request interception. +* [`logging.WithLevels`](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v2.0.0-rc.5/interceptors/logging/options.go#L58) - This `option` would help us in fixating the level of query that we might want to log. So based on a query hitting a certain criteria, we can switch the levels of it. * For using the request-id, we can store the request-id in the metadata of the `context`, and while logging, we can use it. * Same equivalent for the HTTP can be implemented for mirroring the logic of *gRPC middlewares*. * So we would generally have request logging and options: diff --git a/docs/proposals-accepted/202301-distributed-query-execution.md b/docs/proposals-done/202301-distributed-query-execution.md similarity index 100% rename from docs/proposals-accepted/202301-distributed-query-execution.md rename to docs/proposals-done/202301-distributed-query-execution.md diff --git a/docs/proposals-done/202304-query-path-tenancy.md b/docs/proposals-done/202304-query-path-tenancy.md new file mode 100644 index 0000000000..498810c723 --- /dev/null +++ b/docs/proposals-done/202304-query-path-tenancy.md @@ -0,0 +1,133 @@ +--- +type: proposal +title: Tenancy awareness in query path +status: accepted +owner: douglascamata +menu: proposals-accepted +--- + +## Tenancy awareness in query path + +* **Owners:** + * [@douglascamata](https://github.com/douglascamata) + +* **Related Tickets:** + * [Querier: Added native multi-tenancy support](https://github.com/thanos-io/thanos/pull/4141). + * [Proposal: Native Multi-tenancy Support](https://github.com/thanos-io/thanos/pull/4055) + +* **Other docs:** + * [Multi-tenancy in Thanos](https://thanos.io/tip/operating/multi-tenancy.md/) + +This design doc proposes to add tenancy awareness in the query path. + +## Why + +In a multi-tenant environment, it is important to be able to identify which tenants are experiencing issues and configure (e.g. with different limits) each one of them individually and according to their usage of the platform so that the quality of service can be guaranteed to all the tenants. + +### Pitfalls of the current solution + +The current lack of tenancy awareness in Thanos' query path makes it impossible to investigate issues related to multi-tenancy without the use of external tools, proxies, or deploying a full dedicated query path for each tenant (including one Query Frontend if the setup needs it, one Querier, and one Storage Gateway, to be as complete as possible). For example, it's impossible to determine which tenants are experiencing high latency or high error rates + +## Goals + +* Allow the query path components to be configurable to identify tenants, opening the way to the implementation per-tenant features on the query path without needing to run multiple copies of the components, each dedicated to a single tenant. These features include, but aren't limited to, the following: + * Per-tenant observability. + * Per-tenant settings. For example, having different limits per tenant, which is a common request. + * Per-tenant billing. + * Ensure a tenant's query does not end up returning data from a different tenant, through enforcing presence of one or more tenant labels in queries. +* Strive for being compatible with other tools, such as Cortex, as much as possible. This make adoption, migration, and collaboration between projects to become easier. + +### Tenancy model + +The tenancy model for queries differ from the one used in Thanos Receive, where the tenant indicates who owns that data. From a query perspective, the tenant will indicate who is initiating such query. Although this proposal will use this tenant to automatically enforce a tenant label matcher into the query, whenever cross-tenant querying is implemented (not part of this proposal) this behavior could likely change. + +### Audience + +Any team running Thanos in a multi-tenant environment. For example, a team running a monitoring-as-a-service platform. For example, a team running a monitoring-as-a-service platform. + +## Non-Goals + +* Add multi-tenancy to Thanos Ruler. +* Implement cross-tenant querying. It poses the question about how to track metrics of a multi-tenant query, probably requiring new logic for query splitting and/or separation of the concepts of query initiator tenant and query target tenants. To exemplify: if tenant A executes a query touching their own data and tenant B data (imagine a label matcher `tenant_id=~"A|B"`), how does Thanos export a request duration metric about this query? This is out of scope and an specific proposal can be created for it. + +## How + +* Implement a mechanism to allow incoming requests to specify the tenant triggering the query using an HTTP header. This only needs to be configurable at the Query Frontend and Querier. + * This is needed in the Query Frontend because it needs per-tenant observability and configuration. +* We follow the example of Thanos Receive, which uses the `--receive.tenant-header="THANOS-TENANT"` flag to configure the tenant header, adapting its name to each component. So in the Querier, the flag name will be `--querier.tenant-header="THANOS-TENANT` and in the Query Frontend it will be `--query-frontend.tenant-header="THANOS-TENANT"`. This ensures we have consistency across components and make adoption easier for those already using a custom header name in Receive or coming from other alternative tools, like Cortex. +* The tenant header value from a given request should travel downstream to all the components being called, so that it can be added to their metrics, traces, and logs without requiring duplicated/extra work to re-parse the query. This applies to gRPC calls in a different fashion, where gRPC metadata should be used. + * In this case, the header name should be hardcoded and standardized between the components. +* Implement a command line flag in the Querier component that will turn on the enforcement of a tenant label selector in queries. Name suggestion for the flag: `--querier.tenancy="false"`. + * The label verification and enforcement should be done by reusing prom-label-proxy's [Enforce.EnforceMatchers](https://github.com/prometheus-community/prom-label-proxy/blob/main/injectproxy/enforce.go#L141). There's no reason to (re)implement something specific and special for Thanos. + * This behavior should be implemented as part of the base logic of both the HTTP and gRPC query APIs, before the query is handed to the query engine. This allows users managing complex Querier trees can choose where they want this logic to be enabled. +* Implement a command line flag in the Querier component that will indicate with label name that should be used to enforce tenancy. + * Following the example of Thanos Receive for consistency, and use `--query.tenant-label-name="tenant_id"` flag to identify the tenancy label. +* Update metrics exported by the components in the query path to include the tenant label when it's available. +* Implement a tenant selector in the Query Frontend UI, which should communicate the tenant to Query Frontend using the HTTP header. + +### TL;DR: + +Identifying and transporting tenant information between requests: + +* Happens in Query Frontend (optional component to help scale queries) and Querier. +* Customizable header name for picking up the tenant of incoming queries. Use `THANOS-TENANT` as default value. Consistent with the behavior of Thanos Receive. +* Hardcoded opinionated header to carry tenant information in internal communication between components, reducing configuration flags. +* In gRPC requests propagate tenant identification using gRPC metadata. + +Enforcing tenancy label in queries: + +* Happens in Querier only. +* Enabled by a single configuration flag if using default values for tenant label name and tenant header name. +* Uses tenant identified through the header. +* Enforces the presence of the configured tenant label name and matches with the identified tenant. Uses `tenant_id` as default label name. Consistent with the behavior of Thanos Receive. + +
+ +
Diagram also available online.
+
+ +## Alternatives + +### Alternative implementations + +#### Apply verification and enforcement logic in the Query Frontend instead of Querier. + +The Query Frontend is an optional component on any Thanos deployment, while the Querier is always present. Plus, there might be deployments with multiple Querier layers where one or more might need to apply tenant verification and enforcement. On top of this, doing it in the Querier supports future work on using the [new Thanos PromQL engine](https://github.com/thanos-community/promql-engine), which can potentially make the Query Frontend unnecessary. + +#### Add the tenant identification as an optional field in the Store API protobuffer spec instead of an HTTP header. + +Pros: + +* There's no guessing where the tenant information is passed through. It would be passed always through the same field in the gRPC message. + +Cons: + +* It's still needed to identify the tenant from incoming requests sent to Query Frontend and Querier via HTTP headers. +* Creates inconsistency between components on how the tenant information is passed through. In Receive, for example, it's passed through a header. This hurts code reusability and understanding. +* Creates inconsistency between APIs. We have other APIs besides the Store API. We can set the standard of an internal and hardcoded header for the HTTP requests and gRPC metadata for the gRPC requests. +* Even though Thanos itself doesn't implementation authentication, the query tenancy can be seen as result of authentication. Semantically, headers are often used to convey results of authentication. +* Incompatible with other tools and projects. Using a header in the HTTP communication allows Thanos to be compatible with Cortex and other monitoring tools. This is a plus for adoption, migration, and collaboration between the projects. + +### Alternative solutions + +#### Use a proxy to enforce and identify tenants in queries. + +While this could work for some of the features, like exporting per-tenant metrics, it would have to be inserted in front of many different components. Meanwhile, it doesn't solve the requirement for per-tenant configuration. + +### Use a separate query path for each tenant. + +This incurs in a lot of wasted resources and demands manual work, unless a central tenant configuration is used and a controller is built around it to automatically manage the query paths. + +## Action Plan + +1. Query Frontend + 1. Add `--query-frontend.tenant-header="THANOS-TENANT"` flag to forward the tenant ID from incoming requests to downstream query endpoints. + 2. Use `Thanos-Tenant` (hardcoded) as the internal header name for these downstream requests. + 3. In the Query Frontend UI, add a textbox for entering tenant names to be sent with the configured tenant header name. + 4. Update Query Frontend metrics to include a tenant label based on the header. +2. Querier + 1. Add flags `--querier.tenant-header="THANOS-TENANT"`, `--querier.default-tenant="default-tenant"` to identify and forward tenant ID in internal communications. + 2. Add flags `--querier.tenant-label="tenant-id"` and `--querier.tenancy="false"` to enable tenancy, identify the tenant, verify and enforce the tenant label in queries using [prom-label-proxy's Enforce.EnforceMatchers](https://github.com/prometheus-community/prom-label-proxy/blob/main/injectproxy/enforce.go#L141). + 3. Update Querier metrics to include a tenant label based on the header. +3. Store Gateway + 1. Use the internal tenant header to identify tenant in requests and include it in Store Gateway metrics. diff --git a/docs/quick-tutorial.md b/docs/quick-tutorial.md index 5c2e5b6627..0e03877bbd 100644 --- a/docs/quick-tutorial.md +++ b/docs/quick-tutorial.md @@ -80,6 +80,7 @@ If you are not interested in backing up any data, the `--objstore.config-file` f * *[Example Kubernetes manifests using Prometheus operator](https://github.com/coreos/prometheus-operator/tree/master/example/thanos)* * *[Example Deploying Sidecar using official Prometheus Helm Chart](../tutorials/kubernetes-helm/README.md)* * *[Details & Config for other object stores](storage.md)* +* *[Example Thanos Setup integrated with Cilium(Service Map)](../tutorials/thanos-with-cilium/README.md)* ### Store API @@ -131,9 +132,9 @@ Below, we will set up a Thanos Querier to connect to our Sidecars, and expose it ```bash thanos query \ --http-address 0.0.0.0:19192 \ # HTTP Endpoint for Thanos Querier UI - --store 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query - --store 1.2.3.5:19090 \ # Also repeatable - --store dnssrv+_grpc._tcp.thanos-store.monitoring.svc # Supports DNS A & SRV records + --endpoint 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query + --endpoint 1.2.3.5:19090 \ # Also repeatable + --endpoint dnssrv+_grpc._tcp.thanos-store.monitoring.svc # Supports DNS A & SRV records ``` Go to the configured HTTP address, which should now show a UI similar to that of Prometheus. You can now query across all Prometheus instances within the cluster. You can also check out the Stores page, which shows all of your stores. @@ -162,8 +163,8 @@ Ensure your Prometheus instances have been reloaded with the configuration you d ```bash thanos query \ --http-address 0.0.0.0:19192 \ - --store 1.2.3.4:19090 \ - --store 1.2.3.5:19090 \ + --endpoint 1.2.3.4:19090 \ + --endpoint 1.2.3.5:19090 \ --query.replica-label replica # Replica label for deduplication --query.replica-label replicaX # Supports multiple replica labels for deduplication ``` @@ -182,9 +183,9 @@ There are various ways to tell Thanos Querier about the Store APIs it should que thanos query \ --http-address 0.0.0.0:19192 \ # Endpoint for Thanos Querier UI --grpc-address 0.0.0.0:19092 \ # gRPC endpoint for Store API - --store 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query - --store 1.2.3.5:19090 \ # Also repeatable - --store dns+rest.thanos.peers:19092 # Use DNS lookup for getting all registered IPs as separate Store APIs + --endpoint 1.2.3.4:19090 \ # Static gRPC Store API Address for the query node to query + --endpoint 1.2.3.5:19090 \ # Also repeatable + --endpoint dns+rest.thanos.peers:19092 # Use DNS lookup for getting all registered IPs as separate Store APIs ``` Read more details [here](service-discovery.md). diff --git a/docs/release-process.md b/docs/release-process.md index bee9247cca..7fba14d509 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -21,36 +21,40 @@ Release shepherd responsibilities: * Perform releases (from first RC to actual release). * Announce all releases on all communication channels. -| Release | Time of first RC | Shepherd (GitHub handle) | -|---------|----------------------|-------------------------------| -| v0.32.0 | (planned) 2023.03.09 | No one ATM | -| v0.31.0 | (planned) 2023.01.26 | No one ATM | -| v0.30.0 | 2022.12.21 | `@bwplotka` | -| v0.29.0 | 2022.10.21 | `@GiedriusS` | -| v0.28.0 | 2022.08.22 | `@yeya24` | -| v0.27.0 | 2022.06.21 | `@wiardvanrij` and `@matej-g` | -| v0.26.0 | 2022.04.29 | `@wiardvanrij` | -| v0.25.0 | 2022.03.01 | `@bwplotka` and `@matej-g` | -| v0.24.0 | 2021.12.22 | `@squat` | -| v0.23.0 | 2021.09.02 | `@bwplotka` | -| v0.22.0 | 2021.07.06 | `@GiedriusS` | -| v0.21.0 | 2021.05.28 | `@metalmatze` and `@onprem` | -| v0.20.0 | 2021.04.23 | `@kakkoyun` | -| v0.19.0 | 2021.03.02 | `@bwplotka` | -| v0.18.0 | 2021.01.06 | `@squat` | -| v0.17.0 | 2020.11.18 | `@metalmatze` | -| v0.16.0 | 2020.10.26 | `@bwplotka` | -| v0.15.0 | 2020.08.12 | `@kakkoyun` | -| v0.14.0 | 2020.07.10 | `@kakkoyun` | -| v0.13.0 | 2020.05.13 | `@bwplotka` | -| v0.12.0 | 2020.04.15 | `@squat` | -| v0.11.0 | 2020.02.19 | `@metalmatze` | -| v0.10.0 | 2020.01.08 | `@GiedriusS` | -| v0.9.0 | 2019.11.26 | `@bwplotka` | -| v0.8.0 | 2019.10.09 | `@bwplotka` | -| v0.7.0 | 2019.08.28 | `@domgreen` | -| v0.6.0 | 2019.07.12 | `@GiedriusS` | -| v0.5.0 | 2019.06.31 | `@bwplotka` | +| Release | Time of first RC | Shepherd (GitHub handle) | +|---------|------------------|-------------------------------| +| v0.36.0 | 2024.06.26 | `@MichaHoffmann` | +| v0.35.0 | 2024.04.09 | `@saswatamcode` | +| v0.34.0 | 2024.01.14 | `@MichaHoffmann` | +| v0.33.0 | 2023.10.24 | `@MichaHoffmann` | +| v0.32.0 | 2023.08.23 | `@saswatamcode` | +| v0.31.0 | 2023.03.23 | `@fpetkovski` | +| v0.30.0 | 2022.12.21 | `@bwplotka` | +| v0.29.0 | 2022.10.21 | `@GiedriusS` | +| v0.28.0 | 2022.08.22 | `@yeya24` | +| v0.27.0 | 2022.06.21 | `@wiardvanrij` and `@matej-g` | +| v0.26.0 | 2022.04.29 | `@wiardvanrij` | +| v0.25.0 | 2022.03.01 | `@bwplotka` and `@matej-g` | +| v0.24.0 | 2021.12.22 | `@squat` | +| v0.23.0 | 2021.09.02 | `@bwplotka` | +| v0.22.0 | 2021.07.06 | `@GiedriusS` | +| v0.21.0 | 2021.05.28 | `@metalmatze` and `@onprem` | +| v0.20.0 | 2021.04.23 | `@kakkoyun` | +| v0.19.0 | 2021.03.02 | `@bwplotka` | +| v0.18.0 | 2021.01.06 | `@squat` | +| v0.17.0 | 2020.11.18 | `@metalmatze` | +| v0.16.0 | 2020.10.26 | `@bwplotka` | +| v0.15.0 | 2020.08.12 | `@kakkoyun` | +| v0.14.0 | 2020.07.10 | `@kakkoyun` | +| v0.13.0 | 2020.05.13 | `@bwplotka` | +| v0.12.0 | 2020.04.15 | `@squat` | +| v0.11.0 | 2020.02.19 | `@metalmatze` | +| v0.10.0 | 2020.01.08 | `@GiedriusS` | +| v0.9.0 | 2019.11.26 | `@bwplotka` | +| v0.8.0 | 2019.10.09 | `@bwplotka` | +| v0.7.0 | 2019.08.28 | `@domgreen` | +| v0.6.0 | 2019.07.12 | `@GiedriusS` | +| v0.5.0 | 2019.06.31 | `@bwplotka` | # For maintainers: Cutting individual release diff --git a/docs/sharding.md b/docs/sharding.md index 2a6bf1c7c4..f943ec071b 100644 --- a/docs/sharding.md +++ b/docs/sharding.md @@ -2,9 +2,9 @@ # Background -Currently, all components that read from object store assume that all the operations and functionality should be done based on **all** the available blocks that are present in the certain bucket's root directory. +By default, all components that read from object store assume that all the operations and functionality should be done based on **all** the available blocks that are present in the given bucket's root directory. -This is in most cases totally fine, however with time and allowance of storing blocks from multiple `Sources` into the same bucket, the number of objects in a bucket can grow drastically. +This is in most cases totally fine, however when storing blocks from many `Sources` over long durations in the same bucket the number of objects in a bucket can grow drastically. This means that with time you might want to scale out certain components e.g: @@ -18,35 +18,28 @@ Queries against store gateway which are touching large number of blocks (no matt # Relabelling -Similar to [promtail](https://grafana.com/docs/loki/latest/clients/promtail/configuration/#relabel_configs) this config will follow native [Prometheus relabel-config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) syntax. +Similar to [promtail](https://grafana.com/docs/loki/latest/clients/promtail/configuration/#relabel_configs) this config follows native [Prometheus relabel-config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) syntax. -Now, thanos only support following relabel actions: +Currently, thanos only supports the following relabel actions: * keep * drop * hashmod - * `external labels` for all components + * on `external labels` for all components - * `__block_id` for store gateway, see this [example](https://github.com/observatorium/configuration/blob/bf1304b0d7bce2ae3fefa80412bb358f9aa176fb/environments/openshift/manifests/observatorium-template.yaml#L1514-L1521) + * on `__block_id` for store gateway, see this [example](https://github.com/observatorium/configuration/blob/bf1304b0d7bce2ae3fefa80412bb358f9aa176fb/environments/openshift/manifests/observatorium-template.yaml#L1514-L1521) -The relabel config defines filtering process done on **every** synchronization with object storage. +The relabel config is used to filter the relevant blocks every time a Thanos component synchronizes with object storage. If a block is dropped, this means it will be ignored by the component. -We will allow potentially manipulating with several of inputs: +Currently, only external labels are allowed as sources. The block will be dropped if the output is an empty label set. -* External labels: - * `` +If no relabel-config is given, all external labels will be kept. -Output: +Example usages: -* If output is empty, drop block. - -By default, on empty relabel-config, all external labels are assumed. - -Example usages would be: - -* Drop blocks which contains external labels cluster=A +* Ignore blocks which contain the external labels `cluster=A` ```yaml - action: drop @@ -55,7 +48,7 @@ Example usages would be: - cluster ``` -* Keep only blocks which contains external labels cluster=A +* Keep only blocks which contain the external labels `cluster=A` ```yaml - action: keep diff --git a/docs/storage.md b/docs/storage.md index f283e5b5e0..14b311230e 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -66,6 +66,7 @@ config: bucket: "" endpoint: "" region: "" + disable_dualstack: false aws_sdk_auth: false access_key: "" insecure: false @@ -93,6 +94,8 @@ config: enable: false list_objects_version: "" bucket_lookup_type: auto + send_content_md5: true + disable_multipart: false part_size: 67108864 sse_config: type: "" @@ -209,7 +212,7 @@ Example working AWS IAM policy for user: To test the policy, set env vars for S3 access for *empty, not used* bucket as well as: ``` -THANOS_TEST_OBJSTORE_SKIP=GCS,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI +THANOS_TEST_OBJSTORE_SKIP=GCS,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI,OBS THANOS_ALLOW_EXISTING_BUCKET_USE=true ``` @@ -243,7 +246,7 @@ We need access to CreateBucket and DeleteBucket and access to all buckets: } ``` -With this policy you should be able to run set `THANOS_TEST_OBJSTORE_SKIP=GCS,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI` and unset `S3_BUCKET` and run all tests using `make test`. +With this policy you should be able to run set `THANOS_TEST_OBJSTORE_SKIP=GCS,AZURE,SWIFT,COS,ALIYUNOSS,BOS,OCI,OBS` and unset `S3_BUCKET` and run all tests using `make test`. Details about AWS policies: https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html @@ -283,6 +286,24 @@ type: GCS config: bucket: "" service_account: "" + use_grpc: false + grpc_conn_pool_size: 0 + http_config: + idle_conn_timeout: 0s + response_header_timeout: 0s + insecure_skip_verify: false + tls_handshake_timeout: 0s + expect_continue_timeout: 0s + max_idle_conns: 0 + max_idle_conns_per_host: 0 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` @@ -357,6 +378,8 @@ type: AZURE config: storage_account: "" storage_account_key: "" + storage_connection_string: "" + storage_create_container: false container: "" endpoint: "" user_assigned_id: "" @@ -388,9 +411,17 @@ config: prefix: "" ``` -If `msi_resource` is used, authentication is done via system-assigned managed identity. The value for Azure should be `https://.blob.core.windows.net`. +If `storage_account_key` is used, authentication is done via storage account key. + +If `user_assigned_id` is used, authentication is done via user-assigned managed identity. -If `user_assigned_id` is used, authentication is done via user-assigned managed identity. When using `user_assigned_id` the `msi_resource` defaults to `https://.` +If `user_assigned_id` or `storage_account_key` is not passed, authentication is attempted with each of these credential types, in the following order, stopping when one provides a token: +- EnvironmentCredential +- WorkloadIdentityCredential +- ManagedIdentityCredential +- AzureCLICredential + +For the first three authentication types, the correct environment variables must be set for authentication to be successful. More information about the required environment variables for each authentication type can be found in the [Azure Identity Client Module for Go documentation](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity). The generic `max_retries` will be used as value for the `pipeline_config`'s `max_tries` and `reader_config`'s `max_retry_requests`. For more control, `max_retries` could be ignored (0) and one could set specific retry values. @@ -429,6 +460,22 @@ config: connect_timeout: 10s timeout: 5m use_dynamic_large_objects: false + http_config: + idle_conn_timeout: 1m30s + response_header_timeout: 2m + insecure_skip_verify: false + tls_handshake_timeout: 10s + expect_continue_timeout: 1s + max_idle_conns: 100 + max_idle_conns_per_host: 100 + max_conns_per_host: 0 + tls_config: + ca_file: "" + cert_file: "" + key_file: "" + server_name: "" + insecure_skip_verify: false + disable_compression: false prefix: "" ``` diff --git a/docs/support/welcome.md b/docs/support/welcome.md new file mode 100644 index 0000000000..c4e48c5582 --- /dev/null +++ b/docs/support/welcome.md @@ -0,0 +1,6 @@ +--- +title: Welcome to Support and Training! +author: Thanos Team +--- + +Anyone who has developed a Thanos training program or offers related services can add themselves to this page by opening a pull request against it. diff --git a/docs/tracing.md b/docs/tracing.md index 8e55672871..3e052fe84a 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -79,6 +79,7 @@ type: OTLP config: client_type: "" service_name: "" + resource_attributes: {} reconnection_period: 0s compression: "" insecure: false @@ -97,6 +98,8 @@ config: key_file: "" server_name: "" insecure_skip_verify: false + sampler_type: "" + sampler_param: "" ``` ### Jaeger @@ -167,7 +170,7 @@ config: ### Lightstep -Client for [Lightstep](https://lightstep.com). +Client for [Lightstep](https://www.servicenow.com/products/observability.html). In order to configure Thanos to interact with Lightstep you need to provide at least an [access token](https://docs.lightstep.com/docs/create-and-use-access-tokens) in the configuration file. The `collector` key is optional and used when you have on-premise satellites. diff --git a/examples/alerts/alerts.md b/examples/alerts/alerts.md index 1e59873cf5..caa89ad0ef 100644 --- a/examples/alerts/alerts.md +++ b/examples/alerts/alerts.md @@ -530,6 +530,33 @@ rules: for: 3h labels: severity: critical +- alert: ThanosReceiveLimitsConfigReloadFailure + annotations: + description: Thanos Receive {{$labels.job}} has not been able to reload the limits configuration. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitsconfigreloadfailure + summary: Thanos Receive has not been able to reload the limits configuration. + expr: sum by(job) (increase(thanos_receive_limits_config_reload_err_total{job=~".*thanos-receive.*"}[5m])) > 0 + for: 5m + labels: + severity: warning +- alert: ThanosReceiveLimitsHighMetaMonitoringQueriesFailureRate + annotations: + description: Thanos Receive {{$labels.job}} is failing for {{$value | humanize}}% of meta monitoring queries. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitshighmetamonitoringqueriesfailurerate + summary: Thanos Receive has not been able to update the number of head series. + expr: (sum by(job) (increase(thanos_receive_metamonitoring_failed_queries_total{job=~".*thanos-receive.*"}[5m])) / 20) * 100 > 20 + for: 5m + labels: + severity: warning +- alert: ThanosReceiveTenantLimitedByHeadSeries + annotations: + description: Thanos Receive tenant {{$labels.tenant}} is limited by head series. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivetenantlimitedbyheadseries + summary: A Thanos Receive tenant is limited by head series. + expr: sum by(job, tenant) (increase(thanos_receive_head_series_limited_requests_total{job=~".*thanos-receive.*"}[5m])) > 0 + for: 5m + labels: + severity: warning ``` ## Replicate diff --git a/examples/alerts/alerts.yaml b/examples/alerts/alerts.yaml index 7d99fdba80..0b1c0422b7 100644 --- a/examples/alerts/alerts.yaml +++ b/examples/alerts/alerts.yaml @@ -274,6 +274,33 @@ groups: for: 3h labels: severity: critical + - alert: ThanosReceiveLimitsConfigReloadFailure + annotations: + description: Thanos Receive {{$labels.job}} has not been able to reload the limits configuration. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitsconfigreloadfailure + summary: Thanos Receive has not been able to reload the limits configuration. + expr: sum by(job) (increase(thanos_receive_limits_config_reload_err_total{job=~".*thanos-receive.*"}[5m])) > 0 + for: 5m + labels: + severity: warning + - alert: ThanosReceiveLimitsHighMetaMonitoringQueriesFailureRate + annotations: + description: Thanos Receive {{$labels.job}} is failing for {{$value | humanize}}% of meta monitoring queries. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitshighmetamonitoringqueriesfailurerate + summary: Thanos Receive has not been able to update the number of head series. + expr: (sum by(job) (increase(thanos_receive_metamonitoring_failed_queries_total{job=~".*thanos-receive.*"}[5m])) / 20) * 100 > 20 + for: 5m + labels: + severity: warning + - alert: ThanosReceiveTenantLimitedByHeadSeries + annotations: + description: Thanos Receive tenant {{$labels.tenant}} is limited by head series. + runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivetenantlimitedbyheadseries + summary: A Thanos Receive tenant is limited by head series. + expr: sum by(job, tenant) (increase(thanos_receive_head_series_limited_requests_total{job=~".*thanos-receive.*"}[5m])) > 0 + for: 5m + labels: + severity: warning - name: thanos-sidecar rules: - alert: ThanosSidecarBucketOperationsFailed diff --git a/examples/alerts/rules.yaml b/examples/alerts/rules.yaml index f18cf5be39..48e86d76ce 100644 --- a/examples/alerts/rules.yaml +++ b/examples/alerts/rules.yaml @@ -44,14 +44,14 @@ groups: / sum by (job) (rate(grpc_server_started_total{job=~".*thanos-receive.*", grpc_type="unary"}[5m])) ) - record: :grpc_server_failures_per_unary:sum_rate + record: :thanos_query_receive_grpc_server_failures_per_unary:sum_rate - expr: | ( sum by (job) (rate(grpc_server_handled_total{grpc_code=~"Unknown|ResourceExhausted|Internal|Unavailable|DataLoss|DeadlineExceeded", job=~".*thanos-receive.*", grpc_type="server_stream"}[5m])) / sum by (job) (rate(grpc_server_started_total{job=~".*thanos-receive.*", grpc_type="server_stream"}[5m])) ) - record: :grpc_server_failures_per_stream:sum_rate + record: :thanos_query_receive_grpc_server_failures_per_stream:sum_rate - expr: | ( sum by (job) (rate(http_requests_total{handler="receive", job=~".*thanos-receive.*", code!~"5.."}[5m])) @@ -95,14 +95,14 @@ groups: / sum by (job) (rate(grpc_server_started_total{job=~".*thanos-store.*", grpc_type="unary"}[5m])) ) - record: :grpc_server_failures_per_unary:sum_rate + record: :thanos_query_store_grpc_server_failures_per_unary:sum_rate - expr: | ( sum by (job) (rate(grpc_server_handled_total{grpc_code=~"Unknown|Internal|Unavailable|DataLoss|DeadlineExceeded", job=~".*thanos-store.*", grpc_type="server_stream"}[5m])) / sum by (job) (rate(grpc_server_started_total{job=~".*thanos-store.*", grpc_type="server_stream"}[5m])) ) - record: :grpc_server_failures_per_stream:sum_rate + record: :thanos_query_store_grpc_server_failures_per_stream:sum_rate - expr: | ( sum by (job) (rate(thanos_objstore_bucket_operation_failures_total{job=~".*thanos-store.*"}[5m])) diff --git a/examples/dashboards/compact.json b/examples/dashboards/compact.json index 8fecc5a2c2..b0f53f004a 100644 --- a/examples/dashboards/compact.json +++ b/examples/dashboards/compact.json @@ -19,7 +19,7 @@ "dashLength": 10, "dashes": false, "datasource": "$datasource", - "description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.", + "description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction resolution.", "fill": 10, "id": 1, "legend": { @@ -46,10 +46,10 @@ "steppedLine": false, "targets": [ { - "expr": "sum by (job, group) (rate(thanos_compact_group_compactions_total{job=~\"$job\"}[$__rate_interval]))", + "expr": "sum by (job, resolution) (rate(thanos_compact_group_compactions_total{job=~\"$job\"}[$__rate_interval]))", "format": "time_series", "intervalFactor": 2, - "legendFormat": "compaction {{job}} {{group}}", + "legendFormat": "compaction {{job}} {{resolution}}", "legendLink": null, "step": 10 } @@ -186,7 +186,7 @@ "dashLength": 10, "dashes": false, "datasource": "$datasource", - "description": "Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction group.", + "description": "Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction resolution.", "fill": 10, "id": 3, "legend": { @@ -213,10 +213,10 @@ "steppedLine": false, "targets": [ { - "expr": "sum by (job, group) (rate(thanos_compact_downsample_total{job=~\"$job\"}[$__rate_interval]))", + "expr": "sum by (job, resolution) (rate(thanos_compact_downsample_total{job=~\"$job\"}[$__rate_interval]))", "format": "time_series", "intervalFactor": 2, - "legendFormat": "downsample {{job}} {{group}}", + "legendFormat": "downsample {{job}} {{resolution}}", "legendLink": null, "step": 10 } diff --git a/examples/dashboards/overview.json b/examples/dashboards/overview.json index 29bd665535..d22b570ec3 100644 --- a/examples/dashboards/overview.json +++ b/examples/dashboards/overview.json @@ -1928,7 +1928,7 @@ "dashLength": 10, "dashes": false, "datasource": "$datasource", - "description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.", + "description": "Shows rate of execution for compactions against blocks that are stored in the bucket.", "fill": 10, "id": 19, "legend": { diff --git a/examples/interactive/interactive_test.go b/examples/interactive/interactive_test.go index b5c7cb6346..664a41c6e9 100644 --- a/examples/interactive/interactive_test.go +++ b/examples/interactive/interactive_test.go @@ -14,6 +14,8 @@ import ( e2edb "github.com/efficientgo/e2e/db" e2einteractive "github.com/efficientgo/e2e/interactive" e2emon "github.com/efficientgo/e2e/monitoring" + e2eprof "github.com/efficientgo/e2e/profiling" + "github.com/efficientgo/e2e/monitoring/promconfig" "github.com/pkg/errors" "github.com/prometheus/common/model" @@ -121,6 +123,9 @@ func TestReadOnlyThanosSetup(t *testing.T) { testutil.Ok(t, err) t.Cleanup(e.Close) + p, err := e2eprof.Start(e) + testutil.Ok(t, err) + m, err := e2emon.Start(e) testutil.Ok(t, err) @@ -349,6 +354,8 @@ func TestReadOnlyThanosSetup(t *testing.T) { // Tracing endpoint. testutil.Ok(t, e2einteractive.OpenInBrowser("http://"+j.Endpoint("http-front"))) + // Profiling Endpoint. + testutil.Ok(t, p.OpenUserInterfaceInBrowser()) // Monitoring Endpoint. testutil.Ok(t, m.OpenUserInterfaceInBrowser()) testutil.Ok(t, e2einteractive.RunUntilEndpointHit()) diff --git a/go.mod b/go.mod index 8b69966d6d..525f7221b8 100644 --- a/go.mod +++ b/go.mod @@ -1,142 +1,178 @@ module github.com/thanos-io/thanos -go 1.18 +go 1.22.0 + +toolchain go1.22.5 require ( - cloud.google.com/go/storage v1.28.1 // indirect - cloud.google.com/go/trace v1.8.0 + cloud.google.com/go/storage v1.40.0 // indirect + cloud.google.com/go/trace v1.10.7 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3 - github.com/NYTimes/gziphandler v1.1.1 - github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 + github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 github.com/alicebob/miniredis/v2 v2.22.0 github.com/blang/semver/v4 v4.0.0 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/cespare/xxhash v1.1.0 - github.com/cespare/xxhash/v2 v2.2.0 - github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 - github.com/chromedp/chromedp v0.8.2 - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/dustin/go-humanize v1.0.0 - github.com/efficientgo/e2e v0.14.1-0.20230413163036-7a7e0bae9913 + github.com/cespare/xxhash/v2 v2.3.0 + github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 + github.com/chromedp/chromedp v0.9.2 + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect + github.com/dustin/go-humanize v1.0.1 + github.com/efficientgo/e2e v0.14.1-0.20230710114240-c316eb95ae5b github.com/efficientgo/tools/extkingpin v0.0.0-20220817170617-6c25e3b627dd github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb github.com/fatih/structtag v1.2.0 - github.com/felixge/fgprof v0.9.2 + github.com/felixge/fgprof v0.9.4 github.com/fortytw2/leaktest v1.3.0 - github.com/fsnotify/fsnotify v1.6.0 + github.com/fsnotify/fsnotify v1.7.0 github.com/go-kit/log v0.2.1 - github.com/go-openapi/strfmt v0.21.3 - github.com/go-redis/redis/v8 v8.11.5 + github.com/go-openapi/strfmt v0.23.0 github.com/gogo/protobuf v1.3.2 github.com/gogo/status v1.1.1 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da - github.com/golang/protobuf v1.5.3 + github.com/golang/protobuf v1.5.4 github.com/golang/snappy v0.0.4 github.com/googleapis/gax-go v2.0.2+incompatible github.com/gorilla/mux v1.8.0 // indirect - github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect - github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect - github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2 v2.0.0-20201002093600-73cf2ae9d891 - github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7 - github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 - github.com/hashicorp/golang-lru v0.6.0 + github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect + github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 github.com/jpillora/backoff v1.0.0 github.com/json-iterator/go v1.1.12 - github.com/klauspost/compress v1.15.9 + github.com/klauspost/compress v1.17.9 github.com/leanovate/gopter v0.2.9 github.com/lightstep/lightstep-tracer-go v0.25.0 github.com/lovoo/gcloud-opentracing v0.3.0 - github.com/miekg/dns v1.1.53 - github.com/minio/minio-go/v7 v7.0.45 // indirect + github.com/miekg/dns v1.1.59 + github.com/minio/minio-go/v7 v7.0.72 // indirect github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f github.com/oklog/run v1.1.0 github.com/oklog/ulid v1.3.1 github.com/olekukonko/tablewriter v0.0.5 github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect - github.com/opentracing/basictracer-go v1.0.0 + github.com/opentracing/basictracer-go v1.1.0 github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect - github.com/prometheus/alertmanager v0.25.0 - github.com/prometheus/client_golang v1.14.0 - github.com/prometheus/client_model v0.3.0 - github.com/prometheus/common v0.42.0 - github.com/prometheus/exporter-toolkit v0.9.1 + github.com/prometheus/alertmanager v0.27.0 + github.com/prometheus/client_golang v1.19.1 + github.com/prometheus/client_model v0.6.1 + github.com/prometheus/common v0.54.1-0.20240615204547-04635d2962f9 + github.com/prometheus/exporter-toolkit v0.11.0 // Prometheus maps version 2.x.y to tags v0.x.y. - github.com/prometheus/prometheus v0.43.1-0.20230414053501-7309ac272195 + github.com/prometheus/prometheus v0.53.2-0.20240718123124-e9dec5fc537b github.com/sony/gobreaker v0.5.0 - github.com/stretchr/testify v1.8.2 - github.com/thanos-community/promql-engine v0.0.0-20230417154848-c2396ed5afd9 - github.com/thanos-io/objstore v0.0.0-20230201072718-11ffbc490204 + github.com/stretchr/testify v1.9.0 + github.com/thanos-io/objstore v0.0.0-20240622095743-1afe5d4bc3cd + github.com/thanos-io/promql-engine v0.0.0-20240718195911-cdbd6dfed36b github.com/uber/jaeger-client-go v2.30.0+incompatible github.com/uber/jaeger-lib v2.4.1+incompatible // indirect github.com/vimeo/galaxycache v0.0.0-20210323154928-b7e5d71c067a - github.com/weaveworks/common v0.0.0-20221201103051-7c2720a9024d - go.elastic.co/apm v1.11.0 - go.elastic.co/apm/module/apmot v1.11.0 - go.opentelemetry.io/contrib/propagators/ot v1.13.0 // indirect - go.opentelemetry.io/otel v1.14.0 - go.opentelemetry.io/otel/bridge/opentracing v1.12.0 - go.opentelemetry.io/otel/sdk v1.14.0 - go.opentelemetry.io/otel/trace v1.14.0 - go.uber.org/atomic v1.10.0 - go.uber.org/automaxprocs v1.5.1 - go.uber.org/goleak v1.2.1 - golang.org/x/crypto v0.7.0 - golang.org/x/net v0.8.0 - golang.org/x/sync v0.1.0 - golang.org/x/text v0.8.0 - golang.org/x/time v0.3.0 - google.golang.org/api v0.114.0 // indirect - google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect - google.golang.org/grpc v1.53.0 + github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5 + go.elastic.co/apm v1.15.0 + go.elastic.co/apm/module/apmot v1.15.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect + go.opentelemetry.io/otel v1.28.0 + go.opentelemetry.io/otel/bridge/opentracing v1.28.0 + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 + go.opentelemetry.io/otel/sdk v1.28.0 + go.opentelemetry.io/otel/trace v1.28.0 + go.uber.org/atomic v1.11.0 + go.uber.org/automaxprocs v1.5.3 + go.uber.org/goleak v1.3.0 + golang.org/x/crypto v0.25.0 + golang.org/x/net v0.27.0 + golang.org/x/sync v0.7.0 + golang.org/x/text v0.16.0 + golang.org/x/time v0.5.0 + google.golang.org/api v0.183.0 // indirect + google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect + google.golang.org/grpc v1.64.0 google.golang.org/grpc/examples v0.0.0-20211119005141-f45e61797429 gopkg.in/alecthomas/kingpin.v2 v2.2.6 - gopkg.in/fsnotify.v1 v1.4.7 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/efficientgo/core v1.0.0-rc.2 - github.com/minio/sha256-simd v1.0.0 + github.com/minio/sha256-simd v1.0.1 ) require ( - cloud.google.com/go v0.110.0 // indirect - cloud.google.com/go/compute v1.18.0 // indirect - cloud.google.com/go/iam v0.12.0 // indirect - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 // indirect - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0 // indirect - github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect - github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1 // indirect - github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 // indirect - go.opentelemetry.io/contrib/samplers/jaegerremote v0.7.0 - go.opentelemetry.io/otel/exporters/jaeger v1.12.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 + cloud.google.com/go v0.114.0 // indirect + cloud.google.com/go/iam v1.1.8 // indirect + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0 // indirect + github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect + go.opentelemetry.io/contrib/samplers/jaegerremote v0.22.0 + go.opentelemetry.io/otel/exporters/jaeger v1.16.0 ) require ( - go.opentelemetry.io/contrib/propagators/autoprop v0.38.0 - go4.org/intern v0.0.0-20220617035311-6925f38cc365 - golang.org/x/exp v0.0.0-20230307190834-24139beb5833 + github.com/cortexproject/promqlsmith v0.0.0-20240506042652-6cfdd9739a5e + github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 + github.com/hashicorp/golang-lru/v2 v2.0.7 + github.com/mitchellh/go-ps v1.0.0 + github.com/onsi/gomega v1.33.1 + github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0 + go.opentelemetry.io/contrib/propagators/autoprop v0.53.0 + go4.org/intern v0.0.0-20230525184215-6c62f75575cb + golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 ) -require go4.org/unsafe/assume-no-moving-gc v0.0.0-20230209150437-ee73d164e760 // indirect +require ( + cloud.google.com/go/auth v0.5.1 // indirect + cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect + github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect + github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect + github.com/cilium/ebpf v0.11.0 // indirect + github.com/containerd/cgroups/v3 v3.0.3 // indirect + github.com/docker/go-units v0.5.0 // indirect + github.com/elastic/go-licenser v0.3.1 // indirect + github.com/go-openapi/runtime v0.27.1 // indirect + github.com/goccy/go-json v0.10.3 // indirect + github.com/godbus/dbus/v5 v5.0.4 // indirect + github.com/golang-jwt/jwt/v5 v5.2.1 // indirect + github.com/google/s2a-go v0.1.7 // indirect + github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible // indirect + github.com/jcchavezs/porto v0.1.0 // indirect + github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect + github.com/onsi/ginkgo v1.16.5 // indirect + github.com/opencontainers/runtime-spec v1.0.2 // indirect + github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect + github.com/sercand/kuberesolver/v4 v4.0.0 // indirect + github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39 // indirect + go.opentelemetry.io/collector/pdata v1.11.0 // indirect + go.opentelemetry.io/collector/semconv v0.104.0 // indirect + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect + go.opentelemetry.io/contrib/propagators/ot v1.28.0 // indirect + go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect + k8s.io/apimachinery v0.30.2 // indirect + k8s.io/client-go v0.30.2 // indirect + k8s.io/klog/v2 v2.130.1 // indirect + k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect +) require ( - cloud.google.com/go/compute/metadata v0.2.3 // indirect + cloud.google.com/go/compute/metadata v0.3.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect + github.com/KimMachineGun/automemlimit v0.6.1 github.com/OneOfOne/xxhash v1.2.6 // indirect github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible // indirect github.com/armon/go-radix v1.0.0 // indirect github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect - github.com/aws/aws-sdk-go v1.44.217 // indirect + github.com/aws/aws-sdk-go v1.54.7 // indirect github.com/aws/aws-sdk-go-v2 v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/config v1.15.1 // indirect github.com/aws/aws-sdk-go-v2/credentials v1.11.0 // indirect @@ -150,101 +186,90 @@ require ( github.com/aws/smithy-go v1.11.1 // indirect github.com/baidubce/bce-sdk-go v0.9.111 // indirect github.com/beorn7/perks v1.0.1 // indirect - github.com/cenkalti/backoff/v4 v4.2.0 // indirect + github.com/cenkalti/backoff/v4 v4.3.0 // indirect github.com/chromedp/sysutil v1.0.0 // indirect github.com/clbanning/mxj v1.8.4 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/dennwc/varint v1.0.0 // indirect - github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect - github.com/dnaeon/go-vcr v1.2.0 // indirect github.com/edsrzf/mmap-go v1.1.0 // indirect github.com/elastic/go-sysinfo v1.8.1 // indirect github.com/elastic/go-windows v1.0.1 // indirect - github.com/felixge/httpsnoop v1.0.3 // indirect - github.com/go-kit/kit v0.12.0 // indirect + github.com/felixge/httpsnoop v1.0.4 // indirect github.com/go-logfmt/logfmt v0.6.0 // indirect - github.com/go-logr/logr v1.2.3 // indirect + github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-ole/go-ole v1.2.6 // indirect - github.com/go-openapi/analysis v0.21.4 // indirect - github.com/go-openapi/errors v0.20.3 // indirect - github.com/go-openapi/jsonpointer v0.19.6 // indirect - github.com/go-openapi/jsonreference v0.20.2 // indirect - github.com/go-openapi/loads v0.21.2 // indirect - github.com/go-openapi/spec v0.20.8 // indirect - github.com/go-openapi/swag v0.22.3 // indirect - github.com/go-openapi/validate v0.22.1 // indirect + github.com/go-openapi/analysis v0.22.2 // indirect + github.com/go-openapi/errors v0.22.0 // indirect + github.com/go-openapi/jsonpointer v0.20.2 // indirect + github.com/go-openapi/jsonreference v0.20.4 // indirect + github.com/go-openapi/loads v0.21.5 // indirect + github.com/go-openapi/spec v0.20.14 // indirect + github.com/go-openapi/swag v0.22.9 // indirect + github.com/go-openapi/validate v0.23.0 // indirect github.com/gobwas/httphead v0.1.0 // indirect github.com/gobwas/pool v0.2.1 // indirect - github.com/gobwas/ws v1.1.0 // indirect + github.com/gobwas/ws v1.2.1 // indirect github.com/gofrs/flock v0.8.1 // indirect github.com/gogo/googleapis v1.4.0 // indirect - github.com/golang-jwt/jwt/v4 v4.5.0 // indirect - github.com/google/go-cmp v0.5.9 + github.com/google/go-cmp v0.6.0 github.com/google/go-querystring v1.1.0 // indirect - github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect - github.com/google/uuid v1.3.0 // indirect - github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect - github.com/googleapis/gax-go/v2 v2.7.1 // indirect - github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect + github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect + github.com/google/uuid v1.6.0 + github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect + github.com/googleapis/gax-go/v2 v2.12.4 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/julienschmidt/httprouter v1.3.0 // indirect - github.com/klauspost/cpuid/v2 v2.1.0 // indirect + github.com/klauspost/cpuid/v2 v2.2.8 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/mozillazg/go-httpheader v0.2.1 // indirect github.com/ncw/swift v1.0.53 // indirect - github.com/oracle/oci-go-sdk/v65 v65.13.0 // indirect - github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect + github.com/oracle/oci-go-sdk/v65 v65.41.1 // indirect + github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/prometheus/common/sigv4 v0.1.0 // indirect - github.com/prometheus/procfs v0.9.0 // indirect + github.com/prometheus/procfs v0.15.1 // indirect + github.com/redis/rueidis v1.0.14-go1.18 github.com/rivo/uniseg v0.2.0 // indirect - github.com/rs/xid v1.4.0 // indirect - github.com/rueian/rueidis v0.0.93 + github.com/rs/xid v1.5.0 // indirect github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect - github.com/sercand/kuberesolver v2.4.0+incompatible // indirect github.com/shirou/gopsutil/v3 v3.22.9 // indirect - github.com/sirupsen/logrus v1.9.0 // indirect + github.com/sirupsen/logrus v1.9.3 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect - github.com/stretchr/objx v0.5.0 // indirect + github.com/stretchr/objx v0.5.2 // indirect github.com/tencentyun/cos-go-sdk-v5 v0.7.40 // indirect - github.com/tidwall/pretty v1.2.0 // indirect github.com/tklauser/go-sysconf v0.3.10 // indirect github.com/tklauser/numcpus v0.4.0 // indirect github.com/weaveworks/promrus v1.2.0 // indirect github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect - go.elastic.co/apm/module/apmhttp v1.11.0 // indirect + go.elastic.co/apm/module/apmhttp v1.15.0 // indirect go.elastic.co/fastjson v1.1.0 // indirect - go.mongodb.org/mongo-driver v1.11.2 // indirect + go.mongodb.org/mongo-driver v1.14.0 // indirect go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 // indirect - go.opentelemetry.io/contrib/propagators/aws v1.13.0 // indirect - go.opentelemetry.io/contrib/propagators/b3 v1.13.0 // indirect - go.opentelemetry.io/contrib/propagators/jaeger v1.13.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect - go.opentelemetry.io/otel/metric v0.37.0 // indirect - go.opentelemetry.io/proto/otlp v0.19.0 // indirect - go.uber.org/multierr v1.9.0 // indirect - golang.org/x/mod v0.9.0 // indirect - golang.org/x/oauth2 v0.6.0 // indirect - golang.org/x/sys v0.6.0 // indirect - golang.org/x/tools v0.7.0 // indirect - golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect - gonum.org/v1/gonum v0.12.0 // indirect - google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.29.1 // indirect + go.opentelemetry.io/contrib/propagators/aws v1.28.0 // indirect + go.opentelemetry.io/contrib/propagators/b3 v1.28.0 // indirect + go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect + go.opentelemetry.io/otel/metric v1.28.0 // indirect + go.opentelemetry.io/proto/otlp v1.3.1 // indirect + go.uber.org/multierr v1.11.0 // indirect + golang.org/x/mod v0.18.0 // indirect + golang.org/x/oauth2 v0.21.0 // indirect + golang.org/x/sys v0.22.0 // indirect + golang.org/x/tools v0.22.0 // indirect + gonum.org/v1/gonum v0.15.0 // indirect + google.golang.org/protobuf v1.34.2 gopkg.in/ini.v1 v1.67.0 // indirect howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect ) @@ -254,10 +279,13 @@ replace ( // Required by Cortex https://github.com/cortexproject/cortex/pull/3051. github.com/bradfitz/gomemcache => github.com/themihai/gomemcache v0.0.0-20180902122335-24332e2d58ab + // Pin kuberesolver/v5 to support new grpc version. Need to upgrade kuberesolver version on weaveworks/common. + github.com/sercand/kuberesolver/v4 => github.com/sercand/kuberesolver/v5 v5.1.1 + github.com/vimeo/galaxycache => github.com/thanos-community/galaxycache v0.0.0-20211122094458-3a32041a1f1e - // Override due to https://github.com/weaveworks/common/issues/239 - google.golang.org/grpc => google.golang.org/grpc v1.45.0 + // Pinning grpc due https://github.com/grpc/grpc-go/issues/7314 + google.golang.org/grpc => google.golang.org/grpc v1.63.2 // Overriding to use latest commit. gopkg.in/alecthomas/kingpin.v2 => github.com/alecthomas/kingpin v1.3.8-0.20210301060133-17f40c25f497 diff --git a/go.sum b/go.sum index 33c196a42e..736e6dd574 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,7 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= +cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -14,6 +15,7 @@ cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOY cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= +cloud.google.com/go v0.75.0/go.mod h1:VGuuCn7PG0dwsd5XPVm2Mm3wlh3EL55/79EKB6hlPTY= cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= @@ -25,91 +27,1352 @@ cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+Y cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= +cloud.google.com/go v0.100.1/go.mod h1:fs4QogzfH5n2pBXBP9vRiU+eCny7lD2vmFZy79Iuw1U= cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A= cloud.google.com/go v0.102.0/go.mod h1:oWcCzKlqJ5zgHQt9YsaeTY9KzIvjyy0ArmiBUgpQ+nc= -cloud.google.com/go v0.110.0 h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys= +cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34hIU= +cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRYtA= +cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= +cloud.google.com/go v0.107.0/go.mod h1:wpc2eNrD7hXUTy8EKS10jkxpZBjASrORK7goS+3YX2I= cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY= +cloud.google.com/go v0.110.2/go.mod h1:k04UEeEtb6ZBRTv3dZz4CeJC3jKGxyhl0sAiVVquxiw= +cloud.google.com/go v0.110.4/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI= +cloud.google.com/go v0.110.6/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI= +cloud.google.com/go v0.110.7/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI= +cloud.google.com/go v0.110.8/go.mod h1:Iz8AkXJf1qmxC3Oxoep8R1T36w8B92yU29PcBhHO5fk= +cloud.google.com/go v0.110.9/go.mod h1:rpxevX/0Lqvlbc88b7Sc1SPNdyK1riNBTUU6JXhYNpM= +cloud.google.com/go v0.110.10/go.mod h1:v1OoFqYxiBkUrruItNM3eT4lLByNjxmJSV/xDKJNnic= +cloud.google.com/go v0.111.0/go.mod h1:0mibmpKP1TyOOFYQY5izo0LnT+ecvOQ0Sg3OdmMiNRU= +cloud.google.com/go v0.112.0/go.mod h1:3jEEVwZ/MHU4djK5t5RHuKOA/GbLddgTdVubX1qnPD4= +cloud.google.com/go v0.114.0 h1:OIPFAdfrFDFO2ve2U7r/H5SwSbBzEdrBdE7xkgwc+kY= +cloud.google.com/go v0.114.0/go.mod h1:ZV9La5YYxctro1HTPug5lXH/GefROyW8PPD4T8n9J8E= +cloud.google.com/go/accessapproval v1.4.0/go.mod h1:zybIuC3KpDOvotz59lFe5qxRZx6C75OtwbisN56xYB4= +cloud.google.com/go/accessapproval v1.5.0/go.mod h1:HFy3tuiGvMdcd/u+Cu5b9NkO1pEICJ46IR82PoUdplw= +cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E= +cloud.google.com/go/accessapproval v1.7.1/go.mod h1:JYczztsHRMK7NTXb6Xw+dwbs/WnOJxbo/2mTI+Kgg68= +cloud.google.com/go/accessapproval v1.7.2/go.mod h1:/gShiq9/kK/h8T/eEn1BTzalDvk0mZxJlhfw0p+Xuc0= +cloud.google.com/go/accessapproval v1.7.3/go.mod h1:4l8+pwIxGTNqSf4T3ds8nLO94NQf0W/KnMNuQ9PbnP8= +cloud.google.com/go/accessapproval v1.7.4/go.mod h1:/aTEh45LzplQgFYdQdwPMR9YdX0UlhBmvB84uAmQKUc= +cloud.google.com/go/accessapproval v1.7.5/go.mod h1:g88i1ok5dvQ9XJsxpUInWWvUBrIZhyPDPbk4T01OoJ0= +cloud.google.com/go/accesscontextmanager v1.3.0/go.mod h1:TgCBehyr5gNMz7ZaH9xubp+CE8dkrszb4oK9CWyvD4o= +cloud.google.com/go/accesscontextmanager v1.4.0/go.mod h1:/Kjh7BBu/Gh83sv+K60vN9QE5NJcd80sU33vIe2IFPE= +cloud.google.com/go/accesscontextmanager v1.6.0/go.mod h1:8XCvZWfYw3K/ji0iVnp+6pu7huxoQTLmxAbVjbloTtM= +cloud.google.com/go/accesscontextmanager v1.7.0/go.mod h1:CEGLewx8dwa33aDAZQujl7Dx+uYhS0eay198wB/VumQ= +cloud.google.com/go/accesscontextmanager v1.8.0/go.mod h1:uI+AI/r1oyWK99NN8cQ3UK76AMelMzgZCvJfsi2c+ps= +cloud.google.com/go/accesscontextmanager v1.8.1/go.mod h1:JFJHfvuaTC+++1iL1coPiG1eu5D24db2wXCDWDjIrxo= +cloud.google.com/go/accesscontextmanager v1.8.2/go.mod h1:E6/SCRM30elQJ2PKtFMs2YhfJpZSNcJyejhuzoId4Zk= +cloud.google.com/go/accesscontextmanager v1.8.3/go.mod h1:4i/JkF2JiFbhLnnpnfoTX5vRXfhf9ukhU1ANOTALTOQ= +cloud.google.com/go/accesscontextmanager v1.8.4/go.mod h1:ParU+WbMpD34s5JFEnGAnPBYAgUHozaTmDJU7aCU9+M= +cloud.google.com/go/accesscontextmanager v1.8.5/go.mod h1:TInEhcZ7V9jptGNqN3EzZ5XMhT6ijWxTGjzyETwmL0Q= +cloud.google.com/go/aiplatform v1.22.0/go.mod h1:ig5Nct50bZlzV6NvKaTwmplLLddFx0YReh9WfTO5jKw= +cloud.google.com/go/aiplatform v1.24.0/go.mod h1:67UUvRBKG6GTayHKV8DBv2RtR1t93YRu5B1P3x99mYY= +cloud.google.com/go/aiplatform v1.27.0/go.mod h1:Bvxqtl40l0WImSb04d0hXFU7gDOiq9jQmorivIiWcKg= +cloud.google.com/go/aiplatform v1.35.0/go.mod h1:7MFT/vCaOyZT/4IIFfxH4ErVg/4ku6lKv3w0+tFTgXQ= +cloud.google.com/go/aiplatform v1.36.1/go.mod h1:WTm12vJRPARNvJ+v6P52RDHCNe4AhvjcIZ/9/RRHy/k= +cloud.google.com/go/aiplatform v1.37.0/go.mod h1:IU2Cv29Lv9oCn/9LkFiiuKfwrRTq+QQMbW+hPCxJGZw= +cloud.google.com/go/aiplatform v1.45.0/go.mod h1:Iu2Q7sC7QGhXUeOhAj/oCK9a+ULz1O4AotZiqjQ8MYA= +cloud.google.com/go/aiplatform v1.48.0/go.mod h1:Iu2Q7sC7QGhXUeOhAj/oCK9a+ULz1O4AotZiqjQ8MYA= +cloud.google.com/go/aiplatform v1.50.0/go.mod h1:IRc2b8XAMTa9ZmfJV1BCCQbieWWvDnP1A8znyz5N7y4= +cloud.google.com/go/aiplatform v1.51.0/go.mod h1:IRc2b8XAMTa9ZmfJV1BCCQbieWWvDnP1A8znyz5N7y4= +cloud.google.com/go/aiplatform v1.51.1/go.mod h1:kY3nIMAVQOK2XDqDPHaOuD9e+FdMA6OOpfBjsvaFSOo= +cloud.google.com/go/aiplatform v1.51.2/go.mod h1:hCqVYB3mY45w99TmetEoe8eCQEwZEp9WHxeZdcv9phw= +cloud.google.com/go/aiplatform v1.52.0/go.mod h1:pwZMGvqe0JRkI1GWSZCtnAfrR4K1bv65IHILGA//VEU= +cloud.google.com/go/aiplatform v1.54.0/go.mod h1:pwZMGvqe0JRkI1GWSZCtnAfrR4K1bv65IHILGA//VEU= +cloud.google.com/go/aiplatform v1.57.0/go.mod h1:pwZMGvqe0JRkI1GWSZCtnAfrR4K1bv65IHILGA//VEU= +cloud.google.com/go/aiplatform v1.58.0/go.mod h1:pwZMGvqe0JRkI1GWSZCtnAfrR4K1bv65IHILGA//VEU= +cloud.google.com/go/aiplatform v1.58.2/go.mod h1:c3kCiVmb6UC1dHAjZjcpDj6ZS0bHQ2slL88ZjC2LtlA= +cloud.google.com/go/aiplatform v1.60.0/go.mod h1:eTlGuHOahHprZw3Hio5VKmtThIOak5/qy6pzdsqcQnM= +cloud.google.com/go/analytics v0.11.0/go.mod h1:DjEWCu41bVbYcKyvlws9Er60YE4a//bK6mnhWvQeFNI= +cloud.google.com/go/analytics v0.12.0/go.mod h1:gkfj9h6XRf9+TS4bmuhPEShsh3hH8PAZzm/41OOhQd4= +cloud.google.com/go/analytics v0.17.0/go.mod h1:WXFa3WSym4IZ+JiKmavYdJwGG/CvpqiqczmL59bTD9M= +cloud.google.com/go/analytics v0.18.0/go.mod h1:ZkeHGQlcIPkw0R/GW+boWHhCOR43xz9RN/jn7WcqfIE= +cloud.google.com/go/analytics v0.19.0/go.mod h1:k8liqf5/HCnOUkbawNtrWWc+UAzyDlW89doe8TtoDsE= +cloud.google.com/go/analytics v0.21.2/go.mod h1:U8dcUtmDmjrmUTnnnRnI4m6zKn/yaA5N9RlEkYFHpQo= +cloud.google.com/go/analytics v0.21.3/go.mod h1:U8dcUtmDmjrmUTnnnRnI4m6zKn/yaA5N9RlEkYFHpQo= +cloud.google.com/go/analytics v0.21.4/go.mod h1:zZgNCxLCy8b2rKKVfC1YkC2vTrpfZmeRCySM3aUbskA= +cloud.google.com/go/analytics v0.21.5/go.mod h1:BQtOBHWTlJ96axpPPnw5CvGJ6i3Ve/qX2fTxR8qWyr8= +cloud.google.com/go/analytics v0.21.6/go.mod h1:eiROFQKosh4hMaNhF85Oc9WO97Cpa7RggD40e/RBy8w= +cloud.google.com/go/analytics v0.22.0/go.mod h1:eiROFQKosh4hMaNhF85Oc9WO97Cpa7RggD40e/RBy8w= +cloud.google.com/go/analytics v0.23.0/go.mod h1:YPd7Bvik3WS95KBok2gPXDqQPHy08TsCQG6CdUCb+u0= +cloud.google.com/go/apigateway v1.3.0/go.mod h1:89Z8Bhpmxu6AmUxuVRg/ECRGReEdiP3vQtk4Z1J9rJk= +cloud.google.com/go/apigateway v1.4.0/go.mod h1:pHVY9MKGaH9PQ3pJ4YLzoj6U5FUDeDFBllIz7WmzJoc= +cloud.google.com/go/apigateway v1.5.0/go.mod h1:GpnZR3Q4rR7LVu5951qfXPJCHquZt02jf7xQx7kpqN8= +cloud.google.com/go/apigateway v1.6.1/go.mod h1:ufAS3wpbRjqfZrzpvLC2oh0MFlpRJm2E/ts25yyqmXA= +cloud.google.com/go/apigateway v1.6.2/go.mod h1:CwMC90nnZElorCW63P2pAYm25AtQrHfuOkbRSHj0bT8= +cloud.google.com/go/apigateway v1.6.3/go.mod h1:k68PXWpEs6BVDTtnLQAyG606Q3mz8pshItwPXjgv44Y= +cloud.google.com/go/apigateway v1.6.4/go.mod h1:0EpJlVGH5HwAN4VF4Iec8TAzGN1aQgbxAWGJsnPCGGY= +cloud.google.com/go/apigateway v1.6.5/go.mod h1:6wCwvYRckRQogyDDltpANi3zsCDl6kWi0b4Je+w2UiI= +cloud.google.com/go/apigeeconnect v1.3.0/go.mod h1:G/AwXFAKo0gIXkPTVfZDd2qA1TxBXJ3MgMRBQkIi9jc= +cloud.google.com/go/apigeeconnect v1.4.0/go.mod h1:kV4NwOKqjvt2JYR0AoIWo2QGfoRtn/pkS3QlHp0Ni04= +cloud.google.com/go/apigeeconnect v1.5.0/go.mod h1:KFaCqvBRU6idyhSNyn3vlHXc8VMDJdRmwDF6JyFRqZ8= +cloud.google.com/go/apigeeconnect v1.6.1/go.mod h1:C4awq7x0JpLtrlQCr8AzVIzAaYgngRqWf9S5Uhg+wWs= +cloud.google.com/go/apigeeconnect v1.6.2/go.mod h1:s6O0CgXT9RgAxlq3DLXvG8riw8PYYbU/v25jqP3Dy18= +cloud.google.com/go/apigeeconnect v1.6.3/go.mod h1:peG0HFQ0si2bN15M6QSjEW/W7Gy3NYkWGz7pFz13cbo= +cloud.google.com/go/apigeeconnect v1.6.4/go.mod h1:CapQCWZ8TCjnU0d7PobxhpOdVz/OVJ2Hr/Zcuu1xFx0= +cloud.google.com/go/apigeeconnect v1.6.5/go.mod h1:MEKm3AiT7s11PqTfKE3KZluZA9O91FNysvd3E6SJ6Ow= +cloud.google.com/go/apigeeregistry v0.4.0/go.mod h1:EUG4PGcsZvxOXAdyEghIdXwAEi/4MEaoqLMLDMIwKXY= +cloud.google.com/go/apigeeregistry v0.5.0/go.mod h1:YR5+s0BVNZfVOUkMa5pAR2xGd0A473vA5M7j247o1wM= +cloud.google.com/go/apigeeregistry v0.6.0/go.mod h1:BFNzW7yQVLZ3yj0TKcwzb8n25CFBri51GVGOEUcgQsc= +cloud.google.com/go/apigeeregistry v0.7.1/go.mod h1:1XgyjZye4Mqtw7T9TsY4NW10U7BojBvG4RMD+vRDrIw= +cloud.google.com/go/apigeeregistry v0.7.2/go.mod h1:9CA2B2+TGsPKtfi3F7/1ncCCsL62NXBRfM6iPoGSM+8= +cloud.google.com/go/apigeeregistry v0.8.1/go.mod h1:MW4ig1N4JZQsXmBSwH4rwpgDonocz7FPBSw6XPGHmYw= +cloud.google.com/go/apigeeregistry v0.8.2/go.mod h1:h4v11TDGdeXJDJvImtgK2AFVvMIgGWjSb0HRnBSjcX8= +cloud.google.com/go/apigeeregistry v0.8.3/go.mod h1:aInOWnqF4yMQx8kTjDqHNXjZGh/mxeNlAf52YqtASUs= +cloud.google.com/go/apikeys v0.4.0/go.mod h1:XATS/yqZbaBK0HOssf+ALHp8jAlNHUgyfprvNcBIszU= +cloud.google.com/go/apikeys v0.5.0/go.mod h1:5aQfwY4D+ewMMWScd3hm2en3hCj+BROlyrt3ytS7KLI= +cloud.google.com/go/apikeys v0.6.0/go.mod h1:kbpXu5upyiAlGkKrJgQl8A0rKNNJ7dQ377pdroRSSi8= +cloud.google.com/go/appengine v1.4.0/go.mod h1:CS2NhuBuDXM9f+qscZ6V86m1MIIqPj3WC/UoEuR1Sno= +cloud.google.com/go/appengine v1.5.0/go.mod h1:TfasSozdkFI0zeoxW3PTBLiNqRmzraodCWatWI9Dmak= +cloud.google.com/go/appengine v1.6.0/go.mod h1:hg6i0J/BD2cKmDJbaFSYHFyZkgBEfQrDg/X0V5fJn84= +cloud.google.com/go/appengine v1.7.0/go.mod h1:eZqpbHFCqRGa2aCdope7eC0SWLV1j0neb/QnMJVWx6A= +cloud.google.com/go/appengine v1.7.1/go.mod h1:IHLToyb/3fKutRysUlFO0BPt5j7RiQ45nrzEJmKTo6E= +cloud.google.com/go/appengine v1.8.1/go.mod h1:6NJXGLVhZCN9aQ/AEDvmfzKEfoYBlfB80/BHiKVputY= +cloud.google.com/go/appengine v1.8.2/go.mod h1:WMeJV9oZ51pvclqFN2PqHoGnys7rK0rz6s3Mp6yMvDo= +cloud.google.com/go/appengine v1.8.3/go.mod h1:2oUPZ1LVZ5EXi+AF1ihNAF+S8JrzQ3till5m9VQkrsk= +cloud.google.com/go/appengine v1.8.4/go.mod h1:TZ24v+wXBujtkK77CXCpjZbnuTvsFNT41MUaZ28D6vg= +cloud.google.com/go/appengine v1.8.5/go.mod h1:uHBgNoGLTS5di7BvU25NFDuKa82v0qQLjyMJLuPQrVo= +cloud.google.com/go/area120 v0.5.0/go.mod h1:DE/n4mp+iqVyvxHN41Vf1CR602GiHQjFPusMFW6bGR4= +cloud.google.com/go/area120 v0.6.0/go.mod h1:39yFJqWVgm0UZqWTOdqkLhjoC7uFfgXRC8g/ZegeAh0= +cloud.google.com/go/area120 v0.7.0/go.mod h1:a3+8EUD1SX5RUcCs3MY5YasiO1z6yLiNLRiFrykbynY= +cloud.google.com/go/area120 v0.7.1/go.mod h1:j84i4E1RboTWjKtZVWXPqvK5VHQFJRF2c1Nm69pWm9k= +cloud.google.com/go/area120 v0.8.1/go.mod h1:BVfZpGpB7KFVNxPiQBuHkX6Ed0rS51xIgmGyjrAfzsg= +cloud.google.com/go/area120 v0.8.2/go.mod h1:a5qfo+x77SRLXnCynFWPUZhnZGeSgvQ+Y0v1kSItkh4= +cloud.google.com/go/area120 v0.8.3/go.mod h1:5zj6pMzVTH+SVHljdSKC35sriR/CVvQZzG/Icdyriw0= +cloud.google.com/go/area120 v0.8.4/go.mod h1:jfawXjxf29wyBXr48+W+GyX/f8fflxp642D/bb9v68M= +cloud.google.com/go/area120 v0.8.5/go.mod h1:BcoFCbDLZjsfe4EkCnEq1LKvHSK0Ew/zk5UFu6GMyA0= +cloud.google.com/go/artifactregistry v1.6.0/go.mod h1:IYt0oBPSAGYj/kprzsBjZ/4LnG/zOcHyFHjWPCi6SAQ= +cloud.google.com/go/artifactregistry v1.7.0/go.mod h1:mqTOFOnGZx8EtSqK/ZWcsm/4U8B77rbcLP6ruDU2Ixk= +cloud.google.com/go/artifactregistry v1.8.0/go.mod h1:w3GQXkJX8hiKN0v+at4b0qotwijQbYUqF2GWkZzAhC0= +cloud.google.com/go/artifactregistry v1.9.0/go.mod h1:2K2RqvA2CYvAeARHRkLDhMDJ3OXy26h3XW+3/Jh2uYc= +cloud.google.com/go/artifactregistry v1.11.1/go.mod h1:lLYghw+Itq9SONbCa1YWBoWs1nOucMH0pwXN1rOBZFI= +cloud.google.com/go/artifactregistry v1.11.2/go.mod h1:nLZns771ZGAwVLzTX/7Al6R9ehma4WUEhZGWV6CeQNQ= +cloud.google.com/go/artifactregistry v1.12.0/go.mod h1:o6P3MIvtzTOnmvGagO9v/rOjjA0HmhJ+/6KAXrmYDCI= +cloud.google.com/go/artifactregistry v1.13.0/go.mod h1:uy/LNfoOIivepGhooAUpL1i30Hgee3Cu0l4VTWHUC08= +cloud.google.com/go/artifactregistry v1.14.1/go.mod h1:nxVdG19jTaSTu7yA7+VbWL346r3rIdkZ142BSQqhn5E= +cloud.google.com/go/artifactregistry v1.14.2/go.mod h1:Xk+QbsKEb0ElmyeMfdHAey41B+qBq3q5R5f5xD4XT3U= +cloud.google.com/go/artifactregistry v1.14.3/go.mod h1:A2/E9GXnsyXl7GUvQ/2CjHA+mVRoWAXC0brg2os+kNI= +cloud.google.com/go/artifactregistry v1.14.4/go.mod h1:SJJcZTMv6ce0LDMUnihCN7WSrI+kBSFV0KIKo8S8aYU= +cloud.google.com/go/artifactregistry v1.14.6/go.mod h1:np9LSFotNWHcjnOgh8UVK0RFPCTUGbO0ve3384xyHfE= +cloud.google.com/go/artifactregistry v1.14.7/go.mod h1:0AUKhzWQzfmeTvT4SjfI4zjot72EMfrkvL9g9aRjnnM= +cloud.google.com/go/asset v1.5.0/go.mod h1:5mfs8UvcM5wHhqtSv8J1CtxxaQq3AdBxxQi2jGW/K4o= +cloud.google.com/go/asset v1.7.0/go.mod h1:YbENsRK4+xTiL+Ofoj5Ckf+O17kJtgp3Y3nn4uzZz5s= +cloud.google.com/go/asset v1.8.0/go.mod h1:mUNGKhiqIdbr8X7KNayoYvyc4HbbFO9URsjbytpUaW0= +cloud.google.com/go/asset v1.9.0/go.mod h1:83MOE6jEJBMqFKadM9NLRcs80Gdw76qGuHn8m3h8oHQ= +cloud.google.com/go/asset v1.10.0/go.mod h1:pLz7uokL80qKhzKr4xXGvBQXnzHn5evJAEAtZiIb0wY= +cloud.google.com/go/asset v1.11.1/go.mod h1:fSwLhbRvC9p9CXQHJ3BgFeQNM4c9x10lqlrdEUYXlJo= +cloud.google.com/go/asset v1.12.0/go.mod h1:h9/sFOa4eDIyKmH6QMpm4eUK3pDojWnUhTgJlk762Hg= +cloud.google.com/go/asset v1.13.0/go.mod h1:WQAMyYek/b7NBpYq/K4KJWcRqzoalEsxz/t/dTk4THw= +cloud.google.com/go/asset v1.14.1/go.mod h1:4bEJ3dnHCqWCDbWJ/6Vn7GVI9LerSi7Rfdi03hd+WTQ= +cloud.google.com/go/asset v1.15.0/go.mod h1:tpKafV6mEut3+vN9ScGvCHXHj7FALFVta+okxFECHcg= +cloud.google.com/go/asset v1.15.1/go.mod h1:yX/amTvFWRpp5rcFq6XbCxzKT8RJUam1UoboE179jU4= +cloud.google.com/go/asset v1.15.2/go.mod h1:B6H5tclkXvXz7PD22qCA2TDxSVQfasa3iDlM89O2NXs= +cloud.google.com/go/asset v1.15.3/go.mod h1:yYLfUD4wL4X589A9tYrv4rFrba0QlDeag0CMcM5ggXU= +cloud.google.com/go/asset v1.16.0/go.mod h1:yYLfUD4wL4X589A9tYrv4rFrba0QlDeag0CMcM5ggXU= +cloud.google.com/go/asset v1.17.0/go.mod h1:yYLfUD4wL4X589A9tYrv4rFrba0QlDeag0CMcM5ggXU= +cloud.google.com/go/asset v1.17.1/go.mod h1:byvDw36UME5AzGNK7o4JnOnINkwOZ1yRrGrKIahHrng= +cloud.google.com/go/asset v1.17.2/go.mod h1:SVbzde67ehddSoKf5uebOD1sYw8Ab/jD/9EIeWg99q4= +cloud.google.com/go/assuredworkloads v1.5.0/go.mod h1:n8HOZ6pff6re5KYfBXcFvSViQjDwxFkAkmUFffJRbbY= +cloud.google.com/go/assuredworkloads v1.6.0/go.mod h1:yo2YOk37Yc89Rsd5QMVECvjaMKymF9OP+QXWlKXUkXw= +cloud.google.com/go/assuredworkloads v1.7.0/go.mod h1:z/736/oNmtGAyU47reJgGN+KVoYoxeLBoj4XkKYscNI= +cloud.google.com/go/assuredworkloads v1.8.0/go.mod h1:AsX2cqyNCOvEQC8RMPnoc0yEarXQk6WEKkxYfL6kGIo= +cloud.google.com/go/assuredworkloads v1.9.0/go.mod h1:kFuI1P78bplYtT77Tb1hi0FMxM0vVpRC7VVoJC3ZoT0= +cloud.google.com/go/assuredworkloads v1.10.0/go.mod h1:kwdUQuXcedVdsIaKgKTp9t0UJkE5+PAVNhdQm4ZVq2E= +cloud.google.com/go/assuredworkloads v1.11.1/go.mod h1:+F04I52Pgn5nmPG36CWFtxmav6+7Q+c5QyJoL18Lry0= +cloud.google.com/go/assuredworkloads v1.11.2/go.mod h1:O1dfr+oZJMlE6mw0Bp0P1KZSlj5SghMBvTpZqIcUAW4= +cloud.google.com/go/assuredworkloads v1.11.3/go.mod h1:vEjfTKYyRUaIeA0bsGJceFV2JKpVRgyG2op3jfa59Zs= +cloud.google.com/go/assuredworkloads v1.11.4/go.mod h1:4pwwGNwy1RP0m+y12ef3Q/8PaiWrIDQ6nD2E8kvWI9U= +cloud.google.com/go/assuredworkloads v1.11.5/go.mod h1:FKJ3g3ZvkL2D7qtqIGnDufFkHxwIpNM9vtmhvt+6wqk= +cloud.google.com/go/auth v0.5.1 h1:0QNO7VThG54LUzKiQxv8C6x1YX7lUrzlAa1nVLF8CIw= +cloud.google.com/go/auth v0.5.1/go.mod h1:vbZT8GjzDf3AVqCcQmqeeM32U9HBFc32vVVAbwDsa6s= +cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4= +cloud.google.com/go/auth/oauth2adapt v0.2.2/go.mod h1:wcYjgpZI9+Yu7LyYBg4pqSiaRkfEK3GQcpb7C/uyF1Q= +cloud.google.com/go/automl v1.5.0/go.mod h1:34EjfoFGMZ5sgJ9EoLsRtdPSNZLcfflJR39VbVNS2M0= +cloud.google.com/go/automl v1.6.0/go.mod h1:ugf8a6Fx+zP0D59WLhqgTDsQI9w07o64uf/Is3Nh5p8= +cloud.google.com/go/automl v1.7.0/go.mod h1:RL9MYCCsJEOmt0Wf3z9uzG0a7adTT1fe+aObgSpkCt8= +cloud.google.com/go/automl v1.8.0/go.mod h1:xWx7G/aPEe/NP+qzYXktoBSDfjO+vnKMGgsApGJJquM= +cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU= +cloud.google.com/go/automl v1.13.1/go.mod h1:1aowgAHWYZU27MybSCFiukPO7xnyawv7pt3zK4bheQE= +cloud.google.com/go/automl v1.13.2/go.mod h1:gNY/fUmDEN40sP8amAX3MaXkxcqPIn7F1UIIPZpy4Mg= +cloud.google.com/go/automl v1.13.3/go.mod h1:Y8KwvyAZFOsMAPqUCfNu1AyclbC6ivCUF/MTwORymyY= +cloud.google.com/go/automl v1.13.4/go.mod h1:ULqwX/OLZ4hBVfKQaMtxMSTlPx0GqGbWN8uA/1EqCP8= +cloud.google.com/go/automl v1.13.5/go.mod h1:MDw3vLem3yh+SvmSgeYUmUKqyls6NzSumDm9OJ3xJ1Y= +cloud.google.com/go/baremetalsolution v0.3.0/go.mod h1:XOrocE+pvK1xFfleEnShBlNAXf+j5blPPxrhjKgnIFc= +cloud.google.com/go/baremetalsolution v0.4.0/go.mod h1:BymplhAadOO/eBa7KewQ0Ppg4A4Wplbn+PsFKRLo0uI= +cloud.google.com/go/baremetalsolution v0.5.0/go.mod h1:dXGxEkmR9BMwxhzBhV0AioD0ULBmuLZI8CdwalUxuss= +cloud.google.com/go/baremetalsolution v1.1.1/go.mod h1:D1AV6xwOksJMV4OSlWHtWuFNZZYujJknMAP4Qa27QIA= +cloud.google.com/go/baremetalsolution v1.2.0/go.mod h1:68wi9AwPYkEWIUT4SvSGS9UJwKzNpshjHsH4lzk8iOw= +cloud.google.com/go/baremetalsolution v1.2.1/go.mod h1:3qKpKIw12RPXStwQXcbhfxVj1dqQGEvcmA+SX/mUR88= +cloud.google.com/go/baremetalsolution v1.2.2/go.mod h1:O5V6Uu1vzVelYahKfwEWRMaS3AbCkeYHy3145s1FkhM= +cloud.google.com/go/baremetalsolution v1.2.3/go.mod h1:/UAQ5xG3faDdy180rCUv47e0jvpp3BFxT+Cl0PFjw5g= +cloud.google.com/go/baremetalsolution v1.2.4/go.mod h1:BHCmxgpevw9IEryE99HbYEfxXkAEA3hkMJbYYsHtIuY= +cloud.google.com/go/batch v0.3.0/go.mod h1:TR18ZoAekj1GuirsUsR1ZTKN3FC/4UDnScjT8NXImFE= +cloud.google.com/go/batch v0.4.0/go.mod h1:WZkHnP43R/QCGQsZ+0JyG4i79ranE2u8xvjq/9+STPE= +cloud.google.com/go/batch v0.7.0/go.mod h1:vLZN95s6teRUqRQ4s3RLDsH8PvboqBK+rn1oevL159g= +cloud.google.com/go/batch v1.3.1/go.mod h1:VguXeQKXIYaeeIYbuozUmBR13AfL4SJP7IltNPS+A4A= +cloud.google.com/go/batch v1.4.1/go.mod h1:KdBmDD61K0ovcxoRHGrN6GmOBWeAOyCgKD0Mugx4Fkk= +cloud.google.com/go/batch v1.5.0/go.mod h1:KdBmDD61K0ovcxoRHGrN6GmOBWeAOyCgKD0Mugx4Fkk= +cloud.google.com/go/batch v1.5.1/go.mod h1:RpBuIYLkQu8+CWDk3dFD/t/jOCGuUpkpX+Y0n1Xccs8= +cloud.google.com/go/batch v1.6.1/go.mod h1:urdpD13zPe6YOK+6iZs/8/x2VBRofvblLpx0t57vM98= +cloud.google.com/go/batch v1.6.3/go.mod h1:J64gD4vsNSA2O5TtDB5AAux3nJ9iV8U3ilg3JDBYejU= +cloud.google.com/go/batch v1.7.0/go.mod h1:J64gD4vsNSA2O5TtDB5AAux3nJ9iV8U3ilg3JDBYejU= +cloud.google.com/go/batch v1.8.0/go.mod h1:k8V7f6VE2Suc0zUM4WtoibNrA6D3dqBpB+++e3vSGYc= +cloud.google.com/go/beyondcorp v0.2.0/go.mod h1:TB7Bd+EEtcw9PCPQhCJtJGjk/7TC6ckmnSFS+xwTfm4= +cloud.google.com/go/beyondcorp v0.3.0/go.mod h1:E5U5lcrcXMsCuoDNyGrpyTm/hn7ne941Jz2vmksAxW8= +cloud.google.com/go/beyondcorp v0.4.0/go.mod h1:3ApA0mbhHx6YImmuubf5pyW8srKnCEPON32/5hj+RmM= +cloud.google.com/go/beyondcorp v0.5.0/go.mod h1:uFqj9X+dSfrheVp7ssLTaRHd2EHqSL4QZmH4e8WXGGU= +cloud.google.com/go/beyondcorp v0.6.1/go.mod h1:YhxDWw946SCbmcWo3fAhw3V4XZMSpQ/VYfcKGAEU8/4= +cloud.google.com/go/beyondcorp v1.0.0/go.mod h1:YhxDWw946SCbmcWo3fAhw3V4XZMSpQ/VYfcKGAEU8/4= +cloud.google.com/go/beyondcorp v1.0.1/go.mod h1:zl/rWWAFVeV+kx+X2Javly7o1EIQThU4WlkynffL/lk= +cloud.google.com/go/beyondcorp v1.0.2/go.mod h1:m8cpG7caD+5su+1eZr+TSvF6r21NdLJk4f9u4SP2Ntc= +cloud.google.com/go/beyondcorp v1.0.3/go.mod h1:HcBvnEd7eYr+HGDd5ZbuVmBYX019C6CEXBonXbCVwJo= +cloud.google.com/go/beyondcorp v1.0.4/go.mod h1:Gx8/Rk2MxrvWfn4WIhHIG1NV7IBfg14pTKv1+EArVcc= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= +cloud.google.com/go/bigquery v1.42.0/go.mod h1:8dRTJxhtG+vwBKzE5OseQn/hiydoQN3EedCaOdYmxRA= +cloud.google.com/go/bigquery v1.43.0/go.mod h1:ZMQcXHsl+xmU1z36G2jNGZmKp9zNY5BUua5wDgmNCfw= +cloud.google.com/go/bigquery v1.44.0/go.mod h1:0Y33VqXTEsbamHJvJHdFmtqHvMIY28aK1+dFsvaChGc= +cloud.google.com/go/bigquery v1.47.0/go.mod h1:sA9XOgy0A8vQK9+MWhEQTY6Tix87M/ZurWFIxmF9I/E= +cloud.google.com/go/bigquery v1.48.0/go.mod h1:QAwSz+ipNgfL5jxiaK7weyOhzdoAy1zFm0Nf1fysJac= +cloud.google.com/go/bigquery v1.49.0/go.mod h1:Sv8hMmTFFYBlt/ftw2uN6dFdQPzBlREY9yBh7Oy7/4Q= +cloud.google.com/go/bigquery v1.50.0/go.mod h1:YrleYEh2pSEbgTBZYMJ5SuSr0ML3ypjRB1zgf7pvQLU= +cloud.google.com/go/bigquery v1.52.0/go.mod h1:3b/iXjRQGU4nKa87cXeg6/gogLjO8C6PmuM8i5Bi/u4= +cloud.google.com/go/bigquery v1.53.0/go.mod h1:3b/iXjRQGU4nKa87cXeg6/gogLjO8C6PmuM8i5Bi/u4= +cloud.google.com/go/bigquery v1.55.0/go.mod h1:9Y5I3PN9kQWuid6183JFhOGOW3GcirA5LpsKCUn+2ec= +cloud.google.com/go/bigquery v1.56.0/go.mod h1:KDcsploXTEY7XT3fDQzMUZlpQLHzE4itubHrnmhUrZA= +cloud.google.com/go/bigquery v1.57.1/go.mod h1:iYzC0tGVWt1jqSzBHqCr3lrRn0u13E8e+AqowBsDgug= +cloud.google.com/go/bigquery v1.58.0/go.mod h1:0eh4mWNY0KrBTjUzLjoYImapGORq9gEPT7MWjCy9lik= +cloud.google.com/go/bigquery v1.59.1/go.mod h1:VP1UJYgevyTwsV7desjzNzDND5p6hZB+Z8gZJN1GQUc= +cloud.google.com/go/billing v1.4.0/go.mod h1:g9IdKBEFlItS8bTtlrZdVLWSSdSyFUZKXNS02zKMOZY= +cloud.google.com/go/billing v1.5.0/go.mod h1:mztb1tBc3QekhjSgmpf/CV4LzWXLzCArwpLmP2Gm88s= +cloud.google.com/go/billing v1.6.0/go.mod h1:WoXzguj+BeHXPbKfNWkqVtDdzORazmCjraY+vrxcyvI= +cloud.google.com/go/billing v1.7.0/go.mod h1:q457N3Hbj9lYwwRbnlD7vUpyjq6u5U1RAOArInEiD5Y= +cloud.google.com/go/billing v1.12.0/go.mod h1:yKrZio/eu+okO/2McZEbch17O5CB5NpZhhXG6Z766ss= +cloud.google.com/go/billing v1.13.0/go.mod h1:7kB2W9Xf98hP9Sr12KfECgfGclsH3CQR0R08tnRlRbc= +cloud.google.com/go/billing v1.16.0/go.mod h1:y8vx09JSSJG02k5QxbycNRrN7FGZB6F3CAcgum7jvGA= +cloud.google.com/go/billing v1.17.0/go.mod h1:Z9+vZXEq+HwH7bhJkyI4OQcR6TSbeMrjlpEjO2vzY64= +cloud.google.com/go/billing v1.17.1/go.mod h1:Z9+vZXEq+HwH7bhJkyI4OQcR6TSbeMrjlpEjO2vzY64= +cloud.google.com/go/billing v1.17.2/go.mod h1:u/AdV/3wr3xoRBk5xvUzYMS1IawOAPwQMuHgHMdljDg= +cloud.google.com/go/billing v1.17.3/go.mod h1:z83AkoZ7mZwBGT3yTnt6rSGI1OOsHSIi6a5M3mJ8NaU= +cloud.google.com/go/billing v1.17.4/go.mod h1:5DOYQStCxquGprqfuid/7haD7th74kyMBHkjO/OvDtk= +cloud.google.com/go/billing v1.18.0/go.mod h1:5DOYQStCxquGprqfuid/7haD7th74kyMBHkjO/OvDtk= +cloud.google.com/go/billing v1.18.2/go.mod h1:PPIwVsOOQ7xzbADCwNe8nvK776QpfrOAUkvKjCUcpSE= +cloud.google.com/go/binaryauthorization v1.1.0/go.mod h1:xwnoWu3Y84jbuHa0zd526MJYmtnVXn0syOjaJgy4+dM= +cloud.google.com/go/binaryauthorization v1.2.0/go.mod h1:86WKkJHtRcv5ViNABtYMhhNWRrD1Vpi//uKEy7aYEfI= +cloud.google.com/go/binaryauthorization v1.3.0/go.mod h1:lRZbKgjDIIQvzYQS1p99A7/U1JqvqeZg0wiI5tp6tg0= +cloud.google.com/go/binaryauthorization v1.4.0/go.mod h1:tsSPQrBd77VLplV70GUhBf/Zm3FsKmgSqgm4UmiDItk= +cloud.google.com/go/binaryauthorization v1.5.0/go.mod h1:OSe4OU1nN/VswXKRBmciKpo9LulY41gch5c68htf3/Q= +cloud.google.com/go/binaryauthorization v1.6.1/go.mod h1:TKt4pa8xhowwffiBmbrbcxijJRZED4zrqnwZ1lKH51U= +cloud.google.com/go/binaryauthorization v1.7.0/go.mod h1:Zn+S6QqTMn6odcMU1zDZCJxPjU2tZPV1oDl45lWY154= +cloud.google.com/go/binaryauthorization v1.7.1/go.mod h1:GTAyfRWYgcbsP3NJogpV3yeunbUIjx2T9xVeYovtURE= +cloud.google.com/go/binaryauthorization v1.7.2/go.mod h1:kFK5fQtxEp97m92ziy+hbu+uKocka1qRRL8MVJIgjv0= +cloud.google.com/go/binaryauthorization v1.7.3/go.mod h1:VQ/nUGRKhrStlGr+8GMS8f6/vznYLkdK5vaKfdCIpvU= +cloud.google.com/go/binaryauthorization v1.8.0/go.mod h1:VQ/nUGRKhrStlGr+8GMS8f6/vznYLkdK5vaKfdCIpvU= +cloud.google.com/go/binaryauthorization v1.8.1/go.mod h1:1HVRyBerREA/nhI7yLang4Zn7vfNVA3okoAR9qYQJAQ= +cloud.google.com/go/certificatemanager v1.3.0/go.mod h1:n6twGDvcUBFu9uBgt4eYvvf3sQ6My8jADcOVwHmzadg= +cloud.google.com/go/certificatemanager v1.4.0/go.mod h1:vowpercVFyqs8ABSmrdV+GiFf2H/ch3KyudYQEMM590= +cloud.google.com/go/certificatemanager v1.6.0/go.mod h1:3Hh64rCKjRAX8dXgRAyOcY5vQ/fE1sh8o+Mdd6KPgY8= +cloud.google.com/go/certificatemanager v1.7.1/go.mod h1:iW8J3nG6SaRYImIa+wXQ0g8IgoofDFRp5UMzaNk1UqI= +cloud.google.com/go/certificatemanager v1.7.2/go.mod h1:15SYTDQMd00kdoW0+XY5d9e+JbOPjp24AvF48D8BbcQ= +cloud.google.com/go/certificatemanager v1.7.3/go.mod h1:T/sZYuC30PTag0TLo28VedIRIj1KPGcOQzjWAptHa00= +cloud.google.com/go/certificatemanager v1.7.4/go.mod h1:FHAylPe/6IIKuaRmHbjbdLhGhVQ+CWHSD5Jq0k4+cCE= +cloud.google.com/go/certificatemanager v1.7.5/go.mod h1:uX+v7kWqy0Y3NG/ZhNvffh0kuqkKZIXdvlZRO7z0VtM= +cloud.google.com/go/channel v1.8.0/go.mod h1:W5SwCXDJsq/rg3tn3oG0LOxpAo6IMxNa09ngphpSlnk= +cloud.google.com/go/channel v1.9.0/go.mod h1:jcu05W0my9Vx4mt3/rEHpfxc9eKi9XwsdDL8yBMbKUk= +cloud.google.com/go/channel v1.11.0/go.mod h1:IdtI0uWGqhEeatSB62VOoJ8FSUhJ9/+iGkJVqp74CGE= +cloud.google.com/go/channel v1.12.0/go.mod h1:VkxCGKASi4Cq7TbXxlaBezonAYpp1GCnKMY6tnMQnLU= +cloud.google.com/go/channel v1.16.0/go.mod h1:eN/q1PFSl5gyu0dYdmxNXscY/4Fi7ABmeHCJNf/oHmc= +cloud.google.com/go/channel v1.17.0/go.mod h1:RpbhJsGi/lXWAUM1eF4IbQGbsfVlg2o8Iiy2/YLfVT0= +cloud.google.com/go/channel v1.17.1/go.mod h1:xqfzcOZAcP4b/hUDH0GkGg1Sd5to6di1HOJn/pi5uBQ= +cloud.google.com/go/channel v1.17.2/go.mod h1:aT2LhnftnyfQceFql5I/mP8mIbiiJS4lWqgXA815zMk= +cloud.google.com/go/channel v1.17.3/go.mod h1:QcEBuZLGGrUMm7kNj9IbU1ZfmJq2apotsV83hbxX7eE= +cloud.google.com/go/channel v1.17.4/go.mod h1:QcEBuZLGGrUMm7kNj9IbU1ZfmJq2apotsV83hbxX7eE= +cloud.google.com/go/channel v1.17.5/go.mod h1:FlpaOSINDAXgEext0KMaBq/vwpLMkkPAw9b2mApQeHc= +cloud.google.com/go/cloudbuild v1.3.0/go.mod h1:WequR4ULxlqvMsjDEEEFnOG5ZSRSgWOywXYDb1vPE6U= +cloud.google.com/go/cloudbuild v1.4.0/go.mod h1:5Qwa40LHiOXmz3386FrjrYM93rM/hdRr7b53sySrTqA= +cloud.google.com/go/cloudbuild v1.6.0/go.mod h1:UIbc/w9QCbH12xX+ezUsgblrWv+Cv4Tw83GiSMHOn9M= +cloud.google.com/go/cloudbuild v1.7.0/go.mod h1:zb5tWh2XI6lR9zQmsm1VRA+7OCuve5d8S+zJUul8KTg= +cloud.google.com/go/cloudbuild v1.9.0/go.mod h1:qK1d7s4QlO0VwfYn5YuClDGg2hfmLZEb4wQGAbIgL1s= +cloud.google.com/go/cloudbuild v1.10.1/go.mod h1:lyJg7v97SUIPq4RC2sGsz/9tNczhyv2AjML/ci4ulzU= +cloud.google.com/go/cloudbuild v1.13.0/go.mod h1:lyJg7v97SUIPq4RC2sGsz/9tNczhyv2AjML/ci4ulzU= +cloud.google.com/go/cloudbuild v1.14.0/go.mod h1:lyJg7v97SUIPq4RC2sGsz/9tNczhyv2AjML/ci4ulzU= +cloud.google.com/go/cloudbuild v1.14.1/go.mod h1:K7wGc/3zfvmYWOWwYTgF/d/UVJhS4pu+HAy7PL7mCsU= +cloud.google.com/go/cloudbuild v1.14.2/go.mod h1:Bn6RO0mBYk8Vlrt+8NLrru7WXlQ9/RDWz2uo5KG1/sg= +cloud.google.com/go/cloudbuild v1.14.3/go.mod h1:eIXYWmRt3UtggLnFGx4JvXcMj4kShhVzGndL1LwleEM= +cloud.google.com/go/cloudbuild v1.15.0/go.mod h1:eIXYWmRt3UtggLnFGx4JvXcMj4kShhVzGndL1LwleEM= +cloud.google.com/go/cloudbuild v1.15.1/go.mod h1:gIofXZSu+XD2Uy+qkOrGKEx45zd7s28u/k8f99qKals= +cloud.google.com/go/clouddms v1.3.0/go.mod h1:oK6XsCDdW4Ib3jCCBugx+gVjevp2TMXFtgxvPSee3OM= +cloud.google.com/go/clouddms v1.4.0/go.mod h1:Eh7sUGCC+aKry14O1NRljhjyrr0NFC0G2cjwX0cByRk= +cloud.google.com/go/clouddms v1.5.0/go.mod h1:QSxQnhikCLUw13iAbffF2CZxAER3xDGNHjsTAkQJcQA= +cloud.google.com/go/clouddms v1.6.1/go.mod h1:Ygo1vL52Ov4TBZQquhz5fiw2CQ58gvu+PlS6PVXCpZI= +cloud.google.com/go/clouddms v1.7.0/go.mod h1:MW1dC6SOtI/tPNCciTsXtsGNEM0i0OccykPvv3hiYeM= +cloud.google.com/go/clouddms v1.7.1/go.mod h1:o4SR8U95+P7gZ/TX+YbJxehOCsM+fe6/brlrFquiszk= +cloud.google.com/go/clouddms v1.7.2/go.mod h1:Rk32TmWmHo64XqDvW7jgkFQet1tUKNVzs7oajtJT3jU= +cloud.google.com/go/clouddms v1.7.3/go.mod h1:fkN2HQQNUYInAU3NQ3vRLkV2iWs8lIdmBKOx4nrL6Hc= +cloud.google.com/go/clouddms v1.7.4/go.mod h1:RdrVqoFG9RWI5AvZ81SxJ/xvxPdtcRhFotwdE79DieY= +cloud.google.com/go/cloudtasks v1.5.0/go.mod h1:fD92REy1x5woxkKEkLdvavGnPJGEn8Uic9nWuLzqCpY= +cloud.google.com/go/cloudtasks v1.6.0/go.mod h1:C6Io+sxuke9/KNRkbQpihnW93SWDU3uXt92nu85HkYI= +cloud.google.com/go/cloudtasks v1.7.0/go.mod h1:ImsfdYWwlWNJbdgPIIGJWC+gemEGTBK/SunNQQNCAb4= +cloud.google.com/go/cloudtasks v1.8.0/go.mod h1:gQXUIwCSOI4yPVK7DgTVFiiP0ZW/eQkydWzwVMdHxrI= +cloud.google.com/go/cloudtasks v1.9.0/go.mod h1:w+EyLsVkLWHcOaqNEyvcKAsWp9p29dL6uL9Nst1cI7Y= +cloud.google.com/go/cloudtasks v1.10.0/go.mod h1:NDSoTLkZ3+vExFEWu2UJV1arUyzVDAiZtdWcsUyNwBs= +cloud.google.com/go/cloudtasks v1.11.1/go.mod h1:a9udmnou9KO2iulGscKR0qBYjreuX8oHwpmFsKspEvM= +cloud.google.com/go/cloudtasks v1.12.1/go.mod h1:a9udmnou9KO2iulGscKR0qBYjreuX8oHwpmFsKspEvM= +cloud.google.com/go/cloudtasks v1.12.2/go.mod h1:A7nYkjNlW2gUoROg1kvJrQGhJP/38UaWwsnuBDOBVUk= +cloud.google.com/go/cloudtasks v1.12.3/go.mod h1:GPVXhIOSGEaR+3xT4Fp72ScI+HjHffSS4B8+BaBB5Ys= +cloud.google.com/go/cloudtasks v1.12.4/go.mod h1:BEPu0Gtt2dU6FxZHNqqNdGqIG86qyWKBPGnsb7udGY0= +cloud.google.com/go/cloudtasks v1.12.6/go.mod h1:b7c7fe4+TJsFZfDyzO51F7cjq7HLUlRi/KZQLQjDsaY= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz/FMzPu0s= cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= cloud.google.com/go/compute v1.7.0/go.mod h1:435lt8av5oL9P3fv1OEzSbSUe+ybHXGMPQHHZWZxy9U= -cloud.google.com/go/compute v1.18.0 h1:FEigFqoDbys2cvFkZ9Fjq4gnHBP55anJ0yQyau2f9oY= +cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU= +cloud.google.com/go/compute v1.12.0/go.mod h1:e8yNOBcBONZU1vJKCvCoDw/4JQsA0dpM4x/6PIIOocU= +cloud.google.com/go/compute v1.12.1/go.mod h1:e8yNOBcBONZU1vJKCvCoDw/4JQsA0dpM4x/6PIIOocU= +cloud.google.com/go/compute v1.13.0/go.mod h1:5aPTS0cUNMIc1CE546K+Th6weJUNQErARyZtRXDJ8GE= +cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo= cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= -cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= +cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU= +cloud.google.com/go/compute v1.19.3/go.mod h1:qxvISKp/gYnXkSAD1ppcSOveRAmzxicEv/JlizULFrI= +cloud.google.com/go/compute v1.20.1/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM= +cloud.google.com/go/compute v1.23.0/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM= +cloud.google.com/go/compute v1.23.1/go.mod h1:CqB3xpmPKKt3OJpW2ndFIXnA9A4xAy/F3Xp1ixncW78= +cloud.google.com/go/compute v1.23.2/go.mod h1:JJ0atRC0J/oWYiiVBmsSsrRnh92DhZPG4hFDcR04Rns= +cloud.google.com/go/compute v1.23.3/go.mod h1:VCgBUoMnIVIR0CscqQiPJLAG25E3ZRZMzcFZeQ+h8CI= +cloud.google.com/go/compute v1.23.4/go.mod h1:/EJMj55asU6kAFnuZET8zqgwgJ9FvXWXOkkfQZa4ioI= +cloud.google.com/go/compute v1.24.0/go.mod h1:kw1/T+h/+tK2LJK0wiPPx1intgdAM3j/g3hFDlscY40= +cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU= +cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= +cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc= +cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= +cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= +cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= +cloud.google.com/go/contactcenterinsights v1.9.1/go.mod h1:bsg/R7zGLYMVxFFzfh9ooLTruLRCG9fnzhH9KznHhbM= +cloud.google.com/go/contactcenterinsights v1.10.0/go.mod h1:bsg/R7zGLYMVxFFzfh9ooLTruLRCG9fnzhH9KznHhbM= +cloud.google.com/go/contactcenterinsights v1.11.0/go.mod h1:hutBdImE4XNZ1NV4vbPJKSFOnQruhC5Lj9bZqWMTKiU= +cloud.google.com/go/contactcenterinsights v1.11.1/go.mod h1:FeNP3Kg8iteKM80lMwSk3zZZKVxr+PGnAId6soKuXwE= +cloud.google.com/go/contactcenterinsights v1.11.2/go.mod h1:A9PIR5ov5cRcd28KlDbmmXE8Aay+Gccer2h4wzkYFso= +cloud.google.com/go/contactcenterinsights v1.11.3/go.mod h1:HHX5wrz5LHVAwfI2smIotQG9x8Qd6gYilaHcLLLmNis= +cloud.google.com/go/contactcenterinsights v1.12.0/go.mod h1:HHX5wrz5LHVAwfI2smIotQG9x8Qd6gYilaHcLLLmNis= +cloud.google.com/go/contactcenterinsights v1.12.1/go.mod h1:HHX5wrz5LHVAwfI2smIotQG9x8Qd6gYilaHcLLLmNis= +cloud.google.com/go/contactcenterinsights v1.13.0/go.mod h1:ieq5d5EtHsu8vhe2y3amtZ+BE+AQwX5qAy7cpo0POsI= +cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= +cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/container v1.14.0/go.mod h1:3AoJMPhHfLDxLvrlVWaK57IXzaPnLaZq63WX59aQBfM= +cloud.google.com/go/container v1.15.0/go.mod h1:ft+9S0WGjAyjDggg5S06DXj+fHJICWg8L7isCQe9pQA= +cloud.google.com/go/container v1.22.1/go.mod h1:lTNExE2R7f+DLbAN+rJiKTisauFCaoDq6NURZ83eVH4= +cloud.google.com/go/container v1.24.0/go.mod h1:lTNExE2R7f+DLbAN+rJiKTisauFCaoDq6NURZ83eVH4= +cloud.google.com/go/container v1.26.0/go.mod h1:YJCmRet6+6jnYYRS000T6k0D0xUXQgBSaJ7VwI8FBj4= +cloud.google.com/go/container v1.26.1/go.mod h1:5smONjPRUxeEpDG7bMKWfDL4sauswqEtnBK1/KKpR04= +cloud.google.com/go/container v1.26.2/go.mod h1:YlO84xCt5xupVbLaMY4s3XNE79MUJ+49VmkInr6HvF4= +cloud.google.com/go/container v1.27.1/go.mod h1:b1A1gJeTBXVLQ6GGw9/9M4FG94BEGsqJ5+t4d/3N7O4= +cloud.google.com/go/container v1.28.0/go.mod h1:b1A1gJeTBXVLQ6GGw9/9M4FG94BEGsqJ5+t4d/3N7O4= +cloud.google.com/go/container v1.29.0/go.mod h1:b1A1gJeTBXVLQ6GGw9/9M4FG94BEGsqJ5+t4d/3N7O4= +cloud.google.com/go/container v1.30.1/go.mod h1:vkbfX0EnAKL/vgVECs5BZn24e1cJROzgszJirRKQ4Bg= +cloud.google.com/go/container v1.31.0/go.mod h1:7yABn5s3Iv3lmw7oMmyGbeV6tQj86njcTijkkGuvdZA= +cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= +cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= +cloud.google.com/go/containeranalysis v0.9.0/go.mod h1:orbOANbwk5Ejoom+s+DUCTTJ7IBdBQJDcSylAx/on9s= +cloud.google.com/go/containeranalysis v0.10.1/go.mod h1:Ya2jiILITMY68ZLPaogjmOMNkwsDrWBSTyBubGXO7j0= +cloud.google.com/go/containeranalysis v0.11.0/go.mod h1:4n2e99ZwpGxpNcz+YsFT1dfOHPQFGcAC8FN2M2/ne/U= +cloud.google.com/go/containeranalysis v0.11.1/go.mod h1:rYlUOM7nem1OJMKwE1SadufX0JP3wnXj844EtZAwWLY= +cloud.google.com/go/containeranalysis v0.11.2/go.mod h1:xibioGBC1MD2j4reTyV1xY1/MvKaz+fyM9ENWhmIeP8= +cloud.google.com/go/containeranalysis v0.11.3/go.mod h1:kMeST7yWFQMGjiG9K7Eov+fPNQcGhb8mXj/UcTiWw9U= +cloud.google.com/go/containeranalysis v0.11.4/go.mod h1:cVZT7rXYBS9NG1rhQbWL9pWbXCKHWJPYraE8/FTSYPE= +cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= +cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx8dAKvScX8jvs= +cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= +cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= +cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= +cloud.google.com/go/datacatalog v1.8.1/go.mod h1:RJ58z4rMp3gvETA465Vg+ag8BGgBdnRPEMMSTr5Uv+M= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/datacatalog v1.13.0/go.mod h1:E4Rj9a5ZtAxcQJlEBTLgMTphfP11/lNaAshpoBgemX8= +cloud.google.com/go/datacatalog v1.14.0/go.mod h1:h0PrGtlihoutNMp/uvwhawLQ9+c63Kz65UFqh49Yo+E= +cloud.google.com/go/datacatalog v1.14.1/go.mod h1:d2CevwTG4yedZilwe+v3E3ZBDRMobQfSG/a6cCCN5R4= +cloud.google.com/go/datacatalog v1.16.0/go.mod h1:d2CevwTG4yedZilwe+v3E3ZBDRMobQfSG/a6cCCN5R4= +cloud.google.com/go/datacatalog v1.17.1/go.mod h1:nCSYFHgtxh2MiEktWIz71s/X+7ds/UT9kp0PC7waCzE= +cloud.google.com/go/datacatalog v1.18.0/go.mod h1:nCSYFHgtxh2MiEktWIz71s/X+7ds/UT9kp0PC7waCzE= +cloud.google.com/go/datacatalog v1.18.1/go.mod h1:TzAWaz+ON1tkNr4MOcak8EBHX7wIRX/gZKM+yTVsv+A= +cloud.google.com/go/datacatalog v1.18.2/go.mod h1:SPVgWW2WEMuWHA+fHodYjmxPiMqcOiWfhc9OD5msigk= +cloud.google.com/go/datacatalog v1.18.3/go.mod h1:5FR6ZIF8RZrtml0VUao22FxhdjkoG+a0866rEnObryM= +cloud.google.com/go/datacatalog v1.19.0/go.mod h1:5FR6ZIF8RZrtml0VUao22FxhdjkoG+a0866rEnObryM= +cloud.google.com/go/datacatalog v1.19.2/go.mod h1:2YbODwmhpLM4lOFe3PuEhHK9EyTzQJ5AXgIy7EDKTEE= +cloud.google.com/go/datacatalog v1.19.3/go.mod h1:ra8V3UAsciBpJKQ+z9Whkxzxv7jmQg1hfODr3N3YPJ4= +cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= +cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= +cloud.google.com/go/dataflow v0.9.1/go.mod h1:Wp7s32QjYuQDWqJPFFlnBKhkAtiFpMTdg00qGbnIHVw= +cloud.google.com/go/dataflow v0.9.2/go.mod h1:vBfdBZ/ejlTaYIGB3zB4T08UshH70vbtZeMD+urnUSo= +cloud.google.com/go/dataflow v0.9.3/go.mod h1:HI4kMVjcHGTs3jTHW/kv3501YW+eloiJSLxkJa/vqFE= +cloud.google.com/go/dataflow v0.9.4/go.mod h1:4G8vAkHYCSzU8b/kmsoR2lWyHJD85oMJPHMtan40K8w= +cloud.google.com/go/dataflow v0.9.5/go.mod h1:udl6oi8pfUHnL0z6UN9Lf9chGqzDMVqcYTcZ1aPnCZQ= +cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= +cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= +cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/dataform v0.7.0/go.mod h1:7NulqnVozfHvWUBpMDfKMUESr+85aJsC/2O0o3jWPDE= +cloud.google.com/go/dataform v0.8.1/go.mod h1:3BhPSiw8xmppbgzeBbmDvmSWlwouuJkXsXsb8UBih9M= +cloud.google.com/go/dataform v0.8.2/go.mod h1:X9RIqDs6NbGPLR80tnYoPNiO1w0wenKTb8PxxlhTMKM= +cloud.google.com/go/dataform v0.8.3/go.mod h1:8nI/tvv5Fso0drO3pEjtowz58lodx8MVkdV2q0aPlqg= +cloud.google.com/go/dataform v0.9.1/go.mod h1:pWTg+zGQ7i16pyn0bS1ruqIE91SdL2FDMvEYu/8oQxs= +cloud.google.com/go/dataform v0.9.2/go.mod h1:S8cQUwPNWXo7m/g3DhWHsLBoufRNn9EgFrMgne2j7cI= +cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= +cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= +cloud.google.com/go/datafusion v1.7.1/go.mod h1:KpoTBbFmoToDExJUso/fcCiguGDk7MEzOWXUsJo0wsI= +cloud.google.com/go/datafusion v1.7.2/go.mod h1:62K2NEC6DRlpNmI43WHMWf9Vg/YvN6QVi8EVwifElI0= +cloud.google.com/go/datafusion v1.7.3/go.mod h1:eoLt1uFXKGBq48jy9LZ+Is8EAVLnmn50lNncLzwYokE= +cloud.google.com/go/datafusion v1.7.4/go.mod h1:BBs78WTOLYkT4GVZIXQCZT3GFpkpDN4aBY4NDX/jVlM= +cloud.google.com/go/datafusion v1.7.5/go.mod h1:bYH53Oa5UiqahfbNK9YuYKteeD4RbQSNMx7JF7peGHc= +cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= +cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= +cloud.google.com/go/datalabeling v0.8.1/go.mod h1:XS62LBSVPbYR54GfYQsPXZjTW8UxCK2fkDciSrpRFdY= +cloud.google.com/go/datalabeling v0.8.2/go.mod h1:cyDvGHuJWu9U/cLDA7d8sb9a0tWLEletStu2sTmg3BE= +cloud.google.com/go/datalabeling v0.8.3/go.mod h1:tvPhpGyS/V7lqjmb3V0TaDdGvhzgR1JoW7G2bpi2UTI= +cloud.google.com/go/datalabeling v0.8.4/go.mod h1:Z1z3E6LHtffBGrNUkKwbwbDxTiXEApLzIgmymj8A3S8= +cloud.google.com/go/datalabeling v0.8.5/go.mod h1:IABB2lxQnkdUbMnQaOl2prCOfms20mcPxDBm36lps+s= +cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= +cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataplex v1.6.0/go.mod h1:bMsomC/aEJOSpHXdFKFGQ1b0TDPIeL28nJObeO1ppRs= +cloud.google.com/go/dataplex v1.8.1/go.mod h1:7TyrDT6BCdI8/38Uvp0/ZxBslOslP2X2MPDucliyvSE= +cloud.google.com/go/dataplex v1.9.0/go.mod h1:7TyrDT6BCdI8/38Uvp0/ZxBslOslP2X2MPDucliyvSE= +cloud.google.com/go/dataplex v1.9.1/go.mod h1:7TyrDT6BCdI8/38Uvp0/ZxBslOslP2X2MPDucliyvSE= +cloud.google.com/go/dataplex v1.10.1/go.mod h1:1MzmBv8FvjYfc7vDdxhnLFNskikkB+3vl475/XdCDhs= +cloud.google.com/go/dataplex v1.10.2/go.mod h1:xdC8URdTrCrZMW6keY779ZT1cTOfV8KEPNsw+LTRT1Y= +cloud.google.com/go/dataplex v1.11.1/go.mod h1:mHJYQQ2VEJHsyoC0OdNyy988DvEbPhqFs5OOLffLX0c= +cloud.google.com/go/dataplex v1.11.2/go.mod h1:mHJYQQ2VEJHsyoC0OdNyy988DvEbPhqFs5OOLffLX0c= +cloud.google.com/go/dataplex v1.13.0/go.mod h1:mHJYQQ2VEJHsyoC0OdNyy988DvEbPhqFs5OOLffLX0c= +cloud.google.com/go/dataplex v1.14.0/go.mod h1:mHJYQQ2VEJHsyoC0OdNyy988DvEbPhqFs5OOLffLX0c= +cloud.google.com/go/dataplex v1.14.1/go.mod h1:bWxQAbg6Smg+sca2+Ex7s8D9a5qU6xfXtwmq4BVReps= +cloud.google.com/go/dataplex v1.14.2/go.mod h1:0oGOSFlEKef1cQeAHXy4GZPB/Ife0fz/PxBf+ZymA2U= +cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= +cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= +cloud.google.com/go/dataproc/v2 v2.0.1/go.mod h1:7Ez3KRHdFGcfY7GcevBbvozX+zyWGcwLJvvAMwCaoZ4= +cloud.google.com/go/dataproc/v2 v2.2.0/go.mod h1:lZR7AQtwZPvmINx5J87DSOOpTfof9LVZju6/Qo4lmcY= +cloud.google.com/go/dataproc/v2 v2.2.1/go.mod h1:QdAJLaBjh+l4PVlVZcmrmhGccosY/omC1qwfQ61Zv/o= +cloud.google.com/go/dataproc/v2 v2.2.2/go.mod h1:aocQywVmQVF4i8CL740rNI/ZRpsaaC1Wh2++BJ7HEJ4= +cloud.google.com/go/dataproc/v2 v2.2.3/go.mod h1:G5R6GBc9r36SXv/RtZIVfB8SipI+xVn0bX5SxUzVYbY= +cloud.google.com/go/dataproc/v2 v2.3.0/go.mod h1:G5R6GBc9r36SXv/RtZIVfB8SipI+xVn0bX5SxUzVYbY= +cloud.google.com/go/dataproc/v2 v2.4.0/go.mod h1:3B1Ht2aRB8VZIteGxQS/iNSJGzt9+CA0WGnDVMEm7Z4= +cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= +cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= +cloud.google.com/go/dataqna v0.8.1/go.mod h1:zxZM0Bl6liMePWsHA8RMGAfmTG34vJMapbHAxQ5+WA8= +cloud.google.com/go/dataqna v0.8.2/go.mod h1:KNEqgx8TTmUipnQsScOoDpq/VlXVptUqVMZnt30WAPs= +cloud.google.com/go/dataqna v0.8.3/go.mod h1:wXNBW2uvc9e7Gl5k8adyAMnLush1KVV6lZUhB+rqNu4= +cloud.google.com/go/dataqna v0.8.4/go.mod h1:mySRKjKg5Lz784P6sCov3p1QD+RZQONRMRjzGNcFd0c= +cloud.google.com/go/dataqna v0.8.5/go.mod h1:vgihg1mz6n7pb5q2YJF7KlXve6tCglInd6XO0JGOlWM= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= +cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastore v1.11.0/go.mod h1:TvGxBIHCS50u8jzG+AW/ppf87v1of8nwzFNgEZU1D3c= +cloud.google.com/go/datastore v1.12.0/go.mod h1:KjdB88W897MRITkvWWJrg2OUtrR5XVj1EoLgSp6/N70= +cloud.google.com/go/datastore v1.12.1/go.mod h1:KjdB88W897MRITkvWWJrg2OUtrR5XVj1EoLgSp6/N70= +cloud.google.com/go/datastore v1.13.0/go.mod h1:KjdB88W897MRITkvWWJrg2OUtrR5XVj1EoLgSp6/N70= +cloud.google.com/go/datastore v1.14.0/go.mod h1:GAeStMBIt9bPS7jMJA85kgkpsMkvseWWXiaHya9Jes8= +cloud.google.com/go/datastore v1.15.0/go.mod h1:GAeStMBIt9bPS7jMJA85kgkpsMkvseWWXiaHya9Jes8= +cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= +cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= +cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= +cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/datastream v1.7.0/go.mod h1:uxVRMm2elUSPuh65IbZpzJNMbuzkcvu5CjMqVIUHrww= +cloud.google.com/go/datastream v1.9.1/go.mod h1:hqnmr8kdUBmrnk65k5wNRoHSCYksvpdZIcZIEl8h43Q= +cloud.google.com/go/datastream v1.10.0/go.mod h1:hqnmr8kdUBmrnk65k5wNRoHSCYksvpdZIcZIEl8h43Q= +cloud.google.com/go/datastream v1.10.1/go.mod h1:7ngSYwnw95YFyTd5tOGBxHlOZiL+OtpjheqU7t2/s/c= +cloud.google.com/go/datastream v1.10.2/go.mod h1:W42TFgKAs/om6x/CdXX5E4oiAsKlH+e8MTGy81zdYt0= +cloud.google.com/go/datastream v1.10.3/go.mod h1:YR0USzgjhqA/Id0Ycu1VvZe8hEWwrkjuXrGbzeDOSEA= +cloud.google.com/go/datastream v1.10.4/go.mod h1:7kRxPdxZxhPg3MFeCSulmAJnil8NJGGvSNdn4p1sRZo= +cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= +cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/deploy v1.8.0/go.mod h1:z3myEJnA/2wnB4sgjqdMfgxCA0EqC3RBTNcVPs93mtQ= +cloud.google.com/go/deploy v1.11.0/go.mod h1:tKuSUV5pXbn67KiubiUNUejqLs4f5cxxiCNCeyl0F2g= +cloud.google.com/go/deploy v1.13.0/go.mod h1:tKuSUV5pXbn67KiubiUNUejqLs4f5cxxiCNCeyl0F2g= +cloud.google.com/go/deploy v1.13.1/go.mod h1:8jeadyLkH9qu9xgO3hVWw8jVr29N1mnW42gRJT8GY6g= +cloud.google.com/go/deploy v1.14.1/go.mod h1:N8S0b+aIHSEeSr5ORVoC0+/mOPUysVt8ae4QkZYolAw= +cloud.google.com/go/deploy v1.14.2/go.mod h1:e5XOUI5D+YGldyLNZ21wbp9S8otJbBE4i88PtO9x/2g= +cloud.google.com/go/deploy v1.15.0/go.mod h1:e5XOUI5D+YGldyLNZ21wbp9S8otJbBE4i88PtO9x/2g= +cloud.google.com/go/deploy v1.16.0/go.mod h1:e5XOUI5D+YGldyLNZ21wbp9S8otJbBE4i88PtO9x/2g= +cloud.google.com/go/deploy v1.17.0/go.mod h1:XBr42U5jIr64t92gcpOXxNrqL2PStQCXHuKK5GRUuYo= +cloud.google.com/go/deploy v1.17.1/go.mod h1:SXQyfsXrk0fBmgBHRzBjQbZhMfKZ3hMQBw5ym7MN/50= +cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= +cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= +cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= +cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= +cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= +cloud.google.com/go/dialogflow v1.29.0/go.mod h1:b+2bzMe+k1s9V+F2jbJwpHPzrnIyHihAdRFMtn2WXuM= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dialogflow v1.32.0/go.mod h1:jG9TRJl8CKrDhMEcvfcfFkkpp8ZhgPz3sBGmAUYJ2qE= +cloud.google.com/go/dialogflow v1.38.0/go.mod h1:L7jnH+JL2mtmdChzAIcXQHXMvQkE3U4hTaNltEuxXn4= +cloud.google.com/go/dialogflow v1.40.0/go.mod h1:L7jnH+JL2mtmdChzAIcXQHXMvQkE3U4hTaNltEuxXn4= +cloud.google.com/go/dialogflow v1.43.0/go.mod h1:pDUJdi4elL0MFmt1REMvFkdsUTYSHq+rTCS8wg0S3+M= +cloud.google.com/go/dialogflow v1.44.0/go.mod h1:pDUJdi4elL0MFmt1REMvFkdsUTYSHq+rTCS8wg0S3+M= +cloud.google.com/go/dialogflow v1.44.1/go.mod h1:n/h+/N2ouKOO+rbe/ZnI186xImpqvCVj2DdsWS/0EAk= +cloud.google.com/go/dialogflow v1.44.2/go.mod h1:QzFYndeJhpVPElnFkUXxdlptx0wPnBWLCBT9BvtC3/c= +cloud.google.com/go/dialogflow v1.44.3/go.mod h1:mHly4vU7cPXVweuB5R0zsYKPMzy240aQdAu06SqBbAQ= +cloud.google.com/go/dialogflow v1.47.0/go.mod h1:mHly4vU7cPXVweuB5R0zsYKPMzy240aQdAu06SqBbAQ= +cloud.google.com/go/dialogflow v1.48.0/go.mod h1:mHly4vU7cPXVweuB5R0zsYKPMzy240aQdAu06SqBbAQ= +cloud.google.com/go/dialogflow v1.48.1/go.mod h1:C1sjs2/g9cEwjCltkKeYp3FFpz8BOzNondEaAlCpt+A= +cloud.google.com/go/dialogflow v1.48.2/go.mod h1:7A2oDf6JJ1/+hdpnFRfb/RjJUOh2X3rhIa5P8wQSEX4= +cloud.google.com/go/dialogflow v1.49.0/go.mod h1:dhVrXKETtdPlpPhE7+2/k4Z8FRNUp6kMV3EW3oz/fe0= +cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= +cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= +cloud.google.com/go/dlp v1.10.1/go.mod h1:IM8BWz1iJd8njcNcG0+Kyd9OPnqnRNkDV8j42VT5KOI= +cloud.google.com/go/dlp v1.10.2/go.mod h1:ZbdKIhcnyhILgccwVDzkwqybthh7+MplGC3kZVZsIOQ= +cloud.google.com/go/dlp v1.10.3/go.mod h1:iUaTc/ln8I+QT6Ai5vmuwfw8fqTk2kaz0FvCwhLCom0= +cloud.google.com/go/dlp v1.11.1/go.mod h1:/PA2EnioBeXTL/0hInwgj0rfsQb3lpE3R8XUJxqUNKI= +cloud.google.com/go/dlp v1.11.2/go.mod h1:9Czi+8Y/FegpWzgSfkRlyz+jwW6Te9Rv26P3UfU/h/w= +cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= +cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= +cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= +cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/documentai v1.18.0/go.mod h1:F6CK6iUH8J81FehpskRmhLq/3VlwQvb7TvwOceQ2tbs= +cloud.google.com/go/documentai v1.20.0/go.mod h1:yJkInoMcK0qNAEdRnqY/D5asy73tnPe88I1YTZT+a8E= +cloud.google.com/go/documentai v1.22.0/go.mod h1:yJkInoMcK0qNAEdRnqY/D5asy73tnPe88I1YTZT+a8E= +cloud.google.com/go/documentai v1.22.1/go.mod h1:LKs22aDHbJv7ufXuPypzRO7rG3ALLJxzdCXDPutw4Qc= +cloud.google.com/go/documentai v1.23.0/go.mod h1:LKs22aDHbJv7ufXuPypzRO7rG3ALLJxzdCXDPutw4Qc= +cloud.google.com/go/documentai v1.23.2/go.mod h1:Q/wcRT+qnuXOpjAkvOV4A+IeQl04q2/ReT7SSbytLSo= +cloud.google.com/go/documentai v1.23.4/go.mod h1:4MYAaEMnADPN1LPN5xboDR5QVB6AgsaxgFdJhitlE2Y= +cloud.google.com/go/documentai v1.23.5/go.mod h1:ghzBsyVTiVdkfKaUCum/9bGBEyBjDO4GfooEcYKhN+g= +cloud.google.com/go/documentai v1.23.6/go.mod h1:ghzBsyVTiVdkfKaUCum/9bGBEyBjDO4GfooEcYKhN+g= +cloud.google.com/go/documentai v1.23.7/go.mod h1:ghzBsyVTiVdkfKaUCum/9bGBEyBjDO4GfooEcYKhN+g= +cloud.google.com/go/documentai v1.23.8/go.mod h1:Vd/y5PosxCpUHmwC+v9arZyeMfTqBR9VIwOwIqQYYfA= +cloud.google.com/go/documentai v1.25.0/go.mod h1:ftLnzw5VcXkLItp6pw1mFic91tMRyfv6hHEY5br4KzY= +cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= +cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= +cloud.google.com/go/domains v0.9.1/go.mod h1:aOp1c0MbejQQ2Pjf1iJvnVyT+z6R6s8pX66KaCSDYfE= +cloud.google.com/go/domains v0.9.2/go.mod h1:3YvXGYzZG1Temjbk7EyGCuGGiXHJwVNmwIf+E/cUp5I= +cloud.google.com/go/domains v0.9.3/go.mod h1:29k66YNDLDY9LCFKpGFeh6Nj9r62ZKm5EsUJxAl84KU= +cloud.google.com/go/domains v0.9.4/go.mod h1:27jmJGShuXYdUNjyDG0SodTfT5RwLi7xmH334Gvi3fY= +cloud.google.com/go/domains v0.9.5/go.mod h1:dBzlxgepazdFhvG7u23XMhmMKBjrkoUNaw0A8AQB55Y= +cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= +cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/edgecontainer v1.0.0/go.mod h1:cttArqZpBB2q58W/upSG++ooo6EsblxDIolxa3jSjbY= +cloud.google.com/go/edgecontainer v1.1.1/go.mod h1:O5bYcS//7MELQZs3+7mabRqoWQhXCzenBu0R8bz2rwk= +cloud.google.com/go/edgecontainer v1.1.2/go.mod h1:wQRjIzqxEs9e9wrtle4hQPSR1Y51kqN75dgF7UllZZ4= +cloud.google.com/go/edgecontainer v1.1.3/go.mod h1:Ll2DtIABzEfaxaVSbwj3QHFaOOovlDFiWVDu349jSsA= +cloud.google.com/go/edgecontainer v1.1.4/go.mod h1:AvFdVuZuVGdgaE5YvlL1faAoa1ndRR/5XhXZvPBHbsE= +cloud.google.com/go/edgecontainer v1.1.5/go.mod h1:rgcjrba3DEDEQAidT4yuzaKWTbkTI5zAMu3yy6ZWS0M= +cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= +cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= +cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= +cloud.google.com/go/essentialcontacts v1.6.2/go.mod h1:T2tB6tX+TRak7i88Fb2N9Ok3PvY3UNbUsMag9/BARh4= +cloud.google.com/go/essentialcontacts v1.6.3/go.mod h1:yiPCD7f2TkP82oJEFXFTou8Jl8L6LBRPeBEkTaO0Ggo= +cloud.google.com/go/essentialcontacts v1.6.4/go.mod h1:iju5Vy3d9tJUg0PYMd1nHhjV7xoCXaOAVabrwLaPBEM= +cloud.google.com/go/essentialcontacts v1.6.5/go.mod h1:jjYbPzw0x+yglXC890l6ECJWdYeZ5dlYACTFL0U/VuM= +cloud.google.com/go/essentialcontacts v1.6.6/go.mod h1:XbqHJGaiH0v2UvtuucfOzFXN+rpL/aU5BCZLn4DYl1Q= +cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= +cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/eventarc v1.11.0/go.mod h1:PyUjsUKPWoRBCHeOxZd/lbOOjahV41icXyUY5kSTvVY= +cloud.google.com/go/eventarc v1.12.1/go.mod h1:mAFCW6lukH5+IZjkvrEss+jmt2kOdYlN8aMx3sRJiAI= +cloud.google.com/go/eventarc v1.13.0/go.mod h1:mAFCW6lukH5+IZjkvrEss+jmt2kOdYlN8aMx3sRJiAI= +cloud.google.com/go/eventarc v1.13.1/go.mod h1:EqBxmGHFrruIara4FUQ3RHlgfCn7yo1HYsu2Hpt/C3Y= +cloud.google.com/go/eventarc v1.13.2/go.mod h1:X9A80ShVu19fb4e5sc/OLV7mpFUKZMwfJFeeWhcIObM= +cloud.google.com/go/eventarc v1.13.3/go.mod h1:RWH10IAZIRcj1s/vClXkBgMHwh59ts7hSWcqD3kaclg= +cloud.google.com/go/eventarc v1.13.4/go.mod h1:zV5sFVoAa9orc/52Q+OuYUG9xL2IIZTbbuTHC6JSY8s= +cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= +cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= +cloud.google.com/go/filestore v1.6.0/go.mod h1:di5unNuss/qfZTw2U9nhFqo8/ZDSc466dre85Kydllg= +cloud.google.com/go/filestore v1.7.1/go.mod h1:y10jsorq40JJnjR/lQ8AfFbbcGlw3g+Dp8oN7i7FjV4= +cloud.google.com/go/filestore v1.7.2/go.mod h1:TYOlyJs25f/omgj+vY7/tIG/E7BX369triSPzE4LdgE= +cloud.google.com/go/filestore v1.7.3/go.mod h1:Qp8WaEERR3cSkxToxFPHh/b8AACkSut+4qlCjAmKTV0= +cloud.google.com/go/filestore v1.7.4/go.mod h1:S5JCxIbFjeBhWMTfIYH2Jx24J6BqjwpkkPl+nBA5DlI= +cloud.google.com/go/filestore v1.8.0/go.mod h1:S5JCxIbFjeBhWMTfIYH2Jx24J6BqjwpkkPl+nBA5DlI= +cloud.google.com/go/filestore v1.8.1/go.mod h1:MbN9KcaM47DRTIuLfQhJEsjaocVebNtNQhSLhKCF5GM= +cloud.google.com/go/firestore v1.9.0/go.mod h1:HMkjKHNTtRyZNiMzu7YAsLr9K3X2udY2AMwDaMEQiiE= +cloud.google.com/go/firestore v1.11.0/go.mod h1:b38dKhgzlmNNGTNZZwe7ZRFEuRab1Hay3/DBsIGKKy4= +cloud.google.com/go/firestore v1.12.0/go.mod h1:b38dKhgzlmNNGTNZZwe7ZRFEuRab1Hay3/DBsIGKKy4= +cloud.google.com/go/firestore v1.13.0/go.mod h1:QojqqOh8IntInDUSTAh0c8ZsPYAr68Ma8c5DWOy8xb8= +cloud.google.com/go/firestore v1.14.0/go.mod h1:96MVaHLsEhbvkBEdZgfN+AS/GIkco1LRpH9Xp9YZfzQ= +cloud.google.com/go/functions v1.6.0/go.mod h1:3H1UA3qiIPRWD7PeZKLvHZ9SaQhR26XIJcC0A5GbvAk= +cloud.google.com/go/functions v1.7.0/go.mod h1:+d+QBcWM+RsrgZfV9xo6KfA1GlzJfxcfZcRPEhDDfzg= +cloud.google.com/go/functions v1.8.0/go.mod h1:RTZ4/HsQjIqIYP9a9YPbU+QFoQsAlYgrwOXJWHn1POY= +cloud.google.com/go/functions v1.9.0/go.mod h1:Y+Dz8yGguzO3PpIjhLTbnqV1CWmgQ5UwtlpzoyquQ08= +cloud.google.com/go/functions v1.10.0/go.mod h1:0D3hEOe3DbEvCXtYOZHQZmD+SzYsi1YbI7dGvHfldXw= +cloud.google.com/go/functions v1.12.0/go.mod h1:AXWGrF3e2C/5ehvwYo/GH6O5s09tOPksiKhz+hH8WkA= +cloud.google.com/go/functions v1.13.0/go.mod h1:EU4O007sQm6Ef/PwRsI8N2umygGqPBS/IZQKBQBcJ3c= +cloud.google.com/go/functions v1.15.1/go.mod h1:P5yNWUTkyU+LvW/S9O6V+V423VZooALQlqoXdoPz5AE= +cloud.google.com/go/functions v1.15.2/go.mod h1:CHAjtcR6OU4XF2HuiVeriEdELNcnvRZSk1Q8RMqy4lE= +cloud.google.com/go/functions v1.15.3/go.mod h1:r/AMHwBheapkkySEhiZYLDBwVJCdlRwsm4ieJu35/Ug= +cloud.google.com/go/functions v1.15.4/go.mod h1:CAsTc3VlRMVvx+XqXxKqVevguqJpnVip4DdonFsX28I= +cloud.google.com/go/functions v1.16.0/go.mod h1:nbNpfAG7SG7Duw/o1iZ6ohvL7mc6MapWQVpqtM29n8k= +cloud.google.com/go/gaming v1.5.0/go.mod h1:ol7rGcxP/qHTRQE/RO4bxkXq+Fix0j6D4LFPzYTIrDM= +cloud.google.com/go/gaming v1.6.0/go.mod h1:YMU1GEvA39Qt3zWGyAVA9bpYz/yAhTvaQ1t2sK4KPUA= +cloud.google.com/go/gaming v1.7.0/go.mod h1:LrB8U7MHdGgFG851iHAfqUdLcKBdQ55hzXy9xBJz0+w= +cloud.google.com/go/gaming v1.8.0/go.mod h1:xAqjS8b7jAVW0KFYeRUxngo9My3f33kFmua++Pi+ggM= +cloud.google.com/go/gaming v1.9.0/go.mod h1:Fc7kEmCObylSWLO334NcO+O9QMDyz+TKC4v1D7X+Bc0= +cloud.google.com/go/gaming v1.10.1/go.mod h1:XQQvtfP8Rb9Rxnxm5wFVpAp9zCQkJi2bLIb7iHGwB3s= +cloud.google.com/go/gkebackup v0.2.0/go.mod h1:XKvv/4LfG829/B8B7xRkk8zRrOEbKtEam6yNfuQNH60= +cloud.google.com/go/gkebackup v0.3.0/go.mod h1:n/E671i1aOQvUxT541aTkCwExO/bTer2HDlj4TsBRAo= +cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= +cloud.google.com/go/gkebackup v1.3.0/go.mod h1:vUDOu++N0U5qs4IhG1pcOnD1Mac79xWy6GoBFlWCWBU= +cloud.google.com/go/gkebackup v1.3.1/go.mod h1:vUDOu++N0U5qs4IhG1pcOnD1Mac79xWy6GoBFlWCWBU= +cloud.google.com/go/gkebackup v1.3.2/go.mod h1:OMZbXzEJloyXMC7gqdSB+EOEQ1AKcpGYvO3s1ec5ixk= +cloud.google.com/go/gkebackup v1.3.3/go.mod h1:eMk7/wVV5P22KBakhQnJxWSVftL1p4VBFLpv0kIft7I= +cloud.google.com/go/gkebackup v1.3.4/go.mod h1:gLVlbM8h/nHIs09ns1qx3q3eaXcGSELgNu1DWXYz1HI= +cloud.google.com/go/gkebackup v1.3.5/go.mod h1:KJ77KkNN7Wm1LdMopOelV6OodM01pMuK2/5Zt1t4Tvc= +cloud.google.com/go/gkeconnect v0.5.0/go.mod h1:c5lsNAg5EwAy7fkqX/+goqFsU1Da/jQFqArp+wGNr/o= +cloud.google.com/go/gkeconnect v0.6.0/go.mod h1:Mln67KyU/sHJEBY8kFZ0xTeyPtzbq9StAVvEULYK16A= +cloud.google.com/go/gkeconnect v0.7.0/go.mod h1:SNfmVqPkaEi3bF/B3CNZOAYPYdg7sU+obZ+QTky2Myw= +cloud.google.com/go/gkeconnect v0.8.1/go.mod h1:KWiK1g9sDLZqhxB2xEuPV8V9NYzrqTUmQR9shJHpOZw= +cloud.google.com/go/gkeconnect v0.8.2/go.mod h1:6nAVhwchBJYgQCXD2pHBFQNiJNyAd/wyxljpaa6ZPrY= +cloud.google.com/go/gkeconnect v0.8.3/go.mod h1:i9GDTrfzBSUZGCe98qSu1B8YB8qfapT57PenIb820Jo= +cloud.google.com/go/gkeconnect v0.8.4/go.mod h1:84hZz4UMlDCKl8ifVW8layK4WHlMAFeq8vbzjU0yJkw= +cloud.google.com/go/gkeconnect v0.8.5/go.mod h1:LC/rS7+CuJ5fgIbXv8tCD/mdfnlAadTaUufgOkmijuk= +cloud.google.com/go/gkehub v0.9.0/go.mod h1:WYHN6WG8w9bXU0hqNxt8rm5uxnk8IH+lPY9J2TV7BK0= +cloud.google.com/go/gkehub v0.10.0/go.mod h1:UIPwxI0DsrpsVoWpLB0stwKCP+WFVG9+y977wO+hBH0= +cloud.google.com/go/gkehub v0.11.0/go.mod h1:JOWHlmN+GHyIbuWQPl47/C2RFhnFKH38jH9Ascu3n0E= +cloud.google.com/go/gkehub v0.12.0/go.mod h1:djiIwwzTTBrF5NaXCGv3mf7klpEMcST17VBTVVDcuaw= +cloud.google.com/go/gkehub v0.14.1/go.mod h1:VEXKIJZ2avzrbd7u+zeMtW00Y8ddk/4V9511C9CQGTY= +cloud.google.com/go/gkehub v0.14.2/go.mod h1:iyjYH23XzAxSdhrbmfoQdePnlMj2EWcvnR+tHdBQsCY= +cloud.google.com/go/gkehub v0.14.3/go.mod h1:jAl6WafkHHW18qgq7kqcrXYzN08hXeK/Va3utN8VKg8= +cloud.google.com/go/gkehub v0.14.4/go.mod h1:Xispfu2MqnnFt8rV/2/3o73SK1snL8s9dYJ9G2oQMfc= +cloud.google.com/go/gkehub v0.14.5/go.mod h1:6bzqxM+a+vEH/h8W8ec4OJl4r36laxTs3A/fMNHJ0wA= +cloud.google.com/go/gkemulticloud v0.3.0/go.mod h1:7orzy7O0S+5kq95e4Hpn7RysVA7dPs8W/GgfUtsPbrA= +cloud.google.com/go/gkemulticloud v0.4.0/go.mod h1:E9gxVBnseLWCk24ch+P9+B2CoDFJZTyIgLKSalC7tuI= +cloud.google.com/go/gkemulticloud v0.5.0/go.mod h1:W0JDkiyi3Tqh0TJr//y19wyb1yf8llHVto2Htf2Ja3Y= +cloud.google.com/go/gkemulticloud v0.6.1/go.mod h1:kbZ3HKyTsiwqKX7Yw56+wUGwwNZViRnxWK2DVknXWfw= +cloud.google.com/go/gkemulticloud v1.0.0/go.mod h1:kbZ3HKyTsiwqKX7Yw56+wUGwwNZViRnxWK2DVknXWfw= +cloud.google.com/go/gkemulticloud v1.0.1/go.mod h1:AcrGoin6VLKT/fwZEYuqvVominLriQBCKmbjtnbMjG8= +cloud.google.com/go/gkemulticloud v1.0.2/go.mod h1:+ee5VXxKb3H1l4LZAcgWB/rvI16VTNTrInWxDjAGsGo= +cloud.google.com/go/gkemulticloud v1.0.3/go.mod h1:7NpJBN94U6DY1xHIbsDqB2+TFZUfjLUKLjUX8NGLor0= +cloud.google.com/go/gkemulticloud v1.1.0/go.mod h1:7NpJBN94U6DY1xHIbsDqB2+TFZUfjLUKLjUX8NGLor0= +cloud.google.com/go/gkemulticloud v1.1.1/go.mod h1:C+a4vcHlWeEIf45IB5FFR5XGjTeYhF83+AYIpTy4i2Q= +cloud.google.com/go/grafeas v0.2.0/go.mod h1:KhxgtF2hb0P191HlY5besjYm6MqTSTj3LSI+M+ByZHc= +cloud.google.com/go/grafeas v0.3.0/go.mod h1:P7hgN24EyONOTMyeJH6DxG4zD7fwiYa5Q6GUgyFSOU8= +cloud.google.com/go/grafeas v0.3.4/go.mod h1:A5m316hcG+AulafjAbPKXBO/+I5itU4LOdKO2R/uDIc= +cloud.google.com/go/gsuiteaddons v1.3.0/go.mod h1:EUNK/J1lZEZO8yPtykKxLXI6JSVN2rg9bN8SXOa0bgM= +cloud.google.com/go/gsuiteaddons v1.4.0/go.mod h1:rZK5I8hht7u7HxFQcFei0+AtfS9uSushomRlg+3ua1o= +cloud.google.com/go/gsuiteaddons v1.5.0/go.mod h1:TFCClYLd64Eaa12sFVmUyG62tk4mdIsI7pAnSXRkcFo= +cloud.google.com/go/gsuiteaddons v1.6.1/go.mod h1:CodrdOqRZcLp5WOwejHWYBjZvfY0kOphkAKpF/3qdZY= +cloud.google.com/go/gsuiteaddons v1.6.2/go.mod h1:K65m9XSgs8hTF3X9nNTPi8IQueljSdYo9F+Mi+s4MyU= +cloud.google.com/go/gsuiteaddons v1.6.3/go.mod h1:sCFJkZoMrLZT3JTb8uJqgKPNshH2tfXeCwTFRebTq48= +cloud.google.com/go/gsuiteaddons v1.6.4/go.mod h1:rxtstw7Fx22uLOXBpsvb9DUbC+fiXs7rF4U29KHM/pE= +cloud.google.com/go/gsuiteaddons v1.6.5/go.mod h1:Lo4P2IvO8uZ9W+RaC6s1JVxo42vgy+TX5a6hfBZ0ubs= +cloud.google.com/go/iam v0.1.0/go.mod h1:vcUNEa0pEm0qRVpmWepWaFMIAI8/hjB9mO8rNCJtF6c= cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp4bnY= -cloud.google.com/go/iam v0.12.0 h1:DRtTY29b75ciH6Ov1PHb4/iat2CLCvrOm40Q0a6DFpE= +cloud.google.com/go/iam v0.5.0/go.mod h1:wPU9Vt0P4UmCux7mqtRu6jcpPAb74cP1fh50J3QpkUc= +cloud.google.com/go/iam v0.6.0/go.mod h1:+1AH33ueBne5MzYccyMHtEKqLE4/kJOibtffMHDMFMc= +cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= +cloud.google.com/go/iam v0.8.0/go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE= +cloud.google.com/go/iam v0.11.0/go.mod h1:9PiLDanza5D+oWFZiH1uG+RnRCfEGKoyl6yo4cgWZGY= cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= -cloud.google.com/go/longrunning v0.4.1 h1:v+yFJOfKC3yZdY6ZUI933pIYdhyhV8S3NpWrXWmg7jM= -cloud.google.com/go/monitoring v1.12.0 h1:+X79DyOP/Ny23XIqSIb37AvFWSxDN15w/ktklVvPLso= +cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= +cloud.google.com/go/iam v1.0.1/go.mod h1:yR3tmSL8BcZB4bxByRv2jkSIahVmCtfKZwLYGBalRE8= +cloud.google.com/go/iam v1.1.0/go.mod h1:nxdHjaKfCr7fNYx/HJMM8LgiMugmveWlkatear5gVyk= +cloud.google.com/go/iam v1.1.1/go.mod h1:A5avdyVL2tCppe4unb0951eI9jreack+RJ0/d+KUZOU= +cloud.google.com/go/iam v1.1.2/go.mod h1:A5avdyVL2tCppe4unb0951eI9jreack+RJ0/d+KUZOU= +cloud.google.com/go/iam v1.1.3/go.mod h1:3khUlaBXfPKKe7huYgEpDn6FtgRyMEqbkvBxrQyY5SE= +cloud.google.com/go/iam v1.1.4/go.mod h1:l/rg8l1AaA+VFMho/HYx2Vv6xinPSLMF8qfhRPIZ0L8= +cloud.google.com/go/iam v1.1.5/go.mod h1:rB6P/Ic3mykPbFio+vo7403drjlgvoWfYpJhMXEbzv8= +cloud.google.com/go/iam v1.1.6/go.mod h1:O0zxdPeGBoFdWW3HWmBxJsk0pfvNM/p/qa82rWOGTwI= +cloud.google.com/go/iam v1.1.8 h1:r7umDwhj+BQyz0ScZMp4QrGXjSTI3ZINnpgU2nlB/K0= +cloud.google.com/go/iam v1.1.8/go.mod h1:GvE6lyMmfxXauzNq8NbgJbeVQNspG+tcdL/W8QO1+zE= +cloud.google.com/go/iap v1.4.0/go.mod h1:RGFwRJdihTINIe4wZ2iCP0zF/qu18ZwyKxrhMhygBEc= +cloud.google.com/go/iap v1.5.0/go.mod h1:UH/CGgKd4KyohZL5Pt0jSKE4m3FR51qg6FKQ/z/Ix9A= +cloud.google.com/go/iap v1.6.0/go.mod h1:NSuvI9C/j7UdjGjIde7t7HBz+QTwBcapPE07+sSRcLk= +cloud.google.com/go/iap v1.7.0/go.mod h1:beqQx56T9O1G1yNPph+spKpNibDlYIiIixiqsQXxLIo= +cloud.google.com/go/iap v1.7.1/go.mod h1:WapEwPc7ZxGt2jFGB/C/bm+hP0Y6NXzOYGjpPnmMS74= +cloud.google.com/go/iap v1.8.1/go.mod h1:sJCbeqg3mvWLqjZNsI6dfAtbbV1DL2Rl7e1mTyXYREQ= +cloud.google.com/go/iap v1.9.0/go.mod h1:01OFxd1R+NFrg78S+hoPV5PxEzv22HXaNqUUlmNHFuY= +cloud.google.com/go/iap v1.9.1/go.mod h1:SIAkY7cGMLohLSdBR25BuIxO+I4fXJiL06IBL7cy/5Q= +cloud.google.com/go/iap v1.9.2/go.mod h1:GwDTOs047PPSnwRD0Us5FKf4WDRcVvHg1q9WVkKBhdI= +cloud.google.com/go/iap v1.9.3/go.mod h1:DTdutSZBqkkOm2HEOTBzhZxh2mwwxshfD/h3yofAiCw= +cloud.google.com/go/iap v1.9.4/go.mod h1:vO4mSq0xNf/Pu6E5paORLASBwEmphXEjgCFg7aeNu1w= +cloud.google.com/go/ids v1.1.0/go.mod h1:WIuwCaYVOzHIj2OhN9HAwvW+DBdmUAdcWlFxRl+KubM= +cloud.google.com/go/ids v1.2.0/go.mod h1:5WXvp4n25S0rA/mQWAg1YEEBBq6/s+7ml1RDCW1IrcY= +cloud.google.com/go/ids v1.3.0/go.mod h1:JBdTYwANikFKaDP6LtW5JAi4gubs57SVNQjemdt6xV4= +cloud.google.com/go/ids v1.4.1/go.mod h1:np41ed8YMU8zOgv53MMMoCntLTn2lF+SUzlM+O3u/jw= +cloud.google.com/go/ids v1.4.2/go.mod h1:3vw8DX6YddRu9BncxuzMyWn0g8+ooUjI2gslJ7FH3vk= +cloud.google.com/go/ids v1.4.3/go.mod h1:9CXPqI3GedjmkjbMWCUhMZ2P2N7TUMzAkVXYEH2orYU= +cloud.google.com/go/ids v1.4.4/go.mod h1:z+WUc2eEl6S/1aZWzwtVNWoSZslgzPxAboS0lZX0HjI= +cloud.google.com/go/ids v1.4.5/go.mod h1:p0ZnyzjMWxww6d2DvMGnFwCsSxDJM666Iir1bK1UuBo= +cloud.google.com/go/iot v1.3.0/go.mod h1:r7RGh2B61+B8oz0AGE+J72AhA0G7tdXItODWsaA2oLs= +cloud.google.com/go/iot v1.4.0/go.mod h1:dIDxPOn0UvNDUMD8Ger7FIaTuvMkj+aGk94RPP0iV+g= +cloud.google.com/go/iot v1.5.0/go.mod h1:mpz5259PDl3XJthEmh9+ap0affn/MqNSP4My77Qql9o= +cloud.google.com/go/iot v1.6.0/go.mod h1:IqdAsmE2cTYYNO1Fvjfzo9po179rAtJeVGUvkLN3rLE= +cloud.google.com/go/iot v1.7.1/go.mod h1:46Mgw7ev1k9KqK1ao0ayW9h0lI+3hxeanz+L1zmbbbk= +cloud.google.com/go/iot v1.7.2/go.mod h1:q+0P5zr1wRFpw7/MOgDXrG/HVA+l+cSwdObffkrpnSg= +cloud.google.com/go/iot v1.7.3/go.mod h1:t8itFchkol4VgNbHnIq9lXoOOtHNR3uAACQMYbN9N4I= +cloud.google.com/go/iot v1.7.4/go.mod h1:3TWqDVvsddYBG++nHSZmluoCAVGr1hAcabbWZNKEZLk= +cloud.google.com/go/iot v1.7.5/go.mod h1:nq3/sqTz3HGaWJi1xNiX7F41ThOzpud67vwk0YsSsqs= +cloud.google.com/go/kms v1.4.0/go.mod h1:fajBHndQ+6ubNw6Ss2sSd+SWvjL26RNo/dr7uxsnnOA= +cloud.google.com/go/kms v1.5.0/go.mod h1:QJS2YY0eJGBg3mnDfuaCyLauWwBJiHRboYxJ++1xJNg= +cloud.google.com/go/kms v1.6.0/go.mod h1:Jjy850yySiasBUDi6KFUwUv2n1+o7QZFyuUJg6OgjA0= +cloud.google.com/go/kms v1.8.0/go.mod h1:4xFEhYFqvW+4VMELtZyxomGSYtSQKzM178ylFW4jMAg= +cloud.google.com/go/kms v1.9.0/go.mod h1:qb1tPTgfF9RQP8e1wq4cLFErVuTJv7UsSC915J8dh3w= +cloud.google.com/go/kms v1.10.0/go.mod h1:ng3KTUtQQU9bPX3+QGLsflZIHlkbn8amFAMY63m8d24= +cloud.google.com/go/kms v1.10.1/go.mod h1:rIWk/TryCkR59GMC3YtHtXeLzd634lBbKenvyySAyYI= +cloud.google.com/go/kms v1.11.0/go.mod h1:hwdiYC0xjnWsKQQCQQmIQnS9asjYVSK6jtXm+zFqXLM= +cloud.google.com/go/kms v1.12.1/go.mod h1:c9J991h5DTl+kg7gi3MYomh12YEENGrf48ee/N/2CDM= +cloud.google.com/go/kms v1.15.0/go.mod h1:c9J991h5DTl+kg7gi3MYomh12YEENGrf48ee/N/2CDM= +cloud.google.com/go/kms v1.15.2/go.mod h1:3hopT4+7ooWRCjc2DxgnpESFxhIraaI2IpAVUEhbT/w= +cloud.google.com/go/kms v1.15.3/go.mod h1:AJdXqHxS2GlPyduM99s9iGqi2nwbviBbhV/hdmt4iOQ= +cloud.google.com/go/kms v1.15.4/go.mod h1:L3Sdj6QTHK8dfwK5D1JLsAyELsNMnd3tAIwGS4ltKpc= +cloud.google.com/go/kms v1.15.5/go.mod h1:cU2H5jnp6G2TDpUGZyqTCoy1n16fbubHZjmVXSMtwDI= +cloud.google.com/go/kms v1.15.6/go.mod h1:yF75jttnIdHfGBoE51AKsD/Yqf+/jICzB9v1s1acsms= +cloud.google.com/go/kms v1.15.7/go.mod h1:ub54lbsa6tDkUwnu4W7Yt1aAIFLnspgh0kPGToDukeI= +cloud.google.com/go/language v1.4.0/go.mod h1:F9dRpNFQmJbkaop6g0JhSBXCNlO90e1KWx5iDdxbWic= +cloud.google.com/go/language v1.6.0/go.mod h1:6dJ8t3B+lUYfStgls25GusK04NLh3eDLQnWM3mdEbhI= +cloud.google.com/go/language v1.7.0/go.mod h1:DJ6dYN/W+SQOjF8e1hLQXMF21AkH2w9wiPzPCJa2MIE= +cloud.google.com/go/language v1.8.0/go.mod h1:qYPVHf7SPoNNiCL2Dr0FfEFNil1qi3pQEyygwpgVKB8= +cloud.google.com/go/language v1.9.0/go.mod h1:Ns15WooPM5Ad/5no/0n81yUetis74g3zrbeJBE+ptUY= +cloud.google.com/go/language v1.10.1/go.mod h1:CPp94nsdVNiQEt1CNjF5WkTcisLiHPyIbMhvR8H2AW0= +cloud.google.com/go/language v1.11.0/go.mod h1:uDx+pFDdAKTY8ehpWbiXyQdz8tDSYLJbQcXsCkjYyvQ= +cloud.google.com/go/language v1.11.1/go.mod h1:Xyid9MG9WOX3utvDbpX7j3tXDmmDooMyMDqgUVpH17U= +cloud.google.com/go/language v1.12.1/go.mod h1:zQhalE2QlQIxbKIZt54IASBzmZpN/aDASea5zl1l+J4= +cloud.google.com/go/language v1.12.2/go.mod h1:9idWapzr/JKXBBQ4lWqVX/hcadxB194ry20m/bTrhWc= +cloud.google.com/go/language v1.12.3/go.mod h1:evFX9wECX6mksEva8RbRnr/4wi/vKGYnAJrTRXU8+f8= +cloud.google.com/go/lifesciences v0.5.0/go.mod h1:3oIKy8ycWGPUyZDR/8RNnTOYevhaMLqh5vLUXs9zvT8= +cloud.google.com/go/lifesciences v0.6.0/go.mod h1:ddj6tSX/7BOnhxCSd3ZcETvtNr8NZ6t/iPhY2Tyfu08= +cloud.google.com/go/lifesciences v0.8.0/go.mod h1:lFxiEOMqII6XggGbOnKiyZ7IBwoIqA84ClvoezaA/bo= +cloud.google.com/go/lifesciences v0.9.1/go.mod h1:hACAOd1fFbCGLr/+weUKRAJas82Y4vrL3O5326N//Wc= +cloud.google.com/go/lifesciences v0.9.2/go.mod h1:QHEOO4tDzcSAzeJg7s2qwnLM2ji8IRpQl4p6m5Z9yTA= +cloud.google.com/go/lifesciences v0.9.3/go.mod h1:gNGBOJV80IWZdkd+xz4GQj4mbqaz737SCLHn2aRhQKM= +cloud.google.com/go/lifesciences v0.9.4/go.mod h1:bhm64duKhMi7s9jR9WYJYvjAFJwRqNj+Nia7hF0Z7JA= +cloud.google.com/go/lifesciences v0.9.5/go.mod h1:OdBm0n7C0Osh5yZB7j9BXyrMnTRGBJIZonUMxo5CzPw= +cloud.google.com/go/logging v1.6.1/go.mod h1:5ZO0mHHbvm8gEmeEUHrmDlTDSu5imF6MUP9OfilNXBw= +cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M= +cloud.google.com/go/logging v1.8.1/go.mod h1:TJjR+SimHwuC8MZ9cjByQulAMgni+RkXeI3wwctHJEI= +cloud.google.com/go/logging v1.9.0/go.mod h1:1Io0vnZv4onoUnsVUQY3HZ3Igb1nBchky0A0y7BBBhE= +cloud.google.com/go/longrunning v0.1.1/go.mod h1:UUFxuDWkv22EuY93jjmDMFT5GPQKeFVJBIF6QlTqdsE= +cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= +cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo= +cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ= +cloud.google.com/go/longrunning v0.5.0/go.mod h1:0JNuqRShmscVAhIACGtskSAWtqtOoPkwP0YF1oVEchc= +cloud.google.com/go/longrunning v0.5.1/go.mod h1:spvimkwdz6SPWKEt/XBij79E9fiTkHSQl/fRUUQJYJc= +cloud.google.com/go/longrunning v0.5.2/go.mod h1:nqo6DQbNV2pXhGDbDMoN2bWz68MjZUzqv2YttZiveCs= +cloud.google.com/go/longrunning v0.5.3/go.mod h1:y/0ga59EYu58J6SHmmQOvekvND2qODbu8ywBBW7EK7Y= +cloud.google.com/go/longrunning v0.5.4/go.mod h1:zqNVncI0BOP8ST6XQD1+VcvuShMmq7+xFSzOL++V0dI= +cloud.google.com/go/longrunning v0.5.5/go.mod h1:WV2LAxD8/rg5Z1cNW6FJ/ZpX4E4VnDnoTk0yawPBB7s= +cloud.google.com/go/managedidentities v1.3.0/go.mod h1:UzlW3cBOiPrzucO5qWkNkh0w33KFtBJU281hacNvsdE= +cloud.google.com/go/managedidentities v1.4.0/go.mod h1:NWSBYbEMgqmbZsLIyKvxrYbtqOsxY1ZrGM+9RgDqInM= +cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA= +cloud.google.com/go/managedidentities v1.6.1/go.mod h1:h/irGhTN2SkZ64F43tfGPMbHnypMbu4RB3yl8YcuEak= +cloud.google.com/go/managedidentities v1.6.2/go.mod h1:5c2VG66eCa0WIq6IylRk3TBW83l161zkFvCj28X7jn8= +cloud.google.com/go/managedidentities v1.6.3/go.mod h1:tewiat9WLyFN0Fi7q1fDD5+0N4VUoL0SCX0OTCthZq4= +cloud.google.com/go/managedidentities v1.6.4/go.mod h1:WgyaECfHmF00t/1Uk8Oun3CQ2PGUtjc3e9Alh79wyiM= +cloud.google.com/go/managedidentities v1.6.5/go.mod h1:fkFI2PwwyRQbjLxlm5bQ8SjtObFMW3ChBGNqaMcgZjI= +cloud.google.com/go/maps v0.1.0/go.mod h1:BQM97WGyfw9FWEmQMpZ5T6cpovXXSd1cGmFma94eubI= +cloud.google.com/go/maps v0.6.0/go.mod h1:o6DAMMfb+aINHz/p/jbcY+mYeXBoZoxTfdSQ8VAJaCw= +cloud.google.com/go/maps v0.7.0/go.mod h1:3GnvVl3cqeSvgMcpRlQidXsPYuDGQ8naBis7MVzpXsY= +cloud.google.com/go/maps v1.3.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s= +cloud.google.com/go/maps v1.4.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s= +cloud.google.com/go/maps v1.4.1/go.mod h1:BxSa0BnW1g2U2gNdbq5zikLlHUuHW0GFWh7sgML2kIY= +cloud.google.com/go/maps v1.5.1/go.mod h1:NPMZw1LJwQZYCfz4y+EIw+SI+24A4bpdFJqdKVr0lt4= +cloud.google.com/go/maps v1.6.1/go.mod h1:4+buOHhYXFBp58Zj/K+Lc1rCmJssxxF4pJ5CJnhdz18= +cloud.google.com/go/maps v1.6.2/go.mod h1:4+buOHhYXFBp58Zj/K+Lc1rCmJssxxF4pJ5CJnhdz18= +cloud.google.com/go/maps v1.6.3/go.mod h1:VGAn809ADswi1ASofL5lveOHPnE6Rk/SFTTBx1yuOLw= +cloud.google.com/go/maps v1.6.4/go.mod h1:rhjqRy8NWmDJ53saCfsXQ0LKwBHfi6OSh5wkq6BaMhI= +cloud.google.com/go/mediatranslation v0.5.0/go.mod h1:jGPUhGTybqsPQn91pNXw0xVHfuJ3leR1wj37oU3y1f4= +cloud.google.com/go/mediatranslation v0.6.0/go.mod h1:hHdBCTYNigsBxshbznuIMFNe5QXEowAuNmmC7h8pu5w= +cloud.google.com/go/mediatranslation v0.7.0/go.mod h1:LCnB/gZr90ONOIQLgSXagp8XUW1ODs2UmUMvcgMfI2I= +cloud.google.com/go/mediatranslation v0.8.1/go.mod h1:L/7hBdEYbYHQJhX2sldtTO5SZZ1C1vkapubj0T2aGig= +cloud.google.com/go/mediatranslation v0.8.2/go.mod h1:c9pUaDRLkgHRx3irYE5ZC8tfXGrMYwNZdmDqKMSfFp8= +cloud.google.com/go/mediatranslation v0.8.3/go.mod h1:F9OnXTy336rteOEywtY7FOqCk+J43o2RF638hkOQl4Y= +cloud.google.com/go/mediatranslation v0.8.4/go.mod h1:9WstgtNVAdN53m6TQa5GjIjLqKQPXe74hwSCxUP6nj4= +cloud.google.com/go/mediatranslation v0.8.5/go.mod h1:y7kTHYIPCIfgyLbKncgqouXJtLsU+26hZhHEEy80fSs= +cloud.google.com/go/memcache v1.4.0/go.mod h1:rTOfiGZtJX1AaFUrOgsMHX5kAzaTQ8azHiuDoTPzNsE= +cloud.google.com/go/memcache v1.5.0/go.mod h1:dk3fCK7dVo0cUU2c36jKb4VqKPS22BTkf81Xq617aWM= +cloud.google.com/go/memcache v1.6.0/go.mod h1:XS5xB0eQZdHtTuTF9Hf8eJkKtR3pVRCcvJwtm68T3rA= +cloud.google.com/go/memcache v1.7.0/go.mod h1:ywMKfjWhNtkQTxrWxCkCFkoPjLHPW6A7WOTVI8xy3LY= +cloud.google.com/go/memcache v1.9.0/go.mod h1:8oEyzXCu+zo9RzlEaEjHl4KkgjlNDaXbCQeQWlzNFJM= +cloud.google.com/go/memcache v1.10.1/go.mod h1:47YRQIarv4I3QS5+hoETgKO40InqzLP6kpNLvyXuyaA= +cloud.google.com/go/memcache v1.10.2/go.mod h1:f9ZzJHLBrmd4BkguIAa/l/Vle6uTHzHokdnzSWOdQ6A= +cloud.google.com/go/memcache v1.10.3/go.mod h1:6z89A41MT2DVAW0P4iIRdu5cmRTsbsFn4cyiIx8gbwo= +cloud.google.com/go/memcache v1.10.4/go.mod h1:v/d8PuC8d1gD6Yn5+I3INzLR01IDn0N4Ym56RgikSI0= +cloud.google.com/go/memcache v1.10.5/go.mod h1:/FcblbNd0FdMsx4natdj+2GWzTq+cjZvMa1I+9QsuMA= +cloud.google.com/go/metastore v1.5.0/go.mod h1:2ZNrDcQwghfdtCwJ33nM0+GrBGlVuh8rakL3vdPY3XY= +cloud.google.com/go/metastore v1.6.0/go.mod h1:6cyQTls8CWXzk45G55x57DVQ9gWg7RiH65+YgPsNh9s= +cloud.google.com/go/metastore v1.7.0/go.mod h1:s45D0B4IlsINu87/AsWiEVYbLaIMeUSoxlKKDqBGFS8= +cloud.google.com/go/metastore v1.8.0/go.mod h1:zHiMc4ZUpBiM7twCIFQmJ9JMEkDSyZS9U12uf7wHqSI= +cloud.google.com/go/metastore v1.10.0/go.mod h1:fPEnH3g4JJAk+gMRnrAnoqyv2lpUCqJPWOodSaf45Eo= +cloud.google.com/go/metastore v1.11.1/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA= +cloud.google.com/go/metastore v1.12.0/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA= +cloud.google.com/go/metastore v1.13.0/go.mod h1:URDhpG6XLeh5K+Glq0NOt74OfrPKTwS62gEPZzb5SOk= +cloud.google.com/go/metastore v1.13.1/go.mod h1:IbF62JLxuZmhItCppcIfzBBfUFq0DIB9HPDoLgWrVOU= +cloud.google.com/go/metastore v1.13.2/go.mod h1:KS59dD+unBji/kFebVp8XU/quNSyo8b6N6tPGspKszA= +cloud.google.com/go/metastore v1.13.3/go.mod h1:K+wdjXdtkdk7AQg4+sXS8bRrQa9gcOr+foOMF2tqINE= +cloud.google.com/go/metastore v1.13.4/go.mod h1:FMv9bvPInEfX9Ac1cVcRXp8EBBQnBcqH6gz3KvJ9BAE= +cloud.google.com/go/monitoring v1.7.0/go.mod h1:HpYse6kkGo//7p6sT0wsIC6IBDET0RhIsnmlA53dvEk= +cloud.google.com/go/monitoring v1.8.0/go.mod h1:E7PtoMJ1kQXWxPjB6mv2fhC5/15jInuulFdYYtlcvT4= +cloud.google.com/go/monitoring v1.12.0/go.mod h1:yx8Jj2fZNEkL/GYZyTLS4ZtZEZN8WtDEiEqG4kLK50w= +cloud.google.com/go/monitoring v1.13.0/go.mod h1:k2yMBAB1H9JT/QETjNkgdCGD9bPF712XiLTVr+cBrpw= +cloud.google.com/go/monitoring v1.15.1/go.mod h1:lADlSAlFdbqQuwwpaImhsJXu1QSdd3ojypXrFSMr2rM= +cloud.google.com/go/monitoring v1.16.0/go.mod h1:Ptp15HgAyM1fNICAojDMoNc/wUmn67mLHQfyqbw+poY= +cloud.google.com/go/monitoring v1.16.1/go.mod h1:6HsxddR+3y9j+o/cMJH6q/KJ/CBTvM/38L/1m7bTRJ4= +cloud.google.com/go/monitoring v1.16.2/go.mod h1:B44KGwi4ZCF8Rk/5n+FWeispDXoKSk9oss2QNlXJBgc= +cloud.google.com/go/monitoring v1.16.3/go.mod h1:KwSsX5+8PnXv5NJnICZzW2R8pWTis8ypC4zmdRD63Tw= +cloud.google.com/go/monitoring v1.17.0/go.mod h1:KwSsX5+8PnXv5NJnICZzW2R8pWTis8ypC4zmdRD63Tw= +cloud.google.com/go/monitoring v1.17.1/go.mod h1:SJzPMakCF0GHOuKEH/r4hxVKF04zl+cRPQyc3d/fqII= +cloud.google.com/go/monitoring v1.18.0/go.mod h1:c92vVBCeq/OB4Ioyo+NbN2U7tlg5ZH41PZcdvfc+Lcg= +cloud.google.com/go/monitoring v1.19.0 h1:NCXf8hfQi+Kmr56QJezXRZ6GPb80ZI7El1XztyUuLQI= +cloud.google.com/go/monitoring v1.19.0/go.mod h1:25IeMR5cQ5BoZ8j1eogHE5VPJLlReQ7zFp5OiLgiGZw= +cloud.google.com/go/networkconnectivity v1.4.0/go.mod h1:nOl7YL8odKyAOtzNX73/M5/mGZgqqMeryi6UPZTk/rA= +cloud.google.com/go/networkconnectivity v1.5.0/go.mod h1:3GzqJx7uhtlM3kln0+x5wyFvuVH1pIBJjhCpjzSt75o= +cloud.google.com/go/networkconnectivity v1.6.0/go.mod h1:OJOoEXW+0LAxHh89nXd64uGG+FbQoeH8DtxCHVOMlaM= +cloud.google.com/go/networkconnectivity v1.7.0/go.mod h1:RMuSbkdbPwNMQjB5HBWD5MpTBnNm39iAVpC3TmsExt8= +cloud.google.com/go/networkconnectivity v1.10.0/go.mod h1:UP4O4sWXJG13AqrTdQCD9TnLGEbtNRqjuaaA7bNjF5E= +cloud.google.com/go/networkconnectivity v1.11.0/go.mod h1:iWmDD4QF16VCDLXUqvyspJjIEtBR/4zq5hwnY2X3scM= +cloud.google.com/go/networkconnectivity v1.12.1/go.mod h1:PelxSWYM7Sh9/guf8CFhi6vIqf19Ir/sbfZRUwXh92E= +cloud.google.com/go/networkconnectivity v1.13.0/go.mod h1:SAnGPes88pl7QRLUen2HmcBSE9AowVAcdug8c0RSBFk= +cloud.google.com/go/networkconnectivity v1.14.0/go.mod h1:SAnGPes88pl7QRLUen2HmcBSE9AowVAcdug8c0RSBFk= +cloud.google.com/go/networkconnectivity v1.14.1/go.mod h1:LyGPXR742uQcDxZ/wv4EI0Vu5N6NKJ77ZYVnDe69Zug= +cloud.google.com/go/networkconnectivity v1.14.2/go.mod h1:5UFlwIisZylSkGG1AdwK/WZUaoz12PKu6wODwIbFzJo= +cloud.google.com/go/networkconnectivity v1.14.3/go.mod h1:4aoeFdrJpYEXNvrnfyD5kIzs8YtHg945Og4koAjHQek= +cloud.google.com/go/networkconnectivity v1.14.4/go.mod h1:PU12q++/IMnDJAB+3r+tJtuCXCfwfN+C6Niyj6ji1Po= +cloud.google.com/go/networkmanagement v1.4.0/go.mod h1:Q9mdLLRn60AsOrPc8rs8iNV6OHXaGcDdsIQe1ohekq8= +cloud.google.com/go/networkmanagement v1.5.0/go.mod h1:ZnOeZ/evzUdUsnvRt792H0uYEnHQEMaz+REhhzJRcf4= +cloud.google.com/go/networkmanagement v1.6.0/go.mod h1:5pKPqyXjB/sgtvB5xqOemumoQNB7y95Q7S+4rjSOPYY= +cloud.google.com/go/networkmanagement v1.8.0/go.mod h1:Ho/BUGmtyEqrttTgWEe7m+8vDdK74ibQc+Be0q7Fof0= +cloud.google.com/go/networkmanagement v1.9.0/go.mod h1:UTUaEU9YwbCAhhz3jEOHr+2/K/MrBk2XxOLS89LQzFw= +cloud.google.com/go/networkmanagement v1.9.1/go.mod h1:CCSYgrQQvW73EJawO2QamemYcOb57LvrDdDU51F0mcI= +cloud.google.com/go/networkmanagement v1.9.2/go.mod h1:iDGvGzAoYRghhp4j2Cji7sF899GnfGQcQRQwgVOWnDw= +cloud.google.com/go/networkmanagement v1.9.3/go.mod h1:y7WMO1bRLaP5h3Obm4tey+NquUvB93Co1oh4wpL+XcU= +cloud.google.com/go/networkmanagement v1.9.4/go.mod h1:daWJAl0KTFytFL7ar33I6R/oNBH8eEOX/rBNHrC/8TA= +cloud.google.com/go/networksecurity v0.5.0/go.mod h1:xS6fOCoqpVC5zx15Z/MqkfDwH4+m/61A3ODiDV1xmiQ= +cloud.google.com/go/networksecurity v0.6.0/go.mod h1:Q5fjhTr9WMI5mbpRYEbiexTzROf7ZbDzvzCrNl14nyU= +cloud.google.com/go/networksecurity v0.7.0/go.mod h1:mAnzoxx/8TBSyXEeESMy9OOYwo1v+gZ5eMRnsT5bC8k= +cloud.google.com/go/networksecurity v0.8.0/go.mod h1:B78DkqsxFG5zRSVuwYFRZ9Xz8IcQ5iECsNrPn74hKHU= +cloud.google.com/go/networksecurity v0.9.1/go.mod h1:MCMdxOKQ30wsBI1eI659f9kEp4wuuAueoC9AJKSPWZQ= +cloud.google.com/go/networksecurity v0.9.2/go.mod h1:jG0SeAttWzPMUILEHDUvFYdQTl8L/E/KC8iZDj85lEI= +cloud.google.com/go/networksecurity v0.9.3/go.mod h1:l+C0ynM6P+KV9YjOnx+kk5IZqMSLccdBqW6GUoF4p/0= +cloud.google.com/go/networksecurity v0.9.4/go.mod h1:E9CeMZ2zDsNBkr8axKSYm8XyTqNhiCHf1JO/Vb8mD1w= +cloud.google.com/go/networksecurity v0.9.5/go.mod h1:KNkjH/RsylSGyyZ8wXpue8xpCEK+bTtvof8SBfIhMG8= +cloud.google.com/go/notebooks v1.2.0/go.mod h1:9+wtppMfVPUeJ8fIWPOq1UnATHISkGXGqTkxeieQ6UY= +cloud.google.com/go/notebooks v1.3.0/go.mod h1:bFR5lj07DtCPC7YAAJ//vHskFBxA5JzYlH68kXVdk34= +cloud.google.com/go/notebooks v1.4.0/go.mod h1:4QPMngcwmgb6uw7Po99B2xv5ufVoIQ7nOGDyL4P8AgA= +cloud.google.com/go/notebooks v1.5.0/go.mod h1:q8mwhnP9aR8Hpfnrc5iN5IBhrXUy8S2vuYs+kBJ/gu0= +cloud.google.com/go/notebooks v1.7.0/go.mod h1:PVlaDGfJgj1fl1S3dUwhFMXFgfYGhYQt2164xOMONmE= +cloud.google.com/go/notebooks v1.8.0/go.mod h1:Lq6dYKOYOWUCTvw5t2q1gp1lAp0zxAxRycayS0iJcqQ= +cloud.google.com/go/notebooks v1.9.1/go.mod h1:zqG9/gk05JrzgBt4ghLzEepPHNwE5jgPcHZRKhlC1A8= +cloud.google.com/go/notebooks v1.10.0/go.mod h1:SOPYMZnttHxqot0SGSFSkRrwE29eqnKPBJFqgWmiK2k= +cloud.google.com/go/notebooks v1.10.1/go.mod h1:5PdJc2SgAybE76kFQCWrTfJolCOUQXF97e+gteUUA6A= +cloud.google.com/go/notebooks v1.11.1/go.mod h1:V2Zkv8wX9kDCGRJqYoI+bQAaoVeE5kSiz4yYHd2yJwQ= +cloud.google.com/go/notebooks v1.11.2/go.mod h1:z0tlHI/lREXC8BS2mIsUeR3agM1AkgLiS+Isov3SS70= +cloud.google.com/go/notebooks v1.11.3/go.mod h1:0wQyI2dQC3AZyQqWnRsp+yA+kY4gC7ZIVP4Qg3AQcgo= +cloud.google.com/go/optimization v1.1.0/go.mod h1:5po+wfvX5AQlPznyVEZjGJTMr4+CAkJf2XSTQOOl9l4= +cloud.google.com/go/optimization v1.2.0/go.mod h1:Lr7SOHdRDENsh+WXVmQhQTrzdu9ybg0NecjHidBq6xs= +cloud.google.com/go/optimization v1.3.1/go.mod h1:IvUSefKiwd1a5p0RgHDbWCIbDFgKuEdB+fPPuP0IDLI= +cloud.google.com/go/optimization v1.4.1/go.mod h1:j64vZQP7h9bO49m2rVaTVoNM0vEBEN5eKPUPbZyXOrk= +cloud.google.com/go/optimization v1.5.0/go.mod h1:evo1OvTxeBRBu6ydPlrIRizKY/LJKo/drDMMRKqGEUU= +cloud.google.com/go/optimization v1.5.1/go.mod h1:NC0gnUD5MWVAF7XLdoYVPmYYVth93Q6BUzqAq3ZwtV8= +cloud.google.com/go/optimization v1.6.1/go.mod h1:hH2RYPTTM9e9zOiTaYPTiGPcGdNZVnBSBxjIAJzUkqo= +cloud.google.com/go/optimization v1.6.2/go.mod h1:mWNZ7B9/EyMCcwNl1frUGEuY6CPijSkz88Fz2vwKPOY= +cloud.google.com/go/optimization v1.6.3/go.mod h1:8ve3svp3W6NFcAEFr4SfJxrldzhUl4VMUJmhrqVKtYA= +cloud.google.com/go/orchestration v1.3.0/go.mod h1:Sj5tq/JpWiB//X/q3Ngwdl5K7B7Y0KZ7bfv0wL6fqVA= +cloud.google.com/go/orchestration v1.4.0/go.mod h1:6W5NLFWs2TlniBphAViZEVhrXRSMgUGDfW7vrWKvsBk= +cloud.google.com/go/orchestration v1.6.0/go.mod h1:M62Bevp7pkxStDfFfTuCOaXgaaqRAga1yKyoMtEoWPQ= +cloud.google.com/go/orchestration v1.8.1/go.mod h1:4sluRF3wgbYVRqz7zJ1/EUNc90TTprliq9477fGobD8= +cloud.google.com/go/orchestration v1.8.2/go.mod h1:T1cP+6WyTmh6LSZzeUhvGf0uZVmJyTx7t8z7Vg87+A0= +cloud.google.com/go/orchestration v1.8.3/go.mod h1:xhgWAYqlbYjlz2ftbFghdyqENYW+JXuhBx9KsjMoGHs= +cloud.google.com/go/orchestration v1.8.4/go.mod h1:d0lywZSVYtIoSZXb0iFjv9SaL13PGyVOKDxqGxEf/qI= +cloud.google.com/go/orchestration v1.8.5/go.mod h1:C1J7HesE96Ba8/hZ71ISTV2UAat0bwN+pi85ky38Yq8= +cloud.google.com/go/orgpolicy v1.4.0/go.mod h1:xrSLIV4RePWmP9P3tBl8S93lTmlAxjm06NSm2UTmKvE= +cloud.google.com/go/orgpolicy v1.5.0/go.mod h1:hZEc5q3wzwXJaKrsx5+Ewg0u1LxJ51nNFlext7Tanwc= +cloud.google.com/go/orgpolicy v1.10.0/go.mod h1:w1fo8b7rRqlXlIJbVhOMPrwVljyuW5mqssvBtU18ONc= +cloud.google.com/go/orgpolicy v1.11.0/go.mod h1:2RK748+FtVvnfuynxBzdnyu7sygtoZa1za/0ZfpOs1M= +cloud.google.com/go/orgpolicy v1.11.1/go.mod h1:8+E3jQcpZJQliP+zaFfayC2Pg5bmhuLK755wKhIIUCE= +cloud.google.com/go/orgpolicy v1.11.2/go.mod h1:biRDpNwfyytYnmCRWZWxrKF22Nkz9eNVj9zyaBdpm1o= +cloud.google.com/go/orgpolicy v1.11.3/go.mod h1:oKAtJ/gkMjum5icv2aujkP4CxROxPXsBbYGCDbPO8MM= +cloud.google.com/go/orgpolicy v1.11.4/go.mod h1:0+aNV/nrfoTQ4Mytv+Aw+stBDBjNf4d8fYRA9herfJI= +cloud.google.com/go/orgpolicy v1.12.0/go.mod h1:0+aNV/nrfoTQ4Mytv+Aw+stBDBjNf4d8fYRA9herfJI= +cloud.google.com/go/orgpolicy v1.12.1/go.mod h1:aibX78RDl5pcK3jA8ysDQCFkVxLj3aOQqrbBaUL2V5I= +cloud.google.com/go/osconfig v1.7.0/go.mod h1:oVHeCeZELfJP7XLxcBGTMBvRO+1nQ5tFG9VQTmYS2Fs= +cloud.google.com/go/osconfig v1.8.0/go.mod h1:EQqZLu5w5XA7eKizepumcvWx+m8mJUhEwiPqWiZeEdg= +cloud.google.com/go/osconfig v1.9.0/go.mod h1:Yx+IeIZJ3bdWmzbQU4fxNl8xsZ4amB+dygAwFPlvnNo= +cloud.google.com/go/osconfig v1.10.0/go.mod h1:uMhCzqC5I8zfD9zDEAfvgVhDS8oIjySWh+l4WK6GnWw= +cloud.google.com/go/osconfig v1.11.0/go.mod h1:aDICxrur2ogRd9zY5ytBLV89KEgT2MKB2L/n6x1ooPw= +cloud.google.com/go/osconfig v1.12.0/go.mod h1:8f/PaYzoS3JMVfdfTubkowZYGmAhUCjjwnjqWI7NVBc= +cloud.google.com/go/osconfig v1.12.1/go.mod h1:4CjBxND0gswz2gfYRCUoUzCm9zCABp91EeTtWXyz0tE= +cloud.google.com/go/osconfig v1.12.2/go.mod h1:eh9GPaMZpI6mEJEuhEjUJmaxvQ3gav+fFEJon1Y8Iw0= +cloud.google.com/go/osconfig v1.12.3/go.mod h1:L/fPS8LL6bEYUi1au832WtMnPeQNT94Zo3FwwV1/xGM= +cloud.google.com/go/osconfig v1.12.4/go.mod h1:B1qEwJ/jzqSRslvdOCI8Kdnp0gSng0xW4LOnIebQomA= +cloud.google.com/go/osconfig v1.12.5/go.mod h1:D9QFdxzfjgw3h/+ZaAb5NypM8bhOMqBzgmbhzWViiW8= +cloud.google.com/go/oslogin v1.4.0/go.mod h1:YdgMXWRaElXz/lDk1Na6Fh5orF7gvmJ0FGLIs9LId4E= +cloud.google.com/go/oslogin v1.5.0/go.mod h1:D260Qj11W2qx/HVF29zBg+0fd6YCSjSqLUkY/qEenQU= +cloud.google.com/go/oslogin v1.6.0/go.mod h1:zOJ1O3+dTU8WPlGEkFSh7qeHPPSoxrcMbbK1Nm2iX70= +cloud.google.com/go/oslogin v1.7.0/go.mod h1:e04SN0xO1UNJ1M5GP0vzVBFicIe4O53FOfcixIqTyXo= +cloud.google.com/go/oslogin v1.9.0/go.mod h1:HNavntnH8nzrn8JCTT5fj18FuJLFJc4NaZJtBnQtKFs= +cloud.google.com/go/oslogin v1.10.1/go.mod h1:x692z7yAue5nE7CsSnoG0aaMbNoRJRXO4sn73R+ZqAs= +cloud.google.com/go/oslogin v1.11.0/go.mod h1:8GMTJs4X2nOAUVJiPGqIWVcDaF0eniEto3xlOxaboXE= +cloud.google.com/go/oslogin v1.11.1/go.mod h1:OhD2icArCVNUxKqtK0mcSmKL7lgr0LVlQz+v9s1ujTg= +cloud.google.com/go/oslogin v1.12.1/go.mod h1:VfwTeFJGbnakxAY236eN8fsnglLiVXndlbcNomY4iZU= +cloud.google.com/go/oslogin v1.12.2/go.mod h1:CQ3V8Jvw4Qo4WRhNPF0o+HAM4DiLuE27Ul9CX9g2QdY= +cloud.google.com/go/oslogin v1.13.0/go.mod h1:xPJqLwpTZ90LSE5IL1/svko+6c5avZLluiyylMb/sRA= +cloud.google.com/go/oslogin v1.13.1/go.mod h1:vS8Sr/jR7QvPWpCjNqy6LYZr5Zs1e8ZGW/KPn9gmhws= +cloud.google.com/go/phishingprotection v0.5.0/go.mod h1:Y3HZknsK9bc9dMi+oE8Bim0lczMU6hrX0UpADuMefr0= +cloud.google.com/go/phishingprotection v0.6.0/go.mod h1:9Y3LBLgy0kDTcYET8ZH3bq/7qni15yVUoAxiFxnlSUA= +cloud.google.com/go/phishingprotection v0.7.0/go.mod h1:8qJI4QKHoda/sb/7/YmMQ2omRLSLYSu9bU0EKCNI+Lk= +cloud.google.com/go/phishingprotection v0.8.1/go.mod h1:AxonW7GovcA8qdEk13NfHq9hNx5KPtfxXNeUxTDxB6I= +cloud.google.com/go/phishingprotection v0.8.2/go.mod h1:LhJ91uyVHEYKSKcMGhOa14zMMWfbEdxG032oT6ECbC8= +cloud.google.com/go/phishingprotection v0.8.3/go.mod h1:3B01yO7T2Ra/TMojifn8EoGd4G9jts/6cIO0DgDY9J8= +cloud.google.com/go/phishingprotection v0.8.4/go.mod h1:6b3kNPAc2AQ6jZfFHioZKg9MQNybDg4ixFd4RPZZ2nE= +cloud.google.com/go/phishingprotection v0.8.5/go.mod h1:g1smd68F7mF1hgQPuYn3z8HDbNre8L6Z0b7XMYFmX7I= +cloud.google.com/go/policytroubleshooter v1.3.0/go.mod h1:qy0+VwANja+kKrjlQuOzmlvscn4RNsAc0e15GGqfMxg= +cloud.google.com/go/policytroubleshooter v1.4.0/go.mod h1:DZT4BcRw3QoO8ota9xw/LKtPa8lKeCByYeKTIf/vxdE= +cloud.google.com/go/policytroubleshooter v1.5.0/go.mod h1:Rz1WfV+1oIpPdN2VvvuboLVRsB1Hclg3CKQ53j9l8vw= +cloud.google.com/go/policytroubleshooter v1.6.0/go.mod h1:zYqaPTsmfvpjm5ULxAyD/lINQxJ0DDsnWOP/GZ7xzBc= +cloud.google.com/go/policytroubleshooter v1.7.1/go.mod h1:0NaT5v3Ag1M7U5r0GfDCpUFkWd9YqpubBWsQlhanRv0= +cloud.google.com/go/policytroubleshooter v1.8.0/go.mod h1:tmn5Ir5EToWe384EuboTcVQT7nTag2+DuH3uHmKd1HU= +cloud.google.com/go/policytroubleshooter v1.9.0/go.mod h1:+E2Lga7TycpeSTj2FsH4oXxTnrbHJGRlKhVZBLGgU64= +cloud.google.com/go/policytroubleshooter v1.9.1/go.mod h1:MYI8i0bCrL8cW+VHN1PoiBTyNZTstCg2WUw2eVC4c4U= +cloud.google.com/go/policytroubleshooter v1.10.1/go.mod h1:5C0rhT3TDZVxAu8813bwmTvd57Phbl8mr9F4ipOsxEs= +cloud.google.com/go/policytroubleshooter v1.10.2/go.mod h1:m4uF3f6LseVEnMV6nknlN2vYGRb+75ylQwJdnOXfnv0= +cloud.google.com/go/policytroubleshooter v1.10.3/go.mod h1:+ZqG3agHT7WPb4EBIRqUv4OyIwRTZvsVDHZ8GlZaoxk= +cloud.google.com/go/privatecatalog v0.5.0/go.mod h1:XgosMUvvPyxDjAVNDYxJ7wBW8//hLDDYmnsNcMGq1K0= +cloud.google.com/go/privatecatalog v0.6.0/go.mod h1:i/fbkZR0hLN29eEWiiwue8Pb+GforiEIBnV9yrRUOKI= +cloud.google.com/go/privatecatalog v0.7.0/go.mod h1:2s5ssIFO69F5csTXcwBP7NPFTZvps26xGzvQ2PQaBYg= +cloud.google.com/go/privatecatalog v0.8.0/go.mod h1:nQ6pfaegeDAq/Q5lrfCQzQLhubPiZhSaNhIgfJlnIXs= +cloud.google.com/go/privatecatalog v0.9.1/go.mod h1:0XlDXW2unJXdf9zFz968Hp35gl/bhF4twwpXZAW50JA= +cloud.google.com/go/privatecatalog v0.9.2/go.mod h1:RMA4ATa8IXfzvjrhhK8J6H4wwcztab+oZph3c6WmtFc= +cloud.google.com/go/privatecatalog v0.9.3/go.mod h1:K5pn2GrVmOPjXz3T26mzwXLcKivfIJ9R5N79AFCF9UE= +cloud.google.com/go/privatecatalog v0.9.4/go.mod h1:SOjm93f+5hp/U3PqMZAHTtBtluqLygrDrVO8X8tYtG0= +cloud.google.com/go/privatecatalog v0.9.5/go.mod h1:fVWeBOVe7uj2n3kWRGlUQqR/pOd450J9yZoOECcQqJk= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/pubsub v1.26.0/go.mod h1:QgBH3U/jdJy/ftjPhTkyXNj543Tin1pRYcdcPRnFIRI= +cloud.google.com/go/pubsub v1.27.1/go.mod h1:hQN39ymbV9geqBnfQq6Xf63yNhUAhv9CZhzp5O6qsW0= +cloud.google.com/go/pubsub v1.28.0/go.mod h1:vuXFpwaVoIPQMGXqRyUQigu/AX1S3IWugR9xznmcXX8= +cloud.google.com/go/pubsub v1.30.0/go.mod h1:qWi1OPS0B+b5L+Sg6Gmc9zD1Y+HaM0MdUr7LsupY1P4= +cloud.google.com/go/pubsub v1.32.0/go.mod h1:f+w71I33OMyxf9VpMVcZbnG5KSUkCOUHYpFd5U1GdRc= +cloud.google.com/go/pubsub v1.33.0/go.mod h1:f+w71I33OMyxf9VpMVcZbnG5KSUkCOUHYpFd5U1GdRc= +cloud.google.com/go/pubsub v1.34.0/go.mod h1:alj4l4rBg+N3YTFDDC+/YyFTs6JAjam2QfYsddcAW4c= +cloud.google.com/go/pubsub v1.36.1/go.mod h1:iYjCa9EzWOoBiTdd4ps7QoMtMln5NwaZQpK1hbRfBDE= +cloud.google.com/go/pubsublite v1.5.0/go.mod h1:xapqNQ1CuLfGi23Yda/9l4bBCKz/wC3KIJ5gKcxveZg= +cloud.google.com/go/pubsublite v1.6.0/go.mod h1:1eFCS0U11xlOuMFV/0iBqw3zP12kddMeCbj/F3FSj9k= +cloud.google.com/go/pubsublite v1.7.0/go.mod h1:8hVMwRXfDfvGm3fahVbtDbiLePT3gpoiJYJY+vxWxVM= +cloud.google.com/go/pubsublite v1.8.1/go.mod h1:fOLdU4f5xldK4RGJrBMm+J7zMWNj/k4PxwEZXy39QS0= +cloud.google.com/go/recaptchaenterprise v1.3.1/go.mod h1:OdD+q+y4XGeAlxRaMn1Y7/GveP6zmq76byL6tjPE7d4= +cloud.google.com/go/recaptchaenterprise/v2 v2.1.0/go.mod h1:w9yVqajwroDNTfGuhmOjPDN//rZGySaf6PtFVcSCa7o= +cloud.google.com/go/recaptchaenterprise/v2 v2.2.0/go.mod h1:/Zu5jisWGeERrd5HnlS3EUGb/D335f9k51B/FVil0jk= +cloud.google.com/go/recaptchaenterprise/v2 v2.3.0/go.mod h1:O9LwGCjrhGHBQET5CA7dd5NwwNQUErSgEDit1DLNTdo= +cloud.google.com/go/recaptchaenterprise/v2 v2.4.0/go.mod h1:Am3LHfOuBstrLrNCBrlI5sbwx9LBg3te2N6hGvHn2mE= +cloud.google.com/go/recaptchaenterprise/v2 v2.5.0/go.mod h1:O8LzcHXN3rz0j+LBC91jrwI3R+1ZSZEWrfL7XHgNo9U= +cloud.google.com/go/recaptchaenterprise/v2 v2.6.0/go.mod h1:RPauz9jeLtB3JVzg6nCbe12qNoaa8pXc4d/YukAmcnA= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.0/go.mod h1:19wVj/fs5RtYtynAPJdDTb69oW0vNHYDBTbB4NvMD9c= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.2/go.mod h1:kR0KjsJS7Jt1YSyWFkseQ756D45kaYNTlDPPaRAvDBU= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.0/go.mod h1:QuE8EdU9dEnesG8/kG3XuJyNsjEqMlMzg3v3scCJ46c= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.1/go.mod h1:JZYZJOeZjgSSTGP4uz7NlQ4/d1w5hGmksVgM0lbEij0= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.2/go.mod h1:kpaDBOpkwD4G0GVMzG1W6Doy1tFFC97XAV3xy+Rd/pw= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.3/go.mod h1:Dak54rw6lC2gBY8FBznpOCAR58wKf+R+ZSJRoeJok4w= +cloud.google.com/go/recaptchaenterprise/v2 v2.8.4/go.mod h1:Dak54rw6lC2gBY8FBznpOCAR58wKf+R+ZSJRoeJok4w= +cloud.google.com/go/recaptchaenterprise/v2 v2.9.0/go.mod h1:Dak54rw6lC2gBY8FBznpOCAR58wKf+R+ZSJRoeJok4w= +cloud.google.com/go/recaptchaenterprise/v2 v2.9.2/go.mod h1:trwwGkfhCmp05Ll5MSJPXY7yvnO0p4v3orGANAFHAuU= +cloud.google.com/go/recommendationengine v0.5.0/go.mod h1:E5756pJcVFeVgaQv3WNpImkFP8a+RptV6dDLGPILjvg= +cloud.google.com/go/recommendationengine v0.6.0/go.mod h1:08mq2umu9oIqc7tDy8sx+MNJdLG0fUi3vaSVbztHgJ4= +cloud.google.com/go/recommendationengine v0.7.0/go.mod h1:1reUcE3GIu6MeBz/h5xZJqNLuuVjNg1lmWMPyjatzac= +cloud.google.com/go/recommendationengine v0.8.1/go.mod h1:MrZihWwtFYWDzE6Hz5nKcNz3gLizXVIDI/o3G1DLcrE= +cloud.google.com/go/recommendationengine v0.8.2/go.mod h1:QIybYHPK58qir9CV2ix/re/M//Ty10OxjnnhWdaKS1Y= +cloud.google.com/go/recommendationengine v0.8.3/go.mod h1:m3b0RZV02BnODE9FeSvGv1qibFo8g0OnmB/RMwYy4V8= +cloud.google.com/go/recommendationengine v0.8.4/go.mod h1:GEteCf1PATl5v5ZsQ60sTClUE0phbWmo3rQ1Js8louU= +cloud.google.com/go/recommendationengine v0.8.5/go.mod h1:A38rIXHGFvoPvmy6pZLozr0g59NRNREz4cx7F58HAsQ= +cloud.google.com/go/recommender v1.5.0/go.mod h1:jdoeiBIVrJe9gQjwd759ecLJbxCDED4A6p+mqoqDvTg= +cloud.google.com/go/recommender v1.6.0/go.mod h1:+yETpm25mcoiECKh9DEScGzIRyDKpZ0cEhWGo+8bo+c= +cloud.google.com/go/recommender v1.7.0/go.mod h1:XLHs/W+T8olwlGOgfQenXBTbIseGclClff6lhFVe9Bs= +cloud.google.com/go/recommender v1.8.0/go.mod h1:PkjXrTT05BFKwxaUxQmtIlrtj0kph108r02ZZQ5FE70= +cloud.google.com/go/recommender v1.9.0/go.mod h1:PnSsnZY7q+VL1uax2JWkt/UegHssxjUVVCrX52CuEmQ= +cloud.google.com/go/recommender v1.10.1/go.mod h1:XFvrE4Suqn5Cq0Lf+mCP6oBHD/yRMA8XxP5sb7Q7gpA= +cloud.google.com/go/recommender v1.11.0/go.mod h1:kPiRQhPyTJ9kyXPCG6u/dlPLbYfFlkwHNRwdzPVAoII= +cloud.google.com/go/recommender v1.11.1/go.mod h1:sGwFFAyI57v2Hc5LbIj+lTwXipGu9NW015rkaEM5B18= +cloud.google.com/go/recommender v1.11.2/go.mod h1:AeoJuzOvFR/emIcXdVFkspVXVTYpliRCmKNYDnyBv6Y= +cloud.google.com/go/recommender v1.11.3/go.mod h1:+FJosKKJSId1MBFeJ/TTyoGQZiEelQQIZMKYYD8ruK4= +cloud.google.com/go/recommender v1.12.0/go.mod h1:+FJosKKJSId1MBFeJ/TTyoGQZiEelQQIZMKYYD8ruK4= +cloud.google.com/go/recommender v1.12.1/go.mod h1:gf95SInWNND5aPas3yjwl0I572dtudMhMIG4ni8nr+0= +cloud.google.com/go/redis v1.7.0/go.mod h1:V3x5Jq1jzUcg+UNsRvdmsfuFnit1cfe3Z/PGyq/lm4Y= +cloud.google.com/go/redis v1.8.0/go.mod h1:Fm2szCDavWzBk2cDKxrkmWBqoCiL1+Ctwq7EyqBCA/A= +cloud.google.com/go/redis v1.9.0/go.mod h1:HMYQuajvb2D0LvMgZmLDZW8V5aOC/WxstZHiy4g8OiA= +cloud.google.com/go/redis v1.10.0/go.mod h1:ThJf3mMBQtW18JzGgh41/Wld6vnDDc/F/F35UolRZPM= +cloud.google.com/go/redis v1.11.0/go.mod h1:/X6eicana+BWcUda5PpwZC48o37SiFVTFSs0fWAJ7uQ= +cloud.google.com/go/redis v1.13.1/go.mod h1:VP7DGLpE91M6bcsDdMuyCm2hIpB6Vp2hI090Mfd1tcg= +cloud.google.com/go/redis v1.13.2/go.mod h1:0Hg7pCMXS9uz02q+LoEVl5dNHUkIQv+C/3L76fandSA= +cloud.google.com/go/redis v1.13.3/go.mod h1:vbUpCKUAZSYzFcWKmICnYgRAhTFg9r+djWqFxDYXi4U= +cloud.google.com/go/redis v1.14.1/go.mod h1:MbmBxN8bEnQI4doZPC1BzADU4HGocHBk2de3SbgOkqs= +cloud.google.com/go/redis v1.14.2/go.mod h1:g0Lu7RRRz46ENdFKQ2EcQZBAJ2PtJHJLuiiRuEXwyQw= +cloud.google.com/go/resourcemanager v1.3.0/go.mod h1:bAtrTjZQFJkiWTPDb1WBjzvc6/kifjj4QBYuKCCoqKA= +cloud.google.com/go/resourcemanager v1.4.0/go.mod h1:MwxuzkumyTX7/a3n37gmsT3py7LIXwrShilPh3P1tR0= +cloud.google.com/go/resourcemanager v1.5.0/go.mod h1:eQoXNAiAvCf5PXxWxXjhKQoTMaUSNrEfg+6qdf/wots= +cloud.google.com/go/resourcemanager v1.6.0/go.mod h1:YcpXGRs8fDzcUl1Xw8uOVmI8JEadvhRIkoXXUNVYcVo= +cloud.google.com/go/resourcemanager v1.7.0/go.mod h1:HlD3m6+bwhzj9XCouqmeiGuni95NTrExfhoSrkC/3EI= +cloud.google.com/go/resourcemanager v1.9.1/go.mod h1:dVCuosgrh1tINZ/RwBufr8lULmWGOkPS8gL5gqyjdT8= +cloud.google.com/go/resourcemanager v1.9.2/go.mod h1:OujkBg1UZg5lX2yIyMo5Vz9O5hf7XQOSV7WxqxxMtQE= +cloud.google.com/go/resourcemanager v1.9.3/go.mod h1:IqrY+g0ZgLsihcfcmqSe+RKp1hzjXwG904B92AwBz6U= +cloud.google.com/go/resourcemanager v1.9.4/go.mod h1:N1dhP9RFvo3lUfwtfLWVxfUWq8+KUQ+XLlHLH3BoFJ0= +cloud.google.com/go/resourcemanager v1.9.5/go.mod h1:hep6KjelHA+ToEjOfO3garMKi/CLYwTqeAw7YiEI9x8= +cloud.google.com/go/resourcesettings v1.3.0/go.mod h1:lzew8VfESA5DQ8gdlHwMrqZs1S9V87v3oCnKCWoOuQU= +cloud.google.com/go/resourcesettings v1.4.0/go.mod h1:ldiH9IJpcrlC3VSuCGvjR5of/ezRrOxFtpJoJo5SmXg= +cloud.google.com/go/resourcesettings v1.5.0/go.mod h1:+xJF7QSG6undsQDfsCJyqWXyBwUoJLhetkRMDRnIoXA= +cloud.google.com/go/resourcesettings v1.6.1/go.mod h1:M7mk9PIZrC5Fgsu1kZJci6mpgN8o0IUzVx3eJU3y4Jw= +cloud.google.com/go/resourcesettings v1.6.2/go.mod h1:mJIEDd9MobzunWMeniaMp6tzg4I2GvD3TTmPkc8vBXk= +cloud.google.com/go/resourcesettings v1.6.3/go.mod h1:pno5D+7oDYkMWZ5BpPsb4SO0ewg3IXcmmrUZaMJrFic= +cloud.google.com/go/resourcesettings v1.6.4/go.mod h1:pYTTkWdv2lmQcjsthbZLNBP4QW140cs7wqA3DuqErVI= +cloud.google.com/go/resourcesettings v1.6.5/go.mod h1:WBOIWZraXZOGAgoR4ukNj0o0HiSMO62H9RpFi9WjP9I= +cloud.google.com/go/retail v1.8.0/go.mod h1:QblKS8waDmNUhghY2TI9O3JLlFk8jybHeV4BF19FrE4= +cloud.google.com/go/retail v1.9.0/go.mod h1:g6jb6mKuCS1QKnH/dpu7isX253absFl6iE92nHwlBUY= +cloud.google.com/go/retail v1.10.0/go.mod h1:2gDk9HsL4HMS4oZwz6daui2/jmKvqShXKQuB2RZ+cCc= +cloud.google.com/go/retail v1.11.0/go.mod h1:MBLk1NaWPmh6iVFSz9MeKG/Psyd7TAgm6y/9L2B4x9Y= +cloud.google.com/go/retail v1.12.0/go.mod h1:UMkelN/0Z8XvKymXFbD4EhFJlYKRx1FGhQkVPU5kF14= +cloud.google.com/go/retail v1.14.1/go.mod h1:y3Wv3Vr2k54dLNIrCzenyKG8g8dhvhncT2NcNjb/6gE= +cloud.google.com/go/retail v1.14.2/go.mod h1:W7rrNRChAEChX336QF7bnMxbsjugcOCPU44i5kbLiL8= +cloud.google.com/go/retail v1.14.3/go.mod h1:Omz2akDHeSlfCq8ArPKiBxlnRpKEBjUH386JYFLUvXo= +cloud.google.com/go/retail v1.14.4/go.mod h1:l/N7cMtY78yRnJqp5JW8emy7MB1nz8E4t2yfOmklYfg= +cloud.google.com/go/retail v1.15.1/go.mod h1:In9nSBOYhLbDGa87QvWlnE1XA14xBN2FpQRiRsUs9wU= +cloud.google.com/go/retail v1.16.0/go.mod h1:LW7tllVveZo4ReWt68VnldZFWJRzsh9np+01J9dYWzE= +cloud.google.com/go/run v0.2.0/go.mod h1:CNtKsTA1sDcnqqIFR3Pb5Tq0usWxJJvsWOCPldRU3Do= +cloud.google.com/go/run v0.3.0/go.mod h1:TuyY1+taHxTjrD0ZFk2iAR+xyOXEA0ztb7U3UNA0zBo= +cloud.google.com/go/run v0.8.0/go.mod h1:VniEnuBwqjigv0A7ONfQUaEItaiCRVujlMqerPPiktM= +cloud.google.com/go/run v0.9.0/go.mod h1:Wwu+/vvg8Y+JUApMwEDfVfhetv30hCG4ZwDR/IXl2Qg= +cloud.google.com/go/run v1.2.0/go.mod h1:36V1IlDzQ0XxbQjUx6IYbw8H3TJnWvhii963WW3B/bo= +cloud.google.com/go/run v1.3.0/go.mod h1:S/osX/4jIPZGg+ssuqh6GNgg7syixKe3YnprwehzHKU= +cloud.google.com/go/run v1.3.1/go.mod h1:cymddtZOzdwLIAsmS6s+Asl4JoXIDm/K1cpZTxV4Q5s= +cloud.google.com/go/run v1.3.2/go.mod h1:SIhmqArbjdU/D9M6JoHaAqnAMKLFtXaVdNeq04NjnVE= +cloud.google.com/go/run v1.3.3/go.mod h1:WSM5pGyJ7cfYyYbONVQBN4buz42zFqwG67Q3ch07iK4= +cloud.google.com/go/run v1.3.4/go.mod h1:FGieuZvQ3tj1e9GnzXqrMABSuir38AJg5xhiYq+SF3o= +cloud.google.com/go/scheduler v1.4.0/go.mod h1:drcJBmxF3aqZJRhmkHQ9b3uSSpQoltBPGPxGAWROx6s= +cloud.google.com/go/scheduler v1.5.0/go.mod h1:ri073ym49NW3AfT6DZi21vLZrG07GXr5p3H1KxN5QlI= +cloud.google.com/go/scheduler v1.6.0/go.mod h1:SgeKVM7MIwPn3BqtcBntpLyrIJftQISRrYB5ZtT+KOk= +cloud.google.com/go/scheduler v1.7.0/go.mod h1:jyCiBqWW956uBjjPMMuX09n3x37mtyPJegEWKxRsn44= +cloud.google.com/go/scheduler v1.8.0/go.mod h1:TCET+Y5Gp1YgHT8py4nlg2Sew8nUHMqcpousDgXJVQc= +cloud.google.com/go/scheduler v1.9.0/go.mod h1:yexg5t+KSmqu+njTIh3b7oYPheFtBWGcbVUYF1GGMIc= +cloud.google.com/go/scheduler v1.10.1/go.mod h1:R63Ldltd47Bs4gnhQkmNDse5w8gBRrhObZ54PxgR2Oo= +cloud.google.com/go/scheduler v1.10.2/go.mod h1:O3jX6HRH5eKCA3FutMw375XHZJudNIKVonSCHv7ropY= +cloud.google.com/go/scheduler v1.10.3/go.mod h1:8ANskEM33+sIbpJ+R4xRfw/jzOG+ZFE8WVLy7/yGvbc= +cloud.google.com/go/scheduler v1.10.4/go.mod h1:MTuXcrJC9tqOHhixdbHDFSIuh7xZF2IysiINDuiq6NI= +cloud.google.com/go/scheduler v1.10.5/go.mod h1:MTuXcrJC9tqOHhixdbHDFSIuh7xZF2IysiINDuiq6NI= +cloud.google.com/go/scheduler v1.10.6/go.mod h1:pe2pNCtJ+R01E06XCDOJs1XvAMbv28ZsQEbqknxGOuE= +cloud.google.com/go/secretmanager v1.6.0/go.mod h1:awVa/OXF6IiyaU1wQ34inzQNc4ISIDIrId8qE5QGgKA= +cloud.google.com/go/secretmanager v1.8.0/go.mod h1:hnVgi/bN5MYHd3Gt0SPuTPPp5ENina1/LxM+2W9U9J4= +cloud.google.com/go/secretmanager v1.9.0/go.mod h1:b71qH2l1yHmWQHt9LC80akm86mX8AL6X1MA01dW8ht4= +cloud.google.com/go/secretmanager v1.10.0/go.mod h1:MfnrdvKMPNra9aZtQFvBcvRU54hbPD8/HayQdlUgJpU= +cloud.google.com/go/secretmanager v1.11.1/go.mod h1:znq9JlXgTNdBeQk9TBW/FnR/W4uChEKGeqQWAJ8SXFw= +cloud.google.com/go/secretmanager v1.11.2/go.mod h1:MQm4t3deoSub7+WNwiC4/tRYgDBHJgJPvswqQVB1Vss= +cloud.google.com/go/secretmanager v1.11.3/go.mod h1:0bA2o6FabmShrEy328i67aV+65XoUFFSmVeLBn/51jI= +cloud.google.com/go/secretmanager v1.11.4/go.mod h1:wreJlbS9Zdq21lMzWmJ0XhWW2ZxgPeahsqeV/vZoJ3w= +cloud.google.com/go/secretmanager v1.11.5/go.mod h1:eAGv+DaCHkeVyQi0BeXgAHOU0RdrMeZIASKc+S7VqH4= +cloud.google.com/go/security v1.5.0/go.mod h1:lgxGdyOKKjHL4YG3/YwIL2zLqMFCKs0UbQwgyZmfJl4= +cloud.google.com/go/security v1.7.0/go.mod h1:mZklORHl6Bg7CNnnjLH//0UlAlaXqiG7Lb9PsPXLfD0= +cloud.google.com/go/security v1.8.0/go.mod h1:hAQOwgmaHhztFhiQ41CjDODdWP0+AE1B3sX4OFlq+GU= +cloud.google.com/go/security v1.9.0/go.mod h1:6Ta1bO8LXI89nZnmnsZGp9lVoVWXqsVbIq/t9dzI+2Q= +cloud.google.com/go/security v1.10.0/go.mod h1:QtOMZByJVlibUT2h9afNDWRZ1G96gVywH8T5GUSb9IA= +cloud.google.com/go/security v1.12.0/go.mod h1:rV6EhrpbNHrrxqlvW0BWAIawFWq3X90SduMJdFwtLB8= +cloud.google.com/go/security v1.13.0/go.mod h1:Q1Nvxl1PAgmeW0y3HTt54JYIvUdtcpYKVfIB8AOMZ+0= +cloud.google.com/go/security v1.15.1/go.mod h1:MvTnnbsWnehoizHi09zoiZob0iCHVcL4AUBj76h9fXA= +cloud.google.com/go/security v1.15.2/go.mod h1:2GVE/v1oixIRHDaClVbHuPcZwAqFM28mXuAKCfMgYIg= +cloud.google.com/go/security v1.15.3/go.mod h1:gQ/7Q2JYUZZgOzqKtw9McShH+MjNvtDpL40J1cT+vBs= +cloud.google.com/go/security v1.15.4/go.mod h1:oN7C2uIZKhxCLiAAijKUCuHLZbIt/ghYEo8MqwD/Ty4= +cloud.google.com/go/security v1.15.5/go.mod h1:KS6X2eG3ynWjqcIX976fuToN5juVkF6Ra6c7MPnldtc= +cloud.google.com/go/securitycenter v1.13.0/go.mod h1:cv5qNAqjY84FCN6Y9z28WlkKXyWsgLO832YiWwkCWcU= +cloud.google.com/go/securitycenter v1.14.0/go.mod h1:gZLAhtyKv85n52XYWt6RmeBdydyxfPeTrpToDPw4Auc= +cloud.google.com/go/securitycenter v1.15.0/go.mod h1:PeKJ0t8MoFmmXLXWm41JidyzI3PJjd8sXWaVqg43WWk= +cloud.google.com/go/securitycenter v1.16.0/go.mod h1:Q9GMaLQFUD+5ZTabrbujNWLtSLZIZF7SAR0wWECrjdk= +cloud.google.com/go/securitycenter v1.18.1/go.mod h1:0/25gAzCM/9OL9vVx4ChPeM/+DlfGQJDwBy/UC8AKK0= +cloud.google.com/go/securitycenter v1.19.0/go.mod h1:LVLmSg8ZkkyaNy4u7HCIshAngSQ8EcIRREP3xBnyfag= +cloud.google.com/go/securitycenter v1.23.0/go.mod h1:8pwQ4n+Y9WCWM278R8W3nF65QtY172h4S8aXyI9/hsQ= +cloud.google.com/go/securitycenter v1.23.1/go.mod h1:w2HV3Mv/yKhbXKwOCu2i8bCuLtNP1IMHuiYQn4HJq5s= +cloud.google.com/go/securitycenter v1.24.1/go.mod h1:3h9IdjjHhVMXdQnmqzVnM7b0wMn/1O/U20eWVpMpZjI= +cloud.google.com/go/securitycenter v1.24.2/go.mod h1:l1XejOngggzqwr4Fa2Cn+iWZGf+aBLTXtB/vXjy5vXM= +cloud.google.com/go/securitycenter v1.24.3/go.mod h1:l1XejOngggzqwr4Fa2Cn+iWZGf+aBLTXtB/vXjy5vXM= +cloud.google.com/go/securitycenter v1.24.4/go.mod h1:PSccin+o1EMYKcFQzz9HMMnZ2r9+7jbc+LvPjXhpwcU= +cloud.google.com/go/servicecontrol v1.4.0/go.mod h1:o0hUSJ1TXJAmi/7fLJAedOovnujSEvjKCAFNXPQ1RaU= +cloud.google.com/go/servicecontrol v1.5.0/go.mod h1:qM0CnXHhyqKVuiZnGKrIurvVImCs8gmqWsDoqe9sU1s= +cloud.google.com/go/servicecontrol v1.10.0/go.mod h1:pQvyvSRh7YzUF2efw7H87V92mxU8FnFDawMClGCNuAA= +cloud.google.com/go/servicecontrol v1.11.0/go.mod h1:kFmTzYzTUIuZs0ycVqRHNaNhgR+UMUpw9n02l/pY+mc= +cloud.google.com/go/servicecontrol v1.11.1/go.mod h1:aSnNNlwEFBY+PWGQ2DoM0JJ/QUXqV5/ZD9DOLB7SnUk= +cloud.google.com/go/servicedirectory v1.4.0/go.mod h1:gH1MUaZCgtP7qQiI+F+A+OpeKF/HQWgtAddhTbhL2bs= +cloud.google.com/go/servicedirectory v1.5.0/go.mod h1:QMKFL0NUySbpZJ1UZs3oFAmdvVxhhxB6eJ/Vlp73dfg= +cloud.google.com/go/servicedirectory v1.6.0/go.mod h1:pUlbnWsLH9c13yGkxCmfumWEPjsRs1RlmJ4pqiNjVL4= +cloud.google.com/go/servicedirectory v1.7.0/go.mod h1:5p/U5oyvgYGYejufvxhgwjL8UVXjkuw7q5XcG10wx1U= +cloud.google.com/go/servicedirectory v1.8.0/go.mod h1:srXodfhY1GFIPvltunswqXpVxFPpZjf8nkKQT7XcXaY= +cloud.google.com/go/servicedirectory v1.9.0/go.mod h1:29je5JjiygNYlmsGz8k6o+OZ8vd4f//bQLtvzkPPT/s= +cloud.google.com/go/servicedirectory v1.10.1/go.mod h1:Xv0YVH8s4pVOwfM/1eMTl0XJ6bzIOSLDt8f8eLaGOxQ= +cloud.google.com/go/servicedirectory v1.11.0/go.mod h1:Xv0YVH8s4pVOwfM/1eMTl0XJ6bzIOSLDt8f8eLaGOxQ= +cloud.google.com/go/servicedirectory v1.11.1/go.mod h1:tJywXimEWzNzw9FvtNjsQxxJ3/41jseeILgwU/QLrGI= +cloud.google.com/go/servicedirectory v1.11.2/go.mod h1:KD9hCLhncWRV5jJphwIpugKwM5bn1x0GyVVD4NO8mGg= +cloud.google.com/go/servicedirectory v1.11.3/go.mod h1:LV+cHkomRLr67YoQy3Xq2tUXBGOs5z5bPofdq7qtiAw= +cloud.google.com/go/servicedirectory v1.11.4/go.mod h1:Bz2T9t+/Ehg6x+Y7Ycq5xiShYLD96NfEsWNHyitj1qM= +cloud.google.com/go/servicemanagement v1.4.0/go.mod h1:d8t8MDbezI7Z2R1O/wu8oTggo3BI2GKYbdG4y/SJTco= +cloud.google.com/go/servicemanagement v1.5.0/go.mod h1:XGaCRe57kfqu4+lRxaFEAuqmjzF0r+gWHjWqKqBvKFo= +cloud.google.com/go/servicemanagement v1.6.0/go.mod h1:aWns7EeeCOtGEX4OvZUWCCJONRZeFKiptqKf1D0l/Jc= +cloud.google.com/go/servicemanagement v1.8.0/go.mod h1:MSS2TDlIEQD/fzsSGfCdJItQveu9NXnUniTrq/L8LK4= +cloud.google.com/go/serviceusage v1.3.0/go.mod h1:Hya1cozXM4SeSKTAgGXgj97GlqUvF5JaoXacR1JTP/E= +cloud.google.com/go/serviceusage v1.4.0/go.mod h1:SB4yxXSaYVuUBYUml6qklyONXNLt83U0Rb+CXyhjEeU= +cloud.google.com/go/serviceusage v1.5.0/go.mod h1:w8U1JvqUqwJNPEOTQjrMHkw3IaIFLoLsPLvsE3xueec= +cloud.google.com/go/serviceusage v1.6.0/go.mod h1:R5wwQcbOWsyuOfbP9tGdAnCAc6B9DRwPG1xtWMDeuPA= +cloud.google.com/go/shell v1.3.0/go.mod h1:VZ9HmRjZBsjLGXusm7K5Q5lzzByZmJHf1d0IWHEN5X4= +cloud.google.com/go/shell v1.4.0/go.mod h1:HDxPzZf3GkDdhExzD/gs8Grqk+dmYcEjGShZgYa9URw= +cloud.google.com/go/shell v1.6.0/go.mod h1:oHO8QACS90luWgxP3N9iZVuEiSF84zNyLytb+qE2f9A= +cloud.google.com/go/shell v1.7.1/go.mod h1:u1RaM+huXFaTojTbW4g9P5emOrrmLE69KrxqQahKn4g= +cloud.google.com/go/shell v1.7.2/go.mod h1:KqRPKwBV0UyLickMn0+BY1qIyE98kKyI216sH/TuHmc= +cloud.google.com/go/shell v1.7.3/go.mod h1:cTTEz/JdaBsQAeTQ3B6HHldZudFoYBOqjteev07FbIc= +cloud.google.com/go/shell v1.7.4/go.mod h1:yLeXB8eKLxw0dpEmXQ/FjriYrBijNsONpwnWsdPqlKM= +cloud.google.com/go/shell v1.7.5/go.mod h1:hL2++7F47/IfpfTO53KYf1EC+F56k3ThfNEXd4zcuiE= +cloud.google.com/go/spanner v1.41.0/go.mod h1:MLYDBJR/dY4Wt7ZaMIQ7rXOTLjYrmxLE/5ve9vFfWos= +cloud.google.com/go/spanner v1.44.0/go.mod h1:G8XIgYdOK+Fbcpbs7p2fiprDw4CaZX63whnSMLVBxjk= +cloud.google.com/go/spanner v1.45.0/go.mod h1:FIws5LowYz8YAE1J8fOS7DJup8ff7xJeetWEo5REA2M= +cloud.google.com/go/spanner v1.47.0/go.mod h1:IXsJwVW2j4UKs0eYDqodab6HgGuA1bViSqW4uH9lfUI= +cloud.google.com/go/spanner v1.49.0/go.mod h1:eGj9mQGK8+hkgSVbHNQ06pQ4oS+cyc4tXXd6Dif1KoM= +cloud.google.com/go/spanner v1.50.0/go.mod h1:eGj9mQGK8+hkgSVbHNQ06pQ4oS+cyc4tXXd6Dif1KoM= +cloud.google.com/go/spanner v1.51.0/go.mod h1:c5KNo5LQ1X5tJwma9rSQZsXNBDNvj4/n8BVc3LNahq0= +cloud.google.com/go/spanner v1.53.0/go.mod h1:liG4iCeLqm5L3fFLU5whFITqP0e0orsAW1uUSrd4rws= +cloud.google.com/go/spanner v1.53.1/go.mod h1:liG4iCeLqm5L3fFLU5whFITqP0e0orsAW1uUSrd4rws= +cloud.google.com/go/spanner v1.54.0/go.mod h1:wZvSQVBgngF0Gq86fKup6KIYmN2be7uOKjtK97X+bQU= +cloud.google.com/go/spanner v1.55.0/go.mod h1:HXEznMUVhC+PC+HDyo9YFG2Ajj5BQDkcbqB9Z2Ffxi0= +cloud.google.com/go/spanner v1.56.0/go.mod h1:DndqtUKQAt3VLuV2Le+9Y3WTnq5cNKrnLb/Piqcj+h0= +cloud.google.com/go/spanner v1.57.0/go.mod h1:aXQ5QDdhPRIqVhYmnkAdwPYvj/DRN0FguclhEWw+jOo= +cloud.google.com/go/speech v1.6.0/go.mod h1:79tcr4FHCimOp56lwC01xnt/WPJZc4v3gzyT7FoBkCM= +cloud.google.com/go/speech v1.7.0/go.mod h1:KptqL+BAQIhMsj1kOP2la5DSEEerPDuOP/2mmkhHhZQ= +cloud.google.com/go/speech v1.8.0/go.mod h1:9bYIl1/tjsAnMgKGHKmBZzXKEkGgtU+MpdDPTE9f7y0= +cloud.google.com/go/speech v1.9.0/go.mod h1:xQ0jTcmnRFFM2RfX/U+rk6FQNUF6DQlydUSyoooSpco= +cloud.google.com/go/speech v1.14.1/go.mod h1:gEosVRPJ9waG7zqqnsHpYTOoAS4KouMRLDFMekpJ0J0= +cloud.google.com/go/speech v1.15.0/go.mod h1:y6oH7GhqCaZANH7+Oe0BhgIogsNInLlz542tg3VqeYI= +cloud.google.com/go/speech v1.17.1/go.mod h1:8rVNzU43tQvxDaGvqOhpDqgkJTFowBpDvCJ14kGlJYo= +cloud.google.com/go/speech v1.19.0/go.mod h1:8rVNzU43tQvxDaGvqOhpDqgkJTFowBpDvCJ14kGlJYo= +cloud.google.com/go/speech v1.19.1/go.mod h1:WcuaWz/3hOlzPFOVo9DUsblMIHwxP589y6ZMtaG+iAA= +cloud.google.com/go/speech v1.19.2/go.mod h1:2OYFfj+Ch5LWjsaSINuCZsre/789zlcCI3SY4oAi2oI= +cloud.google.com/go/speech v1.20.1/go.mod h1:wwolycgONvfz2EDU8rKuHRW3+wc9ILPsAWoikBEWavY= +cloud.google.com/go/speech v1.21.0/go.mod h1:wwolycgONvfz2EDU8rKuHRW3+wc9ILPsAWoikBEWavY= +cloud.google.com/go/speech v1.21.1/go.mod h1:E5GHZXYQlkqWQwY5xRSLHw2ci5NMQNG52FfMU1aZrIA= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= +cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y= -cloud.google.com/go/storage v1.28.1 h1:F5QDG5ChchaAVQhINh24U99OWHURqrW8OmQcGKXcbgI= +cloud.google.com/go/storage v1.23.0/go.mod h1:vOEEDNFnciUMhBeT6hsJIn3ieU5cFRmzeLgDvXzfIXc= +cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= cloud.google.com/go/storage v1.28.1/go.mod h1:Qnisd4CqDdo6BGs2AD5LLnEsmSQ80wQ5ogcBBKhU86Y= -cloud.google.com/go/trace v1.8.0 h1:GFPLxbp5/FzdgTzor3nlNYNxMd6hLmzkE7sA9F0qQcA= +cloud.google.com/go/storage v1.29.0/go.mod h1:4puEjyTKnku6gfKoTfNOU/W+a9JyuVNxjpS5GBrB8h4= +cloud.google.com/go/storage v1.30.1/go.mod h1:NfxhC0UJE1aXSx7CIIbCf7y9HKT7BiccwkR7+P7gN8E= +cloud.google.com/go/storage v1.36.0/go.mod h1:M6M/3V/D3KpzMTJyPOR/HU6n2Si5QdaXYEsng2xgOs8= +cloud.google.com/go/storage v1.37.0/go.mod h1:i34TiT2IhiNDmcj65PqwCjcoUX7Z5pLzS8DEmoiFq1k= +cloud.google.com/go/storage v1.40.0 h1:VEpDQV5CJxFmJ6ueWNsKxcr1QAYOXEgxDa+sBbJahPw= +cloud.google.com/go/storage v1.40.0/go.mod h1:Rrj7/hKlG87BLqDJYtwR0fbPld8uJPbQ2ucUMY7Ir0g= +cloud.google.com/go/storagetransfer v1.5.0/go.mod h1:dxNzUopWy7RQevYFHewchb29POFv3/AaBgnhqzqiK0w= +cloud.google.com/go/storagetransfer v1.6.0/go.mod h1:y77xm4CQV/ZhFZH75PLEXY0ROiS7Gh6pSKrM8dJyg6I= +cloud.google.com/go/storagetransfer v1.7.0/go.mod h1:8Giuj1QNb1kfLAiWM1bN6dHzfdlDAVC9rv9abHot2W4= +cloud.google.com/go/storagetransfer v1.8.0/go.mod h1:JpegsHHU1eXg7lMHkvf+KE5XDJ7EQu0GwNJbbVGanEw= +cloud.google.com/go/storagetransfer v1.10.0/go.mod h1:DM4sTlSmGiNczmV6iZyceIh2dbs+7z2Ayg6YAiQlYfA= +cloud.google.com/go/storagetransfer v1.10.1/go.mod h1:rS7Sy0BtPviWYTTJVWCSV4QrbBitgPeuK4/FKa4IdLs= +cloud.google.com/go/storagetransfer v1.10.2/go.mod h1:meIhYQup5rg9juQJdyppnA/WLQCOguxtk1pr3/vBWzA= +cloud.google.com/go/storagetransfer v1.10.3/go.mod h1:Up8LY2p6X68SZ+WToswpQbQHnJpOty/ACcMafuey8gc= +cloud.google.com/go/storagetransfer v1.10.4/go.mod h1:vef30rZKu5HSEf/x1tK3WfWrL0XVoUQN/EPDRGPzjZs= +cloud.google.com/go/talent v1.1.0/go.mod h1:Vl4pt9jiHKvOgF9KoZo6Kob9oV4lwd/ZD5Cto54zDRw= +cloud.google.com/go/talent v1.2.0/go.mod h1:MoNF9bhFQbiJ6eFD3uSsg0uBALw4n4gaCaEjBw9zo8g= +cloud.google.com/go/talent v1.3.0/go.mod h1:CmcxwJ/PKfRgd1pBjQgU6W3YBwiewmUzQYH5HHmSCmM= +cloud.google.com/go/talent v1.4.0/go.mod h1:ezFtAgVuRf8jRsvyE6EwmbTK5LKciD4KVnHuDEFmOOA= +cloud.google.com/go/talent v1.5.0/go.mod h1:G+ODMj9bsasAEJkQSzO2uHQWXHHXUomArjWQQYkqK6c= +cloud.google.com/go/talent v1.6.2/go.mod h1:CbGvmKCG61mkdjcqTcLOkb2ZN1SrQI8MDyma2l7VD24= +cloud.google.com/go/talent v1.6.3/go.mod h1:xoDO97Qd4AK43rGjJvyBHMskiEf3KulgYzcH6YWOVoo= +cloud.google.com/go/talent v1.6.4/go.mod h1:QsWvi5eKeh6gG2DlBkpMaFYZYrYUnIpo34f6/V5QykY= +cloud.google.com/go/talent v1.6.5/go.mod h1:Mf5cma696HmE+P2BWJ/ZwYqeJXEeU0UqjHFXVLadEDI= +cloud.google.com/go/talent v1.6.6/go.mod h1:y/WQDKrhVz12WagoarpAIyKKMeKGKHWPoReZ0g8tseQ= +cloud.google.com/go/texttospeech v1.4.0/go.mod h1:FX8HQHA6sEpJ7rCMSfXuzBcysDAuWusNNNvN9FELDd8= +cloud.google.com/go/texttospeech v1.5.0/go.mod h1:oKPLhR4n4ZdQqWKURdwxMy0uiTS1xU161C8W57Wkea4= +cloud.google.com/go/texttospeech v1.6.0/go.mod h1:YmwmFT8pj1aBblQOI3TfKmwibnsfvhIBzPXcW4EBovc= +cloud.google.com/go/texttospeech v1.7.1/go.mod h1:m7QfG5IXxeneGqTapXNxv2ItxP/FS0hCZBwXYqucgSk= +cloud.google.com/go/texttospeech v1.7.2/go.mod h1:VYPT6aTOEl3herQjFHYErTlSZJ4vB00Q2ZTmuVgluD4= +cloud.google.com/go/texttospeech v1.7.3/go.mod h1:Av/zpkcgWfXlDLRYob17lqMstGZ3GqlvJXqKMp2u8so= +cloud.google.com/go/texttospeech v1.7.4/go.mod h1:vgv0002WvR4liGuSd5BJbWy4nDn5Ozco0uJymY5+U74= +cloud.google.com/go/texttospeech v1.7.5/go.mod h1:tzpCuNWPwrNJnEa4Pu5taALuZL4QRRLcb+K9pbhXT6M= +cloud.google.com/go/tpu v1.3.0/go.mod h1:aJIManG0o20tfDQlRIej44FcwGGl/cD0oiRyMKG19IQ= +cloud.google.com/go/tpu v1.4.0/go.mod h1:mjZaX8p0VBgllCzF6wcU2ovUXN9TONFLd7iz227X2Xg= +cloud.google.com/go/tpu v1.5.0/go.mod h1:8zVo1rYDFuW2l4yZVY0R0fb/v44xLh3llq7RuV61fPM= +cloud.google.com/go/tpu v1.6.1/go.mod h1:sOdcHVIgDEEOKuqUoi6Fq53MKHJAtOwtz0GuKsWSH3E= +cloud.google.com/go/tpu v1.6.2/go.mod h1:NXh3NDwt71TsPZdtGWgAG5ThDfGd32X1mJ2cMaRlVgU= +cloud.google.com/go/tpu v1.6.3/go.mod h1:lxiueqfVMlSToZY1151IaZqp89ELPSrk+3HIQ5HRkbY= +cloud.google.com/go/tpu v1.6.4/go.mod h1:NAm9q3Rq2wIlGnOhpYICNI7+bpBebMJbh0yyp3aNw1Y= +cloud.google.com/go/tpu v1.6.5/go.mod h1:P9DFOEBIBhuEcZhXi+wPoVy/cji+0ICFi4TtTkMHSSs= +cloud.google.com/go/trace v1.3.0/go.mod h1:FFUE83d9Ca57C+K8rDl/Ih8LwOzWIV1krKgxg6N0G28= +cloud.google.com/go/trace v1.4.0/go.mod h1:UG0v8UBqzusp+z63o7FK74SdFE+AXpCLdFb1rshXG+Y= cloud.google.com/go/trace v1.8.0/go.mod h1:zH7vcsbAhklH8hWFig58HvxcxyQbaIqMarMg9hn5ECA= +cloud.google.com/go/trace v1.9.0/go.mod h1:lOQqpE5IaWY0Ixg7/r2SjixMuc6lfTFeO4QGM4dQWOk= +cloud.google.com/go/trace v1.10.1/go.mod h1:gbtL94KE5AJLH3y+WVpfWILmqgc6dXcqgNXdOPAQTYk= +cloud.google.com/go/trace v1.10.2/go.mod h1:NPXemMi6MToRFcSxRl2uDnu/qAlAQ3oULUphcHGh1vA= +cloud.google.com/go/trace v1.10.3/go.mod h1:Ke1bgfc73RV3wUFml+uQp7EsDw4dGaETLxB7Iq/r4CY= +cloud.google.com/go/trace v1.10.4/go.mod h1:Nso99EDIK8Mj5/zmB+iGr9dosS/bzWCJ8wGmE6TXNWY= +cloud.google.com/go/trace v1.10.5/go.mod h1:9hjCV1nGBCtXbAE4YK7OqJ8pmPYSxPA0I67JwRd5s3M= +cloud.google.com/go/trace v1.10.7 h1:gK8z2BIJQ3KIYGddw9RJLne5Fx0FEXkrEQzPaeEYVvk= +cloud.google.com/go/trace v1.10.7/go.mod h1:qk3eiKmZX0ar2dzIJN/3QhY2PIFh1eqcIdaN5uEjQPM= +cloud.google.com/go/translate v1.3.0/go.mod h1:gzMUwRjvOqj5i69y/LYLd8RrNQk+hOmIXTi9+nb3Djs= +cloud.google.com/go/translate v1.4.0/go.mod h1:06Dn/ppvLD6WvA5Rhdp029IX2Mi3Mn7fpMRLPvXT5Wg= +cloud.google.com/go/translate v1.5.0/go.mod h1:29YDSYveqqpA1CQFD7NQuP49xymq17RXNaUDdc0mNu0= +cloud.google.com/go/translate v1.6.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.7.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.8.1/go.mod h1:d1ZH5aaOA0CNhWeXeC8ujd4tdCFw8XoNWRljklu5RHs= +cloud.google.com/go/translate v1.8.2/go.mod h1:d1ZH5aaOA0CNhWeXeC8ujd4tdCFw8XoNWRljklu5RHs= +cloud.google.com/go/translate v1.9.0/go.mod h1:d1ZH5aaOA0CNhWeXeC8ujd4tdCFw8XoNWRljklu5RHs= +cloud.google.com/go/translate v1.9.1/go.mod h1:TWIgDZknq2+JD4iRcojgeDtqGEp154HN/uL6hMvylS8= +cloud.google.com/go/translate v1.9.2/go.mod h1:E3Tc6rUTsQkVrXW6avbUhKJSr7ZE3j7zNmqzXKHqRrY= +cloud.google.com/go/translate v1.9.3/go.mod h1:Kbq9RggWsbqZ9W5YpM94Q1Xv4dshw/gr/SHfsl5yCZ0= +cloud.google.com/go/translate v1.10.0/go.mod h1:Kbq9RggWsbqZ9W5YpM94Q1Xv4dshw/gr/SHfsl5yCZ0= +cloud.google.com/go/translate v1.10.1/go.mod h1:adGZcQNom/3ogU65N9UXHOnnSvjPwA/jKQUMnsYXOyk= +cloud.google.com/go/video v1.8.0/go.mod h1:sTzKFc0bUSByE8Yoh8X0mn8bMymItVGPfTuUBUyRgxk= +cloud.google.com/go/video v1.9.0/go.mod h1:0RhNKFRF5v92f8dQt0yhaHrEuH95m068JYOvLZYnJSw= +cloud.google.com/go/video v1.12.0/go.mod h1:MLQew95eTuaNDEGriQdcYn0dTwf9oWiA4uYebxM5kdg= +cloud.google.com/go/video v1.13.0/go.mod h1:ulzkYlYgCp15N2AokzKjy7MQ9ejuynOJdf1tR5lGthk= +cloud.google.com/go/video v1.14.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.15.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.17.1/go.mod h1:9qmqPqw/Ib2tLqaeHgtakU+l5TcJxCJbhFXM7UJjVzU= +cloud.google.com/go/video v1.19.0/go.mod h1:9qmqPqw/Ib2tLqaeHgtakU+l5TcJxCJbhFXM7UJjVzU= +cloud.google.com/go/video v1.20.0/go.mod h1:U3G3FTnsvAGqglq9LxgqzOiBc/Nt8zis8S+850N2DUM= +cloud.google.com/go/video v1.20.1/go.mod h1:3gJS+iDprnj8SY6pe0SwLeC5BUW80NjhwX7INWEuWGU= +cloud.google.com/go/video v1.20.2/go.mod h1:lrixr5JeKNThsgfM9gqtwb6Okuqzfo4VrY2xynaViTA= +cloud.google.com/go/video v1.20.3/go.mod h1:TnH/mNZKVHeNtpamsSPygSR0iHtvrR/cW1/GDjN5+GU= +cloud.google.com/go/video v1.20.4/go.mod h1:LyUVjyW+Bwj7dh3UJnUGZfyqjEto9DnrvTe1f/+QrW0= +cloud.google.com/go/videointelligence v1.6.0/go.mod h1:w0DIDlVRKtwPCn/C4iwZIJdvC69yInhW0cfi+p546uU= +cloud.google.com/go/videointelligence v1.7.0/go.mod h1:k8pI/1wAhjznARtVT9U1llUaFNPh7muw8QyOUpavru4= +cloud.google.com/go/videointelligence v1.8.0/go.mod h1:dIcCn4gVDdS7yte/w+koiXn5dWVplOZkE+xwG9FgK+M= +cloud.google.com/go/videointelligence v1.9.0/go.mod h1:29lVRMPDYHikk3v8EdPSaL8Ku+eMzDljjuvRs105XoU= +cloud.google.com/go/videointelligence v1.10.0/go.mod h1:LHZngX1liVtUhZvi2uNS0VQuOzNi2TkY1OakiuoUOjU= +cloud.google.com/go/videointelligence v1.11.1/go.mod h1:76xn/8InyQHarjTWsBR058SmlPCwQjgcvoW0aZykOvo= +cloud.google.com/go/videointelligence v1.11.2/go.mod h1:ocfIGYtIVmIcWk1DsSGOoDiXca4vaZQII1C85qtoplc= +cloud.google.com/go/videointelligence v1.11.3/go.mod h1:tf0NUaGTjU1iS2KEkGWvO5hRHeCkFK3nPo0/cOZhZAo= +cloud.google.com/go/videointelligence v1.11.4/go.mod h1:kPBMAYsTPFiQxMLmmjpcZUMklJp3nC9+ipJJtprccD8= +cloud.google.com/go/videointelligence v1.11.5/go.mod h1:/PkeQjpRponmOerPeJxNPuxvi12HlW7Em0lJO14FC3I= +cloud.google.com/go/vision v1.2.0/go.mod h1:SmNwgObm5DpFBme2xpyOyasvBc1aPdjvMk2bBk0tKD0= +cloud.google.com/go/vision/v2 v2.2.0/go.mod h1:uCdV4PpN1S0jyCyq8sIM42v2Y6zOLkZs+4R9LrGYwFo= +cloud.google.com/go/vision/v2 v2.3.0/go.mod h1:UO61abBx9QRMFkNBbf1D8B1LXdS2cGiiCRx0vSpZoUo= +cloud.google.com/go/vision/v2 v2.4.0/go.mod h1:VtI579ll9RpVTrdKdkMzckdnwMyX2JILb+MhPqRbPsY= +cloud.google.com/go/vision/v2 v2.5.0/go.mod h1:MmaezXOOE+IWa+cS7OhRRLK2cNv1ZL98zhqFFZaaH2E= +cloud.google.com/go/vision/v2 v2.6.0/go.mod h1:158Hes0MvOS9Z/bDMSFpjwsUrZ5fPrdwuyyvKSGAGMY= +cloud.google.com/go/vision/v2 v2.7.0/go.mod h1:H89VysHy21avemp6xcf9b9JvZHVehWbET0uT/bcuY/0= +cloud.google.com/go/vision/v2 v2.7.2/go.mod h1:jKa8oSYBWhYiXarHPvP4USxYANYUEdEsQrloLjrSwJU= +cloud.google.com/go/vision/v2 v2.7.3/go.mod h1:V0IcLCY7W+hpMKXK1JYE0LV5llEqVmj+UJChjvA1WsM= +cloud.google.com/go/vision/v2 v2.7.4/go.mod h1:ynDKnsDN/0RtqkKxQZ2iatv3Dm9O+HfRb5djl7l4Vvw= +cloud.google.com/go/vision/v2 v2.7.5/go.mod h1:GcviprJLFfK9OLf0z8Gm6lQb6ZFUulvpZws+mm6yPLM= +cloud.google.com/go/vision/v2 v2.7.6/go.mod h1:ZkvWTVNPBU3YZYzgF9Y1jwEbD1NBOCyJn0KFdQfE6Bw= +cloud.google.com/go/vision/v2 v2.8.0/go.mod h1:ocqDiA2j97pvgogdyhoxiQp2ZkDCyr0HWpicywGGRhU= +cloud.google.com/go/vmmigration v1.2.0/go.mod h1:IRf0o7myyWFSmVR1ItrBSFLFD/rJkfDCUTO4vLlJvsE= +cloud.google.com/go/vmmigration v1.3.0/go.mod h1:oGJ6ZgGPQOFdjHuocGcLqX4lc98YQ7Ygq8YQwHh9A7g= +cloud.google.com/go/vmmigration v1.5.0/go.mod h1:E4YQ8q7/4W9gobHjQg4JJSgXXSgY21nA5r8swQV+Xxc= +cloud.google.com/go/vmmigration v1.6.0/go.mod h1:bopQ/g4z+8qXzichC7GW1w2MjbErL54rk3/C843CjfY= +cloud.google.com/go/vmmigration v1.7.1/go.mod h1:WD+5z7a/IpZ5bKK//YmT9E047AD+rjycCAvyMxGJbro= +cloud.google.com/go/vmmigration v1.7.2/go.mod h1:iA2hVj22sm2LLYXGPT1pB63mXHhrH1m/ruux9TwWLd8= +cloud.google.com/go/vmmigration v1.7.3/go.mod h1:ZCQC7cENwmSWlwyTrZcWivchn78YnFniEQYRWQ65tBo= +cloud.google.com/go/vmmigration v1.7.4/go.mod h1:yBXCmiLaB99hEl/G9ZooNx2GyzgsjKnw5fWcINRgD70= +cloud.google.com/go/vmmigration v1.7.5/go.mod h1:pkvO6huVnVWzkFioxSghZxIGcsstDvYiVCxQ9ZH3eYI= +cloud.google.com/go/vmwareengine v0.1.0/go.mod h1:RsdNEf/8UDvKllXhMz5J40XxDrNJNN4sagiox+OI208= +cloud.google.com/go/vmwareengine v0.2.2/go.mod h1:sKdctNJxb3KLZkE/6Oui94iw/xs9PRNC2wnNLXsHvH8= +cloud.google.com/go/vmwareengine v0.3.0/go.mod h1:wvoyMvNWdIzxMYSpH/R7y2h5h3WFkx6d+1TIsP39WGY= +cloud.google.com/go/vmwareengine v0.4.1/go.mod h1:Px64x+BvjPZwWuc4HdmVhoygcXqEkGHXoa7uyfTgSI0= +cloud.google.com/go/vmwareengine v1.0.0/go.mod h1:Px64x+BvjPZwWuc4HdmVhoygcXqEkGHXoa7uyfTgSI0= +cloud.google.com/go/vmwareengine v1.0.1/go.mod h1:aT3Xsm5sNx0QShk1Jc1B8OddrxAScYLwzVoaiXfdzzk= +cloud.google.com/go/vmwareengine v1.0.2/go.mod h1:xMSNjIk8/itYrz1JA8nV3Ajg4L4n3N+ugP8JKzk3OaA= +cloud.google.com/go/vmwareengine v1.0.3/go.mod h1:QSpdZ1stlbfKtyt6Iu19M6XRxjmXO+vb5a/R6Fvy2y4= +cloud.google.com/go/vmwareengine v1.1.1/go.mod h1:nMpdsIVkUrSaX8UvmnBhzVzG7PPvNYc5BszcvIVudYs= +cloud.google.com/go/vpcaccess v1.4.0/go.mod h1:aQHVbTWDYUR1EbTApSVvMq1EnT57ppDmQzZ3imqIk4w= +cloud.google.com/go/vpcaccess v1.5.0/go.mod h1:drmg4HLk9NkZpGfCmZ3Tz0Bwnm2+DKqViEpeEpOq0m8= +cloud.google.com/go/vpcaccess v1.6.0/go.mod h1:wX2ILaNhe7TlVa4vC5xce1bCnqE3AeH27RV31lnmZes= +cloud.google.com/go/vpcaccess v1.7.1/go.mod h1:FogoD46/ZU+JUBX9D606X21EnxiszYi2tArQwLY4SXs= +cloud.google.com/go/vpcaccess v1.7.2/go.mod h1:mmg/MnRHv+3e8FJUjeSibVFvQF1cCy2MsFaFqxeY1HU= +cloud.google.com/go/vpcaccess v1.7.3/go.mod h1:YX4skyfW3NC8vI3Fk+EegJnlYFatA+dXK4o236EUCUc= +cloud.google.com/go/vpcaccess v1.7.4/go.mod h1:lA0KTvhtEOb/VOdnH/gwPuOzGgM+CWsmGu6bb4IoMKk= +cloud.google.com/go/vpcaccess v1.7.5/go.mod h1:slc5ZRvvjP78c2dnL7m4l4R9GwL3wDLcpIWz6P/ziig= +cloud.google.com/go/webrisk v1.4.0/go.mod h1:Hn8X6Zr+ziE2aNd8SliSDWpEnSS1u4R9+xXZmFiHmGE= +cloud.google.com/go/webrisk v1.5.0/go.mod h1:iPG6fr52Tv7sGk0H6qUFzmL3HHZev1htXuWDEEsqMTg= +cloud.google.com/go/webrisk v1.6.0/go.mod h1:65sW9V9rOosnc9ZY7A7jsy1zoHS5W9IAXv6dGqhMQMc= +cloud.google.com/go/webrisk v1.7.0/go.mod h1:mVMHgEYH0r337nmt1JyLthzMr6YxwN1aAIEc2fTcq7A= +cloud.google.com/go/webrisk v1.8.0/go.mod h1:oJPDuamzHXgUc+b8SiHRcVInZQuybnvEW72PqTc7sSg= +cloud.google.com/go/webrisk v1.9.1/go.mod h1:4GCmXKcOa2BZcZPn6DCEvE7HypmEJcJkr4mtM+sqYPc= +cloud.google.com/go/webrisk v1.9.2/go.mod h1:pY9kfDgAqxUpDBOrG4w8deLfhvJmejKB0qd/5uQIPBc= +cloud.google.com/go/webrisk v1.9.3/go.mod h1:RUYXe9X/wBDXhVilss7EDLW9ZNa06aowPuinUOPCXH8= +cloud.google.com/go/webrisk v1.9.4/go.mod h1:w7m4Ib4C+OseSr2GL66m0zMBywdrVNTDKsdEsfMl7X0= +cloud.google.com/go/webrisk v1.9.5/go.mod h1:aako0Fzep1Q714cPEM5E+mtYX8/jsfegAuS8aivxy3U= +cloud.google.com/go/websecurityscanner v1.3.0/go.mod h1:uImdKm2wyeXQevQJXeh8Uun/Ym1VqworNDlBXQevGMo= +cloud.google.com/go/websecurityscanner v1.4.0/go.mod h1:ebit/Fp0a+FWu5j4JOmJEV8S8CzdTkAS77oDsiSqYWQ= +cloud.google.com/go/websecurityscanner v1.5.0/go.mod h1:Y6xdCPy81yi0SQnDY1xdNTNpfY1oAgXUlcfN3B3eSng= +cloud.google.com/go/websecurityscanner v1.6.1/go.mod h1:Njgaw3rttgRHXzwCB8kgCYqv5/rGpFCsBOvPbYgszpg= +cloud.google.com/go/websecurityscanner v1.6.2/go.mod h1:7YgjuU5tun7Eg2kpKgGnDuEOXWIrh8x8lWrJT4zfmas= +cloud.google.com/go/websecurityscanner v1.6.3/go.mod h1:x9XANObUFR+83Cya3g/B9M/yoHVqzxPnFtgF8yYGAXw= +cloud.google.com/go/websecurityscanner v1.6.4/go.mod h1:mUiyMQ+dGpPPRkHgknIZeCzSHJ45+fY4F52nZFDHm2o= +cloud.google.com/go/websecurityscanner v1.6.5/go.mod h1:QR+DWaxAz2pWooylsBF854/Ijvuoa3FCyS1zBa1rAVQ= +cloud.google.com/go/workflows v1.6.0/go.mod h1:6t9F5h/unJz41YqfBmqSASJSXccBLtD1Vwf+KmJENM0= +cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoISEXH2bcHC3M= +cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= +cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= +cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= +cloud.google.com/go/workflows v1.11.1/go.mod h1:Z+t10G1wF7h8LgdY/EmRcQY8ptBD/nvofaL6FqlET6g= +cloud.google.com/go/workflows v1.12.0/go.mod h1:PYhSk2b6DhZ508tj8HXKaBh+OFe+xdl0dHF/tJdzPQM= +cloud.google.com/go/workflows v1.12.1/go.mod h1:5A95OhD/edtOhQd/O741NSfIMezNTbCwLM1P1tBRGHM= +cloud.google.com/go/workflows v1.12.2/go.mod h1:+OmBIgNqYJPVggnMo9nqmizW0qEXHhmnAzK/CnBqsHc= +cloud.google.com/go/workflows v1.12.3/go.mod h1:fmOUeeqEwPzIU81foMjTRQIdwQHADi/vEr1cx9R1m5g= +cloud.google.com/go/workflows v1.12.4/go.mod h1:yQ7HUqOkdJK4duVtMeBCAOPiN1ZF1E9pAMX51vpwB/w= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/azure-sdk-for-go v65.0.0+incompatible h1:HzKLt3kIwMm4KeJYTdx9EbjRYTySD/t8i1Ee/W5EGXw= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 h1:sVW/AFBTGyJxDaMYlq0ct3jUXTtj12tQ6zE2GZUgVQw= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0 h1:t/W5MYAuQy81cvM8VUNfRLzhtKpXhVUAN7Cd7KVbTyc= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0/go.mod h1:NBanQUfSWiWn3QEpWDTCU0IjBECKOYvl2R8xdRtMtiM= -github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 h1:Oj853U9kG+RLTCQXpjvOnrv0WaZHxgmZz1TlLywgOPY= -github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= -github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1 h1:BMTdr+ib5ljLa9MxTJK8x/Ds0MbBb4MfuW5BL0zMJnI= -github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1/go.mod h1:c6WvOhtmjNUWbLfOG1qxM/q0SPvQNSVJvolm+C52dIU= -github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= -github.com/Azure/go-autorest/autorest v0.11.28 h1:ndAExarwr5Y+GaHE6VCaY1kyS/HwwGGyuimVhWsHOEM= -github.com/Azure/go-autorest/autorest/adal v0.9.23 h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8= -github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= -github.com/Azure/go-autorest/autorest/to v0.4.0 h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk= -github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac= -github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= -github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= -github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 h1:VgSJlZH5u0k2qxSpqyghcFQKmvYckj46uymKK5XzkBM= -github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0/go.mod h1:BDJ5qMFKx9DugEg3+uQSDCdbYPr5s9vBTrL9P8TpqOU= +gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= +git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 h1:1nGuui+4POelzDwI7RG56yfQJHCnKvwfMoU7VsEp+Zg= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0/go.mod h1:99EvauvlcJ1U06amZiksfYz/3aFGyIhWGHVyiZXtBAI= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0/go.mod h1:9kIvujWAA58nmPmWB1m23fyWic1kYZMxD9CxaWn4Qpg= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 h1:H+U3Gk9zY56G3u872L82bk4thcsy2Gghb9ExT4Zvm1o= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0/go.mod h1:mgrmMSgaLp9hmax62XQTd0N4aAqSE5E0DulSpVYK7vc= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 h1:LkHbJbgF3YyvC53aqYGR+wWQDn2Rdp9AQdGndf9QvY4= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0/go.mod h1:QyiQdW4f4/BIfB8ZutZ2s+28RAgfa/pT+zS++ZHyM1I= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 h1:bXwSugBiSbgtz7rOtbfGf+woewp4f06orW9OP5BjHLA= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0/go.mod h1:Y/HgrePTmGy9HjdSGTqZNa+apUpTVIEVKXJyARP2lrk= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0 h1:AifHbc4mg0x9zW52WOpKbsHaDKuRhlI7TVl47thgQ70= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0/go.mod h1:T5RfihdXtBDxt1Ch2wobif3TvzTdumDy29kahv6AV9A= +github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0 h1:IfFdxTUDiV58iZqPKgyWiz4X4fCxZeQ1pTQPImLYXpY= +github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0/go.mod h1:SUZc9YRRHfx2+FAQKNDGrssXehqLpxmwRv2mC/5ntj4= +github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU= +github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= +github.com/Code-Hex/go-generics-cache v1.5.1 h1:6vhZGc5M7Y/YD8cIUcY8kcuQLB4cHR7U+0KMqAA0KcU= +github.com/Code-Hex/go-generics-cache v1.5.1/go.mod h1:qxcC9kRVrct9rHeiYpFWSoW1vxyillCVzX13KZG8dl4= +github.com/DATA-DOG/go-sqlmock v1.4.1/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3 h1:i84ZOPT35YCJROyuf97VP/VEdYhQce/8NTLOWq5tqJw= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3/go.mod h1:3+qm+VCJbVmQ9uscVz+8h1rRkJEy9ZNFGgpT1XB9mPg= github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 h1:FhsH8qgWFkkPlPXBZ68uuT/FH/R+DLTtVPxjLEBs1v4= github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3/go.mod h1:9a+Opaevo9fybhUvQkEG7fR6Zk7pYrW/s9NC4fODFIQ= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= -github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg= -github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I= -github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= +github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= +github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk= +github.com/KimMachineGun/automemlimit v0.6.1 h1:ILa9j1onAAMadBsyyUJv5cack8Y1WT26yLj/V+ulKp8= +github.com/KimMachineGun/automemlimit v0.6.1/go.mod h1:T7xYht7B8r6AG/AqFcUdc7fzd2bIdBKmepfP2S1svPY= +github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= +github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.6 h1:U68crOE3y3MPttCMQGywZOLrTeF5HHJ3/vDBCJn9/bA= github.com/OneOfOne/xxhash v1.2.6/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM= -github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= -github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= -github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= -github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= +github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= +github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= +github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM= +github.com/alecthomas/assert/v2 v2.2.2/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ= +github.com/alecthomas/assert/v2 v2.3.0/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ= github.com/alecthomas/kingpin v1.3.8-0.20210301060133-17f40c25f497 h1:aDITxVUQ/3KBhpVWX57Vo9ntGTxoRw1F0T6/x/tRzNU= github.com/alecthomas/kingpin v1.3.8-0.20210301060133-17f40c25f497/go.mod h1:b6br6/pDFSfMkBgC96TbpOji05q5pa+v5rIlS0Y6XtI= +github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= +github.com/alecthomas/participle/v2 v2.0.0/go.mod h1:rAKZdJldHu8084ojcWevWAL8KmEU+AT+Olodb+WoN2Y= +github.com/alecthomas/participle/v2 v2.1.0/go.mod h1:Y1+hAs8DHPmc3YUFzqllV+eSQ9ljPTk0ZkPMtEdAx2c= +github.com/alecthomas/repr v0.2.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= @@ -117,34 +1380,36 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRF github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= -github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc= github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= +github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 h1:ez/4by2iGztzR4L0zgAOR8lTQK9VlyBVVd7G4omaOQs= +github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZpUGpz5+4FfNmIU+FmZg2P3Xaj2v2bfNWmk= github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc= github.com/alicebob/miniredis/v2 v2.22.0 h1:lIHHiSkEyS1MkKHCHzN+0mWrA4YdbGdimE5iZ2sHSzo= github.com/alicebob/miniredis/v2 v2.22.0/go.mod h1:XNqvJdQJv5mSuVMc0ynneafpnL/zv52acZ6kqeS0t88= github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible h1:9gWa46nstkJ9miBReJcN8Gq34cBFbzSpQZVVT9N09TM= github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= +github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= +github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= -github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= +github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0= +github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI= +github.com/apache/arrow/go/v12 v12.0.0/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg= +github.com/apache/arrow/go/v12 v12.0.1/go.mod h1:weuTY7JvTG/HDPtMQxEUp7pU73vkLWMLpY67QwZ/WWw= +github.com/apache/arrow/go/v14 v14.0.2/go.mod h1:u3fgh3EdgN/YQ8cVQRguVW3R+seMybFg8QBQ5LU+eBY= +github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= +github.com/apache/thrift v0.17.0/go.mod h1:OLxhMRJxomX+1I/KUw03qoV3mMz16BwaKI+d4fPBx7Q= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= -github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= +github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= -github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= -github.com/aws/aws-sdk-go v1.44.217 h1:FcWC56MRl+k756aH3qeMQTylSdeJ58WN0iFz3fkyRz0= -github.com/aws/aws-sdk-go v1.44.217/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= +github.com/aws/aws-sdk-go v1.54.7 h1:k1wJ+NMOsXgq/Lsa0y1mS0DFoDeHFPcz2OjCq5H5Mjg= +github.com/aws/aws-sdk-go v1.54.7/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= github.com/aws/aws-sdk-go-v2 v1.16.0 h1:cBAYjiiexRAg9v2z9vb6IdxAa7ef4KCtjW7w7e3GxGo= github.com/aws/aws-sdk-go-v2 v1.16.0/go.mod h1:lJYcuZZEHWNIb6ugJjbQY1fykdoobWbOS7kJYb4APoI= github.com/aws/aws-sdk-go-v2/config v1.15.1 h1:hTIZFepYESYyowQUBo47lu69WSxsYqGUILY9Nu8+7pY= @@ -170,127 +1435,171 @@ github.com/aws/smithy-go v1.11.1/go.mod h1:3xHYmszWVx2c0kIwQeEVf9uSm4fYZt67FBJnw github.com/baidubce/bce-sdk-go v0.9.111 h1:yGgtPpZYUZW4uoVorQ4xnuEgVeddACydlcJKW87MDV4= github.com/baidubce/bce-sdk-go v0.9.111/go.mod h1:zbYJMQwE4IZuyrJiFO8tO8NbtYiKTFTbwh4eIsqjVdg= github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f h1:ZNv7On9kyUzm7fvRZumSyy/IUiSC7AzL0I1jKKtwooA= +github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc= +github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 h1:6df1vn4bBlDDo4tARvBm7l6KA9iVMnE3NWizDeWSrps= +github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3/go.mod h1:CIWtjkly68+yqLPbvwwR/fjNJA/idrtULjZWh2v1ys0= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= -github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= -github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= -github.com/cenkalti/backoff/v4 v4.2.0 h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4= -github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +github.com/bluele/gcache v0.0.2 h1:WcbfdXICg7G/DGBh1PFfcirkWOQV+v077yF1pSy3DGw= +github.com/bluele/gcache v0.0.2/go.mod h1:m15KV+ECjptwSPxKhOhQoAFQVtUFjTVkc3H8o0t/fp0= +github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= +github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 h1:0kiAQSLWZDt4wsmcICou3C6in/OJ58FCqvXcB8Ax1Dk= -github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92/go.mod h1:5Y4sD/eXpwrChIuxhSr/G20n9CdbCmoerOHnuAf0Zr0= -github.com/chromedp/chromedp v0.8.2 h1:EYSsSqWuKYwyHZEJpU00kOGOMz5DE0qDVckelzauMFA= -github.com/chromedp/chromedp v0.8.2/go.mod h1:vpbCNtfYeOUo2q5reuwX6ZmPpbHRf5PZfAqNR2ObB+g= +github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= +github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 h1:aPflPkRFkVwbW6dmcVqfgwp1i+UWGFH6VgR1Jim5Ygc= +github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs= +github.com/chromedp/chromedp v0.9.2 h1:dKtNz4kApb06KuSXoTQIyUC2TrA0fhGDwNZf3bcgfKw= +github.com/chromedp/chromedp v0.9.2/go.mod h1:LkSXJKONWTCHAfQasKFUZI+mxqS4tZqhmtGzzhLsnLs= github.com/chromedp/sysutil v1.0.0 h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic= github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= +github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= +github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= +github.com/cilium/ebpf v0.11.0 h1:V8gS/bTCCjX9uUnkUFUpPsksM8n1lXBAvHcpiFk1X2Y= +github.com/cilium/ebpf v0.11.0/go.mod h1:WE7CZAnqOL2RouJ4f1uyNhqr2P4CCvXFIqdRDUgWsVs= github.com/clbanning/mxj v1.8.4 h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I= github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= -github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= -github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43 h1:XP+uhjN0yBCN/tPkr8Z0BNDc5rZam9RG6UWyf2FrSQ0= -github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= +github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230428030218-4003588d1b74/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa/go.mod h1:x/1Gn8zydmfq8dk6e9PdstVsDgu9RuyIIJqAaF//0IM= +github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 h1:DBmgJDC9dTfkVyGgipamEh2BpGYxScCH1TOF1LL1cXc= +github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50/go.mod h1:5e1+Vvlzido69INQaVO6d87Qn543Xr6nooe9Kz7oBFM= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= -github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGDJ9kip0= +github.com/containerd/cgroups/v3 v3.0.3/go.mod h1:8HBe7V3aWGLFPd/k03swSIsGjZhHI2WzJmticMgVuz0= github.com/coreos/go-systemd/v22 v22.4.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= -github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/cortexproject/promqlsmith v0.0.0-20230313010502-5c380a3b00b0 h1:NxAuzQ8oCBUgmBTmhC4GyKk9kBl4IoDymGib+tVdqiQ= -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= +github.com/cortexproject/promqlsmith v0.0.0-20240506042652-6cfdd9739a5e h1:nOWmgQD3L/Z0bmm29iDxB7nlqjMnh7yD/PNOx9rnZmA= +github.com/cortexproject/promqlsmith v0.0.0-20240506042652-6cfdd9739a5e/go.mod h1:+bSqRETXJ1uk2S93m//htzTVqu8DJPvlGEb3bSE9PzI= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/cucumber/godog v0.8.1 h1:lVb+X41I4YDreE+ibZ50bdXmySxgRviYFgKY6Aw4XE8= -github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dennwc/varint v1.0.0 h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE= github.com/dennwc/varint v1.0.0/go.mod h1:hnItb35rvZvJrbTALZtY/iQfDs48JKRG1RPpgziApxA= -github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= -github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= -github.com/digitalocean/godo v1.98.0 h1:potyC1eD0N9n5/P4/WmJuKgg+OGYZOBWEW+/aKTX6QQ= -github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= -github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= -github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68= -github.com/docker/docker v23.0.1+incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY= +github.com/digitalocean/godo v1.117.0 h1:WVlTe09melDYTd7VCVyvHcNWbgB+uI1O115+5LOtdSw= +github.com/digitalocean/godo v1.117.0/go.mod h1:Vk0vpCot2HOAJwc5WE8wljZGtJ3ZtWIc8MQ8rF38sdo= +github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0= +github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= +github.com/docker/docker v26.1.3+incompatible h1:lLCzRbrVZrljpVNobJu1J2FHk8V0s4BawoZippkc+xo= +github.com/docker/docker v26.1.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= +github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= -github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= +github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= +github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= -github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= -github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= -github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= +github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ= github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q= github.com/efficientgo/core v1.0.0-rc.2 h1:7j62qHLnrZqO3V3UA0AqOGd5d5aXV3AX6m/NZBHp78I= github.com/efficientgo/core v1.0.0-rc.2/go.mod h1:FfGdkzWarkuzOlY04VY+bGfb1lWrjaL6x/GLcQ4vJps= -github.com/efficientgo/e2e v0.14.1-0.20230413163036-7a7e0bae9913 h1:/CcqWjW1rMnoYiiKpiVKcReOJCGnCo868z85g7TwRhg= -github.com/efficientgo/e2e v0.14.1-0.20230413163036-7a7e0bae9913/go.mod h1:plsKU0YHE9uX+7utvr7SiDtVBSHJyEfHRO4UnUgDmts= +github.com/efficientgo/e2e v0.14.1-0.20230710114240-c316eb95ae5b h1:8VX23BNufsa4KCqnnEonvI3yrou2Pjp8JLcbdVn0Fs8= +github.com/efficientgo/e2e v0.14.1-0.20230710114240-c316eb95ae5b/go.mod h1:plsKU0YHE9uX+7utvr7SiDtVBSHJyEfHRO4UnUgDmts= github.com/efficientgo/tools/extkingpin v0.0.0-20220817170617-6c25e3b627dd h1:VaYzzXeUbC5fVheskcKVNOyJMEYD+HgrJNzIAg/mRIM= github.com/efficientgo/tools/extkingpin v0.0.0-20220817170617-6c25e3b627dd/go.mod h1:ZV0utlglOczUWv3ih2AbqPSoLoFzdplUYxwV62eZi6Q= +github.com/elastic/go-licenser v0.3.1 h1:RmRukU/JUmts+rpexAw0Fvt2ly7VVu6mw8z4HrEzObU= +github.com/elastic/go-licenser v0.3.1/go.mod h1:D8eNQk70FOCVBl3smCGQt/lv7meBeQno2eI1S5apiHQ= github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-sysinfo v1.8.1 h1:4Yhj+HdV6WjbCRgGdZpPJ8lZQlXZLKDAeIkmQ/VRvi4= github.com/elastic/go-sysinfo v1.8.1/go.mod h1:JfllUnzoQV/JRYymbH3dO1yggI3mV2oTKSXsDHM+uIM= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elastic/go-windows v1.0.1 h1:AlYZOldA+UJ0/2nBuqWdo90GFCgG9xuyw9SYzGUtJm0= github.com/elastic/go-windows v1.0.1/go.mod h1:FoVvqWSun28vaDQPbj2Elfc0JahhPB7WQEGa3c814Ss= -github.com/emicklei/go-restful/v3 v3.10.1 h1:rc42Y5YTp7Am7CS630D7JmhRjq4UlEUuEKfrDac4bSQ= -github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= -github.com/envoyproxy/go-control-plane v0.11.0 h1:jtLewhRR2vMRNnq2ZZUoCjUlgut+Y0+sDDWPOfwOi1o= +github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g= +github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= +github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= +github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI= +github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f/go.mod h1:sfYdkwUW4BA3PbKjySwjJy+O4Pu0h62rlqCMHNk+K+Q= +github.com/envoyproxy/go-control-plane v0.11.1/go.mod h1:uhMcXKCQMEJHiAb0w+YGefQLaTEw+YhGluxZkrTmD0g= +github.com/envoyproxy/go-control-plane v0.12.0 h1:4X+VP1GHd1Mhj6IB5mMeGbLCleqxjletLK6K0rbxyZI= +github.com/envoyproxy/go-control-plane v0.12.0/go.mod h1:ZBTaoJ23lqITozF0M6G4/IragXCQKCnYbmlmtHvwRG0= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.9.1 h1:PS7VIOgmSVhWUEeZwTe7z7zouA22Cr590PzXKbZHOVY= +github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= +github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= +github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v1.0.1/go.mod h1:0vj8bNkYbSTNS2PIyH87KZaeN4x9zpL9Qt8fQC7d+vs= +github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE= +github.com/envoyproxy/protoc-gen-validate v1.0.4 h1:gVPz/FMfvh57HdSJQyvBtF00j8JU4zdyUgIUNhlgg0A= +github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew= github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM= github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb/go.mod h1:bH6Xx7IW64qjjJq8M2u4dxNaBiDfKK+z/3eGDpXEQhc= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/fatih/color v1.14.1 h1:qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w= +github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= +github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw= +github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= +github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4= github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= -github.com/felixge/fgprof v0.9.2 h1:tAMHtWMyl6E0BimjVbFt7fieU6FpjttsZN7j0wT5blc= -github.com/felixge/fgprof v0.9.2/go.mod h1:+VNi+ZXtHIQ6wIw6bUT8nXQRefQflWECoFyRealT5sg= -github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= -github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk= +github.com/felixge/fgprof v0.9.4 h1:ocDNwMFlnA0NU0zSB3I52xkO4sFXk80VK9lXjLClu88= +github.com/felixge/fgprof v0.9.4/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM= github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg= +github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= -github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4= -github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= +github.com/frankban/quicktest v1.14.5 h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA= +github.com/frankban/quicktest v1.14.5/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= +github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= +github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= +github.com/fullstorydev/emulators/storage v0.0.0-20240401123056-edc69752f474 h1:TufioMBjkJ6/Oqmlye/ReuxHFS35HyLmypj/BNy/8GY= +github.com/fullstorydev/emulators/storage v0.0.0-20240401123056-edc69752f474/go.mod h1:PQwxF4UU8wuL+srGxr3BOhIW5zXqgucwVlO/nPZLsxw= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= +github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks= +github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= -github.com/go-kit/kit v0.12.0 h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4= -github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U= +github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= @@ -298,83 +1607,64 @@ github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KE github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4= github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0= -github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= +github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-ole/go-ole v1.2.4/go.mod h1:XCwSNxSkXRo4vlyPy93sltvi/qJq0jqQhjqQNIwKuxM= github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY= github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= -github.com/go-openapi/analysis v0.21.2/go.mod h1:HZwRk4RRisyG8vx2Oe6aqeSQcoxRp47Xkp3+K6q+LdY= -github.com/go-openapi/analysis v0.21.4 h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc= -github.com/go-openapi/analysis v0.21.4/go.mod h1:4zQ35W4neeZTqh3ol0rv/O8JBbka9QyAgQRPp9y3pfo= -github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.20.3 h1:rz6kiC84sqNQoqrtulzaL/VERgkoCyB6WdEkc2ujzUc= -github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= -github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= -github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= -github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= -github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= -github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= -github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= -github.com/go-openapi/loads v0.21.2 h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro= -github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= -github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= -github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= -github.com/go-openapi/spec v0.20.8 h1:ubHmXNY3FCIOinT8RNrrPfGc9t7I1qhPtdOGoG2AxRU= -github.com/go-openapi/spec v0.20.8/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= -github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= -github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= -github.com/go-openapi/strfmt v0.21.3 h1:xwhj5X6CjXEZZHMWy1zKJxvW9AfHC9pkyUjLvHtKG7o= -github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg= -github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= -github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= -github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= -github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g= -github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= -github.com/go-openapi/validate v0.22.1 h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU= -github.com/go-openapi/validate v0.22.1/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= -github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI= -github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo= -github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= -github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-openapi/analysis v0.22.2 h1:ZBmNoP2h5omLKr/srIC9bfqrUGzT6g6gNv03HE9Vpj0= +github.com/go-openapi/analysis v0.22.2/go.mod h1:pDF4UbZsQTo/oNuRfAWWd4dAh4yuYf//LYorPTjrpvo= +github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w= +github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE= +github.com/go-openapi/jsonpointer v0.20.2 h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q= +github.com/go-openapi/jsonpointer v0.20.2/go.mod h1:bHen+N0u1KEO3YlmqOjTT9Adn1RfD91Ar825/PuiRVs= +github.com/go-openapi/jsonreference v0.20.4 h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU= +github.com/go-openapi/jsonreference v0.20.4/go.mod h1:5pZJyJP2MnYCpoeoMAql78cCHauHj0V9Lhc506VOpw4= +github.com/go-openapi/loads v0.21.5 h1:jDzF4dSoHw6ZFADCGltDb2lE4F6De7aWSpe+IcsRzT0= +github.com/go-openapi/loads v0.21.5/go.mod h1:PxTsnFBoBe+z89riT+wYt3prmSBP6GDAQh2l9H1Flz8= +github.com/go-openapi/runtime v0.27.1 h1:ae53yaOoh+fx/X5Eaq8cRmavHgDma65XPZuvBqvJYto= +github.com/go-openapi/runtime v0.27.1/go.mod h1:fijeJEiEclyS8BRurYE1DE5TLb9/KZl6eAdbzjsrlLU= +github.com/go-openapi/spec v0.20.14 h1:7CBlRnw+mtjFGlPDRZmAMnq35cRzI91xj03HVyUi/Do= +github.com/go-openapi/spec v0.20.14/go.mod h1:8EOhTpBoFiask8rrgwbLC3zmJfz4zsCUueRuPM6GNkw= +github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c= +github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4= +github.com/go-openapi/swag v0.22.9 h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE= +github.com/go-openapi/swag v0.22.9/go.mod h1:3/OXnFfnMAwBD099SwYRk7GD3xOrr1iL7d/XNLXVVwE= +github.com/go-openapi/validate v0.23.0 h1:2l7PJLzCis4YUGEoW6eoQw3WhyM65WSIcjX6SQnlfDw= +github.com/go-openapi/validate v0.23.0/go.mod h1:EeiAZ5bmpSIOJV1WLfyYF9qp/B1ZgSaEpHTJHtN5cbE= +github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= +github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= +github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= +github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= +github.com/go-resty/resty/v2 v2.13.1 h1:x+LHXBI2nMB1vqndymf26quycC4aggYJ7DECYbiz03g= +github.com/go-resty/resty/v2 v2.13.1/go.mod h1:GznXlLxkq6Nh4sU59rPmUw3VtgpO3aS96ORAI6Q7d+0= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-zookeeper/zk v1.0.3 h1:7M2kwOsc//9VeeFiPtf+uSJlVpU66x9Ba5+8XK7/TDg= -github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= -github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= -github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= -github.com/gobuffalo/envy v1.6.15/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= -github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= -github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598Hb50EGs= -github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= -github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= -github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk= -github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28= -github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo= -github.com/gobuffalo/genny v0.1.1/go.mod h1:5TExbEyY48pfunL4QSXxlDOmdsD44RRq4mVZ0Ex28Xk= -github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211/go.mod h1:vEHJk/E9DmhejeLeNt7UVvlSGv3ziL+djtTr3yyzcOw= -github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5/go.mod h1:V9QVDIxsgKNZs6L2IYiGR8datgMhB577vzTDqypH360= -github.com/gobuffalo/gogen v0.1.0/go.mod h1:8NTelM5qd8RZ15VjQTFkAW6qOMx5wBbW4dSCS3BY8gg= -github.com/gobuffalo/gogen v0.1.1/go.mod h1:y8iBtmHmGc4qa3urIyo1shvOD8JftTtfcKi+71xfDNE= -github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2/go.mod h1:QdxcLw541hSGtBnhUc4gaNIXRjiDppFGaDqzbrBd3v8= -github.com/gobuffalo/mapi v1.0.1/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= -github.com/gobuffalo/mapi v1.0.2/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= -github.com/gobuffalo/packd v0.0.0-20190315124812-a385830c7fc0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= -github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= -github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ= -github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0= -github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw= +github.com/go-zookeeper/zk v1.0.3/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU= github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM= github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og= github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= -github.com/gobwas/ws v1.1.0 h1:7RFti/xnNkMJnrK7D1yQ/iCIB5OrrY/54/H930kIbHA= -github.com/gobwas/ws v1.1.0/go.mod h1:nzvNcVha5eUziGrbxFCo6qFIojQHjJV5cLYIbezhfL0= +github.com/gobwas/ws v1.2.1 h1:F2aeBZrm2NDsc7vbovKrWSogd4wvfAxg0FQ89/iqOTk= +github.com/gobwas/ws v1.2.1/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= +github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA= +github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M= +github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE= +github.com/goccy/go-yaml v1.11.0/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng= +github.com/godbus/dbus/v5 v5.0.4 h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw= github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= @@ -383,8 +1673,6 @@ github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFG github.com/gogo/googleapis v1.4.0 h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI= github.com/gogo/googleapis v1.4.0/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= @@ -392,12 +1680,13 @@ github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69 github.com/gogo/status v1.0.3/go.mod h1:SavQ51ycCLnc7dGyJxp8YAmudx8xqiVrRf+6IXRsugc= github.com/gogo/status v1.1.1 h1:DuHXlSFHNKqTQ+/ACf5Vs6r4X/dH2EgIzR9Vr+H65kg= github.com/gogo/status v1.1.1/go.mod h1:jpG3dM5QPcqu19Hg8lkUhBFBa3TcLs1DG7+2Jqci7oU= -github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= -github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk= +github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= +github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ= github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= -github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/glog v1.1.0/go.mod h1:pfYeQZ3JWZoXTV5sFc986z3HTpwQs9At6P4ImfuP3NQ= +github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -428,16 +1717,20 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/gnostic v0.6.9 h1:ZK/5VhkoX835RikCHpSUJV9a+S3e1zLh59YnyWeBW+0= +github.com/google/btree v1.1.2 h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU= +github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4= +github.com/google/flatbuffers v2.0.8+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= +github.com/google/flatbuffers v23.5.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= +github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I= +github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -452,19 +1745,25 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-pkcs11 v0.2.0/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= +github.com/google/go-pkcs11 v0.2.1-0.20230907215043-c6f79328ddf9/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= +github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= -github.com/google/martian/v3 v3.3.2 h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw= +github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= +github.com/google/martian/v3 v3.3.3 h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc= +github.com/google/martian/v3 v3.3.3/go.mod h1:iEPrYcgCF7jA9OtScMFQyAlZZ4YXTKEtJ1E6RWzmBA0= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -474,23 +1773,39 @@ github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= -github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 h1:CqYfpuYIjnlNxM3msdyPRKabhXZWbKjf3Q8BWROFBso= -github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10/go.mod h1:79YE0hCXdHag9sBkw2o+N/YnZtTkXi0UT9Nnixa5eYk= +github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26/go.mod h1:dDKJzRmX4S37WGHujM7tX//fmj1uioxKzKxz3lo4HJo= +github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik= +github.com/google/pprof v0.0.0-20240528025155-186aa0362fba h1:ql1qNgCyOB7iAEk8JTNM+zJrgIbnyCKX/wdlyPufP5g= +github.com/google/pprof v0.0.0-20240528025155-186aa0362fba/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/s2a-go v0.1.0/go.mod h1:OJpEgntRZo8ugHpF9hkoLJbS5dSI20XZeXJ9JVywLlM= +github.com/google/s2a-go v0.1.3/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= +github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= +github.com/google/s2a-go v0.1.7 h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o= +github.com/google/s2a-go v0.1.7/go.mod h1:50CgR4k1jNlWBu4UfS4AcfhVe1r6pdZPygJ3R8F0Qdw= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= -github.com/googleapis/enterprise-certificate-proxy v0.2.3 h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k= +github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= +github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg= +github.com/googleapis/enterprise-certificate-proxy v0.2.1/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.4/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w= +github.com/googleapis/enterprise-certificate-proxy v0.3.2 h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs= +github.com/googleapis/enterprise-certificate-proxy v0.3.2/go.mod h1:VLSiSSBs/ksPL8kq3OBOQ6WRI2QnaFynd1DCjZ62+V0= github.com/googleapis/gax-go v2.0.2+incompatible h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww= github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= @@ -500,81 +1815,86 @@ github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0 github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/OthfcblKl4IGNaM= github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM= github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= -github.com/googleapis/gax-go/v2 v2.7.1 h1:gF4c0zjUP2H/s/hEGyLA3I0fA2ZWjzYiONAD6cvPr8A= +github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= +github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= +github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8= github.com/googleapis/gax-go/v2 v2.7.1/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.8.0/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw= +github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI= +github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU= +github.com/googleapis/gax-go/v2 v2.12.4 h1:9gWcmF85Wvq4ryPFvGFaOgPIs1AQX0d0bcbGw4Z96qg= +github.com/googleapis/gax-go/v2 v2.12.4/go.mod h1:KYEYLorsnIGDi/rPC8b5TdlB9kbKoFubselGIoBMCwI= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= +github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/googleinterns/cloud-operations-api-mock v0.0.0-20200709193332-a1e58c29bdd3 h1:eHv/jVY/JNop1xg2J9cBb4EzyMpWZoNCP1BslSAIkOI= -github.com/gophercloud/gophercloud v1.2.0 h1:1oXyj4g54KBg/kFtCdMM6jtxSzeIyg8wv4z1HoGPp1E= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= +github.com/googleinterns/cloud-operations-api-mock v0.0.0-20200709193332-a1e58c29bdd3/go.mod h1:h/KNeRx7oYU4SpA4SoY7W2/NxDKEEVuwA6j9A27L4OI= +github.com/gophercloud/gophercloud v1.12.0 h1:Jrz16vPAL93l80q16fp8NplrTCp93y7rZh2P3Q4Yq7g= +github.com/gophercloud/gophercloud v1.12.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= -github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= -github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww= -github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= -github.com/grpc-ecosystem/go-grpc-middleware v1.1.0/go.mod h1:f5nM7jw/oeRSadq3xCzHAvxcr8HZnzsqU6ILg/0NiiE= -github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw= -github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y= -github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2 v2.0.0-20201002093600-73cf2ae9d891 h1:RhOqTAECcPnehv3hKlYy1fAnpQ7rnZu58l3mpq6gT1k= -github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2 v2.0.0-20201002093600-73cf2ae9d891/go.mod h1:516cTXxZzi4NBUBbKcwmO4Eqbb6GHAEd3o4N+GYyCBY= -github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-20200501113911-9a95f0fdbfea/go.mod h1:GugMBs30ZSAkckqXEAIEGyYdDH6EgqowG8ppA3Zt+AY= -github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7 h1:guQyUpELu4I0wKgdsRBZDA5blfGiUleuppRSVy9Qbi0= -github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/go.mod h1:GhphxcdlaRyAuBSvo6rV71BvQcvB/vuX8ugCyybuS2k= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248= +github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc/go.mod h1:+JKpmjMGhpgPL+rXZ5nsZieVzvarn86asRlBg4uNGnk= +github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 h1:qnpSQwGEnkcRpTqNOIR6bJbR0gAorgP9CSALpRcKoAA= +github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1/go.mod h1:lXGCsh6c22WGtjr+qGHj1otzZpV/1kwTMAqkwZsnWRU= +github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk= +github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0/go.mod h1:XKMd7iuf/RGPSMJ/U4HP0zS2Z9Fh8Ps9a+6X26m/tmI= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 h1:gDLXvp5S9izjldquuoAhDzccbskOL6tDC5jMSyx3zxE= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2/go.mod h1:7pdNwVWBBHGiCxa9lAszqCJMbfTISJ7oMftp8+UGV08= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= -github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= -github.com/hashicorp/consul/api v1.20.0 h1:9IHTjNVSZ7MIwjlW3N3a7iGiykCMDpxZu8jsxFJh0yc= -github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= -github.com/hashicorp/cronexpr v1.1.1 h1:NJZDd87hGXjoZBdvyCF9mX4DCq5Wy7+A/w+A7q0wn6c= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/consul/api v1.29.1 h1:UEwOjYJrd3lG1x5w7HxDRMGiAUPrb3f103EoeKuuEcc= +github.com/hashicorp/consul/api v1.29.1/go.mod h1:lumfRkY/coLuqMICkI7Fh3ylMG31mQSRZyef2c5YvJI= +github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A= +github.com/hashicorp/cronexpr v1.1.2/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= -github.com/hashicorp/go-hclog v1.4.0 h1:ctuWFGrhFha8BnnzxqeRGidlEcQkDyL5u8J8t5eA11I= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= +github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= +github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= +github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo= -github.com/hashicorp/go-retryablehttp v0.7.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0= -github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= +github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= +github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU= +github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk= github.com/hashicorp/go-rootcerts v1.0.2 h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= +github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4= github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= -github.com/hashicorp/nomad/api v0.0.0-20230308192510-48e7d70fcd4b h1:EkuSTU8c/63q4LMayj8ilgg/4I5PXDFVcnqKfs9qcwI= -github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= +github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k= +github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM= +github.com/hashicorp/nomad/api v0.0.0-20240604134157-e73d8bb1140d h1:KHq+mAzWSkumj4PDoXc5VZbycPGcmYu8tohgVLQ6SIc= +github.com/hashicorp/nomad/api v0.0.0-20240604134157-e73d8bb1140d/go.mod h1:svtxn6QnrQ69P23VvIWMR34tg3vmwLz4UdUzm1dSCgE= github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY= -github.com/hetznercloud/hcloud-go v1.41.0 h1:KJGFRRc68QiVu4PrEP5BmCQVveCP2CM26UGQUKGpIUs= +github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= +github.com/hetznercloud/hcloud-go/v2 v2.9.0 h1:s0N6R7Zoi2DPfMtUF5o9VeUBzTtHVY6MIkHOQnfu/AY= +github.com/hetznercloud/hcloud-go/v2 v2.9.0/go.mod h1:qtW/TuU7Bs16ibXl/ktJarWqU2LwHr7eGlwoilHxtgg= +github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= +github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible h1:tKTaPHNVwikS3I1rdyf1INNvgJXWSf/+TzqsiGbrgnQ= +github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible/go.mod h1:l7VUhRbTKCzdOacdT4oWCwATKyvZqUOlOqr0Ous3k4s= +github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= +github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= -github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk= -github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= -github.com/ionos-cloud/sdk-go/v6 v6.1.5 h1:BFqThLOgrGJWeo7w6UDyYuNxyi/GqEmNPl7C/YcQ8Fw= +github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= +github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= +github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= +github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= +github.com/ionos-cloud/sdk-go/v6 v6.1.11 h1:J/uRN4UWO3wCyGOeDdMKv8LWRzKu6UIkLEaes38Kzh8= +github.com/ionos-cloud/sdk-go/v6 v6.1.11/go.mod h1:EzEgRIDxBELvfoa/uBN0kOQaqovLjUWEB7iW4/Q+t4k= +github.com/jcchavezs/porto v0.1.0 h1:Xmxxn25zQMmgE7/yHYmh19KcItG81hIwfbEEFnd6w/Q= +github.com/jcchavezs/porto v0.1.0/go.mod h1:fESH0gzDHiutHRdX2hv27ojnOVFco37hg1W6E9EZF4A= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= @@ -583,46 +1903,49 @@ github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGw github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4= github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901/go.mod h1:Z86h9688Y0wesXCyonoVr47MasHilkuLMqGhRZ4Hpak= -github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= -github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= +github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= -github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= -github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= +github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.15.9 h1:wKRjX6JRtDdrE9qwa4b/Cip7ACOshUI4smpCQanqjSY= +github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE= github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= +github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= +github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= +github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= -github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= -github.com/klauspost/cpuid/v2 v2.1.0 h1:eyi1Ad2aNJMW95zcSbmGg7Cg6cq3ADwLpMAP96d8rF0= -github.com/klauspost/cpuid/v2 v2.1.0/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY= +github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= +github.com/klauspost/cpuid/v2 v2.2.3/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY= +github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= +github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM= +github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b h1:udzkj9S/zlT5X367kqJis0QP7YMxobob6zhzq6Yre00= +github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b/go.mod h1:pcaDhQK0/NJZEvtCO0qQPPropqV0sJOJ6YW7X+9kRwM= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= @@ -631,59 +1954,68 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c= github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8= -github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= +github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo= +github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs= +github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 h1:YjW+hUb8Fh2S58z4av4t/0cBMK/Q0aP48RocCFsC8yI= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7/go.mod h1:Spd59icnvRxSKuyijbbwe5AemzvcyXAUBgApa7VybMw= -github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= github.com/lightstep/lightstep-tracer-go v0.25.0 h1:sGVnz8h3jTQuHKMbUe2949nXm3Sg09N1UcR3VoQNN5E= github.com/lightstep/lightstep-tracer-go v0.25.0/go.mod h1:G1ZAEaqTHFPWpWunnbUn1ADEY/Jvzz7jIOaXwAfD6A8= -github.com/linode/linodego v1.14.1 h1:uGxQyy0BidoEpLGdvfi4cPgEW+0YUFsEGrLEhcTfjNc= +github.com/linode/linodego v1.35.0 h1:rIhUeCHBLEDlkoRnOTwzSGzljQ3ksXwLxacmXnrV+Do= +github.com/linode/linodego v1.35.0/go.mod h1:JxuhOEAMfSxun6RU5/MgTKH2GGTmFrhKRj3wL1NFin0= github.com/lovoo/gcloud-opentracing v0.3.0 h1:nAeKG70rIsog0TelcEtt6KU0Y1s5qXtsDLnHp0urPLU= github.com/lovoo/gcloud-opentracing v0.3.0/go.mod h1:ZFqk2y38kMDDikZPAK7ynTTGuyt17nSPdS3K5e+ZTBY= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= +github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star/v2 v2.0.1/go.mod h1:RcCdONR2ScXaYnQC5tUzxzlpA3WVYF7/opLeUgcQs/o= +github.com/lyft/protoc-gen-star/v2 v2.0.3/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE= -github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= +github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= -github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= -github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= +github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= +github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= +github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= +github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= +github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU= github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= +github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= +github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= +github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a h1:0usWxe5SGXKQovz3p+BiQ81Jy845xSMu2CWKuXsXuUM= +github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a/go.mod h1:3OETvrxfELvGsU2RoGGWercfeZ4bCL3+SOwzIWtJH/Q= github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/miekg/dns v1.1.53 h1:ZBkuHr5dxHtB1caEOlZTLPo7D3L3TWckgUUs/RHfDxw= -github.com/miekg/dns v1.1.53/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY= +github.com/miekg/dns v1.1.59 h1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs= +github.com/miekg/dns v1.1.59/go.mod h1:nZpewl5p6IvctfgrckopVx2OlSEHPRO/U4SYkRklrEk= +github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY= +github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= -github.com/minio/minio-go/v7 v7.0.45 h1:g4IeM9M9pW/Lo8AGGNOjBZYlvmtlE1N5TQEYWXRWzIs= -github.com/minio/minio-go/v7 v7.0.45/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw= -github.com/minio/sha256-simd v1.0.0 h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g= -github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM= -github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= +github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= +github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM= +github.com/minio/sha256-simd v1.0.1/go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc= +github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg= github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= +github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -691,269 +2023,261 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= -github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/mozillazg/go-httpheader v0.2.1 h1:geV7TrjbL8KXSyvghnFm+NyTux/hxwueTSrwhe88TQQ= github.com/mozillazg/go-httpheader v0.2.1/go.mod h1:jJ8xECTlalr6ValeXYdOF8fFUISeBAdw6E61aqQma60= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg= -github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU= -github.com/nats-io/nats-server/v2 v2.1.2/go.mod h1:Afk+wRZqkMQs/p45uXdrVLuab3gwv3Z8C4HTBu8GD/k= -github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w= -github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= -github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= -github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/ncw/swift v1.0.53 h1:luHjjTNtekIEvHg5KdAFIBaH7bWfNkefwFnpDffSIks= github.com/ncw/swift v1.0.53/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= +github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= -github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= -github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA= github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= -github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= +github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= +github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g= +github.com/onsi/ginkgo/v2 v2.17.2/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/onsi/gomega v1.26.0 h1:03cDLK28U6hWvCAns6NeydX3zIm4SF3ci69ulidS32Q= -github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= +github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= +github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= +github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM= +github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= +github.com/opencontainers/runtime-spec v1.0.2 h1:UfAcuLBJB9Coz72x1hgl8O5RVzTdNiaglX6v2DM6FI0= +github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02/go.mod h1:JNdpVEzCpXBgIiv4ds+TzhN1hrtxq6ClLrTlT9OQRSc= github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e h1:4cPxUYdgaGzZIT5/j0IfqOrrXmq6bG8AwvwisMXpdrg= github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e/go.mod h1:DYR5Eij8rJl8h7gblRrOZ8g0kW1umSpKqYIBTgeDtLo= -github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis= github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9/go.mod h1:PLldrQSroqzH70Xl+1DQcGnefIbqsKR7UDaiux3zV+w= github.com/opentracing-contrib/go-stdlib v1.0.0 h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w= github.com/opentracing-contrib/go-stdlib v1.0.0/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU= -github.com/opentracing/basictracer-go v1.0.0 h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo= -github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74= +github.com/opentracing/basictracer-go v1.1.0 h1:Oa1fTSBvAl8pa3U+IJYqrKm0NALwH9OsgwOqDv4xJW0= +github.com/opentracing/basictracer-go v1.1.0/go.mod h1:V2HZueSJEp879yv285Aap1BS69fQMD+MNP1mRs6mBQc= github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= -github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxSfWAKL3wpBW7V8scJMt8N8gnaMCS9E/cA= -github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw= -github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= -github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= -github.com/oracle/oci-go-sdk/v65 v65.13.0 h1:0+9ea5goYfhI3/MPfbIQU6yzHYWE6sCk6VuUepxk5Nk= -github.com/oracle/oci-go-sdk/v65 v65.13.0/go.mod h1:oyMrMa1vOzzKTmPN+kqrTR9y9kPA2tU1igN3NUSNTIE= -github.com/orisano/pixelmatch v0.0.0-20210112091706-4fa4c7ba91d5 h1:1SoBaSPudixRecmlHXb/GxmaD3fLMtHIDN13QujwQuc= -github.com/ovh/go-ovh v1.3.0 h1:mvZaddk4E4kLcXhzb+cxBsMPYp2pHqiQpWYkInsuZPQ= -github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= -github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE= -github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= -github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= -github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= -github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= -github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= +github.com/oracle/oci-go-sdk/v65 v65.41.1 h1:+lbosOyNiib3TGJDvLq1HwEAuFqkOjPJDIkyxM15WdQ= +github.com/oracle/oci-go-sdk/v65 v65.41.1/go.mod h1:MXMLMzHnnd9wlpgadPkdlkZ9YrwQmCOmbX5kjVEJodw= +github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde h1:x0TT0RDC7UhAVbbWWBzr41ElhJx5tXPWkIHA2HWPRuw= +github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0= +github.com/ovh/go-ovh v1.5.1 h1:P8O+7H+NQuFK9P/j4sFW5C0fvSS2DnHYGPwdVCp45wI= +github.com/ovh/go-ovh v1.5.1/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c= +github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0= +github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y= +github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= +github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= +github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU= +github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= +github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= +github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw= github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= -github.com/prometheus/alertmanager v0.25.0 h1:vbXKUR6PYRiZPRIKfmXaG+dmCKG52RtPL4Btl8hQGvg= -github.com/prometheus/alertmanager v0.25.0/go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w= +github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= +github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0 h1:owfYHh79h8Y5HvNMGyww+DaVwo10CKiRW1RQrrZzIwg= +github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0/go.mod h1:rT989D4UtOcfd9tVqIZRVIM8rkg+9XbreBjFNEKXvVI= +github.com/prometheus/alertmanager v0.27.0 h1:V6nTa2J5V4s8TG4C4HtrBP/WNSebCCTYGGv4qecA/+I= +github.com/prometheus/alertmanager v0.27.0/go.mod h1:8Ia/R3urPmbzJ8OsdvmZvIprDwvwmYCmUbwBL+jlPOE= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og= +github.com/prometheus/client_golang v1.5.1/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= -github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk= +github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE= +github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= +github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU= +github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI= +github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= +github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA= +github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= -github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= +github.com/prometheus/common v0.54.1-0.20240615204547-04635d2962f9 h1:WTZ/GBRTImL1HgRTEnJJcM2FuII7PXX1idCIEUJ8/r8= +github.com/prometheus/common v0.54.1-0.20240615204547-04635d2962f9/go.mod h1:1Yn/UzXoahbVLk1sn6wsGiSiemz3XQejcaz9FIA1r+I= github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4= github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/exporter-toolkit v0.8.2/go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0= -github.com/prometheus/exporter-toolkit v0.9.1 h1:cNkC01riqiOS+kh3zdnNwRsbe/Blh0WwK3ij5rPJ9Sw= -github.com/prometheus/exporter-toolkit v0.9.1/go.mod h1:iFlTmFISCix0vyuyBmm0UqOUCTao9+RsAsKJP3YM9ec= +github.com/prometheus/exporter-toolkit v0.11.0 h1:yNTsuZ0aNCNFQ3aFTD2uhPOvr4iD7fdBvKPAEGkNf+g= +github.com/prometheus/exporter-toolkit v0.11.0/go.mod h1:BVnENhnNecpwoTLiABx7mrPB/OLRIgN74qlQbV+FK1Q= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= -github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI= github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY= -github.com/prometheus/prometheus v0.43.1-0.20230414053501-7309ac272195 h1:KA2VSZefqFxYYWGZRnF8ug5s/+NUavrhH9iiu2guC8Y= -github.com/prometheus/prometheus v0.43.1-0.20230414053501-7309ac272195/go.mod h1:L8xLODXgpZM57D1MA7SPgsDecKj6ez4AF7mMczR1bis= -github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= +github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= +github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= +github.com/prometheus/prometheus v0.53.2-0.20240718123124-e9dec5fc537b h1:3XXVgSiLpgc9xXIsmBmgmd9I6bPaAaP/CBwwGV+y92U= +github.com/prometheus/prometheus v0.53.2-0.20240718123124-e9dec5fc537b/go.mod h1:TzWm3Q1bk8bzJ6t7IwnBfzcQvf4FZGUm/M5ynmaqfVI= +github.com/redis/rueidis v1.0.14-go1.18 h1:dGir5z8w8X1ex7JWO/Zx2FMBrZgQ8Yjm+lw9fPLSNGw= +github.com/redis/rueidis v1.0.14-go1.18/go.mod h1:HGekzV3HbmzFmRK6j0xic8Z9119+ECoGMjeN1TV1NYU= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= +github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= -github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= -github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= -github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY= -github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= -github.com/rueian/rueidis v0.0.93 h1:cG905akj2+QyHx0x9y4mN0K8vLi6M94QiyoLulXS3l0= -github.com/rueian/rueidis v0.0.93/go.mod h1:lo6LBci0D986usi5Wxjb4RVNaWENKYbHZSnufGJ9bTE= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rs/xid v1.5.0 h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc= +github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= +github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfFZQK844Gfx8o5WFuvpxWRwnSoipWe/p622j1v06w= +github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/santhosh-tekuri/jsonschema v1.2.4 h1:hNhW8e7t+H1vgY+1QeEQpveR6D4+OwKPXCfD2aieJis= github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHiuO9LYd+cIxzgEHCQI4= github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b h1:gQZ0qzfKHQIybLANtM3mBXNUtOfsCFXeTsnBqCsx1KM= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.14 h1:yFl3jyaSVLNYXlnNYM5z2pagEk1dYQhfr1p20T1NyKY= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/sercand/kuberesolver v2.4.0+incompatible h1:WE2OlRf6wjLxHwNkkFLQGaZcVLEXjMjBPjjEU5vksH8= -github.com/sercand/kuberesolver v2.4.0+incompatible/go.mod h1:lWF3GL0xptCB/vCiJPl/ZshwPsX/n4Y7u0CW9E7aQIQ= +github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27 h1:yGAraK1uUjlhSXgNMIy8o/J4LFNcy7yeipBqt9N9mVg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/sercand/kuberesolver/v5 v5.1.1 h1:CYH+d67G0sGBj7q5wLK61yzqJJ8gLLC8aeprPTHb6yY= +github.com/sercand/kuberesolver/v5 v5.1.1/go.mod h1:Fs1KbKhVRnB2aDWN12NjKCB+RgYMWZJ294T3BtmVCpQ= github.com/shirou/gopsutil/v3 v3.21.2/go.mod h1:ghfMypLDrFSWN2c9cDYFLHyynQ+QUht0cv/18ZqVczw= github.com/shirou/gopsutil/v3 v3.22.9 h1:yibtJhIVEMcdw+tCTbOPiF1VcsuDeTE4utJ8Dm4c5eA= github.com/shirou/gopsutil/v3 v3.22.9/go.mod h1:bBYl1kjgEJpWpxeHmLI+dVHWtyAwfcmSBLDsp2TNT8A= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/simonpasquier/klog-gokit v0.3.0 h1:TkFK21cbwDRS+CiystjqbAiq5ubJcVTk9hLUck5Ntcs= github.com/simonpasquier/klog-gokit/v3 v3.0.0 h1:J0QrVhAULISHWN05PeXX/xMqJBjnpl2fAuO8uHdQGsA= +github.com/simonpasquier/klog-gokit/v3 v3.0.0/go.mod h1:+WRhGy707Lp2Q4r727m9Oc7FxazOHgW76FIyCr23nus= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= -github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= +github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= +github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0= github.com/sony/gobreaker v0.5.0 h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg= github.com/sony/gobreaker v0.5.0/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= -github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= +github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= +github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= +github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= -github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= -github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= -github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= +github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/substrait-io/substrait-go v0.4.2/go.mod h1:qhpnLmrcvAnlZsUyPXZRqldiHapPTXC3t7xFgDi3aQg= github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.194/go.mod h1:7sCQWVkxcsR38nffDW057DRGk8mUjK1Ing/EFOK8s8Y= github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/kms v1.0.194/go.mod h1:yrBKWhChnDqNz1xuXdSbWXG56XawEq0G5j1lg4VwBD4= github.com/tencentyun/cos-go-sdk-v5 v0.7.40 h1:W6vDGKCHe4wBACI1d2UgE6+50sJFhRWU4O8IB2ozzxM= github.com/tencentyun/cos-go-sdk-v5 v0.7.40/go.mod h1:4dCEtLHGh8QPxHEkgq+nFaky7yZxQuYwgSJM87icDaw= github.com/thanos-community/galaxycache v0.0.0-20211122094458-3a32041a1f1e h1:f1Zsv7OAU9iQhZwigp50Yl38W10g/vd5NC8Rdk1Jzng= github.com/thanos-community/galaxycache v0.0.0-20211122094458-3a32041a1f1e/go.mod h1:jXcofnrSln/cLI6/dhlBxPQZEEQHVPCcFaH75M+nSzM= -github.com/thanos-community/promql-engine v0.0.0-20230417154848-c2396ed5afd9 h1:PdI6eklbpSZPC2+B2F2KKTwg1TNKY2QsuC6ayBs6M5o= -github.com/thanos-community/promql-engine v0.0.0-20230417154848-c2396ed5afd9/go.mod h1:mnjFTl5zZ9Rf0/xatwl+lGKvxjeJuUEysBrXYKEVnsM= -github.com/thanos-io/objstore v0.0.0-20230201072718-11ffbc490204 h1:W4w5Iph7j32Sf1QFWLJDCqvO0WgZS0jHGID+qnq3wV0= -github.com/thanos-io/objstore v0.0.0-20230201072718-11ffbc490204/go.mod h1:STSgpY8M6EKF2G/raUFdbIMf2U9GgYlEjAEHJxjvpAo= +github.com/thanos-io/objstore v0.0.0-20240622095743-1afe5d4bc3cd h1:YBDmfk3k/eOYLfP4SR/vZdXi5/65pqWPmR9Do2WjkRM= +github.com/thanos-io/objstore v0.0.0-20240622095743-1afe5d4bc3cd/go.mod h1:3ukSkG4rIRUGkKM4oIz+BSuUx2e3RlQVVv3Cc3W+Tv4= +github.com/thanos-io/promql-engine v0.0.0-20240718195911-cdbd6dfed36b h1:V06gjM1OFiJydoClwiGOMCpBWLSpxa5FZBvBc3coQg4= +github.com/thanos-io/promql-engine v0.0.0-20240718195911-cdbd6dfed36b/go.mod h1:Gtv7CJIxGyiGsT+bNDg4nOAsL/bVKLlpfOZUSLSyYfY= github.com/themihai/gomemcache v0.0.0-20180902122335-24332e2d58ab h1:7ZR3hmisBWw77ZpO1/o86g+JV3VKlk3d48jopJxzTjU= github.com/themihai/gomemcache v0.0.0-20180902122335-24332e2d58ab/go.mod h1:eheTFp954zcWZXCU8d0AT76ftsQOTo4DTqkN/h3k1MY= -github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= -github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs= -github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU= github.com/tklauser/go-sysconf v0.3.4/go.mod h1:Cl2c8ZRWfHD5IrfHo9VN+FX9kCFjIOyVklgXycLB6ek= github.com/tklauser/go-sysconf v0.3.10 h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw= github.com/tklauser/go-sysconf v0.3.10/go.mod h1:C8XykCvCb+Gn0oNCWPIlcb0RuglQTYaQ2hGm7jmxEFk= github.com/tklauser/numcpus v0.2.1/go.mod h1:9aU+wOc6WjUIZEwWMP62PL/41d65P+iks1gBkr4QyP8= github.com/tklauser/numcpus v0.4.0 h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o= github.com/tklauser/numcpus v0.4.0/go.mod h1:1+UI3pD8NW14VMwdgJNJ1ESk2UnwhAnz5hMwiKKqXCQ= -github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/uber/jaeger-client-go v2.28.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o= github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg= github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= -github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= -github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/vultr/govultr/v2 v2.17.2 h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZQs= -github.com/weaveworks/common v0.0.0-20221201103051-7c2720a9024d h1:9Z/HiqeGN+LOnmotAMpFEQjuXZ4AGAVFG0rC1laP5Go= -github.com/weaveworks/common v0.0.0-20221201103051-7c2720a9024d/go.mod h1:Fnq3+U51tMkPRMC6Wr7zKGUeFFYX4YjNrNK50iU0fcE= +github.com/vultr/govultr/v2 v2.17.2/go.mod h1:ZFOKGWmgjytfyjeyAdhQlSWwTjh2ig+X49cAp50dzXI= +github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5 h1:nORobjToZAvi54wcuUXLq+XG2Rsr0XEizy5aHBHvqWQ= +github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5/go.mod h1:rgbeLfJUtEr+G74cwFPR1k/4N0kDeaeSv/qhUNE4hm8= github.com/weaveworks/promrus v1.2.0 h1:jOLf6pe6/vss4qGHjXmGz4oDJQA+AOCqEL3FvvZGz7M= github.com/weaveworks/promrus v1.2.0/go.mod h1:SaE82+OJ91yqjrE1rsvBWVzNZKcHYFtMUyS1+Ogs/KA= -github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= -github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= -github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g= -github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= -github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8= -github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA= +github.com/xhit/go-str2duration v1.2.0/go.mod h1:3cPSlfZlUHVlneIVfePFWcJZsuwf+P1v2SRTV4cUmp4= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 h1:k/gmLsJDWwWqbLCur2yWnJzwQEKRcAHXo6seXGuSwWw= github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9/go.mod h1:E1AXubJBdNmFERAOucpDIxNzeGfLzg0mYh+UfMWdChA= github.com/yusufpapurcu/wmi v1.2.2 h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg= github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= -go.elastic.co/apm v1.11.0 h1:uJyt6nCW9880sZhfl1tB//Jy/5TadNoAd8edRUtgb3w= -go.elastic.co/apm v1.11.0/go.mod h1:qoOSi09pnzJDh5fKnfY7bPmQgl8yl2tULdOu03xhui0= -go.elastic.co/apm/module/apmhttp v1.11.0 h1:k/MjK0y2aLOXumoM8jcWXqxvIFlMS4U8Bn9cMUPdVX0= -go.elastic.co/apm/module/apmhttp v1.11.0/go.mod h1:5JFMIxdeS4vJy+D1PPPjINuX6hZ3AHalZXoOgyqZAkk= -go.elastic.co/apm/module/apmot v1.11.0 h1:Qmol6ztDJgvGK/B2cRdcPRNw4qE7kRv1d0vo9ptZfIo= -go.elastic.co/apm/module/apmot v1.11.0/go.mod h1:Qnbt3w1DvUd/5QugAF1AJ3mR4AG86EcJFBnAGW77EmU= +github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= +github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= +github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39 h1:D3ltj0b2c2FgUacKrB1pWGgwrUyCESY9W8XYYQ5sqY8= +github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39/go.mod h1:r86X1CnsDRrOeLtJlqRWdELPWpkcf933GTlojQlifQw= +go.einride.tech/aip v0.66.0/go.mod h1:qAhMsfT7plxBX+Oy7Huol6YUvZ0ZzdUz26yZsQwfl1M= +go.elastic.co/apm v1.15.0 h1:uPk2g/whK7c7XiZyz/YCUnAUBNPiyNeE3ARX3G6Gx7Q= +go.elastic.co/apm v1.15.0/go.mod h1:dylGv2HKR0tiCV+wliJz1KHtDyuD8SPe69oV7VyK6WY= +go.elastic.co/apm/module/apmhttp v1.15.0 h1:Le/DhI0Cqpr9wG/NIGOkbz7+rOMqJrfE4MRG6q/+leU= +go.elastic.co/apm/module/apmhttp v1.15.0/go.mod h1:NruY6Jq8ALLzWUVUQ7t4wIzn+onKoiP5woJJdTV7GMg= +go.elastic.co/apm/module/apmot v1.15.0 h1:yqarZ4HCIb6dLAzEVSWdppAuRhfrCfm2Z6UL+ubai2A= +go.elastic.co/apm/module/apmot v1.15.0/go.mod h1:BjFz2KOlnjXdnSo0p6nhDDaIEYYX8c6uVHwvkZiLqtQ= go.elastic.co/fastjson v1.1.0 h1:3MrGBWWVIxe/xvsbpghtkFoPciPhOCmjsR/HfwEeQR4= go.elastic.co/fastjson v1.1.0/go.mod h1:boNGISWMjQsUPy/t6yqt2/1Wx4YNPSe+mZjlyw9vKKI= -go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= -go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg= -go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng= -go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8= -go.mongodb.org/mongo-driver v1.11.2 h1:+1v2rDQUWNcGW7/7E0Jvdz51V38XXxJfhzbV17aNHCw= -go.mongodb.org/mongo-driver v1.11.2/go.mod h1:s7p5vEtfbeR1gYi6pnj3c3/urpbLv2T5Sfd6Rp2HBB8= -go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= -go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= +go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80= +go.mongodb.org/mongo-driver v1.14.0/go.mod h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= @@ -963,94 +2287,137 @@ go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 h1:lE9EJyw3/JhrjWH/hEy9FptnalDQgj7vpbgC2KCCCxE= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0/go.mod h1:pcQ3MM3SWvrA71U4GDqv9UFDJ3HQsW7y5ZO3tDTlUdI= -go.opentelemetry.io/contrib/propagators/autoprop v0.38.0 h1:WZwiLCwOL0XW/6TVT7LTtdRDveoHZ6q3wL+0iYsBcdE= -go.opentelemetry.io/contrib/propagators/autoprop v0.38.0/go.mod h1:JBebP2d0HiffbfelbIEoBOCl4790g7Z8lD1scUd3Vd8= -go.opentelemetry.io/contrib/propagators/aws v1.13.0 h1:9qOAQhTeJGiaYNfCCnRmL12XZGIaxclqS5yfkSXpn8o= -go.opentelemetry.io/contrib/propagators/aws v1.13.0/go.mod h1:XXahyNfhmY382jrQPE1sKXxTgfnXbx3KzNOweRJV8+A= -go.opentelemetry.io/contrib/propagators/b3 v1.13.0 h1:f17PBmZK60RoHvOpJVqEka8oS2EXjpjHquESD/8zZ50= -go.opentelemetry.io/contrib/propagators/b3 v1.13.0/go.mod h1:zy2hz1TpGUoJzSwlBchVGvVAFQS8s2pglKLbrAFZ+Sc= -go.opentelemetry.io/contrib/propagators/jaeger v1.13.0 h1:+tVlvpiQMOCzi4EYCaBjblibpyKfqoph0fcITmtXMws= -go.opentelemetry.io/contrib/propagators/jaeger v1.13.0/go.mod h1:Qf7eVCLYawiNIB+A81kk8aFDFwYqXSqmt0N2RcvkLLI= -go.opentelemetry.io/contrib/propagators/ot v1.13.0 h1:tHWNd0WRS6w9keZoZg9aF3zYohdaBacQfojPYZJgATQ= -go.opentelemetry.io/contrib/propagators/ot v1.13.0/go.mod h1:R6Op9T6LxNaMRVlGD0wVwz40LSsAq296CXiEydKLQBU= -go.opentelemetry.io/contrib/samplers/jaegerremote v0.7.0 h1:E+RlfFhGZ5Tk0wO1oOJYC0Il4Q7SjE8ZMl8x/VTK9Pk= -go.opentelemetry.io/contrib/samplers/jaegerremote v0.7.0/go.mod h1:cuBMmL+iGJ4UpZi6dykQlIUxqKSMkp5eu1C1UjUJYFI= -go.opentelemetry.io/otel v1.14.0 h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM= -go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU= -go.opentelemetry.io/otel/bridge/opentracing v1.12.0 h1:tU684zGp/ft9QpXRixnoeKbz0vNjrcd3tEDsYy+uJUI= -go.opentelemetry.io/otel/bridge/opentracing v1.12.0/go.mod h1:qjLYKFXmUQhZHVa0EbQOY29U061UO/14B+NGWUOnOnk= -go.opentelemetry.io/otel/exporters/jaeger v1.12.0 h1:1Vy11S0iAD70EPfcP3N2f2IhLq/cIuTW+Zt010MswR8= -go.opentelemetry.io/otel/exporters/jaeger v1.12.0/go.mod h1:SCLbaspEoU9mGJZB6ksc2iSGU6CLWY5yefchDqOM0IM= -go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 h1:/fXHZHGvro6MVqV34fJzDhi7sHGpX3Ej/Qjmfn003ho= -go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0/go.mod h1:UFG7EBMRdXyFstOwH028U0sVf+AvukSGhF0g8+dmNG8= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 h1:TKf2uAs2ueguzLaxOCBXNpHxfO/aC7PAdDsSH0IbeRQ= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0/go.mod h1:HrbCVv40OOLTABmOn1ZWty6CHXkU8DK/Urc43tHug70= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 h1:ap+y8RXX3Mu9apKVtOkM6WSFESLM8K3wNQyOU8sWHcc= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0/go.mod h1:5w41DY6S9gZrbjuq6Y+753e96WfPha5IcsOSZTtullM= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 h1:3jAYbRHQAqzLjd9I4tzxwJ8Pk/N6AqBcF6m1ZHrxG94= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0/go.mod h1:+N7zNjIJv4K+DeX67XXET0P+eIciESgaFDBqh+ZJFS4= -go.opentelemetry.io/otel/metric v0.37.0 h1:pHDQuLQOZwYD+Km0eb657A25NaRzy0a+eLyKfDXedEs= -go.opentelemetry.io/otel/metric v0.37.0/go.mod h1:DmdaHfGt54iV6UKxsV9slj2bBRJcKC1B1uvDLIioc1s= -go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY= -go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM= -go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M= -go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8= +go.opentelemetry.io/collector/pdata v1.11.0 h1:rzYyV1zfTQQz1DI9hCiaKyyaczqawN75XO9mdXmR/hE= +go.opentelemetry.io/collector/pdata v1.11.0/go.mod h1:IHxHsp+Jq/xfjORQMDJjSH6jvedOSTOyu3nbxqhWSYE= +go.opentelemetry.io/collector/semconv v0.104.0 h1:dUvajnh+AYJLEW/XOPk0T0BlwltSdi3vrjO7nSOos3k= +go.opentelemetry.io/collector/semconv v0.104.0/go.mod h1:yMVUCNoQPZVq/IPfrHrnntZTWsLf5YGZ7qwKulIl5hw= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1/go.mod h1:4UoMYEZOC0yN/sPGH76KPkkU7zgiEWYWL9vwmbnTJPE= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0/go.mod h1:r9vWsPS/3AQItv3OSlEJ/E4mbrhUbbw18meOjArPtKQ= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 h1:4Pp6oUg3+e/6M4C0A/3kJ2VYa++dsWVTtGgLVj5xtHg= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0/go.mod h1:Mjt1i1INqiaoZOMGR1RIUJN+i3ChKoFRqzrRQhlkbs0= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1/go.mod h1:sEGXWArGqc3tVa+ekntsN65DmVbVeW+7lTKTjZF3/Fo= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0/go.mod h1:SK2UL73Zy1quvRPonmOmRDiWk1KBV3LyIeeIxcEApWw= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 h1:9l89oX4ba9kHbBol3Xin3leYJ+252h0zszDtBwyKe2A= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0/go.mod h1:XLZfZboOJWHNKUv7eH0inh0E9VV6eWDFB/9yJyTLPp0= +go.opentelemetry.io/contrib/propagators/autoprop v0.53.0 h1:4zaVLcJ5mvYw0vlk63TX62qS4qty/4jAY1BKZ1usu18= +go.opentelemetry.io/contrib/propagators/autoprop v0.53.0/go.mod h1:RPlvYtxp5D8PKnRzyPM+rwMQrvzdlfA49Sgworkg7aQ= +go.opentelemetry.io/contrib/propagators/aws v1.28.0 h1:acyTl4oyin/iLr5Nz3u7p/PKHUbLh42w/fqg9LblExk= +go.opentelemetry.io/contrib/propagators/aws v1.28.0/go.mod h1:5WgIv6yG9DvLlSY2uIHrYSeVVwCDCqp4jhwinNNyeT4= +go.opentelemetry.io/contrib/propagators/b3 v1.28.0 h1:XR6CFQrQ/ttAYmTBX2loUEFGdk1h17pxYI8828dk/1Y= +go.opentelemetry.io/contrib/propagators/b3 v1.28.0/go.mod h1:DWRkzJONLquRz7OJPh2rRbZ7MugQj62rk7g6HRnEqh0= +go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 h1:xQ3ktSVS128JWIaN1DiPGIjcH+GsvkibIAVRWFjS9eM= +go.opentelemetry.io/contrib/propagators/jaeger v1.28.0/go.mod h1:O9HIyI2kVBrFoEwQZ0IN6PHXykGoit4mZV2aEjkTRH4= +go.opentelemetry.io/contrib/propagators/ot v1.28.0 h1:rmlG+2pc5k5M7Y7izDrxAHZUIwDERdGMTD9oMV7llMk= +go.opentelemetry.io/contrib/propagators/ot v1.28.0/go.mod h1:MNgXIn+UrMbNGpd7xyckyo2LCHIgCdmdjEE7YNZGG+w= +go.opentelemetry.io/contrib/samplers/jaegerremote v0.22.0 h1:OYxqumWcd1yaV/qvCt1B7Sru9OeUNGjeXq/oldx3AGk= +go.opentelemetry.io/contrib/samplers/jaegerremote v0.22.0/go.mod h1:2tZTRqCbvx7nG57wUwd5NQpNVujOWnR84iPLllIH0Ok= +go.opentelemetry.io/otel v1.19.0/go.mod h1:i0QyjOq3UPoTzff0PJB2N66fb4S0+rSbSB15/oyH9fY= +go.opentelemetry.io/otel v1.21.0/go.mod h1:QZzNPQPm1zLX4gZK4cMi+71eaorMSGT3A4znnUvNNEo= +go.opentelemetry.io/otel v1.22.0/go.mod h1:eoV4iAi3Ea8LkAEI9+GFT44O6T/D0GWAVFyZVCC6pMI= +go.opentelemetry.io/otel v1.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo= +go.opentelemetry.io/otel v1.28.0/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4= +go.opentelemetry.io/otel/bridge/opentracing v1.28.0 h1:erHvOxIUFnSXj/HuS5SqaKe2CbWSBskONXm2bEBxYgc= +go.opentelemetry.io/otel/bridge/opentracing v1.28.0/go.mod h1:ZMOFThPtIKYiVqzKrU53s41j25Cj27KySyu5Az5jRPU= +go.opentelemetry.io/otel/exporters/jaeger v1.16.0 h1:YhxxmXZ011C0aDZKoNw+juVWAmEfv/0W2XBOv9aHTaA= +go.opentelemetry.io/otel/exporters/jaeger v1.16.0/go.mod h1:grYbBo/5afWlPpdPZYhyn78Bk04hnvxn2+hvxQhKIQM= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 h1:3Q/xZUyC1BBkualc9ROb4G8qkH90LXEIICcs5zv1OYY= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0/go.mod h1:s75jGIWA9OfCMzF0xr+ZgfrB5FEbbV7UuYo32ahUiFI= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 h1:R3X6ZXmNPRR8ul6i3WgFURCHzaXjHdm0karRG/+dj3s= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0/go.mod h1:QWFXnDavXWwMx2EEcZsf3yxgEKAqsxQ+Syjp+seyInw= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 h1:QY7/0NeRPKlzusf40ZE4t1VlMKbqSNT7cJRYzWuja0s= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0/go.mod h1:HVkSiDhTM9BoUJU8qE6j2eSWLLXvi1USXjyd2BXT8PY= +go.opentelemetry.io/otel/metric v1.19.0/go.mod h1:L5rUsV9kM1IxCj1MmSdS+JQAcVm319EUrDVLrt7jqt8= +go.opentelemetry.io/otel/metric v1.21.0/go.mod h1:o1p3CA8nNHW8j5yuQLdc1eeqEaPfzug24uvsyIEJRWM= +go.opentelemetry.io/otel/metric v1.22.0/go.mod h1:evJGjVpZv0mQ5QBRJoBF64yMuOf4xCWdXjK8pzFvliY= +go.opentelemetry.io/otel/metric v1.28.0 h1:f0HGvSl1KRAU1DLgLGFjrwVyismPlnuU6JD6bOeuA5Q= +go.opentelemetry.io/otel/metric v1.28.0/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s= +go.opentelemetry.io/otel/sdk v1.19.0/go.mod h1:NedEbbS4w3C6zElbLdPJKOpJQOrGUJ+GfzpjUvI0v1A= +go.opentelemetry.io/otel/sdk v1.21.0/go.mod h1:Nna6Yv7PWTdgJHVRD9hIYywQBRx7pbox6nwBnZIxl/E= +go.opentelemetry.io/otel/sdk v1.28.0 h1:b9d7hIry8yZsgtbmM0DKyPWMMUMlK9NEKuIG4aBqWyE= +go.opentelemetry.io/otel/sdk v1.28.0/go.mod h1:oYj7ClPUA7Iw3m+r7GeEjz0qckQRJK2B8zjcZEfu7Pg= +go.opentelemetry.io/otel/trace v1.19.0/go.mod h1:mfaSyvGyEJEI0nyV2I4qhNQnbBOUUmYZpYojqMnX2vo= +go.opentelemetry.io/otel/trace v1.21.0/go.mod h1:LGbsEB0f9LGjN+OZaQQ26sohbOmiMR+BaslueVtS/qQ= +go.opentelemetry.io/otel/trace v1.22.0/go.mod h1:RbbHXVqKES9QhzZq/fE5UnOSILqRt40a21sPw2He1xo= +go.opentelemetry.io/otel/trace v1.28.0 h1:GhQ9cUuQGmNDd5BTCP2dAvv75RdMxEfTmYejp+lkx9g= +go.opentelemetry.io/otel/trace v1.28.0/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= -go.opentelemetry.io/proto/otlp v0.19.0 h1:IVN6GR+mhC4s5yfcTbmzHYODqvWAp3ZedA2SJPI1Nnw= +go.opentelemetry.io/proto/otlp v0.15.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.opentelemetry.io/proto/otlp v0.19.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= -go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= +go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM= +go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0= +go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8= go.uber.org/atomic v1.5.1/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= -go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ= -go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= -go.uber.org/automaxprocs v1.5.1 h1:e1YG66Lrk73dn4qhg8WFSvhF0JuFQF0ERIp4rpuV8Qk= -go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= -go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= -go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= -go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= -go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= -go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= -go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= -go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= -go4.org/intern v0.0.0-20220617035311-6925f38cc365 h1:t9hFvR102YlOqU0fQn1wgwhNvSbHGBbbJxX9JKfU3l0= -go4.org/intern v0.0.0-20220617035311-6925f38cc365/go.mod h1:WXRv3p7T6gzt0CcJm43AAKdKVZmcQbwwC7EwquU5BZU= -go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E= -go4.org/unsafe/assume-no-moving-gc v0.0.0-20230209150437-ee73d164e760 h1:gH0IO5GDYAcawu+ThKrvAofVTgJjYaoOZ5rrC4pS2Xw= -go4.org/unsafe/assume-no-moving-gc v0.0.0-20230209150437-ee73d164e760/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E= +go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= +go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/automaxprocs v1.5.3 h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8= +go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= +go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= +go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= +go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= +go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= +go4.org/intern v0.0.0-20230525184215-6c62f75575cb h1:ae7kzL5Cfdmcecbh22ll7lYP3iuUdnfnhiPcSaDgH/8= +go4.org/intern v0.0.0-20230525184215-6c62f75575cb/go.mod h1:Ycrt6raEcnF5FTsLiLKkhBTO6DPX3RCUCUVnks3gFJU= +go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 h1:WJhcL4p+YeDxmZWg141nRm7XC8IDmhz7lk5GpadO1Sg= +go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20221012134737-56aed061732a/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= +golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= +golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= +golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= +golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g= +golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= +golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= +golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg= +golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= +golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30= +golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M= +golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= +golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3/go.mod h1:NOZ3BPKG0ec/BKJQgnvsSFpcKLM5xXVWnvZS97DWHgE= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/exp v0.0.0-20230307190834-24139beb5833 h1:SChBja7BCQewoTAU7IgvucQKMIXrEpFxNMs0spT3/5s= -golang.org/x/exp v0.0.0-20230307190834-24139beb5833/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= +golang.org/x/exp v0.0.0-20230206171751-46f607a40771/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo= +golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY= +golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI= +golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200119044424-58c23975cae1/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200430140353-33d19683fad8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20201208152932-35266b937fa6/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210216034530-4410531fe030/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20220302094943-723b81ca9867/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= @@ -1061,6 +2428,7 @@ golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRu golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug= golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= @@ -1073,17 +2441,23 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= +golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.9.0 h1:KENHtAZL2y3NLMYZeHY9DW8HW8V+kQyJsY/V9JlKvCs= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0= +golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -1094,7 +2468,6 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1103,9 +2476,11 @@ golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= @@ -1113,14 +2488,17 @@ golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81R golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1Kcs5dz7/ng1VjMUvfKvpfy+jM= golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= @@ -1128,13 +2506,32 @@ golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220617184016-355a448f1bc9/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220909164309-bea034e7d591/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= -golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ= +golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= +golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= +golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= +golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= +golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= +golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ= +golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= +golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= +golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1154,14 +2551,26 @@ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= +golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= +golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= -golang.org/x/oauth2 v0.6.0 h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw= +golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I= golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= +golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4= +golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= +golang.org/x/oauth2 v0.11.0/go.mod h1:LdF7O/8bLR/qWK9DrpXmbHLTouvRHK0SgJl0GmDBchk= +golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0= +golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM= +golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o= +golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA= +golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs= +golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1171,38 +2580,41 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= +golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190204203706-41f3e6584952/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191025021431-6c3a3bfe00ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191220142924-d4481acd189f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1222,30 +2634,33 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210217105451-b926d437f341/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1253,24 +2668,61 @@ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= +golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= +golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.6.0 h1:clScbb1cHjoCkyRbWwBEUZ5H/tIFu5TAXIqaZD0Gcjw= +golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo= +golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= +golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= +golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww= +golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= +golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY= +golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= +golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk= +golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1280,38 +2732,46 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68= +golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= +golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk= +golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190416151739-9c9e1878f421/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190420181800-aa740d480789/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1319,7 +2779,6 @@ golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= @@ -1342,19 +2801,32 @@ golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.10.0/go.mod h1:UJwyiVBsOA2uwvK/e5OY3GTpDUJriEd+/YlqAwLPmyM= +golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= +golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA= +golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1362,11 +2834,20 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk= golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o= +golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= +golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= +gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= +gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= +gonum.org/v1/gonum v0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0= +gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA= gonum.org/v1/gonum v0.12.0/go.mod h1:73TDxJfAAHeA8Mk9mf8NlIppyhQNo5GLTcYeqgo2lvY= -google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= +gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= +gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo= +gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= +gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +gonum.org/v1/plot v0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY= +gonum.org/v1/plot v0.10.1/go.mod h1:VZW5OlhkL1mysU9vaqNHnsy86inf6Ot+jB3r+BczCEo= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= @@ -1403,21 +2884,50 @@ google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/S google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= +google.golang.org/api v0.77.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw= google.golang.org/api v0.80.0/go.mod h1:xY3nI94gbvBrE0J6NHXhxOmW97HG7Khjkku6AFB3Hyg= google.golang.org/api v0.84.0/go.mod h1:NTsGnUFJMYROtiquksZHBWtHfeMC7iYthki7Eq3pa8o= -google.golang.org/api v0.114.0 h1:1xQPji6cO2E2vLiI+C/XiFAnsn1WV3mjaEwGLhi3grE= +google.golang.org/api v0.85.0/go.mod h1:AqZf8Ep9uZ2pyTvgL+x0D3Zt0eoT9b5E8fmzfu6FO2g= +google.golang.org/api v0.90.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.93.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.95.0/go.mod h1:eADj+UBuxkh5zlrSntJghuNeg8HwQ1w5lTKkuqaETEI= +google.golang.org/api v0.96.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.97.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.98.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= +google.golang.org/api v0.99.0/go.mod h1:1YOf74vkVndF7pG6hIHuINsM7eWwpVTAfNMNiL91A08= +google.golang.org/api v0.100.0/go.mod h1:ZE3Z2+ZOr87Rx7dqFsdRQkRBk36kDtp/h+QpHbB7a70= +google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= +google.golang.org/api v0.103.0/go.mod h1:hGtW6nK1AC+d9si/UBhw8Xli+QMOf6xyNAyJw4qU9w0= +google.golang.org/api v0.106.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.107.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.108.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= +google.golang.org/api v0.110.0/go.mod h1:7FC4Vvx1Mooxh8C5HWjzZHcavuS2f6pmJpZx60ca7iI= +google.golang.org/api v0.111.0/go.mod h1:qtFHvU9mhgTJegR31csQ+rwxyUTHOKFqCKWp1J0fdw0= google.golang.org/api v0.114.0/go.mod h1:ifYI2ZsFK6/uGddGfAD5BMxlnkBqCmqHSDUVi45N5Yg= -google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= +google.golang.org/api v0.118.0/go.mod h1:76TtD3vkgmZ66zZzp72bUUklpmQmKlhh6sYtIjYK+5E= +google.golang.org/api v0.122.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.124.0/go.mod h1:xu2HQurE5gi/3t1aFCvhPD781p0a3p11sdunTJ2BlP4= +google.golang.org/api v0.125.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.126.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.128.0/go.mod h1:Y611qgqaE92On/7g65MQgxYul3c0rEB894kniWLY750= +google.golang.org/api v0.139.0/go.mod h1:CVagp6Eekz9CjGZ718Z+sloknzkDJE7Vc1Ckj9+viBk= +google.golang.org/api v0.149.0/go.mod h1:Mwn1B7JTXrzXtnvmzQE2BD6bYZQ8DShKZDZbeN9I7qI= +google.golang.org/api v0.150.0/go.mod h1:ccy+MJ6nrYFgE3WgRx/AMXOxOmU8Q4hSa+jjibzhxcg= +google.golang.org/api v0.155.0/go.mod h1:GI5qK5f40kCpHfPn6+YzGAByIKWv8ujFnmoWm7Igduk= +google.golang.org/api v0.157.0/go.mod h1:+z4v4ufbZ1WEpld6yMGHyggs+PmAHiaLNj5ytP3N01g= +google.golang.org/api v0.160.0/go.mod h1:0mu0TpK33qnydLvWqbImq2b1eQ5FHRSDCBzAxX9ZHyw= +google.golang.org/api v0.162.0/go.mod h1:6SulDkfoBIg4NFmCuZ39XeeAgSHCPecfSUuDyYlAHs0= +google.golang.org/api v0.183.0 h1:PNMeRDwo1pJdgNcFQ9GstuLe/noWKIc89pRWRLMvLwE= +google.golang.org/api v0.183.0/go.mod h1:q43adC5/pHoSZTx5h2mSmdF7NcyfW9JuDyIOJAgS9ZQ= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds= google.golang.org/genproto v0.0.0-20180518175338-11a468237815/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -1439,7 +2949,6 @@ google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfG google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= @@ -1455,7 +2964,9 @@ google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1488,20 +2999,163 @@ google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf/go.mod h1:kGP+zUP2 google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb/go.mod h1:hAL49I2IFola2sVEjAn7MEwsja0xp51I0tlGAf9hz4E= +google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= -google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 h1:DdoeryqhaXp1LtT/emMP1BRJPHHKFi5akj/nbx/zNTA= +google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE= +google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= +google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220829144015-23454907ede3/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220913154956-18f8339a66a5/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220914142337-ca0e39ece12f/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= +google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006/go.mod h1:ht8XFiar2npT/g4vkk7O0WYS1sHOHbdujxbEp7CJWbw= +google.golang.org/genproto v0.0.0-20220926165614-551eb538f295/go.mod h1:woMGP53BroOrRY3xTxlbr8Y3eB/nzAvvFM83q7kG2OI= +google.golang.org/genproto v0.0.0-20220926220553-6981cbe3cfce/go.mod h1:woMGP53BroOrRY3xTxlbr8Y3eB/nzAvvFM83q7kG2OI= +google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e/go.mod h1:3526vdqwhZAwq4wsRUaVG555sVgsNmIjRtO7t/JH29U= +google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= +google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= +google.golang.org/genproto v0.0.0-20221024153911-1573dae28c9c/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= +google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= +google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c/go.mod h1:CGI5F/G+E5bKwmfYo09AXuVN4dD894kIKUFmVbP2/Fo= +google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd/go.mod h1:cTsE614GARnxrLsqKREzmNYJACSWWpAWdNMwnD7c2BE= +google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230123190316-2c411cf9d197/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44/go.mod h1:8B0gmkoRebU8ukX6HP+4wrVQUY1+6PkQ44BSyIlflHA= +google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230223222841-637eb2293923/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488/go.mod h1:TvhZT5f700eVlTNwND1xoEZQeWTB2RY/65kplwl/bFA= google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= -google.golang.org/grpc v1.45.0 h1:NEpgUqV3Z+ZjkqMsxMg11IaDrXY4RY6CQukSGK0uI1M= -google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ= +google.golang.org/genproto v0.0.0-20230320184635-7606e756e683/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230323212658-478b75c54725/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU= +google.golang.org/genproto v0.0.0-20230525234025-438c736192d0/go.mod h1:9ExIQyXL5hZrHzQceCwuSYwZZ5QZBazOcprJ5rgs3lY= +google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:zqTuNwFlFRsw5zIts5VnzLQxSRqh+CGOTVMlYbY0Eyk= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto v0.0.0-20230629202037-9506855d4529/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:O9kGHb51iE/nOGvQaDUuadVYqovW56s5emA88lQnj6Y= +google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98/go.mod h1:S7mY02OqCJTD0E1OiQy1F72PWFB4bZJ87cAtLPYgDR0= +google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e/go.mod h1:0ggbjUrZYpy1q+ANUS30SEoGZ53cdfwtbuG7Ptgy108= +google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5/go.mod h1:oH/ZOT02u4kWEp7oYBGYFFkCdKS/uYR9Z7+0/xuuFp8= +google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93/go.mod h1:yZTlhN0tQnXo3h00fuXNCxJdLdIdnVFVBaRJ5LWBbw4= +google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d/go.mod h1:yZTlhN0tQnXo3h00fuXNCxJdLdIdnVFVBaRJ5LWBbw4= +google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb/go.mod h1:yZTlhN0tQnXo3h00fuXNCxJdLdIdnVFVBaRJ5LWBbw4= +google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13/go.mod h1:CCviP9RmpZ1mxVr8MUjCnSiY09IbAXZxhLE6EhHIdPU= +google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97/go.mod h1:t1VqOqqvce95G3hIDCT5FeO3YUc6Q4Oe24L/+rNMxRk= +google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a/go.mod h1:EMfReVxb80Dq1hhioy0sOsY9jCE46YDgHlJ7fWVUWRE= +google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b/go.mod h1:CgAqfJo+Xmu0GwA0411Ht3OU3OntXwsGmrmjI8ioGXI= +google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405/go.mod h1:3WDQMjmJk36UQhjQ89emUzb1mdaHcPeeAh4SCBKznB4= +google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:J7XzRzVy1+IPwWHZUzoD0IccYZIrXILAQpc+Qy9CMhY= +google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f/go.mod h1:nWSwAFPb+qfNJXsoeO3Io7zf4tMSfN8EA8RlDA04GhY= +google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3/go.mod h1:5RBcpGRxr25RbDzY5w+dmaqpSEvl8Gwl1x2CICf60ic= +google.golang.org/genproto v0.0.0-20231212172506-995d672761c0/go.mod h1:l/k7rMz0vFTBPy+tFSGvXEd3z+BcoG1k7EHbqm+YBsY= +google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917/go.mod h1:pZqR+glSb11aJ+JQcczCvgf47+duRuzNSKqE8YAQnV0= +google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:+Rvu7ElI+aLzyDQhpHMFMMltsD6m7nqpuWDd2CwJw3k= +google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:cc8bqMqtv9gMOr0zHg2Vzff5ULhhL2IXP4sbcn32Dro= +google.golang.org/genproto v0.0.0-20240205150955-31a09d347014/go.mod h1:xEgQu1e4stdSSsxPDK8Azkrk/ECl5HvdPf6nbZrTS5M= +google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:mqHbVIp48Muh7Ywss/AD6I5kNVKZMmAa/QEW58Gxp2s= +google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:VUhTRKeHn9wwcdrk73nvdC9gF178Tzhmt/qyaFcPLSo= +google.golang.org/genproto v0.0.0-20240528184218-531527333157 h1:u7WMYrIrVvs0TF5yaKwKNbcJyySYf+HAIFXxWltJOXE= +google.golang.org/genproto v0.0.0-20240528184218-531527333157/go.mod h1:ubQlAQnzejB8uZzszhrTCU2Fyp6Vi7ZE5nn0c3W8+qQ= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a/go.mod h1:ts19tUU+Z0ZShN1y3aPyq2+O3d5FUNNgT6FtOzmrNn8= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:mPBs5jNgx2GuQGvFwUvVKqtn6HsUw9nP64BedgvqEsQ= +google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ= +google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ= +google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5/go.mod h1:5DZzOUPCLYL3mNkQ0ms0F3EuUNZ7py1Bqeq6sxzI7/Q= +google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d/go.mod h1:KjSP20unUpOx5kyQUFa7k4OJg0qeJ7DEZflGDu2p6Bk= +google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb/go.mod h1:KjSP20unUpOx5kyQUFa7k4OJg0qeJ7DEZflGDu2p6Bk= +google.golang.org/genproto/googleapis/api v0.0.0-20230920204549-e6e6cdab5c13/go.mod h1:RdyHbowztCGQySiCvQPgWQWgWhGnouTdCflKoDBt32U= +google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97/go.mod h1:iargEX0SFPm3xcfMI0d1domjg0ZF4Aa0p2awqyxhvF0= +google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a/go.mod h1:SUBoKXbI1Efip18FClrQVGjWcyd0QZd8KkvdP34t7ww= +google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b/go.mod h1:IBQ646DjkDkvUIsVq/cc03FUFQ9wbZu7yE396YcL870= +google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405/go.mod h1:oT32Z4o8Zv2xPQTg0pbVaPr0MPOH6f14RgXt7zfIpwg= +google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:0xJLfVdJqpAPl8tDg1ujOCGzx6LFLttXT5NhllGOXY4= +google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f/go.mod h1:Uy9bTZJqmfrw2rIBxgGLnamc78euZULUBrLZ9XTITKI= +google.golang.org/genproto/googleapis/api v0.0.0-20231211222908-989df2bf70f3/go.mod h1:k2dtGpRrbsSyKcNPKKI5sstZkrNCZwpU/ns96JoHbGg= +google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0/go.mod h1:CAny0tYF+0/9rmDB9fahA9YLzX3+AEVl1qXbv5hhj6c= +google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917/go.mod h1:CmlNWB9lSezaYELKS5Ym1r44VrrbPUa7JTvw+6MbpJ0= +google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:B5xPO//w8qmBDjGReYLpR6UJPnkldGkCSMoH/2vxJeg= +google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457/go.mod h1:4jWUdICTdgc3Ibxmr8nAJiiLHwQBY0UI0XZcEMaFKaA= +google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:4jWUdICTdgc3Ibxmr8nAJiiLHwQBY0UI0XZcEMaFKaA= +google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014/go.mod h1:rbHMSEDyoYX62nRVLOCc4Qt1HbsdytAYoVwgjiOhF3I= +google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:PVreiBMirk8ypES6aw9d4p6iiBNSIfZEBqr3UGoAi2E= +google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:5iCWqnniDlqZHrd3neWVTOwvh/v6s3232omMecelax8= +google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 h1:0+ozOGcrp+Y8Aq8TLNN2Aliibms5LEzsq99ZZmAGYm0= +google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094/go.mod h1:fJ/e3If/Q67Mj99hin0hMhiNyCRmt6BQ2aWIJshUSJw= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230807174057-1744710a1577/go.mod h1:NjCQG/D8JandXxM57PZbAJL1DCNL6EypA0vPPwfsc7c= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20231030173426-d783a09b4405/go.mod h1:GRUCuLdzVqZte8+Dl/D4N25yLzcGqqWaYkeVOwulFqw= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20231212172506-995d672761c0/go.mod h1:guYXGPwC6jwxgWKW5Y405fKWOFNwlvUlUnzyp9i0uqo= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:ZSvZ8l+AWJwXw91DoTjWjaVLpWU6o0eZ4YLYpH8aLeQ= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:SCz6T5xjNXM4QFPRwxHcfChp7V+9DcXR3ay2TkHR8Tg= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a/go.mod h1:xURIpW9ES5+/GZhnV6beoEtxQrnkRGIfP5VQG2tCBLc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:8mL13HKkDa+IuJ8yruA3ci0q+0vsUz4m//+ottjwS5o= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5/go.mod h1:zBEcrKX2ZOcEkHWxBPAIvYUWOKKMIhYcmNiUIu2ji3I= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230920183334-c177e329c48b/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13/go.mod h1:KSqppvjFjtoCI+KGd4PELB0qLNxdJHRGqRI09mB6pQA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97/go.mod h1:v7nGkzlmW8P3n/bKmWBn2WpBjpOEx8Q6gMueudAmKfY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a/go.mod h1:4cYg8o5yUbm77w8ZX00LhMVNl/YVBFJRYWDc0uYWMs0= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b/go.mod h1:swOH3j0KzcDDgGUWr+SNpyTen5YrXjS3eyPzFYKc6lc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405/go.mod h1:67X1fPuzjcrkymZzZV1vvkFeTn2Rvc6lYF9MYFGCcwE= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:oQ5rr10WTTMvP4A36n8JpR1OrO1BEiV4f78CneXZxkA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f/go.mod h1:L9KNLi232K1/xB6f7AlSX692koaRnKaWSR0stBki0Yc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231211222908-989df2bf70f3/go.mod h1:eJVxU6o+4G1PSczBr85xmyvSNYAKvAYgkub40YGomFM= +google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0/go.mod h1:FUoWkonphQm3RhTS+kOEhF8h0iDpm4tdXolVCeZ9KKA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917/go.mod h1:xtjpI3tXFPP051KaWnhvxkiubL/6dJ18vLVf7q2pTOU= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:daQN87bsDqDoe316QbbvX60nMoJQa4r6Ds0ZuoAe5yA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240122161410-6c6643bf1457/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014/go.mod h1:SaPjaZGWb0lPqs6Ittu0spdfrOArqji4ZdeP5IC/9N4= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:YUWgXUFRPfoYK1IHMuxH5K6nPEXSCzIMljnQ59lLRCk= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:H4O17MA/PE9BsGx3w+a+W2VOLLD1Qf7oJneAoU6WktY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 h1:BwIjyKYGsK9dMCBOorzRri8MQwmi7mT9rGHsCEinZkA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY= +google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM= +google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/grpc/examples v0.0.0-20211119005141-f45e61797429 h1:vh/88xB6bVCYsvXtGnKcQGJLMt2fPUFwdSJrVfS2km8= google.golang.org/grpc/examples v0.0.0-20211119005141-f45e61797429/go.mod h1:gID3PKrg7pWKntu9Ss6zTLJ0ttC0X9IHgREOCZwbCVU= @@ -1520,27 +3174,27 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.29.1 h1:7QBf+IK2gx70Ap/hDsOmam3GE0v9HicjfEdAxE62UoM= google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= +google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= -gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= -gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -1551,11 +3205,9 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -1563,18 +3215,86 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las= howett.net/plist v0.0.0-20181124034731-591f970eefbb h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M= howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0= -k8s.io/api v0.26.2 h1:dM3cinp3PGB6asOySalOZxEG4CZ0IAdJsrYZXE/ovGQ= -k8s.io/apimachinery v0.26.2 h1:da1u3D5wfR5u2RpLhE/ZtZS2P7QvDgLZTi9wrNZl/tQ= -k8s.io/client-go v0.26.2 h1:s1WkVujHX3kTp4Zn4yGNFK+dlDXy1bAAkIl+cFAiuYI= -k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d h1:VcFq5n7wCJB2FQMCIHfC+f+jNcGgNMar1uKd6rVlifU= -k8s.io/utils v0.0.0-20230308161112-d77c459e9343 h1:m7tbIjXGcGIAtpmQr7/NAi7RsWoW3E7Zcm4jI1HicTc= +k8s.io/api v0.30.2 h1:+ZhRj+28QT4UOH+BKznu4CBgPWgkXO7XAvMcMl0qKvI= +k8s.io/api v0.30.2/go.mod h1:ULg5g9JvOev2dG0u2hig4Z7tQ2hHIuS+m8MNZ+X6EmI= +k8s.io/apimachinery v0.30.2 h1:fEMcnBj6qkzzPGSVsAZtQThU62SmQ4ZymlXRC5yFSCg= +k8s.io/apimachinery v0.30.2/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= +k8s.io/client-go v0.30.2 h1:sBIVJdojUNPDU/jObC+18tXWcTJVcwyqS9diGdWHk50= +k8s.io/client-go v0.30.2/go.mod h1:JglKSWULm9xlJLx4KCkfLLQ7XwtlbflV6uFFSHTMgVs= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= +k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= +k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCIXHaathvJg1C3ak= +k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.3.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.2/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.3/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.37.0/go.mod h1:vtL+3mdHx/wcj3iEGz84rQa8vEqR6XM84v5Lcvfph20= +modernc.org/cc/v3 v3.38.1/go.mod h1:vtL+3mdHx/wcj3iEGz84rQa8vEqR6XM84v5Lcvfph20= +modernc.org/cc/v3 v3.40.0/go.mod h1:/bTg4dnWkSXowUO6ssQKnOV0yMVxDYNIsIrzqTFDGH0= +modernc.org/ccgo/v3 v3.0.0-20220428102840-41399a37e894/go.mod h1:eI31LL8EwEBKPpNpA4bU1/i+sKOwOrQy8D87zWUcRZc= +modernc.org/ccgo/v3 v3.0.0-20220430103911-bc99d88307be/go.mod h1:bwdAnOoaIt8Ax9YdWGjxWsdkPcZyRPHqrOvJxaKAKGw= +modernc.org/ccgo/v3 v3.0.0-20220904174949-82d86e1b6d56/go.mod h1:YSXjPL62P2AMSxBphRHPn7IkzhVHqkvOnRKAKh+W6ZI= +modernc.org/ccgo/v3 v3.0.0-20220910160915-348f15de615a/go.mod h1:8p47QxPkdugex9J4n9P2tLZ9bK01yngIVp00g4nomW0= +modernc.org/ccgo/v3 v3.16.4/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.6/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.8/go.mod h1:zNjwkizS+fIFDrDjIAgBSCLkWbJuHF+ar3QRn+Z9aws= +modernc.org/ccgo/v3 v3.16.9/go.mod h1:zNMzC9A9xeNUepy6KuZBbugn3c0Mc9TeiJO4lgvkJDo= +modernc.org/ccgo/v3 v3.16.13-0.20221017192402-261537637ce8/go.mod h1:fUB3Vn0nVPReA+7IG7yZDfjv1TMWjhQP8gCxrFAtL5g= +modernc.org/ccgo/v3 v3.16.13/go.mod h1:2Quk+5YgpImhPjv2Qsob1DnZ/4som1lJTodubIcoUkY= +modernc.org/ccorpus v1.11.6/go.mod h1:2gEUTrWqdpH2pXsmTM1ZkjeSrUWDpjMu2T6m29L/ErQ= +modernc.org/httpfs v1.0.6/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM= +modernc.org/libc v0.0.0-20220428101251-2d5f3daf273b/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.16.0/go.mod h1:N4LD6DBE9cf+Dzf9buBlzVJndKr/iJHG97vGLHYnb5A= +modernc.org/libc v1.16.1/go.mod h1:JjJE0eu4yeK7tab2n4S1w8tlWd9MxXLRzheaRnAKymU= +modernc.org/libc v1.16.17/go.mod h1:hYIV5VZczAmGZAnG15Vdngn5HSF5cSkbvfz2B7GRuVU= +modernc.org/libc v1.16.19/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.17.0/go.mod h1:XsgLldpP4aWlPlsjqKRdHPqCxCjISdHfM/yeWC5GyW0= +modernc.org/libc v1.17.1/go.mod h1:FZ23b+8LjxZs7XtFMbSzL/EhPxNbfZbErxEHc7cbD9s= +modernc.org/libc v1.17.4/go.mod h1:WNg2ZH56rDEwdropAJeZPQkXmDwh+JCA1s/htl6r2fA= +modernc.org/libc v1.18.0/go.mod h1:vj6zehR5bfc98ipowQOM2nIDUZnVew/wNC/2tOGS+q0= +modernc.org/libc v1.19.0/go.mod h1:ZRfIaEkgrYgZDl6pa4W39HgN5G/yDW+NRmNKZBDFrk0= +modernc.org/libc v1.20.3/go.mod h1:ZRfIaEkgrYgZDl6pa4W39HgN5G/yDW+NRmNKZBDFrk0= +modernc.org/libc v1.21.2/go.mod h1:przBsL5RDOZajTVslkugzLBj1evTue36jEomFQOoYuI= +modernc.org/libc v1.21.4/go.mod h1:przBsL5RDOZajTVslkugzLBj1evTue36jEomFQOoYuI= +modernc.org/libc v1.22.2/go.mod h1:uvQavJ1pZ0hIoC/jfqNoMLURIMhKzINIWypNM17puug= +modernc.org/libc v1.22.4/go.mod h1:jj+Z7dTNX8fBScMVNRAYZ/jF91K8fdT2hYMThc3YjBY= +modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.4.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.1.1/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.0/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.1/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.3.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.4.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/memory v1.5.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/opt v0.1.1/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/opt v0.1.3/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/sqlite v1.18.1/go.mod h1:6ho+Gow7oX5V+OiOQ6Tr4xeqbx13UZ6t+Fw9IRUG4d4= +modernc.org/sqlite v1.18.2/go.mod h1:kvrTLEWgxUcHa2GfHBQtanR1H9ht3hTJNtKpzH9k1u0= +modernc.org/sqlite v1.21.2/go.mod h1:cxbLkB5WS32DnQqeH4h4o1B0eMr8W/y8/RGuxQ3JsC0= +modernc.org/strutil v1.1.1/go.mod h1:DE+MQQ/hjKBZS2zNInV5hhcipt5rLPWkmpbGeW5mmdw= +modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw= +modernc.org/tcl v1.13.1/go.mod h1:XOLfOwzhkljL4itZkK6T72ckMgvj0BDsnKNdZVUOecw= +modernc.org/tcl v1.13.2/go.mod h1:7CLiGIPo1M8Rv1Mitpv5akc2+8fxUd2y2UzC/MfMzy0= +modernc.org/tcl v1.15.1/go.mod h1:aEjeGJX2gz1oWKOLDVZ2tnEWLUrIn8H+GFu+akoDhqs= +modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/token v1.0.1/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= +modernc.org/z v1.7.0/go.mod h1:hVdgNMh8ggTuRG1rGU8x+xGRFfiQUIAw0ZqlPy8+HyQ= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= -sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE= -sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= +sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= +sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= -sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= diff --git a/internal/cortex/chunk/cache/cache.go b/internal/cortex/chunk/cache/cache.go index 691a7415f4..26324c2982 100644 --- a/internal/cortex/chunk/cache/cache.go +++ b/internal/cortex/chunk/cache/cache.go @@ -5,10 +5,11 @@ package cache import ( "context" - "errors" "flag" "time" + "github.com/pkg/errors" + "github.com/go-kit/log" "github.com/prometheus/client_golang/prometheus" ) @@ -46,7 +47,7 @@ type Config struct { } // RegisterFlagsWithPrefix adds the flags required to config this to the given FlagSet -func (cfg *Config) RegisterFlagsWithPrefix(prefix string, description string, f *flag.FlagSet) { +func (cfg *Config) RegisterFlagsWithPrefix(prefix, description string, f *flag.FlagSet) { cfg.Background.RegisterFlagsWithPrefix(prefix, description, f) cfg.Memcache.RegisterFlagsWithPrefix(prefix, description, f) cfg.MemcacheClient.RegisterFlagsWithPrefix(prefix, description, f) @@ -58,6 +59,7 @@ func (cfg *Config) RegisterFlagsWithPrefix(prefix string, description string, f cfg.Prefix = prefix } + func (cfg *Config) Validate() error { return cfg.Fifocache.Validate() } @@ -101,7 +103,11 @@ func New(cfg Config, reg prometheus.Registerer, logger log.Logger) (Cache, error cfg.Redis.Expiration = cfg.DefaultValidity } cacheName := cfg.Prefix + "redis" - cache := NewRedisCache(cacheName, NewRedisClient(&cfg.Redis), reg, logger) + redisClient, err := NewRedisClient(&cfg.Redis) + if err != nil { + return nil, errors.Errorf("creating redis client: %v", err) + } + cache := NewRedisCache(cacheName, redisClient, reg, logger) caches = append(caches, NewBackground(cacheName, cfg.Background, Instrument(cacheName, cache, reg), reg)) } diff --git a/internal/cortex/chunk/cache/fifo_cache.go b/internal/cortex/chunk/cache/fifo_cache.go index 3e58fa1c32..e95e40219a 100644 --- a/internal/cortex/chunk/cache/fifo_cache.go +++ b/internal/cortex/chunk/cache/fifo_cache.go @@ -17,9 +17,6 @@ import ( "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" - - "github.com/thanos-io/thanos/internal/cortex/util/flagext" - util_log "github.com/thanos-io/thanos/internal/cortex/util/log" ) const ( @@ -96,10 +93,7 @@ type cacheEntry struct { // NewFifoCache returns a new initialised FifoCache of size. func NewFifoCache(name string, cfg FifoCacheConfig, reg prometheus.Registerer, logger log.Logger) *FifoCache { - util_log.WarnExperimentalUse("In-memory (FIFO) cache") - if cfg.DeprecatedSize > 0 { - flagext.DeprecatedFlagsUsed.Inc() level.Warn(logger).Log("msg", "running with DEPRECATED flag fifocache.size, use fifocache.max-size-items or fifocache.max-size-bytes instead", "cache", name) cfg.MaxSizeItems = cfg.DeprecatedSize } diff --git a/internal/cortex/chunk/cache/memcached_client.go b/internal/cortex/chunk/cache/memcached_client.go index bcae408bac..9455f76400 100644 --- a/internal/cortex/chunk/cache/memcached_client.go +++ b/internal/cortex/chunk/cache/memcached_client.go @@ -19,8 +19,10 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/sony/gobreaker" - util_log "github.com/thanos-io/thanos/internal/cortex/util/log" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/discovery/dns" + memcacheDiscovery "github.com/thanos-io/thanos/pkg/discovery/memcache" + "github.com/thanos-io/thanos/pkg/extprom" ) // MemcachedClient interface exists for mocking memcacheClient. @@ -46,7 +48,7 @@ type memcachedClient struct { service string addresses []string - provider *dns.Provider + provider clientconfig.AddressProvider cbs map[ /*address*/ string]*gobreaker.CircuitBreaker cbFailures uint @@ -69,6 +71,7 @@ type MemcachedClientConfig struct { Host string `yaml:"host"` Service string `yaml:"service"` Addresses string `yaml:"addresses"` // EXPERIMENTAL. + AutoDiscovery bool `yaml:"auto_discovery"` Timeout time.Duration `yaml:"timeout"` MaxIdleConns int `yaml:"max_idle_conns"` MaxItemSize int `yaml:"max_item_size"` @@ -108,9 +111,19 @@ func NewMemcachedClient(cfg MemcachedClientConfig, name string, r prometheus.Reg client.Timeout = cfg.Timeout client.MaxIdleConns = cfg.MaxIdleConns - dnsProviderRegisterer := prometheus.WrapRegistererWithPrefix("cortex_", prometheus.WrapRegistererWith(prometheus.Labels{ - "name": name, - }, r)) + var addressProvider clientconfig.AddressProvider + if cfg.AutoDiscovery { + addressProvider = memcacheDiscovery.NewProvider( + logger, + extprom.WrapRegistererWithPrefix("cortex_", r), + cfg.Timeout, + ) + } else { + dnsProviderRegisterer := prometheus.WrapRegistererWithPrefix("cortex_", prometheus.WrapRegistererWith(prometheus.Labels{ + "name": name, + }, r)) + addressProvider = dns.NewProvider(logger, dnsProviderRegisterer, dns.GolangResolverType) + } newClient := &memcachedClient{ name: name, @@ -119,7 +132,7 @@ func NewMemcachedClient(cfg MemcachedClientConfig, name string, r prometheus.Reg hostname: cfg.Host, service: cfg.Service, logger: logger, - provider: dns.NewProvider(logger, dnsProviderRegisterer, dns.GolangResolverType), + provider: addressProvider, cbs: make(map[string]*gobreaker.CircuitBreaker), cbFailures: cfg.CBFailures, cbInterval: cfg.CBInterval, @@ -146,7 +159,6 @@ func NewMemcachedClient(cfg MemcachedClientConfig, name string, r prometheus.Reg } if len(cfg.Addresses) > 0 { - util_log.WarnExperimentalUse("DNS-based memcached service discovery") newClient.addresses = strings.Split(cfg.Addresses, ",") } diff --git a/internal/cortex/chunk/cache/redis_cache.go b/internal/cortex/chunk/cache/redis_cache.go index 16cf15b2a7..e9caf727d4 100644 --- a/internal/cortex/chunk/cache/redis_cache.go +++ b/internal/cortex/chunk/cache/redis_cache.go @@ -13,7 +13,6 @@ import ( "github.com/prometheus/client_golang/prometheus/promauto" instr "github.com/weaveworks/common/instrument" - util_log "github.com/thanos-io/thanos/internal/cortex/util/log" "github.com/thanos-io/thanos/internal/cortex/util/spanlogger" ) @@ -27,7 +26,6 @@ type RedisCache struct { // NewRedisCache creates a new RedisCache func NewRedisCache(name string, redisClient *RedisClient, reg prometheus.Registerer, logger log.Logger) *RedisCache { - util_log.WarnExperimentalUse("Redis cache") cache := &RedisCache{ name: name, redis: redisClient, @@ -72,7 +70,7 @@ func (c *RedisCache) Fetch(ctx context.Context, keys []string) (found []string, items, err = c.redis.MGet(ctx, keys) if err != nil { log.Error(err) - level.Error(c.logger).Log("msg", "failed to get from redis", "name", c.name, "err", err) + level.Debug(c.logger).Log("msg", "failed to get from redis", "name", c.name, "err", err) return err } diff --git a/internal/cortex/chunk/cache/redis_cache_test.go b/internal/cortex/chunk/cache/redis_cache_test.go index 25220b19f6..3ba57b8509 100644 --- a/internal/cortex/chunk/cache/redis_cache_test.go +++ b/internal/cortex/chunk/cache/redis_cache_test.go @@ -10,7 +10,7 @@ import ( "github.com/alicebob/miniredis/v2" "github.com/go-kit/log" - "github.com/go-redis/redis/v8" + "github.com/redis/rueidis" "github.com/stretchr/testify/require" ) @@ -57,14 +57,18 @@ func mockRedisCache() (*RedisCache, error) { redisServer, err := miniredis.Run() if err != nil { return nil, err - + } + cl, err := rueidis.NewClient(rueidis.ClientOption{ + InitAddress: []string{redisServer.Addr()}, + DisableCache: true, + }) + if err != nil { + return nil, err } redisClient := &RedisClient{ expiration: time.Minute, timeout: 100 * time.Millisecond, - rdb: redis.NewUniversalClient(&redis.UniversalOptions{ - Addrs: []string{redisServer.Addr()}, - }), + rdb: cl, } return NewRedisCache("mock", redisClient, nil, log.NewNopLogger()), nil } diff --git a/internal/cortex/chunk/cache/redis_client.go b/internal/cortex/chunk/cache/redis_client.go index 2b8cafcbcb..e118ac16d6 100644 --- a/internal/cortex/chunk/cache/redis_client.go +++ b/internal/cortex/chunk/cache/redis_client.go @@ -7,12 +7,13 @@ import ( "context" "crypto/tls" "flag" - "fmt" + "net" "strings" "time" "unsafe" - "github.com/go-redis/redis/v8" + "github.com/pkg/errors" + "github.com/redis/rueidis" "github.com/thanos-io/thanos/internal/cortex/util/flagext" ) @@ -24,12 +25,10 @@ type RedisConfig struct { Timeout time.Duration `yaml:"timeout"` Expiration time.Duration `yaml:"expiration"` DB int `yaml:"db"` - PoolSize int `yaml:"pool_size"` + Username string `yaml:"username"` Password flagext.Secret `yaml:"password"` EnableTLS bool `yaml:"tls_enabled"` InsecureSkipVerify bool `yaml:"tls_insecure_skip_verify"` - IdleTimeout time.Duration `yaml:"idle_timeout"` - MaxConnAge time.Duration `yaml:"max_connection_age"` } // RegisterFlagsWithPrefix adds the flags required to config this to the given FlagSet @@ -39,39 +38,48 @@ func (cfg *RedisConfig) RegisterFlagsWithPrefix(prefix, description string, f *f f.DurationVar(&cfg.Timeout, prefix+"redis.timeout", 500*time.Millisecond, description+"Maximum time to wait before giving up on redis requests.") f.DurationVar(&cfg.Expiration, prefix+"redis.expiration", 0, description+"How long keys stay in the redis.") f.IntVar(&cfg.DB, prefix+"redis.db", 0, description+"Database index.") - f.IntVar(&cfg.PoolSize, prefix+"redis.pool-size", 0, description+"Maximum number of connections in the pool.") f.Var(&cfg.Password, prefix+"redis.password", description+"Password to use when connecting to redis.") f.BoolVar(&cfg.EnableTLS, prefix+"redis.tls-enabled", false, description+"Enable connecting to redis with TLS.") f.BoolVar(&cfg.InsecureSkipVerify, prefix+"redis.tls-insecure-skip-verify", false, description+"Skip validating server certificate.") - f.DurationVar(&cfg.IdleTimeout, prefix+"redis.idle-timeout", 0, description+"Close connections after remaining idle for this duration. If the value is zero, then idle connections are not closed.") - f.DurationVar(&cfg.MaxConnAge, prefix+"redis.max-connection-age", 0, description+"Close connections older than this duration. If the value is zero, then the pool does not close connections based on age.") } type RedisClient struct { expiration time.Duration timeout time.Duration - rdb redis.UniversalClient + rdb rueidis.Client } // NewRedisClient creates Redis client -func NewRedisClient(cfg *RedisConfig) *RedisClient { - opt := &redis.UniversalOptions{ - Addrs: strings.Split(cfg.Endpoint, ","), - MasterName: cfg.MasterName, - Password: cfg.Password.Value, - DB: cfg.DB, - PoolSize: cfg.PoolSize, - IdleTimeout: cfg.IdleTimeout, - MaxConnAge: cfg.MaxConnAge, +func NewRedisClient(cfg *RedisConfig) (*RedisClient, error) { + clientOpts := rueidis.ClientOption{ + InitAddress: strings.Split(cfg.Endpoint, ","), + ShuffleInit: true, + Password: cfg.Password.Value, + Username: cfg.Username, + SelectDB: cfg.DB, + Dialer: net.Dialer{Timeout: cfg.Timeout}, + ConnWriteTimeout: cfg.Timeout, + DisableCache: true, } if cfg.EnableTLS { - opt.TLSConfig = &tls.Config{InsecureSkipVerify: cfg.InsecureSkipVerify} + clientOpts.TLSConfig = &tls.Config{InsecureSkipVerify: cfg.InsecureSkipVerify} } + if cfg.MasterName != "" { + clientOpts.Sentinel = rueidis.SentinelOption{ + MasterSet: cfg.MasterName, + } + } + + client, err := rueidis.NewClient(clientOpts) + if err != nil { + return nil, err + } + return &RedisClient{ expiration: cfg.Expiration, timeout: cfg.Timeout, - rdb: redis.NewUniversalClient(opt), - } + rdb: client, + }, nil } func (c *RedisClient) Ping(ctx context.Context) error { @@ -81,12 +89,13 @@ func (c *RedisClient) Ping(ctx context.Context) error { defer cancel() } - pong, err := c.rdb.Ping(ctx).Result() + resp := c.rdb.Do(ctx, c.rdb.B().Ping().Build()) + pingResp, err := resp.ToString() if err != nil { - return err + return errors.New("converting PING response to string") } - if pong != "PONG" { - return fmt.Errorf("redis: Unexpected PING response %q", pong) + if pingResp != "PONG" { + return errors.Errorf("redis: Unexpected PING response %q", pingResp) } return nil } @@ -99,15 +108,19 @@ func (c *RedisClient) MSet(ctx context.Context, keys []string, values [][]byte) } if len(keys) != len(values) { - return fmt.Errorf("MSet the length of keys and values not equal, len(keys)=%d, len(values)=%d", len(keys), len(values)) + return errors.Errorf("MSet the length of keys and values not equal, len(keys)=%d, len(values)=%d", len(keys), len(values)) } - pipe := c.rdb.TxPipeline() + cmds := make(rueidis.Commands, 0, len(keys)) for i := range keys { - pipe.Set(ctx, keys[i], values[i], c.expiration) + cmds = append(cmds, c.rdb.B().Set().Key(keys[i]).Value(rueidis.BinaryString(values[i])).Ex(c.expiration).Build()) } - _, err := pipe.Exec(ctx) - return err + for _, resp := range c.rdb.DoMulti(ctx, cmds...) { + if err := resp.Error(); err != nil { + return err + } + } + return nil } func (c *RedisClient) MGet(ctx context.Context, keys []string) ([][]byte, error) { @@ -117,47 +130,37 @@ func (c *RedisClient) MGet(ctx context.Context, keys []string) ([][]byte, error) defer cancel() } - ret := make([][]byte, len(keys)) - - // redis.UniversalClient can take redis.Client and redis.ClusterClient. - // if redis.Client is set, then Single node or sentinel configuration. mget is always supported. - // if redis.ClusterClient is set, then Redis Cluster configuration. mget may not be supported. - _, isCluster := c.rdb.(*redis.ClusterClient) - - if isCluster { - for i, key := range keys { - cmd := c.rdb.Get(ctx, key) - err := cmd.Err() - if err == redis.Nil { - // if key not found, response nil - continue - } else if err != nil { - return nil, err - } - ret[i] = StringToBytes(cmd.Val()) + ret := make([][]byte, 0, len(keys)) + + mgetRet, err := rueidis.MGet(c.rdb, ctx, keys) + if err != nil { + return nil, err + } + for _, k := range keys { + m, ok := mgetRet[k] + if !ok { + return nil, errors.Errorf("not found key %s in results", k) } - } else { - cmd := c.rdb.MGet(ctx, keys...) - if err := cmd.Err(); err != nil { - return nil, err + if m.IsNil() { + ret = append(ret, nil) + continue } - - for i, val := range cmd.Val() { - if val != nil { - ret[i] = StringToBytes(val.(string)) - } + r, err := m.ToString() + if err != nil { + return nil, errors.Errorf("failed to convert %s resp to string", k) } + ret = append(ret, stringToBytes(r)) } return ret, nil } func (c *RedisClient) Close() error { - return c.rdb.Close() + c.rdb.Close() + return nil } -// StringToBytes converts string to byte slice. (copied from vendor/github.com/go-redis/redis/v8/internal/util/unsafe.go) -func StringToBytes(s string) []byte { +func stringToBytes(s string) []byte { return *(*[]byte)(unsafe.Pointer( &struct { string diff --git a/internal/cortex/chunk/cache/redis_client_test.go b/internal/cortex/chunk/cache/redis_client_test.go index 413c8ea76d..369a676d5e 100644 --- a/internal/cortex/chunk/cache/redis_client_test.go +++ b/internal/cortex/chunk/cache/redis_client_test.go @@ -9,7 +9,7 @@ import ( "time" "github.com/alicebob/miniredis/v2" - "github.com/go-redis/redis/v8" + "github.com/redis/rueidis" "github.com/stretchr/testify/require" ) @@ -22,6 +22,9 @@ func TestRedisClient(t *testing.T) { require.Nil(t, err) defer cluster.Close() + require.NoError(t, single.Ping(context.Background())) + require.NoError(t, cluster.Ping(context.Background())) + ctx := context.Background() tests := []struct { @@ -58,7 +61,7 @@ func TestRedisClient(t *testing.T) { // get missing keys values, err = tt.client.MGet(ctx, miss) - require.Nil(t, err) + require.NoError(t, err) require.Len(t, values, len(miss)) for _, value := range values { require.Nil(t, value) @@ -72,12 +75,18 @@ func mockRedisClientSingle() (*RedisClient, error) { if err != nil { return nil, err } + + cl, err := rueidis.NewClient(rueidis.ClientOption{ + InitAddress: []string{redisServer.Addr()}, + DisableCache: true, + }) + if err != nil { + return nil, err + } return &RedisClient{ expiration: time.Minute, timeout: 100 * time.Millisecond, - rdb: redis.NewClient(&redis.Options{ - Addr: redisServer.Addr(), - }), + rdb: cl, }, nil } @@ -90,14 +99,16 @@ func mockRedisClientCluster() (*RedisClient, error) { if err != nil { return nil, err } + cl, err := rueidis.NewClient(rueidis.ClientOption{ + InitAddress: []string{redisServer1.Addr(), redisServer2.Addr()}, + DisableCache: true, + }) + if err != nil { + return nil, err + } return &RedisClient{ expiration: time.Minute, timeout: 100 * time.Millisecond, - rdb: redis.NewClusterClient(&redis.ClusterOptions{ - Addrs: []string{ - redisServer1.Addr(), - redisServer2.Addr(), - }, - }), + rdb: cl, }, nil } diff --git a/internal/cortex/cortexpb/compat.go b/internal/cortex/cortexpb/compat.go index 4925ee33b1..84f80861c8 100644 --- a/internal/cortex/cortexpb/compat.go +++ b/internal/cortex/cortexpb/compat.go @@ -15,10 +15,7 @@ import ( jsoniter "github.com/json-iterator/go" "github.com/prometheus/common/model" - "github.com/prometheus/prometheus/model/exemplar" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/model/textparse" - "github.com/thanos-io/thanos/internal/cortex/util" ) @@ -32,47 +29,6 @@ func FromLabelAdaptersToLabels(ls []LabelAdapter) labels.Labels { return *(*labels.Labels)(unsafe.Pointer(&ls)) } -// FromLabelAdaptersToLabelsWithCopy converts []LabelAdapter to labels.Labels. -// Do NOT use unsafe to convert between data types because this function may -// get in input labels whose data structure is reused. -func FromLabelAdaptersToLabelsWithCopy(input []LabelAdapter) labels.Labels { - return CopyLabels(FromLabelAdaptersToLabels(input)) -} - -// Efficiently copies labels input slice. To be used in cases where input slice -// can be reused, but long-term copy is needed. -func CopyLabels(input []labels.Label) labels.Labels { - result := make(labels.Labels, len(input)) - - size := 0 - for _, l := range input { - size += len(l.Name) - size += len(l.Value) - } - - // Copy all strings into the buffer, and use 'yoloString' to convert buffer - // slices to strings. - buf := make([]byte, size) - - for i, l := range input { - result[i].Name, buf = copyStringToBuffer(l.Name, buf) - result[i].Value, buf = copyStringToBuffer(l.Value, buf) - } - return result -} - -// Copies string to buffer (which must be big enough), and converts buffer slice containing -// the string copy into new string. -func copyStringToBuffer(in string, buf []byte) (string, []byte) { - l := len(in) - c := copy(buf, in) - if c != l { - panic("not copied full string") - } - - return yoloString(buf[0:l]), buf[l:] -} - // FromLabelsToLabelAdapters casts labels.Labels to []LabelAdapter. // It uses unsafe, but as LabelAdapter == labels.Label this should be safe. // This allows us to use labels.Labels directly in protos. @@ -86,12 +42,6 @@ func FromLabelAdaptersToMetric(ls []LabelAdapter) model.Metric { return util.LabelsToMetric(FromLabelAdaptersToLabels(ls)) } -// FromLabelAdaptersToMetric converts []LabelAdapter to a model.Metric with copy. -// Don't do this on any performance sensitive paths. -func FromLabelAdaptersToMetricWithCopy(ls []LabelAdapter) model.Metric { - return util.LabelsToMetric(FromLabelAdaptersToLabelsWithCopy(ls)) -} - // FromMetricsToLabelAdapters converts model.Metric to []LabelAdapter. // Don't do this on any performance sensitive paths. // The result is sorted. @@ -107,61 +57,12 @@ func FromMetricsToLabelAdapters(metric model.Metric) []LabelAdapter { return result } -func FromExemplarsToExemplarProtos(es []exemplar.Exemplar) []Exemplar { - result := make([]Exemplar, 0, len(es)) - for _, e := range es { - result = append(result, Exemplar{ - Labels: FromLabelsToLabelAdapters(e.Labels), - Value: e.Value, - TimestampMs: e.Ts, - }) - } - return result -} - -func FromExemplarProtosToExemplars(es []Exemplar) []exemplar.Exemplar { - result := make([]exemplar.Exemplar, 0, len(es)) - for _, e := range es { - result = append(result, exemplar.Exemplar{ - Labels: FromLabelAdaptersToLabels(e.Labels), - Value: e.Value, - Ts: e.TimestampMs, - }) - } - return result -} - type byLabel []LabelAdapter func (s byLabel) Len() int { return len(s) } func (s byLabel) Less(i, j int) bool { return strings.Compare(s[i].Name, s[j].Name) < 0 } func (s byLabel) Swap(i, j int) { s[i], s[j] = s[j], s[i] } -// MetricMetadataMetricTypeToMetricType converts a metric type from our internal client -// to a Prometheus one. -func MetricMetadataMetricTypeToMetricType(mt MetricMetadata_MetricType) textparse.MetricType { - switch mt { - case UNKNOWN: - return textparse.MetricTypeUnknown - case COUNTER: - return textparse.MetricTypeCounter - case GAUGE: - return textparse.MetricTypeGauge - case HISTOGRAM: - return textparse.MetricTypeHistogram - case GAUGEHISTOGRAM: - return textparse.MetricTypeGaugeHistogram - case SUMMARY: - return textparse.MetricTypeSummary - case INFO: - return textparse.MetricTypeInfo - case STATESET: - return textparse.MetricTypeStateset - default: - return textparse.MetricTypeUnknown - } -} - // isTesting is only set from tests to get special behaviour to verify that custom sample encode and decode is used, // both when using jsonitor or standard json package. var isTesting = false diff --git a/internal/cortex/cortexpb/cortex.pb.go b/internal/cortex/cortexpb/cortex.pb.go index 4a88a7e7c3..ba5b0a2419 100644 --- a/internal/cortex/cortexpb/cortex.pb.go +++ b/internal/cortex/cortexpb/cortex.pb.go @@ -495,10 +495,6 @@ func (m *Exemplar) GetTimestampMs() int64 { } func init() { - proto.RegisterEnum("cortexpb.WriteRequest_SourceEnum", WriteRequest_SourceEnum_name, WriteRequest_SourceEnum_value) - proto.RegisterEnum("cortexpb.MetricMetadata_MetricType", MetricMetadata_MetricType_name, MetricMetadata_MetricType_value) - proto.RegisterType((*WriteRequest)(nil), "cortexpb.WriteRequest") - proto.RegisterType((*WriteResponse)(nil), "cortexpb.WriteResponse") proto.RegisterType((*TimeSeries)(nil), "cortexpb.TimeSeries") proto.RegisterType((*LabelPair)(nil), "cortexpb.LabelPair") proto.RegisterType((*Sample)(nil), "cortexpb.Sample") diff --git a/internal/cortex/cortexpb/timeseries.go b/internal/cortex/cortexpb/timeseries.go index 3fc0a17f7c..58afee0899 100644 --- a/internal/cortex/cortexpb/timeseries.go +++ b/internal/cortex/cortexpb/timeseries.go @@ -276,37 +276,8 @@ func PreallocTimeseriesSliceFromPool() []PreallocTimeseries { return slicePool.Get().([]PreallocTimeseries) } -// ReuseSlice puts the slice back into a sync.Pool for reuse. -func ReuseSlice(ts []PreallocTimeseries) { - for i := range ts { - ReuseTimeseries(ts[i].TimeSeries) - } - - slicePool.Put(ts[:0]) //nolint:staticcheck //see comment on slicePool for more details -} - // TimeseriesFromPool retrieves a pointer to a TimeSeries from a sync.Pool. // ReuseTimeseries should be called once done, unless ReuseSlice was called on the slice that contains this TimeSeries. func TimeseriesFromPool() *TimeSeries { return timeSeriesPool.Get().(*TimeSeries) } - -// ReuseTimeseries puts the timeseries back into a sync.Pool for reuse. -func ReuseTimeseries(ts *TimeSeries) { - // Name and Value may point into a large gRPC buffer, so clear the reference to allow GC - for i := 0; i < len(ts.Labels); i++ { - ts.Labels[i].Name = "" - ts.Labels[i].Value = "" - } - ts.Labels = ts.Labels[:0] - ts.Samples = ts.Samples[:0] - // Name and Value may point into a large gRPC buffer, so clear the reference in each exemplar to allow GC - for i := range ts.Exemplars { - for j := range ts.Exemplars[i].Labels { - ts.Exemplars[i].Labels[j].Name = "" - ts.Exemplars[i].Labels[j].Value = "" - } - } - ts.Exemplars = ts.Exemplars[:0] - timeSeriesPool.Put(ts) -} diff --git a/internal/cortex/frontend/transport/handler.go b/internal/cortex/frontend/transport/handler.go index dc3dc1dd27..8c3020a6d9 100644 --- a/internal/cortex/frontend/transport/handler.go +++ b/internal/cortex/frontend/transport/handler.go @@ -9,7 +9,6 @@ import ( "errors" "fmt" "io" - "io/ioutil" "net/http" "net/url" "strconv" @@ -44,9 +43,10 @@ var ( // Config for a Handler. type HandlerConfig struct { - LogQueriesLongerThan time.Duration `yaml:"log_queries_longer_than"` - MaxBodySize int64 `yaml:"max_body_size"` - QueryStatsEnabled bool `yaml:"query_stats_enabled"` + LogQueriesLongerThan time.Duration `yaml:"log_queries_longer_than"` + MaxBodySize int64 `yaml:"max_body_size"` + QueryStatsEnabled bool `yaml:"query_stats_enabled"` + SlowQueryLogsUserHeader string `yaml:"slow_query_logs_user_header"` } // Handler accepts queries and forwards them to RoundTripper. It can log slow queries, @@ -120,7 +120,7 @@ func (f *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // Buffer the body for later use to track slow queries. var buf bytes.Buffer r.Body = http.MaxBytesReader(w, r.Body, f.cfg.MaxBodySize) - r.Body = ioutil.NopCloser(io.TeeReader(r.Body, &buf)) + r.Body = io.NopCloser(io.TeeReader(r.Body, &buf)) startTime := time.Now() resp, err := f.roundTripper.RoundTrip(r) @@ -177,7 +177,13 @@ func (f *Handler) reportSlowQuery(r *http.Request, responseHeaders http.Header, thanosTraceID = traceID } - remoteUser, _, _ := r.BasicAuth() + var remoteUser string + // Prefer reading remote user from header. Fall back to the value of basic authentication. + if f.cfg.SlowQueryLogsUserHeader != "" { + remoteUser = r.Header.Get(f.cfg.SlowQueryLogsUserHeader) + } else { + remoteUser, _, _ = r.BasicAuth() + } logMessage := append([]interface{}{ "msg", "slow query detected", @@ -231,7 +237,7 @@ func (f *Handler) reportQueryStats(r *http.Request, queryString url.Values, quer func (f *Handler) parseRequestQueryString(r *http.Request, bodyBuf bytes.Buffer) url.Values { // Use previously buffered body. - r.Body = ioutil.NopCloser(&bodyBuf) + r.Body = io.NopCloser(&bodyBuf) // Ensure the form has been parsed so all the parameters are present err := r.ParseForm() diff --git a/internal/cortex/querier/queryrange/marshaling_test.go b/internal/cortex/querier/queryrange/marshaling_test.go index 5d6fe3bd59..3c4bf11c68 100644 --- a/internal/cortex/querier/queryrange/marshaling_test.go +++ b/internal/cortex/querier/queryrange/marshaling_test.go @@ -6,7 +6,7 @@ package queryrange import ( "bytes" "context" - "io/ioutil" + io "io" "math/rand" "net/http" "testing" @@ -34,7 +34,7 @@ func BenchmarkPrometheusCodec_DecodeResponse(b *testing.B) { for n := 0; n < b.N; n++ { _, err := PrometheusCodec.DecodeResponse(context.Background(), &http.Response{ StatusCode: 200, - Body: ioutil.NopCloser(bytes.NewReader(encodedRes)), + Body: io.NopCloser(bytes.NewReader(encodedRes)), ContentLength: int64(len(encodedRes)), }, nil) require.NoError(b, err) diff --git a/internal/cortex/querier/queryrange/query_range.go b/internal/cortex/querier/queryrange/query_range.go index 371f8e6b92..d2d7ba4562 100644 --- a/internal/cortex/querier/queryrange/query_range.go +++ b/internal/cortex/querier/queryrange/query_range.go @@ -8,7 +8,7 @@ import ( "context" stdjson "encoding/json" "fmt" - "io/ioutil" + io "io" "math" "net/http" "net/url" @@ -19,6 +19,7 @@ import ( "unsafe" "github.com/gogo/protobuf/proto" + github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" "github.com/gogo/status" jsoniter "github.com/json-iterator/go" "github.com/opentracing/opentracing-go" @@ -208,6 +209,40 @@ func NewEmptyPrometheusInstantQueryResponse() *PrometheusInstantQueryResponse { } } +func traverseAnalysis(a *Analysis, results *[]*Analysis) { + if a == nil { + return + } + + *results = append(*results, a) + + for _, ch := range a.Children { + traverseAnalysis(ch, results) + } +} + +func AnalyzesMerge(analysis ...*Analysis) *Analysis { + if len(analysis) == 0 { + return &Analysis{} + } + + root := analysis[0] + + var rootElements []*Analysis + traverseAnalysis(root, &rootElements) + + for _, a := range analysis[1:] { + var elements []*Analysis + traverseAnalysis(a, &elements) + + for i := 0; i < len(elements) && i < len(rootElements); i++ { + rootElements[i].ExecutionTime += analysis[i].ExecutionTime + } + } + + return root +} + func (prometheusCodec) MergeResponse(_ Request, responses ...Response) (Response, error) { if len(responses) == 0 { return NewEmptyPrometheusResponse(), nil @@ -225,13 +260,28 @@ func (prometheusCodec) MergeResponse(_ Request, responses ...Response) (Response // Merge the responses. sort.Sort(byFirstTime(promResponses)) + var ( + analyzes = make([]*Analysis, 0, len(responses)) + warnings []string = nil + ) + for i := range promResponses { + if promResponses[i].Data.GetAnalysis() != nil { + analyzes = append(analyzes, promResponses[i].Data.GetAnalysis()) + } + if len(promResponses[i].Warnings) > 0 { + warnings = append(warnings, promResponses[i].Warnings...) + } + } + response := PrometheusResponse{ Status: StatusSuccess, Data: PrometheusData{ ResultType: model.ValMatrix.String(), Result: matrixMerge(promResponses), Stats: StatsMerge(responses), + Analysis: AnalyzesMerge(analyzes...), }, + Warnings: warnings, } if len(resultsCacheGenNumberHeaderValues) != 0 { @@ -337,7 +387,7 @@ func (prometheusCodec) EncodeRequest(ctx context.Context, r Request) (*http.Requ func (prometheusCodec) DecodeResponse(ctx context.Context, r *http.Response, _ Request) (Response, error) { if r.StatusCode/100 != 2 { - body, _ := ioutil.ReadAll(r.Body) + body, _ := io.ReadAll(r.Body) return nil, httpgrpc.Errorf(r.StatusCode, string(body)) } log, ctx := spanlogger.New(ctx, "ParseQueryRangeResponse") //nolint:ineffassign,staticcheck @@ -406,7 +456,7 @@ func (prometheusCodec) EncodeResponse(ctx context.Context, res Response) (*http. Header: http.Header{ "Content-Type": []string{"application/json"}, }, - Body: ioutil.NopCloser(bytes.NewBuffer(b)), + Body: io.NopCloser(bytes.NewBuffer(b)), StatusCode: http.StatusOK, ContentLength: int64(len(b)), } @@ -527,13 +577,16 @@ func (s *PrometheusInstantQueryData) UnmarshalJSON(data []byte) error { ResultType string `json:"resultType"` Result jsoniter.RawMessage `json:"result"` Stats *PrometheusResponseStats `json:"stats,omitempty"` + Analysis *Analysis `json:"analysis,omitempty"` } if err := json.Unmarshal(data, &queryData); err != nil { return err } + s.ResultType = queryData.ResultType s.Stats = queryData.Stats + s.Analysis = queryData.Analysis switch s.ResultType { case model.ValVector.String(): var result struct { @@ -596,10 +649,12 @@ func (s *PrometheusInstantQueryData) MarshalJSON() ([]byte, error) { ResultType string `json:"resultType"` Data []*Sample `json:"result"` Stats *PrometheusResponseStats `json:"stats,omitempty"` + Analysis *Analysis `json:"analysis,omitempty"` }{ ResultType: s.ResultType, Data: s.Result.GetVector().Samples, Stats: s.Stats, + Analysis: s.Analysis, } return json.Marshal(res) case model.ValMatrix.String(): @@ -607,10 +662,12 @@ func (s *PrometheusInstantQueryData) MarshalJSON() ([]byte, error) { ResultType string `json:"resultType"` Data []*SampleStream `json:"result"` Stats *PrometheusResponseStats `json:"stats,omitempty"` + Analysis *Analysis `json:"analysis,omitempty"` }{ ResultType: s.ResultType, Data: s.Result.GetMatrix().SampleStreams, Stats: s.Stats, + Analysis: s.Analysis, } return json.Marshal(res) case model.ValScalar.String(): @@ -618,10 +675,12 @@ func (s *PrometheusInstantQueryData) MarshalJSON() ([]byte, error) { ResultType string `json:"resultType"` Data *cortexpb.Sample `json:"result"` Stats *PrometheusResponseStats `json:"stats,omitempty"` + Analysis *Analysis `json:"analysis,omitempty"` }{ ResultType: s.ResultType, Data: s.Result.GetScalar(), Stats: s.Stats, + Analysis: s.Analysis, } return json.Marshal(res) case model.ValString.String(): @@ -629,10 +688,12 @@ func (s *PrometheusInstantQueryData) MarshalJSON() ([]byte, error) { ResultType string `json:"resultType"` Data *StringSample `json:"result"` Stats *PrometheusResponseStats `json:"stats,omitempty"` + Analysis *Analysis `json:"analysis,omitempty"` }{ ResultType: s.ResultType, Data: s.Result.GetStringSample(), Stats: s.Stats, + Analysis: s.Analysis, } return json.Marshal(res) default: @@ -845,3 +906,47 @@ func init() { jsoniter.RegisterTypeEncoderFunc("queryrange.PrometheusResponseQueryableSamplesStatsPerStep", PrometheusResponseQueryableSamplesStatsPerStepJsoniterEncode, func(unsafe.Pointer) bool { return false }) jsoniter.RegisterTypeDecoderFunc("queryrange.PrometheusResponseQueryableSamplesStatsPerStep", PrometheusResponseQueryableSamplesStatsPerStepJsoniterDecode) } + +type Duration time.Duration + +func (d Duration) MarshalJSON() ([]byte, error) { + return json.Marshal(time.Duration(d).String()) +} + +func (d *Duration) UnmarshalJSON(b []byte) error { + var v interface{} + if err := json.Unmarshal(b, &v); err != nil { + return err + } + switch value := v.(type) { + case float64: + *d = Duration(time.Duration(value)) + return nil + case string: + tmp, err := time.ParseDuration(value) + if err != nil { + return err + } + *d = Duration(tmp) + return nil + default: + return errors.New("invalid duration") + } +} + +func (d *Duration) Size() int { + return github_com_gogo_protobuf_types.SizeOfStdDuration(time.Duration(*d)) +} + +func (d *Duration) Unmarshal(b []byte) error { + var td time.Duration + if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&td, b); err != nil { + return err + } + *d = Duration(td) + return nil +} + +func (d *Duration) MarshalTo(b []byte) (int, error) { + return github_com_gogo_protobuf_types.StdDurationMarshalTo(time.Duration(*d), b) +} diff --git a/internal/cortex/querier/queryrange/query_range_test.go b/internal/cortex/querier/queryrange/query_range_test.go index 1a8597151a..121459de5e 100644 --- a/internal/cortex/querier/queryrange/query_range_test.go +++ b/internal/cortex/querier/queryrange/query_range_test.go @@ -6,14 +6,14 @@ package queryrange import ( "bytes" "context" - "io/ioutil" + io "io" "net/http" "strconv" "testing" - - "github.com/prometheus/common/model" + "time" jsoniter "github.com/json-iterator/go" + "github.com/prometheus/common/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/weaveworks/common/httpgrpc" @@ -103,7 +103,7 @@ func TestResponse(t *testing.T) { response := &http.Response{ StatusCode: 200, Header: http.Header{"Content-Type": []string{"application/json"}}, - Body: ioutil.NopCloser(bytes.NewBuffer([]byte(tc.body))), + Body: io.NopCloser(bytes.NewBuffer([]byte(tc.body))), } resp, err := PrometheusCodec.DecodeResponse(context.Background(), response, nil) require.NoError(t, err) @@ -113,7 +113,7 @@ func TestResponse(t *testing.T) { response = &http.Response{ StatusCode: 200, Header: http.Header{"Content-Type": []string{"application/json"}}, - Body: ioutil.NopCloser(bytes.NewBuffer([]byte(tc.body))), + Body: io.NopCloser(bytes.NewBuffer([]byte(tc.body))), ContentLength: int64(len(tc.body)), } resp2, err := PrometheusCodec.EncodeResponse(context.Background(), resp) @@ -129,10 +129,43 @@ func TestResponseWithStats(t *testing.T) { expected *PrometheusResponse }{ { - body: `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"foo":"bar"},"values":[[1536673680,"137"],[1536673780,"137"]]}],"stats":{"samples":{"totalQueryableSamples":10,"totalQueryableSamplesPerStep":[[1536673680,5],[1536673780,5]]}}}}`, + body: `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"foo":"bar"},"values":[[1536673680,"137"],[1536673780,"137"]]}],"stats":{"samples":{"totalQueryableSamples":10,"totalQueryableSamplesPerStep":[[1536673680,5],[1536673780,5]]}},"analysis":null}}`, + expected: &PrometheusResponse{ + Status: "success", + Data: PrometheusData{ + ResultType: model.ValMatrix.String(), + Result: []SampleStream{ + { + Labels: []cortexpb.LabelAdapter{ + {Name: "foo", Value: "bar"}, + }, + Samples: []cortexpb.Sample{ + {Value: 137, TimestampMs: 1536673680000}, + {Value: 137, TimestampMs: 1536673780000}, + }, + }, + }, + Stats: &PrometheusResponseStats{ + Samples: &PrometheusResponseSamplesStats{ + TotalQueryableSamples: 10, + TotalQueryableSamplesPerStep: []*PrometheusResponseQueryableSamplesStatsPerStep{ + {Value: 5, TimestampMs: 1536673680000}, + {Value: 5, TimestampMs: 1536673780000}, + }, + }, + }, + }, + }, + }, + { + body: `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"foo":"bar"},"values":[[1536673680,"137"],[1536673780,"137"]]}],"stats":{"samples":{"totalQueryableSamples":10,"totalQueryableSamplesPerStep":[[1536673680,5],[1536673780,5]]}},"analysis":{"name":"[noArgFunction]","executionTime":"1s","children":null}}}`, expected: &PrometheusResponse{ Status: "success", Data: PrometheusData{ + Analysis: &Analysis{ + Name: "[noArgFunction]", + ExecutionTime: Duration(1 * time.Second), + }, ResultType: model.ValMatrix.String(), Result: []SampleStream{ { @@ -163,7 +196,7 @@ func TestResponseWithStats(t *testing.T) { response := &http.Response{ StatusCode: 200, Header: http.Header{"Content-Type": []string{"application/json"}}, - Body: ioutil.NopCloser(bytes.NewBuffer([]byte(tc.body))), + Body: io.NopCloser(bytes.NewBuffer([]byte(tc.body))), } resp, err := PrometheusCodec.DecodeResponse(context.Background(), response, nil) require.NoError(t, err) @@ -173,7 +206,7 @@ func TestResponseWithStats(t *testing.T) { response = &http.Response{ StatusCode: 200, Header: http.Header{"Content-Type": []string{"application/json"}}, - Body: ioutil.NopCloser(bytes.NewBuffer([]byte(tc.body))), + Body: io.NopCloser(bytes.NewBuffer([]byte(tc.body))), ContentLength: int64(len(tc.body)), } resp2, err := PrometheusCodec.EncodeResponse(context.Background(), resp) @@ -196,6 +229,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: (*Analysis)(nil), Result: []SampleStream{}, }, }, @@ -215,6 +249,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{}, }, }, @@ -240,6 +275,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{}, }, }, @@ -251,6 +287,74 @@ func TestMergeAPIResponses(t *testing.T) { &PrometheusResponse{ Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + ExecutionTime: Duration(1 * time.Second), + }, + Result: []SampleStream{ + { + Labels: []cortexpb.LabelAdapter{}, + Samples: []cortexpb.Sample{ + {Value: 0, TimestampMs: 0}, + {Value: 1, TimestampMs: 1}, + }, + }, + }, + }, + }, + &PrometheusResponse{ + Data: PrometheusData{ + ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + ExecutionTime: Duration(1 * time.Second), + }, + Result: []SampleStream{ + { + Labels: []cortexpb.LabelAdapter{}, + Samples: []cortexpb.Sample{ + {Value: 2, TimestampMs: 2}, + {Value: 3, TimestampMs: 3}, + }, + }, + }, + }, + }, + }, + expected: &PrometheusResponse{ + Status: StatusSuccess, + Data: PrometheusData{ + ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + ExecutionTime: Duration(2 * time.Second), + }, + Result: []SampleStream{ + { + Labels: []cortexpb.LabelAdapter{}, + Samples: []cortexpb.Sample{ + {Value: 0, TimestampMs: 0}, + {Value: 1, TimestampMs: 1}, + {Value: 2, TimestampMs: 2}, + {Value: 3, TimestampMs: 3}, + }, + }, + }, + }, + }, + }, + + { + name: "Basic merging of two responses with nested analysis trees.", + input: []Response{ + &PrometheusResponse{ + Data: PrometheusData{ + ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + Children: []*Analysis{{Name: "bar", ExecutionTime: Duration(1 * time.Second)}}, + ExecutionTime: Duration(1 * time.Second), + }, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{}, @@ -265,6 +369,11 @@ func TestMergeAPIResponses(t *testing.T) { &PrometheusResponse{ Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + Children: []*Analysis{{Name: "bar", ExecutionTime: Duration(1 * time.Second)}}, + ExecutionTime: Duration(1 * time.Second), + }, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{}, @@ -281,6 +390,11 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{ + Name: "foo", + Children: []*Analysis{{Name: "bar", ExecutionTime: Duration(2 * time.Second)}}, + ExecutionTime: Duration(2 * time.Second), + }, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{}, @@ -306,6 +420,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -331,6 +446,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -353,6 +469,7 @@ func TestMergeAPIResponses(t *testing.T) { expected: &PrometheusResponse{ Status: StatusSuccess, Data: PrometheusData{ + Analysis: &Analysis{}, ResultType: matrix, Result: []SampleStream{ { @@ -379,6 +496,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -408,6 +526,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{}, Stats: &PrometheusResponseStats{Samples: &PrometheusResponseSamplesStats{}}, }, @@ -435,6 +554,7 @@ func TestMergeAPIResponses(t *testing.T) { expected: &PrometheusResponse{ Status: StatusSuccess, Data: PrometheusData{ + Analysis: &Analysis{}, ResultType: matrix, Result: []SampleStream{}, Stats: &PrometheusResponseStats{Samples: &PrometheusResponseSamplesStats{}}, @@ -468,6 +588,7 @@ func TestMergeAPIResponses(t *testing.T) { }, &PrometheusResponse{ Data: PrometheusData{ + Analysis: &Analysis{}, ResultType: matrix, Result: []SampleStream{ { @@ -491,6 +612,7 @@ func TestMergeAPIResponses(t *testing.T) { expected: &PrometheusResponse{ Status: StatusSuccess, Data: PrometheusData{ + Analysis: &Analysis{}, ResultType: matrix, Result: []SampleStream{ { @@ -525,6 +647,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -557,6 +680,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -596,6 +720,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, @@ -631,6 +756,7 @@ func TestMergeAPIResponses(t *testing.T) { Status: StatusSuccess, Data: PrometheusData{ ResultType: matrix, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{{Name: "a", Value: "b"}, {Name: "c", Value: "d"}}, diff --git a/internal/cortex/querier/queryrange/queryrange.pb.go b/internal/cortex/querier/queryrange/queryrange.pb.go index 1b57e8f3c2..9ce28b017a 100644 --- a/internal/cortex/querier/queryrange/queryrange.pb.go +++ b/internal/cortex/querier/queryrange/queryrange.pb.go @@ -259,6 +259,7 @@ type PrometheusResponse struct { ErrorType string `protobuf:"bytes,3,opt,name=ErrorType,proto3" json:"errorType,omitempty"` Error string `protobuf:"bytes,4,opt,name=Error,proto3" json:"error,omitempty"` Headers []*PrometheusResponseHeader `protobuf:"bytes,5,rep,name=Headers,proto3" json:"-"` + Warnings []string `protobuf:"bytes,6,rep,name=Warnings,proto3" json:"warnings,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -332,10 +333,18 @@ func (m *PrometheusResponse) GetHeaders() []*PrometheusResponseHeader { return nil } +func (m *PrometheusResponse) GetWarnings() []string { + if m != nil { + return m.Warnings + } + return nil +} + type PrometheusData struct { ResultType string `protobuf:"bytes,1,opt,name=ResultType,proto3" json:"resultType"` Result []SampleStream `protobuf:"bytes,2,rep,name=Result,proto3" json:"result"` Stats *PrometheusResponseStats `protobuf:"bytes,3,opt,name=stats,proto3" json:"stats,omitempty"` + Analysis *Analysis `protobuf:"bytes,4,opt,name=analysis,proto3" json:"analysis"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -395,12 +404,20 @@ func (m *PrometheusData) GetStats() *PrometheusResponseStats { return nil } +func (m *PrometheusData) GetAnalysis() *Analysis { + if m != nil { + return m.Analysis + } + return nil +} + type PrometheusInstantQueryResponse struct { Status string `protobuf:"bytes,1,opt,name=Status,proto3" json:"status"` Data PrometheusInstantQueryData `protobuf:"bytes,2,opt,name=Data,proto3" json:"data,omitempty"` ErrorType string `protobuf:"bytes,3,opt,name=ErrorType,proto3" json:"errorType,omitempty"` Error string `protobuf:"bytes,4,opt,name=Error,proto3" json:"error,omitempty"` Headers []*PrometheusResponseHeader `protobuf:"bytes,5,rep,name=Headers,proto3" json:"-"` + Warnings []string `protobuf:"bytes,6,rep,name=Warnings,proto3" json:"warnings,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -474,10 +491,18 @@ func (m *PrometheusInstantQueryResponse) GetHeaders() []*PrometheusResponseHeade return nil } +func (m *PrometheusInstantQueryResponse) GetWarnings() []string { + if m != nil { + return m.Warnings + } + return nil +} + type PrometheusInstantQueryData struct { ResultType string `protobuf:"bytes,1,opt,name=ResultType,proto3" json:"resultType"` Result PrometheusInstantQueryResult `protobuf:"bytes,2,opt,name=Result,proto3" json:"result"` Stats *PrometheusResponseStats `protobuf:"bytes,3,opt,name=stats,proto3" json:"stats,omitempty"` + Analysis *Analysis `protobuf:"bytes,4,opt,name=analysis,proto3" json:"analysis"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -537,6 +562,13 @@ func (m *PrometheusInstantQueryData) GetStats() *PrometheusResponseStats { return nil } +func (m *PrometheusInstantQueryData) GetAnalysis() *Analysis { + if m != nil { + return m.Analysis + } + return nil +} + type PrometheusInstantQueryResult struct { // Types that are valid to be assigned to Result: // @@ -1445,6 +1477,117 @@ func (m *CachingOptions) GetDisabled() bool { return false } +type Explanation struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` + Children []*Explanation `protobuf:"bytes,2,rep,name=children,proto3" json:"children"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Explanation) Reset() { *m = Explanation{} } +func (m *Explanation) String() string { return proto.CompactTextString(m) } +func (*Explanation) ProtoMessage() {} +func (*Explanation) Descriptor() ([]byte, []int) { + return fileDescriptor_9af7607b46ac39b7, []int{22} +} +func (m *Explanation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Explanation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Explanation.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Explanation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Explanation.Merge(m, src) +} +func (m *Explanation) XXX_Size() int { + return m.Size() +} +func (m *Explanation) XXX_DiscardUnknown() { + xxx_messageInfo_Explanation.DiscardUnknown(m) +} + +var xxx_messageInfo_Explanation proto.InternalMessageInfo + +func (m *Explanation) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Explanation) GetChildren() []*Explanation { + if m != nil { + return m.Children + } + return nil +} + +type Analysis struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` + ExecutionTime Duration `protobuf:"bytes,2,opt,name=executionTime,proto3,customtype=Duration" json:"executionTime"` + Children []*Analysis `protobuf:"bytes,3,rep,name=children,proto3" json:"children"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Analysis) Reset() { *m = Analysis{} } +func (m *Analysis) String() string { return proto.CompactTextString(m) } +func (*Analysis) ProtoMessage() {} +func (*Analysis) Descriptor() ([]byte, []int) { + return fileDescriptor_9af7607b46ac39b7, []int{23} +} +func (m *Analysis) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Analysis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Analysis.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Analysis) XXX_Merge(src proto.Message) { + xxx_messageInfo_Analysis.Merge(m, src) +} +func (m *Analysis) XXX_Size() int { + return m.Size() +} +func (m *Analysis) XXX_DiscardUnknown() { + xxx_messageInfo_Analysis.DiscardUnknown(m) +} + +var xxx_messageInfo_Analysis proto.InternalMessageInfo + +func (m *Analysis) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Analysis) GetChildren() []*Analysis { + if m != nil { + return m.Children + } + return nil +} + func init() { proto.RegisterType((*PrometheusRequestHeader)(nil), "queryrange.PrometheusRequestHeader") proto.RegisterType((*PrometheusRequest)(nil), "queryrange.PrometheusRequest") @@ -1468,6 +1611,8 @@ func init() { proto.RegisterType((*CachedResponse)(nil), "queryrange.CachedResponse") proto.RegisterType((*Extent)(nil), "queryrange.Extent") proto.RegisterType((*CachingOptions)(nil), "queryrange.CachingOptions") + proto.RegisterType((*Explanation)(nil), "queryrange.Explanation") + proto.RegisterType((*Analysis)(nil), "queryrange.Analysis") } func init() { @@ -1475,92 +1620,102 @@ func init() { } var fileDescriptor_9af7607b46ac39b7 = []byte{ - // 1357 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x57, 0xcd, 0x6f, 0x1b, 0x45, - 0x1b, 0xef, 0xda, 0xce, 0xc6, 0x7e, 0x9c, 0x37, 0x69, 0x27, 0x7d, 0xdf, 0x6e, 0xf2, 0x86, 0xac, - 0xd9, 0x22, 0x14, 0x4a, 0x6b, 0x4b, 0x41, 0xe5, 0x50, 0x89, 0x42, 0x97, 0x16, 0x52, 0xd4, 0x8f, - 0x74, 0x52, 0xf5, 0xc0, 0xa5, 0x1a, 0xdb, 0x83, 0xb3, 0xd4, 0xde, 0xdd, 0xce, 0xcc, 0x96, 0xe6, - 0xc6, 0x1f, 0xc1, 0x81, 0x23, 0x48, 0x5c, 0x90, 0xf8, 0x27, 0xb8, 0xf5, 0x88, 0x38, 0x72, 0x58, - 0x50, 0x8f, 0x3e, 0x20, 0xfe, 0x04, 0x34, 0x1f, 0xeb, 0x9d, 0x75, 0x3e, 0xaa, 0x08, 0x09, 0x21, - 0x2e, 0xf6, 0xcc, 0xf3, 0xfc, 0x9e, 0xef, 0x67, 0x9e, 0x9d, 0x81, 0x4b, 0x83, 0x84, 0x09, 0xfa, - 0xbc, 0xf7, 0x34, 0xa3, 0x2c, 0xa2, 0x4c, 0xfd, 0x1f, 0x30, 0x12, 0x8f, 0xa8, 0xb5, 0xec, 0xa6, - 0x2c, 0x11, 0x09, 0x82, 0x92, 0xb2, 0x7e, 0x7e, 0x94, 0x8c, 0x12, 0x45, 0xee, 0xc9, 0x95, 0x46, - 0xac, 0x6f, 0x8e, 0x92, 0x64, 0x34, 0xa6, 0x3d, 0xb5, 0xeb, 0x67, 0x9f, 0xf5, 0x86, 0x19, 0x23, - 0x22, 0x4a, 0x62, 0xc3, 0xdf, 0x30, 0xd6, 0xf4, 0x5f, 0xda, 0x37, 0x0b, 0xc3, 0x5d, 0x9b, 0x97, - 0x26, 0xf1, 0x81, 0x66, 0x05, 0x7b, 0x70, 0x61, 0x97, 0x25, 0x13, 0x2a, 0xf6, 0x69, 0xc6, 0x31, - 0x7d, 0x9a, 0x51, 0x2e, 0x76, 0x28, 0x19, 0x52, 0x86, 0xd6, 0xa0, 0x71, 0x8f, 0x4c, 0xa8, 0xe7, - 0x74, 0x9c, 0xad, 0x56, 0xb8, 0x30, 0xcd, 0x7d, 0xe7, 0x0a, 0x56, 0x24, 0xf4, 0x1a, 0xb8, 0x8f, - 0xc8, 0x38, 0xa3, 0xdc, 0xab, 0x75, 0xea, 0x25, 0xd3, 0x10, 0x83, 0xbc, 0x06, 0xe7, 0x0e, 0x69, - 0x45, 0x08, 0x1a, 0x29, 0x11, 0xfb, 0x5a, 0x1f, 0x56, 0x6b, 0x74, 0x1e, 0x16, 0xb8, 0x20, 0x4c, - 0x78, 0xb5, 0x8e, 0xb3, 0x55, 0xc7, 0x7a, 0x83, 0xce, 0x42, 0x9d, 0xc6, 0x43, 0xaf, 0xae, 0x68, - 0x72, 0x29, 0x65, 0xb9, 0xa0, 0xa9, 0xd7, 0x50, 0x24, 0xb5, 0x46, 0xef, 0xc1, 0xa2, 0x88, 0x26, - 0x34, 0xc9, 0x84, 0xb7, 0xd0, 0x71, 0xb6, 0xda, 0xdb, 0x6b, 0x5d, 0x1d, 0x67, 0xb7, 0x88, 0xb3, - 0x7b, 0xd3, 0x64, 0x29, 0x6c, 0xbe, 0xc8, 0xfd, 0x33, 0x5f, 0xff, 0xea, 0x3b, 0xb8, 0x90, 0x91, - 0xa6, 0x55, 0xda, 0x3d, 0x57, 0xf9, 0xa3, 0x37, 0x68, 0x07, 0x96, 0x07, 0x64, 0xb0, 0x1f, 0xc5, - 0xa3, 0xfb, 0xa9, 0x94, 0xe4, 0xde, 0xa2, 0xd2, 0xbd, 0xde, 0xb5, 0xaa, 0xf6, 0x61, 0x05, 0x11, - 0x36, 0xa4, 0x72, 0x3c, 0x27, 0x87, 0x6e, 0xc2, 0xa2, 0x4e, 0x24, 0xf7, 0x9a, 0x9d, 0xfa, 0x56, - 0x7b, 0xfb, 0xa2, 0xad, 0xe2, 0x98, 0xa4, 0x17, 0x99, 0x2c, 0x44, 0x4d, 0x82, 0x04, 0xf7, 0x5a, - 0xda, 0x4b, 0xb5, 0x09, 0x1e, 0x82, 0x67, 0x2b, 0xe0, 0x69, 0x12, 0x73, 0xfa, 0x97, 0xcb, 0xf6, - 0x7d, 0x0d, 0xd0, 0x61, 0xb5, 0x28, 0x00, 0x77, 0x4f, 0x10, 0x91, 0x71, 0xa3, 0x12, 0xa6, 0xb9, - 0xef, 0x72, 0x45, 0xc1, 0x86, 0x83, 0x3e, 0x82, 0xc6, 0x4d, 0x22, 0x88, 0x2a, 0xe3, 0x5c, 0xb2, - 0x4a, 0x8d, 0x12, 0x11, 0xfe, 0x4f, 0x26, 0x6b, 0x9a, 0xfb, 0xcb, 0x43, 0x22, 0xc8, 0xe5, 0x64, - 0x12, 0x09, 0x3a, 0x49, 0xc5, 0x01, 0x56, 0xf2, 0xe8, 0x2a, 0xb4, 0x6e, 0x31, 0x96, 0xb0, 0x87, - 0x07, 0x29, 0x55, 0xf5, 0x6f, 0x85, 0x17, 0xa6, 0xb9, 0xbf, 0x4a, 0x0b, 0xa2, 0x25, 0x51, 0x22, - 0xd1, 0x5b, 0xb0, 0xa0, 0x36, 0xaa, 0x3f, 0x5a, 0xe1, 0xea, 0x34, 0xf7, 0x57, 0x94, 0x88, 0x05, - 0xd7, 0x08, 0x74, 0xab, 0x2c, 0xcb, 0x82, 0x2a, 0xcb, 0x1b, 0xc7, 0x95, 0xc5, 0xce, 0xea, 0x7c, - 0x5d, 0x82, 0x9f, 0x1d, 0x58, 0xae, 0x46, 0x86, 0xba, 0x00, 0x98, 0xf2, 0x6c, 0x2c, 0x94, 0xf3, - 0x3a, 0x57, 0xcb, 0xd3, 0xdc, 0x07, 0x36, 0xa3, 0x62, 0x0b, 0x81, 0x3e, 0x00, 0x57, 0xef, 0x54, - 0x35, 0xda, 0xdb, 0x9e, 0xed, 0xc8, 0x1e, 0x99, 0xa4, 0x63, 0xba, 0x27, 0x18, 0x25, 0x93, 0x70, - 0xd9, 0xe4, 0xcc, 0xd5, 0x9a, 0xb0, 0x91, 0x43, 0xf7, 0x8a, 0xe6, 0xa8, 0xab, 0xb4, 0x5f, 0x3c, - 0x39, 0x12, 0x59, 0x2a, 0xae, 0x73, 0xa3, 0xa4, 0xec, 0xdc, 0xe8, 0xb6, 0xfa, 0xb1, 0x06, 0x9b, - 0xa5, 0xdc, 0xed, 0x98, 0x0b, 0x12, 0x8b, 0x07, 0x52, 0xe7, 0xa9, 0x9a, 0x01, 0x57, 0x9a, 0xe1, - 0xcd, 0xa3, 0xbd, 0xb2, 0xb5, 0xff, 0x9b, 0x1a, 0xe3, 0x77, 0x07, 0xd6, 0x8f, 0x8f, 0xf2, 0xd4, - 0x4d, 0xb2, 0x6b, 0x35, 0x89, 0xcc, 0xe6, 0xd6, 0xab, 0xb3, 0xa9, 0xf1, 0x7f, 0x5b, 0xd3, 0xfc, - 0xe1, 0xc0, 0xc6, 0x49, 0x8e, 0xa0, 0x4b, 0xe0, 0xf2, 0x01, 0x19, 0x13, 0xa6, 0xc2, 0x6d, 0x6f, - 0x9f, 0xed, 0x16, 0x5f, 0x29, 0xd3, 0xe5, 0x3b, 0x67, 0xb0, 0x41, 0xa0, 0xeb, 0xb0, 0xc4, 0x05, - 0x8b, 0xe2, 0x91, 0xe6, 0x98, 0xa0, 0xab, 0x27, 0xc3, 0xe2, 0xef, 0x9c, 0xc1, 0x15, 0x3c, 0xba, - 0x0c, 0xee, 0x33, 0x3a, 0x10, 0x09, 0x33, 0xd1, 0x21, 0x5b, 0xf2, 0x91, 0xe2, 0x48, 0x6b, 0x1a, - 0x23, 0xd1, 0x13, 0x22, 0x58, 0xf4, 0x5c, 0xb5, 0xc7, 0x1c, 0xfa, 0xae, 0xe2, 0x48, 0xb4, 0xc6, - 0x84, 0x4d, 0x30, 0xa9, 0x0c, 0xde, 0x05, 0xf7, 0x51, 0xa1, 0x61, 0x91, 0x2b, 0xcb, 0xf2, 0x3c, - 0xd4, 0xe7, 0x55, 0x68, 0xa7, 0x70, 0x01, 0x09, 0x76, 0xc0, 0xd5, 0x5a, 0xd1, 0x75, 0xf8, 0x0f, - 0xb7, 0x4e, 0x78, 0x21, 0x7d, 0xec, 0x08, 0xc0, 0x55, 0x78, 0x30, 0xae, 0x7e, 0xb6, 0xad, 0x5a, - 0xa1, 0x07, 0xb6, 0x4b, 0x32, 0xaa, 0x4b, 0xaf, 0xa8, 0xb0, 0x06, 0xeb, 0x42, 0xb7, 0xa7, 0xb9, - 0x5f, 0x88, 0x97, 0x7e, 0x7f, 0x55, 0x99, 0x0b, 0x47, 0x09, 0xa2, 0xfb, 0xf0, 0x5f, 0x91, 0x08, - 0x32, 0x56, 0x85, 0x27, 0xfd, 0x71, 0xc1, 0x55, 0x3e, 0xd4, 0xc3, 0xb5, 0x69, 0xee, 0x1f, 0x0d, - 0xc0, 0x47, 0x93, 0xd1, 0x37, 0x0e, 0x6c, 0x1c, 0xc9, 0xd9, 0xa5, 0x6c, 0x4f, 0x5e, 0x05, 0xf4, - 0xd0, 0xbc, 0x76, 0x72, 0x70, 0xf3, 0xc2, 0xca, 0x59, 0xa3, 0x21, 0xec, 0x4c, 0x73, 0xff, 0x44, - 0x1b, 0xf8, 0x44, 0x6e, 0x10, 0xc1, 0x29, 0x2d, 0xca, 0xaf, 0xf9, 0x33, 0xf9, 0xad, 0xd5, 0x59, - 0xc1, 0x7a, 0x83, 0x5e, 0x87, 0x25, 0x79, 0x29, 0xe1, 0x82, 0x4c, 0xd2, 0xc7, 0x13, 0x6e, 0xee, - 0x42, 0xed, 0x19, 0xed, 0x2e, 0x0f, 0xbe, 0xad, 0xc1, 0x92, 0xdd, 0x0f, 0xe8, 0x4b, 0x07, 0xdc, - 0x31, 0xe9, 0xd3, 0x71, 0xd1, 0x3a, 0xab, 0xe5, 0xa9, 0xba, 0x23, 0xe9, 0xbb, 0x24, 0x62, 0xe1, - 0x9e, 0x9c, 0x01, 0xbf, 0xe4, 0xfe, 0x8d, 0x51, 0x24, 0xf6, 0xb3, 0x7e, 0x77, 0x90, 0x4c, 0x7a, - 0x62, 0x9f, 0xc4, 0x09, 0xbf, 0x12, 0x25, 0x66, 0xd5, 0x8b, 0x62, 0x41, 0x59, 0x4c, 0xc6, 0xbd, - 0xb9, 0x3b, 0xa4, 0xd6, 0x73, 0x63, 0x48, 0x52, 0x41, 0x99, 0x1c, 0x24, 0x13, 0x2a, 0x58, 0x34, - 0xc0, 0xc6, 0x2e, 0xba, 0x56, 0x36, 0x9a, 0xae, 0xc5, 0xa1, 0x83, 0x5d, 0xce, 0x20, 0x15, 0x68, - 0xd9, 0x51, 0x08, 0x03, 0xec, 0x47, 0x5c, 0x24, 0x23, 0x26, 0x9b, 0xbf, 0xae, 0xc4, 0xfd, 0xc3, - 0xcd, 0xbf, 0x53, 0x60, 0x54, 0x34, 0xe7, 0x8c, 0xb6, 0xd6, 0x4c, 0x14, 0x5b, 0x5a, 0x82, 0xef, - 0x6a, 0xe0, 0x9a, 0x31, 0xf0, 0x0f, 0xc8, 0xce, 0xdb, 0xd0, 0xd6, 0xc1, 0xaa, 0xcb, 0x95, 0xaa, - 0xa9, 0x13, 0xb6, 0xa6, 0xb9, 0xaf, 0x8b, 0x8e, 0x6d, 0x2e, 0xda, 0x80, 0xd6, 0xac, 0xda, 0xe6, - 0xda, 0x5b, 0x12, 0xd0, 0x1d, 0x28, 0x23, 0x36, 0x93, 0xea, 0xff, 0x27, 0xe4, 0x4a, 0xe5, 0xc9, - 0xa9, 0xe6, 0xa9, 0x5c, 0x06, 0x1f, 0xc3, 0x92, 0x3d, 0x42, 0xab, 0x3d, 0xd9, 0x3a, 0x45, 0x4f, - 0x0a, 0x58, 0x3d, 0xa2, 0x4a, 0xd5, 0x58, 0x9c, 0xf9, 0x58, 0xde, 0xb7, 0x63, 0xa9, 0xbd, 0x3a, - 0x16, 0x7d, 0xb7, 0xb6, 0xdc, 0x4f, 0x61, 0x65, 0x0e, 0x23, 0x23, 0x18, 0x24, 0x59, 0x2c, 0x94, - 0x35, 0x07, 0xeb, 0x8d, 0x7c, 0x44, 0xf0, 0x4c, 0xdb, 0x70, 0xb0, 0x5c, 0xa2, 0xab, 0xb0, 0xd8, - 0xcf, 0x06, 0x4f, 0xa8, 0x28, 0x3a, 0xae, 0x62, 0xb9, 0xb4, 0xa9, 0x30, 0xb8, 0xc0, 0x06, 0x1c, - 0x56, 0xe6, 0x78, 0x68, 0x13, 0xa0, 0x9f, 0x64, 0xf1, 0x90, 0xb0, 0xc8, 0x8c, 0xb8, 0x05, 0x6c, - 0x51, 0xa4, 0x47, 0xe3, 0xe4, 0x0b, 0xca, 0x8c, 0x75, 0xbd, 0x91, 0xd4, 0x2c, 0x4d, 0xa9, 0xfe, - 0x36, 0x39, 0x58, 0x6f, 0x4a, 0xef, 0x1b, 0x96, 0xf7, 0xc1, 0xe7, 0xb0, 0x2c, 0x5f, 0x19, 0x74, - 0x38, 0xbb, 0x79, 0xad, 0x41, 0xfd, 0x09, 0x3d, 0x30, 0x57, 0x86, 0xc5, 0x69, 0xee, 0xcb, 0x2d, - 0x96, 0x3f, 0xf2, 0x25, 0x44, 0x9f, 0x0b, 0x1a, 0x8b, 0xe2, 0x24, 0x56, 0xbe, 0x42, 0xb7, 0x14, - 0x2b, 0x5c, 0x31, 0xa7, 0xa7, 0x80, 0xe2, 0x62, 0x11, 0xfc, 0xe0, 0x80, 0xab, 0x41, 0xc8, 0x2f, - 0xde, 0x63, 0x7a, 0x6c, 0xab, 0x7e, 0x55, 0x84, 0xe2, 0x69, 0xb6, 0xa6, 0x9f, 0x66, 0xaa, 0x1d, - 0xb4, 0x17, 0x34, 0x1e, 0xea, 0x37, 0x5a, 0x07, 0x9a, 0x82, 0x91, 0x01, 0x7d, 0x1c, 0x0d, 0xcd, - 0x75, 0xab, 0xb8, 0x1b, 0x29, 0xf2, 0xed, 0x21, 0xba, 0x0e, 0x4d, 0x66, 0xc2, 0x31, 0x4f, 0xb6, - 0xf3, 0x87, 0x9e, 0x6c, 0x37, 0xe2, 0x83, 0x70, 0x69, 0x9a, 0xfb, 0x33, 0x24, 0x9e, 0xad, 0x3e, - 0x69, 0x34, 0xeb, 0x67, 0x1b, 0xc1, 0x65, 0x9d, 0x1a, 0xeb, 0xa9, 0xb5, 0x0e, 0xcd, 0x61, 0xc4, - 0xe5, 0xd0, 0x1d, 0x2a, 0xc7, 0x9b, 0x78, 0xb6, 0x0f, 0xbd, 0x17, 0x2f, 0x37, 0x9d, 0x9f, 0x5e, - 0x6e, 0x3a, 0xbf, 0xbd, 0xdc, 0x74, 0x3e, 0xb5, 0x5e, 0xda, 0x7d, 0x57, 0xd9, 0x7c, 0xe7, 0xcf, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x17, 0xc3, 0x35, 0xd6, 0xaa, 0x0f, 0x00, 0x00, + // 1505 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcd, 0x6f, 0xdb, 0x46, + 0x16, 0x0f, 0x25, 0x99, 0x96, 0x9e, 0x1c, 0x3b, 0x19, 0x7b, 0x13, 0xd9, 0xeb, 0x35, 0x1d, 0x66, + 0xb1, 0xf0, 0x66, 0x13, 0x19, 0xf0, 0x22, 0x7b, 0x08, 0xb0, 0xd9, 0x35, 0x1b, 0xb7, 0x4e, 0x91, + 0x0f, 0x67, 0x1c, 0xa4, 0x40, 0x2f, 0xc1, 0x48, 0x9a, 0xca, 0x6c, 0x28, 0x92, 0x99, 0x19, 0x26, + 0xf6, 0xad, 0x7f, 0x43, 0xd1, 0x43, 0x8f, 0x2d, 0xd0, 0x63, 0xd1, 0xbf, 0x23, 0x87, 0x1e, 0x7a, + 0x2e, 0x50, 0xb6, 0xc8, 0x91, 0xa7, 0x5e, 0x7a, 0x2f, 0xe6, 0x83, 0x22, 0x29, 0xdb, 0x32, 0x8c, + 0x5e, 0x5a, 0xf4, 0x62, 0xcd, 0xbc, 0xef, 0xf7, 0x7b, 0x6f, 0x86, 0x6f, 0x0c, 0x37, 0xfa, 0x11, + 0x13, 0xf4, 0x70, 0xf3, 0x65, 0x42, 0x99, 0x4f, 0x99, 0xfa, 0x3d, 0x62, 0x24, 0x1c, 0xd2, 0xd2, + 0xb2, 0x1b, 0xb3, 0x48, 0x44, 0x08, 0x0a, 0xca, 0xca, 0xd2, 0x30, 0x1a, 0x46, 0x8a, 0xbc, 0x29, + 0x57, 0x5a, 0x62, 0x65, 0x6d, 0x18, 0x45, 0xc3, 0x80, 0x6e, 0xaa, 0x5d, 0x2f, 0xf9, 0x68, 0x73, + 0x90, 0x30, 0x22, 0xfc, 0x28, 0x34, 0xfc, 0x55, 0xe3, 0x4d, 0xff, 0xc4, 0x3d, 0xb3, 0x30, 0xdc, + 0xe5, 0x49, 0x6d, 0x12, 0x1e, 0x69, 0x96, 0xbb, 0x0f, 0x57, 0xf7, 0x58, 0x34, 0xa2, 0xe2, 0x80, + 0x26, 0x1c, 0xd3, 0x97, 0x09, 0xe5, 0x62, 0x97, 0x92, 0x01, 0x65, 0x68, 0x19, 0x1a, 0x8f, 0xc8, + 0x88, 0x76, 0xac, 0x75, 0x6b, 0xa3, 0xe5, 0xcd, 0x64, 0xa9, 0x63, 0xdd, 0xc2, 0x8a, 0x84, 0xfe, + 0x06, 0xf6, 0x33, 0x12, 0x24, 0x94, 0x77, 0x6a, 0xeb, 0xf5, 0x82, 0x69, 0x88, 0x6e, 0x5a, 0x83, + 0xcb, 0xc7, 0xac, 0x22, 0x04, 0x8d, 0x98, 0x88, 0x03, 0x6d, 0x0f, 0xab, 0x35, 0x5a, 0x82, 0x19, + 0x2e, 0x08, 0x13, 0x9d, 0xda, 0xba, 0xb5, 0x51, 0xc7, 0x7a, 0x83, 0x2e, 0x41, 0x9d, 0x86, 0x83, + 0x4e, 0x5d, 0xd1, 0xe4, 0x52, 0xea, 0x72, 0x41, 0xe3, 0x4e, 0x43, 0x91, 0xd4, 0x1a, 0xfd, 0x17, + 0x66, 0x85, 0x3f, 0xa2, 0x51, 0x22, 0x3a, 0x33, 0xeb, 0xd6, 0x46, 0x7b, 0x6b, 0xb9, 0xab, 0xf3, + 0xec, 0xe6, 0x79, 0x76, 0xef, 0x19, 0x94, 0xbc, 0xe6, 0x9b, 0xd4, 0xb9, 0xf0, 0xf9, 0x8f, 0x8e, + 0x85, 0x73, 0x1d, 0xe9, 0x5a, 0xc1, 0xde, 0xb1, 0x55, 0x3c, 0x7a, 0x83, 0x76, 0x61, 0xbe, 0x4f, + 0xfa, 0x07, 0x7e, 0x38, 0x7c, 0x1c, 0x4b, 0x4d, 0xde, 0x99, 0x55, 0xb6, 0x57, 0xba, 0xa5, 0xaa, + 0xbd, 0x53, 0x91, 0xf0, 0x1a, 0xd2, 0x38, 0x9e, 0xd0, 0x43, 0xf7, 0x60, 0x56, 0x03, 0xc9, 0x3b, + 0xcd, 0xf5, 0xfa, 0x46, 0x7b, 0xeb, 0x7a, 0xd9, 0xc4, 0x29, 0xa0, 0xe7, 0x48, 0xe6, 0xaa, 0x06, + 0x20, 0xc1, 0x3b, 0x2d, 0x1d, 0xa5, 0xda, 0xb8, 0x4f, 0xa1, 0x53, 0x36, 0xc0, 0xe3, 0x28, 0xe4, + 0xf4, 0x37, 0x97, 0xed, 0x87, 0x1a, 0xa0, 0xe3, 0x66, 0x91, 0x0b, 0xf6, 0xbe, 0x20, 0x22, 0xe1, + 0xc6, 0x24, 0x64, 0xa9, 0x63, 0x73, 0x45, 0xc1, 0x86, 0x83, 0xde, 0x85, 0xc6, 0x3d, 0x22, 0x88, + 0x2a, 0xe3, 0x04, 0x58, 0x85, 0x45, 0x29, 0xe1, 0x5d, 0x91, 0x60, 0x65, 0xa9, 0x33, 0x3f, 0x20, + 0x82, 0xdc, 0x8c, 0x46, 0xbe, 0xa0, 0xa3, 0x58, 0x1c, 0x61, 0xa5, 0x8f, 0x6e, 0x43, 0x6b, 0x87, + 0xb1, 0x88, 0x3d, 0x3d, 0x8a, 0xa9, 0xaa, 0x7f, 0xcb, 0xbb, 0x9a, 0xa5, 0xce, 0x22, 0xcd, 0x89, + 0x25, 0x8d, 0x42, 0x12, 0xfd, 0x13, 0x66, 0xd4, 0x46, 0xf5, 0x47, 0xcb, 0x5b, 0xcc, 0x52, 0x67, + 0x41, 0xa9, 0x94, 0xc4, 0xb5, 0x04, 0xda, 0x29, 0xca, 0x32, 0xa3, 0xca, 0xf2, 0xf7, 0xd3, 0xca, + 0x52, 0x46, 0xf5, 0x58, 0x5d, 0xb6, 0xa0, 0xf9, 0x01, 0x61, 0xa1, 0x1f, 0x0e, 0x79, 0xc7, 0x56, + 0x60, 0x5e, 0xc9, 0x52, 0x07, 0xbd, 0x36, 0xb4, 0x92, 0xdf, 0xb1, 0x9c, 0xfb, 0x69, 0x0d, 0xe6, + 0xab, 0x68, 0xa0, 0x2e, 0x00, 0xa6, 0x3c, 0x09, 0x84, 0x4a, 0x58, 0xe3, 0x3b, 0x9f, 0xa5, 0x0e, + 0xb0, 0x31, 0x15, 0x97, 0x24, 0xd0, 0xff, 0xc1, 0xd6, 0x3b, 0x55, 0xc1, 0xf6, 0x56, 0xa7, 0x1c, + 0xfc, 0x3e, 0x19, 0xc5, 0x01, 0xdd, 0x17, 0x8c, 0x92, 0x91, 0x37, 0x6f, 0x70, 0xb6, 0xb5, 0x25, + 0x6c, 0xf4, 0xd0, 0xa3, 0xbc, 0xa1, 0xea, 0xaa, 0x54, 0xd7, 0xa7, 0x67, 0x2f, 0xcb, 0xcb, 0x35, + 0x9e, 0x4a, 0xab, 0x8c, 0xa7, 0x22, 0xa0, 0xbb, 0xd0, 0x24, 0x21, 0x09, 0x8e, 0xb8, 0xcf, 0x15, + 0xfa, 0xed, 0xad, 0xa5, 0xb2, 0xc9, 0x6d, 0xc3, 0xf3, 0xe6, 0xb2, 0xd4, 0x19, 0x4b, 0xe2, 0xf1, + 0xca, 0xfd, 0xa5, 0x06, 0x6b, 0x85, 0xdf, 0xfb, 0x21, 0x17, 0x24, 0x14, 0x4f, 0xa4, 0x81, 0x73, + 0x35, 0x20, 0xae, 0x34, 0xe0, 0x3f, 0x4e, 0xce, 0xaa, 0x6c, 0xfd, 0xcf, 0xde, 0x8c, 0xdf, 0xd4, + 0x60, 0xe5, 0x74, 0x64, 0xce, 0xdd, 0x98, 0x7b, 0xa5, 0xc6, 0x94, 0x15, 0xd8, 0x38, 0xbb, 0x02, + 0x5a, 0xfe, 0x0f, 0xd3, 0xa8, 0x3f, 0x5b, 0xb0, 0x3a, 0x2d, 0x11, 0x74, 0x03, 0x6c, 0xde, 0x27, + 0x01, 0x61, 0x0a, 0xae, 0xf6, 0xd6, 0xa5, 0x6e, 0xfe, 0x35, 0x36, 0x27, 0x73, 0xf7, 0x02, 0x36, + 0x12, 0xe8, 0x2e, 0xcc, 0x71, 0xc1, 0xfc, 0x70, 0xa8, 0x39, 0x06, 0xb4, 0xea, 0x69, 0x2e, 0xf1, + 0x77, 0x2f, 0xe0, 0x8a, 0x3c, 0xba, 0x09, 0xf6, 0x2b, 0xda, 0x17, 0x11, 0x33, 0xe8, 0xa0, 0xb2, + 0xe6, 0x33, 0xc5, 0x91, 0xde, 0xb4, 0x8c, 0x94, 0x1e, 0x11, 0xc1, 0xfc, 0x43, 0x93, 0x78, 0x45, + 0xfa, 0xa1, 0xe2, 0x48, 0x69, 0x2d, 0xe3, 0x35, 0xc1, 0x94, 0xc2, 0xfd, 0x0f, 0xd8, 0xcf, 0x72, + 0x0b, 0xb3, 0x5c, 0x79, 0x96, 0x67, 0xb0, 0x3e, 0x69, 0x42, 0x07, 0x85, 0x73, 0x11, 0x77, 0x17, + 0x6c, 0x6d, 0x15, 0xdd, 0x85, 0x8b, 0xbc, 0x74, 0x2b, 0xe5, 0xda, 0xa7, 0x5e, 0x5b, 0xb8, 0x2a, + 0xee, 0x06, 0xd5, 0xf1, 0xa4, 0x54, 0x6b, 0xf4, 0xa4, 0x1c, 0x92, 0xcc, 0xea, 0xc6, 0x19, 0x1d, + 0xa2, 0x85, 0x75, 0xa3, 0xb4, 0xb3, 0xd4, 0xc9, 0xd5, 0x8b, 0xb8, 0x3f, 0xab, 0xdc, 0x45, 0x27, + 0x29, 0xa2, 0xc7, 0xf0, 0x17, 0x11, 0x09, 0x12, 0xa8, 0xc2, 0x93, 0x5e, 0x90, 0x73, 0x55, 0x0c, + 0x75, 0x6f, 0x39, 0x4b, 0x9d, 0x93, 0x05, 0xf0, 0xc9, 0x64, 0xf4, 0x85, 0x05, 0xab, 0x27, 0x72, + 0xf6, 0x28, 0xdb, 0x97, 0x23, 0x8f, 0xbe, 0xe8, 0xef, 0x4c, 0x4f, 0x6e, 0x52, 0x59, 0x05, 0x6b, + 0x2c, 0x78, 0xeb, 0x59, 0xea, 0x4c, 0xf5, 0x81, 0xa7, 0x72, 0x5d, 0x1f, 0xce, 0xe9, 0x51, 0x4e, + 0x2d, 0xaf, 0xe4, 0x4c, 0xa1, 0x51, 0xc1, 0x7a, 0x83, 0xae, 0xc1, 0x9c, 0x1c, 0xbe, 0xb8, 0x20, + 0xa3, 0xf8, 0xf9, 0x88, 0x9b, 0x99, 0xaf, 0x3d, 0xa6, 0x3d, 0xe4, 0xee, 0x97, 0x35, 0x98, 0x2b, + 0xf7, 0x03, 0xfa, 0xc4, 0x02, 0x3b, 0x20, 0x3d, 0x1a, 0xe4, 0xad, 0xb3, 0x58, 0x9c, 0xaa, 0x07, + 0x92, 0xbe, 0x47, 0x7c, 0xe6, 0xed, 0xcb, 0x3b, 0xe4, 0xfb, 0xd4, 0xd9, 0x1e, 0xfa, 0xe2, 0x20, + 0xe9, 0x75, 0xfb, 0xd1, 0x68, 0x53, 0x1c, 0x90, 0x30, 0xe2, 0xb7, 0xfc, 0xc8, 0xac, 0x36, 0xfd, + 0x50, 0x50, 0x16, 0x92, 0x60, 0x73, 0x62, 0x56, 0xd6, 0x76, 0xb6, 0x07, 0x24, 0x16, 0x94, 0xc9, + 0x8b, 0x68, 0x44, 0x05, 0xf3, 0xfb, 0xd8, 0xf8, 0x45, 0x77, 0x8a, 0x46, 0xd3, 0xb5, 0x38, 0x76, + 0xb0, 0x8b, 0x3b, 0x4c, 0x25, 0x5a, 0x74, 0x14, 0xc2, 0x00, 0x07, 0x3e, 0x17, 0xd1, 0x90, 0xc9, + 0xe6, 0xaf, 0x2b, 0x75, 0xe7, 0x78, 0xf3, 0xef, 0xe6, 0x32, 0x2a, 0x9b, 0xcb, 0xc6, 0x5a, 0x6b, + 0xac, 0x8a, 0x4b, 0x56, 0xdc, 0xaf, 0x6a, 0x60, 0x9b, 0x6b, 0xe0, 0x77, 0x80, 0xce, 0xbf, 0xa0, + 0xad, 0x93, 0x55, 0x43, 0xa4, 0xaa, 0xa9, 0xe5, 0xb5, 0xb2, 0xd4, 0xd1, 0x45, 0xc7, 0x65, 0x2e, + 0x5a, 0x85, 0xd6, 0xb8, 0xda, 0x66, 0xbc, 0x2f, 0x08, 0xe8, 0x01, 0x14, 0x19, 0x9b, 0x9b, 0xea, + 0xaf, 0x53, 0xb0, 0x52, 0x38, 0x59, 0x55, 0x9c, 0x8a, 0xa5, 0xfb, 0x1e, 0xcc, 0x95, 0xaf, 0xd0, + 0x6a, 0x4f, 0xb6, 0xce, 0xd1, 0x93, 0x02, 0x16, 0x4f, 0xa8, 0x52, 0x35, 0x17, 0x6b, 0x32, 0x97, + 0xff, 0x95, 0x73, 0xa9, 0x9d, 0x9d, 0x8b, 0x7e, 0x43, 0x94, 0xc2, 0x8f, 0x61, 0x61, 0x42, 0x46, + 0x66, 0xd0, 0x8f, 0x92, 0x50, 0x28, 0x6f, 0x16, 0xd6, 0x1b, 0xf9, 0x58, 0xe2, 0x89, 0xf6, 0x61, + 0x61, 0xb9, 0x44, 0xb7, 0x61, 0xb6, 0x97, 0xf4, 0x5f, 0x50, 0x91, 0x77, 0x5c, 0xc5, 0x73, 0xe1, + 0x53, 0xc9, 0xe0, 0x5c, 0xd6, 0xe5, 0xb0, 0x30, 0xc1, 0x43, 0x6b, 0x00, 0xbd, 0x28, 0x09, 0x07, + 0x84, 0xf9, 0xe6, 0x8a, 0x9b, 0xc1, 0x25, 0x8a, 0x8c, 0x28, 0x88, 0x5e, 0x53, 0x66, 0xbc, 0xeb, + 0x8d, 0xa4, 0x26, 0x71, 0x4c, 0xf5, 0xb7, 0xc9, 0xc2, 0x7a, 0x53, 0x44, 0xdf, 0x28, 0x45, 0xef, + 0x7e, 0x0c, 0xf3, 0xf2, 0x35, 0x45, 0x07, 0xe3, 0x69, 0x6f, 0x19, 0xea, 0x2f, 0xe8, 0x91, 0x19, + 0x39, 0x66, 0xb3, 0xd4, 0x91, 0x5b, 0x2c, 0xff, 0xc8, 0x17, 0x1f, 0x3d, 0x14, 0x34, 0x14, 0xf9, + 0x49, 0xac, 0x7c, 0x85, 0x76, 0x14, 0xcb, 0x5b, 0x30, 0xa7, 0x27, 0x17, 0xc5, 0xf9, 0xc2, 0xfd, + 0xda, 0x02, 0x5b, 0x0b, 0x21, 0x27, 0x7f, 0x77, 0xea, 0x6b, 0x5b, 0xf5, 0xab, 0x22, 0xe4, 0x4f, + 0xd0, 0x65, 0xfd, 0x04, 0x55, 0xed, 0xa0, 0xa3, 0xa0, 0xe1, 0x40, 0xbf, 0x45, 0xd7, 0xa1, 0x29, + 0x18, 0xe9, 0xd3, 0xe7, 0xfe, 0xc0, 0x8c, 0x78, 0xf9, 0x3c, 0xa6, 0xc8, 0xf7, 0x07, 0x72, 0xd4, + 0x60, 0x26, 0x1d, 0xf3, 0x34, 0x5d, 0x3a, 0xf6, 0x34, 0xdd, 0x0e, 0x8f, 0xf4, 0xa8, 0x91, 0x4b, + 0xe2, 0xf1, 0xea, 0xfd, 0x46, 0xb3, 0x7e, 0xa9, 0xe1, 0xde, 0xd4, 0xd0, 0x94, 0x9e, 0x94, 0x2b, + 0xd0, 0x1c, 0xf8, 0x5c, 0x5e, 0xba, 0x03, 0x15, 0x78, 0x13, 0x8f, 0xf7, 0x6e, 0x08, 0xed, 0x9d, + 0xc3, 0x38, 0x20, 0xa1, 0x7a, 0xf0, 0xa2, 0x55, 0x68, 0x84, 0xc5, 0x2b, 0xb0, 0x99, 0xa5, 0x8e, + 0xda, 0x63, 0xf5, 0x17, 0x6d, 0x43, 0xb3, 0x7f, 0xe0, 0x07, 0x03, 0x46, 0x43, 0x83, 0xe4, 0xd5, + 0x2a, 0x92, 0x63, 0x43, 0x3a, 0xc6, 0x5c, 0x18, 0x8f, 0x57, 0xee, 0xb7, 0x16, 0x34, 0xf3, 0x99, + 0xe9, 0x0c, 0x6f, 0x3d, 0xb8, 0x48, 0x0f, 0x69, 0x3f, 0x91, 0xf6, 0x9e, 0xfa, 0xa3, 0x7c, 0xda, + 0x99, 0xf2, 0x5c, 0xbf, 0x66, 0x6e, 0xac, 0x66, 0x4e, 0xc9, 0x52, 0xa7, 0x6a, 0x03, 0x57, 0xb7, + 0x12, 0xf2, 0x71, 0x46, 0xba, 0xe9, 0xa7, 0x4c, 0x77, 0xc7, 0xd3, 0xf1, 0x3a, 0x6f, 0xde, 0xae, + 0x59, 0xdf, 0xbd, 0x5d, 0xb3, 0x7e, 0x7a, 0xbb, 0x66, 0x7d, 0x58, 0xfa, 0x87, 0x4c, 0xcf, 0x56, + 0xe1, 0xfd, 0xfb, 0xd7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x48, 0xa7, 0xb6, 0xd1, 0x11, 0x00, + 0x00, } func (m *PrometheusRequestHeader) Marshal() (dAtA []byte, err error) { @@ -1768,6 +1923,15 @@ func (m *PrometheusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.Warnings) > 0 { + for iNdEx := len(m.Warnings) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.Warnings[iNdEx]) + copy(dAtA[i:], m.Warnings[iNdEx]) + i = encodeVarintQueryrange(dAtA, i, uint64(len(m.Warnings[iNdEx]))) + i-- + dAtA[i] = 0x32 + } + } if len(m.Headers) > 0 { for iNdEx := len(m.Headers) - 1; iNdEx >= 0; iNdEx-- { { @@ -1840,6 +2004,18 @@ func (m *PrometheusData) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if m.Analysis != nil { + { + size, err := m.Analysis.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQueryrange(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } if m.Stats != nil { { size, err := m.Stats.MarshalToSizedBuffer(dAtA[:i]) @@ -1900,6 +2076,15 @@ func (m *PrometheusInstantQueryResponse) MarshalToSizedBuffer(dAtA []byte) (int, i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.Warnings) > 0 { + for iNdEx := len(m.Warnings) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.Warnings[iNdEx]) + copy(dAtA[i:], m.Warnings[iNdEx]) + i = encodeVarintQueryrange(dAtA, i, uint64(len(m.Warnings[iNdEx]))) + i-- + dAtA[i] = 0x32 + } + } if len(m.Headers) > 0 { for iNdEx := len(m.Headers) - 1; iNdEx >= 0; iNdEx-- { { @@ -1972,6 +2157,18 @@ func (m *PrometheusInstantQueryData) MarshalToSizedBuffer(dAtA []byte) (int, err i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if m.Analysis != nil { + { + size, err := m.Analysis.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQueryrange(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } if m.Stats != nil { { size, err := m.Stats.MarshalToSizedBuffer(dAtA[:i]) @@ -2786,6 +2983,112 @@ func (m *CachingOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *Explanation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Explanation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Explanation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Children) > 0 { + for iNdEx := len(m.Children) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.Children[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQueryrange(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + } + if len(m.Name) > 0 { + i -= len(m.Name) + copy(dAtA[i:], m.Name) + i = encodeVarintQueryrange(dAtA, i, uint64(len(m.Name))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *Analysis) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Analysis) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Analysis) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Children) > 0 { + for iNdEx := len(m.Children) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.Children[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQueryrange(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + } + { + size := m.ExecutionTime.Size() + i -= size + if _, err := m.ExecutionTime.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + i = encodeVarintQueryrange(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + if len(m.Name) > 0 { + i -= len(m.Name) + copy(dAtA[i:], m.Name) + i = encodeVarintQueryrange(dAtA, i, uint64(len(m.Name))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func encodeVarintQueryrange(dAtA []byte, offset int, v uint64) int { offset -= sovQueryrange(v) base := offset @@ -2910,6 +3213,12 @@ func (m *PrometheusResponse) Size() (n int) { n += 1 + l + sovQueryrange(uint64(l)) } } + if len(m.Warnings) > 0 { + for _, s := range m.Warnings { + l = len(s) + n += 1 + l + sovQueryrange(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -2936,6 +3245,10 @@ func (m *PrometheusData) Size() (n int) { l = m.Stats.Size() n += 1 + l + sovQueryrange(uint64(l)) } + if m.Analysis != nil { + l = m.Analysis.Size() + n += 1 + l + sovQueryrange(uint64(l)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -2968,6 +3281,12 @@ func (m *PrometheusInstantQueryResponse) Size() (n int) { n += 1 + l + sovQueryrange(uint64(l)) } } + if len(m.Warnings) > 0 { + for _, s := range m.Warnings { + l = len(s) + n += 1 + l + sovQueryrange(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -2990,6 +3309,10 @@ func (m *PrometheusInstantQueryData) Size() (n int) { l = m.Stats.Size() n += 1 + l + sovQueryrange(uint64(l)) } + if m.Analysis != nil { + l = m.Analysis.Size() + n += 1 + l + sovQueryrange(uint64(l)) + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -3355,6 +3678,52 @@ func (m *CachingOptions) Size() (n int) { return n } +func (m *Explanation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Name) + if l > 0 { + n += 1 + l + sovQueryrange(uint64(l)) + } + if len(m.Children) > 0 { + for _, e := range m.Children { + l = e.Size() + n += 1 + l + sovQueryrange(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Analysis) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Name) + if l > 0 { + n += 1 + l + sovQueryrange(uint64(l)) + } + l = m.ExecutionTime.Size() + n += 1 + l + sovQueryrange(uint64(l)) + if len(m.Children) > 0 { + for _, e := range m.Children { + l = e.Size() + n += 1 + l + sovQueryrange(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func sovQueryrange(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -4087,9 +4456,41 @@ func (m *PrometheusResponse) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipQueryrange(dAtA[iNdEx:]) + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Warnings", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Warnings = append(m.Warnings, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipQueryrange(dAtA[iNdEx:]) if err != nil { return err } @@ -4240,6 +4641,42 @@ func (m *PrometheusData) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Analysis", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Analysis == nil { + m.Analysis = &Analysis{} + } + if err := m.Analysis.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQueryrange(dAtA[iNdEx:]) @@ -4454,6 +4891,38 @@ func (m *PrometheusInstantQueryResponse) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Warnings", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Warnings = append(m.Warnings, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQueryrange(dAtA[iNdEx:]) @@ -4606,6 +5075,42 @@ func (m *PrometheusInstantQueryData) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Analysis", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Analysis == nil { + m.Analysis = &Analysis{} + } + if err := m.Analysis.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQueryrange(dAtA[iNdEx:]) @@ -6333,6 +6838,273 @@ func (m *CachingOptions) Unmarshal(dAtA []byte) error { } return nil } +func (m *Explanation) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Explanation: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Explanation: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Children", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Children = append(m.Children, &Explanation{}) + if err := m.Children[len(m.Children)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipQueryrange(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQueryrange + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Analysis) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Analysis: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Analysis: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ExecutionTime", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.ExecutionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Children", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQueryrange + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQueryrange + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQueryrange + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Children = append(m.Children, &Analysis{}) + if err := m.Children[len(m.Children)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipQueryrange(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQueryrange + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipQueryrange(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/internal/cortex/querier/queryrange/queryrange.proto b/internal/cortex/querier/queryrange/queryrange.proto index 6f05fc1670..21edc5783c 100644 --- a/internal/cortex/querier/queryrange/queryrange.proto +++ b/internal/cortex/querier/queryrange/queryrange.proto @@ -42,12 +42,14 @@ message PrometheusResponse { string ErrorType = 3 [(gogoproto.jsontag) = "errorType,omitempty"]; string Error = 4 [(gogoproto.jsontag) = "error,omitempty"]; repeated PrometheusResponseHeader Headers = 5 [(gogoproto.jsontag) = "-"]; + repeated string Warnings = 6 [(gogoproto.jsontag) = "warnings,omitempty"]; } message PrometheusData { string ResultType = 1 [(gogoproto.jsontag) = "resultType"]; repeated SampleStream Result = 2 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "result"]; PrometheusResponseStats stats = 3 [(gogoproto.jsontag) = "stats,omitempty"]; + Analysis analysis = 4 [(gogoproto.jsontag) = "analysis"]; } message PrometheusInstantQueryResponse { @@ -56,12 +58,14 @@ message PrometheusInstantQueryResponse { string ErrorType = 3 [(gogoproto.jsontag) = "errorType,omitempty"]; string Error = 4 [(gogoproto.jsontag) = "error,omitempty"]; repeated PrometheusResponseHeader Headers = 5 [(gogoproto.jsontag) = "-"]; + repeated string Warnings = 6 [(gogoproto.jsontag) = "warnings,omitempty"]; } message PrometheusInstantQueryData { string ResultType = 1 [(gogoproto.jsontag) = "resultType"]; PrometheusInstantQueryResult Result = 2 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "result"]; PrometheusResponseStats stats = 3 [(gogoproto.jsontag) = "stats,omitempty"]; + Analysis analysis = 4 [(gogoproto.jsontag) = "analysis"]; } message PrometheusInstantQueryResult { @@ -150,3 +154,14 @@ message Extent { message CachingOptions { bool disabled = 1; } + +message Explanation { + string name = 1 [(gogoproto.jsontag) = "name"]; + repeated Explanation children = 2 [(gogoproto.jsontag) = "children"]; +} + +message Analysis { + string name = 1 [(gogoproto.jsontag) = "name"]; + google.protobuf.Duration executionTime = 2 [(gogoproto.customtype) = "Duration", (gogoproto.nullable) = false, (gogoproto.jsontag) = "executionTime"]; + repeated Analysis children = 3 [(gogoproto.jsontag) = "children"]; +} diff --git a/internal/cortex/querier/queryrange/results_cache.go b/internal/cortex/querier/queryrange/results_cache.go index 2df79b744b..a3399e2551 100644 --- a/internal/cortex/querier/queryrange/results_cache.go +++ b/internal/cortex/querier/queryrange/results_cache.go @@ -7,6 +7,7 @@ import ( "context" "flag" "fmt" + "github.com/thanos-io/thanos/pkg/extpromql" "net/http" "sort" "strings" @@ -31,8 +32,6 @@ import ( "github.com/thanos-io/thanos/internal/cortex/cortexpb" "github.com/thanos-io/thanos/internal/cortex/querier" "github.com/thanos-io/thanos/internal/cortex/tenant" - "github.com/thanos-io/thanos/internal/cortex/util/flagext" - util_log "github.com/thanos-io/thanos/internal/cortex/util/log" "github.com/thanos-io/thanos/internal/cortex/util/spanlogger" "github.com/thanos-io/thanos/internal/cortex/util/validation" ) @@ -62,8 +61,6 @@ func (cfg *ResultsCacheConfig) RegisterFlags(f *flag.FlagSet) { f.StringVar(&cfg.Compression, "frontend.compression", "", "Use compression in results cache. Supported values are: 'snappy' and '' (disable compression).") f.BoolVar(&cfg.CacheQueryableSamplesStats, "frontend.cache-queryable-samples-stats", false, "Cache Statistics queryable samples on results cache.") - //lint:ignore faillint Need to pass the global logger like this for warning on deprecated methods - flagext.DeprecatedFlag(f, "frontend.cache-split-interval", "Deprecated: The maximum interval expected for each request, results will be cached per single interval. This behavior is now determined by querier.split-queries-by-interval.", util_log.Logger) } func (cfg *ResultsCacheConfig) Validate(qCfg querier.Config) error { @@ -101,8 +98,10 @@ func (PrometheusResponseExtractor) Extract(start, end int64, from Response) Resp ResultType: promRes.Data.ResultType, Result: extractMatrix(start, end, promRes.Data.Result), Stats: extractStats(start, end, promRes.Data.Stats), + Analysis: promRes.Data.Analysis, }, - Headers: promRes.Headers, + Headers: promRes.Headers, + Warnings: promRes.Warnings, } } @@ -116,7 +115,9 @@ func (PrometheusResponseExtractor) ResponseWithoutHeaders(resp Response) Respons ResultType: promRes.Data.ResultType, Result: promRes.Data.Result, Stats: promRes.Data.Stats, + Analysis: promRes.Data.Analysis, }, + Warnings: promRes.Warnings, } } @@ -128,8 +129,10 @@ func (PrometheusResponseExtractor) ResponseWithoutStats(resp Response) Response Data: PrometheusData{ ResultType: promRes.Data.ResultType, Result: promRes.Data.Result, + Analysis: promRes.Data.Analysis, }, - Headers: promRes.Headers, + Headers: promRes.Headers, + Warnings: promRes.Warnings, } } @@ -283,6 +286,9 @@ func (s resultsCache) shouldCacheResponse(ctx context.Context, req Request, r Re if !s.isAtModifierCachable(req, maxCacheTime) { return false } + if !s.isOffsetCachable(req) { + return false + } if s.cacheGenNumberLoader == nil { return true @@ -306,11 +312,10 @@ func (s resultsCache) shouldCacheResponse(ctx context.Context, req Request, r Re return true } -var errAtModifierAfterEnd = errors.New("at modifier after end") - // isAtModifierCachable returns true if the @ modifier result // is safe to cache. func (s resultsCache) isAtModifierCachable(r Request, maxCacheTime int64) bool { + var errAtModifierAfterEnd = errors.New("at modifier after end") // There are 2 cases when @ modifier is not safe to cache: // 1. When @ modifier points to time beyond the maxCacheTime. // 2. If the @ modifier time is > the query range end while being @@ -321,7 +326,7 @@ func (s resultsCache) isAtModifierCachable(r Request, maxCacheTime int64) bool { if !strings.Contains(query, "@") { return true } - expr, err := parser.ParseExpr(query) + expr, err := extpromql.ParseExpr(query) if err != nil { // We are being pessimistic in such cases. level.Warn(s.logger).Log("msg", "failed to parse query, considering @ modifier as not cachable", "query", query, "err", err) @@ -358,6 +363,46 @@ func (s resultsCache) isAtModifierCachable(r Request, maxCacheTime int64) bool { return atModCachable } +// isOffsetCachable returns true if the offset is positive, result is safe to cache. +// and false when offset is negative, result is not cached. +func (s resultsCache) isOffsetCachable(r Request) bool { + var errNegativeOffset = errors.New("negative offset") + query := r.GetQuery() + if !strings.Contains(query, "offset") { + return true + } + expr, err := extpromql.ParseExpr(query) + if err != nil { + level.Warn(s.logger).Log("msg", "failed to parse query, considering offset as not cachable", "query", query, "err", err) + return false + } + + offsetCachable := true + parser.Inspect(expr, func(n parser.Node, _ []parser.Node) error { + switch e := n.(type) { + case *parser.VectorSelector: + if e.OriginalOffset < 0 { + offsetCachable = false + return errNegativeOffset + } + case *parser.MatrixSelector: + offset := e.VectorSelector.(*parser.VectorSelector).OriginalOffset + if offset < 0 { + offsetCachable = false + return errNegativeOffset + } + case *parser.SubqueryExpr: + if e.OriginalOffset < 0 { + offsetCachable = false + return errNegativeOffset + } + } + return nil + }) + + return offsetCachable +} + func getHeaderValuesWithName(r Response, headerName string) (headerValues []string) { for _, hv := range r.GetHeaders() { if hv.GetName() != headerName { diff --git a/internal/cortex/querier/queryrange/results_cache_test.go b/internal/cortex/querier/queryrange/results_cache_test.go index 6f2fca05dd..7527b6ad11 100644 --- a/internal/cortex/querier/queryrange/results_cache_test.go +++ b/internal/cortex/querier/queryrange/results_cache_test.go @@ -24,8 +24,8 @@ import ( const ( query = "/api/v1/query_range?end=1536716898&query=sum%28container_memory_rss%29+by+%28namespace%29&start=1536673680&stats=all&step=120" - responseBody = `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"foo":"bar"},"values":[[1536673680,"137"],[1536673780,"137"]]}]}}` - histogramResponseBody = `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"fake":"histogram"},"histograms":[[1536673680,{"count":"5","sum":"18.4","buckets":[[3,"-0.001","0.001","2"],[0,"0.7071067811865475","1","1"],[0,"1","1.414213562373095","2"],[0,"2","2.82842712474619","1"],[0,"2.82842712474619","4","1"]]}]]}]}}` + responseBody = `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"foo":"bar"},"values":[[1536673680,"137"],[1536673780,"137"]]}],"analysis":null},"warnings":["test-warn"]}` + histogramResponseBody = `{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"fake":"histogram"},"histograms":[[1536673680,{"count":"5","sum":"18.4","buckets":[[3,"-0.001","0.001","2"],[0,"0.7071067811865475","1","1"],[0,"1","1.414213562373095","2"],[0,"2","2.82842712474619","1"],[0,"2.82842712474619","4","1"]]}]]}],"analysis":null}}` ) var ( @@ -78,6 +78,7 @@ var ( Status: "success", Data: PrometheusData{ ResultType: model.ValMatrix.String(), + Analysis: (*Analysis)(nil), Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{ @@ -90,11 +91,13 @@ var ( }, }, }, + Warnings: []string{"test-warn"}, } parsedHistogramResponse = &PrometheusResponse{ Status: "success", Data: PrometheusData{ ResultType: model.ValMatrix.String(), + Analysis: (*Analysis)(nil), Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{ @@ -143,6 +146,7 @@ func mkAPIResponseWithStats(start, end, step int64, withStats bool) *PrometheusR Data: PrometheusData{ ResultType: matrix, Stats: stats, + Analysis: &Analysis{}, Result: []SampleStream{ { Labels: []cortexpb.LabelAdapter{ @@ -532,6 +536,45 @@ func TestShouldCache(t *testing.T) { input: Response(&PrometheusResponse{}), expected: false, }, + // offset on vector selectors. + { + name: "positive offset on vector selector", + request: &PrometheusRequest{Query: "metric offset 10ms", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: true, + }, + { + name: "negative offset on vector selector", + request: &PrometheusRequest{Query: "metric offset -10ms", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: false, + }, + // offset on matrix selectors. + { + name: "positive offset on matrix selector", + request: &PrometheusRequest{Query: "rate(metric[5m] offset 10ms)", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: true, + }, + { + name: "negative offset on matrix selector", + request: &PrometheusRequest{Query: "rate(metric[5m] offset -10ms)", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: false, + }, + // offset on subqueries. + { + name: "positive offset on subqueries", + request: &PrometheusRequest{Query: "sum_over_time(rate(metric[1m])[10m:1m] offset 10ms)", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: true, + }, + { + name: "negative offset on subqueries", + request: &PrometheusRequest{Query: "sum_over_time(rate(metric[1m])[10m:1m] offset -10ms)", End: 125000}, + input: Response(&PrometheusResponse{}), + expected: false, + }, } { { t.Run(tc.name, func(t *testing.T) { @@ -1031,21 +1074,24 @@ func TestResultsCache(t *testing.T) { ) require.NoError(t, err) + useResp := *parsedResponse + useResp.Data.Analysis = &Analysis{} + rc := rcm.Wrap(HandlerFunc(func(_ context.Context, req Request) (Response, error) { calls++ - return parsedResponse, nil + return &useResp, nil })) ctx := user.InjectOrgID(context.Background(), "1") resp, err := rc.Do(ctx, parsedRequest) require.NoError(t, err) require.Equal(t, 1, calls) - require.Equal(t, parsedResponse, resp) + require.Equal(t, &useResp, resp) // Doing same request again shouldn't change anything. resp, err = rc.Do(ctx, parsedRequest) require.NoError(t, err) require.Equal(t, 1, calls) - require.Equal(t, parsedResponse, resp) + require.Equal(t, &useResp, resp) // Doing request with new end time should do one more query. req := parsedRequest.WithStartEnd(parsedRequest.GetStart(), parsedRequest.GetEnd()+100) @@ -1312,21 +1358,24 @@ func TestNativeHistograms(t *testing.T) { ) require.NoError(t, err) + useResp := *parsedHistogramResponse + useResp.Data.Analysis = &Analysis{} + rc := rcm.Wrap(HandlerFunc(func(_ context.Context, req Request) (Response, error) { calls++ - return parsedHistogramResponse, nil + return &useResp, nil })) ctx := user.InjectOrgID(context.Background(), "1") resp, err := rc.Do(ctx, parsedHistogramRequest) require.NoError(t, err) require.Equal(t, 1, calls) - require.Equal(t, parsedHistogramResponse, resp) + require.Equal(t, &useResp, resp) // Doing same request again shouldn't change anything. resp, err = rc.Do(ctx, parsedHistogramRequest) require.NoError(t, err) require.Equal(t, 1, calls) - require.Equal(t, parsedHistogramResponse, resp) + require.Equal(t, &useResp, resp) // Doing request with new end time should do one more query. req := parsedHistogramRequest.WithStartEnd(parsedHistogramRequest.GetStart(), parsedHistogramRequest.GetEnd()+100) diff --git a/internal/cortex/querier/queryrange/roundtrip.go b/internal/cortex/querier/queryrange/roundtrip.go index cbc027f58e..6e82b8968a 100644 --- a/internal/cortex/querier/queryrange/roundtrip.go +++ b/internal/cortex/querier/queryrange/roundtrip.go @@ -21,7 +21,6 @@ package queryrange import ( "context" "io" - "io/ioutil" "net/http" "strings" "time" @@ -268,7 +267,7 @@ func (q roundTripper) Do(ctx context.Context, r Request) (Response, error) { return nil, err } defer func() { - io.Copy(ioutil.Discard, io.LimitReader(response.Body, 1024)) + io.Copy(io.Discard, io.LimitReader(response.Body, 1024)) _ = response.Body.Close() }() diff --git a/internal/cortex/querier/queryrange/roundtrip_test.go b/internal/cortex/querier/queryrange/roundtrip_test.go index 469eb74c0d..3266d04021 100644 --- a/internal/cortex/querier/queryrange/roundtrip_test.go +++ b/internal/cortex/querier/queryrange/roundtrip_test.go @@ -5,7 +5,7 @@ package queryrange import ( "context" - "io/ioutil" + io "io" "net/http" "net/http/httptest" "net/url" @@ -88,7 +88,7 @@ func TestRoundTrip(t *testing.T) { require.NoError(t, err) require.Equal(t, 200, resp.StatusCode) - bs, err := ioutil.ReadAll(resp.Body) + bs, err := io.ReadAll(resp.Body) require.NoError(t, err) require.Equal(t, tc.expectedBody, string(bs)) }) diff --git a/internal/cortex/querier/queryrange/split_by_interval.go b/internal/cortex/querier/queryrange/split_by_interval.go index 039306e880..2ae53f7c50 100644 --- a/internal/cortex/querier/queryrange/split_by_interval.go +++ b/internal/cortex/querier/queryrange/split_by_interval.go @@ -5,6 +5,7 @@ package queryrange import ( "context" + "github.com/thanos-io/thanos/pkg/extpromql" "net/http" "time" @@ -97,7 +98,7 @@ func splitQuery(r Request, interval time.Duration) ([]Request, error) { // For example given the start of the query is 10.00, `http_requests_total[1h] @ start()` query will be replaced with `http_requests_total[1h] @ 10.00` // If the modifier is already a constant, it will be returned as is. func EvaluateAtModifierFunction(query string, start, end int64) (string, error) { - expr, err := parser.ParseExpr(query) + expr, err := extpromql.ParseExpr(query) if err != nil { return "", httpgrpc.Errorf(http.StatusBadRequest, `{"status": "error", "error": "%s"}`, err) } diff --git a/internal/cortex/querier/queryrange/split_by_interval_test.go b/internal/cortex/querier/queryrange/split_by_interval_test.go index 953efb7f56..00654a911c 100644 --- a/internal/cortex/querier/queryrange/split_by_interval_test.go +++ b/internal/cortex/querier/queryrange/split_by_interval_test.go @@ -5,7 +5,7 @@ package queryrange import ( "context" - "io/ioutil" + io "io" "net/http" "net/http/httptest" "net/url" @@ -13,10 +13,10 @@ import ( "testing" "time" - "github.com/weaveworks/common/httpgrpc" + "github.com/thanos-io/thanos/pkg/extpromql" - "github.com/prometheus/prometheus/promql/parser" "github.com/stretchr/testify/require" + "github.com/weaveworks/common/httpgrpc" "github.com/weaveworks/common/middleware" "github.com/weaveworks/common/user" "go.uber.org/atomic" @@ -273,7 +273,7 @@ func TestSplitByDay(t *testing.T) { mergedHTTPResponse, err := PrometheusCodec.EncodeResponse(context.Background(), mergedResponse) require.NoError(t, err) - mergedHTTPResponseBody, err := ioutil.ReadAll(mergedHTTPResponse.Body) + mergedHTTPResponseBody, err := io.ReadAll(mergedHTTPResponse.Body) require.NoError(t, err) for i, tc := range []struct { @@ -313,7 +313,7 @@ func TestSplitByDay(t *testing.T) { require.NoError(t, err) require.Equal(t, 200, resp.StatusCode) - bs, err := ioutil.ReadAll(resp.Body) + bs, err := io.ReadAll(resp.Body) require.NoError(t, err) require.Equal(t, tc.expectedBody, string(bs)) require.Equal(t, tc.expectedQueryCount, actualCount.Load()) @@ -333,6 +333,11 @@ func Test_evaluateAtModifier(t *testing.T) { in: "topk(5, rate(http_requests_total[1h] @ start()))", expected: "topk(5, rate(http_requests_total[1h] @ 1546300.800))", }, + { + // extended functions + in: "topk(5, xrate(http_requests_total[1h] @ start()))", + expected: "topk(5, xrate(http_requests_total[1h] @ 1546300.800))", + }, { in: "topk(5, rate(http_requests_total[1h] @ 0))", expected: "topk(5, rate(http_requests_total[1h] @ 0.000))", @@ -369,11 +374,6 @@ func Test_evaluateAtModifier(t *testing.T) { [2m:]) [10m:])`, }, - { - // parse error: missing unit character in duration - in: "http_requests_total[5] @ 10.001", - expectedErrorCode: http.StatusBadRequest, - }, { // parse error: @ modifier must be preceded by an instant vector selector or range vector selector or a subquery in: "sum(http_requests_total[5m]) @ 10.001", @@ -391,7 +391,7 @@ func Test_evaluateAtModifier(t *testing.T) { require.Equal(t, tt.expectedErrorCode, int(httpResp.Code)) } else { require.NoError(t, err) - expectedExpr, err := parser.ParseExpr(tt.expected) + expectedExpr, err := extpromql.ParseExpr(tt.expected) require.NoError(t, err) require.Equal(t, expectedExpr.String(), out) } diff --git a/internal/cortex/querier/series/series_set.go b/internal/cortex/querier/series/series_set.go index ff213d183e..a870b866a0 100644 --- a/internal/cortex/querier/series/series_set.go +++ b/internal/cortex/querier/series/series_set.go @@ -27,6 +27,7 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/prometheus/prometheus/util/annotations" ) // ConcreteSeriesSet implements storage.SeriesSet. @@ -62,7 +63,7 @@ func (c *ConcreteSeriesSet) Err() error { } // Warnings implements storage.SeriesSet. -func (c *ConcreteSeriesSet) Warnings() storage.Warnings { +func (c *ConcreteSeriesSet) Warnings() annotations.Annotations { return nil } @@ -123,11 +124,11 @@ func (c *concreteSeriesIterator) At() (t int64, v float64) { } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (c *concreteSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { +func (c *concreteSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (c *concreteSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (c *concreteSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -172,11 +173,11 @@ func (errIterator) At() (t int64, v float64) { return 0, 0 } -func (errIterator) AtHistogram() (int64, *histogram.Histogram) { +func (errIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { return 0, nil } -func (errIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (errIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { return 0, nil } @@ -202,17 +203,14 @@ func MatrixToSeriesSet(m model.Matrix) storage.SeriesSet { } func metricToLabels(m model.Metric) labels.Labels { - ls := make(labels.Labels, 0, len(m)) + b := labels.NewScratchBuilder(len(m)) for k, v := range m { - ls = append(ls, labels.Label{ - Name: string(k), - Value: string(v), - }) + b.Add(string(k), string(v)) } // PromQL expects all labels to be sorted! In general, anyone constructing // a labels.Labels list is responsible for sorting it during construction time. - sort.Sort(ls) - return ls + b.Sort() + return b.Labels() } type byLabels []storage.Series @@ -253,11 +251,11 @@ func (d DeletedSeriesIterator) At() (t int64, v float64) { } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (d DeletedSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { +func (d DeletedSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (d DeletedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (d DeletedSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } diff --git a/internal/cortex/querier/series/series_set_test.go b/internal/cortex/querier/series/series_set_test.go index 844d9799a8..45ffd53553 100644 --- a/internal/cortex/querier/series/series_set_test.go +++ b/internal/cortex/querier/series/series_set_test.go @@ -49,13 +49,13 @@ func TestMatrixToSeriesSetSortsMetricLabels(t *testing.T) { require.NoError(t, ss.Err()) l := ss.At().Labels() - require.Equal(t, labels.Labels{ - {Name: string(model.MetricNameLabel), Value: "testmetric"}, - {Name: "a", Value: "b"}, - {Name: "c", Value: "d"}, - {Name: "e", Value: "f"}, - {Name: "g", Value: "h"}, - }, l) + require.Equal(t, labels.New( + labels.Label{Name: string(model.MetricNameLabel), Value: "testmetric"}, + labels.Label{Name: "a", Value: "b"}, + labels.Label{Name: "c", Value: "d"}, + labels.Label{Name: "e", Value: "f"}, + labels.Label{Name: "g", Value: "h"}, + ), l) } func TestDeletedSeriesIterator(t *testing.T) { diff --git a/internal/cortex/util/flagext/deprecated.go b/internal/cortex/util/flagext/deprecated.go deleted file mode 100644 index fca0d77742..0000000000 --- a/internal/cortex/util/flagext/deprecated.go +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) The Cortex Authors. -// Licensed under the Apache License 2.0. - -package flagext - -import ( - "flag" - - "github.com/go-kit/log" - "github.com/go-kit/log/level" - "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/client_golang/prometheus/promauto" -) - -// DeprecatedFlagsUsed is the metric that counts deprecated flags set. -var DeprecatedFlagsUsed = promauto.NewCounter( - prometheus.CounterOpts{ - Name: "deprecated_flags_inuse_total", - Help: "The number of deprecated flags currently set.", - }) - -type deprecatedFlag struct { - name string - logger log.Logger -} - -func (deprecatedFlag) String() string { - return "deprecated" -} - -func (d deprecatedFlag) Set(string) error { - level.Warn(d.logger).Log("msg", "flag disabled", "flag", d.name) - DeprecatedFlagsUsed.Inc() - return nil -} - -// DeprecatedFlag logs a warning when you try to use it. -func DeprecatedFlag(f *flag.FlagSet, name, message string, logger log.Logger) { - f.Var(deprecatedFlag{name: name, logger: logger}, name, message) -} diff --git a/internal/cortex/util/flagext/register.go b/internal/cortex/util/flagext/register.go index 24b3bf2f46..7df2d8050f 100644 --- a/internal/cortex/util/flagext/register.go +++ b/internal/cortex/util/flagext/register.go @@ -10,13 +10,6 @@ type Registerer interface { RegisterFlags(*flag.FlagSet) } -// RegisterFlags registers flags with the provided Registerers -func RegisterFlags(rs ...Registerer) { - for _, r := range rs { - r.RegisterFlags(flag.CommandLine) - } -} - // DefaultValues initiates a set of configs (Registerers) with their defaults. func DefaultValues(rs ...Registerer) { fs := flag.NewFlagSet("", flag.PanicOnError) diff --git a/internal/cortex/util/labels.go b/internal/cortex/util/labels.go index 42df07f084..32d95210f7 100644 --- a/internal/cortex/util/labels.go +++ b/internal/cortex/util/labels.go @@ -11,9 +11,9 @@ import ( // LabelsToMetric converts a Labels to Metric // Don't do this on any performance sensitive paths. func LabelsToMetric(ls labels.Labels) model.Metric { - m := make(model.Metric, len(ls)) - for _, l := range ls { + m := make(model.Metric, ls.Len()) + ls.Range(func(l labels.Label) { m[model.LabelName(l.Name)] = model.LabelValue(l.Value) - } + }) return m } diff --git a/internal/cortex/util/log/experimental.go b/internal/cortex/util/log/experimental.go deleted file mode 100644 index d81b91b29a..0000000000 --- a/internal/cortex/util/log/experimental.go +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) The Cortex Authors. -// Licensed under the Apache License 2.0. - -package log - -import ( - "github.com/go-kit/log/level" - "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/client_golang/prometheus/promauto" -) - -var experimentalFeaturesInUse = promauto.NewCounter( - prometheus.CounterOpts{ - Namespace: "cortex", - Name: "experimental_features_in_use_total", - Help: "The number of experimental features in use.", - }, -) - -// WarnExperimentalUse logs a warning and increments the experimental features metric. -func WarnExperimentalUse(feature string) { - level.Warn(Logger).Log("msg", "experimental feature in use", "feature", feature) - experimentalFeaturesInUse.Inc() -} diff --git a/internal/cortex/util/log/log.go b/internal/cortex/util/log/log.go index 1260f19aad..d20da85a75 100644 --- a/internal/cortex/util/log/log.go +++ b/internal/cortex/util/log/log.go @@ -4,15 +4,7 @@ package log import ( - "fmt" - "os" - - "github.com/go-kit/log" kitlog "github.com/go-kit/log" - "github.com/go-kit/log/level" - "github.com/prometheus/client_golang/prometheus" - "github.com/weaveworks/common/logging" - "github.com/weaveworks/common/server" ) var ( @@ -20,111 +12,4 @@ var ( // TODO: Change all components to take a non-global logger via their constructors. // Prefer accepting a non-global logger as an argument. Logger = kitlog.NewNopLogger() - - logMessages = prometheus.NewCounterVec(prometheus.CounterOpts{ - Name: "log_messages_total", - Help: "Total number of log messages.", - }, []string{"level"}) - - supportedLevels = []level.Value{ - level.DebugValue(), - level.InfoValue(), - level.WarnValue(), - level.ErrorValue(), - } ) - -func init() { - prometheus.MustRegister(logMessages) -} - -// InitLogger initialises the global gokit logger (util_log.Logger) and overrides the -// default logger for the server. -func InitLogger(cfg *server.Config) { - l, err := NewPrometheusLogger(cfg.LogLevel, cfg.LogFormat) - if err != nil { - panic(err) - } - - // when use util_log.Logger, skip 3 stack frames. - Logger = log.With(l, "caller", log.Caller(3)) - - // cfg.Log wraps log function, skip 4 stack frames to get caller information. - // this works in go 1.12, but doesn't work in versions earlier. - // it will always shows the wrapper function generated by compiler - // marked in old versions. - cfg.Log = logging.GoKit(log.With(l, "caller", log.Caller(4))) -} - -// PrometheusLogger exposes Prometheus counters for each of go-kit's log levels. -type PrometheusLogger struct { - logger log.Logger -} - -// NewPrometheusLogger creates a new instance of PrometheusLogger which exposes -// Prometheus counters for various log levels. -func NewPrometheusLogger(l logging.Level, format logging.Format) (log.Logger, error) { - logger := log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr)) - if format.String() == "json" { - logger = log.NewJSONLogger(log.NewSyncWriter(os.Stderr)) - } - logger = level.NewFilter(logger, LevelFilter(l.String())) - - // Initialise counters for all supported levels: - for _, level := range supportedLevels { - logMessages.WithLabelValues(level.String()) - } - - logger = &PrometheusLogger{ - logger: logger, - } - - // return a Logger without caller information, shouldn't use directly - logger = log.With(logger, "ts", log.DefaultTimestampUTC) - return logger, nil -} - -// Log increments the appropriate Prometheus counter depending on the log level. -func (pl *PrometheusLogger) Log(kv ...interface{}) error { - pl.logger.Log(kv...) - l := "unknown" - for i := 1; i < len(kv); i += 2 { - if v, ok := kv[i].(level.Value); ok { - l = v.String() - break - } - } - logMessages.WithLabelValues(l).Inc() - return nil -} - -// CheckFatal prints an error and exits with error code 1 if err is non-nil -func CheckFatal(location string, err error) { - if err != nil { - logger := level.Error(Logger) - if location != "" { - logger = log.With(logger, "msg", "error "+location) - } - // %+v gets the stack trace from errors using github.com/pkg/errors - logger.Log("err", fmt.Sprintf("%+v", err)) - os.Exit(1) - } -} - -// TODO(dannyk): remove once weaveworks/common updates to go-kit/log -// -// -> we can then revert to using Level.Gokit -func LevelFilter(l string) level.Option { - switch l { - case "debug": - return level.AllowDebug() - case "info": - return level.AllowInfo() - case "warn": - return level.AllowWarn() - case "error": - return level.AllowError() - default: - return level.AllowAll() - } -} diff --git a/internal/cortex/util/metrics_helper.go b/internal/cortex/util/metrics_helper.go index 2a3feeb8f8..e026d19578 100644 --- a/internal/cortex/util/metrics_helper.go +++ b/internal/cortex/util/metrics_helper.go @@ -712,7 +712,7 @@ func (r *UserRegistries) BuildMetricFamiliesPerUser() MetricFamiliesPerUser { // FromLabelPairsToLabels converts dto.LabelPair into labels.Labels. func FromLabelPairsToLabels(pairs []*dto.LabelPair) labels.Labels { - builder := labels.NewBuilder(nil) + builder := labels.NewBuilder(labels.EmptyLabels()) for _, pair := range pairs { builder.Set(pair.GetName(), pair.GetValue()) } @@ -759,7 +759,7 @@ func GetLabels(c prometheus.Collector, filter map[string]string) ([]labels.Label errs := tsdb_errors.NewMulti() var result []labels.Labels dtoMetric := &dto.Metric{} - lbls := labels.NewBuilder(nil) + lbls := labels.NewBuilder(labels.EmptyLabels()) nextMetric: for m := range ch { @@ -770,7 +770,7 @@ nextMetric: continue } - lbls.Reset(nil) + lbls.Reset(labels.EmptyLabels()) for _, lp := range dtoMetric.Label { n := lp.GetName() v := lp.GetValue() diff --git a/mixin/alerts/receive.libsonnet b/mixin/alerts/receive.libsonnet index 00da01211c..1315766763 100644 --- a/mixin/alerts/receive.libsonnet +++ b/mixin/alerts/receive.libsonnet @@ -5,6 +5,7 @@ httpErrorThreshold: 5, ingestionThreshold: 50, forwardErrorThreshold: 20, + metaMonitoringErrorThreshold: 20, refreshErrorThreshold: 0, p99LatencyThreshold: 10, dimensions: std.join(', ', std.objectFields(thanos.targetGroups) + ['job']), @@ -144,6 +145,43 @@ severity: 'critical', }, }, + { + alert: 'ThanosReceiveLimitsConfigReloadFailure', + annotations: { + description: 'Thanos Receive {{$labels.job}}%s has not been able to reload the limits configuration.' % location, + summary: 'Thanos Receive has not been able to reload the limits configuration.', + }, + expr: 'sum by(%(dimensions)s) (increase(thanos_receive_limits_config_reload_err_total{%(selector)s}[5m])) > 0' % thanos.receive, + 'for': '5m', + labels: { + severity: 'warning', + }, + }, + { + alert: 'ThanosReceiveLimitsHighMetaMonitoringQueriesFailureRate', + annotations: { + description: 'Thanos Receive {{$labels.job}}%s is failing for {{$value | humanize}}%% of meta monitoring queries.' % location, + summary: 'Thanos Receive has not been able to update the number of head series.', + }, + // Values are updated every 15s, 20 times over 5 minutes. + expr: '(sum by(%(dimensions)s) (increase(thanos_receive_metamonitoring_failed_queries_total{%(selector)s}[5m])) / 20) * 100 > %(metaMonitoringErrorThreshold)s' % thanos.receive, + 'for': '5m', + labels: { + severity: 'warning', + }, + }, + { + alert: 'ThanosReceiveTenantLimitedByHeadSeries', + annotations: { + description: 'Thanos Receive tenant {{$labels.tenant}}%s is limited by head series.' % location, + summary: 'A Thanos Receive tenant is limited by head series.', + }, + expr: 'sum by(%(dimensions)s, tenant) (increase(thanos_receive_head_series_limited_requests_total{%(selector)s}[5m])) > 0' % thanos.receive, + 'for': '5m', + labels: { + severity: 'warning', + }, + }, ], }, ], diff --git a/mixin/dashboards/compact.libsonnet b/mixin/dashboards/compact.libsonnet index 031633d467..9018e360d1 100644 --- a/mixin/dashboards/compact.libsonnet +++ b/mixin/dashboards/compact.libsonnet @@ -18,11 +18,11 @@ local g = import '../lib/thanos-grafana-builder/builder.libsonnet'; .addPanel( g.panel( 'Rate', - 'Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.' + 'Shows rate of execution for compactions against blocks that are stored in the bucket by compaction resolution.' ) + g.queryPanel( - 'sum by (%(dimensions)s, group) (rate(thanos_compact_group_compactions_total{%(selector)s}[$__rate_interval]))' % thanos.compact.dashboard, - 'compaction {{job}} {{group}}' + 'sum by (%(dimensions)s, resolution) (rate(thanos_compact_group_compactions_total{%(selector)s}[$__rate_interval]))' % thanos.compact.dashboard, + 'compaction {{job}} {{resolution}}' ) + g.stack ) @@ -43,11 +43,11 @@ local g = import '../lib/thanos-grafana-builder/builder.libsonnet'; .addPanel( g.panel( 'Rate', - 'Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction group.' + 'Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction resolution.' ) + g.queryPanel( - 'sum by (%(dimensions)s, group) (rate(thanos_compact_downsample_total{%(selector)s}[$__rate_interval]))' % thanos.compact.dashboard, - 'downsample {{job}} {{group}}' + 'sum by (%(dimensions)s, resolution) (rate(thanos_compact_downsample_total{%(selector)s}[$__rate_interval]))' % thanos.compact.dashboard, + 'downsample {{job}} {{resolution}}' ) + g.stack ) @@ -178,7 +178,7 @@ local g = import '../lib/thanos-grafana-builder/builder.libsonnet'; .addPanel( g.panel( 'Compaction Rate', - 'Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.' + 'Shows rate of execution for compactions against blocks that are stored in the bucket.' ) + g.queryPanel( 'sum by (%(dimensions)s) (rate(thanos_compact_group_compactions_total{%(selector)s}[$__rate_interval]))' % thanos.dashboard.overview, diff --git a/mixin/rules/receive.libsonnet b/mixin/rules/receive.libsonnet index 6a7b37167c..8ae75d9b8b 100644 --- a/mixin/rules/receive.libsonnet +++ b/mixin/rules/receive.libsonnet @@ -10,7 +10,7 @@ name: 'thanos-receive.rules', rules: [ { - record: ':grpc_server_failures_per_unary:sum_rate', + record: ':thanos_query_receive_grpc_server_failures_per_unary:sum_rate', expr: ||| ( sum by (%(dimensions)s) (rate(grpc_server_handled_total{grpc_code=~"Unknown|ResourceExhausted|Internal|Unavailable|DataLoss|DeadlineExceeded", %(selector)s, grpc_type="unary"}[5m])) @@ -20,7 +20,7 @@ ||| % thanos.receive, }, { - record: ':grpc_server_failures_per_stream:sum_rate', + record: ':thanos_query_receive_grpc_server_failures_per_stream:sum_rate', expr: ||| ( sum by (%(dimensions)s) (rate(grpc_server_handled_total{grpc_code=~"Unknown|ResourceExhausted|Internal|Unavailable|DataLoss|DeadlineExceeded", %(selector)s, grpc_type="server_stream"}[5m])) diff --git a/mixin/rules/store.libsonnet b/mixin/rules/store.libsonnet index fc7ea897fe..cfef97dd36 100644 --- a/mixin/rules/store.libsonnet +++ b/mixin/rules/store.libsonnet @@ -10,7 +10,7 @@ name: 'thanos-store.rules', rules: [ { - record: ':grpc_server_failures_per_unary:sum_rate', + record: ':thanos_query_store_grpc_server_failures_per_unary:sum_rate', expr: ||| ( sum by (%(dimensions)s) (rate(grpc_server_handled_total{grpc_code=~"Unknown|Internal|Unavailable|DataLoss|DeadlineExceeded", %(selector)s, grpc_type="unary"}[5m])) @@ -20,7 +20,7 @@ ||| % thanos.store, }, { - record: ':grpc_server_failures_per_stream:sum_rate', + record: ':thanos_query_store_grpc_server_failures_per_stream:sum_rate', expr: ||| ( sum by (%(dimensions)s) (rate(grpc_server_handled_total{grpc_code=~"Unknown|Internal|Unavailable|DataLoss|DeadlineExceeded", %(selector)s, grpc_type="server_stream"}[5m])) diff --git a/mixin/runbook.md b/mixin/runbook.md index 833cf1d403..48c9a5ada0 100755 --- a/mixin/runbook.md +++ b/mixin/runbook.md @@ -63,6 +63,9 @@ |ThanosReceiveHighHashringFileRefreshFailures|Thanos Receive is failing to refresh hasring file.|Thanos Receive {{$labels.job}} is failing to refresh hashring file, {{$value humanize}} of attempts failed.|warning|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivehighhashringfilerefreshfailures](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivehighhashringfilerefreshfailures)| |ThanosReceiveConfigReloadFailure|Thanos Receive has not been able to reload configuration.|Thanos Receive {{$labels.job}} has not been able to reload hashring configurations.|warning|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceiveconfigreloadfailure](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceiveconfigreloadfailure)| |ThanosReceiveNoUpload|Thanos Receive has not uploaded latest data to object storage.|Thanos Receive {{$labels.instance}} has not uploaded latest data to object storage.|critical|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivenoupload](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivenoupload)| +|ThanosReceiveLimitsConfigReloadFailure|Thanos Receive has not been able to reload the limits configuration.|Thanos Receive {{$labels.job}} has not been able to reload the limits configuration.|warning|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitsconfigreloadfailure](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitsconfigreloadfailure)| +|ThanosReceiveLimitsHighMetaMonitoringQueriesFailureRate|Thanos Receive has not been able to update the number of head series.|Thanos Receive {{$labels.job}} is failing for {{$value humanize}}% of meta monitoring queries.|warning|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitshighmetamonitoringqueriesfailurerate](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivelimitshighmetamonitoringqueriesfailurerate)| +|ThanosReceiveTenantLimitedByHeadSeries|A Thanos Receive tenant is limited by head series.|Thanos Receive tenant {{$labels.tenant}} is limited by head series.|warning|[https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivetenantlimitedbyheadseries](https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosreceivetenantlimitedbyheadseries)| ## thanos-rule diff --git a/pkg/alert/alert.go b/pkg/alert/alert.go index f53f348eab..ee5389b0b6 100644 --- a/pkg/alert/alert.go +++ b/pkg/alert/alert.go @@ -44,7 +44,7 @@ type Queue struct { maxBatchSize int capacity int toAddLset labels.Labels - toExcludeLabels labels.Labels + toExcludeLabels []string alertRelabelConfigs []*relabel.Config mtx sync.Mutex @@ -56,29 +56,9 @@ type Queue struct { dropped prometheus.Counter } -func relabelLabels(lset labels.Labels, excludeLset []string) (toAdd, toExclude labels.Labels) { - for _, ln := range excludeLset { - toExclude = append(toExclude, labels.Label{Name: ln}) - } - - for _, l := range lset { - // Exclude labels to to add straight away. - if toExclude.Has(l.Name) { - continue - } - toAdd = append(toAdd, labels.Label{ - Name: l.Name, - Value: l.Value, - }) - } - return toAdd, toExclude -} - // NewQueue returns a new queue. The given label set is attached to all alerts pushed to the queue. // The given exclude label set tells what label names to drop including external labels. func NewQueue(logger log.Logger, reg prometheus.Registerer, capacity, maxBatchSize int, externalLset labels.Labels, excludeLabels []string, alertRelabelConfigs []*relabel.Config) *Queue { - toAdd, toExclude := relabelLabels(externalLset, excludeLabels) - if logger == nil { logger = log.NewNopLogger() } @@ -87,8 +67,8 @@ func NewQueue(logger log.Logger, reg prometheus.Registerer, capacity, maxBatchSi capacity: capacity, morec: make(chan struct{}, 1), maxBatchSize: maxBatchSize, - toAddLset: toAdd, - toExcludeLabels: toExclude, + toAddLset: labels.NewBuilder(externalLset.Copy()).Del(excludeLabels...).Labels(), + toExcludeLabels: excludeLabels, alertRelabelConfigs: alertRelabelConfigs, dropped: promauto.With(reg).NewCounter(prometheus.CounterOpts{ @@ -172,19 +152,14 @@ func (q *Queue) Push(alerts []*notifier.Alert) { // Attach external labels, drop excluded labels and process relabeling before sending. var relabeledAlerts []*notifier.Alert + b := labels.NewBuilder(labels.EmptyLabels()) for _, a := range alerts { - lb := labels.NewBuilder(labels.Labels{}) - for _, l := range a.Labels { - if q.toExcludeLabels.Has(l.Name) { - continue - } - lb.Set(l.Name, l.Value) - } - for _, l := range q.toAddLset { - lb.Set(l.Name, l.Value) - } - - if lset, keep := relabel.Process(lb.Labels(), q.alertRelabelConfigs...); keep { + b.Reset(a.Labels.Copy()) + b.Del(q.toExcludeLabels...) + q.toAddLset.Range(func(l labels.Label) { + b.Set(l.Name, l.Value) + }) + if lset, keep := relabel.Process(b.Labels(), q.alertRelabelConfigs...); keep { a.Labels = lset relabeledAlerts = append(relabeledAlerts, a) } @@ -284,12 +259,11 @@ func NewSender( return s } -func toAPILabels(labels labels.Labels) models.LabelSet { - apiLabels := make(models.LabelSet, len(labels)) - for _, label := range labels { - apiLabels[label.Name] = label.Value - } - +func toAPILabels(lbls labels.Labels) models.LabelSet { + apiLabels := make(models.LabelSet, lbls.Len()) + lbls.Range(func(l labels.Label) { + apiLabels[l.Name] = l.Value + }) return apiLabels } diff --git a/pkg/alert/alert_test.go b/pkg/alert/alert_test.go index a2af5e1cf4..c932aeee6a 100644 --- a/pkg/alert/alert_test.go +++ b/pkg/alert/alert_test.go @@ -27,7 +27,7 @@ func TestQueue_Pop_all_Pushed(t *testing.T) { batchsize := 1 pushes := 3 - q := NewQueue(nil, nil, qcapacity, batchsize, nil, nil, nil) + q := NewQueue(nil, nil, qcapacity, batchsize, labels.EmptyLabels(), nil, nil) for i := 0; i < pushes; i++ { q.Push([]*notifier.Alert{ {}, @@ -92,7 +92,7 @@ func TestQueue_Push_Relabelled_Alerts(t *testing.T) { } func TestQueue_Push_RelabelDropAlerts(t *testing.T) { - q := NewQueue(nil, nil, 10, 10, nil, nil, + q := NewQueue(nil, nil, 10, 10, labels.EmptyLabels(), nil, []*relabel.Config{ { SourceLabels: model.LabelNames{"a"}, diff --git a/pkg/alert/config.go b/pkg/alert/config.go index 67613870d9..8ad54dac89 100644 --- a/pkg/alert/config.go +++ b/pkg/alert/config.go @@ -15,8 +15,8 @@ import ( "github.com/prometheus/prometheus/model/relabel" "gopkg.in/yaml.v2" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/discovery/dns" - "github.com/thanos-io/thanos/pkg/httpconfig" ) type AlertingConfig struct { @@ -25,10 +25,10 @@ type AlertingConfig struct { // AlertmanagerConfig represents a client to a cluster of Alertmanager endpoints. type AlertmanagerConfig struct { - HTTPClientConfig httpconfig.ClientConfig `yaml:"http_config"` - EndpointsConfig httpconfig.EndpointsConfig `yaml:",inline"` - Timeout model.Duration `yaml:"timeout"` - APIVersion APIVersion `yaml:"api_version"` + HTTPClientConfig clientconfig.HTTPClientConfig `yaml:"http_config"` + EndpointsConfig clientconfig.HTTPEndpointsConfig `yaml:",inline"` + Timeout model.Duration `yaml:"timeout"` + APIVersion APIVersion `yaml:"api_version"` } // APIVersion represents the API version of the Alertmanager endpoint. @@ -61,13 +61,13 @@ func (v *APIVersion) UnmarshalYAML(unmarshal func(interface{}) error) error { func DefaultAlertmanagerConfig() AlertmanagerConfig { return AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ Scheme: "http", StaticAddresses: []string{}, - FileSDConfigs: []httpconfig.FileSDConfig{}, + FileSDConfigs: []clientconfig.HTTPFileSDConfig{}, }, Timeout: model.Duration(time.Second * 10), - APIVersion: APIv1, + APIVersion: APIv2, } } @@ -119,7 +119,7 @@ func BuildAlertmanagerConfig(address string, timeout time.Duration) (Alertmanage break } } - var basicAuth httpconfig.BasicAuth + var basicAuth clientconfig.BasicAuth if parsed.User != nil && parsed.User.String() != "" { basicAuth.Username = parsed.User.Username() pw, _ := parsed.User.Password() @@ -127,16 +127,16 @@ func BuildAlertmanagerConfig(address string, timeout time.Duration) (Alertmanage } return AlertmanagerConfig{ - HTTPClientConfig: httpconfig.ClientConfig{ + HTTPClientConfig: clientconfig.HTTPClientConfig{ BasicAuth: basicAuth, }, - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ PathPrefix: parsed.Path, Scheme: scheme, StaticAddresses: []string{host}, }, Timeout: model.Duration(timeout), - APIVersion: APIv1, + APIVersion: APIv2, }, nil } diff --git a/pkg/alert/config_test.go b/pkg/alert/config_test.go index 73abb0d9b9..5df9b88f06 100644 --- a/pkg/alert/config_test.go +++ b/pkg/alert/config_test.go @@ -10,7 +10,7 @@ import ( "gopkg.in/yaml.v2" "github.com/efficientgo/core/testutil" - "github.com/thanos-io/thanos/pkg/httpconfig" + "github.com/thanos-io/thanos/pkg/clientconfig" ) func TestUnmarshalAPIVersion(t *testing.T) { @@ -54,78 +54,78 @@ func TestBuildAlertmanagerConfiguration(t *testing.T) { { address: "http://localhost:9093", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"localhost:9093"}, Scheme: "http", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "https://am.example.com", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"am.example.com"}, Scheme: "https", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "dns+http://localhost:9093", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"dns+localhost:9093"}, Scheme: "http", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "dnssrv+http://localhost", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"dnssrv+localhost"}, Scheme: "http", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "ssh+http://localhost", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"localhost"}, Scheme: "ssh+http", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "dns+https://localhost/path/prefix/", expected: AlertmanagerConfig{ - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"dns+localhost:9093"}, Scheme: "https", PathPrefix: "/path/prefix/", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { address: "http://user:pass@localhost:9093", expected: AlertmanagerConfig{ - HTTPClientConfig: httpconfig.ClientConfig{ - BasicAuth: httpconfig.BasicAuth{ + HTTPClientConfig: clientconfig.HTTPClientConfig{ + BasicAuth: clientconfig.BasicAuth{ Username: "user", Password: "pass", }, }, - EndpointsConfig: httpconfig.EndpointsConfig{ + EndpointsConfig: clientconfig.HTTPEndpointsConfig{ StaticAddresses: []string{"localhost:9093"}, Scheme: "http", }, - APIVersion: APIv1, + APIVersion: APIv2, }, }, { diff --git a/pkg/api/api.go b/pkg/api/api.go index 3b5470f072..13b690cbe0 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -20,20 +20,21 @@ package api import ( - "encoding/json" "fmt" "net/http" "os" "runtime" "time" - "github.com/NYTimes/gziphandler" "github.com/go-kit/log" "github.com/go-kit/log/level" + jsoniter "github.com/json-iterator/go" + "github.com/klauspost/compress/gzhttp" "github.com/opentracing/opentracing-go" "github.com/prometheus/common/route" "github.com/prometheus/common/version" + "github.com/thanos-io/thanos/pkg/extannotations" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/server/http/middleware" @@ -65,6 +66,11 @@ var corsHeaders = map[string]string{ "Access-Control-Expose-Headers": "Date", } +var ( + // Let suse the same json codec used by upstream prometheus. + json = jsoniter.ConfigCompatibleWithStandardLibrary +) + // ThanosVersion contains build information about Thanos. type ThanosVersion struct { Version string `json:"version"` @@ -220,10 +226,10 @@ func GetInstr( } }) - return tracing.HTTPMiddleware(tracer, name, logger, - ins.NewHandler(name, - gziphandler.GzipHandler( - middleware.RequestID( + return middleware.RequestID( + tracing.HTTPMiddleware(tracer, name, logger, + ins.NewHandler(name, + gzhttp.GzipHandler( logMiddleware.HTTPMiddleware(name, hf), ), ), @@ -233,9 +239,19 @@ func GetInstr( return instr } +func shouldNotCacheBecauseOfWarnings(warnings []error) bool { + for _, w := range warnings { + // PromQL warnings should not prevent caching + if !extannotations.IsPromQLAnnotation(w.Error()) { + return true + } + } + return false +} + func Respond(w http.ResponseWriter, data interface{}, warnings []error) { w.Header().Set("Content-Type", "application/json") - if len(warnings) > 0 { + if shouldNotCacheBecauseOfWarnings(warnings) { w.Header().Set("Cache-Control", "no-store") } w.WriteHeader(http.StatusOK) diff --git a/pkg/api/api_test.go b/pkg/api/api_test.go index 88c9a30772..fc9dd4bf2f 100644 --- a/pkg/api/api_test.go +++ b/pkg/api/api_test.go @@ -17,7 +17,6 @@ package api import ( - "encoding/json" "io" "net/http" "net/http/httptest" @@ -28,12 +27,48 @@ import ( "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/common/route" + "github.com/prometheus/prometheus/promql" + "github.com/prometheus/prometheus/promql/parser" + promApiV1 "github.com/prometheus/prometheus/web/api/v1" "github.com/efficientgo/core/testutil" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" "github.com/thanos-io/thanos/pkg/logging" ) +func TestMarshallMatrixNull(t *testing.T) { + var m promql.Matrix + result := response{ + Status: StatusSuccess, + Data: promApiV1.QueryData{ + ResultType: parser.ValueTypeMatrix, + Result: m, // null + }, + } + + b1, err := json.Marshal(result) + if err != nil { + t.Fatalf("Error marshaling response body: %s", err) + } + + exp := response{ + Status: StatusSuccess, + Data: promApiV1.QueryData{ + ResultType: parser.ValueTypeMatrix, + Result: promql.Matrix{}, + }, + } + + b2, err := json.Marshal(exp) + if err != nil { + t.Fatalf("Error marshaling response body: %s", err) + } + + if !reflect.DeepEqual(b1, b2) { + t.Fatalf("Expected response \n%v\n but got \n%v\n", string(b1), string(b2)) + } +} + func TestRespondSuccess(t *testing.T) { s := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { Respond(w, "test", nil) diff --git a/pkg/api/blocks/v1.go b/pkg/api/blocks/v1.go index 515c4623f7..91c05d8548 100644 --- a/pkg/api/blocks/v1.go +++ b/pkg/api/blocks/v1.go @@ -5,6 +5,7 @@ package v1 import ( "net/http" + "sync" "time" "github.com/go-kit/log" @@ -29,8 +30,11 @@ type BlocksAPI struct { logger log.Logger globalBlocksInfo *BlocksInfo loadedBlocksInfo *BlocksInfo - disableCORS bool - bkt objstore.Bucket + + globalLock, loadedLock sync.Mutex + disableCORS bool + bkt objstore.Bucket + disableAdminOperations bool } type BlocksInfo struct { @@ -61,6 +65,7 @@ func parse(s string) ActionType { // NewBlocksAPI creates a simple API to be used by Thanos Block Viewer. func NewBlocksAPI(logger log.Logger, disableCORS bool, label string, flagsMap map[string]string, bkt objstore.Bucket) *BlocksAPI { + disableAdminOperations := flagsMap["disable-admin-operations"] == "true" return &BlocksAPI{ baseAPI: api.NewBaseAPI(logger, disableCORS, flagsMap), logger: logger, @@ -72,8 +77,9 @@ func NewBlocksAPI(logger log.Logger, disableCORS bool, label string, flagsMap ma Blocks: []metadata.Meta{}, Label: label, }, - disableCORS: disableCORS, - bkt: bkt, + disableCORS: disableCORS, + bkt: bkt, + disableAdminOperations: disableAdminOperations, } } @@ -87,6 +93,9 @@ func (bapi *BlocksAPI) Register(r *route.Router, tracer opentracing.Tracer, logg } func (bapi *BlocksAPI) markBlock(r *http.Request) (interface{}, []error, *api.ApiError, func()) { + if bapi.disableAdminOperations { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: errors.New("Admin operations are disabled")}, func() {} + } idParam := r.FormValue("id") actionParam := r.FormValue("action") detailParam := r.FormValue("detail") @@ -125,8 +134,15 @@ func (bapi *BlocksAPI) markBlock(r *http.Request) (interface{}, []error, *api.Ap func (bapi *BlocksAPI) blocks(r *http.Request) (interface{}, []error, *api.ApiError, func()) { viewParam := r.URL.Query().Get("view") if viewParam == "loaded" { + bapi.loadedLock.Lock() + defer bapi.loadedLock.Unlock() + return bapi.loadedBlocksInfo, nil, nil, func() {} } + + bapi.globalLock.Lock() + defer bapi.globalLock.Unlock() + return bapi.globalBlocksInfo, nil, nil, func() {} } @@ -145,10 +161,16 @@ func (b *BlocksInfo) set(blocks []metadata.Meta, err error) { // SetGlobal updates the global blocks' metadata in the API. func (bapi *BlocksAPI) SetGlobal(blocks []metadata.Meta, err error) { + bapi.globalLock.Lock() + defer bapi.globalLock.Unlock() + bapi.globalBlocksInfo.set(blocks, err) } // SetLoaded updates the local blocks' metadata in the API. func (bapi *BlocksAPI) SetLoaded(blocks []metadata.Meta, err error) { + bapi.loadedLock.Lock() + defer bapi.loadedLock.Unlock() + bapi.loadedBlocksInfo.set(blocks, err) } diff --git a/pkg/api/blocks/v1_test.go b/pkg/api/blocks/v1_test.go index 0899c3e5bb..49e7ef0681 100644 --- a/pkg/api/blocks/v1_test.go +++ b/pkg/api/blocks/v1_test.go @@ -99,12 +99,12 @@ func TestMarkBlockEndpoint(t *testing.T) { // create block b1, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + labels.FromStrings("a", "3"), + labels.FromStrings("a", "4"), + labels.FromStrings("b", "1"), + }, 100, 0, 1000, labels.FromStrings("ext1", "val1"), 124, metadata.NoneFunc) testutil.Ok(t, err) // upload block diff --git a/pkg/api/query/grpc.go b/pkg/api/query/grpc.go index ae555439ca..093457dd06 100644 --- a/pkg/api/query/grpc.go +++ b/pkg/api/query/grpc.go @@ -8,7 +8,9 @@ import ( "time" "github.com/prometheus/prometheus/promql" - v1 "github.com/prometheus/prometheus/web/api/v1" + "github.com/prometheus/prometheus/storage" + "github.com/thanos-io/promql-engine/engine" + "github.com/thanos-io/promql-engine/logicalplan" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" @@ -17,13 +19,14 @@ import ( "github.com/thanos-io/thanos/pkg/query" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + "github.com/thanos-io/thanos/pkg/tracing" ) type GRPCAPI struct { now func() time.Time replicaLabels []string queryableCreate query.QueryableCreator - engineFactory QueryEngineFactory + engineFactory *QueryEngineFactory defaultEngine querypb.EngineType lookbackDeltaCreate func(int64) time.Duration defaultMaxResolutionSeconds time.Duration @@ -33,7 +36,7 @@ func NewGRPCAPI( now func() time.Time, replicaLabels []string, creator query.QueryableCreator, - engineFactory QueryEngineFactory, + engineFactory *QueryEngineFactory, defaultEngine querypb.EngineType, lookbackDeltaCreate func(int64) time.Duration, defaultMaxResolutionSeconds time.Duration, @@ -57,12 +60,6 @@ func RegisterQueryServer(queryServer querypb.QueryServer) func(*grpc.Server) { func (g *GRPCAPI) Query(request *querypb.QueryRequest, server querypb.Query_QueryServer) error { ctx := server.Context() - var ts time.Time - if request.TimeSeconds == 0 { - ts = g.now() - } else { - ts = time.Unix(request.TimeSeconds, 0) - } if request.TimeoutSeconds != 0 { var cancel context.CancelFunc @@ -76,11 +73,6 @@ func (g *GRPCAPI) Query(request *querypb.QueryRequest, server querypb.Query_Quer maxResolution = g.defaultMaxResolutionSeconds.Milliseconds() / 1000 } - lookbackDelta := g.lookbackDeltaCreate(maxResolution * 1000) - if request.LookbackDeltaSeconds > 0 { - lookbackDelta = time.Duration(request.LookbackDeltaSeconds) * time.Second - } - storeMatchers, err := querypb.StoreMatchersToLabelMatchers(request.StoreMatchers) if err != nil { return err @@ -97,39 +89,31 @@ func (g *GRPCAPI) Query(request *querypb.QueryRequest, server querypb.Query_Quer storeMatchers, maxResolution, request.EnablePartialResponse, - request.EnableQueryPushdown, false, request.ShardInfo, query.NoopSeriesStatsReporter, ) - var engine v1.QueryEngine - engineParam := request.Engine - if engineParam == querypb.EngineType_default { - engineParam = g.defaultEngine - } - - switch engineParam { - case querypb.EngineType_prometheus: - engine = g.engineFactory.GetPrometheusEngine() - case querypb.EngineType_thanos: - engine = g.engineFactory.GetThanosEngine() - default: - return status.Error(codes.InvalidArgument, "invalid engine parameter") - } - qry, err := engine.NewInstantQuery(queryable, &promql.QueryOpts{LookbackDelta: lookbackDelta}, request.Query, ts) - if err != nil { + var qry promql.Query + if err := tracing.DoInSpanWithErr(ctx, "instant_query_create", func(ctx context.Context) error { + var err error + qry, err = g.getQueryForEngine(ctx, request, queryable, maxResolution) + return err + }); err != nil { return err } defer qry.Close() - result := qry.Exec(ctx) + var result *promql.Result + tracing.DoInSpan(ctx, "range_query_exec", func(ctx context.Context) { + result = qry.Exec(ctx) + }) if result.Err != nil { return status.Error(codes.Aborted, result.Err.Error()) } if len(result.Warnings) != 0 { - if err := server.Send(querypb.NewQueryWarningsResponse(result.Warnings...)); err != nil { + if err := server.Send(querypb.NewQueryWarningsResponse(result.Warnings.AsErrors()...)); err != nil { return err } } @@ -154,12 +138,47 @@ func (g *GRPCAPI) Query(request *querypb.QueryRequest, server querypb.Query_Quer return err } } - return nil + } + if err := server.Send(querypb.NewQueryStatsResponse(extractQueryStats(qry))); err != nil { + return err } return nil } +func (g *GRPCAPI) getQueryForEngine(ctx context.Context, request *querypb.QueryRequest, queryable storage.Queryable, maxResolution int64) (promql.Query, error) { + lookbackDelta := g.lookbackDeltaCreate(maxResolution * 1000) + if request.LookbackDeltaSeconds > 0 { + lookbackDelta = time.Duration(request.LookbackDeltaSeconds) * time.Second + } + engineParam := request.Engine + if engineParam == querypb.EngineType_default { + engineParam = g.defaultEngine + } + + var ts time.Time + if request.TimeSeconds == 0 { + ts = g.now() + } else { + ts = time.Unix(request.TimeSeconds, 0) + } + switch engineParam { + case querypb.EngineType_prometheus: + queryEngine := g.engineFactory.GetPrometheusEngine() + return queryEngine.NewInstantQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), request.Query, ts) + case querypb.EngineType_thanos: + queryEngine := g.engineFactory.GetThanosEngine() + plan, err := logicalplan.Unmarshal(request.QueryPlan.GetJson()) + if err != nil { + return queryEngine.NewInstantQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), request.Query, ts) + } + + return queryEngine.NewInstantQueryFromPlan(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), plan, ts) + default: + return nil, status.Error(codes.InvalidArgument, "invalid engine parameter") + } +} + func (g *GRPCAPI) QueryRange(request *querypb.QueryRangeRequest, srv querypb.Query_QueryRangeServer) error { ctx := srv.Context() if request.TimeoutSeconds != 0 { @@ -174,11 +193,6 @@ func (g *GRPCAPI) QueryRange(request *querypb.QueryRangeRequest, srv querypb.Que maxResolution = g.defaultMaxResolutionSeconds.Milliseconds() / 1000 } - lookbackDelta := g.lookbackDeltaCreate(maxResolution * 1000) - if request.LookbackDeltaSeconds > 0 { - lookbackDelta = time.Duration(request.LookbackDeltaSeconds) * time.Second - } - storeMatchers, err := querypb.StoreMatchersToLabelMatchers(request.StoreMatchers) if err != nil { return err @@ -195,43 +209,31 @@ func (g *GRPCAPI) QueryRange(request *querypb.QueryRangeRequest, srv querypb.Que storeMatchers, maxResolution, request.EnablePartialResponse, - request.EnableQueryPushdown, false, request.ShardInfo, query.NoopSeriesStatsReporter, ) - startTime := time.Unix(request.StartTimeSeconds, 0) - endTime := time.Unix(request.EndTimeSeconds, 0) - interval := time.Duration(request.IntervalSeconds) * time.Second - - var engine v1.QueryEngine - engineParam := request.Engine - if engineParam == querypb.EngineType_default { - engineParam = g.defaultEngine - } - - switch engineParam { - case querypb.EngineType_prometheus: - engine = g.engineFactory.GetPrometheusEngine() - case querypb.EngineType_thanos: - engine = g.engineFactory.GetThanosEngine() - default: - return status.Error(codes.InvalidArgument, "invalid engine parameter") - } - qry, err := engine.NewRangeQuery(queryable, &promql.QueryOpts{LookbackDelta: lookbackDelta}, request.Query, startTime, endTime, interval) - if err != nil { + var qry promql.Query + if err := tracing.DoInSpanWithErr(ctx, "range_query_create", func(ctx context.Context) error { + var err error + qry, err = g.getRangeQueryForEngine(ctx, request, queryable) + return err + }); err != nil { return err } defer qry.Close() - result := qry.Exec(ctx) + var result *promql.Result + tracing.DoInSpan(ctx, "range_query_exec", func(ctx context.Context) { + result = qry.Exec(ctx) + }) if result.Err != nil { return status.Error(codes.Aborted, result.Err.Error()) } if len(result.Warnings) != 0 { - if err := srv.Send(querypb.NewQueryRangeWarningsResponse(result.Warnings...)); err != nil { + if err := srv.Send(querypb.NewQueryRangeWarningsResponse(result.Warnings.AsErrors()...)); err != nil { return err } } @@ -261,13 +263,70 @@ func (g *GRPCAPI) QueryRange(request *querypb.QueryRangeRequest, srv querypb.Que return err } } - return nil case promql.Scalar: series := &prompb.TimeSeries{ Samples: []prompb.Sample{{Value: value.V, Timestamp: value.T}}, } - return srv.Send(querypb.NewQueryRangeResponse(series)) + if err := srv.Send(querypb.NewQueryRangeResponse(series)); err != nil { + return err + } + } + if err := srv.Send(querypb.NewQueryRangeStatsResponse(extractQueryStats(qry))); err != nil { + return err } return nil } + +func extractQueryStats(qry promql.Query) *querypb.QueryStats { + stats := &querypb.QueryStats{ + SamplesTotal: 0, + PeakSamples: 0, + } + if explQry, ok := qry.(engine.ExplainableQuery); ok { + analyze := explQry.Analyze() + stats.SamplesTotal = analyze.TotalSamples() + stats.PeakSamples = analyze.PeakSamples() + } + + return stats +} + +func (g *GRPCAPI) getRangeQueryForEngine( + ctx context.Context, + request *querypb.QueryRangeRequest, + queryable storage.Queryable, +) (promql.Query, error) { + startTime := time.Unix(request.StartTimeSeconds, 0) + endTime := time.Unix(request.EndTimeSeconds, 0) + interval := time.Duration(request.IntervalSeconds) * time.Second + + engineParam := request.Engine + if engineParam == querypb.EngineType_default { + engineParam = g.defaultEngine + } + + maxResolution := request.MaxResolutionSeconds + if request.MaxResolutionSeconds == 0 { + maxResolution = g.defaultMaxResolutionSeconds.Milliseconds() / 1000 + } + lookbackDelta := g.lookbackDeltaCreate(maxResolution * 1000) + if request.LookbackDeltaSeconds > 0 { + lookbackDelta = time.Duration(request.LookbackDeltaSeconds) * time.Second + } + + switch engineParam { + case querypb.EngineType_prometheus: + queryEngine := g.engineFactory.GetPrometheusEngine() + return queryEngine.NewRangeQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), request.Query, startTime, endTime, interval) + case querypb.EngineType_thanos: + thanosEngine := g.engineFactory.GetThanosEngine() + plan, err := logicalplan.Unmarshal(request.QueryPlan.GetJson()) + if err != nil { + return thanosEngine.NewRangeQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), request.Query, startTime, endTime, interval) + } + return thanosEngine.NewRangeQueryFromPlan(ctx, queryable, promql.NewPrometheusQueryOpts(false, lookbackDelta), plan, startTime, endTime, interval) + default: + return nil, status.Error(codes.InvalidArgument, "invalid engine parameter") + } +} diff --git a/pkg/api/query/grpc_test.go b/pkg/api/query/grpc_test.go index d0cdea264b..f1be2a5489 100644 --- a/pkg/api/query/grpc_test.go +++ b/pkg/api/query/grpc_test.go @@ -14,14 +14,63 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/storage" - v1 "github.com/prometheus/prometheus/web/api/v1" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/promql-engine/logicalplan" + equery "github.com/thanos-io/promql-engine/query" "github.com/thanos-io/thanos/pkg/api/query/querypb" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/query" "github.com/thanos-io/thanos/pkg/store" ) +func TestGRPCQueryAPIWithQueryPlan(t *testing.T) { + logger := log.NewNopLogger() + reg := prometheus.NewRegistry() + proxy := store.NewProxyStore(logger, reg, func() []store.Client { return nil }, component.Store, nil, 1*time.Minute, store.LazyRetrieval) + queryableCreator := query.NewQueryableCreator(logger, reg, proxy, 1, 1*time.Minute) + lookbackDeltaFunc := func(i int64) time.Duration { return 5 * time.Minute } + engineFactory := &QueryEngineFactory{ + thanosEngine: &engineStub{}, + } + api := NewGRPCAPI(time.Now, nil, queryableCreator, engineFactory, querypb.EngineType_thanos, lookbackDeltaFunc, 0) + + expr, err := extpromql.ParseExpr("metric") + testutil.Ok(t, err) + lplan := logicalplan.NewFromAST(expr, &equery.Options{}, logicalplan.PlanOptions{}) + testutil.Ok(t, err) + // Create a mock query plan. + planBytes, err := logicalplan.Marshal(lplan.Root()) + testutil.Ok(t, err) + + rangeRequest := &querypb.QueryRangeRequest{ + Query: "metric", + StartTimeSeconds: 0, + IntervalSeconds: 10, + EndTimeSeconds: 300, + QueryPlan: &querypb.QueryPlan{Encoding: &querypb.QueryPlan_Json{Json: planBytes}}, + } + + srv := newQueryRangeServer(context.Background()) + err = api.QueryRange(rangeRequest, srv) + testutil.Ok(t, err) + + // must also handle without query plan. + rangeRequest.QueryPlan = nil + err = api.QueryRange(rangeRequest, srv) + testutil.Ok(t, err) + + instantRequest := &querypb.QueryRequest{ + Query: "metric", + TimeoutSeconds: 60, + QueryPlan: &querypb.QueryPlan{Encoding: &querypb.QueryPlan_Json{Json: planBytes}}, + } + instSrv := newQueryServer(context.Background()) + err = api.Query(instantRequest, instSrv) + testutil.Ok(t, err) +} + func TestGRPCQueryAPIErrorHandling(t *testing.T) { logger := log.NewNopLogger() reg := prometheus.NewRegistry() @@ -41,13 +90,13 @@ func TestGRPCQueryAPIErrorHandling(t *testing.T) { { name: "error response", engine: &engineStub{ - warns: []error{errors.New("warn stub")}, + warns: annotations.New().Add(errors.New("warn stub")), }, }, } for _, test := range tests { - engineFactory := QueryEngineFactory{ + engineFactory := &QueryEngineFactory{ prometheusEngine: test.engine, } api := NewGRPCAPI(time.Now, nil, queryableCreator, engineFactory, querypb.EngineType_prometheus, lookbackDeltaFunc, 0) @@ -68,7 +117,9 @@ func TestGRPCQueryAPIErrorHandling(t *testing.T) { if len(test.engine.warns) > 0 { testutil.Ok(t, err) for i, resp := range srv.responses { - testutil.Equals(t, test.engine.warns[i].Error(), resp.GetWarnings()) + if resp.GetWarnings() != "" { + testutil.Equals(t, test.engine.warns.AsErrors()[i].Error(), resp.GetWarnings()) + } } } }) @@ -87,7 +138,9 @@ func TestGRPCQueryAPIErrorHandling(t *testing.T) { if len(test.engine.warns) > 0 { testutil.Ok(t, err) for i, resp := range srv.responses { - testutil.Equals(t, test.engine.warns[i].Error(), resp.GetWarnings()) + if resp.GetWarnings() != "" { + testutil.Equals(t, test.engine.warns.AsErrors()[i].Error(), resp.GetWarnings()) + } } } }) @@ -95,23 +148,31 @@ func TestGRPCQueryAPIErrorHandling(t *testing.T) { } type engineStub struct { - v1.QueryEngine + promql.QueryEngine err error - warns []error + warns annotations.Annotations +} + +func (e engineStub) NewInstantQuery(_ context.Context, q storage.Queryable, opts promql.QueryOpts, qs string, ts time.Time) (promql.Query, error) { + return &queryStub{err: e.err, warns: e.warns}, nil +} + +func (e engineStub) NewRangeQuery(_ context.Context, q storage.Queryable, opts promql.QueryOpts, qs string, start, end time.Time, interval time.Duration) (promql.Query, error) { + return &queryStub{err: e.err, warns: e.warns}, nil } -func (e engineStub) NewInstantQuery(q storage.Queryable, opts *promql.QueryOpts, qs string, ts time.Time) (promql.Query, error) { +func (e engineStub) NewInstantQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, plan logicalplan.Node, ts time.Time) (promql.Query, error) { return &queryStub{err: e.err, warns: e.warns}, nil } -func (e engineStub) NewRangeQuery(q storage.Queryable, opts *promql.QueryOpts, qs string, start, end time.Time, interval time.Duration) (promql.Query, error) { +func (e engineStub) NewRangeQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, root logicalplan.Node, start, end time.Time, step time.Duration) (promql.Query, error) { return &queryStub{err: e.err, warns: e.warns}, nil } type queryStub struct { promql.Query err error - warns []error + warns annotations.Annotations } func (q queryStub) Close() {} diff --git a/pkg/api/query/querypb/plan.go b/pkg/api/query/querypb/plan.go new file mode 100644 index 0000000000..8f025ce4b7 --- /dev/null +++ b/pkg/api/query/querypb/plan.go @@ -0,0 +1,25 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package querypb + +import ( + "github.com/pkg/errors" + "github.com/thanos-io/promql-engine/api" + "github.com/thanos-io/promql-engine/logicalplan" +) + +func NewJSONEncodedPlan(plan api.RemoteQuery) (*QueryPlan, error) { + node, ok := plan.(logicalplan.Node) + if !ok { + return nil, errors.New("plan is not a logicalplan.Node") + } + bytes, err := logicalplan.Marshal(node) + if err != nil { + return nil, err + } + + return &QueryPlan{ + Encoding: &QueryPlan_Json{Json: bytes}, + }, nil +} diff --git a/pkg/api/query/querypb/query.pb.go b/pkg/api/query/querypb/query.pb.go index bd5b5d4724..ebeec71d80 100644 --- a/pkg/api/query/querypb/query.pb.go +++ b/pkg/api/query/querypb/query.pb.go @@ -58,8 +58,47 @@ func (EngineType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_4b2aba43925d729f, []int{0} } +type QueryStats struct { + SamplesTotal int64 `protobuf:"varint,1,opt,name=samples_total,json=samplesTotal,proto3" json:"samples_total,omitempty"` + PeakSamples int64 `protobuf:"varint,2,opt,name=peak_samples,json=peakSamples,proto3" json:"peak_samples,omitempty"` +} + +func (m *QueryStats) Reset() { *m = QueryStats{} } +func (m *QueryStats) String() string { return proto.CompactTextString(m) } +func (*QueryStats) ProtoMessage() {} +func (*QueryStats) Descriptor() ([]byte, []int) { + return fileDescriptor_4b2aba43925d729f, []int{0} +} +func (m *QueryStats) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *QueryStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_QueryStats.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *QueryStats) XXX_Merge(src proto.Message) { + xxx_messageInfo_QueryStats.Merge(m, src) +} +func (m *QueryStats) XXX_Size() int { + return m.Size() +} +func (m *QueryStats) XXX_DiscardUnknown() { + xxx_messageInfo_QueryStats.DiscardUnknown(m) +} + +var xxx_messageInfo_QueryStats proto.InternalMessageInfo + type QueryRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` + QueryPlan *QueryPlan `protobuf:"bytes,14,opt,name=queryPlan,proto3" json:"queryPlan,omitempty"` TimeSeconds int64 `protobuf:"varint,2,opt,name=time_seconds,json=timeSeconds,proto3" json:"time_seconds,omitempty"` TimeoutSeconds int64 `protobuf:"varint,3,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"` MaxResolutionSeconds int64 `protobuf:"varint,4,opt,name=max_resolution_seconds,json=maxResolutionSeconds,proto3" json:"max_resolution_seconds,omitempty"` @@ -67,7 +106,6 @@ type QueryRequest struct { StoreMatchers []StoreMatchers `protobuf:"bytes,6,rep,name=storeMatchers,proto3" json:"storeMatchers"` EnableDedup bool `protobuf:"varint,7,opt,name=enableDedup,proto3" json:"enableDedup,omitempty"` EnablePartialResponse bool `protobuf:"varint,8,opt,name=enablePartialResponse,proto3" json:"enablePartialResponse,omitempty"` - EnableQueryPushdown bool `protobuf:"varint,9,opt,name=enableQueryPushdown,proto3" json:"enableQueryPushdown,omitempty"` SkipChunks bool `protobuf:"varint,10,opt,name=skipChunks,proto3" json:"skipChunks,omitempty"` ShardInfo *storepb.ShardInfo `protobuf:"bytes,11,opt,name=shard_info,json=shardInfo,proto3" json:"shard_info,omitempty"` LookbackDeltaSeconds int64 `protobuf:"varint,12,opt,name=lookback_delta_seconds,json=lookbackDeltaSeconds,proto3" json:"lookback_delta_seconds,omitempty"` @@ -78,7 +116,7 @@ func (m *QueryRequest) Reset() { *m = QueryRequest{} } func (m *QueryRequest) String() string { return proto.CompactTextString(m) } func (*QueryRequest) ProtoMessage() {} func (*QueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4b2aba43925d729f, []int{0} + return fileDescriptor_4b2aba43925d729f, []int{1} } func (m *QueryRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -115,7 +153,7 @@ func (m *StoreMatchers) Reset() { *m = StoreMatchers{} } func (m *StoreMatchers) String() string { return proto.CompactTextString(m) } func (*StoreMatchers) ProtoMessage() {} func (*StoreMatchers) Descriptor() ([]byte, []int) { - return fileDescriptor_4b2aba43925d729f, []int{1} + return fileDescriptor_4b2aba43925d729f, []int{2} } func (m *StoreMatchers) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -148,6 +186,7 @@ type QueryResponse struct { // Types that are valid to be assigned to Result: // *QueryResponse_Warnings // *QueryResponse_Timeseries + // *QueryResponse_Stats Result isQueryResponse_Result `protobuf_oneof:"result"` } @@ -155,7 +194,7 @@ func (m *QueryResponse) Reset() { *m = QueryResponse{} } func (m *QueryResponse) String() string { return proto.CompactTextString(m) } func (*QueryResponse) ProtoMessage() {} func (*QueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4b2aba43925d729f, []int{2} + return fileDescriptor_4b2aba43925d729f, []int{3} } func (m *QueryResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -196,9 +235,13 @@ type QueryResponse_Warnings struct { type QueryResponse_Timeseries struct { Timeseries *prompb.TimeSeries `protobuf:"bytes,2,opt,name=timeseries,proto3,oneof" json:"timeseries,omitempty"` } +type QueryResponse_Stats struct { + Stats *QueryStats `protobuf:"bytes,3,opt,name=stats,proto3,oneof" json:"stats,omitempty"` +} func (*QueryResponse_Warnings) isQueryResponse_Result() {} func (*QueryResponse_Timeseries) isQueryResponse_Result() {} +func (*QueryResponse_Stats) isQueryResponse_Result() {} func (m *QueryResponse) GetResult() isQueryResponse_Result { if m != nil { @@ -221,16 +264,97 @@ func (m *QueryResponse) GetTimeseries() *prompb.TimeSeries { return nil } +func (m *QueryResponse) GetStats() *QueryStats { + if x, ok := m.GetResult().(*QueryResponse_Stats); ok { + return x.Stats + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*QueryResponse) XXX_OneofWrappers() []interface{} { return []interface{}{ (*QueryResponse_Warnings)(nil), (*QueryResponse_Timeseries)(nil), + (*QueryResponse_Stats)(nil), + } +} + +type QueryPlan struct { + // Types that are valid to be assigned to Encoding: + // *QueryPlan_Json + Encoding isQueryPlan_Encoding `protobuf_oneof:"encoding"` +} + +func (m *QueryPlan) Reset() { *m = QueryPlan{} } +func (m *QueryPlan) String() string { return proto.CompactTextString(m) } +func (*QueryPlan) ProtoMessage() {} +func (*QueryPlan) Descriptor() ([]byte, []int) { + return fileDescriptor_4b2aba43925d729f, []int{4} +} +func (m *QueryPlan) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *QueryPlan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_QueryPlan.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *QueryPlan) XXX_Merge(src proto.Message) { + xxx_messageInfo_QueryPlan.Merge(m, src) +} +func (m *QueryPlan) XXX_Size() int { + return m.Size() +} +func (m *QueryPlan) XXX_DiscardUnknown() { + xxx_messageInfo_QueryPlan.DiscardUnknown(m) +} + +var xxx_messageInfo_QueryPlan proto.InternalMessageInfo + +type isQueryPlan_Encoding interface { + isQueryPlan_Encoding() + MarshalTo([]byte) (int, error) + Size() int +} + +type QueryPlan_Json struct { + Json []byte `protobuf:"bytes,1,opt,name=json,proto3,oneof" json:"json,omitempty"` +} + +func (*QueryPlan_Json) isQueryPlan_Encoding() {} + +func (m *QueryPlan) GetEncoding() isQueryPlan_Encoding { + if m != nil { + return m.Encoding + } + return nil +} + +func (m *QueryPlan) GetJson() []byte { + if x, ok := m.GetEncoding().(*QueryPlan_Json); ok { + return x.Json + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*QueryPlan) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*QueryPlan_Json)(nil), } } type QueryRangeRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` + QueryPlan *QueryPlan `protobuf:"bytes,16,opt,name=queryPlan,proto3" json:"queryPlan,omitempty"` StartTimeSeconds int64 `protobuf:"varint,2,opt,name=start_time_seconds,json=startTimeSeconds,proto3" json:"start_time_seconds,omitempty"` EndTimeSeconds int64 `protobuf:"varint,3,opt,name=end_time_seconds,json=endTimeSeconds,proto3" json:"end_time_seconds,omitempty"` IntervalSeconds int64 `protobuf:"varint,4,opt,name=interval_seconds,json=intervalSeconds,proto3" json:"interval_seconds,omitempty"` @@ -240,7 +364,6 @@ type QueryRangeRequest struct { StoreMatchers []StoreMatchers `protobuf:"bytes,8,rep,name=storeMatchers,proto3" json:"storeMatchers"` EnableDedup bool `protobuf:"varint,9,opt,name=enableDedup,proto3" json:"enableDedup,omitempty"` EnablePartialResponse bool `protobuf:"varint,10,opt,name=enablePartialResponse,proto3" json:"enablePartialResponse,omitempty"` - EnableQueryPushdown bool `protobuf:"varint,11,opt,name=enableQueryPushdown,proto3" json:"enableQueryPushdown,omitempty"` SkipChunks bool `protobuf:"varint,12,opt,name=skipChunks,proto3" json:"skipChunks,omitempty"` ShardInfo *storepb.ShardInfo `protobuf:"bytes,13,opt,name=shard_info,json=shardInfo,proto3" json:"shard_info,omitempty"` LookbackDeltaSeconds int64 `protobuf:"varint,14,opt,name=lookback_delta_seconds,json=lookbackDeltaSeconds,proto3" json:"lookback_delta_seconds,omitempty"` @@ -251,7 +374,7 @@ func (m *QueryRangeRequest) Reset() { *m = QueryRangeRequest{} } func (m *QueryRangeRequest) String() string { return proto.CompactTextString(m) } func (*QueryRangeRequest) ProtoMessage() {} func (*QueryRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4b2aba43925d729f, []int{3} + return fileDescriptor_4b2aba43925d729f, []int{5} } func (m *QueryRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -284,6 +407,7 @@ type QueryRangeResponse struct { // Types that are valid to be assigned to Result: // *QueryRangeResponse_Warnings // *QueryRangeResponse_Timeseries + // *QueryRangeResponse_Stats Result isQueryRangeResponse_Result `protobuf_oneof:"result"` } @@ -291,7 +415,7 @@ func (m *QueryRangeResponse) Reset() { *m = QueryRangeResponse{} } func (m *QueryRangeResponse) String() string { return proto.CompactTextString(m) } func (*QueryRangeResponse) ProtoMessage() {} func (*QueryRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4b2aba43925d729f, []int{4} + return fileDescriptor_4b2aba43925d729f, []int{6} } func (m *QueryRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -332,9 +456,13 @@ type QueryRangeResponse_Warnings struct { type QueryRangeResponse_Timeseries struct { Timeseries *prompb.TimeSeries `protobuf:"bytes,2,opt,name=timeseries,proto3,oneof" json:"timeseries,omitempty"` } +type QueryRangeResponse_Stats struct { + Stats *QueryStats `protobuf:"bytes,3,opt,name=stats,proto3,oneof" json:"stats,omitempty"` +} func (*QueryRangeResponse_Warnings) isQueryRangeResponse_Result() {} func (*QueryRangeResponse_Timeseries) isQueryRangeResponse_Result() {} +func (*QueryRangeResponse_Stats) isQueryRangeResponse_Result() {} func (m *QueryRangeResponse) GetResult() isQueryRangeResponse_Result { if m != nil { @@ -357,19 +485,29 @@ func (m *QueryRangeResponse) GetTimeseries() *prompb.TimeSeries { return nil } +func (m *QueryRangeResponse) GetStats() *QueryStats { + if x, ok := m.GetResult().(*QueryRangeResponse_Stats); ok { + return x.Stats + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*QueryRangeResponse) XXX_OneofWrappers() []interface{} { return []interface{}{ (*QueryRangeResponse_Warnings)(nil), (*QueryRangeResponse_Timeseries)(nil), + (*QueryRangeResponse_Stats)(nil), } } func init() { proto.RegisterEnum("thanos.EngineType", EngineType_name, EngineType_value) + proto.RegisterType((*QueryStats)(nil), "thanos.QueryStats") proto.RegisterType((*QueryRequest)(nil), "thanos.QueryRequest") proto.RegisterType((*StoreMatchers)(nil), "thanos.StoreMatchers") proto.RegisterType((*QueryResponse)(nil), "thanos.QueryResponse") + proto.RegisterType((*QueryPlan)(nil), "thanos.queryPlan") proto.RegisterType((*QueryRangeRequest)(nil), "thanos.QueryRangeRequest") proto.RegisterType((*QueryRangeResponse)(nil), "thanos.QueryRangeResponse") } @@ -377,54 +515,60 @@ func init() { func init() { proto.RegisterFile("api/query/querypb/query.proto", fileDescriptor_4b2aba43925d729f) } var fileDescriptor_4b2aba43925d729f = []byte{ - // 752 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x4b, 0x6f, 0xeb, 0x44, - 0x14, 0xb6, 0x6f, 0x9a, 0xd7, 0x71, 0x92, 0xe6, 0x0e, 0x29, 0xf8, 0x06, 0x30, 0x26, 0x52, 0x85, - 0xa9, 0x50, 0x52, 0x85, 0xc2, 0x0e, 0x09, 0x4a, 0x2b, 0x15, 0xa9, 0x48, 0xad, 0xdb, 0x15, 0x9b, - 0x68, 0x12, 0x4f, 0x13, 0x2b, 0xce, 0x8c, 0xeb, 0x19, 0xb7, 0x8d, 0xd8, 0xb3, 0xe6, 0xbf, 0xf0, - 0x27, 0xba, 0x42, 0x5d, 0xb2, 0x42, 0xd0, 0xfe, 0x11, 0xe4, 0xf1, 0xa3, 0x76, 0x15, 0xf5, 0x41, - 0xa5, 0xbb, 0x71, 0x66, 0xbe, 0xef, 0x3b, 0xf3, 0x38, 0x73, 0xbe, 0x1c, 0xf8, 0x14, 0xfb, 0xee, - 0xe0, 0x3c, 0x24, 0xc1, 0x32, 0xfe, 0xfa, 0xe3, 0xf8, 0xb7, 0xef, 0x07, 0x4c, 0x30, 0x54, 0x11, - 0x33, 0x4c, 0x19, 0xef, 0x76, 0xa6, 0x6c, 0xca, 0x24, 0x34, 0x88, 0x46, 0x31, 0xdb, 0x7d, 0xc7, - 0x05, 0x0b, 0xc8, 0x40, 0x7e, 0xfd, 0xf1, 0x40, 0x2c, 0x7d, 0xc2, 0x13, 0xea, 0xa3, 0x22, 0x15, - 0xf8, 0x93, 0x84, 0x30, 0x8b, 0x84, 0x1f, 0xb0, 0x45, 0x31, 0xb4, 0xf7, 0xe7, 0x1a, 0x34, 0x8e, - 0xa3, 0x33, 0xd8, 0xe4, 0x3c, 0x24, 0x5c, 0xa0, 0x0e, 0x94, 0xe5, 0x99, 0x74, 0xd5, 0x54, 0xad, - 0xba, 0x1d, 0x4f, 0xd0, 0xe7, 0xd0, 0x10, 0xee, 0x82, 0x8c, 0x38, 0x99, 0x30, 0xea, 0x70, 0xfd, - 0x8d, 0xa9, 0x5a, 0x25, 0x5b, 0x8b, 0xb0, 0x93, 0x18, 0x42, 0x5f, 0xc0, 0x7a, 0x34, 0x65, 0xa1, - 0xc8, 0x54, 0x25, 0xa9, 0x6a, 0x25, 0x70, 0x2a, 0xdc, 0x81, 0x0f, 0x17, 0xf8, 0x6a, 0x14, 0x10, - 0xce, 0xbc, 0x50, 0xb8, 0x8c, 0x66, 0xfa, 0x35, 0xa9, 0xef, 0x2c, 0xf0, 0x95, 0x9d, 0x91, 0x69, - 0xd4, 0x26, 0xb4, 0x02, 0xe2, 0x7b, 0xee, 0x04, 0x8f, 0x3c, 0x3c, 0x26, 0x1e, 0xd7, 0xcb, 0x66, - 0xc9, 0xaa, 0xdb, 0xcd, 0x04, 0x3d, 0x94, 0x20, 0xfa, 0x01, 0x9a, 0xf2, 0xb6, 0x3f, 0x63, 0x31, - 0x99, 0x91, 0x80, 0xeb, 0x15, 0xb3, 0x64, 0x69, 0xc3, 0x8d, 0x7e, 0x9c, 0xdb, 0xfe, 0x49, 0x9e, - 0xdc, 0x5d, 0xbb, 0xfe, 0xfb, 0x33, 0xc5, 0x2e, 0x46, 0x20, 0x13, 0x34, 0x42, 0xf1, 0xd8, 0x23, - 0x7b, 0xc4, 0x09, 0x7d, 0xbd, 0x6a, 0xaa, 0x56, 0xcd, 0xce, 0x43, 0x68, 0x07, 0x36, 0xe2, 0xe9, - 0x11, 0x0e, 0x84, 0x8b, 0x3d, 0x9b, 0x70, 0x9f, 0x51, 0x4e, 0xf4, 0x9a, 0xd4, 0xae, 0x26, 0xd1, - 0x36, 0x7c, 0x10, 0x13, 0x32, 0xdf, 0x47, 0x21, 0x9f, 0x39, 0xec, 0x92, 0xea, 0x75, 0x19, 0xb3, - 0x8a, 0x42, 0x06, 0x00, 0x9f, 0xbb, 0xfe, 0x8f, 0xb3, 0x90, 0xce, 0xb9, 0x0e, 0x52, 0x98, 0x43, - 0xd0, 0x36, 0x00, 0x9f, 0xe1, 0xc0, 0x19, 0xb9, 0xf4, 0x8c, 0xe9, 0x9a, 0xa9, 0x5a, 0xda, 0xf0, - 0x6d, 0x76, 0xd3, 0x88, 0xf9, 0x89, 0x9e, 0x31, 0xbb, 0xce, 0xd3, 0x61, 0x94, 0x7b, 0x8f, 0xb1, - 0xf9, 0x18, 0x4f, 0xe6, 0x23, 0x87, 0x78, 0x02, 0x67, 0xb9, 0x6f, 0xc4, 0xb9, 0x4f, 0xd9, 0xbd, - 0x88, 0x4c, 0x73, 0xbf, 0x05, 0x15, 0x42, 0xa7, 0x2e, 0x25, 0x7a, 0xd3, 0x54, 0xad, 0xd6, 0x10, - 0xa5, 0x7b, 0xec, 0x4b, 0xf4, 0x74, 0xe9, 0x13, 0x3b, 0x51, 0xf4, 0x8e, 0xa1, 0x59, 0xc8, 0x31, - 0xfa, 0x1e, 0x9a, 0xf2, 0xc1, 0xb2, 0x17, 0x51, 0xe5, 0x8b, 0x74, 0xd2, 0x35, 0x0e, 0x73, 0x64, - 0xfa, 0x20, 0x85, 0x80, 0xde, 0x05, 0x34, 0x93, 0x12, 0x4d, 0x32, 0xf9, 0x09, 0xd4, 0x2e, 0x71, - 0x40, 0x5d, 0x3a, 0xe5, 0x71, 0x99, 0x1e, 0x28, 0x76, 0x86, 0xa0, 0xef, 0x00, 0xa2, 0x8a, 0xe3, - 0x24, 0x70, 0x49, 0x5c, 0xa9, 0xda, 0xf0, 0xe3, 0xa8, 0xdc, 0x17, 0x44, 0xcc, 0x48, 0xc8, 0x47, - 0x13, 0xe6, 0x2f, 0xfb, 0xa7, 0xb2, 0x74, 0x23, 0xc9, 0x81, 0x62, 0xe7, 0x02, 0x76, 0x6b, 0x50, - 0x09, 0x08, 0x0f, 0x3d, 0xd1, 0xfb, 0xa3, 0x0c, 0x6f, 0xe3, 0x8d, 0x31, 0x9d, 0x92, 0xc7, 0x0d, - 0xf2, 0x15, 0x20, 0x2e, 0x70, 0x20, 0x46, 0x2b, 0x6c, 0xd2, 0x96, 0xcc, 0x69, 0xce, 0x2b, 0x16, - 0xb4, 0x09, 0x75, 0x8a, 0xda, 0xc4, 0x2c, 0x84, 0x3a, 0x79, 0xe5, 0x97, 0xd0, 0x76, 0xa9, 0x20, - 0xc1, 0x05, 0xf6, 0x1e, 0xd8, 0x64, 0x3d, 0xc5, 0x1f, 0x31, 0x60, 0xf9, 0x85, 0x06, 0xac, 0xbc, - 0xc8, 0x80, 0xd5, 0x67, 0x19, 0xb0, 0xf6, 0x5a, 0x03, 0xd6, 0x5f, 0x60, 0x40, 0xf8, 0x1f, 0x06, - 0xd4, 0x9e, 0x6b, 0xc0, 0xc6, 0x13, 0x06, 0x6c, 0xbe, 0xca, 0x80, 0xad, 0x67, 0x19, 0x70, 0xfd, - 0x49, 0x03, 0xfe, 0x0a, 0x28, 0x5f, 0xb4, 0xef, 0xd5, 0x32, 0x5b, 0xdf, 0x00, 0xdc, 0x1f, 0x09, - 0x69, 0x50, 0x75, 0xc8, 0x19, 0x0e, 0x3d, 0xd1, 0x56, 0x50, 0x0b, 0xe0, 0x7e, 0xc1, 0xb6, 0x8a, - 0x00, 0x92, 0x7e, 0xd7, 0x7e, 0x33, 0xfc, 0x4d, 0x85, 0xb2, 0x3c, 0x34, 0xfa, 0x36, 0x1d, 0x64, - 0xff, 0x0f, 0xf9, 0xee, 0xd4, 0xdd, 0x78, 0x80, 0xc6, 0xb7, 0xdb, 0x56, 0xd1, 0x3e, 0xc0, 0xfd, - 0xad, 0xd1, 0xbb, 0xa2, 0x2c, 0x67, 0xdf, 0x6e, 0x77, 0x15, 0x95, 0x2e, 0xb3, 0xbb, 0x79, 0xfd, - 0xaf, 0xa1, 0x5c, 0xdf, 0x1a, 0xea, 0xcd, 0xad, 0xa1, 0xfe, 0x73, 0x6b, 0xa8, 0xbf, 0xdf, 0x19, - 0xca, 0xcd, 0x9d, 0xa1, 0xfc, 0x75, 0x67, 0x28, 0xbf, 0x54, 0x93, 0xae, 0x3d, 0xae, 0xc8, 0xe6, - 0xf9, 0xf5, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x71, 0xcb, 0xbf, 0x05, 0xd1, 0x07, 0x00, 0x00, + // 848 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xcf, 0x8e, 0xdb, 0x44, + 0x1c, 0xb6, 0xbb, 0x49, 0x36, 0xf9, 0x39, 0xc9, 0xba, 0xa3, 0x2c, 0xb8, 0x01, 0x82, 0x09, 0xaa, + 0x08, 0x2b, 0xd8, 0x54, 0xa1, 0x70, 0x43, 0x82, 0xa5, 0x95, 0x16, 0x54, 0xa4, 0xd6, 0xc9, 0x89, + 0x8b, 0x35, 0x89, 0x7f, 0x9b, 0x98, 0x38, 0x33, 0xae, 0x67, 0x0c, 0xdd, 0x17, 0xe0, 0xcc, 0x33, + 0x70, 0xe1, 0x15, 0x78, 0x84, 0x3d, 0x56, 0xe2, 0xc2, 0x09, 0xc1, 0xee, 0x8b, 0x20, 0x8f, 0xff, + 0xc4, 0xae, 0x56, 0x90, 0xa8, 0x17, 0x2e, 0xf6, 0xcc, 0xf7, 0x7d, 0x33, 0xe3, 0xdf, 0xe7, 0xdf, + 0x27, 0x1b, 0xde, 0xa1, 0xa1, 0x3f, 0x7e, 0x1e, 0x63, 0x74, 0x99, 0x5e, 0xc3, 0x79, 0x7a, 0x3f, + 0x0d, 0x23, 0x2e, 0x39, 0x69, 0xc8, 0x15, 0x65, 0x5c, 0xf4, 0x7b, 0x4b, 0xbe, 0xe4, 0x0a, 0x1a, + 0x27, 0xa3, 0x94, 0xed, 0xdf, 0x13, 0x92, 0x47, 0x38, 0x56, 0xd7, 0x70, 0x3e, 0x96, 0x97, 0x21, + 0x8a, 0x8c, 0x7a, 0xb3, 0x4a, 0x45, 0xe1, 0x22, 0x23, 0xec, 0x2a, 0x11, 0x46, 0x7c, 0x53, 0x5d, + 0x3a, 0x9c, 0x01, 0x3c, 0x4b, 0x1e, 0x61, 0x2a, 0xa9, 0x14, 0xe4, 0x7d, 0xe8, 0x08, 0xba, 0x09, + 0x03, 0x14, 0xae, 0xe4, 0x92, 0x06, 0x96, 0x6e, 0xeb, 0xa3, 0x03, 0xa7, 0x9d, 0x81, 0xb3, 0x04, + 0x23, 0xef, 0x41, 0x3b, 0x44, 0xba, 0x76, 0x33, 0xd0, 0xba, 0xa3, 0x34, 0x46, 0x82, 0x4d, 0x53, + 0x68, 0xf8, 0x7b, 0x0d, 0xda, 0x6a, 0x5b, 0x07, 0x9f, 0xc7, 0x28, 0x24, 0xe9, 0x41, 0x5d, 0x55, + 0xaa, 0x36, 0x6c, 0x39, 0xe9, 0x84, 0x8c, 0xa1, 0xa5, 0x06, 0x4f, 0x03, 0xca, 0xac, 0xae, 0xad, + 0x8f, 0x8c, 0xc9, 0xdd, 0xd3, 0xd4, 0x84, 0xd3, 0x82, 0x70, 0xb6, 0x9a, 0xe4, 0x68, 0xe9, 0x6f, + 0xd0, 0x15, 0xb8, 0xe0, 0xcc, 0x2b, 0x8e, 0x4e, 0xb0, 0x69, 0x0a, 0x91, 0x0f, 0xe0, 0x28, 0x99, + 0xf2, 0x58, 0x16, 0xaa, 0x03, 0xa5, 0xea, 0x66, 0x70, 0x2e, 0x7c, 0x08, 0x6f, 0x6c, 0xe8, 0x0b, + 0x37, 0x42, 0xc1, 0x83, 0x58, 0xfa, 0x9c, 0x15, 0xfa, 0x9a, 0xd2, 0xf7, 0x36, 0xf4, 0x85, 0x53, + 0x90, 0xf9, 0xaa, 0xfb, 0xd0, 0x8d, 0x30, 0x0c, 0xfc, 0x05, 0x75, 0x03, 0x3a, 0xc7, 0x40, 0x58, + 0x75, 0xfb, 0x60, 0xd4, 0x72, 0x3a, 0x19, 0xfa, 0x44, 0x81, 0xe4, 0x4b, 0xe8, 0x28, 0xd3, 0xbf, + 0xa5, 0x72, 0xb1, 0xc2, 0x48, 0x58, 0x0d, 0xfb, 0x60, 0x64, 0x4c, 0x8e, 0xf3, 0xea, 0xa6, 0x65, + 0xf2, 0xac, 0x76, 0xf5, 0xe7, 0xbb, 0x9a, 0x53, 0x5d, 0x41, 0x6c, 0x30, 0x90, 0xd1, 0x79, 0x80, + 0x8f, 0xd0, 0x8b, 0x43, 0xeb, 0xd0, 0xd6, 0x47, 0x4d, 0xa7, 0x0c, 0x91, 0x87, 0x70, 0x9c, 0x4e, + 0x9f, 0xd2, 0x48, 0xfa, 0x34, 0x70, 0x50, 0x84, 0x9c, 0x09, 0xb4, 0x9a, 0x4a, 0x7b, 0x3b, 0x49, + 0x06, 0x00, 0x62, 0xed, 0x87, 0x5f, 0xad, 0x62, 0xb6, 0x16, 0x16, 0x28, 0x69, 0x09, 0x21, 0x0f, + 0x00, 0xc4, 0x8a, 0x46, 0x9e, 0xeb, 0xb3, 0x0b, 0x6e, 0x19, 0xd5, 0xb7, 0x32, 0x4d, 0x98, 0xaf, + 0xd9, 0x05, 0x77, 0x5a, 0x22, 0x1f, 0x26, 0x4e, 0x06, 0x9c, 0xaf, 0xe7, 0x74, 0xb1, 0x76, 0x3d, + 0x0c, 0x24, 0x2d, 0x9c, 0x6c, 0xa7, 0x4e, 0xe6, 0xec, 0xa3, 0x84, 0xcc, 0x9d, 0x3c, 0x81, 0x06, + 0xb2, 0xa5, 0xcf, 0xd0, 0xea, 0xd8, 0xfa, 0xa8, 0x3b, 0x21, 0xf9, 0x19, 0x8f, 0x15, 0x3a, 0xbb, + 0x0c, 0xd1, 0xc9, 0x14, 0xdf, 0xd4, 0x9a, 0x2d, 0x13, 0x86, 0xcf, 0xa0, 0x53, 0xf1, 0x8d, 0x7c, + 0x01, 0x1d, 0xf5, 0x12, 0x0a, 0x97, 0x75, 0xe5, 0x72, 0x2f, 0xdf, 0xe9, 0x49, 0x89, 0xcc, 0x4d, + 0xae, 0x2c, 0x18, 0xfe, 0xa2, 0x43, 0x27, 0x6b, 0xd4, 0xcc, 0x9e, 0xb7, 0xa1, 0xf9, 0x23, 0x8d, + 0x98, 0xcf, 0x96, 0x22, 0x6d, 0xd6, 0x73, 0xcd, 0x29, 0x10, 0xf2, 0x39, 0x40, 0xd2, 0x46, 0x02, + 0x23, 0x3f, 0xeb, 0x7c, 0x63, 0xf2, 0x56, 0x12, 0xa5, 0x0d, 0xca, 0x15, 0xc6, 0xc2, 0x5d, 0xf0, + 0xf0, 0xf2, 0x74, 0xa6, 0xfa, 0x31, 0x91, 0x9c, 0x6b, 0x4e, 0x69, 0x01, 0x39, 0x81, 0xba, 0x48, + 0x82, 0xa6, 0x5a, 0xd2, 0xd8, 0x96, 0xbc, 0x8d, 0xe0, 0xb9, 0xe6, 0xa4, 0x92, 0xb3, 0x26, 0x34, + 0x22, 0x14, 0x71, 0x20, 0x87, 0x1f, 0x97, 0x62, 0x42, 0x7a, 0x50, 0xfb, 0x5e, 0x70, 0xa6, 0x9e, + 0xad, 0x7d, 0xae, 0x39, 0x6a, 0x76, 0x06, 0xd0, 0x44, 0xb6, 0xe0, 0x9e, 0xcf, 0x96, 0xc3, 0xdf, + 0xea, 0x70, 0x37, 0xad, 0x89, 0xb2, 0x25, 0xee, 0x91, 0x40, 0x73, 0x87, 0x04, 0x7e, 0x04, 0x44, + 0x48, 0x1a, 0x49, 0xf7, 0x96, 0x1c, 0x9a, 0x8a, 0x99, 0x95, 0xc2, 0x38, 0x02, 0x13, 0x99, 0x57, + 0xd5, 0x66, 0x69, 0x44, 0xe6, 0x95, 0x95, 0x1f, 0x82, 0xe9, 0x33, 0x89, 0xd1, 0x0f, 0x34, 0x78, + 0x25, 0x87, 0x47, 0x39, 0xfe, 0x2f, 0x09, 0xaf, 0xef, 0x99, 0xf0, 0xc6, 0x5e, 0x09, 0x3f, 0xdc, + 0x29, 0xe1, 0xcd, 0xd7, 0x4d, 0x78, 0x6b, 0x8f, 0x84, 0xc3, 0xee, 0x09, 0x6f, 0xff, 0x47, 0xc2, + 0x3b, 0xaf, 0x95, 0xf0, 0xee, 0x4e, 0x09, 0x3f, 0xda, 0x21, 0xe1, 0x86, 0xd9, 0x1e, 0xfe, 0xaa, + 0x03, 0x29, 0xb7, 0xee, 0xff, 0x36, 0x93, 0x27, 0x9f, 0x02, 0x6c, 0xab, 0x20, 0x06, 0x1c, 0x7a, + 0x78, 0x41, 0xe3, 0x40, 0x9a, 0x1a, 0xe9, 0x02, 0x6c, 0x0f, 0x37, 0x75, 0x02, 0x90, 0x7d, 0xd8, + 0xcd, 0x3b, 0x93, 0x9f, 0x74, 0xa8, 0xab, 0x8d, 0xc9, 0x67, 0xf9, 0xa0, 0x57, 0x39, 0x30, 0x8b, + 0x6b, 0xff, 0xf8, 0x15, 0x34, 0x75, 0xe2, 0x81, 0x4e, 0x1e, 0x67, 0x1f, 0x6c, 0xe5, 0x10, 0xb9, + 0x57, 0x95, 0x95, 0x02, 0xdf, 0xef, 0xdf, 0x46, 0xe5, 0xdb, 0x9c, 0xdd, 0xbf, 0xfa, 0x7b, 0xa0, + 0x5d, 0x5d, 0x0f, 0xf4, 0x97, 0xd7, 0x03, 0xfd, 0xaf, 0xeb, 0x81, 0xfe, 0xf3, 0xcd, 0x40, 0x7b, + 0x79, 0x33, 0xd0, 0xfe, 0xb8, 0x19, 0x68, 0xdf, 0x1d, 0x66, 0xbf, 0x27, 0xf3, 0x86, 0xfa, 0x4b, + 0xf8, 0xe4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x44, 0xb0, 0xce, 0xba, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -597,6 +741,39 @@ var _Query_serviceDesc = grpc.ServiceDesc{ Metadata: "api/query/querypb/query.proto", } +func (m *QueryStats) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *QueryStats) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryStats) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.PeakSamples != 0 { + i = encodeVarintQuery(dAtA, i, uint64(m.PeakSamples)) + i-- + dAtA[i] = 0x10 + } + if m.SamplesTotal != 0 { + i = encodeVarintQuery(dAtA, i, uint64(m.SamplesTotal)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + func (m *QueryRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -617,6 +794,18 @@ func (m *QueryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.QueryPlan != nil { + { + size, err := m.QueryPlan.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQuery(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x72 + } if m.Engine != 0 { i = encodeVarintQuery(dAtA, i, uint64(m.Engine)) i-- @@ -649,16 +838,6 @@ func (m *QueryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x50 } - if m.EnableQueryPushdown { - i-- - if m.EnableQueryPushdown { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i-- - dAtA[i] = 0x48 - } if m.EnablePartialResponse { i-- if m.EnablePartialResponse { @@ -831,6 +1010,75 @@ func (m *QueryResponse_Timeseries) MarshalToSizedBuffer(dAtA []byte) (int, error } return len(dAtA) - i, nil } +func (m *QueryResponse_Stats) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryResponse_Stats) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.Stats != nil { + { + size, err := m.Stats.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQuery(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + return len(dAtA) - i, nil +} +func (m *QueryPlan) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *QueryPlan) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryPlan) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.Encoding != nil { + { + size := m.Encoding.Size() + i -= size + if _, err := m.Encoding.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + } + } + return len(dAtA) - i, nil +} + +func (m *QueryPlan_Json) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryPlan_Json) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.Json != nil { + i -= len(m.Json) + copy(dAtA[i:], m.Json) + i = encodeVarintQuery(dAtA, i, uint64(len(m.Json))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} func (m *QueryRangeRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -851,6 +1099,20 @@ func (m *QueryRangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.QueryPlan != nil { + { + size, err := m.QueryPlan.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQuery(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x82 + } if m.Engine != 0 { i = encodeVarintQuery(dAtA, i, uint64(m.Engine)) i-- @@ -883,16 +1145,6 @@ func (m *QueryRangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x60 } - if m.EnableQueryPushdown { - i-- - if m.EnableQueryPushdown { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i-- - dAtA[i] = 0x58 - } if m.EnablePartialResponse { i-- if m.EnablePartialResponse { @@ -1038,6 +1290,27 @@ func (m *QueryRangeResponse_Timeseries) MarshalToSizedBuffer(dAtA []byte) (int, } return len(dAtA) - i, nil } +func (m *QueryRangeResponse_Stats) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryRangeResponse_Stats) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.Stats != nil { + { + size, err := m.Stats.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintQuery(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + return len(dAtA) - i, nil +} func encodeVarintQuery(dAtA []byte, offset int, v uint64) int { offset -= sovQuery(v) base := offset @@ -1049,6 +1322,21 @@ func encodeVarintQuery(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) return base } +func (m *QueryStats) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.SamplesTotal != 0 { + n += 1 + sovQuery(uint64(m.SamplesTotal)) + } + if m.PeakSamples != 0 { + n += 1 + sovQuery(uint64(m.PeakSamples)) + } + return n +} + func (m *QueryRequest) Size() (n int) { if m == nil { return 0 @@ -1086,9 +1374,6 @@ func (m *QueryRequest) Size() (n int) { if m.EnablePartialResponse { n += 2 } - if m.EnableQueryPushdown { - n += 2 - } if m.SkipChunks { n += 2 } @@ -1102,6 +1387,10 @@ func (m *QueryRequest) Size() (n int) { if m.Engine != 0 { n += 1 + sovQuery(uint64(m.Engine)) } + if m.QueryPlan != nil { + l = m.QueryPlan.Size() + n += 1 + l + sovQuery(uint64(l)) + } return n } @@ -1154,6 +1443,42 @@ func (m *QueryResponse_Timeseries) Size() (n int) { } return n } +func (m *QueryResponse_Stats) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Stats != nil { + l = m.Stats.Size() + n += 1 + l + sovQuery(uint64(l)) + } + return n +} +func (m *QueryPlan) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Encoding != nil { + n += m.Encoding.Size() + } + return n +} + +func (m *QueryPlan_Json) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Json != nil { + l = len(m.Json) + n += 1 + l + sovQuery(uint64(l)) + } + return n +} func (m *QueryRangeRequest) Size() (n int) { if m == nil { return 0 @@ -1197,9 +1522,6 @@ func (m *QueryRangeRequest) Size() (n int) { if m.EnablePartialResponse { n += 2 } - if m.EnableQueryPushdown { - n += 2 - } if m.SkipChunks { n += 2 } @@ -1213,6 +1535,10 @@ func (m *QueryRangeRequest) Size() (n int) { if m.Engine != 0 { n += 1 + sovQuery(uint64(m.Engine)) } + if m.QueryPlan != nil { + l = m.QueryPlan.Size() + n += 2 + l + sovQuery(uint64(l)) + } return n } @@ -1250,13 +1576,113 @@ func (m *QueryRangeResponse_Timeseries) Size() (n int) { } return n } - -func sovQuery(x uint64) (n int) { +func (m *QueryRangeResponse_Stats) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Stats != nil { + l = m.Stats.Size() + n += 1 + l + sovQuery(uint64(l)) + } + return n +} + +func sovQuery(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } func sozQuery(x uint64) (n int) { return sovQuery(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } +func (m *QueryStats) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: QueryStats: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: QueryStats: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SamplesTotal", wireType) + } + m.SamplesTotal = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SamplesTotal |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PeakSamples", wireType) + } + m.PeakSamples = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PeakSamples |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipQuery(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQuery + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *QueryRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -1481,26 +1907,6 @@ func (m *QueryRequest) Unmarshal(dAtA []byte) error { } } m.EnablePartialResponse = bool(v != 0) - case 9: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field EnableQueryPushdown", wireType) - } - var v int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowQuery - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.EnableQueryPushdown = bool(v != 0) case 10: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field SkipChunks", wireType) @@ -1595,6 +2001,42 @@ func (m *QueryRequest) Unmarshal(dAtA []byte) error { break } } + case 14: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field QueryPlan", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQuery + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQuery + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.QueryPlan == nil { + m.QueryPlan = &QueryPlan{} + } + if err := m.QueryPlan.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQuery(dAtA[iNdEx:]) @@ -1796,6 +2238,124 @@ func (m *QueryResponse) Unmarshal(dAtA []byte) error { } m.Result = &QueryResponse_Timeseries{v} iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Stats", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQuery + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQuery + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &QueryStats{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Result = &QueryResponse_Stats{v} + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipQuery(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQuery + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *QueryPlan) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: queryPlan: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: queryPlan: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Json", wireType) + } + var byteLen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + byteLen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if byteLen < 0 { + return ErrInvalidLengthQuery + } + postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthQuery + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := make([]byte, postIndex-iNdEx) + copy(v, dAtA[iNdEx:postIndex]) + m.Encoding = &QueryPlan_Json{v} + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQuery(dAtA[iNdEx:]) @@ -2079,26 +2639,6 @@ func (m *QueryRangeRequest) Unmarshal(dAtA []byte) error { } } m.EnablePartialResponse = bool(v != 0) - case 11: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field EnableQueryPushdown", wireType) - } - var v int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowQuery - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.EnableQueryPushdown = bool(v != 0) case 12: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field SkipChunks", wireType) @@ -2193,6 +2733,42 @@ func (m *QueryRangeRequest) Unmarshal(dAtA []byte) error { break } } + case 16: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field QueryPlan", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQuery + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQuery + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.QueryPlan == nil { + m.QueryPlan = &QueryPlan{} + } + if err := m.QueryPlan.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQuery(dAtA[iNdEx:]) @@ -2310,6 +2886,41 @@ func (m *QueryRangeResponse) Unmarshal(dAtA []byte) error { } m.Result = &QueryRangeResponse_Timeseries{v} iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Stats", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthQuery + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthQuery + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &QueryStats{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Result = &QueryRangeResponse_Stats{v} + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQuery(dAtA[iNdEx:]) diff --git a/pkg/api/query/querypb/query.proto b/pkg/api/query/querypb/query.proto index 4d346454ef..6a55365a1b 100644 --- a/pkg/api/query/querypb/query.proto +++ b/pkg/api/query/querypb/query.proto @@ -28,26 +28,33 @@ enum EngineType { thanos = 2; } +message QueryStats { + int64 samples_total = 1; + int64 peak_samples = 2; +} + message QueryRequest { string query = 1; + queryPlan queryPlan = 14; int64 time_seconds = 2; int64 timeout_seconds = 3; int64 max_resolution_seconds = 4; - + repeated string replica_labels = 5; repeated StoreMatchers storeMatchers = 6 [(gogoproto.nullable) = false]; bool enableDedup = 7; bool enablePartialResponse = 8; - bool enableQueryPushdown = 9; bool skipChunks = 10; ShardInfo shard_info = 11; int64 lookback_delta_seconds = 12; EngineType engine = 13; + + reserved 9; } message StoreMatchers { @@ -61,11 +68,21 @@ message QueryResponse { /// timeseries is one series from the result of the executed query. prometheus_copy.TimeSeries timeseries = 2; + + // performance stats + QueryStats stats = 3; + } +} + +message queryPlan { + oneof encoding { + bytes json = 1; } } message QueryRangeRequest { string query = 1; + queryPlan queryPlan = 16; int64 start_time_seconds = 2; int64 end_time_seconds = 3; @@ -80,12 +97,13 @@ message QueryRangeRequest { bool enableDedup = 9; bool enablePartialResponse = 10; - bool enableQueryPushdown = 11; bool skipChunks = 12; ShardInfo shard_info = 13; int64 lookback_delta_seconds = 14; EngineType engine = 15; + + reserved 11; } message QueryRangeResponse { @@ -95,6 +113,9 @@ message QueryRangeResponse { /// timeseries is one series from the result of the executed query. prometheus_copy.TimeSeries timeseries = 2; + + // performance stats + QueryStats stats = 3; } } diff --git a/pkg/api/query/querypb/responses.go b/pkg/api/query/querypb/responses.go index 7ade9c361c..eda01ca3d0 100644 --- a/pkg/api/query/querypb/responses.go +++ b/pkg/api/query/querypb/responses.go @@ -17,6 +17,14 @@ func NewQueryResponse(series *prompb.TimeSeries) *QueryResponse { } } +func NewQueryStatsResponse(stats *QueryStats) *QueryResponse { + return &QueryResponse{ + Result: &QueryResponse_Stats{ + Stats: stats, + }, + } +} + func NewQueryWarningsResponse(errs ...error) *QueryResponse { warnings := make([]string, 0, len(errs)) for _, err := range errs { @@ -37,6 +45,14 @@ func NewQueryRangeResponse(series *prompb.TimeSeries) *QueryRangeResponse { } } +func NewQueryRangeStatsResponse(stats *QueryStats) *QueryRangeResponse { + return &QueryRangeResponse{ + Result: &QueryRangeResponse_Stats{ + Stats: stats, + }, + } +} + func NewQueryRangeWarningsResponse(errs ...error) *QueryRangeResponse { warnings := make([]string, 0, len(errs)) for _, err := range errs { diff --git a/pkg/api/query/v1.go b/pkg/api/query/v1.go index 4653b4fe9c..f353c75d44 100644 --- a/pkg/api/query/v1.go +++ b/pkg/api/query/v1.go @@ -27,6 +27,7 @@ import ( "sort" "strconv" "strings" + "sync" "time" "github.com/go-kit/log" @@ -41,14 +42,17 @@ import ( "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/promql/parser" "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" "github.com/prometheus/prometheus/util/stats" - v1 "github.com/prometheus/prometheus/web/api/v1" - promqlapi "github.com/thanos-community/promql-engine/api" - "github.com/thanos-community/promql-engine/engine" + promqlapi "github.com/thanos-io/promql-engine/api" + "github.com/thanos-io/promql-engine/engine" + "github.com/thanos-io/promql-engine/logicalplan" + "github.com/thanos-io/thanos/pkg/api" "github.com/thanos-io/thanos/pkg/exemplars" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/gate" "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/metadata" @@ -61,6 +65,7 @@ import ( "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/targets" "github.com/thanos-io/thanos/pkg/targets/targetspb" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -76,6 +81,10 @@ const ( ShardInfoParam = "shard_info" LookbackDeltaParam = "lookback_delta" EngineParam = "engine" + QueryAnalyzeParam = "analyze" + RuleNameParam = "rule_name[]" + RuleGroupParam = "rule_group[]" + FileParam = "file[]" ) type PromqlEngineType string @@ -85,44 +94,61 @@ const ( PromqlEngineThanos PromqlEngineType = "thanos" ) +type ThanosEngine interface { + promql.QueryEngine + NewInstantQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, plan logicalplan.Node, ts time.Time) (promql.Query, error) + NewRangeQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, root logicalplan.Node, start, end time.Time, step time.Duration) (promql.Query, error) +} + type QueryEngineFactory struct { engineOpts promql.EngineOpts remoteEngineEndpoints promqlapi.RemoteEndpoints - prometheusEngine v1.QueryEngine - thanosEngine v1.QueryEngine + createPrometheusEngine sync.Once + prometheusEngine promql.QueryEngine + + createThanosEngine sync.Once + thanosEngine ThanosEngine + enableXFunctions bool } -func (f *QueryEngineFactory) GetPrometheusEngine() v1.QueryEngine { - if f.prometheusEngine != nil { - return f.prometheusEngine - } +func (f *QueryEngineFactory) GetPrometheusEngine() promql.QueryEngine { + f.createPrometheusEngine.Do(func() { + if f.prometheusEngine != nil { + return + } + f.prometheusEngine = promql.NewEngine(f.engineOpts) + }) - f.prometheusEngine = promql.NewEngine(f.engineOpts) return f.prometheusEngine } -func (f *QueryEngineFactory) GetThanosEngine() v1.QueryEngine { - if f.thanosEngine != nil { - return f.thanosEngine - } - - if f.remoteEngineEndpoints == nil { - f.thanosEngine = engine.New(engine.Opts{EngineOpts: f.engineOpts, Engine: f.GetPrometheusEngine()}) - } else { - f.thanosEngine = engine.NewDistributedEngine(engine.Opts{EngineOpts: f.engineOpts, Engine: f.GetPrometheusEngine()}, f.remoteEngineEndpoints) - } +func (f *QueryEngineFactory) GetThanosEngine() ThanosEngine { + f.createThanosEngine.Do(func() { + opts := engine.Opts{ + EngineOpts: f.engineOpts, + Engine: f.GetPrometheusEngine(), + EnableAnalysis: true, + EnableXFunctions: f.enableXFunctions, + } + if f.thanosEngine != nil { + return + } + if f.remoteEngineEndpoints == nil { + f.thanosEngine = engine.New(opts) + } else { + f.thanosEngine = engine.NewDistributedEngine(opts, f.remoteEngineEndpoints) + } + }) return f.thanosEngine } -func NewQueryEngineFactory( - engineOpts promql.EngineOpts, - remoteEngineEndpoints promqlapi.RemoteEndpoints, -) *QueryEngineFactory { +func NewQueryEngineFactory(engineOpts promql.EngineOpts, remoteEngineEndpoints promqlapi.RemoteEndpoints, enableExtendedFunctions bool) *QueryEngineFactory { return &QueryEngineFactory{ engineOpts: engineOpts, remoteEngineEndpoints: remoteEngineEndpoints, + enableXFunctions: enableExtendedFunctions, } } @@ -133,7 +159,7 @@ type QueryAPI struct { gate gate.Gate queryableCreate query.QueryableCreator // queryEngine returns appropriate promql.Engine for a query with a given step. - engineFactory QueryEngineFactory + engineFactory *QueryEngineFactory defaultEngine PromqlEngineType lookbackDeltaCreate func(int64) time.Duration ruleGroups rules.UnaryClient @@ -147,7 +173,6 @@ type QueryAPI struct { enableTargetPartialResponse bool enableMetricMetadataPartialResponse bool enableExemplarPartialResponse bool - enableQueryPushdown bool disableCORS bool replicaLabels []string @@ -159,19 +184,20 @@ type QueryAPI struct { queryRangeHist prometheus.Histogram - seriesStatsAggregator seriesQueryPerformanceMetricsAggregator -} + seriesStatsAggregatorFactory store.SeriesQueryPerformanceMetricsAggregatorFactory -type seriesQueryPerformanceMetricsAggregator interface { - Aggregate(seriesStats storepb.SeriesStatsCounter) - Observe(duration float64) + tenantHeader string + defaultTenant string + tenantCertField string + enforceTenancy bool + tenantLabel string } // NewQueryAPI returns an initialized QueryAPI type. func NewQueryAPI( logger log.Logger, endpointStatus func() []query.EndpointStatus, - engineFactory QueryEngineFactory, + engineFactory *QueryEngineFactory, defaultEngine PromqlEngineType, lookbackDeltaCreate func(int64) time.Duration, c query.QueryableCreator, @@ -185,7 +211,6 @@ func NewQueryAPI( enableTargetPartialResponse bool, enableMetricMetadataPartialResponse bool, enableExemplarPartialResponse bool, - enableQueryPushdown bool, replicaLabels []string, flagsMap map[string]string, defaultRangeQueryStep time.Duration, @@ -193,11 +218,16 @@ func NewQueryAPI( defaultMetadataTimeRange time.Duration, disableCORS bool, gate gate.Gate, - statsAggregator seriesQueryPerformanceMetricsAggregator, + statsAggregatorFactory store.SeriesQueryPerformanceMetricsAggregatorFactory, reg *prometheus.Registry, + tenantHeader string, + defaultTenant string, + tenantCertField string, + enforceTenancy bool, + tenantLabel string, ) *QueryAPI { - if statsAggregator == nil { - statsAggregator = &store.NoopSeriesStatsAggregator{} + if statsAggregatorFactory == nil { + statsAggregatorFactory = &store.NoopSeriesStatsAggregatorFactory{} } return &QueryAPI{ baseAPI: api.NewBaseAPI(logger, disableCORS, flagsMap), @@ -217,14 +247,18 @@ func NewQueryAPI( enableTargetPartialResponse: enableTargetPartialResponse, enableMetricMetadataPartialResponse: enableMetricMetadataPartialResponse, enableExemplarPartialResponse: enableExemplarPartialResponse, - enableQueryPushdown: enableQueryPushdown, replicaLabels: replicaLabels, endpointStatus: endpointStatus, defaultRangeQueryStep: defaultRangeQueryStep, defaultInstantQueryMaxSourceResolution: defaultInstantQueryMaxSourceResolution, defaultMetadataTimeRange: defaultMetadataTimeRange, disableCORS: disableCORS, - seriesStatsAggregator: statsAggregator, + seriesStatsAggregatorFactory: statsAggregatorFactory, + tenantHeader: tenantHeader, + defaultTenant: defaultTenant, + tenantCertField: tenantCertField, + enforceTenancy: enforceTenancy, + tenantLabel: tenantLabel, queryRangeHist: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ Name: "thanos_query_range_requested_timespan_duration_seconds", @@ -243,9 +277,15 @@ func (qapi *QueryAPI) Register(r *route.Router, tracer opentracing.Tracer, logge r.Get("/query", instr("query", qapi.query)) r.Post("/query", instr("query", qapi.query)) + r.Get("/query_explain", instr("query", qapi.queryExplain)) + r.Post("/query_explain", instr("query", qapi.queryExplain)) + r.Get("/query_range", instr("query_range", qapi.queryRange)) r.Post("/query_range", instr("query_range", qapi.queryRange)) + r.Get("/query_range_explain", instr("query", qapi.queryRangeExplain)) + r.Post("/query_range_explain", instr("query", qapi.queryRangeExplain)) + r.Get("/label/:name/values", instr("label_values", qapi.labelValues)) r.Get("/series", instr("series", qapi.series)) @@ -272,7 +312,18 @@ type queryData struct { Result parser.Value `json:"result"` Stats stats.QueryStats `json:"stats,omitempty"` // Additional Thanos Response field. - Warnings []error `json:"warnings,omitempty"` + QueryAnalysis queryTelemetry `json:"analysis,omitempty"` + Warnings []error `json:"warnings,omitempty"` +} + +type queryTelemetry struct { + // TODO(saswatamcode): Replace with engine.TrackedTelemetry once it has exported fields. + // TODO(saswatamcode): Add aggregate fields to enrich data. + OperatorName string `json:"name,omitempty"` + Execution string `json:"executionTime,omitempty"` + PeakSamples int64 `json:"peakSamples,omitempty"` + TotalSamples int64 `json:"totalSamples,omitempty"` + Children []queryTelemetry `json:"children,omitempty"` } func (qapi *QueryAPI) parseEnableDedupParam(r *http.Request) (enableDeduplication bool, _ *api.ApiError) { @@ -288,8 +339,8 @@ func (qapi *QueryAPI) parseEnableDedupParam(r *http.Request) (enableDeduplicatio return enableDeduplication, nil } -func (qapi *QueryAPI) parseEngineParam(r *http.Request) (queryEngine v1.QueryEngine, _ *api.ApiError) { - var engine v1.QueryEngine +func (qapi *QueryAPI) parseEngineParam(r *http.Request) (queryEngine promql.QueryEngine, e PromqlEngineType, _ *api.ApiError) { + var engine promql.QueryEngine param := PromqlEngineType(r.FormValue("engine")) if param == "" { @@ -302,10 +353,10 @@ func (qapi *QueryAPI) parseEngineParam(r *http.Request) (queryEngine v1.QueryEng case PromqlEngineThanos: engine = qapi.engineFactory.GetThanosEngine() default: - return nil, &api.ApiError{Typ: api.ErrorBadData, Err: errors.Errorf("'%s' bad engine", param)} + return nil, param, &api.ApiError{Typ: api.ErrorBadData, Err: errors.Errorf("'%s' bad engine", param)} } - return engine, nil + return engine, param, nil } func (qapi *QueryAPI) parseReplicaLabelsParam(r *http.Request) (replicaLabels []string, _ *api.ApiError) { @@ -318,7 +369,6 @@ func (qapi *QueryAPI) parseReplicaLabelsParam(r *http.Request) (replicaLabels [] if len(r.Form[ReplicaLabelsParam]) > 0 { replicaLabels = r.Form[ReplicaLabelsParam] } - return replicaLabels, nil } @@ -328,7 +378,7 @@ func (qapi *QueryAPI) parseStoreDebugMatchersParam(r *http.Request) (storeMatche } for _, s := range r.Form[StoreMatcherParam] { - matchers, err := parser.ParseMetricSelector(s) + matchers, err := extpromql.ParseMetricSelector(s) if err != nil { return nil, &api.ApiError{Typ: api.ErrorBadData, Err: err} } @@ -419,7 +469,46 @@ func (qapi *QueryAPI) parseShardInfo(r *http.Request) (*storepb.ShardInfo, *api. return &info, nil } -func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiError, func()) { +func (qapi *QueryAPI) getQueryExplain(query promql.Query) (*engine.ExplainOutputNode, *api.ApiError) { + if eq, ok := query.(engine.ExplainableQuery); ok { + return eq.Explain(), nil + } + return nil, &api.ApiError{Typ: api.ErrorBadData, Err: errors.Errorf("Query not explainable")} + +} + +func (qapi *QueryAPI) parseQueryAnalyzeParam(r *http.Request, query promql.Query) (queryTelemetry, error) { + if r.FormValue(QueryAnalyzeParam) == "true" || r.FormValue(QueryAnalyzeParam) == "1" { + if eq, ok := query.(engine.ExplainableQuery); ok { + return processAnalysis(eq.Analyze()), nil + } + return queryTelemetry{}, errors.Errorf("Query not analyzable; change engine to 'thanos'") + } + return queryTelemetry{}, nil +} + +func processAnalysis(a *engine.AnalyzeOutputNode) queryTelemetry { + var analysis queryTelemetry + analysis.OperatorName = a.OperatorTelemetry.String() + analysis.Execution = a.OperatorTelemetry.ExecutionTimeTaken().String() + analysis.PeakSamples = a.PeakSamples() + analysis.TotalSamples = a.TotalSamples() + for _, c := range a.Children { + analysis.Children = append(analysis.Children, processAnalysis(&c)) + } + return analysis +} + +func (qapi *QueryAPI) queryExplain(r *http.Request) (interface{}, []error, *api.ApiError, func()) { + engine, engineParam, apiErr := qapi.parseEngineParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + if engineParam != PromqlEngineThanos { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: errors.New("engine type must be 'thanos'")}, func() {} + } + ts, err := parseTimeParam(r, "time", qapi.baseAPI.Now()) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} @@ -467,11 +556,6 @@ func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiErro return nil, nil, apiErr, func() {} } - engine, apiErr := qapi.parseEngineParam(r) - if apiErr != nil { - return nil, nil, apiErr, func() {} - } - lookbackDelta := qapi.lookbackDeltaCreate(maxSourceResolution) // Get custom lookback delta from request. lookbackDeltaFromReq, apiErr := qapi.parseLookbackDeltaParam(r) @@ -482,24 +566,27 @@ func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiErro lookbackDelta = lookbackDeltaFromReq } - // We are starting promQL tracing span here, because we have no control over promQL code. - span, ctx := tracing.StartSpan(ctx, "promql_instant_query") - defer span.Finish() + tenant, err := tenancy.GetTenantFromHTTP(r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField) + if err != nil { + apiErr = &api.ApiError{Typ: api.ErrorBadData, Err: err} + return nil, nil, apiErr, func() {} + } + ctx = context.WithValue(ctx, tenancy.TenantKey, tenant) var seriesStats []storepb.SeriesStatsCounter qry, err := engine.NewInstantQuery( + ctx, qapi.queryableCreate( enableDedup, replicaLabels, storeDebugMatchers, maxSourceResolution, enablePartialResponse, - qapi.enableQueryPushdown, false, shardInfo, query.NewAggregateStatsReporter(&seriesStats), ), - &promql.QueryOpts{LookbackDelta: lookbackDelta}, + promql.NewPrometheusQueryOpts(false, lookbackDelta), r.FormValue("query"), ts, ) @@ -508,16 +595,124 @@ func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiErro return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} } - tracing.DoInSpan(ctx, "query_gate_ismyturn", func(ctx context.Context) { - err = qapi.gate.Start(ctx) - }) + explanation, apiErr := qapi.getQueryExplain(qry) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + return explanation, nil, nil, func() {} +} + +func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiError, func()) { + ts, err := parseTimeParam(r, "time", qapi.baseAPI.Now()) if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + ctx := r.Context() + if to := r.FormValue("timeout"); to != "" { + var cancel context.CancelFunc + timeout, err := parseDuration(to) + if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + ctx, cancel = context.WithTimeout(ctx, timeout) + defer cancel() + } + + enableDedup, apiErr := qapi.parseEnableDedupParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + replicaLabels, apiErr := qapi.parseReplicaLabelsParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + storeDebugMatchers, apiErr := qapi.parseStoreDebugMatchersParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + enablePartialResponse, apiErr := qapi.parsePartialResponseParam(r, qapi.enableQueryPartialResponse) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + maxSourceResolution, apiErr := qapi.parseDownsamplingParamMillis(r, qapi.defaultInstantQueryMaxSourceResolution) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + shardInfo, apiErr := qapi.parseShardInfo(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + engine, _, apiErr := qapi.parseEngineParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + lookbackDelta := qapi.lookbackDeltaCreate(maxSourceResolution) + // Get custom lookback delta from request. + lookbackDeltaFromReq, apiErr := qapi.parseLookbackDeltaParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + if lookbackDeltaFromReq > 0 { + lookbackDelta = lookbackDeltaFromReq + } + + queryStr, tenant, ctx, err := tenancy.RewritePromQL(ctx, r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField, qapi.enforceTenancy, qapi.tenantLabel, r.FormValue("query")) + if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + var ( + qry promql.Query + seriesStats []storepb.SeriesStatsCounter + ) + if err := tracing.DoInSpanWithErr(ctx, "instant_query_create", func(ctx context.Context) error { + var err error + qry, err = engine.NewInstantQuery( + ctx, + qapi.queryableCreate( + enableDedup, + replicaLabels, + storeDebugMatchers, + maxSourceResolution, + enablePartialResponse, + false, + shardInfo, + query.NewAggregateStatsReporter(&seriesStats), + ), + promql.NewPrometheusQueryOpts(false, lookbackDelta), + queryStr, + ts, + ) + return err + }); err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + analysis, err := qapi.parseQueryAnalyzeParam(r, qry) + if err != nil { + return nil, nil, apiErr, func() {} + } + + if err := tracing.DoInSpanWithErr(ctx, "query_gate_ismyturn", qapi.gate.Start); err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, qry.Close } defer qapi.gate.Done() - beforeRange := time.Now() - res := qry.Exec(ctx) + + var res *promql.Result + tracing.DoInSpan(ctx, "instant_query_exec", func(ctx context.Context) { + res = qry.Exec(ctx) + }) if res.Err != nil { switch res.Err.(type) { case promql.ErrQueryCanceled: @@ -529,10 +724,12 @@ func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiErro } return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: res.Err}, qry.Close } + + aggregator := qapi.seriesStatsAggregatorFactory.NewAggregator(tenant) for i := range seriesStats { - qapi.seriesStatsAggregator.Aggregate(seriesStats[i]) + aggregator.Aggregate(seriesStats[i]) } - qapi.seriesStatsAggregator.Observe(time.Since(beforeRange).Seconds()) + aggregator.Observe(time.Since(beforeRange).Seconds()) // Optional stats field in response if parameter "stats" is not empty. var qs stats.QueryStats @@ -540,13 +737,23 @@ func (qapi *QueryAPI) query(r *http.Request) (interface{}, []error, *api.ApiErro qs = stats.NewQueryStats(qry.Stats()) } return &queryData{ - ResultType: res.Value.Type(), - Result: res.Value, - Stats: qs, - }, res.Warnings, nil, qry.Close + ResultType: res.Value.Type(), + Result: res.Value, + Stats: qs, + QueryAnalysis: analysis, + }, res.Warnings.AsErrors(), nil, qry.Close } -func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.ApiError, func()) { +func (qapi *QueryAPI) queryRangeExplain(r *http.Request) (interface{}, []error, *api.ApiError, func()) { + engine, engineParam, apiErr := qapi.parseEngineParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + if engineParam != PromqlEngineThanos { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: errors.New("engine type must be 'thanos'")}, func() {} + } + start, err := parseTime(r.FormValue("start")) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} @@ -620,11 +827,6 @@ func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.Ap return nil, nil, apiErr, func() {} } - engine, apiErr := qapi.parseEngineParam(r) - if apiErr != nil { - return nil, nil, apiErr, func() {} - } - lookbackDelta := qapi.lookbackDeltaCreate(maxSourceResolution) // Get custom lookback delta from request. lookbackDeltaFromReq, apiErr := qapi.parseLookbackDeltaParam(r) @@ -635,27 +837,27 @@ func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.Ap lookbackDelta = lookbackDeltaFromReq } - // Record the query range requested. - qapi.queryRangeHist.Observe(end.Sub(start).Seconds()) - - // We are starting promQL tracing span here, because we have no control over promQL code. - span, ctx := tracing.StartSpan(ctx, "promql_range_query") - defer span.Finish() + tenant, err := tenancy.GetTenantFromHTTP(r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField) + if err != nil { + apiErr = &api.ApiError{Typ: api.ErrorBadData, Err: err} + return nil, nil, apiErr, func() {} + } + ctx = context.WithValue(ctx, tenancy.TenantKey, tenant) var seriesStats []storepb.SeriesStatsCounter qry, err := engine.NewRangeQuery( + ctx, qapi.queryableCreate( enableDedup, replicaLabels, storeDebugMatchers, maxSourceResolution, enablePartialResponse, - qapi.enableQueryPushdown, false, shardInfo, query.NewAggregateStatsReporter(&seriesStats), ), - &promql.QueryOpts{LookbackDelta: lookbackDelta}, + promql.NewPrometheusQueryOpts(false, lookbackDelta), r.FormValue("query"), start, end, @@ -665,16 +867,155 @@ func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.Ap return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} } - tracing.DoInSpan(ctx, "query_gate_ismyturn", func(ctx context.Context) { - err = qapi.gate.Start(ctx) - }) + explanation, apiErr := qapi.getQueryExplain(qry) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + return explanation, nil, nil, func() {} +} + +func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.ApiError, func()) { + start, err := parseTime(r.FormValue("start")) if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + end, err := parseTime(r.FormValue("end")) + if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + if end.Before(start) { + err := errors.New("end timestamp must not be before start time") + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + step, apiErr := qapi.parseStep(r, qapi.defaultRangeQueryStep, int64(end.Sub(start)/time.Second)) + + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + if step <= 0 { + err := errors.New("zero or negative query resolution step widths are not accepted. Try a positive integer") + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + // For safety, limit the number of returned points per timeseries. + // This is sufficient for 60s resolution for a week or 1h resolution for a year. + if end.Sub(start)/step > 11000 { + err := errors.New("exceeded maximum resolution of 11,000 points per timeseries. Try decreasing the query resolution (?step=XX)") + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + ctx := r.Context() + if to := r.FormValue("timeout"); to != "" { + var cancel context.CancelFunc + timeout, err := parseDuration(to) + if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + ctx, cancel = context.WithTimeout(ctx, timeout) + defer cancel() + } + + enableDedup, apiErr := qapi.parseEnableDedupParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + replicaLabels, apiErr := qapi.parseReplicaLabelsParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + storeDebugMatchers, apiErr := qapi.parseStoreDebugMatchersParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + // If no max_source_resolution is specified fit at least 5 samples between steps. + maxSourceResolution, apiErr := qapi.parseDownsamplingParamMillis(r, step/5) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + enablePartialResponse, apiErr := qapi.parsePartialResponseParam(r, qapi.enableQueryPartialResponse) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + shardInfo, apiErr := qapi.parseShardInfo(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + engine, _, apiErr := qapi.parseEngineParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + + lookbackDelta := qapi.lookbackDeltaCreate(maxSourceResolution) + // Get custom lookback delta from request. + lookbackDeltaFromReq, apiErr := qapi.parseLookbackDeltaParam(r) + if apiErr != nil { + return nil, nil, apiErr, func() {} + } + if lookbackDeltaFromReq > 0 { + lookbackDelta = lookbackDeltaFromReq + } + + queryStr, tenant, ctx, err := tenancy.RewritePromQL(ctx, r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField, qapi.enforceTenancy, qapi.tenantLabel, r.FormValue("query")) + if err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + + // Record the query range requested. + qapi.queryRangeHist.Observe(end.Sub(start).Seconds()) + + var ( + qry promql.Query + seriesStats []storepb.SeriesStatsCounter + ) + if err := tracing.DoInSpanWithErr(ctx, "range_query_create", func(ctx context.Context) error { + var err error + qry, err = engine.NewRangeQuery( + ctx, + qapi.queryableCreate( + enableDedup, + replicaLabels, + storeDebugMatchers, + maxSourceResolution, + enablePartialResponse, + false, + shardInfo, + query.NewAggregateStatsReporter(&seriesStats), + ), + promql.NewPrometheusQueryOpts(false, lookbackDelta), + queryStr, + start, + end, + step, + ) + return err + }); err != nil { + return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} + } + analysis, err := qapi.parseQueryAnalyzeParam(r, qry) + if err != nil { + return nil, nil, apiErr, func() {} + } + + if err := tracing.DoInSpanWithErr(ctx, "query_gate_ismyturn", qapi.gate.Start); err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, qry.Close } defer qapi.gate.Done() + var res *promql.Result + tracing.DoInSpan(ctx, "range_query_exec", func(ctx context.Context) { + res = qry.Exec(ctx) + + }) beforeRange := time.Now() - res := qry.Exec(ctx) if res.Err != nil { switch res.Err.(type) { case promql.ErrQueryCanceled: @@ -684,10 +1025,11 @@ func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.Ap } return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: res.Err}, qry.Close } + aggregator := qapi.seriesStatsAggregatorFactory.NewAggregator(tenant) for i := range seriesStats { - qapi.seriesStatsAggregator.Aggregate(seriesStats[i]) + aggregator.Aggregate(seriesStats[i]) } - qapi.seriesStatsAggregator.Observe(time.Since(beforeRange).Seconds()) + aggregator.Observe(time.Since(beforeRange).Seconds()) // Optional stats field in response if parameter "stats" is not empty. var qs stats.QueryStats @@ -695,10 +1037,11 @@ func (qapi *QueryAPI) queryRange(r *http.Request) (interface{}, []error, *api.Ap qs = stats.NewQueryStats(qry.Stats()) } return &queryData{ - ResultType: res.Value.Type(), - Result: res.Value, - Stats: qs, - }, res.Warnings, nil, qry.Close + ResultType: res.Value.Type(), + Result: res.Value, + Stats: qs, + QueryAnalysis: analysis, + }, res.Warnings.AsErrors(), nil, qry.Close } func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.ApiError, func()) { @@ -724,13 +1067,10 @@ func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.A return nil, nil, apiErr, func() {} } - var matcherSets [][]*labels.Matcher - for _, s := range r.Form[MatcherParam] { - matchers, err := parser.ParseMetricSelector(s) - if err != nil { - return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} - } - matcherSets = append(matcherSets, matchers) + matcherSets, ctx, err := tenancy.RewriteLabelMatchers(ctx, r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField, qapi.enforceTenancy, qapi.tenantLabel, r.Form[MatcherParam]) + if err != nil { + apiErr = &api.ApiError{Typ: api.ErrorBadData, Err: err} + return nil, nil, apiErr, func() {} } q, err := qapi.queryableCreate( @@ -739,11 +1079,10 @@ func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.A storeDebugMatchers, 0, enablePartialResponse, - qapi.enableQueryPushdown, true, nil, query.NoopSeriesStatsReporter, - ).Querier(ctx, timestamp.FromTime(start), timestamp.FromTime(end)) + ).Querier(timestamp.FromTime(start), timestamp.FromTime(end)) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} } @@ -751,17 +1090,17 @@ func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.A var ( vals []string - warnings storage.Warnings + warnings annotations.Annotations ) if len(matcherSets) > 0 { - var callWarnings storage.Warnings + var callWarnings annotations.Annotations labelValuesSet := make(map[string]struct{}) for _, matchers := range matcherSets { - vals, callWarnings, err = q.LabelValues(name, matchers...) + vals, callWarnings, err = q.LabelValues(ctx, name, nil, matchers...) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} } - warnings = append(warnings, callWarnings...) + warnings.Merge(callWarnings) for _, val := range vals { labelValuesSet[val] = struct{}{} } @@ -773,7 +1112,7 @@ func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.A } sort.Strings(vals) } else { - vals, warnings, err = q.LabelValues(name) + vals, warnings, err = q.LabelValues(ctx, name, nil) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} } @@ -783,7 +1122,7 @@ func (qapi *QueryAPI) labelValues(r *http.Request) (interface{}, []error, *api.A vals = make([]string, 0) } - return vals, warnings, nil, func() {} + return vals, warnings.AsErrors(), nil, func() {} } func (qapi *QueryAPI) series(r *http.Request) (interface{}, []error, *api.ApiError, func()) { @@ -800,13 +1139,10 @@ func (qapi *QueryAPI) series(r *http.Request) (interface{}, []error, *api.ApiErr return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} } - var matcherSets [][]*labels.Matcher - for _, s := range r.Form[MatcherParam] { - matchers, err := parser.ParseMetricSelector(s) - if err != nil { - return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} - } - matcherSets = append(matcherSets, matchers) + matcherSets, ctx, err := tenancy.RewriteLabelMatchers(r.Context(), r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField, qapi.enforceTenancy, qapi.tenantLabel, r.Form[MatcherParam]) + if err != nil { + apiErr := &api.ApiError{Typ: api.ErrorBadData, Err: err} + return nil, nil, apiErr, func() {} } enableDedup, apiErr := qapi.parseEnableDedupParam(r) @@ -835,11 +1171,10 @@ func (qapi *QueryAPI) series(r *http.Request) (interface{}, []error, *api.ApiErr storeDebugMatchers, math.MaxInt64, enablePartialResponse, - qapi.enableQueryPushdown, true, nil, query.NoopSeriesStatsReporter, - ).Querier(r.Context(), timestamp.FromTime(start), timestamp.FromTime(end)) + ).Querier(timestamp.FromTime(start), timestamp.FromTime(end)) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} @@ -851,7 +1186,7 @@ func (qapi *QueryAPI) series(r *http.Request) (interface{}, []error, *api.ApiErr sets []storage.SeriesSet ) for _, mset := range matcherSets { - sets = append(sets, q.Select(false, nil, mset...)) + sets = append(sets, q.Select(ctx, false, nil, mset...)) } set := storage.NewMergeSeriesSet(sets, storage.ChainedSeriesMerge) @@ -861,7 +1196,7 @@ func (qapi *QueryAPI) series(r *http.Request) (interface{}, []error, *api.ApiErr if set.Err() != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: set.Err()}, func() {} } - return metrics, set.Warnings(), nil, func() {} + return metrics, set.Warnings().AsErrors(), nil, func() {} } func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.ApiError, func()) { @@ -880,13 +1215,10 @@ func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.Ap return nil, nil, apiErr, func() {} } - var matcherSets [][]*labels.Matcher - for _, s := range r.Form[MatcherParam] { - matchers, err := parser.ParseMetricSelector(s) - if err != nil { - return nil, nil, &api.ApiError{Typ: api.ErrorBadData, Err: err}, func() {} - } - matcherSets = append(matcherSets, matchers) + matcherSets, ctx, err := tenancy.RewriteLabelMatchers(r.Context(), r, qapi.tenantHeader, qapi.defaultTenant, qapi.tenantCertField, qapi.enforceTenancy, qapi.tenantLabel, r.Form[MatcherParam]) + if err != nil { + apiErr := &api.ApiError{Typ: api.ErrorBadData, Err: err} + return nil, nil, apiErr, func() {} } q, err := qapi.queryableCreate( @@ -895,11 +1227,10 @@ func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.Ap storeDebugMatchers, 0, enablePartialResponse, - qapi.enableQueryPushdown, true, nil, query.NoopSeriesStatsReporter, - ).Querier(r.Context(), timestamp.FromTime(start), timestamp.FromTime(end)) + ).Querier(timestamp.FromTime(start), timestamp.FromTime(end)) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} } @@ -907,18 +1238,18 @@ func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.Ap var ( names []string - warnings storage.Warnings + warnings annotations.Annotations ) if len(matcherSets) > 0 { - var callWarnings storage.Warnings + var callWarnings annotations.Annotations labelNamesSet := make(map[string]struct{}) for _, matchers := range matcherSets { - names, callWarnings, err = q.LabelNames(matchers...) + names, callWarnings, err = q.LabelNames(ctx, nil, matchers...) if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorExec, Err: err}, func() {} } - warnings = append(warnings, callWarnings...) + warnings.Merge(callWarnings) for _, val := range names { labelNamesSet[val] = struct{}{} } @@ -930,7 +1261,7 @@ func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.Ap } sort.Strings(names) } else { - names, warnings, err = q.LabelNames() + names, warnings, err = q.LabelNames(ctx, nil) } if err != nil { @@ -940,7 +1271,7 @@ func (qapi *QueryAPI) labelNames(r *http.Request) (interface{}, []error, *api.Ap names = make([]string, 0) } - return names, warnings, nil, func() {} + return names, warnings.AsErrors(), nil, func() {} } func (qapi *QueryAPI) stores(_ *http.Request) (interface{}, []error, *api.ApiError, func()) { @@ -983,7 +1314,7 @@ func NewTargetsHandler(client targets.UnaryClient, enablePartialResponse bool) f return nil, nil, &api.ApiError{Typ: api.ErrorInternal, Err: errors.Wrap(err, "retrieving targets")}, func() {} } - return t, warnings, nil, func() {} + return t, warnings.AsErrors(), nil, func() {} } } @@ -1001,7 +1332,7 @@ func NewAlertsHandler(client rules.UnaryClient, enablePartialResponse bool) func var ( groups *rulespb.RuleGroups - warnings storage.Warnings + warnings annotations.Annotations err error ) @@ -1029,7 +1360,7 @@ func NewAlertsHandler(client rules.UnaryClient, enablePartialResponse bool) func resp.Alerts = append(resp.Alerts, a.Alerts...) } } - return resp, warnings, nil, func() {} + return resp, warnings.AsErrors(), nil, func() {} } } @@ -1047,7 +1378,7 @@ func NewRulesHandler(client rules.UnaryClient, enablePartialResponse bool) func( var ( groups *rulespb.RuleGroups - warnings storage.Warnings + warnings annotations.Annotations err error ) @@ -1069,6 +1400,9 @@ func NewRulesHandler(client rules.UnaryClient, enablePartialResponse bool) func( Type: rulespb.RulesRequest_Type(typ), PartialResponseStrategy: ps, MatcherString: r.Form[MatcherParam], + RuleName: r.Form[RuleNameParam], + RuleGroup: r.Form[RuleGroupParam], + File: r.Form[FileParam], } tracing.DoInSpan(ctx, "retrieve_rules", func(ctx context.Context) { groups, warnings, err = client.Rules(ctx, req) @@ -1076,7 +1410,7 @@ func NewRulesHandler(client rules.UnaryClient, enablePartialResponse bool) func( if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorInternal, Err: errors.Errorf("error retrieving rules: %v", err)}, func() {} } - return groups, warnings, nil, func() {} + return groups, warnings.AsErrors(), nil, func() {} } } @@ -1094,7 +1428,7 @@ func NewExemplarsHandler(client exemplars.UnaryClient, enablePartialResponse boo var ( data []*exemplarspb.ExemplarData - warnings storage.Warnings + warnings annotations.Annotations err error ) @@ -1121,7 +1455,7 @@ func NewExemplarsHandler(client exemplars.UnaryClient, enablePartialResponse boo if err != nil { return nil, nil, &api.ApiError{Typ: api.ErrorInternal, Err: errors.Wrap(err, "retrieving exemplars")}, func() {} } - return data, warnings, nil, func() {} + return data, warnings.AsErrors(), nil, func() {} } } @@ -1212,7 +1546,7 @@ func NewMetricMetadataHandler(client metadata.UnaryClient, enablePartialResponse var ( t map[string][]metadatapb.Meta - warnings storage.Warnings + warnings annotations.Annotations err error ) @@ -1239,6 +1573,6 @@ func NewMetricMetadataHandler(client metadata.UnaryClient, enablePartialResponse return nil, nil, &api.ApiError{Typ: api.ErrorInternal, Err: errors.Wrap(err, "retrieving metadata")}, func() {} } - return t, warnings, nil, func() {} + return t, warnings.AsErrors(), nil, func() {} } } diff --git a/pkg/api/query/v1_test.go b/pkg/api/query/v1_test.go index 1707cd9a67..a820abe351 100644 --- a/pkg/api/query/v1_test.go +++ b/pkg/api/query/v1_test.go @@ -44,9 +44,11 @@ import ( "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/prometheus/prometheus/tsdb/tsdbutil" + "github.com/prometheus/prometheus/tsdb/chunks" + "github.com/prometheus/prometheus/util/annotations" promgate "github.com/prometheus/prometheus/util/gate" "github.com/prometheus/prometheus/util/stats" + "github.com/thanos-io/promql-engine/engine" baseAPI "github.com/thanos-io/thanos/pkg/api" "github.com/thanos-io/thanos/pkg/compact" "github.com/thanos-io/thanos/pkg/component" @@ -183,14 +185,12 @@ func TestQueryEndpoints(t *testing.T) { now := time.Now() timeout := 100 * time.Second - ef := QueryEngineFactory{ - engineOpts: promql.EngineOpts{ - Logger: nil, - Reg: nil, - MaxSamples: 10000, - Timeout: timeout, - }, - } + ef := NewQueryEngineFactory(promql.EngineOpts{ + Logger: nil, + Reg: nil, + MaxSamples: 10000, + Timeout: timeout, + }, nil, false) api := &QueryAPI{ baseAPI: &baseAPI.BaseAPI{ Now: func() time.Time { return now }, @@ -204,7 +204,9 @@ func TestQueryEndpoints(t *testing.T) { queryRangeHist: promauto.With(prometheus.NewRegistry()).NewHistogram(prometheus.HistogramOpts{ Name: "query_range_hist", }), - seriesStatsAggregator: &store.NoopSeriesStatsAggregator{}, + seriesStatsAggregatorFactory: &store.NoopSeriesStatsAggregatorFactory{}, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", } start := time.Unix(0, 0) @@ -337,6 +339,7 @@ func TestQueryEndpoints(t *testing.T) { }, }, }, + // Query endpoint with single deduplication label. { endpoint: api.query, @@ -628,10 +631,161 @@ func TestQueryEndpoints(t *testing.T) { } } +func TestQueryExplainEndpoints(t *testing.T) { + db, err := e2eutil.NewTSDB() + defer func() { testutil.Ok(t, db.Close()) }() + testutil.Ok(t, err) + + now := time.Now() + timeout := 100 * time.Second + ef := NewQueryEngineFactory(promql.EngineOpts{ + Logger: nil, + Reg: nil, + MaxSamples: 10000, + Timeout: timeout, + }, nil, false) + api := &QueryAPI{ + baseAPI: &baseAPI.BaseAPI{ + Now: func() time.Time { return now }, + }, + queryableCreate: query.NewQueryableCreator(nil, nil, newProxyStoreWithTSDBStore(db), 2, timeout), + engineFactory: ef, + defaultEngine: PromqlEnginePrometheus, + lookbackDeltaCreate: func(m int64) time.Duration { return time.Duration(0) }, + gate: gate.New(nil, 4, gate.Queries), + defaultRangeQueryStep: time.Second, + queryRangeHist: promauto.With(prometheus.NewRegistry()).NewHistogram(prometheus.HistogramOpts{ + Name: "query_range_hist", + }), + seriesStatsAggregatorFactory: &store.NoopSeriesStatsAggregatorFactory{}, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", + } + + var tests = []endpointTestCase{ + { + endpoint: api.queryExplain, + query: url.Values{ + "query": []string{"2"}, + "time": []string{"123.4"}, + "engine": []string{"thanos"}, + }, + response: &engine.ExplainOutputNode{ + OperatorName: "[numberLiteral] 2", + }, + }, + { + endpoint: api.queryRangeExplain, + query: url.Values{ + "query": []string{"time()"}, + "start": []string{"0"}, + "end": []string{"500"}, + "step": []string{"1"}, + "engine": []string{"thanos"}, + }, + response: &engine.ExplainOutputNode{ + OperatorName: "[duplicateLabelCheck]", + Children: []engine.ExplainOutputNode{ + { + OperatorName: "[noArgFunction]", + }, + }, + }, + }, + } + for i, test := range tests { + if ok := testEndpoint(t, test, fmt.Sprintf("#%d %s", i, test.query.Encode()), reflect.DeepEqual); !ok { + return + } + } +} + +func TestQueryAnalyzeEndpoints(t *testing.T) { + db, err := e2eutil.NewTSDB() + defer func() { testutil.Ok(t, db.Close()) }() + testutil.Ok(t, err) + + now := time.Now() + timeout := 100 * time.Second + ef := NewQueryEngineFactory(promql.EngineOpts{ + Logger: nil, + Reg: nil, + MaxSamples: 10000, + Timeout: timeout, + }, nil, false) + api := &QueryAPI{ + baseAPI: &baseAPI.BaseAPI{ + Now: func() time.Time { return now }, + }, + queryableCreate: query.NewQueryableCreator(nil, nil, newProxyStoreWithTSDBStore(db), 2, timeout), + engineFactory: ef, + defaultEngine: PromqlEnginePrometheus, + lookbackDeltaCreate: func(m int64) time.Duration { return time.Duration(0) }, + gate: gate.New(nil, 4, gate.Queries), + defaultRangeQueryStep: time.Second, + queryRangeHist: promauto.With(prometheus.NewRegistry()).NewHistogram(prometheus.HistogramOpts{ + Name: "query_range_hist", + }), + seriesStatsAggregatorFactory: &store.NoopSeriesStatsAggregatorFactory{}, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", + } + start := time.Unix(0, 0) + + var tests = []endpointTestCase{ + { + endpoint: api.query, + query: url.Values{ + "query": []string{"2"}, + "time": []string{"123.4"}, + "engine": []string{"thanos"}, + }, + response: &queryData{ + ResultType: parser.ValueTypeScalar, + Result: promql.Scalar{ + V: 2, + T: timestamp.FromTime(start.Add(123*time.Second + 400*time.Millisecond)), + }, + QueryAnalysis: queryTelemetry{}, + }, + }, + { + endpoint: api.queryRange, + query: url.Values{ + "query": []string{"time()"}, + "start": []string{"0"}, + "end": []string{"500"}, + "step": []string{"1"}, + }, + response: &queryData{ + ResultType: parser.ValueTypeMatrix, + Result: promql.Matrix{ + promql.Series{ + Floats: func(end, step float64) []promql.FPoint { + var res []promql.FPoint + for v := float64(0); v <= end; v += step { + res = append(res, promql.FPoint{F: v, T: timestamp.FromTime(start.Add(time.Duration(v) * time.Second))}) + } + return res + }(500, 1), + Metric: nil, + }, + }, + QueryAnalysis: queryTelemetry{}, + }, + }, + } + for i, test := range tests { + if ok := testEndpoint(t, test, fmt.Sprintf("#%d %s", i, test.query.Encode()), reflect.DeepEqual); !ok { + return + } + } +} + func newProxyStoreWithTSDBStore(db store.TSDBReader) *store.ProxyStore { c := &storetestutil.TestClient{ Name: "1", - StoreClient: storepb.ServerAsClient(store.NewTSDBStore(nil, db, component.Query, nil), 0), + StoreClient: storepb.ServerAsClient(store.NewTSDBStore(nil, db, component.Query, nil)), MinTime: math.MinInt64, MaxTime: math.MaxInt64, } @@ -691,7 +845,7 @@ func TestMetadataEndpoints(t *testing.T) { var series []storage.Series for _, lbl := range old { - var samples []tsdbutil.Sample + var samples []chunks.Sample for i := int64(0); i < 10; i++ { samples = append(samples, sample{ @@ -727,14 +881,12 @@ func TestMetadataEndpoints(t *testing.T) { now := time.Now() timeout := 100 * time.Second - ef := QueryEngineFactory{ - engineOpts: promql.EngineOpts{ - Logger: nil, - Reg: nil, - MaxSamples: 10000, - Timeout: timeout, - }, - } + ef := NewQueryEngineFactory(promql.EngineOpts{ + Logger: nil, + Reg: nil, + MaxSamples: 10000, + Timeout: timeout, + }, nil, false) api := &QueryAPI{ baseAPI: &baseAPI.BaseAPI{ Now: func() time.Time { return now }, @@ -747,7 +899,9 @@ func TestMetadataEndpoints(t *testing.T) { queryRangeHist: promauto.With(prometheus.NewRegistry()).NewHistogram(prometheus.HistogramOpts{ Name: "query_range_hist", }), - seriesStatsAggregator: &store.NoopSeriesStatsAggregator{}, + seriesStatsAggregatorFactory: &store.NoopSeriesStatsAggregatorFactory{}, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", } apiWithLabelLookback := &QueryAPI{ baseAPI: &baseAPI.BaseAPI{ @@ -762,7 +916,9 @@ func TestMetadataEndpoints(t *testing.T) { queryRangeHist: promauto.With(prometheus.NewRegistry()).NewHistogram(prometheus.HistogramOpts{ Name: "query_range_hist", }), - seriesStatsAggregator: &store.NoopSeriesStatsAggregator{}, + seriesStatsAggregatorFactory: &store.NoopSeriesStatsAggregatorFactory{}, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", } var tests = []endpointTestCase{ @@ -1233,6 +1389,8 @@ func TestStoresEndpoint(t *testing.T) { }, } }, + tenantHeader: "thanos-tenant", + defaultTenant: "default-tenant", } apiWithInvalidEndpoint := &QueryAPI{ endpointStatus: func() []query.EndpointStatus { @@ -1567,6 +1725,7 @@ func TestRulesHandler(t *testing.T) { Health: "x", Query: "sum(up2) == 2", DurationSeconds: 101, + KeepFiringForSeconds: 102, Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "some", Value: "label3"}}}, Annotations: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "ann", Value: "a1"}}}, Alerts: []*rulespb.AlertInstance{ @@ -1597,10 +1756,22 @@ func TestRulesHandler(t *testing.T) { EvaluationDurationSeconds: 122, Health: "x", DurationSeconds: 102, + KeepFiringForSeconds: 103, Query: "sum(up3) == 3", Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "some", Value: "label4"}}}, State: rulespb.AlertState_INACTIVE, }), + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "5", + LastEvaluation: time.Time{}.Add(4 * time.Minute), + EvaluationDurationSeconds: 122, + Health: "x", + DurationSeconds: 61, + KeepFiringForSeconds: 62, + Query: "sum(up4) == 4", + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "some", Value: "label5"}}}, + State: rulespb.AlertState_INACTIVE, + }), } endpoint := NewRulesHandler(mockedRulesClient{ @@ -1686,6 +1857,7 @@ func TestRulesHandler(t *testing.T) { LastEvaluation: all[2].GetAlert().LastEvaluation, EvaluationTime: all[2].GetAlert().EvaluationDurationSeconds, Duration: all[2].GetAlert().DurationSeconds, + KeepFiringFor: all[2].GetAlert().KeepFiringForSeconds, Annotations: labelpb.ZLabelsToPromLabels(all[2].GetAlert().Annotations.Labels), Alerts: []*testpromcompatibility.Alert{ { @@ -1717,6 +1889,22 @@ func TestRulesHandler(t *testing.T) { LastEvaluation: all[3].GetAlert().LastEvaluation, EvaluationTime: all[3].GetAlert().EvaluationDurationSeconds, Duration: all[3].GetAlert().DurationSeconds, + KeepFiringFor: all[3].GetAlert().KeepFiringForSeconds, + Annotations: nil, + Alerts: []*testpromcompatibility.Alert{}, + Type: "alerting", + }, + testpromcompatibility.AlertingRule{ + State: strings.ToLower(all[4].GetAlert().State.String()), + Name: all[4].GetAlert().Name, + Query: all[4].GetAlert().Query, + Labels: labelpb.ZLabelsToPromLabels(all[4].GetAlert().Labels.Labels), + Health: rules.RuleHealth(all[2].GetAlert().Health), + LastError: all[4].GetAlert().LastError, + LastEvaluation: all[4].GetAlert().LastEvaluation, + EvaluationTime: all[4].GetAlert().EvaluationDurationSeconds, + Duration: all[4].GetAlert().DurationSeconds, + KeepFiringFor: all[4].GetAlert().KeepFiringForSeconds, Annotations: nil, Alerts: []*testpromcompatibility.Alert{}, Type: "alerting", @@ -1793,7 +1981,7 @@ func TestRulesHandler(t *testing.T) { } res, errors, apiError, releaseResources := endpoint(req.WithContext(ctx)) defer releaseResources() - if errors != nil { + if len(errors) > 0 { t.Fatalf("Unexpected errors: %s", errors) return } @@ -1846,11 +2034,11 @@ func BenchmarkQueryResultEncoding(b *testing.B) { type mockedRulesClient struct { g map[rulespb.RulesRequest_Type][]*rulespb.RuleGroup - w storage.Warnings + w annotations.Annotations err error } -func (c mockedRulesClient) Rules(_ context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, storage.Warnings, error) { +func (c mockedRulesClient) Rules(_ context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, annotations.Annotations, error) { return &rulespb.RuleGroups{Groups: c.g[req.Type]}, c.w, c.err } diff --git a/pkg/block/block.go b/pkg/block/block.go index 41625dc17d..64add7fb51 100644 --- a/pkg/block/block.go +++ b/pkg/block/block.go @@ -295,6 +295,10 @@ func DownloadMeta(ctx context.Context, logger log.Logger, bkt objstore.Bucket, i return m, nil } +func IsBlockMetaFile(path string) bool { + return filepath.Base(path) == MetaFilename +} + func IsBlockDir(path string) (id ulid.ULID, ok bool) { id, err := ulid.Parse(filepath.Base(path)) return id, err == nil diff --git a/pkg/block/block_test.go b/pkg/block/block_test.go index 2fb26fc191..1ebe6b1c6a 100644 --- a/pkg/block/block_test.go +++ b/pkg/block/block_test.go @@ -15,6 +15,8 @@ import ( "testing" "time" + "github.com/thanos-io/thanos/pkg/extprom" + "github.com/go-kit/log" "github.com/oklog/ulid" "github.com/pkg/errors" @@ -85,12 +87,12 @@ func TestUpload(t *testing.T) { bkt := objstore.NewInMemBucket() b1, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, os.MkdirAll(path.Join(tmpDir, "test", b1.String()), os.ModePerm)) @@ -142,7 +144,7 @@ func TestUpload(t *testing.T) { testutil.Equals(t, 3, len(bkt.Objects())) testutil.Equals(t, 3727, len(bkt.Objects()[path.Join(b1.String(), ChunksDirname, "000001")])) testutil.Equals(t, 401, len(bkt.Objects()[path.Join(b1.String(), IndexFilename)])) - testutil.Equals(t, 546, len(bkt.Objects()[path.Join(b1.String(), MetaFilename)])) + testutil.Equals(t, 595, len(bkt.Objects()[path.Join(b1.String(), MetaFilename)])) // File stats are gathered. testutil.Equals(t, fmt.Sprintf(`{ @@ -181,7 +183,10 @@ func TestUpload(t *testing.T) { { "rel_path": "meta.json" } - ] + ], + "index_stats": { + "series_max_size": 16 + } } } `, b1.String(), b1.String()), string(bkt.Objects()[path.Join(b1.String(), MetaFilename)])) @@ -192,17 +197,17 @@ func TestUpload(t *testing.T) { testutil.Equals(t, 3, len(bkt.Objects())) testutil.Equals(t, 3727, len(bkt.Objects()[path.Join(b1.String(), ChunksDirname, "000001")])) testutil.Equals(t, 401, len(bkt.Objects()[path.Join(b1.String(), IndexFilename)])) - testutil.Equals(t, 546, len(bkt.Objects()[path.Join(b1.String(), MetaFilename)])) + testutil.Equals(t, 595, len(bkt.Objects()[path.Join(b1.String(), MetaFilename)])) } { // Upload with no external labels should be blocked. b2, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, nil, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.EmptyLabels(), 124, metadata.NoneFunc) testutil.Ok(t, err) err = Upload(ctx, log.NewNopLogger(), bkt, path.Join(tmpDir, b2.String()), metadata.NoneFunc) testutil.NotOk(t, err) @@ -212,19 +217,19 @@ func TestUpload(t *testing.T) { { // No external labels with UploadPromBlocks. b2, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, nil, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.EmptyLabels(), 124, metadata.NoneFunc) testutil.Ok(t, err) err = UploadPromBlock(ctx, log.NewNopLogger(), bkt, path.Join(tmpDir, b2.String()), metadata.NoneFunc) testutil.Ok(t, err) testutil.Equals(t, 6, len(bkt.Objects())) testutil.Equals(t, 3727, len(bkt.Objects()[path.Join(b2.String(), ChunksDirname, "000001")])) testutil.Equals(t, 401, len(bkt.Objects()[path.Join(b2.String(), IndexFilename)])) - testutil.Equals(t, 525, len(bkt.Objects()[path.Join(b2.String(), MetaFilename)])) + testutil.Equals(t, 574, len(bkt.Objects()[path.Join(b2.String(), MetaFilename)])) } } @@ -237,12 +242,12 @@ func TestDelete(t *testing.T) { bkt := objstore.NewInMemBucket() { b1, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, Upload(ctx, log.NewNopLogger(), bkt, path.Join(tmpDir, b1.String()), metadata.NoneFunc)) testutil.Equals(t, 3, len(bkt.Objects())) @@ -256,12 +261,12 @@ func TestDelete(t *testing.T) { } { b2, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, Upload(ctx, log.NewNopLogger(), bkt, path.Join(tmpDir, b2.String()), metadata.NoneFunc)) testutil.Equals(t, 3, len(bkt.Objects())) @@ -307,12 +312,12 @@ func TestMarkForDeletion(t *testing.T) { t.Run(tcase.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) tcase.preUpload(t, id, bkt) @@ -361,12 +366,12 @@ func TestMarkForNoCompact(t *testing.T) { t.Run(tcase.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) tcase.preUpload(t, id, bkt) @@ -416,12 +421,12 @@ func TestMarkForNoDownsample(t *testing.T) { t.Run(tcase.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) tcase.preUpload(t, id, bkt) @@ -448,11 +453,11 @@ func TestHashDownload(t *testing.T) { bkt := objstore.NewInMemBucket() r := prometheus.NewRegistry() - instrumentedBkt := objstore.BucketWithMetrics("test", bkt, r) + instrumentedBkt := objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", r), "test") b1, err := e2eutil.CreateBlockWithTombstone(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 42, metadata.SHA256Func) + labels.New(labels.Label{Name: "a", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 42, metadata.SHA256Func) testutil.Ok(t, err) testutil.Ok(t, Upload(ctx, log.NewNopLogger(), instrumentedBkt, path.Join(tmpDir, b1.String()), metadata.SHA256Func)) @@ -540,12 +545,12 @@ func TestUploadCleanup(t *testing.T) { bkt := objstore.NewInMemBucket() b1, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "b", Value: "1"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "val1"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "ext1", Value: "val1"}), 124, metadata.NoneFunc) testutil.Ok(t, err) { @@ -625,12 +630,12 @@ func TestRemoveMarkForDeletion(t *testing.T) { t.Run(testcases.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "cluster-eu1", Value: "service-1"}}, - {{Name: "cluster-eu1", Value: "service-2"}}, - {{Name: "cluster-eu1", Value: "service-3"}}, - {{Name: "cluster-us1", Value: "service-1"}}, - {{Name: "cluster-us1", Value: "service-2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "region-1", Value: "eu-west"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-2"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-3"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-2"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "region-1", Value: "eu-west"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testcases.preDelete(t, id, bkt) counter := promauto.With(nil).NewCounter(prometheus.CounterOpts{}) @@ -672,12 +677,12 @@ func TestRemoveMarkForNoCompact(t *testing.T) { t.Run(testCases.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "cluster-eu1", Value: "service-1"}}, - {{Name: "cluster-eu1", Value: "service-2"}}, - {{Name: "cluster-eu1", Value: "service-3"}}, - {{Name: "cluster-us1", Value: "service-1"}}, - {{Name: "cluster-us1", Value: "service-2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "region-1", Value: "eu-west"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-2"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-3"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-2"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "region-1", Value: "eu-west"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testCases.preDelete(t, id, bkt) counter := promauto.With(nil).NewCounter(prometheus.CounterOpts{}) @@ -719,12 +724,12 @@ func TestRemoveMmarkForNoDownsample(t *testing.T) { t.Run(testCases.name, func(t *testing.T) { bkt := objstore.NewInMemBucket() id, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "cluster-eu1", Value: "service-1"}}, - {{Name: "cluster-eu1", Value: "service-2"}}, - {{Name: "cluster-eu1", Value: "service-3"}}, - {{Name: "cluster-us1", Value: "service-1"}}, - {{Name: "cluster-us1", Value: "service-2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "region-1", Value: "eu-west"}}, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-2"}), + labels.New(labels.Label{Name: "cluster-eu1", Value: "service-3"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-1"}), + labels.New(labels.Label{Name: "cluster-us1", Value: "service-2"}), + }, 100, 0, 1000, labels.New(labels.Label{Name: "region-1", Value: "eu-west"}), 124, metadata.NoneFunc) testutil.Ok(t, err) testCases.preDelete(t, id, bkt) counter := promauto.With(nil).NewCounter(prometheus.CounterOpts{}) diff --git a/pkg/block/fetcher.go b/pkg/block/fetcher.go index e97fc62f8b..883b8e0608 100644 --- a/pkg/block/fetcher.go +++ b/pkg/block/fetcher.go @@ -11,6 +11,7 @@ import ( "path" "path/filepath" "sort" + "strings" "sync" "time" @@ -36,13 +37,20 @@ import ( const FetcherConcurrency = 32 +// BaseFetcherMetrics holds metrics tracked by the base fetcher. This struct and its fields are exported +// to allow depending projects (eg. Cortex) to implement their own custom metadata fetcher while tracking +// compatible metrics. +type BaseFetcherMetrics struct { + Syncs prometheus.Counter +} + // FetcherMetrics holds metrics tracked by the metadata fetcher. This struct and its fields are exported // to allow depending projects (eg. Cortex) to implement their own custom metadata fetcher while tracking // compatible metrics. type FetcherMetrics struct { Syncs prometheus.Counter SyncFailures prometheus.Counter - SyncDuration prometheus.Histogram + SyncDuration prometheus.Observer Synced *extprom.TxGaugeVec Modified *extprom.TxGaugeVec @@ -61,7 +69,7 @@ func (s *FetcherMetrics) ResetTx() { } const ( - fetcherSubSys = "blocks_meta" + FetcherSubSys = "blocks_meta" CorruptedMeta = "corrupted-meta-json" NoMeta = "no-meta-json" @@ -87,21 +95,33 @@ const ( replicaRemovedMeta = "replica-label-removed" ) +func NewBaseFetcherMetrics(reg prometheus.Registerer) *BaseFetcherMetrics { + var m BaseFetcherMetrics + + m.Syncs = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + Subsystem: FetcherSubSys, + Name: "base_syncs_total", + Help: "Total blocks metadata synchronization attempts by base Fetcher", + }) + + return &m +} + func NewFetcherMetrics(reg prometheus.Registerer, syncedExtraLabels, modifiedExtraLabels [][]string) *FetcherMetrics { var m FetcherMetrics m.Syncs = promauto.With(reg).NewCounter(prometheus.CounterOpts{ - Subsystem: fetcherSubSys, + Subsystem: FetcherSubSys, Name: "syncs_total", Help: "Total blocks metadata synchronization attempts", }) m.SyncFailures = promauto.With(reg).NewCounter(prometheus.CounterOpts{ - Subsystem: fetcherSubSys, + Subsystem: FetcherSubSys, Name: "sync_failures_total", Help: "Total blocks metadata synchronization failures", }) m.SyncDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ - Subsystem: fetcherSubSys, + Subsystem: FetcherSubSys, Name: "sync_duration_seconds", Help: "Duration of the blocks metadata synchronization in seconds", Buckets: []float64{0.01, 1, 10, 100, 300, 600, 1000}, @@ -109,39 +129,162 @@ func NewFetcherMetrics(reg prometheus.Registerer, syncedExtraLabels, modifiedExt m.Synced = extprom.NewTxGaugeVec( reg, prometheus.GaugeOpts{ - Subsystem: fetcherSubSys, + Subsystem: FetcherSubSys, Name: "synced", Help: "Number of block metadata synced", }, []string{"state"}, - append([][]string{ - {CorruptedMeta}, - {NoMeta}, - {LoadedMeta}, - {tooFreshMeta}, - {FailedMeta}, - {labelExcludedMeta}, - {timeExcludedMeta}, - {duplicateMeta}, - {MarkedForDeletionMeta}, - {MarkedForNoCompactionMeta}, - }, syncedExtraLabels...)..., + append(DefaultSyncedStateLabelValues(), syncedExtraLabels...)..., ) m.Modified = extprom.NewTxGaugeVec( reg, prometheus.GaugeOpts{ - Subsystem: fetcherSubSys, + Subsystem: FetcherSubSys, Name: "modified", Help: "Number of blocks whose metadata changed", }, []string{"modified"}, - append([][]string{ - {replicaRemovedMeta}, - }, modifiedExtraLabels...)..., + append(DefaultModifiedLabelValues(), modifiedExtraLabels...)..., ) return &m } +func DefaultSyncedStateLabelValues() [][]string { + return [][]string{ + {CorruptedMeta}, + {NoMeta}, + {LoadedMeta}, + {tooFreshMeta}, + {FailedMeta}, + {labelExcludedMeta}, + {timeExcludedMeta}, + {duplicateMeta}, + {MarkedForDeletionMeta}, + {MarkedForNoCompactionMeta}, + } +} + +func DefaultModifiedLabelValues() [][]string { + return [][]string{ + {replicaRemovedMeta}, + } +} + +// Lister lists block IDs from a bucket. +type Lister interface { + // GetActiveAndPartialBlockIDs GetActiveBlocksIDs returning it via channel (streaming) and response. + // Active blocks are blocks which contain meta.json, while partial blocks are blocks without meta.json + GetActiveAndPartialBlockIDs(ctx context.Context, ch chan<- ulid.ULID) (partialBlocks map[ulid.ULID]bool, err error) +} + +// RecursiveLister lists block IDs by recursively iterating through a bucket. +type RecursiveLister struct { + logger log.Logger + bkt objstore.InstrumentedBucketReader +} + +func NewRecursiveLister(logger log.Logger, bkt objstore.InstrumentedBucketReader) *RecursiveLister { + return &RecursiveLister{ + logger: logger, + bkt: bkt, + } +} + +func (f *RecursiveLister) GetActiveAndPartialBlockIDs(ctx context.Context, ch chan<- ulid.ULID) (partialBlocks map[ulid.ULID]bool, err error) { + partialBlocks = make(map[ulid.ULID]bool) + err = f.bkt.Iter(ctx, "", func(name string) error { + parts := strings.Split(name, "/") + dir, file := parts[0], parts[len(parts)-1] + id, ok := IsBlockDir(dir) + if !ok { + return nil + } + if _, ok := partialBlocks[id]; !ok { + partialBlocks[id] = true + } + if !IsBlockMetaFile(file) { + return nil + } + partialBlocks[id] = false + + select { + case <-ctx.Done(): + return ctx.Err() + case ch <- id: + } + return nil + }, objstore.WithRecursiveIter) + return partialBlocks, err +} + +// ConcurrentLister lists block IDs by doing a top level iteration of the bucket +// followed by one Exists call for each discovered block to detect partial blocks. +type ConcurrentLister struct { + logger log.Logger + bkt objstore.InstrumentedBucketReader +} + +func NewConcurrentLister(logger log.Logger, bkt objstore.InstrumentedBucketReader) *ConcurrentLister { + return &ConcurrentLister{ + logger: logger, + bkt: bkt, + } +} + +func (f *ConcurrentLister) GetActiveAndPartialBlockIDs(ctx context.Context, ch chan<- ulid.ULID) (partialBlocks map[ulid.ULID]bool, err error) { + const concurrency = 64 + + partialBlocks = make(map[ulid.ULID]bool) + var ( + metaChan = make(chan ulid.ULID, concurrency) + eg, gCtx = errgroup.WithContext(ctx) + mu sync.Mutex + ) + for i := 0; i < concurrency; i++ { + eg.Go(func() error { + for uid := range metaChan { + // TODO(bwplotka): If that causes problems (obj store rate limits), add longer ttl to cached items. + // For 1y and 100 block sources this generates ~1.5-3k HEAD RPM. AWS handles 330k RPM per prefix. + // TODO(bwplotka): Consider filtering by consistency delay here (can't do until compactor healthyOverride work). + metaFile := path.Join(uid.String(), MetaFilename) + ok, err := f.bkt.Exists(gCtx, metaFile) + if err != nil { + return errors.Wrapf(err, "meta.json file exists: %v", uid) + } + if !ok { + mu.Lock() + partialBlocks[uid] = true + mu.Unlock() + continue + } + ch <- uid + } + return nil + }) + } + + if err = f.bkt.Iter(ctx, "", func(name string) error { + id, ok := IsBlockDir(name) + if !ok { + return nil + } + select { + case <-ctx.Done(): + return ctx.Err() + case metaChan <- id: + } + return nil + }); err != nil { + return nil, err + } + close(metaChan) + + if err := eg.Wait(); err != nil { + return nil, err + } + return partialBlocks, nil +} + type MetadataFetcher interface { Fetch(ctx context.Context) (metas map[ulid.ULID]*metadata.Meta, partial map[ulid.ULID]error, err error) UpdateOnChange(func([]metadata.Meta, error)) @@ -160,9 +303,10 @@ type MetadataFilter interface { // BaseFetcher is a struct that synchronizes filtered metadata of all block in the object storage with the local state. // Go-routine safe. type BaseFetcher struct { - logger log.Logger - concurrency int - bkt objstore.InstrumentedBucketReader + logger log.Logger + concurrency int + bkt objstore.InstrumentedBucketReader + blockIDsLister Lister // Optional local directory to cache meta.json files. cacheDir string @@ -174,7 +318,12 @@ type BaseFetcher struct { } // NewBaseFetcher constructs BaseFetcher. -func NewBaseFetcher(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, dir string, reg prometheus.Registerer) (*BaseFetcher, error) { +func NewBaseFetcher(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, blockIDsFetcher Lister, dir string, reg prometheus.Registerer) (*BaseFetcher, error) { + return NewBaseFetcherWithMetrics(logger, concurrency, bkt, blockIDsFetcher, dir, NewBaseFetcherMetrics(reg)) +} + +// NewBaseFetcherWithMetrics constructs BaseFetcher. +func NewBaseFetcherWithMetrics(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, blockIDsLister Lister, dir string, metrics *BaseFetcherMetrics) (*BaseFetcher, error) { if logger == nil { logger = log.NewNopLogger() } @@ -188,37 +337,48 @@ func NewBaseFetcher(logger log.Logger, concurrency int, bkt objstore.Instrumente } return &BaseFetcher{ - logger: log.With(logger, "component", "block.BaseFetcher"), - concurrency: concurrency, - bkt: bkt, - cacheDir: cacheDir, - cached: map[ulid.ULID]*metadata.Meta{}, - syncs: promauto.With(reg).NewCounter(prometheus.CounterOpts{ - Subsystem: fetcherSubSys, - Name: "base_syncs_total", - Help: "Total blocks metadata synchronization attempts by base Fetcher", - }), + logger: log.With(logger, "component", "block.BaseFetcher"), + concurrency: concurrency, + bkt: bkt, + blockIDsLister: blockIDsLister, + cacheDir: cacheDir, + cached: map[ulid.ULID]*metadata.Meta{}, + syncs: metrics.Syncs, }, nil } // NewRawMetaFetcher returns basic meta fetcher without proper handling for eventual consistent backends or partial uploads. // NOTE: Not suitable to use in production. -func NewRawMetaFetcher(logger log.Logger, bkt objstore.InstrumentedBucketReader) (*MetaFetcher, error) { - return NewMetaFetcher(logger, 1, bkt, "", nil, nil) +func NewRawMetaFetcher(logger log.Logger, bkt objstore.InstrumentedBucketReader, blockIDsFetcher Lister) (*MetaFetcher, error) { + return NewMetaFetcher(logger, 1, bkt, blockIDsFetcher, "", nil, nil) } // NewMetaFetcher returns meta fetcher. -func NewMetaFetcher(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, dir string, reg prometheus.Registerer, filters []MetadataFilter) (*MetaFetcher, error) { - b, err := NewBaseFetcher(logger, concurrency, bkt, dir, reg) +func NewMetaFetcher(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, blockIDsFetcher Lister, dir string, reg prometheus.Registerer, filters []MetadataFilter) (*MetaFetcher, error) { + b, err := NewBaseFetcher(logger, concurrency, bkt, blockIDsFetcher, dir, reg) if err != nil { return nil, err } return b.NewMetaFetcher(reg, filters), nil } +// NewMetaFetcherWithMetrics returns meta fetcher. +func NewMetaFetcherWithMetrics(logger log.Logger, concurrency int, bkt objstore.InstrumentedBucketReader, blockIDsFetcher Lister, dir string, baseFetcherMetrics *BaseFetcherMetrics, fetcherMetrics *FetcherMetrics, filters []MetadataFilter) (*MetaFetcher, error) { + b, err := NewBaseFetcherWithMetrics(logger, concurrency, bkt, blockIDsFetcher, dir, baseFetcherMetrics) + if err != nil { + return nil, err + } + return b.NewMetaFetcherWithMetrics(fetcherMetrics, filters), nil +} + // NewMetaFetcher transforms BaseFetcher into actually usable *MetaFetcher. func (f *BaseFetcher) NewMetaFetcher(reg prometheus.Registerer, filters []MetadataFilter, logTags ...interface{}) *MetaFetcher { - return &MetaFetcher{metrics: NewFetcherMetrics(reg, nil, nil), wrapped: f, filters: filters, logger: log.With(f.logger, logTags...)} + return f.NewMetaFetcherWithMetrics(NewFetcherMetrics(reg, nil, nil), filters, logTags...) +} + +// NewMetaFetcherWithMetrics transforms BaseFetcher into actually usable *MetaFetcher. +func (f *BaseFetcher) NewMetaFetcherWithMetrics(fetcherMetrics *FetcherMetrics, filters []MetadataFilter, logTags ...interface{}) *MetaFetcher { + return &MetaFetcher{metrics: fetcherMetrics, wrapped: f, filters: filters, logger: log.With(f.logger, logTags...)} } var ( @@ -234,17 +394,6 @@ func (f *BaseFetcher) loadMeta(ctx context.Context, id ulid.ULID) (*metadata.Met cachedBlockDir = filepath.Join(f.cacheDir, id.String()) ) - // TODO(bwplotka): If that causes problems (obj store rate limits), add longer ttl to cached items. - // For 1y and 100 block sources this generates ~1.5-3k HEAD RPM. AWS handles 330k RPM per prefix. - // TODO(bwplotka): Consider filtering by consistency delay here (can't do until compactor healthyOverride work). - ok, err := f.bkt.Exists(ctx, metaFile) - if err != nil { - return nil, errors.Wrapf(err, "meta.json file exists: %v", metaFile) - } - if !ok { - return nil, ErrorSyncMetaNotFound - } - if m, seen := f.cached[id]; seen { return m, nil } @@ -360,29 +509,28 @@ func (f *BaseFetcher) fetchMetadata(ctx context.Context) (interface{}, error) { }) } + var partialBlocks map[ulid.ULID]bool + var err error // Workers scheduled, distribute blocks. eg.Go(func() error { defer close(ch) - return f.bkt.Iter(ctx, "", func(name string) error { - id, ok := IsBlockDir(name) - if !ok { - return nil - } - - select { - case <-ctx.Done(): - return ctx.Err() - case ch <- id: - } - - return nil - }) + partialBlocks, err = f.blockIDsLister.GetActiveAndPartialBlockIDs(ctx, ch) + return err }) if err := eg.Wait(); err != nil { return nil, errors.Wrap(err, "BaseFetcher: iter bucket") } + mtx.Lock() + for blockULID, isPartial := range partialBlocks { + if isPartial { + resp.partial[blockULID] = errors.Errorf("block %s has no meta file", blockULID) + resp.noMetas++ + } + } + mtx.Unlock() + if len(resp.metaErrs) > 0 { return resp, nil } @@ -437,8 +585,6 @@ func (f *BaseFetcher) fetch(ctx context.Context, metrics *FetcherMetrics, filter metrics.SyncFailures.Inc() } }() - metrics.Syncs.Inc() - metrics.ResetTx() // Run this in thread safe run group. // TODO(bwplotka): Consider custom singleflight with ttl. @@ -469,7 +615,6 @@ func (f *BaseFetcher) fetch(ctx context.Context, metrics *FetcherMetrics, filter } metrics.Synced.WithLabelValues(LoadedMeta).Set(float64(len(metas))) - metrics.Submit() if len(resp.metaErrs) > 0 { return metas, resp.partial, errors.Wrap(resp.metaErrs.Err(), "incomplete view") @@ -502,6 +647,9 @@ type MetaFetcher struct { // // Returned error indicates a failure in fetching metadata. Returned meta can be assumed as correct, with some blocks missing. func (f *MetaFetcher) Fetch(ctx context.Context) (metas map[ulid.ULID]*metadata.Meta, partial map[ulid.ULID]error, err error) { + f.metrics.Syncs.Inc() + f.metrics.ResetTx() + metas, partial, err = f.wrapped.fetch(ctx, f.metrics, f.filters) if f.listener != nil { blocks := make([]metadata.Meta, 0, len(metas)) @@ -510,6 +658,8 @@ func (f *MetaFetcher) Fetch(ctx context.Context) (metas map[ulid.ULID]*metadata. } f.listener(blocks, err) } + + f.metrics.Submit() return metas, partial, err } @@ -561,15 +711,16 @@ const BlockIDLabel = "__block_id" // Filter filters out blocks that have no labels after relabelling of each block external (Thanos) labels. func (f *LabelShardedMetaFilter) Filter(_ context.Context, metas map[ulid.ULID]*metadata.Meta, synced GaugeVec, modified GaugeVec) error { - var lbls labels.Labels + var b labels.Builder for id, m := range metas { - lbls = lbls[:0] - lbls = append(lbls, labels.Label{Name: BlockIDLabel, Value: id.String()}) + b.Reset(labels.EmptyLabels()) + b.Set(BlockIDLabel, id.String()) + for k, v := range m.Thanos.Labels { - lbls = append(lbls, labels.Label{Name: k, Value: v}) + b.Set(k, v) } - if processedLabels, _ := relabel.Process(lbls, f.relabelConfig...); len(processedLabels) == 0 { + if processedLabels, _ := relabel.Process(b.Labels(), f.relabelConfig...); processedLabels.IsEmpty() { synced.WithLabelValues(labelExcludedMeta).Inc() delete(metas, id) } @@ -577,24 +728,28 @@ func (f *LabelShardedMetaFilter) Filter(_ context.Context, metas map[ulid.ULID]* return nil } -var _ MetadataFilter = &DeduplicateFilter{} +var _ MetadataFilter = &DefaultDeduplicateFilter{} + +type DeduplicateFilter interface { + DuplicateIDs() []ulid.ULID +} -// DeduplicateFilter is a BaseFetcher filter that filters out older blocks that have exactly the same data. +// DefaultDeduplicateFilter is a BaseFetcher filter that filters out older blocks that have exactly the same data. // Not go-routine safe. -type DeduplicateFilter struct { +type DefaultDeduplicateFilter struct { duplicateIDs []ulid.ULID concurrency int mu sync.Mutex } -// NewDeduplicateFilter creates DeduplicateFilter. -func NewDeduplicateFilter(concurrency int) *DeduplicateFilter { - return &DeduplicateFilter{concurrency: concurrency} +// NewDeduplicateFilter creates DefaultDeduplicateFilter. +func NewDeduplicateFilter(concurrency int) *DefaultDeduplicateFilter { + return &DefaultDeduplicateFilter{concurrency: concurrency} } // Filter filters out duplicate blocks that can be formed // from two or more overlapping blocks that fully submatches the source blocks of the older blocks. -func (f *DeduplicateFilter) Filter(_ context.Context, metas map[ulid.ULID]*metadata.Meta, synced GaugeVec, modified GaugeVec) error { +func (f *DefaultDeduplicateFilter) Filter(_ context.Context, metas map[ulid.ULID]*metadata.Meta, synced GaugeVec, modified GaugeVec) error { f.duplicateIDs = f.duplicateIDs[:0] var wg sync.WaitGroup @@ -626,7 +781,7 @@ func (f *DeduplicateFilter) Filter(_ context.Context, metas map[ulid.ULID]*metad return nil } -func (f *DeduplicateFilter) filterGroup(metaSlice []*metadata.Meta, metas map[ulid.ULID]*metadata.Meta, synced GaugeVec) { +func (f *DefaultDeduplicateFilter) filterGroup(metaSlice []*metadata.Meta, metas map[ulid.ULID]*metadata.Meta, synced GaugeVec) { sort.Slice(metaSlice, func(i, j int) bool { ilen := len(metaSlice[i].Compaction.Sources) jlen := len(metaSlice[j].Compaction.Sources) @@ -668,8 +823,8 @@ childLoop: f.mu.Unlock() } -// DuplicateIDs returns slice of block ids that are filtered out by DeduplicateFilter. -func (f *DeduplicateFilter) DuplicateIDs() []ulid.ULID { +// DuplicateIDs returns slice of block ids that are filtered out by DefaultDeduplicateFilter. +func (f *DefaultDeduplicateFilter) DuplicateIDs() []ulid.ULID { return f.duplicateIDs } @@ -747,9 +902,6 @@ type ConsistencyDelayMetaFilter struct { // NewConsistencyDelayMetaFilter creates ConsistencyDelayMetaFilter. func NewConsistencyDelayMetaFilter(logger log.Logger, consistencyDelay time.Duration, reg prometheus.Registerer) *ConsistencyDelayMetaFilter { - if logger == nil { - logger = log.NewNopLogger() - } _ = promauto.With(reg).NewGaugeFunc(prometheus.GaugeOpts{ Name: "consistency_delay_seconds", Help: "Configured consistency delay in seconds.", @@ -757,6 +909,15 @@ func NewConsistencyDelayMetaFilter(logger log.Logger, consistencyDelay time.Dura return consistencyDelay.Seconds() }) + return NewConsistencyDelayMetaFilterWithoutMetrics(logger, consistencyDelay) +} + +// NewConsistencyDelayMetaFilterWithoutMetrics creates ConsistencyDelayMetaFilter. +func NewConsistencyDelayMetaFilterWithoutMetrics(logger log.Logger, consistencyDelay time.Duration) *ConsistencyDelayMetaFilter { + if logger == nil { + logger = log.NewNopLogger() + } + return &ConsistencyDelayMetaFilter{ logger: logger, consistencyDelay: consistencyDelay, diff --git a/pkg/block/fetcher_test.go b/pkg/block/fetcher_test.go index 576006962b..5e24e26538 100644 --- a/pkg/block/fetcher_test.go +++ b/pkg/block/fetcher_test.go @@ -27,6 +27,7 @@ import ( "github.com/thanos-io/objstore/objtesting" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/extprom" "github.com/thanos-io/thanos/pkg/model" @@ -71,7 +72,10 @@ func TestMetaFetcher_Fetch(t *testing.T) { var ulidToDelete ulid.ULID r := prometheus.NewRegistry() - baseFetcher, err := NewBaseFetcher(log.NewNopLogger(), 20, objstore.WithNoopInstr(bkt), dir, r) + noopLogger := log.NewNopLogger() + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := NewConcurrentLister(noopLogger, insBkt) + baseFetcher, err := NewBaseFetcher(noopLogger, 20, insBkt, baseBlockIDsFetcher, dir, r) testutil.Ok(t, err) fetcher := baseFetcher.NewMetaFetcher(r, []MetadataFilter{ diff --git a/pkg/block/index.go b/pkg/block/index.go index 0aa7a74a75..7d4c876154 100644 --- a/pkg/block/index.go +++ b/pkg/block/index.go @@ -29,8 +29,8 @@ import ( ) // VerifyIndex does a full run over a block index and verifies that it fulfills the order invariants. -func VerifyIndex(logger log.Logger, fn string, minTime, maxTime int64) error { - stats, err := GatherIndexHealthStats(logger, fn, minTime, maxTime) +func VerifyIndex(ctx context.Context, logger log.Logger, fn string, minTime, maxTime int64) error { + stats, err := GatherIndexHealthStats(ctx, logger, fn, minTime, maxTime) if err != nil { return err } @@ -85,6 +85,10 @@ type HealthStats struct { ChunkAvgSize int64 ChunkMaxSize int64 + SeriesMinSize int64 + SeriesAvgSize int64 + SeriesMaxSize int64 + SingleSampleSeries int64 SingleSampleChunks int64 @@ -209,71 +213,91 @@ func (n *minMaxSumInt64) Avg() int64 { // helps to assess index health. // It considers https://github.com/prometheus/tsdb/issues/347 as something that Thanos can handle. // See HealthStats.Issue347OutsideChunks for details. -func GatherIndexHealthStats(logger log.Logger, fn string, minTime, maxTime int64) (stats HealthStats, err error) { +func GatherIndexHealthStats(ctx context.Context, logger log.Logger, fn string, minTime, maxTime int64) (stats HealthStats, err error) { r, err := index.NewFileReader(fn) if err != nil { return stats, errors.Wrap(err, "open index file") } defer runutil.CloseWithErrCapture(&err, r, "gather index issue file reader") - p, err := r.Postings(index.AllPostingsKey()) + key, value := index.AllPostingsKey() + p, err := r.Postings(ctx, key, value) if err != nil { return stats, errors.Wrap(err, "get all postings") } var ( - lastLset labels.Labels lset labels.Labels + prevLset labels.Labels builder labels.ScratchBuilder - chks []chunks.Meta + + chks []chunks.Meta seriesLifeDuration = newMinMaxSumInt64() seriesLifeDurationWithoutSingleSampleSeries = newMinMaxSumInt64() seriesChunks = newMinMaxSumInt64() chunkDuration = newMinMaxSumInt64() chunkSize = newMinMaxSumInt64() + seriesSize = newMinMaxSumInt64() ) - lnames, err := r.LabelNames() + lnames, err := r.LabelNames(ctx) if err != nil { return stats, errors.Wrap(err, "label names") } stats.LabelNamesCount = int64(len(lnames)) - lvals, err := r.LabelValues("__name__") + lvals, err := r.LabelValues(ctx, "__name__") if err != nil { return stats, errors.Wrap(err, "metric label values") } stats.MetricLabelValuesCount = int64(len(lvals)) + // As of version two all series entries are 16 byte padded. All references + // we get have to account for that to get the correct offset. + offsetMultiplier := 1 + version := r.Version() + if version >= 2 { + offsetMultiplier = 16 + } + // Per series. + var prevId storage.SeriesRef for p.Next() { - lastLset = append(lastLset[:0], lset...) + prevLset.CopyFrom(lset) id := p.At() + if prevId != 0 { + // Approximate size. + seriesSize.Add(int64(id-prevId) * int64(offsetMultiplier)) + } + prevId = id stats.TotalSeries++ if err := r.Series(id, &builder, &chks); err != nil { return stats, errors.Wrap(err, "read series") } lset = builder.Labels() - if len(lset) == 0 { + if lset.IsEmpty() { return stats, errors.Errorf("empty label set detected for series %d", id) } - if lastLset != nil && labels.Compare(lastLset, lset) >= 0 { - return stats, errors.Errorf("series %v out of order; previous %v", lset, lastLset) + if !prevLset.IsEmpty() && labels.Compare(prevLset, lset) >= 0 { + return stats, errors.Errorf("series %v out of order; previous %v", lset, prevLset) } - l0 := lset[0] - for _, l := range lset[1:] { - if l.Name < l0.Name { - stats.OutOfOrderLabels++ - level.Warn(logger).Log("msg", - "out-of-order label set: known bug in Prometheus 2.8.0 and below", - "labelset", lset.String(), - "series", fmt.Sprintf("%d", id), - ) + var l0 *labels.Label + lset.Range(func(l labels.Label) { + if l0 != nil { + if l.Name < l0.Name { + stats.OutOfOrderLabels++ + level.Warn(logger).Log("msg", + "out-of-order label set: known bug in Prometheus 2.8.0 and below", + "labelset", lset.String(), + "series", fmt.Sprintf("%d", id), + ) + } } - l0 = l - } + l0 = &l + }) + if len(chks) == 0 { return stats, errors.Errorf("empty chunks for series %d", id) } @@ -293,7 +317,12 @@ func GatherIndexHealthStats(logger log.Logger, fn string, minTime, maxTime int64 // Approximate size. if i < len(chks)-2 { - chunkSize.Add(int64(chks[i+1].Ref - c.Ref)) + sgmIndex, chkStart := chunks.BlockChunkRef(c.Ref).Unpack() + sgmIndex2, chkStart2 := chunks.BlockChunkRef(chks[i+1].Ref).Unpack() + // Skip the case where two chunks are spread into 2 files. + if sgmIndex == sgmIndex2 { + chunkSize.Add(int64(chkStart2 - chkStart)) + } } // Chunk vs the block ranges. @@ -362,6 +391,10 @@ func GatherIndexHealthStats(logger log.Logger, fn string, minTime, maxTime int64 stats.ChunkAvgSize = chunkSize.Avg() stats.ChunkMinSize = chunkSize.min + stats.SeriesMaxSize = seriesSize.max + stats.SeriesAvgSize = seriesSize.Avg() + stats.SeriesMinSize = seriesSize.min + stats.ChunkMaxDuration = time.Duration(chunkDuration.max) * time.Millisecond stats.ChunkAvgDuration = time.Duration(chunkDuration.Avg()) * time.Millisecond stats.ChunkMinDuration = time.Duration(chunkDuration.min) * time.Millisecond @@ -377,7 +410,7 @@ type ignoreFnType func(mint, maxt int64, prev *chunks.Meta, curr *chunks.Meta) ( // - removes all near "complete" outside chunks introduced by https://github.com/prometheus/tsdb/issues/347. // Fixable inconsistencies are resolved in the new block. // TODO(bplotka): https://github.com/thanos-io/thanos/issues/378. -func Repair(logger log.Logger, dir string, id ulid.ULID, source metadata.SourceType, ignoreChkFns ...ignoreFnType) (resid ulid.ULID, err error) { +func Repair(ctx context.Context, logger log.Logger, dir string, id ulid.ULID, source metadata.SourceType, ignoreChkFns ...ignoreFnType) (resid ulid.ULID, err error) { if len(ignoreChkFns) == 0 { return resid, errors.New("no ignore chunk function specified") } @@ -433,7 +466,7 @@ func Repair(logger log.Logger, dir string, id ulid.ULID, source metadata.SourceT resmeta.Stats = tsdb.BlockStats{} // Reset stats. resmeta.Thanos.Source = source // Update source. - if err := rewrite(logger, indexr, chunkr, indexw, chunkw, &resmeta, ignoreChkFns); err != nil { + if err := rewrite(ctx, logger, indexr, chunkr, indexw, chunkw, &resmeta, ignoreChkFns); err != nil { return resid, errors.Wrap(err, "rewrite block") } resmeta.Thanos.SegmentFiles = GetSegmentFiles(resdir) @@ -539,6 +572,7 @@ type seriesRepair struct { // rewrite writes all data from the readers back into the writers while cleaning // up mis-ordered and duplicated chunks. func rewrite( + ctx context.Context, logger log.Logger, indexr tsdb.IndexReader, chunkr tsdb.ChunkReader, indexw tsdb.IndexWriter, chunkw tsdb.ChunkWriter, @@ -555,7 +589,8 @@ func rewrite( return errors.Wrap(symbols.Err(), "next symbol") } - all, err := indexr.Postings(index.AllPostingsKey()) + key, value := index.AllPostingsKey() + all, err := indexr.Postings(ctx, key, value) if err != nil { return errors.Wrap(err, "postings") } @@ -581,7 +616,8 @@ func rewrite( builder.Sort() for i, c := range chks { - chks[i].Chunk, err = chunkr.Chunk(c) + // Ignore iterable as it should be nil. + chks[i].Chunk, _, err = chunkr.ChunkOrIterable(c) if err != nil { return errors.Wrap(err, "chunk read") } @@ -642,14 +678,14 @@ func rewrite( meta.Stats.NumSamples += uint64(chk.Chunk.NumSamples()) } - for _, l := range s.lset { + s.lset.Range(func(l labels.Label) { valset, ok := values[l.Name] if !ok { valset = stringset{} values[l.Name] = valset } valset.set(l.Value) - } + }) postings.Add(i, s.lset) i++ lastSet = s.lset diff --git a/pkg/block/index_test.go b/pkg/block/index_test.go index 56fac51261..02097d4c4b 100644 --- a/pkg/block/index_test.go +++ b/pkg/block/index_test.go @@ -28,12 +28,13 @@ func TestRewrite(t *testing.T) { tmpDir := t.TempDir() b, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "a", Value: "1"}, {Name: "b", Value: "1"}}, - }, 150, 0, 1000, nil, 124, metadata.NoneFunc) + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "a", Value: "2"}), + labels.New(labels.Label{Name: "a", Value: "3"}), + labels.New(labels.Label{Name: "a", Value: "4"}), + labels.New(labels.Label{Name: "a", Value: "1"}), + labels.New(labels.Label{Name: "b", Value: "1"}), + }, 150, 0, 1000, labels.EmptyLabels(), 124, metadata.NoneFunc) testutil.Ok(t, err) ir, err := index.NewFileReader(filepath.Join(tmpDir, b.String(), IndexFilename)) @@ -61,7 +62,7 @@ func TestRewrite(t *testing.T) { defer cw.Close() - testutil.Ok(t, rewrite(log.NewNopLogger(), ir, cr, iw, cw, m, []ignoreFnType{func(mint, maxt int64, prev *chunks.Meta, curr *chunks.Meta) (bool, error) { + testutil.Ok(t, rewrite(ctx, log.NewNopLogger(), ir, cr, iw, cw, m, []ignoreFnType{func(mint, maxt int64, prev *chunks.Meta, curr *chunks.Meta) (bool, error) { return curr.MaxTime == 696, nil }})) @@ -73,7 +74,8 @@ func TestRewrite(t *testing.T) { defer func() { testutil.Ok(t, ir2.Close()) }() - all, err := ir2.Postings(index.AllPostingsKey()) + key, value := index.AllPostingsKey() + all, err := ir2.Postings(ctx, key, value) testutil.Ok(t, err) for p := ir2.SortedPostings(all); p.Next(); { @@ -86,12 +88,9 @@ func TestRewrite(t *testing.T) { } func TestGatherIndexHealthStatsReturnsOutOfOrderChunksErr(t *testing.T) { - blockDir := t.TempDir() - - err := e2eutil.PutOutOfOrderIndex(blockDir, 0, math.MaxInt64) - testutil.Ok(t, err) + ctx := context.Background() - stats, err := GatherIndexHealthStats(log.NewLogfmtLogger(os.Stderr), blockDir+"/"+IndexFilename, 0, math.MaxInt64) + stats, err := GatherIndexHealthStats(ctx, log.NewLogfmtLogger(os.Stderr), "testdata/out_of_order_chunks/index", 0, math.MaxInt64) testutil.Ok(t, err) testutil.Equals(t, 1, stats.OutOfOrderChunks) diff --git a/pkg/block/indexheader/binary_reader.go b/pkg/block/indexheader/binary_reader.go index 0c7d062c9c..1afaabb786 100644 --- a/pkg/block/indexheader/binary_reader.go +++ b/pkg/block/indexheader/binary_reader.go @@ -23,6 +23,8 @@ import ( "github.com/go-kit/log/level" "github.com/oklog/ulid" "github.com/pkg/errors" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/prometheus/tsdb/encoding" "github.com/prometheus/prometheus/tsdb/fileutil" "github.com/prometheus/prometheus/tsdb/index" @@ -47,6 +49,8 @@ const ( postingLengthFieldSize = 4 ) +var NotFoundRange = index.Range{Start: -1, End: -1} + // The table gets initialized with sync.Once but may still cause a race // with any other use of the crc32 package anywhere. Thus we initialize it // before. @@ -62,6 +66,28 @@ func newCRC32() hash.Hash32 { return crc32.New(castagnoliTable) } +// LazyBinaryReaderMetrics holds metrics tracked by LazyBinaryReader. +type BinaryReaderMetrics struct { + downloadDuration prometheus.Histogram + loadDuration prometheus.Histogram +} + +// NewBinaryReaderMetrics makes new BinaryReaderMetrics. +func NewBinaryReaderMetrics(reg prometheus.Registerer) *BinaryReaderMetrics { + return &BinaryReaderMetrics{ + downloadDuration: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + Name: "indexheader_download_duration_seconds", + Help: "Duration of the index-header download from objstore in seconds.", + Buckets: []float64{0.1, 0.2, 0.5, 1, 2, 5, 15, 30, 60, 90, 120, 300}, + }), + loadDuration: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + Name: "indexheader_load_duration_seconds", + Help: "Duration of the index-header loading in seconds.", + Buckets: []float64{0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 15, 30, 60, 90, 120, 300}, + }), + } +} + // BinaryTOC is a table of content for index-header file. type BinaryTOC struct { // Symbols holds start to the same symbols section as index related to this index header. @@ -72,7 +98,12 @@ type BinaryTOC struct { // WriteBinary build index header from the pieces of index in object storage, and cached in file if necessary. func WriteBinary(ctx context.Context, bkt objstore.BucketReader, id ulid.ULID, filename string) ([]byte, error) { - ir, indexVersion, err := newChunkedIndexReader(ctx, bkt, id) + var tmpDir = "" + if filename != "" { + tmpDir = filepath.Dir(filename) + } + parallelBucket := WrapWithParallel(bkt, tmpDir) + ir, indexVersion, err := newChunkedIndexReader(ctx, parallelBucket, id) if err != nil { return nil, errors.Wrap(err, "new index reader") } @@ -250,13 +281,7 @@ type binaryWriter struct { } func newBinaryWriter(id ulid.ULID, cacheFilename string, buf []byte) (w *binaryWriter, err error) { - var memoryWriter *MemoryWriter - memoryWriter, err = NewMemoryWriter(id, len(buf)) - if err != nil { - return nil, err - } - var binWriter PosWriter = memoryWriter - + var binWriter PosWriter if cacheFilename != "" { dir := filepath.Dir(cacheFilename) @@ -277,9 +302,8 @@ func newBinaryWriter(id ulid.ULID, cacheFilename string, buf []byte) (w *binaryW return nil, errors.Wrap(err, "remove any existing index at path") } - // We use file writer for buffers not larger than reused one. var fileWriter *FileWriter - fileWriter, err = NewFileWriter(cacheFilename, memoryWriter) + fileWriter, err = NewFileWriter(cacheFilename, len(buf)) if err != nil { return nil, err } @@ -287,6 +311,8 @@ func newBinaryWriter(id ulid.ULID, cacheFilename string, buf []byte) (w *binaryW return nil, errors.Wrap(err, "sync dir") } binWriter = fileWriter + } else { + binWriter = NewMemoryWriter(id, len(buf)) } w = &binaryWriter{ @@ -304,10 +330,14 @@ func newBinaryWriter(id ulid.ULID, cacheFilename string, buf []byte) (w *binaryW return w, w.writer.Write(w.buf.Get()) } +type PosWriterWithBuffer interface { + PosWriter + Buffer() []byte +} + type PosWriter interface { Pos() uint64 Write(bufs ...[]byte) error - Buffer() []byte Flush() error Sync() error Close() error @@ -315,18 +345,16 @@ type PosWriter interface { type MemoryWriter struct { id ulid.ULID - buf bytes.Buffer + buf *bytes.Buffer pos uint64 } -// TODO(bwplotka): Added size to method, upstream this. -func NewMemoryWriter(id ulid.ULID, size int) (*MemoryWriter, error) { - var buf bytes.Buffer +func NewMemoryWriter(id ulid.ULID, size int) *MemoryWriter { return &MemoryWriter{ id: id, - buf: buf, + buf: bytes.NewBuffer(make([]byte, 0, size)), pos: 0, - }, nil + } } func (mw *MemoryWriter) Pos() uint64 { @@ -369,58 +397,52 @@ func (mw *MemoryWriter) Close() error { type FileWriter struct { f *os.File - memWriter *MemoryWriter fileWriter *bufio.Writer name string + pos uint64 } // TODO(bwplotka): Added size to method, upstream this. -func NewFileWriter(name string, memWriter *MemoryWriter) (*FileWriter, error) { +func NewFileWriter(name string, size int) (*FileWriter, error) { f, err := os.OpenFile(filepath.Clean(name), os.O_CREATE|os.O_RDWR, 0600) if err != nil { return nil, err } return &FileWriter{ f: f, - memWriter: memWriter, - fileWriter: bufio.NewWriterSize(f, memWriter.buf.Len()), + fileWriter: bufio.NewWriterSize(f, size), name: name, + pos: 0, }, nil } func (fw *FileWriter) Pos() uint64 { - return fw.memWriter.Pos() + return fw.pos } func (fw *FileWriter) Write(bufs ...[]byte) error { - if err := fw.memWriter.Write(bufs...); err != nil { - return err - } for _, b := range bufs { - _, err := fw.fileWriter.Write(b) + n, err := fw.fileWriter.Write(b) + fw.pos += uint64(n) if err != nil { return err } + // For now the index file must not grow beyond 64GiB. Some of the fixed-sized + // offset references in v1 are only 4 bytes large. + // Once we move to compressed/varint representations in those areas, this limitation + // can be lifted. + if fw.pos > 16*math.MaxUint32 { + return errors.Errorf("%q exceeding max size of 64GiB", fw.name) + } } return nil } -func (fw *FileWriter) Buffer() []byte { - return fw.memWriter.Buffer() -} - func (fw *FileWriter) Flush() error { - if err := fw.memWriter.Flush(); err != nil { - return err - } - return fw.fileWriter.Flush() } func (fw *FileWriter) Close() error { - if err := fw.memWriter.Close(); err != nil { - return err - } if err := fw.Flush(); err != nil { return err } @@ -431,9 +453,6 @@ func (fw *FileWriter) Close() error { } func (fw *FileWriter) Sync() error { - if err := fw.memWriter.Sync(); err != nil { - return err - } return fw.f.Sync() } @@ -476,7 +495,11 @@ func (w *binaryWriter) Write(p []byte) (int, error) { } func (w *binaryWriter) Buffer() []byte { - return w.writer.Buffer() + pwb, ok := w.writer.(PosWriterWithBuffer) + if ok { + return pwb.Buffer() + } + return nil } func (w *binaryWriter) Close() error { @@ -517,7 +540,7 @@ type BinaryReader struct { nameSymbols map[uint32]string // Direct cache of values. This is much faster than an LRU cache and still provides // a reasonable cache hit ratio. - valueSymbolsMx sync.Mutex + valueSymbolsMx sync.RWMutex valueSymbols [valueSymbolsCacheSize]struct { index uint32 symbol string @@ -530,13 +553,15 @@ type BinaryReader struct { indexLastPostingEnd int64 postingOffsetsInMemSampling int + + metrics *BinaryReaderMetrics } // NewBinaryReader loads or builds new index-header if not present on disk. -func NewBinaryReader(ctx context.Context, logger log.Logger, bkt objstore.BucketReader, dir string, id ulid.ULID, postingOffsetsInMemSampling int) (*BinaryReader, error) { +func NewBinaryReader(ctx context.Context, logger log.Logger, bkt objstore.BucketReader, dir string, id ulid.ULID, postingOffsetsInMemSampling int, metrics *BinaryReaderMetrics) (*BinaryReader, error) { if dir != "" { binfn := filepath.Join(dir, id.String(), block.IndexHeaderFilename) - br, err := newFileBinaryReader(binfn, postingOffsetsInMemSampling) + br, err := newFileBinaryReader(binfn, postingOffsetsInMemSampling, metrics) if err == nil { return br, nil } @@ -547,25 +572,27 @@ func NewBinaryReader(ctx context.Context, logger log.Logger, bkt objstore.Bucket if _, err := WriteBinary(ctx, bkt, id, binfn); err != nil { return nil, errors.Wrap(err, "write index header") } + metrics.loadDuration.Observe(time.Since(start).Seconds()) level.Debug(logger).Log("msg", "built index-header file", "path", binfn, "elapsed", time.Since(start)) - return newFileBinaryReader(binfn, postingOffsetsInMemSampling) + return newFileBinaryReader(binfn, postingOffsetsInMemSampling, metrics) } else { buf, err := WriteBinary(ctx, bkt, id, "") if err != nil { return nil, errors.Wrap(err, "generate index header") } - return newMemoryBinaryReader(buf, postingOffsetsInMemSampling) + return newMemoryBinaryReader(buf, postingOffsetsInMemSampling, metrics) } } -func newMemoryBinaryReader(buf []byte, postingOffsetsInMemSampling int) (bw *BinaryReader, err error) { +func newMemoryBinaryReader(buf []byte, postingOffsetsInMemSampling int, metrics *BinaryReaderMetrics) (bw *BinaryReader, err error) { r := &BinaryReader{ b: realByteSlice(buf), c: nil, postings: map[string]*postingValueOffsets{}, postingOffsetsInMemSampling: postingOffsetsInMemSampling, + metrics: metrics, } if err := r.init(); err != nil { @@ -575,7 +602,7 @@ func newMemoryBinaryReader(buf []byte, postingOffsetsInMemSampling int) (bw *Bin return r, nil } -func newFileBinaryReader(path string, postingOffsetsInMemSampling int) (bw *BinaryReader, err error) { +func newFileBinaryReader(path string, postingOffsetsInMemSampling int, metrics *BinaryReaderMetrics) (bw *BinaryReader, err error) { f, err := fileutil.OpenMmapFile(path) if err != nil { return nil, err @@ -591,6 +618,7 @@ func newFileBinaryReader(path string, postingOffsetsInMemSampling int) (bw *Bina c: f, postings: map[string]*postingValueOffsets{}, postingOffsetsInMemSampling: postingOffsetsInMemSampling, + metrics: metrics, } if err := r.init(); err != nil { @@ -625,6 +653,11 @@ func newBinaryTOCFromByteSlice(bs index.ByteSlice) (*BinaryTOC, error) { } func (r *BinaryReader) init() (err error) { + start := time.Now() + + defer func() { + r.metrics.loadDuration.Observe(time.Since(start).Seconds()) + }() // Verify header. if r.b.Len() < headerLen { return errors.Wrap(encoding.ErrInvalidSize, "index header's header") @@ -755,13 +788,18 @@ func (r *BinaryReader) IndexVersion() (int, error) { return r.indexVersion, nil } +// PostingsOffsets implements Reader. +func (r *BinaryReader) PostingsOffsets(name string, values ...string) ([]index.Range, error) { + return r.postingsOffset(name, values...) +} + // TODO(bwplotka): Get advantage of multi value offset fetch. func (r *BinaryReader) PostingsOffset(name, value string) (index.Range, error) { rngs, err := r.postingsOffset(name, value) if err != nil { return index.Range{}, err } - if len(rngs) != 1 { + if len(rngs) != 1 || rngs[0] == NotFoundRange { return index.Range{}, NotFoundRangeErr } return rngs[0], nil @@ -809,6 +847,7 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra valueIndex := 0 for valueIndex < len(values) && values[valueIndex] < e.offsets[0].value { // Discard values before the start. + rngs = append(rngs, NotFoundRange) valueIndex++ } @@ -819,6 +858,9 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra i := sort.Search(len(e.offsets), func(i int) bool { return e.offsets[i].value >= wantedValue }) if i == len(e.offsets) { // We're past the end. + for len(rngs) < len(values) { + rngs = append(rngs, NotFoundRange) + } break } if i > 0 && e.offsets[i].value != wantedValue { @@ -833,6 +875,7 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra // Iterate on the offset table. newSameRngs = newSameRngs[:0] + Iter: for d.Err() == nil { // Posting format entry is as follows: // │ ┌────────────────────────────────────────┠│ @@ -866,12 +909,23 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra // Record on the way if wanted value is equal to the current value. if string(value) == wantedValue { newSameRngs = append(newSameRngs, index.Range{Start: postingOffset + postingLengthFieldSize}) + } else { + rngs = append(rngs, NotFoundRange) } valueIndex++ if valueIndex == len(values) { break } wantedValue = values[valueIndex] + // Only do this if there is no new range added. If there is an existing + // range we want to continue iterating the offset table to get the end. + if len(newSameRngs) == 0 && i+1 < len(e.offsets) { + // We want to limit this loop within e.offsets[i, i+1). So when the wanted value + // is >= e.offsets[i+1], go out of the loop and binary search again. + if wantedValue >= e.offsets[i+1].value { + break Iter + } + } } if i+1 == len(e.offsets) { @@ -885,6 +939,10 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra } if valueIndex != len(values) && wantedValue <= e.offsets[i+1].value { + // Increment i when wanted value is same as next offset. + if wantedValue == e.offsets[i+1].value { + i++ + } // wantedValue is smaller or same as the next offset we know about, let's iterate further to add those. continue } @@ -894,7 +952,7 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra if len(newSameRngs) > 0 { // We added some ranges in this iteration. Use next posting offset as the end of our ranges. - // We know it exists as we never go further in this loop than e.offsets[i, i+1]. + // We know it exists as we never go further in this loop than e.offsets[i, i+1). skipNAndName(&d, &buf) d.UvarintBytes() // Label value. @@ -915,25 +973,25 @@ func (r *BinaryReader) postingsOffset(name string, values ...string) ([]index.Ra return rngs, nil } -func (r *BinaryReader) LookupSymbol(o uint32) (string, error) { - cacheIndex := o % valueSymbolsCacheSize - r.valueSymbolsMx.Lock() - if cached := r.valueSymbols[cacheIndex]; cached.index == o && cached.symbol != "" { - v := cached.symbol - r.valueSymbolsMx.Unlock() - return v, nil +func (r *BinaryReader) LookupSymbol(ctx context.Context, o uint32) (string, error) { + if r.indexVersion == index.FormatV1 { + // For v1 little trick is needed. Refs are actual offset inside index, not index-header. This is different + // of the header length difference between two files. + o += headerLen - index.HeaderLen } - r.valueSymbolsMx.Unlock() if s, ok := r.nameSymbols[o]; ok { return s, nil } - if r.indexVersion == index.FormatV1 { - // For v1 little trick is needed. Refs are actual offset inside index, not index-header. This is different - // of the header length difference between two files. - o += headerLen - index.HeaderLen + cacheIndex := o % valueSymbolsCacheSize + r.valueSymbolsMx.RLock() + if cached := r.valueSymbols[cacheIndex]; cached.index == o && cached.symbol != "" { + v := cached.symbol + r.valueSymbolsMx.RUnlock() + return v, nil } + r.valueSymbolsMx.RUnlock() s, err := r.symbols.Lookup(o) if err != nil { diff --git a/pkg/block/indexheader/header.go b/pkg/block/indexheader/header.go index 8ecef33564..225f5cd31e 100644 --- a/pkg/block/indexheader/header.go +++ b/pkg/block/indexheader/header.go @@ -4,6 +4,7 @@ package indexheader import ( + "context" "io" "github.com/pkg/errors" @@ -20,15 +21,21 @@ type Reader interface { // IndexVersion returns version of index. IndexVersion() (int, error) + // PostingsOffsets returns start and end offsets for postings for given name and values. + // Input values need to be sorted. + // If the requested label name doesn't exist, then no posting and error will be returned. + // If the requested label name exists, but some values don't exist, the corresponding index range + // will be set to -1 for both start and end. + PostingsOffsets(name string, value ...string) ([]index.Range, error) + // PostingsOffset returns start and end offsets of postings for given name and value. // The end offset might be bigger than the actual posting ending, but not larger than the whole index file. // NotFoundRangeErr is returned when no index can be found for given name and value. - // TODO(bwplotka): Move to PostingsOffsets(name string, value ...string) []index.Range and benchmark. PostingsOffset(name string, value string) (index.Range, error) // LookupSymbol returns string based on given reference. // Error is return if the symbol can't be found. - LookupSymbol(o uint32) (string, error) + LookupSymbol(ctx context.Context, o uint32) (string, error) // LabelValues returns all label values for given label name or error. // If no values are found for label name, or label name does not exists, diff --git a/pkg/block/indexheader/header_test.go b/pkg/block/indexheader/header_test.go index d0d7eb5f7d..b94a857f64 100644 --- a/pkg/block/indexheader/header_test.go +++ b/pkg/block/indexheader/header_test.go @@ -7,9 +7,12 @@ import ( "context" "fmt" "math" + "math/rand" "path/filepath" + "sort" "strconv" "testing" + "time" "github.com/go-kit/log" "github.com/oklog/ulid" @@ -18,6 +21,7 @@ import ( "github.com/prometheus/prometheus/tsdb/encoding" "github.com/prometheus/prometheus/tsdb/fileutil" "github.com/prometheus/prometheus/tsdb/index" + "github.com/stretchr/testify/require" "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/providers/filesystem" @@ -38,22 +42,25 @@ func TestReaders(t *testing.T) { // Create block index version 2. id1, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - {{Name: "a", Value: "5"}}, - {{Name: "a", Value: "6"}}, - {{Name: "a", Value: "7"}}, - {{Name: "a", Value: "8"}}, - {{Name: "a", Value: "9"}}, + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + labels.FromStrings("a", "3"), + labels.FromStrings("a", "4"), + labels.FromStrings("a", "5"), + labels.FromStrings("a", "6"), + labels.FromStrings("a", "7"), + labels.FromStrings("a", "8"), + labels.FromStrings("a", "9"), // Missing 10 on purpose. - {{Name: "a", Value: "11"}}, - {{Name: "a", Value: "12"}}, - {{Name: "a", Value: "13"}}, - {{Name: "a", Value: "1"}, {Name: "longer-string", Value: "1"}}, - {{Name: "a", Value: "1"}, {Name: "longer-string", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "11"), + labels.FromStrings("a", "12"), + labels.FromStrings("a", "13"), + labels.FromStrings("a", "1", "longer-string", "1"), + labels.FromStrings("a", "1", "longer-string", "2"), + labels.FromStrings("cluster", "a-eu-west-1"), + labels.FromStrings("cluster", "b-eu-west-1"), + labels.FromStrings("cluster", "c-eu-west-1"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, id1.String()), metadata.NoneFunc)) @@ -80,7 +87,7 @@ func TestReaders(t *testing.T) { e2eutil.Copy(t, "./testdata/index_format_v1", filepath.Join(tmpDir, m.ULID.String())) _, err = metadata.InjectThanos(log.NewNopLogger(), filepath.Join(tmpDir, m.ULID.String()), metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, }, &m.BlockMeta) @@ -100,7 +107,7 @@ func TestReaders(t *testing.T) { _, err := WriteBinary(ctx, bkt, id, fn) testutil.Ok(t, err) - br, err := NewBinaryReader(ctx, log.NewNopLogger(), nil, tmpDir, id, 3) + br, err := NewBinaryReader(ctx, log.NewNopLogger(), nil, tmpDir, id, 3, NewBinaryReaderMetrics(nil)) testutil.Ok(t, err) defer func() { testutil.Ok(t, br.Close()) }() @@ -108,15 +115,15 @@ func TestReaders(t *testing.T) { if id == id1 { testutil.Equals(t, 1, br.version) testutil.Equals(t, 2, br.indexVersion) - testutil.Equals(t, &BinaryTOC{Symbols: headerLen, PostingsOffsetTable: 70}, br.toc) - testutil.Equals(t, int64(710), br.indexLastPostingEnd) + testutil.Equals(t, &BinaryTOC{Symbols: headerLen, PostingsOffsetTable: 114}, br.toc) + testutil.Equals(t, int64(905), br.indexLastPostingEnd) testutil.Equals(t, 8, br.symbols.Size()) testutil.Equals(t, 0, len(br.postingsV1)) - testutil.Equals(t, 2, len(br.nameSymbols)) + testutil.Equals(t, 3, len(br.nameSymbols)) testutil.Equals(t, map[string]*postingValueOffsets{ "": { offsets: []postingOffset{{value: "", tableOff: 4}}, - lastValOffset: 440, + lastValOffset: 576, }, "a": { offsets: []postingOffset{ @@ -126,14 +133,21 @@ func TestReaders(t *testing.T) { {value: "7", tableOff: 75}, {value: "9", tableOff: 89}, }, - lastValOffset: 640, + lastValOffset: 776, + }, + "cluster": { + offsets: []postingOffset{ + {value: "a-eu-west-1", tableOff: 96}, + {value: "c-eu-west-1", tableOff: 142}, + }, + lastValOffset: 824, }, "longer-string": { offsets: []postingOffset{ - {value: "1", tableOff: 96}, - {value: "2", tableOff: 115}, + {value: "1", tableOff: 165}, + {value: "2", tableOff: 184}, }, - lastValOffset: 706, + lastValOffset: 901, }, }, br.postings) @@ -141,6 +155,49 @@ func TestReaders(t *testing.T) { testutil.Ok(t, err) testutil.Equals(t, []string(nil), vals) + // single value + rngs, err := br.PostingsOffsets("a", "9") + testutil.Ok(t, err) + for _, rng := range rngs { + testutil.Assert(t, rng.End > rng.Start) + } + + rngs, err = br.PostingsOffsets("a", "2", "3", "4", "5", "6", "7", "8", "9") + testutil.Ok(t, err) + for _, rng := range rngs { + testutil.Assert(t, rng.End > rng.Start) + } + + rngs, err = br.PostingsOffsets("a", "0") + testutil.Ok(t, err) + testutil.Assert(t, len(rngs) == 1) + testutil.Equals(t, NotFoundRange, rngs[0]) + + rngs, err = br.PostingsOffsets("a", "0", "10", "99") + testutil.Ok(t, err) + testutil.Assert(t, len(rngs) == 3) + for _, rng := range rngs { + testutil.Equals(t, NotFoundRange, rng) + } + + rngs, err = br.PostingsOffsets("a", "1", "10", "9") + testutil.Ok(t, err) + testutil.Assert(t, len(rngs) == 3) + testutil.Assert(t, rngs[0].End > rngs[0].Start) + testutil.Assert(t, rngs[2].End > rngs[2].Start) + testutil.Equals(t, NotFoundRange, rngs[1]) + + // 3 values exist and 3 values don't exist. + rngs, err = br.PostingsOffsets("cluster", "a-eu-west-1", "a-us-west-2", "b-eu-west-1", "b-us-east-1", "c-eu-west-1", "c-us-east-2") + testutil.Ok(t, err) + for i := 0; i < len(rngs); i++ { + if i%2 == 0 { + testutil.Assert(t, rngs[i].End > rngs[i].Start) + } else { + testutil.Equals(t, NotFoundRange, rngs[i]) + } + } + // Regression tests for https://github.com/thanos-io/thanos/issues/2213. // Most of not existing value was working despite bug, except in certain unlucky cases // it was causing "invalid size" errors. @@ -174,7 +231,7 @@ func TestReaders(t *testing.T) { _, err := WriteBinary(ctx, bkt, id, fn) testutil.Ok(t, err) - br, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), nil, tmpDir, id, 3, NewLazyBinaryReaderMetrics(nil), nil) + br, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), nil, tmpDir, id, 3, NewLazyBinaryReaderMetrics(nil), NewBinaryReaderMetrics(nil), nil, false) testutil.Ok(t, err) defer func() { testutil.Ok(t, br.Close()) }() @@ -187,6 +244,8 @@ func TestReaders(t *testing.T) { } func compareIndexToHeader(t *testing.T, indexByteSlice index.ByteSlice, headerReader Reader) { + ctx := context.Background() + indexReader, err := index.NewReader(indexByteSlice) testutil.Ok(t, err) defer func() { _ = indexReader.Close() }() @@ -200,14 +259,14 @@ func compareIndexToHeader(t *testing.T, indexByteSlice index.ByteSlice, headerRe iter := indexReader.Symbols() i := 0 for iter.Next() { - r, err := headerReader.LookupSymbol(uint32(i)) + r, err := headerReader.LookupSymbol(ctx, uint32(i)) testutil.Ok(t, err) testutil.Equals(t, iter.At(), r) i++ } testutil.Ok(t, iter.Err()) - _, err := headerReader.LookupSymbol(uint32(i)) + _, err := headerReader.LookupSymbol(ctx, uint32(i)) testutil.NotOk(t, err) } else { @@ -216,15 +275,19 @@ func compareIndexToHeader(t *testing.T, indexByteSlice index.ByteSlice, headerRe testutil.Ok(t, err) for refs, sym := range symbols { - r, err := headerReader.LookupSymbol(refs) + r1, err := headerReader.LookupSymbol(ctx, refs) + testutil.Ok(t, err) + testutil.Equals(t, sym, r1) + + r2, err := headerReader.LookupSymbol(ctx, refs) testutil.Ok(t, err) - testutil.Equals(t, sym, r) + testutil.Equals(t, sym, r2) } - _, err = headerReader.LookupSymbol(200000) + _, err = headerReader.LookupSymbol(ctx, 200000) testutil.NotOk(t, err) } - expLabelNames, err := indexReader.LabelNames() + expLabelNames, err := indexReader.LabelNames(ctx) testutil.Ok(t, err) actualLabelNames, err := headerReader.LabelNames() testutil.Ok(t, err) @@ -236,7 +299,7 @@ func compareIndexToHeader(t *testing.T, indexByteSlice index.ByteSlice, headerRe minStart := int64(math.MaxInt64) maxEnd := int64(math.MinInt64) for il, lname := range expLabelNames { - expectedLabelVals, err := indexReader.SortedLabelValues(lname) + expectedLabelVals, err := indexReader.SortedLabelValues(ctx, lname) testutil.Ok(t, err) vals, err := headerReader.LabelValues(lname) @@ -318,7 +381,7 @@ func prepareIndexV2Block(t testing.TB, tmpDir string, bkt objstore.Bucket) *meta e2eutil.Copy(t, "./testdata/index_format_v2", filepath.Join(tmpDir, m.ULID.String())) _, err = metadata.InjectThanos(log.NewNopLogger(), filepath.Join(tmpDir, m.ULID.String()), metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, }, &m.BlockMeta) @@ -361,7 +424,7 @@ func BenchmarkBinaryReader(t *testing.B) { t.ResetTimer() for i := 0; i < t.N; i++ { - br, err := newFileBinaryReader(fn, 32) + br, err := newFileBinaryReader(fn, 32, NewBinaryReaderMetrics(nil)) testutil.Ok(t, err) testutil.Ok(t, br.Close()) } @@ -390,16 +453,16 @@ func benchmarkBinaryReaderLookupSymbol(b *testing.B, numSeries int) { // Generate series labels. seriesLabels := make([]labels.Labels, 0, numSeries) for i := 0; i < numSeries; i++ { - seriesLabels = append(seriesLabels, labels.Labels{{Name: "a", Value: strconv.Itoa(i)}}) + seriesLabels = append(seriesLabels, labels.FromStrings("a", strconv.Itoa(i))) } // Create a block. - id1, err := e2eutil.CreateBlock(ctx, tmpDir, seriesLabels, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + id1, err := e2eutil.CreateBlock(ctx, tmpDir, seriesLabels, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(b, err) testutil.Ok(b, block.Upload(ctx, logger, bkt, filepath.Join(tmpDir, id1.String()), metadata.NoneFunc)) // Create an index reader. - reader, err := NewBinaryReader(ctx, logger, bkt, tmpDir, id1, postingOffsetsInMemSampling) + reader, err := NewBinaryReader(ctx, logger, bkt, tmpDir, id1, postingOffsetsInMemSampling, NewBinaryReaderMetrics(nil)) testutil.Ok(b, err) // Get the offset of each label value symbol. @@ -415,7 +478,7 @@ func benchmarkBinaryReaderLookupSymbol(b *testing.B, numSeries int) { for n := 0; n < b.N; n++ { for i := 0; i < len(symbolsOffsets); i++ { - if _, err := reader.LookupSymbol(symbolsOffsets[i]); err != nil { + if _, err := reader.LookupSymbol(ctx, symbolsOffsets[i]); err != nil { b.Fail() } } @@ -483,3 +546,82 @@ func readSymbols(bs index.ByteSlice, version, off int) ([]string, map[uint32]str } return symbolSlice, symbols, errors.Wrap(d.Err(), "read symbols") } + +// The idea of this test case is to make sure that reader.PostingsOffsets and +// reader.PostingsOffset get the same index ranges for required label values. +func TestReaderPostingsOffsets(t *testing.T) { + ctx := context.Background() + + tmpDir := t.TempDir() + + possibleClusters := []string{"us-west-2", "us-east-1", "us-east-2", "eu-west-1", "eu-central-1", "ap-southeast-1", "ap-south-1"} + possiblePrefixes := []string{"a", "b", "c", "d", "1", "2", "3", "4"} + totalValues := []string{} + for i := 0; i < len(possibleClusters); i++ { + for j := 0; j < len(possiblePrefixes); j++ { + totalValues = append(totalValues, fmt.Sprintf("%s-%s", possiblePrefixes[j], possibleClusters[i])) + } + } + + rnd := rand.New(rand.NewSource(time.Now().Unix())) + // Pick 5 label values to be used in the block. + clusterLbls := make([]labels.Labels, 0) + valueSet := map[int]struct{}{} + for i := 0; i < 5; { + idx := rnd.Intn(len(totalValues)) + if _, ok := valueSet[idx]; ok { + continue + } + valueSet[idx] = struct{}{} + clusterLbls = append(clusterLbls, labels.FromStrings("cluster", totalValues[idx])) + i++ + } + + // Add additional labels. + lbls := append([]labels.Labels{ + labels.FromStrings("job", "1"), + labels.FromStrings("job", "2"), + labels.FromStrings("job", "3"), + labels.FromStrings("job", "4"), + labels.FromStrings("job", "5"), + labels.FromStrings("job", "6"), + labels.FromStrings("job", "7"), + labels.FromStrings("job", "8"), + labels.FromStrings("job", "9")}, clusterLbls...) + bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) + testutil.Ok(t, err) + defer func() { testutil.Ok(t, bkt.Close()) }() + id, err := e2eutil.CreateBlock(ctx, tmpDir, lbls, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) + testutil.Ok(t, err) + + testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, id.String()), metadata.NoneFunc)) + + fn := filepath.Join(tmpDir, id.String(), block.IndexHeaderFilename) + _, err = WriteBinary(ctx, bkt, id, fn) + testutil.Ok(t, err) + + br, err := NewBinaryReader(ctx, log.NewNopLogger(), nil, tmpDir, id, 3, NewBinaryReaderMetrics(nil)) + testutil.Ok(t, err) + + defer func() { testutil.Ok(t, br.Close()) }() + + for i := 0; i < 100; i++ { + vals := make([]string, 0, 15) + for j := 0; j < 15; j++ { + vals = append(vals, totalValues[rnd.Intn(len(totalValues))]) + } + sort.Strings(vals) + rngs, err := br.PostingsOffsets("cluster", vals...) + require.NoError(t, err) + rngs2 := make([]index.Range, 0) + for _, val := range vals { + rng2, err2 := br.PostingsOffset("cluster", val) + if err2 == NotFoundRangeErr { + rngs2 = append(rngs2, NotFoundRange) + } else { + rngs2 = append(rngs2, rng2) + } + } + require.Equal(t, rngs2, rngs, "Got mismatched results from batched and non-batched API.\nInput cluster labels: %v.\nValues queried: %v", clusterLbls, vals) + } +} diff --git a/pkg/block/indexheader/lazy_binary_reader.go b/pkg/block/indexheader/lazy_binary_reader.go index c3bee382c2..2b36bf8025 100644 --- a/pkg/block/indexheader/lazy_binary_reader.go +++ b/pkg/block/indexheader/lazy_binary_reader.go @@ -59,7 +59,7 @@ func NewLazyBinaryReaderMetrics(reg prometheus.Registerer) *LazyBinaryReaderMetr loadDuration: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ Name: "indexheader_lazy_load_duration_seconds", Help: "Duration of the index-header lazy loading in seconds.", - Buckets: []float64{0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 15, 30, 60, 120, 300}, + Buckets: []float64{0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 15, 30, 60, 90, 120, 300}, }), } } @@ -74,6 +74,7 @@ type LazyBinaryReader struct { id ulid.ULID postingOffsetsInMemSampling int metrics *LazyBinaryReaderMetrics + binaryReaderMetrics *BinaryReaderMetrics onClosed func(*LazyBinaryReader) readerMx sync.RWMutex @@ -82,6 +83,9 @@ type LazyBinaryReader struct { // Keep track of the last time it was used. usedAt *atomic.Int64 + + // If true, index header will be downloaded at query time rather than initialization time. + lazyDownload bool } // NewLazyBinaryReader makes a new LazyBinaryReader. If the index-header does not exist @@ -96,9 +100,11 @@ func NewLazyBinaryReader( id ulid.ULID, postingOffsetsInMemSampling int, metrics *LazyBinaryReaderMetrics, + binaryReaderMetrics *BinaryReaderMetrics, onClosed func(*LazyBinaryReader), + lazyDownload bool, ) (*LazyBinaryReader, error) { - if dir != "" { + if dir != "" && !lazyDownload { indexHeaderFile := filepath.Join(dir, id.String(), block.IndexHeaderFilename) // If the index-header doesn't exist we should download it. if _, err := os.Stat(indexHeaderFile); err != nil { @@ -114,6 +120,7 @@ func NewLazyBinaryReader( } level.Debug(logger).Log("msg", "built index-header file", "path", indexHeaderFile, "elapsed", time.Since(start)) + binaryReaderMetrics.downloadDuration.Observe(time.Since(start).Seconds()) } } @@ -125,8 +132,10 @@ func NewLazyBinaryReader( id: id, postingOffsetsInMemSampling: postingOffsetsInMemSampling, metrics: metrics, + binaryReaderMetrics: binaryReaderMetrics, usedAt: atomic.NewInt64(time.Now().UnixNano()), onClosed: onClosed, + lazyDownload: lazyDownload, }, nil } @@ -154,6 +163,19 @@ func (r *LazyBinaryReader) IndexVersion() (int, error) { return r.reader.IndexVersion() } +// PostingsOffsets implements Reader. +func (r *LazyBinaryReader) PostingsOffsets(name string, values ...string) ([]index.Range, error) { + r.readerMx.RLock() + defer r.readerMx.RUnlock() + + if err := r.load(); err != nil { + return nil, err + } + + r.usedAt.Store(time.Now().UnixNano()) + return r.reader.PostingsOffsets(name, values...) +} + // PostingsOffset implements Reader. func (r *LazyBinaryReader) PostingsOffset(name, value string) (index.Range, error) { r.readerMx.RLock() @@ -168,7 +190,7 @@ func (r *LazyBinaryReader) PostingsOffset(name, value string) (index.Range, erro } // LookupSymbol implements Reader. -func (r *LazyBinaryReader) LookupSymbol(o uint32) (string, error) { +func (r *LazyBinaryReader) LookupSymbol(ctx context.Context, o uint32) (string, error) { r.readerMx.RLock() defer r.readerMx.RUnlock() @@ -177,7 +199,7 @@ func (r *LazyBinaryReader) LookupSymbol(o uint32) (string, error) { } r.usedAt.Store(time.Now().UnixNano()) - return r.reader.LookupSymbol(o) + return r.reader.LookupSymbol(ctx, o) } // LabelValues implements Reader. @@ -244,7 +266,7 @@ func (r *LazyBinaryReader) load() (returnErr error) { r.metrics.loadCount.Inc() startTime := time.Now() - reader, err := NewBinaryReader(r.ctx, r.logger, r.bkt, r.dir, r.id, r.postingOffsetsInMemSampling) + reader, err := NewBinaryReader(r.ctx, r.logger, r.bkt, r.dir, r.id, r.postingOffsetsInMemSampling, r.binaryReaderMetrics) if err != nil { r.metrics.loadFailedCount.Inc() r.readerErr = err diff --git a/pkg/block/indexheader/lazy_binary_reader_test.go b/pkg/block/indexheader/lazy_binary_reader_test.go index d477f4a33e..73c47f06fe 100644 --- a/pkg/block/indexheader/lazy_binary_reader_test.go +++ b/pkg/block/indexheader/lazy_binary_reader_test.go @@ -5,6 +5,7 @@ package indexheader import ( "context" + "fmt" "os" "path/filepath" "sync" @@ -31,12 +32,11 @@ func TestNewLazyBinaryReader_ShouldFailIfUnableToBuildIndexHeader(t *testing.T) bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) testutil.Ok(t, err) defer func() { testutil.Ok(t, bkt.Close()) }() - - _, err = NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, ulid.MustNew(0, nil), 3, NewLazyBinaryReaderMetrics(nil), nil) + _, err = NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, ulid.MustNew(0, nil), 3, NewLazyBinaryReaderMetrics(nil), NewBinaryReaderMetrics(nil), nil, false) testutil.NotOk(t, err) } -func TestNewLazyBinaryReader_ShouldBuildIndexHeaderFromBucket(t *testing.T) { +func TestNewLazyBinaryReader_ShouldNotFailIfUnableToBuildIndexHeaderWhenLazyDownload(t *testing.T) { ctx := context.Background() tmpDir := t.TempDir() @@ -44,35 +44,61 @@ func TestNewLazyBinaryReader_ShouldBuildIndexHeaderFromBucket(t *testing.T) { bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) testutil.Ok(t, err) defer func() { testutil.Ok(t, bkt.Close()) }() - - // Create block. - blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + _, err = NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, ulid.MustNew(0, nil), 3, NewLazyBinaryReaderMetrics(nil), NewBinaryReaderMetrics(nil), nil, true) testutil.Ok(t, err) - testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) +} - m := NewLazyBinaryReaderMetrics(nil) - r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, nil) - testutil.Ok(t, err) - testutil.Assert(t, r.reader == nil) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) +func TestNewLazyBinaryReader_ShouldBuildIndexHeaderFromBucket(t *testing.T) { + ctx := context.Background() - // Should lazy load the index upon first usage. - v, err := r.IndexVersion() - testutil.Ok(t, err) - testutil.Equals(t, 2, v) - testutil.Assert(t, r.reader != nil) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + tmpDir := t.TempDir() - labelNames, err := r.LabelNames() + bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) testutil.Ok(t, err) - testutil.Equals(t, []string{"a"}, labelNames) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + defer func() { testutil.Ok(t, bkt.Close()) }() + + for _, lazyDownload := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyDownload=%v", lazyDownload), func(t *testing.T) { + // Create block. + blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) + testutil.Ok(t, err) + testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) + + m := NewLazyBinaryReaderMetrics(nil) + bm := NewBinaryReaderMetrics(nil) + r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, bm, nil, lazyDownload) + testutil.Ok(t, err) + testutil.Assert(t, r.reader == nil) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + + _, err = os.Stat(filepath.Join(r.dir, blockID.String(), block.IndexHeaderFilename)) + // Index file shouldn't exist. + if lazyDownload { + testutil.Equals(t, true, os.IsNotExist(err)) + } + // Should lazy load the index upon first usage. + v, err := r.IndexVersion() + testutil.Ok(t, err) + if lazyDownload { + _, err = os.Stat(filepath.Join(r.dir, blockID.String(), block.IndexHeaderFilename)) + testutil.Ok(t, err) + } + testutil.Equals(t, 2, v) + testutil.Assert(t, r.reader != nil) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + + labelNames, err := r.LabelNames() + testutil.Ok(t, err) + testutil.Equals(t, []string{"a"}, labelNames) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + }) + } } func TestNewLazyBinaryReader_ShouldRebuildCorruptedIndexHeader(t *testing.T) { @@ -86,9 +112,9 @@ func TestNewLazyBinaryReader_ShouldRebuildCorruptedIndexHeader(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) @@ -96,21 +122,26 @@ func TestNewLazyBinaryReader_ShouldRebuildCorruptedIndexHeader(t *testing.T) { headerFilename := filepath.Join(tmpDir, blockID.String(), block.IndexHeaderFilename) testutil.Ok(t, os.WriteFile(headerFilename, []byte("xxx"), os.ModePerm)) - m := NewLazyBinaryReaderMetrics(nil) - r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, nil) - testutil.Ok(t, err) - testutil.Assert(t, r.reader == nil) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) - - // Ensure it can read data. - labelNames, err := r.LabelNames() - testutil.Ok(t, err) - testutil.Equals(t, []string{"a"}, labelNames) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + for _, lazyDownload := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyDownload=%v", lazyDownload), func(t *testing.T) { + m := NewLazyBinaryReaderMetrics(nil) + bm := NewBinaryReaderMetrics(nil) + r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, bm, nil, lazyDownload) + testutil.Ok(t, err) + testutil.Assert(t, r.reader == nil) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + + // Ensure it can read data. + labelNames, err := r.LabelNames() + testutil.Ok(t, err) + testutil.Equals(t, []string{"a"}, labelNames) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + }) + } } func TestLazyBinaryReader_ShouldReopenOnUsageAfterClose(t *testing.T) { @@ -124,42 +155,47 @@ func TestLazyBinaryReader_ShouldReopenOnUsageAfterClose(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) - m := NewLazyBinaryReaderMetrics(nil) - r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, nil) - testutil.Ok(t, err) - testutil.Assert(t, r.reader == nil) - - // Should lazy load the index upon first usage. - labelNames, err := r.LabelNames() - testutil.Ok(t, err) - testutil.Equals(t, []string{"a"}, labelNames) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - - // Close it. - testutil.Ok(t, r.Close()) - testutil.Assert(t, r.reader == nil) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.unloadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) - - // Should lazy load again upon next usage. - labelNames, err = r.LabelNames() - testutil.Ok(t, err) - testutil.Equals(t, []string{"a"}, labelNames) - testutil.Equals(t, float64(2), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - - // Closing an already closed lazy reader should be a no-op. - for i := 0; i < 2; i++ { - testutil.Ok(t, r.Close()) - testutil.Equals(t, float64(2), promtestutil.ToFloat64(m.unloadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + for _, lazyDownload := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyDownload=%v", lazyDownload), func(t *testing.T) { + m := NewLazyBinaryReaderMetrics(nil) + bm := NewBinaryReaderMetrics(nil) + r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, bm, nil, lazyDownload) + testutil.Ok(t, err) + testutil.Assert(t, r.reader == nil) + + // Should lazy load the index upon first usage. + labelNames, err := r.LabelNames() + testutil.Ok(t, err) + testutil.Equals(t, []string{"a"}, labelNames) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + + // Close it. + testutil.Ok(t, r.Close()) + testutil.Assert(t, r.reader == nil) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.unloadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + + // Should lazy load again upon next usage. + labelNames, err = r.LabelNames() + testutil.Ok(t, err) + testutil.Equals(t, []string{"a"}, labelNames) + testutil.Equals(t, float64(2), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + + // Closing an already closed lazy reader should be a no-op. + for i := 0; i < 2; i++ { + testutil.Ok(t, r.Close()) + testutil.Equals(t, float64(2), promtestutil.ToFloat64(m.unloadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + } + }) } } @@ -174,39 +210,44 @@ func TestLazyBinaryReader_unload_ShouldReturnErrorIfNotIdle(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) - m := NewLazyBinaryReaderMetrics(nil) - r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, nil) - testutil.Ok(t, err) - testutil.Assert(t, r.reader == nil) - - // Should lazy load the index upon first usage. - labelNames, err := r.LabelNames() - testutil.Ok(t, err) - testutil.Equals(t, []string{"a"}, labelNames) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) - - // Try to unload but not idle since enough time. - testutil.Equals(t, errNotIdle, r.unloadIfIdleSince(time.Now().Add(-time.Minute).UnixNano())) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) - - // Try to unload and idle since enough time. - testutil.Ok(t, r.unloadIfIdleSince(time.Now().UnixNano())) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) - testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.unloadCount)) - testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + for _, lazyDownload := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyDownload=%v", lazyDownload), func(t *testing.T) { + m := NewLazyBinaryReaderMetrics(nil) + bm := NewBinaryReaderMetrics(nil) + r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, bm, nil, lazyDownload) + testutil.Ok(t, err) + testutil.Assert(t, r.reader == nil) + + // Should lazy load the index upon first usage. + labelNames, err := r.LabelNames() + testutil.Ok(t, err) + testutil.Equals(t, []string{"a"}, labelNames) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + + // Try to unload but not idle since enough time. + testutil.Equals(t, errNotIdle, r.unloadIfIdleSince(time.Now().Add(-time.Minute).UnixNano())) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + + // Try to unload and idle since enough time. + testutil.Ok(t, r.unloadIfIdleSince(time.Now().UnixNano())) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.loadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.loadFailedCount)) + testutil.Equals(t, float64(1), promtestutil.ToFloat64(m.unloadCount)) + testutil.Equals(t, float64(0), promtestutil.ToFloat64(m.unloadFailedCount)) + }) + } } func TestLazyBinaryReader_LoadUnloadRaceCondition(t *testing.T) { @@ -223,54 +264,59 @@ func TestLazyBinaryReader_LoadUnloadRaceCondition(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) - m := NewLazyBinaryReaderMetrics(nil) - r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, nil) - testutil.Ok(t, err) - testutil.Assert(t, r.reader == nil) - t.Cleanup(func() { - testutil.Ok(t, r.Close()) - }) - - done := make(chan struct{}) - time.AfterFunc(runDuration, func() { close(done) }) - wg := sync.WaitGroup{} - wg.Add(2) - - // Start a goroutine which continuously try to unload the reader. - go func() { - defer wg.Done() - - for { - select { - case <-done: - return - default: - testutil.Ok(t, r.unloadIfIdleSince(0)) - } - } - }() - - // Try to read multiple times, while the other goroutine continuously try to unload it. - go func() { - defer wg.Done() - - for { - select { - case <-done: - return - default: - _, err := r.PostingsOffset("a", "1") - testutil.Assert(t, err == nil || err == errUnloadedWhileLoading) - } - } - }() - - // Wait until both goroutines have done. - wg.Wait() + for _, lazyDownload := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyDownload=%v", lazyDownload), func(t *testing.T) { + m := NewLazyBinaryReaderMetrics(nil) + bm := NewBinaryReaderMetrics(nil) + r, err := NewLazyBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, m, bm, nil, lazyDownload) + testutil.Ok(t, err) + testutil.Assert(t, r.reader == nil) + t.Cleanup(func() { + testutil.Ok(t, r.Close()) + }) + + done := make(chan struct{}) + time.AfterFunc(runDuration, func() { close(done) }) + wg := sync.WaitGroup{} + wg.Add(2) + + // Start a goroutine which continuously try to unload the reader. + go func() { + defer wg.Done() + + for { + select { + case <-done: + return + default: + testutil.Ok(t, r.unloadIfIdleSince(0)) + } + } + }() + + // Try to read multiple times, while the other goroutine continuously try to unload it. + go func() { + defer wg.Done() + + for { + select { + case <-done: + return + default: + _, err := r.PostingsOffset("a", "1") + testutil.Assert(t, err == nil || err == errUnloadedWhileLoading) + } + } + }() + + // Wait until both goroutines have done. + wg.Wait() + }) + } } diff --git a/pkg/block/indexheader/parallel_bucket.go b/pkg/block/indexheader/parallel_bucket.go new file mode 100644 index 0000000000..4040b2e1c9 --- /dev/null +++ b/pkg/block/indexheader/parallel_bucket.go @@ -0,0 +1,235 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package indexheader + +import ( + "bufio" + "bytes" + "context" + "fmt" + "io" + "os" + "path/filepath" + + "github.com/google/uuid" + "github.com/pkg/errors" + "github.com/prometheus/prometheus/tsdb/fileutil" + "golang.org/x/sync/errgroup" + + "github.com/thanos-io/objstore" + "github.com/thanos-io/thanos/pkg/runutil" +) + +// partitionSize is used for splitting range reads. +const partitionSize = 16 * 1024 * 1024 // 16 MiB + +type parallelBucketReader struct { + objstore.BucketReader + tmpDir string + partitionSize int64 +} + +func WrapWithParallel(b objstore.BucketReader, tmpDir string) objstore.BucketReader { + return ¶llelBucketReader{ + BucketReader: b, + tmpDir: tmpDir, + partitionSize: partitionSize, + } +} + +// GetRange reads the range in parallel. +func (b *parallelBucketReader) GetRange(ctx context.Context, name string, off int64, length int64) (io.ReadCloser, error) { + partFilePrefix := uuid.New().String() + g, gctx := errgroup.WithContext(ctx) + + numParts := length / b.partitionSize + if length%b.partitionSize > 0 { + // A partial partition is remaining + numParts += 1 + } + + parts := make([]Part, 0, numParts) + + partId := 0 + for o := off; o < off+length; o += b.partitionSize { + l := b.partitionSize + if o+l > off+length { + // Partial partition + l = length - (int64(partId) * b.partitionSize) + } + + partOff := o + partLength := l + part, err := b.createPart(partFilePrefix, partId, int(partLength)) + if err != nil { + return nil, err + } + parts = append(parts, part) + + // Assign partId to another variable to avoid modifying + // `partId` concurrently in multiple goroutines. + idx := partId + g.Go(func() error { + rc, err := b.BucketReader.GetRange(gctx, name, partOff, partLength) + if err != nil { + return errors.Wrap(err, fmt.Sprintf("get range part %v", idx)) + } + defer runutil.CloseWithErrCapture(&err, rc, "close object") + if _, err := io.Copy(part, rc); err != nil { + return errors.Wrap(err, fmt.Sprintf("get range part %v", idx)) + } + return part.Flush() + }) + partId += 1 + } + + if err := g.Wait(); err != nil { + return nil, err + } + return newPartMerger(parts), nil +} + +func (b *parallelBucketReader) createPart(partFilePrefix string, partId int, size int) (Part, error) { + if b.tmpDir == "" { + // Parts stored in memory + return newPartBuffer(size), nil + } + + partName := fmt.Sprintf("%s.part-%d", partFilePrefix, partId) + filename := filepath.Join(b.tmpDir, partName) + return newPartFile(filename) +} + +type partMerger struct { + closers []io.Closer + multiReader io.Reader +} + +func newPartMerger(parts []Part) *partMerger { + readers := make([]io.Reader, 0, len(parts)) + closers := make([]io.Closer, 0, len(parts)) + for _, p := range parts { + readers = append(readers, p.(io.Reader)) + closers = append(closers, p.(io.Closer)) + } + return &partMerger{ + closers: closers, + multiReader: io.MultiReader(readers...), + } +} + +func (m *partMerger) Read(b []byte) (n int, err error) { + n, err = m.multiReader.Read(b) + return +} + +func (m *partMerger) Close() (err error) { + var firstErr error = nil + for _, c := range m.closers { + if err := c.Close(); err != nil { + if firstErr == nil { + firstErr = err + } + } + } + return firstErr +} + +type Part interface { + Read(buf []byte) (int, error) + Write(buf []byte) (int, error) + Flush() error +} + +// partFile stores parts in temporary files. +type partFile struct { + file *os.File + fileWriter *bufio.Writer + fileReader *bufio.Reader +} + +func newPartFile(filename string) (*partFile, error) { + dir := filepath.Dir(filename) + df, err := fileutil.OpenDir(dir) + if os.IsNotExist(err) { + if err := os.MkdirAll(dir, os.ModePerm); err != nil { + return nil, errors.Wrap(err, "create temp dir") + } + df, err = fileutil.OpenDir(dir) + } + if err != nil { + return nil, errors.Wrap(err, "open temp dir") + } + + if err := df.Sync(); err != nil { + return nil, errors.Wrap(err, "sync dir") + } + + if err := os.RemoveAll(filename); err != nil { + return nil, errors.Wrap(err, "remove existing file") + } + f, err := os.OpenFile(filepath.Clean(filename), os.O_CREATE|os.O_RDWR, 0600) + if err != nil { + return nil, errors.Wrap(err, "open temp file") + } + return &partFile{ + file: f, + fileWriter: bufio.NewWriterSize(f, 32*1024), + fileReader: bufio.NewReaderSize(f, 32*1024), + }, nil +} + +func (p *partFile) Close() error { + if err := p.file.Close(); err != nil { + return err + } + return os.Remove(p.file.Name()) +} + +func (p *partFile) Flush() error { + if err := p.fileWriter.Flush(); err != nil { + return err + } + if err := p.file.Sync(); err != nil { + return err + } + // Seek is necessary because the part was just written to. + _, err := p.file.Seek(0, io.SeekStart) + return err +} + +func (p *partFile) Read(buf []byte) (int, error) { + return p.fileReader.Read(buf) +} + +func (p *partFile) Write(buf []byte) (int, error) { + return p.fileWriter.Write(buf) +} + +// partBuffer stores parts in memory. +type partBuffer struct { + buf *bytes.Buffer +} + +func newPartBuffer(size int) *partBuffer { + return &partBuffer{ + buf: bytes.NewBuffer(make([]byte, 0, size)), + } +} + +func (p *partBuffer) Close() error { + return nil +} + +func (p *partBuffer) Read(b []byte) (int, error) { + return p.buf.Read(b) +} + +func (p *partBuffer) Write(b []byte) (int, error) { + return p.buf.Write(b) +} + +func (p *partBuffer) Flush() error { + return nil +} diff --git a/pkg/block/indexheader/parallel_bucket_test.go b/pkg/block/indexheader/parallel_bucket_test.go new file mode 100644 index 0000000000..129502ba92 --- /dev/null +++ b/pkg/block/indexheader/parallel_bucket_test.go @@ -0,0 +1,87 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package indexheader + +import ( + "bytes" + "context" + "crypto/rand" + "io" + "math/big" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/thanos-io/objstore" +) + +func TestParallelBucket_InMemoryBuffering(t *testing.T) { + bkt := objstore.NewInMemBucket() + parallelBucket := ¶llelBucketReader{ + BucketReader: bkt, + tmpDir: "", + partitionSize: 100, + } + testParallelBucket(t, bkt, parallelBucket) +} + +func TestParallelBucket_TmpFileBuffering(t *testing.T) { + bkt := objstore.NewInMemBucket() + parallelBucket := ¶llelBucketReader{ + BucketReader: bkt, + tmpDir: t.TempDir(), + partitionSize: 100, + } + testParallelBucket(t, bkt, parallelBucket) +} + +func testParallelBucket(t *testing.T, bkt objstore.Bucket, parallelBucket *parallelBucketReader) { + name := "test/data" + ctx := context.Background() + + var size int64 = 10 * 1024 + o, err := rand.Int(rand.Reader, big.NewInt(size/2)) + testutil.Ok(t, err) + offset := o.Int64() + + l, err := rand.Int(rand.Reader, big.NewInt(size/2)) + testutil.Ok(t, err) + length := l.Int64() + + randBytes := uploadRandom(t, ctx, bkt, name, size) + + r1, err := parallelBucket.GetRange(ctx, name, offset, length) + testutil.Ok(t, err) + + parallelBytes, err := io.ReadAll(r1) + testutil.Ok(t, err) + testutil.Assert(t, length == int64(len(parallelBytes))) + + expectedBytes := randBytes[offset : offset+length] + testutil.Assert(t, length == int64(len(expectedBytes))) + testutil.Equals(t, expectedBytes, parallelBytes) + + r2, err := bkt.GetRange(ctx, name, offset, length) + testutil.Ok(t, err) + memoryBytes, err := io.ReadAll(r2) + testutil.Ok(t, err) + testutil.Assert(t, length == int64(len(memoryBytes))) + testutil.Equals(t, memoryBytes, parallelBytes) + + err = r1.Close() + testutil.Ok(t, err) + + err = r2.Close() + testutil.Ok(t, err) +} + +func uploadRandom(t *testing.T, ctx context.Context, bkt objstore.Bucket, name string, size int64) []byte { + b := make([]byte, size) + _, err := rand.Read(b) + testutil.Ok(t, err) + r := bytes.NewReader(b) + err = bkt.Upload(ctx, name, r) + testutil.Ok(t, err) + + return b +} diff --git a/pkg/block/indexheader/reader_pool.go b/pkg/block/indexheader/reader_pool.go index 535ee952da..e9fe5eb7dc 100644 --- a/pkg/block/indexheader/reader_pool.go +++ b/pkg/block/indexheader/reader_pool.go @@ -14,17 +14,21 @@ import ( "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/thanos-io/objstore" + + "github.com/thanos-io/thanos/pkg/block/metadata" ) // ReaderPoolMetrics holds metrics tracked by ReaderPool. type ReaderPoolMetrics struct { - lazyReader *LazyBinaryReaderMetrics + lazyReader *LazyBinaryReaderMetrics + binaryReader *BinaryReaderMetrics } // NewReaderPoolMetrics makes new ReaderPoolMetrics. func NewReaderPoolMetrics(reg prometheus.Registerer) *ReaderPoolMetrics { return &ReaderPoolMetrics{ - lazyReader: NewLazyBinaryReaderMetrics(reg), + lazyReader: NewLazyBinaryReaderMetrics(reg), + binaryReader: NewBinaryReaderMetrics(reg), } } @@ -44,10 +48,47 @@ type ReaderPool struct { // Keep track of all readers managed by the pool. lazyReadersMx sync.Mutex lazyReaders map[*LazyBinaryReader]struct{} + + lazyDownloadFunc LazyDownloadIndexHeaderFunc +} + +// IndexHeaderLazyDownloadStrategy specifies how to download index headers +// lazily. Only used when lazy mmap is enabled. +type IndexHeaderLazyDownloadStrategy string + +const ( + // EagerDownloadStrategy always disables lazy downloading index headers. + EagerDownloadStrategy IndexHeaderLazyDownloadStrategy = "eager" + // LazyDownloadStrategy always lazily download index headers. + LazyDownloadStrategy IndexHeaderLazyDownloadStrategy = "lazy" +) + +func (s IndexHeaderLazyDownloadStrategy) StrategyToDownloadFunc() LazyDownloadIndexHeaderFunc { + switch s { + case LazyDownloadStrategy: + return AlwaysLazyDownloadIndexHeader + default: + // Always fallback to eager download index header. + return AlwaysEagerDownloadIndexHeader + } +} + +// LazyDownloadIndexHeaderFunc is used to determinte whether to download the index header lazily +// or not by checking its block metadata. Usecase can be by time or by index file size. +type LazyDownloadIndexHeaderFunc func(meta *metadata.Meta) bool + +// AlwaysEagerDownloadIndexHeader always eagerly download index header. +func AlwaysEagerDownloadIndexHeader(meta *metadata.Meta) bool { + return false +} + +// AlwaysLazyDownloadIndexHeader always lazily download index header. +func AlwaysLazyDownloadIndexHeader(meta *metadata.Meta) bool { + return true } // NewReaderPool makes a new ReaderPool. -func NewReaderPool(logger log.Logger, lazyReaderEnabled bool, lazyReaderIdleTimeout time.Duration, metrics *ReaderPoolMetrics) *ReaderPool { +func NewReaderPool(logger log.Logger, lazyReaderEnabled bool, lazyReaderIdleTimeout time.Duration, metrics *ReaderPoolMetrics, lazyDownloadFunc LazyDownloadIndexHeaderFunc) *ReaderPool { p := &ReaderPool{ logger: logger, metrics: metrics, @@ -55,6 +96,7 @@ func NewReaderPool(logger log.Logger, lazyReaderEnabled bool, lazyReaderIdleTime lazyReaderIdleTimeout: lazyReaderIdleTimeout, lazyReaders: make(map[*LazyBinaryReader]struct{}), close: make(chan struct{}), + lazyDownloadFunc: lazyDownloadFunc, } // Start a goroutine to close idle readers (only if required). @@ -79,14 +121,14 @@ func NewReaderPool(logger log.Logger, lazyReaderEnabled bool, lazyReaderIdleTime // NewBinaryReader creates and returns a new binary reader. If the pool has been configured // with lazy reader enabled, this function will return a lazy reader. The returned lazy reader // is tracked by the pool and automatically closed once the idle timeout expires. -func (p *ReaderPool) NewBinaryReader(ctx context.Context, logger log.Logger, bkt objstore.BucketReader, dir string, id ulid.ULID, postingOffsetsInMemSampling int) (Reader, error) { +func (p *ReaderPool) NewBinaryReader(ctx context.Context, logger log.Logger, bkt objstore.BucketReader, dir string, id ulid.ULID, postingOffsetsInMemSampling int, meta *metadata.Meta) (Reader, error) { var reader Reader var err error if p.lazyReaderEnabled { - reader, err = NewLazyBinaryReader(ctx, logger, bkt, dir, id, postingOffsetsInMemSampling, p.metrics.lazyReader, p.onLazyReaderClosed) + reader, err = NewLazyBinaryReader(ctx, logger, bkt, dir, id, postingOffsetsInMemSampling, p.metrics.lazyReader, p.metrics.binaryReader, p.onLazyReaderClosed, p.lazyDownloadFunc(meta)) } else { - reader, err = NewBinaryReader(ctx, logger, bkt, dir, id, postingOffsetsInMemSampling) + reader, err = NewBinaryReader(ctx, logger, bkt, dir, id, postingOffsetsInMemSampling, p.metrics.binaryReader) } if err != nil { diff --git a/pkg/block/indexheader/reader_pool_test.go b/pkg/block/indexheader/reader_pool_test.go index 4ed60ea8fb..331d218724 100644 --- a/pkg/block/indexheader/reader_pool_test.go +++ b/pkg/block/indexheader/reader_pool_test.go @@ -48,18 +48,21 @@ func TestReaderPool_NewBinaryReader(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) + meta, err := metadata.ReadFromDir(filepath.Join(tmpDir, blockID.String())) + testutil.Ok(t, err) + for testName, testData := range tests { t.Run(testName, func(t *testing.T) { - pool := NewReaderPool(log.NewNopLogger(), testData.lazyReaderEnabled, testData.lazyReaderIdleTimeout, NewReaderPoolMetrics(nil)) + pool := NewReaderPool(log.NewNopLogger(), testData.lazyReaderEnabled, testData.lazyReaderIdleTimeout, NewReaderPoolMetrics(nil), AlwaysEagerDownloadIndexHeader) defer pool.Close() - r, err := pool.NewBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3) + r, err := pool.NewBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, meta) testutil.Ok(t, err) defer func() { testutil.Ok(t, r.Close()) }() @@ -84,17 +87,19 @@ func TestReaderPool_ShouldCloseIdleLazyReaders(t *testing.T) { // Create block. blockID, err := e2eutil.CreateBlock(ctx, tmpDir, []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}}, - }, 100, 0, 1000, labels.Labels{{Name: "ext1", Value: "1"}}, 124, metadata.NoneFunc) + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, 100, 0, 1000, labels.FromStrings("ext1", "1"), 124, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(tmpDir, blockID.String()), metadata.NoneFunc)) + meta, err := metadata.ReadFromDir(filepath.Join(tmpDir, blockID.String())) + testutil.Ok(t, err) metrics := NewReaderPoolMetrics(nil) - pool := NewReaderPool(log.NewNopLogger(), true, idleTimeout, metrics) + pool := NewReaderPool(log.NewNopLogger(), true, idleTimeout, metrics, AlwaysEagerDownloadIndexHeader) defer pool.Close() - r, err := pool.NewBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3) + r, err := pool.NewBinaryReader(ctx, log.NewNopLogger(), bkt, tmpDir, blockID, 3, meta) testutil.Ok(t, err) defer func() { testutil.Ok(t, r.Close()) }() diff --git a/pkg/block/metadata/markers.go b/pkg/block/metadata/markers.go index 83273eb343..0a351a5fab 100644 --- a/pkg/block/metadata/markers.go +++ b/pkg/block/metadata/markers.go @@ -79,6 +79,8 @@ const ( IndexSizeExceedingNoCompactReason = "index-size-exceeding" // OutOfOrderChunksNoCompactReason is a reason of to no compact block with index contains out of order chunk so that the compaction is not blocked. OutOfOrderChunksNoCompactReason = "block-index-out-of-order-chunk" + // DownsampleVerticalCompactionNoCompactReason is a reason to not compact overlapping downsampled blocks as it does not make sense e.g. how to vertically compact the average. + DownsampleVerticalCompactionNoCompactReason = "downsample-vertical-compaction" ) // NoCompactMark marker stores reason of block being excluded from compaction if needed. diff --git a/pkg/block/metadata/meta.go b/pkg/block/metadata/meta.go index 787a03c241..11567fb06e 100644 --- a/pkg/block/metadata/meta.go +++ b/pkg/block/metadata/meta.go @@ -20,12 +20,12 @@ import ( "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/relabel" - "github.com/prometheus/prometheus/promql/parser" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/fileutil" "github.com/prometheus/prometheus/tsdb/tombstones" "gopkg.in/yaml.v3" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/runutil" ) @@ -41,6 +41,7 @@ const ( RulerSource SourceType = "ruler" BucketRepairSource SourceType = "bucket.repair" BucketRewriteSource SourceType = "bucket.rewrite" + BucketUploadSource SourceType = "bucket.upload" TestSource SourceType = "test" ) @@ -90,6 +91,37 @@ type Thanos struct { // Rewrites is present when any rewrite (deletion, relabel etc) were applied to this block. Optional. Rewrites []Rewrite `json:"rewrites,omitempty"` + + // IndexStats contains stats info related to block index. + IndexStats IndexStats `json:"index_stats,omitempty"` + + // Extensions are used for plugin any arbitrary additional information for block. Optional. + Extensions any `json:"extensions,omitempty"` +} + +type IndexStats struct { + SeriesMaxSize int64 `json:"series_max_size,omitempty"` + ChunkMaxSize int64 `json:"chunk_max_size,omitempty"` +} + +func (m *Thanos) ParseExtensions(v any) (any, error) { + return ConvertExtensions(m.Extensions, v) +} + +// ConvertExtensions converts extensions with `any` type into specific type `v` +// that the caller expects. +func ConvertExtensions(extensions any, v any) (any, error) { + if extensions == nil { + return nil, nil + } + extensionsContent, err := json.Marshal(extensions) + if err != nil { + return nil, err + } + if err = json.Unmarshal(extensionsContent, v); err != nil { + return nil, err + } + return v, nil } type Rewrite struct { @@ -104,7 +136,7 @@ type Rewrite struct { type Matchers []*labels.Matcher func (m *Matchers) UnmarshalYAML(value *yaml.Node) (err error) { - *m, err = parser.ParseMetricSelector(value.Value) + *m, err = extpromql.ParseMetricSelector(value.Value) if err != nil { return errors.Wrapf(err, "parse metric selector %v", value.Value) } @@ -151,12 +183,17 @@ func InjectThanos(logger log.Logger, bdir string, meta Thanos, downsampledMeta * return newMeta, nil } -// Returns a unique identifier for the compaction group the block belongs to. +// GroupKey returns a unique identifier for the compaction group the block belongs to. // It considers the downsampling resolution and the block's labels. func (m *Thanos) GroupKey() string { return fmt.Sprintf("%d@%v", m.Downsample.Resolution, labels.FromMap(m.Labels).Hash()) } +// ResolutionString returns a the block's resolution as a string. +func (m *Thanos) ResolutionString() string { + return fmt.Sprintf("%d", m.Downsample.Resolution) +} + // WriteToDir writes the encoded meta into /meta.json. func (m Meta) WriteToDir(logger log.Logger, dir string) error { // Make any changes to the file appear atomic. diff --git a/pkg/block/metadata/meta_test.go b/pkg/block/metadata/meta_test.go index 0be53197e8..ecfa075228 100644 --- a/pkg/block/metadata/meta_test.go +++ b/pkg/block/metadata/meta_test.go @@ -31,7 +31,8 @@ func TestMeta_ReadWrite(t *testing.T) { "downsample": { "resolution": 0 }, - "source": "" + "source": "", + "index_stats": {} } } `, b.String()) @@ -73,6 +74,10 @@ func TestMeta_ReadWrite(t *testing.T) { Downsample: ThanosDownsample{ Resolution: 123144, }, + IndexStats: IndexStats{ + SeriesMaxSize: 2000, + ChunkMaxSize: 1000, + }, }, } testutil.Ok(t, m1.Write(&b)) @@ -121,7 +126,11 @@ func TestMeta_ReadWrite(t *testing.T) { { "rel_path": "meta.json" } - ] + ], + "index_stats": { + "series_max_size": 2000, + "chunk_max_size": 1000 + } } } `, b.String()) @@ -199,7 +208,8 @@ func TestMeta_ReadWrite(t *testing.T) { "rel_path": "index", "size_bytes": 1313 } - ] + ], + "index_stats": {} } } `, b.String()) @@ -211,4 +221,127 @@ func TestMeta_ReadWrite(t *testing.T) { m1.Thanos.Labels = map[string]string{} testutil.Equals(t, m1, *retMeta) }) + + t.Run("extensions write/read/write", func(t *testing.T) { + b := bytes.Buffer{} + m1 := Meta{ + BlockMeta: tsdb.BlockMeta{ + ULID: ulid.MustNew(5, nil), + MinTime: 2424, + MaxTime: 134, + Version: 1, + Compaction: tsdb.BlockMetaCompaction{ + Level: 123, + }, + Stats: tsdb.BlockStats{NumChunks: 14, NumSamples: 245, NumSeries: 4}, + }, + Thanos: Thanos{ + Labels: map[string]string{"ext": "lset1"}, + Source: ReceiveSource, + Downsample: ThanosDownsample{ + Resolution: 123144, + }, + Extensions: &TestExtensions{ + Field1: 1, + Field2: "test_string", + }, + }, + } + testutil.Ok(t, m1.Write(&b)) + testutil.Equals(t, `{ + "ulid": "00000000050000000000000000", + "minTime": 2424, + "maxTime": 134, + "stats": { + "numSamples": 245, + "numSeries": 4, + "numChunks": 14 + }, + "compaction": { + "level": 123 + }, + "version": 1, + "thanos": { + "labels": { + "ext": "lset1" + }, + "downsample": { + "resolution": 123144 + }, + "source": "receive", + "index_stats": {}, + "extensions": { + "field1": 1, + "field2": "test_string" + } + } +} +`, b.String()) + retMeta, err := Read(io.NopCloser(&b)) + testutil.Ok(t, err) + retExtensions, err := retMeta.Thanos.ParseExtensions(&TestExtensions{}) + _, ok := retExtensions.(*TestExtensions) + testutil.Equals(t, true, ok) + testutil.Ok(t, err) + testutil.Equals(t, m1.Thanos.Extensions, retExtensions) + }) + + t.Run("empty extensions write/read/write", func(t *testing.T) { + b := bytes.Buffer{} + m1 := Meta{ + BlockMeta: tsdb.BlockMeta{ + ULID: ulid.MustNew(5, nil), + MinTime: 2424, + MaxTime: 134, + Version: 1, + Compaction: tsdb.BlockMetaCompaction{ + Level: 123, + }, + Stats: tsdb.BlockStats{NumChunks: 14, NumSamples: 245, NumSeries: 4}, + }, + Thanos: Thanos{ + Labels: map[string]string{"ext": "lset1"}, + Source: ReceiveSource, + Downsample: ThanosDownsample{ + Resolution: 123144, + }, + }, + } + testutil.Ok(t, m1.Write(&b)) + testutil.Equals(t, `{ + "ulid": "00000000050000000000000000", + "minTime": 2424, + "maxTime": 134, + "stats": { + "numSamples": 245, + "numSeries": 4, + "numChunks": 14 + }, + "compaction": { + "level": 123 + }, + "version": 1, + "thanos": { + "labels": { + "ext": "lset1" + }, + "downsample": { + "resolution": 123144 + }, + "source": "receive", + "index_stats": {} + } +} +`, b.String()) + retMeta, err := Read(io.NopCloser(&b)) + testutil.Ok(t, err) + retExtensions, err := retMeta.Thanos.ParseExtensions(&TestExtensions{}) + testutil.Ok(t, err) + testutil.Equals(t, m1.Thanos.Extensions, retExtensions) + }) +} + +type TestExtensions struct { + Field1 int `json:"field1"` + Field2 string `json:"field2"` } diff --git a/pkg/block/testdata/out_of_order_chunks/index b/pkg/block/testdata/out_of_order_chunks/index new file mode 100644 index 0000000000..b0c38073c2 Binary files /dev/null and b/pkg/block/testdata/out_of_order_chunks/index differ diff --git a/pkg/cache/caching_bucket_config.go b/pkg/cache/caching_bucket_config.go index 3422783d6b..0d60a00f75 100644 --- a/pkg/cache/caching_bucket_config.go +++ b/pkg/cache/caching_bucket_config.go @@ -38,30 +38,20 @@ func NewCachingBucketConfig() *CachingBucketConfig { // SetCacheImplementation sets the value of Cache for all configurations. func (cfg *CachingBucketConfig) SetCacheImplementation(c Cache) { - if cfg.get != nil { - for k := range cfg.get { - cfg.get[k].Cache = c - } + for k := range cfg.get { + cfg.get[k].Cache = c } - if cfg.iter != nil { - for k := range cfg.iter { - cfg.iter[k].Cache = c - } + for k := range cfg.iter { + cfg.iter[k].Cache = c } - if cfg.exists != nil { - for k := range cfg.exists { - cfg.exists[k].Cache = c - } + for k := range cfg.exists { + cfg.exists[k].Cache = c } - if cfg.getRange != nil { - for k := range cfg.getRange { - cfg.getRange[k].Cache = c - } + for k := range cfg.getRange { + cfg.getRange[k].Cache = c } - if cfg.attributes != nil { - for k := range cfg.attributes { - cfg.attributes[k].Cache = c - } + for k := range cfg.attributes { + cfg.attributes[k].Cache = c } } @@ -74,8 +64,9 @@ type OperationConfig struct { // Operation-specific configs. type IterConfig struct { OperationConfig - TTL time.Duration - Codec IterCodec + TTL time.Duration + Codec IterCodec + ConfigHash string } type ExistsConfig struct { @@ -115,11 +106,12 @@ func newOperationConfig(cache Cache, matcher func(string) bool) OperationConfig } // CacheIter configures caching of "Iter" operation for matching directories. -func (cfg *CachingBucketConfig) CacheIter(configName string, cache Cache, matcher func(string) bool, ttl time.Duration, codec IterCodec) { +func (cfg *CachingBucketConfig) CacheIter(configName string, cache Cache, matcher func(string) bool, ttl time.Duration, codec IterCodec, configHash string) { cfg.iter[configName] = &IterConfig{ OperationConfig: newOperationConfig(cache, matcher), TTL: ttl, Codec: codec, + ConfigHash: configHash, } } diff --git a/pkg/cache/groupcache.go b/pkg/cache/groupcache.go index b908b0c7a8..609959d0cb 100644 --- a/pkg/cache/groupcache.go +++ b/pkg/cache/groupcache.go @@ -197,6 +197,26 @@ func NewGroupcacheWithConfig(logger log.Logger, reg prometheus.Registerer, conf return err } + return dest.UnmarshalBinary(encodedList, time.Now().Add(iterCfg.TTL)) + case cachekey.IterRecursiveVerb: + _, iterCfg := cfg.FindIterConfig(parsedData.Name) + if iterCfg == nil { + panic("caching bucket layer must not call on unconfigured paths") + } + + var list []string + if err := bucket.Iter(ctx, parsedData.Name, func(s string) error { + list = append(list, s) + return nil + }, objstore.WithRecursiveIter); err != nil { + return err + } + + encodedList, err := json.Marshal(list) + if err != nil { + return err + } + return dest.UnmarshalBinary(encodedList, time.Now().Add(iterCfg.TTL)) case cachekey.ContentVerb: _, contentCfg := cfg.FindGetConfig(parsedData.Name) diff --git a/pkg/cache/inmemory.go b/pkg/cache/inmemory.go index a413842fbb..165d4ecbb5 100644 --- a/pkg/cache/inmemory.go +++ b/pkg/cache/inmemory.go @@ -10,7 +10,7 @@ import ( "github.com/go-kit/log" "github.com/go-kit/log/level" - lru "github.com/hashicorp/golang-lru/simplelru" + lru "github.com/hashicorp/golang-lru/v2/simplelru" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" @@ -46,7 +46,7 @@ type InMemoryCache struct { mtx sync.Mutex curSize uint64 - lru *lru.LRU + lru *lru.LRU[string, cacheDataWithTTLWrapper] evicted prometheus.Counter requests prometheus.Counter hits prometheus.Counter @@ -62,11 +62,12 @@ type InMemoryCache struct { type cacheDataWithTTLWrapper struct { data []byte - // The objects that are over the TTL are not destroyed eagerly. - // When there is a hit for an item that is over the TTL, the object is removed from the cache - // and null is returned. - // There is ongoing effort to integrate TTL within the Hashicorp golang cache itself. - // This https://github.com/hashicorp/golang-lru/pull/41 can be used here once complete. + // Items exceeding their Time-To-Live (TTL) are not immediately removed from the cache. + // Instead, when an access attempt is made for an item past its TTL, the item is evicted from the cache, and a null value is returned. + // Efforts are underway to incorporate TTL directly into the Hashicorp golang cache. + // Although this pull request (https://github.com/hashicorp/golang-lru/pull/41) has been completed, it's challenging to apply here due to the following reasons: + // The Hashicorp LRU API requires setting the TTL during the constructor phase, whereas in Thanos, we set the TTL for each Set()/Store() operation. + // Refer to this link for more details: https://github.com/thanos-io/thanos/blob/23d205286436291fa0c55c25c392ee08f42d5fbf/pkg/store/cache/caching_bucket.go#L167-L175 expiryTime time.Time } @@ -176,7 +177,7 @@ func NewInMemoryCacheWithConfig(name string, logger log.Logger, reg prometheus.R // Initialize LRU cache with a high size limit since we will manage evictions ourselves // based on stored size using `RemoveOldest` method. - l, err := lru.NewLRU(maxInt, c.onEvict) + l, err := lru.NewLRU[string, cacheDataWithTTLWrapper](maxInt, c.onEvict) if err != nil { return nil, err } @@ -191,9 +192,9 @@ func NewInMemoryCacheWithConfig(name string, logger log.Logger, reg prometheus.R return c, nil } -func (c *InMemoryCache) onEvict(key, val interface{}) { - keySize := uint64(len(key.(string))) - entrySize := uint64(len(val.(cacheDataWithTTLWrapper).data)) +func (c *InMemoryCache) onEvict(key string, val cacheDataWithTTLWrapper) { + keySize := uint64(len(key)) + entrySize := uint64(len(val.data)) c.evicted.Inc() c.current.Dec() @@ -214,13 +215,13 @@ func (c *InMemoryCache) get(key string) ([]byte, bool) { } // If the present time is greater than the TTL for the object from cache, the object will be // removed from the cache and a nil will be returned - if time.Now().After(v.(cacheDataWithTTLWrapper).expiryTime) { + if time.Now().After(v.expiryTime) { c.hitsExpired.Inc() c.lru.Remove(key) return nil, false } c.hits.Inc() - return v.(cacheDataWithTTLWrapper).data, true + return v.data, true } func (c *InMemoryCache) set(key string, val []byte, ttl time.Duration) { diff --git a/pkg/cacheutil/async_op.go b/pkg/cacheutil/async_op.go new file mode 100644 index 0000000000..f03f1d0827 --- /dev/null +++ b/pkg/cacheutil/async_op.go @@ -0,0 +1,70 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package cacheutil + +import ( + "sync" + + "github.com/pkg/errors" +) + +var ( + ErrAsyncBufferFull = errors.New("the async buffer is full") +) + +type AsyncOperationProcessor struct { + // Channel used to notify internal goroutines when they should quit. + stop chan struct{} + + // Channel used to enqueue async operations. + asyncQueue chan func() + + // Wait group used to wait all workers on stopping. + workers sync.WaitGroup +} + +// NewAsyncOperationProcessor creates an async processor with given bufferSize and concurrency. +func NewAsyncOperationProcessor(bufferSize, concurrency int) *AsyncOperationProcessor { + p := &AsyncOperationProcessor{ + stop: make(chan struct{}, 1), + asyncQueue: make(chan func(), bufferSize), + } + + p.workers.Add(concurrency) + for i := 0; i < concurrency; i++ { + go p.asyncQueueProcessLoop() + } + + return p +} + +func (p *AsyncOperationProcessor) Stop() { + close(p.stop) + + // Wait until all workers have terminated. + p.workers.Wait() +} + +func (p *AsyncOperationProcessor) asyncQueueProcessLoop() { + defer p.workers.Done() + + for { + select { + case op := <-p.asyncQueue: + op() + case <-p.stop: + return + } + } +} + +// EnqueueAsync enqueues op to async queue. If enqueue failed, ErrAsyncBufferFull is returned. +func (p *AsyncOperationProcessor) EnqueueAsync(op func()) error { + select { + case p.asyncQueue <- op: + return nil + default: + return ErrAsyncBufferFull + } +} diff --git a/pkg/cacheutil/cacheutil.go b/pkg/cacheutil/cacheutil.go index 5d91bb9a3f..8f6dea7b7e 100644 --- a/pkg/cacheutil/cacheutil.go +++ b/pkg/cacheutil/cacheutil.go @@ -5,12 +5,29 @@ package cacheutil import ( "context" + "time" + "github.com/pkg/errors" + "github.com/sony/gobreaker" "golang.org/x/sync/errgroup" "github.com/thanos-io/thanos/pkg/gate" ) +var ( + errCircuitBreakerConsecutiveFailuresNotPositive = errors.New("circuit breaker: consecutive failures must be greater than 0") + errCircuitBreakerFailurePercentInvalid = errors.New("circuit breaker: failure percent must be in range (0,1]") + + defaultCircuitBreakerConfig = CircuitBreakerConfig{ + Enabled: false, + HalfOpenMaxRequests: 10, + OpenDuration: 5 * time.Second, + MinRequests: 50, + ConsecutiveFailures: 5, + FailurePercent: 0.05, + } +) + // doWithBatch do func with batch and gate. batchSize==0 means one batch. gate==nil means no gate. func doWithBatch(ctx context.Context, totalSize int, batchSize int, ga gate.Gate, f func(startIndex, endIndex int) error) error { if totalSize == 0 { @@ -40,3 +57,73 @@ func doWithBatch(ctx context.Context, totalSize int, batchSize int, ga gate.Gate } return g.Wait() } + +// CircuitBreaker implements the circuit breaker pattern https://en.wikipedia.org/wiki/Circuit_breaker_design_pattern. +type CircuitBreaker interface { + Execute(func() error) error +} + +// CircuitBreakerConfig is the config for the circuite breaker. +type CircuitBreakerConfig struct { + // Enabled enables circuite breaker. + Enabled bool `yaml:"enabled"` + + // HalfOpenMaxRequests is the maximum number of requests allowed to pass through + // when the circuit breaker is half-open. + // If set to 0, the circuit breaker allows only 1 request. + HalfOpenMaxRequests uint32 `yaml:"half_open_max_requests"` + // OpenDuration is the period of the open state after which the state of the circuit breaker becomes half-open. + // If set to 0, the circuit breaker utilizes the default value of 60 seconds. + OpenDuration time.Duration `yaml:"open_duration"` + // MinRequests is minimal requests to trigger the circuit breaker. + MinRequests uint32 `yaml:"min_requests"` + // ConsecutiveFailures represents consecutive failures based on CircuitBreakerMinRequests to determine if the circuit breaker should open. + ConsecutiveFailures uint32 `yaml:"consecutive_failures"` + // FailurePercent represents the failure percentage, which is based on CircuitBreakerMinRequests, to determine if the circuit breaker should open. + FailurePercent float64 `yaml:"failure_percent"` +} + +func (c CircuitBreakerConfig) validate() error { + if !c.Enabled { + return nil + } + if c.ConsecutiveFailures == 0 { + return errCircuitBreakerConsecutiveFailuresNotPositive + } + if c.FailurePercent <= 0 || c.FailurePercent > 1 { + return errCircuitBreakerFailurePercentInvalid + } + return nil +} + +type noopCircuitBreaker struct{} + +func (noopCircuitBreaker) Execute(f func() error) error { return f() } + +type gobreakerCircuitBreaker struct { + *gobreaker.CircuitBreaker +} + +func (cb gobreakerCircuitBreaker) Execute(f func() error) error { + _, err := cb.CircuitBreaker.Execute(func() (any, error) { + return nil, f() + }) + return err +} + +func newCircuitBreaker(name string, config CircuitBreakerConfig) CircuitBreaker { + if !config.Enabled { + return noopCircuitBreaker{} + } + return gobreakerCircuitBreaker{gobreaker.NewCircuitBreaker(gobreaker.Settings{ + Name: name, + MaxRequests: config.HalfOpenMaxRequests, + Interval: 10 * time.Second, + Timeout: config.OpenDuration, + ReadyToTrip: func(counts gobreaker.Counts) bool { + return counts.Requests >= config.MinRequests && + (counts.ConsecutiveFailures >= uint32(config.ConsecutiveFailures) || + float64(counts.TotalFailures)/float64(counts.Requests) >= config.FailurePercent) + }, + })} +} diff --git a/pkg/cacheutil/cacheutil_test.go b/pkg/cacheutil/cacheutil_test.go index f31416ce59..83a4571ae3 100644 --- a/pkg/cacheutil/cacheutil_test.go +++ b/pkg/cacheutil/cacheutil_test.go @@ -5,22 +5,26 @@ package cacheutil import ( "context" + "os" "testing" + "time" + "github.com/onsi/gomega" + "github.com/onsi/gomega/gleak" "github.com/prometheus/client_golang/prometheus" "go.uber.org/atomic" - "go.uber.org/goleak" "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/gate" ) func TestMain(m *testing.M) { - goleak.VerifyTestMain( - m, - // https://github.com/rueian/rueidis/blob/v0.0.90/pipe.go#L204. - goleak.IgnoreTopFunction("github.com/rueian/rueidis.(*pipe).backgroundPing"), - ) + g := gomega.NewGomega(func(message string, callerSkip ...int) { + panic(message) + }) + code := m.Run() + g.Eventually(gleak.Goroutines).WithTimeout(time.Second * 20).ShouldNot(gleak.HaveLeaked()) + os.Exit(code) } func TestDoWithBatch(t *testing.T) { diff --git a/pkg/cacheutil/memcached_client.go b/pkg/cacheutil/memcached_client.go index 4774856722..8c10a9a874 100644 --- a/pkg/cacheutil/memcached_client.go +++ b/pkg/cacheutil/memcached_client.go @@ -9,7 +9,6 @@ import ( "net" "strconv" "strings" - "sync" "time" "github.com/bradfitz/gomemcache/memcache" @@ -18,6 +17,7 @@ import ( "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" + "github.com/sony/gobreaker" "gopkg.in/yaml.v2" "github.com/thanos-io/thanos/pkg/discovery/dns" @@ -41,7 +41,6 @@ const ( ) var ( - errMemcachedAsyncBufferFull = errors.New("the async buffer is full") errMemcachedConfigNoAddrs = errors.New("no memcached addresses provided") errMemcachedDNSUpdateIntervalNotPositive = errors.New("DNS provider update interval must be positive") errMemcachedMaxAsyncConcurrencyNotPositive = errors.New("max async concurrency must be positive") @@ -56,6 +55,8 @@ var ( MaxGetMultiBatchSize: 0, DNSProviderUpdateInterval: 10 * time.Second, AutoDiscovery: false, + + SetAsyncCircuitBreaker: defaultCircuitBreakerConfig, } ) @@ -143,6 +144,9 @@ type MemcachedClientConfig struct { // AutoDiscovery configures memached client to perform auto-discovery instead of DNS resolution AutoDiscovery bool `yaml:"auto_discovery"` + + // SetAsyncCircuitBreaker configures the circuit breaker for SetAsync operations. + SetAsyncCircuitBreaker CircuitBreakerConfig `yaml:"set_async_circuit_breaker_config"` } func (c *MemcachedClientConfig) validate() error { @@ -160,6 +164,9 @@ func (c *MemcachedClientConfig) validate() error { return errMemcachedMaxAsyncConcurrencyNotPositive } + if err := c.SetAsyncCircuitBreaker.validate(); err != nil { + return err + } return nil } @@ -185,18 +192,9 @@ type memcachedClient struct { // Address provider used to keep the memcached servers list updated. addressProvider AddressProvider - // Channel used to notify internal goroutines when they should quit. - stop chan struct{} - - // Channel used to enqueue async operations. - asyncQueue chan func() - // Gate used to enforce the max number of concurrent GetMulti() operations. getMultiGate gate.Gate - // Wait group used to wait all workers on stopping. - workers sync.WaitGroup - // Tracked metrics. clientInfo prometheus.GaugeFunc operations *prometheus.CounterVec @@ -204,6 +202,10 @@ type memcachedClient struct { skipped *prometheus.CounterVec duration *prometheus.HistogramVec dataSize *prometheus.HistogramVec + + p *AsyncOperationProcessor + + setAsyncCircuitBreaker CircuitBreaker } // AddressProvider performs node address resolution given a list of clusters. @@ -281,13 +283,13 @@ func newMemcachedClient( client: client, selector: selector, addressProvider: addressProvider, - asyncQueue: make(chan func(), config.MaxAsyncBufferSize), - stop: make(chan struct{}, 1), getMultiGate: gate.New( extprom.WrapRegistererWithPrefix("thanos_memcached_getmulti_", reg), config.MaxGetMultiConcurrency, gate.Gets, ), + p: NewAsyncOperationProcessor(config.MaxAsyncBufferSize, config.MaxAsyncConcurrency), + setAsyncCircuitBreaker: newCircuitBreaker("memcached-set-async", config.SetAsyncCircuitBreaker), } c.clientInfo = promauto.With(reg).NewGaugeFunc(prometheus.GaugeOpts{ @@ -364,24 +366,14 @@ func newMemcachedClient( return nil, err } - c.workers.Add(1) + c.p.workers.Add(1) go c.resolveAddrsLoop() - // Start a number of goroutines - processing async operations - equal - // to the max concurrency we have. - c.workers.Add(c.config.MaxAsyncConcurrency) - for i := 0; i < c.config.MaxAsyncConcurrency; i++ { - go c.asyncQueueProcessLoop() - } - return c, nil } func (c *memcachedClient) Stop() { - close(c.stop) - - // Wait until all workers have terminated. - c.workers.Wait() + c.p.Stop() } func (c *memcachedClient) SetAsync(key string, value []byte, ttl time.Duration) error { @@ -391,26 +383,35 @@ func (c *memcachedClient) SetAsync(key string, value []byte, ttl time.Duration) return nil } - err := c.enqueueAsync(func() { + err := c.p.EnqueueAsync(func() { start := time.Now() c.operations.WithLabelValues(opSet).Inc() - err := c.client.Set(&memcache.Item{ - Key: key, - Value: value, - Expiration: int32(time.Now().Add(ttl).Unix()), + err := c.setAsyncCircuitBreaker.Execute(func() error { + return c.client.Set(&memcache.Item{ + Key: key, + Value: value, + Expiration: int32(time.Now().Add(ttl).Unix()), + }) }) if err != nil { - // If the PickServer will fail for any reason the server address will be nil - // and so missing in the logs. We're OK with that (it's a best effort). - serverAddr, _ := c.selector.PickServer(key) - level.Debug(c.logger).Log( - "msg", "failed to store item to memcached", - "key", key, - "sizeBytes", len(value), - "server", serverAddr, - "err", err, - ) + if errors.Is(err, gobreaker.ErrOpenState) || errors.Is(err, gobreaker.ErrTooManyRequests) { + level.Warn(c.logger).Log( + "msg", "circuit breaker disallows storing item in memcached", + "key", key, + "err", err) + } else { + // If the PickServer will fail for any reason the server address will be nil + // and so missing in the logs. We're OK with that (it's a best effort). + serverAddr, _ := c.selector.PickServer(key) + level.Debug(c.logger).Log( + "msg", "failed to store item to memcached", + "key", key, + "sizeBytes", len(value), + "server", serverAddr, + "err", err, + ) + } c.trackError(opSet, err) return } @@ -419,9 +420,9 @@ func (c *memcachedClient) SetAsync(key string, value []byte, ttl time.Duration) c.duration.WithLabelValues(opSet).Observe(time.Since(start).Seconds()) }) - if err == errMemcachedAsyncBufferFull { + if errors.Is(err, ErrAsyncBufferFull) { c.skipped.WithLabelValues(opSet, reasonAsyncBufferFull).Inc() - level.Debug(c.logger).Log("msg", "failed to store item to memcached because the async buffer is full", "err", err, "size", len(c.asyncQueue)) + level.Debug(c.logger).Log("msg", "failed to store item to memcached because the async buffer is full", "err", err, "size", len(c.p.asyncQueue)) return nil } return err @@ -612,30 +613,8 @@ func (c *memcachedClient) trackError(op string, err error) { } } -func (c *memcachedClient) enqueueAsync(op func()) error { - select { - case c.asyncQueue <- op: - return nil - default: - return errMemcachedAsyncBufferFull - } -} - -func (c *memcachedClient) asyncQueueProcessLoop() { - defer c.workers.Done() - - for { - select { - case op := <-c.asyncQueue: - op() - case <-c.stop: - return - } - } -} - func (c *memcachedClient) resolveAddrsLoop() { - defer c.workers.Done() + defer c.p.workers.Done() ticker := time.NewTicker(c.config.DNSProviderUpdateInterval) defer ticker.Stop() @@ -647,7 +626,7 @@ func (c *memcachedClient) resolveAddrsLoop() { if err != nil { level.Warn(c.logger).Log("msg", "failed update memcached servers list", "err", err) } - case <-c.stop: + case <-c.p.stop: return } } diff --git a/pkg/cacheutil/memcached_client_test.go b/pkg/cacheutil/memcached_client_test.go index 4aa355deaa..4951075720 100644 --- a/pkg/cacheutil/memcached_client_test.go +++ b/pkg/cacheutil/memcached_client_test.go @@ -7,18 +7,21 @@ import ( "context" "fmt" "net" + "strconv" "sync" "testing" "time" "github.com/bradfitz/gomemcache/memcache" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" prom_testutil "github.com/prometheus/client_golang/prometheus/testutil" + "github.com/sony/gobreaker" + "github.com/stretchr/testify/require" "go.uber.org/atomic" - "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/gate" "github.com/thanos-io/thanos/pkg/model" ) @@ -59,6 +62,44 @@ func TestMemcachedClientConfig_validate(t *testing.T) { }, expected: errMemcachedDNSUpdateIntervalNotPositive, }, + "should fail on circuit_breaker_consecutive_failures = 0": { + config: MemcachedClientConfig{ + Addresses: []string{"127.0.0.1:11211"}, + MaxAsyncConcurrency: 1, + DNSProviderUpdateInterval: time.Second, + SetAsyncCircuitBreaker: CircuitBreakerConfig{ + Enabled: true, + ConsecutiveFailures: 0, + }, + }, + expected: errCircuitBreakerConsecutiveFailuresNotPositive, + }, + "should fail on circuit_breaker_failure_percent <= 0": { + config: MemcachedClientConfig{ + Addresses: []string{"127.0.0.1:11211"}, + MaxAsyncConcurrency: 1, + DNSProviderUpdateInterval: time.Second, + SetAsyncCircuitBreaker: CircuitBreakerConfig{ + Enabled: true, + ConsecutiveFailures: 1, + FailurePercent: 0, + }, + }, + expected: errCircuitBreakerFailurePercentInvalid, + }, + "should fail on circuit_breaker_failure_percent >= 1": { + config: MemcachedClientConfig{ + Addresses: []string{"127.0.0.1:11211"}, + MaxAsyncConcurrency: 1, + DNSProviderUpdateInterval: time.Second, + SetAsyncCircuitBreaker: CircuitBreakerConfig{ + Enabled: true, + ConsecutiveFailures: 1, + FailurePercent: 1.1, + }, + }, + expected: errCircuitBreakerFailurePercentInvalid, + }, } for testName, testData := range tests { @@ -491,6 +532,9 @@ type memcachedClientBackendMock struct { items map[string]*memcache.Item getMultiCount int getMultiErrors int + + setCount int + setErrors int } func newMemcachedClientBackendMock() *memcachedClientBackendMock { @@ -522,17 +566,30 @@ func (c *memcachedClientBackendMock) Set(item *memcache.Item) error { c.lock.Lock() defer c.lock.Unlock() + c.setCount++ + if c.setCount <= c.setErrors { + return errors.New("mocked Set error") + } + c.items[item.Key] = item return nil } +func (c *memcachedClientBackendMock) waitSetCount(expected int) error { + return c.waitFor(expected, "the number of set operations", func() int { return c.setCount }) +} + func (c *memcachedClientBackendMock) waitItems(expected int) error { + return c.waitFor(expected, "items", func() int { return len(c.items) }) +} + +func (c *memcachedClientBackendMock) waitFor(expected int, name string, valueFunc func() int) error { deadline := time.Now().Add(1 * time.Second) for time.Now().Before(deadline) { c.lock.Lock() - count := len(c.items) + count := valueFunc() c.lock.Unlock() if count >= expected { @@ -540,7 +597,7 @@ func (c *memcachedClientBackendMock) waitItems(expected int) error { } } - return errors.New("timeout expired while waiting for items in the memcached mock") + return fmt.Errorf("timeout expired while waiting for %s in the memcached mock", name) } // countingGate implements gate.Gate and counts the number of times Start is called. @@ -630,3 +687,82 @@ func (c *memcachedClientBlockingMock) GetMulti([]string) (map[string]*memcache.I func (c *memcachedClientBlockingMock) Set(*memcache.Item) error { return nil } + +func TestMemcachedClient_SetAsync_CircuitBreaker(t *testing.T) { + for _, testdata := range []struct { + name string + setErrors int + minRequests uint32 + consecutiveFailures uint32 + failurePercent float64 + expectCircuitBreakerOpen bool + }{ + { + name: "remains closed due to min requests not satisfied", + setErrors: 10, + minRequests: 100, + consecutiveFailures: 1, + failurePercent: 0.00001, + expectCircuitBreakerOpen: false, + }, + { + name: "opened because too many consecutive failures", + setErrors: 10, + minRequests: 10, + consecutiveFailures: 10, + failurePercent: 1, + expectCircuitBreakerOpen: true, + }, + { + name: "opened because failure percent too high", + setErrors: 10, + minRequests: 10, + consecutiveFailures: 100, + failurePercent: 0.1, + expectCircuitBreakerOpen: true, + }, + } { + t.Run(testdata.name, func(t *testing.T) { + config := defaultMemcachedClientConfig + config.Addresses = []string{"127.0.0.1:11211"} + config.SetAsyncCircuitBreaker.Enabled = true + config.SetAsyncCircuitBreaker.OpenDuration = 10 * time.Millisecond + config.SetAsyncCircuitBreaker.HalfOpenMaxRequests = 100 + config.SetAsyncCircuitBreaker.MinRequests = testdata.minRequests + config.SetAsyncCircuitBreaker.ConsecutiveFailures = testdata.consecutiveFailures + config.SetAsyncCircuitBreaker.FailurePercent = testdata.failurePercent + + backendMock := newMemcachedClientBackendMock() + backendMock.setErrors = testdata.setErrors + + client, err := prepare(config, backendMock) + testutil.Ok(t, err) + defer client.Stop() + + // Populate memcached with the initial items. + for i := 0; i < testdata.setErrors; i++ { + testutil.Ok(t, client.SetAsync(strconv.Itoa(i), []byte("value"), time.Second)) + } + + testutil.Ok(t, backendMock.waitSetCount(testdata.setErrors)) + cbimpl := client.setAsyncCircuitBreaker.(gobreakerCircuitBreaker).CircuitBreaker + if testdata.expectCircuitBreakerOpen { + // Trigger the state transaction. + time.Sleep(time.Millisecond) + testutil.Ok(t, client.SetAsync(strconv.Itoa(testdata.setErrors), []byte("value"), time.Second)) + + require.Eventuallyf(t, func() bool { + return cbimpl.State() == gobreaker.StateOpen + }, 2*time.Second, time.Millisecond, "circuit breaker did not open") + + time.Sleep(config.SetAsyncCircuitBreaker.OpenDuration) + for i := testdata.setErrors; i < testdata.setErrors+10; i++ { + testutil.Ok(t, client.SetAsync(strconv.Itoa(i), []byte("value"), time.Second)) + } + testutil.Ok(t, backendMock.waitItems(10)) + } else { + testutil.Equals(t, gobreaker.StateClosed, cbimpl.State()) + } + }) + } +} diff --git a/pkg/cacheutil/redis_client.go b/pkg/cacheutil/redis_client.go index 03208343b9..09e664b4dc 100644 --- a/pkg/cacheutil/redis_client.go +++ b/pkg/cacheutil/redis_client.go @@ -16,7 +16,7 @@ import ( "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" - "github.com/rueian/rueidis" + "github.com/redis/rueidis" "gopkg.in/yaml.v3" "github.com/thanos-io/thanos/pkg/extprom" @@ -31,15 +31,16 @@ var ( DialTimeout: time.Second * 5, ReadTimeout: time.Second * 3, WriteTimeout: time.Second * 3, - PoolSize: 100, - MinIdleConns: 10, - IdleTimeout: time.Minute * 5, MaxGetMultiConcurrency: 100, GetMultiBatchSize: 100, MaxSetMultiConcurrency: 100, SetMultiBatchSize: 100, TLSEnabled: false, TLSConfig: TLSConfig{}, + MaxAsyncConcurrency: 20, + MaxAsyncBufferSize: 10000, + + SetAsyncCircuitBreaker: defaultCircuitBreakerConfig, } ) @@ -84,22 +85,6 @@ type RedisClientConfig struct { // WriteTimeout specifies the client write timeout. WriteTimeout time.Duration `yaml:"write_timeout"` - // Maximum number of socket connections. - PoolSize int `yaml:"pool_size"` - - // MinIdleConns specifies the minimum number of idle connections which is useful when establishing - // new connection is slow. - MinIdleConns int `yaml:"min_idle_conns"` - - // Amount of time after which client closes idle connections. - // Should be less than server's timeout. - // -1 disables idle timeout check. - IdleTimeout time.Duration `yaml:"idle_timeout"` - - // Connection age at which client retires (closes) the connection. - // Default 0 is to not close aged connections. - MaxConnAge time.Duration `yaml:"max_conn_age"` - // MaxGetMultiConcurrency specifies the maximum number of concurrent GetMulti() operations. // If set to 0, concurrency is unlimited. MaxGetMultiConcurrency int `yaml:"max_get_multi_concurrency"` @@ -129,6 +114,15 @@ type RedisClientConfig struct { // MasterName specifies the master's name. Must be not empty // for Redis Sentinel. MasterName string `yaml:"master_name"` + + // MaxAsyncBufferSize specifies the queue buffer size for SetAsync operations. + MaxAsyncBufferSize int `yaml:"max_async_buffer_size"` + + // MaxAsyncConcurrency specifies the maximum number of SetAsync goroutines. + MaxAsyncConcurrency int `yaml:"max_async_concurrency"` + + // SetAsyncCircuitBreaker configures the circuit breaker for SetAsync operations. + SetAsyncCircuitBreaker CircuitBreakerConfig `yaml:"set_async_circuit_breaker_config"` } func (c *RedisClientConfig) validate() error { @@ -142,6 +136,9 @@ func (c *RedisClientConfig) validate() error { } } + if err := c.SetAsyncCircuitBreaker.validate(); err != nil { + return err + } return nil } @@ -159,6 +156,10 @@ type RedisClient struct { durationSet prometheus.Observer durationSetMulti prometheus.Observer durationGetMulti prometheus.Observer + + p *AsyncOperationProcessor + + setAsyncCircuitBreaker CircuitBreaker } // NewRedisClient makes a new RedisClient. @@ -230,6 +231,7 @@ func NewRedisClientWithConfig(logger log.Logger, name string, config RedisClient client: client, config: config, logger: logger, + p: NewAsyncOperationProcessor(config.MaxAsyncBufferSize, config.MaxAsyncConcurrency), getMultiGate: gate.New( extprom.WrapRegistererWithPrefix("thanos_redis_getmulti_", reg), config.MaxGetMultiConcurrency, @@ -240,7 +242,9 @@ func NewRedisClientWithConfig(logger log.Logger, name string, config RedisClient config.MaxSetMultiConcurrency, gate.Sets, ), + setAsyncCircuitBreaker: newCircuitBreaker("redis-set-async", config.SetAsyncCircuitBreaker), } + duration := promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_redis_operation_duration_seconds", Help: "Duration of operations against redis.", @@ -249,18 +253,23 @@ func NewRedisClientWithConfig(logger log.Logger, name string, config RedisClient c.durationSet = duration.WithLabelValues(opSet) c.durationSetMulti = duration.WithLabelValues(opSetMulti) c.durationGetMulti = duration.WithLabelValues(opGetMulti) + return c, nil } // SetAsync implement RemoteCacheClient. func (c *RedisClient) SetAsync(key string, value []byte, ttl time.Duration) error { - start := time.Now() - if err := c.client.Do(context.Background(), c.client.B().Set().Key(key).Value(rueidis.BinaryString(value)).ExSeconds(int64(ttl.Seconds())).Build()).Error(); err != nil { - level.Warn(c.logger).Log("msg", "failed to set item into redis", "err", err, "key", key, "value_size", len(value)) - return nil - } - c.durationSet.Observe(time.Since(start).Seconds()) - return nil + return c.p.EnqueueAsync(func() { + start := time.Now() + err := c.setAsyncCircuitBreaker.Execute(func() error { + return c.client.Do(context.Background(), c.client.B().Set().Key(key).Value(rueidis.BinaryString(value)).ExSeconds(int64(ttl.Seconds())).Build()).Error() + }) + if err != nil { + level.Warn(c.logger).Log("msg", "failed to set item into redis", "err", err, "key", key, "value_size", len(value)) + return + } + c.durationSet.Observe(time.Since(start).Seconds()) + }) } // SetMulti set multiple keys and value. @@ -313,6 +322,7 @@ func (c *RedisClient) GetMulti(ctx context.Context, keys []string) map[string][] // Stop implement RemoteCacheClient. func (c *RedisClient) Stop() { + c.p.Stop() c.client.Close() } diff --git a/pkg/cacheutil/redis_client_test.go b/pkg/cacheutil/redis_client_test.go index e1838a5151..938d4337fc 100644 --- a/pkg/cacheutil/redis_client_test.go +++ b/pkg/cacheutil/redis_client_test.go @@ -138,6 +138,7 @@ func TestRedisClient(t *testing.T) { } func TestValidateRedisConfig(t *testing.T) { + addr := "127.0.0.1:6789" tests := []struct { name string config func() RedisClientConfig @@ -147,7 +148,7 @@ func TestValidateRedisConfig(t *testing.T) { name: "simpleConfig", config: func() RedisClientConfig { cfg := DefaultRedisClientConfig - cfg.Addr = "127.0.0.1:6789" + cfg.Addr = addr cfg.Username = "user" cfg.Password = "1234" return cfg @@ -158,7 +159,7 @@ func TestValidateRedisConfig(t *testing.T) { name: "tlsConfigDefaults", config: func() RedisClientConfig { cfg := DefaultRedisClientConfig - cfg.Addr = "127.0.0.1:6789" + cfg.Addr = addr cfg.Username = "user" cfg.Password = "1234" cfg.TLSEnabled = true @@ -170,7 +171,7 @@ func TestValidateRedisConfig(t *testing.T) { name: "tlsClientCertConfig", config: func() RedisClientConfig { cfg := DefaultRedisClientConfig - cfg.Addr = "127.0.0.1:6789" + cfg.Addr = addr cfg.Username = "user" cfg.Password = "1234" cfg.TLSEnabled = true @@ -186,7 +187,7 @@ func TestValidateRedisConfig(t *testing.T) { name: "tlsInvalidClientCertConfig", config: func() RedisClientConfig { cfg := DefaultRedisClientConfig - cfg.Addr = "127.0.0.1:6789" + cfg.Addr = addr cfg.Username = "user" cfg.Password = "1234" cfg.TLSEnabled = true @@ -197,6 +198,39 @@ func TestValidateRedisConfig(t *testing.T) { }, expect_err: true, }, + { + name: "SetAsyncCircuitBreakerDisabled", + config: func() RedisClientConfig { + cfg := DefaultRedisClientConfig + cfg.Addr = addr + cfg.SetAsyncCircuitBreaker.Enabled = false + cfg.SetAsyncCircuitBreaker.ConsecutiveFailures = 0 + return cfg + }, + expect_err: false, + }, + { + name: "invalidCircuitBreakerFailurePercent", + config: func() RedisClientConfig { + cfg := DefaultRedisClientConfig + cfg.Addr = addr + cfg.SetAsyncCircuitBreaker.Enabled = true + cfg.SetAsyncCircuitBreaker.ConsecutiveFailures = 0 + return cfg + }, + expect_err: true, + }, + { + name: "invalidCircuitBreakerFailurePercent", + config: func() RedisClientConfig { + cfg := DefaultRedisClientConfig + cfg.Addr = addr + cfg.SetAsyncCircuitBreaker.Enabled = true + cfg.SetAsyncCircuitBreaker.FailurePercent = 0 + return cfg + }, + expect_err: true, + }, } for _, tt := range tests { @@ -223,8 +257,10 @@ func TestMultipleRedisClient(t *testing.T) { cfg.Addr = s.Addr() logger := log.NewLogfmtLogger(os.Stderr) reg := prometheus.NewRegistry() - _, err = NewRedisClientWithConfig(logger, "test1", cfg, reg) + cl, err := NewRedisClientWithConfig(logger, "test1", cfg, reg) testutil.Ok(t, err) - _, err = NewRedisClientWithConfig(logger, "test2", cfg, reg) + t.Cleanup(cl.Stop) + cl, err = NewRedisClientWithConfig(logger, "test2", cfg, reg) testutil.Ok(t, err) + t.Cleanup(cl.Stop) } diff --git a/pkg/clientconfig/config.go b/pkg/clientconfig/config.go new file mode 100644 index 0000000000..9de1b4f580 --- /dev/null +++ b/pkg/clientconfig/config.go @@ -0,0 +1,99 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +// Package clientconfig is a wrapper around github.com/prometheus/common/config with additional +// support for gRPC clients. +package clientconfig + +import ( + "fmt" + "net/url" + "strings" + + "github.com/pkg/errors" + "gopkg.in/yaml.v2" +) + +// Config is a structure that allows pointing to various HTTP and GRPC endpoints, e.g. ruler connecting to queriers. +type Config struct { + HTTPConfig HTTPConfig `yaml:",inline"` + GRPCConfig *GRPCConfig `yaml:"grpc_config"` +} + +func DefaultConfig() Config { + return Config{ + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + Scheme: "http", + StaticAddresses: []string{}, + FileSDConfigs: []HTTPFileSDConfig{}, + }, + }, + GRPCConfig: &GRPCConfig{ + EndpointAddrs: []string{}, + }, + } +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultConfig() + type plain Config + return unmarshal((*plain)(c)) +} + +// LoadConfigs loads a list of Config from YAML data. +func LoadConfigs(confYAML []byte) ([]Config, error) { + var clientCfg []Config + if err := yaml.UnmarshalStrict(confYAML, &clientCfg); err != nil { + return nil, err + } + return clientCfg, nil +} + +// BuildConfigFromHTTPAddresses returns a configuration from static addresses. +func BuildConfigFromHTTPAddresses(addrs []string) ([]Config, error) { + configs := make([]Config, 0, len(addrs)) + for i, addr := range addrs { + if addr == "" { + return nil, errors.Errorf("static address cannot be empty at index %d", i) + } + // If addr is missing schema, add http. + if !strings.Contains(addr, "://") { + addr = fmt.Sprintf("http://%s", addr) + } + u, err := url.Parse(addr) + if err != nil { + return nil, errors.Wrapf(err, "failed to parse addr %q", addr) + } + if u.Scheme != "http" && u.Scheme != "https" { + return nil, errors.Errorf("%q is not supported scheme for address", u.Scheme) + } + configs = append(configs, Config{ + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + Scheme: u.Scheme, + StaticAddresses: []string{u.Host}, + PathPrefix: u.Path, + }, + }, + }) + } + return configs, nil +} + +// BuildConfigFromGRPCAddresses returns a configuration from a static addresses. +func BuildConfigFromGRPCAddresses(addrs []string) ([]Config, error) { + configs := make([]Config, 0, len(addrs)) + for i, addr := range addrs { + if addr == "" { + return nil, errors.Errorf("static address cannot be empty at index %d", i) + } + configs = append(configs, Config{ + GRPCConfig: &GRPCConfig{ + EndpointAddrs: []string{addr}, + }, + }) + } + return configs, nil +} diff --git a/pkg/clientconfig/config_test.go b/pkg/clientconfig/config_test.go new file mode 100644 index 0000000000..44cdea6e72 --- /dev/null +++ b/pkg/clientconfig/config_test.go @@ -0,0 +1,162 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package clientconfig + +import ( + "testing" + + "github.com/efficientgo/core/testutil" +) + +func TestBuildHTTPConfig(t *testing.T) { + for _, tc := range []struct { + desc string + addresses []string + err bool + expected []Config + }{ + { + desc: "single addr without path", + addresses: []string{"localhost:9093"}, + expected: []Config{ + { + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + StaticAddresses: []string{"localhost:9093"}, + Scheme: "http", + }, + }, + }, + }, + }, + { + desc: "1st addr without path, 2nd with", + addresses: []string{"localhost:9093", "localhost:9094/prefix"}, + expected: []Config{ + { + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + StaticAddresses: []string{"localhost:9093"}, + Scheme: "http", + }, + }, + }, + { + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + StaticAddresses: []string{"localhost:9094"}, + Scheme: "http", + PathPrefix: "/prefix", + }, + }, + }, + }, + }, + { + desc: "single addr with path and http scheme", + addresses: []string{"http://localhost:9093"}, + expected: []Config{ + { + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + StaticAddresses: []string{"localhost:9093"}, + Scheme: "http", + }, + }, + }, + }, + }, + { + desc: "single addr with path and https scheme", + addresses: []string{"https://localhost:9093"}, + expected: []Config{ + { + HTTPConfig: HTTPConfig{ + EndpointsConfig: HTTPEndpointsConfig{ + StaticAddresses: []string{"localhost:9093"}, + Scheme: "https", + }, + }, + }, + }, + }, + { + desc: "not supported scheme", + addresses: []string{"ttp://localhost:9093"}, + err: true, + }, + { + desc: "invalid addr", + addresses: []string{"this is not a valid addr"}, + err: true, + }, + { + desc: "empty addr", + addresses: []string{""}, + err: true, + }, + } { + t.Run(tc.desc, func(t *testing.T) { + cfg, err := BuildConfigFromHTTPAddresses(tc.addresses) + if tc.err { + testutil.NotOk(t, err) + return + } + + testutil.Equals(t, tc.expected, cfg) + }) + } +} + +func TestBuildGRPCConfig(t *testing.T) { + for _, tc := range []struct { + desc string + addresses []string + err bool + expected []Config + }{ + { + desc: "single addr", + addresses: []string{"localhost:9093"}, + expected: []Config{ + { + GRPCConfig: &GRPCConfig{ + EndpointAddrs: []string{"localhost:9093"}, + }, + }, + }, + }, + { + desc: "multiple addr", + addresses: []string{"localhost:9093", "localhost:9094"}, + expected: []Config{ + { + GRPCConfig: &GRPCConfig{ + EndpointAddrs: []string{"localhost:9093"}, + }, + }, + { + GRPCConfig: &GRPCConfig{ + EndpointAddrs: []string{"localhost:9094"}, + }, + }, + }, + }, + { + desc: "empty addr", + addresses: []string{""}, + err: true, + }, + } { + t.Run(tc.desc, func(t *testing.T) { + cfg, err := BuildConfigFromGRPCAddresses(tc.addresses) + if tc.err { + testutil.NotOk(t, err) + return + } + + testutil.Equals(t, tc.expected, cfg) + }) + } +} diff --git a/pkg/clientconfig/grpc.go b/pkg/clientconfig/grpc.go new file mode 100644 index 0000000000..e0987b6c8a --- /dev/null +++ b/pkg/clientconfig/grpc.go @@ -0,0 +1,8 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package clientconfig + +type GRPCConfig struct { + EndpointAddrs []string `yaml:"endpoint_addresses"` +} diff --git a/pkg/httpconfig/http.go b/pkg/clientconfig/http.go similarity index 75% rename from pkg/httpconfig/http.go rename to pkg/clientconfig/http.go index 404600f621..dc94938d75 100644 --- a/pkg/httpconfig/http.go +++ b/pkg/clientconfig/http.go @@ -1,19 +1,21 @@ // Copyright (c) The Thanos Authors. // Licensed under the Apache License 2.0. -// Package httpconfig is a wrapper around github.com/prometheus/common/config. -package httpconfig +package clientconfig import ( "context" "crypto/tls" "fmt" + "net" "net/http" "net/url" "path" "sync" "time" + "github.com/prometheus/client_golang/prometheus" + extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" "github.com/go-kit/log" @@ -21,6 +23,7 @@ import ( config_util "github.com/prometheus/common/config" "github.com/prometheus/common/model" "github.com/prometheus/common/version" + "github.com/prometheus/prometheus/discovery" "github.com/prometheus/prometheus/discovery/file" "github.com/prometheus/prometheus/discovery/targetgroup" "golang.org/x/net/http2" @@ -29,8 +32,18 @@ import ( "github.com/thanos-io/thanos/pkg/discovery/cache" ) -// ClientConfig configures an HTTP client. -type ClientConfig struct { +// HTTPConfig is a structure that allows pointing to various HTTP endpoint, e.g ruler connecting to queriers. +type HTTPConfig struct { + HTTPClientConfig HTTPClientConfig `yaml:"http_config"` + EndpointsConfig HTTPEndpointsConfig `yaml:",inline"` +} + +func (c *HTTPConfig) NotEmpty() bool { + return len(c.EndpointsConfig.FileSDConfigs) > 0 || len(c.EndpointsConfig.StaticAddresses) > 0 +} + +// HTTPClientConfig configures an HTTP client. +type HTTPClientConfig struct { // The HTTP basic authentication credentials for the targets. BasicAuth BasicAuth `yaml:"basic_auth"` // The bearer token for the targets. @@ -74,7 +87,7 @@ func (b BasicAuth) IsZero() bool { return b.Username == "" && b.Password == "" && b.PasswordFile == "" } -// Transport configures client's transport properties. +// TransportConfig configures client's transport properties. type TransportConfig struct { MaxIdleConns int `yaml:"max_idle_conns"` MaxIdleConnsPerHost int `yaml:"max_idle_conns_per_host"` @@ -84,6 +97,7 @@ type TransportConfig struct { MaxConnsPerHost int `yaml:"max_conns_per_host"` DisableCompression bool `yaml:"disable_compression"` TLSHandshakeTimeout int64 `yaml:"tls_handshake_timeout"` + DialerTimeout int64 `yaml:"dialer_timeout"` } var defaultTransportConfig TransportConfig = TransportConfig{ @@ -95,14 +109,15 @@ var defaultTransportConfig TransportConfig = TransportConfig{ ExpectContinueTimeout: int64(10 * time.Second), DisableCompression: false, TLSHandshakeTimeout: int64(10 * time.Second), + DialerTimeout: int64(5 * time.Second), } -func NewDefaultClientConfig() ClientConfig { - return ClientConfig{TransportConfig: defaultTransportConfig} +func NewDefaultHTTPClientConfig() HTTPClientConfig { + return HTTPClientConfig{TransportConfig: defaultTransportConfig} } -func NewClientConfigFromYAML(cfg []byte) (*ClientConfig, error) { - conf := &ClientConfig{TransportConfig: defaultTransportConfig} +func NewHTTPClientConfigFromYAML(cfg []byte) (*HTTPClientConfig, error) { + conf := &HTTPClientConfig{TransportConfig: defaultTransportConfig} if err := yaml.Unmarshal(cfg, conf); err != nil { return nil, err } @@ -125,6 +140,9 @@ func NewRoundTripperFromConfig(cfg config_util.HTTPClientConfig, transportConfig ExpectContinueTimeout: time.Duration(transportConfig.ExpectContinueTimeout), TLSHandshakeTimeout: time.Duration(transportConfig.TLSHandshakeTimeout), DialContext: conntrack.NewDialContextFunc( + conntrack.DialWithDialer(&net.Dialer{ + Timeout: time.Duration(transportConfig.DialerTimeout), + }), conntrack.DialWithTracing(), conntrack.DialWithName(name)), } @@ -144,20 +162,28 @@ func NewRoundTripperFromConfig(cfg config_util.HTTPClientConfig, transportConfig // If an authorization_credentials is provided, create a round tripper that will set the // Authorization header correctly on each request. if cfg.Authorization != nil && len(cfg.Authorization.Credentials) > 0 { - rt = config_util.NewAuthorizationCredentialsRoundTripper(cfg.Authorization.Type, cfg.Authorization.Credentials, rt) + rt = config_util.NewAuthorizationCredentialsRoundTripper(cfg.Authorization.Type, config_util.NewInlineSecret(string(cfg.Authorization.Credentials)), rt) } else if cfg.Authorization != nil && len(cfg.Authorization.CredentialsFile) > 0 { - rt = config_util.NewAuthorizationCredentialsFileRoundTripper(cfg.Authorization.Type, cfg.Authorization.CredentialsFile, rt) + rt = config_util.NewAuthorizationCredentialsRoundTripper(cfg.Authorization.Type, config_util.NewFileSecret(cfg.Authorization.CredentialsFile), rt) } // Backwards compatibility, be nice with importers who would not have // called Validate(). if len(cfg.BearerToken) > 0 { - rt = config_util.NewAuthorizationCredentialsRoundTripper("Bearer", cfg.BearerToken, rt) + rt = config_util.NewAuthorizationCredentialsRoundTripper("Bearer", config_util.NewInlineSecret(string(cfg.BearerToken)), rt) } else if len(cfg.BearerTokenFile) > 0 { - rt = config_util.NewAuthorizationCredentialsFileRoundTripper("Bearer", cfg.BearerTokenFile, rt) + rt = config_util.NewAuthorizationCredentialsRoundTripper("Bearer", config_util.NewFileSecret(cfg.BearerTokenFile), rt) } if cfg.BasicAuth != nil { - rt = config_util.NewBasicAuthRoundTripper(cfg.BasicAuth.Username, cfg.BasicAuth.Password, cfg.BasicAuth.PasswordFile, rt) + // TODO(yeya24): expose UsernameFile as a config. + username := config_util.NewInlineSecret(cfg.BasicAuth.Username) + var password config_util.SecretReader + if len(cfg.BasicAuth.PasswordFile) > 0 { + password = config_util.NewFileSecret(cfg.BasicAuth.PasswordFile) + } else { + password = config_util.NewInlineSecret(string(cfg.BasicAuth.Password)) + } + rt = config_util.NewBasicAuthRoundTripper(username, password, rt) } // Return a new configured RoundTripper. return rt, nil @@ -173,11 +199,15 @@ func NewRoundTripperFromConfig(cfg config_util.HTTPClientConfig, transportConfig return newRT(tlsConfig) } - return config_util.NewTLSRoundTripper(tlsConfig, cfg.TLSConfig.CAFile, cfg.TLSConfig.CertFile, cfg.TLSConfig.KeyFile, newRT) + return config_util.NewTLSRoundTripper(tlsConfig, config_util.TLSRoundTripperSettings{ + CA: config_util.NewFileSecret(cfg.TLSConfig.CAFile), + Cert: config_util.NewFileSecret(cfg.TLSConfig.CertFile), + Key: config_util.NewFileSecret(cfg.TLSConfig.KeyFile), + }, newRT) } // NewHTTPClient returns a new HTTP client. -func NewHTTPClient(cfg ClientConfig, name string) (*http.Client, error) { +func NewHTTPClient(cfg HTTPClientConfig, name string) (*http.Client, error) { httpClientConfig := config_util.HTTPClientConfig{ BearerToken: config_util.Secret(cfg.BearerToken), BearerTokenFile: cfg.BearerTokenFile, @@ -261,13 +291,13 @@ func (u userAgentRoundTripper) RoundTrip(r *http.Request) (*http.Response, error return u.rt.RoundTrip(r) } -// EndpointsConfig configures a cluster of HTTP endpoints from static addresses and +// HTTPEndpointsConfig configures a cluster of HTTP endpoints from static addresses and // file service discovery. -type EndpointsConfig struct { +type HTTPEndpointsConfig struct { // List of addresses with DNS prefixes. StaticAddresses []string `yaml:"static_configs"` // List of file configurations (our FileSD supports different DNS lookups). - FileSDConfigs []FileSDConfig `yaml:"file_sd_configs"` + FileSDConfigs []HTTPFileSDConfig `yaml:"file_sd_configs"` // The URL scheme to use when talking to targets. Scheme string `yaml:"scheme"` @@ -276,13 +306,13 @@ type EndpointsConfig struct { PathPrefix string `yaml:"path_prefix"` } -// FileSDConfig represents a file service discovery configuration. -type FileSDConfig struct { +// HTTPFileSDConfig represents a file service discovery configuration. +type HTTPFileSDConfig struct { Files []string `yaml:"files"` RefreshInterval model.Duration `yaml:"refresh_interval"` } -func (c FileSDConfig) convert() (file.SDConfig, error) { +func (c HTTPFileSDConfig) convert() (file.SDConfig, error) { var fileSDConfig file.SDConfig b, err := yaml.Marshal(c) if err != nil { @@ -297,8 +327,8 @@ type AddressProvider interface { Addresses() []string } -// Client represents a client that can send requests to a cluster of HTTP-based endpoints. -type Client struct { +// HTTPClient represents a client that can send requests to a cluster of HTTP-based endpoints. +type HTTPClient struct { logger log.Logger httpClient *http.Client @@ -313,7 +343,7 @@ type Client struct { } // NewClient returns a new Client. -func NewClient(logger log.Logger, cfg EndpointsConfig, client *http.Client, provider AddressProvider) (*Client, error) { +func NewClient(logger log.Logger, cfg HTTPEndpointsConfig, client *http.Client, provider AddressProvider) (*HTTPClient, error) { if logger == nil { logger = log.NewNopLogger() } @@ -324,9 +354,15 @@ func NewClient(logger log.Logger, cfg EndpointsConfig, client *http.Client, prov if err != nil { return nil, err } - discoverers = append(discoverers, file.NewDiscovery(&fileSDCfg, logger)) + // We provide an empty registry and ignore metrics for now. + sdReg := prometheus.NewRegistry() + fileSD, err := file.NewDiscovery(&fileSDCfg, logger, fileSDCfg.NewDiscovererMetrics(sdReg, discovery.NewRefreshMetrics(sdReg))) + if err != nil { + return nil, err + } + discoverers = append(discoverers, fileSD) } - return &Client{ + return &HTTPClient{ logger: logger, httpClient: client, scheme: cfg.Scheme, @@ -339,12 +375,12 @@ func NewClient(logger log.Logger, cfg EndpointsConfig, client *http.Client, prov } // Do executes an HTTP request with the underlying HTTP client. -func (c *Client) Do(req *http.Request) (*http.Response, error) { +func (c *HTTPClient) Do(req *http.Request) (*http.Response, error) { return c.httpClient.Do(req) } // Endpoints returns the list of known endpoints. -func (c *Client) Endpoints() []*url.URL { +func (c *HTTPClient) Endpoints() []*url.URL { var urls []*url.URL for _, addr := range c.provider.Addresses() { urls = append(urls, @@ -359,7 +395,7 @@ func (c *Client) Endpoints() []*url.URL { } // Discover runs the service to discover endpoints until the given context is done. -func (c *Client) Discover(ctx context.Context) { +func (c *HTTPClient) Discover(ctx context.Context) { var wg sync.WaitGroup ch := make(chan []*targetgroup.Group) @@ -389,6 +425,6 @@ func (c *Client) Discover(ctx context.Context) { } // Resolve refreshes and resolves the list of targets. -func (c *Client) Resolve(ctx context.Context) error { +func (c *HTTPClient) Resolve(ctx context.Context) error { return c.provider.Resolve(ctx, append(c.fileSDCache.Addresses(), c.staticAddresses...)) } diff --git a/pkg/compact/clean_test.go b/pkg/compact/clean_test.go index 5cd7aaccda..cd6135b702 100644 --- a/pkg/compact/clean_test.go +++ b/pkg/compact/clean_test.go @@ -19,6 +19,7 @@ import ( "github.com/thanos-io/objstore" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" ) @@ -30,7 +31,8 @@ func TestBestEffortCleanAbortedPartialUploads(t *testing.T) { bkt := objstore.WithNoopInstr(objstore.NewInMemBucket()) logger := log.NewNopLogger() - metaFetcher, err := block.NewMetaFetcher(nil, 32, bkt, "", nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, bkt) + metaFetcher, err := block.NewMetaFetcher(nil, 32, bkt, baseBlockIDsFetcher, "", nil, nil) testutil.Ok(t, err) // 1. No meta, old block, should be removed. diff --git a/pkg/compact/compact.go b/pkg/compact/compact.go index 585d5d6b4d..522e4c9d4c 100644 --- a/pkg/compact/compact.go +++ b/pkg/compact/compact.go @@ -10,11 +10,13 @@ import ( "os" "path/filepath" "sort" + "strings" "sync" "time" "github.com/go-kit/log" "github.com/go-kit/log/level" + "github.com/golang/groupcache/singleflight" "github.com/oklog/ulid" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" @@ -51,61 +53,68 @@ const ( // It sorts them into compaction groups based on equal label sets. type Syncer struct { logger log.Logger - reg prometheus.Registerer bkt objstore.Bucket fetcher block.MetadataFetcher mtx sync.Mutex blocks map[ulid.ULID]*metadata.Meta partial map[ulid.ULID]error - metrics *syncerMetrics - duplicateBlocksFilter *block.DeduplicateFilter + metrics *SyncerMetrics + duplicateBlocksFilter block.DeduplicateFilter ignoreDeletionMarkFilter *block.IgnoreDeletionMarkFilter + + g singleflight.Group } -type syncerMetrics struct { - garbageCollectedBlocks prometheus.Counter - garbageCollections prometheus.Counter - garbageCollectionFailures prometheus.Counter - garbageCollectionDuration prometheus.Histogram - blocksMarkedForDeletion prometheus.Counter +// SyncerMetrics holds metrics tracked by the syncer. This struct and its fields are exported +// to allow depending projects (eg. Cortex) to implement their own custom syncer while tracking +// compatible metrics. +type SyncerMetrics struct { + GarbageCollectedBlocks prometheus.Counter + GarbageCollections prometheus.Counter + GarbageCollectionFailures prometheus.Counter + GarbageCollectionDuration prometheus.Observer + BlocksMarkedForDeletion prometheus.Counter } -func newSyncerMetrics(reg prometheus.Registerer, blocksMarkedForDeletion, garbageCollectedBlocks prometheus.Counter) *syncerMetrics { - var m syncerMetrics +func NewSyncerMetrics(reg prometheus.Registerer, blocksMarkedForDeletion, garbageCollectedBlocks prometheus.Counter) *SyncerMetrics { + var m SyncerMetrics - m.garbageCollectedBlocks = garbageCollectedBlocks - m.garbageCollections = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + m.GarbageCollectedBlocks = garbageCollectedBlocks + m.GarbageCollections = promauto.With(reg).NewCounter(prometheus.CounterOpts{ Name: "thanos_compact_garbage_collection_total", Help: "Total number of garbage collection operations.", }) - m.garbageCollectionFailures = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + m.GarbageCollectionFailures = promauto.With(reg).NewCounter(prometheus.CounterOpts{ Name: "thanos_compact_garbage_collection_failures_total", Help: "Total number of failed garbage collection operations.", }) - m.garbageCollectionDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + m.GarbageCollectionDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ Name: "thanos_compact_garbage_collection_duration_seconds", Help: "Time it took to perform garbage collection iteration.", Buckets: []float64{0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120, 240, 360, 720}, }) - m.blocksMarkedForDeletion = blocksMarkedForDeletion + m.BlocksMarkedForDeletion = blocksMarkedForDeletion return &m } // NewMetaSyncer returns a new Syncer for the given Bucket and directory. // Blocks must be at least as old as the sync delay for being considered. -func NewMetaSyncer(logger log.Logger, reg prometheus.Registerer, bkt objstore.Bucket, fetcher block.MetadataFetcher, duplicateBlocksFilter *block.DeduplicateFilter, ignoreDeletionMarkFilter *block.IgnoreDeletionMarkFilter, blocksMarkedForDeletion, garbageCollectedBlocks prometheus.Counter) (*Syncer, error) { +func NewMetaSyncer(logger log.Logger, reg prometheus.Registerer, bkt objstore.Bucket, fetcher block.MetadataFetcher, duplicateBlocksFilter block.DeduplicateFilter, ignoreDeletionMarkFilter *block.IgnoreDeletionMarkFilter, blocksMarkedForDeletion, garbageCollectedBlocks prometheus.Counter) (*Syncer, error) { + return NewMetaSyncerWithMetrics(logger, NewSyncerMetrics(reg, blocksMarkedForDeletion, garbageCollectedBlocks), bkt, fetcher, duplicateBlocksFilter, ignoreDeletionMarkFilter) +} + +func NewMetaSyncerWithMetrics(logger log.Logger, metrics *SyncerMetrics, bkt objstore.Bucket, fetcher block.MetadataFetcher, duplicateBlocksFilter block.DeduplicateFilter, ignoreDeletionMarkFilter *block.IgnoreDeletionMarkFilter) (*Syncer, error) { if logger == nil { logger = log.NewNopLogger() } return &Syncer{ logger: logger, - reg: reg, bkt: bkt, fetcher: fetcher, blocks: map[ulid.ULID]*metadata.Meta{}, - metrics: newSyncerMetrics(reg, blocksMarkedForDeletion, garbageCollectedBlocks), + metrics: metrics, duplicateBlocksFilter: duplicateBlocksFilter, ignoreDeletionMarkFilter: ignoreDeletionMarkFilter, }, nil @@ -129,15 +138,22 @@ func UntilNextDownsampling(m *metadata.Meta) (time.Duration, error) { // SyncMetas synchronizes local state of block metas with what we have in the bucket. func (s *Syncer) SyncMetas(ctx context.Context) error { - s.mtx.Lock() - defer s.mtx.Unlock() + type metasContainer struct { + metas map[ulid.ULID]*metadata.Meta + partial map[ulid.ULID]error + } - metas, partial, err := s.fetcher.Fetch(ctx) + container, err := s.g.Do("", func() (interface{}, error) { + metas, partial, err := s.fetcher.Fetch(ctx) + return metasContainer{metas, partial}, err + }) if err != nil { return retry(err) } - s.blocks = metas - s.partial = partial + s.mtx.Lock() + s.blocks = container.(metasContainer).metas + s.partial = container.(metasContainer).partial + s.mtx.Unlock() return nil } @@ -154,16 +170,18 @@ func (s *Syncer) Metas() map[ulid.ULID]*metadata.Meta { s.mtx.Lock() defer s.mtx.Unlock() - return s.blocks + metas := make(map[ulid.ULID]*metadata.Meta, len(s.blocks)) + for k, v := range s.blocks { + metas[k] = v + } + + return metas } // GarbageCollect marks blocks for deletion from bucket if their data is available as part of a // block with a higher compaction level. // Call to SyncMetas function is required to populate duplicateIDs in duplicateBlocksFilter. func (s *Syncer) GarbageCollect(ctx context.Context) error { - s.mtx.Lock() - defer s.mtx.Unlock() - begin := time.Now() // Ignore filter exists before deduplicate filter. @@ -189,20 +207,22 @@ func (s *Syncer) GarbageCollect(ctx context.Context) error { delCtx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) level.Info(s.logger).Log("msg", "marking outdated block for deletion", "block", id) - err := block.MarkForDeletion(delCtx, s.logger, s.bkt, id, "outdated block", s.metrics.blocksMarkedForDeletion) + err := block.MarkForDeletion(delCtx, s.logger, s.bkt, id, "outdated block", s.metrics.BlocksMarkedForDeletion) cancel() if err != nil { - s.metrics.garbageCollectionFailures.Inc() + s.metrics.GarbageCollectionFailures.Inc() return retry(errors.Wrapf(err, "mark block %s for deletion", id)) } // Immediately update our in-memory state so no further call to SyncMetas is needed // after running garbage collection. + s.mtx.Lock() delete(s.blocks, id) - s.metrics.garbageCollectedBlocks.Inc() + s.mtx.Unlock() + s.metrics.GarbageCollectedBlocks.Inc() } - s.metrics.garbageCollections.Inc() - s.metrics.garbageCollectionDuration.Observe(time.Since(begin).Seconds()) + s.metrics.GarbageCollections.Inc() + s.metrics.GarbageCollectionDuration.Observe(time.Since(begin).Seconds()) return nil } @@ -256,23 +276,60 @@ func NewDefaultGrouper( compactions: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_group_compactions_total", Help: "Total number of group compaction attempts that resulted in a new block.", - }, []string{"group"}), + }, []string{"resolution"}), compactionRunsStarted: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_group_compaction_runs_started_total", Help: "Total number of group compaction attempts.", - }, []string{"group"}), + }, []string{"resolution"}), compactionRunsCompleted: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_group_compaction_runs_completed_total", Help: "Total number of group completed compaction runs. This also includes compactor group runs that resulted with no compaction.", - }, []string{"group"}), + }, []string{"resolution"}), compactionFailures: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_group_compactions_failures_total", Help: "Total number of failed group compactions.", - }, []string{"group"}), + }, []string{"resolution"}), verticalCompactions: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_compact_group_vertical_compactions_total", Help: "Total number of group compaction attempts that resulted in a new block based on overlapping blocks.", - }, []string{"group"}), + }, []string{"resolution"}), + blocksMarkedForNoCompact: blocksMarkedForNoCompact, + garbageCollectedBlocks: garbageCollectedBlocks, + blocksMarkedForDeletion: blocksMarkedForDeletion, + hashFunc: hashFunc, + blockFilesConcurrency: blockFilesConcurrency, + compactBlocksFetchConcurrency: compactBlocksFetchConcurrency, + } +} + +// NewDefaultGrouperWithMetrics makes a new DefaultGrouper. +func NewDefaultGrouperWithMetrics( + logger log.Logger, + bkt objstore.Bucket, + acceptMalformedIndex bool, + enableVerticalCompaction bool, + compactions *prometheus.CounterVec, + compactionRunsStarted *prometheus.CounterVec, + compactionRunsCompleted *prometheus.CounterVec, + compactionFailures *prometheus.CounterVec, + verticalCompactions *prometheus.CounterVec, + blocksMarkedForDeletion prometheus.Counter, + garbageCollectedBlocks prometheus.Counter, + blocksMarkedForNoCompact prometheus.Counter, + hashFunc metadata.HashFunc, + blockFilesConcurrency int, + compactBlocksFetchConcurrency int, +) *DefaultGrouper { + return &DefaultGrouper{ + bkt: bkt, + logger: logger, + acceptMalformedIndex: acceptMalformedIndex, + enableVerticalCompaction: enableVerticalCompaction, + compactions: compactions, + compactionRunsStarted: compactionRunsStarted, + compactionRunsCompleted: compactionRunsCompleted, + compactionFailures: compactionFailures, + verticalCompactions: verticalCompactions, blocksMarkedForNoCompact: blocksMarkedForNoCompact, garbageCollectedBlocks: garbageCollectedBlocks, blocksMarkedForDeletion: blocksMarkedForDeletion, @@ -291,19 +348,20 @@ func (g *DefaultGrouper) Groups(blocks map[ulid.ULID]*metadata.Meta) (res []*Gro group, ok := groups[groupKey] if !ok { lbls := labels.FromMap(m.Thanos.Labels) + resolutionLabel := m.Thanos.ResolutionString() group, err = NewGroup( - log.With(g.logger, "group", fmt.Sprintf("%d@%v", m.Thanos.Downsample.Resolution, lbls.String()), "groupKey", groupKey), + log.With(g.logger, "group", fmt.Sprintf("%s@%v", resolutionLabel, lbls.String()), "groupKey", groupKey), g.bkt, groupKey, lbls, m.Thanos.Downsample.Resolution, g.acceptMalformedIndex, g.enableVerticalCompaction, - g.compactions.WithLabelValues(groupKey), - g.compactionRunsStarted.WithLabelValues(groupKey), - g.compactionRunsCompleted.WithLabelValues(groupKey), - g.compactionFailures.WithLabelValues(groupKey), - g.verticalCompactions.WithLabelValues(groupKey), + g.compactions.WithLabelValues(resolutionLabel), + g.compactionRunsStarted.WithLabelValues(resolutionLabel), + g.compactionRunsCompleted.WithLabelValues(resolutionLabel), + g.compactionFailures.WithLabelValues(resolutionLabel), + g.verticalCompactions.WithLabelValues(resolutionLabel), g.garbageCollectedBlocks, g.blocksMarkedForDeletion, g.blocksMarkedForNoCompact, @@ -350,6 +408,7 @@ type Group struct { hashFunc metadata.HashFunc blockFilesConcurrency int compactBlocksFetchConcurrency int + extensions any } // NewGroup returns a new compaction group. @@ -490,10 +549,18 @@ func (cg *Group) Resolution() int64 { return cg.resolution } +func (cg *Group) Extensions() any { + return cg.extensions +} + +func (cg *Group) SetExtensions(extensions any) { + cg.extensions = extensions +} + // CompactProgressMetrics contains Prometheus metrics related to compaction progress. type CompactProgressMetrics struct { - NumberOfCompactionRuns *prometheus.GaugeVec - NumberOfCompactionBlocks *prometheus.GaugeVec + NumberOfCompactionRuns prometheus.Gauge + NumberOfCompactionBlocks prometheus.Gauge } // ProgressCalculator calculates the progress of the compaction process for a given slice of Groups. @@ -512,14 +579,14 @@ func NewCompactionProgressCalculator(reg prometheus.Registerer, planner *tsdbBas return &CompactionProgressCalculator{ planner: planner, CompactProgressMetrics: &CompactProgressMetrics{ - NumberOfCompactionRuns: promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ + NumberOfCompactionRuns: promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_compact_todo_compactions", Help: "number of compactions to be done", - }, []string{"group"}), - NumberOfCompactionBlocks: promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ + }), + NumberOfCompactionBlocks: promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_compact_todo_compaction_blocks", Help: "number of blocks planned to be compacted", - }, []string{"group"}), + }), }, } } @@ -535,7 +602,7 @@ func (ps *CompactionProgressCalculator) ProgressCalculate(ctx context.Context, g if len(g.IDs()) == 1 { continue } - plan, err := ps.planner.Plan(ctx, g.metasByMinTime) + plan, err := ps.planner.Plan(ctx, g.metasByMinTime, nil, g.extensions) if err != nil { return errors.Wrapf(err, "could not plan") } @@ -568,12 +635,12 @@ func (ps *CompactionProgressCalculator) ProgressCalculate(ctx context.Context, g groups = tmpGroups } - ps.CompactProgressMetrics.NumberOfCompactionRuns.Reset() - ps.CompactProgressMetrics.NumberOfCompactionBlocks.Reset() + ps.CompactProgressMetrics.NumberOfCompactionRuns.Set(0) + ps.CompactProgressMetrics.NumberOfCompactionBlocks.Set(0) for key, iters := range groupCompactions { - ps.CompactProgressMetrics.NumberOfCompactionRuns.WithLabelValues(key).Add(float64(iters)) - ps.CompactProgressMetrics.NumberOfCompactionBlocks.WithLabelValues(key).Add(float64(groupBlocks[key])) + ps.CompactProgressMetrics.NumberOfCompactionRuns.Add(float64(iters)) + ps.CompactProgressMetrics.NumberOfCompactionBlocks.Add(float64(groupBlocks[key])) } return nil @@ -581,7 +648,7 @@ func (ps *CompactionProgressCalculator) ProgressCalculate(ctx context.Context, g // DownsampleProgressMetrics contains Prometheus metrics related to downsampling progress. type DownsampleProgressMetrics struct { - NumberOfBlocksDownsampled *prometheus.GaugeVec + NumberOfBlocksDownsampled prometheus.Gauge } // DownsampleProgressCalculator contains DownsampleMetrics, which are updated during the downsampling simulation process. @@ -593,10 +660,10 @@ type DownsampleProgressCalculator struct { func NewDownsampleProgressCalculator(reg prometheus.Registerer) *DownsampleProgressCalculator { return &DownsampleProgressCalculator{ DownsampleProgressMetrics: &DownsampleProgressMetrics{ - NumberOfBlocksDownsampled: promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ + NumberOfBlocksDownsampled: promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_compact_todo_downsample_blocks", Help: "number of blocks to be downsampled", - }, []string{"group"}), + }), }, } } @@ -666,9 +733,9 @@ func (ds *DownsampleProgressCalculator) ProgressCalculate(ctx context.Context, g } } - ds.DownsampleProgressMetrics.NumberOfBlocksDownsampled.Reset() - for key, blocks := range groupBlocks { - ds.DownsampleProgressMetrics.NumberOfBlocksDownsampled.WithLabelValues(key).Add(float64(blocks)) + ds.DownsampleProgressMetrics.NumberOfBlocksDownsampled.Set(0) + for _, blocks := range groupBlocks { + ds.DownsampleProgressMetrics.NumberOfBlocksDownsampled.Add(float64(blocks)) } return nil @@ -676,7 +743,7 @@ func (ds *DownsampleProgressCalculator) ProgressCalculate(ctx context.Context, g // RetentionProgressMetrics contains Prometheus metrics related to retention progress. type RetentionProgressMetrics struct { - NumberOfBlocksToDelete *prometheus.GaugeVec + NumberOfBlocksToDelete prometheus.Gauge } // RetentionProgressCalculator contains RetentionProgressMetrics, which are updated during the retention simulation process. @@ -690,10 +757,10 @@ func NewRetentionProgressCalculator(reg prometheus.Registerer, retentionByResolu return &RetentionProgressCalculator{ retentionByResolution: retentionByResolution, RetentionProgressMetrics: &RetentionProgressMetrics{ - NumberOfBlocksToDelete: promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ + NumberOfBlocksToDelete: promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_compact_todo_deletion_blocks", Help: "number of blocks that have crossed their retention period", - }, []string{"group"}), + }), }, } } @@ -715,9 +782,9 @@ func (rs *RetentionProgressCalculator) ProgressCalculate(ctx context.Context, gr } } - rs.RetentionProgressMetrics.NumberOfBlocksToDelete.Reset() - for key, blocks := range groupBlocks { - rs.RetentionProgressMetrics.NumberOfBlocksToDelete.WithLabelValues(key).Add(float64(blocks)) + rs.RetentionProgressMetrics.NumberOfBlocksToDelete.Set(0) + for _, blocks := range groupBlocks { + rs.RetentionProgressMetrics.NumberOfBlocksToDelete.Add(float64(blocks)) } return nil @@ -727,31 +794,76 @@ func (rs *RetentionProgressCalculator) ProgressCalculate(ctx context.Context, gr type Planner interface { // Plan returns a list of blocks that should be compacted into single one. // The blocks can be overlapping. The provided metadata has to be ordered by minTime. - Plan(ctx context.Context, metasByMinTime []*metadata.Meta) ([]*metadata.Meta, error) + Plan(ctx context.Context, metasByMinTime []*metadata.Meta, errChan chan error, extensions any) ([]*metadata.Meta, error) +} + +type BlockDeletableChecker interface { + CanDelete(group *Group, blockID ulid.ULID) bool +} + +type DefaultBlockDeletableChecker struct { +} + +func (c DefaultBlockDeletableChecker) CanDelete(_ *Group, _ ulid.ULID) bool { + return true +} + +type CompactionLifecycleCallback interface { + PreCompactionCallback(ctx context.Context, logger log.Logger, group *Group, toCompactBlocks []*metadata.Meta) error + PostCompactionCallback(ctx context.Context, logger log.Logger, group *Group, blockID ulid.ULID) error + GetBlockPopulator(ctx context.Context, logger log.Logger, group *Group) (tsdb.BlockPopulator, error) +} + +type DefaultCompactionLifecycleCallback struct { +} + +func (c DefaultCompactionLifecycleCallback) PreCompactionCallback(_ context.Context, logger log.Logger, cg *Group, toCompactBlocks []*metadata.Meta) error { + // Due to #183 we verify that none of the blocks in the plan have overlapping sources. + // This is one potential source of how we could end up with duplicated chunks. + uniqueSources := map[ulid.ULID]struct{}{} + for _, m := range toCompactBlocks { + for _, s := range m.Compaction.Sources { + if _, ok := uniqueSources[s]; ok { + if !cg.enableVerticalCompaction { + return halt(errors.Errorf("overlapping sources detected for plan %v", toCompactBlocks)) + } + level.Warn(logger).Log("msg", "overlapping sources detected for plan", "duplicated_block", s, "to_compact_blocks", fmt.Sprintf("%v", toCompactBlocks)) + } + uniqueSources[s] = struct{}{} + } + } + return nil +} + +func (c DefaultCompactionLifecycleCallback) PostCompactionCallback(_ context.Context, _ log.Logger, _ *Group, _ ulid.ULID) error { + return nil +} + +func (c DefaultCompactionLifecycleCallback) GetBlockPopulator(_ context.Context, _ log.Logger, _ *Group) (tsdb.BlockPopulator, error) { + return tsdb.DefaultBlockPopulator{}, nil } // Compactor provides compaction against an underlying storage of time series data. -// This is similar to tsdb.Compactor just without Plan method. +// It is similar to tsdb.Compactor but only relevant methods are kept. Plan and Write are removed. // TODO(bwplotka): Split the Planner from Compactor on upstream as well, so we can import it. type Compactor interface { - // Write persists a Block into a directory. - // No Block is written when resulting Block has 0 samples, and returns empty ulid.ULID{}. - Write(dest string, b tsdb.BlockReader, mint, maxt int64, parent *tsdb.BlockMeta) (ulid.ULID, error) - // Compact runs compaction against the provided directories. Must // only be called concurrently with results of Plan(). // Can optionally pass a list of already open blocks, // to avoid having to reopen them. - // When resulting Block has 0 samples + // Prometheus always return one or no block. The interface allows returning more than one + // block for downstream users to experiment with compactor. + // When one resulting Block has 0 samples // * No block is written. // * The source dirs are marked Deletable. - // * Returns empty ulid.ULID{}. - Compact(dest string, dirs []string, open []*tsdb.Block) (ulid.ULID, error) + // * Block is not included in the result. + Compact(dest string, dirs []string, open []*tsdb.Block) ([]ulid.ULID, error) + CompactWithBlockPopulator(dest string, dirs []string, open []*tsdb.Block, blockPopulator tsdb.BlockPopulator) ([]ulid.ULID, error) } // Compact plans and runs a single compaction against the group. The compacted result // is uploaded into the bucket the blocks were retrieved from. -func (cg *Group) Compact(ctx context.Context, dir string, planner Planner, comp Compactor) (shouldRerun bool, compID ulid.ULID, rerr error) { +func (cg *Group) Compact(ctx context.Context, dir string, planner Planner, comp Compactor, blockDeletableChecker BlockDeletableChecker, compactionLifecycleCallback CompactionLifecycleCallback) (shouldRerun bool, compIDs []ulid.ULID, rerr error) { cg.compactionRunsStarted.Inc() subDir := filepath.Join(dir, cg.Key()) @@ -768,19 +880,37 @@ func (cg *Group) Compact(ctx context.Context, dir string, planner Planner, comp }() if err := os.MkdirAll(subDir, 0750); err != nil { - return false, ulid.ULID{}, errors.Wrap(err, "create compaction group dir") + return false, nil, errors.Wrap(err, "create compaction group dir") } + defer func() { + if p := recover(); p != nil { + var sb strings.Builder + + cgIDs := cg.IDs() + for i, blid := range cgIDs { + _, _ = sb.WriteString(blid.String()) + if i < len(cgIDs)-1 { + _, _ = sb.WriteString(",") + } + } + rerr = fmt.Errorf("paniced while compacting %s: %v", sb.String(), p) + } + }() + + errChan := make(chan error, 1) err := tracing.DoInSpanWithErr(ctx, "compaction_group", func(ctx context.Context) (err error) { - shouldRerun, compID, err = cg.compact(ctx, subDir, planner, comp) + shouldRerun, compIDs, err = cg.compact(ctx, subDir, planner, comp, blockDeletableChecker, compactionLifecycleCallback, errChan) return err }, opentracing.Tags{"group.key": cg.Key()}) + errChan <- err + close(errChan) if err != nil { cg.compactionFailures.Inc() - return false, ulid.ULID{}, err + return false, nil, err } cg.compactionRunsCompleted.Inc() - return shouldRerun, compID, nil + return shouldRerun, compIDs, nil } // Issue347Error is a type wrapper for errors that should invoke repair process for broken block. @@ -818,7 +948,7 @@ func outOfOrderChunkError(err error, brokenBlock ulid.ULID) OutOfOrderChunksErro return OutOfOrderChunksError{err: err, id: brokenBlock} } -// IsOutOfOrderChunk returns true if the base error is a OutOfOrderChunkError. +// IsOutOfOrderChunkError returns true if the base error is a OutOfOrderChunkError. func IsOutOfOrderChunkError(err error) bool { _, ok := errors.Cause(err).(OutOfOrderChunksError) return ok @@ -837,10 +967,14 @@ func (e HaltError) Error() string { return e.err.Error() } +func (e HaltError) Unwrap() error { + return errors.Cause(e.err) +} + // IsHaltError returns true if the base error is a HaltError. // If a multierror is passed, any halt error will return true. func IsHaltError(err error) bool { - if multiErr, ok := errors.Cause(err).(errutil.NonNilMultiError); ok { + if multiErr, ok := errors.Cause(err).(errutil.NonNilMultiRootError); ok { for _, err := range multiErr { if _, ok := errors.Cause(err).(HaltError); ok { return true @@ -859,6 +993,10 @@ type RetryError struct { err error } +func NewRetryError(err error) error { + return retry(err) +} + func retry(err error) error { if IsHaltError(err) { return err @@ -870,10 +1008,14 @@ func (e RetryError) Error() string { return e.err.Error() } +func (e RetryError) Unwrap() error { + return errors.Cause(e.err) +} + // IsRetryError returns true if the base error is a RetryError. // If a multierror is passed, all errors must be retriable. func IsRetryError(err error) bool { - if multiErr, ok := errors.Cause(err).(errutil.NonNilMultiError); ok { + if multiErr, ok := errors.Cause(err).(errutil.NonNilMultiRootError); ok { for _, err := range multiErr { if _, ok := errors.Cause(err).(RetryError); !ok { return false @@ -946,13 +1088,13 @@ func RepairIssue347(ctx context.Context, logger log.Logger, bkt objstore.Bucket, return errors.Wrapf(err, "read meta from %s", bdir) } - resid, err := block.Repair(logger, tmpdir, ie.id, metadata.CompactorRepairSource, block.IgnoreIssue347OutsideChunk) + resid, err := block.Repair(ctx, logger, tmpdir, ie.id, metadata.CompactorRepairSource, block.IgnoreIssue347OutsideChunk) if err != nil { return errors.Wrapf(err, "repair failed for block %s", ie.id) } // Verify repaired id before uploading it. - if err := block.VerifyIndex(logger, filepath.Join(tmpdir, resid.String(), block.IndexFilename), meta.MinTime, meta.MaxTime); err != nil { + if err := block.VerifyIndex(ctx, logger, filepath.Join(tmpdir, resid.String(), block.IndexFilename), meta.MinTime, meta.MaxTime); err != nil { return errors.Wrapf(err, "repaired block is invalid %s", resid) } @@ -974,7 +1116,7 @@ func RepairIssue347(ctx context.Context, logger log.Logger, bkt objstore.Bucket, return nil } -func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp Compactor) (shouldRerun bool, compID ulid.ULID, _ error) { +func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp Compactor, blockDeletableChecker BlockDeletableChecker, compactionLifecycleCallback CompactionLifecycleCallback, errChan chan error) (bool, []ulid.ULID, error) { cg.mtx.Lock() defer cg.mtx.Unlock() @@ -984,7 +1126,7 @@ func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp // TODO(bwplotka): It would really nice if we could still check for other overlaps than replica. In fact this should be checked // in syncer itself. Otherwise with vertical compaction enabled we will sacrifice this important check. if !cg.enableVerticalCompaction { - return false, ulid.ULID{}, halt(errors.Wrap(err, "pre compaction overlap check")) + return false, nil, halt(errors.Wrap(err, "pre compaction overlap check")) } overlappingBlocks = true @@ -992,49 +1134,49 @@ func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp var toCompact []*metadata.Meta if err := tracing.DoInSpanWithErr(ctx, "compaction_planning", func(ctx context.Context) (e error) { - toCompact, e = planner.Plan(ctx, cg.metasByMinTime) + toCompact, e = planner.Plan(ctx, cg.metasByMinTime, errChan, cg.extensions) return e }); err != nil { - return false, ulid.ULID{}, errors.Wrap(err, "plan compaction") + return false, nil, errors.Wrap(err, "plan compaction") } if len(toCompact) == 0 { // Nothing to do. - return false, ulid.ULID{}, nil + return false, nil, nil } - level.Info(cg.logger).Log("msg", "compaction available and planned; downloading blocks", "plan", fmt.Sprintf("%v", toCompact)) - - // Due to #183 we verify that none of the blocks in the plan have overlapping sources. - // This is one potential source of how we could end up with duplicated chunks. - uniqueSources := map[ulid.ULID]struct{}{} + level.Info(cg.logger).Log("msg", "compaction available and planned", "plan", fmt.Sprintf("%v", toCompact)) // Once we have a plan we need to download the actual data. groupCompactionBegin := time.Now() begin := groupCompactionBegin + + if err := compactionLifecycleCallback.PreCompactionCallback(ctx, cg.logger, cg, toCompact); err != nil { + return false, nil, errors.Wrapf(err, "failed to run pre compaction callback for plan: %s", fmt.Sprintf("%v", toCompact)) + } + level.Info(cg.logger).Log("msg", "finished running pre compaction callback; downloading blocks", "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds(), "plan", fmt.Sprintf("%v", toCompact)) + + begin = time.Now() g, errCtx := errgroup.WithContext(ctx) g.SetLimit(cg.compactBlocksFetchConcurrency) toCompactDirs := make([]string, 0, len(toCompact)) for _, m := range toCompact { bdir := filepath.Join(dir, m.ULID.String()) - for _, s := range m.Compaction.Sources { - if _, ok := uniqueSources[s]; ok { - return false, ulid.ULID{}, halt(errors.Errorf("overlapping sources detected for plan %v", toCompact)) - } - uniqueSources[s] = struct{}{} - } func(ctx context.Context, meta *metadata.Meta) { g.Go(func() error { + start := time.Now() if err := tracing.DoInSpanWithErr(ctx, "compaction_block_download", func(ctx context.Context) error { return block.Download(ctx, cg.logger, cg.bkt, meta.ULID, bdir, objstore.WithFetchConcurrency(cg.blockFilesConcurrency)) }, opentracing.Tags{"block.id": meta.ULID}); err != nil { return retry(errors.Wrapf(err, "download block %s", meta.ULID)) } + level.Debug(cg.logger).Log("msg", "downloaded block", "block", meta.ULID.String(), "duration", time.Since(start), "duration_ms", time.Since(start).Milliseconds()) + start = time.Now() // Ensure all input blocks are valid. var stats block.HealthStats if err := tracing.DoInSpanWithErr(ctx, "compaction_block_health_stats", func(ctx context.Context) (e error) { - stats, e = block.GatherIndexHealthStats(cg.logger, filepath.Join(bdir, block.IndexFilename), meta.MinTime, meta.MaxTime) + stats, e = block.GatherIndexHealthStats(ctx, cg.logger, filepath.Join(bdir, block.IndexFilename), meta.MinTime, meta.MaxTime) return e }, opentracing.Tags{"block.id": meta.ULID}); err != nil { return errors.Wrapf(err, "gather index issues for block %s", bdir) @@ -1056,6 +1198,7 @@ func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp return errors.Wrapf(err, "block id %s, try running with --debug.accept-malformed-index", meta.ULID) } + level.Debug(cg.logger).Log("msg", "verified block", "block", meta.ULID.String(), "duration", time.Since(start), "duration_ms", time.Since(start).Milliseconds()) return nil }) }(errCtx, m) @@ -1065,110 +1208,145 @@ func (cg *Group) compact(ctx context.Context, dir string, planner Planner, comp sourceBlockStr := fmt.Sprintf("%v", toCompactDirs) if err := g.Wait(); err != nil { - return false, ulid.ULID{}, err + return false, nil, err } - level.Info(cg.logger).Log("msg", "downloaded and verified blocks; compacting blocks", "plan", sourceBlockStr, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds()) + level.Info(cg.logger).Log("msg", "downloaded and verified blocks; compacting blocks", "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds(), "plan", sourceBlockStr) begin = time.Now() + var compIDs []ulid.ULID if err := tracing.DoInSpanWithErr(ctx, "compaction", func(ctx context.Context) (e error) { - compID, e = comp.Compact(dir, toCompactDirs, nil) + populateBlockFunc, e := compactionLifecycleCallback.GetBlockPopulator(ctx, cg.logger, cg) + if e != nil { + return e + } + compIDs, e = comp.CompactWithBlockPopulator(dir, toCompactDirs, nil, populateBlockFunc) return e }); err != nil { - return false, ulid.ULID{}, halt(errors.Wrapf(err, "compact blocks %v", toCompactDirs)) + return false, nil, halt(errors.Wrapf(err, "compact blocks %v", toCompactDirs)) } - if compID == (ulid.ULID{}) { - // Prometheus compactor found that the compacted block would have no samples. - level.Info(cg.logger).Log("msg", "compacted block would have no samples, deleting source blocks", "blocks", sourceBlockStr) + if len(compIDs) == 0 { + // No compacted blocks means all compacted blocks are of no sample. + level.Info(cg.logger).Log("msg", "no compacted blocks, deleting source blocks", "blocks", sourceBlockStr) for _, meta := range toCompact { if meta.Stats.NumSamples == 0 { - if err := cg.deleteBlock(meta.ULID, filepath.Join(dir, meta.ULID.String())); err != nil { + if err := cg.deleteBlock(meta.ULID, filepath.Join(dir, meta.ULID.String()), blockDeletableChecker); err != nil { level.Warn(cg.logger).Log("msg", "failed to mark for deletion an empty block found during compaction", "block", meta.ULID) } } } - // Even though this block was empty, there may be more work to do. - return true, ulid.ULID{}, nil + // Even though no compacted blocks, there may be more work to do. + return true, nil, nil } cg.compactions.Inc() if overlappingBlocks { cg.verticalCompactions.Inc() } - level.Info(cg.logger).Log("msg", "compacted blocks", "new", compID, - "blocks", sourceBlockStr, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds(), "overlapping_blocks", overlappingBlocks) + compIDStrings := make([]string, 0, len(compIDs)) + for _, compID := range compIDs { + compIDStrings = append(compIDStrings, compID.String()) + } + compIDStrs := fmt.Sprintf("%v", compIDStrings) + level.Info(cg.logger).Log("msg", "compacted blocks", "new", compIDStrs, + "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds(), "overlapping_blocks", overlappingBlocks, "blocks", sourceBlockStr) - bdir := filepath.Join(dir, compID.String()) - index := filepath.Join(bdir, block.IndexFilename) + for _, compID := range compIDs { + bdir := filepath.Join(dir, compID.String()) + index := filepath.Join(bdir, block.IndexFilename) - newMeta, err := metadata.InjectThanos(cg.logger, bdir, metadata.Thanos{ - Labels: cg.labels.Map(), - Downsample: metadata.ThanosDownsample{Resolution: cg.resolution}, - Source: metadata.CompactorSource, - SegmentFiles: block.GetSegmentFiles(bdir), - }, nil) - if err != nil { - return false, ulid.ULID{}, errors.Wrapf(err, "failed to finalize the block %s", bdir) - } + if err := os.Remove(filepath.Join(bdir, "tombstones")); err != nil { + return false, nil, errors.Wrap(err, "remove tombstones") + } - if err = os.Remove(filepath.Join(bdir, "tombstones")); err != nil { - return false, ulid.ULID{}, errors.Wrap(err, "remove tombstones") - } + newMeta, err := metadata.ReadFromDir(bdir) + if err != nil { + return false, nil, errors.Wrap(err, "read new meta") + } - // Ensure the output block is valid. - err = tracing.DoInSpanWithErr(ctx, "compaction_verify_index", func(ctx context.Context) error { - return block.VerifyIndex(cg.logger, index, newMeta.MinTime, newMeta.MaxTime) - }) - if !cg.acceptMalformedIndex && err != nil { - return false, ulid.ULID{}, halt(errors.Wrapf(err, "invalid result block %s", bdir)) - } + var stats block.HealthStats + // Ensure the output block is valid. + err = tracing.DoInSpanWithErr(ctx, "compaction_verify_index", func(ctx context.Context) error { + stats, err = block.GatherIndexHealthStats(ctx, cg.logger, index, newMeta.MinTime, newMeta.MaxTime) + if err != nil { + return err + } + return stats.AnyErr() + }) + if !cg.acceptMalformedIndex && err != nil { + return false, nil, halt(errors.Wrapf(err, "invalid result block %s", bdir)) + } - // Ensure the output block is not overlapping with anything else, - // unless vertical compaction is enabled. - if !cg.enableVerticalCompaction { - if err := cg.areBlocksOverlapping(newMeta, toCompact...); err != nil { - return false, ulid.ULID{}, halt(errors.Wrapf(err, "resulted compacted block %s overlaps with something", bdir)) + thanosMeta := metadata.Thanos{ + Labels: cg.labels.Map(), + Downsample: metadata.ThanosDownsample{Resolution: cg.resolution}, + Source: metadata.CompactorSource, + SegmentFiles: block.GetSegmentFiles(bdir), + Extensions: cg.extensions, + } + if stats.ChunkMaxSize > 0 { + thanosMeta.IndexStats.ChunkMaxSize = stats.ChunkMaxSize + } + if stats.SeriesMaxSize > 0 { + thanosMeta.IndexStats.SeriesMaxSize = stats.SeriesMaxSize + } + newMeta, err = metadata.InjectThanos(cg.logger, bdir, thanosMeta, nil) + if err != nil { + return false, nil, errors.Wrapf(err, "failed to finalize the block %s", bdir) + } + // Ensure the output block is not overlapping with anything else, + // unless vertical compaction is enabled. + if !cg.enableVerticalCompaction { + if err := cg.areBlocksOverlapping(newMeta, toCompact...); err != nil { + return false, nil, halt(errors.Wrapf(err, "resulted compacted block %s overlaps with something", bdir)) + } } - } - begin = time.Now() + begin = time.Now() - err = tracing.DoInSpanWithErr(ctx, "compaction_block_upload", func(ctx context.Context) error { - return block.Upload(ctx, cg.logger, cg.bkt, bdir, cg.hashFunc, objstore.WithUploadConcurrency(cg.blockFilesConcurrency)) - }) - if err != nil { - return false, ulid.ULID{}, retry(errors.Wrapf(err, "upload of %s failed", compID)) + err = tracing.DoInSpanWithErr(ctx, "compaction_block_upload", func(ctx context.Context) error { + return block.Upload(ctx, cg.logger, cg.bkt, bdir, cg.hashFunc, objstore.WithUploadConcurrency(cg.blockFilesConcurrency)) + }) + if err != nil { + return false, nil, retry(errors.Wrapf(err, "upload of %s failed", compID)) + } + level.Info(cg.logger).Log("msg", "uploaded block", "result_block", compID, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds()) + level.Info(cg.logger).Log("msg", "running post compaction callback", "result_block", compID) + if err := compactionLifecycleCallback.PostCompactionCallback(ctx, cg.logger, cg, compID); err != nil { + return false, nil, retry(errors.Wrapf(err, "failed to run post compaction callback for result block %s", compID)) + } + level.Info(cg.logger).Log("msg", "finished running post compaction callback", "result_block", compID) } - level.Info(cg.logger).Log("msg", "uploaded block", "result_block", compID, "duration", time.Since(begin), "duration_ms", time.Since(begin).Milliseconds()) // Mark for deletion the blocks we just compacted from the group and bucket so they do not get included // into the next planning cycle. // Eventually the block we just uploaded should get synced into the group again (including sync-delay). for _, meta := range toCompact { - err = tracing.DoInSpanWithErr(ctx, "compaction_block_delete", func(ctx context.Context) error { - return cg.deleteBlock(meta.ULID, filepath.Join(dir, meta.ULID.String())) - }, opentracing.Tags{"block.id": meta.ULID}) - if err != nil { - return false, ulid.ULID{}, retry(errors.Wrapf(err, "mark old block for deletion from bucket")) + if err := tracing.DoInSpanWithErr(ctx, "compaction_block_delete", func(ctx context.Context) error { + return cg.deleteBlock(meta.ULID, filepath.Join(dir, meta.ULID.String()), blockDeletableChecker) + }, opentracing.Tags{"block.id": meta.ULID}); err != nil { + return false, nil, retry(errors.Wrapf(err, "mark old block for deletion from bucket")) } cg.groupGarbageCollectedBlocks.Inc() } - level.Info(cg.logger).Log("msg", "finished compacting blocks", "result_block", compID, "source_blocks", sourceBlockStr, - "duration", time.Since(groupCompactionBegin), "duration_ms", time.Since(groupCompactionBegin).Milliseconds()) - return true, compID, nil + level.Info(cg.logger).Log("msg", "finished compacting blocks", "duration", time.Since(groupCompactionBegin), + "duration_ms", time.Since(groupCompactionBegin).Milliseconds(), "result_blocks", compIDStrs, "source_blocks", sourceBlockStr) + return true, compIDs, nil } -func (cg *Group) deleteBlock(id ulid.ULID, bdir string) error { +func (cg *Group) deleteBlock(id ulid.ULID, bdir string, blockDeletableChecker BlockDeletableChecker) error { if err := os.RemoveAll(bdir); err != nil { return errors.Wrapf(err, "remove old block dir %s", id) } - // Spawn a new context so we always mark a block for deletion in full on shutdown. - delCtx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) - defer cancel() - level.Info(cg.logger).Log("msg", "marking compacted block for deletion", "old_block", id) - if err := block.MarkForDeletion(delCtx, cg.logger, cg.bkt, id, "source of compacted block", cg.blocksMarkedForDeletion); err != nil { - return errors.Wrapf(err, "mark block %s for deletion from bucket", id) + if blockDeletableChecker.CanDelete(cg, id) { + // Spawn a new context so we always mark a block for deletion in full on shutdown. + delCtx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) + defer cancel() + level.Info(cg.logger).Log("msg", "marking compacted block for deletion", "old_block", id) + if err := block.MarkForDeletion(delCtx, cg.logger, cg.bkt, id, "source of compacted block", cg.blocksMarkedForDeletion); err != nil { + return errors.Wrapf(err, "mark block %s for deletion from bucket", id) + } } return nil } @@ -1180,6 +1358,8 @@ type BucketCompactor struct { grouper Grouper comp Compactor planner Planner + blockDeletableChecker BlockDeletableChecker + compactionLifecycleCallback CompactionLifecycleCallback compactDir string bkt objstore.Bucket concurrency int @@ -1197,6 +1377,37 @@ func NewBucketCompactor( bkt objstore.Bucket, concurrency int, skipBlocksWithOutOfOrderChunks bool, +) (*BucketCompactor, error) { + if concurrency <= 0 { + return nil, errors.Errorf("invalid concurrency level (%d), concurrency level must be > 0", concurrency) + } + return NewBucketCompactorWithCheckerAndCallback( + logger, + sy, + grouper, + planner, + comp, + DefaultBlockDeletableChecker{}, + DefaultCompactionLifecycleCallback{}, + compactDir, + bkt, + concurrency, + skipBlocksWithOutOfOrderChunks, + ) +} + +func NewBucketCompactorWithCheckerAndCallback( + logger log.Logger, + sy *Syncer, + grouper Grouper, + planner Planner, + comp Compactor, + blockDeletableChecker BlockDeletableChecker, + compactionLifecycleCallback CompactionLifecycleCallback, + compactDir string, + bkt objstore.Bucket, + concurrency int, + skipBlocksWithOutOfOrderChunks bool, ) (*BucketCompactor, error) { if concurrency <= 0 { return nil, errors.Errorf("invalid concurrency level (%d), concurrency level must be > 0", concurrency) @@ -1207,6 +1418,8 @@ func NewBucketCompactor( grouper: grouper, planner: planner, comp: comp, + blockDeletableChecker: blockDeletableChecker, + compactionLifecycleCallback: compactionLifecycleCallback, compactDir: compactDir, bkt: bkt, concurrency: concurrency, @@ -1247,7 +1460,7 @@ func (c *BucketCompactor) Compact(ctx context.Context) (rerr error) { go func() { defer wg.Done() for g := range groupChan { - shouldRerunGroup, _, err := g.Compact(workCtx, c.compactDir, c.planner, c.comp) + shouldRerunGroup, _, err := g.Compact(workCtx, c.compactDir, c.planner, c.comp, c.blockDeletableChecker, c.compactionLifecycleCallback) if err == nil { if shouldRerunGroup { mtx.Lock() @@ -1258,7 +1471,7 @@ func (c *BucketCompactor) Compact(ctx context.Context) (rerr error) { } if IsIssue347Error(err) { - if err := RepairIssue347(workCtx, c.logger, c.bkt, c.sy.metrics.blocksMarkedForDeletion, err); err == nil { + if err := RepairIssue347(workCtx, c.logger, c.bkt, c.sy.metrics.BlocksMarkedForDeletion, err); err == nil { mtx.Lock() finishedAllGroups = false mtx.Unlock() diff --git a/pkg/compact/compact_e2e_test.go b/pkg/compact/compact_e2e_test.go index 9b40da16dc..3d96a444b9 100644 --- a/pkg/compact/compact_e2e_test.go +++ b/pkg/compact/compact_e2e_test.go @@ -27,6 +27,7 @@ import ( "github.com/thanos-io/objstore/objtesting" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/dedup" @@ -94,7 +95,9 @@ func TestSyncer_GarbageCollect_e2e(t *testing.T) { } duplicateBlocksFilter := block.NewDeduplicateFilter(fetcherConcurrency) - metaFetcher, err := block.NewMetaFetcher(nil, 32, objstore.WithNoopInstr(bkt), "", nil, []block.MetadataFilter{ + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(nil, insBkt) + metaFetcher, err := block.NewMetaFetcher(nil, 32, insBkt, baseBlockIDsFetcher, "", nil, []block.MetadataFilter{ duplicateBlocksFilter, }) testutil.Ok(t, err) @@ -194,7 +197,9 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(logger, objstore.WithNoopInstr(bkt), 48*time.Hour, fetcherConcurrency) duplicateBlocksFilter := block.NewDeduplicateFilter(fetcherConcurrency) noCompactMarkerFilter := NewGatherNoCompactionMarkFilter(logger, objstore.WithNoopInstr(bkt), 2) - metaFetcher, err := block.NewMetaFetcher(nil, 32, objstore.WithNoopInstr(bkt), "", nil, []block.MetadataFilter{ + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(nil, 32, insBkt, baseBlockIDsFetcher, "", nil, []block.MetadataFilter{ ignoreDeletionMarkFilter, duplicateBlocksFilter, noCompactMarkerFilter, @@ -217,9 +222,9 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg // Compaction on empty should not fail. testutil.Ok(t, bComp.Compact(ctx)) - testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.garbageCollectedBlocks)) - testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.blocksMarkedForDeletion)) - testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.garbageCollectionFailures)) + testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.GarbageCollectedBlocks)) + testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.BlocksMarkedForDeletion)) + testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.GarbageCollectionFailures)) testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.blocksMarkedForNoCompact)) testutil.Equals(t, 0, MetricCount(grouper.compactions)) testutil.Equals(t, 0, MetricCount(grouper.compactionRunsStarted)) @@ -304,46 +309,27 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg {{Name: "a", Value: "7"}}, }, }, - }, []blockgenSpec{ - { - numSamples: 100, mint: 0, maxt: 499, extLset: extLabels, res: 124, - series: []labels.Labels{ - {{Name: "a", Value: "1"}}, - {{Name: "a", Value: "2"}, {Name: "b", Value: "2"}}, - {{Name: "a", Value: "3"}}, - {{Name: "a", Value: "4"}}, - }, - }, }) groupKey1 := metas[0].Thanos.GroupKey() groupKey2 := metas[6].Thanos.GroupKey() testutil.Ok(t, bComp.Compact(ctx)) - testutil.Equals(t, 5.0, promtest.ToFloat64(sy.metrics.garbageCollectedBlocks)) - testutil.Equals(t, 5.0, promtest.ToFloat64(sy.metrics.blocksMarkedForDeletion)) - testutil.Equals(t, 1.0, promtest.ToFloat64(grouper.blocksMarkedForNoCompact)) - testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.garbageCollectionFailures)) - testutil.Equals(t, 4, MetricCount(grouper.compactions)) - testutil.Equals(t, 1.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[0].Thanos.GroupKey()))) - testutil.Equals(t, 1.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[7].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[4].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[5].Thanos.GroupKey()))) - testutil.Equals(t, 4, MetricCount(grouper.compactionRunsStarted)) - testutil.Equals(t, 3.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[0].Thanos.GroupKey()))) - testutil.Equals(t, 3.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[7].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[4].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[5].Thanos.GroupKey()))) - testutil.Equals(t, 4, MetricCount(grouper.compactionRunsCompleted)) - testutil.Equals(t, 2.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[0].Thanos.GroupKey()))) - testutil.Equals(t, 3.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[7].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[4].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[5].Thanos.GroupKey()))) - testutil.Equals(t, 4, MetricCount(grouper.compactionFailures)) - testutil.Equals(t, 1.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[0].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[7].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[4].Thanos.GroupKey()))) - testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[5].Thanos.GroupKey()))) + testutil.Equals(t, 2.0, promtest.ToFloat64(sy.metrics.GarbageCollectedBlocks)) + testutil.Equals(t, 2.0, promtest.ToFloat64(sy.metrics.BlocksMarkedForDeletion)) + testutil.Equals(t, 0.0, promtest.ToFloat64(sy.metrics.GarbageCollectionFailures)) + testutil.Equals(t, 2, MetricCount(grouper.compactions)) + testutil.Equals(t, 1.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[0].Thanos.ResolutionString()))) + testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactions.WithLabelValues(metas[5].Thanos.ResolutionString()))) + testutil.Equals(t, 2, MetricCount(grouper.compactionRunsStarted)) + testutil.Equals(t, 4.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[0].Thanos.ResolutionString()))) + testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsStarted.WithLabelValues(metas[5].Thanos.ResolutionString()))) + testutil.Equals(t, 2, MetricCount(grouper.compactionRunsCompleted)) + testutil.Equals(t, 4.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[0].Thanos.ResolutionString()))) + testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionRunsCompleted.WithLabelValues(metas[5].Thanos.ResolutionString()))) + testutil.Equals(t, 2, MetricCount(grouper.compactionFailures)) + testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[0].Thanos.ResolutionString()))) + testutil.Equals(t, 0.0, promtest.ToFloat64(grouper.compactionFailures.WithLabelValues(metas[5].Thanos.ResolutionString()))) _, err = os.Stat(dir) testutil.Assert(t, os.IsNotExist(err), "dir %s should be remove after compaction.", dir) @@ -355,7 +341,6 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg metas[4].ULID: false, metas[5].ULID: false, metas[8].ULID: false, - metas[9].ULID: false, } others := map[string]metadata.Meta{} testutil.Ok(t, bkt.Iter(ctx, "", func(n string) error { @@ -388,17 +373,16 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg meta, ok := others[groupKey1] testutil.Assert(t, ok, "meta not found") - testutil.Equals(t, int64(500), meta.MinTime) - testutil.Equals(t, int64(3000), meta.MaxTime) - testutil.Equals(t, uint64(6), meta.Stats.NumSeries) - testutil.Equals(t, uint64(2*4*100), meta.Stats.NumSamples) // Only 2 times 4*100 because one block was empty. - testutil.Equals(t, 2, meta.Compaction.Level) - testutil.Equals(t, []ulid.ULID{metas[0].ULID, metas[1].ULID, metas[2].ULID}, meta.Compaction.Sources) + testutil.Equals(t, int64(1000), meta.MinTime) + testutil.Equals(t, int64(2000), meta.MaxTime) + testutil.Equals(t, uint64(0), meta.Stats.NumSeries) + testutil.Equals(t, uint64(0), meta.Stats.NumSamples) // Only 2 times 4*100 because one block was empty. + testutil.Equals(t, 1, meta.Compaction.Level) + testutil.Equals(t, []ulid.ULID{metas[2].ULID}, meta.Compaction.Sources) // Check thanos meta. testutil.Assert(t, labels.Equal(extLabels, labels.FromMap(meta.Thanos.Labels)), "ext labels does not match") testutil.Equals(t, int64(124), meta.Thanos.Downsample.Resolution) - testutil.Assert(t, len(meta.Thanos.SegmentFiles) > 0, "compacted blocks have segment files set") } { meta, ok := others[groupKey2] @@ -415,6 +399,8 @@ func testGroupCompactE2e(t *testing.T, mergeFunc storage.VerticalChunkSeriesMerg testutil.Assert(t, labels.Equal(extLabels2, labels.FromMap(meta.Thanos.Labels)), "ext labels does not match") testutil.Equals(t, int64(124), meta.Thanos.Downsample.Resolution) testutil.Assert(t, len(meta.Thanos.SegmentFiles) > 0, "compacted blocks have segment files set") + // Only one chunk will be generated in that block, so we won't set chunk size. + testutil.Assert(t, meta.Thanos.IndexStats.SeriesMaxSize > 0, "compacted blocks have index stats series max size set") } }) } @@ -427,7 +413,7 @@ type blockgenSpec struct { res int64 } -func createAndUpload(t testing.TB, bkt objstore.Bucket, blocks []blockgenSpec, blocksWithOutOfOrderChunks []blockgenSpec) (metas []*metadata.Meta) { +func createAndUpload(t testing.TB, bkt objstore.Bucket, blocks []blockgenSpec) (metas []*metadata.Meta) { prepareDir := t.TempDir() ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) @@ -438,15 +424,6 @@ func createAndUpload(t testing.TB, bkt objstore.Bucket, blocks []blockgenSpec, b metas = append(metas, meta) testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(prepareDir, id.String()), metadata.NoneFunc)) } - for _, b := range blocksWithOutOfOrderChunks { - id, meta := createBlock(t, ctx, prepareDir, b) - - err := e2eutil.PutOutOfOrderIndex(filepath.Join(prepareDir, id.String()), b.mint, b.maxt) - testutil.Ok(t, err) - - metas = append(metas, meta) - testutil.Ok(t, block.Upload(ctx, log.NewNopLogger(), bkt, filepath.Join(prepareDir, id.String()), metadata.NoneFunc)) - } return metas } @@ -508,7 +485,9 @@ func TestGarbageCollectDoesntCreateEmptyBlocksWithDeletionMarksOnly(t *testing.T ignoreDeletionMarkFilter := block.NewIgnoreDeletionMarkFilter(nil, objstore.WithNoopInstr(bkt), 48*time.Hour, fetcherConcurrency) duplicateBlocksFilter := block.NewDeduplicateFilter(fetcherConcurrency) - metaFetcher, err := block.NewMetaFetcher(nil, 32, objstore.WithNoopInstr(bkt), "", nil, []block.MetadataFilter{ + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(nil, 32, insBkt, baseBlockIDsFetcher, "", nil, []block.MetadataFilter{ ignoreDeletionMarkFilter, duplicateBlocksFilter, }) diff --git a/pkg/compact/compact_test.go b/pkg/compact/compact_test.go index 0112c0a8e2..1d3764907c 100644 --- a/pkg/compact/compact_test.go +++ b/pkg/compact/compact_test.go @@ -214,8 +214,6 @@ func TestRetentionProgressCalculate(t *testing.T) { temp := promauto.With(reg).NewCounter(prometheus.CounterOpts{Name: "test_metric_for_group", Help: "this is a test metric for compact progress tests"}) grouper := NewDefaultGrouper(logger, bkt, false, false, reg, temp, temp, temp, "", 1, 1) - type groupedResult map[string]float64 - type retInput struct { meta []*metadata.Meta resMap map[ResolutionLevel]time.Duration @@ -238,7 +236,7 @@ func TestRetentionProgressCalculate(t *testing.T) { for _, tcase := range []struct { testName string input retInput - expected groupedResult + expected float64 }{ { // In this test case, blocks belonging to multiple groups are tested. All blocks in the first group and the first block in the second group are beyond their retention period. In the second group, the second block still has some time before its retention period and hence, is not marked to be deleted. @@ -257,11 +255,7 @@ func TestRetentionProgressCalculate(t *testing.T) { ResolutionLevel(downsample.ResLevel2): 6 * 30 * 24 * time.Hour, // 6 months retention. }, }, - expected: groupedResult{ - keys[0]: 2.0, - keys[1]: 1.0, - keys[2]: 0.0, - }, + expected: 3.0, }, { // In this test case, all the blocks are retained since they have not yet crossed their retention period. testName: "retain_test", @@ -277,11 +271,7 @@ func TestRetentionProgressCalculate(t *testing.T) { ResolutionLevel(downsample.ResLevel2): 16 * 30 * 24 * time.Hour, // 6 months retention. }, }, - expected: groupedResult{ - keys[0]: 0, - keys[1]: 0, - keys[2]: 0, - }, + expected: 0.0, }, { // In this test case, all the blocks are deleted since they are past their retention period. @@ -298,11 +288,7 @@ func TestRetentionProgressCalculate(t *testing.T) { ResolutionLevel(downsample.ResLevel2): 6 * 30 * 24 * time.Hour, // 6 months retention. }, }, - expected: groupedResult{ - keys[0]: 1, - keys[1]: 1, - keys[2]: 1, - }, + expected: 3.0, }, { // In this test case, none of the blocks are marked for deletion since the retention period is 0d i.e. indefinitely long retention. @@ -319,11 +305,7 @@ func TestRetentionProgressCalculate(t *testing.T) { ResolutionLevel(downsample.ResLevel2): 0, }, }, - expected: groupedResult{ - keys[0]: 0, - keys[1]: 0, - keys[2]: 0, - }, + expected: 0.0, }, } { if ok := t.Run(tcase.testName, func(t *testing.T) { @@ -338,11 +320,7 @@ func TestRetentionProgressCalculate(t *testing.T) { testutil.Ok(t, err) metrics := ps.RetentionProgressMetrics testutil.Ok(t, err) - for key := range tcase.expected { - a, err := metrics.NumberOfBlocksToDelete.GetMetricWithLabelValues(key) - testutil.Ok(t, err) - testutil.Equals(t, tcase.expected[key], promtestutil.ToFloat64(a)) - } + testutil.Equals(t, tcase.expected, promtestutil.ToFloat64(metrics.NumberOfBlocksToDelete)) }); !ok { return } @@ -353,7 +331,6 @@ func TestCompactProgressCalculate(t *testing.T) { type planResult struct { compactionBlocks, compactionRuns float64 } - type groupedResult map[string]planResult logger := log.NewNopLogger() reg := prometheus.NewRegistry() @@ -383,7 +360,7 @@ func TestCompactProgressCalculate(t *testing.T) { for _, tcase := range []struct { testName string input []*metadata.Meta - expected groupedResult + expected planResult }{ { // This test has a single compaction run with two blocks from the second group compacted. @@ -398,19 +375,9 @@ func TestCompactProgressCalculate(t *testing.T) { createBlockMeta(6, int64(time.Duration(12)*time.Hour/time.Millisecond), int64(time.Duration(20)*time.Hour/time.Millisecond), map[string]string{"a": "1", "b": "2"}, 1, []uint64{}), createBlockMeta(7, int64(time.Duration(20)*time.Hour/time.Millisecond), int64(time.Duration(28)*time.Hour/time.Millisecond), map[string]string{"a": "1", "b": "2"}, 1, []uint64{}), }, - expected: map[string]planResult{ - keys[0]: { - compactionRuns: 0.0, - compactionBlocks: 0.0, - }, - keys[1]: { - compactionRuns: 1.0, - compactionBlocks: 2.0, - }, - keys[2]: { - compactionRuns: 0.0, - compactionBlocks: 0.0, - }, + expected: planResult{ + compactionRuns: 1.0, + compactionBlocks: 2.0, }, }, { @@ -425,15 +392,9 @@ func TestCompactProgressCalculate(t *testing.T) { createBlockMeta(1, int64(time.Duration(2)*time.Hour/time.Millisecond), int64(time.Duration(4)*time.Hour/time.Millisecond), map[string]string{"b": "2"}, 0, []uint64{}), createBlockMeta(2, int64(time.Duration(4)*time.Hour/time.Millisecond), int64(time.Duration(6)*time.Hour/time.Millisecond), map[string]string{"b": "2"}, 0, []uint64{}), }, - expected: map[string]planResult{ - keys[0]: { - compactionRuns: 3.0, - compactionBlocks: 6.0, - }, - keys[1]: { - compactionRuns: 0.0, - compactionBlocks: 0.0, - }, + expected: planResult{ + compactionRuns: 3.0, + compactionBlocks: 6.0, }, }, { @@ -446,11 +407,9 @@ func TestCompactProgressCalculate(t *testing.T) { createBlockMeta(3, int64(time.Duration(6)*time.Hour/time.Millisecond), int64(time.Duration(8)*time.Hour/time.Millisecond), map[string]string{"a": "1", "b": "2"}, 1, []uint64{}), createBlockMeta(4, int64(time.Duration(10)*time.Hour/time.Millisecond), int64(time.Duration(12)*time.Hour/time.Millisecond), map[string]string{"a": "1", "b": "2"}, 1, []uint64{}), }, - expected: map[string]planResult{ - keys[2]: { - compactionRuns: 1.0, - compactionBlocks: 2.0, - }, + expected: planResult{ + compactionRuns: 1.0, + compactionBlocks: 2.0, }, }, } { @@ -465,14 +424,8 @@ func TestCompactProgressCalculate(t *testing.T) { testutil.Ok(t, err) metrics := ps.CompactProgressMetrics testutil.Ok(t, err) - for key := range tcase.expected { - a, err := metrics.NumberOfCompactionBlocks.GetMetricWithLabelValues(key) - testutil.Ok(t, err) - b, err := metrics.NumberOfCompactionRuns.GetMetricWithLabelValues(key) - testutil.Ok(t, err) - testutil.Equals(t, tcase.expected[key].compactionBlocks, promtestutil.ToFloat64(a)) - testutil.Equals(t, tcase.expected[key].compactionRuns, promtestutil.ToFloat64(b)) - } + testutil.Equals(t, tcase.expected.compactionBlocks, promtestutil.ToFloat64(metrics.NumberOfCompactionBlocks)) + testutil.Equals(t, tcase.expected.compactionRuns, promtestutil.ToFloat64(metrics.NumberOfCompactionRuns)) }); !ok { return } @@ -482,7 +435,6 @@ func TestCompactProgressCalculate(t *testing.T) { func TestDownsampleProgressCalculate(t *testing.T) { reg := prometheus.NewRegistry() logger := log.NewNopLogger() - type groupedResult map[string]float64 keys := make([]string, 3) m := make([]metadata.Meta, 3) @@ -505,7 +457,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { for _, tcase := range []struct { testName string input []*metadata.Meta - expected groupedResult + expected float64 }{ { // This test case has blocks from multiple groups and resolution levels. Only the blocks in the second group should be downsampled since the others either have time differences not in the range for their resolution, or a resolution which should not be downsampled. @@ -516,11 +468,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { createBlockMeta(9, 0, downsample.ResLevel2DownsampleRange, map[string]string{"b": "2"}, downsample.ResLevel1, []uint64{8, 11}), createBlockMeta(8, 0, downsample.ResLevel2DownsampleRange, map[string]string{"a": "1", "b": "2"}, downsample.ResLevel2, []uint64{9, 10}), }, - expected: map[string]float64{ - keys[0]: 0.0, - keys[1]: 2.0, - keys[2]: 0.0, - }, + expected: 2.0, }, { // This is a test case for resLevel0, with the correct time difference threshold. // This block should be downsampled. @@ -528,9 +476,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { input: []*metadata.Meta{ createBlockMeta(9, 0, downsample.ResLevel1DownsampleRange, map[string]string{"a": "1"}, downsample.ResLevel0, []uint64{10, 11}), }, - expected: map[string]float64{ - keys[0]: 1.0, - }, + expected: 1.0, }, { // This is a test case for resLevel1, with the correct time difference threshold. // This block should be downsampled. @@ -538,9 +484,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { input: []*metadata.Meta{ createBlockMeta(9, 0, downsample.ResLevel2DownsampleRange, map[string]string{"b": "2"}, downsample.ResLevel1, []uint64{10, 11}), }, - expected: map[string]float64{ - keys[1]: 1.0, - }, + expected: 1.0, }, { // This is a test case for resLevel2. @@ -549,9 +493,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { input: []*metadata.Meta{ createBlockMeta(10, 0, downsample.ResLevel2DownsampleRange, map[string]string{"a": "1", "b": "2"}, downsample.ResLevel2, []uint64{11, 12}), }, - expected: map[string]float64{ - keys[2]: 0.0, - }, + expected: 0.0, }, { // This is a test case for resLevel0, with incorrect time difference, below the threshold. // This block should be downsampled. @@ -559,9 +501,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { input: []*metadata.Meta{ createBlockMeta(9, 1, downsample.ResLevel1DownsampleRange, map[string]string{"a": "1"}, downsample.ResLevel0, []uint64{10, 11}), }, - expected: map[string]float64{ - keys[0]: 0.0, - }, + expected: 0.0, }, { // This is a test case for resLevel1, with incorrect time difference, below the threshold. @@ -570,9 +510,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { input: []*metadata.Meta{ createBlockMeta(9, 1, downsample.ResLevel2DownsampleRange, map[string]string{"b": "2"}, downsample.ResLevel1, []uint64{10, 11}), }, - expected: map[string]float64{ - keys[1]: 0.0, - }, + expected: 0.0, }, } { if ok := t.Run(tcase.testName, func(t *testing.T) { @@ -586,12 +524,7 @@ func TestDownsampleProgressCalculate(t *testing.T) { err = ds.ProgressCalculate(context.Background(), groups) testutil.Ok(t, err) metrics := ds.DownsampleProgressMetrics - for key := range tcase.expected { - a, err := metrics.NumberOfBlocksDownsampled.GetMetricWithLabelValues(key) - - testutil.Ok(t, err) - testutil.Equals(t, tcase.expected[key], promtestutil.ToFloat64(a)) - } + testutil.Equals(t, tcase.expected, promtestutil.ToFloat64(metrics.NumberOfBlocksDownsampled)) }); !ok { return } diff --git a/pkg/compact/downsample/aggr.go b/pkg/compact/downsample/aggr.go index 7f16f5258d..7102829627 100644 --- a/pkg/compact/downsample/aggr.go +++ b/pkg/compact/downsample/aggr.go @@ -94,6 +94,10 @@ func (c AggrChunk) Get(t AggrType) (chunkenc.Chunk, error) { return chunkenc.FromData(chunkenc.Encoding(x[0]), x[1:]) } +func (c *AggrChunk) Reset(stream []byte) { + (*c) = stream +} + // AggrType represents an aggregation type. type AggrType uint8 diff --git a/pkg/compact/downsample/aggr_test.go b/pkg/compact/downsample/aggr_test.go index d2b44a461a..1db0ff9401 100644 --- a/pkg/compact/downsample/aggr_test.go +++ b/pkg/compact/downsample/aggr_test.go @@ -45,4 +45,16 @@ func TestAggrChunk(t *testing.T) { } } testutil.Equals(t, input, res) + + // Test reset + nc := &AggrChunk{} + nc.Reset(ac.Bytes()) + res = [5][]sample{} + for _, at := range []AggrType{AggrCount, AggrSum, AggrMin, AggrMax, AggrCounter} { + if c, err := nc.Get(at); err != ErrAggrNotExist { + testutil.Ok(t, err) + testutil.Ok(t, expandChunkIterator(c.Iterator(nil), &res[at])) + } + } + testutil.Equals(t, input, res) } diff --git a/pkg/compact/downsample/downsample.go b/pkg/compact/downsample/downsample.go index 78b615f904..6aa2b23dfe 100644 --- a/pkg/compact/downsample/downsample.go +++ b/pkg/compact/downsample/downsample.go @@ -24,7 +24,6 @@ import ( "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/index" - "github.com/prometheus/prometheus/tsdb/tsdbutil" "golang.org/x/sync/errgroup" "github.com/thanos-io/objstore" @@ -50,6 +49,7 @@ const ( // Downsample downsamples the given block. It writes a new block into dir and returns its ID. func Downsample( + ctx context.Context, logger log.Logger, origMeta *metadata.Meta, b tsdb.BlockReader, @@ -104,7 +104,8 @@ func Downsample( } defer runutil.CloseWithErrCapture(&err, streamedBlockWriter, "close stream block writer") - postings, err := indexr.Postings(index.AllPostingsKey()) + key, values := index.AllPostingsKey() + postings, err := indexr.Postings(ctx, key, values) if err != nil { return id, errors.Wrap(err, "get all postings list") } @@ -137,7 +138,8 @@ func Downsample( // While #183 exists, we sanitize the chunks we retrieved from the block // before retrieving their samples. for i, c := range chks { - chk, err := chunkr.Chunk(c) + // Ignore iterable as it should be nil. + chk, _, err := chunkr.ChunkOrIterable(c) if err != nil { return id, errors.Wrapf(err, "get chunk %d, series %d", c.Ref, postings.At()) } @@ -372,8 +374,17 @@ func downsampleRawLoop(data []sample, resolution int64, numChunks int) []chunks. for ; j < len(data) && data[j].t <= curW; j++ { } - batch := data[:j] + batch := make([]sample, 0, j) + for _, s := range data[:j] { + if math.IsNaN(s.v) { + continue + } + batch = append(batch, s) + } data = data[j:] + if len(batch) == 0 { + continue + } ab := newAggrChunkBuilder() @@ -679,12 +690,12 @@ func (it *ApplyCounterResetsSeriesIterator) At() (t int64, v float64) { return it.lastT, it.totalV } -func (it *ApplyCounterResetsSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { - return it.chks[it.i].AtHistogram() +func (it *ApplyCounterResetsSeriesIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) { + return it.chks[it.i].AtHistogram(h) } -func (it *ApplyCounterResetsSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - return it.chks[it.i].AtFloatHistogram() +func (it *ApplyCounterResetsSeriesIterator) AtFloatHistogram(fh *histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + return it.chks[it.i].AtFloatHistogram(fh) } func (it *ApplyCounterResetsSeriesIterator) AtT() int64 { @@ -756,11 +767,11 @@ func (it *AverageChunkIterator) At() (int64, float64) { } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (it *AverageChunkIterator) AtHistogram() (int64, *histogram.Histogram) { +func (it *AverageChunkIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (it *AverageChunkIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (it *AverageChunkIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -779,7 +790,7 @@ func (it *AverageChunkIterator) Err() error { } // SamplesFromTSDBSamples converts tsdbutil.Sample slice to samples. -func SamplesFromTSDBSamples(samples []tsdbutil.Sample) []sample { +func SamplesFromTSDBSamples(samples []chunks.Sample) []sample { res := make([]sample, len(samples)) for i, s := range samples { res[i] = sample{t: s.T(), v: s.F()} @@ -798,11 +809,11 @@ type GatherNoDownsampleMarkFilter struct { } // NewGatherNoDownsampleMarkFilter creates GatherNoDownsampleMarkFilter. -func NewGatherNoDownsampleMarkFilter(logger log.Logger, bkt objstore.InstrumentedBucketReader) *GatherNoDownsampleMarkFilter { +func NewGatherNoDownsampleMarkFilter(logger log.Logger, bkt objstore.InstrumentedBucketReader, concurrency int) *GatherNoDownsampleMarkFilter { return &GatherNoDownsampleMarkFilter{ logger: logger, bkt: bkt, - concurrency: 1, + concurrency: concurrency, } } diff --git a/pkg/compact/downsample/downsample_test.go b/pkg/compact/downsample/downsample_test.go index d1dfaeb9b8..b2c5b888cc 100644 --- a/pkg/compact/downsample/downsample_test.go +++ b/pkg/compact/downsample/downsample_test.go @@ -4,6 +4,7 @@ package downsample import ( + "context" "math" "os" "path/filepath" @@ -28,12 +29,693 @@ import ( "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" + "github.com/thanos-io/thanos/pkg/testutil/testiters" ) func TestMain(m *testing.M) { goleak.VerifyTestMain(m) } +func TestDownsampleAndReadResultingData(t *testing.T) { + data := []sample{ + {t: 1688526018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526078213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688526138213, v: math.Float64frombits(4607156757263679111)}, + {t: 1688526198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526438213, v: math.Float64frombits(4607105434191002523)}, + {t: 1688526498213, v: math.Float64frombits(4607143926495509974)}, + {t: 1688526558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526798213, v: math.Float64frombits(4607131022513257114)}, + {t: 1688526858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688526978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527458213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688527518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527818213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688527878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688527998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528238213, v: math.Float64frombits(4607092603422833380)}, + {t: 1688528298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528538213, v: math.Float64frombits(4607118264959171663)}, + {t: 1688528598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688528898213, v: math.Float64frombits(4607131022513257122)}, + {t: 1688528958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529198213, v: math.Float64frombits(4607118264959171672)}, + {t: 1688529258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529558213, v: math.Float64frombits(4607169588031848265)}, + {t: 1688529618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688529918213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688529978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530638213, v: math.Float64frombits(4607143926495509973)}, + {t: 1688530698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688530938213, v: math.Float64frombits(4607118264959171663)}, + {t: 1688530998213, v: math.Float64frombits(4607143926495509974)}, + {t: 1688531058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531298213, v: math.Float64frombits(4607156757263679111)}, + {t: 1688531358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688531958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532018213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688532078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532678213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688532738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688532798213, v: math.Float64frombits(4607143871584947194)}, + {t: 1688532858213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688532918213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688532978213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688533038213, v: math.Float64frombits(4607143871584947189)}, + {t: 1688533098213, v: math.Float64frombits(4607131022513257122)}, + {t: 1688533158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533398213, v: math.Float64frombits(4607143926495509968)}, + {t: 1688533458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688533998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688534538213, v: math.Float64frombits(4607131022513257117)}, + {t: 1688534598213, v: math.Float64frombits(4607156720656637259)}, + {t: 1688534658213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688534718213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688534778213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688534838213, v: math.Float64frombits(4607105214234976770)}, + {t: 1688534898213, v: math.Float64frombits(4607156720656637259)}, + {t: 1688534958213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535018213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535078213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535438213, v: math.Float64frombits(4607131095727340818)}, + {t: 1688535498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535558213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535618213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535678213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535738213, v: math.Float64frombits(4607156720656637259)}, + {t: 1688535798213, v: math.Float64frombits(4607143926495509973)}, + {t: 1688535858213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688535918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688535978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536158213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688536218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536818213, v: math.Float64frombits(4607169588031848266)}, + {t: 1688536878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688536998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537178213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688537238213, v: math.Float64frombits(4607131095727340818)}, + {t: 1688537298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537538213, v: math.Float64frombits(4607079772654664231)}, + {t: 1688537598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688537898213, v: math.Float64frombits(4607079772654664232)}, + {t: 1688537958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688538918213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688538978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539038213, v: math.Float64frombits(4607118173441567050)}, + {t: 1688539098213, v: math.Float64frombits(4607131022513257121)}, + {t: 1688539158213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688539218213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688539278213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688539338213, v: math.Float64frombits(4607143871584947195)}, + {t: 1688539398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539638213, v: math.Float64frombits(4607105434191002518)}, + {t: 1688539758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688539998213, v: math.Float64frombits(4607118264959171665)}, + {t: 1688540058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540658213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688540718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688540778213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688540838213, v: math.Float64frombits(4607002531796356391)}, + {t: 1688540898213, v: math.Float64frombits(4607066611952456451)}, + {t: 1688540958213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688541018213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688541078213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688541138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541378213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688541438213, v: math.Float64frombits(4607066777154806746)}, + {t: 1688541498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541738213, v: math.Float64frombits(4607015618813818502)}, + {t: 1688541798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688541978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542038213, v: math.Float64frombits(4607079772654664233)}, + {t: 1688542098213, v: math.Float64frombits(4607054111118325940)}, + {t: 1688542158213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688542218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542338213, v: math.Float64frombits(4607105434191002523)}, + {t: 1688542398213, v: math.Float64frombits(4607053928083116679)}, + {t: 1688542458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542578213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688542638213, v: math.Float64frombits(4607066777154806748)}, + {t: 1688542698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688542938213, v: math.Float64frombits(4607118173441567034)}, + {t: 1688542998213, v: math.Float64frombits(4607143871584947194)}, + {t: 1688543058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543298213, v: math.Float64frombits(4607131022513257122)}, + {t: 1688543358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688543958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544678213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688544738213, v: math.Float64frombits(4607092346807469995)}, + {t: 1688544798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688544978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545038213, v: math.Float64frombits(4607066777154806751)}, + {t: 1688545098213, v: math.Float64frombits(4607066941886495085)}, + {t: 1688545158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545398213, v: math.Float64frombits(4607143926495509968)}, + {t: 1688545458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688545518213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688545578213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688545638213, v: math.Float64frombits(4607079772654664233)}, + {t: 1688545698213, v: math.Float64frombits(4607105434191002519)}, + {t: 1688545758213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688545818213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688545878213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688545938213, v: math.Float64frombits(4607092731182971622)}, + {t: 1688545998213, v: math.Float64frombits(4607118356216413265)}, + {t: 1688546058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546118213, v: math.Float64frombits(4607169606283296587)}, + {t: 1688546178213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688546238213, v: math.Float64frombits(4607054293632809142)}, + {t: 1688546298213, v: math.Float64frombits(4607054293632809140)}, + {t: 1688546358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546478213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688546538213, v: math.Float64frombits(4607067106149529966)}, + {t: 1688546598213, v: math.Float64frombits(4607079918666250791)}, + {t: 1688546658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688546958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547018213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688547078213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688547138213, v: math.Float64frombits(4607092731182971626)}, + {t: 1688547198213, v: math.Float64frombits(4607092731182971619)}, + {t: 1688547258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547558213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688547618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547738213, v: math.Float64frombits(4607156793766575752)}, + {t: 1688547798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688547978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548158213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688548218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548578213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688548638213, v: math.Float64frombits(4607105434191002521)}, + {t: 1688548698213, v: math.Float64frombits(4607054111118325939)}, + {t: 1688548758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688548998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549118213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688549178213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688549238213, v: math.Float64frombits(4607118356216413266)}, + {t: 1688549298213, v: math.Float64frombits(4607118356216413266)}, + {t: 1688549358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549598213, v: math.Float64frombits(4607092731182971623)}, + {t: 1688549658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549718213, v: math.Float64frombits(4607169606283296583)}, + {t: 1688549778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688549958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550138213, v: math.Float64frombits(4607156793766575752)}, + {t: 1688550198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550498213, v: math.Float64frombits(4607080064263031713)}, + {t: 1688550558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550858213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688550918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688550978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551638213, v: math.Float64frombits(4607067269945908499)}, + {t: 1688551698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688551938213, v: math.Float64frombits(4607118447214401342)}, + {t: 1688551998213, v: math.Float64frombits(4607092858580154923)}, + {t: 1688552058213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688552118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552238213, v: math.Float64frombits(4607105652897278138)}, + {t: 1688552298213, v: math.Float64frombits(4607105652897278140)}, + {t: 1688552358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552478213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688552538213, v: math.Float64frombits(4607080064263031714)}, + {t: 1688552598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688552778213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688552838213, v: math.Float64frombits(4607028886994538873)}, + {t: 1688552898213, v: math.Float64frombits(4607092858580154926)}, + {t: 1688552958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553138213, v: math.Float64frombits(4607118447214401341)}, + {t: 1688553198213, v: math.Float64frombits(4607080064263031710)}, + {t: 1688553258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553378213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688553438213, v: math.Float64frombits(4607067269945908500)}, + {t: 1688553498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553738213, v: math.Float64frombits(4607092985615927779)}, + {t: 1688553798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688553978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554098213, v: math.Float64frombits(4607105761785083446)}, + {t: 1688554158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688554998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688555838213, v: math.Float64frombits(4607067269945908499)}, + {t: 1688555898213, v: math.Float64frombits(4607041681311662081)}, + {t: 1688555958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556198213, v: math.Float64frombits(4607067269945908504)}, + {t: 1688556258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556318213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556678213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556738213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688556978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557038213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557218213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688557278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557398213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688557938213, v: math.Float64frombits(4607092603422833381)}, + {t: 1688557998213, v: math.Float64frombits(4607079918666250794)}, + {t: 1688558058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558298213, v: math.Float64frombits(4607092475298186899)}, + {t: 1688558358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558418213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558778213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558838213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688558958213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688559018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559138213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559198213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559258213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559318213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688559378213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559438213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559498213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559558213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559618213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559678213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688559738213, v: math.Float64frombits(4607105543699692438)}, + {t: 1688559798213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559858213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559918213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688559978213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560038213, v: math.Float64frombits(4607054293632809136)}, + {t: 1688560098213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560158213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560218213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560278213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560338213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560398213, v: math.Float64frombits(4607092731182971621)}, + {t: 1688560458213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560518213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560578213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560638213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560698213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560758213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560818213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560878213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560938213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688560998213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561058213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561118213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561178213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561238213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561298213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561358213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561418213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688561478213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561538213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561598213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561658213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561718213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561778213, v: math.Float64frombits(4607182418800017408)}, + {t: 1688561838213, v: math.Float64frombits(4607092731182971626)}, + {t: 1688561898213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688561958213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688562018213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688562078213, v: math.Float64frombits(value.NormalNaN)}, + {t: 1688562138213, v: math.Float64frombits(4607028449581987651)}, + {t: 1688562198213, v: math.Float64frombits(4607028668599367493)}, + {t: 1688562258213, v: math.Float64frombits(value.NormalNaN)}, + } + + var ( + reuseIt chunkenc.Iterator + all []sample + aggrChunks []*AggrChunk + ) + + // downsample from raw to 300s + chks := DownsampleRaw(data, ResLevel1) + testutil.Assert(t, chks != nil, "Downsample from raw to 300s") + + for _, c := range chks { + ac, ok := c.Chunk.(*AggrChunk) + if !ok { + if c.Chunk.NumSamples() == 0 { + continue + } else { + testutil.Ok(t, expandChunkIterator(c.Chunk.Iterator(reuseIt), &all), "expand chunk %d", c.Ref) + aggrDataChunks := DownsampleRaw(all, ResLevel1) + for _, cn := range aggrDataChunks { + ac, ok = cn.Chunk.(*AggrChunk) + testutil.Assert(t, ok, "Not able to convert non-empty XOR chunks to 5m downsampled aggregated chunks.") + } + } + } + aggrChunks = append(aggrChunks, ac) + } + + // validate aggrChunks from first downsample iteration + validateAggrChunks(t, aggrChunks, chks, "First downsample iteration") + + // downsample from 300s to 3600s + downsampledChunks, err := downsampleAggr( + aggrChunks, + &all, + chks[0].MinTime, + chks[len(chks)-1].MaxTime, + ResLevel1, + ResLevel2, + ) + testutil.Ok(t, err, "Downsample from 300s to 3600s") + testutil.Assert(t, downsampledChunks != nil) + + aggrChunks = aggrChunks[:0] + for _, c := range downsampledChunks { + ac, ok := c.Chunk.(*AggrChunk) + if !ok { + if c.Chunk.NumSamples() == 0 { + continue + } else { + t.Fatalf("expected downsampled chunk (*downsample.AggrChunk) got a non-empty %T instead", c.Chunk) + } + } + aggrChunks = append(aggrChunks, ac) + } + + // validate arrgChunks from second downsample iteration + validateAggrChunks(t, aggrChunks, chks, "Second downsample iteration") +} + +func validateAggrChunks(t *testing.T, aggrChunks []*AggrChunk, chks []chunks.Meta, d string) { + for j, c := range aggrChunks { + var iters [2]chunkenc.Iterator + // we need only 0th and 1st AggrType for alignment check, + // but we iterate through all 5 to catch error "invalid size" + for i := 0; i < 5; i++ { + ac, err := c.Get(AggrType(i)) + testutil.Ok(t, err, "%s. Get AggrType(%d) from aggrChunk #%d. MinT %d, MaxT %d", d, i, j, chks[j].MinTime, chks[j].MaxTime) + if i < 2 { + iters[i] = ac.Iterator(nil) + } + } + + // create iterator to check samples + ai := NewAverageChunkIterator(iters[0], iters[1]) + // exhaust iterator and... + for ai.Next() != chunkenc.ValNone { + } + // ...check its error + err := ai.Err() + testutil.Ok(t, err, d) + } +} + func TestDownsampleCounterBoundaryReset(t *testing.T) { toAggrChunks := func(t *testing.T, cm []chunks.Meta) (res []*AggrChunk) { for i := range cm { @@ -282,6 +964,25 @@ func TestDownsample(t *testing.T) { expected: realisticChkDataWithCounterResetRes5m, }, + { + name: "three chunks, the first one with NaN values only", + inRaw: [][]sample{ + {{20, math.Float64frombits(value.NormalNaN)}, {40, math.Float64frombits(value.NormalNaN)}, {60, math.Float64frombits(value.NormalNaN)}, {80, math.Float64frombits(value.NormalNaN)}, {100, math.NaN()}, {101, math.Float64frombits(value.StaleNaN)}, {120, math.Float64frombits(value.NormalNaN)}, {180, math.Float64frombits(value.NormalNaN)}, {250, math.Float64frombits(value.NormalNaN)}}, + {{260, 1}, {300, 10}, {340, 15}, {380, 25}, {420, 35}}, + {{460, math.Float64frombits(value.StaleNaN)}, {500, 10}, {540, 3}}, + }, + resolution: 100, + + expected: []map[AggrType][]sample{ + { + AggrCount: {{t: 299, v: 1}, {t: 399, v: 3}, {t: 499, v: 1}, {t: 540, v: 2}}, + AggrSum: {{t: 299, v: 1}, {t: 399, v: 50}, {t: 499, v: 35}, {t: 540, v: 13}}, + AggrMin: {{t: 299, v: 1}, {t: 399, v: 10}, {t: 499, v: 35}, {t: 540, v: 3}}, + AggrMax: {{t: 299, v: 1}, {t: 399, v: 25}, {t: 499, v: 35}, {t: 540, v: 10}}, + AggrCounter: {{t: 260, v: 1}, {t: 299, v: 1}, {t: 399, v: 25}, {t: 499, v: 35}, {t: 540, v: 48}, {t: 540, v: 3}}, + }, + }, + }, // Aggregated -> Downsampled Aggregated. { name: "single aggregated chunks", @@ -435,6 +1136,7 @@ func TestDownsample(t *testing.T) { logger := log.NewLogfmtLogger(os.Stderr) dir := t.TempDir() + ctx := context.Background() // Ideally we would use tsdb.HeadBlock here for less dependency on our own code. However, // it cannot accept the counter signal sample with the same timestamp as the previous sample. @@ -447,7 +1149,7 @@ func TestDownsample(t *testing.T) { fakeMeta.Thanos.Downsample.Resolution = tcase.resolution - 1 } - id, err := Downsample(logger, fakeMeta, mb, dir, tcase.resolution) + id, err := Downsample(ctx, logger, fakeMeta, mb, dir, tcase.resolution) if tcase.expectedDownsamplingErr != nil { testutil.NotOk(t, err) testutil.Equals(t, tcase.expectedDownsamplingErr(ser.chunks).Error(), err.Error()) @@ -466,7 +1168,8 @@ func TestDownsample(t *testing.T) { testutil.Ok(t, err) defer func() { testutil.Ok(t, chunkr.Close()) }() - pall, err := indexr.Postings(index.AllPostingsKey()) + key, values := index.AllPostingsKey() + pall, err := indexr.Postings(ctx, key, values) testutil.Ok(t, err) var series []storage.SeriesRef @@ -486,7 +1189,8 @@ func TestDownsample(t *testing.T) { var got []map[AggrType][]sample for _, c := range chks { - chk, err := chunkr.Chunk(c) + // Ignore iterable as it should be nil. + chk, _, err := chunkr.ChunkOrIterable(c) testutil.Ok(t, err) m := map[AggrType][]sample{} @@ -511,6 +1215,7 @@ func TestDownsample(t *testing.T) { func TestDownsampleAggrAndEmptyXORChunks(t *testing.T) { logger := log.NewLogfmtLogger(os.Stderr) dir := t.TempDir() + ctx := context.Background() ser := &series{lset: labels.FromStrings("__name__", "a")} aggr := map[AggrType][]sample{ @@ -532,15 +1237,16 @@ func TestDownsampleAggrAndEmptyXORChunks(t *testing.T) { fakeMeta := &metadata.Meta{} fakeMeta.Thanos.Downsample.Resolution = 300_000 - id, err := Downsample(logger, fakeMeta, mb, dir, 3_600_000) + id, err := Downsample(ctx, logger, fakeMeta, mb, dir, 3_600_000) _ = id testutil.Ok(t, err) } func TestDownsampleAggrAndNonEmptyXORChunks(t *testing.T) { - logger := log.NewLogfmtLogger(os.Stderr) dir := t.TempDir() + ctx := context.Background() + ser := &series{lset: labels.FromStrings("__name__", "a")} aggr := map[AggrType][]sample{ AggrCount: {{t: 1587690299999, v: 20}, {t: 1587690599999, v: 20}, {t: 1587690899999, v: 20}}, @@ -566,7 +1272,7 @@ func TestDownsampleAggrAndNonEmptyXORChunks(t *testing.T) { fakeMeta := &metadata.Meta{} fakeMeta.Thanos.Downsample.Resolution = 300_000 - id, err := Downsample(logger, fakeMeta, mb, dir, 3_600_000) + id, err := Downsample(ctx, logger, fakeMeta, mb, dir, 3_600_000) _ = id testutil.Ok(t, err) @@ -591,7 +1297,8 @@ func TestDownsampleAggrAndNonEmptyXORChunks(t *testing.T) { testutil.Ok(t, err) defer func() { testutil.Ok(t, chunkr.Close()) }() - pall, err := indexr.Postings(index.AllPostingsKey()) + key, values := index.AllPostingsKey() + pall, err := indexr.Postings(ctx, key, values) testutil.Ok(t, err) var series []storage.SeriesRef @@ -607,7 +1314,8 @@ func TestDownsampleAggrAndNonEmptyXORChunks(t *testing.T) { var got []map[AggrType][]sample for _, c := range chks { - chk, err := chunkr.Chunk(c) + // Ignore iterable as it should be nil. + chk, _, err := chunkr.ChunkOrIterable(c) testutil.Ok(t, err) m := map[AggrType][]sample{} @@ -804,26 +1512,26 @@ func TestApplyCounterResetsIteratorHistograms(t *testing.T) { histograms := tsdbutil.GenerateTestHistograms(lenChunks * lenChunk) - var chunks [][]*histogramPair + var chunks [][]*testiters.HistogramPair for i := 0; i < lenChunks; i++ { - var chunk []*histogramPair + var chunk []*testiters.HistogramPair for j := 0; j < lenChunk; j++ { - chunk = append(chunk, &histogramPair{t: int64(i*lenChunk+j) * 100, h: histograms[i*lenChunk+j]}) + chunk = append(chunk, &testiters.HistogramPair{T: int64(i*lenChunk+j) * 100, H: histograms[i*lenChunk+j]}) } chunks = append(chunks, chunk) } - var expected []*histogramPair + var expected []*testiters.HistogramPair for i, h := range histograms { - expected = append(expected, &histogramPair{t: int64(i * 100), h: h}) + expected = append(expected, &testiters.HistogramPair{T: int64(i * 100), H: h}) } for _, tcase := range []struct { name string - chunks [][]*histogramPair + chunks [][]*testiters.HistogramPair - expected []*histogramPair + expected []*testiters.HistogramPair }{ { name: "histogram series", @@ -834,21 +1542,21 @@ func TestApplyCounterResetsIteratorHistograms(t *testing.T) { t.Run(tcase.name, func(t *testing.T) { var its []chunkenc.Iterator for _, c := range tcase.chunks { - its = append(its, newHistogramIterator(c)) + its = append(its, testiters.NewHistogramIterator(c)) } x := NewApplyCounterResetsIterator(its...) - var res []*histogramPair + var res []*testiters.HistogramPair for x.Next() != chunkenc.ValNone { - t, h := x.AtHistogram() - res = append(res, &histogramPair{t, h}) + t, h := x.AtHistogram(nil) + res = append(res, &testiters.HistogramPair{T: t, H: h}) } testutil.Ok(t, x.Err()) testutil.Equals(t, tcase.expected, res) for i := range res[1:] { - testutil.Assert(t, res[i+1].t >= res[i].t, "sample time %v is not monotonically increasing. previous sample %v is older", res[i+1], res[i]) + testutil.Assert(t, res[i+1].T >= res[i].T, "sample time %v is not monotonically increasing. previous sample %v is older", res[i+1], res[i]) } }) } @@ -938,23 +1646,23 @@ func TestSamplesFromTSDBSamples(t *testing.T) { for _, tcase := range []struct { name string - input []tsdbutil.Sample + input []chunks.Sample expected []sample }{ { name: "empty", - input: []tsdbutil.Sample{}, + input: []chunks.Sample{}, expected: []sample{}, }, { name: "one sample", - input: []tsdbutil.Sample{testSample{1, 1}}, + input: []chunks.Sample{testSample{1, 1}}, expected: []sample{{1, 1}}, }, { name: "multiple samples", - input: []tsdbutil.Sample{testSample{1, 1}, testSample{2, 2}, testSample{3, 3}, testSample{4, 4}, testSample{5, 5}}, + input: []chunks.Sample{testSample{1, 1}, testSample{2, 2}, testSample{3, 3}, testSample{4, 4}, testSample{5, 5}}, expected: []sample{{1, 1}, {2, 2}, {3, 3}, {4, 4}, {5, 5}}, }, } { @@ -965,7 +1673,7 @@ func TestSamplesFromTSDBSamples(t *testing.T) { } } -// testSample implements tsdbutil.Sample interface. +// testSample implements chunks.Sample interface. type testSample struct { t int64 f float64 @@ -1020,11 +1728,11 @@ func (it *sampleIterator) At() (t int64, v float64) { return it.l[it.i].t, it.l[it.i].v } -func (it *sampleIterator) AtHistogram() (int64, *histogram.Histogram) { +func (it *sampleIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (it *sampleIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (it *sampleIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -1032,52 +1740,6 @@ func (it *sampleIterator) AtT() int64 { return it.l[it.i].t } -type histogramPair struct { - t int64 - h *histogram.Histogram -} - -type histogramIterator struct { - l []*histogramPair - i int -} - -func newHistogramIterator(l []*histogramPair) *histogramIterator { - return &histogramIterator{l: l, i: -1} -} - -func (it *histogramIterator) Err() error { - return nil -} - -func (it *histogramIterator) Next() chunkenc.ValueType { - if it.i >= len(it.l)-1 { - return chunkenc.ValNone - } - it.i++ - return chunkenc.ValHistogram -} - -func (it *histogramIterator) Seek(int64) chunkenc.ValueType { - panic("unexpected") -} - -func (it *histogramIterator) At() (t int64, v float64) { - panic("not implemented") -} - -func (it *histogramIterator) AtHistogram() (int64, *histogram.Histogram) { - return it.l[it.i].t, it.l[it.i].h -} - -func (it *histogramIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - panic("not implemented") -} - -func (it *histogramIterator) AtT() int64 { - return it.l[it.i].t -} - // memBlock is an in-memory block that implements a subset of the tsdb.BlockReader interface // to allow tsdb.StreamedBlockWriter to persist the data as a block. type memBlock struct { @@ -1146,7 +1808,7 @@ func (b *memBlock) Meta() tsdb.BlockMeta { return tsdb.BlockMeta{} } -func (b *memBlock) Postings(name string, val ...string) (index.Postings, error) { +func (b *memBlock) Postings(_ context.Context, name string, val ...string) (index.Postings, error) { allName, allVal := index.AllPostingsKey() if name != allName || val[0] != allVal { @@ -1171,12 +1833,12 @@ func (b *memBlock) Series(id storage.SeriesRef, builder *labels.ScratchBuilder, return nil } -func (b *memBlock) Chunk(m chunks.Meta) (chunkenc.Chunk, error) { +func (b *memBlock) ChunkOrIterable(m chunks.Meta) (chunkenc.Chunk, chunkenc.Iterable, error) { if uint64(m.Ref) >= b.numberOfChunks { - return nil, errors.Wrapf(storage.ErrNotFound, "chunk with ID %d does not exist", m.Ref) + return nil, nil, errors.Wrapf(storage.ErrNotFound, "chunk with ID %d does not exist", m.Ref) } - return b.chunks[m.Ref], nil + return b.chunks[m.Ref], nil, nil } func (b *memBlock) Symbols() index.StringIter { diff --git a/pkg/compact/planner.go b/pkg/compact/planner.go index 5c2a93df8d..6d7d03eea2 100644 --- a/pkg/compact/planner.go +++ b/pkg/compact/planner.go @@ -49,7 +49,7 @@ func NewPlanner(logger log.Logger, ranges []int64, noCompBlocks *GatherNoCompact } // TODO(bwplotka): Consider smarter algorithm, this prefers smaller iterative compactions vs big single one: https://github.com/thanos-io/thanos/issues/3405 -func (p *tsdbBasedPlanner) Plan(_ context.Context, metasByMinTime []*metadata.Meta) ([]*metadata.Meta, error) { +func (p *tsdbBasedPlanner) Plan(_ context.Context, metasByMinTime []*metadata.Meta, _ chan error, _ any) ([]*metadata.Meta, error) { return p.plan(p.noCompBlocksFunc(), metasByMinTime) } @@ -234,6 +234,67 @@ type largeTotalIndexSizeFilter struct { var _ Planner = &largeTotalIndexSizeFilter{} +type verticalCompactionDownsampleFilter struct { + bkt objstore.Bucket + markedForNoCompact prometheus.Counter + + *largeTotalIndexSizeFilter +} + +var _ Planner = &verticalCompactionDownsampleFilter{} + +func WithVerticalCompactionDownsampleFilter(with *largeTotalIndexSizeFilter, bkt objstore.Bucket, markedForNoCompact prometheus.Counter) Planner { + return &verticalCompactionDownsampleFilter{ + markedForNoCompact: markedForNoCompact, + bkt: bkt, + largeTotalIndexSizeFilter: with, + } +} + +func (v *verticalCompactionDownsampleFilter) Plan(ctx context.Context, metasByMinTime []*metadata.Meta, _ chan error, _ any) ([]*metadata.Meta, error) { + noCompactMarked := make(map[ulid.ULID]*metadata.NoCompactMark, 0) +PlanLoop: + for { + plan, err := v.plan(ctx, noCompactMarked, metasByMinTime) + if err != nil { + return nil, err + } + + if len(selectOverlappingMetas(plan)) == 0 { + return plan, nil + } + + // If we have downsampled blocks, we need to mark them as no compact because it's impossible to do that with vertical compaction. + // Technically, the resolution is part of the group key but do not attach ourselves to that level of detail. + var marked = false + for _, m := range plan { + if m.Thanos.Downsample.Resolution == 0 { + continue + } + if err := block.MarkForNoCompact( + ctx, + v.logger, + v.bkt, + m.ULID, + metadata.DownsampleVerticalCompactionNoCompactReason, + "verticalCompactionDownsampleFilter: Downsampled block, see https://github.com/thanos-io/thanos/issues/6775", + v.markedForNoCompact, + ); err != nil { + return nil, errors.Wrapf(err, "mark %v for no compaction", m.ULID.String()) + } + noCompactMarked[m.ULID] = &metadata.NoCompactMark{ID: m.ULID, Version: metadata.NoCompactMarkVersion1} + marked = true + } + + if marked { + continue PlanLoop + } + + return plan, nil + + } +} + // WithLargeTotalIndexSizeFilter wraps Planner with largeTotalIndexSizeFilter that checks the given plans and estimates total index size. // When found, it marks block for no compaction by placing no-compact-mark.json and updating cache. // NOTE: The estimation is very rough as it assumes extreme cases of indexes sharing no bytes, thus summing all source index sizes. @@ -243,16 +304,19 @@ func WithLargeTotalIndexSizeFilter(with *tsdbBasedPlanner, bkt objstore.Bucket, return &largeTotalIndexSizeFilter{tsdbBasedPlanner: with, bkt: bkt, totalMaxIndexSizeBytes: totalMaxIndexSizeBytes, markedForNoCompact: markedForNoCompact} } -func (t *largeTotalIndexSizeFilter) Plan(ctx context.Context, metasByMinTime []*metadata.Meta) ([]*metadata.Meta, error) { +func (t *largeTotalIndexSizeFilter) plan(ctx context.Context, extraNoCompactMarked map[ulid.ULID]*metadata.NoCompactMark, metasByMinTime []*metadata.Meta) ([]*metadata.Meta, error) { noCompactMarked := t.noCompBlocksFunc() - copiedNoCompactMarked := make(map[ulid.ULID]*metadata.NoCompactMark, len(noCompactMarked)) + copiedNoCompactMarked := make(map[ulid.ULID]*metadata.NoCompactMark, len(noCompactMarked)+len(extraNoCompactMarked)) for k, v := range noCompactMarked { copiedNoCompactMarked[k] = v } + for k, v := range extraNoCompactMarked { + copiedNoCompactMarked[k] = v + } PlanLoop: for { - plan, err := t.plan(copiedNoCompactMarked, metasByMinTime) + plan, err := t.tsdbBasedPlanner.plan(copiedNoCompactMarked, metasByMinTime) if err != nil { return nil, err } @@ -303,3 +367,7 @@ PlanLoop: return plan, nil } } + +func (t *largeTotalIndexSizeFilter) Plan(ctx context.Context, metasByMinTime []*metadata.Meta, _ chan error, _ any) ([]*metadata.Meta, error) { + return t.plan(ctx, nil, metasByMinTime) +} diff --git a/pkg/compact/planner_test.go b/pkg/compact/planner_test.go index 9c36dbd54b..256a8be7bb 100644 --- a/pkg/compact/planner_test.go +++ b/pkg/compact/planner_test.go @@ -30,7 +30,7 @@ type tsdbPlannerAdapter struct { comp tsdb.Compactor } -func (p *tsdbPlannerAdapter) Plan(_ context.Context, metasByMinTime []*metadata.Meta) ([]*metadata.Meta, error) { +func (p *tsdbPlannerAdapter) Plan(_ context.Context, metasByMinTime []*metadata.Meta, errChan chan error, _ any) ([]*metadata.Meta, error) { // TSDB planning works based on the meta.json files in the given dir. Mock it up. for _, meta := range metasByMinTime { bdir := filepath.Join(p.dir, meta.ULID.String()) @@ -364,7 +364,7 @@ func TestPlanners_Plan_Compatibility(t *testing.T) { }) tsdbPlanner.dir = dir - plan, err := tsdbPlanner.Plan(context.Background(), metasByMinTime) + plan, err := tsdbPlanner.Plan(context.Background(), metasByMinTime, nil, nil) testutil.Ok(t, err) testutil.Equals(t, c.expected, plan) }) @@ -377,7 +377,7 @@ func TestPlanners_Plan_Compatibility(t *testing.T) { return metasByMinTime[i].MinTime < metasByMinTime[j].MinTime }) - plan, err := tsdbBasedPlanner.Plan(context.Background(), metasByMinTime) + plan, err := tsdbBasedPlanner.Plan(context.Background(), metasByMinTime, nil, nil) testutil.Ok(t, err) testutil.Equals(t, c.expected, plan) }) @@ -440,12 +440,12 @@ func TestRangeWithFailedCompactionWontGetSelected(t *testing.T) { defer func() { testutil.Ok(t, os.RemoveAll(dir)) }() tsdbPlanner.dir = dir - plan, err := tsdbPlanner.Plan(context.Background(), c.metas) + plan, err := tsdbPlanner.Plan(context.Background(), c.metas, nil, nil) testutil.Ok(t, err) testutil.Equals(t, []*metadata.Meta(nil), plan) }) t.Run("tsdbBasedPlanner", func(t *testing.T) { - plan, err := tsdbBasedPlanner.Plan(context.Background(), c.metas) + plan, err := tsdbBasedPlanner.Plan(context.Background(), c.metas, nil, nil) testutil.Ok(t, err) testutil.Equals(t, []*metadata.Meta(nil), plan) }) @@ -638,7 +638,7 @@ func TestTSDBBasedPlanner_PlanWithNoCompactMarks(t *testing.T) { return metasByMinTime[i].MinTime < metasByMinTime[j].MinTime }) g.noCompactMarkedMap = c.noCompactMarks - plan, err := tsdbBasedPlanner.Plan(context.Background(), metasByMinTime) + plan, err := tsdbBasedPlanner.Plan(context.Background(), metasByMinTime, nil, nil) testutil.Ok(t, err) testutil.Equals(t, c.expected, plan) }) @@ -814,7 +814,7 @@ func TestLargeTotalIndexSizeFilter_Plan(t *testing.T) { return metasByMinTime[i].MinTime < metasByMinTime[j].MinTime }) - plan, err := planner.Plan(context.Background(), metasByMinTime) + plan, err := planner.Plan(context.Background(), metasByMinTime, nil, nil) testutil.Ok(t, err) for _, m := range plan { @@ -847,7 +847,7 @@ func TestLargeTotalIndexSizeFilter_Plan(t *testing.T) { m.Thanos = metadata.Thanos{} } - plan, err := planner.Plan(context.Background(), metasByMinTime) + plan, err := planner.Plan(context.Background(), metasByMinTime, nil, nil) testutil.Ok(t, err) testutil.Equals(t, c.expected, plan) testutil.Equals(t, c.expectedMarks, promtest.ToFloat64(marked)-lastMarkValue) diff --git a/pkg/compact/retention_test.go b/pkg/compact/retention_test.go index 7f5e3032bb..d80895617c 100644 --- a/pkg/compact/retention_test.go +++ b/pkg/compact/retention_test.go @@ -21,6 +21,7 @@ import ( "github.com/thanos-io/objstore" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/compact" @@ -245,7 +246,8 @@ func TestApplyRetentionPolicyByResolution(t *testing.T) { uploadMockBlock(t, bkt, b.id, b.minTime, b.maxTime, int64(b.resolution)) } - metaFetcher, err := block.NewMetaFetcher(logger, 32, bkt, "", nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, bkt) + metaFetcher, err := block.NewMetaFetcher(logger, 32, bkt, baseBlockIDsFetcher, "", nil, nil) testutil.Ok(t, err) blocksMarkedForDeletion := promauto.With(nil).NewCounter(prometheus.CounterOpts{}) diff --git a/pkg/compactv2/chunk_series_set.go b/pkg/compactv2/chunk_series_set.go index 188f5e28af..1f70427984 100644 --- a/pkg/compactv2/chunk_series_set.go +++ b/pkg/compactv2/chunk_series_set.go @@ -14,6 +14,7 @@ import ( "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/index" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/block" ) @@ -74,7 +75,7 @@ func (s *lazyPopulateChunkSeriesSet) Err() error { return s.all.Err() } -func (s *lazyPopulateChunkSeriesSet) Warnings() storage.Warnings { return nil } +func (s *lazyPopulateChunkSeriesSet) Warnings() annotations.Annotations { return nil } type lazyPopulatableChunk struct { m *chunks.Meta @@ -90,8 +91,10 @@ func (e errChunkIterator) Seek(int64) chunkenc.ValueType { return chunkenc.ValNo func (e errChunkIterator) At() (int64, float64) { return 0, 0 } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (e errChunkIterator) AtHistogram() (int64, *histogram.Histogram) { panic("not implemented") } -func (e errChunkIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (e errChunkIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { + panic("not implemented") +} +func (e errChunkIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } func (e errChunkIterator) AtT() int64 { return 0 } @@ -106,11 +109,13 @@ func (e errChunk) Appender() (chunkenc.Appender, error) { return nil, e. func (e errChunk) Iterator(chunkenc.Iterator) chunkenc.Iterator { return e.err } func (e errChunk) NumSamples() int { return 0 } func (e errChunk) Compact() {} +func (e errChunk) Reset(stream []byte) {} func (l *lazyPopulatableChunk) populate() { // TODO(bwplotka): In most cases we don't need to parse anything, just copy. Extend reader/writer for this. var err error - l.populated, err = l.cr.Chunk(*l.m) + // Ignore iterable as it should be nil. + l.populated, _, err = l.cr.ChunkOrIterable(*l.m) if err != nil { l.m.Chunk = errChunk{err: errChunkIterator{err: errors.Wrapf(err, "cannot populate chunk %d", l.m.Ref)}} return @@ -154,6 +159,13 @@ func (l *lazyPopulatableChunk) NumSamples() int { return l.populated.NumSamples() } +func (l *lazyPopulatableChunk) Reset(stream []byte) { + if l.populated == nil { + l.populate() + } + l.populated.Reset(stream) +} + func (l *lazyPopulatableChunk) Compact() { if l.populated == nil { l.populate() diff --git a/pkg/compactv2/compactor.go b/pkg/compactv2/compactor.go index f5c05fddc2..b8eaaf6eec 100644 --- a/pkg/compactv2/compactor.go +++ b/pkg/compactv2/compactor.go @@ -166,7 +166,7 @@ func compactSeries(ctx context.Context, sReaders ...seriesReader) (symbols index } k, v := index.AllPostingsKey() - all, err := r.ir.Postings(k, v) + all, err := r.ir.Postings(ctx, k, v) if err != nil { return nil, nil, err } diff --git a/pkg/compactv2/compactor_test.go b/pkg/compactv2/compactor_test.go index e0ac1e4bd4..4dacc9e14c 100644 --- a/pkg/compactv2/compactor_test.go +++ b/pkg/compactv2/compactor_test.go @@ -57,20 +57,20 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks no modify", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -83,32 +83,32 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "2 blocks compact no modify", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}}}, }, { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "4"}}, + {lset: labels.FromStrings("a", "4"), chunks: [][]sample{{{10, 12}, {11, 11}, {20, 20}}}}, }, }, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "4"}}, + {lset: labels.FromStrings("a", "4"), chunks: [][]sample{{{10, 12}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -121,21 +121,21 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, empty deletion request", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, modifiers: []Modifier{WithDeletionModifier()}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -148,11 +148,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, deletion request no deleting anything", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -165,11 +165,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { Intervals: tombstones.Intervals{{Mint: math.MinInt64, Maxt: -1}}, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -182,11 +182,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, deletion request no deleting anything - by specifying no intervals.", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -198,11 +198,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { Intervals: tombstones.Intervals{{Mint: math.MinInt64, Maxt: -1}}, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -215,11 +215,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, delete second series", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -231,9 +231,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { Intervals: tombstones.Intervals{{Mint: math.MinInt64, Maxt: -1}}, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"2\"} [{0 20}]\n", @@ -247,11 +247,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, delete second series and part of first 3rd", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -266,9 +266,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { Intervals: tombstones.Intervals{{Mint: 10, Maxt: 11}}, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"2\"} [{0 20}]\nDeleted {a=\"3\"} [{10 11}]\n", @@ -282,11 +282,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier, deletion request contains multiple matchers, delete second series", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "b", Value: "1"}}, + {lset: labels.FromStrings("a", "1", "b", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "b", Value: "2"}}, + {lset: labels.FromStrings("a", "1", "b", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -298,9 +298,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "b", Value: "1"}}, + {lset: labels.FromStrings("a", "1", "b", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"1\", b=\"2\"} [{0 20}]\n", @@ -314,15 +314,15 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier. For deletion request, full match is required. Delete the first two series", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "b", Value: "2"}}, + {lset: labels.FromStrings("a", "1", "b", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "b", Value: "2"}, {Name: "foo", Value: "bar"}}, + {lset: labels.FromStrings("a", "1", "b", "2", "foo", "bar"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "b", Value: "2"}}, + {lset: labels.FromStrings("b", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "c", Value: "1"}}, + {lset: labels.FromStrings("c", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, }, @@ -334,11 +334,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "b", Value: "2"}}, + {lset: labels.FromStrings("b", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "c", Value: "1"}}, + {lset: labels.FromStrings("c", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 12}, {11, 11}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"1\", b=\"2\"} [{0 20}]\nDeleted {a=\"1\", b=\"2\", foo=\"bar\"} [{0 20}]\n", @@ -352,24 +352,24 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 blocks + delete modifier. Deletion request contains non-equal matchers.", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "foo", Value: "1"}}, + {lset: labels.FromStrings("a", "2", "foo", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "foo", Value: "bar"}}, + {lset: labels.FromStrings("a", "2", "foo", "bar"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}, {Name: "foo", Value: "baz"}}, + {lset: labels.FromStrings("a", "3", "foo", "baz"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "foo", Value: "bat"}}, + {lset: labels.FromStrings("foo", "bat"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, // Label a is present but with an empty value. - {lset: labels.Labels{{Name: "a", Value: ""}, {Name: "foo", Value: "bat"}}, + {lset: labels.FromMap(map[string]string{"a": "", "foo": "bat"}), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, // Series with unrelated labels. - {lset: labels.Labels{{Name: "c", Value: "1"}}, + {lset: labels.FromStrings("c", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, }, }, @@ -381,17 +381,17 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, })}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: ""}, {Name: "foo", Value: "bat"}}, + {lset: labels.FromMap(map[string]string{"a": "", "foo": "bat"}), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "foo", Value: "1"}}, + {lset: labels.FromStrings("a", "2", "foo", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "c", Value: "1"}}, + {lset: labels.FromStrings("c", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "foo", Value: "bat"}}, + {lset: labels.FromStrings("foo", "bat"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 11}, {11, 11}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"2\", foo=\"bar\"} [{0 20}]\nDeleted {a=\"3\", foo=\"baz\"} [{0 20}]\n", @@ -405,7 +405,7 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, two chunks from the same series are merged into one larger chunk", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}}}}, }, }, @@ -418,7 +418,7 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, )}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, }, expectedStats: tsdb.BlockStats{ @@ -431,11 +431,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, delete first series", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 13}, {11, 11}, {20, 20}}}}, }, }, @@ -447,9 +447,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, )}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 13}, {11, 11}, {20, 20}}}}, }, expectedChanges: "Deleted {a=\"1\"} [{0 20}]\n", @@ -463,9 +463,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, series reordered", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, -1}, {2, -2}, {10, -10}, {11, -11}, {20, -20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, }, @@ -487,9 +487,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, )}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "0"}}, + {lset: labels.FromStrings("a", "0"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, - {lset: labels.Labels{{Name: "a", Value: "3"}}, + {lset: labels.FromStrings("a", "3"), chunks: [][]sample{{{0, 0}, {1, -1}, {2, -2}, {10, -10}, {11, -11}, {20, -20}}}}, }, expectedChanges: "Relabelled {a=\"1\"} {a=\"3\"}\nRelabelled {a=\"2\"} {a=\"0\"}\n", @@ -503,11 +503,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, series deleted because of no labels left after relabel", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, { - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, }, @@ -530,11 +530,11 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, series 1 is deleted because of no labels left after relabel", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, { - {lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "b", Value: "1"}}, + {lset: labels.FromStrings("a", "2", "b", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}}, {{10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, }, @@ -546,7 +546,7 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, )}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "b", Value: "1"}}, + {lset: labels.FromStrings("b", "1"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, expectedChanges: "Deleted {a=\"1\"} [{0 25}]\nRelabelled {a=\"2\", b=\"1\"} {b=\"1\"}\n", @@ -560,9 +560,9 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { name: "1 block + relabel modifier, series merged after relabeling", input: [][]seriesSamples{ { - {lset: labels.Labels{{Name: "a", Value: "1"}}, + {lset: labels.FromStrings("a", "1"), chunks: [][]sample{{{1, 1}, {2, 2}, {10, 10}, {20, 20}}}}, - {lset: labels.Labels{{Name: "a", Value: "2"}}, + {lset: labels.FromStrings("a", "2"), chunks: [][]sample{{{0, 0}, {2, 2}, {3, 3}}, {{4, 4}, {11, 11}, {20, 20}, {25, 25}}}}, }, }, @@ -577,7 +577,7 @@ func TestCompactor_WriteSeries_e2e(t *testing.T) { }, )}, expected: []seriesSamples{ - {lset: labels.Labels{{Name: "a", Value: "0"}}, + {lset: labels.FromStrings("a", "0"), chunks: [][]sample{{{0, 0}, {1, 1}, {2, 2}, {3, 3}, {4, 4}, {10, 10}, {11, 11}, {20, 20}, {25, 25}}}}, }, expectedChanges: "Relabelled {a=\"1\"} {a=\"0\"}\nRelabelled {a=\"2\"} {a=\"0\"}\n", @@ -651,6 +651,8 @@ type seriesSamples struct { } func readBlockSeries(t *testing.T, bDir string) []seriesSamples { + ctx := context.Background() + indexr, err := index.NewFileReader(filepath.Join(bDir, block.IndexFilename)) testutil.Ok(t, err) defer indexr.Close() @@ -659,7 +661,8 @@ func readBlockSeries(t *testing.T, bDir string) []seriesSamples { testutil.Ok(t, err) defer chunkr.Close() - all, err := indexr.Postings(index.AllPostingsKey()) + k, v := index.AllPostingsKey() + all, err := indexr.Postings(ctx, k, v) testutil.Ok(t, err) all = indexr.SortedPostings(all) @@ -672,7 +675,8 @@ func readBlockSeries(t *testing.T, bDir string) []seriesSamples { s.lset = builder.Labels() for _, c := range chks { - c.Chunk, err = chunkr.Chunk(c) + // Ignore iterable as it should be nil. + c.Chunk, _, err = chunkr.ChunkOrIterable(c) testutil.Ok(t, err) var chk []sample @@ -710,10 +714,10 @@ func createBlockSeries(bDir string, inputSeries []seriesSamples) (err error) { // Gather symbols. symbols := map[string]struct{}{} for _, input := range inputSeries { - for _, l := range input.lset { + input.lset.Range(func(l labels.Label) { symbols[l.Name] = struct{}{} symbols[l.Value] = struct{}{} - } + }) } symbolsSlice := make([]string, 0, len(symbols)) diff --git a/pkg/compactv2/modifiers.go b/pkg/compactv2/modifiers.go index a6e369e3b4..67537a009c 100644 --- a/pkg/compactv2/modifiers.go +++ b/pkg/compactv2/modifiers.go @@ -17,6 +17,7 @@ import ( "github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/index" "github.com/prometheus/prometheus/tsdb/tombstones" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/block/metadata" ) @@ -146,7 +147,7 @@ func (d *delModifierSeriesSet) Err() error { return d.ChunkSeriesSet.Err() } -func (d *delModifierSeriesSet) Warnings() storage.Warnings { +func (d *delModifierSeriesSet) Warnings() annotations.Annotations { return d.ChunkSeriesSet.Warnings() } @@ -276,11 +277,11 @@ func (p *delSeriesIterator) Seek(t int64) chunkenc.ValueType { func (p *delSeriesIterator) At() (int64, float64) { return p.curr.At() } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (p *delSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { +func (p *delSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (p *delSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (p *delSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -374,7 +375,7 @@ func (d *RelabelModifier) Modify(_ index.StringIter, set storage.ChunkSeriesSet, // The labels have to be copied because `relabel.Process` is now overwriting the original // labels to same memory. This happens since Prometheus v2.39.0. - if processedLabels, _ := relabel.Process(lbls.Copy(), d.relabels...); len(processedLabels) == 0 { + if processedLabels, _ := relabel.Process(lbls.Copy(), d.relabels...); processedLabels.IsEmpty() { // Special case: Delete whole series if no labels are present. var ( minT int64 = math.MaxInt64 @@ -402,10 +403,10 @@ func (d *RelabelModifier) Modify(_ index.StringIter, set storage.ChunkSeriesSet, log.DeleteSeries(lbls, deleted) p.SeriesProcessed() } else { - for _, lb := range processedLabels { - symbols[lb.Name] = struct{}{} - symbols[lb.Value] = struct{}{} - } + processedLabels.Range(func(l labels.Label) { + symbols[l.Name] = struct{}{} + symbols[l.Value] = struct{}{} + }) lbStr := processedLabels.String() if _, ok := chunkSeriesMap[lbStr]; !ok { @@ -504,6 +505,6 @@ func (s *listChunkSeriesSet) Next() bool { return s.idx < len(s.css) } -func (s *listChunkSeriesSet) At() storage.ChunkSeries { return s.css[s.idx] } -func (s *listChunkSeriesSet) Err() error { return nil } -func (s *listChunkSeriesSet) Warnings() storage.Warnings { return nil } +func (s *listChunkSeriesSet) At() storage.ChunkSeries { return s.css[s.idx] } +func (s *listChunkSeriesSet) Err() error { return nil } +func (s *listChunkSeriesSet) Warnings() annotations.Annotations { return nil } diff --git a/pkg/component/component.go b/pkg/component/component.go index b648aca558..dfbae08289 100644 --- a/pkg/component/component.go +++ b/pkg/component/component.go @@ -111,6 +111,7 @@ var ( Bucket = source{component: component{name: "bucket"}} Cleanup = source{component: component{name: "cleanup"}} Mark = source{component: component{name: "mark"}} + Upload = source{component: component{name: "upload"}} Rewrite = source{component: component{name: "rewrite"}} Retention = source{component: component{name: "retention"}} Compact = source{component: component{name: "compact"}} diff --git a/pkg/dedup/chunk_iter.go b/pkg/dedup/chunk_iter.go index c01be07a1d..1401767f54 100644 --- a/pkg/dedup/chunk_iter.go +++ b/pkg/dedup/chunk_iter.go @@ -49,7 +49,7 @@ func (d *dedupChunksIterator) At() chunks.Meta { } // Next method is almost the same as https://github.com/prometheus/prometheus/blob/v2.27.1/storage/merge.go#L615. -// The difference is that it handles both XOR and Aggr chunk Encoding. +// The difference is that it handles both XOR/Histogram/FloatHistogram and Aggr chunk Encoding. func (d *dedupChunksIterator) Next() bool { if d.h == nil { for _, iter := range d.iterators { @@ -151,8 +151,10 @@ func (h *chunkIteratorHeap) Pop() interface{} { } type overlappingMerger struct { - xorIterators []chunkenc.Iterator - aggrIterators [5][]chunkenc.Iterator + xorIterators []chunkenc.Iterator + histIterators []chunkenc.Iterator + floatHistIterators []chunkenc.Iterator + aggrIterators [5][]chunkenc.Iterator samplesMergeFunc func(a, b chunkenc.Iterator) chunkenc.Iterator } @@ -160,8 +162,10 @@ type overlappingMerger struct { func newOverlappingMerger() *overlappingMerger { return &overlappingMerger{ samplesMergeFunc: func(a, b chunkenc.Iterator) chunkenc.Iterator { - it := noopAdjustableSeriesIterator{a} - return newDedupSeriesIterator(it, noopAdjustableSeriesIterator{b}) + return newDedupSeriesIterator( + noopAdjustableSeriesIterator{a}, + noopAdjustableSeriesIterator{b}, + ) }, } } @@ -170,6 +174,10 @@ func (o *overlappingMerger) addChunk(chk chunks.Meta) { switch chk.Chunk.Encoding() { case chunkenc.EncXOR: o.xorIterators = append(o.xorIterators, chk.Chunk.Iterator(nil)) + case chunkenc.EncFloatHistogram: + o.floatHistIterators = append(o.floatHistIterators, chk.Chunk.Iterator(nil)) + case chunkenc.EncHistogram: + o.histIterators = append(o.histIterators, chk.Chunk.Iterator(nil)) case downsample.ChunkEncAggr: aggrChk := chk.Chunk.(*downsample.AggrChunk) for i := downsample.AggrCount; i <= downsample.AggrCounter; i++ { @@ -177,13 +185,15 @@ func (o *overlappingMerger) addChunk(chk chunks.Meta) { o.aggrIterators[i] = append(o.aggrIterators[i], c.Iterator(nil)) } } + case chunkenc.EncNone: + default: + // exhausted options for chunk + return } } func (o *overlappingMerger) empty() bool { - // OverlappingMerger only contains either xor chunk or aggr chunk. - // If xor chunks are present then we don't need to check aggr chunks. - if len(o.xorIterators) > 0 { + if len(o.xorIterators) > 0 || len(o.histIterators) > 0 || len(o.floatHistIterators) > 0 { return false } return len(o.aggrIterators[downsample.AggrCount]) == 0 @@ -204,6 +214,28 @@ func (o *overlappingMerger) iterator(baseChk chunks.Meta) chunks.Iterator { return it }}).Iterator(nil) + case chunkenc.EncHistogram: + return storage.NewSeriesToChunkEncoder(&storage.SeriesEntry{ + SampleIteratorFn: func(_ chunkenc.Iterator) chunkenc.Iterator { + it = baseChk.Chunk.Iterator(nil) + for _, i := range o.histIterators { + it = o.samplesMergeFunc(it, i) + } + return it + }, + }).Iterator(nil) + + case chunkenc.EncFloatHistogram: + return storage.NewSeriesToChunkEncoder(&storage.SeriesEntry{ + SampleIteratorFn: func(_ chunkenc.Iterator) chunkenc.Iterator { + it = baseChk.Chunk.Iterator(nil) + for _, i := range o.floatHistIterators { + it = o.samplesMergeFunc(it, i) + } + return it + }, + }).Iterator(nil) + case downsample.ChunkEncAggr: // If Aggr encoding, each aggregated chunks need to be expanded and deduplicated, // then re-encoded into Aggr chunks. @@ -225,10 +257,9 @@ func (o *overlappingMerger) iterator(baseChk chunks.Meta) chunks.Iterator { } return newAggrChunkIterator(samplesIter) + default: + return nil } - - // Impossible for now. - return nil } type aggrChunkIterator struct { diff --git a/pkg/dedup/chunk_iter_test.go b/pkg/dedup/chunk_iter_test.go index dbcf7d1097..ea3d9f3ae5 100644 --- a/pkg/dedup/chunk_iter_test.go +++ b/pkg/dedup/chunk_iter_test.go @@ -6,13 +6,12 @@ package dedup import ( "testing" + "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/prometheus/prometheus/tsdb/chunks" - "github.com/prometheus/prometheus/tsdb/tsdbutil" - - "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/compact/downsample" ) @@ -35,9 +34,9 @@ func TestDedupChunkSeriesMerger(t *testing.T) { { name: "single series", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}}), }, - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}}), }, { name: "two empty series", @@ -50,90 +49,92 @@ func TestDedupChunkSeriesMerger(t *testing.T) { { name: "two non overlapping", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}, sample{5, 5}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{7, 7}, sample{9, 9}}, []tsdbutil.Sample{sample{10, 10}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}, sample{5, 5}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{7, 7}, sample{9, 9}}, []chunks.Sample{sample{10, 10}}), }, - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}, sample{5, 5}}, []tsdbutil.Sample{sample{7, 7}, sample{9, 9}}, []tsdbutil.Sample{sample{10, 10}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}, sample{5, 5}}, []chunks.Sample{sample{7, 7}, sample{9, 9}}, []chunks.Sample{sample{10, 10}}), }, { name: "two overlapping", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}, sample{8, 8}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{7, 7}, sample{9, 9}}, []tsdbutil.Sample{sample{10, 10}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}, sample{8, 8}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{7, 7}, sample{9, 9}}, []chunks.Sample{sample{10, 10}}), }, - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{3, 3}, sample{8, 8}}, []tsdbutil.Sample{sample{10, 10}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{3, 3}, sample{8, 8}}, []chunks.Sample{sample{10, 10}}), }, { name: "two overlapping with large time diff", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}}, []tsdbutil.Sample{sample{2, 2}, sample{5008, 5008}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{7, 7}, sample{9, 9}}, []tsdbutil.Sample{sample{10, 10}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}}, []chunks.Sample{sample{2, 2}, sample{5008, 5008}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{7, 7}, sample{9, 9}}, []chunks.Sample{sample{10, 10}}), }, // sample{5008, 5008} is added to the result due to its large timestamp. - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{5008, 5008}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{5008, 5008}}), }, { name: "two duplicated", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{2, 2}, sample{3, 3}, sample{5, 5}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{2, 2}, sample{3, 3}, sample{5, 5}}), }, - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), }, { name: "three overlapping", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{2, 2}, sample{3, 3}, sample{6, 6}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{0, 0}, sample{4, 4}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{2, 2}, sample{3, 3}, sample{6, 6}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{0, 0}, sample{4, 4}}), }, // only samples from the last series are retained due to high penalty. - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{0, 0}, sample{4, 4}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{0, 0}, sample{4, 4}}), }, { name: "three in chained overlap", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{4, 4}, sample{6, 66}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{6, 6}, sample{10, 10}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{4, 4}, sample{6, 66}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{6, 6}, sample{10, 10}}), }, // only samples from the last series are retained due to high penalty. - expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{1, 1}, sample{2, 2}, sample{3, 3}, sample{5, 5}}), }, { name: "three in chained overlap complex", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{0, 0}, sample{5, 5}}, []tsdbutil.Sample{sample{10, 10}, sample{15, 15}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{2, 2}, sample{20, 20}}, []tsdbutil.Sample{sample{25, 25}, sample{30, 30}}), - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []tsdbutil.Sample{sample{18, 18}, sample{26, 26}}, []tsdbutil.Sample{sample{31, 31}, sample{35, 35}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{0, 0}, sample{5, 5}}, []chunks.Sample{sample{10, 10}, sample{15, 15}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{2, 2}, sample{20, 20}}, []chunks.Sample{sample{25, 25}, sample{30, 30}}), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{sample{18, 18}, sample{26, 26}}, []chunks.Sample{sample{31, 31}, sample{35, 35}}), }, expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), - []tsdbutil.Sample{sample{0, 0}, sample{5, 5}}, - []tsdbutil.Sample{sample{31, 31}, sample{35, 35}}, + []chunks.Sample{sample{0, 0}, sample{5, 5}}, + []chunks.Sample{sample{31, 31}, sample{35, 35}}, ), }, { name: "110 overlapping samples", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), tsdbutil.GenerateSamples(0, 110)), // [0 - 110) - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), tsdbutil.GenerateSamples(60, 50)), // [60 - 110) + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), chunks.GenerateSamples(0, 110)), // [0 - 110) + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), chunks.GenerateSamples(60, 50)), // [60 - 110) }, expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), - tsdbutil.GenerateSamples(0, 110), + chunks.GenerateSamples(0, 110), ), }, { name: "150 overlapping samples, no chunk splitting due to penalty deduplication", input: []storage.ChunkSeries{ - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), tsdbutil.GenerateSamples(0, 90)), // [0 - 90) - storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), tsdbutil.GenerateSamples(60, 90)), // [90 - 150) + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), chunks.GenerateSamples(0, 90)), // [0 - 90) + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), chunks.GenerateSamples(60, 90)), // [90 - 150) }, expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), - tsdbutil.GenerateSamples(0, 90), + chunks.GenerateSamples(0, 90), ), }, } { + tc := tc t.Run(tc.name, func(t *testing.T) { + t.Parallel() merged := m(tc.input...) testutil.Equals(t, tc.expected.Labels(), merged.Labels()) actChks, actErr := storage.ExpandChunks(merged.Iterator(nil)) @@ -149,7 +150,7 @@ func TestDedupChunkSeriesMergerDownsampledChunks(t *testing.T) { m := NewChunkSeriesMerger() defaultLabels := labels.FromStrings("bar", "baz") - emptySamples := downsample.SamplesFromTSDBSamples([]tsdbutil.Sample{}) + emptySamples := downsample.SamplesFromTSDBSamples([]chunks.Sample{}) // Samples are created with step 1m. So the 5m downsampled chunk has 2 samples. samples1 := downsample.SamplesFromTSDBSamples(createSamplesWithStep(0, 10, 60*1000)) // Non overlapping samples with samples1. 5m downsampled chunk has 2 samples. @@ -288,16 +289,23 @@ func TestDedupChunkSeriesMergerDownsampledChunks(t *testing.T) { expected: &storage.ChunkSeriesEntry{ Lset: defaultLabels, ChunkIteratorFn: func(chunks.Iterator) chunks.Iterator { + samples := [][]chunks.Sample{ + {sample{299999, 3}, sample{540000, 5}}, + {sample{299999, 540000}, sample{540000, 2100000}}, + {sample{299999, 120000}, sample{540000, 300000}}, + {sample{299999, 240000}, sample{540000, 540000}}, + {sample{299999, 240000}, sample{299999, 240000}}, + } + var chks [5]chunkenc.Chunk + for i, s := range samples { + chk, err := chunks.ChunkFromSamples(s) + testutil.Ok(t, err) + chks[i] = chk.Chunk + } return storage.NewListChunkSeriesIterator(chunks.Meta{ MinTime: 299999, MaxTime: 540000, - Chunk: downsample.EncodeAggrChunk([5]chunkenc.Chunk{ - tsdbutil.ChunkFromSamples([]tsdbutil.Sample{sample{299999, 3}, sample{540000, 5}}).Chunk, - tsdbutil.ChunkFromSamples([]tsdbutil.Sample{sample{299999, 540000}, sample{540000, 2100000}}).Chunk, - tsdbutil.ChunkFromSamples([]tsdbutil.Sample{sample{299999, 120000}, sample{540000, 300000}}).Chunk, - tsdbutil.ChunkFromSamples([]tsdbutil.Sample{sample{299999, 240000}, sample{540000, 540000}}).Chunk, - tsdbutil.ChunkFromSamples([]tsdbutil.Sample{sample{299999, 240000}, sample{299999, 240000}}).Chunk, - }), + Chunk: downsample.EncodeAggrChunk(chks), }) }, }, @@ -315,8 +323,140 @@ func TestDedupChunkSeriesMergerDownsampledChunks(t *testing.T) { } } -func createSamplesWithStep(start, numOfSamples, step int) []tsdbutil.Sample { - res := make([]tsdbutil.Sample, numOfSamples) +type histoSample struct { + t int64 + f float64 + h *histogram.Histogram + fh *histogram.FloatHistogram +} + +func (h histoSample) T() int64 { + return h.t +} + +func (h histoSample) F() float64 { + return h.f +} + +func (h histoSample) H() *histogram.Histogram { + return h.h +} + +func (h histoSample) FH() *histogram.FloatHistogram { + return h.fh +} + +func (h histoSample) Type() chunkenc.ValueType { + if h.fh != nil { + return chunkenc.ValFloatHistogram + } + if h.h != nil { + return chunkenc.ValHistogram + } + return chunkenc.ValFloat +} + +var histogramSample = &histogram.Histogram{ + Schema: 0, + Count: 20, + Sum: -3.1415, + ZeroCount: 12, + ZeroThreshold: 0.001, + NegativeSpans: []histogram.Span{ + {Offset: 0, Length: 4}, + {Offset: 1, Length: 1}, + }, + NegativeBuckets: []int64{1, 2, -2, 1, -1}, + CounterResetHint: histogram.UnknownCounterReset, +} + +func TestDedupChunkSeriesMerger_Histogram(t *testing.T) { + scrapeIntervalMilli := int64(30_000) + + testCases := []struct { + name string + input []storage.ChunkSeries + expected storage.ChunkSeries + }{ + { + name: "two overlapping - Histogram and Histogram", + input: []storage.ChunkSeries{ + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{ + histoSample{t: 0 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 2 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 3 * scrapeIntervalMilli, h: histogramSample}, + }), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{ + histoSample{t: 1 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 2 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 3 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 4 * scrapeIntervalMilli, h: histogramSample}, + }), + }, + expected: storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{ + histoSample{t: 0 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 1 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 2 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 3 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 4 * scrapeIntervalMilli, h: histogramSample}, + }), + }, + { + name: "overlapping mixed - XOR then Histogram - panic repro case", + input: []storage.ChunkSeries{ + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{ + histoSample{t: 1 * scrapeIntervalMilli, f: 1}, + histoSample{t: 2 * scrapeIntervalMilli, f: 1}, + }, []chunks.Sample{ + histoSample{t: 5 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 6 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 7 * scrapeIntervalMilli, h: histogramSample}, + }), + storage.NewListChunkSeriesFromSamples(labels.FromStrings("bar", "baz"), []chunks.Sample{ + histoSample{t: 1 * scrapeIntervalMilli, f: 1}, + histoSample{t: 2 * scrapeIntervalMilli, f: 1}, + }, []chunks.Sample{ + histoSample{t: 5 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 6 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 7 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 8 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 9 * scrapeIntervalMilli, h: histogramSample}, + }, + ), + }, + expected: storage.NewListChunkSeriesFromSamples( + labels.FromStrings("bar", "baz"), + []chunks.Sample{ + histoSample{t: 1 * scrapeIntervalMilli, f: 1}, + histoSample{t: 2 * scrapeIntervalMilli, f: 1}, + }, []chunks.Sample{ + histoSample{t: 5 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 6 * scrapeIntervalMilli, h: histogramSample}, + histoSample{t: 7 * scrapeIntervalMilli, h: histogramSample}, + }, + ), + }, + } + + for _, tc := range testCases { + tc := tc + t.Run(tc.name, func(t *testing.T) { + t.Parallel() + m := NewChunkSeriesMerger() + merged := m(tc.input...) + testutil.Equals(t, labels.FromStrings("bar", "baz"), merged.Labels()) + actChks, actErr := storage.ExpandChunks(merged.Iterator(nil)) + testutil.Ok(t, actErr) + + expChks, expErr := storage.ExpandChunks(tc.expected.Iterator(nil)) + testutil.Ok(t, expErr) + testutil.Equals(t, expChks, actChks) + }) + } +} + +func createSamplesWithStep(start, numOfSamples, step int) []chunks.Sample { + res := make([]chunks.Sample, numOfSamples) cur := start for i := 0; i < numOfSamples; i++ { res[i] = sample{t: int64(cur), f: float64(cur)} diff --git a/pkg/dedup/iter.go b/pkg/dedup/iter.go index 31b63cfad2..e3b3fe8f0f 100644 --- a/pkg/dedup/iter.go +++ b/pkg/dedup/iter.go @@ -10,6 +10,8 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -18,17 +20,12 @@ type dedupSeriesSet struct { isCounter bool replicas []storage.Series - // Pushed down series. Currently, they are being handled in a specific way. - // In the future, we might want to relax this and handle these depending - // on what function has been passed. - pushedDown []storage.Series lset labels.Labels peek storage.Series ok bool - f string - pushdownEnabled bool + f string } // isCounter deduces whether a counter metric has been passed. There must be @@ -105,9 +102,9 @@ func (o *overlapSplitSet) Err() error { // NewSeriesSet returns seriesSet that deduplicates the same series. // The series in series set are expected be sorted by all labels. -func NewSeriesSet(set storage.SeriesSet, f string, pushdownEnabled bool) storage.SeriesSet { +func NewSeriesSet(set storage.SeriesSet, f string) storage.SeriesSet { // TODO: remove dependency on knowing whether it is a counter. - s := &dedupSeriesSet{pushdownEnabled: pushdownEnabled, set: set, isCounter: isCounter(f), f: f} + s := &dedupSeriesSet{set: set, isCounter: isCounter(f), f: f} s.ok = s.set.Next() if s.ok { s.peek = s.set.At() @@ -115,34 +112,16 @@ func NewSeriesSet(set storage.SeriesSet, f string, pushdownEnabled bool) storage return s } -// trimPushdownMarker trims the pushdown marker from the given labels. -// Returns true if there was a pushdown marker. -func trimPushdownMarker(lbls labels.Labels) (labels.Labels, bool) { - return labels.NewBuilder(lbls).Del(PushdownMarker.Name).Labels(), lbls.Has(PushdownMarker.Name) -} - func (s *dedupSeriesSet) Next() bool { if !s.ok { return false } - // Reset both because they might have some leftovers. - if s.pushdownEnabled { - s.pushedDown = s.pushedDown[:0] - } s.replicas = s.replicas[:0] // Set the label set we are currently gathering to the peek element. s.lset = s.peek.Labels() + s.replicas = append(s.replicas[:0], s.peek) - pushedDown := false - if s.pushdownEnabled { - s.lset, pushedDown = trimPushdownMarker(s.lset) - } - if pushedDown { - s.pushedDown = append(s.pushedDown[:0], s.peek) - } else { - s.replicas = append(s.replicas[:0], s.peek) - } return s.next() } @@ -151,56 +130,38 @@ func (s *dedupSeriesSet) next() bool { s.ok = s.set.Next() if !s.ok { // There's no next series, the current replicas are the last element. - return len(s.replicas) > 0 || len(s.pushedDown) > 0 + return len(s.replicas) > 0 } s.peek = s.set.At() nextLset := s.peek.Labels() - var pushedDown bool - if s.pushdownEnabled { - nextLset, pushedDown = trimPushdownMarker(nextLset) - } - // If the label set modulo the replica label is equal to the current label set // look for more replicas, otherwise a series is complete. if !labels.Equal(s.lset, nextLset) { return true } - if pushedDown { - s.pushedDown = append(s.pushedDown, s.peek) - } else { - s.replicas = append(s.replicas, s.peek) - } + s.replicas = append(s.replicas, s.peek) return s.next() } func (s *dedupSeriesSet) At() storage.Series { - if len(s.replicas) == 1 && len(s.pushedDown) == 0 { + if len(s.replicas) == 1 { return seriesWithLabels{Series: s.replicas[0], lset: s.lset} } - if len(s.replicas) == 0 && len(s.pushedDown) == 1 { - return seriesWithLabels{Series: s.pushedDown[0], lset: s.lset} - } // Clients may store the series, so we must make a copy of the slice before advancing. repl := make([]storage.Series, len(s.replicas)) copy(repl, s.replicas) - var pushedDown []storage.Series - if s.pushdownEnabled { - pushedDown = make([]storage.Series, len(s.pushedDown)) - copy(pushedDown, s.pushedDown) - } - - return newDedupSeries(s.lset, repl, pushedDown, s.f) + return newDedupSeries(s.lset, repl, s.f) } func (s *dedupSeriesSet) Err() error { return s.set.Err() } -func (s *dedupSeriesSet) Warnings() storage.Warnings { +func (s *dedupSeriesSet) Warnings() annotations.Annotations { return s.set.Warnings() } @@ -212,111 +173,22 @@ type seriesWithLabels struct { func (s seriesWithLabels) Labels() labels.Labels { return s.lset } type dedupSeries struct { - lset labels.Labels - replicas []storage.Series - pushedDown []storage.Series + lset labels.Labels + replicas []storage.Series isCounter bool f string } -func newDedupSeries(lset labels.Labels, replicas []storage.Series, pushedDown []storage.Series, f string) *dedupSeries { - return &dedupSeries{lset: lset, isCounter: isCounter(f), replicas: replicas, pushedDown: pushedDown, f: f} +func newDedupSeries(lset labels.Labels, replicas []storage.Series, f string) *dedupSeries { + return &dedupSeries{lset: lset, isCounter: isCounter(f), replicas: replicas, f: f} } func (s *dedupSeries) Labels() labels.Labels { return s.lset } -// pushdownIterator creates an iterator that handles -// all pushed down series. -func (s *dedupSeries) pushdownIterator(_ chunkenc.Iterator) chunkenc.Iterator { - var pushedDownIterator adjustableSeriesIterator - if s.isCounter { - pushedDownIterator = &counterErrAdjustSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } else { - pushedDownIterator = noopAdjustableSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } - - for _, o := range s.pushedDown[1:] { - var replicaIterator adjustableSeriesIterator - - if s.isCounter { - replicaIterator = &counterErrAdjustSeriesIterator{Iterator: o.Iterator(nil)} - } else { - replicaIterator = noopAdjustableSeriesIterator{Iterator: o.Iterator(nil)} - } - - pushedDownIterator = noopAdjustableSeriesIterator{newPushdownSeriesIterator(pushedDownIterator, replicaIterator, s.f)} - } - - return pushedDownIterator -} - -// allSeriesIterator creates an iterator over all series - pushed down -// and regular replicas. -func (s *dedupSeries) allSeriesIterator(_ chunkenc.Iterator) chunkenc.Iterator { - var replicasIterator, pushedDownIterator adjustableSeriesIterator - if len(s.replicas) != 0 { - if s.isCounter { - replicasIterator = &counterErrAdjustSeriesIterator{Iterator: s.replicas[0].Iterator(nil)} - } else { - replicasIterator = noopAdjustableSeriesIterator{Iterator: s.replicas[0].Iterator(nil)} - } - - for _, o := range s.replicas[1:] { - var replicaIter adjustableSeriesIterator - if s.isCounter { - replicaIter = &counterErrAdjustSeriesIterator{Iterator: o.Iterator(nil)} - } else { - replicaIter = noopAdjustableSeriesIterator{Iterator: o.Iterator(nil)} - } - replicasIterator = newDedupSeriesIterator(replicasIterator, replicaIter) - } - } - - if len(s.pushedDown) != 0 { - if s.isCounter { - pushedDownIterator = &counterErrAdjustSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } else { - pushedDownIterator = noopAdjustableSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } - - for _, o := range s.pushedDown[1:] { - var replicaIter adjustableSeriesIterator - if s.isCounter { - replicaIter = &counterErrAdjustSeriesIterator{Iterator: o.Iterator(nil)} - } else { - replicaIter = noopAdjustableSeriesIterator{Iterator: o.Iterator(nil)} - } - pushedDownIterator = newDedupSeriesIterator(pushedDownIterator, replicaIter) - } - } - - if replicasIterator == nil { - return pushedDownIterator - } - if pushedDownIterator == nil { - return replicasIterator - } - return newDedupSeriesIterator(pushedDownIterator, replicasIterator) -} - func (s *dedupSeries) Iterator(_ chunkenc.Iterator) chunkenc.Iterator { - // This function needs a regular iterator over all series. Behavior is identical - // whether it was pushed down or not. - if s.f == "group" { - return s.allSeriesIterator(nil) - } - // If there are no replicas then jump straight to constructing an iterator - // for pushed down series. - if len(s.replicas) == 0 { - return s.pushdownIterator(nil) - } - - // Finally, if we have both then construct a tree out of them. - // Pushed down series have their own special iterator. - // We deduplicate everything in the end. var it adjustableSeriesIterator if s.isCounter { it = &counterErrAdjustSeriesIterator{Iterator: s.replicas[0].Iterator(nil)} @@ -334,31 +206,7 @@ func (s *dedupSeries) Iterator(_ chunkenc.Iterator) chunkenc.Iterator { it = newDedupSeriesIterator(it, replicaIter) } - if len(s.pushedDown) == 0 { - return it - } - - // Join all of the pushed down iterators into one. - var pushedDownIterator adjustableSeriesIterator - if s.isCounter { - pushedDownIterator = &counterErrAdjustSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } else { - pushedDownIterator = noopAdjustableSeriesIterator{Iterator: s.pushedDown[0].Iterator(nil)} - } - - for _, o := range s.pushedDown[1:] { - var replicaIterator adjustableSeriesIterator - - if s.isCounter { - replicaIterator = &counterErrAdjustSeriesIterator{Iterator: o.Iterator(nil)} - } else { - replicaIterator = noopAdjustableSeriesIterator{Iterator: o.Iterator(nil)} - } - - pushedDownIterator = noopAdjustableSeriesIterator{newPushdownSeriesIterator(pushedDownIterator, replicaIterator, s.f)} - } - - return newDedupSeriesIterator(it, pushedDownIterator) + return it } // adjustableSeriesIterator iterates over the data of a time series and allows to adjust current value based on @@ -438,6 +286,7 @@ func newDedupSeriesIterator(a, b adjustableSeriesIterator) *dedupSeriesIterator b: b, lastT: math.MinInt64, lastIter: a, + useA: true, aval: a.Next(), bval: b.Next(), } @@ -562,12 +411,12 @@ func (it *dedupSeriesIterator) At() (int64, float64) { return it.lastIter.At() } -func (it *dedupSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { - return it.lastIter.AtHistogram() +func (it *dedupSeriesIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) { + return it.lastIter.AtHistogram(h) } -func (it *dedupSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - return it.lastIter.AtFloatHistogram() +func (it *dedupSeriesIterator) AtFloatHistogram(fh *histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + return it.lastIter.AtFloatHistogram(fh) } func (it *dedupSeriesIterator) AtT() int64 { @@ -612,12 +461,12 @@ func (it *boundedSeriesIterator) At() (t int64, v float64) { return it.it.At() } -func (it *boundedSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { - return it.it.AtHistogram() +func (it *boundedSeriesIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) { + return it.it.AtHistogram(h) } -func (it *boundedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - return it.it.AtFloatHistogram() +func (it *boundedSeriesIterator) AtFloatHistogram(fh *histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + return it.it.AtFloatHistogram(fh) } func (it *boundedSeriesIterator) AtT() int64 { diff --git a/pkg/dedup/iter_test.go b/pkg/dedup/iter_test.go index 3579f69fd0..36a5a36375 100644 --- a/pkg/dedup/iter_test.go +++ b/pkg/dedup/iter_test.go @@ -15,9 +15,14 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/thanos-io/thanos/pkg/store/storepb" + "github.com/prometheus/prometheus/tsdb/tsdbutil" + "github.com/prometheus/prometheus/util/annotations" + "github.com/stretchr/testify/require" "github.com/efficientgo/core/testutil" + + "github.com/thanos-io/thanos/pkg/store/storepb" + "github.com/thanos-io/thanos/pkg/testutil/testiters" ) type sample struct { @@ -72,7 +77,7 @@ func (s *mockedSeriesSet) At() storage.Series { } func (s *mockedSeriesSet) Err() error { return nil } -func (s *mockedSeriesSet) Warnings() storage.Warnings { return nil } +func (s *mockedSeriesSet) Warnings() annotations.Annotations { return nil } type mockedSeriesIterator struct { cur int @@ -100,11 +105,11 @@ func (s *mockedSeriesIterator) At() (t int64, v float64) { } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (s *mockedSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { +func (s *mockedSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (s *mockedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (s *mockedSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -191,72 +196,72 @@ func toChunkedSeriesSlice(t testing.TB, set storepb.SeriesSet) []chunkedSeries { func TestOverlapSplitSet(t *testing.T) { input := []chunkedSeries{ { - lset: labels.Labels{{Name: "a", Value: "1_empty"}}, + lset: labels.FromStrings("a", "1_empty"), }, { - lset: labels.Labels{{Name: "a", Value: "2_nonoverlap"}}, + lset: labels.FromStrings("a", "2_nonoverlap"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 21, MaxTime: 100}, {MinTime: 110, MaxTime: 300}}, }, { - lset: labels.Labels{{Name: "a", Value: "3_tworeplicas"}}, + lset: labels.FromStrings("a", "3_tworeplicas"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 0, MaxTime: 30}, {MinTime: 21, MaxTime: 50}, {MinTime: 31, MaxTime: 60}, {MinTime: 100, MaxTime: 160}}, }, { - lset: labels.Labels{{Name: "a", Value: "4_nonoverlap"}}, + lset: labels.FromStrings("a", "4_nonoverlap"), chunks: []storepb.AggrChunk{{MinTime: 50, MaxTime: 55}, {MinTime: 56, MaxTime: 100}}, }, { - lset: labels.Labels{{Name: "a", Value: "5_minimaloverlap"}}, + lset: labels.FromStrings("a", "5_minimaloverlap"), chunks: []storepb.AggrChunk{{MinTime: 50, MaxTime: 55}, {MinTime: 55, MaxTime: 100}}, }, { - lset: labels.Labels{{Name: "a", Value: "6_fourreplica"}}, + lset: labels.FromStrings("a", "6_fourreplica"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 0, MaxTime: 30}, {MinTime: 1, MaxTime: 15}, {MinTime: 2, MaxTime: 36}, {MinTime: 16, MaxTime: 200}, {MinTime: 21, MaxTime: 50}, {MinTime: 31, MaxTime: 60}, {MinTime: 100, MaxTime: 160}}, }, } exp := []chunkedSeries{ { - lset: labels.Labels{{Name: "a", Value: "1_empty"}}, + lset: labels.FromStrings("a", "1_empty"), }, { - lset: labels.Labels{{Name: "a", Value: "2_nonoverlap"}}, + lset: labels.FromStrings("a", "2_nonoverlap"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 21, MaxTime: 100}, {MinTime: 110, MaxTime: 300}}, }, { - lset: labels.Labels{{Name: "a", Value: "3_tworeplicas"}}, + lset: labels.FromStrings("a", "3_tworeplicas"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 21, MaxTime: 50}, {MinTime: 100, MaxTime: 160}}, }, { - lset: labels.Labels{{Name: "a", Value: "3_tworeplicas"}}, + lset: labels.FromStrings("a", "3_tworeplicas"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 30}, {MinTime: 31, MaxTime: 60}}, }, { - lset: labels.Labels{{Name: "a", Value: "4_nonoverlap"}}, + lset: labels.FromStrings("a", "4_nonoverlap"), chunks: []storepb.AggrChunk{{MinTime: 50, MaxTime: 55}, {MinTime: 56, MaxTime: 100}}, }, { - lset: labels.Labels{{Name: "a", Value: "5_minimaloverlap"}}, + lset: labels.FromStrings("a", "5_minimaloverlap"), chunks: []storepb.AggrChunk{{MinTime: 50, MaxTime: 55}}, }, { - lset: labels.Labels{{Name: "a", Value: "5_minimaloverlap"}}, + lset: labels.FromStrings("a", "5_minimaloverlap"), chunks: []storepb.AggrChunk{{MinTime: 55, MaxTime: 100}}, }, { - lset: labels.Labels{{Name: "a", Value: "6_fourreplica"}}, + lset: labels.FromStrings("a", "6_fourreplica"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 20}, {MinTime: 21, MaxTime: 50}, {MinTime: 100, MaxTime: 160}}, }, { - lset: labels.Labels{{Name: "a", Value: "6_fourreplica"}}, + lset: labels.FromStrings("a", "6_fourreplica"), chunks: []storepb.AggrChunk{{MinTime: 0, MaxTime: 30}, {MinTime: 31, MaxTime: 60}}, }, { - lset: labels.Labels{{Name: "a", Value: "6_fourreplica"}}, + lset: labels.FromStrings("a", "6_fourreplica"), chunks: []storepb.AggrChunk{{MinTime: 1, MaxTime: 15}, {MinTime: 16, MaxTime: 200}}, }, { - lset: labels.Labels{{Name: "a", Value: "6_fourreplica"}}, + lset: labels.FromStrings("a", "6_fourreplica"), chunks: []storepb.AggrChunk{{MinTime: 2, MaxTime: 36}}, }, } @@ -276,46 +281,46 @@ func TestDedupSeriesSet(t *testing.T) { name: "Single dedup label", input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{60000, 3}, {70000, 4}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{200000, 5}, {210000, 6}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}, {Name: "d", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "3", "d", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{60000, 3}, {70000, 4}}, }, }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}, {60000, 3}, {70000, 4}, {200000, 5}, {210000, 6}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}, {Name: "d", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "3", "d", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}, {60000, 3}, {70000, 4}}, }, }, @@ -324,50 +329,50 @@ func TestDedupSeriesSet(t *testing.T) { name: "Multi dedup label", input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{60000, 3}, {70000, 4}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{200000, 5}, {210000, 6}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}, {Name: "d", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "3", "d", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{60000, 3}, {70000, 4}}, }, }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}, {60000, 3}, {70000, 4}, {200000, 5}, {210000, 6}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}, {Name: "d", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "3", "d", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "4"}}, + lset: labels.FromStrings("a", "1", "c", "4"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "2"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "2", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}, {60000, 3}, {70000, 4}}, }, }, @@ -376,16 +381,16 @@ func TestDedupSeriesSet(t *testing.T) { name: "Multi dedup label - some series don't have all dedup labels", input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}}, }, { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{60000, 3}, {70000, 4}}, }, }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}, {Name: "c", Value: "3"}}, + lset: labels.FromStrings("a", "1", "c", "3"), samples: []sample{{10000, 1}, {20000, 2}, {60000, 3}, {70000, 4}}, }, }, @@ -401,7 +406,7 @@ func TestDedupSeriesSet(t *testing.T) { isCounter: true, input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{ {10000, 8.0}, // Smaller timestamp, this will be chosen. CurrValue = 8.0. {20000, 9.0}, // Same. CurrValue = 9.0. @@ -414,7 +419,7 @@ func TestDedupSeriesSet(t *testing.T) { {100000, 9 + 6.0}, }, }, { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{ {10001, 8.0}, // Penalty 5000 will be added. // 20001 was app reset. No sample, because stale marker but removed by downsample.CounterSeriesIterator. Penalty 2 * (20000 - 10000) will be added. @@ -428,7 +433,7 @@ func TestDedupSeriesSet(t *testing.T) { }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{{10000, 8}, {20000, 9}, {45001, 9}, {55001, 10}, {65001, 11}, {90000, 14}, {100000, 15}}, }, }, @@ -439,12 +444,12 @@ func TestDedupSeriesSet(t *testing.T) { isCounter: false, input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{ {10000, 8.0}, {20000, 9.0}, {50001, 9 + 1.0}, {60000, 9 + 2.0}, {70000, 9 + 3.0}, {80000, 9 + 4.0}, {90000, 9 + 5.0}, {100000, 9 + 6.0}, }, }, { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{ {10001, 8.0}, {45001, 8 + 0.5}, {55001, 8 + 1.5}, {65001, 8 + 2.5}, }, @@ -452,7 +457,7 @@ func TestDedupSeriesSet(t *testing.T) { }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: []sample{{10000, 8}, {20000, 9}, {45001, 8.5}, {55001, 9.5}, {65001, 10.5}, {90000, 14}, {100000, 15}}, }, }, @@ -464,7 +469,33 @@ func TestDedupSeriesSet(t *testing.T) { isCounter: true, input: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), + samples: []sample{ + {t: 1587690005791, f: 461968}, {t: 1587690020791, f: 462151}, {t: 1587690035797, f: 462336}, {t: 1587690050791, f: 462650}, {t: 1587690065791, f: 462813}, {t: 1587690080791, f: 462987}, {t: 1587690095791, f: 463095}, {t: 1587690110791, f: 463247}, {t: 1587690125791, f: 463440}, {t: 1587690140791, f: 463642}, {t: 1587690155791, f: 463811}, + {t: 1587690170791, f: 464027}, {t: 1587690185791, f: 464308}, {t: 1587690200791, f: 464514}, {t: 1587690215791, f: 464798}, {t: 1587690230791, f: 465018}, {t: 1587690245791, f: 465215}, {t: 1587690260813, f: 465431}, {t: 1587690275791, f: 465651}, {t: 1587690290791, f: 465870}, {t: 1587690305791, f: 466070}, {t: 1587690320792, f: 466248}, + {t: 1587690335791, f: 466506}, {t: 1587690350791, f: 466766}, {t: 1587690365791, f: 466970}, {t: 1587690380791, f: 467123}, {t: 1587690395791, f: 467265}, {t: 1587690410791, f: 467383}, {t: 1587690425791, f: 467629}, {t: 1587690440791, f: 467931}, {t: 1587690455791, f: 468097}, {t: 1587690470791, f: 468281}, {t: 1587690485791, f: 468477}, + {t: 1587690500791, f: 468649}, {t: 1587690515791, f: 468867}, {t: 1587690530791, f: 469150}, {t: 1587690545791, f: 469268}, {t: 1587690560791, f: 469488}, {t: 1587690575791, f: 469742}, {t: 1587690590791, f: 469951}, {t: 1587690605791, f: 470131}, {t: 1587690620791, f: 470337}, {t: 1587690635791, f: 470631}, {t: 1587690650791, f: 470832}, + {t: 1587690665791, f: 471077}, {t: 1587690680791, f: 471311}, {t: 1587690695791, f: 471473}, {t: 1587690710791, f: 471728}, {t: 1587690725791, f: 472002}, {t: 1587690740791, f: 472158}, {t: 1587690755791, f: 472329}, {t: 1587690770791, f: 472722}, {t: 1587690785791, f: 472925}, {t: 1587690800791, f: 473220}, {t: 1587690815791, f: 473460}, + {t: 1587690830791, f: 473748}, {t: 1587690845791, f: 473968}, {t: 1587690860791, f: 474261}, {t: 1587690875791, f: 474418}, {t: 1587690890791, f: 474726}, {t: 1587690905791, f: 474913}, {t: 1587690920791, f: 475031}, {t: 1587690935791, f: 475284}, {t: 1587690950791, f: 475563}, {t: 1587690965791, f: 475762}, {t: 1587690980791, f: 475945}, + {t: 1587690995791, f: 476302}, {t: 1587691010791, f: 476501}, {t: 1587691025791, f: 476849}, {t: 1587691040800, f: 477020}, {t: 1587691055791, f: 477280}, {t: 1587691070791, f: 477549}, {t: 1587691085791, f: 477758}, {t: 1587691100817, f: 477960}, {t: 1587691115791, f: 478261}, {t: 1587691130791, f: 478559}, {t: 1587691145791, f: 478704}, + {t: 1587691160804, f: 478950}, {t: 1587691175791, f: 479173}, {t: 1587691190791, f: 479368}, {t: 1587691205791, f: 479625}, {t: 1587691220805, f: 479866}, {t: 1587691235791, f: 480008}, {t: 1587691250791, f: 480155}, {t: 1587691265791, f: 480472}, {t: 1587691280811, f: 480598}, {t: 1587691295791, f: 480771}, {t: 1587691310791, f: 480996}, + {t: 1587691325791, f: 481200}, {t: 1587691340803, f: 481381}, {t: 1587691355791, f: 481584}, {t: 1587691370791, f: 481759}, {t: 1587691385791, f: 482003}, {t: 1587691400803, f: 482189}, {t: 1587691415791, f: 482457}, {t: 1587691430791, f: 482623}, {t: 1587691445791, f: 482768}, {t: 1587691460804, f: 483036}, {t: 1587691475791, f: 483322}, + {t: 1587691490791, f: 483566}, {t: 1587691505791, f: 483709}, {t: 1587691520807, f: 483838}, {t: 1587691535791, f: 484091}, {t: 1587691550791, f: 484236}, {t: 1587691565791, f: 484454}, {t: 1587691580816, f: 484710}, {t: 1587691595791, f: 484978}, {t: 1587691610791, f: 485271}, {t: 1587691625791, f: 485476}, {t: 1587691640792, f: 485640}, + {t: 1587691655791, f: 485921}, {t: 1587691670791, f: 486201}, {t: 1587691685791, f: 486555}, {t: 1587691700791, f: 486691}, {t: 1587691715791, f: 486831}, {t: 1587691730791, f: 487033}, {t: 1587691745791, f: 487268}, {t: 1587691760803, f: 487370}, {t: 1587691775791, f: 487571}, {t: 1587691790791, f: 487787}, {t: 1587691805791, f: 488036}, + {t: 1587691820791, f: 488241}, {t: 1587691835791, f: 488411}, {t: 1587691850791, f: 488625}, {t: 1587691865791, f: 488868}, {t: 1587691880791, f: 489005}, {t: 1587691895791, f: 489237}, {t: 1587691910791, f: 489545}, {t: 1587691925791, f: 489750}, {t: 1587691940791, f: 489899}, {t: 1587691955791, f: 490048}, {t: 1587691970791, f: 490364}, + {t: 1587691985791, f: 490485}, {t: 1587692000791, f: 490722}, {t: 1587692015791, f: 490866}, {t: 1587692030791, f: 491025}, {t: 1587692045791, f: 491286}, {t: 1587692060816, f: 491543}, {t: 1587692075791, f: 491787}, {t: 1587692090791, f: 492065}, {t: 1587692105791, f: 492223}, {t: 1587692120816, f: 492501}, {t: 1587692135791, f: 492767}, + {t: 1587692150791, f: 492955}, {t: 1587692165791, f: 493194}, {t: 1587692180792, f: 493402}, {t: 1587692195791, f: 493647}, {t: 1587692210791, f: 493897}, {t: 1587692225791, f: 494117}, {t: 1587692240805, f: 494356}, {t: 1587692255791, f: 494620}, {t: 1587692270791, f: 494762}, {t: 1587692285791, f: 495001}, {t: 1587692300805, f: 495222}, + {t: 1587692315791, f: 495393}, {t: 1587692330791, f: 495662}, {t: 1587692345791, f: 495875}, {t: 1587692360801, f: 496082}, {t: 1587692375791, f: 496196}, {t: 1587692390791, f: 496245}, {t: 1587692405791, f: 496295}, {t: 1587692420791, f: 496365}, {t: 1587692435791, f: 496401}, {t: 1587692450791, f: 496452}, {t: 1587692465791, f: 496491}, + {t: 1587692480791, f: 496544}, {t: 1587692555791, f: 496619}, {t: 1587692570791, f: 496852}, {t: 1587692585791, f: 497052}, {t: 1587692600791, f: 497245}, {t: 1587692615791, f: 497529}, {t: 1587692630791, f: 497697}, {t: 1587692645791, f: 497909}, {t: 1587692660791, f: 498156}, {t: 1587692675803, f: 498466}, {t: 1587692690791, f: 498647}, + {t: 1587692705791, f: 498805}, {t: 1587692720791, f: 499013}, {t: 1587692735805, f: 499169}, {t: 1587692750791, f: 499345}, {t: 1587692765791, f: 499499}, {t: 1587692780791, f: 499731}, {t: 1587692795806, f: 499972}, {t: 1587692810791, f: 500201}, {t: 1587692825791, f: 500354}, {t: 1587692840791, f: 500512}, {t: 1587692855791, f: 500739}, + {t: 1587692870791, f: 500958}, {t: 1587692885791, f: 501190}, {t: 1587692900791, f: 501233}, {t: 1587692915791, f: 501391}, {t: 1587692930791, f: 501649}, {t: 1587692945791, f: 501853}, {t: 1587692960791, f: 502065}, {t: 1587692975791, f: 502239}, {t: 1587692990810, f: 502554}, {t: 1587693005791, f: 502754}, {t: 1587693020791, f: 502938}, + {t: 1587693035791, f: 503141}, {t: 1587693050791, f: 503416}, {t: 1587693065791, f: 503642}, {t: 1587693080791, f: 503873}, {t: 1587693095791, f: 504014}, {t: 1587693110791, f: 504178}, {t: 1587693125821, f: 504374}, {t: 1587693140791, f: 504578}, {t: 1587693155791, f: 504753}, {t: 1587693170791, f: 505043}, {t: 1587693185791, f: 505232}, + {t: 1587693200791, f: 505437}, {t: 1587693215791, f: 505596}, {t: 1587693230791, f: 505923}, {t: 1587693245791, f: 506088}, {t: 1587693260791, f: 506307}, {t: 1587693275791, f: 506518}, {t: 1587693290791, f: 506786}, {t: 1587693305791, f: 507008}, {t: 1587693320803, f: 507260}, {t: 1587693335791, f: 507519}, {t: 1587693350791, f: 507776}, + {t: 1587693365791, f: 508003}, {t: 1587693380791, f: 508322}, {t: 1587693395804, f: 508551}, {t: 1587693410791, f: 508750}, {t: 1587693425791, f: 508994}, {t: 1587693440791, f: 509237}, {t: 1587693455791, f: 509452}, {t: 1587693470791, f: 509702}, {t: 1587693485791, f: 509971}, {t: 1587693500791, f: 510147}, {t: 1587693515791, f: 510471}, + {t: 1587693530816, f: 510666}, {t: 1587693545791, f: 510871}, {t: 1587693560791, f: 511123}, {t: 1587693575791, f: 511303}, {t: 1587693590791, f: 511500}, + }, + }, { + lset: labels.FromStrings("a", "1"), samples: []sample{ {t: 1587690007139, f: 461993}, {t: 1587690022139, f: 462164}, {t: 1587690037139, f: 462409}, {t: 1587690052139, f: 462662}, {t: 1587690067139, f: 462824}, {t: 1587690082139, f: 462987}, {t: 1587690097155, f: 463108}, {t: 1587690112139, f: 463261}, {t: 1587690127139, f: 463465}, {t: 1587690142139, f: 463642}, {t: 1587690157139, f: 463823}, {t: 1587690172139, f: 464065}, {t: 1587690187139, f: 464333}, {t: 1587690202139, f: 464566}, {t: 1587690217139, f: 464811}, {t: 1587690232140, f: 465032}, {t: 1587690247139, f: 465229}, {t: 1587690262139, f: 465445}, {t: 1587690277139, f: 465700}, {t: 1587690292139, f: 465884}, @@ -491,37 +522,11 @@ func TestDedupSeriesSet(t *testing.T) { {t: 1587693367139, f: 507991}, {t: 1587693382139, f: 508310}, {t: 1587693397139, f: 508570}, {t: 1587693412139, f: 508770}, {t: 1587693427139, f: 508982}, {t: 1587693442163, f: 509274}, {t: 1587693457139, f: 509477}, {t: 1587693472139, f: 509713}, {t: 1587693487139, f: 509972}, {t: 1587693502139, f: 510182}, {t: 1587693517139, f: 510498}, {t: 1587693532139, f: 510654}, {t: 1587693547139, f: 510859}, {t: 1587693562139, f: 511124}, {t: 1587693577139, f: 511314}, {t: 1587693592139, f: 511488}, }, - }, { - lset: labels.Labels{{Name: "a", Value: "1"}}, - samples: []sample{ - {t: 1587690005791, f: 461968}, {t: 1587690020791, f: 462151}, {t: 1587690035797, f: 462336}, {t: 1587690050791, f: 462650}, {t: 1587690065791, f: 462813}, {t: 1587690080791, f: 462987}, {t: 1587690095791, f: 463095}, {t: 1587690110791, f: 463247}, {t: 1587690125791, f: 463440}, {t: 1587690140791, f: 463642}, {t: 1587690155791, f: 463811}, - {t: 1587690170791, f: 464027}, {t: 1587690185791, f: 464308}, {t: 1587690200791, f: 464514}, {t: 1587690215791, f: 464798}, {t: 1587690230791, f: 465018}, {t: 1587690245791, f: 465215}, {t: 1587690260813, f: 465431}, {t: 1587690275791, f: 465651}, {t: 1587690290791, f: 465870}, {t: 1587690305791, f: 466070}, {t: 1587690320792, f: 466248}, - {t: 1587690335791, f: 466506}, {t: 1587690350791, f: 466766}, {t: 1587690365791, f: 466970}, {t: 1587690380791, f: 467123}, {t: 1587690395791, f: 467265}, {t: 1587690410791, f: 467383}, {t: 1587690425791, f: 467629}, {t: 1587690440791, f: 467931}, {t: 1587690455791, f: 468097}, {t: 1587690470791, f: 468281}, {t: 1587690485791, f: 468477}, - {t: 1587690500791, f: 468649}, {t: 1587690515791, f: 468867}, {t: 1587690530791, f: 469150}, {t: 1587690545791, f: 469268}, {t: 1587690560791, f: 469488}, {t: 1587690575791, f: 469742}, {t: 1587690590791, f: 469951}, {t: 1587690605791, f: 470131}, {t: 1587690620791, f: 470337}, {t: 1587690635791, f: 470631}, {t: 1587690650791, f: 470832}, - {t: 1587690665791, f: 471077}, {t: 1587690680791, f: 471311}, {t: 1587690695791, f: 471473}, {t: 1587690710791, f: 471728}, {t: 1587690725791, f: 472002}, {t: 1587690740791, f: 472158}, {t: 1587690755791, f: 472329}, {t: 1587690770791, f: 472722}, {t: 1587690785791, f: 472925}, {t: 1587690800791, f: 473220}, {t: 1587690815791, f: 473460}, - {t: 1587690830791, f: 473748}, {t: 1587690845791, f: 473968}, {t: 1587690860791, f: 474261}, {t: 1587690875791, f: 474418}, {t: 1587690890791, f: 474726}, {t: 1587690905791, f: 474913}, {t: 1587690920791, f: 475031}, {t: 1587690935791, f: 475284}, {t: 1587690950791, f: 475563}, {t: 1587690965791, f: 475762}, {t: 1587690980791, f: 475945}, - {t: 1587690995791, f: 476302}, {t: 1587691010791, f: 476501}, {t: 1587691025791, f: 476849}, {t: 1587691040800, f: 477020}, {t: 1587691055791, f: 477280}, {t: 1587691070791, f: 477549}, {t: 1587691085791, f: 477758}, {t: 1587691100817, f: 477960}, {t: 1587691115791, f: 478261}, {t: 1587691130791, f: 478559}, {t: 1587691145791, f: 478704}, - {t: 1587691160804, f: 478950}, {t: 1587691175791, f: 479173}, {t: 1587691190791, f: 479368}, {t: 1587691205791, f: 479625}, {t: 1587691220805, f: 479866}, {t: 1587691235791, f: 480008}, {t: 1587691250791, f: 480155}, {t: 1587691265791, f: 480472}, {t: 1587691280811, f: 480598}, {t: 1587691295791, f: 480771}, {t: 1587691310791, f: 480996}, - {t: 1587691325791, f: 481200}, {t: 1587691340803, f: 481381}, {t: 1587691355791, f: 481584}, {t: 1587691370791, f: 481759}, {t: 1587691385791, f: 482003}, {t: 1587691400803, f: 482189}, {t: 1587691415791, f: 482457}, {t: 1587691430791, f: 482623}, {t: 1587691445791, f: 482768}, {t: 1587691460804, f: 483036}, {t: 1587691475791, f: 483322}, - {t: 1587691490791, f: 483566}, {t: 1587691505791, f: 483709}, {t: 1587691520807, f: 483838}, {t: 1587691535791, f: 484091}, {t: 1587691550791, f: 484236}, {t: 1587691565791, f: 484454}, {t: 1587691580816, f: 484710}, {t: 1587691595791, f: 484978}, {t: 1587691610791, f: 485271}, {t: 1587691625791, f: 485476}, {t: 1587691640792, f: 485640}, - {t: 1587691655791, f: 485921}, {t: 1587691670791, f: 486201}, {t: 1587691685791, f: 486555}, {t: 1587691700791, f: 486691}, {t: 1587691715791, f: 486831}, {t: 1587691730791, f: 487033}, {t: 1587691745791, f: 487268}, {t: 1587691760803, f: 487370}, {t: 1587691775791, f: 487571}, {t: 1587691790791, f: 487787}, {t: 1587691805791, f: 488036}, - {t: 1587691820791, f: 488241}, {t: 1587691835791, f: 488411}, {t: 1587691850791, f: 488625}, {t: 1587691865791, f: 488868}, {t: 1587691880791, f: 489005}, {t: 1587691895791, f: 489237}, {t: 1587691910791, f: 489545}, {t: 1587691925791, f: 489750}, {t: 1587691940791, f: 489899}, {t: 1587691955791, f: 490048}, {t: 1587691970791, f: 490364}, - {t: 1587691985791, f: 490485}, {t: 1587692000791, f: 490722}, {t: 1587692015791, f: 490866}, {t: 1587692030791, f: 491025}, {t: 1587692045791, f: 491286}, {t: 1587692060816, f: 491543}, {t: 1587692075791, f: 491787}, {t: 1587692090791, f: 492065}, {t: 1587692105791, f: 492223}, {t: 1587692120816, f: 492501}, {t: 1587692135791, f: 492767}, - {t: 1587692150791, f: 492955}, {t: 1587692165791, f: 493194}, {t: 1587692180792, f: 493402}, {t: 1587692195791, f: 493647}, {t: 1587692210791, f: 493897}, {t: 1587692225791, f: 494117}, {t: 1587692240805, f: 494356}, {t: 1587692255791, f: 494620}, {t: 1587692270791, f: 494762}, {t: 1587692285791, f: 495001}, {t: 1587692300805, f: 495222}, - {t: 1587692315791, f: 495393}, {t: 1587692330791, f: 495662}, {t: 1587692345791, f: 495875}, {t: 1587692360801, f: 496082}, {t: 1587692375791, f: 496196}, {t: 1587692390791, f: 496245}, {t: 1587692405791, f: 496295}, {t: 1587692420791, f: 496365}, {t: 1587692435791, f: 496401}, {t: 1587692450791, f: 496452}, {t: 1587692465791, f: 496491}, - {t: 1587692480791, f: 496544}, {t: 1587692555791, f: 496619}, {t: 1587692570791, f: 496852}, {t: 1587692585791, f: 497052}, {t: 1587692600791, f: 497245}, {t: 1587692615791, f: 497529}, {t: 1587692630791, f: 497697}, {t: 1587692645791, f: 497909}, {t: 1587692660791, f: 498156}, {t: 1587692675803, f: 498466}, {t: 1587692690791, f: 498647}, - {t: 1587692705791, f: 498805}, {t: 1587692720791, f: 499013}, {t: 1587692735805, f: 499169}, {t: 1587692750791, f: 499345}, {t: 1587692765791, f: 499499}, {t: 1587692780791, f: 499731}, {t: 1587692795806, f: 499972}, {t: 1587692810791, f: 500201}, {t: 1587692825791, f: 500354}, {t: 1587692840791, f: 500512}, {t: 1587692855791, f: 500739}, - {t: 1587692870791, f: 500958}, {t: 1587692885791, f: 501190}, {t: 1587692900791, f: 501233}, {t: 1587692915791, f: 501391}, {t: 1587692930791, f: 501649}, {t: 1587692945791, f: 501853}, {t: 1587692960791, f: 502065}, {t: 1587692975791, f: 502239}, {t: 1587692990810, f: 502554}, {t: 1587693005791, f: 502754}, {t: 1587693020791, f: 502938}, - {t: 1587693035791, f: 503141}, {t: 1587693050791, f: 503416}, {t: 1587693065791, f: 503642}, {t: 1587693080791, f: 503873}, {t: 1587693095791, f: 504014}, {t: 1587693110791, f: 504178}, {t: 1587693125821, f: 504374}, {t: 1587693140791, f: 504578}, {t: 1587693155791, f: 504753}, {t: 1587693170791, f: 505043}, {t: 1587693185791, f: 505232}, - {t: 1587693200791, f: 505437}, {t: 1587693215791, f: 505596}, {t: 1587693230791, f: 505923}, {t: 1587693245791, f: 506088}, {t: 1587693260791, f: 506307}, {t: 1587693275791, f: 506518}, {t: 1587693290791, f: 506786}, {t: 1587693305791, f: 507008}, {t: 1587693320803, f: 507260}, {t: 1587693335791, f: 507519}, {t: 1587693350791, f: 507776}, - {t: 1587693365791, f: 508003}, {t: 1587693380791, f: 508322}, {t: 1587693395804, f: 508551}, {t: 1587693410791, f: 508750}, {t: 1587693425791, f: 508994}, {t: 1587693440791, f: 509237}, {t: 1587693455791, f: 509452}, {t: 1587693470791, f: 509702}, {t: 1587693485791, f: 509971}, {t: 1587693500791, f: 510147}, {t: 1587693515791, f: 510471}, - {t: 1587693530816, f: 510666}, {t: 1587693545791, f: 510871}, {t: 1587693560791, f: 511123}, {t: 1587693575791, f: 511303}, {t: 1587693590791, f: 511500}, - }, }, }, exp: []series{ { - lset: labels.Labels{{Name: "a", Value: "1"}}, + lset: labels.FromStrings("a", "1"), samples: expectedRealSeriesWithStaleMarkerDeduplicatedForRate, }, }, @@ -533,7 +538,7 @@ func TestDedupSeriesSet(t *testing.T) { if tcase.isCounter { f = "rate" } - dedupSet := NewSeriesSet(&mockedSeriesSet{series: tcase.input}, f, false) + dedupSet := NewSeriesSet(&mockedSeriesSet{series: tcase.input}, f) var ats []storage.Series for dedupSet.Next() { ats = append(ats, dedupSet.At()) @@ -594,6 +599,42 @@ func TestDedupSeriesIterator(t *testing.T) { } } +func TestDedupSeriesIterator_NativeHistograms(t *testing.T) { + hs := tsdbutil.GenerateTestHistograms(1) + + casesMixed := []struct { + a []sample + b []*testiters.HistogramPair + exp []any + }{ + { + a: []sample{{t: 0, f: 0}}, + b: []*testiters.HistogramPair{{T: 10000, H: hs[0]}, {T: 20000, H: hs[0]}, {T: 30000, H: hs[0]}, {T: 40000, H: hs[0]}}, + exp: []any{&sample{t: 0, f: 0}, &testiters.HistogramPair{T: 10000, H: hs[0]}, &testiters.HistogramPair{T: 20000, H: hs[0]}, &testiters.HistogramPair{T: 30000, H: hs[0]}, &testiters.HistogramPair{T: 40000, H: hs[0]}}, + }, + } + + for i, c := range casesMixed { + c := c + t.Run(fmt.Sprintf("mixed-%d", i), func(t *testing.T) { + t.Parallel() + it := newDedupSeriesIterator( + noopAdjustableSeriesIterator{testiters.NewHistogramIterator(c.b)}, + noopAdjustableSeriesIterator{newMockedSeriesIterator(c.a)}, + ) + res := expandHistogramSeries(t, noopAdjustableSeriesIterator{it}) + require.EqualValues(t, c.exp, res) + + it = newDedupSeriesIterator( + noopAdjustableSeriesIterator{newMockedSeriesIterator(c.a)}, + noopAdjustableSeriesIterator{testiters.NewHistogramIterator(c.b)}, + ) + res = expandHistogramSeries(t, noopAdjustableSeriesIterator{it}) + require.EqualValues(t, c.exp, res) + }) + } +} + func BenchmarkDedupSeriesIterator(b *testing.B) { run := func(b *testing.B, s1, s2 []sample) { it := newDedupSeriesIterator( @@ -660,37 +701,21 @@ func expandSeries(t testing.TB, it chunkenc.Iterator) (res []sample) { return res } -func TestPushdownSeriesIterator(t *testing.T) { - cases := []struct { - a, b, exp []sample - function string - tcase string - }{ - { - tcase: "simple case", - a: []sample{{10000, 10}, {20000, 11}, {30000, 12}, {40000, 13}}, - b: []sample{{10000, 20}, {20000, 21}, {30000, 22}, {40000, 23}}, - exp: []sample{{10000, 20}, {20000, 21}, {30000, 22}, {40000, 23}}, - function: "max", - }, - { - tcase: "gaps but catches up", - a: []sample{{10000, 10}, {20000, 11}, {30000, 12}, {40000, 13}}, - b: []sample{{10000, 20}, {40000, 23}}, - exp: []sample{{10000, 20}, {20000, 11}, {30000, 12}, {40000, 23}}, - function: "max", - }, - } - for _, c := range cases { - t.Run(c.tcase, func(t *testing.T) { - it := newPushdownSeriesIterator( - noopAdjustableSeriesIterator{newMockedSeriesIterator(c.a)}, - noopAdjustableSeriesIterator{newMockedSeriesIterator(c.b)}, - c.function, - ) - res := expandSeries(t, noopAdjustableSeriesIterator{it}) - testutil.Equals(t, c.exp, res) - }) +func expandHistogramSeries(t testing.TB, it chunkenc.Iterator) (res []any) { + for { + nextVal := it.Next() + if nextVal == chunkenc.ValNone { + break + } + if nextVal == chunkenc.ValHistogram { + t, h := it.AtHistogram(nil) + res = append(res, &testiters.HistogramPair{T: t, H: h}) + } else { + t, f := it.At() + res = append(res, &sample{t: t, f: f}) + } } + testutil.Ok(t, it.Err()) + return res } diff --git a/pkg/dedup/pushdown_iter.go b/pkg/dedup/pushdown_iter.go deleted file mode 100644 index 76f8958e79..0000000000 --- a/pkg/dedup/pushdown_iter.go +++ /dev/null @@ -1,146 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package dedup - -import ( - "fmt" - "math" - - "github.com/prometheus/prometheus/model/histogram" - "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/tsdb/chunkenc" -) - -// PushdownMarker is a label that gets attached on pushed down series so that -// the receiver would be able to handle them in potentially special way. -var PushdownMarker = labels.Label{Name: "__thanos_pushed_down", Value: "true"} - -type pushdownSeriesIterator struct { - a, b chunkenc.Iterator - aval, bval chunkenc.ValueType - aused, bused bool - - function func(float64, float64) float64 -} - -// newPushdownSeriesIterator constructs a new iterator that steps through both -// series and performs the following algorithm: -// * If both timestamps match up then the function is applied on them; -// * If one of the series has a gap then the other one is used until the timestamps match up. -// It is guaranteed that stepping through both of them that the timestamps will match eventually -// because the samples have been processed by a PromQL engine. -func newPushdownSeriesIterator(a, b chunkenc.Iterator, function string) *pushdownSeriesIterator { - var fn func(float64, float64) float64 - switch function { - case "max", "max_over_time": - fn = math.Max - case "min", "min_over_time": - fn = math.Min - default: - panic(fmt.Errorf("unsupported function %s passed", function)) - } - return &pushdownSeriesIterator{ - a: a, b: b, function: fn, aused: true, bused: true, - } -} - -func (it *pushdownSeriesIterator) Next() chunkenc.ValueType { - // Push A if we've used A before. Push B if we've used B before. - // Push both if we've used both before. - switch { - case !it.aused && !it.bused: - return chunkenc.ValNone - case it.aused && !it.bused: - it.aval = it.a.Next() - case !it.aused && it.bused: - it.bval = it.b.Next() - case it.aused && it.bused: - it.aval = it.a.Next() - it.bval = it.b.Next() - } - it.aused = false - it.bused = false - - if it.aval != chunkenc.ValNone { - return it.aval - } - - if it.bval != chunkenc.ValNone { - return it.bval - } - - return chunkenc.ValNone -} - -func (it *pushdownSeriesIterator) At() (int64, float64) { - - var timestamp int64 - var val float64 - - if it.aval != chunkenc.ValNone && it.bval != chunkenc.ValNone { - ta, va := it.a.At() - tb, vb := it.b.At() - if ta == tb { - val = it.function(va, vb) - timestamp = ta - it.aused = true - it.bused = true - } else { - if ta < tb { - timestamp = ta - val = va - it.aused = true - } else { - timestamp = tb - val = vb - it.bused = true - } - } - } else if it.aval != chunkenc.ValNone { - ta, va := it.a.At() - val = va - timestamp = ta - it.aused = true - } else { - tb, vb := it.b.At() - val = vb - timestamp = tb - it.bused = true - } - - return timestamp, val -} - -// TODO(rabenhorst): Needs to be implemented for native histogram support. -func (it *pushdownSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { - panic("not implemented") -} - -func (it *pushdownSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - panic("not implemented") -} - -func (it *pushdownSeriesIterator) AtT() int64 { - t := it.a.AtT() - return t -} - -func (it *pushdownSeriesIterator) Seek(t int64) chunkenc.ValueType { - for { - ts := it.AtT() - if ts >= t { - return chunkenc.ValFloat - } - if it.Next() == chunkenc.ValNone { - return chunkenc.ValNone - } - } -} - -func (it *pushdownSeriesIterator) Err() error { - if it.a.Err() != nil { - return it.a.Err() - } - return it.b.Err() -} diff --git a/pkg/discovery/dns/grpc.go b/pkg/discovery/dns/grpc.go new file mode 100644 index 0000000000..4e315596df --- /dev/null +++ b/pkg/discovery/dns/grpc.go @@ -0,0 +1,97 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package dns + +import ( + "context" + "sync" + "time" + + grpcresolver "google.golang.org/grpc/resolver" +) + +var ( + _ grpcresolver.Builder = &builder{} + _ grpcresolver.Resolver = &resolver{} +) + +type builder struct { + resolveInterval time.Duration + provider *Provider +} + +func RegisterGRPCResolver(provider *Provider, interval time.Duration) { + grpcresolver.Register(&builder{ + resolveInterval: interval, + provider: provider, + }) +} + +func (b *builder) Scheme() string { return "thanos" } + +func (b *builder) Build(t grpcresolver.Target, cc grpcresolver.ClientConn, _ grpcresolver.BuildOptions) (grpcresolver.Resolver, error) { + ctx, cancel := context.WithCancel(context.Background()) + r := &resolver{ + provider: b.provider, + target: t.Endpoint(), + ctx: ctx, + cancel: cancel, + cc: cc, + interval: b.resolveInterval, + } + r.wg.Add(1) + go r.run() + + return r, nil +} + +type resolver struct { + provider *Provider + + target string + ctx context.Context + cancel context.CancelFunc + cc grpcresolver.ClientConn + interval time.Duration + + wg sync.WaitGroup +} + +func (r *resolver) Close() { + r.cancel() + r.wg.Wait() +} + +func (r *resolver) ResolveNow(_ grpcresolver.ResolveNowOptions) {} + +func (r *resolver) resolve() error { + ctx, cancel := context.WithTimeout(r.ctx, r.interval) + defer cancel() + return r.provider.Resolve(ctx, []string{r.target}) +} + +func (r *resolver) addresses() []string { + return r.provider.AddressesForHost(r.target) +} + +func (r *resolver) run() { + defer r.wg.Done() + for { + if err := r.resolve(); err != nil { + r.cc.ReportError(err) + } else { + state := grpcresolver.State{} + for _, addr := range r.addresses() { + raddr := grpcresolver.Address{Addr: addr} + state.Addresses = append(state.Addresses, raddr) + } + _ = r.cc.UpdateState(state) + } + select { + case <-r.ctx.Done(): + return + case <-time.After(r.interval): + } + } +} diff --git a/pkg/discovery/dns/provider.go b/pkg/discovery/dns/provider.go index 3ec032a654..8f42bf4d26 100644 --- a/pkg/discovery/dns/provider.go +++ b/pkg/discovery/dns/provider.go @@ -164,3 +164,16 @@ func (p *Provider) Addresses() []string { } return result } + +// AddressesForHost returns the latest addresses present for the host in the Provider. +func (p *Provider) AddressesForHost(host string) []string { + p.RLock() + defer p.RUnlock() + + addrs := p.resolved[host] + + res := make([]string, len(addrs)) + copy(res, addrs) + + return res +} diff --git a/pkg/discovery/dns/resolver.go b/pkg/discovery/dns/resolver.go index d0078aea57..0025178607 100644 --- a/pkg/discovery/dns/resolver.go +++ b/pkg/discovery/dns/resolver.go @@ -108,7 +108,9 @@ func (s *dnsSD) Resolve(ctx context.Context, name string, qtype QType) ([]string } if qtype == SRVNoA { - res = append(res, appendScheme(scheme, net.JoinHostPort(rec.Target, resPort))) + // Remove the final dot from rooted DNS names (this is for compatibility with Prometheus) + target := strings.TrimRight(rec.Target, ".") + res = append(res, appendScheme(scheme, net.JoinHostPort(target, resPort))) continue } // Do A lookup for the domain in SRV answer. diff --git a/pkg/errors/errors.go b/pkg/errors/errors.go index a74cbcea20..f252204f9c 100644 --- a/pkg/errors/errors.go +++ b/pkg/errors/errors.go @@ -44,11 +44,11 @@ func (b *base) Unwrap() error { // Whenever error is printed with %+v format verb, stacktrace info gets dumped to the output. func (b *base) Format(s fmt.State, verb rune) { if verb == 'v' && s.Flag('+') { - s.Write([]byte(formatErrorChain(b))) + _, _ = s.Write([]byte(formatErrorChain(b))) return } - s.Write([]byte(b.Error())) + _, _ = s.Write([]byte(b.Error())) } // Newf formats according to a format specifier and returns a new error with a stacktrace diff --git a/pkg/errutil/multierror.go b/pkg/errutil/multierror.go index 40bce8a36a..a99b714e27 100644 --- a/pkg/errutil/multierror.go +++ b/pkg/errutil/multierror.go @@ -7,6 +7,8 @@ import ( "bytes" "fmt" "sync" + + "github.com/pkg/errors" ) // The MultiError type implements the error interface, and contains the @@ -47,7 +49,7 @@ func (es *SyncMultiError) Add(err error) { es.mtx.Lock() defer es.mtx.Unlock() - es.Add(err) + es.es.Add(err) } // Err returns the error list as an error or nil if it is empty. @@ -62,6 +64,33 @@ type NonNilMultiError MultiError // Returns a concatenated string of the contained errors. func (es NonNilMultiError) Error() string { + return multiErrorString(es) +} + +func (es NonNilMultiError) Cause() error { + return es.getCause() +} + +func (es NonNilMultiError) getCause() NonNilMultiRootError { + var causes []error + for _, err := range es { + if multiErr, ok := errors.Cause(err).(NonNilMultiError); ok { + causes = append(causes, multiErr.getCause()...) + } else { + causes = append(causes, errors.Cause(err)) + } + } + return causes +} + +type NonNilMultiRootError MultiError + +// Returns a concatenated string of the contained errors. +func (es NonNilMultiRootError) Error() string { + return multiErrorString(es) +} + +func multiErrorString(es []error) string { var buf bytes.Buffer if len(es) > 1 { diff --git a/pkg/errutil/multierror_test.go b/pkg/errutil/multierror_test.go new file mode 100644 index 0000000000..a236154a62 --- /dev/null +++ b/pkg/errutil/multierror_test.go @@ -0,0 +1,61 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package errutil + +import ( + "fmt" + "testing" + + "github.com/pkg/errors" + "github.com/stretchr/testify/require" +) + +func TestMultiSyncErrorAdd(t *testing.T) { + sme := &SyncMultiError{} + sme.Add(fmt.Errorf("test")) +} + +func TestNonNilMultiErrorCause_SingleCause(t *testing.T) { + rootCause := fmt.Errorf("test root cause") + me := MultiError{} + me.Add(errors.Wrap(rootCause, "wrapped error")) + causes, ok := errors.Cause(NonNilMultiError(me)).(NonNilMultiRootError) + require.True(t, ok) + require.Equal(t, 1, len(causes)) + require.Equal(t, rootCause, causes[0]) +} + +func TestNonNilMultiErrorCause_MultipleCauses(t *testing.T) { + rootCause1 := fmt.Errorf("test root cause 1") + rootCause2 := fmt.Errorf("test root cause 2") + rootCause3 := fmt.Errorf("test root cause 3") + me := MultiError{} + me.Add(errors.Wrap(rootCause1, "wrapped error 1")) + me.Add(errors.Wrap(errors.Wrap(rootCause2, "wrapped error 2"), "wrapped error 2 again")) + me.Add(rootCause3) + causes, ok := errors.Cause(NonNilMultiError(me)).(NonNilMultiRootError) + require.True(t, ok) + require.Equal(t, 3, len(causes)) + require.Contains(t, causes, rootCause1) + require.Contains(t, causes, rootCause2) + require.Contains(t, causes, rootCause3) +} + +func TestNonNilMultiErrorCause_MultipleCausesWithNestedNonNilMultiError(t *testing.T) { + rootCause1 := fmt.Errorf("test root cause 1") + rootCause2 := fmt.Errorf("test root cause 2") + rootCause3 := fmt.Errorf("test root cause 3") + me1 := MultiError{} + me1.Add(errors.Wrap(rootCause1, "wrapped error 1")) + me1.Add(errors.Wrap(rootCause2, "wrapped error 2")) + me := MultiError{} + me.Add(errors.Wrap(rootCause3, "wrapped error 3")) + me.Add(NonNilMultiError(me1)) + causes, ok := errors.Cause(NonNilMultiError(me)).(NonNilMultiRootError) + require.True(t, ok) + require.Equal(t, 3, len(causes)) + require.Contains(t, causes, rootCause1) + require.Contains(t, causes, rootCause2) + require.Contains(t, causes, rootCause3) +} diff --git a/pkg/exemplars/exemplars.go b/pkg/exemplars/exemplars.go index 2817d15555..9638074bd0 100644 --- a/pkg/exemplars/exemplars.go +++ b/pkg/exemplars/exemplars.go @@ -9,7 +9,8 @@ import ( "sync" "github.com/pkg/errors" - "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/tracing" @@ -20,7 +21,7 @@ var _ UnaryClient = &GRPCClient{} // UnaryClient is gRPC exemplarspb.Exemplars client which expands streaming exemplars API. Useful for consumers that does not // support streaming. type UnaryClient interface { - Exemplars(ctx context.Context, req *exemplarspb.ExemplarsRequest) ([]*exemplarspb.ExemplarData, storage.Warnings, error) + Exemplars(ctx context.Context, req *exemplarspb.ExemplarsRequest) ([]*exemplarspb.ExemplarData, annotations.Annotations, error) } // GRPCClient allows to retrieve exemplars from local gRPC streaming server implementation. @@ -36,7 +37,7 @@ type exemplarsServer struct { exemplarspb.Exemplars_ExemplarsServer ctx context.Context - warnings []error + warnings annotations.Annotations data []*exemplarspb.ExemplarData mu sync.Mutex } @@ -45,7 +46,7 @@ func (srv *exemplarsServer) Send(res *exemplarspb.ExemplarsResponse) error { if res.GetWarning() != "" { srv.mu.Lock() defer srv.mu.Unlock() - srv.warnings = append(srv.warnings, errors.New(res.GetWarning())) + srv.warnings.Add(errors.New(res.GetWarning())) return nil } @@ -79,7 +80,7 @@ func NewGRPCClientWithDedup(es exemplarspb.ExemplarsServer, replicaLabels []stri return c } -func (rr *GRPCClient) Exemplars(ctx context.Context, req *exemplarspb.ExemplarsRequest) ([]*exemplarspb.ExemplarData, storage.Warnings, error) { +func (rr *GRPCClient) Exemplars(ctx context.Context, req *exemplarspb.ExemplarsRequest) ([]*exemplarspb.ExemplarData, annotations.Annotations, error) { span, ctx := tracing.StartSpan(ctx, "exemplar_grpc_request") defer span.Finish() diff --git a/pkg/exemplars/exemplarspb/custom.go b/pkg/exemplars/exemplarspb/custom.go index 34de4560b3..b636d98faf 100644 --- a/pkg/exemplars/exemplarspb/custom.go +++ b/pkg/exemplars/exemplarspb/custom.go @@ -76,7 +76,7 @@ func (s1 *ExemplarData) Compare(s2 *ExemplarData) int { func (s *ExemplarData) SetSeriesLabels(ls labels.Labels) { var result labelpb.ZLabelSet - if len(ls) > 0 { + if !ls.IsEmpty() { result = labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(ls)} } diff --git a/pkg/exemplars/multitsdb.go b/pkg/exemplars/multitsdb.go index c70811b8db..985f0b6bfe 100644 --- a/pkg/exemplars/multitsdb.go +++ b/pkg/exemplars/multitsdb.go @@ -6,6 +6,7 @@ package exemplars import ( "github.com/pkg/errors" "github.com/prometheus/prometheus/promql/parser" + "github.com/thanos-io/thanos/pkg/extpromql" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" @@ -26,7 +27,7 @@ func NewMultiTSDB(tsdbExemplarsServers func() map[string]*TSDB) *MultiTSDB { // Exemplars returns all specified exemplars from a MultiTSDB instance. func (m *MultiTSDB) Exemplars(r *exemplarspb.ExemplarsRequest, s exemplarspb.Exemplars_ExemplarsServer) error { - expr, err := parser.ParseExpr(r.Query) + expr, err := extpromql.ParseExpr(r.Query) if err != nil { return status.Error(codes.Internal, err.Error()) } diff --git a/pkg/exemplars/proxy.go b/pkg/exemplars/proxy.go index 0e4903ebae..c7d8fb911c 100644 --- a/pkg/exemplars/proxy.go +++ b/pkg/exemplars/proxy.go @@ -19,6 +19,8 @@ import ( "google.golang.org/grpc/status" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" + "github.com/thanos-io/thanos/pkg/extpromql" + "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -58,7 +60,7 @@ func (s *Proxy) Exemplars(req *exemplarspb.ExemplarsRequest, srv exemplarspb.Exe span, ctx := tracing.StartSpan(srv.Context(), "proxy_exemplars") defer span.Finish() - expr, err := parser.ParseExpr(req.Query) + expr, err := extpromql.ParseExpr(req.Query) if err != nil { return err } @@ -85,28 +87,21 @@ func (s *Proxy) Exemplars(req *exemplarspb.ExemplarsRequest, srv exemplarspb.Exe for _, st := range s.exemplars() { queryParts = queryParts[:0] - Matchers: - for _, matchers := range selectors { - matcherSet := make(map[string]struct{}) - for _, m := range matchers { - for _, ls := range st.LabelSets { - if lv := ls.Get(m.Name); lv != "" { - if !m.Matches(lv) { - continue Matchers - } else { - // If the current matcher matches one external label, - // we don't add it to the current metric selector - // as Prometheus' Exemplars API cannot handle external labels. - continue - } - } - matcherSet[m.String()] = struct{}{} - } + for _, matcherSet := range selectors { + extLbls := st.LabelSets + if !store.LabelSetsMatch(matcherSet, extLbls...) { + continue } labelMatchers = labelMatchers[:0] - for m := range matcherSet { - labelMatchers = append(labelMatchers, m) + for _, m := range matcherSet { + if containsLabelName(m.Name, extLbls) { + // If the current matcher matches one external label, + // we don't add it to the current metric selector + // as Prometheus' Exemplars API cannot handle external labels. + continue + } + labelMatchers = append(labelMatchers, m.String()) } queryParts = append(queryParts, "{"+strings.Join(labelMatchers, ", ")+"}") @@ -164,6 +159,15 @@ func (s *Proxy) Exemplars(req *exemplarspb.ExemplarsRequest, srv exemplarspb.Exe return nil } +func containsLabelName(name string, sets []labels.Labels) bool { + for _, ls := range sets { + if ls.Get(name) != "" { + return true + } + } + return false +} + func (stream *exemplarsStream) receive(ctx context.Context) error { exemplars, err := stream.client.Exemplars(ctx, stream.request) if err != nil { @@ -218,7 +222,7 @@ func (stream *exemplarsStream) receive(ctx context.Context) error { // matchesExternalLabels returns false if given matchers are not matching external labels. // If true, matchesExternalLabels also returns Prometheus matchers without those matching external labels. func matchesExternalLabels(ms []*labels.Matcher, externalLabels labels.Labels) (bool, []*labels.Matcher) { - if len(externalLabels) == 0 { + if externalLabels.IsEmpty() { return true, ms } diff --git a/pkg/exemplars/proxy_test.go b/pkg/exemplars/proxy_test.go index 7de5f6e2fa..0e0ca58f8e 100644 --- a/pkg/exemplars/proxy_test.go +++ b/pkg/exemplars/proxy_test.go @@ -12,6 +12,7 @@ import ( "sync" "testing" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" @@ -21,8 +22,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -53,7 +54,7 @@ func (t *testExemplarClient) Recv() (*exemplarspb.ExemplarsResponse, error) { } func (t *testExemplarClient) Exemplars(ctx context.Context, in *exemplarspb.ExemplarsRequest, opts ...grpc.CallOption) (exemplarspb.Exemplars_ExemplarsClient, error) { - expr, err := parser.ParseExpr(in.Query) + expr, err := extpromql.ParseExpr(in.Query) if err != nil { return nil, status.Error(codes.Internal, err.Error()) } @@ -243,6 +244,31 @@ func TestProxy(t *testing.T) { }), }, }, + { + name: "one external label matches one of the selector labels", + request: &exemplarspb.ExemplarsRequest{ + Query: `http_request_duration_bucket{cluster="A"}`, + PartialResponseStrategy: storepb.PartialResponseStrategy_WARN, + }, + clients: []*exemplarspb.ExemplarStore{ + { + ExemplarsClient: &testExemplarClient{ + response: exemplarspb.NewExemplarsResponse(&exemplarspb.ExemplarData{ + SeriesLabels: labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(labels.FromMap(map[string]string{"__name__": "http_request_duration_bucket"}))}, + Exemplars: []*exemplarspb.Exemplar{{Value: 1}}, + }), + }, + LabelSets: []labels.Labels{labels.FromMap(map[string]string{"cluster": "non-matching"}), labels.FromMap(map[string]string{"cluster": "A"})}, + }, + }, + server: &testExemplarServer{}, + wantResponses: []*exemplarspb.ExemplarsResponse{ + exemplarspb.NewExemplarsResponse(&exemplarspb.ExemplarData{ + SeriesLabels: labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(labels.FromMap(map[string]string{"__name__": "http_request_duration_bucket"}))}, + Exemplars: []*exemplarspb.Exemplar{{Value: 1}}, + }), + }, + }, { name: "external label selects stores", request: &exemplarspb.ExemplarsRequest{ @@ -341,12 +367,13 @@ func TestProxy(t *testing.T) { // for matched response for simplicity. Outer: for _, exp := range tc.wantResponses { + var lres *exemplarspb.ExemplarsResponse for _, res := range tc.server.responses { if reflect.DeepEqual(exp, res) { continue Outer } } - t.Errorf("miss expected response %v", exp) + t.Errorf("miss expected response %v. got: %v", exp, lres) } }) } diff --git a/pkg/exemplars/tsdb.go b/pkg/exemplars/tsdb.go index 88c33d84be..be824dd8f8 100644 --- a/pkg/exemplars/tsdb.go +++ b/pkg/exemplars/tsdb.go @@ -4,6 +4,8 @@ package exemplars import ( + "sync" + "github.com/gogo/status" "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" @@ -16,8 +18,10 @@ import ( // TSDB allows fetching exemplars from a TSDB instance. type TSDB struct { - db storage.ExemplarQueryable + db storage.ExemplarQueryable + extLabels labels.Labels + mtx sync.RWMutex } // NewTSDB creates new exemplars.TSDB. @@ -28,9 +32,23 @@ func NewTSDB(db storage.ExemplarQueryable, extLabels labels.Labels) *TSDB { } } +func (t *TSDB) SetExtLabels(extLabels labels.Labels) { + t.mtx.Lock() + defer t.mtx.Unlock() + + t.extLabels = extLabels +} + +func (t *TSDB) getExtLabels() labels.Labels { + t.mtx.RLock() + defer t.mtx.RUnlock() + + return t.extLabels +} + // Exemplars returns all specified exemplars from a TSDB instance. func (t *TSDB) Exemplars(matchers [][]*labels.Matcher, start, end int64, s exemplarspb.Exemplars_ExemplarsServer) error { - match, selectors := selectorsMatchesExternalLabels(matchers, t.extLabels) + match, selectors := selectorsMatchesExternalLabels(matchers, t.getExtLabels()) if !match { return nil @@ -53,7 +71,7 @@ func (t *TSDB) Exemplars(matchers [][]*labels.Matcher, start, end int64, s exemp for _, e := range exemplars { exd := exemplarspb.ExemplarData{ SeriesLabels: labelpb.ZLabelSet{ - Labels: labelpb.ZLabelsFromPromLabels(labelpb.ExtendSortedLabels(e.SeriesLabels, t.extLabels)), + Labels: labelpb.ZLabelsFromPromLabels(labelpb.ExtendSortedLabels(e.SeriesLabels, t.getExtLabels())), }, Exemplars: exemplarspb.ExemplarsFromPromExemplars(e.Exemplars), } diff --git a/pkg/extannotations/annotations.go b/pkg/extannotations/annotations.go new file mode 100644 index 0000000000..2bf40af87d --- /dev/null +++ b/pkg/extannotations/annotations.go @@ -0,0 +1,15 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package extannotations + +import ( + "strings" + + "github.com/prometheus/prometheus/util/annotations" +) + +func IsPromQLAnnotation(s string) bool { + // We cannot use "errors.Is(w, annotations.PromQLInfo)" here because of gRPC so we use a string as argument + return strings.HasPrefix(s, annotations.PromQLInfo.Error()) || strings.HasPrefix(s, annotations.PromQLWarning.Error()) +} diff --git a/pkg/extgrpc/client.go b/pkg/extgrpc/client.go index 564261268d..a6dcc7b633 100644 --- a/pkg/extgrpc/client.go +++ b/pkg/extgrpc/client.go @@ -5,17 +5,19 @@ package extgrpc import ( "math" + "time" "github.com/go-kit/log" "github.com/go-kit/log/level" - grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware/v2" - grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus" + grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus" "github.com/opentracing/opentracing-go" "github.com/prometheus/client_golang/prometheus" "google.golang.org/grpc" "google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials/insecure" + "google.golang.org/grpc/keepalive" + grpcserver "github.com/thanos-io/thanos/pkg/server/grpc" "github.com/thanos-io/thanos/pkg/tls" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -38,14 +40,20 @@ func EndpointGroupGRPCOpts() []grpc.DialOption { return []grpc.DialOption{ grpc.WithDefaultServiceConfig(serviceConfig), + grpc.WithKeepaliveParams(keepalive.ClientParameters{Time: 10 * time.Second, Timeout: 5 * time.Second}), } } // StoreClientGRPCOpts creates gRPC dial options for connecting to a store client. -func StoreClientGRPCOpts(logger log.Logger, reg *prometheus.Registry, tracer opentracing.Tracer, secure, skipVerify bool, cert, key, caCert, serverName string) ([]grpc.DialOption, error) { - grpcMets := grpc_prometheus.NewClientMetrics() - grpcMets.EnableClientHandlingTimeHistogram( - grpc_prometheus.WithHistogramBuckets([]float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120, 240, 360, 720}), +func StoreClientGRPCOpts(logger log.Logger, reg prometheus.Registerer, tracer opentracing.Tracer, secure, skipVerify bool, cert, key, caCert, serverName string) ([]grpc.DialOption, error) { + grpcMets := grpc_prometheus.NewClientMetrics( + grpc_prometheus.WithClientHandlingTimeHistogram(grpc_prometheus.WithHistogramOpts( + &prometheus.HistogramOpts{ + Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120, 240, 360, 720}, + NativeHistogramMaxBucketNumber: 256, + NativeHistogramBucketFactor: 1.1, + }, + )), ) dialOpts := []grpc.DialOption{ // We want to make sure that we can receive huge gRPC messages from storeAPI. @@ -53,18 +61,17 @@ func StoreClientGRPCOpts(logger log.Logger, reg *prometheus.Registry, tracer ope // Current limit is ~2GB. // TODO(bplotka): Split sent chunks on store node per max 4MB chunks if needed. grpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(math.MaxInt32)), - grpc.WithUnaryInterceptor( - grpc_middleware.ChainUnaryClient( - grpcMets.UnaryClientInterceptor(), - tracing.UnaryClientInterceptor(tracer), - ), + grpc.WithChainUnaryInterceptor( + grpcserver.NewUnaryClientRequestIDInterceptor(), + grpcMets.UnaryClientInterceptor(), + tracing.UnaryClientInterceptor(tracer), ), - grpc.WithStreamInterceptor( - grpc_middleware.ChainStreamClient( - grpcMets.StreamClientInterceptor(), - tracing.StreamClientInterceptor(tracer), - ), + grpc.WithChainStreamInterceptor( + grpcserver.NewStreamClientRequestIDInterceptor(), + grpcMets.StreamClientInterceptor(), + tracing.StreamClientInterceptor(tracer), ), + grpc.WithKeepaliveParams(keepalive.ClientParameters{Time: 10 * time.Second, Timeout: 5 * time.Second}), } if reg != nil { reg.MustRegister(grpcMets) diff --git a/pkg/extkingpin/flags.go b/pkg/extkingpin/flags.go index cee8c5df76..62b9142beb 100644 --- a/pkg/extkingpin/flags.go +++ b/pkg/extkingpin/flags.go @@ -72,7 +72,7 @@ func validateAddrs(addrs addressSlice) error { return nil } -// RegisterCommonObjStoreFlags register flags commonly used to configure http servers with. +// RegisterHTTPFlags register flags commonly used to configure http servers with. func RegisterHTTPFlags(cmd FlagClause) (httpBindAddr *string, httpGracePeriod *model.Duration, httpTLSConfig *string) { httpBindAddr = cmd.Flag("http-address", "Listen host:port for HTTP endpoints.").Default("0.0.0.0:10902").String() httpGracePeriod = ModelDuration(cmd.Flag("http-grace-period", "Time to wait after an interrupt received for HTTP Server.").Default("2m")) // by default it's the same as query.timeout. @@ -119,7 +119,7 @@ func RegisterSelectorRelabelFlags(cmd FlagClause) *extflag.PathOrContent { return extflag.RegisterPathOrContent( cmd, "selector.relabel-config", - "YAML file that contains relabeling configuration that allows selecting blocks. It follows native Prometheus relabel-config syntax. See format details: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config ", + "YAML file with relabeling configuration that allows selecting blocks to act on based on their external labels. It follows thanos sharding relabel-config syntax. For format details see: https://thanos.io/tip/thanos/sharding.md/#relabelling ", extflag.WithEnvSubstitution(), ) } diff --git a/pkg/extkingpin/path_content_reloader.go b/pkg/extkingpin/path_content_reloader.go index 68c2cd252c..e96b0ddb34 100644 --- a/pkg/extkingpin/path_content_reloader.go +++ b/pkg/extkingpin/path_content_reloader.go @@ -5,13 +5,12 @@ package extkingpin import ( "context" - "fmt" + "crypto/sha256" "os" - "path" "path/filepath" + "sync" "time" - "github.com/fsnotify/fsnotify" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/pkg/errors" @@ -22,86 +21,81 @@ type fileContent interface { Path() string } -// PathContentReloader starts a file watcher that monitors the file indicated by fileContent.Path() and runs -// reloadFunc whenever a change is detected. -// A debounce timer can be configured via opts to handle situations where many "write" events are received together or -// a "create" event is followed up by a "write" event, for example. Files will be effectively reloaded at the latest -// after 2 times the debounce timer. By default the debouncer timer is 1 second. -// To ensure renames and deletes are properly handled, the file watcher is put at the file's parent folder. See -// https://github.com/fsnotify/fsnotify/issues/214 for more details. +// PathContentReloader runs the reloadFunc when it detects that the contents of fileContent have changed. func PathContentReloader(ctx context.Context, fileContent fileContent, logger log.Logger, reloadFunc func(), debounceTime time.Duration) error { filePath, err := filepath.Abs(fileContent.Path()) if err != nil { return errors.Wrap(err, "getting absolute file path") } - watcher, err := fsnotify.NewWatcher() - if filePath == "" { - level.Debug(logger).Log("msg", "no path detected for config reload") + engine := &pollingEngine{ + filePath: filePath, + logger: logger, + debounce: debounceTime, + reloadFunc: reloadFunc, } - if err != nil { - return errors.Wrap(err, "creating file watcher") + return engine.start(ctx) +} + +// pollingEngine keeps rereading the contents at filePath and when its checksum changes it runs the reloadFunc. +type pollingEngine struct { + filePath string + logger log.Logger + debounce time.Duration + reloadFunc func() + previousChecksum [sha256.Size]byte +} + +func (p *pollingEngine) start(ctx context.Context) error { + configReader := func() { + // check if file still exists + if _, err := os.Stat(p.filePath); os.IsNotExist(err) { + level.Error(p.logger).Log("msg", "file does not exist", "error", err) + return + } + file, err := os.ReadFile(p.filePath) + if err != nil { + level.Error(p.logger).Log("msg", "error opening file", "error", err) + return + } + checksum := sha256.Sum256(file) + if checksum == p.previousChecksum { + return + } + p.reloadFunc() + p.previousChecksum = checksum + level.Debug(p.logger).Log("msg", "configuration reloaded", "path", p.filePath) } go func() { - var reloadTimer *time.Timer - if debounceTime != 0 { - reloadTimer = time.AfterFunc(debounceTime, func() { - reloadFunc() - level.Debug(logger).Log("msg", "configuration reloaded after debouncing") - }) - } - defer watcher.Close() for { select { case <-ctx.Done(): - if reloadTimer != nil { - reloadTimer.Stop() - } return - case event := <-watcher.Events: - // fsnotify sometimes sends a bunch of events without name or operation. - // It's unclear what they are and why they are sent - filter them out. - if event.Name == "" { - break - } - // We are watching the file's parent folder (more details on this is done can be found below), but are - // only interested in changed to the target file. Discard every other file as quickly as possible. - if event.Name != filePath { - break - } - // We only react to files being written or created. - // On chmod or remove we have nothing to do. - // On rename we have the old file name (not useful). A create event for the new file will come later. - if event.Op&fsnotify.Write == 0 && event.Op&fsnotify.Create == 0 { - break - } - level.Debug(logger).Log("msg", fmt.Sprintf("change detected for %s", filePath), "eventName", event.Name, "eventOp", event.Op) - if reloadTimer != nil { - reloadTimer.Reset(debounceTime) - } - case err := <-watcher.Errors: - level.Error(logger).Log("msg", "watcher error", "error", err) + case <-time.After(p.debounce): + configReader() } } }() - // We watch the file's parent folder and not the file itself to better handle DELETE and RENAME events. Check - // https://github.com/fsnotify/fsnotify/issues/214 for more details. - if err := watcher.Add(path.Dir(filePath)); err != nil { - return errors.Wrapf(err, "adding path %s to file watcher", filePath) - } return nil } type staticPathContent struct { - content []byte - path string + contentMtx sync.Mutex + content []byte + path string } var _ fileContent = (*staticPathContent)(nil) // Content returns the cached content. func (t *staticPathContent) Content() ([]byte, error) { - return t.content, nil + t.contentMtx.Lock() + defer t.contentMtx.Unlock() + + c := make([]byte, 0, len(t.content)) + c = append(c, t.content...) + + return c, nil } // Path returns the path to the file that contains the content. @@ -116,12 +110,15 @@ func NewStaticPathContent(fromPath string) (*staticPathContent, error) { if err != nil { return nil, errors.Wrapf(err, "could not load test content: %s", fromPath) } - return &staticPathContent{content, fromPath}, nil + return &staticPathContent{content: content, path: fromPath}, nil } // Rewrite rewrites the file backing this staticPathContent and swaps the local content cache. The file writing // is needed to trigger the file system monitor. func (t *staticPathContent) Rewrite(newContent []byte) error { + t.contentMtx.Lock() + defer t.contentMtx.Unlock() + t.content = newContent // Write the file to ensure possible file watcher reloaders get triggered. return os.WriteFile(t.path, newContent, 0666) diff --git a/pkg/extkingpin/path_content_reloader_test.go b/pkg/extkingpin/path_content_reloader_test.go index 84416be082..e02e6aba56 100644 --- a/pkg/extkingpin/path_content_reloader_test.go +++ b/pkg/extkingpin/path_content_reloader_test.go @@ -11,13 +11,19 @@ import ( "testing" "time" + "github.com/pkg/errors" + "go.uber.org/atomic" + + "github.com/thanos-io/thanos/pkg/runutil" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" ) func TestPathContentReloader(t *testing.T) { + t.Parallel() type args struct { - runSteps func(t *testing.T, testFile string, pathContent *staticPathContent) + runSteps func(t *testing.T, testFile string, pathContent *staticPathContent, reloadTime time.Duration) } tests := []struct { name string @@ -25,81 +31,90 @@ func TestPathContentReloader(t *testing.T) { wantReloads int }{ { - name: "Many operations, only rewrite triggers one reload", + name: "Many operations, only rewrite triggers one reload + plus the initial reload", args: args{ - runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent) { + runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent, reloadTime time.Duration) { testutil.Ok(t, os.Chmod(testFile, 0777)) testutil.Ok(t, os.Remove(testFile)) testutil.Ok(t, pathContent.Rewrite([]byte("test modified"))) }, }, - wantReloads: 1, - }, - { - name: "Many operations, only rename triggers one reload", - args: args{ - runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent) { - testutil.Ok(t, os.Chmod(testFile, 0777)) - testutil.Ok(t, os.Rename(testFile, testFile+".tmp")) - testutil.Ok(t, os.Rename(testFile+".tmp", testFile)) - }, - }, - wantReloads: 1, + wantReloads: 2, }, { - name: "Many operations, two rewrites trigger two reloads", + name: "Many operations, two rewrites trigger two reloads + the initial reload", args: args{ - runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent) { + runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent, reloadTime time.Duration) { testutil.Ok(t, os.Chmod(testFile, 0777)) testutil.Ok(t, os.Remove(testFile)) testutil.Ok(t, pathContent.Rewrite([]byte("test modified"))) - time.Sleep(2 * time.Second) + time.Sleep(2 * reloadTime) testutil.Ok(t, pathContent.Rewrite([]byte("test modified again"))) }, }, - wantReloads: 1, + wantReloads: 3, }, { - name: "Chmod doesn't trigger reload", + name: "Chmod doesn't trigger reload, we have only the initial reload", args: args{ - runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent) { + runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent, reloadTime time.Duration) { + testutil.Ok(t, os.Chmod(testFile, 0777)) + testutil.Ok(t, os.Chmod(testFile, 0666)) testutil.Ok(t, os.Chmod(testFile, 0777)) }, }, - wantReloads: 0, + wantReloads: 1, }, { - name: "Remove doesn't trigger reload", + name: "Remove doesn't trigger reload, we have only the initial reload", args: args{ - runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent) { + runSteps: func(t *testing.T, testFile string, pathContent *staticPathContent, reloadTime time.Duration) { testutil.Ok(t, os.Remove(testFile)) }, }, - wantReloads: 0, + wantReloads: 1, }, } for _, tt := range tests { + tt := tt t.Run(tt.name, func(t *testing.T) { + t.Parallel() testFile := path.Join(t.TempDir(), "test") testutil.Ok(t, os.WriteFile(testFile, []byte("test"), 0666)) + pathContent, err := NewStaticPathContent(testFile) testutil.Ok(t, err) wg := &sync.WaitGroup{} wg.Add(tt.wantReloads) - ctx, cancel := context.WithCancel(context.Background()) + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) defer cancel() - reloadCount := 0 + reloadCount := &atomic.Int64{} + configReloadTime := 500 * time.Millisecond err = PathContentReloader(ctx, pathContent, log.NewLogfmtLogger(os.Stdout), func() { - reloadCount++ + reloadCount.Inc() wg.Done() - }, 100*time.Millisecond) + }, configReloadTime) testutil.Ok(t, err) + // wait for the initial reload + testutil.NotOk(t, runutil.Repeat(configReloadTime, ctx.Done(), func() error { + if reloadCount.Load() != 1 { + return nil + } + return errors.New("reload count matched") + })) - tt.args.runSteps(t, testFile, pathContent) + tt.args.runSteps(t, testFile, pathContent, configReloadTime) wg.Wait() - testutil.Equals(t, tt.wantReloads, reloadCount) + + // wait for final reload + testutil.NotOk(t, runutil.Repeat(2*configReloadTime, ctx.Done(), func() error { + if reloadCount.Load() != int64(tt.wantReloads) { + return nil + } + return errors.New("reload count matched") + })) }) } } diff --git a/pkg/extprom/http/instrument_server.go b/pkg/extprom/http/instrument_server.go index 6c0e626267..745a5c8af7 100644 --- a/pkg/extprom/http/instrument_server.go +++ b/pkg/extprom/http/instrument_server.go @@ -76,7 +76,7 @@ func httpInstrumentationHandler(baseLabels prometheus.Labels, metrics *defaultMe requestLabels := prometheus.Labels{"code": wd.Status(), "method": strings.ToLower(r.Method)} observer := metrics.requestDuration.MustCurryWith(baseLabels).With(requestLabels) - observer.Observe(time.Since(now).Seconds()) + requestDuration := time.Since(now).Seconds() // If we find a tracingID we'll expose it as Exemplar. var ( @@ -104,11 +104,13 @@ func httpInstrumentationHandler(baseLabels prometheus.Labels, metrics *defaultMe if traceID != "" { observer.(prometheus.ExemplarObserver).ObserveWithExemplar( - time.Since(now).Seconds(), + requestDuration, prometheus.Labels{ "traceID": traceID, }, ) + } else { + observer.Observe(requestDuration) } }), ), diff --git a/pkg/extprom/http/instrument_tenant_server.go b/pkg/extprom/http/instrument_tenant_server.go index 0705717858..944d265df5 100644 --- a/pkg/extprom/http/instrument_tenant_server.go +++ b/pkg/extprom/http/instrument_tenant_server.go @@ -12,14 +12,16 @@ import ( type tenantInstrumentationMiddleware struct { metrics *defaultMetrics tenantHeaderName string + defaultTenant string } // NewTenantInstrumentationMiddleware provides the same instrumentation as defaultInstrumentationMiddleware, // but with a tenant label fetched from the given tenantHeaderName header. // Passing nil as buckets uses the default buckets. -func NewTenantInstrumentationMiddleware(tenantHeaderName string, reg prometheus.Registerer, buckets []float64) InstrumentationMiddleware { +func NewTenantInstrumentationMiddleware(tenantHeaderName string, defaultTenant string, reg prometheus.Registerer, buckets []float64) InstrumentationMiddleware { return &tenantInstrumentationMiddleware{ tenantHeaderName: tenantHeaderName, + defaultTenant: defaultTenant, metrics: newDefaultMetrics(reg, buckets, []string{"tenant"}), } } @@ -33,6 +35,9 @@ func NewTenantInstrumentationMiddleware(tenantHeaderName string, reg prometheus. func (ins *tenantInstrumentationMiddleware) NewHandler(handlerName string, next http.Handler) http.HandlerFunc { tenantWrapper := func(w http.ResponseWriter, r *http.Request) { tenant := r.Header.Get(ins.tenantHeaderName) + if tenant == "" { + tenant = ins.defaultTenant + } baseLabels := prometheus.Labels{"handler": handlerName, "tenant": tenant} handlerStack := httpInstrumentationHandler(baseLabels, ins.metrics, next) handlerStack.ServeHTTP(w, r) diff --git a/pkg/extprom/tx_gauge.go b/pkg/extprom/tx_gauge.go index 3e4e81f8ff..2c99349289 100644 --- a/pkg/extprom/tx_gauge.go +++ b/pkg/extprom/tx_gauge.go @@ -81,6 +81,9 @@ func (tx *TxGaugeVec) Collect(ch chan<- prometheus.Metric) { // // myVec.With(prometheus.Labels{"code": "404", "method": "GET"}).Add(42) func (tx *TxGaugeVec) With(labels prometheus.Labels) prometheus.Gauge { + tx.mtx.Lock() + defer tx.mtx.Unlock() + if tx.tx == nil { tx.ResetTx() } @@ -93,6 +96,9 @@ func (tx *TxGaugeVec) With(labels prometheus.Labels) prometheus.Gauge { // // myVec.WithLabelValues("404", "GET").Add(42) func (tx *TxGaugeVec) WithLabelValues(lvs ...string) prometheus.Gauge { + tx.mtx.Lock() + defer tx.mtx.Unlock() + if tx.tx == nil { tx.ResetTx() } diff --git a/pkg/extprom/tx_gauge_test.go b/pkg/extprom/tx_gauge_test.go index 69fcfa0926..ec45b1e081 100644 --- a/pkg/extprom/tx_gauge_test.go +++ b/pkg/extprom/tx_gauge_test.go @@ -4,13 +4,14 @@ package extprom import ( - "strings" + "sort" "testing" "github.com/efficientgo/core/testutil" - "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" dto "github.com/prometheus/client_model/go" + "github.com/prometheus/prometheus/model/labels" + "google.golang.org/protobuf/proto" ) func TestTxGaugeVec(t *testing.T) { @@ -18,17 +19,54 @@ func TestTxGaugeVec(t *testing.T) { Name: "metric", }, []string{"a", "b"}, []string{"a1", "b1"}, []string{"a2", "b2"}) + strPtr := func(s string) *string { + return &s + } + + floatPtr := func(f float64) *float64 { + return &f + } + for _, tcase := range []struct { - name string - txUse func() - exp map[string]float64 + name string + txUse func() + exp map[string]float64 + expDto []proto.Message }{ { name: "nothing", txUse: func() {}, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { @@ -37,9 +75,37 @@ func TestTxGaugeVec(t *testing.T) { g.WithLabelValues("a1", "b1").Inc() g.WithLabelValues("a1", "b1").Add(0.3) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 1.3, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(1.3), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { @@ -49,9 +115,37 @@ func TestTxGaugeVec(t *testing.T) { g.WithLabelValues("a1", "b1").Add(-10) g.WithLabelValues("a1", "b1").Add(10.3) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 1.3000000000000007, // Say hi to float comparisons. - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(1.3000000000000007), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { @@ -61,17 +155,73 @@ func TestTxGaugeVec(t *testing.T) { g.WithLabelValues("a1", "b1").Add(-10) g.WithLabelValues("a1", "b1").Set(1.3) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 1.3, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(1.3), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { name: "nothing again", txUse: func() {}, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { @@ -79,10 +229,52 @@ func TestTxGaugeVec(t *testing.T) { txUse: func() { g.WithLabelValues("aX", "b1").Set(500.2) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, - "name:\"a\" value:\"aX\" ,name:\"b\" value:\"b1\" ": 500.2, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(500.2), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("aX"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, }, }, { @@ -90,18 +282,88 @@ func TestTxGaugeVec(t *testing.T) { txUse: func() { g.WithLabelValues("aX", "b1").Set(500.2) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, - "name:\"a\" value:\"aX\" ,name:\"b\" value:\"b1\" ": 500.2, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(500.2), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("aX"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { name: "nothing again", txUse: func() {}, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, { @@ -111,18 +373,88 @@ func TestTxGaugeVec(t *testing.T) { g.WithLabelValues("a2", "b2").Add(-2) g.WithLabelValues("a3", "b3").Set(1.1) }, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 1, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": -2, - "name:\"a\" value:\"a3\" ,name:\"b\" value:\"b3\" ": 1.1, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(1), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(-2), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(1.1), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a3"), + }, + { + Name: strPtr("b"), + Value: strPtr("b3"), + }, + }, + }, }, }, { name: "nothing again", txUse: func() {}, - exp: map[string]float64{ - "name:\"a\" value:\"a1\" ,name:\"b\" value:\"b1\" ": 0, - "name:\"a\" value:\"a2\" ,name:\"b\" value:\"b2\" ": 0, + expDto: []proto.Message{ + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a1"), + }, + { + Name: strPtr("b"), + Value: strPtr("b1"), + }, + }, + }, + &dto.Metric{ + Gauge: &dto.Gauge{ + Value: floatPtr(0), + }, + Label: []*dto.LabelPair{ + { + Name: strPtr("a"), + Value: strPtr("a2"), + }, + { + Name: strPtr("b"), + Value: strPtr("b2"), + }, + }, + }, }, }, } { @@ -132,20 +464,42 @@ func TestTxGaugeVec(t *testing.T) { tcase.txUse() g.Submit() - testutil.Equals(t, tcase.exp, toFloat64(t, g)) + got := toProtoMessage(t, g) + testutil.Equals(t, len(tcase.expDto), len(got)) + sortDtoMessages(got) + sortDtoMessages(tcase.expDto) + for i := 0; i < len(tcase.expDto); i++ { + testutil.Equals(t, true, proto.Equal(got[i], tcase.expDto[i])) + } }); !ok { return } } } -// toFloat64 is prometheus/client_golang/prometheus/testutil.ToFloat64 version that works with multiple labelnames. -// NOTE: Be careful on float comparison. -func toFloat64(t *testing.T, c prometheus.Collector) map[string]float64 { +func sortDtoMessages(msgs []proto.Message) { + sort.Slice(msgs, func(i, j int) bool { + m1 := msgs[i].(*dto.Metric) + m2 := msgs[j].(*dto.Metric) + + lbls1 := labels.Labels{} + for _, p := range m1.GetLabel() { + lbls1 = append(lbls1, labels.Label{Name: *p.Name, Value: *p.Value}) + } + lbls2 := labels.Labels{} + for _, p := range m2.GetLabel() { + lbls2 = append(lbls2, labels.Label{Name: *p.Name, Value: *p.Value}) + } + + return labels.Compare(lbls1, lbls2) < 0 + }) +} + +func toProtoMessage(t *testing.T, c prometheus.Collector) []proto.Message { var ( - mChan = make(chan prometheus.Metric) - exp = map[string]float64{} + mChan = make(chan prometheus.Metric) + messages = make([]proto.Message, 0) ) go func() { @@ -156,27 +510,9 @@ func toFloat64(t *testing.T, c prometheus.Collector) map[string]float64 { for m := range mChan { pb := &dto.Metric{} testutil.Ok(t, m.Write(pb)) - if pb.Gauge != nil { - exp[lbToString(pb.GetLabel())] = pb.Gauge.GetValue() - continue - } - if pb.Counter != nil { - exp[lbToString(pb.GetLabel())] = pb.Counter.GetValue() - continue - } - if pb.Untyped != nil { - exp[lbToString(pb.GetLabel())] = pb.Untyped.GetValue() - } - panic(errors.Errorf("collected a non-gauge/counter/untyped metric: %s", pb)) - } - - return exp -} -func lbToString(pairs []*dto.LabelPair) string { - var ret []string - for _, r := range pairs { - ret = append(ret, r.String()) + messages = append(messages, pb) } - return strings.Join(ret, ",") + + return messages } diff --git a/pkg/extpromql/parser.go b/pkg/extpromql/parser.go new file mode 100644 index 0000000000..43d7188fdc --- /dev/null +++ b/pkg/extpromql/parser.go @@ -0,0 +1,66 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package extpromql + +import ( + "fmt" + "strings" + + "github.com/pkg/errors" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/promql/parser" + + "github.com/thanos-io/promql-engine/execution/function" +) + +// ParseExpr parses the input PromQL expression and returns the parsed representation. +func ParseExpr(input string) (parser.Expr, error) { + allFuncs := make(map[string]*parser.Function, len(function.XFunctions)+len(parser.Functions)) + for k, v := range parser.Functions { + allFuncs[k] = v + } + for k, v := range function.XFunctions { + allFuncs[k] = v + } + p := parser.NewParser(input, parser.WithFunctions(allFuncs)) + defer p.Close() + return p.ParseExpr() +} + +// ParseMetricSelector parses the provided textual metric selector into a list of +// label matchers. +func ParseMetricSelector(input string) ([]*labels.Matcher, error) { + expr, err := ParseExpr(input) + // because of the AST checking present in the ParseExpr function, + // we need to ignore the error if it is just the check for empty name matcher. + if err != nil && !isEmptyNameMatcherErr(err) { + return nil, err + } + + vs, ok := expr.(*parser.VectorSelector) + if !ok { + return nil, fmt.Errorf("expected type *parser.VectorSelector, got %T", expr) + } + + matchers := make([]*labels.Matcher, len(vs.LabelMatchers)) + for i, lm := range vs.LabelMatchers { + matchers[i] = &labels.Matcher{ + Type: lm.Type, + Name: lm.Name, + Value: lm.Value, + } + } + + return matchers, nil +} + +func isEmptyNameMatcherErr(err error) bool { + var parseErrs parser.ParseErrors + if errors.As(err, &parseErrs) { + return len(parseErrs) == 1 && + strings.HasSuffix(parseErrs[0].Error(), "vector selector must contain at least one non-empty matcher") + } + + return false +} diff --git a/pkg/extpromql/parser_test.go b/pkg/extpromql/parser_test.go new file mode 100644 index 0000000000..72ef7b26cb --- /dev/null +++ b/pkg/extpromql/parser_test.go @@ -0,0 +1,68 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package extpromql_test + +import ( + "fmt" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/promql/parser" + + "github.com/thanos-io/thanos/pkg/extpromql" +) + +func TestParseMetricSelector(t *testing.T) { + testCases := []struct { + name string + input string + }{ + { + name: "single selector", + input: `http_requests_total{method="GET"}`, + }, + { + name: "empty selectors", + input: `process_cpu_seconds_total`, + }, + { + name: "multiple selectors", + input: `http_requests_total{method="GET",code="200"}`, + }, + { + name: "multiple selectors with different matchers", + input: `http_requests_total{method="GET",code!="200"}`, + }, + { + name: "multiple selectors with regex", + input: `http_requests_total{method="GET",code=~"2.*"}`, + }, + { + name: "selector with negative regex", + input: `{code!~"2.*"}`, + }, + } + + for _, tc := range testCases { + t.Run(tc.name, func(t *testing.T) { + //lint:ignore faillint Testing against prometheus parser. + want, err := parser.ParseMetricSelector(tc.input) + if err != nil { + t.Fatalf("Prometheus ParseMetricSelector failed: %v", err) + } + + got, err := extpromql.ParseMetricSelector(tc.input) + if err != nil { + t.Fatalf("ParseMetricSelector failed: %v", err) + } + + testutil.Equals(t, stringFmt(want), stringFmt(got)) + }) + } +} + +func stringFmt(got []*labels.Matcher) string { + return fmt.Sprintf("%v", got) +} diff --git a/pkg/httpconfig/config.go b/pkg/httpconfig/config.go deleted file mode 100644 index 3280e33378..0000000000 --- a/pkg/httpconfig/config.go +++ /dev/null @@ -1,75 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package httpconfig - -import ( - "fmt" - "net/url" - "strings" - - "gopkg.in/yaml.v2" - - "github.com/pkg/errors" -) - -// Config is a structure that allows pointing to various HTTP endpoint, e.g ruler connecting to queriers. -type Config struct { - HTTPClientConfig ClientConfig `yaml:"http_config"` - EndpointsConfig EndpointsConfig `yaml:",inline"` -} - -func DefaultConfig() Config { - return Config{ - EndpointsConfig: EndpointsConfig{ - Scheme: "http", - StaticAddresses: []string{}, - FileSDConfigs: []FileSDConfig{}, - }, - } -} - -// UnmarshalYAML implements the yaml.Unmarshaler interface. -func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error { - *c = DefaultConfig() - type plain Config - return unmarshal((*plain)(c)) -} - -// LoadConfigs loads a list of Config from YAML data. -func LoadConfigs(confYAML []byte) ([]Config, error) { - var queryCfg []Config - if err := yaml.UnmarshalStrict(confYAML, &queryCfg); err != nil { - return nil, err - } - return queryCfg, nil -} - -// BuildConfig returns a configuration from a static addresses. -func BuildConfig(addrs []string) ([]Config, error) { - configs := make([]Config, 0, len(addrs)) - for i, addr := range addrs { - if addr == "" { - return nil, errors.Errorf("static address cannot be empty at index %d", i) - } - // If addr is missing schema, add http. - if !strings.Contains(addr, "://") { - addr = fmt.Sprintf("http://%s", addr) - } - u, err := url.Parse(addr) - if err != nil { - return nil, errors.Wrapf(err, "failed to parse addr %q", addr) - } - if u.Scheme != "http" && u.Scheme != "https" { - return nil, errors.Errorf("%q is not supported scheme for address", u.Scheme) - } - configs = append(configs, Config{ - EndpointsConfig: EndpointsConfig{ - Scheme: u.Scheme, - StaticAddresses: []string{u.Host}, - PathPrefix: u.Path, - }, - }) - } - return configs, nil -} diff --git a/pkg/httpconfig/config_test.go b/pkg/httpconfig/config_test.go deleted file mode 100644 index 4738c56544..0000000000 --- a/pkg/httpconfig/config_test.go +++ /dev/null @@ -1,94 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package httpconfig - -import ( - "testing" - - "github.com/efficientgo/core/testutil" -) - -func TestBuildConfig(t *testing.T) { - for _, tc := range []struct { - desc string - addresses []string - err bool - expected []Config - }{ - { - desc: "single addr without path", - addresses: []string{"localhost:9093"}, - expected: []Config{{ - EndpointsConfig: EndpointsConfig{ - StaticAddresses: []string{"localhost:9093"}, - Scheme: "http", - }, - }}, - }, - { - desc: "1st addr without path, 2nd with", - addresses: []string{"localhost:9093", "localhost:9094/prefix"}, - expected: []Config{ - { - EndpointsConfig: EndpointsConfig{ - StaticAddresses: []string{"localhost:9093"}, - Scheme: "http", - }, - }, - { - EndpointsConfig: EndpointsConfig{ - StaticAddresses: []string{"localhost:9094"}, - Scheme: "http", - PathPrefix: "/prefix", - }, - }, - }, - }, - { - desc: "single addr with path and http scheme", - addresses: []string{"http://localhost:9093"}, - expected: []Config{{ - EndpointsConfig: EndpointsConfig{ - StaticAddresses: []string{"localhost:9093"}, - Scheme: "http", - }, - }}, - }, - { - desc: "single addr with path and https scheme", - addresses: []string{"https://localhost:9093"}, - expected: []Config{{ - EndpointsConfig: EndpointsConfig{ - StaticAddresses: []string{"localhost:9093"}, - Scheme: "https", - }, - }}, - }, - { - desc: "not supported scheme", - addresses: []string{"ttp://localhost:9093"}, - err: true, - }, - { - desc: "invalid addr", - addresses: []string{"this is not a valid addr"}, - err: true, - }, - { - desc: "empty addr", - addresses: []string{""}, - err: true, - }, - } { - t.Run(tc.desc, func(t *testing.T) { - cfg, err := BuildConfig(tc.addresses) - if tc.err { - testutil.NotOk(t, err) - return - } - - testutil.Equals(t, tc.expected, cfg) - }) - } -} diff --git a/pkg/info/info.go b/pkg/info/info.go index f61fdef187..0b5feaa113 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -6,9 +6,10 @@ package info import ( "context" + "google.golang.org/grpc" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/store/labelpb" - "google.golang.org/grpc" ) // InfoServer implements the corresponding protobuf interface @@ -20,7 +21,7 @@ type InfoServer struct { component string getLabelSet func() []labelpb.ZLabelSet - getStoreInfo func() *infopb.StoreInfo + getStoreInfo func() (*infopb.StoreInfo, error) getExemplarsInfo func() *infopb.ExemplarsInfo getRulesInfo func() *infopb.RulesInfo getTargetsInfo func() *infopb.TargetsInfo @@ -38,7 +39,7 @@ func NewInfoServer( component: component, // By default, do not return info for any API. getLabelSet: func() []labelpb.ZLabelSet { return nil }, - getStoreInfo: func() *infopb.StoreInfo { return nil }, + getStoreInfo: func() (*infopb.StoreInfo, error) { return nil, nil }, getExemplarsInfo: func() *infopb.ExemplarsInfo { return nil }, getRulesInfo: func() *infopb.RulesInfo { return nil }, getTargetsInfo: func() *infopb.TargetsInfo { return nil }, @@ -74,10 +75,10 @@ func WithLabelSetFunc(getLabelSet ...func() []labelpb.ZLabelSet) ServerOptionFun // WithStoreInfoFunc determines the function that should be executed to obtain // the store information. If no function is provided, the default empty // store info is returned. Only the first function from the list is considered. -func WithStoreInfoFunc(getStoreInfo ...func() *infopb.StoreInfo) ServerOptionFunc { +func WithStoreInfoFunc(getStoreInfo ...func() (*infopb.StoreInfo, error)) ServerOptionFunc { if len(getStoreInfo) == 0 { return func(s *InfoServer) { - s.getStoreInfo = func() *infopb.StoreInfo { return &infopb.StoreInfo{} } + s.getStoreInfo = func() (*infopb.StoreInfo, error) { return &infopb.StoreInfo{}, nil } } } @@ -170,10 +171,14 @@ func RegisterInfoServer(infoSrv infopb.InfoServer) func(*grpc.Server) { // Info returns the information about label set and available APIs exposed by the component. func (srv *InfoServer) Info(ctx context.Context, req *infopb.InfoRequest) (*infopb.InfoResponse, error) { + storeInfo, err := srv.getStoreInfo() + if err != nil { + return nil, err + } return &infopb.InfoResponse{ LabelSets: srv.getLabelSet(), ComponentType: srv.component, - Store: srv.getStoreInfo(), + Store: storeInfo, Exemplars: srv.getExemplarsInfo(), Rules: srv.getRulesInfo(), Targets: srv.getTargetsInfo(), diff --git a/pkg/info/infopb/custom.pb.go b/pkg/info/infopb/custom.pb.go new file mode 100644 index 0000000000..8d50ee2c4b --- /dev/null +++ b/pkg/info/infopb/custom.pb.go @@ -0,0 +1,40 @@ +package infopb + +import ( + "math" + + "github.com/prometheus/prometheus/model/labels" + + "github.com/thanos-io/thanos/pkg/store/labelpb" +) + +func NewTSDBInfo(mint, maxt int64, lbls []labelpb.ZLabel) TSDBInfo { + return TSDBInfo{ + Labels: labelpb.ZLabelSet{ + Labels: lbls, + }, + MinTime: mint, + MaxTime: maxt, + } +} + +type TSDBInfos []TSDBInfo + +func (infos TSDBInfos) MaxT() int64 { + var maxt int64 = math.MinInt64 + for _, info := range infos { + if info.MaxTime > maxt { + maxt = info.MaxTime + } + } + return maxt +} + +func (infos TSDBInfos) LabelSets() []labels.Labels { + lsets := make([]labels.Labels, 0, len(infos)) + for _, info := range infos { + lsets = append(lsets, labelpb.ZLabelsToPromLabels(info.Labels.Labels)) + + } + return lsets +} diff --git a/pkg/info/infopb/rpc.pb.go b/pkg/info/infopb/rpc.pb.go index 6153dbb4cf..c88be63cfc 100644 --- a/pkg/info/infopb/rpc.pb.go +++ b/pkg/info/infopb/rpc.pb.go @@ -122,6 +122,8 @@ type StoreInfo struct { SupportsSharding bool `protobuf:"varint,3,opt,name=supports_sharding,json=supportsSharding,proto3" json:"supports_sharding,omitempty"` // replica_aware means this store supports without_replica_labels of StoreAPI.Series. SupportsWithoutReplicaLabels bool `protobuf:"varint,5,opt,name=supports_without_replica_labels,json=supportsWithoutReplicaLabels,proto3" json:"supports_without_replica_labels,omitempty"` + // TSDBInfos holds metadata for all TSDBs exposed by the store. + TsdbInfos []TSDBInfo `protobuf:"bytes,6,rep,name=tsdb_infos,json=tsdbInfos,proto3" json:"tsdb_infos"` } func (m *StoreInfo) Reset() { *m = StoreInfo{} } @@ -344,6 +346,45 @@ func (m *QueryAPIInfo) XXX_DiscardUnknown() { var xxx_messageInfo_QueryAPIInfo proto.InternalMessageInfo +type TSDBInfo struct { + Labels labelpb.ZLabelSet `protobuf:"bytes,1,opt,name=labels,proto3" json:"labels"` + MinTime int64 `protobuf:"varint,2,opt,name=min_time,json=minTime,proto3" json:"min_time,omitempty"` + MaxTime int64 `protobuf:"varint,3,opt,name=max_time,json=maxTime,proto3" json:"max_time,omitempty"` +} + +func (m *TSDBInfo) Reset() { *m = TSDBInfo{} } +func (m *TSDBInfo) String() string { return proto.CompactTextString(m) } +func (*TSDBInfo) ProtoMessage() {} +func (*TSDBInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_a1214ec45d2bf952, []int{8} +} +func (m *TSDBInfo) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *TSDBInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_TSDBInfo.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *TSDBInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_TSDBInfo.Merge(m, src) +} +func (m *TSDBInfo) XXX_Size() int { + return m.Size() +} +func (m *TSDBInfo) XXX_DiscardUnknown() { + xxx_messageInfo_TSDBInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_TSDBInfo proto.InternalMessageInfo + func init() { proto.RegisterType((*InfoRequest)(nil), "thanos.info.InfoRequest") proto.RegisterType((*InfoResponse)(nil), "thanos.info.InfoResponse") @@ -353,46 +394,50 @@ func init() { proto.RegisterType((*TargetsInfo)(nil), "thanos.info.TargetsInfo") proto.RegisterType((*ExemplarsInfo)(nil), "thanos.info.ExemplarsInfo") proto.RegisterType((*QueryAPIInfo)(nil), "thanos.info.QueryAPIInfo") + proto.RegisterType((*TSDBInfo)(nil), "thanos.info.TSDBInfo") } func init() { proto.RegisterFile("info/infopb/rpc.proto", fileDescriptor_a1214ec45d2bf952) } var fileDescriptor_a1214ec45d2bf952 = []byte{ - // 533 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xdf, 0x6a, 0xdb, 0x30, - 0x14, 0xc6, 0xe3, 0xe6, 0xbf, 0xd2, 0x74, 0xad, 0xe8, 0x86, 0x13, 0x86, 0x13, 0x4c, 0x2f, 0x02, - 0x1b, 0x31, 0x64, 0x30, 0x06, 0xbb, 0x5a, 0x4b, 0x60, 0x1d, 0x2b, 0x6c, 0x4e, 0x60, 0xd0, 0x1b, - 0xa3, 0xa4, 0x6a, 0x62, 0xb0, 0x2d, 0x55, 0x92, 0x59, 0xf2, 0x16, 0x7b, 0x95, 0x5d, 0xef, 0x05, - 0x72, 0xd9, 0xcb, 0x5d, 0x8d, 0x2d, 0x79, 0x91, 0xa1, 0x23, 0x27, 0x8b, 0x59, 0xaf, 0x7a, 0x93, - 0x48, 0xe7, 0xfb, 0x7d, 0xc7, 0xd2, 0x39, 0x3a, 0xe8, 0x69, 0x98, 0xdc, 0x32, 0x4f, 0xff, 0xf0, - 0x89, 0x27, 0xf8, 0xb4, 0xcf, 0x05, 0x53, 0x0c, 0x37, 0xd4, 0x9c, 0x24, 0x4c, 0xf6, 0xb5, 0xd0, - 0x6e, 0x49, 0xc5, 0x04, 0xf5, 0x22, 0x32, 0xa1, 0x11, 0x9f, 0x78, 0x6a, 0xc9, 0xa9, 0x34, 0x5c, - 0xfb, 0x74, 0xc6, 0x66, 0x0c, 0x96, 0x9e, 0x5e, 0x99, 0xa8, 0xdb, 0x44, 0x8d, 0xcb, 0xe4, 0x96, - 0xf9, 0xf4, 0x2e, 0xa5, 0x52, 0xb9, 0xdf, 0x8b, 0xe8, 0xd0, 0xec, 0x25, 0x67, 0x89, 0xa4, 0xf8, - 0x35, 0x42, 0x90, 0x2c, 0x90, 0x54, 0x49, 0xdb, 0xea, 0x16, 0x7b, 0x8d, 0xc1, 0x49, 0x3f, 0xfb, - 0xe4, 0xf5, 0x47, 0x2d, 0x8d, 0xa8, 0x3a, 0x2f, 0xad, 0x7e, 0x75, 0x0a, 0x7e, 0x3d, 0xca, 0xf6, - 0x12, 0x9f, 0xa1, 0xe6, 0x05, 0x8b, 0x39, 0x4b, 0x68, 0xa2, 0xc6, 0x4b, 0x4e, 0xed, 0x83, 0xae, - 0xd5, 0xab, 0xfb, 0xf9, 0x20, 0x7e, 0x89, 0xca, 0x70, 0x60, 0xbb, 0xd8, 0xb5, 0x7a, 0x8d, 0xc1, - 0xb3, 0xfe, 0xde, 0x5d, 0xfa, 0x23, 0xad, 0xc0, 0x61, 0x0c, 0xa4, 0x69, 0x91, 0x46, 0x54, 0xda, - 0xa5, 0x07, 0x68, 0x5f, 0x2b, 0x86, 0x06, 0x08, 0xbf, 0x47, 0x4f, 0x62, 0xaa, 0x44, 0x38, 0x0d, - 0x62, 0xaa, 0xc8, 0x0d, 0x51, 0xc4, 0x2e, 0x83, 0xaf, 0x93, 0xf3, 0x5d, 0x01, 0x73, 0x95, 0x21, - 0x90, 0xe0, 0x28, 0xce, 0xc5, 0xf0, 0x00, 0x55, 0x15, 0x11, 0x33, 0x5d, 0x80, 0x0a, 0x64, 0xb0, - 0x73, 0x19, 0xc6, 0x46, 0x03, 0xeb, 0x16, 0xc4, 0x6f, 0x50, 0x9d, 0x2e, 0x68, 0xcc, 0x23, 0x22, - 0xa4, 0x5d, 0x05, 0x57, 0x3b, 0xe7, 0x1a, 0x6e, 0x55, 0xf0, 0xfd, 0x83, 0xb1, 0x87, 0xca, 0x77, - 0x29, 0x15, 0x4b, 0xbb, 0x06, 0xae, 0x56, 0xce, 0xf5, 0x59, 0x2b, 0xef, 0x3e, 0x5d, 0x9a, 0x8b, - 0x02, 0xe7, 0xfe, 0xb0, 0x50, 0x7d, 0x57, 0x2b, 0xdc, 0x42, 0xb5, 0x38, 0x4c, 0x02, 0x15, 0xc6, - 0xd4, 0xb6, 0xba, 0x56, 0xaf, 0xe8, 0x57, 0xe3, 0x30, 0x19, 0x87, 0x31, 0x05, 0x89, 0x2c, 0x8c, - 0x74, 0x90, 0x49, 0x64, 0x01, 0xd2, 0x0b, 0x74, 0x22, 0x53, 0xce, 0x99, 0x50, 0x32, 0x90, 0x73, - 0x22, 0x6e, 0xc2, 0x64, 0x06, 0x4d, 0xa9, 0xf9, 0xc7, 0x5b, 0x61, 0x94, 0xc5, 0xf1, 0x10, 0x75, - 0x76, 0xf0, 0xd7, 0x50, 0xcd, 0x59, 0xaa, 0x02, 0x41, 0x79, 0x14, 0x4e, 0x49, 0x00, 0x2f, 0x40, - 0x42, 0xa5, 0x6b, 0xfe, 0xf3, 0x2d, 0xf6, 0xc5, 0x50, 0xbe, 0x81, 0xe0, 0xd5, 0xc8, 0x0f, 0xa5, - 0x5a, 0xe9, 0xb8, 0xec, 0x36, 0x50, 0x7d, 0xd7, 0x3a, 0xf7, 0x14, 0xe1, 0xff, 0xfb, 0xa1, 0xdf, - 0xe8, 0x5e, 0x8d, 0xdd, 0x21, 0x6a, 0xe6, 0x8a, 0xf7, 0xb8, 0x2b, 0xbb, 0x47, 0xe8, 0x70, 0xbf, - 0x9a, 0x83, 0x0b, 0x54, 0x82, 0x6c, 0x6f, 0xb3, 0xff, 0x7c, 0x93, 0xf7, 0x86, 0xa4, 0xdd, 0x7a, - 0x40, 0x31, 0xe3, 0x72, 0x7e, 0xb6, 0xfa, 0xe3, 0x14, 0x56, 0x6b, 0xc7, 0xba, 0x5f, 0x3b, 0xd6, - 0xef, 0xb5, 0x63, 0x7d, 0xdb, 0x38, 0x85, 0xfb, 0x8d, 0x53, 0xf8, 0xb9, 0x71, 0x0a, 0xd7, 0x15, - 0x33, 0xbc, 0x93, 0x0a, 0xcc, 0xde, 0xab, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x1d, 0x6e, - 0xa7, 0xd2, 0x03, 0x00, 0x00, + // 589 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xdf, 0x8a, 0xda, 0x40, + 0x14, 0xc6, 0x8d, 0x7f, 0xe3, 0x71, 0xdd, 0xee, 0x0e, 0xbb, 0x25, 0x4a, 0x89, 0x12, 0xf6, 0x42, + 0x68, 0x31, 0x60, 0xa1, 0x94, 0xf6, 0xaa, 0x6e, 0x85, 0x6e, 0xe9, 0x42, 0x1b, 0x85, 0xc2, 0xde, + 0x84, 0xa8, 0xb3, 0x1a, 0x48, 0x32, 0x63, 0x66, 0xa4, 0xfa, 0x16, 0x7d, 0x95, 0xbe, 0x85, 0x97, + 0x7b, 0xd9, 0xab, 0xd2, 0xea, 0x43, 0xf4, 0xb6, 0xcc, 0x4c, 0x62, 0x0d, 0xdd, 0xbd, 0xe9, 0x8d, + 0x66, 0xe6, 0xfb, 0x9d, 0xc9, 0x39, 0xdf, 0x39, 0x13, 0x38, 0xf7, 0xa3, 0x5b, 0x62, 0x8b, 0x1f, + 0x3a, 0xb6, 0x63, 0x3a, 0xe9, 0xd2, 0x98, 0x70, 0x82, 0x6a, 0x7c, 0xee, 0x45, 0x84, 0x75, 0x85, + 0xd0, 0x6c, 0x30, 0x4e, 0x62, 0x6c, 0x07, 0xde, 0x18, 0x07, 0x74, 0x6c, 0xf3, 0x35, 0xc5, 0x4c, + 0x71, 0xcd, 0xb3, 0x19, 0x99, 0x11, 0xf9, 0x68, 0x8b, 0x27, 0xb5, 0x6b, 0xd5, 0xa1, 0x76, 0x15, + 0xdd, 0x12, 0x07, 0x2f, 0x96, 0x98, 0x71, 0xeb, 0x5b, 0x01, 0x8e, 0xd4, 0x9a, 0x51, 0x12, 0x31, + 0x8c, 0x5e, 0x00, 0xc8, 0xc3, 0x5c, 0x86, 0x39, 0x33, 0xb4, 0x76, 0xa1, 0x53, 0xeb, 0x9d, 0x76, + 0x93, 0x57, 0xde, 0x7c, 0x10, 0xd2, 0x10, 0xf3, 0x7e, 0x71, 0xf3, 0xa3, 0x95, 0x73, 0xaa, 0x41, + 0xb2, 0x66, 0xe8, 0x02, 0xea, 0x97, 0x24, 0xa4, 0x24, 0xc2, 0x11, 0x1f, 0xad, 0x29, 0x36, 0xf2, + 0x6d, 0xad, 0x53, 0x75, 0xb2, 0x9b, 0xe8, 0x19, 0x94, 0x64, 0xc2, 0x46, 0xa1, 0xad, 0x75, 0x6a, + 0xbd, 0xc7, 0xdd, 0x83, 0x5a, 0xba, 0x43, 0xa1, 0xc8, 0x64, 0x14, 0x24, 0xe8, 0x78, 0x19, 0x60, + 0x66, 0x14, 0xef, 0xa1, 0x1d, 0xa1, 0x28, 0x5a, 0x42, 0xe8, 0x1d, 0x3c, 0x0a, 0x31, 0x8f, 0xfd, + 0x89, 0x1b, 0x62, 0xee, 0x4d, 0x3d, 0xee, 0x19, 0x25, 0x19, 0xd7, 0xca, 0xc4, 0x5d, 0x4b, 0xe6, + 0x3a, 0x41, 0xe4, 0x01, 0xc7, 0x61, 0x66, 0x0f, 0xf5, 0xa0, 0xc2, 0xbd, 0x78, 0x26, 0x0c, 0x28, + 0xcb, 0x13, 0x8c, 0xcc, 0x09, 0x23, 0xa5, 0xc9, 0xd0, 0x14, 0x44, 0x2f, 0xa1, 0x8a, 0x57, 0x38, + 0xa4, 0x81, 0x17, 0x33, 0xa3, 0x22, 0xa3, 0x9a, 0x99, 0xa8, 0x41, 0xaa, 0xca, 0xb8, 0xbf, 0x30, + 0xb2, 0xa1, 0xb4, 0x58, 0xe2, 0x78, 0x6d, 0xe8, 0x32, 0xaa, 0x91, 0x89, 0xfa, 0x24, 0x94, 0x37, + 0x1f, 0xaf, 0x54, 0xa1, 0x92, 0xb3, 0x7e, 0x6b, 0x50, 0xdd, 0x7b, 0x85, 0x1a, 0xa0, 0x87, 0x7e, + 0xe4, 0x72, 0x3f, 0xc4, 0x86, 0xd6, 0xd6, 0x3a, 0x05, 0xa7, 0x12, 0xfa, 0xd1, 0xc8, 0x0f, 0xb1, + 0x94, 0xbc, 0x95, 0x92, 0xf2, 0x89, 0xe4, 0xad, 0xa4, 0xf4, 0x14, 0x4e, 0xd9, 0x92, 0x52, 0x12, + 0x73, 0xe6, 0xb2, 0xb9, 0x17, 0x4f, 0xfd, 0x68, 0x26, 0x9b, 0xa2, 0x3b, 0x27, 0xa9, 0x30, 0x4c, + 0xf6, 0xd1, 0x00, 0x5a, 0x7b, 0xf8, 0x8b, 0xcf, 0xe7, 0x64, 0xc9, 0xdd, 0x18, 0xd3, 0xc0, 0x9f, + 0x78, 0xae, 0x9c, 0x00, 0x26, 0x9d, 0xd6, 0x9d, 0x27, 0x29, 0xf6, 0x59, 0x51, 0x8e, 0x82, 0xe4, + 0xd4, 0x30, 0xf4, 0x0a, 0x80, 0xb3, 0xe9, 0xd8, 0x15, 0x85, 0x09, 0x67, 0xc5, 0x68, 0x9d, 0x67, + 0x9d, 0x1d, 0xbe, 0xed, 0x8b, 0xa2, 0xd2, 0xf1, 0x12, 0xb8, 0x58, 0xb3, 0xf7, 0x45, 0xbd, 0x78, + 0x52, 0xb2, 0x6a, 0x50, 0xdd, 0xb7, 0xdd, 0x3a, 0x03, 0xf4, 0x6f, 0x2f, 0xc5, 0x7c, 0x1f, 0xf4, + 0xc7, 0x1a, 0x40, 0x3d, 0x63, 0xfc, 0xff, 0xd9, 0x65, 0x1d, 0xc3, 0xd1, 0x61, 0x27, 0xac, 0x05, + 0xe8, 0x69, 0xae, 0xc8, 0x86, 0x72, 0x62, 0x82, 0x26, 0x1b, 0xf8, 0xe0, 0x6d, 0x49, 0xb0, 0x4c, + 0x0a, 0xf9, 0x87, 0x53, 0x28, 0x64, 0x52, 0xe8, 0x5d, 0x42, 0x51, 0xbe, 0xee, 0x75, 0xf2, 0x9f, + 0x9d, 0xc9, 0x83, 0x3b, 0xdd, 0x6c, 0xdc, 0xa3, 0xa8, 0xdb, 0xdd, 0xbf, 0xd8, 0xfc, 0x32, 0x73, + 0x9b, 0xad, 0xa9, 0xdd, 0x6d, 0x4d, 0xed, 0xe7, 0xd6, 0xd4, 0xbe, 0xee, 0xcc, 0xdc, 0xdd, 0xce, + 0xcc, 0x7d, 0xdf, 0x99, 0xb9, 0x9b, 0xb2, 0xfa, 0xd6, 0x8c, 0xcb, 0xf2, 0x53, 0xf1, 0xfc, 0x4f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xf1, 0x5f, 0x0a, 0x2f, 0x81, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -636,6 +681,20 @@ func (m *StoreInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.TsdbInfos) > 0 { + for iNdEx := len(m.TsdbInfos) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.TsdbInfos[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRpc(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x32 + } + } if m.SupportsWithoutReplicaLabels { i-- if m.SupportsWithoutReplicaLabels { @@ -794,6 +853,49 @@ func (m *QueryAPIInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *TSDBInfo) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *TSDBInfo) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *TSDBInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.MaxTime != 0 { + i = encodeVarintRpc(dAtA, i, uint64(m.MaxTime)) + i-- + dAtA[i] = 0x18 + } + if m.MinTime != 0 { + i = encodeVarintRpc(dAtA, i, uint64(m.MinTime)) + i-- + dAtA[i] = 0x10 + } + { + size, err := m.Labels.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintRpc(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func encodeVarintRpc(dAtA []byte, offset int, v uint64) int { offset -= sovRpc(v) base := offset @@ -875,6 +977,12 @@ func (m *StoreInfo) Size() (n int) { if m.SupportsWithoutReplicaLabels { n += 2 } + if len(m.TsdbInfos) > 0 { + for _, e := range m.TsdbInfos { + l = e.Size() + n += 1 + l + sovRpc(uint64(l)) + } + } return n } @@ -929,6 +1037,23 @@ func (m *QueryAPIInfo) Size() (n int) { return n } +func (m *TSDBInfo) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = m.Labels.Size() + n += 1 + l + sovRpc(uint64(l)) + if m.MinTime != 0 { + n += 1 + sovRpc(uint64(m.MinTime)) + } + if m.MaxTime != 0 { + n += 1 + sovRpc(uint64(m.MaxTime)) + } + return n +} + func sovRpc(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -1424,6 +1549,40 @@ func (m *StoreInfo) Unmarshal(dAtA []byte) error { } } m.SupportsWithoutReplicaLabels = bool(v != 0) + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TsdbInfos", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TsdbInfos = append(m.TsdbInfos, TSDBInfo{}) + if err := m.TsdbInfos[len(m.TsdbInfos)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRpc(dAtA[iNdEx:]) @@ -1733,6 +1892,127 @@ func (m *QueryAPIInfo) Unmarshal(dAtA []byte) error { } return nil } +func (m *TSDBInfo) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: TSDBInfo: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: TSDBInfo: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Labels", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.Labels.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MinTime", wireType) + } + m.MinTime = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MinTime |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxTime", wireType) + } + m.MaxTime = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MaxTime |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipRpc(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthRpc + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipRpc(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/pkg/info/infopb/rpc.proto b/pkg/info/infopb/rpc.proto index 90cecd5890..9f0db3709d 100644 --- a/pkg/info/infopb/rpc.proto +++ b/pkg/info/infopb/rpc.proto @@ -61,6 +61,9 @@ message StoreInfo { // replica_aware means this store supports without_replica_labels of StoreAPI.Series. bool supports_without_replica_labels = 5; + + // TSDBInfos holds metadata for all TSDBs exposed by the store. + repeated TSDBInfo tsdb_infos = 6 [(gogoproto.nullable) = false]; } // RulesInfo holds the metadata related to Rules API exposed by the component. @@ -84,3 +87,10 @@ message ExemplarsInfo { // QueryInfo holds the metadata related to Query API exposed by the component. message QueryAPIInfo { } + +message TSDBInfo { + ZLabelSet labels = 1 [(gogoproto.nullable) = false]; + + int64 min_time = 2; + int64 max_time = 3; +} diff --git a/pkg/logging/grpc.go b/pkg/logging/grpc.go index 44387d395f..1aeeafd2fe 100644 --- a/pkg/logging/grpc.go +++ b/pkg/logging/grpc.go @@ -4,17 +4,12 @@ package logging import ( + "context" "fmt" - "math/rand" - "sort" - "strings" - "time" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors" + "github.com/go-kit/log" + "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" - "github.com/oklog/ulid" - "google.golang.org/grpc/status" "gopkg.in/yaml.v2" ) @@ -79,17 +74,17 @@ func fillGlobalOptionConfig(reqLogConfig *RequestConfig, isgRPC bool) (string, b } // getGRPCLoggingOption returns the logging ENUM based on logStart and logEnd values. -func getGRPCLoggingOption(logStart, logEnd bool) (grpc_logging.Decision, error) { +func getGRPCLoggingOption(logStart, logEnd bool) (grpc_logging.Option, error) { if !logStart && !logEnd { - return grpc_logging.NoLogCall, nil + return grpc_logging.WithLogOnEvents(), nil } if !logStart && logEnd { - return grpc_logging.LogFinishCall, nil + return grpc_logging.WithLogOnEvents(grpc_logging.FinishCall), nil } if logStart && logEnd { - return grpc_logging.LogStartAndFinishCall, nil + return grpc_logging.WithLogOnEvents(grpc_logging.StartCall, grpc_logging.FinishCall), nil } - return -1, fmt.Errorf("log start call is not supported") + return nil, fmt.Errorf("log decision combination is not supported") } // validateLevel validates the list of level entries. @@ -104,104 +99,79 @@ func validateLevel(level string) error { return fmt.Errorf("the format of level is invalid. Expected INFO/DEBUG/ERROR/WARNING, got this %v", level) } -// NewGRPCOption adds in the config options and returns tags for logging middleware. -func NewGRPCOption(configYAML []byte) ([]tags.Option, []grpc_logging.Option, error) { - - // Configure tagOpts and logOpts. - tagOpts := []tags.Option{ - tags.WithFieldExtractor(func(_ string, req interface{}) map[string]string { - tagMap := tags.TagBasedRequestFieldExtractor("request-id")("", req) - // If a request-id exists for a given request. - if tagMap != nil { - if _, ok := tagMap["request-id"]; ok { - return tagMap - } - } - entropy := ulid.Monotonic(rand.New(rand.NewSource(time.Now().UnixNano())), 0) - reqID := ulid.MustNew(ulid.Timestamp(time.Now()), entropy) - tagMap = make(map[string]string) - tagMap["request-id"] = reqID.String() - return tagMap - }), - } - logOpts := []grpc_logging.Option{ - grpc_logging.WithDecider(func(_ string, _ error) grpc_logging.Decision { - return grpc_logging.NoLogCall - }), - grpc_logging.WithLevels(DefaultCodeToLevelGRPC), - } +func InterceptorLogger(l log.Logger) grpc_logging.Logger { + return grpc_logging.LoggerFunc(func(_ context.Context, lvl grpc_logging.Level, msg string, fields ...any) { + largs := append([]any{"msg", msg}, fields...) + switch lvl { + case grpc_logging.LevelDebug: + _ = level.Debug(l).Log(largs...) + case grpc_logging.LevelInfo: + _ = level.Info(l).Log(largs...) + case grpc_logging.LevelWarn: + _ = level.Warn(l).Log(largs...) + case grpc_logging.LevelError: + _ = level.Error(l).Log(largs...) + default: + panic(fmt.Sprintf("unknown level %v", lvl)) + } + }) +} - // Unmarshal YAML. +// NewGRPCOption adds in the config options for logging middleware. +func NewGRPCOption(configYAML []byte) ([]grpc_logging.Option, []string, error) { + + var logOpts []grpc_logging.Option + + // Unmarshal YAML // if req logging is disabled. if len(configYAML) == 0 { - return tagOpts, logOpts, nil + return nil, nil, nil } reqLogConfig, err := NewRequestConfig(configYAML) // If unmarshalling is an issue. if err != nil { - return tagOpts, logOpts, err + return logOpts, nil, err } globalLevel, globalStart, globalEnd, err := fillGlobalOptionConfig(reqLogConfig, true) // If global options have invalid entries. if err != nil { - return tagOpts, logOpts, err + return logOpts, nil, err + } + if !globalStart && !globalEnd { + //Nothing to do + return nil, nil, nil } // If the level entry does not matches our entries. if err := validateLevel(globalLevel); err != nil { - return tagOpts, logOpts, err + return logOpts, nil, err } + logOpts = []grpc_logging.Option{ + grpc_logging.WithLevels(DefaultCodeToLevelGRPC), + grpc_logging.WithFieldsFromContext(GetTraceIDAndRequestIDAsField), + } // If the combination is valid, use them, otherwise return error. reqLogDecision, err := getGRPCLoggingOption(globalStart, globalEnd) if err != nil { - return tagOpts, logOpts, err + return logOpts, nil, err } if len(reqLogConfig.GRPC.Config) == 0 { - logOpts = []grpc_logging.Option{ - grpc_logging.WithDecider(func(_ string, err error) grpc_logging.Decision { - - runtimeLevel := grpc_logging.DefaultServerCodeToLevel(status.Code(err)) - for _, lvl := range MapAllowedLevels[globalLevel] { - if string(runtimeLevel) == strings.ToLower(lvl) { - return reqLogDecision - } - } - return grpc_logging.NoLogCall - }), - grpc_logging.WithLevels(DefaultCodeToLevelGRPC), - } - return tagOpts, logOpts, nil - } - - logOpts = []grpc_logging.Option{ - grpc_logging.WithLevels(DefaultCodeToLevelGRPC), + // If no config is present, use the global config. + logOpts = append(logOpts, reqLogDecision) + return logOpts, nil, nil } - methodNameSlice := []string{} + logOpts = append(logOpts, reqLogDecision) + var methodNameSlice []string for _, eachConfig := range reqLogConfig.GRPC.Config { - eachConfigMethodName := interceptors.FullMethod(eachConfig.Service, eachConfig.Method) + eachConfigMethodName := fmt.Sprintf("/%s/%s", eachConfig.Service, eachConfig.Method) methodNameSlice = append(methodNameSlice, eachConfigMethodName) } - logOpts = append(logOpts, []grpc_logging.Option{ - grpc_logging.WithDecider(func(runtimeMethodName string, err error) grpc_logging.Decision { - - idx := sort.SearchStrings(methodNameSlice, runtimeMethodName) - if idx < len(methodNameSlice) && methodNameSlice[idx] == runtimeMethodName { - runtimeLevel := grpc_logging.DefaultServerCodeToLevel(status.Code(err)) - for _, lvl := range MapAllowedLevels[globalLevel] { - if string(runtimeLevel) == strings.ToLower(lvl) { - return reqLogDecision - } - } - } - return grpc_logging.NoLogCall - }), - }...) - return tagOpts, logOpts, nil + return logOpts, methodNameSlice, nil } diff --git a/pkg/logging/http.go b/pkg/logging/http.go index 36c4395f76..229bcf0799 100644 --- a/pkg/logging/http.go +++ b/pkg/logging/http.go @@ -25,13 +25,32 @@ type HTTPServerMiddleware struct { func (m *HTTPServerMiddleware) preCall(name string, start time.Time, r *http.Request) { logger := m.opts.filterLog(m.logger) - level.Debug(logger).Log("http.start_time", start.String(), "http.method", fmt.Sprintf("%s %s", r.Method, r.URL), "http.request_id", r.Header.Get("X-Request-ID"), "thanos.method_name", name, "msg", "started call") + level.Debug(logger).Log( + "http.start_time", start.String(), + "http.method", fmt.Sprintf("%s %s", r.Method, r.URL), + "http.request_id", r.Header.Get("X-Request-ID"), + "http.user_agent", r.Header.Get("User-Agent"), + "thanos.method_name", name, + "msg", "started call", + ) } func (m *HTTPServerMiddleware) postCall(name string, start time.Time, wrapped *httputil.ResponseWriterWithStatus, r *http.Request) { status := wrapped.Status() - logger := log.With(m.logger, "http.method", fmt.Sprintf("%s %s", r.Method, r.URL), "http.request_id", r.Header.Get("X-Request-ID"), "http.status_code", fmt.Sprintf("%d", status), - "http.time_ms", fmt.Sprintf("%v", durationToMilliseconds(time.Since(start))), "http.remote_addr", r.RemoteAddr, "thanos.method_name", name) + + remoteAddr := r.Header.Get("X-Forwarded-For") + if remoteAddr == "" { + remoteAddr = r.RemoteAddr + } + + logger := log.With(m.logger, + "http.method", fmt.Sprintf("%s %s", r.Method, r.URL), + "http.request_id", r.Header.Get("X-Request-ID"), + "http.user_agent", r.Header.Get("User-Agent"), + "http.status_code", fmt.Sprintf("%d", status), + "http.time_ms", fmt.Sprintf("%v", durationToMilliseconds(time.Since(start))), + "http.remote_addr", remoteAddr, + "thanos.method_name", name) logger = m.opts.filterLog(logger) m.opts.levelFunc(logger, status).Log("msg", "finished call") diff --git a/pkg/logging/logger.go b/pkg/logging/logger.go index b711607b47..cca8853da5 100644 --- a/pkg/logging/logger.go +++ b/pkg/logging/logger.go @@ -46,11 +46,14 @@ func NewLogger(logLevel, logFormat, debugName string) log.Logger { logger = log.NewJSONLogger(log.NewSyncWriter(os.Stderr)) } + // Sort the logger chain to avoid expensive log.Valuer evaluation for disallowed level. + // Ref: https://github.com/go-kit/log/issues/14#issuecomment-945038252 + logger = log.With(logger, "ts", log.DefaultTimestampUTC, "caller", log.Caller(5)) logger = level.NewFilter(logger, lvl) if debugName != "" { logger = log.With(logger, "name", debugName) } - return log.With(logger, "ts", log.DefaultTimestampUTC, "caller", log.DefaultCaller) + return logger } diff --git a/pkg/logging/logger_test.go b/pkg/logging/logger_test.go new file mode 100644 index 0000000000..2e4eb3f73f --- /dev/null +++ b/pkg/logging/logger_test.go @@ -0,0 +1,19 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package logging + +import ( + "testing" + + "github.com/go-kit/log/level" +) + +func BenchmarkDisallowedLogLevels(b *testing.B) { + logger := NewLogger("warn", "logfmt", "benchmark") + + for i := 0; i < b.N; i++ { + level.Info(logger).Log("hello", "world", "number", i) + level.Debug(logger).Log("hello", "world", "number", i) + } +} diff --git a/pkg/logging/options.go b/pkg/logging/options.go index 76b0f8be7d..0d3afbd6fe 100644 --- a/pkg/logging/options.go +++ b/pkg/logging/options.go @@ -4,16 +4,21 @@ package logging import ( + "context" "fmt" "math/rand" "time" + "github.com/oklog/ulid" + "github.com/opentracing/opentracing-go" + "go.opentelemetry.io/otel/trace" + extflag "github.com/efficientgo/tools/extkingpin" "github.com/go-kit/log" "github.com/go-kit/log/level" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" - "github.com/oklog/ulid" + middleware "github.com/thanos-io/thanos/pkg/server/http/middleware" + "github.com/thanos-io/thanos/pkg/tracing/migration" "google.golang.org/grpc/codes" ) @@ -129,9 +134,9 @@ func DefaultCodeToLevel(logger log.Logger, code int) log.Logger { func DefaultCodeToLevelGRPC(c codes.Code) grpc_logging.Level { switch c { case codes.Unknown, codes.Unimplemented, codes.Internal, codes.DataLoss: - return grpc_logging.ERROR + return grpc_logging.LevelError default: - return grpc_logging.DEBUG + return grpc_logging.LevelDebug } } @@ -160,8 +165,35 @@ var MapAllowedLevels = map[string][]string{ "WARN": {"WARN", "ERROR"}, } +func GetTraceIDAndRequestIDAsField(ctx context.Context) grpc_logging.Fields { + logFields := grpc_logging.Fields{} + + //get traceID from context + span := opentracing.SpanFromContext(ctx) + TraceID, _ := migration.GetTraceIDFromBridgeSpan(span) + if span := trace.SpanContextFromContext(ctx); span.IsSampled() { + logFields = logFields.AppendUnique(grpc_logging.Fields{"traceID", TraceID}) + } + //get requestID from context + reqID, ok := middleware.RequestIDFromContext(ctx) + if ok { + logFields = logFields.AppendUnique(grpc_logging.Fields{"requestID", reqID}) + return logFields + } + + entropy := ulid.Monotonic(rand.New(rand.NewSource(time.Now().UnixNano())), 0) + newReqID := ulid.MustNew(ulid.Timestamp(time.Now()), entropy).String() + logFields = logFields.AppendUnique(grpc_logging.Fields{"requestID", newReqID}) + + // Insert into context (Note: This updated context isn't being used later, so this might be redundant) + _ = middleware.NewContextWithRequestID(ctx, newReqID) + + return logFields + +} + // TODO: @yashrsharma44 - To be deprecated in the next release. -func ParseHTTPOptions(flagDecision string, reqLogConfig *extflag.PathOrContent) ([]Option, error) { +func ParseHTTPOptions(reqLogConfig *extflag.PathOrContent) ([]Option, error) { // Default Option: No Logging. logOpts := []Option{WithDecider(func(_ string, _ error) Decision { return NoLogCall @@ -173,73 +205,21 @@ func ParseHTTPOptions(flagDecision string, reqLogConfig *extflag.PathOrContent) return logOpts, fmt.Errorf("getting request logging config failed. %v", err) } - // Check if the user enables request logging through flags and YAML. - if len(configYAML) != 0 && flagDecision != "" { - return logOpts, fmt.Errorf("both log.request.decision and request.logging have been enabled, please use only one of the flags") - } - // If old flag is enabled. - if len(flagDecision) > 0 { - logOpts := []Option{WithDecider(func(_ string, _ error) Decision { - return LogDecision[flagDecision] - })} - return logOpts, nil - } return NewHTTPOption(configYAML) } // TODO: @yashrsharma44 - To be deprecated in the next release. -func ParsegRPCOptions(flagDecision string, reqLogConfig *extflag.PathOrContent) ([]tags.Option, []grpc_logging.Option, error) { - // Default Option: No Logging. - logOpts := []grpc_logging.Option{grpc_logging.WithDecider(func(_ string, _ error) grpc_logging.Decision { - return grpc_logging.NoLogCall - })} - +func ParsegRPCOptions(reqLogConfig *extflag.PathOrContent) ([]grpc_logging.Option, []string, error) { + var logOpts []grpc_logging.Option configYAML, err := reqLogConfig.Content() if err != nil { - return []tags.Option{}, logOpts, fmt.Errorf("getting request logging config failed. %v", err) + return logOpts, nil, fmt.Errorf("getting request logging config failed. %v", err) } - // Check if the user enables request logging through flags and YAML. - if len(configYAML) != 0 && flagDecision != "" { - return []tags.Option{}, logOpts, fmt.Errorf("both log.request.decision and request.logging-config have been enabled, please use only one of the flags") - } - - // If the old flag is empty, use the new YAML config. - if flagDecision == "" { - tagOpts, logOpts, err := NewGRPCOption(configYAML) - if err != nil { - return []tags.Option{}, logOpts, err - } - return tagOpts, logOpts, nil + logOpts, logFilterMethods, err := NewGRPCOption(configYAML) + if err != nil { + return logOpts, logFilterMethods, err } - tagOpts := []tags.Option{ - tags.WithFieldExtractor(func(_ string, req interface{}) map[string]string { - tagMap := tags.TagBasedRequestFieldExtractor("request-id")("", req) - // If a request-id exists for a given request. - if tagMap != nil { - if _, ok := tagMap["request-id"]; ok { - return tagMap - } - } - entropy := ulid.Monotonic(rand.New(rand.NewSource(time.Now().UnixNano())), 0) - reqID := ulid.MustNew(ulid.Timestamp(time.Now()), entropy) - tagMap = make(map[string]string) - tagMap["request-id"] = reqID.String() - return tagMap - }), - } - logOpts = []grpc_logging.Option{grpc_logging.WithDecider(func(_ string, _ error) grpc_logging.Decision { - switch flagDecision { - case "NoLogCall": - return grpc_logging.NoLogCall - case "LogFinishCall": - return grpc_logging.LogFinishCall - case "LogStartAndFinishCall": - return grpc_logging.LogStartAndFinishCall - default: - return grpc_logging.NoLogCall - } - })} - return tagOpts, logOpts, nil + return logOpts, logFilterMethods, nil } diff --git a/pkg/losertree/tree.go b/pkg/losertree/tree.go new file mode 100644 index 0000000000..d0194d35ec --- /dev/null +++ b/pkg/losertree/tree.go @@ -0,0 +1,161 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +// Original version copyright Bryan Boreham, 2024. +// https://github.com/bboreham/go-loser/tree/any. +// Loser tree, from https://en.wikipedia.org/wiki/K-way_merge_algorithm#Tournament_Tree + +package losertree + +type Sequence interface { + Next() bool // Advances and returns true if there is a value at this new position. +} + +func New[E any, S Sequence](sequences []S, maxVal E, at func(S) E, less func(E, E) bool, close func(S)) *Tree[E, S] { + nSequences := len(sequences) + t := Tree[E, S]{ + maxVal: maxVal, + at: at, + less: less, + close: close, + nodes: make([]node[E, S], nSequences*2), + } + for i, s := range sequences { + t.nodes[i+nSequences].items = s + t.moveNext(i + nSequences) // Must call Next on each item so that At() has a value. + } + if nSequences > 0 { + t.nodes[0].index = -1 // flag to be initialized on first call to Next(). + } + return &t +} + +// Call the close function on all sequences that are still open. +func (t *Tree[E, S]) Close() { + for _, e := range t.nodes[len(t.nodes)/2 : len(t.nodes)] { + if e.index == -1 { + continue + } + t.close(e.items) + } +} + +// A loser tree is a binary tree laid out such that nodes N and N+1 have parent N/2. +// We store M leaf nodes in positions M...2M-1, and M-1 internal nodes in positions 1..M-1. +// Node 0 is a special node, containing the winner of the contest. +type Tree[E any, S Sequence] struct { + maxVal E + at func(S) E + less func(E, E) bool + close func(S) // Called when Next() returns false. + nodes []node[E, S] +} + +type node[E any, S Sequence] struct { + index int // This is the loser for all nodes except the 0th, where it is the winner. + value E // Value copied from the loser node, or winner for node 0. + items S // Only populated for leaf nodes. +} + +func (t *Tree[E, S]) moveNext(index int) bool { + n := &t.nodes[index] + if n.items.Next() { + n.value = t.at(n.items) + return true + } + t.close(n.items) // Next() returned false; close it and mark as finished. + n.value = t.maxVal + n.index = -1 + return false +} + +func (t *Tree[E, S]) Winner() S { + return t.nodes[t.nodes[0].index].items +} + +func (t *Tree[E, S]) At() E { + return t.nodes[0].value +} + +func (t *Tree[E, S]) Next() bool { + nodes := t.nodes + if len(nodes) == 0 { + return false + } + if nodes[0].index == -1 { // If tree has not been initialized yet, do that. + t.initialize() + return nodes[nodes[0].index].index != -1 + } + if nodes[nodes[0].index].index == -1 { // already exhausted. + return false + } + t.moveNext(nodes[0].index) + t.replayGames(nodes[0].index) + return nodes[nodes[0].index].index != -1 +} + +// Current winner has been advanced independently; fix up the loser tree. +func (t *Tree[E, S]) Fix(closed bool) { + nodes := t.nodes + cur := &nodes[nodes[0].index] + if closed { + cur.value = t.maxVal + cur.index = -1 + } else { + cur.value = t.at(cur.items) + } + t.replayGames(nodes[0].index) +} + +func (t *Tree[E, S]) IsEmpty() bool { + nodes := t.nodes + if nodes[0].index == -1 { // If tree has not been initialized yet, do that. + t.initialize() + } + return nodes[nodes[0].index].index == -1 +} + +func (t *Tree[E, S]) initialize() { + winner := t.playGame(1) + t.nodes[0].index = winner + t.nodes[0].value = t.nodes[winner].value +} + +// Find the winner at position pos; if it is a non-leaf node, store the loser. +// pos must be >= 1 and < len(t.nodes). +func (t *Tree[E, S]) playGame(pos int) int { + nodes := t.nodes + if pos >= len(nodes)/2 { + return pos + } + left := t.playGame(pos * 2) + right := t.playGame(pos*2 + 1) + var loser, winner int + if t.less(nodes[left].value, nodes[right].value) { + loser, winner = right, left + } else { + loser, winner = left, right + } + nodes[pos].index = loser + nodes[pos].value = nodes[loser].value + return winner +} + +// Starting at pos, which is a winner, re-consider all values up to the root. +func (t *Tree[E, S]) replayGames(pos int) { + nodes := t.nodes + winningValue := nodes[pos].value + for n := parent(pos); n != 0; n = parent(n) { + node := &nodes[n] + if t.less(node.value, winningValue) { + // Record pos as the loser here, and the old loser is the new winner. + node.index, pos = pos, node.index + node.value, winningValue = winningValue, node.value + } + } + // pos is now the winner; store it in node 0. + nodes[0].index = pos + nodes[0].value = winningValue +} + +func parent(i int) int { return i >> 1 } diff --git a/pkg/losertree/tree_test.go b/pkg/losertree/tree_test.go new file mode 100644 index 0000000000..4144a81be4 --- /dev/null +++ b/pkg/losertree/tree_test.go @@ -0,0 +1,124 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +// Original version copyright Bryan Boreham, 2024. +// https://github.com/bboreham/go-loser/tree/any. +package losertree + +import ( + "math" + "testing" +) + +type List struct { + list []uint64 + cur uint64 +} + +func NewList(list ...uint64) *List { + return &List{list: list} +} + +func (it *List) At() uint64 { + return it.cur +} + +func (it *List) Next() bool { + if len(it.list) > 0 { + it.cur = it.list[0] + it.list = it.list[1:] + return true + } + it.cur = 0 + return false +} + +func (it *List) Seek(val uint64) bool { + for it.cur < val && len(it.list) > 0 { + it.cur = it.list[0] + it.list = it.list[1:] + } + return len(it.list) > 0 +} + +func checkIterablesEqual[E any, S1 Sequence, S2 Sequence](t *testing.T, a S1, b S2, at1 func(S1) E, at2 func(S2) E, less func(E, E) bool) { + t.Helper() + count := 0 + for a.Next() { + count++ + if !b.Next() { + t.Fatalf("b ended before a after %d elements", count) + } + if less(at1(a), at2(b)) || less(at2(b), at1(a)) { + t.Fatalf("position %d: %v != %v", count, at1(a), at2(b)) + } + } + if b.Next() { + t.Fatalf("a ended before b after %d elements", count) + } +} + +var testCases = []struct { + name string + args []*List + want *List +}{ + { + name: "empty input", + want: NewList(), + }, + { + name: "one list", + args: []*List{NewList(1, 2, 3, 4)}, + want: NewList(1, 2, 3, 4), + }, + { + name: "two lists", + args: []*List{NewList(3, 4, 5), NewList(1, 2)}, + want: NewList(1, 2, 3, 4, 5), + }, + { + name: "two lists, first empty", + args: []*List{NewList(), NewList(1, 2)}, + want: NewList(1, 2), + }, + { + name: "two lists, second empty", + args: []*List{NewList(1, 2), NewList()}, + want: NewList(1, 2), + }, + { + name: "two lists b", + args: []*List{NewList(1, 2), NewList(3, 4, 5)}, + want: NewList(1, 2, 3, 4, 5), + }, + { + name: "two lists c", + args: []*List{NewList(1, 3), NewList(2, 4, 5)}, + want: NewList(1, 2, 3, 4, 5), + }, + { + name: "three lists", + args: []*List{NewList(1, 3), NewList(2, 4), NewList(5)}, + want: NewList(1, 2, 3, 4, 5), + }, +} + +func TestMerge(t *testing.T) { + at := func(s *List) uint64 { return s.At() } + less := func(a, b uint64) bool { return a < b } + at2 := func(s *Tree[uint64, *List]) uint64 { return s.Winner().At() } + for _, tt := range testCases { + t.Run(tt.name, func(t *testing.T) { + numCloses := 0 + closeFn := func(_ *List) { + numCloses++ + } + lt := New(tt.args, math.MaxUint64, at, less, closeFn) + checkIterablesEqual(t, tt.want, lt, at, at2, less) + if numCloses != len(tt.args) { + t.Errorf("Expected %d closes, got %d", len(tt.args), numCloses) + } + }) + } +} diff --git a/pkg/metadata/metadata.go b/pkg/metadata/metadata.go index f3aae015a8..8067ee224c 100644 --- a/pkg/metadata/metadata.go +++ b/pkg/metadata/metadata.go @@ -8,7 +8,8 @@ import ( "sync" "github.com/pkg/errors" - "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/metadata/metadatapb" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -18,7 +19,7 @@ var _ UnaryClient = &GRPCClient{} // UnaryClient is a gRPC metadatapb.Metadata client which expands streaming metadata API. Useful for consumers that does not // support streaming. type UnaryClient interface { - MetricMetadata(ctx context.Context, req *metadatapb.MetricMetadataRequest) (map[string][]metadatapb.Meta, storage.Warnings, error) + MetricMetadata(ctx context.Context, req *metadatapb.MetricMetadataRequest) (map[string][]metadatapb.Meta, annotations.Annotations, error) } // GRPCClient allows to retrieve metadata from local gRPC streaming server implementation. @@ -33,7 +34,7 @@ func NewGRPCClient(ts metadatapb.MetadataServer) *GRPCClient { } } -func (rr *GRPCClient) MetricMetadata(ctx context.Context, req *metadatapb.MetricMetadataRequest) (map[string][]metadatapb.Meta, storage.Warnings, error) { +func (rr *GRPCClient) MetricMetadata(ctx context.Context, req *metadatapb.MetricMetadataRequest) (map[string][]metadatapb.Meta, annotations.Annotations, error) { span, ctx := tracing.StartSpan(ctx, "metadata_grpc_request") defer span.Finish() @@ -66,7 +67,7 @@ type metadataServer struct { metric string limit int - warnings []error + warnings annotations.Annotations metadataMap map[string][]metadatapb.Meta mu sync.Mutex } @@ -75,7 +76,7 @@ func (srv *metadataServer) Send(res *metadatapb.MetricMetadataResponse) error { if res.GetWarning() != "" { srv.mu.Lock() defer srv.mu.Unlock() - srv.warnings = append(srv.warnings, errors.New(res.GetWarning())) + srv.warnings.Add(errors.New(res.GetWarning())) return nil } diff --git a/pkg/metadata/prometheus_test.go b/pkg/metadata/prometheus_test.go index a486196c26..be05696888 100644 --- a/pkg/metadata/prometheus_test.go +++ b/pkg/metadata/prometheus_test.go @@ -11,11 +11,10 @@ import ( "testing" "time" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/pkg/errors" - "github.com/prometheus/prometheus/storage" - - "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/metadata/metadatapb" "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/runutil" @@ -32,6 +31,14 @@ func TestPrometheus_Metadata_e2e(t *testing.T) { testutil.Ok(t, err) defer func() { testutil.Ok(t, p.Stop()) }() + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + + upctx, upcancel := context.WithTimeout(ctx, 10*time.Second) + defer upcancel() + + logger := log.NewNopLogger() + p.SetConfig(fmt.Sprintf(` global: external_labels: @@ -44,17 +51,7 @@ scrape_configs: static_configs: - targets: ['%s'] `, e2eutil.PromAddrPlaceHolder)) - testutil.Ok(t, p.Start()) - - ctx, cancel := context.WithCancel(context.Background()) - defer cancel() - - upctx, upcancel := context.WithTimeout(ctx, 10*time.Second) - defer upcancel() - - logger := log.NewNopLogger() - err = p.WaitPrometheusUp(upctx, logger) - testutil.Ok(t, err) + testutil.Ok(t, p.Start(upctx, logger)) u, err := url.Parse("http://" + p.Addr()) testutil.Ok(t, err) @@ -115,7 +112,7 @@ scrape_configs: Limit: tcase.limit, }) - testutil.Equals(t, storage.Warnings(nil), w) + testutil.Equals(t, annotations.Annotations(nil), w) testutil.Ok(t, err) testutil.Assert(t, tcase.expectedFunc(meta)) }) diff --git a/pkg/pool/pool.go b/pkg/pool/pool.go index a7eb98c854..159966d0cb 100644 --- a/pkg/pool/pool.go +++ b/pkg/pool/pool.go @@ -35,11 +35,21 @@ type BucketedBytes struct { sizes []int maxTotal uint64 usedTotal uint64 - mtx sync.Mutex + mtx sync.RWMutex new func(s int) *[]byte } +// MustNewBucketedBytes is like NewBucketedBytes but panics if construction fails. +// Useful for package internal pools. +func MustNewBucketedBytes(minSize, maxSize int, factor float64, maxTotal uint64) *BucketedBytes { + pool, err := NewBucketedBytes(minSize, maxSize, factor, maxTotal) + if err != nil { + panic(err) + } + return pool +} + // NewBucketedBytes returns a new Bytes with size buckets for minSize to maxSize // increasing by the given factor and maximum number of used bytes. // No more than maxTotal bytes can be used at any given time unless maxTotal is set to 0. @@ -127,3 +137,10 @@ func (p *BucketedBytes) Put(b *[]byte) { p.usedTotal -= uint64(sz) } } + +func (p *BucketedBytes) UsedBytes() uint64 { + p.mtx.RLock() + defer p.mtx.RUnlock() + + return p.usedTotal +} diff --git a/pkg/pool/worker_pool.go b/pkg/pool/worker_pool.go new file mode 100644 index 0000000000..6e3e77d7ab --- /dev/null +++ b/pkg/pool/worker_pool.go @@ -0,0 +1,74 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package pool + +import ( + "context" + "sync" +) + +// Work is a unit of item to be worked on, like Java Runnable. +type Work func() + +// WorkerPool is a pool of goroutines that are reusable, similar to Java ThreadPool. +type WorkerPool interface { + // Init initializes the worker pool. + Init() + + // Go waits until the next worker becomes available and executes the given work. + Go(work Work) + + // Close cancels all workers and waits for them to finish. + Close() + + // Size returns the number of workers in the pool. + Size() int +} + +type workerPool struct { + sync.Once + ctx context.Context + workCh chan Work + cancel context.CancelFunc +} + +func NewWorkerPool(workers uint) WorkerPool { + ctx, cancel := context.WithCancel(context.Background()) + return &workerPool{ + ctx: ctx, + cancel: cancel, + workCh: make(chan Work, workers), + } +} + +func (p *workerPool) Init() { + p.Do(func() { + for i := 0; i < p.Size(); i++ { + go func() { + for { + select { + case <-p.ctx.Done(): + // TODO: exhaust workCh before exit + return + case work := <-p.workCh: + work() + } + } + }() + } + }) +} + +func (p *workerPool) Go(work Work) { + p.Init() + p.workCh <- work +} + +func (p *workerPool) Close() { + p.cancel() +} + +func (p *workerPool) Size() int { + return cap(p.workCh) +} diff --git a/pkg/pool/worker_pool_test.go b/pkg/pool/worker_pool_test.go new file mode 100644 index 0000000000..bbd73ec6b4 --- /dev/null +++ b/pkg/pool/worker_pool_test.go @@ -0,0 +1,35 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package pool + +import ( + "sync" + "testing" + + "github.com/stretchr/testify/require" +) + +func TestGo(t *testing.T) { + var expectedWorksDone uint32 + var workerPoolSize uint + var mu sync.Mutex + workerPoolSize = 5 + p := NewWorkerPool(workerPoolSize) + p.Init() + defer p.Close() + + var wg sync.WaitGroup + for i := 0; i < int(workerPoolSize*3); i++ { + wg.Add(1) + p.Go(func() { + mu.Lock() + defer mu.Unlock() + expectedWorksDone++ + wg.Done() + }) + } + wg.Wait() + require.Equal(t, uint32(workerPoolSize*3), expectedWorksDone) + require.Equal(t, int(workerPoolSize), p.Size()) +} diff --git a/pkg/promclient/promclient.go b/pkg/promclient/promclient.go index 430264471d..5dde62c5ee 100644 --- a/pkg/promclient/promclient.go +++ b/pkg/promclient/promclient.go @@ -33,8 +33,8 @@ import ( "google.golang.org/grpc/codes" "gopkg.in/yaml.v2" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" - "github.com/thanos-io/thanos/pkg/httpconfig" "github.com/thanos-io/thanos/pkg/metadata/metadatapb" "github.com/thanos-io/thanos/pkg/rules/rulespb" "github.com/thanos-io/thanos/pkg/runutil" @@ -85,7 +85,7 @@ func NewClient(c HTTPClient, logger log.Logger, userAgent string) *Client { // NewDefaultClient returns Client with tracing tripperware. func NewDefaultClient() *Client { - client, _ := httpconfig.NewHTTPClient(httpconfig.ClientConfig{}, "") + client, _ := clientconfig.NewHTTPClient(clientconfig.HTTPClientConfig{}, "") return NewWithTracingClient( log.NewNopLogger(), client, @@ -105,7 +105,7 @@ func NewWithTracingClient(logger log.Logger, httpClient *http.Client, userAgent // req2xx sends a request to the given url.URL. If method is http.MethodPost then // the raw query is encoded in the body and the appropriate Content-Type is set. -func (c *Client) req2xx(ctx context.Context, u *url.URL, method string) (_ []byte, _ int, err error) { +func (c *Client) req2xx(ctx context.Context, u *url.URL, method string, headers http.Header) (_ []byte, _ int, err error) { var b io.Reader if method == http.MethodPost { rq := u.RawQuery @@ -117,6 +117,10 @@ func (c *Client) req2xx(ctx context.Context, u *url.URL, method string) (_ []byt if err != nil { return nil, 0, errors.Wrapf(err, "create %s request", method) } + if headers != nil { + req.Header = headers + } + if c.userAgent != "" { req.Header.Set("User-Agent", c.userAgent) } @@ -157,6 +161,22 @@ func IsWALDirAccessible(dir string) error { return nil } +// IsDirAccessible returns no error if dir can be found. +func IsDirAccessible(dir string) error { + const errMsg = "Dir is not accessible." + + f, err := os.Stat(dir) + if err != nil { + return errors.Wrap(err, errMsg) + } + + if !f.IsDir() { + return errors.New(errMsg) + } + + return nil +} + // ExternalLabels returns sorted external labels from /api/v1/status/config Prometheus endpoint. // Note that configuration can be hot reloadable on Prometheus, so this config might change in runtime. func (c *Client) ExternalLabels(ctx context.Context, base *url.URL) (labels.Labels, error) { @@ -166,9 +186,9 @@ func (c *Client) ExternalLabels(ctx context.Context, base *url.URL) (labels.Labe span, ctx := tracing.StartSpan(ctx, "/prom_config HTTP[client]") defer span.Finish() - body, _, err := c.req2xx(ctx, &u, http.MethodGet) + body, _, err := c.req2xx(ctx, &u, http.MethodGet, nil) if err != nil { - return nil, err + return labels.EmptyLabels(), err } var d struct { Data struct { @@ -176,18 +196,16 @@ func (c *Client) ExternalLabels(ctx context.Context, base *url.URL) (labels.Labe } `json:"data"` } if err := json.Unmarshal(body, &d); err != nil { - return nil, errors.Wrapf(err, "unmarshal response: %v", string(body)) + return labels.EmptyLabels(), errors.Wrapf(err, "unmarshal response: %v", string(body)) } var cfg struct { GlobalConfig config.GlobalConfig `yaml:"global"` } if err := yaml.Unmarshal([]byte(d.Data.YAML), &cfg); err != nil { - return nil, errors.Wrapf(err, "parse Prometheus config: %v", d.Data.YAML) + return labels.EmptyLabels(), errors.Wrapf(err, "parse Prometheus config: %v", d.Data.YAML) } - lset := cfg.GlobalConfig.ExternalLabels - sort.Sort(lset) - return lset, nil + return cfg.GlobalConfig.ExternalLabels, nil } type Flags struct { @@ -356,10 +374,15 @@ func (c *Client) Snapshot(ctx context.Context, base *url.URL, skipHead bool) (st } type QueryOptions struct { + DoNotAddThanosParams bool Deduplicate bool PartialResponseStrategy storepb.PartialResponseStrategy Method string MaxSourceResolution string + Engine string + Explain bool + Analyze bool + HTTPHeaders http.Header } func (p *QueryOptions) AddTo(values url.Values) error { @@ -368,6 +391,10 @@ func (p *QueryOptions) AddTo(values url.Values) error { values.Add("max_source_resolution", p.MaxSourceResolution) } + values.Add("explain", fmt.Sprintf("%v", p.Explain)) + values.Add("analyze", fmt.Sprintf("%v", p.Analyze)) + values.Add("engine", p.Engine) + var partialResponseValue string switch p.PartialResponseStrategy { case storepb.PartialResponseStrategy_WARN: @@ -384,16 +411,23 @@ func (p *QueryOptions) AddTo(values url.Values) error { return nil } +type Explanation struct { + Name string `json:"name"` + Children []*Explanation `json:"children,omitempty"` +} + // QueryInstant performs an instant query using a default HTTP client and returns results in model.Vector type. -func (c *Client) QueryInstant(ctx context.Context, base *url.URL, query string, t time.Time, opts QueryOptions) (model.Vector, []string, error) { +func (c *Client) QueryInstant(ctx context.Context, base *url.URL, query string, t time.Time, opts QueryOptions) (model.Vector, []string, *Explanation, error) { params, err := url.ParseQuery(base.RawQuery) if err != nil { - return nil, nil, errors.Wrapf(err, "parse raw query %s", base.RawQuery) + return nil, nil, nil, errors.Wrapf(err, "parse raw query %s", base.RawQuery) } params.Add("query", query) params.Add("time", t.Format(time.RFC3339Nano)) - if err := opts.AddTo(params); err != nil { - return nil, nil, errors.Wrap(err, "add thanos opts query params") + if !opts.DoNotAddThanosParams { + if err := opts.AddTo(params); err != nil { + return nil, nil, nil, errors.Wrap(err, "add thanos opts query params") + } } u := *base @@ -410,27 +444,28 @@ func (c *Client) QueryInstant(ctx context.Context, base *url.URL, query string, method = http.MethodGet } - body, _, err := c.req2xx(ctx, &u, method) + body, _, err := c.req2xx(ctx, &u, method, opts.HTTPHeaders) if err != nil { - return nil, nil, errors.Wrap(err, "read query instant response") + return nil, nil, nil, errors.Wrap(err, "read query instant response") } // Decode only ResultType and load Result only as RawJson since we don't know // structure of the Result yet. var m struct { Data struct { - ResultType string `json:"resultType"` - Result json.RawMessage `json:"result"` + ResultType string `json:"resultType"` + Result json.RawMessage `json:"result"` + Explanation *Explanation `json:"explanation,omitempty"` } `json:"data"` Error string `json:"error,omitempty"` ErrorType string `json:"errorType,omitempty"` - // Extra field supported by Thanos Querier. + // Extra fields supported by Thanos Querier. Warnings []string `json:"warnings"` } if err = json.Unmarshal(body, &m); err != nil { - return nil, nil, errors.Wrap(err, "unmarshal query instant response") + return nil, nil, nil, errors.Wrap(err, "unmarshal query instant response") } var vectorResult model.Vector @@ -440,48 +475,47 @@ func (c *Client) QueryInstant(ctx context.Context, base *url.URL, query string, switch m.Data.ResultType { case string(parser.ValueTypeVector): if err = json.Unmarshal(m.Data.Result, &vectorResult); err != nil { - return nil, nil, errors.Wrap(err, "decode result into ValueTypeVector") + return nil, nil, nil, errors.Wrap(err, "decode result into ValueTypeVector") } case string(parser.ValueTypeScalar): vectorResult, err = convertScalarJSONToVector(m.Data.Result) if err != nil { - return nil, nil, errors.Wrap(err, "decode result into ValueTypeScalar") + return nil, nil, nil, errors.Wrap(err, "decode result into ValueTypeScalar") } default: if m.Warnings != nil { - return nil, nil, errors.Errorf("error: %s, type: %s, warning: %s", m.Error, m.ErrorType, strings.Join(m.Warnings, ", ")) + return nil, nil, nil, errors.Errorf("error: %s, type: %s, warning: %s", m.Error, m.ErrorType, strings.Join(m.Warnings, ", ")) } if m.Error != "" { - return nil, nil, errors.Errorf("error: %s, type: %s", m.Error, m.ErrorType) + return nil, nil, nil, errors.Errorf("error: %s, type: %s", m.Error, m.ErrorType) } - return nil, nil, errors.Errorf("received status code: 200, unknown response type: '%q'", m.Data.ResultType) + return nil, nil, nil, errors.Errorf("received status code: 200, unknown response type: '%q'", m.Data.ResultType) } - return vectorResult, m.Warnings, nil + return vectorResult, m.Warnings, m.Data.Explanation, nil } // PromqlQueryInstant performs instant query and returns results in promql.Vector type that is compatible with promql package. func (c *Client) PromqlQueryInstant(ctx context.Context, base *url.URL, query string, t time.Time, opts QueryOptions) (promql.Vector, []string, error) { - vectorResult, warnings, err := c.QueryInstant(ctx, base, query, t, opts) + vectorResult, warnings, _, err := c.QueryInstant(ctx, base, query, t, opts) if err != nil { return nil, nil, err } vec := make(promql.Vector, 0, len(vectorResult)) + b := labels.NewScratchBuilder(0) for _, e := range vectorResult { - lset := make(labels.Labels, 0, len(e.Metric)) + b.Reset() for k, v := range e.Metric { - lset = append(lset, labels.Label{ - Name: string(k), - Value: string(v), - }) + b.Add(string(k), string(v)) } - sort.Sort(lset) + // TODO(mhoffm): shouldn't labels from prometheus results be already sorted? + b.Sort() vec = append(vec, promql.Sample{ - Metric: lset, + Metric: b.Labels(), T: int64(e.Timestamp), F: float64(e.Value), }) @@ -491,17 +525,19 @@ func (c *Client) PromqlQueryInstant(ctx context.Context, base *url.URL, query st } // QueryRange performs a range query using a default HTTP client and returns results in model.Matrix type. -func (c *Client) QueryRange(ctx context.Context, base *url.URL, query string, startTime, endTime, step int64, opts QueryOptions) (model.Matrix, []string, error) { +func (c *Client) QueryRange(ctx context.Context, base *url.URL, query string, startTime, endTime, step int64, opts QueryOptions) (model.Matrix, []string, *Explanation, error) { params, err := url.ParseQuery(base.RawQuery) if err != nil { - return nil, nil, errors.Wrapf(err, "parse raw query %s", base.RawQuery) + return nil, nil, nil, errors.Wrapf(err, "parse raw query %s", base.RawQuery) } params.Add("query", query) params.Add("start", formatTime(timestamp.Time(startTime))) params.Add("end", formatTime(timestamp.Time(endTime))) params.Add("step", strconv.FormatInt(step, 10)) - if err := opts.AddTo(params); err != nil { - return nil, nil, errors.Wrap(err, "add thanos opts query params") + if !opts.DoNotAddThanosParams { + if err := opts.AddTo(params); err != nil { + return nil, nil, nil, errors.Wrap(err, "add thanos opts query params") + } } u := *base @@ -513,27 +549,28 @@ func (c *Client) QueryRange(ctx context.Context, base *url.URL, query string, st span, ctx := tracing.StartSpan(ctx, "/prom_query_range HTTP[client]") defer span.Finish() - body, _, err := c.req2xx(ctx, &u, http.MethodGet) + body, _, err := c.req2xx(ctx, &u, http.MethodGet, opts.HTTPHeaders) if err != nil { - return nil, nil, errors.Wrap(err, "read query range response") + return nil, nil, nil, errors.Wrap(err, "read query range response") } // Decode only ResultType and load Result only as RawJson since we don't know // structure of the Result yet. var m struct { Data struct { - ResultType string `json:"resultType"` - Result json.RawMessage `json:"result"` + ResultType string `json:"resultType"` + Result json.RawMessage `json:"result"` + Explanation *Explanation `json:"explanation,omitempty"` } `json:"data"` Error string `json:"error,omitempty"` ErrorType string `json:"errorType,omitempty"` - // Extra field supported by Thanos Querier. + // Extra fields supported by Thanos Querier. Warnings []string `json:"warnings"` } if err = json.Unmarshal(body, &m); err != nil { - return nil, nil, errors.Wrap(err, "unmarshal query range response") + return nil, nil, nil, errors.Wrap(err, "unmarshal query range response") } var matrixResult model.Matrix @@ -542,19 +579,19 @@ func (c *Client) QueryRange(ctx context.Context, base *url.URL, query string, st switch m.Data.ResultType { case string(parser.ValueTypeMatrix): if err = json.Unmarshal(m.Data.Result, &matrixResult); err != nil { - return nil, nil, errors.Wrap(err, "decode result into ValueTypeMatrix") + return nil, nil, nil, errors.Wrap(err, "decode result into ValueTypeMatrix") } default: if m.Warnings != nil { - return nil, nil, errors.Errorf("error: %s, type: %s, warning: %s", m.Error, m.ErrorType, strings.Join(m.Warnings, ", ")) + return nil, nil, nil, errors.Errorf("error: %s, type: %s, warning: %s", m.Error, m.ErrorType, strings.Join(m.Warnings, ", ")) } if m.Error != "" { - return nil, nil, errors.Errorf("error: %s, type: %s", m.Error, m.ErrorType) + return nil, nil, nil, errors.Errorf("error: %s, type: %s", m.Error, m.ErrorType) } - return nil, nil, errors.Errorf("received status code: 200, unknown response type: '%q'", m.Data.ResultType) + return nil, nil, nil, errors.Errorf("received status code: 200, unknown response type: '%q'", m.Data.ResultType) } - return matrixResult, m.Warnings, nil + return matrixResult, m.Warnings, m.Data.Explanation, nil } // Scalar response consists of array with mixed types so it needs to be @@ -595,7 +632,7 @@ func (c *Client) AlertmanagerAlerts(ctx context.Context, base *url.URL) ([]*mode span, ctx := tracing.StartSpan(ctx, "/alertmanager_alerts HTTP[client]") defer span.Finish() - body, _, err := c.req2xx(ctx, &u, http.MethodGet) + body, _, err := c.req2xx(ctx, &u, http.MethodGet, nil) if err != nil { return nil, err } @@ -626,7 +663,7 @@ func (c *Client) BuildVersion(ctx context.Context, base *url.URL) (string, error defer span.Finish() // We get status code 404 or 405 for prometheus versions lower than 2.14.0 - body, code, err := c.req2xx(ctx, &u, http.MethodGet) + body, code, err := c.req2xx(ctx, &u, http.MethodGet, nil) if err != nil { if code == http.StatusNotFound { return "0", nil @@ -658,7 +695,7 @@ func (c *Client) get2xxResultWithGRPCErrors(ctx context.Context, spanName string span, ctx := tracing.StartSpan(ctx, spanName) defer span.Finish() - body, code, err := c.req2xx(ctx, u, http.MethodGet) + body, code, err := c.req2xx(ctx, u, http.MethodGet, nil) if err != nil { if code, exists := statusToCode[code]; exists && code != 0 { return status.Error(code, err.Error()) diff --git a/pkg/promclient/promclient_e2e_test.go b/pkg/promclient/promclient_e2e_test.go index 7a5aaec003..a253ce2485 100644 --- a/pkg/promclient/promclient_e2e_test.go +++ b/pkg/promclient/promclient_e2e_test.go @@ -12,6 +12,7 @@ import ( "testing" "time" + "github.com/go-kit/log" "github.com/oklog/ulid" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/config" @@ -27,10 +28,10 @@ import ( func TestIsWALFileAccessible_e2e(t *testing.T) { e2eutil.ForeachPrometheus(t, func(t testing.TB, p *e2eutil.Prometheus) { - testutil.Ok(t, p.Start()) - ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute) defer cancel() + testutil.Ok(t, p.Start(ctx, log.NewNopLogger())) + testutil.Ok(t, runutil.Retry(time.Second, ctx.Done(), func() error { return IsWALDirAccessible(p.Dir()) })) testutil.NotOk(t, IsWALDirAccessible(path.Join(p.Dir(), "/non-existing"))) @@ -41,15 +42,15 @@ func TestIsWALFileAccessible_e2e(t *testing.T) { func TestExternalLabels_e2e(t *testing.T) { e2eutil.ForeachPrometheus(t, func(t testing.TB, p *e2eutil.Prometheus) { // Keep consistent with the config processing in function (*Client).ExternalLabels. - cfg := config.Config{GlobalConfig: config.GlobalConfig{ExternalLabels: []labels.Label{ - {Name: "region", Value: "eu-west"}, - {Name: "az", Value: "1"}, - }}} + cfg := config.Config{GlobalConfig: config.GlobalConfig{ExternalLabels: labels.FromMap(map[string]string{ + "region": "eu-west", + "az": "1", + })}} cfgData, err := yaml.Marshal(cfg) testutil.Ok(t, err) p.SetConfig(string(cfgData)) - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(context.Background(), log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) @@ -57,7 +58,7 @@ func TestExternalLabels_e2e(t *testing.T) { ext, err := NewDefaultClient().ExternalLabels(context.Background(), u) testutil.Ok(t, err) - testutil.Equals(t, 2, len(ext)) + testutil.Equals(t, 2, ext.Len()) testutil.Equals(t, "eu-west", ext.Get("region")) testutil.Equals(t, "1", ext.Get("az")) }) @@ -65,7 +66,7 @@ func TestExternalLabels_e2e(t *testing.T) { func TestConfiguredFlags_e2e(t *testing.T) { e2eutil.ForeachPrometheus(t, func(t testing.TB, p *e2eutil.Prometheus) { - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(context.Background(), log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) @@ -95,13 +96,13 @@ func TestSnapshot_e2e(t *testing.T) { 10, timestamp.FromTime(now.Add(-6*time.Hour)), timestamp.FromTime(now.Add(-4*time.Hour)), - nil, + labels.EmptyLabels(), 0, metadata.NoneFunc, ) testutil.Ok(t, err) - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(context.Background(), log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) @@ -166,18 +167,18 @@ func TestQueryRange_e2e(t *testing.T) { 10, timestamp.FromTime(now.Add(-2*time.Hour)), timestamp.FromTime(now), - nil, + labels.EmptyLabels(), 0, metadata.NoneFunc, ) testutil.Ok(t, err) - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(context.Background(), log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) - res, _, err := NewDefaultClient().QueryRange( + res, _, _, err := NewDefaultClient().QueryRange( ctx, u, `{a="b"}`, diff --git a/pkg/query/endpointset.go b/pkg/query/endpointset.go index 826d3e3cfb..b1faff425b 100644 --- a/pkg/query/endpointset.go +++ b/pkg/query/endpointset.go @@ -13,15 +13,16 @@ import ( "time" "unicode/utf8" - "github.com/thanos-io/thanos/pkg/api/query/querypb" - "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/labels" "google.golang.org/grpc" + "google.golang.org/grpc/codes" + "google.golang.org/grpc/status" + "github.com/thanos-io/thanos/pkg/api/query/querypb" "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" "github.com/thanos-io/thanos/pkg/info/infopb" @@ -74,7 +75,11 @@ func (es *GRPCEndpointSpec) Addr() string { func (es *endpointRef) Metadata(ctx context.Context, infoClient infopb.InfoClient, storeClient storepb.StoreClient) (*endpointMetadata, error) { if infoClient != nil { resp, err := infoClient.Info(ctx, &infopb.InfoRequest{}, grpc.WaitForReady(true)) - if err == nil { + if err != nil { + if status.Convert(err).Code() != codes.Unimplemented { + return nil, err + } + } else { return &endpointMetadata{resp}, nil } } @@ -197,15 +202,17 @@ type endpointSetNodeCollector struct { storeNodes map[component.Component]map[string]int storePerExtLset map[string]int + logger log.Logger connectionsDesc *prometheus.Desc labels []string } -func newEndpointSetNodeCollector(labels ...string) *endpointSetNodeCollector { +func newEndpointSetNodeCollector(logger log.Logger, labels ...string) *endpointSetNodeCollector { if len(labels) == 0 { labels = []string{string(ExternalLabels), string(StoreType)} } return &endpointSetNodeCollector{ + logger: logger, storeNodes: map[component.Component]map[string]int{}, connectionsDesc: prometheus.NewDesc( "thanos_store_nodes_grpc_connections", @@ -272,7 +279,12 @@ func (c *endpointSetNodeCollector) Collect(ch chan<- prometheus.Metric) { lbls = append(lbls, storeTypeStr) } } - ch <- prometheus.MustNewConstMetric(c.connectionsDesc, prometheus.GaugeValue, float64(occurrences), lbls...) + select { + case ch <- prometheus.MustNewConstMetric(c.connectionsDesc, prometheus.GaugeValue, float64(occurrences), lbls...): + case <-time.After(1 * time.Second): + level.Warn(c.logger).Log("msg", "failed to collect endpointset metrics", "timeout", 1*time.Second) + return + } } } } @@ -307,14 +319,14 @@ type nowFunc func() time.Time func NewEndpointSet( now nowFunc, logger log.Logger, - reg *prometheus.Registry, + reg prometheus.Registerer, endpointSpecs func() []*GRPCEndpointSpec, dialOpts []grpc.DialOption, unhealthyEndpointTimeout time.Duration, endpointInfoTimeout time.Duration, endpointMetricLabels ...string, ) *EndpointSet { - endpointsMetric := newEndpointSetNodeCollector(endpointMetricLabels...) + endpointsMetric := newEndpointSetNodeCollector(logger, endpointMetricLabels...) if reg != nil { reg.MustRegister(endpointsMetric) } @@ -363,6 +375,8 @@ func (e *EndpointSet) Update(ctx context.Context) { ) for _, spec := range e.endpointSpec() { + spec := spec + if er, existingRef := e.endpoints[spec.Addr()]; existingRef { wg.Add(1) go func(spec *GRPCEndpointSpec) { @@ -384,8 +398,7 @@ func (e *EndpointSet) Update(ctx context.Context) { defer wg.Done() ctx, cancel := context.WithTimeout(ctx, e.endpointInfoTimeout) defer cancel() - - newRef, err := e.newEndpointRef(ctx, spec) + newRef, err := e.newEndpointRef(spec) if err != nil { level.Warn(e.logger).Log("msg", "new endpoint creation failed", "err", err, "address", spec.Addr()) return @@ -479,7 +492,10 @@ func (e *EndpointSet) getTimedOutRefs() map[string]*endpointRef { continue } - lastCheck := er.getStatus().LastCheck + er.mtx.RLock() + lastCheck := er.status.LastCheck + er.mtx.RUnlock() + if now.Sub(lastCheck) >= e.unhealthyEndpointTimeout { result[er.addr] = er } @@ -509,12 +525,15 @@ func (e *EndpointSet) GetStoreClients() []store.Client { stores := make([]store.Client, 0, len(endpoints)) for _, er := range endpoints { if er.HasStoreAPI() { + er.mtx.RLock() // Make a new endpointRef with store client. stores = append(stores, &endpointRef{ StoreClient: storepb.NewStoreClient(er.cc), addr: er.addr, metadata: er.metadata, + status: er.status, }) + er.mtx.RUnlock() } } return stores @@ -527,9 +546,8 @@ func (e *EndpointSet) GetQueryAPIClients() []Client { queryClients := make([]Client, 0, len(endpoints)) for _, er := range endpoints { if er.HasQueryAPI() { - mint, maxt := er.timeRange() client := querypb.NewQueryClient(er.cc) - queryClients = append(queryClients, NewClient(client, er.addr, mint, maxt, er.labelSets())) + queryClients = append(queryClients, NewClient(client, er.addr, er.TSDBInfos())) } } return queryClients @@ -606,7 +624,10 @@ func (e *EndpointSet) GetEndpointStatus() []EndpointStatus { statuses := make([]EndpointStatus, 0, len(e.endpoints)) for _, v := range e.endpoints { - status := v.getStatus() + v.mtx.RLock() + defer v.mtx.RUnlock() + + status := v.status if status != nil { statuses = append(statuses, *status) } @@ -635,9 +656,12 @@ type endpointRef struct { // newEndpointRef creates a new endpointRef with a gRPC channel to the given the IP address. // The call to newEndpointRef will return an error if establishing the channel fails. -func (e *EndpointSet) newEndpointRef(ctx context.Context, spec *GRPCEndpointSpec) (*endpointRef, error) { - dialOpts := append(e.dialOpts, spec.dialOpts...) - conn, err := grpc.DialContext(ctx, spec.Addr(), dialOpts...) +func (e *EndpointSet) newEndpointRef(spec *GRPCEndpointSpec) (*endpointRef, error) { + var dialOpts []grpc.DialOption + + dialOpts = append(dialOpts, e.dialOpts...) + dialOpts = append(dialOpts, spec.dialOpts...) + conn, err := grpc.NewClient(spec.Addr(), dialOpts...) if err != nil { return nil, errors.Wrap(err, "dialing connection") } @@ -653,8 +677,8 @@ func (e *EndpointSet) newEndpointRef(ctx context.Context, spec *GRPCEndpointSpec // update sets the metadata and status of the endpoint ref based on the info response value and error. func (er *endpointRef) update(now nowFunc, metadata *endpointMetadata, err error) { - er.mtx.RLock() - defer er.mtx.RUnlock() + er.mtx.Lock() + defer er.mtx.Unlock() er.updateMetadata(metadata, err) er.updateStatus(now, err) @@ -692,18 +716,14 @@ func (er *endpointRef) updateMetadata(metadata *endpointMetadata, err error) { } } -func (er *endpointRef) getStatus() *EndpointStatus { - er.mtx.RLock() - defer er.mtx.RUnlock() - - return er.status -} - // isQueryable returns true if an endpointRef should be used for querying. // A strict endpointRef is always queriable. A non-strict endpointRef // is queryable if the last health check (info call) succeeded. func (er *endpointRef) isQueryable() bool { - return er.isStrict || er.getStatus().LastError == nil + er.mtx.RLock() + defer er.mtx.RUnlock() + + return er.isStrict || er.status.LastError == nil } func (er *endpointRef) ComponentType() component.Component { @@ -767,7 +787,7 @@ func (er *endpointRef) LabelSets() []labels.Labels { er.mtx.RLock() defer er.mtx.RUnlock() - return er.labelSets() + return er.status.LabelSets } func (er *endpointRef) labelSets() []labels.Labels { @@ -796,6 +816,18 @@ func (er *endpointRef) TimeRange() (mint, maxt int64) { return er.timeRange() } +func (er *endpointRef) TSDBInfos() []infopb.TSDBInfo { + er.mtx.RLock() + defer er.mtx.RUnlock() + + if er.metadata == nil || er.metadata.Store == nil { + return nil + } + + // Currently, min/max time of only StoreAPI is being updated by all components. + return er.metadata.Store.TsdbInfos +} + func (er *endpointRef) timeRange() (int64, int64) { if er.metadata == nil || er.metadata.Store == nil { return math.MinInt64, math.MaxInt64 diff --git a/pkg/query/endpointset_test.go b/pkg/query/endpointset_test.go index 70b95c8ab5..f9955d3412 100644 --- a/pkg/query/endpointset_test.go +++ b/pkg/query/endpointset_test.go @@ -14,20 +14,19 @@ import ( "testing" "time" + "github.com/efficientgo/core/testutil" + "github.com/pkg/errors" "github.com/stretchr/testify/require" - - "github.com/prometheus/prometheus/model/labels" - "github.com/thanos-io/thanos/pkg/store" - "golang.org/x/sync/errgroup" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - "github.com/efficientgo/core/testutil" - "github.com/pkg/errors" promtestutil "github.com/prometheus/client_golang/prometheus/testutil" + "github.com/prometheus/prometheus/model/labels" + "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/info/infopb" + "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -1264,7 +1263,7 @@ func TestEndpoint_Update_QuerierStrict(t *testing.T) { testutil.Equals(t, 2, len(endpointSet.GetStoreClients()), "two static clients must remain available") testutil.Equals(t, curMin, endpointSet.endpoints[staticEndpointAddr].metadata.Store.MinTime, "minimum time reported by the store node is different") testutil.Equals(t, curMax, endpointSet.endpoints[staticEndpointAddr].metadata.Store.MaxTime, "minimum time reported by the store node is different") - testutil.NotOk(t, endpointSet.endpoints[staticEndpointAddr].getStatus().LastError.originalErr) + testutil.NotOk(t, endpointSet.endpoints[staticEndpointAddr].status.LastError.originalErr) testutil.Equals(t, updatedCurMin, endpointSet.endpoints[slowStaticEndpointAddr].metadata.Store.MinTime, "minimum time reported by the store node is different") testutil.Equals(t, updatedCurMax, endpointSet.endpoints[slowStaticEndpointAddr].metadata.Store.MaxTime, "minimum time reported by the store node is different") @@ -1554,7 +1553,7 @@ func TestUpdateEndpointStateLastError(t *testing.T) { mockEndpointRef.update(time.Now, mockEndpointRef.metadata, tc.InputError) - b, err := json.Marshal(mockEndpointRef.getStatus().LastError) + b, err := json.Marshal(mockEndpointRef.status.LastError) testutil.Ok(t, err) testutil.Equals(t, tc.ExpectedLastErr, string(b)) } @@ -1570,14 +1569,14 @@ func TestUpdateEndpointStateForgetsPreviousErrors(t *testing.T) { mockEndpointRef.update(time.Now, mockEndpointRef.metadata, errors.New("test err")) - b, err := json.Marshal(mockEndpointRef.getStatus().LastError) + b, err := json.Marshal(mockEndpointRef.status.LastError) testutil.Ok(t, err) testutil.Equals(t, `"test err"`, string(b)) // updating status without and error should clear the previous one. mockEndpointRef.update(time.Now, mockEndpointRef.metadata, nil) - b, err = json.Marshal(mockEndpointRef.getStatus().LastError) + b, err = json.Marshal(mockEndpointRef.status.LastError) testutil.Ok(t, err) testutil.Equals(t, `null`, string(b)) } diff --git a/pkg/query/internal/test-storeset-pre-v0.8.0/storeset.go b/pkg/query/internal/test-storeset-pre-v0.8.0/storeset.go index 0e78a4ccd9..34e6a0680e 100644 --- a/pkg/query/internal/test-storeset-pre-v0.8.0/storeset.go +++ b/pkg/query/internal/test-storeset-pre-v0.8.0/storeset.go @@ -24,6 +24,7 @@ import ( "google.golang.org/grpc" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" @@ -197,6 +198,8 @@ func (s *storeRef) LabelSets() []labels.Labels { return s.labelSets } +func (s *storeRef) TSDBInfos() []infopb.TSDBInfo { return nil } + func (s *storeRef) TimeRange() (int64, int64) { s.mtx.RLock() defer s.mtx.RUnlock() @@ -323,7 +326,7 @@ func (s *StoreSet) getHealthyStores(ctx context.Context) map[string]*storeRef { store.Update(labelSets, minTime, maxTime) } else { // New store or was unhealthy and was removed in the past - create new one. - conn, err := grpc.DialContext(ctx, addr, s.dialOpts...) + conn, err := grpc.NewClient(addr, s.dialOpts...) if err != nil { s.updateStoreStatus(&storeRef{addr: addr}, err) level.Warn(s.logger).Log("msg", "update of store node failed", "err", errors.Wrap(err, "dialing connection"), "address", addr) diff --git a/pkg/query/iter.go b/pkg/query/iter.go index 2a4e90b92b..7bee002df2 100644 --- a/pkg/query/iter.go +++ b/pkg/query/iter.go @@ -9,6 +9,7 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/compact/downsample" "github.com/thanos-io/thanos/pkg/dedup" @@ -23,7 +24,18 @@ type promSeriesSet struct { mint, maxt int64 aggrs []storepb.Aggr - warns storage.Warnings + warns annotations.Annotations +} + +// NewPromSeriesSet constructs a promSeriesSet. +func NewPromSeriesSet(seriesSet storepb.SeriesSet, mint, maxt int64, aggrs []storepb.Aggr, warns annotations.Annotations) storage.SeriesSet { + return &promSeriesSet{ + set: seriesSet, + mint: mint, + maxt: maxt, + aggrs: aggrs, + warns: warns, + } } func (s *promSeriesSet) Next() bool { @@ -43,7 +55,7 @@ func (s *promSeriesSet) Err() error { return s.set.Err() } -func (s *promSeriesSet) Warnings() storage.Warnings { +func (s *promSeriesSet) Warnings() annotations.Annotations { return s.warns } @@ -178,6 +190,8 @@ func chunkEncoding(e storepb.Chunk_Encoding) chunkenc.Encoding { return chunkenc.EncXOR case storepb.Chunk_HISTOGRAM: return chunkenc.EncHistogram + case storepb.Chunk_FLOAT_HISTOGRAM: + return chunkenc.EncFloatHistogram } return 255 // Invalid. } @@ -186,13 +200,17 @@ type errSeriesIterator struct { err error } -func (errSeriesIterator) Seek(int64) chunkenc.ValueType { return chunkenc.ValNone } -func (errSeriesIterator) Next() chunkenc.ValueType { return chunkenc.ValNone } -func (errSeriesIterator) At() (int64, float64) { return 0, 0 } -func (errSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { return 0, nil } -func (errSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { return 0, nil } -func (errSeriesIterator) AtT() int64 { return 0 } -func (it errSeriesIterator) Err() error { return it.err } +func (errSeriesIterator) Seek(int64) chunkenc.ValueType { return chunkenc.ValNone } +func (errSeriesIterator) Next() chunkenc.ValueType { return chunkenc.ValNone } +func (errSeriesIterator) At() (int64, float64) { return 0, 0 } +func (errSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { + return 0, nil +} +func (errSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + return 0, nil +} +func (errSeriesIterator) AtT() int64 { return 0 } +func (it errSeriesIterator) Err() error { return it.err } // chunkSeriesIterator implements a series iterator on top // of a list of time-sorted, non-overlapping chunks. @@ -230,12 +248,12 @@ func (it *chunkSeriesIterator) At() (t int64, v float64) { return it.chunks[it.i].At() } -func (it *chunkSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { - return it.chunks[it.i].AtHistogram() +func (it *chunkSeriesIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) { + return it.chunks[it.i].AtHistogram(h) } -func (it *chunkSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { - return it.chunks[it.i].AtFloatHistogram() +func (it *chunkSeriesIterator) AtFloatHistogram(fh *histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + return it.chunks[it.i].AtFloatHistogram(fh) } func (it *chunkSeriesIterator) AtT() int64 { @@ -295,7 +313,7 @@ func (c *lazySeriesSet) At() storage.Series { return nil } -func (c *lazySeriesSet) Warnings() storage.Warnings { +func (c *lazySeriesSet) Warnings() annotations.Annotations { if c.set != nil { return c.set.Warnings() } diff --git a/pkg/query/querier.go b/pkg/query/querier.go index 074a9f0d3d..9fddae11a5 100644 --- a/pkg/query/querier.go +++ b/pkg/query/querier.go @@ -12,15 +12,18 @@ import ( "github.com/go-kit/log" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" + "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/dedup" "github.com/thanos-io/thanos/pkg/extprom" "github.com/thanos-io/thanos/pkg/gate" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/storepb" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -49,7 +52,6 @@ type QueryableCreator func( storeDebugMatchers [][]*labels.Matcher, maxResolutionMillis int64, partialResponse, - enableQueryPushdown, skipChunks bool, shardInfo *storepb.ShardInfo, seriesStatsReporter seriesStatsReporter, @@ -60,7 +62,7 @@ type QueryableCreator func( func NewQueryableCreator( logger log.Logger, reg prometheus.Registerer, - proxy *store.ProxyStore, + proxy storepb.StoreServer, maxConcurrentSelects int, selectTimeout time.Duration, ) QueryableCreator { @@ -72,7 +74,6 @@ func NewQueryableCreator( storeDebugMatchers [][]*labels.Matcher, maxResolutionMillis int64, partialResponse, - enableQueryPushdown, skipChunks bool, shardInfo *storepb.ShardInfo, seriesStatsReporter seriesStatsReporter, @@ -91,7 +92,6 @@ func NewQueryableCreator( }, maxConcurrentSelects: maxConcurrentSelects, selectTimeout: selectTimeout, - enableQueryPushdown: enableQueryPushdown, shardInfo: shardInfo, seriesStatsReporter: seriesStatsReporter, } @@ -102,7 +102,7 @@ type queryable struct { logger log.Logger replicaLabels []string storeDebugMatchers [][]*labels.Matcher - proxy *store.ProxyStore + proxy storepb.StoreServer deduplicate bool maxResolutionMillis int64 partialResponse bool @@ -110,28 +110,24 @@ type queryable struct { gateProviderFn func() gate.Gate maxConcurrentSelects int selectTimeout time.Duration - enableQueryPushdown bool shardInfo *storepb.ShardInfo seriesStatsReporter seriesStatsReporter } // Querier returns a new storage querier against the underlying proxy store API. -func (q *queryable) Querier(ctx context.Context, mint, maxt int64) (storage.Querier, error) { - return newQuerier(ctx, q.logger, mint, maxt, q.replicaLabels, q.storeDebugMatchers, q.proxy, q.deduplicate, q.maxResolutionMillis, q.partialResponse, q.enableQueryPushdown, q.skipChunks, q.gateProviderFn(), q.selectTimeout, q.shardInfo, q.seriesStatsReporter), nil +func (q *queryable) Querier(mint, maxt int64) (storage.Querier, error) { + return newQuerier(q.logger, mint, maxt, q.replicaLabels, q.storeDebugMatchers, q.proxy, q.deduplicate, q.maxResolutionMillis, q.partialResponse, q.skipChunks, q.gateProviderFn(), q.selectTimeout, q.shardInfo, q.seriesStatsReporter), nil } type querier struct { - ctx context.Context logger log.Logger - cancel func() mint, maxt int64 replicaLabels []string storeDebugMatchers [][]*labels.Matcher - proxy *store.ProxyStore + proxy storepb.StoreServer deduplicate bool maxResolutionMillis int64 partialResponseStrategy storepb.PartialResponseStrategy - enableQueryPushdown bool skipChunks bool selectGate gate.Gate selectTimeout time.Duration @@ -142,17 +138,15 @@ type querier struct { // newQuerier creates implementation of storage.Querier that fetches data from the proxy // store API endpoints. func newQuerier( - ctx context.Context, logger log.Logger, mint, maxt int64, replicaLabels []string, storeDebugMatchers [][]*labels.Matcher, - proxy *store.ProxyStore, + proxy storepb.StoreServer, deduplicate bool, maxResolutionMillis int64, partialResponse, - enableQueryPushdown, skipChunks bool, selectGate gate.Gate, selectTimeout time.Duration, @@ -162,8 +156,6 @@ func newQuerier( if logger == nil { logger = log.NewNopLogger() } - ctx, cancel := context.WithCancel(ctx) - rl := make(map[string]struct{}) for _, replicaLabel := range replicaLabels { rl[replicaLabel] = struct{}{} @@ -174,9 +166,7 @@ func newQuerier( partialResponseStrategy = storepb.PartialResponseStrategy_WARN } return &querier{ - ctx: ctx, logger: logger, - cancel: cancel, selectGate: selectGate, selectTimeout: selectTimeout, @@ -189,7 +179,6 @@ func newQuerier( maxResolutionMillis: maxResolutionMillis, partialResponseStrategy: partialResponseStrategy, skipChunks: skipChunks, - enableQueryPushdown: enableQueryPushdown, shardInfo: shardInfo, seriesStatsReporter: seriesStatsReporter, } @@ -206,12 +195,12 @@ type seriesServer struct { seriesSet []storepb.Series seriesSetStats storepb.SeriesStatsCounter - warnings []string + warnings annotations.Annotations } func (s *seriesServer) Send(r *storepb.SeriesResponse) error { if r.GetWarning() != "" { - s.warnings = append(s.warnings, r.GetWarning()) + s.warnings.Add(errors.New(r.GetWarning())) return nil } @@ -252,37 +241,31 @@ func aggrsFromFunc(f string) []storepb.Aggr { return []storepb.Aggr{storepb.Aggr_COUNT, storepb.Aggr_SUM} } -func storeHintsFromPromHints(hints *storage.SelectHints) *storepb.QueryHints { - return &storepb.QueryHints{ - StepMillis: hints.Step, - Func: &storepb.Func{ - Name: hints.Func, - }, - Grouping: &storepb.Grouping{ - By: hints.By, - Labels: hints.Grouping, - }, - Range: &storepb.Range{Millis: hints.Range}, - } -} - -func (q *querier) Select(_ bool, hints *storage.SelectHints, ms ...*labels.Matcher) storage.SeriesSet { +func (q *querier) Select(ctx context.Context, _ bool, hints *storage.SelectHints, ms ...*labels.Matcher) storage.SeriesSet { if hints == nil { hints = &storage.SelectHints{ Start: q.mint, End: q.maxt, } + } else { + // NOTE(GiedriusS): need to make a copy here + // because the PromQL engine sorts these and + // we later on call String() the whole request (including this slice). + grouping := make([]string, 0, len(hints.Grouping)) + grouping = append(grouping, hints.Grouping...) + hints.Grouping = grouping } matchers := make([]string, len(ms)) for i, m := range ms { matchers[i] = m.String() } - - // The querier has a context, but it gets canceled as soon as query evaluation is completed by the engine. + tenant := ctx.Value(tenancy.TenantKey) + // The context gets canceled as soon as query evaluation is completed by the engine. // We want to prevent this from happening for the async store API calls we make while preserving tracing context. // TODO(bwplotka): Does the above still is true? It feels weird to leave unfinished calls behind query API. - ctx := tracing.CopyTraceContext(context.Background(), q.ctx) + ctx = tracing.CopyTraceContext(context.Background(), ctx) + ctx = context.WithValue(ctx, tenancy.TenantKey, tenant) ctx, cancel := context.WithTimeout(ctx, q.selectTimeout) span, ctx := tracing.StartSpan(ctx, "querier_select", opentracing.Tags{ "minTime": hints.Start, @@ -355,9 +338,6 @@ func (q *querier) selectFn(ctx context.Context, hints *storage.SelectHints, ms . PartialResponseStrategy: q.partialResponseStrategy, SkipChunks: q.skipChunks, } - if q.enableQueryPushdown { - req.QueryHints = storeHintsFromPromHints(hints) - } if q.isDedupEnabled() { // Soft ask to sort without replica labels and push them at the end of labelset. req.WithoutReplicaLabels = q.replicaLabels @@ -366,55 +346,35 @@ func (q *querier) selectFn(ctx context.Context, hints *storage.SelectHints, ms . if err := q.proxy.Series(&req, resp); err != nil { return nil, storepb.SeriesStatsCounter{}, errors.Wrap(err, "proxy Series()") } - - var warns storage.Warnings - for _, w := range resp.warnings { - warns = append(warns, errors.New(w)) - } - - if q.enableQueryPushdown && (hints.Func == "max_over_time" || hints.Func == "min_over_time") { - // On query pushdown, delete the metric's name from the result because that's what the - // PromQL does either way, and we want our iterator to work with data - // that was either pushed down or not. - for i := range resp.seriesSet { - lbls := resp.seriesSet[i].Labels - for j, lbl := range lbls { - if lbl.Name != model.MetricNameLabel { - continue - } - resp.seriesSet[i].Labels = append(resp.seriesSet[i].Labels[:j], resp.seriesSet[i].Labels[j+1:]...) - break - } - } - } + warns := annotations.New().Merge(resp.warnings) if !q.isDedupEnabled() { - return &promSeriesSet{ - mint: q.mint, - maxt: q.maxt, - set: newStoreSeriesSet(resp.seriesSet), - aggrs: aggrs, - warns: warns, - }, resp.seriesSetStats, nil + return NewPromSeriesSet( + newStoreSeriesSet(resp.seriesSet), + q.mint, + q.maxt, + aggrs, + warns, + ), resp.seriesSetStats, nil } // TODO(bwplotka): Move to deduplication on chunk level inside promSeriesSet, similar to what we have in dedup.NewDedupChunkMerger(). - // This however require big refactor, caring about correct AggrChunk to iterator conversion, pushdown logic and counter reset apply. + // This however require big refactor, caring about correct AggrChunk to iterator conversion and counter reset apply. // For now we apply simple logic that splits potential overlapping chunks into separate replica series, so we can split the work. - set := &promSeriesSet{ - mint: q.mint, - maxt: q.maxt, - set: dedup.NewOverlapSplit(newStoreSeriesSet(resp.seriesSet)), - aggrs: aggrs, - warns: warns, - } - - return dedup.NewSeriesSet(set, hints.Func, q.enableQueryPushdown), resp.seriesSetStats, nil + set := NewPromSeriesSet( + dedup.NewOverlapSplit(newStoreSeriesSet(resp.seriesSet)), + q.mint, + q.maxt, + aggrs, + warns, + ) + + return dedup.NewSeriesSet(set, hints.Func), resp.seriesSetStats, nil } // LabelValues returns all potential values for a label name. -func (q *querier) LabelValues(name string, matchers ...*labels.Matcher) ([]string, storage.Warnings, error) { - span, ctx := tracing.StartSpan(q.ctx, "querier_label_values") +func (q *querier) LabelValues(ctx context.Context, name string, _ *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error) { + span, ctx := tracing.StartSpan(ctx, "querier_label_values") defer span.Finish() // TODO(bwplotka): Pass it using the SeriesRequest instead of relying on context. @@ -424,21 +384,26 @@ func (q *querier) LabelValues(name string, matchers ...*labels.Matcher) ([]strin if err != nil { return nil, nil, errors.Wrap(err, "converting prom matchers to storepb matchers") } - - resp, err := q.proxy.LabelValues(ctx, &storepb.LabelValuesRequest{ + req := &storepb.LabelValuesRequest{ Label: name, PartialResponseStrategy: q.partialResponseStrategy, Start: q.mint, End: q.maxt, Matchers: pbMatchers, - }) + } + + if q.isDedupEnabled() { + req.WithoutReplicaLabels = q.replicaLabels + } + + resp, err := q.proxy.LabelValues(ctx, req) if err != nil { return nil, nil, errors.Wrap(err, "proxy LabelValues()") } - var warns storage.Warnings + var warns annotations.Annotations for _, w := range resp.Warnings { - warns = append(warns, errors.New(w)) + warns.Add(errors.New(w)) } return resp.Values, warns, nil @@ -446,8 +411,8 @@ func (q *querier) LabelValues(name string, matchers ...*labels.Matcher) ([]strin // LabelNames returns all the unique label names present in the block in sorted order constrained // by the given matchers. -func (q *querier) LabelNames(matchers ...*labels.Matcher) ([]string, storage.Warnings, error) { - span, ctx := tracing.StartSpan(q.ctx, "querier_label_names") +func (q *querier) LabelNames(ctx context.Context, _ *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error) { + span, ctx := tracing.StartSpan(ctx, "querier_label_names") defer span.Finish() // TODO(bwplotka): Pass it using the SeriesRequest instead of relying on context. @@ -458,25 +423,28 @@ func (q *querier) LabelNames(matchers ...*labels.Matcher) ([]string, storage.War return nil, nil, errors.Wrap(err, "converting prom matchers to storepb matchers") } - resp, err := q.proxy.LabelNames(ctx, &storepb.LabelNamesRequest{ + req := &storepb.LabelNamesRequest{ PartialResponseStrategy: q.partialResponseStrategy, Start: q.mint, End: q.maxt, Matchers: pbMatchers, - }) + } + + if q.isDedupEnabled() { + req.WithoutReplicaLabels = q.replicaLabels + } + + resp, err := q.proxy.LabelNames(ctx, req) if err != nil { return nil, nil, errors.Wrap(err, "proxy LabelNames()") } - var warns storage.Warnings + var warns annotations.Annotations for _, w := range resp.Warnings { - warns = append(warns, errors.New(w)) + warns.Add(errors.New(w)) } return resp.Names, warns, nil } -func (q *querier) Close() error { - q.cancel() - return nil -} +func (q *querier) Close() error { return nil } diff --git a/pkg/query/querier_test.go b/pkg/query/querier_test.go index 069b88e77e..92340d57db 100644 --- a/pkg/query/querier_test.go +++ b/pkg/query/querier_test.go @@ -28,7 +28,9 @@ import ( "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/prometheus/prometheus/util/annotations" "github.com/prometheus/prometheus/util/gate" + "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" @@ -53,12 +55,11 @@ func TestQueryableCreator_MaxResolution(t *testing.T) { oneHourMillis, false, false, - false, nil, NoopSeriesStatsReporter, ) - q, err := queryable.Querier(context.Background(), 0, 42) + q, err := queryable.Querier(0, 42) testutil.Ok(t, err) t.Cleanup(func() { testutil.Ok(t, q.Close()) }) @@ -95,7 +96,6 @@ func TestQuerier_DownsampledData(t *testing.T) { 9999999, false, false, - false, nil, NoopSeriesStatsReporter, ) @@ -116,8 +116,9 @@ func TestQuerier_DownsampledData(t *testing.T) { st := ptm("0") ed := ptm("0.2") qry, err := engine.NewRangeQuery( + context.Background(), q, - &promql.QueryOpts{}, + promql.NewPrometheusQueryOpts(false, 0), "sum(a) by (zzz)", st, ed, @@ -392,13 +393,13 @@ func TestQuerier_Select_AfterPromQL(t *testing.T) { g := gate.New(2) mq := &mockedQueryable{ Creator: func(mint, maxt int64) storage.Querier { - return newQuerier(context.Background(), nil, mint, maxt, tcase.replicaLabels, nil, tcase.storeAPI, sc.dedup, 0, true, false, false, g, timeout, nil, NoopSeriesStatsReporter) + return newQuerier(nil, mint, maxt, tcase.replicaLabels, nil, tcase.storeAPI, sc.dedup, 0, true, false, g, timeout, nil, NoopSeriesStatsReporter) }, } t.Cleanup(func() { testutil.Ok(t, mq.Close()) }) - q, err := e.NewRangeQuery(mq, &promql.QueryOpts{}, tcase.equivalentQuery, timestamp.Time(tcase.hints.Start), timestamp.Time(tcase.hints.End), resolution) + q, err := e.NewRangeQuery(context.Background(), mq, promql.NewPrometheusQueryOpts(false, 0), tcase.equivalentQuery, timestamp.Time(tcase.hints.Start), timestamp.Time(tcase.hints.End), resolution) testutil.Ok(t, err) t.Cleanup(q.Close) res := q.Exec(context.Background()) @@ -407,7 +408,7 @@ func TestQuerier_Select_AfterPromQL(t *testing.T) { if tcase.expectedWarning != "" { warns := res.Warnings testutil.Assert(t, len(warns) == 1, "expected only single warnings") - testutil.Equals(t, tcase.expectedWarning, warns[0].Error()) + testutil.Equals(t, tcase.expectedWarning, warns.AsErrors()[0]) } } @@ -771,7 +772,6 @@ func TestQuerier_Select(t *testing.T) { } { g := gate.New(2) q := newQuerier( - context.Background(), nil, tcase.mint, tcase.maxt, @@ -782,7 +782,6 @@ func TestQuerier_Select(t *testing.T) { 0, true, false, - false, g, timeout, nil, @@ -792,19 +791,19 @@ func TestQuerier_Select(t *testing.T) { t.Run(fmt.Sprintf("dedup=%v", sc.dedup), func(t *testing.T) { t.Run("querier.Select", func(t *testing.T) { - res := q.Select(false, tcase.hints, tcase.matchers...) + res := q.Select(context.Background(), false, tcase.hints, tcase.matchers...) testSelectResponse(t, sc.expected, res) if tcase.expectedWarning != "" { - w := res.Warnings() - testutil.Equals(t, 1, len(w)) - testutil.Equals(t, tcase.expectedWarning, w[0].Error()) + warns := res.Warnings() + testutil.Equals(t, 1, len(warns)) + testutil.Equals(t, tcase.expectedWarning, warns.AsErrors()[0].Error()) } }) // Integration test: Make sure the PromQL would select exactly the same. t.Run("through PromQL with 100s step", func(t *testing.T) { catcher := &querierResponseCatcher{t: t, Querier: q} - q, err := e.NewRangeQuery(&mockedQueryable{querier: catcher}, &promql.QueryOpts{}, tcase.equivalentQuery, timestamp.Time(tcase.mint), timestamp.Time(tcase.maxt), 100*time.Second) + q, err := e.NewRangeQuery(context.Background(), &mockedQueryable{querier: catcher}, promql.NewPrometheusQueryOpts(false, 0), tcase.equivalentQuery, timestamp.Time(tcase.mint), timestamp.Time(tcase.maxt), 100*time.Second) testutil.Ok(t, err) t.Cleanup(q.Close) @@ -815,13 +814,11 @@ func TestQuerier_Select(t *testing.T) { warns := catcher.warns() // We don't care about anything else, all should be recorded. - testutil.Assert(t, len(warns) == 1, "expected only single warnings") testutil.Assert(t, len(catcher.resp) == 1, "expected only single response, subqueries?") - w := warns[0] if tcase.expectedWarning != "" { - testutil.Equals(t, 1, len(w)) - testutil.Equals(t, tcase.expectedWarning, w[0].Error()) + testutil.Equals(t, 1, len(warns)) + testutil.Equals(t, tcase.expectedWarning, warns.AsErrors()[0].Error()) } }) }) @@ -839,7 +836,7 @@ func newProxyStore(storeAPIs ...storepb.StoreServer) *store.ProxyStore { } cls[i] = &storetestutil.TestClient{ Name: fmt.Sprintf("%v", i), - StoreClient: storepb.ServerAsClient(s, 0), + StoreClient: storepb.ServerAsClient(s), MinTime: math.MinInt64, MaxTime: math.MaxInt64, WithoutReplicaLabelsEnabled: withoutReplicaLabelsEnabled, } @@ -964,7 +961,7 @@ type mockedQueryable struct { // Querier creates a querier with the provided min and max time. // The promQL engine sets mint and it is calculated based on the default lookback delta. -func (q *mockedQueryable) Querier(_ context.Context, mint, maxt int64) (storage.Querier, error) { +func (q *mockedQueryable) Querier(mint, maxt int64) (storage.Querier, error) { if q.Creator == nil { return q.querier, nil } @@ -991,18 +988,18 @@ type querierResponseCatcher struct { resp []storage.SeriesSet } -func (q *querierResponseCatcher) Select(selectSorted bool, p *storage.SelectHints, m ...*labels.Matcher) storage.SeriesSet { - s := q.Querier.Select(selectSorted, p, m...) +func (q *querierResponseCatcher) Select(ctx context.Context, selectSorted bool, p *storage.SelectHints, m ...*labels.Matcher) storage.SeriesSet { + s := q.Querier.Select(ctx, selectSorted, p, m...) q.resp = append(q.resp, s) return storage.NoopSeriesSet() } func (q querierResponseCatcher) Close() error { return nil } -func (q *querierResponseCatcher) warns() []storage.Warnings { - var warns []storage.Warnings +func (q *querierResponseCatcher) warns() annotations.Annotations { + var warns annotations.Annotations for _, r := range q.resp { - warns = append(warns, r.Warnings()) + warns.Merge(r.Warnings()) } return warns } @@ -1035,11 +1032,11 @@ func (s *mockedSeriesIterator) At() (t int64, v float64) { } // TODO(rabenhorst): Needs to be implemented for native histogram support. -func (s *mockedSeriesIterator) AtHistogram() (int64, *histogram.Histogram) { +func (s *mockedSeriesIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { panic("not implemented") } -func (s *mockedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { +func (s *mockedSeriesIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { panic("not implemented") } @@ -1078,7 +1075,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { timeout := 100 * time.Second g := gate.New(2) - q := newQuerier(context.Background(), logger, realSeriesWithStaleMarkerMint, realSeriesWithStaleMarkerMaxt, []string{"replica"}, nil, newProxyStore(s), false, 0, true, false, false, g, timeout, nil, NoopSeriesStatsReporter) + q := newQuerier(logger, realSeriesWithStaleMarkerMint, realSeriesWithStaleMarkerMaxt, []string{"replica"}, nil, newProxyStore(s), false, 0, true, false, g, timeout, nil, NoopSeriesStatsReporter) t.Cleanup(func() { testutil.Ok(t, q.Close()) }) @@ -1089,7 +1086,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { MaxSamples: math.MaxInt64, }) t.Run("Rate=5mStep=100s", func(t *testing.T) { - q, err := e.NewRangeQuery(&mockedQueryable{querier: q}, &promql.QueryOpts{}, `rate(gitlab_transaction_cache_read_hit_count_total[5m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(5*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 100*time.Second) + q, err := e.NewRangeQuery(context.Background(), &mockedQueryable{querier: q}, promql.NewPrometheusQueryOpts(false, 0), `rate(gitlab_transaction_cache_read_hit_count_total[5m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(5*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 100*time.Second) testutil.Ok(t, err) r := q.Exec(context.Background()) @@ -1118,7 +1115,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { }, vec) }) t.Run("Rate=30mStep=500s", func(t *testing.T) { - q, err := e.NewRangeQuery(&mockedQueryable{querier: q}, &promql.QueryOpts{}, `rate(gitlab_transaction_cache_read_hit_count_total[30m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(30*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 500*time.Second) + q, err := e.NewRangeQuery(context.Background(), &mockedQueryable{querier: q}, promql.NewPrometheusQueryOpts(false, 0), `rate(gitlab_transaction_cache_read_hit_count_total[30m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(30*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 500*time.Second) testutil.Ok(t, err) r := q.Exec(context.Background()) @@ -1148,7 +1145,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { timeout := 5 * time.Second g := gate.New(2) - q := newQuerier(context.Background(), logger, realSeriesWithStaleMarkerMint, realSeriesWithStaleMarkerMaxt, []string{"replica"}, nil, newProxyStore(s), true, 0, true, false, false, g, timeout, nil, NoopSeriesStatsReporter) + q := newQuerier(logger, realSeriesWithStaleMarkerMint, realSeriesWithStaleMarkerMaxt, []string{"replica"}, nil, newProxyStore(s), true, 0, true, false, g, timeout, nil, NoopSeriesStatsReporter) t.Cleanup(func() { testutil.Ok(t, q.Close()) }) @@ -1159,7 +1156,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { MaxSamples: math.MaxInt64, }) t.Run("Rate=5mStep=100s", func(t *testing.T) { - q, err := e.NewRangeQuery(&mockedQueryable{querier: q}, &promql.QueryOpts{}, `rate(gitlab_transaction_cache_read_hit_count_total[5m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(5*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 100*time.Second) + q, err := e.NewRangeQuery(context.Background(), &mockedQueryable{querier: q}, promql.NewPrometheusQueryOpts(false, 0), `rate(gitlab_transaction_cache_read_hit_count_total[5m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(5*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 100*time.Second) testutil.Ok(t, err) r := q.Exec(context.Background()) @@ -1183,7 +1180,7 @@ func TestQuerierWithDedupUnderstoodByPromQL_Rate(t *testing.T) { }, vec) }) t.Run("Rate=30mStep=500s", func(t *testing.T) { - q, err := e.NewRangeQuery(&mockedQueryable{querier: q}, &promql.QueryOpts{}, `rate(gitlab_transaction_cache_read_hit_count_total[30m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(30*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 500*time.Second) + q, err := e.NewRangeQuery(context.Background(), &mockedQueryable{querier: q}, promql.NewPrometheusQueryOpts(false, 0), `rate(gitlab_transaction_cache_read_hit_count_total[30m])`, timestamp.Time(realSeriesWithStaleMarkerMint).Add(30*time.Minute), timestamp.Time(realSeriesWithStaleMarkerMaxt), 500*time.Second) testutil.Ok(t, err) r := q.Exec(context.Background()) diff --git a/pkg/query/query_bench_test.go b/pkg/query/query_bench_test.go index 8de127bab5..44e4373a26 100644 --- a/pkg/query/query_bench_test.go +++ b/pkg/query/query_bench_test.go @@ -84,7 +84,6 @@ func benchQuerySelect(t testutil.TB, totalSamples, totalSeries int, dedup bool) logger := log.NewNopLogger() q := newQuerier( - context.Background(), logger, math.MinInt64, math.MaxInt64, @@ -95,7 +94,6 @@ func benchQuerySelect(t testutil.TB, totalSamples, totalSeries int, dedup bool) 0, false, false, - false, gate.NewNoop(), 10*time.Second, nil, @@ -129,8 +127,9 @@ func testSelect(t testutil.TB, q *querier, expectedSeries []labels.Labels) { t.Run("select", func(t testutil.TB) { t.ResetTimer() + ctx := context.Background() for i := 0; i < t.N(); i++ { - ss := q.Select(true, nil, &labels.Matcher{Value: "foo", Name: "bar", Type: labels.MatchEqual}) + ss := q.Select(ctx, true, nil, &labels.Matcher{Value: "foo", Name: "bar", Type: labels.MatchEqual}) testutil.Ok(t, ss.Err()) testutil.Equals(t, 0, len(ss.Warnings())) diff --git a/pkg/query/query_test.go b/pkg/query/query_test.go index 35949377e8..b490156e82 100644 --- a/pkg/query/query_test.go +++ b/pkg/query/query_test.go @@ -8,6 +8,7 @@ import ( "fmt" "os" "path/filepath" + "sync" "testing" "time" @@ -25,6 +26,31 @@ func TestMain(m *testing.M) { custom.TolerantVerifyLeakMain(m) } +type safeClients struct { + sync.RWMutex + clients []store.Client +} + +func (sc *safeClients) get() []store.Client { + sc.RLock() + defer sc.RUnlock() + ret := make([]store.Client, len(sc.clients)) + copy(ret, sc.clients) + return ret +} + +func (sc *safeClients) reset() { + sc.Lock() + defer sc.Unlock() + sc.clients = sc.clients[:0] +} + +func (sc *safeClients) append(c store.Client) { + sc.Lock() + defer sc.Unlock() + sc.clients = append(sc.clients, c) +} + func TestQuerier_Proxy(t *testing.T) { files, err := filepath.Glob("testdata/promql/**/*.test") testutil.Ok(t, err) @@ -32,26 +58,25 @@ func TestQuerier_Proxy(t *testing.T) { logger := log.NewLogfmtLogger(os.Stderr) t.Run("proxy", func(t *testing.T) { - var clients []store.Client + var sc safeClients q := NewQueryableCreator( logger, nil, - store.NewProxyStore(logger, nil, func() []store.Client { return clients }, + store.NewProxyStore(logger, nil, func() []store.Client { return sc.get() }, component.Debug, nil, 5*time.Minute, store.EagerRetrieval), 1000000, 5*time.Minute, ) createQueryableFn := func(stores []*testStore) storage.Queryable { - clients = clients[:0] + sc.reset() for i, st := range stores { m, err := storepb.PromMatchersToMatchers(st.matchers...) testutil.Ok(t, err) - // TODO(bwplotka): Parse external labels. - clients = append(clients, &storetestutil.TestClient{ + sc.append(&storetestutil.TestClient{ Name: fmt.Sprintf("store number %v", i), - StoreClient: storepb.ServerAsClient(selectedStore(store.NewTSDBStore(logger, st.storage.DB, component.Debug, nil), m, st.mint, st.maxt), 0), + StoreClient: storepb.ServerAsClient(selectedStore(store.NewTSDBStore(logger, st.storage.DB, component.Debug, nil), m, st.mint, st.maxt)), MinTime: st.mint, MaxTime: st.maxt, }) @@ -62,7 +87,6 @@ func TestQuerier_Proxy(t *testing.T) { 0, false, false, - false, nil, NoopSeriesStatsReporter, ) @@ -119,6 +143,11 @@ func (s *selectStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesS if r.MaxTime > s.maxt { r.MaxTime = s.maxt } - r.Matchers = append(r.Matchers, s.matchers...) - return s.StoreServer.Series(r, srv) + + matchers := make([]storepb.LabelMatcher, 0, len(r.Matchers)) + matchers = append(matchers, r.Matchers...) + + req := *r + req.Matchers = matchers + return s.StoreServer.Series(&req, srv) } diff --git a/pkg/query/remote_engine.go b/pkg/query/remote_engine.go index fc7c0b6ba3..f379d38017 100644 --- a/pkg/query/remote_engine.go +++ b/pkg/query/remote_engine.go @@ -6,6 +6,9 @@ package query import ( "context" "io" + "math" + "strings" + "sync" "time" "github.com/go-kit/log" @@ -14,12 +17,18 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/promql/parser" + "github.com/prometheus/prometheus/util/annotations" "github.com/prometheus/prometheus/util/stats" - "github.com/thanos-community/promql-engine/api" + "github.com/thanos-io/promql-engine/api" + + "github.com/opentracing/opentracing-go" "github.com/thanos-io/thanos/pkg/api/query/querypb" + "github.com/thanos-io/thanos/pkg/info/infopb" + "github.com/thanos-io/thanos/pkg/server/http/middleware" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + grpc_tracing "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware" ) // Opts are the options for a PromQL query. @@ -34,23 +43,23 @@ type Opts struct { type Client struct { querypb.QueryClient address string - mint int64 - maxt int64 - labelSets []labels.Labels + tsdbInfos infopb.TSDBInfos } // NewClient creates a new Client. -func NewClient(queryClient querypb.QueryClient, address string, mint int64, maxt int64, labelSets []labels.Labels) Client { - return Client{QueryClient: queryClient, address: address, mint: mint, maxt: maxt, labelSets: labelSets} +func NewClient(queryClient querypb.QueryClient, address string, tsdbInfos infopb.TSDBInfos) Client { + return Client{ + QueryClient: queryClient, + address: address, + tsdbInfos: tsdbInfos, + } } -func (q Client) MinT() int64 { return q.mint } - -func (q Client) MaxT() int64 { return q.maxt } +func (c Client) GetAddress() string { return c.address } -func (q Client) LabelSets() []labels.Labels { return q.labelSets } - -func (q Client) GetAddress() string { return q.address } +func (c Client) LabelSets() []labels.Labels { + return c.tsdbInfos.LabelSets() +} type remoteEndpoints struct { logger log.Logger @@ -70,58 +79,136 @@ func (r remoteEndpoints) Engines() []api.RemoteEngine { clients := r.getClients() engines := make([]api.RemoteEngine, len(clients)) for i := range clients { - engines[i] = newRemoteEngine(r.logger, clients[i], r.opts) + engines[i] = NewRemoteEngine(r.logger, clients[i], r.opts) } return engines } type remoteEngine struct { - Client opts Opts logger log.Logger + + client Client + + mintOnce sync.Once + mint int64 + maxtOnce sync.Once + maxt int64 + labelSetsOnce sync.Once + labelSets []labels.Labels } -func newRemoteEngine(logger log.Logger, queryClient Client, opts Opts) api.RemoteEngine { +func NewRemoteEngine(logger log.Logger, queryClient Client, opts Opts) *remoteEngine { return &remoteEngine{ logger: logger, - Client: queryClient, + client: queryClient, opts: opts, } } -func (r remoteEngine) LabelSets() []labels.Labels { +// MinT returns the minimum timestamp that is safe to query in the remote engine. +// In order to calculate it, we find the highest min time for each label set, and we return +// the lowest of those values. +// Calculating the MinT this way makes remote queries resilient to cases where one tsdb replica would delete +// a block due to retention before other replicas did the same. +// See https://github.com/thanos-io/promql-engine/issues/187. +func (r *remoteEngine) MinT() int64 { + r.mintOnce.Do(func() { + var ( + hashBuf = make([]byte, 0, 128) + highestMintByLabelSet = make(map[uint64]int64) + ) + for _, lset := range r.infosWithoutReplicaLabels() { + key, _ := labelpb.ZLabelsToPromLabels(lset.Labels.Labels).HashWithoutLabels(hashBuf) + lsetMinT, ok := highestMintByLabelSet[key] + if !ok { + highestMintByLabelSet[key] = lset.MinTime + continue + } + + if lset.MinTime > lsetMinT { + highestMintByLabelSet[key] = lset.MinTime + } + } + + var mint int64 = math.MaxInt64 + for _, m := range highestMintByLabelSet { + if m < mint { + mint = m + } + } + r.mint = mint + }) + + return r.mint +} + +func (r *remoteEngine) MaxT() int64 { + r.maxtOnce.Do(func() { + r.maxt = r.client.tsdbInfos.MaxT() + }) + return r.maxt +} + +func (r *remoteEngine) LabelSets() []labels.Labels { + r.labelSetsOnce.Do(func() { + r.labelSets = r.infosWithoutReplicaLabels().LabelSets() + }) + return r.labelSets +} + +func (r *remoteEngine) infosWithoutReplicaLabels() infopb.TSDBInfos { replicaLabelSet := make(map[string]struct{}) for _, lbl := range r.opts.ReplicaLabels { replicaLabelSet[lbl] = struct{}{} } // Strip replica labels from the result. - labelSets := r.Client.LabelSets() - result := make([]labels.Labels, 0, len(labelSets)) - for _, labelSet := range labelSets { - var builder labels.ScratchBuilder - for _, lbl := range labelSet { + infos := make(infopb.TSDBInfos, 0, len(r.client.tsdbInfos)) + var builder labels.ScratchBuilder + for _, info := range r.client.tsdbInfos { + builder.Reset() + for _, lbl := range info.Labels.Labels { if _, ok := replicaLabelSet[lbl.Name]; ok { continue } builder.Add(lbl.Name, lbl.Value) } - result = append(result, builder.Labels()) + infos = append(infos, infopb.NewTSDBInfo( + info.MinTime, + info.MaxTime, + labelpb.ZLabelsFromPromLabels(builder.Labels())), + ) } - return result + return infos +} + +func (r *remoteEngine) NewRangeQuery(_ context.Context, _ promql.QueryOpts, plan api.RemoteQuery, start, end time.Time, interval time.Duration) (promql.Query, error) { + return &remoteQuery{ + logger: r.logger, + client: r.client, + opts: r.opts, + + plan: plan, + start: start, + end: end, + interval: interval, + remoteAddr: r.client.GetAddress(), + }, nil } -func (r remoteEngine) NewRangeQuery(opts *promql.QueryOpts, qs string, start, end time.Time, interval time.Duration) (promql.Query, error) { +func (r *remoteEngine) NewInstantQuery(_ context.Context, _ promql.QueryOpts, plan api.RemoteQuery, ts time.Time) (promql.Query, error) { return &remoteQuery{ logger: r.logger, - client: r.Client, + client: r.client, opts: r.opts, - qs: qs, - start: start, - end: end, - interval: interval, + plan: plan, + start: ts, + end: ts, + interval: 0, + remoteAddr: r.client.GetAddress(), }, nil } @@ -130,28 +217,134 @@ type remoteQuery struct { client Client opts Opts - qs string - start time.Time - end time.Time - interval time.Duration + plan api.RemoteQuery + start time.Time + end time.Time + interval time.Duration + remoteAddr string + + samplesStats *stats.QuerySamples cancel context.CancelFunc } func (r *remoteQuery) Exec(ctx context.Context) *promql.Result { start := time.Now() + defer func() { + keys := []any{ + "msg", "Executed remote query", + "query", r.plan.String(), + "time", time.Since(start), + } + if r.samplesStats != nil { + keys = append(keys, "remote_peak_samples", r.samplesStats.PeakSamples) + keys = append(keys, "remote_total_samples", r.samplesStats.TotalSamples) + } + level.Debug(r.logger).Log(keys...) + }() qctx, cancel := context.WithCancel(ctx) r.cancel = cancel defer cancel() + var ( + queryRange = r.end.Sub(r.start) + requestID, _ = middleware.RequestIDFromContext(qctx) + ) + qctx = grpc_tracing.ClientAddContextTags(qctx, opentracing.Tags{ + "query.expr": r.plan.String(), + "query.remote_address": r.remoteAddr, + "query.start": r.start.UTC().String(), + "query.end": r.end.UTC().String(), + "query.interval_seconds": r.interval.Seconds(), + "query.range_seconds": queryRange.Seconds(), + "query.range_human": queryRange, + "request_id": requestID, + }) + var maxResolution int64 if r.opts.AutoDownsample { maxResolution = int64(r.interval.Seconds() / 5) } + plan, err := querypb.NewJSONEncodedPlan(r.plan) + if err != nil { + level.Warn(r.logger).Log("msg", "Failed to encode query plan", "err", err) + } + + r.samplesStats = stats.NewQuerySamples(false) + + // Instant query. + if r.start == r.end { + request := &querypb.QueryRequest{ + Query: r.plan.String(), + QueryPlan: plan, + TimeSeconds: r.start.Unix(), + TimeoutSeconds: int64(r.opts.Timeout.Seconds()), + EnablePartialResponse: r.opts.EnablePartialResponse, + // TODO (fpetkovski): Allow specifying these parameters at query time. + // This will likely require a change in the remote engine interface. + ReplicaLabels: r.opts.ReplicaLabels, + MaxResolutionSeconds: maxResolution, + EnableDedup: true, + } + + qry, err := r.client.Query(qctx, request) + if err != nil { + return &promql.Result{Err: err} + } + var ( + result = make(promql.Vector, 0) + warnings annotations.Annotations + builder = labels.NewScratchBuilder(8) + qryStats querypb.QueryStats + ) + for { + msg, err := qry.Recv() + if err == io.EOF { + break + } + if err != nil { + return &promql.Result{Err: err} + } + + if warn := msg.GetWarnings(); warn != "" { + warnings.Add(errors.New(warn)) + continue + } + if s := msg.GetStats(); s != nil { + qryStats = *s + continue + } + + ts := msg.GetTimeseries() + if ts == nil { + continue + } + builder.Reset() + for _, l := range ts.Labels { + builder.Add(strings.Clone(l.Name), strings.Clone(l.Value)) + } + // Point might have a different timestamp, force it to the evaluation + // timestamp as that is when we ran the evaluation. + // See https://github.com/prometheus/prometheus/blob/b727e69b7601b069ded5c34348dca41b80988f4b/promql/engine.go#L693-L699 + if len(ts.Histograms) > 0 { + result = append(result, promql.Sample{Metric: builder.Labels(), H: prompb.FromProtoHistogram(ts.Histograms[0]), T: r.start.UnixMilli()}) + } else { + result = append(result, promql.Sample{Metric: builder.Labels(), F: ts.Samples[0].Value, T: r.start.UnixMilli()}) + } + } + r.samplesStats.UpdatePeak(int(qryStats.PeakSamples)) + r.samplesStats.TotalSamples = qryStats.SamplesTotal + + return &promql.Result{ + Value: result, + Warnings: warnings, + } + } request := &querypb.QueryRangeRequest{ - Query: r.qs, + Query: r.plan.String(), + QueryPlan: plan, StartTimeSeconds: r.start.Unix(), EndTimeSeconds: r.end.Unix(), IntervalSeconds: int64(r.interval.Seconds()), @@ -168,7 +361,12 @@ func (r *remoteQuery) Exec(ctx context.Context) *promql.Result { return &promql.Result{Err: err} } - result := make(promql.Matrix, 0) + var ( + result = make(promql.Matrix, 0) + warnings annotations.Annotations + builder = labels.NewScratchBuilder(8) + qryStats querypb.QueryStats + ) for { msg, err := qry.Recv() if err == io.EOF { @@ -179,15 +377,24 @@ func (r *remoteQuery) Exec(ctx context.Context) *promql.Result { } if warn := msg.GetWarnings(); warn != "" { - return &promql.Result{Err: errors.New(warn)} + warnings.Add(errors.New(warn)) + continue + } + if s := msg.GetStats(); s != nil { + qryStats = *s + continue } ts := msg.GetTimeseries() if ts == nil { continue } + builder.Reset() + for _, l := range ts.Labels { + builder.Add(strings.Clone(l.Name), strings.Clone(l.Value)) + } series := promql.Series{ - Metric: labelpb.ZLabelsToPromLabels(ts.Labels), + Metric: builder.Labels(), Floats: make([]promql.FPoint, 0, len(ts.Samples)), Histograms: make([]promql.HPoint, 0, len(ts.Histograms)), } @@ -197,29 +404,28 @@ func (r *remoteQuery) Exec(ctx context.Context) *promql.Result { F: s.Value, }) } - for _, h := range ts.Histograms { + for _, hp := range ts.Histograms { series.Histograms = append(series.Histograms, promql.HPoint{ - T: h.Timestamp, - H: prompb.HistogramProtoToFloatHistogram(h), + T: hp.Timestamp, + H: prompb.FloatHistogramProtoToFloatHistogram(hp), }) } result = append(result, series) } - level.Debug(r.logger).Log("Executed query", "query", r.qs, "time", time.Since(start)) + r.samplesStats.UpdatePeak(int(qryStats.PeakSamples)) + r.samplesStats.TotalSamples = qryStats.SamplesTotal - return &promql.Result{Value: result} + return &promql.Result{Value: result, Warnings: warnings} } -func (r *remoteQuery) Close() { - r.Cancel() -} +func (r *remoteQuery) Close() { r.Cancel() } -func (r *remoteQuery) Statement() parser.Statement { - return nil -} +func (r *remoteQuery) Statement() parser.Statement { return nil } func (r *remoteQuery) Stats() *stats.Statistics { - return nil + return &stats.Statistics{ + Samples: r.samplesStats, + } } func (r *remoteQuery) Cancel() { @@ -228,6 +434,4 @@ func (r *remoteQuery) Cancel() { } } -func (r *remoteQuery) String() string { - return r.qs -} +func (r *remoteQuery) String() string { return r.plan.String() } diff --git a/pkg/query/remote_engine_test.go b/pkg/query/remote_engine_test.go index ae9bb15040..137bd73da1 100644 --- a/pkg/query/remote_engine_test.go +++ b/pkg/query/remote_engine_test.go @@ -4,56 +4,246 @@ package query import ( + "context" + "io" + "math" "testing" + "time" "github.com/efficientgo/core/testutil" "github.com/go-kit/log" + "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" + "github.com/thanos-io/promql-engine/logicalplan" + "github.com/thanos-io/promql-engine/query" + "google.golang.org/grpc" + + "github.com/thanos-io/thanos/pkg/api/query/querypb" + "github.com/thanos-io/thanos/pkg/extpromql" + "github.com/thanos-io/thanos/pkg/info/infopb" + "github.com/thanos-io/thanos/pkg/store/labelpb" ) +func TestRemoteEngine_Warnings(t *testing.T) { + client := NewClient(&warnClient{}, "", nil) + engine := NewRemoteEngine(log.NewNopLogger(), client, Opts{ + Timeout: 1 * time.Second, + }) + var ( + start = time.Unix(0, 0) + end = time.Unix(120, 0) + step = 30 * time.Second + ) + qryExpr, err := extpromql.ParseExpr("up") + testutil.Ok(t, err) + + plan := logicalplan.NewFromAST(qryExpr, &query.Options{ + Start: time.Now(), + End: time.Now().Add(2 * time.Hour), + }, logicalplan.PlanOptions{}) + + t.Run("instant_query", func(t *testing.T) { + qry, err := engine.NewInstantQuery(context.Background(), nil, plan.Root(), start) + testutil.Ok(t, err) + res := qry.Exec(context.Background()) + testutil.Ok(t, res.Err) + testutil.Equals(t, 1, len(res.Warnings)) + }) + + t.Run("range_query", func(t *testing.T) { + qry, err := engine.NewRangeQuery(context.Background(), nil, plan.Root(), start, end, step) + testutil.Ok(t, err) + res := qry.Exec(context.Background()) + testutil.Ok(t, res.Err) + testutil.Equals(t, 1, len(res.Warnings)) + }) + +} + func TestRemoteEngine_LabelSets(t *testing.T) { tests := []struct { name string - labelSets []labels.Labels + tsdbInfos []infopb.TSDBInfo replicaLabels []string expected []labels.Labels }{ { name: "empty label sets", - labelSets: []labels.Labels{}, + tsdbInfos: []infopb.TSDBInfo{}, expected: []labels.Labels{}, }, { name: "empty label sets with replica labels", - labelSets: []labels.Labels{}, + tsdbInfos: []infopb.TSDBInfo{}, replicaLabels: []string{"replica"}, expected: []labels.Labels{}, }, { - name: "non-empty label sets", - labelSets: []labels.Labels{labels.FromStrings("a", "1")}, - expected: []labels.Labels{labels.FromStrings("a", "1")}, + name: "non-empty label sets", + tsdbInfos: []infopb.TSDBInfo{{ + Labels: zLabelSetFromStrings("a", "1"), + }}, + expected: []labels.Labels{labels.FromStrings("a", "1")}, }, { - name: "non-empty label sets with replica labels", - labelSets: []labels.Labels{labels.FromStrings("a", "1", "b", "2")}, + name: "non-empty label sets with replica labels", + tsdbInfos: []infopb.TSDBInfo{{ + Labels: zLabelSetFromStrings("a", "1", "b", "2"), + }}, replicaLabels: []string{"a"}, expected: []labels.Labels{labels.FromStrings("b", "2")}, }, { - name: "replica labels not in label sets", - labelSets: []labels.Labels{labels.FromStrings("a", "1", "c", "2")}, + name: "replica labels not in label sets", + tsdbInfos: []infopb.TSDBInfo{ + { + Labels: zLabelSetFromStrings("a", "1", "c", "2"), + }, + }, replicaLabels: []string{"a", "b"}, expected: []labels.Labels{labels.FromStrings("c", "2")}, }, } - for _, test := range tests { - client := Client{labelSets: test.labelSets} - engine := newRemoteEngine(log.NewNopLogger(), client, Opts{ - ReplicaLabels: test.replicaLabels, + for _, testCase := range tests { + t.Run(testCase.name, func(t *testing.T) { + client := NewClient(nil, "", testCase.tsdbInfos) + engine := NewRemoteEngine(log.NewNopLogger(), client, Opts{ + ReplicaLabels: testCase.replicaLabels, + }) + + testutil.Equals(t, testCase.expected, engine.LabelSets()) }) + } +} + +func TestRemoteEngine_MinT(t *testing.T) { + tests := []struct { + name string + tsdbInfos []infopb.TSDBInfo + replicaLabels []string + expected int64 + }{ + { + name: "empty label sets", + tsdbInfos: []infopb.TSDBInfo{}, + expected: math.MaxInt64, + }, + { + name: "empty label sets with replica labels", + tsdbInfos: []infopb.TSDBInfo{}, + replicaLabels: []string{"replica"}, + expected: math.MaxInt64, + }, + { + name: "non-empty label sets", + tsdbInfos: []infopb.TSDBInfo{{ + Labels: zLabelSetFromStrings("a", "1"), + MinTime: 30, + }}, + expected: 30, + }, + { + name: "non-empty label sets with replica labels", + tsdbInfos: []infopb.TSDBInfo{{ + Labels: zLabelSetFromStrings("a", "1", "b", "2"), + MinTime: 30, + }}, + replicaLabels: []string{"a"}, + expected: 30, + }, + { + name: "replicated labelsets with different mint", + tsdbInfos: []infopb.TSDBInfo{ + { + Labels: zLabelSetFromStrings("a", "1", "replica", "1"), + MinTime: 30, + }, + { + Labels: zLabelSetFromStrings("a", "1", "replica", "2"), + MinTime: 60, + }, + }, + replicaLabels: []string{"replica"}, + expected: 60, + }, + { + name: "multiple replicated labelsets with different mint", + tsdbInfos: []infopb.TSDBInfo{ + { + Labels: zLabelSetFromStrings("a", "1", "replica", "1"), + MinTime: 30, + }, + { + Labels: zLabelSetFromStrings("a", "1", "replica", "2"), + MinTime: 60, + }, + { + Labels: zLabelSetFromStrings("a", "2", "replica", "1"), + MinTime: 80, + }, + { + Labels: zLabelSetFromStrings("a", "2", "replica", "2"), + MinTime: 120, + }, + }, + replicaLabels: []string{"replica"}, + expected: 60, + }, + } + + for _, testCase := range tests { + t.Run(testCase.name, func(t *testing.T) { + client := NewClient(nil, "", testCase.tsdbInfos) + engine := NewRemoteEngine(log.NewNopLogger(), client, Opts{ + ReplicaLabels: testCase.replicaLabels, + }) + + testutil.Equals(t, testCase.expected, engine.MinT()) + }) + } +} + +func zLabelSetFromStrings(ss ...string) labelpb.ZLabelSet { + return labelpb.ZLabelSet{ + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings(ss...)), + } +} + +type warnClient struct { + querypb.QueryClient +} + +func (m warnClient) Query(ctx context.Context, in *querypb.QueryRequest, opts ...grpc.CallOption) (querypb.Query_QueryClient, error) { + return &queryWarnClient{}, nil +} + +func (m warnClient) QueryRange(ctx context.Context, in *querypb.QueryRangeRequest, opts ...grpc.CallOption) (querypb.Query_QueryRangeClient, error) { + return &queryRangeWarnClient{}, nil +} + +type queryRangeWarnClient struct { + querypb.Query_QueryRangeClient + warnSent bool +} + +func (m *queryRangeWarnClient) Recv() (*querypb.QueryRangeResponse, error) { + if m.warnSent { + return nil, io.EOF + } + m.warnSent = true + return querypb.NewQueryRangeWarningsResponse(errors.New("warning")), nil +} + +type queryWarnClient struct { + querypb.Query_QueryClient + warnSent bool +} - testutil.Equals(t, test.expected, engine.LabelSets()) +func (m *queryWarnClient) Recv() (*querypb.QueryResponse, error) { + if m.warnSent { + return nil, io.EOF } + m.warnSent = true + return querypb.NewQueryWarningsResponse(errors.New("warning")), nil } diff --git a/pkg/query/test_test.go b/pkg/query/test_test.go index f43e931e4f..d8af78c66d 100644 --- a/pkg/query/test_test.go +++ b/pkg/query/test_test.go @@ -21,8 +21,11 @@ import ( "github.com/prometheus/prometheus/model/timestamp" "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/promql/parser" + "github.com/prometheus/prometheus/promql/parser/posrange" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/util/teststorage" + + "github.com/thanos-io/thanos/pkg/extpromql" ) var ( @@ -88,7 +91,7 @@ func (s *testStore) close(t testing.TB) { } // NewTest returns an initialized empty Test. -// It's compatible with promql.Test, allowing additionally multi StoreAPIs for query pushdown testing. +// It's compatible with promql.Test, allowing additionally multi StoreAPIs. // TODO(bwplotka): Move to unittest and add add support for multi-store upstream. See: https://github.com/prometheus/prometheus/pull/8300 func newTest(t testing.TB, input string) (*test, error) { cmds, err := parse(input) @@ -260,7 +263,7 @@ func ParseStore(lines []string, i int) (int, *storeCmd, error) { } parts := patStore.FindStringSubmatch(lines[i]) - m, err := parser.ParseMetricSelector(parts[1]) + m, err := extpromql.ParseMetricSelector(parts[1]) if err != nil { return i, nil, raise(i, "invalid matcher definition %q: %s", parts[1], err) } @@ -321,11 +324,11 @@ func ParseEval(lines []string, i int) (int, *evalCmd, error) { at = parts[2] expr = parts[3] ) - _, err := parser.ParseExpr(expr) + _, err := extpromql.ParseExpr(expr) if err != nil { if perr, ok := err.(*parser.ParseErr); ok { perr.LineOffset = i - posOffset := parser.Pos(strings.Index(lines[i], expr)) + posOffset := posrange.Pos(strings.Index(lines[i], expr)) perr.PositionRange.Start += posOffset perr.PositionRange.End += posOffset perr.Query = lines[i] @@ -556,7 +559,7 @@ func (ev *evalCmd) compareResult(result parser.Value) error { } func (ev *evalCmd) Eval(ctx context.Context, queryEngine *promql.Engine, queryable storage.Queryable) error { - q, err := queryEngine.NewInstantQuery(queryable, &promql.QueryOpts{}, ev.expr, ev.start) + q, err := queryEngine.NewInstantQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, 0), ev.expr, ev.start) if err != nil { return err } @@ -580,7 +583,7 @@ func (ev *evalCmd) Eval(ctx context.Context, queryEngine *promql.Engine, queryab // Check query returns same result in range mode, // by checking against the middle step. - q, err = queryEngine.NewRangeQuery(queryable, &promql.QueryOpts{}, ev.expr, ev.start.Add(-time.Minute), ev.start.Add(time.Minute), time.Minute) + q, err = queryEngine.NewRangeQuery(ctx, queryable, promql.NewPrometheusQueryOpts(false, 0), ev.expr, ev.start.Add(-time.Minute), ev.start.Add(time.Minute), time.Minute) if err != nil { return err } diff --git a/pkg/query/testdata/promql/prometheus/functions.test b/pkg/query/testdata/promql/prometheus/functions.test index c2c2a9a272..76ed305f88 100644 --- a/pkg/query/testdata/promql/prometheus/functions.test +++ b/pkg/query/testdata/promql/prometheus/functions.test @@ -117,8 +117,8 @@ eval instant at 10m rate(testcounter_zero_cutoff[20m]) {start="0m"} 0.5 {start="1m"} 0.55 {start="2m"} 0.6 - {start="3m"} 0.65 - {start="4m"} 0.7 + {start="3m"} 0.6 + {start="4m"} 0.6 {start="5m"} 0.6 # Normal half-interval cutoff for left-side extrapolation. diff --git a/pkg/queryfrontend/cache.go b/pkg/queryfrontend/cache.go index 4d11667490..156d26b5c3 100644 --- a/pkg/queryfrontend/cache.go +++ b/pkg/queryfrontend/cache.go @@ -33,7 +33,7 @@ func (t thanosCacheKeyGenerator) GenerateCacheKey(userID string, r queryrange.Re for ; i < len(t.resolutions) && t.resolutions[i] > tr.MaxSourceResolution; i++ { } shardInfoKey := generateShardInfoKey(tr) - return fmt.Sprintf("fe:%s:%s:%d:%d:%d:%s:%d", userID, tr.Query, tr.Step, currentInterval, i, shardInfoKey, tr.LookbackDelta) + return fmt.Sprintf("fe:%s:%s:%d:%d:%d:%s:%d:%s", userID, tr.Query, tr.Step, currentInterval, i, shardInfoKey, tr.LookbackDelta, tr.Engine) case *ThanosLabelsRequest: return fmt.Sprintf("fe:%s:%s:%s:%d", userID, tr.Label, tr.Matchers, currentInterval) case *ThanosSeriesRequest: diff --git a/pkg/queryfrontend/cache_test.go b/pkg/queryfrontend/cache_test.go index 6f2baca2bc..9cd14ff2b8 100644 --- a/pkg/queryfrontend/cache_test.go +++ b/pkg/queryfrontend/cache_test.go @@ -39,7 +39,7 @@ func TestGenerateCacheKey(t *testing.T) { Start: 0, Step: 60 * seconds, }, - expected: "fe::up:60000:0:2:-:0", + expected: "fe::up:60000:0:2:-:0:", }, { name: "10s step", @@ -48,7 +48,7 @@ func TestGenerateCacheKey(t *testing.T) { Start: 0, Step: 10 * seconds, }, - expected: "fe::up:10000:0:2:-:0", + expected: "fe::up:10000:0:2:-:0:", }, { name: "1m downsampling resolution", @@ -58,7 +58,7 @@ func TestGenerateCacheKey(t *testing.T) { Step: 10 * seconds, MaxSourceResolution: 60 * seconds, }, - expected: "fe::up:10000:0:2:-:0", + expected: "fe::up:10000:0:2:-:0:", }, { name: "5m downsampling resolution, different cache key", @@ -68,7 +68,7 @@ func TestGenerateCacheKey(t *testing.T) { Step: 10 * seconds, MaxSourceResolution: 300 * seconds, }, - expected: "fe::up:10000:0:1:-:0", + expected: "fe::up:10000:0:1:-:0:", }, { name: "1h downsampling resolution, different cache key", @@ -78,7 +78,7 @@ func TestGenerateCacheKey(t *testing.T) { Step: 10 * seconds, MaxSourceResolution: hour, }, - expected: "fe::up:10000:0:0:-:0", + expected: "fe::up:10000:0:0:-:0:", }, { name: "1h downsampling resolution with lookback delta", @@ -89,7 +89,7 @@ func TestGenerateCacheKey(t *testing.T) { MaxSourceResolution: hour, LookbackDelta: 1000, }, - expected: "fe::up:10000:0:0:-:1000", + expected: "fe::up:10000:0:0:-:1000:", }, { name: "label names, no matcher", diff --git a/pkg/queryfrontend/config.go b/pkg/queryfrontend/config.go index 59d6cb62a6..437f0cf9ad 100644 --- a/pkg/queryfrontend/config.go +++ b/pkg/queryfrontend/config.go @@ -21,6 +21,7 @@ import ( "github.com/thanos-io/thanos/internal/cortex/util/flagext" cortexvalidation "github.com/thanos-io/thanos/internal/cortex/util/validation" "github.com/thanos-io/thanos/pkg/cacheutil" + "github.com/thanos-io/thanos/pkg/exthttp" "github.com/thanos-io/thanos/pkg/model" ) @@ -141,6 +142,7 @@ func NewCacheConfig(logger log.Logger, confContentYaml []byte) (*cortexcache.Con Timeout: config.Memcached.Timeout, MaxIdleConns: config.Memcached.MaxIdleConnections, Addresses: strings.Join(config.Memcached.Addresses, ","), + AutoDiscovery: config.Memcached.AutoDiscovery, UpdateInterval: config.Memcached.DNSProviderUpdateInterval, MaxItemSize: int(config.Memcached.MaxItemSize), }, @@ -160,15 +162,13 @@ func NewCacheConfig(logger log.Logger, confContentYaml []byte) (*cortexcache.Con } return &cortexcache.Config{ Redis: cortexcache.RedisConfig{ - Endpoint: config.Redis.Addr, - Timeout: config.Redis.ReadTimeout, - MasterName: config.Redis.MasterName, - Expiration: config.Expiration, - DB: config.Redis.DB, - PoolSize: config.Redis.PoolSize, - Password: flagext.Secret{Value: config.Redis.Password}, - IdleTimeout: config.Redis.IdleTimeout, - MaxConnAge: config.Redis.MaxConnAge, + Endpoint: config.Redis.Addr, + Timeout: config.Redis.ReadTimeout, + MasterName: config.Redis.MasterName, + Expiration: config.Expiration, + DB: config.Redis.DB, + Password: flagext.Secret{Value: config.Redis.Password}, + Username: config.Redis.Username, }, Background: cortexcache.BackgroundConfig{ WriteBackBuffer: config.Redis.MaxSetMultiConcurrency * config.Redis.SetMultiBatchSize, @@ -189,6 +189,7 @@ type DownstreamTripperConfig struct { MaxIdleConns *int `yaml:"max_idle_conns"` MaxIdleConnsPerHost *int `yaml:"max_idle_conns_per_host"` MaxConnsPerHost *int `yaml:"max_conns_per_host"` + TLSConfig *exthttp.TLSConfig `yaml:"tls_config"` CachePathOrContent extflag.PathOrContent } @@ -206,6 +207,10 @@ type Config struct { DownstreamURL string ForwardHeaders []string NumShards int + TenantHeader string + DefaultTenant string + TenantCertField string + EnableXFunctions bool } // QueryRangeConfig holds the config for query range tripperware. diff --git a/pkg/queryfrontend/queryinstant_codec.go b/pkg/queryfrontend/queryinstant_codec.go index 1eec030996..a44bb7d94e 100644 --- a/pkg/queryfrontend/queryinstant_codec.go +++ b/pkg/queryfrontend/queryinstant_codec.go @@ -17,15 +17,15 @@ import ( "github.com/opentracing/opentracing-go" otlog "github.com/opentracing/opentracing-go/log" "github.com/prometheus/common/model" + "github.com/prometheus/prometheus/promql/parser" "github.com/weaveworks/common/httpgrpc" - "github.com/prometheus/prometheus/promql/parser" - promqlparser "github.com/prometheus/prometheus/promql/parser" "github.com/thanos-io/thanos/internal/cortex/cortexpb" "github.com/thanos-io/thanos/internal/cortex/querier/queryrange" cortexutil "github.com/thanos-io/thanos/internal/cortex/util" "github.com/thanos-io/thanos/internal/cortex/util/spanlogger" queryv1 "github.com/thanos-io/thanos/pkg/api/query" + "github.com/thanos-io/thanos/pkg/extpromql" ) // queryInstantCodec is used to encode/decode Thanos instant query requests and responses. @@ -54,6 +54,16 @@ func (c queryInstantCodec) MergeResponse(req queryrange.Request, responses ...qu for _, resp := range responses { promResponses = append(promResponses, resp.(*queryrange.PrometheusInstantQueryResponse)) } + + var analyzes []*queryrange.Analysis + for i := range promResponses { + if promResponses[i].Data.GetAnalysis() == nil { + continue + } + + analyzes = append(analyzes, promResponses[i].Data.GetAnalysis()) + } + var res queryrange.Response switch promResponses[0].Data.ResultType { case model.ValMatrix.String(): @@ -66,7 +76,8 @@ func (c queryInstantCodec) MergeResponse(req queryrange.Request, responses ...qu Matrix: matrixMerge(promResponses), }, }, - Stats: queryrange.StatsMerge(responses), + Analysis: queryrange.AnalyzesMerge(analyzes...), + Stats: queryrange.StatsMerge(responses), }, } default: @@ -83,7 +94,8 @@ func (c queryInstantCodec) MergeResponse(req queryrange.Request, responses ...qu Vector: v, }, }, - Stats: queryrange.StatsMerge(responses), + Analysis: queryrange.AnalyzesMerge(analyzes...), + Stats: queryrange.StatsMerge(responses), }, } } @@ -103,6 +115,14 @@ func (c queryInstantCodec) DecodeRequest(_ context.Context, r *http.Request, for } } + if len(r.FormValue("analyze")) > 0 { + analyze, err := strconv.ParseBool(r.FormValue("analyze")) + if err != nil { + return nil, err + } + result.Analyze = analyze + } + result.Dedup, err = parseEnableDedupParam(r.FormValue(queryv1.DedupParam)) if err != nil { return nil, err @@ -143,6 +163,7 @@ func (c queryInstantCodec) DecodeRequest(_ context.Context, r *http.Request, for result.Query = r.FormValue("query") result.Path = r.URL.Path + result.Engine = r.FormValue("engine") for _, header := range forwardHeaders { for h, hv := range r.Header { @@ -152,6 +173,7 @@ func (c queryInstantCodec) DecodeRequest(_ context.Context, r *http.Request, for } } } + return &result, nil } @@ -163,7 +185,9 @@ func (c queryInstantCodec) EncodeRequest(ctx context.Context, r queryrange.Reque params := url.Values{ "query": []string{thanosReq.Query}, queryv1.DedupParam: []string{strconv.FormatBool(thanosReq.Dedup)}, + queryv1.QueryAnalyzeParam: []string{strconv.FormatBool(thanosReq.Analyze)}, queryv1.PartialResponseParam: []string{strconv.FormatBool(thanosReq.PartialResponse)}, + queryv1.EngineParam: []string{thanosReq.Engine}, queryv1.ReplicaLabelsParam: thanosReq.ReplicaLabels, } @@ -347,18 +371,18 @@ const ( ) func sortPlanForQuery(q string) (sortPlan, error) { - expr, err := promqlparser.ParseExpr(q) + expr, err := extpromql.ParseExpr(q) if err != nil { return 0, err } // Check if the root expression is topk or bottomk if aggr, ok := expr.(*parser.AggregateExpr); ok { - if aggr.Op == promqlparser.TOPK || aggr.Op == promqlparser.BOTTOMK { + if aggr.Op == parser.TOPK || aggr.Op == parser.BOTTOMK { return mergeOnly, nil } } - checkForSort := func(expr promqlparser.Expr) (sortAsc, sortDesc bool) { - if n, ok := expr.(*promqlparser.Call); ok { + checkForSort := func(expr parser.Expr) (sortAsc, sortDesc bool) { + if n, ok := expr.(*parser.Call); ok { if n.Func != nil { if n.Func.Name == "sort" { sortAsc = true diff --git a/pkg/queryfrontend/queryinstant_codec_test.go b/pkg/queryfrontend/queryinstant_codec_test.go index 57d7dbd71b..3d60cf6960 100644 --- a/pkg/queryfrontend/queryinstant_codec_test.go +++ b/pkg/queryfrontend/queryinstant_codec_test.go @@ -9,6 +9,7 @@ import ( "io" "net/http" "testing" + "time" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" @@ -58,6 +59,19 @@ func TestQueryInstantCodec_DecodeRequest(t *testing.T) { StoreMatchers: [][]*labels.Matcher{}, }, }, + { + name: "parse with analyze", + url: "/api/v1/query?time=123&query=up&analyze=true", + partialResponse: false, + expectedRequest: &ThanosQueryInstantRequest{ + Path: "/api/v1/query", + Query: "up", + Time: 123000, + Dedup: true, + StoreMatchers: [][]*labels.Matcher{}, + Analyze: true, + }, + }, { name: "cannot parse dedup", url: "/api/v1/query?dedup=bar", @@ -271,6 +285,48 @@ func TestMergeResponse(t *testing.T) { expectedResp queryrange.Response expectedErr error }{ + { + name: "response with analysis", + req: defaultReq, + expectedResp: &queryrange.PrometheusInstantQueryResponse{ + Status: queryrange.StatusSuccess, + Data: queryrange.PrometheusInstantQueryData{ + ResultType: model.ValScalar.String(), + Analysis: &queryrange.Analysis{ + Name: "foo", + ExecutionTime: queryrange.Duration(1 * time.Second), + }, + Result: queryrange.PrometheusInstantQueryResult{ + Result: &queryrange.PrometheusInstantQueryResult_Scalar{ + Scalar: &cortexpb.Sample{ + TimestampMs: 0, + Value: 1, + }, + }, + }, + }, + }, + resps: []queryrange.Response{ + &queryrange.PrometheusInstantQueryResponse{ + Status: queryrange.StatusSuccess, + Data: queryrange.PrometheusInstantQueryData{ + ResultType: model.ValScalar.String(), + Analysis: &queryrange.Analysis{ + Name: "foo", + ExecutionTime: queryrange.Duration(1 * time.Second), + }, + Result: queryrange.PrometheusInstantQueryResult{ + Result: &queryrange.PrometheusInstantQueryResult_Scalar{ + Scalar: &cortexpb.Sample{ + TimestampMs: 0, + Value: 1, + }, + }, + }, + }, + }, + }, + }, { name: "empty response", req: defaultReq, @@ -278,6 +334,7 @@ func TestMergeResponse(t *testing.T) { expectedResp: &queryrange.PrometheusInstantQueryResponse{ Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ + Analysis: nil, ResultType: model.ValVector.String(), Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{}, @@ -315,6 +372,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValVector.String(), + Analysis: nil, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ Vector: &queryrange.Vector{ @@ -388,6 +446,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValVector.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ Vector: &queryrange.Vector{ @@ -469,6 +528,7 @@ func TestMergeResponse(t *testing.T) { expectedResp: &queryrange.PrometheusInstantQueryResponse{ Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ + Analysis: &queryrange.Analysis{}, ResultType: model.ValVector.String(), Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ @@ -550,6 +610,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValVector.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ Vector: &queryrange.Vector{ @@ -630,6 +691,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValVector.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ Vector: &queryrange.Vector{ @@ -686,6 +748,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValVector.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Vector{ Vector: &queryrange.Vector{ @@ -761,6 +824,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValMatrix.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Matrix{ Matrix: &queryrange.Matrix{ @@ -794,6 +858,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValMatrix.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Matrix{ Matrix: &queryrange.Matrix{ @@ -851,6 +916,7 @@ func TestMergeResponse(t *testing.T) { Status: queryrange.StatusSuccess, Data: queryrange.PrometheusInstantQueryData{ ResultType: model.ValMatrix.String(), + Analysis: &queryrange.Analysis{}, Result: queryrange.PrometheusInstantQueryResult{ Result: &queryrange.PrometheusInstantQueryResult_Matrix{ Matrix: &queryrange.Matrix{ @@ -896,6 +962,39 @@ func TestDecodeResponse(t *testing.T) { expectedResponse queryrange.Response expectedErr error }{ + { + name: "with analysis", + body: `{ + "status": "success", + "data": { + "resultType": "scalar", + "result": [ + 1708690766.576, + "1708690766.576" + ], + "analysis": { + "name": "[noArgFunction]", + "executionTime": "1s" + } + } + }`, + expectedResponse: &queryrange.PrometheusInstantQueryResponse{ + Status: queryrange.StatusSuccess, + Headers: headers, + Data: queryrange.PrometheusInstantQueryData{ + Analysis: &queryrange.Analysis{ + Name: "[noArgFunction]", + ExecutionTime: queryrange.Duration(1 * time.Second), + }, + ResultType: model.ValScalar.String(), + Result: queryrange.PrometheusInstantQueryResult{ + Result: &queryrange.PrometheusInstantQueryResult_Scalar{ + Scalar: &cortexpb.Sample{TimestampMs: 1708690766576, Value: 1708690766.576}, + }, + }, + }, + }, + }, { name: "empty vector", body: `{ diff --git a/pkg/queryfrontend/queryrange_codec.go b/pkg/queryfrontend/queryrange_codec.go index 0c3718c140..4de0dd387e 100644 --- a/pkg/queryfrontend/queryrange_codec.go +++ b/pkg/queryfrontend/queryrange_codec.go @@ -16,13 +16,12 @@ import ( "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/promql/parser" "github.com/weaveworks/common/httpgrpc" "github.com/thanos-io/thanos/internal/cortex/querier/queryrange" cortexutil "github.com/thanos-io/thanos/internal/cortex/util" - queryv1 "github.com/thanos-io/thanos/pkg/api/query" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -129,6 +128,13 @@ func (c queryRangeCodec) DecodeRequest(_ context.Context, r *http.Request, forwa } result.Query = r.FormValue("query") + if len(r.FormValue(queryv1.QueryAnalyzeParam)) > 0 { + result.Analyze, err = strconv.ParseBool(r.FormValue(queryv1.QueryAnalyzeParam)) + if err != nil { + return nil, err + } + } + result.Engine = r.FormValue(queryv1.EngineParam) result.Path = r.URL.Path for _, value := range r.Header.Values(cacheControlHeader) { @@ -159,6 +165,8 @@ func (c queryRangeCodec) EncodeRequest(ctx context.Context, r queryrange.Request "end": []string{encodeTime(thanosReq.End)}, "step": []string{encodeDurationMillis(thanosReq.Step)}, "query": []string{thanosReq.Query}, + queryv1.QueryAnalyzeParam: []string{strconv.FormatBool(thanosReq.Analyze)}, + queryv1.EngineParam: []string{thanosReq.Engine}, queryv1.DedupParam: []string{strconv.FormatBool(thanosReq.Dedup)}, queryv1.PartialResponseParam: []string{strconv.FormatBool(thanosReq.PartialResponse)}, queryv1.ReplicaLabelsParam: thanosReq.ReplicaLabels, @@ -260,7 +268,7 @@ func parsePartialResponseParam(s string, defaultEnablePartialResponse bool) (boo func parseMatchersParam(ss url.Values, matcherParam string) ([][]*labels.Matcher, error) { matchers := make([][]*labels.Matcher, 0, len(ss[matcherParam])) for _, s := range ss[matcherParam] { - ms, err := parser.ParseMetricSelector(s) + ms, err := extpromql.ParseMetricSelector(s) if err != nil { return nil, httpgrpc.Errorf(http.StatusBadRequest, errCannotParse, matcherParam) } diff --git a/pkg/queryfrontend/request.go b/pkg/queryfrontend/request.go index 5cda2cc8e1..4a6fb3f0d8 100644 --- a/pkg/queryfrontend/request.go +++ b/pkg/queryfrontend/request.go @@ -55,6 +55,8 @@ type ThanosQueryRangeRequest struct { Stats string ShardInfo *storepb.ShardInfo LookbackDelta int64 + Analyze bool + Engine string } // IsDedupEnabled returns true if deduplication is enabled. @@ -154,6 +156,8 @@ type ThanosQueryInstantRequest struct { Stats string ShardInfo *storepb.ShardInfo LookbackDelta int64 // in milliseconds. + Analyze bool + Engine string } // IsDedupEnabled returns true if deduplication is enabled. diff --git a/pkg/queryfrontend/roundtrip.go b/pkg/queryfrontend/roundtrip.go index ef557e0a35..b901950ba8 100644 --- a/pkg/queryfrontend/roundtrip.go +++ b/pkg/queryfrontend/roundtrip.go @@ -9,6 +9,8 @@ import ( "strings" "time" + "github.com/thanos-io/thanos/pkg/tenancy" + "github.com/thanos-io/thanos/pkg/querysharding" "github.com/go-kit/log" @@ -78,7 +80,14 @@ func NewTripperware(config Config, reg prometheus.Registerer, logger log.Logger) config.ForwardHeaders, ) return func(next http.RoundTripper) http.RoundTripper { - return newRoundTripper(next, queryRangeTripperware(next), labelsTripperware(next), queryInstantTripperware(next), reg) + tripper := newRoundTripper( + next, + queryRangeTripperware(next), + labelsTripperware(next), + queryInstantTripperware(next), + reg, + ) + return tenancy.InternalTenancyConversionTripper(config.TenantHeader, config.TenantCertField, tripper) }, nil } diff --git a/pkg/queryfrontend/roundtrip_test.go b/pkg/queryfrontend/roundtrip_test.go index 12eeb5f430..7733191e47 100644 --- a/pkg/queryfrontend/roundtrip_test.go +++ b/pkg/queryfrontend/roundtrip_test.go @@ -13,6 +13,8 @@ import ( "testing" "time" + "go.uber.org/atomic" + "github.com/go-kit/log" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" @@ -570,7 +572,7 @@ func TestRoundTripQueryCacheWithShardingMiddleware(t *testing.T) { name string req queryrange.Request err bool - expected int + expected int64 }{ { name: "query with vertical sharding", @@ -609,7 +611,7 @@ func TestRoundTripQueryCacheWithShardingMiddleware(t *testing.T) { testutil.Ok(t, err) } - testutil.Equals(t, tc.expected, *res) + testutil.Equals(t, tc.expected, res.Load()) }) { break } @@ -869,8 +871,8 @@ func promqlResults(fail bool) (*int, http.Handler) { // promqlResultsWithFailures is a mock handler used to test split and cache middleware. // it will return a failed response numFailures times. -func promqlResultsWithFailures(numFailures int) (*int, http.Handler) { - count := 0 +func promqlResultsWithFailures(numFailures int) (*atomic.Int64, http.Handler) { + count := &atomic.Int64{} var lock sync.Mutex q := queryrange.PrometheusResponse{ Status: "success", @@ -890,7 +892,7 @@ func promqlResultsWithFailures(numFailures int) (*int, http.Handler) { cond := sync.NewCond(&sync.Mutex{}) cond.L.Lock() - return &count, http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + return count, http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { lock.Lock() defer lock.Unlock() @@ -914,7 +916,7 @@ func promqlResultsWithFailures(numFailures int) (*int, http.Handler) { if numFailures == 0 { cond.Broadcast() } - count++ + count.Add(1) }) } diff --git a/pkg/querysharding/analysis.go b/pkg/querysharding/analysis.go index c06215fa39..ef33053d95 100644 --- a/pkg/querysharding/analysis.go +++ b/pkg/querysharding/analysis.go @@ -3,8 +3,6 @@ package querysharding -var excludedLabels = []string{"le"} - type QueryAnalysis struct { // Labels to shard on shardingLabels []string @@ -21,8 +19,6 @@ func nonShardableQuery() QueryAnalysis { } func (q *QueryAnalysis) scopeToLabels(labels []string, by bool) QueryAnalysis { - labels = without(labels, excludedLabels) - if q.shardingLabels == nil { return QueryAnalysis{ shardBy: by, @@ -101,10 +97,12 @@ func without(sliceA, sliceB []string) []string { if sliceA == nil { return nil } - - if len(sliceA) == 0 || len(sliceB) == 0 { + if len(sliceA) == 0 { return []string{} } + if len(sliceB) == 0 { + return sliceA + } keyMap := make(map[string]struct{}, len(sliceA)) for _, s := range sliceA { @@ -123,9 +121,15 @@ func without(sliceA, sliceB []string) []string { } func union(sliceA, sliceB []string) []string { - if len(sliceA) == 0 || len(sliceB) == 0 { + if len(sliceA) == 0 && len(sliceB) == 0 { return []string{} } + if len(sliceA) == 0 { + return sliceB + } + if len(sliceB) == 0 { + return sliceA + } keyMap := make(map[string]struct{}, len(sliceA)) for _, s := range sliceA { diff --git a/pkg/querysharding/analyzer.go b/pkg/querysharding/analyzer.go index 12cb1b9a1a..80cb8cb3a8 100644 --- a/pkg/querysharding/analyzer.go +++ b/pkg/querysharding/analyzer.go @@ -19,9 +19,11 @@ package querysharding import ( "fmt" - lru "github.com/hashicorp/golang-lru" + lru "github.com/hashicorp/golang-lru/v2" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/promql/parser" + + "github.com/thanos-io/thanos/pkg/extpromql" ) var ( @@ -38,14 +40,14 @@ type QueryAnalyzer struct{} type CachedQueryAnalyzer struct { analyzer *QueryAnalyzer - cache *lru.Cache + cache *lru.Cache[string, cachedValue] } // NewQueryAnalyzer creates a new QueryAnalyzer. func NewQueryAnalyzer() *CachedQueryAnalyzer { // Ignore the error check since it throws error // only if size is <= 0. - cache, _ := lru.New(256) + cache, _ := lru.New[string, cachedValue](256) return &CachedQueryAnalyzer{ analyzer: &QueryAnalyzer{}, cache: cache, @@ -61,7 +63,7 @@ func (a *CachedQueryAnalyzer) Analyze(query string) (QueryAnalysis, error) { if a.cache.Contains(query) { value, ok := a.cache.Get(query) if ok { - return value.(cachedValue).QueryAnalysis, value.(cachedValue).err + return value.QueryAnalysis, value.err } } @@ -88,7 +90,7 @@ func (a *CachedQueryAnalyzer) Analyze(query string) (QueryAnalysis, error) { // // The le label is excluded from sharding. func (a *QueryAnalyzer) Analyze(query string) (QueryAnalysis, error) { - expr, err := parser.ParseExpr(query) + expr, err := extpromql.ParseExpr(query) if err != nil { return nonShardableQuery(), err } @@ -108,12 +110,14 @@ func (a *QueryAnalyzer) Analyze(query string) (QueryAnalysis, error) { } else if n.Func.Name == "absent_over_time" || n.Func.Name == "absent" || n.Func.Name == "scalar" { isShardable = false return notShardableErr + } else if n.Func.Name == "histogram_quantile" { + analysis = analysis.scopeToLabels([]string{"le"}, false) } } case *parser.BinaryExpr: if n.VectorMatching != nil { - shardingLabels := without(n.VectorMatching.MatchingLabels, []string{"le"}) - if !n.VectorMatching.On && len(shardingLabels) > 0 { + shardingLabels := n.VectorMatching.MatchingLabels + if !n.VectorMatching.On { shardingLabels = append(shardingLabels, model.MetricNameLabel) } analysis = analysis.scopeToLabels(shardingLabels, n.VectorMatching.On) @@ -121,7 +125,7 @@ func (a *QueryAnalyzer) Analyze(query string) (QueryAnalysis, error) { case *parser.AggregateExpr: shardingLabels := make([]string, 0) if len(n.Grouping) > 0 { - shardingLabels = without(n.Grouping, []string{"le"}) + shardingLabels = n.Grouping } analysis = analysis.scopeToLabels(shardingLabels, !n.Without) } diff --git a/pkg/querysharding/analyzer_test.go b/pkg/querysharding/analyzer_test.go index b86721706c..2473f5b441 100644 --- a/pkg/querysharding/analyzer_test.go +++ b/pkg/querysharding/analyzer_test.go @@ -32,10 +32,6 @@ func TestAnalyzeQuery(t *testing.T) { name: "outer aggregation with without grouping", expression: "count(sum without (pod) (http_requests_total))", }, - { - name: "binary expression", - expression: `http_requests_total{code="400"} / http_requests_total`, - }, { name: "binary expression with constant", expression: `http_requests_total{code="400"} / 4`, @@ -48,10 +44,6 @@ func TestAnalyzeQuery(t *testing.T) { name: "binary aggregation with different grouping labels", expression: `sum by (pod) (http_requests_total{code="400"}) / sum by (cluster) (http_requests_total)`, }, - { - name: "multiple binary expressions", - expression: `(http_requests_total{code="400"} + http_requests_total{code="500"}) / http_requests_total`, - }, { name: "multiple binary expressions with empty vector matchers", expression: ` @@ -79,6 +71,14 @@ http_requests_total`, name: "scalar is not shardable", expression: `scalar(sum by (url) (http_requests_total{code="400"}))`, }, + { + name: "sum by le together with histogram_quantile, not shardable", + expression: `sum by (le) (histogram_quantile(0.99, http_requests_duration_seconds_bucket))`, + }, + { + name: "sum by le together with histogram_quantile in binary expression", + expression: `sum by (le) (http_requests_duration_seconds_bucket) + histogram_quantile(0.99, http_requests_duration_seconds_bucket)`, + }, } shardableByLabels := []testCase{ @@ -107,6 +107,11 @@ http_requests_total`, expression: `sum by (cluster, pod) (http_requests_total{code="400"}) / on (pod) sum by (cluster, pod) (http_requests_total)`, shardingLabels: []string{"pod"}, }, + { + name: "binary expression with vector matching with outer aggregation", + expression: `sum(http_requests_total{code="400"} * http_requests_total) by (pod)`, + shardingLabels: []string{"pod"}, + }, { name: "multiple binary expressions with vector matchers", expression: ` @@ -180,6 +185,21 @@ sum by (container) ( expression: `sum(sum_over_time(container_memory_working_set_bytes{container_name!="POD",container_name!="",namespace="kube-system"}[1d:5m])) by (instance, cluster) / avg(label_replace(sum(sum_over_time(kube_node_status_capacity_memory_bytes[1d:5m])) by (node, cluster), "instance", "$1", "node", "(.*)")) by (instance, cluster)`, shardingLabels: []string{"cluster"}, }, + { + name: "complex query with label_replace and nested aggregations", + expression: `avg(label_replace(label_replace(avg(count_over_time(kube_pod_container_resource_requests{resource="memory", unit="byte", container!="",container!="POD", node!="", }[1h] )*avg_over_time(kube_pod_container_resource_requests{resource="memory", unit="byte", container!="",container!="POD", node!="", }[1h] )) by (namespace,container,pod,node,cluster_id) , "container_name","$1","container","(.+)"), "pod_name","$1","pod","(.+)")) by (namespace,container_name,pod_name,node,cluster_id)`, + shardingLabels: []string{"namespace", "node", "cluster_id"}, + }, + { + name: "complex query with label_replace, nested aggregations and binary expressions", + expression: `sort_desc(avg(label_replace(label_replace(label_replace(count_over_time(container_memory_working_set_bytes{container!="", container!="POD", instance!="", }[1h] ), "node", "$1", "instance", "(.+)"), "container_name", "$1", "container", "(.+)"), "pod_name", "$1", "pod", "(.+)")*label_replace(label_replace(label_replace(avg_over_time(container_memory_working_set_bytes{container!="", container!="POD", instance!="", }[1h] ), "node", "$1", "instance", "(.+)"), "container_name", "$1", "container", "(.+)"), "pod_name", "$1", "pod", "(.+)")) by (namespace, container_name, pod_name, node, cluster_id))`, + shardingLabels: []string{"namespace", "cluster_id"}, + }, + { + name: "sum by le without histogram_quantile", + expression: `sum by (le) (http_requests_duration_seconds_bucket)`, + shardingLabels: []string{"le"}, + }, } shardableWithoutLabels := []testCase{ @@ -193,6 +213,16 @@ sum by (container) ( expression: "max without (pod) (sum without (pod, cluster) (http_requests_total))", shardingLabels: []string{"pod", "cluster"}, }, + { + name: "binary expression with outer without grouping", + expression: `sum(http_requests_total{code="400"} * http_requests_total) without (pod)`, + shardingLabels: []string{"__name__", "pod"}, + }, + { + name: "binary expression with vector matching and outer without grouping", + expression: `sum(http_requests_total{code="400"} * ignoring(cluster) http_requests_total) without ()`, + shardingLabels: []string{"__name__", "cluster"}, + }, { name: "binary expression with without vector matching and grouping", expression: `sum without (cluster, pod) (http_requests_total{code="400"}) / ignoring (pod) sum without (cluster, pod) (http_requests_total)`, @@ -212,9 +242,9 @@ http_requests_total`, shardingLabels: []string{"cluster", "pod", model.MetricNameLabel}, }, { - name: "histogram quantile", + name: "histogram quantile without", expression: "histogram_quantile(0.95, sum(rate(metric[1m])) without (le, cluster))", - shardingLabels: []string{"cluster"}, + shardingLabels: []string{"cluster", "le"}, }, { name: "aggregate without expression with label_replace, sharding label is not dynamic", @@ -231,6 +261,26 @@ http_requests_total`, expression: `sum without (pod) (label_replace(metric, "dst_label", "$1", "src_label", "re"))`, shardingLabels: []string{"pod", "dst_label"}, }, + { + name: "binary expression", + expression: `http_requests_total{code="400"} / http_requests_total`, + shardingLabels: []string{model.MetricNameLabel}, + }, + { + name: "binary expression among vector and scalar", + expression: `aaaa - bbb > 1000`, + shardingLabels: []string{model.MetricNameLabel}, + }, + { + name: "binary expression with set operation", + expression: `aaaa and bbb`, + shardingLabels: []string{model.MetricNameLabel}, + }, + { + name: "multiple binary expressions", + expression: `(http_requests_total{code="400"} + http_requests_total{code="500"}) / http_requests_total`, + shardingLabels: []string{model.MetricNameLabel}, + }, } for _, test := range nonShardable { diff --git a/pkg/receive/config.go b/pkg/receive/config.go index 27c39a8d11..6f65f6895d 100644 --- a/pkg/receive/config.go +++ b/pkg/receive/config.go @@ -13,13 +13,14 @@ import ( "path/filepath" "time" + "github.com/fsnotify/fsnotify" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/common/model" - "gopkg.in/fsnotify.v1" + "github.com/prometheus/prometheus/model/labels" ) var ( @@ -37,13 +38,51 @@ const ( RouterIngestor ReceiverMode = "RouterIngestor" ) +type Endpoint struct { + Address string `json:"address"` + AZ string `json:"az"` +} + +func (e *Endpoint) UnmarshalJSON(data []byte) error { + // First try to unmarshal as a string. + err := json.Unmarshal(data, &e.Address) + if err == nil { + return nil + } + + // If that fails, try to unmarshal as an endpoint object. + type endpointAlias Endpoint + var configEndpoint endpointAlias + err = json.Unmarshal(data, &configEndpoint) + if err == nil { + e.Address = configEndpoint.Address + e.AZ = configEndpoint.AZ + } + return err +} + // HashringConfig represents the configuration for a hashring // a receive node knows about. type HashringConfig struct { - Hashring string `json:"hashring,omitempty"` - Tenants []string `json:"tenants,omitempty"` - Endpoints []string `json:"endpoints"` - Algorithm HashringAlgorithm `json:"algorithm,omitempty"` + Hashring string `json:"hashring,omitempty"` + Tenants []string `json:"tenants,omitempty"` + TenantMatcherType tenantMatcher `json:"tenant_matcher_type,omitempty"` + Endpoints []Endpoint `json:"endpoints"` + Algorithm HashringAlgorithm `json:"algorithm,omitempty"` + ExternalLabels labels.Labels `json:"external_labels,omitempty"` +} + +type tenantMatcher string + +const ( + // TenantMatcherTypeExact matches tenants exactly. This is also the default one. + TenantMatcherTypeExact tenantMatcher = "exact" + // TenantMatcherGlob matches tenants using glob patterns. + TenantMatcherGlob tenantMatcher = "glob" +) + +func isExactMatcher(m tenantMatcher) bool { + return m == TenantMatcherTypeExact || m == "" } // ConfigWatcher is able to watch a file containing a hashring configuration @@ -255,6 +294,30 @@ func (cw *ConfigWatcher) refresh(ctx context.Context) { } } +func ConfigFromWatcher(ctx context.Context, updates chan<- []HashringConfig, cw *ConfigWatcher) error { + defer close(updates) + go cw.Run(ctx) + + for { + select { + case cfg, ok := <-cw.C(): + if !ok { + return errors.New("hashring config watcher stopped unexpectedly") + } + updates <- cfg + case <-ctx.Done(): + return ctx.Err() + } + } +} + +// ParseConfig parses the raw configuration content and returns a HashringConfig. +func ParseConfig(content []byte) ([]HashringConfig, error) { + var config []HashringConfig + err := json.Unmarshal(content, &config) + return config, err +} + // loadConfig loads raw configuration content and returns a configuration. func loadConfig(logger log.Logger, path string) ([]HashringConfig, float64, error) { cfgContent, err := readFile(logger, path) @@ -262,7 +325,7 @@ func loadConfig(logger log.Logger, path string) ([]HashringConfig, float64, erro return nil, 0, errors.Wrap(err, "failed to read configuration file") } - config, err := parseConfig(cfgContent) + config, err := ParseConfig(cfgContent) if err != nil { return nil, 0, errors.Wrapf(errParseConfigurationFile, "failed to parse configuration file: %v", err) } @@ -290,13 +353,6 @@ func readFile(logger log.Logger, path string) ([]byte, error) { return io.ReadAll(fd) } -// parseConfig parses the raw configuration content and returns a HashringConfig. -func parseConfig(content []byte) ([]HashringConfig, error) { - var config []HashringConfig - err := json.Unmarshal(content, &config) - return config, err -} - // hashAsMetricValue generates metric value from hash of data. func hashAsMetricValue(data []byte) float64 { sum := md5.Sum(data) diff --git a/pkg/receive/config_test.go b/pkg/receive/config_test.go index 47146fb424..c1230f327e 100644 --- a/pkg/receive/config_test.go +++ b/pkg/receive/config_test.go @@ -38,7 +38,7 @@ func TestValidateConfig(t *testing.T) { name: "valid config", cfg: []HashringConfig{ { - Endpoints: []string{"node1"}, + Endpoints: []Endpoint{{Address: "node1"}}, }, }, err: nil, // means it's valid. @@ -71,3 +71,16 @@ func TestValidateConfig(t *testing.T) { }) } } + +func TestUnmarshalEndpointSlice(t *testing.T) { + t.Run("Endpoints as string slice", func(t *testing.T) { + var endpoints []Endpoint + testutil.Ok(t, json.Unmarshal([]byte(`["node-1"]`), &endpoints)) + testutil.Equals(t, endpoints, []Endpoint{{Address: "node-1"}}) + }) + t.Run("Endpoints as endpoints slice", func(t *testing.T) { + var endpoints []Endpoint + testutil.Ok(t, json.Unmarshal([]byte(`[{"address": "node-1", "az": "az-1"}]`), &endpoints)) + testutil.Equals(t, endpoints, []Endpoint{{Address: "node-1", AZ: "az-1"}}) + }) +} diff --git a/pkg/receive/handler.go b/pkg/receive/handler.go index 3cce0552ab..df61aeb3a9 100644 --- a/pkg/receive/handler.go +++ b/pkg/receive/handler.go @@ -10,9 +10,9 @@ import ( "fmt" "io" stdlog "log" + "math" "net" "net/http" - "path" "sort" "strconv" "sync" @@ -29,9 +29,12 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/common/route" + "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" + "go.opentelemetry.io/otel/attribute" + "go.opentelemetry.io/otel/trace" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" @@ -41,37 +44,30 @@ import ( "github.com/thanos-io/thanos/pkg/logging" extpromhttp "github.com/thanos-io/thanos/pkg/extprom/http" + "github.com/thanos-io/thanos/pkg/pool" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/server/http/middleware" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) const ( - // DefaultTenantHeader is the default header used to designate the tenant making a write request. - DefaultTenantHeader = "THANOS-TENANT" - // DefaultTenant is the default value used for when no tenant is passed via the tenant header. - DefaultTenant = "default-tenant" - // DefaultTenantLabel is the default label-name used for when no tenant is passed via the tenant header. - DefaultTenantLabel = "tenant_id" + // DefaultStatsLimit is the default value used for limiting tenant stats. + DefaultStatsLimit = 10 // DefaultReplicaHeader is the default header used to designate the replica count of a write request. DefaultReplicaHeader = "THANOS-REPLICA" // AllTenantsQueryParam is the query parameter for getting TSDB stats for all tenants. AllTenantsQueryParam = "all_tenants" + // LimitStatsQueryParam is the query parameter for limiting the amount of returned TSDB stats. + LimitStatsQueryParam = "limit" // Labels for metrics. labelSuccess = "success" labelError = "error" ) -// Allowed fields in client certificates. -const ( - CertificateFieldOrganization = "organization" - CertificateFieldOrganizationalUnit = "organizationalUnit" - CertificateFieldCommonName = "commonName" -) - var ( // errConflict is returned whenever an operation fails due to any conflict-type error. errConflict = errors.New("conflict") @@ -82,41 +78,47 @@ var ( errInternal = errors.New("internal error") ) +type WriteableStoreAsyncClient interface { + storepb.WriteableStoreClient + RemoteWriteAsync(context.Context, *storepb.WriteRequest, endpointReplica, []int, chan writeResponse, func(error)) +} + // Options for the web Handler. type Options struct { - Writer *Writer - ListenAddress string - Registry *prometheus.Registry - TenantHeader string - TenantField string - DefaultTenantID string - ReplicaHeader string - Endpoint string - ReplicationFactor uint64 - ReceiverMode ReceiverMode - Tracer opentracing.Tracer - TLSConfig *tls.Config - DialOpts []grpc.DialOption - ForwardTimeout time.Duration - MaxBackoff time.Duration - RelabelConfigs []*relabel.Config - TSDBStats TSDBStats - Limiter *Limiter + Writer *Writer + ListenAddress string + Registry *prometheus.Registry + TenantHeader string + TenantField string + DefaultTenantID string + ReplicaHeader string + Endpoint string + ReplicationFactor uint64 + SplitTenantLabelName string + ReceiverMode ReceiverMode + Tracer opentracing.Tracer + TLSConfig *tls.Config + DialOpts []grpc.DialOption + ForwardTimeout time.Duration + MaxBackoff time.Duration + RelabelConfigs []*relabel.Config + TSDBStats TSDBStats + Limiter *Limiter + AsyncForwardWorkerCount uint } // Handler serves a Prometheus remote write receiving HTTP endpoint. type Handler struct { - logger log.Logger - writer *Writer - router *route.Router - options *Options - listener net.Listener + logger log.Logger + writer *Writer + router *route.Router + options *Options + splitTenantLabelName string + httpSrv *http.Server mtx sync.RWMutex hashring Hashring - peers *peerGroup - expBackoff backoff.Backoff - peerStates map[string]*retryState + peers peersContainer receiverMode ReceiverMode forwardRequests *prometheus.CounterVec @@ -139,20 +141,36 @@ func NewHandler(logger log.Logger, o *Options) *Handler { registerer = o.Registry } + workers := o.AsyncForwardWorkerCount + if workers == 0 { + workers = 1 + } + level.Info(logger).Log("msg", "Starting receive handler with async forward workers", "workers", workers) + h := &Handler{ - logger: logger, - writer: o.Writer, - router: route.New(), - options: o, - peers: newPeerGroup(o.DialOpts...), + logger: logger, + writer: o.Writer, + router: route.New(), + options: o, + splitTenantLabelName: o.SplitTenantLabelName, + peers: newPeerGroup( + backoff.Backoff{ + Factor: 2, + Min: 100 * time.Millisecond, + Max: o.MaxBackoff, + Jitter: true, + }, + promauto.With(registerer).NewHistogram( + prometheus.HistogramOpts{ + Name: "thanos_receive_forward_delay_seconds", + Help: "The delay between the time the request was received and the time it was forwarded to a worker. ", + Buckets: prometheus.ExponentialBuckets(0.001, 2, 16), + }, + ), + workers, + o.DialOpts...), receiverMode: o.ReceiverMode, - expBackoff: backoff.Backoff{ - Factor: 2, - Min: 100 * time.Millisecond, - Max: o.MaxBackoff, - Jitter: true, - }, - Limiter: o.Limiter, + Limiter: o.Limiter, forwardRequests: promauto.With(registerer).NewCounterVec( prometheus.CounterOpts{ Name: "thanos_receive_forward_requests_total", @@ -204,10 +222,21 @@ func NewHandler(logger log.Logger, o *Options) *Handler { ins := extpromhttp.NewNopInstrumentationMiddleware() if o.Registry != nil { + var buckets = []float64{0.001, 0.005, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.25, 0.5, 0.75, 1, 2, 3, 4, 5} + + const bucketIncrement = 2.0 + for curMax := 5.0 + bucketIncrement; curMax < o.ForwardTimeout.Seconds(); curMax += bucketIncrement { + buckets = append(buckets, curMax) + } + if buckets[len(buckets)-1] < o.ForwardTimeout.Seconds() { + buckets = append(buckets, o.ForwardTimeout.Seconds()) + } + ins = extpromhttp.NewTenantInstrumentationMiddleware( o.TenantHeader, + o.DefaultTenantID, o.Registry, - []float64{0.001, 0.005, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.25, 0.5, 0.75, 1, 2, 3, 4, 5}, + buckets, ) } @@ -239,6 +268,14 @@ func NewHandler(logger log.Logger, o *Options) *Handler { }) statusAPI.Register(h.router, o.Tracer, logger, ins, logging.NewHTTPServerMiddleware(logger)) + errlog := stdlog.New(log.NewStdlibAdapter(level.Error(h.logger)), "", 0) + + h.httpSrv = &http.Server{ + Handler: h.router, + ErrorLog: errlog, + TLSConfig: h.options.TLSConfig, + } + return h } @@ -250,9 +287,46 @@ func (h *Handler) Hashring(hashring Hashring) { h.mtx.Lock() defer h.mtx.Unlock() + if h.hashring != nil { + previousNodes := h.hashring.Nodes() + newNodes := hashring.Nodes() + + disappearedNodes := getSortedStringSliceDiff(previousNodes, newNodes) + for _, node := range disappearedNodes { + if err := h.peers.close(node); err != nil { + level.Error(h.logger).Log("msg", "closing gRPC connection failed, we might have leaked a file descriptor", "addr", node, "err", err.Error()) + } + } + } + h.hashring = hashring - h.expBackoff.Reset() - h.peerStates = make(map[string]*retryState) + h.peers.reset() +} + +// getSortedStringSliceDiff returns items which are in slice1 but not in slice2. +// The returned slice also only contains unique items i.e. it is a set. +func getSortedStringSliceDiff(slice1, slice2 []string) []string { + slice1Items := make(map[string]struct{}, len(slice1)) + slice2Items := make(map[string]struct{}, len(slice2)) + + for _, s1 := range slice1 { + slice1Items[s1] = struct{}{} + } + for _, s2 := range slice2 { + slice2Items[s2] = struct{}{} + } + + var difference = make([]string, 0) + for s1 := range slice1Items { + _, s2Contains := slice2Items[s1] + if s2Contains { + continue + } + difference = append(difference, s1) + } + sort.Strings(difference) + + return difference } // Verifies whether the server is ready or not. @@ -280,6 +354,21 @@ func (h *Handler) testReady(f http.HandlerFunc) http.HandlerFunc { } } +func getStatsLimitParameter(r *http.Request) (int, error) { + statsLimitStr := r.URL.Query().Get(LimitStatsQueryParam) + if statsLimitStr == "" { + return DefaultStatsLimit, nil + } + statsLimit, err := strconv.ParseInt(statsLimitStr, 10, 0) + if err != nil { + return 0, fmt.Errorf("unable to parse '%s' parameter: %w", LimitStatsQueryParam, err) + } + if statsLimit > math.MaxInt { + return 0, fmt.Errorf("'%s' parameter is larger than %d", LimitStatsQueryParam, math.MaxInt) + } + return int(statsLimit), nil +} + func (h *Handler) getStats(r *http.Request, statsByLabelName string) ([]statusapi.TenantStats, *api.ApiError) { if !h.isReady() { return nil, &api.ApiError{Typ: api.ErrorInternal, Err: fmt.Errorf("service unavailable")} @@ -292,55 +381,49 @@ func (h *Handler) getStats(r *http.Request, statsByLabelName string) ([]statusap return nil, &api.ApiError{Typ: api.ErrorBadData, Err: err} } + statsLimit, err := getStatsLimitParameter(r) + if err != nil { + return nil, &api.ApiError{Typ: api.ErrorBadData, Err: err} + } + if getAllTenantStats { - return h.options.TSDBStats.TenantStats(statsByLabelName), nil + return h.options.TSDBStats.TenantStats(statsLimit, statsByLabelName), nil } if tenantID == "" { tenantID = h.options.DefaultTenantID } - return h.options.TSDBStats.TenantStats(statsByLabelName, tenantID), nil + return h.options.TSDBStats.TenantStats(statsLimit, statsByLabelName, tenantID), nil } // Close stops the Handler. func (h *Handler) Close() { - if h.listener != nil { - runutil.CloseWithLogOnErr(h.logger, h.listener, "receive HTTP listener") - } + runutil.CloseWithLogOnErr(h.logger, h.httpSrv, "receive HTTP server") } // Run serves the HTTP endpoints. func (h *Handler) Run() error { level.Info(h.logger).Log("msg", "Start listening for connections", "address", h.options.ListenAddress) - var err error - h.listener, err = net.Listen("tcp", h.options.ListenAddress) + listener, err := net.Listen("tcp", h.options.ListenAddress) if err != nil { return err } // Monitor incoming connections with conntrack. - h.listener = conntrack.NewListener(h.listener, + listener = conntrack.NewListener(listener, conntrack.TrackWithName("http"), conntrack.TrackWithTracing()) - errlog := stdlog.New(log.NewStdlibAdapter(level.Error(h.logger)), "", 0) - - httpSrv := &http.Server{ - Handler: h.router, - ErrorLog: errlog, - TLSConfig: h.options.TLSConfig, - } - if h.options.TLSConfig != nil { level.Info(h.logger).Log("msg", "Serving HTTPS", "address", h.options.ListenAddress) // Cert & Key are already being passed in via TLSConfig. - return httpSrv.ServeTLS(h.listener, "", "") + return h.httpSrv.ServeTLS(listener, "", "") } level.Info(h.logger).Log("msg", "Serving plain HTTP", "address", h.options.ListenAddress) - return httpSrv.Serve(h.listener) + return h.httpSrv.Serve(listener) } // replica encapsulates the replica number of a request and if the request is @@ -364,81 +447,32 @@ type trackedSeries struct { type writeResponse struct { seriesIDs []int err error + er endpointReplica } -func newWriteResponse(seriesIDs []int, err error) writeResponse { +func newWriteResponse(seriesIDs []int, err error, er endpointReplica) writeResponse { return writeResponse{ seriesIDs: seriesIDs, err: err, + er: er, } } -func (h *Handler) handleRequest(ctx context.Context, rep uint64, tenant string, wreq *prompb.WriteRequest) error { - tLogger := log.With(h.logger, "tenant", tenant) - - // This replica value is used to detect cycles in cyclic topologies. - // A non-zero value indicates that the request has already been replicated by a previous receive instance. - // For almost all users, this is only used in fully connected topologies of IngestorRouter instances. - // For acyclic topologies that use RouterOnly and IngestorOnly instances, this causes issues when replicating data. - // See discussion in: https://github.com/thanos-io/thanos/issues/4359. - if h.receiverMode == RouterOnly || h.receiverMode == IngestorOnly { - rep = 0 - } - - // The replica value in the header is one-indexed, thus we need >. - if rep > h.options.ReplicationFactor { - level.Error(tLogger).Log("err", errBadReplica, "msg", "write request rejected", - "request_replica", rep, "replication_factor", h.options.ReplicationFactor) - return errBadReplica - } - - r := replica{n: rep, replicated: rep != 0} - - // On the wire, format is 1-indexed and in-code is 0-indexed, so we decrement the value if it was already replicated. - if r.replicated { - r.n-- - } - - // Forward any time series as necessary. All time series - // destined for the local node will be written to the receiver. - // Time series will be replicated as necessary. - return h.forward(ctx, tenant, r, wreq) -} - -func (h *Handler) isTenantValid(tenant string) error { - if tenant != path.Base(tenant) { - return errors.New("Tenant name not valid") - } - return nil -} - func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { var err error span, ctx := tracing.StartSpan(r.Context(), "receive_http") + span.SetTag("receiver.mode", string(h.receiverMode)) defer span.Finish() - tenant := r.Header.Get(h.options.TenantHeader) - if tenant == "" { - tenant = h.options.DefaultTenantID - } - - if h.options.TenantField != "" { - tenant, err = h.getTenantFromCertificate(r) - if err != nil { - // This must hard fail to ensure hard tenancy when feature is enabled. - http.Error(w, err.Error(), http.StatusBadRequest) - return - } - } - - err = h.isTenantValid(tenant) + tenantHTTP, err := tenancy.GetTenantFromHTTP(r, h.options.TenantHeader, h.options.DefaultTenantID, h.options.TenantField) if err != nil { - level.Error(h.logger).Log("msg", "tenant name not valid", "tenant", tenant) + level.Error(h.logger).Log("msg", "error getting tenant from HTTP", "err", err) http.Error(w, err.Error(), http.StatusBadRequest) return } - tLogger := log.With(h.logger, "tenant", tenant) + tLogger := log.With(h.logger, "tenant", tenantHTTP) + span.SetTag("tenant", tenantHTTP) writeGate := h.Limiter.WriteGate() tracing.DoInSpan(r.Context(), "receive_write_gate_ismyturn", func(ctx context.Context) { @@ -451,7 +485,7 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { return } - under, err := h.Limiter.HeadSeriesLimiter.isUnderLimit(tenant) + under, err := h.Limiter.HeadSeriesLimiter().isUnderLimit(tenantHTTP) if err != nil { level.Error(tLogger).Log("msg", "error while limiting", "err", err.Error()) } @@ -467,7 +501,7 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { // Since this is receive hot path, grow upfront saving allocations and CPU time. compressed := bytes.Buffer{} if r.ContentLength >= 0 { - if !requestLimiter.AllowSizeBytes(tenant, r.ContentLength) { + if !requestLimiter.AllowSizeBytes(tenantHTTP, r.ContentLength) { http.Error(w, "write request too large", http.StatusRequestEntityTooLarge) return } @@ -487,7 +521,7 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { return } - if !requestLimiter.AllowSizeBytes(tenant, int64(len(reqBuf))) { + if !requestLimiter.AllowSizeBytes(tenantHTTP, int64(len(reqBuf))) { http.Error(w, "write request too large", http.StatusRequestEntityTooLarge) return } @@ -523,7 +557,7 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { return } - if !requestLimiter.AllowSeries(tenant, int64(len(wreq.Timeseries))) { + if !requestLimiter.AllowSeries(tenantHTTP, int64(len(wreq.Timeseries))) { http.Error(w, "too many timeseries", http.StatusRequestEntityTooLarge) return } @@ -532,7 +566,7 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { for _, timeseries := range wreq.Timeseries { totalSamples += len(timeseries.Samples) } - if !requestLimiter.AllowSamples(tenant, int64(totalSamples)) { + if !requestLimiter.AllowSamples(tenantHTTP, int64(totalSamples)) { http.Error(w, "too many samples", http.StatusRequestEntityTooLarge) return } @@ -545,8 +579,9 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { } responseStatusCode := http.StatusOK - if err = h.handleRequest(ctx, rep, tenant, &wreq); err != nil { - level.Debug(tLogger).Log("msg", "failed to handle request", "err", err) + tenantStats, err := h.handleRequest(ctx, rep, tenantHTTP, &wreq) + if err != nil { + level.Debug(tLogger).Log("msg", "failed to handle request", "err", err.Error()) switch errors.Cause(err) { case errNotReady: responseStatusCode = http.StatusServiceUnavailable @@ -562,8 +597,50 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { } http.Error(w, err.Error(), responseStatusCode) } - h.writeTimeseriesTotal.WithLabelValues(strconv.Itoa(responseStatusCode), tenant).Observe(float64(len(wreq.Timeseries))) - h.writeSamplesTotal.WithLabelValues(strconv.Itoa(responseStatusCode), tenant).Observe(float64(totalSamples)) + + for tenant, stats := range tenantStats { + h.writeTimeseriesTotal.WithLabelValues(strconv.Itoa(responseStatusCode), tenant).Observe(float64(stats.timeseries)) + h.writeSamplesTotal.WithLabelValues(strconv.Itoa(responseStatusCode), tenant).Observe(float64(stats.totalSamples)) + } +} + +type requestStats struct { + timeseries int + totalSamples int +} + +type tenantRequestStats map[string]requestStats + +func (h *Handler) handleRequest(ctx context.Context, rep uint64, tenantHTTP string, wreq *prompb.WriteRequest) (tenantRequestStats, error) { + tLogger := log.With(h.logger, "tenantHTTP", tenantHTTP) + + // This replica value is used to detect cycles in cyclic topologies. + // A non-zero value indicates that the request has already been replicated by a previous receive instance. + // For almost all users, this is only used in fully connected topologies of IngestorRouter instances. + // For acyclic topologies that use RouterOnly and IngestorOnly instances, this causes issues when replicating data. + // See discussion in: https://github.com/thanos-io/thanos/issues/4359. + if h.receiverMode == RouterOnly || h.receiverMode == IngestorOnly { + rep = 0 + } + + // The replica value in the header is one-indexed, thus we need >. + if rep > h.options.ReplicationFactor { + level.Error(tLogger).Log("err", errBadReplica, "msg", "write request rejected", + "request_replica", rep, "replication_factor", h.options.ReplicationFactor) + return tenantRequestStats{}, errBadReplica + } + + r := replica{n: rep, replicated: rep != 0} + + // On the wire, format is 1-indexed and in-code is 0-indexed, so we decrement the value if it was already replicated. + if r.replicated { + r.n-- + } + + // Forward any time series as necessary. All time series + // destined for the local node will be written to the receiver. + // Time series will be replicated as necessary. + return h.forward(ctx, tenantHTTP, r, wreq) } // forward accepts a write request, batches its time series by @@ -574,18 +651,10 @@ func (h *Handler) receiveHTTP(w http.ResponseWriter, r *http.Request) { // unless the request needs to be replicated. // The function only returns when all requests have finished // or the context is canceled. -func (h *Handler) forward(ctx context.Context, tenant string, r replica, wreq *prompb.WriteRequest) error { +func (h *Handler) forward(ctx context.Context, tenantHTTP string, r replica, wreq *prompb.WriteRequest) (tenantRequestStats, error) { span, ctx := tracing.StartSpan(ctx, "receive_fanout_forward") defer span.Finish() - // It is possible that hashring is ready in testReady() but unready now, - // so need to lock here. - h.mtx.RLock() - if h.hashring == nil { - h.mtx.RUnlock() - return errors.New("hashring is not ready") - } - var replicas []uint64 if r.replicated { replicas = []uint64{r.n} @@ -595,55 +664,59 @@ func (h *Handler) forward(ctx context.Context, tenant string, r replica, wreq *p } } - wreqs := make(map[endpointReplica]trackedSeries) - for tsID, ts := range wreq.Timeseries { - for _, rn := range replicas { - endpoint, err := h.hashring.GetN(tenant, &ts, rn) - if err != nil { - h.mtx.RUnlock() - return err - } - key := endpointReplica{endpoint: endpoint, replica: rn} - writeTarget, ok := wreqs[key] - if !ok { - writeTarget = trackedSeries{ - seriesIDs: make([]int, 0), - timeSeries: make([]prompb.TimeSeries, 0), - } - } - writeTarget.timeSeries = append(wreqs[key].timeSeries, ts) - writeTarget.seriesIDs = append(wreqs[key].seriesIDs, tsID) - wreqs[key] = writeTarget - } + params := remoteWriteParams{ + tenant: tenantHTTP, + writeRequest: wreq, + replicas: replicas, + alreadyReplicated: r.replicated, } - h.mtx.RUnlock() - return h.fanoutForward(ctx, tenant, wreqs, len(wreq.Timeseries), r.replicated) + return h.fanoutForward(ctx, params) } -// writeQuorum returns minimum number of replicas that has to confirm write success before claiming replication success. -func (h *Handler) writeQuorum() int { - return int((h.options.ReplicationFactor / 2) + 1) +type remoteWriteParams struct { + tenant string + writeRequest *prompb.WriteRequest + replicas []uint64 + alreadyReplicated bool } -func quorumReached(successes []int, successThreshold int) bool { - for _, success := range successes { - if success < successThreshold { - return false +func (h *Handler) gatherWriteStats(localWrites map[endpointReplica]map[string]trackedSeries) tenantRequestStats { + var stats tenantRequestStats = make(tenantRequestStats) + + for er := range localWrites { + for tenant, series := range localWrites[er] { + samples := 0 + + for _, ts := range series.timeSeries { + samples += len(ts.Samples) + } + + if st, ok := stats[tenant]; ok { + st.timeseries += len(series.timeSeries) + st.totalSamples += samples + + stats[tenant] = st + } else { + stats[tenant] = requestStats{ + timeseries: len(series.timeSeries), + totalSamples: samples, + } + } } } - return true + return stats } -// fanoutForward fans out concurrently given set of write requests. It returns status immediately when quorum of -// requests succeeds or fails or if context is canceled. -func (h *Handler) fanoutForward(pctx context.Context, tenant string, wreqs map[endpointReplica]trackedSeries, numSeries int, seriesReplicated bool) error { - var errs writeErrors +func (h *Handler) fanoutForward(ctx context.Context, params remoteWriteParams) (tenantRequestStats, error) { + ctx, cancel := context.WithTimeout(tracing.CopyTraceContext(context.Background(), ctx), h.options.ForwardTimeout) + + var writeErrors writeErrors + var stats tenantRequestStats = make(tenantRequestStats) - fctx, cancel := context.WithTimeout(tracing.CopyTraceContext(context.Background(), pctx), h.options.ForwardTimeout) defer func() { - if errs.ErrOrNil() != nil { + if writeErrors.ErrOrNil() != nil { // NOTICE: The cancel function is not used on all paths intentionally, // if there is no error when quorum is reached, // let forward requests to optimistically run until timeout. @@ -651,125 +724,31 @@ func (h *Handler) fanoutForward(pctx context.Context, tenant string, wreqs map[e } }() - var tLogger log.Logger - { - logTags := []interface{}{"tenant", tenant} - if id, ok := middleware.RequestIDFromContext(pctx); ok { - logTags = append(logTags, "request-id", id) - } - tLogger = log.With(h.logger, logTags) - } - - responses := make(chan writeResponse) - - var wg sync.WaitGroup - for writeTarget := range wreqs { - wg.Add(1) - - // If the endpoint for the write request is the - // local node, then don't make a request but store locally. - // By handing replication to the local node in the same - // function as replication to other nodes, we can treat - // a failure to write locally as just another error that - // can be ignored if the replication factor is met. - if writeTarget.endpoint == h.options.Endpoint { - go func(writeTarget endpointReplica) { - defer wg.Done() - - var err error - tracing.DoInSpan(fctx, "receive_tsdb_write", func(_ context.Context) { - err = h.writer.Write(fctx, tenant, &prompb.WriteRequest{ - Timeseries: wreqs[writeTarget].timeSeries, - }) - }) - if err != nil { - level.Debug(tLogger).Log("msg", "local tsdb write failed", "err", err.Error()) - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, errors.Wrapf(err, "store locally for endpoint %v", writeTarget.endpoint)) - return - } - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, nil) - }(writeTarget) - - continue - } + logTags := []interface{}{"tenant", params.tenant} + if id, ok := middleware.RequestIDFromContext(ctx); ok { + logTags = append(logTags, "request-id", id) + } + requestLogger := log.With(h.logger, logTags...) - // Make a request to the specified endpoint. - go func(writeTarget endpointReplica) { - defer wg.Done() + localWrites, remoteWrites, err := h.distributeTimeseriesToReplicas(params.tenant, params.replicas, params.writeRequest.Timeseries) + if err != nil { + level.Error(requestLogger).Log("msg", "failed to distribute timeseries to replicas", "err", err) + return stats, err + } - var ( - err error - cl storepb.WriteableStoreClient - ) - defer func() { - // This is an actual remote forward request so report metric here. - if err != nil { - h.forwardRequests.WithLabelValues(labelError).Inc() - if !seriesReplicated { - h.replications.WithLabelValues(labelError).Inc() - } - return - } - h.forwardRequests.WithLabelValues(labelSuccess).Inc() - if !seriesReplicated { - h.replications.WithLabelValues(labelSuccess).Inc() - } - }() + stats = h.gatherWriteStats(localWrites) - cl, err = h.peers.get(fctx, writeTarget.endpoint) - if err != nil { - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, errors.Wrapf(err, "get peer connection for endpoint %v", writeTarget.endpoint)) - return - } + // Prepare a buffered channel to receive the responses from the local and remote writes. Remote writes will all go + // asynchronously and with this capacity we will never block on writing to the channel. + maxBufferedResponses := len(localWrites) + for er := range remoteWrites { + maxBufferedResponses += len(remoteWrites[er]) + } - h.mtx.RLock() - b, ok := h.peerStates[writeTarget.endpoint] - if ok { - if time.Now().Before(b.nextAllowed) { - h.mtx.RUnlock() - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, errors.Wrapf(errUnavailable, "backing off forward request for endpoint %v", writeTarget.endpoint)) - return - } - } - h.mtx.RUnlock() - - // Create a span to track the request made to another receive node. - tracing.DoInSpan(fctx, "receive_forward", func(ctx context.Context) { - // Actually make the request against the endpoint we determined should handle these time series. - _, err = cl.RemoteWrite(ctx, &storepb.WriteRequest{ - Timeseries: wreqs[writeTarget].timeSeries, - Tenant: tenant, - // Increment replica since on-the-wire format is 1-indexed and 0 indicates un-replicated. - Replica: int64(writeTarget.replica + 1), - }) - }) - if err != nil { - // Check if peer connection is unavailable, don't attempt to send requests constantly. - if st, ok := status.FromError(err); ok { - if st.Code() == codes.Unavailable { - h.mtx.Lock() - if b, ok := h.peerStates[writeTarget.endpoint]; ok { - b.attempt++ - dur := h.expBackoff.ForAttempt(b.attempt) - b.nextAllowed = time.Now().Add(dur) - level.Debug(tLogger).Log("msg", "target unavailable backing off", "for", dur) - } else { - h.peerStates[writeTarget.endpoint] = &retryState{nextAllowed: time.Now().Add(h.expBackoff.ForAttempt(0))} - } - h.mtx.Unlock() - } - } - werr := errors.Wrapf(err, "forwarding request to endpoint %v", writeTarget.endpoint) - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, werr) - return - } - h.mtx.Lock() - delete(h.peerStates, writeTarget.endpoint) - h.mtx.Unlock() + responses := make(chan writeResponse, maxBufferedResponses) + wg := sync.WaitGroup{} - responses <- newWriteResponse(wreqs[writeTarget].seriesIDs, nil) - }(writeTarget) - } + h.sendWrites(ctx, &wg, params, localWrites, remoteWrites, responses) go func() { wg.Wait() @@ -780,46 +759,246 @@ func (h *Handler) fanoutForward(pctx context.Context, tenant string, wreqs map[e // This is needed if context is canceled or if we reached success of fail quorum faster. defer func() { go func() { - for wresp := range responses { - if wresp.err != nil { - level.Debug(tLogger).Log("msg", "request failed, but not needed to achieve quorum", "err", wresp.err) + for resp := range responses { + if resp.err != nil { + level.Debug(requestLogger).Log("msg", "request failed, but not needed to achieve quorum", "err", resp.err) } } }() }() quorum := h.writeQuorum() - if seriesReplicated { + if params.alreadyReplicated { quorum = 1 } - successes := make([]int, numSeries) - seriesErrs := newReplicationErrors(quorum, numSeries) + successes := make([]int, len(params.writeRequest.Timeseries)) + seriesErrs := newReplicationErrors(quorum, len(params.writeRequest.Timeseries)) for { select { - case <-fctx.Done(): - return fctx.Err() - case wresp, more := <-responses: - if !more { - for _, rerr := range seriesErrs { - errs.Add(rerr) + case <-ctx.Done(): + return stats, ctx.Err() + case resp, hasMore := <-responses: + if !hasMore { + for _, seriesErr := range seriesErrs { + writeErrors.Add(seriesErr) } - return errs.ErrOrNil() + return stats, writeErrors.ErrOrNil() } - if wresp.err != nil { - for _, tsID := range wresp.seriesIDs { - seriesErrs[tsID].Add(wresp.err) + if resp.err != nil { + // Track errors and successes on a per-series basis. + for _, seriesID := range resp.seriesIDs { + seriesErrs[seriesID].Add(resp.err) } + continue } - for _, tsID := range wresp.seriesIDs { - successes[tsID]++ + // At the end, aggregate all errors if there are any and return them. + for _, seriesID := range resp.seriesIDs { + successes[seriesID]++ } if quorumReached(successes, quorum) { - return nil + return stats, nil + } + } + } +} + +// distributeTimeseriesToReplicas distributes the given timeseries from the tenant to different endpoints in a manner +// that achieves the replication factor indicated by replicas. +// The first return value are the series that should be written to the local node. The second return value are the +// series that should be written to remote nodes. +func (h *Handler) distributeTimeseriesToReplicas( + tenantHTTP string, + replicas []uint64, + timeseries []prompb.TimeSeries, +) (map[endpointReplica]map[string]trackedSeries, map[endpointReplica]map[string]trackedSeries, error) { + h.mtx.RLock() + defer h.mtx.RUnlock() + remoteWrites := make(map[endpointReplica]map[string]trackedSeries) + localWrites := make(map[endpointReplica]map[string]trackedSeries) + for tsIndex, ts := range timeseries { + var tenant = tenantHTTP + + if h.splitTenantLabelName != "" { + lbls := labelpb.ZLabelsToPromLabels(ts.Labels) + + tenantLabel := lbls.Get(h.splitTenantLabelName) + if tenantLabel != "" { + tenant = tenantLabel + + newLabels := labels.NewBuilder(lbls) + newLabels.Del(h.splitTenantLabelName) + + ts.Labels = labelpb.ZLabelsFromPromLabels( + newLabels.Labels(), + ) + } + } + + for _, rn := range replicas { + endpoint, err := h.hashring.GetN(tenant, &ts, rn) + if err != nil { + return nil, nil, err + } + endpointReplica := endpointReplica{endpoint: endpoint, replica: rn} + var writeDestination = remoteWrites + if endpoint == h.options.Endpoint { + writeDestination = localWrites + } + writeableSeries, ok := writeDestination[endpointReplica] + if !ok { + writeDestination[endpointReplica] = map[string]trackedSeries{ + tenant: { + seriesIDs: make([]int, 0), + timeSeries: make([]prompb.TimeSeries, 0), + }, + } + } + tenantSeries := writeableSeries[tenant] + + tenantSeries.timeSeries = append(tenantSeries.timeSeries, ts) + tenantSeries.seriesIDs = append(tenantSeries.seriesIDs, tsIndex) + + writeDestination[endpointReplica][tenant] = tenantSeries + } + } + return localWrites, remoteWrites, nil +} + +// sendWrites sends the local and remote writes to execute concurrently, controlling them through the provided sync.WaitGroup. +// The responses from the writes are sent to the responses channel. +func (h *Handler) sendWrites( + ctx context.Context, + wg *sync.WaitGroup, + params remoteWriteParams, + localWrites map[endpointReplica]map[string]trackedSeries, + remoteWrites map[endpointReplica]map[string]trackedSeries, + responses chan writeResponse, +) { + // Do the writes to the local node first. This should be easy and fast. + for writeDestination := range localWrites { + func(writeDestination endpointReplica) { + for tenant, trackedSeries := range localWrites[writeDestination] { + h.sendLocalWrite(ctx, writeDestination, tenant, trackedSeries, responses) + } + }(writeDestination) + } + + // Do the writes to remote nodes. Run them all in parallel. + for writeDestination := range remoteWrites { + for tenant, trackedSeries := range remoteWrites[writeDestination] { + wg.Add(1) + + h.sendRemoteWrite(ctx, tenant, writeDestination, trackedSeries, params.alreadyReplicated, responses, wg) + } + } +} + +// sendLocalWrite sends a write request to the local node. +// The responses are sent to the responses channel. +func (h *Handler) sendLocalWrite( + ctx context.Context, + writeDestination endpointReplica, + tenantHTTP string, + trackedSeries trackedSeries, + responses chan<- writeResponse, +) { + span, tracingCtx := tracing.StartSpan(ctx, "receive_local_tsdb_write") + defer span.Finish() + span.SetTag("endpoint", writeDestination.endpoint) + span.SetTag("replica", writeDestination.replica) + + tenantSeriesMapping := map[string][]prompb.TimeSeries{} + for _, ts := range trackedSeries.timeSeries { + var tenant = tenantHTTP + if h.splitTenantLabelName != "" { + lbls := labelpb.ZLabelsToPromLabels(ts.Labels) + if tnt := lbls.Get(h.splitTenantLabelName); tnt != "" { + tenant = tnt + } + } + tenantSeriesMapping[tenant] = append(tenantSeriesMapping[tenant], ts) + } + + for tenant, series := range tenantSeriesMapping { + err := h.writer.Write(tracingCtx, tenant, &prompb.WriteRequest{ + Timeseries: series, + }) + if err != nil { + span.SetTag("error", true) + span.SetTag("error.msg", err.Error()) + responses <- newWriteResponse(trackedSeries.seriesIDs, err, writeDestination) + return + } + } + responses <- newWriteResponse(trackedSeries.seriesIDs, nil, writeDestination) + +} + +// sendRemoteWrite sends a write request to the remote node. It takes care of checking wether the endpoint is up or not +// in the peerGroup, correctly marking them as up or down when appropriate. +// The responses are sent to the responses channel. +func (h *Handler) sendRemoteWrite( + ctx context.Context, + tenant string, + endpointReplica endpointReplica, + trackedSeries trackedSeries, + alreadyReplicated bool, + responses chan writeResponse, + wg *sync.WaitGroup, +) { + endpoint := endpointReplica.endpoint + cl, err := h.peers.getConnection(ctx, endpoint) + if err != nil { + if errors.Is(err, errUnavailable) { + err = errors.Wrapf(errUnavailable, "backing off forward request for endpoint %v", endpointReplica) + } + responses <- newWriteResponse(trackedSeries.seriesIDs, err, endpointReplica) + wg.Done() + return + } + + // This is called "real" because it's 1-indexed. + realReplicationIndex := int64(endpointReplica.replica + 1) + // Actually make the request against the endpoint we determined should handle these time series. + cl.RemoteWriteAsync(ctx, &storepb.WriteRequest{ + Timeseries: trackedSeries.timeSeries, + Tenant: tenant, + // Increment replica since on-the-wire format is 1-indexed and 0 indicates un-replicated. + Replica: realReplicationIndex, + }, endpointReplica, trackedSeries.seriesIDs, responses, func(err error) { + if err == nil { + h.forwardRequests.WithLabelValues(labelSuccess).Inc() + if !alreadyReplicated { + h.replications.WithLabelValues(labelSuccess).Inc() + } + h.peers.markPeerAvailable(endpoint) + } else { + // Check if peer connection is unavailable, update the peer state to avoid spamming that peer. + if st, ok := status.FromError(err); ok { + if st.Code() == codes.Unavailable { + h.peers.markPeerUnavailable(endpointReplica.endpoint) + } } } + wg.Done() + }) +} + +// writeQuorum returns minimum number of replicas that has to confirm write success before claiming replication success. +func (h *Handler) writeQuorum() int { + return int((h.options.ReplicationFactor / 2) + 1) +} + +func quorumReached(successes []int, successThreshold int) bool { + for _, success := range successes { + if success < successThreshold { + return false + } } + + return true } // RemoteWrite implements the gRPC remote write handler for storepb.WriteableStore. @@ -827,7 +1006,7 @@ func (h *Handler) RemoteWrite(ctx context.Context, r *storepb.WriteRequest) (*st span, ctx := tracing.StartSpan(ctx, "receive_grpc") defer span.Finish() - err := h.handleRequest(ctx, uint64(r.Replica), r.Tenant, &prompb.WriteRequest{Timeseries: r.Timeseries}) + _, err := h.handleRequest(ctx, uint64(r.Replica), r.Tenant, &prompb.WriteRequest{Timeseries: r.Timeseries}) if err != nil { level.Debug(h.logger).Log("msg", "failed to handle request", "err", err) } @@ -1106,28 +1285,113 @@ func newReplicationErrors(threshold, numErrors int) []*replicationErrors { return errs } -func newPeerGroup(dialOpts ...grpc.DialOption) *peerGroup { +func newPeerWorker(cc *grpc.ClientConn, forwardDelay prometheus.Histogram, asyncWorkerCount uint) *peerWorker { + return &peerWorker{ + cc: cc, + wp: pool.NewWorkerPool(asyncWorkerCount), + forwardDelay: forwardDelay, + } +} + +func (pw *peerWorker) RemoteWrite(ctx context.Context, in *storepb.WriteRequest, opts ...grpc.CallOption) (*storepb.WriteResponse, error) { + return storepb.NewWriteableStoreClient(pw.cc).RemoteWrite(ctx, in) +} + +type peerWorker struct { + cc *grpc.ClientConn + wp pool.WorkerPool + + forwardDelay prometheus.Histogram +} + +func newPeerGroup(backoff backoff.Backoff, forwardDelay prometheus.Histogram, asyncForwardWorkersCount uint, dialOpts ...grpc.DialOption) peersContainer { return &peerGroup{ - dialOpts: dialOpts, - cache: map[string]storepb.WriteableStoreClient{}, - m: sync.RWMutex{}, - dialer: grpc.DialContext, + dialOpts: dialOpts, + connections: map[string]*peerWorker{}, + m: sync.RWMutex{}, + dialer: grpc.NewClient, + peerStates: make(map[string]*retryState), + expBackoff: backoff, + forwardDelay: forwardDelay, + asyncForwardWorkersCount: asyncForwardWorkersCount, } } +type peersContainer interface { + close(string) error + getConnection(context.Context, string) (WriteableStoreAsyncClient, error) + markPeerUnavailable(string) + markPeerAvailable(string) + reset() +} + +func (p *peerWorker) RemoteWriteAsync(ctx context.Context, req *storepb.WriteRequest, er endpointReplica, seriesIDs []int, responseWriter chan writeResponse, cb func(error)) { + now := time.Now() + p.wp.Go(func() { + p.forwardDelay.Observe(time.Since(now).Seconds()) + + tracing.DoInSpan(ctx, "receive_forward", func(ctx context.Context) { + _, err := storepb.NewWriteableStoreClient(p.cc).RemoteWrite(ctx, req) + responseWriter <- newWriteResponse( + seriesIDs, + errors.Wrapf(err, "forwarding request to endpoint %v", er.endpoint), + er, + ) + if err != nil { + sp := trace.SpanFromContext(ctx) + sp.SetAttributes(attribute.Bool("error", true)) + sp.SetAttributes(attribute.String("error.msg", err.Error())) + } + cb(err) + }, opentracing.Tags{ + "endpoint": er.endpoint, + "replica": er.replica, + }) + }) +} + type peerGroup struct { - dialOpts []grpc.DialOption - cache map[string]storepb.WriteableStoreClient - m sync.RWMutex + dialOpts []grpc.DialOption + connections map[string]*peerWorker + peerStates map[string]*retryState + expBackoff backoff.Backoff + forwardDelay prometheus.Histogram + asyncForwardWorkersCount uint + + m sync.RWMutex // dialer is used for testing. - dialer func(ctx context.Context, target string, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error) + dialer func(target string, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error) +} + +func (p *peerGroup) close(addr string) error { + p.m.Lock() + defer p.m.Unlock() + + c, ok := p.connections[addr] + if !ok { + // NOTE(GiedriusS): this could be valid case when the connection + // was never established. + return nil + } + + p.connections[addr].wp.Close() + delete(p.connections, addr) + if err := c.cc.Close(); err != nil { + return fmt.Errorf("closing connection for %s", addr) + } + + return nil } -func (p *peerGroup) get(ctx context.Context, addr string) (storepb.WriteableStoreClient, error) { +func (p *peerGroup) getConnection(ctx context.Context, addr string) (WriteableStoreAsyncClient, error) { + if !p.isPeerUp(addr) { + return nil, errUnavailable + } + // use a RLock first to prevent blocking if we don't need to. p.m.RLock() - c, ok := p.cache[addr] + c, ok := p.connections[addr] p.m.RUnlock() if ok { return c, nil @@ -1136,55 +1400,55 @@ func (p *peerGroup) get(ctx context.Context, addr string) (storepb.WriteableStor p.m.Lock() defer p.m.Unlock() // Make sure that another caller hasn't created the connection since obtaining the write lock. - c, ok = p.cache[addr] + c, ok = p.connections[addr] if ok { return c, nil } - conn, err := p.dialer(ctx, addr, p.dialOpts...) + conn, err := p.dialer(addr, p.dialOpts...) if err != nil { - return nil, errors.Wrap(err, "failed to dial peer") + p.markPeerUnavailableUnlocked(addr) + dialError := errors.Wrap(err, "failed to dial peer") + return nil, errors.Wrap(dialError, errUnavailable.Error()) } - client := storepb.NewWriteableStoreClient(conn) - p.cache[addr] = client - return client, nil + p.connections[addr] = newPeerWorker(conn, p.forwardDelay, p.asyncForwardWorkersCount) + return p.connections[addr], nil } -// getTenantFromCertificate extracts the tenant value from a client's presented certificate. The x509 field to use as -// value can be configured with Options.TenantField. An error is returned when the extraction has not succeeded. -func (h *Handler) getTenantFromCertificate(r *http.Request) (string, error) { - var tenant string - - if len(r.TLS.PeerCertificates) == 0 { - return "", errors.New("could not get required certificate field from client cert") - } - - // First cert is the leaf authenticated against. - cert := r.TLS.PeerCertificates[0] - - switch h.options.TenantField { +func (p *peerGroup) markPeerUnavailable(addr string) { + p.m.Lock() + defer p.m.Unlock() - case CertificateFieldOrganization: - if len(cert.Subject.Organization) == 0 { - return "", errors.New("could not get organization field from client cert") - } - tenant = cert.Subject.Organization[0] + p.markPeerUnavailableUnlocked(addr) +} - case CertificateFieldOrganizationalUnit: - if len(cert.Subject.OrganizationalUnit) == 0 { - return "", errors.New("could not get organizationalUnit field from client cert") - } - tenant = cert.Subject.OrganizationalUnit[0] +func (p *peerGroup) markPeerUnavailableUnlocked(addr string) { + state, ok := p.peerStates[addr] + if !ok { + state = &retryState{attempt: -1} + } + state.attempt++ + state.nextAllowed = time.Now().Add(p.expBackoff.ForAttempt(state.attempt)) + p.peerStates[addr] = state +} - case CertificateFieldCommonName: - if cert.Subject.CommonName == "" { - return "", errors.New("could not get commonName field from client cert") - } - tenant = cert.Subject.CommonName +func (p *peerGroup) markPeerAvailable(addr string) { + p.m.Lock() + defer p.m.Unlock() + delete(p.peerStates, addr) +} - default: - return "", errors.New("tls client cert field requested is not supported") +func (p *peerGroup) isPeerUp(addr string) bool { + p.m.RLock() + defer p.m.RUnlock() + state, ok := p.peerStates[addr] + if !ok { + return true } + return time.Now().After(state.nextAllowed) +} - return tenant, nil +func (p *peerGroup) reset() { + p.expBackoff.Reset() + p.peerStates = make(map[string]*retryState) } diff --git a/pkg/receive/handler_test.go b/pkg/receive/handler_test.go index ac1a57a029..4f81a3d1ca 100644 --- a/pkg/receive/handler_test.go +++ b/pkg/receive/handler_test.go @@ -16,6 +16,7 @@ import ( "path/filepath" "runtime" "runtime/pprof" + "strconv" "strings" "sync" "testing" @@ -38,15 +39,18 @@ import ( "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" + "github.com/stretchr/testify/require" "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/extkingpin" + "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + "github.com/thanos-io/thanos/pkg/tenancy" ) type fakeTenantAppendable struct { @@ -160,31 +164,59 @@ func (f *fakeAppender) Rollback() error { return f.rollbackErr() } +func (f *fakeAppender) AppendCTZeroSample(ref storage.SeriesRef, l labels.Labels, t, ct int64) (storage.SeriesRef, error) { + panic("not implemented") +} + +type fakePeersGroup struct { + clients map[string]WriteableStoreAsyncClient + + closeCalled map[string]bool +} + +func (g *fakePeersGroup) markPeerUnavailable(s string) { +} + +func (g *fakePeersGroup) markPeerAvailable(s string) { +} + +func (g *fakePeersGroup) reset() { +} + +func (g *fakePeersGroup) close(addr string) error { + if g.closeCalled == nil { + g.closeCalled = map[string]bool{} + } + g.closeCalled[addr] = true + return nil +} + +func (g *fakePeersGroup) getConnection(_ context.Context, addr string) (WriteableStoreAsyncClient, error) { + c, ok := g.clients[addr] + if !ok { + return nil, fmt.Errorf("client %s not found", addr) + } + return c, nil +} + +var _ = (peersContainer)(&fakePeersGroup{}) + func newTestHandlerHashring(appendables []*fakeAppendable, replicationFactor uint64, hashringAlgo HashringAlgorithm) ([]*Handler, Hashring, error) { var ( cfg = []HashringConfig{{Hashring: "test"}} handlers []*Handler wOpts = &WriterOptions{} ) - // create a fake peer group where we manually fill the cache with fake addresses pointed to our handlers - // This removes the network from the tests and creates a more consistent testing harness. - peers := &peerGroup{ - dialOpts: nil, - m: sync.RWMutex{}, - cache: map[string]storepb.WriteableStoreClient{}, - dialer: func(context.Context, string, ...grpc.DialOption) (*grpc.ClientConn, error) { - // dialer should never be called since we are creating fake clients with fake addresses - // this protects against some leaking test that may attempt to dial random IP addresses - // which may pose a security risk. - return nil, errors.New("unexpected dial called in testing") - }, + fakePeers := &fakePeersGroup{ + clients: map[string]WriteableStoreAsyncClient{}, } ag := addrGen{} - limiter, _ := NewLimiter(NewNopConfig(), nil, RouterIngestor, log.NewNopLogger()) + limiter, _ := NewLimiter(NewNopConfig(), nil, RouterIngestor, log.NewNopLogger(), 1*time.Second) + logger := logging.NewLogger("debug", "logfmt", "receive_test") for i := range appendables { - h := NewHandler(nil, &Options{ - TenantHeader: DefaultTenantHeader, + h := NewHandler(logger, &Options{ + TenantHeader: tenancy.DefaultTenantHeader, ReplicaHeader: DefaultReplicaHeader, ReplicationFactor: replicationFactor, ForwardTimeout: 5 * time.Minute, @@ -192,18 +224,18 @@ func newTestHandlerHashring(appendables []*fakeAppendable, replicationFactor uin Limiter: limiter, }) handlers = append(handlers, h) - h.peers = peers addr := ag.newAddr() + h.peers = fakePeers + fakePeers.clients[addr] = &fakeRemoteWriteGRPCServer{h: h} h.options.Endpoint = addr - cfg[0].Endpoints = append(cfg[0].Endpoints, h.options.Endpoint) - peers.cache[addr] = &fakeRemoteWriteGRPCServer{h: h} + cfg[0].Endpoints = append(cfg[0].Endpoints, Endpoint{Address: h.options.Endpoint}) } // Use hashmod as default. if hashringAlgo == "" { hashringAlgo = AlgorithmHashmod } - hashring, err := newMultiHashring(hashringAlgo, replicationFactor, cfg) + hashring, err := NewMultiHashring(hashringAlgo, replicationFactor, cfg) if err != nil { return nil, nil, err } @@ -228,6 +260,7 @@ func testReceiveQuorum(t *testing.T, hashringAlgo HashringAlgorithm, withConsist replicationFactor uint64 wreq *prompb.WriteRequest appendables []*fakeAppendable + randomNode bool }{ { name: "size 1 success", @@ -585,17 +618,29 @@ func testReceiveQuorum(t *testing.T, hashringAlgo HashringAlgorithm, withConsist t.Fatalf("unable to create test handler: %v", err) } tenant := "test" - // Test from the point of view of every node - // so that we know status code does not depend - // on which node is erroring and which node is receiving. - for i, handler := range handlers { - // Test that the correct status is returned. + + if tc.randomNode { + handler := handlers[0] rec, err := makeRequest(handler, tenant, tc.wreq) if err != nil { - t.Fatalf("handler %d: unexpectedly failed making HTTP request: %v", i+1, err) + t.Fatalf("handler: unexpectedly failed making HTTP request: %v", err) } if rec.Code != tc.status { - t.Errorf("handler %d: got unexpected HTTP status code: expected %d, got %d; body: %s", i+1, tc.status, rec.Code, rec.Body.String()) + t.Errorf("handler: got unexpected HTTP status code: expected %d, got %d; body: %s", tc.status, rec.Code, rec.Body.String()) + } + } else { + // Test from the point of view of every node + // so that we know status code does not depend + // on which node is erroring and which node is receiving. + for i, handler := range handlers { + // Test that the correct status is returned. + rec, err := makeRequest(handler, tenant, tc.wreq) + if err != nil { + t.Fatalf("handler %d: unexpectedly failed making HTTP request: %v", i+1, err) + } + if rec.Code != tc.status { + t.Errorf("handler %d: got unexpected HTTP status code: expected %d, got %d; body: %s", i+1, tc.status, rec.Code, rec.Body.String()) + } } } @@ -606,13 +651,7 @@ func testReceiveQuorum(t *testing.T, hashringAlgo HashringAlgorithm, withConsist // Test that each time series is stored // the correct amount of times in each fake DB. for _, ts := range tc.wreq.Timeseries { - lset := make(labels.Labels, len(ts.Labels)) - for j := range ts.Labels { - lset[j] = labels.Label{ - Name: ts.Labels[j].Name, - Value: ts.Labels[j].Value, - } - } + lset := labelpb.ZLabelsToPromLabels(ts.Labels) for j, a := range tc.appendables { if withConsistencyDelay { var expected int @@ -634,6 +673,9 @@ func testReceiveQuorum(t *testing.T, hashringAlgo HashringAlgorithm, withConsist // We have len(handlers) copies of each sample because the test case // is run once for each handler and they all use the same appender. expectedMin = int((tc.replicationFactor/2)+1) * len(ts.Samples) + if tc.randomNode { + expectedMin = len(ts.Samples) + } } if uint64(expectedMin) > got { t.Errorf("handler: %d, labels %q: expected minimum of %d samples, got %d", j, lset.String(), expectedMin, got) @@ -739,7 +781,7 @@ func TestReceiveWriteRequestLimits(t *testing.T) { testutil.Ok(t, os.WriteFile(tmpLimitsPath, tenantConfig, 0666)) limitConfig, _ := extkingpin.NewStaticPathContent(tmpLimitsPath) handler.Limiter, _ = NewLimiter( - limitConfig, nil, RouterIngestor, log.NewNopLogger(), + limitConfig, nil, RouterIngestor, log.NewNopLogger(), 1*time.Second, ) wreq := &prompb.WriteRequest{ @@ -835,6 +877,16 @@ func (f *fakeRemoteWriteGRPCServer) RemoteWrite(ctx context.Context, in *storepb return f.h.RemoteWrite(ctx, in) } +func (f *fakeRemoteWriteGRPCServer) RemoteWriteAsync(ctx context.Context, in *storepb.WriteRequest, er endpointReplica, seriesIDs []int, responses chan writeResponse, cb func(error)) { + _, err := f.h.RemoteWrite(ctx, in) + responses <- writeResponse{ + er: er, + err: err, + seriesIDs: seriesIDs, + } + cb(err) +} + func BenchmarkHandlerReceiveHTTP(b *testing.B) { benchmarkHandlerMultiTSDBReceiveRemoteWrite(testutil.NewTB(b)) } @@ -1140,8 +1192,7 @@ func TestIsTenantValid(t *testing.T) { }, } { t.Run(tcase.name, func(t *testing.T) { - h := NewHandler(nil, &Options{}) - err := h.isTenantValid(tcase.tenant) + err := tenancy.IsTenantValid(tcase.tenant) if tcase.expectedErr != nil { testutil.NotOk(t, err) testutil.Equals(t, tcase.expectedErr.Error(), err.Error()) @@ -1520,3 +1571,218 @@ func TestRelabel(t *testing.T) { }) } } + +func TestGetStatsLimitParameter(t *testing.T) { + t.Run("invalid limit parameter, not integer", func(t *testing.T) { + r, err := http.NewRequest(http.MethodGet, "http://0:0", nil) + testutil.Ok(t, err) + + q := r.URL.Query() + q.Add(LimitStatsQueryParam, "abc") + r.URL.RawQuery = q.Encode() + + _, err = getStatsLimitParameter(r) + testutil.NotOk(t, err) + }) + t.Run("invalid limit parameter, too large", func(t *testing.T) { + r, err := http.NewRequest(http.MethodGet, "http://0:0", nil) + testutil.Ok(t, err) + + q := r.URL.Query() + q.Add(LimitStatsQueryParam, strconv.FormatUint(math.MaxInt+1, 10)) + r.URL.RawQuery = q.Encode() + + _, err = getStatsLimitParameter(r) + testutil.NotOk(t, err) + }) + t.Run("not present returns default", func(t *testing.T) { + r, err := http.NewRequest(http.MethodGet, "http://0:0", nil) + testutil.Ok(t, err) + + limit, err := getStatsLimitParameter(r) + testutil.Ok(t, err) + testutil.Equals(t, limit, DefaultStatsLimit) + }) + t.Run("if present and valid, the parameter is returned", func(t *testing.T) { + r, err := http.NewRequest(http.MethodGet, "http://0:0", nil) + testutil.Ok(t, err) + + const givenLimit = 20 + + q := r.URL.Query() + q.Add(LimitStatsQueryParam, strconv.FormatUint(givenLimit, 10)) + r.URL.RawQuery = q.Encode() + + limit, err := getStatsLimitParameter(r) + testutil.Ok(t, err) + testutil.Equals(t, limit, givenLimit) + }) +} + +func TestSortedSliceDiff(t *testing.T) { + testutil.Equals(t, []string{"a"}, getSortedStringSliceDiff([]string{"a", "a", "foo"}, []string{"b", "b", "foo"})) + testutil.Equals(t, []string{}, getSortedStringSliceDiff([]string{}, []string{"b", "b", "foo"})) + testutil.Equals(t, []string{}, getSortedStringSliceDiff([]string{}, []string{})) +} + +func TestHashringChangeCallsClose(t *testing.T) { + appendables := []*fakeAppendable{ + { + appender: newFakeAppender(nil, nil, nil), + }, + { + appender: newFakeAppender(nil, nil, nil), + }, + { + appender: newFakeAppender(nil, nil, nil), + }, + } + allHandlers, _, err := newTestHandlerHashring(appendables, 3, AlgorithmHashmod) + testutil.Ok(t, err) + + appendables = appendables[1:] + + _, smallHashring, err := newTestHandlerHashring(appendables, 2, AlgorithmHashmod) + testutil.Ok(t, err) + + allHandlers[0].Hashring(smallHashring) + + pg := allHandlers[0].peers.(*fakePeersGroup) + testutil.Assert(t, len(pg.closeCalled) > 0) +} + +func TestHandlerEarlyStop(t *testing.T) { + h := NewHandler(nil, &Options{}) + h.Close() + + err := h.Run() + testutil.NotOk(t, err) + testutil.Equals(t, "http: Server closed", err.Error()) +} + +type hashringSeenTenants struct { + Hashring + + seenTenants map[string]struct{} +} + +func (h *hashringSeenTenants) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (string, error) { + if h.seenTenants == nil { + h.seenTenants = map[string]struct{}{} + } + h.seenTenants[tenant] = struct{}{} + return h.Hashring.GetN(tenant, ts, n) +} + +func TestDistributeSeries(t *testing.T) { + const tenantIDLabelName = "thanos_tenant_id" + h := NewHandler(nil, &Options{ + SplitTenantLabelName: tenantIDLabelName, + }) + + hashring, err := newSimpleHashring([]Endpoint{ + { + Address: "http://localhost:9090", + }, + }) + require.NoError(t, err) + hr := &hashringSeenTenants{Hashring: hashring} + h.Hashring(hr) + + _, remote, err := h.distributeTimeseriesToReplicas( + "foo", + []uint64{0}, + []prompb.TimeSeries{ + { + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings("a", "b", tenantIDLabelName, "bar")), + }, + { + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings("b", "a", tenantIDLabelName, "boo")), + }, + }, + ) + require.NoError(t, err) + require.Len(t, remote, 1) + require.Len(t, remote[endpointReplica{endpoint: "http://localhost:9090", replica: 0}]["bar"].timeSeries, 1) + require.Len(t, remote[endpointReplica{endpoint: "http://localhost:9090", replica: 0}]["boo"].timeSeries, 1) + + require.Equal(t, 1, labelpb.ZLabelsToPromLabels(remote[endpointReplica{endpoint: "http://localhost:9090", replica: 0}]["bar"].timeSeries[0].Labels).Len()) + require.Equal(t, 1, labelpb.ZLabelsToPromLabels(remote[endpointReplica{endpoint: "http://localhost:9090", replica: 0}]["boo"].timeSeries[0].Labels).Len()) + require.Equal(t, map[string]struct{}{"bar": {}, "boo": {}}, hr.seenTenants) +} + +func TestHandlerFlippingHashrings(t *testing.T) { + h := NewHandler(log.NewLogfmtLogger(os.Stderr), &Options{}) + t.Cleanup(h.Close) + + ctx, cancel := context.WithCancel(context.Background()) + t.Cleanup(cancel) + + h1, err := newSimpleHashring([]Endpoint{ + { + Address: "http://localhost:9090", + }, + }) + require.NoError(t, err) + h2, err := newSimpleHashring([]Endpoint{ + { + Address: "http://localhost:9091", + }, + }) + require.NoError(t, err) + + h.Hashring(h1) + + var wg sync.WaitGroup + + wg.Add(2) + go func() { + defer wg.Done() + + for { + select { + case <-time.After(50 * time.Millisecond): + case <-ctx.Done(): + return + } + + _, err := h.handleRequest(ctx, 0, "test", &prompb.WriteRequest{ + Timeseries: []prompb.TimeSeries{ + { + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings("foo", "bar")), + Samples: []prompb.Sample{ + { + Timestamp: time.Now().Unix(), + Value: 123, + }, + }, + }, + }, + }) + require.Error(t, err) + } + }() + go func() { + defer wg.Done() + var flipper bool + + for { + select { + case <-time.After(200 * time.Millisecond): + case <-ctx.Done(): + return + } + + if flipper { + h.Hashring(h2) + } else { + h.Hashring(h1) + } + flipper = !flipper + } + }() + + <-time.After(1 * time.Second) + cancel() + wg.Wait() +} diff --git a/pkg/receive/hashring.go b/pkg/receive/hashring.go index df41cdf72f..cb05f956fb 100644 --- a/pkg/receive/hashring.go +++ b/pkg/receive/hashring.go @@ -4,8 +4,9 @@ package receive import ( - "context" "fmt" + "math" + "path/filepath" "sort" "strconv" "sync" @@ -55,6 +56,9 @@ type Hashring interface { Get(tenant string, timeSeries *prompb.TimeSeries) (string, error) // GetN returns the nth node that should handle the given tenant and time series. GetN(tenant string, timeSeries *prompb.TimeSeries, n uint64) (string, error) + // Nodes returns a sorted slice of nodes that are in this hashring. Addresses could be duplicated + // if, for example, the same address is used for multiple tenants in the multi-hashring. + Nodes() []string } // SingleNodeHashring always returns the same node. @@ -65,6 +69,10 @@ func (s SingleNodeHashring) Get(tenant string, ts *prompb.TimeSeries) (string, e return s.GetN(tenant, ts, 0) } +func (s SingleNodeHashring) Nodes() []string { + return []string{string(s)} +} + // GetN implements the Hashring interface. func (s SingleNodeHashring) GetN(_ string, _ *prompb.TimeSeries, n uint64) (string, error) { if n > 0 { @@ -76,6 +84,23 @@ func (s SingleNodeHashring) GetN(_ string, _ *prompb.TimeSeries, n uint64) (stri // simpleHashring represents a group of nodes handling write requests by hashmoding individual series. type simpleHashring []string +func newSimpleHashring(endpoints []Endpoint) (Hashring, error) { + addresses := make([]string, len(endpoints)) + for i := range endpoints { + if endpoints[i].AZ != "" { + return nil, errors.New("Hashmod algorithm does not support AZ aware hashring configuration. Either use Ketama or remove AZ configuration.") + } + addresses[i] = endpoints[i].Address + } + sort.Strings(addresses) + + return simpleHashring(addresses), nil +} + +func (s simpleHashring) Nodes() []string { + return s +} + // Get returns a target to handle the given tenant and time series. func (s simpleHashring) Get(tenant string, ts *prompb.TimeSeries) (string, error) { return s.GetN(tenant, ts, 0) @@ -91,6 +116,7 @@ func (s simpleHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st } type section struct { + az string endpointIndex uint64 hash uint64 replicas []uint64 @@ -105,25 +131,31 @@ func (p sections) Sort() { sort.Sort(p) } // ketamaHashring represents a group of nodes handling write requests with consistent hashing. type ketamaHashring struct { - endpoints []string + endpoints []Endpoint sections sections numEndpoints uint64 + nodes []string } -func newKetamaHashring(endpoints []string, sectionsPerNode int, replicationFactor uint64) (*ketamaHashring, error) { +func newKetamaHashring(endpoints []Endpoint, sectionsPerNode int, replicationFactor uint64) (*ketamaHashring, error) { numSections := len(endpoints) * sectionsPerNode if len(endpoints) < int(replicationFactor) { return nil, errors.New("ketama: amount of endpoints needs to be larger than replication factor") } - hash := xxhash.New() + availabilityZones := make(map[string]struct{}) ringSections := make(sections, 0, numSections) + + nodes := []string{} for endpointIndex, endpoint := range endpoints { + availabilityZones[endpoint.AZ] = struct{}{} + nodes = append(nodes, endpoint.Address) for i := 1; i <= sectionsPerNode; i++ { - _, _ = hash.Write([]byte(endpoint + ":" + strconv.Itoa(i))) + _, _ = hash.Write([]byte(endpoint.Address + ":" + strconv.Itoa(i))) n := §ion{ + az: endpoint.AZ, endpointIndex: uint64(endpointIndex), hash: hash.Sum64(), replicas: make([]uint64, 0, replicationFactor), @@ -134,20 +166,41 @@ func newKetamaHashring(endpoints []string, sectionsPerNode int, replicationFacto } } sort.Sort(ringSections) - calculateSectionReplicas(ringSections, replicationFactor) + sort.Strings(nodes) + calculateSectionReplicas(ringSections, replicationFactor, availabilityZones) return &ketamaHashring{ endpoints: endpoints, sections: ringSections, numEndpoints: uint64(len(endpoints)), + nodes: nodes, }, nil } +func (k *ketamaHashring) Nodes() []string { + return k.nodes +} + +func sizeOfLeastOccupiedAZ(azSpread map[string]int64) int64 { + minValue := int64(math.MaxInt64) + for _, value := range azSpread { + if value < minValue { + minValue = value + } + } + return minValue +} + // calculateSectionReplicas pre-calculates replicas for each section, // ensuring that replicas for each ring section are owned by different endpoints. -func calculateSectionReplicas(ringSections sections, replicationFactor uint64) { +func calculateSectionReplicas(ringSections sections, replicationFactor uint64, availabilityZones map[string]struct{}) { for i, s := range ringSections { replicas := make(map[uint64]struct{}) + azSpread := make(map[string]int64) + for az := range availabilityZones { + // This is to make sure each az is initially represented + azSpread[az] = 0 + } j := i - 1 for uint64(len(replicas)) < replicationFactor { j = (j + 1) % len(ringSections) @@ -155,7 +208,12 @@ func calculateSectionReplicas(ringSections sections, replicationFactor uint64) { if _, ok := replicas[rep.endpointIndex]; ok { continue } + if len(azSpread) > 1 && azSpread[rep.az] > 0 && azSpread[rep.az] > sizeOfLeastOccupiedAZ(azSpread) { + // We want to ensure even AZ spread before we add more replicas within the same AZ + continue + } replicas[rep.endpointIndex] = struct{}{} + azSpread[rep.az]++ s.replicas = append(s.replicas, rep.endpointIndex) } } @@ -183,7 +241,7 @@ func (c ketamaHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st } endpointIndex := c.sections[i].replicas[n] - return c.endpoints[endpointIndex], nil + return c.endpoints[endpointIndex].Address, nil } // multiHashring represents a set of hashrings. @@ -192,12 +250,14 @@ func (c ketamaHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st type multiHashring struct { cache map[string]Hashring hashrings []Hashring - tenantSets []map[string]struct{} + tenantSets []map[string]tenantMatcher // We need a mutex to guard concurrent access // to the cache map, as this is both written to // and read from. mu sync.RWMutex + + nodes []string } // Get returns a target to handle the given tenant and time series. @@ -214,6 +274,7 @@ func (m *multiHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st return h.GetN(tenant, ts, n) } var found bool + // If the tenant is not in the cache, then we need to check // every tenant in the configuration. for i, t := range m.tenantSets { @@ -221,8 +282,29 @@ func (m *multiHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st // considered a default hashring and matches everything. if t == nil { found = true - } else if _, ok := t[tenant]; ok { - found = true + } else { + // Fast path for the common case of direct match. + if mt, ok := t[tenant]; ok && isExactMatcher(mt) { + found = true + } else { + for tenantPattern, matcherType := range t { + switch matcherType { + case TenantMatcherGlob: + matches, err := filepath.Match(tenantPattern, tenant) + if err != nil { + return "", fmt.Errorf("error matching tenant pattern %s (tenant %s): %w", tenantPattern, tenant, err) + } + found = matches + case TenantMatcherTypeExact: + // Already checked above, skipping. + fallthrough + default: + continue + } + + } + } + } if found { m.mu.Lock() @@ -235,11 +317,15 @@ func (m *multiHashring) GetN(tenant string, ts *prompb.TimeSeries, n uint64) (st return "", errors.New("no matching hashring to handle tenant") } +func (m *multiHashring) Nodes() []string { + return m.nodes +} + // newMultiHashring creates a multi-tenant hashring for a given slice of // groups. // Which hashring to use for a tenant is determined // by the tenants field of the hashring configuration. -func newMultiHashring(algorithm HashringAlgorithm, replicationFactor uint64, cfg []HashringConfig) (Hashring, error) { +func NewMultiHashring(algorithm HashringAlgorithm, replicationFactor uint64, cfg []HashringConfig) (Hashring, error) { m := &multiHashring{ cache: make(map[string]Hashring), } @@ -247,74 +333,33 @@ func newMultiHashring(algorithm HashringAlgorithm, replicationFactor uint64, cfg for _, h := range cfg { var hashring Hashring var err error + activeAlgorithm := algorithm if h.Algorithm != "" { - hashring, err = newHashring(h.Algorithm, h.Endpoints, replicationFactor, h.Hashring, h.Tenants) - } else { - hashring, err = newHashring(algorithm, h.Endpoints, replicationFactor, h.Hashring, h.Tenants) + activeAlgorithm = h.Algorithm } + hashring, err = newHashring(activeAlgorithm, h.Endpoints, replicationFactor, h.Hashring, h.Tenants) if err != nil { return nil, err } + m.nodes = append(m.nodes, hashring.Nodes()...) m.hashrings = append(m.hashrings, hashring) - var t map[string]struct{} + var t map[string]tenantMatcher if len(h.Tenants) != 0 { - t = make(map[string]struct{}) + t = make(map[string]tenantMatcher) } for _, tenant := range h.Tenants { - t[tenant] = struct{}{} + t[tenant] = h.TenantMatcherType } m.tenantSets = append(m.tenantSets, t) } + sort.Strings(m.nodes) return m, nil } -// HashringFromConfigWatcher creates multi-tenant hashrings from a -// hashring configuration file watcher. -// The configuration file is watched for updates. -// Hashrings are returned on the updates channel. -// Which hashring to use for a tenant is determined -// by the tenants field of the hashring configuration. -// The updates chan is closed before exiting. -func HashringFromConfigWatcher(ctx context.Context, algorithm HashringAlgorithm, replicationFactor uint64, updates chan<- Hashring, cw *ConfigWatcher) error { - defer close(updates) - go cw.Run(ctx) - - for { - select { - case cfg, ok := <-cw.C(): - if !ok { - return errors.New("hashring config watcher stopped unexpectedly") - } - h, err := newMultiHashring(algorithm, replicationFactor, cfg) - if err != nil { - return errors.Wrap(err, "unable to create new hashring from config") - } - updates <- h - case <-ctx.Done(): - return ctx.Err() - } - } -} - -// HashringFromConfig loads raw configuration content and returns a Hashring if the given configuration is not valid. -func HashringFromConfig(algorithm HashringAlgorithm, replicationFactor uint64, content string) (Hashring, error) { - config, err := parseConfig([]byte(content)) - if err != nil { - return nil, errors.Wrapf(err, "failed to parse configuration") - } - - // If hashring is empty, return an error. - if len(config) == 0 { - return nil, errors.Wrapf(err, "failed to load configuration") - } - - return newMultiHashring(algorithm, replicationFactor, config) -} - -func newHashring(algorithm HashringAlgorithm, endpoints []string, replicationFactor uint64, hashring string, tenants []string) (Hashring, error) { +func newHashring(algorithm HashringAlgorithm, endpoints []Endpoint, replicationFactor uint64, hashring string, tenants []string) (Hashring, error) { switch algorithm { case AlgorithmHashmod: - return simpleHashring(endpoints), nil + return newSimpleHashring(endpoints) case AlgorithmKetama: return newKetamaHashring(endpoints, SectionsPerNode, replicationFactor) default: @@ -322,6 +367,6 @@ func newHashring(algorithm HashringAlgorithm, endpoints []string, replicationFac level.Warn(l).Log("msg", "Unrecognizable hashring algorithm. Fall back to hashmod algorithm.", "hashring", hashring, "tenants", tenants) - return simpleHashring(endpoints), nil + return newSimpleHashring(endpoints) } } diff --git a/pkg/receive/hashring_test.go b/pkg/receive/hashring_test.go index 550ce03bec..ad6d4db855 100644 --- a/pkg/receive/hashring_test.go +++ b/pkg/receive/hashring_test.go @@ -5,8 +5,11 @@ package receive import ( "fmt" + "math" + "strings" "testing" + "github.com/efficientgo/core/testutil" "github.com/stretchr/testify/require" "github.com/prometheus/prometheus/model/labels" @@ -44,7 +47,7 @@ func TestHashringGet(t *testing.T) { name: "simple", cfg: []HashringConfig{ { - Endpoints: []string{"node1"}, + Endpoints: []Endpoint{{Address: "node1"}}, }, }, nodes: map[string]struct{}{"node1": {}}, @@ -53,11 +56,11 @@ func TestHashringGet(t *testing.T) { name: "specific", cfg: []HashringConfig{ { - Endpoints: []string{"node2"}, + Endpoints: []Endpoint{{Address: "node2"}}, Tenants: []string{"tenant2"}, }, { - Endpoints: []string{"node1"}, + Endpoints: []Endpoint{{Address: "node1"}}, }, }, nodes: map[string]struct{}{"node2": {}}, @@ -67,15 +70,15 @@ func TestHashringGet(t *testing.T) { name: "many tenants", cfg: []HashringConfig{ { - Endpoints: []string{"node1"}, + Endpoints: []Endpoint{{Address: "node1"}}, Tenants: []string{"tenant1"}, }, { - Endpoints: []string{"node2"}, + Endpoints: []Endpoint{{Address: "node2"}}, Tenants: []string{"tenant2"}, }, { - Endpoints: []string{"node3"}, + Endpoints: []Endpoint{{Address: "node3"}}, Tenants: []string{"tenant3"}, }, }, @@ -86,15 +89,15 @@ func TestHashringGet(t *testing.T) { name: "many tenants error", cfg: []HashringConfig{ { - Endpoints: []string{"node1"}, + Endpoints: []Endpoint{{Address: "node1"}}, Tenants: []string{"tenant1"}, }, { - Endpoints: []string{"node2"}, + Endpoints: []Endpoint{{Address: "node2"}}, Tenants: []string{"tenant2"}, }, { - Endpoints: []string{"node3"}, + Endpoints: []Endpoint{{Address: "node3"}}, Tenants: []string{"tenant3"}, }, }, @@ -104,11 +107,11 @@ func TestHashringGet(t *testing.T) { name: "many nodes", cfg: []HashringConfig{ { - Endpoints: []string{"node1", "node2", "node3"}, + Endpoints: []Endpoint{{Address: "node1"}, {Address: "node2"}, {Address: "node3"}}, Tenants: []string{"tenant1"}, }, { - Endpoints: []string{"node4", "node5", "node6"}, + Endpoints: []Endpoint{{Address: "node4"}, {Address: "node5"}, {Address: "node6"}}, }, }, nodes: map[string]struct{}{ @@ -122,11 +125,11 @@ func TestHashringGet(t *testing.T) { name: "many nodes default", cfg: []HashringConfig{ { - Endpoints: []string{"node1", "node2", "node3"}, + Endpoints: []Endpoint{{Address: "node1"}, {Address: "node2"}, {Address: "node3"}}, Tenants: []string{"tenant1"}, }, { - Endpoints: []string{"node4", "node5", "node6"}, + Endpoints: []Endpoint{{Address: "node4"}, {Address: "node5"}, {Address: "node6"}}, }, }, nodes: map[string]struct{}{ @@ -136,7 +139,7 @@ func TestHashringGet(t *testing.T) { }, }, } { - hs, err := newMultiHashring(AlgorithmHashmod, 3, tc.cfg) + hs, err := NewMultiHashring(AlgorithmHashmod, 3, tc.cfg) require.NoError(t, err) h, err := hs.Get(tc.tenant, ts) @@ -167,53 +170,53 @@ func TestKetamaHashringGet(t *testing.T) { } tests := []struct { name string - nodes []string + endpoints []Endpoint expectedNode string ts *prompb.TimeSeries n uint64 }{ { name: "base case", - nodes: []string{"node-1", "node-2", "node-3"}, + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}}, ts: baseTS, expectedNode: "node-2", }, { name: "base case with replication", - nodes: []string{"node-1", "node-2", "node-3"}, + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}}, ts: baseTS, n: 1, expectedNode: "node-1", }, { name: "base case with replication", - nodes: []string{"node-1", "node-2", "node-3"}, + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}}, ts: baseTS, n: 2, expectedNode: "node-3", }, { name: "base case with replication and reordered nodes", - nodes: []string{"node-1", "node-3", "node-2"}, + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-3"}, {Address: "node-2"}}, ts: baseTS, n: 2, expectedNode: "node-3", }, { name: "base case with new node at beginning of ring", - nodes: []string{"node-0", "node-1", "node-2", "node-3"}, + endpoints: []Endpoint{{Address: "node-0"}, {Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}}, ts: baseTS, expectedNode: "node-2", }, { name: "base case with new node at end of ring", - nodes: []string{"node-1", "node-2", "node-3", "node-4"}, + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}, {Address: "node-4"}}, ts: baseTS, expectedNode: "node-2", }, { - name: "base case with different timeseries", - nodes: []string{"node-1", "node-2", "node-3"}, + name: "base case with different timeseries", + endpoints: []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}}, ts: &prompb.TimeSeries{ Labels: []labelpb.ZLabel{ { @@ -228,7 +231,7 @@ func TestKetamaHashringGet(t *testing.T) { for _, test := range tests { t.Run(test.name, func(t *testing.T) { - hashRing, err := newKetamaHashring(test.nodes, 10, test.n+1) + hashRing, err := newKetamaHashring(test.endpoints, 10, test.n+1) require.NoError(t, err) result, err := hashRing.GetN("tenant", test.ts, test.n) @@ -239,18 +242,18 @@ func TestKetamaHashringGet(t *testing.T) { } func TestKetamaHashringBadConfigIsRejected(t *testing.T) { - _, err := newKetamaHashring([]string{"node-1"}, 1, 2) + _, err := newKetamaHashring([]Endpoint{{Address: "node-1"}}, 1, 2) require.Error(t, err) } func TestKetamaHashringConsistency(t *testing.T) { series := makeSeries() - ringA := []string{"node-1", "node-2", "node-3"} + ringA := []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}} a1, err := assignSeries(series, ringA) require.NoError(t, err) - ringB := []string{"node-1", "node-2", "node-3"} + ringB := []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}} a2, err := assignSeries(series, ringB) require.NoError(t, err) @@ -266,18 +269,18 @@ func TestKetamaHashringConsistency(t *testing.T) { func TestKetamaHashringIncreaseAtEnd(t *testing.T) { series := makeSeries() - initialRing := []string{"node-1", "node-2", "node-3"} + initialRing := []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}} initialAssignments, err := assignSeries(series, initialRing) require.NoError(t, err) - resizedRing := []string{"node-1", "node-2", "node-3", "node-4", "node-5"} + resizedRing := []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}, {Address: "node-4"}, {Address: "node-5"}} reassignments, err := assignSeries(series, resizedRing) require.NoError(t, err) // Assert that the initial nodes have no new keys after increasing the ring size for _, node := range initialRing { - for _, ts := range reassignments[node] { - foundInInitialAssignment := findSeries(initialAssignments, node, ts) + for _, ts := range reassignments[node.Address] { + foundInInitialAssignment := findSeries(initialAssignments, node.Address, ts) require.True(t, foundInInitialAssignment, "node %s contains new series after resizing", node) } } @@ -286,18 +289,18 @@ func TestKetamaHashringIncreaseAtEnd(t *testing.T) { func TestKetamaHashringIncreaseInMiddle(t *testing.T) { series := makeSeries() - initialRing := []string{"node-1", "node-3"} + initialRing := []Endpoint{{Address: "node-1"}, {Address: "node-3"}} initialAssignments, err := assignSeries(series, initialRing) require.NoError(t, err) - resizedRing := []string{"node-1", "node-2", "node-3"} + resizedRing := []Endpoint{{Address: "node-1"}, {Address: "node-2"}, {Address: "node-3"}} reassignments, err := assignSeries(series, resizedRing) require.NoError(t, err) // Assert that the initial nodes have no new keys after increasing the ring size for _, node := range initialRing { - for _, ts := range reassignments[node] { - foundInInitialAssignment := findSeries(initialAssignments, node, ts) + for _, ts := range reassignments[node.Address] { + foundInInitialAssignment := findSeries(initialAssignments, node.Address, ts) require.True(t, foundInInitialAssignment, "node %s contains new series after resizing", node) } } @@ -306,23 +309,289 @@ func TestKetamaHashringIncreaseInMiddle(t *testing.T) { func TestKetamaHashringReplicationConsistency(t *testing.T) { series := makeSeries() - initialRing := []string{"node-1", "node-4", "node-5"} + initialRing := []Endpoint{{Address: "node-1"}, {Address: "node-4"}, {Address: "node-5"}} initialAssignments, err := assignReplicatedSeries(series, initialRing, 2) require.NoError(t, err) - resizedRing := []string{"node-4", "node-3", "node-1", "node-2", "node-5"} + resizedRing := []Endpoint{{Address: "node-4"}, {Address: "node-3"}, {Address: "node-1"}, {Address: "node-2"}, {Address: "node-5"}} reassignments, err := assignReplicatedSeries(series, resizedRing, 2) require.NoError(t, err) // Assert that the initial nodes have no new keys after increasing the ring size for _, node := range initialRing { - for _, ts := range reassignments[node] { - foundInInitialAssignment := findSeries(initialAssignments, node, ts) + for _, ts := range reassignments[node.Address] { + foundInInitialAssignment := findSeries(initialAssignments, node.Address, ts) require.True(t, foundInInitialAssignment, "node %s contains new series after resizing", node) } } } +func TestKetamaHashringReplicationConsistencyWithAZs(t *testing.T) { + for _, tt := range []struct { + initialRing []Endpoint + resizedRing []Endpoint + replicas uint64 + }{ + { + initialRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}}, + resizedRing: []Endpoint{{Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}, {Address: "a", AZ: "1"}, {Address: "d", AZ: "2"}, {Address: "e", AZ: "4"}}, + replicas: 3, + }, + { + initialRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}}, + resizedRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}, {Address: "d", AZ: "1"}, {Address: "e", AZ: "2"}, {Address: "f", AZ: "3"}}, + replicas: 3, + }, + { + initialRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}}, + resizedRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}, {Address: "d", AZ: "4"}, {Address: "e", AZ: "5"}, {Address: "f", AZ: "6"}}, + replicas: 3, + }, + { + initialRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}}, + resizedRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}, {Address: "c", AZ: "3"}, {Address: "d", AZ: "4"}, {Address: "e", AZ: "5"}, {Address: "f", AZ: "6"}}, + replicas: 2, + }, + { + initialRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "c", AZ: "2"}, {Address: "f", AZ: "3"}}, + resizedRing: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "1"}, {Address: "c", AZ: "2"}, {Address: "d", AZ: "2"}, {Address: "f", AZ: "3"}}, + replicas: 2, + }, + } { + t.Run("", func(t *testing.T) { + series := makeSeries() + + initialAssignments, err := assignReplicatedSeries(series, tt.initialRing, tt.replicas) + require.NoError(t, err) + + reassignments, err := assignReplicatedSeries(series, tt.resizedRing, tt.replicas) + require.NoError(t, err) + + // Assert that the initial nodes have no new keys after increasing the ring size + for _, node := range tt.initialRing { + for _, ts := range reassignments[node.Address] { + foundInInitialAssignment := findSeries(initialAssignments, node.Address, ts) + require.True(t, foundInInitialAssignment, "node %s contains new series after resizing", node) + } + } + }) + } +} + +func TestKetamaHashringEvenAZSpread(t *testing.T) { + tenant := "default-tenant" + ts := &prompb.TimeSeries{ + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings("foo", "bar")), + Samples: []prompb.Sample{{Value: 1, Timestamp: 0}}, + } + + for _, tt := range []struct { + nodes []Endpoint + replicas uint64 + }{ + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "1"}, + {Address: "d", AZ: "2"}, + }, + replicas: 1, + }, + { + nodes: []Endpoint{{Address: "a"}, {Address: "b"}, {Address: "c"}, {Address: "d"}}, + replicas: 1, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "1"}, + {Address: "d", AZ: "2"}, + }, + replicas: 2, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "3"}, + {Address: "d", AZ: "1"}, + {Address: "e", AZ: "2"}, + {Address: "f", AZ: "3"}, + }, + replicas: 3, + }, + { + nodes: []Endpoint{{Address: "a"}, {Address: "b"}, {Address: "c"}, {Address: "d"}, {Address: "e"}, {Address: "f"}, {Address: "g"}}, + replicas: 3, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "3"}, + {Address: "d", AZ: "1"}, + {Address: "e", AZ: "2"}, + {Address: "f", AZ: "3"}, + {Address: "g", AZ: "4"}, + {Address: "h", AZ: "4"}, + {Address: "i", AZ: "4"}, + {Address: "j", AZ: "5"}, + {Address: "k", AZ: "5"}, + {Address: "l", AZ: "5"}, + }, + replicas: 10, + }, + } { + t.Run("", func(t *testing.T) { + hashRing, err := newKetamaHashring(tt.nodes, SectionsPerNode, tt.replicas) + testutil.Ok(t, err) + + availableAzs := make(map[string]int64) + for _, endpoint := range tt.nodes { + availableAzs[endpoint.AZ] = 0 + } + + azSpread := make(map[string]int64) + for i := 0; i < int(tt.replicas); i++ { + r, err := hashRing.GetN(tenant, ts, uint64(i)) + testutil.Ok(t, err) + + for _, n := range tt.nodes { + if !strings.HasPrefix(n.Address, r) { + continue + } + azSpread[n.AZ]++ + } + + } + + expectedAzSpreadLength := int(tt.replicas) + if int(tt.replicas) > len(availableAzs) { + expectedAzSpreadLength = len(availableAzs) + } + testutil.Equals(t, len(azSpread), expectedAzSpreadLength) + + for _, writeToAz := range azSpread { + minAz := sizeOfLeastOccupiedAZ(azSpread) + testutil.Assert(t, math.Abs(float64(writeToAz-minAz)) <= 1.0) + } + }) + } +} + +func TestKetamaHashringEvenNodeSpread(t *testing.T) { + tenant := "default-tenant" + + for _, tt := range []struct { + nodes []Endpoint + replicas uint64 + numSeries uint64 + }{ + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "1"}, + {Address: "d", AZ: "2"}, + }, + replicas: 2, + numSeries: 1000, + }, + { + nodes: []Endpoint{{Address: "a"}, {Address: "b"}, {Address: "c"}, {Address: "d"}}, + replicas: 2, + numSeries: 1000, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "3"}, + {Address: "d", AZ: "2"}, + {Address: "e", AZ: "1"}, + {Address: "f", AZ: "3"}, + }, + replicas: 3, + numSeries: 10000, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "3"}, + {Address: "d", AZ: "2"}, + {Address: "e", AZ: "1"}, + {Address: "f", AZ: "3"}, + {Address: "g", AZ: "1"}, + {Address: "h", AZ: "2"}, + {Address: "i", AZ: "3"}, + }, + replicas: 2, + numSeries: 10000, + }, + { + nodes: []Endpoint{ + {Address: "a", AZ: "1"}, + {Address: "b", AZ: "2"}, + {Address: "c", AZ: "3"}, + {Address: "d", AZ: "2"}, + {Address: "e", AZ: "1"}, + {Address: "f", AZ: "3"}, + {Address: "g", AZ: "1"}, + {Address: "h", AZ: "2"}, + {Address: "i", AZ: "3"}, + }, + replicas: 9, + numSeries: 10000, + }, + } { + t.Run("", func(t *testing.T) { + hashRing, err := newKetamaHashring(tt.nodes, SectionsPerNode, tt.replicas) + testutil.Ok(t, err) + optimalSpread := int(tt.numSeries*tt.replicas) / len(tt.nodes) + nodeSpread := make(map[string]int) + for i := 0; i < int(tt.numSeries); i++ { + ts := &prompb.TimeSeries{ + Labels: labelpb.ZLabelsFromPromLabels(labels.FromStrings("foo", fmt.Sprintf("%d", i))), + Samples: []prompb.Sample{{Value: 1, Timestamp: 0}}, + } + for j := 0; j < int(tt.replicas); j++ { + r, err := hashRing.GetN(tenant, ts, uint64(j)) + testutil.Ok(t, err) + + nodeSpread[r]++ + } + } + for _, node := range nodeSpread { + diff := math.Abs(float64(node) - float64(optimalSpread)) + testutil.Assert(t, diff/float64(optimalSpread) < 0.1) + } + }) + } +} + +func TestInvalidAZHashringCfg(t *testing.T) { + for _, tt := range []struct { + cfg []HashringConfig + replicas uint64 + algorithm HashringAlgorithm + expectedError string + }{ + { + cfg: []HashringConfig{{Endpoints: []Endpoint{{Address: "a", AZ: "1"}, {Address: "b", AZ: "2"}}}}, + replicas: 2, + expectedError: "Hashmod algorithm does not support AZ aware hashring configuration. Either use Ketama or remove AZ configuration.", + }, + } { + t.Run("", func(t *testing.T) { + _, err := NewMultiHashring(tt.algorithm, tt.replicas, tt.cfg) + require.EqualError(t, err, tt.expectedError) + }) + } +} + func makeSeries() []prompb.TimeSeries { numSeries := 10000 series := make([]prompb.TimeSeries, numSeries) @@ -351,11 +620,11 @@ func findSeries(initialAssignments map[string][]prompb.TimeSeries, node string, return false } -func assignSeries(series []prompb.TimeSeries, nodes []string) (map[string][]prompb.TimeSeries, error) { +func assignSeries(series []prompb.TimeSeries, nodes []Endpoint) (map[string][]prompb.TimeSeries, error) { return assignReplicatedSeries(series, nodes, 0) } -func assignReplicatedSeries(series []prompb.TimeSeries, nodes []string, replicas uint64) (map[string][]prompb.TimeSeries, error) { +func assignReplicatedSeries(series []prompb.TimeSeries, nodes []Endpoint, replicas uint64) (map[string][]prompb.TimeSeries, error) { hashRing, err := newKetamaHashring(nodes, SectionsPerNode, replicas) if err != nil { return nil, err diff --git a/pkg/receive/head_series_limiter.go b/pkg/receive/head_series_limiter.go index c088dc6495..492e3ecdf2 100644 --- a/pkg/receive/head_series_limiter.go +++ b/pkg/receive/head_series_limiter.go @@ -14,8 +14,9 @@ import ( "github.com/go-kit/log/level" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" + + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/errors" - "github.com/thanos-io/thanos/pkg/httpconfig" "github.com/thanos-io/thanos/pkg/promclient" ) @@ -86,13 +87,13 @@ func NewHeadSeriesLimit(w WriteLimitsConfig, registerer prometheus.Registerer, l limit.tenantCurrentSeriesMap = map[string]float64{} // Use specified HTTPConfig (if any) to make requests to meta-monitoring. - c := httpconfig.NewDefaultClientConfig() + c := clientconfig.NewDefaultHTTPClientConfig() if w.GlobalLimits.MetaMonitoringHTTPClient != nil { c = *w.GlobalLimits.MetaMonitoringHTTPClient } var err error - limit.metaMonitoringClient, err = httpconfig.NewHTTPClient(c, "meta-mon-for-limit") + limit.metaMonitoringClient, err = clientconfig.NewHTTPClient(c, "meta-mon-for-limit") if err != nil { level.Error(logger).Log("msg", "improper http client config", "err", err.Error()) } @@ -104,9 +105,9 @@ func NewHeadSeriesLimit(w WriteLimitsConfig, registerer prometheus.Registerer, l // solution with the configured query for getting current active (head) series of all tenants. // It then populates tenantCurrentSeries map with result. func (h *headSeriesLimit) QueryMetaMonitoring(ctx context.Context) error { - c := promclient.NewWithTracingClient(h.logger, h.metaMonitoringClient, httpconfig.ThanosUserAgent) + c := promclient.NewWithTracingClient(h.logger, h.metaMonitoringClient, clientconfig.ThanosUserAgent) - vectorRes, _, err := c.QueryInstant(ctx, h.metaMonitoringURL, h.metaMonitoringQuery, time.Now(), promclient.QueryOptions{Deduplicate: true}) + vectorRes, _, _, err := c.QueryInstant(ctx, h.metaMonitoringURL, h.metaMonitoringQuery, time.Now(), promclient.QueryOptions{Deduplicate: true}) if err != nil { h.metaMonitoringErr.Inc() return err @@ -155,6 +156,11 @@ func (h *headSeriesLimit) isUnderLimit(tenant string) (bool, error) { limit = h.defaultLimit } + // If tenant limit is 0 we treat it as unlimited. + if limit == 0 { + return true, nil + } + if v >= float64(limit) { level.Error(h.logger).Log("msg", "tenant above limit", "tenant", tenant, "currentSeries", v, "limit", limit) h.limitedRequests.WithLabelValues(tenant).Inc() diff --git a/pkg/receive/limiter.go b/pkg/receive/limiter.go index ac79b4c5bd..46055b3001 100644 --- a/pkg/receive/limiter.go +++ b/pkg/receive/limiter.go @@ -25,7 +25,8 @@ import ( type Limiter struct { sync.RWMutex requestLimiter requestLimiter - HeadSeriesLimiter headSeriesLimiter + headSeriesLimiterMtx sync.Mutex + headSeriesLimiter headSeriesLimiter writeGate gate.Gate registerer prometheus.Registerer configPathOrContent fileContent @@ -33,6 +34,7 @@ type Limiter struct { configReloadCounter prometheus.Counter configReloadFailedCounter prometheus.Counter receiverMode ReceiverMode + configReloadTimer time.Duration } // headSeriesLimiter encompasses active/head series limiting logic. @@ -53,15 +55,23 @@ type fileContent interface { Path() string } +func (l *Limiter) HeadSeriesLimiter() headSeriesLimiter { + l.headSeriesLimiterMtx.Lock() + defer l.headSeriesLimiterMtx.Unlock() + + return l.headSeriesLimiter +} + // NewLimiter creates a new *Limiter given a configuration and prometheus // registerer. -func NewLimiter(configFile fileContent, reg prometheus.Registerer, r ReceiverMode, logger log.Logger) (*Limiter, error) { +func NewLimiter(configFile fileContent, reg prometheus.Registerer, r ReceiverMode, logger log.Logger, configReloadTimer time.Duration) (*Limiter, error) { limiter := &Limiter{ writeGate: gate.NewNoop(), requestLimiter: &noopRequestLimiter{}, - HeadSeriesLimiter: NewNopSeriesLimit(), + headSeriesLimiter: NewNopSeriesLimit(), logger: logger, receiverMode: r, + configReloadTimer: configReloadTimer, } if reg != nil { @@ -116,7 +126,7 @@ func (l *Limiter) StartConfigReloader(ctx context.Context) error { if reloadCounter := l.configReloadCounter; reloadCounter != nil { reloadCounter.Inc() } - }, 1*time.Second) + }, l.configReloadTimer) } func (l *Limiter) CanReload() bool { @@ -151,9 +161,21 @@ func (l *Limiter) loadConfig() error { l.registerer, &config.WriteLimits, ) - seriesLimitSupported := (l.receiverMode == RouterOnly || l.receiverMode == RouterIngestor) && (len(config.WriteLimits.TenantsLimits) != 0 || config.WriteLimits.DefaultLimits.HeadSeriesLimit != 0) - if seriesLimitSupported { - l.HeadSeriesLimiter = NewHeadSeriesLimit(config.WriteLimits, l.registerer, l.logger) + seriesLimitIsActivated := func() bool { + if config.WriteLimits.DefaultLimits.HeadSeriesLimit != 0 { + return true + } + for _, tenant := range config.WriteLimits.TenantsLimits { + if tenant.HeadSeriesLimit != nil && *tenant.HeadSeriesLimit != 0 { + return true + } + } + return false + } + if (l.receiverMode == RouterOnly || l.receiverMode == RouterIngestor) && seriesLimitIsActivated() { + l.headSeriesLimiterMtx.Lock() + l.headSeriesLimiter = NewHeadSeriesLimit(config.WriteLimits, l.registerer, l.logger) + l.headSeriesLimiterMtx.Unlock() } return nil } diff --git a/pkg/receive/limiter_config.go b/pkg/receive/limiter_config.go index c3bd330b6e..cce9af3cd1 100644 --- a/pkg/receive/limiter_config.go +++ b/pkg/receive/limiter_config.go @@ -6,9 +6,10 @@ package receive import ( "net/url" - "github.com/thanos-io/thanos/pkg/errors" - "github.com/thanos-io/thanos/pkg/httpconfig" "gopkg.in/yaml.v2" + + "github.com/thanos-io/thanos/pkg/clientconfig" + "github.com/thanos-io/thanos/pkg/errors" ) // RootLimitsConfig is the root configuration for limits. @@ -64,9 +65,9 @@ type GlobalLimitsConfig struct { // MaxConcurrency represents the maximum concurrency during write operations. MaxConcurrency int64 `yaml:"max_concurrency"` // MetaMonitoring options specify the query, url and client for Query API address used in head series limiting. - MetaMonitoringURL string `yaml:"meta_monitoring_url"` - MetaMonitoringHTTPClient *httpconfig.ClientConfig `yaml:"meta_monitoring_http_client"` - MetaMonitoringLimitQuery string `yaml:"meta_monitoring_limit_query"` + MetaMonitoringURL string `yaml:"meta_monitoring_url"` + MetaMonitoringHTTPClient *clientconfig.HTTPClientConfig `yaml:"meta_monitoring_http_client"` + MetaMonitoringLimitQuery string `yaml:"meta_monitoring_limit_query"` metaMonitoringURL *url.URL } diff --git a/pkg/receive/limiter_test.go b/pkg/receive/limiter_test.go index 850124c7d2..960e567a17 100644 --- a/pkg/receive/limiter_test.go +++ b/pkg/receive/limiter_test.go @@ -32,7 +32,7 @@ func TestLimiter_StartConfigReloader(t *testing.T) { t.Fatalf("could not load test content at %s: %s", invalidLimitsPath, err) } - limiter, err := NewLimiter(goodLimits, nil, RouterIngestor, log.NewLogfmtLogger(os.Stdout)) + limiter, err := NewLimiter(goodLimits, nil, RouterIngestor, log.NewLogfmtLogger(os.Stdout), 1*time.Second) testutil.Ok(t, err) ctx, cancel := context.WithCancel(context.Background()) @@ -88,7 +88,7 @@ func TestLimiter_CanReload(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { configFile := tt.args.configFilePath - limiter, err := NewLimiter(configFile, nil, RouterIngestor, log.NewLogfmtLogger(os.Stdout)) + limiter, err := NewLimiter(configFile, nil, RouterIngestor, log.NewLogfmtLogger(os.Stdout), 1*time.Second) testutil.Ok(t, err) if tt.wantReload { testutil.Assert(t, limiter.CanReload()) diff --git a/pkg/receive/multitsdb.go b/pkg/receive/multitsdb.go index 63357d8560..a133c28bb0 100644 --- a/pkg/receive/multitsdb.go +++ b/pkg/receive/multitsdb.go @@ -6,6 +6,7 @@ package receive import ( "context" "fmt" + "io" "os" "path" "path/filepath" @@ -15,22 +16,28 @@ import ( "github.com/go-kit/log" "github.com/go-kit/log/level" + "github.com/oklog/ulid" "github.com/pkg/errors" + "go.uber.org/atomic" + "golang.org/x/exp/slices" + "golang.org/x/sync/errgroup" + gmetadata "google.golang.org/grpc/metadata" + + "google.golang.org/grpc" + "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" - "go.uber.org/atomic" - "golang.org/x/sync/errgroup" - - "github.com/thanos-io/thanos/pkg/api/status" "github.com/thanos-io/objstore" + "github.com/thanos-io/thanos/pkg/api/status" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/errutil" "github.com/thanos-io/thanos/pkg/exemplars" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/shipper" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" @@ -40,7 +47,7 @@ import ( type TSDBStats interface { // TenantStats returns TSDB head stats for the given tenants. // If no tenantIDs are provided, stats for all tenants are returned. - TenantStats(statsByLabelName string, tenantIDs ...string) []status.TenantStats + TenantStats(limit int, statsByLabelName string, tenantIDs ...string) []status.TenantStats } type MultiTSDB struct { @@ -56,6 +63,7 @@ type MultiTSDB struct { tenants map[string]*tenant allowOutOfOrderUpload bool hashFunc metadata.HashFunc + hashringConfigs []HashringConfig } // NewMultiTSDB creates new MultiTSDB. @@ -91,30 +99,108 @@ func NewMultiTSDB( } type localClient struct { - storepb.StoreClient + store *store.TSDBStore +} + +type seriesClientMapper struct { + ctx context.Context + series []*storepb.Series + + initiated bool - labelSetFunc func() []labelpb.ZLabelSet - timeRangeFunc func() (int64, int64) + store *store.TSDBStore + req storepb.SeriesRequest } -func newLocalClient( - c storepb.StoreClient, - labelSetFunc func() []labelpb.ZLabelSet, - timeRangeFunc func() (int64, int64), -) *localClient { - return &localClient{c, labelSetFunc, timeRangeFunc} +func (m *seriesClientMapper) Recv() (*storepb.SeriesResponse, error) { + if !m.initiated { + series, err := m.store.SeriesLocal(m.ctx, &m.req) + if err != nil { + return nil, err + } + m.series = series + m.initiated = true + } + if len(m.series) == 0 { + return nil, io.EOF + } + s := m.series[0] + m.series = m.series[1:] + return storepb.NewSeriesResponse(s), nil +} + +func (m *seriesClientMapper) Header() (gmetadata.MD, error) { + return nil, nil +} + +func (m *seriesClientMapper) Trailer() gmetadata.MD { + return nil +} + +func (m *seriesClientMapper) CloseSend() error { + return nil +} + +func (m *seriesClientMapper) Context() context.Context { + return m.ctx +} + +func (m *seriesClientMapper) RecvMsg(_ interface{}) error { + return nil +} + +func (m *seriesClientMapper) SendMsg(_ interface{}) error { + return nil +} + +func (l *localClient) Info(ctx context.Context, in *storepb.InfoRequest, opts ...grpc.CallOption) (*storepb.InfoResponse, error) { + return l.store.Info(ctx, in) +} + +func (l *localClient) Series(ctx context.Context, in *storepb.SeriesRequest, opts ...grpc.CallOption) (storepb.Store_SeriesClient, error) { + return &seriesClientMapper{ctx: ctx, store: l.store, req: *in}, nil +} + +func (l *localClient) LabelNames(ctx context.Context, in *storepb.LabelNamesRequest, opts ...grpc.CallOption) (*storepb.LabelNamesResponse, error) { + return l.store.LabelNames(ctx, in) +} + +func (l *localClient) LabelValues(ctx context.Context, in *storepb.LabelValuesRequest, opts ...grpc.CallOption) (*storepb.LabelValuesResponse, error) { + return l.store.LabelValues(ctx, in) +} + +func newLocalClient(store *store.TSDBStore) *localClient { + return &localClient{ + store: store, + } } func (l *localClient) LabelSets() []labels.Labels { - return labelpb.ZLabelSetsToPromLabelSets(l.labelSetFunc()...) + return labelpb.ZLabelSetsToPromLabelSets(l.store.LabelSet()...) } func (l *localClient) TimeRange() (mint int64, maxt int64) { - return l.timeRangeFunc() + return l.store.TimeRange() +} + +func (l *localClient) TSDBInfos() []infopb.TSDBInfo { + labelsets := l.store.LabelSet() + if len(labelsets) == 0 { + return []infopb.TSDBInfo{} + } + + mint, maxt := l.store.TimeRange() + return []infopb.TSDBInfo{ + { + Labels: labelsets[0], + MinTime: mint, + MaxTime: maxt, + }, + } } func (l *localClient) String() string { - mint, maxt := l.timeRangeFunc() + mint, maxt := l.store.TimeRange() return fmt.Sprintf( "LabelSets: %v MinTime: %d MaxTime: %d", labelpb.PromLabelSetsToString(l.LabelSets()), mint, maxt, @@ -139,7 +225,34 @@ type tenant struct { exemplarsTSDB *exemplars.TSDB ship *shipper.Shipper - mtx *sync.RWMutex + mtx *sync.RWMutex + tsdb *tsdb.DB + + // For tests. + blocksToDeleteFn func(db *tsdb.DB) tsdb.BlocksToDeleteFunc +} + +func (t *tenant) blocksToDelete(blocks []*tsdb.Block) map[ulid.ULID]struct{} { + t.mtx.RLock() + defer t.mtx.RUnlock() + + if t.tsdb == nil { + return nil + } + + deletable := t.blocksToDeleteFn(t.tsdb)(blocks) + if t.ship == nil { + return deletable + } + + uploaded := t.ship.UploadedBlocks() + for deletableID := range deletable { + if _, ok := uploaded[deletableID]; !ok { + delete(deletable, deletableID) + } + } + + return deletable } func newTenant() *tenant { @@ -159,7 +272,7 @@ func (t *tenant) store() *store.TSDBStore { return t.storeTSDB } -func (t *tenant) client(logger log.Logger) store.Client { +func (t *tenant) client() store.Client { t.mtx.RLock() defer t.mtx.RUnlock() @@ -167,8 +280,8 @@ func (t *tenant) client(logger log.Logger) store.Client { if tsdbStore == nil { return nil } - client := storepb.ServerAsClient(store.NewRecoverableStoreServer(logger, tsdbStore), 0) - return newLocalClient(client, tsdbStore.LabelSet, tsdbStore.TimeRange) + + return newLocalClient(tsdbStore) } func (t *tenant) exemplars() *exemplars.TSDB { @@ -186,14 +299,15 @@ func (t *tenant) shipper() *shipper.Shipper { func (t *tenant) set(storeTSDB *store.TSDBStore, tenantTSDB *tsdb.DB, ship *shipper.Shipper, exemplarsTSDB *exemplars.TSDB) { t.readyS.Set(tenantTSDB) t.mtx.Lock() - t.setComponents(storeTSDB, ship, exemplarsTSDB) + t.setComponents(storeTSDB, ship, exemplarsTSDB, tenantTSDB) t.mtx.Unlock() } -func (t *tenant) setComponents(storeTSDB *store.TSDBStore, ship *shipper.Shipper, exemplarsTSDB *exemplars.TSDB) { +func (t *tenant) setComponents(storeTSDB *store.TSDBStore, ship *shipper.Shipper, exemplarsTSDB *exemplars.TSDB, tenantTSDB *tsdb.DB) { t.storeTSDB = storeTSDB t.ship = ship t.exemplarsTSDB = exemplarsTSDB + t.tsdb = tenantTSDB } func (t *MultiTSDB) Open() error { @@ -238,8 +352,7 @@ func (t *MultiTSDB) Flush() error { level.Info(t.logger).Log("msg", "flushing TSDB", "tenant", id) wg.Add(1) go func() { - head := db.Head() - if err := db.CompactHead(tsdb.NewRangeHead(head, head.MinTime(), head.MaxTime())); err != nil { + if err := t.flushHead(db); err != nil { errmtx.Lock() merr.Add(err) errmtx.Unlock() @@ -252,6 +365,20 @@ func (t *MultiTSDB) Flush() error { return merr.Err() } +func (t *MultiTSDB) flushHead(db *tsdb.DB) error { + head := db.Head() + if head.MinTime() == head.MaxTime() { + return db.CompactHead(tsdb.NewRangeHead(head, head.MinTime(), head.MaxTime())) + } + blockAlignedMaxt := head.MaxTime() - (head.MaxTime() % t.tsdbOpts.MaxBlockDuration) + // Flush a well aligned TSDB block. + if err := db.CompactHead(tsdb.NewRangeHead(head, head.MinTime(), blockAlignedMaxt-1)); err != nil { + return err + } + // Flush the remainder of the head. + return db.CompactHead(tsdb.NewRangeHead(head, head.MinTime(), head.MaxTime()-1)) +} + func (t *MultiTSDB) Close() error { t.mtx.Lock() defer t.mtx.Unlock() @@ -276,6 +403,7 @@ func (t *MultiTSDB) Prune(ctx context.Context) error { if t.tsdbOpts.RetentionDuration == 0 { return nil } + level.Info(t.logger).Log("msg", "Running pruning job") var ( wg sync.WaitGroup @@ -284,7 +412,6 @@ func (t *MultiTSDB) Prune(ctx context.Context) error { prunedTenants []string pmtx sync.Mutex ) - t.mtx.RLock() for tenantID, tenantInstance := range t.tenants { wg.Add(1) @@ -324,7 +451,7 @@ func (t *MultiTSDB) Prune(ctx context.Context) error { // pruneTSDB removes a TSDB if its past the retention period. // It compacts the TSDB head, sends all remaining blocks to S3 and removes the TSDB from disk. -func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInstance *tenant) (bool, error) { +func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInstance *tenant) (pruned bool, rerr error) { tenantTSDB := tenantInstance.readyStorage() if tenantTSDB == nil { return false, nil @@ -354,9 +481,21 @@ func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInst tenantTSDB.mtx.Lock() defer tenantTSDB.mtx.Unlock() - // Lock the entire tenant to make sure the shipper is not running in parallel. + // Make sure the shipper is not running in parallel. tenantInstance.mtx.Lock() - defer tenantInstance.mtx.Unlock() + shipper := tenantInstance.ship + tenantInstance.ship = nil + tenantInstance.mtx.Unlock() + + defer func() { + if pruned { + return + } + // If the tenant was not pruned, re-enable the shipper. + tenantInstance.mtx.Lock() + tenantInstance.ship = shipper + tenantInstance.mtx.Unlock() + }() sinceLastAppendMillis = time.Since(time.UnixMilli(head.MaxTime())).Milliseconds() if sinceLastAppendMillis <= compactThreshold { @@ -364,7 +503,7 @@ func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInst } level.Info(logger).Log("msg", "Compacting tenant") - if err := tdb.CompactHead(tsdb.NewRangeHead(head, head.MinTime(), head.MaxTime())); err != nil { + if err := t.flushHead(tdb); err != nil { return false, err } @@ -373,8 +512,9 @@ func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInst } level.Info(logger).Log("msg", "Pruning tenant") - if tenantInstance.ship != nil { - uploaded, err := tenantInstance.ship.Sync(ctx) + if shipper != nil { + // No other code can reach this shipper anymore so enable it again to be able to sync manually. + uploaded, err := shipper.Sync(ctx) if err != nil { return false, err } @@ -392,8 +532,10 @@ func (t *MultiTSDB) pruneTSDB(ctx context.Context, logger log.Logger, tenantInst return false, err } + tenantInstance.mtx.Lock() tenantInstance.readyS.set(nil) - tenantInstance.setComponents(nil, nil, nil) + tenantInstance.setComponents(nil, nil, nil, nil) + tenantInstance.mtx.Unlock() return true, nil } @@ -467,7 +609,7 @@ func (t *MultiTSDB) TSDBLocalClients() []store.Client { res := make([]store.Client, 0, len(t.tenants)) for _, tenant := range t.tenants { - client := tenant.client(t.logger) + client := tenant.client() if client != nil { res = append(res, client) } @@ -490,7 +632,7 @@ func (t *MultiTSDB) TSDBExemplars() map[string]*exemplars.TSDB { return res } -func (t *MultiTSDB) TenantStats(statsByLabelName string, tenantIDs ...string) []status.TenantStats { +func (t *MultiTSDB) TenantStats(limit int, statsByLabelName string, tenantIDs ...string) []status.TenantStats { t.mtx.RLock() defer t.mtx.RUnlock() if len(tenantIDs) == 0 { @@ -517,7 +659,7 @@ func (t *MultiTSDB) TenantStats(statsByLabelName string, tenantIDs ...string) [] if db == nil { return } - stats := db.Head().Stats(statsByLabelName) + stats := db.Head().Stats(statsByLabelName, limit) mu.Lock() defer mu.Unlock() @@ -539,11 +681,20 @@ func (t *MultiTSDB) startTSDB(logger log.Logger, tenantID string, tenant *tenant reg := prometheus.WrapRegistererWith(prometheus.Labels{"tenant": tenantID}, t.reg) reg = NewUnRegisterer(reg) - lset := labelpb.ExtendSortedLabels(t.labels, labels.FromStrings(t.tenantLabelName, tenantID)) + initialLset := labelpb.ExtendSortedLabels(t.labels, labels.FromStrings(t.tenantLabelName, tenantID)) + lset := t.extractTenantsLabels(tenantID, initialLset) dataDir := t.defaultTenantDataDir(tenantID) level.Info(logger).Log("msg", "opening TSDB") opts := *t.tsdbOpts + opts.BlocksToDelete = tenant.blocksToDelete + tenant.blocksToDeleteFn = tsdb.DefaultBlocksToDelete + + // NOTE(GiedriusS): always set to false to properly handle OOO samples - OOO samples are written into the WBL + // which gets later converted into a block. Without setting this flag to false, the block would get compacted + // into other ones. This presents a race between compaction and the shipper (if it is configured to upload compacted blocks). + // Hence, avoid this situation by disabling overlapping compaction. Vertical compaction must be enabled on the compactor. + opts.EnableOverlappingCompaction = false s, err := tsdb.Open( dataDir, logger, @@ -566,9 +717,10 @@ func (t *MultiTSDB) startTSDB(logger log.Logger, tenantID string, tenant *tenant t.bucket, func() labels.Labels { return lset }, metadata.ReceiveSource, - false, + nil, t.allowOutOfOrderUpload, t.hashFunc, + shipper.DefaultMetaFilename, ) } tenant.set(store.NewTSDBStore(logger, s, component.Receive, lset), s, ship, exemplars.NewTSDB(s, lset)) @@ -623,6 +775,38 @@ func (t *MultiTSDB) TenantAppendable(tenantID string) (Appendable, error) { return tenant.readyStorage(), nil } +func (t *MultiTSDB) SetHashringConfig(cfg []HashringConfig) error { + t.hashringConfigs = cfg + + // If a tenant's already existed in MultiTSDB, update its label set + // from the latest []HashringConfig. + // In case one tenant appears in multiple hashring configs, + // only the label set from the first hashring config is applied. + // This is the same logic as startTSDB. + updatedTenants := make([]string, 0) + for _, hc := range t.hashringConfigs { + for _, tenantID := range hc.Tenants { + if slices.Contains(updatedTenants, tenantID) { + continue + } + if t.tenants[tenantID] != nil { + updatedTenants = append(updatedTenants, tenantID) + + lset := labelpb.ExtendSortedLabels(t.labels, labels.FromStrings(t.tenantLabelName, tenantID)) + lset = labelpb.ExtendSortedLabels(hc.ExternalLabels, lset) + + if t.tenants[tenantID].ship != nil { + t.tenants[tenantID].ship.SetLabels(lset) + } + t.tenants[tenantID].storeTSDB.SetExtLset(lset) + t.tenants[tenantID].exemplarsTSDB.SetExtLabels(lset) + } + } + } + + return nil +} + // ErrNotReady is returned if the underlying storage is not ready yet. var ErrNotReady = errors.New("TSDB not ready") @@ -667,9 +851,9 @@ func (s *ReadyStorage) StartTime() (int64, error) { } // Querier implements the Storage interface. -func (s *ReadyStorage) Querier(ctx context.Context, mint, maxt int64) (storage.Querier, error) { +func (s *ReadyStorage) Querier(mint, maxt int64) (storage.Querier, error) { if x := s.get(); x != nil { - return x.Querier(ctx, mint, maxt) + return x.Querier(mint, maxt) } return nil, ErrNotReady } @@ -708,8 +892,8 @@ func (a adapter) StartTime() (int64, error) { return 0, errors.New("not implemented") } -func (a adapter) Querier(ctx context.Context, mint, maxt int64) (storage.Querier, error) { - return a.db.Querier(ctx, mint, maxt) +func (a adapter) Querier(mint, maxt int64) (storage.Querier, error) { + return a.db.Querier(mint, maxt) } func (a adapter) ExemplarQuerier(ctx context.Context) (storage.ExemplarQuerier, error) { @@ -777,3 +961,18 @@ func (u *UnRegisterer) MustRegister(cs ...prometheus.Collector) { } } } + +// extractTenantsLabels extracts tenant's external labels from hashring configs. +// If one tenant appears in multiple hashring configs, +// only the external label set from the first hashring config is applied. +func (t *MultiTSDB) extractTenantsLabels(tenantID string, initialLset labels.Labels) labels.Labels { + for _, hc := range t.hashringConfigs { + for _, tenant := range hc.Tenants { + if tenant != tenantID { + continue + } + return labelpb.ExtendSortedLabels(hc.ExternalLabels, initialLset) + } + } + return initialLset +} diff --git a/pkg/receive/multitsdb_test.go b/pkg/receive/multitsdb_test.go index 9d5b0ac26d..6f5dd01ae7 100644 --- a/pkg/receive/multitsdb_test.go +++ b/pkg/receive/multitsdb_test.go @@ -8,17 +8,22 @@ import ( "io" "math" "os" + "path" + "path/filepath" "strings" + "sync" "testing" "time" "github.com/efficientgo/core/testutil" "github.com/go-kit/log" + "github.com/oklog/ulid" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/exemplar" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" + "github.com/stretchr/testify/require" "github.com/thanos-io/objstore" "golang.org/x/sync/errgroup" "google.golang.org/grpc" @@ -27,6 +32,7 @@ import ( "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/exemplars/exemplarspb" "github.com/thanos-io/thanos/pkg/runutil" + "github.com/thanos-io/thanos/pkg/shipper" "github.com/thanos-io/thanos/pkg/store" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" @@ -448,10 +454,10 @@ func TestMultiTSDBPrune(t *testing.T) { ) defer func() { testutil.Ok(t, m.Close()) }() - for i := 0; i < 100; i++ { - testutil.Ok(t, appendSample(m, "deleted-tenant", time.UnixMilli(int64(10+i)))) - testutil.Ok(t, appendSample(m, "compacted-tenant", time.Now().Add(-4*time.Hour))) - testutil.Ok(t, appendSample(m, "active-tenant", time.Now().Add(time.Duration(i)*time.Second))) + for step := time.Duration(0); step <= 2*time.Hour; step += time.Minute { + testutil.Ok(t, appendSample(m, "deleted-tenant", time.Now().Add(-9*time.Hour+step))) + testutil.Ok(t, appendSample(m, "compacted-tenant", time.Now().Add(-4*time.Hour+step))) + testutil.Ok(t, appendSample(m, "active-tenant", time.Now().Add(step))) } testutil.Equals(t, 3, len(m.TSDBLocalClients())) @@ -465,8 +471,16 @@ func TestMultiTSDBPrune(t *testing.T) { } testutil.Ok(t, m.Prune(ctx)) + if test.bucket != nil { + _, err := m.Sync(ctx) + testutil.Ok(t, err) + } + testutil.Equals(t, test.expectedTenants, len(m.TSDBLocalClients())) var shippedBlocks int + if test.bucket == nil && shippedBlocks > 0 { + t.Fatal("can't expect uploads when there is no bucket") + } if test.bucket != nil { testutil.Ok(t, test.bucket.Iter(context.Background(), "", func(s string) error { shippedBlocks++ @@ -517,6 +531,87 @@ func TestMultiTSDBRecreatePrunedTenant(t *testing.T) { testutil.Equals(t, 1, len(m.TSDBLocalClients())) } +func TestAlignedHeadFlush(t *testing.T) { + hourInSeconds := int64(1 * 60 * 60) + + tests := []struct { + name string + tsdbStart int64 + headDurationSeconds int64 + bucket objstore.Bucket + expectedUploads int + expectedMaxTs []int64 + }{ + { + name: "short head", + bucket: objstore.NewInMemBucket(), + headDurationSeconds: hourInSeconds, + expectedUploads: 1, + expectedMaxTs: []int64{hourInSeconds * 1000}, + }, + { + name: "aligned head start", + bucket: objstore.NewInMemBucket(), + headDurationSeconds: 3 * hourInSeconds, + expectedUploads: 2, + expectedMaxTs: []int64{2 * hourInSeconds * 1000, 3 * hourInSeconds * 1000}, + }, + { + name: "unaligned TSDB start", + bucket: objstore.NewInMemBucket(), + headDurationSeconds: 3 * hourInSeconds, + tsdbStart: 90 * 60, // 90 minutes + expectedUploads: 2, + expectedMaxTs: []int64{2 * hourInSeconds * 1000, 3*hourInSeconds*1000 + 90*60}, + }, + } + + for _, test := range tests { + t.Run(test.name, func(t *testing.T) { + dir := t.TempDir() + + m := NewMultiTSDB(dir, log.NewNopLogger(), prometheus.NewRegistry(), + &tsdb.Options{ + MinBlockDuration: (2 * time.Hour).Milliseconds(), + MaxBlockDuration: (2 * time.Hour).Milliseconds(), + RetentionDuration: (6 * time.Hour).Milliseconds(), + }, + labels.FromStrings("replica", "test"), + "tenant_id", + test.bucket, + false, + metadata.NoneFunc, + ) + defer func() { testutil.Ok(t, m.Close()) }() + + for i := 0; i <= int(test.headDurationSeconds); i += 60 { + tsMillis := int64(i*1000) + test.tsdbStart + testutil.Ok(t, appendSample(m, "test-tenant", time.UnixMilli(tsMillis))) + } + + testutil.Ok(t, m.Flush()) + + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + _, err := m.Sync(ctx) + testutil.Ok(t, err) + + var shippedBlocks int + var maxts []int64 + testutil.Ok(t, test.bucket.Iter(context.Background(), "", func(s string) error { + meta, err := metadata.ReadFromDir(path.Join(m.dataDir, "test-tenant", s)) + testutil.Ok(t, err) + + maxts = append(maxts, meta.MaxTime) + shippedBlocks++ + return nil + })) + testutil.Equals(t, test.expectedUploads, shippedBlocks) + testutil.Equals(t, test.expectedMaxTs, maxts) + }) + } +} + func TestMultiTSDBStats(t *testing.T) { tests := []struct { name string @@ -568,7 +663,7 @@ func TestMultiTSDBStats(t *testing.T) { testutil.Ok(t, appendSample(m, "baz", time.Now())) testutil.Equals(t, 3, len(m.TSDBLocalClients())) - stats := m.TenantStats(labels.MetricName, test.tenants...) + stats := m.TenantStats(10, labels.MetricName, test.tenants...) testutil.Equals(t, test.expectedStats, len(stats)) }) } @@ -693,7 +788,7 @@ func queryLabelValues(ctx context.Context, m *MultiTSDB) error { clients[0] = &slowClient{clients[0]} } return clients - }, component.Store, nil, 1*time.Minute, store.LazyRetrieval) + }, component.Store, labels.EmptyLabels(), 1*time.Minute, store.LazyRetrieval) req := &storepb.LabelValuesRequest{ Label: labels.MetricName, @@ -747,3 +842,59 @@ func BenchmarkMultiTSDB(b *testing.B) { _, _ = a.Append(0, l, int64(i), float64(i)) } } + +func TestMultiTSDBDoesNotDeleteNotUploadedBlocks(t *testing.T) { + tenant := &tenant{ + mtx: &sync.RWMutex{}, + } + + t.Run("no blocks", func(t *testing.T) { + require.Equal(t, (map[ulid.ULID]struct{})(nil), tenant.blocksToDelete(nil)) + }) + + tenant.tsdb = &tsdb.DB{} + + mockBlockIDs := []ulid.ULID{ + ulid.MustNew(1, nil), + ulid.MustNew(2, nil), + } + + t.Run("no shipper", func(t *testing.T) { + tenant.blocksToDeleteFn = func(db *tsdb.DB) tsdb.BlocksToDeleteFunc { + return func(_ []*tsdb.Block) map[ulid.ULID]struct{} { + return map[ulid.ULID]struct{}{ + mockBlockIDs[0]: {}, + mockBlockIDs[1]: {}, + } + } + } + + require.Equal(t, map[ulid.ULID]struct{}{ + mockBlockIDs[0]: {}, + mockBlockIDs[1]: {}, + }, tenant.blocksToDelete(nil)) + }) + + t.Run("some blocks uploaded", func(t *testing.T) { + tenant.blocksToDeleteFn = func(db *tsdb.DB) tsdb.BlocksToDeleteFunc { + return func(_ []*tsdb.Block) map[ulid.ULID]struct{} { + return map[ulid.ULID]struct{}{ + mockBlockIDs[0]: {}, + mockBlockIDs[1]: {}, + } + } + } + + td := t.TempDir() + + require.NoError(t, shipper.WriteMetaFile(log.NewNopLogger(), filepath.Join(td, shipper.DefaultMetaFilename), &shipper.Meta{ + Version: shipper.MetaVersion1, + Uploaded: []ulid.ULID{mockBlockIDs[0]}, + })) + + tenant.ship = shipper.New(log.NewNopLogger(), nil, td, nil, nil, metadata.BucketUploadSource, nil, false, metadata.NoneFunc, "") + require.Equal(t, map[ulid.ULID]struct{}{ + mockBlockIDs[0]: {}, + }, tenant.blocksToDelete(nil)) + }) +} diff --git a/pkg/receive/receive_test.go b/pkg/receive/receive_test.go index 4ce51d7184..ea1b6d81fd 100644 --- a/pkg/receive/receive_test.go +++ b/pkg/receive/receive_test.go @@ -5,10 +5,833 @@ package receive import ( "testing" + "time" + "github.com/go-kit/log" + "github.com/stretchr/testify/require" + + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/tsdb" + + "github.com/thanos-io/objstore" + "github.com/thanos-io/thanos/pkg/block/metadata" + "github.com/thanos-io/thanos/pkg/store" + "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/testutil/custom" ) func TestMain(m *testing.M) { custom.TolerantVerifyLeakMain(m) } + +func TestAddingExternalLabelsForTenants(t *testing.T) { + for _, tc := range []struct { + name string + cfg []HashringConfig + expectedExternalLabelSets []labels.Labels + }{ + { + name: "One tenant - No labels", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1"}, + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("replica", "test", "tenant_id", "tenant1"), + }, + }, + { + name: "One tenant - One label", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1"}, + ExternalLabels: labels.FromStrings("name1", "value1"), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "replica", "test", "tenant_id", "tenant1"), + }, + }, + { + name: "One tenant - Multiple labels", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + }, + }, + { + name: "Multiple tenants - No labels", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("replica", "test", "tenant_id", "tenant3"), + }, + }, + { + name: "Multiple tenants - One label", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + }), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "replica", "test", "tenant_id", "tenant3"), + }, + }, + { + name: "Multiple tenants - Multiple labels", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name3": "value3", + "name2": "value2", + "name1": "value1", + }), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + }, + }, + { + name: "Multiple hashrings - No repeated tenants", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name6": "value6", + "name5": "value5", + "name4": "value4", + }), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant6"), + }, + }, + { + name: "Multiple hashrings - One repeated tenant", + cfg: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name3": "value3", + "name2": "value2", + "name1": "value1", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + "name6": "value6", + }), + }, + }, + expectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + m := initializeMultiTSDB(t.TempDir()) + + err := m.SetHashringConfig(tc.cfg) + require.NoError(t, err) + + for _, c := range tc.cfg { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Open() + require.NoError(t, err) + + storeClients := m.TSDBLocalClients() + require.Equal(t, len(tc.expectedExternalLabelSets), len(storeClients)) + + setOfExpectedClientLabelSets, setOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + tc.expectedExternalLabelSets, storeClients) + + for _, cls := range setOfActualClientLabelSets { + require.Contains(t, setOfExpectedClientLabelSets, cls) + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Close() + require.NoError(t, err) + }) + } +} + +func TestLabelSetsOfTenantsWhenAddingTenants(t *testing.T) { + initialConfig := []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + } + initialExpectedExternalLabelSets := []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + } + + changedConfig := []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3", "tenant4", "tenant5"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + } + changedExpectedExternalLabelSets := []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant5"), + } + + t.Run("Adding tenants", func(t *testing.T) { + m := initializeMultiTSDB(t.TempDir()) + + err := m.SetHashringConfig(initialConfig) + require.NoError(t, err) + + for _, c := range initialConfig { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Open() + require.NoError(t, err) + + initialStoreClients := m.TSDBLocalClients() + require.Equal(t, len(initialExpectedExternalLabelSets), len(initialStoreClients)) + + initialSetOfExpectedClientLabelSets, initialSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + initialExpectedExternalLabelSets, initialStoreClients) + + for _, cls := range initialSetOfActualClientLabelSets { + require.Contains(t, initialSetOfExpectedClientLabelSets, cls) + } + + err = m.SetHashringConfig(changedConfig) + require.NoError(t, err) + + for _, c := range changedConfig { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Open() + require.NoError(t, err) + + changedStoreClients := m.TSDBLocalClients() + require.Equal(t, len(changedExpectedExternalLabelSets), len(changedStoreClients)) + + changedSetOfExpectedClientLabelSets, changedSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + changedExpectedExternalLabelSets, changedStoreClients) + + for _, cls := range changedSetOfActualClientLabelSets { + require.Contains(t, changedSetOfExpectedClientLabelSets, cls) + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Close() + require.NoError(t, err) + }) +} + +func TestLabelSetsOfTenantsWhenChangingLabels(t *testing.T) { + initialConfig := []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name6": "value6", + "name5": "value5", + "name4": "value4", + }), + }, + } + initialExpectedExternalLabelSets := []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant6"), + } + + for _, tc := range []struct { + name string + changedConfig []HashringConfig + changedExpectedExternalLabelSets []labels.Labels + }{ + { + name: "Adding labels", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + "name4": "value4", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + "name6": "value6", + "name7": "value7", + }), + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", "name7", "value7", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", "name7", "value7", + "replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", "name7", "value7", + "replica", "test", "tenant_id", "tenant6"), + }, + }, + { + name: "Deleting some labels", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + }), + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", + "replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("name4", "value4", "name5", "value5", + "replica", "test", "tenant_id", "tenant6"), + }, + }, + { + name: "Deleting all labels", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("replica", "test", "tenant_id", "tenant6"), + }, + }, + { + name: "Changing values of some labels", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value3", + "name2": "value2", + "name3": "value3", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant6"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value6", + "name5": "value5", + "name6": "value6", + }), + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value3", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value3", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value3", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value6", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value6", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + labels.FromStrings("name4", "value6", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant6"), + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + m := initializeMultiTSDB(t.TempDir()) + + err := m.SetHashringConfig(initialConfig) + require.NoError(t, err) + + for _, c := range initialConfig { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Open() + require.NoError(t, err) + + initialStoreClients := m.TSDBLocalClients() + require.Equal(t, len(initialExpectedExternalLabelSets), len(initialStoreClients)) + + initialSetOfExpectedClientLabelSets, initialSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + initialExpectedExternalLabelSets, initialStoreClients) + + for _, cls := range initialSetOfActualClientLabelSets { + require.Contains(t, initialSetOfExpectedClientLabelSets, cls) + } + + err = m.SetHashringConfig(tc.changedConfig) + require.NoError(t, err) + + err = m.Flush() + require.NoError(t, err) + + err = m.Open() + require.NoError(t, err) + + changedStoreClients := m.TSDBLocalClients() + require.Equal(t, len(tc.changedExpectedExternalLabelSets), len(changedStoreClients)) + + changedSetOfExpectedClientLabelSets, changedSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + tc.changedExpectedExternalLabelSets, changedStoreClients) + + for _, cls := range changedSetOfActualClientLabelSets { + require.Contains(t, changedSetOfExpectedClientLabelSets, cls) + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Close() + require.NoError(t, err) + }) + } +} + +func TestAddingLabelsWhenTenantAppearsInMultipleHashrings(t *testing.T) { + initialConfig := []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name3": "value3", + "name2": "value2", + "name1": "value1", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + "name6": "value6", + }), + }, + } + initialExpectedExternalLabelSets := []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + } + + for _, tc := range []struct { + name string + changedConfig []HashringConfig + changedExpectedExternalLabelSets []labels.Labels + }{ + { + name: "Adding labels in first hashring that tenant appears", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + "name4": "value4", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + "name6": "value6", + }), + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", "name4", "value4", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", + "replica", "test", "tenant_id", "tenant5"), + }, + }, + { + name: "Adding labels in second hashring that tenant appears", + changedConfig: []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1", "tenant2", "tenant3"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name1": "value1", + "name2": "value2", + "name3": "value3", + }), + }, + { + Endpoints: []Endpoint{{Address: "node2"}}, + Tenants: []string{"tenant4", "tenant5", "tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "name4": "value4", + "name5": "value5", + "name6": "value6", + "name7": "value7", + }), + }, + }, + changedExpectedExternalLabelSets: []labels.Labels{ + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant1"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant2"), + labels.FromStrings("name1", "value1", "name2", "value2", "name3", "value3", + "replica", "test", "tenant_id", "tenant3"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", "name7", "value7", + "replica", "test", "tenant_id", "tenant4"), + labels.FromStrings("name4", "value4", "name5", "value5", "name6", "value6", "name7", "value7", + "replica", "test", "tenant_id", "tenant5"), + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + m := initializeMultiTSDB(t.TempDir()) + + err := m.SetHashringConfig(initialConfig) + require.NoError(t, err) + + for _, c := range initialConfig { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Open() + require.NoError(t, err) + + initialStoreClients := m.TSDBLocalClients() + require.Equal(t, len(initialExpectedExternalLabelSets), len(initialStoreClients)) + + initialSetOfExpectedClientLabelSets, initialSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + initialExpectedExternalLabelSets, initialStoreClients) + + for _, cls := range initialSetOfActualClientLabelSets { + require.Contains(t, initialSetOfExpectedClientLabelSets, cls) + } + + err = m.SetHashringConfig(tc.changedConfig) + require.NoError(t, err) + + err = m.Flush() + require.NoError(t, err) + + err = m.Open() + require.NoError(t, err) + + changedStoreClients := m.TSDBLocalClients() + require.Equal(t, len(tc.changedExpectedExternalLabelSets), len(changedStoreClients)) + + changedSetOfExpectedClientLabelSets, changedSetOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + tc.changedExpectedExternalLabelSets, changedStoreClients) + + for _, cls := range changedSetOfActualClientLabelSets { + require.Contains(t, changedSetOfExpectedClientLabelSets, cls) + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Close() + require.NoError(t, err) + }) + } +} + +func TestReceiverLabelsNotOverwrittenByExternalLabels(t *testing.T) { + cfg := []HashringConfig{ + { + Endpoints: []Endpoint{{Address: "node1"}}, + Tenants: []string{"tenant1"}, + ExternalLabels: labels.FromMap(map[string]string{ + "replica": "0", + "tenant_id": "tenant2", + "name3": "value3", + }), + }, + } + expectedExternalLabelSets := []labels.Labels{ + labels.FromStrings("name3", "value3", "replica", "test", "tenant_id", "tenant1"), + } + + t.Run("Receiver's labels not overwritten by external labels", func(t *testing.T) { + m := initializeMultiTSDB(t.TempDir()) + + err := m.SetHashringConfig(cfg) + require.NoError(t, err) + + for _, c := range cfg { + for _, tenantId := range c.Tenants { + if m.tenants[tenantId] == nil { + err = appendSample(m, tenantId, time.Now()) + require.NoError(t, err) + } + } + } + + err = m.Open() + require.NoError(t, err) + + storeClients := m.TSDBLocalClients() + require.Equal(t, len(expectedExternalLabelSets), len(storeClients)) + + setOfExpectedClientLabelSets, setOfActualClientLabelSets := setupSetsOfExpectedAndActualStoreClientLabelSets( + expectedExternalLabelSets, storeClients) + + for _, cls := range setOfActualClientLabelSets { + require.Contains(t, setOfExpectedClientLabelSets, cls) + } + + err = m.Flush() + require.NoError(t, err) + + err = m.Close() + require.NoError(t, err) + }) +} + +func initializeMultiTSDB(dir string) *MultiTSDB { + var bucket objstore.Bucket + + m := NewMultiTSDB(dir, log.NewNopLogger(), prometheus.NewRegistry(), + &tsdb.Options{ + MinBlockDuration: (2 * time.Hour).Milliseconds(), + MaxBlockDuration: (2 * time.Hour).Milliseconds(), + RetentionDuration: (6 * time.Hour).Milliseconds(), + }, + labels.FromStrings("replica", "test"), + "tenant_id", + bucket, + false, + metadata.NoneFunc, + ) + + return m +} + +// Set up expected set of label sets of store clients from expected external label sets of all tenants +// and set up actual set of label sets from actual store clients. +func setupSetsOfExpectedAndActualStoreClientLabelSets( + expectedExternalLabelSets []labels.Labels, actualStoreClients []store.Client) ([][]labels.Labels, [][]labels.Labels) { + setOfExpectedClientLabelSets := make([][]labels.Labels, len(expectedExternalLabelSets)) + setOfActualClientLabelSets := make([][]labels.Labels, len(actualStoreClients)) + + for i := 0; i < len(actualStoreClients); i++ { + testStore := store.TSDBStore{} + testStore.SetExtLset(expectedExternalLabelSets[i]) + + expectedClientLabelSets := labelpb.ZLabelSetsToPromLabelSets(testStore.LabelSet()...) + setOfExpectedClientLabelSets = append(setOfExpectedClientLabelSets, expectedClientLabelSets) + + actualClientLabelSets := actualStoreClients[i].LabelSets() + setOfActualClientLabelSets = append(setOfActualClientLabelSets, actualClientLabelSets) + } + + return setOfExpectedClientLabelSets, setOfActualClientLabelSets +} diff --git a/pkg/receive/writer.go b/pkg/receive/writer.go index 039c3aea52..26fd679f54 100644 --- a/pkg/receive/writer.go +++ b/pkg/receive/writer.go @@ -12,6 +12,7 @@ import ( "github.com/pkg/errors" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/exemplar" + "github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" @@ -168,8 +169,18 @@ func (r *Writer) Write(ctx context.Context, tenantID string, wreq *prompb.WriteR } for _, hp := range t.Histograms { - h := prompb.HistogramProtoToHistogram(hp) - ref, err = app.AppendHistogram(ref, lset, hp.Timestamp, h, nil) + var ( + h *histogram.Histogram + fh *histogram.FloatHistogram + ) + + if hp.IsFloatHistogram() { + fh = prompb.FloatHistogramProtoToFloatHistogram(hp) + } else { + h = prompb.HistogramProtoToHistogram(hp) + } + + ref, err = app.AppendHistogram(ref, lset, hp.Timestamp, h, fh) switch err { case storage.ErrOutOfOrderSample: numSamplesOutOfOrder++ @@ -214,9 +225,7 @@ func (r *Writer) Write(ctx context.Context, tenantID string, wreq *prompb.WriteR numExemplarsLabelLength++ level.Debug(exLogger).Log("msg", "Label length for exemplar exceeds max limit", "limit", exemplar.ExemplarMaxLabelSetLength) default: - if err != nil { - level.Debug(exLogger).Log("msg", "Error ingesting exemplar", "err", err) - } + level.Debug(exLogger).Log("msg", "Error ingesting exemplar", "err", err) } } } @@ -224,45 +233,45 @@ func (r *Writer) Write(ctx context.Context, tenantID string, wreq *prompb.WriteR } if numLabelsOutOfOrder > 0 { - level.Warn(tLogger).Log("msg", "Error on series with out-of-order labels", "numDropped", numLabelsOutOfOrder) + level.Info(tLogger).Log("msg", "Error on series with out-of-order labels", "numDropped", numLabelsOutOfOrder) errs.Add(errors.Wrapf(labelpb.ErrOutOfOrderLabels, "add %d series", numLabelsOutOfOrder)) } if numLabelsDuplicates > 0 { - level.Warn(tLogger).Log("msg", "Error on series with duplicate labels", "numDropped", numLabelsDuplicates) + level.Info(tLogger).Log("msg", "Error on series with duplicate labels", "numDropped", numLabelsDuplicates) errs.Add(errors.Wrapf(labelpb.ErrDuplicateLabels, "add %d series", numLabelsDuplicates)) } if numLabelsEmpty > 0 { - level.Warn(tLogger).Log("msg", "Error on series with empty label name or value", "numDropped", numLabelsEmpty) + level.Info(tLogger).Log("msg", "Error on series with empty label name or value", "numDropped", numLabelsEmpty) errs.Add(errors.Wrapf(labelpb.ErrEmptyLabels, "add %d series", numLabelsEmpty)) } if numSamplesOutOfOrder > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting out-of-order samples", "numDropped", numSamplesOutOfOrder) + level.Info(tLogger).Log("msg", "Error on ingesting out-of-order samples", "numDropped", numSamplesOutOfOrder) errs.Add(errors.Wrapf(storage.ErrOutOfOrderSample, "add %d samples", numSamplesOutOfOrder)) } if numSamplesDuplicates > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting samples with different value but same timestamp", "numDropped", numSamplesDuplicates) + level.Info(tLogger).Log("msg", "Error on ingesting samples with different value but same timestamp", "numDropped", numSamplesDuplicates) errs.Add(errors.Wrapf(storage.ErrDuplicateSampleForTimestamp, "add %d samples", numSamplesDuplicates)) } if numSamplesOutOfBounds > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting samples that are too old or are too far into the future", "numDropped", numSamplesOutOfBounds) + level.Info(tLogger).Log("msg", "Error on ingesting samples that are too old or are too far into the future", "numDropped", numSamplesOutOfBounds) errs.Add(errors.Wrapf(storage.ErrOutOfBounds, "add %d samples", numSamplesOutOfBounds)) } if numSamplesTooOld > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting samples that are outside of the allowed out-of-order time window", "numDropped", numSamplesTooOld) + level.Info(tLogger).Log("msg", "Error on ingesting samples that are outside of the allowed out-of-order time window", "numDropped", numSamplesTooOld) errs.Add(errors.Wrapf(storage.ErrTooOldSample, "add %d samples", numSamplesTooOld)) } if numExemplarsOutOfOrder > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting out-of-order exemplars", "numDropped", numExemplarsOutOfOrder) + level.Info(tLogger).Log("msg", "Error on ingesting out-of-order exemplars", "numDropped", numExemplarsOutOfOrder) errs.Add(errors.Wrapf(storage.ErrOutOfOrderExemplar, "add %d exemplars", numExemplarsOutOfOrder)) } if numExemplarsDuplicate > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting duplicate exemplars", "numDropped", numExemplarsDuplicate) + level.Info(tLogger).Log("msg", "Error on ingesting duplicate exemplars", "numDropped", numExemplarsDuplicate) errs.Add(errors.Wrapf(storage.ErrDuplicateExemplar, "add %d exemplars", numExemplarsDuplicate)) } if numExemplarsLabelLength > 0 { - level.Warn(tLogger).Log("msg", "Error on ingesting exemplars with label length exceeding maximum limit", "numDropped", numExemplarsLabelLength) + level.Info(tLogger).Log("msg", "Error on ingesting exemplars with label length exceeding maximum limit", "numDropped", numExemplarsLabelLength) errs.Add(errors.Wrapf(storage.ErrExemplarLabelLength, "add %d exemplars", numExemplarsLabelLength)) } diff --git a/pkg/receive/writer_test.go b/pkg/receive/writer_test.go index f3a213a766..34613794b8 100644 --- a/pkg/receive/writer_test.go +++ b/pkg/receive/writer_test.go @@ -10,21 +10,22 @@ import ( "testing" "time" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/exemplar" - "github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" + "github.com/prometheus/prometheus/tsdb/tsdbutil" - "github.com/efficientgo/core/testutil" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + "github.com/thanos-io/thanos/pkg/tenancy" ) func TestWriter(t *testing.T) { @@ -250,7 +251,7 @@ func TestWriter(t *testing.T) { { Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), Histograms: []prompb.Histogram{ - histogramToHistogramProto(9, testHistogram()), + prompb.HistogramToHistogramProto(10, tsdbutil.GenerateTestHistogram(0)), }, }, }, @@ -261,7 +262,30 @@ func TestWriter(t *testing.T) { { Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), Histograms: []prompb.Histogram{ - histogramToHistogramProto(10, testHistogram()), + prompb.HistogramToHistogramProto(10, tsdbutil.GenerateTestHistogram(0)), + }, + }, + }, + }, + "should succeed on float histogram with valid labels": { + reqs: []*prompb.WriteRequest{ + { + Timeseries: []prompb.TimeSeries{ + { + Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), + Histograms: []prompb.Histogram{ + prompb.FloatHistogramToHistogramProto(10, tsdbutil.GenerateTestFloatHistogram(1)), + }, + }, + }, + }, + }, + expectedErr: nil, + expectedIngested: []prompb.TimeSeries{ + { + Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), + Histograms: []prompb.Histogram{ + prompb.FloatHistogramToHistogramProto(10, tsdbutil.GenerateTestFloatHistogram(1)), }, }, }, @@ -273,7 +297,7 @@ func TestWriter(t *testing.T) { { Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), Histograms: []prompb.Histogram{ - histogramToHistogramProto(10, testHistogram()), + prompb.HistogramToHistogramProto(10, tsdbutil.GenerateTestHistogram(0)), }, }, }, @@ -283,7 +307,7 @@ func TestWriter(t *testing.T) { { Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), Histograms: []prompb.Histogram{ - histogramToHistogramProto(9, testHistogram()), + prompb.HistogramToHistogramProto(9, tsdbutil.GenerateTestHistogram(0)), }, }, }, @@ -294,7 +318,7 @@ func TestWriter(t *testing.T) { { Labels: append(lbls, labelpb.ZLabel{Name: "a", Value: "1"}, labelpb.ZLabel{Name: "b", Value: "2"}), Histograms: []prompb.Histogram{ - histogramToHistogramProto(10, testHistogram()), + prompb.HistogramToHistogramProto(10, tsdbutil.GenerateTestHistogram(0)), }, }, }, @@ -329,7 +353,7 @@ func TestWriter(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) defer cancel() - app, err := m.TenantAppendable(DefaultTenant) + app, err := m.TenantAppendable(tenancy.DefaultTenant) testutil.Ok(t, err) testutil.Ok(t, runutil.Retry(1*time.Second, ctx.Done(), func() error { @@ -340,7 +364,7 @@ func TestWriter(t *testing.T) { w := NewWriter(logger, m, testData.opts) for idx, req := range testData.reqs { - err = w.Write(context.Background(), DefaultTenant, req) + err = w.Write(context.Background(), tenancy.DefaultTenant, req) // We expect no error on any request except the last one // which may error (and in that case we assert on it). @@ -479,7 +503,7 @@ func generateLabelsAndSeries(numLabels int, numSeries int, generateHistograms bo } if generateHistograms { - ts[j].Histograms = []prompb.Histogram{histogramToHistogramProto(10, testHistogram())} + ts[j].Histograms = []prompb.Histogram{prompb.HistogramToHistogramProto(10, tsdbutil.GenerateTestHistogram(0))} continue } @@ -488,42 +512,3 @@ func generateLabelsAndSeries(numLabels int, numSeries int, generateHistograms bo return ts } - -func testHistogram() *histogram.Histogram { - return &histogram.Histogram{ - Count: 5, - ZeroCount: 2, - Sum: 18.4, - ZeroThreshold: 0.1, - Schema: 1, - PositiveSpans: []histogram.Span{ - {Offset: 0, Length: 2}, - {Offset: 1, Length: 2}, - }, - PositiveBuckets: []int64{1, 1, -1, 0}, // counts: 1, 2, 1, 1 (total 5) - } -} - -func histogramToHistogramProto(timestamp int64, h *histogram.Histogram) prompb.Histogram { - return prompb.Histogram{ - Count: &prompb.Histogram_CountInt{CountInt: h.Count}, - Sum: h.Sum, - Schema: h.Schema, - ZeroThreshold: h.ZeroThreshold, - ZeroCount: &prompb.Histogram_ZeroCountInt{ZeroCountInt: h.ZeroCount}, - NegativeSpans: spansToSpansProto(h.NegativeSpans), - NegativeDeltas: h.NegativeBuckets, - PositiveSpans: spansToSpansProto(h.PositiveSpans), - PositiveDeltas: h.PositiveBuckets, - Timestamp: timestamp, - } -} - -func spansToSpansProto(s []histogram.Span) []*prompb.BucketSpan { - spans := make([]*prompb.BucketSpan, len(s)) - for i := 0; i < len(s); i++ { - spans[i] = &prompb.BucketSpan{Offset: s[i].Offset, Length: s[i].Length} - } - - return spans -} diff --git a/pkg/reloader/reloader.go b/pkg/reloader/reloader.go index 1072026c2a..77c6b05d70 100644 --- a/pkg/reloader/reloader.go +++ b/pkg/reloader/reloader.go @@ -56,8 +56,10 @@ import ( "bytes" "compress/gzip" "context" + "fmt" "hash" "io" + "maps" "net/http" "net/url" "os" @@ -66,12 +68,14 @@ import ( "regexp" "strings" "sync" + "syscall" "time" "github.com/fsnotify/fsnotify" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/minio/sha256-simd" + "github.com/mitchellh/go-ps" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" @@ -83,39 +87,83 @@ import ( // It optionally substitutes environment variables in the configuration. // Referenced environment variables must be of the form `$(var)` (not `$var` or `${var}`). type Reloader struct { - logger log.Logger - reloadURL *url.URL - httpClient http.Client - cfgFile string - cfgOutputFile string - watchInterval time.Duration - retryInterval time.Duration - watchedDirs []string - watcher *watcher + logger log.Logger + cfgFile string + cfgOutputFile string + cfgDirs []CfgDirOption + tolerateEnvVarExpansionErrors bool + retryInterval time.Duration + watchInterval time.Duration + watchedDirs []string + watcher *watcher + + tr TriggerReloader lastCfgHash []byte + lastCfgDirsHash [][]byte lastWatchedDirsHash []byte + lastCfgDirFiles []map[string]struct{} forceReload bool - reloads prometheus.Counter - reloadErrors prometheus.Counter - lastReloadSuccess prometheus.Gauge - lastReloadSuccessTimestamp prometheus.Gauge - configApplyErrors prometheus.Counter - configApply prometheus.Counter + reloads prometheus.Counter + reloadErrors prometheus.Counter + lastReloadSuccess prometheus.Gauge + lastReloadSuccessTimestamp prometheus.Gauge + configApplyErrors prometheus.Counter + configEnvVarExpansionErrors prometheus.Gauge + configApply prometheus.Counter + reloaderInfo *prometheus.GaugeVec +} + +// TriggerReloader reloads the configuration of the process. +type TriggerReloader interface { + TriggerReload(ctx context.Context) error +} + +// CfgDirOption contains options for watching directories containing configurations. For example, a +// directory could contain additional scrape config files or rule files listed in the main +// Prometheus configuration. Sub-directories are ignored. +type CfgDirOption struct { + // Dir is the path containing the Prometheus configurations to watch. + Dir string + + // OutputDir is a directory path to output configurations. If OutputDir is not empty, + // then all config files in the Dir directory are decompressed if needed, environment + // variables will be substituted and the output written into the given path. Prometheus + // should then use OutputDir as its config path. + OutputDir string + + // TODO: https://github.com/thanos-io/thanos/issues/7201 } // Options bundles options for the Reloader. type Options struct { - // ReloadURL is a prometheus URL to trigger reloads. + // ReloadURL is the Prometheus URL to trigger reloads. ReloadURL *url.URL - // CfgFile is a path to the prometheus config file to watch. + + // HTTP client used to connect to the web server. + HTTPClient http.Client + + // ProcessName is the process executable name to trigger reloads. If not + // empty, the reloader sends a SIGHUP signal to the matching process ID + // instead of using the HTTP reload endpoint. + ProcessName string + // RuntimeInfoURL is the Prometheus URL returning runtime information + // including the last configuration status (e.g. `/api/v1/status/runtimeinfo`). + // It is only relevant for signal-based reloads. + // If empty, the reloader will not be able to assess that the reloading is + // successful. + RuntimeInfoURL *url.URL + + // CfgFile is a path to the Prometheus config file to watch. CfgFile string // CfgOutputFile is a path for the output config file. // If cfgOutputFile is not empty the config file will be decompressed if needed, environment variables // will be substituted and the output written into the given path. Prometheus should then use // cfgOutputFile as its config file path. CfgOutputFile string + // CfgDirs is an array of paths to directories containing Prometheus configs to watch. + CfgDirs []CfgDirOption // WatchedDirs is a collection of paths for the reloader to watch over. WatchedDirs []string // DelayInterval controls how long the reloader will wait without receiving @@ -124,8 +172,11 @@ type Options struct { // WatchInterval controls how often reloader re-reads config and directories. WatchInterval time.Duration // RetryInterval controls how often the reloader retries a reloading of the - // configuration in case the endpoint returned an error. + // configuration in case the reload operation returned an error. RetryInterval time.Duration + // TolerateEnvVarExpansionErrors suppresses errors when expanding environment variables in the config file, and + // leaves the unset variables as is. All found environment variables are still expanded. + TolerateEnvVarExpansionErrors bool } var firstGzipBytes = []byte{0x1f, 0x8b, 0x08} @@ -137,14 +188,16 @@ func New(logger log.Logger, reg prometheus.Registerer, o *Options) *Reloader { logger = log.NewNopLogger() } r := &Reloader{ - logger: logger, - reloadURL: o.ReloadURL, - cfgFile: o.CfgFile, - cfgOutputFile: o.CfgOutputFile, - watcher: newWatcher(logger, reg, o.DelayInterval), - watchedDirs: o.WatchedDirs, - watchInterval: o.WatchInterval, - retryInterval: o.RetryInterval, + logger: logger, + cfgFile: o.CfgFile, + cfgOutputFile: o.CfgOutputFile, + cfgDirs: o.CfgDirs, + lastCfgDirFiles: make([]map[string]struct{}, len(o.CfgDirs)), + watcher: newWatcher(logger, reg, o.DelayInterval), + watchedDirs: o.WatchedDirs, + watchInterval: o.WatchInterval, + retryInterval: o.RetryInterval, + tolerateEnvVarExpansionErrors: o.TolerateEnvVarExpansionErrors, reloads: promauto.With(reg).NewCounter( prometheus.CounterOpts{ @@ -182,7 +235,29 @@ func New(logger log.Logger, reg prometheus.Registerer, o *Options) *Reloader { Help: "Total number of config apply operations that failed.", }, ), + configEnvVarExpansionErrors: promauto.With(reg).NewGauge( + prometheus.GaugeOpts{ + Name: "reloader_config_environment_variable_expansion_errors", + Help: "Number of environment variable expansions that failed during the last operation.", + }, + ), + reloaderInfo: promauto.With(reg).NewGaugeVec( + prometheus.GaugeOpts{ + Name: "reloader_info", + Help: "A metric with a constant '1' value labeled by reload method (either 'http' or 'signal').", + }, + []string{"method"}, + ), + } + + if o.ProcessName != "" { + r.tr = NewPIDReloader(r.logger, o.ProcessName, o.RuntimeInfoURL, o.HTTPClient) + r.reloaderInfo.WithLabelValues("signal").Set(1) + } else { + r.tr = NewHTTPReloader(r.logger, o.ReloadURL, o.HTTPClient) + r.reloaderInfo.WithLabelValues("http").Set(1) } + return r } @@ -195,24 +270,39 @@ func New(logger log.Logger, reg prometheus.Registerer, o *Options) *Reloader { // Because some edge cases might be missing, the reloader also relies on the // watch interval. func (r *Reloader) Watch(ctx context.Context) error { - if r.cfgFile == "" && len(r.watchedDirs) == 0 { + if r.cfgFile == "" && len(r.cfgDirs) == 0 && len(r.watchedDirs) == 0 { level.Info(r.logger).Log("msg", "nothing to be watched") <-ctx.Done() return nil } + if _, ok := r.tr.(*PIDReloader); ok { + level.Info(r.logger).Log("msg", "reloading via process signal") + } else { + level.Info(r.logger).Log("msg", "reloading via HTTP") + } + defer runutil.CloseWithLogOnErr(r.logger, r.watcher, "config watcher close") if r.cfgFile != "" { if err := r.watcher.addFile(r.cfgFile); err != nil { return errors.Wrapf(err, "add config file %s to watcher", r.cfgFile) } - - if err := r.apply(ctx); err != nil { + initialSyncCtx, initialSyncCancel := context.WithTimeout(ctx, r.watchInterval) + err := r.apply(initialSyncCtx) + initialSyncCancel() + if err != nil { return err } } + for _, cfgDir := range r.cfgDirs { + dir := cfgDir.Dir + if err := r.watcher.addDirectory(dir); err != nil { + return errors.Wrapf(err, "add directory %s to watcher", dir) + } + } + if r.watchInterval == 0 { // Skip watching the file-system. return nil @@ -232,9 +322,15 @@ func (r *Reloader) Watch(ctx context.Context) error { wg.Done() }() + cfgDirsNames := make([]string, 0, len(r.cfgDirs)) + for _, cfgDir := range r.cfgDirs { + cfgDirsNames = append(cfgDirsNames, cfgDir.Dir) + } + level.Info(r.logger).Log( "msg", "started watching config file and directories for changes", "cfg", r.cfgFile, + "cfgDirs", strings.Join(cfgDirsNames, ","), "out", r.cfgOutputFile, "dirs", strings.Join(r.watchedDirs, ",")) @@ -264,6 +360,44 @@ func (r *Reloader) Watch(ctx context.Context) error { } } +func (r *Reloader) normalize(inputFile, outputFile string) error { + b, err := os.ReadFile(inputFile) + if err != nil { + return errors.Wrap(err, "read file") + } + + // Detect and extract gzipped file. + if bytes.Equal(b[0:3], firstGzipBytes) { + zr, err := gzip.NewReader(bytes.NewReader(b)) + if err != nil { + return errors.Wrap(err, "create gzip reader") + } + defer runutil.CloseWithLogOnErr(r.logger, zr, "gzip reader close") + + b, err = io.ReadAll(zr) + if err != nil { + return errors.Wrap(err, "read compressed config file") + } + } + + b, err = r.expandEnv(b) + if err != nil { + return errors.Wrap(err, "expand environment variables") + } + + tmpFile := outputFile + ".tmp" + defer func() { + _ = os.Remove(tmpFile) + }() + if err := os.WriteFile(tmpFile, b, 0644); err != nil { + return errors.Wrap(err, "write file") + } + if err := os.Rename(tmpFile, outputFile); err != nil { + return errors.Wrap(err, "rename file") + } + return nil +} + // apply triggers Prometheus reload if rules or config changed. If cfgOutputFile is set, we also // expand env vars into config file before reloading. // Reload is retried in retryInterval until watchInterval. @@ -272,6 +406,7 @@ func (r *Reloader) apply(ctx context.Context) error { cfgHash []byte watchedDirsHash []byte ) + if r.cfgFile != "" { h := sha256.New() if err := hashFile(h, r.cfgFile); err != nil { @@ -279,41 +414,72 @@ func (r *Reloader) apply(ctx context.Context) error { } cfgHash = h.Sum(nil) if r.cfgOutputFile != "" { - b, err := os.ReadFile(r.cfgFile) - if err != nil { - return errors.Wrap(err, "read file") + if err := r.normalize(r.cfgFile, r.cfgOutputFile); err != nil { + return err } + } + } - // Detect and extract gzipped file. - if bytes.Equal(b[0:3], firstGzipBytes) { - zr, err := gzip.NewReader(bytes.NewReader(b)) - if err != nil { - return errors.Wrap(err, "create gzip reader") - } - defer runutil.CloseWithLogOnErr(r.logger, zr, "gzip reader close") + cfgDirsHash := make([][]byte, len(r.cfgDirs)) + cfgDirsChanged := len(r.lastCfgDirsHash) == 0 && len(r.cfgDirs) > 0 + for i, cfgDir := range r.cfgDirs { + h := sha256.New() - b, err = io.ReadAll(zr) - if err != nil { - return errors.Wrap(err, "read compressed config file") - } - } + walkDir, err := filepath.EvalSymlinks(cfgDir.Dir) + if err != nil { + return errors.Wrap(err, "dir symlink eval") + } + outDir, err := filepath.EvalSymlinks(cfgDir.OutputDir) + if err != nil { + return errors.Wrap(err, "dir symlink eval") + } - b, err = expandEnv(b) + cfgDirFiles := map[string]struct{}{} + entries, err := os.ReadDir(walkDir) + if err != nil { + return errors.Wrapf(err, "read dir: %s", walkDir) + } + for _, entry := range entries { + path := filepath.Join(walkDir, entry.Name()) + + // Make sure to follow a symlink before checking if it is a directory. + targetFile, err := os.Stat(path) if err != nil { - return errors.Wrap(err, "expand environment variables") + return errors.Wrapf(err, "stat file: %s", path) } - tmpFile := r.cfgOutputFile + ".tmp" - defer func() { - _ = os.Remove(tmpFile) - }() - if err := os.WriteFile(tmpFile, b, 0644); err != nil { - return errors.Wrap(err, "write file") + if targetFile.IsDir() { + continue } - if err := os.Rename(tmpFile, r.cfgOutputFile); err != nil { - return errors.Wrap(err, "rename file") + + if err := hashFile(h, path); err != nil { + return errors.Wrapf(err, "build hash for file: %s", path) + } + + outFile := filepath.Join(outDir, targetFile.Name()) + cfgDirFiles[outFile] = struct{}{} + if err := r.normalize(path, outFile); err != nil { + return errors.Wrapf(err, "move file: %s", path) } } + if r.lastCfgDirFiles[i] != nil { + if !maps.Equal(r.lastCfgDirFiles[i], cfgDirFiles) { + for outFile := range r.lastCfgDirFiles[i] { + if _, ok := cfgDirFiles[outFile]; !ok { + if err := os.Remove(outFile); err != nil { + return err + } + } + } + } + } + r.lastCfgDirFiles[i] = cfgDirFiles + + cfgDirsHash[i] = h.Sum(nil) + // Skip comparing bytes if we already set the flag. + if !cfgDirsChanged && !bytes.Equal(r.lastCfgDirsHash[i], cfgDirsHash[i]) { + cfgDirsChanged = true + } } h := sha256.New() @@ -348,11 +514,12 @@ func (r *Reloader) apply(ctx context.Context) error { return errors.Wrap(err, "build hash") } } + if len(r.watchedDirs) > 0 { watchedDirsHash = h.Sum(nil) } - if !r.forceReload && bytes.Equal(r.lastCfgHash, cfgHash) && bytes.Equal(r.lastWatchedDirsHash, watchedDirsHash) { + if !r.forceReload && !cfgDirsChanged && bytes.Equal(r.lastCfgHash, cfgHash) && bytes.Equal(r.lastWatchedDirsHash, watchedDirsHash) { // Nothing to do. return nil } @@ -361,6 +528,7 @@ func (r *Reloader) apply(ctx context.Context) error { if r.watchInterval == 0 { return nil } + r.reloads.Inc() if err := r.triggerReload(ctx); err != nil { r.reloadErrors.Inc() @@ -370,11 +538,18 @@ func (r *Reloader) apply(ctx context.Context) error { r.forceReload = false r.lastCfgHash = cfgHash + r.lastCfgDirsHash = cfgDirsHash r.lastWatchedDirsHash = watchedDirsHash + + cfgDirsNames := make([]string, 0, len(r.cfgDirs)) + for _, cfgDir := range r.cfgDirs { + cfgDirsNames = append(cfgDirsNames, cfgDir.Dir) + } level.Info(r.logger).Log( "msg", "Reload triggered", "cfg_in", r.cfgFile, "cfg_out", r.cfgOutputFile, + "cfg_dirs", strings.Join(cfgDirsNames, ", "), "watched_dirs", strings.Join(r.watchedDirs, ", ")) r.lastReloadSuccess.Set(1) r.lastReloadSuccessTimestamp.SetToCurrentTime() @@ -387,6 +562,14 @@ func (r *Reloader) apply(ctx context.Context) error { return nil } +func (r *Reloader) triggerReload(ctx context.Context) error { + if err := r.tr.TriggerReload(ctx); err != nil { + return err + } + + return nil +} + func hashFile(h hash.Hash, fn string) error { f, err := os.Open(filepath.Clean(fn)) if err != nil { @@ -410,28 +593,101 @@ func hashFile(h hash.Hash, fn string) error { return nil } -func (r *Reloader) triggerReload(ctx context.Context) error { - req, err := http.NewRequest("POST", r.reloadURL.String(), nil) +type PIDReloader struct { + pname string + prt *prometheusReloadTracker +} + +func NewPIDReloader(logger log.Logger, processName string, u *url.URL, c http.Client) *PIDReloader { + return &PIDReloader{ + pname: processName, + prt: &prometheusReloadTracker{ + client: c, + runtimeURL: u, + logger: logger, + }, + } +} + +func (pr *PIDReloader) TriggerReload(ctx context.Context) error { + if err := pr.prt.preReload(ctx); err != nil { + return fmt.Errorf("pre-reload check failed: %w", err) + } + + procs, err := ps.Processes() + if err != nil { + return fmt.Errorf("list processes: %w", err) + } + + var proc ps.Process + for i := range procs { + if pr.pname == procs[i].Executable() { + proc = procs[i] + break + } + } + + if proc == nil { + return fmt.Errorf("failed to find process matching %q", pr.pname) + } + + p, err := os.FindProcess(proc.Pid()) + if err != nil { + return fmt.Errorf("find process err: %w", err) + } + + if p == nil { + return fmt.Errorf("failed to find process with pid %d", proc.Pid()) + } + + if err := p.Signal(syscall.SIGHUP); err != nil { + return fmt.Errorf("failed to send SIGHUP to pid %d: %w", p.Pid, err) + } + + if err := pr.prt.postReload(ctx); err != nil { + return fmt.Errorf("post-reload check failed: %w", err) + } + + return nil +} + +var _ = TriggerReloader(&PIDReloader{}) + +type HTTPReloader struct { + logger log.Logger + + u *url.URL + c http.Client +} + +var _ = TriggerReloader(&HTTPReloader{}) + +func NewHTTPReloader(logger log.Logger, u *url.URL, c http.Client) *HTTPReloader { + return &HTTPReloader{ + logger: logger, + u: u, + c: c, + } +} + +func (hr *HTTPReloader) TriggerReload(ctx context.Context) error { + req, err := http.NewRequest("POST", hr.u.String(), nil) if err != nil { return errors.Wrap(err, "create request") } req = req.WithContext(ctx) - resp, err := r.httpClient.Do(req) + resp, err := hr.c.Do(req) if err != nil { return errors.Wrap(err, "reload request failed") } - defer runutil.ExhaustCloseWithLogOnErr(r.logger, resp.Body, "trigger reload resp body") + defer runutil.ExhaustCloseWithLogOnErr(hr.logger, resp.Body, "trigger reload resp body") if resp.StatusCode != 200 { return errors.Errorf("received non-200 response: %s; have you set `--web.enable-lifecycle` Prometheus flag?", resp.Status) } - return nil -} -// SetHttpClient sets Http client for reloader. -func (r *Reloader) SetHttpClient(client http.Client) { - r.httpClient = client + return nil } // ReloadURLFromBase returns the standard Prometheus reload URL from its base URL. @@ -441,23 +697,37 @@ func ReloadURLFromBase(u *url.URL) *url.URL { return &r } +// RuntimeInfoURLFromBase returns the standard Prometheus runtime info URL from its base URL. +func RuntimeInfoURLFromBase(u *url.URL) *url.URL { + return u.JoinPath("/api/v1/status/runtimeinfo") +} + var envRe = regexp.MustCompile(`\$\(([a-zA-Z_0-9]+)\)`) -func expandEnv(b []byte) (r []byte, err error) { - r = envRe.ReplaceAllFunc(b, func(n []byte) []byte { +func (r *Reloader) expandEnv(b []byte) (replaced []byte, err error) { + configEnvVarExpansionErrorsCount := 0 + replaced = envRe.ReplaceAllFunc(b, func(n []byte) []byte { if err != nil { return nil } + m := n n = n[2 : len(n)-1] v, ok := os.LookupEnv(string(n)) if !ok { - err = errors.Errorf("found reference to unset environment variable %q", n) + configEnvVarExpansionErrorsCount++ + errStr := errors.Errorf("found reference to unset environment variable %q", n) + if r.tolerateEnvVarExpansionErrors { + level.Warn(r.logger).Log("msg", "expand environment variable", "err", errStr) + return m + } + err = errStr return nil } return []byte(v) }) - return r, err + r.configEnvVarExpansionErrors.Set(float64(configEnvVarExpansionErrorsCount)) + return replaced, err } type watcher struct { diff --git a/pkg/reloader/reloader_test.go b/pkg/reloader/reloader_test.go index df484ce159..35ecb03905 100644 --- a/pkg/reloader/reloader_test.go +++ b/pkg/reloader/reloader_test.go @@ -13,6 +13,7 @@ import ( "path" "path/filepath" "runtime" + "slices" "strings" "sync" "testing" @@ -72,6 +73,7 @@ func TestReloader_ConfigApply(t *testing.T) { ReloadURL: reloadURL, CfgFile: input, CfgOutputFile: output, + CfgDirs: nil, WatchedDirs: nil, WatchInterval: 9999 * time.Hour, // Disable interval to test watch logic only. RetryInterval: 100 * time.Millisecond, @@ -95,10 +97,42 @@ config: testutil.NotOk(t, err) testutil.Assert(t, strings.HasSuffix(err.Error(), `found reference to unset environment variable "TEST_RELOADER_THANOS_ENV"`), "expect error since there envvars are not set.") + // Don't fail with unset variables. + ctx2, cancel2 := context.WithTimeout(ctx, 10*time.Second) + + // Enable suppressing environment variables expansion errors. + reloader.tolerateEnvVarExpansionErrors = true + + // Set an environment variable while leaving the other unset, so as to ensure we don't break the flow when an unset + // variable is found. + testutil.Ok(t, os.Setenv("TEST_RELOADER_THANOS_ENV2", "3")) + err = reloader.Watch(ctx2) + cancel2() + + // Restore state. + reloader.tolerateEnvVarExpansionErrors = false + testutil.Ok(t, os.Unsetenv("TEST_RELOADER_THANOS_ENV2")) + + // The environment variable expansion errors should be suppressed, but recorded. + testutil.Equals(t, 1.0, promtest.ToFloat64(reloader.configEnvVarExpansionErrors)) + + // All environment variables expansion errors should be suppressed. + testutil.Ok(t, err) + + // Config should consist on unset as well as set variables. + f, err := os.ReadFile(output) + testutil.Ok(t, err) + testutil.Equals(t, ` +config: + a: 1 + b: $(TEST_RELOADER_THANOS_ENV) + c: 3 +`, string(f)) + testutil.Ok(t, os.Setenv("TEST_RELOADER_THANOS_ENV", "2")) testutil.Ok(t, os.Setenv("TEST_RELOADER_THANOS_ENV2", "3")) - rctx, cancel2 := context.WithCancel(ctx) + rctx, cancel3 := context.WithCancel(ctx) g := sync.WaitGroup{} g.Add(1) go func() { @@ -157,7 +191,7 @@ config: } } } - cancel2() + cancel3() g.Wait() testutil.Ok(t, os.Unsetenv("TEST_RELOADER_THANOS_ENV")) @@ -216,6 +250,7 @@ faulty_config: ReloadURL: reloadURL, CfgFile: input, CfgOutputFile: output, + CfgDirs: nil, WatchedDirs: nil, WatchInterval: 10 * time.Second, // 10 seconds to make the reload of faulty config fail quick RetryInterval: 100 * time.Millisecond, @@ -275,6 +310,516 @@ faulty_config: g.Wait() } +func TestReloader_ConfigDirApply(t *testing.T) { + l, err := net.Listen("tcp", "localhost:0") + testutil.Ok(t, err) + + i := 0 + reloads := 0 + reloadsMtx := sync.Mutex{} + + srv := &http.Server{} + srv.Handler = http.HandlerFunc(func(resp http.ResponseWriter, r *http.Request) { + reloadsMtx.Lock() + defer reloadsMtx.Unlock() + + i++ + if i%2 == 0 { + // Fail every second request to ensure that retry works. + resp.WriteHeader(http.StatusServiceUnavailable) + return + } + + reloads++ + resp.WriteHeader(http.StatusOK) + }) + go func() { + _ = srv.Serve(l) + }() + defer func() { testutil.Ok(t, srv.Close()) }() + + reloadURL, err := url.Parse(fmt.Sprintf("http://%s", l.Addr().String())) + testutil.Ok(t, err) + + ruleDir := t.TempDir() + tempRule1File := path.Join(ruleDir, "rule1.yaml") + tempRule3File := path.Join(ruleDir, "rule3.yaml") + tempRule4File := path.Join(ruleDir, "rule4.yaml") + + testutil.Ok(t, os.WriteFile(tempRule1File, []byte("rule1-changed"), os.ModePerm)) + testutil.Ok(t, os.WriteFile(tempRule3File, []byte("rule3-changed"), os.ModePerm)) + testutil.Ok(t, os.WriteFile(tempRule4File, []byte("rule4-changed"), os.ModePerm)) + + dir := t.TempDir() + dir2 := t.TempDir() + + outDir := t.TempDir() + outDir2 := t.TempDir() + + // dir + // └─ rule-dir -> dir2/rule-dir + // dir2 + // └─ rule-dir + testutil.Ok(t, os.Mkdir(path.Join(dir2, "rule-dir"), os.ModePerm)) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule-dir"), path.Join(dir, "rule-dir"))) + + logger := log.NewNopLogger() + r := prometheus.NewRegistry() + reloader := New( + logger, + r, + &Options{ + ReloadURL: reloadURL, + CfgFile: "", + CfgOutputFile: "", + CfgDirs: []CfgDirOption{ + { + Dir: dir, + OutputDir: outDir, + }, + { + Dir: dir2, + OutputDir: outDir2, + }, + }, + WatchedDirs: nil, + WatchInterval: 9999 * time.Hour, // Disable interval to test watch logic only. + RetryInterval: 100 * time.Millisecond, + }) + + // dir + // ├─ rule-dir -> dir2/rule-dir + // └─ rule1.yaml + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + // The reloader watches 2 directories: dir and dir/rule-dir. + testutil.Ok(t, os.WriteFile(path.Join(dir, "rule1.yaml"), []byte("rule"), os.ModePerm)) + testutil.Ok(t, os.WriteFile(path.Join(dir2, "rule3-source.yaml"), []byte("rule3"), os.ModePerm)) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-source.yaml"), path.Join(dir2, "rule3-001.yaml"))) + testutil.Ok(t, os.WriteFile(path.Join(dir2, "rule-dir", "rule4.yaml"), []byte("rule4"), os.ModePerm)) + + stepFunc := func(rel int) { + t.Log("Performing step number", rel) + switch rel { + case 0: + // Create rule2.yaml. + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // └─ rule2.yaml (*) + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + testutil.Ok(t, os.WriteFile(path.Join(dir, "rule2.yaml"), []byte("rule2"), os.ModePerm)) + // out1 + // ├─ rule1.yaml + // └─ rule2.yaml + // out2 + // ├─ rule3-001.yaml + // └─ rule3-source.yaml + case 1: + // Update rule1.yaml. + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml (*) + // └─ rule2.yaml + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + testutil.Ok(t, os.Rename(tempRule1File, path.Join(dir, "rule1.yaml"))) + // out1 + // ├─ rule1.yaml + // └─ rule2.yaml + // out2 + // ├─ rule3-001.yaml + // └─ rule3-source.yaml + case 2: + // Create dir/rule3.yaml (symlink to rule3-001.yaml). + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml -> dir2/rule3-001.yaml (*) + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-001.yaml"), path.Join(dir2, "rule3.yaml"))) + testutil.Ok(t, os.Rename(path.Join(dir2, "rule3.yaml"), path.Join(dir, "rule3.yaml"))) + // out1 + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml + // out2 + // ├─ rule3-001.yaml + // └─ rule3-source.yaml + case 3: + // Update the symlinked file and replace the symlink file to trigger fsnotify. + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml -> dir2/rule3-002.yaml (*) + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-002.yaml -> rule3-source.yaml (*) + // └─ rule3-source.yaml (*) + testutil.Ok(t, os.Rename(tempRule3File, path.Join(dir2, "rule3-source.yaml"))) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-source.yaml"), path.Join(dir2, "rule3-002.yaml"))) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-002.yaml"), path.Join(dir2, "rule3.yaml"))) + testutil.Ok(t, os.Rename(path.Join(dir2, "rule3.yaml"), path.Join(dir, "rule3.yaml"))) + testutil.Ok(t, os.Remove(path.Join(dir2, "rule3-001.yaml"))) + // out1 + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml + // out2 + // ├─ rule3-002.yaml + // └─ rule3-source.yaml + case 4: + // Update rule4.yaml in the symlinked directory. + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml -> rule3-source.yaml + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml (*) + // └─ rule3-source.yaml + testutil.Ok(t, os.Rename(tempRule4File, path.Join(dir2, "rule-dir", "rule4.yaml"))) + // out1 + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml + // out2 + // ├─ rule3-002.yaml + // └─ rule3-source.yaml + } + } + + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + g := sync.WaitGroup{} + g.Add(1) + go func() { + defer g.Done() + defer cancel() + + reloadsSeen := 0 + init := false + for { + runtime.Gosched() // Ensure during testing on small machine, other go routines have chance to continue. + + select { + case <-ctx.Done(): + return + case <-time.After(500 * time.Millisecond): + } + + reloadsMtx.Lock() + rel := reloads + reloadsMtx.Unlock() + if init && rel <= reloadsSeen { + continue + } + + // Catch up if reloader is step(s) ahead. + for skipped := rel - reloadsSeen - 1; skipped > 0; skipped-- { + stepFunc(rel - skipped) + } + + stepFunc(rel) + + init = true + reloadsSeen = rel + + if rel > 4 { + // All good. + return + } + } + }() + err = reloader.Watch(ctx) + cancel() + g.Wait() + + testutil.Ok(t, err) + testutil.Equals(t, 12.0, promtest.ToFloat64(reloader.watcher.watchEvents)) + testutil.Equals(t, 0.0, promtest.ToFloat64(reloader.watcher.watchErrors)) + testutil.Equals(t, 3.0, promtest.ToFloat64(reloader.reloadErrors)) + testutil.Equals(t, 7.0, promtest.ToFloat64(reloader.reloads)) + testutil.Equals(t, 4, reloads) + + outEntries, err := os.ReadDir(outDir) + testutil.Ok(t, err) + outFiles := []string{} + for _, entry := range outEntries { + outFiles = append(outFiles, entry.Name()) + } + slices.Sort(outFiles) + expectedOutFiles := []string{ + "rule1.yaml", + "rule2.yaml", + "rule3.yaml", + } + slices.Sort(expectedOutFiles) + testutil.Equals(t, expectedOutFiles, outFiles) + + data, err := os.ReadFile(filepath.Join(outDir, "rule1.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule1-changed", string(data)) + data, err = os.ReadFile(filepath.Join(outDir, "rule2.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule2", string(data)) + data, err = os.ReadFile(filepath.Join(outDir, "rule3.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) + + outEntries2, err := os.ReadDir(outDir2) + testutil.Ok(t, err) + outFiles2 := []string{} + for _, entry := range outEntries2 { + outFiles2 = append(outFiles2, entry.Name()) + } + slices.Sort(outFiles2) + expectedOutFiles2 := []string{ + "rule3-002.yaml", + "rule3-source.yaml", + } + slices.Sort(expectedOutFiles2) + testutil.Equals(t, expectedOutFiles2, outFiles2) + + data, err = os.ReadFile(filepath.Join(outDir2, "rule3-002.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) + data, err = os.ReadFile(filepath.Join(outDir2, "rule3-source.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) +} + +func TestReloader_ConfigDirApplyBasedOnWatchInterval(t *testing.T) { + l, err := net.Listen("tcp", "localhost:0") + testutil.Ok(t, err) + + reloads := &atomic.Value{} + reloads.Store(0) + srv := &http.Server{} + srv.Handler = http.HandlerFunc(func(resp http.ResponseWriter, r *http.Request) { + reloads.Store(reloads.Load().(int) + 1) // The only writer. + resp.WriteHeader(http.StatusOK) + }) + go func() { + _ = srv.Serve(l) + }() + defer func() { testutil.Ok(t, srv.Close()) }() + + reloadURL, err := url.Parse(fmt.Sprintf("http://%s", l.Addr().String())) + testutil.Ok(t, err) + + dir := t.TempDir() + dir2 := t.TempDir() + + outDir := t.TempDir() + outDir2 := t.TempDir() + + // dir + // └─ rule-dir -> dir2/rule-dir + // dir2 + // └─ rule-dir + testutil.Ok(t, os.Mkdir(path.Join(dir2, "rule-dir"), os.ModePerm)) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule-dir"), path.Join(dir, "rule-dir"))) + + logger := log.NewNopLogger() + reloader := New( + logger, + nil, + &Options{ + ReloadURL: reloadURL, + CfgFile: "", + CfgOutputFile: "", + CfgDirs: []CfgDirOption{ + { + Dir: dir, + OutputDir: outDir, + }, + { + Dir: dir2, + OutputDir: outDir2, + }, + }, + WatchedDirs: nil, + WatchInterval: 1 * time.Second, // use a small watch interval. + RetryInterval: 9999 * time.Hour, + }, + ) + + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // └─ rule2.yaml + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + // + // The reloader watches 2 directories: dir and dir/rule-dir. + testutil.Ok(t, os.WriteFile(path.Join(dir, "rule1.yaml"), []byte("rule"), os.ModePerm)) + testutil.Ok(t, os.WriteFile(path.Join(dir, "rule2.yaml"), []byte("rule2"), os.ModePerm)) + testutil.Ok(t, os.WriteFile(path.Join(dir2, "rule3-source.yaml"), []byte("rule3"), os.ModePerm)) + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-source.yaml"), path.Join(dir2, "rule3-001.yaml"))) + testutil.Ok(t, os.WriteFile(path.Join(dir2, "rule-dir", "rule4.yaml"), []byte("rule4"), os.ModePerm)) + + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + g := sync.WaitGroup{} + g.Add(1) + go func() { + defer g.Done() + defer cancel() + + reloadsSeen := 0 + init := false + for { + runtime.Gosched() // Ensure during testing on small machine, other go routines have chance to continue. + + select { + case <-ctx.Done(): + return + case <-time.After(500 * time.Millisecond): + } + + rel := reloads.Load().(int) + if init && rel <= reloadsSeen { + continue + } + init = true + reloadsSeen = rel + + t.Log("Performing step number", rel) + switch rel { + case 0: + // Create rule3.yaml (symlink to rule3-001.yaml). + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml -> dir2/rule3-001.yaml (*) + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml + testutil.Ok(t, os.Symlink(path.Join(dir2, "rule3-001.yaml"), path.Join(dir2, "rule3.yaml"))) + testutil.Ok(t, os.Rename(path.Join(dir2, "rule3.yaml"), path.Join(dir, "rule3.yaml"))) + // out1 + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml + // out2 + // ├─ rule3-001.yaml + // └─ rule3-source.yaml + case 1: + // Update the symlinked file but do not replace the symlink in dir. + // + // fsnotify shouldn't send any event because the change happens + // in a directory that isn't watched but the reloader should detect + // the update thanks to the watch interval. + // + // dir + // ├─ rule-dir -> dir2/rule-dir + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml -> dir2/rule3-001.yaml + // dir2 + // ├─ rule-dir + // │ └─ rule4.yaml + // ├─ rule3-001.yaml -> rule3-source.yaml + // └─ rule3-source.yaml (*) + testutil.Ok(t, os.WriteFile(path.Join(dir2, "rule3-source.yaml"), []byte("rule3-changed"), os.ModePerm)) + // out1 + // ├─ rule1.yaml + // ├─ rule2.yaml + // └─ rule3.yaml + // out2 + // ├─ rule3-001.yaml + // └─ rule3-source.yaml + } + + if rel > 1 { + // All good. + return + } + } + }() + err = reloader.Watch(ctx) + cancel() + g.Wait() + + testutil.Ok(t, err) + testutil.Equals(t, 2, reloads.Load().(int)) + + outEntries, err := os.ReadDir(outDir) + testutil.Ok(t, err) + outFiles := []string{} + for _, entry := range outEntries { + outFiles = append(outFiles, entry.Name()) + } + slices.Sort(outFiles) + expectedOutFiles := []string{ + "rule1.yaml", + "rule2.yaml", + "rule3.yaml", + } + slices.Sort(expectedOutFiles) + testutil.Equals(t, expectedOutFiles, outFiles) + + data, err := os.ReadFile(filepath.Join(outDir, "rule1.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule", string(data)) + data, err = os.ReadFile(filepath.Join(outDir, "rule2.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule2", string(data)) + data, err = os.ReadFile(filepath.Join(outDir, "rule3.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) + + outEntries2, err := os.ReadDir(outDir2) + testutil.Ok(t, err) + outFiles2 := []string{} + for _, entry := range outEntries2 { + outFiles2 = append(outFiles2, entry.Name()) + } + slices.Sort(outFiles2) + expectedOutFiles2 := []string{ + "rule3-001.yaml", + "rule3-source.yaml", + } + slices.Sort(expectedOutFiles2) + testutil.Equals(t, expectedOutFiles2, outFiles2) + + data, err = os.ReadFile(filepath.Join(outDir2, "rule3-001.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) + data, err = os.ReadFile(filepath.Join(outDir2, "rule3-source.yaml")) + testutil.Ok(t, err) + testutil.Equals(t, "rule3-changed", string(data)) +} + func TestReloader_DirectoriesApply(t *testing.T) { l, err := net.Listen("tcp", "localhost:0") testutil.Ok(t, err) @@ -334,6 +879,7 @@ func TestReloader_DirectoriesApply(t *testing.T) { ReloadURL: reloadURL, CfgFile: "", CfgOutputFile: "", + CfgDirs: nil, WatchedDirs: []string{dir, path.Join(dir, "rule-dir")}, WatchInterval: 9999 * time.Hour, // Disable interval to test watch logic only. RetryInterval: 100 * time.Millisecond, @@ -484,7 +1030,7 @@ func TestReloader_DirectoriesApply(t *testing.T) { testutil.Equals(t, 5, reloads) } -func TestReloaderDirectoriesApplyBasedOnWatchInterval(t *testing.T) { +func TestReloader_DirectoriesApplyBasedOnWatchInterval(t *testing.T) { l, err := net.Listen("tcp", "localhost:0") testutil.Ok(t, err) @@ -521,6 +1067,7 @@ func TestReloaderDirectoriesApplyBasedOnWatchInterval(t *testing.T) { ReloadURL: reloadURL, CfgFile: "", CfgOutputFile: "", + CfgDirs: nil, WatchedDirs: []string{dir, path.Join(dir, "rule-dir")}, WatchInterval: 1 * time.Second, // use a small watch interval. RetryInterval: 9999 * time.Hour, @@ -651,6 +1198,7 @@ func TestReloader_ConfigApplyWithWatchIntervalEqualsZero(t *testing.T) { ReloadURL: reloadURL, CfgFile: input, CfgOutputFile: output, + CfgDirs: nil, WatchedDirs: nil, WatchInterval: 0, // Set WatchInterval equals to 0 RetryInterval: 100 * time.Millisecond, diff --git a/pkg/reloader/tracker.go b/pkg/reloader/tracker.go new file mode 100644 index 0000000000..0ba6fe576e --- /dev/null +++ b/pkg/reloader/tracker.go @@ -0,0 +1,119 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package reloader + +import ( + "context" + "encoding/json" + "fmt" + "net/http" + "net/url" + "time" + + "github.com/go-kit/log" + "github.com/go-kit/log/level" +) + +// prometheusReloadTracker keeps track of the last configuration status. +type prometheusReloadTracker struct { + runtimeURL *url.URL + client http.Client + logger log.Logger + + lastReload time.Time + lastSuccess bool +} + +func (prt *prometheusReloadTracker) getConfigStatus(ctx context.Context) (bool, time.Time, error) { + r, err := http.NewRequestWithContext(ctx, "GET", prt.runtimeURL.String(), nil) + if err != nil { + return false, time.Time{}, err + } + + resp, err := prt.client.Do(r) + if err != nil { + return false, time.Time{}, fmt.Errorf("%s: %w", r.URL.String(), err) + } + defer resp.Body.Close() + + if resp.StatusCode/100 != 2 { + return false, time.Time{}, fmt.Errorf("%s: invalid status code: %d", r.URL.String(), resp.StatusCode) + } + + var runtimeInfo = struct { + Status string `json:"status"` + Data struct { + ReloadConfigSuccess bool `json:"reloadConfigSuccess"` + LastConfigTime time.Time `json:"lastConfigTime"` + } `json:"data"` + }{} + + if err := json.NewDecoder(resp.Body).Decode(&runtimeInfo); err != nil { + return false, time.Time{}, fmt.Errorf("invalid response: %w", err) + } + + if runtimeInfo.Status != "success" { + return false, time.Time{}, fmt.Errorf("unexpected status: %s", runtimeInfo.Status) + } + + return runtimeInfo.Data.ReloadConfigSuccess, runtimeInfo.Data.LastConfigTime, nil +} + +func (prt *prometheusReloadTracker) preReload(ctx context.Context) error { + if prt.runtimeURL == nil { + level.Info(prt.logger).Log("msg", "Pre-reload check skipped because the runtimeInfo URL isn't defined") + return nil + } + + success, last, err := prt.getConfigStatus(ctx) + if err != nil { + return fmt.Errorf("failed to get config status before reload: %w", err) + } + + level.Debug(prt.logger).Log("msg", "Pre-reload check", "success", success, "last_config_reload", last) + prt.lastReload = last + prt.lastSuccess = success + + return nil +} + +func (prt *prometheusReloadTracker) postReload(ctx context.Context) error { + if prt.runtimeURL == nil { + level.Info(prt.logger).Log("msg", "Post-reload check skipped because the runtimeInfo URL isn't defined") + return nil + } + + t := time.NewTicker(time.Second) + defer t.Stop() + + for { + success, last, err := prt.getConfigStatus(ctx) + if err != nil { + return fmt.Errorf("failed to get config status after reload: %w", err) + } + level.Debug(prt.logger).Log("msg", "Post-reload hook in progress", "config_reload_success", success, "config_reload_success_ts", last) + + // The configuration has been updated successfully. + if success && last.After(prt.lastReload) { + level.Debug(prt.logger).Log("msg", "Post-reload hook successful") + return nil + } + + // The previous configuration was valid but the current configuration + // isn't so there's no need to poll again for the status. + if prt.lastSuccess && !success { + return fmt.Errorf("configuration reload has failed") + } + + select { + case <-ctx.Done(): + result := "failed" + if success { + result = "successful" + } + return fmt.Errorf("%w: configuration reload %s (last successful reload at %v)", ctx.Err(), result, last) + case <-t.C: + } + } +} diff --git a/pkg/replicate/replicator.go b/pkg/replicate/replicator.go index 1c42c14c8a..668d64afce 100644 --- a/pkg/replicate/replicator.go +++ b/pkg/replicate/replicator.go @@ -23,6 +23,7 @@ import ( "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/client" + objstoretracing "github.com/thanos-io/objstore/tracing/opentracing" thanosblock "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/compact" @@ -114,15 +115,17 @@ func RunReplicate( return errors.New("No supported bucket was configured to replicate from") } - fromBkt, err := client.NewBucket( - logger, - fromConfContentYaml, - prometheus.WrapRegistererWith(prometheus.Labels{"replicate": "from"}, reg), - component.Replicate.String(), - ) + bkt, err := client.NewBucket(logger, fromConfContentYaml, component.Replicate.String()) if err != nil { return err } + fromBkt := objstoretracing.WrapWithTraces( + objstore.WrapWithMetrics( + bkt, + prometheus.WrapRegistererWithPrefix("thanos_", prometheus.WrapRegistererWith(prometheus.Labels{"replicate": "from"}, reg)), + bkt.Name(), + ), + ) toConfContentYaml, err := toObjStoreConfig.Content() if err != nil { @@ -133,15 +136,17 @@ func RunReplicate( return errors.New("No supported bucket was configured to replicate to") } - toBkt, err := client.NewBucket( - logger, - toConfContentYaml, - prometheus.WrapRegistererWith(prometheus.Labels{"replicate": "to"}, reg), - component.Replicate.String(), - ) + toBkt, err := client.NewBucket(logger, toConfContentYaml, component.Replicate.String()) if err != nil { return err } + toBkt = objstoretracing.WrapWithTraces( + objstore.WrapWithMetrics( + toBkt, + prometheus.WrapRegistererWithPrefix("thanos_", prometheus.WrapRegistererWith(prometheus.Labels{"replicate": "to"}, reg)), + toBkt.Name(), + ), + ) replicationRunCounter := promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_replicate_replication_runs_total", @@ -239,10 +244,12 @@ func newMetaFetcher( if ignoreMarkedForDeletion { filters = append(filters, thanosblock.NewIgnoreDeletionMarkFilter(logger, fromBkt, 0, concurrency)) } + baseBlockIDsFetcher := thanosblock.NewConcurrentLister(logger, fromBkt) return thanosblock.NewMetaFetcher( logger, concurrency, fromBkt, + baseBlockIDsFetcher, "", reg, filters, diff --git a/pkg/rules/manager.go b/pkg/rules/manager.go index 2b0fe3b5c5..870b782732 100644 --- a/pkg/rules/manager.go +++ b/pkg/rules/manager.go @@ -64,6 +64,7 @@ func (g Group) toProto() *rulespb.RuleGroup { Name: rule.Name(), Query: rule.Query().String(), DurationSeconds: rule.HoldDuration().Seconds(), + KeepFiringForSeconds: rule.KeepFiringFor().Seconds(), Labels: labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(rule.Labels())}, Annotations: labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(rule.Annotations())}, Alerts: ActiveAlertsToProto(g.PartialResponseStrategy, rule), diff --git a/pkg/rules/manager_test.go b/pkg/rules/manager_test.go index 1814f18d35..2bee9a698e 100644 --- a/pkg/rules/manager_test.go +++ b/pkg/rules/manager_test.go @@ -42,6 +42,7 @@ type nopAppender struct{} func (n nopAppender) Append(storage.SeriesRef, labels.Labels, int64, float64) (storage.SeriesRef, error) { return 0, nil } + func (n nopAppender) AppendExemplar(storage.SeriesRef, labels.Labels, exemplar.Exemplar) (storage.SeriesRef, error) { return 0, nil } @@ -50,6 +51,10 @@ func (n nopAppender) AppendHistogram(ref storage.SeriesRef, l labels.Labels, t i return 0, nil } +func (n nopAppender) AppendCTZeroSample(ref storage.SeriesRef, l labels.Labels, t, ct int64) (storage.SeriesRef, error) { + return 0, nil +} + func (n nopAppender) Commit() error { return nil } func (n nopAppender) Rollback() error { return nil } func (n nopAppender) Appender(_ context.Context) (storage.Appender, error) { return n, nil } @@ -59,7 +64,7 @@ func (n nopAppender) UpdateMetadata(storage.SeriesRef, labels.Labels, metadata.M type nopQueryable struct{} -func (n nopQueryable) Querier(_ context.Context, _, _ int64) (storage.Querier, error) { +func (n nopQueryable) Querier(_, _ int64) (storage.Querier, error) { return storage.NoopQuerier(), nil } @@ -381,7 +386,7 @@ groups: return nil, nil } }, - nil, + labels.EmptyLabels(), "http://localhost", ) @@ -439,7 +444,7 @@ groups: }, nil } }, - nil, + labels.EmptyLabels(), "http://localhost", ) thanosRuleMgr.Run() diff --git a/pkg/rules/prometheus_test.go b/pkg/rules/prometheus_test.go index a5d10514d8..ac4ace7961 100644 --- a/pkg/rules/prometheus_test.go +++ b/pkg/rules/prometheus_test.go @@ -4,12 +4,14 @@ package rules import ( + "context" "fmt" "net/url" "os" "path/filepath" "testing" + "github.com/go-kit/log" "github.com/prometheus/prometheus/model/labels" "github.com/efficientgo/core/testutil" @@ -35,7 +37,7 @@ rule_files: - %s/examples/alerts/alerts.yaml - %s/examples/alerts/rules.yaml `, root, root)) - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(context.Background(), log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) diff --git a/pkg/rules/queryable.go b/pkg/rules/queryable.go index ccfc727b75..7ceebdd890 100644 --- a/pkg/rules/queryable.go +++ b/pkg/rules/queryable.go @@ -17,9 +17,10 @@ import ( "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/internal/cortex/querier/series" - "github.com/thanos-io/thanos/pkg/httpconfig" + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -30,20 +31,19 @@ type promClientsQueryable struct { logger log.Logger promClients []*promclient.Client - queryClients []*httpconfig.Client + queryClients []*clientconfig.HTTPClient ignoredLabelNames []string duplicatedQuery prometheus.Counter } type promClientsQuerier struct { - ctx context.Context mint, maxt int64 step int64 httpMethod string logger log.Logger promClients []*promclient.Client - queryClients []*httpconfig.Client + queryClients []*clientconfig.HTTPClient restoreIgnoreLabels []string // We use a dummy counter here because the duplicated @@ -52,7 +52,7 @@ type promClientsQuerier struct { } // NewPromClientsQueryable creates a queryable that queries queriers from Prometheus clients. -func NewPromClientsQueryable(logger log.Logger, queryClients []*httpconfig.Client, promClients []*promclient.Client, +func NewPromClientsQueryable(logger log.Logger, queryClients []*clientconfig.HTTPClient, promClients []*promclient.Client, httpMethod string, step time.Duration, ignoredLabelNames []string) *promClientsQueryable { return &promClientsQueryable{ logger: logger, @@ -66,9 +66,8 @@ func NewPromClientsQueryable(logger log.Logger, queryClients []*httpconfig.Clien } // Querier returns a new Querier for the given time range. -func (q *promClientsQueryable) Querier(ctx context.Context, mint, maxt int64) (storage.Querier, error) { +func (q *promClientsQueryable) Querier(mint, maxt int64) (storage.Querier, error) { return &promClientsQuerier{ - ctx: ctx, mint: mint, maxt: maxt, step: int64(q.step / time.Second), @@ -81,14 +80,14 @@ func (q *promClientsQueryable) Querier(ctx context.Context, mint, maxt int64) (s } // Select implements storage.Querier interface. -func (q *promClientsQuerier) Select(_ bool, _ *storage.SelectHints, matchers ...*labels.Matcher) storage.SeriesSet { +func (q *promClientsQuerier) Select(ctx context.Context, _ bool, _ *storage.SelectHints, matchers ...*labels.Matcher) storage.SeriesSet { query := storepb.PromMatchersToString(matchers...) for _, i := range rand.Perm(len(q.queryClients)) { promClient := q.promClients[i] endpoints := RemoveDuplicateQueryEndpoints(q.logger, q.duplicatedQuery, q.queryClients[i].Endpoints()) for _, i := range rand.Perm(len(endpoints)) { - m, warns, err := promClient.QueryRange(q.ctx, endpoints[i], query, q.mint, q.maxt, q.step, promclient.QueryOptions{ + m, warns, _, err := promClient.QueryRange(ctx, endpoints[i], query, q.mint, q.maxt, q.step, promclient.QueryOptions{ Deduplicate: true, Method: q.httpMethod, }) @@ -119,12 +118,12 @@ func (q *promClientsQuerier) Select(_ bool, _ *storage.SelectHints, matchers ... } // LabelValues implements storage.LabelQuerier interface. -func (q *promClientsQuerier) LabelValues(name string, matchers ...*labels.Matcher) ([]string, storage.Warnings, error) { +func (q *promClientsQuerier) LabelValues(ctx context.Context, name string, _ *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error) { return nil, nil, nil } // LabelNames implements storage.LabelQuerier interface. -func (q *promClientsQuerier) LabelNames(matchers ...*labels.Matcher) ([]string, storage.Warnings, error) { +func (q *promClientsQuerier) LabelNames(ctx context.Context, _ *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error) { return nil, nil, nil } diff --git a/pkg/rules/rules.go b/pkg/rules/rules.go index 5fd3dc01e8..f0ca699707 100644 --- a/pkg/rules/rules.go +++ b/pkg/rules/rules.go @@ -12,9 +12,9 @@ import ( "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/promql/parser" - "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/rules/rulespb" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -24,7 +24,7 @@ var _ UnaryClient = &GRPCClient{} // UnaryClient is gRPC rulespb.Rules client which expands streaming rules API. Useful for consumers that does not // support streaming. type UnaryClient interface { - Rules(ctx context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, storage.Warnings, error) + Rules(ctx context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, annotations.Annotations, error) } // GRPCClient allows to retrieve rules from local gRPC streaming server implementation. @@ -51,7 +51,7 @@ func NewGRPCClientWithDedup(rs rulespb.RulesServer, replicaLabels []string) *GRP return c } -func (rr *GRPCClient) Rules(ctx context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, storage.Warnings, error) { +func (rr *GRPCClient) Rules(ctx context.Context, req *rulespb.RulesRequest) (*rulespb.RuleGroups, annotations.Annotations, error) { span, ctx := tracing.StartSpan(ctx, "rules_request") defer span.Finish() @@ -64,13 +64,15 @@ func (rr *GRPCClient) Rules(ctx context.Context, req *rulespb.RulesRequest) (*ru var err error matcherSets := make([][]*labels.Matcher, len(req.MatcherString)) for i, s := range req.MatcherString { - matcherSets[i], err = parser.ParseMetricSelector(s) + matcherSets[i], err = extpromql.ParseMetricSelector(s) if err != nil { return nil, nil, errors.Wrap(err, "parser ParseMetricSelector") } } - resp.groups = filterRules(resp.groups, matcherSets) + resp.groups = filterRulesByMatchers(resp.groups, matcherSets) + resp.groups = filterRulesByNamesAndFile(resp.groups, req.RuleName, req.RuleGroup, req.File) + // TODO(bwplotka): Move to SortInterface with equal method and heap. resp.groups = dedupGroups(resp.groups) for _, g := range resp.groups { @@ -80,8 +82,57 @@ func (rr *GRPCClient) Rules(ctx context.Context, req *rulespb.RulesRequest) (*ru return &rulespb.RuleGroups{Groups: resp.groups}, resp.warnings, nil } -// filterRules filters rules in a group according to given matcherSets. -func filterRules(ruleGroups []*rulespb.RuleGroup, matcherSets [][]*labels.Matcher) []*rulespb.RuleGroup { +// filters rules by group name, rule name or file. +func filterRulesByNamesAndFile(ruleGroups []*rulespb.RuleGroup, ruleName []string, ruleGroup []string, file []string) []*rulespb.RuleGroup { + if len(ruleName) == 0 && len(ruleGroup) == 0 && len(file) == 0 { + return ruleGroups + } + + queryFormToSet := func(values []string) map[string]struct{} { + set := make(map[string]struct{}, len(values)) + for _, v := range values { + set[v] = struct{}{} + } + return set + } + + rnSet := queryFormToSet(ruleName) + rgSet := queryFormToSet(ruleGroup) + fSet := queryFormToSet(file) + + rgs := make([]*rulespb.RuleGroup, 0, len(ruleGroups)) + for _, grp := range ruleGroups { + if len(rgSet) > 0 { + if _, ok := rgSet[grp.Name]; !ok { + continue + } + } + + if len(fSet) > 0 { + if _, ok := fSet[grp.File]; !ok { + continue + } + } + + if len(rnSet) > 0 { + ruleCount := 0 + for _, r := range grp.Rules { + if _, ok := rnSet[r.GetName()]; ok { + grp.Rules[ruleCount] = r + ruleCount++ + } + } + grp.Rules = grp.Rules[:ruleCount] + } + if len(grp.Rules) > 0 { + rgs = append(rgs, grp) + } + } + return rgs +} + +// filterRulesbyMatchers filters rules in a group according to given matcherSets. +func filterRulesByMatchers(ruleGroups []*rulespb.RuleGroup, matcherSets [][]*labels.Matcher) []*rulespb.RuleGroup { if len(matcherSets) == 0 { return ruleGroups } @@ -116,15 +167,16 @@ func matches(matcherSets [][]*labels.Matcher, l labels.Labels) bool { return true } - var nonTemplatedLabels labels.Labels + b := labels.NewBuilder(labels.EmptyLabels()) labelTemplate := template.New("label") - for _, label := range l { + l.Range(func(label labels.Label) { t, err := labelTemplate.Parse(label.Value) // Label value is non-templated if it is one node of type NodeText. if err == nil && len(t.Root.Nodes) == 1 && t.Root.Nodes[0].Type() == parse.NodeText { - nonTemplatedLabels = append(nonTemplatedLabels, label) + b.Set(label.Name, label.Value) } - } + }) + nonTemplatedLabels := b.Labels() for _, matchers := range matcherSets { for _, m := range matchers { @@ -143,12 +195,9 @@ func dedupRules(rules []*rulespb.Rule, replicaLabels map[string]struct{}) []*rul return rules } - // Remove replica labels and sort each rule's label names such that they are comparable. + // Remove replica labels for _, r := range rules { removeReplicaLabels(r, replicaLabels) - sort.Slice(r.GetLabels(), func(i, j int) bool { - return r.GetLabels()[i].Name < r.GetLabels()[j].Name - }) } // Sort rules globally. @@ -187,14 +236,11 @@ func dedupRules(rules []*rulespb.Rule, replicaLabels map[string]struct{}) []*rul } func removeReplicaLabels(r *rulespb.Rule, replicaLabels map[string]struct{}) { - lbls := r.GetLabels() - newLabels := make(labels.Labels, 0, len(lbls)) - for _, l := range lbls { - if _, ok := replicaLabels[l.Name]; !ok { - newLabels = append(newLabels, l) - } + b := labels.NewBuilder(r.GetLabels()) + for k := range replicaLabels { + b.Del(k) } - r.SetLabels(newLabels) + r.SetLabels(b.Labels()) } func dedupGroups(groups []*rulespb.RuleGroup) []*rulespb.RuleGroup { @@ -222,7 +268,7 @@ type rulesServer struct { rulespb.Rules_RulesServer ctx context.Context - warnings []error + warnings annotations.Annotations groups []*rulespb.RuleGroup mu sync.Mutex } @@ -231,7 +277,7 @@ func (srv *rulesServer) Send(res *rulespb.RulesResponse) error { if res.GetWarning() != "" { srv.mu.Lock() defer srv.mu.Unlock() - srv.warnings = append(srv.warnings, errors.New(res.GetWarning())) + srv.warnings.Add(errors.New(res.GetWarning())) return nil } diff --git a/pkg/rules/rules_test.go b/pkg/rules/rules_test.go index 0914258603..e62566a8a7 100644 --- a/pkg/rules/rules_test.go +++ b/pkg/rules/rules_test.go @@ -10,11 +10,10 @@ import ( "testing" "time" + "github.com/efficientgo/core/testutil" "github.com/gogo/protobuf/proto" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/storage" - - "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/rules/rulespb" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" @@ -69,7 +68,7 @@ func testRulesAgainstExamples(t *testing.T, dir string, server rulespb.RulesServ Name: "thanos-receive", File: filepath.Join(dir, "alerts.yaml"), Rules: []*rulespb.Rule{ - someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, + someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, someAlert, }, Interval: 60, PartialResponseStrategy: storepb.PartialResponseStrategy_ABORT, @@ -151,7 +150,7 @@ func testRulesAgainstExamples(t *testing.T, dir string, server rulespb.RulesServ groups, w, err := NewGRPCClientWithDedup(server, nil).Rules(context.Background(), &rulespb.RulesRequest{ Type: tcase.requestedType, }) - testutil.Equals(t, storage.Warnings(nil), w) + testutil.Equals(t, annotations.Annotations(nil), w) if tcase.expectedErr != nil { testutil.NotOk(t, err) testutil.Equals(t, tcase.expectedErr.Error(), err.Error()) @@ -959,9 +958,12 @@ func TestDedupGroups(t *testing.T) { func TestFilterRules(t *testing.T) { for _, tc := range []struct { - name string - matcherSets [][]*labels.Matcher - groups, want []*rulespb.RuleGroup + name string + ruleNameFilter []string + ruleGroupFilter []string + fileFilter []string + matcherSets [][]*labels.Matcher + groups, want []*rulespb.RuleGroup }{ { name: "no groups", @@ -1384,9 +1386,308 @@ func TestFilterRules(t *testing.T) { }, }, }, + { + name: "single group with rule name filter", + ruleNameFilter: []string{"a1"}, + groups: []*rulespb.RuleGroup{ + { + Name: "a", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "replica", Value: "1"}, + {Name: "label", Value: "foo"}, + }}, + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "label", Value: "foo"}, + }}, + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "otherlabel", Value: "bar"}, + }}, + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "a", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "replica", Value: "1"}, + {Name: "label", Value: "foo"}, + }}, + }), + }, + }, + }, + }, + { + name: "two groups with group name filter", + ruleGroupFilter: []string{"group1"}, + groups: []*rulespb.RuleGroup{ + { + Name: "group1", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + { + Name: "group2", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "group1", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + }, + }, + { + name: "two groups with group file filter", + fileFilter: []string{"group2.yml"}, + groups: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "group1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + { + Name: "group2", + File: "group2.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "group2", + File: "group2.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + }, + { + name: "one group match multiple rules", + ruleNameFilter: []string{"r1", "r2"}, + groups: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "group1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + { + Name: "group2", + File: "group2.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "group1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + }, + }, + { + name: "two groups with group file filter (no match)", + fileFilter: []string{"nomatch.yml"}, + groups: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "group1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + { + Name: "group2", + File: "group2.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + want: []*rulespb.RuleGroup{}, + }, + { + name: "two groups with filter on group name, file and rulename", + ruleNameFilter: []string{"a1"}, + ruleGroupFilter: []string{"group1"}, + fileFilter: []string{"file1.yml"}, + groups: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "file1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", + }), + }, + }, + { + Name: "group2", + File: "file1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + { + Name: "group3", + File: "file2.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "group1", + File: "file1.yml", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + }), + }, + }, + }, + }, + { + name: "single group with labeled rules, matcher and rule name filter", + matcherSets: [][]*labels.Matcher{{&labels.Matcher{Name: "label", Value: "foo", Type: labels.MatchEqual}}}, + ruleNameFilter: []string{"a1"}, + groups: []*rulespb.RuleGroup{ + { + Name: "a", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "replica", Value: "1"}, + {Name: "label", Value: "foo"}, + }}, + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r1", Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "label", Value: "foo"}, + }}, + }), + rulespb.NewRecordingRule(&rulespb.RecordingRule{ + Name: "r2", Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "otherlabel", Value: "bar"}, + }}, + }), + }, + }, + }, + want: []*rulespb.RuleGroup{ + { + Name: "a", + Rules: []*rulespb.Rule{ + rulespb.NewAlertingRule(&rulespb.Alert{ + Name: "a1", + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{ + {Name: "replica", Value: "1"}, + {Name: "label", Value: "foo"}, + }}, + }), + }, + }, + }, + }, } { t.Run(tc.name, func(t *testing.T) { - testutil.Equals(t, tc.want, filterRules(tc.groups, tc.matcherSets)) + groups := filterRulesByMatchers(tc.groups, tc.matcherSets) + groups = filterRulesByNamesAndFile(groups, tc.ruleNameFilter, tc.ruleGroupFilter, tc.fileFilter) + testutil.Equals(t, tc.want, groups) }) } } diff --git a/pkg/rules/rulespb/custom.go b/pkg/rules/rulespb/custom.go index 5e2cb11110..5e405b2e86 100644 --- a/pkg/rules/rulespb/custom.go +++ b/pkg/rules/rulespb/custom.go @@ -79,14 +79,14 @@ func (r *Rule) GetLabels() labels.Labels { case r.GetAlert() != nil: return r.GetAlert().Labels.PromLabels() default: - return nil + return labels.EmptyLabels() } } func (r *Rule) SetLabels(ls labels.Labels) { var result labelpb.ZLabelSet - if len(ls) > 0 { + if !ls.IsEmpty() { result = labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(ls)} } diff --git a/pkg/rules/rulespb/custom_test.go b/pkg/rules/rulespb/custom_test.go index 15d6ebe07a..81880213ec 100644 --- a/pkg/rules/rulespb/custom_test.go +++ b/pkg/rules/rulespb/custom_test.go @@ -146,7 +146,7 @@ func TestJSONUnmarshalMarshal(t *testing.T) { }, }, }, - expectedErr: errors.New("rule: alerting rule unmarshal: {\"state\":\"sdfsdf\",\"name\":\"alert1\",\"query\":\"\",\"duration\":0,\"labels\":{},\"annotations\":{},\"alerts\":null,\"health\":\"\",\"evaluationTime\":0,\"lastEvaluation\":\"0001-01-01T00:00:00Z\",\"type\":\"alerting\"}: unknown alertState: \"sdfsdf\""), + expectedErr: errors.New("rule: alerting rule unmarshal: {\"state\":\"sdfsdf\",\"name\":\"alert1\",\"query\":\"\",\"duration\":0,\"labels\":{},\"annotations\":{},\"alerts\":null,\"health\":\"\",\"evaluationTime\":0,\"lastEvaluation\":\"0001-01-01T00:00:00Z\",\"keepFiringFor\":0,\"type\":\"alerting\"}: unknown alertState: \"sdfsdf\""), }, { name: "one group with WRONG partial response fields", @@ -172,20 +172,15 @@ func TestJSONUnmarshalMarshal(t *testing.T) { Name: "group1", Rules: []testpromcompatibility.Rule{ testpromcompatibility.AlertingRule{ - Type: RuleAlertingType, - Name: "alert1", - Query: "up == 0", - Labels: labels.Labels{ - {Name: "a2", Value: "b2"}, - {Name: "c2", Value: "d2"}, - }, - Annotations: labels.Labels{ - {Name: "ann1", Value: "ann44"}, - {Name: "ann2", Value: "ann33"}, - }, + Type: RuleAlertingType, + Name: "alert1", + Query: "up == 0", + Labels: labels.FromStrings("a2", "b2", "c2", "d2"), + Annotations: labels.FromStrings("ann1", "ann44", "ann2", "ann33"), Health: "health2", LastError: "1", Duration: 60, + KeepFiringFor: 0, State: "pending", EvaluationTime: 1.1, }, @@ -218,6 +213,7 @@ func TestJSONUnmarshalMarshal(t *testing.T) { }, }, DurationSeconds: 60, + KeepFiringForSeconds: 0, State: AlertState_PENDING, LastError: "1", Health: "health2", @@ -232,7 +228,7 @@ func TestJSONUnmarshalMarshal(t *testing.T) { }, }, // Different than input due to the alerts slice being initialized to a zero-length slice instead of nil. - expectedJSONOutput: `{"groups":[{"name":"group1","file":"file1.yml","rules":[{"state":"pending","name":"alert1","query":"up == 0","duration":60,"labels":{"a2":"b2","c2":"d2"},"annotations":{"ann1":"ann44","ann2":"ann33"},"alerts":[],"health":"health2","lastError":"1","evaluationTime":1.1,"lastEvaluation":"0001-01-01T00:00:00Z","type":"alerting"}],"interval":2442,"evaluationTime":2.1,"lastEvaluation":"0001-01-01T00:00:00Z","limit":0,"partialResponseStrategy":"ABORT"}]}`, + expectedJSONOutput: `{"groups":[{"name":"group1","file":"file1.yml","rules":[{"state":"pending","name":"alert1","query":"up == 0","duration":60,"labels":{"a2":"b2","c2":"d2"},"annotations":{"ann1":"ann44","ann2":"ann33"},"alerts":[],"health":"health2","lastError":"1","evaluationTime":1.1,"lastEvaluation":"0001-01-01T00:00:00Z","keepFiringFor":0,"type":"alerting"}],"interval":2442,"evaluationTime":2.1,"lastEvaluation":"0001-01-01T00:00:00Z","limit":0,"partialResponseStrategy":"ABORT"}]}`, }, { name: "one valid group, with 1 rule and alert each and second empty group.", @@ -245,11 +241,11 @@ func TestJSONUnmarshalMarshal(t *testing.T) { Type: RuleRecordingType, Query: "up", Name: "recording1", - Labels: labels.Labels{ - {Name: "a", Value: "b"}, - {Name: "c", Value: "d"}, - {Name: "a", Value: "b"}, // Kind of invalid, but random one will be chosen. - }, + Labels: labels.FromStrings( + "a", "b", + "c", "d", + "a", "b", // Kind of invalid, but random one will be chosen. + ), LastError: "2", Health: "health", LastEvaluation: now.Add(-2 * time.Minute), @@ -259,31 +255,27 @@ func TestJSONUnmarshalMarshal(t *testing.T) { Type: RuleAlertingType, Name: "alert1", Query: "up == 0", - Labels: labels.Labels{ - {Name: "a2", Value: "b2"}, - {Name: "c2", Value: "d2"}, - }, - Annotations: labels.Labels{ - {Name: "ann1", Value: "ann44"}, - {Name: "ann2", Value: "ann33"}, - }, + Labels: labels.FromStrings( + "a2", "b2", + "c2", "d2", + ), + Annotations: labels.FromStrings( + "ann1", "ann44", + "ann2", "ann33", + ), Health: "health2", Alerts: []*testpromcompatibility.Alert{ { - Labels: labels.Labels{ - {Name: "instance1", Value: "1"}, - }, - Annotations: labels.Labels{ - {Name: "annotation1", Value: "2"}, - }, + Labels: labels.FromStrings("instance1", "1"), + Annotations: labels.FromStrings("annotation1", "2"), State: "inactive", ActiveAt: nil, Value: "1", PartialResponseStrategy: "WARN", }, { - Labels: nil, - Annotations: nil, + Labels: labels.EmptyLabels(), + Annotations: labels.EmptyLabels(), State: "firing", ActiveAt: &twoHoursAgo, Value: "2143", diff --git a/pkg/rules/rulespb/rpc.pb.go b/pkg/rules/rulespb/rpc.pb.go index 2089c9b393..298ce03063 100644 --- a/pkg/rules/rulespb/rpc.pb.go +++ b/pkg/rules/rulespb/rpc.pb.go @@ -109,6 +109,9 @@ type RulesRequest struct { Type RulesRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=thanos.RulesRequest_Type" json:"type,omitempty"` PartialResponseStrategy storepb.PartialResponseStrategy `protobuf:"varint,2,opt,name=partial_response_strategy,json=partialResponseStrategy,proto3,enum=thanos.PartialResponseStrategy" json:"partial_response_strategy,omitempty"` MatcherString []string `protobuf:"bytes,3,rep,name=matcher_string,json=matcherString,proto3" json:"matcher_string,omitempty"` + RuleName []string `protobuf:"bytes,4,rep,name=rule_name,json=ruleName,proto3" json:"rule_name,omitempty"` + RuleGroup []string `protobuf:"bytes,5,rep,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"` + File []string `protobuf:"bytes,6,rep,name=file,proto3" json:"file,omitempty"` } func (m *RulesRequest) Reset() { *m = RulesRequest{} } @@ -459,6 +462,7 @@ type Alert struct { LastError string `protobuf:"bytes,9,opt,name=last_error,json=lastError,proto3" json:"lastError,omitempty"` EvaluationDurationSeconds float64 `protobuf:"fixed64,10,opt,name=evaluation_duration_seconds,json=evaluationDurationSeconds,proto3" json:"evaluationTime"` LastEvaluation time.Time `protobuf:"bytes,11,opt,name=last_evaluation,json=lastEvaluation,proto3,stdtime" json:"lastEvaluation"` + KeepFiringForSeconds float64 `protobuf:"fixed64,12,opt,name=keep_firing_for_seconds,json=keepFiringForSeconds,proto3" json:"keepFiringFor"` } func (m *Alert) Reset() { *m = Alert{} } @@ -553,71 +557,76 @@ func init() { func init() { proto.RegisterFile("rules/rulespb/rpc.proto", fileDescriptor_91b1d28f30eb5efb) } var fileDescriptor_91b1d28f30eb5efb = []byte{ - // 1022 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x41, 0x4f, 0xe3, 0x46, - 0x14, 0xb6, 0x71, 0xec, 0xc4, 0x2f, 0xc0, 0xd2, 0xd9, 0x45, 0x18, 0xb6, 0x8a, 0x51, 0x24, 0x2a, - 0x5a, 0x75, 0x93, 0x0a, 0xb4, 0x5b, 0xed, 0xa9, 0xc2, 0x40, 0x17, 0x24, 0x44, 0x57, 0x13, 0xd4, - 0xc3, 0xf6, 0x90, 0x0e, 0x61, 0x36, 0x58, 0x72, 0x6c, 0xef, 0xcc, 0x84, 0x8a, 0x1f, 0xd0, 0xfb, - 0x9e, 0xfb, 0x47, 0xfa, 0x17, 0x38, 0xee, 0xb1, 0xa7, 0xb4, 0x85, 0x53, 0x73, 0xe8, 0x6f, 0xa8, - 0x66, 0xc6, 0x8e, 0x43, 0x1a, 0xca, 0x6e, 0x9b, 0x5e, 0xfc, 0x66, 0xde, 0xfb, 0xde, 0x78, 0xe6, - 0xbd, 0x6f, 0x3e, 0x1b, 0x56, 0x58, 0x3f, 0xa2, 0xbc, 0xa9, 0x9e, 0xe9, 0x69, 0x93, 0xa5, 0x9d, - 0x46, 0xca, 0x12, 0x91, 0x20, 0x47, 0x9c, 0x93, 0x38, 0xe1, 0x6b, 0xab, 0x5c, 0x24, 0x8c, 0x36, - 0xd5, 0x33, 0x3d, 0x6d, 0x8a, 0xcb, 0x94, 0x72, 0x0d, 0xc9, 0x43, 0x11, 0x39, 0xa5, 0xd1, 0x44, - 0xe8, 0x51, 0x37, 0xe9, 0x26, 0x6a, 0xd8, 0x94, 0xa3, 0xcc, 0xeb, 0x77, 0x93, 0xa4, 0x1b, 0xd1, - 0xa6, 0x9a, 0x9d, 0xf6, 0x5f, 0x37, 0x45, 0xd8, 0xa3, 0x5c, 0x90, 0x5e, 0xaa, 0x01, 0xf5, 0x3f, - 0x4c, 0x98, 0xc7, 0x72, 0x2b, 0x98, 0xbe, 0xe9, 0x53, 0x2e, 0xd0, 0x13, 0x28, 0xc9, 0x65, 0x3d, - 0x73, 0xdd, 0xdc, 0x5c, 0xdc, 0x5a, 0x6d, 0xe8, 0x4d, 0x35, 0xc6, 0x31, 0x8d, 0x93, 0xcb, 0x94, - 0x62, 0x05, 0x43, 0xdf, 0xc1, 0x6a, 0x4a, 0x98, 0x08, 0x49, 0xd4, 0x66, 0x94, 0xa7, 0x49, 0xcc, - 0x69, 0x9b, 0x0b, 0x46, 0x04, 0xed, 0x5e, 0x7a, 0x73, 0x6a, 0x0d, 0x3f, 0x5f, 0xe3, 0xa5, 0x06, - 0xe2, 0x0c, 0xd7, 0xca, 0x60, 0x78, 0x25, 0x9d, 0x1e, 0x40, 0x1b, 0xb0, 0xd8, 0x23, 0xa2, 0x73, - 0x4e, 0x99, 0x5c, 0x33, 0x8c, 0xbb, 0x9e, 0xb5, 0x6e, 0x6d, 0xba, 0x78, 0x21, 0xf3, 0xb6, 0x94, - 0xb3, 0xfe, 0x09, 0x94, 0xe4, 0x8e, 0x50, 0x19, 0xac, 0x9d, 0xa3, 0xa3, 0x25, 0x03, 0xb9, 0x60, - 0xef, 0x1c, 0xed, 0xe3, 0x93, 0x25, 0x13, 0x01, 0x38, 0x78, 0x7f, 0xf7, 0x1b, 0xbc, 0xb7, 0x34, - 0x57, 0xff, 0x1e, 0x16, 0xb2, 0x63, 0xe8, 0xf7, 0xa0, 0x4f, 0xc1, 0xee, 0xb2, 0xa4, 0x9f, 0xaa, - 0xc3, 0x56, 0xb7, 0x3e, 0x1a, 0x3f, 0xec, 0x0b, 0x19, 0x38, 0x30, 0xb0, 0x46, 0xa0, 0x35, 0x28, - 0xff, 0x40, 0x58, 0x2c, 0xf7, 0x20, 0x4f, 0xe5, 0x1e, 0x18, 0x38, 0x77, 0x04, 0x15, 0x70, 0x18, - 0xe5, 0xfd, 0x48, 0xd4, 0x77, 0x01, 0x46, 0xb9, 0x1c, 0x3d, 0x05, 0x47, 0x25, 0x73, 0xcf, 0x5c, - 0xb7, 0xa6, 0xae, 0x1f, 0xc0, 0x70, 0xe0, 0x67, 0x20, 0x9c, 0xd9, 0xfa, 0x9f, 0x16, 0xb8, 0x23, - 0x04, 0xfa, 0x18, 0x4a, 0x31, 0xe9, 0xe9, 0x7e, 0xb8, 0x41, 0x65, 0x38, 0xf0, 0xd5, 0x1c, 0xab, - 0xa7, 0x8c, 0xbe, 0x0e, 0x23, 0xaa, 0xf7, 0xa4, 0xa3, 0x72, 0x8e, 0xd5, 0x13, 0x3d, 0x01, 0x5b, - 0xd1, 0x4c, 0x95, 0xad, 0xba, 0x35, 0x3f, 0xfe, 0xfe, 0xc0, 0x1d, 0x0e, 0x7c, 0x1d, 0xc6, 0xda, - 0xa0, 0x4d, 0xa8, 0x84, 0xb1, 0xa0, 0xec, 0x82, 0x44, 0x5e, 0x69, 0xdd, 0xdc, 0x34, 0x83, 0xf9, - 0xe1, 0xc0, 0x1f, 0xf9, 0xf0, 0x68, 0x84, 0x30, 0x3c, 0xa6, 0x17, 0x24, 0xea, 0x13, 0x11, 0x26, - 0x71, 0xfb, 0xac, 0xcf, 0xf4, 0x80, 0xd3, 0x4e, 0x12, 0x9f, 0x71, 0xcf, 0x56, 0xc9, 0x68, 0x38, - 0xf0, 0x17, 0x0b, 0xd8, 0x49, 0xd8, 0xa3, 0x78, 0xb5, 0x98, 0xef, 0x65, 0x59, 0x2d, 0x9d, 0x84, - 0xda, 0xf0, 0x20, 0x22, 0x5c, 0xb4, 0x0b, 0x84, 0xe7, 0xa8, 0xb6, 0xac, 0x35, 0x34, 0x89, 0x1b, - 0x39, 0x89, 0x1b, 0x27, 0x39, 0x89, 0x83, 0xb5, 0xab, 0x81, 0x6f, 0xc8, 0xf7, 0xc8, 0xd4, 0xfd, - 0x51, 0xe6, 0xdb, 0x5f, 0x7d, 0x13, 0x4f, 0xf8, 0x90, 0x0f, 0x76, 0x14, 0xf6, 0x42, 0xe1, 0xb9, - 0xeb, 0xe6, 0xa6, 0xa5, 0xcf, 0xaf, 0x1c, 0x58, 0x1b, 0x74, 0x01, 0x2b, 0x77, 0x50, 0xd4, 0xab, - 0xbc, 0x17, 0x93, 0x83, 0xc7, 0xc3, 0x81, 0x7f, 0x17, 0x9b, 0xf1, 0x5d, 0x8b, 0xd7, 0x63, 0x28, - 0xc9, 0x8e, 0xa0, 0xa7, 0xe0, 0x32, 0xda, 0x49, 0xd8, 0x99, 0x64, 0x99, 0xa6, 0xe4, 0xf2, 0xa8, - 0x65, 0x79, 0x40, 0x22, 0x0f, 0x0c, 0x5c, 0x20, 0xd1, 0x06, 0xd8, 0x24, 0xa2, 0x4c, 0x28, 0x12, - 0x54, 0xb7, 0x16, 0xf2, 0x94, 0x1d, 0xe9, 0x94, 0x0c, 0x56, 0xd1, 0x31, 0x96, 0xfe, 0x6c, 0xc1, - 0x82, 0x0a, 0x1e, 0xc6, 0x5c, 0x90, 0xb8, 0x43, 0xd1, 0x73, 0x70, 0x94, 0xa6, 0xf0, 0xc9, 0x9b, - 0xf0, 0xea, 0x48, 0xba, 0x5b, 0x54, 0x04, 0x8b, 0x59, 0xa5, 0x33, 0x20, 0xce, 0x2c, 0x3a, 0x80, - 0x2a, 0x89, 0xe3, 0x44, 0xa8, 0x1a, 0xf3, 0x6c, 0x0f, 0x53, 0xf2, 0x1f, 0x66, 0xf9, 0xe3, 0x68, - 0x3c, 0x3e, 0x41, 0xdb, 0x60, 0x73, 0x41, 0x04, 0xf5, 0x2c, 0x55, 0x6c, 0x74, 0xeb, 0x1c, 0x2d, - 0x19, 0xd1, 0x3d, 0x53, 0x20, 0xac, 0x0d, 0x6a, 0x81, 0x4b, 0x3a, 0x22, 0xbc, 0xa0, 0x6d, 0x22, - 0x14, 0x69, 0xef, 0xe1, 0xcb, 0x70, 0xe0, 0x23, 0x9d, 0xb0, 0x23, 0x3e, 0x4f, 0x7a, 0xa1, 0xa0, - 0xbd, 0x54, 0x5c, 0x2a, 0xbe, 0x54, 0x72, 0xbf, 0x64, 0x8a, 0xa4, 0x0d, 0x55, 0x44, 0x76, 0xf5, - 0x5b, 0x95, 0x03, 0x6b, 0xf3, 0x4f, 0x4c, 0x71, 0xfe, 0x4f, 0xa6, 0xfc, 0x68, 0x83, 0xad, 0xca, - 0x51, 0x14, 0xcb, 0xfc, 0x80, 0x62, 0xe5, 0x5a, 0x32, 0x37, 0x55, 0x4b, 0x7c, 0xb0, 0xdf, 0xf4, - 0x29, 0xbb, 0x54, 0xf5, 0xcf, 0x4e, 0xad, 0x1c, 0x58, 0x1b, 0xf4, 0x25, 0x2c, 0xfd, 0xed, 0xaa, - 0x8f, 0xe9, 0x44, 0x1e, 0xc3, 0x0f, 0xce, 0x26, 0xae, 0x76, 0x41, 0x2f, 0xfb, 0x3f, 0xd2, 0xcb, - 0xf9, 0xf7, 0xf4, 0x7a, 0x0e, 0x8e, 0xba, 0x08, 0xdc, 0x2b, 0x2b, 0x35, 0x5c, 0xbe, 0x55, 0xb2, - 0xfc, 0x2a, 0x68, 0x45, 0xd6, 0x40, 0x9c, 0x59, 0x54, 0x07, 0xe7, 0x9c, 0x92, 0x48, 0x9c, 0x2b, - 0x1d, 0x70, 0x35, 0x46, 0x7b, 0x70, 0x66, 0xd1, 0x33, 0x00, 0x2d, 0x5f, 0x8c, 0x25, 0x4c, 0x49, - 0x8c, 0x1b, 0xac, 0x0c, 0x07, 0xfe, 0x43, 0xa5, 0x42, 0xd2, 0x59, 0xd0, 0x0d, 0xbb, 0x23, 0xe7, - 0x7d, 0x52, 0x0a, 0x33, 0x92, 0xd2, 0xea, 0x2c, 0xa5, 0xb4, 0xfe, 0x93, 0x05, 0x0b, 0xb7, 0x14, - 0xe9, 0x9e, 0xcf, 0xd4, 0x88, 0x5a, 0x73, 0x77, 0x50, 0xab, 0x60, 0x88, 0xf5, 0xa1, 0x0c, 0x29, - 0x9a, 0x53, 0x7a, 0xcf, 0xe6, 0xd8, 0xb3, 0x6a, 0x8e, 0x33, 0xa3, 0xe6, 0x94, 0x67, 0xd9, 0x9c, - 0xcf, 0xb6, 0x01, 0x0a, 0x15, 0x40, 0xf3, 0x50, 0x39, 0x3c, 0xde, 0xd9, 0x3d, 0x39, 0xfc, 0x76, - 0x7f, 0xc9, 0x40, 0x55, 0x28, 0xbf, 0xdc, 0x3f, 0xde, 0x3b, 0x3c, 0x7e, 0xa1, 0xff, 0x8d, 0xbe, - 0x3e, 0xc4, 0x72, 0x3c, 0xb7, 0xf5, 0x15, 0xd8, 0xea, 0xdf, 0x08, 0x3d, 0xcb, 0x07, 0x8f, 0xa6, - 0xfd, 0xfa, 0xad, 0x2d, 0x4f, 0x78, 0xb5, 0x40, 0x7d, 0x61, 0x06, 0x1b, 0x57, 0xbf, 0xd7, 0x8c, - 0xab, 0xeb, 0x9a, 0xf9, 0xee, 0xba, 0x66, 0xfe, 0x76, 0x5d, 0x33, 0xdf, 0xde, 0xd4, 0x8c, 0x77, - 0x37, 0x35, 0xe3, 0x97, 0x9b, 0x9a, 0xf1, 0xaa, 0x9c, 0xfd, 0xee, 0x9e, 0x3a, 0xea, 0x70, 0xdb, - 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x4a, 0xb5, 0xe4, 0x06, 0x0b, 0x00, 0x00, + // 1096 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x4e, 0x23, 0x47, + 0x10, 0xf6, 0xd8, 0x9e, 0xb1, 0xa7, 0x8c, 0x59, 0xb6, 0x17, 0xc4, 0x00, 0x89, 0x07, 0x59, 0x22, + 0x22, 0x51, 0xd6, 0x8e, 0x40, 0xbb, 0xd1, 0x9e, 0x22, 0xcc, 0xcf, 0x82, 0x84, 0xc8, 0xaa, 0x8d, + 0x72, 0xd8, 0x1c, 0x9c, 0xc6, 0x34, 0x66, 0x94, 0xf1, 0xcc, 0x6c, 0x4f, 0x9b, 0x88, 0xb7, 0xd8, + 0x73, 0x5e, 0x24, 0xca, 0x1b, 0x70, 0xcb, 0x1e, 0x73, 0x72, 0x12, 0xb8, 0xf9, 0x90, 0x67, 0x88, + 0xba, 0x7a, 0xc6, 0x63, 0x08, 0x84, 0xdd, 0x84, 0x5c, 0xdc, 0xdd, 0x5f, 0x7d, 0xd5, 0x3f, 0x55, + 0x5f, 0x95, 0x07, 0xe6, 0xc5, 0xc0, 0xe7, 0x71, 0x13, 0x7f, 0xa3, 0xa3, 0xa6, 0x88, 0xba, 0x8d, + 0x48, 0x84, 0x32, 0x24, 0x96, 0x3c, 0x65, 0x41, 0x18, 0x2f, 0x2e, 0xc4, 0x32, 0x14, 0xbc, 0x89, + 0xbf, 0xd1, 0x51, 0x53, 0x9e, 0x47, 0x3c, 0xd6, 0x94, 0xd4, 0xe4, 0xb3, 0x23, 0xee, 0xdf, 0x30, + 0xcd, 0xf6, 0xc2, 0x5e, 0x88, 0xd3, 0xa6, 0x9a, 0x25, 0xa8, 0xdb, 0x0b, 0xc3, 0x9e, 0xcf, 0x9b, + 0xb8, 0x3a, 0x1a, 0x9c, 0x34, 0xa5, 0xd7, 0xe7, 0xb1, 0x64, 0xfd, 0x48, 0x13, 0xea, 0x3f, 0xe7, + 0x61, 0x8a, 0xaa, 0xab, 0x50, 0xfe, 0x66, 0xc0, 0x63, 0x49, 0x9e, 0x42, 0x51, 0x6d, 0xeb, 0x18, + 0xcb, 0xc6, 0xea, 0xf4, 0xda, 0x42, 0x43, 0x5f, 0xaa, 0x31, 0xc9, 0x69, 0x1c, 0x9e, 0x47, 0x9c, + 0x22, 0x8d, 0x7c, 0x0b, 0x0b, 0x11, 0x13, 0xd2, 0x63, 0x7e, 0x47, 0xf0, 0x38, 0x0a, 0x83, 0x98, + 0x77, 0x62, 0x29, 0x98, 0xe4, 0xbd, 0x73, 0x27, 0x8f, 0x7b, 0xb8, 0xe9, 0x1e, 0xaf, 0x34, 0x91, + 0x26, 0xbc, 0x76, 0x42, 0xa3, 0xf3, 0xd1, 0xed, 0x06, 0xb2, 0x02, 0xd3, 0x7d, 0x26, 0xbb, 0xa7, + 0x5c, 0xa8, 0x3d, 0xbd, 0xa0, 0xe7, 0x14, 0x96, 0x0b, 0xab, 0x36, 0xad, 0x26, 0x68, 0x1b, 0x41, + 0xb2, 0x04, 0xb6, 0x8a, 0x66, 0x27, 0x60, 0x7d, 0xee, 0x14, 0x91, 0x51, 0x56, 0xc0, 0x01, 0xeb, + 0x73, 0xf2, 0x31, 0x00, 0x1a, 0x7b, 0x22, 0x1c, 0x44, 0x8e, 0x89, 0x56, 0xa4, 0xbf, 0x54, 0x00, + 0x21, 0x50, 0x3c, 0xf1, 0x7c, 0xee, 0x58, 0x68, 0xc0, 0x79, 0xfd, 0x13, 0x28, 0xaa, 0x17, 0x92, + 0x12, 0x14, 0x36, 0xf6, 0xf7, 0x67, 0x72, 0xc4, 0x06, 0x73, 0x63, 0x7f, 0x9b, 0x1e, 0xce, 0x18, + 0x04, 0xc0, 0xa2, 0xdb, 0x9b, 0x5f, 0xd3, 0xad, 0x99, 0x7c, 0xfd, 0x3b, 0xa8, 0x26, 0x61, 0xd1, + 0xf7, 0x26, 0x9f, 0x82, 0xa9, 0x8f, 0x51, 0xc1, 0xab, 0xac, 0x3d, 0x9e, 0x0c, 0x1e, 0x1e, 0xb7, + 0x9b, 0xa3, 0x9a, 0x41, 0x16, 0xa1, 0xf4, 0x03, 0x13, 0x81, 0x7a, 0x93, 0x8a, 0x92, 0xbd, 0x9b, + 0xa3, 0x29, 0xd0, 0x2a, 0x83, 0x25, 0x78, 0x3c, 0xf0, 0x65, 0x7d, 0x13, 0x60, 0xec, 0x1b, 0x93, + 0x67, 0x60, 0xa1, 0x73, 0xec, 0x18, 0xcb, 0x85, 0x5b, 0xf7, 0x6f, 0xc1, 0x68, 0xe8, 0x26, 0x24, + 0x9a, 0x8c, 0xf5, 0x3f, 0x0b, 0x60, 0x8f, 0x19, 0xe4, 0x23, 0x28, 0x62, 0x9c, 0xd4, 0x15, 0xed, + 0x56, 0x79, 0x34, 0x74, 0x71, 0x4d, 0xf1, 0x57, 0x59, 0x31, 0x1c, 0xf9, 0xcc, 0xaa, 0xd6, 0x3a, + 0x30, 0xe4, 0x29, 0x98, 0x28, 0x5b, 0x4c, 0x43, 0x65, 0x6d, 0x6a, 0xf2, 0xfc, 0x96, 0x3d, 0x1a, + 0xba, 0xda, 0x4c, 0xf5, 0x40, 0x56, 0xa1, 0xec, 0x05, 0x92, 0x8b, 0x33, 0xe6, 0x3b, 0xc5, 0x65, + 0x63, 0xd5, 0x68, 0x4d, 0x8d, 0x86, 0xee, 0x18, 0xa3, 0xe3, 0x19, 0xa1, 0xb0, 0xc4, 0xcf, 0x98, + 0x3f, 0x60, 0xd2, 0x0b, 0x83, 0xce, 0xf1, 0x40, 0xe8, 0x49, 0xcc, 0xbb, 0x61, 0x70, 0x1c, 0x3b, + 0x26, 0x3a, 0x93, 0xd1, 0xd0, 0x9d, 0xce, 0x68, 0x87, 0x5e, 0x9f, 0xd3, 0x85, 0x6c, 0xbd, 0x95, + 0x78, 0xb5, 0xb5, 0x13, 0xe9, 0xc0, 0x23, 0x9f, 0xc5, 0xb2, 0x93, 0x31, 0x1c, 0x0b, 0xd3, 0xb2, + 0xd8, 0xd0, 0x45, 0xd1, 0x48, 0x8b, 0xa2, 0x71, 0x98, 0x16, 0x45, 0x6b, 0xf1, 0x62, 0xe8, 0xe6, + 0xd4, 0x39, 0xca, 0x75, 0x7b, 0xec, 0xf9, 0xf6, 0x37, 0xd7, 0xa0, 0x37, 0x30, 0xe2, 0x82, 0xe9, + 0x7b, 0x7d, 0x4f, 0x3a, 0xf6, 0xb2, 0xb1, 0x5a, 0xd0, 0xef, 0x47, 0x80, 0xea, 0x81, 0x9c, 0xc1, + 0xfc, 0x1d, 0x92, 0x77, 0xca, 0xef, 0x55, 0x19, 0xad, 0xa5, 0xd1, 0xd0, 0xbd, 0xab, 0x3a, 0xe8, + 0x5d, 0x9b, 0xd7, 0x03, 0x28, 0xaa, 0x8c, 0x90, 0x67, 0x60, 0x0b, 0xde, 0x0d, 0xc5, 0xb1, 0x52, + 0x99, 0x96, 0xe4, 0xdc, 0x38, 0x65, 0xa9, 0x41, 0x31, 0x77, 0x73, 0x34, 0x63, 0x92, 0x15, 0x30, + 0x99, 0xcf, 0x85, 0x44, 0x11, 0x54, 0xd6, 0xaa, 0xa9, 0xcb, 0x86, 0x02, 0x95, 0x82, 0xd1, 0x3a, + 0xa1, 0xd2, 0x9f, 0x0a, 0x50, 0x45, 0xe3, 0x5e, 0x10, 0x4b, 0x16, 0x74, 0x39, 0x79, 0x01, 0x16, + 0xf6, 0xa8, 0xf8, 0x66, 0x25, 0xbc, 0xde, 0x57, 0x70, 0x9b, 0xcb, 0xd6, 0x74, 0x12, 0xe9, 0x84, + 0x48, 0x93, 0x91, 0xec, 0x42, 0x85, 0x05, 0x41, 0x28, 0x31, 0xc6, 0x71, 0x72, 0x87, 0x5b, 0xfc, + 0x9f, 0x24, 0xfe, 0x93, 0x6c, 0x3a, 0xb9, 0x20, 0xeb, 0x60, 0xc6, 0x92, 0x49, 0xee, 0x14, 0x30, + 0xd8, 0xe4, 0xda, 0x3b, 0xda, 0xca, 0xa2, 0x73, 0x86, 0x24, 0xaa, 0x07, 0xd2, 0x06, 0x9b, 0x75, + 0xa5, 0x77, 0xc6, 0x3b, 0x4c, 0xa2, 0x68, 0xef, 0xd1, 0xcb, 0x68, 0xe8, 0x12, 0xed, 0xb0, 0x21, + 0x3f, 0x0f, 0xfb, 0x9e, 0xe4, 0xfd, 0x48, 0x9e, 0xa3, 0x5e, 0xca, 0x29, 0xae, 0x94, 0xa2, 0x64, + 0xc3, 0x51, 0xc8, 0xb6, 0x3e, 0x15, 0x01, 0xaa, 0x87, 0x7f, 0x52, 0x8a, 0xf5, 0x7f, 0x2a, 0xe5, + 0x17, 0x13, 0x4c, 0x0c, 0x47, 0x16, 0x2c, 0xe3, 0x03, 0x82, 0x95, 0xf6, 0x92, 0xfc, 0xad, 0xbd, + 0xc4, 0x05, 0xf3, 0xcd, 0x80, 0x8b, 0x73, 0x8c, 0x7f, 0xf2, 0x6a, 0x04, 0xa8, 0x1e, 0xc8, 0x97, + 0x30, 0xf3, 0xb7, 0x52, 0x9f, 0xe8, 0x13, 0xa9, 0x8d, 0x3e, 0x3a, 0xbe, 0x51, 0xda, 0x99, 0xbc, + 0xcc, 0xff, 0x28, 0x2f, 0xeb, 0xdf, 0xcb, 0xeb, 0x05, 0x58, 0x58, 0x08, 0xb1, 0x53, 0xc2, 0x6e, + 0x38, 0x77, 0x2d, 0x64, 0x69, 0x29, 0xe8, 0x8e, 0xac, 0x89, 0x34, 0x19, 0x49, 0x1d, 0xac, 0x53, + 0xce, 0x7c, 0x79, 0x8a, 0x7d, 0xc0, 0xd6, 0x1c, 0x8d, 0xd0, 0x64, 0x24, 0xcf, 0x01, 0x74, 0xfb, + 0x12, 0x22, 0x14, 0xd8, 0x62, 0xec, 0xd6, 0xfc, 0x68, 0xe8, 0x3e, 0xc1, 0x2e, 0xa4, 0xc0, 0x4c, + 0x6e, 0xd4, 0x1e, 0x83, 0xf7, 0xb5, 0x52, 0x78, 0xa0, 0x56, 0x5a, 0x79, 0xd0, 0x56, 0xba, 0x0b, + 0xf3, 0xdf, 0x73, 0x1e, 0x75, 0x4e, 0x3c, 0xf5, 0x87, 0xde, 0x39, 0x09, 0xc5, 0xf8, 0xc2, 0x53, + 0x78, 0xe1, 0xc7, 0xa3, 0xa1, 0x5b, 0x55, 0x94, 0x1d, 0x64, 0xec, 0x84, 0x82, 0xce, 0x5e, 0x5b, + 0x26, 0x57, 0xad, 0xff, 0x58, 0x80, 0xea, 0xb5, 0xde, 0x76, 0xcf, 0x1f, 0xde, 0x58, 0xa4, 0xf9, + 0x3b, 0x44, 0x9a, 0x69, 0xad, 0xf0, 0xa1, 0x5a, 0xcb, 0xd2, 0x5c, 0x7c, 0xcf, 0x34, 0x9b, 0x0f, + 0x95, 0x66, 0xeb, 0x81, 0xd2, 0x5c, 0x7a, 0xc8, 0x34, 0x7f, 0xb6, 0x0e, 0x90, 0xf5, 0x13, 0x32, + 0x05, 0xe5, 0xbd, 0x83, 0x8d, 0xcd, 0xc3, 0xbd, 0x6f, 0xb6, 0x67, 0x72, 0xa4, 0x02, 0xa5, 0x57, + 0xdb, 0x07, 0x5b, 0x7b, 0x07, 0x2f, 0xf5, 0x57, 0xd6, 0xce, 0x1e, 0x55, 0xf3, 0xfc, 0xda, 0x57, + 0x60, 0xe2, 0x57, 0x16, 0x79, 0x9e, 0x4e, 0x66, 0x6f, 0xfb, 0x28, 0x5d, 0x9c, 0xbb, 0x81, 0xea, + 0x56, 0xf7, 0x85, 0xd1, 0x5a, 0xb9, 0xf8, 0xa3, 0x96, 0xbb, 0xb8, 0xac, 0x19, 0xef, 0x2e, 0x6b, + 0xc6, 0xef, 0x97, 0x35, 0xe3, 0xed, 0x55, 0x2d, 0xf7, 0xee, 0xaa, 0x96, 0xfb, 0xf5, 0xaa, 0x96, + 0x7b, 0x5d, 0x4a, 0x3e, 0xc4, 0x8f, 0x2c, 0x7c, 0xdc, 0xfa, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xa0, 0xc1, 0xf7, 0x10, 0xa0, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -751,6 +760,33 @@ func (m *RulesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.File) > 0 { + for iNdEx := len(m.File) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.File[iNdEx]) + copy(dAtA[i:], m.File[iNdEx]) + i = encodeVarintRpc(dAtA, i, uint64(len(m.File[iNdEx]))) + i-- + dAtA[i] = 0x32 + } + } + if len(m.RuleGroup) > 0 { + for iNdEx := len(m.RuleGroup) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.RuleGroup[iNdEx]) + copy(dAtA[i:], m.RuleGroup[iNdEx]) + i = encodeVarintRpc(dAtA, i, uint64(len(m.RuleGroup[iNdEx]))) + i-- + dAtA[i] = 0x2a + } + } + if len(m.RuleName) > 0 { + for iNdEx := len(m.RuleName) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.RuleName[iNdEx]) + copy(dAtA[i:], m.RuleName[iNdEx]) + i = encodeVarintRpc(dAtA, i, uint64(len(m.RuleName[iNdEx]))) + i-- + dAtA[i] = 0x22 + } + } if len(m.MatcherString) > 0 { for iNdEx := len(m.MatcherString) - 1; iNdEx >= 0; iNdEx-- { i -= len(m.MatcherString[iNdEx]) @@ -1122,6 +1158,12 @@ func (m *Alert) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.KeepFiringForSeconds != 0 { + i -= 8 + encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.KeepFiringForSeconds)))) + i-- + dAtA[i] = 0x61 + } n8, err8 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.LastEvaluation, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.LastEvaluation):]) if err8 != nil { return 0, err8 @@ -1316,6 +1358,24 @@ func (m *RulesRequest) Size() (n int) { n += 1 + l + sovRpc(uint64(l)) } } + if len(m.RuleName) > 0 { + for _, s := range m.RuleName { + l = len(s) + n += 1 + l + sovRpc(uint64(l)) + } + } + if len(m.RuleGroup) > 0 { + for _, s := range m.RuleGroup { + l = len(s) + n += 1 + l + sovRpc(uint64(l)) + } + } + if len(m.File) > 0 { + for _, s := range m.File { + l = len(s) + n += 1 + l + sovRpc(uint64(l)) + } + } return n } @@ -1511,6 +1571,9 @@ func (m *Alert) Size() (n int) { } l = github_com_gogo_protobuf_types.SizeOfStdTime(m.LastEvaluation) n += 1 + l + sovRpc(uint64(l)) + if m.KeepFiringForSeconds != 0 { + n += 9 + } return n } @@ -1651,6 +1714,102 @@ func (m *RulesRequest) Unmarshal(dAtA []byte) error { } m.MatcherString = append(m.MatcherString, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RuleName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.RuleName = append(m.RuleName, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RuleGroup", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.RuleGroup = append(m.RuleGroup, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field File", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.File = append(m.File, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRpc(dAtA[iNdEx:]) @@ -2787,6 +2946,17 @@ func (m *Alert) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 12: + if wireType != 1 { + return fmt.Errorf("proto: wrong wireType = %d for field KeepFiringForSeconds", wireType) + } + var v uint64 + if (iNdEx + 8) > l { + return io.ErrUnexpectedEOF + } + v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:])) + iNdEx += 8 + m.KeepFiringForSeconds = float64(math.Float64frombits(v)) default: iNdEx = preIndex skippy, err := skipRpc(dAtA[iNdEx:]) diff --git a/pkg/rules/rulespb/rpc.proto b/pkg/rules/rulespb/rpc.proto index c708a1e82e..f5fc8a038b 100644 --- a/pkg/rules/rulespb/rpc.proto +++ b/pkg/rules/rulespb/rpc.proto @@ -41,6 +41,9 @@ message RulesRequest { Type type = 1; PartialResponseStrategy partial_response_strategy = 2; repeated string matcher_string = 3; + repeated string rule_name = 4; + repeated string rule_group = 5; + repeated string file = 6; } message RulesResponse { @@ -126,6 +129,7 @@ message Alert { string last_error = 9 [(gogoproto.jsontag) = "lastError,omitempty" ]; double evaluation_duration_seconds = 10 [(gogoproto.jsontag) = "evaluationTime" ]; google.protobuf.Timestamp last_evaluation = 11 [(gogoproto.jsontag) = "lastEvaluation", (gogoproto.stdtime) = true, (gogoproto.nullable) = false ]; + double keep_firing_for_seconds = 12 [(gogoproto.jsontag) = "keepFiringFor" ]; } message RecordingRule { diff --git a/pkg/runutil/runutil.go b/pkg/runutil/runutil.go index ab8665f451..809dfce36b 100644 --- a/pkg/runutil/runutil.go +++ b/pkg/runutil/runutil.go @@ -64,6 +64,23 @@ import ( "github.com/thanos-io/thanos/pkg/errutil" ) +// RepeatInfinitely executes f every interval seconds until stopc is closed or f returns an error. +func RepeatInfinitely(logger log.Logger, interval time.Duration, stopc <-chan struct{}, f func() error) { + tick := time.NewTicker(interval) + defer tick.Stop() + + for { + if err := f(); err != nil { + level.Error(logger).Log("msg", "function failed. Retrying in next tick", "err", err) + } + select { + case <-stopc: + return + case <-tick.C: + } + } +} + // Repeat executes f every interval seconds until stopc is closed or f returns an error. // It executes f once right after being called. func Repeat(interval time.Duration, stopc <-chan struct{}, f func() error) error { @@ -135,8 +152,7 @@ func ExhaustCloseWithLogOnErr(logger log.Logger, r io.ReadCloser, format string, CloseWithLogOnErr(logger, r, format, a...) } -// CloseWithErrCapture runs function and on error return error by argument including the given error (usually -// from caller function). +// CloseWithErrCapture closes closer, wraps any error with message from fmt and args, and stores this in err. func CloseWithErrCapture(err *error, closer io.Closer, format string, a ...interface{}) { merr := errutil.MultiError{} diff --git a/pkg/server/grpc/grpc.go b/pkg/server/grpc/grpc.go index b123fe7bdf..57b063d9b0 100644 --- a/pkg/server/grpc/grpc.go +++ b/pkg/server/grpc/grpc.go @@ -9,14 +9,14 @@ import ( "net" "runtime/debug" + "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors" + "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/selector" + "github.com/go-kit/log" "github.com/go-kit/log/level" - "github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2" - grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware/v2" + grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus" grpc_logging "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging" grpc_recovery "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/recovery" - "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags" - grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" @@ -30,6 +30,7 @@ import ( "google.golang.org/grpc/status" "github.com/thanos-io/thanos/pkg/component" + logging_mw "github.com/thanos-io/thanos/pkg/logging" "github.com/thanos-io/thanos/pkg/prober" "github.com/thanos-io/thanos/pkg/tracing" ) @@ -47,7 +48,7 @@ type Server struct { // New creates a new gRPC Store API. // If rulesSrv is not nil, it also registers Rules API to the returned server. -func New(logger log.Logger, reg prometheus.Registerer, tracer opentracing.Tracer, logOpts []grpc_logging.Option, tagsOpts []tags.Option, comp component.Component, probe *prober.GRPCProbe, opts ...Option) *Server { +func New(logger log.Logger, reg prometheus.Registerer, tracer opentracing.Tracer, logOpts []grpc_logging.Option, logFilterMethods []string, comp component.Component, probe *prober.GRPCProbe, opts ...Option) *Server { logger = log.With(logger, "service", "gRPC/server", "component", comp.String()) options := options{ network: "tcp", @@ -56,10 +57,16 @@ func New(logger log.Logger, reg prometheus.Registerer, tracer opentracing.Tracer o.apply(&options) } - met := grpc_prometheus.NewServerMetrics() - met.EnableHandlingTimeHistogram( - grpc_prometheus.WithHistogramBuckets([]float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}), + met := grpc_prometheus.NewServerMetrics( + grpc_prometheus.WithServerHandlingTimeHistogram( + grpc_prometheus.WithHistogramOpts(&prometheus.HistogramOpts{ + Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, + NativeHistogramMaxBucketNumber: 256, + NativeHistogramBucketFactor: 1.1, + }), + ), ) + panicsTotal := promauto.With(reg).NewCounter(prometheus.CounterOpts{ Name: "grpc_req_panics_recovered_total", Help: "Total number of gRPC requests recovered from internal panic.", @@ -77,19 +84,48 @@ func New(logger log.Logger, reg prometheus.Registerer, tracer opentracing.Tracer // TODO(bwplotka): https://github.com/grpc-ecosystem/go-grpc-middleware/issues/462 grpc.MaxSendMsgSize(math.MaxInt32), grpc.MaxRecvMsgSize(math.MaxInt32), - grpc_middleware.WithUnaryServerChain( + grpc.ChainUnaryInterceptor( + NewUnaryServerRequestIDInterceptor(), grpc_recovery.UnaryServerInterceptor(grpc_recovery.WithRecoveryHandler(grpcPanicRecoveryHandler)), met.UnaryServerInterceptor(), - tags.UnaryServerInterceptor(tagsOpts...), tracing.UnaryServerInterceptor(tracer), - grpc_logging.UnaryServerInterceptor(kit.InterceptorLogger(logger), logOpts...), + selector.UnaryServerInterceptor(grpc_logging.UnaryServerInterceptor(logging_mw.InterceptorLogger(logger), logOpts...), selector.MatchFunc(func(ctx context.Context, c interceptors.CallMeta) bool { + //if RequestConfig.GRPC.Config was provided + for _, m := range logFilterMethods { + if m == c.FullMethod() { + return true + } + } + return false + })), + selector.UnaryServerInterceptor(grpc_logging.UnaryServerInterceptor(logging_mw.InterceptorLogger(logger), logOpts...), selector.MatchFunc(func(ctx context.Context, _ interceptors.CallMeta) bool { + //if RequestConfig.Options only was provided + if len(logFilterMethods) == 0 && logOpts != nil { + return true + } + return false + })), ), - grpc_middleware.WithStreamServerChain( + + grpc.ChainStreamInterceptor( + NewStreamServerRequestIDInterceptor(), grpc_recovery.StreamServerInterceptor(grpc_recovery.WithRecoveryHandler(grpcPanicRecoveryHandler)), met.StreamServerInterceptor(), - tags.StreamServerInterceptor(tagsOpts...), tracing.StreamServerInterceptor(tracer), - grpc_logging.StreamServerInterceptor(kit.InterceptorLogger(logger), logOpts...), + selector.StreamServerInterceptor(grpc_logging.StreamServerInterceptor(logging_mw.InterceptorLogger(logger), logOpts...), selector.MatchFunc(func(ctx context.Context, c interceptors.CallMeta) bool { + for _, m := range logFilterMethods { + if m == c.FullMethod() { + return true + } + } + return false + })), + selector.StreamServerInterceptor(grpc_logging.StreamServerInterceptor(logging_mw.InterceptorLogger(logger), logOpts...), selector.MatchFunc(func(ctx context.Context, _ interceptors.CallMeta) bool { + if len(logFilterMethods) == 0 && logOpts != nil { + return true + } + return false + })), ), }...) diff --git a/pkg/server/grpc/request_id.go b/pkg/server/grpc/request_id.go new file mode 100644 index 0000000000..cca8175516 --- /dev/null +++ b/pkg/server/grpc/request_id.go @@ -0,0 +1,67 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package grpc + +import ( + "context" + + "google.golang.org/grpc" + "google.golang.org/grpc/metadata" + + "github.com/thanos-io/thanos/pkg/server/http/middleware" +) + +const requestIDKey = "request-id" + +func NewUnaryClientRequestIDInterceptor() grpc.UnaryClientInterceptor { + return func(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error { + reqID, ok := middleware.RequestIDFromContext(ctx) + if ok { + ctx = metadata.AppendToOutgoingContext(ctx, requestIDKey, reqID) + } + return invoker(ctx, method, req, reply, cc, opts...) + } +} + +func NewUnaryServerRequestIDInterceptor() grpc.UnaryServerInterceptor { + return func(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (resp interface{}, err error) { + if vals := metadata.ValueFromIncomingContext(ctx, requestIDKey); len(vals) == 1 { + ctx = middleware.NewContextWithRequestID(ctx, vals[0]) + } + return handler(ctx, req) + } +} + +func NewStreamClientRequestIDInterceptor() grpc.StreamClientInterceptor { + return func(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, streamer grpc.Streamer, opts ...grpc.CallOption) (grpc.ClientStream, error) { + reqID, ok := middleware.RequestIDFromContext(ctx) + if ok { + ctx = metadata.AppendToOutgoingContext(ctx, requestIDKey, reqID) + } + return streamer(ctx, desc, cc, method, opts...) + } +} + +func NewStreamServerRequestIDInterceptor() grpc.StreamServerInterceptor { + return func(srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, handler grpc.StreamHandler) error { + if vals := metadata.ValueFromIncomingContext(ss.Context(), requestIDKey); len(vals) == 1 { + ctx := middleware.NewContextWithRequestID(ss.Context(), vals[0]) + return handler(srv, newStreamWithContext(ctx, ss)) + } + return handler(srv, ss) + } +} + +type streamWithContext struct { + grpc.ServerStream + ctx context.Context +} + +func newStreamWithContext(ctx context.Context, serverStream grpc.ServerStream) *streamWithContext { + return &streamWithContext{ServerStream: serverStream, ctx: ctx} +} + +func (s streamWithContext) Context() context.Context { + return s.ctx +} diff --git a/pkg/server/http/http.go b/pkg/server/http/http.go index 795d6c4fdb..fc92100e3f 100644 --- a/pkg/server/http/http.go +++ b/pkg/server/http/http.go @@ -117,7 +117,6 @@ func (s *Server) Handle(pattern string, handler http.Handler) { func registerProfiler(mux *http.ServeMux) { mux.HandleFunc("/debug/pprof/", pprof.Index) - mux.HandleFunc("/debug/pprof/cmdline", pprof.Cmdline) mux.HandleFunc("/debug/pprof/profile", pprof.Profile) mux.HandleFunc("/debug/pprof/symbol", pprof.Symbol) mux.HandleFunc("/debug/pprof/trace", pprof.Trace) diff --git a/pkg/server/http/middleware/request_id.go b/pkg/server/http/middleware/request_id.go index f09496b71c..3a3da07a83 100644 --- a/pkg/server/http/middleware/request_id.go +++ b/pkg/server/http/middleware/request_id.go @@ -16,8 +16,8 @@ type ctxKey int const reqIDKey = ctxKey(0) -// newContextWithRequestID creates a context with a request id. -func newContextWithRequestID(ctx context.Context, rid string) context.Context { +// NewContextWithRequestID creates a context with a request id. +func NewContextWithRequestID(ctx context.Context, rid string) context.Context { return context.WithValue(ctx, reqIDKey, rid) } @@ -33,10 +33,10 @@ func RequestID(h http.Handler) http.HandlerFunc { reqID := r.Header.Get("X-Request-ID") if reqID == "" { entropy := ulid.Monotonic(rand.New(rand.NewSource(time.Now().UnixNano())), 0) - reqID := ulid.MustNew(ulid.Timestamp(time.Now()), entropy) - r.Header.Set("X-Request-ID", reqID.String()) + reqID = ulid.MustNew(ulid.Timestamp(time.Now()), entropy).String() + r.Header.Set("X-Request-ID", reqID) } - ctx := newContextWithRequestID(r.Context(), reqID) + ctx := NewContextWithRequestID(r.Context(), reqID) h.ServeHTTP(w, r.WithContext(ctx)) } } diff --git a/pkg/shipper/shipper.go b/pkg/shipper/shipper.go index 67c5f8feaf..6b7be6cd12 100644 --- a/pkg/shipper/shipper.go +++ b/pkg/shipper/shipper.go @@ -13,6 +13,7 @@ import ( "path" "path/filepath" "sort" + "sync" "github.com/go-kit/log" "github.com/go-kit/log/level" @@ -39,7 +40,7 @@ type metrics struct { uploadedCompacted prometheus.Gauge } -func newMetrics(reg prometheus.Registerer, uploadCompacted bool) *metrics { +func newMetrics(reg prometheus.Registerer) *metrics { var m metrics m.dirSyncs = promauto.With(reg).NewCounter(prometheus.CounterOpts{ @@ -58,31 +59,29 @@ func newMetrics(reg prometheus.Registerer, uploadCompacted bool) *metrics { Name: "thanos_shipper_upload_failures_total", Help: "Total number of block upload failures", }) - uploadCompactedGaugeOpts := prometheus.GaugeOpts{ + m.uploadedCompacted = promauto.With(reg).NewGauge(prometheus.GaugeOpts{ Name: "thanos_shipper_upload_compacted_done", Help: "If 1 it means shipper uploaded all compacted blocks from the filesystem.", - } - if uploadCompacted { - m.uploadedCompacted = promauto.With(reg).NewGauge(uploadCompactedGaugeOpts) - } else { - m.uploadedCompacted = promauto.With(nil).NewGauge(uploadCompactedGaugeOpts) - } + }) return &m } // Shipper watches a directory for matching files and directories and uploads // them to a remote data store. type Shipper struct { - logger log.Logger - dir string - metrics *metrics - bucket objstore.Bucket - labels func() labels.Labels - source metadata.SourceType - - uploadCompacted bool + logger log.Logger + dir string + metrics *metrics + bucket objstore.Bucket + source metadata.SourceType + metadataFilePath string + + uploadCompactedFunc func() bool allowOutOfOrderUploads bool hashFunc metadata.HashFunc + + labels func() labels.Labels + mtx sync.RWMutex } // New creates a new shipper that detects new TSDB blocks in dir and uploads them to @@ -95,34 +94,52 @@ func New( bucket objstore.Bucket, lbls func() labels.Labels, source metadata.SourceType, - uploadCompacted bool, + uploadCompactedFunc func() bool, allowOutOfOrderUploads bool, hashFunc metadata.HashFunc, + metaFileName string, ) *Shipper { if logger == nil { logger = log.NewNopLogger() } if lbls == nil { - lbls = func() labels.Labels { return nil } + lbls = func() labels.Labels { return labels.EmptyLabels() } } + if metaFileName == "" { + metaFileName = DefaultMetaFilename + } + + if uploadCompactedFunc == nil { + uploadCompactedFunc = func() bool { + return false + } + } return &Shipper{ logger: logger, dir: dir, bucket: bucket, labels: lbls, - metrics: newMetrics(r, uploadCompacted), + metrics: newMetrics(r), source: source, allowOutOfOrderUploads: allowOutOfOrderUploads, - uploadCompacted: uploadCompacted, + uploadCompactedFunc: uploadCompactedFunc, hashFunc: hashFunc, + metadataFilePath: filepath.Join(dir, filepath.Clean(metaFileName)), } } +func (s *Shipper) SetLabels(lbls labels.Labels) { + s.mtx.Lock() + defer s.mtx.Unlock() + + s.labels = func() labels.Labels { return lbls } +} + // Timestamps returns the minimum timestamp for which data is available and the highest timestamp // of blocks that were successfully uploaded. func (s *Shipper) Timestamps() (minTime, maxSyncTime int64, err error) { - meta, err := ReadMetaFile(s.dir) + meta, err := ReadMetaFile(s.metadataFilePath) if err != nil { return 0, 0, errors.Wrap(err, "read shipper meta file") } @@ -230,7 +247,10 @@ func (c *lazyOverlapChecker) IsOverlapping(ctx context.Context, newMeta tsdb.Blo // // It is not concurrency-safe, however it is compactor-safe (running concurrently with compactor is ok). func (s *Shipper) Sync(ctx context.Context) (uploaded int, err error) { - meta, err := ReadMetaFile(s.dir) + s.mtx.Lock() + defer s.mtx.Unlock() + + meta, err := ReadMetaFile(s.metadataFilePath) if err != nil { // If we encounter any error, proceed with an empty meta file and overwrite it later. // The meta file is only used to avoid unnecessary bucket.Exists call, @@ -251,10 +271,11 @@ func (s *Shipper) Sync(ctx context.Context) (uploaded int, err error) { meta.Uploaded = nil var ( - checker = newLazyOverlapChecker(s.logger, s.bucket, s.labels) + checker = newLazyOverlapChecker(s.logger, s.bucket, func() labels.Labels { return s.labels() }) uploadErrs int ) + uploadCompacted := s.uploadCompactedFunc() metas, err := s.blockMetasFromOldest() if err != nil { return 0, err @@ -275,7 +296,7 @@ func (s *Shipper) Sync(ctx context.Context) (uploaded int, err error) { // We only ship of the first compacted block level as normal flow. if m.Compaction.Level > 1 { - if !s.uploadCompacted { + if !uploadCompacted { continue } } @@ -312,7 +333,7 @@ func (s *Shipper) Sync(ctx context.Context) (uploaded int, err error) { uploaded++ s.metrics.uploads.Inc() } - if err := WriteMetaFile(s.logger, s.dir, meta); err != nil { + if err := WriteMetaFile(s.logger, s.metadataFilePath, meta); err != nil { level.Warn(s.logger).Log("msg", "updating meta file failed", "err", err) } @@ -322,12 +343,29 @@ func (s *Shipper) Sync(ctx context.Context) (uploaded int, err error) { return uploaded, errors.Errorf("failed to sync %v blocks", uploadErrs) } - if s.uploadCompacted { + if uploadCompacted { s.metrics.uploadedCompacted.Set(1) + } else { + s.metrics.uploadedCompacted.Set(0) } return uploaded, nil } +func (s *Shipper) UploadedBlocks() map[ulid.ULID]struct{} { + meta, err := ReadMetaFile(s.metadataFilePath) + if err != nil { + // NOTE(GiedriusS): Sync() will inform users about any problems. + return nil + } + + ret := make(map[ulid.ULID]struct{}, len(meta.Uploaded)) + for _, id := range meta.Uploaded { + ret[id] = struct{}{} + } + + return ret +} + // sync uploads the block if not exists in remote storage. // TODO(khyatisoneji): Double check if block does not have deletion-mark.json for some reason, otherwise log it or return error. func (s *Shipper) upload(ctx context.Context, meta *metadata.Meta) error { @@ -355,8 +393,10 @@ func (s *Shipper) upload(ctx context.Context, meta *metadata.Meta) error { return errors.Wrap(err, "hard link block") } // Attach current labels and write a new meta file with Thanos extensions. - if lset := s.labels(); lset != nil { - meta.Thanos.Labels = lset.Map() + if lset := s.labels(); !lset.IsEmpty() { + lset.Range(func(l labels.Label) { + meta.Thanos.Labels[l.Name] = l.Value + }) } meta.Thanos.Source = s.source meta.Thanos.SegmentFiles = block.GetSegmentFiles(updir) @@ -437,17 +477,16 @@ type Meta struct { } const ( - // MetaFilename is the known JSON filename for meta information. - MetaFilename = "thanos.shipper.json" + // DefaultMetaFilename is the default JSON filename for meta information. + DefaultMetaFilename = "thanos.shipper.json" // MetaVersion1 represents 1 version of meta. MetaVersion1 = 1 ) // WriteMetaFile writes the given meta into /thanos.shipper.json. -func WriteMetaFile(logger log.Logger, dir string, meta *Meta) error { +func WriteMetaFile(logger log.Logger, path string, meta *Meta) error { // Make any changes to the file appear atomic. - path := filepath.Join(dir, MetaFilename) tmp := path + ".tmp" f, err := os.Create(tmp) @@ -469,16 +508,15 @@ func WriteMetaFile(logger log.Logger, dir string, meta *Meta) error { } // ReadMetaFile reads the given meta from /thanos.shipper.json. -func ReadMetaFile(dir string) (*Meta, error) { - fpath := filepath.Join(dir, filepath.Clean(MetaFilename)) - b, err := os.ReadFile(fpath) +func ReadMetaFile(path string) (*Meta, error) { + b, err := os.ReadFile(path) if err != nil { - return nil, errors.Wrapf(err, "failed to read %s", fpath) + return nil, errors.Wrapf(err, "failed to read %s", path) } var m Meta if err := json.Unmarshal(b, &m); err != nil { - return nil, errors.Wrapf(err, "failed to parse %s as JSON: %q", fpath, string(b)) + return nil, errors.Wrapf(err, "failed to parse %s as JSON: %q", path, string(b)) } if m.Version != MetaVersion1 { return nil, errors.Errorf("unexpected meta file version %d", m.Version) diff --git a/pkg/shipper/shipper_e2e_test.go b/pkg/shipper/shipper_e2e_test.go index 95846e3b07..ddb963339c 100644 --- a/pkg/shipper/shipper_e2e_test.go +++ b/pkg/shipper/shipper_e2e_test.go @@ -16,6 +16,8 @@ import ( "testing" "time" + "github.com/thanos-io/thanos/pkg/extprom" + "github.com/go-kit/log" "github.com/oklog/ulid" "github.com/prometheus/client_golang/prometheus" @@ -35,14 +37,14 @@ import ( func TestShipper_SyncBlocks_e2e(t *testing.T) { objtesting.ForeachStore(t, func(t *testing.T, bkt objstore.Bucket) { - // TODO(GiedriusS): consider switching to BucketWithMetrics() everywhere? + // TODO(GiedriusS): consider switching to WrapWithMetrics() everywhere? metrics := prometheus.NewRegistry() - metricsBucket := objstore.BucketWithMetrics("test", bkt, metrics) + metricsBucket := objstore.WrapWithMetrics(bkt, extprom.WrapRegistererWithPrefix("thanos_", metrics), "test") dir := t.TempDir() extLset := labels.FromStrings("prometheus", "prom-1") - shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, metricsBucket, func() labels.Labels { return extLset }, metadata.TestSource, false, false, metadata.NoneFunc) + shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, metricsBucket, func() labels.Labels { return extLset }, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) ctx, cancel := context.WithCancel(context.Background()) defer cancel() @@ -99,7 +101,7 @@ func TestShipper_SyncBlocks_e2e(t *testing.T) { testutil.Ok(t, err) testutil.Equals(t, 0, b) - shipMeta, err := ReadMetaFile(dir) + shipMeta, err := ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) if len(shipMeta.Uploaded) == 0 { shipMeta.Uploaded = []ulid.ULID{} @@ -162,7 +164,7 @@ func TestShipper_SyncBlocks_e2e(t *testing.T) { testutil.Ok(t, block.Delete(ctx, log.NewNopLogger(), bkt, ids[4])) } // The shipper meta file should show all blocks as uploaded except the compacted one. - shipMeta, err = ReadMetaFile(dir) + shipMeta, err = ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) testutil.Equals(t, &Meta{Version: MetaVersion1, Uploaded: ids}, shipMeta) @@ -203,21 +205,14 @@ func TestShipper_SyncBlocksWithMigrating_e2e(t *testing.T) { extLset := labels.FromStrings("prometheus", "prom-1") - testutil.Ok(t, p.Start()) - logger := log.NewNopLogger() - upctx, upcancel := context.WithTimeout(ctx, 10*time.Second) - defer upcancel() - testutil.Ok(t, p.WaitPrometheusUp(upctx, logger)) + testutil.Ok(t, p.Start(context.Background(), logger)) p.DisableCompaction() - testutil.Ok(t, p.Restart()) - - upctx2, upcancel2 := context.WithTimeout(ctx, 10*time.Second) - defer upcancel2() - testutil.Ok(t, p.WaitPrometheusUp(upctx2, logger)) + testutil.Ok(t, p.Restart(context.Background(), logger)) - shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, bkt, func() labels.Labels { return extLset }, metadata.TestSource, true, false, metadata.NoneFunc) + uploadCompactedFunc := func() bool { return true } + shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, bkt, func() labels.Labels { return extLset }, metadata.TestSource, uploadCompactedFunc, false, metadata.NoneFunc, DefaultMetaFilename) // Create 10 new blocks. 9 of them (non compacted) should be actually uploaded. var ( @@ -270,7 +265,7 @@ func TestShipper_SyncBlocksWithMigrating_e2e(t *testing.T) { testutil.Ok(t, err) testutil.Equals(t, 0, b) - shipMeta, err := ReadMetaFile(dir) + shipMeta, err := ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) if len(shipMeta.Uploaded) == 0 { shipMeta.Uploaded = []ulid.ULID{} @@ -315,7 +310,7 @@ func TestShipper_SyncBlocksWithMigrating_e2e(t *testing.T) { testutil.Ok(t, block.Delete(ctx, log.NewNopLogger(), bkt, ids[4])) } // The shipper meta file should show all blocks as uploaded except the compacted one. - shipMeta, err = ReadMetaFile(dir) + shipMeta, err = ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) testutil.Equals(t, &Meta{Version: MetaVersion1, Uploaded: ids}, shipMeta) @@ -358,22 +353,15 @@ func TestShipper_SyncOverlapBlocks_e2e(t *testing.T) { extLset := labels.FromStrings("prometheus", "prom-1") - testutil.Ok(t, p.Start()) - logger := log.NewNopLogger() - upctx, upcancel := context.WithTimeout(ctx, 10*time.Second) - defer upcancel() - testutil.Ok(t, p.WaitPrometheusUp(upctx, logger)) + testutil.Ok(t, p.Start(context.Background(), logger)) p.DisableCompaction() - testutil.Ok(t, p.Restart()) - - upctx2, upcancel2 := context.WithTimeout(ctx, 10*time.Second) - defer upcancel2() - testutil.Ok(t, p.WaitPrometheusUp(upctx2, logger)) + testutil.Ok(t, p.Restart(context.Background(), logger)) + uploadCompactedFunc := func() bool { return true } // Here, the allowOutOfOrderUploads flag is set to true, which allows blocks with overlaps to be uploaded. - shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, bkt, func() labels.Labels { return extLset }, metadata.TestSource, true, true, metadata.NoneFunc) + shipper := New(log.NewLogfmtLogger(os.Stderr), nil, dir, bkt, func() labels.Labels { return extLset }, metadata.TestSource, uploadCompactedFunc, true, metadata.NoneFunc, DefaultMetaFilename) // Creating 2 overlapping blocks - both uploaded when OOO uploads allowed. var ( @@ -433,7 +421,7 @@ func TestShipper_SyncOverlapBlocks_e2e(t *testing.T) { testutil.Ok(t, err) testutil.Equals(t, 0, b) - shipMeta, err := ReadMetaFile(dir) + shipMeta, err := ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) if len(shipMeta.Uploaded) == 0 { shipMeta.Uploaded = []ulid.ULID{} @@ -472,7 +460,7 @@ func TestShipper_SyncOverlapBlocks_e2e(t *testing.T) { expFiles[id[i].String()+"/chunks/0002"] = []byte("chunkcontents2") // The shipper meta file should show all blocks as uploaded except the compacted one. - shipMeta, err = ReadMetaFile(dir) + shipMeta, err = ReadMetaFile(shipper.metadataFilePath) testutil.Ok(t, err) testutil.Equals(t, &Meta{Version: MetaVersion1, Uploaded: ids}, shipMeta) } diff --git a/pkg/shipper/shipper_test.go b/pkg/shipper/shipper_test.go index 75a37afcc0..1a5cd5c75a 100644 --- a/pkg/shipper/shipper_test.go +++ b/pkg/shipper/shipper_test.go @@ -29,14 +29,14 @@ import ( func TestShipperTimestamps(t *testing.T) { dir := t.TempDir() - s := New(nil, nil, dir, nil, nil, metadata.TestSource, false, false, metadata.NoneFunc) + s := New(nil, nil, dir, nil, nil, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) // Missing thanos meta file. _, _, err := s.Timestamps() testutil.NotOk(t, err) meta := &Meta{Version: MetaVersion1} - testutil.Ok(t, WriteMetaFile(log.NewNopLogger(), dir, meta)) + testutil.Ok(t, WriteMetaFile(log.NewNopLogger(), s.metadataFilePath, meta)) // Nothing uploaded, nothing in the filesystem. We assume that // we are still waiting for TSDB to dump first TSDB block. @@ -79,7 +79,7 @@ func TestShipperTimestamps(t *testing.T) { Version: MetaVersion1, Uploaded: []ulid.ULID{id1}, } - testutil.Ok(t, WriteMetaFile(log.NewNopLogger(), dir, meta)) + testutil.Ok(t, WriteMetaFile(log.NewNopLogger(), s.metadataFilePath, meta)) mint, maxt, err = s.Timestamps() testutil.Ok(t, err) testutil.Equals(t, int64(1000), mint) @@ -122,7 +122,7 @@ func TestIterBlockMetas(t *testing.T) { }, }.WriteToDir(log.NewNopLogger(), path.Join(dir, id3.String()))) - shipper := New(nil, nil, dir, nil, nil, metadata.TestSource, false, false, metadata.NoneFunc) + shipper := New(nil, nil, dir, nil, nil, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) metas, err := shipper.blockMetasFromOldest() testutil.Ok(t, err) testutil.Equals(t, sort.SliceIsSorted(metas, func(i, j int) bool { @@ -153,7 +153,7 @@ func BenchmarkIterBlockMetas(b *testing.B) { }) b.ResetTimer() - shipper := New(nil, nil, dir, nil, nil, metadata.TestSource, false, false, metadata.NoneFunc) + shipper := New(nil, nil, dir, nil, nil, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) _, err := shipper.blockMetasFromOldest() testutil.Ok(b, err) @@ -164,8 +164,8 @@ func TestShipperAddsSegmentFiles(t *testing.T) { inmemory := objstore.NewInMemBucket() - lbls := []labels.Label{{Name: "test", Value: "test"}} - s := New(nil, nil, dir, inmemory, func() labels.Labels { return lbls }, metadata.TestSource, false, false, metadata.NoneFunc) + lbls := labels.FromStrings("test", "test") + s := New(nil, nil, dir, inmemory, func() labels.Labels { return lbls }, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) id := ulid.MustNew(1, nil) blockDir := path.Join(dir, id.String()) @@ -202,28 +202,97 @@ func TestReadMetaFile(t *testing.T) { t.Run("Missing meta file", func(t *testing.T) { // Create TSDB directory without meta file dpath := t.TempDir() + fpath := filepath.Join(dpath, DefaultMetaFilename) - _, err := ReadMetaFile(dpath) - fpath := filepath.Join(dpath, MetaFilename) + _, err := ReadMetaFile(fpath) testutil.Equals(t, fmt.Sprintf(`failed to read %s: open %s: no such file or directory`, fpath, fpath), err.Error()) }) t.Run("Non-JSON meta file", func(t *testing.T) { dpath := t.TempDir() - fpath := filepath.Join(dpath, MetaFilename) + fpath := filepath.Join(dpath, DefaultMetaFilename) + // Make an invalid JSON file testutil.Ok(t, os.WriteFile(fpath, []byte("{"), 0600)) - _, err := ReadMetaFile(dpath) + _, err := ReadMetaFile(fpath) testutil.Equals(t, fmt.Sprintf(`failed to parse %s as JSON: "{": unexpected end of JSON input`, fpath), err.Error()) }) t.Run("Wrongly versioned meta file", func(t *testing.T) { dpath := t.TempDir() - fpath := filepath.Join(dpath, MetaFilename) + fpath := filepath.Join(dpath, DefaultMetaFilename) testutil.Ok(t, os.WriteFile(fpath, []byte(`{"version": 2}`), 0600)) - _, err := ReadMetaFile(dpath) + _, err := ReadMetaFile(fpath) testutil.Equals(t, "unexpected meta file version 2", err.Error()) }) } + +func TestShipperExistingThanosLabels(t *testing.T) { + dir := t.TempDir() + + inmemory := objstore.NewInMemBucket() + + lbls := labels.FromStrings("test", "test") + s := New(nil, nil, dir, inmemory, func() labels.Labels { return lbls }, metadata.TestSource, nil, false, metadata.NoneFunc, DefaultMetaFilename) + + id := ulid.MustNew(1, nil) + id2 := ulid.MustNew(2, nil) + blockDir := path.Join(dir, id.String()) + chunksDir := path.Join(blockDir, block.ChunksDirname) + testutil.Ok(t, os.MkdirAll(chunksDir, os.ModePerm)) + blockDir2 := path.Join(dir, id2.String()) + chunksDir2 := path.Join(blockDir2, block.ChunksDirname) + testutil.Ok(t, os.MkdirAll(chunksDir2, os.ModePerm)) + + // Prepare meta.json with Thanos labels. + testutil.Ok(t, metadata.Meta{ + Thanos: metadata.Thanos{ + Labels: map[string]string{ + "cluster": "us-west-2", + }, + }, + BlockMeta: tsdb.BlockMeta{ + ULID: id, + MaxTime: 2000, + MinTime: 1000, + Version: 1, + Stats: tsdb.BlockStats{ + NumSamples: 1000, // Not really, but shipper needs nonzero value. + }, + }, + }.WriteToDir(log.NewNopLogger(), path.Join(dir, id.String()))) + // Prepare a meta.json with the same label name set. + testutil.Ok(t, metadata.Meta{ + Thanos: metadata.Thanos{ + Labels: map[string]string{ + "test": "aaa", + "cluster": "us-east-1", + }, + }, + BlockMeta: tsdb.BlockMeta{ + ULID: id2, + MaxTime: 2000, + MinTime: 1000, + Version: 1, + Stats: tsdb.BlockStats{ + NumSamples: 1000, // Not really, but shipper needs nonzero value. + }, + }, + }.WriteToDir(log.NewNopLogger(), path.Join(dir, id2.String()))) + testutil.Ok(t, os.WriteFile(filepath.Join(blockDir, "index"), []byte("index file"), 0666)) + testutil.Ok(t, os.WriteFile(filepath.Join(blockDir2, "index"), []byte("index file"), 0666)) + + uploaded, err := s.Sync(context.Background()) + testutil.Ok(t, err) + testutil.Equals(t, 2, uploaded) + + meta, err := block.DownloadMeta(context.Background(), log.NewNopLogger(), inmemory, id) + testutil.Ok(t, err) + testutil.Equals(t, map[string]string{"cluster": "us-west-2", "test": "test"}, meta.Thanos.Labels) + + meta, err = block.DownloadMeta(context.Background(), log.NewNopLogger(), inmemory, id2) + testutil.Ok(t, err) + testutil.Equals(t, map[string]string{"cluster": "us-east-1", "test": "test"}, meta.Thanos.Labels) +} diff --git a/pkg/store/6545postingsrepro b/pkg/store/6545postingsrepro new file mode 100755 index 0000000000..eb59461a1c --- /dev/null +++ b/pkg/store/6545postingsrepro @@ -0,0 +1,7 @@ +›¯‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¦Ç»‹¬8‹‹‹–‹‹¬8‹¡*‹·F‹·F‹‹–‹‹·F‹–·F¡*‹‹–‹¡*‹‹¬8¡*ÂT‹‹¬8¬8‹‹–‹¡*‹‹–‹‹¡*‹‹¡*¬8‹‹–‹‹·F‹‹–‹‹¡*‹‹‹·F‹‹‹¡*‹‹¡*¡*‹·F‹¬8‹‹¡*‹¡*‹‹‹¬8‹¬8–‹¬8‹‹‹‹‹‹‹‹‹‹‹¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹ÂT‹‹ÂT‹‹ã~‹‹±Î‹‹––‹‹––––––‹¡*–¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹–‹‹‹‹‹‹–‹‹¡*›²–‹¡*¡*‹–¬8–¡*¡*––––––‹‹‹–‹¡*––‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹¡*¡*ÎÏ¡*¬8–‹‹‹‹––¡*‹–‹––¡*––¡*–¬8‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹–·FÂT‹¡*‹–¡*¡*¬8‹‹‹–––‹‹–¡*‹‹––‹¡*‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹–‹›²––‹·F–‹–¡*‹–‹–––‹‹‹–‹––‹‹‹¡*‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹–‹Çê‹–‹–‹¡*–‹‹‹‹–––‹¬8¡*¡*–‹¬8–‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹–ÙÝ¡*‹‹¡*‹‹‹–¬8‹––·F–¡*‹–‹‹‹‹‹‹–‹‹‹‹–‹‹–¼Ü‹‹–‹‹‹¡*‹––––––––¡*–––––¡*–‹–‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹–‹‹‹–‹½É ––‹¬8¬8––––––‹‹‹‹¡*–¡*‹‹¡*‹–‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹·F¢—––––––‹–¡*–¡*––‹‹––‹–¡*–¡*‹–‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹–¡*¡*±Î‹–––¡*‹¡*‹‹––––‹‹––¡*‹¡*–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–¡*Ö¡¡*¡*–¡*–‹‹––¡*‹–‹–¡*¡*––––‹‹‹‹‹‹‹–‹‹‹–‹‹‹‹–‹‹‹‹‹‹‹¡*µ÷¡*––‹–‹¬8‹–‹‹‹–¡*–––‹–¡*––‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹Øp–¡*–¡*–‹–‹–––––‹¡*¬8–‹‹–‹‹‹‹‹–‹‹‹‹‹‹–‹‹‹‹‹‹–‹‹‹‹–¬8•º +‹¬8¡*·F‹¡*–––¬8–¬8‹‹––––‹–‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹–¬8äë‹–¡*–––‹¡*–¬8ÂT¡*––¬8¡*‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹–‹–––›²––‹–¬8‹¡*‹–‹–¡*–¡*¡*–‹¡*–––‹‹‹‹–‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹¬8¡*ÎÏ––¡*–‹‹‹–––¡*–‹–‹‹·F‹–‹–‹‹‹‹‹–‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹–‹–…–––––¬8–‹‹‹¡*––––¡*¬8–‹‹‹‹–‹‹‹‹–‹‹‹‹–‹‹‹‹‹–––‹ÎÏ––¬8¡*¡*¡*‹‹–‹¡*¡*––‹·F‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*¬8¤¡*¡*‹–‹–‹¡*‹‹–¬8––––¡*–‹‹‹–‹‹‹‹‹‹‹‹–‹‹‹‹–‹‹‹‹·F¬8äë‹‹‹‹‹‹‹––Øp‹–¡*––‹¡*‹–‹‹–‹‹‹‹–‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹¼Ü¡*‹‹––‹–‹–‹––‹‹‹‹¡*¡*––‹–––‹–‹‹‹–‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹¡*‹¤–‹‹––‹‹–––‹·F–¡*–¡*‹‹–‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹–‹–ÃÁ–‹‹–¡*–––‹‹‹¬8¬8‹–‹‹¡*‹–‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹––¡*¦À¡*·F‹‹–¡*‹‹‹–‹––‹––¡*‹–––‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹–‹‹‹‹‹¡*ú‡––‹–¬8‹¡*––‹¡*––––¬8–‹‹–‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹–‹‹–¡*¬8–‹–––‹‹–‹––‹–¡*¡*––––‹¡*‹–‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹–‹‹‹‹‹––™Ÿ•‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ùš‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ã~‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Ž‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹b/@‹5‹*+P%‹‹‹"‹‹‹Z:?%‹A-‹42‹+:‹2‹‹*‹‹;&‹B‹5‹‹‹‹D‹w‹‹Z^‹‹ga"‹2‹1‹+‹‹#‹?1+$‹1‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹b‹L‹&‹@\'*‹‹%‹‹"‹‹:‹??‹G‹0‹‹‹P‹:‹9‹2‹‹Z*‹&B‹5‹‹K‹A‹U‹‹Ib‹^Z]‹g‹‹'"2‹!‹1‹+/‹#‹?1+ $2#‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹&‹/‹@‹‹-‹*‹2‹‹‹Z‹:‹‹‹0‹‹‹‹2‹‹+:*‹B‹,‹R‹59‹kKA‹‹b‹‹L‹‹‹‹a‹"‹‹!‹$‹‹?‹+‹$‹‹‹‹2‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹?‹‹&‹‹\‹'5*%‹‹"‹‹:‹?‹%‹0A‹‹2‹P‹:H‹‹‹Z‹*‹‹B‹R‹kK‹A‹U‹‹bZ‹‹‹Z‹A‹‹a‹‹!+‹‹‹‹?‹1‹‹‹$2‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹?‹‹‹‹‹@-‹‹P‹‹(‹‹Z:‹‹%‹‹4‹2‹P‹‹+:‹:‹H‹H‹2‹Z*%‹;&‹,‹R‹‹9k‹w‹‹‹A‹]‹ga‹K‹‹"‹2‹‹1‹‹$#‹‹1‹‹‹‹‹‹‹‹1‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹?‹b‹\‹‹-‹*‹‹‹"‹Z‹‹??G%‹A‹‹2P‹<‹+:‹:‹9H‹‹‹*‹;‹&‹B‹‹‹‹‹‹ADI‹^‹Z‹A‹‹"‹!‹‹+‹‹‹?‹‹2#1‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹L‹‹‹5‹+‹P‹2(‹Z‹?‹G‹%‹0‹2‹<‹‹:‹‹‹H‹2‹‹‹Z‹*‹‹;‹‹B‹‹59‹A‹bZ‹^‹LZ‹ga‹K‹‹'"‹!‹‹+‹/‹$‹#‹+‹ ‹:‹‹#‹1‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ$$ŒŒŒŒŒ‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$Œ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒ‹‹Œ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒ‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒ‹‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ%%ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹Œ‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹Œ‹‹‹‹‹ŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ$$ŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹Œ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒ‹‹‹Œ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒ$Œ‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ$$Œ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹Œ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹Œ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ$$Œ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$$Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒ‹ŒŒ‹‹Œ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒ‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$$$ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ$$$$$ŒŒŒ‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$$ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒ‹‹‹‹ŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$$Œ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ$$$$ŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹‹Œ‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹Œ$$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$$Œ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹ŒŒ‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹ŒŒ‹ŒŒŒŒ‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹Œ‹Œ‹‹‹ŒŒŒŒŒ$$$ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ$$$Œ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹Œ‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒ$$$Œ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹Œ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹Œ‹Œ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹ŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ$$ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹ŒŒŒ‹‹ŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹Œ‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹Œ‹‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ$$ŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒ‹ŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹Œ‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹Œ$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒ‹ŒŒŒ‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ$$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$$ŒŒŒ‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹‹ŒŒ‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹ŒŒ$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒ%%%%Œ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒ$$$$ŒŒ‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ$ŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹Œ‹‹ŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹‹Œ‹‹‹‹ŒŒŒ‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹Œ‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ$$$Œ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒ‹ŒŒŒ‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹Œ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒ%Œ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒ‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒ‹Œ‹‹‹Œ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹Œ$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹Œ‹‹ŒŒŒ‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒ$$$$ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ$$$ŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒ‹‹‹Œ‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒ‹ŒŒŒŒ‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹Œ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒ‹ŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹Œ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹$ŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒ‹ŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹Œ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$$Œ‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹Œ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ$$Œ‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ$Œ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒ‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒŒ‹‹ŒŒ‹ŒŒŒ‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ$$$Œ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$Œ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ$$$ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ$$$ŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ$$$ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒ‹‹‹Œ‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ$$$$ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹Œ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ$$ŒŒ‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$Œ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ$$$ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹ŒŒ‹‹Œ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒ‹‹‹Œ‹‹ŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹ŒŒ$$$$$ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹Œ‹ŒŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹Œ‹‹‹ŒŒŒ‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ%%%ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹ŒŒ$$ŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹Œ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒ‹Œ‹‹‹Œ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ$$$$ŒŒ‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒ‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$$$Œ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹ŒŒŒ‹‹‹‹Œ‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ%%ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒ‹Œ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ$$ŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹Œ‹‹‹Œ‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹Œ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$ŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹ŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹Œ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ%ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹‹‹Œ‹‹‹Œ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹ŒŒŒ$$$ŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹$$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹Œ‹Œ‹‹‹Œ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹Œ$$$ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹Œ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒ‹Œ$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒ‹‹ŒŒŒ‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ%%ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹Œ‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹Œ‹‹ŒŒŒŒŒ‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ$Œ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹Œ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ$$$$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$$ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹ŒŒŒ‹‹‹Œ‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ$ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ$Œ‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹Œ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹Œ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ$$$Œ‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒ‹‹‹‹Œ‹‹ŒŒŒŒ‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹Œ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹ŒŒŒ‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒ‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹$$$ŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹ŒŒŒ‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹Œ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒ‹‹ŒŒ‹‹ŒŒŒ‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ$$$ŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒ‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ%%%ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹Œ‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹Œ‹‹‹ŒŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$ŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹Œ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ$$Œ‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹Œ‹ŒŒŒŒŒ‹‹‹‹ŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹Œ‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹Œ‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒ$$ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹ŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹Œ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹‹ŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒ$$ŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$$$Œ‹ŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹Œ‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒ‹ŒŒ‹‹ŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒ‹‹ŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒ‹ŒŒ‹‹‹‹ŒŒŒ‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒ$ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒ$$ŒŒ‹‹‹‹ŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒ‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒ‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒ‹‹ŒŒŒ‹‹‹ŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒ‹ŒŒ‹‹ŒŒŒŒŒ‹ŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹‹ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒŒ‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒ‹ŒŒŒŒ$ŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒŒ‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹ŒŒŒ‹‹ŒŒŒŒ‹‹‹‹ŒŒ‹ŒŒ‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒ‹‹‹‹ŒŒŒ‹‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹ŒŒŒ‹‹Œ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒ‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹ŒŒŒŒŒŒ‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹ŒŒŒŒŒ‹‹‹ŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒŒŒ$$$ŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒŒ‹‹ŒŒ%%ŒŒŒŒ‹‹‹ŒŒŒŒŒŒŒŒ‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ ‹‹‹‹$‹‹‹‹ ‹‹‹‹‹‹‹‹‹‹$‹‹‹‹‹)‹‹'‹‹‹$‹‹‹‹‹ ‹‹‹"‹)‹‹‹‹‹‹‹‹$‹‹‹$‹‹‹‹ +‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹$‹‹‹‹‹‹‹‹‹#‹‹‹‹‹‹‹$‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹$‹‹‹‹‹‹#‹‹‹‹ ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ +‹‹‹‹‹‹‹‹‹‹ +‹‹‹‹‹‹‹‹‹‹#‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ ‹‹‹ + ‹‹‹ ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹ŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒŒ‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¥Þ‹‹‹‹–––‹–‹¬8·F–––¡*–‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹¡*¡*™ã ¡*·F‹‹–¬8–‹¡*‹‹–¡*‹––¡*‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹–íª ‹––––‹––‹‹¡*–‹‹¡*‹–‹–‹–––‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹·F–½É ‹–¬8¡*¬8¡*¡*¡*‹––‹¡*––‹‹‹–‹‹–‹‹‹‹‹–‹‹‹‹‹‹–‹‹‹‹‹–ŽÕ ¡*¬8–‹‹¬8¡*‹‹–‹‹‹¡*––‹‹¡*‹‹‹‹‹–‹‹‹‹‹–‹‹‹‹‹‹‹‹‹¬8 È +¬8–‹‹‹–‹‹‹–‹–‹–ÂT–·F‹––‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹–‹‹‹‹‹·F¬8¡*‹‹–‹‹‹‹ÂT¡*–––‹––¡*‹–‹‹‹–‹‹‹‹‹‹‹‹‹‹–‹‹‹–˜&‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–Ìâ‹–‹·F–––¡*–‹¡*––‹¬8–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹™ã –‹–‹¡*‹¡*–‹––·F‹–‹–––‹–‹‹‹‹‹‹–‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹–Óå ‹¡*‹¡*¡*¡*¬8‹‹–‹‹‹¬8–‹¡*–‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹¡*ø¸ ‹––·F–‹––‹––––‹¡*–·F¡*–‹¡*–‹‹‹‹–‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹‹‹¡*¬8¦Ë–––‹‹–‹¡*‹–·F‹–ÂT–‹‹––‹‹‹‹‹‹‹‹‹‹‹‹‹‹–‹‹‹‹‹‹–‹‹‹‹‹‹¡*–‹ \ No newline at end of file diff --git a/pkg/store/acceptance_test.go b/pkg/store/acceptance_test.go index f7fdeaba2a..8dc415439c 100644 --- a/pkg/store/acceptance_test.go +++ b/pkg/store/acceptance_test.go @@ -5,16 +5,40 @@ package store import ( "context" + "fmt" + "math" + "net/url" + "os" + "path/filepath" "testing" "time" + "github.com/efficientgo/core/testutil" + "github.com/go-kit/log" "github.com/pkg/errors" + "golang.org/x/exp/slices" + + "github.com/prometheus/common/model" "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/model/relabel" "github.com/prometheus/prometheus/model/timestamp" "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/tsdb" + "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/efficientgo/core/testutil" + "github.com/thanos-io/objstore" + "github.com/thanos-io/objstore/providers/filesystem" + + "github.com/thanos-io/thanos/pkg/block" + "github.com/thanos-io/thanos/pkg/block/metadata" + "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/promclient" + "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" + "github.com/thanos-io/thanos/pkg/store/storepb/prompb" + storetestutil "github.com/thanos-io/thanos/pkg/store/storepb/testutil" + "github.com/thanos-io/thanos/pkg/testutil/custom" + "github.com/thanos-io/thanos/pkg/testutil/e2eutil" ) type labelNameCallCase struct { @@ -37,8 +61,20 @@ type labelValuesCallCase struct { expectErr error } -// testLabelAPIs tests labels methods from StoreAPI from closed box perspective. -func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append func(app storage.Appender)) storepb.StoreServer) { +type seriesCallCase struct { + matchers []storepb.LabelMatcher + start int64 + end int64 + skipChunks bool + + expectedLabels []labels.Labels + expectErr error +} + +type startStoreFn func(t *testing.T, extLset labels.Labels, append func(app storage.Appender)) storepb.StoreServer + +// testStoreAPIsAcceptance tests StoreAPI from closed box perspective. +func testStoreAPIsAcceptance(t *testing.T, startStore startStoreFn) { t.Helper() now := time.Now() @@ -48,6 +84,7 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f appendFn func(app storage.Appender) labelNameCalls []labelNameCallCase labelValuesCalls []labelValuesCallCase + seriesCalls []seriesCallCase }{ { desc: "no label in tsdb, empty results", @@ -72,6 +109,7 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f }, labelValuesCalls: []labelValuesCallCase{ {start: timestamp.FromTime(minTime), end: timestamp.FromTime(maxTime), label: "foo", expectedValues: []string{"foovalue1"}}, + {start: timestamp.FromTime(minTime), end: timestamp.FromTime(maxTime), label: "replica"}, }, }, { @@ -159,6 +197,20 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f matchers: []storepb.LabelMatcher{{Type: storepb.LabelMatcher_EQ, Name: "bar", Value: "different"}}, }, // Matchers on external labels. + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + label: "region", + expectedValues: []string(nil), + matchers: []storepb.LabelMatcher{{Type: storepb.LabelMatcher_EQ, Name: "__name__", Value: "nonexistent"}}, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + label: "region", + expectedValues: []string(nil), + matchers: []storepb.LabelMatcher{{Type: storepb.LabelMatcher_EQ, Name: "region", Value: "eu-east"}}, + }, { start: timestamp.FromTime(minTime), end: timestamp.FromTime(maxTime), @@ -187,19 +239,494 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f }, }, }, + { + desc: "conflicting internal and external labels when skipping chunks", + appendFn: func(app storage.Appender) { + _, err := app.Append(0, labels.FromStrings("foo", "bar", "region", "somewhere"), 0, 0) + testutil.Ok(t, err) + testutil.Ok(t, app.Commit()) + }, + seriesCalls: []seriesCallCase{ + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "foo", Value: "bar"}, + }, + skipChunks: true, + expectedLabels: []labels.Labels{ + labels.FromStrings("foo", "bar", "region", "eu-west"), + }, + }, + }, + }, + { + desc: "series matcher on other labels when requesting external labels", + appendFn: func(app storage.Appender) { + _, err := app.Append(0, labels.FromStrings("__name__", "up", "foo", "bar", "job", "C"), 0, 0) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("__name__", "up", "foo", "baz", "job", "C"), 0, 0) + testutil.Ok(t, err) + + testutil.Ok(t, app.Commit()) + }, + labelValuesCalls: []labelValuesCallCase{ + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + label: "region", + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "__name__", Value: "up"}, + {Type: storepb.LabelMatcher_EQ, Name: "job", Value: "C"}, + }, + expectedValues: []string{"eu-west"}, + }, + }, + }, + { + // Testcases taken from https://github.com/prometheus/prometheus/blob/95e705612c1d557f1681bd081a841b78f93ee158/tsdb/querier_test.go#L1898 + desc: "matching behavior", + appendFn: func(app storage.Appender) { + _, err := app.Append(0, labels.FromStrings("n", "1"), 0, 0) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("n", "1", "i", "a"), 0, 0) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("n", "1", "i", "b"), 0, 0) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("n", "2"), 0, 0) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("n", "2.5"), 0, 0) + testutil.Ok(t, err) + + testutil.Ok(t, app.Commit()) + }, + seriesCalls: []seriesCallCase{ + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_EQ, Name: "i", Value: "a"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_EQ, Name: "i", Value: "missing"}, + }, + expectedLabels: []labels.Labels{}, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "missing", Value: ""}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NEQ, Name: "n", Value: "1"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: ".+"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: ".*"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "i", Value: ""}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NEQ, Name: "i", Value: ""}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NEQ, Name: "missing", Value: ""}, + }, + expectedLabels: []labels.Labels{}, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NEQ, Name: "i", Value: "a"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "n", Value: "^1$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^a$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^a?$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^.*$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^.+$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NRE, Name: "n", Value: "^1$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NRE, Name: "n", Value: "1"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NRE, Name: "n", Value: "1|2.5"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NRE, Name: "n", Value: "(1|2.5)"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NRE, Name: "i", Value: "^a$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NRE, Name: "i", Value: "^a?$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NRE, Name: "i", Value: "^$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NRE, Name: "i", Value: "^.*$"}, + }, + expectedLabels: []labels.Labels{}, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NRE, Name: "i", Value: "^.+$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NEQ, Name: "i", Value: ""}, + {Type: storepb.LabelMatcher_EQ, Name: "i", Value: "a"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "n", Value: "1"}, + {Type: storepb.LabelMatcher_NEQ, Name: "i", Value: "b"}, + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "^(b|a).*$"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "n", Value: "(1|2)"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "a|b"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "(a|b)"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("i", "a", "n", "1", "region", "eu-west"), + labels.FromStrings("i", "b", "n", "1", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "n", Value: "x1|2"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "n", Value: "2|2\\.5"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "c||d"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + { + start: timestamp.FromTime(minTime), + end: timestamp.FromTime(maxTime), + matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "i", Value: "(c||d)"}, + }, + expectedLabels: []labels.Labels{ + labels.FromStrings("n", "1", "region", "eu-west"), + labels.FromStrings("n", "2", "region", "eu-west"), + labels.FromStrings("n", "2.5", "region", "eu-west"), + }, + }, + }, + }, } { t.Run(tc.desc, func(t *testing.T) { appendFn := tc.appendFn if appendFn == nil { appendFn = func(storage.Appender) {} } - store := startStore(extLset, appendFn) + store := startStore(t, extLset, appendFn) + for _, c := range tc.labelNameCalls { t.Run("label_names", func(t *testing.T) { resp, err := store.LabelNames(context.Background(), &storepb.LabelNamesRequest{ - Start: c.start, - End: c.end, - Matchers: c.matchers, + Start: c.start, + End: c.end, + Matchers: c.matchers, + WithoutReplicaLabels: []string{"replica"}, }) if c.expectErr != nil { testutil.NotOk(t, err) @@ -215,12 +742,13 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f }) } for _, c := range tc.labelValuesCalls { - t.Run("label_name_values", func(t *testing.T) { + t.Run("label_values", func(t *testing.T) { resp, err := store.LabelValues(context.Background(), &storepb.LabelValuesRequest{ - Start: c.start, - End: c.end, - Label: c.label, - Matchers: c.matchers, + Start: c.start, + End: c.end, + Label: c.label, + Matchers: c.matchers, + WithoutReplicaLabels: []string{"replica"}, }) if c.expectErr != nil { testutil.NotOk(t, err) @@ -235,6 +763,405 @@ func testLabelAPIs(t *testing.T, startStore func(extLset labels.Labels, append f testutil.Equals(t, c.expectedValues, resp.Values) }) } + for _, c := range tc.seriesCalls { + t.Run("series", func(t *testing.T) { + srv := newStoreSeriesServer(context.Background()) + err := store.Series(&storepb.SeriesRequest{ + MinTime: c.start, + MaxTime: c.end, + Matchers: c.matchers, + SkipChunks: c.skipChunks, + WithoutReplicaLabels: []string{"replica"}, + }, srv) + if c.expectErr != nil { + testutil.NotOk(t, err) + testutil.Equals(t, c.expectErr.Error(), err.Error()) + return + } + testutil.Ok(t, err) + + testutil.Assert(t, slices.IsSortedFunc(srv.SeriesSet, func(x, y storepb.Series) int { + return labels.Compare(x.PromLabels(), y.PromLabels()) + }), "Unsorted Series response returned") + + receivedLabels := make([]labels.Labels, 0) + for _, s := range srv.SeriesSet { + receivedLabels = append(receivedLabels, s.PromLabels()) + } + + testutil.Equals(t, c.expectedLabels, receivedLabels) + }) + } }) } } + +// Regression test for https://github.com/thanos-io/thanos/issues/396. +// Note: Only TSDB and Prometheus Stores do this. +func testStoreAPIsSeriesSplitSamplesIntoChunksWithMaxSizeOf120(t *testing.T, startStore startStoreFn) { + t.Run("should split into chunks of max size 120", func(t *testing.T) { + baseT := timestamp.FromTime(time.Now().AddDate(0, 0, -2)) / 1000 * 1000 + offset := int64(2*math.MaxUint16 + 5) + + extLset := labels.FromStrings("region", "eu-west") + appendFn := func(app storage.Appender) { + + var ( + ref storage.SeriesRef + err error + ) + for i := int64(0); i < offset; i++ { + ref, err = app.Append(ref, labels.FromStrings("a", "b"), baseT+i, 1) + testutil.Ok(t, err) + } + testutil.Ok(t, app.Commit()) + + } + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + + client := startStore(t, extLset, appendFn) + srv := newStoreSeriesServer(ctx) + + testutil.Ok(t, client.Series(&storepb.SeriesRequest{ + MinTime: baseT, + MaxTime: baseT + offset, + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "b"}, + {Type: storepb.LabelMatcher_EQ, Name: "region", Value: "eu-west"}, + }, + }, srv)) + + testutil.Equals(t, 1, len(srv.SeriesSet)) + + firstSeries := srv.SeriesSet[0] + + testutil.Equals(t, []labelpb.ZLabel{ + {Name: "a", Value: "b"}, + {Name: "region", Value: "eu-west"}, + }, firstSeries.Labels) + + testutil.Equals(t, 1093, len(firstSeries.Chunks)) + for i := 0; i < len(firstSeries.Chunks)-1; i++ { + chunk, err := chunkenc.FromData(chunkenc.EncXOR, firstSeries.Chunks[i].Raw.Data) + testutil.Ok(t, err) + testutil.Equals(t, 120, chunk.NumSamples()) + } + + chunk, err := chunkenc.FromData(chunkenc.EncXOR, firstSeries.Chunks[len(firstSeries.Chunks)-1].Raw.Data) + testutil.Ok(t, err) + testutil.Equals(t, 35, chunk.NumSamples()) + }) +} + +func TestBucketStore_Acceptance(t *testing.T) { + t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) + ctx := context.Background() + + startStore := func(lazyExpandedPostings bool) func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + return func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + tmpDir := tt.TempDir() + bktDir := filepath.Join(tmpDir, "bkt") + auxDir := filepath.Join(tmpDir, "aux") + metaDir := filepath.Join(tmpDir, "meta") + + testutil.Ok(tt, os.MkdirAll(metaDir, os.ModePerm)) + testutil.Ok(tt, os.MkdirAll(auxDir, os.ModePerm)) + + bkt, err := filesystem.NewBucket(bktDir) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, bkt.Close()) }) + + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = tmpDir + headOpts.ChunkRange = 1000 + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, h.Close()) }) + logger := log.NewNopLogger() + + appendFn(h.Appender(context.Background())) + + if h.NumSeries() == 0 { + tt.Skip("Bucket Store cannot handle empty HEAD") + } + + for _, replica := range []string{"r1", "r2"} { + id := storetestutil.CreateBlockFromHead(tt, auxDir, h) + + auxBlockDir := filepath.Join(auxDir, id.String()) + meta, err := metadata.ReadFromDir(auxBlockDir) + testutil.Ok(t, err) + stats, err := block.GatherIndexHealthStats(ctx, logger, filepath.Join(auxBlockDir, block.IndexFilename), meta.MinTime, meta.MaxTime) + testutil.Ok(t, err) + _, err = metadata.InjectThanos(log.NewNopLogger(), auxBlockDir, metadata.Thanos{ + Labels: labels.NewBuilder(extLset).Set("replica", replica).Labels().Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + IndexStats: metadata.IndexStats{SeriesMaxSize: stats.SeriesMaxSize, ChunkMaxSize: stats.ChunkMaxSize}, + }, nil) + testutil.Ok(tt, err) + + testutil.Ok(tt, block.Upload(ctx, logger, bkt, auxBlockDir, metadata.NoneFunc)) + } + + chunkPool, err := NewDefaultChunkBytesPool(2e5) + testutil.Ok(tt, err) + + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, insBkt, baseBlockIDsFetcher, metaDir, nil, []block.MetadataFilter{ + block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), + }) + testutil.Ok(tt, err) + + bucketStore, err := NewBucketStore( + objstore.WithNoopInstr(bkt), + metaFetcher, + "", + NewChunksLimiterFactory(10e6), + NewSeriesLimiterFactory(10e6), + NewBytesLimiterFactory(10e6), + NewGapBasedPartitioner(PartitionerMaxGapSize), + 20, + true, + DefaultPostingOffsetInMemorySampling, + false, + false, + 1*time.Minute, + WithChunkPool(chunkPool), + WithFilterConfig(allowAllFilterConf), + WithLazyExpandedPostings(lazyExpandedPostings), + ) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, bucketStore.Close()) }) + + testutil.Ok(tt, bucketStore.SyncBlocks(context.Background())) + + return bucketStore + } + } + + for _, lazyExpandedPostings := range []bool{false, true} { + t.Run(fmt.Sprintf("lazyExpandedPostings:%t", lazyExpandedPostings), func(t *testing.T) { + testStoreAPIsAcceptance(t, startStore(lazyExpandedPostings)) + }) + } +} + +func TestPrometheusStore_Acceptance(t *testing.T) { + t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) + + startStore := func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + p, err := e2eutil.NewPrometheus() + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, p.Stop()) }) + + appendFn(p.Appender()) + + testutil.Ok(tt, p.Start(context.Background(), log.NewNopLogger())) + u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) + testutil.Ok(tt, err) + + version, err := promclient.NewDefaultClient().BuildVersion(context.Background(), u) + testutil.Ok(tt, err) + + promStore, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, + func() labels.Labels { return extLset }, + func() (int64, int64) { return timestamp.FromTime(minTime), timestamp.FromTime(maxTime) }, + func() string { return version }) + testutil.Ok(tt, err) + + // We build chunks only for SAMPLES method. Make sure we ask for SAMPLES only. + promStore.remoteReadAcceptableResponses = []prompb.ReadRequest_ResponseType{prompb.ReadRequest_SAMPLES} + + return promStore + } + + testStoreAPIsAcceptance(t, startStore) + testStoreAPIsSeriesSplitSamplesIntoChunksWithMaxSizeOf120(t, startStore) +} + +func TestTSDBStore_Acceptance(t *testing.T) { + t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) + + startStore := func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + db, err := e2eutil.NewTSDB() + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, db.Close()) }) + appendFn(db.Appender(context.Background())) + + return NewTSDBStore(nil, db, component.Rule, extLset) + } + + testStoreAPIsAcceptance(t, startStore) + testStoreAPIsSeriesSplitSamplesIntoChunksWithMaxSizeOf120(t, startStore) +} + +func TestProxyStoreWithTSDBSelector_Acceptance(t *testing.T) { + t.Skip("This is a known issue, we need to think how to fix it") + + t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) + ctx := context.Background() + + startStore := func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + startNestedStore := func(tt *testing.T, appendFn func(app storage.Appender), extLsets ...labels.Labels) storepb.StoreServer { + tmpDir := tt.TempDir() + bktDir := filepath.Join(tmpDir, "bkt") + auxDir := filepath.Join(tmpDir, "aux") + metaDir := filepath.Join(tmpDir, "meta") + + testutil.Ok(tt, os.MkdirAll(metaDir, os.ModePerm)) + testutil.Ok(tt, os.MkdirAll(auxDir, os.ModePerm)) + + bkt, err := filesystem.NewBucket(bktDir) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, bkt.Close()) }) + + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = tmpDir + headOpts.ChunkRange = 1000 + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, h.Close()) }) + logger := log.NewNopLogger() + + appendFn(h.Appender(context.Background())) + + if h.NumSeries() == 0 { + tt.Skip("Bucket Store cannot handle empty HEAD") + } + + for _, extLset := range extLsets { + id := storetestutil.CreateBlockFromHead(tt, auxDir, h) + + auxBlockDir := filepath.Join(auxDir, id.String()) + meta, err := metadata.ReadFromDir(auxBlockDir) + testutil.Ok(t, err) + stats, err := block.GatherIndexHealthStats(ctx, logger, filepath.Join(auxBlockDir, block.IndexFilename), meta.MinTime, meta.MaxTime) + testutil.Ok(t, err) + _, err = metadata.InjectThanos(log.NewNopLogger(), auxBlockDir, metadata.Thanos{ + Labels: extLset.Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + IndexStats: metadata.IndexStats{SeriesMaxSize: stats.SeriesMaxSize, ChunkMaxSize: stats.ChunkMaxSize}, + }, nil) + testutil.Ok(tt, err) + + testutil.Ok(tt, block.Upload(ctx, logger, bkt, auxBlockDir, metadata.NoneFunc)) + } + + chunkPool, err := NewDefaultChunkBytesPool(2e5) + testutil.Ok(tt, err) + + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, insBkt, baseBlockIDsFetcher, metaDir, nil, []block.MetadataFilter{ + block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), + }) + testutil.Ok(tt, err) + + bucketStore, err := NewBucketStore( + objstore.WithNoopInstr(bkt), + metaFetcher, + "", + NewChunksLimiterFactory(10e6), + NewSeriesLimiterFactory(10e6), + NewBytesLimiterFactory(10e6), + NewGapBasedPartitioner(PartitionerMaxGapSize), + 20, + true, + DefaultPostingOffsetInMemorySampling, + false, + false, + 1*time.Minute, + WithChunkPool(chunkPool), + WithFilterConfig(allowAllFilterConf), + ) + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, bucketStore.Close()) }) + + testutil.Ok(tt, bucketStore.SyncBlocks(context.Background())) + + return bucketStore + } + + extLset1 := labels.NewBuilder(extLset).Set("L1", "A").Set("L2", "B").Labels() + extLset2 := labels.NewBuilder(extLset).Set("L1", "C").Set("L2", "D").Labels() + extLset3 := labels.NewBuilder(extLset).Set("L1", "A").Set("L2", "D").Labels() + + p1 := startNestedStore(tt, appendFn, extLset1, extLset2, extLset3) + + clients := []Client{ + storetestutil.TestClient{StoreClient: storepb.ServerAsClient(p1), ExtLset: []labels.Labels{extLset1, extLset2, extLset3}}, + } + + relabelCfgs := []*relabel.Config{{ + SourceLabels: model.LabelNames([]model.LabelName{"L1", "L2"}), + Separator: "-", + Regex: relabel.MustNewRegexp("(A-B|C-D)"), + Action: relabel.Keep, + }} + + return NewProxyStore(nil, nil, func() []Client { return clients }, component.Query, labels.EmptyLabels(), 0*time.Second, RetrievalStrategy(EagerRetrieval), WithTSDBSelector(NewTSDBSelector(relabelCfgs))) + } + + client := startStore(t, labels.EmptyLabels(), func(app storage.Appender) { + _, err := app.Append(0, labels.FromStrings("a", "b"), 0, 0) + testutil.Ok(t, err) + testutil.Ok(t, app.Commit()) + }) + srv := newStoreSeriesServer(ctx) + + testutil.Ok(t, client.Series(&storepb.SeriesRequest{ + MinTime: minTime.Unix(), + MaxTime: maxTime.Unix(), + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "b"}, + }, + }, srv)) + + receivedLabels := make([]labels.Labels, 0) + for _, s := range srv.SeriesSet { + receivedLabels = append(receivedLabels, s.PromLabels()) + } + + // This fails currently because the method of using matchers cannot drop extLset3 even though we should only + // select extLset1 and extLset2 because of the TSDB Selector + testutil.Equals(t, receivedLabels, []labels.Labels{ + labels.FromStrings("L1", "A", "L2", "B", "a", "b"), + labels.FromStrings("L1", "C", "L2", "D", "a", "b"), + }) + +} + +func TestProxyStoreWithReplicas_Acceptance(t *testing.T) { + t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) + + startStore := func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + startNestedStore := func(tt *testing.T, extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { + db, err := e2eutil.NewTSDB() + testutil.Ok(tt, err) + tt.Cleanup(func() { testutil.Ok(tt, db.Close()) }) + appendFn(db.Appender(context.Background())) + + return NewTSDBStore(nil, db, component.Rule, extLset) + + } + + extLset1 := labels.NewBuilder(extLset).Set("replica", "r1").Labels() + extLset2 := labels.NewBuilder(extLset).Set("replica", "r2").Labels() + + p1 := startNestedStore(tt, extLset1, appendFn) + p2 := startNestedStore(tt, extLset2, appendFn) + + clients := []Client{ + storetestutil.TestClient{StoreClient: storepb.ServerAsClient(p1), ExtLset: []labels.Labels{extLset1}}, + storetestutil.TestClient{StoreClient: storepb.ServerAsClient(p2), ExtLset: []labels.Labels{extLset2}}, + } + + return NewProxyStore(nil, nil, func() []Client { return clients }, component.Query, labels.EmptyLabels(), 0*time.Second, RetrievalStrategy(EagerRetrieval)) + } + + testStoreAPIsAcceptance(t, startStore) +} diff --git a/pkg/store/bucket.go b/pkg/store/bucket.go index ac4e439ab2..75a85dd9fb 100644 --- a/pkg/store/bucket.go +++ b/pkg/store/bucket.go @@ -14,17 +14,13 @@ import ( "math" "os" "path" - "path/filepath" "sort" "strings" "sync" "time" - "github.com/weaveworks/common/httpgrpc" - - "github.com/cespare/xxhash" - "github.com/alecthomas/units" + "github.com/cespare/xxhash" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/gogo/protobuf/types" @@ -38,14 +34,14 @@ import ( "github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/encoding" "github.com/prometheus/prometheus/tsdb/index" + "github.com/weaveworks/common/httpgrpc" + "golang.org/x/exp/slices" "golang.org/x/sync/errgroup" - "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "github.com/thanos-io/objstore" - "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/indexheader" "github.com/thanos-io/thanos/pkg/block/metadata" @@ -53,6 +49,7 @@ import ( "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/extprom" "github.com/thanos-io/thanos/pkg/gate" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/model" "github.com/thanos-io/thanos/pkg/pool" "github.com/thanos-io/thanos/pkg/runutil" @@ -61,9 +58,21 @@ import ( "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/strutil" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) +type StoreDataType int + +const ( + PostingsFetched StoreDataType = iota + PostingsTouched + SeriesFetched + SeriesTouched + ChunksFetched + ChunksTouched +) + const ( // MaxSamplesPerChunk is approximately the max number of samples that we may have in any given chunk. This is needed // for precalculating the number of samples that we may have to retrieve and decode for any given query @@ -73,8 +82,8 @@ const ( // Take a look at Figure 6 in this whitepaper http://www.vldb.org/pvldb/vol8/p1816-teller.pdf. MaxSamplesPerChunk = 120 // EstimatedMaxChunkSize is average max of chunk size. This can be exceeded though in very rare (valid) cases. - EstimatedMaxChunkSize = 16000 - maxSeriesSize = 64 * 1024 + EstimatedMaxChunkSize = 16000 + EstimatedMaxSeriesSize = 64 * 1024 // Relatively large in order to reduce memory waste, yet small enough to avoid excessive allocations. chunkBytesPoolMinSize = 64 * 1024 // 64 KiB chunkBytesPoolMaxSize = 64 * 1024 * 1024 // 64 MiB @@ -122,29 +131,41 @@ type bucketStoreMetrics struct { lastLoadedBlock prometheus.Gauge blockDrops prometheus.Counter blockDropFailures prometheus.Counter + blockLoadDuration prometheus.Histogram seriesDataTouched *prometheus.HistogramVec seriesDataFetched *prometheus.HistogramVec seriesDataSizeTouched *prometheus.HistogramVec seriesDataSizeFetched *prometheus.HistogramVec - seriesBlocksQueried prometheus.Histogram - seriesGetAllDuration prometheus.Histogram - seriesMergeDuration prometheus.Histogram - resultSeriesCount prometheus.Histogram - chunkSizeBytes prometheus.Histogram - postingsSizeBytes prometheus.Histogram + seriesBlocksQueried *prometheus.HistogramVec + seriesGetAllDuration *prometheus.HistogramVec + seriesMergeDuration *prometheus.HistogramVec + resultSeriesCount *prometheus.HistogramVec + chunkSizeBytes *prometheus.HistogramVec + postingsSizeBytes *prometheus.HistogramVec queriesDropped *prometheus.CounterVec - seriesRefetches prometheus.Counter - emptyPostingCount prometheus.Counter + seriesRefetches *prometheus.CounterVec + chunkRefetches *prometheus.CounterVec + emptyPostingCount *prometheus.CounterVec + + lazyExpandedPostingsCount prometheus.Counter + lazyExpandedPostingSizeBytes prometheus.Counter + lazyExpandedPostingSeriesOverfetchedSizeBytes prometheus.Counter cachedPostingsCompressions *prometheus.CounterVec cachedPostingsCompressionErrors *prometheus.CounterVec cachedPostingsCompressionTimeSeconds *prometheus.CounterVec - cachedPostingsOriginalSizeBytes prometheus.Counter - cachedPostingsCompressedSizeBytes prometheus.Counter + cachedPostingsOriginalSizeBytes *prometheus.CounterVec + cachedPostingsCompressedSizeBytes *prometheus.CounterVec - seriesFetchDuration prometheus.Histogram - postingsFetchDuration prometheus.Histogram - chunkFetchDuration prometheus.Histogram + seriesFetchDuration *prometheus.HistogramVec + // Counts time for fetching series across all batches. + seriesFetchDurationSum *prometheus.HistogramVec + postingsFetchDuration *prometheus.HistogramVec + // chunkFetchDuration counts total time loading chunks, but since we spawn + // multiple goroutines the actual latency is usually much lower than it. + chunkFetchDuration *prometheus.HistogramVec + // Actual absolute total time for loading chunks. + chunkFetchDurationSum *prometheus.HistogramVec } func newBucketStoreMetrics(reg prometheus.Registerer) *bucketStoreMetrics { @@ -174,126 +195,161 @@ func newBucketStoreMetrics(reg prometheus.Registerer) *bucketStoreMetrics { Name: "thanos_bucket_store_blocks_last_loaded_timestamp_seconds", Help: "Timestamp when last block got loaded.", }) - + m.blockLoadDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + Name: "thanos_bucket_store_block_load_duration_seconds", + Help: "The total time taken to load a block in seconds.", + Buckets: []float64{0.1, 0.2, 0.5, 1, 2, 5, 15, 30, 60, 90, 120, 300}, + }) m.seriesDataTouched = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_data_touched", Help: "Number of items of a data type touched to fulfill a single Store API series request.", Buckets: prometheus.ExponentialBuckets(200, 2, 15), - }, []string{"data_type"}) + }, []string{"data_type", tenancy.MetricLabel}) m.seriesDataFetched = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_data_fetched", Help: "Number of items of a data type retrieved to fulfill a single Store API series request.", Buckets: prometheus.ExponentialBuckets(200, 2, 15), - }, []string{"data_type"}) + }, []string{"data_type", tenancy.MetricLabel}) m.seriesDataSizeTouched = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_data_size_touched_bytes", Help: "Total size of items of a data type touched to fulfill a single Store API series request in Bytes.", Buckets: prometheus.ExponentialBuckets(1024, 2, 15), - }, []string{"data_type"}) + }, []string{"data_type", tenancy.MetricLabel}) m.seriesDataSizeFetched = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_data_size_fetched_bytes", Help: "Total size of items of a data type fetched to fulfill a single Store API series request in Bytes.", Buckets: prometheus.ExponentialBuckets(1024, 2, 15), - }, []string{"data_type"}) + }, []string{"data_type", tenancy.MetricLabel}) - m.seriesBlocksQueried = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + m.seriesBlocksQueried = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_blocks_queried", Help: "Number of blocks in a bucket store that were touched to satisfy a query.", Buckets: prometheus.ExponentialBuckets(1, 2, 10), - }) - m.seriesGetAllDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + }, []string{tenancy.MetricLabel}) + m.seriesGetAllDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_get_all_duration_seconds", Help: "Time it takes until all per-block prepares and loads for a query are finished.", Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, - }) - m.seriesMergeDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + }, []string{tenancy.MetricLabel}) + m.seriesMergeDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_merge_duration_seconds", Help: "Time it takes to merge sub-results from all queried blocks into a single result.", Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, - }) - m.resultSeriesCount = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + }, []string{tenancy.MetricLabel}) + m.resultSeriesCount = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_series_result_series", Help: "Number of series observed in the final result of a query.", - Buckets: prometheus.ExponentialBuckets(1, 2, 15), - }) + Buckets: prometheus.ExponentialBuckets(100, 2, 15), // From 100 to 1638400. + }, []string{tenancy.MetricLabel}) - m.chunkSizeBytes = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + m.chunkSizeBytes = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_sent_chunk_size_bytes", Help: "Size in bytes of the chunks for the single series, which is adequate to the gRPC message size sent to querier.", Buckets: []float64{ 32, 256, 512, 1024, 32 * 1024, 256 * 1024, 512 * 1024, 1024 * 1024, 32 * 1024 * 1024, 256 * 1024 * 1024, 512 * 1024 * 1024, }, - }) + }, []string{tenancy.MetricLabel}) - m.postingsSizeBytes = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + m.postingsSizeBytes = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_postings_size_bytes", Help: "Size in bytes of the postings for a single series call.", Buckets: []float64{ - 32, 256, 512, 1024, 32 * 1024, 256 * 1024, 512 * 1024, 1024 * 1024, 32 * 1024 * 1024, 256 * 1024 * 1024, 512 * 1024 * 1024, + 32, 256, 512, 1024, 32 * 1024, 256 * 1024, 512 * 1024, 1024 * 1024, 32 * 1024 * 1024, 128 * 1024 * 1024, 256 * 1024 * 1024, 512 * 1024 * 1024, 768 * 1024 * 1024, 1024 * 1024 * 1024, }, - }) + }, []string{tenancy.MetricLabel}) m.queriesDropped = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_queries_dropped_total", Help: "Number of queries that were dropped due to the limit.", - }, []string{"reason"}) - m.seriesRefetches = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + }, []string{"reason", tenancy.MetricLabel}) + m.seriesRefetches = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_series_refetches_total", - Help: fmt.Sprintf("Total number of cases where %v bytes was not enough was to fetch series from index, resulting in refetch.", maxSeriesSize), - }) + Help: "Total number of cases where configured estimated series bytes was not enough was to fetch series from index, resulting in refetch.", + }, []string{tenancy.MetricLabel}) + m.chunkRefetches = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ + Name: "thanos_bucket_store_chunk_refetches_total", + Help: "Total number of cases where configured estimated chunk bytes was not enough was to fetch chunks from object store, resulting in refetch.", + }, []string{tenancy.MetricLabel}) m.cachedPostingsCompressions = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_cached_postings_compressions_total", Help: "Number of postings compressions before storing to index cache.", - }, []string{"op"}) - m.cachedPostingsCompressions.WithLabelValues(labelEncode) - m.cachedPostingsCompressions.WithLabelValues(labelDecode) + }, []string{"op", tenancy.MetricLabel}) + m.cachedPostingsCompressions.WithLabelValues(labelEncode, tenancy.DefaultTenant) + m.cachedPostingsCompressions.WithLabelValues(labelDecode, tenancy.DefaultTenant) m.cachedPostingsCompressionErrors = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_cached_postings_compression_errors_total", Help: "Number of postings compression errors.", - }, []string{"op"}) - m.cachedPostingsCompressionErrors.WithLabelValues(labelEncode) - m.cachedPostingsCompressionErrors.WithLabelValues(labelDecode) + }, []string{"op", tenancy.MetricLabel}) + m.cachedPostingsCompressionErrors.WithLabelValues(labelEncode, tenancy.DefaultTenant) + m.cachedPostingsCompressionErrors.WithLabelValues(labelDecode, tenancy.DefaultTenant) m.cachedPostingsCompressionTimeSeconds = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_cached_postings_compression_time_seconds_total", Help: "Time spent compressing postings before storing them into postings cache.", - }, []string{"op"}) - m.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelEncode) - m.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelDecode) + }, []string{"op", tenancy.MetricLabel}) + m.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelEncode, tenancy.DefaultTenant) + m.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelDecode, tenancy.DefaultTenant) - m.cachedPostingsOriginalSizeBytes = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + m.cachedPostingsOriginalSizeBytes = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_cached_postings_original_size_bytes_total", Help: "Original size of postings stored into cache.", - }) - m.cachedPostingsCompressedSizeBytes = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + }, []string{tenancy.MetricLabel}) + m.cachedPostingsCompressedSizeBytes = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_cached_postings_compressed_size_bytes_total", Help: "Compressed size of postings stored into cache.", - }) + }, []string{tenancy.MetricLabel}) - m.seriesFetchDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ - Name: "thanos_bucket_store_cached_series_fetch_duration_seconds", + m.seriesFetchDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_bucket_store_series_fetch_duration_seconds", Help: "The time it takes to fetch series to respond to a request sent to a store gateway. It includes both the time to fetch it from the cache and from storage in case of cache misses.", Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, - }) + }, []string{tenancy.MetricLabel}) + + m.seriesFetchDurationSum = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_bucket_store_series_fetch_duration_sum_seconds", + Help: "The total time it takes to fetch series to respond to a request sent to a store gateway across all series batches. It includes both the time to fetch it from the cache and from storage in case of cache misses.", + Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, + }, []string{tenancy.MetricLabel}) - m.postingsFetchDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ - Name: "thanos_bucket_store_cached_postings_fetch_duration_seconds", + m.postingsFetchDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_bucket_store_postings_fetch_duration_seconds", Help: "The time it takes to fetch postings to respond to a request sent to a store gateway. It includes both the time to fetch it from the cache and from storage in case of cache misses.", Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, - }) + }, []string{tenancy.MetricLabel}) - m.chunkFetchDuration = promauto.With(reg).NewHistogram(prometheus.HistogramOpts{ + m.chunkFetchDuration = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_bucket_store_chunks_fetch_duration_seconds", - Help: "The total time spent fetching chunks within a single request a store gateway.", + Help: "The total time spent fetching chunks within a single request for one block.", Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, - }) + }, []string{tenancy.MetricLabel}) + + m.chunkFetchDurationSum = promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_bucket_store_chunks_fetch_duration_sum_seconds", + Help: "The total absolute time spent fetching chunks within a single request for one block.", + Buckets: []float64{0.001, 0.01, 0.1, 0.3, 0.6, 1, 3, 6, 9, 20, 30, 60, 90, 120}, + }, []string{tenancy.MetricLabel}) - m.emptyPostingCount = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + m.emptyPostingCount = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_bucket_store_empty_postings_total", Help: "Total number of empty postings when fetching block series.", + }, []string{tenancy.MetricLabel}) + + m.lazyExpandedPostingsCount = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + Name: "thanos_bucket_store_lazy_expanded_postings_total", + Help: "Total number of times when lazy expanded posting optimization applies.", + }) + + m.lazyExpandedPostingSizeBytes = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + Name: "thanos_bucket_store_lazy_expanded_posting_size_bytes_total", + Help: "Total number of lazy posting group size in bytes.", + }) + + m.lazyExpandedPostingSeriesOverfetchedSizeBytes = promauto.With(reg).NewCounter(prometheus.CounterOpts{ + Name: "thanos_bucket_store_lazy_expanded_posting_series_overfetched_size_bytes_total", + Help: "Total number of series size in bytes overfetched due to posting lazy expansion.", }) return &m @@ -304,6 +360,8 @@ type FilterConfig struct { MinTime, MaxTime model.TimeOrDurationValue } +type BlockEstimator func(meta metadata.Meta) uint64 + // BucketStore implements the store API backed by a bucket. It loads all index // files to local disk. // @@ -341,10 +399,10 @@ type BucketStore struct { // seriesLimiterFactory creates a new limiter used to limit the number of touched series by each Series() call, // or LabelName and LabelValues calls when used with matchers. seriesLimiterFactory SeriesLimiterFactory - // bytesLimiterFactory creates a new limiter used to limit the amount of bytes fetched/touched by each Series() call. bytesLimiterFactory BytesLimiterFactory - partitioner Partitioner + + partitioner Partitioner filterConfig *FilterConfig advLabelSets []labelpb.ZLabelSet @@ -357,6 +415,17 @@ type BucketStore struct { enableSeriesResponseHints bool enableChunkHashCalculation bool + + enabledLazyExpandedPostings bool + + sortingStrategy sortingStrategy + + blockEstimatedMaxSeriesFunc BlockEstimator + blockEstimatedMaxChunkFunc BlockEstimator + + indexHeaderLazyDownloadStrategy indexheader.LazyDownloadIndexHeaderFunc + + requestLoggerFunc RequestLoggerFunc } func (s *BucketStore) validate() error { @@ -368,13 +437,18 @@ func (s *BucketStore) validate() error { type noopCache struct{} -func (noopCache) StorePostings(ulid.ULID, labels.Label, []byte) {} -func (noopCache) FetchMultiPostings(_ context.Context, _ ulid.ULID, keys []labels.Label) (map[labels.Label][]byte, []labels.Label) { +func (noopCache) StorePostings(ulid.ULID, labels.Label, []byte, string) {} +func (noopCache) FetchMultiPostings(_ context.Context, _ ulid.ULID, keys []labels.Label, tenant string) (map[labels.Label][]byte, []labels.Label) { return map[labels.Label][]byte{}, keys } -func (noopCache) StoreSeries(ulid.ULID, storage.SeriesRef, []byte) {} -func (noopCache) FetchMultiSeries(_ context.Context, _ ulid.ULID, ids []storage.SeriesRef) (map[storage.SeriesRef][]byte, []storage.SeriesRef) { +func (noopCache) StoreExpandedPostings(_ ulid.ULID, _ []*labels.Matcher, _ []byte, tenant string) {} +func (noopCache) FetchExpandedPostings(_ context.Context, _ ulid.ULID, _ []*labels.Matcher, tenant string) ([]byte, bool) { + return []byte{}, false +} + +func (noopCache) StoreSeries(ulid.ULID, storage.SeriesRef, []byte, string) {} +func (noopCache) FetchMultiSeries(_ context.Context, _ ulid.ULID, ids []storage.SeriesRef, tenant string) (map[storage.SeriesRef][]byte, []storage.SeriesRef) { return map[storage.SeriesRef][]byte{}, ids } @@ -388,6 +462,20 @@ func WithLogger(logger log.Logger) BucketStoreOption { } } +type RequestLoggerFunc func(ctx context.Context, log log.Logger) log.Logger + +func NoopRequestLoggerFunc(_ context.Context, logger log.Logger) log.Logger { + return logger +} + +// WithRequestLoggerFunc sets the BucketStore to use the passed RequestLoggerFunc +// to initialize logger during query time. +func WithRequestLoggerFunc(loggerFunc RequestLoggerFunc) BucketStoreOption { + return func(s *BucketStore) { + s.requestLoggerFunc = loggerFunc + } +} + // WithRegistry sets a registry that BucketStore uses to register metrics with. func WithRegistry(reg prometheus.Registerer) BucketStoreOption { return func(s *BucketStore) { @@ -442,6 +530,42 @@ func WithSeriesBatchSize(seriesBatchSize int) BucketStoreOption { } } +func WithBlockEstimatedMaxSeriesFunc(f BlockEstimator) BucketStoreOption { + return func(s *BucketStore) { + s.blockEstimatedMaxSeriesFunc = f + } +} + +func WithBlockEstimatedMaxChunkFunc(f BlockEstimator) BucketStoreOption { + return func(s *BucketStore) { + s.blockEstimatedMaxChunkFunc = f + } +} + +// WithLazyExpandedPostings enables lazy expanded postings. +func WithLazyExpandedPostings(enabled bool) BucketStoreOption { + return func(s *BucketStore) { + s.enabledLazyExpandedPostings = enabled + } +} + +// WithDontResort disables series resorting in Store Gateway. +func WithDontResort(true bool) BucketStoreOption { + return func(s *BucketStore) { + if true { + s.sortingStrategy = sortingStrategyNone + } + } +} + +// WithIndexHeaderLazyDownloadStrategy specifies what block to lazy download its index header. +// Only used when lazy mmap is enabled at the same time. +func WithIndexHeaderLazyDownloadStrategy(strategy indexheader.LazyDownloadIndexHeaderFunc) BucketStoreOption { + return func(s *BucketStore) { + s.indexHeaderLazyDownloadStrategy = strategy + } +} + // NewBucketStore creates a new bucket backed store that implements the store API against // an object store bucket. It is optimized to work against high latency backends. func NewBucketStore( @@ -470,20 +594,23 @@ func NewBucketStore( b := make([]byte, 0, initialBufSize) return &b }}, - chunkPool: pool.NoopBytes{}, - blocks: map[ulid.ULID]*bucketBlock{}, - blockSets: map[uint64]*bucketBlockSet{}, - blockSyncConcurrency: blockSyncConcurrency, - queryGate: gate.NewNoop(), - chunksLimiterFactory: chunksLimiterFactory, - seriesLimiterFactory: seriesLimiterFactory, - bytesLimiterFactory: bytesLimiterFactory, - partitioner: partitioner, - enableCompatibilityLabel: enableCompatibilityLabel, - postingOffsetsInMemSampling: postingOffsetsInMemSampling, - enableSeriesResponseHints: enableSeriesResponseHints, - enableChunkHashCalculation: enableChunkHashCalculation, - seriesBatchSize: SeriesBatchSize, + chunkPool: pool.NoopBytes{}, + blocks: map[ulid.ULID]*bucketBlock{}, + blockSets: map[uint64]*bucketBlockSet{}, + blockSyncConcurrency: blockSyncConcurrency, + queryGate: gate.NewNoop(), + chunksLimiterFactory: chunksLimiterFactory, + seriesLimiterFactory: seriesLimiterFactory, + bytesLimiterFactory: bytesLimiterFactory, + partitioner: partitioner, + enableCompatibilityLabel: enableCompatibilityLabel, + postingOffsetsInMemSampling: postingOffsetsInMemSampling, + enableSeriesResponseHints: enableSeriesResponseHints, + enableChunkHashCalculation: enableChunkHashCalculation, + seriesBatchSize: SeriesBatchSize, + sortingStrategy: sortingStrategyStore, + indexHeaderLazyDownloadStrategy: indexheader.AlwaysEagerDownloadIndexHeader, + requestLoggerFunc: NoopRequestLoggerFunc, } for _, option := range options { @@ -492,7 +619,7 @@ func NewBucketStore( // Depend on the options indexReaderPoolMetrics := indexheader.NewReaderPoolMetrics(extprom.WrapRegistererWithPrefix("thanos_bucket_store_", s.reg)) - s.indexReaderPool = indexheader.NewReaderPool(s.logger, lazyIndexReaderEnabled, lazyIndexReaderIdleTimeout, indexReaderPoolMetrics) + s.indexReaderPool = indexheader.NewReaderPool(s.logger, lazyIndexReaderEnabled, lazyIndexReaderIdleTimeout, indexReaderPoolMetrics, s.indexHeaderLazyDownloadStrategy) s.metrics = newBucketStoreMetrics(s.reg) // TODO(metalmatze): Might be possible via Option too if err := s.validate(); err != nil { @@ -578,12 +705,10 @@ func (s *BucketStore) SyncBlocks(ctx context.Context) error { } // Sync advertise labels. - var storeLabels labels.Labels s.mtx.Lock() s.advLabelSets = make([]labelpb.ZLabelSet, 0, len(s.advLabelSets)) for _, bs := range s.blockSets { - storeLabels = storeLabels[:0] - s.advLabelSets = append(s.advLabelSets, labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(append(storeLabels, bs.labels...))}) + s.advLabelSets = append(s.advLabelSets, labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(bs.labels.Copy())}) } sort.Slice(s.advLabelSets, func(i, j int) bool { return strings.Compare(s.advLabelSets[i].String(), s.advLabelSets[j].String()) < 0 @@ -638,7 +763,7 @@ func (s *BucketStore) getBlock(id ulid.ULID) *bucketBlock { func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err error) { var dir string if s.dir != "" { - dir = filepath.Join(s.dir, meta.ULID.String()) + dir = path.Join(s.dir, meta.ULID.String()) } start := time.Now() @@ -654,6 +779,7 @@ func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err er level.Warn(s.logger).Log("msg", "loading block failed", "elapsed", time.Since(start), "id", meta.ULID, "err", err) } else { level.Info(s.logger).Log("msg", "loaded new block", "elapsed", time.Since(start), "id", meta.ULID) + s.metrics.blockLoadDuration.Observe(time.Since(start).Seconds()) } }() s.metrics.blockLoads.Inc() @@ -668,6 +794,7 @@ func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err er s.dir, meta.ULID, s.postingOffsetsInMemSampling, + meta, ) if err != nil { return errors.Wrap(err, "create index header reader") @@ -680,7 +807,6 @@ func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err er b, err := newBucketBlock( ctx, - log.With(s.logger, "block", meta.ULID), s.metrics, meta, s.bkt, @@ -689,6 +815,8 @@ func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err er s.chunkPool, indexHeaderReader, s.partitioner, + s.blockEstimatedMaxSeriesFunc, + s.blockEstimatedMaxChunkFunc, ) if err != nil { return errors.Wrap(err, "new bucket block") @@ -702,8 +830,6 @@ func (s *BucketStore) addBlock(ctx context.Context, meta *metadata.Meta) (err er s.mtx.Lock() defer s.mtx.Unlock() - sort.Sort(lset) - set, ok := s.blockSets[h] if !ok { set = newBucketBlockSet(lset) @@ -769,6 +895,46 @@ func (s *BucketStore) TimeRange() (mint, maxt int64) { return mint, maxt } +// TSDBInfos returns a list of infopb.TSDBInfos for blocks in the bucket store. +func (s *BucketStore) TSDBInfos() []infopb.TSDBInfo { + s.mtx.RLock() + defer s.mtx.RUnlock() + + infoMap := make(map[uint64][]infopb.TSDBInfo, len(s.blocks)) + for _, b := range s.blocks { + lbls := labels.FromMap(b.meta.Thanos.Labels) + hash := lbls.Hash() + infoMap[hash] = append(infoMap[hash], infopb.TSDBInfo{ + Labels: labelpb.ZLabelSet{ + Labels: labelpb.ZLabelsFromPromLabels(lbls), + }, + MinTime: b.meta.MinTime, + MaxTime: b.meta.MaxTime, + }) + } + + // join adjacent blocks so we emit less TSDBInfos + res := make([]infopb.TSDBInfo, 0, len(s.blocks)) + for _, infos := range infoMap { + sort.Slice(infos, func(i, j int) bool { return infos[i].MinTime < infos[j].MinTime }) + + cur := infos[0] + for i, info := range infos { + if info.MinTime > cur.MaxTime { + res = append(res, cur) + cur = info + continue + } + cur.MaxTime = info.MaxTime + if i == len(infos)-1 { + res = append(res, cur) + } + } + } + + return res +} + func (s *BucketStore) LabelSet() []labelpb.ZLabelSet { s.mtx.RLock() labelSets := s.advLabelSets @@ -832,32 +998,46 @@ type seriesEntry struct { // single TSDB block in object storage. type blockSeriesClient struct { grpc.ClientStream - ctx context.Context - logger log.Logger - extLset labels.Labels + ctx context.Context + logger log.Logger + extLset labels.Labels + extLsetToRemove map[string]struct{} mint int64 maxt int64 indexr *bucketIndexReader chunkr *bucketChunkReader loadAggregates []storepb.Aggr - chunksLimiter ChunksLimiter - bytesLimiter BytesLimiter - skipChunks bool - shardMatcher *storepb.ShardMatcher - calculateChunkHash bool - chunkFetchDuration prometheus.Histogram + seriesLimiter SeriesLimiter + chunksLimiter ChunksLimiter + bytesLimiter BytesLimiter + + lazyExpandedPostingEnabled bool + lazyExpandedPostingsCount prometheus.Counter + lazyExpandedPostingSizeBytes prometheus.Counter + lazyExpandedPostingSeriesOverfetchedSizeBytes prometheus.Counter + + skipChunks bool + shardMatcher *storepb.ShardMatcher + blockMatchers []*labels.Matcher + calculateChunkHash bool + seriesFetchDurationSum *prometheus.HistogramVec + chunkFetchDuration *prometheus.HistogramVec + chunkFetchDurationSum *prometheus.HistogramVec + tenant string // Internal state. - i uint64 - postings []storage.SeriesRef - chkMetas []chunks.Meta - lset labels.Labels - symbolizedLset []symbolizedLabel - entries []seriesEntry - hasMorePostings bool - batchSize int + i uint64 + lazyPostings *lazyExpandedPostings + expandedPostings []storage.SeriesRef + chkMetas []chunks.Meta + lset labels.Labels + b *labels.Builder + symbolizedLset []symbolizedLabel + entries []seriesEntry + hasMorePostings bool + batchSize int } func newBlockSeriesClient( @@ -865,17 +1045,26 @@ func newBlockSeriesClient( logger log.Logger, b *bucketBlock, req *storepb.SeriesRequest, - limiter ChunksLimiter, + seriesLimiter SeriesLimiter, + chunksLimiter ChunksLimiter, bytesLimiter BytesLimiter, + blockMatchers []*labels.Matcher, shardMatcher *storepb.ShardMatcher, calculateChunkHash bool, batchSize int, - chunkFetchDuration prometheus.Histogram, + seriesFetchDurationSum *prometheus.HistogramVec, + chunkFetchDuration *prometheus.HistogramVec, + chunkFetchDurationSum *prometheus.HistogramVec, extLsetToRemove map[string]struct{}, + lazyExpandedPostingEnabled bool, + lazyExpandedPostingsCount prometheus.Counter, + lazyExpandedPostingSizeBytes prometheus.Counter, + lazyExpandedPostingSeriesOverfetchedSizeBytes prometheus.Counter, + tenant string, ) *blockSeriesClient { var chunkr *bucketChunkReader if !req.SkipChunks { - chunkr = b.chunkReader() + chunkr = b.chunkReader(logger) } extLset := b.extLset @@ -884,23 +1073,37 @@ func newBlockSeriesClient( } return &blockSeriesClient{ - ctx: ctx, - logger: logger, - extLset: extLset, - mint: req.MinTime, - maxt: req.MaxTime, - indexr: b.indexReader(), - chunkr: chunkr, - chunksLimiter: limiter, - bytesLimiter: bytesLimiter, - skipChunks: req.SkipChunks, - chunkFetchDuration: chunkFetchDuration, + ctx: ctx, + logger: logger, + extLset: extLset, + extLsetToRemove: extLsetToRemove, + + mint: req.MinTime, + maxt: req.MaxTime, + indexr: b.indexReader(logger), + chunkr: chunkr, + seriesLimiter: seriesLimiter, + chunksLimiter: chunksLimiter, + bytesLimiter: bytesLimiter, + skipChunks: req.SkipChunks, + seriesFetchDurationSum: seriesFetchDurationSum, + chunkFetchDuration: chunkFetchDuration, + chunkFetchDurationSum: chunkFetchDurationSum, + + lazyExpandedPostingEnabled: lazyExpandedPostingEnabled, + lazyExpandedPostingsCount: lazyExpandedPostingsCount, + lazyExpandedPostingSizeBytes: lazyExpandedPostingSizeBytes, + lazyExpandedPostingSeriesOverfetchedSizeBytes: lazyExpandedPostingSeriesOverfetchedSizeBytes, loadAggregates: req.Aggregates, shardMatcher: shardMatcher, + blockMatchers: blockMatchers, calculateChunkHash: calculateChunkHash, hasMorePostings: true, batchSize: batchSize, + tenant: tenant, + + b: labels.NewBuilder(labels.EmptyLabels()), } } @@ -913,48 +1116,75 @@ func (b *blockSeriesClient) Close() { } func (b *blockSeriesClient) MergeStats(stats *queryStats) *queryStats { - stats = stats.merge(b.indexr.stats) + stats.merge(b.indexr.stats) if !b.skipChunks { - stats = stats.merge(b.chunkr.stats) + stats.merge(b.chunkr.stats) } return stats } +type sortedMatchers []*labels.Matcher + +func newSortedMatchers(matchers []*labels.Matcher) sortedMatchers { + sort.Slice(matchers, func(i, j int) bool { + if matchers[i].Type == matchers[j].Type { + if matchers[i].Name == matchers[j].Name { + return matchers[i].Value < matchers[j].Value + } + return matchers[i].Name < matchers[j].Name + } + return matchers[i].Type < matchers[j].Type + }) + + return matchers +} + func (b *blockSeriesClient) ExpandPostings( - matchers []*labels.Matcher, + matchers sortedMatchers, seriesLimiter SeriesLimiter, ) error { - ps, err := b.indexr.ExpandedPostings(b.ctx, matchers, b.bytesLimiter) + ps, err := b.indexr.ExpandedPostings(b.ctx, matchers, b.bytesLimiter, b.lazyExpandedPostingEnabled, b.lazyExpandedPostingSizeBytes, b.tenant) if err != nil { return errors.Wrap(err, "expanded matching posting") } - if len(ps) == 0 { + if ps == nil || len(ps.postings) == 0 { + b.lazyPostings = emptyLazyPostings return nil } + b.lazyPostings = ps - if err := seriesLimiter.Reserve(uint64(len(ps))); err != nil { - return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded series limit: %s", err) + if b.lazyPostings.lazyExpanded() { + // Assume lazy expansion could cut actual expanded postings length to 50%. + b.expandedPostings = make([]storage.SeriesRef, 0, len(b.lazyPostings.postings)/2) + b.lazyExpandedPostingsCount.Inc() + } else { + // Apply series limiter eargerly if lazy postings not enabled. + if err := seriesLimiter.Reserve(uint64(len(ps.postings))); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded series limit: %s", err) + } } - b.postings = ps - if b.batchSize > len(ps) { - b.batchSize = len(ps) + if b.batchSize > len(ps.postings) { + b.batchSize = len(ps.postings) } + b.entries = make([]seriesEntry, 0, b.batchSize) return nil } func (b *blockSeriesClient) Recv() (*storepb.SeriesResponse, error) { for len(b.entries) == 0 && b.hasMorePostings { - if err := b.nextBatch(); err != nil { + if err := b.nextBatch(b.tenant); err != nil { return nil, err } } if len(b.entries) == 0 { + b.seriesFetchDurationSum.WithLabelValues(b.tenant).Observe(b.indexr.stats.SeriesDownloadLatencySum.Seconds()) if b.chunkr != nil { - b.chunkFetchDuration.Observe(b.chunkr.stats.ChunksFetchDurationSum.Seconds()) + b.chunkFetchDuration.WithLabelValues(b.tenant).Observe(b.chunkr.stats.ChunksFetchDurationSum.Seconds()) + b.chunkFetchDurationSum.WithLabelValues(b.tenant).Observe(b.chunkr.stats.ChunksDownloadLatencySum.Seconds()) } return nil, io.EOF } @@ -968,48 +1198,96 @@ func (b *blockSeriesClient) Recv() (*storepb.SeriesResponse, error) { }), nil } -func (b *blockSeriesClient) nextBatch() error { +func (b *blockSeriesClient) nextBatch(tenant string) error { start := b.i - end := start + SeriesBatchSize - if end > uint64(len(b.postings)) { - end = uint64(len(b.postings)) + end := start + uint64(b.batchSize) + if end > uint64(len(b.lazyPostings.postings)) { + end = uint64(len(b.lazyPostings.postings)) } b.i = end - postingsBatch := b.postings[start:end] + lazyExpandedPosting := b.lazyPostings.lazyExpanded() + postingsBatch := b.lazyPostings.postings[start:end] if len(postingsBatch) == 0 { b.hasMorePostings = false + if lazyExpandedPosting { + // No need to fetch index version again if lazy posting has 0 length. + if len(b.lazyPostings.postings) > 0 { + v, err := b.indexr.IndexVersion() + if err != nil { + return errors.Wrap(err, "get index version") + } + if v >= 2 { + for i := range b.expandedPostings { + b.expandedPostings[i] = b.expandedPostings[i] / 16 + } + } + } + b.indexr.storeExpandedPostingsToCache(b.blockMatchers, index.NewListPostings(b.expandedPostings), len(b.expandedPostings), tenant) + } return nil } - b.indexr.reset() + b.indexr.reset(len(postingsBatch)) if !b.skipChunks { b.chunkr.reset() } - if err := b.indexr.PreloadSeries(b.ctx, postingsBatch, b.bytesLimiter); err != nil { + if err := b.indexr.PreloadSeries(b.ctx, postingsBatch, b.bytesLimiter, b.tenant); err != nil { return errors.Wrap(err, "preload series") } + seriesMatched := 0 b.entries = b.entries[:0] +OUTER: for i := 0; i < len(postingsBatch); i++ { - ok, err := b.indexr.LoadSeriesForTime(postingsBatch[i], &b.symbolizedLset, &b.chkMetas, b.skipChunks, b.mint, b.maxt) + if err := b.ctx.Err(); err != nil { + return err + } + hasMatchedChunks, err := b.indexr.LoadSeriesForTime(postingsBatch[i], &b.symbolizedLset, &b.chkMetas, b.skipChunks, b.mint, b.maxt) if err != nil { return errors.Wrap(err, "read series") } - if !ok { + // Skip getting series symbols if we know there is no matched chunks + // and lazy expanded posting not enabled. + if !lazyExpandedPosting && !hasMatchedChunks { continue } - if err := b.indexr.LookupLabelsSymbols(b.symbolizedLset, &b.lset); err != nil { + if err := b.indexr.LookupLabelsSymbols(b.ctx, b.symbolizedLset, b.b); err != nil { return errors.Wrap(err, "Lookup labels symbols") } + b.lset = b.b.Labels() + + for _, matcher := range b.lazyPostings.matchers { + val := b.lset.Get(matcher.Name) + if !matcher.Matches(val) { + // Series not matched means series we overfetched due to lazy posting expansion. + seriesBytes := b.indexr.loadedSeries[postingsBatch[i]] + b.lazyExpandedPostingSeriesOverfetchedSizeBytes.Add(float64(len(seriesBytes))) + continue OUTER + } + } + if lazyExpandedPosting { + b.expandedPostings = append(b.expandedPostings, postingsBatch[i]) + } + // If lazy expanded postings enabled, due to expanded postings cache, we need to + // make sure we check lazy posting matchers and update expanded postings before + // going to next series. + if !hasMatchedChunks { + continue + } completeLabelset := labelpb.ExtendSortedLabels(b.lset, b.extLset) + if b.extLsetToRemove != nil { + completeLabelset = rmLabels(completeLabelset, b.extLsetToRemove) + } + if !b.shardMatcher.MatchesLabels(completeLabelset) { continue } + seriesMatched++ s := seriesEntry{lset: completeLabelset} if b.skipChunks { b.entries = append(b.entries, s) @@ -1039,8 +1317,15 @@ func (b *blockSeriesClient) nextBatch() error { b.entries = append(b.entries, s) } + if lazyExpandedPosting { + // Apply series limit before fetching chunks, for actual series matched. + if err := b.seriesLimiter.Reserve(uint64(seriesMatched)); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded series limit: %s", err) + } + } + if !b.skipChunks { - if err := b.chunkr.load(b.ctx, b.entries, b.loadAggregates, b.calculateChunkHash, b.bytesLimiter); err != nil { + if err := b.chunkr.load(b.ctx, b.entries, b.loadAggregates, b.calculateChunkHash, b.bytesLimiter, b.tenant); err != nil { return errors.Wrap(err, "load chunks") } } @@ -1052,7 +1337,7 @@ func populateChunk(out *storepb.AggrChunk, in chunkenc.Chunk, aggrs []storepb.Ag hasher := hashPool.Get().(hash.Hash64) defer hashPool.Put(hasher) - if in.Encoding() == chunkenc.EncXOR || in.Encoding() == chunkenc.EncHistogram { + if in.Encoding() == chunkenc.EncXOR || in.Encoding() == chunkenc.EncHistogram || in.Encoding() == chunkenc.EncFloatHistogram { b, err := save(in.Bytes()) if err != nil { return err @@ -1174,7 +1459,9 @@ func debugFoundBlockSetOverview(logger log.Logger, mint, maxt, maxResolutionMill } // Series implements the storepb.StoreServer interface. -func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_SeriesServer) (err error) { +func (s *BucketStore) Series(req *storepb.SeriesRequest, seriesSrv storepb.Store_SeriesServer) (err error) { + srv := newFlushableServer(seriesSrv, sortingStrategyNone) + if s.queryGate != nil { tracing.DoInSpan(srv.Context(), "store_query_gate_ismyturn", func(ctx context.Context) { err = s.queryGate.Start(srv.Context()) @@ -1186,6 +1473,8 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie defer s.queryGate.Done() } + tenant, _ := tenancy.GetTenantFromGRPCMetadata(srv.Context()) + matchers, err := storepb.MatchersToPromMatchers(req.Matchers...) if err != nil { return status.Error(codes.InvalidArgument, err.Error()) @@ -1194,7 +1483,7 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie req.MaxTime = s.limitMaxTime(req.MaxTime) var ( - bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes")) + bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes", tenant)) ctx = srv.Context() stats = &queryStats{} respSets []respSet @@ -1202,8 +1491,13 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie g, gctx = errgroup.WithContext(ctx) resHints = &hintspb.SeriesResponseHints{} reqBlockMatchers []*labels.Matcher - chunksLimiter = s.chunksLimiterFactory(s.metrics.queriesDropped.WithLabelValues("chunks")) - seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series")) + + chunksLimiter = s.chunksLimiterFactory(s.metrics.queriesDropped.WithLabelValues("chunks", tenant)) + seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series", tenant)) + + queryStatsEnabled = false + + logger = s.requestLoggerFunc(ctx, s.logger) ) if req.Hints != nil { @@ -1211,6 +1505,7 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie if err := types.UnmarshalAny(req.Hints, reqHints); err != nil { return status.Error(codes.InvalidArgument, errors.Wrap(err, "unmarshal series request hints").Error()) } + queryStatsEnabled = reqHints.EnableQueryStats reqBlockMatchers, err = storepb.MatchersToPromMatchers(reqHints.BlockMatchers...) if err != nil { @@ -1232,11 +1527,14 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie if !ok { continue } + // Sort matchers to make sure we generate the same cache key + // when fetching expanded postings. + sortedBlockMatchers := newSortedMatchers(blockMatchers) blocks := bs.getFor(req.MinTime, req.MaxTime, req.MaxResolutionWindow, reqBlockMatchers) if s.debugLogging { - debugFoundBlockSetOverview(s.logger, req.MinTime, req.MaxTime, req.MaxResolutionWindow, bs.labels, blocks) + debugFoundBlockSetOverview(logger, req.MinTime, req.MaxTime, req.MaxResolutionWindow, bs.labels, blocks) } for _, b := range blocks { @@ -1252,16 +1550,25 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie blockClient := newBlockSeriesClient( srv.Context(), - s.logger, + log.With(logger, "block", blk.meta.ULID), blk, req, + seriesLimiter, chunksLimiter, bytesLimiter, + sortedBlockMatchers, shardMatcher, s.enableChunkHashCalculation, s.seriesBatchSize, + s.metrics.seriesFetchDurationSum, s.metrics.chunkFetchDuration, + s.metrics.chunkFetchDurationSum, extLsetToRemove, + s.enabledLazyExpandedPostings, + s.metrics.lazyExpandedPostingsCount, + s.metrics.lazyExpandedPostingSizeBytes, + s.metrics.lazyExpandedPostingSeriesOverfetchedSizeBytes, + tenant, ) defer blockClient.Close() @@ -1275,30 +1582,51 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie "block.resolution": blk.meta.Thanos.Downsample.Resolution, }) - if err := blockClient.ExpandPostings(blockMatchers, seriesLimiter); err != nil { - span.Finish() - return errors.Wrapf(err, "fetch series for block %s", blk.meta.ULID) - } onClose := func() { mtx.Lock() stats = blockClient.MergeStats(stats) mtx.Unlock() } - part := newLazyRespSet( - srv.Context(), - span, - 10*time.Minute, - blk.meta.ULID.String(), - []labels.Labels{blk.extLset}, - onClose, - blockClient, - shardMatcher, - false, - s.metrics.emptyPostingCount, - ) + + if err := blockClient.ExpandPostings( + sortedBlockMatchers, + seriesLimiter, + ); err != nil { + onClose() + span.Finish() + return errors.Wrapf(err, "fetch postings for block %s", blk.meta.ULID) + } + + var resp respSet + if s.sortingStrategy == sortingStrategyStore { + resp = newEagerRespSet( + span, + 10*time.Minute, + blk.meta.ULID.String(), + []labels.Labels{blk.extLset}, + onClose, + blockClient, + shardMatcher, + false, + s.metrics.emptyPostingCount.WithLabelValues(tenant), + nil, + ) + } else { + resp = newLazyRespSet( + span, + 10*time.Minute, + blk.meta.ULID.String(), + []labels.Labels{blk.extLset}, + onClose, + blockClient, + shardMatcher, + false, + s.metrics.emptyPostingCount.WithLabelValues(tenant), + ) + } mtx.Lock() - respSets = append(respSets, part) + respSets = append(respSets, resp) mtx.Unlock() return nil @@ -1309,32 +1637,35 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie s.mtx.RUnlock() defer func() { - s.metrics.seriesDataTouched.WithLabelValues("postings").Observe(float64(stats.postingsTouched)) - s.metrics.seriesDataFetched.WithLabelValues("postings").Observe(float64(stats.postingsFetched)) - s.metrics.seriesDataSizeTouched.WithLabelValues("postings").Observe(float64(stats.PostingsTouchedSizeSum)) - s.metrics.seriesDataSizeFetched.WithLabelValues("postings").Observe(float64(stats.PostingsFetchedSizeSum)) - s.metrics.seriesDataTouched.WithLabelValues("series").Observe(float64(stats.seriesTouched)) - s.metrics.seriesDataFetched.WithLabelValues("series").Observe(float64(stats.seriesFetched)) - s.metrics.seriesDataSizeTouched.WithLabelValues("series").Observe(float64(stats.SeriesTouchedSizeSum)) - s.metrics.seriesDataSizeFetched.WithLabelValues("series").Observe(float64(stats.SeriesFetchedSizeSum)) - s.metrics.seriesDataTouched.WithLabelValues("chunks").Observe(float64(stats.chunksTouched)) - s.metrics.seriesDataFetched.WithLabelValues("chunks").Observe(float64(stats.chunksFetched)) - s.metrics.seriesDataSizeTouched.WithLabelValues("chunks").Observe(float64(stats.ChunksTouchedSizeSum)) - s.metrics.seriesDataSizeFetched.WithLabelValues("chunks").Observe(float64(stats.ChunksFetchedSizeSum)) - s.metrics.resultSeriesCount.Observe(float64(stats.mergedSeriesCount)) - s.metrics.cachedPostingsCompressions.WithLabelValues(labelEncode).Add(float64(stats.cachedPostingsCompressions)) - s.metrics.cachedPostingsCompressions.WithLabelValues(labelDecode).Add(float64(stats.cachedPostingsDecompressions)) - s.metrics.cachedPostingsCompressionErrors.WithLabelValues(labelEncode).Add(float64(stats.cachedPostingsCompressionErrors)) - s.metrics.cachedPostingsCompressionErrors.WithLabelValues(labelDecode).Add(float64(stats.cachedPostingsDecompressionErrors)) - s.metrics.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelEncode).Add(stats.CachedPostingsCompressionTimeSum.Seconds()) - s.metrics.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelDecode).Add(stats.CachedPostingsDecompressionTimeSum.Seconds()) - s.metrics.cachedPostingsOriginalSizeBytes.Add(float64(stats.CachedPostingsOriginalSizeSum)) - s.metrics.cachedPostingsCompressedSizeBytes.Add(float64(stats.CachedPostingsCompressedSizeSum)) - s.metrics.postingsSizeBytes.Observe(float64(int(stats.PostingsFetchedSizeSum) + int(stats.PostingsTouchedSizeSum))) - - level.Debug(s.logger).Log("msg", "stats query processed", - "request", req, - "stats", fmt.Sprintf("%+v", stats), "err", err) + s.metrics.seriesDataTouched.WithLabelValues("postings", tenant).Observe(float64(stats.postingsTouched)) + s.metrics.seriesDataFetched.WithLabelValues("postings", tenant).Observe(float64(stats.postingsFetched)) + s.metrics.seriesDataSizeTouched.WithLabelValues("postings", tenant).Observe(float64(stats.PostingsTouchedSizeSum)) + s.metrics.seriesDataSizeFetched.WithLabelValues("postings", tenant).Observe(float64(stats.PostingsFetchedSizeSum)) + s.metrics.seriesDataTouched.WithLabelValues("series", tenant).Observe(float64(stats.seriesTouched)) + s.metrics.seriesDataFetched.WithLabelValues("series", tenant).Observe(float64(stats.seriesFetched)) + s.metrics.seriesDataSizeTouched.WithLabelValues("series", tenant).Observe(float64(stats.SeriesTouchedSizeSum)) + s.metrics.seriesDataSizeFetched.WithLabelValues("series", tenant).Observe(float64(stats.SeriesFetchedSizeSum)) + s.metrics.seriesDataTouched.WithLabelValues("chunks", tenant).Observe(float64(stats.chunksTouched)) + s.metrics.seriesDataFetched.WithLabelValues("chunks", tenant).Observe(float64(stats.chunksFetched)) + s.metrics.seriesDataSizeTouched.WithLabelValues("chunks", tenant).Observe(float64(stats.ChunksTouchedSizeSum)) + s.metrics.seriesDataSizeFetched.WithLabelValues("chunks", tenant).Observe(float64(stats.ChunksFetchedSizeSum)) + s.metrics.resultSeriesCount.WithLabelValues(tenant).Observe(float64(stats.mergedSeriesCount)) + s.metrics.cachedPostingsCompressions.WithLabelValues(labelEncode, tenant).Add(float64(stats.cachedPostingsCompressions)) + s.metrics.cachedPostingsCompressions.WithLabelValues(labelDecode, tenant).Add(float64(stats.cachedPostingsDecompressions)) + s.metrics.cachedPostingsCompressionErrors.WithLabelValues(labelEncode, tenant).Add(float64(stats.cachedPostingsCompressionErrors)) + s.metrics.cachedPostingsCompressionErrors.WithLabelValues(labelDecode, tenant).Add(float64(stats.cachedPostingsDecompressionErrors)) + s.metrics.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelEncode, tenant).Add(stats.CachedPostingsCompressionTimeSum.Seconds()) + s.metrics.cachedPostingsCompressionTimeSeconds.WithLabelValues(labelDecode, tenant).Add(stats.CachedPostingsDecompressionTimeSum.Seconds()) + s.metrics.cachedPostingsOriginalSizeBytes.WithLabelValues(tenant).Add(float64(stats.CachedPostingsOriginalSizeSum)) + s.metrics.cachedPostingsCompressedSizeBytes.WithLabelValues(tenant).Add(float64(stats.CachedPostingsCompressedSizeSum)) + s.metrics.postingsSizeBytes.WithLabelValues(tenant).Observe(float64(int(stats.PostingsFetchedSizeSum) + int(stats.PostingsTouchedSizeSum))) + + if s.debugLogging { + level.Debug(logger).Log("msg", "stats query processed", + "request", req, + "tenant", tenant, + "stats", fmt.Sprintf("%+v", stats), "err", err) + } }() // Concurrently get data from all blocks. @@ -1352,19 +1683,14 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie } stats.blocksQueried = len(respSets) stats.GetAllDuration = time.Since(begin) - s.metrics.seriesGetAllDuration.Observe(stats.GetAllDuration.Seconds()) - s.metrics.seriesBlocksQueried.Observe(float64(stats.blocksQueried)) + s.metrics.seriesGetAllDuration.WithLabelValues(tenant).Observe(stats.GetAllDuration.Seconds()) + s.metrics.seriesBlocksQueried.WithLabelValues(tenant).Observe(float64(stats.blocksQueried)) } // Merge the sub-results from each selected block. tracing.DoInSpan(ctx, "bucket_store_merge_all", func(ctx context.Context) { - defer func() { - for _, resp := range respSets { - resp.Close() - } - }() begin := time.Now() - set := NewDedupResponseHeap(NewProxyResponseHeap(respSets...)) + set := NewResponseDeduplicator(NewProxyResponseLoserTree(respSets...)) for set.Next() { at := set.At() warn := at.GetWarning() @@ -1381,7 +1707,7 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie stats.mergedSeriesCount++ if !req.SkipChunks { stats.mergedChunksCount += len(series.Chunks) - s.metrics.chunkSizeBytes.Observe(float64(chunksSize(series.Chunks))) + s.metrics.chunkSizeBytes.WithLabelValues(tenant).Observe(float64(chunksSize(series.Chunks))) } } if err = srv.Send(at); err != nil { @@ -1390,7 +1716,7 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie } } stats.MergeDuration = time.Since(begin) - s.metrics.seriesMergeDuration.Observe(stats.MergeDuration.Seconds()) + s.metrics.seriesMergeDuration.WithLabelValues(tenant).Observe(stats.MergeDuration.Seconds()) err = nil }) @@ -1401,6 +1727,9 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie if s.enableSeriesResponseHints { var anyHints *types.Any + if queryStatsEnabled { + resHints.QueryStats = stats.toHints() + } if anyHints, err = types.MarshalAny(resHints); err != nil { err = status.Error(codes.Unknown, errors.Wrap(err, "marshal series response hints").Error()) return @@ -1412,7 +1741,10 @@ func (s *BucketStore) Series(req *storepb.SeriesRequest, srv storepb.Store_Serie } } - return err + if err != nil { + return err + } + return srv.Flush() } func chunksSize(chks []storepb.AggrChunk) (size int) { @@ -1429,6 +1761,8 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq return nil, status.Error(codes.InvalidArgument, errors.Wrap(err, "translate request labels matchers").Error()) } + tenant, _ := tenancy.GetTenantFromGRPCMetadata(ctx) + resHints := &hintspb.LabelNamesResponseHints{} var reqBlockMatchers []*labels.Matcher @@ -1444,6 +1778,12 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq return nil, status.Error(codes.InvalidArgument, errors.Wrap(err, "translate request hints labels matchers").Error()) } } + extLsetToRemove := make(map[string]struct{}) + if len(req.WithoutReplicaLabels) > 0 { + for _, l := range req.WithoutReplicaLabels { + extLsetToRemove[l] = struct{}{} + } + } g, gctx := errgroup.WithContext(ctx) @@ -1451,8 +1791,9 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq var mtx sync.Mutex var sets [][]string - var seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series")) - var bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes")) + var seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series", tenant)) + var bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes", tenant)) + var logger = s.requestLoggerFunc(ctx, s.logger) for _, b := range s.blocks { b := b @@ -1470,19 +1811,22 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq continue } + sortedReqSeriesMatchersNoExtLabels := newSortedMatchers(reqSeriesMatchersNoExtLabels) + resHints.AddQueriedBlock(b.meta.ULID) - indexr := b.indexReader() + blockLogger := log.With(logger, "block", b.meta.ULID) + indexr := b.indexReader(blockLogger) g.Go(func() error { - span, newCtx := tracing.StartSpan(gctx, "bucket_store_block_series", tracing.Tags{ + span, newCtx := tracing.StartSpan(gctx, "bucket_store_block_label_names", tracing.Tags{ "block.id": b.meta.ULID, "block.mint": b.meta.MinTime, "block.maxt": b.meta.MaxTime, "block.resolution": b.meta.Thanos.Downsample.Resolution, }) defer span.Finish() - defer runutil.CloseWithLogOnErr(s.logger, indexr, "label names") + defer runutil.CloseWithLogOnErr(blockLogger, indexr, "label names") var result []string if len(reqSeriesMatchersNoExtLabels) == 0 { @@ -1496,35 +1840,47 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq // Add a set for the external labels as well. // We're not adding them directly to refs because there could be duplicates. // b.extLset is already sorted by label name, no need to sort it again. - extRes := make([]string, 0, len(b.extLset)) - for _, l := range b.extLset { - extRes = append(extRes, l.Name) - } + extRes := make([]string, 0, b.extLset.Len()) + b.extLset.Range(func(l labels.Label) { + if _, ok := extLsetToRemove[l.Name]; !ok { + extRes = append(extRes, l.Name) + } + }) result = strutil.MergeSlices(res, extRes) } else { seriesReq := &storepb.SeriesRequest{ - MinTime: req.Start, - MaxTime: req.End, - SkipChunks: true, + MinTime: req.Start, + MaxTime: req.End, + SkipChunks: true, + WithoutReplicaLabels: req.WithoutReplicaLabels, } blockClient := newBlockSeriesClient( newCtx, - s.logger, + blockLogger, b, seriesReq, + seriesLimiter, nil, bytesLimiter, + reqSeriesMatchersNoExtLabels, nil, true, SeriesBatchSize, - s.metrics.chunkFetchDuration, + s.metrics.seriesFetchDurationSum, + nil, nil, + extLsetToRemove, + s.enabledLazyExpandedPostings, + s.metrics.lazyExpandedPostingsCount, + s.metrics.lazyExpandedPostingSizeBytes, + s.metrics.lazyExpandedPostingSeriesOverfetchedSizeBytes, + tenant, ) defer blockClient.Close() if err := blockClient.ExpandPostings( - reqSeriesMatchersNoExtLabels, + sortedReqSeriesMatchersNoExtLabels, seriesLimiter, ); err != nil { return err @@ -1574,7 +1930,11 @@ func (s *BucketStore) LabelNames(ctx context.Context, req *storepb.LabelNamesReq s.mtx.RUnlock() if err := g.Wait(); err != nil { - return nil, status.Error(codes.Internal, err.Error()) + code := codes.Internal + if s, ok := status.FromError(errors.Cause(err)); ok { + code = s.Code() + } + return nil, status.Error(code, err.Error()) } anyHints, err := types.MarshalAny(resHints) @@ -1612,6 +1972,13 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR if err != nil { return nil, status.Error(codes.InvalidArgument, errors.Wrap(err, "translate request labels matchers").Error()) } + for i := range req.WithoutReplicaLabels { + if req.Label == req.WithoutReplicaLabels[i] { + return &storepb.LabelValuesResponse{}, nil + } + } + + tenant, _ := tenancy.GetTenantFromGRPCMetadata(ctx) resHints := &hintspb.LabelValuesResponseHints{} @@ -1635,8 +2002,9 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR var mtx sync.Mutex var sets [][]string - var seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series")) - var bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes")) + var seriesLimiter = s.seriesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("series", tenant)) + var bytesLimiter = s.bytesLimiterFactory(s.metrics.queriesDropped.WithLabelValues("bytes", tenant)) + var logger = s.requestLoggerFunc(ctx, s.logger) for _, b := range s.blocks { b := b @@ -1653,8 +2021,9 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR continue } - // If we have series matchers, add != "" matcher, to only select series that have given label name. - if len(reqSeriesMatchersNoExtLabels) > 0 { + // If we have series matchers and the Label is not an external one, add != "" matcher + // to only select series that have given label name. + if len(reqSeriesMatchersNoExtLabels) > 0 && !b.extLset.Has(req.Label) { m, err := labels.NewMatcher(labels.MatchNotEqual, req.Label, "") if err != nil { return nil, status.Error(codes.InvalidArgument, err.Error()) @@ -1663,18 +2032,22 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR reqSeriesMatchersNoExtLabels = append(reqSeriesMatchersNoExtLabels, m) } + sortedReqSeriesMatchersNoExtLabels := newSortedMatchers(reqSeriesMatchersNoExtLabels) + resHints.AddQueriedBlock(b.meta.ULID) - indexr := b.indexReader() + blockLogger := log.With(logger, "block", b.meta.ULID) + indexr := b.indexReader(blockLogger) + g.Go(func() error { - span, newCtx := tracing.StartSpan(gctx, "bucket_store_block_series", tracing.Tags{ + span, newCtx := tracing.StartSpan(gctx, "bucket_store_block_label_values", tracing.Tags{ "block.id": b.meta.ULID, "block.mint": b.meta.MinTime, "block.maxt": b.meta.MaxTime, "block.resolution": b.meta.Thanos.Downsample.Resolution, }) defer span.Finish() - defer runutil.CloseWithLogOnErr(s.logger, indexr, "label values") + defer runutil.CloseWithLogOnErr(blockLogger, indexr, "label values") var result []string if len(reqSeriesMatchersNoExtLabels) == 0 { @@ -1691,27 +2064,37 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR result = res } else { seriesReq := &storepb.SeriesRequest{ - MinTime: req.Start, - MaxTime: req.End, - SkipChunks: true, + MinTime: req.Start, + MaxTime: req.End, + SkipChunks: true, + WithoutReplicaLabels: req.WithoutReplicaLabels, } blockClient := newBlockSeriesClient( newCtx, - s.logger, + blockLogger, b, seriesReq, + seriesLimiter, nil, bytesLimiter, + reqSeriesMatchersNoExtLabels, nil, true, SeriesBatchSize, - s.metrics.chunkFetchDuration, + s.metrics.seriesFetchDurationSum, nil, + nil, + nil, + s.enabledLazyExpandedPostings, + s.metrics.lazyExpandedPostingsCount, + s.metrics.lazyExpandedPostingSizeBytes, + s.metrics.lazyExpandedPostingSeriesOverfetchedSizeBytes, + tenant, ) defer blockClient.Close() if err := blockClient.ExpandPostings( - reqSeriesMatchersNoExtLabels, + sortedReqSeriesMatchersNoExtLabels, seriesLimiter, ); err != nil { return err @@ -1762,7 +2145,11 @@ func (s *BucketStore) LabelValues(ctx context.Context, req *storepb.LabelValuesR s.mtx.RUnlock() if err := g.Wait(); err != nil { - return nil, status.Error(codes.Aborted, err.Error()) + code := codes.Internal + if s, ok := status.FromError(errors.Cause(err)); ok { + code = s.Code() + } + return nil, status.Error(code, err.Error()) } anyHints, err := types.MarshalAny(resHints) @@ -1914,7 +2301,6 @@ func (s *bucketBlockSet) labelMatchers(matchers ...*labels.Matcher) ([]*labels.M // bucketBlock represents a block that is located in a bucket. It holds intermediate // state for the block on local disk. type bucketBlock struct { - logger log.Logger metrics *bucketStoreMetrics bkt objstore.BucketReader meta *metadata.Meta @@ -1934,11 +2320,13 @@ type bucketBlock struct { // Block's labels used by block-level matchers to filter blocks to query. These are used to select blocks using // request hints' BlockMatchers. relabelLabels labels.Labels + + estimatedMaxChunkSize int + estimatedMaxSeriesSize int } func newBucketBlock( ctx context.Context, - logger log.Logger, metrics *bucketStoreMetrics, meta *metadata.Meta, bkt objstore.BucketReader, @@ -1947,27 +2335,35 @@ func newBucketBlock( chunkPool pool.Bytes, indexHeadReader indexheader.Reader, p Partitioner, + maxSeriesSizeFunc BlockEstimator, + maxChunkSizeFunc BlockEstimator, ) (b *bucketBlock, err error) { + maxSeriesSize := EstimatedMaxSeriesSize + if maxSeriesSizeFunc != nil { + maxSeriesSize = int(maxSeriesSizeFunc(*meta)) + } + maxChunkSize := EstimatedMaxChunkSize + if maxChunkSizeFunc != nil { + maxChunkSize = int(maxChunkSizeFunc(*meta)) + } + // Translate the block's labels and inject the block ID as a label + // to allow to match blocks also by ID. + extLset := labels.FromMap(meta.Thanos.Labels) + relabelLabels := labels.NewBuilder(extLset).Set(block.BlockIDLabel, meta.ULID.String()).Labels() b = &bucketBlock{ - logger: logger, - metrics: metrics, - bkt: bkt, - indexCache: indexCache, - chunkPool: chunkPool, - dir: dir, - partitioner: p, - meta: meta, - indexHeaderReader: indexHeadReader, - extLset: labels.FromMap(meta.Thanos.Labels), - // Translate the block's labels and inject the block ID as a label - // to allow to match blocks also by ID. - relabelLabels: append(labels.FromMap(meta.Thanos.Labels), labels.Label{ - Name: block.BlockIDLabel, - Value: meta.ULID.String(), - }), - } - sort.Sort(b.extLset) - sort.Sort(b.relabelLabels) + metrics: metrics, + bkt: bkt, + indexCache: indexCache, + chunkPool: chunkPool, + dir: dir, + partitioner: p, + meta: meta, + indexHeaderReader: indexHeadReader, + extLset: extLset, + relabelLabels: relabelLabels, + estimatedMaxSeriesSize: maxSeriesSize, + estimatedMaxChunkSize: maxChunkSize, + } // Get object handles for all chunk files (segment files) from meta.json, if available. if len(meta.Thanos.SegmentFiles) > 0 { @@ -1993,12 +2389,12 @@ func (b *bucketBlock) indexFilename() string { return path.Join(b.meta.ULID.String(), block.IndexFilename) } -func (b *bucketBlock) readIndexRange(ctx context.Context, off, length int64) ([]byte, error) { +func (b *bucketBlock) readIndexRange(ctx context.Context, off, length int64, logger log.Logger) ([]byte, error) { r, err := b.bkt.GetRange(ctx, b.indexFilename(), off, length) if err != nil { return nil, errors.Wrap(err, "get range reader") } - defer runutil.CloseWithLogOnErr(b.logger, r, "readIndexRange close range reader") + defer runutil.CloseWithLogOnErr(logger, r, "readIndexRange close range reader") // Preallocate the buffer with the exact size so we don't waste allocations // while progressively growing an initial small buffer. The buffer capacity @@ -2011,7 +2407,7 @@ func (b *bucketBlock) readIndexRange(ctx context.Context, off, length int64) ([] return buf.Bytes(), nil } -func (b *bucketBlock) readChunkRange(ctx context.Context, seq int, off, length int64, chunkRanges byteRanges) (*[]byte, error) { +func (b *bucketBlock) readChunkRange(ctx context.Context, seq int, off, length int64, chunkRanges byteRanges, logger log.Logger) (*[]byte, error) { if seq < 0 || seq >= len(b.chunkObjs) { return nil, errors.Errorf("unknown segment file for index %d", seq) } @@ -2021,7 +2417,7 @@ func (b *bucketBlock) readChunkRange(ctx context.Context, seq int, off, length i if err != nil { return nil, errors.Wrap(err, "get range reader") } - defer runutil.CloseWithLogOnErr(b.logger, reader, "readChunkRange close range reader") + defer runutil.CloseWithLogOnErr(logger, reader, "readChunkRange close range reader") // Get a buffer from the pool. chunkBuffer, err := b.chunkPool.Get(chunkRanges.size()) @@ -2045,14 +2441,14 @@ func (b *bucketBlock) chunkRangeReader(ctx context.Context, seq int, off, length return b.bkt.GetRange(ctx, b.chunkObjs[seq], off, length) } -func (b *bucketBlock) indexReader() *bucketIndexReader { +func (b *bucketBlock) indexReader(logger log.Logger) *bucketIndexReader { b.pendingReaders.Add(1) - return newBucketIndexReader(b) + return newBucketIndexReader(b, logger) } -func (b *bucketBlock) chunkReader() *bucketChunkReader { +func (b *bucketBlock) chunkReader(logger log.Logger) *bucketChunkReader { b.pendingReaders.Add(1) - return newBucketChunkReader(b) + return newBucketChunkReader(b, logger) } // matchRelabelLabels verifies whether the block matches the given matchers. @@ -2085,11 +2481,14 @@ type bucketIndexReader struct { dec *index.Decoder stats *queryStats - mtx sync.Mutex - loadedSeries map[storage.SeriesRef][]byte + loadedSeriesMtx sync.Mutex + loadedSeries map[storage.SeriesRef][]byte + + indexVersion int + logger log.Logger } -func newBucketIndexReader(block *bucketBlock) *bucketIndexReader { +func newBucketIndexReader(block *bucketBlock, logger log.Logger) *bucketIndexReader { r := &bucketIndexReader{ block: block, dec: &index.Decoder{ @@ -2097,11 +2496,26 @@ func newBucketIndexReader(block *bucketBlock) *bucketIndexReader { }, stats: &queryStats{}, loadedSeries: map[storage.SeriesRef][]byte{}, + logger: logger, } return r } -func (r *bucketIndexReader) reset() { - r.loadedSeries = map[storage.SeriesRef][]byte{} + +// IndexVersion caches the index header version. +func (r *bucketIndexReader) IndexVersion() (int, error) { + if r.indexVersion != 0 { + return r.indexVersion, nil + } + v, err := r.block.indexHeaderReader.IndexVersion() + if err != nil { + return 0, err + } + r.indexVersion = v + return v, nil +} + +func (r *bucketIndexReader) reset(size int) { + r.loadedSeries = make(map[storage.SeriesRef][]byte, size) } // ExpandedPostings returns postings in expanded list instead of index.Postings. @@ -2113,190 +2527,349 @@ func (r *bucketIndexReader) reset() { // Reminder: A posting is a reference (represented as a uint64) to a series reference, which in turn points to the first // chunk where the series contains the matching label-value pair for a given block of data. Postings can be fetched by // single label name=value. -func (r *bucketIndexReader) ExpandedPostings(ctx context.Context, ms []*labels.Matcher, bytesLimiter BytesLimiter) ([]storage.SeriesRef, error) { +func (r *bucketIndexReader) ExpandedPostings(ctx context.Context, ms sortedMatchers, bytesLimiter BytesLimiter, lazyExpandedPostingEnabled bool, lazyExpandedPostingSizeBytes prometheus.Counter, tenant string) (*lazyExpandedPostings, error) { + // Shortcut the case of `len(postingGroups) == 0`. It will only happen when no + // matchers specified, and we don't need to fetch expanded postings from cache. + if len(ms) == 0 { + return nil, nil + } + + hit, postings, err := r.fetchExpandedPostingsFromCache(ctx, ms, bytesLimiter, tenant) + if err != nil { + return nil, err + } + if hit { + return newLazyExpandedPostings(postings), nil + } var ( - postingGroups []*postingGroup - allRequested = false - hasAdds = false - keys []labels.Label + allRequested = false + hasAdds = false ) - // NOTE: Derived from tsdb.PostingsForMatchers. - for _, m := range ms { - // Each group is separate to tell later what postings are intersecting with what. - pg, err := toPostingGroup(r.block.indexHeaderReader.LabelValues, m) - if err != nil { - return nil, errors.Wrap(err, "toPostingGroup") - } - - // If this groups adds nothing, it's an empty group. We can shortcut this, since intersection with empty - // postings would return no postings anyway. - // E.g. label="non-existing-value" returns empty group. - if !pg.addAll && len(pg.addKeys) == 0 { - return nil, nil - } - - postingGroups = append(postingGroups, pg) + postingGroups, err := matchersToPostingGroups(ctx, r.block.indexHeaderReader.LabelValues, ms) + if err != nil { + return nil, errors.Wrap(err, "matchersToPostingGroups") + } + if postingGroups == nil { + r.storeExpandedPostingsToCache(ms, index.EmptyPostings(), 0, tenant) + return nil, nil + } + i := 0 + for _, pg := range postingGroups { allRequested = allRequested || pg.addAll hasAdds = hasAdds || len(pg.addKeys) > 0 - // Postings returned by fetchPostings will be in the same order as keys - // so it's important that we iterate them in the same order later. - // We don't have any other way of pairing keys and fetched postings. - keys = append(keys, pg.addKeys...) - keys = append(keys, pg.removeKeys...) - } - - if len(postingGroups) == 0 { - return nil, nil + // If a posting group doesn't have any keys, like posting group created + // from `=~".*"`, we don't have to keep the posting group as long as we + // keep track of whether we need to add all postings or not. + if len(pg.addKeys) == 0 && len(pg.removeKeys) == 0 { + continue + } + postingGroups[i] = pg + i++ } + postingGroups = postingGroups[:i] + addAllPostings := allRequested && !hasAdds // We only need special All postings if there are no other adds. If there are, we can skip fetching // special All postings completely. - if allRequested && !hasAdds { + if addAllPostings { // add group with label to fetch "special All postings". name, value := index.AllPostingsKey() - allPostingsLabel := labels.Label{Name: name, Value: value} - - postingGroups = append(postingGroups, newPostingGroup(true, []labels.Label{allPostingsLabel}, nil)) - keys = append(keys, allPostingsLabel) + postingGroups = append(postingGroups, newPostingGroup(true, name, []string{value}, nil)) } - fetchedPostings, closeFns, err := r.fetchPostings(ctx, keys, bytesLimiter) - defer func() { - for _, closeFn := range closeFns { - closeFn() - } - }() + ps, err := fetchLazyExpandedPostings(ctx, postingGroups, r, bytesLimiter, addAllPostings, lazyExpandedPostingEnabled, lazyExpandedPostingSizeBytes, tenant) if err != nil { - return nil, errors.Wrap(err, "get postings") - } - - // Get "add" and "remove" postings from groups. We iterate over postingGroups and their keys - // again, and this is exactly the same order as before (when building the groups), so we can simply - // use one incrementing index to fetch postings from returned slice. - postingIndex := 0 - - var groupAdds, groupRemovals []index.Postings - for _, g := range postingGroups { - // We cannot add empty set to groupAdds, since they are intersected. - if len(g.addKeys) > 0 { - toMerge := make([]index.Postings, 0, len(g.addKeys)) - for _, l := range g.addKeys { - toMerge = append(toMerge, checkNilPosting(l, fetchedPostings[postingIndex])) - postingIndex++ - } + return nil, errors.Wrap(err, "fetch and expand postings") + } + // If postings still have matchers to be applied lazily, cache expanded postings after filtering series so skip here. + if !ps.lazyExpanded() { + r.storeExpandedPostingsToCache(ms, index.NewListPostings(ps.postings), len(ps.postings), tenant) + } - groupAdds = append(groupAdds, index.Merge(toMerge...)) + if len(ps.postings) > 0 { + // As of version two all series entries are 16 byte padded. All references + // we get have to account for that to get the correct offset. + version, err := r.IndexVersion() + if err != nil { + return nil, errors.Wrap(err, "get index version") } - - for _, l := range g.removeKeys { - groupRemovals = append(groupRemovals, checkNilPosting(l, fetchedPostings[postingIndex])) - postingIndex++ + if version >= 2 { + for i, id := range ps.postings { + ps.postings[i] = id * 16 + } } } + return ps, nil +} - result := index.Without(index.Intersect(groupAdds...), index.Merge(groupRemovals...)) - - ps, err := index.ExpandPostings(result) - if err != nil { - return nil, errors.Wrap(err, "expand") - } - - // As of version two all series entries are 16 byte padded. All references - // we get have to account for that to get the correct offset. - version, err := r.block.indexHeaderReader.IndexVersion() - if err != nil { - return nil, errors.Wrap(err, "get index version") - } - if version >= 2 { - for i, id := range ps { - ps[i] = id * 16 +// ExpandPostingsWithContext returns the postings expanded as a slice and considers context. +func ExpandPostingsWithContext(ctx context.Context, p index.Postings) (res []storage.SeriesRef, err error) { + for p.Next() { + if ctx.Err() != nil { + return nil, ctx.Err() } + res = append(res, p.At()) } - - return ps, nil + return res, p.Err() } -// postingGroup keeps posting keys for single matcher. Logical result of the group is: +// postingGroup keeps posting keys for one or more matchers with the same label name. Logical result of the group is: // If addAll is set: special All postings minus postings for removeKeys labels. No need to merge postings for addKeys in this case. // If addAll is not set: Merge of postings for "addKeys" labels minus postings for removeKeys labels // This computation happens in ExpandedPostings. type postingGroup struct { - addAll bool - addKeys []labels.Label - removeKeys []labels.Label + addAll bool + name string + matchers []*labels.Matcher + addKeys []string + removeKeys []string + cardinality int64 + lazy bool } -func newPostingGroup(addAll bool, addKeys, removeKeys []labels.Label) *postingGroup { +func newPostingGroup(addAll bool, name string, addKeys, removeKeys []string) *postingGroup { return &postingGroup{ + name: name, addAll: addAll, addKeys: addKeys, removeKeys: removeKeys, } } -func checkNilPosting(l labels.Label, p index.Postings) index.Postings { +// mergeKeys merges keys from two posting groups and ignores other fields. +func (pg postingGroup) mergeKeys(other *postingGroup) *postingGroup { + if other == nil { + return &pg + } + // This shouldn't happen, but add this as a safeguard. + if pg.name != other.name { + return nil + } + var i, j int + // Both add all, merge remove keys. + if pg.addAll && other.addAll { + // Fast path to not allocate output slice if no remove keys are specified. + // This is possible when matcher is `=~".*"`. + if len(pg.removeKeys) == 0 { + pg.removeKeys = other.removeKeys + return &pg + } else if len(other.removeKeys) == 0 { + return &pg + } + output := make([]string, 0, len(pg.removeKeys)+len(other.removeKeys)) + for i < len(pg.removeKeys) && j < len(other.removeKeys) { + if pg.removeKeys[i] < other.removeKeys[j] { + output = append(output, pg.removeKeys[i]) + i++ + } else if pg.removeKeys[i] > other.removeKeys[j] { + output = append(output, other.removeKeys[j]) + j++ + } else { + output = append(output, pg.removeKeys[i]) + i++ + j++ + } + } + if i < len(pg.removeKeys) { + output = append(output, pg.removeKeys[i:len(pg.removeKeys)]...) + } + if j < len(other.removeKeys) { + output = append(output, other.removeKeys[j:len(other.removeKeys)]...) + } + pg.removeKeys = output + } else if pg.addAll || other.addAll { + // Subtract the remove keys. + toRemove := other + toAdd := &pg + if pg.addAll { + toRemove = &pg + toAdd = other + } + var k int + for i < len(toAdd.addKeys) && j < len(toRemove.removeKeys) { + if toAdd.addKeys[i] < toRemove.removeKeys[j] { + toAdd.addKeys[k] = toAdd.addKeys[i] + k++ + i++ + } else if toAdd.addKeys[i] > toRemove.removeKeys[j] { + j++ + } else { + i++ + j++ + } + } + for i < len(toAdd.addKeys) { + toAdd.addKeys[k] = toAdd.addKeys[i] + i++ + k++ + } + pg.addKeys = toAdd.addKeys[:k] + pg.addAll = false + pg.removeKeys = nil + } else { + addKeys := make([]string, 0, min(len(pg.addKeys), len(other.addKeys))) + for i < len(pg.addKeys) && j < len(other.addKeys) { + if pg.addKeys[i] == other.addKeys[j] { + addKeys = append(addKeys, pg.addKeys[i]) + i++ + j++ + } else if pg.addKeys[i] < other.addKeys[j] { + i++ + } else { + j++ + } + } + pg.addKeys = addKeys + } + return &pg +} + +func checkNilPosting(name, value string, p index.Postings) index.Postings { if p == nil { // This should not happen. Debug for https://github.com/thanos-io/thanos/issues/874. - return index.ErrPostings(errors.Errorf("postings is nil for %s. It was never fetched.", l)) + return index.ErrPostings(errors.Errorf("postings is nil for {%s=%s}. It was never fetched.", name, value)) } return p } -// NOTE: Derived from tsdb.postingsForMatcher. index.Merge is equivalent to map duplication. -func toPostingGroup(lvalsFn func(name string) ([]string, error), m *labels.Matcher) (*postingGroup, error) { - if m.Type == labels.MatchRegexp { - if vals := findSetMatches(m.Value); len(vals) > 0 { - // Sorting will improve the performance dramatically if the dataset is relatively large - // since entries in the postings offset table was sorted by label name and value, - // the sequential reading is much faster. - sort.Strings(vals) - toAdd := make([]labels.Label, 0, len(vals)) - for _, val := range vals { - toAdd = append(toAdd, labels.Label{Name: m.Name, Value: val}) +func matchersToPostingGroups(ctx context.Context, lvalsFn func(name string) ([]string, error), ms []*labels.Matcher) ([]*postingGroup, error) { + matchersMap := make(map[string]map[string]*labels.Matcher) + for _, m := range ms { + m := m + if _, ok := matchersMap[m.Name]; !ok { + matchersMap[m.Name] = make(map[string]*labels.Matcher) + } + matchersMap[m.Name][m.String()] = m + } + + pgs := make([]*postingGroup, 0, len(matchersMap)) + // NOTE: Derived from tsdb.PostingsForMatchers. + for _, values := range matchersMap { + var ( + mergedPG *postingGroup + pg *postingGroup + vals []string + err error + valuesCached bool + ) + lvalsFunc := lvalsFn + matchers := make([]*labels.Matcher, 0, len(vals)) + // Merge PostingGroups with the same matcher into 1 to + // avoid fetching duplicate postings. + for _, val := range values { + pg, vals, err = toPostingGroup(ctx, lvalsFunc, val) + if err != nil { + return nil, errors.Wrap(err, "toPostingGroup") + } + // Cache label values because label name is the same. + if !valuesCached && vals != nil { + lvals := vals + lvalsFunc = func(_ string) ([]string, error) { + return lvals, nil + } + valuesCached = true + } + + // If this groups adds nothing, it's an empty group. We can shortcut this, since intersection with empty + // postings would return no postings anyway. + // E.g. label="non-existing-value" returns empty group. + if !pg.addAll && len(pg.addKeys) == 0 { + return nil, nil + } + if mergedPG == nil { + mergedPG = pg + } else { + mergedPG = mergedPG.mergeKeys(pg) + } + + // If this groups adds nothing, it's an empty group. We can shortcut this, since intersection with empty + // postings would return no postings anyway. + // E.g. label="non-existing-value" returns empty group. + if !mergedPG.addAll && len(mergedPG.addKeys) == 0 { + return nil, nil } - return newPostingGroup(false, toAdd, nil), nil + matchers = append(matchers, val) } + // Set and sort matchers to be used when picking up posting fetch strategy. + mergedPG.matchers = newSortedMatchers(matchers) + pgs = append(pgs, mergedPG) } + slices.SortFunc(pgs, func(a, b *postingGroup) int { + return strings.Compare(a.name, b.name) + }) + return pgs, nil +} +// NOTE: Derived from tsdb.postingsForMatcher. index.Merge is equivalent to map duplication. +func toPostingGroup(ctx context.Context, lvalsFn func(name string) ([]string, error), m *labels.Matcher) (*postingGroup, []string, error) { // If the matcher selects an empty value, it selects all the series which don't // have the label name set too. See: https://github.com/prometheus/prometheus/issues/3575 // and https://github.com/prometheus/prometheus/pull/3578#issuecomment-351653555. if m.Matches("") { + var toRemove []string + + // Fast-path for MatchNotRegexp matching. + // Inverse of a MatchNotRegexp is MatchRegexp (double negation). + // Fast-path for set matching. + if m.Type == labels.MatchNotRegexp { + if vals := m.SetMatches(); len(vals) > 0 { + sort.Strings(vals) + return newPostingGroup(true, m.Name, nil, vals), nil, nil + } + } + + // Fast-path for MatchNotEqual matching. + // Inverse of a MatchNotEqual is MatchEqual (double negation). + if m.Type == labels.MatchNotEqual { + return newPostingGroup(true, m.Name, nil, []string{m.Value}), nil, nil + } + vals, err := lvalsFn(m.Name) if err != nil { - return nil, err + return nil, nil, err } - var toRemove []labels.Label for _, val := range vals { + if ctx.Err() != nil { + return nil, nil, ctx.Err() + } if !m.Matches(val) { - toRemove = append(toRemove, labels.Label{Name: m.Name, Value: val}) + toRemove = append(toRemove, val) } } - return newPostingGroup(true, nil, toRemove), nil + return newPostingGroup(true, m.Name, nil, toRemove), vals, nil + } + if m.Type == labels.MatchRegexp { + if vals := m.SetMatches(); len(vals) > 0 { + sort.Strings(vals) + return newPostingGroup(false, m.Name, vals, nil), nil, nil + } } // Fast-path for equal matching. if m.Type == labels.MatchEqual { - return newPostingGroup(false, []labels.Label{{Name: m.Name, Value: m.Value}}, nil), nil + return newPostingGroup(false, m.Name, []string{m.Value}, nil), nil, nil } vals, err := lvalsFn(m.Name) if err != nil { - return nil, err + return nil, nil, err } - var toAdd []labels.Label + var toAdd []string for _, val := range vals { + if ctx.Err() != nil { + return nil, nil, ctx.Err() + } if m.Matches(val) { - toAdd = append(toAdd, labels.Label{Name: m.Name, Value: val}) + toAdd = append(toAdd, val) } } - return newPostingGroup(false, toAdd, nil), nil + return newPostingGroup(false, m.Name, toAdd, nil), vals, nil } type postingPtr struct { @@ -2304,13 +2877,75 @@ type postingPtr struct { ptr index.Range } +func (r *bucketIndexReader) fetchExpandedPostingsFromCache(ctx context.Context, ms []*labels.Matcher, bytesLimiter BytesLimiter, tenant string) (bool, []storage.SeriesRef, error) { + dataFromCache, hit := r.block.indexCache.FetchExpandedPostings(ctx, r.block.meta.ULID, ms, tenant) + if !hit { + return false, nil, nil + } + if err := bytesLimiter.ReserveWithType(uint64(len(dataFromCache)), PostingsTouched); err != nil { + return false, nil, httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while loading expanded postings from index cache: %s", err) + } + + r.stats.add(PostingsTouched, 1, len(dataFromCache)) + p, closeFns, err := r.decodeCachedPostings(dataFromCache) + defer func() { + for _, closeFn := range closeFns { + closeFn() + } + }() + // If failed to decode or expand cached postings, return and expand postings again. + if err != nil { + level.Error(r.logger).Log("msg", "failed to decode cached expanded postings, refetch postings", "id", r.block.meta.ULID.String(), "err", err) + return false, nil, nil + } + + ps, err := ExpandPostingsWithContext(ctx, p) + if err != nil { + level.Error(r.logger).Log("msg", "failed to expand cached expanded postings, refetch postings", "id", r.block.meta.ULID.String(), "err", err) + return false, nil, nil + } + + if len(ps) > 0 { + // As of version two all series entries are 16 byte padded. All references + // we get have to account for that to get the correct offset. + version, err := r.block.indexHeaderReader.IndexVersion() + if err != nil { + return false, nil, errors.Wrap(err, "get index version") + } + if version >= 2 { + for i, id := range ps { + ps[i] = id * 16 + } + } + } + return true, ps, nil +} + +func (r *bucketIndexReader) storeExpandedPostingsToCache(ms []*labels.Matcher, ps index.Postings, length int, tenant string) { + // Encode postings to cache. We compress and cache postings before adding + // 16 bytes padding in order to make compressed size smaller. + dataToCache, compressionDuration, compressionErrors, compressedSize := r.encodePostingsToCache(ps, length) + r.stats.cachedPostingsCompressions++ + r.stats.cachedPostingsCompressionErrors += compressionErrors + r.stats.CachedPostingsCompressionTimeSum += compressionDuration + r.stats.CachedPostingsCompressedSizeSum += units.Base2Bytes(compressedSize) + r.stats.CachedPostingsOriginalSizeSum += units.Base2Bytes(length * 4) // Estimate the posting list size. + r.block.indexCache.StoreExpandedPostings(r.block.meta.ULID, ms, dataToCache, tenant) +} + +var bufioReaderPool = sync.Pool{ + New: func() any { + return bufio.NewReader(nil) + }, +} + // fetchPostings fill postings requested by posting groups. -// It returns one postings for each key, in the same order. +// It returns one posting for each key, in the same order. // If postings for given key is not fetched, entry at given index will be nil. -func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Label, bytesLimiter BytesLimiter) ([]index.Postings, []func(), error) { +func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Label, bytesLimiter BytesLimiter, tenant string) ([]index.Postings, []func(), error) { var closeFns []func() - timer := prometheus.NewTimer(r.block.metrics.postingsFetchDuration) + timer := prometheus.NewTimer(r.block.metrics.postingsFetchDuration.WithLabelValues(tenant)) defer timer.ObserveDuration() var ptrs []postingPtr @@ -2318,10 +2953,10 @@ func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Lab output := make([]index.Postings, len(keys)) // Fetch postings from the cache with a single call. - fromCache, _ := r.block.indexCache.FetchMultiPostings(ctx, r.block.meta.ULID, keys) + fromCache, _ := r.block.indexCache.FetchMultiPostings(ctx, r.block.meta.ULID, keys, tenant) for _, dataFromCache := range fromCache { - if err := bytesLimiter.Reserve(uint64(len(dataFromCache))); err != nil { - return nil, closeFns, errors.Wrap(err, "bytes limit exceeded while loading postings from index cache") + if err := bytesLimiter.ReserveWithType(uint64(len(dataFromCache)), PostingsTouched); err != nil { + return nil, closeFns, httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while loading postings from index cache: %s", err) } } @@ -2329,37 +2964,19 @@ func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Lab // If we have a miss, mark key to be fetched in `ptrs` slice. // Overlaps are well handled by partitioner, so we don't need to deduplicate keys. for ix, key := range keys { + if err := ctx.Err(); err != nil { + return nil, closeFns, err + } // Get postings for the given key from cache first. if b, ok := fromCache[key]; ok { - r.stats.postingsTouched++ - r.stats.PostingsTouchedSizeSum += units.Base2Bytes(len(b)) - - // Even if this instance is not using compression, there may be compressed - // entries in the cache written by other stores. - var ( - l index.Postings - err error - ) - if isDiffVarintSnappyEncodedPostings(b) || isDiffVarintSnappyStreamedEncodedPostings(b) { - s := time.Now() - clPostings, err := decodePostings(b) - r.stats.cachedPostingsDecompressions += 1 - r.stats.CachedPostingsDecompressionTimeSum += time.Since(s) - if err != nil { - r.stats.cachedPostingsDecompressionErrors += 1 - } else { - closeFns = append(closeFns, clPostings.close) - l = clPostings - } - } else { - _, l, err = r.dec.Postings(b) - } + r.stats.add(PostingsTouched, 1, len(b)) + l, closer, err := r.decodeCachedPostings(b) if err != nil { return nil, closeFns, errors.Wrap(err, "decode postings") } - output[ix] = l + closeFns = append(closeFns, closer...) continue } @@ -2393,8 +3010,8 @@ func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Lab start := int64(part.Start) length := int64(part.End) - start - if err := bytesLimiter.Reserve(uint64(length)); err != nil { - return nil, closeFns, errors.Wrap(err, "bytes limit exceeded while fetching postings") + if err := bytesLimiter.ReserveWithType(uint64(length), PostingsFetched); err != nil { + return nil, closeFns, httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while fetching postings: %s", err) } } @@ -2409,64 +3026,51 @@ func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Lab // Fetch from object storage concurrently and update stats and posting list. g.Go(func() error { begin := time.Now() + stats := new(queryStats) + defer func() { + r.stats.merge(stats) + }() + + brdr := bufioReaderPool.Get().(*bufio.Reader) + defer bufioReaderPool.Put(brdr) - b, err := r.block.readIndexRange(ctx, start, length) + partReader, err := r.block.bkt.GetRange(ctx, r.block.indexFilename(), start, length) if err != nil { return errors.Wrap(err, "read postings range") } - fetchTime := time.Since(begin) - - r.mtx.Lock() - r.stats.postingsFetchCount++ - r.stats.postingsFetched += j - i - r.stats.PostingsFetchDurationSum += fetchTime - r.stats.PostingsFetchedSizeSum += units.Base2Bytes(int(length)) - r.mtx.Unlock() - - for _, p := range ptrs[i:j] { - // index-header can estimate endings, which means we need to resize the endings. - pBytes, err := resizePostings(b[p.ptr.Start-start : p.ptr.End-start]) + defer runutil.CloseWithLogOnErr(r.logger, partReader, "readIndexRange close range reader") + brdr.Reset(partReader) + + rdr := newPostingsReaderBuilder(ctx, brdr, ptrs[i:j], start, length) + + stats.postingsFetchCount++ + stats.add(PostingsFetched, j-i, int(length)) + + for rdr.Next() { + diffVarintPostings, postingsCount, keyID := rdr.AtDiffVarint() + + output[keyID] = newDiffVarintPostings(diffVarintPostings, nil) + + startCompression := time.Now() + dataToCache, err := snappyStreamedEncode(int(postingsCount), diffVarintPostings) if err != nil { - return err + stats.cachedPostingsCompressionErrors += 1 + return errors.Wrap(err, "encoding with snappy") } - dataToCache := pBytes - - compressionTime := time.Duration(0) - compressions, compressionErrors, compressedSize := 0, 0, 0 - - // Reencode postings before storing to cache. If that fails, we store original bytes. - // This can only fail, if postings data was somehow corrupted, - // and there is nothing we can do about it. - // Errors from corrupted postings will be reported when postings are used. - compressions++ - s := time.Now() - bep := newBigEndianPostings(pBytes[4:]) - data, err := diffVarintSnappyStreamedEncode(bep, bep.length()) - compressionTime = time.Since(s) - if err == nil { - dataToCache = data - compressedSize = len(data) - } else { - compressionErrors = 1 - } + stats.cachedPostingsCompressions += 1 + stats.CachedPostingsOriginalSizeSum += units.Base2Bytes(len(diffVarintPostings)) + stats.CachedPostingsCompressedSizeSum += units.Base2Bytes(len(dataToCache)) + stats.CachedPostingsCompressionTimeSum += time.Since(startCompression) + stats.add(PostingsTouched, 1, len(diffVarintPostings)) + + r.block.indexCache.StorePostings(r.block.meta.ULID, keys[keyID], dataToCache, tenant) + } + + stats.PostingsFetchDurationSum += time.Since(begin) - r.mtx.Lock() - // Return postings and fill LRU cache. - // Truncate first 4 bytes which are length of posting. - output[p.keyID] = newBigEndianPostings(pBytes[4:]) - - r.block.indexCache.StorePostings(r.block.meta.ULID, keys[p.keyID], dataToCache) - - // If we just fetched it we still have to update the stats for touched postings. - r.stats.postingsTouched++ - r.stats.PostingsTouchedSizeSum += units.Base2Bytes(len(pBytes)) - r.stats.cachedPostingsCompressions += compressions - r.stats.cachedPostingsCompressionErrors += compressionErrors - r.stats.CachedPostingsOriginalSizeSum += units.Base2Bytes(len(pBytes)) - r.stats.CachedPostingsCompressedSizeSum += units.Base2Bytes(compressedSize) - r.stats.CachedPostingsCompressionTimeSum += compressionTime - r.mtx.Unlock() + if err := rdr.Error(); err != nil { + return errors.Wrap(err, "reading postings") } return nil }) @@ -2475,19 +3079,44 @@ func (r *bucketIndexReader) fetchPostings(ctx context.Context, keys []labels.Lab return output, closeFns, g.Wait() } -func resizePostings(b []byte) ([]byte, error) { - d := encoding.Decbuf{B: b} - n := d.Be32int() - if d.Err() != nil { - return nil, errors.Wrap(d.Err(), "read postings list") +func (r *bucketIndexReader) decodeCachedPostings(b []byte) (index.Postings, []func(), error) { + // Even if this instance is not using compression, there may be compressed + // entries in the cache written by other stores. + var ( + l index.Postings + err error + closeFns []func() + ) + if isDiffVarintSnappyEncodedPostings(b) || isDiffVarintSnappyStreamedEncodedPostings(b) { + s := time.Now() + l, err = decodePostings(b) + r.stats.cachedPostingsDecompressions += 1 + r.stats.CachedPostingsDecompressionTimeSum += time.Since(s) + if err != nil { + r.stats.cachedPostingsDecompressionErrors += 1 + } else { + closeFns = append(closeFns, l.(closeablePostings).close) + } + } else { + _, l, err = r.dec.Postings(b) } + return l, closeFns, err +} - // 4 for postings number of entries, then 4, foreach each big endian posting. - size := 4 + n*4 - if len(b) < size { - return nil, encoding.ErrInvalidSize +func (r *bucketIndexReader) encodePostingsToCache(p index.Postings, length int) ([]byte, time.Duration, int, int) { + var dataToCache []byte + compressionTime := time.Duration(0) + compressionErrors, compressedSize := 0, 0 + s := time.Now() + data, err := diffVarintSnappyStreamedEncode(p, length) + compressionTime = time.Since(s) + if err == nil { + dataToCache = data + compressedSize = len(data) + } else { + compressionErrors = 1 } - return b[:size], nil + return dataToCache, compressionTime, compressionErrors, compressedSize } // bigEndianPostings implements the Postings interface over a byte stream of @@ -2544,22 +3173,25 @@ func (it *bigEndianPostings) length() int { return len(it.list) / 4 } -func (r *bucketIndexReader) PreloadSeries(ctx context.Context, ids []storage.SeriesRef, bytesLimiter BytesLimiter) error { - timer := prometheus.NewTimer(r.block.metrics.seriesFetchDuration) - defer timer.ObserveDuration() +func (r *bucketIndexReader) PreloadSeries(ctx context.Context, ids []storage.SeriesRef, bytesLimiter BytesLimiter, tenant string) error { + timer := prometheus.NewTimer(r.block.metrics.seriesFetchDuration.WithLabelValues(tenant)) + defer func() { + d := timer.ObserveDuration() + r.stats.SeriesDownloadLatencySum += d + }() // Load series from cache, overwriting the list of ids to preload // with the missing ones. - fromCache, ids := r.block.indexCache.FetchMultiSeries(ctx, r.block.meta.ULID, ids) + fromCache, ids := r.block.indexCache.FetchMultiSeries(ctx, r.block.meta.ULID, ids, tenant) for id, b := range fromCache { r.loadedSeries[id] = b - if err := bytesLimiter.Reserve(uint64(len(b))); err != nil { - return errors.Wrap(err, "exceeded bytes limit while loading series from index cache") + if err := bytesLimiter.ReserveWithType(uint64(len(b)), SeriesTouched); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while loading series from index cache: %s", err) } } parts := r.block.partitioner.Partition(len(ids), func(i int) (start, end uint64) { - return uint64(ids[i]), uint64(ids[i] + maxSeriesSize) + return uint64(ids[i]), uint64(ids[i]) + uint64(r.block.estimatedMaxSeriesSize) }) g, ctx := errgroup.WithContext(ctx) @@ -2568,32 +3200,31 @@ func (r *bucketIndexReader) PreloadSeries(ctx context.Context, ids []storage.Ser i, j := p.ElemRng[0], p.ElemRng[1] g.Go(func() error { - return r.loadSeries(ctx, ids[i:j], false, s, e, bytesLimiter) + return r.loadSeries(ctx, ids[i:j], false, s, e, bytesLimiter, tenant) }) } return g.Wait() } -func (r *bucketIndexReader) loadSeries(ctx context.Context, ids []storage.SeriesRef, refetch bool, start, end uint64, bytesLimiter BytesLimiter) error { +func (r *bucketIndexReader) loadSeries(ctx context.Context, ids []storage.SeriesRef, refetch bool, start, end uint64, bytesLimiter BytesLimiter, tenant string) error { begin := time.Now() + stats := new(queryStats) + defer func() { + r.stats.merge(stats) + }() - if bytesLimiter != nil { - if err := bytesLimiter.Reserve(uint64(end - start)); err != nil { - return errors.Wrap(err, "exceeded bytes limit while fetching series") - } + if err := bytesLimiter.ReserveWithType(uint64(end-start), SeriesFetched); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while fetching series: %s", err) } - b, err := r.block.readIndexRange(ctx, int64(start), int64(end-start)) + b, err := r.block.readIndexRange(ctx, int64(start), int64(end-start), r.logger) if err != nil { return errors.Wrap(err, "read series range") } - r.mtx.Lock() - r.stats.seriesFetchCount++ - r.stats.seriesFetched += len(ids) - r.stats.SeriesFetchDurationSum += time.Since(begin) - r.stats.SeriesFetchedSizeSum += units.Base2Bytes(int(end - start)) - r.mtx.Unlock() + stats.seriesFetchCount++ + stats.SeriesFetchDurationSum += time.Since(begin) + stats.add(SeriesFetched, len(ids), int(end-start)) for i, id := range ids { c := b[uint64(id)-start:] @@ -2608,17 +3239,18 @@ func (r *bucketIndexReader) loadSeries(ctx context.Context, ids []storage.Series } // Inefficient, but should be rare. - r.block.metrics.seriesRefetches.Inc() - level.Warn(r.block.logger).Log("msg", "series size exceeded expected size; refetching", "id", id, "series length", n+int(l), "maxSeriesSize", maxSeriesSize) + r.block.metrics.seriesRefetches.WithLabelValues(tenant).Inc() + level.Warn(r.logger).Log("msg", "series size exceeded expected size; refetching", "id", id, "series length", n+int(l), "maxSeriesSize", r.block.estimatedMaxSeriesSize) // Fetch plus to get the size of next one if exists. - return r.loadSeries(ctx, ids[i:], true, uint64(id), uint64(id)+uint64(n+int(l)+1), bytesLimiter) + return r.loadSeries(ctx, ids[i:], true, uint64(id), uint64(id)+uint64(n+int(l)+1), bytesLimiter, tenant) } c = c[n : n+int(l)] - r.mtx.Lock() + r.loadedSeriesMtx.Lock() r.loadedSeries[id] = c - r.block.indexCache.StoreSeries(r.block.meta.ULID, id, c) - r.mtx.Unlock() + r.loadedSeriesMtx.Unlock() + + r.block.indexCache.StoreSeries(r.block.meta.ULID, id, c, tenant) } return nil } @@ -2695,8 +3327,7 @@ func (r *bucketIndexReader) LoadSeriesForTime(ref storage.SeriesRef, lset *[]sym return false, errors.Errorf("series %d not found", ref) } - r.stats.seriesTouched++ - r.stats.SeriesTouchedSizeSum += units.Base2Bytes(len(b)) + r.stats.add(SeriesTouched, 1, len(b)) return decodeSeriesForTime(b, lset, chks, skipChunks, mint, maxt) } @@ -2707,18 +3338,18 @@ func (r *bucketIndexReader) Close() error { } // LookupLabelsSymbols allows populates label set strings from symbolized label set. -func (r *bucketIndexReader) LookupLabelsSymbols(symbolized []symbolizedLabel, lbls *labels.Labels) error { - *lbls = (*lbls)[:0] +func (r *bucketIndexReader) LookupLabelsSymbols(ctx context.Context, symbolized []symbolizedLabel, b *labels.Builder) error { + b.Reset(labels.EmptyLabels()) for _, s := range symbolized { - ln, err := r.dec.LookupSymbol(s.name) + ln, err := r.dec.LookupSymbol(ctx, s.name) if err != nil { return errors.Wrap(err, "lookup label name") } - lv, err := r.dec.LookupSymbol(s.value) + lv, err := r.dec.LookupSymbol(ctx, s.value) if err != nil { return errors.Wrap(err, "lookup label value") } - *lbls = append(*lbls, labels.Label{Name: ln, Value: lv}) + b.Set(ln, lv) } return nil } @@ -2793,18 +3424,24 @@ type bucketChunkReader struct { toLoad [][]loadIdx - // Mutex protects access to following fields, when updated from chunks-loading goroutines. + // chunkBytesMtx protects access to chunkBytes, when updated from chunks-loading goroutines. // After chunks are loaded, mutex is no longer used. - mtx sync.Mutex - stats *queryStats - chunkBytes []*[]byte // Byte slice to return to the chunk pool on close. + chunkBytesMtx sync.Mutex + stats *queryStats + chunkBytes []*[]byte // Byte slice to return to the chunk pool on close. + logger log.Logger + + loadingChunksMtx sync.Mutex + loadingChunks bool + finishLoadingChks chan struct{} } -func newBucketChunkReader(block *bucketBlock) *bucketChunkReader { +func newBucketChunkReader(block *bucketBlock, logger log.Logger) *bucketChunkReader { return &bucketChunkReader{ block: block, stats: &queryStats{}, toLoad: make([][]loadIdx, len(block.chunkObjs)), + logger: logger, } } @@ -2812,9 +3449,22 @@ func (r *bucketChunkReader) reset() { for i := range r.toLoad { r.toLoad[i] = r.toLoad[i][:0] } + r.loadingChunksMtx.Lock() + r.loadingChunks = false + r.finishLoadingChks = make(chan struct{}) + r.loadingChunksMtx.Unlock() } func (r *bucketChunkReader) Close() error { + // NOTE(GiedriusS): we need to wait until loading chunks because loading + // chunks modifies r.block.chunkPool. + r.loadingChunksMtx.Lock() + loadingChks := r.loadingChunks + r.loadingChunksMtx.Unlock() + + if loadingChks { + <-r.finishLoadingChks + } r.block.pendingReaders.Done() for _, b := range r.chunkBytes { @@ -2838,7 +3488,22 @@ func (r *bucketChunkReader) addLoad(id chunks.ChunkRef, seriesEntry, chunk int) } // load loads all added chunks and saves resulting aggrs to refs. -func (r *bucketChunkReader) load(ctx context.Context, res []seriesEntry, aggrs []storepb.Aggr, calculateChunkChecksum bool, bytesLimiter BytesLimiter) error { +func (r *bucketChunkReader) load(ctx context.Context, res []seriesEntry, aggrs []storepb.Aggr, calculateChunkChecksum bool, bytesLimiter BytesLimiter, tenant string) error { + r.loadingChunksMtx.Lock() + r.loadingChunks = true + r.loadingChunksMtx.Unlock() + + begin := time.Now() + defer func() { + r.stats.ChunksDownloadLatencySum += time.Since(begin) + + r.loadingChunksMtx.Lock() + r.loadingChunks = false + r.loadingChunksMtx.Unlock() + + close(r.finishLoadingChks) + }() + g, ctx := errgroup.WithContext(ctx) for seq, pIdxs := range r.toLoad { @@ -2846,12 +3511,12 @@ func (r *bucketChunkReader) load(ctx context.Context, res []seriesEntry, aggrs [ return pIdxs[i].offset < pIdxs[j].offset }) parts := r.block.partitioner.Partition(len(pIdxs), func(i int) (start, end uint64) { - return uint64(pIdxs[i].offset), uint64(pIdxs[i].offset) + EstimatedMaxChunkSize + return uint64(pIdxs[i].offset), uint64(pIdxs[i].offset) + uint64(r.block.estimatedMaxChunkSize) }) for _, p := range parts { - if err := bytesLimiter.Reserve(uint64(p.End - p.Start)); err != nil { - return errors.Wrap(err, "bytes limit exceeded while fetching chunks") + if err := bytesLimiter.ReserveWithType(uint64(p.End-p.Start), ChunksFetched); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while fetching chunks: %s", err) } } @@ -2860,7 +3525,7 @@ func (r *bucketChunkReader) load(ctx context.Context, res []seriesEntry, aggrs [ p := p indices := pIdxs[p.ElemRng[0]:p.ElemRng[1]] g.Go(func() error { - return r.loadChunks(ctx, res, aggrs, seq, p, indices, calculateChunkChecksum, bytesLimiter) + return r.loadChunks(ctx, res, aggrs, seq, p, indices, calculateChunkChecksum, bytesLimiter, tenant) }) } } @@ -2869,10 +3534,12 @@ func (r *bucketChunkReader) load(ctx context.Context, res []seriesEntry, aggrs [ // loadChunks will read range [start, end] from the segment file with sequence number seq. // This data range covers chunks starting at supplied offsets. -func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, aggrs []storepb.Aggr, seq int, part Part, pIdxs []loadIdx, calculateChunkChecksum bool, bytesLimiter BytesLimiter) error { +func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, aggrs []storepb.Aggr, seq int, part Part, pIdxs []loadIdx, calculateChunkChecksum bool, bytesLimiter BytesLimiter, tenant string) error { fetchBegin := time.Now() + stats := new(queryStats) defer func() { - r.stats.ChunksFetchDurationSum += time.Since(fetchBegin) + stats.ChunksFetchDurationSum += time.Since(fetchBegin) + r.stats.merge(stats) }() // Get a reader for the required range. @@ -2880,21 +3547,11 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a if err != nil { return errors.Wrap(err, "get range reader") } - defer runutil.CloseWithLogOnErr(r.block.logger, reader, "readChunkRange close range reader") - bufReader := bufio.NewReaderSize(reader, EstimatedMaxChunkSize) - - locked := true - r.mtx.Lock() + defer runutil.CloseWithLogOnErr(r.logger, reader, "readChunkRange close range reader") + bufReader := bufio.NewReaderSize(reader, r.block.estimatedMaxChunkSize) - defer func() { - if locked { - r.mtx.Unlock() - } - }() - - r.stats.chunksFetchCount++ - r.stats.chunksFetched += len(pIdxs) - r.stats.ChunksFetchedSizeSum += units.Base2Bytes(int(part.End - part.Start)) + stats.chunksFetchCount++ + stats.add(ChunksFetched, len(pIdxs), int(part.End-part.Start)) var ( buf []byte @@ -2907,11 +3564,11 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a n int ) - bufPooled, err := r.block.chunkPool.Get(EstimatedMaxChunkSize) + bufPooled, err := r.block.chunkPool.Get(r.block.estimatedMaxChunkSize) if err == nil { buf = *bufPooled } else { - buf = make([]byte, EstimatedMaxChunkSize) + buf = make([]byte, r.block.estimatedMaxChunkSize) } defer r.block.chunkPool.Put(&buf) @@ -2927,7 +3584,7 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a // Presume chunk length to be reasonably large for common use cases. // However, declaration for EstimatedMaxChunkSize warns us some chunks could be larger in some rare cases. // This is handled further down below. - chunkLen = EstimatedMaxChunkSize + chunkLen = r.block.estimatedMaxChunkSize if i+1 < len(pIdxs) { if diff = pIdxs[i+1].offset - pIdx.offset; int(diff) < chunkLen { chunkLen = int(diff) @@ -2950,27 +3607,25 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a // There is also crc32 after the chunk, but we ignore that. chunkLen = n + 1 + int(chunkDataLen) if chunkLen <= len(cb) { - err = populateChunk(&(res[pIdx.seriesEntry].chks[pIdx.chunk]), rawChunk(cb[n:chunkLen]), aggrs, r.save, calculateChunkChecksum) + c := rawChunk(cb[n:chunkLen]) + err = populateChunk(&(res[pIdx.seriesEntry].chks[pIdx.chunk]), &c, aggrs, r.save, calculateChunkChecksum) if err != nil { return errors.Wrap(err, "populate chunk") } - r.stats.chunksTouched++ - r.stats.ChunksTouchedSizeSum += units.Base2Bytes(int(chunkDataLen)) + stats.add(ChunksTouched, 1, int(chunkDataLen)) continue } + r.block.metrics.chunkRefetches.WithLabelValues(tenant).Inc() // If we didn't fetch enough data for the chunk, fetch more. - r.mtx.Unlock() - locked = false - fetchBegin = time.Now() - // Read entire chunk into new buffer. // TODO: readChunkRange call could be avoided for any chunk but last in this particular part. - if err := bytesLimiter.Reserve(uint64(chunkLen)); err != nil { - return errors.Wrap(err, "bytes limit exceeded while fetching chunks") + if err := bytesLimiter.ReserveWithType(uint64(chunkLen), ChunksTouched); err != nil { + return httpgrpc.Errorf(int(codes.ResourceExhausted), "exceeded bytes limit while fetching chunks: %s", err) } - nb, err := r.block.readChunkRange(ctx, seq, int64(pIdx.offset), int64(chunkLen), []byteRange{{offset: 0, length: chunkLen}}) + + nb, err := r.block.readChunkRange(ctx, seq, int64(pIdx.offset), int64(chunkLen), []byteRange{{offset: 0, length: chunkLen}}, r.logger) if err != nil { return errors.Wrapf(err, "preloaded chunk too small, expecting %d, and failed to fetch full chunk", chunkLen) } @@ -2978,18 +3633,15 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a return errors.Errorf("preloaded chunk too small, expecting %d", chunkLen) } - r.mtx.Lock() - locked = true - - r.stats.chunksFetchCount++ - r.stats.ChunksFetchedSizeSum += units.Base2Bytes(len(*nb)) - err = populateChunk(&(res[pIdx.seriesEntry].chks[pIdx.chunk]), rawChunk((*nb)[n:]), aggrs, r.save, calculateChunkChecksum) + stats.add(ChunksFetched, 1, len(*nb)) + c := rawChunk((*nb)[n:]) + err = populateChunk(&(res[pIdx.seriesEntry].chks[pIdx.chunk]), &c, aggrs, r.save, calculateChunkChecksum) if err != nil { r.block.chunkPool.Put(nb) return errors.Wrap(err, "populate chunk") } - r.stats.chunksTouched++ - r.stats.ChunksTouchedSizeSum += units.Base2Bytes(int(chunkDataLen)) + + stats.add(ChunksTouched, 1, int(chunkDataLen)) r.block.chunkPool.Put(nb) } @@ -2999,6 +3651,8 @@ func (r *bucketChunkReader) loadChunks(ctx context.Context, res []seriesEntry, a // save saves a copy of b's payload to a memory pool of its own and returns a new byte slice referencing said copy. // Returned slice becomes invalid once r.block.chunkPool.Put() is called. func (r *bucketChunkReader) save(b []byte) ([]byte, error) { + r.chunkBytesMtx.Lock() + defer r.chunkBytesMtx.Unlock() // Ensure we never grow slab beyond original capacity. if len(r.chunkBytes) == 0 || cap(*r.chunkBytes[len(r.chunkBytes)-1])-len(*r.chunkBytes[len(r.chunkBytes)-1]) < len(b) { @@ -3018,30 +3672,35 @@ func (r *bucketChunkReader) save(b []byte) ([]byte, error) { // It is used to Store API responses which don't need to introspect and validate the chunk's contents. type rawChunk []byte -func (b rawChunk) Encoding() chunkenc.Encoding { - return chunkenc.Encoding(b[0]) +func (b *rawChunk) Reset(stream []byte) { + (*b) = stream } -func (b rawChunk) Bytes() []byte { - return b[1:] +func (b *rawChunk) Encoding() chunkenc.Encoding { + return chunkenc.Encoding((*b)[0]) } -func (b rawChunk) Compact() {} -func (b rawChunk) Iterator(_ chunkenc.Iterator) chunkenc.Iterator { +func (b *rawChunk) Bytes() []byte { + return (*b)[1:] +} +func (b *rawChunk) Compact() {} + +func (b *rawChunk) Iterator(_ chunkenc.Iterator) chunkenc.Iterator { panic("invalid call") } -func (b rawChunk) Appender() (chunkenc.Appender, error) { +func (b *rawChunk) Appender() (chunkenc.Appender, error) { panic("invalid call") } -func (b rawChunk) NumSamples() int { +func (b *rawChunk) NumSamples() int { panic("invalid call") } type queryStats struct { - blocksQueried int + mtx sync.Mutex + blocksQueried int postingsTouched int PostingsTouchedSizeSum units.Base2Bytes postingsToFetch int @@ -3059,29 +3718,66 @@ type queryStats struct { cachedPostingsDecompressionErrors int CachedPostingsDecompressionTimeSum time.Duration - seriesTouched int - SeriesTouchedSizeSum units.Base2Bytes - seriesFetched int - SeriesFetchedSizeSum units.Base2Bytes - seriesFetchCount int - SeriesFetchDurationSum time.Duration - - chunksTouched int - ChunksTouchedSizeSum units.Base2Bytes - chunksFetched int - ChunksFetchedSizeSum units.Base2Bytes - chunksFetchCount int - ChunksFetchDurationSum time.Duration + seriesTouched int + SeriesTouchedSizeSum units.Base2Bytes + seriesFetched int + SeriesFetchedSizeSum units.Base2Bytes + seriesFetchCount int + SeriesFetchDurationSum time.Duration + SeriesDownloadLatencySum time.Duration + + chunksTouched int + ChunksTouchedSizeSum units.Base2Bytes + chunksFetched int + ChunksFetchedSizeSum units.Base2Bytes + chunksFetchCount int + ChunksFetchDurationSum time.Duration + ChunksDownloadLatencySum time.Duration GetAllDuration time.Duration mergedSeriesCount int mergedChunksCount int MergeDuration time.Duration + + DataDownloadedSizeSum units.Base2Bytes +} + +func (s *queryStats) add(dataType StoreDataType, dataCount int, dataSize int) { + s.mtx.Lock() + defer s.mtx.Unlock() + + switch dataType { + case PostingsFetched: + s.postingsFetched += dataCount + s.PostingsFetchedSizeSum += units.Base2Bytes(dataSize) + case PostingsTouched: + s.postingsTouched += dataCount + s.PostingsTouchedSizeSum += units.Base2Bytes(dataSize) + case SeriesFetched: + s.seriesFetched += dataCount + s.SeriesFetchedSizeSum += units.Base2Bytes(dataSize) + case SeriesTouched: + s.seriesTouched += dataCount + s.SeriesTouchedSizeSum += units.Base2Bytes(dataSize) + case ChunksFetched: + s.chunksFetched += dataCount + s.ChunksFetchedSizeSum += units.Base2Bytes(dataSize) + case ChunksTouched: + s.chunksTouched += dataCount + s.ChunksTouchedSizeSum += units.Base2Bytes(dataSize) + default: + return + } + s.DataDownloadedSizeSum += units.Base2Bytes(dataSize) } -func (s queryStats) merge(o *queryStats) *queryStats { +func (s *queryStats) merge(o *queryStats) { + s.mtx.Lock() + defer s.mtx.Unlock() + s.blocksQueried += o.blocksQueried + s.postingsToFetch += o.postingsToFetch s.postingsTouched += o.postingsTouched s.PostingsTouchedSizeSum += o.PostingsTouchedSizeSum s.postingsFetched += o.postingsFetched @@ -3104,6 +3800,7 @@ func (s queryStats) merge(o *queryStats) *queryStats { s.SeriesFetchedSizeSum += o.SeriesFetchedSizeSum s.seriesFetchCount += o.seriesFetchCount s.SeriesFetchDurationSum += o.SeriesFetchDurationSum + s.SeriesDownloadLatencySum += o.SeriesDownloadLatencySum s.chunksTouched += o.chunksTouched s.ChunksTouchedSizeSum += o.ChunksTouchedSizeSum @@ -3111,13 +3808,41 @@ func (s queryStats) merge(o *queryStats) *queryStats { s.ChunksFetchedSizeSum += o.ChunksFetchedSizeSum s.chunksFetchCount += o.chunksFetchCount s.ChunksFetchDurationSum += o.ChunksFetchDurationSum + s.ChunksDownloadLatencySum += o.ChunksDownloadLatencySum s.GetAllDuration += o.GetAllDuration s.mergedSeriesCount += o.mergedSeriesCount s.mergedChunksCount += o.mergedChunksCount s.MergeDuration += o.MergeDuration - return &s + s.DataDownloadedSizeSum += o.DataDownloadedSizeSum +} + +func (s *queryStats) toHints() *hintspb.QueryStats { + return &hintspb.QueryStats{ + BlocksQueried: int64(s.blocksQueried), + PostingsTouched: int64(s.postingsTouched), + PostingsTouchedSizeSum: int64(s.PostingsTouchedSizeSum), + PostingsToFetch: int64(s.postingsToFetch), + PostingsFetched: int64(s.postingsFetched), + PostingsFetchedSizeSum: int64(s.PostingsFetchedSizeSum), + PostingsFetchCount: int64(s.postingsFetchCount), + SeriesTouched: int64(s.seriesTouched), + SeriesTouchedSizeSum: int64(s.SeriesTouchedSizeSum), + SeriesFetched: int64(s.seriesFetched), + SeriesFetchedSizeSum: int64(s.SeriesFetchedSizeSum), + SeriesFetchCount: int64(s.seriesFetchCount), + ChunksTouched: int64(s.chunksTouched), + ChunksTouchedSizeSum: int64(s.ChunksTouchedSizeSum), + ChunksFetched: int64(s.chunksFetched), + ChunksFetchedSizeSum: int64(s.ChunksFetchedSizeSum), + ChunksFetchCount: int64(s.chunksFetchCount), + MergedSeriesCount: int64(s.mergedSeriesCount), + MergedChunksCount: int64(s.mergedChunksCount), + DataDownloadedSizeSum: int64(s.DataDownloadedSizeSum), + GetAllDuration: s.GetAllDuration, + MergeDuration: s.MergeDuration, + } } // NewDefaultChunkBytesPool returns a chunk bytes pool with default settings. diff --git a/pkg/store/bucket_e2e_test.go b/pkg/store/bucket_e2e_test.go index 3d30ee171c..cec72b374b 100644 --- a/pkg/store/bucket_e2e_test.go +++ b/pkg/store/bucket_e2e_test.go @@ -6,6 +6,7 @@ package store import ( "context" "fmt" + "math" "os" "path/filepath" "strings" @@ -13,6 +14,7 @@ import ( "testing" "time" + "github.com/alecthomas/units" "github.com/go-kit/log" "github.com/gogo/status" "github.com/oklog/ulid" @@ -28,6 +30,7 @@ import ( "github.com/thanos-io/objstore/objtesting" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/model" @@ -56,20 +59,28 @@ func (c *swappableCache) SwapWith(ptr2 storecache.IndexCache) { c.ptr = ptr2 } -func (c *swappableCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte) { - c.ptr.StorePostings(blockID, l, v) +func (c *swappableCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) { + c.ptr.StorePostings(blockID, l, v, tenant) +} + +func (c *swappableCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label, tenant string) (map[labels.Label][]byte, []labels.Label) { + return c.ptr.FetchMultiPostings(ctx, blockID, keys, tenant) +} + +func (c *swappableCache) StoreExpandedPostings(blockID ulid.ULID, matchers []*labels.Matcher, v []byte, tenant string) { + c.ptr.StoreExpandedPostings(blockID, matchers, v, tenant) } -func (c *swappableCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label) (map[labels.Label][]byte, []labels.Label) { - return c.ptr.FetchMultiPostings(ctx, blockID, keys) +func (c *swappableCache) FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, matchers []*labels.Matcher, tenant string) ([]byte, bool) { + return c.ptr.FetchExpandedPostings(ctx, blockID, matchers, tenant) } -func (c *swappableCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte) { - c.ptr.StoreSeries(blockID, id, v) +func (c *swappableCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) { + c.ptr.StoreSeries(blockID, id, v, tenant) } -func (c *swappableCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef) (map[storage.SeriesRef][]byte, []storage.SeriesRef) { - return c.ptr.FetchMultiSeries(ctx, blockID, ids) +func (c *swappableCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (map[storage.SeriesRef][]byte, []storage.SeriesRef) { + return c.ptr.FetchMultiSeries(ctx, blockID, ids, tenant) } type storeSuite struct { @@ -142,7 +153,9 @@ func prepareStoreWithTestBlocks(t testing.TB, dir string, bkt objstore.Bucket, m maxTime: maxTime, } - metaFetcher, err := block.NewMetaFetcher(s.logger, 20, objstore.WithNoopInstr(bkt), dir, nil, []block.MetadataFilter{ + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(s.logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(s.logger, 20, insBkt, baseBlockIDsFetcher, dir, nil, []block.MetadataFilter{ block.NewTimePartitionMetaFilter(filterConf.MinTime, filterConf.MaxTime), block.NewLabelShardedMetaFilter(relabelConfig), }) @@ -485,7 +498,7 @@ func TestBucketStore_e2e(t *testing.T) { } if ok := t.Run("with large, sufficient index cache", func(t *testing.T) { - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, storecache.InMemoryIndexCacheConfig{ + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, nil, storecache.InMemoryIndexCacheConfig{ MaxItemSize: 1e5, MaxSize: 2e5, }) @@ -497,7 +510,7 @@ func TestBucketStore_e2e(t *testing.T) { } t.Run("with small index cache", func(t *testing.T) { - indexCache2, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, storecache.InMemoryIndexCacheConfig{ + indexCache2, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, nil, storecache.InMemoryIndexCacheConfig{ MaxItemSize: 50, MaxSize: 100, }) @@ -530,7 +543,7 @@ func TestBucketStore_ManyParts_e2e(t *testing.T) { s := prepareStoreWithTestBlocks(t, dir, bkt, true, NewChunksLimiterFactory(0), NewSeriesLimiterFactory(0), NewBytesLimiterFactory(0), emptyRelabelConfig, allowAllFilterConf) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, storecache.InMemoryIndexCacheConfig{ + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(s.logger, nil, nil, storecache.InMemoryIndexCacheConfig{ MaxItemSize: 1e5, MaxSize: 2e5, }) @@ -601,6 +614,7 @@ func TestBucketStore_Series_ChunksLimiter_e2e(t *testing.T) { cases := map[string]struct { maxChunksLimit uint64 maxSeriesLimit uint64 + maxBytesLimit int64 expectedErr string code codes.Code }{ @@ -618,6 +632,13 @@ func TestBucketStore_Series_ChunksLimiter_e2e(t *testing.T) { maxSeriesLimit: 1, code: codes.ResourceExhausted, }, + "should fail if the max bytes limit is exceeded - ResourceExhausted": { + maxChunksLimit: expectedChunks, + expectedErr: "exceeded bytes limit", + maxSeriesLimit: 2, + maxBytesLimit: 1, + code: codes.ResourceExhausted, + }, } for testName, testData := range cases { @@ -628,7 +649,7 @@ func TestBucketStore_Series_ChunksLimiter_e2e(t *testing.T) { dir := t.TempDir() - s := prepareStoreWithTestBlocks(t, dir, bkt, false, NewChunksLimiterFactory(testData.maxChunksLimit), NewSeriesLimiterFactory(testData.maxSeriesLimit), NewBytesLimiterFactory(0), emptyRelabelConfig, allowAllFilterConf) + s := prepareStoreWithTestBlocks(t, dir, bkt, false, NewChunksLimiterFactory(testData.maxChunksLimit), NewSeriesLimiterFactory(testData.maxSeriesLimit), NewBytesLimiterFactory(units.Base2Bytes(testData.maxBytesLimit)), emptyRelabelConfig, allowAllFilterConf) testutil.Ok(t, s.store.SyncBlocks(ctx)) req := &storepb.SeriesRequest{ @@ -656,6 +677,46 @@ func TestBucketStore_Series_ChunksLimiter_e2e(t *testing.T) { } } +func TestBucketStore_Series_CustomBytesLimiters_e2e(t *testing.T) { + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + bkt := objstore.NewInMemBucket() + + dir := t.TempDir() + + s := prepareStoreWithTestBlocks(t, dir, bkt, false, NewChunksLimiterFactory(0), NewSeriesLimiterFactory(0), func(_ prometheus.Counter) BytesLimiter { + return &bytesLimiterMock{ + limitFunc: func(_ uint64, dataType StoreDataType) error { + if dataType == PostingsFetched { + return fmt.Errorf("error reserving data type: PostingsFetched") + } + + return nil + }, + } + }, emptyRelabelConfig, allowAllFilterConf) + testutil.Ok(t, s.store.SyncBlocks(ctx)) + + req := &storepb.SeriesRequest{ + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "1"}, + }, + MinTime: minTimeDuration.PrometheusTimestamp(), + MaxTime: maxTimeDuration.PrometheusTimestamp(), + } + + s.cache.SwapWith(noopCache{}) + srv := newStoreSeriesServer(ctx) + err := s.store.Series(req, srv) + + testutil.NotOk(t, err) + testutil.Assert(t, strings.Contains(err.Error(), "exceeded bytes limit")) + testutil.Assert(t, strings.Contains(err.Error(), "error reserving data type: PostingsFetched")) + status, ok := status.FromError(err) + testutil.Equals(t, true, ok) + testutil.Equals(t, codes.ResourceExhausted, status.Code()) +} + func TestBucketStore_LabelNames_e2e(t *testing.T) { objtesting.ForeachStore(t, func(t *testing.T, bkt objstore.Bucket) { ctx, cancel := context.WithCancel(context.Background()) @@ -760,6 +821,57 @@ func TestBucketStore_LabelNames_e2e(t *testing.T) { }) } +func TestBucketStore_LabelNames_SeriesLimiter_e2e(t *testing.T) { + cases := map[string]struct { + maxSeriesLimit uint64 + expectedErr string + code codes.Code + }{ + "should succeed if the max series limit is not exceeded": { + maxSeriesLimit: math.MaxUint64, + }, + "should fail if the max series limit is exceeded - ResourceExhausted": { + expectedErr: "exceeded series limit", + maxSeriesLimit: 1, + code: codes.ResourceExhausted, + }, + } + + for testName, testData := range cases { + t.Run(testName, func(t *testing.T) { + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + + bkt := objstore.NewInMemBucket() + dir := t.TempDir() + s := prepareStoreWithTestBlocks(t, dir, bkt, false, NewChunksLimiterFactory(0), NewSeriesLimiterFactory(testData.maxSeriesLimit), NewBytesLimiterFactory(0), emptyRelabelConfig, allowAllFilterConf) + testutil.Ok(t, s.store.SyncBlocks(ctx)) + req := &storepb.LabelNamesRequest{ + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "1"}, + }, + Start: minTimeDuration.PrometheusTimestamp(), + End: maxTimeDuration.PrometheusTimestamp(), + } + + s.cache.SwapWith(noopCache{}) + + _, err := s.store.LabelNames(context.Background(), req) + + if testData.expectedErr == "" { + testutil.Ok(t, err) + } else { + testutil.NotOk(t, err) + testutil.Assert(t, strings.Contains(err.Error(), testData.expectedErr)) + + status, ok := status.FromError(err) + testutil.Equals(t, true, ok) + testutil.Equals(t, testData.code, status.Code()) + } + }) + } +} + func TestBucketStore_LabelValues_e2e(t *testing.T) { objtesting.ForeachStore(t, func(t *testing.T, bkt objstore.Bucket) { ctx, cancel := context.WithCancel(context.Background()) @@ -867,6 +979,64 @@ func TestBucketStore_LabelValues_e2e(t *testing.T) { }) } +func TestBucketStore_LabelValues_SeriesLimiter_e2e(t *testing.T) { + cases := map[string]struct { + maxSeriesLimit uint64 + expectedErr string + code codes.Code + }{ + "should succeed if the max chunks limit is not exceeded": { + maxSeriesLimit: math.MaxUint64, + }, + "should fail if the max series limit is exceeded - ResourceExhausted": { + expectedErr: "exceeded series limit", + maxSeriesLimit: 1, + code: codes.ResourceExhausted, + }, + } + + for testName, testData := range cases { + t.Run(testName, func(t *testing.T) { + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + bkt := objstore.NewInMemBucket() + + dir := t.TempDir() + + s := prepareStoreWithTestBlocks(t, dir, bkt, false, NewChunksLimiterFactory(0), NewSeriesLimiterFactory(testData.maxSeriesLimit), NewBytesLimiterFactory(0), emptyRelabelConfig, allowAllFilterConf) + testutil.Ok(t, s.store.SyncBlocks(ctx)) + + req := &storepb.LabelValuesRequest{ + Label: "a", + Start: minTimeDuration.PrometheusTimestamp(), + End: maxTimeDuration.PrometheusTimestamp(), + Matchers: []storepb.LabelMatcher{ + { + Type: storepb.LabelMatcher_EQ, + Name: "a", + Value: "1", + }, + }, + } + + s.cache.SwapWith(noopCache{}) + + _, err := s.store.LabelValues(context.Background(), req) + + if testData.expectedErr == "" { + testutil.Ok(t, err) + } else { + testutil.NotOk(t, err) + testutil.Assert(t, strings.Contains(err.Error(), testData.expectedErr)) + + status, ok := status.FromError(err) + testutil.Equals(t, true, ok) + testutil.Equals(t, testData.code, status.Code()) + } + }) + } +} + func emptyToNil(values []string) []string { if len(values) == 0 { return nil diff --git a/pkg/store/bucket_test.go b/pkg/store/bucket_test.go index 28b96025db..c0f9d5aa75 100644 --- a/pkg/store/bucket_test.go +++ b/pkg/store/bucket_test.go @@ -14,6 +14,7 @@ import ( "os" "path" "path/filepath" + "reflect" "regexp" "sort" "strconv" @@ -23,6 +24,7 @@ import ( "time" "github.com/cespare/xxhash" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/types" @@ -31,38 +33,47 @@ import ( "github.com/leanovate/gopter/prop" "github.com/oklog/ulid" "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/client_golang/prometheus/promauto" promtest "github.com/prometheus/client_golang/prometheus/testutil" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/relabel" + "github.com/prometheus/prometheus/model/timestamp" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/prometheus/prometheus/tsdb/encoding" + "github.com/prometheus/prometheus/tsdb/index" "go.uber.org/atomic" + "golang.org/x/exp/slices" "github.com/thanos-io/objstore" "github.com/thanos-io/objstore/providers/filesystem" - - "github.com/efficientgo/core/testutil" - "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/block/indexheader" "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/compact" "github.com/thanos-io/thanos/pkg/compact/downsample" "github.com/thanos-io/thanos/pkg/gate" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/pool" storecache "github.com/thanos-io/thanos/pkg/store/cache" "github.com/thanos-io/thanos/pkg/store/hintspb" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" storetestutil "github.com/thanos-io/thanos/pkg/store/storepb/testutil" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/testutil/custom" "github.com/thanos-io/thanos/pkg/testutil/e2eutil" ) var emptyRelabelConfig = make([]*relabel.Config, 0) +func TestRawChunkReset(t *testing.T) { + r := rawChunk([]byte{1, 2}) + r.Reset([]byte{3, 4}) + testutil.Equals(t, []byte(r), []byte{3, 4}) +} + func TestBucketBlock_Property(t *testing.T) { parameters := gopter.DefaultTestParameters() parameters.Rng.Seed(2000) @@ -211,7 +222,7 @@ func TestBucketFilterExtLabelsMatchers(t *testing.T) { }, }, } - b, _ := newBucketBlock(context.Background(), log.NewNopLogger(), newBucketStoreMetrics(nil), meta, bkt, path.Join(dir, blockID.String()), nil, nil, nil, nil) + b, _ := newBucketBlock(context.Background(), newBucketStoreMetrics(nil), meta, bkt, path.Join(dir, blockID.String()), nil, nil, nil, nil, nil, nil) ms := []*labels.Matcher{ {Type: labels.MatchNotEqual, Name: "a", Value: "b"}, } @@ -259,7 +270,7 @@ func TestBucketBlock_matchLabels(t *testing.T) { }, } - b, err := newBucketBlock(context.Background(), log.NewNopLogger(), newBucketStoreMetrics(nil), meta, bkt, path.Join(dir, blockID.String()), nil, nil, nil, nil) + b, err := newBucketBlock(context.Background(), newBucketStoreMetrics(nil), meta, bkt, path.Join(dir, blockID.String()), nil, nil, nil, nil, nil, nil) testutil.Ok(t, err) cases := []struct { @@ -631,6 +642,87 @@ func TestBucketStoreConfig_validate(t *testing.T) { } } +func TestBucketStore_TSDBInfo(t *testing.T) { + defer custom.TolerantVerifyLeak(t) + + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + + logger := log.NewNopLogger() + dir := t.TempDir() + + bkt := objstore.WithNoopInstr(objstore.NewInMemBucket()) + series := []labels.Labels{labels.FromStrings("a", "1", "b", "1")} + + for _, tt := range []struct { + mint, maxt int64 + extLabels labels.Labels + }{ + {mint: 0, maxt: 1000, extLabels: labels.FromStrings("a", "b")}, + {mint: 1000, maxt: 2000, extLabels: labels.FromStrings("a", "b")}, + {mint: 3000, maxt: 4000, extLabels: labels.FromStrings("a", "b")}, + {mint: 3500, maxt: 5000, extLabels: labels.FromStrings("a", "b")}, + {mint: 0, maxt: 1000, extLabels: labels.FromStrings("a", "c")}, + {mint: 500, maxt: 2000, extLabels: labels.FromStrings("a", "c")}, + } { + id1, err := e2eutil.CreateBlock(ctx, dir, series, 10, tt.mint, tt.maxt, tt.extLabels, 0, metadata.NoneFunc) + testutil.Ok(t, err) + testutil.Ok(t, block.Upload(ctx, logger, bkt, filepath.Join(dir, id1.String()), metadata.NoneFunc)) + } + + baseBlockIDsFetcher := block.NewConcurrentLister(logger, bkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, bkt, baseBlockIDsFetcher, dir, nil, []block.MetadataFilter{ + block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), + }) + testutil.Ok(t, err) + + chunkPool, err := NewDefaultChunkBytesPool(2e5) + testutil.Ok(t, err) + + bucketStore, err := NewBucketStore( + objstore.WithNoopInstr(bkt), + metaFetcher, + dir, + NewChunksLimiterFactory(0), + NewSeriesLimiterFactory(0), + NewBytesLimiterFactory(0), + NewGapBasedPartitioner(PartitionerMaxGapSize), + 20, + true, + DefaultPostingOffsetInMemorySampling, + false, + false, + 0, + WithChunkPool(chunkPool), + WithFilterConfig(allowAllFilterConf), + ) + testutil.Ok(t, err) + defer func() { testutil.Ok(t, bucketStore.Close()) }() + + testutil.Ok(t, bucketStore.SyncBlocks(ctx)) + infos := bucketStore.TSDBInfos() + slices.SortFunc(infos, func(a, b infopb.TSDBInfo) int { + return strings.Compare(a.Labels.String(), b.Labels.String()) + }) + testutil.Equals(t, infos, []infopb.TSDBInfo{ + { + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "a", Value: "b"}}}, + MinTime: 0, + MaxTime: 2000, + }, + { + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "a", Value: "b"}}}, + MinTime: 3000, + MaxTime: 5000, + }, + { + Labels: labelpb.ZLabelSet{Labels: []labelpb.ZLabel{{Name: "a", Value: "c"}}}, + MinTime: 0, + MaxTime: 2000, + }, + }) +} + func TestBucketStore_Info(t *testing.T) { defer custom.TolerantVerifyLeak(t) @@ -705,19 +797,19 @@ func TestBucketStore_Sharding(t *testing.T) { bkt := objstore.NewInMemBucket() series := []labels.Labels{labels.FromStrings("a", "1", "b", "1")} - id1, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.Labels{{Name: "cluster", Value: "a"}, {Name: "region", Value: "r1"}}, 0, metadata.NoneFunc) + id1, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.FromStrings("cluster", "a", "region", "r1"), 0, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, logger, bkt, filepath.Join(dir, id1.String()), metadata.NoneFunc)) - id2, err := e2eutil.CreateBlock(ctx, dir, series, 10, 1000, 2000, labels.Labels{{Name: "cluster", Value: "a"}, {Name: "region", Value: "r1"}}, 0, metadata.NoneFunc) + id2, err := e2eutil.CreateBlock(ctx, dir, series, 10, 1000, 2000, labels.FromStrings("cluster", "a", "region", "r1"), 0, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, logger, bkt, filepath.Join(dir, id2.String()), metadata.NoneFunc)) - id3, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.Labels{{Name: "cluster", Value: "b"}, {Name: "region", Value: "r1"}}, 0, metadata.NoneFunc) + id3, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.FromStrings("cluster", "b", "region", "r1"), 0, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, logger, bkt, filepath.Join(dir, id3.String()), metadata.NoneFunc)) - id4, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.Labels{{Name: "cluster", Value: "a"}, {Name: "region", Value: "r2"}}, 0, metadata.NoneFunc) + id4, err := e2eutil.CreateBlock(ctx, dir, series, 10, 0, 1000, labels.FromStrings("cluster", "a", "region", "r2"), 0, metadata.NoneFunc) testutil.Ok(t, err) testutil.Ok(t, block.Upload(ctx, logger, bkt, filepath.Join(dir, id4.String()), metadata.NoneFunc)) @@ -878,7 +970,9 @@ func testSharding(t *testing.T, reuseDisk string, bkt objstore.Bucket, all ...ul testutil.Ok(t, err) rec := &recorder{Bucket: bkt} - metaFetcher, err := block.NewMetaFetcher(logger, 20, objstore.WithNoopInstr(bkt), dir, nil, []block.MetadataFilter{ + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, insBkt, baseBlockIDsFetcher, dir, nil, []block.MetadataFilter{ block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), block.NewLabelShardedMetaFilter(relabelConf), }) @@ -982,6 +1076,7 @@ func expectedTouchedBlockOps(all, expected, cached []ulid.ULID) []string { // Regression tests against: https://github.com/thanos-io/thanos/issues/1983. func TestReadIndexCache_LoadSeries(t *testing.T) { bkt := objstore.NewInMemBucket() + ctx := context.Background() s := newBucketStoreMetrics(nil) b := &bucketBlock{ @@ -991,10 +1086,10 @@ func TestReadIndexCache_LoadSeries(t *testing.T) { }, }, bkt: bkt, - logger: log.NewNopLogger(), metrics: s, indexCache: noopCache{}, } + logger := log.NewNopLogger() buf := encoding.Encbuf{} buf.PutByte(0) @@ -1011,44 +1106,45 @@ func TestReadIndexCache_LoadSeries(t *testing.T) { block: b, stats: &queryStats{}, loadedSeries: map[storage.SeriesRef][]byte{}, + logger: logger, } // Success with no refetches. - testutil.Ok(t, r.loadSeries(context.TODO(), []storage.SeriesRef{2, 13, 24}, false, 2, 100, NewBytesLimiterFactory(0)(nil))) + testutil.Ok(t, r.loadSeries(ctx, []storage.SeriesRef{2, 13, 24}, false, 2, 100, NewBytesLimiterFactory(0)(nil), tenancy.DefaultTenant)) testutil.Equals(t, map[storage.SeriesRef][]byte{ 2: []byte("aaaaaaaaaa"), 13: []byte("bbbbbbbbbb"), 24: []byte("cccccccccc"), }, r.loadedSeries) - testutil.Equals(t, float64(0), promtest.ToFloat64(s.seriesRefetches)) + testutil.Equals(t, float64(0), promtest.ToFloat64(s.seriesRefetches.WithLabelValues(tenancy.DefaultTenant))) // Success with 2 refetches. r.loadedSeries = map[storage.SeriesRef][]byte{} - testutil.Ok(t, r.loadSeries(context.TODO(), []storage.SeriesRef{2, 13, 24}, false, 2, 15, NewBytesLimiterFactory(0)(nil))) + testutil.Ok(t, r.loadSeries(ctx, []storage.SeriesRef{2, 13, 24}, false, 2, 15, NewBytesLimiterFactory(0)(nil), tenancy.DefaultTenant)) testutil.Equals(t, map[storage.SeriesRef][]byte{ 2: []byte("aaaaaaaaaa"), 13: []byte("bbbbbbbbbb"), 24: []byte("cccccccccc"), }, r.loadedSeries) - testutil.Equals(t, float64(2), promtest.ToFloat64(s.seriesRefetches)) + testutil.Equals(t, float64(2), promtest.ToFloat64(s.seriesRefetches.WithLabelValues(tenancy.DefaultTenant))) // Success with refetch on first element. r.loadedSeries = map[storage.SeriesRef][]byte{} - testutil.Ok(t, r.loadSeries(context.TODO(), []storage.SeriesRef{2}, false, 2, 5, NewBytesLimiterFactory(0)(nil))) + testutil.Ok(t, r.loadSeries(ctx, []storage.SeriesRef{2}, false, 2, 5, NewBytesLimiterFactory(0)(nil), tenancy.DefaultTenant)) testutil.Equals(t, map[storage.SeriesRef][]byte{ 2: []byte("aaaaaaaaaa"), }, r.loadedSeries) - testutil.Equals(t, float64(3), promtest.ToFloat64(s.seriesRefetches)) + testutil.Equals(t, float64(3), promtest.ToFloat64(s.seriesRefetches.WithLabelValues(tenancy.DefaultTenant))) buf.Reset() buf.PutByte(0) buf.PutByte(0) buf.PutUvarint(10) buf.PutString("aaaaaaa") - testutil.Ok(t, bkt.Upload(context.Background(), filepath.Join(b.meta.ULID.String(), block.IndexFilename), bytes.NewReader(buf.Get()))) + testutil.Ok(t, bkt.Upload(ctx, filepath.Join(b.meta.ULID.String(), block.IndexFilename), bytes.NewReader(buf.Get()))) // Fail, but no recursion at least. - testutil.NotOk(t, r.loadSeries(context.TODO(), []storage.SeriesRef{2, 13, 24}, false, 1, 15, NewBytesLimiterFactory(0)(nil))) + testutil.NotOk(t, r.loadSeries(ctx, []storage.SeriesRef{2, 13, 24}, false, 1, 15, NewBytesLimiterFactory(0)(nil), tenancy.DefaultTenant)) } func TestBucketIndexReader_ExpandedPostings(t *testing.T) { @@ -1062,7 +1158,7 @@ func TestBucketIndexReader_ExpandedPostings(t *testing.T) { id := uploadTestBlock(tb, tmpDir, bkt, 500) - r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling) + r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) testutil.Ok(tb, err) benchmarkExpandedPostings(tb, bkt, id, r, 500) @@ -1078,7 +1174,7 @@ func BenchmarkBucketIndexReader_ExpandedPostings(b *testing.B) { defer func() { testutil.Ok(tb, bkt.Close()) }() id := uploadTestBlock(tb, tmpDir, bkt, 50e5) - r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling) + r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) testutil.Ok(tb, err) benchmarkExpandedPostings(tb, bkt, id, r, 50e5) @@ -1095,20 +1191,27 @@ func uploadTestBlock(t testing.TB, tmpDir string, bkt objstore.Bucket, series in }() logger := log.NewNopLogger() + ctx := context.Background() - appendTestData(t, h.Appender(context.Background()), series) + appendTestData(t, h.Appender(ctx), series) - testutil.Ok(t, os.MkdirAll(filepath.Join(tmpDir, "tmp"), os.ModePerm)) - id := createBlockFromHead(t, filepath.Join(tmpDir, "tmp"), h) + dir := filepath.Join(tmpDir, "tmp") + testutil.Ok(t, os.MkdirAll(dir, os.ModePerm)) + id := storetestutil.CreateBlockFromHead(t, dir, h) + bdir := filepath.Join(dir, id.String()) + meta, err := metadata.ReadFromDir(bdir) + testutil.Ok(t, err) + stats, err := block.GatherIndexHealthStats(ctx, logger, filepath.Join(bdir, block.IndexFilename), meta.MinTime, meta.MaxTime) + testutil.Ok(t, err) _, err = metadata.InjectThanos(log.NewNopLogger(), filepath.Join(tmpDir, "tmp", id.String()), metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, + IndexStats: metadata.IndexStats{SeriesMaxSize: stats.SeriesMaxSize, ChunkMaxSize: stats.ChunkMaxSize}, }, nil) testutil.Ok(t, err) - testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(tmpDir, "tmp", id.String()), metadata.NoneFunc)) - testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(tmpDir, "tmp", id.String()), metadata.NoneFunc)) + testutil.Ok(t, block.Upload(ctx, logger, bkt, bdir, metadata.NoneFunc)) return id } @@ -1135,19 +1238,6 @@ func appendTestData(t testing.TB, app storage.Appender, series int) { testutil.Ok(t, app.Commit()) } -func createBlockFromHead(t testing.TB, dir string, head *tsdb.Head) ulid.ULID { - compactor, err := tsdb.NewLeveledCompactor(context.Background(), nil, log.NewNopLogger(), []int64{1000000}, nil, nil) - testutil.Ok(t, err) - - testutil.Ok(t, os.MkdirAll(dir, 0777)) - - // Add +1 millisecond to block maxt because block intervals are half-open: [b.MinTime, b.MaxTime). - // Because of this block intervals are always +1 than the total samples it includes. - ulid, err := compactor.Write(dir, head, head.MinTime(), head.MaxTime()+1, nil) - testutil.Ok(t, err) - return ulid -} - // Very similar benchmark to ths: https://github.com/prometheus/prometheus/blob/1d1732bc25cc4b47f513cb98009a4eb91879f175/tsdb/querier_bench_test.go#L82, // but with postings results check when run as test. func benchmarkExpandedPostings( @@ -1158,16 +1248,14 @@ func benchmarkExpandedPostings( series int, ) { n1 := labels.MustNewMatcher(labels.MatchEqual, "n", "1"+storetestutil.LabelLongSuffix) - jFoo := labels.MustNewMatcher(labels.MatchEqual, "j", "foo") jNotFoo := labels.MustNewMatcher(labels.MatchNotEqual, "j", "foo") - iStar := labels.MustNewMatcher(labels.MatchRegexp, "i", "^.*$") iPlus := labels.MustNewMatcher(labels.MatchRegexp, "i", "^.+$") i1Plus := labels.MustNewMatcher(labels.MatchRegexp, "i", "^1.+$") iEmptyRe := labels.MustNewMatcher(labels.MatchRegexp, "i", "^$") iNotEmpty := labels.MustNewMatcher(labels.MatchNotEqual, "i", "") - iNot2 := labels.MustNewMatcher(labels.MatchNotEqual, "n", "2"+storetestutil.LabelLongSuffix) + iNot2 := labels.MustNewMatcher(labels.MatchNotEqual, "i", "2"+storetestutil.LabelLongSuffix) iNot2Star := labels.MustNewMatcher(labels.MatchNotRegexp, "i", "^2.*$") iRegexSet := labels.MustNewMatcher(labels.MatchRegexp, "i", "0"+storetestutil.LabelLongSuffix+"|1"+storetestutil.LabelLongSuffix+"|2"+storetestutil.LabelLongSuffix) bigValueSetSize := series / 10 @@ -1184,6 +1272,7 @@ func benchmarkExpandedPostings( }) iRegexBigValueSet := labels.MustNewMatcher(labels.MatchRegexp, "uniq", strings.Join(bigValueSet, "|")) + logger := log.NewNopLogger() series = series / 5 cases := []struct { name string @@ -1200,21 +1289,22 @@ func benchmarkExpandedPostings( {`i=~""`, []*labels.Matcher{iEmptyRe}, 0}, {`i!=""`, []*labels.Matcher{iNotEmpty}, 5 * series}, {`n="1",i=~".*",j="foo"`, []*labels.Matcher{n1, iStar, jFoo}, int(float64(series) * 0.1)}, - {`n="1",i=~".*",i!="2",j="foo"`, []*labels.Matcher{n1, iStar, iNot2, jFoo}, int(float64(series) * 0.1)}, + {`n="1",i=~".*",i!="2",j="foo"`, []*labels.Matcher{n1, iStar, iNot2, jFoo}, int(float64(series)/10 - 1)}, {`n="1",i!=""`, []*labels.Matcher{n1, iNotEmpty}, int(float64(series) * 0.2)}, {`n="1",i!="",j="foo"`, []*labels.Matcher{n1, iNotEmpty, jFoo}, int(float64(series) * 0.1)}, {`n="1",i=~".+",j="foo"`, []*labels.Matcher{n1, iPlus, jFoo}, int(float64(series) * 0.1)}, {`n="1",i=~"1.+",j="foo"`, []*labels.Matcher{n1, i1Plus, jFoo}, int(float64(series) * 0.011111)}, - {`n="1",i=~".+",i!="2",j="foo"`, []*labels.Matcher{n1, iPlus, iNot2, jFoo}, int(float64(series) * 0.1)}, + {`n="1",i=~".+",i!="2",j="foo"`, []*labels.Matcher{n1, iPlus, iNot2, jFoo}, int(float64(series)/10 - 1)}, {`n="1",i=~".+",i!~"2.*",j="foo"`, []*labels.Matcher{n1, iPlus, iNot2Star, jFoo}, int(1 + float64(series)*0.088888)}, + {`n="1",i=~".+",i=~".+",i=~".+",i=~".+",i=~".+",j="foo"`, []*labels.Matcher{n1, iPlus, iPlus, iPlus, iPlus, iPlus, jFoo}, int(float64(series) * 0.1)}, {`i=~"0|1|2"`, []*labels.Matcher{iRegexSet}, 150}, // 50 series for "1", 50 for "2" and 50 for "3". {`uniq=~"9|random-shuffled-values|1"`, []*labels.Matcher{iRegexBigValueSet}, bigValueSetSize}, } + dummyCounter := promauto.NewCounter(prometheus.CounterOpts{Name: "test"}) for _, c := range cases { t.Run(c.name, func(t testutil.TB) { b := &bucketBlock{ - logger: log.NewNopLogger(), metrics: newBucketStoreMetrics(nil), indexHeaderReader: r, indexCache: noopCache{}, @@ -1223,36 +1313,119 @@ func benchmarkExpandedPostings( partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), } - indexr := newBucketIndexReader(b) + indexr := newBucketIndexReader(b, logger) t.ResetTimer() for i := 0; i < t.N(); i++ { - p, err := indexr.ExpandedPostings(context.Background(), c.matchers, NewBytesLimiterFactory(0)(nil)) + p, err := indexr.ExpandedPostings(context.Background(), newSortedMatchers(c.matchers), NewBytesLimiterFactory(0)(nil), false, dummyCounter, tenancy.DefaultTenant) testutil.Ok(t, err) - testutil.Equals(t, c.expectedLen, len(p)) + testutil.Equals(t, c.expectedLen, len(p.postings)) } }) } } +func TestExpandedPostingsEmptyPostings(t *testing.T) { + tmpDir := t.TempDir() + + bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) + testutil.Ok(t, err) + defer func() { testutil.Ok(t, bkt.Close()) }() + + id := uploadTestBlock(t, tmpDir, bkt, 100) + + r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) + testutil.Ok(t, err) + b := &bucketBlock{ + metrics: newBucketStoreMetrics(nil), + indexHeaderReader: r, + indexCache: noopCache{}, + bkt: bkt, + meta: &metadata.Meta{BlockMeta: tsdb.BlockMeta{ULID: id}}, + partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), + } + + logger := log.NewNopLogger() + indexr := newBucketIndexReader(b, logger) + matcher1 := labels.MustNewMatcher(labels.MatchEqual, "j", "foo") + // Match nothing. + matcher2 := labels.MustNewMatcher(labels.MatchRegexp, "i", "500.*") + ctx := context.Background() + dummyCounter := promauto.With(prometheus.NewRegistry()).NewCounter(prometheus.CounterOpts{Name: "test"}) + ps, err := indexr.ExpandedPostings(ctx, newSortedMatchers([]*labels.Matcher{matcher1, matcher2}), NewBytesLimiterFactory(0)(nil), false, dummyCounter, tenancy.DefaultTenant) + testutil.Ok(t, err) + testutil.Equals(t, ps, (*lazyExpandedPostings)(nil)) + // Make sure even if a matcher doesn't match any postings, we still cache empty expanded postings. + testutil.Equals(t, 1, indexr.stats.cachedPostingsCompressions) +} + +func TestLazyExpandedPostingsEmptyPostings(t *testing.T) { + tmpDir := t.TempDir() + + bkt, err := filesystem.NewBucket(filepath.Join(tmpDir, "bkt")) + testutil.Ok(t, err) + defer func() { testutil.Ok(t, bkt.Close()) }() + + id := uploadTestBlock(t, tmpDir, bkt, 100) + + r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, id, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) + testutil.Ok(t, err) + b := &bucketBlock{ + metrics: newBucketStoreMetrics(nil), + indexHeaderReader: r, + indexCache: noopCache{}, + bkt: bkt, + meta: &metadata.Meta{BlockMeta: tsdb.BlockMeta{ULID: id}}, + partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), + estimatedMaxSeriesSize: 20, + } + + logger := log.NewNopLogger() + indexr := newBucketIndexReader(b, logger) + // matcher1 and matcher2 will match nothing after intersection. + matcher1 := labels.MustNewMatcher(labels.MatchEqual, "j", "foo") + matcher2 := labels.MustNewMatcher(labels.MatchRegexp, "n", "1_.*") + matcher3 := labels.MustNewMatcher(labels.MatchRegexp, "i", ".+") + ctx := context.Background() + dummyCounter := promauto.With(prometheus.NewRegistry()).NewCounter(prometheus.CounterOpts{Name: "test"}) + ps, err := indexr.ExpandedPostings(ctx, newSortedMatchers([]*labels.Matcher{matcher1, matcher2, matcher3}), NewBytesLimiterFactory(0)(nil), true, dummyCounter, tenancy.DefaultTenant) + testutil.Ok(t, err) + // We expect emptyLazyPostings rather than lazy postings with 0 length but with matchers. + testutil.Equals(t, ps, emptyLazyPostings) +} + func TestBucketSeries(t *testing.T) { tb := testutil.NewTB(t) storetestutil.RunSeriesInterestingCases(tb, 200e3, 200e3, func(t testutil.TB, samplesPerSeries, series int) { - benchBucketSeries(t, chunkenc.ValFloat, false, samplesPerSeries, series, 1) + benchBucketSeries(t, chunkenc.ValFloat, false, false, samplesPerSeries, series, 1) + }) +} + +func TestBucketSeriesLazyExpandedPostings(t *testing.T) { + tb := testutil.NewTB(t) + storetestutil.RunSeriesInterestingCases(tb, 200e3, 200e3, func(t testutil.TB, samplesPerSeries, series int) { + benchBucketSeries(t, chunkenc.ValFloat, false, true, samplesPerSeries, series, 1) }) } func TestBucketHistogramSeries(t *testing.T) { tb := testutil.NewTB(t) storetestutil.RunSeriesInterestingCases(tb, 200e3, 200e3, func(t testutil.TB, samplesPerSeries, series int) { - benchBucketSeries(t, chunkenc.ValHistogram, false, samplesPerSeries, series, 1) + benchBucketSeries(t, chunkenc.ValHistogram, false, false, samplesPerSeries, series, 1) + }) +} + +func TestBucketFloatHistogramSeries(t *testing.T) { + tb := testutil.NewTB(t) + storetestutil.RunSeriesInterestingCases(tb, 200e3, 200e3, func(t testutil.TB, samplesPerSeries, series int) { + benchBucketSeries(t, chunkenc.ValFloatHistogram, false, false, samplesPerSeries, series, 1) }) } func TestBucketSkipChunksSeries(t *testing.T) { tb := testutil.NewTB(t) storetestutil.RunSeriesInterestingCases(tb, 200e3, 200e3, func(t testutil.TB, samplesPerSeries, series int) { - benchBucketSeries(t, chunkenc.ValFloat, true, samplesPerSeries, series, 1) + benchBucketSeries(t, chunkenc.ValFloat, true, false, samplesPerSeries, series, 1) }) } @@ -1260,7 +1433,7 @@ func BenchmarkBucketSeries(b *testing.B) { tb := testutil.NewTB(b) // 10e6 samples = ~1736 days with 15s scrape storetestutil.RunSeriesInterestingCases(tb, 10e6, 10e5, func(t testutil.TB, samplesPerSeries, series int) { - benchBucketSeries(t, chunkenc.ValFloat, false, samplesPerSeries, series, 1/100e6, 1/10e4, 1) + benchBucketSeries(t, chunkenc.ValFloat, false, false, samplesPerSeries, series, 1/100e6, 1/10e4, 1) }) } @@ -1268,11 +1441,11 @@ func BenchmarkBucketSkipChunksSeries(b *testing.B) { tb := testutil.NewTB(b) // 10e6 samples = ~1736 days with 15s scrape storetestutil.RunSeriesInterestingCases(tb, 10e6, 10e5, func(t testutil.TB, samplesPerSeries, series int) { - benchBucketSeries(t, chunkenc.ValFloat, true, samplesPerSeries, series, 1/100e6, 1/10e4, 1) + benchBucketSeries(t, chunkenc.ValFloat, true, false, samplesPerSeries, series, 1/100e6, 1/10e4, 1) }) } -func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk bool, samplesPerSeries, totalSeries int, requestedRatios ...float64) { +func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk, lazyExpandedPostings bool, samplesPerSeries, totalSeries int, requestedRatios ...float64) { const numOfBlocks = 4 tmpDir := t.TempDir() @@ -1287,13 +1460,7 @@ func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk b random = rand.New(rand.NewSource(120)) ) - extLset := labels.Labels{{Name: "ext1", Value: "1"}} - thanosMeta := metadata.Thanos{ - Labels: extLset.Map(), - Downsample: metadata.ThanosDownsample{Resolution: 0}, - Source: metadata.TestSource, - } - + extLset := labels.FromStrings("ext1", "1") blockDir := filepath.Join(tmpDir, "tmp") samplesPerSeriesPerBlock := samplesPerSeries / numOfBlocks @@ -1319,25 +1486,40 @@ func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk b SkipChunks: t.IsBenchmark() || skipChunk, SampleType: sampleType, }) - id := createBlockFromHead(t, blockDir, head) + id := storetestutil.CreateBlockFromHead(t, blockDir, head) testutil.Ok(t, head.Close()) + blockIDDir := filepath.Join(blockDir, id.String()) + meta, err := metadata.ReadFromDir(blockIDDir) + testutil.Ok(t, err) + stats, err := block.GatherIndexHealthStats(context.TODO(), logger, filepath.Join(blockIDDir, block.IndexFilename), meta.MinTime, meta.MaxTime) + testutil.Ok(t, err) + thanosMeta := metadata.Thanos{ + Labels: extLset.Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + IndexStats: metadata.IndexStats{ + SeriesMaxSize: stats.SeriesMaxSize, + ChunkMaxSize: stats.ChunkMaxSize, + }, + } // Histogram chunks are represented differently in memory and on disk. In order to // have a precise comparison, we need to use the on-disk representation as the expected value // instead of the in-memory one. - diskBlock, err := tsdb.OpenBlock(logger, path.Join(blockDir, id.String()), nil) + diskBlock, err := tsdb.OpenBlock(logger, blockIDDir, nil) testutil.Ok(t, err) series = append(series, storetestutil.ReadSeriesFromBlock(t, diskBlock, extLset, skipChunk)...) - meta, err := metadata.InjectThanos(logger, filepath.Join(blockDir, id.String()), thanosMeta, nil) + meta, err = metadata.InjectThanos(logger, blockIDDir, thanosMeta, nil) testutil.Ok(t, err) - testutil.Ok(t, meta.WriteToDir(logger, filepath.Join(blockDir, id.String()))) - testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(blockDir, id.String()), metadata.NoneFunc)) + testutil.Ok(t, meta.WriteToDir(logger, blockIDDir)) + testutil.Ok(t, block.Upload(context.Background(), logger, bkt, blockIDDir, metadata.NoneFunc)) } ibkt := objstore.WithNoopInstr(bkt) - f, err := block.NewRawMetaFetcher(logger, ibkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, ibkt) + f, err := block.NewRawMetaFetcher(logger, ibkt, baseBlockIDsFetcher) testutil.Ok(t, err) chunkPool, err := pool.NewBucketedBytes(chunkBytesPoolMinSize, chunkBytesPoolMaxSize, 2, 1e9) // 1GB. @@ -1359,6 +1541,7 @@ func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk b 0, WithLogger(logger), WithChunkPool(chunkPool), + WithLazyExpandedPostings(lazyExpandedPostings), ) testutil.Ok(t, err) @@ -1381,19 +1564,42 @@ func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk b seriesCut = expectedSamples / samplesPerSeriesPerBlock } - bCases = append(bCases, &storetestutil.SeriesCase{ - Name: fmt.Sprintf("%dof%d", expectedSamples, totalSeries*samplesPerSeries), - Req: &storepb.SeriesRequest{ - MinTime: 0, - MaxTime: int64(expectedSamples) - 1, - Matchers: []storepb.LabelMatcher{ - {Type: storepb.LabelMatcher_EQ, Name: "foo", Value: "bar"}, + matchersCase := []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchNotEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "j", "0"), + labels.MustNewMatcher(labels.MatchNotEqual, "j", "0"), + labels.MustNewMatcher(labels.MatchRegexp, "j", "(0|1)"), + labels.MustNewMatcher(labels.MatchRegexp, "j", "0|1"), + labels.MustNewMatcher(labels.MatchNotRegexp, "j", "(0|1)"), + labels.MustNewMatcher(labels.MatchNotRegexp, "j", "0|1"), + } + + for _, lm := range matchersCase { + var expectedSeries []*storepb.Series + m, err := storepb.PromMatchersToMatchers(lm) + testutil.Ok(t, err) + + // seriesCut does not cut chunks properly, but those are assured against for non benchmarks only, where we use 100% case only. + for _, s := range series[:seriesCut] { + for _, label := range s.Labels { + if label.Name == lm.Name && lm.Matches(label.Value) { + expectedSeries = append(expectedSeries, s) + break + } + } + } + bCases = append(bCases, &storetestutil.SeriesCase{ + Name: fmt.Sprintf("%dof%d[%s]", expectedSamples, totalSeries*samplesPerSeries, lm.String()), + Req: &storepb.SeriesRequest{ + MinTime: 0, + MaxTime: int64(expectedSamples) - 1, + Matchers: m, + SkipChunks: skipChunk, }, - SkipChunks: skipChunk, - }, - // This does not cut chunks properly, but those are assured against for non benchmarks only, where we use 100% case only. - ExpectedSeries: series[:seriesCut], - }) + ExpectedSeries: expectedSeries, + }) + } } storetestutil.TestServerSeries(t, st, bCases...) @@ -1406,7 +1612,7 @@ func benchBucketSeries(t testutil.TB, sampleType chunkenc.ValueType, skipChunk b for _, b := range st.blocks { // NOTE(bwplotka): It is 4 x 1.0 for 100mln samples. Kind of make sense: long series. - testutil.Equals(t, 0.0, promtest.ToFloat64(b.metrics.seriesRefetches)) + testutil.Equals(t, 0.0, promtest.ToFloat64(b.metrics.seriesRefetches.WithLabelValues(tenancy.DefaultTenant))) } } } @@ -1453,7 +1659,7 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { logger := log.NewLogfmtLogger(os.Stderr) thanosMeta := metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, } @@ -1461,7 +1667,7 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { chunkPool, err := pool.NewBucketedBytes(chunkBytesPoolMinSize, chunkBytesPoolMaxSize, 2, 100e7) testutil.Ok(t, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryIndexCacheConfig{ + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{ MaxItemSize: 3000, // This is the exact size of cache needed for our *single request*. // This is limited in order to make sure we test evictions. @@ -1497,23 +1703,24 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { testutil.Ok(t, app.Commit()) blockDir := filepath.Join(tmpDir, "tmp") - id := createBlockFromHead(t, blockDir, h) + id := storetestutil.CreateBlockFromHead(t, blockDir, h) meta, err := metadata.InjectThanos(log.NewNopLogger(), filepath.Join(blockDir, id.String()), thanosMeta, nil) testutil.Ok(t, err) testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(blockDir, id.String()), metadata.NoneFunc)) b1 = &bucketBlock{ - indexCache: indexCache, - logger: logger, - metrics: newBucketStoreMetrics(nil), - bkt: bkt, - meta: meta, - partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), - chunkObjs: []string{filepath.Join(id.String(), "chunks", "000001")}, - chunkPool: chunkPool, + indexCache: indexCache, + metrics: newBucketStoreMetrics(nil), + bkt: bkt, + meta: meta, + partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), + chunkObjs: []string{filepath.Join(id.String(), "chunks", "000001")}, + chunkPool: chunkPool, + estimatedMaxSeriesSize: EstimatedMaxSeriesSize, + estimatedMaxChunkSize: EstimatedMaxChunkSize, } - b1.indexHeaderReader, err = indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, b1.meta.ULID, DefaultPostingOffsetInMemorySampling) + b1.indexHeaderReader, err = indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, b1.meta.ULID, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) testutil.Ok(t, err) } @@ -1536,23 +1743,24 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { testutil.Ok(t, app.Commit()) blockDir := filepath.Join(tmpDir, "tmp2") - id := createBlockFromHead(t, blockDir, h) + id := storetestutil.CreateBlockFromHead(t, blockDir, h) meta, err := metadata.InjectThanos(log.NewNopLogger(), filepath.Join(blockDir, id.String()), thanosMeta, nil) testutil.Ok(t, err) testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(blockDir, id.String()), metadata.NoneFunc)) b2 = &bucketBlock{ - indexCache: indexCache, - logger: logger, - metrics: newBucketStoreMetrics(nil), - bkt: bkt, - meta: meta, - partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), - chunkObjs: []string{filepath.Join(id.String(), "chunks", "000001")}, - chunkPool: chunkPool, + indexCache: indexCache, + metrics: newBucketStoreMetrics(nil), + bkt: bkt, + meta: meta, + partitioner: NewGapBasedPartitioner(PartitionerMaxGapSize), + chunkObjs: []string{filepath.Join(id.String(), "chunks", "000001")}, + chunkPool: chunkPool, + estimatedMaxSeriesSize: EstimatedMaxSeriesSize, + estimatedMaxChunkSize: EstimatedMaxChunkSize, } - b2.indexHeaderReader, err = indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, b2.meta.ULID, DefaultPostingOffsetInMemorySampling) + b2.indexHeaderReader, err = indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, b2.meta.ULID, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) testutil.Ok(t, err) } @@ -1560,10 +1768,10 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { bkt: objstore.WithNoopInstr(bkt), logger: logger, indexCache: indexCache, - indexReaderPool: indexheader.NewReaderPool(log.NewNopLogger(), false, 0, indexheader.NewReaderPoolMetrics(nil)), + indexReaderPool: indexheader.NewReaderPool(log.NewNopLogger(), false, 0, indexheader.NewReaderPoolMetrics(nil), indexheader.AlwaysEagerDownloadIndexHeader), metrics: newBucketStoreMetrics(nil), blockSets: map[uint64]*bucketBlockSet{ - labels.Labels{{Name: "ext1", Value: "1"}}.Hash(): {blocks: [][]*bucketBlock{{b1, b2}}}, + labels.FromStrings("ext1", "1").Hash(): {blocks: [][]*bucketBlock{{b1, b2}}}, }, blocks: map[ulid.ULID]*bucketBlock{ b1.meta.ULID: b1, @@ -1573,6 +1781,8 @@ func TestBucketSeries_OneBlock_InMemIndexCacheSegfault(t *testing.T) { chunksLimiterFactory: NewChunksLimiterFactory(0), seriesLimiterFactory: NewSeriesLimiterFactory(0), bytesLimiterFactory: NewBytesLimiterFactory(0), + seriesBatchSize: SeriesBatchSize, + requestLoggerFunc: NoopRequestLoggerFunc, } t.Run("invoke series for one block. Fill the cache on the way.", func(t *testing.T) { @@ -1646,7 +1856,8 @@ func TestSeries_RequestAndResponseHints(t *testing.T) { }, }, }, - }, { + }, + { Name: "querying a range containing multiple blocks should return multiple blocks in the response hints", Req: &storepb.SeriesRequest{ MinTime: 0, @@ -1664,7 +1875,8 @@ func TestSeries_RequestAndResponseHints(t *testing.T) { }, }, }, - }, { + }, + { Name: "querying a range containing multiple blocks but filtering a specific block should query only the requested block", Req: &storepb.SeriesRequest{ MinTime: 0, @@ -1687,6 +1899,53 @@ func TestSeries_RequestAndResponseHints(t *testing.T) { }, }, }, + { + Name: "Query Stats Enabled", + Req: &storepb.SeriesRequest{ + MinTime: 0, + MaxTime: 3, + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "foo", Value: "bar"}, + }, + Hints: mustMarshalAny(&hintspb.SeriesRequestHints{ + BlockMatchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: block.BlockIDLabel, Value: block1.String()}, + }, + EnableQueryStats: true, + }), + }, + ExpectedSeries: seriesSet1, + ExpectedHints: []hintspb.SeriesResponseHints{ + { + QueriedBlocks: []hintspb.Block{ + {Id: block1.String()}, + }, + QueryStats: &hintspb.QueryStats{ + BlocksQueried: 1, + PostingsTouched: 1, + PostingsFetched: 1, + SeriesTouched: 2, + SeriesFetched: 2, + ChunksTouched: 2, + ChunksFetched: 2, + MergedSeriesCount: 2, + MergedChunksCount: 2, + }, + }, + }, + HintsCompareFunc: func(t testutil.TB, expected, actual hintspb.SeriesResponseHints) { + testutil.Equals(t, expected.QueriedBlocks, actual.QueriedBlocks) + testutil.Equals(t, expected.QueryStats.BlocksQueried, actual.QueryStats.BlocksQueried) + testutil.Equals(t, expected.QueryStats.PostingsTouched, actual.QueryStats.PostingsTouched) + testutil.Equals(t, expected.QueryStats.PostingsFetched, actual.QueryStats.PostingsFetched) + testutil.Equals(t, expected.QueryStats.SeriesTouched, actual.QueryStats.SeriesTouched) + testutil.Equals(t, expected.QueryStats.SeriesFetched, actual.QueryStats.SeriesFetched) + testutil.Equals(t, expected.QueryStats.ChunksTouched, actual.QueryStats.ChunksTouched) + testutil.Equals(t, expected.QueryStats.ChunksFetched, actual.QueryStats.ChunksFetched) + testutil.Equals(t, expected.QueryStats.MergedSeriesCount, actual.QueryStats.MergedSeriesCount) + testutil.Equals(t, expected.QueryStats.MergedChunksCount, actual.QueryStats.MergedChunksCount) + }, + }, } storetestutil.TestServerSeries(tb, store, testCases...) @@ -1708,10 +1967,11 @@ func TestSeries_ErrorUnmarshallingRequestHints(t *testing.T) { ) // Instance a real bucket store we'll use to query the series. - fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, tmpDir, nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, instrBkt) + fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, baseBlockIDsFetcher, tmpDir, nil, nil) testutil.Ok(tb, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryIndexCacheConfig{}) + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{}) testutil.Ok(tb, err) store, err := NewBucketStore( @@ -1777,10 +2037,10 @@ func TestSeries_BlockWithMultipleChunks(t *testing.T) { testutil.Ok(t, app.Commit()) } - blk := createBlockFromHead(t, headOpts.ChunkDirRoot, h) + blk := storetestutil.CreateBlockFromHead(t, headOpts.ChunkDirRoot, h) thanosMeta := metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, } @@ -1799,10 +2059,11 @@ func TestSeries_BlockWithMultipleChunks(t *testing.T) { testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(headOpts.ChunkDirRoot, blk.String()), metadata.NoneFunc)) // Instance a real bucket store we'll use to query the series. - fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, tmpDir, nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, instrBkt) + fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, baseBlockIDsFetcher, tmpDir, nil, nil) testutil.Ok(tb, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryIndexCacheConfig{}) + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{}) testutil.Ok(tb, err) store, err := NewBucketStore( @@ -1881,6 +2142,169 @@ func TestSeries_BlockWithMultipleChunks(t *testing.T) { } } +func TestSeries_SeriesSortedWithoutReplicaLabels(t *testing.T) { + tests := map[string]struct { + series [][]labels.Labels + replicaLabels []string + expectedSeries []labels.Labels + }{ + "use TSDB label as replica label": { + series: [][]labels.Labels{ + { + labels.FromStrings("a", "1", "replica", "1", "z", "1"), + labels.FromStrings("a", "1", "replica", "1", "z", "2"), + labels.FromStrings("a", "1", "replica", "2", "z", "1"), + labels.FromStrings("a", "1", "replica", "2", "z", "2"), + labels.FromStrings("a", "2", "replica", "1", "z", "1"), + labels.FromStrings("a", "2", "replica", "2", "z", "1"), + }, + { + labels.FromStrings("a", "1", "replica", "3", "z", "1"), + labels.FromStrings("a", "1", "replica", "3", "z", "2"), + labels.FromStrings("a", "2", "replica", "3", "z", "1"), + }, + }, + replicaLabels: []string{"replica"}, + expectedSeries: []labels.Labels{ + labels.FromStrings("a", "1", "ext1", "0", "z", "1"), + labels.FromStrings("a", "1", "ext1", "0", "z", "2"), + labels.FromStrings("a", "1", "ext1", "1", "z", "1"), + labels.FromStrings("a", "1", "ext1", "1", "z", "2"), + labels.FromStrings("a", "2", "ext1", "0", "z", "1"), + labels.FromStrings("a", "2", "ext1", "1", "z", "1"), + }, + }, + "use external label as replica label": { + series: [][]labels.Labels{ + { + labels.FromStrings("a", "1", "replica", "1", "z", "1"), + labels.FromStrings("a", "1", "replica", "1", "z", "2"), + labels.FromStrings("a", "1", "replica", "2", "z", "1"), + labels.FromStrings("a", "1", "replica", "2", "z", "2"), + }, + { + labels.FromStrings("a", "1", "replica", "1", "z", "1"), + labels.FromStrings("a", "1", "replica", "1", "z", "2"), + }, + }, + replicaLabels: []string{"ext1"}, + expectedSeries: []labels.Labels{ + labels.FromStrings("a", "1", "replica", "1", "z", "1"), + labels.FromStrings("a", "1", "replica", "1", "z", "2"), + labels.FromStrings("a", "1", "replica", "2", "z", "1"), + labels.FromStrings("a", "1", "replica", "2", "z", "2"), + }, + }, + } + + for testName, testData := range tests { + t.Run(testName, func(t *testing.T) { + tb := testutil.NewTB(t) + + tmpDir := t.TempDir() + + bktDir := filepath.Join(tmpDir, "bucket") + bkt, err := filesystem.NewBucket(bktDir) + testutil.Ok(t, err) + defer testutil.Ok(t, bkt.Close()) + + instrBkt := objstore.WithNoopInstr(bkt) + logger := log.NewNopLogger() + + for i, series := range testData.series { + replicaVal := strconv.Itoa(i) + head := uploadSeriesToBucket(t, bkt, replicaVal, filepath.Join(tmpDir, replicaVal), series) + defer testutil.Ok(t, head.Close()) + } + + // Instance a real bucket store we'll use to query the series. + baseBlockIDsFetcher := block.NewConcurrentLister(logger, instrBkt) + fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, baseBlockIDsFetcher, tmpDir, nil, nil) + testutil.Ok(tb, err) + + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{}) + testutil.Ok(tb, err) + + store, err := NewBucketStore( + instrBkt, + fetcher, + tmpDir, + NewChunksLimiterFactory(100000/MaxSamplesPerChunk), + NewSeriesLimiterFactory(0), + NewBytesLimiterFactory(0), + NewGapBasedPartitioner(PartitionerMaxGapSize), + 10, + false, + DefaultPostingOffsetInMemorySampling, + true, + false, + 0, + WithLogger(logger), + WithIndexCache(indexCache), + ) + testutil.Ok(tb, err) + testutil.Ok(tb, store.SyncBlocks(context.Background())) + + req := &storepb.SeriesRequest{ + MinTime: math.MinInt, + MaxTime: math.MaxInt64, + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: ".+"}, + }, + WithoutReplicaLabels: testData.replicaLabels, + } + + srv := newStoreSeriesServer(context.Background()) + err = store.Series(req, srv) + testutil.Ok(t, err) + testutil.Assert(t, len(srv.SeriesSet) == len(testData.expectedSeries)) + + var response []labels.Labels + for _, respSeries := range srv.SeriesSet { + promLabels := labelpb.ZLabelsToPromLabels(respSeries.Labels) + response = append(response, promLabels) + } + + testutil.Equals(t, testData.expectedSeries, response) + }) + } +} + +func uploadSeriesToBucket(t *testing.T, bkt *filesystem.Bucket, replica string, path string, series []labels.Labels) *tsdb.Head { + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = filepath.Join(path, "block") + + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + testutil.Ok(t, err) + + for _, s := range series { + for ts := int64(0); ts < 100; ts++ { + // Appending a single sample is very unoptimised, but guarantees each chunk is always MaxSamplesPerChunk + // (except the last one, which could be smaller). + app := h.Appender(context.Background()) + _, err := app.Append(0, s, ts, float64(ts)) + testutil.Ok(t, err) + testutil.Ok(t, app.Commit()) + } + } + + blk := storetestutil.CreateBlockFromHead(t, headOpts.ChunkDirRoot, h) + + thanosMeta := metadata.Thanos{ + Labels: labels.FromStrings("ext1", replica).Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + } + + _, err = metadata.InjectThanos(log.NewNopLogger(), filepath.Join(headOpts.ChunkDirRoot, blk.String()), thanosMeta, nil) + testutil.Ok(t, err) + + testutil.Ok(t, block.Upload(context.Background(), log.NewNopLogger(), bkt, filepath.Join(headOpts.ChunkDirRoot, blk.String()), metadata.NoneFunc)) + testutil.Ok(t, err) + + return h +} + func mustMarshalAny(pb proto.Message) *types.Any { out, err := types.MarshalAny(pb) if err != nil { @@ -1921,12 +2345,12 @@ func createBlockWithOneSeriesWithStep(t testutil.TB, dir string, lbls labels.Lab ref, err := app.Append(0, lbls, ts, random.Float64()) testutil.Ok(t, err) for i := 1; i < totalSamples; i++ { - _, err := app.Append(ref, nil, ts+step*int64(i), random.Float64()) + _, err := app.Append(ref, labels.EmptyLabels(), ts+step*int64(i), random.Float64()) testutil.Ok(t, err) } testutil.Ok(t, app.Commit()) - return createBlockFromHead(t, dir, h) + return storetestutil.CreateBlockFromHead(t, dir, h) } func setupStoreForHintsTest(t *testing.T) (testutil.TB, *BucketStore, []*storepb.Series, []*storepb.Series, ulid.ULID, ulid.ULID, func()) { @@ -1947,7 +2371,7 @@ func setupStoreForHintsTest(t *testing.T) (testutil.TB, *BucketStore, []*storepb random = rand.New(rand.NewSource(120)) ) - extLset := labels.Labels{{Name: "ext1", Value: "1"}} + extLset := labels.FromStrings("ext1", "1") // Inject the Thanos meta to each block in the storage. thanosMeta := metadata.Thanos{ Labels: extLset.Map(), @@ -1963,7 +2387,7 @@ func setupStoreForHintsTest(t *testing.T) (testutil.TB, *BucketStore, []*storepb PrependLabels: extLset, Random: random, }) - block1 := createBlockFromHead(t, bktDir, head) + block1 := storetestutil.CreateBlockFromHead(t, bktDir, head) testutil.Ok(t, head.Close()) head2, seriesSet2 := storetestutil.CreateHeadWithSeries(t, 1, storetestutil.HeadGenOptions{ TSDBDir: filepath.Join(tmpDir, "1"), @@ -1972,7 +2396,7 @@ func setupStoreForHintsTest(t *testing.T) (testutil.TB, *BucketStore, []*storepb PrependLabels: extLset, Random: random, }) - block2 := createBlockFromHead(t, bktDir, head2) + block2 := storetestutil.CreateBlockFromHead(t, bktDir, head2) testutil.Ok(t, head2.Close()) for _, blockID := range []ulid.ULID{block1, block2} { @@ -1981,10 +2405,11 @@ func setupStoreForHintsTest(t *testing.T) (testutil.TB, *BucketStore, []*storepb } // Instance a real bucket store we'll use to query back the series. - fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, tmpDir, nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, instrBkt) + fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, baseBlockIDsFetcher, tmpDir, nil, nil) testutil.Ok(tb, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryIndexCacheConfig{}) + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{}) testutil.Ok(tb, err) store, err := NewBucketStore( @@ -2175,10 +2600,10 @@ func TestSeries_ChunksHaveHashRepresentation(t *testing.T) { } testutil.Ok(t, app.Commit()) - blk := createBlockFromHead(t, headOpts.ChunkDirRoot, h) + blk := storetestutil.CreateBlockFromHead(t, headOpts.ChunkDirRoot, h) thanosMeta := metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, } @@ -2197,10 +2622,11 @@ func TestSeries_ChunksHaveHashRepresentation(t *testing.T) { testutil.Ok(t, block.Upload(context.Background(), logger, bkt, filepath.Join(headOpts.ChunkDirRoot, blk.String()), metadata.NoneFunc)) // Instance a real bucket store we'll use to query the series. - fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, tmpDir, nil, nil) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, instrBkt) + fetcher, err := block.NewMetaFetcher(logger, 10, instrBkt, baseBlockIDsFetcher, tmpDir, nil, nil) testutil.Ok(tb, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.InMemoryIndexCacheConfig{}) + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.InMemoryIndexCacheConfig{}) testutil.Ok(tb, err) store, err := NewBucketStore( @@ -2307,7 +2733,7 @@ func BenchmarkBucketBlock_readChunkRange(b *testing.B) { // Upload the block to the bucket. thanosMeta := metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, } @@ -2322,7 +2748,7 @@ func BenchmarkBucketBlock_readChunkRange(b *testing.B) { testutil.Ok(b, err) // Create a bucket block with only the dependencies we need for the benchmark. - blk, err := newBucketBlock(context.Background(), logger, newBucketStoreMetrics(nil), blockMeta, bkt, tmpDir, nil, chunkPool, nil, nil) + blk, err := newBucketBlock(context.Background(), newBucketStoreMetrics(nil), blockMeta, bkt, tmpDir, nil, chunkPool, nil, nil, nil, nil) testutil.Ok(b, err) b.ResetTimer() @@ -2331,7 +2757,7 @@ func BenchmarkBucketBlock_readChunkRange(b *testing.B) { offset := int64(0) length := readLengths[n%len(readLengths)] - _, err := blk.readChunkRange(ctx, 0, offset, length, byteRanges{{offset: 0, length: int(length)}}) + _, err := blk.readChunkRange(ctx, 0, offset, length, byteRanges{{offset: 0, length: int(length)}}, logger) if err != nil { b.Fatal(err.Error()) } @@ -2369,15 +2795,15 @@ func prepareBucket(b *testing.B, resolutionLevel compact.ResolutionLevel) (*buck SamplesPerSeries: 86400 / 15, // Simulate 1 day block with 15s scrape interval. ScrapeInterval: 15 * time.Second, Series: 1000, - PrependLabels: nil, + PrependLabels: labels.EmptyLabels(), Random: rand.New(rand.NewSource(120)), SkipChunks: true, }) - blockID := createBlockFromHead(b, tmpDir, head) + blockID := storetestutil.CreateBlockFromHead(b, tmpDir, head) // Upload the block to the bucket. thanosMeta := metadata.Thanos{ - Labels: labels.Labels{{Name: "ext1", Value: "1"}}.Map(), + Labels: labels.FromStrings("ext1", "1").Map(), Downsample: metadata.ThanosDownsample{Resolution: 0}, Source: metadata.TestSource, } @@ -2389,7 +2815,7 @@ func prepareBucket(b *testing.B, resolutionLevel compact.ResolutionLevel) (*buck if resolutionLevel > 0 { // Downsample newly-created block. - blockID, err = downsample.Downsample(logger, blockMeta, head, tmpDir, int64(resolutionLevel)) + blockID, err = downsample.Downsample(ctx, logger, blockMeta, head, tmpDir, int64(resolutionLevel)) testutil.Ok(b, err) blockMeta, err = metadata.ReadFromDir(filepath.Join(tmpDir, blockID.String())) testutil.Ok(b, err) @@ -2405,13 +2831,13 @@ func prepareBucket(b *testing.B, resolutionLevel compact.ResolutionLevel) (*buck partitioner := NewGapBasedPartitioner(PartitionerMaxGapSize) // Create an index header reader. - indexHeaderReader, err := indexheader.NewBinaryReader(ctx, logger, bkt, tmpDir, blockMeta.ULID, DefaultPostingOffsetInMemorySampling) + indexHeaderReader, err := indexheader.NewBinaryReader(ctx, logger, bkt, tmpDir, blockMeta.ULID, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) testutil.Ok(b, err) - indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, storecache.DefaultInMemoryIndexCacheConfig) + indexCache, err := storecache.NewInMemoryIndexCacheWithConfig(logger, nil, nil, storecache.DefaultInMemoryIndexCacheConfig) testutil.Ok(b, err) // Create a bucket block with only the dependencies we need for the benchmark. - blk, err := newBucketBlock(context.Background(), logger, newBucketStoreMetrics(nil), blockMeta, bkt, tmpDir, indexCache, chunkPool, indexHeaderReader, partitioner) + blk, err := newBucketBlock(context.Background(), newBucketStoreMetrics(nil), blockMeta, bkt, tmpDir, indexCache, chunkPool, indexHeaderReader, partitioner, nil, nil) testutil.Ok(b, err) return blk, blockMeta } @@ -2429,6 +2855,7 @@ func benchmarkBlockSeriesWithConcurrency(b *testing.B, concurrency int, blockMet wg := sync.WaitGroup{} wg.Add(concurrency) + dummyCounter := promauto.NewCounter(prometheus.CounterOpts{Name: "test"}) for w := 0; w < concurrency; w++ { go func() { defer wg.Done() @@ -2453,22 +2880,32 @@ func benchmarkBlockSeriesWithConcurrency(b *testing.B, concurrency int, blockMet // TODO FIXME! testutil.Ok calls b.Fatalf under the hood, which // must be called only from the goroutine running the Benchmark function. testutil.Ok(b, err) + sortedMatchers := newSortedMatchers(matchers) - dummyHistogram := prometheus.NewHistogram(prometheus.HistogramOpts{}) + dummyHistogram := promauto.NewHistogramVec(prometheus.HistogramOpts{}, []string{tenancy.MetricLabel}) blockClient := newBlockSeriesClient( ctx, nil, blk, req, + seriesLimiter, chunksLimiter, NewBytesLimiterFactory(0)(nil), + matchers, nil, false, SeriesBatchSize, dummyHistogram, + dummyHistogram, + dummyHistogram, nil, + false, + dummyCounter, + dummyCounter, + dummyCounter, + tenancy.DefaultTenant, ) - testutil.Ok(b, blockClient.ExpandPostings(matchers, seriesLimiter)) + testutil.Ok(b, blockClient.ExpandPostings(sortedMatchers, seriesLimiter)) defer blockClient.Close() // Ensure at least 1 series has been returned (as expected). @@ -2493,3 +2930,996 @@ func BenchmarkDownsampledBlockSeries(b *testing.B) { } } } + +func TestExpandPostingsWithContextCancel(t *testing.T) { + p := index.NewListPostings([]storage.SeriesRef{1, 2, 3, 4, 5, 6, 7, 8}) + ctx, cancel := context.WithCancel(context.Background()) + + cancel() + res, err := ExpandPostingsWithContext(ctx, p) + testutil.NotOk(t, err) + testutil.Equals(t, context.Canceled, err) + testutil.Equals(t, []storage.SeriesRef(nil), res) +} + +func samePostingGroup(a, b *postingGroup) bool { + if a.name != b.name || a.lazy != b.lazy || a.addAll != b.addAll || a.cardinality != b.cardinality || len(a.matchers) != len(b.matchers) { + return false + } + + if !reflect.DeepEqual(a.addKeys, b.addKeys) || !reflect.DeepEqual(a.removeKeys, b.removeKeys) { + return false + } + + for i := 0; i < len(a.matchers); i++ { + if a.matchers[i].String() != b.matchers[i].String() { + return false + } + } + return true +} + +func TestMatchersToPostingGroup(t *testing.T) { + ctx := context.Background() + for _, tc := range []struct { + name string + matchers []*labels.Matcher + labelValues map[string][]string + expected []*postingGroup + }{ + { + name: "single equal matcher", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + }, + }, + { + name: "deduplicate two equal matchers", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + }, + }, + { + name: "deduplicate multiple equal matchers", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + }, + }, + { + name: "two equal matchers with different label name, merge", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "bar", "baz"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + "bar": {"baz"}, + }, + expected: []*postingGroup{ + { + name: "bar", + addAll: false, + addKeys: []string{"baz"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "bar", "baz")}, + }, + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + }, + }, + { + name: "two different equal matchers with same label name, intersect", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "baz"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: nil, + }, + { + name: "Intersect equal and unequal matcher, no hit", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchNotEqual, "foo", "bar"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: nil, + }, + { + name: "Intersect equal and unequal matcher, has result", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchNotEqual, "foo", "baz"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), labels.MustNewMatcher(labels.MatchNotEqual, "foo", "baz")}, + }, + }, + }, + { + name: "Intersect equal and regex matcher, no result", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "foo", "x.*"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + }, + { + name: "Intersect equal and regex matcher, have result", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "foo", "b.*"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), labels.MustNewMatcher(labels.MatchRegexp, "foo", "b.*")}, + }, + }, + }, + { + name: "Intersect equal and unequal inverse matcher", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchNotEqual, "foo", ""), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), labels.MustNewMatcher(labels.MatchNotEqual, "foo", "")}, + }, + }, + }, + { + name: "Intersect equal and regexp matching non empty matcher", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "foo", ".+"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), labels.MustNewMatcher(labels.MatchRegexp, "foo", ".+")}, + }, + }, + }, + { + name: "Intersect two regex matchers", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchRegexp, "foo", "bar|baz"), + labels.MustNewMatcher(labels.MatchRegexp, "foo", "bar|buzz"), + }, + labelValues: map[string][]string{ + "foo": {"bar", "baz", "buzz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: false, + addKeys: []string{"bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchRegexp, "foo", "bar|baz"), labels.MustNewMatcher(labels.MatchRegexp, "foo", "bar|buzz")}, + }, + }, + }, + { + name: "Merge inverse matchers", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchNotEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchNotEqual, "foo", "baz"), + }, + labelValues: map[string][]string{ + "foo": {"buzz", "bar", "baz"}, + }, + expected: []*postingGroup{ + { + name: "foo", + addAll: true, + removeKeys: []string{"bar", "baz"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchNotEqual, "foo", "bar"), labels.MustNewMatcher(labels.MatchNotEqual, "foo", "baz")}, + }, + }, + }, + { + name: "Dedup match all regex matchers", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchRegexp, labels.MetricName, ".*"), + labels.MustNewMatcher(labels.MatchRegexp, labels.MetricName, ".*"), + labels.MustNewMatcher(labels.MatchRegexp, labels.MetricName, ".*"), + labels.MustNewMatcher(labels.MatchRegexp, labels.MetricName, ".*"), + labels.MustNewMatcher(labels.MatchRegexp, labels.MetricName, ".*"), + }, + labelValues: map[string][]string{ + labels.MetricName: {"up", "go_info"}, + }, + expected: []*postingGroup{ + { + name: labels.MetricName, + addAll: true, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchRegexp, "__name__", ".*")}, + }, + }, + }, + { + name: "Multiple posting groups", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, labels.MetricName, "up"), + labels.MustNewMatcher(labels.MatchRegexp, "job", ".*"), + labels.MustNewMatcher(labels.MatchNotEqual, "cluster", ""), + }, + labelValues: map[string][]string{ + labels.MetricName: {"up", "go_info"}, + "cluster": {"us-east-1", "us-west-2"}, + "job": {"prometheus", "thanos"}, + }, + expected: []*postingGroup{ + { + name: labels.MetricName, + addAll: false, + addKeys: []string{"up"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "__name__", "up")}, + }, + { + name: "cluster", + addAll: false, + addKeys: []string{"us-east-1", "us-west-2"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchNotEqual, "cluster", "")}, + }, + { + name: "job", + addAll: true, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchRegexp, "job", ".*")}, + }, + }, + }, + { + name: "Multiple unequal empty", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchNotEqual, labels.MetricName, ""), + labels.MustNewMatcher(labels.MatchNotEqual, labels.MetricName, ""), + labels.MustNewMatcher(labels.MatchNotEqual, "job", ""), + labels.MustNewMatcher(labels.MatchNotEqual, "job", ""), + labels.MustNewMatcher(labels.MatchNotEqual, "cluster", ""), + labels.MustNewMatcher(labels.MatchNotEqual, "cluster", ""), + }, + labelValues: map[string][]string{ + labels.MetricName: {"up", "go_info"}, + "cluster": {"us-east-1", "us-west-2"}, + "job": {"prometheus", "thanos"}, + }, + expected: []*postingGroup{ + { + name: labels.MetricName, + addAll: false, + addKeys: []string{"go_info", "up"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchNotEqual, "__name__", "")}, + }, + { + name: "cluster", + addAll: false, + addKeys: []string{"us-east-1", "us-west-2"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchNotEqual, "cluster", "")}, + }, + { + name: "job", + addAll: false, + addKeys: []string{"prometheus", "thanos"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchNotEqual, "job", "")}, + }, + }, + }, + { + name: "Reproduce values shadow bug", + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchRegexp, "name", "test.*"), + labels.MustNewMatcher(labels.MatchNotRegexp, "name", "testfoo"), + labels.MustNewMatcher(labels.MatchNotEqual, "name", ""), + }, + labelValues: map[string][]string{ + "name": {"testbar", "testfoo"}, + }, + expected: []*postingGroup{ + { + name: "name", + addAll: false, + addKeys: []string{"testbar"}, + matchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchNotEqual, "name", ""), + labels.MustNewMatcher(labels.MatchRegexp, "name", "test.*"), + labels.MustNewMatcher(labels.MatchNotRegexp, "name", "testfoo"), + }, + }, + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + actual, err := matchersToPostingGroups(ctx, func(name string) ([]string, error) { + sort.Strings(tc.labelValues[name]) + return tc.labelValues[name], nil + }, tc.matchers) + testutil.Ok(t, err) + testutil.Equals(t, len(tc.expected), len(actual)) + for i := 0; i < len(tc.expected); i++ { + testutil.Assert(t, samePostingGroup(tc.expected[i], actual[i])) + } + }) + } +} + +func TestPostingGroupMerge(t *testing.T) { + for _, tc := range []struct { + name string + group1 *postingGroup + group2 *postingGroup + expected *postingGroup + }{ + { + name: "empty group2", + group1: &postingGroup{}, + group2: nil, + expected: &postingGroup{}, + }, + { + name: "group different names, return group1", + group1: &postingGroup{name: "bar"}, + group2: &postingGroup{name: "foo"}, + expected: nil, + }, + { + name: "both same addKey", + group1: &postingGroup{addKeys: []string{"foo"}}, + group2: &postingGroup{addKeys: []string{"foo"}}, + expected: &postingGroup{addKeys: []string{"foo"}}, + }, + { + name: "both same addKeys, but different order", + group1: &postingGroup{addKeys: []string{"foo", "bar"}}, + group2: &postingGroup{addKeys: []string{"bar", "foo"}}, + expected: &postingGroup{addKeys: []string{"bar", "foo"}}, + }, + { + name: "different addKeys", + group1: &postingGroup{addKeys: []string{"foo"}}, + group2: &postingGroup{addKeys: []string{"bar"}}, + expected: &postingGroup{addKeys: []string{}}, + }, + { + name: "intersect common add keys", + group1: &postingGroup{addKeys: []string{"foo", "bar"}}, + group2: &postingGroup{addKeys: []string{"bar", "baz"}}, + expected: &postingGroup{addKeys: []string{"bar"}}, + }, + { + name: "both addAll, no remove keys", + group1: &postingGroup{addAll: true}, + group2: &postingGroup{addAll: true}, + expected: &postingGroup{addAll: true}, + }, + { + name: "both addAll, one remove keys", + group1: &postingGroup{addAll: true}, + group2: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + expected: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + }, + { + name: "both addAll, same remove keys", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + group2: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + expected: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + }, + { + name: "both addAll, merge different remove keys", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + group2: &postingGroup{addAll: true, removeKeys: []string{"bar"}}, + expected: &postingGroup{addAll: true, removeKeys: []string{"bar", "foo"}}, + }, + { + name: "both addAll, multiple remove keys", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo", "zoo"}}, + group2: &postingGroup{addAll: true, removeKeys: []string{"a", "bar"}}, + expected: &postingGroup{addAll: true, removeKeys: []string{"a", "bar", "foo", "zoo"}}, + }, + { + name: "both addAll, multiple remove keys 2", + group1: &postingGroup{addAll: true, removeKeys: []string{"a", "bar"}}, + group2: &postingGroup{addAll: true, removeKeys: []string{"foo", "zoo"}}, + expected: &postingGroup{addAll: true, removeKeys: []string{"a", "bar", "foo", "zoo"}}, + }, + { + name: "one add and one remove, only keep addKeys", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + group2: &postingGroup{addKeys: []string{""}}, + expected: &postingGroup{addKeys: []string{""}}, + }, + { + name: "one add and one remove, subtract common keys to add and remove", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + group2: &postingGroup{addKeys: []string{"", "foo"}}, + expected: &postingGroup{addKeys: []string{""}}, + }, + { + name: "same add and remove key", + group1: &postingGroup{addAll: true, removeKeys: []string{"foo"}}, + group2: &postingGroup{addKeys: []string{"foo"}}, + expected: &postingGroup{addKeys: []string{}}, + }, + { + name: "same add and remove key, multiple keys", + group1: &postingGroup{addAll: true, removeKeys: []string{"2"}}, + group2: &postingGroup{addKeys: []string{"1", "2", "3", "4", "5", "6"}}, + expected: &postingGroup{addKeys: []string{"1", "3", "4", "5", "6"}}, + }, + { + name: "addAll and non addAll posting group merge with empty keys", + group1: &postingGroup{addAll: true, removeKeys: nil}, + group2: &postingGroup{addKeys: nil}, + expected: &postingGroup{addKeys: nil}, + }, + } { + t.Run(tc.name, func(t *testing.T) { + if tc.group1 != nil { + slices.Sort(tc.group1.addKeys) + slices.Sort(tc.group1.removeKeys) + } + if tc.group2 != nil { + slices.Sort(tc.group2.addKeys) + slices.Sort(tc.group2.removeKeys) + } + res := tc.group1.mergeKeys(tc.group2) + testutil.Equals(t, tc.expected, res) + }) + } +} + +// TestExpandedPostings is a test whether there is a race between multiple ExpandPostings() calls. +func TestExpandedPostingsRace(t *testing.T) { + const blockCount = 10 + + tmpDir := t.TempDir() + t.Cleanup(func() { + testutil.Ok(t, os.RemoveAll(tmpDir)) + }) + + bkt := objstore.NewInMemBucket() + t.Cleanup(func() { + testutil.Ok(t, bkt.Close()) + }) + + logger := log.NewNopLogger() + // Create a block. + head, _ := storetestutil.CreateHeadWithSeries(t, 0, storetestutil.HeadGenOptions{ + TSDBDir: filepath.Join(tmpDir, "head"), + SamplesPerSeries: 10, + ScrapeInterval: 15 * time.Second, + Series: 1000, + PrependLabels: labels.EmptyLabels(), + Random: rand.New(rand.NewSource(120)), + SkipChunks: true, + }) + blockID := storetestutil.CreateBlockFromHead(t, tmpDir, head) + + bucketBlocks := make([]*bucketBlock, 0, blockCount) + + for i := 0; i < blockCount; i++ { + ul := ulid.MustNew(uint64(i), rand.New(rand.NewSource(444))) + + // Upload the block to the bucket. + thanosMeta := metadata.Thanos{ + Labels: labels.FromStrings("ext1", fmt.Sprintf("%d", i)).Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + } + m, err := metadata.ReadFromDir(filepath.Join(tmpDir, blockID.String())) + testutil.Ok(t, err) + + m.Thanos = thanosMeta + m.BlockMeta.ULID = ul + + e2eutil.Copy(t, filepath.Join(tmpDir, blockID.String()), filepath.Join(tmpDir, ul.String())) + testutil.Ok(t, m.WriteToDir(log.NewLogfmtLogger(os.Stderr), filepath.Join(tmpDir, ul.String()))) + testutil.Ok(t, err) + testutil.Ok(t, block.Upload(context.Background(), log.NewLogfmtLogger(os.Stderr), bkt, filepath.Join(tmpDir, ul.String()), metadata.NoneFunc)) + + r, err := indexheader.NewBinaryReader(context.Background(), log.NewNopLogger(), bkt, tmpDir, ul, DefaultPostingOffsetInMemorySampling, indexheader.NewBinaryReaderMetrics(nil)) + testutil.Ok(t, err) + + blk, err := newBucketBlock( + context.Background(), + newBucketStoreMetrics(nil), + m, + bkt, + filepath.Join(tmpDir, ul.String()), + noopCache{}, + nil, + r, + NewGapBasedPartitioner(PartitionerMaxGapSize), + nil, + nil, + ) + testutil.Ok(t, err) + + bucketBlocks = append(bucketBlocks, blk) + } + + tm, cancel := context.WithTimeout(context.Background(), 40*time.Second) + t.Cleanup(cancel) + + l := sync.Mutex{} + previousRefs := make(map[int][]storage.SeriesRef) + dummyCounter := promauto.With(prometheus.NewRegistry()).NewCounter(prometheus.CounterOpts{Name: "test"}) + + for { + if tm.Err() != nil { + break + } + + m := []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "j", ".+"), + labels.MustNewMatcher(labels.MatchRegexp, "i", ".+"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "j", ".+"), + labels.MustNewMatcher(labels.MatchRegexp, "i", ".+"), + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + } + + wg := &sync.WaitGroup{} + for i, bb := range bucketBlocks { + wg.Add(1) + i := i + bb := bb + go func(i int, bb *bucketBlock) { + refs, err := bb.indexReader(logger).ExpandedPostings(context.Background(), m, NewBytesLimiterFactory(0)(nil), false, dummyCounter, tenancy.DefaultTenant) + testutil.Ok(t, err) + defer wg.Done() + + l.Lock() + defer l.Unlock() + if previousRefs[i] != nil { + testutil.Equals(t, previousRefs[i], refs.postings) + } else { + previousRefs[i] = refs.postings + } + }(i, bb) + } + wg.Wait() + } +} + +func TestBucketIndexReader_decodeCachedPostingsErrors(t *testing.T) { + bir := bucketIndexReader{stats: &queryStats{}} + t.Run("should return error on broken cached postings without snappy prefix", func(t *testing.T) { + _, _, err := bir.decodeCachedPostings([]byte("foo")) + testutil.NotOk(t, err) + }) + t.Run("should return error on broken cached postings with snappy prefix", func(t *testing.T) { + _, _, err := bir.decodeCachedPostings(append([]byte(codecHeaderSnappy), []byte("foo")...)) + testutil.NotOk(t, err) + }) +} + +func TestBucketStoreDedupOnBlockSeriesSet(t *testing.T) { + logger := log.NewNopLogger() + tmpDir := t.TempDir() + bktDir := filepath.Join(tmpDir, "bkt") + auxDir := filepath.Join(tmpDir, "aux") + metaDir := filepath.Join(tmpDir, "meta") + extLset := labels.FromStrings("region", "eu-west") + + testutil.Ok(t, os.MkdirAll(metaDir, os.ModePerm)) + testutil.Ok(t, os.MkdirAll(auxDir, os.ModePerm)) + + bkt, err := filesystem.NewBucket(bktDir) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, bkt.Close()) }) + + for i := 0; i < 2; i++ { + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = tmpDir + headOpts.ChunkRange = 1000 + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, h.Close()) }) + + app := h.Appender(context.Background()) + _, err = app.Append(0, labels.FromStrings("replica", "a", "z", "1"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("replica", "a", "z", "2"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("replica", "b", "z", "1"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("replica", "b", "z", "2"), 0, 1) + testutil.Ok(t, err) + testutil.Ok(t, app.Commit()) + + id := storetestutil.CreateBlockFromHead(t, auxDir, h) + + auxBlockDir := filepath.Join(auxDir, id.String()) + _, err = metadata.InjectThanos(log.NewNopLogger(), auxBlockDir, metadata.Thanos{ + Labels: extLset.Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + }, nil) + testutil.Ok(t, err) + + testutil.Ok(t, block.Upload(context.Background(), logger, bkt, auxBlockDir, metadata.NoneFunc)) + testutil.Ok(t, block.Upload(context.Background(), logger, bkt, auxBlockDir, metadata.NoneFunc)) + } + + chunkPool, err := NewDefaultChunkBytesPool(2e5) + testutil.Ok(t, err) + + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, insBkt, baseBlockIDsFetcher, metaDir, nil, []block.MetadataFilter{ + block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), + }) + testutil.Ok(t, err) + + bucketStore, err := NewBucketStore( + objstore.WithNoopInstr(bkt), + metaFetcher, + "", + NewChunksLimiterFactory(10e6), + NewSeriesLimiterFactory(10e6), + NewBytesLimiterFactory(10e6), + NewGapBasedPartitioner(PartitionerMaxGapSize), + 20, + true, + DefaultPostingOffsetInMemorySampling, + false, + false, + 1*time.Minute, + WithChunkPool(chunkPool), + WithFilterConfig(allowAllFilterConf), + ) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, bucketStore.Close()) }) + + testutil.Ok(t, bucketStore.SyncBlocks(context.Background())) + + srv := newStoreSeriesServer(context.Background()) + testutil.Ok(t, bucketStore.Series(&storepb.SeriesRequest{ + WithoutReplicaLabels: []string{"replica"}, + MinTime: timestamp.FromTime(minTime), + MaxTime: timestamp.FromTime(maxTime), + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_NEQ, Name: "z", Value: ""}, + }, + }, srv)) + + testutil.Equals(t, true, slices.IsSortedFunc(srv.SeriesSet, func(x, y storepb.Series) int { + return labels.Compare(x.PromLabels(), y.PromLabels()) + })) + testutil.Equals(t, 2, len(srv.SeriesSet)) +} + +func TestQueryStatsMerge(t *testing.T) { + s := &queryStats{ + blocksQueried: 1, + postingsTouched: 1, + PostingsTouchedSizeSum: 1, + postingsToFetch: 1, + postingsFetched: 1, + PostingsFetchedSizeSum: 1, + postingsFetchCount: 1, + PostingsFetchDurationSum: 1, + cachedPostingsCompressions: 1, + cachedPostingsCompressionErrors: 1, + CachedPostingsOriginalSizeSum: 1, + CachedPostingsCompressedSizeSum: 1, + CachedPostingsCompressionTimeSum: 1, + cachedPostingsDecompressions: 1, + cachedPostingsDecompressionErrors: 1, + CachedPostingsDecompressionTimeSum: 1, + seriesTouched: 1, + SeriesTouchedSizeSum: 1, + seriesFetched: 1, + SeriesFetchedSizeSum: 1, + seriesFetchCount: 1, + SeriesFetchDurationSum: 1, + SeriesDownloadLatencySum: 1, + chunksTouched: 1, + ChunksTouchedSizeSum: 1, + chunksFetched: 1, + ChunksFetchedSizeSum: 1, + chunksFetchCount: 1, + ChunksFetchDurationSum: 1, + ChunksDownloadLatencySum: 1, + GetAllDuration: 1, + mergedSeriesCount: 1, + mergedChunksCount: 1, + MergeDuration: 1, + DataDownloadedSizeSum: 1, + } + + o := &queryStats{ + blocksQueried: 100, + postingsTouched: 100, + PostingsTouchedSizeSum: 100, + postingsToFetch: 100, + postingsFetched: 100, + PostingsFetchedSizeSum: 100, + postingsFetchCount: 100, + PostingsFetchDurationSum: 100, + cachedPostingsCompressions: 100, + cachedPostingsCompressionErrors: 100, + CachedPostingsOriginalSizeSum: 100, + CachedPostingsCompressedSizeSum: 100, + CachedPostingsCompressionTimeSum: 100, + cachedPostingsDecompressions: 100, + cachedPostingsDecompressionErrors: 100, + CachedPostingsDecompressionTimeSum: 100, + seriesTouched: 100, + SeriesTouchedSizeSum: 100, + seriesFetched: 100, + SeriesFetchedSizeSum: 100, + seriesFetchCount: 100, + SeriesFetchDurationSum: 100, + SeriesDownloadLatencySum: 100, + chunksTouched: 100, + ChunksTouchedSizeSum: 100, + chunksFetched: 100, + ChunksFetchedSizeSum: 100, + chunksFetchCount: 100, + ChunksFetchDurationSum: 100, + ChunksDownloadLatencySum: 100, + GetAllDuration: 100, + mergedSeriesCount: 100, + mergedChunksCount: 100, + MergeDuration: 100, + DataDownloadedSizeSum: 100, + } + + // Expected stats. + e := &queryStats{ + blocksQueried: 101, + postingsTouched: 101, + PostingsTouchedSizeSum: 101, + postingsToFetch: 101, + postingsFetched: 101, + PostingsFetchedSizeSum: 101, + postingsFetchCount: 101, + PostingsFetchDurationSum: 101, + cachedPostingsCompressions: 101, + cachedPostingsCompressionErrors: 101, + CachedPostingsOriginalSizeSum: 101, + CachedPostingsCompressedSizeSum: 101, + CachedPostingsCompressionTimeSum: 101, + cachedPostingsDecompressions: 101, + cachedPostingsDecompressionErrors: 101, + CachedPostingsDecompressionTimeSum: 101, + seriesTouched: 101, + SeriesTouchedSizeSum: 101, + seriesFetched: 101, + SeriesFetchedSizeSum: 101, + seriesFetchCount: 101, + SeriesFetchDurationSum: 101, + SeriesDownloadLatencySum: 101, + chunksTouched: 101, + ChunksTouchedSizeSum: 101, + chunksFetched: 101, + ChunksFetchedSizeSum: 101, + chunksFetchCount: 101, + ChunksFetchDurationSum: 101, + ChunksDownloadLatencySum: 101, + GetAllDuration: 101, + mergedSeriesCount: 101, + mergedChunksCount: 101, + MergeDuration: 101, + DataDownloadedSizeSum: 101, + } + + s.merge(o) + testutil.Equals(t, e, s) +} + +func TestBucketStoreStreamingSeriesLimit(t *testing.T) { + logger := log.NewNopLogger() + tmpDir := t.TempDir() + bktDir := filepath.Join(tmpDir, "bkt") + auxDir := filepath.Join(tmpDir, "aux") + metaDir := filepath.Join(tmpDir, "meta") + extLset := labels.FromStrings("region", "eu-west") + + testutil.Ok(t, os.MkdirAll(metaDir, os.ModePerm)) + testutil.Ok(t, os.MkdirAll(auxDir, os.ModePerm)) + + bkt, err := filesystem.NewBucket(bktDir) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, bkt.Close()) }) + + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = tmpDir + headOpts.ChunkRange = 1000 + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, h.Close()) }) + + app := h.Appender(context.Background()) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "1"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "2"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "3"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "4"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "5"), 0, 1) + testutil.Ok(t, err) + _, err = app.Append(0, labels.FromStrings("a", "1", "z", "6"), 0, 1) + testutil.Ok(t, err) + testutil.Ok(t, app.Commit()) + + id := storetestutil.CreateBlockFromHead(t, auxDir, h) + + auxBlockDir := filepath.Join(auxDir, id.String()) + _, err = metadata.InjectThanos(log.NewNopLogger(), auxBlockDir, metadata.Thanos{ + Labels: extLset.Map(), + Downsample: metadata.ThanosDownsample{Resolution: 0}, + Source: metadata.TestSource, + }, nil) + testutil.Ok(t, err) + testutil.Ok(t, block.Upload(context.Background(), logger, bkt, auxBlockDir, metadata.NoneFunc)) + + chunkPool, err := NewDefaultChunkBytesPool(2e5) + testutil.Ok(t, err) + + insBkt := objstore.WithNoopInstr(bkt) + baseBlockIDsFetcher := block.NewConcurrentLister(logger, insBkt) + metaFetcher, err := block.NewMetaFetcher(logger, 20, insBkt, baseBlockIDsFetcher, metaDir, nil, []block.MetadataFilter{ + block.NewTimePartitionMetaFilter(allowAllFilterConf.MinTime, allowAllFilterConf.MaxTime), + }) + testutil.Ok(t, err) + + firstBytesLimiterChecked := false + secondBytesLimiterChecked := false + + // Set series limit to 2. Only pass if series limiter applies + // for lazy postings only. + bucketStore, err := NewBucketStore( + objstore.WithNoopInstr(bkt), + metaFetcher, + "", + NewChunksLimiterFactory(10e6), + NewSeriesLimiterFactory(2), + func(_ prometheus.Counter) BytesLimiter { + return &compositeBytesLimiterMock{ + limiters: []BytesLimiter{ + &bytesLimiterMock{ + limitFunc: func(_ uint64, _ StoreDataType) error { + firstBytesLimiterChecked = true + return nil + }, + }, + &bytesLimiterMock{ + limitFunc: func(_ uint64, _ StoreDataType) error { + secondBytesLimiterChecked = true + return nil + }, + }, + }, + } + }, + NewGapBasedPartitioner(PartitionerMaxGapSize), + 20, + true, + DefaultPostingOffsetInMemorySampling, + false, + false, + 1*time.Minute, + WithChunkPool(chunkPool), + WithFilterConfig(allowAllFilterConf), + WithLazyExpandedPostings(true), + WithBlockEstimatedMaxSeriesFunc(func(_ metadata.Meta) uint64 { + return 1 + }), + ) + testutil.Ok(t, err) + t.Cleanup(func() { testutil.Ok(t, bucketStore.Close()) }) + + testutil.Ok(t, bucketStore.SyncBlocks(context.Background())) + + req := &storepb.SeriesRequest{ + MinTime: timestamp.FromTime(minTime), + MaxTime: timestamp.FromTime(maxTime), + Matchers: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "z", Value: "1|2"}, + }, + } + srv := newStoreSeriesServer(context.Background()) + testutil.Ok(t, bucketStore.Series(req, srv)) + testutil.Equals(t, 2, len(srv.SeriesSet)) + testutil.Equals(t, true, firstBytesLimiterChecked) + testutil.Equals(t, true, secondBytesLimiterChecked) +} + +type bytesLimiterMock struct { + limitFunc func(uint64, StoreDataType) error +} + +func (m *bytesLimiterMock) ReserveWithType(num uint64, dataType StoreDataType) error { + return m.limitFunc(num, dataType) +} + +type compositeBytesLimiterMock struct { + limiters []BytesLimiter +} + +func (m *compositeBytesLimiterMock) ReserveWithType(num uint64, dataType StoreDataType) error { + for _, l := range m.limiters { + if err := l.ReserveWithType(num, dataType); err != nil { + return err + } + } + return nil +} diff --git a/pkg/store/cache/cache.go b/pkg/store/cache/cache.go index 0c3b302181..c20a1f2459 100644 --- a/pkg/store/cache/cache.go +++ b/pkg/store/cache/cache.go @@ -7,20 +7,30 @@ import ( "context" "encoding/base64" "strconv" + "strings" "github.com/oklog/ulid" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "golang.org/x/crypto/blake2b" + + "github.com/thanos-io/thanos/pkg/tenancy" ) const ( - cacheTypePostings string = "Postings" - cacheTypeSeries string = "Series" + CacheTypePostings string = "Postings" + CacheTypeExpandedPostings string = "ExpandedPostings" + CacheTypeSeries string = "Series" sliceHeaderSize = 16 ) +type CacheKeyPostings labels.Label +type CacheKeyExpandedPostings string // We don't use []*labels.Matcher because it is not a hashable type so fail at inmemory cache. +type CacheKeySeries uint64 + var ( ulidSize = uint64(len(ulid.ULID{})) ) @@ -32,60 +42,132 @@ var ( // (potentially with a deadline) as in the original user's request. type IndexCache interface { // StorePostings stores postings for a single series. - StorePostings(blockID ulid.ULID, l labels.Label, v []byte) + StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) // FetchMultiPostings fetches multiple postings - each identified by a label - // and returns a map containing cache hits, along with a list of missing keys. - FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label) (hits map[labels.Label][]byte, misses []labels.Label) + FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label, tenant string) (hits map[labels.Label][]byte, misses []labels.Label) + + // StoreExpandedPostings stores expanded postings for a set of label matchers. + StoreExpandedPostings(blockID ulid.ULID, matchers []*labels.Matcher, v []byte, tenant string) + + // FetchExpandedPostings fetches expanded postings and returns cached data and a boolean value representing whether it is a cache hit or not. + FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, matchers []*labels.Matcher, tenant string) ([]byte, bool) // StoreSeries stores a single series. - StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte) + StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) // FetchMultiSeries fetches multiple series - each identified by ID - from the cache // and returns a map containing cache hits, along with a list of missing IDs. - FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) + FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) +} + +// Common metrics that should be used by all cache implementations. +type CommonMetrics struct { + RequestTotal *prometheus.CounterVec + HitsTotal *prometheus.CounterVec + DataSizeBytes *prometheus.HistogramVec + FetchLatency *prometheus.HistogramVec +} + +// NewCommonMetrics initializes common metrics for index cache. +func NewCommonMetrics(reg prometheus.Registerer) *CommonMetrics { + return &CommonMetrics{ + RequestTotal: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ + Name: "thanos_store_index_cache_requests_total", + Help: "Total number of items requests to the cache.", + }, []string{"item_type", tenancy.MetricLabel}), + HitsTotal: promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ + Name: "thanos_store_index_cache_hits_total", + Help: "Total number of items requests to the cache that were a hit.", + }, []string{"item_type", tenancy.MetricLabel}), + DataSizeBytes: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_store_index_cache_stored_data_size_bytes", + Help: "Histogram to track item data size stored in index cache", + Buckets: []float64{ + 32, 256, 512, 1024, 32 * 1024, 256 * 1024, 512 * 1024, 1024 * 1024, 32 * 1024 * 1024, 64 * 1024 * 1024, 128 * 1024 * 1024, 256 * 1024 * 1024, 512 * 1024 * 1024, + }, + }, []string{"item_type", tenancy.MetricLabel}), + FetchLatency: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_store_index_cache_fetch_duration_seconds", + Help: "Histogram to track latency to fetch items from index cache", + Buckets: []float64{0.01, 0.1, 0.3, 0.6, 1, 3, 6, 10, 15, 20, 30, 45, 60, 90, 120}, + }, []string{"item_type", tenancy.MetricLabel}), + } } -type cacheKey struct { - block ulid.ULID - key interface{} +// CacheKey defines cache key used in index cache. +type CacheKey struct { + Block string + Key interface{} + + Compression string } -func (c cacheKey) keyType() string { - switch c.key.(type) { - case cacheKeyPostings: - return cacheTypePostings - case cacheKeySeries: - return cacheTypeSeries +// KeyType returns cache key type. +func (c CacheKey) KeyType() string { + switch c.Key.(type) { + case CacheKeyPostings: + return CacheTypePostings + case CacheKeySeries: + return CacheTypeSeries + case CacheKeyExpandedPostings: + return CacheTypeExpandedPostings } return "" } -func (c cacheKey) size() uint64 { - switch k := c.key.(type) { - case cacheKeyPostings: +// Size returns the size bytes of the cache key. +func (c CacheKey) Size() uint64 { + switch k := c.Key.(type) { + case CacheKeyPostings: // ULID + 2 slice headers + number of chars in value and name. return ulidSize + 2*sliceHeaderSize + uint64(len(k.Value)+len(k.Name)) - case cacheKeySeries: + case CacheKeyExpandedPostings: + return ulidSize + sliceHeaderSize + uint64(len(k)) + case CacheKeySeries: return ulidSize + 8 // ULID + uint64. } return 0 } -func (c cacheKey) string() string { - switch c.key.(type) { - case cacheKeyPostings: +func (c CacheKey) String() string { + switch c.Key.(type) { + case CacheKeyPostings: // Use cryptographically hash functions to avoid hash collisions // which would end up in wrong query results. - lbl := c.key.(cacheKeyPostings) + lbl := c.Key.(CacheKeyPostings) lblHash := blake2b.Sum256([]byte(lbl.Name + ":" + lbl.Value)) - return "P:" + c.block.String() + ":" + base64.RawURLEncoding.EncodeToString(lblHash[0:]) - case cacheKeySeries: - return "S:" + c.block.String() + ":" + strconv.FormatUint(uint64(c.key.(cacheKeySeries)), 10) + key := "P:" + c.Block + ":" + base64.RawURLEncoding.EncodeToString(lblHash[0:]) + if len(c.Compression) > 0 { + key += ":" + c.Compression + } + return key + case CacheKeyExpandedPostings: + // Use cryptographically hash functions to avoid hash collisions + // which would end up in wrong query results. + matchers := c.Key.(CacheKeyExpandedPostings) + matchersHash := blake2b.Sum256([]byte(matchers)) + key := "EP:" + c.Block + ":" + base64.RawURLEncoding.EncodeToString(matchersHash[0:]) + if len(c.Compression) > 0 { + key += ":" + c.Compression + } + return key + case CacheKeySeries: + return "S:" + c.Block + ":" + strconv.FormatUint(uint64(c.Key.(CacheKeySeries)), 10) default: return "" } } -type cacheKeyPostings labels.Label -type cacheKeySeries uint64 +// LabelMatchersToString converts the given label matchers to string format. +func LabelMatchersToString(matchers []*labels.Matcher) string { + sb := strings.Builder{} + for i, lbl := range matchers { + sb.WriteString(lbl.String()) + if i < len(matchers)-1 { + sb.WriteRune(';') + } + } + return sb.String() +} diff --git a/pkg/store/cache/cache_test.go b/pkg/store/cache/cache_test.go index 3de763958c..2d568d1321 100644 --- a/pkg/store/cache/cache_test.go +++ b/pkg/store/cache/cache_test.go @@ -26,13 +26,16 @@ func TestCacheKey_string(t *testing.T) { t.Parallel() uid := ulid.MustNew(1, nil) + ulidString := uid.String() + matcher := labels.MustNewMatcher(labels.MatchRegexp, "aaa", "bbb") + matcher2 := labels.MustNewMatcher(labels.MatchNotEqual, "foo", "bar") tests := map[string]struct { - key cacheKey + key CacheKey expected string }{ "should stringify postings cache key": { - key: cacheKey{uid, cacheKeyPostings(labels.Label{Name: "foo", Value: "bar"})}, + key: CacheKey{ulidString, CacheKeyPostings(labels.Label{Name: "foo", Value: "bar"}), ""}, expected: func() string { hash := blake2b.Sum256([]byte("foo:bar")) encodedHash := base64.RawURLEncoding.EncodeToString(hash[0:]) @@ -40,15 +43,51 @@ func TestCacheKey_string(t *testing.T) { return fmt.Sprintf("P:%s:%s", uid.String(), encodedHash) }(), }, + "postings cache key includes compression scheme": { + key: CacheKey{ulidString, CacheKeyPostings(labels.Label{Name: "foo", Value: "bar"}), compressionSchemeStreamedSnappy}, + expected: func() string { + hash := blake2b.Sum256([]byte("foo:bar")) + encodedHash := base64.RawURLEncoding.EncodeToString(hash[0:]) + + return fmt.Sprintf("P:%s:%s:%s", uid.String(), encodedHash, compressionSchemeStreamedSnappy) + }(), + }, "should stringify series cache key": { - key: cacheKey{uid, cacheKeySeries(12345)}, + key: CacheKey{ulidString, CacheKeySeries(12345), ""}, expected: fmt.Sprintf("S:%s:12345", uid.String()), }, + "should stringify expanded postings cache key": { + key: CacheKey{ulidString, CacheKeyExpandedPostings(LabelMatchersToString([]*labels.Matcher{matcher})), ""}, + expected: func() string { + hash := blake2b.Sum256([]byte(matcher.String())) + encodedHash := base64.RawURLEncoding.EncodeToString(hash[0:]) + + return fmt.Sprintf("EP:%s:%s", uid.String(), encodedHash) + }(), + }, + "should stringify expanded postings cache key when multiple matchers": { + key: CacheKey{ulidString, CacheKeyExpandedPostings(LabelMatchersToString([]*labels.Matcher{matcher, matcher2})), ""}, + expected: func() string { + hash := blake2b.Sum256([]byte(fmt.Sprintf("%s;%s", matcher.String(), matcher2.String()))) + encodedHash := base64.RawURLEncoding.EncodeToString(hash[0:]) + + return fmt.Sprintf("EP:%s:%s", uid.String(), encodedHash) + }(), + }, + "expanded postings cache key includes compression scheme": { + key: CacheKey{ulidString, CacheKeyExpandedPostings(LabelMatchersToString([]*labels.Matcher{matcher})), compressionSchemeStreamedSnappy}, + expected: func() string { + hash := blake2b.Sum256([]byte(matcher.String())) + encodedHash := base64.RawURLEncoding.EncodeToString(hash[0:]) + + return fmt.Sprintf("EP:%s:%s:%s", uid.String(), encodedHash, compressionSchemeStreamedSnappy) + }(), + }, } for testName, testData := range tests { t.Run(testName, func(t *testing.T) { - actual := testData.key.string() + actual := testData.key.String() testutil.Equals(t, testData.expected, actual) }) } @@ -58,22 +97,38 @@ func TestCacheKey_string_ShouldGuaranteeReasonablyShortKeyLength(t *testing.T) { t.Parallel() uid := ulid.MustNew(1, nil) + ulidString := uid.String() tests := map[string]struct { - keys []cacheKey + keys []CacheKey expectedLen int }{ "should guarantee reasonably short key length for postings": { expectedLen: 72, - keys: []cacheKey{ - {uid, cacheKeyPostings(labels.Label{Name: "a", Value: "b"})}, - {uid, cacheKeyPostings(labels.Label{Name: strings.Repeat("a", 100), Value: strings.Repeat("a", 1000)})}, + keys: []CacheKey{ + {ulidString, CacheKeyPostings(labels.Label{Name: "a", Value: "b"}), ""}, + {ulidString, CacheKeyPostings(labels.Label{Name: strings.Repeat("a", 100), Value: strings.Repeat("a", 1000)}), ""}, }, }, "should guarantee reasonably short key length for series": { expectedLen: 49, - keys: []cacheKey{ - {uid, cacheKeySeries(math.MaxUint64)}, + keys: []CacheKey{ + {ulidString, CacheKeySeries(math.MaxUint64), ""}, + }, + }, + "should guarantee reasonably short key length for expanded postings": { + expectedLen: 73, + keys: []CacheKey{ + {ulidString, func() interface{} { + matchers := make([]*labels.Matcher, 0, 100) + name := strings.Repeat("a", 100) + value := strings.Repeat("a", 1000) + for i := 0; i < 100; i++ { + t := labels.MatchType(i % 4) + matchers = append(matchers, labels.MustNewMatcher(t, name, value)) + } + return CacheKeyExpandedPostings(LabelMatchersToString(matchers)) + }(), ""}, }, }, } @@ -81,7 +136,7 @@ func TestCacheKey_string_ShouldGuaranteeReasonablyShortKeyLength(t *testing.T) { for testName, testData := range tests { t.Run(testName, func(t *testing.T) { for _, key := range testData.keys { - testutil.Equals(t, testData.expectedLen, len(key.string())) + testutil.Equals(t, testData.expectedLen, len(key.String())) } }) } @@ -89,20 +144,20 @@ func TestCacheKey_string_ShouldGuaranteeReasonablyShortKeyLength(t *testing.T) { func BenchmarkCacheKey_string_Postings(b *testing.B) { uid := ulid.MustNew(1, nil) - key := cacheKey{uid, cacheKeyPostings(labels.Label{Name: strings.Repeat("a", 100), Value: strings.Repeat("a", 1000)})} + key := CacheKey{uid.String(), CacheKeyPostings(labels.Label{Name: strings.Repeat("a", 100), Value: strings.Repeat("a", 1000)}), ""} b.ResetTimer() for i := 0; i < b.N; i++ { - key.string() + _ = key.String() } } func BenchmarkCacheKey_string_Series(b *testing.B) { uid := ulid.MustNew(1, nil) - key := cacheKey{uid, cacheKeySeries(math.MaxUint64)} + key := CacheKey{uid.String(), CacheKeySeries(math.MaxUint64), ""} b.ResetTimer() for i := 0; i < b.N; i++ { - key.string() + _ = key.String() } } diff --git a/pkg/store/cache/cachekey/cachekey.go b/pkg/store/cache/cachekey/cachekey.go index eb5438be04..6128b67c78 100644 --- a/pkg/store/cache/cachekey/cachekey.go +++ b/pkg/store/cache/cachekey/cachekey.go @@ -20,23 +20,30 @@ var ( type VerbType string const ( - ExistsVerb VerbType = "exists" - ContentVerb VerbType = "content" - IterVerb VerbType = "iter" - AttributesVerb VerbType = "attrs" - SubrangeVerb VerbType = "subrange" + ExistsVerb VerbType = "exists" + ContentVerb VerbType = "content" + IterVerb VerbType = "iter" + IterRecursiveVerb VerbType = "iter-recursive" + AttributesVerb VerbType = "attrs" + SubrangeVerb VerbType = "subrange" ) type BucketCacheKey struct { - Verb VerbType - Name string - Start int64 - End int64 + Verb VerbType + Name string + Start int64 + End int64 + ObjectStorageConfigHash string } // String returns the string representation of BucketCacheKey. func (ck BucketCacheKey) String() string { if ck.Start == 0 && ck.End == 0 { + // Let's add object storage configuration hash to the iter verbs + // so that it would be possible to re-use the same cache storage. + if ck.Verb == IterVerb || ck.Verb == IterRecursiveVerb { + return string(ck.Verb) + ":" + ck.Name + ":" + ck.ObjectStorageConfigHash + } return string(ck.Verb) + ":" + ck.Name } @@ -50,6 +57,7 @@ func IsValidVerb(v VerbType) bool { ExistsVerb, ContentVerb, IterVerb, + IterRecursiveVerb, AttributesVerb, SubrangeVerb: return true @@ -70,7 +78,8 @@ func ParseBucketCacheKey(key string) (BucketCacheKey, error) { return BucketCacheKey{}, ErrInvalidBucketCacheKeyVerb } - if verb == SubrangeVerb { + switch verb { + case SubrangeVerb: if len(slice) != 4 { return BucketCacheKey{}, ErrInvalidBucketCacheKeyFormat } @@ -87,7 +96,14 @@ func ParseBucketCacheKey(key string) (BucketCacheKey, error) { ck.Start = start ck.End = end - } else { + case IterRecursiveVerb, IterVerb: + if len(slice) == 3 { + ck.ObjectStorageConfigHash = slice[2] + } + if len(slice) > 3 { + return BucketCacheKey{}, ErrInvalidBucketCacheKeyFormat + } + default: if len(slice) != 2 { return BucketCacheKey{}, ErrInvalidBucketCacheKeyFormat } diff --git a/pkg/store/cache/cachekey/cachekey_test.go b/pkg/store/cache/cachekey/cachekey_test.go index a63287d13a..1757bfaee5 100644 --- a/pkg/store/cache/cachekey/cachekey_test.go +++ b/pkg/store/cache/cachekey/cachekey_test.go @@ -71,6 +71,24 @@ func TestParseBucketCacheKey(t *testing.T) { expected: BucketCacheKey{}, expectedErr: ErrInvalidBucketCacheKeyFormat, }, + // Iter could have object storage hash attached to it. + { + key: "iter::asdasdsa", + expected: BucketCacheKey{ + Verb: IterVerb, + Name: "", + ObjectStorageConfigHash: "asdasdsa", + }, + }, + // Iter recursive could have object storage hash attached to it. + { + key: "iter-recursive:foo/:asdasdsa", + expected: BucketCacheKey{ + Verb: IterRecursiveVerb, + Name: "foo/", + ObjectStorageConfigHash: "asdasdsa", + }, + }, // Key must always have a name. { key: "iter", @@ -116,8 +134,10 @@ func TestParseBucketCacheKey(t *testing.T) { } for _, tc := range testcases { - res, err := ParseBucketCacheKey(tc.key) - testutil.Equals(t, tc.expectedErr, err) - testutil.Equals(t, tc.expected, res) + t.Run(tc.key, func(t *testing.T) { + res, err := ParseBucketCacheKey(tc.key) + testutil.Equals(t, tc.expectedErr, err) + testutil.Equals(t, tc.expected, res) + }) } } diff --git a/pkg/store/cache/caching_bucket.go b/pkg/store/cache/caching_bucket.go index cf8a2e4cd4..11faa03d6a 100644 --- a/pkg/store/cache/caching_bucket.go +++ b/pkg/store/cache/caching_bucket.go @@ -132,7 +132,13 @@ func (cb *CachingBucket) Iter(ctx context.Context, dir string, f func(string) er } cb.operationRequests.WithLabelValues(objstore.OpIter, cfgName).Inc() - iterVerb := cachekey.BucketCacheKey{Verb: cachekey.IterVerb, Name: dir} + + iterVerb := cachekey.BucketCacheKey{Verb: cachekey.IterVerb, Name: dir, ObjectStorageConfigHash: cfg.ConfigHash} + opts := objstore.ApplyIterOptions(options...) + if opts.Recursive { + iterVerb.Verb = cachekey.IterRecursiveVerb + } + key := iterVerb.String() data := cfg.Cache.Fetch(ctx, []string{key}) if data[key] != nil { diff --git a/pkg/store/cache/caching_bucket_factory.go b/pkg/store/cache/caching_bucket_factory.go index 28bbf79dcf..99db3132b9 100644 --- a/pkg/store/cache/caching_bucket_factory.go +++ b/pkg/store/cache/caching_bucket_factory.go @@ -4,10 +4,12 @@ package storecache import ( + "fmt" "regexp" "strings" "time" + "github.com/cespare/xxhash/v2" "github.com/go-kit/log" "github.com/go-kit/log/level" "github.com/pkg/errors" @@ -72,7 +74,7 @@ func (cfg *CachingWithBackendConfig) Defaults() { } // NewCachingBucketFromYaml uses YAML configuration to create new caching bucket. -func NewCachingBucketFromYaml(yamlContent []byte, bucket objstore.Bucket, logger log.Logger, reg prometheus.Registerer, r *route.Router) (objstore.InstrumentedBucket, error) { +func NewCachingBucketFromYaml(yamlContent []byte, bucket objstore.Bucket, logger log.Logger, reg prometheus.Registerer, r *route.Router, configPath string) (objstore.InstrumentedBucket, error) { level.Info(logger).Log("msg", "loading caching bucket configuration") config := &CachingWithBackendConfig{} @@ -82,6 +84,12 @@ func NewCachingBucketFromYaml(yamlContent []byte, bucket objstore.Bucket, logger return nil, errors.Wrap(err, "parsing config YAML file") } + // Append the config path to the YAML content. This allows + // using identical config with multiple instances. + // TODO(GiedriusS): in the long-term add some kind of "name" + // identifier for each instance. + cfgHash := string(fmt.Sprintf("%d", xxhash.Sum64(append(yamlContent, []byte(configPath)...)))) + backendConfig, err := yaml.Marshal(config.BackendConfig) if err != nil { return nil, errors.Wrap(err, "marshal content of cache backend configuration") @@ -97,7 +105,7 @@ func NewCachingBucketFromYaml(yamlContent []byte, bucket objstore.Bucket, logger cfg.CacheGet("meta.jsons", nil, isMetaFile, int(config.MetafileMaxSize), config.MetafileContentTTL, config.MetafileExistsTTL, config.MetafileDoesntExistTTL) // Cache Iter requests for root. - cfg.CacheIter("blocks-iter", nil, isBlocksRootDir, config.BlocksIterTTL, JSONIterCodec{}) + cfg.CacheIter("blocks-iter", nil, isBlocksRootDir, config.BlocksIterTTL, JSONIterCodec{}, cfgHash) switch strings.ToUpper(string(config.Type)) { case string(MemcachedBucketCacheProvider): diff --git a/pkg/store/cache/caching_bucket_test.go b/pkg/store/cache/caching_bucket_test.go index 8644b84cd8..2d23289cb4 100644 --- a/pkg/store/cache/caching_bucket_test.go +++ b/pkg/store/cache/caching_bucket_test.go @@ -400,7 +400,7 @@ func TestCachedIter(t *testing.T) { const cfgName = "dirs" cfg := thanoscache.NewCachingBucketConfig() - cfg.CacheIter(cfgName, cache, func(string) bool { return true }, 5*time.Minute, JSONIterCodec{}) + cfg.CacheIter(cfgName, cache, func(string) bool { return true }, 5*time.Minute, JSONIterCodec{}, "") cb, err := NewCachingBucket(inmem, cfg, nil, nil) testutil.Ok(t, err) diff --git a/pkg/store/cache/factory.go b/pkg/store/cache/factory.go index 9b4103a26d..78279e7b2d 100644 --- a/pkg/store/cache/factory.go +++ b/pkg/store/cache/factory.go @@ -6,6 +6,7 @@ package storecache import ( "fmt" "strings" + "time" "github.com/go-kit/log" "github.com/go-kit/log/level" @@ -28,12 +29,19 @@ const ( type IndexCacheConfig struct { Type IndexCacheProvider `yaml:"type"` Config interface{} `yaml:"config"` + + // Available item types are Postings, Series and ExpandedPostings. + EnabledItems []string `yaml:"enabled_items"` + // TTL for storing items in remote cache. Not supported for inmemory cache. + // Default value is 24h. + TTL time.Duration `yaml:"ttl"` } // NewIndexCache initializes and returns new index cache. func NewIndexCache(logger log.Logger, confContentYaml []byte, reg prometheus.Registerer) (IndexCache, error) { level.Info(logger).Log("msg", "loading index cache configuration") cacheConfig := &IndexCacheConfig{} + cacheMetrics := NewCommonMetrics(reg) if err := yaml.UnmarshalStrict(confContentYaml, cacheConfig); err != nil { return nil, errors.Wrap(err, "parsing config YAML file") } @@ -43,21 +51,25 @@ func NewIndexCache(logger log.Logger, confContentYaml []byte, reg prometheus.Reg return nil, errors.Wrap(err, "marshal content of cache backend configuration") } + if cacheConfig.TTL == 0 { + cacheConfig.TTL = memcachedDefaultTTL + } + var cache IndexCache switch strings.ToUpper(string(cacheConfig.Type)) { case string(INMEMORY): - cache, err = NewInMemoryIndexCache(logger, reg, backendConfig) + cache, err = NewInMemoryIndexCache(logger, cacheMetrics, reg, backendConfig) case string(MEMCACHED): var memcached cacheutil.RemoteCacheClient memcached, err = cacheutil.NewMemcachedClient(logger, "index-cache", backendConfig, reg) if err == nil { - cache, err = NewRemoteIndexCache(logger, memcached, reg) + cache, err = NewRemoteIndexCache(logger, memcached, cacheMetrics, reg, cacheConfig.TTL) } case string(REDIS): var redisCache cacheutil.RemoteCacheClient redisCache, err = cacheutil.NewRedisClient(logger, "index-cache", backendConfig, reg) if err == nil { - cache, err = NewRemoteIndexCache(logger, redisCache, reg) + cache, err = NewRemoteIndexCache(logger, redisCache, cacheMetrics, reg, cacheConfig.TTL) } default: return nil, errors.Errorf("index cache with type %s is not supported", cacheConfig.Type) @@ -65,5 +77,14 @@ func NewIndexCache(logger log.Logger, confContentYaml []byte, reg prometheus.Reg if err != nil { return nil, errors.Wrap(err, fmt.Sprintf("create %s index cache", cacheConfig.Type)) } + + cache = NewTracingIndexCache(string(cacheConfig.Type), cache) + if len(cacheConfig.EnabledItems) > 0 { + if err = ValidateEnabledItems(cacheConfig.EnabledItems); err != nil { + return nil, err + } + cache = NewFilteredIndexCache(cache, cacheConfig.EnabledItems) + } + return cache, nil } diff --git a/pkg/store/cache/factory_test.go b/pkg/store/cache/factory_test.go new file mode 100644 index 0000000000..685aee73d1 --- /dev/null +++ b/pkg/store/cache/factory_test.go @@ -0,0 +1,29 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package storecache + +import ( + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/go-kit/log" + "github.com/prometheus/client_golang/prometheus" +) + +func TestIndexCacheMetrics(t *testing.T) { + reg := prometheus.NewRegistry() + commonMetrics := NewCommonMetrics(reg) + + memcached := newMockedMemcachedClient(nil) + _, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, commonMetrics, reg, memcachedDefaultTTL) + testutil.Ok(t, err) + conf := []byte(` +max_size: 10MB +max_item_size: 1MB +`) + // Make sure that the in memory cache does not register the same metrics of the remote index cache. + // If so, we should move those metrics to the `commonMetrics` + _, err = NewInMemoryIndexCache(log.NewNopLogger(), commonMetrics, reg, conf) + testutil.Ok(t, err) +} diff --git a/pkg/store/cache/filter_cache.go b/pkg/store/cache/filter_cache.go new file mode 100644 index 0000000000..44d46db709 --- /dev/null +++ b/pkg/store/cache/filter_cache.go @@ -0,0 +1,91 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package storecache + +import ( + "context" + "fmt" + + "github.com/oklog/ulid" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/storage" + "golang.org/x/exp/slices" +) + +type FilteredIndexCache struct { + cache IndexCache + postingsEnabled bool + seriesEnabled bool + expandedPostingsEnabled bool +} + +// NewFilteredIndexCache creates a filtered index cache based on enabled items. +func NewFilteredIndexCache(cache IndexCache, enabledItems []string) *FilteredIndexCache { + c := &FilteredIndexCache{cache: cache} + c.postingsEnabled = len(enabledItems) == 0 || slices.Contains(enabledItems, CacheTypePostings) + c.expandedPostingsEnabled = len(enabledItems) == 0 || slices.Contains(enabledItems, CacheTypeExpandedPostings) + c.seriesEnabled = len(enabledItems) == 0 || slices.Contains(enabledItems, CacheTypeSeries) + return c +} + +// StorePostings sets the postings identified by the ulid and label to the value v, +// if the postings already exists in the cache it is not mutated. +func (c *FilteredIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) { + if c.postingsEnabled { + c.cache.StorePostings(blockID, l, v, tenant) + } +} + +// FetchMultiPostings fetches multiple postings - each identified by a label - +// and returns a map containing cache hits, along with a list of missing keys. +func (c *FilteredIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label, tenant string) (hits map[labels.Label][]byte, misses []labels.Label) { + if c.postingsEnabled { + return c.cache.FetchMultiPostings(ctx, blockID, keys, tenant) + } + return nil, keys +} + +// StoreExpandedPostings stores expanded postings for a set of label matchers. +func (c *FilteredIndexCache) StoreExpandedPostings(blockID ulid.ULID, matchers []*labels.Matcher, v []byte, tenant string) { + if c.expandedPostingsEnabled { + c.cache.StoreExpandedPostings(blockID, matchers, v, tenant) + } +} + +// FetchExpandedPostings fetches expanded postings and returns cached data and a boolean value representing whether it is a cache hit or not. +func (c *FilteredIndexCache) FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, matchers []*labels.Matcher, tenant string) ([]byte, bool) { + if c.expandedPostingsEnabled { + return c.cache.FetchExpandedPostings(ctx, blockID, matchers, tenant) + } + return nil, false +} + +// StoreSeries sets the series identified by the ulid and id to the value v, +// if the series already exists in the cache it is not mutated. +func (c *FilteredIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) { + if c.seriesEnabled { + c.cache.StoreSeries(blockID, id, v, tenant) + } +} + +// FetchMultiSeries fetches multiple series - each identified by ID - from the cache +// and returns a map containing cache hits, along with a list of missing IDs. +func (c *FilteredIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { + if c.seriesEnabled { + return c.cache.FetchMultiSeries(ctx, blockID, ids, tenant) + } + return nil, ids +} + +func ValidateEnabledItems(enabledItems []string) error { + for _, item := range enabledItems { + switch item { + // valid + case CacheTypePostings, CacheTypeExpandedPostings, CacheTypeSeries: + default: + return fmt.Errorf("unsupported item type %s", item) + } + } + return nil +} diff --git a/pkg/store/cache/filter_cache_test.go b/pkg/store/cache/filter_cache_test.go new file mode 100644 index 0000000000..ea3144fb8d --- /dev/null +++ b/pkg/store/cache/filter_cache_test.go @@ -0,0 +1,164 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package storecache + +import ( + "context" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/go-kit/log" + "github.com/oklog/ulid" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/storage" + + "github.com/thanos-io/thanos/pkg/tenancy" +) + +func TestFilterCache(t *testing.T) { + blockID := ulid.MustNew(ulid.Now(), nil) + postingKeys := []labels.Label{ + {Name: "foo", Value: "bar"}, + } + expandedPostingsMatchers := []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + } + testPostingData := []byte("postings") + testExpandedPostingsData := []byte("expandedPostings") + testSeriesData := []byte("series") + ctx := context.TODO() + for _, tc := range []struct { + name string + enabledItems []string + expectedError string + verifyFunc func(t *testing.T, c IndexCache) + }{ + { + name: "invalid item type", + expectedError: "unsupported item type foo", + enabledItems: []string{"foo"}, + }, + { + name: "invalid item type with 1 valid cache type", + expectedError: "unsupported item type foo", + enabledItems: []string{CacheTypeExpandedPostings, "foo"}, + }, + { + name: "empty enabled items", + verifyFunc: func(t *testing.T, c IndexCache) { + c.StorePostings(blockID, postingKeys[0], testPostingData, tenancy.DefaultTenant) + c.StoreExpandedPostings(blockID, expandedPostingsMatchers, testExpandedPostingsData, tenancy.DefaultTenant) + c.StoreSeries(blockID, 1, testSeriesData, tenancy.DefaultTenant) + + hits, missed := c.FetchMultiPostings(ctx, blockID, postingKeys, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(missed)) + testutil.Equals(t, testPostingData, hits[postingKeys[0]]) + + ep, hit := c.FetchExpandedPostings(ctx, blockID, expandedPostingsMatchers, tenancy.DefaultTenant) + testutil.Equals(t, true, hit) + testutil.Equals(t, testExpandedPostingsData, ep) + + seriesHit, misses := c.FetchMultiSeries(ctx, blockID, []storage.SeriesRef{1}, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(misses)) + testutil.Equals(t, testSeriesData, seriesHit[1]) + }, + }, + { + name: "all enabled items", + enabledItems: []string{CacheTypeSeries, CacheTypePostings, CacheTypeExpandedPostings}, + verifyFunc: func(t *testing.T, c IndexCache) { + c.StorePostings(blockID, postingKeys[0], testPostingData, tenancy.DefaultTenant) + c.StoreExpandedPostings(blockID, expandedPostingsMatchers, testExpandedPostingsData, tenancy.DefaultTenant) + c.StoreSeries(blockID, 1, testSeriesData, tenancy.DefaultTenant) + + hits, missed := c.FetchMultiPostings(ctx, blockID, postingKeys, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(missed)) + testutil.Equals(t, testPostingData, hits[postingKeys[0]]) + + ep, hit := c.FetchExpandedPostings(ctx, blockID, expandedPostingsMatchers, tenancy.DefaultTenant) + testutil.Assert(t, true, hit) + testutil.Equals(t, testExpandedPostingsData, ep) + + seriesHit, misses := c.FetchMultiSeries(ctx, blockID, []storage.SeriesRef{1}, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(misses)) + testutil.Equals(t, testSeriesData, seriesHit[1]) + }, + }, + { + name: "only enable postings", + enabledItems: []string{CacheTypePostings}, + verifyFunc: func(t *testing.T, c IndexCache) { + c.StorePostings(blockID, postingKeys[0], testPostingData, tenancy.DefaultTenant) + c.StoreExpandedPostings(blockID, expandedPostingsMatchers, testExpandedPostingsData, tenancy.DefaultTenant) + c.StoreSeries(blockID, 1, testSeriesData, tenancy.DefaultTenant) + + hits, missed := c.FetchMultiPostings(ctx, blockID, postingKeys, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(missed)) + testutil.Equals(t, testPostingData, hits[postingKeys[0]]) + + _, hit := c.FetchExpandedPostings(ctx, blockID, expandedPostingsMatchers, tenancy.DefaultTenant) + testutil.Equals(t, false, hit) + + seriesHit, misses := c.FetchMultiSeries(ctx, blockID, []storage.SeriesRef{1}, tenancy.DefaultTenant) + testutil.Equals(t, 1, len(misses)) + testutil.Equals(t, 0, len(seriesHit)) + }, + }, + { + name: "only enable expanded postings", + enabledItems: []string{CacheTypeExpandedPostings}, + verifyFunc: func(t *testing.T, c IndexCache) { + c.StorePostings(blockID, postingKeys[0], testPostingData, tenancy.DefaultTenant) + c.StoreExpandedPostings(blockID, expandedPostingsMatchers, testExpandedPostingsData, tenancy.DefaultTenant) + c.StoreSeries(blockID, 1, testSeriesData, tenancy.DefaultTenant) + + hits, missed := c.FetchMultiPostings(ctx, blockID, postingKeys, tenancy.DefaultTenant) + testutil.Equals(t, 1, len(missed)) + testutil.Equals(t, 0, len(hits)) + + ep, hit := c.FetchExpandedPostings(ctx, blockID, expandedPostingsMatchers, tenancy.DefaultTenant) + testutil.Equals(t, true, hit) + testutil.Equals(t, testExpandedPostingsData, ep) + + seriesHit, misses := c.FetchMultiSeries(ctx, blockID, []storage.SeriesRef{1}, tenancy.DefaultTenant) + testutil.Equals(t, 1, len(misses)) + testutil.Equals(t, 0, len(seriesHit)) + }, + }, + { + name: "only enable series", + enabledItems: []string{CacheTypeSeries}, + verifyFunc: func(t *testing.T, c IndexCache) { + c.StorePostings(blockID, postingKeys[0], testPostingData, tenancy.DefaultTenant) + c.StoreExpandedPostings(blockID, expandedPostingsMatchers, testExpandedPostingsData, tenancy.DefaultTenant) + c.StoreSeries(blockID, 1, testSeriesData, tenancy.DefaultTenant) + + hits, missed := c.FetchMultiPostings(ctx, blockID, postingKeys, tenancy.DefaultTenant) + testutil.Equals(t, 1, len(missed)) + testutil.Equals(t, 0, len(hits)) + + _, hit := c.FetchExpandedPostings(ctx, blockID, expandedPostingsMatchers, tenancy.DefaultTenant) + testutil.Equals(t, false, hit) + + seriesHit, misses := c.FetchMultiSeries(ctx, blockID, []storage.SeriesRef{1}, tenancy.DefaultTenant) + testutil.Equals(t, 0, len(misses)) + testutil.Equals(t, testSeriesData, seriesHit[1]) + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + inMemoryCache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), nil, prometheus.NewRegistry(), DefaultInMemoryIndexCacheConfig) + testutil.Ok(t, err) + err = ValidateEnabledItems(tc.enabledItems) + if tc.expectedError != "" { + testutil.Equals(t, tc.expectedError, err.Error()) + } else { + testutil.Ok(t, err) + c := NewFilteredIndexCache(inMemoryCache, tc.enabledItems) + tc.verifyFunc(t, c) + } + }) + } +} diff --git a/pkg/store/cache/inmemory.go b/pkg/store/cache/inmemory.go index 295bb5ed96..42e6de55a7 100644 --- a/pkg/store/cache/inmemory.go +++ b/pkg/store/cache/inmemory.go @@ -5,13 +5,12 @@ package storecache import ( "context" - "reflect" "sync" "unsafe" "github.com/go-kit/log" "github.com/go-kit/log/level" - lru "github.com/hashicorp/golang-lru/simplelru" + lru "github.com/hashicorp/golang-lru/v2/simplelru" "github.com/oklog/ulid" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" @@ -21,6 +20,7 @@ import ( "gopkg.in/yaml.v2" "github.com/thanos-io/thanos/pkg/model" + "github.com/thanos-io/thanos/pkg/tenancy" ) var ( @@ -36,20 +36,20 @@ type InMemoryIndexCache struct { mtx sync.Mutex logger log.Logger - lru *lru.LRU + lru *lru.LRU[CacheKey, []byte] maxSizeBytes uint64 maxItemSizeBytes uint64 curSize uint64 evicted *prometheus.CounterVec - requests *prometheus.CounterVec - hits *prometheus.CounterVec added *prometheus.CounterVec current *prometheus.GaugeVec currentSize *prometheus.GaugeVec totalCurrentSize *prometheus.GaugeVec overflow *prometheus.CounterVec + + commonMetrics *CommonMetrics } // InMemoryIndexCacheConfig holds the in-memory index cache config. @@ -72,83 +72,88 @@ func parseInMemoryIndexCacheConfig(conf []byte) (InMemoryIndexCacheConfig, error // NewInMemoryIndexCache creates a new thread-safe LRU cache for index entries and ensures the total cache // size approximately does not exceed maxBytes. -func NewInMemoryIndexCache(logger log.Logger, reg prometheus.Registerer, conf []byte) (*InMemoryIndexCache, error) { +func NewInMemoryIndexCache(logger log.Logger, commonMetrics *CommonMetrics, reg prometheus.Registerer, conf []byte) (*InMemoryIndexCache, error) { config, err := parseInMemoryIndexCacheConfig(conf) if err != nil { return nil, err } - return NewInMemoryIndexCacheWithConfig(logger, reg, config) + return NewInMemoryIndexCacheWithConfig(logger, commonMetrics, reg, config) } // NewInMemoryIndexCacheWithConfig creates a new thread-safe LRU cache for index entries and ensures the total cache // size approximately does not exceed maxBytes. -func NewInMemoryIndexCacheWithConfig(logger log.Logger, reg prometheus.Registerer, config InMemoryIndexCacheConfig) (*InMemoryIndexCache, error) { +func NewInMemoryIndexCacheWithConfig(logger log.Logger, commonMetrics *CommonMetrics, reg prometheus.Registerer, config InMemoryIndexCacheConfig) (*InMemoryIndexCache, error) { if config.MaxItemSize > config.MaxSize { return nil, errors.Errorf("max item size (%v) cannot be bigger than overall cache size (%v)", config.MaxItemSize, config.MaxSize) } + if commonMetrics == nil { + commonMetrics = NewCommonMetrics(reg) + } + c := &InMemoryIndexCache{ logger: logger, maxSizeBytes: uint64(config.MaxSize), maxItemSizeBytes: uint64(config.MaxItemSize), + commonMetrics: commonMetrics, } c.evicted = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_store_index_cache_items_evicted_total", Help: "Total number of items that were evicted from the index cache.", }, []string{"item_type"}) - c.evicted.WithLabelValues(cacheTypePostings) - c.evicted.WithLabelValues(cacheTypeSeries) + c.evicted.WithLabelValues(CacheTypePostings) + c.evicted.WithLabelValues(CacheTypeSeries) + c.evicted.WithLabelValues(CacheTypeExpandedPostings) c.added = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_store_index_cache_items_added_total", Help: "Total number of items that were added to the index cache.", }, []string{"item_type"}) - c.added.WithLabelValues(cacheTypePostings) - c.added.WithLabelValues(cacheTypeSeries) + c.added.WithLabelValues(CacheTypePostings) + c.added.WithLabelValues(CacheTypeSeries) + c.added.WithLabelValues(CacheTypeExpandedPostings) - c.requests = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ - Name: "thanos_store_index_cache_requests_total", - Help: "Total number of requests to the cache.", - }, []string{"item_type"}) - c.requests.WithLabelValues(cacheTypePostings) - c.requests.WithLabelValues(cacheTypeSeries) + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant) + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant) + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant) c.overflow = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ Name: "thanos_store_index_cache_items_overflowed_total", Help: "Total number of items that could not be added to the cache due to being too big.", }, []string{"item_type"}) - c.overflow.WithLabelValues(cacheTypePostings) - c.overflow.WithLabelValues(cacheTypeSeries) + c.overflow.WithLabelValues(CacheTypePostings) + c.overflow.WithLabelValues(CacheTypeSeries) + c.overflow.WithLabelValues(CacheTypeExpandedPostings) - c.hits = promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ - Name: "thanos_store_index_cache_hits_total", - Help: "Total number of requests to the cache that were a hit.", - }, []string{"item_type"}) - c.hits.WithLabelValues(cacheTypePostings) - c.hits.WithLabelValues(cacheTypeSeries) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant) c.current = promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ Name: "thanos_store_index_cache_items", Help: "Current number of items in the index cache.", }, []string{"item_type"}) - c.current.WithLabelValues(cacheTypePostings) - c.current.WithLabelValues(cacheTypeSeries) + c.current.WithLabelValues(CacheTypePostings) + c.current.WithLabelValues(CacheTypeSeries) + c.current.WithLabelValues(CacheTypeExpandedPostings) c.currentSize = promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ Name: "thanos_store_index_cache_items_size_bytes", Help: "Current byte size of items in the index cache.", }, []string{"item_type"}) - c.currentSize.WithLabelValues(cacheTypePostings) - c.currentSize.WithLabelValues(cacheTypeSeries) + c.currentSize.WithLabelValues(CacheTypePostings) + c.currentSize.WithLabelValues(CacheTypeSeries) + c.currentSize.WithLabelValues(CacheTypeExpandedPostings) c.totalCurrentSize = promauto.With(reg).NewGaugeVec(prometheus.GaugeOpts{ Name: "thanos_store_index_cache_total_size_bytes", Help: "Current byte size of items (both value and key) in the index cache.", }, []string{"item_type"}) - c.totalCurrentSize.WithLabelValues(cacheTypePostings) - c.totalCurrentSize.WithLabelValues(cacheTypeSeries) + c.totalCurrentSize.WithLabelValues(CacheTypePostings) + c.totalCurrentSize.WithLabelValues(CacheTypeSeries) + c.totalCurrentSize.WithLabelValues(CacheTypeExpandedPostings) _ = promauto.With(reg).NewGaugeFunc(prometheus.GaugeOpts{ Name: "thanos_store_index_cache_max_size_bytes", @@ -165,7 +170,7 @@ func NewInMemoryIndexCacheWithConfig(logger log.Logger, reg prometheus.Registere // Initialize LRU cache with a high size limit since we will manage evictions ourselves // based on stored size using `RemoveOldest` method. - l, err := lru.NewLRU(maxInt, c.onEvict) + l, err := lru.NewLRU[CacheKey, []byte](maxInt, c.onEvict) if err != nil { return nil, err } @@ -180,21 +185,19 @@ func NewInMemoryIndexCacheWithConfig(logger log.Logger, reg prometheus.Registere return c, nil } -func (c *InMemoryIndexCache) onEvict(key, val interface{}) { - k := key.(cacheKey).keyType() - entrySize := sliceHeaderSize + uint64(len(val.([]byte))) +func (c *InMemoryIndexCache) onEvict(key CacheKey, val []byte) { + k := key.KeyType() + entrySize := sliceHeaderSize + uint64(len(val)) - c.evicted.WithLabelValues(string(k)).Inc() - c.current.WithLabelValues(string(k)).Dec() - c.currentSize.WithLabelValues(string(k)).Sub(float64(entrySize)) - c.totalCurrentSize.WithLabelValues(string(k)).Sub(float64(entrySize + key.(cacheKey).size())) + c.evicted.WithLabelValues(k).Inc() + c.current.WithLabelValues(k).Dec() + c.currentSize.WithLabelValues(k).Sub(float64(entrySize)) + c.totalCurrentSize.WithLabelValues(k).Sub(float64(entrySize + key.Size())) c.curSize -= entrySize } -func (c *InMemoryIndexCache) get(typ string, key cacheKey) ([]byte, bool) { - c.requests.WithLabelValues(typ).Inc() - +func (c *InMemoryIndexCache) get(key CacheKey) ([]byte, bool) { c.mtx.Lock() defer c.mtx.Unlock() @@ -202,11 +205,10 @@ func (c *InMemoryIndexCache) get(typ string, key cacheKey) ([]byte, bool) { if !ok { return nil, false } - c.hits.WithLabelValues(typ).Inc() - return v.([]byte), true + return v, true } -func (c *InMemoryIndexCache) set(typ string, key cacheKey, val []byte) { +func (c *InMemoryIndexCache) set(typ string, key CacheKey, val []byte) { var size = sliceHeaderSize + uint64(len(val)) c.mtx.Lock() @@ -229,7 +231,7 @@ func (c *InMemoryIndexCache) set(typ string, key cacheKey, val []byte) { c.added.WithLabelValues(typ).Inc() c.currentSize.WithLabelValues(typ).Add(float64(size)) - c.totalCurrentSize.WithLabelValues(typ).Add(float64(size + key.size())) + c.totalCurrentSize.WithLabelValues(typ).Add(float64(size + key.Size())) c.current.WithLabelValues(typ).Inc() c.curSize += size } @@ -274,61 +276,110 @@ func (c *InMemoryIndexCache) reset() { } func copyString(s string) string { - var b []byte - h := (*reflect.SliceHeader)(unsafe.Pointer(&b)) - h.Data = (*reflect.StringHeader)(unsafe.Pointer(&s)).Data - h.Len = len(s) - h.Cap = len(s) - return string(b) + return string(unsafe.Slice(unsafe.StringData(s), len(s))) } // copyToKey is required as underlying strings might be mmaped. -func copyToKey(l labels.Label) cacheKeyPostings { - return cacheKeyPostings(labels.Label{Value: copyString(l.Value), Name: copyString(l.Name)}) +func copyToKey(l labels.Label) CacheKeyPostings { + return CacheKeyPostings(labels.Label{Value: copyString(l.Value), Name: copyString(l.Name)}) } // StorePostings sets the postings identified by the ulid and label to the value v, // if the postings already exists in the cache it is not mutated. -func (c *InMemoryIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte) { - c.set(cacheTypePostings, cacheKey{block: blockID, key: copyToKey(l)}, v) +func (c *InMemoryIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) { + c.commonMetrics.DataSizeBytes.WithLabelValues(CacheTypePostings, tenant).Observe(float64(len(v))) + c.set(CacheTypePostings, CacheKey{Block: blockID.String(), Key: copyToKey(l)}, v) } // FetchMultiPostings fetches multiple postings - each identified by a label - // and returns a map containing cache hits, along with a list of missing keys. -func (c *InMemoryIndexCache) FetchMultiPostings(_ context.Context, blockID ulid.ULID, keys []labels.Label) (hits map[labels.Label][]byte, misses []labels.Label) { +func (c *InMemoryIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label, tenant string) (hits map[labels.Label][]byte, misses []labels.Label) { + timer := prometheus.NewTimer(c.commonMetrics.FetchLatency.WithLabelValues(CacheTypePostings, tenant)) + defer timer.ObserveDuration() + hits = map[labels.Label][]byte{} + blockIDKey := blockID.String() + requests := 0 + hit := 0 for _, key := range keys { - if b, ok := c.get(cacheTypePostings, cacheKey{blockID, cacheKeyPostings(key)}); ok { + if ctx.Err() != nil { + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(requests)) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(hit)) + return hits, misses + } + requests++ + if b, ok := c.get(CacheKey{blockIDKey, CacheKeyPostings(key), ""}); ok { + hit++ hits[key] = b continue } misses = append(misses, key) } + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(requests)) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(hit)) return hits, misses } +// StoreExpandedPostings stores expanded postings for a set of label matchers. +func (c *InMemoryIndexCache) StoreExpandedPostings(blockID ulid.ULID, matchers []*labels.Matcher, v []byte, tenant string) { + c.commonMetrics.DataSizeBytes.WithLabelValues(CacheTypeExpandedPostings, tenant).Observe(float64(len(v))) + c.set(CacheTypeExpandedPostings, CacheKey{Block: blockID.String(), Key: CacheKeyExpandedPostings(LabelMatchersToString(matchers))}, v) +} + +// FetchExpandedPostings fetches expanded postings and returns cached data and a boolean value representing whether it is a cache hit or not. +func (c *InMemoryIndexCache) FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, matchers []*labels.Matcher, tenant string) ([]byte, bool) { + timer := prometheus.NewTimer(c.commonMetrics.FetchLatency.WithLabelValues(CacheTypeExpandedPostings, tenant)) + defer timer.ObserveDuration() + + if ctx.Err() != nil { + return nil, false + } + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypeExpandedPostings, tenant).Inc() + if b, ok := c.get(CacheKey{blockID.String(), CacheKeyExpandedPostings(LabelMatchersToString(matchers)), ""}); ok { + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypeExpandedPostings, tenant).Inc() + return b, true + } + return nil, false +} + // StoreSeries sets the series identified by the ulid and id to the value v, // if the series already exists in the cache it is not mutated. -func (c *InMemoryIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte) { - c.set(cacheTypeSeries, cacheKey{blockID, cacheKeySeries(id)}, v) +func (c *InMemoryIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) { + c.commonMetrics.DataSizeBytes.WithLabelValues(CacheTypeSeries, tenant).Observe(float64(len(v))) + c.set(CacheTypeSeries, CacheKey{blockID.String(), CacheKeySeries(id), ""}, v) } // FetchMultiSeries fetches multiple series - each identified by ID - from the cache // and returns a map containing cache hits, along with a list of missing IDs. -func (c *InMemoryIndexCache) FetchMultiSeries(_ context.Context, blockID ulid.ULID, ids []storage.SeriesRef) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { +func (c *InMemoryIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { + timer := prometheus.NewTimer(c.commonMetrics.FetchLatency.WithLabelValues(CacheTypeSeries, tenant)) + defer timer.ObserveDuration() + hits = map[storage.SeriesRef][]byte{} + blockIDKey := blockID.String() + requests := 0 + hit := 0 for _, id := range ids { - if b, ok := c.get(cacheTypeSeries, cacheKey{blockID, cacheKeySeries(id)}); ok { + if ctx.Err() != nil { + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(requests)) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(hit)) + return hits, misses + } + requests++ + if b, ok := c.get(CacheKey{blockIDKey, CacheKeySeries(id), ""}); ok { + hit++ hits[id] = b continue } misses = append(misses, id) } + c.commonMetrics.RequestTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(requests)) + c.commonMetrics.HitsTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(hit)) return hits, misses } diff --git a/pkg/store/cache/inmemory_test.go b/pkg/store/cache/inmemory_test.go index d97d125cf8..688ec51cbc 100644 --- a/pkg/store/cache/inmemory_test.go +++ b/pkg/store/cache/inmemory_test.go @@ -12,7 +12,7 @@ import ( "testing" "github.com/go-kit/log" - "github.com/hashicorp/golang-lru/simplelru" + "github.com/hashicorp/golang-lru/v2/simplelru" "github.com/oklog/ulid" "github.com/prometheus/client_golang/prometheus" promtest "github.com/prometheus/client_golang/prometheus/testutil" @@ -20,19 +20,21 @@ import ( "github.com/prometheus/prometheus/storage" "github.com/efficientgo/core/testutil" + + "github.com/thanos-io/thanos/pkg/tenancy" ) func TestNewInMemoryIndexCache(t *testing.T) { // Should return error on invalid YAML config. conf := []byte("invalid") - cache, err := NewInMemoryIndexCache(log.NewNopLogger(), nil, conf) + cache, err := NewInMemoryIndexCache(log.NewNopLogger(), nil, nil, conf) testutil.NotOk(t, err) testutil.Equals(t, (*InMemoryIndexCache)(nil), cache) // Should instance an in-memory index cache with default config // on empty YAML config. conf = []byte{} - cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, conf) + cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, nil, conf) testutil.Ok(t, err) testutil.Equals(t, uint64(DefaultInMemoryIndexCacheConfig.MaxSize), cache.maxSizeBytes) testutil.Equals(t, uint64(DefaultInMemoryIndexCacheConfig.MaxItemSize), cache.maxItemSizeBytes) @@ -42,7 +44,7 @@ func TestNewInMemoryIndexCache(t *testing.T) { max_size: 1MB max_item_size: 2KB `) - cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, conf) + cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, nil, conf) testutil.Ok(t, err) testutil.Equals(t, uint64(1024*1024), cache.maxSizeBytes) testutil.Equals(t, uint64(2*1024), cache.maxItemSizeBytes) @@ -52,7 +54,7 @@ max_item_size: 2KB max_size: 2KB max_item_size: 1MB `) - cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, conf) + cache, err = NewInMemoryIndexCache(log.NewNopLogger(), nil, nil, conf) testutil.NotOk(t, err) testutil.Equals(t, (*InMemoryIndexCache)(nil), cache) // testutil.Equals(t, uint64(1024*1024), cache.maxSizeBytes) @@ -64,13 +66,13 @@ max_item_size: 1MB func TestInMemoryIndexCache_AvoidsDeadlock(t *testing.T) { metrics := prometheus.NewRegistry() - cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), metrics, InMemoryIndexCacheConfig{ + cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), nil, metrics, InMemoryIndexCacheConfig{ MaxItemSize: sliceHeaderSize + 5, MaxSize: sliceHeaderSize + 5, }) testutil.Ok(t, err) - l, err := simplelru.NewLRU(math.MaxInt64, func(key, val interface{}) { + l, err := simplelru.NewLRU[CacheKey, []byte](math.MaxInt64, func(key CacheKey, val []byte) { // Hack LRU to simulate broken accounting: evictions do not reduce current size. size := cache.curSize cache.onEvict(key, val) @@ -79,18 +81,18 @@ func TestInMemoryIndexCache_AvoidsDeadlock(t *testing.T) { testutil.Ok(t, err) cache.lru = l - cache.StorePostings(ulid.MustNew(0, nil), labels.Label{Name: "test2", Value: "1"}, []byte{42, 33, 14, 67, 11}) + cache.StorePostings(ulid.MustNew(0, nil), labels.Label{Name: "test2", Value: "1"}, []byte{42, 33, 14, 67, 11}, tenancy.DefaultTenant) testutil.Equals(t, uint64(sliceHeaderSize+5), cache.curSize) - testutil.Equals(t, float64(cache.curSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) + testutil.Equals(t, float64(cache.curSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) // This triggers deadlock logic. - cache.StorePostings(ulid.MustNew(0, nil), labels.Label{Name: "test1", Value: "1"}, []byte{42}) + cache.StorePostings(ulid.MustNew(0, nil), labels.Label{Name: "test1", Value: "1"}, []byte{42}, tenancy.DefaultTenant) testutil.Equals(t, uint64(sliceHeaderSize+1), cache.curSize) - testutil.Equals(t, float64(cache.curSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) + testutil.Equals(t, float64(cache.curSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) } func TestInMemoryIndexCache_UpdateItem(t *testing.T) { @@ -114,7 +116,7 @@ func TestInMemoryIndexCache_UpdateItem(t *testing.T) { }) metrics := prometheus.NewRegistry() - cache, err := NewInMemoryIndexCacheWithConfig(log.NewSyncLogger(errorLogger), metrics, InMemoryIndexCacheConfig{ + cache, err := NewInMemoryIndexCacheWithConfig(log.NewSyncLogger(errorLogger), nil, metrics, InMemoryIndexCacheConfig{ MaxItemSize: maxSize, MaxSize: maxSize, }) @@ -122,6 +124,7 @@ func TestInMemoryIndexCache_UpdateItem(t *testing.T) { uid := func(id storage.SeriesRef) ulid.ULID { return ulid.MustNew(uint64(id), nil) } lbl := labels.Label{Name: "foo", Value: "bar"} + matcher := labels.MustNewMatcher(labels.MatchEqual, "foo", "bar") ctx := context.Background() for _, tt := range []struct { @@ -130,25 +133,34 @@ func TestInMemoryIndexCache_UpdateItem(t *testing.T) { get func(storage.SeriesRef) ([]byte, bool) }{ { - typ: cacheTypePostings, - set: func(id storage.SeriesRef, b []byte) { cache.StorePostings(uid(id), lbl, b) }, + typ: CacheTypePostings, + set: func(id storage.SeriesRef, b []byte) { cache.StorePostings(uid(id), lbl, b, tenancy.DefaultTenant) }, get: func(id storage.SeriesRef) ([]byte, bool) { - hits, _ := cache.FetchMultiPostings(ctx, uid(id), []labels.Label{lbl}) + hits, _ := cache.FetchMultiPostings(ctx, uid(id), []labels.Label{lbl}, tenancy.DefaultTenant) b, ok := hits[lbl] return b, ok }, }, { - typ: cacheTypeSeries, - set: func(id storage.SeriesRef, b []byte) { cache.StoreSeries(uid(id), id, b) }, + typ: CacheTypeSeries, + set: func(id storage.SeriesRef, b []byte) { cache.StoreSeries(uid(id), id, b, tenancy.DefaultTenant) }, get: func(id storage.SeriesRef) ([]byte, bool) { - hits, _ := cache.FetchMultiSeries(ctx, uid(id), []storage.SeriesRef{id}) + hits, _ := cache.FetchMultiSeries(ctx, uid(id), []storage.SeriesRef{id}, tenancy.DefaultTenant) b, ok := hits[id] return b, ok }, }, + { + typ: CacheTypeExpandedPostings, + set: func(id storage.SeriesRef, b []byte) { + cache.StoreExpandedPostings(uid(id), []*labels.Matcher{matcher}, b, tenancy.DefaultTenant) + }, + get: func(id storage.SeriesRef) ([]byte, bool) { + return cache.FetchExpandedPostings(ctx, uid(id), []*labels.Matcher{matcher}, tenancy.DefaultTenant) + }, + }, } { t.Run(tt.typ, func(t *testing.T) { defer func() { errorLogs = nil }() @@ -198,7 +210,7 @@ func TestInMemoryIndexCache_UpdateItem(t *testing.T) { // This should not happen as we hardcode math.MaxInt, but we still add test to check this out. func TestInMemoryIndexCache_MaxNumberOfItemsHit(t *testing.T) { metrics := prometheus.NewRegistry() - cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), metrics, InMemoryIndexCacheConfig{ + cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), nil, metrics, InMemoryIndexCacheConfig{ MaxItemSize: 2*sliceHeaderSize + 10, MaxSize: 2*sliceHeaderSize + 10, }) @@ -210,26 +222,26 @@ func TestInMemoryIndexCache_MaxNumberOfItemsHit(t *testing.T) { id := ulid.MustNew(0, nil) - cache.StorePostings(id, labels.Label{Name: "test", Value: "123"}, []byte{42, 33}) - cache.StorePostings(id, labels.Label{Name: "test", Value: "124"}, []byte{42, 33}) - cache.StorePostings(id, labels.Label{Name: "test", Value: "125"}, []byte{42, 33}) + cache.StorePostings(id, labels.Label{Name: "test", Value: "123"}, []byte{42, 33}, tenancy.DefaultTenant) + cache.StorePostings(id, labels.Label{Name: "test", Value: "124"}, []byte{42, 33}, tenancy.DefaultTenant) + cache.StorePostings(id, labels.Label{Name: "test", Value: "125"}, []byte{42, 33}, tenancy.DefaultTenant) testutil.Equals(t, uint64(2*sliceHeaderSize+4), cache.curSize) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(3), promtest.ToFloat64(cache.added.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.added.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.requests.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.requests.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.hits.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.hits.WithLabelValues(cacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(3), promtest.ToFloat64(cache.added.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.added.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.commonMetrics.RequestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.commonMetrics.RequestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.commonMetrics.HitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.commonMetrics.HitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) } func TestInMemoryIndexCache_Eviction_WithMetrics(t *testing.T) { metrics := prometheus.NewRegistry() - cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), metrics, InMemoryIndexCacheConfig{ + cache, err := NewInMemoryIndexCacheWithConfig(log.NewNopLogger(), nil, metrics, InMemoryIndexCacheConfig{ MaxItemSize: 2*sliceHeaderSize + 5, MaxSize: 2*sliceHeaderSize + 5, }) @@ -243,51 +255,51 @@ func TestInMemoryIndexCache_Eviction_WithMetrics(t *testing.T) { emptySeriesHits := map[storage.SeriesRef][]byte{} emptySeriesMisses := []storage.SeriesRef(nil) - pHits, pMisses := cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}) + pHits, pMisses := cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}, tenancy.DefaultTenant) testutil.Equals(t, emptyPostingsHits, pHits, "no such key") testutil.Equals(t, []labels.Label{lbls}, pMisses) // Add sliceHeaderSize + 2 bytes. - cache.StorePostings(id, lbls, []byte{42, 33}) + cache.StorePostings(id, lbls, []byte{42, 33}, tenancy.DefaultTenant) testutil.Equals(t, uint64(sliceHeaderSize+2), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize+2), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize+2+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize+2), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize+2+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}, tenancy.DefaultTenant) testutil.Equals(t, map[labels.Label][]byte{lbls: {42, 33}}, pHits, "key exists") testutil.Equals(t, emptyPostingsMisses, pMisses) - pHits, pMisses = cache.FetchMultiPostings(ctx, ulid.MustNew(1, nil), []labels.Label{lbls}) + pHits, pMisses = cache.FetchMultiPostings(ctx, ulid.MustNew(1, nil), []labels.Label{lbls}, tenancy.DefaultTenant) testutil.Equals(t, emptyPostingsHits, pHits, "no such key") testutil.Equals(t, []labels.Label{lbls}, pMisses) - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{{Name: "test", Value: "124"}}) + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{{Name: "test", Value: "124"}}, tenancy.DefaultTenant) testutil.Equals(t, emptyPostingsHits, pHits, "no such key") testutil.Equals(t, []labels.Label{{Name: "test", Value: "124"}}, pMisses) // Add sliceHeaderSize + 3 more bytes. - cache.StoreSeries(id, 1234, []byte{222, 223, 224}) + cache.StoreSeries(id, 1234, []byte{222, 223, 224}, tenancy.DefaultTenant) testutil.Equals(t, uint64(2*sliceHeaderSize+5), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize+2), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize+2+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(sliceHeaderSize+3), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(sliceHeaderSize+3+24), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - - sHits, sMisses := cache.FetchMultiSeries(ctx, id, []storage.SeriesRef{1234}) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize+2), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize+2+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(sliceHeaderSize+3), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(sliceHeaderSize+3+24), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + + sHits, sMisses := cache.FetchMultiSeries(ctx, id, []storage.SeriesRef{1234}, tenancy.DefaultTenant) testutil.Equals(t, map[storage.SeriesRef][]byte{1234: {222, 223, 224}}, sHits, "key exists") testutil.Equals(t, emptySeriesMisses, sMisses) @@ -298,129 +310,129 @@ func TestInMemoryIndexCache_Eviction_WithMetrics(t *testing.T) { for i := 0; i < sliceHeaderSize; i++ { v = append(v, 3) } - cache.StorePostings(id, lbls2, v) + cache.StorePostings(id, lbls2, v, tenancy.DefaultTenant) testutil.Equals(t, uint64(2*sliceHeaderSize+5), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) // Eviction. - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) // Eviction. + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) // Eviction. + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) // Eviction. // Evicted. - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}) + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls}, tenancy.DefaultTenant) testutil.Equals(t, emptyPostingsHits, pHits, "no such key") testutil.Equals(t, []labels.Label{lbls}, pMisses) - sHits, sMisses = cache.FetchMultiSeries(ctx, id, []storage.SeriesRef{1234}) + sHits, sMisses = cache.FetchMultiSeries(ctx, id, []storage.SeriesRef{1234}, tenancy.DefaultTenant) testutil.Equals(t, emptySeriesHits, sHits, "no such key") testutil.Equals(t, []storage.SeriesRef{1234}, sMisses) - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls2}) + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls2}, tenancy.DefaultTenant) testutil.Equals(t, map[labels.Label][]byte{lbls2: v}, pHits) testutil.Equals(t, emptyPostingsMisses, pMisses) // Add same item again. - cache.StorePostings(id, lbls2, v) + cache.StorePostings(id, lbls2, v, tenancy.DefaultTenant) testutil.Equals(t, uint64(2*sliceHeaderSize+5), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls2}) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls2}, tenancy.DefaultTenant) testutil.Equals(t, map[labels.Label][]byte{lbls2: v}, pHits) testutil.Equals(t, emptyPostingsMisses, pMisses) // Add too big item. - cache.StorePostings(id, labels.Label{Name: "test", Value: "toobig"}, append(v, 5)) + cache.StorePostings(id, labels.Label{Name: "test", Value: "toobig"}, append(v, 5), tenancy.DefaultTenant) testutil.Equals(t, uint64(2*sliceHeaderSize+5), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) // Overflow. - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(2*sliceHeaderSize+5+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) // Overflow. + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) _, _, ok := cache.lru.RemoveOldest() testutil.Assert(t, ok, "something to remove") testutil.Equals(t, uint64(0), cache.curSize) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) _, _, ok = cache.lru.RemoveOldest() testutil.Assert(t, !ok, "nothing to remove") lbls3 := labels.Label{Name: "test", Value: "124"} - cache.StorePostings(id, lbls3, []byte{}) + cache.StorePostings(id, lbls3, []byte{}, tenancy.DefaultTenant) testutil.Equals(t, uint64(sliceHeaderSize), cache.curSize) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(sliceHeaderSize+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls3}) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(sliceHeaderSize+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls3}, tenancy.DefaultTenant) testutil.Equals(t, map[labels.Label][]byte{lbls3: {}}, pHits, "key exists") testutil.Equals(t, emptyPostingsMisses, pMisses) // nil works and still allocates empty slice. lbls4 := labels.Label{Name: "test", Value: "125"} - cache.StorePostings(id, lbls4, []byte(nil)) + cache.StorePostings(id, lbls4, []byte(nil), tenancy.DefaultTenant) testutil.Equals(t, 2*uint64(sliceHeaderSize), cache.curSize) - testutil.Equals(t, float64(2), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, 2*float64(sliceHeaderSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, 2*float64(sliceHeaderSize+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(cacheTypeSeries))) - - pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls4}) + testutil.Equals(t, float64(2), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, 2*float64(sliceHeaderSize), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, 2*float64(sliceHeaderSize+55), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.current.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.currentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.totalCurrentSize.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(0), promtest.ToFloat64(cache.overflow.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(2), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.evicted.WithLabelValues(CacheTypeSeries))) + + pHits, pMisses = cache.FetchMultiPostings(ctx, id, []labels.Label{lbls4}, tenancy.DefaultTenant) testutil.Equals(t, map[labels.Label][]byte{lbls4: {}}, pHits, "key exists") testutil.Equals(t, emptyPostingsMisses, pMisses) // Other metrics. - testutil.Equals(t, float64(4), promtest.ToFloat64(cache.added.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.added.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(9), promtest.ToFloat64(cache.requests.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(2), promtest.ToFloat64(cache.requests.WithLabelValues(cacheTypeSeries))) - testutil.Equals(t, float64(5), promtest.ToFloat64(cache.hits.WithLabelValues(cacheTypePostings))) - testutil.Equals(t, float64(1), promtest.ToFloat64(cache.hits.WithLabelValues(cacheTypeSeries))) + testutil.Equals(t, float64(4), promtest.ToFloat64(cache.added.WithLabelValues(CacheTypePostings))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.added.WithLabelValues(CacheTypeSeries))) + testutil.Equals(t, float64(9), promtest.ToFloat64(cache.commonMetrics.RequestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, float64(2), promtest.ToFloat64(cache.commonMetrics.RequestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, float64(5), promtest.ToFloat64(cache.commonMetrics.HitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, float64(1), promtest.ToFloat64(cache.commonMetrics.HitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) } diff --git a/pkg/store/cache/memcached.go b/pkg/store/cache/memcached.go index e1c5d689a8..b99babfe03 100644 --- a/pkg/store/cache/memcached.go +++ b/pkg/store/cache/memcached.go @@ -11,49 +11,67 @@ import ( "github.com/go-kit/log/level" "github.com/oklog/ulid" "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/thanos-io/thanos/pkg/cacheutil" + "github.com/thanos-io/thanos/pkg/tenancy" ) const ( memcachedDefaultTTL = 24 * time.Hour ) +const ( + compressionSchemeStreamedSnappy = "dss" +) + // RemoteIndexCache is a memcached-based index cache. type RemoteIndexCache struct { logger log.Logger memcached cacheutil.RemoteCacheClient + compressionScheme string + + ttl time.Duration + // Metrics. - postingRequests prometheus.Counter - seriesRequests prometheus.Counter - postingHits prometheus.Counter - seriesHits prometheus.Counter + requestTotal *prometheus.CounterVec + hitsTotal *prometheus.CounterVec + dataSizeBytes *prometheus.HistogramVec + fetchLatency *prometheus.HistogramVec } // NewRemoteIndexCache makes a new RemoteIndexCache. -func NewRemoteIndexCache(logger log.Logger, cacheClient cacheutil.RemoteCacheClient, reg prometheus.Registerer) (*RemoteIndexCache, error) { +func NewRemoteIndexCache(logger log.Logger, cacheClient cacheutil.RemoteCacheClient, commonMetrics *CommonMetrics, reg prometheus.Registerer, ttl time.Duration) (*RemoteIndexCache, error) { c := &RemoteIndexCache{ - logger: logger, - memcached: cacheClient, + ttl: ttl, + logger: logger, + memcached: cacheClient, + compressionScheme: compressionSchemeStreamedSnappy, // Hardcode it for now. Expose it once we support different types of compressions. + } + + if commonMetrics == nil { + commonMetrics = NewCommonMetrics(reg) } - requests := promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ - Name: "thanos_store_index_cache_requests_total", - Help: "Total number of items requests to the cache.", - }, []string{"item_type"}) - c.postingRequests = requests.WithLabelValues(cacheTypePostings) - c.seriesRequests = requests.WithLabelValues(cacheTypeSeries) + c.requestTotal = commonMetrics.RequestTotal + c.hitsTotal = commonMetrics.HitsTotal + c.dataSizeBytes = commonMetrics.DataSizeBytes + c.fetchLatency = commonMetrics.FetchLatency + + // Init requestTtotal and hitsTotal with default tenant + c.requestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant) + c.requestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant) + c.requestTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant) + + c.hitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant) + c.hitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant) + c.hitsTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant) - hits := promauto.With(reg).NewCounterVec(prometheus.CounterOpts{ - Name: "thanos_store_index_cache_hits_total", - Help: "Total number of items requests to the cache that were a hit.", - }, []string{"item_type"}) - c.postingHits = hits.WithLabelValues(cacheTypePostings) - c.seriesHits = hits.WithLabelValues(cacheTypeSeries) + c.fetchLatency.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant) + c.fetchLatency.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant) + c.fetchLatency.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant) level.Info(logger).Log("msg", "created index cache") @@ -63,10 +81,10 @@ func NewRemoteIndexCache(logger log.Logger, cacheClient cacheutil.RemoteCacheCli // StorePostings sets the postings identified by the ulid and label to the value v. // The function enqueues the request and returns immediately: the entry will be // asynchronously stored in the cache. -func (c *RemoteIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte) { - key := cacheKey{blockID, cacheKeyPostings(l)}.string() - - if err := c.memcached.SetAsync(key, v, memcachedDefaultTTL); err != nil { +func (c *RemoteIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) { + c.dataSizeBytes.WithLabelValues(CacheTypePostings, tenant).Observe(float64(len(v))) + key := CacheKey{blockID.String(), CacheKeyPostings(l), c.compressionScheme}.String() + if err := c.memcached.SetAsync(key, v, c.ttl); err != nil { level.Error(c.logger).Log("msg", "failed to cache postings in memcached", "err", err) } } @@ -74,21 +92,21 @@ func (c *RemoteIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v [] // FetchMultiPostings fetches multiple postings - each identified by a label - // and returns a map containing cache hits, along with a list of missing keys. // In case of error, it logs and return an empty cache hits map. -func (c *RemoteIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, lbls []labels.Label) (hits map[labels.Label][]byte, misses []labels.Label) { - // Build the cache keys, while keeping a map between input label and the cache key - // so that we can easily reverse it back after the GetMulti(). +func (c *RemoteIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, lbls []labels.Label, tenant string) (hits map[labels.Label][]byte, misses []labels.Label) { + timer := prometheus.NewTimer(c.fetchLatency.WithLabelValues(CacheTypePostings, tenant)) + defer timer.ObserveDuration() + keys := make([]string, 0, len(lbls)) - keysMapping := map[labels.Label]string{} + blockIDKey := blockID.String() for _, lbl := range lbls { - key := cacheKey{blockID, cacheKeyPostings(lbl)}.string() - + key := CacheKey{blockIDKey, CacheKeyPostings(lbl), c.compressionScheme}.String() keys = append(keys, key) - keysMapping[lbl] = key } // Fetch the keys from memcached in a single request. - c.postingRequests.Add(float64(len(keys))) + c.requestTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(len(keys))) + results := c.memcached.GetMulti(ctx, keys) if len(results) == 0 { return nil, lbls @@ -96,18 +114,11 @@ func (c *RemoteIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid. // Construct the resulting hits map and list of missing keys. We iterate on the input // list of labels to be able to easily create the list of ones in a single iteration. - hits = map[labels.Label][]byte{} - - for _, lbl := range lbls { - key, ok := keysMapping[lbl] - if !ok { - level.Error(c.logger).Log("msg", "keys mapping inconsistency found in memcached index cache client", "type", "postings", "label", lbl.Name+":"+lbl.Value) - continue - } - + hits = make(map[labels.Label][]byte, len(results)) + for i, lbl := range lbls { // Check if the key has been found in memcached. If not, we add it to the list // of missing keys. - value, ok := results[key] + value, ok := results[keys[i]] if !ok { misses = append(misses, lbl) continue @@ -115,18 +126,52 @@ func (c *RemoteIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid. hits[lbl] = value } - - c.postingHits.Add(float64(len(hits))) + c.hitsTotal.WithLabelValues(CacheTypePostings, tenant).Add(float64(len(hits))) return hits, misses } +// StoreExpandedPostings sets the postings identified by the ulid and label to the value v. +// The function enqueues the request and returns immediately: the entry will be +// asynchronously stored in the cache. +func (c *RemoteIndexCache) StoreExpandedPostings(blockID ulid.ULID, keys []*labels.Matcher, v []byte, tenant string) { + c.dataSizeBytes.WithLabelValues(CacheTypeExpandedPostings, tenant).Observe(float64(len(v))) + key := CacheKey{blockID.String(), CacheKeyExpandedPostings(LabelMatchersToString(keys)), c.compressionScheme}.String() + + if err := c.memcached.SetAsync(key, v, c.ttl); err != nil { + level.Error(c.logger).Log("msg", "failed to cache expanded postings in memcached", "err", err) + } +} + +// FetchExpandedPostings fetches multiple postings - each identified by a label - +// and returns a map containing cache hits, along with a list of missing keys. +// In case of error, it logs and return an empty cache hits map. +func (c *RemoteIndexCache) FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, lbls []*labels.Matcher, tenant string) ([]byte, bool) { + timer := prometheus.NewTimer(c.fetchLatency.WithLabelValues(CacheTypeExpandedPostings, tenant)) + defer timer.ObserveDuration() + + key := CacheKey{blockID.String(), CacheKeyExpandedPostings(LabelMatchersToString(lbls)), c.compressionScheme}.String() + + // Fetch the keys from memcached in a single request. + c.requestTotal.WithLabelValues(CacheTypeExpandedPostings, tenant).Add(1) + results := c.memcached.GetMulti(ctx, []string{key}) + if len(results) == 0 { + return nil, false + } + if res, ok := results[key]; ok { + c.hitsTotal.WithLabelValues(CacheTypeExpandedPostings, tenant).Add(1) + return res, true + } + return nil, false +} + // StoreSeries sets the series identified by the ulid and id to the value v. // The function enqueues the request and returns immediately: the entry will be // asynchronously stored in the cache. -func (c *RemoteIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte) { - key := cacheKey{blockID, cacheKeySeries(id)}.string() +func (c *RemoteIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) { + c.dataSizeBytes.WithLabelValues(CacheTypeSeries, tenant).Observe(float64(len(v))) + key := CacheKey{blockID.String(), CacheKeySeries(id), ""}.String() - if err := c.memcached.SetAsync(key, v, memcachedDefaultTTL); err != nil { + if err := c.memcached.SetAsync(key, v, c.ttl); err != nil { level.Error(c.logger).Log("msg", "failed to cache series in memcached", "err", err) } } @@ -134,21 +179,20 @@ func (c *RemoteIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, // FetchMultiSeries fetches multiple series - each identified by ID - from the cache // and returns a map containing cache hits, along with a list of missing IDs. // In case of error, it logs and return an empty cache hits map. -func (c *RemoteIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { - // Build the cache keys, while keeping a map between input id and the cache key - // so that we can easily reverse it back after the GetMulti(). +func (c *RemoteIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { + timer := prometheus.NewTimer(c.fetchLatency.WithLabelValues(CacheTypeSeries, tenant)) + defer timer.ObserveDuration() + keys := make([]string, 0, len(ids)) - keysMapping := map[storage.SeriesRef]string{} + blockIDKey := blockID.String() for _, id := range ids { - key := cacheKey{blockID, cacheKeySeries(id)}.string() - + key := CacheKey{blockIDKey, CacheKeySeries(id), ""}.String() keys = append(keys, key) - keysMapping[id] = key } // Fetch the keys from memcached in a single request. - c.seriesRequests.Add(float64(len(ids))) + c.requestTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(len(ids))) results := c.memcached.GetMulti(ctx, keys) if len(results) == 0 { return nil, ids @@ -156,18 +200,11 @@ func (c *RemoteIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.UL // Construct the resulting hits map and list of missing keys. We iterate on the input // list of ids to be able to easily create the list of ones in a single iteration. - hits = map[storage.SeriesRef][]byte{} - - for _, id := range ids { - key, ok := keysMapping[id] - if !ok { - level.Error(c.logger).Log("msg", "keys mapping inconsistency found in memcached index cache client", "type", "series", "id", id) - continue - } - + hits = make(map[storage.SeriesRef][]byte, len(results)) + for i, id := range ids { // Check if the key has been found in memcached. If not, we add it to the list // of missing keys. - value, ok := results[key] + value, ok := results[keys[i]] if !ok { misses = append(misses, id) continue @@ -175,12 +212,11 @@ func (c *RemoteIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.UL hits[id] = value } - - c.seriesHits.Add(float64(len(hits))) + c.hitsTotal.WithLabelValues(CacheTypeSeries, tenant).Add(float64(len(hits))) return hits, misses } // NewMemcachedIndexCache is alias NewRemoteIndexCache for compatible. func NewMemcachedIndexCache(logger log.Logger, memcached cacheutil.RemoteCacheClient, reg prometheus.Registerer) (*RemoteIndexCache, error) { - return NewRemoteIndexCache(logger, memcached, reg) + return NewRemoteIndexCache(logger, memcached, nil, reg, memcachedDefaultTTL) } diff --git a/pkg/store/cache/memcached_test.go b/pkg/store/cache/memcached_test.go index 4911f77845..e0ae72ae3d 100644 --- a/pkg/store/cache/memcached_test.go +++ b/pkg/store/cache/memcached_test.go @@ -16,6 +16,8 @@ import ( "github.com/prometheus/prometheus/storage" "github.com/efficientgo/core/testutil" + + "github.com/thanos-io/thanos/pkg/tenancy" ) func TestMemcachedIndexCache_FetchMultiPostings(t *testing.T) { @@ -86,25 +88,112 @@ func TestMemcachedIndexCache_FetchMultiPostings(t *testing.T) { for testName, testData := range tests { t.Run(testName, func(t *testing.T) { memcached := newMockedMemcachedClient(testData.mockedErr) - c, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, nil) + c, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, nil, nil, memcachedDefaultTTL) testutil.Ok(t, err) // Store the postings expected before running the test. ctx := context.Background() for _, p := range testData.setup { - c.StorePostings(p.block, p.label, p.value) + c.StorePostings(p.block, p.label, p.value, tenancy.DefaultTenant) } // Fetch postings from cached and assert on it. - hits, misses := c.FetchMultiPostings(ctx, testData.fetchBlockID, testData.fetchLabels) + hits, misses := c.FetchMultiPostings(ctx, testData.fetchBlockID, testData.fetchLabels, tenancy.DefaultTenant) testutil.Equals(t, testData.expectedHits, hits) testutil.Equals(t, testData.expectedMisses, misses) // Assert on metrics. - testutil.Equals(t, float64(len(testData.fetchLabels)), prom_testutil.ToFloat64(c.postingRequests)) - testutil.Equals(t, float64(len(testData.expectedHits)), prom_testutil.ToFloat64(c.postingHits)) - testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.seriesRequests)) - testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.seriesHits)) + testutil.Equals(t, float64(len(testData.fetchLabels)), prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, float64(len(testData.expectedHits)), prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + }) + } +} + +func TestMemcachedIndexCache_FetchExpandedPostings(t *testing.T) { + t.Parallel() + + // Init some data to conveniently define test cases later one. + block1 := ulid.MustNew(1, nil) + block2 := ulid.MustNew(2, nil) + matcher1 := labels.MustNewMatcher(labels.MatchEqual, "cluster", "us") + matcher2 := labels.MustNewMatcher(labels.MatchEqual, "job", "thanos") + matcher3 := labels.MustNewMatcher(labels.MatchRegexp, "__name__", "up") + value1 := []byte{1} + value2 := []byte{2} + + tests := map[string]struct { + setup []mockedExpandedPostings + mockedErr error + fetchBlockID ulid.ULID + fetchMatchers []*labels.Matcher + expectedHit bool + expectedValue []byte + }{ + "should return no hits on empty cache": { + setup: []mockedExpandedPostings{}, + fetchBlockID: block1, + fetchMatchers: []*labels.Matcher{matcher1, matcher2}, + expectedHit: false, + }, + "should return no misses on 100% hit ratio": { + setup: []mockedExpandedPostings{ + {block: block1, matchers: []*labels.Matcher{matcher1}, value: value1}, + }, + fetchBlockID: block1, + fetchMatchers: []*labels.Matcher{matcher1}, + expectedHit: true, + expectedValue: value1, + }, + "Cache miss when matchers key doesn't match": { + setup: []mockedExpandedPostings{ + {block: block1, matchers: []*labels.Matcher{matcher1}, value: value1}, + {block: block2, matchers: []*labels.Matcher{matcher2}, value: value2}, + }, + fetchBlockID: block1, + fetchMatchers: []*labels.Matcher{matcher1, matcher2}, + expectedHit: false, + }, + "should return no hits on memcached error": { + setup: []mockedExpandedPostings{ + {block: block1, matchers: []*labels.Matcher{matcher3}, value: value1}, + }, + mockedErr: errors.New("mocked error"), + fetchBlockID: block1, + fetchMatchers: []*labels.Matcher{matcher3}, + expectedHit: false, + }, + } + + for testName, testData := range tests { + t.Run(testName, func(t *testing.T) { + memcached := newMockedMemcachedClient(testData.mockedErr) + c, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, nil, nil, memcachedDefaultTTL) + testutil.Ok(t, err) + + // Store the postings expected before running the test. + ctx := context.Background() + for _, p := range testData.setup { + c.StoreExpandedPostings(p.block, p.matchers, p.value, tenancy.DefaultTenant) + } + + // Fetch postings from cached and assert on it. + val, hit := c.FetchExpandedPostings(ctx, testData.fetchBlockID, testData.fetchMatchers, tenancy.DefaultTenant) + testutil.Equals(t, testData.expectedHit, hit) + if hit { + testutil.Equals(t, testData.expectedValue, val) + } + + // Assert on metrics. + testutil.Equals(t, 1.0, prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant))) + if testData.expectedHit { + testutil.Equals(t, 1.0, prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypeExpandedPostings, tenancy.DefaultTenant))) + } + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) }) } } @@ -175,25 +264,25 @@ func TestMemcachedIndexCache_FetchMultiSeries(t *testing.T) { for testName, testData := range tests { t.Run(testName, func(t *testing.T) { memcached := newMockedMemcachedClient(testData.mockedErr) - c, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, nil) + c, err := NewRemoteIndexCache(log.NewNopLogger(), memcached, nil, nil, memcachedDefaultTTL) testutil.Ok(t, err) // Store the series expected before running the test. ctx := context.Background() for _, p := range testData.setup { - c.StoreSeries(p.block, p.id, p.value) + c.StoreSeries(p.block, p.id, p.value, tenancy.DefaultTenant) } // Fetch series from cached and assert on it. - hits, misses := c.FetchMultiSeries(ctx, testData.fetchBlockID, testData.fetchIds) + hits, misses := c.FetchMultiSeries(ctx, testData.fetchBlockID, testData.fetchIds, tenancy.DefaultTenant) testutil.Equals(t, testData.expectedHits, hits) testutil.Equals(t, testData.expectedMisses, misses) // Assert on metrics. - testutil.Equals(t, float64(len(testData.fetchIds)), prom_testutil.ToFloat64(c.seriesRequests)) - testutil.Equals(t, float64(len(testData.expectedHits)), prom_testutil.ToFloat64(c.seriesHits)) - testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.postingRequests)) - testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.postingHits)) + testutil.Equals(t, float64(len(testData.fetchIds)), prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, float64(len(testData.expectedHits)), prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypeSeries, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.requestTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) + testutil.Equals(t, 0.0, prom_testutil.ToFloat64(c.hitsTotal.WithLabelValues(CacheTypePostings, tenancy.DefaultTenant))) }) } } @@ -204,6 +293,12 @@ type mockedPostings struct { value []byte } +type mockedExpandedPostings struct { + block ulid.ULID + matchers []*labels.Matcher + value []byte +} + type mockedSeries struct { block ulid.ULID id storage.SeriesRef diff --git a/pkg/store/cache/tracing_index_cache.go b/pkg/store/cache/tracing_index_cache.go new file mode 100644 index 0000000000..a72ce0d664 --- /dev/null +++ b/pkg/store/cache/tracing_index_cache.go @@ -0,0 +1,92 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package storecache + +import ( + "context" + + "github.com/oklog/ulid" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/storage" + + "github.com/thanos-io/thanos/pkg/tracing" +) + +type TracingIndexCache struct { + name string + cache IndexCache +} + +// NewTracingIndexCache creates an index cache wrapper with traces instrumentation. +func NewTracingIndexCache(name string, cache IndexCache) *TracingIndexCache { + return &TracingIndexCache{name: name, cache: cache} +} + +// StorePostings stores postings for a single series. +func (c *TracingIndexCache) StorePostings(blockID ulid.ULID, l labels.Label, v []byte, tenant string) { + c.cache.StorePostings(blockID, l, v, tenant) +} + +// FetchMultiPostings fetches multiple postings - each identified by a label - +// and returns a map containing cache hits, along with a list of missing keys. +func (c *TracingIndexCache) FetchMultiPostings(ctx context.Context, blockID ulid.ULID, keys []labels.Label, tenant string) (hits map[labels.Label][]byte, misses []labels.Label) { + span, newCtx := tracing.StartSpan(ctx, "fetch_multi_postings", tracing.Tags{ + "name": c.name, + "block.id": blockID.String(), + "requested": len(keys), + }) + defer span.Finish() + hits, misses = c.cache.FetchMultiPostings(newCtx, blockID, keys, tenant) + span.SetTag("hits", len(hits)) + dataBytes := 0 + for _, v := range hits { + dataBytes += len(v) + } + span.SetTag("bytes", dataBytes) + return hits, misses +} + +// StoreExpandedPostings stores expanded postings for a set of label matchers. +func (c *TracingIndexCache) StoreExpandedPostings(blockID ulid.ULID, matchers []*labels.Matcher, v []byte, tenant string) { + c.cache.StoreExpandedPostings(blockID, matchers, v, tenant) +} + +// FetchExpandedPostings fetches expanded postings and returns cached data and a boolean value representing whether it is a cache hit or not. +func (c *TracingIndexCache) FetchExpandedPostings(ctx context.Context, blockID ulid.ULID, matchers []*labels.Matcher, tenant string) (data []byte, exists bool) { + span, newCtx := tracing.StartSpan(ctx, "fetch_expanded_postings", tracing.Tags{ + "name": c.name, + "block.id": blockID.String(), + }) + defer span.Finish() + data, exists = c.cache.FetchExpandedPostings(newCtx, blockID, matchers, tenant) + if exists { + span.SetTag("bytes", len(data)) + } + return data, exists +} + +// StoreSeries stores a single series. Skip intrumenting this method +// excessive spans as a single request can store millions of serieses. +func (c *TracingIndexCache) StoreSeries(blockID ulid.ULID, id storage.SeriesRef, v []byte, tenant string) { + c.cache.StoreSeries(blockID, id, v, tenant) +} + +// FetchMultiSeries fetches multiple series - each identified by ID - from the cache +// and returns a map containing cache hits, along with a list of missing IDs. +func (c *TracingIndexCache) FetchMultiSeries(ctx context.Context, blockID ulid.ULID, ids []storage.SeriesRef, tenant string) (hits map[storage.SeriesRef][]byte, misses []storage.SeriesRef) { + span, newCtx := tracing.StartSpan(ctx, "fetch_multi_series", tracing.Tags{ + "name": c.name, + "block.id": blockID.String(), + "requested": len(ids), + }) + defer span.Finish() + hits, misses = c.cache.FetchMultiSeries(newCtx, blockID, ids, tenant) + span.SetTag("hits", len(hits)) + dataBytes := 0 + for _, v := range hits { + dataBytes += len(v) + } + span.SetTag("bytes", dataBytes) + return hits, misses +} diff --git a/pkg/store/flushable.go b/pkg/store/flushable.go new file mode 100644 index 0000000000..33680c3c89 --- /dev/null +++ b/pkg/store/flushable.go @@ -0,0 +1,93 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "github.com/prometheus/prometheus/model/labels" + "golang.org/x/exp/slices" + + "github.com/thanos-io/thanos/pkg/store/labelpb" + "github.com/thanos-io/thanos/pkg/store/storepb" +) + +type sortingStrategy uint64 + +const ( + sortingStrategyStore sortingStrategy = iota + 1 + sortingStrategyNone + sortingStrategyStoreSendNoop +) + +// flushableServer is an extension of storepb.Store_SeriesServer with a Flush method. +type flushableServer interface { + storepb.Store_SeriesServer + + Flush() error +} + +func newFlushableServer( + upstream storepb.Store_SeriesServer, + sortingsortingStrategy sortingStrategy, +) flushableServer { + switch sortingsortingStrategy { + case sortingStrategyStore: + return &resortingServer{Store_SeriesServer: upstream} + case sortingStrategyNone: + return &passthroughServer{Store_SeriesServer: upstream} + case sortingStrategyStoreSendNoop: + return &resortingServer{Store_SeriesServer: upstream, notSend: true} + default: + // should not happen. + panic("unexpected sorting strategy") + } +} + +// passthroughServer is a flushableServer that forwards all data to +// an upstream server without additional processing. +type passthroughServer struct { + storepb.Store_SeriesServer +} + +func (p *passthroughServer) Flush() error { return nil } + +// resortingServer is a flushableServer that resorts all series by their labels. +// This is required if replica labels are stored internally in a TSDB. +// Data is resorted and sent to an upstream server upon calling Flush. +type resortingServer struct { + storepb.Store_SeriesServer + series []*storepb.Series + notSend bool +} + +func (r *resortingServer) Send(response *storepb.SeriesResponse) error { + if response.GetSeries() == nil { + if r.notSend { + return nil + } + return r.Store_SeriesServer.Send(response) + } + + series := response.GetSeries() + labelpb.ReAllocZLabelsStrings(&series.Labels, false) + r.series = append(r.series, series) + return nil +} + +func (r *resortingServer) Flush() error { + slices.SortFunc(r.series, func(a, b *storepb.Series) int { + return labels.Compare( + labelpb.ZLabelsToPromLabels(a.Labels), + labelpb.ZLabelsToPromLabels(b.Labels), + ) + }) + if r.notSend { + return nil + } + for _, response := range r.series { + if err := r.Store_SeriesServer.Send(storepb.NewSeriesResponse(response)); err != nil { + return err + } + } + return nil +} diff --git a/pkg/store/hintspb/custom.go b/pkg/store/hintspb/custom.go index 8d6beca145..bf82d245e2 100644 --- a/pkg/store/hintspb/custom.go +++ b/pkg/store/hintspb/custom.go @@ -22,3 +22,32 @@ func (m *LabelValuesResponseHints) AddQueriedBlock(id ulid.ULID) { Id: id.String(), }) } + +func (m *QueryStats) Merge(other *QueryStats) { + m.BlocksQueried += other.BlocksQueried + m.MergedSeriesCount += other.MergedSeriesCount + m.MergedChunksCount += other.MergedChunksCount + m.DataDownloadedSizeSum += other.DataDownloadedSizeSum + + m.PostingsFetched += other.PostingsFetched + m.PostingsToFetch += other.PostingsToFetch + m.PostingsFetchCount += other.PostingsFetchCount + m.PostingsFetchedSizeSum += other.PostingsFetchedSizeSum + m.PostingsTouched += other.PostingsTouched + m.PostingsTouchedSizeSum += other.PostingsTouchedSizeSum + + m.SeriesFetched += other.SeriesFetched + m.SeriesFetchCount += other.SeriesFetchCount + m.SeriesFetchedSizeSum += other.SeriesFetchedSizeSum + m.SeriesTouched += other.SeriesTouched + m.SeriesTouchedSizeSum += other.SeriesTouchedSizeSum + + m.ChunksFetched += other.ChunksFetched + m.ChunksFetchCount += other.ChunksFetchCount + m.ChunksFetchedSizeSum += other.ChunksFetchedSizeSum + m.ChunksTouched += other.ChunksTouched + m.ChunksTouchedSizeSum += other.ChunksTouchedSizeSum + + m.GetAllDuration += other.GetAllDuration + m.MergeDuration += other.MergeDuration +} diff --git a/pkg/store/hintspb/custom_test.go b/pkg/store/hintspb/custom_test.go new file mode 100644 index 0000000000..3d9691f7c1 --- /dev/null +++ b/pkg/store/hintspb/custom_test.go @@ -0,0 +1,33 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package hintspb + +import ( + "reflect" + "testing" + + "github.com/efficientgo/core/testutil" +) + +func TestQueryStatsMerge(t *testing.T) { + s := &QueryStats{} + ps := reflect.Indirect(reflect.ValueOf(s)) + for i := 0; i < ps.NumField(); i++ { + ps.FieldByIndex([]int{i}).SetInt(int64(1)) + } + o := &QueryStats{} + po := reflect.Indirect(reflect.ValueOf(o)) + for i := 0; i < po.NumField(); i++ { + po.FieldByIndex([]int{i}).SetInt(int64(100)) + } + s.Merge(o) + + // Expected stats. + e := &QueryStats{} + pe := reflect.Indirect(reflect.ValueOf(e)) + for i := 0; i < pe.NumField(); i++ { + pe.FieldByIndex([]int{i}).SetInt(int64(101)) + } + testutil.Equals(t, e, s) +} diff --git a/pkg/store/hintspb/hints.pb.go b/pkg/store/hintspb/hints.pb.go index c22d52586e..2098d7489c 100644 --- a/pkg/store/hintspb/hints.pb.go +++ b/pkg/store/hintspb/hints.pb.go @@ -5,12 +5,16 @@ package hintspb import ( fmt "fmt" + + _ "github.com/gogo/protobuf/gogoproto" + proto "github.com/gogo/protobuf/proto" + github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + io "io" math "math" math_bits "math/bits" + time "time" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" storepb "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -18,6 +22,7 @@ import ( var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf +var _ = time.Kitchen // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. @@ -29,7 +34,8 @@ type SeriesRequestHints struct { /// block_matchers is a list of label matchers that are evaluated against each single block's /// labels to filter which blocks get queried. If the list is empty, no per-block filtering /// is applied. - BlockMatchers []storepb.LabelMatcher `protobuf:"bytes,1,rep,name=block_matchers,json=blockMatchers,proto3" json:"block_matchers"` + BlockMatchers []storepb.LabelMatcher `protobuf:"bytes,1,rep,name=block_matchers,json=blockMatchers,proto3" json:"block_matchers"` + EnableQueryStats bool `protobuf:"varint,2,opt,name=enable_query_stats,json=enableQueryStats,proto3" json:"enable_query_stats,omitempty"` } func (m *SeriesRequestHints) Reset() { *m = SeriesRequestHints{} } @@ -68,6 +74,8 @@ var xxx_messageInfo_SeriesRequestHints proto.InternalMessageInfo type SeriesResponseHints struct { /// queried_blocks is the list of blocks that have been queried. QueriedBlocks []Block `protobuf:"bytes,1,rep,name=queried_blocks,json=queriedBlocks,proto3" json:"queried_blocks"` + /// query_stats contains statistics of querying store gateway. + QueryStats *QueryStats `protobuf:"bytes,2,opt,name=query_stats,json=queryStats,proto3" json:"query_stats,omitempty"` } func (m *SeriesResponseHints) Reset() { *m = SeriesResponseHints{} } @@ -296,6 +304,65 @@ func (m *LabelValuesResponseHints) XXX_DiscardUnknown() { var xxx_messageInfo_LabelValuesResponseHints proto.InternalMessageInfo +// / QueryStats fields are unstable and might change in the future. +type QueryStats struct { + BlocksQueried int64 `protobuf:"varint,1,opt,name=blocks_queried,json=blocksQueried,proto3" json:"blocks_queried,omitempty"` + MergedSeriesCount int64 `protobuf:"varint,2,opt,name=merged_series_count,json=mergedSeriesCount,proto3" json:"merged_series_count,omitempty"` + MergedChunksCount int64 `protobuf:"varint,3,opt,name=merged_chunks_count,json=mergedChunksCount,proto3" json:"merged_chunks_count,omitempty"` + PostingsTouched int64 `protobuf:"varint,4,opt,name=postings_touched,json=postingsTouched,proto3" json:"postings_touched,omitempty"` + PostingsTouchedSizeSum int64 `protobuf:"varint,5,opt,name=postings_touched_size_sum,json=postingsTouchedSizeSum,proto3" json:"postings_touched_size_sum,omitempty"` + PostingsToFetch int64 `protobuf:"varint,6,opt,name=postings_to_fetch,json=postingsToFetch,proto3" json:"postings_to_fetch,omitempty"` + PostingsFetched int64 `protobuf:"varint,7,opt,name=postings_fetched,json=postingsFetched,proto3" json:"postings_fetched,omitempty"` + PostingsFetchedSizeSum int64 `protobuf:"varint,8,opt,name=postings_fetched_size_sum,json=postingsFetchedSizeSum,proto3" json:"postings_fetched_size_sum,omitempty"` + PostingsFetchCount int64 `protobuf:"varint,9,opt,name=postings_fetch_count,json=postingsFetchCount,proto3" json:"postings_fetch_count,omitempty"` + SeriesTouched int64 `protobuf:"varint,10,opt,name=series_touched,json=seriesTouched,proto3" json:"series_touched,omitempty"` + SeriesTouchedSizeSum int64 `protobuf:"varint,11,opt,name=series_touched_size_sum,json=seriesTouchedSizeSum,proto3" json:"series_touched_size_sum,omitempty"` + SeriesFetched int64 `protobuf:"varint,12,opt,name=series_fetched,json=seriesFetched,proto3" json:"series_fetched,omitempty"` + SeriesFetchedSizeSum int64 `protobuf:"varint,13,opt,name=series_fetched_size_sum,json=seriesFetchedSizeSum,proto3" json:"series_fetched_size_sum,omitempty"` + SeriesFetchCount int64 `protobuf:"varint,14,opt,name=series_fetch_count,json=seriesFetchCount,proto3" json:"series_fetch_count,omitempty"` + ChunksTouched int64 `protobuf:"varint,15,opt,name=chunks_touched,json=chunksTouched,proto3" json:"chunks_touched,omitempty"` + ChunksTouchedSizeSum int64 `protobuf:"varint,16,opt,name=chunks_touched_size_sum,json=chunksTouchedSizeSum,proto3" json:"chunks_touched_size_sum,omitempty"` + ChunksFetched int64 `protobuf:"varint,17,opt,name=chunks_fetched,json=chunksFetched,proto3" json:"chunks_fetched,omitempty"` + ChunksFetchedSizeSum int64 `protobuf:"varint,18,opt,name=chunks_fetched_size_sum,json=chunksFetchedSizeSum,proto3" json:"chunks_fetched_size_sum,omitempty"` + ChunksFetchCount int64 `protobuf:"varint,19,opt,name=chunks_fetch_count,json=chunksFetchCount,proto3" json:"chunks_fetch_count,omitempty"` + DataDownloadedSizeSum int64 `protobuf:"varint,20,opt,name=data_downloaded_size_sum,json=dataDownloadedSizeSum,proto3" json:"data_downloaded_size_sum,omitempty"` + GetAllDuration time.Duration `protobuf:"bytes,21,opt,name=get_all_duration,json=getAllDuration,proto3,stdduration" json:"get_all_duration"` + MergeDuration time.Duration `protobuf:"bytes,22,opt,name=merge_duration,json=mergeDuration,proto3,stdduration" json:"merge_duration"` +} + +func (m *QueryStats) Reset() { *m = QueryStats{} } +func (m *QueryStats) String() string { return proto.CompactTextString(m) } +func (*QueryStats) ProtoMessage() {} +func (*QueryStats) Descriptor() ([]byte, []int) { + return fileDescriptor_b82aa23c4c11e83f, []int{7} +} +func (m *QueryStats) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *QueryStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_QueryStats.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *QueryStats) XXX_Merge(src proto.Message) { + xxx_messageInfo_QueryStats.Merge(m, src) +} +func (m *QueryStats) XXX_Size() int { + return m.Size() +} +func (m *QueryStats) XXX_DiscardUnknown() { + xxx_messageInfo_QueryStats.DiscardUnknown(m) +} + +var xxx_messageInfo_QueryStats proto.InternalMessageInfo + func init() { proto.RegisterType((*SeriesRequestHints)(nil), "hintspb.SeriesRequestHints") proto.RegisterType((*SeriesResponseHints)(nil), "hintspb.SeriesResponseHints") @@ -304,31 +371,59 @@ func init() { proto.RegisterType((*LabelNamesResponseHints)(nil), "hintspb.LabelNamesResponseHints") proto.RegisterType((*LabelValuesRequestHints)(nil), "hintspb.LabelValuesRequestHints") proto.RegisterType((*LabelValuesResponseHints)(nil), "hintspb.LabelValuesResponseHints") + proto.RegisterType((*QueryStats)(nil), "hintspb.QueryStats") } func init() { proto.RegisterFile("store/hintspb/hints.proto", fileDescriptor_b82aa23c4c11e83f) } var fileDescriptor_b82aa23c4c11e83f = []byte{ - // 295 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2c, 0x2e, 0xc9, 0x2f, - 0x4a, 0xd5, 0xcf, 0xc8, 0xcc, 0x2b, 0x29, 0x2e, 0x48, 0x82, 0xd0, 0x7a, 0x05, 0x45, 0xf9, 0x25, - 0xf9, 0x42, 0xec, 0x50, 0x41, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x98, 0x3e, 0x88, 0x05, - 0x91, 0x96, 0x82, 0xea, 0x04, 0x93, 0x05, 0x49, 0xfa, 0x25, 0x95, 0x05, 0xa9, 0x50, 0x9d, 0x4a, - 0xe1, 0x5c, 0x42, 0xc1, 0xa9, 0x45, 0x99, 0xa9, 0xc5, 0x41, 0xa9, 0x85, 0xa5, 0xa9, 0xc5, 0x25, - 0x1e, 0x20, 0x83, 0x84, 0x1c, 0xb9, 0xf8, 0x92, 0x72, 0xf2, 0x93, 0xb3, 0xe3, 0x73, 0x13, 0x4b, - 0x92, 0x33, 0x52, 0x8b, 0x8a, 0x25, 0x18, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0x44, 0xf4, 0x4a, 0x32, - 0x12, 0xf3, 0xf2, 0x8b, 0xf5, 0x7c, 0x12, 0x93, 0x52, 0x73, 0x7c, 0x21, 0x92, 0x4e, 0x2c, 0x27, - 0xee, 0xc9, 0x33, 0x04, 0xf1, 0x82, 0x75, 0x40, 0xc5, 0x8a, 0x95, 0x82, 0xb8, 0x84, 0x61, 0x06, - 0x17, 0x17, 0xe4, 0xe7, 0x15, 0xa7, 0x42, 0x4c, 0xb6, 0xe6, 0xe2, 0x2b, 0x2c, 0x05, 0x89, 0xa7, - 0xc4, 0x83, 0xd5, 0xc3, 0x4c, 0xe6, 0xd3, 0x83, 0x7a, 0x41, 0xcf, 0x09, 0x24, 0x0c, 0x33, 0x13, - 0xaa, 0x16, 0x2c, 0x56, 0xac, 0x24, 0xce, 0xc5, 0x0a, 0x66, 0x09, 0xf1, 0x71, 0x31, 0x65, 0xa6, - 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x31, 0x65, 0xa6, 0x28, 0x45, 0x73, 0x89, 0x81, 0x5d, - 0xe4, 0x97, 0x98, 0x4b, 0x7d, 0x9f, 0x84, 0x71, 0x89, 0x23, 0x1b, 0x4e, 0x35, 0xdf, 0xc4, 0x40, - 0xcd, 0x0d, 0x4b, 0xcc, 0x29, 0xa5, 0xbe, 0xab, 0xc3, 0xb9, 0x24, 0x50, 0x4c, 0xa7, 0x96, 0xb3, - 0x9d, 0x54, 0x4f, 0x3c, 0x94, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, - 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, - 0x28, 0x58, 0x4a, 0x4c, 0x62, 0x03, 0xa7, 0x2f, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x47, - 0x2f, 0x08, 0x1f, 0xb6, 0x02, 0x00, 0x00, + // 731 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x4f, 0xdb, 0x30, + 0x1c, 0x6d, 0x28, 0x1f, 0xc5, 0x1d, 0xa1, 0xb8, 0x05, 0x02, 0x87, 0x80, 0x2a, 0x21, 0xb1, 0x09, + 0xa5, 0x13, 0xd3, 0x34, 0x6d, 0x3b, 0xf1, 0x21, 0x34, 0x4d, 0x63, 0x12, 0xe9, 0xc4, 0xa4, 0x6d, + 0x92, 0x95, 0x34, 0x26, 0x8d, 0x48, 0xe3, 0x12, 0x3b, 0x9a, 0xe0, 0xbe, 0xeb, 0xb4, 0xe3, 0xfe, + 0x24, 0x8e, 0x1c, 0x77, 0xda, 0x07, 0x68, 0xff, 0xc7, 0x14, 0x7f, 0x34, 0x4e, 0xb9, 0xec, 0xd0, + 0x0b, 0xb4, 0xef, 0xf7, 0xde, 0xf3, 0x7b, 0x76, 0x1a, 0x83, 0x35, 0xca, 0x48, 0x8a, 0x3b, 0xfd, + 0x28, 0x61, 0x74, 0xe8, 0x8b, 0xff, 0xce, 0x30, 0x25, 0x8c, 0xc0, 0x39, 0x09, 0xae, 0xb7, 0x42, + 0x12, 0x12, 0x8e, 0x75, 0xf2, 0x4f, 0x62, 0xbc, 0x6e, 0x87, 0x84, 0x84, 0x31, 0xee, 0xf0, 0x6f, + 0x7e, 0x76, 0xd6, 0x09, 0xb2, 0xd4, 0x63, 0x11, 0x49, 0xe4, 0x5c, 0x3a, 0xf3, 0xbf, 0x43, 0xbf, + 0xc3, 0x2e, 0x87, 0x58, 0x3a, 0xb7, 0xbf, 0x18, 0x00, 0x76, 0x71, 0x1a, 0x61, 0xea, 0xe2, 0x8b, + 0x0c, 0x53, 0xf6, 0x2a, 0x5f, 0x09, 0xee, 0x01, 0xd3, 0x8f, 0x49, 0xef, 0x1c, 0x0d, 0x3c, 0xd6, + 0xeb, 0xe3, 0x94, 0x5a, 0xc6, 0x66, 0x75, 0xbb, 0xbe, 0xdb, 0x72, 0x58, 0xdf, 0x4b, 0x08, 0x75, + 0xde, 0x78, 0x3e, 0x8e, 0x8f, 0xc5, 0x70, 0x7f, 0xfa, 0xfa, 0xe7, 0x46, 0xc5, 0x5d, 0xe0, 0x0a, + 0x89, 0x51, 0xb8, 0x03, 0x20, 0x4e, 0x3c, 0x3f, 0xc6, 0xe8, 0x22, 0xc3, 0xe9, 0x25, 0xa2, 0xcc, + 0x63, 0xd4, 0x9a, 0xda, 0x34, 0xb6, 0x6b, 0x6e, 0x43, 0x4c, 0x4e, 0xf2, 0x41, 0x37, 0xc7, 0xdb, + 0x5f, 0x0d, 0xd0, 0x54, 0x39, 0xe8, 0x90, 0x24, 0x14, 0x8b, 0x20, 0x2f, 0x81, 0x99, 0xcb, 0x23, + 0x1c, 0x20, 0x6e, 0xaf, 0x82, 0x98, 0x8e, 0xdc, 0x12, 0x67, 0x3f, 0x87, 0x55, 0x04, 0xc9, 0xe5, + 0x18, 0x85, 0x2f, 0x40, 0x7d, 0x7c, 0xed, 0xfa, 0x6e, 0x73, 0xa4, 0x2c, 0x96, 0xe7, 0x72, 0xc3, + 0x05, 0x17, 0x45, 0xa0, 0x55, 0x30, 0xc3, 0x5d, 0xa0, 0x09, 0xa6, 0xa2, 0xc0, 0x32, 0x36, 0x8d, + 0xed, 0x79, 0x77, 0x2a, 0x0a, 0xda, 0x1f, 0xc1, 0x0a, 0x2f, 0xff, 0xd6, 0x1b, 0x4c, 0x7c, 0xd3, + 0xda, 0xa7, 0x60, 0x55, 0x37, 0x9f, 0xd4, 0x4e, 0xb4, 0x3f, 0x49, 0xdf, 0x53, 0x2f, 0xce, 0x26, + 0x9f, 0xfa, 0x3d, 0xb0, 0x4a, 0xee, 0x13, 0x8b, 0xfd, 0xb7, 0x06, 0x40, 0x71, 0x4a, 0x70, 0x4b, + 0x46, 0xa5, 0x48, 0xd2, 0xf8, 0xb1, 0x54, 0x65, 0x1c, 0x7a, 0x22, 0x40, 0xe8, 0x80, 0xe6, 0x00, + 0xa7, 0x21, 0x0e, 0x10, 0xe5, 0x4f, 0x14, 0xea, 0x91, 0x2c, 0x61, 0xfc, 0xf8, 0xab, 0xee, 0x92, + 0x18, 0x89, 0x67, 0xed, 0x20, 0x1f, 0x68, 0xfc, 0x5e, 0x3f, 0x4b, 0xce, 0x15, 0xbf, 0xaa, 0xf3, + 0x0f, 0xf8, 0x44, 0xf0, 0x1f, 0x82, 0xc6, 0x90, 0x50, 0x16, 0x25, 0x21, 0x45, 0x8c, 0x64, 0xbd, + 0x3e, 0x0e, 0xac, 0x69, 0x4e, 0x5e, 0x54, 0xf8, 0x3b, 0x01, 0xc3, 0xe7, 0x60, 0x6d, 0x9c, 0x8a, + 0x68, 0x74, 0x85, 0x11, 0xcd, 0x06, 0xd6, 0x0c, 0xd7, 0xac, 0x8c, 0x69, 0xba, 0xd1, 0x15, 0xee, + 0x66, 0x03, 0xf8, 0x08, 0x2c, 0x69, 0x52, 0x74, 0x86, 0x59, 0xaf, 0x6f, 0xcd, 0x8e, 0x2f, 0x73, + 0x94, 0xc3, 0xa5, 0x44, 0x9c, 0x88, 0x03, 0x6b, 0xae, 0x4c, 0x3d, 0x12, 0x70, 0x29, 0x91, 0xa4, + 0x16, 0x89, 0x6a, 0xe5, 0x44, 0x52, 0xa3, 0x12, 0x3d, 0x06, 0xad, 0xb2, 0x54, 0x6e, 0xd4, 0x3c, + 0x57, 0xc1, 0x92, 0x4a, 0xec, 0xd4, 0x16, 0x30, 0xe5, 0x11, 0xa8, 0x7d, 0x02, 0xe2, 0xc0, 0x04, + 0xaa, 0x76, 0xe9, 0x29, 0x58, 0x2d, 0xd3, 0x8a, 0x44, 0x75, 0xce, 0x6f, 0x95, 0xf8, 0x2a, 0x4f, + 0xe1, 0xae, 0x3a, 0x3f, 0xd0, 0xdd, 0x55, 0xe3, 0xc2, 0xfd, 0x5e, 0xdf, 0x05, 0xdd, 0x7d, 0xac, + 0xed, 0x0e, 0x80, 0xba, 0x4c, 0x76, 0x35, 0xb9, 0xa2, 0xa1, 0x29, 0x46, 0x4d, 0xe5, 0xc3, 0xa3, + 0x9a, 0x2e, 0x8a, 0x2c, 0x02, 0xd5, 0x9a, 0x96, 0x69, 0x45, 0x96, 0x86, 0xc8, 0x52, 0xe2, 0x6b, + 0x4d, 0xa5, 0x4c, 0x35, 0x5d, 0xd2, 0xdd, 0xb5, 0xa6, 0x65, 0x5a, 0xe1, 0x0e, 0x75, 0xf7, 0xfb, + 0x4d, 0x75, 0x99, 0x6c, 0xda, 0x14, 0x4d, 0x35, 0x85, 0x68, 0xfa, 0x0c, 0x58, 0x81, 0xc7, 0x3c, + 0x14, 0x90, 0xcf, 0x49, 0x4c, 0xbc, 0x40, 0x5f, 0xa5, 0xc5, 0x35, 0xcb, 0xf9, 0xfc, 0x70, 0x34, + 0x56, 0xcb, 0x1c, 0x83, 0x46, 0x88, 0x19, 0xf2, 0xe2, 0x18, 0xa9, 0xfb, 0xc9, 0x5a, 0xe6, 0xaf, + 0xe4, 0x35, 0x47, 0x5c, 0x60, 0x8e, 0xba, 0xc0, 0x9c, 0x43, 0x49, 0xd8, 0xaf, 0xe5, 0xaf, 0x85, + 0xef, 0xbf, 0x36, 0x0c, 0xd7, 0x0c, 0x31, 0xdb, 0x8b, 0x63, 0x35, 0x81, 0xaf, 0x81, 0xc9, 0x7f, + 0x9a, 0x85, 0xd9, 0xca, 0xff, 0x9b, 0x2d, 0x70, 0xe9, 0x68, 0xb0, 0x75, 0xfd, 0xc7, 0xae, 0x5c, + 0xdf, 0xda, 0xc6, 0xcd, 0xad, 0x6d, 0xfc, 0xbe, 0xb5, 0x8d, 0x6f, 0x77, 0x76, 0xe5, 0xe6, 0xce, + 0xae, 0xfc, 0xb8, 0xb3, 0x2b, 0x1f, 0xd4, 0xed, 0xeb, 0xcf, 0x72, 0xcb, 0x27, 0xff, 0x02, 0x00, + 0x00, 0xff, 0xff, 0x49, 0xb6, 0x83, 0x90, 0xaa, 0x07, 0x00, 0x00, } func (m *SeriesRequestHints) Marshal() (dAtA []byte, err error) { @@ -351,6 +446,16 @@ func (m *SeriesRequestHints) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.EnableQueryStats { + i-- + if m.EnableQueryStats { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x10 + } if len(m.BlockMatchers) > 0 { for iNdEx := len(m.BlockMatchers) - 1; iNdEx >= 0; iNdEx-- { { @@ -388,6 +493,18 @@ func (m *SeriesResponseHints) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.QueryStats != nil { + { + size, err := m.QueryStats.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintHints(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } if len(m.QueriedBlocks) > 0 { for iNdEx := len(m.QueriedBlocks) - 1; iNdEx >= 0; iNdEx-- { { @@ -583,6 +700,159 @@ func (m *LabelValuesResponseHints) MarshalToSizedBuffer(dAtA []byte) (int, error return len(dAtA) - i, nil } +func (m *QueryStats) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *QueryStats) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryStats) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + n2, err2 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MergeDuration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.MergeDuration):]) + if err2 != nil { + return 0, err2 + } + i -= n2 + i = encodeVarintHints(dAtA, i, uint64(n2)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xb2 + n3, err3 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.GetAllDuration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.GetAllDuration):]) + if err3 != nil { + return 0, err3 + } + i -= n3 + i = encodeVarintHints(dAtA, i, uint64(n3)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xaa + if m.DataDownloadedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.DataDownloadedSizeSum)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xa0 + } + if m.ChunksFetchCount != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.ChunksFetchCount)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x98 + } + if m.ChunksFetchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.ChunksFetchedSizeSum)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x90 + } + if m.ChunksFetched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.ChunksFetched)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x88 + } + if m.ChunksTouchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.ChunksTouchedSizeSum)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x80 + } + if m.ChunksTouched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.ChunksTouched)) + i-- + dAtA[i] = 0x78 + } + if m.SeriesFetchCount != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.SeriesFetchCount)) + i-- + dAtA[i] = 0x70 + } + if m.SeriesFetchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.SeriesFetchedSizeSum)) + i-- + dAtA[i] = 0x68 + } + if m.SeriesFetched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.SeriesFetched)) + i-- + dAtA[i] = 0x60 + } + if m.SeriesTouchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.SeriesTouchedSizeSum)) + i-- + dAtA[i] = 0x58 + } + if m.SeriesTouched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.SeriesTouched)) + i-- + dAtA[i] = 0x50 + } + if m.PostingsFetchCount != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsFetchCount)) + i-- + dAtA[i] = 0x48 + } + if m.PostingsFetchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsFetchedSizeSum)) + i-- + dAtA[i] = 0x40 + } + if m.PostingsFetched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsFetched)) + i-- + dAtA[i] = 0x38 + } + if m.PostingsToFetch != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsToFetch)) + i-- + dAtA[i] = 0x30 + } + if m.PostingsTouchedSizeSum != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsTouchedSizeSum)) + i-- + dAtA[i] = 0x28 + } + if m.PostingsTouched != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.PostingsTouched)) + i-- + dAtA[i] = 0x20 + } + if m.MergedChunksCount != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.MergedChunksCount)) + i-- + dAtA[i] = 0x18 + } + if m.MergedSeriesCount != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.MergedSeriesCount)) + i-- + dAtA[i] = 0x10 + } + if m.BlocksQueried != 0 { + i = encodeVarintHints(dAtA, i, uint64(m.BlocksQueried)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + func encodeVarintHints(dAtA []byte, offset int, v uint64) int { offset -= sovHints(v) base := offset @@ -606,6 +876,9 @@ func (m *SeriesRequestHints) Size() (n int) { n += 1 + l + sovHints(uint64(l)) } } + if m.EnableQueryStats { + n += 2 + } return n } @@ -621,6 +894,10 @@ func (m *SeriesResponseHints) Size() (n int) { n += 1 + l + sovHints(uint64(l)) } } + if m.QueryStats != nil { + l = m.QueryStats.Size() + n += 1 + l + sovHints(uint64(l)) + } return n } @@ -697,6 +974,79 @@ func (m *LabelValuesResponseHints) Size() (n int) { return n } +func (m *QueryStats) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.BlocksQueried != 0 { + n += 1 + sovHints(uint64(m.BlocksQueried)) + } + if m.MergedSeriesCount != 0 { + n += 1 + sovHints(uint64(m.MergedSeriesCount)) + } + if m.MergedChunksCount != 0 { + n += 1 + sovHints(uint64(m.MergedChunksCount)) + } + if m.PostingsTouched != 0 { + n += 1 + sovHints(uint64(m.PostingsTouched)) + } + if m.PostingsTouchedSizeSum != 0 { + n += 1 + sovHints(uint64(m.PostingsTouchedSizeSum)) + } + if m.PostingsToFetch != 0 { + n += 1 + sovHints(uint64(m.PostingsToFetch)) + } + if m.PostingsFetched != 0 { + n += 1 + sovHints(uint64(m.PostingsFetched)) + } + if m.PostingsFetchedSizeSum != 0 { + n += 1 + sovHints(uint64(m.PostingsFetchedSizeSum)) + } + if m.PostingsFetchCount != 0 { + n += 1 + sovHints(uint64(m.PostingsFetchCount)) + } + if m.SeriesTouched != 0 { + n += 1 + sovHints(uint64(m.SeriesTouched)) + } + if m.SeriesTouchedSizeSum != 0 { + n += 1 + sovHints(uint64(m.SeriesTouchedSizeSum)) + } + if m.SeriesFetched != 0 { + n += 1 + sovHints(uint64(m.SeriesFetched)) + } + if m.SeriesFetchedSizeSum != 0 { + n += 1 + sovHints(uint64(m.SeriesFetchedSizeSum)) + } + if m.SeriesFetchCount != 0 { + n += 1 + sovHints(uint64(m.SeriesFetchCount)) + } + if m.ChunksTouched != 0 { + n += 1 + sovHints(uint64(m.ChunksTouched)) + } + if m.ChunksTouchedSizeSum != 0 { + n += 2 + sovHints(uint64(m.ChunksTouchedSizeSum)) + } + if m.ChunksFetched != 0 { + n += 2 + sovHints(uint64(m.ChunksFetched)) + } + if m.ChunksFetchedSizeSum != 0 { + n += 2 + sovHints(uint64(m.ChunksFetchedSizeSum)) + } + if m.ChunksFetchCount != 0 { + n += 2 + sovHints(uint64(m.ChunksFetchCount)) + } + if m.DataDownloadedSizeSum != 0 { + n += 2 + sovHints(uint64(m.DataDownloadedSizeSum)) + } + l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.GetAllDuration) + n += 2 + l + sovHints(uint64(l)) + l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.MergeDuration) + n += 2 + l + sovHints(uint64(l)) + return n +} + func sovHints(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -766,6 +1116,26 @@ func (m *SeriesRequestHints) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field EnableQueryStats", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.EnableQueryStats = bool(v != 0) default: iNdEx = preIndex skippy, err := skipHints(dAtA[iNdEx:]) @@ -850,6 +1220,42 @@ func (m *SeriesResponseHints) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field QueryStats", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthHints + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthHints + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.QueryStats == nil { + m.QueryStats = &QueryStats{} + } + if err := m.QueryStats.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipHints(dAtA[iNdEx:]) @@ -1289,6 +1695,502 @@ func (m *LabelValuesResponseHints) Unmarshal(dAtA []byte) error { } return nil } +func (m *QueryStats) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: QueryStats: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: QueryStats: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field BlocksQueried", wireType) + } + m.BlocksQueried = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.BlocksQueried |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MergedSeriesCount", wireType) + } + m.MergedSeriesCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MergedSeriesCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MergedChunksCount", wireType) + } + m.MergedChunksCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MergedChunksCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsTouched", wireType) + } + m.PostingsTouched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsTouched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsTouchedSizeSum", wireType) + } + m.PostingsTouchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsTouchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsToFetch", wireType) + } + m.PostingsToFetch = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsToFetch |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsFetched", wireType) + } + m.PostingsFetched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsFetched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 8: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsFetchedSizeSum", wireType) + } + m.PostingsFetchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsFetchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PostingsFetchCount", wireType) + } + m.PostingsFetchCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.PostingsFetchCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 10: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SeriesTouched", wireType) + } + m.SeriesTouched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SeriesTouched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 11: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SeriesTouchedSizeSum", wireType) + } + m.SeriesTouchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SeriesTouchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 12: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SeriesFetched", wireType) + } + m.SeriesFetched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SeriesFetched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 13: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SeriesFetchedSizeSum", wireType) + } + m.SeriesFetchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SeriesFetchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 14: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SeriesFetchCount", wireType) + } + m.SeriesFetchCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SeriesFetchCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 15: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChunksTouched", wireType) + } + m.ChunksTouched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChunksTouched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 16: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChunksTouchedSizeSum", wireType) + } + m.ChunksTouchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChunksTouchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 17: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChunksFetched", wireType) + } + m.ChunksFetched = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChunksFetched |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 18: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChunksFetchedSizeSum", wireType) + } + m.ChunksFetchedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChunksFetchedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 19: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChunksFetchCount", wireType) + } + m.ChunksFetchCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChunksFetchCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 20: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DataDownloadedSizeSum", wireType) + } + m.DataDownloadedSizeSum = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.DataDownloadedSizeSum |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 21: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field GetAllDuration", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthHints + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthHints + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&m.GetAllDuration, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 22: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field MergeDuration", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHints + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthHints + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthHints + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&m.MergeDuration, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipHints(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthHints + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipHints(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/pkg/store/hintspb/hints.proto b/pkg/store/hintspb/hints.proto index f7cf68d3ff..69c60d2a7d 100644 --- a/pkg/store/hintspb/hints.proto +++ b/pkg/store/hintspb/hints.proto @@ -5,6 +5,7 @@ syntax = "proto3"; package hintspb; import "gogoproto/gogo.proto"; +import "google/protobuf/duration.proto"; import "store/storepb/types.proto"; option go_package = "hintspb"; @@ -24,11 +25,15 @@ message SeriesRequestHints { /// labels to filter which blocks get queried. If the list is empty, no per-block filtering /// is applied. repeated thanos.LabelMatcher block_matchers = 1 [(gogoproto.nullable) = false]; + + bool enable_query_stats = 2; } message SeriesResponseHints { /// queried_blocks is the list of blocks that have been queried. repeated Block queried_blocks = 1 [(gogoproto.nullable) = false]; + /// query_stats contains statistics of querying store gateway. + QueryStats query_stats = 2 [(gogoproto.nullable) = true]; } message Block { @@ -58,4 +63,34 @@ message LabelValuesRequestHints { message LabelValuesResponseHints { /// queried_blocks is the list of blocks that have been queried. repeated Block queried_blocks = 1 [(gogoproto.nullable) = false]; +} + +/// QueryStats fields are unstable and might change in the future. +message QueryStats { + int64 blocks_queried = 1; + int64 merged_series_count = 2; + int64 merged_chunks_count = 3; + + int64 postings_touched = 4; + int64 postings_touched_size_sum = 5; + int64 postings_to_fetch = 6; + int64 postings_fetched = 7; + int64 postings_fetched_size_sum = 8; + int64 postings_fetch_count = 9; + + int64 series_touched = 10; + int64 series_touched_size_sum = 11; + int64 series_fetched = 12; + int64 series_fetched_size_sum = 13; + int64 series_fetch_count = 14; + + int64 chunks_touched = 15; + int64 chunks_touched_size_sum = 16; + int64 chunks_fetched = 17; + int64 chunks_fetched_size_sum = 18; + int64 chunks_fetch_count = 19; + + int64 data_downloaded_size_sum = 20; + google.protobuf.Duration get_all_duration = 21 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false]; + google.protobuf.Duration merge_duration = 22 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false]; } \ No newline at end of file diff --git a/pkg/store/labelpb/label.go b/pkg/store/labelpb/label.go index bc8b83f59b..2829bec439 100644 --- a/pkg/store/labelpb/label.go +++ b/pkg/store/labelpb/label.go @@ -97,14 +97,14 @@ func ZLabelSetsFromPromLabels(lss ...labels.Labels) []ZLabelSet { sets := make([]ZLabelSet, 0, len(lss)) for _, ls := range lss { set := ZLabelSet{ - Labels: make([]ZLabel, 0, len(ls)), + Labels: make([]ZLabel, 0, ls.Len()), } - for _, lbl := range ls { + ls.Range(func(lbl labels.Label) { set.Labels = append(set.Labels, ZLabel{ Name: lbl.Name, Value: lbl.Value, }) - } + }) sets = append(sets, set) } @@ -291,31 +291,15 @@ func (m *ZLabel) Compare(other ZLabel) int { // The type conversion is done safely, which means we don't modify extend labels underlying array. // // In case of existing labels already present in given label set, it will be overwritten by external one. -// NOTE: Labels and extend has to be sorted. func ExtendSortedLabels(lset, extend labels.Labels) labels.Labels { - ret := make(labels.Labels, 0, len(lset)+len(extend)) - - // Inject external labels in place. - for len(lset) > 0 && len(extend) > 0 { - d := strings.Compare(lset[0].Name, extend[0].Name) - if d == 0 { - // Duplicate, prefer external labels. - // NOTE(fabxc): Maybe move it to a prefixed version to still ensure uniqueness of series? - ret = append(ret, extend[0]) - lset, extend = lset[1:], extend[1:] - } else if d < 0 { - ret = append(ret, lset[0]) - lset = lset[1:] - } else if d > 0 { - ret = append(ret, extend[0]) - extend = extend[1:] - } + if extend.IsEmpty() { + return lset.Copy() } - - // Append all remaining elements. - ret = append(ret, lset...) - ret = append(ret, extend...) - return ret + b := labels.NewBuilder(lset) + extend.Range(func(l labels.Label) { + b.Set(l.Name, l.Value) + }) + return b.Labels() } func PromLabelSetsToString(lsets []labels.Labels) string { @@ -332,7 +316,6 @@ func (m *ZLabelSet) UnmarshalJSON(entry []byte) error { if err := lbls.UnmarshalJSON(entry); err != nil { return errors.Wrapf(err, "labels: labels field unmarshal: %v", string(entry)) } - sort.Sort(lbls) m.Labels = ZLabelsFromPromLabels(lbls) return nil } diff --git a/pkg/store/labelpb/label_test.go b/pkg/store/labelpb/label_test.go index f092a58fe7..4987e8f5fa 100644 --- a/pkg/store/labelpb/label_test.go +++ b/pkg/store/labelpb/label_test.go @@ -6,9 +6,6 @@ package labelpb import ( "fmt" "io" - "reflect" - "sort" - "strings" "testing" "github.com/prometheus/prometheus/model/labels" @@ -16,231 +13,30 @@ import ( "github.com/efficientgo/core/testutil" ) -var testLsetMap = map[string]string{ - "a": "1", - "c": "2", - "d": "dsfsdfsdfsdf123414234", - "124134235423534534ffdasdfsf": "1", - "": "", - "b": "", -} - -func TestLabelsToPromLabels_LabelsToPromLabels(t *testing.T) { - testutil.Equals(t, labels.FromMap(testLsetMap), ZLabelsToPromLabels(ZLabelsFromPromLabels(labels.FromMap(testLsetMap)))) - - lset := labels.FromMap(testLsetMap) - for i := range ZLabelsFromPromLabels(lset) { - if lset[i].Name != "a" { - continue - } - lset[i].Value += "yolo" - - } - m := lset.Map() - testutil.Equals(t, "1yolo", m["a"]) - - m["a"] = "1" - testutil.Equals(t, testLsetMap, m) -} - -func TestLabelMarshal_Unmarshal(t *testing.T) { - l := ZLabelsFromPromLabels(labels.FromStrings("aaaaaaa", "bbbbb"))[0] - b, err := (&l).Marshal() - testutil.Ok(t, err) - - l2 := &ZLabel{} - testutil.Ok(t, l2.Unmarshal(b)) - testutil.Equals(t, labels.FromStrings("aaaaaaa", "bbbbb"), ZLabelsToPromLabels([]ZLabel{*l2})) -} - func TestExtendLabels(t *testing.T) { - testutil.Equals(t, labels.Labels{{Name: "a", Value: "1"}, {Name: "replica", Value: "01"}, {Name: "xb", Value: "2"}}, - ExtendSortedLabels(labels.Labels{{Name: "a", Value: "1"}, {Name: "xb", Value: "2"}}, labels.FromStrings("replica", "01"))) - - testutil.Equals(t, labels.Labels{{Name: "replica", Value: "01"}}, - ExtendSortedLabels(labels.Labels{}, labels.FromStrings("replica", "01"))) - - testutil.Equals(t, labels.Labels{{Name: "a", Value: "1"}, {Name: "replica", Value: "01"}, {Name: "xb", Value: "2"}}, - ExtendSortedLabels(labels.Labels{{Name: "a", Value: "1"}, {Name: "replica", Value: "NOT01"}, {Name: "xb", Value: "2"}}, labels.FromStrings("replica", "01"))) + testutil.Equals(t, + labels.FromStrings("a", "1", "replica", "01", "xb", "2"), + ExtendSortedLabels( + labels.FromStrings("a", "1", "xb", "2"), + labels.FromStrings("replica", "01"), + )) + + testutil.Equals(t, + labels.FromStrings("replica", "01"), + ExtendSortedLabels( + labels.EmptyLabels(), + labels.FromStrings("replica", "01"), + )) + + testutil.Equals(t, labels.FromStrings("a", "1", "replica", "01", "xb", "2"), + ExtendSortedLabels( + labels.FromStrings("a", "1", "replica", "NOT01", "xb", "2"), + labels.FromStrings("replica", "01"), + )) testInjectExtLabels(testutil.NewTB(t)) } -func TestValidateLabels(t *testing.T) { - testCases := []struct { - labelSet []ZLabel - expectedErr error - }{ - { - // No labels at all. - labelSet: []ZLabel{}, - expectedErr: ErrEmptyLabels, - }, - { - // Empty label. - labelSet: []ZLabel{ - { - Name: "foo", - Value: "bar", - }, - { - Name: "", - Value: "baz", - }, - }, - expectedErr: ErrEmptyLabels, - }, - { - // Empty label (first label). - labelSet: []ZLabel{ - { - Name: "", - Value: "bar", - }, - { - Name: "foo", - Value: "baz", - }, - }, - expectedErr: ErrEmptyLabels, - }, - { - // Empty label (empty value). - labelSet: []ZLabel{ - { - Name: "foo", - Value: "bar", - }, - { - Name: "baz", - Value: "", - }, - }, - expectedErr: ErrEmptyLabels, - }, - { - // Out-of-order and duplicate label (out-of-order comes first). - labelSet: []ZLabel{ - { - Name: "foo", - Value: "bar", - }, - { - Name: "test", - Value: "baz", - }, - { - Name: "foo", - Value: "bar", - }, - }, - expectedErr: ErrOutOfOrderLabels, - }, - { - // Out-of-order and duplicate label (out-of-order comes first). - labelSet: []ZLabel{ - { - Name: "__test__", - Value: "baz", - }, - { - Name: "foo", - Value: "bar", - }, - { - Name: "foo", - Value: "bar", - }, - { - Name: "test", - Value: "baz", - }, - }, - expectedErr: ErrDuplicateLabels, - }, - { - // Empty and duplicate label (empty comes first). - labelSet: []ZLabel{ - { - Name: "foo", - Value: "bar", - }, - { - Name: "", - Value: "baz", - }, - { - Name: "foo", - Value: "bar", - }, - }, - expectedErr: ErrEmptyLabels, - }, - { - // Wrong order. - labelSet: []ZLabel{ - { - Name: "a", - Value: "bar", - }, - { - Name: "b", - Value: "baz", - }, - { - Name: "__name__", - Value: "test", - }, - }, - expectedErr: ErrOutOfOrderLabels, - }, - { - // Wrong order and duplicate (wrong order comes first). - labelSet: []ZLabel{ - { - Name: "a", - Value: "bar", - }, - { - Name: "__name__", - Value: "test", - }, - { - Name: "a", - Value: "bar", - }, - }, - expectedErr: ErrOutOfOrderLabels, - }, - { - // All good. - labelSet: []ZLabel{ - { - Name: "__name__", - Value: "test", - }, - { - Name: "a1", - Value: "bar", - }, - { - Name: "a2", - Value: "baz", - }, - }, - expectedErr: nil, - }, - } - - for i, tc := range testCases { - t.Run(fmt.Sprintf("case %d", i+1), func(t *testing.T) { - err := ValidateLabels(tc.labelSet) - testutil.Equals(t, tc.expectedErr, err) - }) - } - -} - func BenchmarkExtendLabels(b *testing.B) { testInjectExtLabels(testutil.NewTB(b)) } @@ -268,11 +64,11 @@ func testInjectExtLabels(tb testutil.TB) { "service", "sdd-acct-mngr-metrics", "support", "Self-Support", // Should be overwritten. ) - extLset := labels.FromStrings( - "support", "Host-Support", - "replica", "1", - "tenant", "2342", - ) + extLset := labels.FromMap(map[string]string{ + "replica": "1", + "support": "Host-Support", + "tenant": "2342", + }) tb.ResetTimer() for i := 0; i < tb.N(); i++ { x = ExtendSortedLabels(in, extLset) @@ -304,305 +100,3 @@ func testInjectExtLabels(tb testutil.TB) { } fmt.Fprint(io.Discard, x) } - -var ( - zdest ZLabel - dest Label -) - -func BenchmarkZLabelsMarshalUnmarshal(b *testing.B) { - const ( - fmtLbl = "%07daaaaaaaaaabbbbbbbbbbccccccccccdddddddddd" - num = 1000000 - ) - - b.Run("Label", func(b *testing.B) { - b.ReportAllocs() - lbls := LabelSet{Labels: make([]Label, 0, num)} - for i := 0; i < num; i++ { - lbls.Labels = append(lbls.Labels, Label{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)}) - } - b.ResetTimer() - - for i := 0; i < b.N; i++ { - data, err := lbls.Marshal() - testutil.Ok(b, err) - - dest = Label{} - testutil.Ok(b, (&dest).Unmarshal(data)) - } - }) - - b.Run("ZLabel", func(b *testing.B) { - b.ReportAllocs() - lbls := ZLabelSet{Labels: make([]ZLabel, 0, num)} - for i := 0; i < num; i++ { - lbls.Labels = append(lbls.Labels, ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)}) - } - b.ResetTimer() - - for i := 0; i < b.N; i++ { - data, err := lbls.Marshal() - testutil.Ok(b, err) - - zdest = ZLabel{} - testutil.Ok(b, (&zdest).Unmarshal(data)) - } - }) -} - -func BenchmarkTransformWithAndWithoutCopyWithSingleLabel(b *testing.B) { - benchmarkTransformWithAndWithoutCopy(b, 1) -} - -func BenchmarkTransformWithAndWithoutCopyWith1000Labels(b *testing.B) { - benchmarkTransformWithAndWithoutCopy(b, 1000) -} - -func BenchmarkTransformWithAndWithoutCopyWith100000Labels(b *testing.B) { - benchmarkTransformWithAndWithoutCopy(b, 100000) -} - -var ret labels.Labels - -func benchmarkTransformWithAndWithoutCopy(b *testing.B, num int) { - const fmtLbl = "%07daaaaaaaaaabbbbbbbbbbccccccccccdddddddddd" - - b.Run("ZLabelsToPromLabels", func(b *testing.B) { - b.ReportAllocs() - lbls := make([]ZLabel, num) - for i := 0; i < num; i++ { - lbls[i] = ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)} - } - b.ResetTimer() - - for i := 0; i < b.N; i++ { - ret = ZLabelsToPromLabels(lbls) - } - }) - b.Run("ZLabelsToPromLabelsWithRealloc", func(b *testing.B) { - b.ReportAllocs() - lbls := make([]ZLabel, num) - for i := 0; i < num; i++ { - lbls[i] = ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)} - } - b.ResetTimer() - - for i := 0; i < b.N; i++ { - ReAllocZLabelsStrings(&lbls, true) - ret = ZLabelsToPromLabels(lbls) - } - }) -} - -func TestSortZLabelSets(t *testing.T) { - expectedResult := ZLabelSets{ - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "Info", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "LabelNames", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "aa": "1", - "bb": "2", - "cc": "3", - "dd": "4", - "ee": "5", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "aa": "1", - "bb": "2", - "cc": "3", - "dd": "4", - "ee": "5", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_server_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "Info", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "up", - "instance": "localhost:10908", - }), - ), - }, - } - - list := ZLabelSets{ - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "up", - "instance": "localhost:10908", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_server_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "Info", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "LabelNames", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "grpc_method": "Info", - }), - ), - }, - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "__name__": "grpc_client_handled_total", - "cluster": "test", - "grpc_code": "OK", - "aa": "1", - "bb": "2", - "cc": "3", - "dd": "4", - "ee": "5", - }), - ), - }, - // This label set is the same as the previous one, which should correctly return 0 in Less() function. - { - Labels: ZLabelsFromPromLabels( - labels.FromMap(map[string]string{ - "cluster": "test", - "__name__": "grpc_client_handled_total", - "grpc_code": "OK", - "aa": "1", - "bb": "2", - "cc": "3", - "dd": "4", - "ee": "5", - }), - ), - }, - } - - sort.Sort(list) - reflect.DeepEqual(expectedResult, list) -} - -func TestHashWithPrefix(t *testing.T) { - lbls := []ZLabel{ - {Name: "foo", Value: "bar"}, - {Name: "baz", Value: "qux"}, - } - testutil.Equals(t, HashWithPrefix("a", lbls), HashWithPrefix("a", lbls)) - testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("a", []ZLabel{lbls[0]})) - testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("a", []ZLabel{lbls[1], lbls[0]})) - testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("b", lbls)) -} - -var benchmarkLabelsResult uint64 - -func BenchmarkHasWithPrefix(b *testing.B) { - for _, tcase := range []struct { - name string - lbls []ZLabel - }{ - { - name: "typical labels under 1KB", - lbls: func() []ZLabel { - lbls := make([]ZLabel, 10) - for i := 0; i < len(lbls); i++ { - // ZLabel ~20B name, 50B value. - lbls[i] = ZLabel{Name: fmt.Sprintf("abcdefghijabcdefghijabcdefghij%d", i), Value: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i)} - } - return lbls - }(), - }, - { - name: "bigger labels over 1KB", - lbls: func() []ZLabel { - lbls := make([]ZLabel, 10) - for i := 0; i < len(lbls); i++ { - //ZLabel ~50B name, 50B value. - lbls[i] = ZLabel{Name: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i), Value: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i)} - } - return lbls - }(), - }, - { - name: "extremely large label value 10MB", - lbls: func() []ZLabel { - lbl := &strings.Builder{} - lbl.Grow(1024 * 1024 * 10) // 10MB. - word := "abcdefghij" - for i := 0; i < lbl.Cap()/len(word); i++ { - _, _ = lbl.WriteString(word) - } - return []ZLabel{{Name: "__name__", Value: lbl.String()}} - }(), - }, - } { - b.Run(tcase.name, func(b *testing.B) { - var h uint64 - - const prefix = "test-" - - b.ReportAllocs() - b.ResetTimer() - for i := 0; i < b.N; i++ { - h = HashWithPrefix(prefix, tcase.lbls) - } - benchmarkLabelsResult = h - }) - } -} diff --git a/pkg/store/labelpb/label_zlabel_test.go b/pkg/store/labelpb/label_zlabel_test.go new file mode 100644 index 0000000000..fbe5122e31 --- /dev/null +++ b/pkg/store/labelpb/label_zlabel_test.go @@ -0,0 +1,533 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +//go:build !stringlabels + +package labelpb + +import ( + "fmt" + "reflect" + "sort" + "strings" + "testing" + + "github.com/prometheus/prometheus/model/labels" + + "github.com/efficientgo/core/testutil" +) + +var testLsetMap = map[string]string{ + "a": "1", + "c": "2", + "d": "dsfsdfsdfsdf123414234", + "124134235423534534ffdasdfsf": "1", + "": "", + "b": "", +} + +func TestLabelsToPromLabels_LabelsToPromLabels(t *testing.T) { + testutil.Equals(t, labels.FromMap(testLsetMap), ZLabelsToPromLabels(ZLabelsFromPromLabels(labels.FromMap(testLsetMap)))) + + lset := labels.FromMap(testLsetMap) + zlset := ZLabelsFromPromLabels(lset) + for i := range zlset { + if zlset[i].Name != "a" { + continue + } + zlset[i].Value += "yolo" + } + + m := lset.Map() + testutil.Equals(t, "1yolo", m["a"]) + + m["a"] = "1" + testutil.Equals(t, testLsetMap, m) +} + +func TestLabelMarshal_Unmarshal(t *testing.T) { + l := ZLabelsFromPromLabels(labels.FromStrings("aaaaaaa", "bbbbb"))[0] + b, err := (&l).Marshal() + testutil.Ok(t, err) + + l2 := &ZLabel{} + testutil.Ok(t, l2.Unmarshal(b)) + testutil.Equals(t, labels.FromStrings("aaaaaaa", "bbbbb"), ZLabelsToPromLabels([]ZLabel{*l2})) +} + +func TestValidateLabels(t *testing.T) { + testCases := []struct { + labelSet []ZLabel + expectedErr error + }{ + { + // No labels at all. + labelSet: []ZLabel{}, + expectedErr: ErrEmptyLabels, + }, + { + // Empty label. + labelSet: []ZLabel{ + { + Name: "foo", + Value: "bar", + }, + { + Name: "", + Value: "baz", + }, + }, + expectedErr: ErrEmptyLabels, + }, + { + // Empty label (first label). + labelSet: []ZLabel{ + { + Name: "", + Value: "bar", + }, + { + Name: "foo", + Value: "baz", + }, + }, + expectedErr: ErrEmptyLabels, + }, + { + // Empty label (empty value). + labelSet: []ZLabel{ + { + Name: "foo", + Value: "bar", + }, + { + Name: "baz", + Value: "", + }, + }, + expectedErr: ErrEmptyLabels, + }, + { + // Out-of-order and duplicate label (out-of-order comes first). + labelSet: []ZLabel{ + { + Name: "foo", + Value: "bar", + }, + { + Name: "test", + Value: "baz", + }, + { + Name: "foo", + Value: "bar", + }, + }, + expectedErr: ErrOutOfOrderLabels, + }, + { + // Out-of-order and duplicate label (out-of-order comes first). + labelSet: []ZLabel{ + { + Name: "__test__", + Value: "baz", + }, + { + Name: "foo", + Value: "bar", + }, + { + Name: "foo", + Value: "bar", + }, + { + Name: "test", + Value: "baz", + }, + }, + expectedErr: ErrDuplicateLabels, + }, + { + // Empty and duplicate label (empty comes first). + labelSet: []ZLabel{ + { + Name: "foo", + Value: "bar", + }, + { + Name: "", + Value: "baz", + }, + { + Name: "foo", + Value: "bar", + }, + }, + expectedErr: ErrEmptyLabels, + }, + { + // Wrong order. + labelSet: []ZLabel{ + { + Name: "a", + Value: "bar", + }, + { + Name: "b", + Value: "baz", + }, + { + Name: "__name__", + Value: "test", + }, + }, + expectedErr: ErrOutOfOrderLabels, + }, + { + // Wrong order and duplicate (wrong order comes first). + labelSet: []ZLabel{ + { + Name: "a", + Value: "bar", + }, + { + Name: "__name__", + Value: "test", + }, + { + Name: "a", + Value: "bar", + }, + }, + expectedErr: ErrOutOfOrderLabels, + }, + { + // All good. + labelSet: []ZLabel{ + { + Name: "__name__", + Value: "test", + }, + { + Name: "a1", + Value: "bar", + }, + { + Name: "a2", + Value: "baz", + }, + }, + expectedErr: nil, + }, + } + + for i, tc := range testCases { + t.Run(fmt.Sprintf("case %d", i+1), func(t *testing.T) { + err := ValidateLabels(tc.labelSet) + testutil.Equals(t, tc.expectedErr, err) + }) + } + +} + +var ( + zdest ZLabel + dest Label +) + +func BenchmarkZLabelsMarshalUnmarshal(b *testing.B) { + const ( + fmtLbl = "%07daaaaaaaaaabbbbbbbbbbccccccccccdddddddddd" + num = 1000000 + ) + + b.Run("Label", func(b *testing.B) { + b.ReportAllocs() + lbls := LabelSet{Labels: make([]Label, 0, num)} + for i := 0; i < num; i++ { + lbls.Labels = append(lbls.Labels, Label{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)}) + } + b.ResetTimer() + + for i := 0; i < b.N; i++ { + data, err := lbls.Marshal() + testutil.Ok(b, err) + + dest = Label{} + testutil.Ok(b, (&dest).Unmarshal(data)) + } + }) + + b.Run("ZLabel", func(b *testing.B) { + b.ReportAllocs() + lbls := ZLabelSet{Labels: make([]ZLabel, 0, num)} + for i := 0; i < num; i++ { + lbls.Labels = append(lbls.Labels, ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)}) + } + b.ResetTimer() + + for i := 0; i < b.N; i++ { + data, err := lbls.Marshal() + testutil.Ok(b, err) + + zdest = ZLabel{} + testutil.Ok(b, (&zdest).Unmarshal(data)) + } + }) +} + +func BenchmarkTransformWithAndWithoutCopyWithSingleLabel(b *testing.B) { + benchmarkTransformWithAndWithoutCopy(b, 1) +} + +func BenchmarkTransformWithAndWithoutCopyWith1000Labels(b *testing.B) { + benchmarkTransformWithAndWithoutCopy(b, 1000) +} + +func BenchmarkTransformWithAndWithoutCopyWith100000Labels(b *testing.B) { + benchmarkTransformWithAndWithoutCopy(b, 100000) +} + +var ret labels.Labels + +func benchmarkTransformWithAndWithoutCopy(b *testing.B, num int) { + const fmtLbl = "%07daaaaaaaaaabbbbbbbbbbccccccccccdddddddddd" + + b.Run("ZLabelsToPromLabels", func(b *testing.B) { + b.ReportAllocs() + lbls := make([]ZLabel, num) + for i := 0; i < num; i++ { + lbls[i] = ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)} + } + b.ResetTimer() + + for i := 0; i < b.N; i++ { + ret = ZLabelsToPromLabels(lbls) + } + }) + b.Run("ZLabelsToPromLabelsWithRealloc", func(b *testing.B) { + b.ReportAllocs() + lbls := make([]ZLabel, num) + for i := 0; i < num; i++ { + lbls[i] = ZLabel{Name: fmt.Sprintf(fmtLbl, i), Value: fmt.Sprintf(fmtLbl, i)} + } + b.ResetTimer() + + for i := 0; i < b.N; i++ { + ReAllocZLabelsStrings(&lbls, true) + ret = ZLabelsToPromLabels(lbls) + } + }) +} + +func TestSortZLabelSets(t *testing.T) { + expectedResult := ZLabelSets{ + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "Info", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "LabelNames", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "aa": "1", + "bb": "2", + "cc": "3", + "dd": "4", + "ee": "5", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "aa": "1", + "bb": "2", + "cc": "3", + "dd": "4", + "ee": "5", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_server_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "Info", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "up", + "instance": "localhost:10908", + }), + ), + }, + } + + list := ZLabelSets{ + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "up", + "instance": "localhost:10908", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_server_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "Info", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "LabelNames", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "grpc_method": "Info", + }), + ), + }, + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "__name__": "grpc_client_handled_total", + "cluster": "test", + "grpc_code": "OK", + "aa": "1", + "bb": "2", + "cc": "3", + "dd": "4", + "ee": "5", + }), + ), + }, + // This label set is the same as the previous one, which should correctly return 0 in Less() function. + { + Labels: ZLabelsFromPromLabels( + labels.FromMap(map[string]string{ + "cluster": "test", + "__name__": "grpc_client_handled_total", + "grpc_code": "OK", + "aa": "1", + "bb": "2", + "cc": "3", + "dd": "4", + "ee": "5", + }), + ), + }, + } + + sort.Sort(list) + reflect.DeepEqual(expectedResult, list) +} + +func TestHashWithPrefix(t *testing.T) { + lbls := []ZLabel{ + {Name: "foo", Value: "bar"}, + {Name: "baz", Value: "qux"}, + } + testutil.Equals(t, HashWithPrefix("a", lbls), HashWithPrefix("a", lbls)) + testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("a", []ZLabel{lbls[0]})) + testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("a", []ZLabel{lbls[1], lbls[0]})) + testutil.Assert(t, HashWithPrefix("a", lbls) != HashWithPrefix("b", lbls)) +} + +var benchmarkLabelsResult uint64 + +func BenchmarkHasWithPrefix(b *testing.B) { + for _, tcase := range []struct { + name string + lbls []ZLabel + }{ + { + name: "typical labels under 1KB", + lbls: func() []ZLabel { + lbls := make([]ZLabel, 10) + for i := 0; i < len(lbls); i++ { + // ZLabel ~20B name, 50B value. + lbls[i] = ZLabel{Name: fmt.Sprintf("abcdefghijabcdefghijabcdefghij%d", i), Value: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i)} + } + return lbls + }(), + }, + { + name: "bigger labels over 1KB", + lbls: func() []ZLabel { + lbls := make([]ZLabel, 10) + for i := 0; i < len(lbls); i++ { + //ZLabel ~50B name, 50B value. + lbls[i] = ZLabel{Name: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i), Value: fmt.Sprintf("abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij%d", i)} + } + return lbls + }(), + }, + { + name: "extremely large label value 10MB", + lbls: func() []ZLabel { + lbl := &strings.Builder{} + lbl.Grow(1024 * 1024 * 10) // 10MB. + word := "abcdefghij" + for i := 0; i < lbl.Cap()/len(word); i++ { + _, _ = lbl.WriteString(word) + } + return []ZLabel{{Name: "__name__", Value: lbl.String()}} + }(), + }, + } { + b.Run(tcase.name, func(b *testing.B) { + var h uint64 + + const prefix = "test-" + + b.ReportAllocs() + b.ResetTimer() + for i := 0; i < b.N; i++ { + h = HashWithPrefix(prefix, tcase.lbls) + } + benchmarkLabelsResult = h + }) + } +} diff --git a/pkg/store/lazy_postings.go b/pkg/store/lazy_postings.go new file mode 100644 index 0000000000..1858b7dee4 --- /dev/null +++ b/pkg/store/lazy_postings.go @@ -0,0 +1,319 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "context" + "math" + "strings" + + "github.com/go-kit/log/level" + "github.com/pkg/errors" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/tsdb/index" + "golang.org/x/exp/slices" + + "github.com/thanos-io/thanos/pkg/block/indexheader" +) + +var emptyLazyPostings = &lazyExpandedPostings{postings: nil, matchers: nil} + +// lazyExpandedPostings contains expanded postings (series IDs). If lazy posting expansion is +// enabled, it might contain matchers that can be lazily applied during series filtering time. +type lazyExpandedPostings struct { + postings []storage.SeriesRef + matchers []*labels.Matcher +} + +func newLazyExpandedPostings(ps []storage.SeriesRef, matchers ...*labels.Matcher) *lazyExpandedPostings { + return &lazyExpandedPostings{ + postings: ps, + matchers: matchers, + } +} + +func (p *lazyExpandedPostings) lazyExpanded() bool { + return p != nil && len(p.matchers) > 0 +} + +func optimizePostingsFetchByDownloadedBytes(r *bucketIndexReader, postingGroups []*postingGroup, seriesMaxSize int64, seriesMatchRatio float64, lazyExpandedPostingSizeBytes prometheus.Counter) ([]*postingGroup, bool, error) { + if len(postingGroups) <= 1 { + return postingGroups, false, nil + } + // Collect posting cardinality of each posting group. + for _, pg := range postingGroups { + // A posting group can have either add keys or remove keys but not both the same time. + vals := pg.addKeys + if len(pg.removeKeys) > 0 { + vals = pg.removeKeys + } + rngs, err := r.block.indexHeaderReader.PostingsOffsets(pg.name, vals...) + if err != nil { + return nil, false, errors.Wrapf(err, "postings offsets for %s", pg.name) + } + + for _, rng := range rngs { + if rng == indexheader.NotFoundRange { + continue + } + if rng.End <= rng.Start { + level.Error(r.logger).Log("msg", "invalid index range, fallback to non lazy posting optimization") + return postingGroups, false, nil + } + // Each range starts from the #entries field which is 4 bytes. + // Need to subtract it when calculating number of postings. + // https://github.com/prometheus/prometheus/blob/v2.46.0/tsdb/docs/format/index.md. + pg.cardinality += (rng.End - rng.Start - 4) / 4 + } + // If the posting group adds keys, 0 cardinality means the posting doesn't exist. + // If the posting group removes keys, no posting ranges found is fine as it is a noop. + if len(pg.addKeys) > 0 && pg.cardinality == 0 { + return nil, true, nil + } + } + slices.SortFunc(postingGroups, func(a, b *postingGroup) int { + if a.cardinality == b.cardinality { + return strings.Compare(a.name, b.name) + } + return int(a.cardinality - b.cardinality) + }) + + /* + Algorithm of choosing what postings we need to fetch right now and what + postings we expand lazily. + Sort posting groups by cardinality, so we can iterate from posting group with the smallest posting size. + The algorithm focuses on fetching fewer data, including postings and series. + + We need to fetch at least 1 posting group with add keys in order to fetch series. So if we only fetch the first posting group with add keys, + the data bytes we need to download is formula F1: P1 * 4 + P1 * S where P1 is the number of postings in group 1 + and S is the size per series. 4 is the byte size per posting. + + If we are going to fetch 2 posting groups, we can intersect the two postings to reduce series we need to download (hopefully). + Assuming for each intersection, the series matching ratio is R (0 < R < 1). Then the data bytes we need to download is + formula F2: P1 * 4 + P2 * 4 + P1 * S * R. + We can get formula F3 if we are going to fetch 3 posting groups: + F3: P1 * 4 + P2 * 4 + P3 * 4 + P1 * S * R^2. + + Let's compare formula F2 and F1 first. + P1 * 4 + P2 * 4 + P1 * S * R < P1 * 4 + P1 * S + => P2 * 4 < P1 * S * (1 - R) + Left hand side is the posting group size and right hand side is basically the series size we don't need to fetch + by having the additional intersection. In order to fetch less data for F2 than F1, we just need to ensure that + the additional postings size is smaller. + + Let's compare formula F3 and F2. + P1 * 4 + P2 * 4 + P3 * 4 + P1 * S * R^2 < P1 * 4 + P2 * 4 + P1 * S * R + => P3 * 4 < P1 * S * R * (1 - R) + Same as the previous formula. + + Compare formula F4 (Cost to fetch up to 4 posting groups) and F3. + P4 * 4 < P1 * S * R^2 * (1 - R) + + We can generalize this to formula: Pn * 4 < P1 * S * R^(n - 2) * (1 - R) + + The idea of the algorithm: + By iterating the posting group in sorted order of cardinality, we need to make sure that by fetching the current posting group, + the total data fetched is smaller than the previous posting group. If so, then we continue to next posting group, + otherwise we stop. + + This ensures that when we stop at one posting group, posting groups after it always need to fetch more data. + Based on formula Pn * 4 < P1 * S * R^(n - 2) * (1 - R), left hand side is always increasing while iterating to larger + posting groups while right hand side value is always decreasing as R < 1. + */ + var ( + negativeCardinalities int64 + i int + ) + for i = range postingGroups { + if postingGroups[i].addAll { + negativeCardinalities += postingGroups[i].cardinality + continue + } + break + } + // If the first posting group with add keys is already the last posting group + // then there is no need to set up lazy expanded posting groups. + if i >= len(postingGroups)-1 { + return postingGroups, false, nil + } + + // Assume only seriesMatchRatio postings will be matched every posting group. + seriesMatched := postingGroups[i].cardinality - int64(math.Ceil(float64(negativeCardinalities)*seriesMatchRatio)) + i++ // Start from next posting group as we always need to fetch at least one posting group with add keys. + for i < len(postingGroups) { + pg := postingGroups[i] + var ( + underfetchedSeries int64 + underfetchedSeriesSize int64 + ) + // Unlikely but keep it as a safeguard. When estimated matching series + // is <= 0, we stop early and mark rest of posting groups as lazy. + if seriesMatched <= 0 { + break + } + if pg.addAll { + // For posting group that has negative matchers, we assume we can underfetch + // min(pg.cardinality, current_series_matched) * match ratio series. + if pg.cardinality > seriesMatched { + underfetchedSeries = int64(math.Ceil(float64(seriesMatched) * seriesMatchRatio)) + } else { + underfetchedSeries = int64(math.Ceil(float64(pg.cardinality) * seriesMatchRatio)) + } + seriesMatched -= underfetchedSeries + underfetchedSeriesSize = underfetchedSeries * seriesMaxSize + } else { + underfetchedSeriesSize = seriesMaxSize * int64(math.Ceil(float64(seriesMatched)*(1-seriesMatchRatio))) + seriesMatched = int64(math.Ceil(float64(seriesMatched) * seriesMatchRatio)) + } + + // Need to fetch more data on postings than series we underfetch, stop here and lazy expanding rest of matchers. + if pg.cardinality*4 > underfetchedSeriesSize { + break + } + i++ + } + for i < len(postingGroups) { + postingGroups[i].lazy = true + lazyExpandedPostingSizeBytes.Add(float64(4 * postingGroups[i].cardinality)) + i++ + } + return postingGroups, false, nil +} + +func fetchLazyExpandedPostings( + ctx context.Context, + postingGroups []*postingGroup, + r *bucketIndexReader, + bytesLimiter BytesLimiter, + addAllPostings bool, + lazyExpandedPostingEnabled bool, + lazyExpandedPostingSizeBytes prometheus.Counter, + tenant string, +) (*lazyExpandedPostings, error) { + var ( + err error + emptyPostingGroup bool + ) + /* + There are several cases that we skip postings fetch optimization: + - Lazy expanded posting disabled. + - Add all postings. This means we don't have a posting group with any add keys. + - Block estimated max series size not set which means we don't have a way to estimate series bytes downloaded. + - `SeriesMaxSize` not set for this block then we have no way to estimate series size. + - Only one effective posting group available. We need to at least download postings from 1 posting group so no need to optimize. + */ + if lazyExpandedPostingEnabled && !addAllPostings && + r.block.estimatedMaxSeriesSize > 0 && len(postingGroups) > 1 { + postingGroups, emptyPostingGroup, err = optimizePostingsFetchByDownloadedBytes( + r, + postingGroups, + int64(r.block.estimatedMaxSeriesSize), + 0.5, // TODO(yeya24): Expose this as a flag. + lazyExpandedPostingSizeBytes, + ) + if err != nil { + return nil, err + } + if emptyPostingGroup { + return emptyLazyPostings, nil + } + } + + ps, matchers, err := fetchAndExpandPostingGroups(ctx, r, postingGroups, bytesLimiter, tenant) + if err != nil { + return nil, err + } + if len(ps) == 0 { + return emptyLazyPostings, nil + } + return &lazyExpandedPostings{postings: ps, matchers: matchers}, nil +} + +// keysToFetchFromPostingGroups returns label pairs (postings) to fetch +// and matchers we need to use for lazy posting expansion. +// Input `postingGroups` needs to be ordered by cardinality in case lazy +// expansion is enabled. When we find the first lazy posting group we can exit. +func keysToFetchFromPostingGroups(postingGroups []*postingGroup) ([]labels.Label, []*labels.Matcher) { + var lazyMatchers []*labels.Matcher + keys := make([]labels.Label, 0) + i := 0 + for i < len(postingGroups) { + pg := postingGroups[i] + if pg.lazy { + break + } + + // Postings returned by fetchPostings will be in the same order as keys + // so it's important that we iterate them in the same order later. + // We don't have any other way of pairing keys and fetched postings. + for _, key := range pg.addKeys { + keys = append(keys, labels.Label{Name: pg.name, Value: key}) + } + for _, key := range pg.removeKeys { + keys = append(keys, labels.Label{Name: pg.name, Value: key}) + } + i++ + } + if i < len(postingGroups) { + lazyMatchers = make([]*labels.Matcher, 0) + for i < len(postingGroups) { + lazyMatchers = append(lazyMatchers, postingGroups[i].matchers...) + i++ + } + } + return keys, lazyMatchers +} + +func fetchAndExpandPostingGroups(ctx context.Context, r *bucketIndexReader, postingGroups []*postingGroup, bytesLimiter BytesLimiter, tenant string) ([]storage.SeriesRef, []*labels.Matcher, error) { + keys, lazyMatchers := keysToFetchFromPostingGroups(postingGroups) + fetchedPostings, closeFns, err := r.fetchPostings(ctx, keys, bytesLimiter, tenant) + defer func() { + for _, closeFn := range closeFns { + closeFn() + } + }() + if err != nil { + return nil, nil, errors.Wrap(err, "get postings") + } + + // Get "add" and "remove" postings from groups. We iterate over postingGroups and their keys + // again, and this is exactly the same order as before (when building the groups), so we can simply + // use one incrementing index to fetch postings from returned slice. + postingIndex := 0 + + var groupAdds, groupRemovals []index.Postings + for _, g := range postingGroups { + if g.lazy { + break + } + // We cannot add empty set to groupAdds, since they are intersected. + if len(g.addKeys) > 0 { + toMerge := make([]index.Postings, 0, len(g.addKeys)) + for _, l := range g.addKeys { + toMerge = append(toMerge, checkNilPosting(g.name, l, fetchedPostings[postingIndex])) + postingIndex++ + } + + groupAdds = append(groupAdds, index.Merge(ctx, toMerge...)) + } + + for _, l := range g.removeKeys { + groupRemovals = append(groupRemovals, checkNilPosting(g.name, l, fetchedPostings[postingIndex])) + postingIndex++ + } + } + + result := index.Without(index.Intersect(groupAdds...), index.Merge(ctx, groupRemovals...)) + + if ctx.Err() != nil { + return nil, nil, ctx.Err() + } + ps, err := ExpandPostingsWithContext(ctx, result) + if err != nil { + return nil, nil, errors.Wrap(err, "expand") + } + return ps, lazyMatchers, nil +} diff --git a/pkg/store/lazy_postings_test.go b/pkg/store/lazy_postings_test.go new file mode 100644 index 0000000000..bec95ac413 --- /dev/null +++ b/pkg/store/lazy_postings_test.go @@ -0,0 +1,578 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "context" + "path" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/go-kit/log" + "github.com/oklog/ulid" + "github.com/pkg/errors" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/client_golang/prometheus/promauto" + promtest "github.com/prometheus/client_golang/prometheus/testutil" + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/tsdb" + "github.com/prometheus/prometheus/tsdb/index" + + "github.com/thanos-io/objstore/providers/filesystem" + "github.com/thanos-io/thanos/pkg/block/indexheader" + "github.com/thanos-io/thanos/pkg/block/metadata" +) + +func TestKeysToFetchFromPostingGroups(t *testing.T) { + for _, tc := range []struct { + name string + pgs []*postingGroup + expectedLabels []labels.Label + expectedMatchers []*labels.Matcher + }{ + { + name: "empty group", + pgs: []*postingGroup{ + { + addKeys: []string{}, + removeKeys: []string{}, + }, + }, + expectedLabels: []labels.Label{}, + }, + { + name: "empty groups", + pgs: []*postingGroup{ + { + addKeys: []string{}, + removeKeys: []string{}, + }, + { + addKeys: []string{}, + removeKeys: []string{}, + }, + { + addKeys: []string{}, + removeKeys: []string{}, + }, + }, + expectedLabels: []labels.Label{}, + }, + { + name: "group with add keys", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + removeKeys: []string{}, + }, + }, + expectedLabels: []labels.Label{{Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}}, + }, + { + name: "group with remove keys", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{}, + removeKeys: []string{"foo", "bar"}, + }, + }, + expectedLabels: []labels.Label{{Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}}, + }, + { + name: "group with both add and remove keys", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + removeKeys: []string{"a", "b"}, + }, + }, + expectedLabels: []labels.Label{ + {Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}, + {Name: "test", Value: "a"}, {Name: "test", Value: "b"}, + }, + }, + { + name: "groups with both add keys", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + }, + { + name: "foo", + addKeys: []string{"bar"}, + }, + }, + expectedLabels: []labels.Label{ + {Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}, + {Name: "foo", Value: "bar"}, + }, + }, + { + name: "groups with add and remove keys", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + }, + { + name: "foo", + removeKeys: []string{"bar"}, + }, + }, + expectedLabels: []labels.Label{ + {Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}, + {Name: "foo", Value: "bar"}, + }, + }, + { + name: "lazy posting group with empty matchers", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + matchers: []*labels.Matcher{}, + lazy: true, + }, + }, + expectedLabels: []labels.Label{}, + expectedMatchers: []*labels.Matcher{}, + }, + { + name: "lazy posting group", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + lazy: true, + }, + }, + expectedLabels: []labels.Label{}, + expectedMatchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + { + name: "multiple lazy posting groups", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + lazy: true, + }, + { + name: "job", + addKeys: []string{"prometheus"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchRegexp, "job", "prometheus.*")}, + lazy: true, + }, + }, + expectedLabels: []labels.Label{}, + expectedMatchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "job", "prometheus.*"), + }, + }, + { + name: "multiple non lazy and lazy posting groups", + pgs: []*postingGroup{ + { + name: "test", + addKeys: []string{"foo", "bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + }, + { + name: "test", + addKeys: []string{"foo", "bar"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchEqual, "foo", "bar")}, + lazy: true, + }, + { + name: "job", + addKeys: []string{"prometheus"}, + matchers: []*labels.Matcher{labels.MustNewMatcher(labels.MatchRegexp, "job", "prometheus.*")}, + lazy: true, + }, + }, + expectedLabels: []labels.Label{{Name: "test", Value: "foo"}, {Name: "test", Value: "bar"}}, + expectedMatchers: []*labels.Matcher{ + labels.MustNewMatcher(labels.MatchEqual, "foo", "bar"), + labels.MustNewMatcher(labels.MatchRegexp, "job", "prometheus.*"), + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + keys, matchers := keysToFetchFromPostingGroups(tc.pgs) + testutil.Equals(t, tc.expectedLabels, keys) + testutil.Assert(t, len(tc.expectedMatchers) == len(matchers)) + for i := 0; i < len(tc.expectedMatchers); i++ { + testutil.Equals(t, tc.expectedMatchers[i].String(), matchers[i].String()) + } + }) + } +} + +type mockIndexHeaderReader struct { + postings map[string]map[string]index.Range + err error +} + +func (h *mockIndexHeaderReader) Close() error { return nil } + +func (h *mockIndexHeaderReader) IndexVersion() (int, error) { return 0, nil } + +func (h *mockIndexHeaderReader) PostingsOffsets(name string, value ...string) ([]index.Range, error) { + ranges := make([]index.Range, 0) + if _, ok := h.postings[name]; !ok { + return nil, nil + } + for _, val := range value { + if rng, ok := h.postings[name][val]; ok { + ranges = append(ranges, rng) + } else { + ranges = append(ranges, indexheader.NotFoundRange) + } + } + return ranges, h.err +} + +func (h *mockIndexHeaderReader) PostingsOffset(name string, value string) (index.Range, error) { + return index.Range{}, nil +} + +func (h *mockIndexHeaderReader) LookupSymbol(ctx context.Context, o uint32) (string, error) { + return "", nil +} + +func (h *mockIndexHeaderReader) LabelValues(name string) ([]string, error) { return nil, nil } + +func (h *mockIndexHeaderReader) LabelNames() ([]string, error) { return nil, nil } + +func TestOptimizePostingsFetchByDownloadedBytes(t *testing.T) { + ctx := context.Background() + dir := t.TempDir() + bkt, err := filesystem.NewBucket(dir) + testutil.Ok(t, err) + defer func() { testutil.Ok(t, bkt.Close()) }() + + logger := log.NewNopLogger() + inputError := errors.New("random") + blockID := ulid.MustNew(1, nil) + meta := &metadata.Meta{ + BlockMeta: tsdb.BlockMeta{ULID: blockID}, + Thanos: metadata.Thanos{ + Labels: map[string]string{ + "a": "b", + "c": "d", + }, + }, + } + for _, tc := range []struct { + name string + inputPostings map[string]map[string]index.Range + inputError error + postingGroups []*postingGroup + seriesMaxSize int64 + seriesMatchRatio float64 + expectedPostingGroups []*postingGroup + expectedEmptyPosting bool + expectedError string + }{ + { + name: "empty posting group", + }, + { + name: "one posting group", + postingGroups: []*postingGroup{ + {name: "foo"}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "foo"}, + }, + }, + { + name: "posting offsets return error", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 16}}, + }, + inputError: inputError, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: nil, + expectedError: "postings offsets for foo: random", + }, + { + name: "posting offsets empty with add keys, expect empty posting", + inputPostings: map[string]map[string]index.Range{}, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: nil, + expectedEmptyPosting: true, + }, + { + name: "posting group label with add keys doesn't exist, return empty postings", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: nil, + expectedEmptyPosting: true, + }, + { + name: "posting group label with remove keys doesn't exist, noop", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", removeKeys: []string{"foo"}, addAll: true}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "bar", removeKeys: []string{"foo"}, cardinality: 0, addAll: true}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + }, + }, + { + name: "posting group label with add keys exist but no matching value, expect empty posting", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"baz": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: nil, + expectedEmptyPosting: true, + }, + { + name: "posting group label with remove keys exist but no matching value, noop", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"baz": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", removeKeys: []string{"foo"}, addAll: true}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "bar", removeKeys: []string{"foo"}, cardinality: 0, addAll: true}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + }, + }, + { + name: "posting group keys partial exist", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo", "buz"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "bar", addKeys: []string{"foo", "buz"}, cardinality: 1}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + }, + }, + { + name: "two posting groups with add keys, small postings and large series size", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "bar", addKeys: []string{"foo"}, cardinality: 1}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + }, + }, + { + // This test case won't be optimized in real case because it is add all + // so doesn't make sense to optimize postings fetching anyway. + name: "two posting groups with remove keys, small postings and large series size", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}}, + {addAll: true, name: "bar", removeKeys: []string{"foo"}}, + }, + expectedPostingGroups: []*postingGroup{ + {addAll: true, name: "bar", removeKeys: []string{"foo"}, cardinality: 1}, + {addAll: true, name: "foo", removeKeys: []string{"bar"}, cardinality: 1}, + }, + }, + { + name: "one group with remove keys and another one with add keys. Always add the addKeys posting group to avoid fetching all postings", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 1000012}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}, cardinality: 1}, + {name: "bar", addKeys: []string{"foo"}, cardinality: 250000}, + }, + }, + { + name: "two posting groups with add keys, very small series size, making one posting group lazy", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 16}}, + }, + seriesMaxSize: 1, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "bar", addKeys: []string{"foo"}, cardinality: 1}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1, lazy: true}, + }, + }, + { + name: "two posting groups with add keys, one small posting group and a very large posting group, large one become lazy", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 1000012}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + {name: "bar", addKeys: []string{"foo"}, cardinality: 250000, lazy: true}, + }, + }, + { + name: "three posting groups with add keys, two small posting group and a very large posting group, large one become lazy", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 1000012}}, + "cluster": {"us": index.Range{Start: 1000012, End: 1000020}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {name: "foo", addKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + {name: "cluster", addKeys: []string{"us"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "cluster", addKeys: []string{"us"}, cardinality: 1}, + {name: "foo", addKeys: []string{"bar"}, cardinality: 1}, + {name: "bar", addKeys: []string{"foo"}, cardinality: 250000, lazy: true}, + }, + }, + { + name: "three posting groups with either add or remove keys, two small posting group and a very large posting group, large one become lazy", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 1000012}}, + "cluster": {"us": index.Range{Start: 1000012, End: 1000020}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}}, + {addAll: true, name: "bar", removeKeys: []string{"foo"}}, + {name: "cluster", addKeys: []string{"us"}}, + }, + expectedPostingGroups: []*postingGroup{ + {name: "cluster", addKeys: []string{"us"}, cardinality: 1}, + {addAll: true, name: "foo", removeKeys: []string{"bar"}, cardinality: 1}, + {addAll: true, name: "bar", removeKeys: []string{"foo"}, cardinality: 250000, lazy: true}, + }, + }, + { + name: "four posting groups with either add or remove keys, negative matcher group has the lowest cardinality, only the largest group is lazy", + inputPostings: map[string]map[string]index.Range{ + "foo": {"bar": index.Range{End: 8}}, + "bar": {"foo": index.Range{Start: 8, End: 2012}}, + "baz": {"foo": index.Range{Start: 2012, End: 4020}}, + "cluster": {"us": index.Range{Start: 4020, End: 1004024}}, + }, + seriesMaxSize: 1000, + seriesMatchRatio: 0.5, + postingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}}, + {name: "bar", addKeys: []string{"foo"}}, + {name: "baz", addKeys: []string{"foo"}}, + {name: "cluster", addKeys: []string{"us"}}, + }, + expectedPostingGroups: []*postingGroup{ + {addAll: true, name: "foo", removeKeys: []string{"bar"}, cardinality: 1}, + {name: "bar", addKeys: []string{"foo"}, cardinality: 500}, + {name: "baz", addKeys: []string{"foo"}, cardinality: 501}, + {name: "cluster", addKeys: []string{"us"}, cardinality: 250000, lazy: true}, + }, + }, + } { + t.Run(tc.name, func(t *testing.T) { + headerReader := &mockIndexHeaderReader{postings: tc.inputPostings, err: tc.inputError} + registry := prometheus.NewRegistry() + block, err := newBucketBlock(ctx, newBucketStoreMetrics(registry), meta, bkt, path.Join(dir, blockID.String()), nil, nil, headerReader, nil, nil, nil) + testutil.Ok(t, err) + ir := newBucketIndexReader(block, logger) + dummyCounter := promauto.With(registry).NewCounter(prometheus.CounterOpts{Name: "test"}) + pgs, emptyPosting, err := optimizePostingsFetchByDownloadedBytes(ir, tc.postingGroups, tc.seriesMaxSize, tc.seriesMatchRatio, dummyCounter) + if err != nil { + testutil.Equals(t, tc.expectedError, err.Error()) + return + } + testutil.Equals(t, tc.expectedEmptyPosting, emptyPosting) + testutil.Equals(t, tc.expectedPostingGroups, pgs) + var c int64 + for _, pg := range pgs { + if pg.lazy { + c += pg.cardinality + } + } + testutil.Equals(t, float64(4*c), promtest.ToFloat64(dummyCounter)) + }) + } +} diff --git a/pkg/store/limiter.go b/pkg/store/limiter.go index f564e11443..993330cc85 100644 --- a/pkg/store/limiter.go +++ b/pkg/store/limiter.go @@ -34,7 +34,7 @@ type BytesLimiter interface { // Reserve bytes out of the total amount of bytes enforced by the limiter. // Returns an error if the limit has been exceeded. This function must be // goroutine safe. - Reserve(num uint64) error + ReserveWithType(num uint64, dataType StoreDataType) error } // ChunksLimiterFactory is used to create a new ChunksLimiter. The factory is useful for @@ -64,6 +64,10 @@ func NewLimiter(limit uint64, ctr prometheus.Counter) *Limiter { // Reserve implements ChunksLimiter. func (l *Limiter) Reserve(num uint64) error { + return l.ReserveWithType(num, 0) +} + +func (l *Limiter) ReserveWithType(num uint64, _ StoreDataType) error { if l == nil { return nil } diff --git a/pkg/store/opts.go b/pkg/store/opts.go deleted file mode 100644 index e95a623a70..0000000000 --- a/pkg/store/opts.go +++ /dev/null @@ -1,63 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package store - -import ( - "strings" - "unicode/utf8" -) - -// Bitmap used by func isRegexMetaCharacter to check whether a character needs to be escaped. -var regexMetaCharacterBytes [16]byte - -// isRegexMetaCharacter reports whether byte b needs to be escaped. -func isRegexMetaCharacter(b byte) bool { - return b < utf8.RuneSelf && regexMetaCharacterBytes[b%16]&(1<<(b/16)) != 0 -} - -func init() { - for _, b := range []byte(`.+*?()|[]{}^$`) { - regexMetaCharacterBytes[b%16] |= 1 << (b / 16) - } -} - -// Copied from Prometheus querier.go, removed check for Prometheus wrapper. -// Returns list of values that can regex matches. -func findSetMatches(pattern string) []string { - escaped := false - sets := []*strings.Builder{{}} - for i := 0; i < len(pattern); i++ { - if escaped { - switch { - case isRegexMetaCharacter(pattern[i]): - sets[len(sets)-1].WriteByte(pattern[i]) - case pattern[i] == '\\': - sets[len(sets)-1].WriteByte('\\') - default: - return nil - } - escaped = false - } else { - switch { - case isRegexMetaCharacter(pattern[i]): - if pattern[i] == '|' { - sets = append(sets, &strings.Builder{}) - } else { - return nil - } - case pattern[i] == '\\': - escaped = true - default: - sets[len(sets)-1].WriteByte(pattern[i]) - } - } - } - matches := make([]string, 0, len(sets)) - for _, s := range sets { - if s.Len() > 0 { - matches = append(matches, s.String()) - } - } - return matches -} diff --git a/pkg/store/opts_test.go b/pkg/store/opts_test.go deleted file mode 100644 index 50d629f4cf..0000000000 --- a/pkg/store/opts_test.go +++ /dev/null @@ -1,53 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package store - -import ( - "testing" - - "github.com/efficientgo/core/testutil" -) - -// Refer to https://github.com/prometheus/prometheus/issues/2651. -func TestFindSetMatches(t *testing.T) { - cases := []struct { - pattern string - exp []string - }{ - // Simple sets. - { - pattern: "foo|bar|baz", - exp: []string{ - "foo", - "bar", - "baz", - }, - }, - // Simple sets containing escaped characters. - { - pattern: "fo\\.o|bar\\?|\\^baz", - exp: []string{ - "fo.o", - "bar?", - "^baz", - }, - }, - // Simple sets containing special characters without escaping. - { - pattern: "fo.o|bar?|^baz", - exp: nil, - }, - { - pattern: "foo\\|bar\\|baz", - exp: []string{ - "foo|bar|baz", - }, - }, - } - - for _, c := range cases { - matches := findSetMatches(c.pattern) - testutil.Equals(t, c.exp, matches) - } -} diff --git a/pkg/store/postings.go b/pkg/store/postings.go new file mode 100644 index 0000000000..e44dfbe66c --- /dev/null +++ b/pkg/store/postings.go @@ -0,0 +1,143 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "bufio" + "context" + "encoding/binary" + "fmt" + "io" + + "github.com/pkg/errors" +) + +type postingsReaderBuilder struct { + e error + readBuf []byte + + r *bufio.Reader + postings []postingPtr + + lastOffset int64 + pi int + + start, length int64 + cur []byte + keyID int + repeatFor int + numberOfPostingsInCur uint64 + uvarintEncodeBuf []byte + ctx context.Context +} + +// newPostingsReaderBuilder is a builder that reads directly from the index +// and builds a diff varint encoded []byte that could be later used directly. +func newPostingsReaderBuilder(ctx context.Context, r *bufio.Reader, postings []postingPtr, start, length int64) *postingsReaderBuilder { + prb := &postingsReaderBuilder{ + r: r, + readBuf: make([]byte, 4), + start: start, + length: length, + postings: postings, + uvarintEncodeBuf: make([]byte, binary.MaxVarintLen64), + ctx: ctx, + } + + return prb +} + +func getInt32(r io.Reader, buf []byte) (uint32, error) { + read, err := io.ReadFull(r, buf) + if err != nil { + return 0, errors.Wrap(err, "reading") + } + if read != 4 { + return 0, fmt.Errorf("read got %d bytes instead of 4", read) + } + return binary.BigEndian.Uint32(buf), nil +} + +func (r *postingsReaderBuilder) Next() bool { + if r.ctx.Err() != nil { + r.e = r.ctx.Err() + return false + } + if r.repeatFor > 0 { + r.keyID = r.postings[r.pi-r.repeatFor].keyID + r.repeatFor-- + return true + } + if r.pi >= len(r.postings) { + return false + } + if r.Error() != nil { + return false + } + from := r.postings[r.pi].ptr.Start - r.start + + if from-r.lastOffset < 0 { + panic("would have skipped negative bytes") + } + + _, err := r.r.Discard(int(from - r.lastOffset)) + if err != nil { + r.e = err + return false + } + r.lastOffset += from - r.lastOffset + + postingsCount, err := getInt32(r.r, r.readBuf[:]) + if err != nil { + r.e = err + return false + } + r.lastOffset += 4 + + // Assume 1.25 bytes per compressed posting. + r.cur = make([]byte, 0, int(float64(postingsCount)*1.25)) + + prev := uint32(0) + + for i := 0; i < int(postingsCount); i++ { + posting, err := getInt32(r.r, r.readBuf[:]) + if err != nil { + r.e = err + return false + } + r.lastOffset += 4 + + uvarintSize := binary.PutUvarint(r.uvarintEncodeBuf, uint64(posting-prev)) + r.cur = append(r.cur, r.uvarintEncodeBuf[:uvarintSize]...) + prev = posting + } + r.numberOfPostingsInCur = uint64(postingsCount) + + r.keyID = r.postings[r.pi].keyID + r.pi++ + for { + if r.pi >= len(r.postings) { + break + } + + if r.postings[r.pi].ptr.Start == r.postings[r.pi-1].ptr.Start && + r.postings[r.pi].ptr.End == r.postings[r.pi-1].ptr.End { + r.repeatFor++ + r.pi++ + continue + } + + break + } + + return true +} + +func (r *postingsReaderBuilder) Error() error { + return r.e +} + +func (r *postingsReaderBuilder) AtDiffVarint() ([]byte, uint64, int) { + return r.cur, r.numberOfPostingsInCur, r.keyID +} diff --git a/pkg/store/postings_codec.go b/pkg/store/postings_codec.go index 5e2f0a9cc2..f1f89fbd44 100644 --- a/pkg/store/postings_codec.go +++ b/pkg/store/postings_codec.go @@ -7,8 +7,8 @@ import ( "bytes" "encoding/binary" "fmt" + "hash/crc32" "io" - "sync" "github.com/golang/snappy" "github.com/klauspost/compress/s2" @@ -17,6 +17,7 @@ import ( "github.com/prometheus/prometheus/tsdb/encoding" "github.com/prometheus/prometheus/tsdb/index" extsnappy "github.com/thanos-io/thanos/pkg/extgrpc/snappy" + "github.com/thanos-io/thanos/pkg/pool" ) // This file implements encoding and decoding of postings using diff (or delta) + varint @@ -34,7 +35,7 @@ const ( ) func decodePostings(input []byte) (closeablePostings, error) { - var df func([]byte) (closeablePostings, error) + var df func([]byte, bool) (closeablePostings, error) switch { case isDiffVarintSnappyEncodedPostings(input): @@ -45,7 +46,7 @@ func decodePostings(input []byte) (closeablePostings, error) { return nil, fmt.Errorf("unrecognize postings format") } - return df(input) + return df(input, false) } // isDiffVarintSnappyEncodedPostings returns true, if input looks like it has been encoded by diff+varint+snappy codec. @@ -129,56 +130,258 @@ func diffVarintSnappyStreamedEncode(p index.Postings, length int) ([]byte, error return compressedBuf.Bytes(), nil } -func diffVarintSnappyStreamedDecode(input []byte) (closeablePostings, error) { +func diffVarintSnappyStreamedDecode(input []byte, disablePooling bool) (closeablePostings, error) { if !isDiffVarintSnappyStreamedEncodedPostings(input) { return nil, errors.New("header not found") } - return newStreamedDiffVarintPostings(input[len(codecHeaderStreamedSnappy):]) + return newStreamedDiffVarintPostings(input[len(codecHeaderStreamedSnappy):], disablePooling) } type streamedDiffVarintPostings struct { - cur storage.SeriesRef + curSeries storage.SeriesRef - sr io.ByteReader - err error + err error + input, buf []byte + maximumDecodedLen int + + db *encoding.Decbuf + + readSnappyIdentifier bool + disablePooling bool } -func newStreamedDiffVarintPostings(input []byte) (closeablePostings, error) { - r, err := extsnappy.Compressor.DecompressByteReader(bytes.NewBuffer(input)) +const ( + chunkTypeCompressedData = 0x00 + chunkTypeUncompressedData = 0x01 + chunkTypeStreamIdentifier = 0xff + chunkTypePadding = 0xfe + checksumSize = 4 +) + +func maximumDecodedLenSnappyStreamed(in []byte) (int, error) { + maxDecodedLen := -1 + + for len(in) > 0 { + // Chunk type. + chunkType := in[0] + in = in[1:] + chunkLen := int(in[0]) | int(in[1])<<8 | int(in[2])<<16 + in = in[3:] + + switch chunkType { + case chunkTypeCompressedData: + bl := in[:chunkLen] + // NOTE: checksum will be checked later on. + decodedLen, err := s2.DecodedLen(bl[checksumSize:]) + if err != nil { + return 0, err + } + if decodedLen > maxDecodedLen { + maxDecodedLen = decodedLen + } + case chunkTypeUncompressedData: + // NOTE: checksum will be checked later on. + n := chunkLen - checksumSize + if n > maxDecodedLen { + maxDecodedLen = n + } + } + in = in[chunkLen:] + } + return maxDecodedLen, nil +} + +var decodedBufPool = pool.MustNewBucketedBytes(1024, 65536, 2, 0) + +func newStreamedDiffVarintPostings(input []byte, disablePooling bool) (closeablePostings, error) { + // We can't use the regular s2.Reader because it assumes a stream. + // We already everything in memory so let's avoid copying. + // Algorithm: + // 1. Step through all chunks all get maximum decoded len. + // 2. Read into decoded step by step. For decoding call s2.Decode(r.decoded, buf). + maximumDecodedLen, err := maximumDecodedLenSnappyStreamed(input) if err != nil { - return nil, fmt.Errorf("decompressing snappy postings: %w", err) + return nil, err } - return &streamedDiffVarintPostings{sr: r}, nil + return &streamedDiffVarintPostings{ + input: input, + maximumDecodedLen: maximumDecodedLen, + db: &encoding.Decbuf{}, + disablePooling: disablePooling, + }, nil } func (it *streamedDiffVarintPostings) close() { + if it.buf == nil { + return + } + if it.disablePooling { + return + } + decodedBufPool.Put(&it.buf) } func (it *streamedDiffVarintPostings) At() storage.SeriesRef { - return it.cur + return it.curSeries } -func (it *streamedDiffVarintPostings) Next() bool { - val, err := binary.ReadUvarint(it.sr) - if err != nil { - if err != io.EOF { +func (it *streamedDiffVarintPostings) readNextChunk(remainder []byte) bool { + // Normal EOF. + if len(it.input) == 0 { + return false + } + + // Read next chunk into it.db.B. + chunkType := it.input[0] + it.input = it.input[1:] + + if len(it.input) < 3 { + it.err = io.ErrUnexpectedEOF + return false + } + + chunkLen := int(it.input[0]) | int(it.input[1])<<8 | int(it.input[2])<<16 + it.input = it.input[3:] + + switch chunkType { + case chunkTypeStreamIdentifier: + const magicBody = "sNaPpY" + if chunkLen != len(magicBody) { + it.err = fmt.Errorf("corrupted identifier") + return false + } + if string(it.input[:len(magicBody)]) != magicBody { + it.err = fmt.Errorf("got bad identifier %s", string(it.input[:6])) + return false + } + it.input = it.input[6:] + it.readSnappyIdentifier = true + return it.readNextChunk(nil) + case chunkTypeCompressedData: + if !it.readSnappyIdentifier { + it.err = fmt.Errorf("missing magic snappy marker") + return false + } + if len(it.input) < 4 { + it.err = io.ErrUnexpectedEOF + return false + } + checksum := uint32(it.input[0]) | uint32(it.input[1])<<8 | uint32(it.input[2])<<16 | uint32(it.input[3])<<24 + if len(it.input) < chunkLen { + it.err = io.ErrUnexpectedEOF + return false + } + + if it.buf == nil { + if it.disablePooling { + it.buf = make([]byte, it.maximumDecodedLen) + } else { + b, err := decodedBufPool.Get(it.maximumDecodedLen) + if err != nil { + it.err = err + return false + } + it.buf = *b + } + } + + encodedBuf := it.input[:chunkLen] + + // NOTE(GiedriusS): we can probably optimize this better but this should be rare enough + // and not cause any problems. + if len(remainder) > 0 { + remainderCopy := make([]byte, 0, len(remainder)) + remainderCopy = append(remainderCopy, remainder...) + remainder = remainderCopy + } + decoded, err := s2.Decode(it.buf, encodedBuf[checksumSize:]) + if err != nil { it.err = err + return false + } + if crc(decoded) != checksum { + it.err = fmt.Errorf("mismatched checksum (got %v, expected %v)", crc(decoded), checksum) + return false + } + if len(remainder) > 0 { + it.db.B = append(remainder, decoded...) + } else { + it.db.B = decoded + } + case chunkTypeUncompressedData: + if !it.readSnappyIdentifier { + it.err = fmt.Errorf("missing magic snappy marker") + return false + } + if len(it.input) < 4 { + it.err = io.ErrUnexpectedEOF + return false + } + checksum := uint32(it.input[0]) | uint32(it.input[1])<<8 | uint32(it.input[2])<<16 | uint32(it.input[3])<<24 + if len(it.input) < chunkLen { + it.err = io.ErrUnexpectedEOF + return false + } + uncompressedData := it.input[checksumSize:chunkLen] + if crc(uncompressedData) != checksum { + it.err = fmt.Errorf("mismatched checksum (got %v, expected %v)", crc(uncompressedData), checksum) + return false + } + + // NOTE(GiedriusS): we can probably optimize this better but this should be rare enough + // and not cause any problems. + if len(remainder) > 0 { + remainderCopy := make([]byte, 0, len(remainder)) + remainderCopy = append(remainderCopy, remainder...) + remainder = remainderCopy + } + + if len(remainder) > 0 { + it.db.B = append(remainder, uncompressedData...) + } else { + it.db.B = uncompressedData + } + default: + if chunkType <= 0x7f { + it.err = fmt.Errorf("unsupported chunk type %v", chunkType) + return false + } + if chunkType > 0xfd { + it.err = fmt.Errorf("invalid chunk type %v", chunkType) + return false } - return false } + it.input = it.input[chunkLen:] - it.cur = it.cur + storage.SeriesRef(val) return true } +func (it *streamedDiffVarintPostings) Next() bool { + // Continue reading next chunks until there is at least binary.MaxVarintLen64. + // If we cannot add any more chunks then return false. + for { + val := it.db.Uvarint64() + if it.db.Err() != nil { + if !it.readNextChunk(it.db.B) { + return false + } + it.db.E = nil + continue + } + + it.curSeries = it.curSeries + storage.SeriesRef(val) + return true + } +} + func (it *streamedDiffVarintPostings) Err() error { return it.err } func (it *streamedDiffVarintPostings) Seek(x storage.SeriesRef) bool { - if it.cur >= x { + if it.curSeries >= x { return true } @@ -245,7 +448,8 @@ func diffVarintEncodeNoHeader(p index.Postings, length int) ([]byte, error) { return buf.B, nil } -var snappyDecodePool sync.Pool +// Creating 15 buckets from 1k to 32mb. +var snappyDecodePool = pool.MustNewBucketedBytes(1024, 32*1024*1024, 2, 0) type closeablePostings interface { index.Postings @@ -259,7 +463,7 @@ func alias(x, y []byte) bool { } // TODO(GiedriusS): remove for v1.0. -func diffVarintSnappyDecode(input []byte) (closeablePostings, error) { +func diffVarintSnappyDecode(input []byte, disablePooling bool) (closeablePostings, error) { if !isDiffVarintSnappyEncodedPostings(input) { return nil, errors.New("header not found") } @@ -267,10 +471,13 @@ func diffVarintSnappyDecode(input []byte) (closeablePostings, error) { toFree := make([][]byte, 0, 2) var dstBuf []byte - decodeBuf := snappyDecodePool.Get() - if decodeBuf != nil { - dstBuf = *(decodeBuf.(*[]byte)) - toFree = append(toFree, dstBuf) + if !disablePooling { + if len, err := s2.DecodedLen(input[len(codecHeaderSnappy):]); err == nil { + if decodeBuf, err := snappyDecodePool.Get(len); err == nil && decodeBuf != nil { + dstBuf = *decodeBuf + toFree = append(toFree, dstBuf) + } + } } raw, err := s2.Decode(dstBuf, input[len(codecHeaderSnappy):]) @@ -278,7 +485,7 @@ func diffVarintSnappyDecode(input []byte) (closeablePostings, error) { return nil, errors.Wrap(err, "snappy decode") } - if !alias(raw, dstBuf) { + if !alias(raw, dstBuf) && !disablePooling { toFree = append(toFree, raw) } @@ -339,3 +546,35 @@ func (it *diffVarintPostings) Seek(x storage.SeriesRef) bool { func (it *diffVarintPostings) Err() error { return it.buf.Err() } + +func snappyStreamedEncode(postingsLength int, diffVarintPostings []byte) ([]byte, error) { + compressedBuf := bytes.NewBuffer(make([]byte, 0, estimateSnappyStreamSize(postingsLength))) + if n, err := compressedBuf.WriteString(codecHeaderStreamedSnappy); err != nil { + return nil, fmt.Errorf("writing streamed snappy header") + } else if n != len(codecHeaderStreamedSnappy) { + return nil, fmt.Errorf("short-write streamed snappy header") + } + + sw, err := extsnappy.Compressor.Compress(compressedBuf) + if err != nil { + return nil, fmt.Errorf("creating snappy compressor: %w", err) + } + _, err = sw.Write(diffVarintPostings) + if err != nil { + return nil, err + } + if err := sw.Close(); err != nil { + return nil, errors.Wrap(err, "closing snappy stream writer") + } + + return compressedBuf.Bytes(), nil +} + +var crcTable = crc32.MakeTable(crc32.Castagnoli) + +// crc implements the checksum specified in section 3 of +// https://github.com/google/snappy/blob/master/framing_format.txt +func crc(b []byte) uint32 { + c := crc32.Update(0, crcTable, b) + return c>>15 | c<<17 + 0xa282ead8 +} diff --git a/pkg/store/postings_codec_test.go b/pkg/store/postings_codec_test.go index 08b985e450..fd62359461 100644 --- a/pkg/store/postings_codec_test.go +++ b/pkg/store/postings_codec_test.go @@ -4,13 +4,18 @@ package store import ( + "bytes" "context" + crand "crypto/rand" + "io" "math" "math/rand" + "os" "sort" "strconv" "testing" + "github.com/klauspost/compress/s2" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" @@ -20,6 +25,50 @@ import ( storetestutil "github.com/thanos-io/thanos/pkg/store/storepb/testutil" ) +func TestStreamedSnappyMaximumDecodedLen(t *testing.T) { + t.Run("compressed", func(t *testing.T) { + b := make([]byte, 100) + for i := 0; i < 100; i++ { + b[i] = 0x42 + } + + snappyEncoded := &bytes.Buffer{} + + sw := s2.NewWriter(snappyEncoded, s2.WriterSnappyCompat(), s2.WriterBestCompression()) + + _, err := sw.Write(b) + testutil.Ok(t, err) + + testutil.Ok(t, sw.Close()) + + maxLen, err := maximumDecodedLenSnappyStreamed(snappyEncoded.Bytes()) + testutil.Ok(t, err) + t.Log(maxLen) + testutil.Assert(t, maxLen == 100) + }) + t.Run("random", func(t *testing.T) { + for i := 10000; i < 30000; i++ { + b := make([]byte, i) + _, err := crand.Read(b) + testutil.Ok(t, err) + + snappyEncoded := &bytes.Buffer{} + + sw := s2.NewWriter(snappyEncoded, s2.WriterSnappyCompat()) + + _, err = sw.Write(b) + testutil.Ok(t, err) + + testutil.Ok(t, sw.Close()) + + maxLen, err := maximumDecodedLenSnappyStreamed(snappyEncoded.Bytes()) + testutil.Ok(t, err) + testutil.Assert(t, maxLen > 100) + testutil.Assert(t, maxLen < 30000) + } + }) +} + func TestDiffVarintCodec(t *testing.T) { chunksDir := t.TempDir() @@ -40,25 +89,28 @@ func TestDiffVarintCodec(t *testing.T) { testutil.Ok(t, idx.Close()) }() + ctx := context.TODO() postingsMap := map[string]index.Postings{ - "all": allPostings(t, idx), - `n="1"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchEqual, "n", "1"+storetestutil.LabelLongSuffix)), - `j="foo"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchEqual, "j", "foo")), - `j!="foo"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "j", "foo")), - `i=~".*"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", ".*")), - `i=~".+"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", ".+")), - `i=~"1.+"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", "1.+")), - `i=~"^$"'`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", "^$")), - `i!~""`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "i", "")), - `n!="2"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "n", "2"+storetestutil.LabelLongSuffix)), - `i!~"2.*"`: matchPostings(t, idx, labels.MustNewMatcher(labels.MatchNotRegexp, "i", "^2.*$")), + "all": allPostings(ctx, t, idx), + `n="1"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchEqual, "n", "1"+storetestutil.LabelLongSuffix)), + `j="foo"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchEqual, "j", "foo")), + `j!="foo"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "j", "foo")), + `i=~".*"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", ".*")), + `i=~".+"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", ".+")), + `i=~"1.+"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", "1.+")), + `i=~"^$"'`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchRegexp, "i", "^$")), + `i!~""`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "i", "")), + `n!="2"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchNotEqual, "n", "2"+storetestutil.LabelLongSuffix)), + `i!~"2.*"`: matchPostings(ctx, t, idx, labels.MustNewMatcher(labels.MatchNotRegexp, "i", "^2.*$")), } codecs := map[string]struct { codingFunction func(index.Postings, int) ([]byte, error) - decodingFunction func([]byte) (closeablePostings, error) + decodingFunction func([]byte, bool) (closeablePostings, error) }{ - "raw": {codingFunction: diffVarintEncodeNoHeader, decodingFunction: func(bytes []byte) (closeablePostings, error) { return newDiffVarintPostings(bytes, nil), nil }}, + "raw": {codingFunction: diffVarintEncodeNoHeader, decodingFunction: func(bytes []byte, disablePooling bool) (closeablePostings, error) { + return newDiffVarintPostings(bytes, nil), nil + }}, "snappy": {codingFunction: diffVarintSnappyEncode, decodingFunction: diffVarintSnappyDecode}, "snappyStreamed": {codingFunction: diffVarintSnappyStreamedEncode, decodingFunction: diffVarintSnappyStreamedDecode}, } @@ -81,7 +133,7 @@ func TestDiffVarintCodec(t *testing.T) { t.Log("encoded size", len(data), "bytes") t.Logf("ratio: %0.3f", float64(len(data))/float64(4*p.len())) - decodedPostings, err := codec.decodingFunction(data) + decodedPostings, err := codec.decodingFunction(data, false) testutil.Ok(t, err) p.reset() @@ -116,15 +168,15 @@ func comparePostings(t *testing.T, p1, p2 index.Postings) { testutil.Ok(t, p2.Err()) } -func allPostings(t testing.TB, ix tsdb.IndexReader) index.Postings { +func allPostings(ctx context.Context, t testing.TB, ix tsdb.IndexReader) index.Postings { k, v := index.AllPostingsKey() - p, err := ix.Postings(k, v) + p, err := ix.Postings(ctx, k, v) testutil.Ok(t, err) return p } -func matchPostings(t testing.TB, ix tsdb.IndexReader, m *labels.Matcher) index.Postings { - vals, err := ix.LabelValues(m.Name) +func matchPostings(ctx context.Context, t testing.TB, ix tsdb.IndexReader, m *labels.Matcher) index.Postings { + vals, err := ix.LabelValues(ctx, m.Name) testutil.Ok(t, err) matching := []string(nil) @@ -134,7 +186,7 @@ func matchPostings(t testing.TB, ix tsdb.IndexReader, m *labels.Matcher) index.P } } - p, err := ix.Postings(m.Name, matching...) + p, err := ix.Postings(ctx, m.Name, matching...) testutil.Ok(t, err) return p } @@ -212,21 +264,21 @@ func BenchmarkPostingsEncodingDecoding(b *testing.B) { codecs := map[string]struct { codingFunction func(index.Postings, int) ([]byte, error) - decodingFunction func([]byte) (closeablePostings, error) + decodingFunction func([]byte, bool) (closeablePostings, error) }{ - "raw": {codingFunction: diffVarintEncodeNoHeader, decodingFunction: func(bytes []byte) (closeablePostings, error) { return newDiffVarintPostings(bytes, nil), nil }}, + "raw": {codingFunction: diffVarintEncodeNoHeader, decodingFunction: func(bytes []byte, disablePooling bool) (closeablePostings, error) { + return newDiffVarintPostings(bytes, nil), nil + }}, "snappy": {codingFunction: diffVarintSnappyEncode, decodingFunction: diffVarintSnappyDecode}, "snappyStreamed": {codingFunction: diffVarintSnappyStreamedEncode, decodingFunction: diffVarintSnappyStreamedDecode}, } - b.ReportAllocs() for _, count := range []int{10000, 100000, 1000000} { - for codecName, codecFns := range codecs { - b.Run(strconv.Itoa(count), func(b *testing.B) { + b.Run(strconv.Itoa(count), func(b *testing.B) { + for codecName, codecFns := range codecs { b.Run(codecName, func(b *testing.B) { b.Run("encode", func(b *testing.B) { - b.ResetTimer() for i := 0; i < b.N; i++ { ps := &uint64Postings{vals: p[:count]} @@ -243,19 +295,23 @@ func BenchmarkPostingsEncodingDecoding(b *testing.B) { if err != nil { b.Fatal(err) } - b.ResetTimer() + for i := 0; i < b.N; i++ { - _, err := codecFns.decodingFunction(encoded) + decoded, err := codecFns.decodingFunction(encoded, true) if err != nil { b.Fatal(err) } + + for decoded.Next() { + var _ = decoded.At() + } + testutil.Ok(b, decoded.Err()) } }) - }) - }) - } + } + }) } } @@ -285,3 +341,47 @@ func FuzzSnappyStreamEncoding(f *testing.F) { testutil.Ok(t, err) }) } + +func TestRegressionIssue6545(t *testing.T) { + diffVarintPostings, err := os.ReadFile("6545postingsrepro") + testutil.Ok(t, err) + + gotPostings := 0 + dvp := newDiffVarintPostings(diffVarintPostings, nil) + decodedPostings := []storage.SeriesRef{} + for dvp.Next() { + decodedPostings = append(decodedPostings, dvp.At()) + gotPostings++ + } + testutil.Ok(t, dvp.Err()) + testutil.Equals(t, 114024, gotPostings) + + dataToCache, err := snappyStreamedEncode(114024, diffVarintPostings) + testutil.Ok(t, err) + + // Check that the original decompressor works well. + sr := s2.NewReader(bytes.NewBuffer(dataToCache[3:])) + readBytes, err := io.ReadAll(sr) + testutil.Ok(t, err) + testutil.Equals(t, readBytes, diffVarintPostings) + + dvp = newDiffVarintPostings(readBytes, nil) + gotPostings = 0 + for dvp.Next() { + gotPostings++ + } + testutil.Equals(t, 114024, gotPostings) + + p, err := decodePostings(dataToCache) + testutil.Ok(t, err) + + i := 0 + for p.Next() { + post := p.At() + testutil.Equals(t, uint64(decodedPostings[i]), uint64(post)) + i++ + } + + testutil.Ok(t, p.Err()) + testutil.Equals(t, 114024, i) +} diff --git a/pkg/store/prometheus.go b/pkg/store/prometheus.go index e4444c718f..721e9ed51e 100644 --- a/pkg/store/prometheus.go +++ b/pkg/store/prometheus.go @@ -16,9 +16,6 @@ import ( "strings" "sync" - "github.com/prometheus/common/model" - "github.com/prometheus/prometheus/model/timestamp" - "github.com/blang/semver/v4" "github.com/go-kit/log" "github.com/go-kit/log/level" @@ -30,17 +27,18 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage/remote" "github.com/prometheus/prometheus/tsdb/chunkenc" + "google.golang.org/grpc/codes" + "google.golang.org/grpc/status" + + "github.com/thanos-io/thanos/pkg/clientconfig" "github.com/thanos-io/thanos/pkg/component" - "github.com/thanos-io/thanos/pkg/dedup" - "github.com/thanos-io/thanos/pkg/httpconfig" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/store/storepb/prompb" "github.com/thanos-io/thanos/pkg/tracing" - "google.golang.org/grpc/codes" - "google.golang.org/grpc/status" ) // PrometheusStore implements the store node API on top of the Prometheus remote read API. @@ -51,8 +49,9 @@ type PrometheusStore struct { buffers sync.Pool component component.StoreAPI externalLabelsFn func() labels.Labels - promVersion func() string - timestamps func() (mint int64, maxt int64) + + promVersion func() string + timestamps func() (mint int64, maxt int64) remoteReadAcceptableResponses []prompb.ReadRequest_ResponseType @@ -105,6 +104,11 @@ func NewPrometheusStore( return p, nil } +func (p *PrometheusStore) labelCallsSupportMatchers() bool { + version, parseErr := semver.Parse(p.promVersion()) + return parseErr == nil && version.GTE(baseVer) +} + // Info returns store information about the Prometheus instance. // NOTE(bwplotka): MaxTime & MinTime are not accurate nor adjusted dynamically. // This is fine for now, but might be needed in future. @@ -113,12 +117,11 @@ func (p *PrometheusStore) Info(_ context.Context, _ *storepb.InfoRequest) (*stor mint, maxt := p.timestamps() res := &storepb.InfoResponse{ - Labels: make([]labelpb.ZLabel, 0, len(lset)), + Labels: labelpb.ZLabelsFromPromLabels(lset), StoreType: p.component.ToProto(), MinTime: mint, MaxTime: maxt, } - res.Labels = append(res.Labels, labelpb.ZLabelsFromPromLabels(lset)...) // Until we deprecate the single labels in the reply, we just duplicate // them here for migration/compatibility purposes. @@ -141,7 +144,9 @@ func (p *PrometheusStore) putBuffer(b *[]byte) { } // Series returns all series for a requested time range and label matcher. -func (p *PrometheusStore) Series(r *storepb.SeriesRequest, s storepb.Store_SeriesServer) error { +func (p *PrometheusStore) Series(r *storepb.SeriesRequest, seriesSrv storepb.Store_SeriesServer) error { + s := newFlushableServer(seriesSrv, sortingStrategyStore) + extLset := p.externalLabelsFn() match, matchers, err := matchesExternalLabels(r.Matchers, extLset) @@ -158,20 +163,7 @@ func (p *PrometheusStore) Series(r *storepb.SeriesRequest, s storepb.Store_Serie // Don't ask for more than available time. This includes potential `minTime` flag limit. availableMinTime, _ := p.timestamps() if r.MinTime < availableMinTime { - // If pushdown is enabled then align min time with the step to avoid missing data - // when it gets retrieved by the upper layer's PromQL engine. - // This also is necessary when Sidecar uploads a block and then availableMinTime - // becomes a fixed timestamp. - if r.QueryHints != nil && r.QueryHints.StepMillis != 0 { - diff := availableMinTime - r.MinTime - r.MinTime += (diff / r.QueryHints.StepMillis) * r.QueryHints.StepMillis - // Add one more to strictly fit within --min-time -> infinity. - if r.MinTime != availableMinTime { - r.MinTime += r.QueryHints.StepMillis - } - } else { - r.MinTime = availableMinTime - } + r.MinTime = availableMinTime } extLsetToRemove := map[string]struct{}{} @@ -185,29 +177,27 @@ func (p *PrometheusStore) Series(r *storepb.SeriesRequest, s storepb.Store_Serie if err != nil { return err } + var b labels.Builder for _, lbm := range labelMaps { - lset := make([]labelpb.ZLabel, 0, len(lbm)+len(finalExtLset)) + b.Reset(labels.EmptyLabels()) for k, v := range lbm { - lset = append(lset, labelpb.ZLabel{Name: k, Value: v}) + b.Set(k, v) } - lset = append(lset, labelpb.ZLabelsFromPromLabels(finalExtLset)...) - sort.Slice(lset, func(i, j int) bool { - return lset[i].Name < lset[j].Name + // external labels should take precedence + finalExtLset.Range(func(l labels.Label) { + b.Set(l.Name, l.Value) }) + lset := labelpb.ZLabelsFromPromLabels(b.Labels()) if err = s.Send(storepb.NewSeriesResponse(&storepb.Series{Labels: lset})); err != nil { return err } } - return nil + return s.Flush() } shardMatcher := r.ShardInfo.Matcher(&p.buffers) defer shardMatcher.Close() - if r.QueryHints != nil && r.QueryHints.IsSafeToExecute() && !shardMatcher.IsSharded() { - return p.queryPrometheus(s, r, extLsetToRemove) - } - q := &prompb.Query{StartTimestampMs: r.MinTime, EndTimestampMs: r.MaxTime} for _, m := range matchers { pm := &prompb.LabelMatcher{Name: m.Name, Value: m.Value} @@ -240,90 +230,20 @@ func (p *PrometheusStore) Series(r *storepb.SeriesRequest, s storepb.Store_Serie // remote read. contentType := httpResp.Header.Get("Content-Type") if strings.HasPrefix(contentType, "application/x-protobuf") { - return p.handleSampledPrometheusResponse(s, httpResp, queryPrometheusSpan, enableChunkHashCalculation, extLsetToRemove) + return p.handleSampledPrometheusResponse(s, httpResp, queryPrometheusSpan, extLset, enableChunkHashCalculation, extLsetToRemove) } if !strings.HasPrefix(contentType, "application/x-streamed-protobuf; proto=prometheus.ChunkedReadResponse") { return errors.Errorf("not supported remote read content type: %s", contentType) } - return p.handleStreamedPrometheusResponse(s, shardMatcher, httpResp, queryPrometheusSpan, enableChunkHashCalculation, extLsetToRemove) -} - -func (p *PrometheusStore) queryPrometheus( - s storepb.Store_SeriesServer, - r *storepb.SeriesRequest, - extLsetToRemove map[string]struct{}, -) error { - var matrix model.Matrix - - opts := promclient.QueryOptions{} - step := r.QueryHints.StepMillis / 1000 - if step != 0 { - result, _, err := p.client.QueryRange(s.Context(), p.base, r.ToPromQL(), r.MinTime, r.MaxTime, step, opts) - if err != nil { - return err - } - matrix = result - } else { - vector, _, err := p.client.QueryInstant(s.Context(), p.base, r.ToPromQL(), timestamp.Time(r.MaxTime), opts) - if err != nil { - return err - } - - matrix = make(model.Matrix, 0, len(vector)) - for _, sample := range vector { - matrix = append(matrix, &model.SampleStream{ - Metric: sample.Metric, - Values: []model.SamplePair{ - { - Timestamp: sample.Timestamp, - Value: sample.Value, - }, - }, - }) - } - } - - externalLbls := rmLabels(p.externalLabelsFn().Copy(), extLsetToRemove) - for _, vector := range matrix { - seriesLbls := labels.Labels(make([]labels.Label, 0, len(vector.Metric))) - - // Attach labels from samples. - for k, v := range vector.Metric { - seriesLbls = append(seriesLbls, labels.FromStrings(string(k), string(v))...) - } - sort.Slice(seriesLbls, func(i, j int) bool { - return seriesLbls.Less(i, j) - }) - // Attach external labels for compatibility with remote read. - finalLbls := labelpb.ExtendSortedLabels(seriesLbls, externalLbls) - finalLbls = append(finalLbls, dedup.PushdownMarker) - - series := &prompb.TimeSeries{ - Labels: labelpb.ZLabelsFromPromLabels(finalLbls), - Samples: prompb.SamplesFromSamplePairs(vector.Values), - } - - chks, err := p.chunkSamples(series, MaxSamplesPerChunk, enableChunkHashCalculation) - if err != nil { - return err - } - - if err := s.Send(storepb.NewSeriesResponse(&storepb.Series{ - Labels: series.Labels, - Chunks: chks, - })); err != nil { - return err - } - } - - return nil + return p.handleStreamedPrometheusResponse(s, shardMatcher, httpResp, queryPrometheusSpan, extLset, enableChunkHashCalculation, extLsetToRemove) } func (p *PrometheusStore) handleSampledPrometheusResponse( - s storepb.Store_SeriesServer, + s flushableServer, httpResp *http.Response, querySpan tracing.Span, + extLset labels.Labels, calculateChecksums bool, extLsetToRemove map[string]struct{}, ) error { @@ -340,9 +260,10 @@ func (p *PrometheusStore) handleSampledPrometheusResponse( span.SetTag("series_count", len(resp.Results[0].Timeseries)) for _, e := range resp.Results[0].Timeseries { - // Sampled remote read handler already adds external labels for us: - // https://github.com/prometheus/prometheus/blob/3f6f5d3357e232abe53f1775f893fdf8f842712c/storage/remote/read_handler.go#L166. - lset := rmLabels(labelpb.ZLabelsToPromLabels(e.Labels), extLsetToRemove) + // https://github.com/prometheus/prometheus/blob/3f6f5d3357e232abe53f1775f893fdf8f842712c/storage/remote/read_handler.go#L166 + // MergeLabels() prefers local labels over external labels but we prefer + // external labels hence we need to do this: + lset := rmLabels(labelpb.ExtendSortedLabels(labelpb.ZLabelsToPromLabels(e.Labels), extLset), extLsetToRemove) if len(e.Samples) == 0 { // As found in https://github.com/thanos-io/thanos/issues/381 // Prometheus can give us completely empty time series. Ignore these with log until we figure out that @@ -369,14 +290,15 @@ func (p *PrometheusStore) handleSampledPrometheusResponse( } } level.Debug(p.logger).Log("msg", "handled ReadRequest_SAMPLED request.", "series", len(resp.Results[0].Timeseries)) - return nil + return s.Flush() } func (p *PrometheusStore) handleStreamedPrometheusResponse( - s storepb.Store_SeriesServer, + s flushableServer, shardMatcher *storepb.ShardMatcher, httpResp *http.Response, querySpan tracing.Span, + extLset labels.Labels, calculateChecksums bool, extLsetToRemove map[string]struct{}, ) error { @@ -417,10 +339,10 @@ func (p *PrometheusStore) handleStreamedPrometheusResponse( framesNum++ for _, series := range res.ChunkedSeries { - // Streamed remote read handler already adds - // external labels: + // MergeLabels() prefers local labels over external labels but we prefer + // external labels hence we need to do this: // https://github.com/prometheus/prometheus/blob/3f6f5d3357e232abe53f1775f893fdf8f842712c/storage/remote/codec.go#L210. - completeLabelset := rmLabels(labelpb.ZLabelsToPromLabels(series.Labels), extLsetToRemove) + completeLabelset := rmLabels(labelpb.ExtendSortedLabels(labelpb.ZLabelsToPromLabels(series.Labels), extLset), extLsetToRemove) if !shardMatcher.MatchesLabels(completeLabelset) { continue } @@ -450,9 +372,7 @@ func (p *PrometheusStore) handleStreamedPrometheusResponse( } r := storepb.NewSeriesResponse(&storepb.Series{ - Labels: labelpb.ZLabelsFromPromLabels( - completeLabelset, - ), + Labels: labelpb.ZLabelsFromPromLabels(completeLabelset), Chunks: thanosChks, }) if err := s.Send(r); err != nil { @@ -467,7 +387,7 @@ func (p *PrometheusStore) handleStreamedPrometheusResponse( querySpan.SetTag("processed.bytes", bodySizer.BytesCount()) level.Debug(p.logger).Log("msg", "handled ReadRequest_STREAMED_XOR_CHUNKS request.", "frames", framesNum) - return nil + return s.Flush() } type BytesCounter struct { @@ -572,7 +492,7 @@ func (p *PrometheusStore) startPromRemoteRead(ctx context.Context, q *prompb.Que preq.Header.Set("Content-Type", "application/x-stream-protobuf") preq.Header.Set("X-Prometheus-Remote-Read-Version", "0.1.0") - preq.Header.Set("User-Agent", httpconfig.ThanosUserAgent) + preq.Header.Set("User-Agent", clientconfig.ThanosUserAgent) presp, err = p.client.Do(preq.WithContext(ctx)) if err != nil { return nil, errors.Wrap(err, "send request") @@ -598,7 +518,7 @@ func matchesExternalLabels(ms []storepb.LabelMatcher, externalLabels labels.Labe return false, nil, err } - if len(externalLabels) == 0 { + if externalLabels.IsEmpty() { return true, tms, nil } @@ -650,8 +570,7 @@ func (p *PrometheusStore) LabelNames(ctx context.Context, r *storepb.LabelNamesR } var lbls []string - version, parseErr := semver.Parse(p.promVersion()) - if len(matchers) == 0 || (parseErr == nil && version.GTE(baseVer)) { + if len(matchers) == 0 || p.labelCallsSupportMatchers() { lbls, err = p.client.LabelNamesInGRPC(ctx, p.base, matchers, r.Start, r.End) if err != nil { return nil, err @@ -675,10 +594,17 @@ func (p *PrometheusStore) LabelNames(ctx context.Context, r *storepb.LabelNamesR } } + extLsetToRemove := map[string]struct{}{} + for _, lbl := range r.WithoutReplicaLabels { + extLsetToRemove[lbl] = struct{}{} + } + if len(lbls) > 0 { - for _, extLbl := range extLset { - lbls = append(lbls, extLbl.Name) - } + extLset.Range(func(l labels.Label) { + if _, ok := extLsetToRemove[l.Name]; !ok { + lbls = append(lbls, l.Name) + } + }) sort.Strings(lbls) } @@ -690,20 +616,20 @@ func (p *PrometheusStore) LabelValues(ctx context.Context, r *storepb.LabelValue if r.Label == "" { return nil, status.Error(codes.InvalidArgument, "label name parameter cannot be empty") } + for i := range r.WithoutReplicaLabels { + if r.Label == r.WithoutReplicaLabels[i] { + return &storepb.LabelValuesResponse{}, nil + } + } extLset := p.externalLabelsFn() - // First check for matching external label which has priority. - if l := extLset.Get(r.Label); l != "" { - return &storepb.LabelValuesResponse{Values: []string{l}}, nil - } - match, matchers, err := matchesExternalLabels(r.Matchers, extLset) if err != nil { return nil, status.Error(codes.InvalidArgument, err.Error()) } if !match { - return &storepb.LabelValuesResponse{Values: nil}, nil + return &storepb.LabelValuesResponse{}, nil } var ( @@ -711,8 +637,22 @@ func (p *PrometheusStore) LabelValues(ctx context.Context, r *storepb.LabelValue vals []string ) - version, parseErr := semver.Parse(p.promVersion()) - if len(matchers) == 0 || (parseErr == nil && version.GTE(baseVer)) { + // If we request label values for an external label while selecting an additional matcher for other label values + if val := extLset.Get(r.Label); val != "" { + if len(matchers) == 0 { + return &storepb.LabelValuesResponse{Values: []string{val}}, nil + } + sers, err = p.client.SeriesInGRPC(ctx, p.base, matchers, r.Start, r.End) + if err != nil { + return nil, err + } + if len(sers) > 0 { + return &storepb.LabelValuesResponse{Values: []string{val}}, nil + } + return &storepb.LabelValuesResponse{}, nil + } + + if len(matchers) == 0 || p.labelCallsSupportMatchers() { vals, err = p.client.LabelValuesInGRPC(ctx, p.base, r.Label, matchers, r.Start, r.End) if err != nil { return nil, err @@ -740,10 +680,7 @@ func (p *PrometheusStore) LabelValues(ctx context.Context, r *storepb.LabelValue } func (p *PrometheusStore) LabelSet() []labelpb.ZLabelSet { - lset := p.externalLabelsFn() - - labels := make([]labelpb.ZLabel, 0, len(lset)) - labels = append(labels, labelpb.ZLabelsFromPromLabels(lset)...) + labels := labelpb.ZLabelsFromPromLabels(p.externalLabelsFn()) labelset := []labelpb.ZLabelSet{} if len(labels) > 0 { @@ -755,6 +692,24 @@ func (p *PrometheusStore) LabelSet() []labelpb.ZLabelSet { return labelset } +func (p *PrometheusStore) TSDBInfos() []infopb.TSDBInfo { + labels := p.LabelSet() + if len(labels) == 0 { + return []infopb.TSDBInfo{} + } + + mint, maxt := p.Timestamps() + return []infopb.TSDBInfo{ + { + Labels: labelpb.ZLabelSet{ + Labels: labels[0].Labels, + }, + MinTime: mint, + MaxTime: maxt, + }, + } +} + func (p *PrometheusStore) Timestamps() (mint int64, maxt int64) { return p.timestamps() } diff --git a/pkg/store/prometheus_test.go b/pkg/store/prometheus_test.go index cb3c500579..f4b694e5ba 100644 --- a/pkg/store/prometheus_test.go +++ b/pkg/store/prometheus_test.go @@ -8,23 +8,24 @@ import ( "fmt" "math" "net/url" + "os" "testing" "time" "github.com/cespare/xxhash" + "github.com/go-kit/log" "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/timestamp" - "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" - "github.com/thanos-io/thanos/pkg/store/storepb/prompb" "github.com/thanos-io/thanos/pkg/testutil/custom" "github.com/thanos-io/thanos/pkg/testutil/e2eutil" ) @@ -47,19 +48,21 @@ func testPrometheusStoreSeriesE2e(t *testing.T, prefix string) { baseT := timestamp.FromTime(time.Now()) / 1000 * 1000 + // region is an external label; by adding it as an internal label too we also trigger + // the resorting code paths a := p.Appender() - _, err = a.Append(0, labels.FromStrings("a", "b", "region", "eu-west"), baseT+100, 1) + _, err = a.Append(0, labels.FromStrings("a", "b", "region", "local"), baseT+100, 1) testutil.Ok(t, err) - _, err = a.Append(0, labels.FromStrings("a", "b", "region", "eu-west"), baseT+200, 2) + _, err = a.Append(0, labels.FromStrings("a", "b", "region", "local"), baseT+200, 2) testutil.Ok(t, err) - _, err = a.Append(0, labels.FromStrings("a", "b", "region", "eu-west"), baseT+300, 3) + _, err = a.Append(0, labels.FromStrings("a", "b", "region", "local"), baseT+300, 3) testutil.Ok(t, err) testutil.Ok(t, a.Commit()) ctx, cancel := context.WithCancel(context.Background()) defer cancel() - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(ctx, log.NewLogfmtLogger(os.Stderr))) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) @@ -67,7 +70,9 @@ func testPrometheusStoreSeriesE2e(t *testing.T, prefix string) { limitMinT := int64(0) proxy, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return limitMinT, -1 }, nil) // MaxTime does not matter. + func() (int64, int64) { return limitMinT, -1 }, + nil, + ) // MaxTime does not matter. testutil.Ok(t, err) // Query all three samples except for the first one. Since we round up queried data @@ -187,14 +192,16 @@ func TestPrometheusStore_SeriesLabels_e2e(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(ctx, log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) promStore, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return math.MinInt64/1000 + 62135596801, math.MaxInt64/1000 - 62135596801 }, nil) + func() (int64, int64) { return math.MinInt64/1000 + 62135596801, math.MaxInt64/1000 - 62135596801 }, + nil, + ) testutil.Ok(t, err) for _, tcase := range []struct { @@ -211,17 +218,6 @@ func TestPrometheusStore_SeriesLabels_e2e(t *testing.T) { }, expectedErr: errors.New("rpc error: code = InvalidArgument desc = no matchers specified (excluding external labels)"), }, - { - req: &storepb.SeriesRequest{ - SkipChunks: true, - Matchers: []storepb.LabelMatcher{ - {Type: storepb.LabelMatcher_RE, Name: "wrong-chars-in-label-name(hyphen)", Value: "adsf"}, - }, - MinTime: baseT - 10000000000, - MaxTime: baseT + 10000000000, - }, - expectedErr: errors.New("rpc error: code = InvalidArgument desc = expected 2xx response, got 400. Body: {\"status\":\"error\",\"errorType\":\"bad_data\",\"error\":\"invalid parameter \\\"match[]\\\": 1:7: parse error: unexpected character inside braces: '-'\"}"), - }, { req: &storepb.SeriesRequest{ SkipChunks: true, @@ -346,31 +342,6 @@ func TestPrometheusStore_SeriesLabels_e2e(t *testing.T) { } } -func TestPrometheusStore_LabelAPIs(t *testing.T) { - t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) - testLabelAPIs(t, func(extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { - p, err := e2eutil.NewPrometheus() - testutil.Ok(t, err) - t.Cleanup(func() { testutil.Ok(t, p.Stop()) }) - - appendFn(p.Appender()) - - testutil.Ok(t, p.Start()) - u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) - testutil.Ok(t, err) - - version, err := promclient.NewDefaultClient().BuildVersion(context.Background(), u) - testutil.Ok(t, err) - - promStore, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, func() labels.Labels { - return extLset - }, nil, func() string { return version }) - testutil.Ok(t, err) - - return promStore - }) -} - func TestPrometheusStore_Series_MatchExternalLabel(t *testing.T) { defer custom.TolerantVerifyLeak(t) @@ -392,14 +363,15 @@ func TestPrometheusStore_Series_MatchExternalLabel(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(ctx, log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) proxy, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return 0, math.MaxInt64 }, nil) + func() (int64, int64) { return 0, math.MaxInt64 }, + nil) testutil.Ok(t, err) srv := newStoreSeriesServer(ctx) @@ -454,14 +426,15 @@ func TestPrometheusStore_Series_ChunkHashCalculation_Integration(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() - testutil.Ok(t, p.Start()) + testutil.Ok(t, p.Start(ctx, log.NewNopLogger())) u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) testutil.Ok(t, err) proxy, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return 0, math.MaxInt64 }, nil) + func() (int64, int64) { return 0, math.MaxInt64 }, + nil) testutil.Ok(t, err) srv := newStoreSeriesServer(ctx) @@ -490,7 +463,8 @@ func TestPrometheusStore_Info(t *testing.T) { proxy, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), nil, component.Sidecar, func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return 123, 456 }, nil) + func() (int64, int64) { return 123, 456 }, + nil) testutil.Ok(t, err) resp, err := proxy.Info(ctx, &storepb.InfoRequest{}) @@ -501,79 +475,3 @@ func TestPrometheusStore_Info(t *testing.T) { testutil.Equals(t, int64(123), resp.MinTime) testutil.Equals(t, int64(456), resp.MaxTime) } - -func testSeries_SplitSamplesIntoChunksWithMaxSizeOf120(t *testing.T, appender storage.Appender, newStore func() storepb.StoreServer) { - baseT := timestamp.FromTime(time.Now().AddDate(0, 0, -2)) / 1000 * 1000 - - offset := int64(2*math.MaxUint16 + 5) - for i := int64(0); i < offset; i++ { - _, err := appender.Append(0, labels.FromStrings("a", "b", "region", "eu-west"), baseT+i, 1) - testutil.Ok(t, err) - } - - testutil.Ok(t, appender.Commit()) - - ctx, cancel := context.WithCancel(context.Background()) - defer cancel() - - client := newStore() - srv := newStoreSeriesServer(ctx) - - testutil.Ok(t, client.Series(&storepb.SeriesRequest{ - MinTime: baseT, - MaxTime: baseT + offset, - Matchers: []storepb.LabelMatcher{ - {Type: storepb.LabelMatcher_EQ, Name: "a", Value: "b"}, - {Type: storepb.LabelMatcher_EQ, Name: "region", Value: "eu-west"}, - }, - }, srv)) - - testutil.Equals(t, 1, len(srv.SeriesSet)) - - firstSeries := srv.SeriesSet[0] - - testutil.Equals(t, []labelpb.ZLabel{ - {Name: "a", Value: "b"}, - {Name: "region", Value: "eu-west"}, - }, firstSeries.Labels) - - testutil.Equals(t, 1093, len(firstSeries.Chunks)) - - chunk, err := chunkenc.FromData(chunkenc.EncXOR, firstSeries.Chunks[0].Raw.Data) - testutil.Ok(t, err) - testutil.Equals(t, 120, chunk.NumSamples()) - - chunk, err = chunkenc.FromData(chunkenc.EncXOR, firstSeries.Chunks[1].Raw.Data) - testutil.Ok(t, err) - testutil.Equals(t, 120, chunk.NumSamples()) - - chunk, err = chunkenc.FromData(chunkenc.EncXOR, firstSeries.Chunks[len(firstSeries.Chunks)-1].Raw.Data) - testutil.Ok(t, err) - testutil.Equals(t, 35, chunk.NumSamples()) -} - -// Regression test for https://github.com/thanos-io/thanos/issues/396. -func TestPrometheusStore_Series_SplitSamplesIntoChunksWithMaxSizeOf120(t *testing.T) { - defer custom.TolerantVerifyLeak(t) - - p, err := e2eutil.NewPrometheus() - testutil.Ok(t, err) - defer func() { testutil.Ok(t, p.Stop()) }() - - testSeries_SplitSamplesIntoChunksWithMaxSizeOf120(t, p.Appender(), func() storepb.StoreServer { - testutil.Ok(t, p.Start()) - - u, err := url.Parse(fmt.Sprintf("http://%s", p.Addr())) - testutil.Ok(t, err) - - proxy, err := NewPrometheusStore(nil, nil, promclient.NewDefaultClient(), u, component.Sidecar, - func() labels.Labels { return labels.FromStrings("region", "eu-west") }, - func() (int64, int64) { return 0, math.MaxInt64 }, nil) - testutil.Ok(t, err) - - // We build chunks only for SAMPLES method. Make sure we ask for SAMPLES only. - proxy.remoteReadAcceptableResponses = []prompb.ReadRequest_ResponseType{prompb.ReadRequest_SAMPLES} - - return proxy - }) -} diff --git a/pkg/store/proxy.go b/pkg/store/proxy.go index d6056b524b..0ac1fc659c 100644 --- a/pkg/store/proxy.go +++ b/pkg/store/proxy.go @@ -13,7 +13,6 @@ import ( "github.com/go-kit/log" "github.com/go-kit/log/level" - "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" @@ -21,17 +20,23 @@ import ( "golang.org/x/sync/errgroup" "google.golang.org/grpc" "google.golang.org/grpc/codes" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/strutil" + "github.com/thanos-io/thanos/pkg/tenancy" "github.com/thanos-io/thanos/pkg/tracing" ) type ctxKey int +// UninitializedTSDBTime is the TSDB start time of an uninitialized TSDB instance. +const UninitializedTSDBTime = math.MaxInt64 + // StoreMatcherKey is the context key for the store's allow list. const StoreMatcherKey = ctxKey(0) @@ -50,6 +55,9 @@ type Client interface { // TimeRange returns minimum and maximum time range of data in the store. TimeRange() (mint int64, maxt int64) + // TSDBInfos returns metadata about each TSDB backed by the client. + TSDBInfos() []infopb.TSDBInfo + // SupportsSharding returns true if sharding is supported by the underlying store. SupportsSharding() bool @@ -77,6 +85,7 @@ type ProxyStore struct { metrics *proxyStoreMetrics retrievalStrategy RetrievalStrategy debugLogging bool + tsdbSelector *TSDBSelector } type proxyStoreMetrics struct { @@ -103,10 +112,17 @@ func RegisterStoreServer(storeSrv storepb.StoreServer, logger log.Logger) func(* // BucketStoreOption are functions that configure BucketStore. type ProxyStoreOption func(s *ProxyStore) -// WithProxyStoreDebugLogging enables debug logging. -func WithProxyStoreDebugLogging() ProxyStoreOption { +// WithProxyStoreDebugLogging toggles debug logging. +func WithProxyStoreDebugLogging(enable bool) ProxyStoreOption { + return func(s *ProxyStore) { + s.debugLogging = enable + } +} + +// WithTSDBSelector sets the TSDB selector for the proxy. +func WithTSDBSelector(selector *TSDBSelector) ProxyStoreOption { return func(s *ProxyStore) { - s.debugLogging = true + s.tsdbSelector = selector } } @@ -139,6 +155,7 @@ func NewProxyStore( responseTimeout: responseTimeout, metrics: metrics, retrievalStrategy: retrievalStrategy, + tsdbSelector: DefaultSelector, } for _, option := range options { @@ -234,6 +251,7 @@ func (s *ProxyStore) LabelSet() []labelpb.ZLabelSet { return labelSets } + func (s *ProxyStore) TimeRange() (int64, int64) { stores := s.stores() if len(stores) == 0 { @@ -254,10 +272,25 @@ func (s *ProxyStore) TimeRange() (int64, int64) { return minTime, maxTime } +func (s *ProxyStore) TSDBInfos() []infopb.TSDBInfo { + infos := make([]infopb.TSDBInfo, 0) + for _, st := range s.stores() { + matches, _ := s.tsdbSelector.MatchLabelSets(st.LabelSets()...) + if !matches { + continue + } + infos = append(infos, st.TSDBInfos()...) + } + return infos +} + func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb.Store_SeriesServer) error { // TODO(bwplotka): This should be part of request logger, otherwise it does not make much sense. Also, could be // tiggered by tracing span to reduce cognitive load. - reqLogger := log.With(s.logger, "component", "proxy", "request", originalRequest.String()) + reqLogger := log.With(s.logger, "component", "proxy") + if s.debugLogging { + reqLogger = log.With(reqLogger, "request", originalRequest.String()) + } match, matchers, err := matchesExternalLabels(originalRequest.Matchers, s.selectorLabels) if err != nil { @@ -266,16 +299,35 @@ func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb. if !match { return nil } + if len(matchers) == 0 { return status.Error(codes.InvalidArgument, errors.New("no matchers specified (excluding selector labels)").Error()) } - storeMatchers, _ := storepb.PromMatchersToMatchers(matchers...) // Error would be returned by matchesExternalLabels, so skip check. - storeDebugMsgs := []string{} + // We may arrive here either via the promql engine + // or as a result of a grpc call in layered queries + ctx := srv.Context() + tenant, foundTenant := tenancy.GetTenantFromGRPCMetadata(ctx) + if !foundTenant { + if ctx.Value(tenancy.TenantKey) != nil { + tenant = ctx.Value(tenancy.TenantKey).(string) + } + } + + ctx = metadata.AppendToOutgoingContext(ctx, tenancy.DefaultTenantHeader, tenant) + level.Debug(s.logger).Log("msg", "Tenant info in Series()", "tenant", tenant) + + stores, storeLabelSets, storeDebugMsgs := s.matchingStores(ctx, originalRequest.MinTime, originalRequest.MaxTime, matchers) + if len(stores) == 0 { + level.Debug(reqLogger).Log("err", ErrorNoStoresMatched, "stores", strings.Join(storeDebugMsgs, ";")) + return nil + } + + storeMatchers, _ := storepb.PromMatchersToMatchers(matchers...) // Error would be returned by matchesExternalLabels, so skip check. r := &storepb.SeriesRequest{ MinTime: originalRequest.MinTime, MaxTime: originalRequest.MaxTime, - Matchers: storeMatchers, + Matchers: append(storeMatchers, MatchersForLabelSets(storeLabelSets)...), Aggregates: originalRequest.Aggregates, MaxResolutionWindow: originalRequest.MaxResolutionWindow, SkipChunks: originalRequest.SkipChunks, @@ -286,33 +338,11 @@ func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb. WithoutReplicaLabels: originalRequest.WithoutReplicaLabels, } - stores := []Client{} - for _, st := range s.stores() { - // We might be able to skip the store if its meta information indicates it cannot have series matching our query. - if ok, reason := storeMatches(srv.Context(), st, originalRequest.MinTime, originalRequest.MaxTime, matchers...); !ok { - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("store %s filtered out: %v", st, reason)) - } - continue - } - - stores = append(stores, st) - } - - if len(stores) == 0 { - level.Debug(reqLogger).Log("err", ErrorNoStoresMatched, "stores", strings.Join(storeDebugMsgs, ";")) - return nil - } - storeResponses := make([]respSet, 0, len(stores)) - for _, st := range stores { st := st - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("store %s queried", st)) - } - respSet, err := newAsyncRespSet(srv.Context(), st, r, s.responseTimeout, s.retrievalStrategy, &s.buffers, r.ShardInfo, reqLogger, s.metrics.emptyStreamResponses) + respSet, err := newAsyncRespSet(ctx, st, r, s.responseTimeout, s.retrievalStrategy, &s.buffers, r.ShardInfo, reqLogger, s.metrics.emptyStreamResponses) if err != nil { level.Error(reqLogger).Log("err", err) @@ -332,7 +362,7 @@ func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb. level.Debug(reqLogger).Log("msg", "Series: started fanout streams", "status", strings.Join(storeDebugMsgs, ";")) - respHeap := NewDedupResponseHeap(NewProxyResponseHeap(storeResponses...)) + respHeap := NewResponseDeduplicator(NewProxyResponseLoserTree(storeResponses...)) for respHeap.Next() { resp := respHeap.At() @@ -348,106 +378,67 @@ func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb. return nil } -// storeMatches returns boolean if the given store may hold data for the given label matchers, time ranges and debug store matches gathered from context. -func storeMatches(ctx context.Context, s Client, mint, maxt int64, matchers ...*labels.Matcher) (ok bool, reason string) { - var storeDebugMatcher [][]*labels.Matcher - if ctxVal := ctx.Value(StoreMatcherKey); ctxVal != nil { - if value, ok := ctxVal.([][]*labels.Matcher); ok { - storeDebugMatcher = value - } - } - - storeMinTime, storeMaxTime := s.TimeRange() - if mint > storeMaxTime || maxt < storeMinTime { - return false, fmt.Sprintf("does not have data within this time period: [%v,%v]. Store time ranges: [%v,%v]", mint, maxt, storeMinTime, storeMaxTime) - } - - if ok, reason := storeMatchDebugMetadata(s, storeDebugMatcher); !ok { - return false, reason +// LabelNames returns all known label names. +func (s *ProxyStore) LabelNames(ctx context.Context, originalRequest *storepb.LabelNamesRequest) (*storepb.LabelNamesResponse, error) { + // TODO(bwplotka): This should be part of request logger, otherwise it does not make much sense. Also, could be + // tiggered by tracing span to reduce cognitive load. + reqLogger := log.With(s.logger, "component", "proxy") + if s.debugLogging { + reqLogger = log.With(reqLogger, "request", originalRequest.String()) } - - extLset := s.LabelSets() - if !labelSetsMatch(matchers, extLset...) { - return false, fmt.Sprintf("external labels %v does not match request label matchers: %v", extLset, matchers) + match, matchers, err := matchesExternalLabels(originalRequest.Matchers, s.selectorLabels) + if err != nil { + return nil, status.Error(codes.InvalidArgument, err.Error()) } - return true, "" -} - -// storeMatchDebugMetadata return true if the store's address match the storeDebugMatchers. -func storeMatchDebugMetadata(s Client, storeDebugMatchers [][]*labels.Matcher) (ok bool, reason string) { - if len(storeDebugMatchers) == 0 { - return true, "" + if !match { + return &storepb.LabelNamesResponse{}, nil } - addr, isLocal := s.Addr() - if isLocal { - return false, "the store is not remote, cannot match __address__" + // We may arrive here either via the promql engine + // or as a result of a grpc call in layered queries + tenant, foundTenant := tenancy.GetTenantFromGRPCMetadata(ctx) + if !foundTenant { + level.Debug(reqLogger).Log("msg", "using tenant from context instead of metadata") + if ctx.Value(tenancy.TenantKey) != nil { + tenant = ctx.Value(tenancy.TenantKey).(string) + } } - match := false - for _, sm := range storeDebugMatchers { - match = match || labelSetsMatch(sm, labels.FromStrings("__address__", addr)) - } - if !match { - return false, fmt.Sprintf("__address__ %v does not match debug store metadata matchers: %v", addr, storeDebugMatchers) - } - return true, "" -} + ctx = metadata.AppendToOutgoingContext(ctx, tenancy.DefaultTenantHeader, tenant) + level.Debug(s.logger).Log("msg", "Tenant info in LabelNames()", "tenant", tenant) -// labelSetsMatch returns false if all label-set do not match the matchers (aka: OR is between all label-sets). -func labelSetsMatch(matchers []*labels.Matcher, lset ...labels.Labels) bool { - if len(lset) == 0 { - return true + stores, storeLabelSets, storeDebugMsgs := s.matchingStores(ctx, originalRequest.Start, originalRequest.End, matchers) + if len(stores) == 0 { + level.Debug(reqLogger).Log("err", ErrorNoStoresMatched, "stores", strings.Join(storeDebugMsgs, ";")) + return &storepb.LabelNamesResponse{}, nil } - - for _, ls := range lset { - notMatched := false - for _, m := range matchers { - if lv := ls.Get(m.Name); ls.Has(m.Name) && !m.Matches(lv) { - notMatched = true - break - } - } - if !notMatched { - return true - } + storeMatchers, _ := storepb.PromMatchersToMatchers(matchers...) // Error would be returned by matchesExternalLabels, so skip check. + r := &storepb.LabelNamesRequest{ + PartialResponseDisabled: originalRequest.PartialResponseDisabled, + Start: originalRequest.Start, + End: originalRequest.End, + Matchers: append(storeMatchers, MatchersForLabelSets(storeLabelSets)...), + WithoutReplicaLabels: originalRequest.WithoutReplicaLabels, } - return false -} -// LabelNames returns all known label names. -func (s *ProxyStore) LabelNames(ctx context.Context, r *storepb.LabelNamesRequest) ( - *storepb.LabelNamesResponse, error, -) { var ( - warnings []string - names [][]string - mtx sync.Mutex - g, gctx = errgroup.WithContext(ctx) - storeDebugMsgs []string + warnings []string + names [][]string + mtx sync.Mutex + g, gctx = errgroup.WithContext(ctx) ) - - for _, st := range s.stores() { + for _, st := range stores { st := st - // We might be able to skip the store if its meta information indicates it cannot have series matching our query. - if ok, reason := storeMatches(gctx, st, r.Start, r.End); !ok { - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s filtered out due to %v", st, reason)) - } - continue - } - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s queried", st)) - } - + storeID, storeAddr, isLocalStore := storeInfo(st) g.Go(func() error { - resp, err := st.LabelNames(gctx, &storepb.LabelNamesRequest{ - PartialResponseDisabled: r.PartialResponseDisabled, - Start: r.Start, - End: r.End, - Matchers: r.Matchers, + span, spanCtx := tracing.StartSpan(gctx, "proxy.label_names", tracing.Tags{ + "store.id": storeID, + "store.addr": storeAddr, + "store.is_local": isLocalStore, }) + defer span.Finish() + resp, err := st.LabelNames(spanCtx, r) if err != nil { err = errors.Wrapf(err, "fetch label names from store %s", st) if r.PartialResponseDisabled { @@ -468,12 +459,12 @@ func (s *ProxyStore) LabelNames(ctx context.Context, r *storepb.LabelNamesReques return nil }) } + level.Debug(reqLogger).Log("msg", "LabelNames: started fanout streams", "status", strings.Join(storeDebugMsgs, ";")) if err := g.Wait(); err != nil { return nil, err } - level.Debug(s.logger).Log("msg", strings.Join(storeDebugMsgs, ";")) return &storepb.LabelNamesResponse{ Names: strutil.MergeUnsortedSlices(names...), Warnings: warnings, @@ -481,61 +472,83 @@ func (s *ProxyStore) LabelNames(ctx context.Context, r *storepb.LabelNamesReques } // LabelValues returns all known label values for a given label name. -func (s *ProxyStore) LabelValues(ctx context.Context, r *storepb.LabelValuesRequest) ( +func (s *ProxyStore) LabelValues(ctx context.Context, originalRequest *storepb.LabelValuesRequest) ( *storepb.LabelValuesResponse, error, ) { - var ( - warnings []string - all [][]string - mtx sync.Mutex - g, gctx = errgroup.WithContext(ctx) - storeDebugMsgs []string - span opentracing.Span - ) + // TODO(bwplotka): This should be part of request logger, otherwise it does not make much sense. Also, could be + // tiggered by tracing span to reduce cognitive load. + reqLogger := log.With(s.logger, "component", "proxy") + if s.debugLogging { + reqLogger = log.With(reqLogger, "request", originalRequest.String()) + } - for _, st := range s.stores() { - st := st + if originalRequest.Label == "" { + return nil, status.Error(codes.InvalidArgument, "label name parameter cannot be empty") + } - storeAddr, isLocalStore := st.Addr() - storeID := labelpb.PromLabelSetsToString(st.LabelSets()) - if storeID == "" { - storeID = "Store Gateway" - } - span, gctx = tracing.StartSpan(gctx, "proxy.label_values", tracing.Tags{ - "store.id": storeID, - "store.addr": storeAddr, - "store.is_local": isLocalStore, - }) - defer span.Finish() + match, matchers, err := matchesExternalLabels(originalRequest.Matchers, s.selectorLabels) + if err != nil { + return nil, status.Error(codes.InvalidArgument, err.Error()) + } + if !match { + return &storepb.LabelValuesResponse{}, nil + } - // We might be able to skip the store if its meta information indicates it cannot have series matching our query. - if ok, reason := storeMatches(gctx, st, r.Start, r.End); !ok { - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s filtered out due to %v", st, reason)) - } - continue - } - if s.debugLogging { - storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s queried", st)) + // We may arrive here either via the promql engine + // or as a result of a grpc call in layered queries + tenant, foundTenant := tenancy.GetTenantFromGRPCMetadata(ctx) + if !foundTenant { + level.Debug(reqLogger).Log("msg", "using tenant from context instead of metadata") + if ctx.Value(tenancy.TenantKey) != nil { + tenant = ctx.Value(tenancy.TenantKey).(string) } + } + + ctx = metadata.AppendToOutgoingContext(ctx, tenancy.DefaultTenantHeader, tenant) + level.Debug(reqLogger).Log("msg", "Tenant info in LabelValues()", "tenant", tenant) + + stores, storeLabelSets, storeDebugMsgs := s.matchingStores(ctx, originalRequest.Start, originalRequest.End, matchers) + if len(stores) == 0 { + level.Debug(reqLogger).Log("err", ErrorNoStoresMatched, "stores", strings.Join(storeDebugMsgs, ";")) + return &storepb.LabelValuesResponse{}, nil + } + storeMatchers, _ := storepb.PromMatchersToMatchers(matchers...) // Error would be returned by matchesExternalLabels, so skip check. + r := &storepb.LabelValuesRequest{ + Label: originalRequest.Label, + PartialResponseDisabled: originalRequest.PartialResponseDisabled, + Start: originalRequest.Start, + End: originalRequest.End, + Matchers: append(storeMatchers, MatchersForLabelSets(storeLabelSets)...), + WithoutReplicaLabels: originalRequest.WithoutReplicaLabels, + } + var ( + warnings []string + all [][]string + mtx sync.Mutex + g, gctx = errgroup.WithContext(ctx) + ) + for _, st := range stores { + st := st + + storeID, storeAddr, isLocalStore := storeInfo(st) g.Go(func() error { - resp, err := st.LabelValues(gctx, &storepb.LabelValuesRequest{ - Label: r.Label, - PartialResponseDisabled: r.PartialResponseDisabled, - Start: r.Start, - End: r.End, - Matchers: r.Matchers, + span, spanCtx := tracing.StartSpan(gctx, "proxy.label_values", tracing.Tags{ + "store.id": storeID, + "store.addr": storeAddr, + "store.is_local": isLocalStore, }) + defer span.Finish() + + resp, err := st.LabelValues(spanCtx, r) if err != nil { - msg := "fetch label values from store %s" - err = errors.Wrapf(err, msg, st) + err = errors.Wrapf(err, "fetch label values from store %s", st) if r.PartialResponseDisabled { return err } mtx.Lock() - warnings = append(warnings, errors.Wrapf(err, msg, st).Error()) + warnings = append(warnings, err.Error()) mtx.Unlock() return nil } @@ -548,14 +561,118 @@ func (s *ProxyStore) LabelValues(ctx context.Context, r *storepb.LabelValuesRequ return nil }) } + level.Debug(reqLogger).Log("msg", "LabelValues: started fanout streams", "status", strings.Join(storeDebugMsgs, ";")) if err := g.Wait(); err != nil { return nil, err } - level.Debug(s.logger).Log("msg", strings.Join(storeDebugMsgs, ";")) return &storepb.LabelValuesResponse{ Values: strutil.MergeUnsortedSlices(all...), Warnings: warnings, }, nil } + +func storeInfo(st Client) (storeID string, storeAddr string, isLocalStore bool) { + storeAddr, isLocalStore = st.Addr() + storeID = labelpb.PromLabelSetsToString(st.LabelSets()) + if storeID == "" { + storeID = "Store Gateway" + } + return storeID, storeAddr, isLocalStore +} + +// TODO: consider moving the following functions into something like "pkg/pruneutils" since it is also used for exemplars. + +func (s *ProxyStore) matchingStores(ctx context.Context, minTime, maxTime int64, matchers []*labels.Matcher) ([]Client, []labels.Labels, []string) { + var ( + stores []Client + storeLabelSets []labels.Labels + storeDebugMsgs []string + ) + for _, st := range s.stores() { + // We might be able to skip the store if its meta information indicates it cannot have series matching our query. + if ok, reason := storeMatches(ctx, st, minTime, maxTime, matchers...); !ok { + storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s filtered out due to: %v", st, reason)) + continue + } + matches, extraMatchers := s.tsdbSelector.MatchLabelSets(st.LabelSets()...) + if !matches { + storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s filtered out due to: %v", st, "tsdb selector")) + continue + } + storeLabelSets = append(storeLabelSets, extraMatchers...) + + stores = append(stores, st) + storeDebugMsgs = append(storeDebugMsgs, fmt.Sprintf("Store %s queried", st)) + } + + return stores, storeLabelSets, storeDebugMsgs +} + +// storeMatches returns boolean if the given store may hold data for the given label matchers, time ranges and debug store matches gathered from context. +func storeMatches(ctx context.Context, s Client, mint, maxt int64, matchers ...*labels.Matcher) (ok bool, reason string) { + var storeDebugMatcher [][]*labels.Matcher + if ctxVal := ctx.Value(StoreMatcherKey); ctxVal != nil { + if value, ok := ctxVal.([][]*labels.Matcher); ok { + storeDebugMatcher = value + } + } + + storeMinTime, storeMaxTime := s.TimeRange() + if mint > storeMaxTime || maxt < storeMinTime { + return false, fmt.Sprintf("does not have data within this time period: [%v,%v]. Store time ranges: [%v,%v]", mint, maxt, storeMinTime, storeMaxTime) + } + + if ok, reason := storeMatchDebugMetadata(s, storeDebugMatcher); !ok { + return false, reason + } + + extLset := s.LabelSets() + if !LabelSetsMatch(matchers, extLset...) { + return false, fmt.Sprintf("external labels %v does not match request label matchers: %v", extLset, matchers) + } + return true, "" +} + +// storeMatchDebugMetadata return true if the store's address match the storeDebugMatchers. +func storeMatchDebugMetadata(s Client, storeDebugMatchers [][]*labels.Matcher) (ok bool, reason string) { + if len(storeDebugMatchers) == 0 { + return true, "" + } + + addr, isLocal := s.Addr() + if isLocal { + return false, "the store is not remote, cannot match __address__" + } + + match := false + for _, sm := range storeDebugMatchers { + match = match || LabelSetsMatch(sm, labels.FromStrings("__address__", addr)) + } + if !match { + return false, fmt.Sprintf("__address__ %v does not match debug store metadata matchers: %v", addr, storeDebugMatchers) + } + return true, "" +} + +// LabelSetsMatch returns false if all label-set do not match the matchers (aka: OR is between all label-sets). +func LabelSetsMatch(matchers []*labels.Matcher, lset ...labels.Labels) bool { + if len(lset) == 0 { + return true + } + + for _, ls := range lset { + notMatched := false + for _, m := range matchers { + if lv := ls.Get(m.Name); ls.Has(m.Name) && !m.Matches(lv) { + notMatched = true + break + } + } + if !notMatched { + return true + } + } + return false +} diff --git a/pkg/store/proxy_heap_test.go b/pkg/store/proxy_heap_test.go deleted file mode 100644 index d37b4e4840..0000000000 --- a/pkg/store/proxy_heap_test.go +++ /dev/null @@ -1,155 +0,0 @@ -// Copyright (c) The Thanos Authors. -// Licensed under the Apache License 2.0. - -package store - -import ( - "testing" - - "github.com/efficientgo/core/testutil" - "github.com/prometheus/prometheus/model/labels" - "github.com/thanos-io/thanos/pkg/dedup" - "github.com/thanos-io/thanos/pkg/errors" - "github.com/thanos-io/thanos/pkg/store/storepb" -) - -func TestRmLabelsCornerCases(t *testing.T) { - testutil.Equals(t, rmLabels(labelsFromStrings("aa", "bb"), map[string]struct{}{ - "aa": {}, - }), labels.Labels{}) - testutil.Equals(t, rmLabels(labelsFromStrings(), map[string]struct{}{ - "aa": {}, - }), labels.Labels{}) -} - -func TestSortWithoutLabels(t *testing.T) { - for _, tcase := range []struct { - input []*storepb.SeriesResponse - exp []*storepb.SeriesResponse - dedupLabels map[string]struct{} - }{ - // Single deduplication label. - { - input: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), - }, - exp: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), - }, - dedupLabels: map[string]struct{}{"b": {}}, - }, - // Multi deduplication labels. - { - input: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-2", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), - }, - exp: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), - }, - dedupLabels: map[string]struct{}{"b": {}, "b1": {}}, - }, - // Pushdown label at the end. - { - input: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "4", dedup.PushdownMarker.Name, dedup.PushdownMarker.Value)), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), - }, - exp: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4", dedup.PushdownMarker.Name, dedup.PushdownMarker.Value)), - }, - dedupLabels: map[string]struct{}{"b": {}}, - }, - // Non series responses mixed. - { - input: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3", "d", "4")), - storepb.NewWarnSeriesResponse(errors.Newf("yolo")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), - }, - exp: []*storepb.SeriesResponse{ - storepb.NewWarnSeriesResponse(errors.Newf("yolo")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), - storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), - }, - dedupLabels: map[string]struct{}{"b": {}}, - }, - // Longer series. - { - input: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labels.FromStrings( - "__name__", "gitlab_transaction_cache_read_hit_count_total", "action", "widget.json", "controller", "Projects::MergeRequests::ContentController", "env", "gprd", "environment", - "gprd", "fqdn", "web-08-sv-gprd.c.gitlab-production.internal", "instance", "web-08-sv-gprd.c.gitlab-production.internal:8083", "job", "gitlab-rails", "monitor", "app", "provider", - "gcp", "region", "us-east", "replica", "01", "shard", "default", "stage", "main", "tier", "sv", "type", "web", - )), - }, - exp: []*storepb.SeriesResponse{ - storeSeriesResponse(t, labels.FromStrings( - // No replica label anymore. - "__name__", "gitlab_transaction_cache_read_hit_count_total", "action", "widget.json", "controller", "Projects::MergeRequests::ContentController", "env", "gprd", "environment", - "gprd", "fqdn", "web-08-sv-gprd.c.gitlab-production.internal", "instance", "web-08-sv-gprd.c.gitlab-production.internal:8083", "job", "gitlab-rails", "monitor", "app", "provider", - "gcp", "region", "us-east", "shard", "default", "stage", "main", "tier", "sv", "type", "web", - )), - }, - dedupLabels: map[string]struct{}{"replica": {}}, - }, - } { - t.Run("", func(t *testing.T) { - sortWithoutLabels(tcase.input, tcase.dedupLabels) - testutil.Equals(t, tcase.exp, tcase.input) - }) - } -} - -// labelsFromStrings is like labels.FromString, but it does not sort the input. -func labelsFromStrings(ss ...string) labels.Labels { - if len(ss)%2 != 0 { - panic("invalid number of strings") - } - res := make(labels.Labels, 0, len(ss)/2) - for i := 0; i < len(ss); i += 2 { - res = append(res, labels.Label{Name: ss[i], Value: ss[i+1]}) - } - - return res -} - -func BenchmarkSortWithoutLabels(b *testing.B) { - resps := make([]*storepb.SeriesResponse, 1e4) - labelsToRemove := map[string]struct{}{ - "a": {}, "b": {}, - } - - b.ReportAllocs() - b.ResetTimer() - for i := 0; i < b.N; i++ { - b.StopTimer() - for i := 0; i < 1e4; i++ { - resps[i] = storeSeriesResponse(b, labels.FromStrings("a", "1", "b", "replica-1", "c", "replica-1", "d", "1")) - } - b.StartTimer() - sortWithoutLabels(resps, labelsToRemove) - } -} diff --git a/pkg/store/proxy_heap.go b/pkg/store/proxy_merge.go similarity index 68% rename from pkg/store/proxy_heap.go rename to pkg/store/proxy_merge.go index 028ac81a7e..fa002cc9b1 100644 --- a/pkg/store/proxy_heap.go +++ b/pkg/store/proxy_merge.go @@ -4,7 +4,6 @@ package store import ( - "container/heap" "context" "fmt" "io" @@ -15,19 +14,20 @@ import ( "github.com/cespare/xxhash/v2" "github.com/go-kit/log" "github.com/go-kit/log/level" - grpc_opentracing "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tracing" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/labels" + grpc_opentracing "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware" + "github.com/thanos-io/thanos/pkg/losertree" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/tracing" ) -type dedupResponseHeap struct { - h *ProxyResponseHeap +type responseDeduplicator struct { + h *losertree.Tree[*storepb.SeriesResponse, respSet] bufferedSameSeries []*storepb.SeriesResponse @@ -38,22 +38,22 @@ type dedupResponseHeap struct { ok bool } -// NewDedupResponseHeap returns a wrapper around ProxyResponseHeap that merged duplicated series messages into one. +// NewResponseDeduplicator returns a wrapper around a loser tree that merges duplicated series messages into one. // It also deduplicates identical chunks identified by the same checksum from each series message. -func NewDedupResponseHeap(h *ProxyResponseHeap) *dedupResponseHeap { +func NewResponseDeduplicator(h *losertree.Tree[*storepb.SeriesResponse, respSet]) *responseDeduplicator { ok := h.Next() var prev *storepb.SeriesResponse if ok { prev = h.At() } - return &dedupResponseHeap{ + return &responseDeduplicator{ h: h, ok: ok, prev: prev, } } -func (d *dedupResponseHeap) Next() bool { +func (d *responseDeduplicator) Next() bool { if d.buffRespI+1 < len(d.bufferedResp) { d.buffRespI++ return true @@ -153,100 +153,43 @@ func chainSeriesAndRemIdenticalChunks(series []*storepb.SeriesResponse) *storepb }) } -func (d *dedupResponseHeap) At() *storepb.SeriesResponse { +func (d *responseDeduplicator) At() *storepb.SeriesResponse { return d.bufferedResp[d.buffRespI] } -// ProxyResponseHeap is a heap for storepb.SeriesSets. -// It performs k-way merge between all of those sets. -// TODO(GiedriusS): can be improved with a tournament tree. -// This is O(n*logk) but can be Theta(n*logk). However, -// tournament trees need n-1 auxiliary nodes so there -// might not be much of a difference. -type ProxyResponseHeap []ProxyResponseHeapNode - -func (h *ProxyResponseHeap) Less(i, j int) bool { - iResp := (*h)[i].rs.At() - jResp := (*h)[j].rs.At() - - if iResp.GetSeries() != nil && jResp.GetSeries() != nil { - iLbls := labelpb.ZLabelsToPromLabels(iResp.GetSeries().Labels) - jLbls := labelpb.ZLabelsToPromLabels(jResp.GetSeries().Labels) - return labels.Compare(iLbls, jLbls) < 0 - } else if iResp.GetSeries() == nil && jResp.GetSeries() != nil { - return true - } else if iResp.GetSeries() != nil && jResp.GetSeries() == nil { - return false - } - - // If it is not a series then the order does not matter. What matters - // is that we get different types of responses one after another. - return false -} - -func (h *ProxyResponseHeap) Len() int { - return len(*h) -} - -func (h *ProxyResponseHeap) Swap(i, j int) { - (*h)[i], (*h)[j] = (*h)[j], (*h)[i] -} - -func (h *ProxyResponseHeap) Push(x interface{}) { - *h = append(*h, x.(ProxyResponseHeapNode)) -} - -func (h *ProxyResponseHeap) Pop() (v interface{}) { - *h, v = (*h)[:h.Len()-1], (*h)[h.Len()-1] - return -} - -func (h *ProxyResponseHeap) Empty() bool { - return h.Len() == 0 -} - -func (h *ProxyResponseHeap) Min() *ProxyResponseHeapNode { - return &(*h)[0] -} - -type ProxyResponseHeapNode struct { - rs respSet -} - -// NewProxyResponseHeap returns heap that k-way merge series together. +// NewProxyResponseLoserTree returns heap that k-way merge series together. // It's agnostic to duplicates and overlaps, it forwards all duplicated series in random order. -func NewProxyResponseHeap(seriesSets ...respSet) *ProxyResponseHeap { - ret := make(ProxyResponseHeap, 0, len(seriesSets)) +func NewProxyResponseLoserTree(seriesSets ...respSet) *losertree.Tree[*storepb.SeriesResponse, respSet] { + var maxVal *storepb.SeriesResponse = storepb.NewSeriesResponse(nil) - for _, ss := range seriesSets { - if ss.Empty() { - continue + less := func(a, b *storepb.SeriesResponse) bool { + if a == maxVal && b != maxVal { + return false } - ss := ss - ret.Push(ProxyResponseHeapNode{rs: ss}) - } - - heap.Init(&ret) - - return &ret -} - -func (h *ProxyResponseHeap) Next() bool { - return !h.Empty() -} - -func (h *ProxyResponseHeap) At() *storepb.SeriesResponse { - min := h.Min().rs - - atResp := min.At() + if a != maxVal && b == maxVal { + return true + } + if a == maxVal && b == maxVal { + return true + } + if a.GetSeries() != nil && b.GetSeries() != nil { + iLbls := labelpb.ZLabelsToPromLabels(a.GetSeries().Labels) + jLbls := labelpb.ZLabelsToPromLabels(b.GetSeries().Labels) - if min.Next() { - heap.Fix(h, 0) - } else { - heap.Remove(h, 0) + return labels.Compare(iLbls, jLbls) < 0 + } else if a.GetSeries() == nil && b.GetSeries() != nil { + return true + } else if a.GetSeries() != nil && b.GetSeries() == nil { + return false + } + return false } - return atResp + return losertree.New[*storepb.SeriesResponse, respSet](seriesSets, maxVal, func(s respSet) *storepb.SeriesResponse { + return s.At() + }, less, func(s respSet) { + s.Close() + }) } func (l *lazyRespSet) StoreID() string { @@ -257,6 +200,10 @@ func (l *lazyRespSet) Labelset() string { return labelpb.PromLabelSetsToString(l.storeLabelSets) } +func (l *lazyRespSet) StoreLabels() map[string]struct{} { + return l.storeLabels +} + // lazyRespSet is a lazy storepb.SeriesSet that buffers // everything as fast as possible while at the same it permits // reading response-by-response. It blocks if there is no data @@ -264,12 +211,11 @@ func (l *lazyRespSet) Labelset() string { type lazyRespSet struct { // Generic parameters. span opentracing.Span - cl storepb.Store_SeriesClient closeSeries context.CancelFunc storeName string storeLabelSets []labels.Labels + storeLabels map[string]struct{} frameTimeout time.Duration - ctx context.Context // Internal bookkeeping. dataOrFinishEvent *sync.Cond @@ -310,6 +256,8 @@ func (l *lazyRespSet) Next() bool { l.bufferedResponsesMtx.Lock() defer l.bufferedResponsesMtx.Unlock() + l.initialized = true + if l.noMoreData && len(l.bufferedResponses) == 0 { l.lastResp = nil @@ -325,7 +273,9 @@ func (l *lazyRespSet) Next() bool { if len(l.bufferedResponses) > 0 { l.lastResp = l.bufferedResponses[0] - l.bufferedResponses = l.bufferedResponses[1:] + if l.initialized { + l.bufferedResponses = l.bufferedResponses[1:] + } return true } @@ -334,19 +284,14 @@ func (l *lazyRespSet) Next() bool { } func (l *lazyRespSet) At() *storepb.SeriesResponse { - // We need to wait for at least one response so that we would be able to properly build the heap. if !l.initialized { - l.Next() - l.initialized = true - return l.lastResp + panic("please call Next before At") } - // Next() was called previously. return l.lastResp } func newLazyRespSet( - ctx context.Context, span opentracing.Span, frameTimeout time.Duration, storeName string, @@ -363,17 +308,21 @@ func newLazyRespSet( respSet := &lazyRespSet{ frameTimeout: frameTimeout, - cl: cl, storeName: storeName, storeLabelSets: storeLabelSets, closeSeries: closeSeries, span: span, - ctx: ctx, dataOrFinishEvent: dataAvailable, bufferedResponsesMtx: bufferedResponsesMtx, bufferedResponses: bufferedResponses, shardMatcher: shardMatcher, } + respSet.storeLabels = make(map[string]struct{}) + for _, ls := range storeLabelSets { + ls.Range(func(l labels.Label) { + respSet.storeLabels[l.Name] = struct{}{} + }) + } go func(st string, l *lazyRespSet) { bytesProcessed := 0 @@ -399,19 +348,8 @@ func newLazyRespSet( defer t.Reset(frameTimeout) } - select { - case <-l.ctx.Done(): - err := errors.Wrapf(l.ctx.Err(), "failed to receive any data from %s", st) - l.span.SetTag("err", err.Error()) - - l.bufferedResponsesMtx.Lock() - l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(err)) - l.noMoreData = true - l.dataOrFinishEvent.Signal() - l.bufferedResponsesMtx.Unlock() - return false - default: - resp, err := cl.Recv() + resp, err := cl.Recv() + if err != nil { if err == io.EOF { l.bufferedResponsesMtx.Lock() l.noMoreData = true @@ -420,45 +358,41 @@ func newLazyRespSet( return false } - if err != nil { - // TODO(bwplotka): Return early on error. Don't wait of dedup, merge and sort if partial response is disabled. - var rerr error - if t != nil && !t.Stop() && errors.Is(err, context.Canceled) { - // Most likely the per-Recv timeout has been reached. - // There's a small race between canceling and the Recv() - // but this is most likely true. - rerr = errors.Wrapf(err, "failed to receive any data in %s from %s", l.frameTimeout, st) - } else { - rerr = errors.Wrapf(err, "receive series from %s", st) - } - - l.span.SetTag("err", rerr.Error()) - - l.bufferedResponsesMtx.Lock() - l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(rerr)) - l.noMoreData = true - l.dataOrFinishEvent.Signal() - l.bufferedResponsesMtx.Unlock() - return false - } - - numResponses++ - bytesProcessed += resp.Size() - - if resp.GetSeries() != nil && applySharding && !shardMatcher.MatchesZLabels(resp.GetSeries().Labels) { - return true + var rerr error + // If timer is already stopped + if t != nil && !t.Stop() { + <-t.C // Drain the channel if it was already stopped. + rerr = errors.Wrapf(err, "failed to receive any data in %s from %s", l.frameTimeout, st) + } else { + rerr = errors.Wrapf(err, "receive series from %s", st) } - if resp.GetSeries() != nil { - seriesStats.Count(resp.GetSeries()) - } + l.span.SetTag("err", rerr.Error()) l.bufferedResponsesMtx.Lock() - l.bufferedResponses = append(l.bufferedResponses, resp) + l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(rerr)) + l.noMoreData = true l.dataOrFinishEvent.Signal() l.bufferedResponsesMtx.Unlock() + return false + } + + numResponses++ + bytesProcessed += resp.Size() + + if resp.GetSeries() != nil && applySharding && !shardMatcher.MatchesZLabels(resp.GetSeries().Labels) { return true } + + if resp.GetSeries() != nil { + seriesStats.Count(resp.GetSeries()) + } + + l.bufferedResponsesMtx.Lock() + l.bufferedResponses = append(l.bufferedResponses, resp) + l.dataOrFinishEvent.Signal() + l.bufferedResponsesMtx.Unlock() + return true } var t *time.Timer @@ -505,16 +439,10 @@ func newAsyncRespSet( var span opentracing.Span var closeSeries context.CancelFunc - storeAddr, isLocalStore := st.Addr() - storeID := labelpb.PromLabelSetsToString(st.LabelSets()) - if storeID == "" { - storeID = "Store Gateway" - } - + storeID, storeAddr, isLocalStore := storeInfo(st) seriesCtx := grpc_opentracing.ClientAddContextTags(ctx, opentracing.Tags{ "target": storeAddr, }) - span, seriesCtx = tracing.StartSpan(seriesCtx, "proxy.series", tracing.Tags{ "store.id": storeID, "store.is_local": isLocalStore, @@ -555,7 +483,6 @@ func newAsyncRespSet( switch retrievalStrategy { case LazyRetrieval: return newLazyRespSet( - seriesCtx, span, frameTimeout, st.String(), @@ -568,10 +495,10 @@ func newAsyncRespSet( ), nil case EagerRetrieval: return newEagerRespSet( - seriesCtx, span, frameTimeout, - st, + st.String(), + st.LabelSets(), closeSeries, cl, shardMatcher, @@ -601,16 +528,17 @@ func (l *lazyRespSet) Close() { type eagerRespSet struct { // Generic parameters. span opentracing.Span - cl storepb.Store_SeriesClient - ctx context.Context closeSeries context.CancelFunc - st Client frameTimeout time.Duration shardMatcher *storepb.ShardMatcher removeLabels map[string]struct{} + storeName string + storeLabels map[string]struct{} + storeLabelSets []labels.Labels + // Internal bookkeeping. bufferedResponses []*storepb.SeriesResponse wg *sync.WaitGroup @@ -618,10 +546,10 @@ type eagerRespSet struct { } func newEagerRespSet( - ctx context.Context, span opentracing.Span, frameTimeout time.Duration, - st Client, + storeName string, + storeLabelSets []labels.Labels, closeSeries context.CancelFunc, cl storepb.Store_SeriesClient, shardMatcher *storepb.ShardMatcher, @@ -631,21 +559,26 @@ func newEagerRespSet( ) respSet { ret := &eagerRespSet{ span: span, - st: st, closeSeries: closeSeries, - cl: cl, frameTimeout: frameTimeout, - ctx: ctx, bufferedResponses: []*storepb.SeriesResponse{}, wg: &sync.WaitGroup{}, shardMatcher: shardMatcher, removeLabels: removeLabels, + storeName: storeName, + storeLabelSets: storeLabelSets, + } + ret.storeLabels = make(map[string]struct{}) + for _, ls := range storeLabelSets { + ls.Range(func(l labels.Label) { + ret.storeLabels[l.Name] = struct{}{} + }) } ret.wg.Add(1) // Start a goroutine and immediately buffer everything. - go func(st Client, l *eagerRespSet) { + go func(l *eagerRespSet) { seriesStats := &storepb.SeriesStatsCounter{} bytesProcessed := 0 @@ -672,48 +605,41 @@ func newEagerRespSet( defer t.Reset(frameTimeout) } - select { - case <-l.ctx.Done(): - err := errors.Wrapf(l.ctx.Err(), "failed to receive any data from %s", st.String()) - l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(err)) - l.span.SetTag("err", err.Error()) - return false - default: - resp, err := cl.Recv() + resp, err := cl.Recv() + if err != nil { if err == io.EOF { return false } - if err != nil { - // TODO(bwplotka): Return early on error. Don't wait of dedup, merge and sort if partial response is disabled. - var rerr error - if t != nil && !t.Stop() && errors.Is(err, context.Canceled) { - // Most likely the per-Recv timeout has been reached. - // There's a small race between canceling and the Recv() - // but this is most likely true. - rerr = errors.Wrapf(err, "failed to receive any data in %s from %s", l.frameTimeout, st.String()) - } else { - rerr = errors.Wrapf(err, "receive series from %s", st.String()) - } - l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(rerr)) - l.span.SetTag("err", rerr.Error()) - return false - } - numResponses++ - bytesProcessed += resp.Size() - - if resp.GetSeries() != nil && applySharding && !shardMatcher.MatchesZLabels(resp.GetSeries().Labels) { - return true + var rerr error + // If timer is already stopped + if t != nil && !t.Stop() { + <-t.C // Drain the channel if it was already stopped. + rerr = errors.Wrapf(err, "failed to receive any data in %s from %s", l.frameTimeout, storeName) + } else { + rerr = errors.Wrapf(err, "receive series from %s", storeName) } - if resp.GetSeries() != nil { - seriesStats.Count(resp.GetSeries()) - } + l.bufferedResponses = append(l.bufferedResponses, storepb.NewWarnSeriesResponse(rerr)) + l.span.SetTag("err", rerr.Error()) + return false + } + + numResponses++ + bytesProcessed += resp.Size() - l.bufferedResponses = append(l.bufferedResponses, resp) + if resp.GetSeries() != nil && applySharding && !shardMatcher.MatchesZLabels(resp.GetSeries().Labels) { return true } + + if resp.GetSeries() != nil { + seriesStats.Count(resp.GetSeries()) + } + + l.bufferedResponses = append(l.bufferedResponses, resp) + return true } + var t *time.Timer if frameTimeout > 0 { t = time.AfterFunc(frameTimeout, closeSeries) @@ -728,24 +654,21 @@ func newEagerRespSet( // This should be used only for stores that does not support doing this on server side. // See docs/proposals-accepted/20221129-avoid-global-sort.md for details. - if len(l.removeLabels) > 0 { - sortWithoutLabels(l.bufferedResponses, l.removeLabels) - } + // NOTE. Client is not guaranteed to give a sorted response when extLset is added + // Generally we need to resort here. + sortWithoutLabels(l.bufferedResponses, l.removeLabels) - }(st, ret) + }(ret) return ret } func rmLabels(l labels.Labels, labelsToRemove map[string]struct{}) labels.Labels { - for i := 0; i < len(l); i++ { - if _, ok := labelsToRemove[l[i].Name]; !ok { - continue - } - l = append(l[:i], l[i+1:]...) - i-- + b := labels.NewBuilder(l) + for k := range labelsToRemove { + b.Del(k) } - return l + return b.Labels() } // sortWithoutLabels removes given labels from series and re-sorts the series responses that the same @@ -757,7 +680,9 @@ func sortWithoutLabels(set []*storepb.SeriesResponse, labelsToRemove map[string] continue } - ser.Labels = labelpb.ZLabelsFromPromLabels(rmLabels(labelpb.ZLabelsToPromLabels(ser.Labels), labelsToRemove)) + if len(labelsToRemove) > 0 { + ser.Labels = labelpb.ZLabelsFromPromLabels(rmLabels(labelpb.ZLabelsToPromLabels(ser.Labels), labelsToRemove)) + } } // With the re-ordered label sets, re-sorting all series aligns the same series @@ -776,6 +701,9 @@ func sortWithoutLabels(set []*storepb.SeriesResponse, labelsToRemove map[string] } func (l *eagerRespSet) Close() { + if l.closeSeries != nil { + l.closeSeries() + } l.shardMatcher.Close() } @@ -786,7 +714,7 @@ func (l *eagerRespSet) At() *storepb.SeriesResponse { return nil } - return l.bufferedResponses[l.i] + return l.bufferedResponses[l.i-1] } func (l *eagerRespSet) Next() bool { @@ -794,7 +722,7 @@ func (l *eagerRespSet) Next() bool { l.i++ - return l.i < len(l.bufferedResponses) + return l.i <= len(l.bufferedResponses) } func (l *eagerRespSet) Empty() bool { @@ -804,11 +732,15 @@ func (l *eagerRespSet) Empty() bool { } func (l *eagerRespSet) StoreID() string { - return l.st.String() + return l.storeName } func (l *eagerRespSet) Labelset() string { - return labelpb.PromLabelSetsToString(l.st.LabelSets()) + return labelpb.PromLabelSetsToString(l.storeLabelSets) +} + +func (l *eagerRespSet) StoreLabels() map[string]struct{} { + return l.storeLabels } type respSet interface { @@ -817,5 +749,6 @@ type respSet interface { Next() bool StoreID() string Labelset() string + StoreLabels() map[string]struct{} Empty() bool } diff --git a/pkg/store/proxy_merge_test.go b/pkg/store/proxy_merge_test.go new file mode 100644 index 0000000000..f72ba4a4ef --- /dev/null +++ b/pkg/store/proxy_merge_test.go @@ -0,0 +1,362 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "fmt" + "sync" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/model/labels" + + "github.com/thanos-io/thanos/pkg/errors" + "github.com/thanos-io/thanos/pkg/store/storepb" +) + +func TestRmLabelsCornerCases(t *testing.T) { + testutil.Equals(t, rmLabels(labelsFromStrings("aa", "bb"), map[string]struct{}{ + "aa": {}, + }), labels.Labels{}) + testutil.Equals(t, rmLabels(labelsFromStrings(), map[string]struct{}{ + "aa": {}, + }), labels.Labels{}) +} + +func TestProxyResponseTreeSort(t *testing.T) { + for _, tcase := range []struct { + title string + input []respSet + exp []*storepb.SeriesResponse + }{ + { + title: "merge sets with different series and common labels", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), + }, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4", "e", "5")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "d", "4")), + }, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4", "e", "5")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "d", "4")), + }, + }, + { + title: "merge sets with different series and labels", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("g", "7", "h", "8", "i", "9")), + }, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("d", "4", "e", "5")), + storeSeriesResponse(t, labelsFromStrings("d", "4", "e", "5", "f", "6")), + }, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("d", "4", "e", "5")), + storeSeriesResponse(t, labelsFromStrings("d", "4", "e", "5", "f", "6")), + storeSeriesResponse(t, labelsFromStrings("g", "7", "h", "8", "i", "9")), + }, + }, + { + title: "merge repeated series in stores with different external labels", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + }, + storeLabels: map[string]struct{}{"ext2": {}}, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + }, + storeLabels: map[string]struct{}{"ext1": {}, "ext2": {}}, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + }, + }, + { + title: "merge series with external labels at beginning of series", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "2")), + }, + storeLabels: map[string]struct{}{"a": {}}, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + }, + storeLabels: map[string]struct{}{"a": {}}, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "2")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + }, + }, + { + title: "merge series in stores with external labels not present in series (e.g. stripped during dedup)", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + }, + storeLabels: map[string]struct{}{"ext2": {}, "replica": {}}, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + }, + storeLabels: map[string]struct{}{"ext1": {}, "ext2": {}, "replica": {}}, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext1", "5", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "2", "ext2", "9")), + }, + }, + { + title: "test", + input: []respSet{ + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.13.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.5.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.6.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + }, + storeLabels: map[string]struct{}{"receive": {}, "tenant_id": {}, "thanos_replica": {}}, + }, + &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.13.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.5.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.6.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + }, + storeLabels: map[string]struct{}{"cluster": {}, "prometheus": {}, "prometheus_replica": {}, "receive": {}, "tenant_id": {}, "thanos_replica": {}, "thanos_ruler_replica": {}}, + }, + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.13.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.13.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.5.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.5.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.6.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + storeSeriesResponse(t, labelsFromStrings("cluster", "beam-platform", "instance", "10.70.6.3:15692", "prometheus", "telemetry/observe-prometheus", "receive", "true", "tenant_id", "default-tenant")), + }, + }, + } { + t.Run(tcase.title, func(t *testing.T) { + h := NewProxyResponseLoserTree(tcase.input...) + got := []*storepb.SeriesResponse{} + for h.Next() { + r := h.At() + got = append(got, r) + } + testutil.Equals(t, tcase.exp, got) + }) + } +} + +func TestSortWithoutLabels(t *testing.T) { + for _, tcase := range []struct { + input []*storepb.SeriesResponse + exp []*storepb.SeriesResponse + dedupLabels map[string]struct{} + }{ + // Single deduplication label. + { + input: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), + }, + dedupLabels: map[string]struct{}{"b": {}}, + }, + // Multi deduplication labels. + { + input: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-1", "c", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "b1", "replica-2", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), + }, + dedupLabels: map[string]struct{}{"b": {}, "b1": {}}, + }, + // Non series responses mixed. + { + input: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "3", "d", "4")), + storepb.NewWarnSeriesResponse(errors.Newf("yolo")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-1", "c", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "b", "replica-2", "c", "3")), + }, + exp: []*storepb.SeriesResponse{ + storepb.NewWarnSeriesResponse(errors.Newf("yolo")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "3", "d", "4")), + storeSeriesResponse(t, labelsFromStrings("a", "1", "c", "4")), + }, + dedupLabels: map[string]struct{}{"b": {}}, + }, + // Longer series. + { + input: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings( + "__name__", "gitlab_transaction_cache_read_hit_count_total", "action", "widget.json", "controller", "Projects::MergeRequests::ContentController", "env", "gprd", "environment", + "gprd", "fqdn", "web-08-sv-gprd.c.gitlab-production.internal", "instance", "web-08-sv-gprd.c.gitlab-production.internal:8083", "job", "gitlab-rails", "monitor", "app", "provider", + "gcp", "region", "us-east", "replica", "01", "shard", "default", "stage", "main", "tier", "sv", "type", "web", + )), + }, + exp: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings( + // No replica label anymore. + "__name__", "gitlab_transaction_cache_read_hit_count_total", "action", "widget.json", "controller", "Projects::MergeRequests::ContentController", "env", "gprd", "environment", + "gprd", "fqdn", "web-08-sv-gprd.c.gitlab-production.internal", "instance", "web-08-sv-gprd.c.gitlab-production.internal:8083", "job", "gitlab-rails", "monitor", "app", "provider", + "gcp", "region", "us-east", "shard", "default", "stage", "main", "tier", "sv", "type", "web", + )), + }, + dedupLabels: map[string]struct{}{"replica": {}}, + }, + } { + t.Run("", func(t *testing.T) { + sortWithoutLabels(tcase.input, tcase.dedupLabels) + testutil.Equals(t, tcase.exp, tcase.input) + }) + } +} + +// labelsFromStrings is like labels.FromString, but it does not sort the input. +func labelsFromStrings(ss ...string) labels.Labels { + if len(ss)%2 != 0 { + panic("invalid number of strings") + } + + b := labels.NewScratchBuilder(len(ss) / 2) + for i := 0; i < len(ss); i += 2 { + b.Add(ss[i], ss[i+1]) + } + return b.Labels() +} + +func BenchmarkSortWithoutLabels(b *testing.B) { + resps := make([]*storepb.SeriesResponse, 1e4) + labelsToRemove := map[string]struct{}{ + "a": {}, "b": {}, + } + + b.ReportAllocs() + b.ResetTimer() + for i := 0; i < b.N; i++ { + b.StopTimer() + for i := 0; i < 1e4; i++ { + resps[i] = storeSeriesResponse(b, labels.FromStrings("a", "1", "b", "replica-1", "c", "replica-1", "d", "1")) + } + b.StartTimer() + sortWithoutLabels(resps, labelsToRemove) + } +} + +func BenchmarkKWayMerge(b *testing.B) { + for i := 0; i < b.N; i++ { + respSets := []respSet{} + for j := 0; j < 1000; j++ { + respSets = append(respSets, &eagerRespSet{ + closeSeries: func() {}, + wg: &sync.WaitGroup{}, + bufferedResponses: []*storepb.SeriesResponse{ + storeSeriesResponse(b, labelsFromStrings("a", "1", "b", fmt.Sprintf("replica-%d", j), "c", "3")), + storeSeriesResponse(b, labelsFromStrings("a", "1", "b", fmt.Sprintf("replica-%d", j), "c", "3", "d", "4")), + storeSeriesResponse(b, labelsFromStrings("a", "1", "b", fmt.Sprintf("replica-%d", j), "c", "4")), + }, + }) + } + lt := NewProxyResponseLoserTree(respSets...) + + got := []*storepb.SeriesResponse{} + for lt.Next() { + r := lt.At() + got = append(got, r) + } + + var _ = got + } +} diff --git a/pkg/store/proxy_test.go b/pkg/store/proxy_test.go index 61d9bc1965..137383fa57 100644 --- a/pkg/store/proxy_test.go +++ b/pkg/store/proxy_test.go @@ -6,7 +6,7 @@ package store import ( "context" "fmt" - "io" + "math" "math/rand" "os" @@ -20,6 +20,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/types" "github.com/pkg/errors" + "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/timestamp" "github.com/prometheus/prometheus/tsdb" @@ -29,7 +30,10 @@ import ( "google.golang.org/grpc/status" "github.com/efficientgo/core/testutil" + + "github.com/thanos-io/thanos/pkg/block" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" storetestutil "github.com/thanos-io/thanos/pkg/store/storepb/testutil" @@ -65,7 +69,7 @@ func TestProxyStore_Info(t *testing.T) { nil, func() []Client { return nil }, component.Query, - nil, 0*time.Second, RetrievalStrategy(EagerRetrieval), + labels.EmptyLabels(), 0*time.Second, EagerRetrieval, ) resp, err := q.Info(ctx, &storepb.InfoRequest{}) @@ -76,6 +80,34 @@ func TestProxyStore_Info(t *testing.T) { testutil.Equals(t, int64(0), resp.MaxTime) } +func TestProxyStore_TSDBInfos(t *testing.T) { + stores := []Client{ + &storetestutil.TestClient{ + StoreTSDBInfos: nil, + }, + &storetestutil.TestClient{ + StoreTSDBInfos: []infopb.TSDBInfo{ + infopb.NewTSDBInfo(0, 10, []labelpb.ZLabel{{Name: "lbl", Value: "val1"}}), + }, + }, + &storetestutil.TestClient{ + StoreTSDBInfos: []infopb.TSDBInfo{ + infopb.NewTSDBInfo(0, 20, []labelpb.ZLabel{{Name: "lbl", Value: "val2"}}), + }, + }, + } + q := NewProxyStore(nil, nil, + func() []Client { return stores }, + component.Query, labels.EmptyLabels(), 0*time.Second, EagerRetrieval, + ) + + expected := []infopb.TSDBInfo{ + infopb.NewTSDBInfo(0, 10, []labelpb.ZLabel{{Name: "lbl", Value: "val1"}}), + infopb.NewTSDBInfo(0, 20, []labelpb.ZLabel{{Name: "lbl", Value: "val2"}}), + } + testutil.Equals(t, expected, q.TSDBInfos()) +} + func TestProxyStore_Series(t *testing.T) { defer custom.TolerantVerifyLeak(t) @@ -90,6 +122,7 @@ func TestProxyStore_Series(t *testing.T) { expectedSeries []rawSeries expectedErr error expectedWarningsLen int + relabelConfig string }{ { title: "no storeAPI available", @@ -592,6 +625,123 @@ func TestProxyStore_Series(t *testing.T) { }, }, }, + { + title: "relabel config with flat store layout", + storeAPIs: []Client{ + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "2")}, + StoreClient: &mockedStoreAPI{ + RespSeries: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings("zone", "2"), []sample{{0, 0}, {2, 1}, {3, 2}}), + }, + }, + }, + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "1")}, + StoreClient: &mockedStoreAPI{ + RespSeries: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings("zone", "1"), []sample{{0, 0}, {2, 1}, {3, 2}}), + }, + }, + }, + }, + req: &storepb.SeriesRequest{ + MinTime: 1, + MaxTime: 300, + Matchers: []storepb.LabelMatcher{ + {Name: "zone", Value: ".+", Type: storepb.LabelMatcher_RE}, + }, + }, + relabelConfig: ` + - source_labels: [ext] + action: hashmod + target_label: shard + modulus: 2 + - action: keep + source_labels: [shard] + regex: 1 + `, + expectedSeries: []rawSeries{ + { + lset: labels.FromStrings("zone", "1"), + chunks: [][]sample{{{0, 0}, {2, 1}, {3, 2}}}, + }, + }, + }, + { + title: "relabel config with nested store layout", + storeAPIs: []Client{ + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "1", "ext2", "2"), labels.FromStrings("ext", "2")}, + StoreClient: storepb.ServerAsClient(NewProxyStore(log.NewNopLogger(), prometheus.NewRegistry(), func() []Client { + return []Client{ + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "1", "ext2", "2")}, + StoreClient: &mockedStoreAPI{ + RespSeries: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings("zone", "1"), []sample{{0, 0}, {2, 1}, {3, 2}}), + }, + }, + }, + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "2")}, + StoreClient: &mockedStoreAPI{ + RespSeries: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings("zone", "2"), []sample{{0, 0}, {2, 1}, {3, 2}}), + }, + }, + }, + } + }, component.Store, labels.FromStrings("role", "proxy"), 1*time.Minute, EagerRetrieval)), + }, + &storetestutil.TestClient{ + MinTime: 1, + MaxTime: 300, + ExtLset: []labels.Labels{labels.FromStrings("ext", "3")}, + StoreClient: &mockedStoreAPI{ + RespSeries: []*storepb.SeriesResponse{ + storeSeriesResponse(t, labels.FromStrings("zone", "3"), []sample{{0, 0}, {2, 1}, {3, 2}}), + }, + }, + }, + }, + req: &storepb.SeriesRequest{ + MinTime: 1, + MaxTime: 300, + Matchers: []storepb.LabelMatcher{ + {Name: "zone", Value: ".+", Type: storepb.LabelMatcher_RE}, + }, + }, + relabelConfig: ` + - source_labels: [ext] + action: hashmod + target_label: shard + modulus: 2 + - action: keep + source_labels: [shard] + regex: 1 + `, + expectedSeries: []rawSeries{ + { + lset: labels.FromStrings("zone", "1"), + chunks: [][]sample{{{0, 0}, {2, 1}, {3, 2}}}, + }, + { + lset: labels.FromStrings("zone", "3"), + chunks: [][]sample{{{0, 0}, {2, 1}, {3, 2}}}, + }, + }, + }, } { t.Run(tc.title, func(t *testing.T) { for _, replicaLabelSupport := range []bool{false, true} { @@ -602,12 +752,15 @@ func TestProxyStore_Series(t *testing.T) { } for _, strategy := range []RetrievalStrategy{EagerRetrieval, LazyRetrieval} { t.Run(string(strategy), func(t *testing.T) { + relabelConfig, err := block.ParseRelabelConfig([]byte(tc.relabelConfig), block.SelectorSupportedRelabelActions) + testutil.Ok(t, err) q := NewProxyStore(nil, nil, func() []Client { return tc.storeAPIs }, component.Query, tc.selectorLabels, 5*time.Second, strategy, + WithTSDBSelector(NewTSDBSelector(relabelConfig)), ) ctx := context.Background() @@ -616,7 +769,7 @@ func TestProxyStore_Series(t *testing.T) { } s := newStoreSeriesServer(ctx) - err := q.Series(tc.req, s) + err = q.Series(tc.req, s) if tc.expectedErr != nil { testutil.NotOk(t, err) testutil.Equals(t, tc.expectedErr.Error(), err.Error()) @@ -1197,7 +1350,7 @@ func TestProxyStore_Series_RequestParamsProxied(t *testing.T) { nil, func() []Client { return cls }, component.Query, - nil, + labels.EmptyLabels(), 1*time.Second, EagerRetrieval, ) @@ -1305,7 +1458,7 @@ func TestProxyStore_LabelValues(t *testing.T) { nil, func() []Client { return cls }, component.Query, - nil, + labels.EmptyLabels(), 0*time.Second, EagerRetrieval, ) @@ -1505,7 +1658,7 @@ func TestProxyStore_LabelNames(t *testing.T) { nil, func() []Client { return tc.storeAPIs }, component.Query, - nil, + labels.EmptyLabels(), 5*time.Second, EagerRetrieval, ) @@ -1535,7 +1688,7 @@ type rawSeries struct { } func seriesEquals(t *testing.T, expected []rawSeries, got []storepb.Series) { - testutil.Equals(t, len(expected), len(got), "got unexpected number of series: \n %v", got) + testutil.Equals(t, len(expected), len(got), "got unexpected number of series: \n want: %v \n got: %v", expected, got) ret := make([]rawSeries, len(got)) for i, s := range got { @@ -1766,8 +1919,7 @@ func (s *mockedStoreAPI) Info(context.Context, *storepb.InfoRequest, ...grpc.Cal func (s *mockedStoreAPI) Series(ctx context.Context, req *storepb.SeriesRequest, _ ...grpc.CallOption) (storepb.Store_SeriesClient, error) { s.LastSeriesReq = req - - return &StoreSeriesClient{injectedErrorIndex: s.injectedErrorIndex, injectedError: s.injectedError, ctx: ctx, respSet: s.RespSeries, respDur: s.RespDuration, slowSeriesIndex: s.SlowSeriesIndex}, s.RespError + return &storetestutil.StoreSeriesClient{InjectedErrorIndex: s.injectedErrorIndex, InjectedError: s.injectedError, Ctx: ctx, RespSet: s.RespSeries, RespDur: s.RespDuration, SlowSeriesIndex: s.SlowSeriesIndex}, s.RespError } func (s *mockedStoreAPI) LabelNames(_ context.Context, req *storepb.LabelNamesRequest, _ ...grpc.CallOption) (*storepb.LabelNamesResponse, error) { @@ -1782,45 +1934,6 @@ func (s *mockedStoreAPI) LabelValues(_ context.Context, req *storepb.LabelValues return s.RespLabelValues, s.RespError } -// StoreSeriesClient is test gRPC storeAPI series client. -type StoreSeriesClient struct { - // This field just exist to pseudo-implement the unused methods of the interface. - storepb.Store_SeriesClient - ctx context.Context - i int - respSet []*storepb.SeriesResponse - respDur time.Duration - slowSeriesIndex int - - injectedError error - injectedErrorIndex int -} - -func (c *StoreSeriesClient) Recv() (*storepb.SeriesResponse, error) { - if c.respDur != 0 && (c.slowSeriesIndex == c.i || c.slowSeriesIndex == 0) { - select { - case <-time.After(c.respDur): - case <-c.ctx.Done(): - return nil, c.ctx.Err() - } - } - if c.injectedError != nil && (c.injectedErrorIndex == c.i || c.injectedErrorIndex == 0) { - return nil, c.injectedError - } - - if c.i >= len(c.respSet) { - return nil, io.EOF - } - s := c.respSet[c.i] - c.i++ - - return s, nil -} - -func (c *StoreSeriesClient) Context() context.Context { - return c.ctx -} - // storeSeriesResponse creates test storepb.SeriesResponse that includes series with single chunk that stores all the given samples. func storeSeriesResponse(t testing.TB, lset labels.Labels, smplChunks ...[]sample) *storepb.SeriesResponse { var s storepb.Series @@ -1910,6 +2023,7 @@ func benchProxySeries(t testutil.TB, totalSamples, totalSeries int) { metrics: newProxyStoreMetrics(nil), responseTimeout: 5 * time.Second, retrievalStrategy: EagerRetrieval, + tsdbSelector: DefaultSelector, } var allResps []*storepb.SeriesResponse @@ -2038,6 +2152,7 @@ func TestProxyStore_NotLeakingOnPrematureFinish(t *testing.T) { metrics: newProxyStoreMetrics(nil), responseTimeout: 0, retrievalStrategy: EagerRetrieval, + tsdbSelector: DefaultSelector, } t.Run("failling send", func(t *testing.T) { @@ -2079,13 +2194,13 @@ func TestDedupRespHeap_Deduplication(t *testing.T) { for _, tcase := range []struct { responses []*storepb.SeriesResponse - testFn func(responses []*storepb.SeriesResponse, h *dedupResponseHeap) + testFn func(responses []*storepb.SeriesResponse, h *responseDeduplicator) tname string }{ { tname: "edge case with zero responses", responses: []*storepb.SeriesResponse{}, - testFn: func(responses []*storepb.SeriesResponse, h *dedupResponseHeap) { + testFn: func(responses []*storepb.SeriesResponse, h *responseDeduplicator) { testutil.Equals(t, false, h.Next()) callAtExpectPanic := func() { @@ -2117,7 +2232,7 @@ func TestDedupRespHeap_Deduplication(t *testing.T) { }, }, }, - testFn: func(responses []*storepb.SeriesResponse, h *dedupResponseHeap) { + testFn: func(responses []*storepb.SeriesResponse, h *responseDeduplicator) { testutil.Equals(t, true, h.Next()) resp := h.At() testutil.Equals(t, responses[0], resp) @@ -2159,7 +2274,7 @@ func TestDedupRespHeap_Deduplication(t *testing.T) { }, }, }, - testFn: func(responses []*storepb.SeriesResponse, h *dedupResponseHeap) { + testFn: func(responses []*storepb.SeriesResponse, h *responseDeduplicator) { testutil.Equals(t, true, h.Next()) resp := h.At() testutil.Equals(t, responses[0], resp) @@ -2168,8 +2283,9 @@ func TestDedupRespHeap_Deduplication(t *testing.T) { }, } { t.Run(tcase.tname, func(t *testing.T) { - h := NewDedupResponseHeap(NewProxyResponseHeap( + h := NewResponseDeduplicator(NewProxyResponseLoserTree( &eagerRespSet{ + closeSeries: func() {}, wg: &sync.WaitGroup{}, bufferedResponses: tcase.responses, }, diff --git a/pkg/store/storepb/custom.go b/pkg/store/storepb/custom.go index c1f4b9b8bf..faed79bc7b 100644 --- a/pkg/store/storepb/custom.go +++ b/pkg/store/storepb/custom.go @@ -65,7 +65,7 @@ func GRPCCodeFromWarn(warn string) codes.Code { type emptySeriesSet struct{} func (emptySeriesSet) Next() bool { return false } -func (emptySeriesSet) At() (labels.Labels, []AggrChunk) { return nil, nil } +func (emptySeriesSet) At() (labels.Labels, []AggrChunk) { return labels.EmptyLabels(), nil } func (emptySeriesSet) Err() error { return nil } // EmptySeriesSet returns a new series set that contains no series. @@ -532,23 +532,3 @@ func (c *SeriesStatsCounter) Count(series *Series) { func (m *SeriesRequest) ToPromQL() string { return m.QueryHints.toPromQL(m.Matchers) } - -// IsSafeToExecute returns true if the function or aggregation from the query hint -// can be safely executed by the underlying Prometheus instance without affecting the -// result of the query. -func (m *QueryHints) IsSafeToExecute() bool { - distributiveOperations := []string{ - "max", - "max_over_time", - "min", - "min_over_time", - "group", - } - for _, op := range distributiveOperations { - if m.Func.Name == op { - return true - } - } - - return false -} diff --git a/pkg/store/storepb/custom_test.go b/pkg/store/storepb/custom_test.go index b43f0c8a74..4a1c6d83c2 100644 --- a/pkg/store/storepb/custom_test.go +++ b/pkg/store/storepb/custom_test.go @@ -12,10 +12,11 @@ import ( "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/promql/parser" "github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/efficientgo/core/testutil" + + "github.com/thanos-io/thanos/pkg/extpromql" "github.com/thanos-io/thanos/pkg/store/labelpb" ) @@ -72,7 +73,7 @@ func (s *listSeriesSet) Next() bool { func (s *listSeriesSet) At() (labels.Labels, []AggrChunk) { if s.idx < 0 || s.idx >= len(s.series) { - return nil, nil + return labels.EmptyLabels(), nil } return s.series[s.idx].PromLabels(), s.series[s.idx].Chunks @@ -84,7 +85,7 @@ type errSeriesSet struct{ err error } func (errSeriesSet) Next() bool { return false } -func (errSeriesSet) At() (labels.Labels, []AggrChunk) { return nil, nil } +func (errSeriesSet) At() (labels.Labels, []AggrChunk) { return labels.EmptyLabels(), nil } func (e errSeriesSet) Err() error { return e.err } @@ -256,10 +257,10 @@ func TestMergeSeriesSets(t *testing.T) { expected: []rawSeries{ { - lset: labels.Labels{labels.Label{Name: "a", Value: "a"}}, + lset: labels.FromStrings("a", "a"), chunks: [][]sample{{{t: 1, v: 1}, {t: 2, v: 2}}, {{t: 3, v: 3}, {t: 4, v: 4}}}, }, { - lset: labels.Labels{labels.Label{Name: "a", Value: "c"}}, + lset: labels.FromStrings("a", "c"), chunks: [][]sample{ {{t: 1, v: 1}, {t: 2, v: 2}, {t: 3, v: 3}, {t: 4, v: 4}}, {{t: 11, v: 11}, {t: 12, v: 12}, {t: 13, v: 13}, {t: 14, v: 14}}, @@ -269,7 +270,7 @@ func TestMergeSeriesSets(t *testing.T) { {{t: 20, v: 20}, {t: 21, v: 21}, {t: 22, v: 23}, {t: 24, v: 24}}, }, }, { - lset: labels.Labels{labels.Label{Name: "a", Value: "d"}}, + lset: labels.FromStrings("a", "d"), chunks: [][]sample{{{t: 11, v: 1}, {t: 12, v: 2}}, {{t: 13, v: 3}, {t: 14, v: 4}}}, }, }, @@ -314,7 +315,7 @@ func TestMergeSeriesSets(t *testing.T) { expected: []rawSeries{ { - lset: labels.Labels{labels.Label{Name: "a", Value: "c"}}, + lset: labels.FromStrings("a", "c"), chunks: [][]sample{ {{t: 11, v: 11}, {t: 12, v: 12}, {t: 13, v: 13}, {t: 14, v: 14}}, {{t: 1, v: 1}, {t: 2, v: 2}, {t: 3, v: 3}, {t: 4, v: 4}}, @@ -520,9 +521,12 @@ func TestMatchersToString_Translate(t *testing.T) { testutil.Equals(t, c.expected, MatchersToString(ms...)) // Is this parsable? - promMsParsed, err := parser.ParseMetricSelector(c.expected) - testutil.Ok(t, err) - testutil.Equals(t, promMs, promMsParsed) + promMsParsed, err := extpromql.ParseMetricSelector(c.expected) + testutil.Ok(t, err, "unexpected error parsing %q", c.expected) + testutil.Assert(t, len(promMs) == len(promMsParsed)) + for i := 0; i < len(promMs); i++ { + testutil.Equals(t, promMs[i].String(), promMsParsed[i].String()) + } }) } diff --git a/pkg/store/storepb/inprocess.go b/pkg/store/storepb/inprocess.go index 7d2b8c7f61..e09210d442 100644 --- a/pkg/store/storepb/inprocess.go +++ b/pkg/store/storepb/inprocess.go @@ -10,15 +10,14 @@ import ( "google.golang.org/grpc" ) -func ServerAsClient(srv StoreServer, clientReceiveBufferSize int) StoreClient { - return &serverAsClient{srv: srv, clientReceiveBufferSize: clientReceiveBufferSize} +func ServerAsClient(srv StoreServer) StoreClient { + return &serverAsClient{srv: srv} } // serverAsClient allows to use servers as clients. // NOTE: Passing CallOptions does not work - it would be needed to be implemented in grpc itself (before, after are private). type serverAsClient struct { - clientReceiveBufferSize int - srv StoreServer + srv StoreServer } func (s serverAsClient) Info(ctx context.Context, in *InfoRequest, _ ...grpc.CallOption) (*InfoResponse, error) { @@ -34,10 +33,12 @@ func (s serverAsClient) LabelValues(ctx context.Context, in *LabelValuesRequest, } func (s serverAsClient) Series(ctx context.Context, in *SeriesRequest, _ ...grpc.CallOption) (Store_SeriesClient, error) { - inSrv := &inProcessStream{recv: make(chan *SeriesResponse, s.clientReceiveBufferSize), err: make(chan error)} + inSrv := &inProcessStream{recv: make(chan *SeriesResponse), err: make(chan error)} inSrv.ctx, inSrv.cancel = context.WithCancel(ctx) go func() { - inSrv.err <- s.srv.Series(in, inSrv) + if err := s.srv.Series(in, inSrv); err != nil { + inSrv.err <- err + } close(inSrv.err) close(inSrv.recv) }() @@ -89,15 +90,13 @@ func (s *inProcessClientStream) CloseSend() error { func (s *inProcessClientStream) Recv() (*SeriesResponse, error) { select { - case <-s.srv.ctx.Done(): - return nil, s.srv.ctx.Err() case r, ok := <-s.srv.recv: if !ok { return nil, io.EOF } return r, nil - case err := <-s.srv.err: - if err == nil { + case err, ok := <-s.srv.err: + if !ok { return nil, io.EOF } return nil, err diff --git a/pkg/store/storepb/inprocess_test.go b/pkg/store/storepb/inprocess_test.go index ed522b6c75..b046ccc4c0 100644 --- a/pkg/store/storepb/inprocess_test.go +++ b/pkg/store/storepb/inprocess_test.go @@ -59,6 +59,7 @@ func (t *testStoreServer) LabelValues(_ context.Context, r *LabelValuesRequest) } func TestServerAsClient(t *testing.T) { + ctx := context.Background() for _, bufferSize := range []int{0, 1, 20, 100} { t.Run(fmt.Sprintf("buffer=%v", bufferSize), func(t *testing.T) { t.Run("Info", func(t *testing.T) { @@ -72,7 +73,7 @@ func TestServerAsClient(t *testing.T) { t.Run("ok", func(t *testing.T) { for i := 0; i < 20; i++ { r := &InfoRequest{} - resp, err := ServerAsClient(s, 0).Info(context.TODO(), r) + resp, err := ServerAsClient(s).Info(ctx, r) testutil.Ok(t, err) testutil.Equals(t, s.info, resp) testutil.Equals(t, r, s.infoLastReq) @@ -83,7 +84,7 @@ func TestServerAsClient(t *testing.T) { s.err = errors.New("some error") for i := 0; i < 20; i++ { r := &InfoRequest{} - _, err := ServerAsClient(s, 0).Info(context.TODO(), r) + _, err := ServerAsClient(s).Info(ctx, r) testutil.NotOk(t, err) testutil.Equals(t, s.err, err) } @@ -114,7 +115,7 @@ func TestServerAsClient(t *testing.T) { Matchers: []LabelMatcher{{Value: "wfsdfs", Name: "__name__", Type: LabelMatcher_EQ}}, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - client, err := ServerAsClient(s, 0).Series(context.TODO(), r) + client, err := ServerAsClient(s).Series(ctx, r) testutil.Ok(t, err) var resps []*SeriesResponse for { @@ -139,7 +140,7 @@ func TestServerAsClient(t *testing.T) { Matchers: []LabelMatcher{{Value: "wfsdfs", Name: "__name__", Type: LabelMatcher_EQ}}, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - client, err := ServerAsClient(s, 0).Series(context.TODO(), r) + client, err := ServerAsClient(s).Series(ctx, r) testutil.Ok(t, err) var resps []*SeriesResponse for { @@ -167,7 +168,7 @@ func TestServerAsClient(t *testing.T) { Matchers: []LabelMatcher{{Value: "wfsdfs", Name: "__name__", Type: LabelMatcher_EQ}}, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - client, err := ServerAsClient(s, 0).Series(context.TODO(), r) + client, err := ServerAsClient(s).Series(ctx, r) testutil.Ok(t, err) var resps []*SeriesResponse for { @@ -202,7 +203,7 @@ func TestServerAsClient(t *testing.T) { End: 234, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - resp, err := ServerAsClient(s, 0).LabelNames(context.TODO(), r) + resp, err := ServerAsClient(s).LabelNames(ctx, r) testutil.Ok(t, err) testutil.Equals(t, s.labelNames, resp) testutil.Equals(t, r, s.labelNamesLastReq) @@ -217,7 +218,7 @@ func TestServerAsClient(t *testing.T) { End: 234, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - _, err := ServerAsClient(s, 0).LabelNames(context.TODO(), r) + _, err := ServerAsClient(s).LabelNames(ctx, r) testutil.NotOk(t, err) testutil.Equals(t, s.err, err) } @@ -238,7 +239,7 @@ func TestServerAsClient(t *testing.T) { End: 234, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - resp, err := ServerAsClient(s, 0).LabelValues(context.TODO(), r) + resp, err := ServerAsClient(s).LabelValues(ctx, r) testutil.Ok(t, err) testutil.Equals(t, s.labelValues, resp) testutil.Equals(t, r, s.labelValuesLastReq) @@ -254,7 +255,7 @@ func TestServerAsClient(t *testing.T) { End: 234, PartialResponseStrategy: PartialResponseStrategy_ABORT, } - _, err := ServerAsClient(s, 0).LabelValues(context.TODO(), r) + _, err := ServerAsClient(s).LabelValues(ctx, r) testutil.NotOk(t, err) testutil.Equals(t, s.err, err) } diff --git a/pkg/store/storepb/prompb/custom.go b/pkg/store/storepb/prompb/custom.go new file mode 100644 index 0000000000..5619977da9 --- /dev/null +++ b/pkg/store/storepb/prompb/custom.go @@ -0,0 +1,21 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package prompb + +import ( + "github.com/prometheus/prometheus/model/histogram" +) + +func (h Histogram) IsFloatHistogram() bool { + _, ok := h.GetCount().(*Histogram_CountFloat) + return ok +} + +func FromProtoHistogram(h Histogram) *histogram.FloatHistogram { + if h.IsFloatHistogram() { + return FloatHistogramProtoToFloatHistogram(h) + } else { + return HistogramProtoToFloatHistogram(h) + } +} diff --git a/pkg/store/storepb/prompb/samples.go b/pkg/store/storepb/prompb/samples.go index a276d9264e..050b8e912f 100644 --- a/pkg/store/storepb/prompb/samples.go +++ b/pkg/store/storepb/prompb/samples.go @@ -62,71 +62,124 @@ func SamplesFromPromqlSeries(series promql.Series) ([]Sample, []Histogram) { // HistogramProtoToHistogram extracts a (normal integer) Histogram from the // provided proto message. The caller has to make sure that the proto message // represents an interger histogram and not a float histogram. -// Taken from https://github.com/prometheus/prometheus/blob/d33eb3ab17616a54b97d9f7791c791a79823f279/storage/remote/codec.go#L529-L542. +// Copied from https://github.com/prometheus/prometheus/blob/0ab95536115adfe50af249d36d73674be694ca3f/storage/remote/codec.go#L626-L645 func HistogramProtoToHistogram(hp Histogram) *histogram.Histogram { + if hp.IsFloatHistogram() { + panic("HistogramProtoToHistogram called with a float histogram") + } return &histogram.Histogram{ - Schema: hp.Schema, - ZeroThreshold: hp.ZeroThreshold, - ZeroCount: hp.GetZeroCountInt(), - Count: hp.GetCountInt(), - Sum: hp.Sum, - PositiveSpans: spansProtoToSpans(hp.GetPositiveSpans()), - PositiveBuckets: hp.GetPositiveDeltas(), - NegativeSpans: spansProtoToSpans(hp.GetNegativeSpans()), - NegativeBuckets: hp.GetNegativeDeltas(), + CounterResetHint: histogram.CounterResetHint(hp.ResetHint), + Schema: hp.Schema, + ZeroThreshold: hp.ZeroThreshold, + ZeroCount: hp.GetZeroCountInt(), + Count: hp.GetCountInt(), + Sum: hp.Sum, + PositiveSpans: spansProtoToSpans(hp.GetPositiveSpans()), + PositiveBuckets: hp.GetPositiveDeltas(), + NegativeSpans: spansProtoToSpans(hp.GetNegativeSpans()), + NegativeBuckets: hp.GetNegativeDeltas(), } } // FloatHistogramToHistogramProto converts a float histogram to a protobuf type. -// Taken from https://github.com/prometheus/prometheus/blob/d33eb3ab17616a54b97d9f7791c791a79823f279/storage/remote/codec.go#L587-L601. -func FloatHistogramToHistogramProto(timestamp int64, fh *histogram.FloatHistogram) Histogram { - return Histogram{ - Count: &Histogram_CountFloat{CountFloat: fh.Count}, - Sum: fh.Sum, - Schema: fh.Schema, - ZeroThreshold: fh.ZeroThreshold, - ZeroCount: &Histogram_ZeroCountFloat{ZeroCountFloat: fh.ZeroCount}, - NegativeSpans: spansToSpansProto(fh.NegativeSpans), - NegativeCounts: fh.NegativeBuckets, - PositiveSpans: spansToSpansProto(fh.PositiveSpans), - PositiveCounts: fh.PositiveBuckets, - ResetHint: Histogram_ResetHint(fh.CounterResetHint), - Timestamp: timestamp, +// Copied from https://github.com/prometheus/prometheus/blob/0ab95536115adfe50af249d36d73674be694ca3f/storage/remote/codec.go#L647-L667 +func FloatHistogramProtoToFloatHistogram(hp Histogram) *histogram.FloatHistogram { + if !hp.IsFloatHistogram() { + panic("FloatHistogramProtoToFloatHistogram called with an integer histogram") + } + return &histogram.FloatHistogram{ + CounterResetHint: histogram.CounterResetHint(hp.ResetHint), + Schema: hp.Schema, + ZeroThreshold: hp.ZeroThreshold, + ZeroCount: hp.GetZeroCountFloat(), + Count: hp.GetCountFloat(), + Sum: hp.Sum, + PositiveSpans: spansProtoToSpans(hp.GetPositiveSpans()), + PositiveBuckets: hp.GetPositiveCounts(), + NegativeSpans: spansProtoToSpans(hp.GetNegativeSpans()), + NegativeBuckets: hp.GetNegativeCounts(), } } // HistogramProtoToFloatHistogram extracts a (normal integer) Histogram from the // provided proto message to a Float Histogram. The caller has to make sure that // the proto message represents an float histogram and not a integer histogram. -// Taken from https://github.com/prometheus/prometheus/blob/d33eb3ab17616a54b97d9f7791c791a79823f279/storage/remote/codec.go#L547-L560. +// Copied from https://github.com/prometheus/prometheus/blob/0ab95536115adfe50af249d36d73674be694ca3f/storage/remote/codec.go#L669-L688 func HistogramProtoToFloatHistogram(hp Histogram) *histogram.FloatHistogram { + if hp.IsFloatHistogram() { + panic("HistogramProtoToFloatHistogram called with a float histogram") + } return &histogram.FloatHistogram{ CounterResetHint: histogram.CounterResetHint(hp.ResetHint), Schema: hp.Schema, ZeroThreshold: hp.ZeroThreshold, - ZeroCount: hp.GetZeroCountFloat(), - Count: hp.GetCountFloat(), + ZeroCount: float64(hp.GetZeroCountInt()), + Count: float64(hp.GetCountInt()), Sum: hp.Sum, PositiveSpans: spansProtoToSpans(hp.GetPositiveSpans()), - PositiveBuckets: hp.GetPositiveCounts(), + PositiveBuckets: deltasToCounts(hp.GetPositiveDeltas()), NegativeSpans: spansProtoToSpans(hp.GetNegativeSpans()), - NegativeBuckets: hp.GetNegativeCounts(), + NegativeBuckets: deltasToCounts(hp.GetNegativeDeltas()), } } -func spansToSpansProto(s []histogram.Span) []*BucketSpan { - spans := make([]*BucketSpan, len(s)) +func spansProtoToSpans(s []BucketSpan) []histogram.Span { + spans := make([]histogram.Span, len(s)) for i := 0; i < len(s); i++ { - spans[i] = &BucketSpan{Offset: s[i].Offset, Length: s[i].Length} + spans[i] = histogram.Span{Offset: s[i].Offset, Length: s[i].Length} } return spans } -func spansProtoToSpans(s []*BucketSpan) []histogram.Span { - spans := make([]histogram.Span, len(s)) +func deltasToCounts(deltas []int64) []float64 { + counts := make([]float64, len(deltas)) + var cur float64 + for i, d := range deltas { + cur += float64(d) + counts[i] = cur + } + return counts +} + +// Copied from https://github.com/prometheus/prometheus/blob/0ab95536115adfe50af249d36d73674be694ca3f/storage/remote/codec.go#L709-L723 +func HistogramToHistogramProto(timestamp int64, h *histogram.Histogram) Histogram { + return Histogram{ + Count: &Histogram_CountInt{CountInt: h.Count}, + Sum: h.Sum, + Schema: h.Schema, + ZeroThreshold: h.ZeroThreshold, + ZeroCount: &Histogram_ZeroCountInt{ZeroCountInt: h.ZeroCount}, + NegativeSpans: spansToSpansProto(h.NegativeSpans), + NegativeDeltas: h.NegativeBuckets, + PositiveSpans: spansToSpansProto(h.PositiveSpans), + PositiveDeltas: h.PositiveBuckets, + ResetHint: Histogram_ResetHint(h.CounterResetHint), + Timestamp: timestamp, + } +} + +// Copied from https://github.com/prometheus/prometheus/blob/0ab95536115adfe50af249d36d73674be694ca3f/storage/remote/codec.go#L725-L739 +func FloatHistogramToHistogramProto(timestamp int64, fh *histogram.FloatHistogram) Histogram { + return Histogram{ + Count: &Histogram_CountFloat{CountFloat: fh.Count}, + Sum: fh.Sum, + Schema: fh.Schema, + ZeroThreshold: fh.ZeroThreshold, + ZeroCount: &Histogram_ZeroCountFloat{ZeroCountFloat: fh.ZeroCount}, + NegativeSpans: spansToSpansProto(fh.NegativeSpans), + NegativeCounts: fh.NegativeBuckets, + PositiveSpans: spansToSpansProto(fh.PositiveSpans), + PositiveCounts: fh.PositiveBuckets, + ResetHint: Histogram_ResetHint(fh.CounterResetHint), + Timestamp: timestamp, + } +} + +func spansToSpansProto(s []histogram.Span) []BucketSpan { + spans := make([]BucketSpan, len(s)) for i := 0; i < len(s); i++ { - spans[i] = histogram.Span{Offset: s[i].Offset, Length: s[i].Length} + spans[i] = BucketSpan{Offset: s[i].Offset, Length: s[i].Length} } return spans diff --git a/pkg/store/storepb/prompb/types.pb.go b/pkg/store/storepb/prompb/types.pb.go index f5332f345b..46aca14f64 100644 --- a/pkg/store/storepb/prompb/types.pb.go +++ b/pkg/store/storepb/prompb/types.pb.go @@ -136,21 +136,24 @@ func (LabelMatcher_Type) EnumDescriptor() ([]byte, []int) { type Chunk_Encoding int32 const ( - Chunk_UNKNOWN Chunk_Encoding = 0 - Chunk_XOR Chunk_Encoding = 1 - Chunk_HISTOGRAM Chunk_Encoding = 2 + Chunk_UNKNOWN Chunk_Encoding = 0 + Chunk_XOR Chunk_Encoding = 1 + Chunk_HISTOGRAM Chunk_Encoding = 2 + Chunk_FLOAT_HISTOGRAM Chunk_Encoding = 3 ) var Chunk_Encoding_name = map[int32]string{ 0: "UNKNOWN", 1: "XOR", 2: "HISTOGRAM", + 3: "FLOAT_HISTOGRAM", } var Chunk_Encoding_value = map[string]int32{ - "UNKNOWN": 0, - "XOR": 1, - "HISTOGRAM": 2, + "UNKNOWN": 0, + "XOR": 1, + "HISTOGRAM": 2, + "FLOAT_HISTOGRAM": 3, } func (x Chunk_Encoding) String() string { @@ -367,14 +370,14 @@ type Histogram struct { // *Histogram_ZeroCountFloat ZeroCount isHistogram_ZeroCount `protobuf_oneof:"zero_count"` // Negative Buckets. - NegativeSpans []*BucketSpan `protobuf:"bytes,8,rep,name=negative_spans,json=negativeSpans,proto3" json:"negative_spans,omitempty"` + NegativeSpans []BucketSpan `protobuf:"bytes,8,rep,name=negative_spans,json=negativeSpans,proto3" json:"negative_spans"` // Use either "negative_deltas" or "negative_counts", the former for // regular histograms with integer counts, the latter for float // histograms. NegativeDeltas []int64 `protobuf:"zigzag64,9,rep,packed,name=negative_deltas,json=negativeDeltas,proto3" json:"negative_deltas,omitempty"` NegativeCounts []float64 `protobuf:"fixed64,10,rep,packed,name=negative_counts,json=negativeCounts,proto3" json:"negative_counts,omitempty"` // Positive Buckets. - PositiveSpans []*BucketSpan `protobuf:"bytes,11,rep,name=positive_spans,json=positiveSpans,proto3" json:"positive_spans,omitempty"` + PositiveSpans []BucketSpan `protobuf:"bytes,11,rep,name=positive_spans,json=positiveSpans,proto3" json:"positive_spans"` // Use either "positive_deltas" or "positive_counts", the former for // regular histograms with integer counts, the latter for float // histograms. @@ -510,7 +513,7 @@ func (m *Histogram) GetZeroCountFloat() float64 { return 0 } -func (m *Histogram) GetNegativeSpans() []*BucketSpan { +func (m *Histogram) GetNegativeSpans() []BucketSpan { if m != nil { return m.NegativeSpans } @@ -531,7 +534,7 @@ func (m *Histogram) GetNegativeCounts() []float64 { return nil } -func (m *Histogram) GetPositiveSpans() []*BucketSpan { +func (m *Histogram) GetPositiveSpans() []BucketSpan { if m != nil { return m.PositiveSpans } @@ -988,79 +991,79 @@ func init() { func init() { proto.RegisterFile("store/storepb/prompb/types.proto", fileDescriptor_166e07899dab7c14) } var fileDescriptor_166e07899dab7c14 = []byte{ - // 1139 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4b, 0x8f, 0x1a, 0xc7, - 0x13, 0x67, 0x66, 0x60, 0x60, 0x6a, 0x01, 0x8f, 0x5b, 0xfe, 0xdb, 0xe3, 0xfd, 0x27, 0x2c, 0x19, - 0xe5, 0x81, 0xac, 0x04, 0x24, 0x7b, 0x95, 0x5c, 0x36, 0x51, 0x96, 0x0d, 0xfb, 0x50, 0x02, 0xc8, - 0x0d, 0xab, 0xc4, 0xbe, 0xa0, 0x06, 0x7a, 0x99, 0xd1, 0x32, 0x0f, 0x4d, 0x37, 0xd6, 0x92, 0x4f, - 0x91, 0x73, 0x6e, 0x51, 0x6e, 0xc9, 0x29, 0x1f, 0x21, 0x37, 0x9f, 0x22, 0x1f, 0xa3, 0x1c, 0xac, - 0x68, 0xf7, 0x8b, 0x44, 0xdd, 0x33, 0xc3, 0xc0, 0x12, 0x4b, 0x39, 0xf9, 0x82, 0xaa, 0x7e, 0xf5, - 0xfa, 0x4d, 0x57, 0x75, 0x35, 0x50, 0x67, 0x3c, 0x88, 0x68, 0x4b, 0xfe, 0x86, 0xe3, 0x56, 0x18, - 0x05, 0x5e, 0x38, 0x6e, 0xf1, 0x65, 0x48, 0x59, 0x33, 0x8c, 0x02, 0x1e, 0xa0, 0x3b, 0x02, 0xa3, - 0xdc, 0xa1, 0x0b, 0x36, 0x9a, 0x04, 0xe1, 0x72, 0xf7, 0xde, 0x2c, 0x98, 0x05, 0xd2, 0xd6, 0x12, - 0x52, 0xec, 0xb6, 0xfb, 0x30, 0x4e, 0x34, 0x27, 0x63, 0x3a, 0xdf, 0xcc, 0x60, 0xff, 0xa4, 0x42, - 0xb5, 0x4b, 0x79, 0xe4, 0x4e, 0xba, 0x94, 0x93, 0x29, 0xe1, 0x04, 0x7d, 0x01, 0x79, 0xe1, 0x61, - 0x29, 0x75, 0xa5, 0x51, 0x7d, 0xfc, 0xa8, 0x79, 0xab, 0x46, 0x73, 0xd3, 0x3d, 0x51, 0x87, 0xcb, - 0x90, 0x62, 0x19, 0x87, 0x3e, 0x06, 0xe4, 0x49, 0x6c, 0x74, 0x41, 0x3c, 0x77, 0xbe, 0x1c, 0xf9, - 0xc4, 0xa3, 0x96, 0x5a, 0x57, 0x1a, 0x06, 0x36, 0x63, 0xcb, 0xb1, 0x34, 0xf4, 0x88, 0x47, 0x11, - 0x82, 0xbc, 0x43, 0xe7, 0xa1, 0x95, 0x97, 0x76, 0x29, 0x0b, 0x6c, 0xe1, 0xbb, 0xdc, 0x2a, 0xc4, - 0x98, 0x90, 0xed, 0x25, 0x40, 0x56, 0x09, 0xed, 0x40, 0xf1, 0xbc, 0xf7, 0x75, 0xaf, 0xff, 0x6d, - 0xcf, 0xcc, 0x09, 0xe5, 0xa8, 0x7f, 0xde, 0x1b, 0x76, 0xb0, 0xa9, 0x20, 0x03, 0x0a, 0x27, 0x87, - 0xe7, 0x27, 0x1d, 0x53, 0x45, 0x15, 0x30, 0x4e, 0xcf, 0x06, 0xc3, 0xfe, 0x09, 0x3e, 0xec, 0x9a, - 0x1a, 0x42, 0x50, 0x95, 0x96, 0x0c, 0xcb, 0x8b, 0xd0, 0xc1, 0x79, 0xb7, 0x7b, 0x88, 0x9f, 0x99, - 0x05, 0x54, 0x82, 0xfc, 0x59, 0xef, 0xb8, 0x6f, 0xea, 0xa8, 0x0c, 0xa5, 0xc1, 0xf0, 0x70, 0xd8, - 0x19, 0x74, 0x86, 0x66, 0xd1, 0x3e, 0x00, 0x7d, 0x40, 0xbc, 0x70, 0x4e, 0xd1, 0x3d, 0x28, 0xbc, - 0x20, 0xf3, 0x45, 0x7c, 0x36, 0x0a, 0x8e, 0x15, 0xf4, 0x0e, 0x18, 0xdc, 0xf5, 0x28, 0xe3, 0xc4, - 0x0b, 0xe5, 0x77, 0x6a, 0x38, 0x03, 0xec, 0x9f, 0x15, 0x28, 0x75, 0xae, 0xa8, 0x17, 0xce, 0x49, - 0x84, 0x26, 0xa0, 0xcb, 0x2e, 0x30, 0x4b, 0xa9, 0x6b, 0x8d, 0x9d, 0xc7, 0x95, 0x26, 0x77, 0x88, - 0x1f, 0xb0, 0xe6, 0x37, 0x02, 0x6d, 0x1f, 0xbc, 0x7c, 0xbd, 0x97, 0xfb, 0xeb, 0xf5, 0xde, 0xfe, - 0xcc, 0xe5, 0xce, 0x62, 0xdc, 0x9c, 0x04, 0x5e, 0x2b, 0x76, 0xf8, 0xc4, 0x0d, 0x12, 0xa9, 0x15, - 0x5e, 0xce, 0x5a, 0x1b, 0x0d, 0x6d, 0x3e, 0x97, 0xd1, 0x38, 0x49, 0x9d, 0xb1, 0x54, 0xdf, 0xc8, - 0x52, 0xbb, 0xcd, 0xf2, 0x8f, 0x02, 0x18, 0xa7, 0x2e, 0xe3, 0xc1, 0x2c, 0x22, 0x1e, 0x7a, 0x17, - 0x8c, 0x49, 0xb0, 0xf0, 0xf9, 0xc8, 0xf5, 0xb9, 0xfc, 0xd6, 0xfc, 0x69, 0x0e, 0x97, 0x24, 0x74, - 0xe6, 0x73, 0xf4, 0x1e, 0xec, 0xc4, 0xe6, 0x8b, 0x79, 0x40, 0x78, 0x5c, 0xe6, 0x34, 0x87, 0x41, - 0x82, 0xc7, 0x02, 0x43, 0x26, 0x68, 0x6c, 0xe1, 0xc9, 0x3a, 0x0a, 0x16, 0x22, 0xba, 0x0f, 0x3a, - 0x9b, 0x38, 0xd4, 0x23, 0xb2, 0xd5, 0x77, 0x71, 0xa2, 0xa1, 0x0f, 0xa0, 0xfa, 0x3d, 0x8d, 0x82, - 0x11, 0x77, 0x22, 0xca, 0x9c, 0x60, 0x3e, 0x95, 0x6d, 0x57, 0x70, 0x45, 0xa0, 0xc3, 0x14, 0x44, - 0x1f, 0x26, 0x6e, 0x19, 0x2f, 0x5d, 0xf2, 0x52, 0x70, 0x59, 0xe0, 0x47, 0x29, 0xb7, 0x47, 0x60, - 0xae, 0xf9, 0xc5, 0x04, 0x8b, 0x92, 0xa0, 0x82, 0xab, 0x2b, 0xcf, 0x98, 0x64, 0x1b, 0xaa, 0x3e, - 0x9d, 0x11, 0xee, 0xbe, 0xa0, 0x23, 0x16, 0x12, 0x9f, 0x59, 0x25, 0xd9, 0x95, 0xff, 0x6f, 0xcd, - 0x7c, 0x7b, 0x31, 0xb9, 0xa4, 0x7c, 0x10, 0x12, 0x1f, 0x57, 0xd2, 0x10, 0xa1, 0x31, 0xf4, 0x11, - 0xdc, 0x59, 0xe5, 0x98, 0xd2, 0x39, 0x27, 0xcc, 0x32, 0xea, 0x5a, 0x03, 0xe1, 0x55, 0xea, 0xaf, - 0x24, 0xba, 0xe1, 0x28, 0xc9, 0x31, 0x0b, 0xea, 0x5a, 0x43, 0xc9, 0x1c, 0x25, 0x33, 0x26, 0x58, - 0x85, 0x01, 0x73, 0xd7, 0x58, 0xed, 0xfc, 0x07, 0x56, 0x69, 0xc8, 0x8a, 0xd5, 0x2a, 0x47, 0xc2, - 0xaa, 0x1c, 0xb3, 0x4a, 0xe1, 0x8c, 0xd5, 0xca, 0x31, 0x61, 0x55, 0x89, 0x59, 0xa5, 0x70, 0xc2, - 0xea, 0x08, 0x20, 0xa2, 0x8c, 0xf2, 0x91, 0x23, 0xce, 0xbe, 0x2a, 0x77, 0xc3, 0xfb, 0x5b, 0x8c, - 0x56, 0x23, 0xd4, 0xc4, 0xc2, 0xf9, 0xd4, 0xf5, 0x39, 0x36, 0xa2, 0x54, 0xdc, 0x9c, 0xc1, 0x3b, - 0xb7, 0x67, 0x70, 0x1f, 0x8c, 0x55, 0xd4, 0xe6, 0x0d, 0x2f, 0x82, 0xf6, 0xac, 0x33, 0x30, 0x15, - 0xa4, 0x83, 0xda, 0xeb, 0x9b, 0x6a, 0x76, 0xcb, 0xb5, 0x76, 0x11, 0x0a, 0x92, 0x78, 0xbb, 0x0c, - 0x90, 0x75, 0xde, 0x3e, 0x00, 0xc8, 0x8e, 0x47, 0x0c, 0x5f, 0x70, 0x71, 0xc1, 0x68, 0x3c, 0xcd, - 0x77, 0x71, 0xa2, 0x09, 0x7c, 0x4e, 0xfd, 0x19, 0x77, 0xe4, 0x10, 0x57, 0x70, 0xa2, 0xd9, 0xbf, - 0xaa, 0x00, 0x43, 0xd7, 0xa3, 0x03, 0x1a, 0xb9, 0x94, 0xbd, 0x9d, 0x6b, 0xfb, 0x19, 0x14, 0x99, - 0x5c, 0x33, 0xcc, 0x52, 0x65, 0x95, 0x07, 0x5b, 0xc7, 0x1b, 0xaf, 0xa1, 0x76, 0x5e, 0xd4, 0xc3, - 0xa9, 0x37, 0xfa, 0x1c, 0x0c, 0x9a, 0x2c, 0x18, 0x66, 0x69, 0x32, 0xf4, 0xe1, 0x56, 0x68, 0xba, - 0x82, 0x92, 0xe0, 0x2c, 0x02, 0x7d, 0x09, 0xe0, 0xa4, 0x6d, 0x63, 0x56, 0x5e, 0xc6, 0xef, 0xbe, - 0xb9, 0xb3, 0x49, 0x82, 0xb5, 0x18, 0xfb, 0x47, 0x05, 0xca, 0xf2, 0x5b, 0xba, 0x84, 0x4f, 0x1c, - 0x1a, 0xa1, 0x4f, 0x37, 0x9e, 0x10, 0x7b, 0x2b, 0xd9, 0xba, 0x73, 0x73, 0xed, 0xe9, 0x40, 0x90, - 0x5f, 0x7b, 0x2c, 0xa4, 0x9c, 0x6d, 0x33, 0x4d, 0x82, 0xb1, 0x62, 0x37, 0x20, 0x2f, 0x1f, 0x02, - 0x1d, 0xd4, 0xce, 0xd3, 0x78, 0x42, 0x7a, 0x9d, 0xa7, 0xf1, 0x84, 0x60, 0xb1, 0xfc, 0x05, 0x80, - 0x3b, 0xa6, 0x66, 0xff, 0xa6, 0x88, 0xb1, 0x22, 0x53, 0x31, 0x55, 0x0c, 0x3d, 0x80, 0x22, 0xe3, - 0x34, 0x1c, 0x79, 0x4c, 0x92, 0xd3, 0xb0, 0x2e, 0xd4, 0x2e, 0x13, 0xa5, 0x2f, 0x16, 0xfe, 0x24, - 0x2d, 0x2d, 0x64, 0xf4, 0x10, 0x4a, 0x8c, 0x93, 0x88, 0x0b, 0xef, 0x78, 0x63, 0x16, 0xa5, 0xde, - 0x65, 0xe8, 0x7f, 0xa0, 0x53, 0x7f, 0x3a, 0x92, 0x07, 0x26, 0x0c, 0x05, 0xea, 0x4f, 0xbb, 0x0c, - 0xed, 0x42, 0x69, 0x16, 0x05, 0x8b, 0xd0, 0xf5, 0x67, 0x56, 0xa1, 0xae, 0x35, 0x0c, 0xbc, 0xd2, - 0x51, 0x15, 0xd4, 0xf1, 0x52, 0x6e, 0xad, 0x12, 0x56, 0xc7, 0x4b, 0x91, 0x3d, 0x22, 0xfe, 0x8c, - 0x8a, 0x24, 0xc5, 0x38, 0xbb, 0xd4, 0xbb, 0xcc, 0xfe, 0x5d, 0x81, 0xc2, 0x91, 0xb3, 0xf0, 0x2f, - 0x51, 0x0d, 0x76, 0x3c, 0xd7, 0x1f, 0x89, 0x4b, 0x92, 0x71, 0x36, 0x3c, 0xd7, 0x17, 0xd3, 0xd9, - 0x65, 0xd2, 0x4e, 0xae, 0x56, 0xf6, 0xe4, 0xf5, 0xf1, 0xc8, 0x55, 0x62, 0x7f, 0x92, 0x74, 0x42, - 0x93, 0x9d, 0xd8, 0xdb, 0xea, 0x84, 0xac, 0xd2, 0xec, 0xf8, 0x93, 0x60, 0xea, 0xfa, 0xb3, 0xac, - 0x0d, 0xe2, 0x69, 0x97, 0x9f, 0x56, 0xc6, 0x52, 0xb6, 0x5b, 0x50, 0x4a, 0xbd, 0xb6, 0xee, 0xe6, - 0x77, 0x7d, 0xf1, 0xf2, 0x6e, 0x3c, 0xb7, 0xaa, 0xfd, 0x8b, 0x02, 0x15, 0x99, 0x9d, 0x4e, 0xdf, - 0xe6, 0x2d, 0xda, 0x07, 0x7d, 0x22, 0xaa, 0xa6, 0x97, 0xe8, 0xfe, 0xbf, 0x7f, 0x72, 0x32, 0xc5, - 0x89, 0x6f, 0xbb, 0xfe, 0xf2, 0xba, 0xa6, 0xbc, 0xba, 0xae, 0x29, 0x7f, 0x5f, 0xd7, 0x94, 0x1f, - 0x6e, 0x6a, 0xb9, 0x57, 0x37, 0xb5, 0xdc, 0x9f, 0x37, 0xb5, 0xdc, 0x73, 0x3d, 0xfe, 0xdb, 0x35, - 0xd6, 0xe5, 0xff, 0xa5, 0x27, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x67, 0xfa, 0x2f, 0x95, - 0x09, 0x00, 0x00, + // 1150 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4f, 0x8f, 0xda, 0x46, + 0x14, 0xc7, 0x36, 0x18, 0xfc, 0x16, 0x58, 0x67, 0x9a, 0x26, 0xce, 0xb6, 0x25, 0xd4, 0xea, 0x1f, + 0x14, 0xb5, 0x20, 0x25, 0x51, 0x7b, 0x49, 0xab, 0x2e, 0x1b, 0x36, 0x44, 0x0d, 0xa0, 0x0c, 0xac, + 0xda, 0xe4, 0x82, 0x06, 0x98, 0xc5, 0xd6, 0xe2, 0x3f, 0xf2, 0x0c, 0xd1, 0xd2, 0x4f, 0xd1, 0x73, + 0x6f, 0x55, 0x6f, 0xed, 0xa9, 0xdf, 0x22, 0xc7, 0x9c, 0xaa, 0x2a, 0x87, 0xa8, 0xda, 0xfd, 0x22, + 0xd5, 0x8c, 0x6d, 0x0c, 0x4b, 0x23, 0xf5, 0x94, 0x0b, 0x7a, 0xef, 0xf7, 0xfe, 0xfd, 0x3c, 0xef, + 0xcd, 0x3c, 0xa0, 0xce, 0x78, 0x10, 0xd1, 0x96, 0xfc, 0x0d, 0x27, 0xad, 0x30, 0x0a, 0xbc, 0x70, + 0xd2, 0xe2, 0xab, 0x90, 0xb2, 0x66, 0x18, 0x05, 0x3c, 0x40, 0xfb, 0x02, 0xa3, 0xdc, 0xa1, 0x4b, + 0x36, 0x9e, 0x06, 0xe1, 0xea, 0xe0, 0xfa, 0x3c, 0x98, 0x07, 0xd2, 0xd6, 0x12, 0x52, 0xec, 0x76, + 0x70, 0x2b, 0x4e, 0xb4, 0x20, 0x13, 0xba, 0xd8, 0xce, 0x60, 0xff, 0xaa, 0x42, 0xb5, 0x47, 0x79, + 0xe4, 0x4e, 0x7b, 0x94, 0x93, 0x19, 0xe1, 0x04, 0x7d, 0x0b, 0x79, 0xe1, 0x61, 0x29, 0x75, 0xa5, + 0x51, 0xbd, 0x7b, 0xa7, 0x79, 0xa5, 0x46, 0x73, 0xdb, 0x3d, 0x51, 0x47, 0xab, 0x90, 0x62, 0x19, + 0x87, 0xbe, 0x00, 0xe4, 0x49, 0x6c, 0x7c, 0x4a, 0x3c, 0x77, 0xb1, 0x1a, 0xfb, 0xc4, 0xa3, 0x96, + 0x5a, 0x57, 0x1a, 0x06, 0x36, 0x63, 0xcb, 0xb1, 0x34, 0xf4, 0x89, 0x47, 0x11, 0x82, 0xbc, 0x43, + 0x17, 0xa1, 0x95, 0x97, 0x76, 0x29, 0x0b, 0x6c, 0xe9, 0xbb, 0xdc, 0x2a, 0xc4, 0x98, 0x90, 0xed, + 0x15, 0x40, 0x56, 0x09, 0xed, 0x41, 0xf1, 0xa4, 0xff, 0x7d, 0x7f, 0xf0, 0x43, 0xdf, 0xcc, 0x09, + 0xe5, 0x68, 0x70, 0xd2, 0x1f, 0x75, 0xb0, 0xa9, 0x20, 0x03, 0x0a, 0x8f, 0x0e, 0x4f, 0x1e, 0x75, + 0x4c, 0x15, 0x55, 0xc0, 0xe8, 0x3e, 0x1e, 0x8e, 0x06, 0x8f, 0xf0, 0x61, 0xcf, 0xd4, 0x10, 0x82, + 0xaa, 0xb4, 0x64, 0x58, 0x5e, 0x84, 0x0e, 0x4f, 0x7a, 0xbd, 0x43, 0xfc, 0xcc, 0x2c, 0xa0, 0x12, + 0xe4, 0x1f, 0xf7, 0x8f, 0x07, 0xa6, 0x8e, 0xca, 0x50, 0x1a, 0x8e, 0x0e, 0x47, 0x9d, 0x61, 0x67, + 0x64, 0x16, 0xed, 0x07, 0xa0, 0x0f, 0x89, 0x17, 0x2e, 0x28, 0xba, 0x0e, 0x85, 0x17, 0x64, 0xb1, + 0x8c, 0xcf, 0x46, 0xc1, 0xb1, 0x82, 0x3e, 0x04, 0x83, 0xbb, 0x1e, 0x65, 0x9c, 0x78, 0xa1, 0xfc, + 0x4e, 0x0d, 0x67, 0x80, 0xfd, 0x9b, 0x02, 0xa5, 0xce, 0x39, 0xf5, 0xc2, 0x05, 0x89, 0xd0, 0x14, + 0x74, 0xd9, 0x05, 0x66, 0x29, 0x75, 0xad, 0xb1, 0x77, 0xb7, 0xd2, 0xe4, 0x0e, 0xf1, 0x03, 0xd6, + 0x7c, 0x22, 0xd0, 0xf6, 0x83, 0x97, 0x6f, 0x6e, 0xe7, 0x5e, 0xbf, 0xb9, 0x7d, 0x7f, 0xee, 0x72, + 0x67, 0x39, 0x69, 0x4e, 0x03, 0xaf, 0x15, 0x3b, 0x7c, 0xe9, 0x06, 0x89, 0xd4, 0x0a, 0xcf, 0xe6, + 0xad, 0xad, 0x86, 0x36, 0x9f, 0xcb, 0x68, 0x9c, 0xa4, 0xce, 0x58, 0xaa, 0x6f, 0x65, 0xa9, 0x5d, + 0x65, 0xf9, 0xba, 0x00, 0x46, 0xd7, 0x65, 0x3c, 0x98, 0x47, 0xc4, 0x43, 0x1f, 0x81, 0x31, 0x0d, + 0x96, 0x3e, 0x1f, 0xbb, 0x3e, 0x97, 0xdf, 0x9a, 0xef, 0xe6, 0x70, 0x49, 0x42, 0x8f, 0x7d, 0x8e, + 0x3e, 0x86, 0xbd, 0xd8, 0x7c, 0xba, 0x08, 0x08, 0x8f, 0xcb, 0x74, 0x73, 0x18, 0x24, 0x78, 0x2c, + 0x30, 0x64, 0x82, 0xc6, 0x96, 0x9e, 0xac, 0xa3, 0x60, 0x21, 0xa2, 0x1b, 0xa0, 0xb3, 0xa9, 0x43, + 0x3d, 0x22, 0x5b, 0x7d, 0x0d, 0x27, 0x1a, 0xfa, 0x14, 0xaa, 0x3f, 0xd1, 0x28, 0x18, 0x73, 0x27, + 0xa2, 0xcc, 0x09, 0x16, 0x33, 0xd9, 0x76, 0x05, 0x57, 0x04, 0x3a, 0x4a, 0x41, 0xf4, 0x59, 0xe2, + 0x96, 0xf1, 0xd2, 0x25, 0x2f, 0x05, 0x97, 0x05, 0x7e, 0x94, 0x72, 0xbb, 0x03, 0xe6, 0x86, 0x5f, + 0x4c, 0xb0, 0x28, 0x09, 0x2a, 0xb8, 0xba, 0xf6, 0x8c, 0x49, 0x76, 0xa1, 0xea, 0xd3, 0x39, 0xe1, + 0xee, 0x0b, 0x3a, 0x66, 0x21, 0xf1, 0x99, 0x55, 0x92, 0x5d, 0xf9, 0x60, 0x67, 0xe6, 0xdb, 0xcb, + 0xe9, 0x19, 0xe5, 0xc3, 0x90, 0xf8, 0xed, 0xbc, 0xe8, 0x11, 0xae, 0xa4, 0x81, 0x02, 0x63, 0xe8, + 0x73, 0xd8, 0x5f, 0x67, 0x9a, 0xd1, 0x05, 0x27, 0xcc, 0x32, 0xea, 0x5a, 0x03, 0xe1, 0x75, 0x81, + 0x87, 0x12, 0xdd, 0x72, 0x94, 0x14, 0x99, 0x05, 0x75, 0xad, 0xa1, 0x64, 0x8e, 0x92, 0x1f, 0x13, + 0xdc, 0xc2, 0x80, 0xb9, 0x1b, 0xdc, 0xf6, 0xfe, 0x37, 0xb7, 0x34, 0x70, 0xcd, 0x6d, 0x9d, 0x29, + 0xe1, 0x56, 0x8e, 0xb9, 0xa5, 0x70, 0xc6, 0x6d, 0xed, 0x98, 0x70, 0xab, 0xc4, 0xdc, 0x52, 0x38, + 0xe1, 0x76, 0x04, 0x10, 0x51, 0x46, 0xf9, 0xd8, 0x11, 0x7d, 0xa8, 0xca, 0x77, 0xe2, 0x93, 0x1d, + 0x5e, 0xeb, 0x71, 0x6a, 0x62, 0xe1, 0xdc, 0x75, 0x7d, 0x8e, 0x8d, 0x28, 0x15, 0xb7, 0xe7, 0x71, + 0xff, 0xea, 0x3c, 0xde, 0x07, 0x63, 0x1d, 0xb5, 0x7d, 0xdb, 0x8b, 0xa0, 0x3d, 0xeb, 0x0c, 0x4d, + 0x05, 0xe9, 0xa0, 0xf6, 0x07, 0xa6, 0x9a, 0xdd, 0x78, 0xad, 0x5d, 0x84, 0x82, 0x24, 0xde, 0x2e, + 0x03, 0x64, 0x53, 0x60, 0x3f, 0x00, 0xc8, 0x0e, 0x49, 0x0c, 0x62, 0x70, 0x7a, 0xca, 0x68, 0x3c, + 0xd9, 0xd7, 0x70, 0xa2, 0x09, 0x7c, 0x41, 0xfd, 0x39, 0x77, 0xe4, 0x40, 0x57, 0x70, 0xa2, 0xd9, + 0x7f, 0xa8, 0x00, 0x23, 0xd7, 0xa3, 0x43, 0x1a, 0xb9, 0x94, 0xbd, 0x9b, 0x2b, 0xfc, 0x35, 0x14, + 0x99, 0x7c, 0x72, 0x98, 0xa5, 0xca, 0x2a, 0x37, 0x77, 0x8e, 0x37, 0x7e, 0x92, 0x92, 0x96, 0xa7, + 0xde, 0xe8, 0x1b, 0x30, 0x68, 0xf2, 0xd8, 0x30, 0x4b, 0x93, 0xa1, 0xb7, 0x76, 0x42, 0xd3, 0xe7, + 0x28, 0x09, 0xce, 0x22, 0xd0, 0x77, 0x00, 0x4e, 0xda, 0x36, 0x66, 0xe5, 0x65, 0xfc, 0xc1, 0xdb, + 0x3b, 0x9b, 0x24, 0xd8, 0x88, 0xb1, 0x7f, 0x51, 0xa0, 0x2c, 0xbf, 0xa5, 0x47, 0xf8, 0xd4, 0xa1, + 0x11, 0xfa, 0x6a, 0x6b, 0x9d, 0xd8, 0x3b, 0xc9, 0x36, 0x9d, 0x9b, 0x1b, 0x6b, 0x04, 0x41, 0x7e, + 0x63, 0x71, 0x48, 0x39, 0x7b, 0xd9, 0x34, 0x09, 0xc6, 0x8a, 0xdd, 0x80, 0xbc, 0x5c, 0x0a, 0x3a, + 0xa8, 0x9d, 0xa7, 0xf1, 0x84, 0xf4, 0x3b, 0x4f, 0xe3, 0x09, 0xc1, 0x62, 0x11, 0x08, 0x00, 0x77, + 0x4c, 0xcd, 0xfe, 0x53, 0x11, 0x63, 0x45, 0x66, 0x62, 0xaa, 0x18, 0xba, 0x09, 0x45, 0xc6, 0x69, + 0x38, 0xf6, 0x98, 0x24, 0xa7, 0x61, 0x5d, 0xa8, 0x3d, 0x26, 0x4a, 0x9f, 0x2e, 0xfd, 0x69, 0x5a, + 0x5a, 0xc8, 0xe8, 0x16, 0x94, 0x18, 0x27, 0x11, 0x17, 0xde, 0xf1, 0xeb, 0x59, 0x94, 0x7a, 0x8f, + 0xa1, 0xf7, 0x41, 0xa7, 0xfe, 0x6c, 0x2c, 0x0f, 0x4c, 0x18, 0x0a, 0xd4, 0x9f, 0xf5, 0x18, 0x3a, + 0x80, 0xd2, 0x3c, 0x0a, 0x96, 0xa1, 0xeb, 0xcf, 0xad, 0x42, 0x5d, 0x6b, 0x18, 0x78, 0xad, 0xa3, + 0x2a, 0xa8, 0x93, 0x95, 0x7c, 0xc1, 0x4a, 0x58, 0x9d, 0xac, 0x44, 0xf6, 0x88, 0xf8, 0x73, 0x2a, + 0x92, 0x14, 0xe3, 0xec, 0x52, 0xef, 0x31, 0xfb, 0x2f, 0x05, 0x0a, 0x47, 0xce, 0xd2, 0x3f, 0x43, + 0x35, 0xd8, 0xf3, 0x5c, 0x7f, 0x2c, 0x2e, 0x49, 0xc6, 0xd9, 0xf0, 0x5c, 0x5f, 0x4c, 0x67, 0x8f, + 0x49, 0x3b, 0x39, 0x5f, 0xdb, 0x93, 0x4d, 0xe4, 0x91, 0xf3, 0xc4, 0x7e, 0x2f, 0xe9, 0x84, 0x26, + 0x3b, 0x71, 0x7b, 0xa7, 0x13, 0xb2, 0x4a, 0xb3, 0xe3, 0x4f, 0x83, 0x99, 0xeb, 0xcf, 0xb3, 0x36, + 0x88, 0x35, 0x2f, 0x3f, 0xad, 0x8c, 0xa5, 0x6c, 0x3f, 0x84, 0x52, 0xea, 0xb5, 0x73, 0x37, 0x7f, + 0x1c, 0x88, 0x2d, 0xbc, 0xb5, 0x7a, 0x55, 0xf4, 0x1e, 0xec, 0x1f, 0x3f, 0x19, 0x1c, 0x8e, 0xc6, + 0x1b, 0xfb, 0xd8, 0xfe, 0x5d, 0x81, 0x8a, 0x2c, 0x49, 0x67, 0xef, 0xf2, 0x6a, 0xdd, 0x07, 0x7d, + 0x2a, 0xaa, 0xa6, 0x37, 0xeb, 0xc6, 0x7f, 0x9f, 0x43, 0x32, 0xda, 0x89, 0x6f, 0xbb, 0xfe, 0xf2, + 0xa2, 0xa6, 0xbc, 0xba, 0xa8, 0x29, 0xff, 0x5c, 0xd4, 0x94, 0x9f, 0x2f, 0x6b, 0xb9, 0x57, 0x97, + 0xb5, 0xdc, 0xdf, 0x97, 0xb5, 0xdc, 0x73, 0x3d, 0xfe, 0x5f, 0x36, 0xd1, 0xe5, 0x1f, 0xaa, 0x7b, + 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x67, 0xa4, 0x22, 0x7f, 0xb6, 0x09, 0x00, 0x00, } func (m *MetricMetadata) Marshal() (dAtA []byte, err error) { @@ -2559,7 +2562,7 @@ func (m *Histogram) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.NegativeSpans = append(m.NegativeSpans, &BucketSpan{}) + m.NegativeSpans = append(m.NegativeSpans, BucketSpan{}) if err := m.NegativeSpans[len(m.NegativeSpans)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -2725,7 +2728,7 @@ func (m *Histogram) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.PositiveSpans = append(m.PositiveSpans, &BucketSpan{}) + m.PositiveSpans = append(m.PositiveSpans, BucketSpan{}) if err := m.PositiveSpans[len(m.PositiveSpans)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } diff --git a/pkg/store/storepb/prompb/types.proto b/pkg/store/storepb/prompb/types.proto index 0fea825508..c2d089b06b 100644 --- a/pkg/store/storepb/prompb/types.proto +++ b/pkg/store/storepb/prompb/types.proto @@ -94,9 +94,9 @@ message Histogram { uint64 zero_count_int = 6; double zero_count_float = 7; } - + // Negative Buckets. - repeated BucketSpan negative_spans = 8; + repeated BucketSpan negative_spans = 8 [(gogoproto.nullable) = false]; // Use either "negative_deltas" or "negative_counts", the former for // regular histograms with integer counts, the latter for float // histograms. @@ -104,7 +104,7 @@ message Histogram { repeated double negative_counts = 10; // Absolute count of each bucket. // Positive Buckets. - repeated BucketSpan positive_spans = 11; + repeated BucketSpan positive_spans = 11 [(gogoproto.nullable) = false]; // Use either "positive_deltas" or "positive_counts", the former for // regular histograms with integer counts, the latter for float // histograms. @@ -172,6 +172,7 @@ message Chunk { UNKNOWN = 0; XOR = 1; HISTOGRAM = 2; + FLOAT_HISTOGRAM = 3; } Encoding type = 3; bytes data = 4; diff --git a/pkg/store/storepb/rpc.pb.go b/pkg/store/storepb/rpc.pb.go index db64cf60c8..b5e85d69d8 100644 --- a/pkg/store/storepb/rpc.pb.go +++ b/pkg/store/storepb/rpc.pb.go @@ -657,6 +657,8 @@ type LabelNamesRequest struct { // implementation of a specific store. Hints *types.Any `protobuf:"bytes,5,opt,name=hints,proto3" json:"hints,omitempty"` Matchers []LabelMatcher `protobuf:"bytes,6,rep,name=matchers,proto3" json:"matchers"` + // same as in series request. + WithoutReplicaLabels []string `protobuf:"bytes,7,rep,name=without_replica_labels,json=withoutReplicaLabels,proto3" json:"without_replica_labels,omitempty"` } func (m *LabelNamesRequest) Reset() { *m = LabelNamesRequest{} } @@ -746,6 +748,8 @@ type LabelValuesRequest struct { // implementation of a specific store. Hints *types.Any `protobuf:"bytes,6,opt,name=hints,proto3" json:"hints,omitempty"` Matchers []LabelMatcher `protobuf:"bytes,7,rep,name=matchers,proto3" json:"matchers"` + // same as in series request. + WithoutReplicaLabels []string `protobuf:"bytes,8,rep,name=without_replica_labels,json=withoutReplicaLabels,proto3" json:"without_replica_labels,omitempty"` } func (m *LabelValuesRequest) Reset() { *m = LabelValuesRequest{} } @@ -846,90 +850,91 @@ func init() { func init() { proto.RegisterFile("store/storepb/rpc.proto", fileDescriptor_a938d55a388af629) } var fileDescriptor_a938d55a388af629 = []byte{ - // 1323 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0x13, 0xc7, - 0x17, 0xf7, 0x7a, 0xbd, 0xfe, 0x38, 0x4e, 0xf2, 0x37, 0x83, 0x09, 0x1b, 0x23, 0x39, 0xfe, 0xbb, - 0xaa, 0x64, 0x21, 0x6a, 0x53, 0x83, 0x90, 0x5a, 0x71, 0x93, 0x04, 0x43, 0xa2, 0x12, 0x53, 0xc6, - 0x09, 0x69, 0xa9, 0x2a, 0x6b, 0x6d, 0x4f, 0xd6, 0x2b, 0xec, 0xdd, 0x65, 0x67, 0xb6, 0x89, 0x6f, - 0xdb, 0xdb, 0xaa, 0xaa, 0xfa, 0x08, 0x7d, 0x8a, 0x3e, 0x02, 0x77, 0xe5, 0xb2, 0xea, 0x05, 0x6a, - 0xe1, 0x45, 0xaa, 0x39, 0x3b, 0x6b, 0x7b, 0xd3, 0x00, 0x45, 0x70, 0x13, 0xcd, 0xf9, 0xfd, 0xce, - 0x9c, 0x39, 0xdf, 0xde, 0xc0, 0x65, 0x2e, 0xbc, 0x80, 0xb5, 0xf0, 0xaf, 0x3f, 0x68, 0x05, 0xfe, - 0xb0, 0xe9, 0x07, 0x9e, 0xf0, 0x48, 0x56, 0x8c, 0x2d, 0xd7, 0xe3, 0x95, 0x8d, 0xa4, 0x82, 0x98, - 0xf9, 0x8c, 0x47, 0x2a, 0x95, 0xb2, 0xed, 0xd9, 0x1e, 0x1e, 0x5b, 0xf2, 0xa4, 0xd0, 0x5a, 0xf2, - 0x82, 0x1f, 0x78, 0xd3, 0x33, 0xf7, 0x94, 0xc9, 0x89, 0x35, 0x60, 0x93, 0xb3, 0x94, 0xed, 0x79, - 0xf6, 0x84, 0xb5, 0x50, 0x1a, 0x84, 0xc7, 0x2d, 0xcb, 0x9d, 0x45, 0x54, 0xfd, 0x7f, 0xb0, 0x7a, - 0x14, 0x38, 0x82, 0x51, 0xc6, 0x7d, 0xcf, 0xe5, 0xac, 0xfe, 0x83, 0x06, 0x2b, 0x0a, 0x79, 0x1a, - 0x32, 0x2e, 0xc8, 0x16, 0x80, 0x70, 0xa6, 0x8c, 0xb3, 0xc0, 0x61, 0xdc, 0xd4, 0x6a, 0x7a, 0xa3, - 0xd8, 0xbe, 0x22, 0x6f, 0x4f, 0x99, 0x18, 0xb3, 0x90, 0xf7, 0x87, 0x9e, 0x3f, 0x6b, 0x1e, 0x38, - 0x53, 0xd6, 0x43, 0x95, 0xed, 0xcc, 0xb3, 0x17, 0x9b, 0x29, 0xba, 0x74, 0x89, 0xac, 0x43, 0x56, - 0x30, 0xd7, 0x72, 0x85, 0x99, 0xae, 0x69, 0x8d, 0x02, 0x55, 0x12, 0x31, 0x21, 0x17, 0x30, 0x7f, - 0xe2, 0x0c, 0x2d, 0x53, 0xaf, 0x69, 0x0d, 0x9d, 0xc6, 0x62, 0x7d, 0x15, 0x8a, 0x7b, 0xee, 0xb1, - 0xa7, 0x7c, 0xa8, 0xff, 0x92, 0x86, 0x95, 0x48, 0x8e, 0xbc, 0x24, 0x43, 0xc8, 0x62, 0xa0, 0xb1, - 0x43, 0xab, 0xcd, 0x28, 0xb1, 0xcd, 0xfb, 0x12, 0xdd, 0xbe, 0x2d, 0x5d, 0xf8, 0xf3, 0xc5, 0xe6, - 0x4d, 0xdb, 0x11, 0xe3, 0x70, 0xd0, 0x1c, 0x7a, 0xd3, 0x56, 0xa4, 0xf0, 0x89, 0xe3, 0xa9, 0x53, - 0xcb, 0x7f, 0x62, 0xb7, 0x12, 0x39, 0x6b, 0x3e, 0xc6, 0xdb, 0x54, 0x99, 0x26, 0x1b, 0x90, 0x9f, - 0x3a, 0x6e, 0x5f, 0x06, 0x82, 0x8e, 0xeb, 0x34, 0x37, 0x75, 0x5c, 0x19, 0x29, 0x52, 0xd6, 0x69, - 0x44, 0x29, 0xd7, 0xa7, 0xd6, 0x29, 0x52, 0x2d, 0x28, 0xa0, 0xd5, 0x83, 0x99, 0xcf, 0xcc, 0x4c, - 0x4d, 0x6b, 0xac, 0xb5, 0x2f, 0xc4, 0xde, 0xf5, 0x62, 0x82, 0x2e, 0x74, 0xc8, 0x2d, 0x00, 0x7c, - 0xb0, 0xcf, 0x99, 0xe0, 0xa6, 0x81, 0xf1, 0xcc, 0x6f, 0x44, 0x2e, 0xf5, 0x98, 0x50, 0x69, 0x2d, - 0x4c, 0x94, 0xcc, 0xeb, 0x3f, 0x1a, 0xb0, 0x1a, 0xa5, 0x3c, 0x2e, 0xd5, 0xb2, 0xc3, 0xda, 0xeb, - 0x1d, 0x4e, 0x27, 0x1d, 0xbe, 0x25, 0x29, 0x31, 0x1c, 0xb3, 0x80, 0x9b, 0x3a, 0xbe, 0x5e, 0x4e, - 0x64, 0x73, 0x3f, 0x22, 0x95, 0x03, 0x73, 0x5d, 0xd2, 0x86, 0x4b, 0xd2, 0x64, 0xc0, 0xb8, 0x37, - 0x09, 0x85, 0xe3, 0xb9, 0xfd, 0x13, 0xc7, 0x1d, 0x79, 0x27, 0x18, 0xb4, 0x4e, 0x2f, 0x4e, 0xad, - 0x53, 0x3a, 0xe7, 0x8e, 0x90, 0x22, 0xd7, 0x00, 0x2c, 0xdb, 0x0e, 0x98, 0x6d, 0x09, 0x16, 0xc5, - 0xba, 0xd6, 0x5e, 0x89, 0x5f, 0xdb, 0xb2, 0xed, 0x80, 0x2e, 0xf1, 0xe4, 0x73, 0xd8, 0xf0, 0xad, - 0x40, 0x38, 0xd6, 0x44, 0xbe, 0x82, 0x95, 0xef, 0x8f, 0x1c, 0x6e, 0x0d, 0x26, 0x6c, 0x64, 0x66, - 0x6b, 0x5a, 0x23, 0x4f, 0x2f, 0x2b, 0x85, 0xb8, 0x33, 0xee, 0x28, 0x9a, 0x7c, 0x73, 0xce, 0x5d, - 0x2e, 0x02, 0x4b, 0x30, 0x7b, 0x66, 0xe6, 0xb0, 0x2c, 0x9b, 0xf1, 0xc3, 0x5f, 0x26, 0x6d, 0xf4, - 0x94, 0xda, 0xbf, 0x8c, 0xc7, 0x04, 0xd9, 0x84, 0x22, 0x7f, 0xe2, 0xf8, 0xfd, 0xe1, 0x38, 0x74, - 0x9f, 0x70, 0x33, 0x8f, 0xae, 0x80, 0x84, 0x76, 0x10, 0x21, 0x57, 0xc1, 0x18, 0x3b, 0xae, 0xe0, - 0x66, 0xa1, 0xa6, 0x61, 0x42, 0xa3, 0x09, 0x6c, 0xc6, 0x13, 0xd8, 0xdc, 0x72, 0x67, 0x34, 0x52, - 0x21, 0x04, 0x32, 0x5c, 0x30, 0xdf, 0x04, 0x4c, 0x1b, 0x9e, 0x49, 0x19, 0x8c, 0xc0, 0x72, 0x6d, - 0x66, 0x16, 0x11, 0x8c, 0x04, 0x72, 0x03, 0x8a, 0x4f, 0x43, 0x16, 0xcc, 0xfa, 0x91, 0xed, 0x15, - 0xb4, 0x4d, 0xe2, 0x28, 0x1e, 0x4a, 0x6a, 0x57, 0x32, 0x14, 0x9e, 0xce, 0xcf, 0xe4, 0x3a, 0x00, - 0x1f, 0x5b, 0xc1, 0xa8, 0xef, 0xb8, 0xc7, 0x9e, 0xb9, 0x8a, 0x77, 0x16, 0x0d, 0x29, 0x19, 0x9c, - 0xac, 0x02, 0x8f, 0x8f, 0xe4, 0x26, 0xac, 0x9f, 0x38, 0x62, 0xec, 0x85, 0xa2, 0xaf, 0xe6, 0xb1, - 0xaf, 0x86, 0x6d, 0xad, 0xa6, 0x37, 0x0a, 0xb4, 0xac, 0x58, 0x1a, 0x91, 0xd8, 0x24, 0xbc, 0xfe, - 0xab, 0x06, 0xb0, 0x70, 0x01, 0x53, 0x24, 0x98, 0xdf, 0x9f, 0x3a, 0x93, 0x89, 0xc3, 0x55, 0x3b, - 0x82, 0x84, 0xf6, 0x11, 0x21, 0x35, 0xc8, 0x1c, 0x87, 0xee, 0x10, 0xbb, 0xb1, 0xb8, 0x68, 0x82, - 0xbb, 0xa1, 0x3b, 0xa4, 0xc8, 0x90, 0x6b, 0x90, 0xb7, 0x03, 0x2f, 0xf4, 0x1d, 0xd7, 0xc6, 0x9e, - 0x2a, 0xb6, 0x4b, 0xb1, 0xd6, 0x3d, 0x85, 0xd3, 0xb9, 0x06, 0xf9, 0x28, 0x4e, 0x99, 0x81, 0xaa, - 0xf3, 0x8d, 0x40, 0x25, 0xa8, 0x32, 0x58, 0x3f, 0x81, 0xc2, 0x3c, 0x64, 0x74, 0x51, 0x65, 0x66, - 0xc4, 0x4e, 0xe7, 0x2e, 0x46, 0xfc, 0x88, 0x9d, 0x92, 0xff, 0xc3, 0x8a, 0xf0, 0x84, 0x35, 0xe9, - 0x23, 0xc6, 0xd5, 0xe0, 0x14, 0x11, 0x43, 0x33, 0x9c, 0xac, 0x41, 0x7a, 0x30, 0xc3, 0x15, 0x90, - 0xa7, 0xe9, 0xc1, 0x4c, 0xae, 0x3a, 0x95, 0xab, 0x0c, 0xe6, 0x4a, 0x49, 0xf5, 0x0a, 0x64, 0x64, - 0x64, 0xb2, 0xd8, 0xae, 0xa5, 0xc6, 0xb3, 0x40, 0xf1, 0x5c, 0x6f, 0x43, 0x3e, 0x8e, 0x47, 0xd9, - 0xd3, 0xce, 0xb1, 0xa7, 0x27, 0xec, 0x6d, 0x82, 0x81, 0x81, 0x49, 0x85, 0x44, 0x8a, 0x95, 0x54, - 0xff, 0x49, 0x83, 0xb5, 0x78, 0x3b, 0xa8, 0xa5, 0xd9, 0x80, 0xec, 0x7c, 0x8b, 0xcb, 0x14, 0xad, - 0xcd, 0xbb, 0x00, 0xd1, 0xdd, 0x14, 0x55, 0x3c, 0xa9, 0x40, 0xee, 0xc4, 0x0a, 0x5c, 0x99, 0x78, - 0xdc, 0xd8, 0xbb, 0x29, 0x1a, 0x03, 0xe4, 0x5a, 0xdc, 0xda, 0xfa, 0xeb, 0x5b, 0x7b, 0x37, 0xa5, - 0x9a, 0x7b, 0x3b, 0x0f, 0xd9, 0x80, 0xf1, 0x70, 0x22, 0xea, 0xbf, 0xa5, 0xe1, 0x02, 0xb6, 0x4a, - 0xd7, 0x9a, 0x2e, 0x56, 0xd6, 0x1b, 0x47, 0x5c, 0x7b, 0x8f, 0x11, 0x4f, 0xbf, 0xe7, 0x88, 0x97, - 0xc1, 0xe0, 0xc2, 0x0a, 0x84, 0x5a, 0xef, 0x91, 0x40, 0x4a, 0xa0, 0x33, 0x77, 0xa4, 0x36, 0x9c, - 0x3c, 0x2e, 0x26, 0xdd, 0x78, 0xfb, 0xa4, 0x2f, 0x6f, 0xda, 0xec, 0x7f, 0xdf, 0xb4, 0xf5, 0x00, - 0xc8, 0x72, 0xe6, 0x54, 0x39, 0xcb, 0x60, 0xc8, 0xf6, 0x89, 0x7e, 0x02, 0x0b, 0x34, 0x12, 0x48, - 0x05, 0xf2, 0xaa, 0x52, 0xb2, 0x5f, 0x25, 0x31, 0x97, 0x17, 0xbe, 0xea, 0x6f, 0xf5, 0xb5, 0xfe, - 0x7b, 0x5a, 0x3d, 0xfa, 0xc8, 0x9a, 0x84, 0x8b, 0x7a, 0x95, 0xc1, 0xc0, 0x0e, 0x54, 0x0d, 0x1c, - 0x09, 0x6f, 0xae, 0x62, 0xfa, 0x3d, 0xaa, 0xa8, 0x7f, 0xa8, 0x2a, 0x66, 0xce, 0xa9, 0xa2, 0x71, - 0x4e, 0x15, 0xb3, 0xef, 0x56, 0xc5, 0xdc, 0x3b, 0x54, 0x31, 0x84, 0x8b, 0x89, 0x84, 0xaa, 0x32, - 0xae, 0x43, 0xf6, 0x3b, 0x44, 0x54, 0x1d, 0x95, 0xf4, 0xa1, 0x0a, 0x79, 0xf5, 0x5b, 0x28, 0xcc, - 0x3f, 0x3b, 0x48, 0x11, 0x72, 0x87, 0xdd, 0x2f, 0xba, 0x0f, 0x8e, 0xba, 0xa5, 0x14, 0x29, 0x80, - 0xf1, 0xf0, 0xb0, 0x43, 0xbf, 0x2e, 0x69, 0x24, 0x0f, 0x19, 0x7a, 0x78, 0xbf, 0x53, 0x4a, 0x4b, - 0x8d, 0xde, 0xde, 0x9d, 0xce, 0xce, 0x16, 0x2d, 0xe9, 0x52, 0xa3, 0x77, 0xf0, 0x80, 0x76, 0x4a, - 0x19, 0x89, 0xd3, 0xce, 0x4e, 0x67, 0xef, 0x51, 0xa7, 0x64, 0x48, 0xfc, 0x4e, 0x67, 0xfb, 0xf0, - 0x5e, 0x29, 0x7b, 0x75, 0x1b, 0x32, 0xf2, 0x77, 0x9b, 0xe4, 0x40, 0xa7, 0x5b, 0x47, 0x91, 0xd5, - 0x9d, 0x07, 0x87, 0xdd, 0x83, 0x92, 0x26, 0xb1, 0xde, 0xe1, 0x7e, 0x29, 0x2d, 0x0f, 0xfb, 0x7b, - 0xdd, 0x92, 0x8e, 0x87, 0xad, 0xaf, 0x22, 0x73, 0xa8, 0xd5, 0xa1, 0x25, 0xa3, 0xfd, 0x7d, 0x1a, - 0x0c, 0xf4, 0x91, 0x7c, 0x0a, 0x19, 0x5c, 0xcd, 0x17, 0xe3, 0x8c, 0x2e, 0x7d, 0x05, 0x56, 0xca, - 0x49, 0x50, 0xe5, 0xef, 0x33, 0xc8, 0x46, 0xfb, 0x8b, 0x5c, 0x4a, 0xee, 0xb3, 0xf8, 0xda, 0xfa, - 0x59, 0x38, 0xba, 0x78, 0x5d, 0x23, 0x3b, 0x00, 0x8b, 0xb9, 0x22, 0x1b, 0x89, 0x2a, 0x2e, 0x6f, - 0xa9, 0x4a, 0xe5, 0x3c, 0x4a, 0xbd, 0x7f, 0x17, 0x8a, 0x4b, 0x65, 0x25, 0x49, 0xd5, 0xc4, 0xf0, - 0x54, 0xae, 0x9c, 0xcb, 0x45, 0x76, 0xda, 0x5d, 0x58, 0xc3, 0xef, 0x6e, 0x39, 0x15, 0x51, 0x32, - 0x6e, 0x43, 0x91, 0xb2, 0xa9, 0x27, 0x18, 0xe2, 0x64, 0x1e, 0xfe, 0xf2, 0xe7, 0x79, 0xe5, 0xd2, - 0x19, 0x54, 0x7d, 0xc6, 0xa7, 0xb6, 0x3f, 0x7e, 0xf6, 0x77, 0x35, 0xf5, 0xec, 0x65, 0x55, 0x7b, - 0xfe, 0xb2, 0xaa, 0xfd, 0xf5, 0xb2, 0xaa, 0xfd, 0xfc, 0xaa, 0x9a, 0x7a, 0xfe, 0xaa, 0x9a, 0xfa, - 0xe3, 0x55, 0x35, 0xf5, 0x38, 0xa7, 0xfe, 0x93, 0x18, 0x64, 0xb1, 0x67, 0x6e, 0xfc, 0x13, 0x00, - 0x00, 0xff, 0xff, 0x73, 0x1f, 0x05, 0x4d, 0xb3, 0x0c, 0x00, 0x00, + // 1331 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4f, 0x6f, 0x13, 0x47, + 0x14, 0xf7, 0x7a, 0xbd, 0xfe, 0xf3, 0x9c, 0xb8, 0x66, 0x30, 0x61, 0x63, 0x24, 0xc7, 0x75, 0x55, + 0xc9, 0x42, 0xd4, 0xa6, 0x06, 0x21, 0xb5, 0xe2, 0x92, 0x04, 0x43, 0xa2, 0x12, 0x53, 0xc6, 0x09, + 0x69, 0xa9, 0x2a, 0x6b, 0x6d, 0x4f, 0xd6, 0x2b, 0xec, 0xdd, 0x65, 0x67, 0xb6, 0x89, 0xaf, 0xad, + 0x7a, 0xab, 0xaa, 0xaa, 0x1f, 0xa1, 0x9f, 0x86, 0x23, 0xc7, 0xaa, 0x07, 0xd4, 0xc2, 0xbd, 0x9f, + 0xa1, 0x9a, 0x3f, 0xbb, 0xf6, 0xa6, 0x21, 0x08, 0x91, 0x4b, 0x34, 0xef, 0xf7, 0x7b, 0xf3, 0xe6, + 0xfd, 0xcf, 0x1a, 0xae, 0x52, 0xe6, 0x05, 0xa4, 0x2d, 0xfe, 0xfa, 0xc3, 0x76, 0xe0, 0x8f, 0x5a, + 0x7e, 0xe0, 0x31, 0x0f, 0x65, 0xd9, 0xc4, 0x72, 0x3d, 0x5a, 0x5d, 0x4f, 0x2a, 0xb0, 0xb9, 0x4f, + 0xa8, 0x54, 0xa9, 0x56, 0x6c, 0xcf, 0xf6, 0xc4, 0xb1, 0xcd, 0x4f, 0x0a, 0xad, 0x27, 0x2f, 0xf8, + 0x81, 0x37, 0x3b, 0x75, 0x4f, 0x99, 0x9c, 0x5a, 0x43, 0x32, 0x3d, 0x4d, 0xd9, 0x9e, 0x67, 0x4f, + 0x49, 0x5b, 0x48, 0xc3, 0xf0, 0xa8, 0x6d, 0xb9, 0x73, 0x49, 0x35, 0x3e, 0x82, 0xd5, 0xc3, 0xc0, + 0x61, 0x04, 0x13, 0xea, 0x7b, 0x2e, 0x25, 0x8d, 0x9f, 0x34, 0x58, 0x51, 0xc8, 0xf3, 0x90, 0x50, + 0x86, 0x36, 0x01, 0x98, 0x33, 0x23, 0x94, 0x04, 0x0e, 0xa1, 0xa6, 0x56, 0xd7, 0x9b, 0xc5, 0xce, + 0x35, 0x7e, 0x7b, 0x46, 0xd8, 0x84, 0x84, 0x74, 0x30, 0xf2, 0xfc, 0x79, 0x6b, 0xdf, 0x99, 0x91, + 0xbe, 0x50, 0xd9, 0xca, 0xbc, 0x78, 0xb5, 0x91, 0xc2, 0x4b, 0x97, 0xd0, 0x1a, 0x64, 0x19, 0x71, + 0x2d, 0x97, 0x99, 0xe9, 0xba, 0xd6, 0x2c, 0x60, 0x25, 0x21, 0x13, 0x72, 0x01, 0xf1, 0xa7, 0xce, + 0xc8, 0x32, 0xf5, 0xba, 0xd6, 0xd4, 0x71, 0x24, 0x36, 0x56, 0xa1, 0xb8, 0xeb, 0x1e, 0x79, 0xca, + 0x87, 0xc6, 0xef, 0x69, 0x58, 0x91, 0xb2, 0xf4, 0x12, 0x8d, 0x20, 0x2b, 0x02, 0x8d, 0x1c, 0x5a, + 0x6d, 0xc9, 0xc4, 0xb6, 0x1e, 0x72, 0x74, 0xeb, 0x2e, 0x77, 0xe1, 0xaf, 0x57, 0x1b, 0xb7, 0x6d, + 0x87, 0x4d, 0xc2, 0x61, 0x6b, 0xe4, 0xcd, 0xda, 0x52, 0xe1, 0x33, 0xc7, 0x53, 0xa7, 0xb6, 0xff, + 0xcc, 0x6e, 0x27, 0x72, 0xd6, 0x7a, 0x2a, 0x6e, 0x63, 0x65, 0x1a, 0xad, 0x43, 0x7e, 0xe6, 0xb8, + 0x03, 0x1e, 0x88, 0x70, 0x5c, 0xc7, 0xb9, 0x99, 0xe3, 0xf2, 0x48, 0x05, 0x65, 0x9d, 0x48, 0x4a, + 0xb9, 0x3e, 0xb3, 0x4e, 0x04, 0xd5, 0x86, 0x82, 0xb0, 0xba, 0x3f, 0xf7, 0x89, 0x99, 0xa9, 0x6b, + 0xcd, 0x52, 0xe7, 0x52, 0xe4, 0x5d, 0x3f, 0x22, 0xf0, 0x42, 0x07, 0xdd, 0x01, 0x10, 0x0f, 0x0e, + 0x28, 0x61, 0xd4, 0x34, 0x44, 0x3c, 0xf1, 0x0d, 0xe9, 0x52, 0x9f, 0x30, 0x95, 0xd6, 0xc2, 0x54, + 0xc9, 0xb4, 0xf1, 0x8b, 0x01, 0xab, 0x32, 0xe5, 0x51, 0xa9, 0x96, 0x1d, 0xd6, 0xde, 0xee, 0x70, + 0x3a, 0xe9, 0xf0, 0x1d, 0x4e, 0xb1, 0xd1, 0x84, 0x04, 0xd4, 0xd4, 0xc5, 0xeb, 0x95, 0x44, 0x36, + 0xf7, 0x24, 0xa9, 0x1c, 0x88, 0x75, 0x51, 0x07, 0xae, 0x70, 0x93, 0x01, 0xa1, 0xde, 0x34, 0x64, + 0x8e, 0xe7, 0x0e, 0x8e, 0x1d, 0x77, 0xec, 0x1d, 0x8b, 0xa0, 0x75, 0x7c, 0x79, 0x66, 0x9d, 0xe0, + 0x98, 0x3b, 0x14, 0x14, 0xba, 0x01, 0x60, 0xd9, 0x76, 0x40, 0x6c, 0x8b, 0x11, 0x19, 0x6b, 0xa9, + 0xb3, 0x12, 0xbd, 0xb6, 0x69, 0xdb, 0x01, 0x5e, 0xe2, 0xd1, 0x97, 0xb0, 0xee, 0x5b, 0x01, 0x73, + 0xac, 0x29, 0x7f, 0x45, 0x54, 0x7e, 0x30, 0x76, 0xa8, 0x35, 0x9c, 0x92, 0xb1, 0x99, 0xad, 0x6b, + 0xcd, 0x3c, 0xbe, 0xaa, 0x14, 0xa2, 0xce, 0xb8, 0xa7, 0x68, 0xf4, 0xdd, 0x19, 0x77, 0x29, 0x0b, + 0x2c, 0x46, 0xec, 0xb9, 0x99, 0x13, 0x65, 0xd9, 0x88, 0x1e, 0xfe, 0x3a, 0x69, 0xa3, 0xaf, 0xd4, + 0xfe, 0x67, 0x3c, 0x22, 0xd0, 0x06, 0x14, 0xe9, 0x33, 0xc7, 0x1f, 0x8c, 0x26, 0xa1, 0xfb, 0x8c, + 0x9a, 0x79, 0xe1, 0x0a, 0x70, 0x68, 0x5b, 0x20, 0xe8, 0x3a, 0x18, 0x13, 0xc7, 0x65, 0xd4, 0x2c, + 0xd4, 0x35, 0x91, 0x50, 0x39, 0x81, 0xad, 0x68, 0x02, 0x5b, 0x9b, 0xee, 0x1c, 0x4b, 0x15, 0x84, + 0x20, 0x43, 0x19, 0xf1, 0x4d, 0x10, 0x69, 0x13, 0x67, 0x54, 0x01, 0x23, 0xb0, 0x5c, 0x9b, 0x98, + 0x45, 0x01, 0x4a, 0x01, 0xdd, 0x82, 0xe2, 0xf3, 0x90, 0x04, 0xf3, 0x81, 0xb4, 0xbd, 0x22, 0x6c, + 0xa3, 0x28, 0x8a, 0xc7, 0x9c, 0xda, 0xe1, 0x0c, 0x86, 0xe7, 0xf1, 0x19, 0xdd, 0x04, 0xa0, 0x13, + 0x2b, 0x18, 0x0f, 0x1c, 0xf7, 0xc8, 0x33, 0x57, 0xc5, 0x9d, 0x45, 0x43, 0x72, 0x46, 0x4c, 0x56, + 0x81, 0x46, 0x47, 0x74, 0x1b, 0xd6, 0x8e, 0x1d, 0x36, 0xf1, 0x42, 0x36, 0x50, 0xf3, 0x38, 0x50, + 0xc3, 0x56, 0xaa, 0xeb, 0xcd, 0x02, 0xae, 0x28, 0x16, 0x4b, 0x52, 0x34, 0x09, 0x6d, 0xfc, 0xa1, + 0x01, 0x2c, 0x5c, 0x10, 0x29, 0x62, 0xc4, 0x1f, 0xcc, 0x9c, 0xe9, 0xd4, 0xa1, 0xaa, 0x1d, 0x81, + 0x43, 0x7b, 0x02, 0x41, 0x75, 0xc8, 0x1c, 0x85, 0xee, 0x48, 0x74, 0x63, 0x71, 0xd1, 0x04, 0xf7, + 0x43, 0x77, 0x84, 0x05, 0x83, 0x6e, 0x40, 0xde, 0x0e, 0xbc, 0xd0, 0x77, 0x5c, 0x5b, 0xf4, 0x54, + 0xb1, 0x53, 0x8e, 0xb4, 0x1e, 0x28, 0x1c, 0xc7, 0x1a, 0xe8, 0x93, 0x28, 0x65, 0x86, 0x50, 0x8d, + 0x37, 0x02, 0xe6, 0xa0, 0xca, 0x60, 0xe3, 0x18, 0x0a, 0x71, 0xc8, 0xc2, 0x45, 0x95, 0x99, 0x31, + 0x39, 0x89, 0x5d, 0x94, 0xfc, 0x98, 0x9c, 0xa0, 0x8f, 0x61, 0x85, 0x79, 0xcc, 0x9a, 0x0e, 0x04, + 0x46, 0xd5, 0xe0, 0x14, 0x05, 0x26, 0xcc, 0x50, 0x54, 0x82, 0xf4, 0x70, 0x2e, 0x56, 0x40, 0x1e, + 0xa7, 0x87, 0x73, 0xbe, 0xea, 0x54, 0xae, 0x32, 0x22, 0x57, 0x4a, 0x6a, 0x54, 0x21, 0xc3, 0x23, + 0xe3, 0xc5, 0x76, 0x2d, 0x35, 0x9e, 0x05, 0x2c, 0xce, 0x8d, 0x0e, 0xe4, 0xa3, 0x78, 0x94, 0x3d, + 0xed, 0x0c, 0x7b, 0x7a, 0xc2, 0xde, 0x06, 0x18, 0x22, 0x30, 0xae, 0x90, 0x48, 0xb1, 0x92, 0x1a, + 0xbf, 0x6a, 0x50, 0x8a, 0xb6, 0x83, 0x5a, 0x9a, 0x4d, 0xc8, 0xc6, 0x5b, 0x9c, 0xa7, 0xa8, 0x14, + 0x77, 0x81, 0x40, 0x77, 0x52, 0x58, 0xf1, 0xa8, 0x0a, 0xb9, 0x63, 0x2b, 0x70, 0x79, 0xe2, 0xc5, + 0xc6, 0xde, 0x49, 0xe1, 0x08, 0x40, 0x37, 0xa2, 0xd6, 0xd6, 0xdf, 0xde, 0xda, 0x3b, 0x29, 0xd5, + 0xdc, 0x5b, 0x79, 0xc8, 0x06, 0x84, 0x86, 0x53, 0xd6, 0xf8, 0x37, 0x0d, 0x97, 0x44, 0xab, 0xf4, + 0xac, 0xd9, 0x62, 0x65, 0x9d, 0x3b, 0xe2, 0xda, 0x07, 0x8c, 0x78, 0xfa, 0x03, 0x47, 0xbc, 0x02, + 0x06, 0x65, 0x56, 0xc0, 0xd4, 0x7a, 0x97, 0x02, 0x2a, 0x83, 0x4e, 0xdc, 0xb1, 0xda, 0x70, 0xfc, + 0xb8, 0x98, 0x74, 0xe3, 0xdd, 0x93, 0xbe, 0xbc, 0x69, 0xb3, 0xef, 0xb1, 0x69, 0xdf, 0x3e, 0x90, + 0xb9, 0x73, 0x06, 0x32, 0x00, 0xb4, 0x9c, 0x6f, 0xd5, 0x04, 0x15, 0x30, 0x78, 0xd3, 0xc9, 0x7f, + 0x9c, 0x05, 0x2c, 0x05, 0x54, 0x85, 0xbc, 0xaa, 0x2f, 0xef, 0x72, 0x4e, 0xc4, 0xf2, 0x22, 0x42, + 0xfd, 0x9d, 0x11, 0x36, 0x7e, 0xd6, 0xd5, 0xa3, 0x4f, 0xac, 0x69, 0xb8, 0xa8, 0x72, 0x05, 0x0c, + 0xe1, 0xb0, 0x6a, 0x7b, 0x29, 0x9c, 0x5f, 0xfb, 0xf4, 0x07, 0xd4, 0x5e, 0xbf, 0xa8, 0xda, 0x67, + 0xce, 0xa8, 0xbd, 0x71, 0x46, 0xed, 0xb3, 0xef, 0x57, 0xfb, 0xdc, 0x85, 0xd4, 0x3e, 0x7f, 0x4e, + 0xed, 0x43, 0xb8, 0x9c, 0x28, 0x83, 0x2a, 0xfe, 0x1a, 0x64, 0x7f, 0x10, 0x88, 0xaa, 0xbe, 0x92, + 0x2e, 0xaa, 0xfc, 0xd7, 0xbf, 0x87, 0x42, 0xfc, 0x89, 0x83, 0x8a, 0x90, 0x3b, 0xe8, 0x7d, 0xd5, + 0x7b, 0x74, 0xd8, 0x2b, 0xa7, 0x50, 0x01, 0x8c, 0xc7, 0x07, 0x5d, 0xfc, 0x6d, 0x59, 0x43, 0x79, + 0xc8, 0xe0, 0x83, 0x87, 0xdd, 0x72, 0x9a, 0x6b, 0xf4, 0x77, 0xef, 0x75, 0xb7, 0x37, 0x71, 0x59, + 0xe7, 0x1a, 0xfd, 0xfd, 0x47, 0xb8, 0x5b, 0xce, 0x70, 0x1c, 0x77, 0xb7, 0xbb, 0xbb, 0x4f, 0xba, + 0x65, 0x83, 0xe3, 0xf7, 0xba, 0x5b, 0x07, 0x0f, 0xca, 0xd9, 0xeb, 0x5b, 0x90, 0xe1, 0xdf, 0x08, + 0x28, 0x07, 0x3a, 0xde, 0x3c, 0x94, 0x56, 0xb7, 0x1f, 0x1d, 0xf4, 0xf6, 0xcb, 0x1a, 0xc7, 0xfa, + 0x07, 0x7b, 0xe5, 0x34, 0x3f, 0xec, 0xed, 0xf6, 0xca, 0xba, 0x38, 0x6c, 0x7e, 0x23, 0xcd, 0x09, + 0xad, 0x2e, 0x2e, 0x1b, 0x9d, 0x1f, 0xd3, 0x60, 0x08, 0x1f, 0xd1, 0xe7, 0x90, 0x11, 0xff, 0x06, + 0x2e, 0x47, 0x75, 0x58, 0xfa, 0xe2, 0xac, 0x56, 0x92, 0xa0, 0xca, 0xdf, 0x17, 0x90, 0x95, 0xbb, + 0x12, 0x5d, 0x49, 0xee, 0xce, 0xe8, 0xda, 0xda, 0x69, 0x58, 0x5e, 0xbc, 0xa9, 0xa1, 0x6d, 0x80, + 0xc5, 0x34, 0xa2, 0xf5, 0x44, 0xed, 0x97, 0x37, 0x62, 0xb5, 0x7a, 0x16, 0xa5, 0xde, 0xbf, 0x0f, + 0xc5, 0xa5, 0xb2, 0xa2, 0xa4, 0x6a, 0x62, 0xe4, 0xaa, 0xd7, 0xce, 0xe4, 0xa4, 0x9d, 0x4e, 0x0f, + 0x4a, 0xe2, 0x1b, 0x9f, 0xcf, 0x92, 0x4c, 0xc6, 0x5d, 0x28, 0x62, 0x32, 0xf3, 0x18, 0x11, 0x38, + 0x8a, 0xc3, 0x5f, 0xfe, 0x29, 0x50, 0xbd, 0x72, 0x0a, 0x55, 0x3f, 0x19, 0x52, 0x5b, 0x9f, 0xbe, + 0xf8, 0xa7, 0x96, 0x7a, 0xf1, 0xba, 0xa6, 0xbd, 0x7c, 0x5d, 0xd3, 0xfe, 0x7e, 0x5d, 0xd3, 0x7e, + 0x7b, 0x53, 0x4b, 0xbd, 0x7c, 0x53, 0x4b, 0xfd, 0xf9, 0xa6, 0x96, 0x7a, 0x9a, 0x53, 0xbf, 0x5a, + 0x86, 0x59, 0xd1, 0x33, 0xb7, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x14, 0xa2, 0x0f, 0x1f, + 0x0d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1885,6 +1890,15 @@ func (m *LabelNamesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.WithoutReplicaLabels) > 0 { + for iNdEx := len(m.WithoutReplicaLabels) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.WithoutReplicaLabels[iNdEx]) + copy(dAtA[i:], m.WithoutReplicaLabels[iNdEx]) + i = encodeVarintRpc(dAtA, i, uint64(len(m.WithoutReplicaLabels[iNdEx]))) + i-- + dAtA[i] = 0x3a + } + } if len(m.Matchers) > 0 { for iNdEx := len(m.Matchers) - 1; iNdEx >= 0; iNdEx-- { { @@ -2012,6 +2026,15 @@ func (m *LabelValuesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.WithoutReplicaLabels) > 0 { + for iNdEx := len(m.WithoutReplicaLabels) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.WithoutReplicaLabels[iNdEx]) + copy(dAtA[i:], m.WithoutReplicaLabels[iNdEx]) + i = encodeVarintRpc(dAtA, i, uint64(len(m.WithoutReplicaLabels[iNdEx]))) + i-- + dAtA[i] = 0x42 + } + } if len(m.Matchers) > 0 { for iNdEx := len(m.Matchers) - 1; iNdEx >= 0; iNdEx-- { { @@ -2436,6 +2459,12 @@ func (m *LabelNamesRequest) Size() (n int) { n += 1 + l + sovRpc(uint64(l)) } } + if len(m.WithoutReplicaLabels) > 0 { + for _, s := range m.WithoutReplicaLabels { + l = len(s) + n += 1 + l + sovRpc(uint64(l)) + } + } return n } @@ -2496,6 +2525,12 @@ func (m *LabelValuesRequest) Size() (n int) { n += 1 + l + sovRpc(uint64(l)) } } + if len(m.WithoutReplicaLabels) > 0 { + for _, s := range m.WithoutReplicaLabels { + l = len(s) + n += 1 + l + sovRpc(uint64(l)) + } + } return n } @@ -4285,6 +4320,38 @@ func (m *LabelNamesRequest) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 7: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WithoutReplicaLabels", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WithoutReplicaLabels = append(m.WithoutReplicaLabels, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRpc(dAtA[iNdEx:]) @@ -4664,6 +4731,38 @@ func (m *LabelValuesRequest) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WithoutReplicaLabels", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRpc + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthRpc + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthRpc + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WithoutReplicaLabels = append(m.WithoutReplicaLabels, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipRpc(dAtA[iNdEx:]) diff --git a/pkg/store/storepb/rpc.proto b/pkg/store/storepb/rpc.proto index 9e5ebaa693..2a9e9e3eaf 100644 --- a/pkg/store/storepb/rpc.proto +++ b/pkg/store/storepb/rpc.proto @@ -232,6 +232,9 @@ message LabelNamesRequest { google.protobuf.Any hints = 5; repeated LabelMatcher matchers = 6 [(gogoproto.nullable) = false]; + + // same as in series request. + repeated string without_replica_labels = 7; } message LabelNamesResponse { @@ -262,6 +265,9 @@ message LabelValuesRequest { google.protobuf.Any hints = 6; repeated LabelMatcher matchers = 7 [(gogoproto.nullable) = false]; + + // same as in series request. + repeated string without_replica_labels = 8; } message LabelValuesResponse { diff --git a/pkg/store/storepb/shard_info.go b/pkg/store/storepb/shard_info.go index e69617dd2f..28d559b49a 100644 --- a/pkg/store/storepb/shard_info.go +++ b/pkg/store/storepb/shard_info.go @@ -29,6 +29,9 @@ func (s *ShardMatcher) IsSharded() bool { } func (s *ShardMatcher) Close() { + if s == nil { + return + } if s.buffers != nil { s.buffers.Put(s.buf) } diff --git a/pkg/store/storepb/testutil/client.go b/pkg/store/storepb/testutil/client.go index b6916005a3..90874842d6 100644 --- a/pkg/store/storepb/testutil/client.go +++ b/pkg/store/storepb/testutil/client.go @@ -5,6 +5,8 @@ package storetestutil import ( "github.com/prometheus/prometheus/model/labels" + + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/store/storepb" ) @@ -18,10 +20,12 @@ type TestClient struct { Shardable bool WithoutReplicaLabelsEnabled bool IsLocalStore bool + StoreTSDBInfos []infopb.TSDBInfo } func (c TestClient) LabelSets() []labels.Labels { return c.ExtLset } func (c TestClient) TimeRange() (mint, maxt int64) { return c.MinTime, c.MaxTime } +func (c TestClient) TSDBInfos() []infopb.TSDBInfo { return c.StoreTSDBInfos } func (c TestClient) SupportsSharding() bool { return c.Shardable } func (c TestClient) SupportsWithoutReplicaLabels() bool { return c.WithoutReplicaLabelsEnabled } func (c TestClient) String() string { return c.Name } diff --git a/pkg/store/storepb/testutil/series.go b/pkg/store/storepb/testutil/series.go index aa70498aea..d7d719e281 100644 --- a/pkg/store/storepb/testutil/series.go +++ b/pkg/store/storepb/testutil/series.go @@ -17,7 +17,9 @@ import ( "github.com/cespare/xxhash" "github.com/efficientgo/core/testutil" + "github.com/go-kit/log" "github.com/gogo/protobuf/types" + "github.com/oklog/ulid" "github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/storage" @@ -38,9 +40,9 @@ const ( LabelLongSuffix = "aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd" ) -func allPostings(t testing.TB, ix tsdb.IndexReader) index.Postings { +func allPostings(ctx context.Context, t testing.TB, ix tsdb.IndexReader) index.Postings { k, v := index.AllPostingsKey() - p, err := ix.Postings(k, v) + p, err := ix.Postings(ctx, k, v) testutil.Ok(t, err) return p } @@ -58,6 +60,20 @@ type HeadGenOptions struct { Random *rand.Rand } +func CreateBlockFromHead(t testing.TB, dir string, head *tsdb.Head) ulid.ULID { + compactor, err := tsdb.NewLeveledCompactor(context.Background(), nil, log.NewNopLogger(), []int64{1000000}, nil, nil) + testutil.Ok(t, err) + + testutil.Ok(t, os.MkdirAll(dir, 0777)) + + // Add +1 millisecond to block maxt because block intervals are half-open: [b.MinTime, b.MaxTime). + // Because of this block intervals are always +1 than the total samples it includes. + ulids, err := compactor.Write(dir, head, head.MinTime(), head.MaxTime()+1, nil) + testutil.Ok(t, err) + testutil.Assert(t, len(ulids) > 0) + return ulids[0] +} + // CreateHeadWithSeries returns head filled with given samples and same series returned in separate list for assertion purposes. // Returned series list has "ext1"="1" prepended. Each series looks as follows: // {foo=bar,i=000001aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd} where number indicate sample number from 0. @@ -85,7 +101,7 @@ func CreateHeadWithSeries(t testing.TB, j int, opts HeadGenOptions) (*tsdb.Head, var w *wlog.WL var err error if opts.WithWAL { - w, err = wlog.New(nil, nil, filepath.Join(opts.TSDBDir, "wal"), true) + w, err = wlog.New(nil, nil, filepath.Join(opts.TSDBDir, "wal"), wlog.ParseCompressionType(true, string(wlog.CompressionSnappy))) testutil.Ok(t, err) } else { testutil.Ok(t, os.MkdirAll(filepath.Join(opts.TSDBDir, "wal"), os.ModePerm)) @@ -105,6 +121,8 @@ func CreateHeadWithSeries(t testing.TB, j int, opts HeadGenOptions) (*tsdb.Head, appendFloatSamples(t, app, tsLabel, opts) case chunkenc.ValHistogram: appendHistogramSamples(t, app, tsLabel, opts) + case chunkenc.ValFloatHistogram: + appendFloatHistogramSamples(t, app, tsLabel, opts) } } testutil.Ok(t, app.Commit()) @@ -123,25 +141,25 @@ func ReadSeriesFromBlock(t testing.TB, h tsdb.BlockReader, extLabels labels.Labe defer func() { testutil.Ok(t, ir.Close()) }() var ( - lset labels.Labels chunkMetas []chunks.Meta expected = make([]*storepb.Series, 0) ) var builder labels.ScratchBuilder - all := allPostings(t, ir) + all := allPostings(context.TODO(), t, ir) for all.Next() { testutil.Ok(t, ir.Series(all.At(), &builder, &chunkMetas)) - lset = builder.Labels() - expected = append(expected, &storepb.Series{Labels: labelpb.ZLabelsFromPromLabels(append(extLabels.Copy(), lset...))}) + lset := labelpb.ExtendSortedLabels(builder.Labels(), extLabels) + expected = append(expected, &storepb.Series{Labels: labelpb.ZLabelsFromPromLabels(lset)}) if skipChunks { continue } for _, c := range chunkMetas { - chEnc, err := chks.Chunk(c) + // Ignore iterable as it happens in OOOHead only. + chEnc, _, err := chks.ChunkOrIterable(c) testutil.Ok(t, err) // Open Chunk. @@ -167,14 +185,14 @@ func ReadSeriesFromBlock(t testing.TB, h tsdb.BlockReader, extLabels labels.Labe func appendFloatSamples(t testing.TB, app storage.Appender, tsLabel int, opts HeadGenOptions) { ref, err := app.Append( 0, - labels.FromStrings("foo", "bar", "i", fmt.Sprintf("%07d%s", tsLabel, LabelLongSuffix)), + labels.FromStrings("foo", "bar", "i", fmt.Sprintf("%07d%s", tsLabel, LabelLongSuffix), "j", fmt.Sprintf("%v", tsLabel)), int64(tsLabel)*opts.ScrapeInterval.Milliseconds(), opts.Random.Float64(), ) testutil.Ok(t, err) for is := 1; is < opts.SamplesPerSeries; is++ { - _, err := app.Append(ref, nil, int64(tsLabel+is)*opts.ScrapeInterval.Milliseconds(), opts.Random.Float64()) + _, err := app.Append(ref, labels.EmptyLabels(), int64(tsLabel+is)*opts.ScrapeInterval.Milliseconds(), opts.Random.Float64()) testutil.Ok(t, err) } } @@ -182,7 +200,7 @@ func appendFloatSamples(t testing.TB, app storage.Appender, tsLabel int, opts He func appendHistogramSamples(t testing.TB, app storage.Appender, tsLabel int, opts HeadGenOptions) { sample := &histogram.Histogram{ Schema: 0, - Count: 9, + Count: 20, Sum: -3.1415, ZeroCount: 12, ZeroThreshold: 0.001, @@ -195,7 +213,7 @@ func appendHistogramSamples(t testing.TB, app storage.Appender, tsLabel int, opt ref, err := app.AppendHistogram( 0, - labels.FromStrings("foo", "bar", "i", fmt.Sprintf("%07d%s", tsLabel, LabelLongSuffix)), + labels.FromStrings("foo", "bar", "i", fmt.Sprintf("%07d%s", tsLabel, LabelLongSuffix), "j", fmt.Sprintf("%v", tsLabel)), int64(tsLabel)*opts.ScrapeInterval.Milliseconds(), sample, nil, @@ -203,7 +221,40 @@ func appendHistogramSamples(t testing.TB, app storage.Appender, tsLabel int, opt testutil.Ok(t, err) for is := 1; is < opts.SamplesPerSeries; is++ { - _, err := app.AppendHistogram(ref, nil, int64(tsLabel+is)*opts.ScrapeInterval.Milliseconds(), sample, nil) + _, err := app.AppendHistogram(ref, labels.EmptyLabels(), int64(tsLabel+is)*opts.ScrapeInterval.Milliseconds(), sample, nil) + testutil.Ok(t, err) + } +} + +func appendFloatHistogramSamples(t testing.TB, app storage.Appender, tsLabel int, opts HeadGenOptions) { + sample := &histogram.FloatHistogram{ + ZeroThreshold: 0.01, + ZeroCount: 5.5, + Count: 15, + Sum: 11.5, + PositiveSpans: []histogram.Span{ + {Offset: -2, Length: 2}, + {Offset: 1, Length: 3}, + }, + PositiveBuckets: []float64{0.5, 0, 1.5, 2, 3.5}, + NegativeSpans: []histogram.Span{ + {Offset: 3, Length: 2}, + {Offset: 3, Length: 2}, + }, + NegativeBuckets: []float64{1.5, 0.5, 2.5, 3}, + } + + ref, err := app.AppendHistogram( + 0, + labels.FromStrings("foo", "bar", "i", fmt.Sprintf("%07d%s", tsLabel, LabelLongSuffix), "j", fmt.Sprintf("%v", tsLabel)), + int64(tsLabel)*opts.ScrapeInterval.Milliseconds(), + nil, + sample, + ) + testutil.Ok(t, err) + + for is := 1; is < opts.SamplesPerSeries; is++ { + _, err := app.AppendHistogram(ref, labels.EmptyLabels(), int64(tsLabel+is)*opts.ScrapeInterval.Milliseconds(), nil, sample) testutil.Ok(t, err) } } @@ -287,6 +338,7 @@ type SeriesCase struct { ExpectedSeries []*storepb.Series ExpectedWarnings []string ExpectedHints []hintspb.SeriesResponseHints + HintsCompareFunc func(t testutil.TB, expected, actual hintspb.SeriesResponseHints) } // TestServerSeries runs tests against given cases. @@ -334,7 +386,14 @@ func TestServerSeries(t testutil.TB, store storepb.StoreServer, cases ...*Series testutil.Ok(t, types.UnmarshalAny(anyHints, &hints)) actualHints = append(actualHints, hints) } - testutil.Equals(t, c.ExpectedHints, actualHints) + testutil.Equals(t, len(c.ExpectedHints), len(actualHints)) + for i, hint := range actualHints { + if c.HintsCompareFunc == nil { + testutil.Equals(t, c.ExpectedHints[i], hint) + } else { + c.HintsCompareFunc(t, c.ExpectedHints[i], hint) + } + } } } }) diff --git a/pkg/store/storepb/testutil/store_series_client.go b/pkg/store/storepb/testutil/store_series_client.go new file mode 100644 index 0000000000..3647901500 --- /dev/null +++ b/pkg/store/storepb/testutil/store_series_client.go @@ -0,0 +1,51 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package storetestutil + +import ( + "context" + "io" + "time" + + "github.com/thanos-io/thanos/pkg/store/storepb" +) + +// StoreSeriesClient is test gRPC storeAPI series client. +type StoreSeriesClient struct { + // This field just exist to pseudo-implement the unused methods of the interface. + storepb.Store_SeriesClient + Ctx context.Context + i int + RespSet []*storepb.SeriesResponse + RespDur time.Duration + SlowSeriesIndex int + + InjectedError error + InjectedErrorIndex int +} + +func (c *StoreSeriesClient) Recv() (*storepb.SeriesResponse, error) { + if c.RespDur != 0 && (c.SlowSeriesIndex == c.i || c.SlowSeriesIndex == 0) { + select { + case <-time.After(c.RespDur): + case <-c.Ctx.Done(): + return nil, c.Ctx.Err() + } + } + if c.InjectedError != nil && (c.InjectedErrorIndex == c.i || c.InjectedErrorIndex == 0) { + return nil, c.InjectedError + } + + if c.i >= len(c.RespSet) { + return nil, io.EOF + } + s := c.RespSet[c.i] + c.i++ + + return s, nil +} + +func (c *StoreSeriesClient) Context() context.Context { + return c.Ctx +} diff --git a/pkg/store/storepb/types.pb.go b/pkg/store/storepb/types.pb.go index a87a135ba0..401dcad2dc 100644 --- a/pkg/store/storepb/types.pb.go +++ b/pkg/store/storepb/types.pb.go @@ -63,18 +63,21 @@ func (PartialResponseStrategy) EnumDescriptor() ([]byte, []int) { type Chunk_Encoding int32 const ( - Chunk_XOR Chunk_Encoding = 0 - Chunk_HISTOGRAM Chunk_Encoding = 1 + Chunk_XOR Chunk_Encoding = 0 + Chunk_HISTOGRAM Chunk_Encoding = 1 + Chunk_FLOAT_HISTOGRAM Chunk_Encoding = 2 ) var Chunk_Encoding_name = map[int32]string{ 0: "XOR", 1: "HISTOGRAM", + 2: "FLOAT_HISTOGRAM", } var Chunk_Encoding_value = map[string]int32{ - "XOR": 0, - "HISTOGRAM": 1, + "XOR": 0, + "HISTOGRAM": 1, + "FLOAT_HISTOGRAM": 2, } func (x Chunk_Encoding) String() string { @@ -290,42 +293,43 @@ func init() { func init() { proto.RegisterFile("store/storepb/types.proto", fileDescriptor_121fba57de02d8e0) } var fileDescriptor_121fba57de02d8e0 = []byte{ - // 553 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x93, 0xcf, 0x6e, 0xd3, 0x4e, - 0x10, 0xc7, 0xbd, 0xb6, 0xe3, 0x24, 0xf3, 0x6b, 0x7f, 0x32, 0xab, 0x0a, 0xdc, 0x1e, 0x9c, 0xc8, - 0x08, 0x11, 0x55, 0xaa, 0x2d, 0x15, 0x8e, 0x5c, 0x12, 0x14, 0x01, 0x12, 0x6d, 0xe8, 0x26, 0x12, - 0xa8, 0x17, 0xb4, 0x71, 0x57, 0xb6, 0xd5, 0xf8, 0x8f, 0xbc, 0x6b, 0x48, 0x1e, 0x80, 0x3b, 0x88, - 0x3b, 0xcf, 0x93, 0x63, 0x8f, 0x88, 0x43, 0x04, 0xc9, 0x8b, 0x20, 0xaf, 0x1d, 0x20, 0x52, 0x2e, - 0xd6, 0x78, 0x3e, 0xdf, 0x99, 0xd9, 0x99, 0x9d, 0x85, 0x63, 0x2e, 0xd2, 0x9c, 0x79, 0xf2, 0x9b, - 0x4d, 0x3d, 0xb1, 0xc8, 0x18, 0x77, 0xb3, 0x3c, 0x15, 0x29, 0x36, 0x44, 0x48, 0x93, 0x94, 0x9f, - 0x1c, 0x05, 0x69, 0x90, 0x4a, 0x97, 0x57, 0x5a, 0x15, 0x3d, 0xa9, 0x03, 0x67, 0x74, 0xca, 0x66, - 0xbb, 0x81, 0xce, 0x27, 0x04, 0x8d, 0xe7, 0x61, 0x91, 0xdc, 0xe2, 0x53, 0xd0, 0x4b, 0x60, 0xa1, - 0x2e, 0xea, 0xfd, 0x7f, 0x7e, 0xdf, 0xad, 0x32, 0xba, 0x12, 0xba, 0xc3, 0xc4, 0x4f, 0x6f, 0xa2, - 0x24, 0x20, 0x52, 0x83, 0x31, 0xe8, 0x37, 0x54, 0x50, 0x4b, 0xed, 0xa2, 0xde, 0x01, 0x91, 0x36, - 0xb6, 0x40, 0x0f, 0x29, 0x0f, 0x2d, 0xad, 0x8b, 0x7a, 0xfa, 0x40, 0x5f, 0xae, 0x3a, 0x88, 0x48, - 0x8f, 0xe3, 0x40, 0x6b, 0x1b, 0x8f, 0x9b, 0xa0, 0xbd, 0x1b, 0x11, 0x53, 0xc1, 0x87, 0xd0, 0x7e, - 0xf9, 0x6a, 0x3c, 0x19, 0xbd, 0x20, 0xfd, 0x0b, 0x13, 0x39, 0xdf, 0x10, 0x18, 0x63, 0x96, 0x47, - 0x8c, 0x63, 0x1f, 0x0c, 0x79, 0x52, 0x6e, 0xa1, 0xae, 0xd6, 0xfb, 0xef, 0xfc, 0x70, 0x7b, 0x94, - 0xd7, 0xa5, 0x77, 0xf0, 0x6c, 0xb9, 0xea, 0x28, 0x3f, 0x56, 0x9d, 0xa7, 0x41, 0x24, 0xc2, 0x62, - 0xea, 0xfa, 0x69, 0xec, 0x55, 0x82, 0xb3, 0x28, 0xad, 0x2d, 0x2f, 0xbb, 0x0d, 0xbc, 0x9d, 0xa6, - 0xdd, 0x6b, 0x19, 0x4d, 0xea, 0xd4, 0xd8, 0x03, 0xc3, 0x2f, 0x3b, 0xe3, 0x96, 0x2a, 0x8b, 0xdc, - 0xdb, 0x16, 0xe9, 0x07, 0x41, 0x2e, 0x7b, 0x96, 0x2d, 0x28, 0xa4, 0x96, 0x39, 0x5f, 0x55, 0x68, - 0xff, 0x61, 0xf8, 0x18, 0x5a, 0x71, 0x94, 0xbc, 0x17, 0x51, 0x5c, 0x0d, 0x4c, 0x23, 0xcd, 0x38, - 0x4a, 0x26, 0x51, 0xcc, 0x24, 0xa2, 0xf3, 0x0a, 0xa9, 0x35, 0xa2, 0x73, 0x89, 0x3a, 0xa0, 0xe5, - 0xf4, 0xa3, 0x9c, 0xd0, 0x3f, 0x6d, 0xc9, 0x8c, 0xa4, 0x24, 0xf8, 0x21, 0x34, 0xfc, 0xb4, 0x48, - 0x84, 0xa5, 0xef, 0x93, 0x54, 0xac, 0xcc, 0xc2, 0x8b, 0xd8, 0x6a, 0xec, 0xcd, 0xc2, 0x8b, 0xb8, - 0x14, 0xc4, 0x51, 0x62, 0x19, 0x7b, 0x05, 0x71, 0x94, 0x48, 0x01, 0x9d, 0x5b, 0xcd, 0xfd, 0x02, - 0x3a, 0xc7, 0x8f, 0xa1, 0x29, 0x6b, 0xb1, 0xdc, 0x6a, 0xed, 0x13, 0x6d, 0xa9, 0xf3, 0x05, 0xc1, - 0x81, 0x1c, 0xec, 0x05, 0x15, 0x7e, 0xc8, 0x72, 0x7c, 0xb6, 0xb3, 0x45, 0xc7, 0x3b, 0x57, 0x57, - 0x6b, 0xdc, 0xc9, 0x22, 0x63, 0x7f, 0x17, 0x29, 0xa1, 0xf5, 0xa0, 0xda, 0x44, 0xda, 0xf8, 0x08, - 0x1a, 0x1f, 0xe8, 0xac, 0x60, 0x72, 0x4e, 0x6d, 0x52, 0xfd, 0x38, 0x3d, 0xd0, 0xcb, 0x38, 0x6c, - 0x80, 0x3a, 0xbc, 0x32, 0x95, 0x72, 0x91, 0x2e, 0x87, 0x57, 0x26, 0x2a, 0x1d, 0x64, 0x68, 0xaa, - 0xd2, 0x41, 0x86, 0xa6, 0x76, 0xea, 0xc2, 0x83, 0x37, 0x34, 0x17, 0x11, 0x9d, 0x11, 0xc6, 0xb3, - 0x34, 0xe1, 0x6c, 0x2c, 0x72, 0x2a, 0x58, 0xb0, 0xc0, 0x2d, 0xd0, 0xdf, 0xf6, 0xc9, 0xa5, 0xa9, - 0xe0, 0x36, 0x34, 0xfa, 0x83, 0x11, 0x99, 0x98, 0x68, 0xf0, 0x68, 0xf9, 0xcb, 0x56, 0x96, 0x6b, - 0x1b, 0xdd, 0xad, 0x6d, 0xf4, 0x73, 0x6d, 0xa3, 0xcf, 0x1b, 0x5b, 0xb9, 0xdb, 0xd8, 0xca, 0xf7, - 0x8d, 0xad, 0x5c, 0x37, 0xeb, 0xe7, 0x36, 0x35, 0xe4, 0x83, 0x79, 0xf2, 0x3b, 0x00, 0x00, 0xff, - 0xff, 0x44, 0x9d, 0x95, 0xa2, 0x86, 0x03, 0x00, 0x00, + // 565 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0xf5, 0xda, 0x8e, 0x93, 0x0c, 0x2d, 0x98, 0xa5, 0x02, 0xb7, 0x07, 0x27, 0x32, 0x42, 0x44, + 0x95, 0x6a, 0x4b, 0x05, 0x89, 0x0b, 0x97, 0x04, 0x85, 0x0f, 0xa9, 0x6d, 0xe8, 0x26, 0x12, 0xa8, + 0x97, 0x6a, 0xe3, 0xae, 0x6c, 0xab, 0xf1, 0x87, 0xec, 0x35, 0x24, 0xff, 0x02, 0xc4, 0x8d, 0x03, + 0xbf, 0x27, 0xc7, 0x1e, 0x11, 0x87, 0x08, 0x92, 0x3f, 0x82, 0xbc, 0x76, 0x28, 0x91, 0x72, 0xb1, + 0xc6, 0xef, 0xbd, 0x99, 0xd9, 0x79, 0x3b, 0x0b, 0xfb, 0x19, 0x8f, 0x53, 0xe6, 0x88, 0x6f, 0x32, + 0x76, 0xf8, 0x2c, 0x61, 0x99, 0x9d, 0xa4, 0x31, 0x8f, 0xb1, 0xc6, 0x7d, 0x1a, 0xc5, 0xd9, 0xc1, + 0x9e, 0x17, 0x7b, 0xb1, 0x80, 0x9c, 0x22, 0x2a, 0xd9, 0x83, 0x2a, 0x71, 0x42, 0xc7, 0x6c, 0xb2, + 0x99, 0x68, 0x7d, 0x47, 0x50, 0x7b, 0xe5, 0xe7, 0xd1, 0x35, 0x3e, 0x04, 0xb5, 0x20, 0x0c, 0xd4, + 0x46, 0x9d, 0xbb, 0xc7, 0x0f, 0xed, 0xb2, 0xa2, 0x2d, 0x48, 0xbb, 0x1f, 0xb9, 0xf1, 0x55, 0x10, + 0x79, 0x44, 0x68, 0x30, 0x06, 0xf5, 0x8a, 0x72, 0x6a, 0xc8, 0x6d, 0xd4, 0xd9, 0x21, 0x22, 0xc6, + 0x06, 0xa8, 0x3e, 0xcd, 0x7c, 0x43, 0x69, 0xa3, 0x8e, 0xda, 0x53, 0xe7, 0x8b, 0x16, 0x22, 0x02, + 0xb1, 0x5e, 0x40, 0x63, 0x9d, 0x8f, 0xeb, 0xa0, 0x7c, 0x1c, 0x10, 0x5d, 0xc2, 0xbb, 0xd0, 0x7c, + 0xfb, 0x6e, 0x38, 0x1a, 0xbc, 0x21, 0xdd, 0x53, 0x1d, 0xe1, 0x07, 0x70, 0xef, 0xf5, 0xc9, 0xa0, + 0x3b, 0xba, 0xbc, 0x05, 0x65, 0xeb, 0x07, 0x02, 0x6d, 0xc8, 0xd2, 0x80, 0x65, 0xd8, 0x05, 0x4d, + 0x1c, 0x3f, 0x33, 0x50, 0x5b, 0xe9, 0xdc, 0x39, 0xde, 0x5d, 0x9f, 0xef, 0xa4, 0x40, 0x7b, 0x2f, + 0xe7, 0x8b, 0x96, 0xf4, 0x6b, 0xd1, 0x7a, 0xee, 0x05, 0xdc, 0xcf, 0xc7, 0xb6, 0x1b, 0x87, 0x4e, + 0x29, 0x38, 0x0a, 0xe2, 0x2a, 0x72, 0x92, 0x6b, 0xcf, 0xd9, 0x70, 0xc2, 0xbe, 0x10, 0xd9, 0xa4, + 0x2a, 0x8d, 0x1d, 0xd0, 0xdc, 0x62, 0xdc, 0xcc, 0x90, 0x45, 0x93, 0xfb, 0xeb, 0x26, 0x5d, 0xcf, + 0x4b, 0x85, 0x11, 0x62, 0x2e, 0x89, 0x54, 0x32, 0xeb, 0x9b, 0x0c, 0xcd, 0x7f, 0x1c, 0xde, 0x87, + 0x46, 0x18, 0x44, 0x97, 0x3c, 0x08, 0x4b, 0x17, 0x15, 0x52, 0x0f, 0x83, 0x68, 0x14, 0x84, 0x4c, + 0x50, 0x74, 0x5a, 0x52, 0x72, 0x45, 0xd1, 0xa9, 0xa0, 0x5a, 0xa0, 0xa4, 0xf4, 0xb3, 0xb0, 0xed, + 0xbf, 0xb1, 0x44, 0x45, 0x52, 0x30, 0xf8, 0x31, 0xd4, 0xdc, 0x38, 0x8f, 0xb8, 0xa1, 0x6e, 0x93, + 0x94, 0x5c, 0x51, 0x25, 0xcb, 0x43, 0xa3, 0xb6, 0xb5, 0x4a, 0x96, 0x87, 0x85, 0x20, 0x0c, 0x22, + 0x43, 0xdb, 0x2a, 0x08, 0x83, 0x48, 0x08, 0xe8, 0xd4, 0xa8, 0x6f, 0x17, 0xd0, 0x29, 0x7e, 0x0a, + 0x75, 0xd1, 0x8b, 0xa5, 0x46, 0x63, 0x9b, 0x68, 0xcd, 0x5a, 0x5f, 0x11, 0xec, 0x08, 0x63, 0x4f, + 0x29, 0x77, 0x7d, 0x96, 0xe2, 0xa3, 0x8d, 0xd5, 0xda, 0xdf, 0xb8, 0xba, 0x4a, 0x63, 0x8f, 0x66, + 0x09, 0xbb, 0xdd, 0xae, 0x88, 0x56, 0x46, 0x35, 0x89, 0x88, 0xf1, 0x1e, 0xd4, 0x3e, 0xd1, 0x49, + 0xce, 0x84, 0x4f, 0x4d, 0x52, 0xfe, 0x58, 0x1d, 0x50, 0x8b, 0x3c, 0xac, 0x81, 0xdc, 0x3f, 0xd7, + 0xa5, 0x62, 0xbb, 0xce, 0xfa, 0xe7, 0x3a, 0x2a, 0x00, 0xd2, 0xd7, 0x65, 0x01, 0x90, 0xbe, 0xae, + 0x1c, 0xda, 0xf0, 0xe8, 0x3d, 0x4d, 0x79, 0x40, 0x27, 0x84, 0x65, 0x49, 0x1c, 0x65, 0x6c, 0xc8, + 0x53, 0xca, 0x99, 0x37, 0xc3, 0x0d, 0x50, 0x3f, 0x74, 0xc9, 0x99, 0x2e, 0xe1, 0x26, 0xd4, 0xba, + 0xbd, 0x01, 0x19, 0xe9, 0xa8, 0xf7, 0x64, 0xfe, 0xc7, 0x94, 0xe6, 0x4b, 0x13, 0xdd, 0x2c, 0x4d, + 0xf4, 0x7b, 0x69, 0xa2, 0x2f, 0x2b, 0x53, 0xba, 0x59, 0x99, 0xd2, 0xcf, 0x95, 0x29, 0x5d, 0xd4, + 0xab, 0x37, 0x38, 0xd6, 0xc4, 0x2b, 0x7a, 0xf6, 0x37, 0x00, 0x00, 0xff, 0xff, 0x9e, 0x6d, 0x25, + 0xf3, 0x9b, 0x03, 0x00, 0x00, } func (m *Chunk) Marshal() (dAtA []byte, err error) { diff --git a/pkg/store/storepb/types.proto b/pkg/store/storepb/types.proto index 67c93fa52e..840d3c5188 100644 --- a/pkg/store/storepb/types.proto +++ b/pkg/store/storepb/types.proto @@ -24,6 +24,7 @@ message Chunk { enum Encoding { XOR = 0; HISTOGRAM = 1; + FLOAT_HISTOGRAM = 2; } Encoding type = 1; bytes data = 2; diff --git a/pkg/store/telemetry.go b/pkg/store/telemetry.go index 5a5167c937..cb6f9f0e66 100644 --- a/pkg/store/telemetry.go +++ b/pkg/store/telemetry.go @@ -4,6 +4,7 @@ package store import ( + "sort" "strconv" "github.com/prometheus/client_golang/prometheus" @@ -15,26 +16,60 @@ import ( // seriesStatsAggregator aggregates results from fanned-out queries into a histogram given their // response's shape. type seriesStatsAggregator struct { - queryDuration *prometheus.HistogramVec + queryDuration *prometheus.HistogramVec + seriesLeBuckets []float64 + samplesLeBuckets []float64 + tenant string - seriesLeBuckets []int64 - samplesLeBuckets []int64 - seriesStats storepb.SeriesStatsCounter + seriesStats storepb.SeriesStatsCounter +} + +type seriesStatsAggregatorFactory struct { + queryDuration *prometheus.HistogramVec + seriesLeBuckets []float64 + samplesLeBuckets []float64 +} + +func (f *seriesStatsAggregatorFactory) NewAggregator(tenant string) SeriesQueryPerformanceMetricsAggregator { + return &seriesStatsAggregator{ + queryDuration: f.queryDuration, + seriesLeBuckets: f.seriesLeBuckets, + samplesLeBuckets: f.samplesLeBuckets, + tenant: tenant, + seriesStats: storepb.SeriesStatsCounter{}, + } +} + +func NewSeriesStatsAggregatorFactory( + reg prometheus.Registerer, + durationQuantiles []float64, + sampleQuantiles []float64, + seriesQuantiles []float64, +) *seriesStatsAggregatorFactory { + return &seriesStatsAggregatorFactory{ + queryDuration: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ + Name: "thanos_store_api_query_duration_seconds", + Help: "Duration of the Thanos Store API select phase for a query.", + Buckets: durationQuantiles, + }, []string{"series_le", "samples_le", "tenant"}), + seriesLeBuckets: seriesQuantiles, + samplesLeBuckets: sampleQuantiles, + } } // NewSeriesStatsAggregator is a constructor for seriesStatsAggregator. func NewSeriesStatsAggregator( reg prometheus.Registerer, durationQuantiles []float64, - sampleQuantiles []int64, - seriesQuantiles []int64, + sampleQuantiles []float64, + seriesQuantiles []float64, ) *seriesStatsAggregator { return &seriesStatsAggregator{ queryDuration: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{ Name: "thanos_store_api_query_duration_seconds", Help: "Duration of the Thanos Store API select phase for a query.", Buckets: durationQuantiles, - }, []string{"series_le", "samples_le"}), + }, []string{"series_le", "samples_le", "tenant"}), seriesLeBuckets: seriesQuantiles, samplesLeBuckets: sampleQuantiles, seriesStats: storepb.SeriesStatsCounter{}, @@ -54,11 +89,12 @@ func (s *seriesStatsAggregator) Observe(duration float64) { return } // Bucket matching for series/labels matchSeriesBucket/matchSamplesBucket => float64, float64 - seriesLeBucket := s.findBucket(float64(s.seriesStats.Series), s.seriesLeBuckets) - samplesLeBucket := s.findBucket(float64(s.seriesStats.Samples), s.samplesLeBuckets) + seriesLeBucket := findBucket(float64(s.seriesStats.Series), s.seriesLeBuckets) + samplesLeBucket := findBucket(float64(s.seriesStats.Samples), s.samplesLeBuckets) s.queryDuration.With(prometheus.Labels{ - "series_le": strconv.Itoa(int(seriesLeBucket)), - "samples_le": strconv.Itoa(int(samplesLeBucket)), + "series_le": seriesLeBucket, + "samples_le": samplesLeBucket, + "tenant": s.tenant, }).Observe(duration) s.reset() } @@ -67,18 +103,27 @@ func (s *seriesStatsAggregator) reset() { s.seriesStats = storepb.SeriesStatsCounter{} } -func (s *seriesStatsAggregator) findBucket(value float64, quantiles []int64) int64 { +func findBucket(value float64, quantiles []float64) string { if len(quantiles) == 0 { - return 0 + return "+Inf" } - var foundBucket int64 - for _, bucket := range quantiles { - foundBucket = bucket - if value < float64(bucket) { - break - } + + // If the value is bigger than the largest bucket we return +Inf + if value >= float64(quantiles[len(quantiles)-1]) { + return "+Inf" } - return foundBucket + + // SearchFloats64s gets the appropriate index in the quantiles array based on the value + return strconv.FormatFloat(quantiles[sort.SearchFloat64s(quantiles, value)], 'f', -1, 64) +} + +type SeriesQueryPerformanceMetricsAggregatorFactory interface { + NewAggregator(tenant string) SeriesQueryPerformanceMetricsAggregator +} + +type SeriesQueryPerformanceMetricsAggregator interface { + Aggregate(seriesStats storepb.SeriesStatsCounter) + Observe(duration float64) } // NoopSeriesStatsAggregator is a query performance series aggregator that does nothing. @@ -88,6 +133,13 @@ func (s *NoopSeriesStatsAggregator) Aggregate(_ storepb.SeriesStatsCounter) {} func (s *NoopSeriesStatsAggregator) Observe(_ float64) {} +// NoopSeriesStatsAggregatorFactory is a query performance series aggregator factory that does nothing. +type NoopSeriesStatsAggregatorFactory struct{} + +func (s *NoopSeriesStatsAggregatorFactory) NewAggregator(tenant string) SeriesQueryPerformanceMetricsAggregator { + return &NoopSeriesStatsAggregator{} +} + // instrumentedStoreServer is a storepb.StoreServer that exposes metrics about Series requests. type instrumentedStoreServer struct { storepb.StoreServer diff --git a/pkg/store/tsdb.go b/pkg/store/tsdb.go index 83d8972510..b19c131b54 100644 --- a/pkg/store/tsdb.go +++ b/pkg/store/tsdb.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc/status" "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/info/infopb" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" @@ -40,9 +41,11 @@ type TSDBStore struct { logger log.Logger db TSDBReader component component.StoreAPI - extLset labels.Labels buffers sync.Pool maxBytesPerFrame int + + extLset labels.Labels + mtx sync.RWMutex } func RegisterWritableStoreServer(storeSrv storepb.WriteableStoreServer) func(*grpc.Server) { @@ -76,6 +79,20 @@ func NewTSDBStore(logger log.Logger, db TSDBReader, component component.StoreAPI } } +func (s *TSDBStore) SetExtLset(extLset labels.Labels) { + s.mtx.Lock() + defer s.mtx.Unlock() + + s.extLset = extLset +} + +func (s *TSDBStore) getExtLset() labels.Labels { + s.mtx.RLock() + defer s.mtx.RUnlock() + + return s.extLset +} + // Info returns store information about the Prometheus instance. func (s *TSDBStore) Info(_ context.Context, _ *storepb.InfoRequest) (*storepb.InfoResponse, error) { minTime, err := s.db.StartTime() @@ -84,7 +101,7 @@ func (s *TSDBStore) Info(_ context.Context, _ *storepb.InfoRequest) (*storepb.In } res := &storepb.InfoResponse{ - Labels: labelpb.ZLabelsFromPromLabels(s.extLset), + Labels: labelpb.ZLabelsFromPromLabels(s.getExtLset()), StoreType: s.component.ToProto(), MinTime: minTime, MaxTime: math.MaxInt64, @@ -102,7 +119,7 @@ func (s *TSDBStore) Info(_ context.Context, _ *storepb.InfoRequest) (*storepb.In } func (s *TSDBStore) LabelSet() []labelpb.ZLabelSet { - labels := labelpb.ZLabelsFromPromLabels(s.extLset) + labels := labelpb.ZLabelsFromPromLabels(s.getExtLset()) labelSets := []labelpb.ZLabelSet{} if len(labels) > 0 { labelSets = append(labelSets, labelpb.ZLabelSet{ @@ -113,6 +130,24 @@ func (s *TSDBStore) LabelSet() []labelpb.ZLabelSet { return labelSets } +func (p *TSDBStore) TSDBInfos() []infopb.TSDBInfo { + labels := p.LabelSet() + if len(labels) == 0 { + return []infopb.TSDBInfo{} + } + + mint, maxt := p.TimeRange() + return []infopb.TSDBInfo{ + { + Labels: labelpb.ZLabelSet{ + Labels: labels[0].Labels, + }, + MinTime: mint, + MaxTime: maxt, + }, + } +} + func (s *TSDBStore) TimeRange() (int64, int64) { var minTime int64 = math.MinInt64 startTime, err := s.db.StartTime() @@ -131,10 +166,37 @@ type CloseDelegator interface { Delegate(io.Closer) } +type noopUpstream struct { + ctx context.Context + storepb.Store_SeriesServer +} + +func (n *noopUpstream) Context() context.Context { + return n.ctx +} + +func (s *TSDBStore) SeriesLocal(ctx context.Context, r *storepb.SeriesRequest) ([]*storepb.Series, error) { + srv := newFlushableServer(&noopUpstream{ctx: ctx}, sortingStrategyStoreSendNoop) + if err := s.Series(r, srv); err != nil { + return nil, err + } + + rs := srv.(*resortingServer) + + return rs.series, nil +} + // Series returns all series for a requested time range and label matcher. The returned data may // exceed the requested time bounds. -func (s *TSDBStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesServer) error { - match, matchers, err := matchesExternalLabels(r.Matchers, s.extLset) +func (s *TSDBStore) Series(r *storepb.SeriesRequest, seriesSrv storepb.Store_SeriesServer) error { + var srv flushableServer + if fs, ok := seriesSrv.(flushableServer); !ok { + srv = newFlushableServer(seriesSrv, sortingStrategyStore) + } else { + srv = fs + } + + match, matchers, err := matchesExternalLabels(r.Matchers, s.getExtLset()) if err != nil { return status.Error(codes.InvalidArgument, err.Error()) } @@ -147,7 +209,7 @@ func (s *TSDBStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesSer return status.Error(codes.InvalidArgument, errors.New("no matchers specified (excluding external labels)").Error()) } - q, err := s.db.ChunkQuerier(context.Background(), r.MinTime, r.MaxTime) + q, err := s.db.ChunkQuerier(r.MinTime, r.MaxTime) if err != nil { return status.Error(codes.Internal, err.Error()) } @@ -158,7 +220,7 @@ func (s *TSDBStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesSer defer runutil.CloseWithLogOnErr(s.logger, q, "close tsdb chunk querier series") } - set := q.Select(true, nil, matchers...) + set := q.Select(srv.Context(), true, nil, matchers...) shardMatcher := r.ShardInfo.Matcher(&s.buffers) defer shardMatcher.Close() @@ -169,8 +231,8 @@ func (s *TSDBStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesSer for _, lbl := range r.WithoutReplicaLabels { extLsetToRemove[lbl] = struct{}{} } - finalExtLset := rmLabels(s.extLset.Copy(), extLsetToRemove) + // Stream at most one series per frame; series may be split over multiple frames according to maxBytesInFrame. for set.Next() { series := set.At() @@ -244,14 +306,14 @@ func (s *TSDBStore) Series(r *storepb.SeriesRequest, srv storepb.Store_SeriesSer return status.Error(codes.Aborted, err.Error()) } } - return nil + return srv.Flush() } // LabelNames returns all known label names constrained with the given matchers. func (s *TSDBStore) LabelNames(ctx context.Context, r *storepb.LabelNamesRequest) ( *storepb.LabelNamesResponse, error, ) { - match, matchers, err := matchesExternalLabels(r.Matchers, s.extLset) + match, matchers, err := matchesExternalLabels(r.Matchers, s.getExtLset()) if err != nil { return nil, status.Error(codes.InvalidArgument, err.Error()) } @@ -260,21 +322,27 @@ func (s *TSDBStore) LabelNames(ctx context.Context, r *storepb.LabelNamesRequest return &storepb.LabelNamesResponse{Names: nil}, nil } - q, err := s.db.ChunkQuerier(ctx, r.Start, r.End) + q, err := s.db.ChunkQuerier(r.Start, r.End) if err != nil { return nil, status.Error(codes.Internal, err.Error()) } defer runutil.CloseWithLogOnErr(s.logger, q, "close tsdb querier label names") - res, _, err := q.LabelNames(matchers...) + res, _, err := q.LabelNames(ctx, nil, matchers...) if err != nil { return nil, status.Error(codes.Internal, err.Error()) } + extLsetToRemove := map[string]struct{}{} + for _, lbl := range r.WithoutReplicaLabels { + extLsetToRemove[lbl] = struct{}{} + } if len(res) > 0 { - for _, lbl := range s.extLset { - res = append(res, lbl.Name) - } + s.getExtLset().Range(func(l labels.Label) { + if _, ok := extLsetToRemove[l.Name]; !ok { + res = append(res, l.Name) + } + }) sort.Strings(res) } @@ -298,26 +366,46 @@ func (s *TSDBStore) LabelValues(ctx context.Context, r *storepb.LabelValuesReque return nil, status.Error(codes.InvalidArgument, "label name parameter cannot be empty") } - match, matchers, err := matchesExternalLabels(r.Matchers, s.extLset) + for i := range r.WithoutReplicaLabels { + if r.Label == r.WithoutReplicaLabels[i] { + return &storepb.LabelValuesResponse{}, nil + } + } + + match, matchers, err := matchesExternalLabels(r.Matchers, s.getExtLset()) if err != nil { return nil, status.Error(codes.InvalidArgument, err.Error()) } - if !match { - return &storepb.LabelValuesResponse{Values: nil}, nil - } - - if v := s.extLset.Get(r.Label); v != "" { - return &storepb.LabelValuesResponse{Values: []string{v}}, nil + return &storepb.LabelValuesResponse{}, nil } - q, err := s.db.ChunkQuerier(ctx, r.Start, r.End) + q, err := s.db.ChunkQuerier(r.Start, r.End) if err != nil { return nil, status.Error(codes.Internal, err.Error()) } defer runutil.CloseWithLogOnErr(s.logger, q, "close tsdb querier label values") - res, _, err := q.LabelValues(r.Label, matchers...) + // If we request label values for an external label while selecting an additional matcher for other label values + if val := s.getExtLset().Get(r.Label); val != "" { + if len(matchers) == 0 { + return &storepb.LabelValuesResponse{Values: []string{val}}, nil + } + + hints := &storage.SelectHints{ + Start: r.Start, + End: r.End, + Func: "series", + } + set := q.Select(ctx, false, hints, matchers...) + + for set.Next() { + return &storepb.LabelValuesResponse{Values: []string{val}}, nil + } + return &storepb.LabelValuesResponse{}, nil + } + + res, _, err := q.LabelValues(ctx, r.Label, nil, matchers...) if err != nil { return nil, status.Error(codes.Internal, err.Error()) } diff --git a/pkg/store/tsdb_selector.go b/pkg/store/tsdb_selector.go new file mode 100644 index 0000000000..463ab96b14 --- /dev/null +++ b/pkg/store/tsdb_selector.go @@ -0,0 +1,102 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "sort" + "strings" + + "github.com/prometheus/prometheus/model/labels" + "github.com/prometheus/prometheus/model/relabel" + "golang.org/x/exp/maps" + + "github.com/thanos-io/thanos/pkg/store/storepb" +) + +const reMatchEmpty = "^$" + +var DefaultSelector = noopSelector() + +type TSDBSelector struct { + relabelConfig []*relabel.Config +} + +func noopSelector() *TSDBSelector { + return NewTSDBSelector(nil) +} + +func NewTSDBSelector(relabelConfig []*relabel.Config) *TSDBSelector { + return &TSDBSelector{ + relabelConfig: relabelConfig, + } +} + +// MatchLabelSets returns true if the given label sets match the TSDBSelector. +// As a second parameter, it returns the matched label sets if they are a subset of the given input. +// Otherwise the second return value is nil. +func (sr *TSDBSelector) MatchLabelSets(labelSets ...labels.Labels) (bool, []labels.Labels) { + if sr.relabelConfig == nil || len(labelSets) == 0 { + return true, nil + } + matchedLabelSets := sr.runRelabelRules(labelSets) + return len(matchedLabelSets) > 0, matchedLabelSets +} + +func (sr *TSDBSelector) runRelabelRules(labelSets []labels.Labels) []labels.Labels { + result := make([]labels.Labels, 0) + for _, labelSet := range labelSets { + if _, keep := relabel.Process(labelSet, sr.relabelConfig...); !keep { + continue + } + + result = append(result, labelSet) + } + + return result +} + +// MatchersForLabelSets generates a list of label matchers for the given label sets. +func MatchersForLabelSets(labelSets []labels.Labels) []storepb.LabelMatcher { + var ( + // labelNameCounts tracks how many times a label name appears in the given label + // sets. This is used to make sure that an explicit empty value matcher is + // generated when a label name is missing from a label set. + labelNameCounts = make(map[string]int) + // labelNameValues contains an entry for each label name and label value + // combination that is present in the given label sets. This map is used to build + // out the label matchers. + labelNameValues = make(map[string]map[string]struct{}) + ) + for _, labelSet := range labelSets { + labelSet.Range(func(l labels.Label) { + if _, ok := labelNameValues[l.Name]; !ok { + labelNameValues[l.Name] = make(map[string]struct{}) + } + labelNameCounts[l.Name]++ + labelNameValues[l.Name][l.Value] = struct{}{} + }) + } + + // If a label name is missing from a label set, force an empty value matcher for + // that label name. + for labelName := range labelNameValues { + if labelNameCounts[labelName] < len(labelSets) { + labelNameValues[labelName][reMatchEmpty] = struct{}{} + } + } + + matchers := make([]storepb.LabelMatcher, 0, len(labelNameValues)) + for lblName, lblVals := range labelNameValues { + values := maps.Keys(lblVals) + sort.Strings(values) + matcher := storepb.LabelMatcher{ + Name: lblName, + Value: strings.Join(values, "|"), + Type: storepb.LabelMatcher_RE, + } + matchers = append(matchers, matcher) + } + + return matchers +} diff --git a/pkg/store/tsdb_selector_test.go b/pkg/store/tsdb_selector_test.go new file mode 100644 index 0000000000..745c4edb2e --- /dev/null +++ b/pkg/store/tsdb_selector_test.go @@ -0,0 +1,88 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package store + +import ( + "sort" + "testing" + + "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/model/labels" + + "github.com/thanos-io/thanos/pkg/store/storepb" +) + +func TestMatchersForLabelSets(t *testing.T) { + tests := []struct { + name string + labelSets []labels.Labels + want []storepb.LabelMatcher + }{ + { + name: "empty label sets", + labelSets: nil, + want: []storepb.LabelMatcher{}, + }, + { + name: "single label set with single label", + labelSets: []labels.Labels{ + labels.FromStrings("a", "1"), + }, + want: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: "1"}, + }, + }, + { + name: "multiple labels with same label name", + labelSets: []labels.Labels{ + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, + want: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: "1|2"}, + }, + }, + { + name: "multiple labels with different label name", + labelSets: []labels.Labels{ + labels.FromStrings("a", "1", "b", "2"), + }, + want: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: "1"}, + {Type: storepb.LabelMatcher_RE, Name: "b", Value: "2"}, + }, + }, + { + name: "multiple label sets with same label name", + labelSets: []labels.Labels{ + labels.FromStrings("a", "1"), + labels.FromStrings("a", "2"), + }, + want: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: "1|2"}, + }, + }, + { + name: "multiple label sets with different label name", + labelSets: []labels.Labels{ + labels.FromStrings("a", "1"), + labels.FromStrings("b", "2"), + }, + want: []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_RE, Name: "a", Value: "1|^$"}, + {Type: storepb.LabelMatcher_RE, Name: "b", Value: "2|^$"}, + }, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + matchers := MatchersForLabelSets(tt.labelSets) + sort.Slice(matchers, func(i, j int) bool { + return matchers[i].Name < matchers[j].Name + }) + + testutil.Equals(t, tt.want, matchers) + }) + } +} diff --git a/pkg/store/tsdb_test.go b/pkg/store/tsdb_test.go index 08d3c703aa..acd9daf02a 100644 --- a/pkg/store/tsdb_test.go +++ b/pkg/store/tsdb_test.go @@ -15,10 +15,10 @@ import ( "github.com/cespare/xxhash" "github.com/go-kit/log" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/component" "github.com/thanos-io/thanos/pkg/store/labelpb" "github.com/thanos-io/thanos/pkg/store/storepb" @@ -228,34 +228,6 @@ func TestTSDBStore_Series(t *testing.T) { } } -func TestTSDBStore_LabelAPIs(t *testing.T) { - t.Cleanup(func() { custom.TolerantVerifyLeak(t) }) - testLabelAPIs(t, func(extLset labels.Labels, appendFn func(app storage.Appender)) storepb.StoreServer { - db, err := e2eutil.NewTSDB() - testutil.Ok(t, err) - t.Cleanup(func() { testutil.Ok(t, db.Close()) }) - - tsdbStore := NewTSDBStore(nil, db, component.Rule, extLset) - - appendFn(db.Appender(context.Background())) - return tsdbStore - }) -} - -// Regression test for https://github.com/thanos-io/thanos/issues/1038. -func TestTSDBStore_Series_SplitSamplesIntoChunksWithMaxSizeOf120(t *testing.T) { - defer custom.TolerantVerifyLeak(t) - - db, err := e2eutil.NewTSDB() - defer func() { testutil.Ok(t, db.Close()) }() - testutil.Ok(t, err) - - testSeries_SplitSamplesIntoChunksWithMaxSizeOf120(t, db.Appender(context.Background()), func() storepb.StoreServer { - return NewTSDBStore(nil, db, component.Rule, labels.FromStrings("region", "eu-west")) - - }) -} - type delegatorServer struct { *storetestutil.SeriesServer @@ -285,7 +257,7 @@ func TestTSDBStore_SeriesAccessWithDelegateClosing(t *testing.T) { Random: random, SkipChunks: true, }) - _ = createBlockFromHead(t, tmpDir, head) + _ = storetestutil.CreateBlockFromHead(t, tmpDir, head) testutil.Ok(t, head.Close()) head, _ = storetestutil.CreateHeadWithSeries(t, 1, storetestutil.HeadGenOptions{ @@ -298,7 +270,7 @@ func TestTSDBStore_SeriesAccessWithDelegateClosing(t *testing.T) { }) testutil.Ok(t, head.Close()) - db, err := tsdb.OpenDBReadOnly(tmpDir, logger) + db, err := tsdb.OpenDBReadOnly(tmpDir, "", logger) testutil.Ok(t, err) dbToClose := make(chan *tsdb.DBReadOnly, 1) @@ -454,7 +426,7 @@ func TestTSDBStore_SeriesAccessWithoutDelegateClosing(t *testing.T) { Random: random, SkipChunks: true, }) - _ = createBlockFromHead(t, tmpDir, head) + _ = storetestutil.CreateBlockFromHead(t, tmpDir, head) testutil.Ok(t, head.Close()) head, _ = storetestutil.CreateHeadWithSeries(t, 1, storetestutil.HeadGenOptions{ @@ -467,7 +439,7 @@ func TestTSDBStore_SeriesAccessWithoutDelegateClosing(t *testing.T) { }) testutil.Ok(t, head.Close()) - db, err := tsdb.OpenDBReadOnly(tmpDir, logger) + db, err := tsdb.OpenDBReadOnly(tmpDir, "", logger) testutil.Ok(t, err) t.Cleanup(func() { if db != nil { @@ -594,11 +566,8 @@ func benchTSDBStoreSeries(t testutil.TB, totalSamples, totalSeries int) { resps[j] = append(resps[j], storepb.NewSeriesResponse(created[i])) } - _ = createBlockFromHead(t, tmpDir, head) - t.Cleanup(func() { - testutil.Ok(t, head.Close()) - }) - + _ = storetestutil.CreateBlockFromHead(t, tmpDir, head) + testutil.Ok(t, head.Close()) } head2, created := storetestutil.CreateHeadWithSeries(t, 3, storetestutil.HeadGenOptions{ @@ -608,15 +577,13 @@ func benchTSDBStoreSeries(t testutil.TB, totalSamples, totalSeries int) { WithWAL: true, Random: random, }) - t.Cleanup(func() { - testutil.Ok(t, head2.Close()) - }) + testutil.Ok(t, head2.Close()) for i := 0; i < len(created); i++ { resps[3] = append(resps[3], storepb.NewSeriesResponse(created[i])) } - db, err := tsdb.OpenDBReadOnly(tmpDir, logger) + db, err := tsdb.OpenDBReadOnly(tmpDir, "", logger) testutil.Ok(t, err) defer func() { testutil.Ok(t, db.Close()) }() @@ -630,7 +597,7 @@ func benchTSDBStoreSeries(t testutil.TB, totalSamples, totalSeries int) { // Add external labels & frame it. s := r.GetSeries() bytesLeftForChunks := store.maxBytesPerFrame - lbls := make([]labelpb.ZLabel, 0, len(s.Labels)+len(extLabels)) + lbls := make([]labelpb.ZLabel, 0, len(s.Labels)+extLabels.Len()) for _, l := range s.Labels { lbls = append(lbls, labelpb.ZLabel{ Name: l.Name, @@ -638,13 +605,13 @@ func benchTSDBStoreSeries(t testutil.TB, totalSamples, totalSeries int) { }) bytesLeftForChunks -= lbls[len(lbls)-1].Size() } - for _, l := range extLabels { + extLabels.Range(func(l labels.Label) { lbls = append(lbls, labelpb.ZLabel{ Name: l.Name, Value: l.Value, }) bytesLeftForChunks -= lbls[len(lbls)-1].Size() - } + }) sort.Slice(lbls, func(i, j int) bool { return lbls[i].Name < lbls[j].Name }) diff --git a/pkg/targets/prometheus_test.go b/pkg/targets/prometheus_test.go index a2f761441a..6121ecc791 100644 --- a/pkg/targets/prometheus_test.go +++ b/pkg/targets/prometheus_test.go @@ -11,13 +11,12 @@ import ( "testing" "time" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/gogo/protobuf/proto" "github.com/pkg/errors" "github.com/prometheus/prometheus/model/labels" - "github.com/prometheus/prometheus/storage" - - "github.com/efficientgo/core/testutil" + "github.com/prometheus/prometheus/util/annotations" "github.com/thanos-io/thanos/pkg/promclient" "github.com/thanos-io/thanos/pkg/runutil" "github.com/thanos-io/thanos/pkg/store/labelpb" @@ -46,18 +45,12 @@ scrape_configs: regex: '^.+:80$' action: drop `, e2eutil.PromAddrPlaceHolder)) - testutil.Ok(t, p.Start()) + logger := log.NewNopLogger() + testutil.Ok(t, p.Start(context.Background(), logger)) ctx, cancel := context.WithCancel(context.Background()) defer cancel() - upctx, upcancel := context.WithTimeout(ctx, 10*time.Second) - defer upcancel() - - logger := log.NewNopLogger() - err = p.WaitPrometheusUp(upctx, logger) - testutil.Ok(t, err) - u, err := url.Parse("http://" + p.Addr()) testutil.Ok(t, err) @@ -136,7 +129,7 @@ scrape_configs: targets, w, err := grpcClient.Targets(context.Background(), &targetspb.TargetsRequest{ State: tcase.requestedState, }) - testutil.Equals(t, storage.Warnings(nil), w) + testutil.Equals(t, annotations.Annotations(nil), w) if tcase.expectedErr != nil { testutil.NotOk(t, err) testutil.Equals(t, tcase.expectedErr.Error(), err.Error()) diff --git a/pkg/targets/targets.go b/pkg/targets/targets.go index 9a1b4016c3..8dfe9431f7 100644 --- a/pkg/targets/targets.go +++ b/pkg/targets/targets.go @@ -9,7 +9,8 @@ import ( "sync" "github.com/pkg/errors" - "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/util/annotations" + "github.com/thanos-io/thanos/pkg/store/storepb" "github.com/thanos-io/thanos/pkg/targets/targetspb" ) @@ -19,7 +20,7 @@ var _ UnaryClient = &GRPCClient{} // UnaryClient is gRPC targetspb.Targets client which expands streaming targets API. Useful for consumers that does not // support streaming. type UnaryClient interface { - Targets(ctx context.Context, req *targetspb.TargetsRequest) (*targetspb.TargetDiscovery, storage.Warnings, error) + Targets(ctx context.Context, req *targetspb.TargetsRequest) (*targetspb.TargetDiscovery, annotations.Annotations, error) } // GRPCClient allows to retrieve targets from local gRPC streaming server implementation. @@ -46,7 +47,7 @@ func NewGRPCClientWithDedup(ts targetspb.TargetsServer, replicaLabels []string) return c } -func (rr *GRPCClient) Targets(ctx context.Context, req *targetspb.TargetsRequest) (*targetspb.TargetDiscovery, storage.Warnings, error) { +func (rr *GRPCClient) Targets(ctx context.Context, req *targetspb.TargetsRequest) (*targetspb.TargetDiscovery, annotations.Annotations, error) { resp := &targetsServer{ctx: ctx, targets: &targetspb.TargetDiscovery{ ActiveTargets: make([]*targetspb.ActiveTarget, 0), DroppedTargets: make([]*targetspb.DroppedTarget, 0), @@ -184,7 +185,7 @@ type targetsServer struct { targetspb.Targets_TargetsServer ctx context.Context - warnings []error + warnings annotations.Annotations targets *targetspb.TargetDiscovery mu sync.Mutex } @@ -193,7 +194,7 @@ func (srv *targetsServer) Send(res *targetspb.TargetsResponse) error { if res.GetWarning() != "" { srv.mu.Lock() defer srv.mu.Unlock() - srv.warnings = append(srv.warnings, errors.New(res.GetWarning())) + srv.warnings.Add(errors.New(res.GetWarning())) return nil } diff --git a/pkg/targets/targetspb/custom.go b/pkg/targets/targetspb/custom.go index 724fbba78f..9fb1d93620 100644 --- a/pkg/targets/targetspb/custom.go +++ b/pkg/targets/targetspb/custom.go @@ -102,7 +102,7 @@ func (t1 *DroppedTarget) Compare(t2 *DroppedTarget) int { func (t *ActiveTarget) SetLabels(ls labels.Labels) { var result labelpb.ZLabelSet - if len(ls) > 0 { + if !ls.IsEmpty() { result = labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(ls)} } @@ -112,7 +112,7 @@ func (t *ActiveTarget) SetLabels(ls labels.Labels) { func (t *ActiveTarget) SetDiscoveredLabels(ls labels.Labels) { var result labelpb.ZLabelSet - if len(ls) > 0 { + if !ls.IsEmpty() { result = labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(ls)} } @@ -122,7 +122,7 @@ func (t *ActiveTarget) SetDiscoveredLabels(ls labels.Labels) { func (t *DroppedTarget) SetDiscoveredLabels(ls labels.Labels) { var result labelpb.ZLabelSet - if len(ls) > 0 { + if !ls.IsEmpty() { result = labelpb.ZLabelSet{Labels: labelpb.ZLabelsFromPromLabels(ls)} } diff --git a/pkg/targets/targetspb/rpc.pb.go b/pkg/targets/targetspb/rpc.pb.go index da33a07575..5344c1905e 100644 --- a/pkg/targets/targetspb/rpc.pb.go +++ b/pkg/targets/targetspb/rpc.pb.go @@ -39,18 +39,21 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type TargetHealth int32 const ( - TargetHealth_DOWN TargetHealth = 0 - TargetHealth_UP TargetHealth = 1 + TargetHealth_DOWN TargetHealth = 0 + TargetHealth_UP TargetHealth = 1 + TargetHealth_UNKNOWN TargetHealth = 2 ) var TargetHealth_name = map[int32]string{ 0: "DOWN", 1: "UP", + 2: "UNKNOWN", } var TargetHealth_value = map[string]int32{ - "DOWN": 0, - "UP": 1, + "DOWN": 0, + "UP": 1, + "UNKNOWN": 2, } func (x TargetHealth) String() string { @@ -347,51 +350,51 @@ func init() { func init() { proto.RegisterFile("targets/targetspb/rpc.proto", fileDescriptor_b5cdaee03579e907) } var fileDescriptor_b5cdaee03579e907 = []byte{ - // 694 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x41, 0x4f, 0xdb, 0x4a, - 0x10, 0xb6, 0x03, 0x38, 0x64, 0x80, 0xbc, 0xb0, 0xe2, 0x81, 0xc9, 0x7b, 0x8a, 0x51, 0x2e, 0x8f, - 0xd7, 0x4a, 0x4e, 0x15, 0x2e, 0xad, 0xd4, 0x0b, 0x6e, 0x68, 0xa9, 0xd4, 0x42, 0xba, 0x09, 0x45, - 0xa5, 0x07, 0xb4, 0x49, 0xb6, 0x4e, 0x24, 0x93, 0x75, 0x77, 0x37, 0x54, 0xfc, 0x0b, 0xfe, 0x49, - 0x0f, 0xfd, 0x13, 0x1c, 0x7a, 0xe0, 0xd8, 0x93, 0xdb, 0xc2, 0x2d, 0xbf, 0xa2, 0xf2, 0xda, 0x8e, - 0x1d, 0x48, 0x8f, 0xbd, 0x78, 0x67, 0xbe, 0xf9, 0xe6, 0x9b, 0x59, 0xef, 0xce, 0xc2, 0x3f, 0x92, - 0x70, 0x97, 0x4a, 0x51, 0x8b, 0x57, 0xbf, 0x53, 0xe3, 0x7e, 0xd7, 0xf6, 0x39, 0x93, 0x0c, 0x19, - 0xb2, 0x4f, 0x86, 0x4c, 0x94, 0x37, 0x85, 0x64, 0x9c, 0xd6, 0xd4, 0xd7, 0xef, 0xd4, 0xe4, 0x85, - 0x4f, 0x45, 0x44, 0x29, 0xaf, 0xb9, 0xcc, 0x65, 0xca, 0xac, 0x85, 0x56, 0x8c, 0xc6, 0x09, 0x1e, - 0xe9, 0x50, 0xef, 0x4e, 0x82, 0xe5, 0x32, 0xe6, 0x7a, 0xb4, 0xa6, 0xbc, 0xce, 0xe8, 0x43, 0x4d, - 0x0e, 0xce, 0xa8, 0x90, 0xe4, 0xcc, 0x8f, 0x08, 0xd5, 0xaf, 0x3a, 0x14, 0xdb, 0x51, 0x33, 0x98, - 0x7e, 0x1c, 0x51, 0x21, 0x51, 0x1d, 0x16, 0x84, 0x24, 0x92, 0x9a, 0xfa, 0x96, 0xbe, 0x5d, 0xac, - 0xff, 0x6b, 0x47, 0x7d, 0xd9, 0xd3, 0x34, 0xbb, 0x15, 0x72, 0x70, 0x44, 0x45, 0xef, 0x61, 0xd3, - 0x27, 0x5c, 0x0e, 0x88, 0x77, 0xca, 0xa9, 0xf0, 0xd9, 0x50, 0xd0, 0x53, 0x21, 0x39, 0x91, 0xd4, - 0xbd, 0x30, 0x73, 0x4a, 0xc7, 0x4a, 0x74, 0x9a, 0x11, 0x11, 0xc7, 0xbc, 0x56, 0x4c, 0xc3, 0x1b, - 0xfe, 0xec, 0x40, 0xf5, 0x7f, 0x58, 0x50, 0xc5, 0x50, 0x1e, 0xe6, 0x76, 0x0f, 0xde, 0x95, 0x34, - 0x04, 0x60, 0xec, 0x3e, 0x6b, 0xbf, 0x7c, 0xbb, 0x57, 0xd2, 0xd1, 0x12, 0xe4, 0x1b, 0xf8, 0xb0, - 0xd9, 0xdc, 0x6b, 0x94, 0x72, 0x55, 0x0f, 0xfe, 0x9a, 0xb4, 0x19, 0xa9, 0xa0, 0x1d, 0xc8, 0xc7, - 0x7f, 0x5b, 0x6d, 0x68, 0xa9, 0xbe, 0x31, 0xbd, 0xa1, 0xc6, 0x40, 0x74, 0xd9, 0x39, 0xe5, 0x17, - 0xfb, 0x1a, 0x4e, 0x98, 0xa8, 0x0c, 0xf9, 0x4f, 0x84, 0x0f, 0x07, 0x43, 0x57, 0x75, 0x5f, 0x08, - 0x63, 0x31, 0xe0, 0x2c, 0x82, 0xc1, 0xa9, 0x18, 0x79, 0xb2, 0xfa, 0x45, 0x4f, 0xca, 0x4d, 0x44, - 0xd0, 0x6b, 0x58, 0x21, 0x5d, 0x39, 0x38, 0xa7, 0xed, 0x49, 0xd1, 0xb9, 0xed, 0xa5, 0xfa, 0x5a, - 0x52, 0x74, 0x37, 0x13, 0x74, 0x56, 0xc7, 0x81, 0x35, 0x4d, 0xc7, 0xd3, 0x2e, 0x7a, 0x03, 0xc5, - 0x1e, 0x67, 0xbe, 0x4f, 0x7b, 0x89, 0x5e, 0x4e, 0xe9, 0xfd, 0x9d, 0xe8, 0x35, 0xb2, 0x51, 0x07, - 0x8d, 0x03, 0xeb, 0x4e, 0x02, 0xbe, 0xe3, 0x57, 0x3f, 0xcf, 0xc3, 0x72, 0xb6, 0x0b, 0x74, 0x0c, - 0xa5, 0x5e, 0xdc, 0x3f, 0xed, 0xbd, 0x0a, 0x6f, 0x51, 0xf2, 0xab, 0x56, 0x93, 0x2a, 0x27, 0x0a, - 0x6e, 0x51, 0xe9, 0x98, 0x57, 0x81, 0xa5, 0x8d, 0x03, 0xeb, 0x5e, 0x0a, 0xbe, 0x87, 0xa0, 0x27, - 0x60, 0x78, 0x91, 0x5c, 0xee, 0x77, 0x72, 0xc5, 0x58, 0x2e, 0x26, 0xe2, 0x78, 0x45, 0x36, 0x80, - 0xe8, 0x72, 0xe2, 0xd3, 0x26, 0x63, 0x9e, 0x39, 0x17, 0x9e, 0x81, 0x53, 0x1c, 0x07, 0x56, 0x06, - 0xc5, 0x19, 0x1b, 0x3d, 0x84, 0x42, 0xe4, 0x1d, 0x71, 0xcf, 0x9c, 0x57, 0xf4, 0x95, 0x71, 0x60, - 0xa5, 0x20, 0x4e, 0xcd, 0x90, 0xec, 0x7a, 0xac, 0x43, 0xbc, 0x90, 0xbc, 0x90, 0x92, 0x27, 0x20, - 0x4e, 0xcd, 0x90, 0xec, 0x11, 0x21, 0xf7, 0x38, 0x67, 0xdc, 0x34, 0x52, 0xf2, 0x04, 0xc4, 0xa9, - 0x89, 0x30, 0x40, 0xe8, 0xb4, 0x54, 0x29, 0x33, 0xaf, 0x76, 0x5d, 0xb6, 0xa3, 0x21, 0xb4, 0x93, - 0x21, 0xb4, 0xdb, 0xc9, 0x10, 0x3a, 0xeb, 0xf1, 0xf6, 0x33, 0x59, 0x97, 0xdf, 0x2d, 0x1d, 0x67, - 0x7c, 0xf4, 0x1c, 0x50, 0xea, 0x35, 0x46, 0x9c, 0xc8, 0x01, 0x1b, 0x9a, 0x8b, 0x5b, 0xfa, 0xb6, - 0xee, 0xac, 0x8f, 0x03, 0x6b, 0x46, 0x14, 0xcf, 0xc0, 0xd0, 0x63, 0x30, 0xfa, 0x94, 0x78, 0xb2, - 0x6f, 0x16, 0xd4, 0x40, 0xae, 0x4d, 0xcf, 0xc1, 0xbe, 0x8a, 0x39, 0x10, 0x1e, 0x46, 0xc4, 0xc3, - 0xf1, 0x5a, 0xed, 0xc3, 0xca, 0xd4, 0x35, 0xfb, 0x63, 0x37, 0xe6, 0xc1, 0x16, 0x2c, 0x67, 0xbb, - 0x41, 0x8b, 0x30, 0xdf, 0x38, 0x3c, 0x3e, 0x28, 0x69, 0xc8, 0x80, 0xdc, 0x51, 0xb3, 0xa4, 0xd7, - 0x5f, 0x40, 0x3e, 0x99, 0x8d, 0xa7, 0xa9, 0xb9, 0x3e, 0xfb, 0x91, 0x2a, 0x6f, 0xdc, 0xc3, 0xa3, - 0x57, 0xe1, 0x91, 0xee, 0xfc, 0x77, 0xf5, 0xb3, 0xa2, 0x5d, 0xdd, 0x54, 0xf4, 0xeb, 0x9b, 0x8a, - 0xfe, 0xe3, 0xa6, 0xa2, 0x5f, 0xde, 0x56, 0xb4, 0xeb, 0xdb, 0x8a, 0xf6, 0xed, 0xb6, 0xa2, 0x9d, - 0x14, 0x26, 0x2f, 0x74, 0xc7, 0x50, 0xe7, 0xb6, 0xf3, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x61, - 0x2b, 0xab, 0xbd, 0x05, 0x00, 0x00, + // 702 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x41, 0x53, 0xdb, 0x3a, + 0x10, 0xb6, 0x03, 0x38, 0x64, 0x81, 0xbc, 0xa0, 0xe1, 0x81, 0xc9, 0x7b, 0x13, 0x33, 0xb9, 0x3c, + 0x5e, 0x3b, 0x75, 0x3a, 0xe1, 0xd2, 0xce, 0xf4, 0x82, 0x1b, 0x5a, 0x3a, 0x6d, 0x43, 0xaa, 0x84, + 0x32, 0xa5, 0x07, 0x46, 0x49, 0x54, 0x27, 0x33, 0x26, 0x72, 0x25, 0x85, 0x0e, 0xff, 0x82, 0x7f, + 0xd2, 0x43, 0xff, 0x04, 0x87, 0x1e, 0x38, 0xf6, 0x94, 0xb6, 0x70, 0xcb, 0xaf, 0xe8, 0x58, 0xb6, + 0x63, 0x07, 0xd2, 0x63, 0x2f, 0xd6, 0xee, 0xb7, 0xdf, 0x7e, 0xbb, 0xb2, 0xb4, 0x82, 0x7f, 0x24, + 0xe1, 0x2e, 0x95, 0xa2, 0x12, 0xad, 0x7e, 0xbb, 0xc2, 0xfd, 0x8e, 0xed, 0x73, 0x26, 0x19, 0x32, + 0x64, 0x8f, 0x0c, 0x98, 0x28, 0x6e, 0x0a, 0xc9, 0x38, 0xad, 0xa8, 0xaf, 0xdf, 0xae, 0xc8, 0x73, + 0x9f, 0x8a, 0x90, 0x52, 0x5c, 0x73, 0x99, 0xcb, 0x94, 0x59, 0x09, 0xac, 0x08, 0x8d, 0x12, 0x3c, + 0xd2, 0xa6, 0xde, 0xad, 0x04, 0xcb, 0x65, 0xcc, 0xf5, 0x68, 0x45, 0x79, 0xed, 0xe1, 0x87, 0x8a, + 0xec, 0x9f, 0x52, 0x21, 0xc9, 0xa9, 0x1f, 0x12, 0xca, 0x5f, 0x75, 0xc8, 0xb7, 0xc2, 0x66, 0x30, + 0xfd, 0x38, 0xa4, 0x42, 0xa2, 0x2a, 0x2c, 0x08, 0x49, 0x24, 0x35, 0xf5, 0x2d, 0x7d, 0x3b, 0x5f, + 0xfd, 0xd7, 0x0e, 0xfb, 0xb2, 0xa7, 0x69, 0x76, 0x33, 0xe0, 0xe0, 0x90, 0x8a, 0xde, 0xc3, 0xa6, + 0x4f, 0xb8, 0xec, 0x13, 0xef, 0x84, 0x53, 0xe1, 0xb3, 0x81, 0xa0, 0x27, 0x42, 0x72, 0x22, 0xa9, + 0x7b, 0x6e, 0x66, 0x94, 0x8e, 0x15, 0xeb, 0x34, 0x42, 0x22, 0x8e, 0x78, 0xcd, 0x88, 0x86, 0x37, + 0xfc, 0xd9, 0x81, 0xf2, 0xff, 0xb0, 0xa0, 0x8a, 0xa1, 0x2c, 0xcc, 0xed, 0xd6, 0xdf, 0x15, 0x34, + 0x04, 0x60, 0xec, 0x3e, 0x6d, 0xbd, 0x78, 0xbb, 0x57, 0xd0, 0xd1, 0x12, 0x64, 0x6b, 0xf8, 0xa0, + 0xd1, 0xd8, 0xab, 0x15, 0x32, 0x65, 0x0f, 0xfe, 0x9a, 0xb4, 0x19, 0xaa, 0xa0, 0x1d, 0xc8, 0x46, + 0x7f, 0x5b, 0x6d, 0x68, 0xa9, 0xba, 0x31, 0xbd, 0xa1, 0x5a, 0x5f, 0x74, 0xd8, 0x19, 0xe5, 0xe7, + 0xfb, 0x1a, 0x8e, 0x99, 0xa8, 0x08, 0xd9, 0x4f, 0x84, 0x0f, 0xfa, 0x03, 0x57, 0x75, 0x9f, 0x0b, + 0x62, 0x11, 0xe0, 0x2c, 0x82, 0xc1, 0xa9, 0x18, 0x7a, 0xb2, 0xfc, 0x45, 0x8f, 0xcb, 0x4d, 0x44, + 0xd0, 0x6b, 0x58, 0x21, 0x1d, 0xd9, 0x3f, 0xa3, 0xad, 0x49, 0xd1, 0xb9, 0xed, 0xa5, 0xea, 0x5a, + 0x5c, 0x74, 0x37, 0x15, 0x74, 0x56, 0xc7, 0x23, 0x6b, 0x9a, 0x8e, 0xa7, 0x5d, 0xf4, 0x06, 0xf2, + 0x5d, 0xce, 0x7c, 0x9f, 0x76, 0x63, 0xbd, 0x8c, 0xd2, 0xfb, 0x3b, 0xd6, 0xab, 0xa5, 0xa3, 0x0e, + 0x1a, 0x8f, 0xac, 0x5b, 0x09, 0xf8, 0x96, 0x5f, 0xfe, 0x3c, 0x0f, 0xcb, 0xe9, 0x2e, 0xd0, 0x11, + 0x14, 0xba, 0x51, 0xff, 0xb4, 0xfb, 0x2a, 0xb8, 0x45, 0xf1, 0xaf, 0x5a, 0x8d, 0xab, 0x1c, 0x2b, + 0xb8, 0x49, 0xa5, 0x63, 0x5e, 0x8e, 0x2c, 0x6d, 0x3c, 0xb2, 0xee, 0xa4, 0xe0, 0x3b, 0x08, 0x7a, + 0x0c, 0x86, 0x17, 0xca, 0x65, 0x7e, 0x27, 0x97, 0x8f, 0xe4, 0x22, 0x22, 0x8e, 0x56, 0x64, 0x03, + 0x88, 0x0e, 0x27, 0x3e, 0x6d, 0x30, 0xe6, 0x99, 0x73, 0xc1, 0x19, 0x38, 0xf9, 0xf1, 0xc8, 0x4a, + 0xa1, 0x38, 0x65, 0xa3, 0xfb, 0x90, 0x0b, 0xbd, 0x43, 0xee, 0x99, 0xf3, 0x8a, 0xbe, 0x32, 0x1e, + 0x59, 0x09, 0x88, 0x13, 0x33, 0x20, 0xbb, 0x1e, 0x6b, 0x13, 0x2f, 0x20, 0x2f, 0x24, 0xe4, 0x09, + 0x88, 0x13, 0x33, 0x20, 0x7b, 0x44, 0xc8, 0x3d, 0xce, 0x19, 0x37, 0x8d, 0x84, 0x3c, 0x01, 0x71, + 0x62, 0x22, 0x0c, 0x10, 0x38, 0x4d, 0x55, 0xca, 0xcc, 0xaa, 0x5d, 0x17, 0xed, 0x70, 0x08, 0xed, + 0x78, 0x08, 0xed, 0x56, 0x3c, 0x84, 0xce, 0x7a, 0xb4, 0xfd, 0x54, 0xd6, 0xc5, 0x77, 0x4b, 0xc7, + 0x29, 0x1f, 0x3d, 0x03, 0x94, 0x78, 0xb5, 0x21, 0x27, 0xb2, 0xcf, 0x06, 0xe6, 0xe2, 0x96, 0xbe, + 0xad, 0x3b, 0xeb, 0xe3, 0x91, 0x35, 0x23, 0x8a, 0x67, 0x60, 0xe8, 0x11, 0x18, 0x3d, 0x4a, 0x3c, + 0xd9, 0x33, 0x73, 0x6a, 0x20, 0xd7, 0xa6, 0xe7, 0x60, 0x5f, 0xc5, 0x1c, 0x08, 0x0e, 0x23, 0xe4, + 0xe1, 0x68, 0x2d, 0xf7, 0x60, 0x65, 0xea, 0x9a, 0xfd, 0xb1, 0x1b, 0x73, 0xef, 0x01, 0x2c, 0xa7, + 0xbb, 0x41, 0x8b, 0x30, 0x5f, 0x3b, 0x38, 0xaa, 0x17, 0x34, 0x64, 0x40, 0xe6, 0xb0, 0x11, 0x8e, + 0xfb, 0x61, 0xfd, 0x65, 0x3d, 0x00, 0x33, 0xd5, 0xe7, 0x90, 0x8d, 0x07, 0xe5, 0x49, 0x62, 0xae, + 0xcf, 0x7e, 0xb1, 0x8a, 0x1b, 0x77, 0xf0, 0xf0, 0x89, 0x78, 0xa8, 0x3b, 0xff, 0x5d, 0xfe, 0x2c, + 0x69, 0x97, 0xd7, 0x25, 0xfd, 0xea, 0xba, 0xa4, 0xff, 0xb8, 0x2e, 0xe9, 0x17, 0x37, 0x25, 0xed, + 0xea, 0xa6, 0xa4, 0x7d, 0xbb, 0x29, 0x69, 0xc7, 0xb9, 0xc9, 0x73, 0xdd, 0x36, 0xd4, 0x21, 0xee, + 0xfc, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x2a, 0x5c, 0x84, 0x60, 0xca, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/targets/targetspb/rpc.proto b/pkg/targets/targetspb/rpc.proto index 61863f61b8..6515dc0070 100644 --- a/pkg/targets/targetspb/rpc.proto +++ b/pkg/targets/targetspb/rpc.proto @@ -60,6 +60,7 @@ message TargetDiscovery { enum TargetHealth { DOWN = 0; UP = 1; + UNKNOWN = 2; } message ActiveTarget { diff --git a/pkg/tenancy/tenancy.go b/pkg/tenancy/tenancy.go new file mode 100644 index 0000000000..9da1372933 --- /dev/null +++ b/pkg/tenancy/tenancy.go @@ -0,0 +1,235 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package tenancy + +import ( + "context" + "net/http" + "path" + + "github.com/pkg/errors" + "github.com/prometheus-community/prom-label-proxy/injectproxy" + "github.com/prometheus/prometheus/model/labels" + "google.golang.org/grpc/metadata" + + "github.com/thanos-io/thanos/pkg/extpromql" +) + +type contextKey int + +const ( + // DefaultTenantHeader is the default header used to designate the tenant making a request. + DefaultTenantHeader = "THANOS-TENANT" + // DefaultTenant is the default value used for when no tenant is passed via the tenant header. + DefaultTenant = "default-tenant" + // DefaultTenantLabel is the default label-name with which the tenant is announced in stored metrics. + DefaultTenantLabel = "tenant_id" + // This key is used to pass tenant information using Context. + TenantKey contextKey = 0 + // MetricLabel is the label name used for adding tenant information to exported metrics. + MetricLabel = "tenant" +) + +// Allowed fields in client certificates. +const ( + CertificateFieldOrganization = "organization" + CertificateFieldOrganizationalUnit = "organizationalUnit" + CertificateFieldCommonName = "commonName" +) + +func IsTenantValid(tenant string) error { + if tenant != path.Base(tenant) { + return errors.New("Tenant name not valid") + } + return nil +} + +// GetTenantFromHTTP extracts the tenant from a http.Request object. +func GetTenantFromHTTP(r *http.Request, tenantHeader string, defaultTenantID string, certTenantField string) (string, error) { + var err error + tenant := r.Header.Get(tenantHeader) + if tenant == "" { + tenant = r.Header.Get(DefaultTenantHeader) + if tenant == "" { + tenant = defaultTenantID + } + } + + if certTenantField != "" { + tenant, err = getTenantFromCertificate(r, certTenantField) + if err != nil { + // This must hard fail to ensure hard tenancy when feature is enabled. + return "", err + } + } + + err = IsTenantValid(tenant) + if err != nil { + return "", err + } + return tenant, nil +} + +type roundTripperFunc func(*http.Request) (*http.Response, error) + +func (r roundTripperFunc) RoundTrip(request *http.Request) (*http.Response, error) { + return r(request) +} + +// InternalTenancyConversionTripper is a tripperware that rewrites the configurable tenancy header in the request into +// the hardcoded tenancy header that is used for internal communication in Thanos components. If any custom tenant +// header is configured and present in the request, it will be stripped out. +func InternalTenancyConversionTripper(customTenantHeader, certTenantField string, next http.RoundTripper) http.RoundTripper { + return roundTripperFunc(func(r *http.Request) (*http.Response, error) { + tenant, _ := GetTenantFromHTTP(r, customTenantHeader, DefaultTenant, certTenantField) + r.Header.Set(DefaultTenantHeader, tenant) + // If the custom tenant header is not the same as the default internal header, we want to exclude the custom + // one from the request to keep things simple. + if customTenantHeader != DefaultTenantHeader { + r.Header.Del(customTenantHeader) + } + return next.RoundTrip(r) + }) +} + +// getTenantFromCertificate extracts the tenant value from a client's presented certificate. The x509 field to use as +// value can be configured with Options.TenantField. An error is returned when the extraction has not succeeded. +func getTenantFromCertificate(r *http.Request, certTenantField string) (string, error) { + var tenant string + + if len(r.TLS.PeerCertificates) == 0 { + return "", errors.New("could not get required certificate field from client cert") + } + + // First cert is the leaf authenticated against. + cert := r.TLS.PeerCertificates[0] + + switch certTenantField { + + case CertificateFieldOrganization: + if len(cert.Subject.Organization) == 0 { + return "", errors.New("could not get organization field from client cert") + } + tenant = cert.Subject.Organization[0] + + case CertificateFieldOrganizationalUnit: + if len(cert.Subject.OrganizationalUnit) == 0 { + return "", errors.New("could not get organizationalUnit field from client cert") + } + tenant = cert.Subject.OrganizationalUnit[0] + + case CertificateFieldCommonName: + if cert.Subject.CommonName == "" { + return "", errors.New("could not get commonName field from client cert") + } + tenant = cert.Subject.CommonName + + default: + return "", errors.New("tls client cert field requested is not supported") + } + + return tenant, nil +} + +func GetTenantFromGRPCMetadata(ctx context.Context) (string, bool) { + md, ok := metadata.FromIncomingContext(ctx) + if !ok || len(md.Get(DefaultTenantHeader)) == 0 { + return DefaultTenant, false + } + return md.Get(DefaultTenantHeader)[0], true +} + +func EnforceQueryTenancy(tenantLabel string, tenant string, query string) (string, error) { + labelMatcher := &labels.Matcher{ + Name: tenantLabel, + Type: labels.MatchEqual, + Value: tenant, + } + + e := injectproxy.NewEnforcer(false, labelMatcher) + + expr, err := extpromql.ParseExpr(query) + if err != nil { + return "", errors.Wrap(err, "error parsing query string, when enforcing tenenacy") + } + + if err := e.EnforceNode(expr); err != nil { + return "", errors.Wrap(err, "error enforcing label") + } + + return expr.String(), nil +} + +func getLabelMatchers(formMatchers []string, tenant string, enforceTenancy bool, tenantLabel string) ([][]*labels.Matcher, error) { + tenantLabelMatcher := &labels.Matcher{ + Name: tenantLabel, + Type: labels.MatchEqual, + Value: tenant, + } + + matcherSets := make([][]*labels.Matcher, 0, len(formMatchers)) + + // If tenancy is enforced, but there are no matchers at all, add the tenant matcher + if len(formMatchers) == 0 && enforceTenancy { + var matcher []*labels.Matcher + matcher = append(matcher, tenantLabelMatcher) + matcherSets = append(matcherSets, matcher) + return matcherSets, nil + } + + for _, s := range formMatchers { + matchers, err := extpromql.ParseMetricSelector(s) + if err != nil { + return nil, err + } + + if enforceTenancy { + e := injectproxy.NewEnforcer(false, tenantLabelMatcher) + matchers, err = e.EnforceMatchers(matchers) + if err != nil { + return nil, err + } + } + + matcherSets = append(matcherSets, matchers) + } + + return matcherSets, nil +} + +// This function will: +// - Get tenant from HTTP header and add it to context. +// - if tenancy is enforced, add a tenant matcher to the promQL expression. +func RewritePromQL(ctx context.Context, r *http.Request, tenantHeader string, defaultTenantID string, certTenantField string, enforceTenancy bool, tenantLabel string, queryStr string) (string, string, context.Context, error) { + tenant, err := GetTenantFromHTTP(r, tenantHeader, defaultTenantID, certTenantField) + if err != nil { + return "", "", ctx, err + } + ctx = context.WithValue(ctx, TenantKey, tenant) + + if enforceTenancy { + queryStr, err = EnforceQueryTenancy(tenantLabel, tenant, queryStr) + return queryStr, tenant, ctx, err + } + return queryStr, tenant, ctx, nil +} + +// This function will: +// - Get tenant from HTTP header and add it to context. +// - Parse all labels matchers provided. +// - If tenancy is enforced, make sure a tenant matcher is present. +func RewriteLabelMatchers(ctx context.Context, r *http.Request, tenantHeader string, defaultTenantID string, certTenantField string, enforceTenancy bool, tenantLabel string, formMatchers []string) ([][]*labels.Matcher, context.Context, error) { + tenant, err := GetTenantFromHTTP(r, tenantHeader, defaultTenantID, certTenantField) + if err != nil { + return nil, ctx, err + } + ctx = context.WithValue(ctx, TenantKey, tenant) + + matcherSets, err := getLabelMatchers(formMatchers, tenant, enforceTenancy, tenantLabel) + if err != nil { + return nil, ctx, err + } + + return matcherSets, ctx, nil +} diff --git a/pkg/tenancy/tenancy_test.go b/pkg/tenancy/tenancy_test.go new file mode 100644 index 0000000000..ca41793346 --- /dev/null +++ b/pkg/tenancy/tenancy_test.go @@ -0,0 +1,230 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package tenancy_test + +import ( + "context" + "testing" + "time" + + "github.com/efficientgo/core/testutil" + "github.com/pkg/errors" + "github.com/thanos-io/thanos/pkg/component" + "github.com/thanos-io/thanos/pkg/store" + "github.com/thanos-io/thanos/pkg/store/storepb" + "github.com/thanos-io/thanos/pkg/tenancy" + "google.golang.org/grpc" + "google.golang.org/grpc/codes" + "google.golang.org/grpc/metadata" + "google.golang.org/grpc/status" + + storetestutil "github.com/thanos-io/thanos/pkg/store/storepb/testutil" +) + +// mockedStoreAPI is test gRPC store API client. +type mockedStoreAPI struct { + RespSeries []*storepb.SeriesResponse + RespLabelValues *storepb.LabelValuesResponse + RespLabelNames *storepb.LabelNamesResponse + RespError error + RespDuration time.Duration + // Index of series in store to slow response. + SlowSeriesIndex int + + LastSeriesReq *storepb.SeriesRequest + LastLabelValuesReq *storepb.LabelValuesRequest + LastLabelNamesReq *storepb.LabelNamesRequest + + t *testing.T +} + +// storeSeriesServer is test gRPC storeAPI series server. +type storeSeriesServer struct { + storepb.Store_SeriesServer + + ctx context.Context +} + +func (s *storeSeriesServer) Context() context.Context { + return s.ctx +} + +const testTenant = "test-tenant" + +func getAndAssertTenant(ctx context.Context, t *testing.T) { + md, ok := metadata.FromOutgoingContext(ctx) + if !ok || len(md.Get(tenancy.DefaultTenantHeader)) == 0 { + testutil.Ok(t, errors.Errorf("could not get tenant from grpc metadata, using default: %s", tenancy.DefaultTenantHeader)) + } + tenant := md.Get(tenancy.DefaultTenantHeader)[0] + testutil.Assert(t, tenant == testTenant) +} + +func (s *mockedStoreAPI) Info(context.Context, *storepb.InfoRequest, ...grpc.CallOption) (*storepb.InfoResponse, error) { + return nil, status.Error(codes.Unimplemented, "not implemented") +} + +func (s *mockedStoreAPI) Series(ctx context.Context, req *storepb.SeriesRequest, _ ...grpc.CallOption) (storepb.Store_SeriesClient, error) { + getAndAssertTenant(ctx, s.t) + + return &storetestutil.StoreSeriesClient{Ctx: ctx, RespSet: s.RespSeries, RespDur: s.RespDuration, SlowSeriesIndex: s.SlowSeriesIndex}, s.RespError +} + +func (s *mockedStoreAPI) LabelNames(ctx context.Context, req *storepb.LabelNamesRequest, _ ...grpc.CallOption) (*storepb.LabelNamesResponse, error) { + getAndAssertTenant(ctx, s.t) + + return s.RespLabelNames, s.RespError +} + +func (s *mockedStoreAPI) LabelValues(ctx context.Context, req *storepb.LabelValuesRequest, _ ...grpc.CallOption) (*storepb.LabelValuesResponse, error) { + getAndAssertTenant(ctx, s.t) + + return s.RespLabelValues, s.RespError +} + +func TestTenantFromGRPC(t *testing.T) { + t.Run("tenant-present", func(t *testing.T) { + + ctx := context.Background() + md := metadata.New(map[string]string{tenancy.DefaultTenantHeader: testTenant}) + ctx = metadata.NewIncomingContext(ctx, md) + + tenant, foundTenant := tenancy.GetTenantFromGRPCMetadata(ctx) + testutil.Equals(t, true, foundTenant) + testutil.Assert(t, tenant == testTenant) + }) + t.Run("no-tenant", func(t *testing.T) { + + ctx := context.Background() + + tenant, foundTenant := tenancy.GetTenantFromGRPCMetadata(ctx) + testutil.Equals(t, false, foundTenant) + testutil.Assert(t, tenant == tenancy.DefaultTenant) + }) +} + +func TestTenantProxyPassing(t *testing.T) { + // When a querier requests info from a store + // the tenant information is passed from the query api + // to the proxy via context. This test ensures + // proxy store correct places the tenant into the + // outgoing grpc metadata + t.Run("tenant-via-context", func(t *testing.T) { + + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + ctx = context.WithValue(ctx, tenancy.TenantKey, testTenant) + + mockedStore := &mockedStoreAPI{ + RespLabelValues: &storepb.LabelValuesResponse{ + Values: []string{"1", "2"}, + Warnings: []string{"warning"}, + }, + RespLabelNames: &storepb.LabelNamesResponse{ + Names: []string{"a", "b"}, + }, + t: t, + } + + cls := []store.Client{ + &storetestutil.TestClient{StoreClient: mockedStore}, + } + + q := store.NewProxyStore(nil, + nil, + func() []store.Client { return cls }, + component.Query, + nil, 0*time.Second, store.EagerRetrieval, + ) + // We assert directly in the mocked store apis LabelValues/LabelNames/Series funcs + _, _ = q.LabelValues(ctx, &storepb.LabelValuesRequest{}) + _, _ = q.LabelNames(ctx, &storepb.LabelNamesRequest{}) + + seriesMatchers := []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "foo", Value: "bar"}, + } + + _ = q.Series(&storepb.SeriesRequest{Matchers: seriesMatchers}, &storeSeriesServer{ctx: ctx}) + }) + + // In the case of nested queriers, the 2nd querier + // will get the tenant via grpc metadata from the 1st querier. + // This test ensures that the proxy store of the 2nd querier + // correctly places the tenant information in the outgoing + // grpc metadata to be sent to its stores. + t.Run("tenant-via-grpc", func(t *testing.T) { + + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + + md := metadata.New(map[string]string{tenancy.DefaultTenantHeader: testTenant}) + ctx = metadata.NewIncomingContext(ctx, md) + + mockedStore := &mockedStoreAPI{ + RespLabelValues: &storepb.LabelValuesResponse{ + Values: []string{"1", "2"}, + Warnings: []string{"warning"}, + }, + RespLabelNames: &storepb.LabelNamesResponse{ + Names: []string{"a", "b"}, + }, + t: t, + } + + cls := []store.Client{ + &storetestutil.TestClient{StoreClient: mockedStore}, + } + + q := store.NewProxyStore(nil, + nil, + func() []store.Client { return cls }, + component.Query, + nil, 0*time.Second, store.EagerRetrieval, + ) + + // We assert directly in the mocked store apis LabelValues/LabelNames/Series funcs + _, _ = q.LabelValues(ctx, &storepb.LabelValuesRequest{}) + _, _ = q.LabelNames(ctx, &storepb.LabelNamesRequest{}) + + seriesMatchers := []storepb.LabelMatcher{ + {Type: storepb.LabelMatcher_EQ, Name: "foo", Value: "bar"}, + } + + _ = q.Series(&storepb.SeriesRequest{Matchers: seriesMatchers}, &storeSeriesServer{ctx: ctx}) + }) +} + +func TestEnforceQueryTenancy(t *testing.T) { + tests := []struct { + name string + tenantLabel string + tenant string + query string + expectedQuery string + }{ + { + name: "vector selector query", + tenantLabel: "tenant_id", + tenant: "test-tenant", + query: `{__name__="test_metric", job="test_job"}`, + expectedQuery: `{__name__="test_metric",job="test_job",tenant_id="test-tenant"}`, + }, + { + name: "with aggregation and extended functions", + tenantLabel: "tenant_id", + tenant: "test-tenant", + query: `sum by (job) (xrate(test_metric{job="test_job"}[5m]))`, + expectedQuery: `sum by (job) (xrate(test_metric{job="test_job",tenant_id="test-tenant"}[5m]))`, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + resultQuery, err := tenancy.EnforceQueryTenancy(tt.tenantLabel, tt.tenant, tt.query) + testutil.Ok(t, err) + + testutil.Equals(t, tt.expectedQuery, resultQuery) + }) + } +} diff --git a/pkg/testutil/e2eutil/prometheus.go b/pkg/testutil/e2eutil/prometheus.go index 98c009ac3c..39aab94eab 100644 --- a/pkg/testutil/e2eutil/prometheus.go +++ b/pkg/testutil/e2eutil/prometheus.go @@ -8,6 +8,7 @@ import ( "context" "encoding/json" "fmt" + "io" "math" "math/rand" "net/http" @@ -16,12 +17,13 @@ import ( "path" "path/filepath" "runtime" - "sort" "strings" + "sync" "syscall" "testing" "time" + "github.com/efficientgo/core/testutil" "github.com/go-kit/log" "github.com/oklog/ulid" "github.com/pkg/errors" @@ -31,13 +33,10 @@ import ( "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb" "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/index" "go.uber.org/atomic" "golang.org/x/sync/errgroup" - "github.com/efficientgo/core/testutil" - "github.com/thanos-io/thanos/pkg/block/metadata" "github.com/thanos-io/thanos/pkg/runutil" ) @@ -56,18 +55,37 @@ const ( PromAddrPlaceHolder = "PROMETHEUS_ADDRESS" ) -var histogramSample = histogram.Histogram{ - Schema: 0, - Count: 9, - Sum: -3.1415, - ZeroCount: 12, - ZeroThreshold: 0.001, - NegativeSpans: []histogram.Span{ - {Offset: 0, Length: 4}, - {Offset: 1, Length: 1}, - }, - NegativeBuckets: []int64{1, 2, -2, 1, -1}, -} +var ( + histogramSample = histogram.Histogram{ + Schema: 0, + Count: 20, + Sum: -3.1415, + ZeroCount: 12, + ZeroThreshold: 0.001, + NegativeSpans: []histogram.Span{ + {Offset: 0, Length: 4}, + {Offset: 1, Length: 1}, + }, + NegativeBuckets: []int64{1, 2, -2, 1, -1}, + } + + floatHistogramSample = histogram.FloatHistogram{ + ZeroThreshold: 0.01, + ZeroCount: 5.5, + Count: 15, + Sum: 11.5, + PositiveSpans: []histogram.Span{ + {Offset: -2, Length: 2}, + {Offset: 1, Length: 3}, + }, + PositiveBuckets: []float64{0.5, 0, 1.5, 2, 3.5}, + NegativeSpans: []histogram.Span{ + {Offset: 3, Length: 2}, + {Offset: 3, Length: 2}, + }, + NegativeBuckets: []float64{1.5, 0.5, 2.5, 3}, + } +) func PrometheusBinary() string { return "prometheus-" + defaultPrometheusVersion @@ -103,6 +121,8 @@ type Prometheus struct { addr string config string + + stdout, stderr bytes.Buffer } func NewTSDB() (*tsdb.DB, error) { @@ -156,11 +176,16 @@ func newPrometheus(binPath, prefix string) (*Prometheus, error) { return nil, err } - // Just touch an empty config file. We don't need to actually scrape anything. - _, err = os.Create(filepath.Join(db.Dir(), "prometheus.yml")) + f, err := os.Create(filepath.Join(db.Dir(), "prometheus.yml")) if err != nil { return nil, err } + defer f.Close() + + // Some well-known external labels so that we can test label resorting + if _, err = io.WriteString(f, "global:\n external_labels:\n region: eu-west"); err != nil { + return nil, err + } return &Prometheus{ dir: db.Dir(), @@ -172,7 +197,7 @@ func newPrometheus(binPath, prefix string) (*Prometheus, error) { } // Start running the Prometheus instance and return. -func (p *Prometheus) Start() error { +func (p *Prometheus) Start(ctx context.Context, l log.Logger) error { if p.running { return errors.New("Already started") } @@ -180,12 +205,16 @@ func (p *Prometheus) Start() error { if err := p.db.Close(); err != nil { return err } - return p.start() + if err := p.start(); err != nil { + return err + } + if err := p.waitPrometheusUp(ctx, l, p.prefix); err != nil { + return err + } + return nil } func (p *Prometheus) start() error { - p.running = true - port, err := FreePort() if err != nil { return err @@ -216,23 +245,26 @@ func (p *Prometheus) start() error { p.cmd = exec.Command(p.binPath, args...) p.cmd.SysProcAttr = SysProcAttr() - go func() { - if b, err := p.cmd.CombinedOutput(); err != nil { - fmt.Fprintln(os.Stderr, "running Prometheus failed", err) - fmt.Fprintln(os.Stderr, string(b)) - } - }() - time.Sleep(2 * time.Second) + p.stderr.Reset() + p.stdout.Reset() + + p.cmd.Stdout = &p.stdout + p.cmd.Stderr = &p.stderr + + if err := p.cmd.Start(); err != nil { + return fmt.Errorf("starting Prometheus failed: %w", err) + } + p.running = true return nil } -func (p *Prometheus) WaitPrometheusUp(ctx context.Context, logger log.Logger) error { +func (p *Prometheus) waitPrometheusUp(ctx context.Context, logger log.Logger, prefix string) error { if !p.running { return errors.New("method Start was not invoked.") } - return runutil.Retry(time.Second, ctx.Done(), func() error { - r, err := http.Get(fmt.Sprintf("http://%s/-/ready", p.addr)) + return runutil.RetryWithLog(logger, time.Second, ctx.Done(), func() error { + r, err := http.Get(fmt.Sprintf("http://%s%s/-/ready", p.addr, prefix)) if err != nil { return err } @@ -245,12 +277,15 @@ func (p *Prometheus) WaitPrometheusUp(ctx context.Context, logger log.Logger) er }) } -func (p *Prometheus) Restart() error { +func (p *Prometheus) Restart(ctx context.Context, l log.Logger) error { if err := p.cmd.Process.Signal(syscall.SIGTERM); err != nil { return errors.Wrap(err, "failed to kill Prometheus. Kill it manually") } _ = p.cmd.Wait() - return p.start() + if err := p.start(); err != nil { + return err + } + return p.waitPrometheusUp(ctx, l, p.prefix) } // Dir returns TSDB dir. @@ -284,7 +319,7 @@ func (p *Prometheus) writeConfig(config string) (err error) { } // Stop terminates Prometheus and clean up its data directory. -func (p *Prometheus) Stop() error { +func (p *Prometheus) Stop() (rerr error) { if !p.running { return nil } @@ -293,8 +328,25 @@ func (p *Prometheus) Stop() error { if err := p.cmd.Process.Signal(syscall.SIGTERM); err != nil { return errors.Wrapf(err, "failed to Prometheus. Kill it manually and clean %s dir", p.db.Dir()) } + + err := p.cmd.Wait() + if err != nil { + var exitErr *exec.ExitError + if errors.As(err, &exitErr) { + if exitErr.ExitCode() != -1 { + fmt.Fprintln(os.Stderr, "Prometheus exited with", exitErr.ExitCode()) + fmt.Fprintln(os.Stderr, "stdout:\n", p.stdout.String(), "\nstderr:\n", p.stderr.String()) + } else { + err = nil + } + } + } + + if err != nil { + return fmt.Errorf("waiting for Prometheus to exit: %w", err) + } } - time.Sleep(time.Second / 2) + return p.cleanup() } @@ -428,6 +480,22 @@ func CreateHistogramBlockWithDelay( return createBlockWithDelay(ctx, dir, series, numSamples, mint, maxt, blockDelay, extLset, resolution, hashFunc, chunkenc.ValHistogram) } +// CreateFloatHistogramBlockWithDelay writes a block with the given float native histogram series and numSamples samples each. +// Samples will be in the time range [mint, maxt). +func CreateFloatHistogramBlockWithDelay( + ctx context.Context, + dir string, + series []labels.Labels, + numSamples int, + mint, maxt int64, + blockDelay time.Duration, + extLset labels.Labels, + resolution int64, + hashFunc metadata.HashFunc, +) (id ulid.ULID, err error) { + return createBlockWithDelay(ctx, dir, series, numSamples, mint, maxt, blockDelay, extLset, resolution, hashFunc, chunkenc.ValFloatHistogram) +} + func createBlockWithDelay(ctx context.Context, dir string, series []labels.Labels, numSamples int, mint int64, maxt int64, blockDelay time.Duration, extLset labels.Labels, resolution int64, hashFunc metadata.HashFunc, samplesType chunkenc.ValueType) (ulid.ULID, error) { blockID, err := createBlock(ctx, dir, series, numSamples, mint, maxt, extLset, resolution, false, hashFunc, samplesType) if err != nil { @@ -439,15 +507,16 @@ func createBlockWithDelay(ctx context.Context, dir string, series []labels.Label return ulid.ULID{}, errors.Wrap(err, "create block id") } - m, err := metadata.ReadFromDir(path.Join(dir, blockID.String())) + bdir := path.Join(dir, blockID.String()) + m, err := metadata.ReadFromDir(bdir) if err != nil { return ulid.ULID{}, errors.Wrap(err, "open meta file") } + logger := log.NewNopLogger() m.ULID = id m.Compaction.Sources = []ulid.ULID{id} - - if err := m.WriteToDir(log.NewNopLogger(), path.Join(dir, blockID.String())); err != nil { + if err := m.WriteToDir(logger, path.Join(dir, blockID.String())); err != nil { return ulid.ULID{}, errors.Wrap(err, "write meta.json file") } @@ -485,6 +554,7 @@ func createBlock( var timeStepSize = (maxt - mint) / int64(numSamples+1) var batchSize = len(series) / runtime.GOMAXPROCS(0) r := rand.New(rand.NewSource(int64(numSamples))) + var randMutex sync.Mutex for len(series) > 0 { l := batchSize @@ -501,15 +571,15 @@ func createBlock( app := h.Appender(ctx) for _, lset := range batch { - sort.Slice(lset, func(i, j int) bool { - return lset[i].Name < lset[j].Name - }) - var err error if sampleType == chunkenc.ValFloat { + randMutex.Lock() _, err = app.Append(0, lset, t, r.Float64()) + randMutex.Unlock() } else if sampleType == chunkenc.ValHistogram { _, err = app.AppendHistogram(0, lset, t, &histogramSample, nil) + } else if sampleType == chunkenc.ValFloatHistogram { + _, err = app.AppendHistogram(0, lset, t, nil, &floatHistogramSample) } if err != nil { if rerr := app.Rollback(); rerr != nil { @@ -535,16 +605,21 @@ func createBlock( return id, errors.Wrap(err, "create compactor") } - id, err = c.Write(dir, h, mint, maxt, nil) + ids, err := c.Write(dir, h, mint, maxt, nil) if err != nil { return id, errors.Wrap(err, "write block") } - - if id.Compare(ulid.ULID{}) == 0 { + if len(ids) == 0 { return id, errors.Errorf("nothing to write, asked for %d samples", numSamples) } + id = ids[0] blockDir := filepath.Join(dir, id.String()) + logger := log.NewNopLogger() + seriesSize, err := gatherMaxSeriesSize(ctx, filepath.Join(blockDir, "index")) + if err != nil { + return id, errors.Wrap(err, "gather max series size") + } files := []metadata.File{} if hashFunc != metadata.NoneFunc { @@ -571,11 +646,12 @@ func createBlock( } } - if _, err = metadata.InjectThanos(log.NewNopLogger(), blockDir, metadata.Thanos{ + if _, err = metadata.InjectThanos(logger, blockDir, metadata.Thanos{ Labels: extLset.Map(), Downsample: metadata.ThanosDownsample{Resolution: resolution}, Source: metadata.TestSource, Files: files, + IndexStats: metadata.IndexStats{SeriesMaxSize: seriesSize}, }, nil); err != nil { return id, errors.Wrap(err, "finalize block") } @@ -589,105 +665,154 @@ func createBlock( return id, nil } -var indexFilename = "index" - -type indexWriterSeries struct { - labels labels.Labels - chunks []chunks.Meta // series file offset of chunks -} - -type indexWriterSeriesSlice []*indexWriterSeries - -// PutOutOfOrderIndex updates the index in blockDir with an index containing an out-of-order chunk -// copied from https://github.com/prometheus/prometheus/blob/b1ed4a0a663d0c62526312311c7529471abbc565/tsdb/index/index_test.go#L346 -func PutOutOfOrderIndex(blockDir string, minTime int64, maxTime int64) error { - - if minTime >= maxTime || minTime+4 >= maxTime { - return fmt.Errorf("minTime must be at least 4 less than maxTime to not create overlapping chunks") +func gatherMaxSeriesSize(ctx context.Context, fn string) (int64, error) { + r, err := index.NewFileReader(fn) + if err != nil { + return 0, errors.Wrap(err, "open index file") } + defer runutil.CloseWithErrCapture(&err, r, "gather index issue file reader") - lbls := []labels.Labels{ - []labels.Label{ - {Name: "lbl1", Value: "1"}, - }, + key, value := index.AllPostingsKey() + p, err := r.Postings(ctx, key, value) + if err != nil { + return 0, errors.Wrap(err, "get all postings") } - // Sort labels as the index writer expects series in sorted order. - sort.Sort(labels.Slice(lbls)) + // As of version two all series entries are 16 byte padded. All references + // we get have to account for that to get the correct offset. + offsetMultiplier := 1 + version := r.Version() + if version >= 2 { + offsetMultiplier = 16 + } - symbols := map[string]struct{}{} - for _, lset := range lbls { - for _, l := range lset { - symbols[l.Name] = struct{}{} - symbols[l.Value] = struct{}{} + // Per series. + var ( + prevId storage.SeriesRef + maxSeriesSize int64 + ) + for p.Next() { + id := p.At() + if prevId != 0 { + // Approximate size. + seriesSize := int64(id-prevId) * int64(offsetMultiplier) + if seriesSize > maxSeriesSize { + maxSeriesSize = seriesSize + } } + prevId = id + } + if p.Err() != nil { + return 0, errors.Wrap(err, "walk postings") } - var input indexWriterSeriesSlice + return maxSeriesSize, nil +} - // Generate ChunkMetas for every label set. - // Ignoring gosec as it is only used for tests. - for _, lset := range lbls { - var metas []chunks.Meta - // only need two chunks that are out-of-order - chk1 := chunks.Meta{ - MinTime: maxTime - 2, - MaxTime: maxTime - 1, - Ref: chunks.ChunkRef(rand.Uint64()), // nolint:gosec - Chunk: chunkenc.NewXORChunk(), +// CreateBlockWithChurn writes a block with the given series. Start time of each series +// will be randomized in the given time window to create churn. Only float chunk is supported right now. +func CreateBlockWithChurn( + ctx context.Context, + rnd *rand.Rand, + dir string, + series []labels.Labels, + numSamples int, + mint, maxt int64, + extLset labels.Labels, + resolution int64, + scrapeInterval int64, + seriesSize int64, +) (id ulid.ULID, err error) { + headOpts := tsdb.DefaultHeadOptions() + headOpts.ChunkDirRoot = filepath.Join(dir, "chunks") + headOpts.ChunkRange = 10000000000 + h, err := tsdb.NewHead(nil, nil, nil, nil, headOpts, nil) + if err != nil { + return id, errors.Wrap(err, "create head block") + } + defer func() { + runutil.CloseWithErrCapture(&err, h, "TSDB Head") + if e := os.RemoveAll(headOpts.ChunkDirRoot); e != nil { + err = errors.Wrap(e, "delete chunks dir") } - metas = append(metas, chk1) - chk2 := chunks.Meta{ - MinTime: minTime + 1, - MaxTime: minTime + 2, - Ref: chunks.ChunkRef(rand.Uint64()), // nolint:gosec - Chunk: chunkenc.NewXORChunk(), + }() + + app := h.Appender(ctx) + for i := 0; i < len(series); i++ { + + var ref storage.SeriesRef + start := RandRange(rnd, mint, maxt) + for j := 0; j < numSamples; j++ { + if ref == 0 { + ref, err = app.Append(0, series[i], start, float64(i+j)) + } else { + ref, err = app.Append(ref, series[i], start, float64(i+j)) + } + if err != nil { + if rerr := app.Rollback(); rerr != nil { + err = errors.Wrapf(err, "rollback failed: %v", rerr) + } + return id, errors.Wrap(err, "add sample") + } + start += scrapeInterval + if start > maxt { + break + } } - metas = append(metas, chk2) + } + if err := app.Commit(); err != nil { + return id, errors.Wrap(err, "commit") + } - input = append(input, &indexWriterSeries{ - labels: lset, - chunks: metas, - }) + c, err := tsdb.NewLeveledCompactor(ctx, nil, log.NewNopLogger(), []int64{maxt - mint}, nil, nil) + if err != nil { + return id, errors.Wrap(err, "create compactor") } - iw, err := index.NewWriter(context.Background(), filepath.Join(blockDir, indexFilename)) + ids, err := c.Write(dir, h, mint, maxt, nil) if err != nil { - return err + return id, errors.Wrap(err, "write block") } - syms := []string{} - for s := range symbols { - syms = append(syms, s) + if len(ids) == 0 { + return id, errors.Errorf("nothing to write, asked for %d samples", numSamples) } - sort.Strings(syms) - for _, s := range syms { - if err := iw.AddSymbol(s); err != nil { - return err - } + id = ids[0] + + blockDir := filepath.Join(dir, id.String()) + logger := log.NewNopLogger() + + if _, err = metadata.InjectThanos(logger, blockDir, metadata.Thanos{ + Labels: extLset.Map(), + Downsample: metadata.ThanosDownsample{Resolution: resolution}, + Source: metadata.TestSource, + IndexStats: metadata.IndexStats{SeriesMaxSize: seriesSize}, + }, nil); err != nil { + return id, errors.Wrap(err, "finalize block") } - // Population procedure as done by compaction. - var ( - postings = index.NewMemPostings() - values = map[string]map[string]struct{}{} - ) + return id, nil +} - for i, s := range input { - if err := iw.AddSeries(storage.SeriesRef(i), s.labels, s.chunks...); err != nil { - return err - } +// AddDelay rewrites a given block with delay. +func AddDelay(blockID ulid.ULID, dir string, blockDelay time.Duration) (ulid.ULID, error) { + id, err := ulid.New(uint64(timestamp.FromTime(timestamp.Time(int64(blockID.Time())).Add(-blockDelay))), bytes.NewReader(blockID.Entropy())) + if err != nil { + return ulid.ULID{}, errors.Wrap(err, "create block id") + } - for _, l := range s.labels { - valset, ok := values[l.Name] - if !ok { - valset = map[string]struct{}{} - values[l.Name] = valset - } - valset[l.Value] = struct{}{} - } - postings.Add(storage.SeriesRef(i), s.labels) + bdir := path.Join(dir, blockID.String()) + m, err := metadata.ReadFromDir(bdir) + if err != nil { + return ulid.ULID{}, errors.Wrap(err, "open meta file") + } + + logger := log.NewNopLogger() + m.ULID = id + m.Compaction.Sources = []ulid.ULID{id} + if err := m.WriteToDir(logger, path.Join(dir, blockID.String())); err != nil { + return ulid.ULID{}, errors.Wrap(err, "write meta.json file") } - return iw.Close() + return id, os.Rename(path.Join(dir, blockID.String()), path.Join(dir, id.String())) } diff --git a/pkg/testutil/e2eutil/rand.go b/pkg/testutil/e2eutil/rand.go new file mode 100644 index 0000000000..5cac2d6f07 --- /dev/null +++ b/pkg/testutil/e2eutil/rand.go @@ -0,0 +1,11 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package e2eutil + +import "math/rand" + +// RandRange returns a random int64 from [min, max]. +func RandRange(rnd *rand.Rand, min, max int64) int64 { + return rnd.Int63n(max-min) + min +} diff --git a/pkg/testutil/testiters/iterators.go b/pkg/testutil/testiters/iterators.go new file mode 100644 index 0000000000..314bcd06aa --- /dev/null +++ b/pkg/testutil/testiters/iterators.go @@ -0,0 +1,63 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +package testiters + +import ( + "github.com/prometheus/prometheus/model/histogram" + "github.com/prometheus/prometheus/tsdb/chunkenc" +) + +type HistogramPair struct { + T int64 + H *histogram.Histogram +} + +type HistogramIterator struct { + l []*HistogramPair + i int +} + +func NewHistogramIterator(l []*HistogramPair) *HistogramIterator { + return &HistogramIterator{l: l, i: -1} +} + +func (it *HistogramIterator) Err() error { + return nil +} + +func (it *HistogramIterator) Next() chunkenc.ValueType { + if it.i >= len(it.l)-1 { + return chunkenc.ValNone + } + it.i++ + return chunkenc.ValHistogram +} + +func (it *HistogramIterator) Seek(ts int64) chunkenc.ValueType { + for { + if it.i >= len(it.l) { + return chunkenc.ValNone + } + if it.i != -1 && it.l[it.i].T >= ts { + return chunkenc.ValHistogram + } + it.i++ + } +} + +func (it *HistogramIterator) At() (t int64, v float64) { + panic("not implemented") +} + +func (it *HistogramIterator) AtHistogram(*histogram.Histogram) (int64, *histogram.Histogram) { + return it.l[it.i].T, it.l[it.i].H +} + +func (it *HistogramIterator) AtFloatHistogram(*histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { + panic("not implemented") +} + +func (it *HistogramIterator) AtT() int64 { + return it.l[it.i].T +} diff --git a/pkg/testutil/testpromcompatibility/api_compatibility.go b/pkg/testutil/testpromcompatibility/api_compatibility.go index 5a0584b379..684e10ad24 100644 --- a/pkg/testutil/testpromcompatibility/api_compatibility.go +++ b/pkg/testutil/testpromcompatibility/api_compatibility.go @@ -68,6 +68,7 @@ type AlertingRule struct { LastError string `json:"lastError,omitempty"` EvaluationTime float64 `json:"evaluationTime"` LastEvaluation time.Time `json:"lastEvaluation"` + KeepFiringFor float64 `json:"keepFiringFor"` // Type of an AlertingRule is always "alerting". Type string `json:"type"` } diff --git a/pkg/tracing/grpc.go b/pkg/tracing/grpc.go index 78b4391bf8..93ec18cd18 100644 --- a/pkg/tracing/grpc.go +++ b/pkg/tracing/grpc.go @@ -7,8 +7,8 @@ import ( "context" grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware/v2" - grpc_opentracing "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tracing" - opentracing "github.com/opentracing/opentracing-go" + "github.com/opentracing/opentracing-go" + grpc_opentracing "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware" "google.golang.org/grpc" ) diff --git a/pkg/tracing/http.go b/pkg/tracing/http.go index 21b6663f4f..0ea07c9e00 100644 --- a/pkg/tracing/http.go +++ b/pkg/tracing/http.go @@ -14,6 +14,8 @@ import ( "github.com/go-kit/log/level" "github.com/opentracing/opentracing-go" "github.com/opentracing/opentracing-go/ext" + + "github.com/thanos-io/thanos/pkg/server/http/middleware" "github.com/thanos-io/thanos/pkg/tracing/migration" ) @@ -32,6 +34,9 @@ func HTTPMiddleware(tracer opentracing.Tracer, name string, logger log.Logger, n } opts := []opentracing.StartSpanOption{ext.RPCServerOption(wireContext)} + if requestID, ok := middleware.RequestIDFromContext(r.Context()); ok { + opts = append(opts, opentracing.Tag{Key: "request_id", Value: requestID}) + } // Check for force tracing header and add it as a tag at the start of span. // This is required for the OpenTelemetry sampler to force tracing. if r.Header.Get(ForceTracingBaggageKey) != "" { diff --git a/pkg/tracing/interceptors/client.go b/pkg/tracing/interceptors/client.go new file mode 100644 index 0000000000..a45ec8fcb5 --- /dev/null +++ b/pkg/tracing/interceptors/client.go @@ -0,0 +1,85 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +// gRPC Prometheus monitoring interceptors for client-side gRPC. + +package interceptors + +import ( + "context" + "time" + + "google.golang.org/grpc" +) + +// UnaryClientInterceptor is a gRPC client-side interceptor that provides reporting for Unary RPCs. +func UnaryClientInterceptor(reportable ClientReportable) grpc.UnaryClientInterceptor { + return func(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error { + r := newReport(Unary, method) + reporter, newCtx := reportable.ClientReporter(ctx, req, r.rpcType, r.service, r.method) + + reporter.PostMsgSend(req, nil, time.Since(r.startTime)) + err := invoker(newCtx, method, req, reply, cc, opts...) + reporter.PostMsgReceive(reply, err, time.Since(r.startTime)) + + reporter.PostCall(err, time.Since(r.startTime)) + return err + } +} + +// StreamClientInterceptor is a gRPC client-side interceptor that provides reporting for Stream RPCs. +func StreamClientInterceptor(reportable ClientReportable) grpc.StreamClientInterceptor { + return func(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, streamer grpc.Streamer, opts ...grpc.CallOption) (grpc.ClientStream, error) { + r := newReport(clientStreamType(desc), method) + reporter, newCtx := reportable.ClientReporter(ctx, nil, r.rpcType, r.service, r.method) + + clientStream, err := streamer(newCtx, desc, cc, method, opts...) + if err != nil { + reporter.PostCall(err, time.Since(r.startTime)) + return nil, err + } + return &monitoredClientStream{ClientStream: clientStream, startTime: r.startTime, reporter: reporter}, nil + } +} + +func clientStreamType(desc *grpc.StreamDesc) GRPCType { + if desc.ClientStreams && !desc.ServerStreams { + return ClientStream + } else if !desc.ClientStreams && desc.ServerStreams { + return ServerStream + } + return BidiStream +} + +// monitoredClientStream wraps grpc.ClientStream allowing each Sent/Recv of message to report. +type monitoredClientStream struct { + grpc.ClientStream + + startTime time.Time + reporter Reporter +} + +func (s *monitoredClientStream) SendMsg(m interface{}) error { + start := time.Now() + err := s.ClientStream.SendMsg(m) + s.reporter.PostMsgSend(m, err, time.Since(start)) + return err +} + +func (s *monitoredClientStream) RecvMsg(m interface{}) error { + start := time.Now() + err := s.ClientStream.RecvMsg(m) + s.reporter.PostMsgReceive(m, err, time.Since(start)) + + if err == nil { + return nil + } + + s.reporter.PostCall(err, time.Since(s.startTime)) + return err +} diff --git a/pkg/tracing/interceptors/reporter.go b/pkg/tracing/interceptors/reporter.go new file mode 100644 index 0000000000..4ccdb0b61e --- /dev/null +++ b/pkg/tracing/interceptors/reporter.go @@ -0,0 +1,87 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package interceptors + +import ( + "context" + "fmt" + "strings" + "time" + + "google.golang.org/grpc/codes" +) + +type GRPCType string + +const ( + Unary GRPCType = "unary" + ClientStream GRPCType = "client_stream" + ServerStream GRPCType = "server_stream" + BidiStream GRPCType = "bidi_stream" +) + +var ( + AllCodes = []codes.Code{ + codes.OK, codes.Canceled, codes.Unknown, codes.InvalidArgument, codes.DeadlineExceeded, codes.NotFound, + codes.AlreadyExists, codes.PermissionDenied, codes.Unauthenticated, codes.ResourceExhausted, + codes.FailedPrecondition, codes.Aborted, codes.OutOfRange, codes.Unimplemented, codes.Internal, + codes.Unavailable, codes.DataLoss, + } +) + +func splitMethodName(fullMethod string) (string, string) { + fullMethod = strings.TrimPrefix(fullMethod, "/") // remove leading slash + if i := strings.Index(fullMethod, "/"); i >= 0 { + return fullMethod[:i], fullMethod[i+1:] + } + return "unknown", "unknown" +} + +func FullMethod(service, method string) string { + return fmt.Sprintf("/%s/%s", service, method) +} + +type ClientReportable interface { + ClientReporter(ctx context.Context, reqProtoOrNil interface{}, typ GRPCType, service string, method string) (Reporter, context.Context) +} + +type ServerReportable interface { + ServerReporter(ctx context.Context, reqProtoOrNil interface{}, typ GRPCType, service string, method string) (Reporter, context.Context) +} + +type Reporter interface { + PostCall(err error, rpcDuration time.Duration) + + PostMsgSend(reqProto interface{}, err error, sendDuration time.Duration) + PostMsgReceive(replyProto interface{}, err error, recvDuration time.Duration) +} + +var _ Reporter = NoopReporter{} + +type NoopReporter struct{} + +func (NoopReporter) PostCall(error, time.Duration) {} +func (NoopReporter) PostMsgSend(interface{}, error, time.Duration) {} +func (NoopReporter) PostMsgReceive(interface{}, error, time.Duration) {} + +type report struct { + rpcType GRPCType + service string + method string + startTime time.Time +} + +func newReport(typ GRPCType, fullMethod string) report { + r := report{ + startTime: time.Now(), + rpcType: typ, + } + r.service, r.method = splitMethodName(fullMethod) + return r +} diff --git a/pkg/tracing/interceptors/server.go b/pkg/tracing/interceptors/server.go new file mode 100644 index 0000000000..7bfed7bae5 --- /dev/null +++ b/pkg/tracing/interceptors/server.go @@ -0,0 +1,79 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +// gRPC Prometheus monitoring interceptors for server-side gRPC. + +package interceptors + +import ( + "context" + "time" + + "google.golang.org/grpc" +) + +// UnaryServerInterceptor is a gRPC server-side interceptor that provides reporting for Unary RPCs. +func UnaryServerInterceptor(reportable ServerReportable) grpc.UnaryServerInterceptor { + return func(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error) { + r := newReport(Unary, info.FullMethod) + reporter, newCtx := reportable.ServerReporter(ctx, req, r.rpcType, r.service, r.method) + + reporter.PostMsgReceive(req, nil, time.Since(r.startTime)) + resp, err := handler(newCtx, req) + reporter.PostMsgSend(resp, err, time.Since(r.startTime)) + + reporter.PostCall(err, time.Since(r.startTime)) + return resp, err + } +} + +// StreamServerInterceptor is a gRPC server-side interceptor that provides reporting for Streaming RPCs. +func StreamServerInterceptor(reportable ServerReportable) grpc.StreamServerInterceptor { + return func(srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, handler grpc.StreamHandler) error { + r := newReport(ServerStream, info.FullMethod) + reporter, newCtx := reportable.ServerReporter(ss.Context(), nil, streamRPCType(info), r.service, r.method) + err := handler(srv, &monitoredServerStream{ServerStream: ss, newCtx: newCtx, reporter: reporter}) + reporter.PostCall(err, time.Since(r.startTime)) + return err + } +} + +func streamRPCType(info *grpc.StreamServerInfo) GRPCType { + if info.IsClientStream && !info.IsServerStream { + return ClientStream + } else if !info.IsClientStream && info.IsServerStream { + return ServerStream + } + return BidiStream +} + +// monitoredStream wraps grpc.ServerStream allowing each Sent/Recv of message to report. +type monitoredServerStream struct { + grpc.ServerStream + + newCtx context.Context + reporter Reporter +} + +func (s *monitoredServerStream) Context() context.Context { + return s.newCtx +} + +func (s *monitoredServerStream) SendMsg(m interface{}) error { + start := time.Now() + err := s.ServerStream.SendMsg(m) + s.reporter.PostMsgSend(m, err, time.Since(start)) + return err +} + +func (s *monitoredServerStream) RecvMsg(m interface{}) error { + start := time.Now() + err := s.ServerStream.RecvMsg(m) + s.reporter.PostMsgReceive(m, err, time.Since(start)) + return err +} diff --git a/pkg/tracing/otlp/config_yaml.go b/pkg/tracing/otlp/config_yaml.go index caa9ceb5ba..abce5370e2 100644 --- a/pkg/tracing/otlp/config_yaml.go +++ b/pkg/tracing/otlp/config_yaml.go @@ -22,6 +22,7 @@ type retryConfig struct { type Config struct { ClientType string `yaml:"client_type"` ServiceName string `yaml:"service_name"` + ResourceAttributes map[string]string `yaml:"resource_attributes"` ReconnectionPeriod time.Duration `yaml:"reconnection_period"` Compression string `yaml:"compression"` Insecure bool `yaml:"insecure"` @@ -31,6 +32,8 @@ type Config struct { RetryConfig retryConfig `yaml:"retry_config"` Headers map[string]string `yaml:"headers"` TLSConfig exthttp.TLSConfig `yaml:"tls_config"` + SamplerType string `yaml:"sampler_type"` + SamplerParam string `yaml:"sampler_param"` } func traceGRPCOptions(config Config) []otlptracegrpc.Option { diff --git a/pkg/tracing/otlp/otlp.go b/pkg/tracing/otlp/otlp.go index 7f0890a790..cb5220240a 100644 --- a/pkg/tracing/otlp/otlp.go +++ b/pkg/tracing/otlp/otlp.go @@ -5,8 +5,11 @@ package otlp import ( "context" + "strconv" "strings" + "go.opentelemetry.io/otel/attribute" + "github.com/thanos-io/thanos/pkg/tracing/migration" "github.com/go-kit/log" @@ -23,8 +26,14 @@ import ( ) const ( - TracingClientGRPC string = "grpc" - TracingClientHTTP string = "http" + TracingClientGRPC string = "grpc" + TracingClientHTTP string = "http" + AlwaysSample string = "alwayssample" + NeverSample string = "neversample" + TraceIDRatioBasedSample string = "traceidratiobased" + ParentBasedAlwaysSample string = "parentbasedalwayssample" + ParentBasedNeverSample string = "parentbasedneversample" + ParentBasedTraceIDRatioBasedSample string = "parentbasedtraceidratiobased" ) // NewOTELTracer returns an OTLP exporter based tracer. @@ -59,25 +68,38 @@ func NewTracerProvider(ctx context.Context, logger log.Logger, conf []byte) (*tr } processor := tracesdk.NewBatchSpanProcessor(exporter) - tp := newTraceProvider(ctx, processor, logger, config.ServiceName) + sampler, err := getSampler(config) + if err != nil { + logger.Log(err) + } + tp := newTraceProvider(ctx, processor, logger, config.ServiceName, config.ResourceAttributes, sampler) return tp, nil } -func newTraceProvider(ctx context.Context, processor tracesdk.SpanProcessor, logger log.Logger, serviceName string) *tracesdk.TracerProvider { - resource, err := resource.New( - ctx, - resource.WithAttributes(semconv.ServiceNameKey.String(serviceName)), - ) +func newTraceProvider( + ctx context.Context, + processor tracesdk.SpanProcessor, + logger log.Logger, + serviceName string, + attrs map[string]string, + sampler tracesdk.Sampler, +) *tracesdk.TracerProvider { + resourceAttrs := make([]attribute.KeyValue, 0, len(attrs)+1) + if serviceName != "" { + resourceAttrs = append(resourceAttrs, semconv.ServiceNameKey.String(serviceName)) + } + for k, v := range attrs { + resourceAttrs = append(resourceAttrs, attribute.String(k, v)) + } + r, err := resource.New(ctx, resource.WithAttributes(resourceAttrs...)) if err != nil { level.Warn(logger).Log("msg", "jaeger: detecting resources for tracing provider failed", "err", err) } - sampler := tracesdk.ParentBased(tracesdk.TraceIDRatioBased(1.0)) - tp := tracesdk.NewTracerProvider( tracesdk.WithSpanProcessor(processor), - tracesdk.WithResource(resource), + tracesdk.WithResource(r), tracesdk.WithSampler( migration.SamplerWithOverride( sampler, migration.ForceTracingAttributeKey, @@ -86,3 +108,30 @@ func newTraceProvider(ctx context.Context, processor tracesdk.SpanProcessor, log ) return tp } + +func getSampler(config Config) (tracesdk.Sampler, error) { + switch strings.ToLower(config.SamplerType) { + case AlwaysSample: + return tracesdk.AlwaysSample(), nil + case NeverSample: + return tracesdk.NeverSample(), nil + case TraceIDRatioBasedSample: + arg, err := strconv.ParseFloat(config.SamplerParam, 64) + if err != nil { + return tracesdk.TraceIDRatioBased(1.0), err + } + return tracesdk.TraceIDRatioBased(arg), nil + case ParentBasedAlwaysSample: + return tracesdk.ParentBased(tracesdk.AlwaysSample()), nil + case ParentBasedNeverSample: + return tracesdk.ParentBased(tracesdk.NeverSample()), nil + case ParentBasedTraceIDRatioBasedSample: + arg, err := strconv.ParseFloat(config.SamplerParam, 64) + if err != nil { + return tracesdk.ParentBased(tracesdk.TraceIDRatioBased(1.0)), err + } + return tracesdk.ParentBased(tracesdk.TraceIDRatioBased(arg)), nil + } + + return tracesdk.ParentBased(tracesdk.TraceIDRatioBased(1.0)), nil +} diff --git a/pkg/tracing/otlp/otlp_test.go b/pkg/tracing/otlp/otlp_test.go index 979942d85b..c0c0c8c0dc 100644 --- a/pkg/tracing/otlp/otlp_test.go +++ b/pkg/tracing/otlp/otlp_test.go @@ -8,6 +8,7 @@ import ( "testing" "github.com/efficientgo/core/testutil" + "github.com/thanos-io/thanos/pkg/tracing" "github.com/thanos-io/thanos/pkg/tracing/migration" @@ -20,11 +21,7 @@ import ( func TestContextTracing_ClientEnablesTracing(t *testing.T) { exp := tracetest.NewInMemoryExporter() - tracerOtel := newTraceProvider( - context.Background(), - tracesdk.NewSimpleSpanProcessor(exp), - log.NewNopLogger(), - "thanos") + tracerOtel := newTraceProvider(context.Background(), tracesdk.NewSimpleSpanProcessor(exp), log.NewNopLogger(), "thanos", nil, tracesdk.AlwaysSample()) tracer, _ := migration.Bridge(tracerOtel, log.NewNopLogger()) clientRoot, _ := tracing.StartSpan(tracing.ContextWithTracer(context.Background(), tracer), "a") diff --git a/pkg/tracing/tracing.go b/pkg/tracing/tracing.go index 9ddb904280..767ace9ff8 100644 --- a/pkg/tracing/tracing.go +++ b/pkg/tracing/tracing.go @@ -73,7 +73,7 @@ func StartSpan(ctx context.Context, operationName string, opts ...opentracing.St return span, opentracing.ContextWithSpan(ctx, span) } -// DoInSpanWtihErr executes function doFn inside new span with `operationName` name and hooking as child to a span found within given context if any. +// DoInSpanWithErr executes function doFn inside new span with `operationName` name and hooking as child to a span found within given context if any. // It uses opentracing.Tracer propagated in context. If no found, it uses noop tracer notification. // It logs the error inside the new span created, which differentiates it from DoInSpan and DoWithSpan. func DoInSpanWithErr(ctx context.Context, operationName string, doFn func(context.Context) error, opts ...opentracing.StartSpanOption) error { diff --git a/pkg/tracing/tracing_middleware/client.go b/pkg/tracing/tracing_middleware/client.go new file mode 100644 index 0000000000..77167c957f --- /dev/null +++ b/pkg/tracing/tracing_middleware/client.go @@ -0,0 +1,106 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package tracing_middleware + +import ( + "context" + + "io" + "time" + + "github.com/opentracing/opentracing-go" + "github.com/opentracing/opentracing-go/ext" + "github.com/opentracing/opentracing-go/log" + "google.golang.org/grpc" + "google.golang.org/grpc/grpclog" + + "github.com/thanos-io/thanos/pkg/tracing/interceptors" + "github.com/thanos-io/thanos/pkg/tracing/util/metautils" +) + +type opentracingClientReporter struct { + typ interceptors.GRPCType + svcName, methodName string + + clientSpan opentracing.Span +} + +func (o *opentracingClientReporter) PostCall(err error, _ time.Duration) { + // Finish span. + if err != nil && err != io.EOF { + ext.Error.Set(o.clientSpan, true) + o.clientSpan.LogFields(log.String("event", "error"), log.String("message", err.Error())) + } + o.clientSpan.Finish() +} + +func (o *opentracingClientReporter) PostMsgSend(interface{}, error, time.Duration) {} + +func (o *opentracingClientReporter) PostMsgReceive(interface{}, error, time.Duration) {} + +type opentracingClientReportable struct { + tracer opentracing.Tracer + filterOutFunc FilterFunc +} + +func (o *opentracingClientReportable) ClientReporter(ctx context.Context, _ interface{}, typ interceptors.GRPCType, service string, method string) (interceptors.Reporter, context.Context) { + if o.filterOutFunc != nil && !o.filterOutFunc(ctx, method) { + return interceptors.NoopReporter{}, ctx + } + + newCtx, clientSpan := newClientSpanFromContext(ctx, o.tracer, interceptors.FullMethod(service, method)) + mock := &opentracingClientReporter{typ: typ, svcName: service, methodName: method, clientSpan: clientSpan} + return mock, newCtx +} + +// UnaryClientInterceptor returns a new unary client interceptor for OpenTracing. +func UnaryClientInterceptor(opts ...Option) grpc.UnaryClientInterceptor { + o := evaluateOptions(opts) + return interceptors.UnaryClientInterceptor(&opentracingClientReportable{tracer: o.tracer, filterOutFunc: o.filterOutFunc}) +} + +// StreamClientInterceptor returns a new streaming client interceptor for OpenTracing. +func StreamClientInterceptor(opts ...Option) grpc.StreamClientInterceptor { + o := evaluateOptions(opts) + return interceptors.StreamClientInterceptor(&opentracingClientReportable{tracer: o.tracer, filterOutFunc: o.filterOutFunc}) +} + +// ClientAddContextTags returns a context with specified opentracing tags, which +// are used by UnaryClientInterceptor/StreamClientInterceptor when creating a +// new span. +func ClientAddContextTags(ctx context.Context, tags opentracing.Tags) context.Context { + return context.WithValue(ctx, clientSpanTagKey{}, tags) +} + +type clientSpanTagKey struct{} + +func newClientSpanFromContext(ctx context.Context, tracer opentracing.Tracer, fullMethodName string) (context.Context, opentracing.Span) { + var parentSpanCtx opentracing.SpanContext + if parent := opentracing.SpanFromContext(ctx); parent != nil { + parentSpanCtx = parent.Context() + } + opts := []opentracing.StartSpanOption{ + opentracing.ChildOf(parentSpanCtx), + ext.SpanKindRPCClient, + grpcTag, + } + if tagx := ctx.Value(clientSpanTagKey{}); tagx != nil { + if opt, ok := tagx.(opentracing.StartSpanOption); ok { + opts = append(opts, opt) + } + } + clientSpan := tracer.StartSpan(fullMethodName, opts...) + // Make sure we add this to the metadata of the call, so it gets propagated: + md := metautils.ExtractOutgoing(ctx).Clone() + if err := tracer.Inject(clientSpan.Context(), opentracing.HTTPHeaders, metadataTextMap(md)); err != nil { + grpclog.Infof("grpc_opentracing: failed serializing trace information: %v", err) + } + ctxWithMetadata := md.ToOutgoing(ctx) + return opentracing.ContextWithSpan(ctxWithMetadata, clientSpan), clientSpan +} diff --git a/pkg/tracing/tracing_middleware/doc.go b/pkg/tracing/tracing_middleware/doc.go new file mode 100644 index 0000000000..d0db22e1db --- /dev/null +++ b/pkg/tracing/tracing_middleware/doc.go @@ -0,0 +1,29 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +// Package tracing_middleware +/* +tracing is a "parent" package for gRPC logging middlewares. + +This middleware relies on OpenTracing as our tracing interface. + +OpenTracing Interceptors + +These are both client-side and server-side interceptors for OpenTracing. They are a provider-agnostic, with backends +such as Zipkin, or Google Stackdriver Trace. + +For a service that sends out requests and receives requests, you *need* to use both, otherwise downstream requests will +not have the appropriate requests propagated. + +All server-side spans are tagged with grpc_ctxtags information. + +For more information see: +http://opentracing.io/documentation/ +https://github.com/opentracing/specification/blob/master/semantic_conventions.md +*/ +package tracing_middleware diff --git a/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.pb.go b/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.pb.go new file mode 100644 index 0000000000..315ffdf8ad --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.pb.go @@ -0,0 +1,1630 @@ +// Code generated by protoc-gen-gogo. DO NOT EDIT. +// source: fields.proto + +// This file is used for grpctesting discovery of log fields from requests using reflection and gogo proto more tags. + +package gogotestpb + +import ( + fmt "fmt" + io "io" + math "math" + time "time" + + _ "github.com/gogo/protobuf/gogoproto" + _ "github.com/gogo/protobuf/types" + github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + proto "github.com/golang/protobuf/proto" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf +var _ = time.Kitchen + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type Metadata struct { + Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty" log_field:"meta_tags"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Metadata) Reset() { *m = Metadata{} } +func (m *Metadata) String() string { return proto.CompactTextString(m) } +func (*Metadata) ProtoMessage() {} +func (*Metadata) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{0} +} +func (m *Metadata) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Metadata.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Metadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_Metadata.Merge(m, src) +} +func (m *Metadata) XXX_Size() int { + return m.Size() +} +func (m *Metadata) XXX_DiscardUnknown() { + xxx_messageInfo_Metadata.DiscardUnknown(m) +} + +var xxx_messageInfo_Metadata proto.InternalMessageInfo + +func (m *Metadata) GetTags() []string { + if m != nil { + return m.Tags + } + return nil +} + +type PingId struct { + Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" log_field:"ping_id"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PingId) Reset() { *m = PingId{} } +func (m *PingId) String() string { return proto.CompactTextString(m) } +func (*PingId) ProtoMessage() {} +func (*PingId) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{1} +} +func (m *PingId) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PingId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PingId.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PingId) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingId.Merge(m, src) +} +func (m *PingId) XXX_Size() int { + return m.Size() +} +func (m *PingId) XXX_DiscardUnknown() { + xxx_messageInfo_PingId.DiscardUnknown(m) +} + +var xxx_messageInfo_PingId proto.InternalMessageInfo + +func (m *PingId) GetId() int32 { + if m != nil { + return m.Id + } + return 0 +} + +type Ping struct { + Id *PingId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Ping) Reset() { *m = Ping{} } +func (m *Ping) String() string { return proto.CompactTextString(m) } +func (*Ping) ProtoMessage() {} +func (*Ping) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{2} +} +func (m *Ping) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Ping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Ping.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Ping) XXX_Merge(src proto.Message) { + xxx_messageInfo_Ping.Merge(m, src) +} +func (m *Ping) XXX_Size() int { + return m.Size() +} +func (m *Ping) XXX_DiscardUnknown() { + xxx_messageInfo_Ping.DiscardUnknown(m) +} + +var xxx_messageInfo_Ping proto.InternalMessageInfo + +func (m *Ping) GetId() *PingId { + if m != nil { + return m.Id + } + return nil +} + +func (m *Ping) GetValue() string { + if m != nil { + return m.Value + } + return "" +} + +type PingRequest struct { + Ping *Ping `protobuf:"bytes,1,opt,name=ping,proto3" json:"ping,omitempty"` + Meta *Metadata `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{3} +} +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) +} +func (m *PingRequest) XXX_Size() int { + return m.Size() +} +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_PingRequest proto.InternalMessageInfo + +func (m *PingRequest) GetPing() *Ping { + if m != nil { + return m.Ping + } + return nil +} + +func (m *PingRequest) GetMeta() *Metadata { + if m != nil { + return m.Meta + } + return nil +} + +type Pong struct { + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" log_field:"pong_id"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Pong) Reset() { *m = Pong{} } +func (m *Pong) String() string { return proto.CompactTextString(m) } +func (*Pong) ProtoMessage() {} +func (*Pong) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{4} +} +func (m *Pong) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Pong) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Pong.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Pong) XXX_Merge(src proto.Message) { + xxx_messageInfo_Pong.Merge(m, src) +} +func (m *Pong) XXX_Size() int { + return m.Size() +} +func (m *Pong) XXX_DiscardUnknown() { + xxx_messageInfo_Pong.DiscardUnknown(m) +} + +var xxx_messageInfo_Pong proto.InternalMessageInfo + +func (m *Pong) GetId() string { + if m != nil { + return m.Id + } + return "" +} + +type PongRequest struct { + Pong *Pong `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` + Meta *Metadata `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PongRequest) Reset() { *m = PongRequest{} } +func (m *PongRequest) String() string { return proto.CompactTextString(m) } +func (*PongRequest) ProtoMessage() {} +func (*PongRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{5} +} +func (m *PongRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PongRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PongRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PongRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PongRequest.Merge(m, src) +} +func (m *PongRequest) XXX_Size() int { + return m.Size() +} +func (m *PongRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PongRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_PongRequest proto.InternalMessageInfo + +func (m *PongRequest) GetPong() *Pong { + if m != nil { + return m.Pong + } + return nil +} + +func (m *PongRequest) GetMeta() *Metadata { + if m != nil { + return m.Meta + } + return nil +} + +type GoGoProtoStdTime struct { + Timestamp *time.Time `protobuf:"bytes,1,opt,name=timestamp,proto3,stdtime" json:"timestamp,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GoGoProtoStdTime) Reset() { *m = GoGoProtoStdTime{} } +func (m *GoGoProtoStdTime) String() string { return proto.CompactTextString(m) } +func (*GoGoProtoStdTime) ProtoMessage() {} +func (*GoGoProtoStdTime) Descriptor() ([]byte, []int) { + return fileDescriptor_d39ad626ec0e575e, []int{6} +} +func (m *GoGoProtoStdTime) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GoGoProtoStdTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_GoGoProtoStdTime.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *GoGoProtoStdTime) XXX_Merge(src proto.Message) { + xxx_messageInfo_GoGoProtoStdTime.Merge(m, src) +} +func (m *GoGoProtoStdTime) XXX_Size() int { + return m.Size() +} +func (m *GoGoProtoStdTime) XXX_DiscardUnknown() { + xxx_messageInfo_GoGoProtoStdTime.DiscardUnknown(m) +} + +var xxx_messageInfo_GoGoProtoStdTime proto.InternalMessageInfo + +func (m *GoGoProtoStdTime) GetTimestamp() *time.Time { + if m != nil { + return m.Timestamp + } + return nil +} + +func init() { + proto.RegisterType((*Metadata)(nil), "grpc_middleware.gogotestpb.Metadata") + proto.RegisterType((*PingId)(nil), "grpc_middleware.gogotestpb.PingId") + proto.RegisterType((*Ping)(nil), "grpc_middleware.gogotestpb.Ping") + proto.RegisterType((*PingRequest)(nil), "grpc_middleware.gogotestpb.PingRequest") + proto.RegisterType((*Pong)(nil), "grpc_middleware.gogotestpb.Pong") + proto.RegisterType((*PongRequest)(nil), "grpc_middleware.gogotestpb.PongRequest") + proto.RegisterType((*GoGoProtoStdTime)(nil), "grpc_middleware.gogotestpb.GoGoProtoStdTime") +} + +func init() { proto.RegisterFile("fields.proto", fileDescriptor_d39ad626ec0e575e) } + +var fileDescriptor_d39ad626ec0e575e = []byte{ + // 387 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0x3d, 0x6e, 0xdb, 0x30, + 0x14, 0xc7, 0x4b, 0x57, 0x36, 0x2a, 0xba, 0x43, 0xc1, 0xba, 0xa8, 0x2b, 0x14, 0x92, 0x40, 0x14, + 0xa8, 0x97, 0x4a, 0xa8, 0xdb, 0xa1, 0xed, 0xd0, 0x41, 0x8b, 0x91, 0x21, 0x80, 0xc0, 0x78, 0xca, + 0x22, 0xd0, 0x21, 0x4d, 0x10, 0x90, 0x4c, 0xc5, 0xa2, 0x93, 0x29, 0x77, 0xc8, 0x98, 0x23, 0x65, + 0xcc, 0x09, 0x9c, 0xc0, 0xb9, 0x81, 0x4f, 0x10, 0x90, 0xf2, 0x57, 0x10, 0xe4, 0x03, 0xc8, 0x46, + 0x42, 0xff, 0xdf, 0xe3, 0xef, 0x3d, 0x3d, 0xf8, 0x7e, 0x2c, 0x79, 0xce, 0xaa, 0xa8, 0x9c, 0x2a, + 0xad, 0x90, 0x27, 0xa6, 0xe5, 0x51, 0x56, 0x48, 0xc6, 0x72, 0x7e, 0x4a, 0xa7, 0x3c, 0x12, 0x4a, + 0x28, 0xcd, 0x2b, 0x5d, 0x8e, 0xbc, 0x8e, 0x39, 0xdb, 0x58, 0x6c, 0x4e, 0x35, 0xe1, 0x05, 0x42, + 0x29, 0x91, 0xf3, 0xd8, 0xde, 0x46, 0xb3, 0x71, 0xac, 0x65, 0xc1, 0x2b, 0x4d, 0x8b, 0xb2, 0x0e, + 0xe0, 0xbf, 0xf0, 0xdd, 0x3e, 0xd7, 0x94, 0x51, 0x4d, 0xd1, 0x0f, 0xe8, 0x68, 0x2a, 0xaa, 0x2e, + 0x08, 0xdf, 0xf6, 0xdc, 0xe4, 0xcb, 0x72, 0x1e, 0x7c, 0xca, 0x95, 0xc8, 0xac, 0xc2, 0x3f, 0x5c, + 0x70, 0x4d, 0x33, 0xf3, 0x1d, 0x13, 0x1b, 0xc3, 0x3f, 0x61, 0x2b, 0x95, 0x13, 0xb1, 0xc7, 0xd0, + 0x77, 0xd8, 0x90, 0xac, 0x0b, 0x42, 0xd0, 0x6b, 0x26, 0x9f, 0x97, 0xf3, 0xe0, 0xe3, 0x0e, 0x56, + 0xca, 0x89, 0xc8, 0x24, 0xc3, 0xa4, 0x21, 0x19, 0x4e, 0xa1, 0x63, 0x10, 0xd4, 0xdf, 0x00, 0xed, + 0x3e, 0x8e, 0x1e, 0xef, 0x2a, 0xaa, 0x1f, 0x30, 0x2c, 0xea, 0xc0, 0xe6, 0x09, 0xcd, 0x67, 0xbc, + 0xdb, 0x08, 0x41, 0xcf, 0x25, 0xf5, 0x05, 0x9f, 0xc1, 0xb6, 0xc9, 0x10, 0x7e, 0x3c, 0xe3, 0x95, + 0x46, 0xbf, 0xa1, 0x63, 0x1e, 0x5c, 0x95, 0x0e, 0x9f, 0x2b, 0x4d, 0x6c, 0x1a, 0xfd, 0x81, 0x8e, + 0xe9, 0xce, 0x56, 0x6e, 0xf7, 0xbf, 0x3d, 0x45, 0xad, 0x87, 0x45, 0x2c, 0x81, 0x63, 0xe8, 0xa4, + 0x6a, 0x22, 0x76, 0x26, 0xe0, 0x3e, 0x9c, 0x80, 0xda, 0x99, 0x80, 0xf1, 0x55, 0xf7, 0x7d, 0xd5, + 0x0b, 0x7d, 0x95, 0xf5, 0x55, 0xaf, 0xf2, 0x25, 0xf0, 0xc3, 0x40, 0x0d, 0x54, 0x6a, 0xfe, 0xfd, + 0x81, 0x66, 0x43, 0x59, 0x70, 0xf4, 0x1f, 0xba, 0x9b, 0xad, 0x58, 0x89, 0x78, 0x51, 0xbd, 0x37, + 0xd1, 0x7a, 0x6f, 0xa2, 0xe1, 0x3a, 0x91, 0x38, 0xe7, 0xd7, 0x01, 0x20, 0x5b, 0x24, 0xf9, 0x7a, + 0xb9, 0xf0, 0xc1, 0xd5, 0xc2, 0x07, 0x37, 0x0b, 0x1f, 0x5c, 0xdc, 0xfa, 0x6f, 0x0e, 0xe1, 0x56, + 0x60, 0xd4, 0xb2, 0x25, 0x7e, 0xdd, 0x05, 0x00, 0x00, 0xff, 0xff, 0x28, 0x7e, 0xe2, 0x59, 0xca, + 0x02, 0x00, 0x00, +} + +func (m *Metadata) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Metadata) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.Tags) > 0 { + for _, s := range m.Tags { + dAtA[i] = 0xa + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PingId) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PingId) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Id != 0 { + dAtA[i] = 0x8 + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Id)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *Ping) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Ping) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Id != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Id.Size())) + n1, err := m.Id.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n1 + } + if len(m.Value) > 0 { + dAtA[i] = 0x12 + i++ + i = encodeVarintFields(dAtA, i, uint64(len(m.Value))) + i += copy(dAtA[i:], m.Value) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PingRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PingRequest) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Ping != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Ping.Size())) + n2, err := m.Ping.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n2 + } + if m.Meta != nil { + dAtA[i] = 0x12 + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Meta.Size())) + n3, err := m.Meta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n3 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *Pong) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Pong) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.Id) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintFields(dAtA, i, uint64(len(m.Id))) + i += copy(dAtA[i:], m.Id) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PongRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PongRequest) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Pong != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Pong.Size())) + n4, err := m.Pong.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n4 + } + if m.Meta != nil { + dAtA[i] = 0x12 + i++ + i = encodeVarintFields(dAtA, i, uint64(m.Meta.Size())) + n5, err := m.Meta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n5 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *GoGoProtoStdTime) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *GoGoProtoStdTime) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Timestamp != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintFields(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdTime(*m.Timestamp))) + n6, err := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.Timestamp, dAtA[i:]) + if err != nil { + return 0, err + } + i += n6 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func encodeVarintFields(dAtA []byte, offset int, v uint64) int { + for v >= 1<<7 { + dAtA[offset] = uint8(v&0x7f | 0x80) + v >>= 7 + offset++ + } + dAtA[offset] = uint8(v) + return offset + 1 +} +func (m *Metadata) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if len(m.Tags) > 0 { + for _, s := range m.Tags { + l = len(s) + n += 1 + l + sovFields(uint64(l)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PingId) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Id != 0 { + n += 1 + sovFields(uint64(m.Id)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Ping) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Id != nil { + l = m.Id.Size() + n += 1 + l + sovFields(uint64(l)) + } + l = len(m.Value) + if l > 0 { + n += 1 + l + sovFields(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PingRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Ping != nil { + l = m.Ping.Size() + n += 1 + l + sovFields(uint64(l)) + } + if m.Meta != nil { + l = m.Meta.Size() + n += 1 + l + sovFields(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Pong) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Id) + if l > 0 { + n += 1 + l + sovFields(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PongRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Pong != nil { + l = m.Pong.Size() + n += 1 + l + sovFields(uint64(l)) + } + if m.Meta != nil { + l = m.Meta.Size() + n += 1 + l + sovFields(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *GoGoProtoStdTime) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Timestamp != nil { + l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.Timestamp) + n += 1 + l + sovFields(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func sovFields(x uint64) (n int) { + for { + n++ + x >>= 7 + if x == 0 { + break + } + } + return n +} +func sozFields(x uint64) (n int) { + return sovFields(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} +func (m *Metadata) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Metadata: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Metadata: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Tags", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Tags = append(m.Tags, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PingId) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PingId: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PingId: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) + } + m.Id = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Id |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Ping) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Ping: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Ping: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Id == nil { + m.Id = &PingId{} + } + if err := m.Id.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Value", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Value = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PingRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PingRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PingRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Ping", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Ping == nil { + m.Ping = &Ping{} + } + if err := m.Ping.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Meta", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Meta == nil { + m.Meta = &Metadata{} + } + if err := m.Meta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Pong) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Pong: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Pong: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Id = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PongRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PongRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PongRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Pong", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Pong == nil { + m.Pong = &Pong{} + } + if err := m.Pong.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Meta", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Meta == nil { + m.Meta = &Metadata{} + } + if err := m.Meta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *GoGoProtoStdTime) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: GoGoProtoStdTime: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GoGoProtoStdTime: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Timestamp", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowFields + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthFields + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthFields + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Timestamp == nil { + m.Timestamp = new(time.Time) + } + if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(m.Timestamp, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipFields(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthFields + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func skipFields(dAtA []byte) (n int, err error) { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowFields + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + wireType := int(wire & 0x7) + switch wireType { + case 0: + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowFields + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + iNdEx++ + if dAtA[iNdEx-1] < 0x80 { + break + } + } + return iNdEx, nil + case 1: + iNdEx += 8 + return iNdEx, nil + case 2: + var length int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowFields + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + length |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if length < 0 { + return 0, ErrInvalidLengthFields + } + iNdEx += length + if iNdEx < 0 { + return 0, ErrInvalidLengthFields + } + return iNdEx, nil + case 3: + for { + var innerWire uint64 + var start int = iNdEx + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowFields + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + innerWire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + innerWireType := int(innerWire & 0x7) + if innerWireType == 4 { + break + } + next, err := skipFields(dAtA[start:]) + if err != nil { + return 0, err + } + iNdEx = start + next + if iNdEx < 0 { + return 0, ErrInvalidLengthFields + } + } + return iNdEx, nil + case 4: + return iNdEx, nil + case 5: + iNdEx += 4 + return iNdEx, nil + default: + return 0, fmt.Errorf("proto: illegal wireType %d", wireType) + } + } + panic("unreachable") +} + +var ( + ErrInvalidLengthFields = fmt.Errorf("proto: negative length found during unmarshaling") + ErrIntOverflowFields = fmt.Errorf("proto: integer overflow") +) diff --git a/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.proto b/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.proto new file mode 100644 index 0000000000..1c7546dffc --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/gogotestpb/fields.proto @@ -0,0 +1,50 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +syntax = "proto3"; + +// This file is used for grpctesting discovery of log fields from requests using reflection and gogo proto more tags. +package grpc_middleware.gogotestpb; + +import "gogoproto/gogo.proto"; +import "google/protobuf/timestamp.proto"; + +option (gogoproto.gogoproto_import) = false; + +option go_package = "gogotestpb"; + +message Metadata { + repeated string tags = 1 [(gogoproto.moretags) = "log_field:\"meta_tags\""]; +} + +message PingId { + int32 id = 1 [(gogoproto.moretags) = "log_field:\"ping_id\""]; +} + +message Ping { + PingId id = 1; + string value = 2; +} + +message PingRequest { + Ping ping = 1; + Metadata meta = 2; +} + +message Pong { + string id = 1 [(gogoproto.moretags) = "log_field:\"pong_id\""]; +} + +message PongRequest { + Pong pong = 1; + Metadata meta = 2; +} + +message GoGoProtoStdTime { + google.protobuf.Timestamp timestamp = 1 [(gogoproto.stdtime) = true]; +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go b/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go new file mode 100644 index 0000000000..15856885f2 --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go @@ -0,0 +1,209 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package grpctesting + +import ( + "context" + "crypto/rand" + "crypto/rsa" + "crypto/tls" + "crypto/x509" + "crypto/x509/pkix" + "encoding/pem" + "flag" + "math/big" + "net" + "sync" + "time" + + "google.golang.org/grpc/credentials/insecure" + + "github.com/stretchr/testify/require" + "github.com/stretchr/testify/suite" + "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware/grpctesting/testpb" + "google.golang.org/grpc" + "google.golang.org/grpc/credentials" +) + +var ( + flagTls = flag.Bool("use_tls", true, "whether all gRPC middleware tests should use tls") + certPEM []byte + keyPEM []byte +) + +// InterceptorTestSuite is a testify/Suite that starts a gRPC PingService server and a client. +type InterceptorTestSuite struct { + suite.Suite + + TestService testpb.TestServiceServer + ServerOpts []grpc.ServerOption + ClientOpts []grpc.DialOption + + serverAddr string + ServerListener net.Listener + Server *grpc.Server + clientConn *grpc.ClientConn + Client testpb.TestServiceClient + + restartServerWithDelayedStart chan time.Duration + serverRunning chan bool + + cancels []context.CancelFunc +} + +func (s *InterceptorTestSuite) SetupSuite() { + s.restartServerWithDelayedStart = make(chan time.Duration) + s.serverRunning = make(chan bool) + + s.serverAddr = "127.0.0.1:0" + var err error + certPEM, keyPEM, err = generateCertAndKey([]string{"localhost", "example.com"}) + require.NoError(s.T(), err, "unable to generate test certificate/key") + + go func() { + for { + var err error + s.ServerListener, err = net.Listen("tcp", s.serverAddr) + s.serverAddr = s.ServerListener.Addr().String() + require.NoError(s.T(), err, "must be able to allocate a port for serverListener") + if *flagTls { + cert, err := tls.X509KeyPair(certPEM, keyPEM) + require.NoError(s.T(), err, "unable to load test TLS certificate") + creds := credentials.NewServerTLSFromCert(&cert) + s.ServerOpts = append(s.ServerOpts, grpc.Creds(creds)) + } + // This is the point where we hook up the interceptor. + s.Server = grpc.NewServer(s.ServerOpts...) + // Create a service if the instantiator hasn't provided one. + if s.TestService == nil { + s.TestService = &TestPingService{T: s.T()} + } + testpb.RegisterTestServiceServer(s.Server, s.TestService) + + w := sync.WaitGroup{} + w.Add(1) + go func() { + _ = s.Server.Serve(s.ServerListener) + w.Done() + }() + if s.Client == nil { + s.Client = s.NewClient(s.ClientOpts...) + } + + s.serverRunning <- true + + d := <-s.restartServerWithDelayedStart + s.Server.Stop() + time.Sleep(d) + w.Wait() + } + }() + + select { + case <-s.serverRunning: + case <-time.After(2 * time.Second): + s.T().Fatal("server failed to start before deadline") + } +} + +func (s *InterceptorTestSuite) RestartServer(delayedStart time.Duration) <-chan bool { + s.restartServerWithDelayedStart <- delayedStart + time.Sleep(10 * time.Millisecond) + return s.serverRunning +} + +func (s *InterceptorTestSuite) NewClient(dialOpts ...grpc.DialOption) testpb.TestServiceClient { + var err error + if *flagTls { + cp := x509.NewCertPool() + if !cp.AppendCertsFromPEM(certPEM) { + s.T().Fatal("failed to append certificate") + } + creds := credentials.NewTLS(&tls.Config{ServerName: "localhost", RootCAs: cp}) + dialOpts = append(dialOpts, grpc.WithTransportCredentials(creds)) + } else { + dialOpts = append(dialOpts, grpc.WithTransportCredentials(insecure.NewCredentials())) + } + s.clientConn, err = grpc.NewClient(s.ServerAddr(), dialOpts...) + require.NoError(s.T(), err, "must not error on client Dial") + return testpb.NewTestServiceClient(s.clientConn) +} + +func (s *InterceptorTestSuite) ServerAddr() string { + return s.serverAddr +} + +func (s *InterceptorTestSuite) SimpleCtx() context.Context { + ctx, cancel := context.WithTimeout(context.TODO(), 2*time.Second) + s.cancels = append(s.cancels, cancel) + return ctx +} + +func (s *InterceptorTestSuite) DeadlineCtx(deadline time.Time) context.Context { + ctx, cancel := context.WithDeadline(context.TODO(), deadline) + s.cancels = append(s.cancels, cancel) + return ctx +} + +func (s *InterceptorTestSuite) TearDownSuite() { + time.Sleep(10 * time.Millisecond) + if s.ServerListener != nil { + s.Server.GracefulStop() + s.T().Logf("stopped grpc.Server at: %v", s.ServerAddr()) + _ = s.ServerListener.Close() + } + if s.clientConn != nil { + _ = s.clientConn.Close() + } + for _, c := range s.cancels { + c() + } +} + +// generateCertAndKey copied from https://github.com/johanbrandhorst/certify/blob/master/issuers/vault/vault_suite_test.go#L255 +// with minor modifications. +func generateCertAndKey(san []string) ([]byte, []byte, error) { + priv, err := rsa.GenerateKey(rand.Reader, 2048) + if err != nil { + return nil, nil, err + } + notBefore := time.Now() + notAfter := notBefore.Add(time.Hour) + serialNumberLimit := new(big.Int).Lsh(big.NewInt(1), 128) + serialNumber, err := rand.Int(rand.Reader, serialNumberLimit) + if err != nil { + return nil, nil, err + } + template := x509.Certificate{ + SerialNumber: serialNumber, + Subject: pkix.Name{ + CommonName: "example.com", + }, + NotBefore: notBefore, + NotAfter: notAfter, + KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature, + ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, + BasicConstraintsValid: true, + DNSNames: san, + } + derBytes, err := x509.CreateCertificate(rand.Reader, &template, &template, priv.Public(), priv) + if err != nil { + return nil, nil, err + } + certOut := pem.EncodeToMemory(&pem.Block{ + Type: "CERTIFICATE", + Bytes: derBytes, + }) + keyOut := pem.EncodeToMemory(&pem.Block{ + Type: "RSA PRIVATE KEY", + Bytes: x509.MarshalPKCS1PrivateKey(priv), + }) + + return certOut, keyOut, nil +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/mutex_readerwriter.go b/pkg/tracing/tracing_middleware/grpctesting/mutex_readerwriter.go new file mode 100644 index 0000000000..44ed5249c8 --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/mutex_readerwriter.go @@ -0,0 +1,39 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package grpctesting + +import ( + "io" + "sync" +) + +// MutexReadWriter is a io.ReadWriter that can be read and worked on from multiple go routines. +type MutexReadWriter struct { + sync.Mutex + rw io.ReadWriter +} + +// NewMutexReadWriter creates a new thread-safe io.ReadWriter. +func NewMutexReadWriter(rw io.ReadWriter) *MutexReadWriter { + return &MutexReadWriter{rw: rw} +} + +// Write implements the io.Writer interface. +func (m *MutexReadWriter) Write(p []byte) (int, error) { + m.Lock() + defer m.Unlock() + return m.rw.Write(p) +} + +// Read implements the io.Reader interface. +func (m *MutexReadWriter) Read(p []byte) (int, error) { + m.Lock() + defer m.Unlock() + return m.rw.Read(p) +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/pingservice.go b/pkg/tracing/tracing_middleware/grpctesting/pingservice.go new file mode 100644 index 0000000000..6d64ed6d7c --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/pingservice.go @@ -0,0 +1,81 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +/* +Package `grpc_testing` provides helper functions for testing validators in this package. +*/ + +package grpctesting + +import ( + "context" + "io" + "testing" + + "google.golang.org/grpc/codes" + "google.golang.org/grpc/status" + + "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware/grpctesting/testpb" +) + +const ( + // DefaultPongValue is the default value used. + DefaultResponseValue = "default_response_value" + // ListResponseCount is the expected number of responses to PingList. + ListResponseCount = 100 +) + +type TestPingService struct { + T *testing.T +} + +func (s *TestPingService) PingEmpty(_ context.Context, _ *testpb.Empty) (*testpb.PingResponse, error) { + return &testpb.PingResponse{Value: DefaultResponseValue, Counter: 0}, nil +} + +func (s *TestPingService) Ping(_ context.Context, ping *testpb.PingRequest) (*testpb.PingResponse, error) { + // Send user trailers and headers. + return &testpb.PingResponse{Value: ping.Value, Counter: 0}, nil +} + +func (s *TestPingService) PingError(_ context.Context, ping *testpb.PingRequest) (*testpb.Empty, error) { + code := codes.Code(ping.ErrorCodeReturned) + return nil, status.Errorf(code, "Userspace error.") +} + +func (s *TestPingService) PingList(ping *testpb.PingRequest, stream testpb.TestService_PingListServer) error { + if ping.ErrorCodeReturned != 0 { + return status.Errorf(codes.Code(ping.ErrorCodeReturned), "foobar") + } + // Send user trailers and headers. + for i := 0; i < ListResponseCount; i++ { + if err := stream.Send(&testpb.PingResponse{Value: ping.Value, Counter: int32(i)}); err != nil { + return err + } + } + return nil +} + +func (s *TestPingService) PingStream(stream testpb.TestService_PingStreamServer) error { + count := 0 + for { + ping, err := stream.Recv() + if err == io.EOF { + break + } + if err != nil { + return err + } + if err := stream.Send(&testpb.PingResponse{Value: ping.Value, Counter: int32(count)}); err != nil { + return err + } + + count += 1 + } + return nil +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_extractfields.pb.go b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_extractfields.pb.go new file mode 100644 index 0000000000..ab1f0191c7 --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_extractfields.pb.go @@ -0,0 +1,10 @@ +// Manual code for logging field extraction tests. + +package testpb + +const TestServiceFullName = "grpc_middleware.testpb.TestService" + +// This is implementing tags.requestFieldsExtractor. +func (m *PingRequest) ExtractRequestFields(appendToMap map[string]string) { + appendToMap["value"] = m.Value +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_validator.pb.go b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_validator.pb.go new file mode 100644 index 0000000000..f123c70b76 --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.manual_validator.pb.go @@ -0,0 +1,12 @@ +// Manual code for validation tests. + +package testpb + +import "github.com/pkg/errors" + +func (m *PingRequest) Validate() error { + if m.SleepTimeMs > 10000 { + return errors.New("cannot sleep for more than 10s") + } + return nil +} diff --git a/pkg/tracing/tracing_middleware/grpctesting/testpb/test.pb.go b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.pb.go new file mode 100644 index 0000000000..bba2dd4f3a --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.pb.go @@ -0,0 +1,1037 @@ +// Code generated by protoc-gen-gogo. DO NOT EDIT. +// source: test.proto + +package testpb + +import ( + context "context" + fmt "fmt" + io "io" + math "math" + + proto "github.com/gogo/protobuf/proto" + grpc "google.golang.org/grpc" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package + +type Empty struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Empty) Reset() { *m = Empty{} } +func (m *Empty) String() string { return proto.CompactTextString(m) } +func (*Empty) ProtoMessage() {} +func (*Empty) Descriptor() ([]byte, []int) { + return fileDescriptor_c161fcfdc0c3ff1e, []int{0} +} +func (m *Empty) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Empty.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Empty) XXX_Merge(src proto.Message) { + xxx_messageInfo_Empty.Merge(m, src) +} +func (m *Empty) XXX_Size() int { + return m.Size() +} +func (m *Empty) XXX_DiscardUnknown() { + xxx_messageInfo_Empty.DiscardUnknown(m) +} + +var xxx_messageInfo_Empty proto.InternalMessageInfo + +type PingRequest struct { + Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + SleepTimeMs int32 `protobuf:"varint,2,opt,name=sleep_time_ms,json=sleepTimeMs,proto3" json:"sleep_time_ms,omitempty"` + ErrorCodeReturned uint32 `protobuf:"varint,3,opt,name=error_code_returned,json=errorCodeReturned,proto3" json:"error_code_returned,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PingRequest) Reset() { *m = PingRequest{} } +func (m *PingRequest) String() string { return proto.CompactTextString(m) } +func (*PingRequest) ProtoMessage() {} +func (*PingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_c161fcfdc0c3ff1e, []int{1} +} +func (m *PingRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PingRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingRequest.Merge(m, src) +} +func (m *PingRequest) XXX_Size() int { + return m.Size() +} +func (m *PingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_PingRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_PingRequest proto.InternalMessageInfo + +func (m *PingRequest) GetValue() string { + if m != nil { + return m.Value + } + return "" +} + +func (m *PingRequest) GetSleepTimeMs() int32 { + if m != nil { + return m.SleepTimeMs + } + return 0 +} + +func (m *PingRequest) GetErrorCodeReturned() uint32 { + if m != nil { + return m.ErrorCodeReturned + } + return 0 +} + +type PingResponse struct { + Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"` + Counter int32 `protobuf:"varint,2,opt,name=counter,proto3" json:"counter,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PingResponse) Reset() { *m = PingResponse{} } +func (m *PingResponse) String() string { return proto.CompactTextString(m) } +func (*PingResponse) ProtoMessage() {} +func (*PingResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_c161fcfdc0c3ff1e, []int{2} +} +func (m *PingResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PingResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PingResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_PingResponse.Merge(m, src) +} +func (m *PingResponse) XXX_Size() int { + return m.Size() +} +func (m *PingResponse) XXX_DiscardUnknown() { + xxx_messageInfo_PingResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_PingResponse proto.InternalMessageInfo + +func (m *PingResponse) GetValue() string { + if m != nil { + return m.Value + } + return "" +} + +func (m *PingResponse) GetCounter() int32 { + if m != nil { + return m.Counter + } + return 0 +} + +func init() { + proto.RegisterType((*Empty)(nil), "grpc_middleware.testpb.Empty") + proto.RegisterType((*PingRequest)(nil), "grpc_middleware.testpb.PingRequest") + proto.RegisterType((*PingResponse)(nil), "grpc_middleware.testpb.PingResponse") +} + +func init() { proto.RegisterFile("test.proto", fileDescriptor_c161fcfdc0c3ff1e) } + +var fileDescriptor_c161fcfdc0c3ff1e = []byte{ + // 320 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x52, 0xcd, 0x4a, 0x33, 0x31, + 0x14, 0x6d, 0xbe, 0x7e, 0x6d, 0xed, 0xad, 0x5d, 0x18, 0x8b, 0x0c, 0x82, 0xa5, 0x44, 0x17, 0xb3, + 0x1a, 0x8a, 0xee, 0x5d, 0x28, 0xee, 0x14, 0x34, 0x2d, 0x82, 0x82, 0x0c, 0xed, 0xcc, 0xa5, 0x04, + 0x9a, 0x49, 0x4c, 0x32, 0x2d, 0x3e, 0x9f, 0x1b, 0x97, 0x3e, 0x82, 0xf4, 0x49, 0x24, 0x69, 0x85, + 0x2e, 0xb4, 0x74, 0xd1, 0xe5, 0x3d, 0xe7, 0x70, 0x7e, 0x42, 0x00, 0x1c, 0x5a, 0x97, 0x68, 0xa3, + 0x9c, 0xa2, 0x47, 0x13, 0xa3, 0xb3, 0x54, 0x8a, 0x3c, 0x9f, 0xe2, 0x7c, 0x64, 0x30, 0xf1, 0x9c, + 0x1e, 0xb3, 0x06, 0xd4, 0x6e, 0xa4, 0x76, 0x6f, 0x6c, 0x0e, 0xad, 0x7b, 0x51, 0x4c, 0x38, 0xbe, + 0x96, 0x68, 0x1d, 0xed, 0x40, 0x6d, 0x36, 0x9a, 0x96, 0x18, 0x91, 0x1e, 0x89, 0x9b, 0x7c, 0x79, + 0x50, 0x06, 0x6d, 0x3b, 0x45, 0xd4, 0xa9, 0x13, 0x12, 0x53, 0x69, 0xa3, 0x7f, 0x3d, 0x12, 0xd7, + 0x78, 0x2b, 0x80, 0x43, 0x21, 0xf1, 0xce, 0xd2, 0x04, 0x0e, 0xd1, 0x18, 0x65, 0xd2, 0x4c, 0xe5, + 0x98, 0x1a, 0x74, 0xa5, 0x29, 0x30, 0x8f, 0xaa, 0x3d, 0x12, 0xb7, 0xf9, 0x41, 0xa0, 0xae, 0x55, + 0x8e, 0x7c, 0x45, 0xb0, 0x4b, 0xd8, 0x5f, 0x06, 0x5b, 0xad, 0x0a, 0x8b, 0x3e, 0xf9, 0x71, 0x3d, + 0x39, 0x1c, 0x34, 0x82, 0x46, 0xa6, 0xca, 0xc2, 0xa1, 0x59, 0x65, 0xfe, 0x9c, 0xe7, 0xef, 0x55, + 0x68, 0x0d, 0xd1, 0xba, 0x01, 0x9a, 0x99, 0xc8, 0x90, 0x72, 0x68, 0x7a, 0xbf, 0xb0, 0x8a, 0x9e, + 0x24, 0xbf, 0xef, 0x4e, 0x02, 0x7d, 0x7c, 0xf6, 0x17, 0xbd, 0xde, 0x88, 0x55, 0xe8, 0x00, 0xfe, + 0x7b, 0x84, 0x9e, 0x6e, 0xd6, 0x87, 0xa7, 0xdb, 0xda, 0xf4, 0x61, 0x55, 0xd4, 0xbf, 0xc8, 0x76, + 0xce, 0x9b, 0xd7, 0xb0, 0x0a, 0x7d, 0x82, 0x3d, 0xaf, 0xbf, 0x15, 0xd6, 0xed, 0xb4, 0x6b, 0x9f, + 0xd0, 0x17, 0x00, 0x8f, 0x0d, 0x9c, 0xc1, 0x91, 0xdc, 0xa9, 0x79, 0x4c, 0xfa, 0xe4, 0xaa, 0xf3, + 0xb1, 0xe8, 0x92, 0xcf, 0x45, 0x97, 0x7c, 0x2d, 0xba, 0xe4, 0xb9, 0xbe, 0x14, 0x8e, 0xeb, 0xe1, + 0xf3, 0x5e, 0x7c, 0x07, 0x00, 0x00, 0xff, 0xff, 0x92, 0x21, 0xeb, 0x3f, 0xca, 0x02, 0x00, 0x00, +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// TestServiceClient is the client API for TestService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type TestServiceClient interface { + PingEmpty(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*PingResponse, error) + Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + PingError(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*Empty, error) + PingList(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (TestService_PingListClient, error) + PingStream(ctx context.Context, opts ...grpc.CallOption) (TestService_PingStreamClient, error) +} + +type testServiceClient struct { + cc *grpc.ClientConn +} + +func NewTestServiceClient(cc *grpc.ClientConn) TestServiceClient { + return &testServiceClient{cc} +} + +func (c *testServiceClient) PingEmpty(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*PingResponse, error) { + out := new(PingResponse) + err := c.cc.Invoke(ctx, "/grpc_middleware.testpb.TestService/PingEmpty", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *testServiceClient) Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) { + out := new(PingResponse) + err := c.cc.Invoke(ctx, "/grpc_middleware.testpb.TestService/Ping", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *testServiceClient) PingError(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*Empty, error) { + out := new(Empty) + err := c.cc.Invoke(ctx, "/grpc_middleware.testpb.TestService/PingError", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *testServiceClient) PingList(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (TestService_PingListClient, error) { + stream, err := c.cc.NewStream(ctx, &_TestService_serviceDesc.Streams[0], "/grpc_middleware.testpb.TestService/PingList", opts...) + if err != nil { + return nil, err + } + x := &testServicePingListClient{stream} + if err := x.ClientStream.SendMsg(in); err != nil { + return nil, err + } + if err := x.ClientStream.CloseSend(); err != nil { + return nil, err + } + return x, nil +} + +type TestService_PingListClient interface { + Recv() (*PingResponse, error) + grpc.ClientStream +} + +type testServicePingListClient struct { + grpc.ClientStream +} + +func (x *testServicePingListClient) Recv() (*PingResponse, error) { + m := new(PingResponse) + if err := x.ClientStream.RecvMsg(m); err != nil { + return nil, err + } + return m, nil +} + +func (c *testServiceClient) PingStream(ctx context.Context, opts ...grpc.CallOption) (TestService_PingStreamClient, error) { + stream, err := c.cc.NewStream(ctx, &_TestService_serviceDesc.Streams[1], "/grpc_middleware.testpb.TestService/PingStream", opts...) + if err != nil { + return nil, err + } + x := &testServicePingStreamClient{stream} + return x, nil +} + +type TestService_PingStreamClient interface { + Send(*PingRequest) error + Recv() (*PingResponse, error) + grpc.ClientStream +} + +type testServicePingStreamClient struct { + grpc.ClientStream +} + +func (x *testServicePingStreamClient) Send(m *PingRequest) error { + return x.ClientStream.SendMsg(m) +} + +func (x *testServicePingStreamClient) Recv() (*PingResponse, error) { + m := new(PingResponse) + if err := x.ClientStream.RecvMsg(m); err != nil { + return nil, err + } + return m, nil +} + +// TestServiceServer is the server API for TestService service. +type TestServiceServer interface { + PingEmpty(context.Context, *Empty) (*PingResponse, error) + Ping(context.Context, *PingRequest) (*PingResponse, error) + PingError(context.Context, *PingRequest) (*Empty, error) + PingList(*PingRequest, TestService_PingListServer) error + PingStream(TestService_PingStreamServer) error +} + +func RegisterTestServiceServer(s *grpc.Server, srv TestServiceServer) { + s.RegisterService(&_TestService_serviceDesc, srv) +} + +func _TestService_PingEmpty_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(Empty) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(TestServiceServer).PingEmpty(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/grpc_middleware.testpb.TestService/PingEmpty", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(TestServiceServer).PingEmpty(ctx, req.(*Empty)) + } + return interceptor(ctx, in, info, handler) +} + +func _TestService_Ping_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(PingRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(TestServiceServer).Ping(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/grpc_middleware.testpb.TestService/Ping", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(TestServiceServer).Ping(ctx, req.(*PingRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _TestService_PingError_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(PingRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(TestServiceServer).PingError(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/grpc_middleware.testpb.TestService/PingError", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(TestServiceServer).PingError(ctx, req.(*PingRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _TestService_PingList_Handler(srv interface{}, stream grpc.ServerStream) error { + m := new(PingRequest) + if err := stream.RecvMsg(m); err != nil { + return err + } + return srv.(TestServiceServer).PingList(m, &testServicePingListServer{stream}) +} + +type TestService_PingListServer interface { + Send(*PingResponse) error + grpc.ServerStream +} + +type testServicePingListServer struct { + grpc.ServerStream +} + +func (x *testServicePingListServer) Send(m *PingResponse) error { + return x.ServerStream.SendMsg(m) +} + +func _TestService_PingStream_Handler(srv interface{}, stream grpc.ServerStream) error { + return srv.(TestServiceServer).PingStream(&testServicePingStreamServer{stream}) +} + +type TestService_PingStreamServer interface { + Send(*PingResponse) error + Recv() (*PingRequest, error) + grpc.ServerStream +} + +type testServicePingStreamServer struct { + grpc.ServerStream +} + +func (x *testServicePingStreamServer) Send(m *PingResponse) error { + return x.ServerStream.SendMsg(m) +} + +func (x *testServicePingStreamServer) Recv() (*PingRequest, error) { + m := new(PingRequest) + if err := x.ServerStream.RecvMsg(m); err != nil { + return nil, err + } + return m, nil +} + +var _TestService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "grpc_middleware.testpb.TestService", + HandlerType: (*TestServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "PingEmpty", + Handler: _TestService_PingEmpty_Handler, + }, + { + MethodName: "Ping", + Handler: _TestService_Ping_Handler, + }, + { + MethodName: "PingError", + Handler: _TestService_PingError_Handler, + }, + }, + Streams: []grpc.StreamDesc{ + { + StreamName: "PingList", + Handler: _TestService_PingList_Handler, + ServerStreams: true, + }, + { + StreamName: "PingStream", + Handler: _TestService_PingStream_Handler, + ServerStreams: true, + ClientStreams: true, + }, + }, + Metadata: "test.proto", +} + +func (m *Empty) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Empty) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PingRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PingRequest) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.Value) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintTest(dAtA, i, uint64(len(m.Value))) + i += copy(dAtA[i:], m.Value) + } + if m.SleepTimeMs != 0 { + dAtA[i] = 0x10 + i++ + i = encodeVarintTest(dAtA, i, uint64(m.SleepTimeMs)) + } + if m.ErrorCodeReturned != 0 { + dAtA[i] = 0x18 + i++ + i = encodeVarintTest(dAtA, i, uint64(m.ErrorCodeReturned)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *PingResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PingResponse) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.Value) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintTest(dAtA, i, uint64(len(m.Value))) + i += copy(dAtA[i:], m.Value) + } + if m.Counter != 0 { + dAtA[i] = 0x10 + i++ + i = encodeVarintTest(dAtA, i, uint64(m.Counter)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func encodeVarintTest(dAtA []byte, offset int, v uint64) int { + for v >= 1<<7 { + dAtA[offset] = uint8(v&0x7f | 0x80) + v >>= 7 + offset++ + } + dAtA[offset] = uint8(v) + return offset + 1 +} +func (m *Empty) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PingRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Value) + if l > 0 { + n += 1 + l + sovTest(uint64(l)) + } + if m.SleepTimeMs != 0 { + n += 1 + sovTest(uint64(m.SleepTimeMs)) + } + if m.ErrorCodeReturned != 0 { + n += 1 + sovTest(uint64(m.ErrorCodeReturned)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *PingResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Value) + if l > 0 { + n += 1 + l + sovTest(uint64(l)) + } + if m.Counter != 0 { + n += 1 + sovTest(uint64(m.Counter)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func sovTest(x uint64) (n int) { + for { + n++ + x >>= 7 + if x == 0 { + break + } + } + return n +} +func sozTest(x uint64) (n int) { + return sovTest(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} +func (m *Empty) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Empty: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Empty: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + default: + iNdEx = preIndex + skippy, err := skipTest(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PingRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PingRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PingRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Value", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthTest + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthTest + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Value = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SleepTimeMs", wireType) + } + m.SleepTimeMs = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SleepTimeMs |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ErrorCodeReturned", wireType) + } + m.ErrorCodeReturned = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ErrorCodeReturned |= uint32(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipTest(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *PingResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PingResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PingResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Value", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthTest + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthTest + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Value = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Counter", wireType) + } + m.Counter = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTest + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Counter |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipTest(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthTest + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func skipTest(dAtA []byte) (n int, err error) { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowTest + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + wireType := int(wire & 0x7) + switch wireType { + case 0: + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowTest + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + iNdEx++ + if dAtA[iNdEx-1] < 0x80 { + break + } + } + return iNdEx, nil + case 1: + iNdEx += 8 + return iNdEx, nil + case 2: + var length int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowTest + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + length |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if length < 0 { + return 0, ErrInvalidLengthTest + } + iNdEx += length + if iNdEx < 0 { + return 0, ErrInvalidLengthTest + } + return iNdEx, nil + case 3: + for { + var innerWire uint64 + var start int = iNdEx + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowTest + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + innerWire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + innerWireType := int(innerWire & 0x7) + if innerWireType == 4 { + break + } + next, err := skipTest(dAtA[start:]) + if err != nil { + return 0, err + } + iNdEx = start + next + if iNdEx < 0 { + return 0, ErrInvalidLengthTest + } + } + return iNdEx, nil + case 4: + return iNdEx, nil + case 5: + iNdEx += 4 + return iNdEx, nil + default: + return 0, fmt.Errorf("proto: illegal wireType %d", wireType) + } + } + panic("unreachable") +} + +var ( + ErrInvalidLengthTest = fmt.Errorf("proto: negative length found during unmarshaling") + ErrIntOverflowTest = fmt.Errorf("proto: integer overflow") +) diff --git a/pkg/tracing/tracing_middleware/grpctesting/testpb/test.proto b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.proto new file mode 100644 index 0000000000..5c0d0b3af5 --- /dev/null +++ b/pkg/tracing/tracing_middleware/grpctesting/testpb/test.proto @@ -0,0 +1,40 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +syntax = "proto3"; + +package grpc_middleware.testpb; + +option go_package = "testpb"; + +message Empty { +} + +message PingRequest { + string value = 1; + int32 sleep_time_ms = 2; + uint32 error_code_returned = 3; +} + +message PingResponse { + string Value = 1; + int32 counter = 2; +} + +service TestService { + rpc PingEmpty(Empty) returns (PingResponse) {} + + rpc Ping(PingRequest) returns (PingResponse) {} + + rpc PingError(PingRequest) returns (Empty) {} + + rpc PingList(PingRequest) returns (stream PingResponse) {} + + rpc PingStream(stream PingRequest) returns (stream PingResponse) {} + +} diff --git a/pkg/tracing/tracing_middleware/interceptors_test.go b/pkg/tracing/tracing_middleware/interceptors_test.go new file mode 100644 index 0000000000..39f6b4d451 --- /dev/null +++ b/pkg/tracing/tracing_middleware/interceptors_test.go @@ -0,0 +1,266 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package tracing_middleware_test + +import ( + "context" + "fmt" + + "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware" + "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware/grpctesting" + + "io" + "net/http" + "strconv" + "strings" + "testing" + + "github.com/opentracing/opentracing-go" + "github.com/opentracing/opentracing-go/mocktracer" + "github.com/pkg/errors" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" + "github.com/stretchr/testify/suite" + "google.golang.org/grpc" + "google.golang.org/grpc/codes" + + "github.com/thanos-io/thanos/pkg/tracing/tracing_middleware/grpctesting/testpb" +) + +var ( + goodPing = &testpb.PingRequest{Value: "something", SleepTimeMs: 9999} + fakeInboundTraceId = 1337 + fakeInboundSpanId = 999 + traceHeaderName = "uber-trace-id" +) + +type tracingAssertService struct { + testpb.TestServiceServer + T *testing.T +} + +func (s *tracingAssertService) PingError(ctx context.Context, ping *testpb.PingRequest) (*testpb.Empty, error) { + assert.NotNil(s.T, opentracing.SpanFromContext(ctx), "handlers must have the spancontext in their context, otherwise propagation will fail") + return s.TestServiceServer.PingError(ctx, ping) +} + +func TestTaggingSuite(t *testing.T) { + mockTracer := mocktracer.New() + opts := []tracing_middleware.Option{ + tracing_middleware.WithTracer(mockTracer), + tracing_middleware.WithTraceHeaderName(traceHeaderName), + } + s := &OpentracingSuite{ + mockTracer: mockTracer, + InterceptorTestSuite: makeInterceptorTestSuite(t, opts), + } + suite.Run(t, s) +} + +func TestTaggingSuiteJaeger(t *testing.T) { + mockTracer := mocktracer.New() + mockTracer.RegisterInjector(opentracing.HTTPHeaders, jaegerFormatInjector{}) + mockTracer.RegisterExtractor(opentracing.HTTPHeaders, jaegerFormatExtractor{}) + opts := []tracing_middleware.Option{ + tracing_middleware.WithTracer(mockTracer), + } + s := &OpentracingSuite{ + mockTracer: mockTracer, + InterceptorTestSuite: makeInterceptorTestSuite(t, opts), + } + suite.Run(t, s) +} + +func makeInterceptorTestSuite(t *testing.T, opts []tracing_middleware.Option) *grpctesting.InterceptorTestSuite { + return &grpctesting.InterceptorTestSuite{ + TestService: &tracingAssertService{TestServiceServer: &grpctesting.TestPingService{T: t}, T: t}, + ClientOpts: []grpc.DialOption{ + grpc.WithUnaryInterceptor(tracing_middleware.UnaryClientInterceptor(opts...)), + grpc.WithStreamInterceptor(tracing_middleware.StreamClientInterceptor(opts...)), + }, + ServerOpts: []grpc.ServerOption{ + grpc.ChainStreamInterceptor( + //tags.StreamServerInterceptor(tags.WithFieldExtractor(tags.CodeGenRequestFieldExtractor)), + tracing_middleware.StreamServerInterceptor(opts...)), + grpc.ChainUnaryInterceptor( + //tags.UnaryServerInterceptor(tags.WithFieldExtractor(tags.CodeGenRequestFieldExtractor)), + tracing_middleware.UnaryServerInterceptor(opts...)), + }, + } +} + +type OpentracingSuite struct { + *grpctesting.InterceptorTestSuite + mockTracer *mocktracer.MockTracer +} + +func (s *OpentracingSuite) SetupTest() { + s.mockTracer.Reset() +} + +func (s *OpentracingSuite) createContextFromFakeHttpRequestParent(ctx context.Context, sampled bool) context.Context { + jFlag := 0 + if sampled { + jFlag = 1 + } + + hdr := http.Header{} + hdr.Set(traceHeaderName, fmt.Sprintf("%d:%d:%d:%d", fakeInboundTraceId, fakeInboundSpanId, fakeInboundSpanId, jFlag)) + hdr.Set("mockpfx-ids-traceid", fmt.Sprint(fakeInboundTraceId)) + hdr.Set("mockpfx-ids-spanid", fmt.Sprint(fakeInboundSpanId)) + hdr.Set("mockpfx-ids-sampled", fmt.Sprint(sampled)) + + parentSpanContext, err := s.mockTracer.Extract(opentracing.HTTPHeaders, opentracing.HTTPHeadersCarrier(hdr)) + require.NoError(s.T(), err, "parsing a fake HTTP request headers shouldn't fail, ever") + fakeSpan := s.mockTracer.StartSpan( + "/fake/parent/http/request", + // this is magical, it attaches the new span to the parent parentSpanContext, and creates an unparented one if empty. + opentracing.ChildOf(parentSpanContext), + ) + fakeSpan.Finish() + return opentracing.ContextWithSpan(ctx, fakeSpan) +} + +func (s *OpentracingSuite) assertTracesCreated(methodName string) (clientSpan *mocktracer.MockSpan, serverSpan *mocktracer.MockSpan) { + spans := s.mockTracer.FinishedSpans() + for _, span := range spans { + s.T().Logf("span: %v, tags: %v", span, span.Tags()) + } + require.Len(s.T(), spans, 3, "should record 3 spans: one fake inbound, one client, one server") + traceIdAssert := fmt.Sprintf("traceId=%d", fakeInboundTraceId) + for _, span := range spans { + assert.Contains(s.T(), span.String(), traceIdAssert, "not part of the fake parent trace: %v", span) + if span.OperationName == methodName { + kind := fmt.Sprintf("%v", span.Tag("span.kind")) + if kind == "client" { + clientSpan = span + } else if kind == "server" { + serverSpan = span + } + assert.EqualValues(s.T(), span.Tag("component"), "gRPC", "span must be tagged with gRPC component") + } + } + require.NotNil(s.T(), clientSpan, "client span must be there") + require.NotNil(s.T(), serverSpan, "server span must be there") + //assert.EqualValues(s.T(), serverSpan.Tag("grpc.request.value"), "something", "tags must be propagated, in this case ones from request fields") + return clientSpan, serverSpan +} + +func (s *OpentracingSuite) TestPing_PropagatesTraces() { + ctx := s.createContextFromFakeHttpRequestParent(s.SimpleCtx(), true) + _, err := s.Client.Ping(ctx, goodPing) + require.NoError(s.T(), err, "there must be not be an on a successful call") + s.assertTracesCreated("/" + testpb.TestServiceFullName + "/Ping") +} + +func (s *OpentracingSuite) TestPing_ClientContextTags() { + const name = "opentracing.custom" + ctx := tracing_middleware.ClientAddContextTags( + s.createContextFromFakeHttpRequestParent(s.SimpleCtx(), true), + opentracing.Tags{name: ""}, + ) + + _, err := s.Client.Ping(ctx, goodPing) + require.NoError(s.T(), err, "there must be not be an on a successful call") + + for _, span := range s.mockTracer.FinishedSpans() { + if span.OperationName == "/"+testpb.TestServiceFullName+"/Ping" { + kind := fmt.Sprintf("%v", span.Tag("span.kind")) + if kind == "client" { + assert.Contains(s.T(), span.Tags(), name, "custom opentracing.Tags must be included in context") + } + } + } +} + +func (s *OpentracingSuite) TestPingList_PropagatesTraces() { + ctx := s.createContextFromFakeHttpRequestParent(s.SimpleCtx(), true) + stream, err := s.Client.PingList(ctx, goodPing) + require.NoError(s.T(), err, "should not fail on establishing the stream") + for { + _, err := stream.Recv() + if err == io.EOF { + break + } + require.NoError(s.T(), err, "reading stream should not fail") + } + s.assertTracesCreated("/" + testpb.TestServiceFullName + "/PingList") +} + +func (s *OpentracingSuite) TestPingError_PropagatesTraces() { + ctx := s.createContextFromFakeHttpRequestParent(s.SimpleCtx(), true) + erroringPing := &testpb.PingRequest{Value: "something", ErrorCodeReturned: uint32(codes.OutOfRange)} + _, err := s.Client.PingError(ctx, erroringPing) + require.Error(s.T(), err, "there must be an error returned here") + clientSpan, serverSpan := s.assertTracesCreated("/" + testpb.TestServiceFullName + "/PingError") + assert.Equal(s.T(), true, clientSpan.Tag("error"), "client span needs to be marked as an error") + assert.Equal(s.T(), true, serverSpan.Tag("error"), "server span needs to be marked as an error") +} + +func (s *OpentracingSuite) TestPingEmpty_NotSampleTraces() { + ctx := s.createContextFromFakeHttpRequestParent(s.SimpleCtx(), false) + _, err := s.Client.PingEmpty(ctx, &testpb.Empty{}) + require.NoError(s.T(), err, "there must be not be an on a successful call") +} + +type jaegerFormatInjector struct{} + +func (jaegerFormatInjector) Inject(ctx mocktracer.MockSpanContext, carrier interface{}) error { + w := carrier.(opentracing.TextMapWriter) + flags := 0 + if ctx.Sampled { + flags = 1 + } + w.Set(traceHeaderName, fmt.Sprintf("%d:%d::%d", ctx.TraceID, ctx.SpanID, flags)) + + return nil +} + +type jaegerFormatExtractor struct{} + +func (jaegerFormatExtractor) Extract(carrier interface{}) (mocktracer.MockSpanContext, error) { + rval := mocktracer.MockSpanContext{Sampled: true} + reader, ok := carrier.(opentracing.TextMapReader) + if !ok { + return rval, opentracing.ErrInvalidCarrier + } + err := reader.ForeachKey(func(key, val string) error { + lowerKey := strings.ToLower(key) + switch { + case lowerKey == traceHeaderName: + parts := strings.Split(val, ":") + if len(parts) != 4 { + return errors.New("invalid trace id format") + } + traceId, err := strconv.Atoi(parts[0]) + if err != nil { + return err + } + rval.TraceID = traceId + spanId, err := strconv.Atoi(parts[1]) + if err != nil { + return err + } + rval.SpanID = spanId + flags, err := strconv.Atoi(parts[3]) + if err != nil { + return err + } + rval.Sampled = flags%2 == 1 + } + return nil + }) + if rval.TraceID == 0 || rval.SpanID == 0 { + return rval, opentracing.ErrSpanContextNotFound + } + if err != nil { + return rval, err + } + return rval, nil +} diff --git a/pkg/tracing/tracing_middleware/metadata.go b/pkg/tracing/tracing_middleware/metadata.go new file mode 100644 index 0000000000..8e3531ffde --- /dev/null +++ b/pkg/tracing/tracing_middleware/metadata.go @@ -0,0 +1,55 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package tracing_middleware + +import ( + "encoding/base64" + "strings" + + "google.golang.org/grpc/metadata" +) + +const ( + binHdrSuffix = "-bin" +) + +// metadataTextMap extends a metadata.MD to be an opentracing textmap. +type metadataTextMap metadata.MD + +// Set is a opentracing.TextMapReader interface that extracts values. +func (m metadataTextMap) Set(key, val string) { + // gRPC allows for complex binary values to be written. + encodedKey, encodedVal := encodeKeyValue(key, val) + // The metadata object is a multimap, and previous values may exist, but for opentracing headers, we do not append + // we just override. + m[encodedKey] = []string{encodedVal} +} + +// ForeachKey is a opentracing.TextMapReader interface that extracts values. +func (m metadataTextMap) ForeachKey(callback func(key, val string) error) error { + for k, vv := range m { + for _, v := range vv { + if err := callback(k, v); err != nil { + return err + } + } + } + return nil +} + +// encodeKeyValue encodes key and value qualified for transmission via gRPC. +// note: copy pasted from private values of grpc.metadata +func encodeKeyValue(k, v string) (string, string) { + k = strings.ToLower(k) + if strings.HasSuffix(k, binHdrSuffix) { + val := base64.StdEncoding.EncodeToString([]byte(v)) + v = string(val) + } + return k, v +} diff --git a/pkg/tracing/tracing_middleware/options.go b/pkg/tracing/tracing_middleware/options.go new file mode 100644 index 0000000000..d64e3a140b --- /dev/null +++ b/pkg/tracing/tracing_middleware/options.go @@ -0,0 +1,72 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package tracing_middleware + +import ( + "context" + + "github.com/opentracing/opentracing-go" +) + +var ( + defaultOptions = &options{ + filterOutFunc: nil, + tracer: nil, + } +) + +// FilterFunc allows users to provide a function that filters out certain methods from being traced. +// +// If it returns false, the given request will not be traced. +type FilterFunc func(ctx context.Context, fullMethodName string) bool + +type options struct { + filterOutFunc FilterFunc + tracer opentracing.Tracer + traceHeaderName string +} + +func evaluateOptions(opts []Option) *options { + optCopy := &options{} + *optCopy = *defaultOptions + for _, o := range opts { + o(optCopy) + } + if optCopy.tracer == nil { + optCopy.tracer = opentracing.GlobalTracer() + } + if optCopy.traceHeaderName == "" { + optCopy.traceHeaderName = "uber-trace-id" + } + return optCopy +} + +type Option func(*options) + +// WithFilterFunc customizes the function used for deciding whether a given call is traced or not. +func WithFilterFunc(f FilterFunc) Option { + return func(o *options) { + o.filterOutFunc = f + } +} + +// WithTraceHeaderName customizes the trace header name where trace metadata passed with requests. +// Default one is `uber-trace-id`. +func WithTraceHeaderName(name string) Option { + return func(o *options) { + o.traceHeaderName = name + } +} + +// WithTracer sets a custom tracer to be used for this middleware, otherwise the opentracing.GlobalTracer is used. +func WithTracer(tracer opentracing.Tracer) Option { + return func(o *options) { + o.tracer = tracer + } +} diff --git a/pkg/tracing/tracing_middleware/server.go b/pkg/tracing/tracing_middleware/server.go new file mode 100644 index 0000000000..bf5019248b --- /dev/null +++ b/pkg/tracing/tracing_middleware/server.go @@ -0,0 +1,94 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package tracing_middleware + +import ( + "context" + + "time" + + "github.com/opentracing/opentracing-go" + "github.com/opentracing/opentracing-go/ext" + "github.com/opentracing/opentracing-go/log" + "google.golang.org/grpc" + "google.golang.org/grpc/grpclog" + + "github.com/thanos-io/thanos/pkg/tracing/interceptors" + "github.com/thanos-io/thanos/pkg/tracing/util/metautils" +) + +var ( + grpcTag = opentracing.Tag{Key: string(ext.Component), Value: "gRPC"} +) + +type opentracingServerReporter struct { + ctx context.Context + typ interceptors.GRPCType + service, method string + + serverSpan opentracing.Span +} + +func (o *opentracingServerReporter) PostCall(err error, _ time.Duration) { + if err != nil { + ext.Error.Set(o.serverSpan, true) + o.serverSpan.LogFields(log.String("event", "error"), log.String("message", err.Error())) + } + o.serverSpan.Finish() +} + +func (o *opentracingServerReporter) PostMsgSend(interface{}, error, time.Duration) {} + +func (o *opentracingServerReporter) PostMsgReceive(interface{}, error, time.Duration) {} + +type opentracingServerReportable struct { + tracer opentracing.Tracer + // This is only used for server. TODO: Investigate if needed in client. + traceHeaderName string + filterOutFunc FilterFunc +} + +func (o *opentracingServerReportable) ServerReporter(ctx context.Context, _ interface{}, typ interceptors.GRPCType, service string, method string) (interceptors.Reporter, context.Context) { + if o.filterOutFunc != nil && !o.filterOutFunc(ctx, interceptors.FullMethod(service, method)) { + return interceptors.NoopReporter{}, ctx + } + + newCtx, serverSpan := newServerSpanFromInbound(ctx, o.tracer, interceptors.FullMethod(service, method)) + mock := &opentracingServerReporter{ctx: newCtx, typ: typ, service: service, method: method, serverSpan: serverSpan} + return mock, newCtx +} + +// UnaryServerInterceptor returns a new unary server interceptor for OpenTracing. +func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor { + o := evaluateOptions(opts) + return interceptors.UnaryServerInterceptor(&opentracingServerReportable{tracer: o.tracer, traceHeaderName: o.traceHeaderName, filterOutFunc: o.filterOutFunc}) +} + +// StreamServerInterceptor returns a new streaming server interceptor for OpenTracing. +func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor { + o := evaluateOptions(opts) + return interceptors.StreamServerInterceptor(&opentracingServerReportable{tracer: o.tracer, traceHeaderName: o.traceHeaderName, filterOutFunc: o.filterOutFunc}) +} + +func newServerSpanFromInbound(ctx context.Context, tracer opentracing.Tracer, fullMethodName string) (context.Context, opentracing.Span) { + md := metautils.ExtractIncoming(ctx) + parentSpanContext, err := tracer.Extract(opentracing.HTTPHeaders, metadataTextMap(md)) + if err != nil && err != opentracing.ErrSpanContextNotFound { + grpclog.Infof("grpc_opentracing: failed parsing trace information: %v", err) + } + + serverSpan := tracer.StartSpan( + fullMethodName, + // this is magical, it attaches the new span to the parent parentSpanContext, and creates an unparented one if empty. + ext.RPCServerOption(parentSpanContext), + grpcTag, + ) + + return opentracing.ContextWithSpan(ctx, serverSpan), serverSpan +} diff --git a/pkg/tracing/util/metautils/doc.go b/pkg/tracing/util/metautils/doc.go new file mode 100644 index 0000000000..8905a81538 --- /dev/null +++ b/pkg/tracing/util/metautils/doc.go @@ -0,0 +1,24 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +/* +Package `metautils` provides convenience functions for dealing with gRPC metadata.MD objects inside +Context handlers. + +While the upstream grpc-go package contains decent functionality (see https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md) +they are hard to use. + +The majority of functions center around the NiceMD, which is a convenience wrapper around metadata.MD. For example +the following code allows you to easily extract incoming metadata (server handler) and put it into a new client context +metadata. + + nmd := metautils.ExtractIncoming(serverCtx).Clone(":authorization", ":custom") + clientCtx := nmd.Set("x-client-header", "2").Set("x-another", "3").ToOutgoing(ctx) +*/ + +package metautils diff --git a/pkg/tracing/util/metautils/nicemd.go b/pkg/tracing/util/metautils/nicemd.go new file mode 100644 index 0000000000..40c93e806d --- /dev/null +++ b/pkg/tracing/util/metautils/nicemd.go @@ -0,0 +1,131 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package metautils + +import ( + "context" + "strings" + + "google.golang.org/grpc/metadata" +) + +// NiceMD is a convenience wrapper defining extra functions on the metadata. +type NiceMD metadata.MD + +// ExtractIncoming extracts an inbound metadata from the server-side context. +// +// This function always returns a NiceMD wrapper of the metadata.MD, in case the context doesn't have metadata it returns +// a new empty NiceMD. +func ExtractIncoming(ctx context.Context) NiceMD { + md, ok := metadata.FromIncomingContext(ctx) + if !ok { + return NiceMD(metadata.Pairs()) + } + return NiceMD(md) +} + +// ExtractOutgoing extracts an outbound metadata from the client-side context. +// +// This function always returns a NiceMD wrapper of the metadata.MD, in case the context doesn't have metadata it returns +// a new empty NiceMD. +func ExtractOutgoing(ctx context.Context) NiceMD { + md, ok := metadata.FromOutgoingContext(ctx) + if !ok { + return NiceMD(metadata.Pairs()) + } + return NiceMD(md) +} + +// Clone performs a *deep* copy of the metadata.MD. +// +// You can specify the lower-case copiedKeys to only copy certain whitelisted keys. If no keys are explicitly whitelisted +// all keys get copied. +func (m NiceMD) Clone(copiedKeys ...string) NiceMD { + newMd := NiceMD(metadata.Pairs()) + for k, vv := range m { + found := false + if len(copiedKeys) == 0 { + found = true + } else { + for _, allowedKey := range copiedKeys { + if strings.EqualFold(allowedKey, k) { + found = true + break + } + } + } + if !found { + continue + } + newMd[k] = make([]string, len(vv)) + copy(newMd[k], vv) + } + return NiceMD(newMd) +} + +// ToOutgoing sets the given NiceMD as a client-side context for dispatching. +func (m NiceMD) ToOutgoing(ctx context.Context) context.Context { + return metadata.NewOutgoingContext(ctx, metadata.MD(m)) +} + +// ToIncoming sets the given NiceMD as a server-side context for dispatching. +// +// This is mostly useful in ServerInterceptors.. +func (m NiceMD) ToIncoming(ctx context.Context) context.Context { + return metadata.NewIncomingContext(ctx, metadata.MD(m)) +} + +// Get retrieves a single value from the metadata. +// +// It works analogously to http.Header.Get, returning the first value if there are many set. If the value is not set, +// an empty string is returned. +// +// The function is binary-key safe. +func (m NiceMD) Get(key string) string { + k, _ := encodeKeyValue(key, "") + vv, ok := m[k] + if !ok { + return "" + } + return vv[0] +} + +// Del retrieves a single value from the metadata. +// +// It works analogously to http.Header.Del, deleting all values if they exist. +// +// The function is binary-key safe. + +func (m NiceMD) Del(key string) NiceMD { + k, _ := encodeKeyValue(key, "") + delete(m, k) + return m +} + +// Set sets the given value in a metadata. +// +// It works analogously to http.Header.Set, overwriting all previous metadata values. +// +// The function is binary-key safe. +func (m NiceMD) Set(key string, value string) NiceMD { + k, v := encodeKeyValue(key, value) + m[k] = []string{v} + return m +} + +// Add retrieves a single value from the metadata. +// +// It works analogously to http.Header.Add, as it appends to any existing values associated with key. +// +// The function is binary-key safe. +func (m NiceMD) Add(key string, value string) NiceMD { + k, v := encodeKeyValue(key, value) + m[k] = append(m[k], v) + return m +} diff --git a/pkg/tracing/util/metautils/nicemd_test.go b/pkg/tracing/util/metautils/nicemd_test.go new file mode 100644 index 0000000000..cbe79b1ede --- /dev/null +++ b/pkg/tracing/util/metautils/nicemd_test.go @@ -0,0 +1,94 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package metautils_test + +import ( + "context" + "testing" + + "github.com/stretchr/testify/assert" + "google.golang.org/grpc/metadata" + + "github.com/thanos-io/thanos/pkg/tracing/util/metautils" +) + +var parentKey struct{} + +var ( + testPairs = []string{"singlekey", "uno", "multikey", "one", "multikey", "two", "multikey", "three"} + parentCtx = context.WithValue(context.TODO(), parentKey, "parentValue") +) + +func assertRetainsParentContext(t *testing.T, ctx context.Context) { + x := ctx.Value(parentKey) + assert.EqualValues(t, "parentValue", x, "context must contain parentCtx") +} + +func TestNiceMD_Get(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + assert.Equal(t, "uno", nmd.Get("singlekey"), "for present single-key value it should return it") + assert.Equal(t, "one", nmd.Get("multikey"), "for present multi-key should return first value") + assert.Empty(t, nmd.Get("nokey"), "for non existing key should return stuff") +} + +func TestNiceMD_Del(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + assert.Equal(t, "uno", nmd.Get("singlekey"), "for present single-key value it should return it") + nmd.Del("singlekey").Del("doesnt exist") + assert.Empty(t, nmd.Get("singlekey"), "after deletion singlekey shouldn't exist") +} + +func TestNiceMD_Add(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + nmd.Add("multikey", "four").Add("newkey", "something") + assert.EqualValues(t, []string{"one", "two", "three", "four"}, nmd["multikey"], "append should add a new four at the end") + assert.EqualValues(t, []string{"something"}, nmd["newkey"], "append should be able to create new keys") +} + +func TestNiceMD_Set(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + nmd.Set("multikey", "one").Set("newkey", "something").Set("newkey", "another") + assert.EqualValues(t, []string{"one"}, nmd["multikey"], "set should override existing multi keys") + assert.EqualValues(t, []string{"another"}, nmd["newkey"], "set should override new keys") +} + +func TestNiceMD_Clone(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + fullCopied := nmd.Clone() + assert.Equal(t, len(fullCopied), len(nmd), "clone full should copy all keys") + assert.Equal(t, "uno", fullCopied.Get("singlekey"), "full copied should have content") + subCopied := nmd.Clone("multikey") + assert.Len(t, subCopied, 1, "sub copied clone should only have one key") + assert.Empty(t, subCopied.Get("singlekey"), "there shouldn't be a singlekey in the subcopied") + + // Test side effects and full copying: + assert.EqualValues(t, subCopied["multikey"], nmd["multikey"], "before overwrites multikey should have the same values") + subCopied["multikey"][1] = "modifiedtwo" + assert.NotEqual(t, subCopied["multikey"], nmd["multikey"], "before overwrites multikey should have the same values") +} + +func TestNiceMD_ToOutgoing(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + nCtx := nmd.ToOutgoing(parentCtx) + assertRetainsParentContext(t, nCtx) + + eCtx := metautils.ExtractOutgoing(nCtx).Clone().Set("newvalue", "something").ToOutgoing(nCtx) + assertRetainsParentContext(t, eCtx) + assert.NotEqual(t, metautils.ExtractOutgoing(nCtx), metautils.ExtractOutgoing(eCtx), "the niceMD pointed to by ectx and nctx are different.") +} + +func TestNiceMD_ToIncoming(t *testing.T) { + nmd := metautils.NiceMD(metadata.Pairs(testPairs...)) + nCtx := nmd.ToIncoming(parentCtx) + assertRetainsParentContext(t, nCtx) + + eCtx := metautils.ExtractIncoming(nCtx).Clone().Set("newvalue", "something").ToIncoming(nCtx) + assertRetainsParentContext(t, eCtx) + assert.NotEqual(t, metautils.ExtractIncoming(nCtx), metautils.ExtractIncoming(eCtx), "the niceMD pointed to by ectx and nctx are different.") +} diff --git a/pkg/tracing/util/metautils/single_key.go b/pkg/tracing/util/metautils/single_key.go new file mode 100644 index 0000000000..8521d87646 --- /dev/null +++ b/pkg/tracing/util/metautils/single_key.go @@ -0,0 +1,26 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + +/* +This was copied over from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.0.0-rc.3 +and modified to support tracing in Thanos till migration to Otel is supported. +*/ + +package metautils + +import ( + "encoding/base64" + "strings" +) + +const ( + binHdrSuffix = "-bin" +) + +func encodeKeyValue(k, v string) (string, string) { + k = strings.ToLower(k) + if strings.HasSuffix(k, binHdrSuffix) { + return k, base64.StdEncoding.EncodeToString([]byte(v)) + } + return k, v +} diff --git a/pkg/ui/README.md b/pkg/ui/README.md index ae7313ef7e..d8e0903fe6 100644 --- a/pkg/ui/README.md +++ b/pkg/ui/README.md @@ -1,11 +1,10 @@ The `ui` package contains static files and templates used in the web UI. For -easier distribution they are statically compiled into the Thanos binary -using the go-bindata tool (c.f. Makefile). +easier distribution they are included in the Thanos binary using go:embed. During development it is more convenient to always use the files on disk to directly see changes without recompiling. Set the environment variable `DEBUG=1` and compile Thanos for this to work. This is for development purposes only. -After making changes to any file, run `make assets` before committing to update -the generated inline version of the file. +After making changes to any file, run `make react-app` before committing to update +the generated static files and templates. diff --git a/pkg/ui/bindata.go b/pkg/ui/bindata.go deleted file mode 100644 index 3af28a26b4..0000000000 --- a/pkg/ui/bindata.go +++ /dev/null @@ -1,492 +0,0 @@ -// Package ui Code generated by go-bindata. (@generated) DO NOT EDIT. -// sources: -// pkg/ui/static/react/asset-manifest.json -// pkg/ui/static/react/favicon.ico -// pkg/ui/static/react/index.html -// pkg/ui/static/react/manifest.json -// pkg/ui/static/react/static/css/main.a2b2a6e2.css -// pkg/ui/static/react/static/css/main.a2b2a6e2.css.map -// pkg/ui/static/react/static/js/main.57c9e390.js -// pkg/ui/static/react/static/js/main.57c9e390.js.LICENSE.txt -// pkg/ui/static/react/static/js/main.57c9e390.js.map -// pkg/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf -// pkg/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs -package ui - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// Mode return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _pkgUiStaticReactAssetManifestJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xcd\x6e\xc3\x20\x10\x84\xef\x7e\x8a\x15\xe7\x0a\xff\x50\x43\xe9\xab\x54\x3d\xe0\x05\x54\xa2\x80\xa3\xc2\xa1\x55\x95\x77\xaf\x20\x1c\xa0\x8d\x9c\xe3\x7a\xbe\x19\xb3\xb3\x3f\x03\x00\xb1\xee\x6c\x22\x79\x85\x3c\x00\x10\xaf\x5c\xa0\x18\xf3\x17\x42\xc7\x98\x54\x72\x38\x62\x8c\x63\x11\xd4\xb2\x2d\x8a\x9b\xa5\x10\x4f\x8d\xe3\xd4\x1b\x4e\x95\x5f\x05\x4a\xc3\xe4\x94\xf5\x8a\x57\xc2\x1b\xed\xd4\x88\xbb\x76\xb8\x07\x9a\x92\xed\xfc\xbd\xba\x31\xb1\x70\x3b\xcd\x7c\xdd\x2c\x17\x0a\xf9\xcb\xb3\x2c\x96\x1a\xe9\x82\x36\x5f\xf4\x23\xf9\xf3\x2d\xa4\x99\xef\xfd\xf4\x26\xe3\x9f\x27\x77\x9a\x66\xeb\xac\x05\xb2\x59\x4f\x9a\x59\x44\x2b\x79\x31\xb4\x2b\xb7\x5d\x50\xaf\x2e\x8f\x1b\x2b\x54\x1b\xd1\xd4\xf3\x2f\xe1\x4e\x85\x85\x19\x00\xae\x39\x83\x98\x90\x3e\xbf\x2f\xbb\x0b\x29\x2f\xf2\xd6\x2d\x7a\x78\xb0\x83\x1b\x0d\x00\xef\xc3\xf5\x37\x00\x00\xff\xff\x88\xbc\x01\x5b\x18\x02\x00\x00") - -func pkgUiStaticReactAssetManifestJsonBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactAssetManifestJson, - "pkg/ui/static/react/asset-manifest.json", - ) -} - -func pkgUiStaticReactAssetManifestJson() (*asset, error) { - bytes, err := pkgUiStaticReactAssetManifestJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/asset-manifest.json", size: 536, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactFaviconIco = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xdb\xff\x4f\x1b\x65\x1c\x07\xf0\x07\xd1\x68\x34\xc6\x5f\x8c\x3f\x18\x0d\x6a\x8c\xd9\x6f\xc6\x7f\x60\xdc\x21\x8b\x68\xd4\x99\xb9\x1f\x4c\x1c\x31\x99\xc9\x92\x2d\x7d\x18\xb0\x05\xfc\xc2\x02\x21\x92\x65\xa0\x9b\x51\xb2\x1f\xe6\xe6\x8c\x31\xd1\x04\x96\x6c\xd9\xe2\x24\xc4\x6d\x6c\xd3\x8a\xae\x05\xb7\x02\x92\xb5\xa5\x60\x37\x6b\xa1\x7c\x69\xaf\x3d\x4a\x69\xdf\x4b\x8f\x72\xa3\x5c\x4b\x7b\xed\x1d\x2d\xdc\x73\xc9\x3b\x4f\xd2\x7e\xf2\xdc\xe7\xd5\x1c\x77\xd7\xe7\x28\x21\x25\xa4\x84\x70\x5c\x7c\x7c\x8e\x6c\xa9\x20\xe4\x29\x42\xc8\x16\x42\x08\x47\x08\x69\x21\x4b\xaf\xa7\xdb\xc0\x53\x0b\x78\x3a\xb4\xc1\x62\x03\x4f\xfb\xc1\xd3\x73\xe0\xe9\xe7\xe0\xe9\x7b\xe0\xe9\xd3\xd8\xde\x44\xde\x79\xfc\xd9\xb4\xd6\x34\xfe\x10\x78\x8a\x4d\x90\x30\x78\xda\x07\x9e\x7e\x80\x8a\x9a\x47\x0c\xe8\x5f\x19\x97\xf4\x39\x70\xb4\xf4\xc5\x07\xd6\xfe\x28\x36\xa9\x7f\x39\x97\xc0\xd3\xe7\x0d\xec\x8f\x67\x12\x3c\xad\xc4\x33\x55\x46\xf5\xc7\x23\x82\xa7\xef\xe2\x15\x6a\x54\xff\xf2\x67\xb0\xcd\xc0\x7e\x24\xfe\x16\x5e\x78\xf9\xa1\xc7\x0a\xe3\xbf\x7e\xc3\x8b\xdb\x63\x81\x35\x73\xb6\xd7\xa6\x73\x1f\x57\xc0\xd1\x07\x0b\xe2\xff\xcf\xeb\x43\xa6\xcd\x36\xfa\xe7\x3a\xf4\xf2\xa1\xc1\xfd\x13\xe0\xe9\xa3\xaa\xfd\xdb\xf6\x8b\xa8\x6e\xf2\x60\x57\x93\x07\x3c\x5d\x48\x5b\xb7\xa3\x61\x52\xaa\x79\xfb\xe0\x74\xde\xfe\x9d\x8d\x3e\x69\xae\x1d\x0d\x33\x5a\x1f\x03\x55\x4f\xbe\xa4\xce\xff\xc9\x97\xb7\xa5\x1e\x63\xb1\x05\x54\xd6\x38\xd3\xd6\xd9\x5d\x23\x52\x9d\xd9\x6a\xc9\xdb\xef\x18\x9f\x91\x5e\xbf\x35\x3a\xad\xb1\xff\x77\x54\xd5\x96\xe8\xeb\xb7\x14\xb3\x3f\x02\x9e\x96\xa9\xf2\x6f\x3f\x18\xc4\x91\x6f\x04\x1c\x3e\x11\x48\x5c\x4f\x53\xd7\x1d\xe8\x98\x96\xea\xf6\x7e\x96\xff\xf1\xdf\x78\x54\x90\xe6\xaa\xef\x10\x34\xf6\x43\xfa\x8e\x60\xcc\xf3\xdf\x72\xbe\x36\xb8\xbf\xc7\xe0\xfe\x9b\x06\xf7\x3b\x0c\xee\x1f\xd3\xdc\xdf\x78\xd4\x8f\x53\x5d\x6e\x39\xfb\xda\xfc\x39\xfb\x77\xb7\xf8\xd1\x71\x6a\x4e\xce\xae\x26\x7f\x41\xfd\x7b\x5a\x3d\x18\x1c\x9a\x87\xd5\x26\xa0\xa2\xc6\x9b\xb2\xe6\xb2\x39\xd9\xf3\xe3\xf9\x60\xce\xfe\x33\xbf\x38\x93\xde\x3b\xdd\x6d\x4f\xb9\xcf\xba\xf6\x28\x06\x87\x44\x0c\x0e\x8b\xd2\xbd\xa7\x5e\xfe\x6c\xee\x7f\x0a\xe1\x3f\x7c\x22\x26\xd7\x54\x1f\x1a\xd3\xcd\xbf\xaf\x6d\x1c\xae\x7f\x3d\x70\x4e\xb8\xf1\x6a\xcd\xdd\xa2\xf1\x37\x7c\x11\x96\xfa\x8a\x67\x67\x63\xea\xbe\xb4\xf0\x67\x93\xd6\xe3\x5e\x9c\xed\x1d\x92\x53\xdf\x31\x95\xb3\xbf\xfd\xe4\x5d\x58\x6d\xb3\x72\x9a\x3b\xef\x68\xda\xab\x1e\xfe\xb5\x62\x84\xf3\x3f\xf3\x33\xff\xe6\xf5\x47\x57\x45\x3f\x7f\xe5\xfe\x30\x4e\x9f\xb1\xe0\xbb\x15\x39\xd9\x65\x4d\xb3\xee\x94\x6b\x5f\x6a\xfc\x21\x78\x7d\xb3\x98\x9e\xf5\x4b\x19\x77\x0b\x28\x37\xa5\xae\xdd\xdd\xb2\x80\xfa\x0e\xe0\xfd\x4f\xc3\x39\xfb\xdf\x3a\x20\x20\x16\x4b\x7e\x2f\x12\x89\x80\x33\x05\x92\xe6\x2c\x37\xcd\xe3\x8e\xc7\x2b\xf7\xe5\x72\x5b\x74\xf2\x07\xb1\xb8\x18\x95\x7b\xf1\x07\x80\xad\x69\xfc\x8e\xf1\xfc\xd7\xbf\xb2\xf5\x6f\x35\x85\x10\x12\x05\xb9\x46\x08\x0e\x14\xde\xaf\xc1\xfa\x5f\x31\xfa\x17\x22\x73\x88\xc5\x02\x52\x66\xe6\x7c\x69\x8f\xff\x3d\xad\x0e\x7c\x7c\xec\x1f\x54\x1f\x72\xad\x83\x5f\x44\x30\xf4\xbf\xdc\x57\x40\x30\xeb\xe4\x8f\xf7\x14\x95\xf3\x7a\xdd\xa2\x8a\xfd\xa8\xf7\xbf\x56\x2b\xc2\x6c\x75\xe0\x8f\x81\xfb\xb9\xfe\x97\x1d\x1c\x9d\x57\xcc\xfb\xe6\x8a\xbe\xde\xa8\x57\xd3\x17\xbb\xfe\x31\x3f\xf3\x67\x57\x1b\x4d\x3c\x33\x58\x19\x75\xf7\x40\xfa\xf8\xf3\xe9\x2b\x7b\xff\xf9\x5f\xaf\x21\x18\xb2\x27\xe5\xdb\x6e\xe5\xb3\xea\xe6\x4e\xe0\x87\x73\xf7\x53\x7b\x64\x31\x67\x7f\x5d\xbb\x90\x34\xd7\xde\xb6\x80\x62\x7f\xbd\xd7\xa6\x14\x7d\x75\x5f\x1c\xd1\xdc\xdf\xd7\x6f\x51\xf4\xda\xf5\xb3\x72\x3d\x62\xbd\xd7\x3f\xcc\x56\xe5\x1c\x3d\x57\xdd\xcc\xcf\xfc\x9a\xfa\x2f\x9b\xfb\x11\x8b\x09\x49\xf9\xe9\xc2\xa8\xa2\xee\xab\xef\x23\xe8\xeb\x17\xe5\xb4\x74\x8a\x39\xfb\x5b\x8f\x4f\x26\xcd\xf5\xd1\x31\xe5\x9a\xf3\x6f\x37\xc2\x8a\xbe\x2e\x5e\xc9\x76\x0d\x34\x7b\x3f\x47\xbd\x28\x37\xd9\x93\xc2\x53\x75\xff\x93\xa0\xc7\xf9\x9f\xa3\x53\x8a\xbe\x38\xea\xd3\xdc\xaf\x45\x36\xe2\xf5\xbf\xe7\xea\x30\x6e\x8e\x4c\x69\x12\x71\x5e\xc8\xe8\x17\x82\x33\x9a\xed\xef\xc2\xa5\x4c\xeb\xc5\x99\xfd\x9e\xc9\x5b\x19\x7b\x2e\xd6\xcd\x39\x91\xe9\x59\x10\xf3\x33\x3f\xf3\x33\x3f\xf3\x33\x3f\xf3\xa7\xca\xa8\x73\x00\xfe\xc0\xdc\x86\xcc\xdf\xc3\x99\xbe\x07\x65\xf6\x73\x26\x48\xeb\xdc\x1b\x31\x5c\x9a\xf5\x79\x35\xfe\xcd\x1d\xe6\x67\x7e\xe6\x2f\x7c\x1f\xcc\xcf\xfc\x05\xf1\x2f\xfd\x0a\xac\x0c\x4b\x63\x29\x96\x7f\x16\x96\x18\x9b\x13\x63\x79\x62\x2c\x4b\x8c\x4f\x24\xc6\x87\x13\x63\xe9\xaa\xb1\x64\xd5\xc8\xb6\x22\xdd\xee\x05\x00\x00\xff\xff\x7e\xb7\x92\x64\x3e\x42\x00\x00") - -func pkgUiStaticReactFaviconIcoBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactFaviconIco, - "pkg/ui/static/react/favicon.ico", - ) -} - -func pkgUiStaticReactFaviconIco() (*asset, error) { - bytes, err := pkgUiStaticReactFaviconIcoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/favicon.ico", size: 16958, mode: os.FileMode(420), modTime: time.Unix(1681914183, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x92\x6f\x6f\xd3\x30\x10\xc6\xbf\xca\x61\xde\x2e\xc9\x18\xe2\xcf\xa4\x38\xd2\x98\x0a\x05\x95\xb6\x74\xad\xc4\x5e\x55\xae\x73\x99\xdd\x39\xbe\x60\x5f\x32\xaa\xb1\xef\x8e\x92\x66\x8c\x2d\x2f\x12\xe5\xf4\xfc\x9e\xe7\xee\x74\xf9\xab\x92\x34\x1f\x1a\x04\xc3\xb5\x2b\xf2\xfe\x0d\x4e\xf9\x1b\x29\xd0\x8b\x22\x37\xa8\xca\x22\xaf\x91\x15\x68\xa3\x42\x44\x96\xa2\xe5\x2a\xf9\x28\xb2\x22\x77\xd6\xdf\x42\x40\x27\x45\x34\x14\x58\xb7\x0c\x56\x93\x17\x60\x02\x56\x52\xa4\x59\xa5\xba\xbe\x90\x5a\x4d\xbd\x7e\xb0\xf1\xaa\x46\x29\x3a\x8b\x77\x0d\x05\x16\xa0\xc9\x33\x7a\x96\xe2\xce\x96\x6c\x64\x89\x9d\xd5\x98\x0c\x3f\x27\xd6\x5b\xb6\xca\x25\x51\x2b\x87\xf2\xcd\x49\x34\xc1\xfa\xdb\x84\x29\xa9\x2c\x4b\xff\xd2\x94\x0d\xd6\x98\x68\x72\x14\xfe\xf3\x7d\x7d\x3a\x3c\xbd\x36\xea\x60\x1b\x2e\x34\xf9\xc8\xf0\x65\xb6\xf8\x74\x31\xdb\x2e\x2f\xd6\xd3\xed\x72\x35\xf9\xfc\xf5\xa7\x14\xf7\xf7\xd0\x28\x36\xcb\x80\x95\xfd\x0d\x0f\x0f\x22\xcf\x46\xe6\x39\xbb\x9e\x5e\xcc\x17\x57\xdb\xcb\xc5\xf7\xe5\x62\x3e\x99\xaf\x07\x32\xbd\xa4\xba\x21\x8f\x9e\x7b\xf2\x64\xd4\xfc\xd8\x4c\x56\xd7\xdb\xcd\x6a\x76\xd4\xfc\x6a\x31\x1c\x36\xab\xd9\x73\xf3\xa7\x4d\xd6\xca\xdb\x0a\x23\x3f\x2d\xf1\xb1\x92\xee\x23\xf9\x7e\x0a\xb6\xec\xb0\x58\x1b\xe5\x29\xc2\x1f\x98\xda\x1b\xe3\x0e\xa0\x3a\x65\x9d\xda\x39\x84\x65\xa0\x1a\xd9\x60\x1b\x21\x22\xb7\x4d\x9e\x1d\x89\x71\x04\x28\xb1\xc2\x20\xc5\xf0\x11\x10\x83\xee\x53\x22\x2b\xb6\x3a\xdb\xc7\xac\x56\xd6\xa7\xef\x3e\xe8\x73\x7c\x7b\x7e\x9a\xee\xa3\x28\x5e\xf4\xf9\xd8\xd8\x88\xe8\x38\x32\xea\x6c\x77\xa6\xde\xe3\x59\xaa\x63\x14\xe3\x5d\xf0\xc1\x61\x34\x88\xdc\xbb\x1c\x8f\x69\x47\xe5\x01\xb4\x53\x31\x4a\xb1\x23\xe2\xc8\x41\x35\xa2\xc8\x3d\x8d\x29\xd7\xd4\x82\x47\x2c\x81\x09\xd0\x0f\x23\x7d\x53\x9d\xba\x3a\x76\xcf\x04\xa1\xf5\xc0\xc6\x46\x50\x4d\x93\xe6\xd9\x3f\x30\x2f\x6d\x07\xb6\x94\x22\x10\x0d\x81\xa5\xed\x8a\x3c\xeb\x03\xfb\xf4\xfe\xc0\xff\x06\x00\x00\xff\xff\x8f\xd7\xa5\x80\xf0\x02\x00\x00") - -func pkgUiStaticReactIndexHtmlBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactIndexHtml, - "pkg/ui/static/react/index.html", - ) -} - -func pkgUiStaticReactIndexHtml() (*asset, error) { - bytes, err := pkgUiStaticReactIndexHtmlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/index.html", size: 752, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactManifestJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xc1\x4e\xc3\x30\x0c\x86\xef\x79\x0a\xcb\x5c\x61\xb0\xae\xea\x61\xcf\xc1\x0d\xa1\xca\x4b\xdd\x35\x22\x8d\xa7\x24\x83\x8c\x69\xef\x8e\x9c\x20\xc1\x7c\xc8\xc1\xdf\xe7\x3f\xff\xd5\x00\x60\x5a\x24\xe6\x31\xd0\xca\xb8\x07\x7c\x5d\x28\x48\xc2\x47\x25\xf7\x3b\xf8\xe2\x03\xb8\x90\x39\xce\x64\xb9\x19\xce\x4a\x48\xb8\x87\x37\x03\x00\x70\xad\xaf\x46\x46\xab\x77\x33\x7d\xaa\xb0\x71\x56\xaa\xde\x98\xfb\x66\x3d\xc1\xa1\x2f\x43\x0f\xbb\xae\xec\x3a\xe8\xfa\xd2\xf5\xb0\x1d\xca\x76\xf8\x33\xf3\xe5\x54\xbf\x77\x2b\x1d\xf9\xb9\x3c\x69\x16\x56\x78\x33\x00\xef\xb5\x40\xca\x14\xf3\x78\x8e\x5e\xc5\x4d\x2b\x35\xb9\x74\xf2\x74\xd1\x4d\xca\x14\x26\xf2\x12\x7e\xfb\xe6\x85\x57\x1e\xad\x78\x89\x8a\x1f\x5e\xea\x34\x76\x20\xfb\x71\x8c\x72\x0e\xd3\x3f\x61\xae\x83\xe6\x66\x7e\x02\x00\x00\xff\xff\x64\xee\x72\x4e\x2c\x01\x00\x00") - -func pkgUiStaticReactManifestJsonBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactManifestJson, - "pkg/ui/static/react/manifest.json", - ) -} - -func pkgUiStaticReactManifestJson() (*asset, error) { - bytes, err := pkgUiStaticReactManifestJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/manifest.json", size: 300, mode: os.FileMode(493), modTime: time.Unix(1681914183, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticCssMainA2b2a6e2Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\xeb\x92\xe3\xb8\x95\x28\x0a\xff\xff\x22\xbe\x77\xd0\x54\x45\x45\x55\xba\x45\x15\x49\x89\xba\x65\x54\x87\xed\x76\x7b\x8f\x67\x77\x7b\xbc\xdd\x9e\xd9\xe3\xe9\x53\x3b\x83\x22\x21\x89\x2e\xde\x86\xa4\x32\x95\xad\xa8\x1d\xe7\x21\xce\x03\x9c\x67\x39\x8f\x72\x9e\xe4\x04\x01\x5e\x70\x59\xb8\x90\x52\x96\x3d\xe3\x76\xcf\x74\xa7\x08\xac\x0b\xd6\x5a\x00\x16\x16\x80\x85\xf7\xbf\xf8\x87\x5f\xe6\x05\x2a\x51\xf1\x88\xfe\xff\xff\xbf\xc9\x2f\x26\x7f\x42\x49\x7e\x2a\x27\xbf\xc9\x92\x28\x3d\x95\x93\x5f\x67\x59\x55\x56\x85\x9f\x2f\x26\x8f\xde\x6c\xbe\x99\xd9\x93\x77\xc7\xaa\xca\xcb\xed\xfb\xf7\x15\xae\x1a\x92\x9a\xb3\x43\x54\x1d\x4f\xbb\x59\x94\xbd\xdf\xb5\x30\xd6\xe2\xfd\x1d\x46\xfa\x4d\x96\x3f\x17\xd1\xe1\x58\x4d\x5c\xdb\x59\x5a\xae\xed\xda\x93\x7f\xca\x52\xbf\x3a\xfa\xe9\xe4\x0f\xa8\x42\x45\x99\xa5\x13\x3f\x0d\x27\x41\x96\x56\x45\xb4\x3b\x55\x59\x51\x62\xd0\xef\xa2\x00\xa5\x25\x0a\x27\xa7\x34\x44\xc5\xe4\xfb\xdf\xfd\xa9\x67\xa0\x21\x19\x64\x09\xcb\x0b\xc5\xc1\xfc\xfd\x2e\xce\x76\xef\x13\xbf\xac\x50\xf1\xfe\xbb\xdf\x7d\xf3\xed\xef\x7f\xf8\x16\x33\xf5\x7e\xd6\xd7\x0a\xfd\x0a\x55\x51\x82\xf2\x28\xf8\x84\x0a\xeb\x29\x0a\x0f\xa8\x9a\xcc\x76\x55\xfa\x63\xe8\x57\xbe\xe5\x07\x55\x94\xa5\x1f\x82\x18\xf9\xc5\xc7\xad\xbf\xaf\x50\x31\x1d\x0e\x1e\xa2\xa0\x40\x09\x4a\xab\x7f\xcc\x4e\x45\x79\x03\x3c\xdf\x47\xe9\xa9\x42\x57\x60\x8a\xd2\xdb\x70\xd4\xe1\xb9\x9a\xa3\xf2\x98\x3d\x5d\xc9\x4c\x8d\xe2\x6a\x3e\xaa\x2c\xf4\x9f\xaf\x01\x3f\x1c\x62\xf4\x07\x54\x44\x59\x68\x8e\xa5\xf9\x59\x3e\x45\x55\x70\x34\x85\xaa\xfc\x5d\x8c\x26\xd5\x71\x96\xa2\x73\x35\x18\x28\x2f\xd0\x63\x0b\x54\x16\x56\x96\xc6\xcf\x97\x20\x8e\xf2\x6d\x81\x82\xea\x9d\x3d\xc5\xff\xdc\xdd\xef\xb2\x22\x44\xc5\xd6\xbe\x3f\xa2\xba\x1b\x6f\x9d\xfc\x7c\x9f\xf8\xc5\x21\x4a\xb7\x56\xfd\x77\xf6\x88\x8a\x7d\x9c\x3d\x6d\x8f\x51\x18\xa2\xf4\x3e\xf7\xc3\x30\x4a\x0f\x5b\xfb\x3e\xcf\xca\xa8\x16\xc9\xd6\xdf\x95\x59\x7c\xaa\xd0\xfd\x53\x14\x56\xc7\x1a\xc3\xe7\x5d\x16\x3e\xcf\x98\x9e\x6b\x69\x18\xb7\x42\xff\xd9\x0a\xe2\x28\xf8\x34\xbd\x06\x78\xf2\x8b\x4b\x70\x2a\xca\xac\xd8\xe6\x59\x94\x56\xa8\xf8\x87\x28\xc9\xb3\xa2\xf2\xd3\xea\x2a\xa6\x2e\x5d\x6b\x0b\x14\xfb\x55\xf4\x88\x28\xc4\x63\x91\x5a\x87\xd8\x2f\x4b\x2b\xf7\x53\x14\x5f\x76\x59\x55\x65\xc9\xd6\xbe\x97\xf1\x7f\x1f\xa3\x7d\x05\xca\x1d\x0f\xc0\x5b\xfb\xbe\xca\xf2\xad\x7d\xff\x93\x15\xa5\x21\x3a\x6f\x37\xd4\xff\x3e\xeb\x4d\xb4\xfe\xdc\x7c\x0a\xfd\xe7\x72\x52\xd5\xe2\x9a\x54\x21\x27\x4f\x2d\xa6\x4b\x1c\x95\x95\x55\x56\xcf\x31\xda\xa6\x59\x8a\xb4\x00\xb3\xb0\xc8\xf2\x30\x7b\x4a\xad\x04\xa5\xa7\x4b\x18\x95\x79\xec\x3f\x6f\x77\x71\x16\x7c\x6a\x4d\xd1\xcd\xcf\x13\xbb\xb3\xbd\x45\x7e\x6e\x6d\x6d\x51\xa0\x64\x20\x85\x81\xda\x7a\x8a\xaa\xa3\x15\xf8\x31\x4a\x43\xbf\xb0\x9e\x10\xfa\x54\x6a\x7b\xe1\xf5\x04\xf7\xc8\xaf\x8e\xa8\xb0\xa2\x20\x4b\xcb\x4b\xd3\xd8\xe5\x5f\xa3\xb1\x37\xe3\x7e\x55\x73\xff\xcb\x04\x85\x91\x3f\x79\x97\x44\xa9\x45\xbe\x7b\xab\x65\x7e\xbe\xbb\x0c\x6d\x56\x5f\x5e\xee\x5a\x12\xf3\x35\x4a\x3e\x03\x24\x56\xcb\xf5\x4b\x93\xd8\x6c\xdc\xdb\x92\x18\x86\xc9\x70\x76\xe0\x80\x76\x68\x9f\x15\xe8\x52\x7b\x66\x28\xad\xb6\xaf\x5e\xdd\xb7\x9d\x2f\x4a\xe3\x28\x45\x16\xe9\x83\xc2\x80\x33\xd4\x06\x9b\xa1\xad\x21\x47\x66\x1c\xab\xf9\xb8\xca\xcf\x93\x32\x8b\xa3\x70\x52\x1c\x76\x7e\x33\x2f\xcd\xdc\x76\x62\xb2\xf0\xa0\xd7\x57\xaa\x0a\x3f\x2d\x73\xbf\x40\x69\xd5\xd6\x20\xa3\x1f\x5c\xa5\x85\xc6\x43\xa3\xb5\xca\xcf\x23\x59\xc7\xe2\xe5\x38\x5f\x76\x14\x5f\xef\xf7\x7b\x86\xdf\xa5\x9e\x5f\xb8\x0a\x86\x5e\xb7\xfc\x2e\x87\xf3\x5b\xc3\xb1\x72\xbe\x4e\x80\x4d\x95\x1a\xad\x42\x53\x58\x1e\xb5\x78\xef\xdb\xe6\x8f\xe1\x9b\x11\xf2\x75\x72\xa4\xd8\x16\xd4\x44\x98\x5d\xb6\xcc\x8e\x30\x8a\x7d\x9c\xf9\x55\x43\xbf\x11\x36\x46\xe5\x9f\xaa\xec\xbe\x63\xeb\x1a\xac\x44\x14\x3c\xd2\x11\xac\x3e\x45\x21\x2a\x06\xcd\x1f\x93\x19\x9e\xc0\x4f\x29\x9e\xc2\xc3\x4b\x33\x03\xdb\x7a\x40\x9f\x76\x94\x3f\x5e\xda\xd9\xba\x56\xc0\x60\xe8\x6d\xfd\xdf\xc7\xda\x88\xcf\x56\x79\xf4\xc3\xec\xc9\xcc\x99\x98\xd0\x63\xea\x31\x3b\x99\x38\xe7\xd4\xa7\x04\xaf\x2e\x86\xc1\x94\x28\xc8\xd2\xf0\xb2\xcf\xd2\xca\x2a\xa3\x9f\xd0\xd6\x99\xb9\x28\xb9\xc7\xbf\x9f\x88\x53\xbd\xb2\xed\xd6\x93\xb1\x1b\xcf\xc5\x5b\x18\x28\x73\xb2\x3b\x55\x55\x96\x4a\xe5\x6a\x20\x0e\xe5\xfa\x85\x30\xbd\xf7\x93\x28\x7e\xde\xfe\xaa\x88\xfc\x78\x5a\xfa\x69\x69\x95\xa8\x88\xf6\x53\xcb\xcf\xf3\x18\x59\xe5\x73\x59\xa1\x64\x4a\xfe\x63\x9d\xa2\xe9\x0f\xe8\x90\xa1\xc9\xbf\xfc\x6e\xfa\xc7\x6c\x97\x55\xd9\xf4\x1f\x51\xfc\x88\xaa\x28\xf0\x27\xbf\x47\x27\x34\xfd\x7d\x56\x65\x93\x1f\xfc\xb4\x9c\xfe\xaa\x86\x9f\x7c\x93\xc5\x59\x31\xf9\x36\xc9\xfe\xd2\x83\xf2\x3f\x7f\x78\x4e\x76\x59\x4c\x40\xa9\xfa\xed\xa2\x64\x8e\x87\x44\x74\xae\x2c\x3f\x8e\x0e\xe9\x36\x40\xb5\x2b\x7a\xdf\xce\x97\xa3\x04\x01\xae\x90\xfb\xb9\xf0\x77\x6d\xf1\x04\x97\xbf\xba\x86\x02\xbb\x66\x85\x68\x34\x35\xc6\x50\x01\x63\x0f\x3d\x8d\xdf\xa0\xab\xdb\x21\x89\x4a\x40\x34\xae\x68\x07\x1f\x1f\xe8\xd1\xff\x70\xcc\x9e\xc6\x73\x2f\x06\x0d\x38\xcc\x57\xf0\x0c\x04\x03\x7a\xe4\x7f\xc2\x85\x93\x5f\x7d\xff\xfe\x0f\xdf\x8f\x41\x4e\xc7\xa4\x7a\xac\xdf\xd4\x5f\x27\xd5\x11\x4d\x08\xf8\x38\xb6\xfb\x10\x08\x25\x0c\x54\x61\xbc\x35\x92\x49\x95\x4d\x70\x2d\x13\xf4\x4c\x70\xe3\x22\x74\xd3\xa1\x18\x24\x72\xfc\x4d\xcd\x96\x9f\x86\x93\x3f\x45\x09\x9a\xfc\x10\x14\x08\xa5\x46\x4a\x63\x90\xd7\x0b\xda\x66\x50\xc1\x13\x2b\x76\x73\x9b\x0f\x51\x7a\x44\x45\x54\xf5\x23\x75\x1f\xeb\x20\x23\x4d\x0d\x31\x82\xe0\xa4\xcc\xfd\xb4\xa5\xea\xce\x3c\x94\x30\x64\xdd\x99\xd7\xae\x66\x6d\xfb\xcd\x50\xfc\xec\x2f\x66\xf9\x55\x92\xf5\x97\xc8\xc1\x5a\xe0\x60\xad\x27\x8b\x03\x4b\x17\x6e\x16\x33\xe3\xb8\x89\x49\x85\xe6\xd1\xab\xd6\x0b\x2c\xfc\x30\x3a\x95\xdb\x99\xeb\x15\x28\x11\x67\x00\x63\xd2\xc7\xae\xf1\x76\xed\xf7\xd1\x6d\xb7\xbb\x60\x42\xfd\xa7\x39\x46\xce\xec\xdb\x78\x84\x37\x08\x47\x18\x95\xf5\x9f\x03\x24\xd3\x81\x6c\x8f\xd9\x63\xed\x2e\xfb\xc1\xa7\x43\x91\x9d\xd2\x70\x6b\x4f\xec\xfb\xa0\x9e\x3c\xb7\xaf\x97\xc1\xca\x5b\x85\x6d\x28\x29\xcd\x6a\xb1\xc5\xd9\x13\x0a\x87\xb4\xaf\x0b\x20\xf6\x7d\xf1\x0f\x05\x7a\x8c\xb2\x53\x39\xf9\x3e\x4b\xab\xa3\x41\xef\x03\x62\x98\x3d\xb6\xdf\xa3\x73\x35\x18\x13\xf2\x6b\x57\x7f\xbb\x8f\x8a\xb2\xb2\x82\x63\x14\x87\xb5\x7a\x07\x06\xa9\xd4\xd8\x44\xd1\xbe\x46\x1b\x14\xa0\xbd\xb9\xa9\xb7\xf6\x56\xbb\x79\x8c\xbd\x79\x7d\xf0\xca\xcc\x05\x6c\x31\xce\x82\xa7\x0b\xa8\xdd\x10\xed\xfd\x53\x5c\xdd\xf7\x0e\x28\xee\xe0\x2a\x83\x1f\x40\x35\xf4\x9f\x6f\xde\x77\x30\x56\x22\x64\x63\xc3\x0f\x67\xb5\x37\x3f\x18\x88\x38\xf4\x83\xc1\x88\x4f\x2f\xb5\x83\xfb\x91\xe6\x16\xce\x52\xf4\x34\x80\x8d\x2c\x0e\x59\x9d\x0f\xa0\x84\xa7\x6f\x31\x6c\x3d\x14\x03\x17\x4d\x20\xdc\xb0\x01\x00\x7a\xe5\x3d\x79\x6d\xdb\xab\x5d\x1f\x0e\x21\x71\x60\xbc\xfe\x6e\x3f\x11\x83\xb1\x27\xf6\x64\x95\x9f\xeb\xff\x6f\xd7\xe4\x75\xcf\x18\x1c\x8b\x6a\x96\xc6\xc3\xba\x12\x59\x5c\x0e\x50\x04\x01\x10\xec\xa1\x11\x47\xdb\xe6\xe6\xd7\x7e\xbf\x27\x53\x55\xb3\x70\xb5\x27\x96\x53\xaf\x81\xd9\xb8\x89\x77\x37\x98\x61\x50\x23\x44\x78\x56\x4f\x7b\x48\x37\x1c\x3a\xfd\x84\x5f\x6a\xfa\x69\x5c\x16\xd0\x0d\x60\x3b\x1f\x6c\x27\xca\xe1\x97\x38\x31\x6d\x1c\xcf\xed\xbf\x54\x59\x8e\x7f\x8e\x19\x9f\x31\xc3\x37\x98\x39\x30\x9e\x59\x1b\xfe\xf8\xe2\xa6\x46\xc8\x5f\x31\xf0\x10\x04\xc3\x2d\x8b\x85\x7b\x21\xf3\x9a\x9d\x4a\x54\x3d\xa1\xb4\x7a\xde\x67\xa7\xa2\x9d\x55\xba\x09\x6e\xc5\x4f\x70\x26\x11\x37\x3a\x18\xc4\x04\x86\x9a\x4f\x7e\xbd\xfe\xba\x40\xea\x7b\xf4\x8b\x77\x96\xb5\x8b\x4f\x68\xda\x14\x18\x28\xca\x84\x5a\x23\xbd\x8e\xa6\xb7\xdc\xcd\xf5\xb2\xd1\x6d\xed\x14\xc8\x0f\xb3\x34\x7e\xee\x55\xa6\x0a\x44\xe8\x37\x23\x6e\x45\xaf\x5d\xdd\x7f\x39\x8a\x3f\x60\xf7\xe0\x0b\x50\xe4\x82\x54\x5f\x8e\xde\x17\x93\x69\x47\xf1\x8b\xc9\xb4\x0f\x34\x7d\x11\x52\x5f\x4c\x92\x35\xb1\x2f\x26\x44\x26\xf2\xf5\x02\xd4\xea\x15\xc2\x4b\xa0\x35\xda\x12\x18\x81\xd7\x70\xe3\x60\x04\xe6\x66\x7b\x81\x5b\xec\x35\xce\x8f\x85\x1e\x51\x5a\x95\x86\x07\x2d\x6e\x3b\xc0\x1b\x2e\xaa\x6e\x3e\xcc\x7f\x69\xba\x6d\x9f\xfa\x42\x74\xf9\x7d\x89\x2f\x4c\xf5\x0b\x4b\x59\x18\xfe\xbf\x10\x5d\x6a\xb7\xe1\xcb\x11\xfc\xc2\xb2\xa5\x27\x84\x2f\x44\x92\xdd\x10\x79\x29\x9a\x03\xc2\x47\x23\xa7\x88\x97\xc3\x3e\x28\x20\x35\x7a\xba\x00\x97\x4f\x9f\x67\x51\x9a\x9f\x2a\xab\xfe\x92\x37\x7a\x23\x0a\xfb\xc0\x62\xff\x28\x84\x53\x7f\x08\x0a\x3f\x47\x7f\xc8\xb2\xf8\x0f\x7e\x8a\xe2\x87\x20\x4b\x2b\x3f\x4a\x51\xf1\xf0\x90\x3c\xfd\xcb\xbf\xb4\xfb\x02\x78\x01\x6d\x39\x6e\xbd\x6a\xe2\x41\xaa\xa8\x8a\xd1\xc3\xc3\x0f\x87\x3f\xfd\x33\x1f\xae\xa5\x42\x97\x38\xa4\xc8\x6d\x9d\x8b\xb8\x42\x3f\x3d\xd4\xb4\x17\xf1\xaf\xd7\xdf\xb6\xcb\x9c\xbd\xbb\x70\x16\x0e\x40\xb8\x16\xcd\xc3\xc3\xfe\x8f\xae\x15\x5c\xe8\x6d\x0b\xa1\x51\x28\x8e\x1f\x1e\x56\xc7\x3f\xba\xff\x74\x79\xca\x8a\xd0\x7a\x2a\xfc\x7c\xbb\x2b\x90\xff\xc9\xaa\x7f\xdf\xd3\x1b\x47\xb8\x02\x2e\x6b\x6a\xf8\x71\x2c\xa2\x44\x69\x88\xdb\xf8\xf0\xf0\xdb\xef\xff\xec\xfe\xb7\xa9\x50\x21\xf6\x77\x28\x2e\x1f\x1e\xa2\x7f\xfa\x3f\xbe\x5a\x3d\x36\xec\xb9\x1e\xc0\x5d\xec\x97\x95\x55\xe2\x8f\x0f\x0f\xbf\x3d\xd9\xe8\x93\x88\xad\xac\xfc\x0a\x3d\x3c\xfc\x2a\x0d\xfe\x98\x76\x4d\x05\x70\xa1\xa2\xc8\x8a\xf2\xe1\x01\x55\xdf\xe5\x4e\x7b\xec\xac\xae\xf8\x27\xbf\x38\xa0\xea\x3b\xc2\x54\x18\x95\x41\x6d\x46\x28\x7c\x78\xf8\x47\xe7\xa7\xfd\x7f\x5c\x9e\x8e\x51\x85\xac\x32\xf7\x03\xb4\x4d\xb3\x5a\x3c\x9f\x67\xbf\xcf\xaa\xdf\xd6\x16\x46\xdb\xc4\x7f\xfc\x0f\xef\x0f\xdf\xb4\xab\xea\xb5\xf7\x78\x64\xb6\x8b\xbe\xad\xa9\xff\xba\x86\xf1\x8b\x67\x06\xcc\xb3\x7e\xca\xa7\x0a\x8c\x78\xef\xc7\x8a\x2a\x94\x94\xed\x19\x80\x36\xfa\xb3\x8f\xd1\xf9\xbe\xfe\x97\x15\x46\x05\xc2\xa3\xd1\x36\xc8\xe2\x53\x92\xde\xff\xe5\x54\x56\xd1\xfe\xd9\x6a\x63\x8b\xed\xde\x91\x9a\x8f\x4b\x12\xa5\x6d\x1c\xc0\xb1\xed\xc7\xe3\x67\x72\x18\x83\x03\x0b\x51\xe5\x47\x71\xf9\xeb\x2a\x7d\x78\x88\xfe\xe4\xff\x2e\x10\x0e\x82\xb4\x47\x58\x51\x52\x77\x41\x16\x1a\x2b\xe2\x37\xd1\xe3\xc3\xc3\x37\xff\x3d\xff\xf3\x9c\x39\x8f\x91\x64\x69\x86\x45\x7d\x4f\x8b\x3d\x2f\x90\x45\x04\x8f\x03\x5d\x25\xcd\xf7\xbf\x3e\xfe\xf1\xcf\xff\x7a\xb1\xc8\x69\x2d\x37\x3f\xb3\xc2\xa1\xda\x13\xf8\x71\xf0\x0e\x37\x6a\x62\x4d\x48\x14\xa2\xca\xf2\xbb\xbb\x7b\x21\x5c\xdc\x9d\x26\x76\x3a\x82\x87\x22\x0a\x1f\x1e\xfe\xdd\xff\xe9\xbf\xfd\x3b\xd3\x9d\x9a\xe2\x32\x3b\x15\x01\x2a\x1f\x1e\x8a\x78\xfd\x18\x5e\x12\xff\xac\xa1\xfa\x0b\xf7\xae\x3b\x65\x6e\x3d\x93\xde\x55\x06\x45\x16\xc7\x3b\xbf\x0d\x38\xbf\xde\x39\xf5\x3f\xcc\x19\xaf\xbe\x0e\xe1\xa2\x3a\x46\xa9\x84\x8b\xed\xd6\x7a\x42\xbb\x4f\x11\xee\x40\x04\xa8\x61\x9d\x9c\x1d\x31\x84\xb1\xaa\xe3\x29\xd9\x01\x41\x39\xc2\xdd\x3d\x1b\xad\x5c\x52\xa8\xf1\x7f\x7e\x43\x4c\xe5\xe1\xe1\xb9\xfa\xfe\x7f\x26\xe4\x68\x53\xf4\x53\x94\x1e\xb6\x5d\x28\xb7\x8b\x44\x92\xa8\xb6\xe5\x78\x6c\x70\xd2\x72\x96\xf8\xc3\xb9\x69\xb3\xe7\x3d\x3e\xdd\xf7\xa7\x50\xed\x5e\x90\xe7\xf6\xc0\x3e\x2f\x5a\x2c\xc2\x26\x86\x1e\xc7\x93\x99\x5b\x4e\x90\x5f\x22\x2b\x4a\xad\xec\x54\x35\x1d\xd5\x56\x71\xde\x16\x65\x39\x4a\x1f\x1e\x7e\xf3\xfb\xc8\xf9\x0d\x7d\x4e\xcb\x9e\x38\x76\x7e\x9e\xd4\x23\x39\x13\x86\x74\x36\x77\x53\x7b\xb2\xcc\xcf\xf8\xff\x99\x00\xe5\xfc\x8e\x6a\xc4\x02\xcf\x01\xed\xde\xbb\x8b\x8f\xac\x11\x82\x4d\x5f\xfb\x53\x96\x3f\x3c\xfc\xdb\x9f\x9e\x16\xae\xd9\x80\x80\x87\xf1\xfa\x5f\x56\x81\x1e\x51\x51\x22\x61\x44\xc0\x5d\xcb\xda\xa1\xea\x09\xa1\xf4\x1e\x30\xea\x23\xf2\xc3\xba\x87\x15\xbf\xfe\xf7\x4f\xff\xca\xf4\x70\x47\x75\xd4\xab\x3b\x40\xd0\xf7\xd6\x38\x2b\x11\x1e\x2c\xce\xff\xbc\x43\xff\x83\x9e\xa1\xeb\x35\x5c\x7b\x1d\x03\xff\x4d\xcd\x8a\x28\xb9\x6f\xad\x11\xeb\x6f\x9f\x15\xc9\x16\xff\x15\xfb\x15\xfa\xf3\x3b\xcb\xb1\xdf\xdc\xdd\xcb\x8b\x3a\xfa\xf5\x24\xff\xc7\x7a\xf6\xc4\x83\x8e\xfd\xdd\xb1\xb2\x20\x21\xc2\xb6\x69\x30\xd6\x36\x5d\xbd\xef\xdd\x12\x59\xd7\xeb\xd6\xf8\xb9\x17\xd0\x64\x4e\xe9\xb9\x63\xf2\xe1\xc1\xfd\xa7\xf4\x3f\x7e\x47\x09\x7c\xb6\x41\x89\x5a\x7d\x5c\x77\x7e\x78\xf0\xd0\x0f\xbf\xf5\xa6\x52\xdc\x3a\x13\x02\xac\xa1\x71\x65\xaa\xef\x0e\xe7\x47\x49\x37\xee\x1b\xe6\x30\x0d\xeb\x01\xbf\x6e\x36\x38\x54\x82\x66\xee\x40\xd8\xc2\x5d\x1c\xf1\x44\x1c\xfe\xd2\x55\x43\x71\x1c\xe5\x65\x54\x36\x6d\x58\x3f\x3e\x75\x9c\x14\xd9\x53\xf9\x4d\x3f\x73\xfc\xcf\x7f\xfa\xee\x57\x9f\x98\xa3\xb7\xf3\xfe\x5c\x2d\xf2\xe3\xf1\x06\x01\x88\xaf\xc8\x9e\x1e\x1e\xfe\xed\xdf\xbe\xfd\x9f\x8f\x17\x8b\x6c\xd7\x74\xf3\x2c\x9e\x30\x29\x5a\x51\x1a\x55\x91\x1f\xb3\x66\x45\x83\xdc\xb5\xd2\xa9\x3b\xe2\x04\x1a\xff\xc4\x29\x0d\x60\x09\xff\xe7\x87\xdc\x4f\x1f\x1e\xac\xe2\x5f\xf7\x3f\x5d\xe8\x7e\x08\xb7\xbd\x77\x0d\xde\xf4\x1a\xea\x47\xb1\x99\xf7\x86\x19\x98\x93\xe8\x6c\xed\x62\x94\x86\x56\x92\x85\x68\x9b\x9c\xe2\x2a\xca\xe9\x1e\x00\x1e\xb3\x87\xb9\xdb\xee\xb3\xe0\x54\x4e\xa5\xc5\x8d\xf3\xdf\x0f\xc9\x51\x5a\xa2\x6a\x62\xe3\x7f\x66\x6e\x81\x12\x66\xf8\x9d\xdf\xdd\x67\xa7\x2a\x8e\xd2\xee\xc2\x4e\xa3\x27\x54\x5a\xf6\xc3\x43\xfe\xdb\x18\x55\x17\xcb\x8a\xd1\x23\x8a\x2d\x67\xfb\x7a\x17\x6e\x96\x08\xdd\xb7\x5f\xdc\xed\xeb\x8d\xeb\xd9\xc8\xed\xbe\xcc\xb7\xaf\x57\x81\x1b\x84\x61\xf7\x65\xb1\x7d\xbd\x5c\x3b\xfb\xc0\xe9\xbe\x78\xdb\xd7\x8b\xc0\x59\xad\x83\xee\xcb\x72\xfb\x7a\xbe\x71\x9c\xe5\x86\x61\x60\x6e\xd7\xff\x7b\x78\xf8\xf3\xf7\xdf\xec\x1f\x69\x2e\xf6\x8e\xb7\xdb\x79\x34\x17\x68\xbf\x98\xfb\x3e\xcd\x05\xda\x39\x68\xb3\xa1\xb9\x08\x90\xe3\xae\xe7\x34\x17\xfe\xc6\xde\x2f\x77\x34\x17\xeb\xb9\xbd\xf3\xe6\x2c\x17\xcb\x86\x8d\x60\x51\xa4\x7f\xa4\xd9\x58\xd9\xe1\x6e\xbf\xa7\xd9\x58\xac\x42\x87\xfa\x32\xdf\xbe\x76\xf6\xc1\x8a\xfa\xb2\xd8\xbe\xb6\xed\xdd\x7a\xef\xd1\x6c\xd8\x1b\x46\x12\xb6\xbd\xf2\xfd\x9e\x87\x86\xdc\xc3\x43\xf2\xe7\xf5\xe9\x77\xf4\xac\x41\xba\x44\x53\x7e\xc7\x01\xb8\xf5\x58\x93\xfd\xf6\x7f\xc8\x00\x5c\x1e\x60\xfe\xf0\xf0\xa7\x6a\xf9\xfd\x5c\x06\x30\xe7\x01\x16\x0f\x0f\x7e\xf8\x43\x7e\x96\x01\x2c\x78\x00\xef\xe1\xe1\x57\xee\xe9\xdb\xbf\xc8\x00\x3c\x1e\x60\xf9\xf0\xb0\x99\x7f\x72\x36\x32\x80\xe5\x1d\xdb\x4f\x7e\x57\xaf\x71\x1f\x1e\xfe\x7b\x15\x45\xce\x85\xdd\xe9\x25\x0b\x53\xba\xf2\x6f\xa3\xb8\xc2\x1e\xff\x7f\xec\xfe\x70\x18\xba\xbc\x28\xb2\xa7\xcf\xb3\x22\xb0\xca\x18\x1f\xb2\x17\xbc\xbf\x6e\x88\x58\x50\xfe\x8c\x47\x6e\xb2\x09\x83\x52\x95\x9d\x82\x63\x13\x46\x21\xc3\x0e\x3d\x4c\x75\x54\xa6\xfd\x9f\x93\x5f\x5c\x3a\x9f\xc0\xcf\xad\x63\x74\x38\xc6\x35\x3d\xf1\x8c\x06\xbe\xe6\x09\x8c\x61\x14\x5e\xab\xf0\xa3\x18\xf0\x6c\xd1\xa6\xfe\x07\xe6\x05\xc3\x50\x0c\xd5\xae\x49\xf0\x49\x2e\x07\x2c\x06\x71\x90\x13\xe0\x05\x26\xfc\x1d\x72\xf7\xbb\xe6\xfe\x23\x0d\x70\xf4\xd3\x30\x86\x76\xc9\xfb\x0b\x39\xf8\xea\x60\x73\xff\x63\xb3\x0c\x77\x7b\x9f\x73\xd3\x3d\xfb\x0d\x7f\xa2\xa0\xf9\xd9\x4a\xf7\x50\xf8\xbb\xf6\x1b\xfe\x9b\xd6\x2b\xed\x9c\x7b\x50\x03\x59\xcd\xe6\x7e\x6a\xf5\x97\x17\xf3\xb3\xd8\x1a\x2b\x2c\xfc\xc3\x21\x4a\x0f\x63\x4a\xd8\x63\x3a\xaf\xbd\x55\xe0\xed\x57\xf7\x8c\x73\x5e\xff\x53\x1b\x61\x23\x0d\x91\x01\x32\xbb\x5c\xd8\x29\x41\xa0\x48\x2e\xb0\xe2\xaa\x28\x6c\x40\x58\xe2\x9d\xb4\x3b\xe2\xa7\x7a\x1a\x02\x08\xb6\xf3\x95\xc8\x3a\x50\xb9\xbb\x18\xa2\x6f\x28\x6e\x66\x53\x44\xe9\x6f\x17\xa5\x07\x1a\x71\xe2\x17\x9f\x68\x9f\xde\x6d\xaf\x06\x41\x77\x6d\x6b\x45\x3b\xeb\xfc\x2c\xe9\x12\x35\x2e\xab\xf6\xc2\xda\xa8\xd4\x66\xb3\x31\x3a\xb0\x02\x50\x12\xbc\xbb\x47\x54\x54\x51\xe0\xc7\xcd\xd7\x24\x0a\xc3\x18\x81\xd4\xad\x46\x4a\xed\x81\x89\xe5\x92\xae\x56\x56\x28\xa7\x87\x53\x7a\x55\xad\xea\xab\x92\x36\x87\x59\x65\xdc\x05\x9b\xf1\x44\xec\x82\xed\xbd\xac\x5a\xf8\x9c\xbc\xda\x38\x52\xdf\xdb\xb0\x76\x2c\x98\x47\x50\x48\xf7\xd4\x6a\x9f\x61\xdc\x02\xcd\x49\xec\x1a\x75\xd5\x66\xf5\x78\x61\x97\xe8\x5c\x27\x6e\x0f\xb0\x48\xc7\x52\xa8\xf2\xc4\x60\x10\x0c\x82\x40\x07\x1a\x66\xd5\x54\x53\xc5\x60\xc4\xa4\x08\xde\x73\xd7\xaf\xc0\x23\x37\x57\xf3\x44\xf5\x19\x01\x3d\x7d\xcb\xbe\x87\x68\x75\x7c\xa1\x9d\xf0\x7e\xc9\xe5\xe5\xb2\x21\xb6\x05\x9c\xf0\x33\x1f\x8d\xa8\x09\x43\xe8\x21\xdb\xf9\xae\xb9\xb8\x8f\xad\xb2\xa7\x6d\x80\xa0\xd1\x06\x63\xd5\x1e\xbe\xfd\xc9\x4d\x19\xcf\x3a\x4c\x78\x0c\xa3\x1b\x81\x91\x39\xed\x55\x52\x5b\x07\x8f\x87\x84\x51\x42\xa8\x7b\x3f\x26\xe6\x0a\x27\xeb\xf8\xbe\x21\x01\xa7\x4f\x5f\x4f\x0d\xaa\xe3\x48\x38\xae\x7d\x51\xd3\xab\xb2\xac\x5e\x65\x59\x3f\x65\x59\x62\xe1\x3b\x91\x7e\x9e\x23\xbf\x98\x2a\xeb\xe0\xb1\x56\x5d\x25\x46\xfe\x23\xea\xbc\x2f\x3f\x8d\x12\xbf\x56\x95\x15\x9e\x0a\xfc\xc7\x76\x36\x2f\xef\x25\x9f\x45\xa8\x7d\x14\xc7\x64\x55\xb8\xcb\xaa\xe3\xbd\xb4\x40\x84\xac\xa7\x11\x0b\x07\xfd\xb7\xb9\x5f\x4f\xc4\xf7\xaa\x32\x26\xaa\x00\x77\x2c\x99\xc4\x0c\xaa\x58\xed\xa1\x5a\xad\x6c\xf5\x35\xda\x51\x59\x6c\x71\xea\x27\x68\x5b\x04\x3f\x60\xf0\x3f\x11\xe8\x7f\xcf\xb2\xe4\x37\xd9\x53\xfa\xbb\xf4\xde\xb8\xa2\x52\x96\xc5\x29\x4d\xa3\xf4\x00\x0b\xb3\x29\x54\x4b\x0d\x1b\x88\xbe\xc6\xb8\x76\xfe\xf3\xa9\x32\x6c\x68\x5d\xf3\x85\x5b\x6a\xdc\xa3\x80\x46\x56\x51\x12\xa5\x07\x6b\x7f\x4a\x9b\x90\xd1\x69\x17\x05\xd6\x0e\xfd\x14\xa1\xe2\xdd\xcc\x9d\x4f\x9d\xe9\x6c\xee\x4e\x9d\xbb\xfb\x31\x30\x62\xc0\xb4\x0c\xfc\x18\xbd\xb3\xe9\x40\x69\xfb\xc9\x40\x9d\x83\x1b\xb0\xf2\xbc\xe9\xcc\xf6\xa6\xb3\x35\xfe\x63\x69\xde\x0c\x01\xf2\xf3\x2f\x5b\xe2\x9f\xd0\xf3\xbe\xf0\x13\x54\x4e\xa4\xc6\x7d\xb1\xdf\x5c\xb2\xdc\x0f\xa2\xea\x79\x6b\x0f\x13\x83\x58\xdb\xca\x8a\xe8\x10\xa5\xb5\x8f\x36\xc1\x13\x83\xb4\xe4\x73\x95\x5d\x64\xc4\x1c\x91\x18\xa4\xa1\x01\xc4\x3e\xff\xf2\x67\x49\xb4\x92\x30\xb6\x8d\x7f\x3e\x55\xb5\x48\xbe\x1c\x6f\x55\xf6\x57\x91\xbf\x81\x71\xfc\xdd\x88\x42\x1c\xd8\x88\xbb\x66\x6d\x36\x9b\x8d\x24\x60\x91\x77\xa5\x8f\x51\x19\xed\xa2\xb8\xe6\x1a\xff\xc9\xae\x37\x1b\x84\xc0\xe8\x7f\xdb\xe0\x54\x3b\x22\x93\x90\x7e\x97\x22\x8a\x0f\x4d\xb4\xd5\xf2\xd8\x0f\xf0\xa1\x32\xab\xca\xf2\x0b\x95\x35\x6a\x62\x4f\xd6\xb0\x8b\x18\xa5\x29\x78\xb3\x67\x19\xd4\xff\x88\x3b\xbb\x7c\xa8\xa1\x46\xfe\x3a\xdc\xd4\xff\xd0\x77\x33\xb8\xa8\x42\x7b\xad\x80\xbf\x95\xe2\x50\x5b\x05\x2e\x1d\x2d\x5c\xe6\xe7\x89\x0b\xe6\x3e\xc0\x5f\x42\x14\x64\x8d\x6b\x29\x93\x85\x5f\x14\xd9\x13\xbb\xbc\x05\x12\xa5\xd0\xd7\xb4\x1a\x9e\xe4\x09\xde\x6c\xad\xcc\x27\x3a\x46\xaa\x2c\x87\x25\xdc\x2d\x3b\xb0\x44\x6d\xfa\x6a\x18\x59\x5e\x75\xbb\x2d\x7d\x10\xe0\xf3\xb1\x4a\xe2\x0b\xd9\xa5\xb7\x1a\xc9\xe1\x80\x9c\xb7\xcc\xcf\x9f\x7f\xd9\x9c\xa9\x08\x10\x73\xba\x22\xc8\xc2\x28\xc8\xd2\xfb\xb2\x08\xb6\x71\x16\xf8\xf1\xbb\x57\xcd\xa7\x57\x77\xd3\x53\x11\xbf\x9b\xcd\xde\xcf\x66\xef\x6b\x4f\x28\x0a\xde\xe3\x7c\x4f\xef\x9b\x0a\xb3\xdd\x7c\xe5\x2e\xf7\xb6\xb3\xf4\x76\xfb\xe5\xca\x0f\x96\xeb\xc5\x66\x56\x55\xfb\xbb\x49\xdd\x05\xfd\xea\xdd\xab\xaa\x38\xa1\xea\x39\x47\xaf\xee\x3e\xff\x62\xda\x24\x67\xea\xef\x6d\x41\xd6\xee\xd7\x6b\x9d\x18\x4d\xfd\x32\x0a\xd1\x74\x1f\x1d\x02\x3f\xaf\x85\x5f\xff\x79\x2a\xd0\x74\x9f\x65\x35\x12\xb2\x11\x3d\x3d\xe2\x33\x5c\xd3\xc4\x8f\xd2\x69\xea\x3f\x4e\x4b\x12\x92\x66\x93\xa7\xe1\x84\x77\x92\xa5\x7e\xf3\xa7\xeb\xb8\x9e\xbb\xb9\xa7\x05\xc3\x66\xfd\xf8\x75\x1c\xa5\x9f\xbe\xf7\x83\x1f\xf0\xcf\xdf\x66\x69\xa5\x4b\xff\x41\xd2\x88\xf4\x49\x40\xbe\x8b\x76\x88\xd8\x28\xf9\x4d\x25\x18\xb9\x3e\x3f\x08\xd5\xbf\x0a\x6e\x23\x7e\x61\xdb\x6c\x1f\x9b\x79\xfd\x3e\x1d\xd5\x9f\x6a\x33\xfa\xfc\x63\xe5\xef\xf0\x39\x97\x0f\xaf\x2c\xe7\xd5\x47\x12\xcf\xdc\xa6\x59\xf5\x8e\xfc\x69\x35\x83\xdf\x5d\x17\x16\xb5\xa9\x05\xd4\xb1\xb8\xc8\xf7\x2c\xa9\x6d\xdb\x76\x04\x3d\x3a\xd3\xa3\x3b\x3d\xce\xa7\xc7\xc5\xf4\xe8\x4d\x8f\x4b\x6e\x1d\x3b\xc3\xd7\xdc\xa8\xc8\xb2\xfd\x39\xe7\xb7\x32\x84\x1a\xfe\x6e\x57\x90\x33\x7d\x64\x0a\xf0\x63\x0b\x6f\x37\x7f\x9c\xe2\x12\xf2\x37\x97\xc2\xaa\x4b\x36\x78\x44\x71\x2e\x0c\x29\x38\x2f\x6b\xdd\xd8\x7e\x02\x92\xd5\x98\x84\x59\x55\xa1\x50\x8e\xa2\xad\x20\xc1\x64\x95\x9f\xf0\x20\xfc\x89\x84\x99\x94\xa5\x9f\xfd\x30\x2c\x50\x59\x36\x21\xdb\x26\xd1\x60\x91\xf8\x31\x94\xcd\xa1\xad\x3d\x0d\xe3\x69\x16\x4f\x4f\x31\x20\xc8\xcf\x7c\x19\x91\x68\x16\x4f\xb2\xba\x60\x72\xaa\xcb\x26\xb8\xc6\x44\x40\x60\x7f\x0e\xab\x0b\x7f\x62\x31\xe4\x43\x13\x8c\x4a\x9b\x8d\x0c\xdc\x49\xff\xe3\x94\x55\x7d\x5a\x85\x89\x3d\xc1\x0c\xed\xa6\x65\x55\x64\xe9\x81\x41\xbc\xcb\xe2\x10\x15\x9f\xcb\xc4\x8f\x63\x2a\x5e\xbd\xb6\xdf\x7c\x2e\x4f\xbb\x69\x79\xca\xa9\xaf\x2b\xef\x0d\x23\x0e\x68\xcf\x89\x0b\x95\x36\x86\x5b\x23\x6b\x83\x5a\xd6\xcc\xf5\x50\xf2\xb9\x46\x8d\xbd\x82\x59\xfd\xcb\x17\xc7\x94\xd6\xe6\xd9\x5b\x6e\xe0\x1c\xe5\x43\x97\xd3\xe4\x86\xf3\xd9\xc7\xdd\xf0\xc7\x63\x81\xf6\x1f\xef\xc8\xdf\x41\xec\x97\xe5\xc7\xbb\xa9\xbc\x88\xa1\xd1\xe6\xf5\x00\xd9\x09\xb2\x10\x4d\x3f\xed\xc2\x69\x5e\xa0\x69\xe9\x27\x39\x33\x4b\xfc\xf0\xdb\xef\xb3\x34\xb3\xfe\x88\x0e\xa7\xd8\x2f\xa6\xdf\xa3\x34\xce\xa6\xdf\x67\xa9\x1f\x64\xd3\x6f\xb2\xb4\xcc\x62\x9f\x19\xe1\xea\xda\xd3\x6f\xb2\x53\x11\xa1\x62\xf2\x7b\xf4\x34\xed\x0f\xf1\x51\x43\x15\x4a\x3e\xe7\x05\xba\x58\x49\xd9\x9d\xd5\x68\x67\xe0\xf6\xa8\xd9\xbd\xa6\xbb\xf7\x83\x0a\x4e\x4a\x42\x26\x09\xc1\x8c\xa2\xa4\xdb\x11\xa2\x12\x72\x46\xc9\x61\x5a\x3e\x1e\x2e\xf0\x76\x42\x5d\xc2\x1d\x34\xf9\x4c\x72\x7f\xf4\x4e\x44\xec\xe7\x25\xda\xb6\x7f\x7c\x6e\xa6\xaa\x4b\xf3\x5f\xab\x9e\xc2\xb6\x84\x73\xee\xca\x66\x3b\x3b\xb7\xbd\x62\x85\xbb\x05\x3d\x67\x37\x9f\xf8\x01\xba\x62\x12\xcb\x30\x1a\x25\x9f\xda\x81\x25\xf1\xab\xe0\x68\x11\xef\xe6\x33\x3e\x5d\x7b\x01\xf7\x5b\x80\xee\xd9\x1c\xf0\xe4\x36\x30\xed\xe6\xb3\xc9\x9c\xd0\x54\x9d\xe2\x73\xd6\xd3\x2c\xaf\xc8\x34\x5d\xa2\x18\x05\xd5\xb4\xe6\xd6\x2f\x90\xcf\x58\x58\xdb\x94\xde\x3c\xda\x2f\xaa\xd4\x34\x0c\xa1\x8b\x30\xc1\x34\xa5\x84\x2e\x11\x5c\xbf\xac\xc0\x36\xf0\x63\x91\xc5\xe8\x03\xa9\x27\x1c\xf7\x6e\xe0\xfa\x33\xd0\x64\x78\xfd\xfc\x63\xed\xd2\xb4\x40\x53\xf2\xab\x40\x25\xaa\xda\x1f\xe5\x69\x97\x44\xd5\xc7\x69\x23\xc8\x2e\x60\x82\x63\x44\x7e\x1a\xa0\x2d\x29\x61\x31\x11\x99\xb6\x3b\x03\x77\x0c\x62\xb8\xac\xa1\xc3\x17\x36\x8a\x62\xbf\xf2\x8d\x63\x49\x6f\xad\x24\xfb\x89\x6c\x63\x92\x35\x00\x4b\x5d\x56\xdc\x32\x20\x96\x37\x3c\x08\x05\x62\x3f\xa4\x4e\x07\x62\x35\x12\xcc\xc1\x11\x05\x9f\x76\xd9\xf9\xe3\x94\xfa\x58\x9b\x62\xf6\x51\x77\xd4\xec\x73\x67\x60\xcc\xe0\x70\x5f\x20\x6c\x57\x6d\x77\xff\xbc\x8f\x50\x1c\x96\xa8\xba\x74\xb9\x9f\x81\xf3\x4b\xf4\xe1\xc5\x18\x1d\x50\x1a\x72\xa3\x29\x7b\x46\x8d\x3e\x12\x89\x3b\xb0\xdc\x7a\xf9\x29\xb1\x3d\xcb\xca\x6e\xe2\xdc\xb3\x67\xcd\xf1\xf4\x4e\x6d\x3f\xe6\x45\x76\xc0\x4e\x80\x64\x0e\x23\x72\x4b\x4f\xc9\x0e\x15\x1f\xfb\xa3\xbc\x58\x15\x56\x99\xd7\x5c\x90\x3e\x22\xa9\x98\x9d\x2a\xb6\x22\x9d\x35\xaa\xc1\x5e\x22\xbf\x08\x8e\x1f\x21\x33\xc7\xfa\x6d\x86\x05\x2b\xdb\xef\x4b\x54\xe1\xad\x4d\x16\x92\x3a\x62\x8c\x3f\x50\x93\x93\x0c\xe9\xe7\x1e\x66\x1f\xc5\xc8\x3a\xe5\x71\xe6\x87\x96\xae\xc3\x61\xfd\x74\x2e\x51\x76\xaa\xea\x61\x03\x1a\x17\x3f\x97\xa7\x24\xf1\x8b\x67\xfe\x86\x46\x5b\x17\xe7\x86\x8c\x2a\x94\x7c\xae\x50\x92\xc7\x7e\x85\xd8\xd5\xf8\x8f\x64\xc6\xf8\xc8\x7c\xe5\x73\x70\x77\xb7\x5a\x7e\x5e\x9c\x98\x2c\x4e\x7a\x79\x4d\xb6\x45\x96\x55\x17\x92\x33\xa0\x73\xb3\x2c\x2b\x4a\xc3\xe8\x90\x6d\x5f\x2f\x97\x8e\xbd\x77\xef\x2d\x2b\x3f\x15\x79\x8c\xb6\xaf\x97\xfb\x85\x8b\x0f\xdd\xe5\xb5\xf7\xfc\x1a\xad\xe7\x08\x9f\xb8\x2b\x50\xb8\x7d\x1d\x06\x73\x6f\xe1\xdd\x5b\x56\x56\xf8\xe9\x01\x6d\x5f\xef\xc3\x15\x72\x16\xf7\x96\xf5\x8c\xe2\x7a\xf4\x78\xbd\xdf\x07\x8e\xbd\xba\xb7\xac\x43\x81\x50\xba\x7d\xed\xae\xfd\x15\x86\xa8\x90\x1f\x6f\x5f\xbb\x76\xb0\xd9\xd4\xc5\xc1\xb3\x9f\x6e\x5f\x3b\x2b\xdf\xdd\xad\xef\x2d\x0b\x77\x5d\xa2\xca\x1a\xd4\x7f\xee\xe6\x7f\xf2\xd3\x0a\xfd\xe2\xd3\xf6\xf5\x7c\x31\xf7\x17\x76\xcd\x5c\x11\xd5\x36\x47\x35\x88\xdc\x62\xc2\xdf\x3a\xc8\xf2\x14\x04\xa8\x2c\x29\x2e\xa2\x74\x9f\xd1\x64\xfd\x22\xad\xc7\x8e\x9e\x6d\x72\x4f\x88\x6a\x29\x8e\x41\x6d\x5f\xef\xd7\xfb\xcd\xde\xc7\x15\x18\x46\xf0\x4d\x1e\x6c\xf2\xd6\xb9\xdc\x72\x5f\xca\x84\xe4\xaa\x66\xbf\x26\x21\x49\x2f\xcd\x7e\x8d\x0f\x24\x23\x34\x87\x33\xde\x3a\xae\x6d\xe3\xcf\x94\x55\x5b\xbd\xd5\xe9\x0d\xfc\x55\x6b\x76\xaf\x5a\x13\x7f\xc5\xda\xf8\xab\xc6\xc8\x5f\x75\x56\xfe\x6a\xfa\x8a\xb3\xf3\x57\xb4\xa1\xbf\x12\x2c\xfd\x55\x4f\x45\xfc\x40\xac\xfd\x55\x83\x9f\x86\xe2\x5a\xd5\xb9\xbe\x66\x5e\xf4\x2b\xce\x8d\x7e\x35\x7d\x45\x39\xd2\xaf\x7a\x4f\x9a\xee\x0f\xb3\xa3\x33\x65\x7e\xba\xec\xcf\x39\xfb\x73\xc1\xfe\xf4\xd8\x9f\x4b\xfa\x27\x8b\x98\xc5\xcb\xa2\x65\xb1\xb2\x48\x8f\x4b\x66\x05\xe7\x09\xdd\xde\x05\x1d\x51\x79\x0b\x8f\x0e\xb5\xc6\x73\x81\xda\x2c\xa3\x2e\x5d\x5b\xa8\xcb\x36\x63\xce\xdc\x6b\x58\x89\xa8\xd9\x76\x2e\x2e\xfc\x9c\xff\x59\x2e\xdc\xa3\xc7\x5e\x8b\x12\xab\x2f\x21\xb1\x75\x83\x27\x53\x37\x46\x7e\x28\xa2\x63\xc6\xd7\xb9\x6d\x33\x20\xcd\x6c\x64\xd1\xd2\x5b\x02\x40\xbc\x76\x40\x24\xb4\x50\xbd\x19\x44\xdb\x08\x0d\x2d\xef\xc5\x78\x34\xb4\x1e\xe6\x83\xd1\x1c\x8b\xde\x0b\xa4\x92\x66\x3b\x60\xae\x6f\xe7\x4e\xb3\x2c\x15\x54\x85\x63\x15\xb4\x66\x81\xe0\x05\x3f\x31\x32\x08\x12\xbf\xf8\x44\xc3\xe3\x73\x2e\x80\xd7\x10\xec\xd7\x68\xde\x79\x8f\x33\x97\x37\x19\xec\xb6\x60\x3f\x67\x2a\x7c\xef\x52\x5d\x73\x2f\x57\x74\xeb\xd2\xf6\xe0\x29\x8c\x10\xbb\x43\xb0\x33\xa5\x82\x20\xcb\x94\xfe\x2c\xcb\x1d\x7b\xae\x4c\xec\x51\x8d\x6b\x1b\x95\x09\x25\xbf\x8d\xfd\xe6\x9e\x5b\xdf\x9d\xf2\x1c\x15\x81\x5f\xb2\x03\x25\x15\x6c\x12\xbb\x0e\x10\x12\x83\x61\x2d\x12\x86\xe6\x12\x11\xca\x96\x02\x6b\x26\x39\x28\x80\x47\x78\x81\xe0\xff\xfd\x3f\xff\xaf\xff\xe7\xff\x7e\xc5\x36\x3b\x39\x58\xfb\xf8\x14\x85\x53\xfe\x2b\xbe\x8d\x97\x52\xa7\xb7\xf0\x6a\x87\x5d\x50\x08\xa8\x7a\x20\xe5\x91\xc5\xbe\x03\xbc\x0e\x11\x72\xd1\xf2\x1e\x4c\x45\xd6\x1b\x9c\xa0\xae\x26\x24\xa3\xb5\x0b\x52\xcf\x8a\x92\xc3\x85\xdb\x12\xd2\x4c\x0c\x0d\x60\x17\x7c\x61\x54\xc2\x58\x08\x0d\x16\x64\x21\x82\x6f\x37\xb7\xa7\x14\x89\x8f\x48\x69\x71\x35\xf3\xde\x7c\xf6\xbf\xe6\x91\x30\xcb\x41\x9a\xc4\xa7\x1d\x74\xfa\xb1\xf1\xe6\x79\x31\xe2\x84\x6e\xd0\x86\x19\x26\x4b\x09\xb8\x40\xc9\x64\xc6\x3d\xf7\x52\x93\xc2\xe4\x28\x93\xb6\xb9\x11\x65\x65\xb3\xf7\xf0\x3a\xd8\xbc\xe8\xce\xc7\x36\xbc\x49\xed\x18\x4b\x80\x05\x05\x64\x00\xc4\x70\xa8\x5b\xe2\x4d\x0c\x85\xd6\x60\x5e\xa0\xe6\x72\x69\x93\x5b\xb7\xbb\x2a\x3b\x5f\xd8\xd4\xdb\x4b\xd6\x73\x13\x18\x64\xa0\xbb\x8b\xbf\x53\xf0\x2b\xd0\x69\xfa\xb2\xf8\x20\x29\x48\x64\x10\x65\x22\x29\x38\xc7\xcc\xf9\xc5\xa6\x0f\x52\x23\x19\xfe\xc2\x0c\xa5\xf8\x56\x6b\xfb\x85\x54\x72\x3c\xf6\x48\x35\x79\x61\x45\xf5\x4c\x8c\x5e\x00\x65\x72\xa1\x6e\xca\xd6\x12\xfd\x2c\xe2\x15\xde\x86\xd1\xe3\x55\xc8\x88\x22\xb8\x72\x61\x82\xc2\x4b\x31\x7a\x82\x63\xb4\x45\x71\xb2\x59\xc2\x9c\x90\xb5\xc8\xcb\xb3\xa2\x32\x9c\x6e\xac\x76\x88\x7e\xe8\xaa\x45\xf6\x74\x51\xdc\xe6\x65\xf7\x81\xe9\x9b\xd2\xd4\xe5\x69\x06\x61\x9a\x59\x87\x53\x55\xa1\xa2\x64\x4c\xd6\x66\xe1\x6c\x09\xcc\xd7\xb3\x20\x63\x7c\x19\xba\x8c\x6c\x3c\xfc\xe2\x43\x90\xc5\x56\xf7\x44\x43\x8b\x9e\x35\x75\x9b\xeb\xc5\x31\x27\x9f\xd8\x72\xc4\x2f\xb6\xf8\x09\xa8\xe5\x0a\x9f\xc4\x2f\x73\xe1\xcb\x42\xf8\xe2\x09\x5f\x96\xc2\x97\x95\xf0\x65\x2d\x7c\xd9\x08\x5f\xea\xc1\x40\xf8\x28\x18\x55\xfd\x09\x90\x42\xfd\x51\x14\x44\xfd\x15\xae\x2b\x36\x3e\x3e\x00\x12\x89\x0f\x80\x50\xe2\x03\x20\x97\xf8\x00\x88\x26\x3e\x00\xd2\x89\x0f\x80\x80\xe2\x03\x20\xa3\xf8\x00\x88\x29\x3e\xc0\x92\x12\x7a\x59\xfd\x09\x90\x54\xfd\x51\x94\x54\xfd\x15\xae\x2b\x0a\x25\x09\x01\x49\x25\x21\x20\xa9\x24\x04\x24\x95\x84\x80\xa4\x92\x10\x90\x54\x12\x02\x92\x4a\x42\x40\x52\x49\x08\x48\x2a\x09\x61\x49\x09\xc3\x4e\xfd\x09\x90\x54\xfd\x51\x94\x54\xfd\x15\xae\x2b\x0a\xa5\x4c\x00\x49\x95\x09\x20\xa9\x32\x01\x24\x55\x26\x80\xa4\xca\x04\x90\x54\x99\x00\x92\x2a\x13\x40\x52\x65\x02\x48\xaa\x4c\x60\x49\x9d\xc5\x01\xe8\x0c\x8d\x41\x67\x70\x18\x3a\x83\x23\xd1\x19\x1c\x8c\xce\xd0\x78\x74\x86\x86\xa4\x33\x34\x2a\x9d\xa1\x81\xe9\x0c\x8d\x4d\x67\x68\x78\x3a\x43\x23\xd4\x19\x1a\xa4\xce\x64\x9c\xba\x18\x39\x2d\x9a\xfb\xe5\x0c\xe6\x0b\x9e\xc1\x76\x7e\x19\x95\x5b\x9b\x4c\x67\x87\x22\x7b\xc2\xce\xbe\x74\xd5\x52\x64\x4f\xb5\x0f\x5d\x5a\xce\xd7\xbf\xc0\x08\xc8\xfe\x2e\xb9\x77\xae\x87\x72\x69\x28\x8f\x01\xf2\x64\x30\x73\x1a\x66\x3e\x9f\xcd\xbb\xff\xd1\xe0\x6c\x01\x8c\x69\x41\x63\x72\x3d\x1a\xdc\xf5\x24\x30\x1e\x03\xc3\x70\xec\xca\x38\x5e\x32\xb2\x59\xce\x96\xed\xff\x56\x8c\x94\x98\x02\x5e\x3b\x44\xe9\x1d\x16\x60\x35\x09\xbf\x03\xd2\x4c\xbe\x3d\xe4\x7a\x06\x89\x8b\xfa\x2a\x00\xbb\x10\xf3\x12\xd6\x01\xc6\xe7\xa6\x32\xc6\xd3\x3d\xa8\x5a\x89\x62\x45\x70\xaf\x07\x5f\x38\x20\xab\xf4\x67\x01\x7c\x69\x6a\x8c\xd8\xc7\xa0\x2a\xc3\x42\xf5\x54\x52\x5d\xf7\xe0\x4b\x58\xaa\x4b\x95\x54\x37\x3d\xf8\x8a\x91\xea\x0a\x90\xaa\x63\x53\xfa\x87\xc5\xba\x56\x89\xd5\xa1\xec\x67\x03\xcb\x75\xa3\x92\xab\xe3\x9a\x8f\x0d\x64\x09\x8e\x6f\x5d\x5d\x48\xb8\xc3\x72\x80\x0a\xb1\xdf\x95\x3b\x73\xa0\xdc\x6e\x0a\x6d\xa0\xcc\x69\x01\x81\x32\xb7\x29\x73\x81\xb2\x79\x53\x06\xd1\x5b\x34\x65\x0b\xa0\xcc\x6b\xca\x3c\xa0\x6c\xd9\x94\x2d\x81\xb2\x55\x53\xb6\x02\xca\xd6\x4d\xd9\x1a\x28\xdb\x34\x65\x1b\xa8\xed\xad\x60\x1c\x50\x32\x9d\x68\x20\xd9\x38\xad\x70\x1c\x4e\x3a\x78\x0f\xd9\x72\x98\x85\x8b\xcc\xf6\x9b\xca\x2e\x53\x59\x3a\x80\x34\xb5\xe7\x4c\x6d\x7e\xe0\x68\x2a\x2d\x98\x4a\xd2\x71\xa2\xa9\xed\x31\xb5\xa5\xc3\x42\x53\x7b\xc9\xd4\xe6\x87\x83\xa6\xd2\x8a\xad\xa4\x91\xc0\x9a\xa9\x2d\xed\xec\x4d\xed\x0d\x53\x9b\xef\xe4\xad\x06\x6c\x56\x05\x1a\x11\x38\xac\xc6\x98\x2e\x6c\x16\xe3\xa8\x1d\xb7\xeb\xfc\x86\xda\x6d\x1d\xe5\x3a\xd4\x9e\xed\x08\xef\xa1\xf6\x7d\x6f\xe6\x40\xd4\x3e\xf3\x08\x1f\xa2\xf6\xaa\x47\xb8\x11\xb5\xdf\x7d\x0b\x4f\xa2\xf1\xb5\x47\x3b\x13\xb5\xca\xae\xf1\x27\x6a\xcd\x5d\xe7\x52\xd4\x4a\x1c\xe2\x55\xd4\x7a\xba\xce\xb1\xa8\x55\x76\x9d\x6f\x51\x6b\x6f\x88\x7b\x51\x2f\xa8\xae\xf3\x30\xea\xd5\xd7\x75\x4e\x46\xbd\x54\x1b\xe2\x67\xe0\xf5\xea\x75\xae\x06\x5e\xdc\x5e\xe7\x6d\xe0\x95\xf0\x50\x87\xa3\x4c\xf4\x3e\x47\x99\x68\xdd\x8e\x32\x51\x7a\x1e\xb8\xeb\xc8\x9d\x0f\xdc\x33\xe4\xfe\x07\x36\x7b\xb9\x0b\x82\xad\x5c\xee\x85\x60\x13\x96\x3b\x22\xd8\x3e\xe5\xbe\x08\x36\x47\xb9\x3b\x82\x6d\x4d\xee\x91\x60\x43\x92\x3b\x25\xc4\x6e\x14\x7e\x09\xb1\x0a\x85\x6b\x42\x74\xae\xf2\x4e\xb0\x66\xd8\x33\xee\x70\xad\x41\x6e\x0c\xd6\xd8\x10\x4f\x06\xeb\xd0\xc0\x99\xc1\xca\x1c\xe2\xcf\x60\xf5\x0e\x71\x69\xb0\xc2\x0d\xbc\x1a\xac\xf9\x21\x8e\x0d\xb6\x85\x21\xbe\x0d\xb6\x0e\x03\xf7\x86\x98\xc9\x10\x0f\x87\xd8\x8d\xd4\xc9\x31\xdc\x71\x89\xad\x24\xbc\xce\xcb\x49\xc2\x91\x5e\x4e\x12\x8e\xf2\x72\x92\xf0\x86\x5e\x4e\x12\x8e\xf2\x72\x92\x70\x94\x97\x93\x84\xb7\xf1\x72\x9a\xd8\xeb\x68\x2f\xa7\x56\xd9\x35\x5e\x4e\xad\xb9\xeb\xbc\x9c\x5a\x89\x43\xbc\x9c\x5a\x4f\xd7\x79\x39\xb5\xca\xae\xf3\x72\x6a\xed\x0d\xf1\x72\x92\xf0\x5a\x2f\x27\x09\xaf\xf5\x72\x92\x70\x98\x97\x83\xf7\x2f\xae\xf3\x72\xf0\x66\xc7\x75\x5e\x0e\xde\x19\x19\xea\xe5\x24\xa1\xde\xcb\x49\x42\xad\x97\x93\x84\x4a\x2f\x07\x77\x1d\xb9\x97\x83\x7b\x86\xdc\xcb\xc1\x66\x2f\xf7\x72\xb0\x95\xcb\xbd\x1c\x6c\xc2\x72\x2f\x07\xdb\xa7\xdc\xcb\xc1\xe6\x28\xf7\x72\xb0\xad\xc9\xbd\x1c\x6c\x48\x72\x2f\x87\xd8\x8d\xc2\xcb\x21\x56\xa1\xf0\x72\x88\xce\x55\x5e\x0e\xd6\x8c\xd6\xcb\xc1\x0a\x1a\xe0\xe5\x60\x8d\x0d\xf1\x72\xb0\x0e\x0d\xbc\x1c\xac\xcc\x21\x5e\x0e\x56\xef\x10\x2f\x07\x2b\xdc\xc0\xcb\xc1\x9a\x1f\xe2\xe5\x60\x5b\x18\xe2\xe5\x60\xeb\x30\xf0\x72\x88\x99\x0c\xf1\x72\x88\xdd\x0c\xf0\x72\xc0\x63\x1e\xb1\x15\x1f\xae\xf3\x72\xe2\xc3\x48\x2f\x27\x3e\x8c\xf2\x72\xe2\xc3\x0d\xbd\x9c\xf8\x30\xca\xcb\x89\x0f\xa3\xbc\x9c\xf8\x70\x1b\x2f\xa7\xd9\x8b\x1f\xed\xe5\xd4\x2a\xbb\xc6\xcb\xa9\x35\x77\x9d\x97\x53\x2b\x71\x88\x97\x53\xeb\xe9\x3a\x2f\xa7\x56\xd9\x75\x5e\x4e\xad\xbd\x21\x5e\x4e\x7c\xb8\xd6\xcb\x89\x0f\xd7\x7a\x39\xf1\x61\x98\x97\x83\xcf\xb3\x5c\xe7\xe5\xe0\xc3\x2f\xd7\x79\x39\xf8\xa4\xcc\x50\x2f\x27\x3e\x18\xec\x1f\x1d\xb4\x5e\x4e\x7c\x50\x7a\x39\xb8\xeb\xc8\xbd\x1c\xdc\x33\xe4\x5e\x0e\x36\x7b\xb9\x97\x83\xad\x5c\xee\xe5\x60\x13\x96\x7b\x39\xd8\x3e\xe5\x5e\x0e\x36\x47\xb9\x97\x83\x6d\x4d\xee\xe5\x60\x43\x92\x7b\x39\xc4\x6e\x14\x5e\x0e\xb1\x0a\x85\x97\x43\x74\xae\xf2\x72\xb0\x66\xb4\x5e\x0e\x56\xd0\x00\x2f\x07\x6b\x6c\x88\x97\x83\x75\x68\xe0\xe5\x60\x65\x0e\xf1\x72\xb0\x7a\x87\x78\x39\x58\xe1\x06\x5e\x0e\xd6\xfc\x10\x2f\x07\xdb\xc2\x10\x2f\x07\x5b\x87\x81\x97\x43\xcc\x64\x88\x97\x43\xec\x66\x80\x97\x03\x1f\x21\x8d\xad\xf3\x95\x47\x5d\xce\xf1\x48\x37\xe7\x1c\x8f\x72\x73\xce\xf1\x0d\xdd\x9c\x73\x3c\xca\xcd\x39\xc7\xa3\xdc\x9c\x73\x7c\x1b\x37\xe7\x7c\xe5\xf9\x97\xf3\x95\x47\x60\xce\x57\x9f\x82\x39\x0f\x3c\x08\x73\xbe\xfa\x2c\xcc\xf9\xea\xe3\x30\xe7\x81\x27\x62\xce\x57\x1f\x8a\x39\x5f\x7d\x2e\xe6\x3c\xf0\x68\xcc\xf9\xfa\xd3\x31\xe7\xeb\x0f\xc8\x9c\xc7\x9c\x91\x39\xc7\x7a\x37\xe7\x1c\x6b\xdd\x9c\x73\xac\x74\x73\x70\xd7\x91\xbb\x39\xb8\x67\xc8\xdd\x1c\x6c\xf6\x72\x37\x07\x5b\xb9\xdc\xcd\xc1\x26\x2c\x77\x73\xb0\x7d\xca\xdd\x1c\x6c\x8e\x72\x37\x07\xdb\x9a\xdc\xcd\xc1\x86\x24\x77\x73\x88\xdd\x28\xdc\x1c\x62\x15\x0a\x37\x87\xe8\x5c\xe5\xe6\x60\xcd\x68\xdd\x1c\xac\xa0\x01\x6e\x0e\xd6\xd8\x10\x37\x07\xeb\xd0\xc0\xcd\xc1\xca\x1c\xe2\xe6\x60\xf5\x0e\x71\x73\xb0\xc2\x0d\xdc\x1c\xac\xf9\x21\x6e\x0e\xb6\x85\x21\x6e\x0e\xb6\x0e\x03\x37\x87\x98\xc9\x10\x37\x87\xd8\x8d\xdc\xcd\xa1\x41\x48\xea\x23\xf6\x9e\x18\x70\x09\x56\x32\x8a\xb4\xcf\xb2\x4e\x81\x8f\xc7\x0b\x78\xe1\xb6\xbd\x6f\xd8\xdd\x7c\x23\x09\x91\xb8\x3c\x27\x55\x96\x43\x84\x8e\xc8\x0f\x29\xcc\x0d\x87\xae\x80\x9c\xc3\x46\xea\x41\x08\x77\x59\xf8\xfc\x55\x45\x12\x09\xf6\xdc\x0a\x08\x45\x50\xab\x4c\xc0\x76\xe3\xef\xc7\x2e\x29\xe7\x6c\xce\x5f\x6b\x24\xb5\x08\x31\x04\x21\x68\x8b\x60\xf4\x7d\x69\x2b\x05\x51\xb6\x0a\x7a\xad\x08\x35\xa8\x21\x31\xb7\x9e\x06\x77\xe9\x88\x86\x8d\x51\x59\xd2\x32\x95\x12\x21\x15\xe5\x4c\x90\xf2\xa3\xae\x9c\x61\x93\x1b\xda\x1a\x6d\x54\x45\x94\xd7\x4d\xaa\xd9\x99\x54\xc5\x36\xad\x8e\x56\xb6\xb7\xaa\xe7\x1c\xbd\xcb\xc2\xf0\x4e\xbc\xc9\x49\xdf\x08\xb7\xf1\x73\x4d\x3c\x52\x9c\x7c\xad\x47\xc9\xbf\x45\x0c\xe1\x59\x79\x77\x6c\xda\x17\x00\x6d\x93\x26\x04\x68\x74\x53\xf2\x35\x28\xb1\xae\xf0\x08\xbd\xdc\xb9\x0e\xfd\xfd\x5e\x4e\x4c\xa3\xad\xae\x96\x82\x30\xac\xa7\xbe\x90\xb5\xa5\x86\xaf\x95\xbf\x83\xf9\x22\xb2\x65\x91\x08\xaf\x49\xeb\x2b\xc3\xa2\x52\xd5\x87\xa4\xb7\xd9\x07\x21\xc8\x65\x97\xbf\x05\x1a\x00\xda\x32\x98\x07\xaa\x18\x22\x19\x2e\xc3\x75\xb8\x53\x91\xd4\xa8\x8c\xaa\xa7\x24\x0f\xab\x8d\x2e\x06\x15\xb7\x9b\xef\x56\x3b\x88\x3f\x46\xb6\x7d\x7e\x1b\x23\xd5\x71\xd5\x0d\x94\x27\x40\x40\xb2\x0c\xd6\xc1\x2e\x00\xd5\x47\x52\xed\x40\xed\x27\x25\x12\xd5\xb5\x85\x20\xb1\x39\x5a\x06\xa0\xe2\x08\x94\x4e\x6d\x6d\x2d\x05\x61\x89\xca\xba\x42\x50\x61\xeb\x7d\xe8\x6c\x90\x56\x61\x4d\xf2\x21\x33\x75\xd1\x95\x4d\x94\xc5\xd6\x07\xc7\x29\x27\xdc\x83\x66\x15\xa5\xfb\x0c\xc0\x5f\x7f\x86\x29\x93\x12\x90\x06\x42\x1e\x92\xd1\xd0\xa8\x87\x54\x91\xd1\x83\x15\xd3\x94\xc0\x5a\x59\x06\xfb\xd0\xd7\x69\x05\x27\x80\x32\x52\x49\x5f\xd3\x40\x1f\x74\x65\x48\x50\xfe\x2e\x0c\x91\x07\x30\xd7\x64\xa0\x02\xf0\x37\x25\x30\xf1\xae\x10\x22\xb6\xdf\x23\xb4\x83\x24\xd1\x40\x69\x14\xd3\xd5\x52\x10\x86\xd5\xd3\x17\x82\x1a\xda\xef\xc3\xfd\x4a\xdb\x6f\xda\x9c\x5c\x46\x4a\x62\x2a\x1b\xe8\x89\xab\x2f\x91\xde\xda\x77\x00\x2e\x49\x6a\x30\x80\x02\x29\x80\xa9\xb7\x65\x20\x25\x2f\x80\xc7\x37\x02\xa4\x51\x53\x5b\x49\x4e\x15\x56\x52\x57\x06\xea\x08\x85\x9b\xa5\x7e\x6c\x6b\xb2\xa4\x19\xa9\x88\xae\x6b\xa0\x21\xb6\x3a\x28\x36\x67\x67\xef\x56\x00\x8b\x38\x55\x1b\x80\x1f\x7f\x87\x49\x37\x45\x20\x99\x70\x1f\xee\x21\x49\x60\x18\x8d\x72\x9a\x3a\x52\x92\xb0\x6a\xda\x22\xb8\xf7\xec\xf6\xc1\x3e\xd0\x69\x86\xa4\xab\x33\x52\x0c\x55\xd5\x40\x2f\x4c\x6d\x48\x5e\x28\x40\xc1\x1e\x5a\x28\x85\x5c\x42\x26\xea\xb3\xac\xcf\xd4\x25\xa0\x47\xb0\x0c\xd6\x01\x34\xb2\xd5\x20\xda\xfe\x52\x57\x91\xd1\x93\xf5\x15\x5c\x02\xea\x63\xe3\x6d\x36\x1b\xad\x3e\x70\xba\x40\xc3\x7e\xd2\xd6\x34\xea\x25\x7d\x65\x70\x62\xde\xec\x76\x3b\xc8\x78\xdb\x27\xb7\x24\x05\x30\xe9\xb6\x0c\x12\x11\xc3\x16\xa9\x68\xd6\x5e\xba\xae\x41\x8b\xd9\xea\x40\x9b\xf9\xc5\x21\x10\x9b\x98\x61\x55\xb6\x5a\x05\xc4\xd6\xa4\x75\x64\x15\xbd\xf0\x16\xa1\xe7\x51\x29\x87\xe4\x98\xdb\x0e\x0c\x3f\xe5\x18\x20\xfe\xc1\xc4\x26\xb6\xd2\x12\xda\x78\xb6\x07\x0d\x6c\x21\x9c\xc2\xac\xe1\x56\xc5\xd8\xcd\xad\x9e\x08\x43\x42\x88\x8b\x7a\xa8\xa2\x08\x54\xf5\x11\x01\x85\x63\x19\x63\x5d\xbf\x99\x3a\xb6\xfd\x46\x16\x54\xa0\x68\x98\xc5\x17\x04\xb4\x54\x8c\xa1\x16\x6f\xbb\x99\xd9\x6f\x9b\xac\xbc\xd9\x46\x38\x9b\x4e\x48\x16\xa8\xcc\xb3\xb4\x8c\x1e\x91\x55\x26\x5d\x9e\xdd\x3e\x7b\x3b\x4e\xcf\x54\xfb\x22\xf8\xe9\x46\x2e\x93\x14\xf5\x28\x3d\xde\x54\x53\x05\x0b\x59\x4a\x5f\x4b\x95\x20\xb2\xbf\x5a\xae\x4c\xd8\x4f\xc2\x2f\xc5\x7e\x12\x0e\x61\x7f\xb3\x71\x4c\xd8\x8f\x0f\x5f\x8a\xfd\xf8\x30\x84\x7d\xc7\xd9\x6c\x4c\xf8\x3f\xc7\x5f\x8a\xff\x73\xac\xe0\x5f\x05\xf9\x85\x18\x94\x73\x47\x43\xe1\x47\xad\x82\x2c\xad\x8a\x8c\x4d\xd9\x17\x47\xf9\xb6\x7f\x4e\xe0\x7c\x6f\x9a\xce\x2f\x40\xe1\x22\xe4\x1f\x01\x6f\xd2\xf9\x31\x43\xb7\x3c\xc3\x39\x94\xcd\xb9\x49\xdc\x16\xf8\x71\xf0\xce\x99\x79\x28\x99\x7c\x35\x21\xa1\xfb\xc9\x57\x13\x37\x3f\xdf\x09\xf9\x9e\xfb\x10\x38\xa9\xd6\xbe\x7c\x50\xf8\x69\x93\x51\x84\x1e\xac\x27\x33\xc7\x2b\x27\xc8\x2f\xeb\xe5\xa9\x95\x9d\xaa\x69\xff\x02\x95\x50\x06\x64\x52\xcb\x0b\xb4\x47\x45\x69\x15\x28\x3c\x05\x28\xb4\x92\xac\x49\x5a\x52\xff\x64\x6d\x96\x11\x39\xc5\x0e\x4e\xf0\x2d\x55\xce\x76\x6b\x25\xa5\x85\xce\xb9\x9f\x02\xe9\xff\xda\x07\x42\xb4\x3a\x6e\x9f\x12\x37\x78\xa0\x78\x6d\xef\x42\xfc\x91\x7b\xdd\x9c\xe4\x0a\x6c\x3c\x08\xc7\x9d\x4f\x5d\xcf\x9b\xce\xdc\x7e\xf4\x6f\xf4\xdb\x3f\xdb\xa0\x68\x53\x97\x38\x3e\x3f\x55\xe4\x91\xab\x23\x7e\x86\x85\xcb\xb7\xd8\x3e\xed\xe6\x28\x70\x5d\x05\xdd\xbe\x67\x30\x95\xd5\xf8\xb1\x40\x7e\x98\xa5\xf1\xf3\x47\xb9\xbf\x02\xd2\xa1\xde\x19\x08\xfd\x0a\x7d\x64\xb0\x4e\xe5\x15\xab\x28\x41\x16\x7e\x3a\xcb\x08\x24\xc9\xd2\xea\x68\x54\xb3\x46\xcc\x56\x94\xa6\xd8\xe7\xb3\xe3\x53\x08\xc9\x23\x16\xac\x10\xfb\x47\x19\x8a\x28\x3d\x5c\xc4\xe7\xd0\x70\x2a\x55\xc6\x98\x00\x3f\x0e\xc2\x4c\x1e\x07\xc1\x5d\xe0\xd1\x8f\x4f\xb2\x17\xb6\xe5\xbe\x21\x8d\x0d\xa7\xf6\x97\x2a\xda\xc2\xd9\xda\xd9\xa7\xbe\x14\x39\x87\x2c\x0c\x4b\x5e\x42\x51\x3f\x32\xd2\x27\xa1\xef\xdf\x87\xe2\x1e\x6c\xc1\xc3\x5b\x3b\x60\x7d\x35\x71\xea\x71\x8d\x7e\xbd\x05\x28\x57\xf0\x83\x4f\xc3\x0b\xc9\x68\x25\xe3\x24\xcb\x82\x9a\x01\x43\xf2\x4c\x26\xdd\xd9\x7a\x65\x4e\xde\x55\xd3\x77\x65\x0c\x30\x7a\xcc\x63\x3f\x4a\xf1\xbb\xe7\xba\xe1\x92\x4c\x5d\xc0\xbb\x7d\x8d\xda\xf1\x53\x79\x66\xb9\x4c\x1d\xa8\x8d\x12\xad\x77\x53\x93\x2d\xb3\x2f\xb8\x3d\xec\x67\x2e\xbb\x9f\x09\x48\x99\x0c\x49\xa1\xc8\x83\x42\x29\x66\x45\x3d\x83\x13\xb6\xd1\x7c\x4d\xb4\x0b\x24\xe4\x65\x5b\xcd\xf3\x31\x67\xf9\x68\xcd\x1d\xe2\xc3\x31\x61\x03\x73\xc1\xe7\x6a\x06\xc6\xa6\x1f\x93\x53\x5c\x45\x79\x8c\x3e\x4e\x35\x15\x6b\xbe\x98\x4a\xed\x83\x32\xec\x60\x4c\xbf\x84\x22\xb4\x1f\xbf\x78\x04\xbd\xb1\x26\xd4\xc4\x96\xcf\x9a\x29\x95\x4a\x1c\xca\xa8\x5c\x43\x0d\x4a\x0a\x2a\xe6\x04\xe5\x53\x82\xb6\x38\xc5\xe4\x9e\x5d\x89\x22\xb5\xa7\x98\x12\x0e\xc4\x8f\xdf\xf4\xe1\x9a\xca\xe6\x96\x6b\xd3\x49\xf3\xb9\xe4\x24\xb8\x88\x3b\x72\x61\x13\xa0\xb2\xb9\xbc\xb1\x0c\xe7\x0c\xd2\xf6\x19\x4f\x25\xd2\xce\xd1\xf8\xdf\x74\x11\x1e\x2f\x81\x6e\xdc\xc3\xfd\xd8\xc2\x7d\x14\x01\x59\x6f\x47\x46\x9e\x54\xe5\x1f\xd7\x93\xd2\xac\xfb\xc5\x05\x1f\x5f\xc1\xe9\xd4\xcb\xf6\x61\x54\x2e\xe1\x36\xb6\x11\x36\xb3\x3a\xfb\xe8\x18\x70\xea\x4b\xa0\xa3\x91\x3d\x97\x40\x76\x36\x77\x04\x55\x50\xcf\xef\x91\x27\x45\x19\x82\x8f\x7e\x1c\x85\xd6\x1e\xa1\xb0\x9e\x09\xba\xd3\x46\xe4\x9d\x13\xfa\x25\x1d\x36\xb9\xba\xd8\x5f\x64\xe3\x34\x21\xd0\xbe\xff\x0b\x47\xdb\x16\xf6\xd4\x59\xae\xa6\xcb\xcd\x74\xb6\xb9\x53\xae\x8f\x6a\x4f\x46\xc2\x55\x37\x8b\x12\xb9\x48\x26\x1a\xcc\xb0\xa3\x78\xfe\x89\x1e\x63\x25\x2f\x14\xe3\xfa\x3f\x59\xf8\xd5\xce\xad\xf7\x99\xed\xc9\x5f\x4b\x1b\x3f\x95\x74\x6c\x39\xc4\xa5\xed\xea\x8c\x44\x23\xec\xe8\x45\xe1\xff\xe6\x94\x37\x55\x55\x6a\x31\xb2\xcf\xb4\xca\xe6\x90\x0e\x9c\x56\x58\x94\xf8\x07\xb4\x3d\x15\xf1\xbb\x57\xa1\x5f\xf9\x5b\xfc\xfb\x7d\xf9\x78\xf8\xea\x9c\xc4\xf7\xc1\xd1\x2f\x4a\x54\x7d\x38\x55\x7b\x6b\x3d\x7d\x33\xff\xa6\x7c\x3c\x4c\xce\x49\x9c\x96\x1f\xde\x1e\xab\x2a\xdf\xbe\x7f\xff\xf4\xf4\x34\x7b\x9a\xcf\xb2\xe2\xf0\xde\xb5\x6d\xbb\x06\x7d\x3b\xc1\x2a\xf8\xf0\x76\xfd\x76\x42\x94\x55\xff\xf9\x66\xfe\xed\x9b\xf9\x37\xb9\x5f\x1d\x27\xfb\x28\x8e\x3f\xbc\x7d\xe3\xce\x89\x49\xbe\x9d\x84\x1f\xde\x7e\xef\xce\xe6\x93\xe5\x6c\x35\x9f\x2d\x27\x8b\x99\x37\x0f\xac\xd9\xc2\x72\x66\xf6\x62\xb6\x58\x5a\xce\x6c\x31\x71\x66\x8e\x35\x5b\xc7\xce\xcc\x99\xd4\x3f\xe7\xb3\x85\x35\x9f\xad\x83\xd9\xd2\x9a\x2d\xe7\x13\xa7\xfe\xaf\xbb\x9a\x38\x33\x77\xb6\x8a\xad\xc5\x64\x31\x5b\xd6\x28\xe6\x33\xcf\x9a\xad\x31\x2a\x67\xe6\xfc\xf4\xf6\x3d\x61\xa3\x66\xf3\xcd\xfc\xdb\x57\x77\xf4\x3a\xbf\x1f\x2e\x71\xa4\xb6\x73\x3e\xc9\x5c\xee\x10\x53\xbc\x9b\x34\x03\x03\x05\x58\xa0\x1c\xf9\xd5\x36\xcd\x9a\xbf\xe8\x32\x6c\xc6\x04\x55\x8b\x69\xde\x22\x82\xbe\x72\x8b\xd2\xa6\xd3\xb2\xb3\x02\x10\x15\xb8\xa3\x1e\xc5\xd2\x1a\x40\xbb\x28\x86\x28\xa9\x96\xbf\x54\x97\x76\xd9\xa0\x2a\x30\xfd\x83\xe6\xc6\x89\x98\x3c\xf4\xd2\x4a\x94\x6d\x64\x3d\xd9\xc0\x8d\x02\xdd\x08\x35\xb9\x2a\xcb\xa5\xfa\x54\x6a\xdb\x40\xf2\xec\x92\xe0\x54\x56\x59\x62\x35\xf2\x00\x78\x7a\xa9\xbe\xb6\xe8\xfb\x9a\x07\xf6\x35\xb2\x21\xd0\xf4\x35\xac\x59\xf7\xb8\xf8\x29\xb1\x27\xde\x77\xf6\x64\x7e\x5c\x88\x7d\xa3\x91\x4c\x13\x76\x22\x4a\x7a\xbf\xce\xcf\x13\xc7\xce\xcf\x93\xce\xda\xa7\xf5\x00\x3e\xf9\xfb\x1d\x42\x1a\xc9\x4c\x5a\x93\xc6\xe2\x7a\x3f\xa0\xcb\x4f\xa8\x81\xc3\xb0\xf3\xb7\x28\xdc\xd6\x39\x90\xf5\x7f\xd8\x1e\x6f\x3f\x00\x08\x1e\x0d\x35\x59\xc9\xfc\x37\x42\xd0\x14\x8b\x62\x5e\xd4\x42\xe9\x27\xca\x46\x4e\xed\x72\x8b\x47\xc3\x15\xeb\x9a\x31\x02\x5b\xff\x9c\xbb\xa8\x13\x73\xdc\x5b\x2c\x05\xa4\xa3\x01\xec\x16\x06\xc8\x5b\x71\xe6\x47\x3e\x0e\x20\x8e\xad\x4a\xd7\xbc\x51\xd6\x65\x40\x97\x3c\x80\xd4\xb4\xff\x4e\xc9\xc5\x14\x40\x8d\x9f\xbf\x94\x28\x0a\x97\x11\x9d\x9b\xaa\x07\x40\xc7\x89\x47\x83\x74\x6c\x3f\x8c\x52\xd8\xfb\x6f\xde\x2c\xbc\x85\xf7\xdf\x92\x50\xfb\xff\xae\x6b\x4f\xbd\xf9\x7f\x41\xff\x9f\x6b\xbe\xd1\x0a\x80\x17\x99\x6c\x0d\xd0\xd4\xfb\xdf\x82\x1a\xf9\x75\x80\x50\x71\xf8\x5a\xa0\x81\xfc\x62\xab\x01\xc7\xed\xe7\xf2\xfa\x6f\x32\x85\xd7\x0a\x7f\x3b\x29\xab\x22\xfb\x84\xf0\x84\x4e\x0c\xb5\x99\xeb\x83\xa8\x08\x62\x34\x09\xce\x1f\xde\x2e\xdf\x4e\x82\x67\xfc\x9f\xe2\xc3\xdb\xc5\xcc\x6b\xe7\x61\xec\x0e\x10\x78\xab\xb6\x8f\xbf\x64\x51\xfa\xe1\x2d\x6e\x0f\xf1\x0a\xbc\xd9\x7a\x32\x9f\x2d\x8f\xb3\xc5\x77\xcb\xc9\x72\xe6\x75\x33\xb8\x88\x7c\x3d\x73\x31\xfa\xd9\xf2\x6d\xef\x61\x34\x0c\x75\x3c\x62\x8e\xff\xb3\xad\x23\x9a\xee\x7f\xb3\x75\x44\x63\x3c\xa0\x23\xd1\xd0\x52\x0d\x60\xd4\xe0\x60\xb6\x92\x00\x8c\xf5\x65\xd7\x12\x2a\x82\x7f\xbd\xd5\x84\xc8\xd5\xcf\xeb\x89\x9f\x07\xa1\x97\x5f\x89\xc8\x87\x8f\xf1\x2b\x91\x17\x1b\x42\xc0\xf5\x40\x37\x61\xca\x56\x23\x84\xa4\x39\x1e\xe5\x0c\x6d\x04\x39\x7e\x55\xd2\xa1\x52\xad\x4b\x80\x06\x8d\xc2\x07\xaf\x4c\x86\x63\x1f\xbb\x36\x41\x8b\xa5\xbd\x0c\x39\x83\x24\x1f\x07\x91\xbf\x72\x75\xa2\xb0\x37\x23\xca\x37\x5d\x9f\xf0\x0a\x93\x2e\x26\xe4\x6a\x02\x11\x9a\xae\x51\x6e\xd0\x3f\xf5\x5b\x2e\xfd\x7e\xdc\x3e\xce\x9e\xb6\x45\xf6\x34\x79\x2a\xfc\x5c\x86\x8a\xd9\x1d\x13\x4f\x2c\x29\xdf\x45\xa0\xd1\x90\xf6\xea\xf8\xfa\xcb\xa9\xac\xa2\xfd\xb3\xd5\xbe\x35\xdb\xd4\xd1\xee\x37\x31\xbc\x92\xdd\x4d\x13\x11\xf4\x29\x54\x44\x81\x0c\x24\xda\xee\xbb\x42\x4f\xc9\xf2\x37\xb9\x93\x28\x0c\x63\x24\xcb\xd3\x22\xc5\x4d\x9d\x45\xd0\x3f\x58\x4b\x23\x61\x26\x09\x71\x44\x6d\xab\x91\xe3\x53\x44\x7a\xe6\xbc\x61\xc3\x18\xa9\x57\xee\xfc\xc0\x30\xa2\xcd\x1e\x1f\xd6\x5c\x79\x2c\xa2\xf4\x53\xbf\xc7\x07\xee\xf8\xa9\xf6\xfb\xe4\x7b\xb9\x9c\x10\x5b\x3d\x03\x2d\x86\x1b\x69\x8a\x51\xb2\xb5\xca\x80\x3f\xf9\x4d\xd4\xc3\xaf\x50\xf8\x05\x76\x24\x41\x7a\x7f\xa7\x1b\x94\x2a\x59\x18\x45\x2b\x94\xc2\x04\x43\x17\x0c\x84\x59\xd0\x56\x0d\xd2\xb1\x2b\x83\xd8\x0e\xa4\xb0\x1d\x18\x10\xe6\x64\x00\x6e\x35\xc9\xa9\x71\xa7\x2d\x7f\xde\x76\xfd\x4f\x16\x2e\xb9\x76\xdb\xd5\xc4\x7a\x88\xaf\x35\xcc\x86\x5e\x60\xe3\x86\xa5\xa9\xda\xc8\x55\xb0\x0a\x9d\x61\x7d\x99\x80\x0d\x47\x58\xbd\x17\xac\xe0\x18\x04\x54\xf0\xfc\xc5\x62\x3e\x9c\x0d\xc0\x1b\x78\x2a\xab\x61\x20\x84\x16\xfd\x1c\x2f\xfa\xaf\x36\x96\xfe\x4d\xef\x3f\x1b\x59\xb3\x7e\x24\x04\x6c\xfa\xc5\x87\xc2\x21\x5b\xda\xfa\x51\x9c\x3a\x12\x39\x7c\x5b\xdc\x9c\x31\x53\x77\xc8\x7c\xd3\x7c\x4c\xd3\xc6\x73\x71\xa5\x9b\x36\x62\xe3\xdd\xc0\xec\x18\x74\xdb\x71\x47\x02\xae\x67\x14\x0a\x0e\x5d\xc9\xaf\xf1\xa1\x83\x21\xdc\x1b\xc5\xf9\xc6\xb5\xe2\xa5\x8f\x37\x0c\x6a\xa6\x3e\x9e\x38\xb2\x91\x2f\x77\x8c\x62\x78\xfb\xc6\x46\x2d\x07\xb6\x76\x00\x99\xb1\xc6\x6a\x76\xc0\xc3\xa0\x11\x3d\xa2\xed\xf8\x63\x22\xc6\x3c\x4a\x23\xb2\x23\x38\xfd\x32\x27\x50\x38\x5e\xc6\xcc\x4d\xc3\xa7\xa2\xc1\x33\xcf\x95\x13\xcd\x17\x38\x66\x23\xa1\xf8\x77\x7a\xea\x46\x2d\x8d\x31\x61\x2d\xa3\x33\x39\x42\x94\xca\x6c\xff\x4f\x0f\xa6\x0f\x70\x8d\xa0\x24\xc2\x5c\x1d\xe8\x6a\x10\x19\x87\x29\x7e\x3e\x55\xf4\xf3\xa9\xa2\x5b\x85\xc9\x98\x4d\xc9\xa1\x16\xf8\x02\xe7\x0a\x8c\x42\x65\xfa\x0e\x03\x05\xcb\x5e\xea\x7c\x93\x69\xb8\x4c\xcf\x35\x1c\x30\xfb\x9b\x38\x26\xa5\x0b\x32\x18\x8c\x61\x6c\x80\xe1\xe7\x63\x56\x3f\x8f\xca\xff\x49\x8f\x59\x19\xf6\x85\xa1\x21\xb7\x2f\x35\xa8\x0e\x3b\xbb\x35\x28\xb2\x34\xe6\x04\xd8\x10\xe6\xcc\xdd\xb4\x61\xe7\xc3\xc6\x35\xf2\x1a\x6e\x6e\xe0\x46\x8e\x3a\x69\x36\x38\x82\x30\xf6\x1c\xdc\x2d\x98\x1d\x1b\xf5\xb8\xcd\x59\xbb\x61\x2d\x78\x99\x90\xdc\x17\x3a\xd7\x37\xb0\xa9\x2f\x10\x96\x7b\xf9\x13\x84\x63\xda\xf8\x92\xa1\xb9\xb1\x84\xc6\x1a\xae\xe9\xe9\xc6\x61\x41\xaf\x6b\x4e\x49\x0e\xe0\xf3\x46\x21\xba\x2f\x7a\x04\x53\x0c\xb8\x8d\x9a\x39\xc6\x4d\x5b\xa3\x66\xa9\x31\x93\xd2\xae\x4a\xb5\xc9\x90\xfa\x5c\x7e\x40\x42\x24\x30\x72\xc6\xa5\x44\x62\xce\x4f\x6a\xd2\xfa\x99\x26\xed\x43\xe7\xaa\x39\x81\xd9\xac\xf7\xa8\xbc\x79\xb2\xfc\x7d\x5c\x3b\xa1\x0c\x7f\x63\xf3\xff\xb5\xf9\xd2\x4e\x25\x2a\x5a\x8f\x10\xc7\x0c\x85\x0f\xe0\xf9\xd1\x11\x49\x03\x6b\xcd\x29\x73\x05\xee\xaa\xb4\xc9\xd4\xca\x6a\x05\x8b\x2e\x44\x41\x56\xf8\x3d\x24\x07\x38\x13\x9d\xdf\x1a\x5d\xeb\xdb\x1a\xe7\xff\x83\x33\xfe\xd5\x04\xc0\xf4\x7a\x35\x8d\xb6\xe0\xd2\xe6\xce\x9b\x2d\x3d\xa1\x5d\x78\xbc\x6d\x6b\xde\xe1\x9f\x1d\xc6\xbb\x4b\x70\x2a\xca\xac\xd8\xe6\x59\xc4\x1f\xda\xf4\xa5\xb4\xf7\x11\x8a\xc3\x12\xf5\xe9\x78\x48\xdd\x4b\x83\xc4\x42\x8f\x28\xad\x4a\x50\x58\xed\xc3\x2d\xc0\x0c\x6e\xdb\xab\x9d\x90\x46\xb1\xf9\x28\x49\x3c\x4c\x21\x94\x25\xda\x7d\x6d\xdb\xcb\x4d\xb8\x11\xd0\x2e\xdd\x20\x30\x40\x0b\x2b\xb7\x23\x2a\xcb\x07\xa9\x22\xaa\x32\x89\xf9\x7a\xea\x2c\x1a\x9b\x60\x13\x02\xcb\xf8\x93\xd9\x46\xc7\x62\x67\x23\x37\x97\xb8\xd2\xb0\x66\x40\xfa\x6f\x63\xe0\x6d\x0b\x5c\x1e\xb3\xa7\xaf\xa5\x4d\x2f\xb2\x3c\xcc\x9e\x52\xab\xca\x0e\x87\x18\x72\x0a\x3b\x89\xb3\x0d\xf4\x82\xdd\xcd\x1a\x08\x2c\x7d\x87\x36\xb3\x45\x31\xa4\xb1\x06\xc3\x0b\x6b\x4b\x42\x23\xbb\x47\x78\x00\xb9\x35\x99\x3f\x59\xb9\x35\x1f\x15\x72\xe3\xde\xf5\x01\x10\x7b\xfe\xd2\x5d\xae\x39\xc4\xde\xc2\xdb\x2d\x5d\x23\xc4\x92\xee\xd8\x13\x96\x75\x48\x15\x61\x89\x10\x71\x8a\x6e\xd7\x5e\x4f\x97\x6f\xa6\xde\xe2\x8d\xae\x43\xf6\x3c\x4a\xbb\x64\xcf\xa6\xa2\x53\x5e\x2d\xfb\x51\xdd\xd2\x10\x5c\xdd\x31\x29\x11\x68\xbb\x66\x27\x7b\x26\xe5\x3b\xf2\x3c\x6f\x77\xbb\x66\x4a\x3a\xe7\xb0\xc6\x2a\xbb\xa7\xb4\xc9\xea\x0e\x0a\xd8\x96\xd8\x54\xf2\xf0\x12\x20\xbb\x6e\x47\x1d\xd8\x66\x57\xc9\x8e\x7e\xc9\x09\x42\xeb\xac\xd7\x73\xbe\x8f\x38\x68\x85\xe6\x0b\x03\xb4\xb2\xae\xd9\x10\x95\x75\x4c\x15\x51\xd5\xe8\xb6\x72\xa7\xce\xda\x9e\x6e\x56\xda\x7e\xd9\xb0\x27\xef\x95\x0d\x87\x8a\x3e\x79\xa5\xc0\xc7\xf5\x48\x13\x60\x4d\x7f\x6c\x9b\xae\xed\x8d\x9d\xc0\x19\x2d\x04\xab\xc5\x5c\xfa\xe8\xc3\xd0\x06\xca\xfa\xe2\x80\x66\xaa\x7b\x22\xdc\x58\x83\x89\x92\x31\x25\xa1\x8d\x51\xba\xcf\x20\x89\xad\x7c\x77\x27\xd8\x2d\xf9\xa8\x90\x58\x8d\x4d\xd2\x53\xf0\xc3\x5e\x8a\x22\x59\xb7\x75\xe6\xeb\xc5\x66\xc9\x73\xe2\xac\xfc\xb5\x72\x24\x35\xe2\x44\x29\x37\x6f\x3d\x75\x56\xcb\xa9\xb3\x81\x1d\x0c\x4c\x40\xda\xeb\x30\x0d\x45\x97\xbb\x42\xbe\xe3\xfa\x9b\x1e\x52\xdd\xd9\x48\x73\xf5\x3d\x8d\x28\x86\x6b\x97\xbd\xb2\x57\x4a\x97\xd4\xb8\x5d\x2a\x0b\xba\xba\x8f\x41\x6d\xbc\xde\x50\x9a\x97\xd2\xc0\xac\xe4\x81\x63\xf3\x27\x2d\x9b\x8f\xcc\x42\x5d\x86\x53\xda\x69\x90\xed\xaf\x6d\xfe\xf9\x9d\x70\xbe\x41\xb6\x6d\x86\x59\xd2\x75\x5a\xba\xb2\xe9\x4e\x45\x57\x1d\x7c\x73\xa7\xce\xca\x9e\x3a\x2e\x3d\xdf\x69\x58\x94\x76\xbe\x96\x4b\x45\xff\xbb\x5e\xf4\xa3\x7a\xa1\x11\xb0\xba\x23\x76\xad\xd7\xf6\xc5\x4e\xee\x74\x1b\x83\xe5\xc6\x33\x35\x82\x6b\x7a\xe4\x90\x96\x2a\x3b\xa5\xa4\xbd\x06\xfd\x92\x35\x2a\xa1\x91\xe4\x7d\x3c\x48\x6e\x6d\xb0\x18\x88\x20\x2b\xc6\x30\xfa\xbd\x3d\xf0\xc1\x57\x77\x3e\x9f\x73\x58\x77\xa1\xeb\xa8\x7d\x10\x82\x55\xd2\x1d\x1b\x92\xb2\xde\xa8\x22\xa9\x16\x9c\x37\x5d\xcf\x0d\x9c\xcf\x86\x39\x69\x47\x6c\xf8\x53\xf4\xc3\xeb\x64\x3d\xaa\x0f\x9a\xc0\xaa\xbb\x60\xdb\x6c\x6d\x0f\xec\x64\xcd\x28\xc0\x75\xf6\xae\x72\xb1\x3b\xa0\x75\x92\xde\x37\xa0\x8d\xca\xce\x07\xb7\xd4\xa8\xef\x51\x26\x24\x34\x10\xbf\xee\x06\x8d\xca\xeb\xfd\x66\xef\xf3\xa3\x32\xf9\xa8\x1e\xb1\x30\x46\x49\x2f\x21\x0f\x2e\xaa\xca\xa4\xd3\xa8\x8b\x96\x88\xe7\x27\xf4\x91\x8d\xbc\xdb\xf0\xa3\x5e\x40\xbb\xf6\x74\xf1\x66\xba\xf6\xe0\x05\x34\x21\x21\xed\x7b\x84\x8a\x6a\x0a\xbc\x4e\xd8\xe3\x3a\x9f\x01\xa8\xba\xef\x35\xad\xd6\x4f\x7e\x44\x4b\xbc\x27\x12\x6e\xc2\xfd\xcd\x5a\xa7\xb4\xa9\xab\xfb\x1e\xd8\xd2\xeb\xcd\x46\xfd\x04\x22\x7f\xeb\x47\xf5\x2e\x62\x8b\x4d\x3a\x39\x15\x9f\xa4\xc3\x53\xfb\xe8\x26\x14\x8d\x98\xbb\x2b\x57\x58\x42\x84\xae\xe3\x2a\xe3\x34\x46\x9c\x28\xc7\xac\xb5\x3b\x5d\xaf\xa7\x9b\xb9\x54\x6c\xaa\x89\xae\xf8\xa4\xea\x6b\x57\x48\x77\xec\x24\xa7\x83\xd4\x4d\x71\x75\x73\xf5\xcb\x3d\xa2\x16\x7e\x19\xeb\xf8\x8e\x66\x82\x33\x6c\x97\xca\x7e\x6e\x30\xb9\x89\x6d\xbc\xd6\x4c\x9a\x5d\xce\x7e\x1f\x50\xb1\xf9\x44\x7e\xe9\x50\x28\x76\xfe\x46\x6d\x6f\x71\xe8\x25\x5d\x86\x67\x62\xd0\x76\xaf\x5e\x2e\xf2\x9e\xc4\x13\x96\x77\xaa\xf6\x68\xc2\x30\x69\x8e\xea\x4d\x83\x90\xa8\x3b\x96\x20\x08\x83\x5d\xbe\x5b\xe8\xf9\x9a\xee\x36\xa6\xf9\xca\x9e\xa7\x11\xc2\xcd\xac\x8d\xda\x04\x54\xec\x37\x01\x4f\xe3\x80\x48\xa4\x3d\x71\xe4\x9e\x96\x40\x40\xd3\x17\x85\x6d\x40\xcd\xe6\xcb\xea\xcd\x74\xb1\x84\x9d\x00\x91\xb4\xb6\x43\x9a\xec\xee\x71\x5d\xd2\x58\xb0\x57\x75\xca\x9b\xec\xed\x01\x02\xd1\x76\xcc\x5b\xa9\xfd\x16\x5d\xf3\x86\x7b\x7e\x5a\x51\xdc\xd0\xfc\xda\x3d\x40\xc5\xce\x13\x70\x1f\x18\x40\x21\xf7\x26\xc7\xed\x6d\x71\xe8\x75\x3d\x93\xdd\x05\x34\xbb\x0a\xac\x97\x8b\x41\xa7\xd4\x6e\xee\x71\x5d\xd2\x50\x9a\xd7\x75\xc8\xeb\xb7\xf6\x04\x41\x68\x3b\xe3\x6d\xf4\x7c\x93\xae\x78\xab\x2d\x3f\x8d\x10\x6e\x66\x6d\x64\x0b\x50\xb1\x13\x45\x7e\x29\xe1\xe5\xdb\x77\xe3\x36\xba\x68\xdc\x9a\xce\x67\xb8\x9d\xe7\xce\xa7\xce\xd2\x9d\x3a\xeb\x85\x56\x18\xfa\x7e\xa7\xd9\xde\xe3\x3a\x9d\x89\xfc\xae\xea\x71\xd7\x6e\xee\xb1\x8d\xd7\xaf\xfa\xae\xd7\xe9\x2d\x3a\xda\x6d\x36\xfd\x54\x6d\xbf\x9d\x59\x75\x9b\x80\x8a\x0d\x27\xf2\x4b\x87\x42\xda\xd3\xc6\x6f\x69\x71\x14\x34\xfd\x8d\xdb\x03\x54\xc9\xc6\xf3\xa6\xce\x66\x3e\x85\x83\xc0\x3c\x55\x6d\xa7\xd3\x6f\xeb\x71\xfd\xce\x50\xa0\x57\x75\xbd\x1b\xec\xe8\x09\x82\xd0\x76\xc0\x9b\xa9\xfa\x16\xdd\xf0\x66\x3b\x7d\x1a\x39\xdc\xcc\xe0\xda\x8d\x3f\xc5\x9e\x13\x70\xc7\x45\xc4\x20\xed\x89\x23\x37\xb5\x58\xec\x9a\x5e\xc8\x6e\xfd\x99\xdd\x6b\xd1\xca\x44\xdf\x07\xb5\x3b\x7a\x5c\x17\x34\x13\xe4\x55\x3d\xf0\xfa\xfd\x3c\x5e\x08\xfa\xcd\x85\x5b\x28\xf8\x16\x7d\xef\x56\xfb\x7c\x6a\x09\xdc\xcc\xca\x9a\x7d\x3f\xc5\x8e\x13\xf9\xa5\x46\x20\x9f\x01\x47\xef\x68\x31\xf8\x35\x3d\xcf\x60\xfb\x8e\x88\x64\xb1\x9e\xba\x8b\xcd\xd4\xf5\x6c\xbd\x50\xf4\x3d\x4f\xb7\x9f\xc7\xcf\x7d\x26\x82\xbc\xaa\xdf\x5d\xbd\x95\xc7\x09\x40\x3f\xeb\xdd\x46\xbd\xb7\xe8\x77\x37\xda\xe2\x53\x4a\xe0\x86\x26\x46\xf6\xfc\x14\x9b\x4f\xe4\x97\x12\x5e\xda\xeb\x46\xee\x6d\xd1\xb8\xb5\x73\x9d\xd1\xfe\x9d\xe7\x4e\xbd\xf5\x74\xa9\x76\xc4\xd5\xfb\x78\x0c\x45\xe3\xbe\x66\x22\xbd\x2b\xa7\xb8\xeb\x76\xf3\xd8\xc6\x6b\x3b\xda\x0d\x34\x7a\x9b\xc9\xed\x16\xbb\x7c\xaa\xb6\x5f\x6b\x54\x71\x94\x76\xc9\xec\x9a\x1d\x19\xfe\x12\xab\xc9\x15\x4b\x8c\x87\xbd\xa0\x69\xdb\xde\x72\x37\x17\xa0\x4f\x69\x88\x8a\xba\x39\x20\x0a\xe9\x79\x93\xb4\xed\x3e\x03\xf1\x29\x0e\x97\xa4\x54\xff\x60\x43\xdf\x26\xd7\x24\xf1\x6b\x24\x56\x7c\xf8\xba\xfe\x25\x62\xef\xd6\xc9\xed\x95\xe2\x79\x77\x3f\x98\x5c\x17\x6e\xee\x18\x4b\x6f\x08\xe3\xfb\xc1\x4e\x81\x12\x09\xe5\x32\x81\x29\x97\x09\x4f\xd9\x65\x29\x77\xd9\xfe\x64\x94\xa9\x34\x7e\x02\x6d\x7c\xeb\x99\xbd\x81\x2d\xcb\x67\xd8\x55\xff\x8a\x82\xa4\x73\x09\xf2\x04\xf0\xb5\xf8\x1f\xab\xe7\x1c\x7d\xd8\x9d\xaa\x2a\x4b\x3f\xf6\x80\x53\xb8\x5e\x81\x4a\x54\xe9\xab\x95\xa7\x5d\x12\xd1\xf5\x2e\x12\x9e\xf7\x7e\x88\xe8\x7b\xc8\xcd\xad\x5d\x72\x43\xba\x16\x98\x5f\x8c\xb8\xdc\xcc\x63\x15\x6f\x37\xd7\x35\xc8\xc0\x50\x0f\x00\x77\xdd\x6d\x61\x76\x44\x0e\xb2\x38\xf6\xf3\x92\xa9\x49\xa7\x74\x84\x2a\x47\xe9\xe1\xd2\x28\xd9\xbe\xaf\xbb\x27\x7e\x4a\xe8\x18\x85\x21\x4a\xc5\x47\x66\xe8\x7b\xe7\x04\x6a\x32\x9b\x37\x97\xc3\x47\x34\x9c\xe2\x41\xd9\xfc\x76\x4c\x9b\xf2\x1f\x63\xb4\xaf\x84\x8f\x38\x4d\x92\xf0\xf5\x94\x5f\xd4\x6f\xe6\xf0\x93\xc6\xd3\x31\xaa\x90\x55\xe6\x7e\x50\x0b\x54\x78\x69\x8a\x1f\x67\xfd\x7d\xd5\xaf\xb8\xdb\x47\x70\xda\x09\x06\xe7\x92\x9c\xcd\x51\xa2\x48\x2d\x40\x9e\xfa\x51\xd6\xc1\xdd\xa2\xab\x71\xdf\x3e\xd7\xf3\xea\x15\x9c\x7c\x80\x7e\x52\x68\xe6\x7a\x1e\x4a\xf8\xfb\xf8\xe4\xab\xb2\x5d\x28\xc9\xab\xe7\xa6\x75\xcc\x1b\x45\x30\x54\x82\xd2\x13\x33\xdf\xc6\x51\xbe\x6d\x13\x58\xed\xb2\xf3\x3d\x14\xea\xd9\x8b\xc9\x17\x9a\x2d\xf0\xfa\x9f\x99\xe3\xa9\x53\x97\x72\x09\x18\x48\xf6\xd2\x38\xf3\xab\x6d\xcd\x29\x9f\x83\xa1\xcb\x62\x5a\x56\x56\x59\x3d\xc7\x88\x00\x90\xb6\x6d\x67\x24\x9d\x56\x3d\x47\xde\xf7\x4f\x84\x39\x36\xce\x59\xca\x8c\xbd\x36\x94\xc3\xb4\x4f\xd4\x80\x49\x0b\x39\x4d\x1d\xdb\x56\x08\x0e\x4b\xf6\xd2\x30\x48\x0c\x42\x78\x53\x8a\x05\xc0\x95\x08\x04\x7e\x0d\x8c\x00\xd9\x46\x8f\x9c\xb1\x98\xca\x64\x38\xf5\x32\x91\x32\x20\x72\xb0\x5a\xae\xd5\x1c\x24\xe1\x70\x0e\x92\x70\x00\x07\x9b\x8d\xab\xe6\x20\x3e\x0c\xe7\x20\x3e\x0c\xe0\xc0\x71\x6d\x5b\xcd\xc2\x39\x1e\xce\xc2\x39\x96\xb3\x20\x0e\x83\x42\x67\x25\x63\x15\x36\x53\xf6\x0d\xaf\xa6\x2f\xb0\x0f\x8f\xd5\xff\x06\xf9\x39\x19\x0e\x8a\xd4\x00\x76\xfb\xd1\xd1\x7e\xb9\x41\x11\x6a\x9f\xf9\xe0\xd8\x24\x61\x64\x45\x8f\xeb\xd2\x82\x27\x5c\x41\x62\xef\x0d\x01\x6b\x40\x4f\xc0\x48\x03\x90\x18\x39\x6d\xb0\x1a\xb0\xe1\xa9\x88\xc1\xf3\x62\x1a\x90\x34\x71\xbc\x12\x18\x19\x71\x3c\x88\xd0\x35\x52\x50\x83\x58\x2b\xec\x8b\x7d\x72\x15\x62\x75\xc3\x2a\xe4\x08\x30\xdc\xe9\x84\xca\x4c\x7e\xa3\x25\x0c\x73\xc0\xe6\xf2\x32\x32\x22\xbe\xbf\xde\xce\x6c\xba\x27\x11\xaf\x6d\x95\xb9\xd9\x28\xa5\xa2\x35\x9b\xce\x58\x7e\x3c\x5b\x79\xec\x07\x28\x41\x69\xf5\xbf\x3e\x10\x31\x7e\x14\xfc\x54\x49\xf5\x9a\x07\xe3\xca\x58\x46\xc6\xb5\xab\x2c\xff\xd8\xce\x02\xd4\xe4\x21\x9f\x74\xc2\xe8\x31\x0a\xfb\x51\x05\x3b\x39\x9d\xe3\xf6\x1a\x6d\x50\x80\xf6\xf7\xdd\xa2\xa2\x75\xac\x1a\xa7\x89\x5b\x63\xc0\x14\xa2\x0a\x25\xda\x4c\x5d\xf6\x7d\x10\x23\xbf\xd8\xee\xb2\xea\x28\x71\x05\xa9\x24\x5c\x54\xc0\x82\x5b\xc9\x92\x4c\xca\xb4\xef\x16\xa5\x47\x54\x44\xd5\xbd\xb8\x04\x90\x2d\x66\x19\xce\x81\xa0\x0f\x5b\x2e\xbd\x8c\x43\x44\xd7\x1e\x37\x58\x3a\x6b\x67\xa7\x0f\xaf\x30\xb8\xa1\x38\x1b\x4b\x9c\x54\x90\x9f\xc2\xa5\xbc\xf2\x81\xa4\xc1\x58\x0a\x4b\xdc\x38\xe0\xe8\x87\x3b\x6f\xa7\x8f\xb4\x30\x66\x8d\x97\xbc\x8a\xf4\x6f\x5d\xe5\x23\xf2\xc3\x3e\x10\xd5\x04\x75\x00\x9b\x61\xe2\x21\xdc\xfb\xa6\x7c\x24\x86\x18\x91\xe9\xa2\xb1\x16\x86\x85\x1f\xc4\x55\x19\x2e\x68\xa8\x70\xbc\x47\x88\xf3\x90\x28\x50\x3b\x3a\xf1\xef\xee\xe2\xb7\x6d\xc5\xe5\x3d\x9c\xae\x4d\x8d\x1a\x0e\x33\xe1\x3a\xb8\x08\xbf\x73\xbb\x75\x26\x0e\x79\xaf\x58\xbd\x08\x97\xa0\x97\x45\x8f\x81\xaa\xdb\x01\x55\xe1\x60\x22\x54\x13\xf7\x58\x45\x23\x95\x0c\xea\xf9\xd2\xb2\x43\x71\x71\xe9\xd6\x92\x82\xe4\xaa\x2c\x8b\x77\x7e\x71\x11\x5f\xcc\xae\x2d\x71\x8b\x07\x30\xfe\xad\x5f\xf2\x0a\x71\xe5\x17\x95\x0c\x9d\xd1\xfb\xca\x2c\xa7\xe4\x4f\x12\xd9\xde\x47\x45\x59\x59\xc1\x31\x8a\xc3\x3b\x55\xe3\x84\xca\xcc\xac\x6c\x39\xdc\x4b\x1c\x72\x82\xb1\xdf\xa1\xd0\xd9\xa6\x00\xd0\x44\xdf\xd9\xa9\xfe\x8e\x75\x7d\x88\x0b\xd2\x86\x22\x68\x8f\x98\x2b\x19\x21\x20\x33\x86\x19\x29\xb1\xbc\xd5\xc2\x02\x59\x63\x0a\x54\x11\x1f\xab\xcc\xe3\xa8\xba\x30\x2f\x5c\xcf\xbc\x25\x71\x68\xd9\x54\xe4\xed\x67\x3d\x3a\xe2\x67\x4d\x69\x2f\x7c\x08\x48\xbd\xf6\x32\xab\xcf\xbb\x72\xbd\xff\xa6\x85\x6f\x1c\x3a\xc6\xcf\x94\xe8\xb0\x8d\xae\x7f\x05\xa3\x02\x82\xee\x92\x9a\x9c\x98\x49\xda\x4f\x5e\xca\xe4\xab\x7a\x87\xc1\x94\x93\xf8\x60\xc6\x09\xc8\x88\x8a\x8f\x6e\xa6\xa1\xdf\x17\xef\x07\x17\x32\x0c\x85\x51\x81\x82\x36\x6b\xe9\x29\x49\x4d\x5e\x1e\x1f\x34\xe3\xb0\x75\x98\x21\x0b\xdc\x80\x90\x02\x99\x8e\x5d\xdc\x3c\x21\x1d\xc4\x6a\x27\x59\x3e\x86\xc9\x39\x30\x1b\xcc\x20\x2e\x86\x8e\x6a\xe0\xc8\x01\x8e\x78\xd7\x48\x71\x60\x23\xa0\x91\x4e\x18\xcd\x86\x8e\xc0\x8d\x00\x54\xac\x50\x35\x68\x57\x86\x7f\xe3\x5e\x0b\x4c\xef\x32\xe1\x8c\xd9\xbb\xec\xfc\x51\x4f\x93\xd9\xc3\xf2\xc3\x28\x33\x80\xa1\xf8\x1c\x49\x55\x82\x81\x30\x70\xc1\x91\xfc\xba\xfb\x36\x61\x79\xfb\x0e\xf2\xce\xc5\xa0\x38\x23\x24\xda\x93\xa0\x07\x8a\xb2\x2a\x50\x15\x1c\xef\x55\x9e\x8b\xe8\xae\x4a\x3a\x36\x45\xe4\x6b\x3a\x6f\xf6\x54\x57\x89\x64\x2e\x96\x57\xa3\x9f\xba\x31\xab\x55\xaf\xb3\x6b\x19\x9d\x2b\xce\x0d\xe6\x57\x13\x7d\x8c\xd8\x96\x37\xd4\xac\x99\x5f\x0d\x6a\x33\x03\xa1\x13\x00\x03\x63\x26\x0d\x06\xf3\x30\xd6\x38\x18\x43\xe6\x5a\xa8\xe1\xca\x32\xe4\x0e\x04\x19\x62\x3a\x63\x78\xeb\x0d\x69\x04\x97\x00\xf0\x10\x7e\x69\x70\xfa\xbb\xda\x41\x97\x19\x0e\x94\xeb\xde\x28\x63\xbe\x5c\xd9\xc0\xca\x49\xda\x98\xe6\x98\x48\xbb\x88\x9a\x5f\xc7\x73\x87\x67\xa1\xc5\xd3\xa5\x45\x57\xf9\x15\x72\xb6\x5f\xc0\xf1\x97\xb5\x96\x19\x99\x9b\x84\xf3\xf4\xc0\x6c\x84\x44\x70\x42\x26\x23\xd4\x6b\x8a\x08\xda\xe6\x18\xb7\x4c\x53\x73\x41\xcb\x1f\x60\xe3\xa6\x2a\x99\x1d\xfb\xf7\x0e\xa2\x2c\xe5\xb8\xa9\x8e\x56\x2f\x92\x77\xe9\x57\xf3\x21\xf2\xbd\x01\xea\x76\x75\x36\x8c\x40\xdb\x07\x44\x12\xc6\x98\xd8\x4e\x61\x8e\x88\xf8\xc0\x2c\xb6\xbb\x9b\x59\xec\x6d\xb0\xab\x85\xaa\xa6\x41\x0f\x2f\x14\x95\x81\xc8\xc4\x21\x87\xc2\x75\xe3\xfe\x65\xf9\x79\x8e\xd2\x50\xc6\xa1\x95\x17\xa8\x2e\xbf\x98\x0c\x3d\x0d\xae\x89\xe0\xd2\x03\x08\x71\x25\xf1\x30\x50\x77\x46\xc3\x35\x21\xa2\x9e\x72\x18\x52\xa6\x33\x0e\x8d\xfe\x2b\x65\x43\x98\x8a\x74\x41\x3d\x47\x6b\xa1\x78\x00\x33\x5a\x22\x94\x31\x61\x5a\x18\x6a\x62\x6c\xcd\xe1\x04\x86\x35\x4d\x01\xc6\x7f\x31\x76\x75\x3a\xab\x65\xc2\x48\x4a\x08\x22\x61\x73\x0a\x98\x1f\x60\x8a\x96\xee\x27\x09\x87\xab\x5e\x07\x28\x5c\x84\xbe\xf2\x50\xd5\x62\xe3\xd9\xde\x8a\x5b\x90\x0d\x7b\xcd\x46\xba\x63\xa2\x7b\xdd\x46\xb3\x8b\xc2\x0b\x43\xbf\xdc\x55\x41\x34\xcb\x5b\x7a\xab\x5e\x4a\x2d\x3e\x18\xae\x15\x71\x4d\x61\x30\x6d\xdf\x4c\xbd\x6b\x8f\x5c\x32\x4f\x99\xd6\x32\x9d\x7c\x35\x71\xf3\xf3\xdd\x0b\x30\xa0\xac\x28\x9a\xa3\x18\x1c\x31\x81\x31\xee\xb1\x3c\x82\xa6\xd7\x0c\xa3\xda\x01\x09\xbd\xe3\x45\xce\x56\xd3\x54\xca\xc4\x54\x0f\x75\xcd\x81\x86\x40\xe8\x6b\x2c\x61\x3c\x07\xca\x8a\x43\x2d\x41\x06\x63\x6c\x09\x3c\x02\x23\x4b\x90\x02\xe9\x2c\xe1\x56\x67\xdd\xc7\xf5\x49\x41\x67\x17\x36\xc0\xee\x00\x11\x76\x95\x2f\x2c\x0a\x1e\xf2\x88\x95\xa2\x1c\x8d\xd3\x54\xc1\x12\x47\x13\x22\xa3\x8d\x77\xdf\x08\xad\x29\xeb\x20\xba\x1e\xd3\x90\x58\xfb\x68\x12\x3c\xaf\xc6\x0e\xfe\xf0\x5e\x35\xb0\x4b\xdd\x6c\x95\x3d\x70\xc8\xb9\x6e\xbc\x01\x1b\x49\xaf\xeb\x25\x9b\x0f\x57\xe0\x83\x55\x38\x1e\xb9\xc1\x9e\xca\x18\x1c\x1a\x3d\x8f\x08\x66\xb0\x0f\x83\x5e\xda\x57\x03\xf3\x22\x4a\x2b\xe2\xa2\x5a\x7e\xf8\x97\x53\x59\x6d\xd1\xd9\x0f\xaa\x7b\xe0\x13\x7b\x1e\x26\x89\x52\x6a\x94\xa6\x37\x28\xc9\x49\xda\xe6\x9b\x74\x65\xe7\x28\xd8\xb3\xc8\xc9\x18\xf0\xa0\x0c\xe3\xcb\x0b\x7e\x01\xf4\x62\xea\xa5\x63\xb3\x71\x35\xc8\x71\xee\xee\xde\x0e\x70\x77\xa0\x89\xf1\xd7\xb5\x5b\x7e\x2d\x0d\xc3\xf9\xa9\x1a\xfb\xda\xee\x88\x94\x8b\x20\xf9\x2b\xdf\xc0\x65\x5f\x50\x34\x24\x47\xac\x77\xcc\x03\xb4\x6b\x7b\x17\x9a\xb4\x8a\xbb\x92\x49\x8e\xee\x0c\x15\xf1\x6e\x1e\xae\x04\x11\x37\x1f\x87\x88\xb8\xe5\xc3\xe0\x91\x6c\x08\xfe\xc7\x16\xfe\xa3\xfa\x5d\x6c\x20\x95\xe1\x08\x76\xa0\x17\x86\xc7\x70\xa5\x78\x27\x1a\x2f\x6a\x55\x7c\x92\x66\x09\xab\x4f\xdd\x69\xb7\x2a\xcb\xb5\x58\xe5\x6c\x81\xb7\x98\x4c\x8f\x31\x82\xa4\xc4\x60\xa0\x8a\x23\xe0\xf8\x34\x19\x34\xdb\x91\xa8\x1b\x86\x2c\x7e\x9c\xec\xaf\x2f\x65\x79\x1b\x05\xe8\x47\x23\x43\x46\x29\x91\x6c\x3d\xfb\xcd\x7b\xcf\x7e\x33\xa9\xff\x3f\xcd\xac\x7a\xce\xf1\x2b\x10\x4f\xb3\x5a\xd7\x08\x1b\x08\x53\x0c\xc2\x66\x32\x52\xf2\x8d\xb0\xa2\xc4\x3f\xa0\xed\xa9\x88\xdf\xbd\x0a\xfd\xca\xdf\xe2\xdf\xef\xcb\xc7\xc3\x57\xe7\x24\xbe\x0f\x8e\x7e\x51\xa2\xea\xc3\xa9\xda\x5b\xeb\xe9\x9b\xf9\x37\xe5\xe3\x61\x72\x4e\xe2\xb4\xfc\xf0\xf6\x58\x55\xf9\xf6\xfd\xfb\xa7\xa7\xa7\xd9\xd3\x7c\x96\x15\x87\xf7\xae\x6d\xdb\x35\xe8\xdb\x09\x96\xeb\x87\xb7\xeb\xb7\x13\xa2\x97\xfa\xcf\x37\xf3\x6f\xdf\xcc\xbf\xc9\xfd\xea\x38\xd9\x47\x71\xfc\xe1\xed\x1b\x77\xbe\xdf\xef\xdf\x4e\xc2\x0f\x6f\x93\xe5\xcc\x5b\x2e\x66\x2b\xcf\x9a\xcf\xbc\xcd\x64\x3e\x5b\x3a\x6e\xad\xc0\xf9\xba\xfe\xb7\xf7\x9d\x3d\x59\xcc\xdc\x65\xec\xce\x36\xab\xc5\xc4\x9d\x6d\x36\xdf\xad\x27\xee\xcc\xd9\xcc\x7f\x7a\xfb\x9e\xe0\xad\xe9\xbe\x99\x7f\xfb\x0a\x1e\x5d\xd5\x22\xab\xa7\xa1\x0a\x15\x49\x94\xfa\xd5\xe0\xf1\x4f\x31\xc5\xbc\x10\x2b\x5f\x56\x87\x8b\x5e\x87\x0b\x5a\x87\x65\x55\x64\x9f\x10\xa3\xc5\xef\xed\x89\x7b\x5c\xdc\x42\x23\xed\xb0\x39\x72\xde\xd7\x64\x16\x1e\xc8\xc3\x35\xe6\x61\xc6\x09\x0e\xce\x0d\x19\x1d\x3c\xee\x2c\x88\x12\xcf\xdf\xde\xb8\xe0\xb8\xbd\x51\xd5\x7f\x3f\x46\xe8\xe9\xd7\xd9\xf9\xc3\x5b\x6b\x31\xb1\x16\x93\xf5\xa4\x1d\x2d\x82\xa8\x08\x62\x34\x29\x3e\xbc\x9d\xbf\x65\x47\x0d\x13\x23\x53\x89\xe3\x8b\x58\x58\xf9\x14\x55\xc1\x91\x3d\x73\xe8\xca\x47\x76\x52\x7d\xd0\x2c\xd1\xbb\xdd\x56\x83\x98\x9f\x85\xfd\x38\x6e\xa7\x39\x20\xee\x62\x42\x59\xb0\x0d\xf6\xf2\x02\xc4\x11\x13\xef\xab\xdd\x60\x6b\xb2\xc8\xcf\x77\x84\x53\xfc\xb5\x65\xb7\x09\x00\xe2\x49\x19\x17\x70\x9f\xfb\x0b\xf3\x2f\xf8\xd4\xfb\xb4\x5d\xb4\x61\x72\xfb\xac\x48\xc4\xd7\xe0\x29\x4e\xe4\xb5\x5e\xf4\x3d\xfa\xbf\x3a\x07\x26\x62\x22\xa6\xc6\x2b\x7e\x4c\xd6\x04\x63\xcb\x54\x26\x55\x50\xa3\x19\x35\x34\x52\xae\xb0\x20\x10\xa2\x99\xd8\xaf\xd0\xbf\xbd\x23\xdd\xad\xb1\x61\x49\xe1\x60\x5e\xbf\xcc\xb8\x45\xc2\xb6\x6d\xeb\xfc\x3c\x47\x7e\xe1\xa7\x41\x93\x44\x80\xff\x4d\xf9\xc4\xb5\x54\x26\x2f\xef\x89\x78\xa0\x37\x49\x32\x1b\x11\x57\xc4\xc5\x6b\x70\xf7\xb8\xf8\x29\xb1\x27\xb5\x03\x39\x3f\x2e\x44\x67\x71\xd2\x9c\xd2\x27\x3b\x75\x64\x5f\xee\xfd\x3a\x3f\x4f\x1c\x3b\x3f\xf7\x4e\xfd\x4d\xf6\x16\x99\x6b\x9e\x9a\x3d\x46\x70\xbf\x64\x45\x0f\x8c\xd2\x58\x7e\xb3\xeb\xd8\x0c\xf6\x13\x6e\x17\x12\xbc\xfa\x24\x3b\x61\x0a\x9c\x3e\x03\x23\x0d\xca\x37\xe8\xd8\xd8\xc7\x7d\x93\xc5\x09\x8e\xa1\xd1\x94\xb6\x5b\x2b\xc1\x61\xef\x93\x6c\x1d\xca\x88\x59\x8e\xee\xc7\xe4\x14\x57\x51\x1e\xa3\x8f\xd0\x2a\xb3\xa9\x53\xab\xe2\x23\x0e\x88\xe0\x3f\x3f\xbc\x72\x5e\x7d\xbc\x13\xfd\x21\x6c\xee\x8d\xd4\xc9\x3d\x2f\xdd\xd5\x01\xb6\x65\x8a\x97\x85\xd8\x5b\x91\xf2\x30\x45\x83\x09\x4b\x07\x9d\x73\x9f\x3a\x3a\x22\x5b\x70\x37\x20\x56\x92\xfd\x64\x61\xd9\x16\x51\x7a\x68\x02\x22\xf4\xdd\x64\xbc\x45\xcd\xe8\x51\x2b\x5c\xab\x4c\x2e\xe2\x46\x93\x6e\xbb\xef\xbe\x4f\x95\x42\x6e\x59\xbb\x62\x98\x93\x8d\x7c\xf6\x6b\x76\x05\x2f\xf1\xe1\x22\x6e\x7f\x6a\xf6\xa0\x05\x56\x80\x80\xab\xc0\x88\x8c\x0f\x7c\xac\x50\x75\xad\x1b\x3c\x52\x2f\x3b\xe8\x2a\x1c\xc6\x84\xb7\x51\x99\x61\xc1\xf8\xf4\xb8\x88\xbc\xb9\xc1\x4c\x87\x6f\xf9\x4c\x49\xf0\xd9\x21\xf3\x83\xae\xd7\x8e\x1e\x1a\xb2\x42\xcc\x4e\x72\xa2\x4d\x80\x04\xc2\x74\x34\xd3\x03\x82\x73\x14\x37\xb1\x9f\x1e\xde\xa1\xf4\x0e\x40\xc9\x67\x3b\xf8\x75\x91\x3d\x95\xe8\x95\x1a\x21\x80\xe7\xc7\x7a\x92\xb5\x76\x18\xfa\x23\x87\xd4\xaf\xaa\xe2\x1d\x55\x2e\x17\x9e\xac\x95\x70\xac\x4f\x35\xf1\x8d\x98\xc6\x9a\x1d\x03\x89\xa1\x81\x3b\x03\x06\x5a\x65\xa5\x4c\xcf\xc6\xba\x79\xb3\xbd\x12\x26\x44\x0d\xdb\xcc\x20\xe2\xd1\x19\xe9\x39\x5d\xf5\x49\x25\x32\xb8\xb4\x97\xf0\x59\x79\xd6\x7d\x80\xb0\xd3\xe4\x69\xba\xef\x02\xbc\xbc\xd1\xc0\x71\x50\x40\xe4\x77\xf7\xf0\xd9\xbc\x6e\xb1\x9c\x1e\xd0\x08\x97\x8f\xbb\xd8\xde\x89\x76\x41\xe7\x92\xb2\x35\xc3\x10\x26\xde\x78\x18\x4a\x0f\x81\xaa\xb8\xdd\xb6\xcc\x96\x71\x84\xb7\xe9\x8e\xa7\x64\x27\xee\xc3\xd4\xb6\x5b\xdb\xf2\x74\xc4\xe0\xc2\x92\xab\xe7\x4f\xfc\xe5\x0b\x90\x2a\x5f\x8e\x06\xe5\x08\xd4\x4b\xb6\xee\x44\xb9\x4a\xe2\xb0\xac\x47\x5b\x0b\x1b\x35\xed\x77\x5a\x1b\xf3\x77\xa8\x89\xdb\xe1\x32\xcc\x58\xcd\x58\xc3\x2c\xbd\x5e\x3c\x42\xf0\x85\x02\x11\xf4\x86\xc4\xe8\x25\xb3\x89\xc6\xb8\x35\xf3\xbd\xc9\x1a\x5a\x81\x57\x9e\x6e\x83\xec\x04\x9a\xa3\x2b\x4e\x69\x5a\x4f\xc5\x35\x87\x01\xf4\xbe\x69\x88\x90\x8b\x96\x6c\xbc\x1d\x4a\xcd\x43\x59\x92\x58\x29\x38\x15\x65\x56\x6c\x9b\x50\x59\x6b\x6a\x33\x7a\x4f\x48\x39\x52\x89\x63\xc1\xcd\x4d\x1e\x53\xf8\xd9\xb8\x4d\xe5\xcf\x8b\x6b\xb0\x55\x73\x08\xaf\xb1\x68\x0a\xd5\xdf\xb8\x11\x97\x2f\x65\xbd\x6c\x6e\x2e\xea\x4b\x9b\xd8\x4a\xc8\x1b\x86\x99\xf9\xd9\xdc\x75\x9a\xe2\xc4\x34\xdc\xcc\xcb\x1b\xd8\x77\x29\x33\x6c\x36\x77\x95\xdc\xb0\x89\x68\x66\xde\x0b\x1a\xf6\x3e\x8a\x63\x2b\xce\x9e\xe0\xc3\x05\x7c\xc5\x53\x9e\xc3\x2f\xc0\x30\x1d\x95\xb2\x76\x13\xea\x04\x29\x7b\xac\xca\xe3\xae\x3c\x30\xa0\x5d\x70\x57\xe2\xda\x4a\xb6\x60\x46\x20\xe4\xa6\xd9\x46\xe2\x21\xda\xfb\xa7\x18\x3c\xc3\x20\xe0\x13\x9c\xe1\x6b\x98\xe3\x47\xcc\x31\xfc\x94\x23\x18\x31\x3d\xd4\xa3\x5e\x72\x36\xe1\xf2\x2f\x33\xac\x8c\x1f\x4b\x5e\xaa\xb1\xe2\x98\x93\xfa\x8f\xca\xec\x4c\x70\x56\x62\xe1\x0a\x0d\x94\xa9\x30\xf5\x1f\x49\xb6\x7e\x49\x0e\x31\xf8\x52\x43\x0b\x05\xdc\x67\xeb\x8a\x48\xda\x29\x6d\x32\xb8\xb6\xfe\x4c\x92\x35\x9f\x35\x5d\xed\x99\xa8\x1a\x5d\xe5\xef\x4a\x2e\xef\x24\x15\x70\x21\x43\x10\x08\x44\x89\x43\x08\xd4\xc0\xa9\x63\x99\x73\xac\xcd\x4a\x4a\x76\x98\x79\xe6\x02\x19\xe1\x84\x3b\x5b\x22\x2f\x12\x21\x73\x95\x9a\xec\x80\x4c\x40\x90\xc4\x47\x26\xdd\x7f\x8d\x9a\x3e\xd3\x67\xdb\x93\x4e\x47\xf2\x68\x3b\x4b\x07\x27\xfe\x2b\x8f\x75\x77\x6c\xc9\x6a\xda\x37\x93\xce\xaf\x7b\xe1\xb4\x10\x69\xe6\xa4\xfb\xaf\x7a\x73\xa3\xa7\xc5\x67\x38\x1e\x9a\x37\xe6\x5e\x95\xb5\xa7\x26\x93\x47\x71\x2c\x1a\x99\xe2\x88\x1a\x00\x04\xe5\x8c\xa3\xaa\x91\xa7\x3e\x7a\x0a\xfa\x7c\x8d\x02\xc1\x7a\xae\xed\xd5\x24\x10\xaa\x8b\x29\x0a\x6c\x82\x12\xe1\x56\x9e\x80\x9d\xe4\x6e\x8a\x50\xa8\x20\xd1\xd5\xe1\xe8\x58\x3b\xbf\x8c\x6a\x41\xe3\x1f\x87\x22\x7b\xda\x3a\x1a\x92\x95\xbf\x6b\xd3\x44\x7d\x8d\x7f\xe4\x3e\x75\x5c\x5b\x18\x3e\x98\xea\x8d\xc9\xc9\x53\x43\xa6\xfe\xe3\xce\x2f\x2e\xe2\x60\xa9\xc9\x57\x48\xe0\xf8\x66\xe3\xa4\x79\x35\x71\x3f\x4a\x91\xa6\xd4\xda\xc7\xa7\x28\xd4\xd4\x89\x0f\x9a\x0a\x89\x0e\x43\x29\xe8\x86\xab\x70\x8e\x75\x69\x1f\x74\x99\x04\xf1\x7d\x4d\x6b\x87\xaa\x27\xc4\xe5\x75\x25\xd4\xac\x5d\x41\xef\xc9\xc9\x76\x7d\x81\xcb\x79\x6d\x28\x58\x38\x87\x2f\xec\x51\xcd\x1d\x57\xdc\x1d\x6b\x3f\x6a\xae\x95\xd2\x5c\xc2\x23\x75\x5f\x6c\x3e\x25\xd6\x30\xf0\xac\x2f\x24\x43\xbb\x6e\xf2\x6f\x08\x51\x83\x12\x5b\x9f\xdb\x91\x95\xc3\xb3\x83\x27\x79\x48\x81\x4d\xed\x54\x56\x7e\x15\x05\x10\x02\x7c\x71\x04\xd4\xb0\x72\x37\x11\xde\x3b\x6c\x70\xb6\xcf\x9a\x40\xf6\x49\x8d\x25\x38\xb1\x36\x35\x9c\x80\xec\xe1\xdb\x58\xc0\x72\x86\x4b\x2d\xac\x74\x16\x80\x9d\x1d\xf9\xb5\x52\xe1\x2a\xa1\xb8\x11\xce\xf2\x26\xb7\xbc\xb6\xc2\x30\xdb\x6b\xa0\xac\x28\xc8\x52\xfe\x8c\x76\x2d\xb2\x09\xfe\x57\x7f\xa0\x43\x97\x86\xbb\xdf\x21\xd2\x1d\x9a\x98\xf1\xb9\xb8\x7b\x23\xb3\xca\xa0\xc8\xe2\xf8\x92\xf8\xe7\x56\x52\x2b\xef\xf1\xd8\xed\x76\x59\xcf\x24\xc3\x68\xfb\x80\x82\x7f\xee\x9e\xb1\xf0\x66\x1b\xe1\x1d\x89\x06\x31\xd9\xf4\x27\xb7\x2c\x15\x83\x2f\x58\x4f\x3a\x0c\xc3\xb5\xc1\x01\x19\xae\x0a\x0e\xcd\x70\x55\x70\x90\x86\xab\x9e\x63\x5d\xf7\x36\x7a\x03\x84\x27\x41\x26\x67\xbc\xe1\x58\x64\x4f\x93\x26\xe9\xb5\x61\xce\x58\x1e\x19\x33\xfe\x71\x43\x5e\x91\x3d\x19\xc3\xf2\x43\x92\x3a\xc5\x9c\x1a\x13\x3c\x38\xce\xc0\xe4\xa6\x92\x8e\xfa\x77\x66\x66\xfd\xac\x2f\x9f\x33\x41\x61\xb7\x9d\xbc\xdb\xc2\x7e\x8c\xca\x68\x17\x1b\x6a\xab\x1b\xf5\xe9\x89\xf3\x1f\xa2\x24\xcf\x8a\xca\x4f\x2b\x7a\xe4\x17\x92\x11\x4b\x91\xb6\xe3\x3f\xe3\x35\x8a\xa3\xcc\x6a\xb9\xd2\x8e\x32\x49\x68\xa6\x7e\xa6\x9e\x56\xfd\x6c\x6d\xa5\xfa\xd9\xaa\x4a\xf5\xb3\x55\x95\xea\x67\xab\x8e\x19\x65\x80\x77\x7e\x78\x12\x37\x1c\x65\x92\x70\xfc\x28\xc3\xc2\x5e\x33\xca\xf0\x98\x6e\x37\xca\xfc\xbd\x98\xd9\x80\x51\x86\x15\xf6\x88\x51\x86\x42\x70\xbb\x51\x86\x42\x6a\x38\xca\x6c\x36\x8e\x76\x94\xc1\xb9\x25\x0c\xd4\xcf\xd4\xd3\xaa\x9f\xad\xad\x54\x3f\x5b\x55\xa9\x7e\xb6\xaa\x52\xfd\x6c\xd5\x31\xa3\x0c\xf0\x96\x17\x4f\xe2\x86\xa3\x4c\x7c\x18\x3f\xca\xb0\xb0\xd7\x8c\x32\x3c\xa6\xdb\x8d\x32\x7f\x2f\x66\x36\x60\x94\x61\x85\x3d\x62\x94\xa1\x10\xdc\x6e\x94\xa1\x90\x1a\x8e\x32\x8e\xb3\xd9\x68\x87\x99\x73\x6c\xa6\x7f\xa6\x9e\x56\xff\x6c\x6d\xa5\xfe\xd9\xaa\x4a\xfd\xb3\x55\x95\xfa\x67\xab\x8e\x19\x66\xa0\x07\xfb\x78\x1a\x37\x1c\x67\xce\xf1\xf8\x71\x86\x85\xbd\x66\x9c\xe1\x31\xdd\x6e\x9c\xf9\x7b\xb1\xb3\x01\xe3\x0c\x2b\xec\x11\xe3\x0c\x85\xe0\x76\xe3\x0c\x85\x14\x1e\x67\xa4\xa0\xb7\xeb\x0d\x46\xa6\x32\xc0\x4e\x4c\x8d\xc4\xd4\x42\x4c\xcd\x63\xd8\x18\x24\x45\x33\x7a\x64\xb8\xd1\xb0\xf0\x42\x63\xc2\x7f\x51\x2d\x9b\x8f\x00\xd7\x75\xff\xdb\xf7\x7d\x75\xc7\x07\xc0\x62\x72\x53\xb0\xf9\x85\xf7\x47\x20\x31\x01\xd5\xe4\xb1\x6e\xa8\xb2\xf8\x06\x57\xcb\xe8\x11\x25\x28\xd4\x73\x00\xd5\x53\x84\xdb\xa1\xda\x24\xf6\xce\xdc\x18\xc5\x4f\x54\x6f\xee\xf4\x92\x61\xfa\x8d\x01\x45\xb6\x9f\x89\x34\xbd\xa1\x34\x4d\xc5\xcd\x02\x99\x8a\xdd\x90\x94\x12\x4a\x26\xde\xd5\xd0\xa6\xc2\x6f\x11\x1a\xb0\xc0\x1f\x5e\xa1\xb9\x98\x9b\x72\x41\xb6\x9b\xbf\x56\x2a\x5b\xc5\x3c\x7c\x30\x40\x07\x55\x1e\xb3\x27\x43\x18\xf6\x6c\x81\xa9\x8c\x4c\x9a\xa5\x94\xad\xbc\x5d\x4a\x30\x59\xc3\x20\x20\xee\xd4\xc4\xb8\x9e\xda\x8c\x7c\x06\x34\xbb\x0d\x45\xfa\xd8\x0a\xf3\x76\xfd\xdd\xfd\xb8\x9e\x4b\xef\xdb\x99\x33\xc2\x6f\xf3\xbd\x6c\xb6\x92\xb9\xdd\x5f\x3c\x9f\xdb\x50\x0e\x9c\xa6\xd5\x93\xe6\xff\x66\xde\xdd\xdb\xa6\xac\xd6\x0f\x0a\xfc\xfc\xc3\x5b\xcc\x68\xf7\x39\x89\x2a\x54\xc4\x51\x12\x55\x1f\xde\x3a\x76\xf7\xb9\xa1\xe8\x92\x3b\xec\x8b\xc9\xea\xe8\xba\xdf\x2f\x26\x8e\x47\xfe\xeb\xce\x8f\xae\xab\x4e\x7d\x02\x4b\x99\x4f\x15\x29\x91\x6e\xff\x52\xe7\x60\x3d\xa2\x73\x35\xf1\xf5\xfd\x92\xd4\x33\x1d\xa2\x9b\xda\xa6\x63\xb3\x9c\x09\xb0\xa2\xf1\xe8\x4d\xb3\x61\xdc\xd7\x42\xbf\xf8\xa4\x9f\xac\xc5\x5a\x72\xae\x80\xba\x34\x4b\xd0\xd9\x28\x01\x0c\x9a\x6d\x8f\x65\x8c\xdb\xf2\x66\xea\xd8\xf6\x1b\x99\xbe\xe5\x68\x0c\x39\x96\xcf\x81\x3c\x03\xab\xa1\x1c\xf0\xd3\x19\x8f\x90\xbf\x0e\x27\x45\x68\x32\xf6\x2b\xd8\x90\x8f\xfc\x0a\x20\xd9\xb8\x2f\x82\x80\xa3\xbe\x91\xda\xc1\x01\x9c\x97\x52\x37\x88\x8f\x30\x88\xbf\xe5\x81\xd9\xf5\xbc\xe9\xa4\xff\xd7\xdf\xc2\xf0\xcc\xca\xae\x1f\x76\xc7\x48\x5e\x3a\xe8\x01\xd5\x0c\xbb\x2a\x30\xe0\x89\x49\x3c\xfd\x22\xbc\x3c\x65\x45\x48\xd6\x7f\xbb\x02\xf9\x9f\xac\xfa\x37\x73\x79\x28\x8e\xf2\xfe\xd4\x91\xd9\x0d\x73\xc6\xaf\x70\xbd\x3b\xf8\x40\x92\xc1\x41\x33\xe5\x63\x73\x42\x5b\xbe\x3e\x72\xaf\xaa\xde\x2b\x9e\x48\xc5\x00\x33\x7c\x92\x0d\xa7\x12\xe6\x4e\x6f\x73\x97\xba\xab\x2c\x6f\x3f\x29\xb1\xd0\xa9\x8a\x65\xc7\x79\xe9\x1c\x59\xd6\xc4\xc9\xcf\x77\xd2\xf3\xbd\xea\xaa\x8d\x64\xd4\x0c\xf5\x19\xb8\x15\x79\x92\xe5\x74\xa0\xe4\xd9\xda\xda\x72\xc6\xea\x7f\x37\xaf\x9a\x7f\x45\x71\x39\x55\x35\xe1\x2b\x02\xb5\xcf\xb2\x8a\x7d\xcb\x5f\x24\x60\xed\xb2\xf0\x99\x7f\xc0\x90\xca\xc5\x9c\x9f\xbb\x63\x6e\x0e\x94\x8b\xa4\x46\x51\x45\x55\x8c\xb8\xa4\xac\x50\x56\x98\xba\x6e\x79\xda\x41\xd5\xd9\x63\xd9\xd0\xb3\xb8\x84\x12\x3a\x57\xb4\x7e\x94\x19\x46\x6a\x80\x21\x97\x1c\x3a\x80\xaf\xfa\x3f\x99\xde\x21\x15\x40\xf3\xe8\xbc\x2c\xf1\x14\xee\xd5\xf6\x9c\xd3\xb9\xaa\xf7\x4b\x9f\x57\x69\xf3\x1c\x29\x19\x81\xba\x94\xd4\x10\x27\xc0\x27\x7b\x02\x88\xb2\xb5\x26\xc3\x46\xd6\x8a\x54\xb4\xd0\xb4\x45\x84\x2a\xd0\x27\xbb\xa4\x11\x36\xd4\x02\xf1\x93\x4c\x58\xd0\x45\x14\x9b\xbf\xff\x21\xb3\xe6\x06\x05\x3e\xd6\x2f\xf4\x48\x86\x00\xf3\x04\xd0\x6c\xc9\xdc\x32\x69\x1e\x12\x9a\x01\x2f\x6e\x63\x3c\x51\x72\xb0\x6a\x13\x8e\xfd\x67\xad\x3a\xfb\x9c\x19\x6c\x10\xba\x3b\xc2\x3a\x28\xc9\x47\x43\x5d\x6c\x5a\xcd\x12\xa1\x04\x97\x55\x59\x4e\xe2\xa4\xe5\xb1\xa8\xbb\xa0\x3c\x17\x86\x92\x44\x8d\xe6\x25\xe6\x84\xc1\xad\x7c\xc1\x99\x40\xe4\x25\x44\xc1\xa7\xc6\xd7\x60\xed\x10\x5f\xa4\x34\x39\xfb\xd9\xa1\x01\xce\xa6\x77\xfb\x37\x78\xf7\x86\x7d\x9a\xca\xcb\xb9\x8c\xf8\x96\x78\x77\x93\xe3\xb0\x99\x3a\xf8\x2e\x63\x33\x98\x45\xc4\x18\xaf\x88\xb8\x79\xd7\xe0\xea\xb6\x13\x07\x45\xd3\x78\x35\x79\x59\xc3\x94\x50\x64\xea\xb8\xd0\xc9\x6e\x58\x49\xa8\xc1\x5f\xe4\x5d\x3e\x2d\x11\x66\xb8\x12\x7b\x81\x01\x28\xd0\x57\x6f\xc0\x10\x19\xfb\x47\x33\x04\xf6\xdc\xc1\x6c\xdd\xf6\x5d\x56\x3d\x8d\xa1\xca\x00\x60\x35\x23\xe7\x48\x8e\x8c\xb5\x21\xe1\x48\x3b\x90\xda\xc0\x78\x40\x56\x35\x25\x38\x1a\x36\x93\xb2\xf1\x98\xd0\xe0\xea\xd2\xc1\x90\xdf\x56\x90\x9d\xd2\x6a\x3b\xbf\xe7\x7e\x72\xb5\x0e\x7e\xde\x4d\xa1\xc0\xa7\xac\xc8\x8f\x7e\x5a\x6e\x9d\x7a\x9e\xcb\x9e\x4a\x3e\x89\x97\xd8\x16\xf0\x06\x06\x35\x49\x32\xf0\x7e\x10\x64\x45\x18\x65\x69\xb7\x7d\x68\xf9\x69\x70\xcc\x0a\xd1\x8b\xed\xaa\x36\xc3\x18\x97\x65\x4c\x55\x97\xea\x4c\xd9\xde\xaa\x9e\x73\x74\x27\x38\x46\x06\x3d\x40\xdf\xd3\x40\xba\xc4\x6c\x78\xc2\x03\x6e\x76\xaa\x48\x7c\xcd\x3a\xea\xac\x0b\xa9\xbb\xed\x5b\x2f\xf3\xc3\xa0\x80\xef\xd9\xb3\xe9\xcd\x74\xeb\x75\xd3\xeb\xe0\xf4\x0d\xb8\xce\x47\xe6\x9d\xc3\x9e\x2f\x7c\x73\xea\x2b\xfe\x03\xb0\x81\x3f\x08\xbe\x7f\x7f\x82\xb9\xeb\xdd\xde\x22\x7a\xff\xea\x9e\xdc\x20\xab\xd1\x6b\x4f\x06\x68\x89\xe1\x55\x5a\x4b\x92\x5f\xac\x9d\xd2\x10\x15\x75\x47\xb9\xd7\x2e\xe3\x38\xbc\xed\x05\x51\xf9\xad\xe7\xdc\x3f\x44\x29\x46\x06\xde\xf5\x65\xb5\xc8\xab\x4d\x71\x71\x2f\xf7\x0f\x48\x76\xc1\x17\x4e\x33\xd8\x24\xde\x60\x2f\x01\xb3\x77\xfe\xd9\x54\x7e\xae\x77\xcf\xbf\x2d\xca\x65\x05\xe0\x53\xfb\x81\xa1\xa0\x8e\xd3\xf6\x82\xba\xc6\xca\xd9\x3c\x21\x1d\xbb\xde\x72\x37\x07\xf5\x23\xc9\xa1\xd9\x93\x6d\xd3\xec\x0e\xcf\xa8\x2b\xc9\xef\x87\x51\x63\xb3\xa2\x66\x23\x46\x25\xd2\x71\x4c\x4c\x10\x00\x94\xca\x5d\xba\x9e\x72\xef\x95\xc8\x09\x43\xb9\x07\xd4\xa9\x09\x60\x62\x8d\x95\xab\x8d\xce\xec\x61\x28\x9d\x44\xbb\x7d\x07\x53\x0b\x87\xcd\x85\xcd\x1c\x41\xf2\x0a\x6b\xd2\x46\xf4\x1d\x15\x1f\x96\xed\xa9\x0f\x78\xff\xb3\x0d\x37\x40\xa2\x14\x90\x8f\x34\xa0\xb9\xca\x7e\xe6\xc6\x84\x87\xdb\x0f\x4f\x58\x2c\x95\x51\x2e\x13\x58\x9e\xa3\x5f\xd1\x84\x70\x8f\xed\x8f\xca\xee\x68\x4c\x78\x44\x77\x54\xf7\x46\x61\x86\xf3\xc3\x03\xfc\xa2\x91\x2e\x1d\xfa\xca\x7b\xc3\xa4\x91\x5d\xf1\x2f\x2e\xd3\xf2\xae\xc5\xbd\x00\xdf\x56\xa6\xd2\xd3\xc8\x52\xec\xbc\x60\xe6\x2f\xee\xc2\x70\xbb\x01\x02\xdc\xcc\x1f\x9e\xcc\x87\x88\x56\x48\xbf\xe3\x0b\x75\x9a\xbd\x1e\xa0\xc0\x30\x08\x4c\x2a\xa3\x24\xaf\x9e\xe5\xa7\xe3\x76\x55\xda\xf2\x24\xe6\x9e\x06\x13\x8b\xe0\xca\x38\x4e\xc8\x19\x88\x63\x8b\x49\xc0\x97\xe2\x41\xcb\x25\x64\x6b\x56\x5e\x44\x89\x5f\x3c\x1b\x25\x10\x11\x45\xd2\x82\x4b\x65\xd6\x55\x90\x79\x05\xb6\xbd\x74\x83\xc0\x8c\xca\x4c\x4b\x65\x90\x13\x20\xcd\xaa\x4f\x70\x96\x28\xc8\xd2\x10\x96\x4d\xe7\xc7\xaa\xb8\xee\x10\xc8\xa5\xd3\x57\x91\xc9\xc7\x5b\x78\xbb\xa5\x6b\x4a\x49\x2e\x21\x8e\x19\x99\x8c\xf0\x46\xaa\x6b\xaf\xa7\xab\x37\xd3\xc5\xf2\x8d\x5e\x48\xa7\x20\x40\x65\x09\x30\xee\xae\xfd\xd5\xc2\xd3\x31\x4e\xc0\x15\x02\x6a\x2a\xc8\xc4\xe3\xa0\x15\x9a\x2f\xcc\xa8\x28\x84\x43\xb3\xa1\x34\x9f\x85\x3d\x75\x96\xab\xe9\x72\xa3\x95\x4c\x94\xee\x33\x88\xe1\x95\xef\xee\xd6\x1a\x86\x6b\x58\xb9\x4c\x70\xa9\x54\x20\xce\xca\x5f\xef\x0c\xf0\xcb\xa5\xd1\x53\x57\x8a\xc2\x9d\x4f\x9d\xa5\x3b\x75\xd6\x0b\xad\x2c\x9e\xfc\x22\x8d\xd2\x03\xe8\xe2\x05\x8e\xbd\x6a\xd9\x75\x1d\xd7\x73\x37\x10\xc7\x0d\x06\xb9\x50\xda\x0a\x32\xb9\x84\xf3\x0d\xb2\x6d\x63\x42\x72\xe9\x30\x9c\xa8\x05\xe4\x79\x53\x67\x33\x9f\xae\xb4\xf2\x09\xfd\xf4\x00\x73\x1d\xcc\x3d\x6d\x27\x22\xd0\x72\xd1\x34\xe5\x32\xc9\xec\x42\xd7\x99\xdb\x46\x34\xe4\x52\xa1\x79\x50\x0b\xc5\xb5\xa7\xde\xdc\xa4\x03\xe1\x23\x6d\x90\xc9\xac\xf7\x9b\xbd\xaf\xd7\x24\x86\x97\x4b\x85\x14\x4b\xcd\xc5\x47\x36\xf2\x0c\x89\xc8\xc5\x42\xf1\xa0\x96\xca\x62\x3d\x75\x17\x9b\xa9\xeb\xd9\x06\xc6\x52\x40\x8b\x25\xf2\x88\x8f\x56\x8d\xc5\x27\x95\xa1\x14\xf2\xe5\xbb\x13\xba\x8e\xab\x1b\x69\x6b\x0c\x2a\x23\x29\x4c\xd6\xe9\x9e\x3b\xf5\xd6\xd3\xa5\x6a\x58\xf9\xcb\x29\xd9\x65\x55\xc1\x9e\x99\x52\x46\xd3\xe6\x62\x4a\x3e\x97\x0e\x90\xb9\x5d\x78\xcc\x24\x18\xdc\xd3\x6f\xe1\x17\x35\x3c\xf6\xe7\x61\x46\xc9\xc5\x14\x21\x6c\x38\xe0\xba\x8f\x1f\xa3\xa2\x32\xca\x57\xa8\xca\x43\x08\x46\x05\xf9\x7d\x5d\x30\xc2\x83\xe9\xe3\xf0\x67\xff\x0a\x0e\x74\x3a\x87\xd4\xeb\x17\x81\xfd\x82\x04\xa8\x16\x46\x65\x12\x95\xf8\x16\xcb\x85\x6d\xfc\x82\x5f\x1b\x09\x00\x93\x59\x10\x67\x25\x62\x59\xd1\xb6\x0d\xde\xb3\x96\x84\x97\x08\x4d\xb9\x8f\x1c\x04\xc8\x13\x1f\x71\x5e\x87\x7e\xef\x38\xdb\xf6\xc2\x5e\x7b\x72\xac\x93\x23\x7d\xbc\xa6\xc5\xb1\xd9\x07\xfc\x53\xd4\x2c\x14\x2d\xe6\x8e\x92\xbb\xf2\x20\xfe\x55\x9e\x2c\x72\xd1\x1c\x79\x7c\x98\x65\x19\xae\xc3\xce\x89\x98\xaf\xe7\xe1\xc2\x51\xe1\x85\xdb\x10\xac\x83\x5d\x00\xb5\xa1\x87\x03\x5a\xe1\xda\xee\xdc\x5d\x42\x50\x52\x57\x33\x5c\xa0\xb0\x7f\x5a\xa5\xa5\x3e\x47\xcb\xa0\x6b\x83\xe3\x79\x2b\x77\x21\xc7\x0a\xb7\x60\xe7\x84\xfb\xdd\x4e\x01\x05\x69\x61\xe7\x22\x67\x0e\xc0\x48\x1c\xc2\xd0\x41\xc1\xde\xe1\x4d\x08\x21\x0f\x75\xcc\xdb\x81\xb7\x58\x42\xbd\xa7\x46\x09\x73\xee\xef\xc2\x10\x41\x56\x87\x41\x20\xb6\x97\x6e\x30\x87\xd8\x56\xf9\x6e\xfb\x79\x10\x72\x9c\xef\xf7\x08\xed\xba\xd9\x79\xed\x2d\x17\x36\x24\xf6\x06\x2b\xcc\xfc\x7e\x8f\xd6\x3e\x64\x70\x2d\x14\xc0\xbf\x37\x9f\xef\x6d\x88\x7f\xa9\x6f\xb5\x5f\x87\x2b\xc1\x6a\xf6\x5e\x40\x59\xcd\xca\x75\x02\xd0\x6a\x08\x52\x09\xf7\xce\xce\xde\xad\xe4\x40\x00\xf3\x8b\x8d\xe3\x3a\x10\x88\xd4\x07\x42\xf5\x3f\x3c\xef\xe1\x3e\xdc\xa3\x4e\xf4\xce\xda\x59\x43\xa3\x01\xb9\x2a\x00\xb2\x8e\x02\x14\xec\xa1\xbe\xd7\x5c\x2f\x10\x39\x5f\xae\xeb\x7f\xc0\xc6\x82\x5e\x0a\x1e\x59\x36\x7c\x57\x5d\x06\xeb\xa0\xb3\x19\x67\xe7\x20\x17\xd2\x3e\x3e\x6a\x0b\xf7\xd3\xcd\x6e\xb7\x83\x66\x2b\x72\x3a\x17\xb0\xf6\x85\xed\xd9\x6c\xf7\xc8\x8b\xec\x50\xc0\xe3\x8b\xf9\xfe\x5c\x1f\xf4\x64\x1e\x74\x73\xf8\xf8\xa7\xf0\x72\x13\xc8\x8a\xb5\xf3\xe1\x90\x09\x1f\x6e\x37\x38\xd4\xcb\x5f\xb1\x6e\xe2\x7d\xfc\x03\x52\xca\x88\x20\x76\x87\x26\xb3\x25\x09\xda\xdd\x26\x2c\xc7\xb4\x55\x99\x1c\x9b\xae\x69\x95\x55\x11\xe5\x6c\xea\x62\x72\x64\xbe\x96\xb2\x5f\x58\x87\x5a\x4b\x28\xad\xde\x2d\xbc\x10\x1d\xa6\xc2\x91\x7d\xef\x6e\xe2\x7a\x6f\xa6\x94\xf3\x34\xb1\x99\x5f\x9e\xfd\x06\x84\xb2\xc1\xaf\x2b\x15\xae\x3b\xfa\x04\x77\xf7\x76\xa5\xb8\x17\xcb\x34\xd0\x4f\xa3\xc4\xaf\x50\xd8\xbf\x15\x84\x3f\xd4\xa2\x01\x04\x51\x4e\x9c\x72\x42\x9a\x3e\x89\xd2\x7d\x94\x46\x15\xba\x1f\x0c\x71\xa5\xfa\x54\x3c\x93\xe7\x8d\x98\x9f\xac\x76\x31\x65\x26\x87\x67\x9f\x04\x80\xb1\x6f\x11\x8a\x3d\x7f\xcc\x94\x8b\x27\xcd\x87\x9f\x86\x37\x4f\xb3\xda\x53\xc3\x4d\xb0\x7c\x8c\x88\x7b\x48\x8d\xea\x61\xad\xcb\x2a\x39\xd7\x08\xa3\x03\xae\x22\x48\x2a\xca\x56\x72\xec\x02\x9a\x66\x4b\xb6\xe7\x2a\x13\x2a\x43\x4e\x9a\xb8\x9b\x7d\xa1\xb3\x59\x4b\x2b\x10\x9a\xee\x75\x0b\x07\x82\x25\xa9\xed\x87\x2c\x72\x38\x56\x4c\x6e\x16\x88\x97\x16\xd8\x5d\x1e\x68\x8d\xc4\x93\x31\xba\x2f\xc0\x11\x82\xf6\x9b\x0c\x68\xc1\x77\x9f\x79\x86\x14\x0f\xae\x52\x59\xd6\x9b\x30\xb8\x6e\xd3\x95\xe7\x40\x6a\x29\x03\x77\x97\x5d\x15\x95\xaf\x94\x16\xa6\xbe\xcf\x31\x00\x55\xd7\x18\x1e\xa3\xd3\x1f\x57\x05\xb7\x73\x28\x3c\xc7\xac\x88\x7e\xca\xd2\xca\x8f\x75\x99\x3b\x40\xa0\xaf\x4d\xac\xd6\xe8\x94\x82\xe2\x30\x94\x21\x65\x23\x43\x96\x1f\xc0\x02\xce\x27\x98\x11\x6e\xd5\x40\x3f\x8d\x34\x02\xcd\x57\x32\x4b\xc1\xec\xb7\x97\xa2\x20\x5d\xdf\x82\x18\x67\x4b\x14\x4d\xca\x98\xba\x53\x3a\x46\x81\x2a\x90\x93\x2e\x93\xef\x40\x43\xc3\xd9\x5f\xff\x5a\xb6\x06\x12\xff\x42\xe6\x06\xd1\x1e\x67\x71\x10\xa6\x97\x34\x3a\x23\x7a\x03\xed\xce\x28\xa9\x2b\xcc\x4d\x9b\xdc\x75\xa8\xe1\x25\xe1\x5f\xd1\xf0\x20\xe2\x5f\xca\xf0\x00\xda\x23\x0d\x0f\xc0\xf4\xa2\x86\x67\x42\xef\x6a\xc3\x03\xf2\x7c\xc2\xdc\xb4\xf9\x3e\x87\x1a\x5e\x7c\xf8\x2b\x1a\x1e\x44\xfc\x4b\x19\x1e\x40\x7b\xa4\xe1\x01\x98\x5e\xd4\xf0\x4c\xe8\x5d\x6d\x78\x50\xe6\x47\x98\x9d\xf3\x38\xa7\x0e\x67\x0d\xfc\xab\x59\x1e\x44\xfc\x4b\x59\x1e\x40\x7b\xa4\xe5\x01\x98\x5e\xd4\xf2\x4c\xe8\x0d\xb5\x3c\x09\xd5\x7d\x7c\x2a\x8f\xfc\x6e\xa2\xb2\xb2\xc0\x5a\x0b\xdd\x34\x9a\x3c\x91\x3d\x0c\x85\xdc\x26\x0c\x56\x55\x8a\x6d\x35\xed\x0e\x9a\x04\xd5\xf8\x90\x89\x06\x81\x2c\x94\x42\xb6\xe9\x6e\xc6\xa8\x6a\x65\x5c\xa3\x16\x56\xc6\xf8\xa3\x24\xd1\x04\x4f\x42\xb5\x0b\xa8\xdd\xf0\x93\x22\x1b\x2f\x72\x2d\x0a\x99\xd0\xc9\xbe\xe2\x0d\x99\x95\x8b\x9d\x20\xe7\xc4\xde\x7c\x34\x15\xbb\x74\xdb\x52\xbb\x43\x29\x41\x75\x85\xc8\xd5\x08\xa4\x27\x84\xf0\x36\xe8\xcd\x18\x95\x8b\x9b\xa0\xe6\xc4\xdd\x7c\x34\x14\xb7\x64\x97\x55\xbb\xa1\x0a\xe1\x19\x2f\x68\x15\xb4\x4c\xca\x64\xcb\xf6\x36\x2c\x2a\x06\x12\x8c\x97\x1f\x48\xc8\x47\x43\x11\xab\x76\x84\x35\x9b\xbf\x12\x54\xe3\x05\xad\x41\x20\x0d\x81\xe3\x1d\xe6\x9b\x31\x2a\x17\x37\x41\xcd\x89\xbb\xf9\x68\x28\x6e\xf9\x06\xb6\x6e\xaf\x1a\xc6\x34\x5e\xd8\x6a\x78\xa9\xac\xf1\x7e\xf8\xad\xd8\x94\x8b\x9a\x60\xe6\x44\xdd\x7c\x34\x14\xb5\x74\xbb\x5d\xb7\xb3\x0e\x22\x1a\x2f\x68\x25\xb8\xf4\x7e\x1d\xde\xbc\xbf\x11\x93\x0a\x8b\xc6\x88\x79\x8b\x26\x1f\x8d\x2d\x1a\x3c\x1b\xa0\x3d\x06\x00\xe1\xb9\xc6\x9a\xe5\xd0\xd2\x99\x10\x1f\x34\xb8\x0d\x8b\x8a\x69\x10\xe3\xe5\xa7\x41\xf2\x51\x22\x62\xfa\x24\xdc\x6b\xdb\xb6\x9b\x6b\xb5\x78\x05\xc6\x3c\x42\xd8\xbf\x4a\x28\xbd\x28\x94\xe5\x7e\x10\x55\xcf\xdb\x99\x47\x76\x05\xbb\x73\x9a\x4e\x7e\x9e\xd8\x13\x98\x36\x9b\xf4\xac\xe6\x40\x9f\x2c\x09\xc3\xe1\x8b\xdb\xed\x76\xd3\x1d\xfe\x39\xeb\x7f\x8a\x6a\x34\x81\x22\xbc\x74\xed\x58\x31\x3e\xf9\xee\x54\x55\x59\xda\x48\x4c\xf7\xd4\x63\x9f\xfc\x86\x99\x8b\x7d\x02\xde\xe7\x4f\xd4\x6d\x81\x55\x99\x5f\xb2\x23\x4b\x1c\xe5\xdb\xfe\xd5\xcb\xb3\x98\xe5\x8d\x3f\x67\xb0\xee\x52\xba\xc9\xf6\x40\x25\x29\xdf\x98\xb3\xb6\xcc\x43\x93\x3c\x38\x95\x05\x7c\xee\xd9\x39\x73\xa0\xa5\xb9\xc5\xd7\x3f\x1d\x42\x6a\xb4\x42\xb6\xc5\xe6\x8a\x99\x48\xb4\xf9\xbd\x30\x1c\xce\xd7\x58\x3b\x18\x2d\x6e\x47\x52\x87\x7b\xcb\x5c\x55\xfd\x18\x85\xaa\xd7\x80\xeb\x3a\xed\xcd\x7e\xe0\x1d\xd1\x1b\xe9\x4d\x9d\xb5\xcb\xf6\xee\x64\x57\x14\xaf\x4b\x5e\xc7\x6e\xd6\x32\x47\x1e\xf4\xcf\x8f\x12\xd1\xe0\x13\x16\xec\x86\x3a\x7b\x0e\x23\x0b\xfd\xd8\xca\x72\x94\x2a\x93\x45\xf4\xd5\x9a\xbf\xfb\x5c\x14\xe7\xf6\x04\x12\xff\xc8\xa7\x00\xcf\xa8\xb1\x3b\x61\x65\xdb\x6f\xda\x74\x55\xfd\xc5\x6e\xfe\x74\x53\xb7\xf7\xbf\x8f\xce\x28\x6c\x4e\xfe\xf6\xa7\x2f\xfa\xf3\x0e\xb6\x67\x03\x8c\x87\x91\x1f\x67\x87\xc6\x8a\xdb\xd7\x0c\xc4\x8e\x2f\x1e\x31\x68\x68\x90\xf6\x60\x5c\xb3\xbd\x1f\xa2\x89\x94\x44\x7b\x80\x06\x9f\x22\xda\x67\x45\x42\x5e\x5f\x8f\xfd\x0a\xfd\xf9\x9d\x55\x77\xbc\xbb\x7b\x6d\x19\xe1\x41\x40\x35\x99\xcd\x9b\x5b\x97\xd9\xa9\xa2\x6b\x8e\xad\x31\x55\x93\x30\x3d\x55\x64\x22\x17\xf1\x80\x18\x81\x22\x4f\xcc\x9b\x4b\x13\xab\x89\xfd\xd9\xa2\x22\x90\xe4\x0d\xe3\x21\x28\xcb\xc0\x8f\xd1\x3b\x67\x66\xbb\xb4\x6a\xa8\xaf\x52\x83\x6a\x9e\x75\xa8\x27\x12\x36\xdd\x14\xf5\xfe\x2d\xee\xd6\xf8\x2d\x5e\x0b\x1f\x1c\x33\xc2\xd6\x16\x34\x67\xfe\x2e\x00\xbe\xc7\x63\x8b\x50\x79\x22\x51\x43\x00\xc8\xeb\xa3\x81\x68\xc6\x5a\x26\xbf\xdb\x10\x8a\x78\x40\xd2\x0e\x15\x2d\x3c\x19\xc6\x51\xa8\x7d\xc3\x9c\x4a\x5b\x39\x40\xe2\x2d\xfa\x3e\xd9\x89\xf0\x48\x32\xf3\x3a\x32\x20\xfc\xa6\xa4\x35\xab\x9a\x8f\x06\x4b\x5b\x44\x7d\xd2\x73\x22\xb5\x2f\xf8\x8c\x1b\x3d\x88\xc2\x07\x45\xc7\x93\x54\x18\xa1\x30\x0f\x0f\x42\xcc\x4b\x5b\x82\xad\xa5\x3b\x68\x0e\xd7\x1f\x38\x73\x05\x67\x6b\x6e\x78\xa0\xb0\x9f\x9e\xb8\xb9\xa3\x49\x60\x01\xcf\x1d\xc2\xe9\xc0\xa6\x1f\xf8\xc1\xa7\xb0\xc8\x72\x30\x64\x6c\x53\x8a\x7d\x3c\x76\xd9\x1c\x95\x93\xe0\xe3\x13\x35\x0b\x2e\xa0\x3e\xd9\x92\xc4\x43\xf5\x05\xf6\xff\xb8\x9a\xd8\x59\xeb\x97\x15\x40\x55\xc0\xf7\xa2\xce\x7f\xca\xdc\xa7\x36\x1f\x88\xd2\x6d\x9a\x1b\x7b\x4d\x74\x4d\x46\x91\x7c\x9f\xc0\x67\x9e\xad\x1d\xaa\x9e\x50\xed\x55\xb4\xe9\x31\x61\xaf\x88\x34\xad\x5d\xa2\x35\xce\x83\x85\x8f\x00\xd3\xff\x26\xda\x57\xa3\x22\x69\x6f\xf9\x44\x1a\xaa\xe4\x82\xd4\x68\xc9\x26\xe8\xa5\x29\x69\xce\x44\xd2\x63\x3c\xe8\x1d\x6b\xf2\x5a\x02\x0a\x90\xa7\xb5\x84\xb5\x05\xe8\x5c\x95\x18\x0b\x7c\x4f\x0c\xa5\xe1\xbd\xd6\x85\x25\xad\xfc\xfa\x17\x9d\x93\x27\xee\x5a\x36\x0e\x02\x1e\x87\x76\x7e\x61\x25\xc8\x2f\x4f\x05\xba\x34\x1a\x21\xab\xa2\x76\x2e\x25\xd5\x80\xdb\x67\xf8\x4c\xe0\x66\xb3\xd9\xe4\xe7\xa6\xf3\xd5\x80\x46\x67\xba\x20\x67\xd4\x69\x16\x74\x24\xf9\x72\xff\x20\xbe\x6d\x73\x7b\x7a\xb2\x89\x41\xe2\x6b\xcc\xb1\x97\x7b\x53\x6f\x43\x8b\xb2\x9b\xad\x25\xb3\xb1\x31\x82\x76\x86\x50\x70\x71\xf5\xc4\x5b\x26\x17\x6a\x49\x8c\xc5\x6d\x74\x4c\x85\x40\x73\x4f\x90\x91\x8f\xe7\x98\x42\xb9\x96\xa0\x84\x0e\x20\x00\xe0\x8e\xb3\xb0\xf9\x6d\xe4\x2a\xcb\xe2\x2a\xca\xe1\x24\xf4\xac\xc3\x82\xd7\xff\x7b\x3f\x89\xe2\xe7\xad\xe5\xe7\x79\x8c\xac\xf2\xb9\xac\x50\x32\xfd\x75\x1c\xa5\x9f\xbe\xf7\x83\x1f\xf0\xcf\xdf\x66\x69\x35\xfd\x01\x1d\x32\x34\xf9\x97\xdf\x4d\xff\x98\xed\xb2\x2a\x9b\xfe\x23\x8a\x1f\x51\x15\x05\xfe\xe4\xf7\xe8\x84\xa6\xbf\x2a\x22\x3f\x9e\xfe\x3e\xab\xb2\xc9\x0f\x7e\x5a\x4e\xbf\x8b\x76\x88\x84\x86\xc8\xef\xd2\x4f\x4b\xab\x44\x45\xb4\x9f\xfe\xaa\xa6\x34\xf9\xa6\x9e\xc7\x26\xdf\x26\xd9\x5f\xa2\x0e\x37\xff\xf3\x87\xe7\x64\x97\x35\x58\xa9\xfa\x40\xe0\x82\x7c\x69\xb2\xae\x15\x89\x1f\x33\x51\xb0\x85\x6d\xdf\xc7\xa8\xaa\x67\xe3\x7a\x70\xaf\xc7\x88\xa6\x16\xc9\xb6\x53\x0b\x88\x4c\xd0\xf0\xe8\x5b\x2f\x36\xdb\x99\x10\xea\xed\xfd\xa1\x7f\x9c\xe9\x8e\xfa\x4d\x66\x38\xf0\xf8\x3d\x1d\x7d\xeb\x3f\x70\xab\x18\xf6\x16\x0e\x66\x19\x2b\x96\xb0\x4c\x7f\xe1\x1a\xd6\x4f\xf3\x2b\x3e\x78\x83\xed\x83\x9b\xb5\x37\x50\x9d\xc9\xcc\x2f\x0a\x21\x10\xd3\x48\x67\xb6\x80\x2f\xde\x12\xcb\x9c\xad\xc5\x50\x03\x8d\xb3\xed\xbc\x4c\x14\x14\xb8\xec\x4c\x54\x8a\xe7\x86\x7b\xca\xf1\x56\x3f\x5d\xb8\x2b\xad\x86\x9a\x55\x2b\xf5\xc7\xb3\x95\xc7\x7e\x80\x12\x94\x56\xff\xeb\x43\x95\xe5\x1f\xa7\x92\xda\x55\x96\xf7\x71\x10\x7c\xe7\xdb\x1e\x86\xb8\x69\x9d\x02\x7f\x2b\x53\x70\x3e\x37\xc5\xdf\x48\x4f\x4f\x86\x13\x33\x75\xa9\xae\xf6\x1f\x99\x23\x22\xa4\xbd\x4d\xab\x81\x54\xdf\x4a\xde\xf0\x54\x2f\x15\x2b\x2e\xed\x04\x6b\x13\x22\x43\x91\x6b\x44\x5b\x34\x77\x18\xb1\x70\x5b\x13\x5d\xe3\x9b\x79\xc4\x31\xa6\x5a\x39\x92\xb4\x46\xea\x34\x07\x9c\xdc\x89\x27\x64\x22\xf9\x56\xfe\x50\x8a\x00\x25\xa7\xc4\x9e\xa4\x2a\x68\x72\xeb\x8e\x36\xee\x06\xbd\x46\x09\xa4\x56\xab\x85\x81\x36\xc4\x92\xd0\x08\x9b\xa1\xc4\x49\xbb\x71\x3f\x65\xe2\xb6\x69\x51\xdf\x0f\xef\x87\xb5\x3d\x49\xe5\x5c\x17\x8e\xb7\x74\x8c\x5a\x23\xe3\xba\x0e\x68\xe7\x6d\xc6\x83\x51\x86\x4e\x53\xd6\x88\x9e\x62\x80\x13\x3c\x5e\x1c\xa8\xad\x9c\x15\x3e\x70\xcb\xae\xa5\x12\xa5\xa9\x24\xa3\x98\x0d\xef\x83\x50\x4b\xfb\xde\x41\xc2\x6e\x14\x98\x8b\x50\xbc\x0b\xcb\xde\xd6\xcc\x72\xbc\xcb\x64\xf4\x94\xcf\xcb\x06\x1b\xfe\x2e\x7d\x35\x3c\x64\x8f\x75\xd9\x3a\xed\xd7\xab\xab\x2f\xeb\xaf\x35\xf1\x96\xeb\xbd\x36\xee\x74\x50\x63\x8f\x6a\x8f\x8c\x4a\x08\x53\x8f\x3d\x73\x95\x83\x26\xde\x4f\x66\x28\x6c\xfd\x3d\x1f\xf3\xe5\x2a\x5c\xe7\xc0\x71\x97\x39\x75\xee\x5c\x43\xdb\xd0\x9d\x6b\x6b\xd7\xee\x1c\xb7\x29\x29\x66\x9d\xd6\x21\xff\x1a\x1e\x8e\x29\x1a\x5f\xb3\x2e\x1d\x5e\x88\x5a\x33\xd9\x03\x1e\xa6\x04\x25\xa3\xb0\x48\x57\xea\xe3\x31\x63\x4c\xbf\xfd\xd8\x0c\xc7\xfd\x50\x38\xb1\xa5\xb3\xa0\x19\xa7\xa2\xad\xc0\x8c\xe2\x7a\x60\x46\x90\xbd\x01\x73\x42\xc6\x4c\x15\x7b\xb0\x43\xda\xd6\x27\x0e\x29\x7d\x1c\x7b\xa0\x61\x10\xf4\x1a\xd3\xc0\x95\xbe\x66\xa7\x6a\xa7\x9b\xf6\x44\x33\x69\xbb\x2e\x89\x92\x75\x13\xf9\x15\x9c\x69\x6c\x88\x66\x50\xe1\xb1\x1a\xdb\x51\xab\x30\x60\x5a\x1f\xc0\xb3\xd2\x9a\x18\x96\x19\x7b\x62\x7c\x6c\xa5\x45\x31\x6c\x0e\xb2\x2a\x89\x93\xdd\x02\x34\x4e\x36\x75\x8f\x61\xa0\xf2\x1a\xfc\x1a\xbb\x22\xb5\xbe\xa6\xbc\xec\x6b\x86\x1c\x96\xa6\xc6\x62\x18\xd2\x2a\xb7\x5b\x69\x33\x36\xad\x08\x78\xa9\x69\xcc\xaf\xd2\x5a\x58\x76\x19\x73\x61\x17\x09\x82\xbd\x88\x2c\x8e\x31\x94\x6e\xd2\x6c\xdf\x5d\x33\x91\xae\x04\xe8\x22\xdd\x26\xd9\xaf\xea\x7f\xe4\xb3\x2b\xb6\x73\xcf\x7e\xc3\xde\x3f\x99\x49\x12\xa7\x31\x3b\x46\x83\xac\x17\x5c\x18\xb5\xd5\xf1\xc2\x88\x79\xe0\x69\x60\xdf\xc0\xd8\x35\x3d\xa3\xae\x03\x0d\xb8\xdc\xc0\x5a\xf4\x01\x63\x76\x00\x1e\x35\xe2\xd2\x8c\x69\x14\x4c\xf1\x27\x5f\x3a\x19\x0c\xb7\xac\x75\x4a\x62\x05\x86\x1c\x2b\x3b\x10\xcd\x30\xd3\x7d\xe8\xa5\x9e\x64\xb0\x85\x98\xe4\x3b\x11\x6b\xe9\xd0\xd9\x5c\x62\xdb\x52\xdb\x47\xbb\xfa\x9f\x97\xd8\x22\xa4\x8e\x55\x8a\x79\x16\x6d\xf0\x11\x0d\x45\xd3\x74\x09\xc3\xfb\x21\x20\x7c\xbe\x30\xb9\x54\xf4\x94\x02\xbf\xc8\x4e\x25\x8a\xc5\x54\xe3\x60\xb5\x19\xb3\x31\x7d\xa9\xb2\x53\x70\x6c\x4f\xc6\xe6\x7e\x6a\x3d\x83\x50\xcd\x82\x5c\x7a\xe6\x4a\xb7\xa1\xcd\xe2\x69\x8c\x29\x88\x91\x5f\x6c\x77\x59\x75\x94\x8e\x5e\x12\x24\x15\x4a\xba\x53\x3a\xb5\xd5\xec\xfd\x00\x59\x8f\x51\x19\xed\xa2\x38\xaa\x9e\x5b\xf6\x14\x45\xcc\x39\x33\xea\x99\x1a\xee\x75\x3b\xdb\x7e\x03\x34\x52\x7d\x02\x6b\xc9\xe6\xbd\x87\x8f\x58\x8d\xa8\x04\x1d\xc5\xe2\xd0\x50\xd2\x1f\x9e\xee\x89\x15\xaf\x32\x5d\x17\x53\xd5\x4a\xf9\x97\xf4\xd9\xe2\xbc\x40\x8f\xf2\xe2\xf6\xa4\xb4\x5c\xed\xa4\x02\x87\x14\x2b\x48\x41\xb4\xe6\x89\x9c\x1c\x66\xbf\xd7\x4a\xbe\x53\x1d\xc1\xfb\x37\xbc\x13\x09\x9e\xc0\x6b\x8a\xf4\xcc\xd5\x44\x34\x02\x81\x78\xc3\x6d\xd2\x30\x67\x29\xb8\xb3\x44\xf6\x3a\x02\xe4\xe8\x1d\xab\xe2\x7e\x53\xcb\xe8\x10\x1d\x65\xa4\x56\x5e\x64\x39\x2a\xaa\xe7\x6d\x83\xc3\x98\x28\x56\x8c\xb1\xb8\x20\x04\xb5\xf4\xcc\x8d\x01\xc0\xd0\x5a\x5c\x77\xa4\x58\x92\x0a\x8b\xc3\x31\x50\xd3\x0a\x20\xb2\xfe\xec\xa5\x4f\x75\xb5\xe6\xe3\xc4\x2e\xeb\xbe\xdd\x31\x66\x5f\xd3\x9d\x5f\x86\x7d\xb3\xf1\xa1\x1e\xd7\x8b\x2c\x56\x0c\x11\x6d\x8d\x5a\xad\xea\xe3\xd9\xc4\x08\xbb\xb3\xfb\xdd\x5c\x2c\xcb\x95\x28\xcb\x8a\xd8\xdf\x80\xe8\x22\xf5\xea\x28\x61\x9b\x2c\x11\xbb\xc6\x80\xb2\xba\xa7\x4e\xda\xf1\xd7\xa3\x4e\x1b\x5f\xa3\xb9\x81\xd2\x1b\xae\x12\xe8\x0a\x06\x58\x0f\x5f\xba\xd0\xb3\x60\x82\x0f\xd7\xe3\x5f\xd1\xef\xb5\xb2\xa1\xce\xd0\x99\x3c\xc9\x0d\xc8\x01\x7e\x48\x55\x6c\xd5\x45\xf2\x8a\xbd\x58\xd3\x8a\x82\x2c\xd5\x37\x0b\x57\xa3\xdc\xd8\x7a\xd9\xf5\x1e\x1f\x6c\xc1\xff\x4a\x33\xab\x40\x39\xf2\x2b\xf8\xbd\x9f\x66\xc9\xe2\xda\xdd\xa9\x21\x97\x3f\xe0\x63\x44\xb5\x49\x96\x79\x2a\xe2\x77\xaf\x42\xbf\xf2\xb7\xf8\xf7\xfb\xf2\xf1\xf0\xd5\x39\x89\xef\x83\xa3\x5f\x94\xa8\xfa\x70\xaa\xf6\xd6\x7a\xfa\x66\xfe\x4d\xf9\x78\x98\x9c\x93\x38\x2d\x3f\xbc\x3d\x56\x55\xbe\x7d\xff\xfe\xe9\xe9\x69\xf6\x34\x9f\x65\xc5\xe1\xbd\x6b\xdb\x76\x0d\xfa\x76\xb2\x8f\xe2\xf8\xc3\xdb\x37\xee\x7c\xbf\xdf\xbf\x9d\x60\x06\x3f\xbc\x5d\xbf\x9d\x10\xb6\xeb\x3f\xdf\xcc\xbf\x7d\x33\xff\x26\xf7\xab\xe3\x24\xfc\xf0\x36\xf1\x66\xae\x37\xb1\xad\xc5\x84\xfc\xe3\xcc\x3c\xcb\x99\x79\xdf\x2d\xea\xcf\x8b\xd8\x9d\x79\x96\x3b\xf3\xbe\x23\xb5\x7e\x7a\xfb\x9e\x40\xd7\xb4\xde\xcc\xbf\x7d\x25\x99\xc6\x04\xa5\xfc\x0d\xb6\xdb\x9d\xad\xea\x76\x3b\x33\xaf\x6e\xf3\x77\xf3\xfa\xe7\x22\xae\x1b\x3b\xa9\x1b\x8c\x8b\xd7\xf1\xc2\xc2\xff\x98\x36\x3c\x4a\xc3\x28\xf0\xab\xac\x28\xbb\xb3\x03\x46\xa3\x5d\xbb\x97\x12\x81\xaf\x49\x36\x8f\x2f\xbf\xe1\xdf\x5e\x7e\x23\xe4\xae\x97\x66\x58\xef\x06\x3a\x4f\xc7\xf8\x24\x8e\x46\x1f\xd4\xed\xd6\x7e\xb6\x2a\x37\x3e\x0e\xd4\xc8\x6a\x9c\xeb\xe5\x5c\x3d\xda\xb7\xb7\xc0\x9a\xa7\xe5\x9a\xf5\x10\x3e\x66\xb8\xb5\xdb\x23\x94\x4d\x67\x9c\x73\x79\x3b\xe6\xfc\x3b\xd5\x73\xea\x9a\x54\x7b\xa7\xae\x16\x48\x5a\xe1\x13\x80\xf9\x19\x9c\x30\x96\xcc\x7c\x31\xa7\x0e\x07\x8e\xf2\xd7\x19\x11\x1b\x3a\xee\x3d\x8c\xe0\x0f\x49\xba\x9e\x9f\x37\x6f\x60\x92\x07\x16\xea\x61\x8a\xd2\x53\x67\x4a\xbd\x4a\xfb\x7a\xed\xb7\x5a\x41\xe4\x83\xc4\x9e\x6a\x04\xe2\xcc\xdb\xef\x8b\x31\xac\x95\x39\x5e\x4d\x5a\x44\xfb\x40\x62\x5a\xb6\x42\xbd\x78\x56\x25\xd2\x35\xa9\xdd\x78\x1f\xe4\x99\x35\xb2\xad\xc5\x6e\xde\x7a\xf6\x9b\x7b\x3a\x24\x4d\x57\x65\x0c\x52\x39\x05\x14\x28\xe1\xdf\x4b\xb3\x66\x4e\x8d\xa9\x9d\x19\xf8\x28\x00\xcb\xbc\x55\x72\x19\x60\x66\x2e\x97\xb0\x5a\x12\xe1\x6b\xd1\x1c\x8a\xec\x49\x21\xd0\xba\xd8\x54\x9c\xf2\xba\x42\x87\x0f\x4e\x45\x2d\x1b\xbc\x7f\x0c\xc8\x55\x2b\xb2\xde\xa5\x1e\x27\xbc\x9a\xd5\x5a\x74\x12\x41\x0d\xef\xa2\xac\x56\xa6\xe6\x92\xb6\xc2\x53\xe3\xf3\x38\x33\xaf\xbc\x97\x7c\xe7\x1e\x81\xc6\xce\xf3\xce\x2f\x51\x2d\x9e\x0b\xfc\xde\xde\x3f\x44\x49\x9e\x15\x95\x9f\xf2\xef\x7a\xd4\xb0\x55\x96\xf3\x60\x55\x96\x2b\x41\x92\x28\x0c\x63\x81\x18\xf9\xaa\x04\x6c\x76\x4b\x38\x40\xf2\x55\xcd\x64\x3d\x3c\xc0\xd0\x54\x91\x1e\x05\xd4\xd8\xe6\xbb\x04\x78\x77\xd0\xbe\xa8\x07\x43\xfa\x14\xa8\xe8\x22\x33\xa5\x82\xa3\xdd\xdc\x68\x56\x21\x10\xab\xa8\x1f\xe4\x93\x37\x4f\xff\x2c\x9e\xa2\x81\xfc\x93\x78\xf2\x72\x45\x23\x15\x48\xa0\x4a\xea\x97\xf5\x14\x0d\xd5\x3c\x6d\xa7\x6a\x26\xf3\xac\x9d\xac\x54\xd5\x44\x19\x02\xb1\x8a\xfa\x65\x3c\x79\xf3\x94\xef\xd3\x29\xda\x46\xbd\x4d\x07\x16\x29\x5a\x05\x83\x72\xe5\xea\x87\xed\xe4\xed\xd1\xbd\x31\xa7\x68\x12\xfb\xb8\x9c\xac\x54\xd1\x30\x29\x02\xb1\x8a\xfa\x7d\x3a\x79\xf3\x34\x4f\xc4\x29\x5a\xc7\x3c\x0f\x27\x29\x54\xb4\x4d\x06\x2e\xd4\x50\xbf\x2f\x27\x6f\x59\x2c\x44\xe6\x52\xff\x71\xe7\x17\x56\x75\x44\x09\x9c\x81\x1c\x27\xb0\x57\x34\x99\x7e\xfa\x0d\x2e\x13\x1a\xec\xb3\x54\x21\x60\xb6\x82\x42\x64\x12\xf2\x7c\x05\x19\x06\x0d\x23\x60\x2d\xf5\x3b\x76\x2a\xb3\x52\x3c\x26\xa7\x34\xaa\xee\x21\x39\xb0\x48\x69\x50\x10\x28\x57\xae\x7e\x85\x4e\x31\x0a\x1c\xa3\x0a\x4a\xa9\xb2\x97\xcd\xbb\x35\x10\xe5\x73\x4b\x13\x82\xc8\xa0\xc9\xba\x42\x38\xbd\xd9\xdc\x52\x53\x42\x61\xf7\x42\x75\xc7\x4d\x0d\x4d\x62\xac\xcc\x42\x62\x20\x86\xc6\x43\xd2\xdc\xae\x54\xe3\xc0\xbb\xf6\xd4\xdf\x43\xe1\xed\x56\x76\xd2\x11\xa2\xdf\x8f\xb5\x69\x69\x69\xea\x93\xbd\x5b\x9b\x95\x8f\x06\xa6\x39\xf1\x61\x73\x12\xd1\x40\xe1\xed\x64\x9b\x91\x81\x06\xa2\xf3\x10\xb9\x6c\x8e\x72\xef\xb0\x85\xa4\x9c\x2f\x06\x56\xe5\x78\x75\xb0\xad\x3f\xc3\x40\xaa\x7c\x99\x16\x92\xb8\x0a\x6c\x36\x22\x85\x9b\xd0\x82\x75\x33\x32\x03\xa9\x9a\x8d\x5b\xc8\x76\xb2\x63\x00\x55\x13\x5d\xa7\x0b\xba\x4f\x18\xcc\x16\x3d\xc1\xe2\x13\x07\xa6\x1a\x02\xbb\x16\x92\xd1\x86\x6b\x9f\x4c\x87\x78\x54\x41\x21\xb5\xf0\xa6\xdf\x81\x57\x03\x81\xcf\xd7\x68\xe8\xb0\xc3\x0b\x90\x22\xb8\x87\xd7\x64\xed\xd5\x10\x62\x46\x22\xf8\x19\xfc\x5b\x92\x83\x86\x2d\xa3\xd6\x99\xb0\x06\x52\xa4\x07\xb9\x01\xf4\x74\x52\x87\x69\x1d\x78\x5d\xcf\xf5\x40\x41\x54\x04\x31\xba\x08\xf1\x10\x0d\x18\xf0\x98\xbc\x67\xeb\xa9\xd9\x7c\xe2\x61\x49\x7d\x7c\x78\x63\x1f\x9d\x47\x9e\xe5\x08\xad\x34\x4b\xd9\xac\x4d\x12\x42\xa1\x45\xe2\x3d\x17\x36\xfc\xa3\xa9\x4d\xa2\x43\x17\x28\x64\x24\x85\x64\x41\xd4\x75\x2b\x26\xa3\x0b\xfe\xa5\xae\x6b\xd1\x07\xf7\xbb\x2f\x1a\x98\x00\xc5\x31\x07\x54\x7f\x92\x42\xed\x63\x74\x66\xd2\xcc\xe8\xa4\xc4\x00\x50\xdf\x28\x38\x93\x5b\xeb\xf5\xb8\x37\x40\xa1\x65\x32\x50\xa7\x1d\xc0\x18\xb5\x96\xc9\x20\xcd\x96\xc9\x20\xe5\xb6\xd5\x07\xea\xb7\x03\x1b\xaa\xe2\x32\x19\xa0\xe5\x5e\x6e\x06\x8a\x36\x7a\xfa\x23\xb4\x92\x21\x5d\x37\x19\xda\x7b\x93\x6b\x3a\x70\x32\xac\x0f\x27\xc3\xba\x71\x32\xae\x27\x27\x63\x3b\x73\x32\xa4\x3f\x27\x43\xba\xb4\x51\x12\x83\x7a\xb6\x1a\xa0\xe9\xf8\x30\x50\xd3\x1d\xc0\x18\x4d\xc7\x87\x41\x9a\x8e\x0f\x83\x34\xdd\x56\x1f\xa8\xe9\x0e\x6c\xa8\xa6\xe3\xc3\x00\x4d\xf7\x72\x1b\xa5\x69\x28\xb7\x44\x68\x9d\xe3\x01\xaa\x3e\xc7\x03\x55\xdd\x01\x8c\x51\xf5\x39\x1e\xa4\xea\x73\x3c\x48\xd5\x6d\xf5\x81\xaa\xee\xc0\x86\xaa\xfa\x1c\x0f\x50\x75\x2f\x37\x73\x55\x4f\xf2\x22\x4a\x2b\x4e\xbd\xf8\xdb\x00\x0d\x93\xfa\xc3\x94\x4c\xc3\x8c\xd1\x33\x81\x1f\xa2\x6a\x02\x31\x44\xdb\x14\xc4\x40\x85\xd3\x90\x43\x75\x4e\x60\xcd\xd5\xce\x48\xd2\x44\xf3\x34\x38\x4a\x76\xf5\xaa\x0d\x95\x79\x96\x96\xc2\xc1\x5a\x31\x6b\xa6\x78\x04\x4e\x77\x96\x9b\xa7\xa0\xcb\x8c\xa7\x04\x16\xbf\xe0\xe3\x7f\x53\x25\x0c\xfe\xa0\xae\x12\xed\x0b\x3f\x41\xea\x3a\xd9\xee\x2f\x28\xa8\xd4\x75\x1e\xa3\x10\x65\x17\xf1\xd0\x21\x90\x9a\x54\x73\x99\x46\x27\x46\xcb\x75\x76\xcf\x9b\x56\x98\xf4\x89\x89\x85\x3b\x5b\x7b\x2b\x67\xe1\xae\x97\x1a\x14\xce\x52\x82\xc2\x5b\xce\x5c\x4f\x03\xbc\xd8\x3d\xcf\x21\xd8\x95\x0e\xd0\xd9\x3d\x3b\x10\xa0\xd0\x64\x9c\xaa\xab\xee\x77\xe2\xa3\x49\x92\xce\x80\x2b\x92\xdc\x7a\x70\x7a\x43\x15\x5c\x91\x3d\x59\x05\x7a\x44\x45\x29\xe4\x46\xa4\x8a\xf4\x94\x65\x48\xd8\x52\x15\x9e\xa7\xc2\xcf\x2f\x6c\x1e\x33\x55\x75\xf2\xe0\x36\x05\x40\x3e\xe8\x28\xb0\x7c\x76\x94\x4c\x18\xdc\x47\x71\xcc\x26\x91\x53\xd5\xc6\xe7\x24\xec\x4b\xf7\xb7\x34\x48\xd0\xd7\x76\xa8\xda\x8e\xaa\x36\x49\x18\xda\x62\x6f\xd3\x87\x1a\x40\x38\x0c\x84\x8c\x06\x77\x4c\x8e\xe4\x20\xbc\x80\x39\xe5\x70\x91\x21\x1a\x94\x86\x30\x12\x94\xca\x22\xb7\x3c\x0a\x72\xd6\x49\xc0\x42\x3e\x1b\xe2\x68\xb2\x16\x0a\x48\x98\x9c\x86\x86\xb8\x7c\x1c\x11\x92\xa0\x22\x85\xca\x43\x16\xf8\x14\x77\x23\x5f\x38\xf5\xa3\x01\x78\x2d\x57\x01\x58\x2e\x53\x1a\xb4\x91\xa7\x78\xa4\xdc\x00\xb6\x3b\x44\x43\x43\xb7\x1f\x8d\x5a\x5d\xa0\x2a\x38\x32\xe0\xcd\x37\x25\x34\x6b\x95\xcc\x37\x53\xb9\xd1\x16\x09\x20\xd0\xc9\x8e\xb3\x46\x16\x83\x81\xfc\x78\x4b\x64\x11\x98\xd8\x21\x8b\xa7\xb1\x42\x08\x8d\x81\x0d\xf6\xf2\xa4\xf5\xd1\xa1\x31\xd0\x48\x89\xe2\x3d\xbe\x43\x79\xe9\x7f\x6f\x15\xe3\x23\x05\x45\x2b\x11\x83\x19\x6a\x10\x03\xf7\xea\xeb\x41\x75\xba\xc3\x80\x8c\xe2\x30\xac\x81\xd6\x30\x24\x67\xf4\x18\xd6\xc8\xe6\x9b\xd6\xd2\x22\xc6\xc0\xa2\x7c\x4d\x62\x89\x44\x4a\xc9\x08\x3f\xa1\x4c\x46\xbb\x0a\x84\xde\x95\xde\x42\x47\xff\x7a\x87\xa1\x4c\x86\xfa\x0c\x38\x00\x3b\xd8\x6d\x68\xe8\x5c\xe1\x39\x94\xc9\x40\xe7\xa1\x4c\x06\xfa\x0f\x2d\x80\xb9\x0b\x91\x8c\xf1\x22\x92\x2b\x1d\x89\xe4\x56\xbe\x44\x99\xdc\xc2\x9d\xa8\x8d\xf1\x06\x1e\x45\x99\xdc\xd4\xa9\x28\x93\x5b\xf9\x15\xc9\xb5\xae\x45\x23\xe6\x91\xde\x45\x2f\xde\x51\x0e\x46\x2d\xd6\x6b\x7d\x8c\xe4\x7a\x37\x23\xb9\x85\xa7\xc1\x08\x72\x94\xb3\xc1\x0b\x73\x84\xbf\x41\xd9\xe9\xb5\x2e\x47\x6f\xa3\xd7\x7a\x1d\xbc\x86\x06\x3b\x1e\x35\x2b\xe3\x7c\x8f\xe4\x3a\xf7\x83\xd1\xe9\x40\x0f\x84\xd7\xe6\x20\x27\x44\xec\x18\x43\xfd\x10\x5e\xe8\x12\x57\xc4\x68\xb7\x0b\x37\x3a\x09\x47\xf8\x22\x49\x38\xda\x17\x21\xf4\xae\xf4\x45\x3a\xfa\xd7\xfb\x22\x49\x38\xd4\x17\xc1\x5b\x84\x83\x7d\x91\x86\xce\x15\xbe\x48\x12\x0e\xf4\x45\x92\x70\xa0\x2f\xd2\x02\x18\xfb\x22\x49\x38\xc2\x17\xe9\x81\xc6\xf9\x22\x35\xfc\x6d\x7c\x91\x24\xbc\x85\x2f\x52\x1b\xe3\x0d\x7c\x91\x24\xbc\xa9\x2f\x92\x84\x37\xf2\x45\x3a\x71\x8f\xf6\x45\x1a\x31\x8f\xf4\x45\x7a\xf1\x8e\xf2\x45\x6a\xb1\x5e\xe9\x8b\x60\x09\x5c\xe7\x8b\x70\x42\x1c\xe9\x8b\x30\x82\x1c\xe5\x8b\xf0\xc2\x1c\xe1\x8b\x50\x76\x7a\xad\x2f\xd2\xdb\xe8\x95\xbe\x88\xa0\xa1\xc1\xbe\x48\xcd\xca\x28\x5f\x84\xd3\xec\x60\x5f\x84\xd1\xe9\x40\x5f\x84\xd7\xe6\x20\x5f\x44\xec\x18\x03\x7d\x11\x41\xe8\xc6\xbe\x08\x70\x1e\x03\x37\x3a\x3e\x8c\xf0\x45\xe2\xc3\x68\x5f\x84\xd0\xbb\xd2\x17\xe9\xe8\x5f\xef\x8b\xc4\x87\xa1\xbe\x08\x3e\xc4\x32\xd8\x17\x69\xe8\x5c\xe1\x8b\xc4\x87\x81\xbe\x48\x7c\x18\xe8\x8b\xb4\x00\xc6\xbe\x48\x7c\x18\xe1\x8b\xf4\x40\xe3\x7c\x91\x1a\xfe\x36\xbe\x48\x7c\xb8\x85\x2f\x12\x1f\x6e\xe2\x8b\xc4\x87\x9b\xfa\x22\xf1\xe1\x46\xbe\x48\x27\xee\xd1\xbe\x48\x23\xe6\x91\xbe\x48\x2f\xde\x51\xbe\x48\x2d\xd6\x2b\x7d\x11\x2c\x81\xeb\x7c\x11\x4e\x88\x23\x7d\x11\x46\x90\xa3\x7c\x11\x5e\x98\x23\x7c\x11\xca\x4e\xaf\xf5\x45\x7a\x1b\xbd\xd2\x17\x11\x34\x34\xd8\x17\xa9\x59\x19\xe5\x8b\x70\x9a\x1d\xec\x8b\x30\x3a\x1d\xe8\x8b\xf0\xda\x1c\xe4\x8b\x88\x1d\x63\xa0\x2f\x22\x08\xdd\xd8\x17\x81\x4e\x0c\xe2\x56\x9f\xe3\x11\xce\xc8\x39\x1e\xed\x8c\x10\x7a\x57\x3a\x23\x1d\xfd\xeb\x9d\x91\x73\x3c\xd4\x19\xc1\xc7\x2c\x07\x3b\x23\x0d\x9d\x2b\x9c\x91\x73\x3c\xd0\x19\x39\xc7\x03\x9d\x91\x16\xc0\xd8\x19\x39\xc7\x23\x9c\x91\x1e\x68\x9c\x33\x72\x8e\x6f\xe5\x8c\x9c\xe3\x5b\x38\x23\xb5\x31\xde\xc0\x19\x39\xc7\x37\x75\x46\xce\xf1\x8d\x9c\x91\x4e\xdc\xa3\x9d\x91\x46\xcc\x23\x9d\x91\x5e\xbc\xa3\x9c\x91\x5a\xac\x57\x3a\x23\x58\x02\xd7\x39\x23\x9c\x10\x47\x3a\x23\x8c\x20\x47\x39\x23\xbc\x30\x47\x38\x23\x94\x9d\x5e\xeb\x8c\xf4\x36\x7a\xa5\x33\x22\x68\x68\xb0\x33\x52\xb3\x32\xca\x19\xe1\x34\x3b\xd8\x19\x61\x74\x3a\xd0\x19\xe1\xb5\x39\xc8\x19\x11\x3b\xc6\x40\x67\x44\x10\xba\xcc\x19\x61\x67\x80\xcc\xaf\xc8\x75\xcd\x3e\x61\xb3\x74\xb6\xa8\xeb\x92\xbb\xab\xa4\x32\xfe\x5b\x59\x1b\x1f\x8f\x27\x95\xb9\xc3\xf1\x66\xc7\x56\x6a\x1c\x65\x32\x88\xc1\x32\x19\xc8\x63\x7b\xcd\x0e\x64\xd3\x70\x4b\xab\xc6\x93\x84\x83\xf8\x4c\xc2\x81\x7c\xb6\x97\xc4\x0c\xf9\x04\xc3\x5d\x58\xdb\x87\x41\x7c\xc6\x87\x81\x7c\xb6\x57\x9c\x0c\xf9\x84\x5d\xe1\x1a\xd1\x39\x1e\xc4\x68\xed\xca\x0e\x62\xb4\xbd\xa0\x03\x33\x4a\xd7\x3f\x95\x38\x97\x40\x8c\x82\xca\xf2\xe3\xb8\xcb\x2d\x46\x7d\xdf\xfa\xf4\x6d\x85\x7b\x69\x89\x1c\x6f\x3d\xde\x81\x88\x99\x81\xef\x5e\x5e\x24\x45\x8d\x5b\x09\xa1\x66\xdb\x7c\x2f\x2f\x62\x50\xb7\xf7\x1d\x08\xcb\xdd\xed\x07\x05\x33\x1d\x04\xb9\x21\xc1\xe7\xbc\x97\x40\xb5\x87\xff\xeb\xb1\xbb\x8a\x82\x3e\x19\x3f\xf9\xad\x83\x6a\xef\x5c\x88\x49\xfc\x75\x90\xed\x65\x83\x8b\x70\xfd\x40\x07\x89\x9f\x88\xbf\xb0\x2f\xc6\xeb\x5b\x17\x05\x9f\x9e\x7b\xa0\x56\x51\xe4\x3b\xa5\x1e\xaa\xfd\x6c\x09\x6b\xdb\x35\x4d\x9c\xcb\x00\x7e\xbf\xbe\x4d\x32\x4a\x2e\x52\xf4\x69\x20\xe7\x36\x80\xa6\x4b\x1d\xd0\x5c\xd1\x50\xa3\x64\x90\xfd\xb2\x3c\xe5\x35\x7f\xe5\xbb\x77\x92\xa6\xdd\x4d\xb2\x62\xf2\x8e\x6b\xd5\x1d\x97\xed\x0f\x7f\x24\xcf\xc8\xc2\x58\x78\xb1\x08\x0d\x73\x6d\xb6\x33\x97\x85\x95\xa5\xf1\xf3\x05\x27\x4b\xad\x57\xa8\xcd\xd3\x20\xf6\x5d\x9f\x08\xbb\xbd\x8a\xd2\xa5\x26\xdd\x5a\x0e\xfd\x4c\xb9\xfc\xa6\x4f\xff\x28\x1c\xf3\x62\x1d\x7e\x66\xbd\x19\xf0\xb8\x04\xc4\x0d\x3f\x16\x4e\xf1\xe3\xef\x62\xb4\x25\xc9\x43\xa7\xea\x4a\xf8\x2f\xd2\x08\x3a\xbb\x2a\xfe\xbb\xe3\x13\x3f\xd2\x10\xa3\x7b\xae\xeb\x80\xcf\xe9\x61\xe6\x6a\x70\x96\x3b\xfc\x3c\x1f\xc9\xc1\x71\x6e\x1f\xeb\xb3\x27\x33\xa7\x79\xf9\x91\xfc\x87\x7e\x61\xc5\x5e\x79\x77\x12\xdb\x24\xe0\x1c\x26\x8c\xc0\xe1\xb1\x38\x1a\x24\x24\xef\x03\x85\x07\x63\x98\x0b\x68\x74\xcc\x90\xc1\x91\xc2\xa4\x18\xf8\x9e\x2c\xd7\xbb\x34\xf9\x2e\x3d\x59\xae\x88\x27\xcb\xb3\x2f\xed\x6b\xf2\xf2\x4a\xab\x16\xd3\x4a\x81\xc9\xb1\x5b\x54\x8e\xad\xc0\x85\xc7\xe1\x5e\x7f\x92\x7a\xc7\x9a\xfb\x36\xb5\xa7\x94\xe8\xb1\x66\xbf\x7b\x9a\x5f\x5e\x6b\xd5\xe1\x92\x37\xe0\x88\x1b\x40\x5d\xeb\x92\xd6\xc3\x2d\xa0\x2c\x58\x52\x31\x21\x22\xa1\x9e\x6b\x97\x23\x4d\x8e\x5d\x5d\x3d\x07\xb5\x3b\xf2\xd8\x20\xef\x3d\x13\xdb\x7e\x94\xc5\xdd\x30\xc0\xb1\x03\xe8\x29\x3c\xca\x56\x37\x8f\x9c\x3a\xa5\xa8\x1f\x79\xb1\x49\x51\x26\x96\x7d\x69\x1f\xa7\x94\x55\xa9\x2c\x9b\x7d\x32\xff\xb9\x03\x52\xa6\x85\x4a\x0a\x1e\xf0\xdc\x03\xaa\xb3\x43\x25\x3b\x05\x4d\x4d\x8e\xa8\x24\x56\x90\x55\xe6\x8a\x4a\x2c\xa7\x15\x86\x32\x6f\x4c\x52\x59\x0e\xcf\x9d\xc3\xbc\x30\xa7\x84\x2e\x78\xe8\x73\x0f\xdd\x65\x27\x56\xc0\xef\x14\xd4\xdb\x27\x35\x95\x08\x62\x05\x03\xe4\xe1\x45\x25\xb8\xe5\x76\x52\x52\x0b\xc9\xe5\xd9\x74\x85\x67\xf8\xe4\x32\x72\x79\x16\x5d\xe0\xa5\x32\xb9\x88\xe4\xb4\xe9\x57\x47\xe5\x12\x92\x93\xef\x9f\xa6\x94\x0a\x68\xde\x0a\xc8\x51\xca\x67\xce\xf3\x38\xa7\xe5\xa3\x82\x2d\x78\xd8\x73\x0f\x5b\x74\x59\x92\xe5\xd2\x91\x53\x6e\x53\xd2\x29\x85\x23\x27\x4e\xf2\xd1\xa9\x64\xb3\xe8\x64\xa3\xb1\x9e\x05\xcf\xe3\x82\x91\x8e\xc6\x7c\x16\x3c\x8b\x0b\x4e\x3e\x1a\xfb\x91\x53\x6f\x25\xa4\x31\x20\x39\x03\x44\x46\x6a\x0b\xf2\x5a\x29\x29\x32\x51\x25\x95\xe5\xf1\x5c\x7a\xb4\x8c\x54\xb0\x05\x0f\x7b\xee\x61\x9b\x1c\xfa\x4a\xf9\xc8\x29\x37\xf2\x51\x81\xc7\x0a\xe2\x24\xa1\xbf\x1c\x38\xb7\xec\xfe\x2d\x77\x59\x1d\x7e\xca\xca\x9f\x7b\x28\xe5\x9c\x95\xf3\x73\x56\x7e\xa6\x20\xd5\x93\x56\xce\x4f\x5a\x0c\x55\xcd\xac\x95\xf3\xb3\x16\x43\x58\x39\x6d\xe5\x96\x73\x61\x5f\x53\x97\x8b\xc5\xe1\x19\x74\x18\xb1\xa8\xc1\xf9\x89\x2b\x3f\x53\xe0\x06\x33\x57\xce\xcf\x5c\x0c\x7d\x93\xa9\x2b\xe7\xa7\x2e\x86\x05\xfd\xdc\x95\x5b\xee\x85\x79\xba\x4f\x2e\x29\x97\xe7\xd4\x65\x25\xa5\x16\x94\xcb\x73\xe9\xf2\x82\x52\xcb\x49\x41\xdd\x60\xfe\xca\xf9\xf9\x8b\x61\x40\x3b\x81\xe5\xd6\xbc\x93\x92\x62\x2c\xcf\xf9\x19\x2c\x7f\xee\x01\x75\x53\x58\xce\x4f\x61\xf9\x99\x02\xd6\xce\x61\x39\x3f\x87\x31\xb4\xf5\x93\x58\xce\x4f\x62\x0c\x79\xdd\x2c\x96\x5b\x8b\x5e\x40\x1a\x3b\x5a\xf0\x6c\x2e\x58\x11\x69\x0c\x69\xc1\x73\xb9\xe0\x85\xa4\xb1\x24\x05\x7d\x93\x99\x2c\xe7\x67\x32\x86\x05\xfd\x54\x96\x5b\x5e\x27\x2a\xd5\xa8\xce\xcf\x65\xf9\x73\x0f\xa8\x9b\xcc\x72\x7e\x32\xcb\xcf\x14\xb0\x76\x36\xcb\xf9\xd9\x8c\xa1\xad\x9f\xce\x72\x7e\x3a\x63\xc8\xeb\xe6\xb3\xc4\x4a\xbb\x55\x87\xa5\x5b\x76\xa4\x82\xe7\x9f\x32\x0b\x0f\x0d\x82\x42\x40\x70\xa6\x10\x34\xaf\x6b\xea\x16\x1f\x2a\x1e\x1a\x61\x69\x70\xc4\x4a\x36\x9a\x97\x90\xd5\x4b\x90\xd4\xed\x65\xa6\x11\x99\xb0\x12\x48\x5d\x56\x64\x1a\x89\x09\x2b\x81\xd4\xe5\x25\xa6\x11\x98\x82\x83\x4e\x60\x1a\x79\x29\x98\xa0\x5e\x8e\x96\x8b\xab\x5b\x91\x58\xea\x25\x49\x2a\xac\x0c\x52\x66\x51\xa2\x04\x2f\x04\xf0\x33\x05\xde\x3e\xde\xaa\x96\x95\x82\x7e\x2b\x2b\xf5\xda\x44\xc5\x02\x11\x95\x72\x79\x92\x2e\x7a\x49\xe9\x2c\x4b\x58\x23\xa4\x0b\x56\x56\x3a\xd3\x12\xd6\x08\xe9\x82\x97\x96\xce\xb6\x14\x3c\x74\xf2\xd2\x19\x97\x82\x8d\x46\x62\x1a\xeb\xea\x56\x2b\x96\x7a\xb9\x92\x0a\xab\x86\x94\x59\xb0\x28\xc1\x0b\x01\xfc\x4c\x81\x37\xf2\x52\x2f\x5a\x54\xf4\x5b\x69\xa9\xd7\x2d\x2a\x16\x88\xac\x94\x43\x3d\x0e\x52\x36\xb2\x52\x05\x29\xc9\x5e\x1e\xcf\x2c\x05\x8d\xc5\xa5\xc2\x50\x00\x18\xce\x0c\x86\x42\x1b\x2a\xdd\x69\xb9\x68\x84\xa6\x42\x12\x6b\x19\xc1\x72\xe3\x50\x98\xec\xed\x27\x56\x69\x16\xbe\xac\xab\xf1\xad\xa0\x40\x75\x41\x4c\x11\xfc\xcc\x80\x6b\x43\x99\x3a\xfa\xfa\x80\xa6\x8e\x05\x4d\x58\xb3\x1c\x10\xd9\xac\xeb\x02\xcc\x0e\x8a\x6f\x8a\x38\xce\x0c\x0e\xb3\x28\xa7\x8e\x13\xc3\x58\xa7\x8e\x19\x93\x88\x67\x69\x1e\xf4\xac\xab\x02\x5c\x0f\x09\x7d\x8a\x28\xce\x0c\x0a\xa3\x00\xa8\x8e\x0f\xb3\x30\xa8\x8e\x15\x83\x60\x68\x69\x1c\x0f\xad\x6b\x02\x2c\x0f\x88\x8a\x8a\x18\xce\x0c\x06\x93\xd8\xa8\x8e\x0b\xa3\x08\xa9\x8e\x11\x7d\x9c\xb4\x1c\x10\x2a\xad\xeb\x02\x2c\x0f\x0a\x98\x8a\x38\xce\x0c\x0e\xb3\xb0\xa9\x8e\x13\xc3\xe0\xa9\x8e\x19\x93\x10\x6a\x69\x1c\x45\xad\x6b\x02\x4c\x0f\x88\xa5\x8a\x18\xce\x0c\x06\x93\x88\xaa\x8e\x0b\xa3\xb8\xaa\x8e\x11\x7d\x74\x15\x4f\x2b\x06\x01\x56\x61\x4a\xca\x9f\x19\x58\x5d\x98\x55\x84\x3f\xb3\xf0\xda\x60\xab\x96\x03\x7d\xc8\x55\xcb\x84\x26\xf0\x8a\xe7\x11\xd3\xd8\xab\x30\x11\xe5\xcf\x0c\x02\xa3\x08\xac\x88\xe4\xcc\x22\x31\x8b\xc3\x6a\x79\x31\x8c\xc6\x6a\xd9\x31\x89\xc9\xe2\x09\xc5\x30\x2c\x2b\x4c\x48\xf9\x33\x03\x6f\x12\x9c\x15\x71\x9c\x59\x1c\x46\x21\x5a\x2d\x27\x66\x81\x5a\x2d\x33\x06\xe1\x5a\x3c\xb3\x98\x45\x6c\x85\x89\x29\x7f\x66\xc0\x0d\xe2\xb6\x22\x8a\x33\x8b\xc2\x24\x7a\xab\xe5\xc3\x28\x86\xab\x65\x45\x1f\xc9\xc5\xd3\x8a\x69\x30\x57\x98\x97\xf2\x67\x06\x81\x51\x48\x57\x44\x72\x66\x91\x98\x05\x76\xb5\xbc\x18\x86\x77\xb5\xec\x98\x04\x79\xf1\x1c\x63\x16\xe7\x15\xa6\xa8\xfc\x99\x01\x37\x88\xf6\x8a\x28\xce\x2c\x0a\x93\x98\xaf\x96\x0f\xa3\xc8\xaf\x96\x15\x7d\xfc\xb7\x1c\x14\x02\xc6\xb5\x01\x3f\x61\x60\x20\x18\x40\x73\x66\xd1\x18\x86\x83\xf5\xfc\x98\x06\x85\xf5\x2c\x19\x85\x86\xcb\x21\xd1\x61\x5c\x19\xe2\x7e\x50\x8c\x18\xc0\x72\x66\xb1\x98\x45\x8a\xf5\xdc\x18\xc6\x8b\xf5\x0c\x99\x44\x8d\xcb\x01\x81\x63\x5c\x17\x62\x7d\x48\xf8\x18\x40\x72\x66\x91\x18\x05\x91\xf5\xbc\x98\x85\x92\xf5\xec\x18\x04\x94\xcb\x41\x31\x65\x5c\x1b\x62\x7d\x58\x64\x19\x40\x73\x66\xd1\x18\xc6\x97\xf5\xfc\x98\x46\x99\xf5\x2c\x19\xc5\x9a\xcb\x01\xe1\x66\x5c\x17\x62\x7e\x48\xd0\x19\x40\x72\x66\x91\x18\x85\x9e\xf5\xbc\x98\x05\xa0\xf5\xec\x18\x84\xa1\xcb\x21\x91\xe8\xa6\x32\xc0\xfb\xb0\x78\x34\x88\xe7\xcc\xe3\x31\x89\x4a\x9b\x71\x64\x14\x9b\x36\x63\x0a\x8a\x50\x1b\x5d\xeb\x4a\xac\x24\x34\x0a\x51\xd7\xd5\xf8\xf6\x50\xa0\xba\x10\xb5\x08\x7e\x66\xc0\xb5\x21\x6a\x1d\x7d\x7d\x88\x5a\xc7\x82\x26\x44\x9d\x84\xe6\x21\xea\xba\x2e\xc0\xec\xa0\x10\xb5\x88\xe3\xcc\xe0\x30\x0b\x51\xeb\x38\x31\x0c\x51\xeb\x98\x31\x09\x51\x27\xa1\x71\x88\xba\xae\x0a\x70\x3d\x24\x44\x2d\xa2\x38\x33\x28\x8c\x42\xd4\x3a\x3e\xcc\x42\xd4\x3a\x56\x0c\x42\xd4\x49\x68\x1a\xa2\xae\x6b\x02\x2c\x0f\x08\x51\x8b\x18\xce\x0c\x06\x93\x10\xb5\x8e\x0b\xa3\x10\xb5\x8e\x11\x7d\x88\x3a\x09\xcd\x43\xd4\x75\x5d\x80\xe5\x41\x21\x6a\x11\xc7\x99\xc1\x61\x16\xa2\xd6\x71\x62\x18\xa2\xd6\x31\x63\x12\xa2\x4e\x42\xd3\x10\x75\x5d\x13\x60\x7a\x40\x88\x5a\xc4\x70\x66\x30\x98\x84\xa8\x75\x5c\x18\x85\xa8\x75\x8c\xe8\x43\xd4\x78\x5a\x31\x08\x51\x0b\x53\x52\xfe\xcc\xc0\xea\x42\xd4\x22\xfc\x99\x85\xd7\x86\xa8\xb5\x1c\xe8\x43\xd4\x5a\x26\x34\x21\x6a\x3c\x8f\x98\x86\xa8\x85\x89\x28\x7f\x66\x10\x18\x85\xa8\x45\x24\x67\x16\x89\x59\x88\x5a\xcb\x8b\x61\x88\x5a\xcb\x8e\x49\x88\x1a\x4f\x28\x86\x21\x6a\x61\x42\xca\x9f\x19\x78\x93\x10\xb5\x88\xe3\xcc\xe2\x30\x0a\x51\x6b\x39\x31\x0b\x51\x6b\x99\x31\x08\x51\xe3\x99\xc5\x2c\x44\x2d\x4c\x4c\xf9\x33\x03\x6e\x10\xa2\x16\x51\x9c\x59\x14\x26\x21\x6a\x2d\x1f\x46\x21\x6a\x2d\x2b\xfa\x10\x35\x9e\x56\x4c\x43\xd4\xc2\xbc\x94\x3f\x33\x08\x8c\x42\xd4\x22\x92\x33\x8b\xc4\x2c\x44\xad\xe5\xc5\x30\x44\xad\x65\xc7\x24\x44\x8d\xe7\x18\xb3\x10\xb5\x30\x45\xe5\xcf\x0c\xb8\x41\x88\x5a\x44\x71\x66\x51\x98\x84\xa8\xb5\x7c\x18\x85\xa8\xb5\xac\xe8\x43\xd4\x49\x38\x24\x44\x8d\x6b\x03\x7e\xc2\xc0\x10\x35\x80\xe6\xcc\xa2\x31\x0c\x51\xeb\xf9\x31\x0d\x51\xeb\x59\x32\x0a\x51\xd7\x10\xc6\x21\x6a\x5c\x19\xe2\x7e\x50\x88\x1a\xc0\x72\x66\xb1\x98\x85\xa8\xf5\xdc\x18\x86\xa8\xf5\x0c\x99\x84\xa8\x6b\x00\xd3\x10\x35\xae\x0b\xb1\x3e\x24\x44\x0d\x20\x39\xb3\x48\x8c\x42\xd4\x7a\x5e\xcc\x42\xd4\x7a\x76\x0c\x42\xd4\x75\x7d\xf3\x10\x35\xae\x0d\xb1\x3e\x2c\x44\x0d\xa0\x39\xb3\x68\x0c\x43\xd4\x7a\x7e\x4c\x43\xd4\x7a\x96\x8c\x42\xd4\x35\x84\x69\x88\x1a\xd7\x85\x98\x1f\x12\xa2\x06\x90\x9c\x59\x24\x46\x21\x6a\x3d\x2f\x66\x21\x6a\x3d\x3b\x06\x21\xea\x36\xaf\xbd\x51\x88\xba\xa9\x0c\xf0\x3e\x2c\x44\x0d\xe2\x39\xf3\x78\x4c\x42\xd4\x66\x1c\x19\x85\xa8\xcd\x98\x32\x0b\x51\x03\x19\xbd\x12\x2b\x3e\x18\x85\xa8\xeb\x6a\x7c\x7b\x28\x50\x5d\x88\x5a\x04\x3f\x33\xe0\xda\x10\xb5\x8e\xbe\x3e\x44\xad\x63\x41\x13\xa2\x8e\x0f\xe6\x21\xea\xba\x2e\xc0\xec\xa0\x10\xb5\x88\xe3\xcc\xe0\x30\x0b\x51\xeb\x38\x31\x0c\x51\xeb\x98\x31\x09\x51\xc7\x07\xe3\x10\x75\x5d\x15\xe0\x7a\x48\x88\x5a\x44\x71\x66\x50\x18\x85\xa8\x75\x7c\x98\x85\xa8\x75\xac\x18\x84\xa8\xe3\x83\x69\x88\xba\xae\x09\xb0\x3c\x20\x44\x2d\x62\x38\x33\x18\x4c\x42\xd4\x3a\x2e\x8c\x42\xd4\x3a\x46\xf4\x21\xea\xf8\x60\x1e\xa2\xae\xeb\x02\x2c\x0f\x0a\x51\x8b\x38\xce\x0c\x0e\xb3\x10\xb5\x8e\x13\xc3\x10\xb5\x8e\x19\x93\x10\x75\x7c\x30\x0d\x51\xd7\x35\x01\xa6\x07\x84\xa8\x45\x0c\x67\x06\x83\x49\x88\x5a\xc7\x85\x51\x88\x5a\xc7\x88\x3e\x44\x8d\xa7\x15\x83\x10\xb5\x30\x25\xe5\xcf\x0c\xac\x2e\x44\x2d\xc2\x9f\x59\x78\x6d\x88\x5a\xcb\x81\x3e\x44\xad\x65\x42\x13\xa2\xc6\xf3\x88\x69\x88\x5a\x98\x88\xf2\x67\x06\x81\x51\x88\x5a\x44\x72\x66\x91\x98\x85\xa8\xb5\xbc\x18\x86\xa8\xb5\xec\x98\x84\xa8\xf1\x84\x62\x18\xa2\x16\x26\xa4\xfc\x99\x81\x37\x09\x51\x8b\x38\xfe\x3f\xf6\xde\x7f\xe7\x71\x1c\x49\x10\x7c\x15\x6f\xd6\x26\xb2\x72\xcb\x72\x49\xb6\x65\xfb\xb3\x91\x89\x9d\x29\xf4\x60\x17\xe8\x9e\x3f\xa6\xb1\xc0\x1e\x0a\xb5\x07\x59\xa2\x6d\x75\xea\xd7\x4a\x72\x7e\x72\x7d\xe8\xc5\x3d\xc4\x3d\xc0\x3d\xcb\x3d\xca\x3d\xc9\x81\xa4\x7e\x90\x14\x7f\x04\x65\x65\xce\xcc\x76\x4f\xee\x56\x7f\x96\x18\xc1\x60\x30\x18\x0c\x46\x50\x11\x0d\x8f\x03\xe4\xa2\x36\x52\x02\x73\x51\x1b\x89\x01\xb8\xa8\xc9\xce\x02\x73\x51\x8f\x36\xa6\xe2\xc1\x81\x03\x5c\xd4\x63\x14\x0d\x8f\x02\xe2\xa2\x36\xd2\x01\x72\x51\x1b\x49\x31\xbb\xa8\xc9\xb6\x02\x75\x51\x8f\xf6\xa5\xe2\xc1\x21\x00\xb9\xa8\xc7\x48\x1a\x1e\x09\xcc\x45\x6d\xa4\x05\xe8\xa2\x36\x92\x03\x71\x51\x93\x3d\x06\xe6\xa2\x1e\x6d\x51\xc5\x83\x03\x07\xb8\xa8\xc7\x28\x1a\x1e\x05\xc4\x45\x6d\xa4\x03\xe4\xa2\x36\x92\x62\x76\x51\x27\x57\x1b\x17\x35\x69\x2d\xb1\x13\x2c\x5d\xd4\x12\x34\x0d\x8f\x06\xe8\xa2\x36\xd3\x03\x75\x51\x9b\x49\x02\xb9\xa8\x31\x04\xd8\x45\x4d\x1a\xcb\xa8\xb7\x72\x51\x4b\xb0\x34\x3c\x16\x98\x8b\xda\x4c\x0d\xd0\x45\x6d\x26\x08\xe2\xa2\xc6\x00\x50\x17\x35\x69\x2b\x23\xdd\xc6\x45\x2d\x41\xd2\xf0\x48\x40\x2e\x6a\x33\x2d\x30\x17\xb5\x99\x1c\x80\x8b\x1a\xb7\x87\xbb\xa8\x49\x6b\x19\xe9\x76\x2e\x6a\x09\x9a\x86\x47\x03\x74\x51\x9b\xe9\x81\xba\xa8\xcd\x24\x81\x5c\xd4\x18\x02\xea\xa2\x26\x6d\x65\xc4\xdb\xb8\xa8\x25\x48\x1a\x1e\x09\xc8\x45\x6d\xa6\x05\xe6\xa2\x36\x93\x03\x70\x51\x77\xe5\xce\x40\x2e\xea\xb6\xb1\x84\x76\x3b\x17\xb5\x14\x4f\x23\xe2\x81\xb8\xa8\x61\x14\x81\x5c\xd4\x30\xa2\x60\x2e\x6a\x59\x31\x87\xd4\x69\x12\x90\x8f\xba\x19\xe5\xfe\x7d\xb0\xa0\x26\x1f\xf5\x18\xbc\xe1\xc0\x8d\x3e\x6a\x53\xff\x66\x1f\xb5\x89\x04\x83\x8f\xba\x49\xe0\x3e\xea\x66\x94\x07\xf8\xc1\xc2\x83\x7c\xd4\x63\x1c\x0d\x87\x03\xe6\xa3\x36\x51\x02\xf4\x51\x9b\x88\x81\xf8\xa8\x9b\x04\xec\xa3\x6e\x46\x59\x82\x1f\x2c\x38\xc4\x47\x3d\x46\xd1\x70\x28\x40\x3e\x6a\x13\x1d\x30\x1f\xb5\x89\x14\x80\x8f\xba\x49\xa0\x3e\xea\x66\x94\x43\xf8\xc1\x42\x03\x7c\xd4\x63\x0c\x0d\x87\x01\xe2\xa3\x36\x51\x01\xf2\x51\x9b\x08\x31\xfb\xa8\x9b\x04\xee\xa3\x6e\x46\x89\x85\x1f\x2c\x3c\xc8\x47\x3d\xc6\xd1\x70\x38\x60\x3e\x6a\x13\x25\x40\x1f\xb5\x89\x18\x88\x8f\xba\x49\xa0\x3e\xea\x66\x94\x79\xf8\xc1\x42\x03\x7c\xd4\x63\x0c\x0d\x87\x01\xe2\xa3\x36\x51\x01\xf2\x51\x9b\x08\x31\xfb\xa8\xc9\xb6\x02\xf0\x51\x8f\xb6\xa4\xe2\xc1\xc1\x9a\x7c\xd4\x63\xf8\x86\x87\x37\xfa\xa8\x8d\x14\x98\x7d\xd4\x46\x22\x0c\x3e\x6a\xb2\x8f\x40\x7d\xd4\xa3\x8d\xa8\x78\x70\x08\x40\x3e\xea\x31\x92\x86\x47\x02\xf3\x51\x1b\x69\x01\xfa\xa8\x8d\xe4\x40\x7c\xd4\x64\x43\x01\xfa\xa8\x47\x1b\x52\xf1\xe0\xe0\x21\x3e\xea\x31\x8e\x86\xc7\x01\xf2\x51\x1b\x29\x81\xf9\xa8\x8d\xc4\x00\x7c\xd4\x64\x67\x81\xf9\xa8\x47\x1b\x53\xf1\xe0\xc0\x01\x3e\xea\x31\x8a\x86\x47\x01\xf1\x51\x1b\xe9\x00\xf9\xa8\x8d\xa4\x98\x7d\xd4\x64\x5b\x81\xfa\xa8\x47\xfb\x52\xf1\xe0\x10\x80\x7c\xd4\x63\x24\x0d\x8f\x04\xe6\xa3\x36\xd2\x02\xf4\x51\x1b\xc9\x81\xf8\xa8\xc9\x1e\x03\xf3\x51\x8f\xb6\xa8\xe2\xc1\x81\x03\x7c\xd4\x63\x14\x0d\x8f\x02\xe2\xa3\x36\xd2\x01\xf2\x51\x1b\x49\x31\xfb\xa8\x9b\xc4\xc6\x47\xdd\x8c\xf3\x24\x3f\x38\x14\x30\x1f\xb5\x04\x4d\xc3\xa3\x01\xfa\xa8\xcd\xf4\x40\x7d\xd4\x66\x92\x40\x3e\x6a\x0c\x01\xf6\x51\x37\xe3\x2c\xca\x0f\x0e\x03\xc8\x47\x2d\xc1\xd2\xf0\x58\x60\x3e\x6a\x33\x35\x40\x1f\xb5\x99\x20\x88\x8f\x1a\x03\x40\x7d\xd4\xcd\x38\xc7\xf2\x83\x43\x00\xf1\x51\x4b\x90\x34\x3c\x12\x90\x8f\xda\x4c\x0b\xcc\x47\x6d\x26\x07\xe0\xa3\xc6\xed\xe1\x3e\xea\x66\x9c\x78\xf9\xc1\xa1\x80\xf9\xa8\x25\x68\x1a\x1e\x0d\xd0\x47\x6d\xa6\x07\xea\xa3\x36\x93\x04\xf2\x51\x63\x08\xa8\x8f\xba\x19\x67\x66\x7e\x70\x08\x20\x3e\x6a\x09\x92\x86\x47\x02\xf2\x51\x9b\x69\x81\xf9\xa8\xcd\xe4\x00\x7c\xd4\x5d\x15\x6c\x90\x8f\xba\x91\xe5\x6a\x7e\x08\x38\x00\x3e\x6a\x29\x9e\x46\xc4\x03\xf1\x51\xc3\x28\x02\xf9\xa8\x61\x44\x49\x7d\xd4\x2c\x48\x5b\x0d\x1b\x45\x4e\x12\x67\x5f\x8e\xc1\xa5\x46\xe5\xdb\x39\x08\xbf\x5c\x49\x71\x73\x27\xcc\x93\xbc\x3c\xd6\x65\x90\x55\x45\x50\xa2\xac\x3e\xf5\x95\x4f\xbb\x12\xe6\xef\xde\x0d\x45\x50\xe3\xac\x46\xa5\x83\xbe\xa2\xac\xae\x68\xe1\xcd\x71\x19\x50\x45\xb9\x55\x8e\xac\x1a\x35\xb5\x93\xe6\x59\x4e\x0a\x72\xbe\x5d\xf2\xac\x76\x2e\x41\x1a\x27\x8f\xe3\x9f\xff\xe9\x4f\x79\x96\x3b\xff\x82\xae\xf7\x24\x28\x97\x7f\x42\x59\x92\x2f\xff\x94\x67\x41\x98\x2f\x7f\xc9\xb3\x2a\x4f\x82\x6a\xf9\xc7\xf8\x8c\xca\x00\xf7\xbb\xc0\xad\x97\xbf\xe4\xf7\x32\x46\xe5\xe2\x9f\xd1\xeb\xb2\x47\xab\x60\x2e\xe9\xfb\x2f\xf7\xaa\x8e\x2f\x8f\x37\xf2\x83\x54\x0f\x3f\xb6\x8f\x74\x50\xaf\x65\x50\xbc\x8d\x2b\x89\xea\x40\x68\x21\xd4\xb7\x71\x6d\x54\x1d\x50\x5d\xde\xb3\x30\xa8\x91\x58\x36\xf8\x44\xde\xf6\x0f\x51\x92\xc4\x45\x15\x57\x92\xca\xab\x63\x9c\xa4\xb0\x34\x33\x5c\x4d\x75\x69\xd2\x8a\x56\x96\x66\x00\x74\xe5\xa5\x49\xb3\xb6\x14\x3c\x03\x32\x2a\x05\x0f\xc9\x93\x4e\xe0\xbb\x12\xe8\x16\x04\xf7\x65\xd0\x6d\x68\xae\x52\x08\xd9\xa0\xe4\x39\x54\xa6\x23\x6b\xba\xfb\xb2\xe8\x36\x74\xa7\xd1\x34\xba\x25\x5f\x54\x50\xe9\xb8\x5a\xd3\xdd\x97\x49\xb7\xa1\x3b\xb9\x4e\xa3\x5b\x16\x66\x23\x18\xba\x92\xe9\x16\x84\xf7\x65\xd3\x6d\x08\x6f\x12\x10\xe1\xe3\x01\xe7\xaf\xa8\x0c\x83\x0a\xbd\xb5\x2b\x3b\xc8\xaa\x4b\x5e\xa6\xc7\xfe\x85\xae\xd7\x7b\x51\xc8\xa1\xfb\x17\xda\x05\x19\x14\x71\x1d\x24\xf1\xef\x23\xf0\xe1\x8d\x02\x9e\x68\xe4\x57\x52\x90\xd5\x49\x68\x8d\xf9\xe1\xc9\x71\xe3\xaa\x3c\x8f\x23\x38\x54\x72\x90\xed\x33\x00\x34\x55\xad\x1c\xf0\x16\xd4\xed\x39\x4f\x22\x0e\x6c\x0f\x06\x13\x88\xa5\x8f\x74\xb0\x84\x89\x21\x05\xaa\xea\x47\x82\x8e\xf4\x89\x76\x13\xc1\xca\xfa\x8d\x6e\xbc\x3f\x5c\x2e\x17\x5d\xdb\xa2\x8c\xd3\xa0\x7c\x74\xad\x5d\x77\x7f\x56\x01\x04\x1c\x04\x2d\x96\xbd\x54\xbf\xbf\xe1\x5d\x64\xc0\xeb\xef\xce\x1b\xad\x9e\x44\x61\x9e\x45\x0c\x29\xbb\x70\xef\xef\x15\x95\xde\x03\x01\x46\x49\xcc\xd0\x82\x23\x67\xfb\xb2\xbd\xf8\x5b\x2d\x39\xf7\x30\x44\x55\xd5\x01\xac\x0f\xc1\x7e\xeb\xeb\x89\xa1\x10\x6a\x52\xda\xf7\x1c\x21\xde\xcb\xee\x65\xad\x9d\xcc\x38\xbb\xe4\x7d\xeb\x7d\xb0\x3e\x1f\xb4\x54\xe0\xe6\x4a\x12\xc8\x4b\x7e\x5e\x2e\xbb\xdd\x5e\xcb\x88\xd7\xa0\xcc\xe2\xec\x3a\x88\x53\xe8\xb9\x7b\x2d\x09\x2d\x84\x92\x8a\xee\x3d\x47\xc8\x39\x38\x9c\x95\xab\x88\x80\x45\x41\x76\x1d\xda\x47\xe1\xc6\x37\x4c\x08\x05\x50\x92\xd1\xbe\xe6\xa8\x08\xf6\x5e\xb4\x0e\xb4\xdb\x0b\x51\x55\x1d\x33\x0e\x97\x97\x8b\xa2\x79\xc0\xb4\x57\xd2\x40\xdf\x72\x24\x84\xe7\x68\x13\x69\x49\x88\x82\xf2\x4b\xd7\x7a\xb3\xdd\x04\x5b\x05\xdb\x82\xa1\xb9\x86\x09\xe5\x17\x41\x22\xd7\xde\xd6\xdb\xe9\xfa\x3f\xe7\x51\xbf\x48\xd7\xde\xda\x5f\xbf\x68\xed\x88\x7b\x8d\x22\xc8\x9a\x6e\x91\x27\x41\xf8\xc5\xf1\xdd\x16\x82\xad\x3b\xaf\xac\x3a\x3f\x28\xbd\x01\xf0\x56\x25\x04\xf0\xfd\xd2\x73\xdd\xf7\x26\xe0\x5b\x1c\xa1\xf1\xa1\x25\xce\xe2\x3a\x0e\x92\xd3\x39\x2f\x23\x54\x92\x03\x8b\x78\x96\xc1\x7a\xf9\xe8\xfe\xec\x2e\x02\x6a\x39\x33\x05\xef\x25\x13\x87\xc2\x9c\x9e\x29\x68\x85\x7c\xe1\xa1\xae\x4c\x3e\xe5\x4d\x89\x82\x2f\x6f\xaf\x79\x19\x91\x73\xc2\x91\xfc\x76\xf0\xef\x01\xea\x44\x5e\x93\x37\xd2\xf7\x12\x33\x1c\x55\xa8\x93\xe8\x38\xbb\xa1\x32\x56\x99\x29\x5f\xe3\x2a\x3e\x27\xe8\x8d\xfc\x6f\x9c\xc4\xf5\xe3\xd8\x3e\x52\x00\xc4\x99\x04\x84\x1e\x34\x14\x10\x41\x82\x4a\x6c\xe7\x27\x09\x33\x1d\xc7\x1f\x2e\x3e\xfe\x77\xe2\x88\xe4\xe0\xc2\x3c\xbb\xc4\x57\xe7\x11\xa4\x09\x77\xa0\x2d\xef\x09\x12\xd1\x39\xdd\xea\x25\x48\x55\x68\xde\xda\x59\xf7\x8a\x66\x51\xe5\x49\x1c\x2d\x7e\x08\xc3\xb0\x95\x05\xa7\x0c\xa2\xf8\x5e\x1d\xb7\x45\x73\xea\x56\xe2\x66\x73\x8a\xe2\xaa\x48\x82\xc7\xf1\x9c\xe4\xe1\x97\x13\xdd\xb3\xe3\xdf\xd1\xd1\xdb\x14\xcd\xa9\x0f\xb4\xb8\x45\x33\x9e\xa5\x20\x49\x38\x4a\xfe\xe7\x1d\x95\x0f\xa7\xaa\x83\xba\xdf\x83\xf6\xde\xc1\x3d\xa0\xd3\x25\x41\x8d\x73\x2d\xf3\xd7\xa3\xc7\x74\xb1\xda\x97\x28\xe5\x8f\xf8\xa8\x2e\xe3\xb0\x72\x50\x53\x24\x79\x89\xca\x55\x9a\x47\x41\xe2\x44\x71\x90\xe4\x57\xa6\xde\xff\xde\xc7\x04\x75\x47\x3e\x51\xb2\xb4\x28\xbb\x27\x6f\xe1\xbd\xac\xf2\xf2\xd8\x1e\xdf\x4f\xdd\xbd\xb4\x7e\xcc\x7e\xd1\x80\x10\xb5\xaa\x88\x9d\x7a\x74\xc1\xff\x58\xe8\xf3\xbd\xae\xf3\x6c\x84\xc3\x39\xd7\x99\x64\x96\xd1\x0b\x0a\xd1\xe5\x24\x99\x4d\x14\x6d\xa3\xe0\xd4\x5b\x04\xbe\xeb\xef\x39\x22\xaf\x65\x50\xdc\x9c\x30\xcf\xea\x32\x4f\xaa\xae\xdb\x30\x41\x41\xe9\xd4\x71\x8a\x70\x87\x9c\xb0\xd5\xc1\x19\x4b\x9b\x16\x40\x26\x87\x17\x0d\x79\xad\xbc\x11\xff\xc8\x48\xab\x40\x28\xa4\x2c\xb5\xa6\x93\xdf\x14\xfc\xad\x7f\xde\xad\x25\x93\x80\x1a\x14\xde\xeb\x76\x64\xa3\x31\xb8\xee\xee\x82\x76\x27\x2a\x67\x87\xad\x20\x04\xa8\x29\x4a\x54\x55\x58\x1d\xc6\x59\x71\xaf\x17\xab\x30\x75\xc4\x87\xb2\x65\x48\x39\x83\xd7\xc1\xd1\x5b\x78\x0b\xe2\x25\x62\x16\x9b\xcf\x2c\xb6\x6d\xd1\x2c\xdc\x85\xbb\x38\x08\x7d\xd7\xc1\xd9\x69\xdd\x4f\x6d\x0f\x7d\xcc\x70\xe8\x28\x42\x68\x8d\x76\xdc\x14\x28\xdf\xb6\x81\xcb\xd1\x6b\x76\xd5\xf3\x4b\x00\xaf\xc6\x55\x75\xcb\x5f\x7b\x1f\x8c\xf3\x20\x1e\x2f\x3e\xce\x16\x64\x28\x11\xfc\x7a\x6b\x01\x17\x61\xd4\xaf\xf5\xa3\x40\x9f\xc2\x1b\x0a\xbf\x9c\xf3\xe6\xb7\x23\xf9\x0b\x45\x3f\x25\xc1\x19\x25\x83\x19\xbb\x73\x5f\x5c\x5e\xe5\xdd\xab\x3a\x4f\x3b\x69\x70\xda\xe6\xdc\x7a\xe6\x39\x97\x5f\xaf\x09\x2a\x2b\xa2\x28\x0a\xbc\x74\xf1\x79\x0f\x2b\xa4\x7b\x21\xbb\x60\xc7\x02\xff\x7a\xc9\xcb\xff\xf8\xc9\x69\x51\xfc\x26\xed\x9b\x7a\x10\x97\xb6\x50\x67\x74\xc9\x4b\xf4\x76\x43\x6d\x00\xd9\x5b\x97\x28\x3d\x75\x7e\xf5\x0d\xfe\x41\xef\x98\x1c\xf0\x9f\xed\x91\x9f\xb6\xe2\xd9\xd1\x9f\x5b\x9d\x3a\xae\x13\x74\xbc\xc4\x65\x55\x3b\x09\xaa\xfb\x93\xb9\xec\x90\x2b\x6c\x7b\xc5\xbd\xa6\x1c\x19\x09\xf9\x1b\x51\xdf\x44\xc9\x52\x3f\xda\x49\xb8\x1e\x26\xca\x09\xd9\x11\xdb\x7d\xb1\x35\x81\x0d\x10\x59\xf0\xd5\xa9\x83\x73\x45\xff\x4a\xe2\xec\x8b\x76\x3e\x87\x95\xd0\x76\x26\xde\xcd\xe5\x9a\x47\x41\x1d\x38\x44\x81\x50\x35\xd2\xdf\xd3\x73\xc9\x4a\x5b\x0b\xb4\x0c\xcd\x3f\xd7\xd8\x6e\xfc\x5c\x97\x9f\xeb\xf6\xf0\x4c\xf7\xad\x03\x4a\x4f\xa2\x13\x92\xd9\x36\x16\xee\x02\xff\x57\x5c\xbf\x78\x9d\x54\xf7\xeb\x15\x55\xb5\x13\x95\x79\x11\xe5\xaf\xd6\xaa\x95\xd3\xfc\xac\x02\xe9\x25\xc7\xdf\x15\xcd\x89\x8d\x97\xe0\xdf\x63\x7f\x74\xef\x81\x76\x5d\xd7\x48\xa5\x93\xc4\x55\xfd\x86\xff\xd3\x9e\xe7\xb1\x56\x1f\xef\x98\x40\x44\x8b\x24\x86\xd8\xad\x58\xb5\x1f\xcf\x79\x7d\x13\x4c\x14\xfe\xfe\xd6\x82\x06\xa0\x24\xce\xde\x6e\xc1\xb8\xee\x7b\x30\x5d\xf2\x97\x37\x14\x44\xb2\x00\xc1\x0f\xe7\x4b\x84\x2e\x17\x76\x1a\xb0\x59\x92\xc4\x19\x72\xfa\x45\xed\x9f\x46\xae\xb1\x93\xca\x6d\xa5\xd9\x28\x35\x9b\xa1\x69\x6d\x09\x3b\x2e\x59\xd2\xba\xbd\x95\xae\xf9\x11\xd5\x3a\x9c\xab\x12\xaf\xf2\x76\x4b\xa4\xf0\xad\x27\x5b\x24\x86\xec\xd5\x6c\x3b\x6e\x2f\x1a\x9f\x41\xfa\xe6\x2d\xc2\xf5\xde\x2d\x1a\x85\x21\x2e\x1b\xe8\xaa\x44\x44\xe2\x07\x65\xd6\xba\x7c\xf5\x5c\xfa\x7c\xcc\xf2\xfa\xc7\x56\x91\x86\xb7\x38\x89\x3e\x72\xd1\x25\x71\x3b\x6b\xc1\x13\x74\x45\x59\xf4\xd6\x09\x6c\x9c\x11\x59\x10\x4d\xeb\xd5\xde\x47\x69\xb7\x7c\x3c\xaa\x30\xc8\xff\xf8\xbe\x60\x73\x2f\x44\x23\x94\x76\xe0\xc4\x35\x4a\xdf\x78\xb3\x1e\x9b\xeb\x82\x49\xdb\x91\x81\xd5\xb7\x20\x95\xfb\x61\xd1\xea\xfa\x58\x44\xf1\x57\x46\xfb\x8f\x62\x28\x6d\xd3\xea\x35\xa8\xc3\x9b\x7c\xd8\x6d\x97\xfb\x5e\x2b\x1d\x77\x54\x37\x62\xbd\xbb\x70\x4f\x4c\xf4\x00\x9b\xf4\xf7\x1a\xc3\xe2\x75\xc3\x9f\x61\xda\x17\x4e\x7e\xb9\x54\x88\x18\x2d\x2a\x9a\xc7\xf6\x38\x7b\x20\xf7\x0e\x1f\x65\x80\xd4\x30\x77\xb2\x20\x45\xc2\x0d\x6a\x79\x47\x64\x03\xa7\xcd\x05\xa7\xea\x58\x2a\xfa\x4f\x5e\x46\x9c\x6e\x65\xee\x16\x94\xf5\xdb\x25\x4e\x12\x89\x62\x27\x7b\x4d\xcb\x43\xdf\x25\xc7\x30\xb9\x5a\x63\x70\x2d\x56\x97\x24\xa7\x11\xb1\x24\x78\x74\x1b\x69\x58\xe6\x55\x75\x0b\x62\xd9\x42\xae\xf3\x3c\xa9\xe3\x42\xc5\xb4\xc3\xc7\x93\x44\xd8\x86\xed\x8a\x8d\x54\xfe\x43\x19\x07\xc9\xf2\xbf\xa0\xe4\x2b\xaa\xe3\x30\x58\x56\x41\x56\x39\x15\x2a\x63\x4e\x4f\xae\x19\x41\x3f\xe0\x41\xe9\x63\x75\x1c\x95\x8b\x15\xe1\x7e\xc5\xec\xc8\x9e\x27\xea\x5d\x71\xde\x04\x0c\x11\xaa\x83\x38\x81\x08\xae\xc7\xf2\x5c\xdc\xd1\xa3\xc8\x21\xc6\x2e\x39\x4b\xe8\x0d\xde\x55\x1d\x94\x57\x54\x93\xcd\x84\xa1\x3c\xc1\x4f\x4f\x7a\x19\xca\xef\x05\x75\xa9\x72\x0b\xba\x8d\xcc\x76\x86\xd0\x91\x30\xcf\x39\xa3\xfa\x15\xa1\x4c\x62\xa1\xa9\xcd\xfa\x73\x10\x5d\x51\x6f\x1c\x7f\xae\x8a\x20\xe3\x17\x81\x4f\x16\x6f\xd3\x31\x77\x34\xb4\xf2\x9e\xa0\x8a\x19\x59\x3b\x92\x9d\x30\x12\xdc\xec\xff\xd4\x3a\x36\x64\xde\x88\x56\xae\xfa\x00\x36\x27\x2b\x45\x89\x08\xdd\x7f\xbd\xd5\x69\xf2\xe6\xbc\xa2\xf3\x97\xb8\x76\xa8\x5b\x0b\xdb\xc3\x41\x84\xd9\x44\x56\xcb\xa9\x7f\x1b\x14\xce\x2d\xbe\xde\x88\x23\xd3\x19\xf9\xec\xdc\x8f\x5c\xbf\x8c\xfc\xf2\x2a\xd4\xf3\xff\x8a\xad\xc3\x61\x80\xd4\xc9\x39\x1e\x9a\xf7\xe2\x45\x6b\xaf\x5b\x2f\xd1\x06\xff\xe3\xba\x70\x82\xa2\x48\x90\x53\x3d\xaa\x1a\xa5\xcb\x7f\xc4\xd6\xef\x9f\x82\xf0\xcf\xe4\xe7\x3f\xe5\x59\xbd\xfc\x33\xba\xe6\x68\xf1\xdf\xfe\xeb\xf2\x5f\xf2\x73\x5e\xe7\xc3\xea\x5a\xfc\x33\xba\xa3\x25\x5d\x72\xff\x9c\xd7\xf9\xe2\xcf\x41\xc6\xdd\x03\x20\xbf\x87\x21\x2c\xff\x01\xf7\xb4\xf8\x05\x93\xb2\xf8\x43\x9a\xff\x25\xee\x71\x8b\x3f\xff\xfc\x48\xcf\x79\x8b\x95\x69\x2f\xda\x9c\x42\x24\x6a\x64\xfc\xf4\x46\xa2\x10\x8a\x94\xf1\xae\x3d\xa0\xbf\x71\x9c\xfa\xab\xd8\xe8\x58\xe6\x79\xfd\xe6\x38\xe7\xe4\x8e\xba\xe0\xcf\xc9\xc1\xe6\x6c\x7c\xcd\x8f\x3f\xec\x76\x9e\x7b\x59\x9f\x1c\xa7\xb8\x97\x45\x82\x8e\x3f\xec\x2e\xdb\x75\xe8\xe1\x07\x71\xf6\xe5\xf8\x03\x3a\x6c\xd0\x21\x3c\x39\x4e\x89\xa2\xce\x25\x7f\x72\x9c\x9c\x58\x30\xc7\x1f\x2e\xd1\x1e\x79\xdb\x93\xe3\x3c\x50\x82\xad\xfb\x36\x78\x70\x72\x9c\x6b\x89\x50\xd6\x45\x55\x4e\x8e\x53\xa3\x20\x39\xfe\xb0\x76\xc3\x97\x17\xfc\x3a\x7c\x04\x59\x17\xed\x38\x39\xd4\xb5\x4b\xb5\x23\x06\x0d\x1e\x9d\x23\xb9\xfd\x49\xbd\xd8\xad\x2f\x1c\x13\xd7\x46\xa0\x86\x01\x0d\x61\xa0\x01\xb2\x8b\xc7\x0c\x54\x90\xf0\x08\xd3\x6d\x1b\xa7\x18\xc8\x6e\x43\x06\xc3\x48\xa9\xff\xbe\x8d\x03\x90\x06\x1c\x21\xc4\x8d\x46\x2c\x08\xa7\xa9\x8e\xc2\x93\x2a\xa5\x77\x13\xf8\xa7\x69\x44\x23\xff\xfc\xd3\xe4\x4a\xe3\xea\x02\xce\xa4\x8d\x5a\x9f\x1c\x87\x59\x03\xce\x20\xa3\xe6\xe5\xf0\xae\x13\xd2\x77\xdd\x82\x78\xc7\xaf\x88\x77\xed\x92\x78\xd7\xaf\x89\x77\xcb\x77\xc2\xaa\x78\xc7\x2e\x8b\x77\xa3\x75\xf1\x6e\xe8\x65\xfc\x80\xae\x8d\x77\x2d\x7e\x16\x4a\x18\x55\xaf\xb4\x60\x17\x78\xde\x09\x37\x78\xde\x2d\xdf\x31\x77\x78\xde\x0d\x97\x78\x46\x8b\x62\x75\x63\xaf\xe2\x76\xcf\xd6\x92\x67\x1b\xc9\xb3\xad\xe4\x99\x2f\x79\xb6\x1b\x3d\x93\x74\x2b\xe9\x55\xd2\xa9\xa4\x4f\x49\x97\xb7\x1d\xb7\xa1\xf8\x23\x05\xb3\x3e\xe9\xdd\x37\x6a\xee\xdc\x3c\x66\x17\x5e\xab\xe0\x24\x63\x59\xb3\x70\x72\x28\xc9\x70\x37\xac\xb5\xb2\xda\x2b\xba\x93\x30\x65\xcb\x01\x2a\xe0\x24\x9c\xf3\x39\xb8\xb5\x02\x50\x32\xa3\xbb\x37\x5e\xc5\x8f\xa1\x12\xde\x84\x69\xb1\x9f\x84\xbb\x10\x63\xb8\x76\x73\x77\x58\xce\xef\x24\x90\xe2\x1c\xab\x31\xb1\x73\xe1\xaf\x64\x54\xc0\x71\xb1\x33\xb4\x7d\x12\x17\x3b\x69\x9b\x69\xb8\x6e\xe5\x5b\xef\x0b\x69\x8d\x6f\xf2\xb5\x4a\x7f\x2c\x12\xa3\x85\xde\x47\xd1\xe8\x2b\xfb\x53\x66\xff\x99\xd0\x98\xe4\x2a\x0d\x92\x64\x24\x05\xe4\x29\x33\x88\x83\xfb\x5e\xdc\xea\xc7\xa8\xd2\xa0\xfc\x32\xc2\x94\xca\x8d\xa2\x4b\x78\x39\xa0\x0d\xe3\xcc\x91\x0a\x5a\x5c\xd5\x0e\x35\xca\xc7\xda\x88\xbc\xbc\x67\xc4\x21\x15\x8d\x9c\x53\xfc\x17\x81\x5a\xd4\xf4\x34\x2d\x3b\x03\x98\xc1\xa8\x9b\x20\x09\x46\x5e\x02\xe6\x9b\xb4\x31\x96\xd6\xd9\x15\x57\x29\xc3\xe2\x17\xf7\x3d\xc4\x31\xd4\xa2\x20\xf4\xfd\xcf\x7b\x5e\x23\xc9\x4a\x1c\xcb\x81\x0e\x81\x73\xc9\xf3\x7a\x88\x9b\xb4\xc6\x86\x2a\x2e\x78\xe0\xce\x9d\x2a\x64\x9d\x6f\xbb\xbf\x2e\xfb\xff\xfd\x5f\xff\xf7\xff\xfb\xff\xbc\x93\xb0\x22\xbd\x3a\x97\xe4\x1e\x47\x9d\x1b\x9c\x44\x46\x86\x48\x9f\x70\xce\x65\xa0\xea\xdb\x3d\x3d\x67\x41\x2c\x3d\x4d\x48\x7d\xa8\x42\xf4\x83\x1e\x65\x5b\x96\xa9\x7b\x17\x1c\x8e\x63\x62\x2e\xf1\xf5\x5e\x22\xa0\x00\xd1\xc6\x4e\x9c\x5e\xdf\x38\x0d\x00\xdb\xc7\x5a\xe8\x30\x28\xb0\x8d\x20\xcc\x18\x27\x4a\x23\xd8\x30\x8f\x90\x34\x0e\xdf\x1d\x4c\x5a\xc3\x98\x99\xe9\xfd\xca\x7f\xff\xd7\xe0\xb3\x14\x93\x2a\xac\x4d\x9b\x7c\x39\x47\x92\x59\xa1\x17\x2f\x46\xfc\xc7\xec\x17\x9d\x09\x03\x01\x0c\xfb\x4b\x94\x2e\x56\x5b\x19\x63\xbe\x9c\x23\xd2\x27\xeb\x89\x15\x34\xd6\xde\x95\x3b\xaa\x29\x82\xa2\x44\xfc\xf5\x10\xb5\xfc\x13\xae\x48\xe0\x25\x7c\x61\xc0\xba\x27\x4c\x10\x9d\xde\xe5\x1b\x4f\x32\x3e\xd3\x56\x61\x99\x27\x49\x1b\xac\xe8\x0f\xde\x9b\x2d\x17\xf6\x7e\x1c\x69\xb3\x31\x0a\xbc\xec\x82\x38\xe3\x62\x52\xe2\x2b\xba\xec\x74\x0d\x92\xab\xee\x6d\xaa\x85\xad\x52\xdd\xdb\x26\x19\xdd\xd5\x3f\x8d\xbe\x28\xe0\x75\x38\x1b\x22\xed\x7c\x73\x3e\xef\x0e\x33\xdf\xa3\xb6\x61\x4f\x95\x32\x17\x0e\x7c\xcc\x79\xc8\x8d\x67\x9b\x1e\x4c\x1c\x64\x2f\x3c\xac\xe5\xfd\x8f\x6e\x2e\xdb\xf4\xff\xdc\xfc\x32\xd4\xbd\xec\xe4\xd4\x8d\xef\x27\x7f\x3f\xf2\x8c\xe2\xd7\xeb\x78\x8f\xce\xed\xa8\x7d\x99\xbf\xf2\x1e\x37\xde\x11\x7e\xe2\xbf\x83\xf2\x87\xb0\x5b\xf7\xb1\x16\xef\xee\x6d\xb1\x66\xb9\x73\xbd\xd7\x35\x2a\x2b\x3e\x1b\x10\x0f\x2c\xb1\x58\x06\xc0\xcf\xab\x30\x1f\x9b\x6c\x6c\x83\x5f\xc3\x24\xa8\xaa\xff\xf4\x29\xcc\x13\xe7\x37\x21\x3b\x82\xb0\x88\x24\x3d\x49\xb1\x63\x54\x92\x33\x26\x79\xec\x2a\x9e\xab\xda\x4b\xce\xa5\xf8\xb9\xe2\xb1\xe4\xc4\x8a\x1f\x4b\x0e\xad\xf8\xb1\xe4\xdc\x8a\x1f\x8f\x0f\x3a\xe4\xf1\x5e\xfe\xf8\x20\x7f\xfc\x22\x7f\x2c\x7c\x92\xc4\xbc\x91\x8b\xf0\x28\x57\xb0\xf0\x46\xc1\x4e\xfc\x4a\x03\xa5\xe0\x9e\x90\x54\x97\x7f\xa3\x60\xad\x90\x07\x95\x7f\xa3\x60\x70\x72\x55\xf1\x38\xb9\xaa\xd8\x9c\x5c\x55\x9c\x4e\xae\x2a\x66\x8f\xd3\x94\x31\x2f\xe5\x4a\x61\x54\x3e\x50\x78\xa3\xe0\x37\x7e\xa5\x81\x52\x70\x55\xa8\xb3\xc7\xbf\x51\xf0\x5b\x28\x8d\xc6\xbf\x51\xf0\x3b\x8d\x54\xfc\x4e\x23\x15\xbf\xd3\x48\xc5\xef\x34\x52\xf1\x7b\x5c\xb9\x84\x79\x29\x57\xb3\xa4\x22\xb7\x82\x73\xf8\x8d\x82\xdf\xf8\x95\x06\x4a\xc1\xd5\x2a\x55\xf1\xbb\x4a\x55\xfc\xae\x52\x15\xbf\xab\x54\xc5\xef\x2a\x55\xf1\xbb\x4a\x55\xfc\xae\x52\x15\xbf\xab\x54\xc5\xef\x71\x31\x73\xe6\x65\xa3\x50\xcc\x8d\x52\x37\x37\x6a\xf5\xdc\xa8\x35\x74\xa3\x56\xd2\x8d\x52\x4f\x37\x4a\x55\xdd\x28\xb5\x75\xa3\x54\xd8\x8d\x52\x67\x37\x4a\xb5\xdd\x28\x35\x77\xa3\x54\xde\xdd\xb7\xa3\x20\x63\xb3\xbf\x47\x53\xa2\x24\xa8\xe3\xaf\x48\x1e\x8d\x1d\xd0\xd3\xe0\xf9\x39\xa8\xe2\xea\xe8\x72\xd7\x60\x4d\x47\xdc\x32\x7f\xc5\xe7\xa6\xca\xf1\x3e\xff\x27\x82\xe5\xe8\x2e\xdc\x05\x39\xd6\x80\x41\xd7\x2c\xa8\xcf\x41\xfa\x5a\xc0\x0d\x0b\xb8\xd9\xac\x36\xfd\xff\xb1\x38\xf8\x17\x1a\x74\x5b\x16\xdd\xda\x67\x71\xac\x25\x87\xa9\x01\xd0\xe7\x00\xb9\x01\xac\xb5\x03\xd8\x71\x4c\xdb\xad\x76\xdd\xff\xed\x39\xf6\x71\x2f\xa4\x13\x48\x85\xa3\x47\x25\xf3\x0f\xd0\x3f\x85\x5b\x90\xac\xb9\x33\x80\x1f\x56\x32\x3e\x32\x4f\xe5\x18\xd6\xb2\xb1\x28\x46\xa2\x1a\xc7\xc6\x6a\x06\x88\x81\x25\x15\x01\x85\x00\x28\x70\xf8\x03\x8e\xad\x27\xa5\x9c\x7d\x2c\xc7\xb1\xb3\x92\x61\x62\xd5\x31\x10\x72\x96\xfb\x46\x9e\x1f\x06\x1c\x3b\x39\xcf\x77\x46\x9e\xbf\x0c\x38\xf6\x1c\xcf\xf7\x2a\x9e\x7b\x2e\x23\x2c\x72\xa6\x1f\x8c\x4c\xf7\x18\x89\x7b\x91\x73\xfd\xc5\xc8\x75\x6f\x6d\xa9\x75\xa8\x57\x87\xdc\x98\x7a\xa3\xae\x37\xc7\x53\xb5\x4a\x82\xbe\x91\x37\x8e\xf0\xb6\x8d\xdc\xb6\x85\xe4\x84\x42\x1b\x78\x1d\x0a\x55\x83\x75\xdb\x40\xe2\xa9\xa7\x0d\x36\x6d\x03\x25\x0d\xdb\xb6\xc1\x56\xd5\xc0\x6f\x1b\xf8\xaa\x06\xbb\xb6\xc1\x4e\xd5\x60\xdf\x36\xd8\xab\x1a\x1c\xda\x06\x07\x55\x83\x97\xb6\xc1\x8b\x92\x51\x1d\x2b\x3d\x35\x2f\x7b\x66\x2a\xb9\xe9\x75\xec\xf4\x64\xfc\x24\xf7\xb2\x84\x34\xad\xda\x45\xd6\x42\xf0\x29\x6e\xf4\x7a\xac\x05\xe1\xf3\xb9\x48\xf5\x57\xdb\x92\x4f\x56\xa2\x57\x57\x2d\x08\x9f\x98\x43\xaf\x9d\x5a\x90\x1d\x07\x22\xd5\x4a\x6d\xcb\x3d\xdf\x12\xc2\x9f\x03\x07\xa2\xd7\x39\x2d\xc8\x0b\x07\x22\xd5\x35\xdd\x74\xf1\x29\x89\xf5\xaa\xa5\x83\xe1\xe7\x98\xd3\x24\x16\x1e\x38\x6c\xe9\xce\x60\x1d\xe1\x93\xc1\x74\x03\x09\x1f\x1e\xa6\xda\x48\xf8\x78\x31\xaf\x99\x84\x8f\x25\x53\x2d\x25\x7c\x70\x99\x6a\x2c\xe1\xa3\xcd\x6c\xf6\x52\x7b\x7e\x79\xce\x64\xc2\xb3\xfa\xb4\xd5\x84\x27\x77\x06\xc3\x09\xcf\xb3\xb5\xed\x84\xa7\x72\x06\xf3\x09\xcf\xea\x0c\x16\x14\x9e\x60\x6b\x23\x0a\x1f\x6b\x67\xb0\xa3\xf0\x19\x78\x06\x53\x0a\x1f\x98\xad\xad\x29\xe2\x6c\x98\xc1\xa0\x22\x9e\x89\x19\x6c\x2a\xe2\xc6\x98\x64\x56\x55\x29\xd0\xb2\xaa\x52\x98\x71\x55\xa5\x66\xfb\x8a\xac\x42\x83\x89\x45\x16\x99\xc1\xca\x22\x2b\xc8\x60\x68\x91\x05\x63\xb0\xb5\xc8\x6a\x30\x98\x5b\x44\xd4\x0d\x16\x17\x91\x6c\x83\xd1\x45\xc4\xd6\x60\x77\x11\x99\x34\x98\x5e\x54\x04\x4d\xd6\x17\x15\x30\x93\x01\x46\xc5\xc7\x68\x83\x91\xa9\xe5\x62\x0b\xba\xa6\xf6\x16\x1b\x99\x72\x6b\xa3\x8d\x08\x01\xd4\x6e\x23\xd2\x60\x6d\xba\x11\xf9\xb0\xb6\xde\x88\xc4\x40\x0d\x38\x22\x3a\xd6\x36\x1c\x11\x26\x6b\x33\x8e\x88\x17\xd4\x92\xa3\x72\x66\x6d\xcc\x51\xc1\x53\xda\x73\x36\x01\xcf\xc4\x49\xa3\x19\x0c\xba\x34\x7a\xc6\xa0\x4b\xa3\xe9\x06\x5d\x1a\xcd\x6d\xd0\xa5\xd1\x74\x83\x2e\x8d\xa6\x1b\x74\x69\x34\xa3\x41\xd7\xd5\x28\x7f\xca\xa0\xc3\xb3\xfa\xb4\x41\x87\x27\x77\x06\x83\x0e\xcf\xb3\xb5\x41\x87\xa7\x72\x06\x83\x0e\xcf\xea\x0c\x06\x1d\x9e\x60\x6b\x83\x2e\x8d\x66\x31\xe8\xd2\x68\x16\x83\x2e\x8d\x26\x18\x74\x24\x5a\x37\x83\x41\x47\x42\x7b\x33\x18\x74\x24\x0e\x38\xc9\xa0\x4b\x23\xa0\x41\x97\x46\x30\x83\x2e\x8d\xcc\x06\x1d\x59\x85\x06\x83\x8e\x2c\x32\x83\x41\x47\x56\x90\xc1\xa0\x23\x0b\xc6\x60\xd0\x91\xd5\x60\x30\xe8\x88\xa8\x1b\x0c\x3a\x22\xd9\x06\x83\x8e\x88\xad\xc1\xa0\x23\x32\x69\x30\xe8\xa8\x08\x9a\x0c\x3a\x2a\x60\x26\x83\x8e\x8a\x8f\xd1\xa0\x23\x53\x0b\x33\xe8\xc8\x0c\xdb\x1a\x74\x64\xca\xad\x0d\x3a\x22\x04\x50\x83\x8e\x48\x83\xb5\x41\x47\xe4\xc3\xda\xa0\x23\x12\x03\x35\xe8\x88\xe8\x58\x1b\x74\x44\x98\xac\x0d\x3a\x22\x5e\x50\x83\x8e\xca\x99\xb5\x41\x47\x05\xcf\xc2\xa0\x53\xdf\x20\x4b\x9c\xe4\x3a\x83\x41\x97\x5c\x9f\x31\xe8\x92\xeb\x74\x83\x2e\xb9\xce\x6d\xd0\x25\xd7\xe9\x06\x5d\x72\x9d\x6e\xd0\x25\xd7\x19\x0d\xba\xae\xa2\xdf\x53\x06\x1d\xa9\x6c\xfe\xac\x41\x47\x8a\x7b\x3f\x6f\xd0\x91\x32\xd7\xb6\x06\x1d\xa9\xeb\xfc\xbc\x41\x47\x0a\x1c\x3f\x6f\xd0\xe1\x09\xb6\x36\xe8\x92\xeb\x2c\x06\x5d\x72\x9d\xc5\xa0\x4b\xae\x13\x0c\x3a\x72\xdd\x6d\x06\x83\x8e\xdc\x8d\x9b\xc1\xa0\x23\x17\xe9\x26\x19\x74\xc9\x15\x1a\xfb\xbc\xc2\x0c\xba\xe4\x6a\x36\xe8\xc8\x2a\x34\x18\x74\x64\x91\x19\x0c\x3a\xb2\x82\x0c\x06\x1d\x59\x30\x06\x83\x8e\xac\x06\x83\x41\x47\x44\xdd\x60\xd0\x11\xc9\x36\x18\x74\x44\x6c\x0d\x06\x1d\x91\x49\x83\x41\x47\x45\xd0\x64\xd0\x51\x01\x33\x19\x74\x54\x7c\x8c\x06\x1d\x99\x5a\x98\x41\x47\x66\xd8\xd6\xa0\x23\x53\x6e\x6d\xd0\x11\x21\x80\x1a\x74\x44\x1a\xac\x0d\x3a\x22\x1f\xd6\x06\x1d\x91\x18\xa8\x41\x47\x44\xc7\xda\xa0\x23\xc2\x64\x6d\xd0\x11\xf1\x82\x1a\x74\x54\xce\xac\x0d\x3a\x2a\x78\x16\x06\x9d\xe6\xd2\x7d\xe2\x34\x73\xdc\x48\x6b\x92\x67\x2c\xba\x26\x99\x6e\xd1\x35\xc9\xdc\x16\x5d\x93\x4c\xb7\xe8\x9a\x64\xba\x45\xd7\x24\x33\x5a\x74\xcd\x1c\xd7\xd4\x9a\x39\x6e\xaa\x35\xf3\x5c\x56\x6b\xa6\xdc\x57\x6b\xe6\xb9\xb2\xd6\xcc\x73\x6b\xad\x99\x72\x71\xad\x99\xe7\xee\x5a\x33\xcf\xf5\xb5\x66\xca\x0d\xb6\x66\xa6\x4b\x6c\xcd\x4c\xf7\xd8\x9a\xc9\x57\xd9\x9a\x04\x68\xd1\x35\x09\xcc\xa2\x23\xa5\x4a\x0d\x16\x1d\x59\x85\x06\x8b\x8e\x2c\x32\x83\x45\x47\x56\x90\xc1\xa2\x23\x0b\xc6\x60\xd1\x91\xd5\x60\xb0\xe8\x88\xa8\x1b\x2c\x3a\x22\xd9\x06\x8b\x8e\x88\xad\xc1\xa2\x23\x32\x69\xb0\xe8\xa8\x08\x9a\x2c\x3a\x2a\x60\x26\x8b\x8e\x8a\x8f\xd1\xa2\x1b\x57\x77\xd7\x35\xb5\xb7\xe8\x46\x45\xbc\x41\x16\xdd\xa8\x84\xb5\xce\xa2\x1b\x15\x6c\x06\x59\x74\xa3\x6a\xc5\x20\x8b\x8e\x48\x0c\xd4\xa2\x23\xa2\x63\x6d\xd1\x11\x61\xb2\xb6\xe8\x88\x78\x41\x2d\x3a\x2a\x67\xd6\x16\x1d\x15\x3c\xb5\x45\x37\x82\xa3\x49\x4b\xf9\xfc\x51\x92\x54\x0f\x3a\x8d\x46\x50\x2c\x6a\xc9\xe7\x51\xed\x9b\xdb\x9b\x34\xc9\x44\x97\x17\xa8\xff\x08\x9b\x64\x2e\x39\x7d\x45\x65\x1d\x87\x41\xd2\x26\x74\xaa\xf3\x42\xd9\xe5\x0d\x05\x11\x83\xbe\xcb\x8e\x36\xea\x41\x40\x49\xdb\x29\xb1\x9e\xf3\xe8\xf1\x13\xf9\x2f\x4b\xf7\x08\xab\x02\xde\xa9\x52\x35\x2f\xc8\xcb\xdb\x50\xe0\x78\x23\xfd\x12\x9f\x36\xa5\x7d\x23\x25\xaa\xee\xbd\xa6\xb7\xa1\xc9\x4d\x92\x37\x5a\x3f\x0c\x06\x96\x70\x19\xd2\x89\x6c\x3a\x3a\xcb\x4a\xf6\xbd\x2a\x8b\x20\x41\x55\xc5\xf2\x5e\xdf\x1d\x6d\x6d\xa0\x89\x36\xba\x81\x1a\x71\xa4\xcb\x34\x6c\x3b\x7f\x75\x19\x17\x78\xac\x98\xc4\x45\x5d\x1e\xb3\xfa\xe6\xe4\x17\xa7\x7e\x14\xe8\xc7\x3c\x8a\x3e\x8e\x53\x13\xb0\xc9\x0e\x5d\xff\xa3\x0a\x33\xc9\x2c\x39\xe0\x15\x13\x4d\xca\x90\xed\xfd\x8f\x27\x7d\x3e\xb3\x16\x77\x9b\x00\x4c\xc5\x88\xf6\xf5\x67\x35\x3f\xfb\x16\x37\x59\xa6\xda\x43\x14\x5c\x2e\x86\xbe\x21\x53\xdb\x37\x35\xd1\xa1\x99\xd4\xa1\x05\x2f\x8c\x5d\xcd\x80\xe0\xac\xa1\x95\xce\x01\x8f\x69\x94\x2f\x1e\x08\xa1\xe1\xa6\x0e\x48\xc6\xe0\x97\x4b\x18\xa9\x89\xee\x73\xb9\x29\x75\x4e\xd7\x40\x43\x12\xd3\x46\x46\x41\xb4\x8b\x0e\xd1\xd9\x48\x01\x64\x92\x99\xc6\x66\x6a\x34\x13\xcd\xb6\x91\x4e\xf5\x79\x73\xde\x9f\x95\x34\x73\x73\x20\x54\x45\x02\xcd\x9b\x00\x03\x9d\xee\x11\x98\x8c\xdd\xe1\x21\x3c\x87\xea\x09\xa7\x89\xfa\x94\x8c\xa1\xaf\x75\x93\xdd\xb5\x90\xf6\xbd\x41\xbb\x50\x3d\xd5\x14\x14\x34\xd1\x5d\x53\x13\x1d\xba\x49\xee\x5b\x48\xa7\xf8\x70\x89\xbc\x17\x49\x02\x23\x19\xdf\xd9\x6a\x53\xb0\x99\x62\x21\xc0\xd3\xcb\x03\x49\xd5\xa5\x17\x5d\xd4\x72\x19\x67\x17\xc9\xf7\xb9\xc3\x3b\x0d\x21\xf4\xb5\xb4\x4b\x84\x7c\xa4\xed\x12\x32\xa1\xb4\x9d\xb6\x7b\xcd\x54\xb6\xaf\xe5\xf3\xb8\x0b\x2f\x51\x00\x9a\xc7\xa1\x64\x17\x68\x3e\x86\xe6\xd0\x19\x64\x21\x64\xbc\x0c\xce\x51\x84\x24\xc7\x55\x0a\xdd\xe6\xc8\x54\xf5\xd4\xbe\xd6\xd0\xd2\xb7\x90\xf5\x7d\xb9\x20\x74\x56\xf2\xa9\x05\x85\x4c\x65\xdf\xd4\x44\x87\x66\x42\x87\x16\xd2\x39\xbd\x5c\xa2\xcb\x1e\xb6\x36\xb9\x02\x68\xa0\x49\xe2\x20\xa0\x33\x2b\x00\x29\x18\x7c\x08\x24\xe7\x75\x8a\x80\xa6\x3b\x55\xf5\x45\xdf\x6a\x88\xe9\x1a\x48\x3b\xf6\x43\x8d\xd6\xa5\x90\x90\x89\xed\x5a\x1a\x88\xd0\x4c\x6b\xdf\x40\x3a\xab\x28\x7a\xd9\x01\x35\x2e\x5b\x4f\x0e\x34\x3f\x2c\x00\x74\x4e\x79\x18\x29\x67\xbd\xb3\x7b\x96\xb8\x85\x28\x3c\x49\x58\xab\xea\x89\xbc\xd4\x50\xd2\xbe\x97\xf6\x1a\x5d\xa2\x8b\x92\x4f\x04\x10\x32\x9d\x6d\x43\x3d\x05\x9a\xc9\xec\xde\xcb\x57\xe8\xf9\x12\x5e\x42\xd0\x5c\x32\x75\xf9\x40\xd3\xc2\xb4\x87\xce\x24\x07\x22\x63\x29\x0a\x51\x78\x91\xf8\x00\x3b\x41\x90\xe4\x87\x64\xde\x69\xd7\x25\x7e\x2d\xb5\x85\x76\xe1\x21\x54\xea\x5b\xf2\x37\x68\x4d\xe2\x76\xda\xee\xb5\xeb\x91\xbc\x96\xce\xe0\x8b\xff\xf2\xf2\x02\x9b\xc1\xa8\x2f\x6c\x08\x5c\x57\x5d\x73\xf8\x4a\x1c\x20\xa4\x36\xc8\xcb\xf9\x7c\x56\xae\x88\x20\xac\xe3\xaf\x92\x44\x9c\xec\x5b\x0d\x25\x5d\x03\x25\x17\x39\x52\x69\x6b\x0b\x6e\xb0\x00\x50\x7e\xf0\x30\x12\x8e\x88\x47\x79\x95\x3f\x6a\x45\x26\xbf\x93\x03\x09\x67\x5b\x27\x17\x2f\x1a\x5b\x7f\x1b\xf9\x7e\xef\x1e\x20\xd9\x29\x0d\x3d\x74\xca\xc2\x54\x34\x4e\xe8\x57\x55\x30\x6e\x24\xc5\x4a\xd2\xf5\x0b\xec\x5b\x2c\x1c\xca\x1d\x5d\xbf\x82\x73\xcb\xe8\x18\x62\x60\x26\xf8\x88\xc4\x7c\xbb\x1a\x3f\x11\xd3\x11\xcc\x65\x34\xc2\xcd\xb8\x8d\x2e\x97\x4b\x1f\xe4\x1f\x62\x80\x7b\x7f\xf5\x22\xff\x12\x87\xf6\x5b\xa2\xaa\xc8\xb3\x2a\xfe\x8a\x9c\x2a\xed\x0b\x23\xf4\xa9\x23\x69\xe2\x48\x6c\x69\xd5\xf9\x3d\x14\x4b\x2c\xf5\xcd\x1a\x9a\x88\xd1\xe8\x59\xe6\xbb\xfb\xac\x9c\x98\xf1\x40\xf6\xbb\x3d\x78\x20\x69\xf4\x5d\x07\x92\x46\x36\x03\x79\x79\xf1\xc0\x03\x49\xae\xdf\x75\x20\xc9\xd5\x66\x20\x9e\xf7\xf2\x02\x1e\x49\x93\x7c\xd7\x91\x34\x89\x66\x24\x46\xf0\xef\x49\xaa\x9a\xce\x6f\x7c\x70\xd1\xa9\xda\xe7\x8c\x2f\x6b\x63\xff\x7b\x9d\x28\x2c\x6d\x9f\xef\x61\x5c\x59\xba\x31\xbe\x87\x9f\xc4\xd6\xc2\xff\x3e\x87\x08\x7b\xff\xfb\xf7\x73\xf3\x4f\x71\x16\x7f\x5f\xbf\xb4\xbd\xbf\xf3\xfb\xb9\x55\xed\xfd\x3d\xdf\xcf\xad\xa4\x73\x80\x3e\xe7\xd9\xd5\x9e\xf2\x9f\x75\x62\x18\x02\x6a\x73\xc4\x0e\x8d\xa1\x9c\xb9\x22\x58\x86\x70\xc2\x1c\x91\x13\x83\x57\x74\x16\x07\x30\x97\x34\xfe\x6f\xf7\xe4\xdc\x39\x63\x48\x95\x5a\xed\x01\xd3\x70\xda\x25\x85\x99\xdb\x2a\x9c\xdc\x39\x29\x89\x8b\x63\x97\x91\xf3\x9c\x37\xa7\xf1\x41\xd5\x75\x5d\x49\xd1\x87\xb6\x38\x82\xb4\xe8\x03\x47\x8b\xba\x12\xbe\xac\xce\x59\x9b\x91\x3f\x0c\x92\xf0\x47\x6f\xe5\xa3\x74\xf1\xd3\x82\x5e\x8e\x59\xfc\xb4\x58\x17\xcd\xc7\x51\x25\xb4\xe1\x42\x09\x6d\xd6\x5e\xa5\x21\xd5\x3e\x68\x52\x51\xf6\xfc\xbb\x58\x79\x7e\xb5\x40\x41\x85\x35\x8b\x93\xdf\xeb\xe5\x39\x6f\x9c\xea\x16\x44\xf9\xeb\xe8\x9d\x24\x09\x7e\x51\xa2\x0b\x2a\x2b\xa7\x44\xd1\x3d\x44\x91\x93\xe6\x6d\xde\x52\xfc\x53\x62\xd9\x73\x7c\x67\x68\x22\x15\x59\xf5\xd3\x74\x3c\x3a\x29\x29\x69\x1f\x64\x92\xaa\x0f\x62\x61\x5f\x03\xae\x4b\x1e\xde\x2b\x75\x11\x3d\x31\x7c\x1c\xed\x49\xa5\x8f\x8e\x33\xe4\x8a\xa7\xbb\xa0\xa5\x22\x5a\xe7\x8d\xb7\xde\x2c\xd7\xbe\xbf\x5c\xad\x99\xab\x18\x74\xc6\xbb\x6a\xa3\x26\xa2\x8e\xdd\xc1\x81\x56\xc9\x2e\x92\x20\x44\xb7\x3c\x89\x46\x45\x53\xf2\x22\x08\xe3\xfa\x21\xbb\xba\xc9\x23\x7c\x1e\x45\x14\x57\x78\x51\x49\x96\x2b\xdb\xec\xd7\x12\x05\x51\x9e\x25\x8f\xdf\xd4\x4e\x29\x75\x8f\x4c\x91\xf6\x28\xa8\xd1\x6f\x1c\xea\x51\xc7\x42\x6b\x52\xba\x37\xc9\xc3\x20\x81\xc3\xa5\x79\x56\xdf\xe0\xcd\x71\x17\x7c\xeb\xfe\x88\x17\x14\x05\x0a\xca\x20\x0b\xdb\x7a\x40\xc2\xef\xd1\x50\x2b\x94\xa0\xb0\xe6\x59\xec\xa4\xf9\xef\x0e\x11\xc8\x32\xce\xae\xed\x3c\x91\xb5\x51\x04\x25\xca\x6a\x5a\xae\x87\x93\x3c\x95\x5e\x93\xa1\x27\x98\xe9\xe2\xf9\x1a\x24\x77\x24\x99\x21\xac\xd2\x2c\x14\xa6\x73\x89\x13\xc9\x36\xc3\x35\x21\x75\x0e\xdf\x78\x5d\x67\x48\x62\xec\x10\x04\xb4\xca\xfe\xb8\xa2\x89\xbc\xe2\x63\x5f\x89\xfd\x34\x28\x6d\xf2\x80\x68\xcc\x4e\x07\xfe\xb4\xf0\xb0\xaa\xec\x9a\xd4\x79\x21\x7b\x6f\x22\x8a\x7c\xa7\x3c\x2a\x82\xa4\xd0\xbf\x3c\x1d\x7a\x2a\x6c\x68\xe0\x6a\x39\xad\x0e\x7b\x38\x0d\x6b\x3d\x11\x6b\x2d\x15\xdc\xdc\x16\x49\x10\x67\x58\x28\x8d\x6a\x98\x6e\x8e\xac\x2c\xb7\x9a\xb5\x15\x05\x52\x9a\x19\x56\x10\xc7\x93\x0d\x54\x21\x04\xfd\xe6\xe7\x6a\x65\x4e\x3e\x28\xfe\xb1\xac\xb4\x02\x04\xae\x4a\xad\xeb\x61\x88\xf0\xb2\x02\x46\xe3\xb9\x97\x5a\x08\x20\x03\x81\xce\xb8\xaa\x04\x14\xcf\x04\x91\x98\x0d\x4f\x8c\xc7\x97\xb7\xe2\x88\xf1\x20\xb4\xd0\x1a\xfb\x32\x4a\x24\x2a\xed\xd7\xf4\x9e\xd4\x71\x91\xa0\xdf\x46\x73\x23\x6b\x8d\x29\x1c\xb7\xc4\x53\x16\x94\x28\xe0\xf5\x3a\x53\x9f\x4b\xc1\x13\x52\x27\x59\xac\x85\xaf\x66\x21\x59\x26\xbc\x4c\x33\xb5\xf2\x94\xb5\xbe\x30\xa8\x55\x61\x98\x71\x5d\x18\x69\x59\x98\x0e\xb1\xa2\xb6\x4b\xff\x5a\x53\xd9\x65\x9c\xb3\x5e\xdd\x53\x78\x43\xe1\x17\x61\xf8\x7c\x06\xfc\x56\x70\x46\x19\xef\x75\x08\xdb\x0a\xfb\x7c\x61\x1c\xbe\x26\x1d\x61\xee\x86\xc3\x1c\x9c\x49\x85\x7e\x00\xe6\xde\xe8\xf9\x5f\xec\x2b\xa2\x7f\x55\xca\x60\x00\xfe\xb5\x03\xfe\x6d\x0c\xcd\xdb\x60\x5a\x42\x68\x7b\x41\xbf\x19\x48\xc7\xab\xeb\x8d\xdc\x6b\x27\x45\x03\xab\x63\x88\xb8\x02\xfd\x6d\xc9\x38\x22\x4b\x7c\xfd\x40\xaa\x4a\x4c\xc5\x0c\x47\x9d\x19\x26\x45\x28\x36\xb4\xda\x78\xa3\x39\x72\x87\xf9\xa9\xea\xa0\x8e\x25\x11\xec\xaf\x41\x12\x47\xce\x05\xa1\x08\xef\x36\xfd\x49\x98\x56\x26\xee\x86\x46\x8c\x2f\xbe\x8e\xe4\x68\x99\x69\xf7\x02\xda\xcb\xb8\x40\x3d\x1b\xa1\xdd\xba\x4b\x6f\xb7\x5f\xee\x5e\x96\xab\x17\xb1\x54\x3d\x7f\xd4\xa3\x07\x54\x15\x75\xfd\xb6\x4d\x99\xa4\xd8\xd4\x08\xe1\x6d\x71\x4d\x4d\xa1\x40\xaa\xc0\xc7\x62\x7e\x22\x5f\x58\xe0\xf6\xbf\x3b\x71\x16\xa1\xe6\xe8\xff\x95\x5f\xfe\xa3\x8a\x7b\x3c\x13\x96\x0a\x6d\x60\x00\x7b\xeb\x94\xc4\x98\xc7\x31\xb1\x40\xe3\xe8\x7f\x09\x73\x3a\x5e\x54\x62\xcb\x0e\x37\xa7\x49\xf4\x9b\x56\x8f\x83\x9d\xcc\x38\x0d\xae\xe8\x78\x2f\x93\x1f\xdf\x45\x41\x1d\x1c\xc9\xef\x9f\xab\xaf\xd7\x9f\x9a\x34\x39\x85\xb7\xa0\xac\x50\xfd\xe9\x5e\x5f\x9c\xc3\xf2\xfd\xe6\x97\xea\xeb\x75\xd1\xa4\x49\x56\x7d\xfa\x70\xab\xeb\xe2\xf8\xf3\xcf\xaf\xaf\xaf\xab\xd7\xcd\x2a\x2f\xaf\x3f\xaf\x5d\xd7\xc5\xa0\x1f\x16\x64\x6e\x3e\x7d\x38\x7c\x58\xd0\x59\xc4\x7f\xbe\xdf\xfc\xe1\xfd\xe6\x97\x22\xa8\x6f\x8b\x4b\x9c\x24\x9f\x3e\xbc\x5f\x6f\xa8\xcc\x7e\x58\x44\x9f\x3e\xfc\x69\xbd\xda\x2c\x76\xab\xfd\x66\xb5\x5b\x6c\x57\xfe\x26\x74\x56\x5b\xc7\x5b\xb9\xdb\xd5\x76\xe7\x78\xab\xed\xc2\x5b\x79\xce\xea\x90\x78\x2b\x6f\x81\x7f\x6e\x56\x5b\x67\xb3\x3a\x84\xab\x9d\xb3\xda\x6d\x16\x1e\xfe\xdf\xf5\x7e\xe1\xad\xd6\xab\x7d\xe2\x6c\x17\xdb\xd5\x0e\xa3\xd8\xac\x7c\x67\x75\x20\xa8\xbc\x95\xf7\xfb\x87\x9f\x29\x19\x98\xcc\xf7\x9b\x3f\xbc\xfb\xc8\xba\x33\x06\x95\x4b\x82\xfd\xbd\x41\x4c\x2d\x08\x8f\xca\xe8\xc7\x45\xab\x43\x18\xc0\x12\x15\x28\xa8\x8f\x59\xde\xfe\xc5\xbe\x23\xf2\x4d\x51\x75\x98\x36\x1d\x22\xd9\x53\xe1\xa4\xdd\xae\x6a\x7e\x7b\x91\x38\x3f\x3e\xfe\x87\x38\x2d\xf2\xb2\x0e\xb2\x71\x51\x48\xb9\x14\x74\x27\x7e\x59\x77\xba\x83\x3d\xb3\xe6\xd7\x92\x48\xbc\xc4\xde\x90\x0a\x9e\xc0\x6c\x5a\x61\xb9\xe3\x2d\x3f\x5c\xbc\x6b\x69\x86\x27\xb5\x5b\xf4\x7d\xd6\x79\xa1\x9c\x5e\xed\xe4\x03\x26\x42\x72\x60\xb9\x57\x75\x9e\x3a\x2d\x67\x24\x84\x7d\xab\xf5\xb7\x1d\xd6\x9f\x2f\x5d\x7f\xd4\x11\xd1\xae\x3f\x32\xd1\xeb\xdb\xf6\xf7\xd4\x5d\xf8\x7f\x74\x17\x9b\xdb\x76\xbc\x5e\x5a\xf6\xb4\x1e\x37\x3a\x5d\x3f\x1f\x8a\x66\xe1\xb9\x45\xb3\xe8\x57\xc0\x12\x9f\xa0\x17\x7f\xbb\x6a\xa5\xe5\xcc\xa2\x13\x6e\xc2\xae\x9f\x2d\xd4\xc0\x82\x51\x26\x40\x85\xd0\xa1\x58\x77\x66\x85\x56\x27\xc8\x85\xf2\x1b\x29\x85\x91\x55\xc4\xec\x67\x2a\x93\x90\xf6\x6a\x85\xca\xb4\x89\x1a\x41\x81\xbb\x6a\xcb\xbb\xee\x30\x28\xe2\x12\x5e\x83\x46\x35\x01\x65\x57\xea\x59\x36\x59\x96\x1d\x1c\x09\x53\x90\xa9\x23\x89\x23\x33\x44\xfe\x7e\x74\xf5\x0d\x3f\xb4\xa5\x80\x08\x9e\x69\xa0\xd3\x05\x10\xd0\x39\x2d\x29\xde\x72\xe2\xa3\x96\x94\xb1\x68\xb5\x8d\x2f\x31\x89\x48\x4a\x27\x8f\xbc\xa3\xc2\x60\x35\x65\x12\x9c\x02\xb7\x0c\x98\x9f\x5a\xb9\x71\x26\x3f\x6e\x44\xe1\xc6\x9f\xf3\xb8\xd1\xf5\xa3\x3f\x70\xac\xd7\xee\xd2\xdf\xfc\x6f\x7c\xe0\x10\xd8\x00\x3f\x72\x88\xfc\xd3\x1e\x3a\xda\xc6\xff\x6b\x34\xbb\xd2\x83\xc7\xa8\xf5\xc4\xc3\x47\x0b\xfe\xdd\x8e\x1f\xde\x7a\x30\x14\xf0\xdf\xd4\x3e\xc0\x92\xf0\x61\x51\xd5\x65\xfe\x05\x11\x6b\x81\x4a\x72\x6b\x48\x84\x71\x19\x26\x68\x11\x36\x9f\x3e\xec\x3e\x2c\xc2\x07\xf9\x9f\xf2\xd3\x87\xed\xca\xef\x36\x79\x62\x6b\x50\x78\x07\x0b\xce\x5f\xf2\x38\xfb\xf4\x81\x8c\x87\x9a\x1c\xfe\xea\xb0\xd8\xac\x76\xb7\xd5\xf6\x8f\xbb\xc5\x6e\xe5\xf7\xe6\xc1\x18\xf9\x61\xb5\x26\xe8\x57\xbb\x0f\x83\xf9\xd2\x12\xd4\xd3\x48\x28\xfe\xf7\x76\x70\x69\xf5\xc3\xbc\x07\x97\x56\x82\xa4\x56\x4a\xdb\xa1\x4e\xd7\x31\xda\xc3\xe2\xe8\x22\x11\xdb\xef\x70\x78\xd1\xf5\xfa\xaf\x7c\x7c\x19\x93\xf6\xf7\x03\xcc\xdf\x15\xd3\xb7\x3f\xfa\xa8\x55\xca\x93\x47\x9f\x6f\xab\x56\xa4\xc7\x8e\x7e\x4f\x55\x1d\x7f\x68\xbf\x96\xc8\xcc\xdb\x39\x08\xfc\xc9\x63\x50\x8f\x4f\x77\x10\x52\x8d\x6f\x12\x52\xf9\x51\x68\x62\x17\x53\x0f\x43\x68\xbb\x73\x77\x91\x20\xb3\xf4\xa1\x3d\x0d\x4f\x1e\x87\x4c\x22\x09\xea\x7e\xfe\x03\x91\x38\x89\xca\x83\x8b\x61\xea\xa4\x58\xa1\x87\xa2\xb9\x56\xb4\x39\xbc\x34\xc4\x28\x2f\x49\xfe\x7a\x2c\xf3\xd7\xc5\x6b\x19\x48\x52\x36\x31\xf8\xb8\x38\xe1\xf8\x7a\x99\xb9\xc2\x23\x8b\x8b\x0e\xdf\x44\xe1\x5f\xee\x55\x1d\x5f\x1e\x64\x62\x51\x56\x77\x6d\x60\xa1\x36\x8e\x6a\x1a\x0a\x86\x70\x64\xc8\x96\x39\xe6\xcf\x94\x9e\xbb\x70\xb5\x10\xd9\xa3\x01\x56\x21\xc5\x55\x1a\x47\x51\x82\xb4\x79\x39\x95\x1d\x30\x57\x3d\x64\x5d\x19\x30\x71\x3b\x8f\x42\x39\x77\x6d\xe9\x95\x37\xca\x51\x4b\x52\x89\xec\x4c\x9c\x75\xe1\x8e\xc6\x84\x9e\xdb\xb8\x27\x99\xd7\xea\x56\xc6\xd9\x97\x21\xee\x29\x8d\x82\xea\x62\xa0\x86\xe8\xb7\xc0\xd8\x4e\x0a\x24\x63\x97\x0f\xd7\x0a\xad\x22\x04\x3d\xc6\xf1\x1a\xb4\x7e\x9a\xa0\x46\xd1\xf7\x8a\xd7\x4a\x3b\xfd\x1b\x0f\xdf\xea\x78\x02\x77\xad\x68\x39\xab\xf6\xb3\x70\x60\x16\x5e\x6a\x3d\x5c\x4f\xbd\x16\xec\x38\xa5\xaf\xe3\x14\x5f\xb8\xc0\x1c\x69\x0c\xce\xd0\xaf\x70\xc1\xf6\xef\x31\xea\x7f\x67\xae\x9e\x59\x62\xd4\x10\x39\xa2\x16\xde\x04\x69\xfa\x56\x61\x2d\xbe\x63\x5d\xe8\xdb\x44\xb4\xec\x9e\xf2\x37\x74\x3b\x09\xbd\xeb\x43\xe8\x26\xda\xa5\xd0\x1a\xea\xbf\xaf\xfb\x4a\x10\x0e\x79\xdc\xd3\x28\x53\x1c\xd8\x68\x6c\x7f\xf7\x7f\xfd\xef\xa6\x73\xff\xed\x07\xf0\x41\x72\x0d\xd4\x98\x12\xe9\xfe\x3e\x2a\xd3\xe6\x62\x00\x50\xef\x33\xb7\x56\x27\xde\x30\x80\x93\x68\x65\x5e\xc1\xef\x1f\x4c\x1e\xe9\x93\xf4\xcc\x61\x00\x4e\xb8\xc8\x00\x15\x4f\x0e\xe7\xf1\x89\xcb\x16\xcf\x93\xac\x74\x7b\x3d\x49\xb9\xdd\x9d\x0e\x9b\x71\x80\xbc\x9a\x4f\x8c\xe7\xbb\x5c\x21\xb1\x1a\xb0\xd9\x85\xfa\xcc\x70\xbf\xf1\x7d\x15\xfb\x91\x3e\xe5\xad\xb5\x1c\xb7\x45\x5f\x4f\x89\x32\xec\x3a\x0d\x74\x38\x03\xb6\xe3\x93\x37\x73\xc0\xd4\x2a\x7d\xd2\x53\x69\xfe\x8e\x37\x7f\x04\x82\x26\xef\x7a\x13\x37\xb9\x69\x7b\xda\x1c\x5b\xd8\xf7\xba\xf2\xa4\xe8\xf6\x6f\xfc\x06\x94\x9e\x2b\x93\xbd\x76\xf0\xfb\x51\x23\xff\x9b\x45\x78\xd5\x0c\x0b\xf4\xdf\x4d\xed\x73\x0c\x38\x8f\x1f\xaf\xc5\x66\xe7\x7b\xf9\xfb\x85\xaf\xbf\x5f\xf8\x9a\xd5\x0b\xc8\x45\x7a\x27\xc9\xe2\xb7\xba\xe3\x01\xf2\x04\x02\x17\x91\xcc\x17\xf8\x4d\x2f\xa1\x41\xbd\x81\x40\xfa\xe5\xfe\xc0\x7f\x3b\x17\xda\x4c\x9e\x13\xa8\xae\xe3\xbd\x26\x7f\xbf\x15\xf7\x77\xed\xfd\xef\xf9\x56\x1c\x70\x55\x4c\xf2\x28\x7e\x57\xe5\x6b\x77\xdf\xce\xde\x49\x36\xf9\xea\x9e\x0d\x99\x96\x66\x9f\xdd\xc5\xbe\x27\xc6\xfc\x34\x5d\x73\x19\xa8\x93\xee\x09\x4e\x73\x7c\x3c\x75\x9f\x71\x0e\xb2\x9f\x72\xdb\xcc\x78\x71\xd2\x6e\x2c\xdf\xd0\xe3\xf8\x3d\x6f\x6a\x5a\x0e\xfa\x5b\x79\x1d\xbf\xd3\xc5\xd0\x29\xa3\xfd\xe6\x9e\xc7\xa9\xbd\x3d\x25\xd6\xd0\x9b\xab\x13\x3c\x79\x4f\x5f\x83\xb5\xa0\x78\x4e\x0f\xe4\xf7\xbf\x68\x3b\x76\x25\x4e\xdf\x89\x9e\xd8\x10\xa7\xef\x7f\x93\xb7\xbb\x73\x9d\x19\x93\x89\x0d\xd9\x36\x25\x09\xc5\xe4\x19\x37\x69\x11\x5b\xe9\x2d\x59\x43\xe2\x4d\x68\x5a\x4d\xd4\xd4\xed\x3d\xdb\xf6\x28\xca\x24\xb5\x54\x65\xd8\x14\xc6\x29\xcb\xc1\x39\x35\x43\x67\x97\x97\xf0\x5e\xa1\xb2\x33\x47\x89\x2b\x74\xf4\x40\x7a\x4b\x78\x6a\x5a\x4f\x3c\x7d\xe6\x6c\x9e\xe7\x3a\x6b\x2b\x53\xf0\xf3\x43\x98\x18\xa1\x30\x2f\x83\x01\x5c\x06\xbd\x52\x58\xe3\x18\x71\x67\x6c\x83\x73\x74\x6a\xb2\x72\xe2\xae\xd4\x89\x2f\x71\x6f\xdd\xdb\xb7\x2e\xab\xe5\x6a\x27\x51\x5c\xb8\x25\xd1\xdf\x5d\xf3\x8f\xe4\x67\x8f\xfb\xe3\x5b\x78\x2f\xab\xbc\x3c\x16\x79\x2c\xbd\x9f\x1b\xe8\x49\xb9\xc4\x28\x89\x2a\x34\x24\xac\xa2\x00\x6f\x2d\x3a\x07\x7d\x45\x59\x5d\xa9\xf9\xd9\x25\x64\x96\xa6\x84\xdc\x9f\x2f\x62\x99\x97\xf6\xa1\x21\x0b\x2f\x83\x58\x55\x88\xe4\x07\xd7\xdd\xbd\x44\x2f\x23\xf4\xbb\x75\x18\x5a\xa0\xd7\xc8\x43\x4f\x81\x2a\xd3\xab\x8e\x02\x9d\x14\x6d\xbc\xa5\xb7\xd9\x2d\xd7\xdb\x97\xe5\x6a\xc8\xf4\x0a\x21\x56\x2b\x51\x3d\xbd\xbd\x64\x7d\xb3\x39\xd1\x4a\xe4\x4a\x95\x44\x1a\x8c\xe1\xd8\x61\xa8\x6e\xf9\xeb\x38\x50\xc1\x71\xa4\xcc\x8b\x28\x7f\xcd\x9c\x3a\xbf\x5e\x13\x79\x66\xd2\x76\x42\xf8\x21\xfb\xe1\x79\xf6\x21\xab\x8e\xfa\xb6\x03\xef\xf0\x58\x0f\x1f\xa0\xc2\x78\xe1\x93\x8f\xb9\xcf\x7e\x2e\x61\x27\x9f\xa5\x9a\x7f\x08\x60\xa7\x50\x19\x40\xd2\x81\x1f\xec\xd6\xbb\x83\xd0\x81\xbf\xf5\xcf\xbb\xb5\x55\x07\xba\x95\x3d\x50\xa1\x5a\xdb\x3a\x2a\x14\xec\x25\xa5\x91\xd6\x9e\xbb\xdc\xbd\x5f\xfa\xde\x7b\xe8\xda\x1e\x08\xd6\xaf\xee\x81\x66\xcd\xfa\x9e\x6d\x76\xa6\xaf\x70\x20\x0e\xc0\x1a\x67\x38\x63\x5c\xe5\xfd\xd4\x70\x85\xb9\x90\xef\xfb\xe7\xf9\x07\xae\x5b\xe7\x76\xc3\x37\xaf\x74\x25\x13\xf4\x6b\x5d\x22\x8c\x8a\x91\xd3\x22\x04\x12\x96\xf6\x37\x22\x24\xd7\x24\x20\x2c\x65\xab\x6c\xc8\xd0\x7b\x87\xc3\x46\x5c\x61\x1e\xda\xa3\xcd\xd6\x02\xbd\x76\x95\xb7\x14\xa8\xd6\xb8\x8e\x02\x9d\x0a\xdd\xf9\x4b\x6f\xbf\x5d\xbe\x78\xe0\x25\xde\xd2\x6a\x58\xe0\x2d\xb9\x9a\xe5\x3d\xd3\x94\x3c\xb1\xb8\x21\x18\x20\x4b\xbb\xe3\x88\x71\x61\xf7\xf3\xc1\x4d\x52\xb8\xdf\x6e\xdc\xb9\x87\xac\x5d\xd6\x16\x03\x07\x2c\x6a\xf9\xf0\x01\xdb\x37\x27\x7b\xf2\x21\xc7\xd9\x25\x97\x31\x72\x1f\xac\xcf\x23\x69\xa7\x0f\x01\x8c\x1c\x2a\x34\xc9\x70\x6f\x0e\xdb\x97\x9d\x88\xdb\xdb\x07\x07\x90\xf6\xc5\xb8\x75\x0b\x99\xf4\xad\xac\xb7\xa0\xe9\x5b\xc7\x49\xdf\x5d\x7a\x7b\x77\xe9\x1d\xc0\x56\x38\x21\x53\xbf\x86\x09\xa5\x9a\x05\x3c\xc7\x24\x4c\x5f\xbd\x66\x70\xc0\xd2\xa5\x5c\x30\xaf\xdb\x6e\x06\xb8\x91\xba\x7b\x77\x0f\x32\xbb\xc1\x23\xd5\x2d\x5a\xf0\x78\xcd\x2b\x56\x36\x6a\xc0\x72\xe5\x85\x4c\x3e\xd4\xb6\x46\x8f\xb4\x80\x78\xe8\xb9\xe2\x55\xdf\xf6\x21\x97\xf2\x5e\x8b\x58\xb9\x6a\x91\x1b\x1c\x5c\xb1\xd4\x6b\xb4\x79\x41\xae\x6b\x81\x5e\xb7\x70\x3b\x0a\x54\x6b\x57\x47\x81\xde\x0b\xba\xa6\x7c\x5d\xb3\x6b\x17\x42\xac\x7e\xf9\x76\xf4\x6a\x56\xf0\x4c\x73\x32\x7d\x11\x83\x30\x00\xd6\x71\xcf\x11\xe3\x52\xee\x27\x84\x1d\x72\xb8\x7b\xf1\xad\xe4\xe4\xe9\xd5\x6c\x33\x70\xf3\x82\x56\x0c\x1f\xb0\xa6\x79\xe1\x93\x8f\x99\xd6\x7d\x94\xf1\xb2\x73\xf1\x4b\xfc\xfe\x00\xb5\xc8\xd6\x93\x94\x95\x18\x3f\xac\x37\x9b\x8d\x58\x7b\x28\x5a\x7b\x30\x63\x89\x62\xd7\x2d\xe8\xb6\x7f\xd5\x7a\xd6\xf5\xaf\x65\xa9\x77\x58\xee\xf7\x16\x16\x75\x4b\xa9\x7e\x35\xb7\xc4\x6a\x16\xf3\x3c\xb3\x31\x7d\x2d\x43\x10\x00\x96\x72\xc7\x0d\xe3\x4a\xee\xa7\x82\x9b\x9f\xb5\x77\x59\x83\xdc\x03\x16\xe3\xd5\x2d\x64\x8b\x51\x9b\xd7\xb1\x7c\xec\x90\x65\xcc\xca\x9c\x7c\xbc\xa4\x9a\xa1\x6c\x0f\x38\x5c\x5e\x2e\x81\xb8\x07\xd0\x87\x00\x85\xc8\xd4\x15\x95\xed\x89\x6b\xb4\x43\x22\xf2\x28\x40\x2e\xf2\xc1\xc8\x75\x4b\x98\xf6\xae\xdc\x91\x35\xbd\x6b\x5d\x0d\x6b\x77\xb9\x7d\xbf\x3c\xf8\xef\xa1\x3b\x32\x25\x54\xbf\x82\x29\xad\xba\xdd\x78\x8e\x99\x98\xbe\x7e\x01\xf0\x80\xe5\xdb\x72\xc2\xbc\x0f\x77\xd3\xc0\x5b\x4b\xd1\x4b\x74\x99\x77\xb0\xba\xc5\x0b\x1f\xb2\x79\xed\x4a\x07\x0e\xf1\x6b\x71\xc2\xa6\xd2\x55\xe5\x17\x75\x25\x39\xf1\xeb\x39\xf2\x10\xa4\x01\xbb\xd2\xc9\x32\xef\xcc\x66\xbd\x5f\x8f\x8e\x3c\xd1\xda\x5b\x83\x3c\x5a\xf8\x2f\xfd\xde\x5b\x7e\x51\xfb\xb2\x34\x7d\xeb\xb4\xe0\xde\x5f\x1e\xbc\xe5\x61\x0f\xdf\x78\xcb\x2f\xc6\x6d\xb7\xfc\xa2\x5b\xb3\x73\x4c\xc1\x33\x5b\xae\x09\x1c\xb4\xe1\x62\x2e\x98\xcf\xc0\x1d\xff\xf9\xd3\xbe\x17\x78\xc0\xed\x16\x38\x52\xfd\x66\x0b\x1c\x2f\x64\xab\x1d\x8f\x1a\xb0\xd1\xb2\x22\x26\x1f\x68\x1b\x47\x1f\x62\xc9\x9a\xf0\x24\xfd\x05\xc2\xa3\x09\x1d\x3f\x15\x05\x15\xba\xd1\xad\x59\x91\x22\xab\x2b\x06\x40\x76\x19\x96\xa3\x48\x82\x7a\x65\x76\x97\x65\x26\x70\x7a\xfa\x7a\xb4\xc2\x04\x58\x9a\x23\xe6\x00\x02\xc4\x73\x4a\xc3\xd3\x0b\x76\x0a\x43\xcc\x6b\xd7\xc0\x96\x79\x05\x93\x89\x1f\x6b\x02\x91\xaa\x12\x66\x52\x4c\xca\xb5\xfc\x64\xc4\x73\xd4\x11\x64\x35\x8f\xc2\xc7\x3a\x5b\xc5\x3d\x2c\xf7\xef\x97\xdb\x9d\xc6\x56\x19\x13\x01\x5b\xd2\x90\x90\xb0\xb0\xa8\xed\x98\xfe\xfc\xb2\x9e\x2f\x1a\x2c\x61\x92\x71\x69\xcf\x2d\x1c\xb3\x2d\xee\xb9\xa3\xc4\x46\xe6\xcc\x2d\xa9\x5d\xd4\x58\x13\x89\x54\xe5\x02\x90\xe0\x51\x9b\xd4\xcf\x05\x3c\x85\x6e\x40\x6b\x9b\x0f\x1a\xc3\xd2\x01\x00\xd9\x05\x5d\xd6\xc6\x40\xb0\xb0\xa8\x6d\x38\x3d\xc3\x92\x9e\x29\x06\x3c\x62\x8e\x71\x39\xcf\x2b\x0d\xf3\x2d\xe6\x59\x63\xc3\x06\xb6\xcc\x2b\x98\x34\x56\xac\x89\x46\xd2\x5f\x66\x24\xea\xd0\xf0\x73\x11\x4f\xb6\x0f\xc8\xf2\x65\x43\xc5\x3a\xe7\xdf\x66\xe9\xed\xd6\x4b\xef\xb0\x85\xf1\x08\xb8\x72\x0d\xe1\x5f\x61\xd9\x82\x79\xfb\xfc\x9a\x9d\x25\xf2\xcb\x33\xc4\x7c\xfa\x9d\x6f\xe6\x67\x5b\xaa\x33\x46\x84\x75\xdc\x98\x59\x02\xfb\x08\xb1\x26\xe8\x48\x7f\x81\xf0\x28\xd7\xea\x93\xb1\x4d\xa1\x1b\xc8\x72\x15\x02\xc4\x3a\x7e\xf9\xfe\xd2\x7b\xd9\x2c\x01\x6e\x04\x58\xac\x57\x24\x01\xbc\x6c\x6d\x38\xfd\xfc\xca\x9d\x2b\xdc\x3b\x62\x8e\x71\xfd\xce\x2b\x0d\xb3\x2d\xe1\x79\xc3\xc0\x06\xb6\xcc\x2b\x98\x5d\x54\x58\x13\x6e\x54\x7d\xc0\x36\x46\xa3\x5c\xc5\x4f\x06\x35\xf9\x5e\x20\x8b\x98\x0f\x0a\xc3\x3e\x5e\x83\xb1\x0a\xb8\x84\x8d\x81\x5e\x61\x05\x5b\x30\xf9\xf9\x05\x3c\x53\x8c\x57\x64\x8c\x39\x5a\x34\xa7\x18\xcc\xb6\x7a\x67\x8d\xfd\xea\x79\x32\xaf\x40\xb6\xb1\x60\x4d\xa0\x91\xfe\x02\x60\x51\xef\xbf\xcf\x45\x33\xb9\x4e\x20\x0b\x97\x0b\x05\xeb\xd8\xb4\x3d\x90\x0f\x46\xd6\xbe\x0b\x64\x14\x70\xe1\x9a\xe2\xbb\xe2\xce\x0b\xe6\xf0\xf3\xcb\x76\x9e\xd0\xae\xc0\x14\xf3\x9e\x3b\xa3\x04\xcc\xb6\x66\xe7\x0c\xf9\x6a\x19\x32\xb7\x28\xd2\x18\xb0\x26\xce\x48\x7f\x99\x91\x28\x57\xec\x93\xb1\x4c\xb6\x0f\xd8\x4e\x3b\x84\x80\x75\xb7\x4e\xd7\x4b\xff\xb0\xdc\x01\x4e\x16\x80\x70\x2e\xd7\x37\x78\xa9\x82\x39\x3b\xc7\x06\x3b\x43\x44\x97\x67\x88\x71\x9d\xce\x38\xef\x33\x6e\xad\xb3\x45\x7a\x75\xdc\x98\x45\xfe\x92\x38\xeb\xb3\x84\x06\x11\xfe\x37\xfa\x7c\x1e\xfc\x49\x37\x41\xc6\x7f\x15\x7e\xd8\xe3\x7f\x23\x14\xf7\x2c\x42\x25\x1e\x98\x1a\x8f\xfe\xe6\x54\xd6\xad\xbe\x29\x98\x4d\x57\x9d\x32\x66\x79\xf1\xa1\x0a\xf0\xc7\xd8\xa4\xf8\x95\x93\x5c\x3f\xe3\x5f\x8a\x7e\x7a\x37\x42\x97\xef\x60\xd3\x27\x2f\xa0\xb9\x0c\xda\x04\x08\xca\xf4\x05\x24\x79\x81\x57\xa2\x54\x47\x43\x95\x6a\x68\xa8\x52\x91\x86\x35\x4f\x43\x9f\x6b\x55\x45\x03\x93\x44\x55\x4e\x05\xc9\xd0\xc0\xa7\x8c\xd0\xa6\x96\xed\x61\x7e\x62\xc0\xd9\x9c\xae\xd2\xae\x48\x96\x8f\x5f\xeb\x47\x81\x3e\x9d\xef\x75\x9d\x67\xbf\x0d\xd0\xa3\xa1\x33\x8d\x4b\x54\xa1\x1a\xd8\xb6\xba\x9f\xd3\x98\x6d\xfc\xa6\x1b\xc7\x25\x88\x10\x9b\x47\xa1\x4d\x2e\x40\xd3\x3c\x60\x76\x06\xe5\xd4\x0c\x0d\x22\x6a\x45\x8a\x06\xdc\x8c\xea\x1d\xac\x5f\x3e\xf6\xe9\x0d\x24\x9b\x41\x98\x27\x49\x50\x54\x5c\x73\x36\xfb\xae\x12\x22\xce\xae\x6f\xad\x58\xb8\x27\xbc\xf0\x49\x39\xbc\x5b\x1c\x45\x28\x1b\x97\x42\x63\x13\x6a\x50\xa8\xc5\x6a\xd3\x66\xbd\x98\xca\x0c\x86\x10\x33\x4b\x3a\x0d\x3a\x5e\x0d\xf8\x4d\x82\x2e\x92\xd2\x76\xf8\x0d\x49\x4d\x27\x7f\x75\x2f\xde\x00\x25\xdf\xc4\x8d\xec\xf5\x16\xd7\xc8\xa9\x8a\x20\xc4\x3c\x97\x97\x56\x14\xd5\x7d\x70\xa9\x07\x9f\x45\x57\xc3\xad\xdb\xf9\x48\x52\xe0\xd5\x06\xa5\x9a\xb4\x2a\xb4\x66\x9d\xb6\x0d\x59\x61\x7d\x8b\x53\x57\x72\xee\xdd\x3b\x79\xe2\x15\xb6\x36\xde\x6a\xed\xfb\x28\x15\x73\x91\xd0\xa7\xe6\xc1\xa1\xb4\xa8\x1f\xed\x10\xb9\x8a\x7b\x1a\xd0\x14\x65\x77\xce\x24\x48\xe2\xe2\xd8\x65\x13\x3c\xe7\xcd\x49\x76\xc5\xc4\x1d\xa7\xa0\x21\x41\x57\x77\xe9\xbe\x5f\xe2\xa5\xbc\x5c\x79\xbe\x3e\x3d\xb5\x90\x8a\x86\xa6\xa7\x4e\xf2\xa0\x3e\x62\x92\xc5\x6c\x34\x7d\x9a\xea\xaa\x76\xaa\xfa\x91\x20\x0a\x40\x07\x79\x5c\xd1\xfc\x86\x78\xe3\x3e\x0d\x15\x32\x3d\x97\x24\xa5\xe6\x14\xbd\x2b\x4b\x52\x3d\xa4\xac\x21\x5d\x8f\x92\x56\x7b\xae\x6b\xe2\x20\xe1\xf3\x5b\x4b\x25\x95\x11\x79\xd1\x44\x1e\x8a\xb4\xa4\x60\xa4\x18\x26\x85\x74\xe1\xd5\x3e\x79\x74\x55\x3a\x91\x8e\x2a\x55\x92\x32\xa6\x65\xbf\x3b\x00\x68\x49\xa3\x89\xb4\xa4\x91\x05\x2d\x2f\x2f\x6b\x00\x2d\xc9\x75\x22\x2d\xc9\xd5\x82\x16\x6f\xed\xba\x00\x62\x9a\x64\x22\x31\x4d\xa2\x26\x46\xa1\x55\x47\xeb\x9c\x2a\x3c\x22\xdd\x7c\x1d\xcb\x76\x09\xf1\x65\x38\xf1\x7f\xd5\x94\x71\xe8\x35\xea\x95\x51\x85\xf3\xeb\x59\xf7\x1b\xab\x57\xd9\x20\x2d\xd5\x6c\x9b\x5b\x97\x9f\x09\x02\xc0\xce\x03\xa5\x4f\x36\x0b\x83\x84\x90\x09\x01\xf6\x02\x9a\x10\x19\x57\x85\xc9\xe1\x27\xc4\x95\xef\x71\x1c\x9e\x6f\x3b\x21\x8a\x71\x3e\x39\x27\x1c\xb7\x04\x6a\x14\x28\x30\x7a\xe9\xac\x92\x99\xe2\x4b\xdc\xaa\xa7\x95\x88\x80\x66\x5a\x85\x5e\x38\x3a\x4d\x8c\xe6\xf6\xd6\xe7\xb8\x2e\x27\x83\x4f\xb3\x08\x92\x2e\x71\x5d\xcf\x27\x4f\x7d\x35\xe1\x59\x86\x66\x29\x4f\x5a\xfe\xc0\xe4\xa9\x97\xa2\x5f\x1b\xa7\x48\x82\x10\xa5\x28\xab\xff\xc7\x27\xca\xd5\xdf\xe4\x76\xb3\x02\x06\x53\x63\x07\x41\x98\x67\x07\x52\xe7\xc5\x6f\xdd\x86\xc2\x6c\x46\x86\x9d\x2c\x8a\xbf\xc6\xd1\xa0\x91\x88\xad\xd5\xdb\x90\x9d\xcf\xa9\x3f\x0c\x75\xf6\x5d\x6b\xbb\x09\x67\x23\x4d\x37\x71\x8d\x52\x63\xfe\x44\xf7\x14\x26\x28\x28\x8f\xe7\xbc\xbe\xf1\x4e\xf9\x13\x7f\xd4\x16\x9d\x39\xc2\xc1\x9d\xa6\xde\x67\xed\xc8\x38\xbb\xa1\x32\xae\x4f\xe3\x13\x8a\xf6\xd8\xce\x91\xaf\x72\x92\xf1\x8d\xd4\xf9\x68\xd6\xfe\xfa\x65\x08\xf2\x5f\x80\x1e\x28\x0e\xbb\xd2\x61\xc9\xd3\x40\x5b\xc9\xfc\x8a\x9b\x17\x9f\xfd\xd6\x01\xea\x06\xe3\x89\x50\x7b\x9a\x78\x32\xc0\xde\xdc\xb6\x32\x0e\xc8\x0f\xc5\x2d\x00\x72\xa8\x37\x65\xee\xec\x21\x6e\x28\x88\x06\x27\x9e\x50\x8e\x47\xcc\xb9\xd9\xf9\x88\x84\xea\xe2\xa2\x9f\x8a\x4a\x9a\xd5\xc1\x17\xf3\xc6\x21\x15\xeb\x75\x22\x2e\x15\x69\x8d\x4b\x4c\xee\x0a\xa3\xde\xb2\x4e\xdf\x89\x25\xf2\x49\xdd\xf9\xb1\x3f\x43\x9e\x78\x13\x80\x5f\xe3\x93\x23\x0d\xc9\x7b\x52\x88\xfe\xe8\x2d\xbc\x05\x51\x52\x00\x37\x83\xa2\x23\xad\xf7\x5e\xd2\xfe\x68\xdb\x5e\xe3\xab\x95\x35\x27\x2b\xdf\x34\x7a\x33\xd1\x40\x5a\x61\x24\x32\x94\xbd\xf5\xa7\x67\x39\x87\xeb\x3c\x4f\xce\x41\xd9\xcb\x08\x11\x0e\xfc\x1f\x07\xcb\xf3\x91\xe8\x4a\xb1\x68\x3f\x79\x5d\xd5\x41\x29\xa9\x5f\xc0\xe0\x5c\xac\x88\xc3\x91\x92\xd4\xfa\x17\xe5\xdb\x12\x4f\x38\xfd\x93\x06\x1d\x2e\x71\x59\xd5\x4e\x78\x8b\x93\xe8\xa3\x71\xc0\x23\x08\xce\x64\x70\x3c\x59\x99\x29\x75\xd7\x49\xd0\xe3\x01\x49\xf8\x08\xaa\x8d\x93\xf0\xc6\xc8\x47\xde\x4c\xa3\xe6\x52\xe7\x9a\x61\xcd\x7a\xe1\xcd\x54\xa6\x59\x90\xce\x71\x8e\xa7\x12\x33\x50\x4a\x24\xf7\xc2\xe8\x19\x73\xaa\x22\x89\xeb\xb7\xce\xad\x45\x8d\x60\x7f\x47\xad\x72\xbe\x74\x46\xf7\x18\x88\x93\x9a\x88\x4b\xf6\x50\x61\x0d\x87\xcf\x98\x16\x40\xa2\x3d\x3a\xd8\x9f\x30\x24\xad\x55\xca\x99\xcd\xba\x69\xee\xa2\x1f\x3f\xc9\xf1\xa9\x82\x22\x8a\xe6\xc2\x24\xd0\xec\xd1\xe2\x1c\xd0\xa7\x80\xa8\x90\x15\x4d\xc9\x15\x46\x93\x94\x24\x23\x45\xfd\xae\x47\xb6\x31\xb2\xed\x56\x8c\xc6\xa2\xba\x2d\x8a\x4b\x14\x76\xb9\xb0\xef\x69\x36\x52\x71\x34\x69\xf6\x1c\xbb\x1f\xdf\x90\x53\x86\xea\xa0\x91\x12\xd2\x4a\x2b\x0a\x3b\x95\x52\x3d\x62\xeb\xdf\xa0\x1d\xd5\xb4\x58\xa8\x49\x19\x3d\xb6\xfa\x52\xaa\x89\xa4\xba\xf4\x69\xce\x4e\x19\x8e\x4c\x87\x8e\xf4\xe4\x24\x2d\xdf\xf2\xc3\x48\x14\xd3\x8c\x35\xbf\x04\x83\x16\xd8\x11\x1b\x32\x24\xb5\x1e\xce\x79\x23\x39\x9e\x1a\x61\xf1\xf8\x72\x28\x20\x43\xf6\x33\xfd\x2b\xd0\x50\x52\xde\x48\x7c\x05\x2b\x81\x1f\xdd\x25\xf9\xf7\x51\x76\x10\x19\x87\x29\xc6\x8c\x63\x8d\x1c\x56\xe7\x54\x75\x89\xea\xf0\x76\xd2\x59\x56\x63\x2b\x5c\xa7\x19\x98\x9e\x3e\xb3\x65\x1f\xc6\x0c\x91\xb5\xa4\x49\xf6\x0d\x6d\xd9\x5a\x71\x16\x4d\x9d\x22\x09\x30\xf3\x9a\x5a\xb0\xf3\xc5\x73\xd4\xe0\xa6\x77\xd5\x83\xb7\x18\xfa\x4f\xf6\x7c\xe0\xc0\x40\x4c\xe1\x00\x2d\x38\xc4\xf5\x31\x81\x52\x01\xd0\x86\xd6\x0e\x74\xe2\x7c\xda\x10\x2b\x85\xb3\x16\xb6\xc9\xa4\x0e\xa2\x37\x95\x68\x09\x06\x6b\xf2\x59\x1c\xec\x73\xc0\x09\x44\x25\x6a\xb2\xd2\x2f\xf0\x2a\x32\x6a\xa1\x50\x9d\x1e\x95\x63\x6b\x6f\x27\x75\x07\xc9\xcd\x0c\x43\xe8\x91\x6d\x61\xc8\xfa\x02\x21\x46\xe3\x47\x3d\x8a\x6f\x75\xc6\x51\x0d\x9e\xdb\x0c\xda\x22\x2c\xec\x5e\x00\xc7\x34\xb2\x94\x16\x53\x25\x00\x8a\x4d\x16\xaf\x7a\xe2\xa8\xaa\x27\x85\x9d\x13\x09\x2d\xf3\x4f\xd3\xea\x36\x14\x07\x8a\xf3\x4c\x20\xa9\xbe\x39\x03\x73\x7e\xcc\x7e\xda\x58\xb3\x7b\x06\xfc\xdd\xb9\x74\x42\x2f\xdd\x5a\x19\xf7\x63\x87\x8e\x5f\x3c\x96\xd8\xa8\x2d\xcf\xa3\xfc\x38\xaf\x50\xcf\xd3\x05\x80\xd1\xfa\x8e\x58\xd5\xc4\x74\x35\x05\xe3\x58\x5d\x31\x08\xbf\xc5\x62\x74\x82\xa2\x40\x99\xc4\xa3\xcf\xb6\x29\x4a\x84\x1b\xbd\x81\x75\x57\x8b\x75\x21\x3f\xa9\x48\x50\x93\x96\xe3\x9b\x67\xfd\xc5\x9f\x35\xb8\x3b\xc0\xde\xc6\x75\x6a\xb5\xb5\xb1\x1d\xfd\x64\x1e\x1c\xd7\x9a\x7d\x81\xad\x04\x18\xa8\x08\x65\xd1\xeb\x18\xd4\x8e\x04\x96\x4b\x80\x6e\xf9\xe6\x13\xbb\x9a\x30\x5c\x0d\xac\xf8\xc4\xce\x14\xeb\xc5\x9e\xf3\xcf\x99\xc1\x28\xff\x2d\xfb\x22\xe4\x49\xcc\x05\xc3\x27\x02\x6c\xc8\x96\x4f\x4a\x23\xbf\xea\x87\xd0\x1a\xed\x84\xf3\xa8\x5d\xb5\x39\x65\x58\xcc\x54\x7d\x0e\x12\x2a\x13\x39\x02\x3c\xfc\xeb\xc0\xda\xc3\x3e\x7b\xe1\x43\xdf\x6f\x72\xb5\x39\x2f\x93\xe6\x23\xad\xdd\x15\x5e\xff\xd8\xdd\x26\xe6\xea\xa1\x63\x3e\x2f\x7e\x5a\xac\x8b\x46\xf2\x15\xc3\x8c\xa4\x98\x5b\x8f\xc5\x56\xe1\x5c\x82\x00\xda\x2d\x79\x11\x4b\xbb\xd8\x26\xf4\xdf\x43\x8e\xd6\xd3\xb7\xfb\x20\x81\xed\xaa\x4a\xad\x66\x09\x37\xb7\x14\x18\x4a\x09\x44\x62\x9e\xa4\xc5\xdc\x7a\x92\xc4\xa8\x00\xed\x24\x46\xc4\x02\x97\x18\x25\xa4\x49\x62\x66\xfd\x7c\xe4\x89\x95\x3d\x9a\xd6\x37\x3e\x26\xe2\xa9\x82\x22\x3a\xeb\x7e\x3c\x23\x32\x1b\xdf\xcc\xde\xc9\x88\xad\xa6\x5f\x61\x30\xcb\xfa\x82\xc5\x24\x66\xc2\x6d\x35\x08\x29\xce\x01\x9d\x4d\x50\xe4\xb9\x7e\x44\xaa\xed\x0e\x2f\x13\xd7\xa1\xe5\x22\x9c\xd7\xe7\x30\x45\x71\xc9\xa1\x6c\x1c\x84\x4f\x6b\x3d\x29\xcf\x58\x7f\x89\x22\xf2\xf4\x2c\x52\xb9\x80\x3c\xd9\x03\x34\xbe\x36\x05\x91\x41\x8a\x66\x71\xed\x49\xc5\x97\xd7\xcb\x73\xc9\x2e\x5f\x4c\xfd\xad\x2b\x9e\x5c\x94\x71\x56\xd3\x93\x80\x13\x44\x7f\xb9\x57\xf5\x11\x35\x41\x58\x9f\x24\x8f\xf8\x6b\x65\x69\x9c\x31\x5b\x16\x1b\x56\xa7\x17\xe0\xdb\x67\xca\x13\xb8\xe4\xf2\xd0\xa8\x44\x3c\xde\x17\xa5\x57\xcd\xb8\x13\x94\xdc\xa2\x92\xd5\x9b\x7f\xeb\x09\x6e\x2d\x35\xfa\xa1\x46\xff\xe5\x9f\xe4\x13\xa2\x36\x7e\x84\x5b\x77\x94\x3b\x10\xd2\x8b\x7b\xdd\x95\xb2\x37\x54\xb2\x9f\x92\xe7\xf7\x22\xcb\x77\x2c\xa5\x81\x77\xef\x2b\x6a\xe9\x43\x0b\x49\xdb\xf4\x49\xd7\xd4\x94\x6a\xfe\x07\xf7\x1c\x81\xc7\x27\x7c\x47\x4e\x6f\xbb\xd9\x72\xfc\xbc\x89\xf6\x23\x8e\xb7\x0f\xad\x39\xde\x11\x23\x27\x62\xac\x9c\x64\x48\x7e\xed\x90\xfc\x26\xc7\xf2\x66\xc8\x92\x3b\x81\xb0\x96\x3b\xf3\xd0\xa7\x66\x35\x7a\x41\x21\x32\xb3\x92\x8e\x72\xe4\x1b\x30\xdd\x30\xad\x73\x89\x13\xc0\x8e\xc0\x4b\x2f\x08\xac\x2f\x24\x88\xce\xfe\x19\xf8\x81\xbb\xb4\x3f\x85\x4f\x58\x47\x9b\xe4\xeb\x08\xaa\x7a\x3b\x2d\xd6\xab\x30\x47\xd4\xb6\xc3\x17\x90\x79\xd1\xb9\x6c\x06\x4d\x66\x43\x32\xc3\xa1\xa3\xef\xbe\xff\xd9\x77\xdf\x2f\xf0\xff\xcf\x72\x07\x6f\x58\x81\xe4\xbe\x66\x87\xac\xf5\xaf\x18\x26\x40\xe2\x5d\xb2\x47\x09\xd1\xb7\xe2\x70\x9c\x38\x0d\xae\xe8\x78\x2f\x93\x1f\xdf\x45\x41\x1d\x1c\xc9\xef\x9f\xab\xaf\xd7\x9f\x9a\x34\x39\x85\xb7\xa0\xac\x50\xfd\xe9\x5e\x5f\x9c\xc3\xf2\xfd\xe6\x97\xea\xeb\x75\xd1\xa4\x49\x56\x7d\xfa\x70\xab\xeb\xe2\xf8\xf3\xcf\xaf\xaf\xaf\xab\xd7\xcd\x2a\x2f\xaf\x3f\xaf\x5d\xd7\xc5\xa0\x1f\x16\x84\xcd\x9f\x3e\x1c\x3e\x2c\xe8\x34\xe1\x3f\xdf\x6f\xfe\xf0\x7e\xf3\x4b\x11\xd4\xb7\xc5\x25\x4e\x92\x4f\x1f\xde\xaf\x37\x97\xcb\xe5\xc3\x22\xfa\xf4\x21\xdd\xad\xfc\xdd\x76\xb5\xf7\x9d\xcd\xca\x7f\x59\x6c\x56\x3b\x6f\x8d\xe7\x73\x73\xc0\xff\xf5\xff\xe8\x2e\xb6\xab\xf5\x2e\x59\xaf\x5e\xf6\xdb\xc5\x7a\xf5\xf2\xf2\xc7\xc3\x62\xbd\xf2\x5e\x36\xbf\x7f\xf8\x99\xe2\xc5\xfd\xbe\xdf\xfc\xe1\x9d\x46\x3d\xeb\xf9\x86\xb7\xb5\x1a\x95\x69\x9c\x05\xb5\xb5\xee\xd4\xec\x56\xdf\x92\x9e\xef\x3b\x9b\xdb\x61\x36\xb7\xec\x6c\x56\x75\x99\x7f\x41\xdc\x7c\xfe\xc9\x5d\xac\x6f\xdb\xd9\xe6\xa6\x53\xb4\x13\x8d\x09\x48\x46\x7c\x4b\x42\x9e\x91\x16\x0b\x72\x88\x9f\xd5\x46\x77\xf8\xb2\xfb\x4d\x5a\x64\xff\xf6\xb4\x86\xb7\x1e\x04\x0d\xff\xfd\x35\x46\xaf\xff\x98\x37\x9f\x3e\x38\xdb\x85\xb3\x5d\x1c\x16\x9d\x2e\x09\xe3\x32\x4c\xd0\xa2\xfc\xf4\x61\xf3\x81\xd7\x29\x60\xc1\xd3\xf1\xe4\xfb\x49\x5d\xf5\x1a\xd7\xe1\x8d\xbf\xa6\xbb\x36\x6c\x03\x14\xc6\x6a\x5f\x19\xcc\x7d\xa7\xc5\x2e\xee\xe5\x41\x92\x74\x5b\xa4\xca\xf9\x05\xe9\x7e\x24\x2f\x7d\xf2\x20\x62\x40\xc8\xc8\xe2\x3c\xb4\xd8\xf2\x76\x16\xdb\xa2\xf9\x48\xc9\x25\x4f\x3b\x9a\x5b\x97\x2d\xd9\xd5\xc9\x0b\xe1\xf1\x90\xe0\x43\x24\x80\xe6\x55\x41\x41\x85\x9c\x98\xa4\x4d\x5a\xb2\x0a\x5b\xf6\xb6\x3b\x13\x8c\xdf\x75\x67\x47\xd2\xdd\x25\x2f\xd3\x51\x13\x96\x12\x75\xab\xe5\x37\x24\xf2\x5f\x9f\x02\x08\x9b\xa8\xbc\x89\x13\x3f\x39\xd5\x0b\x58\x3c\xcd\x99\x60\xf4\xb8\x26\x29\x4e\xc6\xbe\x1e\xb1\x86\xce\x51\x12\xd4\xe8\xbf\xff\x48\x57\x5f\x2b\xcd\x8a\x97\xd3\x08\xfe\x8e\x5a\x8d\x3a\x6f\xba\x71\x06\x45\x81\x82\x32\xc8\xc2\x36\xb9\x89\xf8\x9b\xb1\xb1\x7f\x70\x5d\x77\xf1\xed\xad\x18\x5f\x6a\x93\xd2\x50\x30\x35\x63\xd6\xc4\x15\xb0\xbe\x6d\x7f\x4f\xdd\x05\x36\x43\x37\xb7\xed\xd8\xe4\x5c\xb4\x5f\xc6\xd0\x58\x2d\x8d\xcc\xfe\x7c\x28\x9a\x85\xe7\x16\xcd\x70\x48\x98\x25\xba\xcc\x7d\x1a\x6e\x88\x32\x4b\xa3\x5e\x7b\x56\x59\x2a\x63\x2e\x6d\xdc\xb9\xdd\x05\x16\x42\x1c\x5a\xfa\x49\xa3\xf6\x8a\xb5\xe4\xa6\xa4\xd4\xe1\xa1\x2d\x7f\xc7\xfb\x61\x4e\x6d\xde\x3b\x8d\xa3\x8f\xed\xee\x78\x74\x52\x12\x8a\xb8\xcb\x0d\x78\x97\x67\xb8\x01\xe7\xaf\xe9\x3d\xa9\xe3\x22\x41\x92\xc0\x39\xdf\x10\x4f\xcf\x6f\xc4\x43\x43\xfe\xfc\xf4\xce\x7b\xf7\xdb\xc7\xb1\x2d\x45\x96\x40\x3b\x13\xf4\x4b\x4e\xd0\xf7\x39\xfc\x40\xcd\x75\xfc\x0c\xe9\x0e\x79\x74\x84\x63\xa8\x29\x02\xe6\x96\x92\xf6\xb4\xdf\xc2\x39\x69\xfe\xbb\x43\x98\x5e\xc6\xd9\xb5\x75\xd3\xb0\x29\x0f\xc8\x3d\x06\x6e\x96\x61\x5c\x77\xaa\xf4\x6d\x1c\x38\x34\x05\x77\x4f\x43\xba\x27\x9a\xc1\x61\x3d\xf6\xd4\xf2\xce\xdb\xc1\x61\x60\x22\x28\xb9\xbe\x8d\x63\xdf\x86\xeb\x09\x23\x7a\x24\x8e\xe3\x11\x35\x5a\x62\xc8\xb5\x58\xa9\x86\x30\xab\x00\xb3\x7b\x09\xb0\xae\x87\x7b\xc8\xf2\x50\xbb\xa4\x47\xce\xe5\x6c\xce\x0a\x37\x10\xa1\xbb\xbe\x06\xbf\xd9\xfd\xac\xf6\x81\xf4\x3d\xf2\x35\xea\x6e\x60\x8e\xc0\x25\xee\x45\x96\x7c\x5b\xa7\x22\x43\x57\x12\x64\xd7\x1f\x51\xf6\x51\x82\x57\x4c\xbd\xf2\x8f\x65\xfe\x5a\xa1\x77\x00\xac\x12\x64\xbf\xe2\xdd\xdb\x39\x13\x14\xbf\x09\x98\x83\xba\x2e\x7f\x64\xde\x1b\x18\xaa\x1a\xb4\xdc\x51\xd9\x26\x23\x90\x6e\xab\x13\x36\xc9\x36\x40\x22\xc8\xa8\x39\x86\x03\x9d\x6e\x9e\xf3\x64\x5c\xdb\x17\xdf\xf5\xf7\xc6\xfd\xb9\xfb\x96\x73\xe4\xf2\xec\xd2\x19\x29\xae\x66\x29\x2f\xa6\x2b\xa4\x8a\x4b\x9e\xd4\x65\xff\xe0\xd9\x8b\xd7\x0a\xa5\xa9\x4d\x56\x77\xea\x55\x8a\x28\x4d\x72\x4f\xae\x64\x06\x3e\x9e\x34\x37\x48\xfb\x13\x7c\x76\x45\x13\x8c\x4c\x21\x77\x46\xcf\xe4\x2d\x9b\x55\xcf\x85\x28\x3f\x42\x41\x6b\xd3\x98\x6d\x12\xa6\xf5\xf1\xd8\x91\x5d\x25\x31\x89\x61\xde\xee\xe9\x79\x1c\x8a\xc2\x92\x8d\x25\x7d\x39\x55\x27\xf1\x7d\xe2\xdd\x99\x3c\xf9\x5e\xfd\x55\xdf\xb8\x23\xc6\xe0\xc0\x27\xca\xfe\x03\x0b\xe3\x2c\xc8\xf9\x3f\x59\x96\x78\x37\xf0\x10\x9a\x6e\x57\x88\xc7\xd8\x06\x9e\x90\x2f\xcb\x69\xb5\x13\x77\x28\xfc\xe6\x5e\x8c\xef\xe4\x2c\x61\xa3\x2e\xcf\x1d\xeb\x21\xd3\x26\x9c\xeb\x4f\xe0\x73\xbe\x06\xb9\x3a\x07\x10\x0d\x90\x5a\xe2\x2c\xef\x59\x86\xb7\x76\x4c\x6b\x28\x2b\x7c\xde\x1e\xfa\x38\x1b\x45\x96\x6d\x8c\x11\xac\x71\xa3\xf0\x5e\x56\x79\x79\x6c\x5d\x7c\x9d\xe4\xad\xd8\x38\x98\x59\xad\x8d\xd5\xc5\xec\xcb\x80\xf4\xf0\x77\x81\xb7\x9a\x04\x91\x67\xd3\x24\x5d\xc0\xfa\xb4\x94\x33\xf8\xfe\x3d\x08\x76\xf5\xad\x24\x9a\x4f\x46\xc8\x3c\xe9\x92\xf8\x8d\xb2\x25\x12\x62\xfe\xbe\x04\x40\xd3\x25\xf0\x6a\xa2\xe8\x57\x73\xc9\x7c\xa5\x12\x76\x3e\x1d\x9f\x5a\xd8\x29\xa7\x56\xfe\xb7\x16\xf6\x4b\x9c\x24\x4e\x92\xbf\xca\xeb\x90\x71\x0b\x93\x11\x6c\x30\xe6\x7b\x51\xd8\x61\x16\x2e\xb0\xf9\xb2\xaf\x79\xb8\xbe\x7a\xd7\xb5\xc2\x6e\x56\xc4\x9b\xa6\x62\x15\x76\xe9\x76\x22\x22\x74\x09\xee\x89\xfa\xc6\xc7\x08\xe9\xc8\xdc\x7e\x9a\x4c\x51\xcd\x4e\xa6\xac\x9a\x4a\x92\xd5\xa5\x29\xc0\x31\xb8\x0d\x15\x7c\x1f\xd5\xf4\xa4\x3e\xfa\xf6\x63\x57\x68\xb0\x2c\xf8\xaa\x4d\x27\x27\xcf\x1e\x3f\xfa\xa8\x4c\x99\xe8\x35\x0b\xbe\xd2\x52\x2f\x8a\xd4\x89\x9a\x2f\x77\x3a\x50\xd5\x77\xa2\xfd\x7b\x9a\x3b\x0f\x96\x26\xb3\x03\x5a\x29\x0a\xad\xf0\x62\x0f\xbb\x96\x86\x71\xd6\xc1\xb9\x12\x92\xfa\x6a\xf2\xfc\x4b\x8f\x9f\x1d\x1a\x86\x69\x23\x2f\x94\x3c\xa3\x37\x77\x35\xba\x3d\xf4\xa9\x6e\x30\xaf\xd6\x92\x9c\x99\xf2\xaf\x1e\xc7\x04\xe9\xa6\x42\x68\xd9\x26\x59\xe5\x1c\xa2\xd4\x01\xb5\xe8\xfe\x77\x2a\x5b\x56\xe6\xac\xa5\xca\xed\xd1\x70\xbd\x93\xef\x8c\xa4\x52\xad\x6e\x78\xb9\x77\x7d\x43\xc6\xbe\x52\x6e\xff\xde\x8b\x17\xad\xbd\x93\x96\x2b\x5d\x23\x43\xc5\xbb\xa1\x5b\x31\x5d\xbd\x6d\x1e\xab\x93\x31\xb3\x18\xee\xab\x88\x93\x64\x2c\x9a\xa6\xeb\x85\x12\x48\x65\x7a\x4d\xa6\x2d\xad\x4b\x35\xf4\xa5\xb2\x9d\x75\x57\x88\x31\x34\xb6\x21\x86\xa9\x94\x77\x89\xdb\x30\x7d\xf1\x29\x91\x46\x1f\xc7\xca\xfb\xa1\x19\xe9\x62\x14\x99\x3a\xeb\x1b\x0a\x3d\x3a\xe7\xa0\x8a\xf1\x5c\x90\x1f\xd7\x32\x7f\x3d\x7a\x90\xce\xeb\xe0\xdc\xa5\xc1\xfb\x4c\x7e\x14\x01\x73\xb1\x5f\xae\xae\x38\x98\x56\x54\x0d\xf9\x79\xb3\xe0\xeb\x39\x28\xdf\xc6\x5a\x1b\x92\x1b\x96\x02\x4b\xf9\x41\x12\x8f\x62\x5a\x82\x38\x93\x5d\xe2\x1d\x35\x71\x2e\xc9\x3d\x96\xe4\x40\x18\x37\x4c\xae\x90\x56\x29\x08\x57\x25\x9f\x4d\xa1\x55\x93\x98\xb2\xc8\x98\x72\xb5\x92\x4f\xae\x9d\x33\xaa\x5f\x91\x2c\x53\x37\xed\xd2\x39\x97\x6c\xec\x54\x15\xbb\x97\x7c\x32\xdb\xf9\xd8\x47\xdf\x78\x8c\x82\x87\x1b\x6f\x3d\x8e\x5d\x76\x0f\x21\x9f\x87\xb3\xa4\x6a\x36\x8d\xa1\x8d\xe5\x1e\x8e\x01\xe5\xa6\xcb\x28\x5b\xe4\x0c\x16\x4c\xdb\x1b\xa3\xfd\x78\x20\x21\xae\x6e\x40\xc2\xeb\x6b\x5a\xbf\x87\xcf\x5f\x57\xd5\x41\x1d\x87\x4a\x2c\xe4\xa3\x29\xe9\xfc\x6b\x83\xc0\x9a\x90\x6f\x8b\xb8\xab\xc6\x25\x93\x63\x46\x4b\x91\x80\x29\xa3\xa8\xd4\x84\x92\x0f\x20\x25\xe7\x37\x21\xa9\xbc\xd6\xbe\x91\x44\xda\xd4\x1f\x85\x8f\x3e\xf0\x55\x5c\x71\xe0\x09\x34\x48\x68\xd7\x6a\x82\x8c\xb6\xa0\x4e\x1c\xe6\x99\x78\xe1\x1f\xb3\x71\x41\xfe\x33\xdc\xe6\x31\xd5\x6d\x18\xc2\x76\xa6\x1b\x33\x2b\x69\xf1\x86\x41\x0e\x9d\x2a\x2c\xf3\x24\x79\x4b\x83\xa6\xe3\xde\xde\xff\x7a\xeb\x23\x92\xce\x83\xe6\x7f\xee\x4a\xf6\x04\x4d\x5f\x56\xc9\x5f\xbd\xc8\xab\x19\xb5\xd8\xe9\xed\x0e\xfa\x29\xb4\x49\xb7\x4b\x1b\xeb\xb5\xbc\x1c\x44\xad\xef\xe5\xed\xd5\x9a\x5f\xde\x5e\xbd\x07\xc8\xdb\x37\x89\x49\x49\xc0\x2b\x56\x89\xfd\x50\x93\x81\xc4\x8d\xcb\xfc\x75\xd1\x56\x49\xb0\xc9\xfc\x2d\x62\xe4\x94\xaa\xa0\x47\xcb\xfc\xd5\x0e\x81\xa8\xe2\x00\x79\x39\xf5\xe8\xe4\x6a\x77\x25\xcd\x44\xad\x5b\xee\x7f\x17\x4c\x2a\x98\x83\x19\x62\xd8\xbf\xa5\xf3\xd1\x69\x8e\xfe\xee\xc2\xd7\xb8\x8a\xcf\xb2\xf2\x03\x4a\x2c\xfd\x46\xc3\xee\xdf\xff\x21\x4e\x8b\xbc\xac\x83\xac\x66\x37\x1b\x79\x12\x7a\x25\xe6\x6e\xcb\xe1\x4c\xe0\xb1\x12\xdb\xef\xf6\x30\x25\x96\x46\x16\xb2\xc2\x35\x86\xc9\x0a\x0f\x62\x96\x15\xbe\xbd\x59\x56\xf8\xf6\x66\x59\xe1\xdb\x4f\x51\x62\xaa\x52\x77\x62\x3f\x73\x2b\xb1\x34\x7a\x52\x89\xf1\x08\x9e\x56\x62\x22\xba\x99\x95\xd8\xdf\xbc\x60\xda\x2a\x31\x7e\x3e\xa6\x2a\x31\x06\xcb\xcc\x4a\x8c\xc1\x0c\x54\x62\x2f\x2f\x1e\x4c\x89\x91\x1c\x36\x50\x59\xe1\x1a\xc3\x64\x85\x07\x31\xcb\x0a\xdf\xde\x2c\x2b\x7c\x7b\xb3\xac\xf0\xed\xa7\x28\x31\x55\x8d\x4c\xb1\x9f\xb9\x95\x58\x72\x7d\x52\x89\xf1\x08\x9e\x56\x62\x22\xba\x99\x95\xd8\xdf\xbc\x60\xda\x2a\x31\x7e\x3e\xa6\x2a\x31\x06\xcb\xcc\x4a\x8c\xc1\x0c\x54\x62\x9e\xf7\xf2\x02\xd3\x62\x4d\x62\x21\x2c\x5c\x63\x98\xb0\xf0\x20\x66\x61\xe1\xdb\x9b\x85\x85\x6f\x6f\x16\x16\xbe\xfd\x14\x2d\xa6\xac\xae\x2b\x76\x34\xb7\x1a\x6b\x92\x27\xd5\x18\x8f\xe0\x69\x35\x26\xa2\x9b\x59\x8d\xfd\xcd\x4b\xa6\xad\x1a\xe3\xe7\x63\xaa\x1a\x63\xb0\xcc\xac\xc6\x18\xcc\x72\x35\xa6\x87\x9f\x79\x39\xc1\x85\xcb\x56\xb2\xac\xc4\xca\x4a\xa6\xac\x04\xca\x4e\xcf\xe9\x71\x3d\xa7\x78\xe6\xd4\x3a\xdf\x52\xe5\xfc\xad\x89\x84\xa5\x82\x99\x41\xbb\x7c\x23\xd5\xa2\xd7\x2b\x2a\xd8\x84\x7e\x0b\xdc\xfe\x22\x11\x33\x25\xff\x24\x6d\x0d\xf1\x0d\x19\x04\x8d\x75\x70\x9f\x67\xe3\x7f\xab\x17\xf9\x0d\x8d\x31\x1a\x5e\xe8\xc7\x88\x14\x57\x3d\x0c\x88\xac\x46\xc2\x43\xaa\x46\xb4\x9f\x44\x88\x78\x7f\x88\xc5\xb8\xb1\xc2\x48\x23\xf0\xc3\x7d\x80\x29\x83\xd3\xdd\xa9\x30\x81\x56\xb7\xfc\xd5\x06\x50\xb8\x9b\xf1\x84\x88\xf4\xe1\x41\xf6\x3a\x0c\x8b\xc9\xfb\x78\x7a\x42\x70\x14\xb1\xb7\x6f\x9b\x67\x66\xe3\x0e\xa9\x00\x36\xae\x2c\xa3\x51\x3b\x96\x45\xfb\xff\x56\xfe\xc7\x0f\xed\x3b\xcc\x50\x14\x06\xc5\xa7\x0f\x84\xd0\xfe\x71\x1a\xd7\xa8\x4c\xe2\x34\xae\x3f\x7d\xf0\xdc\xfe\x71\xdb\xe3\x9a\x66\x15\xd8\x2e\xf6\xb7\xf5\xfa\x4f\xdb\x85\xe7\xd3\xff\x5d\x6f\x6e\xeb\x35\x20\x69\x8d\x9c\x77\x43\xed\xe3\x69\xbc\x47\x4d\xbd\x08\x80\x62\x45\x1b\x5b\x2d\xed\x16\x64\x82\x96\x1a\xdf\x3d\x50\x76\x69\x7d\x95\x41\x75\xaf\x41\x1d\x59\xbe\xa1\x14\x45\x40\x72\x64\x8d\x4d\x91\x6b\x19\x08\xcb\x34\xe5\xd5\xa9\xd1\x70\x38\xa5\x01\xed\x50\xb6\x09\x88\xb7\xfe\x34\x32\xa5\x26\xc0\x66\x22\x24\xdb\xc0\x24\xfa\xed\x78\xad\xde\x7c\x44\x06\xec\x27\x71\x40\x53\xe2\x1d\x40\x90\xb8\x7d\x89\x34\xa9\x6e\x62\xca\x69\x02\x6f\x61\x9a\xe1\x18\x76\x30\x0d\xa4\x76\x03\x1b\xc3\xf1\xfb\x97\x15\xf7\xc0\xe3\xd4\xb2\xde\x30\x52\x2d\xac\x76\xac\x32\x48\xe9\x6e\x0d\x5f\xf5\xed\x1e\x0a\xed\x52\xba\xa3\x8f\xae\xf9\x76\xbb\xfa\x54\x4d\xc0\x6e\xec\x96\x94\xfd\x9b\x34\x06\xd6\xbe\xbf\x5c\x0c\xff\xf9\x37\x63\x12\xf0\xfc\x94\xe6\x3f\x57\x30\x7b\xb0\x1e\x26\xcf\xb1\xde\x80\x90\xb4\xb5\xd9\x12\x58\xf3\xc1\x66\x50\x1a\x8a\xa4\xad\xed\xb6\x0c\x89\x51\xa3\xc8\x8e\x1c\x94\xd1\xdb\x6b\x5e\x46\xf4\x48\x7c\x2e\x51\xf0\xc5\xc1\xbf\xb9\xaf\x0c\x93\xb8\x18\x2e\xda\x8d\x6e\x50\xaf\xbd\xb5\xbf\x7e\x19\xdf\xc0\x93\x5d\xca\x97\x5f\xc5\x03\xdc\xbd\xd4\x56\x90\x95\x8f\xeb\xf3\x4d\x28\xd6\x7e\x32\x15\x5d\x27\x50\x2b\x72\xcd\x93\x24\x7c\x17\x3e\xc3\x10\x32\x4b\xd4\x79\xd1\x3d\x32\xa3\x62\x33\xd7\xab\x6e\xd6\xb3\xe9\x02\x9d\x85\x57\x34\x1f\x95\x57\xed\xf5\x4d\x5b\x46\x01\xa8\x1a\xaa\x3f\x68\x72\xe7\xab\x3b\x93\xa5\xbc\x37\xb6\x36\x50\x87\xff\xeb\xdc\x50\x10\xa1\xf2\x27\x86\x54\xc9\x07\x4a\xc2\x60\x7e\xa2\xa0\x97\x3c\x67\x8a\x58\xaa\x32\x8c\xe0\x96\xe7\x3c\x7a\xbc\xf1\x89\x44\x84\x32\xc6\x4c\xfe\xfc\xa2\xe9\x6f\x84\x7a\xca\xe4\x4b\x18\x6b\x1d\xd7\x09\x12\xd2\x62\x2b\xf3\x63\x61\x80\xea\x7e\x96\xc1\xf0\x5f\x53\x28\x8b\xf2\xd3\x3e\x51\x53\xb3\x73\x69\x2c\xfb\x4d\xa0\xac\x3f\x79\xea\xa1\x7e\x1a\xfe\xe4\x96\x98\x9e\x33\x74\x52\xc7\x77\x78\x45\x45\xe1\x6e\x04\x91\x31\x29\x15\x65\x7d\xb2\x2e\x4d\x9c\x99\x2a\xd9\xfa\x54\x0a\xf4\x42\xf2\xc8\x5d\xa8\xd8\xdc\x09\xa4\xc5\xb0\xf1\x94\x1b\xc6\x6c\x35\x46\x4a\x82\x64\xb5\xf7\xd9\x71\x5c\xd9\x98\xc6\x8f\xb4\x3c\x94\x7d\xba\xe6\x8a\xdf\x87\x69\x97\x42\x8b\x87\x7c\xbb\x23\x5f\xf0\x5c\x57\x5c\xb9\xbd\xd5\x8e\xfb\x1e\xad\xad\xdc\xd7\x3e\x55\xf4\x17\xa7\x57\x07\xcb\x7f\x12\x3c\x8c\x93\x3e\x24\x0c\xe2\xa3\x09\xfd\xf5\x71\xfb\x34\x47\x2d\x09\x8a\x91\x62\xe2\x68\x9f\x9a\x06\x75\x5e\x50\x97\x76\x75\x2b\xf1\x72\x36\xa4\x04\x32\xf7\x88\x11\x7e\x8b\xfd\xe9\x89\xe1\x7f\xc3\xad\x49\x41\x55\x84\xc2\xce\x38\xe2\xc5\x97\x7c\x06\x0e\xbe\x6d\xdd\xe3\x92\x7c\x5d\xd2\xc7\xf4\x48\x44\x8f\x2f\x1c\xe9\x17\x42\xf9\x14\x47\xf1\xf9\xb9\x40\x6b\xbb\x7b\x89\x6b\xce\xe5\xd0\x8f\xb1\x13\xe4\x0a\xec\x6d\x15\x9c\x79\x58\x41\x8d\x2a\x03\x2f\x00\x84\xa8\xc6\x69\x06\xa5\x1b\xd7\x1b\x9b\x2f\x8c\xe7\x0e\x00\xc7\xb7\xab\xd1\x6b\xec\x89\xd3\x81\x8a\x75\x03\x80\x97\xac\xf3\xb9\x48\xa3\x3b\xcd\x73\xa4\x49\x57\xfd\x34\x02\xbf\x41\xe1\x77\x73\x47\x93\x66\x49\x82\xc0\xa0\x8e\x9f\xa1\xcd\x6e\x9a\x14\xb4\x19\xb5\xb3\xab\xd2\x2a\xf4\x50\x57\x49\x55\x6c\x6b\x20\xd8\x69\x96\x16\x61\x9f\x65\x8b\xfe\x76\xc2\xfc\x9e\xd5\xc7\xcd\x49\xf8\x29\xb4\xba\x06\x45\xbf\x89\x4b\x1e\xe5\x65\x71\x0b\xb2\xea\xe8\xe1\xad\x35\x7f\xad\xa4\x29\x15\xc7\xa3\x92\x7e\x75\xc5\x6c\xce\x63\x24\x41\x18\xe6\x65\x14\xe7\x59\x1f\x61\x76\x82\x2c\xbc\xe5\xa5\xc2\x1c\xef\xdb\xb7\x6a\x51\x48\x01\x69\x04\x60\xd6\x60\x7e\x71\xea\x47\x81\x3e\x8e\xac\x37\xc0\x9a\x01\x2e\x50\x69\xe7\x54\xb2\xc4\xde\x2d\x3e\x39\x37\xf6\xf3\x99\x3f\x7b\xf0\x66\x2f\x28\x79\xc1\xb9\x44\x41\x14\x96\xf2\x4c\x24\x5c\x65\x66\xa3\x5b\x03\x9a\x0d\x83\xfd\x94\xb6\xb7\xf0\xa5\x66\xec\x40\x1c\xf9\xc8\xf2\x27\xf1\x81\xe4\x92\x88\x3d\x92\xa1\xda\x11\x93\x9e\x79\xf8\xc2\xf0\xe7\x77\x27\xfa\xed\x29\xee\x03\x76\x05\xc5\xd8\x23\x39\x96\x76\xfd\x8a\xa7\xd3\x7b\x16\xa1\x12\xaf\xaa\x13\xec\xdc\x2a\x20\xef\x3e\x55\x37\x64\x9b\x2e\x82\x6b\x9c\x11\xb4\xd2\x14\x05\xfc\xf4\x8a\xf3\x69\xfa\x16\xb8\x08\xae\x48\x9d\x92\x40\x56\xea\xbb\xcd\xb9\xda\x67\xc0\xc1\xff\x84\x54\xa5\x7c\x3e\xd6\xb5\x7f\x12\xeb\x91\x0b\xd9\x52\xc4\xfc\xac\x6a\x7f\x5a\x4f\x6e\x97\x8d\xc3\xb0\x10\xf8\x3c\xb1\x5d\x16\xe3\x3d\xfe\x27\x9d\x33\x5d\xd6\xe4\xa1\xef\x2e\x31\xbb\x7d\x0e\x76\x5d\xa6\x56\x82\x9f\x08\x1d\xb3\xcf\x71\x33\xa4\xd4\x81\xe3\x0c\x29\x92\xb7\x06\xf3\x72\xe8\x7e\xb0\x86\xd4\xbd\xcb\x32\xb0\xe8\x13\xb4\x68\x7a\x6c\x17\x82\x5e\x1a\x37\x9b\x17\x7f\x54\x3c\xaa\x7d\xc8\x08\x2c\x84\xc1\x7d\xac\x10\x2a\xff\x72\x39\xea\xf4\x0f\x4d\xb0\x43\xd3\xd1\x43\xb2\xeb\x0c\x0b\x9a\xdc\x2e\x1f\x48\xb0\xa8\x0f\xde\x79\x5b\x94\x9c\x1d\xf5\x30\x51\xb2\x36\x3a\xc1\xda\xd8\xf5\x6e\x2f\x58\x62\xef\xe3\xb7\xda\xee\xab\x54\xce\xde\xe7\x8a\x69\xcb\x3a\x98\xba\x6e\xb5\xcb\xd6\xae\xf7\x09\xcb\x56\xbf\x6a\xe5\x3b\x66\x10\x5d\xe5\xa5\xf8\x4c\xc5\x37\xf6\xfe\x7b\x2e\xad\xf8\xde\x75\xd5\xa9\x0e\x30\xf7\xb7\x28\x1d\x67\x8c\x61\x73\x18\xaa\x92\x9a\x7d\xc3\x7c\x8d\x42\x86\x82\x2e\x1a\x25\xc9\x20\x32\x31\x7d\x1a\xe5\xef\x28\xcd\x59\x20\x6f\xd8\x86\xe3\x54\x6f\x6d\x9c\xea\x14\x02\xa5\x45\xfd\x30\x5c\xe1\x3c\xd7\x59\x47\xe7\xb8\x02\x81\x3a\xe7\x12\x81\x20\x3e\x55\x41\x7c\x3c\x77\x5c\x68\x62\x37\xbe\x44\xbc\x53\x8a\xa3\x53\x94\x71\x1a\x94\x0f\x63\x5a\xa5\xd6\xc4\x52\xb0\xab\x43\xa3\x67\x6a\xdf\x4a\x65\x81\xb8\xee\x6e\x1d\x86\x76\x5d\xae\x60\x5d\x5a\x19\x1e\xfa\xda\x2f\x14\x71\x85\xc2\x3c\x8b\xe4\xac\xeb\xf2\xc7\x81\xc6\xd1\x23\x32\x30\x6f\x68\xa7\x62\x9f\xbf\xf5\xcf\xbb\xb5\x6d\xb7\x06\x06\x0a\xe4\xa9\x58\x48\x22\x1c\x6b\xf7\xb0\xdc\xbf\x5f\x6e\x77\xef\x81\x3c\xbc\x87\x21\xaa\x2a\xc9\x50\xd6\x87\x60\xbf\xf5\xa1\x43\xa1\x68\x4c\xfc\x6b\x5b\xa9\xb8\xe7\xa1\x3d\xda\x6c\xed\xba\x34\xf1\x8e\x25\x4c\x2b\x7c\x5b\x77\xe9\xed\xf6\xcb\xdd\x0b\x8c\x71\x71\x76\xc9\x65\x43\xd8\x07\xeb\xf3\x01\x38\x04\x8c\xc3\xc0\x32\xd2\x44\xc9\x2f\x6f\x1f\x1c\xce\x16\x9d\x19\x98\x35\xd0\xa3\xe5\xd4\x7a\xb3\xf4\x76\xeb\xa5\x77\xd8\xc2\x58\xf5\x1a\x94\x59\x9c\x5d\xa5\xa5\x3d\x42\xcf\xed\x4d\x52\x7a\x07\x42\x39\x80\x16\x8d\x81\x61\x5d\x2b\x15\xcf\xa2\xcd\x0b\x1a\x0a\x41\xc1\xba\x34\xb0\x8d\x23\x4c\xcf\x39\xdf\x5f\x7a\x2f\x9b\xe5\x1e\xc6\xb8\x28\xc8\xae\xf2\x41\x84\x1b\x1f\xbc\x36\x29\x16\x03\xdb\xda\x46\x2a\xae\x9d\xa3\xb5\xb7\x11\x4b\x4b\xe9\x71\x19\x98\xc6\x52\xa5\xe7\xd9\xda\x5d\xfa\x1b\xf0\xba\x24\x17\x93\x65\xa2\x46\x12\x37\x02\xe7\x9d\x20\x31\x70\x8c\xb6\x51\x8a\x59\x80\x5c\xe4\xdb\x74\x67\xe0\x17\x43\x92\x9e\x5d\xdb\xc3\x72\xbd\x7d\x59\xae\x7d\x17\x2a\x64\xa5\xf4\xc4\x2a\x2b\x26\xa6\x9e\xcc\xf2\x8b\x51\xc0\x4a\xb5\xdf\xc3\x8b\xd6\xde\x1a\xaa\xf8\xf1\xdf\x46\xe1\x2a\x21\x8e\x0e\x7f\xbd\xf4\x0f\xcb\x9d\x51\x8d\xfd\xe5\x9e\x9e\xf3\xba\xe4\xaf\x2a\x6a\x7d\x97\x9b\x71\x52\xd7\x35\xeb\x8e\x5c\xf7\xce\x48\xb0\x8b\x7e\x20\xa2\x43\xb2\xc5\x48\xc8\x41\x47\x43\x32\xfd\xca\x6c\xe4\xb3\xb5\xfd\xa8\x2f\x48\x50\x59\x83\x12\xe0\xea\x12\xdb\x4a\x5d\xb2\x62\xe4\x5f\xed\x40\x23\x44\x10\x2f\xf4\x50\x73\x4e\x79\x79\x8c\x36\x1e\xce\xce\xc3\xc1\x4d\xd5\x36\x8a\xab\x34\xae\xc8\xd7\x68\x6f\x3c\x43\xb6\xd2\xd3\xe4\x08\x6a\xb1\x0a\x93\xbc\x42\x3c\x65\xc6\xf1\xca\x6f\x3a\xe8\x9c\x79\xb4\x63\xf5\xb9\x21\x0c\xd1\xd8\xdb\x74\x3e\x44\x01\xeb\x6d\xda\xba\x07\xdf\x80\x7a\x71\x63\xaf\x80\x75\x88\x5e\x2e\x61\x24\xbb\x06\xc9\x83\xb2\xfc\xef\xfb\x5c\xef\x7d\xe5\x70\x74\xd6\x3c\x5a\xa3\x0d\xf2\x85\x01\x45\xbb\xe8\x10\xf5\xd6\xcf\xe6\xb0\x89\xb6\x92\xa0\x92\x80\x5c\x3e\xa4\xf0\x10\x9e\x43\xe5\x90\x06\x60\xc9\xa0\xd6\xee\x7a\xb3\x96\x14\x35\x6c\x41\x95\xe6\x75\xb4\x45\xd1\x50\xbf\xac\xa3\x63\x83\x76\x61\x3f\x24\xcf\xf7\xf7\xeb\xad\x01\xb5\x7c\x40\x67\x2f\xba\x9c\xcf\x26\x50\xd9\x1c\x9d\xd7\xc8\x93\xb8\x1f\x69\x4b\x85\xd1\x1b\x79\x28\xbc\x88\x79\x94\xcf\x08\xf9\xa8\x1f\x8b\x1b\xfa\xdb\x9d\x72\xe5\x61\xbc\xf2\x81\x04\xe7\x28\x42\x4a\x39\x25\x70\xb2\x51\xec\xd6\xe1\x46\x39\x0a\x9d\x3d\x7a\xd9\x84\x91\x30\x90\xcb\x05\xa1\x73\x6f\x39\x1c\xfc\xdd\xd6\x55\x4e\x4a\x8b\x5a\x3e\x96\xcb\x05\x1d\x02\xa5\x88\x76\xa0\x92\xe1\xf8\x9b\xcd\xc5\x55\x0e\x47\x69\x25\x5e\x0e\xd1\x7e\x24\x62\x17\x3f\x64\x44\x6c\xbf\xf6\x42\xb5\x88\x51\xcc\x8a\xc1\x78\x67\xf7\xbc\x37\x40\x4a\xc6\xb2\x7d\xf1\xd6\x9e\x12\x4e\x69\xbd\x21\xfc\x4f\x1c\x4a\x74\x89\x2e\xa8\x9f\x18\xef\xe0\x1d\x94\xda\x85\x7e\xaf\x26\x1d\x09\x0a\x51\x78\x51\xae\xe0\xf6\x43\xb7\xf1\x40\x76\x07\xfc\x4f\xcd\x00\xa9\x55\x45\x74\xd6\x8b\xb8\xea\x77\xe1\x21\xec\x05\xcc\x3b\x7b\x68\xad\x94\x12\xf2\xb7\x7c\xc9\xbf\x9c\xcf\x67\xe5\xa6\x39\xda\x13\xbb\x95\xb2\x75\x7d\xd7\xff\xeb\x7f\xee\xa2\xf9\x5f\xd0\xe3\x52\x06\x29\xaa\x16\x45\x99\x5f\x4b\x54\x55\xce\x39\x28\x9d\xaa\x2e\xe3\x02\x55\x6f\xee\x7b\x76\x50\xfd\x16\x46\x2a\x9f\xba\x7f\xad\x73\xe9\x5b\x77\xe1\xfe\xf5\xaf\xff\xf9\x9b\x61\x1e\x3b\x99\x5b\xfc\xc6\x52\x87\xba\x48\xf3\xe0\x6e\xe7\x2a\xd0\x7a\xa2\xe7\x7d\x54\x34\x52\x4d\x0f\x1e\x2f\x24\x79\x3a\xe4\x2a\xbf\x98\xbd\xa2\xf5\x2f\x8b\x05\x2c\xb5\x1e\x68\x62\x6f\x2e\x56\x3b\xea\x24\x9e\xd1\x0d\xcc\x0d\xd8\x5c\xf4\x42\x22\x0f\xd1\xf8\xa3\x20\xcc\xf4\xa0\x74\xae\x78\xd2\x50\x56\xff\xb8\xf5\x23\x74\x5d\x8e\xae\xf5\xfa\x1f\x17\x6b\xff\xfd\x92\x31\x4c\x17\x2e\xf7\xcb\x77\xdf\x4b\xa1\x5c\xe9\xd3\xbd\x0e\xd7\x47\xf6\x43\x8e\xbe\x46\xb7\xe2\x92\x01\x37\xca\x20\x8b\xd3\xa0\x46\xd1\x50\x88\x90\x3c\xc0\x4c\x92\xad\x8e\x85\x57\x2d\xe8\xf8\x17\x71\x76\x89\xb3\xb8\x46\x27\x6b\x88\x39\x66\x53\x47\x38\x2d\xa0\xc8\xfd\x94\x4c\x36\xa1\x81\xcb\x68\x3d\x24\x5e\xe1\x04\x5f\x01\x4a\x3f\x38\xe8\x3e\x31\x18\x37\x1a\x7f\x78\x62\xff\x99\x8c\x65\x4a\xf2\xa1\x4b\x32\x22\x27\x20\xd8\x3a\x0d\xdb\xd6\x46\x62\x56\x62\x77\x30\xd0\x5d\x32\x96\xe3\x54\x7d\xc0\xa4\x68\xad\x3a\x6e\xb7\x1f\x1b\x49\x08\x54\xdd\x28\xd0\x32\x9a\xeb\x53\x59\x6c\x83\x77\x28\x44\x1b\xfc\xcf\x88\x75\x8c\xa7\xf5\xa3\x2d\xd7\x2f\xcb\xcd\x66\xb9\x72\xfb\xcf\xa1\x4c\x77\xfd\x15\x15\x6f\xac\x0f\xa1\x02\x85\x90\x6f\x92\xc6\xdf\x3c\xf1\xd1\x4a\xe5\x19\x56\xec\x0b\xf4\xa5\x91\xd0\x9b\x2c\x78\x0a\xed\x50\xf3\x55\xb3\x48\x9a\xba\x08\x8c\x64\xc6\xf8\x3b\x08\xa0\x7b\x07\x22\x65\x6a\x39\xb3\xbb\x6a\x21\xb1\x18\x85\xae\x7e\x32\x0b\x29\xe0\xab\x31\x5b\xa4\xfd\x00\x45\xdc\xde\x70\xf3\x5c\x1d\xae\x64\x90\xdd\xf2\x32\xfe\x3d\xcf\xea\x20\x01\xe5\x5f\x92\x42\x7e\x86\x48\x3d\xe8\x6a\x8f\xe9\xe2\x21\xb0\x7b\xd0\x42\x50\xdf\x78\x54\x5d\xea\x81\xf5\xde\x4d\x0d\x5b\xdd\x71\x2a\xae\x9f\x54\xc2\x44\x06\xd2\x7d\xac\x29\x13\x82\xd9\x7a\x14\x24\x8d\xe9\x98\x11\xb5\xfe\xf6\x1b\xdc\x61\x29\x25\xa7\x4f\x97\x3f\x45\x0c\x49\xea\xf4\x7f\x55\x49\x94\x52\xf0\x3d\x85\x51\x46\xc0\x13\xf2\x28\x43\xf7\xcd\x45\x12\xd4\xa9\xa5\x54\xc2\x13\x9f\xcb\x49\xea\x12\xa0\x4f\x12\xcb\x34\xfa\xd7\x16\x4b\x19\x05\xdf\x55\x2c\x25\x04\x3c\x23\x96\x12\x74\xdf\x5e\x2c\x21\x9d\x3e\x2d\x96\xaa\x54\xd6\x72\x92\xba\x94\xd6\x93\xc4\x32\xb9\xfe\x6b\x8b\xa5\x8c\x82\xef\x2a\x96\x12\x02\x9e\x11\x4b\x09\xba\x6f\x2f\x96\x90\x4e\x9f\x16\x4b\x65\x6e\x62\x39\x4d\xcd\x13\xc6\x24\xc9\x57\xfb\xaf\x2b\x97\x32\x0a\xbe\xab\x5c\x4a\x08\x78\x46\x2e\x25\xe8\xbe\xbd\x5c\x42\x3a\xb5\x95\x4b\x5d\xd7\x97\xe4\x5e\xdd\xc4\x40\xb6\x19\x62\x44\x64\x87\xa2\xe5\xc1\xc2\x5d\x98\x06\x2d\xc7\xa3\x96\x18\xe8\x21\x50\x13\xc2\x85\x45\x6b\x15\xf8\x9e\xf4\x1e\x19\xb0\xa8\xbc\x4a\x34\x2e\x3c\x2f\xc9\xea\x63\x3e\xc5\x2f\x1c\xf3\xdb\x87\xba\x64\x3d\x62\x3f\xba\xb0\x33\x2c\xc2\xac\xc4\xf8\xe4\x34\x18\xf1\xa8\x26\x82\x46\xb3\xe7\x26\x5b\xe3\x71\x21\x3d\x88\x1e\x17\xfa\xd0\x6a\x2a\x94\xc1\x72\x58\x5c\x5c\x81\xef\xd9\x69\xd0\x63\x51\xde\x98\x23\x11\xf8\x79\x49\xd6\x54\x32\x26\xf8\x85\x29\x68\x1f\xda\x4c\x81\x22\xc0\x0f\x8b\xe5\xcb\x90\x3d\xc9\x7c\x1d\x0a\x15\xe7\xe9\x95\x81\x19\x89\xd5\x28\x21\x82\x5c\x54\x42\xf4\xa1\x0d\xdb\x75\x37\x12\x20\x97\x0f\x14\xf8\x9e\x64\xbe\x01\x8b\x8a\xff\xf4\x9a\xc3\xbc\x24\xab\xa7\x80\xe2\x17\xa6\xa0\x7d\x68\x33\x05\xea\x5b\x14\xa0\x0b\x13\x72\x74\x4f\x4e\x80\x1e\x89\x92\xff\xe4\x66\xc6\xac\x04\xab\xd9\x4f\xd1\x0b\xec\x6f\x1f\xda\xb0\x5f\x79\xf1\x03\x74\xc7\x43\x8a\xed\x49\xe6\x6b\x71\xa8\x78\x4f\xef\x92\xcc\x49\xae\x46\xf2\x09\x76\x51\xf2\xe9\x43\x3b\xc9\x97\x5e\x55\x81\xdd\x4a\x91\x21\x7b\x5a\xea\xd5\x28\x94\xbb\x2d\xb9\xfc\x32\x23\xb1\x9a\xad\x96\x20\x17\xb7\x5a\xfa\x50\xc7\x76\xf6\x6a\x28\xb9\xe5\x41\x3f\xf7\x27\x87\x48\xae\x8e\xf2\x50\x58\x59\xf9\xad\x61\x5e\x04\x61\x5c\x3f\x8e\x2b\x9f\x86\x6d\xfb\x0b\xce\x5e\xd1\x2c\xdc\xc5\x0f\xae\xec\x92\x2b\x21\x60\x94\xce\x12\xf8\xf5\x3f\x05\x26\xe9\x26\xba\x48\xdf\x47\xf2\x73\x35\xfc\x54\xcc\x2f\x04\x94\x52\xd5\x0f\x6b\x3f\x3e\x38\x9c\xef\x75\x9d\x67\x2d\x17\x4d\x15\xac\x87\xbc\x62\x63\x3e\x04\x14\xc7\x90\x72\x19\x14\x7e\xac\xf3\xa0\xe2\xf5\x53\x12\x17\xc7\xa1\xc0\x77\x33\xce\xe9\xc9\x66\x40\x3f\x80\xc2\xd4\x8a\xcc\x9e\xdc\x15\x76\xae\x92\xb6\x0c\x05\x53\x00\x63\xe3\xbb\x05\x77\x95\xa9\xfd\x72\x78\x28\xf7\x45\x5b\x74\x7c\x97\x08\x0d\x19\xf7\x38\x59\x13\x2c\x33\x23\x01\x26\x39\x8f\xb1\x71\xd3\xf5\x22\x59\x98\x43\xc3\x37\x3e\x4c\x6f\x84\xb9\xc5\x11\x32\x7c\xf1\x49\x1a\x76\xb9\x4b\x24\xa5\xd4\x67\x98\x54\x73\x8a\xc5\xe1\x9e\xc2\xcc\x19\x4b\xf9\x50\x3a\x77\xbb\x05\x58\x7c\x9d\xf2\x87\x5c\xab\xe1\x6f\x45\x48\x6e\xe0\xe4\x51\x90\x38\x79\x81\x32\x73\x9e\x9c\xa1\x6d\xfb\xf7\x90\x90\xa7\xe9\xae\xa7\x89\xd5\xcd\xe5\x48\xb8\xf9\xed\x2f\xe2\xb9\xee\xfb\x2e\x89\xe0\x90\xa1\x42\xbc\xff\xd6\xdf\xe7\xb8\xc4\x0d\x8a\xda\x9b\xf5\xc3\xbd\x9b\xe1\x7e\x8b\xeb\x4b\x84\x9f\x0e\x21\x8a\x83\x24\xbf\xb6\x22\xdf\x95\x08\x1a\xeb\x8c\xf1\xdd\x91\xb6\x23\x3a\x32\x82\x6b\x75\x09\x22\xb4\xd0\xf7\xd3\x5d\xac\x22\xf7\xcc\x2e\x79\x99\x1e\xc9\x5f\x49\x50\xa3\xff\xe3\x47\x07\xaf\xd7\x8f\x27\xe3\x3b\x4a\xc8\x08\xd5\x62\xb5\x69\xbf\x08\xcf\xef\x35\xdb\x72\x6a\x8b\xa5\xbe\x0b\xe8\x95\x33\x30\x73\xc6\x97\x09\x29\x28\x56\x1d\xd6\x7c\x25\xb3\xc6\xff\xec\xf0\x51\xc8\xaa\x0e\xea\x38\xb4\xc6\x5b\x85\x41\x82\x7e\xf4\x56\xee\x9a\x9d\x29\xe6\xa9\x5e\xd2\xda\x0a\x49\x78\x73\xe2\xd3\xfc\x61\xb5\xdd\x4a\x3f\x51\x04\x58\x82\xb1\x1a\x28\x51\x0a\x47\xd9\xbd\x68\x2f\x8e\xbe\x49\x90\x7e\xbd\x75\x58\xcd\x77\x5b\x0d\xbd\xa8\x52\xa4\x19\xc0\x5a\x65\xcd\xe5\xe4\xb4\xee\x9b\x68\x34\x98\x86\xe9\x90\xd0\x1d\x01\x45\xb2\x6d\x82\x9f\x8a\x21\xa9\xb1\xed\x54\x74\x7d\x0c\xf9\xa0\xda\x0c\x50\xef\x84\x2b\x6a\xea\x59\x69\xdf\x74\x92\x87\x89\x69\xb1\x74\xaf\x98\x47\x40\x72\x94\x22\x28\xbf\x23\xc9\x6a\x61\xf9\x5d\xe4\x27\xfb\xd5\xc8\xa9\x7c\x9b\xb7\xc2\x2e\x32\x5f\x87\xb2\xa3\xc0\xca\x4e\xf8\xc1\x7b\xf1\xa2\xfe\x98\xa0\x31\x0c\xd6\x23\xa3\x6f\x03\xbc\xa6\x3a\xec\x7a\xc2\x6e\xd4\x26\xf3\x91\xef\x46\xf2\xeb\xa6\xed\x8a\x09\xc2\x2f\x51\x99\x17\x8a\x74\x42\xc3\x9c\x7f\xbd\xf5\xf9\x7b\xb5\x1b\xec\xd7\x57\x66\x87\xdd\x2a\x97\x70\xd7\x2f\xd9\x01\xde\x34\xd6\xa8\xd0\x9c\x18\x8c\xc3\x59\x48\xd5\x5e\x62\xfa\x31\x77\x8e\x55\x16\x9c\xf0\x65\xa7\xdc\x6a\xdb\x80\x8d\x36\xb6\x25\x37\xb9\xe2\xea\x21\x17\xf0\x9d\x33\xaa\x5f\x11\x36\x60\xba\xfc\xc8\x1a\x7b\x8c\x8e\xaf\x3b\x61\xb6\x76\x8a\x43\xae\xa2\xb3\xff\xa5\x62\x01\xc0\x47\x13\xa9\x8b\xe9\x85\x8c\x69\x62\x19\xad\xcb\x67\x80\x67\xfb\x84\xdc\xb0\x65\xb7\x0e\xa9\xc1\x6e\xc8\x64\x2c\x99\x14\x75\x22\x63\xf9\x0c\x4a\xe4\x40\x97\x88\x50\x5a\x4b\x14\x65\xd1\x09\x66\x50\xd3\xa1\x7e\xfe\x4f\xbd\x8d\xa9\x88\x25\xb7\x56\x09\xd1\x62\xe7\xa0\x74\x52\x14\x54\xf7\x12\xbd\xb5\xb3\x44\xcf\x72\xdd\x8e\x4d\x9b\x49\x3e\x33\x25\xb7\x46\x5f\x5e\x5e\x5e\x8a\xa6\x5d\xa9\x18\x10\x7e\xaf\x4f\x66\x15\x7b\xed\x79\x94\x66\xfc\xef\x8f\x97\xbe\xeb\xca\x42\xab\xaa\xad\x46\x61\xe0\x6c\x88\xcd\x3d\xbf\x89\x03\xc3\xdb\xdb\x04\x8a\x3d\xdf\x0e\x4b\xb7\xf1\x68\xe8\x99\x67\x7b\xaf\xd2\x37\xe6\x98\x4f\xe6\x01\x7e\x19\x89\xa2\x90\xd5\x1b\xa5\x6f\x9a\x84\x41\x7e\x50\x20\x57\x5e\x29\x91\xe0\xf0\xbc\xad\x2b\x8d\xff\xd7\x79\x9e\xd4\x71\x21\x2f\xaf\xc2\xdb\x4b\xc4\xcf\x71\x09\xd2\x38\x79\x1c\x9d\xa0\x28\x12\xe4\x54\x8f\xaa\x46\xe9\xf2\x1f\x93\x38\xfb\xf2\xa7\x20\xfc\x33\xf9\xf9\x4f\x79\x56\x2f\xff\x8c\xae\x39\x5a\xfc\xb7\xff\xba\xfc\x97\xfc\x9c\xd7\xf9\xf2\xbf\xa0\xe4\x2b\xaa\xe3\x30\x58\xfc\x33\xba\xa3\xe5\x3f\x94\x71\x90\x2c\xff\x39\xaf\xf3\xc5\x9f\x83\xac\x5a\xfe\x31\x3e\x23\xea\x1f\xa3\xbf\xab\x20\xab\x9c\x0a\x95\xf1\x65\xf9\x0f\xb8\xa7\xc5\x2f\x78\x9b\x5c\xfc\x21\xcd\xff\x12\xf7\xb8\xc5\x9f\x7f\x7e\xa4\xe7\xbc\xc5\xca\xb4\x97\x38\x68\xe8\x93\x36\x11\x66\x99\x06\x09\xe7\x0f\xdc\xba\xee\x29\x41\x35\xde\xf1\xf1\x66\x81\xf5\x4b\xdb\x8a\xa6\x2e\xc3\x0c\xa2\x46\x80\x5c\x87\xe3\x73\x72\xb7\xc7\xca\xf4\xc3\xf0\xa5\x0a\xc9\x45\xca\xfc\xa6\x3b\xa6\xf4\x4b\x11\xd6\x0f\x39\x3c\x10\x0e\x5b\xfc\x27\x66\x84\x64\x32\xb1\x94\x64\xf6\x89\x30\xb0\xc1\x8a\xd8\x4b\x9d\x54\x44\x48\x04\x7b\xe0\x45\xd9\x70\xb1\x0a\xca\x72\xe4\x6b\x6a\xf9\xb4\xda\xca\xbf\xce\xa7\x82\xba\x3a\x28\x7c\x28\x2c\xe2\x6e\x91\x73\x3e\x62\x49\xaa\x04\x3a\xc3\x64\x9b\x39\x31\xc7\x00\x40\x65\xe3\x73\xe5\xb4\x5d\x3a\x78\xa2\x7f\x6d\x9c\x22\x09\x42\x94\xa2\xac\xfe\x1f\x9f\xea\xbc\xf8\x6d\xbc\x72\x19\x90\x3a\x2f\x06\x57\xcf\x96\x7e\x61\x69\xdf\x45\x3b\x58\x53\x4f\x1d\xb3\xd5\x86\x03\xb4\xa7\x96\xad\xc0\x0e\x85\x49\x60\xbe\x94\x65\x52\x63\xb6\x93\x4a\x78\xd0\x72\x42\x55\x68\x42\x4b\x25\x31\x2c\xf4\x4c\x27\x4d\x7a\xb6\xbb\xb4\xbb\x49\xdd\x40\x18\x5f\xb6\x9f\x2d\x13\xd6\x77\x92\x7d\x20\x1f\xaf\x52\xc3\x9d\x19\xf9\x33\x44\x40\xe6\x84\xa5\x45\x98\x15\x6a\x90\x41\xe6\xa5\x9b\x1d\x65\x86\x12\x2d\xcd\x54\xf8\xf4\x13\xd4\x66\x62\x7f\x6e\x61\xb4\x1d\x41\xa6\x88\x36\xed\xe6\x68\x8a\xd4\xf1\x9d\x41\xa6\x82\xeb\x53\x98\x8b\xd6\x46\x56\x4d\x86\xcb\x4e\xc4\x69\xe2\x6a\xc6\xc2\xa7\x9f\x05\xdc\xe2\xc9\x55\x42\x3a\x81\xcc\x00\x6e\x28\x5d\x23\x5d\x26\x96\xe9\x8b\x84\xa5\x01\x32\x31\x0c\x29\xc2\xb4\x90\xf3\x8d\x7e\x85\xf0\x53\xa3\xfa\x4c\xb5\xeb\x2a\xce\x32\x45\xea\x47\x45\x0a\x76\x26\x58\x38\x58\x6c\xc4\xb8\x93\xe6\x9c\x1d\x7f\x74\x2e\xf9\x18\x3a\x2f\x48\xc4\x0f\x54\x35\x4f\xef\x68\xb9\xf4\x1f\xfb\x31\x87\x36\x36\x4c\x63\xf0\xb0\xfc\x4d\x1a\x8f\x64\x0b\x98\x6a\x43\xf6\x22\x80\x0f\x88\xdf\xd7\x80\x6c\xfd\x4b\xcf\x9b\x91\xb2\x2b\x61\xad\x50\xea\xad\x43\x26\xab\x15\x56\x4f\x1b\x9d\xb1\xa8\x48\x04\xc0\x75\x73\x0c\x2e\x52\x0f\xb9\xd0\xea\x39\x8b\x52\xf8\xf6\x19\x64\x5f\xb6\x04\xd8\xd8\x97\x1d\x08\xb6\x2f\x85\x08\xb1\xa2\x82\x81\xa9\x9b\xcf\x1a\x2d\xce\xf4\xf6\x99\xb7\x31\xc9\xa9\xda\x59\x69\x4b\x54\x41\xbb\xd6\x29\xef\x31\x05\x4a\xa3\x93\x53\x48\x43\x2c\xb8\xd5\xe2\x83\xf2\x5c\xb8\xfa\xad\x15\x46\xb3\x42\xa6\xe4\x24\x93\xc6\xd2\x74\x45\x17\x00\x99\xf2\x6c\xc9\x3a\x42\x35\xb6\x72\x07\x44\x6d\x65\xf6\xf3\x80\x29\x02\x44\x3b\x82\x88\x10\x69\xf9\x99\xb7\x04\xbc\x7e\x2f\x1d\x8b\x53\xa7\x00\xa8\xf7\xb0\xb7\x13\x9e\xa5\x11\x22\x6b\x2c\xa9\x1a\x63\x1a\x2c\x6f\xdd\x74\xaa\xac\x06\x0b\xea\xcd\x52\xc7\x11\xcf\xc9\x1d\x77\x10\xd0\x4a\x1e\x47\xb0\xbd\xf4\xe9\x4e\x02\x1d\x54\x7b\x12\x60\xbe\xc4\x99\x32\xb5\x6d\x4f\x10\xf9\xa3\x4d\x3f\x33\x47\x81\xa7\x55\x18\xdf\x3b\x44\xb2\x38\x22\x74\x67\x03\xad\x6c\xb9\xec\x34\x69\xce\xd2\x60\xca\xcd\x52\xc5\x13\xce\x89\x15\x7f\xa6\x19\xc9\xd5\x98\xd8\xc9\x02\xd5\xef\xd8\x5d\x2d\x54\x30\xc7\x15\x90\x6f\xca\xc0\xd4\x65\x8f\xff\xa9\xf7\x77\xb2\x32\x7c\xf7\x3d\xff\x7d\xd5\x4a\x91\x75\x92\x0b\xd9\xd9\x4b\xb9\xfa\x44\xd7\xc1\x90\x13\x1d\x57\x2b\x71\xca\x6a\x22\xfd\x40\xd6\x12\x6e\x28\x53\xe5\x82\xca\x2e\x07\xff\x3b\xaf\xda\xa7\xeb\x72\x96\x44\xc8\xf4\x33\x94\xaa\xcf\x7c\x00\x45\xce\x4b\xb1\xce\x41\x02\xa4\xdd\xbc\xe4\x58\xd2\xb9\x05\xc7\x9e\x56\x15\x6a\x5c\x46\xae\x74\xd9\xf1\xcb\x42\x76\x39\x9c\x2e\x04\xe5\x42\x41\x67\xfc\xef\x5b\x44\x70\x99\xfb\xba\xe3\x2c\xb7\xae\xb4\x42\x94\x69\x7c\xa0\xea\x15\x83\xe6\x18\xaa\x6e\xb7\xd9\x9c\x60\x7d\x86\x41\x99\xdf\x2b\x94\x8c\x8b\x5f\xa8\xdb\xae\xb8\xfb\x05\x6f\x75\x7e\x0f\x6f\xdd\x85\xec\x22\xc8\x9c\x87\x1a\xb4\x75\x36\x28\xaf\xe5\x81\x2e\x27\xf0\xc8\x5a\x79\x0b\x13\x14\x94\xc7\x73\x5e\xdf\x94\x8a\x50\x87\xa9\x46\x69\x7f\x73\x0b\x0b\xd6\x25\x08\x91\xf3\x35\xae\xe2\x73\x9c\xc4\xf5\xa3\x23\x54\xf3\x8a\xbb\x94\xc8\x94\x6e\x13\x6a\xce\xba\xee\x7b\xc9\x70\xf5\x97\xf4\x76\x7c\xd9\x16\xf9\x2d\xbc\x09\x8d\x64\xb7\xf5\x04\x34\xcc\x3c\x4c\x4c\x17\xc7\xf3\xd8\x9c\xfd\x8f\x6b\xef\x64\xa8\xa9\xa5\x15\x35\x99\x36\x45\x89\xbe\x1a\xda\x74\xd7\xf7\x0d\xf2\x40\x5b\x09\xe8\xc9\xcc\x99\x68\xc0\x74\xd2\x4b\xec\xfc\x73\x2c\x02\x1f\x75\x77\x38\xff\x3b\x89\x1b\x4b\xaf\x70\xb6\xaf\x80\x64\xe2\x9e\x20\x9c\x92\x51\x49\x86\x68\x20\xd3\xd1\xd0\xe9\x28\x08\xed\x7b\xa1\x57\x39\x79\x51\x18\x62\x8e\xa0\xab\x98\x8c\x44\x3b\x45\x99\x17\xa8\xac\x1f\xc7\x16\x87\x5d\xcf\x64\xb2\xec\xb8\x27\xc3\x82\x99\x69\x29\x2a\x12\x34\x9d\x64\xf6\x37\xdb\x75\x39\xf6\x04\x44\x53\xe4\x40\x03\x49\x4f\xd9\xc3\xb4\x30\x6b\xb5\x7d\xb8\x70\x2b\xac\x21\x7a\x12\xdd\xa7\x95\xc2\x37\x1c\x88\x85\xaa\xc1\x3b\x46\x99\x27\x26\x6d\xd3\x35\xc3\x33\xaf\xff\x72\x80\x4a\x6c\xff\xf5\x49\x6f\x08\xa8\x92\xba\xaa\xd2\xb7\x0e\xdf\xf5\xf4\x21\x10\xbd\x83\xb5\xcb\xea\x4a\x8c\x78\xc9\x04\xf6\x35\xc0\x3a\xcd\xee\x33\x97\xde\x9f\x9e\xcd\x29\x7c\x9c\x38\x4d\xca\xaf\x8b\xa4\x8d\xc9\xf7\x44\x40\x8a\xc0\x98\x49\xe3\xd1\xf7\x53\xc3\x7d\x03\xe6\x46\x26\xf0\xa3\x2a\x29\x83\x34\x25\xd4\xc7\x23\x7d\x53\x9a\xfb\xd2\xe6\x4e\x1c\xe6\x19\x70\xa8\xa4\x2d\x63\x75\xe3\x23\xe5\xcf\xe4\xd2\x13\xf9\x4f\x96\x3b\x25\x2a\x50\x50\xcb\x4b\xe7\xb5\x47\xaf\xb5\xdb\xdf\x32\x5b\x4b\xef\x82\x81\xba\x6e\x53\x00\xdf\xcb\xe4\xc7\x77\x51\x50\x07\x47\xf2\xfb\xe7\xea\xeb\xf5\xa7\x26\x4d\x4e\xe1\x2d\x28\x2b\x54\x7f\xba\xd7\x17\xe7\xb0\x7c\xbf\xf9\xa5\xfa\x7a\x5d\x34\x69\x92\x55\x9f\x3e\xdc\xea\xba\x38\xfe\xfc\xf3\xeb\xeb\xeb\xea\x75\xb3\xca\xcb\xeb\xcf\x6b\xd7\x75\x31\xe8\x87\xc5\x25\x4e\x92\x4f\x1f\xde\xaf\x37\x97\xcb\xe5\xc3\x82\x50\xf9\xe9\xc3\xe1\xc3\x82\xd2\x8e\xff\x7c\xbf\xf9\xc3\xfb\xcd\x2f\x45\x50\xdf\x16\xd1\xa7\x0f\xa9\xbf\x5a\xfb\x0b\xd7\xd9\x2e\xe8\x3f\x6f\xe5\x3b\xde\xca\xff\xe3\x16\x3f\xde\x26\xeb\x95\xef\xac\x57\xfe\x1f\x69\xab\xdf\x3f\xfc\x4c\xa1\x71\x5f\xef\x37\x7f\x78\xa7\xdb\x2f\x47\x73\xf4\x6f\x70\xf0\xeb\xd5\x1e\x0f\xde\x5b\xf9\x78\xe0\x7f\xdc\xe0\x9f\xdb\x04\x8f\x78\x81\x47\x4d\x5e\x1f\x92\xad\x43\xfe\x59\x8d\x3e\xce\xa2\x38\x0c\xea\xbc\xac\xfa\x5b\x22\x20\x75\xd9\xc5\xb1\x62\x69\x19\x68\xea\x20\xf4\xdf\xf3\x16\x39\x7e\x20\x16\x3f\x51\x56\xe2\xe8\x35\xa5\xe4\x6e\xb1\x84\xfa\x45\x12\x5b\xde\x12\x67\x8e\xc8\xdd\xf1\xd5\xd5\x15\x57\x21\x2e\x2a\x55\x8b\x06\x9f\x48\xf1\x9e\xd1\x7d\x0d\xd9\x16\x77\x6d\x8f\x6f\xe4\xd2\xea\xd1\xed\x6e\xe5\xb6\x0b\x74\x23\xe4\xe1\x61\x7e\x97\x7d\x03\xf1\x7b\x53\xcc\x95\xac\x26\xb7\x48\x8b\x46\xba\xed\xec\xb8\x5d\x67\xc3\x5c\x30\x9d\x7e\x9e\xe0\xf8\x6c\x73\xb0\x18\x00\x47\xd6\x97\x6e\x4d\x06\x45\x5b\xb7\x9a\xd6\xef\xc1\x9a\x8c\x99\xb6\x5e\xbc\x86\x19\x1e\xda\x75\xcf\xf0\x7c\xd1\x07\x0a\x19\xc3\x08\xc6\xdb\xf9\x10\xa7\x94\x65\xe6\xaf\x0a\x72\x10\x76\xa8\x4c\xbc\xd5\xb9\xc4\x90\x2f\xf3\x3a\xa8\xd1\x8f\x5e\x7d\x2f\x33\xd6\x88\xe7\x9e\x73\x59\xf9\x67\xc4\x3a\xe2\xa9\x80\x7b\x9c\x3b\x9c\x6f\xb0\x58\xed\x7d\x5d\xc2\x73\x48\xeb\xd6\x16\xa3\xd5\x58\x69\x40\x94\xbf\x05\xe0\xbb\xef\x4f\x6c\xf0\x81\x6d\xca\x2d\x2c\xed\xf6\x56\xa2\x54\x2c\xab\xea\xac\x3c\x8c\xa9\xdb\xf5\xa4\x6e\x18\x7e\x04\x4e\x25\x24\xa5\x5a\xad\x85\x8a\x03\x8c\x7b\x56\x23\x10\xd7\x32\x7f\x7d\x73\xdf\x2b\x3f\x49\x73\xc7\xdf\xa3\xb9\x1f\xff\xea\xbb\xef\x99\xd3\x08\xec\x33\x39\x99\xe0\x7c\xc7\xde\x95\xfc\x24\x34\xa8\xc5\x0b\xbf\x86\x0a\x97\xba\xed\x48\x8d\x87\xf7\x12\x4b\x0a\xb9\x96\x21\x91\x32\xa3\x00\x0d\x47\xb0\x27\x44\x09\xd3\x8b\x05\x49\x25\x36\xd3\xb4\x2f\x2f\xa8\x63\xcb\x51\xcf\x78\x27\xba\xb7\x06\xb0\xb7\xf2\xab\x93\xe2\xb9\x64\x3e\xe9\x61\xeb\x1c\x54\x08\xb3\xec\x4d\x5e\xb8\xf8\x3f\xc4\x69\x91\x97\x75\x20\xbb\x04\x4f\x11\xd4\x79\x21\xc2\xd6\x79\x61\x86\x4b\xe3\x28\x4a\x46\xdd\xd2\xa7\x66\xe8\x36\x7c\x28\x40\xd3\xa7\x00\x9a\xf1\x6e\x20\x47\xc1\xbc\x02\xe2\x91\x31\xa0\x7d\xae\xc3\x70\xbe\x1a\xab\x12\x6b\xc0\x03\x06\x5e\x71\xb8\xe2\x9a\xc8\x0f\x6b\x6d\xc2\x07\x23\xaa\x71\x3b\x7d\x6d\x63\xc3\xb8\xcd\x45\x85\x4d\x23\x17\xab\x09\x1b\x1a\x99\x46\x6f\x42\x27\x6b\xa9\x2f\x4f\x6c\xe2\x80\xa1\x24\xb0\x71\xfc\x5c\x2d\x60\x6d\x13\xe3\xd8\xb5\xa8\xc6\xed\xf4\x85\x85\x0d\xe3\xd6\x56\xf4\x35\x0d\x9a\x29\xe5\xab\x7e\x6f\x1a\xae\x06\x89\xd0\x48\x5f\x11\xd8\x30\x50\x53\x3d\x5e\xd3\x58\xf9\x42\xbc\xda\x26\xa6\x11\xeb\x51\x8d\xdb\xe9\xab\xfa\x1a\xc6\x6d\x28\xa7\x6b\x1a\x36\x57\x47\x57\xd7\xc2\x34\x68\x2d\xa2\x51\x33\x7d\x49\x5e\xc3\x90\xf5\xd5\x70\x4d\x23\x66\xcb\xe0\x6a\x1a\x98\xc6\xab\x43\x23\xb6\xd2\xd7\xd3\x35\x4e\x70\xf9\x65\x6c\xa2\x64\xc1\xd7\x73\x50\x3a\xf5\x0d\xa5\xb2\xf2\x24\xed\xf7\x9d\xe6\xd9\xef\x4b\xdc\xaa\xdf\xcb\x39\x11\xf0\x24\x28\xb1\xf0\xad\xcc\x52\xa4\x24\x48\x68\xa4\xc5\x04\x21\x4d\xda\x54\x5f\xcb\xd7\xa4\x82\x6e\x71\x2d\x4b\xae\x75\xd1\x1a\x16\x18\x92\x39\x99\x29\xd3\x40\x69\x51\xd0\x23\xe8\xe8\xc6\xb8\x59\x0c\x56\x83\x0f\xe6\x4d\xf7\xa5\x30\x00\x05\x0d\x58\x70\xa7\xcf\x29\x68\x5a\x2b\xd1\xf0\x05\x3b\x00\x11\xb9\xa2\xc3\xfc\x3d\x09\x89\xdb\x31\x15\xc8\xc4\x1e\x80\xe6\xba\x86\xb2\x6d\x00\x6b\xbd\x74\x60\x46\x0d\x90\x9d\x97\x11\xc8\x9a\x01\x90\x7a\x0c\x01\x60\xbd\xf9\x2c\xe4\x27\x36\x98\xce\x1d\x38\x63\x85\x72\x08\x8c\x16\x68\x8f\xa0\x33\xe2\x38\x70\xa3\x01\xd7\x81\x53\x5b\x88\x4f\x71\x67\xb2\x83\x3a\xd8\xde\xbc\xe0\xc0\x8d\xa6\x45\x07\xde\xed\xd2\x1c\xb4\x71\x87\xee\xa7\x8b\x5d\x59\xd0\xcd\x6e\xe8\xba\xfc\x22\xc0\x82\xa5\xbf\xd5\x68\xc2\x98\xb5\x73\x4d\x34\x17\x8a\x18\xef\x4f\xff\xdd\x4d\x89\xb4\x27\xbc\x16\x52\x5a\xe1\x0e\xd2\x23\xaf\xc2\x24\x29\xf6\x07\x24\x86\x84\xf7\x90\xde\x38\x6d\x27\xcb\xc4\xf0\x0d\xfa\x94\xa9\x46\xd0\x38\x21\xf4\xa9\xbb\x65\x15\xa9\x45\xa7\xa6\x49\xd0\x74\x78\x15\x85\x60\x03\x84\x0c\xe3\x32\x4c\xd0\xdb\xc8\x5d\x05\x81\x2d\xe2\x24\x19\x41\x02\xfb\x75\xc5\x14\xfe\x3a\x20\x72\xcb\xeb\x12\x37\xcf\x5c\xfa\x8a\x9c\x2c\xcf\xf8\x24\x81\xba\x2e\x23\x87\xfa\xe9\xde\x78\xb7\x1d\x04\x84\xba\xf6\xde\x64\xfe\x3e\x3d\x38\x0f\x07\x00\xa8\xb9\xec\x60\xe4\x17\x00\xc0\x61\x3f\x6b\xea\x9f\x40\x00\x43\x94\x24\x02\x24\x7e\xa4\x07\xbd\x24\xa8\xe1\x32\x98\x81\x78\xc8\x41\x31\xcf\x18\x60\x70\xaa\x12\xac\x5b\x6d\x67\xbf\x4a\xa7\x08\x40\x0f\x35\x59\x06\xaa\xd4\x5e\x0c\xaa\xd4\x5e\x12\x3a\x98\x29\xc2\xd0\xc3\x4e\x92\x87\x2a\xb5\x15\x89\x81\xab\x00\xa9\x80\x97\x00\x8b\x9c\xd4\x5a\x29\xa4\x93\xf4\x42\xfa\xb4\x6a\x48\x27\x68\x87\x74\x82\x82\x48\x9f\xd0\x11\xe9\x53\x6a\x22\xb5\xd6\x14\xa9\x8d\xb2\x80\x67\xbd\xc1\xbb\xa9\xad\x58\x24\xd7\x29\x62\xd1\x43\x4d\x16\x8b\xe4\x6a\x2f\x16\xc9\xd5\x5e\x2c\x3a\x98\x29\x62\xd1\xc3\x4e\x12\x8b\xe4\x6a\x2b\x16\x03\x57\x27\x89\x85\x32\x5f\x51\xe4\x34\x89\xad\x5c\x34\xc9\x14\xb9\xe8\xa1\x26\xcb\x45\x93\xd8\xcb\x45\x93\xd8\xcb\x45\x07\x33\x45\x2e\x7a\xd8\x49\x72\xd1\x24\xb6\x72\x31\x70\x15\x2e\x17\x8b\xa2\x8c\xb3\x5a\x26\x0b\xe4\x85\xad\x38\x50\xa0\x09\x12\xc1\x02\x4e\x16\x0a\x8a\xc4\x5a\x2e\x28\x98\xb5\x68\x30\x60\x53\xa4\x83\x05\x9f\x24\x20\x14\x81\xa5\x8c\x70\x7c\x86\x88\xc9\x08\x07\x4a\xcf\xf8\xac\x8b\xaa\x22\xcf\xaa\xd1\xb7\x07\xe3\xcc\xd4\xe3\xfb\xbd\xa0\x8f\x61\xc4\x6e\x4c\x69\x64\xcd\x18\xc6\x4f\xc8\x2d\xe7\xb1\x23\x7d\x04\x48\x1e\x00\xda\xc5\xe4\xa6\x08\xa0\x61\x7e\xfe\x0b\x0a\x25\x37\x89\x47\x0d\xbf\xc6\x11\xca\xdf\xc6\xf7\xad\x25\xc9\xc1\x0d\x5f\x3c\x82\x98\xec\xac\xbd\xf3\xe3\xa5\x63\x35\x7b\xb9\x6b\xbb\x5e\x1d\xfc\xbd\xb7\x5d\x1f\x76\x10\x3c\xde\x4e\x81\xc7\xdf\xad\xd6\x3e\x04\xc3\xf6\xfc\xd8\xc8\x10\xec\x41\xd0\xde\xf9\xe1\xc9\xa0\xe5\x6c\x20\x69\x2c\xf1\x12\x1e\xd7\x7a\xd4\xad\x26\xd2\x9a\x26\xa9\x95\x67\x0f\x36\x02\x97\xf9\xab\x53\xa2\xaf\xa8\xac\x46\xf9\x87\x99\x57\x40\x1a\x54\x98\xf8\xb7\x46\x64\xaf\x65\x50\xbc\xf1\x79\x3f\x8d\x30\x59\x2e\x40\xd1\x07\xa0\xbe\x78\xb2\xfb\x3e\xc1\xf4\x5e\xe2\x24\xe1\x13\xb1\x1a\x41\xc8\x15\x22\xf7\xad\xff\x5b\xef\x9b\x19\x40\x3c\x06\xc4\x33\x82\xd0\x84\xde\x5d\x3f\x5d\x7a\x6f\x28\x98\xc7\x81\x69\x7b\x13\x6e\x0d\xd3\x7c\xbf\x6f\xd2\x5c\xad\xe4\x95\x0d\x2e\x94\x45\x72\x4c\x28\xd3\xba\xe7\x45\x3c\xf4\xc2\xe7\x08\x15\x7d\x6c\x83\xa8\x4d\x18\x3c\xc2\xc4\xa5\x13\xb6\x41\x18\x10\x87\x9d\x02\x1f\x7d\x69\xbe\x84\x44\x3e\x97\x69\x19\x2f\xcf\xbf\x0c\xc5\x81\x19\x3e\xc2\x60\x60\x36\x0b\xdf\x32\x7a\xfc\x15\x0f\x14\x41\x7f\x19\x8d\x45\xd1\x3d\x84\x73\xa2\x44\x75\x78\xe3\x70\xb4\xcf\xcc\x28\x78\x39\xe6\x9e\x59\x31\x94\x95\x61\x09\x16\x10\x53\x05\xf9\xe5\xd1\x40\x19\x2b\xca\x2e\x8f\x05\x2c\xb9\x3c\xb2\x56\x6e\x65\xb8\xa0\x52\x3b\x30\x9a\x9d\xad\x1e\x17\x74\xbe\x2a\x94\x5c\xc8\xa7\xf6\x6f\xc3\xef\xa3\x49\x11\x33\xa0\xec\x3c\x13\x58\x9b\x49\x26\x18\x86\x19\x1e\xe0\x41\xd3\x4b\xa0\xb9\xb9\x25\x08\xa0\x13\x4b\xc0\x85\x05\x43\x10\xc0\xd7\x4b\xcb\x01\x76\x02\x08\x86\x31\xf7\xc1\xde\x60\xca\xbe\x74\xaa\x45\x53\xa5\xcf\x19\x35\xb4\xe7\x39\xec\x9a\x9e\x92\x99\x4c\x9b\x2a\x9d\x64\xdd\x10\xdf\xfa\x34\x03\xa7\xed\xf1\x59\x1b\xa7\x4a\xa7\x98\x39\x55\x3a\xc5\xd2\xe9\xa0\x2c\x8d\x9d\x74\xb2\xbd\x93\xce\x61\xf2\xa4\xb3\x5a\x3d\x55\x3a\x9b\xe1\x83\x65\x78\x2e\xdb\xa7\x4a\xe7\x37\x7f\xaa\x74\x56\x0b\x28\x9d\xc5\x08\x6a\xf9\xff\x8c\x1d\x34\xf0\x7d\xba\x29\x84\xf9\x3d\x8b\x35\x94\xce\x64\x10\xa5\xb3\xd9\x44\x1c\x87\xa7\x9b\x45\x22\x97\xa7\x5a\x46\x8c\x64\xcf\x62\x1c\x0d\x52\x3d\x8b\x7d\x24\xce\xdf\x34\x13\x09\x13\xf5\x84\x95\x94\xce\x60\x28\x71\xd3\x3e\xc5\x56\x12\x27\xdc\xde\x5c\x1a\x2f\xaa\x49\x16\x93\x38\x25\x0a\xa3\x09\x1e\x2c\x25\x8c\x48\xa3\xa9\x56\x53\x1a\x3d\x67\x35\xd1\x9e\xe7\xb0\x9a\x7a\x4a\x66\xb2\x9a\xd2\x68\x92\xd5\x44\x42\xcf\xd3\xac\xa6\xb6\xc7\x67\xad\xa6\x34\x9a\x62\x35\xa5\xd1\x14\xab\xa9\x83\xb2\xb3\x9a\xd2\x68\xaa\xd5\x34\x40\x3e\x61\x35\x61\x24\x33\x5a\x4d\x69\x34\x9b\xd5\x84\x65\x78\x2e\xab\x29\x8d\xe6\xb7\x9a\xd2\x68\x4e\xab\xa9\x9f\x87\xe7\xac\xa6\x96\xff\xcf\x58\x4d\x03\xdf\xa7\x5b\x4d\x98\xdf\x73\x58\x4d\x84\x2b\x33\x58\x4d\x02\x77\x9f\xb1\x9a\x38\x0e\x4f\xb7\x9a\x44\x2e\x4f\xb5\x9a\x18\xc9\x9e\xc5\x6a\x1a\xa4\x7a\x0e\xab\x69\x34\x7f\xd3\xac\x26\x4c\xd4\x74\xab\x49\x98\xfc\x69\x56\x13\x37\xed\x53\xac\x26\x71\xc2\xed\xad\xa6\xf1\xa2\x9a\x62\x35\x8d\xa6\x04\x6c\x35\xa9\xee\x12\x11\x46\x24\xd7\xa9\x56\x53\x72\x7d\xce\x6a\xa2\x3d\xcf\x61\x35\xf5\x94\xcc\x64\x35\x25\xd7\x49\x56\x13\xb9\x99\x35\xcd\x6a\x6a\x7b\x7c\xd6\x6a\x4a\xae\x53\xac\xa6\xe4\x3a\xc5\x6a\xea\xa0\xec\xac\xa6\xe4\x3a\xd5\x6a\x1a\x20\x9f\xb0\x9a\x30\x92\x19\xad\xa6\xe4\x3a\x9b\xd5\x94\x5c\xe7\xb3\x9a\x92\xeb\xfc\x56\x53\x72\x9d\xd3\x6a\xea\xe7\xe1\x39\xab\xa9\xe5\xff\x33\x56\xd3\xc0\xf7\xe9\x56\x13\xe6\xf7\x1c\x56\x13\xe1\xca\x0c\x56\x93\xc0\xdd\x67\xac\x26\x8e\xc3\xd3\xad\x26\x91\xcb\x53\xad\x26\x46\xb2\x67\xb1\x9a\x06\xa9\x9e\xc3\x6a\x1a\xcd\xdf\x34\xab\x09\x13\x35\xdd\x6a\x12\x26\x7f\x9a\xd5\xc4\x4d\xfb\x14\xab\x49\x9c\x70\x7b\xab\x69\xbc\xa8\xa6\x58\x4d\xa3\x29\x01\x5b\x4d\xca\xab\xb6\x84\x13\x4d\x32\xd5\x6c\x6a\x92\xe7\xcc\x26\xda\xf3\x1c\x66\x53\x4f\xc9\x4c\x66\x53\x93\x4c\x32\x9b\xc8\xc5\xe5\x69\x66\x53\xdb\xe3\xb3\x66\x53\x93\x4c\x31\x9b\x9a\x64\x8a\xd9\xd4\x41\xd9\x99\x4d\x4d\x32\xd5\x6c\x1a\x20\x9f\x30\x9b\x30\x92\x19\xcd\xa6\x26\x99\xcd\x6c\xc2\x32\x3c\x97\xd9\xd4\x24\xf3\x9b\x4d\x4d\x32\xa7\xd9\xd4\xcf\xc3\x73\x66\x53\xcb\xff\x67\xcc\xa6\x81\xef\xd3\xcd\x26\xcc\xef\x39\xcc\x26\xc2\x95\x19\xcc\x26\x81\xbb\xcf\x98\x4d\x1c\x87\xa7\x9b\x4d\x22\x97\xa7\x9a\x4d\x8c\x64\xcf\x62\x36\x0d\x52\x3d\x87\xd9\x34\x9a\xbf\x69\x66\x13\x26\x6a\xba\xd9\x24\x4c\xfe\x34\xb3\x89\x9b\xf6\x29\x66\x93\x38\xe1\xf6\x66\xd3\x78\x51\x4d\x31\x9b\x46\x53\xa2\x32\x9b\x24\x9b\x4e\x1e\xd4\xf4\x1b\xf3\xa1\xe0\x84\x7e\x97\xc2\x00\xf4\xfb\x7b\x0a\x41\xfe\x36\x83\x90\xcf\x5b\x28\x84\xf0\x71\x8b\xc5\x6d\x2b\x8c\xa8\x4a\xed\xe9\xad\xd2\x29\x24\x77\x5f\xfa\x4a\xa9\xb6\x09\x77\x62\x64\x69\x64\x4f\x76\x1a\x4d\x21\xbb\xfb\x12\x15\x48\xb6\xda\xdf\x48\x44\xe3\x6a\x4f\x76\x72\x9d\x42\x76\xf7\xa5\x24\x90\x6c\x8d\xc1\x8f\xb1\x35\x89\x3d\xdd\xd8\x56\xb7\xa7\xbb\xfb\x92\x4f\x4e\xf7\x08\xe8\x5e\x91\x64\x2c\x09\x0a\x6b\x27\x48\x92\x3e\xc3\x25\xf3\xfc\x18\xb0\x1f\x24\x9d\x94\x6f\x0c\xc8\xef\x4c\xc2\x5d\x0e\x07\xa7\x66\x4f\xea\x57\x7a\xfc\x64\xd0\x32\xfc\x3c\x0b\x4e\xea\x57\x63\xfc\xdd\x27\x4d\x94\xf8\xfe\x03\x27\x13\x59\x3d\x18\xfd\x12\x4a\x2c\x0e\xa4\x03\xed\xbe\xe5\xc1\x1b\x47\x1d\x87\x43\x11\x23\xfa\x1b\x04\xda\x7d\x65\x35\xae\x80\x04\x02\xef\xbe\x22\x7a\x1b\x7d\x57\x04\x02\xbf\xc4\x0d\x8a\x06\x58\xf2\x13\x38\xe2\x38\xfc\xf2\x18\x20\xbb\xb9\xa4\xcf\x99\x19\x64\x78\xc2\xbf\x91\x2c\x09\xdc\x3b\x49\x06\x23\x7e\x2b\x45\xde\xf4\x69\xd0\xe9\x07\x53\x43\x52\xea\x8d\xa4\xdc\x00\xc5\xd5\xa7\x5d\x69\xbf\xc7\xd2\xe3\xe5\x30\xfe\xe7\xea\x5e\x60\x4a\xab\x1f\x7f\x54\x0c\xf2\xe3\x22\x2f\x17\x3f\x0a\xe3\xfb\x28\x4b\x5a\x4b\xde\x90\x81\x29\x50\x89\x5c\x1a\x0d\x71\xed\xca\xb2\x0c\x97\x4e\x9e\x25\x8f\x37\x92\xd8\x1d\x1f\xe4\xdb\xc2\x6c\xee\xc7\xa1\xf4\x47\xf7\x05\x5a\x9f\x46\xfd\xe8\xe0\xbf\x01\x9f\xff\x0d\xc5\x83\xb9\xf2\xc6\xf8\xb4\xdd\x7d\xac\x26\x2b\xa0\xd0\x12\xe5\x90\xd4\x6d\xc1\x39\x41\x47\x9a\xe3\x5c\x92\xab\x77\xd4\x92\xfc\x45\x87\xc3\xe6\x84\x27\x7f\xf7\x14\x93\xd2\x57\x09\x3a\x09\x8b\x4d\x5a\x85\x99\x90\x89\xc1\x25\x74\x92\xd2\xce\x34\xd9\x51\xd3\x15\x7a\x76\x17\x2b\xaf\x2d\x1d\x4e\xff\x87\x2d\x77\xe7\xee\xfd\x8f\x3a\xf1\xa5\x38\x04\x74\x04\x8b\x27\xa2\xf2\x20\x98\x68\x32\x1d\x06\x19\x41\xb3\x19\xe1\x02\x91\x45\x35\x2e\x83\xce\xa4\x4d\x5f\x9d\xb5\xff\xd6\x26\x7a\xf6\xb5\x59\x78\x5e\x1d\xdf\x6d\x5b\x1a\xf2\xf5\xbc\x3a\xfb\x0e\xe7\xde\x84\xd3\x73\x3b\xa4\x9e\x6b\xc2\x4a\x14\xfe\x30\xd9\xba\xc6\x37\x3c\xac\x2e\xd9\xb5\x9e\x86\x1b\x1e\x57\xdb\xd4\x30\xb0\x1b\x1e\x58\xdb\xd4\x30\xb2\x1b\x19\x19\xf3\x61\xa8\xbe\x31\x19\x1a\xb3\x0e\x74\xad\x53\xca\xb5\xa1\x22\xba\x09\x7d\x7a\xeb\x01\x80\x04\x61\x13\xea\x6b\xdb\xcd\x60\x4d\xb9\xee\x57\xad\x33\x94\x40\xdd\x7a\xa8\xa1\xaf\xaf\xda\x03\xdf\x57\x41\x0a\xf4\x9d\x7c\x15\x39\xab\x47\x9e\x3a\xee\x5b\x57\x37\x5d\xdb\xae\x76\xdc\xb1\xee\x4a\x1f\x3d\xb8\x39\x5d\x60\x5a\x4a\x51\x34\x03\x0a\x40\xea\xc0\xf4\x6c\xa2\x03\x92\x45\x30\x4d\x4c\xa4\x98\x53\x0a\xa6\x8e\xd7\x71\xce\x9c\x18\x2c\xad\x1d\x4f\x4a\xb6\xc7\xd5\x33\x36\xe3\x29\xa5\x78\x9a\x01\x4f\x5f\x35\xc1\x84\xe9\x6c\xa2\xa8\x2b\x12\x6f\x46\x95\x98\x88\xa2\xc5\xc2\xcd\x88\x9c\x75\xcf\x52\x00\x47\xd7\x52\xfa\xd7\xa3\x0a\xd1\x06\x86\xca\xd0\x34\x03\x1a\xa6\x38\xae\x81\x9f\x06\x7a\xd8\xa2\xfb\x06\x76\x1a\x48\x1a\x6a\xaf\xeb\xb9\xb9\xe9\xb8\xe9\x99\x99\xb9\x91\x12\xbf\x61\x99\x69\xc4\x52\x4a\xb1\x34\x03\x96\xb2\x2f\x82\x60\x60\xa5\x81\x9a\x2e\xa9\xaa\x99\x93\x06\x82\x68\x5a\x55\x23\x23\xb7\x3d\x23\x21\x72\xb9\x95\x12\xbf\xe5\x58\x09\x11\x4c\x19\x9e\x66\xc0\xd3\x32\x13\x22\x99\x06\x8a\x3a\x76\x42\x44\xd3\x40\x14\x65\x28\x40\x36\xfd\x8e\xa5\xa6\xcc\x88\x69\xed\xf8\x52\xf2\x7d\x96\xa1\x46\x2c\xa5\x14\x4b\x33\x60\x69\xeb\x2a\x99\x99\x69\xa0\xa6\x65\xa6\x11\x51\x62\x22\x88\x16\x7e\x32\xa0\x29\x1c\xf7\xad\x3f\xb5\x68\x1b\x4a\x37\xf0\xe2\x31\xc0\x9b\x77\xf0\x42\xba\x83\x17\x0d\x83\x03\xb0\x85\x17\xd2\x2d\x9c\xa3\x04\xb2\x87\x17\xd2\x3d\x9c\x23\xc6\xbc\x89\x17\x8e\xd7\xb3\xcf\xbc\x3f\x15\xd2\x5d\xbc\x78\x0c\x48\x80\xdb\x78\x21\xdd\xc6\x8b\x86\x41\x04\xdd\xc7\x0b\xe9\x3e\xce\xd1\x04\xde\xc8\x0b\xe9\x46\xce\x91\x05\xdc\xc9\x0b\x67\xfd\xc6\x95\xbe\x36\xb0\x55\xb2\xe1\x15\x8f\x01\x07\x6c\x2f\x2f\xa4\x7b\x79\xd1\x30\x78\x80\x9b\x79\x21\xdd\xcc\x39\x8a\xa0\xbb\x79\x21\xdd\xcd\x39\xa2\x60\xdb\x79\xe1\x6c\x7a\x96\x9a\x76\xac\x42\xba\x9f\x17\x8f\x01\x05\x68\x43\x2f\xa4\x1b\x7a\xd1\x30\x68\x60\x3b\x7a\x21\xdd\xd1\x39\x7a\x80\x5b\x7a\x21\xdd\xd2\x39\x92\x40\x7b\x7a\xe1\x6c\x07\x6e\x42\x24\x54\xb2\xef\x15\x8f\x01\x09\x70\x57\x2f\xa4\xbb\x7a\xd1\x30\x88\xa0\xdb\x7a\x21\xdd\xd6\x39\x9a\xc0\xfb\x7a\x21\xdd\xd7\x39\xb2\x80\x1b\x7b\xe1\xf8\x3d\x5f\x8d\x7b\x97\x74\x67\x2f\x1e\x03\x0a\xd0\xd6\x5e\x48\xb7\xf6\xa2\x61\xd0\xc0\xf6\xf6\x42\xba\xb7\x73\xf4\x00\x37\xf7\x42\xba\xb9\x73\x24\x81\x76\xf7\xd4\xc9\xfa\x43\xa6\x03\x3a\x65\x66\xf2\x43\x5d\xc6\x9d\x33\x21\xa8\x4a\x39\xaa\x86\x41\xd5\x16\xd3\x07\x9d\x35\x8d\x74\xb5\x9c\x85\x60\x4b\xcc\xa4\x11\xee\x42\x70\x39\xd9\x7a\x60\x30\x84\xbf\xf2\x43\x5e\xb6\xe6\xf9\x0b\x61\xaf\xfc\x90\x97\xad\x45\xf6\x42\xb8\x6b\xa2\xaa\xe7\x2e\x84\xb9\x26\xc2\x5a\xe6\x02\x78\xdb\x1f\x40\x1d\xc0\x09\x34\x93\x1f\xfa\x32\xee\x0c\x6a\x46\x54\xca\x11\x35\x0c\xa2\x96\xb3\x80\x73\xa8\x91\xa6\x8e\xb1\x80\xa3\xa8\x91\x2c\xca\x57\xf3\x69\x34\xdb\x0e\x6c\x05\xc9\xac\xfc\xf8\x97\x6d\x79\xc6\x82\x84\x56\x7e\xfc\xcb\xb6\x22\x6b\x41\x52\x6b\xa2\xab\x67\x2e\x48\x6c\x4d\xa4\xb5\xec\x85\xc8\x6d\x7f\x38\x75\x00\xa7\xd3\x4c\x7e\x20\xcc\xb8\xf3\xa9\x19\x51\x29\x47\xd4\x30\x88\x5a\xe6\x02\xce\xa8\x46\x9a\x3a\xd6\x02\x8e\xa9\x46\xb2\x28\x63\xcd\x7b\x19\x71\xe2\xb7\x8c\x35\x3a\xf1\x69\xf0\x5d\x3a\x0a\x06\x0f\xe1\xad\x11\x57\xa9\xc2\xd5\x70\xb8\x4a\x58\x78\xe1\x0c\xa3\xac\xe5\xb0\x11\x5d\x02\x23\x8e\x30\x59\x40\x06\xbe\xf5\x93\x3a\x95\x85\xa3\x1f\xb7\x95\x0e\x8f\x41\x02\x72\xf7\x2b\x10\x35\x1c\x22\x98\xd3\x1f\x44\x13\xd0\xf5\x0f\x22\x0b\x12\x00\xa8\x6c\x63\x00\x18\x40\x35\x0a\xfb\x48\x80\x02\x5b\xc3\x61\xb3\x88\x07\x80\xa8\xb3\x89\x0a\x80\x08\x04\xc7\x06\x2a\xcb\xf0\x00\x6e\xaf\x1a\x8e\x75\x90\x40\x81\xac\xe1\x90\xc1\x43\x05\x20\xda\x2c\x02\x06\x20\xf2\xa0\x61\x83\xca\x2e\x72\x80\x9b\xab\xc6\x62\x1b\x3f\x50\xe0\x6a\x38\x5c\xe0\x28\x02\x88\x32\x78\x2c\x01\x44\x1c\x30\xa2\x50\xd9\x06\x15\x30\x80\x6a\x2c\xf6\xa1\x05\x05\xb6\x86\xc3\x66\x11\x60\x00\x51\x67\x13\x66\x00\x11\x08\x0e\x36\x54\x76\xf1\x06\xdc\x5c\x35\x1a\xdb\xa8\x83\x02\x57\xc3\xe1\x02\xc7\x1e\x40\x94\xc1\x23\x10\x20\xe2\x80\x71\x08\xb2\x79\x42\x43\x11\xf2\x2d\xb8\x78\x70\x58\x40\x01\x09\x05\xa6\x86\xc7\x04\x0b\x4b\xc0\xa8\x02\x06\x27\x60\x84\x41\x42\x14\x64\xb7\xb4\x8a\x52\xc8\x37\xde\xe2\xc1\xa1\x82\xc7\x2a\x14\xe8\x1a\x1e\x9d\x45\xc4\x02\x46\x9f\x4d\xdc\x02\x46\x22\x38\x7a\x41\xb6\x4d\x9b\x00\x86\x7c\x03\x2e\x1e\x1c\x26\x70\x18\x43\x81\xad\xe1\xb1\xc1\x83\x19\x30\xea\x2c\x42\x1a\x30\x02\xa1\x81\x0d\xb2\x7f\x5a\xc4\x36\xe4\x1b\x71\xf1\xe0\x10\x41\x23\x1c\x0a\x64\x0d\x8f\x0c\x1c\xe7\x80\xd1\x06\x8f\x76\xc0\xc8\x03\xc6\x3c\xc8\xe6\x69\x15\xf6\x90\xef\xc3\xc5\x83\x43\x05\x0f\x7e\x28\xd0\x35\x3c\x3a\x8b\x10\x08\x8c\x3e\x9b\x40\x08\x8c\x44\x70\x38\x84\xec\xa4\x16\x11\x11\xf9\x96\x5c\x3c\x38\x44\xd0\xb8\x88\x02\x59\xc3\x23\x03\x47\x47\x60\xb4\xc1\x63\x24\x30\xf2\x80\x91\x92\xca\x3e\x58\x42\x40\x54\xe6\xd4\x94\x90\x89\x0a\x61\xc3\x23\xb4\x09\x9c\x00\x69\xb4\x0a\x9f\x00\xc9\x84\x07\x51\x2a\xeb\x38\x0a\x81\x50\x0e\xcb\x3e\x9a\xa2\xc2\xd7\xf0\xf8\x2c\x62\x2a\x40\x0a\x6d\x22\x2b\x40\x22\xc1\xf1\x95\xca\x36\xc4\x42\x00\x94\x63\xb2\x0e\xb4\xa8\xd0\x35\x3c\x3a\x78\xb8\x05\x48\x9f\x45\xd0\x05\x48\x22\x34\xf4\x52\xd9\x47\x5f\x08\x88\x72\x4c\x13\x62\x30\x2a\x84\x0d\x8f\xd0\x26\x12\x03\xa4\xd1\x2a\x1e\x03\x24\x13\x1e\x95\xa9\x6c\x03\x33\x04\x40\x39\x2a\xeb\xf0\x8c\x0a\x5d\xc3\xa3\x83\x07\x69\x80\xf4\x59\x84\x6a\x80\x24\x42\x03\x36\x95\x75\xcc\xa6\x85\x50\x0d\x6a\x42\xe4\x46\x8d\xb1\x11\x31\x82\xe3\x37\x16\x54\xc2\xa3\x38\x16\x84\xca\x62\x39\xf0\x6f\xa1\x53\x27\x8d\xe0\xc1\x1c\xdc\x56\x3a\x50\x06\x09\x28\x98\xa3\x40\xd4\x70\x88\x60\xc1\x1c\x10\x4d\xc0\x60\x0e\x88\x2c\x48\x30\x27\x8d\x2c\x83\x39\x18\x40\x35\x0a\xfb\x60\x8e\x02\x5b\xc3\x61\xb3\x08\xe6\x80\xa8\xb3\x09\xe6\x80\x08\x04\x07\x73\xd2\xc8\x2e\x98\x83\xdb\xab\x86\x63\x1d\xcc\x51\x20\x6b\x38\x64\xf0\x60\x0e\x88\x36\x8b\x60\x0e\x88\x3c\x68\x30\x27\x8d\xac\x82\x39\xb8\xb9\x6a\x2c\xb6\xc1\x1c\x05\xae\x86\xc3\x05\x0e\xe6\x80\x28\x83\x07\x73\x40\xc4\x01\x83\x39\x69\x64\x19\xcc\xc1\x00\xaa\xb1\xd8\x07\x73\x14\xd8\x1a\x0e\x9b\x45\x30\x07\x44\x9d\x4d\x30\x07\x44\x20\x38\x98\x93\x46\x56\xc1\x1c\xdc\x5c\x35\x1a\xdb\x60\x8e\x02\x57\xc3\xe1\x02\x07\x73\x40\x94\xc1\x83\x39\x20\xe2\x80\xc1\x1c\xb2\x79\x42\x83\x39\xf2\x2d\xb8\x78\x70\x58\x40\xc1\x1c\x05\xa6\x86\xc7\x04\x0b\xe6\xc0\xa8\x02\x06\x73\x60\x84\x41\x82\x39\x64\xb7\xb4\x0a\xe6\xc8\x37\xde\xe2\xc1\xa1\x82\x07\x73\x14\xe8\x1a\x1e\x9d\x45\x30\x07\x46\x9f\x4d\x30\x07\x46\x22\x38\x98\x43\xb6\x4d\x9b\x60\x8e\x7c\x03\x2e\x1e\x1c\x26\x70\x30\x47\x81\xad\xe1\xb1\xc1\x83\x39\x30\xea\x2c\x82\x39\x30\x02\xa1\xc1\x1c\xb2\x7f\x5a\x04\x73\xe4\x1b\x71\xf1\xe0\x10\x41\x83\x39\x0a\x64\x0d\x8f\x0c\x1c\xcc\x81\xd1\x06\x0f\xe6\xc0\xc8\x03\x06\x73\xc8\xe6\x69\x15\xcc\x91\xef\xc3\xc5\x83\x43\x05\x0f\xe6\x28\xd0\x35\x3c\x3a\x8b\x60\x0e\x8c\x3e\x9b\x60\x0e\x8c\x44\x70\x30\x87\xec\xa4\x16\xc1\x1c\xf9\x96\x5c\x3c\x38\x44\xd0\x60\x8e\x02\x59\xc3\x23\x03\x07\x73\x60\xb4\xc1\x83\x39\x30\xf2\x80\xc1\x9c\x34\xb2\x0e\xe6\x10\x10\x95\x39\x35\x25\x98\xa3\x42\xd8\xf0\x08\x6d\x82\x39\x40\x1a\xad\x82\x39\x40\x32\xe1\xc1\x1c\x0c\x66\x17\xcc\x21\x10\xca\x61\xd9\x07\x73\x54\xf8\x1a\x1e\x9f\x45\x30\x07\x48\xa1\x4d\x30\x07\x48\x24\x38\x98\x83\xa1\xac\x82\x39\x04\x40\x39\x26\xeb\x60\x8e\x0a\x5d\xc3\xa3\x83\x07\x73\x80\xf4\x59\x04\x73\x80\x24\x42\x83\x39\x18\xc8\x32\x98\x43\x40\x94\x63\x9a\x10\xcc\x51\x21\x6c\x78\x84\x36\xc1\x1c\x20\x8d\x56\xc1\x1c\x20\x99\xf0\x60\x0e\x06\xb3\x0a\xe6\x10\x00\xe5\xa8\xac\x83\x39\x2a\x74\x0d\x8f\x0e\x1e\xcc\x01\xd2\x67\x11\xcc\x01\x92\x08\x0d\xe6\x74\x95\xa9\xe0\xc1\x9c\x16\x42\x35\xa8\x09\xc1\x1c\x35\xc6\x46\xc4\x08\x0e\xe6\x58\x50\x09\x0f\xe6\x58\x10\x0a\x0b\xe6\xa8\x32\xc4\xa6\x4e\x72\x85\x07\x73\x70\x5b\xe9\x40\x19\x24\xa0\x60\x8e\x02\x51\xc3\x21\x82\x05\x73\x40\x34\x01\x83\x39\x20\xb2\x20\xc1\x9c\xe4\x6a\x19\xcc\xc1\x00\xaa\x51\xd8\x07\x73\x14\xd8\x1a\x0e\x9b\x45\x30\x07\x44\x9d\x4d\x30\x07\x44\x20\x38\x98\x93\x5c\xed\x82\x39\xb8\xbd\x6a\x38\xd6\xc1\x1c\x05\xb2\x86\x43\x06\x0f\xe6\x80\x68\xb3\x08\xe6\x80\xc8\x83\x06\x73\x92\xab\x55\x30\x07\x37\x57\x8d\xc5\x36\x98\xa3\xc0\xd5\x70\xb8\xc0\xc1\x1c\x10\x65\xf0\x60\x0e\x88\x38\x60\x30\x27\xb9\x5a\x06\x73\x30\x80\x6a\x2c\xf6\xc1\x1c\x05\xb6\x86\xc3\x66\x11\xcc\x01\x51\x67\x13\xcc\x01\x11\x08\x0e\xe6\x24\x57\xab\x60\x0e\x6e\xae\x1a\x8d\x6d\x30\x47\x81\xab\xe1\x70\x81\x83\x39\x20\xca\xe0\xc1\x1c\x10\x71\xc0\x60\x0e\xd9\x3c\xa1\xc1\x1c\xf9\x16\x5c\x3c\x38\x2c\xa0\x60\x8e\x02\x53\xc3\x63\x82\x05\x73\x60\x54\x01\x83\x39\x30\xc2\x20\xc1\x1c\xb2\x5b\x5a\x05\x73\xe4\x1b\x6f\xf1\xe0\x50\xc1\x83\x39\x0a\x74\x0d\x8f\xce\x22\x98\x03\xa3\xcf\x26\x98\x03\x23\x11\x1c\xcc\x21\xdb\xa6\x4d\x30\x47\xbe\x01\x17\x0f\x0e\x13\x38\x98\xa3\xc0\xd6\xf0\xd8\xe0\xc1\x1c\x18\x75\x16\xc1\x1c\x18\x81\xd0\x60\x0e\xd9\x3f\x2d\x82\x39\xf2\x8d\xb8\x78\x70\x88\xa0\xc1\x1c\x05\xb2\x86\x47\x06\x0e\xe6\xc0\x68\x83\x07\x73\x60\xe4\x01\x83\x39\x64\xf3\xb4\x0a\xe6\xc8\xf7\xe1\xe2\xc1\xa1\x82\x07\x73\x14\xe8\x1a\x1e\x9d\x45\x30\x07\x46\x9f\x4d\x30\x07\x46\x22\x38\x98\x43\x76\x52\x8b\x60\x8e\x7c\x4b\x2e\x1e\x1c\x22\x68\x30\x47\x81\xac\xe1\x91\x81\x83\x39\x30\xda\xe0\xc1\x1c\x18\x79\xc0\x60\x4e\x72\xb5\x0e\xe6\x10\x10\x95\x39\x35\x25\x98\xa3\x42\xd8\xf0\x08\x6d\x82\x39\x40\x1a\xad\x82\x39\x40\x32\xe1\xc1\x1c\x0c\x66\x17\xcc\x21\x10\xca\x61\xd9\x07\x73\x54\xf8\x1a\x1e\x9f\x45\x30\x07\x48\xa1\x4d\x30\x07\x48\x24\x38\x98\x83\xa1\xac\x82\x39\x04\x40\x39\x26\xeb\x60\x8e\x0a\x5d\xc3\xa3\x83\x07\x73\x80\xf4\x59\x04\x73\x80\x24\x42\x83\x39\x18\xc8\x32\x98\x43\x40\x94\x63\x9a\x10\xcc\x51\x21\x6c\x78\x84\x36\xc1\x1c\x20\x8d\x56\xc1\x1c\x20\x99\xf0\x60\x0e\x06\xb3\x0a\xe6\x10\x00\xe5\xa8\xac\x83\x39\x2a\x74\x0d\x8f\x0e\x1e\xcc\x01\xd2\x67\x11\xcc\x01\x92\x08\x0d\xe6\x74\x05\xb3\xe1\xc1\x9c\x16\x42\x35\xa8\x09\xc1\x1c\x35\xc6\x46\xc4\x08\x0e\xe6\x58\x50\x09\x0f\xe6\x58\x10\x0a\x0b\xe6\x28\xeb\xe6\xa5\x4e\x93\xc0\xa3\x39\x8d\xbc\x0a\xc9\x83\x45\x02\x8a\xe6\x28\x10\x35\x1c\x22\x58\x34\x07\x44\x13\x30\x9a\x03\x22\x0b\x12\xcd\x69\x12\xcb\x68\x4e\x23\xaf\x48\xf2\x60\x31\xc1\xa3\x39\x0a\x6c\x0d\x87\xcd\x22\x9a\x03\xa2\xce\x26\x9a\x03\x22\x10\x1c\xcd\x69\x12\xbb\x68\x4e\x23\xaf\x57\xf2\x60\x11\x81\xa3\x39\x0a\x64\x0d\x87\x0c\x1e\xcd\x01\xd1\x66\x11\xcd\x01\x91\x07\x8d\xe6\x34\x89\x55\x34\xa7\x91\x57\x33\x79\xb0\x78\xa0\xd1\x1c\x05\xae\x86\xc3\x05\x8e\xe6\x80\x28\x83\x47\x73\x40\xc4\x01\xa3\x39\x4d\x62\x19\xcd\x69\xe4\x25\x4e\x1e\x2c\x26\x78\x34\x47\x81\xad\xe1\xb0\x59\x44\x73\x40\xd4\xd9\x44\x73\x40\x04\x82\xa3\x39\x4d\x62\x15\xcd\x69\xe4\x35\x50\x1e\x2c\x1e\x68\x34\x47\x81\xab\xe1\x70\x81\xa3\x39\x20\xca\xe0\xd1\x1c\x10\x71\xc0\x68\x0e\xd9\x3c\xa1\xd1\x1c\xf9\x16\x5c\x3c\x38\x2c\xa0\x68\x8e\x02\x53\xc3\x63\x82\x45\x73\x60\x54\x01\xa3\x39\x30\xc2\x20\xd1\x1c\xb2\x5b\x5a\x45\x73\xe4\x1b\x6f\xf1\xe0\x50\xc1\xa3\x39\x0a\x74\x0d\x8f\xce\x22\x9a\x03\xa3\xcf\x26\x9a\x03\x23\x11\x1c\xcd\x21\xdb\xa6\x4d\x34\x47\xbe\x01\x17\x0f\x0e\x13\x38\x9a\xa3\xc0\xd6\xf0\xd8\xe0\xd1\x1c\x18\x75\x16\xd1\x1c\x18\x81\xd0\x68\x0e\xd9\x3f\x2d\xa2\x39\xf2\x8d\xb8\x78\x70\x88\xa0\xd1\x1c\x05\xb2\x86\x47\x06\x8e\xe6\xc0\x68\x83\x47\x73\x60\xe4\x01\xa3\x39\x64\xf3\xb4\x8a\xe6\xc8\xf7\xe1\xe2\xc1\xa1\x82\x47\x73\x14\xe8\x1a\x1e\x9d\x45\x34\x07\x46\x9f\x4d\x34\x07\x46\x22\x38\x9a\x43\x76\x52\x8b\x68\x8e\x7c\x4b\x2e\x1e\x1c\x22\x68\x34\x47\x81\xac\xe1\x91\x81\xa3\x39\x30\xda\xe0\xd1\x1c\x18\x79\xc0\x68\x4e\x93\x58\x47\x73\x1a\x45\xc5\x96\x07\x87\xcc\x22\x9a\xa3\x42\xd8\xf0\x08\x6d\xa2\x39\x40\x1a\xad\xa2\x39\x40\x32\xe1\xd1\x1c\x0c\x66\x17\xcd\x69\x14\xf5\x5c\x1e\x1c\x2e\x78\x34\x47\x85\xaf\xe1\xf1\x59\x44\x73\x80\x14\xda\x44\x73\x80\x44\x82\xa3\x39\x18\xca\x2a\x9a\xd3\x28\xaa\xbd\x3c\x38\x54\xe0\x68\x8e\x0a\x5d\xc3\xa3\x83\x47\x73\x80\xf4\x59\x44\x73\x80\x24\x42\xa3\x39\x18\xc8\x32\x9a\xd3\x28\x4a\xc0\x3c\x38\x64\x16\xd1\x1c\x15\xc2\x86\x47\x68\x13\xcd\x01\xd2\x68\x15\xcd\x01\x92\x09\x8f\xe6\x60\x30\xab\x68\x4e\xa3\xa8\x11\xf3\xe0\x50\x81\xa3\x39\x2a\x74\x0d\x8f\x0e\x1e\xcd\x01\xd2\x67\x11\xcd\x01\x92\x08\x8d\xe6\x34\x89\x6d\x34\xa7\x51\x56\x8d\x79\x08\xd8\xa0\xd1\x1c\x35\xc6\x46\xc4\x08\x8e\xe6\x58\x50\x09\x8f\xe6\x58\x10\x2a\x8d\xe6\x8c\xe0\xaa\xba\x44\x75\x78\x43\x91\x93\xc4\xd9\x97\x63\x70\xa9\x51\xf9\x76\x0e\xc2\x2f\xd7\x32\xbf\x67\x91\x13\xe6\x49\x5e\x1e\xeb\x32\xc8\xaa\x22\x28\x51\x56\x9f\x3a\xcf\xc4\x29\xcc\xb3\x1a\x65\xf5\xf1\xdd\xbb\x13\x75\x30\x9c\x8a\x3c\xce\x6a\x54\x3a\xe8\x2b\xca\xea\x8a\x74\x7e\x2a\xf2\x2a\xae\xe3\x3c\x3b\x06\xe7\x2a\x4f\xee\x35\x3a\xb5\x6e\x92\x13\x71\xbc\x9c\x7e\x77\xe2\x2c\x42\xcd\xd1\x1b\xd3\x56\xa3\xa6\x76\xd2\x3c\xcb\xab\x22\x08\xd1\xdb\x25\xcf\x6a\xe7\x12\xa4\x71\xf2\x38\xfe\xf9\x9f\xfe\x94\x67\xb9\xf3\x2f\xe8\x7a\x4f\x82\x72\xf9\x27\x94\x25\xf9\xf2\x4f\x79\x16\x84\xf9\xf2\x97\x3c\xab\xf2\x24\xa8\x96\x7f\x8c\xcf\xa8\x0c\x70\xe7\x0b\xdc\x7a\xf9\x4b\x7e\x2f\x63\x54\x2e\xfe\x19\xbd\x2e\x7b\xb4\x3a\x86\x13\x02\xfe\x72\xaf\xea\xf8\xf2\x78\x23\x3f\x82\x24\xbe\x66\xc7\xf6\x91\x11\xf4\xb5\x0c\x8a\xb7\xd7\x5b\x5c\x23\x87\xf4\x75\xcc\xf2\x32\x0d\x12\x23\x5c\x96\x4b\x20\xf1\x23\x23\x64\x5d\xde\xb3\x30\xa8\xd1\x5b\xfe\x15\x95\x97\x24\x7f\x3d\xde\xe2\x28\x42\xd9\x89\xbc\xed\x1f\xa2\x24\x89\x8b\x2a\xae\x4e\xe3\x2e\x14\x88\xf1\x0c\xb3\x2c\xc0\xbf\x8d\xd4\x90\x99\x66\xa1\xc8\x03\x23\x58\x88\xb0\x14\xb1\x70\xf4\x09\x03\x08\x2e\xfe\x44\x90\x54\xe9\x34\xfa\xab\x74\xea\x10\xaa\x14\x32\x0a\x78\xda\x43\xba\x14\xa2\x69\xc3\x48\xa3\xa9\xc3\x48\xa3\x69\xc3\x50\x7d\xf0\x47\x45\xe9\x3a\x6d\x18\xc9\x75\xea\x30\x92\xeb\xb4\x61\x28\x43\xdd\x04\x4d\x93\x4c\x1b\x47\x93\x4c\x1d\x47\x93\x80\xc6\xa1\x60\x42\xfe\x8a\xca\x30\xa8\xd0\x5b\xab\x29\x82\xac\xba\xe4\x65\x7a\xec\x5f\x18\xfb\xbf\x17\x85\x1c\x45\xff\xc2\xbc\xb6\x83\x22\xae\x83\x24\xfe\x7d\x84\x63\x78\xa3\x43\x42\x36\x81\x57\x84\xd9\xe5\x24\x84\x8b\xcc\x93\xe3\xc6\xd5\x7a\xb9\x47\xc0\xa8\xe4\xc0\xdb\x67\x50\x14\x54\x9b\x73\x18\xb6\x70\x02\xce\x79\x12\x71\xb0\x7b\x3b\x58\x81\x76\xfa\xc8\x88\x80\xb0\x38\xa4\x90\x55\xfd\x48\xd0\x91\x3e\x31\xef\x65\x78\xa7\x78\xa3\xe6\xc0\x0f\x97\xcb\xc5\x08\x50\x94\x71\x1a\x94\x8f\x0e\xc4\x75\xf7\x67\x2d\x54\xc0\x81\x1d\x2f\x79\x78\xaf\x46\x76\x8e\xd0\xe8\x86\x77\xb4\xa1\x07\x7f\x77\xde\x98\x55\x33\x0a\xf3\x2c\x62\x28\xdb\x85\x7b\x7f\x1f\x99\x29\xeb\x01\xf5\xb4\x0d\xcd\x38\xea\xb6\x2f\xdb\x8b\xbf\x35\x53\x77\x0f\x43\x54\x55\x1d\xd4\xfa\x10\xec\xb7\x3e\x80\x36\x0a\x66\xa0\xac\x6d\xc4\xd1\xe5\xbd\xec\x5e\xd6\xe6\xe9\x8f\xb3\x4b\xde\x83\xec\x83\xf5\xf9\x60\x26\x0a\xc3\xe8\x29\x22\x2d\xf8\x49\xbc\xec\x76\x7b\x33\x9b\x5e\x83\x32\x8b\xb3\xeb\x20\x8f\xa1\xe7\xee\xcd\x14\xb5\x60\x7a\xa2\xba\x46\x1c\x5d\xe7\xe0\x70\xd6\xaf\x4f\x02\x1b\x05\xd9\x75\x00\x8a\xc2\x8d\x0f\x99\x3d\x0a\xa5\xa7\xaa\x6d\xc3\x11\x15\xec\xbd\x68\x1d\x98\xb7\x3f\xa2\x27\x3b\x56\x1d\x2e\x2f\x17\x1d\x4c\xc0\x00\xe9\x49\xa2\x4d\x38\x8a\xc2\x73\xb4\x89\xcc\x14\xe1\x3f\x3b\x90\xcd\x76\x13\x6c\x75\x9c\x0d\x06\x18\x13\x8b\xca\x2f\x82\x70\xaf\xbd\xad\xb7\x33\x92\x73\xce\xa3\x5e\x1b\x44\x1b\xfc\xcf\x6c\x19\xdd\x6b\x14\x81\x35\x48\xdb\x4d\x12\x84\x5f\x1c\xdf\x6d\xc1\xca\xeb\x39\xf8\xd1\x5d\xe2\x7f\x2b\xff\x23\x4c\x01\x0f\xd0\xb7\x2a\x21\xd0\xef\x97\x9e\xeb\xbe\x07\x61\xb8\xc5\x11\x1a\x9f\xed\xe2\x2c\xae\xe3\x20\x39\x9d\xf3\x32\x42\x25\x39\xd7\x89\x47\x3e\xbc\x5b\x1c\xdd\x9f\xdd\x45\x40\xcf\x11\xd5\x2d\x88\xf2\xd7\x63\x96\x67\x48\x35\xc1\x28\xcc\xe9\xd1\xcb\xc1\xad\xde\x84\x87\x04\xd4\xcc\xaf\x12\x05\x5f\xde\x5e\xf3\x32\x22\x27\xa9\x23\xf9\xed\xe0\xdf\x03\xe8\x89\xbc\x26\x6f\xa4\xef\x55\x27\x13\x54\xa1\x6e\x49\xc4\xd9\x0d\x95\xb1\xd6\xfa\xfa\x1a\x57\xf1\x39\x41\x6f\xe4\x7f\xe3\x24\xae\x1f\xc7\xf6\x91\x0e\x2a\xce\x24\x70\xf4\x3c\xa6\x03\x0b\x12\x54\xe2\x43\x50\x92\x30\x93\x75\xfc\x61\xed\xad\xfd\xf5\xcb\x69\xd8\x81\xc7\x90\xe5\x3d\x41\x22\xa0\xd3\xed\x24\x04\x7c\x0c\x13\xe6\xd9\x25\xbe\x3a\x8f\x20\x95\x41\x05\xd1\xd9\x3f\x47\x9d\x6c\x78\x45\xb3\xa8\xf2\x24\x8e\x16\x3f\x6c\x5f\x7c\xd7\xdf\xb7\x2f\x9c\x32\x88\xe2\x7b\x75\xdc\x16\xcd\xa9\xdf\x8c\xdd\x53\x14\x57\x45\x12\x3c\x8e\xe7\x24\x0f\xbf\x9c\xa8\xc9\x11\xff\x8e\x8e\xde\xa6\x68\x4e\x7d\x80\xd0\x2d\x9a\xf1\x24\x06\x49\x32\x26\xf5\x7f\xde\x51\xf9\x70\xaa\x3a\xa8\x2b\x7e\xe5\x9d\x2e\x09\x6a\x9c\x6b\x99\xbf\x1e\x3d\xa6\x9f\xd5\xbe\x44\xa9\xc4\x8d\x82\xea\x32\x0e\x2b\x07\x35\x45\x92\x97\xa8\x5c\xa5\x79\x14\x24\x4e\x14\x07\x49\x7e\x7d\x4b\x83\xa6\x3b\x8b\xf9\x98\xb4\xee\xcc\x2c\x8a\xa0\x19\x6f\xf7\xe4\x2d\xbc\x97\x55\x5e\x1e\x5b\xef\xc8\xa9\xbb\x20\xdb\xb3\xc0\x2f\x1a\x38\xb6\x56\xc1\x8d\x25\x63\x84\xe2\x7c\xaf\xeb\x3c\x1b\x21\x72\xce\x75\x26\x99\x69\xaa\x86\x25\x33\xdd\xb2\xb8\x53\x8f\x08\xad\xd1\x6e\x4c\xee\xb5\x0c\x8a\x9b\x13\xe6\x59\x5d\xe6\x49\xd5\xf5\x1d\x26\x28\x28\x9d\x3a\x4e\x11\xee\x75\xec\xb5\xaa\x83\x33\x96\x58\x2d\x94\x84\x56\x2c\x5c\x4a\x42\x5b\x91\x24\x2e\x29\xb9\x86\x82\xd0\x4a\xd9\x3c\x8d\x62\x7e\x0f\xf2\xb7\xfe\x79\xb7\x56\xcd\x0e\x6a\x50\x78\xaf\xdb\x81\x8e\x86\xe4\x05\x87\xc3\xe5\x72\xa2\xf2\x78\xd8\xca\xe4\x04\x35\x45\x89\xaa\x0a\x6b\xda\x38\x2b\xee\xf5\x62\x15\xa6\x8e\xf8\x50\x82\x9a\x59\x39\x47\x6f\xe1\x2d\x88\xb3\x8e\x59\xa3\x3e\xb3\x46\xb7\x45\xb3\x70\x17\xee\xe2\x20\x23\xa0\x0e\xce\x4e\xeb\x0a\x6c\xbb\xe9\x23\xe1\x7d\x6f\xe2\x66\xe5\xad\xfd\x8f\xdc\x44\xc1\x9a\xb6\x21\x7b\x7d\x5b\x56\xb1\x48\x96\x15\x5e\xeb\xab\xea\x96\xbf\xf6\x2e\x32\xe7\x41\x3c\x95\x92\xe0\x71\x90\xa1\x44\xf0\xd1\xae\x65\x58\x09\x8f\x7f\xad\x1f\x05\xfa\x14\xde\x50\xf8\xe5\x9c\x37\xbf\x1d\xc9\x5f\x28\xfa\x29\x09\xce\x28\x19\xec\xf9\x9d\xfb\xe2\x4a\xb4\xf0\xbd\xaa\xf3\xb4\x93\x2b\xa7\x85\xe1\xf4\x86\x84\xf3\xf9\xf5\x9a\xa0\xb2\x22\xaa\xa9\xc0\x2a\x02\x1f\xa4\xb1\x1e\xbc\x17\xb2\xeb\xbd\x23\x0c\xbf\x5e\xf2\xf2\x3f\x7e\x72\x5a\x3c\xbf\x49\xa9\xa0\x2e\xe1\xd1\x42\x00\x81\x9e\xd1\x25\x2f\xd1\xdb\x0d\xb5\x57\x2d\xbc\x75\x89\xd2\x53\x17\x8c\xd9\xe0\x1f\xf4\x7a\xd8\x01\xff\xd9\xfa\x5c\x68\x2b\x09\x8b\x7a\xff\x80\x53\xc7\x75\x82\x8e\x97\xb8\xac\x6a\x27\x41\x75\xef\x10\x91\x39\x13\x64\xdb\x72\x71\xaf\x29\x97\x46\xab\xe7\x8d\xec\x24\x44\xd5\x53\x77\xe8\x49\xb8\x56\x2a\x15\x2a\xb2\x63\xb7\xfb\x76\x7b\x02\x80\x80\x65\xc1\x57\xa7\x0e\xce\x15\xfd\x2b\x89\xb3\x2f\xe6\x29\x1f\x16\x5b\xdb\xad\xf8\x59\xc2\x18\x26\x0a\xea\xc0\x21\x7a\x8b\x6a\xaf\xfe\x46\xb0\x4b\x96\xf5\x5a\x46\xda\x00\xf3\xb9\xc6\xd6\xf1\xe7\xba\xfc\x5c\xb7\xee\x0a\xba\xb7\x1e\x50\x7a\x12\x9d\xcc\xcc\x86\xb6\x70\x17\xf8\xbf\x52\x8d\x81\x57\x5b\x75\xbf\x5e\x51\x55\x3b\x51\x99\x17\x51\xfe\x2a\xd3\xf2\x97\xcb\x45\xa2\xe5\x43\x14\x6d\xa3\xe0\xd4\x9f\xaa\x89\x19\xc2\xe8\xad\x5e\xc2\xfc\x5d\xd1\x9c\xd8\xe8\x1b\xfe\x3d\x8e\x46\xf4\xf1\x07\xd7\x95\xf0\x4e\x46\xaa\x93\xc4\x55\xfd\x86\xff\xd3\x7a\x50\xf0\x2e\x33\xde\xd5\x6d\xb0\x2d\x92\x18\x62\x98\xe3\x5d\xe6\x78\xce\xeb\x9b\x60\x5a\xf1\xd7\x36\x17\x34\xce\x29\xf1\xed\x77\x4b\xcc\x75\xdf\xdb\x11\x27\x7f\x79\x43\x41\x24\x8b\x16\xfd\xff\x8c\x5b\xcd\x8e\x9b\x30\x10\xbe\xf7\x29\x90\xf6\xd2\xac\x16\x36\x20\x91\x44\x41\x5d\xa9\xb7\x1e\xda\x4b\xa5\x9e\xab\x09\x0c\x89\x25\x63\x90\xed\xec\xa6\x8a\xfa\xee\x2b\xff\x40\x8c\x63\x02\xca\x21\x52\xe2\xbf\x19\xcf\x7c\xf3\xcd\x0c\x3c\x1d\xea\x0a\xeb\xda\xbd\x15\xc5\xa4\x28\x61\x18\x0f\x58\x90\x17\x77\x35\xcc\x62\xaa\xaa\x38\x17\xc2\xe7\xc2\xf4\x22\x6f\xf4\x58\x81\x86\x83\xd9\xf8\x6f\x40\xe3\x4e\x92\xd9\xd5\x13\xae\x60\xc2\x46\x6c\xb3\x88\xed\x63\x04\xcf\xa6\x99\x85\x3b\x78\x14\x10\x27\xf2\xb0\x61\x8e\x5d\x3a\xdb\xae\xbb\xcb\xa3\xc4\x23\xa4\x81\x84\xa3\x76\x94\x1b\x42\xda\x0a\xff\x02\x1d\xbe\xed\x59\x2b\xbf\x5a\x9c\x2e\x4f\x84\x56\xab\x51\x73\x32\x18\x4b\xed\x1a\x14\x8f\xc8\xaa\x6b\x6f\xe7\x84\x69\xeb\xf1\x33\x89\x64\x9b\x63\xd3\xbb\x5e\x6a\x60\x47\x7f\xe5\xb9\x97\x62\x44\x41\x92\x6d\x76\x89\x89\xc4\xe6\x3a\x4e\x65\x54\x8a\xe2\xf1\xf6\xfe\x2c\x2a\x44\x78\xc6\xbc\xbd\x79\xfd\xec\x46\x51\x45\xde\x9d\x30\x13\xee\xb9\xd9\xf1\xe2\x03\x64\x79\x0a\x6b\xc1\x6e\xbe\x1d\x50\x6e\xbf\x31\x80\xab\x10\x3d\x5a\x17\x4e\x53\x49\xa5\x31\x67\xa9\xe6\x2a\xc7\x73\xb0\xb4\x2c\xfb\x3f\xe2\xb6\xae\x05\x6a\x72\xf5\xf0\xf4\xf7\xe9\x87\x5b\xc6\x48\x77\xab\xc9\xd9\x26\x0f\x89\x19\x34\xe8\xbd\xfb\xf1\x60\x4b\xcd\x23\xcc\x1c\xaf\x54\x3e\x61\x38\xc3\xeb\x87\xe1\x7b\xb0\x06\x7a\x02\x2e\xaf\x35\xa1\x34\x10\x41\x74\x64\xb3\xca\xcd\xd7\x3a\x3b\x7d\x80\x9a\xce\x82\x51\x52\xd3\xd6\x34\x59\x29\xfc\xeb\x43\x79\xc9\x5b\x21\x4e\x40\x26\x31\x41\xb6\x2d\x95\xa4\x9b\x52\xe9\x6e\x55\x04\x2c\xf3\x16\x21\xdd\xae\xf8\x77\x4e\x80\xbe\xfc\x40\xfa\x8e\x92\x94\xf0\x22\x80\x89\x58\x20\x27\x23\x2c\xce\x1c\xd7\xd8\x29\xf1\x16\xf4\x80\x47\x47\x8d\x12\x7d\x2d\xc2\xa1\x03\x69\xea\x03\x7c\xf0\x56\xbd\x65\x2a\x94\x40\xe8\x12\x2b\x4f\xdd\x7b\x08\x72\x8a\xaa\x8a\x35\x5f\xd7\x99\xd4\x02\xce\x9e\x48\xe0\x47\x94\x3a\x88\x39\x82\x50\xf5\x6b\xb1\xc0\xd6\xda\x73\x67\x8a\xe2\x23\x58\xb0\x4f\x06\xf4\x1c\x6d\xaf\xb5\x1a\x1f\x50\x7e\x20\xb2\x00\x97\x9c\xc9\x56\x0e\x50\x1d\x71\xe0\xf7\x6f\xa2\x03\x36\xf6\x9d\x5c\x7b\xff\xa5\xd7\x7a\x58\x52\x7e\xa6\x28\x1c\x41\xad\x60\x9b\x90\x60\x6a\xec\xdf\x89\x12\x52\x9d\xab\x4f\xa8\xac\x63\xed\x6f\x78\xa8\x62\x64\x53\x1d\x47\x2d\xc1\xff\x2f\xaf\xcf\x4f\x91\x68\xcf\xbc\xc4\x5f\xd0\x75\x84\x1d\xff\xfc\xfe\xf9\xad\x01\xc2\x12\xc8\x0e\x19\x6c\x30\x4b\x4a\x21\x92\x06\xba\xe7\xd7\xcf\x00\x00\x00\xff\xff\x7a\x77\x4e\x17\x3d\x68\x06\x00") - -func pkgUiStaticReactStaticCssMainA2b2a6e2CssBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticCssMainA2b2a6e2Css, - "pkg/ui/static/react/static/css/main.a2b2a6e2.css", - ) -} - -func pkgUiStaticReactStaticCssMainA2b2a6e2Css() (*asset, error) { - bytes, err := pkgUiStaticReactStaticCssMainA2b2a6e2CssBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/css/main.a2b2a6e2.css", size: 419901, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticCssMainA2b2a6e2CssMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x5b\x7b\xea\xba\xb2\x27\x0e\x7f\x97\x75\x4b\x3d\x1d\xe2\x38\xc4\xf4\xbe\x52\x95\x64\xb0\x39\x25\x01\x72\x18\x77\x24\x83\x80\xe3\x80\x31\x84\x38\xce\xfb\xe5\xdf\xa7\x4a\x32\x38\x19\x19\x73\xcf\xb5\xd6\x5c\xbb\xff\xdd\xcf\xbc\x01\xeb\x5c\x2a\x95\x4a\xa5\xe3\xef\xff\xf7\x8f\xb7\xf9\x76\x97\x64\xeb\x7f\xfc\xef\x33\xf8\xc7\x53\xf2\x32\xff\xc7\xff\xfe\xc7\xee\x75\xf6\x9a\x3c\x9e\x3c\xee\x76\x27\xab\x59\xb2\xfe\x5f\x33\xef\xc1\x9b\xb5\xe6\xde\xff\x7a\xdc\xed\xfe\x01\xff\x58\xcd\x36\x9b\x64\xbd\xd8\xfd\xe3\x7f\xff\x43\x29\xa5\xfe\xeb\xbf\xfe\xeb\xbf\x8c\x8a\x0c\x90\x52\x04\xe5\x3b\x2a\x95\x9e\x21\xa4\xfc\x8f\xd6\xf3\x4a\xa9\x11\x7f\x9d\x19\x98\x2a\x35\xb5\x9e\xb7\x4a\xdd\xf2\xd7\x2d\xcc\x95\x9a\xf3\xd7\x07\xc2\x58\xa9\x31\x7f\x9e\x6b\x48\x50\xa9\xc4\x65\x30\x56\x6a\x17\xda\x4f\xbf\xab\x94\xdf\x85\x02\x95\x2a\x5c\x68\x4b\x2b\xd5\xd2\xe0\xa1\x52\x9e\xf3\xca\x8d\x52\x49\xc4\x05\x5f\x59\x0f\x8e\xbf\x97\xc0\x13\x82\x81\x52\x03\xfe\x5c\xd7\x4b\x59\x11\x8c\x1c\x9d\x1b\x84\x9e\x52\x3d\xfe\x3c\x45\xc8\x38\x5f\x57\x3d\x4f\x2b\xe5\x69\x78\x54\xea\xd1\x7a\x24\xa4\x54\x42\x87\x2a\x10\x34\x48\xa9\x06\xc1\x4c\xa9\x99\xf5\xb8\x57\xea\xfe\x73\x8d\x8f\x5f\xad\x2e\x24\x23\xa5\x92\x6e\x2d\x2c\xed\x2b\x95\xf6\x6b\x1e\x25\x2a\x55\x22\x04\x5a\xa9\x40\xd7\x18\xf8\x6f\x06\x7a\x1d\xa5\xbc\x4e\xcd\x97\xeb\x99\x39\xfe\xd5\x99\xcf\xec\x6d\xc4\xb0\x23\xa5\x52\x49\xbb\x89\xaa\x6a\x5b\x82\x0f\x01\x4d\x73\x68\xea\x25\xf2\x67\x95\x85\xaf\xa5\x39\x7c\x54\xca\x17\xaf\xe7\xce\x6f\xb2\xd8\xd3\x6f\xb2\x68\x6a\xa5\x9a\xfa\x37\xa9\x3c\x84\x15\xf3\x1d\xbf\x32\xfa\x28\x00\xa5\x56\xaa\xfc\x5d\xfa\x03\xab\x7e\x9b\x3c\x35\x4a\xa5\xe6\x20\x9f\x54\xfb\x4a\x58\xd6\xbe\x0f\xca\xb5\x52\xb9\xae\x65\xb8\xd0\x4a\x2d\x74\x2d\x5f\xe7\x71\x14\x97\xbd\x56\x6a\xaf\x6b\x02\xd5\x8c\x95\xca\xfb\x07\x8f\x13\x3c\x7c\x26\x78\xe0\xd5\x8b\x34\xef\x4a\xff\xae\x58\xa6\x3e\x84\x46\xac\x54\x4b\xc4\xfa\x9e\x03\xa5\xdd\xb7\xc3\x5a\x63\x37\x7a\x9c\xcd\xce\xf1\xa1\x30\x4a\x95\xe6\x13\x6b\x9a\x46\xfa\x42\xbd\xab\xfd\xb9\x58\x2b\xa3\x54\x66\x3e\xc9\x18\xf7\xd1\x9d\x81\x1d\x1e\x4b\xdc\x19\xa5\xf6\x9f\xbd\x1a\xcc\x20\x03\x4d\x54\xaa\xf9\xd9\xab\x81\xc7\x16\x77\x6c\xac\x8b\xed\xce\x32\x92\xc5\x76\xe7\x1a\x79\xa5\xa5\xc4\x8a\x2f\xf7\xb0\x3a\x28\xa9\x97\x63\xa3\xbc\x1c\xd5\xd0\x0e\x99\x1f\x41\x55\x53\xad\x54\x61\x0e\x1d\xfa\xfc\xd8\x12\x8f\xb5\x6e\xd4\x0c\x95\x6a\x76\x38\x96\x14\x72\x26\xb1\x7c\x97\xc5\x9e\x45\x4e\x1f\x9b\x4d\xf2\x5f\xb9\xc0\x2c\x54\x6a\xd7\x11\x1e\x59\xaf\xad\xed\x88\x15\xf9\x4d\xee\x62\x75\xf1\x5c\xa0\x52\x0b\x97\xf8\x48\x80\x90\x59\x6f\x7d\xbf\xa3\x94\xdf\xa9\x29\xad\xa3\xb4\xd5\xb5\x34\x4b\xcd\x4e\x7f\xd2\xac\xce\xab\xde\x6a\xcc\xfc\x46\x5d\x03\x72\x33\xe6\xe6\x53\x4e\x7f\x92\xd0\x16\x29\x55\x86\x35\x6a\x1e\xdd\xd7\x9b\xa9\xe5\xff\x39\x97\x96\xe3\x45\x40\x4a\x05\xff\x7d\x11\xfb\xa1\x52\xfb\xe1\x27\xe2\x8e\x39\xfb\xa1\x52\x7e\xbd\xfc\x6f\xa4\x88\xbb\x63\xde\xb3\x5a\x1d\x5d\xff\x4b\xb1\xe6\x28\x0e\x8e\x15\x1e\x0a\x3e\xed\x7d\xab\x57\x1b\x9d\x5a\xde\xf7\x35\x3d\x51\x74\x94\x2a\x3a\x9f\x58\x5f\x4b\x4f\x4a\x65\x55\xb5\xad\x2a\xaf\x47\xfc\x93\xad\xcb\x35\xf0\xe3\x9a\x70\xbd\x1c\x59\x71\xde\xa9\x11\x79\xff\x2d\x53\x17\x58\x23\x7d\x79\x4c\xfa\x2a\x8a\xc7\xef\x7c\x52\x3c\xf5\x72\x77\xbf\x4a\xd5\xf7\x55\xe3\xce\xb9\xaa\x6b\xc2\x5d\x57\xa9\x5d\xf7\xbf\xad\x98\x53\x98\xdf\x4b\x02\x2b\x94\x4c\x9a\xd8\x16\xfe\x8e\x9f\x14\x95\x6f\x94\xf2\x4d\x2d\xe3\xe0\x82\x3b\x68\xfb\x28\x8a\xcf\x64\x95\x44\x35\x64\x2c\xb5\x52\xe9\xb2\x2e\xff\x4e\xd8\xad\x07\xc5\xaf\xc1\x2d\x0f\x2c\x64\x98\x0e\x62\xa3\xc5\x28\x08\x50\x75\x44\xa6\x59\x5b\x84\x4f\xd5\x17\x3d\xc1\x5c\x19\x8e\x33\x50\xac\xce\x0c\x93\x52\x4b\x43\x6c\x2f\x55\xee\x96\x84\x73\x3b\xe5\x4c\xbd\xde\x22\xd7\x99\x35\x91\xf9\xc1\xde\x55\xbc\xc4\x70\xbc\xf1\xc1\x9d\x7e\x71\xdb\x72\xac\x9b\x4e\x49\xc1\x42\xa8\x4d\x6d\x0e\x14\x2a\xd6\xdb\x26\xaa\x32\xd7\x3f\x60\xaa\x06\x31\x10\x5d\x2a\xf0\xb4\x1e\x44\xc2\x7d\x91\xa1\xee\x1a\x59\xcf\x31\xa3\xe8\x01\xf2\x4a\x6b\xd3\x2b\xc2\x0e\x89\x62\x20\x35\x94\xfc\x8d\x70\x23\x72\x14\xec\xa5\xc0\xb9\x6b\x25\x5a\x72\x26\x9f\xa9\x3b\x64\xa5\x5f\xc5\xfe\x62\x1e\xd1\x12\x15\x37\x9e\x11\x23\x92\xdb\x5a\xdf\x55\xa5\x9b\x07\x19\xff\x45\x94\x68\x63\xb5\xa6\xc8\x07\x89\x32\xaf\x32\xcf\xbe\xb0\x74\x2f\xee\x9c\x94\x2a\x24\xe5\x3b\x7d\xa2\xea\x53\x96\x35\x0e\x37\x85\xfe\x63\xb6\x0b\xcd\xee\xa2\x92\x2b\xfa\x90\xbe\x52\x85\xfa\xa8\x06\xb5\x1a\x75\x5e\xf1\xc8\x40\xbd\x46\x11\x57\xe9\x56\xdd\x67\xac\x04\x43\x3f\x55\xec\x0f\x7f\x7c\xae\x4c\x45\x5f\xb4\x44\x96\x10\xb5\x60\xfa\x86\x4b\xb6\x5d\xc7\x15\x0b\x89\x85\x8d\x87\xfc\x26\x5b\xad\xe1\xe9\x67\x5e\xdf\x5a\x89\xe3\x7a\x20\x9b\xed\x07\x62\xc2\x63\x6b\x76\x1e\x64\x0c\x16\x83\x39\x7c\x43\x96\x3d\x3b\x0a\x86\x6d\x56\x72\x3d\x97\xc1\x4e\x32\xa8\x32\xd7\xcb\x23\x79\xa1\x35\xde\x58\xbd\xd1\x04\xc6\xaa\xe3\x52\x14\xd2\x7e\xf5\x14\x47\x19\x9e\xd9\x2e\x45\x3f\xc5\x30\xb3\x86\xc3\x19\x32\x95\x9f\x59\x79\x20\xb8\xbf\xc6\x23\x5f\xcd\x2b\xd6\xa4\xe1\x93\xf7\x81\x81\xdd\x17\x14\x1b\xb4\x25\x24\x5e\x20\xcc\xd4\xc0\x65\x5d\x4a\x55\x1e\x6b\xe4\xb7\x8e\x02\xdb\x20\xd5\xff\x9e\x51\xd1\x03\x4c\xd5\xc8\x45\xcb\xad\x38\xd5\xbb\xc1\xb1\x3b\x37\x51\x8d\x6a\x81\x43\x09\x94\x0a\x9b\x9f\x15\xab\x3a\x93\x4f\x0c\xfc\xd4\xf0\x87\xf6\xe8\xbe\xb1\x48\x0f\x8e\x5a\xa1\x67\xad\x23\x61\x98\x3e\xab\xb1\xa4\xfb\xfa\xdb\xee\x39\x3d\xb4\xc8\x4a\x54\xd3\x41\xad\x98\xad\x15\x4f\x29\x4a\xbf\xe1\x31\x6b\x73\x26\x14\x3b\xbd\x75\xa0\xad\xff\x52\x23\x54\x8b\x41\x33\x3a\xf2\xd4\x98\xaa\x81\x07\x3f\x8e\x14\xf4\x5f\x0f\xed\xde\xf9\x51\x55\x3e\x9c\x54\xd9\x77\x9e\x6a\x52\xb1\xaf\x06\x8e\xf8\x5d\xec\x32\x1e\x39\xe2\x1b\x2e\xb2\x92\xf7\x40\x73\x0d\x3c\x36\x88\xd9\xfe\xd5\xcf\x1a\xee\x0f\x5a\xd5\xb6\xc9\x27\x4e\xfe\x8b\x8e\x5a\x43\xfe\xc5\x39\x7a\xff\x72\x8e\x8f\xdf\x67\x68\xf5\x5a\xe9\x3c\xe8\x3f\xe1\x71\x60\x44\xfa\xa9\x1e\x9d\xef\xbb\x09\x3d\xb0\xb7\x68\xf1\x8f\x81\x82\x5b\x96\xd9\x4f\xbd\xd2\xb5\x37\x1d\xb4\x40\xf8\xf3\x18\xa1\x57\xaf\x76\xf8\x72\xd0\x40\x24\xfa\x24\x34\x50\x92\x33\x0c\xf5\x05\x71\x8b\x0f\x5c\xe8\x42\x08\x3a\x28\x66\xfd\xc1\x49\x23\x17\x98\x10\x27\xfd\x22\xba\x32\xae\x74\xef\xd8\xfb\x3e\xb4\xc3\x57\x22\x3d\xec\x90\x49\xf7\x03\x61\x70\xc8\x24\x45\x35\xfd\x32\x5c\x7d\x2a\xee\x90\x7d\xfc\x82\xb5\x51\x7f\x55\x59\x5b\x66\x73\xa8\x7b\xfc\xa3\xd6\x27\x2a\x35\xd0\xaf\xab\x81\xe9\x4b\x6d\xe8\x98\xac\x99\xde\xa9\xa3\xa3\x61\xb8\x2d\x0e\xbd\x98\xb6\xa2\xe8\xe8\xc8\x25\x32\xd5\x20\x4b\x8a\xe7\x44\x5f\x63\x2f\xbe\xc6\xce\x8e\x1e\x25\xfe\x12\xfd\x93\x56\x98\x1f\x62\x2e\x84\x57\x47\x3b\x67\x60\xe7\x39\xe1\xe5\x67\xb1\x75\x3d\xde\x4c\x60\x6a\x3b\x2a\x49\x47\x1d\xd4\x47\x76\x97\x49\xf7\xe9\xb3\xc9\x73\xc8\xa7\xf3\x55\xef\xe4\x78\x68\x15\xbf\x3e\xce\x5b\xb2\x22\x73\xd4\xa0\xac\xd6\x5c\x41\xe1\xdd\x67\xca\x9c\x5e\x24\x05\xf3\x4f\xea\xfa\x53\xc3\x76\xea\x0d\x7b\x79\x94\xde\xc1\x8f\x1a\xd5\xc7\x02\x0e\x03\x7c\xf8\x5c\x4b\x37\x7e\xc1\xcf\xa3\xc1\xd8\xea\x4d\x92\x61\xf5\x73\x03\xec\x2b\x05\x51\x79\x58\x43\xa6\x38\x7a\xe4\xe4\x86\x9e\x43\x9b\xc9\x92\xdc\xa1\x80\xf0\x15\xbf\xb7\x23\xcc\x12\x0f\x5d\x98\x39\x27\xc6\xa2\xff\xa9\xa4\xa3\x0e\xff\xd4\x3d\x8f\xac\xca\xa4\xf0\x63\x9c\x71\x9d\x2c\x63\xaa\xe6\xd6\x93\x5a\xc3\x8f\xbf\x08\xe3\x81\x49\xf4\xfc\x89\xa0\x4c\x8c\x99\xa3\x2d\xea\x46\x00\x7d\x03\xbd\x3f\x51\xfe\x4a\x42\x8e\x86\x48\x95\x71\xa4\xa0\x15\xd6\xb5\xd7\x95\x82\x66\x87\x3d\x02\xac\x4d\x15\x76\x95\x83\xde\x91\xcd\x58\x37\x6f\xf8\xa8\xc9\x82\xf9\xb0\x76\xa2\x9d\xe0\x9f\xa3\x2c\x7a\x88\x43\x9f\x23\x37\x5c\x25\xdf\xcd\x58\xac\x60\xad\x54\x29\x73\x89\x0f\x82\x82\x9c\x83\x3e\xec\x54\x48\xec\x12\x75\xf1\xa9\xef\xfa\xd2\xb3\x13\x2d\x93\x0c\x9e\x5a\x92\xa8\x3b\x71\xd0\xe9\xef\xd3\xed\x8d\x8c\x8a\x76\xd5\x8b\xcb\xd3\x32\xc3\x12\x87\xfe\xd0\xd2\x83\xed\x1a\x8b\x35\x48\xcd\x27\x96\xb9\x35\x2d\x9e\x00\x19\x28\xf5\x21\xd7\x96\x84\x76\xac\xfd\x2b\x2d\x61\x6e\x7e\xc9\xea\xd8\x65\x12\xaa\x56\x6d\x4e\x65\xe2\x55\x15\xd2\x61\x5e\xfc\xb3\xc9\xf8\xe7\xa6\x12\xf5\xff\x73\x24\x90\x82\xc0\x91\xf0\x2f\xe4\xa0\xfe\x5d\xca\x1d\x17\x76\xff\x87\x49\x20\xb1\x1c\x8d\xa9\x46\x78\xfd\x70\xd4\x2f\xe6\xd3\x80\x9e\xe2\xa1\xa3\x16\xf4\x47\xa3\x75\xf3\xcb\x28\x95\xd0\x17\xad\x57\xa2\x1a\xff\x3a\xcf\x3a\xea\xb4\xc3\xa0\xd4\x3f\xab\x2b\xf8\x5f\xe6\x54\xc7\xb9\x46\xf7\x67\x2d\xb4\x52\x89\x83\xaf\xa6\x77\x76\x1c\x59\xec\x34\xe1\x13\x09\x9f\xec\x9d\xa3\x2d\xfb\x29\x87\xd1\x21\x83\xa6\xfe\x64\x4d\xb0\x8d\xf0\xc9\xb2\x77\x64\xd3\x5d\x4d\x6b\x2d\x2c\x07\x69\x73\x69\x58\xeb\x49\xf2\x28\x84\xdb\x6a\x94\x50\x90\x74\xe8\x05\x63\x48\x90\x52\x94\xa1\xb4\xc3\x7d\x77\xa4\x60\x67\x98\xbd\x33\x8e\x39\x50\x09\xf2\xd8\x42\x8b\x4b\x9f\x2d\xf9\xcd\xf5\x1a\x81\x74\x80\x13\x28\xfa\xb4\x1b\xf9\x08\x73\x5a\x76\x58\xd3\xa1\xf6\x3a\x85\xd8\x04\x3d\x05\xa4\xdf\x2e\xdb\x5c\x33\x32\x40\xd4\xc6\x31\xcc\xd5\x44\x81\x47\xba\xa9\xef\x58\x08\xc8\x40\xc4\xc6\x78\x8a\x6e\x5a\x2c\x36\x93\x15\x90\x47\x19\x41\x74\x08\xf7\x94\x0e\x03\x84\x8e\x7e\x1f\x9c\x23\x87\x88\xdf\x2e\xf4\x11\xf6\xa4\xb7\xe6\x54\xcc\x08\xc5\xbc\x63\xfb\x50\xbe\xe2\xd0\x4d\x21\x4a\xb2\x1e\xda\x2e\x56\x28\x37\x73\x31\xfc\x39\x66\x65\x6e\xcb\xb3\xbc\x48\x51\x75\x43\x67\x98\x91\xba\x54\x76\xf6\x79\xcf\xed\x56\x0a\x23\xe7\xfc\x19\xc9\x17\xa5\x71\x80\x10\xe9\x76\xd4\x46\x57\x95\x47\xce\xe3\xde\xc6\x13\x23\xa2\xc3\x99\xd1\x2e\x0a\x10\x46\xfa\x99\x23\xce\x4c\x14\xc1\x38\x1c\x85\x30\x33\x97\x06\x1e\x43\x99\x89\xc4\x21\x93\x61\xcc\x61\x6a\x4c\xca\x8e\x51\xa9\x7c\xde\x53\xd8\x24\x28\x51\x8f\x4f\x09\x66\x74\xd3\x64\xd9\xd7\xb3\x77\x82\x71\x67\xd9\x57\x30\x0b\xf3\x5e\x41\xd2\x09\x98\xe7\x25\xbe\x13\xf8\xba\x73\xc2\x41\xdd\xd4\xae\x20\x58\x9e\x8e\x63\xd8\x85\xd4\xd2\x01\xc2\x23\x3d\x77\x4f\x11\x7a\x61\x6a\x42\x9e\x0a\xc6\x52\x7d\xe3\x98\x77\x7f\xa0\x66\xc6\x0d\x79\xa5\xae\xb8\x52\x86\x85\x68\x5c\xf1\x6c\xac\xc2\x90\xb3\x1e\x3b\x66\x45\x07\x0e\x8d\x38\x7a\xe1\xda\x74\xc4\xdc\xa5\xa6\x11\xc9\x79\xbe\x61\xc9\x51\xc9\xcd\x8a\x85\x57\xb7\x4d\x9b\x7b\x01\x05\x46\x96\x08\x24\x74\xae\x8b\xab\x09\x44\x6c\xd2\xa4\xc2\x14\xdb\x6e\x92\x67\xe6\x16\xb2\xc8\x8f\x77\x04\x57\x7a\x1b\xcb\xba\x8b\x31\x3c\xef\xbf\x0a\x59\x82\x0c\xec\x65\x4c\x5e\xb9\x16\x35\xcb\x1e\x33\x20\x6c\xc6\x31\x57\x83\x5b\xa9\x13\xb2\x7c\xca\x62\x42\x27\x74\xba\x68\xce\xc2\xfe\x68\x87\xfc\x81\x84\xdb\xa1\x73\x14\xba\x8e\xdb\xea\x70\x45\x25\x46\xd9\x55\xd3\x98\x89\x8b\xb9\x44\xee\x93\xc4\x19\xe5\x6e\x81\x89\x94\x9d\x2a\xcc\x9c\x71\x62\xd8\x7d\xcf\xfc\xd2\xcc\x49\x91\xc1\x09\xf7\x41\x31\x5a\x23\xf6\xbb\x67\x3e\x4b\xc0\xb5\x4b\x27\x86\xc6\x02\x4d\x7b\x14\x41\x86\xe1\xe2\x32\xe6\x5e\x5e\x55\x4b\x3e\x1f\x6d\x49\xe2\x8c\x24\xe4\x92\xdd\x57\xca\x4a\x9e\x35\x05\x57\xa1\xed\xef\x52\xc5\x2b\xb1\xd0\xfb\x52\xe7\x81\x81\x26\x71\xf5\xac\x85\x18\x20\x37\x6c\xd3\x76\x2e\x6b\x79\x8d\x42\x67\x2c\x4a\x3f\x99\x73\x48\xe2\xaa\x28\xbd\x42\x44\xbc\x57\x15\xb4\xc0\x68\xfb\xc8\xc2\xdb\xdd\x5f\xd5\x94\x44\x67\xc4\x3a\xa2\xdb\xba\xfc\xad\x8e\xe8\xb4\xaf\x0e\x3a\xa2\x7b\xe9\x54\x44\x8a\xd1\x25\xab\xdf\x4e\x04\xc9\x90\x8b\x2f\x23\xfe\x6d\x8c\xb9\xc0\x7d\x47\xe6\x2d\xbd\xd8\xbf\xe6\x5c\x65\xe5\x12\x7b\x1f\x63\xe9\x88\xfd\xe6\x38\x40\x08\xb0\xf7\xcc\xee\x05\xc6\x79\x6f\x00\x01\x46\x9b\xde\x10\x1e\xe3\xcc\x3a\xd6\xbd\x21\x24\x18\xaf\xac\xeb\xa5\x37\xe4\x88\xa9\x75\x3d\xdb\xb0\xc4\xba\x96\x92\x6c\xd1\x1b\x30\x49\xed\x58\x82\x82\x78\x20\x95\x88\x0a\x36\xd3\x7a\x6b\x2e\xe8\x31\x2e\xac\x6f\x16\xd9\xaa\x5d\xb3\xed\xdd\x3b\xb9\xb2\x44\xac\x6c\x60\xee\x02\x27\x12\x78\xea\x02\x83\x48\x02\x77\x2e\xf0\x46\x02\xb7\x2e\xb0\xb4\x81\x7b\x17\x78\xc7\x2d\xf1\xd1\xdb\x22\x5c\xf5\xda\xe6\x12\x72\xea\x07\x66\x04\x2b\xec\x3d\x87\x13\xdb\xfb\x32\xe9\x0a\xb3\x38\xed\x44\x42\x66\xb7\x89\xdc\x3d\x5a\x32\x06\xf5\x36\x9c\xef\x7d\xbf\x75\xc5\x3d\x6e\xb0\xbc\x39\x47\x48\xb5\xa8\x47\xd4\x59\x18\xc2\x23\xad\x43\x16\x07\xbd\x0b\xab\xf6\x6f\xd8\xc5\x60\xec\xe7\xdc\x8a\x05\xf6\x4e\x47\xac\xca\x62\x4f\x47\x50\x62\xf4\xa1\xb9\xb3\xf7\x7d\x1c\x41\x8a\xbd\x77\x64\x5b\x39\xce\xcd\x00\x1a\xa8\x96\x18\xc2\x63\xb4\xd4\xb1\x95\xea\xc7\xfe\x7b\x67\x0c\x3b\xea\xf9\x9d\x89\x95\x20\x32\xe7\xdc\x1d\x35\x0b\xf4\x3d\xc5\x21\x3c\xea\x91\x01\x0f\x2f\xb3\x05\xa5\x32\xc6\x9f\x2d\x78\xa8\x2c\xf1\x6a\x3c\x81\x1c\x89\xf5\x92\xee\xc7\xf0\xa8\x65\x08\xa3\xc7\x4a\x2b\xf0\xc8\xc6\x9d\x42\x57\x5d\xda\xc7\xcb\x24\x32\xf0\x38\x6a\x77\x63\x98\x5d\x7f\xe0\x2d\xcb\x6f\x89\x9a\xb3\x09\xba\x43\x98\xe9\x76\x77\x00\x34\xdd\xd2\x0d\xab\x02\x23\x0b\x5a\xaa\xea\xb7\x37\x7a\xc4\x79\x8e\x79\x50\xa4\x2c\xbe\x84\xa9\xbe\x88\x47\x40\xd3\xd1\x04\xe6\x93\x5d\x6c\x80\xc6\x6f\x71\x0c\x2b\xd4\x3d\xee\xa3\xc4\xa5\x4f\x02\x19\x52\xc6\x27\x51\x08\xe3\x1b\x8f\x7b\xc2\x02\xe9\x9c\x35\xed\xe3\xf8\x35\x8a\x0f\x99\x3f\x8d\xab\x6c\x67\xe3\x76\x57\x06\x2f\xee\x5e\x93\x45\xc4\xf9\xb2\x8f\x55\xb2\x3e\xaa\x5e\xcc\x09\x92\x94\x32\x82\x14\xa7\x27\xcf\xf4\x42\xb0\x8f\xe9\xd5\x8e\x96\xba\x8a\x2a\xe3\x5f\xed\xd3\x0e\x1e\x44\x4a\xc1\x54\x77\xb8\xf1\xcd\x4a\x73\x6b\xea\x0f\x32\x30\xff\xd1\xe8\x27\x6c\xf8\xcc\x5e\xe3\x35\x42\x61\xbe\xf3\x4d\x3a\x75\x5f\xcf\xf9\x36\xbb\xe2\xbb\x40\xeb\x9d\xe2\xfd\x0b\x0b\xe4\xbd\x5e\xcb\xe4\x57\xca\xb7\xa3\xa9\xae\x06\x95\x02\x69\x2f\x23\xa4\x66\x2d\xcb\xfa\xda\xd8\xf5\xdf\x30\xb4\xac\x2f\x5b\x64\xd6\x3a\x3c\x26\xb2\x5a\x4e\x54\x8e\xcc\xd0\x3a\x52\xb7\x1d\x1a\x2b\x37\xf7\xaa\x2a\xab\x89\x5d\x1f\x87\x96\xb1\xce\x83\x73\xbd\x3f\x8c\xc8\xd6\x7d\x5c\x83\xfa\x5d\x8c\x3f\x4a\xb1\xc3\xce\x1a\x0d\xcc\xba\xb2\x33\x21\x45\x6b\xd6\xb3\xb2\x0a\xda\xe9\x5c\x41\x86\xdd\x87\x6b\x59\xd5\x16\x9f\xf1\x15\xe4\xe2\xb3\xaf\xf9\xdc\xb3\xc7\xe3\x1f\xc5\xf8\xab\xd3\x64\xbf\xc4\xf8\x9d\xcf\x8c\x3d\xe6\xa2\x69\xb1\x33\x8f\x64\xe7\x45\x96\x88\x3b\x3c\x9c\xeb\x5b\xb1\x21\xee\xfe\xb3\x9f\x3b\xb4\xc6\xeb\x1f\x7d\x5e\x5d\xc2\x1e\xbb\x4b\xbc\xe1\x26\x59\xe0\x14\x8a\x4f\xae\xf9\xef\x83\xfe\xad\x88\xfb\x4f\x41\x9f\x5d\x25\x9a\x1e\xeb\x0e\x3a\xfb\x55\x38\x5b\x5f\x85\xb3\xf5\x45\xd4\x5a\xbf\x88\xda\xf7\x31\xfe\x28\x45\xf9\x7b\xe1\xdc\xfd\x22\x9c\xbb\x5f\x04\x60\xf7\x45\x68\x7e\x17\xe3\xaf\x4e\xb3\xff\x25\xc6\xef\x7c\x8e\xc2\xe9\x8b\x70\xae\xec\xde\x19\x1d\x84\xb3\x38\x0a\xd1\x7f\xea\xb3\x3c\x8a\xe1\x6f\x3f\xaf\x2e\x61\xe6\x44\x42\x04\x64\x8f\x75\x57\xf1\xc9\x35\xff\x7d\xd0\xbf\x15\xb1\xf9\x29\xe8\xab\xeb\x6f\x49\xfd\x5b\x52\xff\x96\xd4\xbf\x25\xf5\x6f\x49\xfd\xab\x24\xd5\xfb\x5b\x52\xff\x96\xd4\xff\x2b\x24\x35\xc3\xbb\x45\x38\x82\xc7\xf9\x4b\x74\x09\x29\x3e\xa5\xd1\x08\x68\xbe\x8e\x26\x30\x7d\xba\xbf\x05\x8f\xe6\xdd\x4b\x96\xaf\x6e\x08\x8f\x4f\xd9\x8d\x8f\xb0\xc2\xf9\xf2\xe6\x54\xf6\x86\x22\xe1\xb8\xae\x56\xb9\x1a\xb2\x1c\xea\x57\xab\x64\xd3\x10\x66\x4f\xc1\xc4\x47\xa0\xf9\xcb\xe4\x1c\x61\x1f\x1e\x8f\xec\x94\xc6\xb6\xa5\xac\xe5\xc5\x6a\x10\xc3\x95\x6c\x30\x6a\x35\x0e\x61\x41\x4f\xe5\xb5\x8f\x50\x90\x5a\xdf\xac\x11\x52\x32\xf1\x04\x66\x61\xc9\xe5\xe7\xe1\x02\x4f\x98\x80\x02\x75\x10\x26\x04\x59\x44\x6f\xe1\x09\x42\x86\x7a\x1f\x7a\x06\x88\xce\xcc\xa9\x86\x56\xa4\x06\x4f\x5c\xda\x70\x0e\x5e\xa8\xd6\xb8\x3e\x26\xf1\xbf\x4f\xb2\x8a\x8f\x49\xf2\x2f\x49\xfe\x44\x29\xbe\xf9\x9c\xa4\xe8\x7e\x9b\x24\x8b\xfe\xad\x52\xd2\x2f\x49\x16\xdf\x27\x69\xd6\x92\x34\xbe\x10\xe6\x7f\x4f\xd8\xfe\xdf\xab\x8b\x3f\xe4\xef\x84\x84\x48\x5a\xe2\x0b\xfe\xe0\x90\x2b\xee\xe6\xf3\xb4\x73\x09\xd3\xa7\xd5\x55\x53\xb6\x37\x5f\x6f\x25\x6b\xd5\x97\xb0\x45\xf7\x12\x66\x4f\x27\x1d\x59\x5a\xe9\xb2\xf2\x9a\x37\xbb\x77\x30\x7d\x7a\xe9\xde\x42\x1e\xce\x77\xdd\x09\x64\xf8\xd4\x18\xc9\xe2\xfe\xfc\x63\x74\xee\x96\x06\x17\x22\x44\x19\x3d\x25\x23\xce\x57\xab\x53\xce\x77\x47\xa6\x37\x81\x69\xb8\xbf\xf5\x59\x4a\x67\xa7\xe3\x53\x84\x05\x99\xbc\x23\xf7\x0c\xe2\x18\x66\xca\x44\x95\x5a\xac\x16\x46\xa6\xb2\x98\xa0\xf9\x57\xf2\x6e\x61\x78\xda\x19\xfe\xcf\xa5\x0b\xfe\xc5\x74\x0d\x59\xbb\xfd\x6f\xe2\x07\x74\x88\xdf\xc4\xa7\xf3\x1e\x81\x87\x09\x4e\x27\x40\xcf\xd8\x1d\x73\xf7\xbd\x54\x40\xe2\x53\xb8\xa5\x8d\x67\x4c\xaf\x65\xc9\xf6\x55\x96\x6c\x13\xbc\xbe\xab\x16\xa1\x3b\x0a\x1e\x97\xd8\xec\x45\x87\x55\x5b\x4a\xf0\xed\xfa\x1c\x21\xa1\x67\xf4\xe6\x72\xbe\x7c\x33\xbc\x81\xb9\xac\xe5\xaa\xc6\x60\x0a\x3b\x4c\xf0\x63\xfe\x4a\x76\x6f\x3c\x37\xea\x8e\x49\x4b\x50\xc1\x9e\x28\x8e\xa0\x44\xfd\x73\x08\x73\x9a\x5f\xc1\x9e\xf4\x60\x78\xd8\x29\x90\x03\xa5\xe6\x49\x41\x8e\x6b\xbc\x1c\x31\xad\xc1\xcf\x16\x02\xad\x70\xf3\x73\x43\xe0\xc9\xd6\x84\xa5\x6c\x8d\xfb\x9f\x19\xc1\x58\x9d\x85\x37\x90\xeb\x04\x5f\x6f\xcf\x11\x66\xcf\xf8\x86\x63\x98\x26\xd8\xc4\x4b\xae\xf1\xea\xb6\xc9\x52\xf2\x6d\xf0\xce\xd8\x6d\x8a\x67\x7c\x25\xeb\x49\x97\xb0\xe8\xb3\xa7\x3d\x66\xda\x20\x35\xa8\x16\xa0\xec\xe6\x4a\xa2\x9f\xf1\x55\x8f\xa4\x8a\xa5\x9e\x70\x86\x4b\x33\x86\x40\x27\xe8\x1b\x66\x9a\x1c\x78\xb0\xcb\x76\x33\x05\x09\x2e\x31\x31\x06\x12\x5c\xe0\x8b\x09\x6b\x4d\x95\xba\xbd\xa8\x30\x84\x06\x3e\x63\x36\x08\x10\x1a\x98\xe0\x69\x9f\x59\x8b\x4b\x6c\x9a\x48\x92\x9d\x99\xf8\xb0\x71\x15\x86\xd0\xc2\x67\x4c\x22\x17\xf9\xbd\xeb\x22\xaf\x5c\xe4\x8d\x89\x65\xeb\xd3\x45\x0e\xf0\x19\xbd\x6e\x80\x90\x91\x3a\x1d\x4a\x37\x4c\x30\xeb\x4e\xdc\xe9\x00\x7a\xc6\x46\x5c\x5b\xaa\x4f\xd0\xef\x7c\x69\xf8\x4c\x4b\xc3\x2f\xba\xb6\xe1\xb7\xbd\xf3\xfa\x5e\x5b\x6d\xad\x71\xaa\xc6\x0a\xf6\x9d\xcf\x6b\x7a\x4c\x6c\x23\x6c\xb2\x26\x49\xf0\x39\x74\xc4\x7a\x18\x01\x2d\xf0\x02\xb9\x07\x3c\x63\xeb\xa6\x20\x20\x5a\x4e\x5f\x08\xe6\x7a\xa7\xe5\xd0\x44\xf3\x6a\x0a\x19\x8e\x5f\xe6\x1b\x82\x16\x4e\xf6\x43\x97\xc9\xbb\xa9\x6a\x6c\x33\xd9\xe2\x50\xf8\xb7\xb3\x99\x3c\xdb\x4c\x72\x9b\x89\x7f\x35\x85\x14\xc7\x6b\xce\x84\xae\xca\x58\x41\xa3\xa3\xa2\xd8\x6e\x7e\xb2\xb6\x0a\x21\x65\x0e\x4d\x0b\x82\x3d\x26\xf8\x36\x7d\x27\x5b\x7d\xf6\xf6\x27\x3b\x92\x76\x5e\x4f\xde\xc9\x1a\x60\xc7\xa5\xcd\xc3\xb2\xab\x3d\x43\x18\xc9\x5e\xb3\x2c\xe0\xba\x3d\xd6\x69\x68\x37\x74\x76\xce\xfb\x19\x57\xe3\x82\xe4\x60\x36\x8b\x77\x82\x17\xd7\xaf\x04\x0b\x7c\xc6\xd6\x35\xf7\xa1\x04\xdb\xd7\xef\xe4\xd2\xa7\x5d\x59\x86\x7e\xc6\xb7\xe1\x18\x02\x4c\xb0\x35\xbc\xb3\x5b\x8a\x0d\x19\x88\xab\xd5\xd1\x30\x74\x1b\x8f\xd5\x09\x65\xad\xe0\xf1\x19\x1b\x57\x3b\x62\xb5\x41\x0a\x1e\x13\xfc\xb8\xda\x10\xe4\xf8\x8c\xe5\x55\x26\x05\x9d\xb2\xc7\xfd\x21\x07\xd9\x32\xf0\x71\x89\xdb\x50\xc1\x63\x8a\xef\x5d\x67\x6e\xd2\x1a\xfd\xc7\x8c\x60\x46\xdb\x1b\xe6\x60\x8a\xaf\xb2\x2a\xbd\x46\x8f\xbd\x69\x85\xe7\x8f\x1b\x82\x69\x58\x0e\x73\x56\x32\xe6\x6d\xb0\x25\x39\x03\xc2\xd5\x5e\x63\xc6\x8a\x7a\xba\xc2\xed\xe8\x14\xed\x06\xa1\x2b\x54\x56\x72\x5f\xb0\xe8\x1a\xce\xb4\xdd\x0d\x61\x20\x01\x2f\xd8\xea\x1a\x98\x3b\x69\x5b\xe1\x07\x27\x5c\x7c\xd9\xef\xca\x9d\xfb\xb2\xea\x98\xe3\x43\xa3\x8c\x6f\xb6\x2c\xd6\xe1\x74\x25\xfb\x6c\xc6\x40\xd3\xa8\x5e\x68\x7b\xe5\x8a\xd4\xd8\x80\x77\x15\x36\x7a\x09\x01\x99\xd7\xde\xb3\x5c\x77\x19\x2b\xa0\xb0\x15\x27\x52\x03\xf1\x24\xf6\xf3\xb4\x5d\x3b\x7f\x0d\x99\xb1\xdd\xf4\x32\x21\x68\x91\x39\x8f\x9f\x09\xca\xca\x7b\x83\xde\xcf\x05\x41\x16\x66\x78\xf6\x73\x49\xb0\x27\x1b\x91\xcc\x0b\xc7\xf3\x31\x4c\x25\x63\x32\xef\xd1\x33\x41\x16\x73\x9e\xfb\x04\x55\x46\xb2\x69\xbf\xa5\x37\x84\xcc\xa8\x9c\x9d\x4d\x52\xbd\x37\x84\x86\x1c\x08\xdf\x19\x31\xaf\x3a\x6a\xb2\x47\x58\xf5\xd4\x6b\xf7\x8c\x3b\x80\x6b\x91\x45\xb8\xc2\x67\xe6\x7d\xe1\x98\x11\x4b\xeb\x47\x8e\x0f\x2d\xb3\xc6\x26\x33\xbf\xc9\x8a\x53\xb8\x7f\xd3\x66\xd6\xc5\xd3\x5c\x1b\xc8\x43\x5a\x6b\x73\xa8\x55\x69\x4c\x9b\xab\x3d\x3b\xf4\x65\xf9\x7a\xac\xef\x2b\x54\xf3\x89\x16\x86\x2d\x66\xdf\xca\xf1\xcf\x4a\xf7\x34\x2c\x7a\x2b\xae\xf5\xf9\x21\x9f\xc4\x1d\xdc\x88\x8d\x3d\xbf\xb0\x40\xd5\x35\xae\xd7\xac\xe8\x50\x92\x55\xaa\x53\x35\x50\xb0\xe8\xa8\xa9\x82\x66\xb8\xc6\xfc\x7e\x41\x90\x6a\xc7\xd3\x7c\xaa\x17\x6c\x27\xe8\x30\x8d\x2c\x6b\x23\xc7\x5a\x76\xfa\xfa\x19\xcb\x91\x86\x0c\x57\x78\x76\xb7\xe4\x36\x3a\xf0\x7c\xdb\x7d\x96\x2b\x47\xa3\x10\x3c\x0a\x83\xce\x8a\x20\xe9\x9a\x6d\xe7\x99\xa0\x65\x94\xe1\x16\x08\x57\x9d\x29\x5b\x9c\xeb\xce\x0d\xec\x48\x0d\xb6\x08\xc9\x0a\xc3\x22\x1a\x02\x99\x8f\x28\x82\xcc\x84\x65\x14\x83\x2f\x73\x8d\x86\xe6\xaa\x78\xd2\x40\x49\xc4\xfa\x5d\xea\xba\x12\xcb\x44\x3e\x9b\x86\x85\x3b\x93\xca\xa7\xa1\xea\xc9\x14\x4d\x57\xdb\x68\x8b\x30\xda\xde\x94\x04\x4d\x0a\x53\x7d\x21\xc3\xa3\x81\x32\x76\x49\x24\x27\x69\xa7\x22\x94\x76\x0a\x06\x6a\xa4\x20\xd7\xf4\x6e\x06\x90\x22\xc5\xcc\xe3\xd0\x37\x1f\x5c\x4b\xf1\x24\xf1\xdb\xe9\x30\x0f\xdf\xe4\x32\xc9\xb1\xb1\x64\xac\xb2\xc7\x3b\x64\x22\xd8\x61\x92\x1e\xcd\x79\x58\x4a\x26\xe1\x07\xc1\xd4\xba\x98\x37\x9c\x7c\xdf\xa5\xd3\x30\x82\x14\xf5\xaa\x13\xb3\x00\x12\xf7\x02\xd7\x1c\x8f\x2b\xdc\xde\x2f\x59\x17\x6c\x3a\x11\xcc\x36\x58\xce\xd9\xd6\xcf\xf0\x63\x7e\x8e\x9c\x26\xeb\xc4\x30\x75\x91\x9b\x94\xe3\xc5\x7c\x04\x19\x85\x7e\xf7\x8d\x95\x8f\x39\xef\xee\x09\x6e\xc3\x94\x9d\x01\x52\xbb\x13\x01\xe9\xa0\x13\xc3\x48\xbe\xe7\xae\x72\x12\x9e\xeb\x35\x7a\x77\x9c\x4f\xd5\xa8\x53\x16\x8d\xfd\xd4\xe6\xd2\xea\x84\x69\xf4\x46\xe0\x5d\xa9\x5b\x39\x3c\x2c\x87\xcc\xc2\x50\xae\x9e\x18\x68\x69\xf5\x20\x17\x59\x66\x0a\xfc\x8e\x39\x89\xf6\x04\x8d\x9b\x30\xe9\x2d\x11\xd2\xa1\x34\xb1\xf4\x40\x64\x56\x6d\x50\x71\xff\x63\x47\x1a\x99\x8f\x3e\x4b\x8a\x8a\x22\xf0\xa3\xd0\xa7\x1b\xab\x38\x5a\x57\x37\x1b\x9e\x65\xf7\xa4\x51\xf6\x7d\x6e\x94\x60\xa0\x6e\xcd\xa1\xf7\xe9\xaa\xfd\x76\x7d\xf3\x1e\xee\xa5\x81\x85\xa5\xe9\x90\x09\xcf\x7a\x8e\x2f\x8b\xbe\xe5\x4b\x43\x5b\xbe\x94\xa2\xf6\x9a\xda\x5c\x70\xbd\x1e\xc3\x16\x7b\xce\xb8\xa1\x66\x66\x19\x49\x43\x89\x57\xd5\x99\xba\x06\xa6\x36\xee\xa2\x6b\x79\x10\xa0\x3d\xf8\x79\xc9\xdd\x6c\x14\xc2\xdc\x7c\xd8\x74\x12\x5a\x86\xe6\x85\xab\xef\xdd\x84\x0d\x76\x27\x5d\xcb\x8e\x7c\x6a\xd9\x91\xc4\xc2\x0e\x32\x6f\xbd\x9c\x20\x31\xe1\xbe\xb7\x25\x68\x5c\xab\x61\x8e\x10\xdc\xab\x26\xda\xfe\xd0\x79\xee\x0d\x81\xba\x49\x6f\x00\x99\x11\x47\xda\x7d\xc5\xe2\x87\x8c\xc9\x3b\x3c\xbf\x3f\x45\xf0\xfa\xaf\x98\xd1\x2d\x53\x6e\x1e\xa0\x75\x9d\x63\x8e\x06\x5a\xbd\x37\xf4\xe8\x16\xbc\xfe\x1e\xdf\x4c\xd0\x83\x74\xf8\x86\x7b\xd3\xee\x41\x81\x12\x91\xc2\x85\x99\x41\x66\x1d\xcd\x7e\x8e\x97\xfb\x0e\x0b\x72\x8e\xeb\x0e\xec\x86\x6f\x98\xea\x31\x14\x3d\x97\x3a\xeb\xab\x06\x7d\xf4\x99\xdb\xbd\x88\x9b\x6a\xad\x87\x50\x0e\x95\x6e\x69\x66\x85\x8f\x67\x1a\x0a\xb4\x45\xae\xf4\x1e\x5f\xf4\x04\x1e\xd5\x16\x57\x1d\xc8\x91\x0b\x3e\x0d\x61\xce\x79\x35\x79\xd8\x93\x32\xc8\x16\xb1\x27\x1b\x3b\x45\xeb\x6e\x75\x5d\x91\x4c\xca\x5b\x9f\x9b\xda\x1e\x47\xb9\x94\xc3\x34\x5b\xdc\xf7\xa1\xd5\xb3\xd4\xb0\xe2\x66\x53\x7c\xa3\xf3\x3e\x8c\x55\xa6\xb7\x7d\x58\xe9\x37\x5c\xe1\x88\x1b\x97\x6b\xe6\x1b\x5b\x33\x9f\xd4\xe3\x56\xee\xea\xfd\xcc\x3b\xac\x3d\xd9\x35\x15\x47\x03\x2d\x41\x2d\x52\xbd\x18\x48\xf5\x23\x98\xf2\x57\x4b\xbf\x61\x8b\x66\xb0\xeb\xed\xf1\x04\xef\x38\xed\x3b\x35\x22\x39\x9e\x2b\x07\x39\x0b\xa6\x61\xaa\xde\xa9\xec\x43\xe9\x48\x2a\x85\x41\x39\xaa\x7e\xcc\xb9\x44\xe0\xf5\xd5\x46\x27\xc2\x5a\x2e\xd2\x43\xf5\xd3\xb3\x17\xeb\x9a\xa2\xc5\xd5\xa9\x5c\xad\x6b\xca\xa5\xf4\x8a\x8e\x4a\xb4\xe4\x56\x46\x62\x2c\x5f\x9b\x75\x3a\x9a\x7d\x20\xa5\x34\x97\x54\x27\xa3\xe1\xc8\x28\x84\x8c\x9d\x25\x43\xcf\x42\x48\x06\x74\xae\x6d\x0b\xcb\x61\x54\x5b\x7e\xcb\x15\x49\xb6\xa9\xa6\xd6\xb5\x17\xcd\x9d\xbb\xe6\x74\xed\x33\xb5\xcd\x93\x8e\xb8\x79\xb2\xe8\xdb\x1a\x94\x87\xd2\xb9\xc8\x1c\xe9\x4c\x73\x2f\x0d\xe4\xb8\x4a\x9b\x42\x66\xc6\xad\x82\x92\xd4\x8f\x96\x96\xa4\x72\xb8\xca\x96\x2a\x8d\x7b\x24\xc2\x89\x47\x12\xda\xe2\xad\x18\x7c\x4f\x53\x10\xff\x42\x53\x9d\x27\x8b\x4f\x3c\xc9\x51\x5f\x0d\x81\xe8\xc1\x58\xc6\xa4\xfd\x03\x63\xb8\x7d\x4a\x2b\x20\x75\xc6\x94\x1a\x66\x2a\xc7\x0f\xfd\x3d\x63\x66\x96\x88\xdd\xa8\xea\x2a\x23\x2b\x88\xdc\x1d\x58\x10\x77\xb8\xe7\x39\x15\xc7\x63\x27\x77\xc8\xee\x03\x17\x67\x0c\xe4\xe6\x0d\x6d\x4e\xfa\x8e\x6b\x43\xb7\x10\xe0\x1e\x7b\x77\xd0\x1c\xf0\xd0\x2c\x57\x19\x64\x90\x66\x21\xb8\xbb\x85\x60\xb8\xc7\x0c\x2f\x99\xc3\x1f\x38\x84\x1c\x5f\xb1\x37\xe3\xf4\xec\x39\x7d\xc3\x0d\x8e\x20\x19\x49\x09\x76\xd5\xc7\xd7\x9c\x3a\x0b\xdf\xb0\x7f\x0b\x85\xcd\x7b\x87\xe2\x9a\x89\x23\xed\x89\x83\x33\x9e\xdf\x7d\x92\x9b\x99\xb0\xab\x6f\x33\x6d\x92\x64\xba\x93\x4c\x03\x31\x5f\xa7\xf6\xa0\x1a\x13\x17\xaa\x6e\x28\x15\x0e\x67\x90\xdb\x42\x8e\xa4\xfb\xb1\x2d\x81\xf6\x78\x2b\xb5\xbc\xbb\x85\xa2\x2f\xc5\x31\x25\x4f\xb7\x30\x15\x47\xda\x17\x47\x69\xa4\xa4\xcc\x9d\xca\x0b\x9d\x15\xd9\xd0\xf6\xa0\x97\x94\x51\x67\x58\xcb\x48\x79\x7e\x97\xcb\x62\x1a\xee\x84\xa1\xbd\x3b\xe6\x78\xff\x16\xca\xe1\xaf\x45\xad\x86\xe2\xf0\x8d\xe4\x93\xe3\xa1\x94\xc4\x36\x08\xb7\xd9\xa1\x00\x16\xc1\xde\x1d\xdb\x1d\x9f\x0a\xb8\x95\x02\xee\x6e\xa1\x61\x0b\xc8\x85\x75\x64\xd9\x35\xb5\x2d\x52\x0e\x3f\x71\x2f\xb1\x63\xa6\x2d\xe3\xd0\x18\xcc\xbb\xa9\x1c\xc4\x18\x08\xc1\xfb\xd1\x2f\x4d\x21\x9a\x64\xe5\x32\x2b\x6d\x66\x81\x30\x68\xf7\x25\x33\xc9\x61\x2a\x8e\xa0\x6f\xeb\x8f\x35\x5a\x1d\xdf\x5b\xf4\x2b\xad\xcd\xc1\x9f\xa0\xb5\x26\x38\x35\x6a\x9d\x44\xfe\xbc\x16\x81\x6c\xf1\x8c\x9a\xf6\xb8\x19\x9c\x22\x17\x9b\x0d\x9a\x08\xab\xa1\xba\xe8\xdc\x73\xd7\xdf\xf6\x4e\x10\x16\xb4\xc3\x7d\x78\xc9\xad\x7c\xcb\x3a\xf7\x2e\x82\x19\x7f\xed\x68\x8b\xb9\x19\x40\x81\x57\x2f\x72\xbe\xed\x3a\xed\x19\x98\x8a\xc3\x33\xe2\x28\x49\x5c\x49\x38\xd9\xcf\x9a\x08\x25\xee\xf0\x7d\x72\x8e\x30\x7b\xc5\x62\xe2\x23\x04\xfd\x02\x3f\x1e\xda\x3c\xe5\x1e\xe6\x78\x05\x39\x0e\x5e\x70\x08\x34\x4c\x30\x82\xe9\xe0\x19\x63\x58\x0c\xd9\x80\x29\x69\x38\xba\x82\x95\x1e\x6d\xf0\x1a\xe8\x32\xc3\x2b\x98\xc9\x77\x2e\x87\x70\x0b\x77\x2f\x90\x32\x34\x40\x7a\x8b\x31\xcc\x28\xc7\xc8\x5d\xd2\xf0\x48\x2d\x29\x86\x86\xd8\x9d\x05\xaa\x9d\xe6\x91\xe8\x55\x8e\x5b\xf1\xb7\xd7\xd7\x6d\x8c\xa1\xc0\x0f\xdc\xe2\x18\x76\x58\x62\x8e\x13\x98\x59\x67\x6b\x30\xcb\xf5\x25\x78\x74\xff\x8c\x72\x02\xb0\xa7\xea\x62\x98\xc9\x2c\xcb\xae\xe1\xee\xf0\x47\x82\x21\x4c\xef\x7f\x2a\xd8\x9b\x1f\x8f\x0a\x0a\x9b\xaa\x65\x24\xa0\x40\x71\x91\x38\x66\xf2\x5d\xf4\xe9\x67\x78\xa8\xc0\x29\x2e\x46\x76\x56\xfe\x34\x80\xa9\x3a\x7f\x1a\x42\x73\xd0\xc4\xcd\xe0\x1d\xa1\x20\x7d\x7f\xbc\xca\x63\x14\xd3\x97\x6c\x71\x41\x40\x25\xbe\x6c\x71\x49\x6e\xea\x5d\x79\x2f\x74\x13\x2f\x5e\xd9\x7f\x66\xd7\x66\x5c\xee\x7b\xf6\x1f\xda\x8b\xda\xcc\xe2\x96\x96\x03\x3a\xa1\x0e\xb4\x9c\xd0\x7a\x45\x9e\x9a\xe8\x1c\xab\x03\x9e\x24\x5e\x29\xea\x1d\xff\xe9\x0f\x6c\xe6\x18\x20\xac\xb0\xca\x9f\x4e\xb1\xf5\xca\x45\xa6\x54\xe2\x32\x67\xaf\x0c\xe9\x42\x2b\xd8\xe3\x29\xca\x5a\x64\x61\x4f\x2c\x51\x13\xcf\xb9\xe8\x22\x3a\xc5\xd6\xb0\x40\x98\xda\x83\x4c\x4d\xfc\x18\xbc\xca\x85\xdb\x36\x0e\x65\x61\xa9\x9a\x57\xed\xb4\x4a\x78\x2a\x61\x6f\x54\x91\xde\xdb\x43\xe2\xba\x9a\xd9\x06\x7d\xc5\x63\x26\x9a\x8f\x8e\x9c\xd0\x35\x3c\x1b\x08\xfd\x2e\x53\x2a\x07\x75\x3f\x70\xdb\x1d\xc3\x8a\x4a\x5c\x75\x27\xec\xf4\x63\x5f\x6e\x06\x9d\x5c\xad\x91\x79\x17\x74\x26\x30\xfd\xc0\xa4\xe7\x8b\x73\xdb\x6b\xa3\x9b\x8b\xac\xdc\xd2\x1f\xcf\x75\x77\xfa\x0d\xb7\x5d\x05\x1e\x86\xcd\x91\x2f\xd7\x50\xda\x23\x39\xa6\x1b\x8c\xe4\x98\xae\x75\x2e\xa8\xc4\x7d\x7c\x79\x98\x81\x5f\x4b\x3b\x05\xa1\x1c\xf2\x7f\xbe\x94\xe5\xa5\x12\x57\xf1\x25\xcc\x3f\x70\x1d\x8f\x60\xa4\x92\xcb\x95\xcc\xe0\xd7\x1c\x9a\xb2\xf0\xc5\x97\x4c\x27\x87\x36\x90\x67\x80\x4c\xa4\xec\x46\x7c\x60\xde\x69\x72\xe4\x12\xb7\x9d\x53\x84\xab\x0f\x3c\x8f\x46\x30\x2b\xd1\x8b\x2f\x61\x41\x6a\x1c\xc2\x88\x79\x33\x55\x96\x67\x3d\xb9\x4c\x6d\x64\x29\xad\xa3\x60\xf4\x81\xa7\xbd\x31\x4c\x4b\x6c\xf6\x26\x2c\xba\x3d\x56\xfc\x9a\x13\x89\x84\x7c\xe0\x79\x6f\x0c\x05\xf9\xf8\x70\x07\x74\x8e\xb3\x5b\x98\xca\xb7\xbd\x25\xe4\xd9\x13\x6b\x92\xe1\xc8\x2e\x68\x19\xb9\x1d\xc4\x03\x8d\xe1\x99\x9c\x3f\x50\x8f\xb1\xf4\x86\xea\xa2\x8b\xac\x46\xd6\x66\xb3\xf7\x87\xe9\xc0\xad\xfa\x11\xb9\xbb\xe7\xf6\x8e\xec\x4e\xee\x04\x66\x1d\x75\xa5\xa0\xec\xac\x71\xc8\x79\xaf\x70\x1e\x02\x0f\xcb\x21\xe7\xf5\xa0\xc0\xd7\x2b\x9c\x86\xb0\xa7\x35\xde\x49\x9a\x47\x05\x99\xcc\xe2\x66\x2b\x5c\x61\xcc\x43\x1e\xd3\x13\xab\xb1\x81\x5b\x9e\xf5\xe7\x68\xe7\x9e\xb1\x5c\x90\x88\x64\xf5\x77\x1a\xca\xad\x26\x26\xa5\x2f\xdb\x2e\xd5\xe4\xa1\x55\x9b\xaa\x34\x85\x41\x2b\xad\x72\x74\x73\xd7\xc0\x5e\xfd\x19\x70\xde\xab\x78\x8d\xcb\x50\x41\x42\x2b\x2c\xc3\x10\x68\x8d\x1f\x21\x4f\x66\x57\x98\xb1\x76\x58\xe3\x56\x68\xb6\xf7\xe3\x74\xb5\x2a\xb3\xb7\x93\xcf\x15\x36\x43\x36\x18\xd7\xf8\xd6\x31\x10\x74\x57\xd8\xea\x2a\xd8\xc7\xf6\x70\xb9\x64\xeb\x36\xf0\xec\xa3\x05\x0a\x5a\x48\x5b\x59\xd3\x96\xf3\xeb\x79\x1c\xc1\x8c\x3e\xe2\xa1\x9d\xdd\xd5\x56\x19\xe7\x87\x55\xab\x0c\x0f\xcb\x94\x76\x35\x6c\x1f\xb9\x1b\xc9\xf2\x9a\xd4\x30\x74\x8b\x73\xe4\xae\xb2\x71\x79\x46\x62\xec\xe4\x9e\xa1\x1f\x73\xdf\xf2\xa5\xb7\x59\x15\x55\x68\xbb\x82\x2d\xfb\x14\xfc\xe9\x47\xac\x80\x1b\xbd\x0d\x2e\x51\x41\x33\xe2\xd6\xd8\xdf\x64\x38\x55\xe0\xc5\x1b\x7c\x47\x05\x41\x82\x19\xb6\xb4\x81\xd5\x92\x54\xa2\x87\xb0\xc0\x0b\xcc\x6e\x0b\x82\xe0\xd6\xae\x3b\xfa\x76\xec\x70\x23\x49\xa1\x33\x5c\xc4\x31\xd0\x06\x97\x71\x04\xf7\xd6\x55\xc6\x17\x98\xde\x14\x04\xbb\x7e\x0b\x4f\x26\xaf\x04\x7e\x89\x3c\x36\x34\xcd\x06\x2f\xe2\x08\x1a\x09\xf2\x90\x16\xba\xc5\xb0\x54\x44\x62\x21\xa6\x48\x80\x6d\x6c\x3e\x15\x04\x29\x06\xb8\x7d\x7a\x77\xab\x0a\x05\xb6\xf1\x1d\xc7\xac\x4e\x56\x97\xd2\x87\x03\xbc\x18\x9e\x23\x3c\xb6\xb1\x31\xdf\x11\xcc\x02\x7c\x79\x7a\x25\x76\xe7\x4f\x3b\x82\x05\x3a\x8f\x44\x6e\x02\xcc\x0f\xc7\x2f\x77\xce\x02\x92\xcd\x97\x36\xb6\x86\x3e\x42\xda\x51\x8b\x58\x41\xd0\x51\x5e\x38\x85\xc6\x8d\x7a\xff\x79\x81\xd0\xec\x05\xb8\x30\x13\x77\x72\x70\x31\x55\x1e\x1a\xb7\x28\x69\x9b\xd0\x2e\xff\x58\xf9\xcb\xc3\x2d\xbe\x87\x0a\xb2\x2d\xe6\xb8\x8b\xb8\x29\xda\xe8\xfd\x08\x48\x8c\x5d\x65\xed\x71\x05\xe9\x03\x17\xec\x61\x80\xe7\x77\xe7\x04\xd4\x46\xff\xce\x27\x28\x2a\x0f\x4e\x75\xd2\x1b\x71\x99\x5e\x82\x39\x2b\xe7\x00\x4f\xef\x4e\x09\x66\x6d\xf4\xee\xd8\x0c\x27\x75\x9e\xe0\x96\x80\x02\x5c\xf4\xfb\x8e\x94\x69\x1b\x9b\x1c\xda\xf8\x11\xe0\x86\xa3\xaf\x42\x75\xcd\x52\xf5\xe3\x95\xcd\xcd\xf0\x05\x7f\x76\x20\xa0\x00\x93\xc1\x25\x47\x7e\x1e\x8c\x20\x8d\x02\x2c\x06\x97\xd0\x8a\x95\x1d\xf1\x2e\xf0\x9c\x22\x48\x49\xbf\xf6\x7a\x30\x0f\xb0\x18\x4e\x98\xc2\xf7\xe1\x58\x5a\x83\x9d\x9e\x08\x55\x20\x1c\xa1\x2d\x9e\x0d\x59\xf3\xe6\xe8\x0d\x43\x58\x84\xd6\x3d\xcd\xb1\x1c\x86\x76\x11\x4f\x3a\xc0\xfd\x16\x5f\x87\x06\x28\xc7\x7c\xc8\x23\xb1\xb6\x97\x52\xdd\xe2\x1e\x13\x33\x1a\x73\x6d\x76\xa3\x09\xec\xa9\x8d\x27\xc3\x31\xd7\xff\x52\x41\x60\x02\x6c\x5d\x5e\xc2\x3e\x6c\xe3\xdb\xe5\x08\xfc\xa1\x6a\xdc\xad\x10\x82\x50\x95\x9d\x29\xcb\xf9\xa6\x73\xc3\x49\x4f\x3a\x32\x10\xb4\xb1\xd1\x09\x10\x5a\x61\x80\xcf\x9d\x73\x6e\x41\x75\xaf\x20\xe9\xb4\xb1\xec\xed\x88\x45\xfe\x2c\xbc\x81\x15\x05\xb8\x31\xe7\x3c\xba\xb6\xf1\x62\x32\x86\x04\x03\x5c\x4d\x2f\x21\x0b\xdb\xe8\x4d\xe6\x3c\x9f\x7a\xbf\xbd\x85\x20\x0c\x30\xe7\x78\x2b\xda\xe2\xcb\x8d\x01\x0f\x73\x2c\x6e\xec\x3d\x50\x05\x85\x6e\x63\xfb\x66\x04\x2b\x0c\x30\xbf\xbd\x94\xb6\xec\x66\x04\x8f\x01\x9e\x74\x37\x2c\xc0\x6d\x7c\xb9\x1d\x01\xa9\x64\xde\x42\x16\xd0\x73\xf6\xde\x6b\xb5\xc0\xd0\xad\xb5\xe4\x32\x66\xec\x2d\x37\xb6\xf8\x7c\xc7\x3a\x29\xc7\xa0\xb2\xde\x76\xb8\xc5\xf5\xad\x62\xde\xa5\x77\x21\x94\x11\xf7\x85\x34\x6a\xe3\x6a\x54\x12\xe4\x3d\xee\x04\x1f\x2c\x62\x2f\x18\xb3\x64\xa7\x18\xb1\xd2\xea\x84\x3c\x16\x77\x0c\xcc\xdb\x98\x0d\x4b\x82\x5d\x38\x3e\x7d\xc1\x0f\xee\x91\x39\xfa\xf7\x0a\x02\xbd\xc5\xf3\x7b\x56\xb2\x93\xc6\x0b\x96\x04\xc9\x88\x15\x45\x89\x55\x3c\x74\xfe\x8f\x29\x5e\xbc\xa0\x2c\x7a\xc9\x91\x8d\x7b\xef\x3e\x66\x99\xbb\x0b\x21\xa1\x1f\xcb\xfb\x01\x90\x78\xcd\xdb\x98\x70\x49\x94\xe2\xf9\x0b\x8b\xe7\x9e\x5e\xd0\x7f\x61\x11\xde\x61\x95\xc7\x74\x12\x86\xb0\x8b\x73\xdc\xcd\xb8\xee\x3f\x36\x33\x03\x74\x9f\xcd\x42\x98\xc9\x77\x1e\x5a\xdb\xea\x3e\x9f\xc5\x40\x3f\xb6\xb3\x08\x16\x24\x0e\xee\xaa\xfb\x7e\x29\x2b\xc4\x4f\x13\x20\x35\x1f\xc3\x8c\xbf\xf6\x14\xe0\xb2\xb7\x24\xb8\x6f\x63\xda\x93\xc5\xba\x00\x4f\xe2\x25\x77\xfc\x2d\xae\x1f\xb8\x9d\x26\x4d\x5b\xc5\xaa\x72\x34\xd9\x8b\xc7\x82\x02\x3c\x8f\x3f\xa4\x1b\x6e\x4d\x53\xf6\xec\xb3\xd1\x1c\x48\x6d\x46\x4f\x90\xe2\xf8\xf5\xee\x14\x21\xeb\xe4\x98\x3e\x4a\xfb\xbc\x3c\xf2\xac\x2c\xc7\xd5\xa3\x82\xf9\x8f\xe7\x47\x03\x7b\x7d\xbf\x78\x0c\xab\x3d\xaa\x2d\xae\x1f\x59\xb8\x1d\xef\xa8\xaa\xb7\x7d\xbe\x66\x7c\x9f\x3e\xc6\x30\x6e\x63\x33\x2e\xa5\xfb\x9e\x72\xd9\x0b\x54\x0f\x21\xfb\xee\x7b\x9e\x2c\xe0\x3f\x4d\x9c\x4a\x61\x31\x8d\x96\x5c\xa3\x36\xe6\xd1\x42\x1e\x01\xe2\x0a\xb0\x5d\x32\xbe\xba\x84\xc4\xe4\xe8\xfd\xe4\x11\xab\x8d\xeb\xf9\x08\x72\x13\x60\x39\xbf\x84\x12\xdb\xf8\x36\x1f\x41\xa6\x03\xcc\x9e\xfa\xb2\x81\x1a\x72\x1d\xdf\x9e\x46\xa2\x17\xfd\x79\x9f\x2d\x03\xb1\x25\x22\xc5\x4d\x77\x32\x1f\x71\x71\xde\xfc\x12\xc6\xdc\x65\x56\xc6\xc6\x0e\x5c\xec\x1d\xba\x2c\x38\x62\x89\x36\x26\xb5\xf1\x6c\x3e\x82\x5e\x8a\x57\x7d\xa0\xfb\xc6\x5c\xc6\xe9\x81\xd8\x14\x1d\x03\x99\xfe\xf1\xfe\x14\x01\xbd\xe0\x75\x0f\xc6\x01\xb6\x9e\xee\x20\xc1\x36\x5e\xf0\x6c\x94\xac\x9b\xac\x73\x2c\x59\x34\xf1\x3e\x7f\x1a\xc2\x1e\x7f\x6c\x9e\xae\x60\x81\xb3\xa7\x21\xd0\xc3\x63\xc4\xb6\x38\x07\xd0\x8f\xed\xd3\x00\x52\x9a\xfd\x8c\x9d\x4e\x6e\xc8\x34\xbc\xd4\x6e\x10\x89\x64\xe5\x74\xa0\xd8\xf8\x19\xc7\xfc\xdd\x31\xe0\xcb\x98\x5b\x68\xf5\xc8\xb6\xc9\x09\xbe\xd1\x98\x79\x7e\xa9\x80\xc6\x39\x5e\x42\x4a\x97\x3f\xd8\xaa\x19\xdd\x1b\x68\x20\x7f\x07\x9d\x16\x2e\x28\x82\x7d\x47\x56\xae\x5e\xf1\x14\x0d\x4c\x27\x3c\x8b\xdb\x93\x6a\x6e\xb1\x44\x68\x50\x03\xd7\x19\x5b\xcf\x7b\x7c\xc5\x35\x29\x28\x8c\x9a\xb0\x74\x4c\x0a\xb6\xa1\x13\xdd\xc0\x93\xd8\xde\xee\xe3\xe1\xe6\x04\x5f\xc3\x11\xf7\x9b\x55\xdd\x82\x9c\x35\x70\x2f\x17\xff\xe7\xce\xf8\xf0\x88\xde\x0f\xdb\xaa\x7a\x6f\x2f\x81\x8c\x94\xdd\x13\xaa\x6e\x4a\x4d\xd8\x32\x1b\x2b\xf0\x3a\x32\x82\x77\xe8\x84\x2d\x1a\x5d\x18\x03\x53\x7a\x33\x21\xa4\x03\x39\x5b\x44\xee\x7a\x26\xcf\x0e\x4a\x5c\x52\x9a\x63\xca\x03\xca\x82\xde\x65\x0a\x62\x47\x0e\x6b\xef\x88\x56\x9e\x2e\xa9\x94\xe9\x48\x4e\x0b\xda\x64\xf8\x42\x76\x93\x8e\xd4\x07\xb2\x8c\xb7\xf1\x54\xc8\x08\xb0\x45\x52\xa7\x7d\xd7\xc0\x6d\x03\xcf\xba\xf1\xe1\x8a\xbb\xe4\x15\x19\x68\x76\x84\xe1\x1d\xa6\x9e\x4e\x30\xed\x44\x30\x6d\xe0\x73\x47\xb6\xa2\xa7\xdc\xa1\x97\xd4\x7c\x41\xd9\xfc\x59\xd0\x47\xca\x85\x15\x72\x5b\x25\x27\x77\xad\x4b\x66\x0f\x6f\xf8\x2e\x4f\xb2\x88\xd5\x91\x60\x03\xcf\x75\xec\xf8\x73\x82\x9e\x8e\x98\x87\x6d\x1d\xcb\x2a\x4d\xc7\xf0\x04\xd9\x67\x13\x2a\x6c\x63\xbb\x13\xca\xb8\x1a\xd8\x7b\x30\xb2\xb6\x7e\x27\xf7\x27\xaf\xec\xbe\xa6\x48\x4e\xc4\x91\x96\xb4\x10\x52\x68\x41\x6d\xa1\x84\x6d\xbd\x57\x9e\x31\x8e\x56\x98\x86\x11\x24\x1d\x15\xc6\xb0\xeb\xa8\x02\x07\xb0\x8f\x96\xd4\x58\x22\xeb\x8b\xeb\x05\xbd\x2c\xf1\x5c\xae\xb6\x1a\x7b\xa3\xcc\x6e\x60\xe6\x5a\xcd\xed\x91\x2e\x31\xca\x22\x59\xc7\x97\xfd\xac\x3b\x31\xf0\x6e\x15\x78\x66\x8d\xcb\x78\x08\xc9\x88\x8d\xd0\x81\x9c\x11\x78\xee\x0c\x21\xa5\x15\xb6\x42\xd9\x57\x1c\xc0\x4c\x75\x87\xcc\x11\x9e\x21\xa7\xda\x5e\x65\x8d\xdd\x1e\x67\x2e\x93\xa6\xc0\x2c\xa9\x25\xd4\x94\xb8\xa0\x8f\x25\x9e\xa2\x34\xa4\x78\x2d\xae\x2a\x02\xdd\x05\x62\x52\x2b\x99\x1f\x72\xed\xe5\x6e\x5e\x82\x3c\xa4\x34\x87\xdc\x21\xd2\xa3\x69\xed\xcb\x67\x0b\xd7\xf8\x1e\xc5\xd0\x20\x4b\x62\xe2\x48\xcc\xb0\x22\x31\x1a\x70\x2a\x7b\x80\xcf\xc8\x16\xeb\x26\xb4\xe1\xcc\x36\x62\xae\xa5\xa8\x32\x8c\x64\x1f\xd0\x6e\x25\x19\x68\xda\xe9\x9e\xec\x21\x91\xbd\x41\x43\x06\x52\x5a\x92\xbf\xc4\x02\x61\x5e\x55\x64\x5e\x55\xc4\xbf\x5c\xd0\xb3\x78\x15\xc8\x9c\x4d\xb5\x25\xf5\x05\x39\x8b\x25\x25\x12\x2b\xc7\x05\x9d\x3c\x71\xaf\x93\xc5\x04\xbb\x6f\x95\xd0\x1a\x4f\x22\x9e\x6b\xac\x70\x11\x0f\x64\xd7\x91\xf9\xee\xdd\xaf\xb0\xe8\x0c\x58\x35\xd8\x8b\x21\xf6\x80\x44\x27\x84\x26\x55\xc5\x96\x0f\x0b\x3a\x7b\xb2\xbb\xb6\x9c\x95\x56\x27\x3a\x66\x87\xd4\xc8\xbe\x36\x72\xa7\x06\x11\x14\xba\xa2\x7d\x77\x55\x51\x6a\x2f\xf6\x5a\x79\x58\x5d\xa9\x82\xae\x61\x81\x4b\x4a\x16\xd2\x0d\x07\xe6\xfd\x95\x45\xed\x3e\x2c\x5e\xd9\xa3\x71\xcd\xa6\x40\x21\x5c\xda\x75\x17\xb4\x7c\x92\x9b\xa4\x4b\x4a\x9f\x02\x84\xfd\xc3\x82\x2e\xe6\xdc\x69\xb9\xa0\xf9\x82\xa0\xa1\x17\xb4\x99\xbf\xf0\xf0\xba\xa4\x74\x9e\x92\xbb\x7e\x58\x84\x0b\x7a\x61\xff\xf4\x6a\x49\x8d\x9f\x29\x41\x52\x15\x55\xea\x00\xbd\x2b\x39\xc5\x41\x9b\xeb\x31\xb4\x6e\x16\x94\x8d\xfb\x90\x98\x25\xed\x1f\x02\x64\xc3\xe7\xec\x95\x07\x98\x06\x2d\x28\x99\x4c\x20\xb9\x54\xb7\x06\x1e\x97\x74\x3e\x61\x43\xa6\x78\x65\xdd\x37\x57\xef\x36\x52\x27\x21\xfb\x3c\x8c\x3d\x33\xd7\x13\x15\x15\xf2\xef\x33\xe9\x31\x24\x97\x09\x2d\xf0\xd2\xdd\x18\x0d\xdc\xd3\x16\xef\x48\x21\xeb\x26\x79\xed\xa2\x40\x23\xda\x9a\x0c\xdc\xbf\x63\xf5\x80\x4b\x7e\x55\x60\x82\x71\xb5\xcb\xd8\x39\xc1\xa5\xd8\xd9\x0d\x6c\x6a\x03\xfb\xa1\x98\xab\xd6\x08\x4b\x65\x7d\x32\xc3\x67\x2a\xf6\xcc\xc5\xe4\xc1\xba\xc7\x67\x1f\xb2\xb4\x11\x16\xb8\xef\xca\x56\x5a\x25\xd9\x56\x28\x82\xf0\x1d\x97\xdd\x08\x8a\xab\x02\x77\x3c\xcd\x34\xcf\xd4\xca\x45\xf7\x61\x42\x9b\x0d\x27\xf6\xae\xd4\x02\x79\xda\xfb\x8e\x1f\x3d\xa7\xe1\x82\x6e\x81\x5e\x6f\xe0\xc6\x96\x24\xe2\x4a\x27\xe1\x3b\x6e\x7b\xd7\xe0\x8f\x0a\x6c\xf4\xae\x78\x12\xda\x93\xc7\xdb\x1e\x6f\x80\xd4\x33\x5e\xb1\xcc\x26\x78\x0d\x01\x6d\xf0\xad\x6f\x20\xb8\xca\x70\x35\xe4\xfa\xbf\xe3\xeb\xa8\xd2\x75\x54\x60\x73\xa4\x38\x4f\x39\x18\x4a\xaf\xd7\x61\x65\x08\xbc\x50\x9e\x50\xca\x63\x4d\x4a\x2f\x09\xbd\x90\x3d\x3f\x90\x63\x15\x40\x95\x7f\x42\x1f\x78\xcf\x53\xed\x02\x8b\x2b\x03\xf7\x74\x7a\x3d\x74\xf7\x59\xef\xdd\x8a\xd3\x02\x0d\xec\x68\x92\x2d\x69\xc1\xe6\x1d\x7d\x2c\x39\xe1\xe3\x0b\x95\x4b\xce\x2a\xc0\x94\xb6\x4b\x6a\xa3\xcd\x7e\x49\x6c\x50\xeb\x94\x5e\xc4\xaf\x14\xe5\xed\xb9\xe5\x82\x3b\x79\x34\x44\x16\xfd\x5e\xe8\x05\x47\xe0\xd3\x60\x32\x01\xf2\xb1\x81\x3c\x3d\x7f\xa1\x57\x1c\x31\x71\x39\x4e\x20\xc7\x73\x6c\x23\xcf\x94\x5a\x18\x29\x77\xe8\x75\xb6\xa6\xec\x9d\x1b\x6e\xae\x4e\x56\x38\x60\x0b\xec\xbd\x27\x47\xf5\x56\x74\x35\x01\x0f\xd7\x94\xf6\x0a\x82\xf9\x8a\x2e\x62\x39\x81\x15\xda\xc7\x16\x14\xa4\xb4\xa6\xbb\x51\x75\x0c\x79\x45\x73\xb6\x9b\xd6\xd4\x2a\x38\xbb\x5c\xab\xf3\x1f\x43\x9e\xe0\xd3\xdb\xad\x3c\x58\x72\x8a\xb3\xb0\xba\x3c\xdf\xc4\x9f\x2c\x8a\x6b\xda\xdf\x72\x8f\xc5\xf1\xc7\xcd\x29\x42\x4e\x4d\x9c\x28\xd8\xeb\x53\x14\x53\x78\x72\x8e\x32\x11\x93\x21\x7b\x4f\x2b\xba\x18\x9c\x73\xec\x35\xb5\x06\xbe\x9c\x41\xba\x18\xad\x79\x16\xa1\x86\x0a\x02\xa4\x56\xaf\x7f\x38\xab\x93\xd1\xeb\xe8\x9c\x59\xb8\xb1\xaf\x09\xf8\x3a\x23\x39\x37\xc2\x24\x2e\xfa\x06\x48\x9f\xf6\x7a\x90\x63\x46\xd4\x87\x00\xcf\x70\x47\x21\x17\xf6\xc4\x7a\xd1\x0e\x1d\x87\x79\xe6\x23\xfb\x7a\xc6\xc3\x13\x74\xa7\xc5\x9a\x9a\xf3\x65\x05\x45\x19\x9d\x0c\xdf\x11\x3c\x3a\xc3\x9c\x42\x48\xb5\x87\x4b\x62\xb3\xe7\x0c\x57\xc8\x32\xff\x28\x2f\x95\xfc\x64\x26\xf1\xec\x32\x76\x6f\x13\x94\xb8\xa1\x20\x66\x51\xc9\xe8\x34\x0e\x59\x5e\x6b\x87\x81\x6a\x57\x2e\x45\x39\x9e\x63\xcf\x40\x1e\xf9\xd8\xb5\x2b\x3c\xbd\x08\xee\x57\xf8\x34\x84\x15\xae\x71\x81\x57\xb0\xd3\x4b\xec\x0f\x21\xa3\x15\xc9\xad\xf2\xa1\xb1\x0f\xca\x35\x48\x3d\xc6\xe0\xe3\x96\x12\x5f\x86\xd8\x9c\xde\x7d\x51\x46\xb8\xa5\xc2\xe7\xb6\x2a\xba\xea\xfc\x14\xb7\x3c\x80\x99\x73\xfd\x00\x5e\x37\xa3\x38\x02\xdf\xbc\xd2\xc2\x8c\xc1\xc7\x1d\x9d\x99\x07\x28\xf0\x95\x3c\x33\x83\x66\x77\x47\x5b\x23\x7b\x57\x3c\x44\x75\x5f\x29\x35\xb7\xe0\x6b\x49\x9b\x61\x46\x37\x91\x3b\x48\x1e\x54\x93\x55\xb1\x5a\x74\x4e\x6c\x37\xd2\xb3\xe8\x12\x9b\xd7\x5e\xef\xe8\xd5\x4c\x44\xfb\x8b\x39\xd9\x53\x6e\x4d\xc2\xb3\xf1\x89\x5e\x29\x02\x1f\xf5\x8e\x62\x48\xf4\x96\x9a\x38\x03\x3f\xb4\x14\x34\xb5\xdd\xbb\x50\x3f\x62\xc8\x5d\x8e\x64\x83\xdc\xa3\x09\xe6\xd3\xa2\x52\x7a\xdc\x5f\x5f\xa1\xad\xdc\xc2\x08\xd9\xb9\xce\x68\x12\xd9\xbd\x72\xf7\x52\x41\x5f\xb9\x05\x6c\x4f\x4b\xe1\x25\x0a\xe5\x64\x8b\xc9\x1c\x53\x68\x43\x73\xee\x4b\x92\x3c\x27\xb7\xe0\xdd\x57\x36\xab\xf9\x21\xab\x47\x0e\xd9\xbb\x42\x73\xb4\xb5\xb6\x5c\xa2\x57\xca\xcd\x18\x1e\x73\x3a\xc5\x07\x98\xd5\x4b\x49\xc9\x96\x92\x1d\x2b\x77\xa2\xe5\x39\x8f\xa1\x7d\x6d\xcf\x3e\x82\xe3\x76\xd4\x52\x3a\x2c\x38\x8d\x99\x31\x2d\x7c\xa5\x16\x4f\x16\xa0\x49\xea\xf9\x83\x87\x0c\xda\xd3\xf5\xc4\x2e\x63\x8e\xdf\x68\x2c\xdb\x57\xa4\x65\x39\x54\x5e\x31\x7b\x90\x75\xe1\xab\x08\xe8\x14\x33\x36\x25\x9b\x78\x42\x21\xb4\x88\xae\x15\x24\xf4\x4e\xcd\x36\x4b\x0c\x15\x74\xd6\xc6\x0d\x2b\xab\x77\xf2\xda\x2c\x57\x25\x8d\x2f\x02\xd6\xda\x05\x36\x58\x48\xdd\x0b\x58\x27\x28\x0b\xe5\x0d\x24\xd1\x5a\xf6\x7d\xb2\x8e\x72\x87\xbe\xe9\x9d\x82\xcb\x26\xc2\xac\x20\xb9\x45\x6e\x07\x22\x37\x6a\x8f\x22\xd8\xb9\xb3\x5d\x6a\x6a\x97\xaa\xf2\x2e\x90\xfa\xb1\xee\x72\xf2\xfb\x55\x17\x5a\x9a\xce\x69\xdb\x95\xbe\xc3\x5d\xda\xa3\x15\x9b\x4e\x74\x46\x6b\x03\xbe\x66\x77\x57\xde\x4a\x5a\xca\x4b\x43\x5b\x23\x82\x96\xb3\xfe\xb5\x71\x12\x72\xc7\x8a\xaa\xf3\x4e\x2d\xad\x0b\xe2\xf9\x05\x2a\xe5\xcb\x1b\x47\x0b\x2d\xcf\x34\x2e\x35\xf8\x9a\xde\x38\xd1\x82\xf4\x9e\x33\x96\x3c\xba\xd0\x42\x5b\xce\x0a\x39\xb8\x2b\xa7\x9c\x25\x58\xa9\x73\xe1\x03\x67\x34\x63\x42\x8d\x9b\x88\x3a\x42\x57\x8e\xd0\xd4\x65\xd0\xea\xda\x0c\xc9\x9d\x6e\x8f\xad\x81\x6c\xb7\x13\x48\x66\x25\x79\x17\x32\x2d\xc4\x64\x68\x73\x74\xef\xa1\x49\x3d\x9c\x25\xc0\xe4\xed\xc5\xfc\x71\x55\x38\xb7\x8f\xd4\xfa\x72\xe0\x80\x13\x7b\xae\x64\xbb\x39\x20\x0b\xe0\x2b\x63\x89\x28\x50\xc8\x26\x89\x3e\x95\xef\x95\xa1\x33\x7a\x93\xb1\x27\x72\x87\xc3\xe4\x01\x87\x16\xd2\xe5\x61\xf0\x3c\x6c\x9d\xee\x0d\xf7\xaf\x02\x3f\x9f\x1d\xda\x1b\x35\x62\xc3\xee\x83\xca\x5e\x04\x54\x12\x8f\xe8\x63\xeb\xf2\xdc\x5a\x26\x26\xf2\x4c\xeb\x33\xe9\x08\xa6\x09\x19\x2e\xf9\x94\x1e\xc6\x50\x60\x93\x52\x9c\x54\x07\x43\xed\x73\x2b\x3c\x7d\xa0\x77\xbc\x8e\x78\xe0\xbe\x8a\x61\x2c\xdf\x6e\xe9\x15\x0b\x9c\x5e\x03\xbd\xe3\xcd\x15\x4c\xe5\x7b\x3f\xa0\x7b\xe6\xfc\x8f\x10\xc6\xfc\xe5\xa1\xbe\x51\xee\x8a\xbf\x5b\x2a\x8b\x14\x78\xa1\x1d\x58\xb5\xd3\xf3\x2b\xc3\x9f\x25\x99\x2d\x85\x40\x61\x4e\x06\xc6\xf2\xdd\xac\x5e\x08\xa8\x4e\xa5\x4d\xc5\x12\x31\xd4\x51\xf5\x43\x74\xf2\x1a\x47\x62\x2e\x28\x1a\x43\x49\x2d\x1a\xbb\x4a\x8c\xe5\x89\x09\x7d\xc6\x0c\x24\x8f\x46\x0a\x66\xf2\xdd\xd0\xe1\xf5\x18\xf2\x4e\x8b\x32\xba\xe3\x0e\xc3\x9d\xe4\x82\xb6\x34\x86\x71\x8b\x72\x62\xad\x7b\x41\x3c\x85\x2e\xb1\x45\x05\x4d\x60\x7a\x41\xef\x34\x86\x96\x6e\x51\x20\xc1\x1b\xe2\xe9\x32\x65\xd4\xc4\x10\xa6\xd6\xd5\xd2\x19\x05\x18\x42\x41\x1b\x5a\xda\xd0\x05\x86\x30\xb6\xae\xbd\x9b\xea\x65\xc4\x03\xd6\x0a\x2f\x68\xa9\xc7\x40\xe3\x16\x5e\x42\x46\x93\x0b\x1c\x49\x69\x2b\x7d\x09\x3b\xbc\xa0\x0f\x3d\xe2\x51\xe5\xd3\x44\xfa\xd1\x3a\xc9\xba\xe6\xd6\xb5\xc2\x16\x5d\xf4\x4e\xed\x73\x10\xd5\x93\x3c\x74\x41\xad\x5e\x93\x87\xf1\x16\xb5\x7b\x3c\x73\xbb\xa0\xa0\xe7\x23\x24\x55\x6c\xfb\x72\x63\x4e\x17\xe4\xc7\x3c\x17\x69\xd1\x45\x74\x8a\xae\x8f\x17\x7a\x43\x6b\xe2\x09\xcb\xbd\x2c\xab\xff\x50\x5c\x99\x1d\x45\x32\x9e\x9e\x62\x6c\x6b\x1e\xc1\xc0\xba\xc6\x1c\xc3\xc3\x8c\x3c\x8a\xa0\x45\x1b\x3a\x23\x39\x7d\x77\xcf\xbc\xce\x28\xa7\x01\xa4\xe6\x82\x82\x6e\xc6\xc6\x42\x8b\x3e\xba\x1b\xb4\x2a\x54\x9e\xa9\x49\x3a\x4c\xcb\xec\x82\x76\xdd\x54\x9e\x2b\x58\xf6\x65\x0a\xb4\xa0\x15\x55\xef\x79\xd2\x92\x36\x14\xc2\x6c\x41\x19\x19\x68\x85\x92\xc2\x96\x5e\x08\x81\xdc\x98\x5c\xbc\x2b\x7d\x66\x5d\x1e\x3a\x62\xb4\x92\x75\x40\x4b\x4c\x70\x94\xbd\x40\x84\x8b\xdb\xdb\xeb\xee\x10\xc8\x11\xd7\x32\xee\x22\x8c\xac\xd4\x39\xca\xaa\xc0\xd9\x05\x95\x5c\x95\xd6\x17\x4a\xed\x0b\x5d\x3b\xb2\x87\x89\x2d\x71\x6c\x78\xec\x51\x68\x65\x8e\x96\xa1\xa5\x6b\x66\xc9\x2a\x90\xc9\x62\xb3\x29\xa3\xc8\x3d\x87\xe5\xcb\xa4\xef\x71\x49\x5b\x1d\xcb\x5c\x2f\xb3\xe7\x9e\xb9\xb9\x8e\xdc\xdf\xa1\xb2\xe7\x7d\x3d\xbd\xa1\x37\x96\x28\x9d\x51\x03\x23\xb8\xb5\x39\x97\xda\x16\x94\x3a\x7e\x48\x63\x34\x85\x53\xa9\x14\xba\x77\xbc\xf0\x0e\x0d\xd3\x73\x32\xe0\xc8\x08\x6d\xbe\xa9\xe6\x34\x41\x47\xd2\x93\x25\x94\x36\xb4\xa1\x18\xee\xad\xcb\x72\x69\x51\x1b\x96\x53\xab\xf0\x1d\x4f\xe7\x87\x06\x0f\xdd\x2b\x12\x89\x76\xbb\x3e\xa2\x06\xaa\x23\x0c\xab\x50\xad\xf0\x5a\x44\xec\xad\xcb\x99\x64\xb4\xeb\x86\x5c\xd8\x6b\xd7\xc0\x38\xa3\x7d\x57\xa6\x51\x9d\x4a\xa5\xce\xec\x6d\x0e\x75\x9f\xdb\x27\xf0\x1b\xf2\x5c\xed\xf1\x85\xf6\x04\xc5\x55\xd2\x19\xbd\x47\x1f\x3c\x8e\x7a\x54\x44\x05\xd3\x4a\xed\xe8\xc5\x40\x41\x6d\xea\x76\x20\xa1\x16\x25\x71\x43\x83\xf3\x4e\x49\x07\x51\x6a\xc0\x33\x92\x7e\xd5\x75\xe9\xf3\x2a\xbd\x7d\x07\x3e\xb3\xa5\x94\xda\xa5\x0a\x6d\xaa\x0c\x69\x1b\xbf\x1b\xd9\x11\x2b\x0c\xcc\xad\x6b\xc5\xce\x92\xc0\x8f\x5c\x66\x0d\xed\xd3\x70\x00\x1e\x0a\x09\x14\x50\xa7\x0b\x81\x75\x78\xda\xd1\x73\x6f\xd3\xe6\xc6\xa6\xcd\xba\xd4\x8e\xd6\x3c\x17\xb6\x25\x2d\xd0\x96\x1c\x68\x49\x96\xa2\x4b\xb6\xea\x08\x7d\x7e\xe8\x8a\xf2\x3e\xd3\x1d\x58\xba\x03\x47\xb7\x18\x71\x85\x51\x37\xf2\x26\x8a\xd0\x9c\xd9\x0c\xf2\x8e\x44\x4c\x5d\x31\x2b\x23\xc5\x2c\x2a\x6e\xf9\xa1\x65\x76\xc5\x9e\x7b\x57\x4a\x61\xe8\x2c\xda\xf0\xc8\xdb\xa6\x61\xcf\x55\x2d\xb3\x55\x6b\x18\x97\x38\xb7\x6d\x63\x1f\xd9\x5f\x58\x47\x16\xdb\xfa\xf9\x5d\x9a\x0c\x85\x33\xab\x7e\x04\xe4\xd3\x39\x66\xdc\x53\x2f\xa8\x88\xce\x09\x02\xdd\xa0\x8f\xeb\x73\x84\x4c\xce\xea\xee\xbb\x32\x53\xce\x8f\x23\xa4\x7d\x25\xca\x43\xb7\x58\x37\x62\x91\xa7\x57\xe2\x91\xee\x84\xb2\xfe\x80\x6d\x8b\xe0\x55\x4c\x36\x5c\xe8\x53\x31\xd4\x53\xf3\x46\x53\x36\x6b\x26\x99\xcf\x13\xe4\x00\x17\xda\x9a\xf0\x81\xbc\xdf\x96\x85\x6a\x16\x1f\x44\xb6\x2f\x33\xec\x5e\x08\x0d\xb3\xd4\xc5\x99\xcc\xc5\x70\xa1\xd7\x67\x9c\x80\x96\xfa\x03\xc7\xb0\xc0\x85\x2e\x71\xe2\x2c\xf3\x06\xbd\xd1\x0f\x03\x81\x99\xac\xce\xdc\x04\x9c\xf3\xdf\x10\x53\x68\x57\x30\x8d\x5b\xf6\x92\x95\xc5\x55\xa4\xf6\x56\xb7\x49\x81\xd7\xac\x2a\xaf\x64\x48\x1e\x89\xb1\xdf\x75\xf7\x86\xb2\xe1\x09\xbe\x61\x24\x06\x21\x27\x20\xeb\x9c\x59\x57\x6e\x9e\x75\xd9\x62\xf2\x5a\x94\xe8\x65\x4b\xc8\xe3\x1e\x2a\x03\x69\x4e\xcf\x3a\x95\xd0\x12\x13\xfd\x22\xa1\xb3\xca\x6b\x15\x25\xfa\xfd\xdc\xda\x9a\x07\xce\xca\x01\x13\x2f\xe4\xc4\x3b\x3c\xe4\x93\x8a\xc9\xc2\xa3\x7c\x6c\x79\x33\x63\xd6\xb4\xba\x6c\x5c\xd6\x4c\x14\xd9\x26\x5b\x54\x8a\x35\x0a\x2b\xcd\x5e\xa3\x47\xde\x90\xee\xa9\x91\x5d\x11\xe6\xdc\x2e\x79\xbe\x30\x8a\xb9\xe2\x32\x0b\x79\xd6\xa7\x9d\xb1\x70\xcf\xef\xd4\x6d\x95\x8c\xde\xe9\x59\xf4\x6e\x41\xbb\x4e\x58\xb3\x36\x12\xd9\x02\x2e\x64\x13\xbf\x45\xcf\x3a\xf8\x10\xe3\x3a\xd1\x27\x1f\x5c\xe1\xe9\xb3\x6e\x88\xcf\x8a\x12\x7d\x26\x5e\x3b\x7a\x17\x95\xd3\xe8\x16\xe4\x77\x85\x5a\x79\xb1\xb0\x9a\xed\x25\x46\x4d\x2d\x2d\x4d\x3b\x0d\xc7\x44\x6f\x0a\xcb\xdb\x89\xbb\x54\x93\x56\x8f\x9f\x7f\xaa\xbd\xbd\xc1\xd3\x7d\xa7\xb7\xc8\x92\xda\x60\xc3\xe8\x9d\x4e\x22\xc5\xe6\x39\xbb\x16\x62\xc3\xd9\x03\x0b\xf9\x17\x1b\x67\x25\xcb\x98\xb7\x1b\x89\xcf\x13\xcd\x96\x1c\xd2\x7f\xd6\x7b\xa1\xe3\x31\xd1\xdb\x42\x8e\xbf\x70\x97\xbe\x55\xdd\xca\x76\xb2\xe6\xab\x1f\x31\x0b\x32\x3a\x8e\x6c\x53\xd6\xbd\x63\x7b\xe7\xc7\x2e\x55\x3d\xeb\xec\x8d\x3b\x86\x87\xb3\xb5\x34\x7e\x4e\x0f\xab\x73\x39\xd3\xe3\x3c\x1a\xf8\x90\x5a\x0f\x75\x7e\xcd\x06\x7d\xaa\xdb\xb9\xd4\xfd\x45\x37\x03\x11\x26\x4a\xf5\x79\xe0\xbc\x1a\xe2\x95\xe0\x6c\x2b\xa9\x53\x7c\xc8\x25\xf5\xdc\x79\x50\x4e\xa7\x3c\x4f\x7a\xd1\x8d\x53\x49\x3c\x50\x17\x29\x0e\x21\xc5\x95\x7e\xbe\x96\x35\xe7\x9e\x72\x7d\x59\xa4\xde\xd2\x4f\xee\xe0\x82\xa9\x8e\x93\x78\xf4\xa2\xf7\x6c\xf4\xda\x7b\x28\xb3\x95\x6e\x4b\xea\xb5\x0e\xe4\x5d\x33\x97\x5b\x8e\x2f\x3a\xe9\xb3\x58\x26\x9a\x8d\x63\xb9\x9c\x52\xe0\x8b\x4e\xa5\xf4\x80\x52\x7d\xd1\xac\x6f\x1b\xbc\xe8\xe4\x94\xe9\x5d\x61\xaa\xcf\x9b\xd8\x46\xbb\xc2\x74\x7f\xd8\x69\x1f\x71\x6f\x9d\xda\x97\xb8\x5e\xb4\xd7\x64\xee\xe5\x87\xc8\xb7\xf6\x1a\x78\x24\x66\x41\x6f\x78\x38\x00\x31\x14\x68\xa4\x41\xec\xac\x85\x95\xfc\x56\xfb\xc5\x97\x31\x0f\x3d\x1d\x03\x89\x79\xd1\x2f\x38\x02\x2f\x4c\xb5\x8f\x77\x76\xe6\x56\x76\x5f\xf4\x4e\x24\xb6\x65\x77\xe6\x3b\xa9\xbe\x28\xb9\xb0\x4c\xbf\xe8\x2d\xf5\x20\x8d\x53\xdd\xa2\x89\x7b\x26\x3d\x10\xeb\xaa\x49\x6a\x34\xb4\x93\x10\x7a\xd1\x67\x7a\x0c\x79\x98\x6a\x8f\xe7\xb9\xe1\x8b\x2e\x64\x75\xea\x96\xb3\xa3\x54\x6f\xdf\xa5\x17\xe0\x8b\xce\xc5\xdf\x8b\x53\xdd\x2e\xa4\xee\x2f\x7a\x63\x7a\xe0\xe1\x98\x2e\x65\x58\x79\x61\x95\x13\x36\xc4\x36\x79\xd1\xed\x70\x0c\x94\xe9\x67\xbc\x93\x9b\xc6\xc6\x2d\x5f\xd2\x46\xe7\xc2\xde\x94\xd4\xfa\x54\x66\xc8\x99\x0e\x27\x30\x0d\x9b\xf6\x12\x85\x3c\xa4\xf8\xa2\x1b\x7b\x59\x3b\x71\x71\xa6\x12\xc7\xc7\x8d\x6e\x78\x9c\x78\x37\x58\xe9\xe7\x33\x4b\xd9\x5a\x27\x63\x1f\x81\x56\xfa\x9c\x5b\xd5\xae\xea\x94\x35\x71\x90\x17\x53\x67\x2e\x5a\x0b\x57\xfa\x82\xe3\xcd\x58\x79\x26\xf4\xa2\x77\xbd\x88\x67\x94\x17\xbd\x1e\xe7\x71\x35\x81\xfb\xb5\xbe\x66\x73\x3f\xd3\xa3\x09\x2c\x70\xa3\x2f\xc7\x30\x17\x47\x81\x67\x14\x19\x98\x79\x44\xd5\x25\xc6\x33\x92\x5b\x74\x1e\x39\x44\x05\xe5\x1e\xe6\xf3\x5c\xd1\xb1\x6c\x4b\xc9\xe7\xb0\xda\x18\xa1\x8d\x2e\x3c\x96\x0d\xfb\xcc\x40\xa6\x2f\x3c\xd1\xad\x72\xee\x23\x30\x1b\x9d\x4b\x68\x2b\xcc\xf4\xc5\xa9\x5d\x39\x12\x63\xb2\x63\x37\x19\x65\x08\xc1\x8d\xf6\x4e\xa5\x77\x76\xd4\xf9\x06\x79\x88\x54\xdb\xd1\x1a\x61\x15\x66\x3a\xd5\x77\xd0\xc4\x8d\xf6\x9b\xcc\xc4\x2c\xcc\xf4\x47\x93\xf3\xc9\xdd\x33\x7f\x1b\x5d\x34\x59\x90\x4d\xed\x34\x07\x66\x7a\x2b\xd2\xbe\x1b\x54\xc1\xd2\xc7\xec\xce\x49\x42\x99\x5e\x4a\x30\x6d\xf4\xb3\x19\xb1\xca\x0f\xce\xb0\xe4\xf1\x3a\xd3\x17\xb2\xf4\x3c\xdf\xe8\x8c\x27\x1a\x94\xe9\x73\x9e\x56\x8c\x37\x3a\x97\x7c\xc6\x99\x7e\xf9\xb0\x2a\x71\x8d\x3c\xfb\xde\x68\x9f\x23\x2e\x28\xd3\x2f\xbd\x77\x59\x34\xd4\x6b\xd3\xe3\x0e\x60\x33\x5d\xa1\x6a\x9f\xa1\xbc\xf0\x9a\xe9\xd2\xdc\x41\x86\x1b\x9d\x7f\x88\x48\x54\x74\xde\x2b\x9e\x3c\xb9\xf7\xf8\x23\x3b\x6e\x6e\xf4\xe2\x83\x99\x92\x61\xa6\x97\x1f\xb6\xd3\xc9\xa2\xe2\x46\x27\x12\x50\x86\x99\x3e\x2f\x85\xdb\xe1\x46\x6f\xc3\x11\x04\x9d\x4c\x2f\x3a\x97\x42\x43\xeb\x5d\xaa\x9d\xe9\x93\x77\x8e\xd2\x74\xe7\x8f\xba\x21\xf4\x36\x7a\x51\x8a\x56\x30\x99\x7e\x97\x50\xaf\xb3\xd1\xa5\x24\x28\xa3\x8c\xfb\xc4\x92\x60\x11\xcb\xf5\xc9\x8d\x6e\x15\x5c\x5a\x63\x90\xe9\xf6\xde\x6e\xf4\xad\x35\x4f\x92\x68\xa5\xcf\x30\xae\xde\xf9\x64\x85\x70\xb5\xd6\x3e\x0e\xc0\x37\x2b\xfd\x8a\x31\xcc\xcf\x68\x1d\x19\x68\x86\x1e\x79\xf2\xd6\x5c\x1c\x31\x37\x78\xb6\xde\xa1\x97\xf8\x78\x9a\xa7\x5f\x6d\xb6\x89\x8c\x0d\x44\xe6\x90\x98\xbf\x39\xea\x82\xc7\x7b\x77\x3c\xf2\x0c\xdd\x8b\x96\x24\xa7\x26\x33\xa2\x57\x34\xd5\xb2\xa7\x6e\x5a\x73\x69\x2e\x0f\xf8\x55\x07\xa5\x6d\x19\x99\xdc\xc3\xd9\x0d\x2c\x13\x06\xc7\x2b\x61\x13\x03\x09\xae\xe9\x29\x82\x05\xae\xe8\x6a\xc8\x7a\xd9\xc0\x68\x4d\x3f\x06\x90\xe3\x8a\x32\x14\x54\xb1\x87\x10\xe6\x6b\xba\xbc\x02\x5a\xd1\x6c\x68\xdf\xb4\xa8\x5f\x3a\x5d\xd3\xdd\x00\xbc\x70\x45\xb7\x43\xe8\x59\x7e\x5c\xc9\x02\xcc\x35\xeb\xd4\x99\x72\x5b\x72\x25\x1d\x2a\x6c\x09\x90\x97\x30\x33\xa3\xee\x65\xab\x5b\xdb\x13\x97\xd5\x55\xce\x5c\x6e\xf7\x34\xba\xfc\xbb\xa0\x35\x7d\x68\xc3\xe5\x97\x3a\x84\x95\x73\x66\x1d\x3b\xb5\x5a\x51\x62\xae\x79\x76\x77\x65\x9f\x06\x55\x70\xbf\xe5\x31\x6a\xc5\xcd\x95\xeb\x93\x00\xd7\x04\x59\xb4\xa6\x97\x70\x00\x69\xff\x05\xd3\x84\x5a\x08\x7b\xcc\xf5\x56\xc2\xc4\xbe\x59\xd0\x96\xc7\xba\x84\x87\x2f\x7d\x1a\xe0\x33\xc1\x15\x37\xd7\x22\x64\x96\xd9\xb9\x52\x1a\xb1\x4f\x75\xe4\x50\x87\x0e\x74\xa7\xd9\xd9\x6a\xaf\x55\x95\xf7\x7a\xee\xf2\x64\x45\xb2\xd5\xde\x39\x07\x50\xae\xcf\xc4\x7f\x24\x0b\xbb\x5d\x25\x7b\xf6\x87\x63\x78\xb7\xfc\xf3\x78\x7c\x94\x74\xab\x5f\x7a\x23\x48\x31\xd7\x59\xef\x92\x9d\xe9\x39\x53\x96\x30\xc9\xe7\x4c\xda\xc8\xde\xd6\x8b\xe4\x65\xf1\x8e\x02\xbf\xc3\xdf\x4d\x79\x56\x96\xd6\xf4\xde\xbb\x82\x02\x57\xd4\x88\x63\xb8\x67\xbf\x42\x9e\x4c\x4d\xc8\x3c\x0f\x14\x50\x98\xb0\x14\xd0\x56\x9f\xf4\xc7\x30\xda\xb3\x4e\xb6\xd7\xd2\x76\x6e\x28\x8b\x8f\x42\xd9\x75\x8f\x8e\xda\x87\x27\x0a\xb9\x02\x9f\x85\x6f\x3a\x49\xa9\x40\x78\xdc\xeb\x4d\x4a\xef\x08\xf4\xa6\x33\xf1\x59\xc8\x46\x5a\x86\x7b\x7d\xf2\xcc\x01\xf6\x7a\xf5\xfd\x9b\x5e\x49\xb0\xed\x8b\x8f\x36\x8e\x7d\x18\x65\xaf\xdf\x24\x66\x2e\xe7\x20\x02\xb1\x97\x17\xf8\xa6\xf7\xcf\x9c\x20\x39\x84\xb7\xaa\x13\x84\x9f\xcc\x2f\x0f\xdf\x74\x2b\xa1\x1d\x97\xb4\xd7\x9b\x84\x63\x7a\x6e\x97\xf8\x52\x0a\xde\x25\x9c\x4f\x60\xb9\xbd\xd7\x1f\x09\x9d\xa2\x5b\xf1\x93\x89\x44\x12\xda\x75\xb6\x37\xbd\x92\x98\x47\xe3\x75\x4f\x7b\x7d\xba\xe4\x1c\x4b\xbb\x09\xdd\xa1\x0f\x1d\xb3\x90\x19\x05\x2d\x7b\xf6\x4f\x1e\x40\x75\x57\x6d\x0d\xe9\x08\x82\xbb\x37\x3d\x0d\x61\xbc\xd7\x7d\x99\xfe\x0f\x63\x66\xce\xad\x62\x9f\xbb\x0a\x36\xa9\xd9\x95\x48\x3b\xb3\xd7\x37\x3c\xab\x12\x57\x89\xe2\x2a\xb4\xb8\xa6\x92\x01\xa9\x7e\x68\x97\x9d\x53\x07\x1f\x20\x81\x24\x79\xf5\x6c\x1d\x7a\x62\x66\x0c\x63\x6b\x4b\xd8\xcd\x5b\x5b\x8c\x3f\xb5\x19\x93\xe4\xb5\x0b\x39\xb3\xc6\x33\xd2\x6d\x08\x09\xd1\x5d\x68\x8f\x67\xd8\x13\xb7\x89\x3c\x3d\xfa\xf8\xcb\x8d\x50\xfb\x34\x7f\x74\x34\xd8\xb4\x4c\x14\x4c\x75\x68\x22\x39\x9e\x70\xb5\x8f\x76\xce\x0f\x37\x84\x7d\x49\x77\x5b\x7f\xd0\xd8\x1c\xf3\xa9\xee\x83\xd8\x83\xd8\xf6\x8c\x40\x05\xca\xa4\x43\xb6\x74\x0e\xb5\x11\xdf\x16\x1d\x0f\x64\xd3\x61\xf9\xd5\x47\xb5\x60\x2d\xa9\xdd\x99\x5b\x09\x9c\x54\xec\xaa\x0e\x06\xc4\x15\xbe\x80\xec\x27\x65\x6e\x5b\x31\x8a\xdd\xf3\x3d\xa2\x01\xa6\x72\xde\xa4\x21\xd3\x98\x54\x6e\xc9\xba\xc3\x43\xea\x56\x56\x27\xc6\x72\x4a\xd7\x9e\x4f\xe9\xb8\x33\x19\x2d\x74\xef\x16\x5f\x57\x8f\x78\xdf\xdb\xb0\x48\xd9\x17\x90\xa5\xfd\x6a\xdd\x6a\xca\x2a\xba\x85\xfd\x37\xfb\x3c\x81\x01\xea\xed\x4d\x08\x53\xf1\xd8\xd3\x60\x6c\xa0\xf5\x78\x42\x89\x1c\x86\x6d\xd0\xb3\x36\x50\x38\x77\x4a\xd6\xbd\xb8\x20\x35\x1d\x72\xc5\x4d\x04\xc5\x9c\xb6\x18\xbb\xd7\x21\x4b\xbb\xbd\xa8\x8f\x86\x67\xab\x67\x8f\xa6\xf2\xb0\x62\xcf\xe9\xa0\x43\x25\xb3\x0d\x31\xae\x10\xca\xb2\xde\xf1\xfc\x6d\x0b\xe9\x43\x56\x9f\xdc\xe4\xce\xda\x61\x87\xc4\x1e\x1d\x0c\xf7\x42\xb6\x19\xfc\xea\x1c\x73\x25\x3a\xde\x01\x59\xe6\x93\xb7\xb5\xed\x73\xc9\xd6\xa6\x49\xc3\x0a\x79\x4b\xc1\x4a\xba\x61\x26\xc5\x35\xc5\xa7\x90\x50\x6b\x28\xed\xe4\x37\x37\x9f\xbe\x39\xb7\xd0\xce\xc4\x85\x3c\x09\xb5\x07\x11\x4a\x77\x6b\xf6\x98\xff\x5e\x7c\x6c\xaf\xfd\x1c\xff\x59\xdf\x33\x41\x89\x7e\xd1\xd5\xb6\x90\xbd\x74\x6e\xaf\xde\x2e\x42\x07\x69\x76\xf0\xb1\x9c\xb1\x05\xd9\xef\xac\xe6\x63\x09\xdb\xcb\x77\xcb\x1c\x0b\xca\x42\xf7\x6d\x94\x3b\x46\xe0\xd5\x2a\xbb\x08\x5d\x2f\x60\xce\x85\xc7\x6a\xda\x7c\x7c\x9b\x7f\x6d\x6b\xd5\x56\xca\x1b\xba\x49\xf6\xc1\xdf\xc6\xb4\xaf\xaa\xa7\x28\x55\x6b\x92\xad\x9a\x3b\x6e\x56\xe3\x52\x6a\x67\xee\xe6\xc8\x13\x5b\x1d\x7b\xe4\x25\xa0\xaf\xbf\x76\x09\xb5\x59\x6f\x0b\xf9\xf5\x45\x0b\x36\xcd\x91\x51\x5e\x78\x24\xc6\x8a\x50\xa0\x8f\xcf\xbd\x37\x6a\xfe\x45\x2d\x1f\x4b\x8f\xad\x78\xab\x92\x81\x43\x3e\xd6\x27\xb7\xed\x55\xb8\xf6\x2a\x7e\xc9\x2a\x31\x47\xb1\xb1\x09\x9b\xb5\x96\x4a\x6a\xdf\x79\x95\xed\x81\x09\x65\x2d\x9f\xa0\xfa\x36\x55\xfe\x49\xed\x37\xad\x97\x65\x8e\x0c\x71\x02\x5c\xfb\x6d\xe8\x23\xd3\x82\x1a\x7b\xeb\x4c\xd8\xfd\xbf\x59\x29\x41\x26\xcc\x6a\x1d\x7e\x61\xe4\xac\x90\x04\x57\x7a\xff\x45\x67\x72\xb0\x3a\xd5\xaf\xfa\x20\x32\x6e\x48\xfa\x1c\x56\xaf\x26\x4f\xf0\x39\xac\xe5\xc2\xac\x70\x64\xd5\x40\xdc\x0f\x61\x75\x4b\x2c\x88\xf2\x0c\x7b\x4e\xcf\xc6\x9e\x22\x0c\x30\x31\x67\x1b\xbb\x24\xf4\x6c\xbc\x0d\xfb\x35\x4d\x62\xb6\x1b\xdc\xf0\xd7\xb3\xc9\x36\x3c\x3f\x69\x60\x6a\x5e\x65\x11\x64\x71\x80\x41\xab\xee\x4b\x34\xaa\x9e\x36\xb5\x0b\x65\xc6\x69\xc6\x8c\xe8\x1c\x63\xf0\xc3\x23\x99\x7b\xf9\x4e\x88\x28\x82\xfd\x0f\x1e\x71\x9c\xbf\x98\x53\xb6\xad\x6c\xbf\xc9\xdc\xbd\x17\x9a\x5c\x39\xd6\xd8\x6b\x19\x05\x29\x23\xe3\x79\x64\x35\xa8\x2c\x3b\x18\x1e\x0e\xd8\xac\x77\x7d\x0b\xdd\xc3\x1a\x46\xe6\xa6\x46\xe0\x10\x4d\xe8\xfc\x33\xf9\x6e\xa1\x4c\x03\x6c\x3b\x93\x7b\xcd\xdf\x84\x0e\xdd\x27\x70\xb0\x20\x87\xa4\x79\xf5\xfd\x54\x5d\x62\xd9\x91\x7b\x6e\xcc\x84\x8e\x34\x8b\x25\x92\xd4\xfc\x1b\x52\x88\x15\x02\xef\x73\xe1\x5f\x08\x6c\xc9\x77\x59\x01\x45\x3e\x55\x47\xab\xca\xea\x46\xe9\xb1\x2a\x92\xb3\x57\xf3\x6f\x4a\x29\x56\x34\xbd\x0a\x50\xd3\x54\x7b\x8b\xbf\x4b\x9b\x49\x29\x79\x75\x65\xe3\x4b\x28\x6b\xde\xaa\x2e\x4d\x74\xcc\x7b\xa8\xe4\xca\x32\x32\xa5\xaf\xf1\x6d\xbd\x2c\x1f\x0e\xdf\x4f\xa1\xeb\x18\x8d\x6a\xd1\xfa\x40\x4f\x51\x8b\x99\xd0\x91\xe6\xbd\x4d\x25\x2b\x44\x0b\x3c\x6c\xaa\x38\x02\x2b\xdb\xc6\x02\x70\x1a\x99\x4b\xd9\x4d\x1f\xc1\x00\x95\x86\xeb\xdb\xbd\xaa\xc3\xd6\xf1\x5c\xae\xeb\x3c\x71\x90\x3d\x46\x2a\xcb\x82\x3d\x91\x36\xc1\x25\x08\xc5\x46\x30\xce\x3a\x5a\x54\xcf\xd9\x18\x77\x69\x67\xca\x26\xc3\x5e\x9e\xe6\xb1\x43\x50\x26\x8f\x6b\x14\xf2\x9b\x0a\xfb\x2c\xde\x90\x15\x94\x95\x94\x55\x54\x47\x25\x0f\x72\xbb\xab\x4b\xac\xad\x2a\xb9\x1a\x7c\x69\xf8\x16\x1d\x19\x54\xd6\x58\x9c\x55\xe0\x21\xa6\x9a\xd0\x26\xb5\x86\x2c\xf5\x31\xd5\xaa\x26\x94\xf6\xdb\x22\x37\x15\xe4\x84\xef\x29\xac\xec\x0e\xf1\x69\xd5\x62\x06\xb5\xef\x56\xad\xac\x15\xa9\xc1\xd0\x09\x81\x5f\x13\xe2\xba\x40\x5b\x81\xb0\x75\x3c\xd0\x70\xa6\x8d\x53\x8c\xd6\xcb\xaf\x15\xd0\xfc\x4c\xd6\x21\x0b\x4b\xe2\xc2\xad\x13\x1e\xa5\x26\xb1\xf1\xf5\xd7\xea\x79\xc2\x08\xdb\xdb\xc8\xdd\xee\x36\x15\x34\xc4\x4e\xbe\xf7\x35\x3a\xcb\x5a\x21\x6e\x74\xad\xf1\xf6\x57\x32\x0f\x3c\x79\xa8\x46\x86\x56\xad\x65\x5d\x1c\x91\xcd\x85\x39\x76\x18\x4b\xce\xbe\x56\xb9\xe6\x2f\x9d\xff\x0b\x0f\x0f\x32\x50\xfc\x12\x33\xb1\xf2\x26\xbf\x36\xa6\x1d\x8b\xea\x8c\xfc\x95\x72\xfb\x44\x9d\x63\x8f\x39\xb6\x5d\x5d\x2b\xda\xef\x46\xed\xdb\x6a\xc8\xa0\xa6\x56\xf2\x1a\x9d\xbf\xa6\xb5\x79\xa6\x52\x8a\x35\x18\x9b\xb5\x50\x8b\xe0\xdb\xaa\xf5\x11\xab\x08\xd2\x4a\x11\x3c\x85\x6e\xd4\xad\x6b\xe0\xbc\xa6\x4c\xf3\x9a\x94\x16\x95\x3a\xbe\x92\x06\x3f\x08\x48\x9d\x36\xaf\xd6\x9a\x25\x1d\x95\x51\x56\x99\xf0\x07\x2e\x95\x35\xee\x95\xb5\x1c\xac\xff\xae\x46\x5b\x59\xeb\x53\x65\xad\x4f\xd9\x13\x16\x65\x55\xee\x61\x64\x29\x6b\x75\x29\x6b\xf4\x97\xb5\xf8\xcd\x8a\x4e\xee\xc5\x22\xec\x3b\x69\xaf\x86\xe5\xb0\xfe\x54\xe2\x55\xec\xe8\xf7\xf1\x6b\x0e\x5e\x8d\x66\xab\x9d\x5a\xf8\xae\x27\xec\x55\xe8\x17\x9e\x8a\xe3\xd7\x8a\x5b\x65\x62\x85\x36\xad\x09\x49\x5e\x23\xbe\x59\x8b\xe9\xd7\x3a\x51\x59\xeb\x44\x42\x7b\x5a\x4b\x64\x35\x90\x5f\xab\x65\x9d\xde\xe0\x98\x68\x5f\x4b\xd4\xaa\x95\xe4\x5e\x55\x74\xd5\xf8\x1a\xb3\x4e\x7d\x43\xa8\x5f\x55\xfa\xe1\x0b\xeb\xbd\x5a\x4c\xdb\x79\x72\xf9\x0d\xac\x82\x16\x76\x97\x35\xb1\x6e\xd2\x2f\x02\x41\xc7\xd1\xb5\x85\x9f\x9a\xf9\xa0\x1c\xbd\x1a\x55\x9e\xc4\xb7\x46\x66\xa3\xd6\x30\xad\xda\x08\xbc\xaf\xf9\x7b\xd5\xf7\x81\x9e\x00\xbf\xc9\xf3\x10\xbf\x79\x64\x9e\x7b\x0b\xa9\xc6\x3c\xaf\x56\xe9\x56\x2d\x91\x65\x4c\x59\x8b\xdf\xa8\xc5\x77\xbd\xb2\xc6\xa4\xa6\x1d\xe9\xfe\x30\x7f\x5b\x09\xdb\x44\x65\x35\x60\xdb\x99\xd3\x81\xf0\x46\x8d\x91\xcd\xbf\x7b\xd6\xdf\x3d\xeb\xef\x9e\xf5\x77\xcf\xfa\xff\x46\xcf\xb2\xc4\x37\xf1\x9f\xeb\x5a\x36\x55\x03\x7f\xdb\xb7\xea\x86\xc7\xdf\x3d\xec\xdb\x1e\xe6\xd5\xa6\x1e\xff\xc7\xbb\x98\x95\x87\x07\xf5\xdf\x74\x31\xef\xff\xa9\x2e\x46\x4b\x13\xb3\x57\xcf\x9e\x0e\x15\x82\x64\xe5\x9a\x6e\x62\xc8\xe2\xe3\xf6\x46\x5e\x5b\xee\x6e\x22\x4d\xaa\x65\xfd\x95\xeb\x00\x7a\x5e\x1d\xfb\xad\xc6\xa8\x53\x9d\x4b\xdc\xa6\x7e\x3b\xac\xa3\xd9\xd9\x4c\x2e\x8b\x5d\xfb\x5a\x8e\x85\xb1\xb1\x5b\x2e\xb6\x5d\x4a\xb7\x61\xd9\x97\xb0\xb2\x02\x00\xb6\x95\x1c\xc4\x6e\x85\x7c\x55\xad\xcb\xd9\x8e\x71\xf4\x09\x8f\xcb\x6c\x87\x32\xe5\xad\x78\xf3\x46\x32\x69\x93\xcb\x6e\x6f\x66\xca\x73\xdb\xbd\xe9\x0f\x38\xc2\x70\xe8\xb6\xde\x73\x23\x21\x25\xed\xcd\x5d\x75\xa9\x30\xb3\x7e\xb9\x8d\x5d\x20\xc7\xb6\x37\xa8\x7c\x94\x10\xcf\xc6\xb6\x5b\x08\x4d\x53\xf7\xb3\x39\xf8\x74\xf0\xeb\x0f\x98\xc5\xfd\x18\x0a\xf3\x6b\x5a\xcf\xc6\xf3\x6d\x49\x39\x86\x7b\xba\x76\xbc\xb4\x3b\x86\x07\xe1\x96\xe6\xec\xbc\xea\xea\xa1\x18\xcf\x9d\xaa\xea\xee\x75\x28\x8a\xa5\x02\x0e\xf7\xe4\xc9\xe8\xd2\x44\xcb\xc3\x23\xf9\x1e\x51\x8a\x2c\x7a\x6d\xf3\x8c\x33\xf0\x28\x30\x3b\x7c\xe0\x98\x3d\xe3\xca\xb1\x5b\x17\x3e\xb6\xcd\xb9\x8b\xd1\xc0\x07\xae\x0c\x4b\x08\xb5\xcd\x92\x16\x08\x1e\x06\x26\xa7\x17\x74\xbb\x47\x76\x4b\xb2\x41\x6e\xf4\x92\xef\xb6\x39\xa5\x14\xa1\x69\x4c\xff\x0e\x7c\xf4\xcd\x5e\x5f\x82\x2f\x97\x8a\x5b\x78\x6e\xb6\x66\x04\x57\xbe\xc9\xcc\xa5\xdd\x96\x91\xe3\x0d\x23\xb7\x78\x22\x47\x67\xce\xcd\xb3\x19\xc3\xdc\xc6\x91\x6d\x3a\xbf\x6b\x9f\x08\xe2\x9a\xd8\x82\x7d\x74\x2b\x93\x54\x6d\xb2\x7b\x78\x78\x1d\xb9\xda\x78\xb1\xa4\xd9\xeb\x3e\x9d\xea\xa0\x45\x59\x8b\x5d\xd6\xce\x93\xd5\xfd\xbd\x8e\xf3\x3f\xec\x2c\xe5\xfa\x08\x35\xe0\xc9\x3e\xd9\x21\x37\x4b\x87\x5d\xd2\x8c\x3e\x53\xe3\x7d\x97\xbf\xa9\xde\xf1\xae\xc7\x6c\xb9\xeb\x71\xae\x11\x4d\xf5\x38\xb7\xbd\xb0\x63\x37\x59\xed\xbb\xcb\xb6\xce\x49\x85\x8c\x66\xaa\x15\xe3\xbd\x3e\x96\xb5\xa8\xf2\xa1\x2a\xfe\x4a\x42\xdd\xf8\x22\xdf\x89\xb1\xd7\x8b\x1c\x37\x0f\x9c\xcd\x2b\xa0\x84\x48\xd5\x62\x5a\x2d\x57\x3d\x7b\x61\xdf\xf3\xf1\x64\xd7\x7a\x5f\x81\xd9\x1d\x72\x48\xe4\x70\xe3\xbe\x56\xfa\xbe\xba\xaa\x75\xc8\xd9\x8a\x4c\x4b\x3b\xec\x4f\xab\x45\x3b\x55\x4c\xaf\x8a\xd9\xa9\x42\x2d\xfa\xa3\x0b\xad\x36\xf2\x0e\xdc\x4b\x2b\x94\xf9\x41\x75\x3d\x63\xaa\x86\xb5\x3b\x71\x6e\xc3\xd4\xbe\x09\x63\x97\xfb\xe8\xa8\x44\x0a\xe1\x71\x50\x1d\x95\x11\x46\x77\x2a\x12\xf3\xaa\xa9\x0e\x04\x79\x15\x76\xbd\xa9\x3d\x82\xad\x60\x26\xbb\x02\xa7\x11\x3d\xdf\xc4\xd0\x93\x53\xf2\xad\x6a\xd8\xeb\x56\x1b\xa1\x49\x75\x91\x69\xca\xac\x69\x9b\x44\x4e\xf3\x35\xcc\xe9\xe5\x12\x81\xf4\xc3\x0f\x28\xfa\x6d\xb3\xff\x3d\x4e\x69\x60\xde\x8f\x40\xa5\x34\xbb\xb7\x67\x52\x7c\xd4\xe1\x4f\x98\x51\xe7\x11\xf6\x78\x66\x4e\xe9\xe7\x1f\xa3\x96\x7a\xa3\x3f\x40\x2d\x2d\xe8\x13\x6a\x69\x41\x35\xd4\xd2\x82\xea\xa8\xa5\x05\xd5\x51\x4b\x0b\xaa\xa3\x96\x16\x54\x43\x2d\xdd\x7f\x8b\x5a\xea\xff\x01\x6a\xa9\xff\x47\xa8\xa5\xfe\x1f\xa1\x96\xfa\x7f\x84\x5a\x9a\x61\x1d\xb6\xb4\xfc\x15\xb6\x34\xf8\x06\xb6\xd4\xff\x23\xd8\x52\xff\x57\xd8\xd2\x15\xd5\x60\x4b\x33\x5d\x87\x2d\x6d\x7d\x07\x5b\xda\xfa\x0e\xb6\x34\xa3\xef\x61\x4b\xbd\x1a\x6c\xa9\x8f\xe6\xa4\x13\xd6\x10\x4b\x17\xf4\x87\x88\xa5\xe1\x65\x08\xf7\x66\x64\xe0\x91\xbf\x88\x4c\x68\x01\x4c\xcb\x1a\x80\x69\xeb\x2b\x80\x69\x42\xbf\x00\x98\xee\xfe\x18\xc0\xb4\x38\x02\x98\xe6\xff\x24\x80\x69\xf9\x5b\x00\xd3\xfc\x77\x00\xa6\xcd\x3f\x03\x60\x9a\xd0\xf7\x00\xa6\x79\xff\x5f\x05\x30\x2d\xf5\x77\x50\xa5\xfb\xf0\x3b\xdf\xbc\xfb\x1d\x80\xe9\x2a\xfe\x04\x60\xba\xff\x13\x00\xa6\xad\xaf\x00\xa6\xfe\x17\x00\xd3\x7d\xa1\xff\x5b\x00\xd3\xdd\xb7\x00\xa6\x8d\xaf\x28\x51\x8d\x2f\x98\x4f\x8d\x5f\x30\x9f\xbe\x8f\xf1\x47\x29\xbc\xdf\xa3\x44\x15\xbf\xa0\x44\x15\xbf\x20\x31\x15\x5f\xd0\x9b\x7e\x17\xe3\xaf\x4e\x53\xfe\x12\xe3\x77\x3e\x47\x94\xa8\x40\x50\xa2\xf2\xc3\xe3\x80\x0e\x25\xaa\x79\x44\x73\xfa\x4f\x7d\x7a\x47\x3c\xa8\xdf\x7e\x1e\x01\x4c\xbd\x2f\x38\x62\x35\x18\xa7\x6f\x83\xfe\xad\x88\xfe\xa7\x20\xff\x1b\x00\xd3\xe2\x5b\x08\xb3\x94\xbe\x08\x67\x4a\x9f\x45\xcd\xba\xeb\xa2\xf6\x7d\x8c\x3f\x4a\x11\xfc\x5e\x38\xbd\x5f\x84\xd3\xfb\x45\x00\xbc\x2f\x42\xf3\xbb\x18\x7f\x75\x1a\xff\x97\x18\xbf\xf3\x39\x0a\x67\x42\x2c\x9c\x05\xb9\xa3\x6c\x95\x70\xb6\x8e\x42\xf4\x9f\xfa\x0c\x8e\x62\xf8\xdb\xcf\x03\x84\x59\xf0\x09\xc2\x2c\xf8\x24\x2e\x41\x5d\xae\xbe\x0d\xfa\xb7\x22\x36\x3e\x05\x35\xbe\x81\x85\xfc\x5b\x52\xff\x96\xd4\xbf\x25\xf5\x6f\x49\xfd\x5b\x52\xff\x0a\x49\xf5\xfe\x96\xd4\xbf\x25\xf5\xff\x0a\x49\x2d\x7f\x0f\x60\xba\x30\x3b\x7a\x84\x5c\x2f\xcd\x05\xde\x7c\x0f\x62\x9a\xb8\x85\xe9\x23\x88\x69\x46\xb5\x95\xc5\x6f\x40\x4c\x77\x9d\x23\x88\xe9\x2a\x54\x07\x10\xd3\xac\x77\x00\x31\x6d\x7e\x02\x31\x6d\x51\xc3\x7c\x4c\x96\x08\x29\x5d\x98\x36\xfe\xa8\x70\x4c\xb3\xce\x17\x1c\xd3\x22\xfe\x16\x62\xd3\xaf\x81\x92\x36\x3b\x5f\xb0\x3f\x7b\xdf\x26\x49\x7b\xc7\x24\xd9\x97\x24\x7f\xa2\x94\x7f\x01\x2d\xf5\x5f\x28\x25\xf9\x92\x24\xfb\x3e\x49\x59\x4b\x12\x7c\x85\x3e\xfd\x3e\xc9\xee\xdf\xab\x4b\xf3\xf2\x88\x63\xba\xa7\x86\x5e\x0b\x8e\xe9\x89\x19\x1f\x80\x4c\x67\x16\xc8\xb4\xf8\x16\xc8\x74\x61\xda\x9d\x11\x4b\x5b\x5f\x55\xc9\xb2\xce\x27\x0c\x53\xbf\x8e\x61\x9a\x7f\xc2\x30\x2d\xfe\x08\xc3\x34\xff\x53\xd8\xa0\xbb\x5f\xb0\x48\xff\xc7\xd2\x05\xff\x62\xba\x8c\xfe\x04\x86\xe9\xea\x18\x9f\x12\x73\x12\x0f\x20\xb0\x07\xf9\x5d\x8a\x38\x86\xf2\xf2\xe0\x6e\x21\x3d\x6c\x10\x66\x61\xff\x16\x1a\xf2\xfe\xab\x87\x6d\x1d\x4d\x80\x02\x7d\x27\x88\xa7\x23\x05\x24\x3e\x5f\x11\x4f\x1b\xa6\x7d\xbd\x46\x78\x6c\x6b\x9a\xfc\x87\xd0\x4e\x83\x23\xda\xa9\xff\x15\xed\x34\xa7\x40\xbf\xa1\xac\xd2\xad\x48\xc0\x87\x3c\xdd\x44\xa0\x73\xbd\x0e\x8f\x78\xa7\xbe\xbe\x1c\x03\xa9\x20\x6c\x21\x8c\x4f\xcc\x6e\x7c\x03\xcd\x3f\x06\x3c\xf5\xbe\x07\x3c\x5d\x84\x16\xf0\x34\xd0\x1b\x1a\xc3\xb4\xad\x0b\xba\x84\x6c\x70\x04\x3c\xcd\xf4\x57\xc0\xd3\x9d\x0e\x74\x5b\x00\x4f\xdb\x3a\x31\x13\x98\x05\xfa\x54\x8f\xa1\x30\x6d\xbd\xfb\x04\x78\x9a\xd0\x3f\x0f\x78\x9a\xd1\x3f\x01\x78\xca\x91\xff\x34\xe0\x69\xf9\x3f\x03\x78\x9a\x74\x3f\xaf\x01\xa6\xf4\x57\x00\x9e\xa6\xf4\x97\x01\x9e\x06\xdd\x03\xe0\x69\xeb\x33\xe0\xa9\xff\x3d\xe0\xa9\xf7\x27\x00\x4f\x0b\xf3\x15\xf0\xb4\xf5\x5b\xc0\xd3\x95\x43\x75\xf9\x63\xc0\x53\xbf\x0e\x78\xba\xa2\x1a\xe0\xa9\xbd\x04\xf8\x67\x00\x4f\x77\xff\x14\xe0\x69\x42\xff\x2e\xe0\xe9\x82\xbe\x05\x3c\x9d\xfd\x8f\x03\x9e\xee\x3a\x47\xc0\xd3\x2c\x3c\x00\x9e\x16\xdf\x03\x9e\xd2\xb9\x51\xe0\x70\x4a\x0f\x88\xa7\xe2\xe9\x69\xbd\x0b\x7f\x87\x79\x1a\x58\xef\xbc\xc2\x3c\x2d\x42\x87\xcd\xb8\x77\x80\x9b\x5f\x30\x4f\x17\xda\x62\x9e\x96\x7f\x88\x79\x1a\x74\x04\xf3\xd4\x5d\xba\x8c\xd4\x2c\x86\x47\xb5\xc6\x12\x21\x0d\x55\x81\x6f\xf6\xf9\x2c\x39\x0d\xb1\x8c\x87\x90\x87\xee\x45\x93\x8e\x01\x0a\x1b\x03\xc1\x7b\x30\x27\xd2\x0a\xa1\x03\x84\xe9\x28\xa0\x9b\x0b\x52\xd0\xb0\x68\xa7\xcd\x50\xae\x74\xeb\xb0\xe8\xaf\x04\xb8\xf4\xe4\x08\x76\x1a\x06\xcc\x9a\x7b\xeb\x75\x40\x80\xe1\xf1\x87\x42\x8f\x83\x76\x68\xce\x38\xec\xf1\x00\xef\x52\xdb\x75\x1c\xb9\x2d\x4d\x2d\xdb\xcf\x9a\x07\x76\x8b\x8e\xda\xec\x98\x0b\xe6\x45\xd6\x21\x16\xb1\x99\x63\x59\x93\x1c\xcb\xf2\xe9\x81\x65\x91\xb4\x89\xc3\x32\x45\xeb\xa6\xcf\xd0\xa6\x89\x49\xf0\x63\x44\x90\x19\xf3\xd6\x5d\x93\x3b\xec\xb2\xd0\x61\xde\x4d\x08\x56\x03\x01\x2f\xfd\x84\x64\xea\x59\x24\xd9\x64\x85\xe1\x2a\x0a\x81\xcc\x7b\x54\x32\xcf\xc3\x22\xfa\x40\xf7\x64\x56\x26\x1b\xe9\x5e\x75\x6e\xbd\x17\x82\x17\xa9\x81\x40\x0a\x8c\x9d\xe0\x05\xd6\x5a\xb1\xbb\xc8\xa1\xdb\xdf\xad\xe1\xaf\x18\x89\xdd\x61\xae\x9b\x8f\x71\x68\x71\x73\x57\xbd\x63\xa2\xc2\x1c\xa1\x4d\x3d\x0b\x41\xdb\xec\x4a\xa3\xec\xe4\x9e\xfd\x0a\x6d\x1f\xe9\xb9\x1d\x95\x55\xa7\x8e\x6a\x8a\x3a\x5a\x13\x4c\x3f\x41\x9c\x7a\x62\x90\xcb\xed\x60\xdf\xdd\x3f\x38\x3c\x07\xd4\xb1\xc0\x99\x82\x69\xfa\x68\xf1\x37\xc9\xb4\xc3\x3d\x41\x42\x61\x19\x5a\x1c\xcd\x9e\xe2\x7a\x8e\xab\x1b\x4c\x59\x57\xde\xdf\xd1\x35\x40\xd2\x47\x07\x3e\x3a\x73\x8d\x95\xa2\xf3\x18\x39\x8f\x45\xe5\xb1\xa8\xe0\x49\xc9\x79\x64\x15\x1e\x6a\x82\x0e\x20\x75\x85\xce\x27\x8b\x74\xd1\x8d\x21\x91\xc3\x16\xfb\xae\xd0\x71\x65\xd1\x39\x4b\x6d\xd1\x39\xc9\x82\x73\xfa\x68\x9d\x7e\x0d\xc7\x74\xe7\x80\x3b\x5b\xc3\xb0\x8c\xdf\x44\x52\x3e\xe2\x3d\x41\xb3\x1b\x36\xd8\x5d\xc1\xd9\x9a\xe7\xde\x82\xe7\x1e\x16\xde\xd3\xb7\x9d\x8b\xfb\x5e\x7f\x8f\xd0\xea\x5b\x40\xcf\x7c\xa8\x9e\xe3\x6b\x07\x34\x37\x56\x29\x2a\x58\xf5\xd5\xc8\x40\xf9\x43\x2d\xd0\x40\x4b\x40\x0e\x76\x57\x4c\x63\x86\x82\x09\xdb\x8c\x05\xdf\xb5\xd9\x67\x6e\xf9\xd7\xfc\x6b\xef\x5b\xc8\xe3\x01\xd2\x2f\x7c\xe9\x7f\x7b\x63\xeb\x34\xb3\x00\xa4\xf6\xa9\xf3\x91\xdd\xca\xb4\x21\x2b\x87\x4d\x5a\x7b\x91\x61\x6a\xc1\x4e\xc7\x36\xa0\x88\x6c\xc4\xe4\xd2\xf2\xc1\x3b\x82\x96\x2e\x7a\x5b\x4e\x48\x39\x42\xa9\x95\xde\xca\x95\x7b\x76\xb5\xb4\x7a\x61\x65\x91\x09\x3c\x63\x8b\xd4\x6d\x89\xd0\xec\x0a\xba\x69\xd9\x57\xf6\x11\xfd\x89\xa8\x1f\xf6\xf2\xd1\x22\x9c\xde\x1c\x10\x4e\xf5\x7b\x2f\x04\xa2\x20\xda\x73\x3f\xd1\xed\xe8\x0d\xc1\xef\x46\xa3\x18\x1a\xfa\x15\x03\x36\xa9\x9a\xf1\x0e\x5f\x6e\x4f\x11\x82\x09\x6d\xd9\xb8\xeb\xab\x47\x05\xf9\xc0\xa2\x30\xfa\x43\x87\xbb\x98\x5c\x6e\x71\x74\xd6\x17\x0c\xdc\xcb\x96\x86\xc5\xc8\x82\x36\xa6\x7d\x87\x12\x59\x21\xa1\xfa\x63\x45\x67\x7d\x98\xbd\xe1\xce\xcc\x04\xea\x4f\x60\x49\x0b\x54\xf7\x6f\x1d\x77\x12\x90\x04\x05\x32\x73\xd0\x94\xb4\xc5\x9f\x31\x3c\x0a\x62\x6a\x5e\xc5\x9f\x57\xb0\xa6\x16\x4e\xd5\xc2\x8c\x2e\x2c\xb0\xe8\xce\xa2\x7c\xd2\x16\x47\x17\x1a\x12\xb4\x14\x91\x25\xa8\xd5\xb5\x04\x91\xcb\xc8\x41\x72\x5a\x9c\xd4\xa5\x86\x64\x60\x71\x3e\x9b\x64\xf1\x2b\x49\xe5\x4c\xef\x58\x6d\xc9\xeb\x43\x3a\xb4\x68\x96\x89\xd6\xb3\x50\xd6\x8e\x04\x04\xca\x56\x86\x3e\x41\x4d\x66\x64\x21\x61\x1d\x43\xc8\xe5\x3f\xe3\x72\x17\x1a\xf6\x46\x3d\x0a\x6c\xab\xd0\xea\x50\x4d\x7d\x12\x2e\xcc\xd4\x38\x62\xe1\x1e\x85\x07\x58\x57\x66\xd4\x05\x3d\x70\xe6\x2d\x9a\x09\x92\xe0\xef\x51\x51\x67\x96\xf4\xe6\xa0\x0e\xd4\xba\x20\x4b\x57\x40\x7b\x7c\x35\x0f\x87\x16\x20\x47\xd0\x01\xbe\x73\x8b\x23\xa6\xc1\xb2\xd4\x33\xc2\x1e\x17\xb8\x30\x15\x30\xe7\x25\x8f\xb6\x23\x03\x49\xe8\xda\x97\xf6\x78\x46\x02\x74\xc8\xe4\xda\xe6\xfe\x05\xa8\x74\x66\x73\x19\x5a\x8c\xce\xa6\x05\xb2\x0d\x1c\xfb\x5a\x54\x83\xc6\xb5\x78\xba\x99\x6b\xd8\x80\x6a\xc9\xb3\xae\x25\xc2\xfb\x0c\x0f\xda\x32\x96\x92\xd5\xa5\x93\xb4\xfc\xca\x16\x53\xda\x62\x3c\x57\x8c\x43\xe0\xdd\x61\xad\x9c\xc4\x95\x53\xf6\x6c\xd6\xfe\x17\xe4\x51\x97\x75\xb3\x42\x19\xfd\x44\x4f\x32\xf8\x4b\xaa\xe3\x3b\x18\xd8\x99\xc3\xa1\xfd\xb5\x3a\x3a\x35\xd2\xc3\x04\x75\xb4\x85\x7b\x7c\xc8\x49\x04\x64\xb6\x95\x21\x9b\x8b\x98\x49\x71\x8b\x50\x50\x24\xe9\x0d\x3b\x33\x96\xb8\xee\x83\xdc\x93\x97\x33\xb9\x02\x5c\x60\x11\x22\x86\x3c\x86\x0c\x14\x78\x13\x01\x93\x4c\xaf\x76\xd8\x7f\x80\xd2\x16\xe0\xdb\x0c\x0b\xcc\x71\xa5\x53\x2d\x52\xce\x05\x05\x3d\x41\xe7\x2c\xc2\x1a\x78\xea\x4c\xbe\x4b\x8b\x05\xda\x1a\x49\x6e\x8d\x4b\x01\xbb\x6c\x92\xde\x60\x08\x9e\xc5\x4a\xfd\x86\x29\x89\x75\xf8\x5d\x21\xb3\xa8\x0e\x2e\x57\x6f\xe5\xed\xe5\x64\x57\xd3\xe6\xe9\xdb\x3c\x0b\x11\xe8\x9d\x43\xd0\xcc\x51\xc8\x9e\x59\xaa\xe9\x2b\x5b\xac\x7b\x66\x9d\x7b\xcb\x18\x77\x28\x36\xac\xc3\x6b\x52\x0d\x5d\x73\x31\xac\x83\xa6\x5a\xf0\xce\xd4\x41\x6d\x96\x24\xe0\xaf\x85\xe5\x52\x6a\x2b\x14\xd8\x4a\xec\x62\x61\x87\x27\x60\xa5\xfe\xa5\x64\xb2\x1a\x3b\x84\x4f\x47\xee\xce\xa6\xc8\x2a\xbe\x92\xa5\x6c\x66\xe9\xf4\x9d\x33\xb5\x39\xed\x24\xa7\x9d\xcd\xa9\x75\x5d\x6f\x9f\x95\xab\x69\xe6\x6a\x4a\xb5\xf6\xcf\xfb\x92\xda\x82\xa6\xba\xf6\xc8\xae\xff\x3a\x3a\x1a\xe6\x02\x67\x50\xd2\x89\x49\xa2\x47\x77\xe2\x20\xc7\x86\x79\x8e\x7e\xc2\xcc\x7a\x7a\xb4\xc3\xd7\xf0\x9d\x5b\xe2\x15\x77\x61\xc1\x4d\xe1\x7c\x66\xce\x23\x0f\x77\xd8\x36\xaf\xc4\xcd\x71\x1b\x83\x17\x3e\x5c\x84\xac\x31\x66\x49\x27\x06\x7a\x78\xee\x44\x30\x93\xef\xd6\xe0\x15\x77\xd3\x00\xa1\x79\x9d\xe2\x66\xf6\xca\xf3\x5c\x81\x12\xcd\x2c\x46\xcc\xf1\x55\x11\x79\x37\xd1\x5a\xc3\x2d\x1a\x9a\x08\x68\xd0\x8d\x61\x36\xec\x44\x72\x9e\xd7\x40\x16\x8d\x7e\x0c\x59\x71\x5b\x5c\x51\x16\xcd\x99\x7c\x37\x07\x82\x5e\xe3\xb0\x44\x77\x58\x03\x13\x25\x7d\x4a\x43\xf0\x86\x3b\xdd\xbd\x05\x8f\x5e\x75\x8a\x13\x58\xd1\x12\x1f\xd8\x42\x5f\xe0\x1e\x15\xd0\x12\xdf\x50\xc1\xcc\xba\x4a\x79\x73\xaf\x70\xc7\xda\x7f\xdc\x87\x60\x41\x43\x67\x02\x13\x9a\x84\x16\x27\x54\x22\xed\x43\xbb\x88\xa6\x3e\x3d\xf0\x6c\xe7\x56\x83\x5f\x70\x48\x2d\xc2\x68\x39\xfc\xc0\xd5\xb0\x40\x28\xa8\x89\xaf\x97\xe7\xe8\x8e\x53\x8b\x59\x32\x3f\x4e\x9e\xec\x0a\x41\x61\x31\xa0\x17\x46\xcf\xaa\x8b\xf5\x7b\xf3\x81\xa9\x40\xf8\xcc\x2a\xc0\xcf\xac\x7a\x3a\xf7\xa7\x30\x34\xc1\x88\xcd\x14\x66\x72\x62\x5d\x29\xaa\x25\xca\x3b\xc0\x25\x09\xc8\xe3\xe1\x79\x98\x84\x07\x21\x49\x55\xb8\x47\xf0\x51\x0c\xa5\xab\xf0\x30\xa9\xe3\xda\x44\x1f\xb8\xea\x35\x11\xa6\x0e\x30\x34\xd7\xea\xb6\x7a\xa1\xc7\xbe\xfd\x92\xea\x53\x0c\x06\x05\x42\x83\x9a\x78\x3a\x78\x45\xb8\x17\xf0\xd0\x56\x75\x66\xb2\xb2\x7c\xd3\xea\x4c\x78\x4a\x11\x78\x24\xcf\x8e\x97\xf2\x40\x55\xab\x63\x3e\xc2\x18\x52\x1d\xae\xba\x0a\xc8\x6c\xbb\x15\x84\x84\x83\xc2\xb0\x13\xa0\x96\xd8\x5f\x6d\x99\x4f\xf9\xa1\x54\xe7\x3e\x3c\x82\x83\xce\x42\x41\xc3\xb2\x80\xac\x3d\x1f\x61\x41\x0d\xb3\xbe\x5e\x23\xec\x42\xcb\xde\x57\xdd\x88\x2e\x81\x76\x7a\xc1\x5c\x7c\x7c\xd5\xef\xf4\xe2\x26\xdb\x4d\xdc\xe9\xbd\xa0\x6d\xbc\xea\x0f\xf6\x1d\xa9\x14\x0d\xcc\x77\xfa\x23\x1a\xb1\x67\xd9\x9d\xc0\x4a\x73\x5b\x3b\xac\xc6\x9d\x2e\x39\xfe\xfc\x55\xbf\xd9\xc7\x27\x5f\xec\xfb\x62\x25\x1a\xc8\x69\xa7\xdf\xa3\x01\x2c\xcc\xab\xf6\xa3\x6b\x8e\x7c\x1e\x5d\xc1\xc8\xba\x4a\xdc\xe9\x8f\x78\x0c\x7b\x7a\xd5\xad\xf8\xd2\x2d\xcb\x27\xb5\xd3\xc2\xf6\x19\x98\x04\x77\xfa\xa2\x37\x66\xdd\xa1\x17\xfd\x09\x8c\xe5\xd5\x7b\x15\x1b\x18\xd5\xa3\xee\xf4\x7b\x7f\x0c\x4d\xbd\xd6\x34\x81\xe9\xc1\x88\xf5\x2a\x94\x4b\xfb\x10\x46\xe7\x30\x17\xaf\x8e\x51\x37\xe5\xb8\xae\xac\x70\xe6\x02\x33\xe9\x5d\xb3\x6c\xcf\xd4\x60\xe8\xde\x1b\xb6\x4f\xe6\x90\x45\xaa\xe6\x74\x3d\x79\xa3\x55\xcb\x9b\xa2\x9d\x1a\xa0\xf5\xb5\x1c\xd1\x95\x27\xcd\xd6\x78\x59\x4d\x58\x9a\x5a\x40\x43\xa7\x82\x19\xea\xd0\x4e\x56\x48\x21\xdc\x5b\x14\xd1\x15\x9a\x10\x6e\xd7\xf8\x64\xa0\xc7\xf6\x69\xaa\x57\x98\x63\x68\x5f\x8f\xac\xf4\x03\x39\xfc\x2a\x2b\x3d\xa5\x51\x63\x81\x5b\xd2\xa1\x43\x3d\x72\x4f\x06\xc9\x8b\x42\xc3\x03\x06\x91\x7d\x9a\x55\xdb\xf5\x05\x9e\x1e\x5e\x29\x1f\xed\x93\xf7\x52\xad\x38\x84\x2b\x66\xf1\xdc\x4e\x4f\xdd\x73\xae\x55\x85\xe6\x07\x54\x85\x85\xac\x96\xe7\xee\x91\x23\x7b\x85\xbd\x7a\xfa\x4a\x30\x9e\xc2\xea\x4d\x36\x7b\xfd\xa7\x65\x2c\x06\x69\x81\x6b\xc1\xb6\x12\xb8\x8f\x06\xaa\x27\x05\x49\xb8\x42\xbf\x5b\xa9\x06\x5a\xe3\x45\xd7\x62\x96\xb6\xba\x0a\x82\x21\x13\xf6\x68\xdf\xc1\x35\xea\xf0\xf4\x9d\x9c\x86\xa6\xd7\x38\x3e\x00\x84\x75\xab\xcb\xeb\x74\x54\x19\xf6\x9a\x8a\x3d\xcc\x5d\xdc\xa8\x2b\x03\xfb\x67\x69\xd1\xd5\x98\x7b\xc5\x4e\x4e\x70\x3f\x6e\x30\x52\xd0\xec\x64\xc8\xf3\xdc\xd8\x3e\x45\xbd\xc1\x35\xeb\xc1\x0c\x13\x64\xde\x6d\xf0\x19\x65\xaf\x8f\x27\x49\xb1\x20\x90\x4d\x05\x43\x94\x36\x28\x47\x66\xc5\x91\x46\x16\x50\xd4\xff\x91\xe1\x4a\x87\xdc\xbd\x46\xc2\xc5\xc3\xd9\xc8\x74\xc0\xad\xd0\x28\x70\x83\x6d\x13\x42\x73\x90\x61\xa3\x1b\xc3\xd8\xe1\x8d\x36\xe7\x15\xde\xe8\x27\x84\xd1\xd2\x39\x17\xa1\x83\x18\xcd\xb5\x83\x18\xdd\x3d\x93\xba\x0d\xa1\xf5\xd3\x42\x8c\xee\x74\x86\x45\x2f\x96\xa9\xeb\x59\x1c\x39\x82\x57\xba\x34\x27\xc4\x3a\xef\xc3\x04\xb2\x3b\xcb\x73\x52\x9d\xe3\xc7\xf1\x9d\xe4\x4c\xc7\x03\x78\x94\x27\xd8\x3f\x4c\x83\x62\x08\xa8\x34\xa7\x14\x01\x7d\x98\x26\xc5\x6e\x85\x64\x67\x23\xdb\x90\x04\x3f\x8c\x87\xb1\x40\x61\xbe\x61\xe8\xde\x91\x2b\xe4\xa6\x41\x03\xdb\xb8\x7f\xda\x11\x4f\xcf\xe4\x1d\x17\x0c\xf0\xf5\x41\x80\x49\xdb\xb8\x7b\xd8\xc9\x34\xfe\x2c\xbc\x61\xe9\xf5\xc2\x29\xa7\x4d\xcc\x15\x04\x77\x01\xbe\xfd\x6c\x8b\xfe\x0e\x2b\x85\x92\x88\x54\x66\xf2\x6c\x66\x23\x6c\xe3\xe2\x71\xc7\x33\x9c\x00\xb7\x0f\x1b\x82\xfd\x0e\x55\x93\xaa\x8b\x1b\xb2\x2d\x58\xba\xcf\x26\x2b\xee\x85\x3c\x9c\xe8\x61\x1b\x9b\x77\xbe\x00\x10\x9e\xdc\xc9\x14\xa0\x8d\x8d\xbb\x26\x41\x6a\x02\x6c\xdf\xb6\x49\x8e\xf0\xbb\x3e\x5d\xba\x4f\xb9\x08\xd0\xc6\xd5\x7d\xd3\xc2\x26\x9e\x71\xca\x0c\x1d\x26\x69\xe6\xda\x35\xc0\xe5\xfd\x29\xc1\x54\x80\xbe\xc9\x05\xe6\x15\x60\xe9\xbe\xc2\x34\xdd\x57\x20\xa5\x41\xe7\x47\xbb\x67\x20\xa0\xfb\x5d\x2f\x86\xa9\x60\x95\xfa\xd1\x7d\xde\x0f\x61\xdf\x53\x29\x0e\x5d\x4f\xd8\x53\x1b\xf3\xeb\x1d\xc1\x3c\xc0\xf5\xf5\xab\x00\x36\xae\xd8\x9d\xa2\xf3\x48\x1d\x78\x69\x40\x2d\x5c\x69\x6e\xb3\x2d\x6e\x2d\xe8\x68\x36\xe4\x01\x60\x8b\x9b\xa1\x81\x66\x68\xdd\xd3\x83\x9a\xdb\x53\xa2\x97\xa3\x31\x24\xf8\xac\x17\xa3\x09\xec\xb0\x8d\x8b\x3b\x56\xf2\xe3\x4d\xca\x4a\xdb\xa7\x1c\x5b\x43\x25\xd5\xdf\xdf\x0a\xf0\x56\xc3\x2c\x05\x86\x31\x93\x8d\x18\x3f\x7c\xd6\xfb\xcb\x4b\xf0\x87\xb2\x49\xb2\xea\xb4\x71\xdf\xb5\x30\xda\x55\x21\x56\xb1\xa5\xf6\x75\xc1\x5e\x80\x17\xa1\x6c\xc6\xb6\xb1\xd1\xdf\x91\xe0\x91\x6e\xfb\xaf\x04\x3e\x27\xed\x89\x8f\x48\xc4\xae\xa7\x9e\xef\xd7\x08\x5e\x3f\xc0\xd6\xf4\x0e\x56\x1d\xee\x44\x2b\x6a\x63\x5b\xcb\xd8\xa5\x9e\x79\xe8\xca\x64\xd9\xa9\xa5\x03\xcc\x6e\x2f\x1d\x38\x12\x6d\xf1\xec\x46\xc1\x63\x8e\xbb\x1b\x39\xc2\xcb\xad\xb8\xc5\x8f\x1b\xc5\x13\x40\xef\x46\xd6\x9b\xae\x14\xf8\x74\x00\x18\x4d\x6e\x95\xbb\x98\x41\x6d\x7c\x0e\x05\x50\x4e\xbd\xca\xbe\x82\x45\x30\xdd\xa1\x3a\x1b\xdc\x00\x8d\x5f\xae\x4f\x11\xca\x28\xc7\xd5\x5d\x08\x69\xc4\x44\xe5\x3d\x87\x49\x4a\xea\x79\x65\x5f\xa2\x55\xc9\x0a\x53\x12\x80\xce\xe7\xd1\x07\x81\xa7\xdb\x98\x70\x94\x05\x06\xd8\x1e\x9e\x11\x34\xc3\x36\x16\x43\xcf\x8a\xf0\xf3\xf0\x83\x65\xc5\x01\x96\xb6\x2a\xac\xce\x60\xe0\xc0\x3a\x29\xc0\x0d\x27\x4a\x46\x6d\x3c\xbb\x1f\x43\x29\x18\x98\x3b\x1c\x1b\x03\xb3\xfb\xe4\x3e\x16\xf8\xcd\x7b\xb6\xcb\xc6\x72\x55\xe9\xbe\xbc\x3f\x00\x73\xfe\x38\xbd\x37\xb0\xc0\xfb\xe6\x7d\x08\x3b\xeb\x22\x49\x23\x00\xab\xf7\x06\xa6\xae\x94\x1d\xa9\x93\xdb\x27\x66\x69\x7a\x37\x07\x72\x44\x78\xe4\x20\x44\xc7\xce\x63\xd5\xff\x06\xc3\x74\x41\xe2\x28\xe9\xde\xff\x11\x43\x81\x3f\xce\x7e\x08\x3a\xea\x8f\x21\xcc\xe4\xbb\xd0\x82\x65\xda\xa8\xb0\x4c\xb9\xc3\xbc\xf4\x99\x11\xd8\xc6\xac\x27\x2f\x6d\x8f\x9f\x5f\xec\x23\xcb\x39\x16\x0f\x02\xb9\xd9\x8c\x53\x79\x3d\xc9\x42\x7f\x52\x80\xde\xc3\x25\xe4\x0e\xdc\x34\xc3\xc9\xf5\x48\xba\xc1\xe2\x71\x22\x40\xb5\xef\x0f\x06\x52\xcc\xd1\x7b\xb0\xba\x47\x80\x4d\x73\x14\x60\xd3\xf4\x88\x80\xba\xbb\x6b\x22\x24\x0e\xe2\x34\xef\x59\x4c\xd3\x26\x09\xa8\xa9\x87\x93\x30\x94\x4c\xd2\x47\xb7\x3a\xe9\xa0\x4d\xc7\xcc\xda\x96\xac\x6e\x37\x74\x85\xef\xba\x88\x02\x5c\xc6\x1f\xd5\x73\xe8\x3b\x59\x7d\x5d\x60\x1b\x2f\x7e\x8e\xa1\x69\x02\x4c\xe7\x93\x23\x4e\xcc\xad\xa0\x9a\x1c\xd1\x44\x17\x38\x1e\x5c\x42\x42\x93\xe1\x08\x88\x3f\x47\xfc\x65\x7d\xc7\x39\x96\x73\x79\x2f\x2d\x76\x97\x00\xa8\x8d\xe7\x73\x01\x27\xae\x21\x90\xee\x25\x72\x03\x73\xdc\x3f\xb1\x4e\xff\x19\x41\xe9\x72\xf7\x8d\x03\x1a\x55\x37\x91\xdb\x7f\x6d\xe3\xe6\xa9\x27\xbc\xcf\x9e\x64\x11\xe1\xf8\x40\xe7\x78\xe8\x5e\x67\xde\x93\xc5\x2e\x15\xdc\xd1\xe2\xa8\x0e\x53\x8b\x41\x5a\x76\x24\xa0\xd4\xb4\x5e\xa0\x81\xbd\x5c\x31\x2a\xc5\x44\x28\x3b\xb2\x1b\x23\xc8\x50\x2d\xbd\xd0\x3b\x5a\x10\x14\xb4\xd4\xe7\x0e\xe1\xd2\x1c\x15\x74\x1c\x57\x80\x3c\xf6\x35\xea\x57\x1e\x40\xf7\x9d\x9d\x59\x71\x22\x5a\xea\x0b\xdc\x10\x4c\x17\xba\x85\x19\x77\xa4\x13\xf3\xa2\x59\xed\xe8\x06\x66\xd4\x87\xac\xb3\xd0\x17\xd4\x13\x88\x4f\xea\xc0\xff\x9f\xbd\x77\xef\x6e\x1b\x37\xfa\xc7\xdf\x0a\x9e\xec\xee\x37\xc9\x9a\x94\x75\xb7\xec\x74\x7b\x6a\x92\x92\x2f\xb9\xc7\x49\xd3\xb4\xee\xa9\x29\x12\x92\x18\xf1\x22\xf3\x62\x49\xd9\xd3\xdf\x6b\xff\x1d\xcc\x00\x24\x48\x82\xb2\x94\xdd\xee\xf3\xfc\x51\x65\x37\x91\x48\xcc\xe0\x3e\x98\x19\x0c\xf0\x19\x59\xe9\xd8\xfd\x2b\xef\x84\xbe\x99\x18\x23\x93\x55\xec\xef\x4c\x72\x23\x44\xa9\x99\x18\x9e\x29\x00\xa6\xe6\xd6\xd5\xdc\xd4\x3e\x2d\xac\xf7\xbe\xc9\xca\xdb\x35\xc4\xf6\x58\x6a\xac\x26\x4c\x2b\x4f\x8c\xbe\x35\xd1\x6e\x8e\x8d\x87\xf1\x8d\x16\x19\x37\x9f\xdf\x69\x5f\x3e\xfe\xed\xad\xd6\xbd\x38\x32\xb2\xc9\x3b\x01\xee\x99\x1a\xe1\xe4\x5c\xfb\x94\x18\xd1\x44\xe8\x92\x73\xb0\x00\x22\x7e\x2f\x92\x09\xc0\x07\x5f\x2f\x04\xe8\x31\x3a\xec\xb3\x97\xe7\x01\x22\x63\x9d\x1a\x63\xfe\x06\xb4\x4f\x26\xce\xe0\x66\xf0\xf3\xfc\x96\xca\x57\x70\x55\xd6\xdb\xb1\xd6\xbe\x58\x98\x6b\xb0\x6f\xb2\x8b\xb9\x39\x58\xf1\x6b\x94\xe1\x86\xcd\x00\x54\x59\xc4\x28\xdd\x9a\x23\x23\xc9\xc1\x17\x73\x94\xf1\x0b\xb0\x2d\xde\x8f\x73\x74\x51\xb8\xe8\x95\x5f\x90\x39\x1b\x73\xff\x2d\xcd\x75\xc6\xcc\x58\x98\xeb\x00\xb2\x1b\xcf\xcd\x0e\x40\x83\x06\xe2\x98\x22\x80\x94\x1e\x1b\x23\xeb\x4a\x0b\x38\x2e\xa9\x50\xbd\x2e\xc6\xfc\x9e\xbe\x35\xc7\x2f\xcd\xc6\xef\x26\x13\xcd\x41\x30\xd2\xb6\x55\xdc\x63\x8f\x48\x98\x0e\xea\x26\x0b\x33\xf0\x01\x10\xcd\x10\x38\xa4\xf3\x4b\xc4\x21\xed\xbf\x83\x43\xc0\x1c\x19\xf4\x0b\xc0\x4f\x62\xad\x10\x27\x0e\x18\x20\x70\x0d\x42\xc6\x14\x78\x94\xc3\xbf\x0a\x3c\x4a\x0f\x30\x49\x11\x0d\x78\x0d\x3a\x44\xdb\xc8\x51\x15\x8e\x26\xa1\x31\xb8\x7a\xa3\x6d\x3f\xb1\x9c\xd6\x02\xe0\x33\x34\x4e\x26\x80\x80\xcf\x7e\x6d\xc7\x80\x43\x6a\x8b\xd3\x6a\x10\x44\x74\x01\x67\x44\xc1\x25\x2d\x50\x33\xef\x1d\x8e\x9a\x89\xa7\x0c\xef\x39\xe0\x66\xf4\x21\x30\x82\xc9\x6b\x09\xf4\x9e\xf2\x5d\xca\x70\xf2\x46\x73\x10\x62\x34\x33\x11\x62\xd4\x29\x15\x80\xe2\xaf\x3e\x02\xa1\xae\xc1\x54\x41\xa4\x1b\x09\xb3\xb4\xcb\xe1\x3e\x45\x31\xb2\x1c\x89\x73\x09\x3a\x36\x80\xeb\x7d\x96\xb1\x42\x11\x1a\x15\xf6\x4a\x59\x57\xe3\x8b\xcf\x73\xd3\x9f\x03\x7e\x27\x9e\xd3\x84\x9b\xe9\xe6\x37\xd8\x3c\xed\x09\x22\x9b\x46\xe2\x4c\x26\x8e\x85\xeb\x37\x02\xe6\x14\x2f\xab\x42\x75\x0d\x41\x22\x97\x05\x98\x4b\x80\x3d\x74\x23\xfa\x26\x9b\x88\x32\x04\x16\xb7\x96\x1d\xb4\xad\xc7\x3c\xf7\x2d\xcf\xfd\xfc\xc1\x04\xf8\x6f\xdf\x18\xf3\x2b\x26\x97\x06\xdc\xf8\x8d\x5b\x8d\x79\x7e\xb0\xb7\x2c\x1a\xc0\x9c\x9b\x83\x85\xb1\x31\xb4\xc0\x10\x39\x7a\x37\x22\x47\xcc\x25\x81\x31\x11\x8d\xf9\xb5\xc5\x57\x20\x9c\xaf\xc0\xd1\xe1\x7c\xd0\xe6\x37\x0b\xf3\x68\xb6\x34\xf9\x8d\x64\x1e\x5c\xe1\xd9\x7d\xc3\xa1\x48\xcd\x85\x39\xa4\x00\x00\x20\xb0\x49\x6f\x16\x66\x9b\x3d\x49\xf0\x82\xcb\x09\xc7\x1d\x0d\xc6\x1c\xe3\xb4\x6d\xce\xcd\x13\x87\x8d\xeb\x1b\x44\x20\xdd\x5a\x73\x73\xf8\xe1\x1d\x40\xbf\x76\xa7\x4c\x52\xbe\x03\x8b\x14\x81\x2b\x6e\x38\x1a\x69\xfb\x66\x6e\x66\x1f\xdf\x21\xbe\x2e\xc5\xc5\x07\xdc\x9d\xd6\xc2\x1c\xfd\x9d\xe9\x18\x63\x0e\x49\x7a\xff\xd1\x33\xcd\x8f\x1c\x71\x34\xb0\x46\xe6\xf8\x46\xf3\xc6\xe9\xf8\xf5\x3b\x80\xc4\x9c\x88\xc6\x9d\x03\xf0\x2f\xf8\x21\xe7\xd7\x1b\x23\xdf\xe1\xbb\xb7\x00\x91\x14\x7b\xf7\xfe\x72\x63\x7c\x9e\x68\xcb\xc9\xda\xc0\x7b\x96\xaf\xae\xb5\xee\xdb\xf3\x7b\x83\x59\xaa\xc7\x46\xcc\x2c\x3a\xf3\xc8\x18\x5a\x6c\xea\x7d\x35\xb7\x0f\x88\x9e\x61\x0e\x1e\xd0\xef\xf2\xd5\xec\x3f\x30\xd9\x11\x59\x9e\xc9\xef\x3d\x7f\x3f\x32\x3b\x00\x67\x6b\x9e\x9a\x6b\x13\xe0\x20\x41\xe1\xda\x18\xfe\x64\xac\x05\xd7\x6b\x63\x7e\x01\x86\xc8\xcd\x84\x75\xba\x33\xd6\x82\xcb\x8d\x71\x7a\x91\x4b\xac\xb7\x57\x73\xc4\xca\x32\x86\x93\x6b\xad\x7b\x79\x6e\xbf\x16\xa7\x8a\xdd\x8d\x11\x5f\x4d\xb4\xec\x62\x6d\x8c\x5e\xbe\xd7\x8e\xae\xe1\x24\xea\xfb\xf3\x4f\xe0\x8b\x42\xb7\x15\x20\x92\x32\x73\xec\xe6\x7c\x6d\xc0\xdd\x79\x2f\xc7\xc2\x8c\xde\x18\x0f\x78\x80\x16\xb1\x48\x13\x80\x1a\xc1\x87\x1c\xdc\x19\x01\x4a\x13\x50\x37\xf1\x78\xb1\xcd\x6d\x93\xb7\xe7\x5a\xdb\xd8\x18\x9b\x77\xdc\x57\x85\x02\x0d\xa0\x06\xee\x39\x14\x29\x4c\xf8\x25\x3f\x80\x6b\x3e\x7c\xb8\xe6\x97\x07\x74\x11\xb1\xd4\xdc\x1a\x0b\x83\x25\x40\x80\xd2\x91\xb9\x35\x60\xc2\x0f\xcd\x8f\x6f\x35\xf3\x78\x7c\xb4\x30\xb7\x86\x36\x34\x97\x66\xba\x30\xc1\x97\x02\x20\x7f\x43\xf3\xcd\x8d\x76\x34\x39\x31\x33\x23\x3f\xc8\x08\xfb\xa6\xb9\x0c\xc7\xdb\x93\x3d\x6b\x68\x22\x9c\xe7\xb7\xf1\x25\x1b\x20\x43\xe3\x1a\xb0\xc6\x8c\x2b\x6e\x26\x27\xe6\x85\x3d\xd6\x68\xdb\xf8\xfb\x35\xbf\xd8\x8e\xef\x14\x9b\xa1\x89\x60\x0f\x81\x71\x34\x3e\xce\x8c\x0f\xda\xc8\x18\xb0\x75\xc6\xd0\x22\xb3\x6f\xce\xcd\x36\x5c\xaa\x9d\x9a\x5f\x0d\xcd\x1c\x98\x57\x1f\xf1\x28\xac\xd9\x37\xaf\x6f\x20\x7a\x84\x1b\x01\x5b\x73\x60\xd2\x8f\x5a\x66\x85\xa6\xf7\xb7\xbe\xa1\x8d\x8c\xc0\xdc\x7c\x06\x2e\x50\x58\x19\xa0\xf4\xe3\xf6\xaf\xed\x02\x98\x74\x5b\x00\x93\xbe\x61\xcd\x9a\x8c\xdd\xd7\xda\xdc\x18\x98\x5b\xe3\x83\x76\x6f\xf4\xcd\x6f\xc6\x7b\x36\xe7\xde\x81\xb5\xf8\xd6\xd2\xcc\x74\x4c\xdf\x68\xf7\x46\x32\x66\x75\x36\x07\xe6\x91\xc9\xe6\x98\x19\xe6\x97\xad\x9b\x5d\xf3\x35\x80\x9b\x5e\x80\x24\xb9\x3c\xd7\xde\xb3\xaf\x2f\x7b\xe6\xc7\x77\x10\x62\x30\xd6\xbc\x09\x82\x92\x6e\x4d\x36\xba\xc7\x80\x30\xba\x64\xc6\xad\xf5\x61\x79\x3d\xd6\xfa\x26\x0f\xf5\xb9\x79\x78\xdd\x61\x2d\xf0\x31\x7b\xdd\x36\x00\x9b\xaa\x04\x48\xda\xe5\xcb\x14\x32\x59\x1a\x3d\xd0\x41\x96\x06\xff\xcd\x99\xc2\xca\x4f\x11\x9f\x94\xaf\xfa\x03\xa3\xcf\x86\xa8\xd1\x37\x06\x70\x51\x3f\xc2\x95\x2e\x0d\xab\x7f\x09\xb6\xc9\xbd\x19\x7f\x18\x18\xfc\x64\xfa\x17\xd4\x1c\x00\xa6\x74\x74\x09\x30\xa5\x91\x15\x1a\xaf\x5f\x03\x14\x88\x30\x84\x97\x57\x81\x71\xf3\x41\xdc\xd5\x76\x65\x1e\x1b\x4c\x19\x43\x6c\xcb\x7b\x04\x10\xed\x22\x80\xa8\x99\x9a\xc9\xf8\x86\x29\x41\x00\xe7\x19\x81\x9b\xfc\xe8\x7a\x65\x5e\x5c\xe7\x49\xce\xf1\xea\xe5\x0b\x71\xc7\x4b\xc2\x6f\x6a\x06\xe0\xd0\x00\xe1\x3a\x3f\x21\xf3\x21\xc2\x7c\x0e\x91\x12\x07\x56\x72\xc1\x26\x25\x87\x7a\x67\x24\x5d\x8e\xf0\x79\xfe\x05\x20\x50\xfe\x7e\xad\x25\x16\x92\x73\x60\xd4\x2d\x92\x73\xdc\x69\xeb\xfc\xcd\x75\x0e\x8a\x9a\x18\x89\xb9\x18\x7f\x14\xb7\x82\x03\x3f\x5a\xb0\x5b\x0a\x34\xd3\xd8\xbc\x02\xec\xd1\x23\xeb\x46\x0b\xb0\xc6\x4b\xe4\x8a\x77\x6d\xda\xe8\xde\xcb\xc1\x47\xe7\xe3\x47\xc1\x47\xd7\x08\x3e\xda\x7e\x04\x7c\xb4\xcf\xc1\x47\x47\x26\x82\x8f\xf2\x16\xde\x05\x3b\x7a\x6f\xb0\xb2\x7b\x42\xde\xe4\xc7\xeb\x11\x60\xa9\x6f\xa2\x4b\x0e\x0a\xd8\x36\x11\x9a\x95\x23\x94\xde\x48\xd5\xbd\x11\xb5\xc5\x7c\x79\x28\xde\xca\xbc\xb9\x16\xfd\xc1\x8b\x62\x63\x5f\x2f\x41\x8f\x17\x41\x78\x97\xd0\xbb\x4c\xa1\x33\x05\x9a\xe9\xda\xb8\xd9\x00\x68\x46\x62\x7c\x5c\x6f\x41\xc2\x8b\x27\x73\x6b\x64\xbc\xb9\xe6\xd1\xd8\xf7\xc6\x29\x48\x97\x11\x53\xeb\x1d\xb6\x7a\x7c\x41\xfc\x8a\x53\xe3\x13\x93\x7b\x47\xc6\xdf\x99\xb6\xb8\x31\xb7\xa7\x88\x04\xb4\x36\x3b\xa7\x08\x4c\x22\x80\x4e\x97\xe3\xb5\xb9\x80\x67\x47\xc6\xc6\xf4\x3e\xf4\x0d\xcd\x5c\x9b\xe1\x87\x53\x36\xee\x37\x66\xf0\x61\x64\x68\x1e\x4b\xf3\x7e\x00\xfe\x80\x0b\x7e\xed\xe8\xd0\x60\x33\xb8\xcb\x5d\xc4\xe7\x9f\x83\x4b\xf6\xcf\xdf\x00\x1d\x14\x7e\x2d\xc7\x88\xf5\x89\xd1\xe3\x7d\x7e\xd7\x82\xd5\x35\x33\xe0\x83\xc0\x9d\x12\x60\xe9\xda\x00\x24\xd2\x88\xa3\x73\x9a\x03\xf3\x9b\xc1\x31\x35\xf0\xf2\x76\x27\xd7\xd4\x85\xbe\x83\xc0\xa1\x00\x05\x3a\xbc\x34\x1f\xcc\x07\x43\x43\x87\x7e\xc2\x91\x54\x11\xae\x74\x6b\x21\x5c\x69\x82\x78\xa5\x23\x0b\x79\xe3\xa2\x84\x17\x33\x7c\xc1\x6c\x80\xd8\x43\xe2\xc4\x44\xe4\xd5\xc8\xb0\xfa\xac\x7c\x1e\x87\x23\x35\xad\x3e\x5b\x27\x96\x06\x72\x41\x61\x57\xdd\x84\x19\x8e\x59\x96\x70\x5a\xe3\x7c\x80\xd8\xa8\xdf\x20\x32\xeb\x25\xb3\xde\x05\xb8\xea\x86\xf1\xbf\xb1\xd6\x2c\xbb\x25\x62\xb8\x0a\x02\x68\x1f\x6f\x82\x70\xac\x6b\x2c\x98\x69\xa6\xe6\x58\xb3\xb1\x90\x13\xb3\xc7\xef\x0e\xc9\xd1\x56\x6f\x10\xf2\x74\xce\x11\xc1\xcc\x0f\x13\xcd\xb4\xde\x8f\x35\x9b\x7d\xbb\xbf\xc0\x94\x6f\xcf\x35\xdb\x7c\xc7\x4a\xd8\x31\xd7\x47\x80\xa6\x62\xb6\xcd\xe3\x53\x43\x40\x7e\xdf\xc0\x0e\x98\xd1\x31\x2f\x99\x70\xba\xb9\x79\xa7\x99\x1f\x3f\xbe\xd5\x6c\xf6\x2d\x1b\x7b\xe6\x15\x53\xed\x3b\xe6\xec\x46\x33\xdb\x6c\xb5\xb1\xe1\x7b\x36\x6e\x03\x04\x77\x9b\x03\x96\xfa\xc6\xf0\x94\x8d\xe4\x9b\xa5\x71\x72\x6a\x9c\x8a\x76\xda\x32\x15\xe9\x83\x66\x6f\x8c\xf1\x7b\x6d\x38\x06\xdc\xd2\xfe\xf5\xb9\xc0\x41\xb9\xe1\x57\x28\x5d\x41\x9c\x68\x0e\xbd\x08\x73\xc4\x06\x3b\x60\x0c\x5c\xcc\xf1\x37\xf3\x8d\x66\x4e\xb6\xe6\x6b\xed\x06\xbe\xa3\x2c\xd9\x1a\xc5\x36\x98\x39\x99\x68\xeb\xf1\xca\x74\xc0\xa5\xcb\x9a\xc0\x5e\x99\xef\xc7\xda\x76\x1c\x99\x2f\x99\xce\x85\x08\x36\x4b\x33\x66\x0b\xd8\xc9\xf8\xd3\x47\xcd\x1e\x8e\xff\xca\xaa\xe2\x9b\x5d\xe3\x23\xbc\xbb\xf9\xa2\x99\xe7\xa7\xc6\xa5\x66\x9f\x8f\x8c\x0b\x78\x75\xf5\x77\xb8\xa2\x87\x2f\xb9\x78\xe1\x0b\x1e\x5c\xc1\xbd\xa2\xa5\x09\xd7\x57\x33\xe3\xea\x01\x1a\x75\x69\x22\x6e\xbc\xe1\x9b\x31\x82\x0b\x21\x64\x29\x0a\xd2\xc8\x3a\xb7\x99\x8d\x8a\x78\xa5\x4e\x09\xbd\x94\xe2\x2f\x6e\x6f\x1b\xc9\x38\x34\xdf\x02\x66\xfa\xd6\x7a\x07\xd0\x8c\xc6\xb9\xd6\xb5\x10\x8f\x72\x6e\x2e\xcd\x4f\x10\x32\xe7\x9b\xaf\x7c\x53\x84\x82\x2e\x4d\xdf\x7a\xad\x0d\x2d\x46\xf3\x46\xbb\x37\x97\xe6\x37\xeb\x35\x14\x6e\x6d\x7d\xd0\xde\x2f\xcd\x8d\xf5\x5e\x7b\x89\xbf\x3e\x15\x97\xb1\xac\x8d\x13\x73\x78\xcd\x41\x4c\x8f\xaf\x3b\x80\xbb\x79\xc4\x1e\x04\x26\x47\xaa\xc4\x98\x6c\x6e\x80\xb0\xc2\x80\x1f\xfb\xfc\x0b\x6b\xff\xbf\x33\x5d\x0e\x31\x30\xd7\x1c\x04\x14\x5f\x0d\xeb\x20\xa0\x81\xb0\x16\xd9\xfa\x36\xc1\x1b\x19\x38\xe6\x27\xcb\xfc\x01\x40\x3f\x17\xe6\x37\xeb\x8d\xb6\xb6\x10\xeb\x73\x2b\x60\x26\x24\xac\xcf\x7b\x19\x29\xd5\xc6\xe2\xf4\x39\x0e\x67\xb7\x84\x8a\xba\x36\x10\x3a\x93\xe3\xf5\xac\xcc\xd8\x7c\xa3\xd9\x58\xae\xfb\x0b\x0e\xc8\x69\x73\xdc\x4c\x44\x01\x28\xae\x4c\xf1\xcc\x13\x33\x63\x09\xd6\x1c\x7f\x94\x19\x1c\x41\x3e\x13\x87\x66\x79\xbc\xce\x4d\x19\x26\xb5\x7f\x09\x6d\xc0\x11\x47\xf1\xe2\xa5\x4c\x20\x88\x8b\xa8\x05\x0c\x12\xfe\x5c\xc1\x44\x75\x38\xec\xa9\xc0\xf3\x3c\x32\xce\x43\x83\xad\x9a\x08\xcd\xfa\x09\x0b\x61\x9e\x67\xc6\xfb\x1c\xcc\xb5\x6f\x62\x11\x3d\x0e\x91\x8a\x5a\x0f\x16\x31\xe3\x05\x1b\x61\xc1\xde\x44\xa6\x67\xbd\xe6\xf7\xe2\xe0\x15\xb6\xdd\x0b\x4c\xb7\x30\x3b\xd6\x07\x6d\x68\x21\x16\x2a\xc2\x9a\x41\x05\xbf\xe0\xe6\x1c\x6f\x7e\x13\x11\x50\xef\x79\x77\x2f\xad\x12\x22\xac\x83\xbf\xb6\xe6\xca\x3c\x66\xcd\x71\xf5\x11\xf6\x73\xd7\x86\x0c\x4f\xba\x34\x8b\x4a\x9f\xb2\xa7\x70\x0d\x36\xde\xde\x56\x34\x29\x1b\x6b\xab\x8b\x0f\x80\x48\x9e\x5c\x4e\x38\xf0\x2b\xb8\xba\x98\x06\x17\x5e\x5e\x69\xe6\xc7\xf6\x9b\x36\xe2\xed\x86\x17\x1d\x03\x6e\xe4\x16\x17\x58\xcd\x4d\xf3\xdb\xd5\xb5\x36\xe4\x90\xa0\x5b\x0e\x7b\x19\x71\xd8\x51\x1b\xe1\x36\x87\x16\xfe\xdc\x5a\x4b\x33\xbe\x3e\xb6\xb4\x1b\xdf\xbc\x07\x78\x4f\x84\x25\x9d\x0b\xdc\x4d\xb3\x6b\xae\xaf\xb6\xa6\x46\xf9\xef\xb5\x09\xc8\xa2\xd9\xc4\x33\xdf\x5d\x68\x73\x93\x93\x8d\x10\xae\x33\x11\x00\xa4\xed\x31\x24\x0b\x0a\xd7\x42\x84\xae\x85\xc9\xf9\x5f\xd9\x58\x46\x28\xd0\x36\xc7\x3a\xbd\x42\xa0\x4e\x8e\x90\xea\x5d\x60\xd9\x86\x97\x88\x34\x8a\x40\xa1\x25\x58\xd4\x68\x82\x28\xa0\xf7\x86\x67\xfe\xf5\xa5\x66\x7e\x35\xdf\x5e\x6a\x73\x03\xca\xd4\x36\x78\x99\x18\xdb\x63\x43\xf3\xae\xb0\x05\x86\x97\xbc\xca\x58\xd4\xfe\x25\x70\x4a\x10\x1d\x74\x8e\x7c\xc7\x58\x82\x08\x6b\xb7\x1e\x73\x4e\x6d\x0b\x12\x2d\x2f\x2a\x8d\x32\x32\xf8\x83\x00\xab\xbb\xe5\x28\xad\x81\x31\x7e\x00\x94\xd6\x49\x06\x88\xa7\xfc\x67\x04\x11\xb3\xf7\xc6\x89\xf9\xf2\x5c\x33\x87\xe3\xd1\xc5\x88\xe5\x7c\x32\x3e\xbd\x38\x35\xb4\xae\x31\x1c\x7f\xbc\xd1\xda\xe6\xc2\xbc\x01\x03\xe2\x25\x08\xab\xcf\xe2\x5e\xb4\x6c\x6c\x9e\x40\xb4\xd0\xc2\x1a\xf6\x01\xb8\xec\xc8\x7c\xe8\x02\x88\xa8\x71\x6c\x66\x00\x63\x17\x8c\x8f\xc6\xfe\x83\x71\xae\x7d\x39\x36\xc2\x6b\x1f\xc2\x40\x2f\xce\xb5\xc0\x78\x30\xdf\x8e\x35\x33\x33\x3f\x4e\xb4\xc8\x78\x30\x6f\x58\x61\x32\x13\x76\xf4\x17\x56\x17\x40\x43\xe7\xc6\xdc\xea\xf5\xc0\xee\x06\xb5\x30\x18\xc3\xdd\x76\x06\x3a\x0b\x8e\x8c\x8e\x01\xe7\x66\xb6\xd7\x5b\x26\x14\x8e\x8d\xce\xa5\x6f\xd6\x30\x28\x87\x57\xe6\x57\x33\xdf\x7d\xfd\x6a\x25\x7d\x56\x2c\xdb\xb3\x52\x80\x3b\x5d\x8f\x99\x59\x2e\xf0\x86\xbf\x5a\xfd\x15\x87\xcb\x5c\xdd\xb3\x8c\x3f\x7d\xb5\xa2\x7b\x56\x96\x3e\x7b\xb4\xe2\x48\x75\x97\xa0\x0d\xb3\x5c\xde\x4e\xb4\xf9\xf5\xf9\xfb\xb1\x36\xbf\x44\xd9\xfc\xd5\xca\x86\xb8\xc4\x2f\x8d\xe3\x13\xb6\x0c\x07\xaf\xd8\x9a\xcf\x04\xc7\x57\x6b\x3e\xe4\x99\x23\x36\xe9\x7a\x5c\x04\x2c\xe3\x91\x04\x44\x3b\x97\x30\x2b\x0b\xa9\x9d\x81\xb9\xd2\xbd\xe0\xe5\x95\x82\xee\x05\xa2\x30\x86\xd2\x08\x3a\xe1\x04\x1c\x5e\xa1\x57\xf3\xbc\x84\x6a\x8a\x61\xcf\x98\x36\x31\x72\x16\x5b\x71\x53\x9b\xc8\xb5\x7b\x75\x4e\x59\xd9\x47\x46\x67\xfc\x45\xb3\x4f\x8d\xf6\xf8\xef\x5a\x96\x23\x82\x2e\xbf\x0a\x44\xd0\x53\x8f\xa3\xad\x32\x4e\x2f\xc7\xda\xda\xfc\x6a\x2d\x40\xa1\xf1\xac\xfb\xcb\x8f\xac\xe9\xe3\xcb\x1b\x56\x77\xf6\x6b\x0b\xf1\xcd\x8c\xc3\x50\xe0\x93\x9e\x7e\xe3\x80\xac\x88\x58\x9a\x8c\x6f\xbe\x9e\x14\x78\xac\x89\x51\xc0\xbe\x9b\x1f\xe7\x27\xac\x8d\x19\xeb\x18\x70\xf9\xcc\xaf\xd6\xfd\x37\x88\x90\x11\x4f\xb2\xab\xf3\x7b\x5c\x05\xb0\xdb\x83\x35\x6f\xf9\x10\x90\x4b\xef\xf3\xea\x97\x58\xaf\x8d\x8d\xb9\xb9\x1a\x6b\x9f\xd6\xe6\xe8\x6a\x82\x50\xa5\xe2\x9a\xae\x11\xc7\x2f\xfd\x5c\xa0\x01\x8d\x00\x29\xf5\x33\x77\x70\x63\xd0\xf4\xa7\x31\xdf\x7e\x10\x98\xa3\xd6\x04\xe1\x8e\x96\x1c\xb8\x13\x7a\xb1\x80\xdd\xe3\xa6\x3b\xf8\xb6\xf8\xd7\x1b\x36\xc8\xbf\x5a\xa3\x8c\xb7\xcc\xc3\x03\x1b\x47\x43\xae\x02\x7d\x84\x65\xe5\xea\x9a\xe9\xe4\xd7\x57\x1a\x45\x18\xda\x97\x57\xda\xcd\x57\x2b\x01\x34\xd3\xad\xc9\xd1\x46\x23\x8b\xa3\x99\x26\x02\xce\xd4\x8e\xcc\x25\xeb\xa1\xaf\xd6\x3c\x43\x4c\xcd\xa5\x75\x32\x32\xe0\x18\x97\x6f\xcd\x99\x15\xac\xdd\xbf\x44\x4c\xd2\xae\x79\x3e\x37\x58\x8e\xc3\xaf\xc6\x6b\xcd\x59\x72\xa4\xc6\x2f\xbe\x35\x04\x78\xcb\xc4\x38\x3f\xf9\x0a\x01\x3f\x1c\x7d\x14\x1c\x44\x43\xee\xa6\xe3\x56\x0a\xee\x06\x70\x50\x92\xec\xe5\x95\xf6\x05\x91\x48\x11\xfa\xcc\xbc\x38\xd7\x5e\xfb\xd6\xfd\xcb\x2b\x56\xcf\xf4\xe5\xb5\x76\xe3\x5b\x73\xe0\x6e\x2e\x2d\x1f\xf2\x43\xc7\x8b\x79\xce\x1d\x50\x6f\xad\xcb\x73\xed\xf3\x57\x6b\xcd\x78\x59\xed\x7b\x00\x21\x44\x00\xd2\x05\x14\x0e\x01\x4c\x79\xd8\xc9\xd2\x5a\x01\x13\x7e\xbd\x91\x6f\x05\xf0\xb6\x6b\x2e\xad\x0e\x20\x96\x06\xe6\xf9\x6b\xc0\x88\xfa\x2b\xf6\x9b\xb8\x2b\xce\x1b\xb3\xe7\x1e\x68\x47\x73\x58\x97\x03\xcb\xb7\x62\xe3\xa5\x36\xe4\xe8\xa4\x60\xc0\x04\x39\x3a\x29\x46\x10\xf4\x2f\x05\x3a\x69\xc2\xd1\x49\x83\x4b\x44\x27\x3d\x02\xe6\x9f\x61\xc3\x09\xd6\xd7\xf5\x05\xdf\x85\x3f\xd7\xbe\x14\xc1\x07\x47\x63\xdf\x5a\x59\x2f\xb5\x84\xc3\x95\xf6\x4d\xdf\xca\xc0\x53\xb5\x9e\x2c\xad\x63\x80\x25\x8d\x04\x4a\xd8\x84\xd5\xf7\x1e\x00\x1a\x71\x10\x9b\x02\xb9\xf4\x93\x6f\x8d\xd6\x08\x13\xb9\xb4\x1e\x36\xbc\x09\x2e\x00\x0d\x35\x02\x82\x4f\x22\xa9\x67\xfa\xd6\xe9\xf8\x25\xa0\xb8\xae\x05\xc8\xf0\x17\xdf\x4a\x2f\x6e\x18\xbf\xe8\xe2\x6f\xac\x8b\x04\x58\xe9\xb7\xb6\xf1\xcd\x60\x83\xa1\x3d\xf9\x9b\xf6\x56\x3c\xff\xbc\xb4\x4e\x32\x0e\x81\x3b\x84\x81\xf5\x65\x69\xf5\x32\x84\x92\xf9\x66\x9e\x4c\xc6\xda\x91\xd9\x35\x17\x06\xdf\xa5\x3f\x32\x56\x96\x07\x38\xd2\xed\xab\xc8\x3a\x86\x35\xe3\x8b\x40\x3e\xf5\x26\xe7\x0b\x5f\x1e\x57\x60\x24\x7d\x61\x13\x16\x2f\x28\xc5\xa6\xa6\xc5\x05\x87\x36\xc6\xd3\xe5\x21\x15\x47\x7c\xac\x2d\x8d\xc0\xda\xb0\xc1\xd6\x33\x01\xaf\xb4\x6b\x5e\x08\x94\x52\xb3\x67\x5e\x80\xc7\xec\x5a\xdc\x3e\x6b\x5a\xe7\x50\xef\x7b\x38\x58\x89\x84\x6b\x63\x65\xbd\x02\x68\x54\xe7\x9d\xe6\x81\x78\xcd\x20\x94\xa8\xb8\x7c\x40\x98\xe6\x63\x26\x19\xae\x8a\xdb\x02\x30\x2a\xe8\xfc\x25\x33\x94\x56\x7c\x66\xad\x73\xb8\x53\xbc\x72\x14\x87\x00\x5a\x25\x23\x53\xc0\x9d\x0e\x27\x91\xf5\xd0\xe1\x70\xa3\xdd\x57\x6d\xb6\x10\x47\xd6\xb7\x57\x1b\x03\x10\x4f\x07\xe6\x4b\x36\x35\xbd\xbe\xb1\xe5\x28\xa0\x32\x68\xa9\x8d\xd0\xa8\xa6\x40\x46\x5d\xbf\x12\x60\xa2\xa6\xc0\x3c\x5d\x1a\x91\xb5\x81\x47\x4b\x0e\x1b\xb8\xb2\x22\x00\xf2\xf5\xf2\x37\x73\xe3\xfc\xdd\xb5\xf6\x5e\x70\x31\xcf\xbf\xad\x8c\x37\xda\x27\xc4\x5f\x65\x0c\x98\x3d\x34\xe7\xa1\xa4\x7c\xb3\x02\x56\x24\xc1\x6a\x6b\x9d\x7f\xed\xb3\xa1\xf2\xe5\xfc\xfe\x6d\xc0\xa6\x28\x07\x42\xed\x9a\x08\x84\x3a\xbf\xe0\x40\xa8\xfd\xeb\xc8\xfa\x0a\x32\x1b\x0f\x2a\xae\x2f\x11\x2c\x7b\x65\xcd\x99\xf5\x63\x9e\xf7\x57\x06\xd3\x93\x05\xaa\x29\xab\x1a\x38\x68\x5e\x22\x2a\xec\x7a\x82\xa5\xba\xbf\x44\x94\x53\x71\x86\x8e\x47\xbb\x7d\x46\xcf\x90\xd5\x87\x51\x1f\x5c\x46\xd6\x6a\xc3\xe4\x5d\x66\xac\xd8\xd4\x41\xb8\xd5\x6f\x00\x77\xca\xcc\x78\x26\x99\xae\xaf\xb4\xb7\x02\xf8\xb4\x3d\x89\x2c\x1f\xe6\x4f\x06\xa5\xeb\x5e\xae\x2c\x6f\x83\x3b\x00\x91\x75\x02\x33\xe8\xbd\x00\x43\x4d\x26\x58\xa4\xb9\x11\x59\xbd\x8b\x8d\xa1\x05\x17\xa1\x15\x30\x4d\x24\xb0\x98\xca\xfe\x1e\x11\x52\xbf\x58\x59\x02\xcd\x7d\x79\x73\xdc\x41\x9f\x53\xd7\x4c\x98\x05\xdd\x33\x53\xb8\x7f\x81\x8d\xef\xd7\x5d\x33\x83\xab\x00\xcc\xf8\x5a\x40\x9d\x26\x46\x6c\x8d\x6f\xb4\xcf\x91\x95\x5c\xf3\xb3\x87\xac\xa1\x1e\xae\x6f\x00\x11\x73\xf2\x11\xb1\xb0\xb7\x46\x68\x5e\xbc\xe6\x9a\x52\x76\x11\x98\xe6\x1b\x09\x90\x7b\xfd\x8a\xad\xbd\x66\x68\x4e\x61\x86\x98\x36\xf8\xc6\x67\xe7\xda\x6b\x54\x8d\x6d\xe1\xf5\xa4\x00\x80\x6a\x42\x0a\x3e\xd6\xff\x56\x8c\x7a\xf0\x31\xb3\x05\xa2\x3b\x39\x5f\x18\x8c\x1a\x22\x65\xf0\xa8\x19\x5f\xab\xdc\x89\xf6\x25\x34\xcf\xdf\x6b\x9e\x89\x98\xa9\x11\x6c\x60\xdc\x8f\xf9\xa9\x4c\x3c\x0c\x78\x21\xae\x12\x5c\x5e\x70\x3c\x41\xb6\x6a\x5c\xe7\x8a\x3a\xda\xab\x23\xc0\xe9\x14\x3a\xcf\x1b\xb8\x52\xf4\xe5\xb9\x80\xa4\x64\x7a\xd4\x24\x34\x37\x16\x20\xe4\xb3\xe5\x96\x83\x9f\x9a\xa1\xf9\x75\xfc\x5e\xfb\x8c\xbf\xa2\xcb\x73\x87\x89\xf8\xd8\x5a\x9e\x02\xf8\xe8\xf9\x31\x60\x5e\xce\xcd\x7b\x6b\x08\xcd\x77\x79\xae\xbd\x8e\xad\x7b\x78\xbb\xbc\x5c\x1a\x5f\x3d\xf3\x04\x4c\xef\xc2\xcd\xce\xbe\x42\xd8\xc1\xf2\x8d\x40\x4c\xed\x5f\xdd\x5b\x9b\x13\x03\x4e\x5a\xc6\xd6\xfd\xc8\xb8\x07\x60\xd3\x01\x80\xa8\xb6\xe1\xc4\x8f\x79\xfe\x6e\xac\xbd\x8c\xad\x3e\xc0\xaf\x46\x97\xf7\xd6\xc9\x09\x7b\xbb\xe6\x3b\xea\x97\xe7\x5c\xad\x06\xfe\x6f\x41\x3f\xb9\x8a\xad\xfe\x90\xf1\x3a\x2a\xd0\x53\x63\x2b\x01\xdc\xd4\xcf\xf7\xd6\x00\x9e\xd8\x92\x6b\x04\x36\x71\x63\xab\x2d\x90\x55\x4f\x20\x05\x4e\x4e\x0e\x8c\xfa\xf2\x5c\x4b\x26\xb1\xd5\x87\x24\x78\x6d\x60\x74\x71\x6f\x2d\x00\x3c\xb5\x5d\x9c\xeb\xdc\x72\x99\x66\x9e\x6b\xcb\xcb\xd0\xfc\x76\x7d\x05\xbd\x78\x74\x7d\x0d\x20\xc7\x13\xc0\x9e\x1d\x5c\xbd\xe6\xe5\x0d\xcc\xf9\xcb\x89\x36\xbf\x8c\xad\x93\x97\x6f\xb5\xc4\xb8\xb7\x8e\x5e\xf1\xf6\x9c\x9b\xb1\x35\x78\x75\xc3\xca\xd3\x87\x70\xd6\x8b\x73\x6d\x6b\x01\xde\x6a\x70\x99\x7b\xf1\x1c\x80\x5e\x45\x18\xd6\x88\x43\x7a\x3d\x58\x6b\x80\x46\xed\x9a\x99\x15\x02\x98\xaa\x53\x84\x5e\xa1\x12\xd5\x47\x5c\x36\x53\xa0\xa8\xa2\xba\x90\x59\x31\x24\xf7\x0c\xf1\xfc\x33\xc4\x27\x98\x39\xa2\xea\x05\xec\x53\x41\x83\xdb\x0f\x56\xf0\xd5\x4c\x0c\xed\x4b\x66\x6d\xbe\xb2\xe1\x90\xbb\x3b\x05\x50\xd1\xbd\xf9\x60\x75\x01\x4a\x35\x1b\x67\x96\xef\x71\x5c\xd7\x2d\xa0\xa2\x7e\x02\xe4\xd4\x8d\xc1\x14\x77\xb6\x48\x5d\x3f\x58\x11\xbc\xc8\x2e\x33\xeb\xdb\xc2\x4c\x0d\xbe\xf9\xd4\x35\xcc\x9e\xf5\x46\x6b\x4b\xc0\xa8\x88\x73\xf8\x09\x37\xab\xce\x2d\x71\xd7\x76\xf0\xda\x3c\xbf\x62\x5a\xb2\x55\x80\xea\xbe\x1c\x6b\x37\x4c\xbd\xee\x5f\x03\x72\xe9\xd1\x04\x20\x51\x97\xa6\x80\x44\x2d\xf0\x51\x3f\xc3\x8f\xc8\xda\x01\x7f\x3a\xfc\x3b\xa4\x7c\x0b\xe8\xa7\x5b\x40\x3f\xed\x22\xf0\xea\xf0\x1d\x3c\xf3\xde\xb0\x67\xed\x09\x3c\xa3\x08\xb8\xfa\x60\xc1\x25\x99\xc0\x7d\x9e\xa3\xad\xfe\x15\xf6\xb5\xc1\xcd\x3a\x7e\xf5\xa6\x82\x85\x9a\x03\xcf\x61\x28\xb8\x69\xbd\x14\x61\x06\xa6\xf9\x6e\xa2\x51\xeb\xed\x58\x73\x8a\xcb\x97\x39\x8e\xa9\xf9\xe1\x5c\xfb\x6c\xdd\x8c\xb5\xa5\x61\xfe\x6d\xa2\xf1\xdb\x8a\xad\x97\x63\xed\x93\xf9\x6a\xc2\x03\x52\x10\xb3\x71\x0b\xa7\x3b\xbf\x9c\x8b\x9b\xa2\xfb\x45\xf6\x78\x1c\xbc\x2f\x2e\xe2\x15\x4a\x7e\x20\x42\xa3\x11\x9f\x8f\xef\xc3\x8e\xb5\xfb\xab\x1c\x4f\x75\x69\x14\xb0\xb2\xf7\xe2\x2e\x16\xf4\x9c\x89\x24\xa0\xd8\x27\xb0\x51\xff\xb9\xfc\xd0\x9b\xe0\x35\x42\x57\xd7\xdc\x53\x82\xf3\x9f\xdf\x1b\x0e\x4e\x07\xdc\x1d\x3c\x82\xbb\x64\x31\x4a\x00\x07\x03\x8f\x5b\xfa\x20\xa1\xa7\xbe\x12\x3b\xd7\x36\x5b\x16\x3f\x9d\x5f\x0b\xe9\xcc\xc1\xcc\x6e\x00\xee\xce\x1c\x0b\x34\x36\xbc\x19\x19\x21\x2c\x81\xdd\xdc\x2c\x76\x50\x71\x4f\x00\x6f\xfc\x3e\x12\x51\x4a\x13\xee\xa7\x39\x32\x5e\x6d\x10\x6c\xef\x62\xac\x45\xe6\xeb\xb7\x63\xad\x7b\x6c\x94\x01\x56\x93\x79\xe5\x41\x34\x07\xc4\x55\x66\xb2\x5e\x69\xeb\xb9\x01\x90\xab\x5e\x7e\xa5\xbd\xb8\x7c\x1a\xb7\x5b\x30\x56\x7a\xf4\x9a\xf7\xf7\x7b\x71\xe3\xfc\xfd\x98\xad\x48\xe8\x63\xbc\xbf\x06\x84\xd5\xae\x69\xad\xd9\xda\x62\x9a\x1b\xe3\x9c\xe3\x41\x77\x79\x70\x27\x37\x33\xb0\xf3\xc7\xe2\x94\x2d\x82\x9e\x79\x66\x61\xd2\xd9\xe7\x15\xec\x4e\x7e\xc4\x02\xf1\xbd\x10\xdf\x73\x52\x90\xe2\x1d\xf2\x1c\xc9\x11\xa3\x22\x24\x00\x53\x7c\xcb\xa5\xc1\xa4\x80\x31\xe5\x18\x5a\x16\xdf\x38\x2c\x50\x26\x21\xcd\xda\x2a\x46\x6a\x3d\x7d\x17\xa1\x2d\x33\x0e\x6d\x89\x19\x8d\x26\x45\x21\x93\x49\x01\xfa\x29\x03\x5c\x76\x6b\xc8\xaa\x43\xf1\x7d\x7c\xce\x8f\x3d\xe0\xd5\xf7\x08\xc2\x8c\xc5\x1e\x21\x98\xe2\x45\xc1\x01\xb9\x79\xe3\xc2\x70\x03\xc5\x29\x41\xef\xdd\x07\x08\xf4\x91\x00\x54\x3d\x09\x21\xd3\x1b\x17\x8c\xf9\x5d\xfd\x1c\x2c\x1a\x65\x19\xd6\xcc\x94\x6b\xd6\x97\x00\x4b\x11\xd8\x31\x90\x1b\x66\x52\x08\x8b\x44\xc6\x80\x15\x88\x98\x63\xd1\x78\x1c\x7e\xf3\xa2\xa8\xa5\x77\x51\x40\x7a\xca\xe0\x9c\x43\x89\xb6\x2f\x3a\x36\x07\x28\xc0\xe3\xc1\xd8\x1e\x08\xaf\x7a\x2f\x75\x57\x72\x51\x94\x07\x11\x68\x33\xec\x2e\x8f\x57\xca\x93\x98\x0c\x39\xaa\x67\x81\xfc\x79\x2f\x91\x77\x25\xe4\x83\xa1\x0c\xf0\x39\x29\xee\xef\x0f\xa4\xc2\x23\xbc\xc5\x08\x2a\xb5\x1d\x17\x23\x17\x53\x62\x61\xb0\x33\xdb\x52\x2f\x60\x95\xd7\x17\xa5\x46\xc8\x87\xcf\x77\x57\x2a\xb3\x78\x18\xd2\x6f\xac\x94\x77\x79\x8e\x81\xa4\x79\xa5\xda\x02\xa0\xf3\xbb\x2b\x55\x6f\x6a\x51\x29\x80\x57\xed\x5a\x45\xb1\x8e\x38\x60\x6a\xc6\x41\x51\x91\x41\xc2\x61\x08\xf1\x5d\xdb\xc2\x77\xfc\x3a\x7a\x8e\x14\x81\xef\x96\x26\x07\x61\x2d\x57\x78\x22\x66\x7d\xc6\x71\x2d\xd8\xfa\xb4\xfc\x62\xb2\xef\x7f\x3d\x7f\xcb\xd4\xa8\xaf\xe3\x00\xf6\xa7\x12\xd3\x1b\x9f\x00\x94\xea\x11\x04\x65\x45\xe6\xd7\xf1\x16\xdc\x8d\x51\x0e\xb2\x1a\xe5\x20\xab\x43\x63\x39\x7e\xb8\xe7\xb6\xe2\x85\x58\xc6\x70\x71\xc5\xa9\xda\x9f\x80\xaa\x0e\x6f\x23\x8e\x96\x61\x9e\x18\xd7\x02\x57\xc4\xe2\x33\x03\xec\x6d\xd3\xbc\xd2\x86\x53\xb6\x26\xe5\x45\xbf\x12\x95\xc1\xf9\x91\x70\xc0\x3d\xf3\x23\xc4\x9d\xe4\x18\x23\x19\xfc\x8d\xdf\x97\x12\x9a\x54\x5b\xc2\x2d\xe9\x9a\x05\x22\x0a\x3e\xe7\xb8\xe8\x12\x2c\xe1\x56\x82\x82\x3c\x12\x37\x9b\xe5\x78\x32\x59\x19\xa6\x2f\xc7\xf0\x41\x0c\x93\x91\x84\x7e\x13\x48\xe8\xa2\x43\x99\x1b\x60\xb0\x24\x02\x23\x37\x47\x3b\xe5\x30\x86\x56\x81\x0c\x13\x59\x05\x22\xca\x91\x04\x98\x29\xbf\xed\x1a\x05\xb6\xcc\xbd\x84\x88\x3a\x37\x8b\xbc\xa2\x1c\x84\x43\x00\x33\x2e\x25\xe0\xc7\xa1\x75\x2e\x60\x63\x31\x13\x1c\x27\x4b\x09\x1e\x26\x32\x0b\xe0\x1f\x84\x26\x42\x7f\x25\x36\x73\x57\x20\x6b\x5e\x31\xdd\x7d\x52\x46\xae\x79\xcf\xbe\xbe\x67\x4f\x11\x5d\x06\x7b\xa9\x2f\x90\x12\x66\x10\x44\xf8\x52\xc0\x96\x7e\x62\x0a\x36\x36\xbd\xc9\x68\x3e\xf1\xb8\xad\xd7\xa0\x14\xbe\x99\x68\x37\xec\x6b\x34\x39\x7f\xc7\x54\x0c\x9b\xa9\x52\x08\xdf\x78\x0d\x7e\x96\x09\x9e\xa9\x09\x0c\xf6\x0a\x62\x49\x97\xe0\x18\x6b\x23\x84\xcc\x98\xab\x1c\x05\xa6\xa6\x04\x87\x83\x96\x5d\x5f\x02\x5b\xea\x9a\x55\x28\xa0\x48\xe0\x3e\xbe\x9f\x08\x81\x2e\x41\xda\x24\xd2\xf7\x4c\xfa\x3e\x92\xa0\x77\xee\xa1\x3c\x08\x9e\xb4\x96\x86\xc6\x56\xfa\x9e\x19\x45\xfa\x48\x42\xb2\x1c\x9a\xd5\x01\xc5\xe1\x9d\xc6\x7c\x8a\xe4\x43\x7e\x28\x01\x02\x0d\x25\xa8\x9e\xa1\x04\x26\x94\x08\x78\xa4\x1c\x39\x6c\x58\x83\x32\x92\x39\xcc\xa5\x76\x1b\x02\xa2\x2a\x6e\xbf\x61\xdb\x76\x25\xa8\x53\x0e\xbf\x64\x6e\xac\x77\x6c\x36\x21\x26\xd6\xba\xa1\x60\x6d\xa9\x30\x88\xf2\x86\xb0\x9a\xcb\x4b\xd8\x63\x14\x73\xba\x5e\xa4\xa9\x90\xec\x47\x0d\x8d\xc3\xc1\x68\x25\xcc\xb8\x6e\xad\x0c\x1c\x20\x56\xc8\x0f\x19\xd9\x38\xc7\xf2\xf5\xac\x6a\x67\xf1\x6a\x8e\x8b\x92\xf4\x25\xb4\xaa\xbe\x59\xad\x9d\xb2\x3b\x66\x13\x81\x53\x9f\xe3\x82\x4c\x14\x48\x4e\x23\xf1\x3d\x87\x35\xc5\x5c\x46\x52\xfa\xae\x94\xbe\x2f\xa1\x6d\x61\x7d\xb1\xcb\xf0\xb6\xbc\xad\x54\xc7\x23\xa9\xc5\x8e\x24\x74\x2b\x1c\xae\x47\x66\x35\xe5\x48\x2e\xa7\x44\xc5\xc1\xfd\xa5\xb7\xdb\x71\xb5\x16\x43\xa9\x16\xb8\xa6\x06\x32\x12\xae\x55\xd4\x02\xbf\xf7\xc5\xf7\x4f\xa2\x97\xf1\xa6\x81\x44\x4a\xb3\x96\xd3\x0b\xac\x97\xd9\x44\x0b\xc0\x59\x89\xf7\xed\xcc\x27\x45\xc9\x51\x1e\x73\xac\x29\x48\xb9\x95\xe5\xa2\xf4\x56\x96\xdc\x81\x24\x65\xb7\x02\xc3\x2c\x5f\x25\xe4\xb7\x47\xe3\xa2\x3c\x32\x2c\x2b\x97\x72\x52\xad\x87\x52\xc9\x47\xb5\x5a\xe7\x78\xda\xaf\xdf\xf0\x71\x55\x6f\x9f\x23\x04\xd3\x85\xdc\x03\x51\x92\x9e\x35\xe6\x2a\x89\x5c\x38\xb9\x7a\x6b\x01\x9b\x83\x8c\xa6\x42\x77\x90\x1b\xe8\xa8\xd6\x04\x73\x29\xbd\x3c\x04\x31\x8d\xb2\x71\x71\x10\x4c\x41\xe6\x5e\x88\xe2\xce\xe1\xd2\xcf\x48\x2a\x49\x60\x71\x74\x5f\x36\xcd\xe0\xed\x12\xfe\x46\xdc\xe3\x44\x4a\x53\xe7\x73\x2f\xf1\xb9\xb7\x8a\xe1\x7b\x2f\x35\x2b\x7e\x97\x17\x47\x44\x05\x69\x23\x66\xb5\x24\x5b\xef\xa5\xfa\xde\x4b\xf5\xba\x97\xea\xd5\x96\x26\x55\xbb\xf6\xb6\xce\xa1\x2b\x51\x0d\x25\x25\xa1\xce\x3f\x5f\xfa\x73\x51\x75\x7f\x51\xd4\x57\x6e\x19\x84\x0d\x6c\xc3\x5b\x7c\x12\x4d\xc4\x82\x3a\x61\xaa\xd4\x27\x21\x8c\xfe\x3b\x61\xfe\x3b\x61\xfe\x3b\x61\xfe\x3b\x61\xfe\x3b\x61\xfe\x3b\x61\x7e\x8f\x09\xc3\x31\xec\x61\xc2\x0c\xff\x3b\x61\xf6\x9a\x30\x00\x59\x9a\x19\x79\xfc\x04\x46\xf7\xf7\xc7\xe6\x87\x6b\xb8\x4c\x36\x77\x4e\xa1\xd7\x72\x62\x7e\x18\xf3\x88\x94\x23\xc3\xa2\x63\xee\x76\x4c\x84\x23\x72\x22\x66\x07\x77\x42\x19\x88\x36\x1a\x58\x88\x36\xda\x17\x07\x02\xc1\xef\xa3\x7a\x87\xfc\xe6\x13\xc6\x29\xaf\x07\x7a\x90\x30\x88\xc4\x14\xf7\x84\xe0\x0c\x38\x92\x7c\x48\x81\xe4\x15\xc6\xfc\xbb\x08\x40\x68\x01\x36\xe9\x3d\x1e\x05\x9c\x9c\xbf\x04\xfc\xe3\x57\xd7\x5a\x34\x41\xe4\x51\x4b\xc2\x12\x4d\x2e\xd8\xfb\x2e\xa0\x90\x22\xc5\xd0\x90\x53\xa1\x83\x1f\xb9\xcc\xad\x22\x55\xbb\x94\x0a\x77\x07\x96\x25\xfe\x1c\x3f\xd1\xe2\xcf\xee\xc7\x4b\x73\xc2\x6b\x34\x32\x0a\x97\x69\x34\xb9\x08\x2d\x81\x52\xd9\x16\x61\x55\x30\xa9\x01\x7d\x14\x25\x45\x3e\xcf\x5f\xb2\x31\x77\xf5\x75\x2c\x30\x31\xbb\x1c\x65\xf2\xea\x03\x44\xf4\xdd\xb0\x49\x73\xb9\x35\x3e\x6a\x5b\xeb\x62\x63\xdc\x68\x5d\xe3\x72\x68\xbc\x83\xd0\x67\x01\x8b\xb9\xb5\x2e\x1e\xcc\x1b\xad\x6d\x5c\x0e\xcd\x8f\xda\x1a\x4e\x12\xe3\x1d\xe7\xe0\x1a\x29\xa2\x6d\xde\xf2\xad\xaf\x31\xdf\x2b\x9e\x83\x2d\x75\x03\x92\xcb\xbc\xf8\x6a\xbd\xd5\xe6\x17\x97\x5b\xeb\x9d\x16\x5c\xe2\x5e\xc8\x45\xcf\xba\xd1\xfa\xc6\xe5\x91\xf5\x4e\xbb\xbf\x14\x30\xa2\xc0\xfd\x65\x0e\x12\x2d\x81\x69\x8e\x24\xa8\xd1\xb9\x29\x81\x7b\x4a\x2e\xf9\x2d\xd0\xe2\x39\x81\xb6\xb8\xbc\x09\xaf\xaa\xb9\x12\x67\x3c\x8f\x20\xc0\x6f\x2b\x8e\x10\x5f\x88\x9b\x6e\xfa\x70\x41\x10\x7e\xc7\x20\x32\x04\x09\xc0\xed\x1d\xdc\xfc\x09\x4c\xbc\xb4\xbd\x28\x55\x02\xdf\xb9\x54\x33\xf9\x3c\xbe\x12\xbb\x5f\xfc\x78\xa1\xf0\x2c\x9a\x12\x5c\xe6\x58\x04\xbc\x05\x02\x64\x73\x0c\xf3\xe9\x0a\x46\xe9\x05\xf4\xe5\xcb\x31\xc8\x75\x90\xa9\x38\xef\x5f\x0a\x08\xd1\x7b\x01\x06\x9a\x6f\x31\xe1\x15\x19\x08\x35\x31\x92\x60\x40\xb7\x63\x0e\xe8\x79\x25\x3c\x9a\x1c\x3c\x54\x00\x8f\x5e\x4c\x0a\x87\x16\xca\xc5\x0b\xe9\x39\xde\x04\x8e\x9e\x27\xe4\x7c\x25\xda\x7f\x69\xf2\x9d\xcf\x97\x02\xda\xf5\xd3\xf9\x3b\x71\x12\x1c\x42\x0a\x3e\xc3\xce\x18\x82\x76\x0a\x7f\x00\x2e\x8f\x57\x30\x55\x73\x90\xcf\xa1\x00\xf6\x44\x81\x71\x25\x39\x62\x2f\xc4\x9e\x9e\x74\x5c\x99\x5f\x48\x94\x1f\x23\xc6\xdc\x47\x06\x9e\x7c\x38\xcf\xe1\x59\x05\xc9\x07\x18\xa4\xe7\x52\x74\x86\x73\x2e\xc2\x57\xbe\xe4\xcf\x22\xf0\x8c\x61\x0d\x8b\x43\x90\xa2\x0e\x78\xf4\x75\x8c\x91\x19\x4f\xb4\x27\x49\x94\xc5\x0e\x4d\x9e\x9c\xfd\xe3\x49\xab\x75\x1c\x46\x2e\xfd\x57\x10\xb9\x99\x4f\x93\xe3\x94\x06\xab\x2c\x71\xa3\xc0\x0b\xb3\x44\x9f\x46\x51\x9a\xa4\xb1\xbd\xd2\xfb\xc7\xd3\xcc\xf3\xdd\x63\x27\xd9\x91\xa6\x15\x78\x61\xcb\x49\x92\x27\xda\x93\x95\x3d\x67\xdc\xec\x78\x4e\xd3\xe4\xf8\xc6\x89\xed\x15\x7d\x17\x45\xfe\x3b\x3b\xa4\x7e\x0b\x73\x53\x26\xfd\x08\xff\xbe\xb2\xa7\xd4\x4f\xca\xe9\xd2\x85\x1d\x46\xc9\x31\x26\x0f\xa3\x74\x12\x65\xa1\x7b\xfc\x86\x7f\xd9\x91\x96\xc6\x71\x14\x1b\x2c\x91\x1d\x6f\x8f\xc7\xf2\xaf\x1d\x54\x53\x3f\x72\x96\xe2\x9f\x72\xba\x6a\xa3\xc5\x8e\x9e\xf8\x9e\x4b\xe3\x63\x3b\x49\x58\x25\xbc\xd0\xa5\x9b\x9c\x29\x0d\x68\x72\x6c\xaf\x56\xad\xa4\xf4\xc4\xf7\xe6\x8b\x54\x3c\xab\xb2\xcc\x5b\xf5\x98\x25\x38\xfe\x57\x4c\xd9\x93\x7d\x53\x3f\xd8\xb1\x67\x4f\x7d\x9a\xec\x49\xf0\x40\x43\x37\x8a\x8f\xff\x15\xcf\xf6\xa5\x08\xbc\x8d\x17\x26\xc7\xff\x5a\x44\x0f\x34\xae\x54\xec\x5f\x79\xda\x7f\x1d\x56\xc7\x03\x6a\x98\x6e\x57\xf4\xc0\xa2\xfa\x5e\x92\x1e\x5a\x3d\x2f\xb0\xe7\xfb\xe6\x83\x89\x0f\xcd\x61\x1a\xc5\x2e\x8d\xf5\xd8\x76\xbd\x6c\x5f\xda\x7f\x39\x91\x7b\x68\xed\xe7\xb1\xe7\xee\xcb\xfe\x80\xb4\x79\x35\x62\x6a\x2f\x57\x91\x17\x1e\xdc\xc4\x2c\x33\x7d\x16\xdb\x01\x5d\x47\xf1\x72\xef\xfe\x3f\x64\x78\x8b\xac\x80\x48\x8f\xa3\xf5\xbe\xb9\xcc\xa2\x38\x38\x38\x93\xd8\x0e\x13\x2f\xf5\xa2\xf0\x40\xc2\x9d\x99\xfd\x65\x16\xc5\xf4\x21\xf2\x1f\x68\x41\xae\xbb\x76\xbc\x94\x79\xe8\x6c\x32\xc6\x9e\xcb\xe6\x20\x7b\xa7\xff\x16\x96\x50\x9e\x82\xe3\xbe\x4d\x36\xcd\xd2\x34\x0a\x0f\x9e\x05\x07\x51\x49\x6d\xbc\x37\x89\x1b\x47\x2b\x37\x5a\x1f\xda\x29\x8e\x1d\xd3\x7d\x85\x92\xa0\x09\xed\x07\xdd\xf5\x1e\xd8\x82\x70\x58\xab\xe9\xf3\x38\xca\x56\x7b\x8b\x9b\x70\x95\xa5\x87\x91\x38\x59\x92\x46\xc1\xee\x61\x51\xa5\x09\xed\x87\x03\x92\x4e\xed\xbd\xeb\xec\xd8\xf1\xde\x12\x89\x89\x17\xd7\x89\xb3\x60\xba\x2f\xc5\xca\x9e\x7b\xa1\xfd\x1d\xd3\xf0\x60\xc2\x7f\x4d\x6d\x77\xef\x45\x22\x1f\xf0\x07\xd0\xfc\xeb\x6b\x16\x4c\xa3\x34\xde\xbf\x44\xb6\x4f\xe3\x43\x47\xed\x21\x34\xff\x5a\xc5\xd1\x3c\xa6\xc9\xe1\xb2\xde\x76\x3d\xba\xff\x1a\xf1\xaf\x80\xba\x9e\xbd\x6f\x62\xb6\xc0\x1f\x34\x1f\x64\xcd\xe0\xc0\x89\xe4\x47\xc9\xde\xdd\x97\x46\xf6\xfe\x9a\x07\x7b\x6e\xfb\xfb\xb3\x8e\xfc\xd4\x3b\xb4\xbe\x31\x4d\x68\xaa\xa7\x74\xb3\x7f\x7f\x47\x2b\x59\xd1\xdb\x63\x6a\x47\x59\x42\xf7\xad\x46\x2e\x6c\x7d\x6a\xc7\x33\x6f\xb3\x6f\x36\xc9\xca\x0b\x43\x1a\xef\xdb\xb4\x59\xea\xf9\x5e\xea\x51\x18\xec\xde\xfc\x50\xc1\x30\xb5\x9d\x25\x1b\x24\xa1\xab\x83\x7e\x1d\xee\xdb\x7a\x52\xbe\x05\x8f\xef\xa0\x05\x4d\xf1\x3b\x2a\xeb\x7a\xc9\xca\xb7\xb7\x87\x13\xd2\x60\x4a\xbf\xa3\xa0\x33\x9f\xee\xdb\x85\x25\xaa\xc8\xfe\x8e\x16\xf5\xc2\x94\xc6\xb6\x73\x88\x2e\x20\x51\xaf\xa2\xef\x52\xd5\x12\x27\xa6\x34\xd4\xd9\xa2\xb4\xf7\xa4\x90\x72\x4d\x16\xb6\x1b\xad\xbf\xa3\xb8\x89\xf7\xcd\x0b\xe7\xdf\x41\xb7\xb2\x9d\xef\x23\x4c\x63\x9a\x3a\x0b\xea\xea\xbe\x17\xee\xab\x9c\x4b\xf4\x07\xc8\x98\x5c\x7f\xa6\x9b\x54\x4f\xe3\x2c\x74\xec\xf4\xd0\x55\x15\x68\x69\xb0\x5a\xd8\x89\x77\xb0\xde\xce\x68\x17\xde\xde\x86\x95\x54\xcb\x07\x2f\xf1\xa6\xec\xd7\xb6\x6a\x09\x27\x0b\x3b\x2e\xa6\x10\x7f\xca\x74\xec\x66\x93\x59\x7e\x7b\xa8\xca\x0e\x4a\xff\xa3\xc6\xff\x5e\xb6\x04\x67\xf6\xa8\xc9\xb4\x57\x91\x76\x5b\x6b\x7b\xb1\xa8\x69\xbb\xff\xcc\xfd\x58\x66\x14\xa6\x34\x4c\x9f\x9c\xfd\xe3\xc9\xf1\xcf\xff\xf3\x97\x15\x5b\xde\xe2\x07\x7a\x1b\xdf\x86\xe4\x67\xf2\x11\xbc\x55\xc4\x42\x77\x15\x31\x44\x0e\x7d\xf2\x30\x68\xf5\x4e\x5b\x6d\xf2\x6c\x91\xa6\xab\xe4\xec\xb8\xec\xd8\x6a\xcd\xbd\x74\x91\x4d\x5b\x5e\x74\x2c\xbb\xc1\x9e\x73\xb6\x66\xb4\xda\xc6\xde\x7c\x91\x92\x6e\xbb\x33\xd4\xbb\xed\x6e\x9b\x5c\x47\xa1\x9d\x2e\xec\x90\xbc\xa3\x29\x8d\x93\x28\x24\x76\xe8\x12\x27\x0a\xd3\xd8\x9b\x66\x69\x14\x27\x9c\xf8\x95\xe7\xd0\x30\xa1\x2e\xc9\x42\x97\xc6\xe4\xf5\xd5\xc7\xa2\x10\x3c\x5b\x27\x0a\xca\xe5\x91\x4a\xd1\x3b\x9e\xfa\xd1\xf4\x38\xb0\x93\x94\xc6\xc7\xaf\xae\xcc\xf1\x9b\x9b\x31\x2f\xd8\x71\x4b\x6e\xc3\x94\xa6\x5e\x40\x57\x9e\xb3\xa4\xb1\xbe\xf6\xdc\x39\x4d\x49\x6b\x9a\x86\xff\x70\xed\xd4\xd6\x51\x6c\xfe\x02\xcb\xee\x3f\xcf\xce\xec\x59\x4a\x63\xed\x70\x7a\x97\x3a\x31\x0d\x68\x98\x5e\x46\x59\x9c\xfc\x1e\x8c\x5e\x7b\x61\x96\xd2\xdf\xc2\xca\x0b\x7f\xa7\x32\xe5\x8c\x7e\x7b\x99\x92\x45\xb4\xfe\xad\xc5\x61\x3c\x7e\x7b\x49\xd2\xc8\xb5\xb7\xbf\x89\x7e\x3e\xf7\xe9\x3b\x1a\x7b\x91\x7b\x00\x1b\xfe\x33\x59\x7b\xa9\xb3\xd8\x9b\x0c\x84\x07\x49\x17\xad\x90\x6e\xd2\xc3\xa9\x56\x31\x7d\xc8\xa9\x92\x58\x8f\x42\x7f\xfb\xab\x58\xf7\xcf\xec\x69\x12\xf9\x59\x4a\x5f\xac\x3d\x37\x5d\x9c\x75\x56\x9b\x17\x0b\xca\xa6\x35\x7c\x0d\xec\x78\xee\x85\x67\x3a\xfb\xbe\xb2\x5d\xd7\x0b\xe7\x67\xed\x17\x4c\x13\x9e\xf9\xd1\xfa\x6c\xe1\xb9\x2e\x0d\x5f\x38\xbe\xb7\x3a\x8b\xa9\x93\x3e\x6b\x6b\xf0\xe7\xf9\x0b\xd4\xd5\xce\xda\xff\x9e\x46\xee\xb6\xd5\xe4\x30\x57\x96\x5c\x77\xed\xad\xee\xf8\x9e\xb3\xd4\x7e\x0b\x31\xf9\xf9\x57\x27\x8b\x93\x28\x3e\x03\xaf\x1c\x8d\xff\xc7\x0b\x56\x51\x9c\xda\x61\xfa\x9b\x0a\x55\x34\x5d\x4c\x7d\x3b\xf5\x1e\xa8\xc4\xf8\x7b\x99\xea\x73\xdf\x4e\x12\x7d\x65\x87\xd4\x57\xf4\xcd\x37\x1d\x1c\xea\x67\xa7\xd2\xe7\x45\x1a\xad\xce\xda\x2f\x7c\x3a\x4b\xcf\xda\x2f\x40\x12\x9f\xb5\x5f\x4c\xa3\x34\x8d\x82\xb3\xf6\x8b\xc6\xba\x3f\x3e\x4a\xd9\x63\xfe\xc8\xb5\xb7\x09\x49\x59\x73\x91\xd4\xad\xb4\xe7\xa3\x9c\x7e\x05\xb3\x32\x49\xb7\x3e\x3d\x0b\xa3\x90\x3e\x4a\xd0\x12\x3e\x2a\x3d\xa0\x61\xf6\x2b\x57\xdb\xcf\x60\x07\x42\x0c\xc5\xee\x6a\x43\xda\xf9\x58\xec\xaf\x36\x62\xe0\xf6\x63\x1a\x1c\x98\xc3\x81\xbd\xb5\xf6\xd2\x85\x3e\xa3\x76\xba\xa0\xb1\xee\x39\x51\x98\xfc\xca\xf3\x1e\xfe\x31\x79\x3b\xb6\x4f\x43\xd7\x8e\xf5\x35\xa5\xcb\xff\xdd\xcc\x7f\xb7\xa6\x3b\x61\xa5\xff\x0b\xb8\x39\xc8\xb3\xc0\x0b\x75\x7c\x3e\x38\x19\xae\x36\xcf\x7f\x3d\xb4\x5a\xc5\xfb\x64\x2a\xb2\xe8\x8d\x68\xf0\x6f\x45\x16\x27\xc3\xd1\x7f\x3a\x8b\xd3\xd3\xee\xef\x9b\xc5\x61\x9c\xf6\x5c\x2a\x2a\x44\x53\xca\xd4\xd1\x5f\x1d\x54\x2a\xcf\x6e\x9f\xdc\x3e\x79\x21\xa6\xa2\x17\xfa\x5e\x48\x75\x9c\x91\x35\x39\x75\xe8\x28\xe4\xc2\x8a\x67\xc8\x37\x82\x40\xa0\x9d\xac\x36\x24\x89\x7c\xcf\x25\xe0\xe9\x5e\xd9\x31\x0d\xd3\x17\x62\xab\x08\x64\xdd\xce\x24\x9c\x73\x91\xe6\x07\xc7\x71\xca\x2f\x75\x27\xf2\xa3\xf8\x2c\x9e\x4f\x6d\xbe\x6c\xb5\xba\xcf\x41\xa8\xea\x27\xab\xcd\x0b\x51\x8c\xef\xac\x13\xb4\x7c\xa9\x4a\xc3\xc7\xab\xb4\x33\x09\x67\x5c\xa4\xf9\x61\x36\x9b\x61\x79\x87\xa2\xbc\xa3\xc3\xcb\xcb\x18\xfc\x07\x3a\x80\xb1\x55\xb7\x7e\x1a\xad\xd4\x4d\xcf\x2b\x58\xb4\xfe\xf0\xfb\x6a\xf3\xfb\x37\x3d\xe3\x5a\x69\x77\x51\xd8\xe1\x6f\x18\x2a\xe0\xf0\xe1\xf9\xf3\x2e\x00\x56\x76\x96\x46\x2f\xf2\x62\xfd\x16\xae\xd8\x14\x55\xa6\xdf\x51\xd4\xb5\xe7\xd2\xf8\xa0\x05\x87\xb4\x60\xf5\xcf\x42\x58\xff\xdd\x5f\xf9\xf2\xdd\x7e\x9c\xd0\x96\x35\xed\x7f\xfe\x2a\x96\x7a\xd6\x01\x07\x53\x9f\xb1\x7f\x1f\xd8\xd0\xde\xe8\xe8\x74\xda\x4f\x13\x21\xb2\x10\x5e\x44\xd9\x3e\xca\xbd\xf4\x28\x00\x03\xe5\x30\x9a\x84\x3a\x51\xe8\xf2\x36\x1e\x30\xc5\x66\x16\x85\xa9\xbe\x46\x65\xfc\xa4\xdd\xc6\xdf\x89\xf7\x8d\x9e\x75\x5a\x5d\x1a\xbc\xd8\xbf\x49\x71\x77\xad\xb1\x5d\xf7\x68\x8e\x9d\x06\xd0\xaf\xe0\x3a\x02\x97\xf2\x99\x43\x99\x6e\x88\x65\x9d\xd9\x81\xe7\x6f\xcf\xce\x63\xcf\xf6\xb5\xc4\x0e\x13\x3d\xa1\xb1\x37\xd3\x74\x7b\xb5\xf2\xa9\x9e\x6c\x93\x94\x06\x1a\xfe\xa3\x67\x9e\x76\xfb\xe4\x86\xce\x23\x4a\x3e\x5d\xdd\x3e\xd1\x3e\x44\xd3\x28\x8d\xb4\xdb\x27\x97\xd4\x7f\xa0\xa9\xe7\xd8\xe4\x0d\xcd\xe8\xed\x13\xed\xf6\xc9\x9b\x28\x8d\xc8\x8d\x1d\x26\xf0\xeb\x9c\x71\x23\x26\x93\x29\x64\x1c\x44\x5f\x3d\x78\x2a\x58\xa9\x1e\xdd\x6c\x83\x69\xe4\x17\xac\x4a\xb4\x2f\xc4\x82\x5b\x98\x42\xbd\x7d\x04\xeb\xbe\x36\xb8\xb4\xb2\x5e\x89\x04\x04\x52\xdc\x3e\xf9\x2d\x99\x54\xac\x62\x65\x36\x3c\xcd\x77\x65\xa4\xf6\x72\x48\xd9\x58\xf4\xb7\xd7\xa6\xc9\x03\xa2\xcc\xe6\xb7\xd4\xa6\xe6\x8b\x90\x72\xb8\x59\x44\xeb\xdf\x50\x07\x85\x8b\xa2\xca\xfc\xb7\x94\x5c\xe5\x7b\x90\xf8\x7f\x84\xd7\xe4\xfc\xf5\xf1\xbb\xd7\xdf\xc5\xbf\xe4\x0d\x93\x18\x9b\xec\x39\x49\x17\x94\x20\x83\xef\x2c\xbc\xe4\x78\x91\x5b\x85\xa6\xc0\x9a\xb1\x21\x69\x44\x20\xdd\x5e\x39\x94\x7c\x2a\x75\x49\x74\x28\x87\xc6\x06\xb5\x58\xc9\xec\xd0\x25\x1f\xbd\x80\x92\x1b\xd8\x00\xd9\xaf\x03\x4b\xfc\x99\x1d\x5d\x78\x52\x84\x08\x17\x82\x06\x56\x69\x94\x3f\xf0\x15\xb4\x6d\xfe\xce\x0b\x17\x34\xf6\xf6\x31\xe0\xab\x19\x92\x64\x65\x87\xbf\xca\xbc\xba\xad\xc1\x8b\xe2\x2b\x0d\x84\x11\xdd\x6e\xff\x74\x28\xff\xf2\xaf\x92\xa5\x97\xa0\xa9\xd7\x50\x82\x51\x51\x82\xd1\x3e\x0a\x05\x38\xb4\x7e\x2d\x0a\x7a\xc0\xfa\xc7\x7d\x61\xee\xfe\x5e\x33\xc5\x92\x56\x0a\x54\x3b\x6b\x75\x07\x7b\xa9\x41\x39\x43\x51\xd9\x36\xd3\x18\xe5\x86\x68\xe7\x3e\x0c\xf6\x75\x7f\x8e\x95\x91\x2f\xdc\x20\x83\x83\x78\xb8\x5e\xc2\xbe\x1e\xd0\x32\x39\xc9\x19\x84\x3e\xfe\x5a\xec\xe8\x9e\xb5\x49\xfb\x05\xaa\xf6\x3f\x0c\x9d\x93\xc1\x89\x2b\xbc\x50\x61\xc4\xda\xd2\x8f\xd6\xd4\x3d\xa4\x7e\x85\xe3\x52\x9a\x8e\xef\x62\xfa\xe0\x45\x59\x42\x5e\x47\x61\xba\xd8\x67\x02\xaa\xfc\xa7\x12\xc3\x37\x74\x93\x1e\xce\x8c\xda\xcc\x54\x38\x9b\x79\x71\x92\xea\xce\xc2\xf3\x5d\xd6\xc9\x07\x7a\xc8\x76\x73\xab\x37\xf0\x0f\xf4\x94\x3a\x74\xb6\xff\x80\x17\xa3\x0e\xf4\x49\x79\xd4\x0d\x0a\xcf\x19\xfb\xba\x3f\xc7\x96\xb3\xfe\xb5\x50\x44\xd9\xcc\x7d\xb1\x73\x64\x2b\xc7\x83\x4b\x67\x76\xe6\xef\x21\xca\xf2\x5c\x5d\x7b\xfb\xbb\xcf\x20\xe0\x8a\x8d\xbc\xf7\xf0\x77\x5b\xcc\x1a\x38\x98\x08\x0d\x82\x83\xc9\xd0\x26\x68\x1c\x07\x2f\xbe\x73\xb8\xb9\xad\x90\xae\x0f\x28\x46\xe4\xbb\xbf\x96\xfa\xf1\x80\x9c\x60\x21\xaf\xfb\xcc\x0f\xe5\xb0\xbf\x57\x8a\xef\x3c\x34\x1a\xf3\x38\x50\xda\xa4\x4d\x4e\x56\x1b\xf6\xbf\xd2\x2d\xf4\x43\xbb\x7d\x32\x05\x3b\x7f\xb7\xd3\xa2\xee\xab\xe7\x9e\x01\x36\xbf\xd0\xdc\x3e\x6c\x7a\xa1\xc1\x7a\x40\xe7\x20\x41\x6d\x8c\x54\xea\xc1\x7f\x81\xcb\x88\xad\x6c\xdc\x18\x6e\x13\xbd\xc3\xec\x6a\x52\xaa\xd6\xe0\xf9\xc1\x05\x2e\xf7\x92\xb2\x45\x67\xb3\x03\x04\xd7\xe1\x0b\x93\xfb\x47\x2d\x4c\x5c\x99\x51\x0e\x3e\xc9\x7a\xdf\x29\x79\x51\x75\x01\xc7\x52\xb7\xf8\xc9\x87\x0e\x7b\x52\x9e\xd9\xbf\x4d\xf7\xc0\x02\xff\x0e\xab\x09\xf0\x69\x09\x97\xca\x1f\x3e\xd4\x30\xfb\xdf\x20\x8c\x90\xc1\xe1\x23\xab\x4c\xf7\x1f\x1a\x5e\xad\x2c\xa1\xe9\x9a\x86\xe9\x76\x16\x65\xb1\x58\x69\xf2\x45\xef\xa4\xba\xe8\xed\xe3\xc5\x93\x1d\x4c\x25\x67\x13\x7f\x64\x33\xfb\xec\x57\x55\xf7\x3d\xd8\xf1\x33\x5d\x9f\xfa\x19\xd5\xf8\x8b\x3d\x3a\x6a\x9f\xdc\x78\xeb\xe5\x79\x0e\x86\xd3\xde\xe3\x6d\xf3\xd8\xfe\x52\x4c\x6d\x37\x0a\xfd\x6d\xd1\x65\xbb\x5c\x17\x8f\xef\x88\xfc\x5e\xf9\x09\x37\xc0\x1f\x97\xe3\x0d\xa8\x0c\x7f\x40\x8e\x15\xe7\xd6\x1f\x97\xdf\x1f\xd6\xa6\x79\x8e\x7f\x58\x9b\x16\x4e\xa9\x3f\x24\xab\x3f\xac\x25\x59\x66\x7f\x58\x23\x96\xfc\x63\xff\x81\xdc\x98\xd5\xf0\x9f\x60\xbb\xd7\x36\xc3\x77\xf0\xdd\x73\x33\xe2\x3b\x38\xf3\x2d\x0b\xae\xa4\xe8\xf4\x81\x86\x69\x02\x1b\x2c\x87\x1a\x7a\xbf\xb3\x80\xdf\xd3\xd0\xfa\xdd\xc5\xfc\x1f\x9d\xaf\x98\x53\x7f\x50\xbe\xd5\xfd\x8c\x3f\x38\xd7\x3f\xb8\x95\x6b\xe2\xff\x0f\xca\x57\xda\x99\xf8\xe3\x32\xfc\x83\xdb\x56\x5e\x10\xfe\xa0\x2c\xcb\xdb\x26\xff\xa9\x3c\x0f\x70\x29\x7d\xe7\x12\xf1\x9f\xe3\x7e\x90\x93\xea\xbb\x97\x0b\xa5\xf9\xf4\xef\x96\x14\xde\xce\xfb\x0d\x3b\xec\x97\x32\xf7\x7f\x56\x5d\xac\x4f\xb4\x27\x2d\x27\x0a\x53\xdb\x0b\x69\x4c\x7e\xbd\x0d\x09\x91\x8c\x6b\xa2\x77\x98\x35\x7d\x1b\xfe\xfb\x36\xbc\x0d\x5b\xa9\x97\xfa\x14\x13\x15\x3e\x4c\x02\xfe\xc3\xfc\x19\xdf\x70\x27\xd3\xc8\x77\xe1\x29\xcf\x90\x08\x5b\x5c\x30\x0b\xa3\x38\xb0\x7d\xe4\xe6\x44\xc1\x2a\x4a\x68\x72\x46\x20\x8b\x3c\x8d\x6b\x87\x73\x51\xac\x7a\x1a\xf6\x8c\x99\x41\xcc\x24\x7e\xd6\xed\x77\x35\x32\x1c\xb0\xff\x9f\x17\x05\x86\xb6\x03\x72\x74\x2d\x10\xd8\xf9\x10\xaf\x1d\xea\xf3\x02\x70\xab\x90\xc0\xae\x11\x24\x8f\x62\x57\x5f\xc7\xf6\xea\x8c\xc0\xd1\x74\x9d\x3d\x28\xde\xc0\x33\xf1\xca\xf6\xfd\x9c\x25\x0d\x5d\xa8\xa8\x46\x5a\x3e\xdc\x41\x51\x2d\x3c\xcb\xf3\x85\x54\xa0\xee\xa0\x28\x4f\x92\xda\x29\x05\xca\x24\xd5\x13\xb8\xf3\xe2\x31\xf2\x8e\x54\x1d\xb8\xa7\xe2\xd1\x0c\x7b\x82\x82\x75\xbd\xeb\x25\x0e\x1b\x4f\xd4\xe5\xad\xb4\xf0\x52\xaa\x27\x2b\xdb\xa1\x67\x24\x8c\x58\x03\x14\x89\xf3\x71\x02\x49\xab\x4d\xca\x9e\x88\x66\x1c\x0d\x1e\x16\xfc\x91\xf0\xf3\x90\x99\x4f\x37\xfc\x19\xfb\xaa\xbb\x5e\x4c\x41\xb4\x9c\xb1\x6e\xcc\x82\x90\xbf\xfc\x9a\x25\xa9\x37\xdb\xea\xc2\x55\x49\xf8\xfe\x11\xbe\x85\x2d\x25\xdd\x4b\x69\x90\x48\x6f\x54\xc3\xb8\x9e\x71\xe0\x85\xc2\xfc\x67\x85\xe6\x45\xdc\x51\x98\x5d\x45\x69\x28\x08\xeb\x08\x0c\x17\x69\xb9\x34\xb5\x3d\x3f\x31\xd2\xb0\x36\x65\x30\x00\xa5\x98\x6c\x67\xa4\x4b\x03\xd2\x2e\xf7\xa4\xe5\x3d\x28\x3a\x65\x15\x53\x9d\x77\x0b\x67\xc9\xc3\x44\x48\x10\x85\x11\x24\x52\xf4\x58\x53\x93\xe8\x38\xcd\x4f\xba\xab\x7a\x13\x39\xb6\xef\x3c\x83\x76\x22\x3a\x41\x87\x46\x1a\xad\x9e\x3f\x87\x84\xb9\xe3\x96\x08\x97\x34\x3c\x16\x91\xd6\xa4\x93\xd7\x65\x1e\x7b\x6e\xf3\x14\xe4\x47\x70\x84\xe4\xd9\xa8\x73\xef\x92\x9f\x6b\x25\x10\x51\xf4\xfa\x56\x9a\xb6\x89\x13\x47\xbe\x3f\xb5\x63\xee\x54\x23\x3f\x4c\x3b\xec\x4f\xc9\x93\x5d\x4e\xc8\x4b\x95\x2e\xbc\xb0\x5a\xaa\xb3\x33\x7d\x4d\xa7\x4b\x0f\x26\x23\x26\x2f\xd5\x64\x24\xc9\xc6\x66\x12\x3d\x5d\x64\xc1\x14\x09\x6b\x5e\x3f\x51\x40\x28\x54\xd9\x4d\x49\x86\x12\x7b\xf0\x8f\x5a\x38\xa2\x4a\x65\x68\x97\x1b\x63\x73\x46\xf8\xa9\x82\xc6\x36\x2a\xe2\x6b\x39\x31\x6b\x76\xfe\x60\x30\x78\x58\xf3\xa2\x6c\x74\x3c\x2d\x78\x46\x72\x77\x34\x8e\x91\xe2\xf2\x84\x33\x62\xfb\x3e\x69\xb7\xba\x09\xa1\x76\x42\x75\x2f\xd4\xa3\x2c\x7d\x51\x5f\x44\x86\x62\x78\xe1\x53\x74\xec\x13\xbd\x33\x68\xa8\x61\x2b\x5a\x51\x3e\x6b\xa4\xd2\xf6\xf3\x95\x46\x44\x00\x10\x31\x8d\xa4\x00\x35\xd2\x26\x9d\xf6\x6a\x03\xcb\x92\x70\x96\x12\xfe\x5f\xab\x73\xfa\x5c\x23\x6d\xd6\xb2\xf0\x7f\xf5\x75\xb7\x57\xac\x1d\x7c\xfa\x7e\x8c\x56\xaa\xd1\xab\x9a\x4c\x35\x71\x01\xb3\x51\x9f\xd2\x74\x4d\x79\x87\xa8\xa5\x06\x17\x42\xb8\xdc\xb0\xbf\xf5\x98\x3e\xd0\x38\x29\x16\xc2\x05\x9c\x14\x95\xd7\x67\xd1\x79\x79\x53\xb4\xeb\x6b\xf0\x49\x5b\x7a\x28\x24\x4f\x07\x9a\x8c\x2f\x80\x7e\x94\xd0\x5c\x40\xf1\xad\x1f\x02\x16\x68\x79\xb4\x4a\x0f\xe5\x95\x9f\xb7\x3e\x8c\x88\x59\x14\x07\x67\xf8\xd5\xb7\x53\xfa\xe5\x99\xde\x69\xff\x24\x2d\xc5\x5e\x40\x3f\xb0\xe5\x3c\x17\x6b\x3b\x86\x58\x51\x29\x1a\x90\x1e\xcf\x65\xef\x06\x67\x86\xb4\xbf\x7d\x4c\xb8\x37\x75\x85\x10\x40\x85\xbc\xa9\xd7\xa1\x49\x9c\xfe\x96\x11\x50\x34\x6b\xbb\x75\xca\xab\xdc\x2c\x31\xf7\x1d\x93\x3b\x96\x29\x59\x9d\xdb\xab\x2f\x88\x3c\x74\x90\xf8\xcf\xe0\xdb\xaf\x34\x07\xee\xe5\xc8\x72\x92\x0b\x95\xf2\xc8\x95\x42\x44\xe4\x86\x80\xc7\xf9\x11\x29\x42\x7d\xdf\x5b\x25\x5e\x52\x92\x67\x25\x21\xd7\x58\x76\x2c\x68\x1c\xad\xe1\x84\xe7\xce\x75\x70\xc7\x38\xa9\xb6\xf1\x8e\xa6\x92\x83\xa6\x79\xb4\x73\x6f\xb5\x21\x29\xb5\x7d\xb9\x38\xea\xbe\x6b\x58\x51\x75\xdc\x1a\x2b\x14\x97\x5c\x75\x28\x0f\x54\x39\xd5\xf3\x5a\x41\xf9\x80\xcc\x4b\x9a\xf7\x04\x13\x07\xbb\xd6\x10\x49\x36\xdf\xe4\x3d\x5d\x14\x35\xdf\xb6\x55\xca\x0f\x49\xd9\xfa\xa9\xb6\xf4\xb4\x06\x3f\xa9\x04\x58\x79\x8c\xd4\xd6\xaa\x1d\xad\x1f\x78\x1b\x7d\xea\xd3\xd0\xd5\x83\xc8\xa5\x67\x24\xc8\xfc\xd4\x5b\x81\x20\xa8\xd4\x82\xdb\x68\xa5\x47\xb3\xc8\xc9\xf8\xca\x1a\x65\xa9\xef\x85\x54\x16\x84\xa5\xe5\x05\xfe\xb4\xba\x31\x0d\x6a\x0b\x48\xef\x39\xf1\xc2\x84\xa6\x22\xcf\xe3\x9f\x6f\xc3\x9f\x71\x42\xa0\xb1\x92\xb0\xdf\xe2\xa8\xae\x13\xc1\xa3\x96\x13\x1d\x9f\x4e\x07\x2e\x1d\xe8\xb3\xce\x60\x3a\x1d\xe8\x33\x4a\xfb\xfd\xb6\xde\x6e\x4f\xa7\xb3\x53\xbd\xdd\x9e\x0d\xdc\xfe\x6d\xf8\xf3\x31\x1b\x3f\x34\xd1\xdb\x58\x4e\x5d\xf7\xe9\x03\xf5\xf5\x0e\xd3\x22\xdc\xd3\x21\x15\x23\x06\x1f\x77\xcf\xc8\x0f\xa7\xdd\x41\x9b\x76\x4b\x8f\x7b\x67\xe4\x87\x13\xa7\xeb\xb8\x6e\xe9\x71\xff\x8c\xfc\x30\x1c\x75\x66\x4e\xa7\xf4\x78\x70\x46\x7e\xe8\x3b\x9d\x93\x91\x53\x7a\x3c\x3c\x23\x3f\xf4\x4e\x3b\x9d\xe1\x69\x31\xb0\x69\xa2\xf7\xda\xec\x53\x2f\x1d\x56\xab\x56\x3a\x3a\xeb\xf7\x6c\xbb\x56\x3a\x3a\xed\xd0\xd3\xd3\x5a\xe9\x1c\xda\xe9\x8e\x7a\xb5\xd2\xd9\xa7\xed\xd9\x70\x5a\x2b\xdd\xa8\xd7\x9e\x0e\x7a\xe5\xd2\x0d\x1b\x8a\x77\xd2\x76\xa7\xb3\x59\xad\x78\xfd\x13\xb7\x53\x79\xcc\x8a\xd7\x99\x39\x27\x95\xc7\xac\x78\xed\xf6\x74\x34\x1b\xd4\x8a\xd7\x6e\x9f\x9e\x3a\xf5\xc6\x6b\xb7\x4f\x6c\xbb\x28\x1e\x2f\x4b\x55\x49\x14\x93\x9b\xbf\xe6\x2b\x11\x4f\xdd\xdd\x9d\xba\x5b\x4e\xdd\xdb\x9d\xba\x57\x4e\xdd\xdf\x9d\xba\x5f\x4e\x3d\xd8\x9d\x7a\x50\x4e\x3d\xdc\x9d\x7a\xf8\xbc\x3c\x61\xaf\xc2\x55\x96\x96\x3c\x13\x7c\x9f\x9f\x94\x7c\x13\x90\x76\xe2\xf9\xe9\xfe\x42\x3e\x8e\xd6\xbb\xd7\x48\x66\x42\xe5\x77\x33\x56\x45\x5f\x49\x4a\xe7\x92\xae\x5f\xd5\x50\x07\x70\xe0\x52\xbd\x90\x28\xb4\x7d\x42\xd2\x28\x73\x16\xdc\xeb\x56\x15\x41\x6a\xc1\x27\x2c\x8e\xd4\x5e\xe9\x0b\x6f\xbe\x80\x4b\x13\xf5\xc2\x37\x22\x4b\x28\xd1\x15\x45\xb5\x7e\x7e\x54\x03\xf8\x4d\xfc\xf5\xd8\xf6\xfc\x9d\xcb\x46\xad\x5d\xea\x36\x12\x3d\x65\x7f\x4a\x2d\x2d\x1a\xba\xc9\x66\x92\x4a\x90\xc6\xb6\xb3\xdc\x59\x04\x5c\xb1\xdb\xfb\x67\xa0\x2c\xa5\x3d\xa5\xdd\xd9\xb4\x96\xfd\xc2\x0e\x5d\xa1\x67\x3d\xd2\x04\x22\xcf\xda\x70\xaa\x3b\xd1\x8a\x67\xa2\x7b\xe6\xb1\x3d\xad\xdb\x5e\x83\x0a\x87\x3c\x55\xa5\x5e\x83\xd2\xa8\x14\xea\x4b\x77\xb5\x21\x3f\x9c\x0e\xdd\xe9\xcc\x6e\xaa\xf5\x8c\xcb\xc2\xf2\xb8\x5d\xd9\xa1\x5e\xef\x09\x6c\x0a\xdd\x8d\xed\xf9\xdc\x0b\xe7\xdf\xf3\x46\x36\x55\xf2\x32\x0c\x4e\x9c\xc1\xec\xa4\x61\xa9\x1e\x94\xea\xa0\x2a\xd0\xae\xc5\x5f\x59\x01\x3c\x74\x0e\x54\xd4\x95\xa9\x2b\xe5\x92\x5b\x4e\x2a\x57\x56\xa8\x08\xf5\xb2\x80\x6e\xb2\xbb\x96\x4a\x3a\x8c\x2b\x3a\xb4\x79\xa0\x71\xa4\xf7\xaa\x41\x35\xf5\xc2\x79\x6d\x0c\xf1\x87\xe5\xa2\x04\x76\xbc\x7b\xa2\xc1\x98\xec\x8c\xf8\x98\x94\xa7\x5d\x55\x0a\xc8\x36\x6b\x57\x31\xa9\x03\xb8\x17\x86\x6e\xd2\x9d\xf9\xe5\x8b\x40\x29\xcc\x8c\xbd\x79\xa0\x71\xea\x39\xb6\x2f\x2c\x90\xc0\x73\x5d\xee\x55\x6e\x30\x4c\x94\x73\x50\x74\xf4\xe9\x69\x73\x09\x75\xb9\x6b\x04\xc5\x70\x38\xac\x51\x24\x29\x5d\x1d\x24\x2a\x6b\xb2\x4a\x5a\x53\xcb\x1e\xaf\x72\x46\x6e\xb4\xbb\xd9\xc4\x0a\xab\x77\xcb\x8e\x1b\xec\x30\x5d\x64\x57\x72\x83\x49\xde\xdf\x92\xe4\x3c\x03\x21\xc2\xcf\x7e\x4a\x82\x7c\x87\x28\x51\xb5\x74\x83\xb8\x6a\xec\xc6\x5a\x85\xf5\x1d\x13\xa4\x41\x3a\x30\x2a\xee\x89\x29\x29\x20\xc2\x7f\xd5\x57\x8c\x4b\x11\xe6\xd6\xe8\xef\xcb\x9b\xa0\x81\x4e\xbd\x70\x29\x18\x39\xa0\x56\x3e\xce\x05\xe5\x83\xf6\x68\xba\x7c\x50\x54\x1a\xc7\xe1\xea\xab\x2c\x3a\x14\x2e\xa2\xc6\x5e\x94\xa2\xf8\xf6\x2a\x6f\x3e\x6f\x0e\x28\xb2\x22\x2f\x52\x5c\xda\x51\xcb\x56\x8c\x9a\xb2\x25\x5e\x5b\x7d\x73\xd3\xbc\x70\x81\x0c\x14\x5d\x9e\x73\x53\x6a\x3d\x35\x6e\xc2\x9b\xb9\x27\x27\x69\x10\xe0\xf4\x1b\xe4\xd3\x0b\x27\x69\xfb\x7b\xb8\xca\x4a\x49\x79\x72\x0f\x94\x7a\x28\x5b\xcf\xb7\x7b\x71\x2e\xd6\x00\x10\xf6\x6d\x49\xd2\x77\xaa\x92\xa2\x70\x6c\x3d\xc2\xb4\x90\x8c\xbf\xb5\x39\xf3\x21\x83\x45\xaa\x08\xb8\x5c\xf0\x1d\xc0\xae\x74\xec\x44\x65\xa7\x1c\xc4\x0c\xf6\xfe\x0e\xe4\xc5\x6f\xf1\xd4\xbf\x45\x51\xa0\xc3\xa9\x73\x58\xb5\xb4\x47\x12\xd9\xab\x15\x15\x3b\x1a\x76\xe8\x05\x70\x69\xad\xee\x66\xb1\x8d\x7d\xde\x6e\xf5\xd0\xed\x56\xbc\x9c\x79\xbe\xcf\xdd\x2b\xd3\x28\x5d\x94\xd7\x58\x74\x73\x94\xa6\x9d\x4c\xcb\x12\xe9\xb0\xc5\xc9\x86\x13\xd3\x9c\xf6\xa8\x88\x4f\x6d\x21\xb3\xff\xaf\x16\x11\xda\xfa\xf1\x14\x7c\xfd\xd9\xaf\x53\xf6\x48\x52\x5a\xcf\x8a\x2a\x84\x76\x40\xcf\x48\xec\xdc\x00\xf5\x47\x24\xfe\x7b\x14\x05\x56\xb4\x0e\xaf\xc2\x1d\x15\x8e\xb3\x30\x54\x29\x75\x0d\x9d\xf2\x78\x8a\xef\x29\xe1\xdb\x6c\x57\x9f\xec\x5f\xc4\x83\x27\x80\xb4\x87\x91\x38\xb6\x4f\x9f\x09\x6b\x56\x2e\x4b\xea\x05\x5e\x38\xd7\x67\x59\x28\xfc\xc4\xd9\xd4\x73\xf4\x29\xfd\xe6\xd1\xf8\x59\xbb\xd5\xed\x69\xa4\x03\x7e\xc0\xae\x46\x3a\x75\x5b\x78\xcf\xf1\xfd\x58\x36\x27\x83\x01\xcb\xa4\x0d\x7f\x8f\xf8\x0f\xe1\x37\xf9\xcb\x92\x6e\xe1\x3a\xfc\xa4\x79\x14\x60\x86\xed\x9f\x08\xdf\xc9\x8f\x56\xb6\xe3\xa5\x5b\x21\xad\xa5\xd6\xd0\xa3\xd8\x03\x7f\xec\xa0\xfd\x93\xbc\xd3\xbf\xa3\xb9\xfe\xcd\xfe\x62\x49\x05\xf7\xc3\x99\x75\x78\xeb\x01\xb3\xbd\xea\xf4\x56\xf8\x88\x7e\xb7\x6c\xcb\x75\xf8\xbd\x5b\x48\x39\x2e\xf6\xf0\x51\xe8\xa7\xa7\xa7\xa7\xf9\x0a\xbd\x2a\x3f\x28\xee\x11\x3d\xc3\xef\xfe\x7f\xd6\x77\x94\x97\xfb\x3f\xed\x43\x12\xf3\x06\xb7\x25\x2a\xfe\x3d\xa5\xa1\x2e\x28\x56\xbe\xed\x40\x14\xa2\x9e\x8a\x8d\xdc\x5c\x9b\xeb\xc3\x79\x9a\x11\x77\xd0\xa9\xe9\xe1\x82\xe8\x0a\xdd\x70\xb5\x21\x72\xc0\x84\x88\xe4\xa9\xea\x8f\xf9\x83\xba\x2d\x4b\x88\x7c\x18\x85\x74\x4a\xc6\x64\xee\x51\xd9\xb1\x41\xe6\x52\x27\x12\x8b\xe0\x2e\x65\x7c\xe8\xb0\x3f\x3b\x1d\x59\x15\x8f\x00\x6b\x95\x1f\xdc\x53\xf6\xa7\xb1\x55\xec\x38\xdf\xc6\xda\x6d\xa9\x96\x5d\x6a\xed\x17\x75\xf3\xa2\x1a\x98\xc1\xdf\xe2\xb5\x77\x68\x36\xee\xd9\xb9\xbb\xcb\x29\x14\xa8\x7e\xc9\xf7\x20\xcc\x48\xb5\x7d\x5b\x3a\xf2\x08\x0d\xd3\xcf\xbd\xb9\xb5\x93\x8d\x52\x5b\xa3\xeb\xf8\xf8\x67\xf2\xf1\xf2\xea\x86\x4c\xae\x5e\x8d\xc9\xe7\xf3\x1b\x62\xbe\x7d\x77\x35\xb6\xc8\xd5\x9b\x8f\x6f\xc9\xc7\xcb\xf3\x37\x6f\x6f\xc8\xe4\xc3\xdb\xd7\xe4\xdd\x87\xb7\xaf\xc7\x1f\x2f\xc7\x9f\x6e\x08\x88\x8e\x67\xaf\xae\xfe\x7a\xf5\xe6\x82\x9c\x7f\x24\x8a\x4b\x5d\x57\x71\x14\xd0\x74\x41\xb3\x44\xfe\xca\x2f\x74\xf5\xc2\xe3\x35\x9d\x1e\x67\xde\x71\x4c\x6d\x27\x65\x2b\xdc\x71\x12\x3b\xc7\x15\x10\xa1\xe7\x1a\x64\x24\x65\x6c\xbe\xb5\xb0\x90\xfc\x36\x58\x8b\x7c\x7a\x63\x8d\x3f\x90\xf3\x37\xe4\xfc\xdd\xb9\x79\x39\x26\xdd\x56\x5b\xbc\xd4\xc8\xcd\x78\x0c\x1c\xbe\xa3\x7c\x9c\x47\x0b\xf7\xb3\x6e\x43\xd6\x4c\x0b\x2f\x21\x33\xcf\xa7\x84\x07\x2c\x25\x04\xfa\x3f\x21\xe9\xc2\x4e\x89\x1d\x53\x62\xaf\x56\xbe\x47\x5d\x92\x46\x24\x8e\xa2\x94\xb8\x91\x93\xb1\x9e\xd7\xc8\x7a\xe1\x39\x0b\xe2\xd8\x61\x18\xa5\x64\x4a\xa1\x58\x21\x4d\xd2\xfc\x76\x5c\xa8\x3b\x49\xa8\x4f\x9d\x34\x8a\x93\x16\xc1\x7c\x59\xe1\x03\x5f\xc8\xf7\xe3\x9f\xf7\xaf\x8b\x97\x24\x19\x4d\x8e\x4f\xfa\xbd\x3e\xf0\xe2\xf4\x37\x10\xf0\xc3\x4a\xb8\xb0\x93\x85\x3e\x8b\xed\x39\x8c\x4d\xdf\x0b\x97\x09\x71\xa2\x2c\x4c\xbd\x70\x0e\xd7\x74\xcc\xbc\x0d\x75\x09\xc2\x5d\x90\x7e\x7b\xb5\x21\xa9\xed\xfb\x64\xed\xa5\x0b\xd2\x61\xe2\x85\xcb\x9a\x9c\x3d\x06\x13\xe9\xfc\x31\xba\x76\x07\x62\x06\xc3\x62\xc5\xfe\x3f\xfe\x99\x4c\xa2\x30\x25\x4c\x71\x25\xb3\x28\x86\x98\x1f\x27\x0a\x56\x3e\x65\x53\x94\x78\x29\x0d\x08\xdc\x29\xd1\xe2\x9c\xff\xc2\x23\xc8\x44\x40\x41\x25\xa4\xec\xa9\x13\xb9\x2c\xfd\x53\xbe\xa6\x25\xb1\x73\x46\xfc\xc8\xb1\xfd\x67\xf9\xab\xe7\x1a\xc9\x62\xff\x59\xab\x75\xcc\x48\x93\x63\xfe\xbc\x95\xa6\xb3\xe7\xac\x10\x81\x9d\x3e\x7b\x9a\xc6\x19\x4d\xb7\x2b\xfa\x94\x2f\x80\xff\x37\xa7\x47\x81\x36\xf5\x7f\x67\x82\xfc\x05\x6d\x15\xf2\x34\x0f\x18\x46\x50\x2c\xd6\x25\xd2\xdb\xff\x2f\x7f\x8d\x97\x5e\x0b\xdd\x31\x61\xe9\x1a\x53\xe5\x57\x7d\x23\xb7\x1f\x01\xc3\x43\x77\xa8\xef\x0b\xa1\xc6\x6f\x4d\x79\x71\x1b\xfe\x18\x67\x3e\xc5\x77\xd3\x39\x5b\xa5\x06\xec\x0f\xd2\x39\x51\x38\xf3\xe6\xfa\xd6\x0e\x72\xc2\x1f\x7a\xbd\xde\x8b\xca\xab\x32\x5d\xf9\x15\xf7\x15\x72\x6f\xd3\x6d\xf8\xe3\x7d\x46\x63\x54\xfc\x93\x9c\xe7\x49\x67\xd4\x1e\x51\x7c\x1f\xd0\x34\xf6\x9c\x44\xa7\x9b\x95\x1f\xc5\x4c\xd5\x98\xc3\x96\x32\xfb\xc3\x4b\xe5\x33\x33\x29\xf5\x02\xaa\x4f\xd3\x10\xde\xff\x08\xb1\x94\x2f\x70\xc7\x50\xb4\x05\x0e\xfd\xbc\x91\x5a\xc7\x78\xeb\xfa\x53\x1e\x58\x7a\x7c\x8c\xd2\xc8\xf7\xc2\x54\x78\xa1\x88\x4b\x1d\xdf\x8e\xb9\x41\x13\xe9\xb9\x41\xa9\xe5\x82\x86\x3d\xbe\xcf\x6c\xdf\x9b\x6d\x61\xca\x6e\x57\x54\x23\xab\x38\x5a\xd1\x38\xdd\xb2\x97\x08\x9a\xa6\xaf\x62\x3a\xf3\x36\x20\x09\x8f\xc9\x07\x80\x69\x63\x5f\xe1\xe7\x1b\x88\x91\xf6\xbe\x41\x3e\x24\x9a\x91\xcb\x8f\xaf\x5f\x11\xea\xc3\xa2\x97\x68\x24\xb0\xc3\xcc\xf6\xfd\x2d\x9b\x67\x4b\x36\xe7\xe3\x28\xc8\x89\x00\x6d\x0e\x04\x26\x0d\xa2\x07\x0a\x0c\x85\x58\x05\x90\x3c\x26\x60\xbc\x38\xa6\x3e\x7d\xb0\xc3\x94\x4c\xe3\x68\x9d\xd0\x38\x61\x12\xd5\x47\x89\xcb\x4a\x4e\x42\xba\xe6\x74\xad\x5a\xc1\x28\xf1\x12\xe2\x8b\xdb\xc8\x5f\x5f\x7d\x6c\xa9\x46\x7c\x48\x9d\xc8\xb7\x93\xe3\x50\x2e\x19\xab\x31\xf0\xb2\xb8\x28\xcf\x99\x77\x5a\xc4\x5c\x40\x98\x15\xd4\xe7\xae\x21\x90\xe5\x8e\x24\x11\x2e\x10\x77\xb0\x42\xdf\xb1\xb2\xb0\x45\xc0\x9e\xcd\xa8\xc3\xe4\xff\x74\x4b\xee\xb8\xc8\xbc\x23\x51\xcc\x38\xb1\x51\x76\x07\xf5\x20\xdd\x3c\x1b\xb8\x39\x09\x8f\x5a\x81\xfc\x23\x28\xff\x88\x17\x42\x80\xa3\x68\x18\x24\xeb\xb5\x88\x19\xc5\x31\x75\xf0\xc6\x25\xa6\xc7\x71\x05\x47\x9d\xbe\xdf\x22\xef\x62\x38\xdb\x45\x6c\xf7\x6b\x96\xa4\xd0\x77\xac\x33\x21\x2b\xa6\x16\x12\xb8\x53\x85\x44\xb1\x47\xc3\x14\xfb\xda\x81\x92\x25\x8c\xe5\xd5\x98\x44\x21\xf9\xec\x85\x6e\xb4\x4e\xc8\xbb\x45\x14\xe2\x45\x4a\x5e\x48\xbc\xb7\x37\x98\xc9\x40\x59\x97\xd4\x5e\x91\x5c\xd9\x66\x23\x61\x4a\x09\x5f\x0e\xa8\xbf\x95\x55\xaf\x82\xd9\x6d\xf8\xb3\x76\x1b\xfe\x7c\xc6\xef\x22\xc0\xef\x58\xbe\x5d\x3a\x3e\x61\xfd\xc6\xf7\xe2\x8b\x75\xb5\xb4\x98\x14\x37\xd8\x41\xea\x6e\x5d\x0b\x6e\x75\x06\xf0\xaa\x57\xb2\x18\xe0\x10\xbc\xf7\x8d\xea\xd8\x7c\xdc\xf5\xc7\xd2\xf5\xf7\xb3\x2c\x7e\x9c\xfa\xb6\xb3\x04\xc3\x82\x51\x0d\x44\x6c\xce\x31\xb9\x59\x78\x01\x2c\x94\xb7\x4f\x42\xba\xbe\x7d\x02\xf3\x6b\x40\x92\x34\xce\x9c\x34\x8b\x6d\x3f\x9f\x6b\xac\xf5\xb8\xc5\x41\x1c\xec\x7e\x7f\x4b\x9e\x5d\x8d\x3b\x6d\x8d\x44\x3e\xd3\x33\x44\xb7\x3f\x07\xd6\x1f\xdf\x5a\x6f\xcf\xf8\xd4\x63\xad\xfb\x30\x28\x26\xa0\x2c\x49\xf4\x90\xd5\x0f\x46\x51\x2e\x39\xe0\xea\x47\x27\x0a\x02\x5b\x0f\xe9\x1a\xda\x08\x7a\xe0\x36\xb4\xe3\xd4\x73\x7c\xaa\x11\x3b\xf1\x5c\xaa\x91\x99\x37\x77\xec\x15\x1b\x31\xf0\x3d\x8b\xd9\xb3\x28\x4a\x69\xac\x11\x8c\x19\xd5\xc8\x02\x4e\x85\x30\x61\xe1\x85\x1a\x53\x3a\x98\x8c\x82\xc5\xa1\x21\x6e\x4f\xb4\x8e\x11\xb9\x5b\x79\x52\x7e\xc0\xca\xb0\x11\x86\xfa\xb2\x7a\xc0\x77\x5b\xe4\x3c\x21\x36\x99\xd2\x24\x25\x2b\xc0\x56\x71\x58\x89\x99\x3c\x21\x76\x3e\x38\xef\xaa\xd6\xca\x5d\x3e\xbf\x6e\x68\x4a\xec\x90\x30\xc9\xee\x39\x1e\x1b\x9c\x5e\xea\xd9\xbe\x64\x10\x91\x07\xdb\xcf\x68\x2e\x00\xd6\x94\x29\x80\xc4\xb7\xd9\x30\xcd\x12\x94\x75\xcc\x06\x5f\x50\x72\xc7\x97\xb0\x3b\x4e\x13\x85\x10\xeb\x3d\x67\x72\x6b\x49\xc9\xdd\x9f\xd2\xc5\x9f\xef\xf2\x7e\x86\x19\x00\x17\x76\x57\x62\x6d\xf9\x00\xaf\x8c\xe9\x1f\xa5\x5f\xfa\xd4\x4e\xd0\xf8\xf9\x8b\x17\x3a\x7e\xe6\xd2\xc2\xf0\x7b\xf6\x63\xfe\x15\x92\x3d\x2f\xec\x42\x11\xac\xfb\xa3\xf4\xab\x60\x55\x9a\x20\x3f\x4a\xbf\x8a\x24\x7c\xa8\xff\xc8\x4a\x8d\x2d\x59\xb3\x1e\x99\x5d\x53\xcc\xac\xba\x99\x88\xb4\xd3\xb9\x98\x98\x62\x04\x4c\xb2\x34\x8b\xa9\xbe\x8a\xa3\x68\x46\xd8\xfa\xcf\x14\x82\x62\xa1\x80\xb6\x4f\xb2\x15\xac\x9b\xb8\x0d\xae\x73\xbf\x83\x06\xcf\x63\xca\x56\x20\xa6\xf0\xc2\x16\x39\xdf\x5b\x07\xd6\x51\x28\xcd\x2d\xc6\x07\x20\xc1\xec\x20\xb0\xc1\x2d\xee\x6f\x49\x4c\x1d\xea\x3d\x08\xda\x69\x96\x92\x75\x94\xf9\x6e\xf8\x34\x25\xb8\x90\xf8\x5b\x92\x2c\xa2\x35\xb1\x85\xb3\x03\x18\x97\xb2\x6a\x91\xab\x90\xcc\x69\x48\x63\xdb\xd7\x58\xbf\x27\xc8\x84\x04\xd4\x0e\x31\x5f\x56\x3c\x9e\x9a\x2d\x20\x70\xe6\x4a\x58\x1b\xde\x8c\xbd\x06\xb6\x12\x4e\x10\xd2\xf9\x68\x8d\x30\x72\x5e\x11\x5e\x62\xb6\x66\xca\x95\xe1\x25\x5a\xdb\x6c\x52\x2c\xe9\x76\x1a\xd9\xb1\x2b\xf3\xd3\xb0\x41\xf0\x72\x40\xde\xb8\xcc\x86\x20\x49\x14\x50\x56\x41\x97\xa6\x34\x0e\xbc\x90\xe5\x28\x8a\x9c\xb1\x44\x5e\x42\x56\xb1\x17\xd8\xb1\x07\x53\x2b\x67\x0e\x2f\xed\xd0\x3d\x8e\x62\xe0\xbd\xb6\x59\x33\x97\x5a\x06\x24\x9a\xed\xaf\xed\x6d\xc2\x96\x05\x00\x3d\x09\x53\xea\x16\x6b\xfc\x0d\xa5\xf9\x62\xee\xd2\x07\xea\x33\xd5\xa5\x15\x44\xdf\x3c\xdf\xb7\x5b\x51\x3c\x3f\xa6\xa1\xfe\xe9\xe6\xd8\x8d\x9c\xe4\xf8\x33\x9d\x1e\x9b\x37\x37\xc7\xe5\x51\x00\x7c\xd8\x5a\x55\xe7\xb3\xb2\x1d\x8f\xfa\x7e\x84\x88\x2c\x4c\x4b\x98\xfa\xd1\xfc\xb8\xdb\xee\x8c\x8e\xdb\xbd\xe3\x12\x1b\xdd\x0e\x5d\x9d\x8d\xda\xb5\x1d\xbb\x4c\x1b\x0c\x56\x76\xca\x3d\x5d\xc7\xb7\xe1\x3f\x52\x7b\x0a\xc7\x4e\x7e\xb9\x7d\xa2\x77\x6e\x9f\xfc\x13\x0b\x71\x16\x46\xe9\xb3\x72\x79\x9e\x57\x62\x3c\xda\xb5\x4d\x42\x3e\xf0\x39\x24\x0c\x81\xd2\x79\xe1\x5c\x16\x83\xe7\xae\x0b\x3d\xc0\x97\x01\xb6\x22\x12\x5c\x11\xd9\xe4\x98\x78\x31\x9d\x45\x9b\x5c\x14\xc2\x7d\x95\x30\xc6\x78\x78\x2d\x4b\x34\x76\xe7\xb8\x86\x5f\x8d\x41\xe0\x2c\x14\x8b\xab\x1c\xb2\x9b\x0b\x9f\xc2\x93\x92\x3f\x2a\x62\xa2\x85\xcb\x4f\x9e\xc4\x79\xc1\x3f\x6e\x57\x6c\x48\xae\x16\x5c\xa4\x73\x75\x13\x25\x7a\xb4\xe2\x92\x2e\x41\x95\x8b\x2d\x1d\x4c\x44\xe6\xd4\xc6\x56\xc8\x6d\x8d\xdc\xfd\x69\xd1\xf9\xf3\x9d\x7e\xf7\xa7\xc5\xf0\xcf\x77\x20\xff\xc5\x4c\x65\x7c\x58\xad\xd0\xd7\x22\x58\xb6\xc8\x67\x4a\xc2\x6c\x89\x2b\x47\x1a\xad\x80\x23\x5f\x41\xd8\xe2\x4b\xed\xc4\xa3\x31\xe2\xdc\x44\x68\x05\x7b\x21\x61\x0a\x33\x7a\x4e\x13\x62\x27\xc4\x4b\x89\xfd\x10\x79\x6e\x22\x28\x9d\xc8\xf7\xed\x55\xe2\x85\xf3\xd6\xef\xb1\xb2\x2e\x3a\x1a\x59\x74\x35\xb2\xe8\x69\x64\xd1\xd7\xc8\x62\xa0\x91\xc5\xb0\x7e\x22\xb2\xad\xda\x2e\xfc\x51\x34\x98\x5e\x7a\x21\xad\xa5\x1f\x68\x42\xd3\xbc\x91\xa3\x90\xac\xec\xd8\x86\xfe\x28\x1a\xf9\xc6\x0b\x3c\xdf\x8e\xfd\xad\x26\x5a\x4a\xd4\x35\x0a\xc9\xdd\x9f\x56\x7f\xbe\x4b\xc8\x9c\x32\x31\x93\xd0\xb4\x45\x2e\xa3\x35\x7d\x60\x0b\xfc\x9a\x12\xdb\x4f\x22\x7c\x9e\x0b\xac\x52\x27\xb0\xc9\x9e\x25\x94\xdc\xc5\x34\xb8\x23\x59\xe8\xa5\x4c\xb5\x4c\x52\x6a\xbb\x4c\x13\xbd\xa3\x01\x5b\x7d\x57\xfb\x56\x37\x2f\x7c\x63\x7d\xcf\xa7\xd3\x98\x3e\x78\xa0\xcc\x26\xf2\xec\xb1\x32\xb6\xa8\xdb\x29\x25\x53\xba\xb0\x1f\x3c\x26\xf6\x22\x71\x77\xa9\xad\xff\x4c\xec\x14\xd1\x8e\x28\x8c\x0d\xb8\xcb\x87\x7b\x99\x57\x7e\x36\xf7\xc2\x5c\xc7\xa8\x4c\x43\x88\x05\x2a\xdc\xa2\x6c\x9a\x99\x0b\x66\x5f\x6b\x30\xdd\x34\x72\x35\xd6\xc8\xdb\x15\x8d\x6d\x0d\x06\xe9\x8d\x3d\xb3\x63\x2f\xd7\x39\x18\xbb\x5c\xe1\xc0\x70\x02\x56\x30\x2f\x74\xb1\xb4\xa8\x90\xbb\x79\xa9\x73\xe5\x5e\xd2\x8a\x78\x93\xa3\x5a\x2c\x09\x03\xd2\x3b\xd5\x73\x3d\x5d\x18\x03\xd0\xc5\x65\x57\x2e\x57\xd1\x93\xa5\xb7\x5a\x81\x24\xbe\x0d\xed\xe9\x34\xfe\x07\x9c\xb5\xf8\xa7\xc6\x7f\x41\x3b\xe1\xa6\x83\xed\xeb\xf8\x8e\xfc\x9a\xcb\x83\x9a\x7b\x18\xbc\x60\x6c\xa8\x17\x6a\x77\x73\x1a\xe2\x46\x69\x4a\xdd\x22\xa9\x88\xac\x58\x50\x7f\x25\xa9\x10\xa5\x4b\xf5\xb9\x38\xea\x2b\x58\xeb\xac\x32\xba\x17\x2e\xb9\x9b\x5a\x56\xc0\x6d\xd7\x05\x05\x41\x19\xdb\x1b\xf3\x53\x0e\xa8\x37\xa1\x37\x18\x97\xfd\xba\x5e\x54\x38\x29\x80\x6f\xe4\x6b\xb7\x61\xc6\xfe\x72\xfd\x3d\x47\x34\xcf\x8e\x93\x13\xce\x81\x00\x93\x88\xff\x9b\xb1\xe7\xca\xc2\xe6\x07\x37\xdd\x54\xb2\x7b\x72\xc5\xce\x4d\x75\xe9\x41\x9e\x56\xbd\xc1\xdf\x1a\xc4\xa5\xa3\xa1\xba\x08\x92\x63\x2d\xf7\x29\x74\xa3\x5c\x43\xe0\x02\x59\x1c\x3a\x65\xca\xfb\x7d\x16\xa5\xb4\xa2\xb9\x92\x76\xa9\x76\x53\xed\x36\x4c\xd2\x38\x12\x91\x94\x3b\x74\x50\x30\x6b\x20\xdf\xea\x5c\x03\xcb\x75\x9d\x1b\xbd\xe5\x79\x56\x4c\x2e\x9e\x65\xc2\x74\x35\xe1\x64\xa9\x69\xc6\xa3\xf6\x4f\xcf\x9b\x33\x01\xf3\xb8\x62\x66\xe4\x52\x06\xa6\x94\x98\x4f\x77\x49\x36\xbd\x83\xcc\xef\x92\x6c\x55\x68\xf4\xb8\xa2\xa1\x4f\x40\xf8\x5f\xcb\x46\x3b\x6a\x29\x55\x3b\x06\x4a\x9e\x41\x73\x65\xb5\x9d\xb9\x52\xf0\xb7\xa2\x52\x27\x83\x9f\x9e\xd7\xc7\x69\x5b\x19\xb2\xc6\x14\x79\x98\x9e\xa2\xb9\xb2\x29\xf9\xb5\x08\xc1\x6b\x75\x07\x34\x78\x41\xfe\xcd\xcb\xc1\x77\xfd\x5a\xe2\xa1\xd4\x12\xaf\xbc\x70\x99\x88\xa2\xdb\xa5\x70\x43\x66\x39\x2c\xab\xc6\x81\x2c\x00\x30\x41\xf1\xa4\x61\x3f\x49\xde\xad\x21\x92\x02\xb1\xa0\x64\x1e\xdb\x5b\x89\x82\xad\x59\x7c\xff\x1f\x1d\xe0\xe8\xc9\xe8\xb4\x5b\xe8\x7c\xcf\x1b\x0d\xe2\x5d\x9f\x3d\x17\xfe\xe7\x52\x81\xe1\x9d\x54\xec\xc6\x82\x63\xc2\x4a\xf1\xff\x2d\x2d\x47\x21\xec\x06\xc0\x42\x93\x50\xe1\x06\x63\x0b\x0c\xec\x21\x2d\xd0\x82\x87\x82\x1e\x87\x76\x40\x5d\x62\x87\xce\x22\x8a\x13\xf2\x8c\xa9\x23\x51\x96\x92\x45\x4c\x67\xcf\x51\x8a\x5f\x71\x53\x84\x09\xeb\x20\x8a\x19\xbf\xd8\x66\x5d\x3c\x8b\x62\xa6\xa2\x32\x39\xfe\x35\x4b\xc0\x11\x4f\xec\x7f\x30\xca\x7f\xb2\xfa\xaf\xc4\xdd\xbb\x30\x59\x35\xb0\x69\x98\x42\x0f\x4c\x1d\x3b\x4b\x68\x42\x92\x15\x75\xbc\x19\x5b\x85\xb6\x04\x37\x1a\x18\x65\x60\x87\x5b\x12\xa5\x0b\x1a\xd7\x76\x46\xd2\x28\xe2\x4e\x9d\x0d\xcb\x77\xe6\x71\xdd\x53\x56\xdf\x65\x4c\xc0\xf5\x54\x86\xa2\xe4\x7b\x19\x9d\xd3\x7e\xbb\x0b\xc3\x06\xb4\x66\x2c\xf2\x73\xfc\xee\xf8\x76\x92\xfc\xf3\x79\x69\x3c\x15\x12\xb7\x79\x3f\x72\x8f\x5e\x96\xd9\xec\xda\xd8\xfc\x77\x55\x9b\x35\x23\x97\x8a\x91\xbe\x02\x2f\x95\x13\xb9\xec\x9f\xe5\xd4\x65\x33\xd6\x0e\x56\x0a\x0f\x54\xc9\x5a\x97\x8f\xcb\x2b\xe7\x70\x87\x06\x28\x98\x64\x77\x5f\xe4\xba\xa0\x2d\xe5\xd2\x89\xab\xfd\x15\xf1\xf1\x6f\x5e\x30\x2c\x44\x31\x51\x2a\xb2\x5b\xd2\xf1\xd4\xcb\x54\xae\x39\x56\x09\x99\xd2\xd6\x61\xe5\x90\x15\xbb\x64\xd7\x42\x0a\x9e\x56\x66\x3c\x43\x7c\xa4\x30\x2f\x40\xe5\x88\xa9\xbd\x64\x46\x51\xe2\xb9\xb4\x6c\x52\xe4\x87\xc6\x19\x35\x77\x7d\xb3\x67\xfa\xc2\x83\xfd\xa9\xe2\x5c\x3c\x4e\xef\xff\x47\x7c\x3a\xb7\x9d\x2d\x5a\x38\xcc\xc2\x64\x3a\x3b\x30\xf4\xed\x95\xc6\x39\x05\xf6\x12\x9a\x2d\x25\xcc\xfa\x4a\xc0\x6a\x41\x65\x0b\x6d\x62\xdc\x08\xc3\xb5\x00\x4a\x09\x7e\xbe\x20\xc9\x8f\x85\xe6\xdb\xc3\x22\xfb\x17\xd5\x01\x32\x01\x67\x58\x2e\x0d\xd1\x37\x96\xf7\xc6\x39\xf7\x45\x39\x51\x98\x78\x09\xb4\x03\xd7\x93\xd9\xac\x48\xe9\x7c\x4b\x9e\x05\x76\xea\x2c\x68\x82\x1a\x28\xd8\x22\x30\xf1\x98\x08\x68\x5e\x5d\xf3\xfc\xaf\x02\x7b\xce\x0c\x17\x8e\xdf\x99\xbb\xb7\x6f\x43\x2f\xe0\x2b\xef\x8e\x08\xf4\xf2\x26\x78\xae\x38\x95\x54\x4d\xd0\x31\x99\x9e\x8b\x39\x79\x21\xeb\xbd\x8a\xac\xd5\xc5\x50\x4c\x1e\xe6\x79\xe5\x3f\x47\xf1\xd2\x46\x19\x3d\xe3\x4e\x87\x9b\xbf\x5e\x14\xf6\xe9\x34\x9b\x23\x83\x4e\xfb\xb8\xd3\x21\x5e\x42\x92\xd4\x03\x2b\xef\x3e\xf3\x62\xd0\x4b\x81\xcf\x41\x02\xa6\x3b\x1c\x9d\x8c\x6e\x9b\x8e\xf0\xee\x8a\xe2\x96\x6d\x58\xd8\xab\x12\x0d\x29\x5d\xee\x52\x84\x14\x30\x93\x90\x9e\x09\xe3\x10\x9b\x4d\x68\x08\x6e\x94\x31\x0a\x8e\x83\xcd\x99\x73\xf7\x69\x29\xc4\x03\x67\xe0\x8f\x88\x5d\x0b\x3b\x5e\xfc\x85\x1c\x0d\x5c\x58\x43\x0d\xe9\xc4\x4a\xc6\x5f\x63\x3e\xbb\x1c\x74\x40\xc4\x93\xb1\xce\x3c\x23\x35\xb3\x2a\xf7\xc2\x26\xb2\xe2\x06\x97\xed\x90\xe9\x56\xc8\x53\xee\xb0\x60\x56\xd2\x6b\x3e\x8a\x73\xaf\xeb\x9f\x52\x17\xac\x76\x6f\x1e\x82\xcf\xaa\x44\x45\xee\x8a\x42\x15\xee\xd8\x89\xb7\x91\x08\xd8\x98\x11\xea\xdd\x6d\x98\x2e\x54\x6a\x24\x56\x39\x5d\x94\xf4\xde\xb2\x85\xc2\x2b\x2e\x56\x80\xb2\x69\xc2\x5f\x0a\xd7\x3e\x4c\x45\x5d\x52\x3b\x7a\xb5\xe9\x1e\xc5\x41\x3e\x30\xe0\xe2\x9d\x62\xae\x83\xb8\xe3\x97\xf1\x08\x69\x89\xf3\xf7\x0e\x2a\x23\xc0\xad\x6f\x77\x9e\x17\xa9\x9a\xc0\xc0\x70\x87\xb9\x9f\xcf\xd4\xc2\xdf\x2d\xc7\xdf\xdc\xe1\x02\x1e\xd8\xce\xdb\x1b\xae\x3f\x13\xdb\x75\xa5\x2d\x36\x71\xd9\x87\x9d\x1e\x30\xcb\xfa\xed\xd3\x9e\xb8\x80\x26\x6f\x81\x5d\x9e\x91\x7c\x43\x92\xbd\xc2\xc0\x79\x70\x92\x28\x02\x86\xda\x52\xfd\xc6\xdc\x52\x06\x37\x2d\x54\xb5\xe4\x5c\xcc\x8d\x02\x2f\x0b\xc8\x7a\x41\x43\x26\xeb\x93\x85\x70\xdf\x4e\xd1\x43\xc1\xfd\x55\xe4\x19\x6d\xcd\x5b\xc4\x4e\x48\x4c\x13\xbe\xb6\x05\x11\xeb\x26\x04\x22\x05\x43\x3c\x73\x16\x24\xb5\x57\xcf\x5b\x4c\xf9\xb2\xfd\x98\xda\xb8\x37\xc1\xb9\x32\x4d\xcc\x8d\x50\xbd\xf7\x12\x58\xa2\x72\x47\x32\xea\x59\x09\xa5\x01\xf4\xbf\x93\xc5\x6c\x1c\xf9\x5b\x51\x0c\x27\x0a\x67\x10\x31\xc1\x84\x35\x7a\x7e\x13\xe2\xa5\x09\x93\x4a\xdb\xbc\x90\xe9\x3a\xd2\xd3\x28\x2c\x7c\xc5\x76\xb8\x5d\xdb\xdb\x56\x71\xe1\xcf\xfe\x5e\x47\xd1\x90\x70\x69\x97\x26\xe8\x99\xde\x02\x7e\x2a\x66\x73\xae\x52\xdc\xb5\xb9\x0d\xd9\x84\xb0\x63\x6a\xab\x36\x24\x94\x3b\x32\xc2\xe9\x20\xdb\x61\x15\x45\x48\xd6\xbb\x14\x9a\x0f\x7f\xad\xb0\x60\x2a\x96\x76\x5e\x70\xaf\x38\xa4\xab\xf6\x47\x36\xba\x41\xab\x9c\xb0\x09\x78\x4c\x2e\x42\xb9\xe7\x71\x94\xaa\x85\x90\x97\xc8\x0e\x1d\xca\x06\x0e\x78\x81\x72\x12\xa9\x39\xa4\x4d\x3f\x8e\x95\xc3\x9d\x3c\x4c\x04\x84\x51\xa8\xdf\xfd\x09\xcb\xf0\xe7\x3b\x8e\xf7\x95\x7c\xdf\x54\x5c\x65\xbe\x7f\xdc\x6b\x0f\x86\xdd\xdb\xf0\x1f\x71\xe4\xd3\x5f\x6e\x9f\x20\xc3\xdb\x27\xff\x2c\x9f\x56\xa9\x5c\x89\xb6\xb3\x62\xf9\x85\x64\xac\x4e\x92\xef\xea\x37\xc8\x8a\xd3\xd3\x76\xb9\xbd\xa5\x4b\xcf\x72\x57\x4b\xe1\x13\xef\x48\x1b\xd9\xe4\x33\x9d\xbe\xf4\x52\xd0\x15\xd6\x0b\x1a\x53\xf2\xac\xfb\x9c\xb8\x34\x49\xe3\x68\x9b\x90\x10\x8c\x63\x72\x67\x67\xae\x17\x71\xa3\xfc\xc1\x73\x69\x74\x27\x76\xe6\xb8\xb3\x17\x54\x95\xf3\xd0\x8d\x99\x96\xd8\x2f\xf6\xe5\x25\x8d\xdb\x0b\x6d\xf4\xf4\xb3\xc9\x0b\xa2\x0c\xe5\x02\x5e\x8b\xb7\x5d\xa1\x81\xe4\xbd\xbd\x29\x7b\xf5\xf2\x01\xf5\x0f\x96\x46\xee\x03\x8d\x2f\x44\xe2\x05\xb8\x4d\xd9\xf3\xe2\x51\x92\x4d\x03\x2f\xcd\xfb\x4b\xac\x43\x18\x2f\xce\x7a\xe4\x8c\x8f\x91\xea\x86\xd9\xdb\x95\x17\x7a\x51\x68\xa7\xd4\x3d\x63\xf2\x9c\xdc\x3e\x59\xd8\xa1\x7b\xfb\x44\x72\x29\xb2\xc1\x96\x1f\x66\xe2\xa2\x5a\xda\x7e\xfc\x8b\x37\x23\x3f\xd2\x10\xe4\xb4\xb8\x1a\x16\x89\xf5\x59\x14\xeb\x7c\x6c\x72\xbd\x47\x54\x92\x90\x7a\x35\xe5\xa7\x52\x1d\x8b\x87\x95\x5a\x12\xf2\xff\x50\x78\x89\xc2\xe5\xd6\x9a\xfa\x44\x1e\x0f\x3c\xfb\x77\x6d\xf4\x62\xcc\x2c\xd7\x50\x59\xa7\x88\x68\x36\xf0\xc4\xf0\xf9\x88\x52\xd9\x05\x8b\x24\xa6\x49\xca\xcc\x68\x79\x2b\x0e\x36\x67\x8b\x50\x96\x5c\xc8\x9e\xe9\x41\xf4\x0d\x8f\xde\x62\x70\xae\xaa\x8b\x77\xa6\x12\x6d\xb1\x33\x51\xde\x36\xf5\x54\x95\x68\xe0\x76\x93\xc6\x2e\x0b\xf9\x3c\x6f\xdb\xf5\x22\xec\x87\xd2\x73\x67\x41\x9d\xe5\x34\xda\xe4\x9d\xb1\x2b\xcc\xe2\xb1\x2d\x28\x54\xfd\x2b\x85\x24\x38\xb3\x24\x01\x23\x7a\x45\xa2\xe0\x93\xbd\xbc\xe4\x54\xac\x41\xa2\x56\x6f\xf2\xf3\x4c\x15\x93\x50\x58\x0b\x1f\x39\xcf\x44\xac\xd8\x31\x85\x1d\x5c\xd8\x6f\x8d\x29\xf8\xf9\x04\x0f\x7f\x8b\x3b\xfb\x74\xcb\x07\x08\x5a\xa8\xe9\x82\x7a\x31\x79\xb6\x88\x62\xef\x5b\x14\xa6\xb6\xff\x9c\xe4\x17\xdc\x25\x90\x0f\xf2\x39\xcb\x19\x89\x3e\x98\x79\xd4\x77\x99\x19\x2d\x54\x22\x43\x6c\x61\xb3\x87\x52\x4c\x82\x14\xce\xcd\xbe\x72\xd3\xed\xc5\x1d\x33\xb4\x04\x93\x44\x98\xb1\x59\x08\x83\x14\xb4\x97\xbb\x3f\xb9\xde\xc3\x9f\xef\x12\x11\x8f\xba\xb0\x99\xfc\x2b\x5d\x5f\x73\xc7\x74\x6d\x9e\x53\x6e\x43\x45\x64\x4d\xf3\x8d\x1b\x1b\xcc\x71\x1a\x26\xcc\x56\xcd\xb3\xc3\x2d\x07\xee\x69\x82\x1c\x6d\x92\xa4\x76\xe8\xda\xb1\xcb\x0f\x34\x71\xf1\xf1\x5d\x96\x59\xa7\xdb\x1b\x9c\x72\x42\x79\xab\x76\x91\x06\x7e\x2b\x59\x51\xa7\xb5\x5e\xd8\xe9\x7a\x0e\x3b\xbe\x78\xa7\x8e\x3d\xa7\xc7\x3f\xa4\x0b\xaa\x8b\x32\xc2\x06\xad\x4f\xe7\x34\x74\x75\x21\xca\x6e\x55\xd7\xf7\xe4\xfe\x0c\x79\xe8\x88\x29\x9f\x6f\x08\x45\x33\xa9\xf6\xe5\x91\x80\x7e\x5c\xc2\x8a\x40\x7c\x7b\x1b\x65\x58\xe9\x9d\x97\x08\x89\xd8\xc2\x76\xd9\x90\x92\x17\x19\x50\x1b\xd8\xca\xb7\xe2\x33\xa2\xbc\x43\x5b\x5f\x95\xc0\x8c\x2b\xad\xd1\x18\xab\x26\xca\x2d\xf9\x9f\xc5\x34\xc0\xf6\x79\xec\xae\xac\xe2\xae\xa4\xe2\x56\xbe\x3c\xe0\xa9\xd3\x58\x57\xc5\xfe\x81\xca\xa5\x05\x6f\x77\xea\x75\x35\xdf\x5c\x6e\x99\x55\xee\x06\x05\xfd\x40\x0e\xfb\x82\x98\x87\x7c\x3f\xa7\xd1\xcb\xad\x72\xf5\xe7\xc2\xa3\x30\x33\xa5\x6d\x85\x7c\xc5\x60\xfd\x01\x3b\x78\xad\xa2\x23\x4b\x9d\x82\x6b\x2c\x2a\x09\xd1\x8c\xe4\x57\x50\x03\x65\x7e\xed\xb7\xd0\xef\x8a\x3c\x5a\x85\xe0\x0f\xb3\x60\x4a\x63\x14\xfc\x7c\xd9\x07\xa9\xaf\x27\x2b\xd6\xca\x55\xad\x42\x91\x3c\xca\xd2\x72\xf2\xf2\xc1\x55\xee\x52\x83\xf2\xe7\xab\x0d\xb5\x63\x67\x91\x0b\x7f\x26\x2e\x99\x19\xc3\x24\x6f\xec\xb9\x14\x63\x68\xe8\x26\x8d\x6d\x02\x8e\x1b\xea\xb2\xa6\x63\x62\x8f\x09\x26\xa4\x26\xb0\xa0\xe4\xca\x90\x08\x8d\x8a\xb2\x98\xb3\xbc\x6b\xc1\x71\x25\xae\x79\xdd\x11\xf0\xeb\x42\xdc\x14\x1a\x81\x4c\xea\x42\xcb\xa5\x0b\x1a\xb4\xc8\x9b\x28\xa5\x22\xdc\xc4\x4b\x44\x80\x7d\xe2\x05\x2b\x7f\xcb\x39\x4e\xc1\x66\xc5\x38\x98\x2a\x77\xd8\xb2\x7f\x8a\x01\x99\xc2\xa7\x4d\x68\x18\x65\xf3\x45\x8b\x99\xeb\x84\xdf\xaf\xa8\x31\xcb\x8c\xf3\xdb\x5f\x66\x75\x06\xa3\x61\x4b\x32\xaa\xf4\x68\x36\x4b\x68\xca\x6f\x2c\x20\xf5\xf9\x2a\x64\x0c\xd6\x50\x56\xa1\xd5\xea\x9d\xbc\x82\x73\x25\xbb\xa4\x9b\x33\x3d\x40\x5a\x40\x85\x05\x9f\x6b\xa0\xac\x5f\xc0\xb8\xcf\xf7\x92\x6a\x7d\x2d\x5d\x15\x0a\x8f\xe4\x8d\xe0\x46\xb5\x53\x51\xae\xce\xef\xa2\x2f\x97\x02\x62\xc1\xb9\xcd\x5d\x03\x1e\x86\x0a\x15\x61\x74\x55\xfb\xe3\x36\x2c\x6a\x32\xf3\x7c\xaa\x67\x2b\x3f\xb2\xdd\xd2\xe0\x67\x0c\x15\x22\xe5\x11\xc5\xba\x53\xae\xa8\xa8\xa5\x08\xb7\xe2\x42\x34\xf7\xfb\x44\x59\x9a\x5b\xa1\x4d\x8e\x1c\xbe\xc3\x16\x04\x76\xbc\xad\xa4\x84\xd8\x10\x2f\xa5\x81\x52\x44\x89\xe0\xcf\xda\x5e\x64\xa3\x39\x97\xd2\x60\xe5\xdb\x69\xf5\xb2\xc8\xdc\x88\xdd\x91\xc3\xd5\x58\xda\xba\xc2\x18\xad\x85\xe7\x52\x08\x8a\xe4\x95\xcf\x5d\xe4\x77\xe8\x47\xbd\xc3\xd8\xf0\x22\x7a\xe2\x19\x2c\x48\xef\xb2\x98\x9a\x37\x37\x7c\xe3\xea\x0d\xa5\x2e\x3f\x1a\x82\xbd\x5b\xce\x94\x7b\x8c\xff\x81\x1c\xff\xa9\x28\x78\x2d\x5e\x0a\xe3\xe3\xff\x2a\xce\x11\xe4\x7d\x95\x3f\x11\xea\xde\x2c\x02\x3f\x1c\x94\xf8\x47\xb8\x9d\x3a\xa4\xb0\xb3\x6f\xa7\x10\x60\x88\x5e\x28\xb6\x4a\x81\x57\x2e\xc8\x7c\x9b\xfd\x2b\x3c\x34\xc2\x4d\x1f\xda\x81\x17\xce\x5b\x64\xbc\x39\x23\x3f\x86\xf6\x83\x8e\xfb\x96\xdc\x62\x41\xef\x2a\x0c\xec\x1f\x83\xc8\xb5\x7d\x5d\x8a\xa2\xe2\xa7\xdc\xf4\x0d\x06\x79\xc2\x80\x62\xa9\x11\x40\x1b\x4e\x0c\xc0\x12\x77\xc6\x4c\x9b\x1f\x66\xb3\x19\xf9\x1f\xae\xa1\xbc\xb8\x0d\x7f\x9c\xc7\xf6\x56\xef\xb4\xdb\x67\xe4\x87\xd9\x68\x76\x3a\xb3\xeb\x6f\xbb\xf0\x16\x51\xc1\xea\x6f\x7b\xf0\xd6\xa5\xb4\x4b\x87\xf5\xb7\x7d\x78\xeb\x50\xb7\xef\x2a\x38\x0f\xe0\xad\xed\x4e\x07\x53\xb7\xfe\x76\x08\x6f\x11\x3a\xab\xfe\xf6\x04\xde\xf6\x4f\x07\xed\xc1\x49\xfd\xed\x08\xde\xf6\xfa\x3d\xbb\xdf\xae\xbf\x3d\x85\xb7\xdd\x4e\x77\xd0\x3d\x2d\xbd\x85\x88\x6a\x6c\xa8\x76\xbb\x44\xc8\x49\x93\x33\xf2\xec\x79\x8d\x61\x72\x46\x02\x7b\xa5\x07\x34\x9e\xd3\x67\x6c\x70\x3d\x43\x43\xf2\xf6\x49\xa7\xdd\xbe\x7d\x72\x46\xf2\x66\xd6\xc4\x8b\xae\xfc\xa2\x2b\xbd\xe8\xc9\x2f\x7a\xd2\x8b\xbe\xfc\xa2\x2f\xbd\x18\xc8\x2f\x06\xd2\x8b\xa1\xfc\x62\x28\xbd\x38\x91\x5f\x9c\x48\x2f\x46\xf2\x8b\x91\xf4\xe2\x54\x7e\xc1\x7e\x84\x84\xe0\x61\x22\x6c\x80\xdb\xf0\x39\x36\xd2\xd4\xcf\xa8\x68\xc0\x93\x69\x65\xb0\x79\xa1\xeb\xcd\xa3\x33\x42\x7e\x18\x0e\x3b\xed\x59\xb7\xf4\x72\x95\xc5\x2b\x66\x64\x92\x1f\x86\xb3\x7e\xd7\xe9\x94\x5f\x42\xa8\x0d\x63\x4b\x47\x3d\x3a\x72\x4a\x2f\x63\xea\xc2\x3b\xf2\x83\xeb\xf4\x06\xfd\x41\xe9\x65\x14\x33\xd1\xcf\xd8\xce\xdc\x13\xda\xe9\x97\x5e\x6e\xa9\x0f\x16\x20\x9b\x17\x4e\xa7\x5d\x1d\x48\x94\x86\x8c\xf1\x0f\xdd\x91\x7d\x52\x61\x9b\x52\xdb\xc7\x02\x75\xdb\xce\xe9\x69\x99\xd2\xd9\xda\x21\xbe\xec\x9c\xd8\xdd\xe9\xa8\x32\x90\xf0\xc6\xcc\xda\x48\x12\x8f\x1b\x86\x12\x6b\x59\xd6\x07\xf8\x81\x86\xce\xbb\x07\x1b\x56\xbc\xe5\xed\x9c\xbf\xc5\x96\xcd\xdf\xe2\xcf\xe2\xad\x17\x2e\x25\xbe\xec\x67\xfe\x2e\xa6\x6e\xf1\x8a\xb0\x86\xce\x5f\x61\xbb\xe6\x4c\xf1\x67\xfe\x16\x1b\x36\x7f\x8b\x3f\xf3\xb7\xd0\xb2\x39\x63\x6c\xe8\xfc\x25\x6b\x59\xa9\x3c\xec\x67\xfe\x8e\x35\xac\xf4\x8e\xfd\xcc\xdf\x81\x90\x2b\x98\xc2\x4f\x29\x47\x7b\x2b\x11\xd6\x66\x04\x3c\x70\xed\x18\x5b\x22\x1f\xff\xd2\x30\x17\xd7\x9c\xf2\x71\x8e\xf1\xc9\xdb\x52\x77\x94\x7a\x13\x61\x2d\xf2\x24\x79\x96\xe5\x44\x99\xe3\xd0\x24\x91\xca\x45\x69\x58\x99\x32\xb3\x28\xef\x00\x5e\xe5\x52\x82\xb5\x1d\x87\x60\x36\x11\xb9\xa9\x4b\x49\x10\x6e\xa2\xd4\x8d\xa5\xf7\x3e\x6a\xf0\xa4\xd4\x3a\x9d\x4a\x51\x59\xe3\xc8\x05\x11\x4d\x54\x19\xdb\x70\xe4\x50\x6f\x18\xe1\xe5\x97\x0d\xe3\x9c\xb7\x2c\xef\x2d\xd1\xd0\x79\x4f\xe5\xed\x8a\x3d\x95\xff\x2c\x12\x60\x9b\x0a\x7a\xfe\x53\x9a\x2a\xb3\x48\x1a\x09\xec\x67\x31\x84\xb0\x2d\x05\x29\xff\x99\xbf\xc6\x76\xcc\x07\x35\xfe\xcc\xdf\x42\x2b\x16\xe3\x0f\x7e\x4a\xa4\xb1\x3c\xc9\xe0\x67\x31\xb6\xe4\x76\x11\x23\x8c\x7b\xf4\xed\xc2\xca\xf8\x9a\x05\x2b\x54\xc6\x40\xd3\x89\xe9\x7d\x46\x13\xd8\xde\x44\xf5\x80\xbd\x4f\xca\xad\xac\x83\xe6\xf6\xc0\x45\x15\x21\xa3\x9f\xca\xdd\x05\x16\x19\x25\x5b\xef\x9e\x40\x79\x43\x66\xe7\xe2\x79\x12\x30\x91\xf2\x08\xfd\x04\xb7\xbb\x30\xc8\x4c\x24\x8c\x66\x3c\x67\x71\xaa\x0b\x54\x33\x51\x59\xa6\x5d\xe7\xad\xd2\x22\xe7\x8e\x43\x57\xb8\xb7\x0d\x19\x24\x10\xe5\xc3\xaf\x10\x27\x6d\x50\x6e\xba\x83\x41\x8b\x49\x65\xef\x1e\x0d\x2e\x3b\x49\xa9\xab\xa7\x8b\x98\x26\x8b\xc8\x67\x42\xbe\x33\x68\xd7\x6a\x60\x66\x49\x1a\x05\xde\x37\x5a\x14\x0f\x0d\x63\x3b\x5e\xa2\x07\x04\x5b\x16\x5a\x2d\x4b\xc0\x4c\x8a\xb2\x98\x7c\xb9\x7a\x2f\xca\xcf\x33\x23\xe2\x78\xa9\x28\x05\x86\xee\x94\x47\x7e\x3e\xf8\x4f\x2b\x33\x24\x27\xa8\xcc\xa7\x5c\x1a\xd5\x4b\xbe\xb0\x63\xdb\x49\xf9\xe1\x44\x67\x01\x4d\x42\x13\xc7\x5e\xe1\x29\x3f\x30\x8f\xe1\xa7\x9e\x3c\xcc\xf3\xd2\xdd\x86\x3f\xf2\x44\xba\x93\x73\x38\x23\x7c\x1a\x3d\xf9\xd3\xed\x13\x8d\xdc\x3e\xf9\xa9\xe7\xdc\x3e\xc1\x01\xf6\xec\xf6\xc9\x9f\xc5\x43\x2a\x3d\xfc\x81\x3f\xec\xf6\xa4\x87\xcf\xc4\xc3\x91\xf4\xf0\xb9\x78\x78\x8a\x0f\x9f\x97\xeb\xc2\x37\x09\xca\x51\xd1\xef\x33\xcf\x59\xfa\x5b\x12\x44\xae\x37\xdb\x92\xb9\x1f\x4d\x6d\x1f\x4c\x37\x36\x66\xa7\x5b\x02\xbb\x01\xec\x7b\x04\x0a\xbb\xf8\x01\x6c\x6c\x9f\xcc\xa8\x9d\x66\x31\x45\xb5\x56\x6c\x1d\x38\x76\x4c\xcb\x6d\xab\xfa\xa4\x71\x45\x1a\x73\x6a\xee\x65\x78\x84\xbe\x89\x1a\x15\xed\xe4\x11\xea\x99\xed\x27\x4a\xf2\x79\x6c\xbb\x1e\x60\xe1\x7d\x17\x79\x81\x4f\xb1\x8b\x41\x53\xd9\x57\x31\x9d\xd1\x38\xd1\x63\xea\x66\x0e\x75\xf5\x20\x82\x78\x8c\x80\xba\x9e\xad\xc3\x99\xe4\xb3\x1d\xd4\x18\x87\x58\x49\xfc\x58\xd1\x21\xb8\x8a\xae\x62\xea\xd8\x29\x75\x35\x12\x46\xc4\x8f\x00\xf8\x08\xbd\x9d\x09\xb1\xc3\x2d\xc4\xf8\x79\x3e\x75\x89\x79\x73\x23\xb7\x95\xe7\xea\xe0\xc9\xa1\x3b\x6a\xdb\x58\xd9\xc6\xfd\xa5\xb3\xbd\x9a\xca\x13\xb1\xd9\xdf\x91\x77\x4c\x93\x15\xb3\xeb\x1e\xa8\x9e\x3b\x28\xeb\x6c\x1a\x7b\xf9\xc1\xf6\x3d\x17\x43\xcc\xe1\x46\x03\x75\x01\x9a\x32\x77\x79\x73\x63\xd7\x26\x89\x3d\x57\x55\xa1\x4a\x2d\x96\x1b\x0c\x18\x91\xfc\x12\x78\x70\x45\xf6\x69\x8b\xd9\x0b\xb1\x0c\x49\x4a\x8c\xfc\xb0\x79\xee\x17\x9e\x8a\x19\xcf\xa3\x92\xf9\xb1\xc5\xfc\x4c\x7e\x8b\xbc\x8e\x92\x14\x0e\x77\xc3\x3d\xb3\xe0\xea\xcb\x63\x55\x8e\x8f\xc9\x97\x28\x03\xf7\x9d\xed\xba\xb8\x39\x40\xc3\x34\xe6\xee\x1a\x56\x96\x1f\xc1\x57\x1b\x27\x4c\x81\xd0\x84\x1d\xbe\x8d\x32\x12\x52\xca\x29\x20\x33\x2e\xc8\x99\x9a\x05\x04\x18\x34\x58\xd6\xbf\x90\x53\x4d\x51\xc9\x9f\x2b\x75\x94\xf6\x19\x11\x9a\x63\xe7\x8c\x3c\xe3\xa9\xc9\xcf\xa4\xd5\x1d\xf0\x1b\x16\x48\xb7\xfc\x22\x7f\xde\x3b\x13\xe5\xe7\x0f\xfa\xa5\x84\x9d\x22\xe5\xa0\xf4\xa2\xf7\x5c\xd2\x17\x78\xf1\x24\x55\x01\xfc\xaa\xa2\x89\xf3\xf9\x05\x5e\x89\xd6\x42\xff\x99\xef\x55\xb7\xd6\xec\x2b\x9f\x56\x6c\x8d\xe3\x83\xb3\x5a\x7b\x7c\xaa\xac\x7b\x77\x00\xd8\x5e\xa2\x8c\x6d\xb8\x6b\x86\xff\x3a\x19\x9c\x91\x93\xfc\x1d\x38\x15\x3a\xed\xfc\xad\x9d\xa5\x11\xba\x89\xe5\x9a\xb0\xac\x44\x3d\xea\xa7\x73\x6f\x68\x9a\xc2\x99\x56\x11\xd1\x77\xf7\xa7\x69\xe4\x6e\x8b\x83\xad\xd8\xbf\xfc\x98\xa7\x6a\xae\xd4\x57\x5e\xe9\x40\x69\x8d\x40\xb9\xb0\xf3\x82\x49\x61\xe8\xac\x64\xe0\x81\xc4\x68\xea\xf2\x29\x5b\x29\x26\xfd\xb1\x75\xa6\x50\xd4\x9e\x49\x7a\xef\xf3\x8a\x72\x5e\x0a\x60\x6f\x66\x89\x7e\xac\x2a\xa5\x14\x6a\xde\x48\xca\x14\x1c\x1a\x3e\x93\x0a\xae\x91\xce\xe0\x27\x45\x39\xaa\xf1\xe8\x2a\x96\xc5\x99\x1b\x89\x9c\x2d\x05\x90\x0b\x59\xd1\xd8\xa1\x61\x6a\xcf\xf1\x20\x14\x06\x76\x82\xd7\xef\xae\x05\xda\x93\x18\xa1\x3c\x7e\x8a\x3f\xe5\x6a\xfc\xdd\x73\x26\xec\x82\xd5\xc2\x66\x23\xc7\xd5\xe5\x52\x01\x7f\xbd\xe0\x7f\xc6\x2a\x51\xd3\xb9\xde\x29\x0e\xa8\x41\x5f\xae\xca\x63\xaa\xe1\x2c\x18\xab\x71\x55\x8c\x70\xce\x17\xb1\xe7\xe2\x96\x2e\xac\x3f\x72\x9c\xcd\x8c\x35\x07\x84\x33\x79\xa1\x17\x64\x01\x71\xbd\x80\x86\x09\x5b\xcb\x89\x9d\x72\xe5\x6f\xcb\x94\x52\xdc\xfc\x23\x6b\xcf\xf7\xb9\x5a\x8d\xc7\x68\x6d\xd7\x5e\xe1\x39\x8f\x88\xb8\xde\x6c\x46\xe1\x7a\x83\xc4\x01\x83\x11\x66\x91\x26\xeb\xb7\xb0\x54\x13\xb6\x54\x7b\x42\x81\x82\x25\x55\x2a\x1e\x57\x18\x37\x89\x90\x66\x49\x70\x46\x06\x27\xc3\xd5\x06\x7e\x05\xee\x19\x39\x19\x8e\xf8\x2f\x7f\x7e\x46\x4e\x4f\xbb\xfc\xd7\xc6\x3f\x23\x9d\x6e\xbb\xbd\xda\xd4\x34\xc1\x7c\x77\xee\x5f\x4c\xc8\xc4\xa9\x6e\x27\x0e\x0d\x5d\x2f\x9c\x3f\xab\x95\x80\x69\x94\xb5\x87\xb7\x4f\x9e\xbf\x50\xb0\x49\x52\x3b\x4e\x13\xdd\x4e\xf5\x6f\x34\x8e\x0e\xe2\x25\x77\x4f\xb1\xb1\xae\xec\x1d\x7b\x03\xbd\x03\xfb\x93\x10\x8b\x5e\x40\xcd\x61\x50\xa5\xba\xe9\x5b\xe2\xb6\x18\x4c\xaa\xe7\x7b\x9c\xa2\x91\xa1\x69\xfb\x6d\xb9\x69\xbb\x6d\xb9\x69\x87\x6d\xb9\x69\x3b\xfd\x43\x9b\x56\x95\x37\x34\x89\xea\x85\xaa\x59\xfc\x2c\x90\x54\x77\x11\x4b\x86\xdb\x80\xdc\xd0\x63\x29\x60\x1d\x41\x8b\x14\xcd\x93\xbc\xa9\xe0\xac\x4c\x96\xa6\x18\xb3\x20\xc6\x1b\x27\xab\xc9\x89\x4e\xb7\xe2\x6a\xf3\x5c\x1d\xa9\xc5\xe6\x70\xf1\xe9\xb5\x57\x9b\x7a\xea\x38\x5a\x2b\xb9\x0f\x15\x33\xd3\x14\x7e\xf9\x5a\xaf\x3b\x51\x10\xc0\xa9\x55\xdc\xf2\xc2\x53\xbe\x10\xe0\x83\xe1\xa1\xd8\xbf\xf0\x9c\x29\x16\xb9\x80\xcf\xaf\x2b\xf0\xab\xab\x4e\xa7\x35\xa8\xca\xcd\x3c\x71\x12\xec\x4e\x0c\x8b\x93\x7c\x37\x5b\xb5\xd5\x2a\x0d\x51\xbe\x72\xae\xf2\xc9\x3d\xc8\xea\x1c\x44\xf8\x6b\xf9\xd3\xea\x0e\xaa\x3a\x52\x29\x7d\xb5\xbe\xad\xde\xee\xe4\x95\x1a\x23\xba\x50\xb9\x3c\xdc\x26\xd3\x57\x9e\xef\xd7\x2a\x31\x68\xd7\x09\xa4\x3d\x8f\x5a\x83\x92\x36\x69\x75\xb0\x0e\xbc\x2a\xa5\xab\x52\x5a\xed\x93\xc1\xf3\x4a\x71\x8b\x6b\x02\x6b\x9f\x36\x86\x1d\xa0\xc0\x2f\x33\xea\x34\xf2\xa9\x0f\x09\x7e\x98\x82\xf4\x14\x6c\x2a\xe5\x01\x31\x22\x36\x91\xf0\x9c\x59\xa9\x7b\x15\xea\x4c\x2d\xbd\xac\x08\xed\xa3\x62\x30\x1e\xcc\xaa\x6e\x18\x74\xa4\xd5\xab\x74\x31\xa6\xae\x46\x42\x88\x61\x27\xf1\x62\x9a\xef\x68\xa0\xa0\xe5\xfa\x7e\x35\xaf\xdd\xb4\xb7\xe1\x8f\x85\x0d\x0c\xf7\x84\x94\xe9\x6d\xdf\x27\x15\xcc\xc6\xb2\xf7\xb1\x20\x9e\xd9\x6e\x85\x98\x5f\x84\xca\x3a\x36\x81\x18\x12\x3b\x6e\x22\x2e\x8e\x63\x88\x0f\x3f\x72\xd9\xea\x0d\x30\xf7\x4a\xa9\x69\x30\xa5\xae\x6c\x18\xda\x4c\x82\xa6\x3a\xe8\x50\x75\xf5\xfb\xb1\xe4\x5f\x23\x2f\x94\x55\xf2\x67\xdd\x0e\x39\x15\x56\xc3\xb3\xce\x50\xfa\xd1\x27\xbd\xe2\x05\xe9\xe0\x77\xae\x7a\xef\xce\x46\xb6\x2d\x2a\x57\x2c\xc0\xb9\x84\x30\xd5\xe4\x50\x1b\x8d\x1f\x09\xf2\x79\xe4\x31\x5c\x35\x03\x97\xdd\xe7\x97\x2e\x68\x65\x29\xaa\xbc\x7e\x0c\x3c\x83\xfa\x92\x6e\x21\x64\xd7\xb1\x99\xed\x58\x3a\xdd\x56\x5c\xb6\xc4\x5b\x5f\xb7\x57\x2b\x9f\xea\xb8\xd9\xa9\x11\x83\x29\x84\xaf\x6d\xe7\x06\x7e\x63\x31\x6f\x9f\xdc\xd0\x79\x44\xc9\xa7\xab\xdb\x27\x1a\xf9\x10\x4d\xa3\x34\x62\x4f\x2f\xa9\xff\x40\xd9\x10\x26\x6f\x68\x46\xd9\xbb\xf3\xd8\xb3\x7d\xf6\xea\x4d\x94\x46\xe4\xc6\x0e\x13\x74\x7b\xbd\xf2\xa6\x94\x47\x30\x88\x87\x45\x41\x58\x82\x73\x56\x08\xbe\xef\x3a\x0e\xa2\xaf\x1e\xd2\x89\x7c\x95\xcf\x6e\xb6\xc1\x34\xf2\xf1\x21\xe4\x57\x22\x2f\x8d\x08\xe5\xf9\x3e\x31\xfc\x6e\x26\xaf\xa3\x30\xd2\x3f\xd0\x79\xe6\xdb\xb1\x46\x5e\xd3\xd0\x8f\x34\xf2\x3a\x0a\x6d\x27\xd2\x98\x15\x9f\x44\xbe\x9d\x54\xea\xc1\x68\x30\x6f\x33\xca\x62\x8f\xc6\xe4\x0d\x5d\xb3\x07\x39\xff\xc6\x12\xd4\x66\x5e\x43\x0f\x55\xf4\xff\xa2\xb7\xd1\x59\xa1\xec\x6c\x91\x55\x7e\xa3\x50\x75\xc1\x2c\x2d\x07\x10\x6e\x90\x24\x59\xc0\x43\x89\x2a\xa7\x09\x35\x92\x6e\x57\x3c\xf0\xf2\xae\x33\x5c\x6d\xee\x4a\xec\xeb\x72\x9a\x54\x32\x07\x83\xbc\x3b\xa8\xb7\x04\xa4\xa8\x2f\x3e\x0a\xfa\xd6\xe8\xa4\x2a\xc4\xe4\xc3\xe8\xe0\x2a\x96\xf6\x66\x08\x7f\x50\xcf\x52\x26\x28\x6b\x47\xed\xc6\xc4\x18\xcd\x26\xa5\xee\xef\x48\x3c\x45\x0f\x7b\xf1\x39\x79\x24\xb1\x5c\x6c\x82\x0f\x76\xd4\xb4\x61\xd4\x94\x4a\xda\xa8\x38\xd5\x88\xeb\x8a\xd3\xa2\xa3\x4b\xf7\x11\x3f\xda\x2f\xdd\x8a\x9a\xb6\xe8\x1e\x46\x5e\x26\xee\x1d\x44\xdc\x69\x9d\x54\x32\xef\x1f\x48\x5f\x21\x1f\x1c\x48\x5e\x19\xd2\x8b\xe1\x01\xf4\x95\x56\x57\x5e\x10\x23\x94\x15\xc9\xff\x55\xce\x50\x50\x95\x4e\xef\xf0\x4f\x98\xf9\xfe\x8e\xd4\xe2\x30\x1e\xff\x0c\x2a\x83\x34\x4f\x5c\x8a\x03\xcd\x47\x4d\x57\x9d\x58\xa5\x41\x57\xcb\x71\x1b\xfe\xc8\x63\x86\x3a\xca\x96\x1a\x56\x35\x61\x9e\xba\xab\x4c\x3d\x68\xd5\x14\x6d\x9e\xbe\xa7\x4c\xdf\x6f\x4c\xdf\x57\xa6\xef\xd5\xd2\xcb\xe5\xaf\x34\x22\x52\x54\x37\x7c\x45\xf1\x0f\x48\xdc\x3b\x24\x71\xff\x90\xc4\xca\xfe\x24\xca\xee\xae\x54\xda\xa7\xb6\xdb\x38\xbe\xf7\x98\x1d\x05\xbd\xa2\xb8\x75\xf3\x0a\x6e\x05\x69\xca\x6f\xd4\xfe\xa9\xaa\xd1\xd2\x4d\xaa\x07\x59\xaa\xdc\x94\x52\x06\x0d\x40\x90\x8d\xb8\x14\x45\xc7\xec\x4a\x26\x82\x32\xd2\xa0\x46\x22\x97\xb0\x5a\xe8\x26\xca\x7a\xad\x1e\x6f\x3f\x36\xcd\x62\xbd\xd9\x52\xad\xd8\x43\x65\x55\xb8\xa0\x54\xd8\x26\x25\x5b\xb9\x92\x25\x80\x2d\xe5\x11\xe5\x95\x4f\xab\x5b\x9f\x19\x69\x63\x17\x93\xfa\xf5\x31\x15\xe2\xe5\xd4\xd5\x1b\xed\x48\xc0\xcd\x25\x6d\xa2\xb7\x40\x77\x69\x57\x2a\xdc\xad\xd8\x91\x78\xc5\xb7\xce\x58\xd6\x0b\xf4\x58\x41\x30\xd4\x13\x23\x43\x6b\x95\x57\x09\x04\x68\x26\xb5\xe3\x9c\x90\x1f\x66\xce\x6c\x44\x7b\xf5\xce\xe4\xb2\x5e\xb1\x09\x28\x24\x7e\xdd\x05\xf3\xb1\x1c\x47\x99\xef\xd9\x8b\x4d\x0a\x88\x0c\xb8\x23\xb9\x31\x8b\x2e\xe1\xa9\x9d\x78\x0e\x8f\x17\xd0\x08\xb5\x9d\x05\x5e\x02\x6e\x3b\x71\x94\x24\x60\xf1\x89\x90\x02\xbe\xe1\xc3\x9d\x4f\xf5\xb3\xeb\x52\x61\x5b\x27\x35\x59\x5a\x4f\x2f\xa9\x77\x35\x27\x47\x41\xa0\xf6\xab\x4b\x5b\x0c\x8a\x5c\x1a\xda\xbb\xb6\xee\x61\x6a\xdb\x71\x20\xd0\x73\xbe\x6b\xda\xb4\x2b\xa3\x28\x95\x76\x6d\x6b\x65\x94\xcb\xde\x48\x55\x2b\xe4\x23\x7e\x14\x51\xd8\x9a\x07\x42\xca\x51\x70\x56\x36\x65\xc3\x3c\x6f\x9c\xe4\x65\xb2\x6a\x25\x4b\xae\x31\x65\x7e\x6c\xe5\x50\x74\x45\x1e\x90\xa9\x6a\x19\x46\x52\xef\xf2\x3c\x8c\x52\x41\x52\xbe\x2b\xa0\x51\xc7\xc9\xd3\xbb\x6c\x42\x2a\xb2\xa8\xbb\x7d\xa4\xf4\x4d\xb5\x18\x29\x8b\x04\x24\xf5\x51\x85\xfd\x8b\x51\x73\x4d\x03\x0a\x48\xeb\xa3\xaa\x56\xf6\xdd\xa4\x72\x71\x2b\xb9\xaa\x47\x15\x56\xb2\xd6\xd1\x68\x2a\x85\xcf\xca\x4d\xa1\x91\x93\x56\x65\xef\x2a\x67\x94\xa4\xb1\xb7\xa2\xae\xce\x0f\x4e\x89\x4f\xe4\x56\x05\xa9\xe2\x6e\x0b\x49\xe9\x28\xd6\x6c\xf5\x48\x9e\x23\xe4\x73\xa5\x53\xf4\xd3\xe6\xe1\x5b\x4d\xaf\xab\xbc\xd8\x06\x3f\xde\x73\x24\x5f\x0b\x01\x67\xd0\xed\x98\xba\xc5\x06\x7b\x71\x87\x52\x4c\xed\x24\xf1\xe6\x21\x3f\xca\xf2\x23\x1c\xa5\xd1\xf9\x66\xf0\x8f\xd3\x34\xd4\xef\x8a\xf0\xb2\x62\x83\x1e\xea\x82\x69\x59\x1a\x21\x10\x25\x79\xdf\xea\xd5\x45\x68\x9d\x60\x23\x11\xec\x4a\xaf\xb0\x02\x6a\xc2\xb0\x92\xba\xac\x5a\xed\xb0\x51\x24\x42\x85\x06\x59\x33\x32\x2b\x1d\x2a\xe7\xea\x64\x49\x59\x3a\xd5\x9c\xd9\xb5\xe4\xa5\x81\x83\x43\x5d\xe1\xad\x55\x68\x01\x55\x46\x25\xed\x02\xe1\x7f\xd5\x65\xab\x3f\x56\x49\x40\x45\xdf\x16\xcb\x9d\x62\x0b\x40\xd1\xb5\x52\xfa\xc7\x7a\xb6\xec\x2c\x29\x39\x50\x1e\xef\x29\x41\x58\xd9\x47\xd9\xa3\x42\xb9\x7b\x67\x57\x01\x8b\xfa\xe4\xc9\x6b\x41\x22\xaa\xea\xe4\xa9\x4b\xfe\xa4\x3d\xaa\xc3\x09\x2b\x7b\x48\x8d\xd5\x51\xac\x8a\x3b\xd4\x5e\x59\x4c\xc8\x77\xc8\xa0\xe6\x14\xcd\x8a\x70\x9d\xa7\x89\x38\x2d\xa8\x11\x97\x6f\x80\x82\xb7\xb6\xb8\xe9\x4e\x93\x77\xc3\x60\x14\xf1\x60\x0b\xb5\x48\xe0\x85\x53\xf4\x44\xd9\x9a\x50\xcb\x87\x46\xea\x4d\x8d\x5a\xe5\x33\xa8\x52\x4b\x69\xd4\xf4\x2a\x93\x59\xd5\xd1\x35\x6a\xa5\x19\x5a\xa1\x6e\xb0\x45\x81\xbe\x74\xda\x54\xfe\x94\x25\x1e\x11\x9b\xb0\x11\xb9\x0b\xa3\x75\x6c\xaf\xe0\x4a\xb4\x95\xb8\x64\x55\x3e\xd7\x5b\xef\x95\xaa\x6b\xb2\x61\xc2\x37\x77\xcc\x1e\x0c\x36\x2a\x06\x8d\xce\xd1\x06\x99\xb0\xab\x79\xcb\x2c\x1a\xa5\x43\xd5\x34\x56\xcb\x80\x1d\xed\x50\x99\xb6\x0d\x52\x61\x47\x3b\x28\x18\x34\x3a\x99\x1b\x84\xc9\xce\x76\x28\xb1\x68\x14\x2b\x8a\x76\x68\x34\x9d\x1b\x04\x8c\x82\x45\xa3\x51\xfc\x98\xf7\x16\x79\x3f\x62\x13\x77\x00\xa9\xae\xac\x03\x76\x06\xcf\x35\xfe\x8a\xfd\xff\xd8\xf6\xad\x7a\x69\x56\x34\x76\xb1\x44\xaa\xe9\x15\x85\xdd\xb1\x0c\xd7\x98\xe4\x47\xf5\x72\x44\x45\xfe\x69\x0d\x07\xb5\xc4\x62\xe9\xaf\x65\x29\x1a\xa6\xb7\xda\x00\x84\x7d\xc5\x39\xd2\xad\x6d\x16\xf3\x71\x50\x3d\x2a\x88\xfc\x1a\xdd\x47\xac\x6f\xfc\xc8\x59\x8a\x7d\xd8\x92\x6a\x57\x77\x13\x88\xdb\xc6\x30\x0c\xcf\xe1\xa6\x3b\x04\x71\xe3\x59\x58\x1e\x2b\xe1\x85\x2e\x5d\xd1\xd0\xc5\x6b\xa8\xe0\x30\x00\x0f\xfa\x2e\xc5\x54\x94\x47\x67\x3d\x0e\xa1\x1c\x42\xa0\x18\x55\x0d\xf1\x08\xb5\x48\x85\x47\x48\x25\xf9\x52\x8b\x5a\x50\xb4\x58\xb1\x03\x5c\x19\xcd\xa8\x61\xc1\xc6\xb1\xb4\xf5\xac\xd5\xae\x99\x55\x25\x91\xad\x54\xd5\xeb\x7c\xbc\x55\x5f\x2a\x16\x7e\x6e\x15\xdc\x86\xaa\x4b\xdc\x54\x2e\x07\x95\x47\x08\x87\x7c\xe3\xfa\xae\x98\x1a\xea\x75\xbe\xcc\xa7\xb6\xd2\xef\xe0\xb3\x51\xf0\x69\x5c\xf3\x95\x53\x55\xbd\xf6\x4b\x9c\x94\x1b\x1d\x0d\x9c\x6a\x5a\x80\xc4\x47\xe9\x2d\x14\x7c\xaa\x9b\x5f\x0a\x26\x8d\xca\x84\xa2\x30\xcd\x0e\xee\x4a\x97\xa9\xf6\x25\x9b\xba\x4c\xad\x82\x37\xaa\x01\xbb\x7a\x4d\xcd\x6a\xe7\x6e\x69\x53\x73\xab\x59\xed\x0c\xa4\x6a\x6e\xac\x26\x63\xa1\x51\x49\xd8\xd9\x5e\x4a\x1d\xbf\x51\x5d\xd8\xd9\x5e\x4a\x56\x3b\x77\xa7\x1b\xdb\x4b\xc9\x6a\x67\x94\xda\x8e\xf6\x6a\xb2\x46\x1a\xbc\xc4\x05\xbb\xba\x8f\x0a\x29\xf3\xa5\xa9\x89\x85\xd2\xe7\x96\x93\x3f\x1a\x49\xad\xf6\xbf\xf1\x52\xef\x8a\x90\x2b\x88\xab\xfb\xe2\x25\xe2\x86\xb0\xa8\xfd\xf4\xa8\x9c\xd5\x8e\x30\x33\x52\x51\x89\x1e\xd7\x7b\xaa\x45\x54\x07\xf3\x91\xdd\x8b\xa9\x82\x83\x32\x26\x62\xe7\xb2\xaa\x62\xa2\x0a\x8c\x78\x64\x81\x15\xa3\x1f\xb4\xac\xe6\x91\x96\x8f\x45\xe5\xd4\x41\x15\xad\xb1\xc3\x73\x7f\xa1\xd2\x07\xd3\xad\x06\xbc\xcb\x5c\x77\x8c\x41\x79\x94\x36\xd2\x37\x0f\xa1\x7d\x94\xd4\x72\xfd\x1a\x07\xd2\x9e\xea\x6a\x21\xb6\x8a\x2b\xe2\xd5\x15\x54\xef\x24\xe6\xc4\x1e\x5c\xa8\x76\xe0\x1e\x48\xce\x40\x38\xdd\x2a\xbe\xd8\x7a\x75\xe4\x89\x55\x09\xbc\xa8\x32\x83\xfb\x6b\x94\xcd\x6c\xbb\xee\xb3\xba\x5c\x24\x3f\x93\x0e\x0d\x34\x52\x5d\x12\x58\x3e\xaa\xc1\x20\x67\xa3\x2f\x6c\x7f\x56\xcd\xab\x31\x9b\xd6\x40\x95\xcf\xa3\x79\xdc\x67\x76\x9c\x56\xaa\xd4\x9c\x47\x57\x99\x09\x1e\x3f\xda\xd1\x6c\x3b\x64\xeb\xee\x66\x93\xde\x96\x9a\x2e\x2f\x43\xa9\x8f\x35\x3c\xf4\xf6\x7c\x47\xa5\x1b\x74\x84\xc6\x82\x30\x39\xb2\xa3\x2c\xf8\xfa\xfb\x8b\xd3\xb0\x04\x37\x17\xc7\x9f\xef\x2c\x0e\xbc\x3e\xa4\x38\x79\x81\x1a\x6d\x0f\xf1\xf9\xbd\x0c\x89\x1f\xe1\xb6\x2b\xdc\xe0\x90\x6e\xed\xaf\x7d\xea\x4e\x62\x41\x0b\x57\x3e\xea\x58\x6c\x8c\xe8\xaf\x92\x77\x14\x1e\xe6\x1a\xa9\x7a\x8f\xb9\x1e\x6e\xde\x44\x58\xb1\x38\x1e\x2f\x2f\xf4\xa3\x92\x58\xb1\x77\x51\xa7\x54\x66\xde\xea\x75\x1a\xf3\xdd\x79\xe4\x01\xdb\xa9\x7a\xee\x81\xd3\x45\xd9\x6a\xa7\x6d\x57\x3f\x9e\xc4\x47\x11\x92\xda\xae\x5b\xdf\xd3\xc2\xcf\x23\x6b\x99\x4c\xaf\x5c\xa4\xd5\x9b\xa7\x0a\x62\xd5\x22\xad\xd0\xd8\x2a\xb5\x40\xcf\x83\xce\x9a\x21\xd9\x31\x25\xfe\x40\xbb\x5b\x14\x89\x5f\x0f\xd7\x30\xe0\x55\x5b\x10\x15\x42\x8c\x9b\xa8\xdb\xc9\xb5\xcd\x88\x0a\x9d\xb8\xa3\xab\xfa\x51\x6c\x30\x57\x28\x39\x02\x58\x14\x57\xac\xe1\xc7\x72\x2c\xe8\xca\x43\x40\xa9\x9a\xed\x26\x97\x73\x1e\xb4\x7f\x82\xff\xf7\xcb\xb9\xa4\x04\xd5\x54\xec\x7d\x99\xc8\x83\x30\xbf\x3d\xe9\x20\x62\x3e\x71\x55\xaa\xca\xce\x56\x40\x07\x4d\x7d\x0e\x1e\xd2\x6d\x6a\xb3\xaa\x6e\x73\xed\xaa\x10\x96\x43\xe5\x3b\x94\x27\x74\xdd\x83\xd8\x58\x28\x90\x89\x35\x4e\x0d\x67\x5a\xf6\x6b\x6a\xc1\xb2\x32\xdc\x14\x4a\xfc\x61\xfc\xca\xed\x07\xf6\x56\xd3\x69\x19\xad\xaa\x41\xed\x51\xda\xd2\x10\xad\x6d\x67\xef\x41\x5f\x1a\x9d\x7b\xb4\xce\xbe\x5d\xa4\xb6\x23\x1a\x8c\x8c\xfd\x0a\xad\x36\xbd\x1a\xed\xb2\x7d\x4b\xaa\x38\xff\xf4\x5b\x07\x93\x3a\x40\x69\xb7\x65\xd8\xab\x5a\x86\x8f\x72\x2f\xb7\xed\xfe\x9d\x9f\xd3\x97\x1a\x72\x8f\xda\x34\xb4\x28\xbf\x7d\xbb\x2e\xb7\xca\xfe\x82\x1d\x3e\x82\x66\x4e\x9e\xc3\xb4\x08\x1c\x7d\x79\x63\x66\xb1\xff\xec\xf6\x89\x6b\xa7\xf6\x19\xe0\xf7\x1c\x27\x0f\xf3\xa3\x4d\xe0\x6b\x7f\x4a\x1e\xe6\x64\x13\xf8\x61\xf2\xcb\xd3\x45\x9a\xae\xce\x8e\x8f\xd7\xeb\x75\x6b\xdd\x83\xeb\x97\xbb\xed\x76\x9b\x25\x7d\x8a\xc7\x49\x7f\x79\x3a\x7a\xca\xcf\x54\xc1\xd7\x07\x8f\xae\x8d\x68\xf3\xcb\xd3\x36\x69\x93\x11\x19\x3d\xfd\xf3\x9f\x56\x76\xba\x20\x33\xcf\xf7\x7f\x79\xfa\xc3\xaf\x7b\x8a\xa3\x7f\x3f\x25\xee\x2f\x4f\x5f\x0f\x5b\x83\x61\xbf\x75\x32\xf0\xf5\x5e\x6b\x70\x4a\x7a\xad\x61\xa7\xab\x77\x5a\x83\xde\x88\xfd\x3d\x78\xd5\x26\xfd\x56\x77\xe8\x77\x5b\xa7\x27\x7d\xd2\x6d\x9d\x9e\xbe\x1a\x91\x6e\xab\x73\xda\xfb\xf6\xf4\xf8\xcf\x7f\x62\xc5\xfc\xb3\xe2\x00\x5d\x73\x3b\x85\xe2\x12\x25\x3b\xad\x0e\xbc\xbd\x85\xd8\x63\x6c\xab\xe2\x76\xaf\xf6\x38\xa4\xa3\x4b\xd9\x15\x55\xf8\xbd\xfa\xbb\x5f\xf4\x77\xbf\xd2\xdf\x7d\xd2\x17\xfd\x9d\xa4\x71\xb4\xa4\xa5\x1e\xdf\xab\x61\x78\xc7\xb7\x49\x77\xd1\x6f\xea\xc3\xfd\x7b\x70\x3f\xc1\xfe\x38\x1b\xa5\x7c\x7f\x7c\xfc\xa8\x07\x1e\x5c\xc0\xff\xd8\x3c\xe7\x6a\x96\xa2\xb8\x55\x72\xe5\xe4\xfe\x1d\xfb\xbb\xd3\x2d\x3a\x9c\x7d\xcf\x7b\x5c\xef\x13\xbd\xcf\xe7\xb8\xe3\xc5\x8e\x4f\x49\xfc\xcb\xd3\xde\xd3\xc3\xe7\xfa\xa3\x73\x35\x59\x7b\xa9\xb3\xd8\xe5\x9a\x7b\x6c\x36\xc1\xd6\x90\xe2\x38\x4f\x39\x83\x47\x3b\xe5\xd1\x0c\x5a\xfb\xb1\x6f\xd8\xd5\x4a\xb2\x69\x1a\xdb\x4e\xfa\x6c\x77\x3e\xda\x8e\x72\x54\x7c\x70\xfd\xa6\x16\x05\xcc\x15\xf5\xe6\x61\xcd\x4f\xa4\xaa\x51\x99\x7e\xb3\x83\x7e\xb3\x83\x5e\xb9\x59\x58\xdf\x48\x7c\x8c\x43\xb5\x39\xab\x3b\x34\x3b\xe8\x95\x7e\xb5\x92\xd7\x67\x07\x71\xd1\xec\x52\xe4\x7a\xfd\xdc\xe3\x18\xae\x4d\x17\x17\x17\xa4\x11\xb1\x1d\x27\xca\xf8\xdd\x80\x80\x83\x01\xd0\xf7\x1c\x3e\x68\x41\x65\xb3\x18\xe6\x2e\x5c\x5d\xef\x92\x3c\x3b\x75\x2b\x54\xb7\x38\xeb\xdb\x9f\x3b\xaa\xa2\x3e\xb3\x53\xf7\x27\x36\x73\x38\xcc\x4d\x51\xa6\x55\x9a\x35\x6a\x9f\x76\x99\x50\xed\xdb\x50\x6e\x3d\x34\xe4\x28\x73\x50\x3b\x45\xaa\x39\xaa\x0e\x0b\xad\x36\x15\x1f\x10\xeb\xf7\xab\x90\xac\xbc\x0d\xf5\x13\x32\xa5\x80\xad\x8a\x48\x89\xd2\x8d\x32\x3b\x46\x54\x2d\x38\xa4\x1a\x22\xde\x40\xf8\x9f\x58\x03\xa4\x35\x7f\x50\x5b\xf3\x07\x4d\x3a\x9e\xba\x4a\x7c\x85\xef\x92\xf6\x2b\x58\xe5\xbf\x05\x6d\xc2\x34\xb9\xde\xa2\xdf\xa8\xb5\x55\xbb\x20\x9f\x1e\x52\x65\x8b\xcb\x17\x9f\x35\x15\xe0\x39\x89\x61\x0c\x37\x09\x31\xe2\xd0\x30\xa5\x31\x39\xae\xa6\xe0\x7d\x4e\xc2\x48\x8f\xe9\x8a\xda\x69\xb9\x9f\x3f\xb1\xc9\x99\x00\x8e\x8a\x63\x87\x08\xbc\x82\x30\x25\xbe\x3c\x97\x8b\x7b\xd7\xe0\xba\x24\x8d\xd8\x71\x1c\xad\x21\x74\x73\x46\xa9\xcb\x12\x12\xb6\x9a\x3f\x57\x08\x6a\x91\x00\x97\x7b\x51\xe2\x98\xe3\x39\xb8\xee\xb3\x0e\x0d\xd8\xf2\x73\x32\xd0\xc8\xb3\x2e\xf9\xb9\xa9\x8e\x5b\x4c\xf4\x9c\x1c\x35\xb7\x42\xed\x55\x4d\xcc\xed\xea\x9c\x4a\x49\xa3\x92\xe3\x8f\x37\x30\x76\x43\xb5\x9f\xfe\x33\x25\xa8\x4c\xd6\xa6\xed\xa1\xe6\x17\xbb\xd6\x4f\xe5\xb6\xf3\x23\x2e\x26\x35\x8b\x83\x1c\xac\x6a\x16\x87\x5a\x8a\x39\xb5\x62\x9b\x52\xde\xe3\xee\xee\xb3\xc7\x5d\x5d\x8f\x14\x5e\x86\xbd\x9c\x0c\x4a\x46\x15\xc5\xaf\xbe\x5f\xfb\x28\x87\x4a\x25\x79\x5c\x7e\x63\x5e\xfb\xc5\xe6\x37\x4c\xb1\x52\xb4\x9a\x62\x9f\x6b\x0f\x75\x6a\x07\x8b\x5a\xf4\x4e\x83\x3e\xa4\x60\xd1\x18\xb5\xa3\x52\x89\x2a\x3b\x7c\xd5\xdd\xbf\x3d\x9b\x42\x8e\xf9\x53\xec\xb1\xed\xd3\x14\xcd\x2c\x6a\x81\x39\x4d\x4d\x51\x67\xd1\x18\x90\xa3\x6c\x0a\x5f\xe5\x3e\x6f\x8a\xc1\xc9\xed\xb4\x70\x0e\x37\xc1\x3a\xcb\x9a\xe1\xd2\x69\x37\xd9\x76\x05\x4d\x55\x17\x6b\xdc\x97\x90\x89\xaa\x7b\x0c\xfc\x76\xd5\xc7\xc8\x6a\x87\x00\x55\xf7\x51\x29\x09\x2b\x92\xa7\x69\x47\xa2\x4c\x53\x96\x37\x42\xd4\xb4\x76\xdc\x05\xd5\x69\x10\x37\x9c\xef\x22\x0b\xa6\xcd\xd6\xe1\x23\x85\x02\xe2\xc6\xed\xf5\xc6\x9c\x1e\xe3\xd8\x18\x1a\xb3\xaf\x27\xa9\xc4\xac\x29\xf4\x62\x57\x0f\x49\x94\x8a\xa8\xa3\x7d\x5a\xa5\x31\x82\xa5\x4d\xf0\x88\xf4\x1e\x9d\xa5\xe2\xdb\x18\x1f\x83\x72\x99\x2d\x3a\xe2\xa2\x50\xed\x10\x77\xf7\xae\x3c\xf2\xf1\xb1\x6b\xf5\x20\xfc\x10\x0e\x42\x09\x03\xa6\x21\x66\x06\xa8\x4f\x08\x51\x73\x8c\x98\xb1\xaa\x3c\x1b\xce\xd4\x7e\xaf\xd7\x5a\x66\xdd\x18\x99\xa7\xdc\x0d\x93\x76\x60\x3d\xbf\x31\x6e\xf5\x51\x33\x57\x22\xae\x05\xec\x28\xf4\xa5\x46\x16\x0d\xf1\x5e\x07\x29\x04\x25\x46\x95\x81\x73\xc0\x10\x01\x36\x0d\x8d\xb9\x7b\x43\xae\xc2\xa3\x21\xee\x7a\x1f\xe7\x49\x89\x7e\xb3\x93\x5e\xe9\x3c\x01\xfa\x86\x80\xe4\xfd\x4c\x76\xde\x98\xca\x48\xed\xfd\xdc\x2f\x05\x87\x7a\x64\xf5\x7e\x8e\x07\xe0\xd0\x14\x91\xf6\x88\xdb\x00\x68\x1b\x24\xec\x4e\xeb\x1f\x09\x1b\xce\xaf\xef\xa7\xb7\xcb\x2c\x6a\x67\xd9\xf7\xd3\xdb\x65\x16\x35\x17\xa3\x22\x4c\x73\x07\x0f\xa5\x80\xde\x6b\x9b\x1d\x19\xc0\xa9\x90\x7a\x3d\x6a\x7d\xf4\x18\x87\x9a\x58\x52\xc5\xa1\x34\x32\x49\xe9\x26\xe5\xf7\xaf\xd2\xf0\x8c\xdc\x3e\x41\x74\xd4\xdb\x27\x6a\xf8\x82\x49\x14\x07\xa4\xb8\x7e\xbd\x88\xd4\xc9\x4d\x3f\x65\x44\x94\x32\x62\xaa\x1e\xb6\x93\x33\x51\xfb\x16\x77\x5d\xc0\x52\xa6\x87\x12\x56\xdb\xb6\xbc\x71\x9d\x23\xa0\x3c\xdf\xc1\xc7\x0b\x15\x9c\xca\x7c\x04\xde\x49\x55\x4f\xaa\x30\x62\x06\x71\x95\x57\x73\xa1\x77\x15\x29\xe7\x24\xb5\xcd\xff\xd2\x96\xe2\xee\x3a\x0a\x7f\x53\xab\x47\x86\xad\x93\xde\xab\xd6\x90\xf4\x5b\x83\x9e\xa3\xb7\xfa\x7a\xa7\xd5\xee\xb7\xfa\x43\xbd\xd3\xea\x93\x4e\xab\xa3\xb7\x46\x7e\xa7\xd5\x21\xec\x67\xaf\xd5\xd7\x7b\xad\x91\xd3\x1a\xea\xad\x61\x8f\x74\xd8\xbf\xdd\x13\xd2\x69\x75\x5b\x27\xbe\xde\x27\xfd\xd6\x90\xb1\xe8\xb5\x06\x7a\x6b\x04\xac\x3a\xad\x4e\xb3\x03\x4b\x51\xc6\x6a\xaf\xee\xea\xf4\x3d\x79\xfd\xee\x9b\xbb\xd5\xcd\x1f\x6c\xf3\x30\x0a\xe9\x53\x79\x8b\xef\xb1\xda\xfd\xbb\xd2\x8b\x9d\x2e\xe9\x74\x8b\x6d\x23\x67\xf3\xcb\xd3\xe1\x53\xe2\x6c\xe1\x9f\xf8\x97\xa7\xfd\xd6\x80\xb5\xa4\xb4\x93\x08\x0b\xda\xd7\xc8\x0b\x7f\x79\x0a\xbe\x34\xec\xd4\x41\x6b\x44\x7a\xad\xe1\xa2\xd5\x7f\x35\x24\xc3\xd6\x00\xda\xbf\xce\x74\xd4\xea\x02\xdb\xd6\xf0\xe9\xce\x51\x53\x2d\xb3\xa8\x21\xd4\xb7\x79\x93\x0a\x38\x49\x60\x10\x00\x28\x58\xbf\x2b\xb4\x29\x59\x03\xb6\x12\xa4\xbc\x7d\x72\x26\x9e\x00\xa6\x16\x2b\x18\x80\xbb\x35\xce\x59\xad\x48\xcd\xea\xa4\x48\x5c\x4c\x10\x4c\xfa\x5c\xc2\x5b\x3a\x24\xd3\x52\x6b\xed\x99\xad\xc8\x41\xca\x98\x5f\x71\xaa\x6e\x1d\xe9\x6a\xd3\xbf\xc3\xf6\xea\x86\x04\x76\xc2\x2c\x5a\xdf\x4b\xd2\xfc\xdc\xfc\x67\x01\xac\x75\xfe\x10\x79\x6e\xe9\xd8\x23\xa0\x5a\xf0\x6b\x89\x5a\xe4\xe3\x82\x6e\x9f\xc6\x14\x6f\x26\x9a\x45\x31\xb1\xc9\xd4\x8b\xdd\xa7\x09\xa1\x5b\x0a\x63\x14\xf8\xc1\x25\xda\xe2\x1e\x6a\x92\x9f\x94\x24\x11\xc2\x2a\x7d\xd3\xed\x8d\x87\x37\x4d\xdb\x31\x25\x2e\x2d\x2e\xee\xb0\x7d\x9f\xac\xa3\x78\x49\xd2\x68\x4e\xd3\x05\xe5\x07\xf1\xbf\x41\xd9\x75\x37\x8e\x56\x6e\xb4\x56\x46\x06\x77\x2a\x28\x86\x82\x26\x49\x3d\x67\xd9\x70\x94\xae\xd3\xee\x2a\x69\x66\xde\xa6\x11\x39\xa7\xd3\xee\x29\x69\x10\xac\x92\x75\x15\x2b\xe5\x59\x85\xa6\xdf\x4c\xd3\x98\xcf\x40\x49\xb3\x8a\x56\xd1\x43\x43\xe8\x7f\xa7\x3d\x54\xd2\xa4\x51\xe4\xa7\x9e\x2a\xb8\x99\xd1\x9c\xa8\x20\x20\xde\xd8\x0f\x78\xc0\x32\x47\xe8\x6c\x3e\x28\x59\x77\xad\xd4\x88\xea\xa7\x22\x6b\xf6\x73\x03\x14\xe8\x3e\x31\x7a\x8c\x34\xb5\xa7\xbb\x8e\xc4\xa8\x5d\x32\x55\xc2\x43\xae\x5e\xab\x11\x2b\x4e\x26\xed\x70\x22\xe7\xd4\x12\xae\x43\xd5\xe1\x9b\x6f\xa7\x49\xdf\x94\x75\xdd\xc1\x59\x19\x59\xa6\x3e\x47\xa6\x24\xac\x98\x78\xdc\xad\xb0\x07\x9d\x22\xe6\xb4\x97\x57\xa5\x57\xaa\x4a\x39\x3f\x45\xe7\xae\x3c\xdf\xdf\xd1\xce\x8f\x34\x33\x52\x37\xb6\xc6\x3e\x51\x76\x6a\x36\xe5\x70\xd4\x47\xfc\x52\x9c\x8b\xeb\x3d\x78\x3b\xce\xe9\xa9\xb7\x50\x65\xc2\x86\x2b\xe9\x9a\x6e\x20\x2d\xe6\xf3\xd4\x8e\x45\x29\xa6\x76\xbc\xf3\xe0\x73\xe3\x75\xa6\x15\x5a\xd5\x61\x67\xe5\xc5\x78\x82\x70\x97\x60\x50\x9d\xd1\xe6\x64\xd3\xd8\x0e\x9b\x6e\xb6\x6c\xbc\x96\x86\xa3\x21\x64\x29\x22\x5e\xc8\xac\x48\xe1\x5f\x48\xa2\xfa\x5b\x80\x24\x81\x6d\x48\xf6\x2a\xb1\x03\x2a\xee\x3d\xb7\x13\x91\x12\xee\x25\x61\x89\x45\x95\x64\x11\xd6\x7c\xda\xa8\x7e\x8b\x64\xfd\x62\xa6\x23\xa2\x90\xba\xb5\x9b\x78\x4b\x4d\xa3\xce\xb0\xa1\xf9\x94\x99\x36\xb2\x56\x8f\x93\x67\xd5\xca\x12\x9d\xa8\x8a\xf4\x5c\x31\x20\x45\xba\x34\x9a\xcf\x7d\xaa\x1e\x89\x8a\x83\x33\x0d\x54\xf2\x18\x54\x9c\x5f\xa9\x50\xa9\xc6\x50\xf3\xc5\x46\x15\x62\x95\x00\xaa\xdf\xb6\xd0\x3c\xf2\x13\x27\x8e\x7c\x1f\xe0\x49\x4a\x1d\x76\x32\x78\xa8\x46\xd1\x73\xaa\x86\x4b\xf2\xe0\x53\xbe\x4c\xa4\x7a\xb9\xa6\x44\xdf\x70\x39\x62\x99\xbe\x7a\xdd\x88\xcc\x40\x1d\x9d\xac\x3a\x06\x2d\x53\x35\xac\xe3\xe5\x6c\x6b\x97\x82\x4a\x0c\x44\xb3\x83\xea\x5b\xc8\xda\xdf\xcb\x38\xeb\xb5\x0b\xe3\x8c\x7d\x2f\x99\x58\x3d\xf6\x9f\x22\x1a\xb3\xd6\x2f\xb9\x9d\x03\x26\x96\x63\xaf\x72\x0b\x8b\x3f\x0e\xbc\x94\xc6\xbe\x17\x78\xcc\x06\x6c\xe7\x8f\x79\x21\xba\x68\x89\xf5\xc9\xc9\xa2\xdb\x7d\xdd\x27\x9d\x01\xfe\xdb\xed\x2d\xba\xdd\x46\x73\x58\xd5\x4a\x15\xe5\xa1\x72\xd5\x4c\xd5\xe8\xe2\x1c\xc0\xb1\xde\x30\xc0\xca\xbb\x12\xea\x7e\x42\x7a\xf5\x00\x2b\xd3\x9f\xec\xa0\x57\x8f\xaf\x32\xfd\xe9\x0e\x7a\xf5\x48\x2b\xd3\xf7\x76\xd0\xab\x07\xda\xff\x85\x71\x26\xf5\xcf\xff\xe6\x40\x2b\x37\x53\x79\xa4\x3d\xb2\xd3\x58\xe2\x80\x2b\x43\x03\x88\x4f\xe3\x90\x68\x2e\x11\x5f\x69\x94\xc3\xef\x30\x7e\x78\xa5\xe6\x8e\xe2\x91\x46\x89\xf8\x08\xbb\xa6\xab\x69\xf7\x61\xc7\x95\x37\x8b\xdb\xbd\x12\xa6\x13\x7f\x42\x02\x1a\x66\x05\xd4\x17\x87\x26\x09\xd3\x02\xa2\x4f\xd8\xcc\x7a\xe0\x85\x8d\xa7\x2f\x6b\xf7\xad\x0b\xa2\x66\x45\xaf\xbd\x9b\x60\x1f\x2b\x31\x27\x12\xa0\x95\xf5\x4f\xab\x7e\xaa\xb4\x20\xfb\xae\x9b\xfc\x0b\xf2\x1d\x37\x65\x34\x5c\x6a\x9c\x93\x36\xdf\xdb\xa0\x58\x13\x0b\xaa\x7d\x6f\x06\xaf\xc8\xda\x2a\x83\xc3\x0c\xcd\x2a\xf5\x41\x36\x6e\x4e\x8c\x01\x5d\xaa\x02\x14\x41\xd7\xea\x72\x6a\x44\x5d\x84\x86\x3a\x0a\x33\x67\xdf\xfb\x8a\x6b\x84\x75\xfb\x48\x69\x3e\x35\xb5\x51\xd3\x9d\x13\xbb\x00\xb2\xea\xe1\x5c\x39\xc3\x66\x84\x4c\x35\xb2\x76\x99\x50\x29\x3b\x04\x86\xa5\xa0\xd7\x48\x75\xff\x5b\xc5\xa4\xd2\x9e\x4d\x17\xd1\x94\x49\xd5\xce\x83\x3d\xec\x65\x25\x9b\xc3\x4e\x04\xd5\xb8\xec\x08\x72\xae\x6f\xdf\x17\x03\x37\xa5\x81\x5a\x2a\x29\x4c\x0c\x35\x55\x49\xf8\x75\x94\x68\x13\x82\x6e\x41\xed\x9d\x0e\xa8\x6a\x34\x76\x95\x50\x71\x8f\xbf\x42\xb6\x92\xa6\x82\x2a\xd6\x8e\x77\xf6\xdc\x0b\x8b\x6d\xbe\x55\xfe\xb3\x51\x54\xd7\x05\xb5\x82\xa8\xba\x20\x28\x2c\x2f\x55\x56\x95\xa8\x38\x45\x17\xa8\xf2\xaa\x52\xed\x97\x55\x39\xea\x6c\xbf\x02\x56\xef\xb5\xaa\xf7\xb6\x4c\xd5\x74\xa9\x99\x02\x18\x42\xa2\x6a\x5a\x77\x24\x50\xda\xa6\x0c\x1b\xaf\x95\xaa\xaf\x3a\x32\x55\x83\xe0\x6f\x16\xfb\x75\xe2\x06\x5f\x6c\x1d\x14\x44\x22\x6d\x0a\x53\xda\xf7\xb2\xc9\x1a\xab\x28\x4b\x59\x93\x4b\xc5\xd8\x91\x7b\x13\x1c\x70\x0d\x2c\xb8\x29\xcf\x06\x74\x80\x86\x75\xa8\x4e\x58\x6b\xb8\x3d\x9a\xac\xc1\xd2\xde\x4b\xe6\xd6\xd9\xd4\xca\xfe\x68\xec\x9c\x82\x47\x2d\xea\x48\x95\x4f\x73\x8d\x9a\xbc\xf9\x6a\x79\xa8\x22\xac\xae\x5c\x3b\xc7\x7a\x41\xa5\xf2\xa5\xef\x6c\xfb\xa6\x9b\xbd\x76\x5e\xe8\xd5\xcc\xa0\x10\x24\x3b\xaf\x15\xe3\x62\xfa\x3a\x0b\xa6\x51\x1a\x73\x29\xfd\x55\xfc\x6a\x04\x76\x21\xb5\x1b\xd9\x0b\x9a\x46\xc5\xb6\x76\x84\xb3\xa0\x69\x0e\xb7\x54\x2b\x0a\xe8\x5e\xb5\x63\x17\x77\x89\x1c\x3b\x76\xc5\xcd\x1e\x0d\x9b\x6d\x0a\x01\x2c\x53\x35\xdc\x9b\xa9\xba\x41\x07\xc8\x76\xdf\x58\xd7\x2c\xda\x64\xe2\x86\xbb\xe4\x76\x85\xfe\x4b\xd4\x3b\xdd\x72\x4d\x17\xd9\x22\x87\x66\x6d\x9a\x94\x8f\x31\xd6\x0a\xab\x91\x7a\xf5\x15\x19\x38\xf6\x6a\x87\x91\x52\x39\x8d\xd0\x6b\x60\xd0\x6c\x20\xd5\xcf\x02\x33\x9a\xdd\x77\x6c\xa9\x69\x76\x5f\x79\xa8\xa6\xd9\x7d\x3f\x63\x5d\x3e\xe4\xad\x1e\xcc\x75\x26\x9a\x7d\x7b\xab\x98\x57\x8a\x91\x26\x08\xe5\x8b\x88\x94\x5b\x36\x95\xfb\x8d\x14\x07\x59\x19\x1b\x97\xe6\x91\x55\xaa\xe5\xbf\x96\x95\xaa\x28\x1c\x07\x5a\x87\x03\x90\x35\x2e\x3d\x65\x03\x03\xc1\xdc\x56\xed\xff\x36\x4e\x2f\x41\xa6\x2e\x6e\x79\xbe\x2b\x24\xc3\x47\xdc\x71\x46\xe1\xc0\xb7\x9f\x77\x5d\x48\xdb\x0c\x95\x20\x88\x73\x4c\x6f\x85\x28\x6c\x57\xaf\x8f\x12\x44\xbb\x2e\x33\x54\xe0\xcc\x70\xaa\x5d\xb7\x32\xc2\xa4\x51\x53\x35\xcb\x94\x1d\x02\x45\x50\x57\xef\xd2\x96\x3e\xad\x53\x25\xc5\x8e\xfd\x3b\x45\xa7\x56\xa9\x14\xe2\xb6\xae\xea\x16\x6d\xdf\x30\x66\xeb\x0a\x98\x20\x81\xb3\x79\xea\x0e\x6b\x8d\x9a\xf2\x41\x22\xa5\x18\x69\xf5\x77\x13\xa9\x4d\xec\xa2\x47\xcb\xc5\x14\x31\x90\xfc\x7d\x42\x82\x2c\xf9\xff\xd9\xfb\x13\x2e\x37\x6e\x6b\x51\x14\xfe\x2b\x48\xab\x23\xb1\x6d\x92\x3d\x48\xb2\x64\xca\xd2\x8d\x07\x39\xf6\x8d\xa7\xcf\x72\x4e\xbe\xf5\xd2\x79\x21\xc8\x02\xc9\x3a\x5d\x2c\x94\x0b\x55\xdd\xcd\x68\xf5\xfd\xed\x6f\x61\x6f\xcc\x40\x15\x8b\xdd\x72\x86\xbb\x8e\xce\x59\x31\xbb\x30\x03\x1b\x1b\x7b\xde\x0d\x59\xf2\x2d\x23\x74\x05\x1e\x76\x98\x62\xd6\x54\x88\xcc\xc6\x3a\x4e\x21\x3e\x1d\x6f\xce\xfd\x7d\xdc\x76\xf4\x91\x08\x8d\x16\xf5\x11\xdc\xad\xf8\xce\x0d\xe8\x23\x60\x67\xfa\x75\x84\xe9\x2e\x02\x30\x0e\xc1\x7b\x40\x0f\xc1\x35\x4a\x5f\xaf\x14\x9f\x8b\x76\x31\x88\x71\x94\x91\xcc\xfd\x30\x8e\x6e\xdc\x87\x06\x12\x34\xa8\x6a\xd5\x87\xa7\x5e\x7c\x12\xe0\x29\x33\x54\x37\x31\xd3\xc3\xa4\xf9\x8d\x53\x37\x20\x48\xc0\x77\xd2\xd7\x7e\x3f\xe2\x0a\xb5\xa3\xba\x83\x1e\x6a\xc6\x92\x32\xc9\xd1\xc6\x24\xb9\x05\x5d\xf3\xec\x8c\x07\x6b\xbd\x9f\x12\xfe\x34\x17\xa1\x70\x4e\x77\xa8\x64\x2e\xa9\x73\xd6\x32\x36\x0b\x0b\x63\xf2\xf4\xf7\xe9\x79\x75\xcb\x7c\x48\x90\x76\xb5\xaf\x79\x52\x09\x1e\x0b\x1f\xd2\x8d\xfa\x75\xe0\xde\x1e\x6a\xc1\x76\x8a\xea\x4d\x0a\xbd\xbd\xa6\xe9\x47\xa7\x73\x2d\xfb\x3b\xba\x1d\xd4\xd1\x6d\xc7\x72\x7a\x5e\x99\xc8\xbe\xcc\x6f\x93\x7e\x64\x3a\xf7\xbb\xef\x91\xb1\x30\xd2\x3b\x4b\xde\x36\x31\x94\xac\x68\xc6\x26\x79\x19\x5d\x0f\x34\x0a\x8d\x92\xd3\x19\xea\x8a\x8a\x46\xd3\x56\x54\x34\x7d\x48\x87\x90\xa7\xcf\x63\xf2\x48\x36\xea\xcd\x58\x90\x4a\x1c\xe9\xb5\x4a\x93\x2a\x29\xc2\x43\xb6\xea\xcd\x45\x30\x7d\xd9\x35\x58\x2f\x77\x10\x67\x91\x84\x36\x61\x4c\x4c\xaf\xb9\xaf\x15\x7f\x19\xe6\xe0\xc3\x0e\xfa\x38\xcb\xf3\xe4\x56\xf6\x72\x84\x30\xe6\xd9\x98\xe0\xff\x87\xee\x7d\x5e\x07\x69\x86\xb4\x73\x57\x7b\x43\xad\x5b\x9c\xf8\x62\x88\x47\x28\xf6\xd8\x83\xcb\xba\x44\x36\x5e\xc3\xf4\xe6\x0f\xd9\x75\xdd\x41\x72\x27\x83\x2d\x4c\xdf\x8a\x2f\x68\xb6\x66\x78\x2b\x16\xf2\x67\x3f\xd0\xbd\x78\xee\xbb\x10\x3b\x4d\xba\x72\x5d\xf4\xe6\xa4\x55\x1d\xec\xbb\x1e\xc1\x39\xfa\x8d\xd2\x37\xf1\x59\xb2\x4d\x2f\xc4\x74\x33\x1c\xa6\x7d\x6f\x9c\xe5\x20\x0b\x4c\x72\xa3\x7a\x82\xbd\xef\x0f\xf4\x6e\x97\x9e\x3b\x79\x68\x23\xa5\xc2\x27\xfe\xd2\x31\x56\x08\xa1\x64\x93\xaf\x37\xac\x26\xcd\x86\x96\x44\x65\x64\x02\x13\x75\xd2\x70\xc2\x4a\xd1\xd6\x0c\x0c\xd0\x0b\xd6\xb0\x62\x47\x00\x1e\x59\x46\x98\x84\x0f\x72\xb3\x61\x08\x2f\xae\x99\xbb\x0e\x2e\x04\xbe\xab\x9a\x62\xe6\x25\x81\xa8\xa1\x62\xea\x4f\xb7\x6b\xeb\x23\x3d\xba\x02\xcc\xef\x79\x46\x0b\x61\xf4\x31\x38\x12\xad\xaa\x22\x47\xa3\xf7\x66\xc3\x08\x98\x82\x13\xf9\x34\x5e\x96\xc7\x68\x4b\x8e\x64\x55\x87\x00\x30\x8e\x7c\x2c\x07\x42\xb1\xc1\x82\x35\x37\x8c\x95\x36\x5e\x4a\x5e\x92\x15\xe7\x0d\xab\xc7\xc8\xe8\x2c\x18\x29\xf8\x8d\xde\x40\x5e\x13\xf6\x6b\x4b\x0b\x39\x15\x08\x7d\x92\x18\xde\x4c\x0a\xfb\x31\x41\x99\x71\x24\x3d\xb9\x64\xde\x65\x68\x96\xe5\xb4\xe0\xeb\x0e\x46\x32\x7e\x76\x13\x8d\x40\x77\x34\x69\x8d\x10\xe3\x3c\x49\xe7\x60\xc3\x26\x6f\x7a\x3c\x3c\xf7\x24\xc2\xc4\x2e\x94\x11\x45\x1a\x13\x46\x2f\x8f\xdf\x26\x1d\x54\x29\x66\x19\x82\x56\x29\xcc\xd7\x4b\xc0\x27\xdb\x07\xb1\x54\x3a\xb9\x87\x64\xe3\xbe\x10\x28\x21\xf5\xef\x77\x90\xe4\x01\x2c\xf5\xdf\x33\xda\x98\xf4\x2c\xa4\x7f\xc1\xc6\x37\xfd\xd6\xcc\xb9\x97\x13\x78\x3e\xb0\x3b\x0b\x68\x3d\x5a\xff\x48\xe7\xef\x7b\x80\x24\xa1\x20\x21\x3e\x0a\x5a\xa5\xe4\x40\x81\x2c\x11\x5b\xf4\xbe\x97\x9d\x39\xa1\xfd\x5b\xdc\xd1\xb8\x73\x80\xbd\xd3\x08\x03\xcd\x74\x1f\xec\xde\x49\xa5\xbb\x4a\x0c\xd7\x3d\xa9\xf4\x5b\x1c\x31\x06\xc9\x36\xb7\x87\xb7\x09\x79\xbf\xf4\x5c\x3a\xbe\x07\xa1\xcf\xfe\xc4\x58\x45\x9a\x4d\x8e\x79\xe8\x24\x74\xdc\xd0\x3a\x13\xf0\xaa\xd1\x26\x5f\xe4\x45\xde\xec\x1c\xa8\xbb\xed\x72\x23\x82\xd9\x9f\x3f\x0b\x39\x00\x6c\xd5\x9d\xf5\x81\x10\xf2\x32\x92\xaa\x62\xa3\x6d\x97\x67\x14\x81\xa0\x9b\xe9\x46\xdd\xe9\x2e\x24\x83\x12\x36\xb2\x20\x21\xd9\x23\xa0\x43\x56\xbc\x0e\xbb\x80\xef\x05\x6d\x98\xa4\x0c\x27\x92\xc9\x49\x5d\x6f\xb1\xe1\x37\x9d\x5d\x94\xbc\x4c\xa1\xe4\x5e\xda\xc8\xf4\x45\xa6\x4f\x55\xbc\xfc\x20\x58\xbe\x1e\x79\x49\x8b\xce\xd9\x43\xe1\xe8\x7c\x7a\x16\x4a\x27\x54\x0e\x42\x56\x37\x8e\xb5\x1f\xa6\xad\xa5\xf2\x2b\xe6\xe0\x13\x63\x3f\xd1\x20\x66\xb0\x55\xc0\x84\x86\x7f\x50\x7b\x0f\x3d\x1a\xf3\x5d\x7e\xab\x24\x41\x9a\xd2\x19\x60\xb3\xde\x34\x7c\xd1\x1d\xc2\x36\xf7\xa4\x63\x55\x6b\xd0\xe5\x77\x11\xed\xfd\xf4\xba\x37\x7c\x9a\x90\xed\xc9\x3f\xac\x9b\xa7\x13\xa0\xe3\xbf\xc9\xf9\x59\xf7\x88\xe9\x66\x41\xe6\x74\x6c\x01\x27\xde\x35\x4e\x2a\x7d\xfa\x4f\x35\x5f\xd7\x4c\x08\xb2\xa0\x5a\x20\xaa\xbe\xf4\xe8\xe8\x62\x81\x89\x6e\x33\xdc\xce\x12\x82\xe3\xa5\x3b\xe9\x31\x99\x4c\xdb\x53\x98\x86\xf7\x31\x7a\x74\x5a\x77\xb1\xc8\x26\x6e\x12\x46\xe2\x49\xd9\xf5\x9d\x74\xf4\x49\x3b\x39\xe4\x84\x5c\xd8\x6d\x95\xde\x84\xae\x58\xfc\xdd\xfd\xd0\x32\xdf\xa2\xcd\x41\x93\x6f\xcd\xd3\x73\x2e\x88\xa4\x6d\x69\x4d\xf2\x72\x95\x97\xbd\x33\x49\xa3\x38\x04\xf4\xe9\x27\x88\xd7\x12\x90\xf5\x5d\x2e\x1a\x02\x3a\x4a\x00\xab\x22\x17\x3a\x46\x45\x97\xa8\x26\xa2\x95\x9d\x36\x07\x98\x33\xb9\xad\x3a\x84\x2d\x7b\x14\xef\x71\x0f\x07\x18\x44\xc5\x8d\x23\x78\xec\xe5\xb9\x9d\xf6\x5d\x06\x89\x09\x64\xdc\xd5\xca\x41\xcb\x69\xad\xb5\xd3\xb0\xdf\x8a\xe9\x3c\xb8\x75\x4e\xc3\x87\x98\x22\xc5\xdd\x1c\x6e\x8a\x94\xe8\x23\x32\x45\x4a\x8d\xd3\xbd\x15\x87\x99\x22\xa5\x1a\x86\xa6\x48\x1e\x2c\x77\x0f\x2c\xe7\x96\xb2\xcb\x49\xbb\xe1\xc6\x0d\x23\x53\xb6\xae\xce\xf7\x4e\x21\x3a\xd4\x2e\xa9\x7f\x67\x53\xbb\x05\x7d\x96\x41\xdf\x42\xa0\x5e\x08\xbd\x55\xd2\xbc\x50\xb2\x6a\xfd\x67\xb7\x55\x53\x4a\xd4\x69\x5a\x75\xdb\x28\xa5\xbc\x92\x9d\x76\x5d\x6f\x7c\xf7\x7d\x8f\x1a\x27\xec\x08\x93\x1e\xe5\x51\xc3\x83\xbc\x95\xdd\xd6\x9d\xa1\xe3\x86\xc6\x14\x45\x35\x77\xbe\x6e\x6b\x25\x15\x5d\xc1\xef\xc9\x92\x56\xca\xa6\x32\x7e\xd6\x3f\x0d\x02\x2b\x06\x4d\x92\x3a\xae\xb4\x53\x3e\x8a\x64\x6b\x46\xb3\x65\xdd\x6e\x17\x4a\x2e\x6b\xfe\xee\x24\x2a\x12\x79\x81\x9c\x56\x9d\x36\xcb\x31\xf2\x4c\xb4\x0a\xc9\xd9\x88\xe4\x71\xda\xb8\x08\xd7\x6d\x96\x92\x71\x39\xcd\xba\x48\xe0\x44\xa6\x32\xa7\xd5\x41\xe9\x62\xdd\x86\x5d\xde\xe4\x69\x94\xe6\x34\xec\xc4\xee\xfb\x1a\xaa\x11\xa3\xf9\xfe\xda\xf2\x86\x8d\x2e\x8f\x4e\xe3\x00\x2f\xee\x42\xef\xf1\x78\x6a\x53\x43\xde\x0a\x56\x68\x4b\x28\xf8\xc3\xe6\x06\x4b\xd8\xdb\xc7\x34\x44\xd4\x2c\x41\xf5\x9f\x07\x6a\x81\xa8\x4d\x42\x40\x13\xdb\x7a\xf9\x4d\x10\x7d\x7b\x0d\x03\x9b\x9e\xa8\x49\x82\x3c\xd3\x26\x14\x26\x4d\x5b\xb0\xcb\xa6\x0f\x1b\xec\x39\x5a\xdf\xd3\x90\x3b\x4f\x34\x8a\x38\x84\xa7\x03\xda\xe4\xcd\x84\xd6\x8c\x9a\xc6\x51\x42\xbf\x44\xa3\xc8\xeb\x6b\xc0\x40\xf1\x23\xd4\x73\xcc\xb6\x59\xb4\x9d\x66\x33\x93\xa4\xae\x73\x1e\x0a\xf1\x25\x20\xe5\x45\x18\x83\x36\x6c\x33\x08\x28\x53\x87\x0f\x6e\xa8\xfe\x88\x17\xb1\x84\x24\x6a\x56\xd5\xec\xfa\x43\xbb\xb0\xda\x98\xf4\xc9\x2b\x77\x77\x60\xcc\x31\x0c\x3a\x75\xf1\x9c\x9c\x41\x0c\x30\xf8\xbf\xf3\xe9\xf3\xc9\xf9\xf4\xf9\x77\xcf\xe4\xf7\x67\xc5\xc5\xf4\xf9\xe4\x62\xfa\xfc\x3b\xac\xd6\x13\xd2\x3e\x9c\x50\xc9\x6e\x9b\xff\x80\xe5\x5f\x48\x0e\xf9\xac\x90\x4b\x96\x4b\xff\xee\xa9\xfc\xfb\x59\x21\xd7\x4c\xe4\xba\xa1\xfc\x65\xf1\x6c\x02\xff\xd7\x9b\x88\x49\xcf\xc9\x42\xf7\x24\x6b\x6b\xea\x62\x0d\x09\xdf\xc9\x5d\xeb\x11\x71\x59\x01\x57\xef\x10\xe9\x54\x91\xc4\x8a\xab\x6c\x3f\x8e\x26\x71\x95\xd7\xa2\x21\xf9\x8a\xb4\x22\x2f\xd7\x36\xcc\xbf\xad\x62\xc2\xfb\xcf\x6d\x07\x17\x78\x4b\xc7\xf6\xde\x3e\xb7\xa2\xb7\xf9\x89\x79\x25\xde\x55\xa0\x87\x40\x62\x43\xe0\x1f\xf1\xdd\x8d\x4c\xe7\x75\xcd\x08\xf5\xf9\x7d\x24\xdb\x5c\xb3\xba\xc9\x97\xb4\x98\xd0\x22\x5f\xcb\xcd\x9c\x48\xd6\xb3\x63\x80\x88\x12\x8d\x34\xc2\xe1\xbc\x5d\xc9\x69\x44\xae\xf8\xf3\x76\x5d\x16\xc2\x3e\xf6\xce\x06\x1a\x4f\x2f\x92\xfa\xcb\x2f\x0b\x2e\x18\x82\x9c\xfc\xd5\xaf\x57\x8f\x45\x42\xe7\xe1\xfb\x68\x3b\xb9\x9f\xa6\x1d\x3b\xe8\xb5\x0d\x49\x28\x5a\xb0\x15\x44\xaf\xec\xb2\x99\x40\xda\xfa\x2c\x89\xa6\x55\x3c\x99\x4c\x6d\x04\xcf\xf6\xec\x03\x79\xf9\x62\x1a\xd2\x12\xb2\x51\xbf\xc1\xfb\x71\x95\x97\x57\x01\x3c\x5c\x2d\xba\x82\xb0\x98\x7f\xd3\x08\xa4\xdd\x46\x1d\xae\x15\xb1\x49\xad\x6c\xd4\xbf\x28\x12\xac\x3c\x6a\xde\xbf\xbc\xd4\x73\x2d\x5b\xf5\x5b\xf4\xa7\x5d\x65\x41\xa2\xb5\x6f\x3f\x3b\xbc\x6c\x65\x43\x0c\xc6\x22\xf9\xfa\x38\x20\x8b\x24\x46\x42\x9d\x89\x02\x81\x3f\x37\x79\x91\x37\xb9\x62\xa9\xb2\x5c\x54\x05\xdd\x89\x19\xa8\x12\xc6\x04\x53\x24\xeb\xff\x4e\x16\x05\x97\xcc\x99\xfa\x4f\x23\x07\x53\xff\x99\xd4\xfc\x46\xff\x5c\xb2\xa2\x18\x93\x55\xc1\x6e\x4d\x43\xf9\x87\x37\x63\x49\x42\xae\x0a\x7e\x23\x66\x84\xb6\x0d\x1f\x93\x4d\x9e\x65\xcc\xb7\xcc\xd0\xc9\x42\xc4\x8c\x88\x86\x36\xf9\x72\x4c\x6a\x56\x50\x49\x31\x8d\x09\x5d\x08\x5e\xb4\x0d\x1b\x13\x88\x6e\x37\x26\x18\x18\xcf\xeb\xa0\x15\xac\x56\xa1\xfb\xe5\x38\x72\x56\x38\x58\xa8\x27\x31\x72\xe6\xbc\x6c\xc0\x3a\x00\xf6\x34\x2f\x9b\x49\x45\xd7\xac\x13\x7c\xe8\xd3\xe0\x14\x72\xd0\x0a\x66\xbb\xce\xe0\x04\x5b\x5a\x4d\xd6\xac\x19\xa1\x8f\x85\x64\x24\xae\x20\x26\xbf\x18\x93\xcb\xa3\x62\x1d\x3c\x8a\x47\xe3\xa3\xd3\x53\x22\x9a\x5d\xc1\x0a\xd9\xb5\x92\xdb\x90\xaa\xe6\x15\xab\x9b\xdd\x04\xb0\x42\x91\x8b\x66\x4c\xc4\x52\x88\xd3\x4c\x42\x40\x3d\xb9\xa6\x75\x0e\x27\xa1\xba\xd2\xaf\xc9\x97\xef\xde\x91\x9f\xbf\x7e\x47\xb6\xf9\x6d\x5e\x1a\x6d\xcc\xe7\x6d\xc3\xb7\xb4\x61\x19\xa9\x99\xa8\x78\x29\xf2\x6b\x06\x56\x23\x44\xae\xdb\x6a\x6d\xbe\xcb\x97\xac\x14\x2c\x23\x6d\x99\xb1\x9a\x7c\xff\xed\x2f\x64\x24\x89\x0d\x31\x3b\x3d\x5d\xe7\xcd\xa6\x5d\x4c\x97\x7c\x7b\xda\xdc\x2c\xc4\x69\xbd\x12\xa7\x8b\x82\x2f\x4e\xaf\x5f\x4e\x6f\x4f\xbf\xfb\xf6\xcb\xb7\x3f\xbc\x7b\x7b\x62\xb0\x4e\x09\x7c\xb8\xf1\xe2\x05\x63\x27\xe1\x0c\x7a\x59\x1e\xd7\x2b\x01\x08\xd7\xbd\xc0\x29\x4d\x8d\xac\x67\x51\x74\x5b\xe6\xcd\x8c\x44\xbc\xe9\x1f\xf2\x15\x49\xd4\x24\xbf\x7b\x0d\x75\x69\x99\x75\x15\x57\xb7\xe4\xfd\x65\x49\xc8\x1f\x58\x5d\xf3\x9a\x5c\x1e\xcd\x1f\xbd\x4f\x54\xbd\x9b\x93\x5c\x90\x92\x37\x84\x62\x20\x62\x02\x1d\xac\x78\x9d\xea\x78\x0a\x66\x3f\xf3\xea\x76\x4e\x78\x4d\xe6\x35\xdb\xce\xa7\x97\x47\xaf\x2e\xcb\x3b\x47\xce\x80\x80\x41\x68\x43\x6e\x36\xac\x66\x8e\x1d\x8f\x68\x68\x0d\x71\x28\x97\x35\xa3\x40\x76\xe4\x2b\x22\x96\x35\x63\xa5\x92\x78\xe7\x82\x40\x58\x62\x56\xeb\x9d\x34\x1d\xce\xc8\x79\xec\x5f\xe2\x57\x51\xbb\x18\xa2\x0b\xb3\x89\x41\x4d\xb5\x4d\x66\x13\x13\xc5\xee\x1e\x27\x8a\xe5\x19\xa4\x77\x39\xa8\xbc\x6f\x9b\x83\xea\x76\x9f\xc7\x64\xce\xb6\x5d\xbb\xfd\x33\x83\x6d\x35\xd0\xa7\xd2\xab\xf1\x52\x6f\xaa\x0e\x96\x06\xa1\xd4\xb2\x66\xa3\x76\xac\xb9\xe1\x13\x93\xbb\x8b\x16\x33\xb2\xa2\x45\xc8\x7a\x9d\x9e\x92\xaf\xe9\xb2\xe1\x35\xe1\x2b\x7d\x62\x1a\xbc\x57\x50\x20\x99\xcb\x78\xa3\x9b\x5d\xc5\x26\x7c\x35\x72\x2a\x9e\xc8\xad\xba\x3c\x2a\xdb\xed\x82\xd5\x97\x47\xc4\xc0\x16\xf6\xff\xd9\x6b\x72\xde\x05\xab\x50\x23\xde\x3c\xb7\xfd\x98\xe4\x8d\xb1\xa6\x5a\xd7\x8c\x36\xda\x9e\xea\xdc\xdf\xad\x3f\xb2\x92\xd5\xb4\x61\x84\x95\x80\x8c\x78\x4d\x34\x5e\x5a\x16\x54\x08\x26\xa6\xe4\x27\x2e\x04\x2a\xf5\x73\x26\xd4\xbe\x48\x0c\x87\x4d\x70\xee\x97\x47\xaa\xd9\xe5\x91\xda\x0f\x68\xde\xb5\x8b\xe7\x00\x25\xaf\x71\xca\x35\x83\xe0\xb0\x2d\x23\xd5\xad\x6a\x6c\x3e\xcd\xc8\xf9\x27\x51\xeb\x77\x74\x45\xeb\x9c\xe4\xab\x9a\x6e\x99\xc4\x73\x70\xcc\xed\x7a\x46\xfa\x30\x18\x64\x79\x10\xa7\xe7\xcf\xd4\x18\x02\x7a\x99\x60\x2f\x13\xec\x65\xb2\x68\xd7\x93\x55\x7e\xdb\x35\xef\xaf\xd4\xde\x48\xbc\xbb\xd8\x11\xc1\x1a\xf9\xc2\x90\x63\xdc\x8a\x89\x45\xb9\x16\x47\x08\xd2\x70\xec\xed\xb2\xec\xad\x37\x23\x4d\xdd\xc6\x43\x7e\x49\x97\x1b\x46\x12\x18\x14\x6e\x4b\x12\xb7\xaa\x2b\x2f\xff\x77\x94\x28\xc6\xa8\xbb\x7f\x58\xb5\x25\xc8\xce\x09\x0a\xcd\x46\xc7\xf8\xdf\x32\x1b\x13\xf8\x29\x24\x18\x49\x62\x64\x99\x0b\xe0\xc4\xce\xcf\x4e\x10\x24\x8f\x05\x30\x13\xf9\xca\xb6\x21\x6f\xc8\x19\x62\x05\xd5\x14\x3e\x48\xa0\x36\x35\x3e\x0b\x6b\x7c\x46\xce\xc6\xe4\x7c\x4c\x26\xe7\x72\x46\xc4\x56\x9d\x49\x7a\xc0\xf6\xed\x94\x42\xfe\x1b\x53\x28\x78\x8d\x65\x80\xcc\xcc\x40\xaf\x5f\x93\x33\x9c\x28\x21\x7f\xa8\x59\xd3\xd6\x25\x39\x83\x7a\x77\x5e\x65\x39\x07\xaf\xae\xbe\x69\x5f\xd2\x52\x5e\x2c\xec\x50\x9e\xf3\x19\xdc\x19\xd5\xfe\xb8\x66\x5b\x9a\x97\x20\x66\x34\x83\xbe\x52\x25\xa2\x2d\x9a\x99\x1a\xed\xd8\xa2\x04\x9c\xe5\xcd\x26\x2f\x18\x19\xd9\x0e\xec\xae\x99\x6d\x26\x6f\x5e\x13\xbd\xcf\x84\x1c\xff\xda\xf2\x26\x67\xa5\xe9\x33\xdd\xcb\x6b\xb3\x20\xd3\x32\x98\xa7\xad\x3c\x31\x75\x5f\x99\x9a\x76\x14\xf3\x93\x7c\x4c\xce\x55\x85\x3b\x35\x17\xbd\x3a\xf5\x43\x32\x4f\x67\xe4\x63\xdb\x44\x55\x37\xcb\x56\x3f\xc8\x47\x64\xaa\xbb\xea\x98\xd3\x47\x7a\x8b\x88\x07\x70\xce\xae\x4c\xcc\x6c\xe4\xf1\x8d\x9c\x12\x03\x56\xc9\xfd\x20\x1f\x91\xe7\xfe\x9e\xf8\x6b\x08\x56\x79\xe7\x1d\xa3\x5d\xa8\x5d\x0a\xc0\xbe\x0f\xae\xde\x75\x4b\x03\x6d\x54\xc5\x80\xee\xb1\xfc\x36\xd9\xd2\x6a\x66\xa3\x83\x57\xb7\x97\x47\x33\xc9\xed\x99\xe0\xdd\x35\xdb\xc2\xa7\x9a\x6d\xcd\x37\xf5\xc9\xf9\xf2\x7b\xf8\xf0\x7b\x08\xbc\x6d\xee\xc5\xc8\x9f\xa7\x7c\x76\xbc\x59\xc1\xe6\x49\x4a\x76\x43\xc5\xe4\x8a\xed\x46\x66\x46\xe3\x60\x89\x27\x16\x2c\xe3\x1d\x32\xb4\x70\x67\x6b\xe7\x06\xaa\x4b\xa9\x5a\x7b\x8f\xf7\x96\x5f\xcb\x77\x00\xa7\xb6\xaa\xf9\x36\x89\xfa\x24\x8d\xb0\xa4\xc5\xb2\x2d\x80\xec\x14\x2e\x3d\x13\xa3\x42\x79\xcb\x71\x57\x15\xfe\x4a\x91\xa3\x1a\x0b\xc6\x65\xe3\xe4\x14\x3e\x22\x12\xf8\x01\x75\xdd\x5d\x96\x7f\x60\xf2\xb9\xd8\x3b\x07\x38\xc7\x7b\x4e\xa2\xbb\x4c\xcf\x65\x1c\xbc\xa7\x27\x27\xce\xd6\xba\xef\x88\x25\x48\x61\x6a\x0d\x27\x55\xcd\xae\xe5\xad\x37\x22\xaf\x25\x2d\x0a\x91\x26\x26\x27\x4b\xd9\x95\xf7\xbe\x98\x0a\x26\xa2\xbb\x3a\xc9\xf0\x18\xed\xc8\x7d\x47\x98\x1a\x2f\x7d\x88\x0e\x25\xec\xed\x8f\xf9\x3e\x8e\x06\xee\x3d\xb8\xee\x91\xf1\xe8\x3a\x68\x53\xb7\x62\x78\xc4\x03\xa6\x98\xfe\x3e\xe8\x58\xbf\x2d\x1b\x56\x97\xb4\x40\x36\x50\xd2\x78\x0d\xa1\x59\x26\x42\x32\x4e\x9b\xf2\x23\x03\xcd\x6b\xb9\xe4\x92\xb1\x8c\x65\xd3\xcb\xf2\x0f\xd8\xf8\xef\x72\x18\xd5\x0e\xe9\x37\x45\x82\xea\xed\xc1\x6f\xb0\x4a\x43\xee\x69\x9c\x20\x79\x4f\xe5\x3c\x50\x12\x06\x49\x91\xb1\x7a\x5e\x22\x9d\x2c\x88\xa8\xd8\x32\x5f\xe5\xcb\xbc\xd9\x8d\xc9\xcd\x26\x5f\x6e\x34\xdc\x09\x74\x33\x60\x59\x4e\xc9\xaf\x2d\xab\x77\x72\xba\xfc\x9a\xd5\xb5\x7c\x81\x65\x99\xc3\x4d\xca\xd1\x1e\x2b\xa4\x37\xd5\xd3\x4d\x91\x54\xa6\xd6\xe3\xfe\x6a\xe6\x79\xf8\x83\x32\x06\x8e\x9e\x04\x84\x12\x4d\x27\xb8\xb5\xee\x06\x1c\x85\xa2\xad\x0f\x3d\x09\x45\x2c\xee\x39\x08\x43\x85\xab\xd9\x4d\x7b\x68\x4c\x67\x43\xfa\x6a\xfd\x36\xfb\x01\x69\x19\x1a\x4e\x74\x1a\x7d\xa6\x40\xc0\x3d\x75\xb9\x0f\xb0\x41\x0b\x4c\xe3\xe0\x6f\x08\xd4\x9c\x40\xcd\xd1\xf1\xf6\x57\x75\x1b\x82\xad\x09\xf8\x38\x33\x49\x1c\x66\xe4\x38\x23\x3e\x7a\x6f\x3a\xb9\x3b\x19\x63\x91\x16\xb4\x79\x65\x07\x6f\xc8\x9e\xb1\xf6\xf6\xe7\xf0\xb2\x91\x08\x47\xcb\x7b\xd4\xc6\xd4\x2b\x31\x3a\x5e\x89\x31\x39\xce\xb7\x15\xaf\x1b\x2a\xf1\x0c\xb0\x1b\x6a\x18\x8b\xfa\x57\x42\xb1\x0c\x92\x46\x13\x8a\x24\xc9\x57\x23\xc3\x9d\xae\xc4\x09\xc2\x94\xe6\x4a\xc7\x0a\xc7\xaf\xc4\xc9\x58\x75\x0a\xf8\x5d\xdf\x76\xf2\x3b\x33\x28\x11\xed\x6a\x95\xdf\x5a\x60\x36\x08\x10\x0b\x90\x5d\x30\xd5\x25\xff\xe8\xb4\x96\x43\x5d\x1e\x5d\x1e\x39\xdd\x7f\xbb\x82\x19\xe7\xa2\x7c\x22\x79\x5c\x9c\x12\x19\x15\xf9\x15\x23\x79\xb9\x61\x75\xde\x9c\x00\x3a\x5e\x09\xb2\xa1\x82\x50\x7c\x6b\x46\x92\x72\xaf\x6e\x65\x89\x24\x96\x08\xd4\x3f\x9f\x3e\x67\x5b\xac\x2d\xb9\xe6\xb3\x31\xf9\x6f\xc9\x1b\x83\x88\x0f\xee\x22\x1c\x8c\x06\x23\xd9\x83\xde\x20\x35\x82\x21\x9d\xe4\x24\x91\xdc\xf4\x3e\xc2\xb3\x14\x7f\xb6\x6f\xc6\x4a\x78\xac\x86\xf3\xe4\x3f\x7a\x7f\xbc\x12\x77\x8a\xb7\xc7\xbd\xba\x7b\x95\x86\xab\xe4\xb3\xba\x12\x89\xa7\x54\x13\xca\x66\x3a\xc1\xe3\x89\x74\xba\xb0\x2f\x12\x40\xd0\x4a\xb8\x8f\xa3\x43\xfa\xdb\x47\xd2\xeb\xcf\xa1\x66\x92\x1d\xda\xdf\xbd\x4f\x99\x1a\xc8\xac\xf1\x1d\x6b\x88\x62\x82\x43\xb4\x8f\x9b\x04\xe2\x63\x04\xa8\x84\x9c\xef\xf5\x6b\x3c\xf9\x47\xef\xbd\xc5\xf9\xe3\xde\xa9\x2a\x72\xef\xab\x5b\x0d\x76\x30\xfc\x8f\x65\xb1\x93\x78\x3b\x7a\x92\xf2\x95\xff\x12\x49\x50\x5a\xe4\xeb\xb5\x16\xad\x40\xfd\xbc\xcc\xb7\xed\x36\x9c\xb7\x3a\x0b\xf2\xd9\xeb\x24\x2d\xc9\x6b\x04\xba\x5e\x31\x82\xd9\x67\x1f\x78\xec\x8e\xa4\x80\x28\x38\x42\xd3\x07\x60\x05\x84\x18\x96\x9e\x38\xca\xe1\x56\xc2\x39\xdd\xc9\x36\x97\x5c\x59\x62\x01\x1f\xbb\x67\x3d\x49\x55\x19\xbb\xe2\x29\xbb\xdf\xc1\x4c\xb2\x7c\xb5\x62\x35\x2b\x97\xcc\xf8\x09\xca\x1e\xe5\xcd\xea\xd9\x5d\x9c\x9c\x6c\x3b\x23\x6a\x02\x38\x59\x7f\x18\x23\x95\x36\x3c\xc4\x96\x36\xa8\x21\x50\xbd\x38\x82\xfe\x03\x80\x4b\x8e\xd4\x07\x60\xb2\xdc\x03\x32\xa2\xf2\xca\x93\xf9\xf5\x36\x2f\xe7\x00\x58\xc1\xab\x95\x6b\xaa\x21\x33\x93\x33\x7a\x00\x83\xb8\x53\xef\xdd\x98\x5c\xc3\x74\xae\x6f\x3a\x37\x19\x11\x1e\x76\xa6\x44\xcc\x7a\xb3\xcf\x52\x92\xdd\x78\x06\xe6\x51\x73\x36\x41\x6e\x3f\x30\xf2\x67\x11\xc9\x7d\x22\x21\xd3\x9b\xfe\x9d\x3f\x37\x79\xe3\xe5\xac\x34\x12\x83\xfc\x4d\x6a\xdf\x2d\xeb\x2e\x4f\xa3\x68\xf3\x6c\x06\xf5\x46\xf2\x49\xd5\xe7\x75\x47\x3e\x26\xee\x18\xf8\xf1\x84\x44\x37\xc2\x05\x07\x8f\x17\x89\x40\xe1\x57\x2d\x80\xd4\x1b\x1d\x8a\xba\x5f\xbf\x26\xd5\xed\x98\x44\xb2\xed\x3b\xfc\xda\xcb\x8e\x38\x70\xd2\x21\x1b\x77\x4f\xef\x0f\x79\xb9\x2c\xda\x8c\x75\x12\xe8\xf7\xc1\x0b\x0e\xce\x0d\x47\xe8\xa3\xb3\x52\xf5\x63\x42\x35\x31\x25\x7b\x7e\xaf\x6c\x0d\x67\x0a\xf8\xe8\xab\x6e\x45\x4a\xc2\x1b\x91\x17\xf8\x2f\x71\x69\xfb\x44\xbb\x63\x32\x3a\x93\x70\x7a\x7d\x73\x32\x06\x7b\xce\x13\x77\x43\x52\x54\xd8\x2f\x1b\x17\x6d\x3c\x26\x49\x9a\x19\xa8\x31\x21\x89\x56\x10\x0e\x37\x5c\x56\x5b\xd2\x22\xe2\x5e\x14\xdd\x66\x5a\xf6\x53\x6f\x66\xa3\x13\x74\x9e\x61\x03\x35\x29\x98\x98\xd7\x83\x7b\x47\xad\xe5\x37\x92\x17\x53\x74\xbc\xc4\x10\x73\xfd\x54\xa1\xf5\xa0\x03\x30\x73\x95\x35\xad\xaa\xd9\x52\x5e\xe4\xa9\xd1\x38\xfe\x58\xe7\xeb\xbc\xa4\x05\xbe\xae\x2c\x23\x59\x5b\x83\x57\x7b\x5b\x13\x5a\x54\x40\xc3\x81\x28\x2a\xc7\x78\xf1\xa6\xc2\x82\x35\x54\x8c\xd1\xe1\x10\xa7\x70\x43\x41\x91\xe9\x25\x67\xd3\x12\x8c\xf9\x0c\xe6\x34\x47\x15\x72\x5e\x32\x21\x08\x2f\x49\xfe\xe3\xbb\x09\x2d\x55\xaa\x67\xd4\xc1\x41\x3d\x54\xc8\x62\x77\x37\xbc\x2d\x32\x52\xb1\x5a\xe4\xa2\x51\xb1\xb6\xf2\x32\x6f\x72\x70\x3f\x6f\x97\x1b\xbb\x98\xaf\x1d\xc7\x47\xdf\xef\x71\x4c\x6e\xd8\x93\x6b\x46\xae\x58\xd5\xa8\x04\x75\x0a\x36\xe4\xea\xda\x2a\x03\xf4\xd6\x6c\xd8\x96\x34\x1c\xfa\xa2\xc5\x0d\xdd\x09\xa2\x84\x62\xcd\x86\xe5\x36\xc4\x57\x25\x58\x9b\xf1\x89\x66\x1d\xf3\x52\x34\x8c\x66\x84\xaf\x08\x25\x62\x93\x6f\xb7\x2c\x73\x69\x14\x3b\xc1\x6f\xe5\x42\xbb\x15\x22\x0b\xce\x1b\xd1\xd4\xb4\xd2\x6a\x91\x8b\xe7\xe7\x9f\x3e\x77\x80\x09\x36\x67\xa4\xe0\xe4\x31\xee\x29\x79\x6f\x19\x16\x73\x41\xdc\xfa\x18\x50\x21\x68\x35\xc6\xdf\x98\x75\xbb\x8f\x65\x54\x3d\x55\x05\xcd\xb5\x57\x81\xdf\xdf\xf8\x01\xbd\x3a\xfd\x29\x3b\xcd\x9e\x69\xaa\xdf\x58\xaf\xa7\x77\x79\x39\x3e\x02\xfc\xc0\x15\x70\x93\x55\x5e\x00\x61\x48\xc9\x92\x57\x3b\x79\x50\x5f\xf3\xfa\xed\x35\x2f\xae\x99\xdd\x74\xc8\xab\x80\x79\xc3\xd1\xbf\x6a\x06\x43\x24\x0e\xab\xab\x31\xea\xe3\x31\x5d\xe2\x29\x58\x0b\x60\xfe\x8b\x89\xa9\x36\x95\x5f\xa1\xdb\x45\xdb\x90\x9b\xbc\xd9\x90\x2f\x74\x19\xa9\x99\xac\x47\x24\x2f\x91\x11\xde\x36\x72\x9e\x53\xd3\xf4\xfd\x9d\x15\x4e\x08\x4e\xf2\x46\xc5\x83\x10\x00\xb1\xe8\x13\x46\x6a\xd9\x01\x47\x92\x38\xe3\xcb\x76\xcb\xca\x66\x0a\xa5\xef\x18\x4b\x2d\xa5\xaa\xf9\x96\x35\x1b\xd6\x0a\xef\x67\x5b\x14\xa7\x2f\x3f\x39\x7b\xf6\x08\x00\x71\xc9\xb7\xb2\xa3\xc9\xcb\x8b\xb3\xa7\x9f\x9e\xbf\x7c\x71\x06\x3d\xca\x9b\x73\xc8\xe6\x28\x98\x7e\xf6\xa9\x7a\x5e\xbe\xfc\xe6\xf3\x1f\xfe\xf8\xf6\x1d\xf9\xfa\xc7\x9f\xc9\x57\x9f\xff\xfc\x27\xf2\xcb\x37\x6f\xbf\x7f\x4b\xbe\xfd\x81\xfc\xf2\xcd\xb7\xef\xc8\xd7\xdf\x7e\xf7\x96\xfc\xe5\xf3\x77\xe4\xcb\x1f\x7f\xfa\xf6\xed\x57\xe4\xdb\x1f\x7e\xf9\x91\xfc\xf2\xcd\xe7\x3f\xfc\xf8\x8e\x7c\xfd\xf3\x8f\xdf\x93\x9f\x7e\xfe\xf1\xfb\xb7\xbf\x7c\xf3\xf6\xcf\xef\x08\xf4\x37\xfa\xee\xdb\xff\xfa\xf6\x87\x3f\x92\xcf\x7f\x19\xbe\x50\x75\x60\x79\x79\x7a\xc3\x16\xa7\x6d\x7e\x5a\x33\xba\x6c\x26\xb4\xaa\x4e\x45\xbd\x3c\x05\x30\x10\xa7\x7f\x37\x2b\xf9\x3b\x80\x07\x9c\xa2\x4a\xe2\xe9\xcc\xe2\xcb\x1f\xbf\xc2\x19\x2b\x63\x8c\xaf\xc8\x9f\x7f\xf8\xea\xed\xcf\xe4\xf3\x1f\xc8\xe7\x3f\x7d\xfe\xe5\x37\x6f\xc9\xc5\xf4\x4c\x17\x8e\xc9\xbb\xb7\x6f\xbb\x00\x6c\xdf\x64\x55\x1f\xd3\xcb\xf2\xa3\x53\x54\x67\xc3\x03\x41\x9e\x94\x3c\x63\x7f\xdf\xf2\xac\x2d\x98\x8b\x4e\x00\x16\xb5\x6a\x51\x3c\x79\x35\xb0\x85\xa6\xdc\xa0\xc5\xc0\x36\x88\x56\xbb\x87\xf8\xc3\x8a\xd7\x2c\x09\x1f\x4e\xf3\x89\x96\x32\xaa\x91\x4f\x3f\x02\xc1\x86\xba\x20\xf8\x38\x28\x73\x50\xe7\xbe\x1a\xfa\x59\x10\xb9\x2d\x83\xa6\x8b\x5d\xe2\x28\x0b\x9e\xed\xec\x7d\x43\x0c\xa3\xc3\x8f\x9c\x81\x99\xea\xb9\xfc\xe4\x25\x71\x3f\x76\xfe\x02\xe6\xea\x95\xf7\x84\xbb\x4f\xbe\x67\xe4\x88\xf4\x8d\x67\xd1\xe8\x5b\x30\xea\xae\xbc\x90\x24\x51\x20\x12\xa8\xa2\x13\x26\x5a\xbf\x2c\xf8\x0c\x76\x8b\xca\xc4\xb4\x60\x2b\x34\xb4\x7d\x2a\x4b\xe2\x90\x4b\xda\x1d\x0a\xea\x5c\x28\x24\x1d\xee\xc5\xb0\x0d\x55\xdb\x39\xb0\x7a\xb3\xab\xd8\x01\xd5\xc1\x26\x5b\x1c\xd0\x60\xc9\xb3\x43\xfa\x5f\xd7\x79\x76\xc8\xec\x9d\xdb\x31\xb0\x89\xe4\x6a\x7a\x17\xb0\xe7\x82\x40\x08\xcc\xe0\x7a\x0c\x1c\x1a\xf3\xc6\x1f\xb2\x7b\x8e\x89\xf5\x01\xad\x74\xa6\x89\x03\x9a\xa8\x94\xf6\xe0\x3d\x78\x08\x38\xd8\x8c\xf7\x87\xc0\x84\x4a\x83\xbf\xef\x24\x82\x66\x25\xbd\x3e\xac\xf6\x82\xd6\x87\xcc\x8a\xd6\x87\x80\x9e\xf5\x90\x3a\xa0\x91\x8d\x3c\x7f\xc8\x48\x34\x5b\x1f\x72\x87\x4c\x84\xf8\x03\xda\x40\xd4\x82\x43\x16\xa2\x1c\xd3\x0f\x68\x02\x04\xf9\x01\xf5\xad\x3b\xeb\x21\x87\x58\x70\x71\xc8\x5e\x41\x20\xbb\x83\x56\xc1\x33\x5a\x1c\x34\x00\xc4\xc2\x3d\x64\x6b\x31\xac\xe4\x61\x90\x0b\x2e\x1f\x07\x34\x51\xfe\x04\x87\xac\xbc\xd5\x56\xd4\x1a\xe7\x4d\x75\xaa\x4d\xf9\xf6\x67\xd6\x5e\xe8\xb6\x61\x65\x46\xa6\x8b\x35\xe6\x71\x7b\x15\x7c\x77\x73\xbc\x19\xae\xe1\x68\x7c\x34\x03\xda\xd9\x68\x67\x00\x47\x58\x89\x1c\xa6\x33\x27\xbc\x2c\x76\x44\xb4\x15\x4c\xf7\x1d\x15\xe2\xdd\xb2\xce\xab\x46\xb2\x80\x79\xc6\xc8\xfc\xd1\xfb\xbb\xf9\x14\x55\x04\x74\xb9\x21\xc7\x2a\x28\xe7\x31\x5a\xd2\xe5\xa5\xfa\x62\x98\xa3\xc9\xe4\xd1\x7b\xfc\x74\x37\x43\x59\x59\xd1\x32\xa3\x69\xe8\xed\xc8\x09\x01\x71\x78\x77\x8b\xca\xeb\x2b\x34\x95\xb6\xfd\x39\x12\xb0\x47\xef\x8f\x17\x55\x57\xbf\x5a\x76\x9a\x97\xa2\x62\xcb\x66\x0e\x82\x6a\x79\x85\x04\xa6\xcb\xa5\x0d\xba\x7b\x66\x24\x6f\xd8\x56\x90\x2b\x8c\x56\xc4\xf0\xab\x98\xaa\x3e\x3a\xb8\x14\x41\x25\xcc\xc8\xff\xd1\x8c\xf1\xd3\x97\x4f\x7d\xde\xe4\xe9\xd3\x4f\x9e\x3e\xfb\xf4\xfc\xc5\x85\xec\x69\x32\x71\xc9\x32\x41\x4b\x31\x11\xac\xce\x57\x72\xf2\x6a\x86\xa3\xe3\x74\x95\x13\x5c\x96\xdf\xc3\x96\x97\x1c\x7c\x0f\x3b\x3b\x30\x35\xa0\xfd\x5d\xb7\x61\xb9\xe6\xe1\x26\x80\x5f\xe4\xec\xe9\xa4\x64\x37\x40\xd8\x81\x70\xe3\xd2\x9a\x8d\x7f\xa3\x42\x01\xe3\x87\xcb\x72\x73\x3e\x26\x9b\x8b\x31\xd9\x3c\x1d\x93\xcd\xb3\x31\xd9\x3c\x1f\x93\xcd\x27\xe3\xcb\x72\x2a\x4b\xa6\xb2\x68\x2a\xcb\xa6\xb2\x70\x2a\x4b\xa7\x9b\x4f\x5c\x3a\xd6\x38\x19\xdb\x28\xc3\x5e\xc1\xab\x98\xbe\x35\x15\x9d\xcf\x09\xda\xd5\xaf\x86\x9f\x13\xf4\xab\xa9\xe6\x7c\xf6\x68\x58\x3f\xfa\xb1\x96\xa5\xe1\xf2\xce\xc9\xfb\x24\x65\xbd\x39\x77\xcd\x28\x25\x44\xe2\x4e\x5c\x74\xd5\xbf\x88\xea\xc3\xa6\x3d\xed\xaa\xff\x34\xaa\x0f\xfb\xfb\xac\xab\xfe\xb3\xa8\x3e\x1c\xc5\xf3\xae\xfa\xcf\xa3\xfa\x9f\xa8\xa3\x4b\xd7\xff\x24\xac\x7f\x59\x4e\x0b\x46\xb3\x40\x7e\xe8\x34\x91\xa5\xbe\xad\x69\x78\x80\xb6\x86\x39\x3c\x23\x6a\xdd\x55\x8c\x28\xb7\x15\x6d\x2f\x71\x59\x4e\xd5\x97\xc9\x79\xf7\xb0\xaa\xca\x79\xe7\xa8\xa6\x42\x27\xc4\xe8\x51\x7c\x80\xb9\x73\xc6\xbf\xd8\x3b\xfe\xc5\xbe\xf1\x2f\x1e\x32\xfe\xd3\xbd\xe3\x3f\xdd\x37\xfe\xd3\x87\x8c\xff\x6c\xef\xf8\xcf\xf6\x8d\xff\xec\x1e\xe3\xbb\x78\x8a\xd7\xf9\x3f\x78\xd9\xd0\x82\xd4\x6d\xc1\x2c\xbe\xaa\x3d\xe4\xd3\xf0\x4a\xde\x70\x9b\x50\xf1\x55\x12\x33\x05\xe5\xe8\x72\xa8\x4d\x6d\x95\x03\xa2\xe9\xca\x0b\xc7\x21\x78\x91\x67\xee\x67\x0f\x89\x98\xe9\xbe\xdd\x56\x1b\x2a\x72\x33\x4d\xf0\xe3\x90\x58\x14\x7e\x74\xef\x26\x14\xf7\xdf\x22\x97\x85\xc7\x28\xb3\x7a\xf4\x2d\xad\xaf\xe4\x18\xf2\xbf\x38\x84\x89\x14\x71\x2c\xbf\x69\xd7\xbb\x57\x1d\x0c\x3a\xd4\x59\xac\xa3\xc5\x7c\x97\x8b\xc6\xac\x64\x0a\x8f\x4a\x5b\xc2\xb3\x13\xa2\x03\xaf\x6c\xe4\x9b\xab\x15\xe0\x7d\xdb\xd6\xa5\x80\x6a\xea\x91\xce\xcb\x86\x7b\x7e\x69\x7a\x04\xfc\x36\xa4\x7f\xb7\x3e\x04\xc8\xc0\x46\x0a\xaa\x66\x5e\xef\x8a\xae\x7b\x3c\x2b\x79\x33\x9a\x15\x10\xcd\x7b\x93\x17\x99\x51\x72\x29\xb8\xa8\x8d\x30\xc4\x76\xed\xee\xde\x5d\xb8\x47\xdf\xe7\x62\xa9\xb7\xe8\xf4\x94\x7c\xd1\xe6\x45\x06\xfa\x87\x39\x5d\x2c\xea\xf9\x65\x39\x55\x0a\x85\x5c\x6c\x3b\x8f\xff\xd3\xb3\xdf\x9f\x58\xb9\x8a\x13\xa3\xaf\xad\x2a\x56\x2f\x51\x18\x63\xbc\x8b\xe4\x7a\x90\xb4\xb9\x2c\xa7\x0b\xf3\x57\xfa\x31\xc6\xb0\x06\x9d\x92\x23\xdb\xdc\x07\x3e\x25\xa4\x71\x4b\x79\xc3\xea\x60\x87\xf5\xd6\xee\xed\x3b\x09\xde\x46\x3e\x14\xd6\xd3\x57\x0b\x4f\x6c\xb6\x60\x2b\x5e\x1b\xa9\xbc\x12\xca\xcf\xc8\xe5\xd1\xe5\xe5\xc5\xd9\xf9\xb3\xcb\xcb\xb3\xb3\xcf\xcf\x2e\x8f\x40\xbe\xc4\xb6\x24\xa3\x62\x33\x26\xe5\x42\x54\xbe\xdc\xde\xc0\x33\x3a\x4e\x6a\x40\x96\xd4\xa2\x07\x99\x30\x1d\x02\xf1\xed\x94\xd9\x50\x0d\x36\x38\xc2\xd8\xa8\x2c\x6a\x7e\x23\x58\x6d\xc2\x34\xd3\x32\x43\x08\x85\x2e\x8d\x06\x22\x00\x5a\xef\x66\x4e\x0a\xb6\x32\x36\xfe\xb6\x2d\x3a\x6e\xba\x54\x1e\x86\x2e\xfa\x1e\x44\x97\x30\xf1\x89\x6b\x24\x06\x32\x2b\xf3\xb9\xc9\x4b\xaa\x3f\xc5\x06\x65\xa6\x2e\x14\x40\x48\x4f\x14\x79\xa1\x5d\x91\x58\xd2\x02\x95\x6f\x3b\xae\xac\x2f\x10\xf3\xa1\xc8\x3f\x97\xcb\xad\x4d\x22\x67\xb5\xc4\x7c\xbb\x46\x15\xef\xc8\x1a\x9f\xfd\x44\xeb\x86\x9c\xcf\x40\xc7\x4f\xc9\x96\xde\x82\x05\x87\x76\xfd\xd4\xc6\x90\xd8\x19\x42\xac\x31\x9a\x3b\x3f\x3b\xfb\xfd\x2b\xb7\x9b\x8b\x19\xf9\xd1\x35\x0a\x55\xae\x5c\x0d\x57\x9e\xa0\xbc\xd9\xb0\xfa\x26\x17\x4c\x2f\xe5\x26\x2f\x0a\xb2\x60\x44\x34\x35\x6b\x96\x1b\x54\x1b\x9f\x9e\x42\x98\x6d\xe3\xbd\x43\xd5\xca\x40\xcb\xa0\x9c\xc3\x9a\xa6\xce\x17\x6d\x03\x61\xb6\xe5\x48\xf9\x76\xad\x23\x56\x03\x03\xa1\x1f\x2d\x39\xae\x8b\x28\x83\x6d\x57\xbb\xfb\x6e\x23\x99\xb8\x1a\x8b\xb4\xfe\xb7\x36\x13\x70\x70\x30\xb4\x83\x99\xc0\xcd\x08\x37\x17\xbb\x18\x1d\xaf\xf2\x82\x4d\xce\x6f\xc7\x04\x7f\x5d\xc8\x5f\xe8\x29\x0f\x1f\x95\xd8\xf6\xfc\x56\x1d\x43\x38\xc0\x0c\x82\x4f\xe8\x5e\x5c\x9b\xbe\xb6\xe1\x55\xcd\x56\xf9\x2d\xab\x49\x43\xaf\x98\x20\x4b\x5a\x33\xd0\x37\x22\x70\x4f\x6e\xd8\xe2\x2a\x6f\xc0\x27\x36\x63\xd7\xf9\x92\x4d\xaa\xfc\x96\x15\x13\x70\x00\xc5\x99\xf3\x8e\xd2\xb1\x1a\x65\xd1\x36\x24\xe3\x0c\x2c\xfb\x96\xbc\xbc\x66\x75\x43\xb2\xaa\xba\x7d\xfd\x26\xab\x72\xcd\x9f\xfd\xb2\x61\x35\x7b\x22\x48\xc9\x89\x68\x97\x1b\xd2\x6c\xe0\xac\x04\x69\x4b\x35\xc3\x8c\x74\x4c\x42\xe4\xe5\x92\x91\xbc\x81\xd6\xa5\x68\x68\x99\xd1\x3a\xd3\x1d\x7f\xe9\x6a\x6b\x49\x5e\xae\xb8\x55\x93\x2e\x69\x99\xb7\x82\x01\x27\xb8\x14\xda\x12\xa2\x66\xe0\x9d\x0c\xfe\xad\xc6\xba\x13\xf9\x73\x74\x29\x94\xab\x1e\xc9\xc9\xd8\x9a\x33\x72\xfe\xe9\x45\x56\xe5\x27\x63\xb0\x6b\x78\xfb\xe9\xe4\xfc\x9c\x64\x5c\x2e\x59\x33\xf5\x72\xc9\x88\xc4\xf6\xf6\x75\x21\xeb\x9e\x90\xf7\xc0\xb8\xaa\xf5\xe4\xff\xd0\x56\x10\x7d\xc7\x7b\x71\xab\xed\x1b\x9c\x5a\xca\x22\x43\x43\x8c\x03\x30\xae\x9b\x94\x42\xe1\x46\x97\x3f\xba\x3c\x9a\x3b\x40\x78\x32\x47\xab\xcd\xeb\x67\xd3\xa7\xd3\x33\xf5\xfb\x39\xda\x70\x1a\x7c\x15\x22\x1c\x41\x46\x2a\x04\xbe\xfa\x53\x6d\x09\x58\x4a\x58\x5c\x63\xd1\xcb\x89\xb9\x44\xbf\x6c\x72\x41\x72\x41\xaa\xb6\xae\xb8\x60\xab\xb6\x28\x76\x84\x57\xf2\x5d\x26\xd7\x39\x45\xb3\xf3\xaa\xc8\x97\x79\xa3\x2c\xcf\x6b\xda\x98\x40\xfc\x0b\x26\xc1\x07\x94\x95\xc6\xb4\xb0\x26\x92\x08\x9b\x7f\x96\x6f\xd7\x6f\xe6\x02\x74\xe7\xe4\x2f\x0c\x2c\x09\x72\xde\x8a\x62\x47\x9a\x3a\x47\x65\x3d\xb9\x3c\x52\x13\x96\xd7\xc1\x71\xad\x5e\xec\x74\x87\x97\x47\x84\x56\x55\xcd\xe9\x72\x43\xf2\xd2\x51\xb6\x5e\x5f\x8c\x51\xcf\x5f\x66\x84\x2e\x68\x99\xf1\x12\x84\x13\x41\xad\xa7\x64\xc1\x96\xb4\x95\xc8\x4b\xbe\x29\x8c\x5e\x09\x52\xf0\x46\x20\xc6\xcd\xeb\x6c\x52\xd1\xba\xd9\x49\x64\xb5\x66\x8d\x20\x23\x3c\x20\xb9\xac\x3f\x72\xbe\x2e\x18\xf9\x9e\x56\xb8\x5f\xca\xb2\xfa\x86\xd5\x4c\xee\x2e\xbb\xad\xd8\xb2\xd1\xeb\x37\xa8\x51\xde\x28\x50\x67\x09\x56\x5c\x33\x6d\x76\x9d\x97\xd7\xbc\x68\xcb\x86\xd6\x79\xb1\x53\xa6\x37\x68\xc5\x01\x22\x13\x5a\x08\x3e\xdc\xaa\xe0\xfc\xe5\xf9\x8b\x97\x92\xe8\xd1\x0f\x43\x40\xf3\x38\x0f\x86\x87\x45\xe3\x08\x7d\xd0\x85\xf9\x10\x92\xb5\x51\xf0\xbe\x2e\xda\xd6\x8d\xd7\xe7\xd1\xfc\x1d\x11\xf9\x34\xa1\x9f\x0e\xb9\xe7\xd3\x3a\x5e\x94\xb0\x51\x57\xb0\xbd\x93\xb0\x91\x0e\xa5\x37\x4a\x06\xd8\x73\x90\xb3\x0a\xbb\xcd\xb6\x84\x36\x64\xcb\x45\x03\x0f\xa4\x84\x07\xb6\x6f\x53\xb5\xd5\x8a\x8e\xb7\xa7\x68\x78\x0c\xa0\x67\x9e\xea\xb7\x70\x33\x85\x32\xc5\x83\x38\x51\x4f\x04\x10\xa1\x04\x94\x7b\x08\x34\x16\x88\xa6\x7d\xf4\xf5\x9d\x33\xc2\x44\x3e\x9f\x3d\xf4\x28\xa4\xa4\x8c\x39\xc2\xf3\xb0\x1b\x35\xa9\x6e\xbe\xa9\x2b\x88\xa0\x4f\x61\xa6\xe2\x06\xf6\x8b\xd2\x4c\x8c\x06\xf9\xa1\x28\xf8\x0d\xcb\x40\xaa\x86\xd7\x22\x2f\xe5\xed\x03\xb1\xac\x77\xd4\x0a\x98\xbf\x61\x45\xc5\x6a\x62\xfc\x6d\xc1\x36\xac\x2a\xe8\x92\x91\x92\xad\x91\x0c\x52\x42\x5f\xd8\xdf\x33\xd7\x39\x17\x7c\xbb\x0d\x4c\x29\x10\xd2\xee\x45\x60\x31\x34\x23\x23\x05\x53\x28\x70\xb5\xb2\x56\x15\xaf\x4e\x8b\xab\x5d\x47\x74\x65\xd2\xf7\xfa\xb5\x36\xac\x77\x5d\x24\xb1\x57\x5a\x55\xac\xcc\x46\xea\xef\xb1\x24\xcc\x54\xbb\x31\x39\xb3\x86\xdb\xa1\x65\x71\x67\x7b\x35\x66\xec\x3a\x61\xbd\x01\xe5\x7f\x03\xa3\xb6\xe0\x52\x99\xcc\x7b\x61\x96\x86\x15\x2d\x0a\x48\xd5\x17\x04\xf1\xf3\xcd\xdd\x56\xd6\xc6\x5a\xa5\x5d\x51\xf3\x0e\x5a\x25\x77\x3d\xb4\xca\x07\x9b\xee\xe4\xb0\xe4\x77\xaf\x95\x03\x79\xba\xfb\x8e\x66\x29\xbb\x25\x2b\x85\x48\x03\xc1\xfe\x35\xc9\xa6\x92\xbd\x18\xb0\x38\xaf\x0d\xf0\xbe\xc3\x76\x24\x75\x60\x4e\xeb\x7b\x4d\x79\xe8\xf0\xa6\x11\xe2\x94\x07\x4e\x5b\x77\x72\xbf\x79\x1f\x38\x85\xb0\xdd\xc0\x53\x4a\xcf\xdc\x69\xfc\x4f\x01\x91\x0f\x31\xe7\x60\xdc\xdf\x72\xde\x3d\xd7\xea\x9f\x05\xa9\xfd\x10\xf7\x90\x59\x7c\x48\xd0\x7f\xc8\x79\xdc\x07\x26\x94\x5c\x03\xc5\x7c\x4b\x08\x61\x26\xff\xb7\xfb\x8d\xf7\x63\x7c\xf9\x2f\xbb\x0d\x62\x06\x9f\x6f\x78\x9d\x4d\x6e\x6a\x5a\xcd\x90\xa0\x9e\xc8\x0f\x96\xa0\x7a\xd7\xd4\x8c\x6e\x51\x20\xb9\x61\xf8\xec\xa3\x68\x40\x29\x59\x69\xb9\xdc\xf0\x1a\x28\x63\x7a\xcd\xf3\x8c\x2c\x6a\x7e\xc5\x4a\x8c\x99\x04\xed\xc0\x62\x99\xd7\x40\x80\x51\xf2\x86\x3c\xb6\x72\x29\x98\x91\xf2\x54\x0b\x5d\x23\xff\x2c\xc0\xb4\xb8\x6a\x1b\xf9\x24\xe7\x4b\xb0\x8a\x66\x65\xc3\x6a\x96\x01\x33\x73\xc5\x76\x0b\x4e\xeb\xec\xb2\xbc\x5a\x64\x21\xb5\xeb\xc5\x5c\xf3\xff\xbc\xed\x14\xbf\x79\xe1\xd3\xfc\x5d\x33\xa1\xd1\xba\xa8\x66\x8c\x82\xd6\x4b\xed\xfa\xd9\x98\xc4\xb6\x87\xcc\x85\xde\x22\x02\xd7\xac\xd3\x59\xa9\x89\x79\x11\xaf\x47\x92\xbe\x1a\x23\xf9\x82\xf1\x92\x89\x86\x65\x13\xb3\x5e\x47\xdf\x90\x9e\x50\xc9\x4b\x76\x12\x9e\x10\x88\x55\x81\xf7\x42\x98\xac\x34\x9d\x3c\x50\xda\xd9\x07\xa5\x26\x32\x9c\x23\x78\x59\x42\xce\x74\x14\x0b\xf1\x2d\xde\x04\xc2\xdb\xa6\x6a\xc1\x39\x9a\x36\x04\x29\x46\xf8\xde\xd0\x35\xe4\x4d\x93\x93\x92\xbf\xb1\xf3\xcc\x9a\x2a\xc7\x13\xd2\x2e\x93\xaf\x3a\xc1\x53\x5d\x17\xb8\x28\x33\x62\x54\x0a\xde\xae\xbc\x45\x4f\x66\x1b\x9d\x0e\x77\xc1\xd9\xa7\xa9\x1f\xbd\x4e\x53\xfd\xd6\xb3\xb6\x3b\xbc\x1d\x0c\xa6\x43\xc9\x4d\x76\x33\x35\x8c\x43\x99\x9f\x92\x3f\xd6\x79\x46\xc4\x4e\x34\x6c\x6b\xb8\x1a\x13\xc3\x48\xb0\x2d\x2d\x9b\x7c\x49\xd6\xb2\x96\x4a\x12\x6f\x78\x16\x63\x88\xef\x0a\xd5\xb6\xf4\x8a\x41\xd8\x54\x9a\x97\xac\x1e\x1d\x63\xa2\xfc\x59\x22\x6d\xbe\x42\x82\xa1\x68\x52\x5f\x3c\xad\x29\xc0\x26\x96\xa1\xf1\x05\xbc\x51\xb1\xaf\x67\x50\xd2\x44\xf3\x19\x1b\xb9\x32\x46\x77\xda\xb5\xbc\x4c\x7b\x27\x6c\xe0\x75\x55\x30\xc4\x0e\xf2\x87\xc2\x8a\xf2\x7f\x13\xf3\x98\x74\xcd\x13\x27\x14\x16\x6b\xe8\xf8\x9a\xd7\x04\x78\x10\x2f\xb6\x81\x8a\xb7\xba\x61\x46\xf8\xeb\x0a\x92\x89\xd9\x7c\x09\xd0\xd4\x75\x66\xe8\x38\x24\x9b\x4f\x56\x8c\x8e\xed\x6f\xc0\xfe\x71\x95\x31\x39\x76\xac\x4d\x66\xb1\x01\x8a\x7e\xdc\x94\xb5\x8a\xeb\xa9\x95\xe8\x0f\xf8\x2a\xdb\x7b\x74\xe1\x50\x60\xe8\x3a\x73\x55\x23\xbf\xd3\x78\x68\xd4\x37\x19\xa9\x77\x6a\xd8\x98\x69\x4a\x49\xe7\x7e\xd9\x30\x32\xef\xdc\xac\xb9\xf2\x1c\xd7\x42\xbb\xe7\xd3\x8b\x48\x68\x17\x6e\x79\x31\xa9\x19\xcd\x76\x03\xc0\x4c\x87\x77\x9c\x19\xd1\xbe\x91\xdc\x2b\xc7\x1c\x7d\x1f\x41\xbd\xb0\x60\x4b\xbe\x05\x89\x14\xe7\xa4\x84\x1c\xc4\xf8\xf2\xd2\x46\x07\xbb\xc3\x5b\xdc\xe4\xac\x16\x64\xb1\x53\x9d\x29\x5f\x19\x2d\x39\x9f\xbb\xd7\x71\x3e\x45\x19\xe1\x0d\xaf\xaf\x84\x11\xa6\xdd\x40\x24\x01\x32\x97\x50\x3f\x57\x7c\xb6\xea\xac\x80\xb0\x68\xc8\x91\x3b\xc1\x26\x72\x61\xbc\x7e\xa0\xfb\xe9\x07\xbf\xf7\xa9\x9d\x1e\x1d\x2b\x37\x59\xb5\x4f\x7a\xaf\xd5\x9f\x6a\x9b\xe5\x2a\x66\xe4\x8c\x9c\x91\x8a\xd5\x4b\x56\x36\x74\xcd\x46\xda\xd5\xd0\xef\x40\xb1\xe8\xca\x53\x9f\x4a\xc8\x50\xa0\x30\xf7\x32\x91\x82\xfe\x4c\x8b\x03\xe1\x16\x60\x07\x20\xa2\x07\xbf\xe4\x45\xc1\x6f\xe4\x5b\xa4\xba\x0b\x75\x41\xaa\xfe\x94\x7c\x6e\xbc\x44\xc8\xb7\x6f\xcf\xcf\x3e\x06\xea\xe8\xeb\xbc\x66\x2b\x7e\x3b\x25\x5f\x6e\x6a\xf9\xb0\xc9\x6f\x18\xc0\x4d\x75\x97\x71\x0c\x63\x57\x55\x8c\xd6\x28\x1c\xf9\xb5\xcd\x6b\x3c\x89\x69\xa0\x12\x1a\xb6\xea\x24\x24\x4b\x34\x3a\x8a\xb6\xd1\xa0\x5c\x35\x80\x83\x82\x7d\x3d\x14\x7a\xdf\x0b\xd6\x10\x46\xeb\x22\xf7\xe0\xb3\x63\x44\xbe\x5a\x09\xd6\x0c\x3b\xd8\xe3\xb2\xdd\x5a\xef\xf9\x60\x4d\x31\x0a\xce\x57\x23\xd9\x02\x82\x0a\x40\xda\x61\x67\x63\x64\x81\x17\x23\xe6\x67\x7e\xa3\x6f\x9f\x55\x49\x41\x2c\x96\x9d\x84\x7e\xaa\x64\xed\x5a\xc1\xa5\x22\x5c\x4f\x6b\x7e\x73\x02\xc1\xeb\x78\xbd\x64\x04\x7c\xcd\x72\xf9\xcc\x82\xa6\xbc\x06\x2a\xb9\xe1\xe4\x87\x1f\xa0\x3f\x14\x23\x01\x19\x00\x03\x4d\xc9\x3b\x54\x73\x08\x78\x64\x2a\xbc\xeb\xa4\x64\x37\x20\xe3\x13\x63\xa3\x05\x82\xd3\xcf\x38\xa1\xe4\x7b\x2a\x78\x29\xf1\xbe\x96\xc1\xc1\x16\xdb\xa8\x28\x2a\xcb\xb9\x90\xd4\x55\x5b\x36\x6a\xe7\xde\x90\x8f\x4c\x58\x05\x73\xac\x6a\x23\xe5\xc9\xc1\x3e\xb6\xa5\x21\x7d\x9c\x83\xed\xac\xe5\xb2\x26\x5f\x9a\x07\x0a\xf1\xa8\xdd\x42\xed\xb5\xec\x57\xc0\x6c\x77\x06\x9f\xa8\x88\x96\xa8\xb0\x42\x8b\x50\xa0\xdd\xec\x43\x97\x33\x45\x92\x38\xfc\x15\x42\x88\xf2\xfa\xd3\xf2\x59\x25\x68\xb4\xe3\xa1\x9a\x03\x08\x1c\x27\x6c\x90\x45\xf9\xb2\xdd\xd4\x54\xd7\xea\x37\x23\x35\x76\x7a\xa2\x0d\xe8\x42\x9c\xc7\xc9\x6f\xeb\x4a\xef\xdd\xe7\xce\x27\x9f\x4e\x02\x3b\x4d\x47\xfb\x63\x2a\x29\x6a\x96\xd6\xcc\x99\x48\x5b\x36\x79\x41\x28\xf1\x9d\xce\x0f\x79\x93\x53\x2f\x9e\x09\x89\x63\x0b\x1f\xbd\x77\xba\xbb\x73\x02\xb1\x68\x9b\xdd\x60\xc5\xf6\xe1\x3d\xf8\xa1\xef\x20\x34\xe4\xbf\xdf\x3b\xae\xba\xfb\xe7\x36\x94\x3a\xf0\xdc\xa9\x25\xb1\x8e\x4b\x0a\x28\x32\xa5\x1b\xb2\x41\x65\xbd\x14\xcb\x00\xcf\x6d\x0d\xe8\x20\x11\x01\x00\x77\xc9\x8b\x69\xd5\xd4\x2d\x73\x7d\xd5\xf1\xcc\x4a\xba\x65\x5a\x27\xdd\x6b\xf7\x4b\x4c\x48\xbf\xa8\xef\x13\xdf\x97\xdc\x1e\xcd\xa3\xf7\xce\xbe\xe7\xe5\x2a\xbf\x1d\xe9\x01\xa3\x4d\xbf\xf3\x3b\xb1\x27\x3d\xe4\x0c\x5e\xb9\x4d\x3d\x5f\x75\x15\x29\x64\xc9\x3a\x76\x4c\xee\x6f\x2d\xb7\x02\x83\x59\xf3\x8a\xe0\xb0\x4e\x88\x01\xbb\x72\xa7\xd9\xeb\xd7\xb8\x77\x27\xe1\xb4\x53\x5b\x0f\x22\xe6\x70\x8e\xd1\xcf\x94\x57\xbb\x7e\x16\x0c\x2e\xfb\x99\xdf\x08\x7d\x47\xc9\x8e\xb7\xb5\xc1\xe3\xfb\x31\x93\x7c\x28\xd2\x98\x41\x72\x28\x31\x4e\x80\x08\x36\x72\xdb\x8c\xf6\x03\x9f\x36\xa4\x0c\xb5\x7a\x76\x8a\x31\xc8\x25\x4d\x08\xa6\x1e\xd6\xf0\xcf\x64\xfd\x86\xfe\xa0\x91\xc4\x5d\x89\x07\x4a\x93\x9c\x23\xc7\x3f\xbc\x6e\x4b\x7a\x43\x77\xea\x81\x51\x0c\x30\x2d\x97\xec\x04\x68\x8d\x69\xc9\x15\x79\x2b\xd2\xb6\x60\x67\xaf\xbc\xaf\xd6\x70\x07\x3f\xbf\x91\x70\x5a\x8c\xf5\x1f\x7f\x85\x9d\xfa\xe8\xf5\xe5\x91\x24\x08\x2e\x8f\xfe\x66\xcf\x35\xa0\x20\xcf\x5e\x85\x05\xae\x4d\x50\x1c\x95\xe0\xcb\xe0\x41\xff\x92\x6f\xb7\xbc\xd4\x1e\x8b\x20\x47\x00\x1b\x43\xb0\x46\xa2\xf5\x9a\x79\x5c\xf1\xfe\x53\xf5\x4f\xd2\xa5\x58\x46\x9e\x86\xdf\x09\xa3\x71\x9d\xb3\x1b\xb0\x6c\xc0\x80\x35\x20\x1b\x0b\x5e\x39\x35\xd9\x2f\x1c\x44\x80\xf1\x02\x56\xe0\xf1\x0f\x71\x9c\xb6\xb4\x92\x94\xe5\x48\xde\x83\x99\x89\xf9\x82\xcc\xc6\x98\x60\x62\x59\xb4\x51\x82\x05\x36\x1c\xd7\x37\x33\xbd\x13\x42\x46\xb7\x62\x26\xc9\x22\xb1\x9d\x91\xe7\x2f\x3e\xa9\x6e\xc7\x64\x9b\xcd\xc8\x8b\x4f\x5e\xca\x9f\xc5\x7a\x46\x3e\xfd\xf4\x42\xfe\xbc\x2d\x74\x0c\x6d\xd7\xd2\x80\xc1\x24\xf4\xac\x50\x4d\x4e\xe6\x11\x76\x99\x93\x75\xc1\x17\x90\xdf\x5f\x39\x6f\xe4\x02\xe3\x9c\x51\xa1\x9a\x78\xb5\x69\xbd\x06\x3f\x69\xc7\x6a\x60\xaa\x8e\xf3\x07\xba\x65\x9a\x9e\x2e\xd9\x6d\xe3\xf1\xd0\xbc\xc6\xcc\x63\xf2\x54\x65\x85\x82\x0a\xb7\xc2\xd4\x5d\xf9\x9b\x37\x4e\x09\xe4\x9d\x19\x89\xed\x89\x2e\xdd\x66\xbd\xf5\xc6\xf7\xda\xb8\xe1\xbd\x1f\xbb\x1f\xe9\x96\x89\x99\x1c\x90\x88\x2d\xd9\x66\xa4\x58\x93\xdb\xc2\xef\xcc\xea\x41\xc3\xde\x34\xc2\xef\x67\xee\x93\x23\x6e\x69\x35\xb9\x62\x3b\x31\xf2\x78\x71\x43\x87\xcf\x48\x5e\x66\xec\x76\x14\xb5\x1c\x2b\xd4\x8c\x32\x3f\xa5\xb5\x04\x42\x9c\xfc\xee\x35\x1e\x10\x44\xcf\x29\xc9\x67\xa4\x60\xe5\xba\xd9\xc4\x7d\x9c\x8c\x49\x99\xfa\x2e\xfb\x86\xc0\x5b\x36\x26\x89\xbe\xe8\xdf\xab\x0b\xe0\x3e\xe1\xc0\x96\x92\x1f\x5c\x98\xc0\xd7\x5c\x34\x64\x04\x59\x6c\x4e\x86\xc1\xc7\x36\x2f\x1f\x7e\xec\xd0\xa0\xe3\xb0\xe4\x00\xc3\xce\x4a\x1f\x00\x04\x99\x32\xe1\x64\xfd\xc3\x4c\xef\xff\x36\x87\x13\x38\x1b\x43\xe3\xc4\x0e\x2a\xb9\xd3\x9e\x1d\x04\x2c\x22\x37\x50\x5e\xaf\x68\xff\x14\x56\xc0\x9e\x94\x8e\x5d\xb8\x11\x8b\xd4\x95\xd7\xf8\xca\xbd\xcb\xbc\x64\xa4\x60\x42\x90\xb3\xe9\xd9\x85\xdc\x2a\xc9\x45\x73\x10\x54\x10\x0a\xa2\x76\x9c\x40\xbe\xcd\x1b\x0c\xe1\x26\x9b\xcf\xb7\x79\x39\x99\x63\xbc\x15\x49\xeb\xcd\x89\x32\x7c\x43\xd4\xaa\xb1\xad\x62\x00\x56\x35\xa6\xc2\xd4\x52\x0b\x61\x6d\x76\xb4\xb9\x8e\x93\x45\xea\x97\x9f\xd1\x4b\x51\x61\xe6\xc9\xb3\xd3\x47\xdb\x5f\xc1\x6c\x6f\x4b\x6f\xb5\x8a\x42\xcf\xd7\x33\xa4\x3a\x9b\x9e\x9d\x57\xb7\xe1\xf4\xa9\xa1\x81\xe0\x6f\xb0\x6a\x6c\xd7\x12\x73\x22\xaf\x1f\x4f\x66\xd1\xae\xc5\x14\x8d\x09\x61\x46\x62\xc3\x6f\xfe\xbe\x68\xd7\xd3\xe5\x3a\xff\x5f\x79\xf6\xfa\xfc\xc5\xcb\x8b\x4f\xce\x7b\x20\x97\xde\x3e\x1c\x72\x5f\x7c\xf2\x62\xfa\xe9\xcb\x6e\xe0\xa5\xb7\x07\x02\xaf\x3c\xee\xd9\x10\x64\x95\xc0\x22\xec\xb6\x19\xc7\x57\x07\xbe\xfa\x52\xc3\x09\x99\x9e\x5d\xc4\x60\xfe\x33\x43\xb3\x7a\x4a\x16\x05\x2d\xaf\x88\x68\x6a\x9d\x4e\x42\xe3\x06\xef\x51\x31\xc6\xb2\xb5\x6a\x08\xf0\x2a\xdf\x21\x00\x28\x0a\xa6\xd3\x04\xe9\x32\x7d\x09\xfe\x0c\x86\x77\x70\x65\xb6\xf4\x4a\x76\xef\xd8\xc2\x19\xbf\xc9\x1e\x84\x83\xe4\xfa\xad\x78\xe0\xc1\x41\x1c\x46\x32\x4a\x2f\xf9\xa4\x6f\xe8\x07\xc3\xcc\xe5\xd1\x44\x6c\x2f\x8f\x3a\x40\xc6\x67\x47\x86\x89\x9e\x2d\x10\xec\x47\x9c\xca\x66\xa7\x28\x30\x60\xa6\xfc\x5f\xc9\xb4\xc8\x8a\x77\x8e\x18\x57\x62\x3d\x34\x53\x5d\x49\xde\xbe\x60\x92\x62\x70\xd1\x53\x02\x17\x72\x15\xe7\x30\x7a\x51\x42\x4c\xf8\x3d\x18\x06\xcb\x2a\x3a\x26\x0e\x04\x88\xd9\x69\x06\x72\x9d\x5f\x33\x77\x53\x74\xae\x0d\x56\x5b\x59\x4e\x92\x7f\x3e\xfc\x9d\x18\xb0\x61\xaf\x8c\xee\x5a\xbe\x13\x61\x88\x56\x1b\x3c\x4c\x16\xef\x0b\xcd\x3a\x2c\xf0\xad\xbb\xf3\x60\xa7\xe7\x2a\x3f\x06\x6c\xbc\x7e\x88\x3e\xc8\xbe\xa3\x70\xbd\x77\xeb\x33\x7e\x73\xf0\x23\x4d\x6f\x67\x03\x30\xa5\xbb\xf9\xf4\xb6\x27\x3e\xae\x2c\xfe\x90\x9b\x0f\x32\x26\x51\xd1\x52\xd8\x90\xe6\xe1\xce\x8b\x3d\xbb\xaa\x83\x22\xaa\x6b\xa3\xa2\x93\xdd\xfa\x42\xb2\xae\x3d\x55\x8d\x47\xc7\x85\xdc\xfc\x31\x39\x06\xdf\x9d\x87\x01\xb7\xee\x2a\xda\xe0\xf4\x71\x24\x46\x3c\x31\x41\x3c\xd4\x75\xf0\x08\x57\xb9\x38\xfd\x61\xdf\x3d\x41\x33\xf5\x7b\x1d\xa0\x86\x86\xd7\xc1\x50\xbd\xa2\xb5\xd4\xda\x0f\x18\x2e\x2f\x87\x0f\x87\xd7\x21\xb5\x7b\x83\x03\x37\x23\x10\xba\x00\x64\xbb\x79\x22\x0c\x12\x56\x10\x65\xf9\x5b\x05\x92\x3f\x70\x27\xd4\x69\x27\x32\x46\x41\x73\xc9\x4d\x17\x21\xfe\xe0\x25\xdb\x03\xe2\xe0\x78\xd0\x81\x3d\xc6\x20\x98\xb7\x54\x26\x2d\x77\x88\xc4\x81\x1d\xdd\x8f\x55\x64\xdf\xbf\x25\x4a\x3f\x04\x07\xfd\x67\xc2\x7c\xea\xf5\xff\x2d\x41\xfe\xf0\xf1\x1c\x39\xd0\xd7\x35\xdd\x32\x60\x09\x40\xce\xb4\x46\xa3\x0c\xf0\x99\x51\xb4\xe0\x9f\x31\x0f\x97\xc4\xac\x3b\xc7\xf1\xa1\xe1\xba\xb2\x12\xa6\xf2\xba\x66\xcb\x46\x1b\x26\xf3\x95\x12\x5c\x29\xe1\x14\x80\xa9\xf2\xa7\xd8\x29\x46\x4c\x32\x4b\x9e\x52\x6d\x1e\xd9\x78\x78\x02\xac\x0e\x55\xdc\x98\xf4\xe8\xb9\x87\x02\xb1\x15\xc5\x29\xa3\xf1\x5c\x89\xe3\x12\xfa\x95\xdf\x3b\xa3\x1b\xe3\xa7\xb4\x22\x3d\xd6\x40\xef\xd7\x41\xef\xb5\x3e\x09\x22\x75\x38\xd2\xeb\xb2\x43\x4a\xa2\x67\x79\x0c\x74\xee\x2c\x41\xf9\x76\x1a\x3b\xbc\xb2\x3a\x94\x95\x51\x6d\x42\x06\xa4\xf7\x8e\xd2\xe2\xf3\xa2\xb0\xda\x4a\x09\x1b\xca\x75\x8f\xac\x24\x20\xeb\x68\xc5\xb2\x0e\xba\x09\x05\x3b\x0a\xfd\x43\xe4\xea\x1c\x65\x84\xe7\xa4\xd9\xd4\xbc\x5d\x6f\xec\x90\x8e\x64\x7d\xba\xe4\xc5\xa3\xf7\xb8\x98\x3b\x49\x47\xe7\x81\xbe\xc0\x68\x0b\x9c\x93\x7a\xd5\x2b\x64\x37\x2a\x27\xdb\xf1\x38\xf1\x0d\xd4\xd1\xb1\xfe\x29\x31\xce\x7d\x74\x4f\xe9\x2b\x0c\xc6\x18\x1c\x93\x5a\x51\x91\x2f\xc9\x5c\x4e\x69\xf2\x7e\x51\xdd\xcd\xcd\xfd\x5a\x69\x75\x90\x52\xae\xad\x0a\x76\xbb\xe0\xb7\x56\x70\x9c\xd8\x39\x77\xcf\xc0\xba\x48\x76\x2f\x5c\x99\xb6\xfa\xbe\xae\xf9\xcd\xcc\xa4\x5c\x22\x24\xed\xee\x49\xc2\xe0\xc4\x2b\x75\xdb\x94\x02\x38\x06\x9c\xee\x43\x8f\xda\xf9\x3a\x25\xad\x52\xee\x05\x02\x37\x50\xae\x51\x41\xe7\x27\x43\x34\x2f\xc9\xed\x0a\xce\x3e\xd6\xa7\x6a\x63\x85\xce\xdd\x38\x70\x13\xd2\x6b\xdf\x07\xfb\x89\x79\x8d\x8e\xf3\xd0\x2c\x61\xe8\x06\x80\xdc\xde\x8e\x87\xa9\xb6\xdf\x13\xe5\x7e\x35\x39\x7f\xd5\x57\x1b\x04\xde\xa6\xb2\x59\xcf\xc7\xc4\x6f\xe6\xad\xff\xac\xff\xe6\x07\x23\xa8\xf5\x9b\x21\xf2\x57\xc9\x65\xf4\xed\xfe\xe9\x29\x99\x9b\xb2\x09\x39\x9f\x1b\x1b\x24\x34\x04\x41\x5f\xdf\x9d\x6f\x3f\x43\x4b\xc2\xca\x26\xaf\x01\xb4\x54\xb6\x8b\x0a\x12\x2e\x16\xac\xe3\x60\xed\xc2\x46\xee\x70\x81\xca\x50\x67\xb2\x18\xe1\x0a\x31\x63\x83\xce\x52\x91\x83\xe1\x88\x72\x28\xfd\x1c\x4c\x9b\xd9\x36\xc7\x19\xb6\x82\x81\xac\x72\x8a\xb3\x9e\x9c\xf9\x30\xa1\x3e\xef\x81\x9c\x14\x4c\x6b\x73\x98\x4e\x10\xf2\x80\x68\xa8\x32\x13\xa8\x8f\x4b\x95\x75\x36\x5f\xba\x84\x05\x24\xc6\xd1\xbe\x6e\x8d\x35\x47\x0d\xf1\x4d\x4f\x90\x04\xe3\x37\x88\x11\xce\xfb\x8c\xa4\xb1\x8a\x0a\x6c\x89\x96\x42\xf2\xd4\x4a\x26\x60\x5b\x95\x81\x95\x72\x6b\x45\x11\xdb\x3c\xec\x06\xe9\x16\x42\x9a\x0d\xbc\x19\x4d\x6c\x12\x7d\x6c\xb3\x32\x7b\xbe\x8e\x84\x84\xb9\xde\x1b\x5e\x45\x4e\x3d\x76\x9a\x29\x1f\x47\xb7\xc4\x2e\xf5\x4e\x4f\x89\xd1\x8c\x34\x1b\x3d\xa3\x70\x38\x27\xac\x53\xe0\x0f\x30\x23\xa3\x0b\xf2\x51\x6a\xe4\x93\x81\x43\x2f\x78\xb6\x23\x1f\xab\xff\x46\x0e\x18\x0f\xea\xdf\x0f\xdf\xf1\x25\x2f\x33\x4c\x8b\x8c\xe0\x72\x73\x4a\x36\xb4\x58\x59\x95\xb3\x0b\x4c\x13\x1d\xc2\xe3\xa0\xd3\x9a\x88\x6d\x34\x36\xf9\x02\xb5\x9a\xd7\xac\x16\x98\xc0\x45\x67\x73\xce\x32\x95\xc9\x86\x5f\x6b\x93\x7b\x01\x94\xa4\xa3\x36\xc0\xa9\xca\x7b\xad\x19\x4e\x50\x8b\x1a\xc3\x3c\xd4\xe1\x4f\xdd\x3d\xd0\x9e\x1b\xd6\xfb\xf5\x30\xa8\x48\xae\xfa\xbe\x9d\x05\x20\xa6\x7a\x53\xdd\xbb\x03\x84\x7e\x26\xea\x1e\x77\x1c\x7e\x8a\x35\xf7\x36\x01\xb0\x9c\x7f\x80\x63\x17\xd2\xc7\x7b\x60\x6f\x66\xb3\x8a\x6a\xbe\xff\xff\x61\x8b\x9a\x4e\x44\x53\xe7\x95\x01\x97\xd3\x53\xf2\x95\xb2\x69\xf8\x87\x2d\x66\x5a\x53\x3f\xa2\x05\xa4\xc9\x02\x24\xb1\xae\xe9\x0e\xb3\x9d\xd4\xb4\x14\xca\x2c\xcf\x22\x09\x71\xe2\x42\x1f\x74\xa3\x36\x07\xa7\xd7\xd4\xb3\xb2\xd9\x4c\xf8\x6a\xd2\xec\x2a\x36\x7a\xf4\xfe\xd8\xab\x3a\x81\x69\xdb\xfc\x53\x9d\x48\x8c\x2e\x97\xac\x6c\xb4\xcb\x87\x07\xa9\x98\x09\x80\xad\x56\x6c\xd9\x98\xf5\xfd\x54\xd0\x25\xcb\x08\x44\xd5\xd7\xc1\x17\x20\x29\x53\xc3\xc9\x12\x8c\x3e\x57\x98\x80\x98\x91\x8a\x4b\x26\x32\xa7\x05\x6e\x06\xb1\x7b\x65\x16\xa6\x62\xcd\xbb\xcb\x8a\x38\x58\x2f\x3c\x3d\x21\x21\xa2\xc6\x68\xef\x16\xc0\x7a\x57\x8b\x95\x17\xeb\x14\xc0\xa0\xe6\x0f\x3d\x1d\xec\x31\xd8\xf8\x4e\xb7\x74\xd9\x98\x40\x7b\x42\x71\x26\xca\x80\x35\xf3\xec\x8a\xe7\xfe\xb1\xa1\x5e\x4f\x19\xa5\x40\x5f\x8e\x29\x0a\x5a\x4a\x8a\x46\xe3\x21\x65\x85\x33\x3c\x3e\xa3\xd9\x27\x93\xce\x1f\xd3\xc8\x97\xcd\x48\xb7\x77\x1a\x4d\x20\xba\x8d\x29\x31\x2f\x19\x7e\x3f\x19\x52\x57\xfb\x20\xca\xfa\xd6\x02\xb7\x7b\x16\x18\x5a\x7f\x6c\x01\x4e\xfe\x39\x59\xac\x4f\x6c\xfe\xfe\xaf\x68\x7d\xe5\x64\x67\x40\x05\x22\xdd\x6a\x7c\xb7\xa5\xf5\x55\x5b\xa1\x19\x69\x0e\x31\x44\x58\x86\x50\x40\xc4\x12\x62\xea\x13\x88\xb2\x6f\x8f\x4d\x05\xe6\x81\x88\x31\xec\xd6\x58\x5e\x44\xde\xde\xa0\xb3\x83\x28\x64\xa4\xe4\x93\xac\xad\x8a\x7c\x49\x1b\x36\x31\xc7\xec\x53\x13\x53\xc0\x17\x18\xd2\xdf\xe0\xae\x2e\xc0\x94\xb5\x86\xc2\x65\x66\xe2\x70\x79\xc8\x2f\x55\x29\x44\xa8\x16\x8a\x9d\x19\xe2\xd2\xf7\x4e\x11\xea\x0e\xbd\x3a\xb2\xee\xbe\x29\xf6\xcc\xce\x45\xca\x76\x03\x7b\xb7\x6c\xc0\x76\x75\xa3\xf4\x80\x78\x18\xb2\x95\x6a\x0f\x1f\x27\xdf\xcf\xc4\x53\xe0\x56\xf6\x50\xf4\x3d\x91\xf4\xbe\x15\xfb\xb8\xda\x3f\xf8\xc7\x31\x46\x8d\x71\x6a\x1f\x56\x4d\x9e\x45\x0a\xb9\xee\x9b\x65\x80\x63\xfb\xac\x12\xad\x3e\x19\x71\x5f\xca\xcf\xab\xce\x19\x9a\x48\xa8\x05\x3a\xb6\x9c\x1f\xf9\xa2\x8c\x25\x2f\x21\xdc\x83\x8e\x7e\x82\x51\x76\xf0\xe2\x43\xea\xb5\x95\xca\x06\x03\x46\x8f\x8a\xea\xcb\x8b\xc2\x38\xa2\xb9\xc4\x93\xa3\xeb\x4e\x3b\x0d\xf9\x82\xb3\x4e\x0b\xe0\x2e\x33\x81\x7e\xfb\x61\xb5\x77\xdd\xa2\x37\x65\x2b\x90\x6a\x88\x4d\x1f\x27\x24\x36\xfb\x84\xc2\x1d\xf6\xb8\x09\x37\x48\xfc\x97\x12\xe6\x38\x6e\x7d\xb7\x8e\x8b\x05\xfe\xd3\x11\xa5\x4c\x15\x74\xfb\x03\xfa\x19\xb2\xee\xbc\xba\xf4\x93\x44\x69\x87\xa2\x8c\xb7\xf0\x2e\x23\xed\xcc\x4b\xd7\x46\x14\xfb\x20\x59\x0b\x6f\x29\xf2\xe0\x64\x1e\x4c\x7a\x6e\xbb\x7d\x43\x3a\xee\xb7\x8b\xd7\x7c\x81\xd6\x3e\x9e\x14\xc9\x06\xe1\x08\xa2\x13\x8f\xb1\x68\x68\x03\x32\x77\x73\x7b\xc6\x3a\xb6\xc5\x0c\x0d\x3c\x8c\x54\xf9\x83\xd1\x1a\xd0\xdb\x1e\x6a\x83\xe8\xfd\x78\xf4\x1e\xe7\x68\x20\xe6\xb1\xb1\x6d\x35\x14\xfa\x1b\x9f\x46\x4f\xa4\x7c\x30\x9f\x62\x99\xe6\x4a\xaf\x37\x54\xc3\x38\x2c\x80\xc1\xe3\xf8\xd5\x21\xcf\x2d\x42\x0b\x48\xf4\x04\x96\xc7\x3f\xbb\x30\x90\xda\x97\x6f\x54\x52\x28\xda\x28\x04\x32\x77\x71\xe8\x5c\xd5\xfa\x81\x37\x6c\xa6\x5c\xc5\xd0\x81\x85\x5e\xd3\x1c\x3d\x5e\x01\xeb\xb0\xa2\x10\xc0\xb9\xf1\x1b\x13\x6a\x69\x0e\x33\x9f\xcb\xcf\xf3\x66\xc5\x79\x33\x77\x37\xda\xc3\xd1\xc7\x0a\x5f\x9a\x7d\x43\x62\x86\xc9\xfb\xe8\x40\xca\xf3\xdf\xdb\xbb\xdd\x75\x5e\xfd\xe8\x3d\x71\x58\xe1\xd0\xde\xf5\x7b\xe3\x9e\x04\x02\x41\x70\x53\x06\x75\x38\xf8\x0e\xf5\x44\xb5\x2e\xf9\xe4\xd7\x96\x16\xf9\x6a\x27\xb9\x6a\xf9\x96\x3a\x8c\xfc\x2f\xec\xb6\x69\x29\x18\x2a\x6d\xc1\xae\xbd\xe6\x85\x13\xf7\x88\xd7\xdb\x89\xfa\xda\xe9\xd5\x1d\x22\x32\xe3\xc0\x8c\xa9\x20\x1c\x9f\x65\xcb\xee\x63\x91\xe3\x9b\xef\x7f\x50\xfe\xb7\x5e\xd4\x6b\xac\x11\x86\xbc\x4e\xb9\x94\x3b\x35\xbb\x82\xc2\x3a\x55\x3a\xc3\xec\x62\x9d\xae\xa8\xd8\x58\xda\x4b\x6e\x61\x95\x45\x1c\x63\xab\xc8\xab\x99\x51\x39\x2d\x38\xae\xd6\x48\x05\x54\xb3\x84\x54\xc0\x2b\x09\x1c\xe3\xf1\xa6\x81\x5f\xa7\x64\x28\x4b\xae\x78\x4f\x89\xef\x3f\x43\x58\x78\x03\xfe\x54\xe0\x35\xaf\x42\x71\x8a\xb1\xc6\xfc\xc6\xac\x92\x65\x00\x4b\x54\x85\xfd\x93\xaf\x81\x6e\x3e\x87\xf6\x5f\xbe\x7b\x37\xbd\xec\x09\x70\xe0\x4d\x52\x87\x1d\x3a\xb3\xca\xe5\x44\xa0\x03\xdd\xc4\x0d\x75\xe0\xf2\x66\x26\xe5\x89\xae\x6a\xbf\x38\x61\xbf\x54\x68\x52\x15\x95\xab\x66\xb0\xf4\x60\xf2\xe0\x6e\x09\xd3\x7f\x3c\x9b\x4d\xb6\x62\xc2\x6e\x2b\x89\xf3\x3b\x19\x7d\x47\xbe\xf0\xaa\x87\x90\x35\xe9\x09\x24\xa9\x04\x06\xed\x98\x20\x6d\x8e\x18\x52\xee\x30\xda\xac\x32\x52\xa2\x2b\xc7\x5f\xd8\xe2\x4f\xb9\x4e\x9c\x34\x0d\x40\xd9\xde\x3a\x95\xd9\xed\x38\x5f\x97\xbc\x66\x93\x1b\x5a\x97\xf8\xe0\xd7\xad\x9b\x63\x1a\x04\x0b\x1b\x5e\x64\xac\x56\x8b\xab\xec\x97\x20\xd4\x86\xbe\x6b\xb6\x82\x47\xa3\x9e\x9e\xda\xd8\xa1\xca\x27\xf5\x89\x20\x6d\xd9\x0a\x89\x27\xb4\xd7\x09\xaf\xe8\x32\x6f\x76\xaf\x88\x48\xa7\x07\x08\xc2\xdc\x41\xf6\xb2\xf3\xf3\xe7\x17\x9f\x60\xea\x33\xdd\x5e\xeb\xb8\xec\x36\x7e\x85\xe8\x0b\x99\xd0\x5a\xb2\x4d\xa0\x09\x87\x39\x2b\x7f\x64\xfd\x02\xfd\xf2\xfd\x77\xcf\x89\xa0\x3b\xe5\x29\xa7\xb1\x17\x46\x1d\x21\x94\xac\x72\x56\x64\x82\x35\xe4\x0d\x29\xd8\x9a\x95\xd9\x0c\x94\x29\x18\xc1\x98\xdc\x40\x40\xc5\x05\x53\xbd\x65\x7a\x5c\x9d\xbd\x58\x37\xce\x85\x29\x9b\x92\xaf\x5a\x75\x96\x15\xba\x80\x82\xe2\x1e\xb2\xf1\xe6\xcb\xb6\xc0\xa4\x86\xba\x43\xe8\x7f\xc3\x4b\x30\x36\xa1\x0d\x61\xd9\x5a\x02\xa6\x60\xaf\xc8\x8d\x0e\xa2\x82\x51\xea\xec\x08\x84\x96\xbb\x1b\xba\x53\x10\xaa\xbf\x62\x9a\xbd\xbf\xca\xdd\x90\x9b\xf1\xb7\x1e\xb9\x14\x9e\xad\x6e\x68\x19\x09\x49\xc9\xfc\xf8\x0e\x52\x83\xca\x77\xb7\x2d\x65\x67\xf0\x4e\x98\xa1\x4d\xc6\xc2\x61\x47\xaa\x23\x17\x9e\x7f\xf2\xfc\x79\xe7\xa1\xc2\xb9\xc2\x9c\xfe\x2a\x1f\x9e\xd7\x97\x47\x19\x6d\xd8\xe5\xd1\xdf\xc6\xc1\xe7\x26\xdf\xa6\x3e\xcb\xda\xb2\x68\x52\xf0\x25\x2d\x12\x15\xb6\xbc\x6c\x36\xc6\x5d\xe8\x71\xe2\xc5\x22\xca\x63\x5a\x52\x70\x2a\x4e\x30\x81\x10\x7f\xb7\x4e\x01\x6c\x8a\x1c\x4c\x01\x9a\x35\xc8\x76\x17\x82\xa8\x24\x31\x86\x75\xd7\xc2\x2a\x84\xb7\x0d\xc8\x45\xd0\xfd\x06\xbf\x2d\xf8\xad\xec\xf6\xeb\xaf\xf1\x70\x27\x5b\xfe\x0f\xbc\xdd\xc0\x73\xf9\x77\x34\x46\x3b\x10\xe2\x1a\xd1\x23\x7a\xee\x9e\xc5\x6f\x90\xe6\x66\x11\xf7\x20\x82\x43\xe9\xd7\x7b\x03\x05\xef\xda\xaa\xaa\x99\x50\x46\xcc\x48\xcd\xea\x4b\x7d\xb3\xc9\x25\xae\x42\x4b\x7c\xb2\x90\x0d\x1d\xa9\xd0\x26\x5f\x6f\x50\x34\x82\x16\x50\x2a\xc7\xa1\xf6\x74\xc7\x55\xb2\x8c\x70\x8c\x3d\x08\xdd\xdc\x68\xb7\xb4\x91\x68\x24\xb3\x08\xc9\x78\xb2\x13\xf3\x22\x91\x9a\x2d\x59\x7e\x0d\x24\xe4\xb2\x15\x16\x56\x25\xaa\x46\x3b\x22\xbc\xcd\x4b\x56\x83\xcb\xdd\x92\x97\x19\x66\xbf\x3a\x21\x6f\xb3\x35\x1b\xcb\xdb\x93\x37\xa4\xe0\xfc\x4a\x90\x05\x45\xbc\xb1\xa4\x25\xf8\xe3\x33\xb2\xa5\xf2\x01\xb1\x33\xdd\xd2\x66\x89\x91\x19\x9d\xc3\xd7\x2e\x08\x88\x99\x31\x6e\xe8\xd4\xee\xd8\x41\xd7\xe1\xd3\xa7\x9f\xbe\x9c\xa6\xf0\xad\x8b\x63\xf7\x11\x0b\xae\x85\x1c\xbd\x62\x2a\x59\x26\x42\xe6\x82\x81\x6d\x8a\x5a\x88\xdc\x64\x5d\x00\x86\xb1\x4b\xc5\xc0\x6f\x3d\x2f\xf2\x69\x40\xcc\x4d\x64\x8f\xe3\xf0\x63\x4d\xcb\x75\x77\xf4\x1e\x9f\xce\x0b\x42\xde\xd3\x05\xb3\x74\xa3\x0a\x71\x02\x51\x25\xf2\x66\xe3\xf2\x9b\xf2\x74\x54\xa8\x7a\x48\xf6\x35\x46\x10\xd9\xf1\x16\xf2\x15\x2b\xb3\xbc\x05\x2b\xc8\x88\xd7\x0a\x6d\xa3\x45\x39\x2c\xb5\xe1\x18\x61\xd3\x06\xd8\xf4\x08\x57\xb9\xcc\x25\x3c\x9a\xf5\x76\x82\xdd\xbc\x77\x08\x4f\x54\x82\xd1\x2c\x1b\x85\x04\xe8\x38\x45\x76\x9d\x78\x01\x2a\xb4\x8e\xee\xc0\xe6\x81\xce\x14\x93\x16\x7a\xc1\xb9\xe7\x9f\xc1\x4c\xdf\x9c\x7e\x86\xcb\x7d\x33\x37\x91\x72\xd3\x04\xae\x09\x51\x94\xea\x2a\xd1\xc5\x7e\xb2\x16\xc5\x8b\xfe\xce\x4d\x8a\xf5\xc0\xcd\x9b\x14\xeb\x07\xee\x5f\x7f\x0f\x03\x68\xfc\x49\xb1\x3e\x19\x42\xc2\x4f\x8a\x75\xd7\x72\xb5\x92\x72\xff\x72\xc1\x41\xef\x41\xcb\xed\xed\x61\xc8\x72\x75\xdc\xb0\x7d\xcb\x05\x1d\xaa\x2b\x33\x44\x0a\xc2\xd2\x4a\x54\x60\x1e\x61\xb8\x5e\x56\x9d\x0a\x46\xaf\x18\x35\x41\x5e\x39\xa2\x49\x0f\x1d\x8b\x8d\x83\xb5\x82\xca\x78\xcb\x68\x4d\x8a\xfc\x8a\xd9\x64\xcc\xb2\x47\x7b\x69\x47\xf2\xb2\xf2\xb6\x01\x43\x44\x5c\xef\xd8\x7d\x58\x94\x8a\x04\x53\x14\xe7\x65\x96\x2f\x69\xc3\xeb\x93\x88\x03\x9d\x40\xbf\xd0\xe5\x50\x5e\xb4\x9b\xe3\x3c\xeb\xbe\x9d\x88\x5a\x35\x21\xb0\x42\xf1\x05\x6e\xc6\x92\x6f\x19\xa6\xc9\xc6\x52\x40\x43\xfa\xf9\xc4\xce\xc4\x41\x6c\xe9\xe1\x2c\xa7\xd9\x84\x5e\xe6\x33\x24\x20\x34\xd7\x82\x9c\x64\xba\xd4\x98\xeb\x26\x38\x50\xed\xb8\xed\x53\x58\x12\x90\x13\x5f\x8b\x75\xa0\xe0\x0f\x7d\xb7\x53\x9e\xdb\x9e\x70\xfb\x6b\x07\xab\x13\x91\xff\xc3\x55\x12\x43\xae\x10\xe0\xed\xbc\x51\xe7\x78\x18\x5b\x9e\xe5\xab\x5c\xc7\xfc\xc0\x20\x3b\x19\x5b\xd6\x8c\x0a\x46\x78\x4d\xf2\x52\xfd\x6e\x36\x98\x01\x42\x67\x32\x28\x33\x27\x79\x3d\x5f\x45\x0f\x8b\x0e\x00\xc0\x2a\x06\x6e\x8c\x79\x49\xe6\x7f\x87\x9d\xfa\x3b\xa4\x24\x84\x0c\xc4\x73\x1b\x02\xf1\x9d\x84\x17\x65\xad\x88\xc4\xc1\x34\x86\x68\x8d\x74\x92\x32\x13\x6d\x01\xd1\x09\xc4\xb2\x79\x28\x39\xd1\x8d\x3e\x38\x16\x39\x88\xe3\x57\x5d\xdf\xc5\x2b\xd6\xb0\x91\x5e\x71\xb1\xde\xb3\xe2\x62\x1d\xaf\xb8\x58\xff\x36\xcf\xc4\x61\x2b\xc6\xae\xef\x1e\xa0\x2c\xed\x64\x2f\x1e\xff\x55\x4e\xfe\x6f\x8a\x0d\xd4\x7e\x3a\x86\x0d\x0c\x72\x6c\xd8\xab\x24\xb1\x04\xad\x19\x4d\x74\x99\xca\xcb\xa1\xef\x1d\x80\xb3\x70\x8c\x32\x44\xbe\x2e\x51\x72\xbe\x61\x45\x65\x69\x2f\x5e\xaf\x69\x99\xff\x03\x99\x60\x79\x81\x84\x64\x00\xcb\xb5\xbc\x3e\xda\xec\x09\xc9\xbc\xa9\xec\x19\xaf\x9b\xa5\x05\x15\x01\xd8\xe2\x65\x24\x55\xcd\x74\x20\x01\xd7\x90\xdd\xb9\x35\x30\x31\x9c\x7f\x68\x8a\x66\xcb\xa3\xf4\x79\x0e\x10\xf6\xbe\x1d\x5e\x4a\x2c\x53\x7d\x62\x3f\xbf\x8a\x30\x94\x9c\xa7\x1f\x29\x8a\x16\x3a\x66\x39\xc4\x2f\x90\x6c\x25\x6f\x55\x08\x2c\x0c\xc7\xf8\x44\x90\xf9\xb4\xe6\x37\x98\x8f\xb1\x91\xc7\xc0\x6a\xc4\x36\x05\xdd\xf1\xb6\x71\x57\x6c\x22\x86\xdc\x2f\x3a\xa1\xda\x95\xc0\x42\xbf\x33\x5a\x61\x7f\xf5\xcb\xd2\x8b\xda\xd1\x13\xb3\x23\xb4\xb7\xdf\x37\x8d\xc8\xfe\x7e\x5f\x03\xef\xad\xf8\x72\xc3\x96\x57\x0b\xae\xdd\xbd\xe5\x75\xe4\x16\x7a\xbf\x2d\x33\x79\x10\x86\xaf\x80\x07\x41\xfb\x0e\xa8\xca\xa7\x4b\xa7\x0b\x41\x36\xb4\x5c\x4b\x28\x76\x90\xbf\xc1\x62\xb2\xa2\xa2\x13\xd3\xfe\x07\x09\xc0\x4a\x2d\x0e\x3a\x9a\xa8\x64\xc9\xb0\xc6\x00\x5d\xda\xf2\x70\x38\xba\x80\x7c\x27\xac\x03\x68\xdd\x9e\x53\x59\xdd\xbc\xc3\x4e\x4e\xe3\xd2\x26\x0f\xfd\xab\x96\x0e\xfd\x0d\xf6\xd6\x48\xa4\x00\x76\x6f\x78\x7d\xa5\xcc\xeb\x06\xf3\xc7\x17\x2f\x2f\x9e\xbd\x40\x3c\x66\xbb\xfe\x3f\xc4\x5d\x34\x1c\xd3\xd8\x97\x80\xa5\xaa\x84\x62\x4d\xbc\xad\x6d\xc3\x32\x0f\x46\x3a\xda\xf5\xf3\x65\x9a\xa4\xd3\xbc\xd9\x5c\x99\x6d\xaa\x66\xc9\xa3\xb2\xf9\xd7\xc2\x54\x0f\xe6\xce\x02\xef\x0a\x39\xd7\xc4\x8c\x2c\x21\x8e\x71\x02\x42\x82\xb9\x2c\x24\xb5\xe2\x0c\x15\x5f\xf4\xe3\x68\x1e\xfa\xe4\x6f\x5d\xf1\x78\xc6\x49\x0c\x5c\x6a\xa5\x78\x77\x68\x96\xa1\x7e\x60\xee\x0e\xa0\xd4\x6f\x69\xb8\x74\x21\x53\x34\xb4\xc9\x97\xea\x4a\xbb\x90\x19\xc4\x02\xea\x9e\xb6\x07\xb6\xb7\x7e\xab\x7e\x62\x11\xc2\x67\xfb\x7e\x54\xda\x87\x63\xc5\x58\x26\x29\x64\xa5\xe1\xae\x05\xca\x1c\x00\xe5\x82\x98\x57\x67\x95\xa0\x35\xc3\x7e\x90\x50\x84\x9f\x53\xf2\x17\x5e\x5f\x61\x0e\xb1\xaa\xce\xb7\x98\xee\x05\x74\x97\x45\xce\x80\xae\xc8\x98\x33\x3a\x44\xa5\x16\x4b\x5e\xb1\x8c\xcc\x67\xaa\x13\x15\x9c\x62\x86\x7f\x60\x5f\x82\xb5\x19\x37\xa1\x84\x16\x92\x3d\x2a\x04\x27\x8a\xe2\x90\x8f\x44\x2e\x26\x7e\x7b\xf9\x45\xfd\xed\x98\x6e\x20\xbd\xc1\x6a\xd0\xc7\xfa\x93\x71\xcd\xe1\xb4\x06\x3d\xa3\x0d\x05\x6b\x38\xd8\x7d\x5b\x77\xa2\x74\xb9\xef\x63\x5d\x44\x58\xc9\xa8\xe3\x4d\xf4\x11\xd9\xe9\x18\x6f\xe2\x49\xf4\x39\x5f\xf2\xf2\x24\x91\xdc\x10\xde\x7f\x73\x5a\x28\xe8\x92\x9f\x34\x4f\x89\x30\x31\xc2\x4c\x29\x27\x64\xb1\xd3\xb9\xb5\x40\xd4\x81\xf0\x88\x75\xd4\x7e\x4c\x55\xcf\xd0\x1f\x76\xb5\x60\xeb\xbc\x94\x80\xb9\xbc\x02\xa7\x3a\x49\x91\xd7\x54\x45\x44\x1a\x6d\xf9\x22\x2f\xd8\x09\xc1\xdc\x58\x78\x07\x20\x92\xd6\x5a\x27\x59\x04\x50\x81\xfe\xac\x83\x27\xc4\x2b\x23\x9f\x41\x14\x04\x97\x31\x00\x03\x03\x27\x8c\xa3\xe2\x11\x31\xb0\x14\x3c\x3d\x68\xcc\xee\x10\x33\x48\x04\xa0\x03\x9c\xc9\xe7\xca\x57\xd0\xa1\xc6\x41\xdf\xfc\xf2\xfd\x77\x3e\x37\x82\x81\x13\xdb\x9a\x60\xda\xfc\xa0\x50\x85\xa5\xc4\x3b\x8a\xb4\xdc\x89\xf3\x84\x25\x11\x95\x4f\x55\xac\x0a\x7e\x33\x03\x3f\x0b\x43\x59\xa4\x30\x97\x6b\x63\x22\x36\xbc\x96\x74\x8c\x0a\x8d\xa9\xa2\xd7\xae\x6b\x7e\xa3\x02\x5a\x0a\xba\x35\x79\xe8\xa8\xc0\xa0\x1a\x66\xae\x78\x1c\x8b\xb6\x69\x78\x29\xdc\x56\x18\x5d\x1b\x2c\x90\x32\x55\xae\x3a\x39\x31\x88\xed\x0b\x3f\x80\xad\x5c\xc1\x18\x73\xef\xa8\xe0\xb4\xc8\x3f\x42\xe8\x6d\xfb\xce\x4b\x96\x9e\x17\x05\xad\x04\xea\x9a\x8c\xd6\x06\xd3\xad\xf1\xe5\xb2\xad\xd0\x05\x65\xd5\x16\xda\xc7\x6b\x64\x62\x02\xde\x6c\x68\x23\x47\xbc\xa1\x8a\xca\xbb\x15\x36\xce\xe9\x89\x8e\x20\x29\xb8\xac\x83\x71\x41\x41\x07\xb4\x61\x35\x0b\xb1\xa9\xc6\xa3\xa1\xec\xc2\xea\xc4\xfe\x94\x2f\xaf\x74\x70\xad\x5c\x41\xf8\x1e\x37\x37\xb1\x35\xe6\x0b\xde\x63\x99\x3a\x73\xd0\x91\x74\xbc\x4c\xf2\xdf\x7f\xb7\xa2\xc9\x57\xbb\x89\x49\x21\x19\x94\x47\x4f\xe9\xa5\x6f\xbb\x62\x6e\x3c\xde\x64\x63\x75\x0f\x99\xea\xd0\x78\xe4\xf2\x48\xad\xeb\x08\x9b\x44\xf4\x7e\xf7\xcc\x13\x21\x6a\xf5\xe7\x14\x20\xef\x5b\xec\x80\xc5\xa0\xeb\xe5\x8a\x17\x57\x40\x4c\x7e\x54\xf2\xe6\x23\x8c\x9d\xec\xde\x6c\x77\x21\x81\x42\xaa\x3b\x19\x14\x96\xba\x21\x76\xdd\x4b\xa6\xb0\x08\x2a\x95\x24\x4a\x83\x4c\x7f\x0b\x7e\xed\xaa\xad\x12\x93\x88\x9d\x50\xb6\x79\x96\x15\x2c\xb1\x36\xc0\xc2\xf8\x8e\x5b\x8c\xb2\x60\x1b\x7a\xcd\x7c\x19\x1f\x2f\x99\x48\x2c\x31\x94\xd1\xed\x5b\xac\x75\x04\x55\x44\xa8\x9c\xb6\xf1\x03\x05\xf4\xa6\x58\x64\xdb\x5f\x18\x81\xd8\x5f\x81\x52\xc4\xf9\x42\x39\x92\xa4\xf5\x1b\xbc\xc4\x35\xc3\x58\x74\x10\x0b\x50\x6d\xeb\x58\xe3\x04\xad\xdf\x82\x64\x16\x68\x27\xb1\x2a\x38\x7a\x21\xf0\x95\xea\x14\x95\x4e\x4e\xc7\x1c\x85\x88\x53\x6f\x87\xdc\xcb\xfe\x5b\xdc\xc3\x78\x5f\x7a\x63\x24\xf6\x90\x74\x3d\xde\xd5\xea\x66\x89\x4d\x9d\x97\x57\xae\xa1\x5f\x8a\xde\xeb\xa7\xf8\x12\xa4\x5e\x92\xd8\xf3\xdc\x85\x11\x24\xa2\x0b\x75\xff\x7d\xbb\x4b\xf6\x3c\x09\xb0\x66\x37\x5a\xd8\x67\x87\xd5\x9d\x12\x4d\x5b\x3b\x3a\xe6\x2d\xf6\xf7\x74\x3a\x75\xd2\xc9\xe8\x30\x79\x8e\xe1\x0b\x78\x26\x1a\x3b\x38\x5b\x30\x73\xff\x98\x2c\xa8\x8a\x7c\x7a\x67\x83\x3b\xa4\x3a\x7b\x43\xce\x8d\xef\x48\x98\x1e\xcd\xd6\x73\x6d\xe5\x56\xba\x8a\x0e\x9e\xc0\x6b\xf7\x0b\x2f\x99\xe7\x71\x7b\x43\xeb\x92\x60\xe8\xfd\x2b\xb6\xbb\xe1\x75\x46\x9e\xc8\x4a\x4f\x64\xbb\x27\xb2\x83\x27\x64\xdb\x0a\x50\xda\xea\xc8\x90\x94\x08\x8c\xe4\xac\xe3\x41\x4e\x2f\x8f\xfa\xcc\x12\xdd\x40\x9d\x76\xd2\x5e\x62\xb7\xd2\x5f\xf8\x98\x9c\x9f\x24\xec\x29\xd3\x9b\x99\xb4\xc9\x54\xc3\x55\x35\x5b\xb1\x5a\x4c\x6a\x96\xb5\x4b\x96\x4d\xb6\x1c\xb6\x1f\x9f\x66\x8c\x5a\x04\x41\x48\x7a\x86\xef\x2b\xf7\x76\x53\xc7\xdd\x48\x8f\x29\x6f\xac\xfc\xdb\x33\x5f\x74\x57\xa4\x52\x25\x27\x77\xd1\x46\xa9\x70\x05\xf0\xa8\x99\x01\x9a\x3f\x36\x32\xa7\x8a\x0a\x05\x12\xcd\xa9\xa9\x24\xea\x35\x68\x7d\x10\xbb\x18\xc1\xa1\x80\xa0\xea\xb9\x76\x44\xc1\xb4\x9f\x48\x5b\x19\x7e\x54\x19\xa5\xcd\x8d\x0c\x77\xd9\x0a\xcf\xf6\x6d\x6e\xa2\x89\x5a\x22\xfc\x2f\x0c\xcd\x14\x76\x84\x95\x4b\xde\xd6\x74\x0d\x06\xeb\x48\x4a\x36\x76\xa6\x5e\x82\x53\x95\xab\x0f\x1d\x64\x44\xc3\x68\x26\x21\x10\xf5\x57\x9b\x1c\x67\x72\xc3\xe8\x15\x51\x9e\x43\x20\xec\x24\x54\x4c\x4a\xc6\x32\x49\x97\x52\x91\x0b\x95\x53\x81\x32\xd1\x6c\x18\xbc\x9e\x1b\xd0\xa6\xe7\x02\x18\x78\xc9\x7b\xa8\x19\x2e\xfe\x04\x19\x77\xf5\xe8\x68\x01\x86\xc3\xd3\x0a\xc4\xc2\x12\x6d\x80\xda\x0d\xc3\xc8\xa0\x5a\x9e\xaf\x8c\xd5\xde\x94\x7c\x8b\x09\xe6\x49\x2b\xb4\xa1\x1e\xb0\xef\xcb\x25\x13\x42\x67\xec\x15\x1b\xde\x16\x99\xbc\x4f\x0d\xbd\xd2\x51\xe8\xa9\xca\x9f\x83\x91\xeb\xca\x9d\x9a\xe6\xd4\xf5\xd4\xda\x56\x85\xbc\x83\x90\x20\x57\xad\xc2\xdd\x2e\xb4\x0b\x41\x53\x64\x10\xfa\x82\x51\x0a\x04\x3a\x04\xfb\x11\x79\xe6\x68\xa4\x00\x1d\x02\x10\x51\xd1\x10\xba\xa6\x72\x7b\x21\x5e\x1e\x44\x3f\xa1\x3b\x47\x71\x65\x03\xe4\x0c\x31\x7f\x73\xb3\x15\x2a\x73\x97\xb4\x95\x1b\x82\xcd\x20\xdb\x0b\x05\x61\x6b\xcf\xce\x2f\x5d\x27\x76\xd4\x51\x06\x3f\x6e\x2a\x26\x8b\x1c\x70\x87\x44\xc2\xd2\xb8\xcf\x0a\x72\x1c\x0e\xea\x9b\x47\x26\x52\x4a\x1a\x1f\xf5\x56\xe2\x4d\x95\x40\x1b\x79\x90\x25\x2d\x49\x05\x1a\x4c\xcd\x32\xc2\x45\xc5\xa3\xc3\x27\xaa\xd8\xe9\x7e\xec\x50\xd1\xc2\x75\x41\xf0\xfe\xf5\x25\x5a\x49\x9c\xe7\x49\x98\x63\xe5\x99\x9b\x18\x59\x2e\xdc\x3b\x6f\x57\x76\x00\xb7\x0c\x57\xd6\x0a\x60\xd9\xc9\x3c\x5f\xc9\x1e\x1b\xb6\xdc\x94\xf9\xaf\x68\xa1\xb7\x60\x64\xa9\xf2\x57\x17\xca\x0a\xe5\x2b\x5a\x37\xa0\x95\x8b\x42\x6c\x3a\x52\x4b\x41\x85\xc0\xff\x31\x99\x79\x5f\x3c\x7d\x04\xbf\x97\x7c\x2b\xdf\xa0\xc9\xf9\xf3\x8b\x8b\x4f\x9f\xbe\xb8\x78\x8e\xd1\x1d\x39\x84\x65\x6e\x30\xfb\xae\x0b\xc2\xa1\xd4\xc4\xa8\x7a\x94\xf8\xc4\x79\xde\xd5\x17\x8c\x3d\x00\xed\x2e\x8f\xe0\x3d\x75\x3e\x2b\x51\xd0\xe5\x91\x41\xec\xd3\x1b\x2a\xf4\x28\x2c\x23\x8f\xde\xe7\xab\xd1\x63\xb9\x89\x8f\x71\x2f\x2f\x8f\x4e\xee\x66\xc6\xce\x5d\x11\xd5\xc9\x5a\xd3\x5c\x24\x0d\xe2\xf7\x47\x97\x7b\x70\x77\x7e\x4a\x90\x7e\x71\x93\x71\xa6\x04\x89\x92\xf2\x2a\x34\x03\x4d\x8c\x9c\x4f\x8d\x68\x28\x6c\xe7\xc5\x8b\xbd\x6e\x62\x09\xba\xee\xc7\x57\xfd\x90\x74\xbe\xb0\xa0\x49\xa0\xde\x77\x33\xee\x05\x56\x7a\xce\xc4\x1b\xce\x8b\x26\xaf\x62\x81\xaa\x27\xea\x27\x04\xe6\xe8\x4c\xdd\x27\x92\xff\x31\x81\x78\xcc\x33\xa2\x95\x2a\xa9\xf5\xa7\xb2\xb5\xa8\xc4\x1d\xa0\x18\x41\x4f\x6a\x90\x8f\xfa\xd1\x35\xac\x4a\xd6\x5f\xb0\x9a\xbb\x6b\xcb\xdf\x5f\xe1\x36\xb1\xef\xd3\xf3\x9a\x6d\x07\xef\xb1\xee\x31\xda\x6b\x5f\xab\x9b\x6e\x14\x1a\x57\x98\x13\x42\xaf\xdd\x5d\xfe\xab\xf2\xd9\x4d\xa4\x83\x57\x35\xeb\xf5\x82\x5a\xc7\xde\xf4\x30\xca\x14\xf6\x24\x5c\x54\xa0\x48\x4e\x37\x8e\xf2\x60\x5f\x1e\x66\x8b\x08\xd6\xd6\x4f\xcf\x9f\x3f\x7f\xe1\xc8\x2c\xf2\xb5\x3c\x61\x04\x34\x4c\x56\xb3\x35\xd2\x3a\x97\x1d\xac\xf9\x8d\x52\xf3\x91\x37\xc6\x89\xc9\x2d\x8a\xd5\x7e\x4e\x3a\x47\x0d\x94\x03\x74\x7e\x3e\xe5\xde\x27\x6f\xee\xc0\x9c\x84\xfc\x9f\xd4\xf5\x1f\x27\xca\x82\x1b\xd6\xe1\x96\xe7\xf9\x02\xa7\x04\x37\xf7\x9c\x66\x44\x4c\xb8\xbe\x1b\x21\xb1\xe0\xf4\x2a\xd1\x9c\x17\x8c\x27\x54\xac\x7a\xb6\x13\x79\x59\xb2\x9a\xfc\x2e\xdf\x56\xbc\x6e\x68\xd9\xc0\xdd\x8e\xed\x10\x40\xfa\x9b\xb1\x65\x41\x31\xec\xdc\xa4\xe4\x13\xd3\xc6\x0e\xe5\x80\x3d\xe4\x30\x9f\x11\x26\x96\xb4\x62\x13\x71\xbd\x1e\x21\x02\x7e\x95\xac\x5d\x83\x81\x8c\x44\x3a\xea\x67\xba\x9a\x23\x60\x00\x99\x70\x62\x2d\x93\x5f\x5b\x0a\x42\xe5\x80\x9f\xf7\xfa\x91\xf7\x3f\xb9\x13\x13\x08\x48\xd2\x55\xe0\x32\x40\xfa\x67\x40\x48\xf6\x9c\x9b\x2d\xbe\x4d\xdb\x64\x23\xb9\x84\x20\xef\xa1\x8b\xe9\xc5\xf3\x93\x3e\x16\x76\x8f\xe9\x48\xaf\x53\x17\x21\x9d\x16\x24\x0f\x00\xdd\x87\xc1\xa6\xc1\xfa\xe4\x23\xf2\xec\xb7\x00\xce\x0e\x38\x72\xc7\xbd\x08\x01\xe8\x83\xef\x7b\x8f\xa1\xcd\xbf\x6c\xe7\x5d\x90\xdf\x77\x05\x1b\x5e\xf5\x5e\xc0\xbd\x57\xb4\x6f\x6b\xd3\x62\xdc\x7f\x37\x54\xea\x4d\xd2\x3e\xc9\xb2\xdd\xc4\xab\xfb\x1b\x00\x71\x34\xbc\xe7\xe5\x1c\x14\xad\x63\x44\xbc\x67\xf6\xda\xd8\xe5\xb4\xbf\x1e\x18\x3e\xc6\x58\xfb\xdf\x0c\x41\x76\xca\xac\xef\x0d\x50\x3d\xa6\x25\x24\x49\xc0\x07\xbb\xd2\x47\x84\xec\x23\x43\x3a\xe3\x03\xf4\xdc\x23\xcd\x4a\x7f\xb0\xd5\xf7\x4b\xbe\xe3\x1d\xb0\x25\x8f\x67\xb3\x05\x5b\xf1\x9a\xa5\xa2\x00\x74\x02\x45\x2a\x5e\xe0\xe3\x19\x6c\xbf\x1f\x4f\xa0\x63\x6e\x43\x06\x05\x47\x25\x56\x1a\xb0\x3a\xb7\x59\xb0\x35\x9e\x50\x1b\xb6\x96\x64\x36\x46\x06\x19\xa5\x5a\x9d\xec\x9d\x79\x74\x29\x0e\x9c\xf7\x83\xae\x88\x37\x17\x39\x9b\x92\x37\x23\xbd\x99\x27\x0f\xd9\xc2\xde\x73\x0b\x81\xf3\xf4\xd4\x48\x96\x72\x64\x19\xf5\xb8\xf2\xef\x0f\x0e\xab\xd0\x69\x04\xa8\xbd\xf3\x1f\x7a\x64\xe9\xae\xf7\x6e\xce\x87\x39\xc8\xe4\xfe\xa2\x50\xfe\x1e\xa2\x25\x42\x8e\x75\xc1\x0c\x54\x0b\x8f\xc7\xe4\xdc\x84\x47\xc1\xb8\xd1\x13\xbe\x9a\x68\x36\x70\x66\x54\x43\xba\x99\xa9\x8c\x9e\xb3\xaa\x22\x76\x66\x2a\x39\x9d\x82\x30\x4b\xa5\xc7\x13\x13\x4f\x3e\xe5\x74\xea\xa9\x26\x02\xf9\xd7\x13\x68\xf0\xc4\x97\x7e\x3d\x51\xc2\xaf\x27\x51\xba\xbf\x61\x42\xaf\xb0\xf6\x93\xc7\x4f\xc6\xe4\xc9\x93\x4e\x49\x95\xfd\x17\xc8\xac\xa2\xa3\x4a\x48\x61\x7f\xc3\xa1\x14\x5c\x38\xd1\xcb\xe3\x43\x94\xfb\x75\x8e\x7e\x76\x62\xb2\x10\x0e\x68\x78\x67\xe8\xed\xe4\x63\xd2\x3b\xbb\xc4\xcc\x82\xa9\x38\x0d\x0e\x5b\x78\x4f\xd7\x5a\x32\x68\xb2\xc7\x74\xc1\x15\x74\x71\x6b\x57\x24\x21\x4a\x52\xe6\x13\xbe\x72\x0a\x7f\xf7\x9a\x14\xb9\x68\x3c\xd0\xcb\xd8\xa2\x5d\x93\x27\x3f\xf0\x86\x50\x28\x7d\xe2\xcc\x43\xa7\x9b\x99\x9c\xfb\x9a\x62\x93\x86\x06\xb3\x9f\xa9\x01\xc6\xe4\x89\x2f\x8f\x7d\x62\xc3\xbb\x99\x15\x84\x27\x12\xce\xfc\x78\x21\x26\x0b\x9e\xed\xb4\x59\xe0\x8c\x3c\x99\x1a\xb1\x0e\x04\x88\x92\x7b\x6a\x3f\x3d\x79\xb5\x67\xc5\x2a\xb5\x51\xe7\x9a\xb1\x7c\xdf\xaa\xd5\x20\x2a\xac\x1e\x38\x42\xe5\x65\x34\xd9\xf0\x52\xeb\x89\x40\xae\x4e\x6c\x15\x1e\xbe\x1a\xeb\x3c\x79\xfa\x6e\x8d\x33\x93\x49\x31\x10\x7a\xfb\x3a\xeb\x83\x6c\x1c\xf5\x4c\x7f\x0b\x4b\x47\xdb\xbf\x0f\xfd\xfd\xb4\x62\x6f\x6d\x45\x3b\x3a\x95\x67\xc3\xfb\xed\xaa\x9a\x20\x48\x49\x5f\xd0\x2a\xef\x6e\x3e\x2c\xf2\xcc\x17\x54\x30\x2f\x6c\xe1\x65\x39\x5d\x34\x65\xda\x82\xda\xce\xc3\x0f\x0a\xb3\x68\xca\x28\x24\x8c\x1f\xe9\xc5\xd4\xb8\x89\x1d\xea\x10\x7a\xcd\x43\x0e\x06\xe4\xca\x40\xca\x91\x18\xc0\xe7\x8c\x2d\x39\x72\x73\x98\x53\xbc\xc8\xcb\x2b\xe7\xa3\x36\x79\x18\xab\x94\x53\xf2\x37\xbe\x89\xa0\x13\x9d\x40\xa4\x64\x35\x1b\xe7\x0b\xd4\xe8\xb1\xcd\x6a\x05\xab\x15\xba\x70\xa4\xf8\xc3\xbd\xfd\x60\xbc\x44\x24\x99\xb0\xbe\x15\x4f\x83\x89\xa5\x92\xba\xcb\xc6\xae\x8b\xb3\xfb\xf7\xed\xd8\xd9\x5a\x95\x85\x5d\xfe\xed\x88\xd7\xc7\xde\xf0\x56\x98\xdd\x11\xd9\x45\xd6\x8d\xe3\xba\x74\xc5\x64\xea\x38\xc2\xc4\x69\x99\x6d\xf3\xa3\x23\x18\xbf\x45\x87\x10\x8c\x94\xb8\x9e\x22\x14\x97\x9b\x50\x83\x26\x82\x97\xa0\x9f\x28\xc6\x6e\x17\x9c\x60\xd8\x4e\x54\xc2\x2a\x5d\x2b\xa9\x19\x00\x3f\x4e\xc3\x8f\xf4\x61\xdd\x1e\xf4\xc4\x74\x60\x0d\x98\x84\x89\xee\xa1\x83\xb0\x04\x64\xb5\xa3\x54\xb6\x70\x68\x56\x0f\xfc\x81\xee\xe2\x04\xfe\x34\xc3\xdb\xed\x6d\x6b\x21\xf7\x57\x82\xba\xb6\x70\xe1\xb9\xbc\x12\x13\x2c\x9a\xac\x78\x3d\x51\x06\xbb\x63\xa2\xca\x6c\xaa\x3d\xec\xe5\xf1\x4c\x85\x2f\x55\x7f\x4e\xd5\x3e\xf4\xeb\xc1\xe5\x12\x75\x9c\x53\x4f\xe7\xdd\x43\xbe\x77\x76\x14\x1e\x98\x02\xca\x64\xff\xf1\x03\xe4\xc4\x61\xf8\xba\x6d\xda\x9a\x4d\xaa\x9a\xf3\x95\x8a\x99\xa2\x8d\x8a\x8b\x7c\x79\x25\x30\xd8\x10\x7d\x33\x77\x94\x2a\x54\x22\x34\xf7\x6c\x75\x50\x19\x7b\xc0\xd4\xe2\x3c\xbd\xc1\x60\xeb\x29\x0c\xe0\xfa\x81\x16\x3e\x57\x41\x90\xf5\x55\x35\xb8\xf3\x80\xa0\xb7\x72\x48\xf9\xca\xc0\xb7\xbb\x88\x2b\x53\x38\xc0\x84\xde\x53\xe6\x31\xf8\xdf\x13\xcf\xfd\xe2\xd0\x41\xd5\x05\xdb\x3f\xb8\xae\xe8\x4f\xe2\x24\xf2\xfd\xc0\xe0\x13\x79\x79\x15\x6e\x87\x36\x65\xa5\xda\x6a\xbc\xe0\xfc\x4a\xc5\xfe\xb6\xc6\xac\x92\xe8\x2b\xaf\xf0\xe1\x91\xa8\x4b\xa9\x8e\xfd\x17\xc4\xf9\x6b\x82\xf6\xe8\xde\x23\x02\x2f\x41\xf0\x88\xb8\xf8\x27\x7c\x2a\x06\x22\x36\x68\x15\x47\x10\xed\xe8\x1e\x2b\x7a\x83\x0c\x41\x78\xf7\xea\xcd\xc7\x55\xd3\x10\x57\x19\xcc\xac\xb6\xd4\xa2\x2b\x77\x1d\x1d\xc0\xee\x22\xd3\x1f\x38\x86\x04\x41\x1b\x32\x8d\x43\x91\x27\xdc\xb0\x9a\x85\x60\xf0\x05\x1e\xf4\xbb\xfc\x1f\x3e\x45\x61\x5c\x8e\x07\xbc\x72\x18\x88\xc2\x7b\xe8\xec\x27\xd7\x8d\x38\x7e\xee\xec\xc7\x4e\xbf\x60\x98\x8d\x76\xf9\x1e\x32\x1b\x4c\x05\xed\xcd\xc6\x7c\x72\xdd\xb8\x13\xb3\x31\x1f\x3b\xfd\xb2\xed\xc6\x81\x55\x3e\x4e\xc3\xdb\x38\x34\xd7\x1f\x16\x6b\x41\x1d\xda\x7f\x29\x62\xa6\xd8\x81\x33\x30\x93\x6f\xaa\x93\x59\xd0\x19\x09\x94\xce\x1f\x93\x70\xa0\xc0\x20\xc3\x94\x4e\x94\x6f\xb1\x72\x66\x74\x30\xf3\x3b\x34\x26\x5c\x42\xb8\x3a\xe5\x34\x27\x82\x30\x51\xa2\x5d\x6c\xf3\x26\x11\x3f\xaa\x66\x82\xa5\xbe\xab\xdd\xb0\x81\xa5\xa2\x69\x26\xdc\x35\x6c\xae\x77\x04\x45\x85\xbd\x9c\x30\xe8\x54\xe4\xc5\x8e\x54\xed\xb6\x82\x8d\x09\x6d\x00\xa9\x20\x37\xac\x28\xe4\x7f\x67\x70\x09\xc7\x44\x5d\x5e\x62\x9f\x52\xc8\xe8\x95\xd9\xb8\x5d\x18\x6f\xc9\xc9\x9d\xa5\xb7\xd7\x58\xd5\x84\x18\x3d\x11\x44\x75\x3c\x34\x94\xe6\x8b\xe9\xf3\xdf\x9f\xd8\xda\x8a\xd0\x34\x35\x55\x67\xe7\x67\x50\x49\x3f\xb3\x7b\xfa\x0c\x6a\x77\xf5\x79\x21\x87\x56\x88\x32\x36\xda\xb0\x1d\x06\x44\xa6\x2b\xe0\x8d\x6a\x75\x87\x3e\xed\x24\x29\x62\xa2\x64\x0f\x2e\x77\x26\x19\xee\x71\x64\x1f\xe2\x4d\xb6\xab\x76\x30\x69\xf7\x28\x06\x22\xfe\x7f\xd5\xcc\xee\x63\x17\xe9\xef\xf9\x58\xcb\x56\x2d\x75\xe7\x48\x56\xb7\xf9\xed\x28\x0d\x13\x0e\xa4\x9f\x03\x04\x4f\x9f\x9f\xfc\x53\x0d\x29\x3f\xdc\xb4\x13\xd6\x2a\xbf\x21\xef\xb1\xff\xa6\x0d\x0b\x65\xdc\x17\x64\xd8\xba\xed\x7c\xf9\xee\x9d\x81\x34\x15\x7c\x87\xed\x9e\xd4\x8c\x20\xc8\x64\x31\x10\xd9\xda\x56\x45\x1c\xd9\xae\x38\x16\x70\x77\xc3\xb9\x21\x97\x7d\xd9\x53\x75\xea\x54\x9d\x8a\x0d\x18\x4a\x3d\x9e\x66\x35\xaf\x32\x7e\x23\x1f\xb3\xf5\xba\x60\xdd\x5b\x1a\x21\xca\x9e\x9d\x8d\xea\x26\x6e\xd6\xf0\x4d\x71\xf6\x1e\x92\x9b\xaa\x86\x26\x47\x2a\x04\x0b\x64\xd9\xa9\x4b\x7e\x79\x22\xba\xe0\x5c\x3d\x24\xee\x70\x82\x01\xcb\x96\x42\x03\x90\x71\x2b\xc9\x9d\xc5\x3e\x10\x87\xf0\x8e\xbf\x05\xca\x48\x8a\xbe\x3f\x14\xda\xf8\x8d\x11\x47\x9a\xc7\xf5\x69\x85\x88\x01\xd3\x3c\x1e\x8e\x06\x88\x3d\x61\x33\x99\x7e\xf3\x4d\xe3\xe0\x85\x57\x8d\xbc\x17\xdd\x51\xac\xf5\x58\x7a\xec\xe3\x9e\x9c\x59\x1e\x7e\x91\xf6\x40\xf4\x90\xf7\x75\xe8\xf9\x19\x4d\xe0\x73\x5f\x4a\x33\x10\x29\x1f\xf7\x3b\x36\x84\x62\xbe\xff\x1b\xb1\xde\x7f\x3a\xfa\x71\x20\xe0\xdf\x0c\xb7\x84\xb0\xd9\x23\x1c\x53\xfc\x8e\x40\xd6\xdb\xc7\x24\xc8\xd7\xba\x72\x64\x57\x86\xec\xca\x8f\x03\xd9\xb1\x27\x37\x56\x22\x32\x63\x84\xee\x98\x9b\xfb\x86\xe5\x69\xf3\xf1\x9e\x98\x7b\xa1\x41\x38\x48\x8e\xca\x16\x58\x58\x34\xe2\x02\x87\x92\x4a\x05\x13\xa1\xa5\x4d\x1f\xa1\x5c\xd4\x94\x5b\x56\x32\x6a\x67\x60\xef\x9d\x0a\x8b\xae\xf4\x5a\x2b\x9a\xb1\x40\x32\x90\xf6\x0c\x9d\xc8\x9a\x9a\xf5\xc0\x0b\x0a\x77\xef\x24\x92\x16\xfb\xb1\x52\xa6\x3a\xde\x81\x76\x9b\x8a\x5b\xc6\x1e\x03\x61\x63\xa3\x4d\xec\x70\x10\xd6\xdb\x8a\x43\xeb\x54\x25\x33\xb2\xc9\xb3\x8c\x95\xdd\xd2\x7f\x67\x79\x7a\x9a\x76\x6f\xc0\xed\x87\x11\x8d\x57\x30\xc2\x06\xab\xc9\x68\xfe\x59\x96\x5f\xbf\x99\x9f\x5c\x96\x80\x74\xc0\x73\x1c\x7e\x81\xa5\x9e\xfe\x43\xb6\xd1\xbf\x0b\xb6\x8a\x02\x2a\x39\x0b\xc0\xb5\x26\x11\x98\xa7\xc8\x29\xb9\x0a\x28\xa0\x20\xe6\x8f\x5e\x62\x6e\x08\x3e\x4f\xdb\x86\x6f\xa9\x12\x86\x78\xeb\x86\xf2\x91\xef\xd4\xe4\xac\x6e\xcb\xca\xd6\x9d\x84\xfc\x3b\x9c\xb2\xe7\x18\xe2\xbb\x85\xb8\x4e\x21\xc6\x25\xe4\xf8\x1f\xf0\x63\xa2\x3b\x7d\xe5\xc9\x74\x0c\x21\x08\x48\x6e\xb1\xd3\x90\x8c\x4e\x89\x28\xf5\xe0\x25\xb9\x3c\xe2\x15\x2b\x2f\x8f\x74\xbc\x64\x9c\x28\x41\x7f\xf8\x19\x0c\x0c\xfd\xba\xf9\xe0\xed\x2a\xf4\xc7\x57\xfe\x45\x36\x15\x9c\x1b\x1d\x7d\xc3\xab\x8d\x82\x21\xb7\x0d\x26\x20\x95\x38\x0c\xa6\xcf\xc3\xf0\x4d\x6d\xd1\x85\x12\x4c\x17\x01\x6e\xd0\xef\x88\x29\x4f\xab\x07\x61\xad\x90\x6c\xa6\x14\x6d\xcd\x84\x0e\xe1\x02\xc5\x10\xf9\x2d\x5f\x69\x67\x9a\x0d\x46\xa8\x46\x4f\xca\x4c\x87\x3c\xd9\xf2\x0c\x42\xe0\xf1\x86\xd5\x27\x88\x95\x44\x33\x01\xb6\xac\x57\xd5\x67\x67\x76\x70\x62\x09\xdb\x32\x91\x5b\x22\x2c\xb4\xeb\xee\xc2\x65\x61\x8b\xa4\x86\xcf\x7d\x1d\x9d\x06\xae\x04\xc5\xd5\x24\x1c\x98\x21\x6a\x68\xa6\xef\x43\xd3\xb1\x77\x67\x86\xf2\xaf\xa5\x93\x78\xd9\xe0\x15\xf9\xaf\x0e\x02\x32\x92\xc8\x59\xeb\x6e\x5f\x87\xb5\x9b\x84\xce\xf4\x78\x16\x74\xe7\xc7\xc0\xf0\xde\x64\x1d\xa5\xa4\x36\x98\x05\x3c\x99\xd7\x5c\x87\x32\x6b\x2b\x32\xa2\x57\x74\x4c\x10\x75\xc2\xf8\x18\x6a\xfb\x7f\xb7\xa2\x81\x58\x60\x0a\xab\x3a\x69\x29\x45\x43\xcb\x8c\xd6\x99\x9d\xb7\x8a\x8c\x2b\xa9\xa7\x1d\x6f\x25\xab\x2e\x20\x7a\xba\x6e\x8b\xda\x9f\x04\x36\x53\x88\xcb\x59\x82\x8e\xae\xd0\xe1\x9d\x17\x44\x11\x33\xb1\x1f\x03\x74\xe0\x92\xba\x5d\xb4\x68\x80\x8b\xdb\xca\x57\x2d\xd9\x37\x64\xef\xf4\xf5\xa4\xe2\x23\xc7\x13\x1a\xb6\x16\xe5\x34\xf5\xf0\x95\xc0\x34\x34\xbd\xf6\x78\x36\xc3\x93\x33\x60\x14\xda\x1a\x24\xe2\x58\x44\x0f\xe5\xf0\xc5\x47\xae\x89\xce\x6e\x0c\x08\x07\xf7\xf0\xd5\xcb\x51\x9d\xc5\x87\x36\xae\x83\x56\x7f\x7a\x4a\xfe\xb2\x61\x25\xf9\x89\x03\x8d\x91\x0b\x2d\x7a\x1a\x13\x50\x16\x20\xc9\x07\x29\xb4\xcd\x15\xd0\x0f\xf3\xfd\xf3\x64\x26\xf6\xf8\xf1\x5f\x6f\x27\x26\x92\xe8\xff\xfb\xfa\xf2\xa8\xe1\x15\x6a\x2a\x12\x65\xb0\x87\x9d\xa5\x78\x55\x3a\x8b\xe5\xb6\x39\xe1\x3b\x63\x50\x36\xc1\xcc\xc3\x08\xb3\x20\x77\x94\x74\x71\x2d\xc8\x08\x36\x05\xe8\x66\x5a\x92\xf9\x67\x9b\xfa\xcd\xfc\x44\xe7\xf4\x6a\x1c\x0a\xc7\x5d\x6e\x86\xad\x03\x74\x5e\xd2\x6b\x5d\xe2\x3c\x1b\xea\xcb\x64\xb1\x1e\x93\xf8\xab\x8e\x75\x39\x36\xb9\x71\xf4\x0c\xbf\xcb\xcb\x2b\x0c\xb0\x80\xd6\x0a\x12\x55\x81\xdb\x76\x62\x6e\x8a\xa8\x51\xfa\x9a\xf9\x67\xd8\xe8\xcd\x7c\xa2\x42\x56\x2c\x75\x3a\x62\x0a\x6e\xdf\x25\x6f\x58\xa6\xc2\xba\xa9\xac\x07\xba\x89\x98\xbb\xeb\xcc\x1b\xb6\x1d\xa4\x49\x23\xaa\x1b\x3b\xb4\xe8\x20\x98\x64\x97\x49\xaa\xc9\x2b\x40\x1a\x60\x59\x30\x5a\x43\xee\xf1\x4d\xc2\x46\x6a\x8f\x86\xdb\x74\x9c\x52\x75\xab\xab\xa4\x72\x12\x74\x4d\xff\x03\xda\x50\x29\xd2\x9b\x40\x3c\x46\x15\x17\x4b\x1e\x30\x86\xc5\xaa\x69\x99\xf1\x6d\xb1\xc3\x17\x1e\x2c\x34\x4a\x37\x11\x46\x9a\xa8\x72\x05\x25\x1d\x2b\xb0\x69\x9f\x92\x15\x14\x1f\x60\x52\x2e\x6a\x70\xd2\x1c\x90\x12\x65\xd7\xec\x09\xe4\xe6\x32\x79\xd2\x0f\xf5\xea\xbd\x78\xf1\xe2\xec\xe9\xa5\x8e\x75\x93\x20\x9e\xdd\xa8\x40\x8f\xbd\x84\x47\x29\x2d\x8b\x4e\x0d\x1f\x13\x75\xe8\xde\x95\x20\xed\x1c\xda\xe5\xf1\xac\xa0\xfb\xbb\x57\x49\xc8\x0f\x1c\x21\x76\x0d\x46\x65\x92\x0a\x20\x11\x0a\xc2\x7c\x18\x1d\x60\x37\xe1\x68\x04\xd2\x2a\xae\x54\x8f\x8b\x75\x20\xa6\xf3\x44\x65\xbe\x75\x53\x7a\x66\x4a\x3a\xf4\x21\xa7\xe6\xe5\x84\x3e\x5c\x84\xe8\x77\x76\x98\xb1\xc6\xb0\x8c\x69\xff\x0a\xed\x4e\xc0\xc8\x4b\xac\x8e\x02\xca\x34\x0e\x36\x8f\x99\xbe\xb7\x82\xa1\xc5\xf6\x86\x51\xf9\xb8\xb9\x7d\xe1\xa7\x4e\x64\x9e\xc0\xd4\xd8\x42\x5f\x52\x87\x97\x0d\xc2\x0f\xaf\xbc\xa4\x39\x8c\x42\xb0\x53\xd7\x47\xbf\x57\xb8\x65\xc2\xf9\x47\x27\xab\xc6\xb7\x47\xda\x85\x50\xa9\x0a\x51\xfa\x86\x14\x39\x79\x43\x68\x62\x63\x30\x4f\x88\xff\xb0\xf5\xc7\x55\x7f\xe8\xd3\xd5\xfb\x0a\x79\xbe\x31\x40\x04\x62\x3a\x5e\x85\x20\x2c\x86\x9b\x91\x63\x2c\x76\xb8\x5e\x57\xcb\x60\xfc\x40\xc3\x4a\x5d\xc9\x32\xfc\x50\x70\x26\xb1\xfb\x6a\x48\x27\xae\xc2\x05\xeb\xb6\x55\x6a\xca\x67\x1f\x64\x86\xfd\x0b\xbf\xf7\x94\x61\x3e\xc3\x36\xba\x6b\x86\x1e\x57\xbb\x77\xd6\x5d\xbd\x74\xad\x20\x39\x6b\x59\xf9\x83\x4c\xba\x7f\x57\x07\xaf\x22\x9a\xe1\xe8\x38\xcb\x6b\xc4\x3e\x33\x22\x61\xd9\x89\x13\xa4\xb1\x22\x4a\x18\xdf\x77\x71\x79\xfd\xd1\x45\x7d\x96\x13\xe7\xa7\x8c\xab\x5e\x75\x71\x4a\xaa\x9a\xff\xd9\xd4\x36\x81\x15\x2f\x8f\x9c\x00\x7d\x48\xa1\xe8\xb5\x48\xc2\x04\x10\x48\x4a\x87\xe2\x5e\xdc\x48\x09\x12\x75\xd3\x56\x3d\x9d\xc8\x8b\xb4\xbf\x8b\x40\xba\x12\xf5\xa2\x60\x3b\xa1\xf7\x70\x9e\x28\xaf\x47\x5f\x00\x14\x9f\x49\x3a\x1c\x4f\xe0\x96\x98\xf0\xca\xec\x3f\xcb\x88\x87\x4e\x1f\xe7\xa1\x07\xda\x75\xa4\xd1\x3e\xe1\x6d\xea\xdc\xa6\xc7\x33\xb6\xad\x9a\x5d\xb4\x19\x5d\x41\x3e\x7d\x2b\xba\x6f\x6c\xaa\x10\xc5\xe4\x39\x49\x49\xd2\x5c\xe7\xa6\x36\x1c\xa7\x95\x7a\x41\x60\x45\x7a\x0d\x12\x56\xd7\x2c\xce\xe3\x32\xf5\x33\xe3\x7c\x9c\x68\xb5\xb5\x66\x2d\x83\x62\xcb\x71\xf6\xc6\xa7\xf3\x55\x22\x46\x88\xad\x5b\xf7\xa9\x4a\x5c\x04\x75\x5e\xdd\x6a\x59\x6d\x42\x36\x1b\x45\x5d\x73\x17\x77\xbf\x70\x6b\xf7\x76\xef\x41\xcb\x6b\xe0\xaa\xf3\xeb\xc0\xde\x5a\x5b\x99\x82\x3d\xa5\x0e\xf6\x6b\xff\x30\x00\xd9\xab\x64\xea\xcc\xaf\xd0\xe1\x4a\x63\x93\x7a\x81\xb5\xbd\x15\xd2\x63\x22\x4b\x9b\xf6\x69\x43\x97\x57\x18\x50\xd9\xa4\x3b\x31\xe6\xf9\x3d\x31\x71\x31\x04\xf5\x39\x39\xd7\x02\x12\x43\xf7\x7e\x51\xeb\x78\xf5\xca\x9c\x13\xd8\x17\x96\xa1\x10\xe2\xf2\x08\x69\xf7\xcb\x23\x13\xfb\x5c\xa9\x14\x57\x35\x2f\x1b\x9d\xaa\xbe\xa0\x3b\xd3\x21\x08\x9f\x00\x2a\x44\xa0\xda\xed\xce\x5e\x6e\xb4\x40\x81\x23\xa3\x6b\xbf\x30\xc0\x59\x23\xdd\x8d\x23\x09\xfa\x11\x0c\x51\x69\x31\x23\x7f\x84\xc0\xdd\xd6\xec\x17\xd5\xc3\x18\x8b\x9e\x34\x7c\xcd\x24\x2b\x8c\x06\xab\x10\x93\x6a\x41\x6b\x05\x05\xea\xaf\x80\x98\xec\x4d\x7a\x13\x85\xf7\xc5\x00\xc5\x0d\xad\x1b\x75\x14\x6e\x6c\xe9\xc0\x7c\x37\x92\x68\x59\x58\xc4\x9a\x2e\x53\xcf\x5b\x09\xff\x7a\xfb\x21\x48\x9a\x3e\x37\x5a\x33\x52\xaa\x0c\x95\xa0\xca\x80\x00\xf7\x16\x86\xd0\x8e\xc2\x61\xc7\x4f\xc6\xb6\x10\xc7\x8b\xab\x04\x16\xd1\x3a\x73\x4b\xe8\xd4\xe5\xb2\x7d\xc0\x6b\x09\xd6\x10\x60\x90\xc0\x1a\xb0\x2e\x01\x71\xfa\x33\xb1\x8c\xbb\xb6\xe9\xf0\x05\xac\x5d\xd3\x73\xda\x05\xb7\x23\x52\x13\x81\x38\x49\x71\xfd\x67\x1e\x6f\xfa\x90\x2d\xe9\x1f\x54\x6e\x51\x3c\xa6\xb1\x14\xf7\x13\xc9\xfd\xcc\xb6\xf9\xad\x1f\xda\xd4\xd8\x31\x40\xfe\x1f\xe5\xd7\x9a\x6b\x09\x12\x2f\x31\xe3\x06\x61\x54\xe4\x90\x83\xb5\xcc\xab\xb6\xb0\xa9\x36\x1c\x44\x26\xb6\x66\xaa\xe4\x0f\x2a\x0d\x9c\xb2\xff\x7f\x25\xe7\xe4\x54\x2d\xd6\x1d\x55\x8b\xf5\x2b\xe2\x9b\xea\xbf\xab\x8a\xdc\x4c\xd3\xbc\x70\xc6\x68\x3f\x38\xc4\x89\x80\xea\xae\xe9\x84\x21\x14\x3c\xaf\x02\xf2\x11\x99\xbe\x78\xee\x72\x6b\x9a\x3c\x4c\x57\x43\x89\x02\xbe\xea\x68\xfc\xa3\x94\x3d\xf1\x47\xa4\xb4\x42\x7a\x28\x9d\xd2\xc5\x34\x02\x62\x2a\x22\x87\x7c\x52\xe7\x2c\xbe\xb6\x62\x4b\x3e\x8e\x54\x05\x83\x37\x41\x36\x1f\xb6\x0f\x6e\xcd\x3b\xd7\xcd\xe4\x21\xa3\x17\xeb\xa1\xa3\x3b\x35\x6d\x12\x1c\xf9\xe8\x83\x27\x1a\xbc\xd1\x0a\x42\xc0\x88\x53\xce\x43\xbf\x42\x5a\xba\x4d\xde\x29\x45\x06\xa4\xe5\xc8\x4b\x89\x31\x94\xc1\x10\xc5\xd4\xd0\x33\xdf\xe0\xd3\x82\x2b\x8a\x51\xd2\x0a\x99\xc3\xfd\xf9\xe4\x54\x64\x7f\x25\xd7\xe3\xcb\x39\xcf\x8d\x43\xd6\x9c\x88\xbc\x5c\x42\xa6\xd1\x0d\x05\xd1\x29\x20\x56\x73\x53\x6d\xfa\xfc\xc7\x81\x13\xd7\x00\x87\x48\xff\x6e\x69\xd7\x15\xff\xb9\xf2\x1c\x62\x52\x34\x0a\xbc\x36\x0e\xcb\xb6\xe4\x45\xbb\x45\xf2\xcd\x0b\x4a\xef\xbd\x4a\x7d\x41\xe9\x2d\x12\x8c\xf0\x61\x8f\xef\xc9\x87\x7d\x6a\x80\xe2\xfc\x4f\x79\x69\x7c\x01\xf3\x3f\xeb\xa9\x71\xa4\xe6\x67\x31\x44\x99\xac\x74\x36\x27\x9d\x76\xd4\x71\x52\xd3\x11\x8c\xa2\xdd\x70\x22\xda\xaa\xe2\x75\xe3\xda\x93\x3d\x11\x18\xa4\xd3\xc9\x2d\x65\x3c\xfb\x49\xc5\x6f\x58\xcd\x32\xb2\xd8\x99\x44\xa6\xf3\x1a\x33\x10\x65\x73\x42\x9b\xa6\xce\x17\x6d\xc3\xc6\xe4\x46\x52\xb5\xd7\x60\xab\x76\x79\xb4\xc9\x33\x49\x6c\x62\x1e\x19\x48\x18\x72\x9d\x53\x32\x5f\x16\x79\x35\x9f\x92\xbf\x30\x9d\x38\x5d\x87\x3f\x9f\xfb\x3c\xeb\x9c\xc8\xbb\x79\x9d\xeb\x10\xe3\x86\x57\x99\x23\xd6\xa0\x2a\x87\x95\x1c\x06\xb1\x48\xc5\x2b\x49\x8d\x4e\xd5\xf3\xbb\xad\x8a\x1d\xb9\xce\x05\x5a\xd7\x6d\x72\x93\xcd\xc9\x9d\x8d\x32\x5f\x9b\x93\x1b\x88\x5f\x5e\x30\x8a\xb6\xe9\x5b\x07\xbf\xa9\xf4\xc2\x26\x2b\x3c\x95\xef\xb4\x49\xce\xa3\xf4\x42\xb8\x3d\x68\x2f\x89\x6b\xc4\x34\x5a\xbe\x38\x7b\x3e\xb5\x71\xa5\x6f\xe8\x0e\x76\x8c\x81\x55\x0f\xa1\xe4\xab\x1f\xbf\xd7\x02\x58\xd9\x31\x2c\x1d\x83\xb3\x9b\xa8\x6a\xce\x32\x41\x05\x65\x43\xa9\x1f\xa0\xd6\x39\xbf\x78\xf1\xe9\x33\x4c\x39\x72\x7a\x3a\xb8\xd1\xb3\xe7\xcf\x3f\xb5\x41\xa8\xf3\x52\x82\x4b\x92\x18\x71\x71\x74\x17\x6a\xf1\xa1\xfd\xd0\xf4\x78\xe0\x9f\xab\x19\x1f\xdf\xc3\x4e\xc2\xbe\x56\x3d\x07\x65\x3a\x65\x8a\xa3\x7c\xee\x09\x7f\x4c\x08\x1a\x38\x49\x54\x3b\x3a\x1b\x13\xf5\xff\x56\xfc\xd0\xa3\xa7\x18\x90\xa8\xe3\xfe\x61\x2b\x22\xf6\x62\x1f\xdf\xda\xc9\xcf\x68\xdd\x62\xd7\xc5\x8f\x5e\x15\xd1\xd4\xac\x59\x6e\x22\x35\xb2\xc1\x7e\x6e\x44\xca\x71\xe2\x9b\x4d\xd8\xa3\x4b\xbd\x18\x81\xc1\xc7\x55\x6e\x6d\x2f\x12\x8b\xb4\xd3\x37\x69\x20\x9e\x08\xcd\x38\x76\xf0\xca\xee\x7b\x66\x2c\x65\xac\x05\x21\x42\x9e\xbe\x11\x90\x9e\x47\x8b\x4a\xe0\x62\xfc\xda\x32\x01\x68\xf5\xf4\xe9\x27\x17\xcf\x5e\x9c\x3f\x3b\x3b\xbd\xd9\xec\x26\x19\x04\x05\x91\xbb\x0b\x1b\xa5\xf2\xd5\x4c\x2a\x78\x54\xf0\xc9\x05\x96\xbf\x03\xda\x35\x24\x7f\x9c\xd8\x40\xf8\x1a\x6f\x92\xfb\xd9\xdd\xa6\x88\x7d\x8b\xb3\x6b\x27\xb4\x9e\x9e\xec\xc0\x91\x13\xb8\xa9\xde\xb4\xb0\xa0\xe1\x15\xe1\x2b\x22\xda\x1a\x9e\xe2\x50\x69\x14\x1c\xb8\xc3\xf4\x87\x87\x9d\x2c\x82\xb5\xc4\xc1\xdc\x94\x45\x7d\x5f\xdc\x34\x23\x30\x78\xfa\xaa\x6b\x65\x4e\xcc\x38\x95\x23\x04\xd3\x59\x99\x74\xad\x87\xcc\x25\x1c\xf6\x59\x40\x08\xa4\xae\x42\x32\x36\xe9\xe3\x14\x7d\xb4\x8f\xd7\x0c\x8f\xef\xcb\x70\x69\x02\x1f\x62\xc0\xd5\x4b\xbe\xad\x0a\x76\x2b\x41\xe3\xaa\xad\xc6\xa4\xd9\xb4\x82\xe0\xfb\x2d\xb7\x26\xcb\x57\x2b\x56\x33\x8c\x16\x7a\x7a\xea\x5b\x5e\x5a\x27\xe7\x69\xf7\xe5\x4c\x65\x97\x4a\xe7\x48\xf2\x96\xec\x12\x5d\xf1\xc1\x8e\x0f\xa8\x6b\x18\xbe\xbd\x82\x01\x2b\x8e\x8a\x77\x3d\x05\x5c\x07\x1d\x84\xb2\x72\xdf\xd8\xa0\x51\xb9\x49\x1d\x10\x5f\x8d\x70\x5d\x63\x53\xcd\xbf\x27\x7b\xeb\xc9\xf9\x1e\xb0\xa3\x87\x37\x8c\x44\xea\x43\xc4\x2f\x81\xf3\x63\xb0\x2b\x9d\x9b\xd2\x6c\x26\x76\x32\xa3\x92\x7c\x4c\x9e\x76\xef\xcc\xa0\xca\xb8\xca\x54\xd5\xe1\x7b\x34\xb0\xf5\x03\x37\xca\x12\xf4\x3f\xd5\xac\x62\x65\x86\x89\x76\x2a\xf9\xd3\x66\x1d\xda\xc0\x25\x6f\xd4\x0d\x66\x82\xf0\x92\xa9\x4c\xa3\x05\xdd\xb1\x5a\xa2\x67\x9d\xc6\x13\xc4\x83\x63\x92\xb1\x0c\xac\x00\x33\x49\xad\xea\x8e\xd1\xb9\x1f\x3a\xb7\x99\x34\x21\x69\x18\x69\x41\x36\x7c\x7e\x42\x16\x8c\x14\x4c\x08\xb2\x2c\x18\x48\x94\x2f\x4e\x88\x90\x84\x75\xbe\xda\x41\x4e\x50\x63\x55\x38\x36\x3d\x3e\x3d\x31\xfc\x85\x9c\xc5\xf3\x90\xbc\x98\x86\x54\xcc\x44\xcd\x69\x1c\x7c\x56\x53\x4b\x0a\x67\x15\xaa\x42\x83\x78\x4f\x2e\x4a\x8b\x1b\xba\x13\x7e\xa2\x42\x43\xb5\x1a\x6e\xa0\x2a\x18\x05\x52\x5d\xc9\x57\xa7\xaa\x43\x20\xcc\x73\x48\xca\xa9\xf2\x2d\xa1\x84\xc0\x9d\x97\x24\x5f\x1c\x49\x81\xd8\xd0\x5a\x31\x20\x20\xdf\x70\x4d\xda\x55\xaf\x54\xc0\x66\xe1\x6c\x30\x23\xe7\x10\x49\xbf\x79\x5b\x2e\xba\x7d\xcb\x82\x67\x2f\x08\xe2\x2b\x47\xf9\xd8\x92\xe0\xfa\xef\x70\x35\x58\x18\x7e\x3d\xac\x66\x4c\xce\xef\x21\x41\x8c\x30\x2d\x01\x0a\xe4\x7d\x94\x5d\x3e\xd1\x0b\x48\x36\x53\x10\x33\x60\x06\xc4\x11\x66\xb1\xdb\xa6\xa5\x05\xa1\x59\xe6\x32\xcc\xef\x58\x7d\x8d\x29\xda\x29\x59\xd2\x66\xb9\x99\xd0\xa2\x30\xfc\x99\xce\x35\x06\xcb\xe7\x35\x32\xdd\x26\xdd\xa3\x22\x2f\x76\xbc\x25\x37\xb9\xd8\x60\x76\x2f\x6e\x2e\x9f\x6c\x8b\x53\x6d\x38\xa1\x25\xd6\x8e\xef\x45\xc2\xd0\x65\x68\x72\xef\x28\x24\xfe\x2e\x8a\x55\xdf\x6d\x19\xf4\xb9\xc2\x01\x90\x06\x4c\x31\x5d\x16\x43\x2c\x4c\xe0\x13\x30\x78\x6c\xeb\x20\xfb\xa5\xea\xec\xb2\xc3\x82\x48\x47\xa9\x35\x8e\x30\xe8\x03\xd7\x48\x66\x1a\xee\xc7\xe5\x50\x8b\x51\xdf\xb3\x0e\xfb\x0d\xfd\xeb\xfc\x84\x5a\x0a\x4a\xe4\x39\xef\x8f\xc4\x97\x76\xc1\xea\x49\xe9\xe5\xf6\xae\xdd\x65\xb4\x37\x4c\x0c\x81\x5a\xbd\x9a\x68\x3b\xd4\x27\xc6\xeb\xd4\xcf\xdf\x72\x7a\x4a\x7e\x68\xaf\xc2\xc4\xa4\xca\x6c\xd5\xc9\x1d\x6a\xe4\x45\x80\xf0\xaf\x6d\x3c\x1d\xdc\x08\xa5\xde\x06\x94\xd5\xcd\x67\xef\xe3\xb2\x63\x6b\x7c\xef\xad\xdb\xab\x28\xf1\xd8\x90\x81\xea\x12\xe8\x2a\x56\x99\xb8\xbb\x8d\x9a\x90\x88\x24\xd3\xe9\x15\x4e\xc2\xf7\x08\xeb\x27\x68\xf8\x00\x06\x4d\x84\xa6\x57\x29\x0c\x17\x8f\x3a\x60\x9c\x74\x95\x14\xe2\x7c\x93\xc4\xd9\x7b\x1a\x2b\x64\x74\xaf\xb6\xce\xc0\xf8\xcc\x0c\x1e\xcb\xc6\xa2\xeb\xc2\x59\xb2\x79\x88\xb6\x70\x5f\x07\xe1\x16\x15\x0d\x6b\x2f\xa6\x88\xba\xdc\x7f\xcf\xbc\x40\x5b\xee\xf2\x50\x13\x37\x1c\xa8\xb0\xfe\x60\xa0\x12\xdb\x81\xa3\x0e\x18\x27\x5d\xe5\x9e\x40\x15\x37\x1e\x0e\x54\xbd\x03\x27\x80\xaa\x6f\xac\x01\x40\x25\xb6\x31\x50\x89\xed\x60\xa0\xd2\x86\xaf\xfb\x80\x2a\xec\x72\x00\x50\x39\xf1\xd2\x0e\xc5\x08\x9d\x70\xd4\x9f\x7a\xc4\x6a\x5b\x3f\x0e\x8b\xf2\x12\x78\x06\xee\x9a\x12\xf7\x31\x28\xb1\x6a\x46\x21\xf4\x5f\x36\x4c\x30\x52\xb7\x05\x13\xac\x11\x98\x77\x77\xc9\xb7\xcc\x75\xf4\x53\x49\xf3\x4b\x4c\x67\x6d\x42\x07\x19\x1f\x5b\xb1\x85\x91\x0a\x78\x26\x02\x09\x05\x48\x83\x95\x85\x04\x2a\xb4\xf3\x72\x3d\x95\xc3\x82\xb5\x37\x10\xfe\xc6\xa1\xa6\xd9\xd0\x92\xdc\xb0\x27\x19\xd8\x08\x61\x2a\x58\x9d\x28\xd6\x23\xf3\xc9\x9b\x39\xa9\x68\xad\xdc\x92\x65\x1d\xde\x36\x24\x6f\xc6\x2a\x08\x42\xc9\x1b\xc7\x37\xdf\xac\x61\x8a\x3b\xe4\xf7\x74\x00\x70\xdf\xff\x0a\xa6\x65\x0f\xc9\x8b\xd2\xa5\xf3\xfa\xc0\x3d\xee\x99\x70\x28\x11\xe8\xe8\x38\xc9\x7a\x27\xe7\xfb\xc0\x0e\xf7\x4c\xb7\xa3\x3b\xc7\x29\xe5\x50\x45\xe4\xc1\xbd\x87\x33\x8c\x77\x3d\x54\x8c\x77\x08\x1d\x22\x14\xd3\x8b\x50\x07\x4d\xf5\x1e\x3b\xa8\x60\xbb\x53\x19\xfa\x90\xe6\xf7\x9c\x8a\xeb\xc2\xd4\xa3\xcd\xbd\x47\x57\xe9\xb3\x8b\xb5\xe2\x7b\x8d\x8c\x8c\x52\xe9\xed\x76\xc1\x32\x89\x70\x31\xdd\x14\x90\xf6\x3f\x56\xac\x24\xdf\x2e\x79\x99\x2f\xa7\x8a\x9a\x2e\x18\x64\x84\x96\xb8\xb9\x26\xdf\x7f\xfb\x0b\x20\xd2\x25\xaf\x76\x68\x2c\x73\x71\x76\xfe\x8c\xfc\x85\xee\x16\x6d\xbd\x9b\x7a\x0a\xc1\x56\xb0\x1c\x7b\x5a\xf2\xed\x29\x44\x63\x08\xf5\xcd\x1e\x07\xe1\x6b\xad\xd0\x51\xbb\xa1\x57\x4c\x80\xf9\xae\xe4\x25\x25\x03\xdd\x60\x4e\x76\xb4\xd4\xcc\x79\x2d\x19\x6f\x89\x9d\x41\x30\x72\x59\x26\x73\xee\x77\x48\x48\x02\x1b\xc1\x84\x37\xc8\x36\x2f\xdd\x14\x9d\xfa\x09\x5f\xc8\x09\x7e\xe4\x45\x63\xb1\xb9\xeb\x03\x6b\x98\x20\xa1\x0d\xe6\x97\x74\x5e\x4b\x9b\x20\x49\x3f\x97\x72\x08\xcb\x7c\x4e\x68\xf6\xdf\xad\x68\x66\x84\xdd\xd2\x25\x3a\xfc\xfd\x89\xb1\x0a\x74\xcc\x0c\xdf\x4e\x5a\xd3\x72\x89\xa9\xac\xab\x3a\x2f\x1b\x13\x05\x25\x1c\x01\xbc\x7a\x7d\x81\x40\x68\x94\x1a\x5a\x68\xfb\x5d\xa0\xaf\x33\xf0\xfe\x1d\x43\x98\xcc\x39\x1d\x8a\xd1\x64\xc0\x8f\xc9\x39\xac\xeb\xa7\xb6\xb1\xfa\x75\x79\xc0\x79\x99\x59\xe5\x0a\x11\x9c\xe4\x0d\xc9\x38\x03\xf1\x9a\xb2\x35\x55\x2e\x3e\x46\x2b\x37\x60\x5b\xf5\x81\x8e\x06\x9c\xe8\xde\x83\x3a\xb1\x49\x42\xbd\x48\x36\x28\xce\xd7\x69\xa2\x06\x26\x36\x32\x81\xb2\xba\x46\x54\xfd\xf9\x29\xc2\x83\xc0\x63\xfb\xda\x26\xf2\x81\xa7\x1d\xf7\xf6\xf7\xb4\x4e\x64\x8c\xb5\xa6\x54\x03\x66\xe2\x07\x34\xf7\x23\x95\x0d\xdd\x34\x65\x67\x8c\x56\xf2\xb9\x20\xca\x24\x24\x83\xb0\xcb\x92\x1a\xdc\xd2\x2b\x46\x40\xce\x0b\x3e\xad\xb2\x8e\xab\xa1\xde\x13\xe5\x33\x91\x5e\xdc\x0b\xd0\xde\xb9\xca\xae\x24\xe4\x61\xb4\x2c\x6f\x80\x83\x7b\x8b\xf7\xed\x7e\x39\xb5\x86\x42\x51\x47\x4e\xf9\xae\x60\x6d\xca\x2e\xef\x43\xc1\x7f\xc2\x21\x35\x21\x4e\xdb\xd7\xbc\x2b\x6b\xfe\xde\x76\x3d\x37\x67\x10\xe0\x77\x04\xf2\xb7\x6a\xd8\x3f\x0b\x46\xfe\xaa\x77\xef\x6f\xf0\x36\x5a\x57\xd8\x86\x93\x1b\x5e\x5f\x11\x0a\xab\x1d\x60\x77\xa3\x92\xc2\x5f\xbc\xbc\x78\x06\xb9\x95\x1f\xdb\xae\x3b\xdc\x6c\xf7\xe6\xd7\xeb\xd8\x2a\xa8\x15\xbb\xe3\x5e\xf6\xf9\x0a\x1d\x72\x70\xa6\xe7\xc5\x3a\xe1\xbe\xe3\x99\x4d\x2b\x4d\xb6\x7e\xff\x4d\x1f\x0e\x79\xd1\x4a\x92\xca\x51\xe8\xab\xba\x02\xa2\x5c\xf3\x15\xa9\x04\x6b\x33\x6e\x72\x54\xa5\xe8\x0a\x77\x5f\x3a\xa8\x8b\x84\x99\xc6\x9e\xfd\xb3\x80\x15\xba\x86\xe8\xa4\xee\x3a\xd3\x45\xd8\x1e\xbf\x5b\xd9\xed\x17\xc1\xde\x02\x24\x8d\x90\xc3\x2d\x55\xf2\x0c\x8d\xeb\x11\x12\x82\x03\xea\xcf\xea\x3e\xe8\xe5\x9c\x0c\x7f\x39\x35\x59\x30\x89\xee\xce\x40\x72\x49\xbf\x43\xc9\x54\x40\xc3\x29\x03\x47\x6a\x36\xa4\x72\x8f\x05\x57\xca\x23\xed\x10\x80\x0f\x50\x54\x6f\x55\x07\x2b\x19\x9f\xab\x3d\x95\x5d\x43\x9e\xc3\x50\x58\x37\xee\xfa\x9a\xd7\x0c\x97\x47\x46\x90\x5a\xea\xb2\x8c\x5d\x0b\xff\x07\xae\x06\x54\xee\x07\x9e\x19\x79\x7e\xf6\x7b\x72\x4a\x1e\xbd\xef\x03\x1f\xe8\xef\x2e\xc8\x90\x9b\xb4\xf9\x65\x8e\xa4\xed\x86\xd1\x2b\x30\xf6\x26\x94\xac\xd8\x0d\x69\x36\x79\xb9\x46\xb5\x88\x55\xfa\xf8\xf8\x50\x6b\x2c\x31\xfa\xd2\x90\x57\xbe\x4b\xa2\x19\xf4\x18\x43\xad\x1b\x76\xa3\x2f\xcd\xec\x3e\xb2\xbb\xdb\x17\xb9\x3f\x8f\x7c\xf7\x04\x21\x25\xb1\x26\xb9\x52\x8a\xf4\xe4\x34\x25\xf7\xd3\xb0\x7a\x9b\x43\x8a\x9c\xfd\x93\x0d\xdf\xd0\x0e\xf2\x25\x31\x3d\x77\xa0\x14\x19\xb3\x8f\x05\xd8\xdb\xe5\xfa\x24\xee\x29\x85\x4f\xf6\xcf\x2d\xcc\x71\x74\xf7\x9b\x9c\x95\x37\xea\xf0\x13\x0b\xe9\xa5\x83\x39\xbc\x7b\xf3\x5a\x0e\x05\x14\xed\xcc\x20\x38\xfa\xcd\x67\xe2\xd0\x60\x3f\xfb\xf2\x9c\x3e\xb4\x82\xa2\x1f\x0f\xa5\xa0\xff\xc1\x70\x7c\xb2\x27\x8a\x19\x2a\x03\x9a\x1d\x14\x15\x05\xbf\x61\xd9\xa4\xc8\x45\xe3\xb1\x00\x88\x5a\xec\x25\x82\x39\x74\x61\xa0\x7f\x35\x02\x0a\x27\x77\x3f\xec\xf3\xef\x07\xcb\xde\xf3\x24\x6e\xf2\x66\xb9\x89\x1e\xa7\x08\x80\x6c\x3d\x0b\x41\xf8\xcd\xd7\x5f\xf9\xe2\x38\xac\xa1\x2c\x29\x62\x2a\x00\xc9\x83\x57\xe9\xed\xdb\x87\x96\x43\x9a\x63\xd0\x58\x16\x7f\x06\x64\x85\xdb\xba\xd3\x77\x80\x16\x85\x29\x7b\xd0\x75\xe8\xbc\x10\x6a\x1a\x7d\x37\xc2\x0b\xa5\x10\x02\x36\x46\xcf\xcc\xb2\xd1\x07\xa4\xf1\xfa\xa4\x2f\x9e\xa9\xcc\x47\xe4\xc2\xee\xaf\x0a\xf6\x98\x65\xa3\x43\x8f\xe8\x7e\xe3\xa5\xcf\x33\x49\xf8\xc5\x74\x62\x7f\xed\x83\x38\x8a\xd4\xab\xff\x2f\x84\x95\x74\x68\x6d\xf8\x09\xf6\x3a\xd3\xf3\xe7\x82\x30\x2a\xd8\x24\x87\x04\x0f\x76\xf3\x65\xb1\x08\xb2\x6f\x0e\x43\x79\x1f\x02\x2d\x0f\x67\xdd\x08\x31\xab\x51\x81\xc6\x0a\xda\xb0\xff\x7f\x1a\xe8\xf6\x42\xfc\xff\x2d\x78\xfd\x1d\x58\x07\x38\xd6\x5a\x10\xdc\x53\xa4\x62\xd3\x2b\xeb\x60\x54\xb0\x53\x2d\xad\x81\xa0\x8b\x5b\x2e\x1a\xc8\x4d\x56\xc8\x95\xae\x6a\xbe\xf5\x54\x4f\x55\x9d\x6f\x59\x3d\x55\xa2\xb1\x9c\x9f\x4e\x8d\xfb\x53\xc2\xc4\xa1\x3b\x6a\x4d\xe8\xba\x1a\x5d\x4f\x34\x75\x70\x0c\x06\xad\xd9\x48\xda\x50\x62\x47\x46\x0f\x30\xa1\x38\xe9\xee\xb6\xab\x57\xf4\xdc\xf2\xf2\x10\xfb\x35\xc3\x8c\xc4\x29\x1b\x96\x44\x0b\x0b\x94\xbe\xb1\x65\xa2\xaa\x93\xcc\xd8\x37\x7a\xf1\xeb\x76\xd9\x5e\xfa\xb5\xba\x85\x64\x4e\x2a\x62\x3f\x9f\x8b\xd7\x7e\xb1\x8e\xbe\xf8\x59\x3a\x42\x89\x8b\xae\x95\xb0\xbd\x4c\xd6\xd8\x6f\x77\x99\x6c\xe6\x65\x59\xe8\xe7\xa2\x4c\x43\x9f\x57\xb2\xaa\x40\x23\x8a\xba\x2c\x23\x93\xef\x34\xd3\x68\x8e\x2b\x29\xdd\x4f\x24\x1b\x3e\x3c\x33\x5a\xd7\xe4\xc7\x5d\x93\x88\x38\xc1\x7f\x46\xe2\xb3\x3d\x73\x49\x10\x3a\x93\x2d\x18\x8d\xb4\xfe\xc4\xbe\xe6\xb5\xf2\x16\x20\x4b\x5e\x8a\x5c\x34\xac\x5c\xee\x10\x95\x61\x50\x80\xaa\xa0\x0d\x3c\x65\xa7\x0a\xed\x89\xb1\xfb\x2c\xb7\x15\x24\xb3\xf2\x0c\x59\xc1\xa4\x58\x99\x8c\x97\x64\x21\xc7\xb4\xc0\x4b\x36\xf9\x7a\x53\x80\x4e\x1e\x23\x05\x35\xdc\xe9\x0f\x2c\x8c\x60\x4d\x26\x09\x23\x76\x04\x42\x61\x59\x3a\x12\x4d\x5e\x14\x64\x59\x70\xc1\xb2\x13\xf2\x19\xd6\x7e\x43\x6a\xb6\x64\xf9\x35\x18\xc7\x2e\x5b\xe1\x74\x99\x97\xe4\xdb\xb7\x28\x59\x46\xe3\x00\xe3\xe0\xcc\xcb\x0c\x5e\x66\x71\x42\xde\x66\x6b\x36\x75\x1a\x0d\x73\x33\x56\x9a\x8b\xf3\x4f\x9f\x7e\xfa\xd2\xb4\xf6\xad\xa5\x7d\x42\xa6\xd3\xa8\xda\xbc\xc6\x9e\xa6\xec\xaf\x3a\xda\x8f\x8e\x31\x2d\xb1\xd9\xdf\x40\x79\x05\x3f\x5f\x5f\x1e\x9d\x5f\x1e\xfd\xcd\xb8\x5e\x69\x8c\xe5\x78\x81\x0e\xb4\x8b\x8b\x65\xbf\x61\x18\xd0\x28\x55\x6d\x87\x36\x4c\xf5\x9c\x8c\x79\xda\x4d\x9f\x84\xad\xd4\x7e\x58\xb1\xed\x37\xc6\xfd\x5d\x43\x19\xc6\xeb\x83\xd3\x3d\x3f\x57\x42\x5c\x09\xe4\xec\xb6\xa2\x65\x16\xf9\xec\x25\x92\xe1\xaa\x00\xaa\x0a\x69\xa0\x65\x89\x7a\x70\xd1\xb9\x81\x7c\xfd\x35\x76\x3c\xd9\xf2\x7f\xe0\x25\xab\x4d\xb2\x16\xb3\xf2\x38\x38\x2b\x98\xda\x07\xe9\x80\xba\x9e\x87\xbb\xc0\x46\x41\x55\xd0\x19\x6d\x7b\x9f\x72\x6d\x7c\xa9\x8f\x51\x05\x5d\x4c\x3f\xbd\x61\x65\x1b\x4d\x71\x58\xfd\x80\x33\x0d\x00\xa8\xcf\xb4\xb4\xe3\x59\xf6\xec\x40\x83\x37\x76\x3d\x64\xf5\xca\x9e\x79\xd8\xea\x83\xca\x7b\x57\x1f\xd4\xdf\xb3\xfa\x1e\x6b\xed\xae\xd5\x3b\xa6\xd5\x98\x0c\x3d\x2f\x98\xa1\x37\x23\x47\x57\x4f\xf4\x64\x9d\x52\x07\x06\x73\x1b\x4e\x2a\x82\x93\x9f\x43\xdd\x24\xd4\x83\x77\xe1\x54\xd2\xf6\x34\x69\x1b\xa6\x8b\x07\xcc\xa2\x37\x03\x52\xc2\xac\x65\xbf\x37\x75\x9a\xca\x80\x7a\x9d\x34\x46\xea\x19\xf6\x5a\x78\x8f\xf0\xbf\x40\x69\x9e\x5c\x71\xa8\x49\xef\xdd\x95\x4e\x34\x0d\x75\x3b\x90\xb4\xca\x36\x53\xd0\x72\xed\xa5\xad\x77\x9b\x5a\x57\x2f\x0c\x74\x5e\xae\x47\x8f\xde\x43\x93\xbb\x93\xe4\x94\x22\x16\xd7\x28\x9d\x70\x84\xc4\xab\x99\xea\xe6\xaf\x19\x6d\xe8\x04\x09\x98\xbf\x05\x7d\x9a\x1e\x69\xd3\xd4\x23\xa7\xe2\x49\x12\x3f\x87\xdb\xd5\x97\x3f\x0a\xc1\xd5\x8b\xad\x95\x34\x2c\x3b\x1f\x74\x09\x22\x9e\x0d\x2a\xc4\xac\x95\xf7\xf9\xb6\xfb\xc6\x24\xb9\x2d\x05\xc9\x3e\xaf\x95\x64\x9d\x6c\xcd\x7d\x8c\x13\x6e\x59\x3f\xdb\x04\x75\x9c\x34\x95\xfd\x20\x18\xfa\x9d\x79\x65\xdd\x1c\x90\x5b\x3e\x98\xff\x71\x1b\xed\x4d\xc7\xe4\xb7\x09\x03\x73\x1d\xa6\x66\x0e\x12\xc1\x9c\x19\xfc\xe3\x5a\x6a\x24\x5c\x63\x93\x5a\xe0\x1e\xe0\xc2\xa4\x01\x3e\xbd\x78\x1f\x20\x3b\xe4\xf4\xd3\xe7\xaf\xb2\x1b\xba\xd8\xd6\x51\x32\x7f\x01\xb7\xd2\xa8\x9a\x7b\xa5\x3f\x6e\x77\x56\xcc\xe3\xc5\xb6\xd6\xd9\x35\x2e\xfb\xb4\xbd\x67\x49\xd8\x51\x1e\x19\x3d\x45\x71\x9c\xc4\x9f\x69\xb9\xb6\xef\xfb\xbb\x66\x57\x30\x52\xcb\x6f\xda\x7b\xdb\x78\x56\xd3\x65\xcd\x85\xd0\x52\x26\x31\x25\xff\xc5\xca\x8c\xd7\x36\x5b\x0a\xf8\x98\xa0\x1d\x2d\x98\x00\x41\x8f\xc6\x71\x55\x39\x6d\x2c\xc0\xd6\x90\x65\x53\xf2\xb9\x20\xa2\x5d\x6e\xc6\xca\xae\x10\xa2\x6a\x72\xf4\xe7\xce\x74\xe6\x95\x95\x09\x30\xc3\xd1\xa7\xd0\x8d\x54\x27\x24\x1b\x57\xd5\x6c\x25\xfb\xb3\xbe\xf0\x81\x36\x4c\x2e\xe5\x7d\xdf\xe3\x4e\xb3\xcc\xd1\x0d\x95\x6b\x36\x69\x36\xed\x76\x61\xb3\x53\x26\xca\xc2\x37\x35\x94\x5c\x1b\x70\x45\x97\xde\x1f\x18\xbe\xa5\x98\x54\xc8\x49\x08\xb2\x3f\xa5\xc2\x30\xb1\x84\x27\x60\xb8\xd4\x7a\xbd\x9f\x7c\x4b\x2c\xf4\xfd\x59\x30\x82\x71\x0a\xd5\x79\x9a\xc8\xad\xc6\x45\xa8\xe1\x18\xbd\x84\x96\x84\xad\x56\x6c\xd9\x4c\x4d\x8f\x3f\x70\x17\xad\x9c\x28\xa1\x81\x3d\x25\xba\x5c\x32\xa1\x43\x86\x4d\x2d\x93\x7f\xc3\x16\x57\x79\x33\x11\x05\x04\x53\x86\x3d\x24\xef\x93\x24\x4b\xdf\x2e\x3b\xe1\x43\x90\xf5\x71\x2a\xc3\x2b\xfc\xd0\x2e\x85\xd3\x97\xfa\x77\xef\x2e\x0d\x63\xea\x70\x69\x13\xde\x3a\x68\xd6\xa6\x99\x09\xea\x27\x77\xeb\x32\x65\x35\xe3\xce\xc3\xd5\x71\x85\xc8\x2e\x86\x6b\x55\xd1\x75\x0e\x0e\x6f\x41\x4d\x97\x57\xaa\xb6\x23\x60\x8f\xbb\x52\x26\x43\x12\x3e\xfe\x02\x33\x37\xfe\x5e\x03\x30\xa2\xdb\x5d\x88\x11\xd3\xf3\xf7\xb2\xc9\xef\x79\x24\xe3\x76\x41\xf6\x99\xbe\xd7\xd2\x6f\x1c\xca\xd3\x92\xa9\x4d\xf7\xe8\x58\x3a\x2e\x73\x9c\x50\xe6\x80\x4d\x0b\x52\xc2\x84\x46\xcd\x21\x34\xd5\x6d\x89\x62\x47\x38\xde\x7e\xb0\x02\x00\x18\x00\x56\x0e\xa0\xbc\xea\x14\x41\x00\x78\x6c\x76\xff\x4b\x55\x08\x4c\x31\xdd\x9e\x8c\x39\x66\x3f\xd1\xef\x36\xe9\xb0\x49\x8e\x45\x20\xc3\xe0\x05\xfb\xbc\x27\xbc\xa8\xc6\x1d\xc6\xf9\x31\xe2\xfa\x8d\x6e\xf6\xff\xdc\xba\x7f\xe9\xad\x73\x4e\xf9\x9f\x7c\xd1\xfe\x55\x17\x0c\xe4\xf6\x79\xcd\x56\xfc\xd6\x3c\x00\xff\xeb\xdf\xe7\xd6\x89\x7f\xde\x43\x8a\x44\xdf\xdb\x6c\xcd\x82\x97\x30\xed\x1e\xb6\x9f\xb0\x44\xe4\xc9\xeb\x2b\x25\x87\x81\xf0\xab\x9a\x79\x66\x99\xb3\x2d\x24\x17\x8a\x97\x9e\x7a\x43\xfa\x72\xc2\x21\x23\xde\x7f\xc8\xff\xc1\x3c\xff\x5a\xcc\x23\xfe\xf3\x50\x4e\xdc\xd9\xbe\x87\xdc\x15\xa7\xf4\x5d\x4f\xd7\x9c\xfd\xc3\xa0\x91\x55\x5e\x14\x13\x79\x09\xea\xfd\x82\xc9\x24\x0a\x7d\x18\x36\x4c\x4c\xa6\x85\xec\xb5\xc9\xc8\xf9\xe7\xcf\xab\x5b\x4c\xf7\x56\x2f\xf2\xa6\xa6\xb5\x26\xc0\xfe\x35\x73\x8e\xad\x6b\x7a\xb9\x9d\x01\xd3\x84\xa3\x8e\x1d\x9c\x3c\x15\xf3\x10\x0a\xd8\x82\xaf\x52\xe4\x25\x75\xd5\x69\xd2\xed\x03\x4d\xb3\x83\x64\x18\x36\x33\xf1\x01\xa7\x14\x4b\x97\x93\x16\x4f\xe3\x94\xf4\x79\x9c\x36\x12\x3a\x14\x7b\x1a\x37\x7b\xeb\xcd\x6e\x84\x54\x7f\xca\x97\x57\x10\x5c\x1f\x42\xc0\x95\xf4\x3a\x5f\x63\xc4\x89\x25\xdf\x56\xbc\x64\xa5\xb1\x79\x12\x0c\x3c\xd2\x04\x4a\xb5\x40\xba\x31\x85\x47\x0d\x73\x1f\xaa\xbc\xbf\x25\xbd\x7e\x33\x17\x63\x32\xff\xac\x2d\xde\xcc\x05\x04\x3e\xff\x8c\xcb\x9f\x28\x4a\x2a\xe9\xf5\x21\x39\x6a\x7c\xd5\xdc\x59\x97\xba\x8a\x40\x8e\xaa\x09\xcc\xcd\xbc\x0e\x77\x7a\x40\x27\xb9\x41\x6f\x9a\x45\x5d\xd5\x15\x85\x46\xdf\x70\xae\x0f\xc9\xcb\x7b\xb9\x37\x39\x6b\x77\x66\x53\xab\x6a\xfa\x4a\xdf\x7e\x10\xdf\x11\xb0\xb6\x60\xa5\x30\x4e\xe8\x36\x8f\x69\xa8\xc4\x37\x4b\x3a\x34\x67\x69\xea\xea\x58\xe9\x27\x5a\x46\xd3\x85\x0d\xef\x2d\x07\x6a\xe8\x42\x09\xd6\xc2\x04\x7f\xba\x34\x29\xcc\x0f\x0b\x5d\x37\xce\xe0\x48\x23\x80\x98\xa4\xbb\x0e\xa9\xa3\xbe\xf1\xf7\xf3\xba\x6e\xee\xdf\xb0\x27\x3f\x7e\xdd\xbe\xc3\x8e\x34\x94\xa6\x3b\x37\x81\x6e\xac\xa3\xb4\x28\x2b\x3a\xe9\xa1\x67\x3d\x8c\x7a\xd8\x4f\x3f\x78\x96\xa0\x7a\x48\x37\xc7\x2f\x7c\xcc\x1b\xb6\x55\x49\x50\xc2\x13\x4c\x2f\x7d\x98\x8b\x75\xb2\x4d\x97\x5f\x75\xba\x72\x87\x0b\x79\x3a\x81\xbf\xce\xd3\x66\x52\x55\x63\x73\x15\x05\xa2\x22\x0d\x5d\xa8\x4f\x31\x33\xd3\x0f\x9a\xd6\x5c\x45\x47\x27\x0f\xe2\x50\x61\x1c\x01\x0c\xd7\x6a\x02\x08\x50\xb2\xa1\x75\x46\x98\xe4\x90\x6c\x10\x70\x4c\x58\xb3\x07\x72\x13\xf9\x37\x30\x22\x56\x5e\x14\xfe\x35\xae\xe4\x17\xe5\x08\x13\x1e\x5e\x17\x39\x63\xda\xf5\x39\xcd\x25\xa1\x05\x80\xe4\x4d\x3f\x98\x60\xcf\x07\xc2\x49\xdc\xc8\xea\xb7\xfd\x2d\xf8\xdf\x90\x66\x26\x67\x19\xb9\xa6\x75\x4e\x21\x24\xbc\xb3\x1f\x92\x54\x34\x69\x21\xf4\x34\x7d\x50\xd7\x93\x4e\x06\xee\xef\x08\xd4\x79\xe7\xbe\x5a\xff\x6d\xa6\x30\x7c\xa0\xc9\x82\x8a\x5c\x58\xc5\x21\x7c\x5b\xd7\xfc\xc6\x66\x9f\xdb\x33\xb4\x46\xe3\x0b\xc8\xed\xd0\x18\x7c\xae\xec\xb3\xe4\x17\x2c\xaa\xa8\x0a\x71\x06\xe4\xc3\x98\xc0\xa1\x41\xba\x11\xb0\xe3\x9b\xab\x13\x9d\xc3\x7a\x1a\xba\xd0\xe9\x03\xcc\x6a\xe4\x37\xd9\x49\xaf\x19\x17\xd4\xf4\xf9\xbb\xc4\x1b\xee\x26\xa8\xf8\x12\x87\xb1\xd3\xfe\x81\x5e\x43\x9e\x3c\xf3\x93\x2c\x6a\x1d\xe1\x59\x7d\x28\xe9\xb5\xfb\x27\xbe\xa1\xf6\x6f\x95\x0f\x52\x59\x89\x8b\x8a\x97\x42\xce\xa7\x8c\x3a\xd6\xca\x5e\xaf\xb3\x0d\xdb\xa2\x4f\x50\x30\x1b\x15\x7c\x8e\xcb\xbe\x25\x7d\xd5\xd0\x26\x5f\xaa\x4e\xd1\x50\x0d\x13\xb3\xdc\x30\xa2\xec\xdd\x1a\x4e\x96\x35\x93\xcf\xfd\xaa\x2d\x0a\xc4\x1d\x63\x02\x2a\x3b\x1b\xb4\x1a\x4d\x3a\x55\x37\x00\xbc\x60\xff\x68\xc8\x2f\x93\x25\xf0\x41\xc9\x36\xdc\xe0\xda\x19\xa6\x53\x00\x03\xbb\x45\xcd\xe8\x15\x7a\xe9\xf2\xa2\xa0\x15\x98\xc3\xaa\x93\xbf\xec\x09\xf6\x1b\xa5\x75\x82\xf8\x3e\x93\x05\x6b\x6e\x18\x2b\x61\x48\xf8\x02\x81\x11\xe0\xfc\x70\x8b\x0a\xbe\xe6\x11\x15\xb7\xa0\x75\x40\xc3\xb9\x5f\x9c\xa0\xdb\x5f\xb0\x25\x6d\x05\x83\x15\x6a\x17\x93\x9c\x41\xf4\xed\xf2\x49\xa3\xd5\xc7\x72\x77\x6f\x18\x44\xd1\x46\xc5\x63\xc6\x96\x05\xc5\x20\x2e\xb2\x71\x5e\x0b\x9d\x70\x60\xc5\x6e\xdc\x7e\x04\x47\x59\x8f\x06\xfd\x92\x89\x86\x65\x3a\xd3\xaa\xca\xf0\xa9\x6d\x80\x41\xe2\xf3\x7b\x59\x95\xe6\xa5\xa4\x13\xe4\xb6\x3b\x9d\xf5\x64\x28\x48\x91\xce\xdd\x7b\xbd\x77\xb7\x5d\x04\x6d\xe6\x33\xf6\xff\x9c\xac\x8a\x36\x37\x14\x87\x4e\xbf\xd7\x3d\x7d\xb7\x53\x65\x46\x04\xb0\x02\xf4\xe6\x98\x1c\xdb\x86\x5b\x7a\xab\x88\x31\x30\x2d\x8a\xbf\x0b\x27\xe2\xbe\x29\x7e\xf4\xde\x76\x37\xc9\xcb\x55\x7e\x3b\xda\x3b\x80\x38\xb9\x73\x84\x46\xc3\x96\x90\x72\x24\x09\xd1\x0a\x7c\xfc\xb3\x50\x21\xd7\xe1\xf3\x58\x1e\xf3\x7f\xb3\x65\x33\x96\x2c\x91\xc8\x1b\x89\x3e\xb6\xcc\xbb\x96\x13\x84\xeb\x3d\x8e\x20\xbe\x29\xa4\xdb\xd2\xc2\xbc\x57\xd1\xa5\xb8\xbb\xea\x06\xc2\xd4\xc4\x8d\x49\x1b\x3e\x7a\x5d\x06\xce\x18\x9e\xa5\x88\x6b\x89\x91\x0e\x47\xfd\x40\xb6\x28\x3a\x0d\x85\xd3\x5d\x53\xcb\xd2\x94\x68\x2e\x77\xa4\x63\x78\xa9\x0c\x04\x64\x2e\xcf\x62\x8e\x91\x32\x65\x19\x86\x6c\x52\x01\xc4\xe7\xe6\x05\x9e\x9f\x78\x07\xb7\x8f\xab\x8d\xd3\xdc\x49\x64\x61\x93\x86\x91\xb9\xda\x9f\xb9\x44\x30\x6b\x95\x63\x70\xae\xba\x9f\x0b\x9d\x26\xea\x61\x0c\x71\x92\x7a\x0b\x8c\xc7\xcf\x7c\x1b\xa1\xce\x4c\x93\x11\x59\x6c\x5f\x13\x7c\xc8\x0c\x66\xe2\xb4\xd9\x73\x52\xfa\xb9\x75\x29\x2c\xb9\xab\x89\xa0\xf1\xfb\x6f\x43\xc0\xc1\x77\xde\x84\xb8\x9e\x9d\x57\xf2\x8d\x77\x01\xc9\xb1\xa8\xa9\x6d\x5d\xe7\xc5\xc3\xd7\x5a\x25\x90\xe4\x2b\x0d\x79\x0a\xdf\x0a\x8c\x4e\xf8\x93\x97\x8b\x4e\x37\x67\xe4\x0b\x6d\x01\x4a\xfe\x37\xbd\xa6\xef\x96\x75\x5e\x35\xa4\x2a\xda\x75\x8e\xa1\xbf\x41\xf9\xcb\x4a\xd3\x00\x90\x0b\xa6\xda\x45\xc6\x61\xbd\x2e\x18\xd0\x68\xc1\xb0\xf8\x64\xa2\x20\x5d\x4e\x4c\x65\x83\xf3\x02\x94\x17\xec\x76\xc1\x6f\x49\xcd\x6f\x08\xaf\x73\x56\x36\x18\x72\x9c\xfc\xac\x53\x74\xc8\xda\xfa\x3e\x04\xef\xce\x1c\x09\x90\xd2\x87\x5e\x82\xbc\xe2\xd4\x1e\xac\x59\xe9\x7b\x73\x43\x14\xdd\x6a\x0c\x8a\x22\xc2\x55\x39\xb2\xa8\x9c\x18\x48\x10\x31\xc8\x3f\x80\xf9\x42\x24\x45\xa4\xd6\x2b\xc6\x3a\x11\x9d\x7e\x77\xe1\x25\x14\x24\x6f\x04\x2b\x56\xaa\x37\x13\x99\xd7\x86\x8a\x9f\x92\x2f\xa9\x7c\x96\x21\xf0\xba\x8d\xd9\x9b\xb1\x12\x85\x60\x40\x26\xb4\x4d\x5e\xe4\xf2\x39\x98\x76\xd3\x33\xda\x20\xec\x8b\x8e\x74\xa2\xea\x5c\x80\x50\xce\x4b\x39\x2f\x7b\x98\x26\x73\xa8\xbe\x05\x70\x9c\x75\x18\x0a\xda\x2f\x4d\x90\x3b\x61\xc9\x5e\x24\xae\x1b\xf4\xa1\x71\x3c\x8b\x7e\xa9\x81\xdc\xdc\x1a\xf9\xd8\x30\x3f\xb0\xbc\x36\x97\xae\x51\xe7\x1e\xd9\xcb\x80\xae\x7a\xb8\x4f\x77\x51\x49\xd1\xcc\x43\x9f\x1b\x1d\x00\x13\x12\x6b\x08\x56\xd1\x5a\xd2\xe6\x3a\xaf\x86\xe0\x64\xc5\x8b\x2b\xb0\xd6\x0b\x20\x0a\xb2\xad\xa0\x5c\xb5\x44\x7a\x3d\x5f\x2a\xae\x81\xd7\x04\xdc\x72\xd0\x2f\x80\x0a\x95\xbc\x65\x1a\x01\x04\xc4\x5a\x18\xea\x35\x3a\x7d\xce\xb6\x9e\xa1\x9e\xfd\xd2\xe3\xbb\x18\x47\xff\x89\x63\xff\xc8\x1b\x8b\xff\xe3\x06\xf8\xb9\x0b\x5e\xc7\x89\x58\xd6\x5c\xb3\xcc\x92\xfe\x32\x1a\xb2\xa8\xce\xc4\x16\xc3\x90\x5a\x4f\x3a\xd9\x19\xa7\x27\xbd\xf9\x7f\x64\x25\x83\x2d\x17\xac\x96\x14\xb2\x7e\xa2\x65\x87\x88\x21\x26\x1f\xcd\x3d\x0c\xad\x52\x2d\x20\x7f\x52\xae\xf2\x75\x5b\xab\x84\x0d\xf2\x32\xd6\x8c\xec\x78\x5b\x5b\xb4\x89\x57\x52\x38\x9b\xef\x7a\x1e\x45\x64\xac\xbc\xcb\x5b\x5a\x4d\xae\xd8\x4e\x8c\x8e\xd7\x75\x9e\x4d\x6c\xa1\x30\x80\x75\x5c\xb2\xdb\x66\x46\x1c\x7a\x55\x7e\x08\xc8\xd5\xa8\xb5\x7a\x50\x8f\x81\xb6\xf5\x5a\x2b\x6a\x57\x76\xd2\xd1\x50\x09\x0a\x1f\xbd\xc7\xd6\x77\x09\x55\xe9\x96\x65\x39\x75\xda\x4d\xe4\x0b\xef\xce\xe9\xc4\x8d\x98\xe7\x10\xc9\xfe\x7e\x3f\x7a\xef\x34\xb9\x73\x9b\x74\x92\x1a\x7e\xa1\x4b\x70\xe0\xbf\x3b\x1b\xbd\xcf\x27\xf9\xc7\xe9\xcf\x3e\x67\xd2\x49\xdc\xf7\xcd\xbb\x6b\x74\x75\xe2\x12\x39\xde\x93\x65\x89\xa7\x9b\x62\x5c\xba\x07\xf0\x58\x96\x87\xae\xcd\x04\xee\xf1\x7e\x3a\x2b\xee\x86\x8e\xb6\x42\x80\xf3\xa0\x02\x1e\x6d\xf4\x41\xa8\x21\x37\xb5\xc3\x8c\x26\xd9\x4e\x2f\xb7\xb3\xad\x17\x91\xd5\xde\x00\x0e\x31\x5d\x83\x07\x8e\x5b\x23\x4d\x9c\x1a\x20\xeb\x4e\x91\x1a\x9d\x75\x82\x56\x0e\x61\xb5\x8e\x71\x58\x42\x57\x14\xb7\x53\x06\x24\xc3\x9a\xdd\x75\xc0\xa2\x22\x88\x4a\x26\x1a\x2d\x63\x81\xc3\x17\x63\x93\xb8\xd8\x4a\x2a\x20\xc7\x93\xc4\xef\xf0\x32\x55\x6d\x5d\x71\xc1\x44\xfa\x3e\x63\x87\xbd\x37\xd9\xa1\xfb\xa2\x43\xfe\xad\xae\x6b\x72\x5a\xff\xf1\x17\x75\xdf\xaa\xba\xcf\xbf\xeb\x75\xd5\xff\xac\x3f\x90\xca\xbe\xdc\xb5\x57\x69\xaa\x5c\xff\xf3\x38\x5a\xf2\xbb\x7c\x5b\xf1\xba\xa1\x8a\x36\x8b\x23\xb6\x80\x10\x10\xa1\x0e\xa8\xa6\x49\xc9\x27\xa6\x8d\x7f\xbd\x20\xf0\x1f\x2d\xd7\xf2\x3d\x56\x2c\x00\x0a\x94\xe5\x2b\x4f\x16\x4a\x34\xc7\x57\x84\x82\xff\xef\x19\x59\xb4\xeb\x08\x08\x15\xdf\xe0\x88\xd6\x3b\xd7\xe7\x11\xd2\xd1\xf2\x1c\x3d\x27\x09\xb0\x21\xe9\x13\xfa\x68\xf1\xae\xeb\xf4\xe1\x86\x83\x82\xcc\x7c\x28\x57\xd3\xec\x09\x52\x7e\xe8\x1f\xcf\x6b\x92\xd1\xfa\xca\x21\xac\x34\x8b\xf7\x95\xfc\x2c\xf1\x82\x20\x74\x4d\xf3\x12\x42\x96\x61\x23\x5b\xd9\x12\x26\x58\x62\x34\x34\x81\x38\xc9\xd3\x9d\x98\xea\x4a\x6e\xe3\xc7\xc8\xdd\xa7\xad\xec\xe9\x08\x5b\x04\x4a\x4a\x4f\xd7\x13\x60\xf5\x04\x86\x4d\x76\x1f\x46\xf1\xdd\x37\xc7\x8e\x6e\xe2\xf9\x79\xa0\x92\x52\xa4\x76\xf4\xd4\xa1\x4e\xb5\xc0\xa2\xd6\x17\x6a\xb2\x14\x0e\xd4\x1a\x8d\x44\x89\x51\x88\xc9\xa6\xd1\xc7\xd0\xd2\x2d\x39\xb9\x84\x3e\x2c\x75\x0e\xc1\x7d\xe8\xdd\x78\x92\x54\xa5\xda\x7a\x01\x9b\x15\xab\x52\x3b\x79\x97\x7d\x81\xe6\x92\xc3\x40\x98\x39\x6d\xb5\x17\x0e\xe1\xf8\x9f\xee\x5d\x13\x3d\x6c\x2b\x1f\x08\x7f\x89\x83\xe9\x0c\x1e\xfd\x17\x08\xb0\x11\xde\xff\x00\x57\xd8\xeb\x0f\x05\x83\x6f\xbf\xac\xfd\x21\x2e\xbf\xd3\xcf\x6f\x70\xf7\xa1\xf7\x07\x6f\x3d\xf4\xf2\x21\x6e\x3e\x74\xf4\x6f\x7a\xf1\x61\x6e\x1f\xe4\xde\x7b\x9b\xde\x7d\xed\xa1\xda\x6f\x7e\xeb\xbd\x51\xee\x79\xe9\xa3\x05\x75\xdf\xf9\xd4\x2e\x3e\x0c\xee\x06\xde\x78\xd0\x5c\xdb\x84\x33\x28\x5e\xb6\x71\xc2\x68\x9d\xdd\x47\x65\x1b\x6b\x1d\x2e\x55\x22\x19\x25\x16\x42\xdb\xfa\x61\x71\x70\xaa\xb6\x28\x4e\x2f\x2e\x5e\x3c\x3b\x7b\x04\x71\x09\x96\x7c\x2b\x79\x89\xc9\xd3\xb3\xe7\x2f\x3f\x79\x79\x7e\xf6\xc9\xa5\xe7\xde\x4e\xeb\xcc\x15\xe2\xdc\xf0\x3a\x53\x0c\x03\xd0\xb9\x13\xf9\xa1\x43\x96\x88\x8d\xb5\xfb\xb7\x53\x5c\xe4\xb2\xb9\x36\x23\xc3\x85\x5a\x63\x77\x68\x94\xf2\x0b\x77\x0a\x06\x38\x84\x3b\xb5\x7d\x61\xe1\x1b\xb2\xe9\xb0\x0b\xd6\xc2\x0a\xcf\x3d\xc0\x53\x99\xbc\x21\x53\xd0\xc7\x60\x96\x25\x3f\x30\x05\x68\x2e\x7c\x47\xe5\xc0\x54\xce\x16\x62\xf1\x63\x2f\x21\x53\x68\x46\xd6\xf0\xca\x9e\x6f\x04\xbd\x09\xf3\x35\x58\x32\xf8\x87\xa7\xcd\xfc\x1d\xdb\x58\x27\x87\x57\x34\x2e\xce\x76\xff\xd0\xaa\xde\x01\xa3\x7b\x66\x8f\x2d\x70\xb6\xda\x15\x24\x6f\x76\x92\x43\x68\x36\xda\xf6\x49\x7b\x2e\x93\xd1\x1c\xef\x8d\xb7\xf5\xf3\x13\xd0\xe4\x6f\x5b\xa3\xb0\x97\x2c\x06\x25\xb8\x24\xd3\x56\xa7\x6b\xd1\x5a\x95\x8c\xb7\x8b\x82\x79\x09\xb6\x25\x63\x88\x30\x4e\x33\x88\xde\xee\x8c\x32\x8e\x8f\xfc\x63\x55\x7d\xc5\x79\xe4\xb4\x9a\xca\x26\x3b\x55\x70\x98\xed\xb0\x2e\x24\x08\x07\x95\xce\xdc\xd5\x8c\xcc\x81\xd1\xc8\xd8\xf2\x0a\xb3\x57\xc1\x60\x8e\xd9\x81\xdc\x00\x10\x06\x63\xfa\x2a\xd2\x56\x97\x26\x8d\xf7\xb6\x5d\x6e\x94\x4d\x05\x15\x12\xb3\x00\x93\xa8\x54\x27\x92\x6b\xc1\xb9\xea\x54\xe4\xf9\xba\x44\xf3\x07\x88\x8e\x08\x67\x38\xd5\x98\x26\x30\x6f\xf2\x9d\x5d\x40\xf9\xb1\x61\x4a\xaa\x2d\x19\x66\xc9\xc8\x61\x50\x27\x55\xfb\x1d\x63\xb3\xc1\x28\xe8\xe5\xcb\xe7\xcf\x2f\x83\x84\x58\xe7\xd5\x6d\x60\xcb\x0b\xfb\xe7\xe4\x88\x72\x82\x11\xc8\x12\x8d\x08\x9c\xcd\x6e\xf2\x46\x47\xdc\x09\x14\xaa\x5e\x67\x3b\xbf\x95\x68\x17\x71\x43\x65\xeb\xe7\x35\xb3\xbe\x13\xdd\xe1\x76\x60\x1a\xec\xb6\x71\xef\x59\x6a\x42\x41\x13\x4b\x44\xf9\x8f\xd4\x01\x06\xc5\x1a\x3e\x13\x66\xb5\xda\xdb\x29\xda\xd0\xc0\xf4\xf7\x47\x88\xe4\x46\x0b\x18\x0c\x82\xcd\xd1\xca\x7f\xc3\xf4\x65\x79\xdf\x7d\x54\xbb\xd4\x40\xc9\xcc\xde\x68\x29\xe9\x87\x0b\xf3\x2a\x42\xc6\xef\xcd\x0f\x6f\xe2\xb3\xa7\xd5\x9e\x28\x24\xba\x96\x17\x82\x24\x00\x87\xa1\x4f\xcd\x65\xd9\x81\xb0\x7b\x5f\xa0\x04\x42\x24\xdd\x25\x67\x61\x2c\x8a\x18\xd9\x1c\xb0\xdd\x1f\x64\xb3\x54\xa0\xae\xc3\x77\x2a\x04\xfd\x9e\xb0\x1d\x67\x3d\x5b\xb2\xe7\x5d\x89\xec\x3d\xbf\x41\xd0\x2c\xe9\x75\x12\x66\x1d\x3b\xf6\x30\x9b\xbf\xb7\x81\x9d\xb7\x7c\x12\x21\x11\x12\xa6\xf6\xef\xe8\x28\x80\xbe\xe0\xee\xab\xe9\x39\xf6\xb9\x87\xcd\xaf\x77\x70\x93\xc8\x48\xbe\x23\x80\xbf\xf5\xb0\xf9\x76\x3d\xd1\x69\xef\xee\x13\x22\x29\xb0\x55\x71\x28\xa6\x00\x50\x9d\x81\x9c\xe4\xbd\x87\xdf\x9e\x13\x7f\xdb\xf2\xed\x7a\xec\xae\xa5\xe1\x95\xf7\xb7\x42\x21\xd6\x3e\x41\x6c\xea\xbc\xbc\xd2\xc8\xe7\x6b\x5e\x93\x6f\xdf\x0e\x79\xb3\x74\x0c\xaf\x4f\x9f\x7e\x0a\x14\xb2\x1b\x38\x05\xd1\x18\x98\x55\x64\x46\xde\x79\x83\xd6\x15\xda\x0e\x03\x0c\x49\x36\xb9\x40\x22\x90\x95\x4d\xb1\x23\xb4\xaa\x0a\xb0\x52\x04\xdb\x03\xc1\x8a\xd5\x8c\x88\xa6\x66\xcd\x72\xb3\x6f\x91\xc1\x33\x71\x20\x35\xd8\xd3\xb7\xbb\x61\x0f\xa0\xf8\x9c\x9c\x30\x12\xe6\x24\x65\x63\xc7\x94\x7f\x29\x19\x87\x65\x89\x3a\x5e\x6b\x59\x77\x82\x25\x9e\xe5\x61\x9f\x42\x4b\x6c\x4f\xf6\x1a\x59\x5a\xed\x96\xa3\xf6\x48\x5e\xb9\x70\x06\xe9\x2b\xe7\xd7\x52\x5c\xbf\xbb\x3a\x54\xf4\x48\x68\x68\xd7\x82\x3c\x7a\x96\x04\xba\x6a\x93\x17\x79\x75\x43\x8b\x86\x97\xa7\x2b\x55\xf9\x91\xfa\x31\x79\xa6\x7b\xd2\xb4\xda\x19\x51\x56\x36\xf1\xe4\xbb\xe6\xde\xf1\x0a\xff\xe8\xa6\x8d\x56\xcf\x70\xd0\xc0\xa5\x1f\xe2\x7e\x23\xb9\xba\x3d\x7c\x24\x66\x7d\x6c\xec\x30\x50\x98\x8e\x3b\x24\xdd\xc1\x2e\x59\x68\x43\x5b\xe4\x01\xe6\xda\xe0\x76\xee\x74\x32\x57\x7d\x34\x5c\x1f\xb6\x6f\x88\xfb\x66\x00\x90\x61\x0a\xdc\x7f\x16\x94\x7d\x88\x05\xf7\x2e\x39\x5a\xf4\x3f\x0b\xf6\xdc\xd7\x40\x17\x7d\x1c\x4e\x25\xc9\x5f\x7b\x1c\x68\x58\xe0\x08\xf8\xe4\x0b\x4f\xcb\xac\x60\x71\x6a\x77\xcd\xa5\xda\x20\xd2\xba\x8a\x33\xf4\xe3\x8e\xfc\xd4\xfa\xdf\xfe\x3c\xd5\x6e\xed\xf0\xdd\x09\x4b\x5c\x3a\xd9\xfe\x7b\x60\x86\x84\x48\x48\xe0\xce\x31\xb4\xc6\xb8\x4b\x4f\x17\x0f\x2a\x31\x63\x9f\xaf\xfd\x2d\x66\xac\x1f\x91\x61\x93\xf6\x14\x80\x8f\xbb\x12\x54\x77\x9d\x5e\x94\xa8\xfa\xdf\xef\xf0\x9c\x29\xfe\xc7\x9c\xdd\xb0\x39\xef\xd5\xbc\xe2\x0b\x01\x02\xcd\xe0\x75\x40\x29\xa7\x18\x4a\x23\xa8\xea\x0f\x40\xe0\xd8\xc3\x64\xc9\xdb\xb2\x09\x7b\x85\x8f\xaf\xbc\x7a\x6b\x5a\x85\xb5\xd6\x06\xbd\xf3\xba\xda\xd0\x52\x58\x47\xad\x9b\x3c\xe3\x37\xea\xef\x24\x61\x90\x36\xfb\x03\x29\x19\x2f\x9f\x34\xa4\x40\x3b\xf2\xad\x63\xe1\x4a\x44\x45\x4b\x1b\xa6\x6e\xa9\x77\x11\x3b\x0c\x89\x53\xaf\x9b\xbc\xc6\x72\xb2\xdc\x60\x98\xc3\xee\xc3\xf9\x7c\xb9\xe4\x75\xa6\xfc\xa0\xe0\x78\xa8\xfe\x82\xb3\x37\x36\x7d\xb4\x5c\x6e\x24\x1b\xe9\x58\xa8\x07\x6f\x50\x22\xac\xe9\x65\x49\x02\x94\xcc\x57\x93\x66\x57\xb1\xd8\xa7\x36\x0c\xa4\xb9\x8f\x38\x3d\x4b\x08\x3d\x1d\xe4\x11\x8f\xb3\xdf\xbb\xd2\xe9\xeb\x4d\x07\x8a\xe8\xe2\x70\x4f\xba\x1e\xca\x49\xcc\x59\xc7\xf4\xd4\xd1\xf8\x68\x2a\x21\x37\x5b\xd6\x26\x98\xc1\x41\x5e\xf7\x33\xb4\x6d\xc4\xf6\xae\x85\x71\xe2\x6b\x52\x52\xe3\x56\xf4\x8a\x3a\x4d\x91\x9d\x06\x91\x19\x72\xe4\xcf\x90\x94\x47\x38\x3d\x2c\xfa\x59\x45\xb7\x66\x9a\xd3\x71\x6a\x58\x47\x4b\x45\x86\x29\x73\x5f\x5e\x1b\xeb\x0e\x5b\x5b\x90\xd1\x62\xa7\xc9\xe1\x31\xa1\x64\xc5\xeb\x1b\x60\xb0\x0b\x2a\x36\x33\x72\x79\x74\x7a\x79\x04\x49\x49\x3f\x26\xe9\x41\x22\x5b\xb1\xa0\x96\xc3\x0b\x6b\x30\x8d\x52\xe7\x28\xd7\x0b\xd9\x01\xea\x79\x74\x1e\x07\x95\x7d\x5f\x72\xfb\x90\xbb\x4c\xf2\x98\x90\x36\xa1\xc8\x4b\xe5\xaf\xd0\xb8\x2b\xd4\x1d\x86\x66\x6f\xdd\x73\xc2\xfa\x89\x23\x51\x9e\x94\x81\x42\xcc\xd8\x03\xba\x2a\xc0\xb8\x55\x87\x4a\xe0\xdb\xb7\x9f\x4e\xce\xcf\xc9\x86\x2e\xaf\x50\x68\xaf\xec\xfa\x37\x48\xf0\x6d\x76\x15\xac\xec\xca\xac\x51\xd9\xe7\xb8\xe7\xb5\x68\xf3\x42\xab\x04\x24\xed\xcc\xdb\x46\x87\xb0\x98\xc2\x71\xcf\xf5\xfe\xce\x83\x9c\xcc\x64\xad\x8c\x90\x05\xc4\xf8\xc4\x8f\xaa\xa7\x8f\x90\x0c\xff\x08\xb6\x33\x3a\x68\x64\xed\x59\xcd\x16\x3b\xad\xe2\x41\x71\xe6\x3c\x10\xd7\xce\xa7\xd8\x9f\x86\x3e\x4e\x9a\x3a\x5f\x5e\x91\x6f\xdf\x92\xbc\x6c\xb8\x49\xd0\xa1\xbd\x0b\xcc\x3a\x41\xd9\xb1\xce\x95\x4b\x78\x30\x6f\xaa\xf7\xcf\x54\xd7\x33\x2a\x49\xbe\x85\x87\xaf\x61\xc5\x4e\xdb\xdf\xe7\x18\xb9\x34\x06\xd8\x19\xc8\x9a\x43\xf0\x8b\x24\xce\x66\x14\xfd\xce\xee\x25\x31\x4a\x3e\xc9\xda\xaa\xc8\x97\xb4\x61\x13\x13\x91\xf6\x41\x93\x88\x32\x5d\x04\x7a\xf5\x04\xc4\x46\x1a\x5c\x8b\x5c\x2b\xba\xce\x4b\xf4\x23\xeb\x40\xae\x06\xf5\x00\xf6\x6a\x4b\x58\x6e\x36\x8a\x82\x4b\xbb\x78\xc9\xa2\x9f\x8a\xae\x99\x23\x91\xdf\xa7\xfc\x4d\x85\x34\xb1\x53\x74\xf1\x77\xe2\xeb\x6d\x4a\x28\xe8\xd4\x8b\x9e\x1a\x3f\x0e\xb4\x53\xb3\x2b\x08\xb8\x53\xc5\x6e\xe6\x43\xe2\xa8\x24\xd1\xbf\x3b\xe5\x20\x80\x78\xc7\x6a\xb4\x48\x3a\x2e\xf6\x05\xd3\x00\x61\x1a\x50\x82\x5c\x07\xc9\x55\xc6\x36\x27\xdd\xf0\xb8\x6f\x2d\x2a\x0a\x48\x47\x54\x8b\xb8\x62\x87\x41\x46\x10\xe9\x38\x0a\x2b\x6e\x42\x1f\xbb\x5d\x9a\x68\xbb\xe6\xf6\x06\x09\x12\xa2\xba\x71\x7e\x04\x07\xa0\xed\x23\x97\x54\x8b\x84\x50\x4f\xba\x19\xff\x3e\xb6\xed\xb8\x57\x99\x9c\x56\x34\xa4\x86\xee\x65\xec\xfb\x07\xf1\x10\x4c\xdc\x77\xb4\xf9\x89\xd3\x1c\x16\xd9\x22\x6e\x30\x00\x50\xf6\xc4\x3e\x71\x2c\xa2\xe2\xa9\x27\xba\x3b\x34\x96\x10\x28\x0c\xf3\x32\xe7\x25\x6d\x58\x36\xd3\xaf\x8c\x7c\xa7\x2e\x8f\xe4\xcb\x7d\x79\xa4\xe2\x0d\x41\xe0\xa9\xaa\x66\xd7\x39\x6f\x45\xb1\x83\xa7\xdb\x4e\x49\x4d\x48\x45\x26\x72\xcc\x80\xfb\xf7\x29\x0e\xd5\xd5\xbd\x53\xb6\x6e\x62\xaf\x7c\xc6\xe7\x5d\xfe\x0f\xe5\x4e\xa4\xe1\xdd\x60\xc5\x75\x20\x1b\x77\xca\x90\xf4\x4d\xa1\xea\x49\xb1\x1e\xa7\xd1\x35\x96\xb8\x99\x66\xc6\x7e\xf2\xd2\xb0\xa5\x07\xaa\x6e\x62\x1a\x77\x96\x22\x94\xe0\x0f\x9b\xa5\xd8\x76\xcd\x12\x4a\xdc\x6c\x40\xc1\x2c\xc3\x96\xfe\x2c\x4d\xf2\x20\x8c\xec\xf1\x93\xa9\x27\xe7\xfd\x07\x8c\x97\x9e\x98\xa1\x9a\x16\xf4\xac\x26\xe2\xce\xc2\x9f\xc2\x98\x04\xb7\x58\x49\x0f\x22\xa0\x77\x1f\x55\xe7\x25\xf5\x5d\x36\x52\x3c\x4d\xc0\xc8\x84\x4f\x67\xf8\x5e\x6a\xcb\xb6\x00\x59\x76\x9a\xfd\xa4\xb0\xd6\x7d\x70\xa3\x2f\x70\x49\x63\xc8\xa1\xa3\x0d\xc0\x92\x9d\x66\x70\xa9\x28\x75\xc6\xf9\x98\x97\x4c\xb3\x27\xc0\x34\x80\xa5\xc1\x18\x11\x12\xd9\xf2\x2c\x5f\xe5\xac\xf6\xdc\xfc\xe6\x50\x36\x37\xe1\x51\xe6\x21\x62\x98\xa3\x27\xff\x82\x66\x3a\xb9\xc1\x5e\x6f\x73\x49\x21\xca\xea\x1e\x4f\xec\x7d\xe8\x76\xb6\xc5\x7a\xbd\x79\x2b\x9d\x2a\x5d\x69\x57\xce\x2d\xf5\x14\x87\xf2\x49\xc7\x57\x88\x3d\x3d\x17\x54\x30\xf3\xa6\x77\x72\xc9\x30\x99\xc4\x11\x26\xa3\x10\x62\x6d\x3f\xfc\x20\x54\xa6\xcd\xa4\xe6\xbc\x21\xf4\xd1\xfb\xc7\x77\x91\x66\xbf\xc3\xa6\xb2\x8f\x5e\x0a\x98\xc0\xb7\xdb\xaa\xd9\x11\x18\xde\xfa\x52\xc3\x7b\xb0\xa5\x4a\xf6\x85\xcf\x3e\x83\x8a\xa1\x02\x26\xe5\xda\xfb\xff\x6b\x25\x93\xb5\xca\x6f\x91\x5b\xc4\xae\xf3\x52\x79\x20\x0b\x09\x33\x4d\x49\x5c\xc0\xe9\xa0\xd0\xd1\x1c\x08\x6d\x94\x74\xe7\x3f\xe5\x45\xa1\xfa\x34\x50\x0e\x61\xc5\x40\x60\x87\x2e\xed\x5a\x0f\xa1\x02\x30\x1a\xf0\x06\xcf\x2e\xc8\x55\x4b\xae\x9f\x3e\x11\xaa\x1b\x07\x8c\xc1\x1c\xc0\xb3\xfb\xb0\x3c\xbb\x29\x0f\x60\x35\x94\x37\x74\xd5\xeb\x87\x13\x68\x90\x96\xa6\xa0\xd0\x16\x38\x38\x23\xc3\xd5\x37\xd8\x89\x53\x44\x46\x12\xb9\xb0\x4c\x6f\xf8\xff\xc7\xde\xff\x68\x39\x6e\x1b\x09\xa3\xf8\xab\x60\x67\x3c\x99\xe9\x58\x54\x93\x52\xab\xff\xee\xcc\x6f\x1d\xaf\x93\xf8\x77\xfd\x27\x27\xe3\x6c\xbe\x73\xdc\xfe\xd6\x14\x09\x49\xcc\x50\xa2\x42\x52\xd3\x6a\xf7\xf1\x77\xee\x43\xdc\x07\xb8\xcf\x72\x1f\xe5\x3e\xc9\x3d\x28\x00\x24\x00\x16\x40\x50\xd2\x4c\xec\x2f\x89\x77\xed\x19\x11\x28\x14\x0a\x55\x85\x42\xa1\x50\xb5\xa4\x35\x44\xbd\xd3\x92\x14\x1b\xc2\xad\x70\x9e\x7c\x43\xbc\xf1\x02\x21\xd6\xaa\x51\xc1\x93\x1c\x2e\xdc\xd2\x17\xcc\xb1\x7b\xfe\xc4\x5b\x77\x19\x90\x7f\x17\xa9\xbe\x5e\x71\x58\x67\xfa\x71\x4f\xec\x37\x46\xcb\xf9\x52\xf0\xab\x30\x1c\xe0\x3f\xc1\x63\xf6\x77\xf8\x64\x75\x52\x2d\x8f\x92\x0b\xfb\x58\xb8\xe5\x03\xf4\x63\xd2\xb9\x1c\x91\x28\x7c\x81\xf8\x38\x61\x08\x71\x37\xf0\x9b\xb1\x76\x48\x40\x2a\xae\xea\xf6\xbf\x28\x7e\x28\xb5\x16\x3b\x00\xf0\x83\x55\xb9\x9c\xc7\x7c\xd0\xf1\x0c\xa9\xc2\xcc\x8e\xd0\x7f\xdb\xad\xe7\x45\x5d\xca\x13\x74\xab\x5f\x9b\x0f\x92\xfd\xc8\x2b\xe4\xb7\xdf\x36\x90\x4d\xcf\x63\xa7\xad\x76\x16\x6d\xbf\x3a\x63\x9b\xda\x66\x7d\xae\x44\xc4\xb8\xba\x1f\x70\x8f\xd0\xcc\x1b\x9f\xe4\xe4\xcc\x36\xa1\xe6\x68\xd5\x7e\x56\x9e\x53\xa2\x0f\xae\xb1\x87\xd6\x2e\x07\x74\x6f\x78\x7a\x9c\xd3\xd2\x5d\x19\xb0\x5d\x56\x68\xab\x6e\x9b\xfa\x0f\xb8\x17\x99\xb7\xe9\x3a\x90\x9b\x93\x3d\x6f\xe0\x91\xc7\xd3\xb6\x7e\x1a\x80\xae\xde\xfa\x23\x8d\x53\xf0\x94\xb2\x8d\x20\x8f\xcb\x25\x2d\x09\x74\xa9\xe4\xf4\xc1\xa5\xdf\x94\x0d\x65\x27\x01\x1e\xa0\xcc\x43\x66\x65\x1c\x71\x52\x6c\x16\x79\x96\xd4\x90\xa9\x00\xae\x51\x58\x97\x4f\x44\xdf\x8a\xf3\x9d\xc2\xa7\x6d\xe0\x77\xb3\x6d\x88\x74\x71\x60\xe1\x70\x74\xe0\x85\x10\x84\xfb\xae\xe3\x3a\x59\x99\x88\xb5\xa6\x9a\x6e\x64\xb4\x5f\x0d\x4b\xa3\x0d\xc1\xf9\xcf\xac\x5a\x67\x3c\x2c\xb8\x81\x2a\xf8\xe0\x0b\x91\x90\x6e\x45\x79\x5c\x97\x5c\x62\x70\x21\xc6\x09\xdc\x7d\x35\x91\xbf\x50\xc7\x57\x6c\x9b\x2f\xab\x86\x49\xb2\xcd\x72\xdc\x32\x10\x3b\x66\x35\xa3\xa1\x5b\x17\x80\x69\x2d\x27\xf2\x69\x87\x7b\x98\xa8\xb4\xc9\xdd\x3e\x4b\xff\xb6\xab\x6a\x31\x3a\x90\xa1\x4d\xcf\x47\xc8\x98\xff\x2e\x05\xf0\x90\x2a\x6d\x1d\x27\xd0\x40\x3e\x47\xd6\xd9\x78\x63\xfa\x59\x5e\xd3\x72\x03\x19\x2e\x14\x99\x53\x33\x5f\xb4\x56\x30\x6e\xfe\xc2\x08\x70\x2a\xe5\x41\xf2\x0c\x8d\xc1\xbb\x27\x47\xde\xbe\x7b\xf2\xef\x72\x4f\x54\x00\x04\x39\x7d\x4f\xf3\x57\xcd\x28\x42\xce\x96\xfc\xf7\xb3\x11\xe9\x6f\x2b\x8f\x2f\x9e\xed\x95\x4f\x67\xf8\x06\xae\x23\xfb\x49\xab\xf6\x9b\x93\xe0\x48\x90\x45\xdf\xd9\x3f\x41\x1e\x8f\x68\xf5\x05\x5a\x48\x67\x6a\xe0\x66\xb3\xe7\xcb\xd2\x0b\xec\xdb\x0a\x79\x03\xd0\xd9\xad\x05\x32\xb3\x17\xfa\x93\x27\x53\xae\x1b\x0c\x65\x47\x41\x91\x66\xa7\x57\x0f\x57\x22\x6d\x34\x89\x37\xd9\x9a\x7b\x57\xb3\x85\x62\xc1\xf3\x68\x7f\xe9\xf1\xb8\xdf\xa8\x61\x31\x6a\x2b\xee\x25\x78\x47\x1f\x17\x65\xbc\xa6\x15\xd9\x96\xc5\xb2\xa4\x55\x15\xcc\xe3\x32\xa8\xea\x32\xdb\xb6\x09\x0b\x21\xe9\xd4\x93\xba\xbf\xb6\xd2\xf6\x49\xd3\x51\x54\x18\x08\x9b\x22\x62\x75\x61\xeb\x14\x36\xad\x5a\xcf\xa2\x00\x63\x73\xc4\xb7\x8e\x6a\x7d\x3c\xf8\xd8\xb9\x62\x86\x4c\x8e\x45\x99\x74\xa2\x85\xc8\xfc\x91\x24\x65\xb1\xdd\x42\xf6\xac\xba\x73\x2c\x0b\xad\xc7\xbe\x66\x5c\xe3\xe4\x87\xb9\xa9\x1a\x5a\xba\x8d\x8e\xb6\x9d\xe3\x70\xa6\x56\x67\x50\x3a\xa8\x35\x19\x74\x0a\x06\x4d\x7e\xd0\x41\xaf\xca\x3a\xa9\x3d\x94\xf3\x28\x5a\x99\xb4\x3b\xdb\xb8\x34\x2f\x06\xfc\x8f\xb6\x4e\x32\xc6\x65\x87\x94\xea\x99\x55\x6b\xd8\xc9\x9c\x6f\x90\x46\x30\x77\x6a\xf8\xc9\x1a\x45\x20\x3e\xbf\xea\xac\x2e\x5b\x72\x84\xdf\x11\x86\x84\x41\x9d\x82\xa7\x63\xc4\x45\xb9\x8d\x57\x6b\x44\xdb\x24\x42\xf3\x21\xa8\xb3\x35\xe3\x60\x4c\x6a\x95\xa7\xc0\x2d\x06\xdb\x92\x2e\x68\x59\x05\x25\x4d\x77\x09\x4d\x83\x75\x01\x60\xb8\x55\xfb\xf7\x1d\x2d\x1f\x15\x8f\x39\xfc\x4a\x5e\xe1\x7d\x98\x65\xc8\xfe\xae\x45\x60\x29\x18\x6b\x69\x18\x6c\x1e\xa2\x3f\x08\x6a\x57\x8a\x1f\x50\x2f\xf5\xa2\xa8\x6f\x75\x1e\xb2\x51\xd5\x7d\x85\x2a\x15\x3c\x08\x74\x5c\x36\x4d\x5f\x45\xd7\x61\x4a\x97\x23\xb2\x86\x8c\xa2\x45\xfa\x18\xb0\x13\x4d\xa3\x64\x67\x2f\xce\xda\xfd\x82\xe7\xbf\x92\xef\x63\xc8\x7f\xd0\xbc\x35\x31\xb0\xb7\x13\x1d\x4f\x32\x33\x36\xd9\x7e\x5d\x6c\xea\x38\x6f\xe6\x34\x12\xb9\x6e\xe9\xa2\x86\xc3\x3f\x63\x94\xf6\x14\x0d\x19\x81\x2b\x52\x3f\x14\xc2\x0f\x56\xd5\xc5\xb6\x1a\x11\x59\xd6\x21\x25\x94\x6d\x6e\xf3\x47\xf1\x6a\xee\x11\xec\x34\xd1\x96\x7d\x96\x9a\x15\x0c\x06\x30\x0b\x5a\x38\xe3\x2e\x81\xf7\xaf\x3e\x01\xd0\xcd\x34\x96\x65\xfc\x18\x5c\x85\xe1\x88\xd1\x39\xd5\x7f\xbe\x86\x9f\x79\xfb\x2d\x2d\x13\xd0\x0d\xe1\x0b\xd1\xb4\xf9\x25\x0a\xc3\x17\x62\xbd\xba\x0f\x83\xcd\x15\x91\x24\x68\x00\x73\x74\xf5\x51\x54\x64\xb4\xc1\x3a\x92\xc9\x17\xed\x56\x5d\x3c\xb9\x16\xff\x25\x3c\x66\xe6\x4a\xd4\xc5\x96\x2d\x04\x3f\x8b\xfc\xe3\x56\xe2\xf1\x17\xb0\x12\x22\xac\xf0\xc3\x2e\x85\x39\xf1\x66\x0f\x8a\xf3\xe1\x24\x48\xe9\xf2\x96\x5c\xcc\x52\xba\xf4\x9e\xe7\x27\xa0\x01\xd4\x91\x54\xf0\x9e\xd3\xe8\xc8\x51\x50\xaf\x4a\x2a\x4d\x6d\x73\x1e\xf3\x7c\x47\x47\xe4\x93\x75\xa6\xec\x68\xbb\x72\x9b\x53\xa9\x6d\x82\x0a\xce\x26\xb3\x66\x09\x65\xb3\x92\xa6\x47\x8a\x92\x3a\xae\x3a\x9a\xd7\xa4\x8d\x34\x80\x1d\x9e\xfd\x05\xcc\xfa\x63\xcd\x95\xfd\x97\x71\x28\x7f\xec\x82\x70\x28\x94\xb0\xed\xf0\xa8\x75\x1e\x1c\x5e\x3b\x8f\x24\x2b\x13\x20\x8d\x32\x80\x0e\xf5\x50\xcc\xa5\x19\xf3\x89\xc0\x8d\xbb\xf2\xc0\xfa\x1a\x91\x71\x34\x63\x7b\x5e\xbc\x59\xe6\x74\xb0\x24\x41\x2f\xb9\x9a\x64\x32\x7b\x31\x52\xbd\x34\xdd\x1f\xf8\x4a\xf3\xd6\xea\x9f\xaf\xcc\x86\xe6\x0f\xad\xef\x6a\xcc\x2d\x12\x8b\x51\xab\x65\x70\xd5\x12\xd2\x71\xeb\x4f\xb8\xee\x9a\xa7\xd8\xe2\x21\x43\x4f\x5d\xa5\x2f\x78\xbe\xcf\x1d\x3f\x6d\x15\x1b\xf2\xef\xbb\xfc\xcd\x88\xfc\x7b\xc1\xfe\x5d\x94\xe4\xdf\xd3\xec\xfd\x1b\xee\xfe\x30\x33\x03\x0c\xb0\xbb\x85\xa7\xe3\x9b\xa2\x49\x4e\x5f\xd1\xba\x1b\x2a\x29\x4a\x86\x28\x23\xf1\x8b\xc5\xac\xe2\x41\x43\x04\xce\xcb\x98\x73\x90\x27\x60\x55\x0a\x6d\x37\xef\xd4\x76\x39\xec\x58\x45\x8e\x78\xec\x9c\x4e\xc5\x4f\x14\x2c\x1c\xef\xbf\xbe\x64\x36\xbf\x08\x9e\x60\x3d\x08\xac\x90\x9a\x5d\x9d\xf0\xe0\x61\x46\x4d\x91\x14\xb6\x29\xce\x9d\x6d\xaa\x9a\xc6\x29\x24\x04\xcd\x33\x51\x86\x2a\xcd\xde\xff\x58\x29\x35\x14\xb2\x76\x04\x00\xd9\x8e\x32\x26\x5f\x72\xd4\x79\x4c\x1f\x5c\xc6\x34\xf5\x2c\x0c\x3f\x0b\x4f\xf5\x05\xd1\x69\x34\x15\xdd\x8d\x65\xe5\xd1\x91\x71\xd2\x46\x8a\x99\x81\xd6\xbf\x87\x32\x59\x7c\x16\x6f\x7e\xac\xc8\x2b\x3e\xb5\x8a\x51\xbb\x58\x53\x9e\x5f\xb5\x0d\x29\x25\xf5\xaa\xd8\x2d\x57\x67\xea\x39\x4a\x19\x8e\x8f\x64\x39\x4c\x49\x5f\x93\x73\x58\xd1\xe8\xac\xe1\xb0\x3f\x42\xf0\x93\xc8\x4c\xdc\x77\x41\xd1\xf8\xc5\x22\x18\xe5\x4f\x70\x53\x05\x2d\xcf\xf9\xcd\x02\x50\xa9\x2d\x56\x93\x95\xa4\xca\xe6\x79\xe3\x61\xe5\x11\x9c\xb2\xae\x0e\x63\x64\x51\xe1\xdd\x35\xdb\xa3\xa3\xad\x14\x90\x5a\xb4\x55\x13\x3a\x85\x87\x0a\x76\x31\xf1\x0b\xda\xb1\xf6\x43\x2a\xd2\x90\x2f\x37\x10\x02\xbb\x8b\x73\x9b\x2c\x14\x9b\x0e\xa7\x8b\x37\x60\x3c\x17\xb7\x92\x03\xa3\xcd\xc7\xdd\xe5\xd2\xc3\x23\x0d\x4d\x76\x57\x7c\x9f\xb6\x4f\xfa\x73\x73\xa5\xd5\x07\x8c\x0f\x54\x95\x8f\x11\x1f\xd8\xd5\x4b\x5a\x7c\x60\xf7\xb3\x1e\x1f\xe8\xf1\xc4\x5f\x79\x1c\x20\x25\x4c\x67\xb1\xfe\xc7\xef\xfa\x73\x05\x14\x4a\x13\xb9\x35\xba\x47\xeb\x44\x22\xa4\x18\x1a\xbd\xe5\x26\xac\x19\x5c\xa5\x84\x6a\x37\x93\xa9\x57\x3c\xcb\x0a\x84\x68\xfc\x7b\xcc\xb4\x0f\xdb\x4e\x14\x6d\x74\x8f\xc4\xe7\x2a\x1e\xf7\x56\xb3\x88\x26\x27\x57\x2a\x83\x65\xd8\x11\x78\x87\xb4\xb4\x05\xde\x91\x4f\xc9\x6f\x10\xe7\xb0\x92\x57\xe7\x5e\x5c\xd3\x9a\x39\xc1\xf4\xec\x23\x16\x76\x56\xae\x70\x4d\xd8\x3d\x5d\xba\x29\x30\x5b\x57\x45\x7b\x06\x86\xc7\x41\xbc\x1e\x50\xfc\x58\xec\xa0\x66\x24\xe8\x2c\x6e\xe1\xf0\x55\x82\x43\xb4\x0c\x47\x21\xaf\xc4\xb6\x76\xc6\x36\xe7\x55\x03\x53\xbd\xa6\x18\x98\x63\xdb\x9d\xb7\x18\xc9\x69\x6d\xcf\xaa\xdd\x9b\x94\x9b\x03\x18\x6b\xdb\x87\x9c\x02\x92\x70\xdb\x9d\xc2\xf8\x4d\xd7\x48\xd3\x5e\xa1\xa2\x11\x60\x0e\x3d\xa1\x85\x7d\xb9\x0c\x2f\x3b\x24\xf3\xa9\xa8\xfa\x2c\xa9\xf3\xd0\x12\x0b\x19\xf3\x02\x7a\x20\x72\xc8\x34\x1d\xe8\x75\x24\xc6\x94\x1a\x6b\xda\xf1\x4f\x9d\xeb\x72\x80\x30\x69\xdd\x00\xfd\x8e\x80\xbb\x90\xee\x84\xea\xfb\x8c\x86\x8e\xe7\xd5\x73\xc8\xf3\x4c\xf2\xfb\x7c\x57\xad\x30\x3b\x45\x14\x37\x14\x69\xb4\x40\xdf\xeb\x49\x5b\xea\x82\xbc\xa3\x74\xdb\xd5\x17\x14\xa2\xca\x8a\x80\xfd\x77\x4c\xbe\x2e\x2a\x5e\x9e\x6d\x57\xd1\xc5\x2e\x97\x86\x0e\x2f\xa4\xd0\xd4\xad\xad\xc8\x2b\x3a\x5e\x8e\x47\x90\x05\xab\x3a\xeb\x98\x3b\x0b\x40\x13\x4d\x58\x61\x3e\xfd\xb5\x4b\xa5\x4a\x31\x1e\x09\xe3\xa0\xe7\xbd\x23\xae\xd2\x99\x44\xad\x4b\x63\x33\x74\x4a\xad\x77\xf7\x59\x9a\x76\xef\x82\xd9\xb1\x47\xa8\x66\xba\xe7\xbe\xc8\x76\x43\x13\x5e\xc6\x62\x43\xb2\xd6\xd0\x94\x47\x99\xf3\x73\xf2\x6d\xb9\x8c\x37\xd9\x4f\x31\xf7\xb8\xe5\x8f\x23\x9e\x92\x64\x0d\xd7\xeb\xec\x7c\x12\x2f\x6a\xca\xef\xfa\x7f\xe4\x11\x5a\x3f\xf2\xb3\x42\x35\xf4\xaa\x59\x7f\x30\xa3\xd8\x8c\xcd\x7d\xad\x80\x62\xbf\x08\x0e\x6e\x9c\xf7\xc4\x97\x67\x5a\x4c\xf1\x57\x8c\xd5\xfe\x20\x32\x4d\x34\x7e\x10\xeb\xe8\x30\xab\x11\xd1\x6f\x8d\xd5\xdb\x86\xce\xb1\xef\xf9\x13\xef\xf4\xb3\x69\x7e\xf5\xd8\x16\xed\x4f\xca\x8e\xef\x3a\x53\x92\x41\x49\x2a\xd5\xd1\x71\x0c\x9a\x6b\x68\x65\xaa\xb3\x17\x5a\xf8\xae\xfc\x23\xa6\xa3\xe4\x40\xe0\x33\x72\x0e\xd4\xc5\x45\xb7\x9d\xf4\xcf\xe8\x9d\x90\x1a\xcc\x21\x9e\x3d\x96\xcd\xf5\x2e\x76\x1d\x6b\xc4\x92\x60\x51\xb8\x4a\x13\x77\x14\x6e\x83\x27\x74\x30\xce\x2e\xcd\x23\x19\xfe\x55\xf9\x8d\x5f\x8d\x6e\xe3\x24\xab\x1f\x6f\x79\xbe\x25\x61\x25\x37\x49\x55\xfe\x3d\x7e\xf3\xb2\xe2\x6b\x89\x14\xbc\x31\x72\xbc\xd9\xd0\xf0\x79\x06\xc7\xdf\x38\x4b\xbb\xfd\x0c\xfe\xda\x1c\x23\xce\x7c\xc3\x12\xdb\xc9\x5c\xcd\x30\xcd\xc5\x75\x53\x26\xd2\xc4\x29\x95\x0d\x17\xad\x0b\xe7\x3d\x2d\x2b\x59\x40\x33\xfb\xf6\xad\xac\xcb\xc6\x1f\x46\xea\x6e\x1e\xd5\xcb\x13\x6f\xa4\x37\xa8\x8e\x97\x5c\x69\x7d\xb9\x20\x8f\xc5\x8e\x3c\xc4\xa2\x2c\x96\xf8\x2e\x06\x18\x91\xac\x6e\x81\xff\xb8\x2a\xe9\xe2\xf5\xfd\xb3\xe7\xf7\xcf\x7e\xe4\xbd\xd5\xa4\xa8\x29\x53\x20\x0c\xd9\xf1\xba\xf8\x29\xcb\xf3\x78\x5c\x94\xcb\x73\xba\x09\xfe\xf2\xf6\x3c\x2d\x92\xea\xfc\xaf\x74\x7e\xfe\x05\x9c\x92\xce\x93\x3c\x4b\xde\x3d\x7f\x1b\x2f\xe2\x32\xfb\xef\xaf\x8b\x79\xc6\x16\x0d\x20\xba\x9e\x3a\xca\xd7\x8d\xc1\xa6\x08\xfe\xbe\x8b\x73\x7e\x35\x04\x6f\xcd\xef\x37\x7c\xd6\x2a\x8b\x37\xa7\xee\xd0\x72\xcc\x35\xe3\xde\xe4\x19\x37\x54\xee\xb6\x7e\xbf\xab\x77\x25\x0d\xb6\x65\x51\x2c\x44\xc4\x87\x78\xfc\x0b\x73\xa8\xc0\xa5\xc0\x4e\x66\x8d\x5b\xed\xd8\x89\xc4\x7c\x0e\x46\xae\x65\xcb\x31\x53\x08\x76\x5d\xc4\x55\xdd\x44\xd5\xfd\x89\x07\xd2\x89\x03\x04\xcf\xc9\xc5\x0b\x99\x91\x2f\xbf\x88\xa2\x51\x53\x51\x2b\xe6\xe5\x0a\x9a\x42\x0b\xf7\x4d\xa2\xc9\x01\x39\xbb\xae\xa7\x17\xd1\xbd\x51\xa0\xec\x13\x40\xa8\x2d\xf3\x20\x02\x16\xf7\x8d\x39\x85\x7d\xc7\x34\x10\x6f\x67\x68\x20\x29\xc3\xfc\xa3\x33\x36\x95\x37\x31\x3f\x74\x5a\x43\xce\xdc\xb6\xfe\x9d\x91\x34\x57\x00\x41\xbc\x1d\xda\x17\x05\xb4\xfa\xee\x4f\xb6\xd9\xa3\x1a\xcd\xed\x04\xd6\xe0\xeb\x89\x76\xed\xb9\x76\xcc\xc0\x50\x0e\x44\x77\x27\x35\x5e\x90\x6a\x55\x3c\x34\x11\x99\x0a\x5e\x51\xb7\x59\xe7\x39\x40\xeb\xe0\xb2\x77\x5c\x31\x0d\xdd\xfb\x8e\x80\x33\xb0\x96\xf1\xa1\xe7\x0a\x42\x89\x76\x69\xbd\x6b\xfa\x4c\x1f\xf1\xa9\xeb\xac\x21\x32\x03\x7a\x30\x91\x68\x79\x0c\x2f\x99\x6b\x62\x67\x29\x39\x98\xc9\x59\x0e\x5f\x59\xb5\x9b\xd7\x65\x9c\xd4\x28\xd7\x8c\xb0\x21\xcf\xda\xe0\x1d\xf9\x51\x5e\xdf\xd8\x68\xba\xe7\x65\x8d\xb7\xdb\xfc\x51\x5c\xed\xaf\x5a\x0f\x05\x33\x97\x57\x8a\xb3\xa3\x31\x1f\xc7\xeb\x22\x8d\xf3\xa0\xd8\x52\xb1\x07\x06\x04\x86\x6a\xaf\x06\xde\x65\x79\x53\xf6\x8f\x97\x69\x01\x25\xca\x3b\x2a\x47\xb3\xa0\x55\x56\x70\x8f\xc3\x2b\xba\xf0\xa3\x8d\xd2\x23\x48\xb3\x38\x2f\x96\xbc\x87\x12\x49\x4b\xaa\x15\xcd\xf3\x26\xe4\x36\x4e\x64\x48\x68\xac\x8e\xd7\xd4\xe0\x66\xbd\xd5\x36\xe4\xe1\x9c\xcc\x79\xf4\xae\x0c\x75\x63\x7f\xae\xea\xdd\x62\xc1\x0f\x1d\xea\x4c\xa5\x3a\xfe\x3f\xb2\x3c\x57\x26\x26\x2b\x3f\x32\x0a\xdc\xe3\x71\x5f\x60\x22\xf3\x11\x8d\xfc\x2e\xc1\x5e\x0b\x0f\x43\xeb\xbe\x69\xa6\xc4\xe7\x2d\xb9\x56\x31\xdf\xe2\x39\x60\x8e\x4c\xd5\xd0\x4e\x1d\xaf\xf5\x6c\x43\xd5\x6c\x6e\xa7\xb5\x27\x7f\x35\x26\xbe\xf1\x35\x7e\xf2\x13\xfc\x21\x00\x30\xba\x23\xbc\x11\x77\xf5\x42\xe7\x5e\x2d\xb3\x27\x7f\x40\x63\xe0\xda\x1d\x8d\x7c\xbe\x2a\xd9\x41\xaa\xd8\x90\xbf\x66\x9b\xb4\x78\x90\xb5\x3a\x45\x54\x35\xe1\x17\x27\xe2\x25\xc6\x18\x6e\x6e\x52\x5a\xc7\x59\x5e\x8d\x48\x45\xa9\x80\xe6\x99\x43\x39\x0a\x6f\x66\x11\xa4\x73\x30\x9e\x76\x9c\x9f\x93\xbf\x52\x92\xd2\x3c\x9b\x43\x78\x71\xfe\x48\x52\xc8\x01\x04\x35\x6a\x83\x07\x3a\x7f\x97\xd5\x41\xb3\x32\x9c\xd2\x20\x4d\x75\xb1\x4b\x56\x77\x3f\x92\x94\xe7\xe7\x8e\x05\xb4\xe5\x26\x2e\xf3\x47\xb0\xe4\xb8\x4d\x44\xe6\xbb\x65\x9b\x46\x6e\xbe\x5b\x56\x63\x0e\x15\x6c\x2a\xa6\x8c\xff\x7b\xbe\x5b\x8e\x93\x65\xf6\xff\xcb\xd2\xd7\xd1\xec\x7a\x7a\x31\x51\x36\xef\x38\xaf\x0a\xff\x1d\x3c\xba\xba\xbc\x99\xb5\x1c\xf3\x16\x44\x24\xcd\xde\x43\x4c\xbe\x0c\xb5\x69\x19\x07\xde\x59\x89\x44\x96\x42\x2d\x34\x7c\x2f\xc4\xce\x75\x3d\x22\x78\xa0\xe1\x55\xbe\x5b\xdd\x92\x4f\x54\x08\x6a\xb2\xa9\xa6\x8c\xba\x30\xb8\x18\x56\x4c\x6d\xd4\xab\xb2\xd8\x2d\x57\x3c\x7e\x9b\x17\x9c\x85\x16\x3c\xa3\x09\x28\x93\x42\x84\xb5\x0b\x01\xb7\x5a\x51\x72\x51\x99\x59\xb4\xe0\x2f\x14\x32\x65\xca\x23\x11\x7a\x07\xf5\x28\x99\xd6\xc9\xd9\xa6\x96\x16\x0f\x8a\xa0\x8e\x17\x71\x4a\x5b\x97\x34\x1a\x42\xc9\x67\xa8\xc7\x4e\xc2\xc9\x83\xfd\xb2\x28\xca\x75\x43\x05\x06\x2c\x68\x7e\x96\x32\xdd\x8c\x05\xbb\x71\x33\x56\xb7\x3b\xfb\xde\xed\xae\xce\xb2\x2e\x1f\x55\x0a\xb5\x33\xe4\x12\x04\xaa\x35\xe6\x27\x29\x31\xa6\x80\xcc\xcb\xef\xbb\xc6\x66\xfd\xba\x83\xff\xac\x68\x47\xb1\xc6\x5c\x2e\xe2\xe6\x25\x83\xbe\xe3\xf3\x9c\x35\x51\x78\x1e\x45\xf7\x46\x35\xcc\x66\xa7\x63\x7a\x63\x84\x72\x0e\x3c\x07\xd2\x34\x69\xa3\xd4\x1b\x2b\x09\x07\xf8\x7e\xe5\x82\x68\x60\x65\xd1\x58\x3f\x6b\x03\xf3\xbd\x7c\xa4\xfc\xa2\xe7\x92\x33\x32\xe7\x76\x01\xb4\xdb\x72\x8f\xbe\xd7\xe9\xcb\x4d\x24\x6a\x96\x4a\xef\xb5\xa7\xd4\x94\xf1\x03\x49\x0d\x09\xf8\xa1\xa6\xf0\x8f\x28\x2a\x3f\x12\x5e\xdc\x8d\x1f\x54\xa1\x18\xb1\x88\xf0\x15\xcf\x95\xdf\x67\xf4\x81\xbc\x12\x14\x3e\xe3\x76\xae\x91\xae\xc6\x30\x3f\xe5\x8a\xf0\x8f\xc3\x57\x54\xef\xc7\xe6\x2e\x18\x45\x24\x1e\xae\x68\x2d\x71\xac\x0b\x12\x12\xba\x4f\xe8\xb6\x66\x5b\x10\x4f\xcc\x8f\xd5\x7f\xfd\xb9\x43\x0d\x65\x25\x7f\x24\x4c\x3c\x2b\xb1\x01\xcf\xe3\xd2\x98\xaf\x5b\x48\x9c\xe1\xe5\xee\x00\xf3\xce\x7e\xcb\x7f\xc4\xc5\x43\x17\x10\xfd\x45\xf1\xbd\xf0\xd0\x76\x72\x69\x35\xa3\x22\x2f\x90\x1b\xdf\x86\x66\x73\x61\x83\x9f\xa2\x7c\x8b\x19\x3a\x62\xac\x83\x18\x0f\x61\x47\x6e\x8b\x0b\x6e\x14\x31\x53\x3f\x6a\x4b\x22\x53\xe2\xc2\xeb\x2d\x08\x8d\xe1\x6d\xb1\xad\x45\x6e\x23\x1a\x00\xf5\x10\xa2\xa1\xa3\xd8\xf9\x26\xb4\x46\xd4\x91\xe3\x89\x0e\xc3\x56\x11\xc6\x7a\xba\x35\xba\x23\x47\x12\xb4\x85\xfd\x4c\x22\x0f\xaf\x68\xb7\xde\xe7\x17\x66\x2f\xf9\x25\xd8\x8b\x5e\xed\x15\x89\x66\xed\x71\x4b\x90\x19\xde\x34\x6d\x37\x7c\xcd\x72\x93\x2c\xf8\x35\xd8\x31\x5a\x7d\x30\x21\x9e\x71\xf2\x2e\x2d\x65\xfe\xef\xa3\xad\xe0\x06\x9e\xc1\x92\xef\x1f\x4c\xeb\xf7\xfd\xca\xbd\xb8\x12\x50\xd0\x3c\x89\x3e\x3f\x27\xbf\x8f\x53\x2a\x1e\xdd\xf3\xaf\x5c\x7d\x80\x21\xf2\xa4\x7a\x18\x44\x2e\x1f\x71\x88\x6f\xbf\x98\xc0\xc5\x87\x3b\x55\x5c\x39\xad\xf8\x16\x06\x3f\x7c\x57\x6c\x49\xc5\x25\x4e\x8a\x49\x73\x36\xe2\x35\x3e\xd8\x91\x48\x3c\x53\x6c\x28\x3b\xe0\x64\xaf\x04\x17\x42\xee\xb3\x42\x7d\x1d\x59\x6f\x64\x6d\xfb\xaa\x66\xff\x16\x96\xe9\x6e\xbb\xa5\xa5\x78\x63\xc9\x4f\x66\xf7\xd8\x6b\x1b\x78\x11\x13\x88\x4c\x84\x3c\x36\x62\x57\x0b\xf4\x05\x86\x4d\x70\xdc\xab\xce\x64\xce\xd8\x68\xc5\x16\xd8\x82\x12\xa6\x36\xf4\x93\xb2\x3a\x53\xed\xf9\xb1\x79\xf8\xd7\x1a\xda\x05\xee\x00\x1f\x80\x21\x3d\x96\xf4\xf1\xf7\xdd\x87\x9d\xfd\x93\xe0\x86\xf8\xae\x2e\x24\xcd\xe1\x9d\x05\x7f\xff\x05\x15\xcb\x44\xd1\x1b\xbe\x08\x4c\x6f\x71\x37\x23\xe4\xee\x23\x59\x45\x36\x85\x54\x83\x40\xd9\x7b\xc5\x57\x75\x4b\x5e\x05\xe8\xc8\xc1\xe3\x99\xf5\xd3\xde\xfe\xe9\xf1\x0c\x3d\x0b\x7f\x07\x2b\x0a\x37\x7b\xe2\x32\x54\xf2\xb5\x8a\x18\xa7\x09\x1a\xab\xa9\xa7\xa4\x51\xfa\x18\xe9\xdc\x0c\x45\x03\x07\x7d\x6e\x79\x43\x91\x20\xe9\x4d\x90\xbb\x5e\x49\xab\x2c\xa5\x15\x79\x25\x42\x71\x98\x5c\xe9\x72\xc3\xb8\x50\xb3\x1d\xcf\x5a\x9d\xd5\xfa\x6c\xf0\x7d\xd3\x5a\x14\x49\xd6\x3f\x92\xce\x08\x59\xfc\xc8\x5e\xf6\x48\x80\x53\xd6\xb5\x5a\x15\xbb\x3c\x25\x73\xca\x0e\xdf\x4c\x4b\x36\xf6\xdc\xc6\xdc\x36\x6d\x75\x90\x4c\xde\xe3\x4c\xdb\xb2\x5e\xe3\x89\xe7\x46\xf3\x2b\x28\xd2\x0c\xfa\xa7\x6a\xa9\xa0\x5a\xd4\x7e\xd9\x5b\x31\xeb\x97\x4d\x4e\xc9\x02\xcc\x7f\x45\x35\x09\x40\xa4\x9b\x94\x1b\x89\x30\x63\x00\x28\xd3\x9e\xf0\x53\x32\x78\xd7\x65\x0e\xe8\x26\x26\xb8\x8d\x33\x25\x69\x41\xab\xcd\xcb\x9a\x3c\x14\xe5\x3b\x46\x32\xe8\x20\xc2\x01\x7a\x28\x43\x82\xe6\xb0\x08\x73\x6f\x5e\xfe\x8b\x3c\xab\x66\x65\x14\x5e\x6a\x46\xeb\x61\x57\x3d\x7a\x03\xbb\xea\x31\x6a\x56\x78\x6b\x9f\x26\x2a\x4d\x58\xe2\x12\x69\xb1\x8c\xed\x55\x8a\x48\x24\x9b\x55\x04\xde\x9b\xc3\x4b\xdc\x8a\x2c\xe2\x92\x6f\xf7\x59\x4a\x99\x80\xb5\x45\x90\x79\x62\xcf\xec\x3d\x2d\xab\x38\x6f\xd3\xff\xef\xaa\x78\x49\x47\x02\xdc\x7c\x57\x83\x3e\xa2\x34\xe5\xd1\xe0\x8b\x6c\x3f\xe0\xbe\xe3\xe2\x3a\x84\xc3\xc6\x1b\xf2\x5b\xdd\xe3\x6e\x92\xd7\xb6\x20\xea\xee\x4a\x63\xb0\x4b\xdb\xb3\x00\x5f\x0c\x08\xc5\x93\xa1\xe4\x4c\x34\x53\x5e\x6c\x4c\xb8\xee\x56\xc5\xc3\xf9\x2a\x4b\x69\xc3\xfe\x4d\xff\x60\x2d\x20\x1a\x1a\xa1\x5b\x6e\x26\xb8\xb9\xb9\xb9\x11\x05\xc1\x84\x69\x32\x0b\xb7\xfa\x3b\xe0\xe6\x87\xf6\x94\xcb\x47\x52\xc4\xf2\x2d\x3b\xef\x33\xad\xd1\x58\x02\xf7\x1b\xbf\x84\x1e\xec\x30\xa0\x66\x1e\x82\xa8\x7c\x80\xf0\xb2\x52\xe8\x20\x32\x49\xb0\x93\xe1\xb6\x28\x39\x53\x20\xee\x26\xfd\x7e\x89\x7f\x5f\xa7\x77\xe8\x02\x69\xc7\x40\xc8\xcc\x16\x30\xb5\xa7\x6c\x19\x9d\x41\x90\x83\xd8\x40\x97\x44\x33\x8e\x72\x5e\xf6\x3b\x7d\xf9\x1c\x66\x4d\xe8\xc4\x2c\x6b\xea\x70\x0d\x0c\x3e\xf2\xe3\x53\x41\x0e\x84\xc7\xce\x00\x3f\x98\x5b\x67\x67\x50\x71\xd8\xf9\x02\x06\x3f\x43\x18\xa0\x5a\x93\x27\x84\xb9\xaa\x75\x6b\x28\x3b\x19\x3e\x97\xef\x7e\x04\xbc\x7c\xa9\xfa\x82\xf6\xb9\x9d\x7f\x73\x3d\xc8\xdd\x39\xca\x3e\xd7\x47\x61\x70\x11\x90\xfb\xfc\xce\x9a\x46\x6e\x5c\x17\x45\x5e\x67\x9d\xe3\x8f\xa6\x3c\x3a\x47\x1d\xd1\x49\x3f\xa3\xb7\x57\x83\x8d\xe8\x89\x76\x86\x6b\xf7\xdb\x5d\x29\x8f\xd9\x32\x60\x21\x89\x37\x60\x50\x94\xf3\xac\x2e\xe3\xf2\x51\xbc\xcb\x11\xfd\x79\xee\x05\xe5\x95\x47\xb6\xa9\x68\x59\xd3\x94\x19\x2a\x31\x51\x4c\x28\x1e\xde\x5c\x33\xf5\xd1\x00\x17\x39\xa2\xc9\xdb\x42\x3c\xd8\x29\x76\x25\xdc\x37\xf3\xac\xce\xcc\x34\x54\x22\x2e\xea\x82\xc4\xef\x8b\x2c\x95\x2f\x3d\x18\xe0\x07\x9a\x95\x29\x81\xe8\x2c\x5e\xe3\xb2\x59\x15\x00\x08\xb1\x2b\x66\xea\x62\xed\x42\x9b\x53\xc1\xb8\xd2\x86\x2c\x26\x79\xf1\xc0\x43\x6b\xd9\x38\xef\x69\xf9\x48\xf2\x82\x8d\x58\x94\xa9\xa8\x56\x49\xe5\x4d\x83\x54\xc8\xa0\x75\x05\xcc\x97\x15\x99\xb3\xb3\x23\x68\x48\x7b\x29\x59\xed\xea\xd9\x72\x30\x94\x58\xaa\x27\x42\xe0\xad\xb8\x2c\xdb\x8b\x60\x6b\x3a\x18\xf4\x86\xb8\xbd\xfa\xe7\xb0\x01\x94\x16\x45\xd9\x58\xd6\x7a\x93\xc6\xac\xb6\xaa\x19\x2b\x22\x98\x73\xae\x1b\x3b\x65\xc6\x81\x28\x2d\xc4\xfb\x30\x30\x8e\x30\x87\xd6\x78\x5e\x49\x01\x68\x0b\x87\xa9\x97\xa7\xdd\x89\x34\x74\xd7\x89\xd9\xad\xee\x83\x4c\xd4\x08\xbf\xd5\xe3\x2a\xf1\xd1\x5e\x61\x04\xe7\x29\xc1\xba\x90\x94\xfc\x2a\x46\x37\x35\x52\xca\x4a\x01\x7e\xf6\x33\x82\x6f\x9c\xcb\xa9\xd3\x40\x4f\x5d\xec\x9a\x96\x9b\x63\xcc\x50\xd2\x0e\x1d\x8d\x14\x45\x26\x25\x5d\x34\x3b\x01\x95\xcb\xb6\xc0\xfe\x61\x74\x56\xcb\xc8\x1d\xc4\x6c\x0d\x1f\x59\x29\xd4\x2d\x09\x62\x06\xf1\x0e\x26\x92\x09\x49\x1c\x1e\x8e\xa0\x03\xb8\x20\x0e\x67\x37\x83\x0b\x3e\x20\xbf\x99\x39\xb9\xfd\xd9\xed\x04\x74\x86\x38\xf6\x23\xa8\x0c\x4e\x1f\x98\xca\x6f\xbe\xdf\x07\x90\x51\x93\x6d\xa5\xff\xf3\xf5\xfd\xb3\xba\xd8\xde\x3f\xfb\xa1\xb1\xb7\xb8\x37\x9d\x18\x4a\xb1\xbd\xbe\xec\xf4\xe7\x39\x3a\xdc\x10\x4a\x35\xe7\x2f\x02\x43\xa4\x97\x70\x03\x51\xf2\xe1\xe1\x50\x18\x91\x7a\x60\x40\x89\x10\xe3\x00\xf7\xd7\x32\x06\xd7\xa3\x8c\x28\x91\x16\x94\xd8\x76\x5a\x9b\x8a\x9f\x86\xa5\x6f\x69\xdf\xd1\xd9\x7a\x28\x5c\x57\xa8\xb5\xa0\x26\xfd\x27\x33\xac\x89\x7f\xed\x4d\x12\x84\x06\x3a\x09\x6a\xb9\x53\x2a\xb5\x44\xed\xbe\x4b\x6e\x33\x88\xa9\xe6\x90\x92\x5a\x6f\x11\xaf\xb3\x9c\xd9\x18\xca\xdf\x82\x79\x5c\x51\x7b\x68\x05\xf9\xe6\xdb\xef\x84\xb9\xd6\xe6\xb5\x2b\xca\xd6\xc6\x19\x37\xd0\x9b\xf7\xdc\xe5\x5a\x44\xa1\xe8\xe1\xca\xca\xdf\x02\xa5\x91\x35\xd7\x74\x8b\x99\x4a\xc5\xa6\x58\xcc\xef\x63\x76\xea\x4e\xde\xc1\xfa\x3f\x80\x47\xec\x47\x70\x5d\xff\xc8\x3d\x9e\x35\x54\x1d\x29\x98\x79\x6a\xc2\x90\xcf\xe7\x5d\x81\xc7\x5a\x6c\xb4\xfe\xab\x72\xf1\xde\x7c\xc8\x69\x5d\x33\x9b\x85\x57\xac\xd1\xa8\x00\xa4\x02\x43\xb0\xfb\x33\xda\x5e\xcf\x20\xa5\x13\x4a\xc0\x11\xe7\x65\x59\xe6\xa3\xd8\xb6\xa5\x1f\xfa\xeb\xdc\x3a\x6f\x4f\x04\x2c\xfb\x91\xa2\x95\x1f\xd1\xd4\x90\x9f\x7f\xc2\x83\x85\x24\xc4\x29\x0f\x16\x02\xa6\xe7\xc1\x02\xcb\x2e\x26\x90\x1a\x7c\x29\xd9\x74\xc4\x4a\x90\xe8\xdf\xfa\x2f\x22\x8d\x0e\xfd\x19\xe0\x9a\xf6\x6a\x02\xb8\x53\x9d\x7f\x24\x74\xc7\xf9\x47\x6f\xa2\xed\xea\xf2\x38\x1d\x76\xe8\xc0\xa7\xd5\xb5\x42\x46\xcd\xdf\xf9\xfb\x23\x9f\x53\x13\x3a\x81\x8f\x72\x98\x92\x93\x6a\x0e\x53\x66\x34\xb3\x85\x36\xf7\xfc\x01\x1a\x7a\xa4\x6a\xbc\x4f\x01\xda\x7b\x84\xb3\x9b\xd3\xb1\xd5\x67\x1e\xa3\x03\x91\x57\xd8\xe2\xfb\x9c\xc5\xf4\x6e\x4a\xe6\x1a\x24\x28\xc3\x58\xe5\x0e\xe1\x5c\xcf\x9c\x3f\x06\xf6\x4e\x9b\x53\x36\x55\x4e\x92\x7a\x81\xe4\x01\xcb\xcf\x7b\x1c\xbe\xf8\x76\xa1\xc5\xcf\x04\x76\xc1\x6e\x7c\x60\xa8\xc8\x8a\x04\x32\xeb\xf8\x1d\x25\xe0\xbb\x87\xd0\x64\x98\x49\x5a\x50\x6e\x46\x40\xe0\xa8\xa1\x93\x3b\x35\x7a\x0f\x3e\x7e\xd8\xd7\xf5\x04\x9c\xa0\x9f\x76\x8f\xe0\x64\x83\x03\x3c\xf8\xf8\x1f\x38\x33\x2f\x2e\x57\xcf\xf1\xea\x03\xeb\x21\x5c\x0e\x1d\x3e\x80\x86\x73\xba\x9a\xc2\xd3\x92\xb6\xc7\x33\x70\x04\xcf\xe8\xe4\xf4\x60\x99\x7f\xe4\xcc\x30\x9e\xb9\x57\xae\x40\x1f\xb2\x3c\x57\x4b\x40\xc9\xde\x3c\x48\x00\xac\x34\x48\xdb\x01\x09\xbd\xe7\x54\x5a\x71\x00\x1c\xac\x17\xbd\x83\xb9\xe6\x7e\xd9\xbd\xb9\x14\xce\x9a\xf2\xe4\x07\xda\x3a\x66\x0d\x3d\x0b\x01\x45\x6b\xcc\xf0\x30\xa3\x6a\x7c\x4c\x46\x19\x52\x63\x94\x05\x50\x44\xb2\x75\x29\x19\x15\xff\x07\x88\x64\x69\x5c\x7a\xfd\x13\xef\x3c\xbd\x8e\x56\x87\xba\x1d\x2e\x89\x4e\xcf\xd7\x11\x5a\xc4\xe4\x81\x23\xb7\x9e\x0f\x3b\x33\xaf\x9d\xe7\x20\x9f\x9e\x62\x9b\x1f\xe8\xd3\xd3\xcc\xbb\x43\x7d\x7a\xfa\xee\x79\x98\x4f\x4f\x15\x77\x4d\x17\xf0\x4c\x0e\x8b\x45\x45\x6b\x95\xe9\xe1\xc4\x6e\x14\x6c\x90\x9f\x84\x7e\x35\xb4\xab\xe9\x9d\x37\x54\x90\x5a\x1d\x0d\xff\x82\x56\xf9\x08\x95\xa8\x74\x86\x83\xf4\x55\x40\x34\xcc\x9f\xe9\xbc\x28\x6a\x9b\x83\xa0\xad\x2f\x37\x8f\x2b\xe3\x25\xad\x81\x82\xf3\x35\x24\xae\x4b\x07\x68\x63\x99\x32\xa1\x03\xa8\xcd\x9c\xe0\x0a\x71\x94\xdd\x1c\xe1\x45\xde\xf5\xab\xc6\x2d\x9a\xdd\x97\x8f\xea\x37\x6c\xbd\xb4\xdf\xf7\x28\x3d\xa1\x89\xa4\x66\x73\xe7\xfe\x4d\x51\xd3\x26\x74\x55\xa4\x1e\xb9\x6d\x12\x93\x44\x63\xa8\x7f\x5e\xec\x2a\x9a\x8f\xb5\x38\x70\x19\x6d\x07\x51\x4f\xf9\x23\x99\x53\xb2\x8d\x37\xc1\x23\x79\xc5\xb8\x13\xbc\x3c\x0b\x08\x76\xa2\x65\xa5\xbc\x8e\x6c\x23\xda\xce\x60\x00\x42\xf4\xf0\xcc\xac\x94\x2d\x45\xa2\x0c\x70\x4d\xd2\x94\x61\x18\x13\x89\xca\x08\xe2\xa6\x78\xb1\x8c\xf5\x36\xae\xb3\x79\x96\x67\xf5\x23\x79\x05\x91\x6e\xbf\xcf\x4a\xba\x28\xf6\xcd\x00\x0f\xf4\x65\x49\x65\x45\x17\x78\x9b\xd7\x80\x6f\xf2\x4e\x42\xdb\x09\x2f\x1c\xdd\xcc\x98\x67\xec\x80\x5d\x18\x82\x1e\xf5\xdf\xf9\xb1\x30\xab\xd8\x1c\x21\x74\x2b\xdb\xa4\x50\xf9\x98\x3b\x5f\xe5\xe8\xe2\x6d\x67\xf6\x9e\x8a\xb7\x5a\x59\x45\x44\xf9\x18\x9e\xb7\x60\x3a\x26\x22\x19\x87\x3e\x00\x6b\x08\x8b\xb2\x2b\xc1\x73\x08\xbd\x79\x97\x0b\x4b\x17\x05\x57\xf4\x73\x83\xb2\x02\x57\xe2\x29\x90\xdb\x90\x0c\xb2\x71\x2a\x4f\xc3\x78\x62\x98\x31\xf9\x76\x93\x3f\x2a\xe5\xfc\x2a\x4a\x8a\x24\xd9\x95\x15\x89\x6b\x12\x93\x3a\x5b\x0b\xec\x66\x63\x93\x54\x1b\xba\xaf\x3d\xa9\xca\x96\x09\xc3\x5a\xa2\x29\x90\xdf\x6d\x93\x02\x12\xe2\x37\x68\xb7\xf8\xf2\xbc\x41\x12\x86\x23\x1e\xf5\x67\xad\xa1\xc1\xdf\xd0\x0d\x0c\x0e\x91\xb3\xe5\x96\x33\x78\xa7\x9f\x7a\x9b\xe2\x7e\x67\xe8\x7e\x5a\xda\xe8\x99\x24\xa7\x71\xb9\xc8\xf6\x4a\x5d\x69\x9d\x31\xbc\x5e\xa6\x34\xfa\x45\x2d\x2a\x8f\x21\xa3\xdb\x96\x41\xf3\x3b\x53\xb7\x8b\x38\xa1\xc1\xfb\xac\x12\x02\x86\xe3\xab\x3e\x2b\x6c\x10\xc5\xaa\x32\x68\xb3\x10\x1c\x3a\x32\x7f\x07\x66\xe9\xfe\xca\xf8\xc2\x08\xa9\x95\x46\x3e\x02\x1c\x80\xf0\x9c\x28\x5d\xb6\x3b\x63\xd0\x1d\xf2\xc1\x57\xbe\xbd\xd3\x80\x3f\xe6\x71\x4d\xff\x07\x84\xa1\x59\xe6\x03\x18\x62\x43\x02\x50\xfb\x98\xad\x91\x8f\x0f\x19\x68\x63\xb6\x29\xa3\x9a\x3a\x43\x4a\xad\x89\xa6\xc0\x57\x33\x04\x7f\x80\x01\x07\x2e\x84\x87\x3a\xb9\x1f\x88\x02\x2d\x90\xc1\xc2\xb7\xb2\x95\xda\xc4\xb8\xee\x91\x31\x39\x96\x25\x36\xbf\xd8\x34\x02\xd6\xd4\xa6\x11\x3a\x19\x26\xa3\x3b\x63\x4e\x5a\xfa\x07\x3b\xf5\x47\xf6\xcf\xf8\x40\xa1\x39\x90\xfc\x01\x13\x09\xd1\x88\x84\x15\xc1\xa4\x23\x48\x77\xfc\xaa\xed\xac\x63\xfa\xc1\x3a\x7f\x45\x17\xf5\xb9\x7c\x4c\xb2\xa9\xcb\x22\xe7\x49\x0a\x36\xf1\xfb\xee\x6a\x8b\x16\x40\xb2\x11\xf6\x81\x91\xdd\xf7\x56\x4c\x77\x2b\x1b\x54\x16\x39\x6c\x21\x46\x1c\x82\xe0\xf3\x6c\xb9\x81\x8b\xad\x57\x51\x30\x3d\xbb\x47\x9f\xd0\x46\x63\x69\x19\xb0\x6e\xb2\x3e\x96\x3d\xfc\x7d\x32\xee\x46\xc0\xcb\xe3\x37\x74\xb4\xbd\x30\x24\x7c\x5b\x6d\xf3\x3f\xe0\xdd\xe5\xb1\xb6\x43\x26\xe4\xf2\x3b\xd4\x6c\xaa\x4e\x8f\x01\x37\xdc\x8a\xd4\xa8\x49\x7e\x14\x76\xea\x82\x57\x05\xd0\xad\x77\x65\x8f\x6e\x41\x57\x99\x13\x5a\x64\x74\xf6\xcc\x0c\xed\x31\x63\x77\xde\xe6\x4e\x29\x4a\xc7\x34\x39\x06\xea\x64\xb9\x3c\xe0\x1c\xce\x51\xd4\x8b\x22\x7a\x15\x8e\xb1\x65\xba\xbf\xe1\x65\x63\x44\x11\xcc\x3c\x4e\xde\x8d\xc8\x78\x32\x3b\x33\x7f\x0a\xc3\x48\xab\x54\xe6\x92\xb3\x52\x2f\x33\x75\x14\x7e\x93\xab\x03\x11\xe4\xd9\xb5\x12\x66\xef\x42\x70\x80\x4c\xb3\x81\x92\x35\xc8\x92\x62\x63\xd5\x1e\xf0\xd5\xd8\x88\x3b\x45\x97\xad\x82\xc5\x3a\x2b\xd2\xd5\x38\x8d\xfa\x1a\xaa\xd2\x33\x0b\x5f\x90\x73\x9e\x5f\x1d\xfe\x65\xd4\x45\x70\x4c\x8a\xa3\xdd\xa5\x33\xad\x92\x78\x4b\x83\xea\xfd\x12\x11\xa4\xa6\x77\x30\x97\x15\xd8\x7b\x29\x33\x70\x88\xa6\x77\x3b\x84\x3c\xfc\x6f\x45\xea\x35\x71\xb6\x28\x4a\xb2\xcd\xb6\x7a\xe2\xc8\x78\x43\x40\x8d\xd0\x94\x67\xe1\x84\x33\x10\xbc\x21\x2e\x98\xb2\x65\x46\x32\xcf\x6d\x03\x85\x1e\x59\x87\x36\xd3\x67\x53\xb5\x86\xa7\x09\x03\x5b\xfa\xb1\xd8\x95\xcd\x49\x8b\xac\x8a\x3c\xad\xc6\xa6\xc1\x2b\x90\xa9\x9c\x7b\x89\xc6\xfa\xc6\xe3\x35\x2c\xe2\x22\x9a\xdd\x75\xf7\x0d\x97\x9a\xbf\xb7\x94\x3f\x28\x9a\x6c\x7c\x45\xfe\x46\xba\x25\x94\x5d\xab\xd6\x0e\x79\x62\x15\x9a\x77\x1e\x71\x25\x5f\x02\x55\x05\x79\xa0\x4a\x2c\x42\x1e\x3f\x92\x7a\x55\x54\xb4\x6b\x36\xbb\xf6\x10\xfd\xd2\xd0\xd1\xb0\x53\x05\x82\x2b\xee\x3c\x6b\x2f\x91\xf7\x41\x05\xa5\x21\x6f\x89\xf2\x6a\x40\x28\x56\xfe\x9e\x2d\x54\xdf\xb3\x21\xa2\xd8\x2c\x1e\x7e\xdd\x8f\xb4\x43\xee\xfc\xbb\xd3\x6e\x9b\x43\xa0\x4e\x89\xb9\xd6\x7b\x5b\xc3\x3e\xc2\xb8\x81\x2d\x72\xd0\xbe\x09\x22\xec\xb0\x5a\xb1\x7d\x48\x9c\xd1\xee\x3a\x2a\xb3\xb3\x4f\xb5\x43\x74\x12\x7d\xf7\x45\x7e\xb4\x8c\xa2\x14\x2b\x91\x39\x70\xe1\xa0\x9f\x94\x34\x16\x8c\xb4\xca\x6a\x12\x97\x34\x26\xf3\x47\x12\x85\xdb\x3d\xf8\x52\x8a\xad\xc8\x95\xcb\x98\x7e\x7c\xbf\xd1\x2f\xa3\x2d\x64\xce\xea\x80\x01\x92\x37\x39\x78\x3d\xdc\xae\x77\xeb\x08\x50\x7a\x2e\x4b\x9b\x05\x8b\x8d\x60\x26\x8e\xd1\x8d\x6c\x7b\x06\x37\x44\xb5\x25\xf1\x56\x39\xbc\x74\x4c\x5a\xfe\xd5\x47\xd1\xc0\xe9\x8c\x04\xaa\x88\xf1\xce\xe2\x32\x43\x7d\x86\xc8\x69\x37\x91\x6f\xca\x38\x7f\xfa\x03\x68\x75\x96\x5e\xa1\x19\x16\xb7\x81\xda\xf2\x95\x31\x5c\xd7\xa8\x12\xe3\xf4\x98\x91\x5a\x4c\x63\xeb\x26\x10\xce\x73\xe3\xaa\x00\xbd\x0c\x83\x4e\xb7\x90\x2b\xcd\x7a\x9d\xf5\xb3\x51\x41\xfa\xcf\x45\x1d\xd7\xfc\xf5\x5f\x29\x5e\xde\xc3\x0b\xa0\xb6\x96\x68\xb5\x55\x1d\xa0\xd2\x75\x42\x9e\xd4\xa3\x62\xc9\xa0\xd0\x57\xd3\x4b\x66\xc3\x9c\xb5\xcf\x95\xc6\x58\xe7\x7e\xd3\x42\xf6\x42\x8c\x09\xf9\x49\xd1\x5b\xf2\x18\x21\x29\xda\xb4\xd1\x3f\x68\x46\xf9\x27\x3a\x62\x9a\xdb\x58\xf8\xce\x3e\x57\xb2\x2c\x76\x6f\xe1\x4d\x79\xeb\x49\xc4\x29\x8f\xdb\xf0\x89\xed\xdc\x34\x0d\xd8\x8e\xa0\x82\x07\xcf\x72\x7b\xe3\xa9\x54\x61\x1c\x5f\xcd\x2a\x61\x30\x92\x6c\xb3\xc8\x36\x59\x4d\x8d\x75\xb9\xc3\x29\x0e\x6f\xca\xac\xa4\x0d\xaa\xb5\x8b\xba\xf2\xb3\x11\xb3\x83\x91\x8e\x37\xfd\x59\x39\xdb\xfe\xa1\x14\xe6\x09\x14\xc5\x72\xf0\xd5\xb2\xb9\xd0\x0c\x5f\x20\xd9\x9e\x20\xcd\x93\xcc\x22\x0f\xd7\x2f\xb3\xb6\x9d\xa1\x83\xac\xee\x0b\x9d\x34\xed\x88\xff\x50\x56\xec\xec\x6f\x1d\xc6\x3b\x3d\x53\x19\x5e\x0d\x5f\x1e\x5b\xf2\xb2\x08\x5d\x32\x9e\x80\xbf\x3a\xf5\x55\x7d\xab\x9b\x0e\xac\x6c\x6a\x48\xc6\xc8\xf8\x75\xa9\xdc\xab\x2b\x84\x69\x5c\x38\xb7\x24\x1a\xcf\xaa\xee\x75\x27\xbf\x69\xe9\x2c\x13\x49\x69\x92\xc7\xbc\x6b\xb0\x29\x82\x6c\xbd\x2d\xca\x3a\xde\xd4\xf7\xbc\xc4\x7a\xb6\xdc\xc0\xf5\x18\x2c\x24\x21\xe4\xa9\xc3\x3b\xcd\xd7\x7f\x6b\xfa\xde\x91\x9f\x19\x4f\xfc\xae\x2c\x1e\x2a\x5a\xb6\xc6\xaf\x80\xc7\x2c\x13\xf9\xbf\x2e\x3c\xf6\x55\x03\xd5\xf4\x5b\x67\x69\x9a\x53\x5b\x3f\xf1\x15\xef\x2a\x02\x8b\x2c\x5d\xc5\x57\xbc\x2b\x6c\x82\x32\x30\xa9\x8b\xad\xf2\xd5\xd1\x5f\x4c\xd9\xd2\x1f\x99\xf2\x21\xcb\xa5\x27\xf8\x6f\xe5\x56\x4d\x51\x3f\x5f\xb6\x59\xe9\xf9\xb6\xd0\x16\xa5\xfd\x24\x5b\x6e\x8a\x92\x06\x0f\x71\xb9\x01\xf3\x7e\x11\xe7\x95\x64\xcc\xe7\x4f\xa2\xfd\xcf\x88\xaf\x40\xcb\xb9\xae\x4e\xa5\x51\x86\x71\xdb\x1f\x38\x9a\xa7\x85\xe8\x02\xed\x4b\x16\x6e\x4f\x38\x2f\x26\x11\x85\x2f\xce\x4c\x0c\x5a\x41\x50\x06\x48\xe9\xb6\xa4\x09\x33\x07\xee\x9f\x7d\xb7\xa2\xe4\xc7\x96\x34\x3f\x12\x20\xd6\xfd\xb3\x11\xb9\x7f\xf6\xfe\x62\x7c\x31\x0e\xc5\x9f\x67\xec\xbf\x06\x9d\xce\x8c\x72\xa3\xf3\x65\xe3\x2d\xf9\x00\xb4\x3e\x69\xc1\x61\x74\xa9\x9c\x14\x32\x67\x66\x92\x6a\xe6\x43\xaa\x43\x98\xfb\x90\x6a\x10\x0a\xb3\xdf\x3f\x1b\xcf\x97\xc1\xf3\x27\x0e\xe0\x67\xc0\x0d\x60\x8c\x48\x5d\xee\xe8\x19\xa6\xe0\x0d\xef\xd8\x00\x0c\x74\x1c\x3a\xdc\xc0\x91\x69\x7e\x76\x62\xa5\x86\xab\x2c\x03\x78\x86\xd2\xf1\xef\x68\x45\x13\xf4\x35\x6d\x7a\xaa\xc7\x48\x4b\x7f\xb5\x89\x09\xc4\xb6\x64\xb6\xbd\x7d\xd4\xa3\xa9\x40\x5b\xfd\x4e\xb3\xe5\xc7\xc2\xf8\x6e\xb7\x86\xc6\x0a\xc6\x42\xd8\xd4\x28\xfb\x8e\xea\x6d\xcf\xb9\x1a\x28\x71\xf0\x3d\x14\x1c\xbf\x02\x51\xc0\x49\x0f\xc4\xa1\x00\xe5\xb6\xf4\xd4\x39\x50\x1f\x0a\x11\x6e\xf2\x54\x14\x85\xd7\x63\x28\xbc\x16\x62\xd8\x5d\x8f\xd0\x41\x6f\xde\x5e\x27\xb8\xb5\x3d\x3f\xaa\x84\x5d\x8a\x5a\x7b\x88\x78\xd1\xb0\x4b\x32\x6b\x17\x08\x0d\x0b\xbb\x34\xe9\x74\x18\xa4\x64\x24\xf4\x46\x78\x5b\xff\x98\xfa\xfa\x43\xc0\xe8\xea\x59\x8d\xc6\xaa\x58\xeb\xdd\x6d\x22\xad\x49\x90\x30\x9f\x1b\x41\x12\xe1\x88\x8d\xd1\x6b\x18\xd9\x9f\x68\x7f\x67\xad\x10\x95\x21\x43\x1a\xfb\x01\x38\x7a\xb7\xaf\x56\x14\x06\x51\xaa\x6e\xb9\x41\x11\x5b\xd9\xaf\x21\x18\x28\xb7\xa7\x07\x41\x33\x23\x95\x0f\xc5\x43\x0d\x6d\x3f\x14\xa2\xd9\xd3\x9b\x92\x3a\x2a\xed\x6d\xff\x51\xab\x72\x24\x12\x4b\x1f\xde\xcc\x97\x2e\x18\xfc\xcc\x8e\xc2\x61\x87\x6f\x47\xcf\x6d\x96\xe7\xf8\xf8\x5a\x0b\x07\x84\x10\xed\x1e\x7a\x6f\x9c\x1e\xdb\xe3\x5f\xea\x2c\xcf\x9a\x4a\x37\x49\xb1\x5e\x17\x1b\xf2\xa3\xf0\x05\xfc\x28\x5e\x46\x36\x1e\x8b\x5f\x49\xc5\x43\x81\x67\xab\x5a\xc5\x7c\xaa\xd6\xc6\x1f\xa7\x4d\x01\x44\xa6\x5e\xa1\xe9\xcf\xe4\xa9\xf5\x82\x74\x95\xaa\xb5\xac\x1c\x42\xc8\xba\x58\x2e\xe1\xe5\x6a\x4b\xca\x6c\x43\xb6\x65\xc6\xe3\xd0\xb8\x25\x0f\x47\x76\xf8\x4d\x33\xfe\xec\x68\x8f\xd3\x00\x9a\x0f\xc3\x58\x3d\x9b\x7f\x5e\xd2\x34\xab\x6f\xc9\x37\x59\x52\xe4\x71\x45\xfe\x10\xe7\x79\xbc\x5c\x89\x6c\x87\x6f\xff\xf2\xe5\x77\xe4\xf3\xb7\x6f\xf9\x35\x18\x5d\xcf\x99\x6e\xa3\xd5\xb6\xd8\x54\x8d\xb3\xdb\xbf\x00\xaf\x19\x7f\x65\x84\x18\x58\x4a\x30\xf4\xa5\x9e\x76\x38\x73\x61\xcb\x34\xb1\x86\x70\x0b\x38\x0e\x66\xe0\x6c\x83\x3f\x42\x23\xf8\x53\x31\xff\x1b\x4d\x78\x64\xcc\xfb\x2c\xa5\xc5\xb0\x77\x19\xe6\x8b\x44\x34\x97\x4a\x43\x00\xa4\xf6\x82\x19\x1a\xd1\x64\x9d\xe2\xac\xd0\x99\x4c\x5c\x6d\x69\xc2\x54\x61\x9d\x15\xc0\x22\xce\x16\x82\x71\xdc\x8d\x82\xfd\x2d\xd9\xd4\xab\x57\xee\x56\x23\x12\xf1\x93\x42\x0f\xb0\x47\x3f\x60\x6d\x9e\xf8\x4e\xc3\xe7\x4f\x7d\xf8\xfe\x3c\x7f\xec\x6d\xf4\xd8\xd8\x4a\x58\xea\x22\xf5\x16\x63\x4b\xcb\x84\x6e\xea\x78\x49\x5f\x41\x81\x41\xda\x83\x7c\xf0\x38\xea\xa5\xe8\x99\x99\x0d\xee\x70\x6f\xcb\xef\x73\xba\xe7\x85\x14\x6b\x51\x7c\x8c\x3b\x61\x78\xf1\x05\x1e\x5b\xc4\x23\x93\xda\xfa\x65\x10\x76\xd4\x46\x2a\x15\xfc\xde\xe9\xd7\x55\xb4\x96\xcd\xa1\x55\xd1\x65\xf1\x40\x94\xff\x3d\x61\xb5\x6a\x31\x5d\x6d\x80\xe1\xc9\xca\x1d\x60\x44\x83\x7e\x48\x65\xf1\x10\x94\xf4\x3d\x2d\x2b\x6a\x45\xa8\x69\xe0\x8b\x58\xd3\xc1\x86\x98\x0d\x22\x0a\xf3\xa1\x8c\xb7\xe6\x54\xdb\x7c\xac\x1e\x48\x6d\x0a\x05\x84\x06\x40\x7c\xe9\x07\xc1\x9a\x99\xb3\x6a\x71\x18\x40\xa0\x05\x33\x95\xf4\xc9\xb4\x29\x6d\x3d\xfa\x83\x83\x3e\xd4\xe7\xc2\x93\xf2\x76\x8e\x68\xb6\xde\x11\xd6\x3b\xf2\xe8\xcd\xcb\x4c\x88\xd1\x9f\x8c\xd2\x13\xfe\xfd\x23\xac\x7f\x67\x7c\x01\xc1\x08\x25\x51\x80\xd5\x71\xc9\xfd\x0b\x78\x7e\x5d\xfe\x1d\x43\xca\x0a\x92\x6e\x52\x81\x9a\x35\x65\xef\x30\x80\x22\x84\x11\x03\x28\x3e\x0d\x02\x27\x93\xc1\x22\xe0\xb4\xe4\xe4\xc3\xa0\xc6\xbc\x3e\xad\x1d\xaa\x68\x80\xaf\x8f\x12\x0a\xda\x5d\x1b\xf2\x64\xcb\xce\x8e\xa2\x88\xc2\x92\x8b\x82\xc2\xb2\xad\x08\x0a\x49\xae\x86\x09\xc9\xb1\x14\x28\x9c\xe6\x12\xc7\x80\x83\x5f\xee\xb8\xe9\x54\xd2\x3a\x59\x75\x30\x92\xbf\xbb\x48\xee\x10\x08\xad\x81\x27\xd5\x1d\xc2\x80\x81\x73\x13\xde\x21\x08\x06\xb0\x5e\xda\x3b\x84\xc0\x00\xd5\x2f\x02\x16\x88\xad\x00\xa0\x10\x71\xf6\x77\xaf\x04\x5f\xbe\x2e\x40\x8f\x75\xad\x68\xbe\x50\x70\x63\xbb\x82\xba\x0c\xec\xf3\xad\x7d\xb3\xc0\x60\x74\xa4\x91\xc3\xf0\x62\x0b\x1d\x52\x47\x16\x15\x48\x6e\x8e\xd0\xe1\x74\x24\x91\xc3\xe9\x65\x06\x1d\x4a\x47\x0e\x39\x14\x0f\x31\x34\xe9\x63\x48\x21\x87\x63\x59\xac\x63\xcc\xe0\x5f\x91\xd1\x5a\xc4\x0a\x43\x73\x47\xf9\x93\xfa\x32\xc9\xb2\xdd\x6b\xdd\x84\x3b\x51\x2b\x17\xed\xd3\x6f\x53\x6c\xa8\x32\x1c\xfc\xf5\xf4\xab\xd0\xba\x27\x76\x15\x2d\x03\x9e\xee\x5d\x3a\xac\x95\x9f\x34\x27\x85\xf2\xbb\xcd\x51\x71\xcc\x85\x34\x78\xad\xa4\xaf\x4a\xe0\xd9\x54\xd1\x63\xa8\xca\xbf\x48\x3c\xe5\xdf\x19\x92\xf2\xcf\x0c\xcf\xf6\xd8\xdf\xf6\xef\xe2\x29\x4a\xf6\x15\x65\xbd\x8a\x37\x29\x38\x4b\xa0\x0e\x83\x92\x8d\xd6\x5d\xc6\x46\x8b\x18\x76\x66\x65\x93\xdd\x7f\x56\x46\xd1\x32\x91\x22\x03\x0d\x8d\x47\xc6\xc7\xaa\xea\x2c\x79\xf7\xd8\x4e\xe9\x3f\x44\x56\xbd\x8a\xbc\x6a\x07\xe5\x8d\xce\xba\x5e\x13\xfe\x01\xf3\x99\x74\x86\x55\x9a\xaa\x6c\x00\xaf\x30\x85\xf3\xa7\xa9\xda\xc1\x1f\xd8\xb2\x8d\xaa\x84\x07\xcc\x6d\x84\xf8\x5b\x4a\xdb\xe2\x8d\x0f\x0f\x0f\xe3\x38\x8a\x1e\xb7\x65\xf1\x37\x9a\xd4\x50\x59\x60\x5b\x54\x75\x75\x3e\x09\xa3\x69\x10\x46\x41\x14\x05\x50\xaf\xaf\x08\x56\x59\x4a\xe5\x56\x83\x80\x7a\x97\xd5\xf5\xe3\x32\x2b\xe3\x5d\x4a\x73\x00\x34\x09\xa3\xcb\xf3\x28\x3c\x8f\xa6\xe7\x49\x55\xf1\xfe\xf1\x26\x0d\x2a\x4a\xdf\x9d\x2b\x77\xf4\x55\x19\x14\x9b\xfc\x51\x46\x16\x58\x3c\x4a\xd2\x49\x64\x54\x01\x88\xf4\xd0\x4a\x49\x3e\x99\x5a\x22\x60\xdf\x21\x19\x62\xc6\xdf\x25\xf9\x97\x52\x98\x5d\x5e\x5f\x5a\xfc\x6f\x84\xf0\x38\x61\x76\xea\x7c\x15\x8e\x88\xf8\x3f\xee\xcc\x30\xb2\x13\x36\x35\x3d\x54\x07\x96\x94\x8d\xbf\x54\xa0\x21\x92\x62\xf3\xb7\xdd\x86\xbf\x6f\x86\x68\xfd\xb1\xa0\x09\x81\x8a\x36\xc8\xfa\xf2\x22\xd9\xf5\xcb\x8a\xd7\x99\xa2\xe9\xb8\x75\xb0\x56\x74\xb1\xe3\x65\x64\xef\x9f\xbd\x7d\x97\x6d\x19\x90\x75\xcc\x87\x81\xbc\x9f\xcf\x48\x9e\x6d\xde\x55\x77\xa4\x52\x6a\x69\x33\x56\x78\x98\x42\x09\xcf\xef\xfe\x0c\xcb\x7f\xfe\xcd\xb7\xdf\x7d\x11\xfc\xf5\xf3\xcf\xfe\x30\x09\x83\xef\xbe\xf8\xfc\x8f\x6f\x03\xf6\x73\x78\x13\xce\xce\xff\x10\xb5\x1e\x16\xe1\x2a\xfd\xe3\x77\x5f\x7f\x35\x23\xbf\x2b\xb2\x9c\x96\xdb\x1c\xde\x12\x99\x4b\xcc\x43\x48\x98\xaa\x6a\x63\x54\x95\x27\x81\xbf\xb9\xe5\x2f\x91\x10\x21\x89\xeb\x2c\xd1\xbd\x85\x4a\x48\xbb\xe4\x05\xe5\xa7\x76\xd1\xe0\xb1\x6a\x4e\x9b\x70\x57\xb6\x6e\x6a\x38\xbc\x25\x97\xe4\x11\x81\x5a\x4d\xca\x7e\xb8\xe4\x54\x8a\x6d\x6b\xf9\xfc\x3b\x37\xa4\xfc\x8b\xbd\x8f\xa5\x03\x5c\xde\x58\xc7\xd1\xef\x6c\xd4\x6e\xb0\xeb\xe9\x1d\xb1\x8d\xf0\xc0\xad\xe6\xaf\xfc\xe5\xc4\x46\x96\xdc\x51\xf6\xc5\x6d\x59\x6c\x47\xe4\x93\x78\x3e\x2f\xe9\x7b\xc6\xfd\xaf\xc4\x8a\x3e\x8c\x9a\x95\x5c\x9d\x69\x9e\xfe\x2a\xfb\x89\x8e\xc8\x27\x39\xdd\x2c\xeb\x15\xec\x53\xec\x97\xd6\xdd\xff\xfc\x49\x80\x83\x3b\x0a\xf6\x8d\xed\x51\x6c\xcb\x2a\x8b\xed\xcf\xb7\x4d\x4f\xcb\x26\x7f\xbf\x19\xaf\x1f\x82\x28\x0c\xf5\xa2\x04\x10\xfc\x6d\x52\x6f\xbd\x52\x1a\xaa\x6e\xea\xae\xd1\x7d\x7e\x4e\xfe\x4b\xd4\x05\x51\x9d\x8e\x2b\x9a\x6f\x45\x5e\x9a\xf1\x3a\xdb\x04\xef\x9b\xa1\xb3\x4d\xa0\xd6\x61\xeb\x8e\xcd\x5a\xaf\x94\xd6\x5a\x91\x36\x24\x6a\xa0\x01\xed\x04\xdb\x80\x74\x82\x3b\x90\x11\xbe\xe6\x2f\x67\x18\x27\xfc\x49\xd6\xe3\xfd\xf5\x18\xaa\x56\x96\x95\xfb\xcb\x7a\xd4\xee\x3c\x5b\x25\x34\xce\xce\xb8\xf0\xbc\x45\xb9\x60\xd3\xd8\x57\xbb\x6b\x1b\xc0\xc7\x1d\x40\x75\x17\xd2\x08\x6d\xf8\x88\x0d\xd9\xb6\x24\xcd\xe8\x22\x5c\xa7\x8b\x41\xdb\x18\x47\xa5\xf4\x45\x65\xef\x8d\x8a\x0c\xf5\x19\x8e\xcc\xfc\xf4\x74\x69\xc2\x84\x86\x63\x93\x9f\x9e\x34\x22\xc4\xc8\x0b\x97\xf6\x9e\xf6\x5e\x3e\x72\xfa\x86\x2e\xe1\xae\x52\x18\x50\x15\x79\x45\xc7\xcb\xf1\x48\xa6\x8f\x1e\xaf\xe7\xc1\x26\xe2\xf9\xa3\x65\xcb\xf7\xb4\xac\x44\xbd\x45\xf8\x1e\xfd\x78\xa6\x09\x8f\x87\x0c\xfc\x47\xb6\x20\xf7\xcf\xe4\xcc\xee\x9f\x91\x7f\x7b\x4d\xee\x9f\x85\xf7\xcf\x34\x31\x59\x2b\x27\x38\x45\x3c\x1a\x53\xaf\x4f\x3a\xd6\x35\x02\x40\xa5\xf7\xfa\x11\x1d\x41\xa5\xb3\x9a\x08\x11\x1b\x10\x5f\xf1\x75\xd9\x37\xf2\xde\x77\x64\x99\x95\xc3\x7f\xec\xf9\xc9\x66\x2d\x39\x7d\xc0\xe0\xf9\xc9\x26\x2e\x93\xf1\x1d\xca\xd9\x6f\x8b\x35\x25\xd5\x96\x26\x59\x9c\xcb\xf7\x9c\xbb\x3a\xcb\x2b\x61\x43\xac\x0d\xa7\x58\xcb\x58\x56\x67\x98\xca\x50\xac\x91\x7c\x1e\xa0\x52\xb4\xcd\x65\x66\xb2\x8f\x09\xf6\x7e\xa3\x60\xae\xb1\x8c\x06\x7b\xdf\x03\xbb\x6c\x6d\x61\x07\xf4\xf9\x81\x98\x4b\x16\xe8\x01\x9f\x1f\x88\x3c\x5f\x64\x07\x70\xf3\x29\xda\x5b\xee\x44\x83\xa7\xce\x9b\x77\x4d\xd0\x5d\x25\x7f\x0e\xd8\xcf\xf8\x73\x38\xbf\xc8\x05\x23\x47\xa0\x3b\x90\xa1\x93\x79\xe4\xfc\x9c\xfc\xff\x77\x15\x58\x37\x49\x5c\x51\xf2\x23\x56\x88\x19\xd4\x29\x64\x65\xdf\x90\x58\xa4\x85\x97\x28\x5a\x0a\x2d\xe3\x49\x27\x45\xb1\x71\x32\xdf\x2d\x17\xd9\x7e\xa4\x1d\xef\xaa\x3a\x4e\xde\xc9\x53\x11\x1c\x7b\xff\xbe\xa3\x15\xb8\x7a\xce\xa3\xcb\x9b\x8b\xab\x9b\xcb\xab\xf3\x8c\x46\xa1\xc8\xb9\xb0\xad\xe8\x2e\x2d\x02\x78\x28\x1e\x40\x25\xc8\x3a\x78\x28\xca\x77\x01\x3b\x9f\x16\xbb\x3a\x30\x43\x96\x05\x7d\x3a\x81\xcc\x90\x88\xc0\x3c\x23\x1f\xe3\xc6\xe2\xd5\x52\xe9\xbe\x09\x10\x1a\xc3\xbb\x8d\x75\xb1\x29\x78\x4d\xd0\x27\x47\x2d\x87\xb6\x15\x66\xae\x7f\x26\x43\x01\x5a\xb0\xe2\xce\x8a\x90\x27\xed\x05\xa6\xfc\xd9\xb4\xa5\xa1\x4d\x73\x1b\xfc\x84\x1d\x2f\xf1\x3e\xcd\x1d\x72\xa7\x0f\x76\x83\x3c\x16\x65\x16\x76\x1b\xc8\x2f\xf6\xa4\x3c\xd3\x55\x3f\xbc\x3a\x6b\xe7\xf6\xe7\x36\x3e\x29\x56\xa7\xf9\x6b\x31\xc5\x61\xca\xa6\xcb\xd8\x58\x15\xab\xe3\x58\xef\x2b\x42\xc7\xf5\xbe\x76\xef\xb1\xde\x59\x5c\x22\x3c\x21\x0f\x72\xed\xe7\x4b\xc6\xb1\xf2\x95\xa1\x88\x4f\x91\x8b\x98\x17\x0f\xb4\x04\xe5\x20\x61\x2a\xef\x11\xdb\x8f\x28\x03\x40\x65\x69\x5b\xdf\xf6\x23\xda\x37\x89\xb7\x59\x1d\xe7\xd9\x4f\x14\xe9\xab\x7c\xc4\xe4\xe4\xaf\xfc\x15\x39\x3b\xd4\x41\xb3\x84\x9f\x66\xd5\xfa\x25\x79\x13\x9e\x6f\xaf\x71\x92\x63\x24\xef\x42\x01\x6a\xf7\x40\xe9\x12\x7f\xdc\xad\xa6\xe2\xc6\xc6\x22\x9d\x6a\x93\x79\x91\xa7\xa4\x67\x52\xd0\xa6\x0f\x08\xbf\xab\x74\x03\xb1\x4d\x89\x53\xbc\x31\x8f\x9e\xb4\xda\x32\xe2\x23\xb6\x68\xca\x73\x34\x1e\x3b\xdf\xf2\xa0\x08\x79\x27\xd6\x40\xf7\xc1\x11\xf9\xba\x3e\xa2\xeb\xed\x2a\xae\xb2\x4a\x7d\x74\x03\x1f\xfa\xdf\x00\x8d\xc5\xa3\xbe\xf4\x51\xc1\xaf\xcd\x5c\x89\xf3\xf6\x7a\x57\xd3\x54\x69\xaf\xfc\xd8\x75\x92\xf0\x01\xf2\x38\x79\x17\xcc\xc2\xb6\x93\x9e\x40\x67\x76\x66\x51\xf5\xa0\xab\xbb\xfd\xe0\x77\xb4\x1f\xf7\x8a\x64\x55\xd2\x0e\xbe\xca\x64\x4e\x36\x9d\x6c\x2b\x08\xb2\x33\x1f\xa7\x21\xe4\x69\x33\x2d\x49\xb7\x1e\x9a\x80\xc9\x3a\x79\xa6\x6f\xc5\x93\x5c\xa5\x14\x4f\x5b\x41\x45\xeb\x78\x7e\x4e\xfe\x53\x3e\x46\x4b\x79\xe2\x4d\x28\x17\x53\x11\xee\x39\x57\xaa\x4b\x33\x23\x25\xce\x78\x16\x66\x4b\x71\x16\x13\xf4\x5f\x2a\x9a\xca\x1c\x9c\x70\xa4\x94\x36\x0b\xf4\xfc\x11\xdc\xda\x5f\x7e\x41\x7e\x43\xbe\x48\x97\x94\x7c\x45\x97\x71\xf2\xd8\x2a\x59\xc8\x3d\xdb\x4e\x8c\x17\xbb\x69\x96\x46\xd4\xb3\xc1\x3d\x5b\xcc\xa2\x20\x72\xe3\x14\xc0\xfe\xbe\xcb\x4a\x5a\x69\x0f\xbd\x49\x51\xf2\x00\x5b\x5e\x06\x19\x5e\x5c\x81\x09\x23\x3d\x5b\xdc\xe1\x6d\x6c\xc3\x9c\xb8\xe8\x4d\x02\xb4\x6c\xbf\xd0\x3c\xcf\xb6\x55\x56\x39\xae\x12\x0e\x77\xc6\x7d\xf7\xb8\x2d\x96\x65\xbc\x5d\x3d\x9a\xa8\x76\x24\xf4\xd8\x47\x92\xfd\xaf\x50\xf9\xeb\x3e\x3e\xee\x4f\xc2\x52\x17\xc6\x27\x7f\x46\x1a\xb4\x11\xa7\xe4\xdf\x5e\x93\x50\x82\x8e\xbb\xa3\xf5\xbf\x55\x6d\x30\x32\x9e\xa8\xfa\x62\x80\xbc\x63\x25\x66\xa0\xbb\xe5\xb9\xe6\x8f\x38\x85\xcf\x7e\x1c\xf6\xa6\x55\x04\xa6\xbf\x7d\x4b\x20\x85\x14\x29\x69\x93\x4f\x5a\x5f\x4b\x5c\x6d\xa8\xcb\xd5\x93\x23\x40\x35\x98\x37\x45\xb0\xce\xaa\x2a\xdb\x2c\x83\x25\xdd\xd0\x32\x4b\xe4\x97\x77\xf4\x91\x09\xf0\xbd\x28\x63\x76\x4b\xc2\xf3\x90\xc4\x6a\x3a\x13\x33\xdf\x05\x5e\x31\xcc\xf9\xf6\xb1\x73\x73\xd6\x43\x65\x98\xbb\x42\xd9\xe8\x43\x3d\x81\x15\xe7\x90\xff\x6a\x52\xa1\x82\x33\x01\x1e\x36\x34\xe7\x12\x71\xf5\xc4\x69\xae\x26\x4d\x95\x1f\x90\x27\x2d\xd9\xc6\xda\x8b\x2b\x0d\xf4\x51\xcb\x6f\xc9\x77\x7f\xfc\xf2\x2d\xf9\xfd\x97\x5f\x7d\x41\xfe\xfa\xd9\x5b\xf2\xf9\xb7\x7f\xfa\xf2\x8b\xff\x24\x5f\x7e\xf3\xdd\xb7\xe4\xbb\x3f\x7e\xf6\xcd\xb7\x6f\xc9\xef\xff\xfc\xed\xd7\xe4\x4f\x7f\xfe\xf6\xeb\x2f\xbe\xfb\xe3\x17\x7f\x79\x4b\x80\x75\x5f\x7d\xf5\xe5\x7f\x7d\xf9\xcd\x1f\xc8\x67\xdf\x61\x17\xa3\xdb\xb2\x58\xd3\x7a\x45\x77\x95\xfa\xc7\x79\x5e\xcc\xcf\xd7\x71\xb6\x39\x7f\xa0\xf3\xf3\x5d\x76\x5e\xd2\x38\xa9\x83\x78\xbb\x3d\xaf\xca\xe4\x1c\x6c\x81\xea\xfc\xbf\xab\x55\x5c\xd2\x74\x5c\x25\x55\x75\xc6\xcf\xff\xca\xe0\x9f\x7f\xfb\x9f\x1c\xd1\xaf\xbe\xfc\xfc\x8b\x6f\xde\x7e\xf1\x9f\xe4\x2f\xdf\xfc\xe7\x17\x7f\x26\x9f\x7d\x43\x3e\xfb\xd3\x67\x9f\xff\xf1\x0b\x32\x19\x87\xf2\xe3\x88\xbc\xfd\xe2\x0b\x80\x70\x00\x8e\x02\xc6\xf8\x7e\xf3\x5b\x58\x14\x46\xaa\x55\x56\x91\x45\x96\x53\xb9\x3f\x55\x32\x3c\x9c\xe3\x4c\xe6\x8f\x90\x0f\x87\x70\xfb\xf4\x37\xa0\x32\x08\x9f\x17\x4f\xdd\xf4\x96\x35\x27\xe5\x8e\xf5\x11\x75\xdb\x12\x88\x33\xcf\xd8\xee\xb5\x63\xd2\x42\xde\x32\x49\x05\x59\x9f\x03\x68\x0a\x07\x2b\x06\x0a\x68\x42\x7e\xc3\xc1\x8f\xab\x24\x11\x50\xff\x58\x3c\x40\x26\x77\xc8\xc8\xc6\x80\x93\x7a\x15\xd7\x64\x57\xd1\x8a\xa4\xd9\x62\x41\xe1\x31\x30\x8f\xde\x68\xf2\xb4\x71\xbc\xc6\xe2\x94\x14\x8d\x79\x06\xb8\x66\x60\x36\xa6\x1c\x07\x06\x6d\x11\x60\x14\xa8\x46\x24\xab\xc9\x86\xd2\x14\xf2\x58\xcd\x29\xe0\xc9\x9f\x01\x48\x25\x77\xff\xec\x3f\x38\xc7\x91\xf1\x39\x27\xd0\xfd\x33\x9e\x2c\xb2\x29\x2d\xc7\xfe\xf7\xc5\x3e\x5e\x6f\x73\x7a\x2b\xcf\x6b\x84\x59\xb4\x05\x79\x4d\x5e\x3e\x0f\xc3\xf0\x25\x13\x64\xf8\x30\x91\x28\x56\x0d\x11\x19\x92\x2a\xbf\x90\x57\xb5\x5c\xa2\x33\x85\x06\x1b\xfa\xd0\xcc\xcb\x31\xec\x78\xfd\xc8\xdd\x16\xe4\x09\x7b\x97\xbd\x28\x8a\x36\x28\xee\xcb\xd6\xd0\xa8\x68\x0d\x39\x8d\xf8\x42\x2a\x2b\xf7\x58\xec\x60\x91\x4b\x1a\xec\x2a\x4a\xe2\xcd\x23\x6b\xde\xc4\x0b\x18\x0b\x0d\x60\xe3\x8a\x57\xad\x8b\x4b\x0a\xb9\xc5\x39\xfd\x68\x0a\x27\xa6\x92\xc6\xe9\x23\xc7\xff\xcf\xb4\x2a\x76\x65\x02\x09\xd6\x09\x21\x41\xcb\xe0\xb4\x6e\x06\x00\x36\x4f\x8b\xa4\x3a\xbf\x18\x5f\xb2\x2f\x0c\xcd\x40\xa4\x41\x07\x71\xcb\x36\xcb\x73\x13\x80\x35\xbc\x01\x44\xe3\xfd\xc5\xf8\x72\x1c\x9e\x33\x62\x9f\xff\x77\x83\x3b\x10\x9f\x01\xe2\xa2\x02\xe1\x6c\xb4\xac\x83\x84\xe6\xb9\xb9\xaf\xb7\x5f\xb4\xc4\x9f\x5a\x6e\x04\xb6\xb6\xbc\x49\x5b\xd3\x84\x00\x17\x8c\x9b\x4f\x8e\x04\x16\x8e\xee\x49\xb1\x59\x64\xcb\xe0\x31\x5e\xe7\xce\xe7\x4f\xcd\xdd\x5c\x14\x36\x99\xe3\x9a\x52\x03\xb7\x24\x9a\xb6\xf9\xe4\x1a\x7b\xa5\x81\xac\x4d\xac\x6b\x18\xc7\x79\xee\xc8\x3a\xa7\x80\x69\xf3\xcc\x89\x7d\x2c\xda\xee\xe5\xb3\x6f\xad\x9d\x4c\xca\x44\x48\xe7\x2d\xe3\x85\x40\xb4\x25\x01\x24\xb5\x61\x6c\xd0\x26\x0c\x55\xc3\xed\xbb\x93\x0d\xc7\x57\x25\x5d\x1b\xd3\x55\xa0\x28\xd3\x6d\x47\x59\xd3\xba\xcc\x92\x2a\xa0\xfb\x6d\x5e\x94\xb4\x14\xf5\xfb\xd3\x2c\xce\x8b\xa5\x1c\x57\xb9\x33\xbf\x9a\xb5\x84\xd6\x2c\xf7\x4e\x41\xc6\x9f\x51\xf8\xf2\x97\x86\xdd\xd0\x34\x7f\x4d\x9d\x41\x73\x99\x67\x2a\x99\xac\xc0\x6f\x57\x6d\x31\x50\x83\x65\xcd\x2e\x1a\xeb\xf1\x3c\x29\x1d\xb0\xc1\xbc\xde\x98\xe2\x91\x6d\xb6\xbb\x9a\xad\xc5\x6e\x1b\xc4\x69\xaa\x65\x72\x43\x19\xa6\xdb\xa1\xc3\x36\xa2\x0d\x96\x3d\x00\xe9\x6d\xd6\x9f\x6c\xd7\x14\x4e\x00\x41\x93\x3c\x5a\xcc\x0a\x12\xc1\x05\x75\xb6\xa6\x6c\x3e\x3c\x05\x76\x0d\x86\xa1\xbb\xa5\x43\x80\x05\xbe\x83\xe7\xd1\xc1\x9d\xe8\xc9\x02\x1a\xd3\x91\x7f\xfb\x8d\xbe\x9e\x1d\x4b\xbf\xa2\x49\xb1\x49\xe3\xf2\x91\x27\xa4\xe9\x64\xa1\x51\x96\x96\xee\x69\xb2\xab\xb5\x79\x09\xc6\xbe\xbe\x68\xf8\xba\x7f\x1e\x4d\x11\x91\x32\x5b\xc3\xb8\xb2\x74\x48\xbb\x08\x74\xbf\x2d\x69\x55\x31\xd3\x12\xc0\x90\x71\xb2\x0e\x3a\x3f\x3e\x1d\x4f\x39\xfd\x05\x90\x29\x30\x17\xdb\x3d\x09\x49\x48\xae\x51\xf5\x38\xeb\x68\x9d\x3a\x9e\xcb\x18\x40\x23\xc7\x02\x5f\x1a\x45\xb5\x6d\xe2\xf7\x41\x1d\xcf\x2b\xc7\x72\x96\x4d\x0c\xdf\x80\x4e\xf2\x0a\xc6\xb3\x57\x77\x0b\x68\x66\x73\xfe\xdb\x76\x1b\x87\x13\x1f\xa9\x28\x5d\x73\x4b\x08\x5c\x22\x4d\xbd\xd9\x62\x43\x40\xf1\x55\x23\xb2\xe6\x85\x6a\xd9\xbe\x4b\x76\x1b\x5e\x9b\x84\x89\x89\x60\x3e\x61\xb9\xec\x69\xc5\x2c\xab\xf9\x23\x4f\x70\x0e\xb5\x79\x25\x30\x66\x04\x40\x56\x1b\x28\x57\x01\x00\xd8\x9f\x7e\x7b\xce\x95\x16\x1b\x67\x5c\xad\xda\xcc\x62\x8d\x1e\x7d\x54\x6e\x80\xda\x25\xd9\xc6\x1b\x9a\xb7\xaa\x58\xbb\xa6\x9b\x28\x73\x66\xff\x01\x2e\xf9\xbe\x7e\xdc\xd2\xd7\x2f\x93\x15\x4d\xde\xcd\x8b\xfd\xcb\x1f\x6e\xe1\x8f\x34\x25\x9f\x92\x3c\x9e\x53\x73\xaf\x7f\x3e\xb9\xbe\x0c\x6f\x42\xed\xf5\x30\xb7\x92\x9a\x94\xb5\x7a\x37\x44\x67\xcb\x7e\xf0\xde\x9b\x96\x15\xec\x09\x5b\xa6\x92\x17\x45\xb9\xe6\x9a\xcb\x32\x87\x70\x3c\x93\xfb\x96\x80\xf2\xfd\xa2\x28\x3f\x79\xfd\x32\x10\xc0\x5e\xfe\x80\xa2\xa3\x95\x98\xf5\xed\xa2\xdd\x10\xf2\x8b\xc0\xf1\xe4\xba\xdd\x37\xc5\x2d\x74\x34\x9e\xb6\xbf\xc9\xe0\xaa\x71\x34\x69\x7f\x6c\x62\xa9\x94\x5f\xdb\x9a\x08\xd2\xbb\x1e\xd4\x59\x9d\xd3\xdb\xdb\x45\x56\x56\x75\xc0\x4b\x64\x37\xa3\x5b\x7d\xf2\x2a\xb0\xf3\xdf\x92\xbf\xc0\x79\x23\x26\xeb\xa2\x14\x37\xdc\x8b\x2c\x21\x3c\x88\xbc\x28\x09\x44\x6e\x70\xe3\x1e\x4e\x04\x75\xd1\xe6\x43\xfe\x9d\x64\xff\x97\x95\x52\x59\x9a\x69\x1e\xbe\x22\xfc\x5c\x34\x96\xbc\xa9\x6c\x33\x5d\x05\x86\xaf\x9e\x62\x78\x9d\xff\x96\xfc\x89\xd7\xdc\x81\x3c\xb9\xea\x38\x50\x21\x0a\x58\x02\xa6\xc2\x5f\xc4\xc8\x12\x40\x84\xa6\x59\x5d\x34\x99\xfa\xa1\xe2\x4b\x51\xf0\x2a\xd1\xf0\xa0\x17\xd2\x6f\x49\x24\x49\xf7\xfd\xa5\x46\x7c\x30\x5c\x85\x61\x9b\xc6\x9b\x65\x4b\x70\x1b\xe6\xb2\xa7\xd4\x32\xfc\x4f\xed\xc5\x72\x0f\xc7\x2b\x1a\x93\x0f\x6b\xe3\x73\xad\x5b\x1a\xd7\x71\x00\xfb\x2f\xdf\x85\xf5\x4e\x1c\x3b\x12\x92\x09\xfb\xb7\xa5\x23\x79\x43\x6a\x70\x9c\xbf\x21\x75\xc9\xfe\x95\x36\x57\xdf\x8a\xbd\x44\x42\xf8\x37\xba\x01\x84\xe3\xeb\x86\xa1\x51\xe7\x65\x43\xd4\x5d\x5d\x54\xbb\xe5\x92\x56\x75\x90\x96\xc5\x36\x2d\x1e\x36\xbd\xf7\xec\x5d\x73\xf8\x79\x42\xd3\x8b\x34\xb6\x5a\x49\xcf\x17\x8b\x85\x6e\xc0\x3e\xbf\xb8\x99\x85\xb3\x2b\x64\xef\x6a\x45\x51\xc9\xcd\x1b\x1a\x85\x22\x2f\x9b\x59\x6b\x81\x3d\x97\xc6\xca\x63\xd3\x83\xcc\x5a\x1d\x82\x86\x16\x0b\x15\xc9\xe4\xed\x03\xbe\xcd\xf4\xdd\xcd\x91\xd0\x8e\x39\x9e\x30\x0d\x49\xa2\x56\x51\x62\x79\x7d\x6d\x71\xe9\x3e\x1e\x38\x33\xfd\x02\x7a\xdc\xf2\x99\x0e\xfe\x51\x2d\x4a\x87\xae\xfb\x7c\x91\xd2\x66\xe9\xd5\x55\x6e\xb5\x0b\xb8\xe8\x5b\xad\x2b\xf3\x57\x5b\x6f\x45\xd5\xef\xdd\xea\x1c\x72\x2e\xba\xad\x8c\x5a\xc5\x9e\xda\xc3\xb0\xba\x41\xfb\xa1\xf0\x34\x6d\x3a\x08\x3d\x32\x2e\x99\x42\x13\xfa\x58\x83\x23\xd8\x67\x66\x62\x05\x56\x3c\xd2\x5e\x37\xd0\x3a\x1c\xab\x74\xd3\x07\x98\x5c\x31\xbd\xd4\x75\xf7\x5b\x49\x30\x2e\x29\x28\x85\xce\x3e\x22\x00\xde\xf4\xd0\xf1\x0d\x81\x12\x4b\x62\x07\x4d\x56\x59\x9e\x9e\x19\x4b\xc2\x65\xdd\x34\x85\x04\xa0\x9c\x2e\xe9\x26\xed\x68\x57\xae\x18\xe1\x3f\xb3\x19\xae\x1a\xaf\x66\x8d\xb0\x69\x36\x26\x69\xdb\xdb\x53\x05\x4b\x24\xf8\xf0\x5a\x05\x26\xfc\xc8\xdb\x2d\x82\xa0\x6a\x00\x65\x4c\xc3\x71\x30\xb5\x09\xc8\x95\x15\x8f\x34\x7b\xaf\x79\x14\xda\x3c\x04\x58\x97\xea\x21\x86\xb7\xa8\x82\x80\x6d\x0c\xfb\x55\x33\xb2\x1c\xb4\xfd\x45\xd4\x80\x09\x0a\xa8\x65\xd9\xbe\xe2\x51\xaa\xc3\x44\xe3\x99\xb2\x2f\x24\x89\xa1\x58\x2f\xf9\x9e\xa5\x6c\x80\x03\xc9\x6d\x77\x02\x18\x11\x4b\xe3\xe8\xfa\x0c\x03\xc2\xdd\x00\xc1\x26\x5e\x1b\x9b\xb3\x72\xac\xc1\xfa\x81\xa5\xa9\x75\xd3\xe2\x00\xe6\x45\x9e\x76\xf9\xd4\x64\xd0\xb0\xdd\xba\x31\xe9\x58\xc5\xad\x99\x21\xa9\x3f\x0b\x5b\x65\xd9\xdd\x4d\xa4\x5f\x3c\xab\xc8\x36\x83\xc3\xc0\x6e\xcb\x8e\x2f\xbf\xcf\x8b\xfa\x65\x45\xe2\x7d\x56\x89\xc3\x01\xc3\x96\x94\x74\x93\xd2\xb2\xc9\x88\x2c\xf6\x97\x64\x45\xf8\x05\x4b\x45\xee\x9f\xf1\xa8\xb0\x67\x70\xdc\x01\xff\xed\xfd\xb3\x45\x96\xe7\xf7\xcf\xe4\xf5\xae\x62\xb1\x65\x79\xee\xd8\xcb\x5b\x33\x04\x9b\xe6\x78\x91\x17\xfc\x06\x35\x8f\x1f\x4d\x21\x4a\xca\xa2\xaa\x56\x71\x86\xa9\xcd\xba\x28\xf2\x3a\xdb\xfa\xb0\xc0\xf5\x99\x61\x76\x2c\xf4\xdd\x48\xc6\x9a\x7d\x56\x66\x71\x3e\x22\x7f\xa4\xf9\x7b\x5a\x67\x49\x3c\x22\x55\xbc\xa9\x82\x8a\x96\x19\xb6\x7b\x4d\xda\x05\xb1\x6e\xce\x8d\x90\x5f\xf7\x89\x38\x3e\xbb\x31\xac\x5a\xa5\xf1\x9a\x18\x3e\xb2\xe8\x06\x93\x71\x0d\x80\x29\xad\xe3\x2c\x37\x04\xdf\x2e\x7b\x0a\xb7\x75\x34\x42\x67\x97\x8c\xd3\x34\x80\x03\xad\xea\x82\xe9\x39\xd4\x8e\xeb\xb8\x5c\xd2\x1a\xac\x08\x54\xa4\xae\x1a\xb3\x4f\x99\x7d\xce\x3a\x19\xd3\x2c\x76\xdb\x20\xdb\x2c\x8a\xce\xa4\x14\xa5\xeb\x4e\x8d\x71\xe7\x36\x06\x2c\xee\x08\x18\x7e\x1e\xa7\x4b\xda\x1e\x8c\xdf\x30\xc0\x26\x09\x84\x66\x99\x29\x66\x6b\xfb\x0a\xa9\x43\x17\xb8\xa0\xb2\x93\xe5\x32\x0c\x3b\xcd\xff\x5b\xf5\xc9\x6b\x4c\xb9\x2d\x69\xe0\xb4\x19\x9f\x2f\x66\xec\x1f\xbb\x7d\x68\xc8\x4a\x13\x8a\xc9\x91\x78\x36\x7a\xb6\xaa\xd7\xf9\x93\xda\x46\x11\x1e\x95\x43\xa3\x71\x34\xbb\x0b\x1e\xe8\xfc\x5d\x56\xf3\x94\xde\x50\x39\x38\x4e\xd9\xda\xdc\x82\x52\x6b\xbe\xc6\xdb\x60\x95\x2d\x57\xb9\x52\x87\x41\x08\x37\xfc\x73\xf6\x33\x3b\x21\x8d\x75\x37\xd0\x93\xd0\xb2\xe1\x9d\x8a\x4c\x10\x6f\xb7\x39\x0d\xaa\xc7\xaa\xa6\xeb\xd1\xef\xd8\xf9\xef\xeb\x38\x79\x0b\x7f\xfd\x7d\xb1\xa9\x47\xf7\xcf\xde\xd2\x65\x41\xc9\x5f\xbe\xbc\x7f\x36\xfa\x73\x31\x2f\xea\x62\x74\xff\xac\xd1\x05\xe4\x1b\xba\xa3\xf7\xcf\x46\x5c\x47\xdc\x3f\xfb\xa6\xa8\x0b\xf2\x36\xde\x54\xf7\xcf\x46\xf7\xcf\xbe\xca\xe6\x94\x5f\x35\xcb\xdf\xda\xc9\x8f\xee\x9f\x7d\xc6\xc6\x26\x90\xe5\x9f\x7c\xb1\x2e\xfe\x96\x41\x27\x39\x1e\xf6\xd3\xdb\xc7\xf5\xbc\xc8\xe1\x37\x18\x49\xeb\x7b\xd7\x0a\x02\x1c\x94\x54\xbe\xb8\x08\x43\x83\xda\xb3\x3b\x4e\xb8\xe7\xe9\x94\xfd\x73\xa7\x18\xa5\x50\x44\xb4\xc3\x0b\xcf\xa3\x9b\x28\x9d\x44\x18\x6d\x85\xa7\xf5\x49\x83\xf8\xb3\xd9\xe8\xb6\x2c\x8a\xfa\x29\x08\xe6\xf9\x8e\xde\x92\xe7\x61\x78\x35\x5f\x2c\xee\x02\xa8\x37\xb3\x2c\x6e\xc9\xf3\xcb\xcb\x28\x5c\x4c\xee\x82\x60\xbb\x2b\xb7\xec\x50\xf5\xfc\x72\x71\x31\x49\x22\xf6\x0b\xe4\xfb\x79\x4e\xaf\xa7\xf4\x3a\xb9\x0b\x82\x92\xa6\xb7\xe4\x79\x9a\x4c\x67\x17\xb3\xbb\x20\x28\xc0\x46\x66\xec\x9a\x5e\xd1\xe8\xe2\x2e\x08\x1e\x69\x0e\xe7\xda\xe7\x8b\x45\x12\x85\x57\x77\x41\xb0\x2c\x29\xdd\x80\xe3\x2b\xbe\x82\x4e\x35\x8d\xd9\x06\x35\x09\x93\x9b\x1b\xd6\x20\x79\x8c\xd9\xf7\xe8\x2a\x9e\xcc\xaf\xef\x02\x1e\x06\x26\xb6\x05\xd6\x9d\x31\xfe\xf3\xcb\xe4\x6a\x76\x95\x8a\xbf\xc3\xbc\x6e\xc9\xf3\xe9\xc5\x34\xbe\x08\x19\x9a\xdc\x37\xac\xce\xae\x71\x54\xab\x9d\xab\x5d\x92\xd0\xaa\x52\xb1\x61\x2a\x4a\x1b\x5d\xc6\x78\xb4\x33\xe0\x9e\x0d\x75\xde\x39\x17\xfa\xe7\x8b\xeb\xc5\xcd\x22\x86\x26\x3a\x42\x4a\x64\xee\xbe\x62\x07\x3d\xed\xa7\x6a\x7d\x4b\x66\x57\xec\x60\xac\xfd\xbc\x4e\x6f\xc9\xd5\xe5\xb5\xf9\x73\xbe\xbc\x25\x37\x37\x13\xf3\xe7\x7d\xce\x36\x3d\xb0\x43\x82\x40\x8d\x32\x69\x79\xfd\x96\xe8\x72\x46\x10\x41\x23\x9a\xa4\x11\x21\x6a\x04\x91\x35\xb9\x21\xeb\xd2\x46\x30\x71\x53\x76\x6a\xd6\x00\x13\x38\x82\x48\x1c\xc1\x44\x8e\xa0\x32\xa7\x4f\xb9\x51\x7f\xb7\xe4\xed\xef\xbf\x2e\x36\x45\xf0\x67\xba\xdc\xe5\x71\x39\x22\x5f\xd3\x4d\x5e\x8c\xc8\xd7\xc5\x26\x4e\x8a\x11\xf9\xbc\xd8\x54\x45\x1e\x57\x06\xde\xac\x0f\x1f\xeb\xf3\x62\x57\x66\xb4\x24\xdf\xd0\x07\xf6\x43\x03\xb9\x23\x56\xab\x68\xd4\xf9\x69\xd2\xfd\x69\xda\xfd\xe9\xa2\xfb\xd3\xac\xfb\xd3\x65\xe7\xa7\x31\x32\xe4\x18\x19\x73\x8c\x0c\x3a\x46\x46\x1d\x23\xc3\x8e\x57\x97\x4f\xfa\x86\xcb\x1d\x21\xaa\x52\x9b\x75\x94\xda\xc4\x87\x3a\xe3\x55\xf4\xd4\xaa\xca\x09\xc0\xed\xf6\xc3\xa6\x33\x51\xfb\xa1\xbd\xb0\x09\x4f\x95\x5e\xd1\xf8\x0a\x1f\x0e\xa3\xca\x85\xd6\x11\xef\x87\x51\x6e\xa6\xf5\x9b\xe0\x1d\xb1\x65\xbd\x7c\xd2\xb7\x90\x4e\xaf\x71\x4e\xe3\xb4\x0b\x5d\x5b\x95\x69\x18\x76\xfb\x09\xcb\x21\x50\x29\x7f\x89\xf4\xec\x5d\xcf\x06\x92\xba\x16\xb3\x2e\x6f\x0c\x82\xa5\xae\xd0\xc5\x91\xb0\xd4\x45\x9b\x1e\x06\x6b\x55\x3e\x29\x9e\x4b\xd8\xcb\x75\x51\x80\x9f\x84\xf3\x2e\xbc\x53\x12\xc1\xb7\x5e\x57\xb0\x87\x26\xb3\xd9\x48\xfe\xff\x38\x3a\xeb\x0c\x54\xad\xe3\x3c\xef\xf2\x01\xfc\xac\x4c\xe3\x3a\x7c\x61\x1a\x13\x1d\x50\xeb\xb8\x7c\xd7\x85\xc4\x7e\x7d\x92\xd6\xf1\x78\xc2\xb0\xee\x98\x15\x8b\x64\x71\x4d\xbb\xd6\xc2\x18\xbc\xab\xbb\x0d\xf8\x57\xd3\x27\xad\x02\x24\x23\x61\xe3\x7a\xdd\x14\x9b\xae\x52\xe4\xbd\xf9\xb1\xe5\x98\xbe\xe0\x55\x78\x92\x76\xaf\x7a\x0c\xea\xef\xc6\x7d\x58\x79\xdc\xb8\xb0\x9e\x34\x83\x1f\x17\xe8\x71\xb6\xc9\xea\x2c\xce\xb3\x6a\xad\xac\xc0\x4d\xf8\xe2\xce\x70\x7a\x36\x3e\xcf\x2e\x08\xc0\xef\xef\xbb\xa2\xa6\x4f\x08\xdf\xf4\xeb\x06\x05\x40\xb0\x28\x8a\x9a\x96\x0d\x05\xb8\xe1\xaf\xb3\x86\x58\x47\x6e\xdc\x78\x00\x93\x77\x78\x4f\xf2\xb4\x75\xff\xec\xff\xfd\x3f\xff\xaf\xff\xe7\xff\xbe\x7f\x86\x50\x63\xbd\x0c\x16\xf9\x2e\x4b\x9f\xda\x78\x14\x38\x0b\x08\xf1\x89\x77\x75\x81\xf7\xaa\x57\xbb\xf5\x7c\x13\x67\xb9\xc2\x7f\x20\x8d\x08\x07\x2e\x16\x52\x9a\x94\x6b\x8b\x94\xd2\x09\xbd\xbc\xd3\xcf\xe5\x02\xc6\x10\x64\x16\xd9\x72\x57\x52\x4f\x1e\xe2\x8d\x83\x6c\xbd\x44\x77\x3f\x4d\x73\x58\x7b\x8b\x3a\x83\x06\xff\xb8\x97\x29\x29\x52\xaa\x8a\xfc\xd5\x78\xd6\x74\x11\x56\x77\x1b\xea\xdf\x46\xfd\xfc\x1c\xbf\x41\x21\xf1\x9e\x22\x36\xbf\x33\xd8\xbb\x79\xaa\xac\x4a\x49\xd7\x64\x7c\xa1\xb3\xa6\x36\x3e\xac\x4f\x67\xd5\x26\xd1\x64\x36\xb9\xe9\xac\x0f\xc6\xd0\xef\xe6\xa9\x36\x66\xa8\x0a\x41\x68\x68\xb7\x2b\x44\xbb\x6d\x95\x05\xec\x88\x80\x8a\x2a\x47\x0a\xeb\x6f\x52\x58\xd0\xe6\x4e\xa3\xd4\x9d\x12\x91\xc6\x9f\x2e\x75\x17\x99\x9d\xd9\xdb\x08\x85\x27\xc5\x59\x30\xbd\x60\x46\xb8\x12\x59\xc0\x9b\x75\x41\x34\x4f\x38\xba\x1a\xbb\xf9\xc4\xc5\xce\xd5\x60\x8f\x6c\x1d\xed\xd7\x7c\xe9\xfa\xba\x76\x42\xae\xd6\x4f\x8a\x74\x49\xf5\xcd\xd5\x26\xc4\xaf\x68\x1a\x1d\x7e\xd1\x54\x2b\x04\x54\xa8\x17\x05\x20\x99\x3c\xe7\xfc\x2b\xc5\x9b\x0d\x67\x9f\xb3\x27\x27\x26\x0e\x3c\x15\x9d\x34\x63\xa4\xff\x19\x19\x02\xce\x51\xce\x21\xfa\x48\xe1\x87\xc0\xd5\xc4\x82\x00\x9c\xd8\x9c\x08\x1c\xb7\x52\x7e\xe8\xdd\x5c\x5a\xd0\xe3\x27\x47\x27\x7e\x1f\x92\xcf\xfc\xb0\x8f\x22\xbe\xbc\x9d\xc6\x65\xf1\xd0\xe8\x05\x70\x27\xb6\x77\x2b\xe0\x56\xd3\xb8\x32\x50\x19\x15\xd8\x12\x7e\xe9\x42\xdd\x14\xc1\x72\x57\xd7\xb4\xac\x74\x8b\x21\xd4\x3a\x23\x56\x76\xdb\xf1\xcd\x38\x29\x10\xb2\x29\x0d\xbe\x87\x70\xea\xdf\xbe\x4e\x8a\x3c\xf8\xe1\x49\x97\xb1\x50\x17\x30\x64\x24\xd6\x0b\x5f\x17\xf6\x3b\xcf\x0f\x60\xfb\x18\x21\x47\x2b\xf9\x09\x39\xad\xc9\x4f\xa1\xf5\xd3\x8d\xf5\xcb\xb5\xf5\xcb\x95\xf5\x0b\x72\x30\x12\x5f\x90\xb3\x96\xf8\x82\x9c\xde\xc4\x17\xe4\x40\x28\xbe\x38\xa8\x80\x7f\xc1\x39\x9d\xfd\xee\xa0\x77\xbe\xb4\xd2\x9b\x7d\xb2\x0e\x65\xa5\x77\xbe\xb4\xd1\x3b\x5f\xda\xe8\x9d\x2f\x6d\xf4\xce\x97\x36\x7a\xe7\x4b\x1b\xbd\xf3\xa5\x8d\xde\xf9\xd2\x46\xef\x7c\x69\xa3\x37\x9b\x2a\xfe\x05\xd7\x1d\xec\x77\x07\xbd\xd7\xa9\x95\xde\xec\x93\x75\x28\x2b\xbd\xd7\xa9\x8d\xde\xeb\xd4\x46\xef\x75\x6a\xa3\xf7\x3a\xb5\xd1\x7b\x9d\xda\xe8\xbd\x4e\x6d\xf4\x5e\xa7\x36\x7a\xaf\x53\x1b\xbd\xd9\x54\xf1\x2f\xb8\x36\x66\xbf\x3b\xe8\x5d\xad\xad\xf4\x66\x9f\xac\x43\x59\xe9\x5d\xad\x6d\xf4\xae\xd6\x36\x7a\x57\x6b\x1b\xbd\xab\xb5\x8d\xde\xd5\xda\x46\xef\x6a\x6d\xa3\x77\xb5\xb6\xd1\xbb\x5a\xdb\xe8\xcd\xa6\x8a\x7e\xc1\x9b\xdb\x29\x6d\x23\xb3\x8d\xc6\x36\x02\x5b\xa8\x6b\x21\xad\x85\xae\x16\xa2\x5a\x28\x6a\x21\xa7\x85\x96\xb6\x79\x3e\x35\x41\x6f\x4d\xf1\x9f\x81\x56\x2a\xba\x8f\x3e\x81\xcd\x30\x8f\xab\xac\x62\x07\x93\xe6\xb9\x47\x64\x9c\x32\x51\xeb\x83\x1d\x86\xaa\x20\x7a\xf3\x5b\x80\x72\x1b\x92\x90\xdf\xff\x7b\x77\x9d\xa8\x5d\x67\x5a\xcf\x99\xb3\xe3\x54\xed\x38\x9d\x8e\xa7\xcd\xff\x54\x18\xfa\x07\x07\xb8\x0b\x15\xdc\x64\xa6\xc2\x98\xcc\x5c\x1d\x67\x5a\x47\x6d\x02\x13\xe7\x04\x2e\x35\xa2\x5d\x8e\x2f\xe5\xff\xae\x34\xf2\x69\x1f\x70\x43\x88\xc9\x4c\x0b\x0a\x0e\x1f\xbc\xb3\x38\x87\xb8\x97\x82\xf3\x56\xd3\xfd\x7a\x8c\xd1\x51\xf9\x15\x87\x30\xc1\xe6\x62\x99\x89\x6d\x1e\xd3\x41\x2b\x00\x82\x85\xb2\x80\x85\x01\x2c\x30\x66\x2d\x8c\x8b\x08\xc5\x5c\xfd\x19\x87\x71\x39\x88\x87\x41\xaf\x28\x3d\x70\x92\xcf\x7a\x69\x7e\xdd\xc2\xb8\xc4\x69\x7e\xd9\x4b\xf3\x9b\x16\xc6\x95\x46\xf3\x2b\x1b\xcd\xa3\x50\x61\x16\x9c\xe8\xd7\xbd\x44\x8f\x14\x8e\xbb\xc1\xa9\x7e\xd3\x4b\xf5\x68\x32\x50\xeb\x70\x57\x0d\x44\xf5\x3d\x71\x7f\x5b\x80\x78\xb1\xc4\xd3\x93\xb8\x69\x14\x21\xde\x61\x51\x3a\x55\xb4\x40\x4e\x28\xbc\x41\x24\x41\xd8\x1a\x4c\x44\x03\xc4\xa3\xcf\x1b\x4c\x45\x03\x2b\x0e\x17\xa2\xc1\x85\xad\xc1\x4c\x34\x98\xd9\x1a\x5c\x8a\x06\x97\xb6\x06\x57\xa2\xc1\x95\xad\xc1\xb5\x68\x70\x6d\x6b\x70\x23\x1a\x74\x5d\x53\x92\x50\x92\x94\x91\x9d\x96\x0d\x31\xad\xd4\x8c\x24\x39\x23\x8c\x9e\x10\x17\x18\x44\x4f\xea\x29\xd6\x29\x64\xa2\xc7\x44\xeb\xe1\xd6\x63\xa2\xcb\x54\xeb\x82\xea\x2f\xd1\xf2\x42\x6b\xe9\x56\x57\xa2\xcb\x4c\xeb\xe2\xd6\x4e\xa2\xcb\xa5\xd6\x05\xd5\x4a\xa2\xe5\x95\xde\xd2\x87\x3e\xd7\x5a\x17\xb7\xce\x11\x5d\x6e\xb4\x2e\xa8\xae\x91\xcb\x15\xea\xeb\xe5\x43\xa0\x48\x5f\x63\x4d\x93\x0c\xf1\xc2\x31\xeb\xf5\x04\xe6\x11\x33\x81\x0f\xb7\x90\x98\x69\x7d\xa8\x91\xc4\x0c\xf6\xd3\xda\x49\xec\x70\x70\xa8\xa9\xc4\x8e\x1c\x87\x5a\x4b\xec\x20\x73\x32\x83\x49\x9c\xe8\x8e\xb3\x99\xd8\xaa\x1e\x6d\x36\xb1\xc5\x3d\x81\xe5\xc4\xd6\x79\xb0\xf1\xc4\x96\xf2\x04\xf6\x13\x5b\xd5\x13\x98\x50\x6c\x81\x07\x5b\x51\xec\xe0\x7b\x02\x43\x8a\x9d\xac\x4f\x60\x4b\xb1\xa3\xfb\x60\x73\x0a\x5c\x01\x27\xb0\xa8\xc0\xdb\x70\x02\xa3\x0a\x1c\x1a\x07\xd9\x55\xd5\xda\xd3\xb4\xaa\xd6\x7e\xd6\x55\xb5\xee\x37\xb0\x40\x0a\x7b\x6c\x2c\x10\xb2\x1e\x33\x0b\x24\xa8\xc7\xd2\x02\x81\xe9\x31\xb6\x40\x1a\x7a\xec\x2d\x60\xf5\x1e\x93\x0b\x38\xbb\xc7\xea\x02\xb6\xed\x31\xbc\x80\x27\x7b\x6c\x2f\xce\x82\x7d\xe6\x17\x67\xb0\x3e\x0b\x8c\xb3\x4f\xaf\x11\x06\x4b\xdb\x73\x9b\xd0\x36\x1d\x6e\xb2\xc1\x92\x0f\xb6\xda\x80\x09\x7c\x0d\x37\xe0\x86\xc1\xb6\x1b\xf0\xc7\x60\xf3\x0d\x38\xc6\xd7\x82\x03\xd6\x19\x6c\xc4\x01\x33\x0d\xb6\xe3\x80\xbd\x7c\x4d\x39\xce\x67\x83\xad\x39\xce\x78\x56\x83\x6e\xd0\xa5\x67\x1e\xac\xd3\x13\x58\x74\xeb\xf4\x18\x8b\x6e\x9d\x1e\x6e\xd1\xad\xd3\x53\x5b\x74\xeb\xf4\x70\x8b\x6e\x9d\x1e\x6e\xd1\xad\xd3\x13\x5a\x74\xe2\x4e\xe4\x38\x8b\x8e\xad\xea\xd1\x16\x1d\x5b\xdc\x13\x58\x74\x6c\x9d\x07\x5b\x74\x6c\x29\x4f\x60\xd1\xb1\x55\x3d\x81\x45\xc7\x16\x78\xb0\x45\xb7\x4e\x4f\x62\xd1\xad\xd3\x93\x58\x74\xeb\xf4\x00\x8b\x0e\x2e\xd3\x4e\x60\xd1\xc1\x7d\xdd\x09\x2c\x3a\xb8\x12\x3c\xc8\xa2\x5b\xa7\x9e\x16\xdd\x3a\xf5\xb3\xe8\xd6\x69\xbf\x45\x07\x52\xd8\x63\xd1\x81\x90\xf5\x58\x74\x20\x41\x3d\x16\x1d\x08\x4c\x8f\x45\x07\xd2\xd0\x63\xd1\x01\xab\xf7\x58\x74\xc0\xd9\x3d\x16\x1d\xb0\x6d\x8f\x45\x07\x3c\xd9\x63\xd1\x71\x16\xec\xb3\xe8\x38\x83\xf5\x59\x74\x9c\x7d\x7a\x2d\x3a\x58\x5a\x3f\x8b\x0e\x56\x78\xa8\x45\x07\x4b\x3e\xd8\xa2\x03\x26\xf0\xb5\xe8\x80\x1b\x06\x5b\x74\xc0\x1f\x83\x2d\x3a\xe0\x18\x5f\x8b\x0e\x58\x67\xb0\x45\x07\xcc\x34\xd8\xa2\x03\xf6\xf2\xb5\xe8\x38\x9f\x0d\xb6\xe8\x38\xe3\x0d\xb1\xe8\xec\x51\x64\x79\x90\x2f\x4f\x60\xd1\xe5\xcb\x63\x2c\xba\x7c\x79\xb8\x45\x97\x2f\x4f\x6d\xd1\xe5\xcb\xc3\x2d\xba\x7c\x79\xb8\x45\x97\x2f\x4f\x68\xd1\x89\xa8\xa2\xe3\x2c\x3a\xb6\xaa\x47\x5b\x74\x6c\x71\x4f\x60\xd1\xb1\x75\x1e\x6c\xd1\xb1\xa5\x3c\x81\x45\xc7\x56\xf5\x04\x16\x1d\x5b\xe0\xc1\x16\x5d\xbe\x3c\x89\x45\x97\x2f\x4f\x62\xd1\xe5\xcb\x03\x2c\x3a\x08\x47\x3b\x81\x45\x07\x11\x6f\x27\xb0\xe8\x20\xa8\xee\x20\x8b\x2e\x5f\xfa\x5e\x7f\x2e\xfd\x2c\xba\x7c\xd9\x6f\xd1\x81\x14\xf6\x58\x74\x20\x64\x3d\x16\x1d\x48\x50\x8f\x45\x07\x02\xd3\x63\xd1\x81\x34\xf4\x58\x74\xc0\xea\x3d\x16\x1d\x70\x76\x8f\x45\x07\x6c\xdb\x63\xd1\x01\x4f\xf6\x58\x74\x9c\x05\xfb\x2c\x3a\xce\x60\x7d\x16\x1d\x67\x9f\x5e\x8b\x0e\x96\xd6\xcf\xa2\x83\x15\x1e\x6a\xd1\xc1\x92\x0f\xb6\xe8\x80\x09\x7c\x2d\x3a\xe0\x86\xc1\x16\x1d\xf0\xc7\x60\x8b\x0e\x38\xc6\xd7\xa2\x03\xd6\x19\x6c\xd1\x01\x33\x0d\xb6\xe8\x80\xbd\x7c\x2d\x3a\xce\x67\x83\x2d\x3a\xce\x78\x43\x2c\x3a\x47\xe0\x7d\x1e\xec\x4f\x11\x95\xb6\xcf\x8f\x31\xe9\xf6\xf9\xe1\x26\xdd\x3e\x3f\xb5\x49\xb7\xcf\x0f\x37\xe9\xf6\xf9\xe1\x26\xdd\x3e\x3f\xa1\x49\xb7\x3f\x45\xa8\xda\xfe\x14\xd1\x6a\xfb\xd3\x04\xac\xed\x0f\x89\x59\xdb\x9f\x26\x6c\x6d\x7f\x9a\xc8\xb5\xfd\x21\xc1\x6b\xfb\xd3\xc4\xaf\xed\x4f\x13\xc2\xb6\x3f\x24\x8a\x6d\x7f\xa2\x40\xb6\xfd\x89\x62\xd9\xf6\x07\x87\xb3\xed\x73\x4f\x93\x6e\x9f\xfb\x99\x74\xfb\xbc\xdf\xa4\x03\x29\xec\x31\xe9\x40\xc8\x7a\x4c\x3a\x90\xa0\x1e\x93\x0e\x04\xa6\xc7\xa4\x03\x69\xe8\x31\xe9\x80\xd5\x7b\x4c\x3a\xe0\xec\x1e\x93\x0e\xd8\xb6\xc7\xa4\x03\x9e\xec\x31\xe9\x38\x0b\xf6\x99\x74\x9c\xc1\xfa\x4c\x3a\xce\x3e\xbd\x26\x1d\x2c\xad\x9f\x49\x07\x2b\x3c\xd4\xa4\x83\x25\x1f\x6c\xd2\x01\x13\xf8\x9a\x74\xc0\x0d\x83\x4d\x3a\xe0\x8f\xc1\x26\x1d\x70\x8c\xaf\x49\x07\xac\x33\xd8\xa4\x03\x66\x1a\x6c\xd2\x01\x7b\xf9\x9a\x74\x9c\xcf\x06\x9b\x74\x9c\xf1\xec\x26\x5d\xa7\x1f\xa4\x1c\x55\x1f\xce\x22\x8f\xff\xdd\x19\x9a\x44\x56\xe2\x7a\xd5\x7d\x01\x21\xbe\x28\xef\xb6\x21\x91\xc9\xdd\x7b\x5a\xd6\x59\x12\xe7\x22\x75\x54\x5d\x6c\xf1\x7c\x14\x22\x25\x91\x7d\x48\x1a\xa7\xa4\x5e\x3d\x19\xf0\x38\xee\x77\x7a\x96\xf8\x89\x37\xd4\x79\x91\x3e\x7e\x0a\xff\x7e\x52\xb0\xf2\xed\x1f\x54\x6b\x3b\x2d\xe0\xa3\x42\x8e\x29\x9a\x49\x81\x37\xe5\x63\xd3\xf4\xa9\x9b\x65\xc0\x8d\x80\xec\xe8\x40\xa3\x6d\x72\x14\x78\x4e\xfe\xfe\x41\x78\x43\x39\x94\x58\x11\x69\x72\x61\x2f\x5c\x54\x00\x39\xad\xaa\xde\x51\x78\x23\xe4\xed\x1d\x02\xc9\x07\x6b\xde\xb4\xc3\x09\x98\xea\x15\x0b\x5b\x97\xd9\x96\xcd\x15\xf2\x6c\xd7\xe5\xed\xa6\x5e\x05\xc5\x22\xa8\x1f\xb7\xf4\x55\x91\xa6\x67\x4f\x9d\x64\x04\x4a\xf6\xb9\x71\x38\xeb\x26\x5a\x11\x90\x79\x76\xd2\x06\x2e\xfc\x55\x4f\x9a\xd6\xcd\x73\xa0\x81\xbe\xb2\xc3\x96\x65\x29\xdc\x9f\xdf\xd8\xa9\xd5\xb4\x48\xbb\xf3\x7b\x3e\xbf\x4e\xe3\xc5\xa2\x67\x6c\xc7\x52\x34\x2d\xac\xeb\xda\xc2\x70\x2f\x6a\xd3\xae\x2b\xdb\x02\xd7\xab\x78\xee\xc0\x95\xaf\x81\x0e\x4c\xac\x44\x77\xda\x37\x8b\x24\x3d\x04\xd4\x1b\xfb\x3c\x5d\x9d\x56\x83\x51\x68\xcb\xa0\xf4\x35\x70\xac\xbc\xd2\x06\x5b\xfb\xf4\x32\xbd\x4e\xe7\xbd\x18\xb8\x54\x65\xdb\xc6\x4a\x17\x15\x8e\x9b\x03\x94\x96\x56\x1e\x98\x4f\xe7\x57\x73\x2b\xce\xda\x1a\xb4\x09\xfa\x6c\x5c\x90\x5c\x27\xf3\xc4\x8f\x0b\x0c\x60\xbe\x7c\xd0\xe9\x86\x71\x82\x1b\x0d\x91\x52\xd0\x4a\x34\xfe\xd9\xc5\x05\xb2\x05\xc6\x03\xc9\x94\x5e\x26\x76\x1e\xe0\x5d\x5d\x6b\x26\x5b\xd8\xd7\xbf\x81\xd1\xb3\xfa\xb2\x9d\x75\xed\xaf\x17\x69\x74\x83\xa4\x45\xc2\xe8\x2e\xf2\x30\xda\x56\x7e\x1e\xa5\x0b\x5f\x36\x52\x41\x79\xaf\xbb\xde\x09\x5b\x75\x37\x0a\xd9\x66\x81\x3c\xd7\x6d\xbf\x39\xd6\x9b\x7f\x46\x95\x3d\xa5\x33\xea\x1c\xd2\xb1\x3e\xfc\xb3\x75\xfa\xa2\xb7\x7b\x8d\x79\x23\xfb\x02\x5f\x26\x8b\x34\xf6\x5a\x15\xc8\xaa\x69\x5b\xdd\x78\x9e\xa6\x14\x39\xae\x3a\xe1\xf8\x2e\xad\xda\x03\x5b\x57\xf7\xe0\x22\xfb\xa7\x6d\x24\xf1\xd9\xb1\xba\x4d\x0b\x6c\x81\x17\x0b\x4a\xe7\x56\x02\x8a\xae\x8e\xf5\x69\x5a\x58\x49\xd1\xc2\x70\xaf\x74\xd3\xce\xba\xd8\x8b\x45\xba\xb8\xf2\x93\x66\x99\x32\xd5\xb6\xde\x8b\x05\xbd\x8e\x91\x23\x7c\x1f\x28\xdf\x25\x37\x3a\x61\xab\xee\x46\x81\x27\x78\xb5\x8d\xc5\xbf\x3a\xd6\x5c\x36\x40\x97\x7c\x96\x38\x14\xb8\xa8\x99\xd3\x07\xda\xb1\xe0\x0d\x04\xf7\x7a\xcb\x66\xd6\xe5\xa6\xe9\xcd\xa5\xa7\xf2\x16\xe9\x70\xad\xab\x1d\xcd\xc3\x39\xe2\x44\xea\x81\xe4\xbb\xd8\x7a\x1f\x74\xad\x9d\x08\x40\xea\x5e\xdb\x48\xf0\xd1\xb1\xd2\xe2\x3b\xba\xd0\xe9\x22\x5d\x58\x09\xc8\xab\xdf\xf6\x00\x76\x2c\xb3\xec\xef\x5e\x65\xd1\xca\x2e\xd3\xf3\x45\xb2\x48\xbc\x96\x86\x67\x38\xb6\xad\x31\x4d\x68\xb2\x40\x9c\x89\x6e\x40\xbe\x4b\xac\x75\xc1\x56\xd8\x3d\x7c\x8a\xa6\xc4\x6c\xbf\x39\x25\x99\x7d\x46\x0d\xb1\xcb\xe4\x3a\xb1\xaa\x6e\xf8\xb3\x1b\xac\x53\x86\x79\x49\xe4\x1e\x09\x66\x8d\xac\x4b\x7b\x33\xbb\xb9\xb9\xf1\x5b\x5a\xf6\xc1\x6e\x79\xdd\xcc\xe7\x73\x5f\x3d\x20\xe1\xf8\xcb\x6e\xdb\x03\xb5\xb9\x9c\x83\xc7\x49\x9d\xbd\xa7\xb6\x81\xf8\x57\xc7\xda\xca\x06\xc8\xea\xfa\x9e\xf5\xb5\xc9\x70\x78\x36\x42\x1e\x0d\xd2\x97\xa6\x7a\x1f\x84\xaa\x9e\x98\x90\x31\x70\xa0\x64\xc6\xc6\x3d\x22\xb2\x71\x76\xd6\x4a\xa4\x3a\xd7\xb9\xf0\x62\x76\x91\xce\x6c\xc6\x95\x1c\x41\xea\x32\x39\x84\xa8\x54\x82\x88\xf9\x0d\x4d\xe8\xc2\x18\xc2\xed\x59\x63\x7f\xf6\x44\xfd\x23\xc8\xf2\xd3\x00\xea\xc0\x9f\x0d\xb7\x5f\xaf\xcb\x4c\xe9\x73\xa8\xf7\x4c\xcb\x55\xec\xf0\xa1\x29\x43\xb9\xdc\x69\x68\xce\x50\x64\x20\xc6\x88\x32\x38\xa2\xad\x78\x3c\xbb\x9a\x8d\x6f\xf0\x37\x4c\x7c\xe8\x92\x56\xdb\x62\x53\x65\xef\x69\x50\xad\x8d\xd4\xa0\x8a\x07\xbe\xc9\xc5\xb9\xe7\x17\xec\xb2\x82\x45\xf3\x7b\x53\x29\xf4\xb6\x2e\x76\xc9\xca\x36\x69\x6d\xb8\x37\xd6\xd5\x41\x66\x72\x75\x79\xe5\x3d\x93\x75\xfa\x51\x67\xb2\x4e\x07\xcd\xe4\xe6\x26\xf2\x9e\x49\xbe\xfc\xa8\x33\xc9\x97\x83\x66\x12\x45\x37\x37\xde\x53\xd9\xe7\x1f\x75\x2a\xfb\xdc\x31\x95\xde\xee\x1f\x13\x55\x3b\x9e\x1f\xc1\x43\xee\x4e\xf7\x8b\xed\x8f\xba\xab\xf9\xc8\xfe\x07\xfb\x97\xbd\xc6\x3d\xbd\x53\x79\xf8\x74\x4d\xaf\xec\xd1\x10\x8e\x70\xc5\xfa\x11\xed\x84\xfe\xd7\x03\x26\xab\x39\x32\x8f\xec\x7f\xb0\xf7\xd2\x6b\xdc\x13\xb8\x2c\x87\xcf\x4f\xf1\x03\x1e\xd3\xf9\x30\xe7\x9f\xd7\x88\xa7\xf4\xf8\x0d\x9f\xa2\xee\x3a\x3b\xb2\xff\xc1\xfe\x32\xaf\x71\x4f\xe6\x24\x1b\x3e\x4b\xcd\xe3\x74\x5c\xf7\x43\xdd\x4c\x5e\xa3\x9e\xc6\xb7\x34\x7c\x82\xaa\xb3\xe6\xa8\xde\x07\x7a\x68\x3c\xf9\xe7\x68\xb7\xcc\x21\x4b\xdf\xf8\x3a\x8e\xe9\x7c\x98\x83\xc3\x6b\xc4\x93\x79\x35\xa4\xa3\x0a\xaa\x7e\x0f\xf7\x60\x1c\xd7\xfd\x50\x6f\x85\xd7\xa8\xdd\x43\x7d\xb7\xe5\xa2\x28\xd7\xb2\x90\xb1\xdd\x1a\x16\x05\x1b\x92\x38\x4f\x5e\x45\xe3\x19\x5d\x93\x4f\xa1\xf8\x70\x09\x7f\x9a\x6c\xf7\x67\x77\x6d\x60\x11\xff\x59\xc4\x5b\x1d\x58\xe3\xcf\xe6\x82\x08\xc3\x50\xfb\x35\xcf\xb6\xb7\x32\x6d\xed\xbc\xd8\x23\x65\x51\x44\x0d\x3b\xb4\x2c\x0a\x54\xa7\xe1\x29\x72\x55\x8f\x03\x19\x47\xb3\x8a\xd0\xb8\x62\x1b\x63\x50\xec\xea\xd1\xbc\xd8\x07\xd5\x2a\x4e\x8b\x87\xce\x37\x79\x5e\xda\x96\x74\x41\xcb\x2a\x28\x69\xba\x4b\x68\x1a\xac\x0b\x5e\x6f\x9e\xff\x1d\x39\x39\x69\x94\x57\x30\x81\x1a\x3f\xee\x85\xba\xbd\x0d\xd6\x55\x40\xf7\xdb\x78\x83\x78\xe5\xd4\xba\xe9\xf6\x33\x86\x06\x6f\x51\x24\xbb\xaa\xd7\xff\xc3\x0b\x2a\xde\x99\x91\x0b\xe9\xd5\x62\x71\x27\x4b\x26\x87\x77\x2d\xad\x20\x32\x39\x24\xbc\x62\x8a\x70\xa7\x45\x93\x29\xf7\x64\x4c\x30\x97\x89\x3e\xc9\x6d\x1e\x27\x74\x55\xe4\x69\x2b\x66\x62\x35\x8b\x6d\x9c\x64\xf5\x23\x5a\x53\x46\x05\x91\x66\x15\x93\x04\x44\xc6\xd4\x66\xdf\x97\x34\x4e\x8b\x4d\xfe\xf8\x03\xe2\x5b\x15\xfe\x3a\xfb\x88\x50\x30\xfc\xfb\xfa\x71\x4b\x5f\xa7\x71\x4d\x7f\xd0\x40\x77\x06\x56\x5a\xd7\xd9\x7a\x40\x6b\x06\x1b\x2a\x9e\xe7\x45\x12\xe7\xfe\xfd\xd6\xc5\xa6\x5e\xe9\xcd\x9f\xe2\xed\x96\xc6\x65\xbc\x49\x2c\x15\xa5\x2a\x9a\xd3\xa4\xd6\x49\x19\xac\x8b\x9f\x02\xe0\x93\x32\xdb\x2c\x9f\xba\xac\xc6\x6b\xa0\xaa\x0b\x6f\x53\x3a\x18\x78\x80\xcc\xf9\xfa\x7d\x9c\xef\x68\x2f\x33\x86\x58\xd9\x36\x15\x64\xb0\xc8\x72\x64\x7f\xd0\x9a\x40\x19\x4e\xab\xda\xc3\x23\xef\x01\x00\xd4\x33\x6e\xaa\x50\xd4\xc5\x96\xeb\xc6\x50\x6a\xbf\x4f\x49\xa4\x28\x45\x19\x08\x8a\xb6\xd1\xa3\x5e\xd5\x52\x3f\xb2\xc8\x8e\xa1\x24\xfb\xd0\x0a\xf2\x25\x86\x59\x3f\x5e\x6a\x8b\x6e\xcd\xbc\xa1\x58\x54\x6b\x0c\x8b\x49\x3f\x1a\x13\x1c\x8f\x70\x7c\x7d\xe5\x87\x88\xb6\xc4\xdb\x3c\xce\x36\x8c\x37\xed\xbb\x9b\xb9\x75\x85\x8e\x35\x89\x10\x0c\xee\x8c\x0a\x4f\x1e\x0a\x99\x6f\x4e\xdd\x0f\xf2\xfd\xc6\x76\x4f\xfa\xd8\xbb\x99\x98\xfe\x33\x56\x95\xc0\xa7\x9f\xc2\x34\xbe\x45\x55\x8c\x71\x9f\x70\x2b\x01\x35\x12\xf8\x1a\x8f\x0d\x13\xc1\xb6\xc4\x5e\x45\xb3\x3a\xd3\xc1\xd0\x89\x30\x64\x00\x17\xbc\xd6\x5c\x1f\x26\x68\x14\x35\xa2\xdf\xbe\x67\x40\x7f\xe8\xac\x0c\xd6\x72\xbd\xcb\xeb\x6c\x9b\xd3\x1f\x9e\x5c\x65\xda\xd8\x02\xc6\x25\x8d\x75\xc5\xee\x2e\xec\xc6\x5a\x42\x7d\x71\xa4\xcc\x9e\xa5\x39\x22\x38\x4a\xa9\x47\x5b\x3d\x3e\xe8\x3a\xac\xd6\x50\xa7\xd4\x10\x5a\x7e\x40\x02\xb6\x94\x0b\x6a\x3e\xbb\x8a\x05\x75\x2a\x1d\xd8\x47\x4a\x56\x34\x79\x87\x94\x51\xd0\x09\xa2\x97\x4d\x70\xd2\x04\x00\x06\xb0\x3b\xb7\x60\xe3\x79\x55\xe4\xbb\x9a\x6a\x94\x9d\x2a\x55\x34\x45\xed\x25\x5f\xc8\xdf\x4b\xab\xe7\x87\xff\xa5\x7e\x03\xad\x6c\xd3\x0d\x6d\xef\xc6\x66\xea\x76\x7e\xea\xa9\x9c\xd8\x69\x6f\xa8\xd1\x1e\xd4\xa1\xf6\xa5\x51\x76\x10\x18\x07\x9e\x56\x40\x89\xca\xea\x36\xa1\x9b\x9a\x96\x86\x6a\xd2\x79\xc9\x52\xb2\xb6\x3b\x98\x6b\x51\xaa\x3a\xae\xb3\x44\x5d\x12\x73\x94\x69\x24\x6b\x2b\x3a\x9f\x47\xbd\x8f\xf3\x2c\x0d\x16\x94\xa6\x6c\x5f\x68\xe6\xc7\xec\xae\xbb\xee\xdb\x97\x56\xaa\xf0\xa2\x95\xbc\xfc\xb6\x6d\x94\xba\x28\x98\xee\x40\x58\x0b\x1e\xb7\xb0\x71\x04\xc1\x7e\x0a\xb2\x4d\x4a\xf7\xb7\xb3\x3b\x0d\x21\xa3\x4e\x24\xaa\xae\x55\x4c\x23\x4f\xfd\xad\x1d\x57\x2d\xf7\x9c\x17\xe1\x28\xba\xbc\x1a\x5d\xde\x8c\xc6\x37\x67\xe8\x79\xed\x67\x5d\xfe\x3b\x95\x1c\x75\x2a\x8c\x2c\xea\xa0\xa7\xdb\x93\x5d\x27\x64\x60\x9b\x66\xe9\xff\x32\x16\xb5\x2b\x54\x66\x4b\x09\x5b\x53\x1c\xee\x1d\xac\x81\x61\x5c\x86\x8b\x02\xec\xba\x4e\xc3\x0e\xe6\x67\xe4\xdf\xb2\xf5\xb6\x28\xeb\x78\xa3\x55\xc7\xcf\xd6\xf1\x92\xde\xee\xca\xfc\xd5\xfd\xb3\x34\xae\xe3\x5b\xf8\xe1\xbc\x7a\xbf\xfc\x74\xbf\xce\x47\x2f\xa6\x49\xf5\x7e\x49\xf6\xeb\x7c\x53\xbd\x7e\xb9\xaa\xeb\xed\xed\xf9\xf9\xc3\xc3\xc3\xf8\x61\x3a\x2e\xca\xe5\xf9\x24\x0c\x43\xd6\xf8\x25\x01\x46\x79\xfd\xf2\xfa\x25\xe1\x2b\x0d\x7f\x7c\x9f\xd1\x87\xdf\x15\xfb\xd7\x2f\xe1\x95\x2c\xb9\x7e\xf9\x62\x4a\x5f\x4c\x93\x6d\x5c\xaf\xc8\x22\xcb\xf3\xd7\x2f\x5f\x4c\xa6\x7c\x0e\x2f\x49\xfa\xfa\xe5\xd7\x93\xf1\x94\x5c\x8e\xaf\xa6\x5f\x8d\x2f\xc9\xc5\x78\x36\x4d\x82\xf1\x45\x10\x8d\xc3\x8b\xf1\xc5\x65\x10\x8d\x2f\x48\x34\x8e\x82\xf1\x75\x1e\x8d\x23\xc2\xfe\x3a\x1d\x5f\x04\xd3\xf1\x75\x32\xbe\x0c\xc6\x97\x53\x12\xb1\xff\x4e\xae\x48\x34\x9e\x8c\xaf\xf2\xe0\x82\x5c\x8c\x2f\x19\x88\xe9\x78\x16\x8c\xaf\x01\x54\x34\x8e\x7e\x7a\x79\xce\xf1\x60\x98\xbf\x98\xd2\xfb\x67\x67\x2a\x49\x4a\xba\xa5\x71\x7d\xbb\x29\xc4\x9f\xd4\x6f\xad\xf6\x87\xf0\x8b\xd6\x84\x17\xb4\x8e\xae\x05\xb5\x85\x66\x52\xba\x82\x4c\x88\x0e\x4d\xfb\xa9\x6c\x8e\xff\xee\xc9\x14\xe2\xc4\x8e\xb2\x86\xeb\x00\xae\x08\x19\x76\x00\x47\xec\x91\x96\x0f\x75\x96\x63\x1b\x94\x85\xc3\x0c\x92\xf1\x52\xe0\x82\x3e\x7e\x86\x8c\x6d\x50\x94\xcf\xd1\xa1\xeb\x62\xeb\x58\xab\x9e\xb5\x44\xce\x36\xbb\xaa\x2e\xd6\x81\xa0\xcf\x60\xd1\x6c\xd6\x79\x22\xb7\x0d\x8b\x74\x9e\x50\x2e\x2f\x5a\xb9\x9c\x19\x72\x79\x41\x66\xa8\x5c\x72\x5f\x87\x90\x4b\x12\x7e\x15\x92\xc9\xea\xe2\xa7\x75\x48\x66\x5f\x85\x64\xba\xba\x40\xc4\x48\x90\x52\xf8\x02\xf9\x1a\x9f\x5f\x6f\xf7\x24\x0a\xb7\x7b\xd2\x48\xd4\x88\x9d\xd7\xc9\x3f\xbd\xd2\x11\x04\x22\x52\x30\x80\x6a\xe7\x03\x55\x44\x4b\x55\x5f\x3e\xfd\x40\xda\xa2\x63\x3e\x29\xfb\x9e\xcd\x76\xb4\x19\x30\x0e\x50\x7d\x9b\x6d\x6f\x57\xcf\xdd\x57\xd0\x4e\x9e\x20\x4d\x58\xc6\x67\xaf\x59\x1d\x00\xb2\xa9\x36\x8e\xad\xd6\xc0\x11\x6e\x81\x2a\x74\xd8\x48\xd3\x8b\x84\xa2\x61\x85\xfc\xc3\x50\x14\x80\xf5\x7a\x11\x38\x9c\x07\x3d\x46\xe7\x85\xed\x05\x2d\xce\x4e\x49\xf6\x45\x06\x97\xe7\xe8\xaa\xc2\x37\xce\x25\xc7\xc2\x34\x88\xd8\x03\xf9\x28\x91\xce\x36\xa7\x3d\xb0\xa4\xc9\x74\x86\x4d\x56\x8e\xf3\xab\x3e\xb2\x4c\x26\xe1\x68\x36\x3d\xea\xc8\x62\xd0\xc1\xff\xd0\x62\x12\xd0\x79\x6c\x11\x8d\xff\x57\x67\x79\xd1\xa3\x4b\xa7\xf5\x81\xc7\x17\xd1\xdd\x60\x52\xce\x11\xbf\xa0\x03\x4c\x34\x69\x8d\x09\xf6\x67\x6e\x31\x30\xe6\x7a\x49\xaa\xba\x2c\xde\x51\xb0\x1f\x38\xde\x86\xb1\x11\x4d\x48\x34\x11\xe6\x46\x92\x95\x49\x4e\x49\xb2\x7f\xfd\xf2\xf2\x25\x49\x1e\xe1\x3f\xe5\xeb\x97\x17\xe3\x99\xb4\x04\xc0\x22\xe1\x30\x03\xc6\x70\x7f\x2b\xb2\xcd\xeb\x97\x30\x2d\x6e\x98\xcc\xc6\xd7\x64\x3a\xbe\x5c\x8d\x2f\xbe\xba\x24\x97\xe3\x59\x63\x43\x74\x81\x5f\x8f\x27\x00\x7e\x7c\xf9\xb2\x35\x72\x24\x92\x12\x6f\x98\xc5\xff\x3e\x67\x1f\xc1\x51\xa8\x3d\x23\xf8\xca\xa5\xfc\x14\x79\x1d\x70\xfa\x91\x6c\xfc\x91\xcf\x3f\xf8\xb0\xbf\x9c\x13\xd0\x50\xe9\xfe\xd7\x19\xe8\xc4\x67\xa0\x7f\x3e\xbd\xf5\xf1\x8f\x4f\x1f\x56\xe1\xa0\x47\x97\x66\xf7\xb5\x1d\xa1\x6c\x26\x95\x13\x58\xff\xc6\xef\xd5\xfd\xc8\xa3\x54\x03\xcf\x75\x98\xb2\xcd\xef\x20\xa0\x16\xbb\xfe\xc0\x31\x0e\x3a\x50\xd1\x8b\xcb\xf0\x32\xc5\xde\x69\xc1\x87\xe1\x48\x1c\x7b\xa4\xea\xe3\x4a\xaf\xf1\x8f\x38\x54\xf5\x10\x5f\x3f\x00\x99\xab\x6b\x3d\xfc\x1c\x02\xd5\xf7\x60\x75\x2a\x51\x37\x2e\xb9\xda\x6b\xd1\x45\x5e\x3c\xdc\x96\xc5\x03\x81\xab\xd1\xee\x85\x97\x13\x9e\x76\x5b\xa9\x84\xaf\xf8\x97\x2e\x55\x81\xf1\xf9\x6b\x28\x22\x17\x70\x7f\xdb\x55\x75\xb6\x78\x84\xf5\xa6\x9b\x5a\xfe\xec\x77\xe3\xa7\xa1\xcd\x6f\xa4\x3b\x24\x69\x13\xbe\x7a\x11\xe8\x90\x91\xcd\xb0\x47\x71\xe7\xa8\xc6\x87\x00\x02\x46\x8e\xb7\x75\x96\xa6\x39\xf2\xda\xd6\x3a\x00\x12\x83\xa2\x0e\xd5\x03\x09\x78\x96\x53\xc9\xa2\xb4\x65\x4b\x6d\xf7\x7a\x6a\x27\xe0\xcf\x3c\x07\xae\xba\x42\x2b\xaf\x98\x91\xfe\xeb\xd7\xe6\xaa\x1d\x16\xbf\x5a\x95\xd9\xe6\x5d\x7b\x03\x8b\x5d\xc7\x7a\x5d\xc6\x62\xe4\x6a\x82\xe2\x7c\xa7\x3b\x08\xac\xe5\x26\xbc\x0b\xe3\x21\x16\xce\x9e\xb8\xa6\xe9\xc7\xba\x36\x46\x07\xfd\x55\xbb\x64\x4e\x70\x8b\xec\x22\x8a\xbf\x7f\xc6\x49\x5a\xbb\xb3\x46\xeb\x76\xeb\xe9\x01\x77\x74\x6a\xf0\x76\xf6\x19\xe0\x6d\x77\xf7\xf3\xb4\x0f\x0d\xe2\x68\x91\xa0\xf0\x7b\xcf\xb8\xff\xba\x2a\xff\xd7\x55\x39\x62\x63\xf5\xb2\x15\xb7\xf7\x0e\x63\xae\x0f\x75\x89\xa6\x8f\x8d\xc5\x46\x7b\x49\xc4\x3f\xe0\xea\xde\xc0\x00\xf5\x64\xf9\x21\xff\xeb\x08\x02\x30\xb8\x44\x33\xb7\x3c\xd5\xd6\xbf\xe2\x08\x7e\x59\x3e\xb4\x5f\xa9\x46\xfe\xe0\x8e\xb0\x7e\x56\xf7\x54\xa5\x1f\x37\x20\x01\xd5\xe3\x4a\x6c\xab\xc5\xb3\xe6\xb9\x21\x9c\x24\xd0\xc1\x13\xc5\x41\x66\x58\x1f\x18\x3f\x23\xf0\xa8\x20\x8c\xa1\x90\x0e\x33\x14\x31\xcf\xd4\xad\xc3\xfb\xe7\xcb\x9e\xa7\x8c\xf9\x38\x12\x65\xe9\x33\xfb\x10\xa8\x0f\x0c\x72\xf0\x9e\x89\x9f\x5b\xf4\xb8\x19\x7d\x9c\x58\x16\xff\x29\x7b\x38\x61\x8f\x9c\xf0\x87\x8e\x9c\x19\x38\xd7\x21\x0e\xdf\x53\xcc\xfc\x03\x44\xed\xe0\x48\xb4\x9e\xe1\x5b\x9b\xab\xd9\x77\x3e\x27\x8d\x07\xf2\xc3\xd6\xea\xc2\x3e\x02\xe7\x8f\x18\x6f\x64\xe0\x74\xf0\x86\x63\xd9\x5f\xfa\xfa\x1d\xb6\xdd\xa2\xbb\xeb\xc0\xad\xec\x63\x05\x5a\x59\x86\xfd\x55\x3b\xf9\x4e\x10\x77\xe5\x26\xcb\xc1\x6e\x3e\xff\xa8\x2c\xdd\x67\x37\xe0\x9e\xb6\xa7\xa3\xbf\xc3\xef\xd0\x31\x8f\xb9\x18\x76\x79\x68\x04\xa8\xc1\xde\x99\x7f\x85\x99\xfd\x42\xc3\x35\xfe\xb7\xf0\x1b\x6a\x37\xc5\x87\xf2\xe6\x87\x8a\x1f\xe9\xf7\x1d\x7a\x0a\xd5\x3f\x24\xf4\xcd\xcb\x7f\xe8\x39\x81\x5f\x4b\x18\x9d\xd3\xb1\xe2\xab\x01\xff\x15\x8b\xf7\x4b\xf3\x23\xfe\xf3\x29\xf7\x7f\xac\x0b\x72\x98\x56\xfe\xd8\x61\x7d\x7d\xce\x39\x6b\x88\xdf\x41\x7e\xb5\x83\x03\x06\xbd\xd1\x1c\x68\x20\xfa\x80\x3a\xc6\x25\x79\x3a\xbc\x4e\x68\xca\xa2\xee\x13\x67\x68\xe2\xc1\x4e\x92\xa3\xa2\x28\x8f\x46\xfb\x68\x1f\xcf\x29\xe3\x35\x07\xcc\xe6\x03\x3b\x29\x3f\x6a\x84\xe8\x90\x69\x7f\x48\x47\xe5\xc7\x8a\x48\x1d\x3c\xdf\x8f\xe2\xac\xfc\xd0\xf1\xb0\xbd\x0e\x40\x7b\x6c\xec\x61\xce\xbf\xa3\x63\x6d\x7d\x31\x3e\xb1\xd3\xf2\xe3\x47\xf3\x76\xbd\x8f\x87\x6f\x4a\x8e\x3d\xa8\xd7\x11\x79\xf0\xa8\xd6\x1d\xb9\x6f\xdb\x9b\xd7\x1b\x3c\x60\xd6\x4c\xed\x29\x89\xcd\xeb\xc4\x42\x76\x40\x1e\x3f\x2b\x4e\xf1\x68\x54\xed\xdd\xae\xa2\xa5\x34\xf2\xc0\xcf\xe8\x93\x4d\xad\x4d\xf7\xa9\x7e\xf4\xcb\x48\xda\x97\x6a\xcc\x4c\x14\x6a\xcb\x10\x6a\xa0\x89\xe5\x10\xfd\xd8\x19\x46\xd9\x52\xf5\x27\x16\x9d\xd7\x1b\xb4\xb2\x2f\xac\x58\x4a\x93\xa2\x8c\xdb\xee\x68\x6f\x8b\x11\x3e\xaf\x37\x63\x6e\x60\x9f\x26\x39\x28\x83\x67\x4f\xe8\xc9\x10\x91\x5f\x9f\x64\xb6\xce\xf1\x25\xa2\xa4\x58\x4b\x50\xd6\xb2\xf9\x19\xfc\xb5\x81\x7d\xf6\x94\xec\xca\xaa\x28\x6f\xb7\x45\x86\xfa\x2d\x62\x37\x2a\x8b\x8c\xe6\x69\x45\xdb\x4c\x5a\xbc\xc3\x93\x00\x17\xd0\xf7\x74\x53\x57\x76\x7a\xca\x2a\x08\x4f\x3d\xae\xf0\xe7\x61\x78\x35\x5f\x98\x75\x7e\xf8\x8f\x4e\xc0\x58\xe6\x62\x14\xfc\xe5\x4d\x7a\xd3\x01\x7f\x39\x49\x90\x7a\x59\x2a\x78\x3b\x3f\xc8\x26\x63\x2d\xe1\xec\x21\x18\x38\x39\x69\x1a\x8d\xa2\xe9\xe5\x68\x72\x71\x33\x1a\x5b\x38\xa9\xc1\xc4\xc9\x51\xcd\x94\x1a\xce\xfa\x60\x6b\xe2\xe4\xc8\x5b\x5b\xb6\x6b\x6f\x08\x63\x09\xa1\x5a\x15\x0f\xdd\x6b\x0c\x8d\x22\x65\xb1\x4d\x8b\x87\x4d\x50\x17\xcb\x65\x4e\x7d\x56\x89\x2f\x88\x3e\xe5\x59\x32\x3f\xc1\x94\x3d\x98\xc9\x6b\xe2\x12\xce\xe0\xe9\x37\x3e\x82\xe3\xd8\xad\x29\xd3\xd1\x4b\x4e\x3d\x61\x75\x4f\xca\x3d\x0d\xb4\xa7\x5c\xcf\xe2\xcb\xc9\xe5\xb5\x31\xc0\xec\x62\x36\xbf\x9c\xf4\x0d\xe0\x58\x8c\xa6\x91\xa7\x6c\x3b\xb0\x70\xca\x36\xdb\x23\x22\xa0\xb8\x0f\xb5\x7b\xc4\xbb\x9d\x99\xb7\x80\x1f\xb1\x3c\x87\x8b\xb8\x27\x0c\x0f\x21\x57\x28\x33\x50\xcc\x9b\xb5\xd1\x4a\xb3\xd1\xd9\x6c\x86\x94\x69\x1d\x3e\x71\x2f\xde\x3a\x91\xa8\x5b\x89\xe0\x21\xec\x7e\xfc\xc7\x2b\xcd\xf4\xd2\xb4\x09\xa0\xf0\x89\x07\x51\x00\x7b\x4a\xfa\x24\xba\xbe\x9e\x9a\x32\x16\xd1\x2b\x3a\xbd\x70\x83\x77\xad\x05\x6f\xe2\x29\xe5\x0e\x0c\x9c\x52\x7e\x39\x1b\x45\x57\x17\xa3\x9b\xa8\x97\xc6\x7d\x12\x2e\x66\xe4\x2d\xdf\x07\x2f\xc9\x11\xd2\xed\x03\xc1\x47\xb6\x25\x45\x06\x4a\x76\xb3\x1e\xda\x22\x25\x57\x17\x53\xe4\x09\xdd\xd0\x29\x7b\xf0\xd2\xa9\xa4\x1a\x9f\xbe\x87\x4c\x7b\x70\x5b\xb6\x59\x14\xfd\x84\xbc\x8a\x27\xf3\x0e\xb7\xc3\x8f\x76\xa8\x9e\xb2\x1c\x4d\xaf\x2f\x6e\x2e\x4d\xd8\xd1\x55\x7c\x6d\x51\xbf\x00\xdb\x41\x7c\xf6\xdd\x53\x8a\x1d\x63\x3b\xa5\x78\x16\x8e\xa2\xab\x70\x14\x5d\x3b\x54\x25\xa0\xe1\x96\x61\x98\x89\xb7\x00\x1f\xb6\x08\x87\x4b\x6f\x7f\x77\x0f\xd1\xe5\x54\x18\x2a\xb7\x72\x05\xb4\x99\x86\x57\xe1\x95\xc5\xf0\xf6\x9e\x69\x1f\xdf\x9c\x48\x62\xb1\x59\x7b\x88\xab\x0f\x5b\x89\x5a\x5d\x7a\x2d\x21\x84\x86\x8b\x45\x12\x85\x57\x77\x66\x0d\x7f\xf6\xa3\x13\x30\x56\x1c\x09\x73\xe0\x87\xf1\x75\x68\x56\xfb\x4d\xa7\x37\x14\xab\x5e\xa1\x82\x77\x2c\x80\x68\xa2\xcb\xee\x21\x18\xf4\x78\x40\x27\x9c\xca\x93\x5e\x22\xf7\x88\xaf\x9c\x92\x29\xc1\xa7\x5f\x93\xc3\x85\xd8\x0b\x82\x87\x1c\x37\x14\xc1\x45\xd9\x3a\xe5\x66\x41\xd4\x29\x27\x97\x37\xb3\x3e\x3e\x39\x56\x9a\x87\x4c\xbc\x5f\xa0\x2d\xd3\xf7\x90\x69\x1f\x76\xe3\xb5\xe5\x7a\xd5\x62\xe3\xde\xf7\xb9\xb1\x68\xe1\x7a\xee\xc3\xc9\xf5\x64\x3a\x9d\x9a\x45\x90\xd2\x49\x64\x33\x96\x04\x74\xc7\x1a\xf0\x16\x9e\x7b\xb1\x63\x7c\xb7\x3c\x47\xd7\xa3\xab\x2b\xa7\x8d\x23\xf0\x70\x4b\xb3\x98\x8e\xf7\x76\x7c\xe8\x6a\x1c\x2e\xcb\x3e\x00\x3c\x44\x59\x52\x63\xe0\xa6\xdc\x2c\x85\xb6\x3e\x93\x68\x31\xb1\xf8\x07\x06\xcc\xb7\x9f\x89\x4e\x24\xc7\xf8\xdc\x7d\xc4\xb8\x9f\xcb\xa0\x06\x62\xff\x1e\x70\xbd\xb8\x59\xc4\xe6\x1e\x00\x3f\x3a\xc0\xfa\xee\xca\x13\x7a\x49\x4d\xe0\x69\x4c\x43\x6a\xe1\x49\x0e\xdc\x41\x7d\x68\xe0\xbb\x23\xdb\x47\xef\x91\xe0\xcb\xd1\x24\xba\x1a\x4d\x22\x87\xdd\xc3\x11\x71\x8b\x30\x9f\x8d\xff\x76\x7c\xd8\x52\x1c\x2e\xc0\x1e\xfd\x3d\xe4\x57\x50\x62\xe8\x46\x2c\xd7\x41\x37\x97\xd2\x9b\xd4\x62\x53\xfb\x4f\xb6\x97\x7f\x4e\x24\xbc\xe8\xc4\xbd\x64\xd7\x83\xbf\x52\xa5\xa6\xa4\x55\x07\x8a\x9a\x79\xe6\x5b\x3c\xf6\xa3\x1d\xaa\xaf\x4f\x6b\x3a\xb9\x9a\x74\x0e\x3d\xe9\x24\x9a\x58\x7c\x5a\x00\xdb\xa9\x38\xcb\x77\xbe\xde\x2c\xfb\xd8\x4e\xc9\xbd\x9a\x8d\xae\xa3\xd1\xf5\x95\x9b\xac\xbd\x1b\x6f\xf9\xce\x7f\xdb\x3d\x6c\x09\x8e\xd9\x74\xfb\xba\x7b\x6d\xb9\x8c\x0a\x43\x4f\xc1\x92\xfe\xfa\x79\x3f\x8a\x23\xeb\x86\xeb\x39\xd3\x3e\xae\x39\xd9\x66\xdb\x9d\xb5\x87\xb8\xf6\x33\x95\xb8\x76\x37\xef\x93\x07\x5f\x51\x1a\x70\xbc\xaf\x8f\x8f\x1c\xc6\x41\x7d\xa3\xe9\xb8\x9f\x5a\x4a\x70\x81\x27\xb9\x7a\xc4\xd1\xc4\xd6\x94\x4c\x39\x7d\x47\xf8\x8a\x1f\x19\x0e\x97\xc9\x41\x90\x3c\xc4\xb3\x43\xa0\xc1\x17\xc5\x47\x72\xc4\xb1\x42\x7b\x08\x41\xfa\xe5\xb7\x87\x2c\x1e\xa2\x3c\x80\x39\x3b\xf7\xc8\x83\xef\x23\x3b\x90\x3c\xe5\xf9\x04\x03\x79\x2c\x8d\x79\x8d\xec\xbc\x8a\x0b\xaf\x47\x51\x74\x35\x8a\x26\x43\x08\xe7\x29\xd7\xf6\xab\x61\x49\x88\x83\x25\xfb\x14\x37\xc2\x03\x61\x0d\x90\xee\xc3\x6f\x88\x4f\xc0\x21\xa7\x92\xf0\x53\xdf\x18\xf7\x12\xc7\xe7\xe6\x78\x10\xbb\xea\x37\xc8\x83\x6f\x25\x0d\x38\xbe\xc6\xf5\xb1\xc3\xf8\x2c\x8d\x76\x81\xec\x99\x3b\xc0\x93\x5c\xbe\xb2\x6d\xb9\x14\x96\xd3\x3f\x5c\xb2\x8f\xbe\x0b\x1e\x04\x69\x88\x54\x1f\x78\x37\x7c\x34\x47\x9c\x4c\xa2\x4f\x7a\x57\xdc\x43\x16\x0f\x69\x1e\xc0\x9c\xea\xdd\xf1\xe0\xdb\x49\x15\x88\xef\x55\xf1\x51\x63\x78\xac\x85\x72\x75\xec\x74\x28\x4c\x47\xd1\xe5\x64\x14\x5d\x5f\xf8\xd1\xc8\x53\x7a\xd1\xeb\x60\x39\xe7\x83\x45\xf7\xc8\x5b\x60\x7f\x30\x03\x84\xf6\xb0\x5b\xe1\xa3\x56\xff\x54\xe2\x7a\xc2\x5b\x62\x17\x35\x7c\xdc\x5a\x03\xb8\xd0\xb8\x35\x1e\x7c\x11\x69\xc0\xf1\x74\x47\x1f\x3d\x8c\xc7\x7a\xe8\x97\xc6\x4e\x7a\xcd\x66\xa3\xe8\x66\x3a\xf2\x70\x2c\xf8\xdd\xff\x9a\xd8\x9a\xa2\x2b\xa7\x7f\xb0\xe8\x1e\x7f\xfd\x3b\x08\xd2\x00\x01\x3e\xf4\x3a\xf8\x68\x8e\x38\x95\x18\x9f\xf6\x7a\xb8\x87\x2c\x3e\xc2\xec\xcf\x9c\xfa\x6d\xf1\xe0\x6b\x48\x1d\x8c\xe7\xce\x7b\xec\x28\x1e\x2b\xa2\x5d\x16\x7b\x3e\x61\xf3\x23\x95\xa7\x18\x5b\x2e\x80\xe5\xd4\x0f\x96\xe2\xa3\xef\x7d\x87\x00\x1a\x20\xc3\x07\xde\x03\x1f\xcb\x0a\xa7\x92\xe0\x93\xde\x0b\xbb\x69\xe2\x15\xe6\xe1\xcd\x94\xda\x3d\xf1\xe0\x3b\x48\x0d\x8a\xef\x3e\x7c\xdc\x20\x1e\x8b\xa1\x5e\x13\x3b\xc9\x74\x71\x0d\xcf\x49\x26\xb3\xd0\x93\x50\x9e\xc2\x8b\x5f\xfd\xca\x89\x1f\x2c\xbb\xc7\xde\xf8\x0e\x80\x33\x40\x72\x0f\xbb\x01\x3e\x92\x0b\x4e\x25\xb7\xa7\xbc\x11\x76\x12\xc4\x47\x6a\x87\xb0\xa3\x7a\x43\x3c\xf8\x16\x52\x05\xe2\xb9\xe7\x1e\x37\x86\x97\x06\x6d\x2e\x88\x9d\x51\xa9\x93\xd1\xec\x7a\x74\xe9\x71\xca\xf0\xb8\xec\xd5\x70\x34\xc5\x55\xce\xf8\x88\xad\xf6\xa8\xbb\x5e\x7f\x30\x83\xb6\xd9\x03\xee\x7e\x8f\x5b\xfb\xd3\x6d\xb1\x27\xbb\x0b\x76\x51\xc3\x27\x32\xba\x97\x07\xf3\x6c\xf3\xee\xc9\xf2\x54\x3f\x4e\xd9\x3f\xfe\x0f\xbf\x01\x98\x2e\xa5\xd7\x57\xec\x9f\x0e\x88\xdd\x26\xa5\x25\x9b\x98\x03\x8e\x33\x3a\x66\x23\x25\xf0\x10\xc8\x7d\xd1\x50\x9b\x56\x1a\x8d\x3b\x1e\xef\x27\xdb\xf9\x12\x07\x0e\x65\xbb\x82\x7c\xf9\x66\x0c\x2f\xc0\x65\x46\x02\xc8\x47\x60\x64\x44\x8d\x44\xae\x81\x9e\x84\x04\x53\xc8\x6e\x8a\x8d\x55\xad\x5d\x38\x54\x6b\x03\x07\x35\x51\xab\x47\x5e\x56\x33\x2f\x82\x15\x0d\xc8\x06\xa1\x67\x91\x50\xd2\xd9\x3a\xfa\x7c\xaa\x74\x57\x33\xc7\xce\xb0\xa1\x20\xf7\xc7\xf7\xf5\xe3\x96\xbe\xae\x76\xf3\x75\x56\xff\xd0\xf6\xee\x90\x41\x69\x5c\xd2\x8a\xfa\xb6\x9d\xef\xea\xba\xd8\x28\x8d\x9f\x5c\xf3\x58\xc4\x29\x55\xd3\x2d\x88\x1c\x04\x3c\x9d\x03\xa3\x66\x5c\x1e\x9c\xc9\xc1\x84\x6d\x49\xe5\xc0\x9a\x71\xcd\xc3\x34\xcc\x59\x93\x06\x01\x51\x86\x49\x91\xe7\xf1\xb6\xd2\x9a\xab\xf9\x7d\xad\x3d\xb2\xcd\x12\x29\xd3\x26\x18\x25\xbc\x63\xca\x00\x6a\xf5\xad\xb2\x34\xa5\x1b\x35\x73\x06\x6f\x43\xc6\x53\x91\xde\xe2\x60\x6a\x28\x98\xf4\xd3\x84\x29\x51\xac\x72\x1e\xfb\x1d\x72\xd7\xe1\x9f\x98\xde\xc5\xbf\xe4\x74\x81\x14\xaa\xc3\x07\x56\xf7\xb2\x87\x55\x56\xd3\xa0\xda\xc6\x09\x23\xfa\x43\x19\x6f\x7b\xfb\xdc\xde\xc6\x8b\x9a\x96\x78\xbe\x15\xb5\xd4\xdd\x78\x32\x9b\xd1\xb5\x99\x52\x45\xfc\x2a\xab\xd7\xdd\x3f\xbb\x7f\x26\xc5\x18\x04\x6b\x4a\xd7\x3c\x6d\x4a\x23\xdc\xbc\x94\x5e\xf3\x3b\xe9\xe6\x5a\x69\x4a\xd8\xc9\xbf\xf3\xf1\xd1\x2e\xfd\xf3\xa3\xeb\x6d\xfd\x28\x67\xd9\x53\xbb\xaf\xe9\xbb\xa6\x9b\xdd\x80\xbc\xd5\x51\x18\x86\x7a\xea\xea\x45\x5e\xc4\xf5\x2d\x6b\x76\xd7\xd6\xc6\x8c\x42\xa6\xf5\x74\x0d\x2d\x6b\x0c\xde\x8e\x79\x92\x4c\xb6\xdd\x9a\xf9\x63\xda\x10\x51\x23\xcd\x0d\xc0\xcf\xb3\xaa\x0e\xaa\xfa\x31\xa7\x96\x6c\x36\xcf\x19\x76\xea\xaf\x79\xb6\xbd\x95\x19\x3b\xe7\xc5\xbe\x9b\xe2\xa6\xf1\x83\xc9\xff\x1f\x47\x33\x5b\x12\x6c\x27\x0d\x81\xd2\x4f\x7c\xcd\xa1\x76\xa3\x17\xe5\x39\x93\x88\x6e\x21\xef\x03\x45\x26\xfd\xab\x8d\xea\xf0\xaa\xf5\x81\x88\x54\x6b\x2b\x2e\x08\x32\x57\x97\xd7\x1e\xc8\xac\xd3\x03\x91\x59\xa7\x43\x90\xb9\xb9\x99\x78\x20\x93\x2f\x0f\x44\x26\x5f\x0e\x41\x26\x9a\x84\xa1\x07\x36\xfb\xfc\x40\x6c\xf6\xb9\x1d\x1b\x8b\xba\x36\xa5\x9d\xc9\x36\x8c\x28\xb4\x8f\x99\x18\x3f\x34\xca\xbf\x0a\x79\xf5\x00\xff\x31\x14\x6d\x78\x80\x7e\xed\x2a\xe7\xc1\x8a\x16\x9b\xe7\x50\x85\x2b\xb2\xe9\x76\x57\x23\xbc\x33\xf9\xc0\xba\x26\x1c\x71\xd7\x8a\x98\xa3\x7c\xdc\xdd\x0f\x5b\x05\xc9\xaa\xb6\x45\xc1\xfa\x18\x0b\x34\x68\xaa\xc7\xae\x8b\x4e\x31\x83\x12\x16\x18\x0c\xbe\x6b\x69\xdb\xcd\x14\x16\xd9\x51\x7b\xd7\xb5\xb6\xc6\x28\x1f\x6a\x69\x8f\x18\x1c\x37\x77\x1d\xdd\x45\x12\x47\x17\xf2\x4d\x51\xe2\x0f\xc3\x98\x5d\xed\xe0\xe4\xd0\x21\xb3\x1b\xca\x89\x6e\x1a\xf9\x71\x62\xc3\x7f\xdf\xef\x83\x6d\x1e\x27\x74\x4d\x37\xf5\xff\x7c\x5d\x17\xdb\x1f\xec\xd6\x39\xd2\x01\x88\x33\xac\x0b\xa7\xdb\xb0\x3e\x6c\xca\x3f\xa8\xfb\xa0\x20\x3e\x5e\x6b\xbb\x01\x94\x66\xef\xb3\x94\x96\x4f\xcd\x59\x49\x1a\x97\xc2\xd6\x34\x8f\x4e\x0a\x4f\xb4\xd6\x9f\xd5\xbb\xd5\x0c\x93\xd5\x74\x6d\x3d\x7e\x9b\x75\x5a\x78\x82\xfe\xbb\x24\xa7\x71\x79\x3b\x2f\xea\x95\x2d\x8d\xa3\xf0\x8a\x2b\xf6\x6d\xb6\x59\xd1\x32\xab\xef\xba\xe7\x1a\xaf\x9c\x8d\x7d\x53\xe0\x7e\x25\xc7\xba\x40\x23\xed\xdd\xce\x62\xb1\x40\x9d\x57\x68\x5e\x9a\xc9\x6c\x72\xd3\x83\xc2\xd8\xe6\x04\xd5\x71\xe0\xad\x9e\x14\x7b\xde\x13\x89\xe9\xf4\x66\x86\x85\xbe\xeb\x48\xd8\xbd\x57\x3a\x1a\x96\xa7\x41\x88\x0b\x6b\xa0\xe7\x58\x93\x04\x70\x15\xf4\xe5\x08\x6d\x7a\xac\x68\x9c\x2a\x9a\x96\x73\xa3\xe1\x05\xd3\x4a\x05\x35\xa7\x4b\xc4\x23\xa5\xcf\x6b\xd0\x71\x9a\x11\x28\xd0\x0a\xf0\x1b\xa8\xe8\xd2\xd0\x7f\xe7\x63\x29\xc7\xdf\xba\xdb\xa4\xe2\x43\x7c\x25\xc6\xbe\x01\xb5\xf6\xd1\x64\xa8\x8e\xa1\xc1\x97\xe7\x33\xbe\x70\xfa\xa1\x75\xf5\x6f\x23\x12\x11\x5c\x69\xe9\x03\xd9\x64\xd1\x32\x9c\x70\x09\x37\x07\xf0\x5e\xf0\x0e\xd7\xaf\xd2\xca\x75\x25\xd1\x36\xb3\x0a\xad\x0d\xd9\xbe\xc1\x8d\xe6\x03\xc1\x0b\x74\xfa\x88\x51\x17\x45\x3e\x8f\x5b\x49\x01\xa6\x60\xff\x0a\x18\x67\xdf\x82\x56\xfd\xdb\xae\xaa\xb3\xc5\x63\x20\x0d\x07\xf8\x5c\xd5\x71\x69\xb9\xed\x11\x30\xc9\x18\x5c\x9a\x1c\x39\xe1\xc1\xf4\x5a\x74\xb8\xd1\x58\x64\x65\x55\x07\xc9\x2a\xcb\xd3\xb3\x3e\xd2\xf3\x3f\x76\xfb\x69\x66\x44\x10\x61\xd5\xb0\xb0\xa1\xf3\xb8\x81\x20\xae\x53\x74\x23\x63\x10\x3e\x0a\x30\x2e\x12\xed\xee\xca\x6d\x2a\xe9\x3a\x31\x6c\x7e\xe3\xe3\xc7\x23\x5a\x07\x4b\x46\x3d\x1b\x92\xda\xb7\x5e\xb7\x5b\x50\x6d\xf3\xac\x36\x2a\xe2\x8c\x67\x97\xfc\xfe\x41\xfe\xcc\xed\x6f\xf1\xab\x27\x4c\x61\x37\x8e\x9a\xf3\xe7\xf0\x5e\xe2\x64\x33\xa4\xa3\x69\xa6\xb6\x66\xa9\x27\x14\x61\xac\x6a\xb6\xbb\x2d\xf5\xd9\xfa\x53\x1c\x8a\xc7\xdd\x8b\xa5\xa7\xb9\x10\x3c\x5d\xb5\xb1\x0e\xfc\x47\xdb\xe5\xd3\x01\x38\x89\x3b\x29\x4f\x9c\x30\x94\x1c\x18\x19\x7b\x20\x68\xaa\x34\x2b\x69\x22\x53\x68\xef\xd6\x9b\x3b\xd8\xea\x60\x6b\xae\x14\x5d\xd6\x51\x73\xb6\xe2\x51\x16\x85\xeb\xad\x99\x35\x85\x68\xbf\x9a\xc2\xf6\x80\x21\x42\x8e\x0d\x6a\x57\x91\xcc\xd8\xef\xd1\x90\x18\x2e\xc7\xa8\x4a\x3b\x82\x36\x9d\x89\x6a\xc6\x61\x1a\xe9\xe3\x51\xd6\x4f\x8f\x76\xb7\x01\x17\xce\x9c\xa8\xbd\xec\xa6\x34\x53\x14\xfe\x93\x61\xea\x7a\x0e\xa4\x5d\x62\xc6\x69\x56\x20\x67\xd6\xde\x8e\x50\x9e\x62\x5e\xec\x7d\xfb\x2a\x68\x1f\x3c\xbe\x05\x46\x83\x0a\x72\x95\x03\x97\x20\x4c\x5b\xbc\x0a\x47\x44\xfc\xdf\x99\xdf\x65\xbc\x6a\xeb\xd8\x4d\x6f\xcc\xbc\x52\xd5\x51\x55\x97\xb4\x4e\x56\xce\x7b\x6b\x65\xa4\x37\x5a\xd5\xb9\x2e\x5d\xac\x4d\x83\x6d\x1e\xb3\x49\xed\x11\x55\xad\x75\xd2\x2a\x58\xf9\xb5\x5d\x64\x39\xed\x33\xfc\xe5\x04\x5f\x28\x17\x61\xa6\x2f\x1d\x61\x50\xeb\x7c\x3e\x3d\x94\x10\x9f\x0e\x9a\x21\xda\x93\xcd\xf7\x20\xd2\x1f\x8c\xb4\x0a\xe2\x50\xf4\x11\x18\x1e\x13\xd1\x46\x1b\x84\xbf\xd1\xf3\x00\xbe\x32\xba\xfa\x63\xcb\x5a\x1e\x82\x2b\xef\x77\xa0\x04\x68\x78\x7a\x1c\x44\xac\x0b\x65\x3b\x27\xda\x49\x34\xa4\x07\xc3\x0e\xab\x97\x63\xad\x68\x23\xcf\x93\xd3\x9e\x29\xf8\xc0\x6f\x80\x21\x19\x74\xec\xf4\xf0\xd8\xaa\x1d\xb4\xe9\x5a\x40\xa7\x39\xea\x58\x35\xa1\xa6\xfa\x55\x5d\x6f\xb3\x2f\x6d\x90\x3a\xb6\x11\xf1\x29\x63\x74\x0c\x34\x79\xcc\x39\xd5\x91\xd5\x8d\x8b\xba\x28\x08\x32\xa7\x5f\x27\x6e\xb1\xae\xda\xf2\x44\x59\xb1\x39\xc3\x98\x4d\xa1\x92\x93\xc0\x16\x80\x08\x03\x9e\x06\xe2\x49\xb8\xe2\x34\x43\x7c\x40\x56\x31\x70\x33\x17\xa8\x5e\x05\x2d\x6a\xaf\x36\x9f\x4e\xdd\x14\xed\x40\x33\x56\xe7\x44\xe0\x38\xdd\xba\xc0\x86\xae\xce\x09\xe0\x7f\xc0\xa5\x09\xb6\x25\xdd\xd2\x0d\x72\x45\xa0\x36\x8a\xb7\xac\x8d\xa6\x08\xbd\xa0\x12\xfc\x9c\xd3\x05\x4d\x2c\xbe\x66\xb9\xbd\x20\xe5\x45\x6c\xc3\x79\xec\x9d\xea\xa0\xc6\x3e\xe6\xde\x14\xb5\x81\x3e\xed\x9f\x9c\xde\x5c\xfd\xd2\x6b\xb8\xb7\x7d\xcd\x6e\x27\x04\x34\x64\x75\x86\xb6\x1e\x86\xa4\xec\x7a\xec\x64\xed\x70\x94\xf3\xb3\x9f\x11\x27\x09\xa7\x3b\xf7\xfa\xbb\x09\x61\x19\x36\x96\x76\xc3\x64\x31\x34\x6c\x65\xe9\xec\x17\x60\x6d\x9c\xb8\x72\x2d\x6b\x86\x67\xcb\x30\x44\x4a\x27\xf4\x12\xa9\xb6\xe7\x73\x4b\xab\x3f\xa7\x50\x2f\x9d\xf5\xcc\x3e\x3d\x41\x86\x26\x45\x7c\x3c\x07\xae\x3e\xad\xa7\x40\x0d\x41\x71\x8f\x9b\x2f\x11\x03\x42\xd6\x88\x77\x6f\x25\xd0\x57\xdb\x8d\xe4\x8d\xbd\x56\x34\x9e\xad\x0a\xf9\x94\x4c\xb6\x7b\xe4\xa5\x85\x0b\x95\x81\x83\xf7\x37\x47\xb8\xfd\xcd\x40\x81\x33\xc1\x70\xee\x3f\x16\x4a\x83\x4c\xaf\xce\xb1\x8d\xff\x61\x1f\x4d\xa8\x23\x56\xeb\xc3\x19\x86\xf5\xed\x67\x98\x90\x4f\xc0\x87\x65\x4c\x64\x06\x0e\xdf\xdf\xfc\x04\x2c\x63\x82\x39\x8c\x65\xac\xc8\xf4\xb2\x8c\x6d\xfc\x0f\xfe\xc6\xe5\x08\x69\xed\x32\x8a\x7e\xcd\x12\xd9\xee\x54\xb4\x13\xdb\x41\xf4\x3a\xc5\x9a\x5b\x8e\x28\xdd\x55\xc0\xaf\x0f\x3e\x18\xec\x41\x93\xe8\x58\xf2\xd8\x10\x5d\x83\xbe\x7f\x06\x07\x03\x1e\x84\x3e\x0a\xb6\x05\x79\xdc\x9d\xd0\x90\x71\x4c\xac\x3b\x83\x7e\x18\x77\x85\x45\xe4\x07\xcf\xe5\x28\xb2\x0b\xf1\xb1\x5c\x36\x9d\x06\xd0\x09\xd0\x53\x00\x7a\xdf\xae\x0d\x03\x8a\x33\xc1\x87\x76\xeb\x61\xab\xa9\xab\xd5\x0f\x3c\x68\xa3\x3e\xad\xa3\x1e\xc5\xf0\x7a\xe9\x78\xc7\x81\x3a\xba\xd3\xc3\xd9\xd6\xd9\x46\xd9\xce\x3a\x37\xf6\x6a\x78\x5b\x10\xa7\x7f\xdb\x55\xf5\x2d\xdd\xc7\x09\x12\x3f\xd4\x29\x79\xcf\xb6\x4a\x33\xe2\x19\x4e\x38\xda\xb9\x2a\x42\x77\x2f\xac\x7e\x3e\x72\xeb\x67\xbc\xdb\x0a\x22\x79\x3b\xc5\x90\x6e\xa6\xc5\xed\x3d\xd7\xcb\x46\x64\x34\x59\x97\xbf\xa7\x2c\xbf\x12\x47\x8a\x25\x29\xb6\xa6\x34\xf6\x44\x42\x77\xe6\xe3\x28\x1c\x53\x20\xdb\x3e\x28\x97\x4b\x41\x84\xb3\x5e\x14\xd4\xa9\x5f\x87\xf3\xd4\x7b\x86\xc6\x23\x78\x1e\xfb\x36\x80\xe8\xdd\x6a\x2a\xd3\xf4\xaa\xb3\x1a\xfc\x47\x3f\x94\xbe\x97\xd8\xfc\x80\xa3\xd1\xd5\x80\xe8\xc4\x24\x14\x1c\xc8\x53\x4f\xae\xdb\x43\x10\x93\xf4\x39\x09\x82\xed\xda\x76\xab\x91\xdc\xd0\x84\xf6\x13\x93\xcf\xb3\xab\x8a\x4c\xb7\x85\x11\xc8\x5a\x17\x48\x58\xae\x13\x43\xfc\x61\xa7\x3c\xe6\x71\x3f\x0c\xd7\x63\x68\x8c\xbb\xaa\x2b\x40\x01\x22\xe1\xcf\xfa\xcb\x0b\x24\xf9\x9a\x64\xb8\xdb\xe7\x71\x3a\x9f\xcd\x53\xe1\x06\x41\xfd\x3f\xf8\x64\xb8\xab\xf7\xc4\x73\xb1\xe0\x7d\x3b\x0b\x5f\x9c\xcf\xc2\x17\x84\xfd\xff\xa6\x08\xd8\xe6\x14\x3b\x74\xba\x70\xa7\xf4\xac\x83\x9f\xaf\xa7\x0f\xa6\x97\xf6\x15\x7e\xf1\x76\x21\xb2\x75\xbc\xa4\xb7\xbb\x32\x7f\x75\xff\x2c\x8d\xeb\xf8\x16\x7e\x38\xaf\xde\x2f\x3f\xdd\xaf\xf3\xd1\x8b\x69\x52\xbd\x5f\x92\xfd\x3a\xdf\x54\xaf\x5f\xae\xea\x7a\x7b\x7b\x7e\xfe\xf0\xf0\x30\x7e\x98\x8e\x8b\x72\x79\x3e\x09\xc3\x90\x35\x7e\x49\x80\x90\xaf\x5f\x5e\xbf\x24\x9c\x8e\xf0\xc7\xf7\x19\x7d\xf8\x5d\xb1\x7f\xfd\x92\xa9\xd7\x6b\x72\xfd\xf2\xc5\x94\xbe\x98\x26\xdb\xb8\x5e\x91\x45\x96\xe7\xaf\x5f\xbe\x98\x4c\x17\x8b\xc5\x4b\x92\xbe\x7e\xf9\xf5\xe5\x78\x76\x79\x31\xbe\x9a\xe5\xc1\x74\x3c\xbb\x21\xd3\xf1\x65\x34\x61\xab\x36\xbd\x66\xff\x9e\x7d\x15\x92\x8b\xf1\xe4\x32\x9f\x8c\x6f\xae\x2e\xc8\x64\x7c\x73\xf3\xd5\x35\x99\x8c\xa3\x9b\xe9\x4f\x2f\xcf\x39\x60\x86\xca\x8b\x29\xbd\x7f\xe6\x50\xd9\x6e\xfa\xb1\x0d\xb1\xa6\xe5\x3a\xdb\xc4\x75\x9f\x3a\x3d\xd1\xc6\x75\x02\x84\x3e\xf8\xb2\x5e\xb4\xcb\x7a\x61\x2c\xeb\x05\xb9\x50\x97\xb5\xaa\xcb\xe2\x1d\xd5\x17\x36\x24\x93\xd5\xc5\xe9\xd6\x48\x2a\x60\x4f\x53\xa3\xb3\x22\x3e\x85\x00\x06\x62\x32\x88\x6d\x8e\xc0\x07\x9c\xba\x83\xd4\xc9\x0c\x0b\xa8\x72\x42\xfb\x65\x28\x92\x68\xd2\xb2\x1c\xfb\x73\xc3\x73\xc1\x05\x09\x2e\x14\x65\x92\x64\x65\x92\x53\x52\xbe\x7e\x39\x7d\xa9\x2b\x15\x7f\x86\x73\x11\xe2\x23\x72\x5b\xf5\x90\xd5\xc9\xea\x49\x3b\x49\x4c\x7a\xf6\x03\xde\xa7\x87\x25\xf8\x06\x28\x40\xc9\x3d\x4f\x46\x1a\xeb\xdb\x76\x9c\xe7\xa6\x73\xee\x88\xf1\x39\x9b\xb0\xad\x18\x1c\xb4\xa1\x70\x13\x72\xcf\x2c\xdf\x97\xe1\x83\xc4\x4d\x7e\xe1\x28\x72\xa7\x2e\xfb\x39\x20\x17\xec\x67\xcd\xd9\xab\xfc\xde\x55\xba\xdc\x9a\xc0\x66\xa2\xe6\x49\x81\x3f\x2e\x8a\x72\xcd\x53\xc7\xd0\xb8\xa2\x41\x06\xa9\xa1\x46\x26\x48\xa4\x85\xa2\xfe\xb1\xaf\xf2\x74\xd1\xf9\x76\x78\x36\x96\x01\x24\xef\xcd\xd6\xe2\x06\x76\x98\x12\x50\x5f\x07\x4a\xd2\x72\x22\xe7\x71\x4d\xff\xc7\xab\x90\xf3\x5c\x9f\x04\xfc\x02\x24\x91\xbb\x19\xd0\x77\xc7\xca\x13\x4f\xfc\xf2\xe1\x4a\xe5\x64\xf3\x0e\x52\x88\x1d\x31\xee\x24\x8f\xba\x83\x44\x9f\xb4\xa9\x66\xeb\xf3\x30\x0c\xc9\x07\xb1\x06\x66\x1d\x6b\x60\x86\x1a\x79\xfc\xbe\x93\x9b\x03\x13\x12\x7e\x05\x26\xc1\x4f\xeb\x90\x30\xb3\x6e\xba\xba\x40\x4c\x38\x22\xde\xa7\x70\x3a\xf1\xcb\xd5\xf3\xeb\xed\x9e\x44\xe1\x76\xdf\x5a\xdf\xc3\xee\x50\xef\xe2\xed\x96\xc6\x65\xbc\x49\xa8\x2d\xf9\x52\x37\xb0\x10\x3d\xa7\xdf\x89\x04\x72\xb7\xee\x62\xb0\x9e\x9e\x04\x75\xb8\xdb\xdb\x60\x0d\xfe\xed\x5d\x73\x64\x17\x0b\x8d\xe6\xb4\xe9\x81\xf9\xfd\x7a\x97\xd7\xd9\x36\xa7\xc8\x5d\xb0\xde\x90\xb1\xdf\x0f\xe0\x58\x80\x3f\xbe\xbe\x7f\x16\xdd\x3f\xfb\xe1\x4c\x5e\xb1\x41\x14\x33\xfa\x58\xa5\x63\x06\xf8\x50\x76\x60\x7d\xbd\x3e\x70\x40\x33\xba\xdf\xc6\x4a\xdc\x8d\x0f\x1a\xc1\xba\xf8\x29\x00\xb2\x97\x6d\x3a\x7a\xf5\x11\x35\x5c\xf0\x6b\xab\x2b\x56\xa3\x07\x72\x50\xad\xfb\x2f\x27\x1b\x7a\x2a\xa7\xd5\x36\x25\x11\xcf\x33\x80\xbe\x15\xc3\xaf\xd9\xfa\x50\xca\x97\x7d\x17\xec\x3a\x42\x28\x3e\x88\xb7\x13\xbd\x29\xb6\x22\x63\x09\x97\x3f\x81\xb2\xed\x0d\xa7\xef\x84\xe5\xba\x62\xa8\x0e\x1a\x1c\x49\xcc\xd6\xef\x41\xf5\x09\x43\x46\x75\xd0\x09\x34\x4f\x3b\x36\xe2\x27\x73\xc5\xec\x75\x71\xef\x78\xc6\x54\xf4\x87\xba\xc3\x14\xb8\x79\xbc\x59\xbe\xa2\x9b\x33\x04\xae\x34\x42\x5a\x87\xcd\xef\xca\xe2\xa1\xa2\x58\x9a\x92\x0e\x60\x04\xde\xf7\x6c\x7f\x0c\xe6\x00\xe3\x07\x13\x78\x5c\xd7\xe5\x2b\xa5\x41\x0f\x51\x0d\x47\x9e\xe6\x99\x92\x99\x5f\xc2\x4e\x0e\xb5\x43\x8c\x0a\xa1\x87\x4d\xc6\xf3\xb4\x22\x2e\x6e\x66\xe1\x0c\xa9\x0a\xa1\xba\xe7\x94\xdd\x55\x2a\xea\x21\x5e\xab\xee\x82\xf5\x91\xa5\x71\x73\x36\x91\x86\x86\xe7\xce\x41\x26\x2b\x81\xdc\x04\xe8\xf2\x10\x56\x52\x1a\xb8\x56\x4b\x44\x24\xd3\x73\xe8\x14\x61\xb2\xc8\xc7\x16\x09\xed\x1c\xa7\xcf\xcd\x92\x3e\x75\x95\x4d\x34\xbe\x50\x13\xe5\xb9\xd3\x10\x7b\x1b\x36\x30\x9a\xb0\x6b\x1a\x13\xc6\xa7\xf5\xed\x6d\xf0\x40\xe7\xef\xb2\x3a\xa8\xf2\x0c\x6e\xdf\x56\xbb\xf5\xbc\x7b\x8d\xc2\x58\x85\xb1\xce\xe8\x50\x8d\xa4\x8f\xc9\xf6\x67\xf8\xe5\x63\x8d\x57\x7d\xe0\x81\x14\x93\x83\x9d\x06\x9b\x38\xe5\xde\x55\xc0\xe9\x6f\xf1\x60\xab\xaf\x5c\xc5\xb1\xbb\xaf\x4e\xa8\x92\x3d\x8d\xb3\x70\x64\x1c\x97\x3f\xe0\x99\xb8\xc3\xbe\x47\x9e\x91\x5d\x14\xf3\x3e\x1b\x3b\x80\xc8\x54\x34\xb6\x7b\xb4\x81\x30\xcb\xdd\x66\xc3\xb6\xce\xa0\x2e\x63\x2d\xf9\xad\x5c\x53\x35\x5d\x8a\x2a\xf5\xc9\xae\xac\x8a\xf2\x56\x38\x71\xb0\xe2\x18\xe2\xe4\xa0\x5a\x0f\x58\xb2\xab\x76\xc5\xbd\xd8\x57\x95\x48\x0b\x07\xfe\x13\x72\x9b\x49\x99\xc1\x9c\x66\x00\x38\x9a\xcb\x14\x78\xbf\x06\xc6\xaa\xbc\x75\x9a\x99\x17\x6f\xa2\x7c\x17\xe9\xec\xfe\x59\x79\xb0\x3a\x98\xf9\xaa\x53\x71\x5d\x75\x72\x76\x43\x38\xcb\xfa\x81\x8f\xea\x76\x5b\x2b\xa8\x2e\xb2\x3c\x0f\xf2\xe2\x01\x75\x65\xea\x5c\x3e\x90\x99\x01\xf2\x6e\xbb\x6d\xf3\xa6\x88\xd8\x9d\xd9\x76\xdf\x2b\x51\xfe\x63\x35\x7e\x51\x8b\x81\x66\x71\x8e\x1f\x0a\xd5\xd8\xab\xc4\xca\xa5\x74\x11\xef\x72\xfb\x5d\x78\x07\x68\xc7\xae\x3b\x1a\x4d\x53\xd9\x1d\x8c\x59\x75\x28\x4a\xc3\xc2\x4a\x3c\x0e\xd7\xc2\x0f\xfd\x71\x34\xd2\xb1\x1a\xe8\x23\xcc\xde\xa2\xc8\x36\xf1\x7b\x67\x3e\x2f\xcd\x5b\xd5\xc9\xba\x60\xa6\x0e\x47\xe1\xf3\x72\x1e\xce\xf4\x7a\xa8\xa4\xca\xae\xb6\xc4\x6e\xcd\x77\xbc\xe8\x86\x1b\x9f\x01\xc5\x34\xee\xfa\xa4\x81\xc1\xac\xe3\x79\xa5\xa7\x9e\x71\x67\x43\x47\x0f\x3b\x12\x90\x42\x36\x9d\xe0\x41\xb4\x45\x92\xad\x23\x8a\xdc\x0c\x2a\x95\xc7\x18\x4b\xf0\xa7\xcd\x07\xd1\x45\xc8\xb5\x18\x46\x4b\xec\x02\x80\xfb\x0b\x88\xfc\xef\xe1\x84\xb1\xad\xdf\x41\xdb\x9f\xd7\x80\xb6\x9c\x7a\x7a\x53\xc8\x86\x59\xad\x98\x8e\x68\xd6\xb0\xa7\x80\xd9\xf3\xe8\x26\x4a\x27\xd1\x9d\x93\x52\xa2\x91\x0b\x53\x3d\x49\xb2\x91\xab\xc9\xc6\x18\x83\x92\x0b\xb1\xb1\xb6\x59\x9e\xab\x0c\xea\xe7\xcc\x42\x7a\x3a\x09\x2a\xda\xf2\x1a\x44\x1d\x42\x0e\x0a\x16\x62\xbd\x99\x39\xd1\xc2\xc1\x87\x64\x6d\xda\x35\x7c\xd2\x53\xd0\x74\xde\x2a\xe2\xe3\xf0\xb4\x60\x19\x4d\xfb\x06\x6b\x1a\x1a\x23\x06\xf3\xb8\xca\xd8\xaa\xc0\x5f\x96\x65\xf1\x70\x1b\xf9\x0c\x5e\xc7\x73\x99\x8b\xec\x0d\xfc\x65\x1b\x2b\xa1\xd0\xb8\x2a\xd4\xfa\x08\xc3\xb5\x27\x67\xea\x26\x7e\x3f\x8f\xcb\x23\x72\x16\x89\x87\x9e\x66\xfa\x34\x78\xf2\x19\xcc\x69\xfd\x40\xe9\xc6\x77\x73\x80\xb4\x91\x0c\x42\x9c\x6d\x2c\x2a\x49\x6f\x12\x2c\xf2\x5d\x86\xbc\x3f\xef\x36\xc4\xaa\x14\x75\x5b\xad\xbd\x60\x61\x55\x97\xba\xad\xf6\xb9\x73\x1b\x1e\x4a\x43\x1b\xc1\x82\x79\xa9\x5e\xf3\x69\x17\x46\xda\xfd\xd5\x34\xc2\xaf\xd4\xe4\xef\x9d\x88\xfa\x9e\xf7\x8e\xf6\x44\xcc\x6e\x54\x1d\xfb\x4d\xdb\x66\xa0\x01\xc0\x3a\xe2\x76\x4f\x27\xfd\xdf\x09\xcc\x1f\x31\x9a\xa2\x32\xf5\x9b\xe0\xd0\x18\xc4\x0d\xc4\x52\x60\xa6\xaa\xe3\x3a\x4b\x44\xd1\x18\x27\x2a\xda\xf3\x6f\xfb\xfa\x5b\xef\x2f\xad\x80\x65\xb1\x26\x55\x8f\xc1\xf9\x55\x55\x65\x3e\x39\x6d\x24\xa2\xf0\x00\xac\xec\xbc\x93\xec\x44\x7d\x60\xaf\x6b\xbd\xb2\x7b\x3b\x2d\xa8\xfe\x0d\x4d\x41\xb2\x87\x4b\x65\xab\x03\xf8\x54\x74\x0d\xb2\xa4\xd8\x38\x83\x6a\xc6\x33\xf5\x01\x0a\x92\xd1\x5f\xc4\xb6\xb8\xe2\xb3\xd9\x72\x11\xf8\x97\x23\x42\xbb\xe5\xc6\xa0\x4a\xca\x22\xcf\x9f\xd6\xf1\x5e\x12\xfe\x6a\xf6\x7e\xd5\x5c\xa6\x05\x8f\x7a\xd1\x9d\x78\xdf\x16\xdd\x99\x8d\x6f\xf0\x52\x37\x02\x3c\x8f\x47\xe0\x8f\x51\xfb\x54\x3c\xda\xd8\xad\xec\xf1\x2e\x76\xb5\x8f\xb7\xb7\x6f\x00\x78\x7b\xfb\x56\x80\xb7\xdf\xe7\x7d\xba\x62\x40\x41\x23\x73\x20\x2e\xa7\x70\xe9\x59\x16\x0f\x44\xe4\x5b\x18\x92\xbf\xd9\x84\xa8\x29\x57\x43\x9f\x96\xc5\xc3\x30\x00\xbd\xb5\xb4\x86\x82\xb3\xa8\x5f\x24\x28\xc3\xad\xe7\xfe\xc5\x99\x9c\x33\x5b\x0b\xa5\x67\x1f\x47\xd7\x43\xea\x8e\xe6\xe2\xfd\x7d\x56\x65\x73\x2c\x9d\xbc\x15\x4a\xb3\xe1\xa8\xfb\x38\xf9\xb7\x6c\xbd\x2d\xca\x3a\xde\xd4\x77\xca\x46\x84\xe7\x12\xb7\x82\x96\x7b\x8f\x66\x40\x23\x7a\xec\xea\xf2\xca\x4f\x8f\xad\xd3\x01\xdc\xa2\x35\xf6\xe3\x16\xbd\x4b\x3f\xb7\xe8\xed\xfb\xb9\x45\x6f\xdf\xcf\x2d\x7a\xfb\x83\xf4\x98\xad\x16\x9a\x39\xd0\xa9\xf5\xd8\x3a\x3d\x52\x8f\xe9\x00\x8e\xd6\x63\x26\xb8\x13\xeb\xb1\x7f\x7a\xce\x1c\xaa\xc7\xf4\xf5\x38\x54\x8f\x29\x50\x4e\xad\xc7\x14\xd0\xbe\x7a\xec\xe6\x26\xf2\xd3\x63\x90\x4b\xc4\x97\x5b\xb4\xc6\x7e\xdc\xa2\x77\xe9\xe7\x16\xbd\x7d\x3f\xb7\xe8\xed\xfb\xb9\x45\x6f\x7f\x90\x1e\xb3\x95\x51\x34\x07\x3a\xb5\x1e\xcb\x97\x47\xea\x31\x1d\xc0\xd1\x7a\xcc\x04\x77\x62\x3d\xf6\x4f\xcf\x99\x43\xf5\x98\xbe\x1e\x87\xea\x31\x05\xca\xa9\xf5\x98\x02\xda\x57\x8f\x45\xd1\xcd\x8d\x9f\x22\xdb\xe7\x03\xd8\x45\x6b\xec\xc7\x2e\x7a\x97\x7e\x76\xd1\xdb\xf7\xb3\x8b\xde\xbe\x9f\x5d\xf4\xf6\x07\x29\x32\x6b\x09\x56\x73\xa4\x53\x6b\xb2\x7d\x7e\xa4\x26\xd3\x01\x1c\xad\xc9\x4c\x70\x27\xd6\x64\xff\xf4\xac\x39\x54\x93\xe9\xeb\x71\xa8\x26\x53\xa0\x9c\x5a\x93\x29\xa0\x71\x4d\xe6\xee\x7f\x62\x79\xf2\xe7\xae\xa1\xac\x35\x88\xaf\x06\x31\xd5\x20\x8e\x1a\xa6\xe9\xdc\xb0\x8e\xd3\x3c\xa7\x54\x3b\x1f\x52\xe7\xfc\xb3\xb1\xc4\x40\x0d\x73\x02\xf5\xf2\xa1\x74\x8b\x5b\xb1\xd8\xfa\xe6\xfc\x7d\xa8\xf8\x1b\xbf\x13\xd4\x5e\xfa\xb2\x7f\xc6\x37\x78\x24\x86\x05\x40\xcf\x1d\x08\xd6\x43\x2d\x8c\x7a\xd0\xc0\xba\x28\x74\x01\x59\x62\x49\x7a\x00\x0d\x9a\x89\xde\xd3\x36\xa3\xab\x83\x10\x31\x83\x5c\x54\x88\xd3\x41\x10\xf5\x40\x8a\x21\x53\xe3\x81\x01\x87\xf5\x6d\xe6\xc1\x86\x3f\xa8\xa3\x56\xb6\xf6\x20\x16\x91\x72\x81\x31\x87\x1e\x72\xa3\x7e\x8b\x06\x82\xe7\xf7\x73\x1f\x30\xa9\xc7\x34\x6c\x5f\x8e\xb3\x3f\x6b\x4f\xc7\xa7\xec\xff\xb0\x54\x32\x6c\x4a\x2f\x26\xd7\x6d\x81\xaa\xf1\xec\xc5\xe4\xe6\xa5\xf8\xce\x48\x4c\x93\x78\xfb\xfa\x25\xe0\xdc\xfc\xbc\xce\x6a\x5a\xe6\xd9\x3a\xab\x5f\xbf\x8c\xc2\xe6\x67\x81\xc9\x84\x3f\x45\xbf\x20\x57\xab\xc9\xe4\xeb\x0b\x12\xcd\xf8\x7f\x27\xd3\xd5\x64\xe2\x93\x39\x04\xa7\x23\xdd\xd7\xc7\x08\x30\xe4\xe3\x8e\x8f\x62\x14\x80\x30\x48\xf6\x45\x97\x03\xd4\x58\x37\x88\xc1\x7e\x79\xbc\xa2\x6b\x9a\xa2\xca\xfa\xf9\xc2\x12\xf0\x84\x0f\xd1\x77\x4b\x8d\x0c\xd4\xd3\x05\x19\xc3\x52\x13\xc1\x35\x86\x59\x1f\xdb\x6f\x4a\x9a\xa2\xf0\x1d\xd0\xba\x61\x68\x41\x88\x0e\xae\xb3\xa3\x30\x8c\xba\x43\xba\x3a\xc6\x1c\x44\xed\x9e\xad\x4a\x23\xc1\xd5\x41\x34\x70\xd4\x01\xf7\x40\x09\xdd\xee\x34\xac\x6c\xc1\xa1\x38\x56\x9e\x9b\x1e\x86\x92\x67\xd7\xee\x98\xde\xdb\x25\x36\xaa\x77\x67\xc7\x0a\x38\xb7\x5a\x27\xf5\x9d\x3d\x1d\x23\x3a\xe2\x38\x7b\xc7\xd4\xcb\xd2\x7b\xcb\xbe\xd8\x75\x7d\xc7\x44\x6c\x00\x43\xde\x11\x4b\x40\x0f\x4b\xf6\xe4\x3b\xd5\x1c\x18\x88\xdd\x2f\xdb\x84\x60\x54\x20\xed\xbf\x7e\x49\x86\x84\x4e\x5b\x34\x0b\xb5\x85\xf0\x86\xcd\x71\xd0\x1e\xc0\x6d\x80\x21\x43\x36\x66\xca\x00\x7e\xf7\xb1\x4d\xd0\xa1\x86\x6c\x2d\xaa\x39\x33\x70\x94\xfe\x2d\x3c\x89\xcb\xd4\x2b\x70\xb8\x13\x83\xa9\x56\xfd\x7c\x28\xca\x94\x1f\xdc\xe7\x25\x8d\xdf\x05\xec\xef\x48\x2c\xf8\x24\x9a\xcc\x26\x37\xda\x87\x3c\xdb\xde\x36\xef\x33\x90\x47\x14\xf8\x53\x04\xdf\x5c\x0d\x71\x99\xbe\x59\x19\x6f\xd5\xc2\x3b\xa3\xe4\x37\xda\x6b\x0c\x31\xa4\x90\xb2\x5b\xc9\xcd\x6d\x66\x46\x10\x11\x98\xe2\xd7\x7e\x50\x6a\x7a\x73\x35\xe5\xb7\xa4\xa3\xe5\x35\x80\x96\x6a\x2e\x20\x11\x64\x88\xb3\xbc\x0f\x40\xda\x7a\xe0\xd5\xe6\xde\x37\x0a\x35\x1b\x98\x61\x59\xc8\x1d\xd8\x21\xb9\xd2\x07\xe0\xc7\xfe\x1d\xac\x68\x9c\xd2\xf2\x53\x05\x59\xe4\x75\x95\x31\x9d\x4f\x79\xd7\x45\x51\xe8\x45\xd3\x6c\xab\x1d\xcc\x8b\xf4\xd1\x78\x5a\xa0\xe6\x43\xdf\xee\x9b\xe0\x77\x19\xd6\xda\x97\xf2\x85\x41\xad\xb3\xba\xad\x1b\x2a\x83\x75\x6d\x69\x8d\x58\x87\x6a\x37\xd7\xfa\x88\x5c\x07\x53\xb4\xca\x93\x6d\x50\xba\xaf\xd5\xe5\xf4\xeb\xd5\x9a\xbb\x9e\x71\xb0\x4d\xaf\x4f\xdb\x3f\x6a\x15\xaf\xec\x39\x93\xda\x55\x6d\x83\x88\x65\x2a\xb9\x09\x5a\xcf\x0a\x4f\x7c\xa7\x69\x85\x70\x6a\x30\xdd\x01\xef\xbc\x14\xcc\x30\x41\xb5\x33\x30\xc1\x7e\x0b\xd1\x04\x29\x0a\x5f\x5a\x26\x3f\x6c\xb2\x8c\x45\x0e\x9c\x29\x47\x03\x11\xfd\x26\xdf\x4b\x88\x4e\xcc\x5b\x82\x05\x2d\xf9\x23\x3c\xbd\x86\x5a\x38\xbe\xc4\x96\x3a\x08\xf5\x8a\x66\x3c\xcd\x67\xd3\x58\x5f\x60\x1b\x79\xc5\xa8\xf0\x56\xa9\x67\x58\x1d\xbe\x05\x5e\xb6\x5e\x06\x4c\x32\xf2\xf8\xd1\x3f\xc9\x8f\x78\x99\x60\xaa\x8d\x5e\x56\xb2\xe3\x80\xab\x3d\xc0\xae\x2e\x2c\x4a\x11\xbe\x72\x9c\xb8\x73\xbd\x5a\x95\x4c\xd2\x43\x67\x75\x72\xbf\x11\x6d\x85\x32\x3e\xc8\x66\xd5\x83\x8e\x98\xe2\xc7\xdf\xa4\x98\xa2\x94\x56\x94\xce\xca\xd1\x6c\xbb\x1f\x10\x06\xde\x00\x43\x9e\xbf\x34\x57\x8c\x70\xc1\x68\x14\x23\x9c\x6d\xf7\x3a\x37\xc3\xc0\xbd\xc8\x8a\xcd\x2e\x24\xe1\x8b\xbb\xee\x53\x7e\x53\x01\x6b\x8a\x9d\xc1\xb7\x0c\x20\xea\x9d\x9c\x88\x1c\xdc\xfa\xea\xa1\x87\x07\x26\xc8\x5c\x7b\x54\x88\xd2\xfb\x53\x6d\x36\x42\xac\xd5\x64\x59\x1e\x30\x3e\x5c\x7d\xa3\xde\x91\xbc\xb4\x84\x07\x00\xb1\x61\x0f\x78\x95\x3a\x04\x35\x3e\xdb\xc3\xb1\xd3\x2d\xbd\xa3\x68\xf7\x01\x0a\x10\xf5\x0f\x74\xd8\x2a\x21\x10\xba\xcb\x74\x4a\xdc\x86\x2d\x13\x02\x04\x5d\x27\x1d\x43\x0b\x8a\xfc\xd0\x59\xa1\xaa\x56\xd8\xd4\x03\xb5\x8b\x80\xf8\xc4\xff\x1b\x24\xc5\x6e\x53\xdf\x4e\xef\xc4\x5f\x97\xf1\xb6\x2d\x18\x54\x6e\x57\xf1\xa6\xba\x85\xa2\x42\xc5\x43\x75\x8b\xbc\xf7\x46\x90\xec\x49\xff\x89\xcc\x34\x4e\x92\xa2\x4c\xb3\x62\xd3\x5c\x63\x07\xf1\x26\x59\x15\xa5\xc5\x08\x6f\xda\x0b\x45\x67\xa4\x4b\xec\xed\xa0\x88\x53\xb1\x08\xea\xc7\x2d\x3d\x33\x92\x25\xb8\xf5\xd1\x30\x31\x40\x07\xe7\x4c\x62\x8e\x7e\xd4\x73\x78\x63\x9c\x37\x98\x64\x34\x70\xbb\x89\x1c\xba\x00\xe7\x25\x8d\xd3\xa4\xdc\xad\xe7\x3e\x39\x39\x1a\x7b\xbe\x6b\xde\x46\xfc\x41\xa4\xf6\x38\xb5\xaf\x94\x6e\x9f\x8f\xa3\x45\x0e\xde\x6f\x7e\x6a\xfe\xf0\xe4\x13\x75\xd2\x07\xa4\x49\x41\xce\x5f\xb2\x32\x50\x66\xe2\x64\xf5\x54\x2c\x12\x6a\xb6\x6f\x1a\xcf\xb1\xec\xa5\xbd\x83\xc2\x79\xb4\x19\xda\x3c\x97\xee\x36\x29\x2d\x99\x64\x9d\x1c\x32\x2e\x6c\x06\x0c\xc3\x47\xce\xa7\xdc\xed\xb5\x8d\x97\xd9\x06\xc0\xea\xbc\x63\xbc\x60\xee\x30\x85\xd7\xda\x6f\xe3\x25\x15\xe1\x46\x56\x0f\x1e\x96\xd8\x05\x3b\x64\x45\xdb\xbd\x91\x4d\x74\xd2\xa4\x13\x8d\x53\xf6\x0f\x9e\xac\x1b\xc9\xa7\xca\x73\x63\x38\xd0\x15\x9e\x86\x36\x2f\xb1\xcc\x01\x7c\xc5\xfe\xb9\xc3\xd6\xa3\x57\x4c\xb4\xfc\x1c\xae\xb1\x8d\x72\xef\x27\xca\x7a\x0e\xf0\x81\xb7\x94\x6d\x4f\x5d\x21\xd4\x80\x74\xe7\x83\x41\xd4\xaa\x93\x13\x60\xf8\xd6\x38\x52\x47\x77\x67\x98\x71\x29\xf9\xde\x11\x85\x20\xa8\xa3\xb5\xc4\x55\xf9\xa4\xbb\x80\xd3\x9b\x59\xa7\x40\x1b\xff\xd1\x35\x9e\xbc\x8e\x54\x47\xd4\x15\x8f\x23\x5b\x10\xf8\xf6\x5c\x8c\xec\xc1\x48\x42\xa0\x21\x12\x5e\x11\x41\xd3\x9d\xe3\xf3\x20\x7e\x3c\xf3\x1b\xc1\xc5\x59\x36\x5e\x9a\xf6\xb0\x12\x5e\xd8\xda\x3a\xfa\x40\xc6\x42\x46\xef\x36\x70\x0e\x5f\xad\x51\xf2\x0e\xab\xcb\xec\x37\xc2\x21\xe4\x9d\xf4\x49\xaa\xf7\xfc\x0e\x92\xdb\x5e\xb1\xc5\x37\xfa\x38\x5d\x76\x6a\x71\x1a\x5b\xc4\x64\xc6\xe8\x7b\xa1\x91\xf7\x6a\xf6\x42\x4b\xbe\x7d\x65\x26\xdf\xee\x66\xc3\x41\x72\x8a\x98\xb9\x0f\xe6\x71\x45\x19\x14\xbc\xb0\x85\x92\x25\xcd\x96\xfa\xed\x17\x98\x3a\x8e\x53\xb8\x93\xe1\x2d\xc6\x1b\x8a\x7b\x40\xdb\xd7\x21\x99\x29\x78\x0f\xba\xde\xd6\x8f\x3d\xd1\xa6\xf3\x7a\x23\xf1\xec\xda\x0d\x32\x33\x95\x65\x00\x70\xab\x9a\xd1\xcd\x97\x9d\xe0\xe6\xcb\x8e\xaf\x33\x0a\xed\x0c\x19\x6c\xcb\x6c\x1d\x97\x8f\xbd\x95\x33\x44\x32\x29\x0b\xb9\x24\x18\x37\x51\x9b\x56\xda\xe5\xa8\x63\xc8\xcb\x49\x92\xf4\x0e\xc9\x6f\x67\x7b\x5a\x8d\x8d\x24\xe5\xbe\x16\x07\x66\x70\x70\xc0\x15\x4d\x8a\x4d\xea\x43\x3a\x51\x5f\xd4\x86\x61\x03\xa8\x87\x78\x6d\x3b\x3f\xf2\xcd\x2e\x66\xf3\xcb\x89\xc7\xb0\x6e\x02\x36\xed\x06\x91\x30\x0a\xaf\x47\x51\x74\x35\x8a\x26\x6e\x22\xee\x92\x84\x56\xfd\x73\x99\x5c\xc7\x57\x17\x33\xfb\x5c\x38\x98\x3e\x02\x8a\x56\x7e\xe4\x8b\xe8\x15\x9d\x5e\xf4\x0e\xd9\x43\x3c\xde\x6a\x10\xe9\x2e\xc2\x51\x74\x79\x35\xba\xbc\x71\x11\x2e\xdb\x2c\x8a\xfe\x29\x5c\xc5\x93\xf9\xb5\x75\x0a\x0c\x46\x0f\xc9\xa0\x89\x27\xbd\xa2\xab\xf8\x7a\xee\x1e\xcc\x4d\x2c\xd6\x64\x10\xa5\x26\xd3\x51\x74\x39\x19\x45\xd7\x17\x2e\x52\x3d\xc4\xe5\xa6\x2d\xc7\x83\x45\x42\xc8\x20\x8d\x24\x0a\xaf\xac\x13\x10\x60\x7a\x08\x26\x5b\x69\x34\xb3\x0e\x99\x4e\x6f\x68\x18\xf6\x0e\xe9\x26\x9b\x68\x35\x8c\x72\xb3\xd9\x28\xba\x99\x8e\xae\x5c\x84\x4b\xe3\xcd\xb2\x89\x11\xb3\x2f\x7c\x9a\x4c\x67\x0e\xd9\xe4\x50\x7a\xc8\x26\x1a\xf9\x71\xda\x3c\x9d\x44\x53\x3b\xd5\x54\x58\x3d\x03\x0e\xa3\xd9\x24\x1c\xcd\xa6\x3d\x72\x09\xe1\xd0\xfd\xac\x06\x89\x2f\xad\x33\x00\x20\x3d\x14\xe3\x6d\x3c\xd9\x2c\xa6\x21\xb5\xaf\x90\x02\xca\x3d\xdc\x30\x72\x5d\x5c\x8f\x26\x17\x37\xa3\xc9\xcc\x12\xb5\x2e\x17\xa2\x34\xcf\x90\xd6\xb2\x5d\xf6\xc5\x2c\xdf\xf5\x32\x58\xf9\xce\x57\x91\xa5\x93\x68\x62\x57\xfc\x2d\x24\xe7\x60\x83\x68\x35\x9b\x8c\x66\xd7\xa3\x4b\x8b\x1a\xfb\xdb\x6e\x3d\x2f\xea\xb2\xd8\x34\x27\xb1\x89\xc5\xcb\x69\xc9\x53\x8f\x7b\x35\xa7\xc3\x3c\xf7\x5d\x2c\x2e\x18\x16\x70\xd8\x71\xe0\xcc\xdf\xc4\xf5\x3c\x39\x34\xcb\xdd\x20\x9e\xe5\x9c\x96\x58\x81\x2d\xaf\x30\x96\xa8\x3d\xb1\x1d\x95\xe2\x0e\x90\x00\x77\x76\xbb\x9f\x58\x03\xd0\x78\x63\x38\x4a\x1a\xc7\x37\x5b\xdb\x34\xab\xd6\x59\x05\x6f\xe7\x0c\x7a\x5d\x38\xd0\x51\x7a\x91\x71\x92\x17\x95\xad\x18\x7b\x1b\x2a\xd1\x7a\xff\x2c\xe4\xf3\x9a\x9a\x71\x72\x08\xc3\x8b\xf0\x7a\x86\x70\x5f\x92\xd0\xae\xaf\x69\x7e\x9d\xc6\x98\xaf\x49\x03\x4d\x56\xda\x7d\x9a\xe8\x7a\xb3\x48\xd2\xfe\xae\x2a\xfd\x1b\x0c\x27\x57\xb3\x89\xad\x63\xc7\x9e\x9f\x5e\x4f\xd3\x0b\x24\x6f\xe2\x73\x3a\xa1\x53\x3a\x33\x26\x94\x5e\xa6\xd7\xe9\xbc\x17\x38\x3e\xa5\xe4\x3a\x99\x27\xd6\x29\xb5\x9d\x91\x49\x4d\xc2\xc9\x74\x82\xd4\x0f\x14\x5d\x75\xfb\x3a\x9a\xcd\xae\x26\x17\xd8\x0e\x71\x41\xd3\xb6\x0e\x97\xc4\x6a\x4a\x2f\x13\xfb\x94\x38\x68\x7c\x42\xf3\x28\x5d\xcc\x7b\xbb\x62\x6b\x34\x9f\xd0\x68\x6a\xeb\xa8\x5a\xbd\x61\x32\xbb\xb8\xc4\x7c\x9b\x69\x44\x93\x85\x99\x3c\x7a\x4e\xe9\x8c\x5a\x11\x62\x70\xf1\x89\xc4\xf3\x34\xa5\x88\x2b\x4b\xe9\x87\xcd\xe2\x72\x92\x4c\xad\xb3\x30\x0c\xd2\xeb\xd9\xe5\x45\x88\x2d\xca\x62\xb1\x98\x26\xa9\x31\x91\xc5\x82\xd2\x39\x72\xdb\xa1\x81\xc6\xe7\xb2\x58\xd0\xeb\x18\xb9\x40\xd5\xbb\x22\xd3\x99\x4d\xa7\x8b\xd0\x3a\x1d\xdd\x4c\xbc\x9a\x44\x09\xca\x62\x8b\xeb\xf4\xaa\xc3\x62\x8b\x59\xe2\x60\x31\x0e\xd9\x32\x99\x68\x1e\xce\x11\x27\xb1\xd6\x13\x99\xcb\xc5\x4d\x34\x89\xac\xfd\x34\xf3\xed\x3a\xba\x8e\xae\x27\xd8\x54\x28\xfb\xc7\x9c\x4a\xba\x48\x17\xd8\x4d\x71\x0b\x18\x9f\x09\x4d\x68\xb2\xb0\x4a\xb0\x78\x5f\xd7\x9d\xc8\xe5\x35\xfb\xc7\x4e\x80\xd6\xac\x8a\xe6\x11\x9d\x60\x8a\x0c\x74\xd6\x8d\x29\xf5\x97\xc9\x75\x62\x65\x30\xf8\x33\x2e\xf2\x37\xf3\xf9\xdc\x3a\xff\xce\x9e\x28\x25\xe5\x22\x9c\x85\xb3\x9f\xff\xe3\x1d\x7d\x5c\x94\xf1\x9a\x56\x64\x5b\x16\xcb\x92\x56\x55\x30\x8f\xcb\xa0\xaa\xcb\x6c\x4b\xab\xa7\x45\x59\xac\xd5\x97\x20\xcd\x0e\x17\xf1\x72\x78\x75\x81\x7e\x0d\x09\x16\xd5\x20\x47\xd0\xaf\x05\xd5\xe2\x40\x66\xf1\x43\xd5\xdf\x1a\x6a\xae\xef\x4e\xd1\x5a\x2d\x3a\xd9\xf7\x32\x51\x99\xb2\x4f\x0e\x66\x33\xd1\x85\xf0\xfa\x9a\x58\x2b\xc9\xe1\xbd\x5c\xc4\xd6\x02\x47\x8a\x4b\x15\x8c\x44\x32\xbe\xe4\x1e\xdb\x83\x5d\xb5\xda\x8c\xfb\x6b\x72\x20\x3c\x91\x76\x1f\x06\xb1\x55\x8a\xcb\x60\xc9\xa8\x4d\x37\xf5\xab\x8b\x59\x4a\x97\xa3\xf6\xc0\xab\xbd\xd6\x89\x66\x67\x64\x32\x7b\x31\x52\xcd\xc0\xee\x0f\xb3\xf0\x85\x0b\x40\xcf\xe7\x2b\x13\x9c\xf9\x83\x56\x6d\xbe\xa9\xd8\x6d\x49\xf0\xae\x11\x21\xde\x64\xeb\xb8\xa6\xe9\x13\xff\x03\x88\x42\x45\x38\x05\x48\xb6\x59\x64\x9b\xac\xa6\xa8\x2c\x9d\x64\xcd\xb0\xf1\x2d\x6b\x07\xa3\xe9\x5c\xad\xe6\xbc\x76\x25\x69\x81\xae\xea\x0b\x81\x6e\x13\xe5\xad\xc8\xf1\xc9\xcb\xfd\xa4\xb5\x1d\x12\xa6\x10\xc4\x30\x84\x5a\x9f\x4a\xaa\x57\x5e\x83\x49\x91\x3d\xab\x45\x8d\xc3\xb4\x3d\x55\xb2\xb4\xd6\xaf\xd7\x23\x0c\x8d\xfe\xab\x7d\xee\x44\xf0\xc6\x50\x0f\xc5\x48\xa7\xec\x9f\x01\x75\xb7\x0d\xa8\xfe\xc1\x14\x7e\x81\xfb\xa3\xc9\xcd\x68\x3a\x1d\x8d\xc3\xe6\xdd\xd2\x01\x11\xfb\x06\x8e\xb6\x87\x44\xea\x0d\xa4\xf1\x56\xa9\x73\x87\xe8\xcb\x07\xf6\xc7\x41\x18\x38\xc7\x95\xa8\xef\x80\x8e\xe7\xca\x26\x6a\x96\x9a\xeb\x58\x00\x80\xc7\xf2\xf4\x63\x26\x38\xad\x13\xb9\x72\x82\x00\x07\x63\xa8\x4f\x7b\xd9\xb4\xfb\x7e\xec\x78\xa0\x72\x82\x8e\x32\x35\x42\xc5\x60\x37\x84\x0a\xb0\x55\x51\x66\x3f\x15\x9b\x3a\xce\xbd\xd2\x33\xa1\x3d\xdf\xf8\x70\xbd\x35\x48\x66\x48\xc8\xa0\xe7\xf0\x5d\x41\xf0\x0b\xa8\xe9\x09\x8c\xf4\x1b\x1d\x59\x9a\x83\x61\x7d\xda\xcf\x4c\xca\xaa\x03\xfa\x3e\x2c\x36\x64\x44\x63\x3a\x6d\x10\x5a\x77\xd0\x68\xd0\xd3\x01\x14\x9f\x26\xb1\xfe\x21\x7c\x08\x49\xd6\xff\xa1\xac\x88\x62\xf0\x31\xb9\x11\x43\xe0\x08\x86\xc4\xc0\x7d\x70\x9e\xf4\x1a\x74\x20\x5b\x0e\x48\x90\x8e\xe3\x24\x13\xa5\x1f\xc4\x97\xeb\xf4\x1f\xcd\x97\x18\x06\x1f\x95\x2f\x11\x04\x8e\xe1\x4b\x04\xdc\x87\xe7\x4b\x9f\x41\x8f\xe7\x4b\x5b\xc2\x6b\x1c\x27\x99\xf8\xfa\x20\xbe\xcc\x97\xff\x68\xbe\xc4\x30\xf8\xa8\x7c\x89\x20\x70\x0c\x5f\x22\xe0\x3e\x3c\x5f\xfa\x0c\x7a\x3c\x5f\x5a\xf3\x17\xe3\x48\xed\x8f\x30\x28\x21\xa7\xed\x3f\x96\x31\x31\x0c\x3e\x2a\x63\x22\x08\x1c\xc3\x98\x08\xb8\x0f\xcf\x98\x3e\x83\x0e\x65\x4c\xd7\xd0\x8b\x7c\x57\xad\xcc\xa7\x43\xfd\x3d\x3a\x48\x4a\x10\x62\xba\x24\x24\x7d\xc7\x28\x1c\x4e\x6f\xba\x8e\x7e\xcf\x89\xef\xbd\xa9\xed\x8a\xd4\x02\xef\x48\x1f\x52\x0f\x14\x2d\x74\xc2\x8a\xb2\xed\x6a\x76\xd8\x60\xdd\x1c\x58\xa8\x6b\x9a\xe3\xa0\x1d\xf0\xf9\x8f\xfd\xe3\xfb\xdf\xf5\xda\xae\x75\xad\x10\x8f\x5c\x86\x5e\x38\xda\x42\x58\xd1\xb6\x5d\x28\x0f\x1d\xce\x6b\x29\x24\x16\xba\xaf\x05\x7e\xf4\xc0\xc0\xf3\x86\xda\x76\x19\x6d\x81\x77\xec\x32\xb8\xa1\x68\x8b\x60\x45\xd9\x76\x09\x3e\x6c\x30\xaf\x25\x90\x38\x68\x4b\xc0\x7f\xec\x1f\xdf\xeb\x56\xdd\x76\x81\x8e\x01\x3b\x92\xf8\x2e\x10\xba\x1e\xb2\x21\x6b\xbb\xb5\x1f\x30\x92\x9f\x12\x12\x08\xe8\x4a\x08\x7e\xec\x1f\xdc\x3f\x0c\x00\xbf\xf1\xb7\xc0\x3b\x92\xf8\x3d\x50\x34\xfa\xbb\x50\x46\x23\x0d\x86\x0d\xe6\xb5\x04\x12\x07\x6d\x09\xf8\x8f\xfd\xe3\xfb\x86\x2e\x58\xa2\x14\x70\x70\x47\x2e\x80\x1b\x88\x46\x7f\x3b\xc2\x96\xe0\x88\x41\x63\x79\x91\x5f\xa2\xa0\x91\x9f\xff\xd8\x3f\xbc\x67\xb4\x85\x25\xb0\x02\x85\x76\x24\xf1\x9d\x30\x74\xde\xb7\xa1\x6b\x0b\xe7\x18\x32\x94\x1f\xe7\x0b\x0c\x74\xce\x87\x1f\x7d\x56\xde\x23\x3e\xc4\x16\x0a\x82\x01\x3b\x9a\xeb\xed\x20\xf4\xdd\xd6\x86\xac\x2d\xfe\x64\xc0\x48\x7e\x5b\xad\x40\x40\xdf\x6a\xe1\xc7\xee\xe0\x3c\x1e\x93\x3f\xdd\x87\x53\xa5\xf6\x2a\xb5\x7d\x48\x69\x7d\xdb\x67\xc6\x70\x34\x11\xc4\xd1\x76\x4f\x42\x02\xb7\x5f\xc5\x36\x4e\xb2\xfa\xf1\x16\x7b\x72\x09\x08\x88\x47\xdf\x26\xac\xfe\x4c\x73\xd0\x19\x92\x45\xc8\xdb\xbe\x33\xf8\xeb\xb8\xfd\xab\x65\x7d\x7d\xba\x8a\x08\x69\x89\xfd\x55\x17\xfd\xf9\xae\xae\x8b\x8d\x8c\x6a\x15\x77\xbf\xc8\x86\x8f\x94\xb2\xee\x6e\xc0\x31\x87\xd3\xe6\x54\x46\xae\x2a\xbb\x34\xa8\x8b\xb8\xaa\xd5\x0a\xde\xd3\x59\x08\x69\x9a\x64\x89\x2d\xfe\x77\xe4\x39\x2c\x7e\xeb\x29\x32\xa1\x5f\xcf\xce\x3a\xc9\x38\xdb\xe2\xe2\x7e\xd9\x38\xcf\xf4\x98\x72\xad\x1c\x38\xde\x5e\xd2\xda\x37\xd4\x01\x26\xdf\x4d\xa1\xe4\x97\x57\x11\x3a\x43\x0e\x65\x66\xe5\xc8\xa1\x11\x21\x69\x1b\x3e\xe9\xb7\xfd\xbd\x7d\x56\x59\x4a\x7b\x5e\x5c\x42\x43\x99\x82\xc4\x1a\x85\x22\x82\xa2\xf0\xca\xea\x3d\x0f\x06\x86\x2f\xab\x4f\x9e\xc4\x36\x64\xe1\xc3\xa7\x79\xe3\x34\x82\x38\x1b\x3d\xc0\x02\x09\xc9\x29\xd2\x38\x0f\x8a\x2d\xdd\xf4\xa7\xbc\x69\xdb\x8a\x3f\xb7\xb9\x75\xf6\x32\x46\xcd\xac\x8c\x8e\x03\x69\xe3\x42\x16\xd9\x9e\xa6\x22\x9c\x5d\x44\xf1\x34\x01\x2f\xe1\x2c\xbc\x53\x99\x41\xc9\xf8\xd3\x44\xf7\xb1\x3f\x9b\x71\x72\xcd\x1b\x0d\xdb\x14\xd2\x2c\xce\x8b\x25\x12\x9c\xc2\x07\xe0\x49\x4b\x41\x26\x64\xb9\x21\x4c\xb3\x00\xac\xf1\x22\x4e\x29\x71\x8f\xa3\xc4\xc3\xc1\x1f\x17\x45\xb9\x26\xe3\xa9\x78\x24\x5d\xec\xea\xbb\xe6\x67\xde\x20\x8f\x6b\xfa\x2a\x1c\x91\x80\xa9\xa2\x33\xef\x00\xaf\x43\x10\x12\x41\x5e\xbc\x2b\x13\x59\x9f\xae\x80\xa9\x4a\x04\xde\xa4\xaa\xe3\x3a\x4b\xbc\x01\x54\x49\x9c\xd3\x57\xd1\x38\x9c\x20\x2c\xac\xf6\x11\x05\x89\x98\x92\xd7\x25\x5e\x29\xcb\x0f\x72\x01\x85\xfd\x03\x08\xb7\xf3\x07\x29\x3f\x88\xe0\xcb\x27\x04\xe8\xfb\x95\x84\x6a\xf2\xda\xe0\x51\xfe\x3f\xf6\xbe\x85\xc9\x71\x1b\x49\xf3\xaf\xf0\xca\xd5\xdb\xdd\xb3\x45\x89\x52\x49\xf5\x90\xc2\x7d\xee\xb1\xdb\x6b\xdf\xd9\xed\x09\xb7\xe7\xee\x22\xa6\xe6\xc6\x14\x09\x49\x9c\x06\x1f\x43\x52\x55\x94\x15\xfe\xef\x17\x78\x91\x00\x09\x90\x09\x4a\xbe\xb8\x88\x5b\x7b\xd7\x53\xc5\x42\x7e\x48\x24\x92\xc8\x04\x3e\x10\x60\x03\x57\x37\xbe\x0e\x88\xf1\xd3\xbe\x94\x83\x27\xad\xeb\xa6\x03\x02\xec\x05\x15\x20\x6c\x1c\x45\xe1\xe0\x48\x2b\x9d\xf1\x6b\xdb\x15\xa2\x8e\xfa\x10\x21\x35\x68\x98\xfb\x82\xff\x85\x54\xcd\x3b\x4f\x3a\x27\x49\x77\x4c\x92\xb6\x5a\xa3\xab\x59\xed\xd5\x95\xc6\xa3\x33\xeb\xed\xf1\x47\x7d\x44\xb4\x42\xaf\x8d\x2c\xf4\xef\xc3\x14\x2a\x8c\x3a\xd4\x5c\x1a\xac\x5b\xc3\xa7\xe1\xe0\x98\xd9\xe3\x2c\x6c\xcd\x04\x46\x64\x51\xf3\xce\x89\xe6\xf4\xf8\x94\xc1\x98\x40\xaa\x0d\xf3\x34\x03\x86\xa6\x85\x74\xee\xeb\xf3\x8b\xd4\xfd\xcf\x7b\xfd\x99\x38\x43\xf5\xd2\x71\xbb\xce\xaa\x86\x8b\xd3\xf4\xaa\x6f\xa6\x20\x8f\x37\x90\xed\xba\x1d\xcf\xa6\x7b\xc9\xdd\x0d\x2a\x5f\x10\x4a\x9a\xe3\x77\xeb\x4f\x15\x4d\xb9\x4f\xeb\xf3\x44\x43\xb6\x73\x0b\x4f\x76\x6e\xfb\x72\x1d\xb9\x99\x4e\x6b\x66\x31\x6b\x7d\x56\xb9\x72\xe9\x13\xf9\xbf\x7d\x63\xa0\xee\xd0\x71\x6f\xf8\x54\x1c\x69\xb0\xed\xbe\x38\xea\xc9\xe8\xb2\xa2\x26\x20\x3e\xf4\xf7\x1d\x97\xa7\x19\x8f\xb5\x77\x67\xa2\x24\x6c\xed\xb8\xd5\x9f\x7d\xdd\xea\xc1\x9e\x43\x80\x35\xbd\x68\x3e\x03\x18\xd0\x8f\xac\xb1\xef\xfe\x74\x12\xe9\x97\x61\x22\xc3\x13\x0e\x3a\xac\x6d\xfc\xdc\x8d\x91\x5f\x1c\x72\xd3\x97\x92\xee\xe3\xe3\xe3\x63\x56\xf1\x37\x96\xce\xef\x78\x07\xd2\x9f\xeb\x98\xce\xf0\x2c\x36\xc8\x29\x99\x4d\x33\x85\x5c\x7a\x5e\x7d\xf2\xef\x6a\xc6\x27\x70\x80\x68\x2b\x05\x1f\x43\x6a\x73\x4b\xf3\xd1\xcb\x27\x37\x30\xdc\x3a\x1b\x30\x44\x7b\x3b\x94\x3a\x14\xf5\x28\xa4\x89\xf1\x46\x67\x88\xa5\x1e\xb8\x25\x3d\x60\xb3\x75\x87\x61\xe8\x6e\xd9\x64\x7f\xa9\xb0\x84\xfe\x60\x42\x37\x6e\xc0\xd0\x80\xcc\x66\x0b\x4f\xcb\x96\x97\x69\x8a\xcb\x28\xd3\xf8\x72\x13\x7e\xee\xbd\xd6\x46\x7a\xee\x6c\xfc\x63\xa6\xad\x1f\x47\xf8\xb8\x72\xfd\x2c\xc3\xc8\x2d\x8e\x45\x89\xe2\x9b\x3f\xe3\x28\xf9\xfc\xa3\x1f\x7c\xa2\xbf\x7e\x9b\x26\xe5\xcd\xd3\xd5\x27\xb4\x4b\x91\xf3\xd7\xef\x9f\xae\x6e\x7e\x4e\x37\x69\x99\xde\x3c\x5d\x7d\x87\xf0\x33\x2a\xa3\xc0\x77\x3e\xa2\x03\x7a\xba\xba\x79\x9f\x47\x3e\xbe\x79\xba\xfa\x98\x96\xa9\xf3\xc9\x4f\x8a\xa7\xab\x9b\xa7\xab\x1f\xa2\x0d\x62\xcb\x4d\xe2\x59\xe1\x27\x85\x5b\xa0\x3c\xda\xde\x3c\x5d\xbd\x27\x75\x3b\x5f\x93\x00\xe8\x7c\x88\xd3\x7f\x46\x54\x48\xd4\xa7\x7b\xf4\xe9\x18\x6f\x52\x4c\x9f\xd1\x9a\x14\x59\xbe\x22\xc3\xcf\x75\xcc\x63\x1f\x2b\x2b\x6d\x8b\xf6\x4a\xdb\x64\x29\x7f\xa8\x41\x8f\xd9\x94\x7e\x67\x11\x4f\xfb\x09\x85\xbc\x2c\xd7\x3c\x50\xe7\x3d\x6b\x8c\x4a\x92\xd0\x90\x10\x49\x06\x53\xae\x10\xbd\xbb\x85\x5e\xdb\xa2\x3c\x69\x97\x52\xbe\xd4\xa2\x8f\xd8\xd9\x61\x54\x90\xc6\x05\xcd\xea\x93\xf6\x5e\x98\x9e\x74\x81\x7b\x51\x2b\x4f\xd0\x7c\x08\xc2\x0b\x3a\x13\x3f\xcf\xd3\x17\x8d\xd7\xa9\x8e\xc6\x9c\x77\xf2\x40\x74\xe2\xb6\x9e\xe8\x3f\x67\x57\x81\xeb\xb7\xbd\x5b\x81\x9c\xb4\xab\xeb\xb0\x9a\x4f\xfa\x99\x07\xd0\x38\xd5\xad\x72\x53\xb8\xbc\x56\xfd\xe1\xcf\xd2\xdf\x89\x9d\xff\x56\xb9\x19\xf6\x03\x14\xa3\xa4\xfc\xdf\x5f\x96\x69\xf6\xf7\x66\xbd\x64\xc1\x3e\x44\x1c\xa8\x82\x37\x6e\x44\x4d\xc2\xde\xe6\xe3\xd3\xb5\x35\x09\x33\x8e\xaf\xb1\x39\xab\x95\x66\xb6\xca\x3e\x1a\xd6\x6a\xde\xf6\x75\xf7\x9b\x50\x6d\x1e\x2b\x55\x4c\x53\x04\x4b\xd5\xa8\x4c\x63\x78\xcf\x31\xb8\x53\xbb\x9a\x71\xa6\x67\xb5\x09\xe3\xf3\xb4\x5e\x6a\x7c\xed\xd3\x0f\x36\x4a\x8c\xec\x15\x45\x99\xba\x5f\x9a\x0b\x30\x0c\x3d\xd3\xea\x1f\x96\x97\x01\x7b\xc8\x74\xee\x78\xaf\x9e\x4c\xc8\xee\xe5\x60\x32\xe3\x3a\x89\xd7\x27\x7a\xc9\xb0\x8b\xce\x54\xd9\xc8\xce\x50\x2b\xad\x7b\xa3\xfd\x31\xa1\xd8\x70\x26\x75\x45\x2b\xf3\x05\xf6\x04\xf1\x3d\x4b\x15\x89\x88\xdd\x9b\x42\x24\xc6\xf5\x01\xad\x4b\xf4\x80\x70\xc9\x51\x2f\x8a\xa4\xc3\xc8\xae\x91\x75\xa9\x3b\x46\x3d\x69\x46\x7e\x4b\xb4\x9d\x43\xe7\x23\x7d\x5d\x23\xaa\x8f\x92\x04\xe5\x52\x9e\x46\x53\xba\x0e\x93\x20\x13\x09\xfa\x0f\xb2\x7b\x4f\xc6\x1d\xfa\x80\x3c\xcd\x28\xc3\x67\x3a\xf8\xa5\xb3\x1c\x71\xd7\xcd\x07\x6b\xfd\xc9\xdc\xe5\x3f\xd3\xc2\xff\x9f\xd2\x42\xed\xd1\x23\x23\x16\xd6\x38\x09\xa6\x5f\x52\x33\x7a\xad\x5d\x26\x39\x93\xc7\x12\xe9\xac\x27\x32\xbc\x41\xaa\x31\x0f\x29\xed\x72\xfe\xb6\xd4\xbe\x52\xaa\x56\x17\x4d\x46\xb9\x0a\xc6\x64\x54\xfc\xdd\x90\x8c\xb6\x78\x59\xc3\x85\x03\x4a\x35\xef\x7a\x06\xfb\xfe\xda\xde\xa9\x09\x29\x9d\x8d\xbb\xde\xa4\x97\x68\xd4\xd6\xdd\x3b\xc8\x83\x74\x18\x08\xbe\x93\x66\x08\xd6\x65\xa9\x8a\xeb\x6a\x0f\xaa\xd3\x6b\x4d\xfd\xe3\x1c\xa5\x99\x83\x35\xeb\xa1\x56\x5a\xeb\xef\x14\x95\x2a\x37\xe7\xd6\x66\xf5\x78\x6e\x2d\x6f\xdc\x1f\xf6\x22\x2a\x34\xce\x8f\x58\x7d\xef\xe4\xec\x5a\xe3\x47\x6b\xc9\x20\xca\x31\x2d\x62\xd1\xef\xd6\x9c\x5e\xea\x94\x1c\xe9\x70\x8a\xb2\xfd\x69\x85\xd4\x75\xad\x0e\x94\x93\x6f\x1b\xc7\x53\xf5\x1f\xe3\x7a\x2d\xf5\x99\xf3\xb1\x6b\xc5\xfa\x5c\xaf\x47\xff\x41\x17\xec\x99\x3c\x98\xf5\x14\x93\x07\xe9\x93\x98\x61\x1f\x64\x42\xe3\x9c\x90\x57\xf8\x4e\x9a\x3d\xd8\x0e\x66\x4a\xf5\x23\xdd\x4b\x55\xa3\x6f\xd6\xed\x39\x9d\x0e\xd2\x4e\x29\x6c\xfc\xab\xd5\x82\x31\x0e\xd6\x6e\x00\xf3\x30\xce\x14\x8c\x6b\x01\xd0\xc3\xea\xd8\x2d\xae\x10\x3d\xab\x07\x4c\x68\xfd\xd9\xf5\xd2\x7b\x65\xce\x57\x5a\x77\x5e\xf2\xc9\x40\x37\x71\xe8\x72\x63\xdb\x7b\xf2\x6f\xaf\x0d\x8c\x13\x43\x73\x4b\xd9\xc4\x50\xb9\x7c\x70\xf8\x1d\x23\x42\xe3\xde\x30\x5a\xdd\x3b\x65\x6e\xf8\x07\x0d\xf3\x92\x8e\x23\x9d\x40\xd6\x75\x60\x89\x65\xc9\x27\x8f\x5d\x27\x96\x26\x8f\x36\x2f\xa1\xa2\xfd\x98\x57\x50\x55\x9e\xbd\x80\x79\x7d\x91\xf2\x08\xed\xf5\x2f\xa0\xfa\x7e\x9c\xfa\x6e\x38\xaa\x33\x32\x69\xdf\xab\xfe\xc4\x34\xe6\xe9\xe6\x37\x01\x6d\xc8\xbf\xff\x97\x58\xe2\xd6\x08\x00\xb9\xda\xa1\x19\x92\xe4\x6d\x74\x9a\x7d\x84\xa6\x13\x96\x02\x3f\x4f\x0f\x05\xc2\x5d\x16\xd8\x5c\x76\xa2\x6c\x95\x38\x95\xe9\x21\xd8\x8b\x6d\xd3\x99\x9f\xb8\x47\xb3\x28\x5f\xb8\x30\x6d\x6a\xd3\xed\x94\x1b\x02\x13\x2e\xd7\x9a\x21\x61\xe4\xe7\xab\x4d\x5a\xee\x07\xb6\xdb\x34\x60\xfd\x47\x41\xd1\xa9\xb3\x74\x1d\x9a\xa4\x70\xeb\x86\x56\xf2\x88\x78\xda\xd6\x0f\x90\xfb\x1c\x15\xd1\x26\xc2\x51\x79\x14\x1b\xff\xf4\x1b\xed\xee\x2e\x73\x1b\x89\xda\x9a\xe1\x33\xee\x94\xf2\x7c\x27\xba\xf6\xbe\xc7\xa6\x94\x9b\xa0\x4a\x33\xf4\xab\x65\xb2\x1c\x3d\xab\x3d\x32\x50\x37\x45\x65\x7b\xb5\xd5\xe7\xc4\xd8\x6f\xbb\xd5\x31\x55\x5b\x65\x69\x0f\x9c\x34\xfb\x14\xff\x17\x25\x7f\xf5\x77\xfa\xb6\xb4\xd6\xe9\x40\x71\xa1\x4a\x10\x85\xf5\x3a\xb8\x43\x4a\xb0\x5d\x91\x6a\x1f\x36\xbb\xa7\x9b\xde\x74\xb3\x3c\xcd\x50\x5e\x1e\x57\xfc\xaf\xeb\xf6\x8e\x47\x9b\x2a\x86\xbb\x5d\x23\x44\xfb\x4b\xd3\x72\x4b\x14\x62\x71\x6d\x27\x36\x07\xca\xf5\xec\xc7\x6e\x41\x1b\xbb\x63\x50\xa9\x1e\x6f\x12\x8a\x78\x6b\x5d\x4f\x88\x0e\x70\xbc\x82\xbc\xc3\xe7\xbf\xb7\x7f\x60\x4b\x2c\x46\x03\x32\x64\xe6\x29\xa6\xdd\xd3\x53\xa5\x28\x46\x7c\xc1\x98\xa8\xd6\xc1\xb8\xe9\xd2\xa1\x7d\x9a\x86\xed\x8b\x7c\xc8\x5d\xbe\x5a\x37\x5f\x65\x00\x57\xb7\xe5\x5b\x16\x57\xf2\xc7\x2b\xba\xbe\xac\xef\x86\x3a\xbf\x3b\xc7\x18\x72\x64\x3f\x19\x3f\x8a\xd1\x16\x66\x77\x09\xc0\x34\x02\x23\xd3\xc2\xca\x87\x53\xa6\xcf\x7e\xa4\x5b\x18\xfb\x68\x7f\xad\xee\xa7\x9e\x6b\xb8\x35\xe6\xe4\x69\x34\x10\xdc\x8d\x82\x34\x01\x36\x95\x96\xed\xbb\xf6\x77\x2e\x6d\xe2\xa2\x3f\x4b\x0e\xb9\xf4\x5e\x4d\xe9\x8e\x24\xfa\x9f\x24\x75\x73\x94\x21\x5f\xb3\x71\xc8\xac\x66\xf7\x30\xda\x43\x8e\xdf\x3c\x5d\x85\x7e\xe9\xaf\xe8\x83\x69\xf1\xbc\xfb\xf7\x2a\xc6\x37\xaf\x6e\x83\xe2\x79\xe7\x54\x31\x4e\x8a\x2f\x5f\xef\xcb\x32\x5b\x4d\xa7\x2f\x2f\x2f\x93\x97\xdb\x49\x9a\xef\xa6\x73\xcf\xf3\x48\xe1\xd7\xce\x36\xc2\xf8\xcb\xd7\xaf\xe6\xb7\xdb\xed\xf6\xb5\x43\xdb\xf1\xe5\xeb\x87\xd7\x0e\x6b\x06\xfd\xf1\x39\x42\x2f\x7f\x4e\xab\x2f\x5f\x7b\x8e\xe7\x3c\x38\x0f\xaf\x5f\xdd\xa2\x57\xb7\x41\xe6\x97\x7b\x27\xfc\xf2\xf5\x8f\xcb\xc9\x7c\xe9\x78\xd8\x5d\x38\xec\xdf\xd9\x64\xe9\xce\x26\xcb\x1f\x16\xe4\xf9\x02\xcf\x27\x4b\x77\x3e\x59\xfe\xc0\x8a\xfd\xf6\x7a\xca\xc4\x49\xf5\xaf\x6e\xd1\xd3\x55\x5f\x84\xec\x9a\xff\xff\x51\x1b\xcc\x27\xf7\xd4\x06\xb3\xc9\x92\xb4\xff\x87\x5b\xf2\xfb\x02\x93\x86\x3b\xa4\xf1\xf4\xef\x0f\x78\xe1\xd2\x7f\xed\x8c\x10\x25\x61\x14\xf8\x65\x9a\x17\x9a\x41\xb7\x99\x35\x8a\xad\xa0\x2d\x1a\x6e\xa9\x0e\xbf\x86\xb1\x56\x7f\x68\x2d\x9f\xd6\x2d\x5f\x29\x8b\x0b\xe4\x77\xfa\x6d\x63\x73\xa1\x2d\x48\x7b\x07\x47\x27\xfa\x31\x59\xf4\x1b\x19\xcc\xb9\x06\x94\xea\xa1\x3b\x50\x3d\xb1\x03\x55\x6c\x97\x6b\xde\xa6\xdb\x7a\xeb\x22\xd7\x49\x7a\x40\x75\x22\xbf\xd3\x81\x87\xb4\x3a\x29\xe9\xee\xca\xac\x12\xb7\x82\xf2\x09\xcc\x68\x0e\x8a\x6d\x45\xf5\xfa\x6e\xf5\x10\x73\x49\x7d\xa1\x81\x00\x74\xee\x49\xd7\x06\x63\xdb\xcc\x07\x1a\x41\xf1\x81\x2a\x24\x11\x0b\xfc\x8c\x9e\x4b\x6c\xf2\x4b\xe2\x2a\xe2\xda\x18\xd2\x9d\xb5\xff\x34\x2c\x71\xed\x7a\xc4\xc6\x73\x89\xd6\x76\x65\xc1\xbe\xb8\x2f\x1f\xec\x5e\x64\x74\x92\xe8\xb2\x5e\x39\x95\xa9\x94\x9a\xe7\x69\xe9\x97\xe8\xcd\xed\x9d\x17\xa2\xdd\x5b\x8d\x35\x5a\xc2\x7d\x23\xbd\xb4\x7c\x44\x7f\x6e\xdd\x7c\xe9\x7a\x93\xd9\x7c\xd9\x5c\x08\xc3\x2e\xdd\x64\x7e\x11\x1c\x72\xe2\x13\x94\x31\xd6\xad\x78\x9b\xaf\x8c\x59\x7a\xaf\xd6\xcd\x51\xd8\x93\xfb\x65\xf7\x30\x6e\xb5\x09\x43\x4d\x74\x8b\xf8\xd4\x65\x3c\xe5\x8d\xf4\x7c\x1d\x67\x8e\x62\x9d\x95\x77\x79\xfa\x72\xf2\x5e\x75\xbe\x9f\xf2\xde\xfe\xbe\xf4\x5e\x35\x1e\xd4\x9e\xaf\x98\xf5\xa2\x88\x17\x31\x7c\xfb\x55\xd7\x9a\xbd\xb1\x6b\x93\xed\x03\x2d\xbc\xd3\x9e\x4b\x26\xff\xd5\x6c\xdd\xd1\x2f\xba\xda\x7d\xdd\xbc\x45\x31\x63\xdd\x10\x37\x3c\xf0\x5c\x6c\x36\x59\x16\x1a\xeb\xb3\x9c\x5c\x5c\xd7\x7a\x32\x5c\xe3\xea\xfc\x97\x28\xce\xd2\xbc\xf4\x75\xfb\x9d\x19\x44\x99\x66\x6d\xe9\x32\xcd\x00\x82\x71\x14\x86\xb8\x53\x33\x7b\x0a\x10\x67\x43\x45\x47\x71\xb6\x70\x0f\x50\x9b\x0c\x29\x7a\x0c\xe9\x4f\x50\x20\x9d\x11\xf8\xf3\x5e\x88\xcd\xae\x3e\xb6\xcb\x74\x4b\x42\x9f\xbc\x2f\x01\x18\x52\x78\xa5\x88\x7e\x4a\xc0\xbf\x86\x1f\x84\xea\x96\x63\x13\x01\xd3\x0d\xab\x43\x2d\x6f\x4e\xcb\x32\xdd\x6d\x3a\xd8\xf6\xf6\x1d\xa7\x03\x85\x86\xda\x3f\x04\xa7\x2b\x69\xb2\x01\xbb\x26\x75\xd0\x06\xfc\x98\x2a\xd3\xd5\xa4\xc3\x16\x50\xae\x28\xed\x2d\x32\xd8\xfa\x5e\xa8\x6e\x39\x53\xcb\xd9\x0d\xa7\x43\x2d\xa7\xa7\x43\x99\xee\x16\x1d\x6c\xb6\x74\xc7\xa8\xf9\xef\x43\x0d\xee\x01\x69\x15\x32\x36\x95\x5e\x4e\x3a\xd4\x54\x71\x22\x93\xe9\x6e\xd0\xc1\xd6\xaa\x77\x84\xf6\x16\x19\x6a\x73\x3f\x54\xb7\x9c\xa9\xe5\xec\x8a\xd1\xa1\x96\xf3\x83\x90\x4c\x97\x7b\x0e\x36\x5c\xb9\xe4\xb3\xaf\xc4\x50\xb3\x7b\x81\x3a\xc5\x4c\x8d\x66\x37\x84\x0e\x35\x9a\x1d\x3f\x64\xba\x9d\x73\xb0\xcd\xf2\x2d\x9d\x3d\x05\x86\x5a\xdc\x07\xd3\x2e\x65\xec\x64\x7a\xc1\xe7\x70\x27\xe7\x9f\xbb\x79\x49\xe2\x3f\x6f\xfc\xdc\x2d\xf7\x28\x56\x2f\xd5\x51\xae\xee\x00\x78\x40\x7d\x07\x67\xf7\xef\x4a\x1d\xfd\x5e\x52\x5f\xae\x39\x84\x32\xec\x49\x46\x85\x78\x21\x88\x56\x2d\xbc\xde\x4a\x35\xfa\xe9\x86\x22\x7a\xbd\xe8\xe0\x50\xb4\x8f\x4a\xa4\x1d\x88\x7a\x13\x0d\x22\x2a\x4d\x52\xba\x00\xf2\x6d\x44\xbd\x38\x6c\x9e\xd5\xd9\xe7\x09\x70\x87\x49\x33\x31\x3f\xf5\x7d\x2e\x0a\xc1\x60\xcb\xe5\xf2\x2f\xe3\x70\x78\x02\x39\xf0\x09\x32\x04\x89\x72\x4a\xd2\xcf\xe3\x50\x3c\x61\x59\xa8\x25\x6b\x09\x76\x46\x30\xd8\x76\x8d\x1c\x5f\x8d\x82\x5b\xab\x11\x15\x0b\x58\x50\xfb\x34\x92\x6c\xcd\x0a\x22\x57\xa7\xd7\xad\x03\x5d\x87\x52\x6b\x21\x2f\x25\xa9\x0a\xc2\x70\x82\x5a\x23\x88\x14\x4f\x91\x1f\x4e\xef\x84\x3c\x4b\x94\xd4\x63\xc1\x06\x93\x24\x21\x5c\xa7\x1e\x8a\xfc\x70\xda\x21\xe4\x45\x00\x57\xc4\x87\x83\x77\xdd\x6b\xf2\x7b\x06\x0e\x83\x4d\xe5\xf9\xe7\x96\x30\xfc\x55\xe0\x23\x5d\xab\xdd\xfd\x7d\x4e\x47\x34\x14\x92\x59\x7c\xfb\x03\x89\x1c\xf5\x4f\x06\xb9\x68\x47\x6e\x09\x14\x6c\x0d\x6b\x9a\x93\xca\x25\x14\xe3\x1e\x14\x8b\xfa\x94\x21\x70\x18\xa8\xef\x23\x7c\x8b\x5a\x75\x03\xa6\x5d\xcd\xbd\x86\x31\x57\x2c\x8f\xaf\x60\xfb\x9e\x59\xe5\xae\xed\x0d\xb7\x50\xd1\x20\xca\x03\x8c\x4e\x9d\x35\x2b\x90\x70\x16\x61\xdc\x11\x85\xd6\xec\xb5\x0f\x45\xef\x95\xa2\x7b\x70\xb6\x51\x75\xe6\x0e\x9d\xd0\x4d\xd2\x44\x3d\x71\xad\xb7\xda\xd0\x65\xeb\x84\xad\x65\x43\x90\x0c\x5b\x5b\xd4\x2e\x38\x0e\xc8\xab\x82\x10\x89\x52\x39\x2b\x8a\xfe\x06\x91\x70\xe5\x15\xd1\xfa\x09\x48\x32\x40\x18\xb7\x44\xc9\xa3\x01\xd9\x2d\x46\x95\x72\xb2\x07\xcc\x92\x8a\x98\xf4\x4c\x96\x86\x1f\x62\x41\x86\x5d\x6b\x3f\x28\xe2\x51\xae\x50\x8b\x8d\xf7\x86\x22\x1e\xe1\x10\x45\x3c\xc2\x27\x84\xd0\x28\xb7\xa8\x85\xc7\x79\x46\x11\x5b\x3b\x47\x63\x5b\x88\x7f\x58\x5c\xb7\x14\xba\xb1\xfd\x40\x11\x8f\x1b\x2b\xe2\xf3\x87\x8b\x78\xcc\x88\x11\x8f\x19\x34\xe2\x73\xc6\x8d\xf8\xbc\xa1\x23\xb6\x1f\x3d\x62\xab\x01\xc4\xe2\xf0\x14\x12\x72\xad\x1d\x04\xef\x46\x39\x48\x2d\x36\xde\x41\xf0\x6e\x84\x83\xe0\xdd\x08\x07\x11\x42\xa3\x1c\xa4\x16\x1e\xe7\x20\x78\x67\xed\x20\x8d\x6d\x47\x3a\x88\xf1\xfc\x9b\xd0\xad\xb0\xb5\x87\x54\x78\x94\x87\xd4\x62\xe3\x3d\xa4\xc2\x23\x3c\xa4\xc2\x23\x3c\x44\x08\x8d\xf2\x90\x5a\x78\x9c\x87\x54\xd8\xda\x43\x1a\xdb\x5a\x78\x88\x93\xe5\x51\x52\xea\x9c\x82\xfe\xc1\xda\x2f\x98\xd4\x18\xd7\x90\x25\xc7\x7b\x07\x43\xb1\x77\x10\x26\x67\xef\x23\x92\xdc\x28\x37\x91\xe5\xc7\x79\x0a\x43\xb0\x75\x16\xc5\xda\x20\x7f\xe9\x80\xa0\x78\x43\xa6\xcc\xa8\xc8\xd2\xa4\x88\x9e\xd1\xe0\x85\xd2\xf2\xa9\x93\xf5\x4e\xd6\xc1\xcf\x1e\xda\xd5\x18\x8e\x22\xed\x9f\x4c\xb5\x41\xba\x4f\xe8\x56\xdc\xee\x8a\x7d\x47\x30\xa2\x7b\x3f\x00\x05\xe9\x03\x40\xb9\x74\xf3\x4f\x14\x68\x76\x38\x77\x0a\x3e\x47\x21\x4a\x87\xf7\x1b\x2b\xe7\xe6\x74\xce\x63\x36\x9e\xd8\xde\x35\xc8\x7c\xb6\x39\x3e\x36\x1f\xe4\x49\xdb\x93\x16\xf3\xc9\xc3\xf2\x7e\xb6\x98\x3f\xdc\x69\x4e\x54\xed\x00\xcd\xee\x4c\x40\xcb\xbb\xc9\x7c\x09\x81\x58\x6c\x8e\xb7\x5a\x84\x7b\x90\xf8\x6c\x73\x9c\x69\xc5\xf5\x67\xc2\xd2\x03\x19\xc9\xdb\xdc\xbd\x82\xaf\xf7\xb5\xa2\xc5\xd9\x11\xab\xfa\x13\x6a\x87\xa5\xf3\xf4\xc5\xcd\xd1\x33\xca\x8b\xce\x21\xb7\xd2\x9f\xa0\x5a\x98\xa0\xd4\xbf\x0e\xa3\xbd\xe4\x7e\x76\x52\x0f\xb6\x1c\x16\x4a\xd2\x96\x18\x7b\x00\xab\x4d\xd5\xbc\xae\x15\xae\xf2\x36\xc2\xec\x0a\xc5\xfa\x44\xcf\x61\x19\xba\x5b\xc9\x3b\xd5\x3f\x0f\x2c\xf4\x34\x32\x33\x49\x66\x36\x2c\xc3\x4e\x89\x16\x35\x89\x33\xa3\xc1\x72\x33\x45\xae\xbf\xbe\xd6\x3e\x57\x76\x9c\xec\x49\x7b\x02\x29\xfd\x93\x15\x18\x4a\x42\x3d\x14\x4a\xfa\x59\x80\x36\x10\xdb\xc0\xd8\xc1\x62\x8f\xad\x90\xf8\x91\xb8\x1d\x28\xe5\xc0\x5c\x2b\x44\x9f\xae\x02\x1a\x00\xd9\x1f\x01\x3b\xa2\xe8\x87\x1e\xdc\xfa\xfa\x33\x7e\xc1\x20\xc4\xea\x1d\x88\x21\x8b\xcb\x00\xdc\xda\xdd\x2f\x50\xc0\x08\xf5\x16\x39\x19\xc3\x62\x7f\x9c\xb0\x46\x8e\xca\x60\xaf\x80\xf0\x67\x00\x0c\xd5\xa3\x95\x67\x76\x56\x95\xbd\x59\x03\x03\xb3\x6c\xcb\x93\x55\x1c\xb0\x75\xdb\x5e\xac\xc2\xc0\x7d\x58\x45\xe3\x1e\xac\x03\x03\xfb\x6f\x63\x6d\xb9\xcf\x6a\x30\x70\xaf\x15\x08\x6f\xe9\xc7\xd4\xa7\xe6\xf7\xd5\xe0\xe8\x2c\xc9\xca\xdd\x4d\x85\xad\xfa\x9a\x42\x34\x1d\xdd\x00\xc0\x7a\x99\x8a\x2b\x5d\x4c\x11\xc0\xfd\x4b\xe5\x5b\x2f\x0f\x45\xb0\x78\x77\xb8\x15\xe4\x6e\xa0\x10\x9a\x3e\x80\xaf\x33\x33\x23\xc6\xa3\x93\x9e\x22\x3e\x33\xef\x61\x75\x5f\x24\xf5\xa9\x75\xb9\x54\xf6\x53\xc4\xe3\x12\x20\xba\x74\x3f\x32\x07\xe2\x75\x9e\x9d\x06\x15\xf1\xa8\x4c\xa8\x88\x47\x25\x43\x42\xcc\x36\x1f\x8a\xc7\xa7\x44\xf1\x45\xb2\xa2\xf8\xb2\x89\x51\x11\x5f\x2e\x37\x22\xee\x7c\xb1\xf4\xa8\x88\xff\x80\x0c\xa9\x88\x2f\x9b\x24\xc5\x97\xc9\x93\x78\x27\x9c\x95\x2a\x35\xc6\x3f\x23\x5b\x22\x46\xbf\x4c\xc2\x14\x5f\x2a\x67\x8a\x2f\x97\x36\x29\x66\x3e\x23\x73\x6a\x9b\x7a\x74\xf2\x24\xf9\xf8\x65\xf2\xa7\xc6\xbf\x2f\x93\x42\xb5\x7b\x71\x64\x16\x45\xd4\x3a\x27\x91\x8a\x2f\x91\x4b\x29\xbd\x3f\x2a\x9d\x6a\xf7\xfb\x88\x8c\xaa\xfb\x82\x8d\x4b\xaa\xda\x1d\x63\xca\xab\x2c\xf8\x59\x6a\x8d\x38\x1c\x9d\x58\xc5\xe1\x99\x89\x15\xab\xfb\x22\x89\x55\xad\xcb\xa5\x12\xab\x38\x1c\x97\x58\x51\xca\x7b\x64\x62\xc5\xeb\x3c\x3b\xb1\x8a\xc3\x51\x89\x55\x1c\x8e\x4a\xac\x84\x98\x65\x62\x15\x87\xa3\x13\xab\x46\xf4\x9c\xc4\x8a\xa0\x5c\x32\xb1\x8a\xc3\xcb\x25\x56\xc4\x9d\x2f\x96\x58\xc5\xe1\x1f\x90\x58\xc5\xe1\x45\x13\xab\xba\x33\xce\x4c\xac\x78\x27\x9c\x95\x58\x35\xc6\x3f\x23\xb1\x22\x46\xbf\x48\x62\x45\x2d\x73\x89\xc4\xaa\x65\xe2\xb3\x12\x2b\xc5\xcc\x67\x24\x56\x6d\x53\x8f\x4e\xac\x24\x1f\xbf\x4c\x62\xd5\xf8\xf7\x45\x12\xab\x4e\x2f\x8e\x4c\xac\x88\x5a\x67\x24\x56\x2d\x1f\x18\x99\x58\x29\xbd\x3f\x2a\xb1\x6a\xf7\xfb\x88\xc4\xaa\xfb\x82\x8d\x4a\xac\x3a\x1d\x63\x91\x58\x99\xf6\x35\x51\x6b\xe0\xdd\xe8\xc4\x0a\xef\xce\x4c\xac\x58\xdd\x17\x49\xac\x6a\x5d\x2e\x95\x58\xe1\xdd\xb8\xc4\x8a\x6e\x15\x1b\x99\x58\xf1\x3a\xcf\x4e\xac\xf0\x6e\x54\x62\x85\x77\xa3\x12\x2b\x21\x66\x99\x58\xe1\xdd\xe8\xc4\xaa\x11\x3d\x27\xb1\x22\x28\x97\x4c\xac\xf0\xee\x72\x89\x15\xde\x5d\x30\xb1\xc2\xbb\x3f\x20\xb1\xc2\xbb\x8b\x26\x56\x75\x67\x9c\x99\x58\xf1\x4e\x38\x2b\xb1\x6a\x8c\x7f\x46\x62\x45\x8c\x7e\x91\xc4\x8a\x5a\xe6\x12\x89\x55\xcb\xc4\x67\x25\x56\x8a\x99\xcf\x48\xac\xda\xa6\x1e\x9d\x58\x49\x3e\x7e\x99\xc4\xaa\xf1\xef\x8b\x24\x56\x9d\x5e\x1c\x99\x58\x11\xb5\xce\x48\xac\x5a\x3e\x30\x32\xb1\x52\x7a\x7f\x54\x62\xd5\xee\xf7\x11\x89\x55\xf7\x05\x1b\x95\x58\x75\x3a\xc6\x22\xb1\x32\xee\x07\xa6\xe6\xa8\xf0\xe8\xcc\xaa\xc2\x67\x66\x56\xac\xee\x8b\x64\x56\xb5\x2e\x97\xca\xac\x2a\x3c\x2e\xb3\xa2\x5b\xac\x47\x66\x56\xbc\xce\xb3\x33\xab\x0a\x8f\xca\xac\x2a\x3c\x2a\xb3\x12\x62\x96\x99\x55\x85\x47\x67\x56\x8d\xe8\x39\x99\x15\x41\xb9\x64\x66\x55\xe1\xcb\x65\x56\xc4\x9d\x2f\x96\x59\x55\xf8\x0f\xc8\xac\x2a\x7c\xd1\xcc\xaa\xee\x8c\x33\x33\x2b\xde\x09\x67\x65\x56\x8d\xf1\xcf\xc8\xac\x88\xd1\x2f\x92\x59\x51\xcb\x5c\x22\xb3\x6a\x99\xf8\xac\xcc\x4a\x31\xf3\x19\x99\x55\xdb\xd4\xa3\x33\x2b\xc9\xc7\x2f\x93\x59\x35\xfe\x7d\x91\xcc\xaa\xd3\x8b\x23\x33\x2b\xa2\xd6\x19\x99\x55\xcb\x07\x46\x66\x56\x4a\xef\x8f\xca\xac\xda\xfd\x3e\x22\xb3\xea\xbe\x60\xa3\x32\xab\x4e\xc7\x18\x33\x2b\x4d\x2c\x4a\xfd\x92\x7d\x5b\xdf\x5c\x9c\x30\x10\xbd\x88\x04\x3b\x7c\x80\x89\xb0\x0b\x6c\x87\x65\xe8\xe7\x39\x4c\xa4\xfd\x71\x8e\xcd\xe6\x2f\x02\x55\xc4\x23\x74\x2e\xe2\x51\x6a\x8b\x8f\x9a\xf5\x9a\x5b\xd1\xab\x04\x2e\x0e\x47\xa8\x1e\x87\xa3\x54\x17\x9f\xdb\x82\x55\x37\x2f\x60\x52\x37\xd9\x8d\x50\x1d\xef\x46\xa9\x2e\x3e\x04\x05\xab\xde\x33\x45\x20\x78\x15\x1e\xa1\x3b\x49\xee\x47\xe8\x2e\x3e\x51\x34\xe8\xde\x91\x3a\x14\xf4\x9c\x1a\x8c\x82\xd2\xf5\x31\x3e\x49\xbf\xaf\xfc\x81\x6f\xaa\x14\x59\x32\xaa\x2a\xc2\x43\xc3\xaa\x2c\x4d\x55\x96\xa5\x07\xbf\xa0\x13\x9f\x43\xb1\x8a\xeb\x8f\xa3\x06\x6b\xad\xe5\xd8\x67\x54\xa7\xd6\x67\x55\xbd\xb2\xe2\x93\x22\x32\xda\x97\x51\xd0\x7c\x62\xc4\x7e\x87\xc9\x8a\x6f\xbe\xba\x5f\x81\xc1\xe4\xc5\xe7\x4c\xdd\x0f\x9c\x60\xf2\xdb\xa8\x42\x61\x23\x4c\x7f\x85\xb6\x3a\x0a\x3e\x1f\xe5\x56\x93\xdf\xfb\x7d\x92\xa0\xd3\xd3\x69\xd4\x0a\xf9\xb7\x58\xe2\x30\xf2\xce\x55\xc0\xb7\x9a\xef\xae\x18\x16\x3f\x03\xa6\x05\x37\x78\xaa\x39\x41\xfc\xaa\x38\x64\x44\xd3\xe2\x4d\x2d\xed\xb0\x36\xe8\x4e\xce\xa5\x7f\x50\x55\x67\xcf\xb8\xee\x0d\xf4\xdc\xd3\x1d\x50\x9c\xbb\x69\x82\x8f\x9a\xcf\xd0\xf8\x07\x67\xcd\x61\xe5\x33\xe9\x6a\x66\x71\x94\xfa\xca\x25\x4f\x5b\xce\xb9\xa6\xc7\x8d\x93\x19\xf9\x1b\xef\xc6\xe1\xff\xf7\xb6\x75\xe9\x2e\x99\xea\xf6\x7c\xbd\xc6\xf5\x72\xe9\x49\x70\xfe\x06\xa3\x95\xe9\x7a\x97\x6e\x49\x76\x7a\x5c\xcb\xeb\x79\x7b\xe8\x41\xec\xbc\x41\xf4\xe7\x5a\x77\x7a\xc5\x11\x46\x4c\x79\x76\x5e\x7b\xe7\x96\x60\x8d\x9e\xf4\x96\x62\x76\x98\x52\x25\xee\x2c\xf6\x9c\xc9\x8c\xdf\x5d\xcd\xfe\x47\xbe\xc8\xcc\xbb\x5f\xbe\xed\x75\x46\x06\xd2\xc2\xa3\x30\xb3\x36\xd6\x0c\x04\xc5\x0e\xe9\x91\xd0\x28\xce\x6d\x07\x0c\xa6\x18\x1b\x04\x25\xbc\xc1\x31\xf0\xc5\x9d\x2f\xf9\x89\xd1\xf3\x65\xff\xf1\x3e\x2f\xee\xd2\xe3\x45\x87\x4e\x02\x7a\x71\xef\x05\xea\xfd\x20\xea\xcc\x13\xb0\xf4\x9e\x8a\xfe\xc2\x74\xa8\x6e\xdc\xa5\xb7\xf4\x9e\xb4\x4d\x1c\xdc\x3d\xa0\xc6\x9e\x34\x8e\x97\x1d\x6a\xdd\x9e\xb4\x8e\x97\x1d\x6a\xde\x9e\x36\x4f\xfa\x2a\x74\xa0\x34\x6d\x9f\xf4\x0e\xf4\x16\x8f\x99\xf1\x9a\x3b\xce\x07\x2b\x88\xf7\xb5\x04\x54\x27\x92\xa3\x3c\xf3\x8a\xea\x74\x65\xe6\x79\xcf\xfd\xcb\x93\x54\x6c\x5f\x8b\x35\xb5\x3d\xf7\x4f\xb4\x9e\x5b\x0e\x31\x50\xcd\x73\xdb\xc0\x03\xf0\xb1\xeb\x9d\xea\x8b\xb5\x7b\x0b\x96\xae\xd7\x1d\xd0\xe2\x63\x2d\x0f\x38\xb0\x30\xce\xb5\x18\x55\x83\x01\x39\xbc\x30\xde\x0c\x69\x02\x3a\xc7\x30\xc6\x43\xca\x00\x0e\x35\x8c\xdd\x99\x30\x1f\xe0\x20\xb2\xb8\x74\x67\x5a\xcd\x67\xca\x2d\xb8\x00\xa0\x5c\x0b\x54\x35\x40\xfc\xb2\x4f\x00\xd4\x66\x48\x27\x71\xcd\x38\x00\x0b\x0f\xa9\xc5\xae\x9a\x06\x20\xb9\xf3\xda\xae\x10\xb3\xce\xb5\x4d\x98\x77\x2e\x17\x1e\xb2\xaa\x0e\xa7\x6a\x70\xa4\x2b\x54\x87\x8c\x3a\xa0\x91\x7c\x77\xfb\x90\x4d\x07\x94\x6a\xae\xef\x1e\x30\xe9\xad\x30\xe9\x0c\x60\xd1\x5b\xad\xfe\xb7\xb2\x45\x87\x61\x72\x2d\x4c\xd5\xc0\xe4\xf5\x7d\x0c\x43\xf6\x1c\xd0\x47\x1c\xf5\x0a\x30\xe7\x80\x4a\xec\xb0\xd7\x61\x6b\x2e\x6a\x6b\x82\x3c\x74\xa1\xd5\x7f\xa1\xd8\x13\xe4\xa2\x3a\xa0\xaa\x01\xe2\x16\x05\xf9\xe8\x80\x4e\xc2\xa6\x20\x27\x1d\x50\x8b\x59\x15\xe2\xa5\x4b\x61\xd7\xc1\xc3\x19\xe3\xd2\x5d\x6a\x5b\xb0\x94\xad\x3a\x0c\x93\x6b\x61\xaa\x06\x86\xdf\x77\x04\xb0\xe8\x80\x3e\xdc\xa2\xc3\x48\x78\x48\x25\x76\xe3\xd2\x10\x4e\xe6\x7a\xf5\x15\xb5\xfd\x81\x2c\xd3\x86\xf7\xec\xd8\x00\x00\xe2\x7b\xa6\x8d\xef\x59\x25\x81\x40\x02\x7c\xa6\x0d\xf0\x8a\x2e\xa0\x08\x9f\x69\x23\xbc\xa2\x0e\x20\xc4\x67\xee\xac\xb9\xe6\x77\x38\x72\x65\xda\x18\x9f\x1d\x1b\x14\x68\x90\xcf\xb4\x41\x3e\xab\x24\x24\x70\x94\xcf\xb4\x51\x5e\xd1\x0a\x1e\xe6\x33\x6d\x98\x57\x14\x83\xc6\xf9\xcc\x9d\xb7\xee\x50\x1e\xb0\xad\x26\x16\x66\xc7\x06\x04\x18\xe9\x33\x6d\xa4\xcf\x2a\x09\x08\x1a\xea\x33\x6d\xa8\x57\x74\x02\xc7\xfa\x4c\x1b\xeb\x15\xb5\x80\xc1\x3e\x73\x6f\x6b\xbb\x0e\xc6\xb2\x4c\x1b\xed\xb3\x63\x83\x01\x0b\xf7\x99\x36\xdc\x67\x95\x84\x03\x8c\xf7\x99\x36\xde\x2b\x1a\x41\x03\x7e\xa6\x0d\xf8\x8a\x52\xb0\x88\x9f\xb9\x8b\xc6\xa4\x20\x5f\xd5\x84\xc4\xec\xd8\xa0\x40\x63\x7e\xa6\x8d\xf9\x59\x25\x21\x81\x83\x7e\xa6\x0d\xfa\x8a\x56\xf0\xa8\x9f\x69\xa3\xbe\xa2\x18\x34\xec\x67\xee\xb2\x36\xee\x70\x54\xd3\xc6\xfd\xec\xd8\x60\xc0\x02\x7f\xa6\x0d\xfc\x59\x25\xe1\x00\x23\x7f\xa6\x8d\xfc\x8a\x46\xd0\xd0\x9f\x69\x43\xbf\xa2\x14\x2c\xf6\xc7\x6e\x52\xcf\x4d\x5d\x0f\x36\x3b\x4d\xf4\x53\xc1\x44\x99\x9f\xc2\xc0\x72\x3d\x58\x25\x81\xf1\xdb\xdb\x41\x70\x9b\x61\xdd\xb8\x85\x61\x78\x78\x58\x3d\x6a\x66\x18\x9a\x9b\xcc\x25\x53\x83\x2c\xad\x9f\x1f\x26\xf3\x96\xa5\x41\x86\xd6\x4f\x10\x93\x79\xc7\xd0\x20\x3b\x0f\x69\xd6\xd8\x19\x64\xe6\x21\xe5\x84\x99\x21\x56\xae\x67\xb0\x2e\x64\x0a\x9b\xe8\xe7\x8c\x89\x32\x89\x05\x20\xe5\x7a\xa4\x4a\x42\xe2\x16\x86\x4c\x64\x07\xb5\x12\xf6\x85\xcc\x65\x07\x15\x63\xd6\x05\x4c\x67\x93\x45\x63\x5b\x98\x07\xeb\x67\x8f\xc9\x42\xb5\x2e\xcc\x83\xf5\xb3\xc7\x64\xd1\xb6\x2f\xcc\x83\x87\x34\xab\x2d\x0c\xf3\xe0\x21\xe5\xb8\x8d\x41\x1e\x5c\xcf\x6e\x5d\xc8\xf4\x36\xd1\xcf\x27\x13\x65\x82\x0b\x40\xca\xf5\x48\x95\x84\xc4\x2d\x0c\x99\xe4\x0e\x6a\x25\xec\x0b\x99\xe7\x0e\x2a\xc6\xac\x0b\x08\x77\x94\x2a\xe0\xd6\x1d\xa6\x0a\x18\xbd\xae\x6d\x88\x04\x44\x0d\x3c\x0c\x96\x9b\xc0\x2a\x05\x2c\x07\xd2\x18\x1b\x98\x6e\xdc\xcc\xc3\x78\x18\xa6\x1e\xb5\x74\x1b\x0d\xbe\x95\x27\x76\x0b\x1b\x36\x81\x14\xd6\x36\x51\x42\x81\x71\x0a\x06\xa4\x4a\x41\x02\x32\x0b\x20\xad\xa0\xfc\x02\x48\x31\x10\xcb\x50\x58\x13\x0d\x44\xc2\xd4\x90\x11\x74\x83\x01\xae\x52\xe0\x6c\x48\x07\x90\x7e\x56\xd4\x03\x48\x45\x38\x01\x51\xd8\x72\x10\x44\xc0\xd4\x22\x7b\x26\xc2\x80\x56\x29\x68\x16\x7c\x04\x48\x3b\x1b\x56\x02\xa4\x20\x98\x9b\x28\x2c\xe9\x09\x52\xde\xd4\x1c\x6b\x92\xc2\x00\x56\x29\x60\x70\xaa\x02\xa4\x9b\x05\x61\x01\x52\x0f\x4a\x5b\x14\xd6\xcc\x05\x91\x30\x35\x67\x04\x7f\x61\x80\xab\x14\x38\x1b\x16\x03\xa4\x9f\x15\x97\x01\x52\x11\xce\x68\x14\x96\xa4\x06\x29\x6f\x6a\x90\x35\xb5\x61\x00\xab\x14\x30\x38\xc1\x01\xd2\xcd\x82\xe6\x00\xa9\x07\x25\x3b\x68\x58\x05\xf3\x1d\xfa\xe8\x9c\x1d\x15\x18\x18\xeb\x61\x80\xaa\x54\x28\x20\xf7\x01\xd3\x0b\xca\x80\xc0\x54\x03\xf1\x20\x34\x8e\xda\x51\x21\xfa\x98\x9c\x1d\x15\x2c\x0b\x42\xc4\x80\x57\xa9\x78\x36\xb4\x08\x4c\x43\x2b\x72\x04\xa6\x24\x9c\x22\xa1\x01\xd5\x8a\x25\xd1\xc7\xe6\xec\xa8\x40\xc1\xb9\x12\x03\x5c\xa5\xc2\x59\x30\x26\x30\xfd\x6c\x78\x13\x98\x8a\x60\xf6\x84\x46\x56\x1b\x02\x45\x1f\xa3\xb3\xa3\x82\x04\xa6\x51\x0c\x68\x95\x8a\x06\x27\x53\x60\xda\x59\x50\x2a\x30\x05\xa1\xc4\x0a\x0d\xab\x76\xdc\x8a\x3e\x44\x67\x47\x05\xcb\x82\x61\x31\xe0\x55\x2a\x9e\x0d\xcf\x02\xd3\xd0\x8a\x6d\x81\x29\x09\xe7\x5c\x68\x8c\xb5\xa1\x5d\xf4\xd1\x3a\x3b\x2a\x48\x60\xf2\xc5\x80\x56\xa9\x68\x70\x0a\x06\xa6\x9d\x05\x11\x03\x53\x10\x4a\xc7\x14\x63\x18\x19\x2a\x64\x4a\xb8\xc6\xf1\x32\x26\xc8\x4a\x85\xb4\x63\x67\x80\x7a\x5a\x72\x34\x40\x55\x6d\x98\x9a\x62\x04\x59\x43\x65\x8c\x8d\x1b\x43\xd9\x98\x10\x2b\x15\xd1\x8a\xb8\x01\x6a\x69\x47\xdf\x00\x15\xb5\x20\x71\x0a\x6b\x1e\x87\x4a\x18\x1b\x66\xcf\xe6\x98\xf0\x2a\x15\xcf\x82\xd3\x01\x6a\x68\xc3\xec\x00\x95\x04\xf3\x3b\xc5\x08\x8a\x87\xca\x18\x9b\x35\x86\xe8\x31\x21\x56\x2a\xa2\x15\xdd\x03\xd4\xd2\x8e\xf4\x01\x2a\x6a\x41\xfd\x14\xd6\xec\x0f\x95\x30\x36\xcc\x9e\x03\x32\xe1\x55\x2a\x9e\x05\x13\x04\xd4\xd0\x86\x0f\x02\x2a\x09\x66\x85\x0a\x7b\x62\x88\x8b\x98\xda\x35\x86\x1e\x32\x43\x56\x6d\x48\x38\x49\x64\xa1\xa7\x05\x55\x64\xa1\xaa\x96\x30\xb2\xf8\x82\x3a\x76\xe3\xd0\x82\x31\x22\x85\xb5\x8d\x95\x50\x60\x8c\x91\x01\xa9\x52\x90\x80\x8c\x11\x48\x2b\x28\x63\x04\x52\x0c\xc4\x18\xc5\xa1\x2d\x63\x44\x24\x4c\x0d\x19\xc1\x18\x19\xe0\x2a\x05\xce\x86\x31\x02\xe9\x67\xc5\x18\x81\x54\x84\x33\x46\x71\x68\xc9\x18\x11\x01\x53\x8b\xec\x19\x23\x03\x5a\xa5\xa0\x59\x30\x46\x20\xed\x6c\x18\x23\x90\x82\x60\xc6\x28\x0e\xed\x18\x23\x52\xde\xd4\x1c\x6b\xc6\xc8\x00\x56\x29\x60\x70\xc6\x08\xa4\x9b\x05\x63\x04\x52\x0f\xca\x18\xc5\xa1\x2d\x63\x44\x24\x4c\xcd\x19\xc1\x18\x19\xe0\x2a\x05\xce\x86\x31\x02\xe9\x67\xc5\x18\x81\x54\x84\x33\x46\x71\x68\xc7\x18\x91\xf2\xa6\x06\x59\x33\x46\x06\xb0\x4a\x01\x83\x33\x46\x20\xdd\x2c\x18\x23\x90\x7a\x50\xc6\x88\x86\x55\x30\x63\xa4\x8f\xce\xd9\x51\x81\x81\x31\x46\x06\xa8\x4a\x85\x02\x32\x46\x30\xbd\xa0\x8c\x11\x4c\x35\x10\x63\x44\xe3\xa8\x1d\x63\xa4\x8f\xc9\xd9\x51\xc1\xb2\x60\x8c\x0c\x78\x95\x8a\x67\xc3\x18\xc1\x34\xb4\x62\x8c\x60\x4a\xc2\x19\x23\x1a\x50\xad\x18\x23\x7d\x6c\xce\x8e\x0a\x14\x9c\x31\x32\xc0\x55\x2a\x9c\x05\x63\x04\xd3\xcf\x86\x31\x82\xa9\x08\x66\x8c\x68\x64\xb5\x61\x8c\xf4\x31\x3a\x3b\x2a\x48\x60\xc6\xc8\x80\x56\xa9\x68\x70\xc6\x08\xa6\x9d\x05\x63\x04\x53\x10\xca\x18\xd1\xb0\x6a\xc7\x18\xe9\x43\x74\x76\x54\xb0\x2c\x18\x23\x03\x5e\xa5\xe2\xd9\x30\x46\x30\x0d\xad\x18\x23\x98\x92\x70\xc6\x88\xc6\x58\x1b\xc6\x48\x1f\xad\xb3\xa3\x82\x04\x66\x8c\x0c\x68\x95\x8a\x06\x67\x8c\x60\xda\x59\x30\x46\x30\x05\xa1\x8c\x51\x1c\x8e\x60\x8c\xa8\x90\x29\xe1\x1a\xc7\x18\x99\x20\x2b\x15\xd2\x8e\x31\x02\xea\x69\xc9\x18\x01\x55\xb5\x61\x8c\x88\xa0\x2d\x63\x44\x65\x8c\x8d\x1b\xc3\x18\x99\x10\x2b\x15\xd1\x8a\x31\x02\x6a\x69\xc7\x18\x01\x15\xb5\x60\x8c\x88\x9c\x1d\x63\x44\x25\x8c\x0d\xb3\x67\x8c\x4c\x78\x95\x8a\x67\xc1\x18\x01\x35\xb4\x61\x8c\x80\x4a\x82\x19\x23\x22\x65\xcb\x18\x51\x19\x63\xb3\xc6\x30\x46\x26\xc4\x4a\x45\xb4\x62\x8c\x80\x5a\xda\x31\x46\x40\x45\x2d\x18\x23\x22\x67\xc7\x18\x51\x09\x63\xc3\xec\x19\x23\x13\x5e\xa5\xe2\x59\x30\x46\x40\x0d\x6d\x18\x23\xa0\x92\x60\xc6\x48\x5c\xc1\x65\xc1\x18\x71\x11\x53\xbb\xc6\x30\x46\x66\xc8\xaa\x0d\x09\x67\x8c\x2c\xf4\xb4\x60\x8c\x2c\x54\x85\x32\x46\xa6\x83\x6b\x63\x17\xef\x2c\x18\x23\x52\x58\xdb\x58\x09\x05\xc6\x18\x19\x90\x2a\x05\x09\xc8\x18\x81\xb4\x82\x32\x46\x20\xc5\x40\x8c\x11\xde\xd9\x32\x46\x44\xc2\xd4\x90\x11\x8c\x91\x01\xae\x52\xe0\x6c\x18\x23\x90\x7e\x56\x8c\x11\x48\x45\x38\x63\x84\x77\x96\x8c\x11\x11\x30\xb5\xc8\x9e\x31\x32\xa0\x55\x0a\x9a\x05\x63\x04\xd2\xce\x86\x31\x02\x29\x08\x66\x8c\xf0\xce\x8e\x31\x22\xe5\x4d\xcd\xb1\x66\x8c\x0c\x60\x95\x02\x06\x67\x8c\x40\xba\x59\x30\x46\x20\xf5\xa0\x8c\x11\xde\xd9\x32\x46\x44\xc2\xd4\x9c\x11\x8c\x91\x01\xae\x52\xe0\x6c\x18\x23\x90\x7e\x56\x8c\x11\x48\x45\x38\x63\x84\x77\x76\x8c\x11\x29\x6f\x6a\x90\x35\x63\x64\x00\xab\x14\x30\x38\x63\x04\xd2\xcd\x82\x31\x02\xa9\x07\x65\x8c\x68\x58\x05\x33\x46\xfa\xe8\x9c\x1d\x15\x18\x18\x63\x64\x80\xaa\x54\x28\x20\x63\x04\xd3\x0b\xca\x18\xc1\x54\x03\x31\x46\x34\x8e\xda\x31\x46\xfa\x98\x9c\x1d\x15\x2c\x0b\xc6\xc8\x80\x57\xa9\x78\x36\x8c\x11\x4c\x43\x2b\xc6\x08\xa6\x24\x9c\x31\xa2\x01\xd5\x8a\x31\xd2\xc7\xe6\xec\xa8\x40\xc1\x19\x23\x03\x5c\xa5\xc2\x59\x30\x46\x30\xfd\x6c\x18\x23\x98\x8a\x60\xc6\x88\x46\x56\x1b\xc6\x48\x1f\xa3\xb3\xa3\x82\x04\x66\x8c\x0c\x68\x95\x8a\x06\x67\x8c\x60\xda\x59\x30\x46\x30\x05\xa1\x8c\x11\x0d\xab\x76\x8c\x91\x3e\x44\x67\x47\x05\xcb\x82\x31\x32\xe0\x55\x2a\x9e\x0d\x63\x04\xd3\xd0\x8a\x31\x82\x29\x09\x67\x8c\x68\x8c\xb5\x61\x8c\xf4\xd1\x3a\x3b\x2a\x48\x60\xc6\xc8\x80\x56\xa9\x68\x70\xc6\x08\xa6\x9d\x05\x63\x04\x53\x10\xca\x18\xe1\xdd\x08\xc6\x88\x0a\x99\x12\xae\x71\x8c\x91\x09\xb2\x52\x21\xed\x18\x23\xa0\x9e\x96\x8c\x11\x50\x55\x1b\xc6\x88\x08\xda\x32\x46\x54\xc6\xd8\xb8\x31\x8c\x91\x09\xb1\x52\x11\xad\x18\x23\xa0\x96\x76\x8c\x11\x50\x51\x0b\xc6\x88\xc8\xd9\x31\x46\x54\xc2\xd8\x30\x7b\xc6\xc8\x84\x57\xa9\x78\x16\x8c\x11\x50\x43\x1b\xc6\x08\xa8\x24\x98\x31\x22\x52\xb6\x8c\x11\x95\x31\x36\x6b\x0c\x63\x64\x42\xac\x54\x44\x2b\xc6\x08\xa8\xa5\x1d\x63\x04\x54\xd4\x82\x31\x22\x72\x76\x8c\x11\x95\x30\x36\xcc\x9e\x31\x32\xe1\x55\x2a\x9e\x05\x63\x04\xd4\xd0\x86\x31\x02\x2a\x09\x66\x8c\xc4\xdd\xe2\x16\x8c\x11\x17\x31\xb5\x6b\x0c\x63\x64\x86\xac\xda\x90\x70\xc6\xc8\x42\x4f\x0b\xc6\xc8\x42\x55\x28\x63\x64\xbc\x2f\x30\x76\x2b\x6c\x41\x19\x55\xfa\x6b\x61\x8e\x32\x0a\x8c\x32\x32\x20\x55\x0a\x12\x90\x32\x02\x69\x05\xa5\x8c\x40\x8a\x81\x28\xa3\x0a\xdb\x52\x46\x95\xfe\x8a\x98\xa3\x0c\x65\x41\x19\x19\xe0\x2a\x05\xce\x86\x32\x02\xe9\x67\x45\x19\x81\x54\x84\x53\x46\x15\xb6\xa4\x8c\x2a\xfd\x05\x32\x47\x19\x09\x4e\x19\x19\xd0\x2a\x05\xcd\x82\x32\x02\x69\x67\x43\x19\x81\x14\x04\x53\x46\x15\xb6\xa3\x8c\x2a\xfd\xf5\x32\x47\x19\x08\x4c\x19\x19\xc0\x2a\x05\x0c\x4e\x19\x81\x74\xb3\xa0\x8c\x40\xea\x41\x29\xa3\x0a\xdb\x52\x46\x95\xfe\xce\x99\xa3\x0c\x65\x41\x19\x19\xe0\x2a\x05\xce\x86\x32\x02\xe9\x67\x45\x19\x81\x54\x84\x53\x46\x15\xb6\xa3\x8c\x2a\xfd\xa5\x34\x47\x19\x08\x4c\x19\x19\xc0\x2a\x05\x0c\x4e\x19\x81\x74\xb3\xa0\x8c\x40\xea\x41\x29\x23\x1a\x56\xc1\x94\x91\x3e\x3a\x67\x47\x05\x06\x46\x19\x19\xa0\x2a\x15\x0a\x48\x19\xc1\xf4\x82\x52\x46\x30\xd5\x40\x94\x11\x8d\xa3\x76\x94\x91\x3e\x26\x67\x47\x05\xcb\x82\x32\x32\xe0\x55\x2a\x9e\x0d\x65\x04\xd3\xd0\x8a\x32\x82\x29\x09\xa7\x8c\x68\x40\xb5\xa2\x8c\xf4\xb1\x39\x3b\x2a\x50\x70\xca\xc8\x00\x57\xa9\x70\x16\x94\x11\x4c\x3f\x1b\xca\x08\xa6\x22\x98\x32\xa2\x91\xd5\x86\x32\xd2\xc7\xe8\xec\xa8\x20\x81\x29\x23\x03\x5a\xa5\xa2\xc1\x29\x23\x98\x76\x16\x94\x11\x4c\x41\x28\x65\x44\xc3\xaa\x1d\x65\xa4\x0f\xd1\xd9\x51\xc1\xb2\xa0\x8c\x0c\x78\x95\x8a\x67\x43\x19\xc1\x34\xb4\xa2\x8c\x60\x4a\xc2\x29\x23\x1a\x63\x6d\x28\x23\x7d\xb4\xce\x8e\x0a\x12\x98\x32\x32\xa0\x55\x2a\x1a\x9c\x32\x82\x69\x67\x41\x19\xc1\x14\x84\x52\x46\x15\x1e\x41\x19\x55\x86\xfb\x73\x8e\x0a\x9c\x15\x65\x64\x82\xac\x54\x48\x3b\xca\x08\xa8\xa7\x25\x65\x04\x54\xd5\x86\x32\x22\x82\xb6\x94\x51\x65\xb8\x5d\xe7\xa8\xa0\xd9\x50\x46\x26\xc4\x4a\x45\xb4\xa2\x8c\x80\x5a\xda\x51\x46\x40\x45\x2d\x28\x23\x22\x67\x47\x19\x55\x86\xeb\x77\x8e\x0a\x16\x9c\x32\x32\xe1\x55\x2a\x9e\x05\x65\x04\xd4\xd0\x86\x32\x02\x2a\x09\xa6\x8c\x88\x94\x2d\x65\x54\x19\xee\xe4\x39\x2a\x68\x36\x94\x91\x09\xb1\x52\x11\xad\x28\x23\xa0\x96\x76\x94\x11\x50\x51\x0b\xca\x88\xc8\xd9\x51\x46\x95\xe1\xd2\x9e\xa3\x82\x05\xa7\x8c\x4c\x78\x95\x8a\x67\x41\x19\x01\x35\xb4\xa1\x8c\x80\x4a\x82\x29\xa3\x0a\x5b\x53\x46\x95\xf1\x1a\x9f\x63\x0b\x0e\x4c\x19\x99\x21\xab\x36\x24\x9c\x32\xb2\xd0\xd3\x82\x32\xb2\x50\x55\x4f\x19\x75\x04\x8b\x32\x47\x65\xb0\x47\xa1\x8b\xa3\xe4\xf3\x6a\xe5\x6f\x4b\x94\x9f\xb2\xb4\x88\xca\x28\x4d\x56\xfe\xa6\x48\xf1\xa1\x44\x6b\xba\xd4\xb2\xe6\xab\x24\x6b\xb1\xc0\xb1\x66\x6b\x13\xeb\xdf\xdc\x28\x09\x51\xb5\x9a\xad\xb3\x34\x4a\x4a\x94\xbb\xe8\x19\x25\x65\x41\x15\x58\x07\x69\x52\xa2\xa4\x5c\x3d\x5d\x3d\x5d\xad\x37\x7e\xf0\x79\x97\xa7\x87\x24\x74\x83\x14\xa7\xf9\x2a\xdf\x6d\xfc\x37\xde\x0d\xfd\xf7\x6d\x57\xc1\x12\x55\xa5\x1b\xa7\x49\x5a\x64\x7e\x80\x4e\xdb\x34\x29\xdd\xad\x1f\x47\xf8\xb8\xfa\xf4\xed\x8f\x69\x92\xba\x3f\xa3\xdd\x01\xfb\xf9\xcd\x8f\x28\xc1\xe9\xcd\x8f\x69\xe2\x07\xe9\xcd\xd7\x69\x52\xa4\xd8\x2f\x6e\x9e\xae\x7e\x88\x36\x28\xf7\x49\x73\x1c\x52\xfe\xe9\xea\xe6\xe9\xea\xeb\xf4\x90\x47\x28\x77\x3e\xa2\x97\xa7\xab\x9b\x1a\xbe\xd7\xfe\x54\x93\x7f\x1e\x8a\x32\xda\x1e\x4f\xf4\x17\x1f\x47\xbb\x64\xc5\x1f\x0d\xcb\xbe\xe4\x7e\x76\x7a\xd9\x47\x25\x72\x69\x6d\xab\x24\xcd\x63\x1f\x0f\x0b\x26\xa9\x46\x94\x3c\x1a\x16\x2d\xf3\x43\x12\xf8\x25\x3a\xa5\xcf\x28\xdf\xe2\xf4\x65\xb5\x8f\xc2\x10\x25\x6b\xfa\xd7\xfa\x21\xc2\x38\xca\x8a\xa8\x58\x77\xeb\x30\x00\x93\x9e\x97\xad\x40\x7e\x1f\x56\x87\x3a\x90\x2c\x46\x1f\x0c\xcb\x05\x88\x78\x95\x2c\xc8\x9e\xc8\x92\xf0\x4b\xba\x28\x4c\x11\x8f\x6c\x43\x11\x8f\x6e\x46\x11\x83\x5a\x62\x71\x7a\x24\x7b\x3d\xc2\x91\x4d\x89\xc3\xd1\x4d\x89\xc3\xb1\x4d\x31\x7d\xd6\xc8\xdc\x6a\x37\xb2\x29\x78\x37\xba\x29\x78\x37\xb6\x29\x46\xbe\x9d\x02\x55\x78\x64\x5b\x2a\x3c\xba\x2d\x15\x86\xb5\xc5\x60\x89\xf4\x05\xe5\x81\x5f\xa0\x13\x1f\x3c\xfc\xa4\xd8\xa6\x79\xbc\xaa\xff\x30\xac\xc1\x21\xcb\xf4\x18\xf5\x1f\x00\xaf\xbb\x9f\x45\xa5\x8f\xa3\xdf\x3a\x20\xcd\x5f\x7a\x51\x68\x98\x78\x41\xc4\x66\x2e\xa6\xa6\x94\x9e\xac\x6e\xbd\xfe\xe5\xf4\x8e\x34\xca\x15\x79\xfe\x0c\x8c\xc1\xc6\x79\x05\x62\x61\xa1\xc2\x26\xc5\xa1\x22\x7c\x6f\x29\xdc\x52\x9f\x3d\x1a\x46\xa0\x86\x0e\x98\x68\x51\x1e\x31\x5a\xb1\x27\x80\x48\x47\xa2\xc8\x89\xc5\xf7\x2f\xb6\xdb\xed\xb0\x44\x96\x47\xb1\x9f\x1f\x85\x8c\xe7\xdd\x6f\xfa\xc5\x7c\x45\x6e\xb5\x27\xa1\xac\x93\x17\xb5\x0a\x6d\xd3\xe0\x50\x34\x55\x2c\xef\x36\xb7\x80\x31\x1b\x05\x69\x12\x4a\xba\xdd\x05\xf7\xcb\xfb\x10\xa0\x5b\x2d\xd9\xaf\x5d\x53\x4c\xd1\x6f\xf1\xb8\xd8\x2e\x17\x00\xfd\x0e\x41\x80\x8a\x5a\x6c\xfe\xe0\xdf\x2f\x96\x10\xed\x98\xdc\x80\x6e\xbc\x90\xa2\xd9\xec\xf1\xee\x71\x0e\xf0\x82\x28\xd9\xa6\xb5\xcc\xbd\x3f\xdf\x3c\x00\xd4\x22\x42\xfd\x3a\xd1\x12\x6a\x57\x6e\xef\xee\xee\x01\xa6\x7a\xf1\xf3\x24\x4a\x76\x8d\x63\x06\x33\xef\x1e\xa0\x13\x97\xeb\x57\x4b\x14\x52\x34\xdb\xf8\x0f\x9b\x81\x97\x95\x0a\x87\x7e\xb2\x43\xb9\x90\x0a\x83\xdb\x25\xa8\x0f\x99\x58\xbf\x5e\xbc\x8c\xa2\x96\x7f\x3f\x0b\xe7\x3e\x20\x32\xd2\xa1\x53\x98\xeb\x61\xfb\xb8\xed\x15\xf2\x25\xa9\x7e\xa5\x58\x11\x45\xa7\x60\x13\xde\x86\x00\x9d\xc8\x8f\x42\xe6\x76\x71\xeb\x2f\x7a\xcd\xeb\x37\x42\x43\x66\xca\x3f\xb7\xdc\x7c\x3e\x5b\xcc\xee\x86\x15\xda\xa4\x61\x3d\x36\x84\xb7\xe4\x5f\x40\xf6\x74\x28\x51\x08\x1f\x50\x78\x45\xd8\x0f\x3e\xbb\x4b\xef\xd4\x99\x38\x4d\x96\x6f\x81\x83\x72\x4b\x7c\xbe\x5c\xde\x88\xff\x07\x81\xec\xa3\x90\x4d\xc2\x56\xde\xd4\x73\xfc\x35\xc3\xa2\xf1\x39\xf3\x73\x94\x94\x6c\x62\x51\xec\xfd\x30\x7d\x59\x25\x69\x82\xba\x33\x3e\xb9\xf4\x26\xcd\x43\x94\xaf\x3c\x53\x67\xa3\x20\x65\x73\x37\x97\x60\x9d\x5a\x0f\x69\x05\x00\xc3\xe5\xc8\xff\x7c\x7a\x49\xf3\x90\xfd\xb8\xa2\xff\x75\xc9\x03\x49\x78\x4d\x0b\x90\x29\x8f\xfe\xef\xa6\x29\x0d\x2a\x90\x78\x47\xa2\x64\x8f\xf2\xa8\x3f\x4d\x7b\x8e\x8a\x68\x83\xd1\x89\xfe\x6f\x84\xa3\xf2\xb8\xe2\x8f\x7a\xc5\xa2\x44\x23\xc8\xe6\x72\xbd\x72\x3e\x46\x39\x99\x3f\x61\x2c\xc5\x63\xa9\x4f\x56\x5f\xcc\x67\xf3\xe5\xfc\xb1\x2b\x99\x1f\x30\x62\x82\x9d\x1e\x34\xca\x04\x69\xb2\x8d\x76\xee\xd1\x8f\xf1\x29\x8c\x8a\x0c\xfb\xc7\xd5\x06\xa7\xc1\xe7\x75\x4d\x21\x7a\x59\xb5\x66\x29\x45\xf4\x1b\x5a\xcd\x6e\xb3\x6a\x5d\x47\x64\x6f\xdd\xe9\x24\x1f\xe3\xae\x07\x7d\xe1\x87\x9b\xe5\x26\x14\xde\x33\xcb\x2a\xa7\x48\x71\x14\x3a\x5f\x2c\x1e\x97\xde\xf2\x9e\xff\xc1\xcd\xfd\x30\x3a\x14\xab\x45\x56\x75\x55\xfd\xd7\x01\xe5\x47\xb7\x28\xfd\xb2\x38\x6d\x31\xaa\xdc\x5d\x9e\xbe\xac\x66\x92\x6e\x93\xfb\x1c\xc5\x6b\xe5\x25\xd5\xac\xca\xa0\x32\x8f\x82\xc2\x45\x55\x86\xd3\x1c\xe5\x93\x38\x0d\x7d\xec\x86\x91\x8f\xd3\xdd\x29\xf6\x2b\x3e\x57\xb8\x5f\x92\x86\x8b\x09\x77\xdb\xcd\x86\x71\xc5\x93\x53\x70\xc8\x8b\x34\x5f\xf1\x85\x96\xb5\xd8\xd2\x5b\x1b\x78\xa9\x6b\xac\x09\x8d\x8d\x89\x27\x80\x3b\x6c\x0e\x65\x99\x26\x1d\x20\x77\x53\x26\xf5\xe0\x87\xd0\x1c\xdd\x69\x7a\x8b\x0d\xd3\x9a\xde\x32\x19\x75\x97\xfb\xd9\xde\x0d\xd2\xa4\xcc\x53\x5c\x88\xba\x03\x8c\xfc\xdc\x2d\xa3\x18\x91\x5a\xbb\x8b\x60\xa5\xbf\x21\x1e\xdb\x2b\xa5\xf1\x65\xe2\x76\x26\xd5\x84\x23\xd1\x75\x2e\x32\xd8\x8c\xd3\xd5\x10\x7a\x40\x1a\xf3\x2e\xe2\xca\x2e\x17\xcb\xcd\xdd\xdc\xd4\x3b\xa8\x42\xc1\xa1\x64\x0d\x65\x6e\xf7\xb0\xc8\x2a\x4d\xeb\x66\xfe\xc3\xc3\x76\xdb\x6d\x0c\xaa\xb2\x1c\x15\x05\x19\x6f\xa3\x24\x3b\x94\xce\x24\x88\xdd\xf6\xc3\x93\xd1\x5a\xe4\x3d\x5a\xcd\x9c\x99\x43\xd7\xfd\x84\x47\x2e\xb2\xca\xf1\x1c\xcf\x79\x50\xdf\x7c\xad\xa3\x96\xfe\xc6\xe5\xeb\x85\x27\xd9\xf6\x4d\x5d\xdd\xb8\x35\x9b\x2f\xdf\xd6\x6f\x3c\xdb\x05\x00\x2c\x2d\x18\xfe\xa1\xe2\xf2\xe0\xa5\x79\xb9\xc8\x1b\x3f\x29\xf6\xe9\x4b\xbd\xca\xe6\x1e\xe9\xd2\xa7\x86\xb9\xf6\x13\x84\x5b\x2b\xbf\x73\x1d\x2a\xb5\xf4\xdf\xca\x63\x86\xbe\x0c\xf6\x28\xf8\xbc\x49\xab\xbf\xaf\xe8\x4f\x28\xfc\x77\xec\x6f\x10\x6e\x32\xfe\x3b\xef\x51\x13\x40\x83\x43\x51\xa6\xb1\xf0\x2e\x97\xcb\x28\xa3\x87\xc6\xfe\xe9\x6e\x87\x51\x5e\xd0\x01\x2a\x23\x03\x05\x99\x76\x93\xb1\xf1\x90\xe9\x76\x22\x77\x10\xfe\xb6\x4d\xf3\xeb\x2f\x5d\x8e\xf3\x77\xad\x16\xab\xd5\x06\x6d\xd3\x1c\x75\x5e\x08\x98\x30\x5b\xa3\x66\x1b\xd3\x1e\xc8\x10\x2d\x98\x9e\x5b\xf2\x0b\xf3\xfb\xd9\x64\x36\x27\xbf\xed\x11\xdf\x16\x42\x7f\xd5\x18\xa9\x5e\x4f\x70\xcb\xa8\xc4\x68\xb5\xda\x46\x79\x51\xba\x18\x95\xf5\x22\x8a\x6e\xf5\x41\x17\xa0\xb3\x43\xc9\x0c\xd5\x79\x8d\xda\x3b\x5d\x69\x0c\x24\x31\x87\x86\x01\xd3\x3a\x2b\x0d\xdd\x3c\x80\xf3\x09\x42\x17\xa7\x2b\x96\xf8\xcf\x6e\xe9\x6f\x0a\xf6\x13\x8e\x92\xcf\xc3\xbd\xde\xbc\x75\xbc\xda\xf6\xe7\x14\x5d\x99\xd0\x2f\x7d\x97\x0e\x60\x6c\x18\xab\x37\x2e\x7b\xf4\x75\x9f\x93\xff\xf6\x49\xbd\x2b\x49\xe2\xfc\xae\xcc\xdf\x95\xe1\x49\x0a\x5e\x8e\xe7\x90\xff\xaa\x83\xc5\xe4\x01\xc5\xeb\xd6\x12\xb6\xc6\x60\x87\x32\x2d\x0e\xbb\x1d\x2a\x4a\x37\xcc\xd3\x2c\x4c\x5f\x12\x0d\x97\xd1\x1d\xbe\x02\x14\x2e\x42\x5f\x13\xb9\x48\xae\x54\xcf\xc7\x69\x66\x21\x0d\x60\xc4\xbf\x6a\xe6\x83\x44\x11\xea\x87\xcb\xbb\xac\x5a\xcb\xf4\xdf\x9d\xae\x93\x74\xaa\xba\x38\x2a\xca\x66\x8f\x6c\x13\xda\xc9\x73\xbe\x02\xa3\x8f\x41\x46\x34\x07\x47\x3c\x10\xcc\x3c\xef\xd5\xba\xb5\x41\x94\x71\xa3\x6b\x1a\x6f\x56\x9b\xb4\xdc\x6b\x96\xff\x61\xe9\xfb\x5a\x49\xf6\xec\x14\xd4\xff\x71\x8f\xfc\x50\xc9\x4c\x44\x97\x6c\xb6\x21\xda\x6e\xe5\x7e\x20\x6f\x13\x8e\x12\xe4\xd6\x2f\xfb\x72\x6d\x5a\x7b\x5c\x77\x96\x45\x87\x22\xfa\x50\xd4\x06\xbd\x93\xad\x24\x81\x0e\x0a\x83\xe9\x00\x1b\x3a\xac\x15\x76\x26\x39\x19\x2c\x78\x00\x67\x20\xcc\x07\x96\x5a\xdd\x68\xa2\x21\x17\x56\x42\xa9\xde\xe1\x1a\x19\x0e\x3d\xbf\x27\xaf\x7d\xdf\x44\x44\x67\x82\x49\x8e\xe8\x3b\xd9\x0c\x94\x0c\xed\x11\x60\xc4\x77\xab\x24\x2d\xdf\xf0\xe1\x3a\xd8\x47\x38\x7c\xab\x70\x9f\xda\xa8\xca\x31\x30\xda\xa1\x24\xac\x47\x2c\x36\xea\xd0\xff\x59\x2e\xd5\x71\xe7\x7e\x89\x62\x25\xfc\x93\xc1\xa9\xf6\xf6\x28\xa1\x7e\x67\x70\x7a\x56\x8b\x1b\x95\x28\x6e\x67\xed\x02\x80\x04\x81\x75\xb3\x2b\x7e\x59\x27\x6b\x62\xea\x72\xdb\xf1\xed\xfb\xde\x8a\x9c\x30\x7a\x3e\x35\xa1\x45\x1f\x58\x78\xf9\xe2\xc5\x2f\x83\xfd\xa9\xe1\x33\xee\xb3\x4a\x04\x4c\xf2\x63\x7a\x28\x69\xd5\xe9\x76\x5b\x20\x9a\x54\x89\x47\xe4\x15\x93\x46\xcf\x20\x10\x63\xd5\x1d\x1b\xb9\xd9\xe8\x6f\x6f\xa6\xee\x74\x44\x5e\xe4\x98\x3d\x68\xf8\x61\x2e\xcd\xe6\x25\x6e\xe2\xc7\xa8\xf5\x9d\x8a\xce\x0b\xb8\x10\xcd\x27\x98\x4c\x7b\x7d\xdc\xe0\x39\xcd\x17\x94\x75\xa4\x32\xfa\xe9\xde\xcf\xcb\x13\x37\xe7\xd2\x23\x83\x94\x34\x12\x6f\x23\x8c\x35\x31\x85\xc4\xb9\x5e\x40\x67\xb2\xc5\x29\x23\x6e\xb1\x7f\x14\x6e\x15\xe4\x69\x51\xec\xfd\xc8\x38\x36\x94\x69\x8a\xcb\x28\x33\x59\xf6\xe1\xed\x5a\x0a\x78\x32\xc7\xfe\x3e\x8f\x7c\x7c\xf3\x1d\xc2\xcf\xa8\x8c\x02\xff\xa6\xf0\x93\xc2\x2d\x50\x1e\x29\x23\xf0\x9c\x34\xae\x1b\x3a\x84\x63\x3f\xe8\xdc\x7a\x40\x55\x67\x42\x7b\xa7\x38\x49\xd5\xcc\xda\x2f\x83\xb6\x73\x5b\x30\x21\x2a\xfd\x08\x0b\x67\xd7\xb9\x64\xdd\x2f\x8d\xfb\xeb\x47\x71\x3f\x0c\x5d\x9a\xc0\xd3\x09\x16\x20\x89\x9f\x94\x7e\xbe\x43\x25\x0d\x66\x6d\x06\x47\xb2\x1f\x26\xa5\x74\x0d\x49\x0f\x19\x5b\x45\x57\xc6\x0b\xbe\xe1\x40\x64\x6c\x2b\x6a\x73\x77\x83\xca\x17\x84\x92\xb5\x26\xd5\xec\x9f\xbe\x6c\xfc\x70\x87\xea\x84\xff\x5d\x91\xf9\x89\xfa\x0a\x2d\x69\x42\x53\x09\xab\xeb\x5b\x9a\x1f\x30\x2a\xba\x0d\xbd\xf3\x34\x49\x20\x29\xfb\x0f\xba\xb2\x24\x3b\x4d\x96\x23\x57\x9f\x71\x7c\xb1\x5d\x92\x7f\xd5\x24\x43\x71\xd3\x7a\x07\xc7\xef\x57\x37\x57\xd3\x3f\x39\xbf\xec\x91\x93\xe6\xd1\x2e\x4a\x7c\xec\x6c\x23\x8c\x9c\xa8\x70\x7c\x27\x48\xb3\xa3\x93\x6e\x9d\x6f\xd3\xfc\xc3\x73\x8a\x9f\xd1\xb4\xa5\x1a\xfd\x4f\xb9\x47\x31\x5a\x3d\x25\x8e\xe3\xec\xcb\x32\x2b\x56\xd3\xe9\x2e\x2a\xf7\x87\xcd\x24\x48\xe3\xa9\x49\x76\xba\xc1\xe9\x66\x1a\xfb\x45\x89\xf2\x69\x11\x14\xc5\x94\x4d\x63\x5c\xb5\xd8\x84\xfc\x89\x62\x6f\x0e\xa5\xf3\x12\x95\x7b\xe7\xcf\xa2\x80\x93\x23\x52\xd8\x61\x51\xd4\xc9\x51\x9c\x3e\xa3\x70\x42\x4b\x7f\x42\x48\xa7\x4d\x96\xa7\x31\x2a\xf7\xe8\x50\x28\x3f\x1e\x30\x9e\x3e\xdc\x79\x8b\x2f\xa2\xa2\x38\xa0\x20\x8d\x63\x94\x94\xee\xc3\xdc\xbb\x7d\x9c\x3d\xdc\x7b\x14\xd1\x4f\x42\xab\xf6\x51\xa8\x62\xba\x78\x7c\x4a\xa8\xfc\xd7\xdf\xbd\xff\xf8\x1f\x1f\x3e\x39\xdf\xfe\xf4\xb3\xf3\xcd\xfb\x9f\xff\xbb\xf3\xcb\x77\x1f\x7e\xfc\xe0\x7c\xff\xd1\xf9\xe5\xbb\xef\x3f\x39\xdf\x7e\xff\xc3\x07\xe7\x7f\xbe\xff\xe4\x7c\xfd\xd3\x5f\xbe\xff\xf0\x8d\xf3\xfd\xc7\x5f\x7e\x72\x7e\xf9\xee\xfd\xc7\x9f\x3e\x39\xdf\xfe\xfc\xd3\x8f\xce\x5f\x7e\xfe\xe9\xc7\x0f\xbf\x7c\xf7\xe1\xaf\x9f\x1c\x8a\xf7\xe6\x87\xef\xff\xc7\xf7\x1f\xff\xc3\x79\xff\x0b\xbc\xa1\xdc\xe6\x51\x32\x7d\x41\x9b\xe9\x21\x9a\xe6\xc8\x0f\x4a\xd7\xcf\xb2\x69\x91\x07\x53\xda\x93\xc5\xf4\x1f\x75\x4b\xfe\x51\x77\xc1\xdb\x1b\x5a\xa9\xa4\xc4\xd7\x3f\x7d\xc3\x14\xfe\xe1\xfb\xaf\x3f\x7c\xfc\xf4\xe1\x1b\xe7\xaf\x1f\xbf\xf9\xf0\xb3\xf3\xfe\xa3\xf3\xfe\x2f\xef\xbf\xfe\xee\x83\x33\x9f\x78\xe2\x8f\x37\xce\xa7\x0f\x1f\x4c\x2e\x32\xa4\x2b\xc7\x98\x3c\x25\x7f\x9a\x12\x63\x7e\xc5\x3b\xfc\x75\x92\x86\xe8\x1f\x71\x1a\x92\x77\xa9\x31\x3f\xf3\xa6\xed\x21\x09\x48\xa2\x54\xbc\x5e\x03\x25\x9e\xfd\x3c\x22\x19\x25\x95\x30\xc9\x7c\x45\x26\xe2\xda\xfe\xa6\x18\xe4\x27\x17\x04\xd4\xaa\x3c\x8e\xaa\xa8\x4f\xd7\x81\x7a\x99\x38\x8d\x73\x79\x14\xa2\xf1\x40\xb4\x01\x8d\x32\x4f\xc9\xbe\x8c\xb1\x73\x22\x5d\x27\x0f\x20\x8e\x14\xd8\x9c\xe9\xd4\x99\x93\x02\x72\xac\x71\x66\x93\xd9\x92\xfe\xe9\x96\xfc\xc9\x7d\x41\x9b\xcf\x51\xe9\x32\xb6\x23\xfa\x0d\xb9\x7e\x48\xc6\xe5\x95\x43\xc3\x3b\x29\xb7\x50\xca\xf9\x99\xbb\x8f\x76\x7b\x4a\x7c\xf1\x61\x8d\xad\x36\x5d\x53\x5a\xe7\xc6\xf1\xde\x52\xa9\xe5\x53\xf2\x3b\x51\x93\x4c\x8e\xdb\x03\x27\xd5\x9a\x67\x20\x8e\x47\x8b\xcf\x3a\x0d\xb9\x96\x7e\x73\x37\x64\xca\x43\x8a\x7c\x15\x25\x01\x3e\x84\xc8\xa9\xa3\xce\x9b\xeb\xfa\x47\x5a\xec\xed\xba\x86\xe2\x63\x37\x87\x12\x1b\x09\x04\x94\x62\x95\x6b\xe9\xb7\xa6\x08\x6f\xdf\x35\x69\x04\x6b\x2c\x7d\x2c\x4d\x65\x1c\x92\xa3\x37\xe6\xec\x0c\xf9\x5c\x76\xb3\x13\xbd\x61\x34\x0a\x5b\xfa\x3c\x19\xab\xa5\x82\x5a\x4b\x82\xfc\x38\x4f\xd3\xf2\xf5\x1a\x5c\xbc\x3c\x66\xc8\xa2\x78\x14\xfb\x3b\xe6\xdc\x40\x81\x20\x0d\x6d\xf0\x77\x79\x14\x32\xb7\x87\xea\x5f\xbf\xe7\x26\x01\xc8\xfb\x56\x4a\xa3\x05\xb0\x62\x32\x4d\x3f\xa7\x5e\xba\x4c\xa9\x0c\x17\xe0\xaa\x99\x07\xd9\xf4\x02\x5d\x58\x88\xea\xd1\x18\x28\x25\xd6\x36\x2c\x44\x98\x6a\x6c\x55\xd1\xaa\x4d\xd2\x6a\xe4\xb9\x9d\xd9\x82\x82\xbb\x2a\x5b\xbc\x1d\xec\xd8\x96\x58\xe2\x3f\xdb\x95\xde\xf8\xb9\xcd\x0b\xe4\xe7\xa1\x4d\x07\xe4\xc8\x0f\x83\xfc\x10\x6f\x2c\x84\x32\x9f\x24\x9e\xc4\x3d\x6c\x6a\x22\x69\xb8\x45\xf9\x7f\x1e\xe2\x4d\x5a\xe6\x56\x75\xd0\xa5\x5d\x9b\x86\xe4\xe9\x2e\x47\x85\x4d\xf7\xd1\x3d\x92\x16\xe5\xe9\xda\xe6\xa0\x9f\xb6\x3b\x11\xa7\x85\x8d\xad\xca\xd4\x2f\x4a\xab\x56\xa4\xa1\x8f\xad\x2a\xa0\xb3\x4d\x1b\xd3\xa6\x19\x19\xad\xec\x3c\x37\x3d\x14\xc8\x46\xad\x22\x8b\x92\x04\xe5\x36\x2d\x3f\x94\x11\x8e\xca\xa8\x19\x42\x27\xec\x15\x73\x69\x2e\x1d\xb2\xc8\xe9\x38\x5f\xa1\xaa\x44\x49\xe8\x4c\x36\x3b\x3a\x5e\xac\x5b\x8f\xb9\x50\xfd\xa7\xdf\xfb\x06\x0e\xc8\x28\x44\x97\xbf\xa9\x52\x64\x8a\x77\x5d\x4b\xb8\xbb\x1c\xa1\x64\xe5\x7c\xe1\x79\xf7\x5b\xcf\xa3\x4a\x4f\xa7\x0e\x2d\x8e\xa3\xa4\x74\xc3\xa8\x20\xd1\xe8\x29\xb9\xa6\x93\xcd\x15\x51\x93\x2e\x73\x3c\x25\xd7\xbb\xdc\x3f\xba\x33\xcf\x5b\x39\x7c\x77\x53\xfd\x70\x4e\x1f\xa2\x47\x14\xa0\xa6\xe4\x2d\x7d\xc8\x69\x6e\xf1\x70\x41\x1f\x72\x06\x41\x3c\x5c\xd2\x87\x7c\x97\x82\x78\x78\x47\x1f\x72\xaa\x54\x3c\xbc\xa7\x0f\xf9\x42\x90\x78\xf8\x40\x1f\x72\xda\x5c\x3c\x7c\xa4\x0f\x19\x3d\x4f\x1e\xd2\xbc\x91\x35\xc7\xe3\x0d\xbf\xa6\x49\x0f\x35\x1d\xca\xdd\x0c\xe5\x01\x99\xf6\x6d\x0f\x18\xaf\x9c\xb9\xf7\x6a\x6d\x2a\xb1\xf7\xf1\x76\xe5\x98\xa5\x9d\xa9\x33\x37\x0a\xff\xeb\xe0\xe7\x25\xca\x4d\xf2\x04\xbb\x57\x3e\x49\x13\x44\xd2\x59\xda\x80\x0d\x3e\xb0\x2e\x62\x7b\x6c\x93\x37\x7c\x2b\xe8\x4d\x0f\x3a\xc9\x5c\xaf\xa3\x24\x8c\x76\xe9\xca\xa1\x53\x78\x22\x77\x77\x37\xf3\xb6\x73\x93\x1c\xa9\x94\xca\x65\x87\x3c\xc3\x48\x96\xdb\x2e\xe6\xc1\x6c\x58\x2e\x4a\x98\xf1\x85\x1c\x7a\xb8\x45\x0f\xc1\xa0\x5c\x8e\x42\x2a\x56\xcb\xb1\xcd\x7e\x83\x72\x29\x5d\xd4\x97\xf4\xdc\x86\xf7\x68\xb6\x18\x94\x3b\x22\x8c\xd3\x97\x95\x64\x50\xb6\xed\x71\xd0\xa0\xfc\xbd\x6a\x2a\x64\x3b\x4b\x07\x2b\x2c\x91\x8f\x15\xc3\xcc\xbd\xe0\xf1\xd1\x58\x5f\x2d\x17\x1c\xfd\x44\xed\x79\xb6\x67\x74\x48\x90\xf4\x05\xdf\xdf\xeb\xb0\x7f\xa8\x13\x11\xc8\x66\x67\x2d\x7b\x2e\xde\x42\xfa\x37\xbe\xb3\x55\xc8\xd0\xe6\x32\x47\xda\xa6\xe2\x29\xf9\x03\xd1\x8b\x3c\x17\xfb\x3b\xc5\x73\xd6\x21\xe4\x2f\x7c\x87\x65\x2d\x91\x23\xfa\x7a\xb3\x3d\x8e\x0d\x90\x18\x42\x98\x48\xfe\x59\xae\x44\xbc\xf5\x7c\xf8\x12\x93\x9f\x95\xf2\xf7\x47\x8f\xce\xf9\xbe\x98\x7d\x20\xff\xd2\x21\x40\x2e\xf6\xc5\xec\x71\x16\xce\x67\xf5\x73\x3e\x1b\x72\xf8\xa6\x44\x22\x5a\x8f\x6d\x14\xe7\x9b\x05\xf9\x97\x99\xf0\x18\xfd\xcb\x6d\xf6\x41\x4a\x15\xca\x7f\xe3\x2d\xaa\xc7\x3d\x26\x8a\xa3\xe4\x73\x5d\x99\xfa\x0f\x77\x01\x49\x9f\x1b\x67\xb6\x7c\x45\xba\x6d\x3a\x75\x98\xa4\xb4\x9b\x4f\x92\xa4\x3b\x07\x05\x38\x65\x05\x3a\x55\x08\xf0\xa6\x7e\x09\x5c\x16\x6c\xd7\x70\x48\x42\x94\x93\x79\x2b\xd5\x9f\xaa\xf2\x57\x11\xf5\x9c\x37\x6c\xa1\xba\x78\x4b\xcd\x48\xd7\xac\xc5\xb4\x92\x07\x33\x2a\xf0\xb5\x9f\x87\x05\xf1\x5a\x3f\x0f\x5d\xb5\x9c\xf8\x87\xcd\xee\x69\xd0\xb9\x71\xd8\x3e\x12\x21\x10\xf8\x99\xd4\xbb\x7a\x01\xef\x56\x2a\xaf\xb5\x6e\xd3\x9b\xb5\x22\x1d\xcc\x8e\xf7\x08\x9f\x71\xfe\x2b\xed\x3c\xb1\x59\xc0\xd0\x06\x73\x3b\x6a\x41\xc9\xd0\x2d\x8c\x3a\xc0\xc9\x3f\x69\x2b\xec\x02\xfa\x41\x19\x3d\xa3\x96\x3a\x75\xbc\x36\x96\x57\x0d\x50\xaf\x21\x18\x8b\xab\x1d\xdc\xab\xaf\x5a\x0d\x77\x9d\xeb\x20\x8d\xb3\x34\x21\xe3\x91\x46\x63\x16\xa2\xd7\xba\x62\xb2\xa2\x62\xfc\x12\xbe\xf5\x43\x54\x94\x0e\x4d\x89\xf9\xfb\x25\x32\x64\x43\xff\x8a\x2e\xe2\xad\x25\xbe\xc3\xfa\x48\x96\x34\x74\xaf\xb6\x73\x55\x51\xde\xb7\x9d\xaa\x95\x31\x42\x2a\xaf\xed\x3a\x3a\x92\x6a\x6d\xa5\x97\xee\x54\xa7\x33\xa1\x41\xb4\xdd\x54\x2d\x7c\xa7\x99\x3c\x4f\xec\xbc\x6c\xf2\x68\xa7\x2d\xdf\x52\x55\xed\xaf\x4e\x35\x3e\x5d\xc4\xd5\x58\x47\x0e\x0f\xdd\xf2\x9d\x21\xd0\x84\x69\xaa\xb0\xd3\x2b\xea\x2a\x99\x59\xa2\x1d\x85\x9a\x28\xe5\x7c\x4b\xa6\xf6\x34\x64\x66\x87\xd2\xe8\x9c\xd2\xeb\x28\x5e\x07\x26\x60\xb2\x60\xcb\x26\xa2\x42\x2e\xa5\x1f\x0b\x4d\x96\xe4\xaa\x19\x07\x37\x45\xe6\x4e\x95\xa9\xc4\x36\x76\x7d\x3d\x51\x52\xa0\xd2\xf1\x9c\x59\x56\xd1\xff\x6f\x0d\xdf\xf7\xe2\x55\x62\x70\xf4\xd3\x82\x3e\x1b\xc9\x83\x95\x22\x62\xd6\x5d\x64\x4a\xba\x77\xe3\xc6\x99\xb3\x58\xa8\x80\xf5\x18\x4f\x36\xaf\xac\x38\xf7\x89\x30\xd4\x79\xad\x46\x50\x23\xa6\x6d\xb5\xdc\xb9\x3a\x19\x5d\xb3\x35\xdd\xc9\xe7\x3d\x6c\xad\xa9\x40\x18\x05\x06\x17\x69\xab\xa9\x8a\x68\xdf\x7e\xe5\xd5\x57\xcb\xeb\x9b\x24\x5e\x84\x1e\x7c\x65\xe0\x97\x4d\xa0\x96\x27\xd3\x99\xc0\x2f\x53\xf5\x9d\x57\x02\xbe\xaa\x8f\xce\x5b\x65\x0f\x9d\x9b\x3c\xb4\x03\x64\x61\xf7\xe9\xd4\xf9\x31\x0d\x7d\x4c\x06\x01\xb6\xef\x9d\x73\xd2\x9a\xf1\x5b\x72\xef\x56\xd1\x76\x8d\xaa\x9a\xf3\xb7\x8d\x08\xdb\x14\xa6\xd1\x51\xb1\x24\x2b\xbb\x4d\xd3\x52\x5f\xd6\x88\xc5\x7d\x09\xa7\x85\x26\x7c\xd5\x0d\xa1\x8a\xad\xeb\x82\xf2\xf7\x2e\x4a\x41\x66\x77\xaf\x19\xf6\xa8\xbd\xa6\x53\xe7\x17\xba\x3a\xce\x52\x60\xb6\xe5\xcb\x30\x2c\xc8\x3b\xed\xe4\xe2\x7e\x10\xe8\x6c\xac\xd0\x49\x3c\x07\x68\x84\x0c\x61\xbc\x25\x74\xdf\x92\x32\x84\xe3\x16\x26\x9d\xf7\xf1\xcd\x6b\x5a\xb3\xb5\x82\x0d\x6f\xb5\x7e\x64\xbb\x6e\x67\x86\x72\x5d\xdd\xb8\x29\xd5\x2b\x6c\x2c\x24\x90\xaf\x8b\x2d\xf2\x5b\xd4\x2a\xdc\xd5\xbe\xce\x04\x5b\xd8\x74\x4d\x4a\xd7\x6d\x72\x56\xd4\x2a\xae\xeb\xb6\xd6\x2b\xd9\xb2\x3e\x15\xd3\x75\x9c\xf6\x4d\x6e\x6b\xa7\x31\x6f\x1d\x31\x84\x96\x37\xce\xfd\xa4\x99\x90\x49\xd2\xba\x8e\x94\xdf\xe1\xde\xa2\x72\x08\x96\x91\x03\x3f\xd3\x65\x3f\xd7\xcd\x37\x71\xcd\x94\xec\xbf\x89\xf5\xed\xa7\xe4\xba\x5e\xeb\x36\x07\xd0\x4e\x72\xf2\xdd\xcf\x4f\xc9\xf5\x5e\x37\x00\xe8\x8d\x38\x7b\xdb\xd4\xfd\x0b\x5d\x2f\xa6\xf3\x48\xba\x74\xdc\x9f\x74\x24\x07\x8c\xa9\x49\x68\xd1\x2e\x95\xd9\xa9\x52\xbc\x6d\x0f\x6c\x00\xe6\x72\x7d\x39\x4a\xfd\x5d\x82\xd3\xfc\x87\x69\x5c\x4b\xf7\x64\x2b\x9e\xc3\x37\xfc\x4e\xee\xe9\xff\x68\x1b\xce\x81\xf8\xb0\xd8\x37\xe3\xe4\x01\x51\x29\xaf\x6f\x75\x4f\x73\x8d\x43\xb9\xb1\xb9\x1e\x4f\xa8\xa6\x53\xe7\x1b\xce\xa4\xd1\x2e\x7a\x4a\xae\xeb\x5d\xc3\x3d\x19\x9e\x3a\x02\xd5\x12\xe6\x8c\xac\x49\x57\x9b\xc2\x50\x5f\x62\x2d\xad\xe5\xc2\xe8\x39\x0a\x7b\x26\x51\x3c\x70\x49\xf5\x98\x7a\xd3\x73\xd8\x79\x56\x33\x4d\x3f\xd6\x19\xa7\xb4\xc3\xda\xb4\x34\xa3\x4c\xa5\xd5\xf2\xda\x81\x56\x1d\x38\x66\x64\xe0\xe0\xe9\xa5\x4e\xb8\x3d\x25\x92\xc6\xc4\x8e\x84\x7e\xa6\x6f\x9e\x2b\x6a\xa5\x5b\xf3\x7e\xfd\x5c\xb1\x23\x3c\x98\xf4\xc9\x12\xe6\x17\x43\x95\x98\x4e\x9d\x3f\xd7\xa4\x21\x49\x8c\x1a\x0a\x11\x34\xd1\x91\xcb\x0b\xbf\xe9\x84\x48\xf9\x3d\x94\xca\x1b\xa7\xde\x6d\x0d\xff\x52\x33\x94\x4f\xc9\x75\x43\x57\x1a\xdf\x1f\x69\x91\x6d\xad\x4a\x18\x9b\x54\xbf\x3d\x72\x61\xc3\xfb\xa3\x46\x59\x59\x42\xcc\x81\xda\xef\x83\xc8\x48\xcb\x6e\x91\x0e\x86\x21\x73\x70\x3a\x8b\x8b\x6b\x9d\xdc\xc0\x3b\xdb\x2d\x6f\x48\x4e\x75\xad\x1b\xb1\x54\xd2\x95\x06\x2f\x95\x68\x44\x3b\x4b\x25\x3a\xf8\x8e\xda\xa0\xa5\x12\x5d\xf9\xf6\xb8\xa0\xf3\x91\xa6\xb0\x61\x35\x71\xfd\x94\x5c\xdd\x5c\x49\x79\xf4\x53\xf2\x15\xdd\xe0\xe5\x34\x7b\x4f\xdc\x3c\x7d\x61\xdb\xd6\x92\xf2\xcd\x75\x51\xfa\x64\x84\xbc\x6e\x82\xd4\x5b\xc1\x63\x4e\xa7\xce\x87\xca\x0f\x4a\x87\x4d\x7f\xd2\xbc\x70\x36\x08\xa7\x2f\x4e\x8e\xfe\x75\x88\x72\x14\x3a\x65\xea\x88\x6d\x25\xce\xaf\xfc\x13\x8d\xa2\xcc\xa3\x0c\x85\xbf\xd2\x3d\x94\x59\x4e\x0f\x3b\xab\xf1\xf8\x47\xe0\x7e\x12\x20\x22\x9c\xa0\xa2\x24\x30\x54\x59\xb6\x97\x53\x7c\xe9\xf1\xc5\x89\xa9\xf6\xbb\xd0\x86\xfc\xf3\x6f\x37\xcd\xcf\xef\x9c\x72\xaf\xfe\x1a\xca\x45\xc9\x3f\xdc\x3c\x8c\x22\x39\x46\xff\x7a\x23\xb7\x72\xdd\x94\xfd\x9d\xfd\xc8\x79\x58\xaa\xe8\x77\xa4\x5d\x0e\xd5\xa0\x70\xb6\x69\x5e\x37\x8f\x3a\xf2\xaf\x75\xb9\x8f\x69\x89\x56\x4e\xb9\x8f\x0a\x27\x2a\x9c\x24\x2d\x1d\xff\xd9\x8f\x30\x29\x4a\xc5\x02\x84\x71\xe1\xa4\xb9\x93\xa7\x2f\x05\xdd\xd2\x1a\x25\xce\xaf\x25\x19\x30\x7f\x25\x8f\x7f\x2d\xc9\x5c\xec\x57\xb5\xed\xb4\x0e\xb9\x31\xd7\xfc\xf5\x69\x76\xa8\x37\xf4\x41\xfd\x4c\x44\x9d\x46\xac\xcf\x94\xe4\x9f\x7a\xe3\x5b\xa7\x42\xb3\x05\xdb\x9a\xa8\x35\xca\xbd\x71\xa3\x7d\xbc\xd7\x55\x03\xaf\xaa\x2d\xf5\xbb\xfa\xe8\x77\x5d\xa7\xfe\xae\xbc\x14\xd2\x7e\x3a\x9e\x22\x5d\xd2\xcf\x87\x7d\xfc\x29\xf9\x0a\xf9\xc1\x9e\x33\x77\x37\xce\xf5\xb3\x8f\x0f\xc8\x89\x12\xe7\x9a\x6e\x23\x60\x2f\x75\x51\x6f\x26\x10\x7d\x64\x7a\x81\x39\x8c\x24\xeb\x62\xf4\x8c\x70\xfd\x17\xf7\xf1\xed\x5b\xb1\xd7\x6f\x08\x8d\x8d\x6b\x37\x9d\x19\x2e\xeb\xe5\x49\x33\xb1\x11\xea\x09\x7a\xa0\x3d\xe5\x59\x0b\xb3\xcb\xdf\x7e\x0a\xa1\x7f\x73\xde\x29\xdf\x84\xba\x7e\x96\xa1\x44\x79\x7d\x69\x11\x65\xf5\xc5\xe8\xbc\xd2\xa7\xd0\xfc\x13\x8a\x37\x9e\xfe\xed\xd6\xd6\x9d\xe5\xe8\xfc\xca\xe9\xc7\x00\x03\xb5\x13\x7b\xfc\xfd\xe6\x2a\xf1\x63\x54\x5c\xad\xfe\xf6\xf7\x9b\xab\x22\x3d\xe4\x01\xfa\x39\x4d\xcb\xab\xd5\xd5\xd5\xef\xff\x27\x00\x00\xff\xff\xd6\xf7\x77\x4b\x82\x61\x08\x00") - -func pkgUiStaticReactStaticCssMainA2b2a6e2CssMapBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticCssMainA2b2a6e2CssMap, - "pkg/ui/static/react/static/css/main.a2b2a6e2.css.map", - ) -} - -func pkgUiStaticReactStaticCssMainA2b2a6e2CssMap() (*asset, error) { - bytes, err := pkgUiStaticReactStaticCssMainA2b2a6e2CssMapBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/css/main.a2b2a6e2.css.map", size: 549250, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticJsMain57c9e390Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\xbd\xfb\x9b\xe3\xb6\x91\x28\xfa\xfb\xfd\x2b\x24\x66\x4d\x03\x4d\x88\x4d\xaa\xbb\xe7\x41\x35\x5a\x67\x62\x3b\xc9\xec\x71\x7b\x1c\xcf\x64\x77\xbd\x8a\xee\x7c\x14\x09\x49\x70\x53\xa0\x02\x42\xea\x96\x5b\xfc\xdf\xef\x87\x17\x09\xea\x31\x33\x99\xec\x77\xee\xbd\x71\xa6\x05\xe2\x51\x00\x0a\x85\x42\xa1\x50\x28\x5c\x5e\xf4\x7b\x7f\x2a\x79\xaf\xa0\x19\x61\x15\xe9\x51\x36\x2f\xf9\x2a\x15\xb4\x64\xbd\x75\x41\xd2\x8a\xf4\x2a\x42\x7a\xab\x94\xb2\xf0\xe6\x65\xf6\x9a\x5c\xbd\x8e\xc2\xdf\xaa\xf0\xc7\xb7\xdf\xfd\xf0\xd3\xfb\x1f\x42\xf1\x24\x7a\x17\x97\xff\x57\x7f\xbe\x61\x99\x2c\x04\xe0\xf3\x36\xe5\x3d\x82\x9f\x5f\x0e\x87\xaf\x92\x26\x9a\xc0\x67\x12\x92\xa7\x75\xc9\x45\x85\xdb\x58\x24\xe0\x33\x60\x9b\xa2\xc0\x58\xec\xf7\xe2\x8e\x84\x05\x61\x0b\xb1\x84\xbe\x0f\x04\x6e\xbe\x46\xf3\x92\x03\x09\x97\xe1\x08\x71\xcc\xc8\x63\xef\x0d\xe7\xe9\x0e\x08\x38\x62\xb7\x62\xc4\x82\x00\xf2\x09\x9b\x62\x32\x61\xd3\x11\x27\x62\xc3\x59\x8f\xd7\xa8\xa9\x32\xfc\xf8\x91\x54\xf7\x65\xbe\x29\x08\xee\x47\x4e\x7c\x4e\xe6\xe9\xa6\x90\x55\x99\x98\x1a\x0d\x5f\xdd\x7c\xbe\xe1\xf0\x99\xce\x81\x6a\x43\x48\x2b\xdd\x16\x02\xa1\xa9\x99\x7c\x65\xcd\x57\x2f\xae\x5f\x24\x2e\x72\x10\xd3\xe8\xe4\x98\x01\x89\x4f\x38\xfa\xa7\xdb\xc2\x01\x81\x5f\xd9\x9c\xf8\x26\x7a\xf1\x65\x88\xd8\x96\x34\xef\x45\x18\x63\x02\xc5\x92\x97\x8f\x3d\x39\x42\xbf\x90\x39\xe1\x84\x65\xe4\x07\xce\x4b\x0e\x3c\xb1\xa4\x55\x6f\x99\x56\xec\x5b\xd1\x9b\x11\xc2\x7a\x94\x51\x41\xd3\x82\x56\x24\xef\x0d\x7a\xd5\x66\x4d\x38\x80\x9d\x1c\x59\x5a\x14\x24\xf7\xe0\xe8\x5f\x44\xec\xab\xd7\xc3\x6e\x4f\x6c\xb8\x27\x34\x9a\x11\x47\x14\x95\x28\x85\xcf\x82\xef\x14\xca\x2b\x4c\x26\xe5\x14\xa4\x10\x65\xb8\x0a\xb7\x69\xb1\x21\x75\x96\x8a\x6c\x09\x0a\xf8\x6c\x9a\xa3\xba\xcd\x40\x01\xeb\x2a\xcc\x4b\x46\xc6\x02\x64\x30\xf9\x99\x97\x2b\x5a\x91\x90\x93\xaa\x2c\xb6\x04\x64\x30\x14\x4b\xc2\x00\x47\x14\xd6\xa7\x51\x68\xe0\x1d\x4c\x22\x86\x25\xca\x10\xc7\x29\x5f\x6c\x56\x84\x89\xca\xe2\x41\xa2\xd7\x54\x03\x40\x53\x8a\xa2\x52\x17\x4c\x31\x09\xd3\xf5\xba\xd8\x01\x86\x38\x1c\x35\x9d\xad\x64\x5d\x02\xa4\xaa\xaf\x15\xca\x90\xc7\xc8\x93\xf0\x10\x81\x75\x93\x27\x3b\xca\xa3\x46\x54\x65\xaa\xcc\x40\xc3\x1a\xc2\xfa\x2b\x87\xe2\xfa\xe6\xe5\xcd\x17\xb1\x05\x3a\x07\x7d\x20\x19\x52\x25\x52\x96\x91\x72\xde\x13\xd0\xa1\xae\x0f\xbb\xb5\x25\xac\xef\x52\xc6\x4a\xa1\x88\xa5\x97\xf6\xb2\x22\xad\xaa\x5e\x5a\xf5\xd2\x06\x9f\xde\xd7\xce\x80\xd7\x71\x14\x9d\x9d\x90\xaf\xaf\x5f\xbd\x86\x88\xca\xa9\x19\xbd\x78\xe9\xa0\xb9\x04\x92\xa2\xd2\x66\x58\x29\x80\x63\xd0\x76\xb3\xc4\xbf\x90\x79\x41\x32\x11\x66\x25\xab\x04\xdf\x64\xe2\x6b\x5a\x07\x93\x0e\xcc\x53\xad\xa4\x78\x22\x79\xeb\x74\x44\xc3\xf5\xa6\x5a\x1a\x9a\xa0\x48\xc0\x91\x4c\x2e\x25\x23\x05\x7f\x32\x05\xc3\x19\x65\xb9\xc9\x42\x10\x85\xcd\xa4\x63\xbe\xcf\x41\x89\x58\xb8\xe6\xa5\x28\xc5\x6e\x4d\x20\x2a\xbf\x0a\xa1\x10\x95\x96\x2e\x37\x45\x81\x1a\xb2\x76\xa7\x45\xf9\x95\xac\xf3\x75\x7c\xf5\x89\x19\x0e\x9f\x9d\x15\x44\x2e\x19\x66\x65\x51\x2b\x87\x19\x51\xa1\xd6\x8e\x90\xb0\xcd\x8a\xf0\x74\x56\x10\xec\x7e\xec\xf7\xfd\x18\x71\x39\x64\x73\xba\xd8\xe8\xf4\x7e\x84\x3c\xc5\x19\x3c\xca\x7a\xdc\xf7\x01\x0f\x1f\x39\x15\x26\x0d\xa2\x77\xb3\xdf\xe4\x30\xe7\x64\x4e\x19\xf9\x99\x97\x6b\xc2\x85\x44\x2e\x0f\x1f\xc8\x0e\x71\x58\x9f\x64\x07\x92\x1b\x35\xb4\xc3\x7c\x5f\x00\xd2\xa2\x1e\x31\x88\xb8\x8a\x43\xfc\x7c\x05\x5e\x93\xdf\x43\xcf\xb6\x49\x49\x3f\xae\x21\xfa\xea\xb5\x69\xf8\xe2\xf5\xd9\xa9\x70\xf5\xf2\xf5\xe9\xa5\x49\x62\x5e\x63\xdd\xdb\x30\xdd\xcc\xdc\xeb\x63\x2c\x9b\x56\xce\x7b\xef\x77\xab\x59\x59\xf8\x3e\x99\xe8\x50\x48\x05\xe1\xa9\x28\xf9\x74\xbf\x27\x13\xef\x7f\xfd\x2f\xfb\xed\x4d\x47\x92\x1f\xb0\x93\x4b\xdd\x7e\x0f\x18\x96\xeb\x1c\xdc\xef\x85\xef\x13\xdf\xf7\xd8\x66\x35\x23\xdc\xc3\x4d\x4d\x8d\x28\xf1\xcc\x7c\x1f\x10\xcc\xf4\x14\xa0\x38\x42\xce\xdc\x81\xcf\xb5\xa1\xfa\xe7\x2a\x29\x11\x4b\x9c\x14\x3b\x99\xef\x1a\xb1\x64\xfc\x2c\x99\x7e\xd2\x8f\xea\xc4\x84\x62\xa4\xc8\x21\x21\x13\x1a\x04\x53\xc9\x22\x3b\x34\xa9\xb9\x17\xa9\xd1\x3c\x29\xeb\xfa\x24\x2f\x7b\xcb\xb6\x69\x41\xf3\x5e\x2a\x04\x59\xad\x45\x4f\x94\x3d\x8d\x03\xd2\x63\x25\x1b\xa8\xf0\xac\x68\xd9\x62\xf8\x77\xf6\x96\xf5\x4a\x9e\x13\x2e\xf3\xce\x48\xcf\x66\x41\xaa\x40\x2a\x71\xd4\x2b\x15\x9d\x54\xbd\xd5\xa6\x12\xbd\x65\xba\x25\xbd\xb4\x77\x84\x72\x00\x7b\x2b\x22\x96\x65\x1e\x7a\xb0\x56\xcb\x08\xaa\x24\x59\x64\xb8\x1f\xb7\x58\x71\x30\xc2\x30\x0b\x25\xd3\x55\x12\x46\x07\x57\x5a\x04\x64\xa1\x5c\x5e\x40\xc3\x48\x2a\x4c\xd4\x32\xa9\x68\xb0\x83\x98\x4c\xd6\x93\x62\x85\x19\x07\x8c\x5c\x8b\xab\xfd\x5e\xcb\x87\x2c\xd4\x60\xf6\x7b\x1b\x02\xb0\x9e\x53\x96\x16\xc5\x4e\x52\x45\x66\x16\x87\xb4\xae\xbf\x76\x6d\x7a\xfd\xea\x7a\x78\x9e\xdd\xbf\xbc\xb9\x76\xd8\x3d\x2a\x31\x03\xaf\x6e\x5e\xdd\x9c\x93\xc9\x64\x39\x81\x69\xdb\xfd\xc3\xd5\x1d\x51\x45\xb4\x92\xb0\x85\x5d\xb7\x39\x90\x4b\x3e\x6c\x57\x86\x92\x8f\xd8\xf1\x7a\x01\x68\xcb\x3c\x51\x0a\x6b\x52\x54\xa4\xc7\x30\x35\xdc\x55\x89\x0d\x2d\x77\xb5\x0d\x28\x75\x02\xfb\xea\xb5\xfb\xf5\xcb\x03\x26\x7b\x7a\xca\x4b\xac\x99\x2a\x45\x8f\xb2\x1e\x19\x9f\xe3\x53\x02\x3d\xeb\x09\xc3\x50\xcb\x69\x13\x49\x73\x0e\x9b\x95\xdf\x2d\x0f\x8b\x6a\x98\x90\x89\x98\x62\xf6\xd5\xac\xec\xc5\xcd\xf0\xe6\xec\x30\xbf\xba\xba\x8a\x9d\xb5\x9c\x36\x33\xff\x24\x03\x33\x23\xe3\xfb\x76\x88\x16\x44\xb8\x6b\x3d\xc5\x4e\xc2\xbf\xbc\xca\xd3\x33\xab\x3c\x57\x8c\x56\x12\x12\xd5\x51\x25\x36\x18\x5f\x10\xf1\xee\x91\x59\x8c\x7f\x4f\xaa\x8c\xd3\xb5\x28\xb9\x16\x02\x2c\x5d\xa8\x56\xab\xbf\x7a\x3e\x37\xa4\x63\x18\xdd\xed\xd5\x98\x24\x0c\x26\xa5\x91\x83\xbf\x72\xf1\x3f\x43\x9e\xce\x22\x48\xbf\x96\x2e\x6f\xae\xcf\x2d\xfe\x2d\x2d\xb6\xd5\x08\x8b\x9e\x8a\x88\x9f\xed\x4a\xf9\x6e\x3e\x6e\x91\xe6\xc4\x26\x27\x04\x75\x12\x7e\xfc\xa8\x96\xd8\x8f\x1f\xf7\xfb\x93\xa5\xbe\x76\xd7\x85\x64\x8b\x1d\x8c\x7c\x15\xd1\xd4\x68\x38\x8c\xce\x93\xb8\x12\x5c\xcf\x2e\xd7\x74\x0e\xbc\x46\x70\x6e\x29\x5d\xf8\xbe\xe4\xc3\x32\xe2\xb4\x14\xfe\x5e\xee\xdf\x7a\xe4\x69\xcd\x49\x55\x49\xdc\xab\xc5\x86\x50\xb1\x24\x5c\xae\x4b\xb2\x74\xaf\xe4\x1d\xb1\x7c\xe4\x48\x36\x76\x4c\x32\x4e\x52\x41\x80\xf0\x7d\xe1\x88\x3d\xcf\x0e\x47\x4c\x0c\xd3\x20\x2e\x5b\x38\x64\x19\x75\xfd\x55\xe2\x91\x90\xc2\xae\xc4\xc3\x57\xf2\x96\x9b\xab\xf8\x4b\x94\x07\x96\x8e\x7c\x9f\x38\xd0\xc7\x24\x79\x36\x30\x93\xaf\x9c\x65\x35\xba\xbe\x8a\xbe\xb8\x01\x83\xb8\x8f\x71\xb3\x01\x10\xe5\x7b\xc1\x29\x5b\xd8\x45\x3d\xa4\x2c\x27\x4f\xef\xe6\xc0\x9b\xb0\x54\xd0\x2d\xe9\x65\x65\x4e\xa6\x5f\xbd\x9b\x92\xeb\xe6\xe7\x9a\xa6\xe9\xaf\x65\xb5\xf8\x90\xd5\xee\xf7\xfd\xa3\xe5\xd0\xe8\x3a\xfa\xb1\x64\x81\x47\xa9\x61\xb5\x4c\x57\x9d\x2c\x2d\x7d\xb7\xe0\x7f\xe6\xe5\xd3\xce\xe6\x8a\x46\x52\xf4\x30\x83\xf4\xc7\xb2\x2c\x48\xea\x6c\x7f\x34\x17\x7c\x37\xd7\x78\x3a\x5e\x9c\x4d\x01\x34\x99\x22\xe0\x8a\x96\x10\x42\xd4\x8f\x8c\x16\xa1\x19\x83\x7e\xfc\xb5\x23\xfd\xe2\xd5\x8b\x2f\x19\xea\x2e\x42\x8f\x85\x6f\x3d\xad\x4f\x89\xe0\x36\xa5\x23\x88\x5b\xc5\x92\x96\xc2\xe7\xbc\x5c\x7d\xbd\x86\xe9\xea\xd5\xab\xeb\x2f\x52\x06\xe8\x3d\x84\x16\x04\xc9\x58\xfe\x26\xff\x13\x1b\x0a\xdd\x41\xcb\x1a\x11\x45\x25\x9e\x4c\x51\x2a\xdb\x5d\x49\xa9\x57\x52\x81\xdc\x38\x3a\x92\xee\xa8\x0f\x52\x0c\x78\x23\xdc\x42\x25\xd2\x42\xdf\x07\xa5\xda\x64\x03\xae\xc9\x03\xa2\xbe\xd8\xef\x4b\xb3\x82\x2a\xb6\x39\x92\x80\xe1\xc8\x10\x40\x06\x9f\x95\x78\x4d\x71\xd6\x88\xb1\xb2\xbe\xf4\x4b\x05\xde\xca\xf0\x61\x5a\xd7\x76\x21\xff\x5a\x4a\xba\x19\xc6\x9f\x9f\x98\x5f\xba\x5f\xc9\x89\x9e\x07\x1b\xfe\x7f\x78\xcf\xf2\x95\xba\xc1\xe1\xe7\xb5\x9c\x5f\xde\xf9\x6a\xcd\x49\x9a\xff\xff\xa1\xdf\x71\x1c\x9d\xdf\xd0\x4b\x49\xbf\x23\x05\x3b\xb3\xd0\xac\xaa\x0f\x64\x57\x99\xed\xcb\x49\x61\x53\x37\xb9\xb2\x30\x3f\x95\x47\x82\x11\xbe\x0f\x38\xe6\xe1\x9c\x16\x82\x70\x47\xab\x29\x9a\xd5\xf2\x73\x32\xad\x6c\xa3\xa3\xb1\x51\xfc\x96\xb9\x9a\x2f\x86\x38\xb4\x73\x85\x9d\x51\xc5\x5a\x3d\x91\xc0\xf1\x48\xdc\x1e\x4a\xc2\x23\x61\xf5\x45\x9a\x1b\xf5\x5b\xdd\xec\x44\x4c\xc7\xee\x47\xf2\x5c\x8f\xc4\x37\xc3\x31\x35\xe8\x01\x4c\x72\x7f\x18\xce\x4b\xfe\x43\x9a\x2d\x0f\x7a\xa8\x07\x60\x22\xa6\xb0\x86\x30\xf9\x4c\x4f\xab\x93\x1b\x2a\x4a\x2a\x40\xd0\xe7\x8a\x02\x06\x61\xe2\xb4\xe9\x4c\x83\xce\xef\xd8\x3e\x37\x0a\x0c\x09\xa8\x14\xc4\xff\xa2\xce\xfe\xc5\xf5\xcb\xf3\xf4\xf9\xf2\x2a\x7e\xf1\x49\x11\xd6\x2c\x15\x66\xb1\x7a\xae\x47\x66\xcb\x8d\x4a\x67\xb7\xf4\x79\xba\x4d\x3f\x4b\xb7\x92\x5e\x28\x8e\x46\xf4\x36\xb5\x34\x42\x83\x00\x32\x9c\x4e\xe8\x14\x89\x46\x86\x62\xf0\x0e\x47\xcd\x66\xa1\x95\x25\xd6\x06\xe4\xdb\xea\x87\x86\x72\xcd\x5a\x83\x98\x5a\x56\xec\xb9\x16\x6c\xd9\xfc\x57\xca\x5f\x57\xf1\xe7\xcf\x73\x3e\x8d\x3f\x8e\x28\x7e\xae\x51\x79\xc8\x04\x24\x16\x38\x8e\x46\xfc\xd6\xae\x78\x23\xae\xb0\x50\x4e\xf8\x09\x2c\x00\xda\x74\xca\x6e\x42\xe9\xd7\xb2\xef\x9b\x57\x9f\xd8\xcc\x43\x5b\x44\x29\x6e\xe2\x9b\xe8\xd3\x54\x23\x99\x90\xa7\x19\xb0\x14\x0d\x39\x10\x70\xbf\x3f\x25\x2d\x8a\xe6\x7c\x4d\x8c\x9a\xf3\xaf\xf3\x7b\xa3\xef\x09\xa7\x5b\x92\xf7\x9c\x4d\x4c\xd5\x5b\x49\x66\xcf\x8a\x5d\xcf\x0e\xab\xaa\x57\x6e\x91\x5a\xc9\xa6\x45\xcf\xd7\x0b\x59\x72\xbb\x77\x76\x77\xec\xa8\x9a\x3f\xbb\x3f\xde\xef\xbb\x08\x3b\xde\x0c\xcb\xed\xea\x57\x6f\x7b\x25\x73\xfe\x97\x37\xbe\x57\xd1\xd5\xab\xb3\xe4\x30\x7c\x75\xf3\x4a\xab\xf0\xa4\xe0\xa9\x55\x78\x57\x2f\x5f\x43\x94\x62\x06\x6e\x86\xf1\x79\xda\x70\x0e\x53\xf7\x7b\xbd\x1a\xee\xf7\xa5\xf9\x4d\xc1\x57\xcb\x1e\x57\x57\xf1\xa7\x15\x8e\x67\x5b\x24\x67\xdc\xa8\x7f\xc4\x4e\x96\x69\xe5\xf0\x29\xcb\x48\x04\x6c\x76\xef\x80\x68\x55\xf9\xe8\x5f\x3e\x54\xbd\x8a\x3f\x71\x20\xf0\xe2\xfa\x85\xc6\xb4\xdc\xa4\x1c\x60\x5a\x4a\x5c\xe7\xb4\xa6\x87\x88\xd6\x68\xfe\xd7\x90\xfc\xcf\xa9\x86\xdc\xe9\x7e\xb0\xab\xf0\x2a\x15\x38\x4c\x68\xc4\xb2\xf1\x89\x9e\xd8\xf3\x87\xfa\xa4\x1e\xc9\xf7\x3f\x51\x1d\x71\xd5\xc0\x18\xe3\x26\xbe\x6f\xc3\xed\xc0\x8f\x6d\xdb\x92\xa6\xc2\xff\x17\xd5\x4f\x57\x9f\x5a\xba\xcf\xda\x31\x18\x26\x6c\xb6\xac\x95\xd2\x45\xb8\x47\x38\x8e\x49\x83\x3d\xc2\x6c\xa4\xd1\x76\x06\x1c\x69\x31\xaa\x82\x66\x04\xbc\x42\x83\xd8\x92\xbc\xf7\xae\x61\xf1\xec\x00\xcd\xbe\x0f\x18\xee\xc4\x84\x2c\x5d\x11\x88\xbc\xfb\x74\xad\x0a\xec\xf7\xde\x7b\xa2\xcb\x8e\x3b\x7b\xe0\xc4\x7b\x63\xc5\x3f\x93\xf1\xf2\xff\x06\xe3\xe4\x6f\x74\xff\x16\x32\x01\xc6\xc9\xab\x7d\xfc\x62\x7f\x35\x84\x60\x9c\x7c\x57\xa4\xab\x35\xc9\xa1\x86\xf0\x6f\x97\xa1\x20\x95\x44\xfd\x58\xf7\x2d\xd1\x0b\xca\x57\x6f\xe7\x5e\xdf\xbc\xfc\x82\x73\x0c\x7d\x80\x2d\xa7\xe6\xf5\x55\xa4\xa7\xe6\xeb\x38\x8a\x3a\x06\x03\xed\xf9\xdd\x89\x55\xf0\x3e\x5d\x8f\xe5\x4a\x77\x9f\xae\x4d\x8b\x47\x47\x13\xea\x48\x17\xa1\x25\x0b\x4c\xf6\xfb\x7e\xe9\xda\xcc\x8c\xce\x28\x1e\xc9\xff\xa0\xba\xf1\x9c\x2a\x44\x9f\x2b\x32\xc9\x3d\x9d\x26\x31\x29\xf5\x49\xe9\x86\xc9\x85\x50\x6b\x05\x1d\xf6\xd1\xcc\xe2\x14\x10\xe7\x38\xe6\xc4\x11\x4e\x23\xb9\x89\xb3\xea\x4e\xf2\x19\x5d\xa7\xe8\x1c\x90\xc4\x9f\xd3\x7c\x52\x20\xd0\xd7\x6a\xa0\xe5\xa0\x3b\x2c\xa0\xfa\x4a\x61\xf3\xe5\x09\x1a\x6c\xa1\x4a\x3a\x1c\xbe\x84\x35\x7a\xf5\xca\x3d\x8c\x81\xcf\x8f\x94\xe5\xe5\x63\xf8\xdb\x5f\x37\x84\xef\xc2\x75\x51\x8a\x70\x5d\x6c\x16\x94\x55\x5a\xbd\xf2\x4c\x19\x15\xc9\xf1\x41\xdb\xf3\x53\x32\x88\xd1\x4e\xfe\x29\xca\xec\x81\xe4\x49\x3f\xae\x5b\x4a\x56\x7b\xf8\x50\xa7\xec\xf7\x83\xb8\x8f\x45\xf8\xe4\xfb\x40\x84\x4f\x78\x10\x23\x12\x0a\x4e\x17\x0b\xc2\x7f\x21\x39\x4f\x1f\xdf\x6d\x09\x2f\xd2\x1d\x80\xce\x80\x73\xa0\xa9\xa4\x6f\xc1\x40\xc9\xab\x24\x89\xbc\x27\x05\x51\x79\x24\x2f\x71\xbf\x01\x84\x1a\xfe\x88\x14\x15\x31\x33\x90\x84\xe5\x7c\x2e\xe9\x09\x8e\x64\xe2\x7d\x2a\x96\xe1\x2a\x7d\x02\x11\xd2\x41\xca\x00\x0b\xd7\xe9\x82\xfc\xd7\x80\x87\x05\x99\x4b\x16\xfc\x48\x73\xb1\x04\x72\x3f\x2b\xc2\xdd\x27\x8a\xfc\x3a\xe0\xa1\x28\xd7\x88\x84\x4b\x42\x17\x4b\xa1\x8a\x9c\xeb\x5b\x5d\x13\x49\xd7\xdf\xf1\xb2\xaa\x96\x29\xe5\xed\x44\x35\xd3\x01\x36\x2d\x5e\x0f\x33\xc0\xce\xb7\xf7\x9f\x68\xe7\x71\xfb\xf4\xe1\xa5\xc5\xd3\xb9\xb6\x22\x12\x66\x05\x49\x79\xdb\xda\x6e\xe3\x11\x51\xa3\x72\xba\x33\x6a\x60\xdc\xdc\x72\x2f\x6e\x87\x11\xf7\x23\x09\x7d\xc3\xce\x94\x6f\xe9\x06\xf7\x63\x99\x73\x59\x96\x0f\x95\xb2\x96\xf9\x61\xab\x54\x03\x8a\x2e\x41\x77\x1d\x53\x84\xf0\x6e\x2d\x23\x2a\x00\xc3\xcc\xc2\x0d\x57\x65\x4e\x14\xdd\xad\xca\x4d\x45\xca\x8d\xd0\x6d\x51\x5f\xab\x72\x4b\x00\x57\xbb\xe7\xa6\x1e\x07\x0d\xc7\x15\x39\x43\x74\xba\x3a\xc9\xf1\x74\x9d\xf6\xac\x50\xe5\xfc\xb9\x28\xc5\x3b\x4b\x85\x8a\xf3\x55\xe9\x96\x00\x88\x58\x28\x78\xca\xaa\x42\xb2\x24\xaa\x47\x95\xca\x11\x83\xc8\x4c\x19\x7b\xbe\x78\xb6\x7f\x05\x65\xe4\x3f\x25\x19\x7c\x33\x1c\x87\x37\x49\x64\xc0\x0b\x5e\x3e\x90\xf7\x62\xa7\xac\x6a\xb2\xb2\x28\x39\x62\x6d\x5e\xec\x94\x33\xf1\xff\x5e\x52\x86\x3d\x5e\x6e\x58\xee\x21\x16\xce\xc8\x82\xb2\x9f\x53\x49\x5d\xaa\x29\xba\x53\xed\x09\xc5\x93\x07\xed\x8e\x5d\xd1\xda\xbc\x28\x4b\x2e\x67\x37\x0c\xca\x11\x0b\x25\x66\x3f\x94\x20\x45\x11\x34\xf0\xd5\x97\x43\x87\x35\x9d\x83\x53\x80\x77\x16\x70\xd5\x05\xbc\xeb\x00\x8e\x50\xe5\x00\x6e\x26\x02\xaa\x60\x6d\x3b\x0f\x64\x90\x93\x4a\x94\x5c\x86\xdd\x31\xae\x96\x1b\x91\x97\x8f\xec\x24\x25\x89\x70\xc3\x24\xb1\x01\xcf\x52\x8c\x87\x14\xc9\x74\xa2\x65\x3b\x3c\xb9\x83\x82\xb0\x46\xa5\x1e\x97\xe4\xb9\x19\x96\xe4\x59\xf6\x2a\x51\x66\x57\x0a\xfb\x89\xc7\x17\xb3\x14\xc4\x2f\x23\xd4\x33\xff\x0f\x5f\x45\xd0\x43\xcd\x38\x24\x71\x5d\x23\x29\xfb\x24\x5e\x03\xc6\x43\x5b\xc2\xe5\x6a\x9b\x78\x71\x18\x79\x35\xac\xd1\xcb\xe1\x30\x72\xf9\x77\xbf\xab\x60\x50\x95\xe1\x67\x35\x7f\x65\x30\x5c\xa5\x0f\xa4\x9d\x5c\xc6\xf4\xd2\x52\x55\x63\x7e\xd3\x2b\x43\x8e\xc5\x7e\x1f\xa1\x32\x5c\x48\x51\x4a\x06\x66\x98\xeb\x40\x6a\x74\x6f\x74\x4c\x93\x58\x7e\xe7\xf9\x89\xdd\x51\x6b\xed\x65\x0d\x76\x46\x41\xc0\x60\x39\x21\x61\xb6\x4c\xf9\x1b\x39\xf3\xa6\x01\x16\x6d\x95\xac\xe4\xab\xb4\xa0\xbf\xcb\xf1\x41\x65\x58\x65\x69\x41\xbe\x16\xf0\xc5\x27\x00\x5b\x11\x15\x1f\x9b\x17\x95\x61\x7a\x87\xe3\xb1\x1c\x1d\xe0\x05\x93\x32\xe4\x12\x03\xb2\xf3\xd3\xf0\xb7\x92\x32\xe0\x21\x0f\x06\x1e\xf4\xcc\x00\x76\xf3\x48\x5c\x1c\xe4\x93\xf5\x35\xd5\xbb\x15\x36\x0b\x1b\x39\xb4\xd9\xb8\x25\x63\x92\x88\x3b\x36\x66\x89\xa8\x9d\xf1\x20\x20\x42\xeb\x94\x57\xe4\x2d\x13\xa0\x0c\x39\x44\xc3\x9b\x1b\xa8\x46\xe8\x20\x69\xd1\x24\xcd\x0e\x93\x66\x4d\x52\xaa\x92\xca\x30\x45\xb1\x32\x28\x2c\xc3\xac\x28\x19\x39\x81\x14\x97\x76\x80\xee\xee\xcc\x74\x39\x85\x9d\x0e\x9a\x95\x42\xe5\x26\x4f\x82\xa7\x99\xe8\x10\x9b\xe1\x97\xa3\xbc\x54\x7b\x0c\xaf\x8f\x01\xc7\x22\xcc\xaa\x0a\x30\x18\x8a\xf2\xc7\xf2\x91\xf0\xef\xd2\x8a\x00\x08\x7d\xdf\x53\xcc\x70\x9d\x72\xc2\x84\xd7\xc7\x1c\xce\x38\x49\x1f\x46\x02\x8b\x50\x47\x02\x58\x3f\x2e\x69\x41\x80\xb5\x27\xf4\xfd\x3e\x09\x59\x99\x93\x9f\xd2\x95\x8c\x95\x02\x64\x04\x91\x37\x2b\x73\xc9\x48\xec\xfe\x43\x0d\x5d\x3b\xf3\xa0\x87\xb1\x32\x1f\xc4\x9d\x1a\x61\xd3\x15\x85\x3f\xc0\x9d\xce\xa9\x98\xce\x22\x67\x8e\xb0\xb0\x8b\x2c\xc5\xfe\xf1\x25\x5f\xcc\xfe\x0e\xfe\x5e\x5d\x80\x49\x34\x78\x3d\x7d\x8e\xd1\x55\x0d\xff\x5e\x5d\xa0\x2f\x8a\xfa\x3b\xbc\x0c\xc9\x13\x91\x02\x00\x6c\x94\x51\xcd\x80\xf2\x49\x3c\x45\x71\x04\x91\x13\x33\x3c\x8a\xb9\x52\x31\xb0\x6d\x4e\xfa\xf5\xed\x69\xa3\x02\x30\x4e\xfe\x1e\xea\x20\x1c\xff\xcf\xb6\x55\xc7\xfc\xa9\x28\x53\x19\x77\x3d\x75\x1b\xef\xb4\xfd\xb0\x09\xdf\x7c\xb2\x81\x9f\x4f\x3d\xd9\x81\x61\x78\x73\x73\xd1\x69\x4f\x3c\x85\xe8\x38\x76\x78\x32\xf6\x6a\x7a\x0e\xf1\xff\xd3\x8d\xff\xa7\x47\xe6\x5f\xee\xd8\xd9\x51\xfa\x03\x98\xa4\x83\xf9\x9b\xc1\x9f\x14\xe9\x0c\x6b\xf8\xb9\xef\xcf\xd3\xcd\x8b\x23\xba\x79\x71\x44\x37\x2f\x4e\x37\x00\x9e\xff\xf8\x5c\xbd\xc1\xe9\xca\x83\xd3\x2d\x08\xda\x66\x58\x31\x4d\x70\xba\x3a\xe2\x6d\x96\x0f\xb9\xdc\x06\xe3\x72\x4c\xc1\xf0\xe6\x06\xd9\x7f\x11\x4c\x28\x90\xfc\x71\x52\x4e\xf7\xfb\x49\x84\x22\x14\x4d\xe1\x24\x9a\x22\xd5\x28\x35\x2e\xfa\x60\x40\xe0\xe7\xf4\x1f\x9b\x34\x99\x44\xb6\xf0\x14\xa5\xbf\x6f\x38\x49\x26\xc3\x6b\x27\x6e\x46\xe8\x42\xc5\xdd\x20\xf5\x6f\x18\x4d\xd1\xac\x48\xb3\x87\xc4\x40\x47\x33\xb9\xd9\x55\x1f\xba\x00\x2f\x1f\x59\x32\x89\x5f\xdc\xa0\xeb\x21\xba\x1e\x4e\x51\xb6\x4b\x59\xa7\x9e\x3c\xe5\x0f\x6d\xa9\xf8\xea\xb5\x8e\xb2\xf9\xe2\xab\xd7\x6d\xe4\x82\x93\x9d\x84\xf6\x1a\x99\x7f\x4d\x34\xd1\x99\x23\xd5\x08\x19\xf7\xb0\x4c\x1f\x68\x32\x89\x5f\xbd\x46\xf1\xab\x2b\x14\x47\x2f\x75\xfc\x2a\x5d\x10\x26\xd2\x64\x22\x01\x3b\xf5\x95\x05\xdd\x12\x03\xe8\xd5\x8d\xcc\x8f\xae\x4d\x91\x92\xa7\x4c\x75\xfb\xe6\x06\xc5\xd7\x4d\x0d\x25\xcf\x96\x34\x4f\x26\xf1\xcd\x15\xba\x89\xd0\x30\xba\xd6\xf1\x9c\xe4\x16\xba\xc9\x59\xa5\xc5\xaa\x64\xc9\x64\x78\x75\x85\xe2\x9b\x08\xc5\xc3\xa1\x4e\xd8\xd2\xb2\x20\x22\x99\xc4\xd7\xaf\x24\xc6\xe2\x78\x8a\xe6\x9b\x6c\x59\xd1\x54\xd7\x66\xb0\xb8\x28\x8b\x5c\x47\x0c\xe3\x1b\x09\xb4\xed\xf0\xf0\x95\xfc\xa6\x2c\xa7\x8b\x32\x99\xbc\xbc\x51\x5d\x8a\xa6\xc8\x74\x5f\x8d\xde\x55\x24\x9b\x3d\x45\x85\x14\x95\x35\xaa\xe3\x97\x57\x68\x18\xbf\x90\x69\x26\x5e\xe3\x7b\x38\xbc\x6e\x47\x46\xc5\x9b\xaa\xe2\xeb\x6b\x34\xbc\x7a\x85\xe2\xeb\xeb\x36\x61\x97\x4c\x86\x71\x8c\xcc\x3f\x13\xbf\xa6\xec\xc1\xe0\xea\xd5\x10\xc5\xaf\xaf\x4c\xfc\x8e\x14\x45\xf9\x68\xba\x21\xff\x0d\x15\xa4\x15\xb1\xd4\x10\x4d\x51\x33\x38\x4e\xe7\x57\x29\x2f\x25\xf2\x54\x57\x65\x26\x96\x6e\x77\x86\x58\x86\xaf\xa6\x48\x0d\x9c\x4e\x36\xd8\xe8\x8c\xd7\x0b\x05\xd8\x69\xd4\xeb\x21\x1a\x46\x57\x53\xb4\xde\xf0\x75\x41\x2c\x5c\x05\xaa\x19\x8e\x36\x4a\x0d\xa6\x6e\x4d\x34\x45\x15\x2d\xb6\x84\x27\x13\x09\xc4\xfc\x9b\xa2\xc7\x25\x15\xc4\xe9\x97\x6c\xf4\x61\x67\xa3\x69\x5d\x83\x8e\x6a\x04\xa2\x63\x1d\xc8\x67\x4e\x03\x5c\x6d\x88\xab\x12\x0c\xb3\x25\x2d\x72\x4e\x18\xf0\x42\x2f\x10\x72\x86\x8f\x1a\x45\x9d\x94\x4b\x00\xc7\x79\x99\x29\xfd\x96\xd1\x57\xfd\x50\x10\xf9\x05\xbc\x2c\x65\xdb\xb4\xf2\x20\x0c\xd5\xbd\x1b\x29\xf6\x60\x81\xa4\xac\xa2\x84\xaa\xe7\x9c\x72\xad\x0b\x49\xbc\x42\x70\x0f\xad\xcb\x8a\xea\xcf\x74\x56\x95\xc5\x46\x10\x0f\xc9\x6d\x66\x12\x21\x51\xae\x93\xa8\x86\x61\xba\x5e\x13\x96\x7f\x28\xd5\x81\x39\x97\x22\xd4\x77\x25\x13\xe4\x49\x40\xad\x7f\x31\x68\xf8\xf3\xc7\xed\xaa\xf8\x4e\x55\x7f\x9f\xb2\x74\x41\xb8\xa3\x28\x6c\x6f\x06\x6d\xd3\xaa\x47\xab\x1e\x2b\x45\x2f\xdd\xa6\xb4\x50\xe7\xab\xbd\xb7\xf3\xde\xae\xdc\x7c\xcb\x49\x6f\x53\x51\xb6\xe8\xbd\xfd\xa1\xf7\x48\xc5\xb2\x97\xf6\xe6\x69\x51\x0c\x66\x69\xf6\xd0\xab\x36\xd9\xb2\x97\x56\xbd\x1f\x9e\x74\x27\x51\x4f\x2c\x09\x93\x7f\x38\xf9\xb6\xb2\xaa\xc6\xb4\xb7\xa2\x95\x48\x1f\x48\x8f\x32\x09\x93\xf7\xb2\x92\xe5\xaa\x8f\x69\xd1\xa3\x2c\x2b\x36\x39\x41\xbd\x92\xcb\x82\xbd\x75\xba\x20\xbd\x65\x2a\xdb\xd3\xfb\xfe\xdd\x77\x1f\x7e\xfd\xf9\x87\x5e\xca\x72\xd9\x42\x4e\x58\x4e\xe4\xae\x40\x02\xfa\xeb\x86\xf2\x87\xaa\x77\x2f\xb7\xa2\x1e\x1c\x71\x7c\xb6\xd3\x21\x65\x54\xd8\xe1\xe0\xb0\x16\x4b\x5a\x85\x44\x7f\x63\x6e\x2e\x39\xa8\xc8\x4c\x63\x11\xbb\x28\x05\xde\x30\xf7\x20\x2a\x2d\xfc\x9c\x6c\x69\x46\x7e\xa6\x4f\xa4\xf8\x25\x15\xb4\xdc\xef\x63\x94\x62\x1a\x3e\x92\xd9\x03\x15\x7f\x4c\xb3\x07\xca\x16\xef\xe5\x16\xd6\xcd\x43\xc3\x55\xf9\xfb\x27\x12\xab\xf3\x69\xe5\xf9\xa4\xd9\x99\x94\x78\xa4\xba\xb3\x6e\xa2\x70\x79\x99\x22\x15\xc7\x49\x25\x37\x01\xac\xd9\x7f\xb3\x76\x83\xaf\x73\xc8\x4e\xcb\xbe\xa7\x94\x11\xae\xb6\x91\x6d\xbc\xdc\xa6\xaa\x8f\x8f\x2a\x57\x9a\x2d\x49\x37\xea\x3d\xfd\x9d\xe8\x68\x83\xae\x79\x51\x8a\x0f\x5f\x94\xb0\xdf\x3f\xd7\xae\x2e\x51\xe8\x1b\x87\x56\x67\x31\x99\xa2\x0a\x3f\x2b\xc1\xbd\x4a\x26\xde\x1f\x48\x9e\x0d\xaf\x23\x0f\x79\x7f\x48\xe7\xf9\xab\xf9\x2b\x19\xca\x66\xd7\xb3\xeb\x99\x0c\x5d\xe7\xe9\xcb\xeb\x5c\x86\x5e\x5f\x5f\x47\x24\xf7\xa6\xa8\x20\x0b\xc2\xf2\xe4\xb9\x5a\x96\x8f\x49\x3f\x42\xac\xfc\xae\x2c\x36\x2b\x56\x25\x31\x2a\xd2\x19\x29\xfe\xa4\xae\xf5\x0a\xc2\xb5\x12\x40\xc5\xfd\xb1\x7c\xfa\xa3\x32\x47\xfa\x4e\xab\x04\xfe\x90\x65\x99\x87\x32\x8b\x1e\x9d\xb3\x9d\xb1\x8c\x78\x92\x9b\x2e\x28\x4b\x6e\x90\x1c\x9d\x85\x52\xcf\xe8\xc2\x2a\x6f\x1b\xf9\x6e\x9d\x66\x54\xec\x92\xf0\xd5\x0d\xaa\x4a\x2e\x48\xae\x72\xd4\xe8\x29\x7d\xa2\x95\x69\xe7\x01\xfc\x59\x29\x44\xb9\xf2\x50\xab\xaa\x98\x97\x4c\xb8\x4a\x0b\x3d\x5e\x34\x7b\x70\xea\x54\x32\xcc\xbc\xe4\x2b\xfd\x49\xd9\x96\xf0\x8a\x7c\xe8\xc6\xae\x28\x33\x81\xf4\x49\x07\xd2\x8d\x28\xd5\x06\xff\x5e\xf7\xa8\x01\x5d\xb5\xc1\x53\x38\xd3\xba\x91\xf6\xfb\x2f\x8a\xbe\x74\x04\x27\x15\xe1\x5b\xf2\x7e\x9d\x66\xa4\x85\xf2\xa3\xda\x19\x9a\x5a\x0b\xba\x60\x1f\x64\x2d\xff\x49\xc5\xf2\x8d\x44\x45\x93\xef\x7b\x92\xd1\x55\x5a\x38\x31\x92\x7a\x9a\xf6\x7f\x70\x23\x6a\xb4\xd3\x78\x3c\xec\x46\x18\x0d\x1d\x8c\x4a\xce\xea\x29\x9c\x93\x2a\x99\x4c\x65\x21\x1d\xa8\x08\xa7\xa4\x4a\x9e\xd7\x25\x65\xc2\x0e\x47\x3f\x46\x3c\xcd\xe9\xa6\x4a\xae\x1c\x35\xd0\x10\xcd\x69\x51\x48\x9a\x92\xbf\x96\x52\xe6\xea\x7f\x1e\xd2\xa7\x8e\x89\x97\x51\x9e\x15\xc4\xab\x55\xc1\x2a\x79\x3e\x2e\x1f\x3b\xe5\x55\x9f\x2a\x41\xd6\x55\xd2\x8f\x6b\x34\x4b\xb9\xd3\x06\xb7\xe8\x2c\xe5\x46\x19\x75\xa2\x15\x2d\x46\x4d\x4f\xd1\xb2\xe4\xf4\x77\x49\xbe\xaa\xbe\xdf\x09\x2f\x93\x7e\x54\xa3\x6a\x99\xe6\xe5\xa3\x42\xde\x15\x5a\xd2\xc5\x52\x09\x14\x2d\x90\x1a\x2d\x38\x75\x26\x4f\x3a\x2b\xb7\xe4\xfb\x54\xa4\x12\x8a\x51\x97\xfd\xe1\xe6\x5a\xfe\xe7\x9d\x21\x7c\x67\x1a\x9d\x22\x52\x33\x6d\x22\x4d\x33\xf7\x76\x12\x91\x2d\x61\xe2\xbd\x5e\x20\x0d\x21\x45\x48\x0e\xac\xc9\xf1\xca\x00\xb6\xe8\x58\x51\xa6\x27\xac\x4b\xb4\xab\x94\x4b\x3e\x59\x75\xbf\x9a\x81\xba\x96\xff\x79\x4d\xfc\x8f\x0e\x76\xb3\x82\x66\x0f\xf6\x44\x69\x59\x6e\xdb\xe3\x25\x49\x56\x7f\xb1\x88\x92\x28\x51\x4a\xc6\x37\x99\xa0\x5b\xf2\x8b\xa6\x91\x38\xaa\x11\x65\x82\xf0\x54\xaf\xef\xcf\xdc\x55\xd9\xbf\x95\x29\xdb\xb4\x48\x62\x72\x75\xf9\x22\xaa\x91\xd2\x74\x26\xcf\x75\x8d\x32\xcd\x76\x0b\xfd\xb3\xd1\x3f\x73\xfd\xb3\xd4\x3f\xb9\x64\x88\x6b\xf9\x67\x85\x9f\x8d\x78\xc0\x0d\x7a\x94\x98\x80\x34\xaf\x48\xa2\x1a\x6d\x71\x84\x16\x38\x42\x3b\xfc\xbc\xe6\x65\x46\xaa\xca\xa8\xa5\x25\x9d\x9b\x98\x5f\xd2\x47\x35\x9c\x6d\x8c\xfc\x34\xc4\xdf\x46\x6a\x95\x78\xa7\x9c\x12\x04\xa7\x48\xf6\xec\x8f\xcd\xc0\xdb\x98\xf7\x7a\x16\x99\x2f\xf9\xdb\x9e\x0a\xd8\x58\x83\x0f\x35\xe9\x8c\x9a\x37\x99\x4c\x6b\x34\x53\x8b\x72\x2b\x92\xdd\x1b\x6d\x2f\x9e\xcc\xa6\x72\xa9\xce\x52\x01\x44\xc7\xf1\xc1\xa1\xbe\x91\x4c\xd8\xd4\xbd\x51\xe3\x9e\x4e\x3e\x02\x01\x9f\x53\xec\x5a\xf4\xb5\x90\x26\x53\xa4\x6d\xb5\x44\x0b\x8e\xb7\xe7\x03\xe4\x49\x10\x96\x83\x7e\x84\x9e\x6b\x54\x85\x9a\x55\xc0\x91\x56\xb9\x8a\x09\x9f\x86\x79\x2a\xd2\x31\xa0\xea\xb7\x8d\x41\x39\x29\x88\x20\xbd\x36\xc2\x85\x45\x91\x8c\x87\xa8\x49\xc5\xba\x3c\x4c\x1c\x38\xc6\x5c\x13\x50\xc7\x4c\x13\x08\x47\xd4\x35\x92\x2e\x62\xd8\x5a\xdb\x21\x8e\x07\xb1\x42\x93\xc0\xd1\x48\xb4\x56\x78\x41\x20\x6c\x9f\xd2\x89\x98\x6a\xad\x98\xe9\x05\xf5\x7d\xc0\x06\x03\xd4\xde\x13\x35\x07\xc1\xd4\xf7\xe9\x9d\x56\xc5\x51\x08\x6b\x76\x8b\xb5\x45\x00\x0f\x62\xb3\xa5\x46\x99\xc4\x5f\x81\x2b\x0d\xb0\x42\x1b\x5c\xd8\xa6\xcc\x71\xe4\xb4\x84\x29\x63\xd1\x12\x77\x95\x78\xc5\x44\x7c\xb3\x99\xee\xf7\xde\x1f\x5e\xbc\x78\xe1\x41\x24\xbe\xd9\x60\x1c\xf9\xbe\xf0\x7d\x30\xc7\xf3\x3b\x1c\x8d\xe7\xb7\xe1\xcd\x78\x30\x1f\x84\xc3\x24\x4a\x06\x73\x88\xb2\x89\x98\x62\xa3\x8f\x06\x1e\x5f\xcc\x3c\x14\x07\x73\xdd\xa0\x25\x5a\x75\x6a\xed\xf6\xbf\x11\xe3\xc1\x52\x61\x01\xea\xb6\x8c\xc1\xd2\x68\xe6\xb3\xc9\x6a\xda\xe8\xa3\x01\x44\x41\xb0\x82\xc9\x11\x5a\x4c\x6e\xdf\x77\xca\x99\x90\x5b\x1a\x22\x5d\xd9\x52\x1d\x84\x54\xa1\xe4\xa7\x7a\x0c\xb6\x68\x81\xfb\xba\x99\x5b\x29\xdf\x2e\x21\x9d\x83\xe5\x64\x3b\xf5\x7d\xf9\xd7\xe4\x5c\xe0\x7e\x3c\x52\x3a\xd6\x7a\xa1\xea\x6a\xc1\xe0\x7e\x04\xeb\x2e\x74\xc9\xde\x9d\x5c\xf2\x13\xf7\xfb\xf6\x53\x2e\x13\x10\x2d\x43\x25\x6f\xe0\x77\x20\x47\x4f\x60\x89\xd4\x39\x11\x5a\x86\x3b\x13\xbb\xd6\xb1\x3b\x0f\xc2\xba\x06\xa7\x08\xcd\x78\x86\xa8\x50\x86\x0a\xb4\x41\x73\xb4\x44\x39\x5a\xe3\x9f\x14\x86\xc2\x9f\xdf\xbd\x7f\xfb\xe1\xed\x7f\xfc\xf0\xf1\xed\x4f\x7f\x7a\xfb\xd3\xdb\x0f\xbf\xa2\x95\x4d\xfa\xe9\x87\x3f\xbf\xe9\x26\x6d\x6d\xd2\xfd\x9b\xff\xfa\xf8\x1f\x6f\x7e\xfc\xdb\x0f\xed\xf4\x5f\x58\x25\xbc\xb8\x25\x6a\x3e\xac\x28\xf3\x7d\xd1\xc7\x83\xad\xef\x83\x26\x0a\x0b\x88\xd8\x9d\xf9\x4c\x9f\x7c\x9f\xf5\xb1\x93\x21\x7d\xc2\x0c\xd6\x12\xcb\x24\x24\x69\xb6\x04\x6f\x00\x44\x47\xe7\x49\x16\xd6\x1a\x89\xa6\xd8\x0a\x89\x70\x53\xe9\x33\x4e\x29\x2b\x1f\xd3\x12\x28\x0d\x05\xe5\x0d\xeb\xc4\xcf\x0d\x0b\xad\xd1\x3d\xd8\x85\x5d\x76\x8b\x26\x25\x2a\x35\x27\x28\x9d\x52\x53\xf8\x29\x72\x5d\xe2\x4e\x45\xa8\x0f\x72\xec\x96\x0e\xb5\x7f\x1a\xbd\x17\x04\x72\xa1\x80\xc6\x30\xe0\x49\xc9\xbd\x0a\xc3\x32\xc4\xc9\x3f\x36\x54\x6e\xbf\xfb\x51\x0d\x51\x6e\x32\xed\x3e\x95\xa9\x0c\x2b\x91\x66\x0f\xfb\x7d\x19\x4a\x91\x44\x11\x9e\xba\xc3\xd1\x90\xa1\xef\x97\x2e\x7d\x29\x22\x99\xe1\x7e\x1f\x38\x25\x64\x1e\xf5\x21\x29\xf2\x5c\x71\x99\x06\x47\x9f\x6d\x55\x8c\x8c\x69\xc5\x7f\x28\x2b\x90\xa8\x15\x5b\x93\x99\x6a\xb0\xaa\xa8\x15\x7b\x7c\x1f\x18\x2e\x9c\x4f\x72\x83\xda\x41\x3c\x0d\x77\xa8\xfb\xfd\xa4\xe6\xd3\x09\xbc\xe2\xbc\x6e\x78\x46\x27\x59\xff\xd0\xdf\x09\x7c\x3e\x1d\x8f\x2d\x7c\x94\x9d\x29\x89\xaa\x53\x09\x8a\x8b\x3d\xe2\xd3\x68\x52\x32\xa2\x22\x97\x52\xcf\x64\x4d\xa4\xa5\x9e\xc0\x86\x62\x23\xc4\x30\x57\xeb\xe3\xd2\x59\x1f\x11\x0f\x70\xa6\x47\xe8\xc9\xdc\x1c\x02\x73\xbc\x54\x36\xc7\x74\x0e\xfa\x4f\xb0\x35\xdd\xce\x46\x41\x40\x61\x81\xe7\x13\x3a\x45\x60\x83\xf3\x09\x9d\x42\xdf\x07\x9b\x50\x0f\x8a\xb5\x9e\x94\xf8\x2d\x70\x50\x20\x5a\xfd\x94\xfe\x04\x0a\x38\xd6\x52\x4c\x52\x60\x1c\x5f\x46\xe3\x02\x6f\x65\x70\x10\x5f\x46\x2a\xe7\x60\xdb\xf0\xc4\x42\x81\xb3\x23\xeb\xfb\x40\x0d\x01\xd2\x70\x37\xa1\x3b\xcc\xaa\x68\x37\x0a\x42\x88\xaa\x09\x0f\xe8\x14\x17\xb2\xf5\xc7\x8d\xd7\x80\x40\x81\x75\x36\xe8\xfb\xfd\xb8\x8f\xb1\xed\x4c\xd8\x10\x8e\x6a\xc7\x93\xef\x2f\x2c\x4a\x51\x81\x0a\x88\x36\xe1\x4e\xc7\xed\x9a\xb8\xa6\x4a\x09\x5b\xd6\xfa\xe8\xfb\xfc\x4e\xf6\xac\xff\x64\x2f\x87\x55\x13\x3e\xc8\xa6\x50\x8b\x17\x6e\x7b\x64\xd1\x4c\x16\xd6\x30\x46\xf2\x27\x9e\xea\xfc\x41\x3c\xdd\xef\x23\xf4\xe4\xfb\xa0\x9a\xf0\x29\x9e\x4f\xa2\x29\x54\xe3\x55\xd7\x75\xfd\x09\xe6\x50\xe1\x13\x5c\xc8\xd0\xd1\x79\xb2\xf3\x18\x59\xa8\xfb\x8b\x83\x5f\x3d\x2c\xc9\xba\xd9\x32\x42\x7d\xb9\x4b\x92\x4e\xd5\x7a\x04\xc1\x19\xb4\x9d\x63\x53\x35\x18\xd5\x84\x05\xf1\x14\xe9\x1f\x3c\x28\xe0\xc8\xe1\x76\xad\x28\xd9\x32\x3c\xcb\xe9\xce\x76\xe6\xeb\x7a\x72\x92\x15\xaa\x09\xf4\x80\xd7\xe8\x1d\x5e\xa3\x0f\x78\x85\xde\xe3\xd5\xe8\x5c\xc7\x9a\x4b\x6f\xb2\x6f\x27\x66\x80\xec\x62\x67\x0e\x28\x2a\xda\xb8\xe4\x53\xa8\x25\xa7\x30\x4b\x93\xa2\x25\x50\xdc\x3e\xf8\x3e\x78\xc0\x05\x44\xc5\xdd\x07\xdf\x07\x1f\xb0\xa4\x1f\x45\x54\xa0\xb8\x7d\xe7\xfb\xe0\x9d\x4e\x7c\xef\xfb\xe0\xbd\x4c\x54\xb3\xd0\x61\x9b\x7a\xaa\x7e\x1c\x55\x8f\x54\x64\x4b\x9b\xa2\xb6\x77\xf0\x39\x4b\x2b\xa2\xf7\x78\xc9\x47\x1c\x69\x19\x61\xa4\x22\xd5\xb6\x40\xc6\x0e\x4c\x09\xbb\x65\x34\x99\xec\x7d\xda\xe3\x0c\x97\xc3\xfa\x88\x7f\x8e\xc1\xbb\x00\x7f\x44\xef\x03\xfc\x31\x38\xc8\x0e\x13\xf0\x20\xd3\x3e\x9c\x4a\xab\xdb\xd9\xf4\x80\x3e\x40\xd4\x4e\xa4\x77\xe8\xbd\xb2\xa6\xfb\xec\x6a\x8c\xd7\xca\x2c\xc8\x7e\xca\x51\x82\xce\x02\x8d\x57\x6d\x72\xaa\x19\x9a\x32\xf6\x00\x8e\xd4\xff\xe4\x5e\xd3\x22\x13\x11\x78\xb2\x09\x9e\xf5\x88\xd6\xde\x6c\xb0\x66\x8f\x4a\xb6\x65\x21\x83\x8d\x24\xdc\xef\xa6\xc5\x10\xb1\x16\xfe\x1b\xf7\x48\x7e\xc1\xc9\x1a\xe4\x76\xab\xb2\xee\xf4\xac\xcd\x56\xbb\x26\x74\x0f\x8d\xaa\x5a\xca\x55\xf8\xb9\x76\x04\x81\xbc\x23\x6b\x30\x9c\xcb\xb9\x21\x05\xf1\x89\xf7\xe4\x05\x2c\x64\x53\xcc\xc2\x6c\xb8\x06\x44\x99\x25\x41\x57\x88\x58\x1f\x94\x5d\xb7\x65\x77\x07\x65\x45\xb9\x6e\x3d\x1b\x35\xd7\x36\x78\xf8\x14\x2b\xf7\x3d\x4f\x2a\x08\x91\x93\xb2\xd3\x29\x3b\x15\x84\x88\xb7\xdd\x79\x07\x3a\x66\x13\x13\x36\x90\x7c\x0d\xe8\x00\x7e\x66\x09\x43\xad\xfa\x5b\x60\x9c\x8f\xbd\x27\x2f\xf1\x76\x5e\x63\xa0\x73\xb0\xd9\x52\x79\x2a\x4d\x47\x49\xa5\x09\x08\xd6\x72\xcf\x24\x21\xb6\x15\x7f\x00\xf0\xf9\xad\xef\x2b\x83\xb8\x0f\x74\xa5\xac\xc8\xde\xca\xd9\x76\xc2\x24\xe8\xbf\x8e\xe2\x0b\x92\xca\x84\x3f\xb9\x09\x4a\x13\xe0\xa1\xbf\x40\x25\xc6\xd9\x8d\x2a\x9a\x6c\xa6\xce\xf0\xbd\xef\xde\x8f\x23\xa1\xe9\x06\x62\x98\x84\x4a\x75\xb6\xdf\xab\xbd\xa5\x08\x5b\x55\x99\x64\xf4\xd4\xc6\x68\x1d\x87\x32\xe2\xc1\x7c\xbf\x07\xde\x93\x87\x31\x09\x1b\x2c\x8d\x1d\x13\xab\x4c\x2b\x71\x2f\x01\x33\xa3\xbb\xdf\xc7\x10\x26\x7a\x5e\xa4\x6e\xa9\xc0\x7b\xf3\x44\xab\x9e\x17\xb8\x71\x24\x34\xf1\x1e\xaa\xb0\x37\x2f\x4a\x31\xe8\x66\xf0\x06\x12\xbd\xbd\x13\x29\xaa\xa8\x4e\xf5\x82\x14\x15\x58\x84\xf3\x92\x89\xfd\x5e\x83\x91\x3d\x1d\xa8\xee\xf4\x94\x7a\x4f\x86\x3c\xb4\xc1\xd1\x68\x73\xcb\x5a\x4a\xdc\x68\x52\x9f\x63\x36\xd9\xa8\xf3\x94\xb9\xc6\x81\x8e\x5e\xe2\x2c\x5c\x10\xa5\x23\x7e\xcb\xe6\x25\xa8\x90\x49\x46\x85\x92\x09\x50\x09\x47\xbc\xb5\xa0\xe4\x68\xa9\xd1\x11\xc4\x10\xd1\x36\x9e\xa2\xa5\xd1\x70\x2b\x73\xce\x16\xed\x07\x63\xa0\xec\x23\xdb\x11\x38\x1c\x0f\xda\x0e\xf2\xc7\xd6\xe4\xdb\x05\xd1\x8e\xaa\x2e\xa3\xc6\xd4\x8c\x7f\x68\x15\x8e\xa8\xc4\x6a\x44\xb1\x68\xb1\x89\x52\x27\x63\xab\x0e\x55\x3b\xe8\x05\xa7\x79\xd8\xaa\xbb\xd0\xc6\xc6\x39\x5a\x32\x34\xb7\x91\xc7\xca\x32\xb4\x94\xc2\xdf\x56\xfe\x91\xdb\x4b\xb4\x93\xfb\x47\xc3\x6b\xcb\x71\x9e\xac\xd1\x81\xb1\xa4\x62\x6a\x46\xac\x57\xc6\x78\x8d\xba\x16\x2a\x76\x87\xb1\x18\xef\x70\x3f\x4a\xd8\x51\xdf\x30\x56\x5a\x83\xdd\x78\x8b\xfb\x71\xb2\xc4\xfd\x18\xa2\xdd\x7e\x0f\xe4\x9e\x55\x5b\x6c\x6e\x95\xa8\x10\x59\x81\x2f\xf5\x7d\x90\xe2\xc5\xd8\x9b\x6f\x8a\xc2\x4b\x6e\xa0\x11\x1a\x83\x14\xee\xf7\x60\x13\xe0\x20\x85\xa8\x1c\x03\x1e\xe0\x8d\x94\x7d\xe6\xc8\x2a\xc0\x31\xa6\x63\xb0\x0a\xf5\x57\x80\x79\x50\x20\x11\xce\xca\x27\xfc\x2c\xca\x75\x92\x99\x01\x1f\xd8\x1c\x48\x7f\x27\xbc\x86\x09\x70\x32\xae\x24\xb3\x0b\x8a\x36\x19\xe9\x18\x09\x10\xc2\x04\x30\x59\xb1\x5e\x54\x55\x8d\xa6\xa8\x52\xb7\xad\x14\x93\x0d\x0a\xf4\xa8\xd5\xdd\xb2\xac\x8a\xc1\x2c\x28\x60\x02\x56\xa1\x5a\x77\xd5\x27\x72\x0b\x9a\x59\x3b\x30\x19\x9a\xf2\xca\x24\xb8\xc1\x25\x45\xc2\xa1\x05\x9c\x6a\x10\xe1\x3a\xcd\x73\xca\x16\x78\x63\xbe\xdd\x11\xff\xd9\xa4\xcd\xd5\x6d\x42\x46\xf8\xaa\xac\x04\x5e\xb6\x84\xfb\x7b\xe3\x57\x89\x23\x8a\xe5\x52\x5b\x5a\xca\x91\x03\xde\x68\xd2\x8a\x1e\x65\xbd\x95\xce\xdb\x10\x9c\xd6\xcf\xee\xf7\xd1\x68\x35\x29\xa6\xf8\x48\x01\xb2\x19\x6f\x92\xcd\xa4\x90\x62\x6b\xdd\x01\xe4\xc8\x81\x5a\x7b\x88\x26\xab\x29\x44\x2b\x78\xb4\xd8\x9a\x9a\x1c\x85\xee\x58\xd6\x15\xe0\x72\x7c\x9c\x34\x29\xa6\x49\x94\x9c\x4f\x4f\xa2\x91\xdd\xe2\xd3\x43\x91\xc2\x4e\x5e\x43\xc1\x23\xa1\x15\x28\xd6\xa9\x80\xfc\x18\xeb\xcd\x7e\xa2\xbf\x90\xe8\x4c\x05\xdc\xba\x1f\x68\x23\xc7\x1a\x4a\xd2\x8d\x3d\x71\x06\xed\xae\x0a\x81\x91\x35\x45\xb8\xa2\x6c\xac\xfe\x26\x8d\x2a\x03\x22\xee\x66\x48\x9f\xc6\xea\x6f\xd2\xa8\x32\x24\xa3\xe3\x03\x26\x59\x67\x84\x71\x63\x23\x1a\x0e\x6f\x90\x31\xf2\x4d\x67\x95\x4c\xe2\xe3\x38\xe1\x17\xa5\x56\x51\x62\x5d\x9b\x52\xf0\xe1\xd4\x6e\xb0\x14\x68\xbd\x8b\x33\x19\xf6\x7b\x39\xf3\x8c\xef\x2c\x63\xe0\x2b\xc2\x83\xe3\x14\xa3\x2e\xac\x24\xb4\x43\xd8\xf4\xa2\x82\xb7\x51\xe3\x3e\xa3\x55\xda\x34\xc1\x3b\x1c\x29\xae\xd2\xb0\x04\xd3\x0a\x59\xb1\x2c\x7d\x77\x58\x5a\x26\x36\xc1\x5b\x55\x9a\xe3\x08\x4a\xf9\x51\x89\x84\x88\x48\x00\x98\xd7\x40\x28\x8e\xd3\x51\xb9\xb0\x05\x41\x93\x29\x44\x25\xf4\xfd\x8e\x93\x36\x23\xaa\xd1\xd3\x02\x9a\xe1\x86\xa4\x33\xae\xb5\x31\x20\x12\x92\xa1\xb6\x77\x7b\x87\x4a\xd3\xa4\xa8\x8e\x1d\xb2\xd6\xef\x00\x83\xe8\x07\x65\xcc\x8e\x7f\x02\x0c\x31\x2d\x11\xc0\xfd\x5e\xa0\xf7\x80\xa9\xf6\x0a\xdf\xef\x36\xd8\xac\x96\x77\x11\x54\xd7\x85\x4f\xf6\xc7\x69\x03\x6b\x34\x18\x23\x7e\x87\xa3\xd1\x60\xc0\xe1\x47\xc0\x26\x7c\x0a\x47\x87\x1e\x88\x05\x62\xcd\xe4\xee\x9e\x9a\xb4\xb6\x0d\xcc\xee\xff\x4e\xe9\xbb\x58\xbb\xca\x32\x34\xbc\x00\x4a\x89\x6c\x36\x5e\xfa\x98\x2c\x70\xa3\x9a\x53\xab\xcb\xa1\x41\x1e\x37\x2c\x91\x99\xa3\x0b\xa6\x8e\x2e\x98\x3d\xba\x60\xf5\xe8\x53\xdb\x02\x77\x38\x7c\x5f\xb3\xcb\xaa\x09\x34\xe6\xa6\xe0\x68\xc1\x1d\x9b\xeb\x18\x8e\xf0\xa0\x0d\xf9\xdd\xe5\xfc\x72\x08\x11\xd7\x2c\xda\xcd\xa7\x79\xf6\x41\x46\x98\x00\x6e\x96\x1a\x37\xaf\x59\x7c\x3a\x52\x81\x06\x2b\xca\xb5\x9b\x51\x94\xeb\xa3\x5c\x7a\xc5\x5c\x39\x0d\xcd\x08\x2d\xc0\x61\x93\x57\x46\xd6\x47\x2b\xb7\xad\x87\x59\x75\xab\x4d\x16\x95\xb9\x69\xc1\x61\x56\xd9\x96\x95\xde\x04\xa0\x55\xa7\x53\x87\x39\x4d\xf7\x6c\x26\xb5\xd3\x42\x27\x89\x5f\x1c\x18\xbd\x1f\x09\xb5\x80\xa8\xd5\x4c\xf5\x55\xf7\x68\x40\x3a\x28\x46\x3a\x83\x5a\x2b\x71\xbb\x82\xaa\x9c\x76\xa5\x75\x4b\x28\xa7\x70\xb2\x84\xec\xa7\xea\xce\x80\x74\x11\x6c\x20\xea\xa5\x1f\x1f\x89\x0c\x03\x2d\x09\x74\x0a\x41\xc3\x55\x6a\x00\x47\xdb\x33\xad\x40\x8b\x73\xb0\xd0\xb9\xd5\xa8\x7f\xe6\xf2\xad\xbb\x47\x6c\x97\x6d\xd2\x8a\x8a\x56\x47\x23\x19\x48\xe9\x24\x1c\x1e\xf0\x8f\x8e\xf1\x2d\x79\x9e\x36\xde\xdf\x5e\x36\x0b\x05\x05\x8a\x7b\xc2\x81\x0a\x50\x06\xe5\x02\xd4\xdc\x4b\xb2\xa9\xa8\x49\x95\x12\x12\x1e\x38\xb0\x16\x9f\x82\xd5\x02\x93\x52\xf9\x31\x30\xa4\x2e\x51\x61\x2a\x25\xcc\x63\x36\x0c\xc8\x80\xc3\x0b\x76\xea\x8e\xb0\x04\x06\x75\x2a\x22\x72\x13\x8b\xcb\x53\xd7\x8c\x4b\xc0\x03\x72\xc9\xe0\xc9\x6b\xc6\x2a\xa9\xb6\xab\x46\x29\x17\x99\x73\x8c\xa7\x19\x0a\x54\xa2\x14\xc9\x25\x71\x56\x3e\xa9\x2d\xd0\xf1\x76\xcb\x8d\x13\xed\x76\x6b\xd3\x6c\xb7\xc4\xd9\xed\xd6\x51\x51\xbb\xdd\x2a\xd0\xdc\xd9\x2f\x7c\x76\xdb\x25\x79\x79\x16\x72\xb5\xd7\x95\x7b\x29\xb0\x91\x72\xa6\xd6\x21\x47\x72\xd9\x77\xb9\x25\xb4\x92\xdb\x12\x47\xa3\xe5\x6d\x37\x71\x14\x04\x4b\xd8\x07\xcc\x96\x99\x2c\xa7\x50\x4f\x0f\xb9\x55\xd8\xde\x1a\xa1\x81\x85\xdb\x3b\xb5\x8c\xdb\xdd\x6b\x87\xf3\x96\xd8\xcb\x08\x13\x84\x7b\x88\x9b\xa9\x1e\x08\x7d\x7b\x2e\xdc\x42\x47\xc0\x6f\x65\xe1\x31\xc5\x95\x9a\x8c\x95\x15\x7f\x83\xea\x94\xe0\x9b\x80\x36\xa3\x99\x81\x4d\x09\x94\x62\x0b\x5a\x92\x6d\x8a\xbd\x15\xcd\xf3\x82\x78\x88\x6a\xf6\xd0\x69\x84\x91\xf8\x9d\x26\x00\x8e\x2b\xdd\xd8\xca\x4c\xfb\x16\x74\x89\x8d\x8a\x0d\x26\x4e\x2e\x93\x0a\x51\x16\xa6\x79\xae\x31\xaf\xa8\x86\x99\x5d\xec\x5c\xef\x62\xf5\x56\x16\xa5\x9a\xdf\xbb\x62\x89\x16\xac\x42\x6d\xb7\x14\x36\x36\x47\x63\x02\x8e\x23\x61\xb8\x14\xab\x02\x78\x1e\x4c\x44\x38\x57\x0a\x0b\x93\xc7\x83\x66\xf0\xf5\x3d\xb6\x7e\x53\x56\x69\x14\x35\xf9\xb7\x67\xe8\x8a\xc5\x4c\xa6\xda\xcb\x57\x86\xfb\xb1\xda\x85\x9a\x12\x5d\x2b\x29\xb3\x9f\x4f\xdd\xfd\x3c\x60\x38\x9d\x6c\x2c\x59\x28\xe1\xac\x18\x17\xc0\x76\x99\xc1\xc4\x04\xa1\xef\x1b\x67\x60\xcf\xea\x3b\xe1\xd6\x7e\x49\x9f\x99\xd6\xaa\xb1\x6d\x5b\x95\x7d\x94\xbe\x4e\x4a\x2b\xeb\x8e\xef\x28\x1d\x96\x2a\x74\x14\xaf\x2e\x97\xf6\xe8\x1c\x78\x9c\x28\xd6\xe8\x61\x7c\x98\xa7\x0c\x4d\x1a\x80\xed\x5d\xd4\x39\xf6\x72\x52\x65\x84\xc9\xa1\xf4\xfa\x87\x85\x46\xa6\x3e\x70\xc6\xeb\x87\xea\x1a\xb6\x6a\x81\x71\x94\x98\xa8\x5b\x13\xd3\xc7\xf3\x71\x9c\x0c\x62\xa5\x02\x2c\x39\xd0\x18\x2d\x8f\x34\x24\x4b\x5c\x4e\x36\xd3\xd1\xe6\x9b\xa6\xfe\xc6\x78\x4d\x9d\x8c\x83\xcc\xf7\xb5\x03\x73\xe0\xdd\x5e\x0a\x7e\xe7\x41\xd4\x7c\xeb\xcf\x4c\x9d\xa5\x98\xc8\x6f\x6f\x45\xae\xbd\xc0\x63\x4f\x03\x54\xb6\x30\x7f\x2c\x9f\xbc\xbb\xdb\x9c\x6e\x7b\x95\xba\x86\xe8\xe9\xed\x54\x12\xaf\x9f\x7a\x55\x59\xd0\xbc\xf7\x6d\xd0\x25\x86\xae\x79\x5c\xf0\xed\xc8\x50\xbd\x2c\xd2\x05\xa5\x77\xb9\xd7\xeb\xa7\x91\xd9\x6c\x47\x23\x03\xfd\xc6\x81\x6e\x4e\xcc\x83\x6f\x47\xe5\x96\xf0\x79\x51\x3e\x26\x4b\x9a\xe7\x84\x79\x77\xb7\x97\x39\xdd\x36\x7f\x45\x7e\x77\xd4\x07\xcd\xef\xee\x24\x14\xd5\xb8\xc0\x53\xf9\x3c\x58\x1f\xa3\xc7\x6e\x99\x2c\xdf\x33\xf3\x40\x22\x3b\xc7\xdf\xde\xaa\x8b\xe3\xb6\xe9\x92\xc5\x0e\x2a\xfa\x3b\x49\xaa\x55\x5a\x14\x84\x8f\x34\xa9\x4a\x64\x28\xe9\xd9\xb4\x59\x56\x4d\xcd\xd5\x32\x0f\xaa\xda\x25\x98\x3b\xaf\xf5\xa3\x77\x62\xe2\x7e\x62\x36\xe7\x0e\x25\xae\xb1\xe7\xa1\x6d\x0b\xa0\x51\x28\x2d\xda\xb8\x55\xbb\x23\xc3\x78\x31\x89\xa6\xbe\x0f\x16\x78\xb2\x40\x8b\x29\x44\x1e\xf3\x30\xde\xda\xeb\x77\x11\x1c\xaf\x03\xec\x49\x71\xdb\x0b\xc0\x62\x12\x4f\x03\x2d\xf4\x05\xde\xfa\x69\xe4\x25\x5e\xd5\xcd\xed\xfb\x40\xe6\x37\x82\x79\x5b\xc4\x88\x7e\xba\x14\x44\x1e\x71\x8b\xc5\xba\x12\x2d\xdb\xab\x32\x91\x2c\xa3\x85\x50\x5b\xd1\x63\xb7\x84\xa9\x48\x6d\x0b\xda\x22\x4a\xc6\x35\x95\xa8\x41\xda\x61\x02\xbe\x55\xf4\xd5\x21\x01\x39\x04\x79\xc8\xc9\xba\x48\x33\x02\xbe\x35\x03\xf8\x2d\xb2\xa1\xc6\xee\xcf\x9a\x56\x8f\xbe\x0d\xd6\x81\x37\xd2\xc3\x25\x49\xcb\x73\xac\xab\xb5\x0b\xac\xc8\x19\xb6\x23\xeb\x4d\x7b\xbe\x7d\x22\xc7\x77\x8d\x35\x0d\xc6\x33\xdf\x07\x60\x86\xc1\xcc\x6e\xb8\x0e\xb2\x41\xdf\x6f\xbd\x79\x18\x6d\xc8\x6c\xdc\x35\x8b\x99\xc1\xe4\xe0\xde\x1e\xd8\x21\xaf\x05\x34\x50\x69\x1e\x84\x61\x8a\x63\x34\xc3\x33\xd7\xec\x44\x21\xed\x1e\xef\x5a\x43\x76\x38\xb2\x18\x3c\x8b\x1b\x3d\x67\xbf\x0d\xee\xad\xb1\xb0\x1a\x01\x33\x7f\xbd\xe0\xbe\xb1\x1c\xd6\x23\x23\x31\x79\xd8\x9c\xc4\x0b\x66\xc1\xb7\x23\xef\xae\xa7\xd1\xfb\x2d\x0c\xd7\x9c\x18\xfc\xee\xb4\x05\xbc\x57\x6a\x5c\x7a\xe8\x13\x78\xae\xeb\xce\x39\xce\x77\xa0\x95\xc4\x1c\x45\x0e\x3b\xd6\x4b\x71\xbb\x2f\x34\x81\xbb\x68\x6c\x42\x49\x78\x75\xa1\x04\xd2\xea\x1f\x5c\x1c\x8b\x2a\x46\xbe\x6f\xb4\x89\xd6\x1d\x3e\x50\xc2\xcd\x40\x49\x3b\xf0\x92\xa1\x12\x0f\x1c\x9d\xbc\x0a\x16\xe5\x02\x50\xa8\x85\xe1\x1f\x7f\x8a\x95\xe7\x10\x5d\xa9\xb5\x60\x35\x6a\x93\xd4\xf7\xcb\xbb\xd4\xf7\x41\x89\x53\x0d\xbf\x42\x85\x96\x92\xd7\xe5\x23\x88\x23\x34\x28\x21\xda\x60\x7a\xa9\x4e\x97\x37\xb7\x71\x78\x33\xae\x70\x9c\x6c\x6e\xaf\xc6\xa0\xc2\x43\xb4\xb9\x1b\x86\xc3\x9b\x46\xfb\x92\xee\xf7\x65\x10\xdf\xe2\x54\x4e\xa4\x0a\x0f\xc3\x1b\x14\x04\x25\x84\x49\x85\x37\xb7\x2f\xc3\x9b\xf1\x4d\x12\x47\xa8\xba\xc0\x85\x51\xfb\xf0\xd0\x31\x9c\xf5\xfd\xea\xf6\x20\x02\x54\xdd\x2c\xea\xc0\x8d\x14\x22\x6d\x34\x94\xb6\x4b\xae\x33\x03\xd3\xbb\x71\x9a\x94\xd0\x64\x93\x85\x0d\x12\x64\x70\xbf\xaf\x4c\xae\x03\xcc\xf8\xbe\x73\xb2\xe4\x26\xec\xf7\x40\xe8\x7d\x46\xde\x54\xd9\x6d\x41\x50\x42\xe4\x09\xba\x92\x4c\xc8\xba\x11\xe8\xeb\x2c\x7f\x26\x4c\x3b\x20\x3a\xbe\x01\xf1\x81\xae\x48\x4f\x66\xee\x19\xd3\x83\x4a\xdd\x43\x90\x12\x75\x28\x81\xf5\xb4\x73\x8d\x50\x2f\x1a\x07\xe0\x54\xa3\x3a\x31\xc7\x1e\xee\x91\x23\x55\xa9\xcd\xd2\x8a\x32\x04\xb8\x39\x11\x52\x48\xbd\x70\x28\x88\x5d\x72\x28\x09\x26\x42\x55\x63\x28\x95\xfe\x34\xca\xcb\x67\x81\x2b\x54\xe1\x32\x48\x2f\xda\xa2\x76\x49\xaf\x20\x0a\x82\xd4\xdc\xb5\xad\x6e\x89\xd6\xa3\x55\x7d\x2c\x5c\xff\x71\xba\xad\x8d\x08\x77\xd2\x85\x6c\x17\xa7\x63\x97\x18\xbb\x49\x30\x89\x11\xc7\x9e\x17\xa8\x2c\x6a\xb6\x02\x72\x21\xe7\x44\xbb\xe0\x1d\x94\xb0\xde\xd8\x5b\xe7\x01\xa1\xba\x5b\x31\x88\x31\xa6\xe3\x28\xe1\x56\x7d\x45\x07\xca\x0d\x71\x79\x7b\x00\xc0\xec\xf8\xca\x31\x4f\x78\x20\x0b\x07\xc0\xf3\x02\x06\xc3\x6a\x33\xab\x04\x07\xf1\x41\x1b\x07\x65\x63\x27\xc9\x6b\xb9\xc5\x74\xa4\x47\xde\x45\x86\x7a\x50\xeb\x93\xf8\x31\x67\xc4\x5e\x70\x50\x52\xfb\xbd\x81\xcd\x8c\x3a\x36\x61\xb7\x07\x5d\xc7\x5c\x26\x4f\xd6\x70\x72\xaa\xc8\x20\xd6\x47\x62\xbe\x3f\x57\x9a\x68\xdf\x9f\xcb\xc1\x34\xf2\xe0\x01\xd1\x99\xa5\x6a\xd9\x68\x0b\x1b\x86\xc0\x8d\x3a\x56\xb1\xab\x76\x33\xaf\x3e\xd1\x72\x12\x4d\x1b\xf3\x1b\xae\x49\xa6\x81\x11\xeb\x52\xa9\xe3\xd0\x44\x7d\xa2\xe5\x64\xd9\xda\x49\x69\x4f\x26\x5f\x30\x03\xf0\x64\xea\x98\x5c\xcc\x0f\x77\x96\x0c\x0a\x0c\x4c\xec\x84\x4d\xc3\xed\x60\xae\x19\x2c\x98\x2b\x76\xab\xbf\x90\xd0\xd3\x27\x10\x17\x5a\x81\x30\xd0\xda\x03\xc4\xf5\x2c\x68\x89\x9d\xd7\xa8\x2f\x0c\x0f\xb0\xfd\x3b\x26\xc5\x95\xcb\xb4\xe2\x93\x7c\xdc\xb0\x3b\x97\x9b\x43\xb4\x3d\x35\x00\x5b\x07\x73\x97\x7f\x0f\xc3\x8b\xc8\x7a\xad\x02\xdb\x49\x3c\x1d\x6c\x25\xb6\x43\x51\xfe\x89\x3e\x91\x1c\xac\x20\x6c\x98\x47\xc3\xcf\x56\x50\x99\xf7\xd8\x55\xee\x07\xe0\xea\x1b\x0e\x4e\x09\x2b\xb5\x49\xd3\x38\x55\x1d\xa4\xfb\xfd\x69\x6b\xdd\x68\x5c\x9e\x68\x6f\x42\xd5\xba\xd3\x99\x12\x14\x8e\xa9\x4a\xb2\x83\x5a\x49\xb6\xa5\x87\xac\x74\x07\xcb\x5c\xca\xd1\xb7\x14\x70\x39\x61\xd3\xd1\xf1\x71\x8e\xdc\x35\x07\xd5\x24\x9a\xa2\xca\x25\xaa\x14\x57\x13\x49\x38\x89\x4c\xed\x1c\x05\x1e\x4c\x3f\xc0\x91\x80\xf6\x50\x90\xc3\xfd\xde\xea\x23\xf4\xc6\x71\x9b\x70\x7d\x59\x20\x49\x6b\xe8\x60\xed\x27\x97\x9b\x35\x0f\xb3\xf4\x5a\xfd\xd8\xc1\x11\x86\xef\x8b\xe3\x79\xd3\xe6\xd6\xf3\x87\x74\xe7\x8f\x66\xe2\x62\x12\x4d\xc3\x2d\x44\xac\x31\x54\xeb\x14\x94\xd3\x49\xb8\x3d\x27\xdd\xe9\xa4\x3e\x91\x98\x08\xc7\xec\xd0\x42\xeb\x58\x95\xfc\x08\xe0\x73\xa6\xbd\xfb\x00\x7d\xa6\xd1\xb5\xb6\x47\x93\xf9\x54\x8b\x0f\xc4\x08\x98\x23\x62\x54\x3c\xe4\x50\xd4\xf4\x7d\x30\xb7\xbe\x6c\xe6\x8e\x2f\x9b\x95\xd5\x27\x2b\x5f\x36\x73\x65\xbd\xa9\xbd\xd1\xfc\x37\x38\x2d\xb4\xa2\x05\x8a\x90\x76\xd4\x30\xbc\xb9\x41\xbd\xf6\x4f\x04\x3d\x0b\xe2\x17\x92\x09\x10\xa1\x08\x6d\xd1\x42\xc6\x35\xee\x5d\x24\x33\xd6\x4d\xec\x93\xb0\xb9\x4e\xe2\xfb\x3f\x83\xd6\xa4\xff\xc4\x99\x83\xed\xbc\xbe\x58\x80\x26\x73\x94\x4e\xc4\x74\x0a\xd1\x3f\xd4\xf1\x83\x36\x3b\x93\x19\x14\x4e\x50\x8b\x86\x6e\x15\x28\x0b\xf5\x6d\x42\x00\xd1\xdf\x5c\xc1\xf2\xfb\x03\x27\x26\x56\xd1\xa7\x8e\x4b\x2b\x1c\x8d\x2a\xb7\x3d\x15\xa4\x73\xa0\x94\x1e\xd5\x14\xb6\x5c\x1d\x63\x21\x47\x7b\x52\x62\x11\xb0\x90\x59\x23\xa3\xfd\x3e\xee\x63\x16\xb2\xfd\x1e\xc8\x14\x1d\x0b\x11\x99\x94\x53\x08\x9f\xb9\x7a\x4e\x4f\xb9\xca\x43\x54\x87\x45\x69\x6c\xbd\xe9\x5c\x42\x9b\xaa\x67\x9c\xf4\x12\x32\xce\x27\xd1\x34\x59\xab\xab\xe6\xda\x90\x29\xf6\xa6\xaa\x9c\x08\xbc\xa1\x37\x6d\x56\x23\x7b\x80\x46\x7d\x9f\xdf\x99\x23\xc2\x0c\xf3\x11\xc7\x54\x39\x56\x37\xee\x6b\x65\xb5\x09\x47\xa2\x4c\xa8\xba\x5e\x93\x30\x67\x46\xfd\xdc\x35\xf6\x1e\x7d\x9e\x80\xcc\xe5\xfa\xf6\xec\x58\xdd\xac\x51\x4b\x3a\xd4\xc6\xd7\x0e\xd7\x29\xe5\xd2\x0b\x18\x9e\x85\x0b\x22\xde\x3c\x91\x0a\x40\x18\x3e\xa9\xf3\x3c\x63\xd2\x2a\x27\x1b\x0b\x9f\x94\x59\x97\x8d\x4a\x9f\x10\x0b\x77\x3a\xd7\xce\xc9\xb5\xd3\xb9\x76\x4d\xae\x12\x97\x80\x35\x16\xdb\xe5\xd1\xed\x87\x14\x97\x13\x31\x45\x19\xfe\x1e\xa4\xca\xfc\x1d\x15\x3a\xb8\xd3\x22\x9f\x9e\xd7\x99\x1a\x19\xdf\x07\x3a\x80\xb3\xd0\xd6\x69\x67\x7e\x16\x8a\x52\xa5\x8b\xb2\x49\x4d\x9f\x1a\xeb\x56\x5b\x5e\x07\x70\x71\x54\xbe\xd0\xe5\xe5\x4f\x93\x2a\xcb\xf7\x15\xc8\xdb\xb6\xc2\xfd\x5e\xb7\xe1\xae\xad\x65\xbf\x97\xc5\x6e\x0b\x27\x8f\xae\xe7\xce\x81\x24\x99\x88\xaa\xbb\xe1\x40\xfa\x1b\xb9\x7d\x51\xcd\x6f\xf8\x9c\xfc\x42\x6e\x67\x8a\x03\x08\xfa\x1b\xb9\xbd\x29\x3a\x10\xe4\x17\x72\x1a\x31\xd2\x56\x05\xa6\x25\x1a\x6b\x68\x69\xd0\x83\x35\x16\x94\xa2\x72\xb3\xdf\xf7\xd5\x25\x08\xb7\xd1\xd6\xf0\x49\x81\x5b\x0f\x33\x93\x08\xdd\x76\x9f\xc8\x23\x4a\xd8\x6d\xba\xce\x53\xb4\x79\x0a\x0b\xa7\x38\x80\xd3\xc9\xa3\xe0\x6c\xf6\xfb\xa5\xa6\x9c\x1c\xa7\xed\xa9\xe6\x7e\x7f\x40\xed\xcd\x3d\x32\xb4\xc6\xb9\xf5\xf5\x35\xef\xf8\xe9\x9a\x77\xdc\x7e\xa5\x7a\x7b\x7f\x04\x48\x73\xdb\xb9\xe3\x0c\x2c\x47\x9b\xb1\x14\x8c\xb4\x6b\x2d\xd9\xbf\x60\x6d\xfa\x07\x4d\x46\x37\x5e\x36\x3b\x71\xf3\x9b\x31\x93\xc9\x07\xf9\x6d\x6c\xdb\x36\x60\xfc\xcf\xb9\x4b\xc2\xe7\x5a\xda\x70\x7e\xa7\x2a\x35\x42\x83\x26\x42\xfe\x0c\x54\xd3\xea\x9a\x29\xee\xca\xf1\xb1\x15\x47\xb3\x14\xec\x70\x34\xda\xb9\xc6\x63\x46\xf5\x72\x8f\x1e\xd1\x13\x7a\x40\xef\x30\x9b\xec\xa6\xe8\x03\x7e\xa7\x8e\x63\xde\xe3\x77\x8e\xf9\x8c\xf2\x64\xde\x9e\x79\xbc\xeb\x9e\x79\x28\x66\xef\x62\x37\x46\x8a\xc7\xbe\x73\xcf\x2d\xee\x71\x84\x1e\xb1\xb6\x54\xc2\xf8\xfd\xd8\x13\xe5\x5a\xe5\x69\x8e\x08\xa2\x64\x91\x7c\x50\x27\x8d\xfa\x40\x01\x1c\x67\xf9\x10\x5a\xe5\xa7\x1c\x8f\x47\x1c\xa1\x7b\x17\xa4\x39\x76\xe8\xc0\xdc\x26\x1f\xec\xf9\xa2\x3a\x58\x00\x27\x72\x7d\x30\x9a\x0a\x29\x35\xbc\x6b\x4d\x7f\xf6\x7b\xd0\xa5\xaf\x77\x8d\x68\x92\x99\x71\x72\x69\xf1\x09\x3f\xe0\xe8\xb8\xe7\x4f\x78\x1b\xc4\xc9\x03\x5e\x04\x31\x8a\x31\x76\xf0\x64\x8f\xd6\xdd\xdc\x8f\xee\xd4\x79\x84\x41\x78\x93\xdc\xbb\x51\xf7\x32\x4a\xd2\x96\x21\xc5\x7b\xf4\xe8\x10\xe0\x7d\xf0\x84\x1e\x83\x07\x97\xf6\x0e\xe7\xc8\xbb\x8e\x0c\xfc\xdd\x89\x7e\x68\x36\xff\xee\x70\x83\x61\x98\xfd\x47\x3b\xfa\x13\x31\x0d\xb7\x23\xdd\x69\x2d\x61\x7e\x84\xfb\xfd\xc7\xdb\x77\x9a\x7b\x7e\xbc\x7b\xa7\xf9\x6a\x33\x3e\x1d\xc7\xe7\x56\xb9\xe4\xfb\x7c\xd2\x8e\xc4\xf4\x2e\xda\xef\xf9\x9d\x52\x97\x7e\x94\x88\xd1\xa0\x54\x28\x7d\x82\xf6\x40\xec\x80\xb0\xde\x29\xe6\xf2\x11\xa2\x07\x87\x18\x06\x8b\xe4\x3d\x3a\xa2\x20\x65\x41\x3e\x78\xd0\xd4\xd3\x94\x7b\x72\xcb\x6d\x65\xb9\x23\x1a\x51\xb7\x29\x06\x4f\x10\x7e\xc1\x18\x1e\x0f\x58\x72\x3c\xac\x9f\x1d\x43\x58\x3b\x0c\xa4\x96\x62\x27\xed\xce\x6f\x3d\x76\xc7\x28\xdd\xef\x8f\xe2\xe8\xb8\x41\x7d\xdf\xc5\x3d\xe0\xda\x8e\x8f\x1b\xfb\x11\x6e\x2d\x47\xb8\xf6\x98\x21\xb7\xfc\xc7\x05\xa9\x6a\x8b\x2a\x48\x4d\x41\x6a\x0b\x52\x5d\x90\xd6\xc6\x4a\x43\xed\x08\xba\x14\xa8\xbc\x3d\x76\xb8\x31\x37\x31\x5d\xce\x6e\xfd\x1e\x5a\x1f\xa5\x91\xf6\x3c\x7a\x39\x74\x90\xb5\xed\xc6\xb6\x44\x6f\x4c\x36\x4e\x56\xaf\xed\x0c\xba\x0d\xb0\x71\x27\x9b\xb0\x0d\x4c\x86\xcb\xa1\xad\xcf\x6d\x83\x93\xba\x38\x6c\x85\x46\xcb\xc9\x66\x18\xf3\x8f\x6e\x3b\x9a\xc8\x4f\x37\x04\x2d\x02\x9b\xb7\x83\x8f\xe8\x28\xc1\x6d\x8c\x44\xe3\xc9\xa6\x28\xfc\x76\x1b\x62\xa2\x3e\x39\x24\xb2\xc3\x4d\x75\x6e\x2b\xda\xf4\xa8\xd3\x06\xb5\x88\x3a\xb5\x1c\xf0\xa6\x13\xe4\x6d\x33\xa8\xc5\x70\xc0\x2f\x87\x48\xfd\xd9\x06\x5c\x56\x0d\x61\x67\x4b\xd4\x0a\xdc\xff\xd0\xae\x21\xdd\xfb\x5e\xe0\x9c\x95\x08\x3a\xf0\x10\x49\xec\x1d\x99\xb4\x09\xea\x9b\x65\xda\x4b\x84\xbe\xaa\xd4\xc1\x4c\x6b\xf8\x89\xd3\x51\xd1\x4a\xc8\x45\x80\x53\x6b\x05\x5a\x4e\x8a\x41\x3a\x45\x4b\x1d\x08\xe2\x29\xca\x65\x70\x8a\xd6\xf2\x27\x88\x9d\xc7\xa2\x36\x76\xcb\x91\xeb\xeb\x8a\xb7\x78\xed\xfb\xcb\x5b\xaa\xa4\x43\x19\xb3\x36\xe1\xac\x64\x82\xb2\x0d\x19\x6d\x30\x50\x31\x83\x25\xbc\x04\xeb\xc1\x12\x5e\x80\x7c\xb0\x81\xc1\x06\x2d\xb1\x4a\xa8\xed\x01\xee\xfa\x16\x2f\x7d\x7f\xed\x00\x5b\x1e\x02\xcb\xcf\x02\x5b\x1b\x60\xb2\xd4\x9d\x6a\xd4\x1d\x55\x8c\x59\x35\xca\x84\x0f\x1a\x95\x3e\x9d\x69\x54\xfa\xd4\x36\xea\x4e\x35\xca\x01\xb6\x3c\x04\x96\x9f\x05\xb6\x36\xc0\x94\x7a\x1f\xe7\xbe\xbf\xd1\x2a\x78\x05\x27\x37\xe1\x06\xce\x12\x03\x15\x33\xd8\xc0\x4b\x05\xe1\x42\x41\x0b\x96\x68\xa3\x55\x7d\x4d\xa3\xf2\x5b\x39\x10\xb9\x03\x6c\x73\x08\x6c\x7d\x16\x58\x6e\x80\xc9\x52\x77\xaa\x51\x77\xbc\xe9\x5c\x6e\xc2\x07\x8d\x4a\x9f\xce\x34\xca\xc1\x54\x7e\xa7\x1a\xe5\x00\xdb\x1c\x02\x5b\x9f\x05\x96\x1b\x60\x1b\x8c\x2b\xdf\x5f\x62\x9c\xed\xf7\xcd\x9c\xe6\x6a\x31\xdc\xc0\x40\x20\xaa\x82\x4b\x18\x30\xb9\x63\xcf\x51\x86\xd7\xed\xdc\xd6\xf9\xf2\x36\xdf\x5a\xe6\xab\xdd\xc5\xca\xf1\x01\x65\x6e\x1c\xdb\xf9\xc1\xdb\xc9\x45\x3b\x93\xcb\xd9\xef\xb8\xa7\x20\x66\x77\xa7\x77\x4e\x5a\xa3\xdf\x8f\x51\x86\x63\x54\xe0\x48\xd9\x4f\xf4\x01\x95\x1c\x2d\xbd\xb3\x9a\xef\x80\xc2\x91\x55\xf2\xf2\x09\x48\x03\x4c\xe1\x80\xca\xd9\xc6\x27\xe9\x80\x06\x99\x9c\x71\x7c\x92\x4e\xd1\x4a\xfe\x04\x99\x9a\x78\x95\xc2\x25\x6d\xcd\x65\x97\x56\xeb\xb9\x86\xcf\x1b\x9c\x22\x8a\x07\x14\x65\x78\x38\xb2\x78\x96\x43\x4b\x6f\x65\xd5\x18\x17\x01\x85\xcf\x5a\x68\x57\x4a\x0e\xd3\xc6\x14\x17\x78\x13\x00\x59\x14\xb6\xe5\xea\x66\x9e\x2f\x6d\x65\xeb\xce\x3c\x17\xce\x3c\x17\x47\x53\x53\x1c\x4c\xcd\xd5\x20\x87\x41\x8e\x96\xda\x6e\xf8\x68\x9e\x0b\x67\x9e\x1f\x00\x5b\x9d\x05\xb6\x36\xc0\x9c\x79\x2e\x9c\x79\x2e\x8e\xa6\xa6\x38\x98\x9a\x6e\xa3\x4e\xcc\x73\xe1\xcc\xf3\x03\x60\xab\xb3\xc0\xd6\x06\x98\x1c\x2d\x25\x99\x9f\x5c\x9a\x84\xa1\x5d\xc4\x54\x40\x6e\x37\x2b\xa5\x5c\xcc\xef\x30\xd3\x1a\xc5\x95\x09\xc1\x86\xa6\x0f\x0a\xe9\x54\x67\x3d\x13\x86\xd0\xbb\xe9\x23\x87\x53\x30\xad\xe5\x5c\x99\xd0\xa7\x40\x2b\xb3\xc0\x4f\x80\x96\xe9\xad\xd9\xc2\x16\x2f\xd1\x02\xaf\x47\xf9\x2d\x5e\x49\x6e\x64\x2b\xba\xd3\x15\x8d\xc1\x12\xeb\x42\x83\x1c\x5e\x2a\x54\x39\xd3\x5d\x43\x4b\x56\x8a\x2d\xae\x6c\xd9\xfc\xce\x36\x17\xac\xcf\x16\x5e\x99\xc2\x12\x6f\xb2\xe2\x3b\x8b\xbc\x5b\x8d\x3c\x5b\x71\xfa\x74\xa6\xe2\xf4\x09\x26\x2b\xc5\xfa\x56\xb6\x6c\x7e\x6b\x87\xc0\x54\x7c\xaa\xf0\xca\x14\x46\x4b\x75\x07\xf4\x00\x51\x5b\x8b\xa8\xfc\x18\x89\xcb\x4f\xa4\x35\x08\x5e\x41\x88\xd6\x7d\xbc\x50\x42\xd0\xf9\x2c\x07\x69\x0b\x27\x4d\x9f\x30\x7c\x89\x06\xf8\xd0\xc7\xf8\xc8\xb2\x40\x2d\x96\xb4\xee\xc8\x25\x2f\x6c\x1d\x08\x29\xf7\x9e\x92\x13\xd1\xbb\x48\xb2\x95\x56\x5e\xa2\x07\xf2\x92\x75\xf2\xab\xfe\x0b\x63\xe8\x19\xad\xa1\x62\xa1\x3f\xbf\xbd\x8c\x5f\x8d\x84\xf1\xdb\x60\xb8\xae\x3e\xae\xa7\x0c\x94\xf0\x02\xf0\xcb\x61\x40\xa5\x94\xa8\xad\x93\xcb\xaa\x1b\x4b\xcc\x6d\x53\x62\x6e\x09\x76\x04\x44\x7a\x39\x44\x9f\x87\x7d\x7d\x12\xf6\xf5\x31\xec\xfa\x53\x62\xa1\xb1\xda\x18\x69\x5d\xe3\x7f\x02\x83\x40\xeb\xa8\x18\x45\x68\x01\x47\xa9\x1a\x51\x47\xc3\x82\x58\xb7\x79\x87\x55\xc2\x91\x42\xf2\x41\x27\x24\x2a\x0f\x73\x8e\x5c\x11\x13\x10\x65\x68\xab\x2d\xf2\xed\xc5\x06\xc7\x95\xc3\xe9\x87\xfe\xd4\x21\x90\x76\xe0\xa5\x7f\x28\xee\x54\x6b\x1e\x05\x8d\x46\xe9\x2d\x6d\x97\xc5\xc1\x70\x94\x06\x01\x34\x86\x7e\x51\x2b\x67\x6a\x3d\x3a\x6d\x2e\x06\x68\x71\xb3\x0a\x30\x75\x9d\x28\x68\x4d\xb5\x8d\x9a\x54\x53\x54\x38\x5f\x52\xe4\xe4\xb8\xc2\x18\x1f\xc0\x19\x38\x40\xf4\x3b\xa8\x4e\x21\x27\x6d\x6a\xed\x0f\xb2\xe6\xe5\xa7\xc2\xae\x9a\x98\x35\x21\xae\x8e\x41\x55\x0f\x32\x75\x43\x4b\x86\x0a\x1b\xb2\xde\x85\x90\xe4\xd4\x0c\x67\xb5\x96\x96\x6d\x35\x23\x1b\x50\xcf\x04\x75\xae\x46\x1c\xcf\xa3\xcb\x21\xfa\x45\x0e\x4f\x53\x66\x23\x47\x4b\x0e\x97\xe3\x38\xe3\xcc\x2e\xa0\x75\xc3\x92\xb6\xe3\x56\x29\x0b\x56\x73\x5f\x5e\x38\xe2\x4a\x81\xa3\x51\xd1\x5e\x7b\x2f\xdc\xfb\xfc\xc5\xd4\xf7\xff\x08\xe4\x2f\xaa\x94\x60\xaf\x7e\x86\xd3\xb6\x02\x34\xb7\x4d\x6a\x6f\x85\xdb\x98\xa6\x33\x50\x9b\xac\xdb\xbb\xea\x5f\xcc\x70\xf4\x14\x3a\x84\x76\x7a\x46\xd9\x4a\x8f\x6f\xc0\xb3\x93\x37\xe0\x19\x1e\x90\x4f\xde\x80\x3f\xce\x70\x39\xac\x2d\xd7\x53\xf1\x72\x82\x8e\xbb\xee\xd2\xcd\xf1\xa2\x9c\xd7\x32\x4b\x33\xad\x65\x62\xad\x2e\xe3\x1e\x72\x31\x86\x58\x70\x50\x0f\xe2\xa7\xf8\xd5\x27\xa6\xad\xef\x4b\x5a\x69\x65\xd5\x5f\xce\x6d\x0b\xb5\x95\x7a\x4b\x14\x59\x2b\xc3\x16\x1d\x19\x56\x1b\x9f\x66\x96\x28\x36\x01\x6e\x2f\xe2\x4e\x36\x52\x02\xcd\x26\x1b\x39\xeb\x8c\x8f\xa1\xfd\x7e\x79\x5b\x6a\x0d\xd7\xf2\xae\xd4\xca\xb2\xfc\x36\xd5\x31\xf9\x5d\x6a\x4c\xc0\xbb\x82\xce\x12\x97\x76\xb1\xcb\x71\x6a\x65\x71\x8e\xac\x77\x3c\x8c\xab\xf1\x3c\x4c\x79\x06\x96\x28\x47\x02\x45\x88\x8e\xcd\x72\x90\x0c\x2f\x4c\x08\xf5\x63\x98\x54\x40\x3b\x1a\x12\x88\x4a\x54\x65\x45\x59\x11\x53\x09\x3b\xe0\xa5\x0c\x59\xe1\xb6\xb3\x9b\xff\x92\x65\xd0\x3c\xa1\x45\x8e\xee\x30\x21\xde\x59\xf4\x9c\xfd\x80\x99\xdf\xa8\xdd\x89\x87\xda\x05\xa0\xb1\x39\x35\x6e\x03\xc8\xe0\x1a\x22\x26\x59\x38\x97\xeb\xa4\x5e\x1c\xf8\xe5\x70\xe4\xce\x83\xf4\x73\x2b\xe6\xe1\x22\x46\xb5\x3d\x79\x1a\xa4\x97\x43\xd4\x3f\x5a\x0b\x50\x79\xa8\x4f\xed\x42\x1c\x9e\x87\x78\x0e\x5e\x67\xe9\x63\x67\x26\xea\x11\x4c\x39\x5b\x9a\x85\x4d\xe5\x81\x28\x42\xfd\xf8\x74\x83\x4f\x68\x48\xfe\x78\x48\xe1\xda\xfb\x94\x31\xb4\xd1\x2e\xa8\xd0\x0a\x6d\xd1\x02\xed\xd0\x6c\x54\x8c\xc1\x0e\x6f\xb1\xba\x03\xbd\x92\x1b\x9c\x35\x16\x01\x47\x39\x16\x01\x45\x60\x89\x09\xbc\x05\x73\xac\x5e\x13\x9d\xe1\x25\x5a\xe2\x39\x9a\xe3\x99\xcc\xaa\x6e\x4f\xc7\x10\x26\x60\x65\x01\xec\x24\x80\x39\x26\x01\x47\x4b\x4c\x24\x80\x35\x16\xf0\x16\xe4\x16\xc0\x1a\xad\x71\x8e\x72\x3c\x93\x59\xd5\xcd\xeb\x18\x42\xb4\xb4\x93\x63\x6e\x27\xc7\xfa\xb6\xb2\xd3\xa5\xb2\xd3\x45\x67\x52\xae\xce\x54\x48\x35\x17\xa2\xa5\x2e\xe3\xfb\x60\x89\x55\x48\x37\x0b\xe5\xb7\xd6\x42\x21\xc7\xfa\x04\x74\xa7\xe2\xd7\x77\x55\x23\xab\xea\x63\x50\xd5\x0a\x34\x37\xb3\x6e\x2e\x27\x60\x65\x26\x20\x5a\x9a\xd8\x25\x44\x6b\x13\xbb\x56\xd7\x60\x40\xe6\xcc\xa3\x12\xe4\x68\x0d\x51\xd6\x1e\xef\xcc\xd1\x1a\x2d\x07\x73\x94\x0f\xd6\x10\xa2\x8d\x52\xce\xad\xf6\xfb\xed\x7e\xbf\xd8\xef\x77\x50\x95\x77\xa7\x7f\x66\xf7\x39\x73\x94\x43\xb4\x1a\x67\x56\x4e\x9d\xa3\x35\x4c\x9c\xd4\x35\x44\x8b\x36\x75\xd9\x49\x95\x5f\x68\xeb\xa6\xe6\x9d\xd4\x1c\xa2\x9d\x0b\x39\xef\x40\xce\x65\x2b\x5a\x8d\x5e\x4b\x51\xff\x79\xf8\xd4\x8a\x50\xfd\x54\x67\x91\x65\xf3\xe0\x99\xf1\xf3\xa3\xd3\xb4\xed\xae\x49\xfa\x6f\x37\x52\xdf\xf4\x80\x46\xe6\xeb\x1a\xf2\xb2\xc6\x48\x29\x0d\xd3\x63\x83\xd5\x72\x5c\x26\xe1\x35\x4a\xdd\x27\x3b\x50\xea\x18\xf3\xd6\xb3\xb0\x22\xe2\xfb\x54\xa4\xf8\x11\xa9\xf0\x66\xfd\x67\x4e\x73\xfc\x3b\x9a\x29\xd3\x07\xfc\x23\x9a\xe9\x37\x8c\xd2\x8c\x2c\xcb\x22\x27\xfc\xc4\x93\x21\xa2\xd6\xb9\xb4\xaf\xe4\x13\x19\x32\xeb\x24\xb9\xb6\xe0\xec\x93\x48\x27\x32\xaf\x64\x26\x7d\x3d\xef\x38\x71\x2b\x13\xcd\x4d\xbb\xe3\xd4\x85\x4c\x2d\x8f\x00\x6b\x73\x96\x4d\xfb\x16\x58\x7b\xad\x42\x5d\xb3\x5f\xd9\x27\xb5\xd4\x8d\x7d\x73\xc5\xce\x34\x55\x21\xe7\xb8\xa6\xd4\x24\xbf\x79\x22\xd5\x61\x55\xc2\x79\x5a\xc7\x5c\xfe\x3a\xe3\xba\xc5\xba\x49\x10\x13\xe6\xdc\xd1\x02\xda\xb6\x63\xcc\x42\x96\x28\xf3\x7f\x6d\xf3\x81\xcd\xbd\x5e\x53\xf3\x7f\x1d\x56\x6d\x6a\xcc\x4d\xfa\xaf\x67\xd2\xd7\x32\x3d\x1b\xae\xf1\x03\x9a\xa9\x6b\x72\xe7\xac\x4c\xcf\x7b\x8c\xd1\x96\x2a\xc6\x69\x0c\x33\x36\x85\x80\x63\xe3\x3c\xc6\x9a\x2f\x4d\xf8\xd4\xf7\x63\x2c\xfb\x62\x93\xad\x2d\x89\x4c\x83\xf0\x59\xeb\xdb\xb1\xde\x51\xaa\x38\x63\xa5\x72\xc6\xdd\x8c\xae\x78\x7d\x5c\xf1\xee\xd3\x15\xef\x8e\x2b\x16\xe5\xfa\x44\xbd\xad\x7d\xeb\xcc\x79\x73\xeb\x04\x16\x2b\x45\x87\xd6\x69\x2b\xfe\x37\x34\x0b\x37\xac\xfd\xfe\x2b\x9a\x9d\x7c\x5c\x0d\xff\x4d\x22\x5d\xae\x56\x87\xe4\xdf\x5c\x20\xd4\xf7\x98\x9b\x97\x26\xf2\xc9\x13\x20\xca\x96\x64\x10\x4f\x55\x7b\x03\x12\x3e\x41\x73\x93\x41\xbd\x9e\x22\xca\x75\x9b\x7f\xad\xf3\xef\x3a\xf9\x77\x50\xdf\xc9\x90\xd9\x6b\xd9\x72\xeb\x74\x06\x7f\x90\x13\x9d\x48\x26\xb6\x73\x7b\xf9\x01\x40\xe5\xa8\x60\x65\x2c\x9d\x80\xb7\x2e\x4a\xe1\xc1\x90\xac\xd6\x62\x27\xb9\x88\xf6\xa2\xed\x1c\x04\x7c\xa1\x8f\xd9\x9d\x8e\xf8\x4d\x86\x67\x58\x3b\x04\x9e\x19\x5f\xe2\xc7\x73\x56\xb4\xce\xc5\xb1\x68\x2e\x09\x8c\x32\xeb\x7c\x5c\xce\x20\x54\xb8\x5f\x6a\x5c\xca\xf2\xa1\xc2\x3b\xf7\x0a\x5c\xbb\x01\x7d\xd6\x5c\x2a\x61\x35\x3a\x78\x44\xdb\x71\xcc\x5a\x4e\xf8\x74\x44\x95\xbb\x77\x30\x43\x42\xee\xa4\xcc\x61\xb1\xba\xcf\xd9\xf8\x11\xaa\xda\x84\x03\x9f\x96\xe6\x01\xc6\x36\x23\x53\xd2\xa4\xb9\x94\x56\xf9\x3e\xb0\x4e\x4d\xb1\x8d\xb3\x3e\x15\x8c\x53\xa2\xc6\x0d\x68\xe7\xfb\x60\x05\x70\xef\x0d\x41\xeb\xb4\x34\xf5\x50\x38\x1c\xc2\xce\xad\x0d\x0b\x7a\x77\x00\x7a\xf7\x3f\x07\x5a\xb7\xb2\x39\x4c\x77\x5a\xde\xc4\xd9\x83\xad\x26\x62\xbf\xef\xf4\xee\xb0\x9d\x5d\x60\xbb\x2f\x00\xb6\x3b\x05\xec\xf0\x30\x4d\x41\x3b\x8c\xc4\x9d\x0e\x77\xcb\x76\xdb\xd1\x8d\xfa\x5a\xb4\x99\x37\xa4\x94\x49\xa0\x7e\x15\xab\xbd\x1f\xa6\xae\xd9\xa5\xe3\x20\x6d\x6e\x20\x79\xeb\x27\x0f\x79\x1e\x4c\xe2\x2b\x54\xe0\x67\x75\xd3\x26\xe9\x14\x93\x31\x1e\x44\xea\x7a\x99\x63\x47\x1f\xbe\xba\xc8\x20\xda\xa6\x9c\xa6\x4c\x74\x4a\x98\x38\x0f\xa2\x47\x6d\x4b\xe2\x26\xea\x28\x0f\xa2\x79\xba\xa2\xc5\xae\x93\xa6\xa3\x3c\xa8\x17\x88\x52\x0f\x3d\xa9\x5a\xd7\x51\x76\x66\xa9\x29\xa5\x4e\xeb\x55\x06\xc9\x68\x7d\xbf\x4f\x3b\xe8\x74\xbe\x30\xb5\x02\xfc\x09\xd7\xc8\x5a\x98\xa7\x10\xb5\xc0\x30\x45\x54\x5d\x5b\x56\x60\x64\xa0\x2d\xf6\x5c\xa3\xc2\xa4\x42\xf3\x6b\x2d\x8d\x80\xfb\xe9\xd4\xa9\x63\xa5\xb0\x67\x5d\x35\x81\xa3\x38\xec\x60\x36\x0e\xe3\x9b\x0b\x93\x43\xe9\x99\x8c\x9f\xb4\x52\x93\xef\xa7\x11\xb2\xfb\x97\x11\xb2\x6b\x11\xb2\xfb\xff\x2e\x42\xec\xf4\x66\xe5\x07\x7d\x79\xea\x98\x5b\x54\x07\x9c\xa2\xc2\x07\x85\x24\x94\xdd\x69\x28\xbb\x03\x28\xbb\x0e\x94\xdd\x21\x94\xa7\xa1\x8c\xb1\xf5\x91\x6a\x12\x4f\xcf\x51\x9a\xcd\xdc\x12\x9c\x5c\x4f\xad\x53\x25\x65\x4f\x83\x9a\xbe\x0c\xad\xcd\x62\x07\x74\xd8\xfa\x16\x3c\xcc\xa9\xf6\x53\x6e\x4e\xeb\x66\x50\xf5\xb5\x6d\xe5\xee\x6c\x2b\x77\xa6\x95\xbb\xa6\x95\xbb\xe3\x56\x6a\x75\x55\x53\xfb\xae\xdb\xce\xdd\xf9\x76\xee\xba\xed\xdc\x9d\x6c\x67\xcb\xe8\x48\xfe\x86\x93\xb4\x6a\xb9\xa3\x35\xe3\xc3\x27\x72\x9d\x2c\x7a\xc0\x5d\x3b\x66\x80\xa7\x80\xe8\x0d\xd3\x48\xeb\x51\x0e\x57\x65\xe3\x47\xdd\x68\xc7\xcd\xaf\xcc\xac\x15\x05\x67\x72\x1b\x2d\x82\x0d\xc8\xfc\xb3\x94\x9f\xcb\xad\x34\x74\xfa\xc7\xfa\x6b\xaf\x1c\x35\x8e\xea\x8a\xc9\xda\xc6\x76\xb2\xb4\xc5\xba\xcf\x24\xb8\x45\xbb\x29\x47\x59\xa1\xe3\x30\xa8\xcb\x85\x15\xa7\x79\x07\x72\xc4\x83\x18\x5a\x19\xc5\x61\xc4\x9d\x82\xbb\xe3\x82\xeb\xc3\x82\x3b\xb7\xa0\xd2\x4d\xab\x47\x78\x60\xa5\xc5\xad\xc9\x66\xea\xfb\x6d\xb8\xf5\x99\xb3\x9b\x6c\xa6\x58\xfe\xb1\x5b\xa0\x36\x13\xec\xb8\x76\x35\xc2\x36\x9a\x54\x53\x58\x03\xda\xf1\x60\xd0\x78\x22\xd0\xde\x29\xc8\x6a\x3d\x90\x3b\x4a\xc7\x23\x01\xf2\x2a\x91\x0a\x9a\xa9\x4b\x51\x6a\xa9\xb2\xb3\xc0\x83\xbe\x7f\x18\x85\x3c\x4e\x0a\xe5\xa6\xd6\x83\xa3\x0c\x33\xf2\xd8\x63\x40\xbb\xbe\x98\xa5\x15\xf1\xa4\xc8\x57\x74\xa2\x4b\x2d\xc0\xab\x94\x39\xce\xec\x03\x3f\xca\xde\xd8\x86\x37\x98\x80\xc2\x6e\x75\xa1\xf5\xf7\x68\x1d\x14\x69\x7f\xa2\x56\x92\x1e\x29\xa3\xb3\x46\x10\x07\x52\x8c\x35\xd7\x32\xe0\xa8\x93\x15\xcd\x94\x3b\x9c\x47\xc0\x21\xfa\x1d\x40\xf4\x63\xd7\x75\xba\x99\x1b\xcd\x8b\x12\xca\x4d\x6c\xfb\xc2\xb1\x72\x49\x79\xca\x21\x65\x3b\x0b\xed\xc3\x14\xbe\xbf\xd1\x1f\xe0\x2f\x7a\x60\xda\x07\x16\xb4\x73\x4a\xd3\x15\x25\xbb\xbf\x35\xd6\x3f\x56\xe7\xf1\x5f\x72\x07\x73\xdc\x96\xff\xd0\x9d\x50\x31\x1e\x22\x27\xdd\x62\x45\x7d\x4c\xda\x32\x1d\x27\xa6\x7f\xfa\x67\xa1\x5a\xa0\xfd\xb8\x03\xe7\x2f\x12\xce\x2c\xa4\x95\x79\x2e\x9c\x2d\xf6\x7b\x03\xc4\x78\xe3\xfc\x44\xd3\x1a\x04\x75\x40\xfe\x87\xdc\x6e\xa0\x66\xc7\xd0\x6a\x17\x50\x89\xed\x9b\xe2\xd4\x35\xb8\x95\xfb\x24\xf3\x70\x38\x6d\x8d\x7b\x51\x81\x1f\x80\xde\xf3\x95\x6a\x27\x97\xd5\x70\x54\xe8\xf2\x16\x0e\xd2\xdf\xbf\xda\xf2\x92\x54\x04\x2f\xfe\x37\xd9\xc9\xbd\x83\x0e\xa1\x22\x5c\x11\x91\xea\x38\x13\x1a\xe9\xab\x82\x87\x0f\xc3\xb7\x82\x67\xd6\x5c\xab\x38\x7c\x71\x04\x15\x38\xbb\xc8\x82\xd8\x6c\xe7\x0c\xb7\x48\x4f\xf8\x04\xa3\x73\xc0\x40\xaa\xb7\xd5\xba\x3e\xf9\x81\x96\x78\x6e\x16\xd2\x1c\xcf\xcd\x62\xb5\xc6\xf3\x13\x0e\x98\x57\x78\xa9\xfd\xc5\x42\xb4\xc5\xb9\x0a\x0a\x88\x16\x38\xbb\x5c\x6a\xf1\x19\xed\x70\x76\x99\xeb\xb0\xba\xf7\x71\x0a\x0c\xfd\x9d\xa0\xe5\x59\xbf\x45\xca\x7d\xc1\xe1\x83\x00\x10\xe5\x9f\x2a\xb0\x3b\x51\x60\xee\x18\xd2\xed\xf7\x73\xf7\x18\xc5\xf1\xef\xdc\xe8\x2c\x68\x80\x4b\x7b\xaf\x7f\x3d\xa1\x53\x74\x2f\x7f\x3a\x26\x6e\x33\xdf\xef\x83\xd9\x60\x75\xb7\xd8\xef\x67\x83\xd5\xed\x60\xb1\xdf\xdf\x0f\xb6\x77\x3b\xf5\x73\x3b\xd8\x19\xb4\x3e\xb6\x5e\xf8\x96\x6a\x5b\x3f\x83\x03\x02\xd1\x53\x1b\x9d\xab\xe8\x7b\x38\x10\x10\xbd\xc1\x8f\x17\x8f\xc1\xd3\xc5\xd3\xe8\xcd\xad\xf6\xa3\xfe\x06\x6d\xf0\x84\x23\x7a\x59\x4e\xa1\xb2\xbc\x99\xbb\x67\x81\x7d\xa3\xee\x7e\x40\xef\xda\x73\xb6\x33\x27\x62\x0f\x27\x4f\xc4\x1e\xf0\x60\xfe\xc9\x13\xb1\xe3\x0c\x97\x43\xa5\xe7\x79\x87\x1f\x82\x83\x14\x74\x12\x8f\x87\x38\x94\x0d\xfe\xa0\x3e\x86\xd3\x51\x83\x4d\x45\x8b\x47\xae\xa6\x57\xb7\xed\x45\x93\x0f\x68\x06\x95\xe1\x48\x63\x69\xa5\x63\xb6\x77\xf8\x3e\x78\xf0\xfd\xed\x2d\xbe\x0f\xde\x25\xab\x3b\x3c\x93\x9f\xab\x5b\x3c\x0b\xde\xe9\xe4\xb6\xc0\x3d\xd4\x19\x5b\xa0\xf7\x50\x79\xb1\x77\xb0\x6c\xd5\x49\x9b\x31\xe0\x78\x33\x89\xa6\x88\xe2\xcd\x24\x9e\xa2\x52\xcd\x91\xd3\x44\xfc\xdc\xc4\x26\xa7\x33\x85\x55\x41\x33\x02\xe8\x45\x89\x00\x0d\x62\x78\x51\x42\x24\x33\xbd\x65\x39\x79\x4a\xa8\x7d\x6e\x4a\xcd\x42\x1d\xd6\x29\xbc\xd6\x0e\x7d\x6b\x50\xa2\x0c\x71\x68\xee\x04\x83\xb9\x61\x36\x8d\x0a\x69\x6e\x85\x8f\xa7\xe6\xbe\x8a\x33\xe1\x26\xd1\x14\x06\x9a\xb1\xb9\x4a\xa8\xb9\x61\x51\xc7\x50\x76\x27\xa1\xc4\x0a\x8a\x28\xd7\xad\x66\x4a\xca\xb0\xda\x4b\xad\xfb\x20\x52\xab\xbb\xd1\x9e\xa4\x7e\x73\x7d\x48\x99\xbb\x33\xbf\x4d\x96\xd3\x91\x2e\xd7\xc7\x64\xbf\x9f\xfb\x7e\x6e\xaa\xc7\xd8\x36\x44\xc6\xd9\x1e\x60\xdc\xed\x51\x9b\x16\x1f\xa4\xc5\xd3\xfd\xfe\xaf\xc0\x42\x43\x26\x1b\xac\xe7\xbe\xff\x6f\x4d\x1f\x91\x53\x02\x11\x58\x0b\xab\xfc\x03\x04\x4d\x0a\x34\x77\x1d\x3b\xff\xad\x51\x6e\x49\xae\xd3\x3c\xe9\x14\x9e\x7c\xd1\x69\x34\x88\xfb\x98\x8c\xdf\xee\xf7\xe0\x2d\xae\x88\xb0\x0e\xa8\x7f\x45\x04\xc2\xe4\x57\xf7\x18\xeb\x57\x0b\x17\x09\xc5\xad\xdf\x1a\x05\x9c\x3d\x98\x6c\xc4\x0b\xb4\x3c\x7b\x70\x4e\x70\x34\x22\x2e\x86\x09\x04\x02\xff\x36\x21\x53\xe8\x8a\xbd\xda\xad\xe9\xbf\x03\x61\xbb\x6f\x2c\x02\x60\xf2\xbf\x8f\xe3\x46\xcb\xf6\xd0\xad\xb9\x70\x6a\xba\x89\x26\x4b\x17\x35\xff\x66\x57\x28\x3a\x07\x47\x87\x19\x52\xb0\x21\x38\x95\x6d\x39\x7e\x4a\x48\xd8\xf7\x35\xc9\xc9\x49\x35\x12\xa7\x12\xcc\x44\xe2\x17\x02\xf1\x0b\x20\x82\x18\x6a\x53\x03\x8a\xff\xac\xae\x6e\x8e\xb4\x2f\x01\xf0\x9b\xb9\x25\x6c\x26\x16\x41\x7a\x76\x0a\xf5\x3e\x48\xc2\x6a\x75\xef\x13\x26\x6c\xbf\x07\xbf\x4d\xe8\x54\x91\x21\xee\xc7\x4e\xc7\xfe\xaa\xaf\x82\x36\x37\x00\x9b\x9b\xe4\xc2\x1e\xf9\x28\x99\x4a\xb9\xab\xf8\x9b\xf6\xae\xf5\x55\xfd\x67\x5f\xd3\x7f\x76\x21\x10\x73\xfb\xcf\xdb\xfe\xab\x5b\x9f\xe0\xb7\xb0\x5a\x6b\x54\xa1\x58\x77\xb6\xed\xda\x9f\x4f\x3d\xd5\xff\xdb\xd1\x05\x6f\x8e\x7f\x9b\x30\xb5\xec\xf1\x66\x62\x12\xdf\xe7\xce\x8c\xd4\xf3\x90\x3b\xf3\x50\x71\x89\xe6\x6d\x2a\x1d\x18\xc4\x6d\xdd\xff\xbb\xf3\xb2\xaa\xe6\xaf\x4c\xf3\x57\x61\x84\x8f\x14\x0b\xbb\x53\xc6\xad\x5f\x9c\x06\x6d\x07\xdb\xa9\xf1\x61\x44\xd2\xd5\xed\x89\x13\x6a\xbd\x1b\x57\xab\xa7\x8e\xf8\x00\xb7\xd6\x0c\xdc\x5a\x33\x50\x7b\x60\x4b\xf5\xe1\x2b\xb4\x36\x49\xe2\xc0\xcb\xa9\x38\xe1\xe2\x74\xb4\x74\xce\xc5\x33\x39\xa3\xdd\x9b\x02\x23\x6d\x6e\x1f\x87\x37\x17\xd9\x88\x1b\xa3\x08\xa5\x31\xd2\x07\xb1\x54\x4e\x78\xf7\xe4\xb4\x35\x90\x10\x5d\xab\x82\xf1\x52\x99\x4b\x48\xd1\xb0\x40\x11\xea\x1a\x49\x1c\xe4\x05\x4b\xa4\xf3\xa9\x13\xe5\x8e\xcd\xc4\xd2\xb9\xac\xd3\x0c\xd5\xbf\x03\x57\xf4\xfc\x3f\x31\x14\xa8\xc4\xd4\xca\x32\xe2\x9c\x2c\xc3\x4f\xca\x32\x1c\x0f\xc4\x27\x65\x99\xe3\x0c\x97\xc3\xda\x1d\x25\x71\x68\x75\xd4\x1d\x34\x8a\xfe\x08\x14\xbd\x2a\x6a\x65\x93\xa1\x7a\xa2\x85\x23\x1e\x1c\x80\x3d\xb1\xb3\xe9\x95\x35\x44\x96\xbc\x2d\x71\x2f\x91\x38\xb2\xa3\x3a\x6c\x83\x33\x69\xff\xbb\x3d\xa0\x96\xac\xe6\xd0\x5f\x54\xc3\x95\x44\xb3\xd9\x97\x32\xb7\x7e\x8d\xf8\x47\xca\x48\xca\xff\x2c\xe9\x95\x30\x01\x64\xb3\x23\xc4\xac\x51\xba\x19\x96\x46\x99\x90\xde\x56\xa3\x20\x48\x5b\x72\xd7\xc9\x93\x54\xf1\x02\x5b\x73\xf3\x10\x86\x79\x43\xa8\x38\xd0\xa9\x53\xab\x2a\xc9\xc2\x99\x1a\x23\x46\xaa\x4a\x89\xb5\x45\xe7\xa1\x36\x37\x19\xda\x23\xbf\x2c\x34\x5e\xa1\xd4\x8d\xe8\xf4\xa2\x8d\x80\x28\x53\x97\x84\x9b\xe3\xf0\x32\x4c\x73\xed\x91\xe0\xbd\x28\xd7\x20\xbd\x04\xd5\x20\x86\x28\x6b\x3c\xbf\x94\x75\x4d\xc2\x39\x0b\x73\x22\xd2\x6c\xb9\xdf\x03\xe7\xeb\xd4\xc1\xb8\x7a\x1f\x38\xcd\x96\xc0\x1d\x47\xfd\xa2\xae\x7a\x08\xfe\x27\xe5\x55\xe4\x20\xc2\xe8\x34\xbe\x5b\xd2\x22\x57\xaf\x0d\x2a\x4f\xb1\xca\xf0\xb6\x79\x6c\xfa\xf0\xc0\xcc\xae\x2f\xe4\x16\x47\xfb\xbd\xb8\xc5\xd1\xb1\x7b\xa2\xb7\x6c\x9b\x16\x34\xef\xe5\x74\x45\x58\x25\xb7\x3d\xbd\x79\xc9\x7b\x72\x13\x8c\x7a\xea\x9c\xad\x87\x7b\x5e\x40\x02\x0f\xf5\xf4\x51\x9b\xfa\x16\xd6\x74\xc9\x7d\xed\x18\xf1\xce\x3b\xc7\xc8\x3c\x7b\xdc\xbe\x13\xac\xdf\x0d\x56\x50\xfb\x92\xd3\xdb\x77\x82\x31\xb9\xa0\x88\x85\xea\xb4\xc2\xc6\x04\xea\x70\xa3\x2d\x80\x89\x79\x40\x58\xb7\xa2\xaf\x7c\x20\xd8\xd7\x85\xb1\x70\x00\xd8\x28\x07\x82\x8d\x52\x37\xdf\x1a\xc1\x83\x5b\x31\x88\x1b\x82\xa1\x88\xc2\xba\x83\x52\x25\x1e\xe1\xc3\x71\x32\x1d\xd4\xa9\x8d\x0b\x8a\xb6\xad\x6e\xa5\x07\x00\xb5\x5b\x88\x13\x87\x9a\xdd\x67\x8f\x5b\x97\x99\x3d\xca\x7a\x04\x2a\x9b\x90\x2c\x2d\x0a\x75\x9e\x69\x97\x37\x55\xc8\x3c\x62\xf1\x63\xba\x23\x1c\x30\x75\x2a\x20\x57\xd5\x66\x92\x4a\x00\x3c\x5c\xd2\x5c\xf6\x94\x3a\x90\x28\x2a\xa1\xb5\x0c\xa3\x93\xb2\x2d\x52\xc9\x22\xa9\x93\x33\x45\x15\x74\x4c\xfc\x50\xa1\x3c\x52\x34\x2a\xe5\x4a\x19\xf7\x65\xb8\x50\x5e\x24\x83\x00\x66\x61\xaa\xd4\x06\x63\xeb\x06\x83\xe4\xfb\x3d\xe0\xc6\xf5\x1d\x68\x2c\x3f\x5a\x3f\x19\xea\x15\x31\x98\x80\xc2\x4a\x15\x9b\xc1\x40\xca\x15\x6d\xba\xef\x37\xc5\xcc\xdc\x02\x10\x8e\x22\xdc\x3c\xfe\xe8\xfb\xe6\xe1\x35\xd9\xb6\xba\xe6\x4a\x20\x95\xeb\x4d\x07\xff\x2e\xb6\x3a\xaf\x73\x3a\xe4\x2c\x47\x61\x22\xec\xa3\x3d\x3d\xe3\xaa\xbc\x75\x41\x7f\xf4\x8c\xb5\xef\x83\x13\x6f\x5b\x13\xe0\x39\x2e\x04\xbf\x35\x5a\xca\x27\xd1\xeb\xea\x2b\xbf\xbd\x6b\x5c\x03\xaa\x07\xdb\x4f\x3d\xd0\xae\x9f\x5c\x35\xef\xb0\xda\x97\x57\x9b\x07\x59\x9d\x23\xc2\xc4\x33\x4e\x24\xbd\xc3\x67\x73\x6b\x18\x52\x56\x11\x2e\xde\xcc\x05\xe1\xc0\x9d\xb7\xca\xb6\xd8\xed\xb9\x6d\x7a\xdb\x32\xc9\x02\x65\x37\x80\xf8\xda\x56\xba\xef\xca\x1f\x23\x4b\x39\xa4\x39\x35\x50\x6f\xd9\xbc\xc4\xae\x45\x6c\xe7\xd9\x6e\x6d\x97\xa7\x14\x27\xd8\xf3\x02\x86\x52\xdc\xde\xee\x6d\x6e\xf2\x8e\xb9\xe6\x0c\x81\xd7\xf3\x02\x1e\x9a\x23\x4e\xf3\xa5\xcf\x34\xcd\x87\xc4\xa1\x64\x1b\x97\xf2\xa3\x3d\xcf\x92\x51\x2a\xdd\x9c\x7b\x72\x73\x24\x02\xaa\xc3\x79\x6b\xde\x3d\x3a\x15\x8f\x9f\x6b\x7b\x94\x02\x32\x2c\x57\x3b\x65\xc0\xa6\x42\x6e\x5a\x81\xb3\x09\xb3\x8a\xb3\xcd\xf1\x50\x28\xdf\x9d\xec\x13\xc3\xe0\xad\xd2\xa7\x81\xe2\x43\x9e\x51\x1f\x0e\x5e\xbf\x7e\xfd\xfa\x68\x00\x3a\x8c\x43\x40\x38\x3a\x85\xba\x8d\xae\x47\xbd\x03\x9e\x1a\x9a\xe2\xd6\x89\x6e\x72\x2c\xb2\x71\xdf\xdf\xb4\xd4\xc2\x21\xd2\xdd\xc1\xcf\x86\xd6\x92\x4d\xf3\x3a\xb6\x7a\xb5\xd2\xa8\x23\x4f\x3c\xf1\xae\x98\xd8\x18\x14\xd6\xec\xcb\xb0\xd6\xa2\xb1\xf4\xb2\x0c\x36\x69\xf2\x6c\xc2\x72\x23\x8c\x6b\x07\xd0\x8f\x60\x9b\xd9\xa4\xe8\xe1\x54\x49\xa7\x6b\xc4\xcf\xda\xd7\x81\x81\x68\x9f\x6e\xb1\x70\x6a\x88\x36\x0d\xf7\xb1\xeb\x7f\xd1\x25\x5c\xe3\x8e\xf9\x40\xc3\xea\x5a\x92\x5a\x79\xc6\x1d\x05\xf5\x06\x11\x69\x8c\xec\xd5\xa3\xb6\x0d\xa2\x46\xd6\xa9\x35\xc6\xd5\x58\x0c\xb0\x69\xdd\xe5\x30\x31\xd2\xa9\xba\xb2\x08\xda\x14\x88\xac\x03\x6a\x8c\xb3\x31\x93\xf1\x4b\xe3\x98\x3e\x69\x7d\x60\x67\xfa\x1d\x8d\xa2\xf1\x40\x69\x39\xfc\x1c\x2d\x71\x34\x9a\xe3\xcd\x64\x39\x1d\x2d\x83\x00\x2a\xd5\xe0\x93\xf2\x3b\x34\x0f\x77\x18\x33\xe8\x3c\xe0\x05\xe6\x86\xdd\x4b\x16\x3e\x9a\xe3\x67\xfd\xa5\xdf\xd1\xd4\xcc\x3b\xe9\xc7\xa8\x21\x00\xc3\xaf\xc7\xcd\xa9\x88\xdc\x29\x30\x02\x60\xd2\xc4\xa0\xa7\x44\xa0\x5d\xc2\x6a\xb4\xd1\xfb\xec\x39\x44\xf3\x36\xbb\xa4\x48\x49\xd7\xce\x31\x33\x83\x9a\xf1\x38\x51\x02\x22\x4f\x8e\xef\x40\x89\xf8\x5e\x52\xd5\x47\x6b\xb1\xf5\x5a\xee\x0e\x96\x73\xd3\xa1\xd9\x9b\x1b\xa3\xcd\xe3\x69\x4d\x1c\xad\x6d\xd5\xb8\x37\xcf\xe4\x02\x5a\x39\x0b\xa8\x1c\x74\x3b\xea\xd5\x24\x3b\x38\x2f\x2b\x9c\x9c\x05\xda\xc0\x06\xce\x5c\x2d\xa9\xce\x3a\x2b\x87\x25\xc7\x73\x3b\x2c\x79\x83\xf8\xb8\x6e\x9f\x51\xc9\x15\xf4\xf9\x29\xf2\xd2\xfd\xfa\x14\xc0\x27\xb5\xd2\xe5\x72\x90\xe5\xb2\xe6\xd4\x20\x57\x52\x12\x4a\xc1\xb0\xcb\x8f\x69\x23\xd9\x4a\xb1\x92\x03\x22\x11\xcf\x10\x35\x99\x43\xed\xdf\xb2\x82\xb6\x74\xb8\x25\xbc\x52\x07\xd1\x51\xf8\x2a\xbc\xf2\x0e\xf2\xe1\xc9\x14\x29\x01\xfa\xa8\xa6\xcf\x48\xd0\x1a\x8c\x79\x89\x1b\x29\xbb\xc8\xba\x06\x8f\x94\xe5\xe5\x63\xf8\xdb\x5f\x37\x84\xef\x60\x8d\xae\x5f\x47\x2f\x12\xa7\x54\x27\xbd\xd3\x10\xa3\xe0\xa1\x8c\x8a\x8e\x4b\x7f\xa2\x8f\x2a\x8f\x1f\x9f\xd4\x05\xc0\xe1\xc9\x8a\xe3\xac\x52\x3d\x6e\x6b\x5e\x74\x34\x5f\x56\x94\xeb\x0a\xed\xad\xe6\xc4\xdc\x8a\x72\x1f\x0b\xf7\x7d\xa2\x9f\x01\x57\xa7\xb2\xea\x39\x6f\x05\x0a\x63\x62\x6b\x00\x4c\x65\x68\x8c\x5a\x59\x0d\x04\x22\xd6\x74\x15\xe8\xa7\x1f\x79\x5b\x4f\xc7\xc8\x1d\xc9\xe9\xcf\x3a\x8f\x5e\xda\x2f\xb4\xc6\xfc\xb4\x86\x7a\x75\x2a\x01\x6d\xe5\x68\x2e\xb0\x70\x4e\x48\xd0\x0e\x1f\x6f\x4b\x67\x78\x79\x37\x54\x8f\x7b\x31\xf3\xa6\xe6\x64\x38\x0d\x9f\x12\xf7\x6b\x07\xd1\x3d\x5e\x28\x97\x77\xed\xcb\xb4\xe8\x11\xef\xc6\x71\x12\xa1\x27\xbc\x1b\x47\x49\x8c\xde\xe0\x08\x3d\xa8\x9b\xcf\x6f\xee\x9a\x07\x71\x7d\xff\xe1\x4e\x19\xf4\x2a\x87\x3c\x23\x7d\x33\x1c\x5b\x87\x8a\xe8\xcd\x6d\x9b\x51\xcf\xf7\x7c\xf2\x66\x6a\x1c\xf7\x48\x46\x78\xbb\x1c\x05\xc1\x1c\x6e\xf5\x08\xaf\x26\x6f\x82\xf9\x14\x8e\x66\xbe\x0f\xb6\x93\x4d\x30\x9c\x62\x19\xf5\x34\x85\xe8\x4d\x80\x97\xcd\x7d\x5e\xa7\x01\xf0\x21\xc0\xeb\xe6\x46\xac\xdb\x98\x73\x95\xe4\xa6\x92\x0e\xc4\x87\xdb\xd5\x41\x43\x57\x93\x87\x69\x0b\x5c\xdd\xd2\x96\x8d\x0f\x1e\xa7\xa8\x54\x81\xa7\x29\xaa\x64\x2e\x19\x93\xa9\xc0\xd3\x54\x5d\x0f\xa7\x18\x57\x9f\xad\x5d\x76\xef\x69\x1a\x60\x29\xf2\x67\xaa\x77\x48\x56\xd6\x34\x88\xde\xe9\xab\xe1\x11\xc6\x6f\x3e\x81\xaf\x07\x05\xac\xc0\x59\xad\xd0\xd2\x5c\x23\xcf\x27\x6f\x06\x4b\x83\xe8\x14\x97\x01\x50\x11\xc1\xd3\x74\x50\xc2\x0b\x50\x0d\x28\xbc\x34\x51\x8f\xd3\x01\x85\x68\xdb\x38\xa3\x35\xa1\x34\xc8\x20\x9a\xe3\xe1\xb9\xf6\xcb\x2a\x9b\x06\x7f\xae\xb3\x0f\x6d\xc3\x56\x93\x87\xc1\x5a\xbf\x3c\x9b\x05\x40\x7d\xc9\x56\x65\xf0\x02\xd0\x41\x05\x2f\x4d\xd4\xe3\x74\x50\x41\x88\x2c\x96\x0a\x3d\xfe\x9b\x7e\x43\x5a\xbe\xef\x10\x49\x01\x65\xf7\xef\x7d\xbf\x93\x61\xd3\xd6\xba\x55\xf6\x12\xf2\xaf\x0a\x0f\x96\xfa\x2b\x88\xed\x77\x10\x9f\xa2\xca\xc9\x26\x58\x06\xf3\xa9\xcc\x12\xcc\xa7\x23\x5d\xa2\x29\x50\xd7\x76\xf2\xe2\x6d\x5d\x4b\xa6\xd8\x3c\x7e\x69\x95\xd7\xcf\x8a\x6b\xe8\x73\xa0\x1a\xb1\x74\x45\xa4\x60\x97\x66\x0f\x1e\x32\xbc\x3a\xf1\xe2\x70\xe8\xc9\xf5\xf3\x2a\x8e\xaf\x5c\xfe\x79\xf6\x75\x19\xe7\xa5\x02\xe1\xfa\x1f\x26\x97\xe2\xd8\x07\x02\xe2\x5a\xe9\x64\xe3\x1d\x0d\x77\x58\x09\x3e\x17\x74\x45\x60\xfb\x60\x96\x89\x01\xd6\x69\x36\x2a\x4f\xba\xd2\xed\x09\xb9\x29\xb0\xbb\xb6\xb1\x17\x79\x89\x50\x1e\x8a\x00\x91\x09\x04\x5a\x49\x44\x04\x24\x21\xb5\xb5\x5f\x56\xfe\x09\x14\xb3\xfc\x4b\xb9\xe1\x15\x50\x32\xec\x6d\x3c\x1c\x39\x1b\x41\x3c\xf1\xfe\x3d\x65\x1e\xf2\xfe\x44\x66\x1e\xf2\xee\x53\xee\x21\xef\xcd\x9a\xab\xf0\xce\x43\xde\xbf\x6f\x98\xfa\x5b\xc8\xf8\xcd\xc2\x43\xde\x7b\xb2\xf6\x90\xf7\x2e\x13\x1e\xf2\x7e\x2a\xb7\x1e\xf2\xbe\x27\x99\xf5\xa4\xa8\x57\x5b\x8e\x27\xde\x7b\x55\xf0\x5e\xd9\xa3\x7c\xd8\x48\x71\xfe\x3f\x49\x2e\xc3\xcb\x8d\xac\x8e\x53\x09\x2a\x15\xb2\x20\xc5\xd9\x5d\x3c\x1c\x67\x83\x78\x98\x44\x52\xd0\x8b\x87\x49\xd6\x8a\x16\xea\xc2\x9d\x38\xf1\x1e\xa6\xb0\xfe\xf0\x37\xd0\x78\x77\xb0\xc7\xbb\x46\x0f\x9a\x7a\xc9\x5c\x62\x88\x4f\xcc\x9a\xb1\x03\x70\xea\xea\x44\x67\x26\x03\xd3\x19\xee\x4b\x26\x96\x07\x59\x72\x99\xa5\x04\x76\xd1\x51\xd6\x38\x1e\x74\x73\x90\x13\x39\x7a\xdd\x2c\x4b\x2f\x51\xbf\x7f\xd1\x59\xb3\x4e\xe2\x5b\x1d\x49\x3b\x91\x85\x89\x3c\x02\xb5\x72\x6a\x33\xed\x0d\xe2\xc3\x26\xdd\xbb\x99\x28\xdb\x08\xe5\x2c\xd2\xcd\xf1\x0f\xd3\x73\xe0\x92\xb4\x03\xf3\xf2\x0a\x06\x71\xa7\xc4\x7b\x07\xe6\x7b\x92\x95\x2c\x3f\x84\xb9\x73\x72\xfc\x69\x53\x14\xbf\xaa\x23\xb9\x6f\xe2\x28\xea\x64\xfb\xd5\x54\x7d\x90\xcf\xcd\xb2\x96\x59\x8a\xb1\x97\xae\xbc\xc4\x5b\xaf\x3c\x37\xed\x67\x93\xf6\xe6\xde\x4b\xbc\x9f\xef\x3b\x69\x8f\x2e\x68\x35\xdc\x75\xda\x08\xde\x72\x46\x28\x06\xea\x7d\xe3\x61\x3c\x1f\x57\xb8\x1f\x25\x4d\x72\xdd\x5c\x36\xb2\x4f\x53\xb4\xb3\x9b\x9f\xbe\x35\x0a\x9f\xd5\x7e\xf8\x58\x35\xca\xa4\x2c\xa3\xaf\x3c\x33\x94\xf2\xc5\x46\x8a\xfb\x15\xac\xf5\x65\x5f\xfc\x9c\xa7\x42\x4e\xd4\x91\x75\xe1\xde\xb2\x02\xdf\x17\x80\x21\xcf\x7e\x7a\x88\x38\x1f\x10\xa9\xc4\x85\x3e\x2a\x55\x69\x36\x6c\x92\x2a\x27\xc9\x86\xdb\xed\x90\x9c\x96\x92\x40\xe5\x94\x55\x93\xdb\x22\xdf\x43\x9e\x62\x11\x72\xc2\xd2\xa2\xa0\x95\x1e\x5e\xf5\xa9\x88\x47\xcf\x64\xb1\x54\xd3\x5f\xa7\x4d\x8d\x1d\x03\x6f\xed\x18\x02\x68\xdb\x27\xa7\x1c\x9d\x9a\x06\xfe\xed\xc3\x77\xfa\xbb\x6d\x64\x9b\x5e\xb9\xe9\xad\x98\xd7\x20\x9b\x76\x7c\x8a\xcf\x78\xf9\x58\xe9\xb3\x41\xe5\x74\xfe\xf7\x92\x91\xb1\x14\xd7\xd5\xbc\x23\xea\xd9\x52\x1b\xaf\x9f\xb8\xd3\x61\xc4\x81\x93\xcb\x1c\x05\x96\xf8\x59\x77\x34\x89\xc9\x15\x5a\xa9\x9e\x26\x2f\xc8\x35\x5a\x96\x1b\x9e\x5c\xbd\x20\x37\x28\x4f\x77\xc9\xab\x17\xd7\xe4\x06\xad\x64\xf7\x93\xe1\xcd\xeb\x21\x79\x81\xfe\xb1\x49\xb9\x20\x3c\x79\xf9\xf2\xe5\x0b\xf2\x02\xed\x48\xca\x93\x9b\xe1\xcd\xeb\xeb\xd7\xe1\xf0\xe2\x45\x74\x11\x93\x2b\xc5\x85\x27\xb1\xec\xa0\xac\xc2\x9b\xa2\xc9\xd0\xfd\xb8\x71\x3f\xe2\xc8\xfd\xba\xea\x7c\xc5\x72\x0b\x2c\x9b\x66\x40\xb4\x1f\x37\xee\x87\x04\xd1\x7e\x5d\x75\xbe\x62\xe4\xc9\x2e\x19\x00\x36\x78\xdd\x06\x5f\xb5\xc1\xd8\xc9\x11\x23\x2f\x4f\x77\xa6\x98\x09\x5d\x35\xa1\x70\x28\x1b\xa0\xa8\x42\x7e\xb9\x1f\xb1\x13\x1e\x36\x61\xb9\x26\xa5\xd6\x50\x72\x22\x21\x35\x99\x5e\x74\x0b\x4b\x84\x7a\xd3\xa9\xba\x27\xd0\x16\x88\x91\x67\x10\x6f\xe0\x3a\x5f\x4e\xa1\x11\xf9\xfc\xf6\x87\xc3\x67\xde\xdd\xfe\xbc\xb3\xaf\xf4\x76\xf7\x3e\x5c\xdd\x74\x91\x5b\x34\xde\x7a\xdd\xed\xdc\x72\xe3\xcd\xa5\xe4\xe6\x79\x0d\xfb\xb8\x42\x6a\x1c\xab\x1b\x17\xfa\xe7\x3d\xbf\x33\xac\x5e\xbb\x36\x8f\xbc\xa1\x14\x1a\xc7\x47\x69\xf3\x7e\x81\xef\x37\xbd\xc5\xd8\x89\x57\x26\x1c\x69\xf7\x2d\x8a\x6e\x4e\x27\x69\x12\x4f\xc7\x59\xd2\x3c\xaa\x71\xf0\x82\x45\x71\x7c\xc7\xb2\xad\x67\xdc\x06\x93\x2e\xcc\x68\x7a\x51\x4e\x0e\xab\x99\x3a\x3a\x18\x25\xe2\x6d\x1a\xe3\x3a\xdf\xef\x03\xa2\x9d\xc5\xdf\x82\xcd\x64\x3e\xd5\x10\x54\x28\x9e\x4e\x83\xcd\x64\x1e\xc4\x6d\xa4\x0c\x4b\x78\x97\x43\xdf\x3f\xce\x7d\x87\x0b\xa8\x84\xc7\x91\xb6\xa1\x31\x39\x50\x8e\x4d\x0e\x75\x10\xa7\x28\x03\x1b\x3f\x6b\x27\x3b\x6f\xb3\x1c\xf6\x03\x2e\x5d\x8f\x8e\x87\x1d\xef\xbc\x3b\xe4\x3e\x00\x71\xca\x41\xbe\xe9\xf3\x65\x19\xca\xba\xba\x7e\xf2\x57\xb8\x9b\x7a\xb9\x1e\x2d\xf1\x4a\xbd\x62\x12\x27\xab\xdb\xab\xf1\x30\x59\xb5\xcf\x92\x2c\x2f\xf0\xba\x5e\xde\xc6\xea\x92\x73\x0c\xeb\xf6\x95\x0b\x87\x30\xf6\xfb\xc9\x12\xe5\xda\x8e\x6c\xeb\xbc\xa1\x31\x89\xa6\xa3\xdc\xfd\x36\xb6\x66\x0b\xbc\xbd\x28\x27\xf9\x74\x64\x59\x0f\xc6\xf9\x98\x87\x55\xbb\xd6\x0b\x3d\x05\x9a\xa5\x1f\x6d\x21\x4c\x2c\x97\x69\x72\x5b\x69\xc3\xe4\x6e\x84\x0f\x9d\x5b\x71\x96\x26\xaf\x16\x4b\x4d\x4e\x2b\xa3\x6a\xa8\x8a\x19\xb4\x40\x95\x4c\x62\x41\x6a\x01\x45\x67\x6c\x49\xbd\x93\xf5\xea\xa2\x9b\xf9\xf2\x4a\x67\xb7\x94\xe0\xfb\x2a\x73\x23\x7c\x98\xdc\xad\x30\x22\xb3\x23\xd3\xa1\x76\x41\x04\x11\x44\x8b\x3b\xac\x0c\x20\x36\x82\x18\x28\xef\x0f\x12\x65\x27\x4d\x92\xed\xbe\x4d\xca\xd3\x9d\x49\xd1\xdd\xd5\xf1\xd7\x17\x6e\x8a\x5a\xa4\x62\x95\x30\xbc\x28\x43\x85\x0a\x0b\xee\x14\x1e\xae\x60\x93\xd7\x60\xe3\x53\xb9\x5f\x40\xd3\x14\x89\x8a\x4e\xc6\xc8\x3c\x19\x85\x66\xca\xe1\x6e\xf7\x4d\x15\x3a\x07\x3b\x7c\x8f\xee\xb1\x02\x26\xe5\x0a\xa0\xce\x6c\x25\xb7\xbc\x87\xa8\x1d\xb0\xfd\xde\x1d\x13\x48\xe7\x60\x7b\x1b\x4b\x6e\xdb\xf6\x6c\xa4\x4d\x3e\x1d\x48\x23\xa7\x19\x6e\x6b\x03\xd0\x19\xe0\xab\x24\x36\x57\xcb\x9e\x8e\x4b\xab\xf0\x7d\x30\xbb\xd0\x03\x10\x80\xa7\xc1\x23\xbc\xd8\x42\x34\xc3\x1d\xfa\xea\x60\x5f\x2b\x00\xce\xd5\xbe\xbd\x38\x55\xbf\x92\x20\x2d\x21\x8d\xbb\x74\x74\x40\x45\xc1\x16\x26\x6e\xe3\x16\xd0\xbc\x3c\x73\x6f\x5f\x9e\xb9\xef\xe3\x9d\x23\xf6\x20\xfe\xd9\x97\x67\xd4\x32\x81\x9a\x37\x2e\xe0\xc8\xe1\x69\x72\xdd\xd1\x8a\xa6\xc6\xb2\x08\x70\xe4\xc6\xa3\x54\x13\xd4\x4f\xe9\x8a\x54\x28\x95\x64\xa7\x82\xe6\x55\xa5\x83\xb7\x33\x8e\xd6\x93\xe3\x64\xb5\x00\x09\xf7\x15\x88\x93\x0b\xd1\xc9\x1c\x93\x78\xaa\x3c\xee\x88\xce\x5a\x22\x5c\xd8\x53\xf5\x62\x68\xf3\x90\x94\x5e\x13\x1f\x49\xb1\x25\x72\x08\xbf\x2b\xca\xec\x61\xec\xf5\xbe\x59\x7b\x89\xe7\x29\xa7\x0d\x47\x89\xdf\xbc\xf5\x12\xef\x9b\xbf\x78\x23\x07\x23\xd9\xad\x9d\xc2\xe3\x79\xe0\x25\xdf\xdc\x27\xdf\xbc\xf7\x82\x4d\x22\xe3\xf3\x74\x37\x2e\x6e\x87\x7a\x4a\x9a\x64\x99\xe6\x7d\x33\xeb\x7d\x93\xf7\xbc\xa0\x8d\x52\x60\x24\x36\xc7\x3a\xd1\x4b\x2a\xdf\x97\x91\xa6\xdf\xfb\x7d\xdf\x44\x48\x72\x19\x17\x36\xe0\x7d\x33\xf3\x34\xbc\x5f\x9b\x22\x07\x39\xfe\xfa\xcd\x3f\xbc\x44\xfe\x55\x79\xbc\x6f\x7e\xf5\xce\x8e\x5c\xad\x2d\x28\x5c\x7d\x88\xb2\x9f\x49\x9e\xad\xf4\xab\x34\x22\xa8\x25\x02\xf3\xdd\xc5\x54\xd2\x8f\x51\x5b\x41\x57\x89\xa2\xb7\x22\x8e\x0e\x25\xf2\xd4\x2b\x41\x4a\xce\xd2\x30\xe5\xdc\xc6\xec\x58\x4f\xfd\xea\xea\xea\x55\x72\xa8\x4a\xf6\x36\x15\xe9\x55\x82\xd3\x4c\x58\x77\x69\x0c\x5c\xdf\xbc\xbc\x81\xa1\xb1\x42\x42\x14\x33\x70\xf5\x3a\xbe\x6a\x62\xda\xdb\x18\x65\xe7\xd5\x71\x51\x0e\x88\xf2\x92\x1e\x38\xc6\x73\xa9\xfb\xb6\x89\xdc\xa4\x19\x87\x5c\x96\x08\x22\xac\xce\x80\xa2\x3e\xc6\xcc\x3e\x38\xc0\xb1\x7e\xdd\x21\x42\xa2\x4c\x74\xec\x20\xae\x21\xd2\xbe\x74\x6d\x2a\x99\x88\x41\x3c\x0d\x45\x19\xc4\x07\xf9\x78\x5b\x7d\x75\x64\x37\x68\x54\xdf\xf6\x9d\x72\xf5\x48\xb9\xb9\x5c\x41\x94\x2d\x33\x4e\x95\x2c\x69\x64\x33\xfd\x50\xfc\x00\x97\xa0\x82\x97\x02\x22\x16\xb4\xf2\x45\x09\x28\x44\xc3\x66\xbf\xea\xec\x95\xb2\x63\x47\x9c\x91\x7d\x51\x8b\x8d\x4a\x47\xf1\xee\xb4\x44\x09\x45\x62\x52\x4e\xb1\x76\x2e\x60\xc5\x59\xdd\xdd\x52\x76\xb2\xac\x65\x7b\x47\xad\x6b\xa4\x20\x28\x47\xd9\x49\x70\xbe\x2f\x26\x99\x05\x35\xca\x82\x00\xa6\xea\x9d\x07\xc4\x83\x00\x95\x38\x1b\x99\x77\xb8\x52\x58\x97\x41\x50\x3b\xc3\x41\x9b\x0b\xa5\xbc\x8f\xb1\x85\xa7\x3d\x93\x3d\x57\x59\xc9\x49\x52\x01\x8a\x6c\xa5\x10\x51\x63\x46\x5c\x25\xb4\xae\x45\x58\xfd\x8a\x45\xf8\xc3\x5f\x95\x52\x08\xeb\x8d\xb5\xb1\x1e\x74\x6f\xca\x5b\x54\x11\x20\x37\x95\xfa\x90\xc5\x1a\xe4\x64\x25\x9b\x63\xa5\x38\x7a\x4f\x58\x45\xd5\xd9\x5f\xf3\xc8\x9a\xd1\xbe\x61\xb1\xdf\xeb\x38\x19\x1e\xeb\x60\x22\xc2\x4e\x29\x7d\x27\xcb\x8d\x41\x94\x65\xc5\x26\x27\xf7\xa9\xc8\x96\xa4\xfa\x62\xb0\xdd\x62\x0a\x6e\x37\x0a\x55\xcb\x72\x53\xe4\xef\x4b\x2e\xbe\x18\x68\x5b\x44\x01\x6c\x3f\x11\xa9\xb2\x74\x4d\xfe\xf2\xe1\xfe\xc7\x2f\x06\xd6\x16\x51\xc0\xda\x4f\xb4\xe6\x16\x7d\xf8\xb3\x50\xd6\x9c\xc0\xb1\xe7\xe9\x10\x5a\x97\x95\xf8\xf2\xa2\x65\x25\x6c\xd9\xb2\x12\xcd\xbd\x04\xb9\x4a\x4e\x9e\x1f\xc8\x2e\xf1\xe6\xb4\x50\x2f\x29\x6f\xd3\x62\x43\x8e\x98\x51\x3b\x59\x8e\xfa\xcc\x9c\x2a\x99\xad\x92\xb9\x08\x1c\xbb\x5f\x49\x43\x46\x2e\x52\xcd\x04\x8c\x9c\x09\x38\x2a\xed\xf4\x4f\xf5\xe9\xe6\x4a\x8e\xa6\x6c\xd0\xa4\x9c\x22\xd6\x70\x01\xf5\xdc\x93\x7e\x04\x0e\x97\xa8\x99\x3a\xed\x5b\x6d\xca\x45\x3b\xfd\xd4\xeb\xba\x22\x54\x73\x67\x40\xf4\x6f\x0d\x21\x44\xb4\xae\x91\xc6\x8c\xaa\xf7\x1c\x62\x8c\xd1\x39\xa2\x58\xa0\xf2\x8b\x91\xd3\x9d\x09\xe3\x83\x08\x07\x45\xdd\x09\x92\x7e\x71\x05\x07\x73\x62\x7c\x18\xe3\x54\xd1\x4d\x50\xd7\xab\xf6\x7b\xc0\x95\x27\xfa\x1f\xcb\x47\xc2\xbf\x4b\x2b\x65\x4d\xa6\xbc\xd5\x3b\x31\x10\x71\xec\x9c\x96\x4f\x9c\x95\x81\x34\x3b\xd9\x5a\x0a\x27\xcf\x25\xa7\x0b\xca\xd2\x22\x11\xad\x95\x80\x6a\x81\x79\x38\x49\x68\xf7\x18\x9a\x83\xc5\x97\x51\xe3\x3d\x27\x55\x26\x9b\x0d\x17\xc3\x15\x44\x45\xdd\x2a\xbd\x27\x53\x34\xc7\x11\xd2\xf7\x42\x2c\x73\x1c\x34\xfe\x8f\x63\x6b\xcf\x40\x27\x4b\xc9\x6f\xb9\xdc\x8f\x9a\x1b\x23\xda\xcc\x79\xe9\xbc\xca\x83\x73\x68\x8c\x7c\x35\x19\xdc\xa9\xbb\x31\xd8\x7c\xa1\x0d\xce\xdb\x86\xa8\xd3\x1d\x89\xf3\x4d\xf7\xd5\x5f\xed\xd4\x49\x6f\x76\xbf\xa0\xd7\x9b\xb6\xd7\xf3\x4e\x9f\xd7\x4e\x9f\x37\x10\xad\x1b\x62\xd4\x45\x3f\x3f\x4d\x3d\x0f\xd1\xcf\x11\x89\x62\x28\xea\xc7\x21\x07\xc9\x5b\xca\xcf\x96\x54\xfc\x44\xff\xba\x65\xcb\x4a\x98\x87\xad\x44\xeb\x89\x33\x68\x6c\x7f\xb5\xdf\xcd\x54\x0e\x37\x44\x1b\xec\x79\xa3\xd6\x59\x26\xd8\x18\xf3\x52\xfd\x1e\xed\xfb\xcd\xcc\x18\xe5\x12\x54\x20\x66\xb6\x34\xf3\xb3\x79\x32\xc9\x11\x64\xb7\xad\x2a\x8c\x43\x1b\xda\x34\x21\xda\x84\xe6\x4d\xa8\xd4\x7a\xce\x25\xee\xbc\x9d\x66\xc7\x62\x19\x8a\xf2\x96\x38\x7a\x19\xc0\x83\xb3\x6d\xd0\x13\x60\xd9\xc8\x3d\xb6\x5c\x2d\xdb\x8f\x78\x33\x86\x87\x45\x3f\xcd\x5b\xbe\x74\xca\x3b\x8b\xcc\xd8\xfd\x72\xc6\xc7\x59\x78\x94\x9f\x5d\xfd\xce\xa5\xd0\xcf\xe8\x94\xca\x2c\xac\xc3\x34\x4f\xdc\x87\x25\x8d\x3f\x92\xcb\x89\x7f\x7b\xe7\x7d\x3b\xbd\x5c\x74\x2f\xce\x9a\xe3\x25\x62\x8e\x97\x7c\x2f\x31\x7a\x69\x3f\x5d\xad\x47\x9e\x3e\x83\xb8\x6d\x63\x0b\x61\x23\xef\xda\xc8\x85\x8d\xfc\xd6\xfb\xb6\x89\xfc\xc7\xa6\x94\xd1\x8d\x0d\xbe\x89\xfe\x43\x74\xf5\x7a\xe4\xa9\xd3\x4e\x40\x35\xe7\x9e\x42\x44\x6a\x00\x47\x4a\xce\x29\xcc\x33\x51\x8c\x3c\xf6\x8a\x91\x92\x7f\x0e\x31\x6d\xaf\xe9\xb5\x6b\x8c\x72\x24\xa4\x04\xa6\xb3\x79\xcd\x2c\x36\x99\x6b\x74\x1d\x5d\xbd\xfc\x32\x29\x7e\x78\x13\xbd\x80\x4a\x7a\x7f\xfd\x72\x38\x54\x17\x15\x00\x07\x9e\xa6\x06\xc7\x66\xc9\xbc\x6c\xea\xc9\x0d\x75\x48\x9e\xd6\x25\x17\xd5\xc9\x77\x56\x65\x2b\xfa\xfd\xe6\xc5\x4a\xf7\x68\xd5\xaa\x29\x99\xef\x97\x80\x20\xcf\x01\xef\xc1\xbb\x41\x3c\xa6\x80\xc1\x84\xd5\x35\x92\x6d\xf9\xb2\xf6\x5f\x5d\xdd\x44\xba\xfd\xba\x27\xb2\xfd\xde\x37\xf6\x0d\x36\xd7\x3c\x6e\xbd\x2e\x76\xdf\x78\x10\xa5\xe7\x72\x64\x69\x51\xc8\x0c\x95\xca\xf0\x0b\x99\x17\x24\x13\xb6\x1c\xea\x47\x70\xbf\xe7\xd6\x2e\xb9\x84\x28\x53\xd9\xde\x29\xd3\x45\xe5\x9f\xeb\x91\xfd\xcc\xcb\x35\xe1\x62\xf7\x3d\xa9\x32\x4e\xd7\xa2\xe4\xba\x20\x2a\xdc\xbc\x39\x99\x53\x46\x6c\x5e\x93\x63\xa3\x72\xd8\x1b\x9c\xdf\xe8\x27\xda\x0a\x28\xf8\xee\xb9\x00\xcf\x35\xf2\x52\x0f\x3d\xeb\xb9\x19\xd7\xb0\xce\x14\x71\x2c\xe1\xb3\x76\x74\x55\x9f\x1a\x13\xeb\x00\xae\x02\x1c\xa5\xce\xb1\x96\x84\x9c\xf9\x7e\x61\x47\x2c\x03\x02\x79\x9a\x3d\x78\x70\xc4\xd4\xfc\xa4\x8b\x8d\xb9\xde\x5e\x38\xa9\x4d\x0b\x82\x0d\x88\x50\xc3\x8b\x40\x03\xbb\xe1\x4e\x72\x87\x5b\x37\x1e\xf9\x0e\xef\x7e\xb7\x9e\xcb\x00\x47\xa5\x7b\xe2\x36\x2a\xc6\x05\x68\x3a\x83\x3c\x85\xfd\xa6\xde\x79\x0d\x93\x26\x51\x8f\x0c\x9e\xd7\x28\x7e\xf1\xfa\x3a\x39\x41\x8b\xa3\xbe\x53\xe3\x09\xea\x79\xae\xc3\x65\x5a\x39\xe3\x36\x72\x8e\xb1\xda\x15\x8c\xc8\xb5\xdd\xbc\xd9\x78\xd0\xd1\x91\xb0\x4b\x0a\xc3\x4d\xda\x44\x68\xe3\xbc\xc6\xe1\xa2\xa1\xfa\x51\xe7\x7a\x0b\x2e\xdd\x77\x4d\x71\x09\x89\x16\x17\x59\xeb\xc1\xfe\x0d\xe7\xe9\x2e\xa4\x95\xfa\x05\x0c\x6a\x7d\x78\x63\xc1\x63\x2c\xe8\xed\xc1\xe5\xa6\x90\x8b\xd3\x28\xf5\x7d\xd2\xec\xd9\x1a\x83\x19\xc7\xc4\xb6\x54\xb7\xe4\x9b\x9b\x26\x18\x63\x43\x97\xed\x4c\xb0\x69\xb0\x63\x99\xcf\xa0\x21\x7f\x86\xe4\xd6\x86\x4d\xaa\x69\x53\x57\x65\x5a\x6d\x3b\xe1\x3a\x97\x6a\x44\x7c\x62\x8e\x6a\x7b\x1e\x6c\x09\x76\x0c\xa8\x55\x19\x60\x8a\x5a\x3a\xa6\xd0\xdd\x52\x9c\xa0\x1d\x5a\x37\x5e\xaa\x27\x53\xf5\xea\x6c\x5b\x98\xc1\x1a\xc0\x1a\xbd\x78\xfd\xfa\x0b\x95\x19\xc3\xeb\x9b\x57\x92\x8d\x3c\x2b\xcb\xcd\xcb\x75\x91\x52\xe6\x25\xde\x07\xf2\x24\x3c\x6d\xcd\x79\xb9\x14\xab\xc2\x4b\xbc\xbf\xf1\xc2\x43\x96\xef\xeb\x0c\xf5\xa7\x59\xa2\x6b\xe3\x86\xfb\xf1\x48\xec\xf7\x40\x68\xcb\x6b\x2c\xb9\xc1\x6c\xb3\xd8\xef\x65\x3c\xdf\xc9\x01\x4e\x31\x57\xcf\x55\xe4\x65\xb6\xd1\x66\xa7\xea\xaa\xd3\x2f\x29\x5b\x48\xd9\x37\x6b\x13\x94\x76\xbf\x20\x06\x2f\x08\x14\x87\x65\x7e\xd0\x86\xab\xc0\xab\xd6\x29\xf3\x20\x6c\x6c\xdf\x09\x13\x98\xa0\xc2\x5c\x5c\x49\x8b\x02\x7b\x1b\x56\x11\xe1\x35\x71\xad\xdb\x9e\x39\x7d\x22\x79\x9b\x20\xca\x35\x8e\x9a\xaf\xac\xa0\x6b\xec\x71\x7d\x15\xa5\x67\xfe\x0f\xdb\xdc\x8f\x4b\x2a\xc8\xfb\x75\x9a\x11\xec\xad\x39\x71\x12\xc8\xec\x81\x8a\xbf\x55\x84\xeb\x2e\x60\x85\xe4\x36\xfd\xbe\xfc\xfd\x7c\xe2\xaa\x3a\x9f\xb6\x39\x91\x92\xe6\xda\x75\xc8\x8f\xb4\x12\x84\x11\x0e\xbc\xac\x5c\xef\x3c\xd4\x39\x37\xd4\xd7\x41\x45\xb9\x96\xdc\x20\x5d\xa4\x06\xab\x56\x61\x06\x55\xfa\x9a\x13\x09\xe8\x7b\x3d\xfe\x00\x22\x6f\xc3\x34\x3f\xcf\x5d\x63\x74\x85\x97\x59\x99\xf2\xfc\xfb\x54\xa4\xca\xaf\x66\x56\xb2\xaa\x94\x1d\x4f\x39\x03\xde\x86\x49\xee\xda\x13\x65\x6f\xa3\x66\x4d\x27\xbf\xa7\xbc\xf3\x75\x0b\x08\xbe\xa3\x6c\xd1\x7b\xfb\x43\xaf\x5a\x93\x8c\xce\x69\xd6\xab\xc4\x66\x3e\xf7\x20\x32\x2a\xbc\x0e\x08\x7d\x45\x48\x1b\x5d\x9a\xe7\x07\xe8\xc4\x76\x65\xba\xdf\x37\x73\x6e\x74\xb2\xb4\x71\xc4\x0a\x4a\x44\x1a\x9d\xfb\x59\xf8\xe8\x30\xcd\x96\xb6\xf5\x21\x22\xc5\x9f\x92\x7d\x57\xae\x77\xea\x74\xf5\x08\x8b\x36\x15\x1c\x62\x4e\x79\x19\x6d\xa8\x7a\x56\xe6\x3b\x73\x99\x40\x5f\x48\x2b\xa0\xf2\x81\x24\x47\xfb\xa7\x32\x27\x86\xb4\x2b\x19\x9f\xc9\x51\xd7\x93\xa6\x82\xa8\xdf\xc0\x20\x4f\x24\xfb\xae\x5c\xad\x52\x96\x1b\x32\x80\xc7\xb7\xd3\x64\x7c\x2f\xd3\xb9\x7a\x8f\x69\xd5\xdb\xb0\x6a\x93\x65\xa4\xaa\xe6\x9b\xc2\x83\xa3\x0d\xee\x47\x66\x0d\x9e\x77\x46\x97\xe8\xf2\xed\xf0\x2a\x48\x9b\x4a\x8e\x9d\x53\x73\xd2\xf3\xd0\xfc\x9f\x1a\x65\xc5\x1d\x3e\x39\x56\x16\xdb\xfb\xbd\xa1\x7b\xd2\xe2\xd5\xf7\x1b\x0c\x9f\x82\x21\xc5\x8f\xaf\xe8\x50\x07\xc6\x71\x97\x4c\xd1\x79\x5a\x14\x32\xf7\x2c\xcd\x1e\x24\x80\x35\x2f\x57\x6b\xa1\xde\xc7\x3f\x96\x55\xc0\xe5\x2a\xcd\x7a\x65\xd5\x7b\xba\xa4\xfa\x91\x71\x96\x6e\xe9\x22\x15\x25\x57\x33\xfb\xcd\x82\x30\x01\xc7\xde\xdf\x37\xc3\xab\xf8\x95\x97\x78\xdf\x09\x5e\x78\x30\xf0\x82\xef\xbc\xd1\xf1\xbe\xe0\x0f\xcf\x7f\xaf\x2e\x1e\xc8\xee\xef\xd5\x45\x7d\xb9\x40\x02\xd6\xc0\x5b\x91\xaa\x4a\x17\xc4\xa3\xac\x27\xc6\x22\x34\x9f\x89\x27\xb1\xa3\x3a\x68\x7b\x95\xf4\xfe\x20\x37\x49\x35\xea\xfd\xa0\x2e\x41\x34\x33\x4d\xf7\x40\x4f\x8e\x7a\x2e\xb7\xd5\xc5\xee\x39\xf3\xfd\x53\x76\x84\x99\xb1\xf6\x57\x94\x38\xee\x7c\x81\x0a\x26\x36\xe2\x4d\x51\xa8\xb8\x0a\x40\x88\x0a\xdf\xef\x92\xbc\x7b\x07\xb3\x80\x28\x6d\xef\x80\x6c\xea\x1a\x0d\xaf\x5e\xc7\x9f\x5e\xe5\x44\xf8\xf1\x23\xa9\xee\xcb\x7c\x53\x10\xdc\x8f\xda\x55\xef\xe5\xeb\x58\xae\x7a\x20\x05\x5c\x82\x65\x60\x18\x45\x2f\x21\x94\x63\x23\xbf\xae\x6f\x5e\xbc\x80\x70\xa4\x82\xc3\xab\x97\x10\x8e\x5c\x8d\x7d\xbb\x11\x93\x62\x40\x5b\xc3\x98\x24\xcf\x76\x81\x24\xf5\x91\x96\x5d\xdd\x4a\x27\x3d\xca\x2a\x91\xb2\x4c\x5f\xf1\x75\x66\xe0\x87\xdd\x9a\x98\x59\xf8\x5d\xca\x58\x29\x7a\x52\xe6\xe8\xa5\xfa\x3a\x5b\x2f\xad\x7a\x69\xaf\x41\x33\x3c\x50\xa6\x6b\xe8\xc4\x01\xf7\x0b\x99\x13\x4e\x58\x66\x61\xca\x1d\x68\x6f\x99\x56\xec\x5b\xd1\x9b\x11\xc2\x7a\x94\x51\x41\xd3\x82\x56\x24\xef\x0d\x7a\xd5\x66\x4d\x38\x80\x9d\x1c\xb2\x7e\x92\x7b\x76\x47\xd3\x17\xed\x53\x8e\xed\xeb\x8b\xc2\xf7\xdb\xd1\x77\xa2\xc7\x24\x11\x6d\x23\x8b\xa6\x91\x27\x33\x37\x2f\x76\x88\xd3\x08\x79\x2f\x5b\xd7\x23\x4f\x6b\x4e\xaa\x4a\xc2\x5b\x6d\x2a\xd1\x23\x54\x2c\x09\xef\xcd\x88\xd2\xf8\xf4\x4a\xee\x60\x08\xf5\x24\x06\xbd\xa0\xb9\x4c\x3d\x22\xad\x9c\x67\x05\x3f\x2d\x2c\x00\x21\xb9\x44\x93\x88\x9e\xe5\x3c\x16\x7c\x93\x89\x92\x27\x46\x00\x27\x88\xb0\xcd\x4a\x7b\xbe\x4a\xfa\x31\x7a\xe4\x54\xe8\x70\x84\xdc\x6d\x43\xd2\x8f\xea\x1a\x22\xe1\xfb\xc0\xd4\xf1\xff\xb0\xf7\x2f\x4c\x6e\xdb\x48\xa3\x30\xfc\x57\x24\xae\x87\x06\x2c\x48\x23\x8d\xef\x94\x61\x95\x63\xc7\xbb\x3e\x5f\x9c\xf8\x78\x9c\xdd\xec\x23\x31\x5e\x8e\x08\x49\x5c\x53\xa0\x42\x42\xe3\x51\x86\xdc\xdf\xfe\x15\x1a\x00\x09\x5e\x34\x33\xce\x93\xe7\x3d\xe7\xad\x7a\xab\xec\x11\x01\x34\x1a\x8d\x5b\xa3\x01\x34\xba\x33\x26\x3e\x18\xd4\x3f\xad\x66\x9d\xb1\xd0\x38\x9e\x1c\x4a\x40\xc5\xe7\xcf\x54\x60\xed\x79\x64\x32\x7e\xfa\xf0\xe9\xa3\xc9\xb3\xb3\x87\xd5\x10\x5c\x55\x6c\x63\x6e\x4e\x49\xae\x13\x5e\x7b\x34\xa1\x1d\x9b\x30\x5c\x90\x64\xb5\xaa\x27\x29\x4b\xe8\x82\xa5\xd6\x51\xac\x75\x10\xdb\xa7\x14\x8c\x6c\x91\x35\x13\x5e\x5b\xfc\x64\x05\xc9\xec\x04\xa5\x5f\x48\xb9\x12\x18\xbe\xaf\xbf\x12\xb1\xd0\xc2\xb5\x11\xbc\x11\x29\x44\x29\xf8\x76\x49\x8d\x01\xd9\x50\xe7\xf3\x67\xd5\x39\xc3\x94\x05\x4b\x31\xd4\x0f\x80\x87\xce\x00\x8d\x49\x62\xb2\x63\x84\x07\xce\xe7\xcf\x0e\x09\x69\xa7\x56\x74\x69\x0b\x9c\xa4\xd3\x4c\xdd\xa1\xf0\x4a\xe1\x27\xa2\xcd\x5d\x0d\x49\xa8\xda\x72\x44\xd8\x78\xbf\x51\x1e\x6f\xe6\x81\x6f\x6d\x73\x82\xf2\x68\x4a\xd0\x54\xee\x22\xe1\x72\x06\xb6\x08\x5a\x32\x67\x64\x2e\x23\xfd\xea\x80\x0b\xb4\x34\xd8\x36\x52\x97\xe5\x20\x0a\x24\xbb\x6c\x04\xa3\x0b\x93\x25\x4a\x25\x8f\x36\xef\xdb\x10\x97\x6b\x58\xe3\x71\x26\x70\xc1\xd7\xaa\x1d\x5a\xcf\x99\x35\x41\x88\x49\xf1\x7a\xbe\xf1\xf5\xf9\x98\x2a\x8f\xb0\xc6\x1b\xeb\x64\xbb\x4b\x38\xe3\xe2\x1f\xca\xee\x3f\x8b\x2e\x61\x57\x5e\xdf\x43\x47\x2b\xf5\x6a\xd1\x22\x14\xee\xbb\x14\xc9\xf6\xf3\x5d\x0b\x02\xdc\x68\xa8\xaf\xc8\x5c\x6e\x21\x94\x50\x8e\xe5\x6e\x26\xa0\x29\x9e\x8d\xfb\xb0\x05\x9c\x9c\x26\x94\xd2\xc9\x69\xe0\x25\x32\xc2\x75\x83\x3e\xa5\x01\x9e\x45\x74\xec\xa1\x88\x76\x1d\x9f\x88\x99\x80\xd1\xe6\xed\x09\x9c\xc5\x45\x39\x1d\x63\xfd\x70\x5f\x57\x55\x4e\x2c\x54\x52\x60\xf4\x27\x49\x70\xdb\x9b\x70\xfb\xa1\x93\xaa\xce\x52\x36\x77\xca\x78\x41\x78\x81\xd2\xd1\x6b\xd3\x66\x78\x1a\xaa\x34\xdd\x15\x92\x4b\x65\x14\x21\x6e\x5a\xbe\x94\x30\x47\x8a\x57\x8e\xa2\xec\x23\xfb\x6d\x1f\xa5\x2c\x34\x1e\x04\x76\xb5\x87\xd0\xad\xe1\xca\xfe\xa7\x86\x2b\xab\x86\xab\xb0\x87\xab\xe8\x1e\xae\x99\x08\x04\xa3\x9a\x03\x82\xc6\xc8\xdf\xe5\xa7\xdc\x60\xa6\xa3\x84\xff\xbc\x0b\x65\x7a\x7d\x0a\x43\xc7\xa0\x71\x9e\x8e\x92\x8b\x8c\xa5\x97\x2c\xfc\x2e\x12\x19\x76\x05\x36\x4a\x48\x12\x29\xea\x42\x8a\x0b\x98\x07\xac\x36\x0f\x04\xfe\x03\x43\x57\xf1\x46\x56\x23\x41\x99\x42\xb0\x63\x68\x75\x4b\x97\xe7\xe6\xee\x6e\xb6\xf7\xc4\x91\xd9\xf2\x26\x0a\xdf\x27\x7b\x2e\x8e\x59\x27\x98\x6f\x7c\x3d\x18\xab\x88\x91\xec\x62\x28\x58\x37\x97\x1a\x00\xcc\x9e\x38\x77\xa5\x92\x95\x54\xb2\xd9\xde\xbb\x69\x4e\xff\xcc\xb7\xdf\x4e\xe8\x6a\xd5\xa0\xb4\xf5\x3c\x1c\x3a\xea\xd8\xac\xa9\x50\xcd\x9a\xa8\xd7\x4c\x20\xdc\x24\xf8\xd8\x1c\x44\xb5\xb6\x31\xb3\x90\xd4\x8f\x84\x18\x9e\xb1\xf9\xd8\xf7\x18\x56\x34\xc3\x48\xd5\x9c\x49\x35\x70\x7b\xda\x1a\xcf\x0b\x86\x32\x33\x71\x83\x63\x13\x97\x04\x98\x5c\x7f\x48\x93\xcb\x28\x64\xa9\x17\x92\xd7\x09\xcf\xa4\x0c\xe0\xed\xe0\x61\xa6\x39\xf8\x28\x17\xb3\x82\x3c\x7f\xfc\xec\xf9\x1f\x11\x48\x13\xa4\x45\x52\x29\x93\x42\xe0\xa1\x0c\x1c\xd1\x24\xb9\x51\xe8\xac\x96\xd6\xb4\xac\x8e\x5a\x49\x35\xbf\xb2\xb6\xc0\xdd\x95\x78\x3a\x7e\xf2\xb0\xfb\x1a\x64\x9a\x52\x6b\xd7\x5f\x9a\x8b\xe1\xa3\xf5\x8c\x8f\xd6\x9e\x5e\x06\xbb\xce\x63\xa3\x15\x62\xa3\xd7\xe7\xe7\x92\xf4\xd7\xe7\xe7\xfa\x12\xa4\x7a\x60\x54\xc5\x4d\xd5\xdc\x6d\x64\x1e\xd3\x16\xf3\xeb\x16\x14\xff\x55\x61\xfa\x57\x2f\x55\x6c\x37\xeb\x05\xbc\x67\xb2\x8f\xac\x67\x06\x82\x70\x6a\x2e\x8e\x30\x49\xa9\x39\x61\x24\x11\x1d\x4e\x48\x42\x1d\x87\x04\x94\xc3\xdb\x9d\xd7\x49\xc8\x5e\x09\x34\xc6\xd3\xc1\x20\x7a\x91\x4e\xf1\xb8\x4f\x91\xa8\x27\x46\x18\xcf\x92\x01\x15\x2f\xe9\xc4\x75\xc5\x0b\xfa\x70\x92\xe7\x93\xb3\xa7\xc0\x5e\xc6\x94\x46\xae\x2b\x5e\xd2\x47\xcf\x20\xed\xf1\xd3\x3c\x9f\xb4\xe2\x5c\xf7\xd1\x63\x4a\x83\x99\xb3\x58\x38\x03\x51\x1d\x25\x4e\x9e\xe0\x81\xd3\x73\x3c\x85\x65\x02\x6f\x97\x24\xa4\xc8\xf3\x3e\x92\xe5\x9d\x3d\xcb\x73\x1d\xf1\x5c\xfd\xd4\x8b\x12\x2f\xe9\x93\xc7\x10\x7a\x3e\x86\xd0\xf3\xa7\x10\x9a\x9c\x9d\x61\x55\x1a\x37\x4f\x94\x22\xec\xd9\xdf\xc9\x80\x3a\x8b\xfd\x6a\xb5\x0a\xcb\x6d\x66\x62\xf9\x55\x79\x7d\x7e\x0e\xe7\x8f\xaf\xcf\xcf\xe1\x60\xcf\xee\x4a\x2a\x88\x28\x50\x8a\x0b\xf2\xfc\xd1\xe4\xac\x26\x82\xb6\x8e\x22\x05\x75\x4e\xe6\xc1\x70\x35\x1e\x3e\xf7\xaf\xcf\x0a\x87\x70\xaa\x36\x31\xeb\xef\xaf\x76\xc8\x41\xce\x40\x0c\x1c\x9c\xa3\xf9\xaf\x27\xfe\x60\x86\x1d\xe2\xac\x23\x07\xfa\xac\x0d\x35\xd0\xa9\xd3\xe6\xdb\x0c\x91\x1e\xf4\x24\x9a\x87\x6c\x99\x84\xec\xe7\x8f\xef\x4a\x06\x81\x58\xf9\x9e\x06\xfb\xfa\x44\x20\xc1\xd7\x45\xb4\x42\x13\x5a\xe9\xf9\x94\x63\x76\x2a\x64\x33\x4f\x4a\x87\x62\xca\x8c\xdb\x58\x2e\x58\x69\x19\xac\xd8\x8e\xe2\x5f\x36\xbf\x96\x2b\xad\x3a\x56\x9e\xfb\x24\x02\x43\x32\x28\xb5\x8d\xba\xc1\xa4\xaf\x68\xee\x75\xd1\x8c\x2b\x4a\x2b\xe7\x1a\x4c\x5f\xa1\x71\x9c\xe7\xa0\xaf\x3f\xb1\x1e\x33\x83\x46\x97\xa0\x88\xd1\x08\x09\x92\xe2\xaa\xd6\xb5\x5c\x65\x17\x17\x47\xae\x58\x6a\x86\xa3\xca\xc7\x83\xdd\xb3\xf2\xfb\xab\x1d\x5b\x0a\x16\xf6\xfe\xc5\xb8\xac\x43\xf8\xf3\xc7\x77\xff\xea\x89\x44\x6e\xdd\xa4\x5c\x77\xd8\xb1\xde\xbf\x14\xb2\x7f\x91\xde\x3a\x11\xbd\x7f\x95\x3b\x37\x36\x70\xfe\xa5\x4f\x81\x4a\x29\xc6\x3a\xe8\x58\x0c\x4e\xd7\xf0\xf4\x8c\xdc\xd4\x3c\xd5\x36\xa4\xb6\x4f\x28\xd5\xde\xae\x9d\x93\xb7\xdf\x9f\xbc\x7d\xeb\x78\x7a\xb0\xeb\x21\x4f\x9c\x93\xb7\x6f\x4f\xde\x7e\xdf\x8c\x2f\x48\x44\x53\x38\x51\x43\x0c\x4f\xa3\xa9\xea\x27\x3e\x8f\xe6\x63\xdf\xa7\x1d\x94\xc8\x04\x8b\x18\x75\x83\x91\xa8\xe8\xa9\x94\x7c\x23\xb0\xbb\x87\x0c\x8a\x00\x17\x56\x09\x05\x9f\x3b\x27\xaf\xcf\x1c\xbf\x9a\x8b\x95\x4f\x48\xbd\xa3\xfc\xc2\x0e\x99\x1c\x44\x4b\x3a\x9e\x2e\x2b\x5f\x90\x4b\x73\x4f\xa3\xed\x20\xd8\x8d\x67\xcd\x9d\x98\x38\x6b\x07\x13\x3e\x8f\xfd\x52\xfc\x62\x85\x2c\x1a\x2e\x55\x1f\xb7\x6f\x13\x4a\x6d\xc8\x67\xcf\xcf\xd4\x3d\xe4\xe3\x47\x8f\xc7\x60\x77\x19\x3d\x7c\xf4\xf8\x91\x14\x49\x39\x9a\x4c\x1e\x3d\xc1\x24\x93\x71\x8f\x1f\x3e\x96\xd4\x71\x74\xf6\xec\xe1\x43\x4c\x62\xfa\x46\xae\xd9\x75\xfb\x33\xd1\x96\x55\xb3\x76\x6f\x17\x15\x52\x9e\xe7\xa5\x47\xa7\x7e\x1f\x85\x23\xc5\x3f\x66\x89\xde\x3d\x4b\xe9\x0d\xe7\x39\xea\xb3\x3c\xef\x3e\xaa\x60\xae\xdb\x71\x7e\x31\xeb\xc0\x24\x3a\xab\x9b\x90\x10\x7c\x85\x69\x6c\xfd\x96\xa9\xb6\xfe\x04\xcc\xb9\x22\x86\xf3\x7c\x85\x04\xae\x45\x5b\x75\x05\x6b\x04\x65\xa8\x06\x15\x21\x86\xe5\x70\xa8\xe5\x56\x7b\x86\x40\xae\x52\x5b\x1a\x48\xae\x12\xad\xd0\xae\x4f\xe9\xb6\x96\x77\x97\xe7\x5b\xeb\xd1\x6e\xb2\x4f\x97\xd0\x2a\xfa\xd3\x75\x33\xc4\xe4\x3e\x2c\xd3\x18\xe4\xd0\x72\xdd\x65\x55\x54\x2f\xd6\x26\xaf\x24\x94\xfe\xd6\x4f\x7e\x2f\xe9\x46\x16\xbf\xa6\x1b\x9d\xf9\xb2\x4f\xe9\xba\x56\xfc\x65\x9e\xaf\xf5\x52\xaf\x06\x1f\x54\xb3\xc6\x36\xfb\x13\xed\x9b\x63\x3c\xad\x54\x3a\x40\xc9\x4c\x66\x9b\x27\xbe\xcc\x32\x4f\xfc\x0a\x5c\x7f\x8c\x8b\xdb\x1a\x5e\x4e\x40\x78\x16\x40\x53\x49\xe8\x05\x4d\x91\x30\x33\xee\xbd\x65\x90\x3c\x5a\xa1\x43\x45\xdf\x45\x27\x7d\x07\xa5\xa8\x86\xc9\x85\xf9\x48\xe8\xa1\xb2\xba\x9d\xbc\x94\xf4\x0f\x87\x92\xe8\x03\x10\x7d\x51\xa3\x59\x55\xf1\x48\x86\xfe\x1e\xb1\x79\x48\x65\x3e\x9f\x88\x79\xe8\x13\x8e\x3b\xaa\x0b\xe3\x2e\xb4\x97\x83\x95\x25\x03\x9a\x7d\x80\xa5\x85\xc2\x2a\xc8\x4d\x05\xd9\x87\xe9\xd0\x31\x15\xaa\x3b\x58\x2b\xd2\x34\x46\xe3\x44\xb7\x4a\x5f\xc2\x91\x7a\x77\x1a\xac\x78\xea\xd1\x94\x42\xf3\x72\xec\xba\x1d\x85\x48\x96\x67\x5d\x83\xd2\x7d\x41\x9e\x3f\x7f\xf4\xec\x36\xf9\xa0\x43\x0f\xa6\x1d\xd5\xef\x5b\x73\xdc\x22\xae\x80\x91\xde\x6f\xef\x11\x8f\xde\x00\x9b\x89\x60\xb4\x39\xe6\x0a\xa9\xe6\x97\xbe\xa3\x76\x8d\x65\xb4\xe4\x65\x26\xb2\x53\x63\xe7\xde\x3d\x45\x0b\xa5\x94\x03\x5f\x95\xff\xb5\xf0\xd0\xd5\x9e\xe7\x60\xe0\xd3\x75\xd5\xef\x68\x95\xa4\xb3\xea\x13\x39\x70\x2a\x66\xec\xf3\x38\xd8\x7b\x32\x9e\x8c\xad\x13\xc2\xd4\x56\xad\xd4\xd6\x4f\xc0\xe6\x0f\x28\xe6\x66\xef\x59\xba\x66\xc1\x45\xcc\x54\xf5\xe5\x76\x6a\x89\x10\xa7\x8c\x34\x6f\xde\x67\x73\xdf\x03\xb9\x0e\x18\xa3\xa2\xb7\xf1\xe6\xd5\xd2\xc7\x31\x62\x0d\x12\x52\x98\xd8\xa1\x2e\x63\xfe\xa9\x72\x10\xd6\x12\x74\x74\xb2\xbd\x9a\xb1\x4a\x55\xac\x8d\xa7\x53\xff\x44\x35\x51\x36\xbb\x29\x51\xa2\xbd\xe1\xf8\x13\xd8\x34\xc0\xbf\xcb\xbe\x2f\xcf\x7c\x25\x2f\xc1\xd8\x9b\xfb\xe0\xc2\xb9\xa5\xbf\x6f\x49\x27\x02\xec\x07\x6a\xc6\xc3\x2d\xc6\xd3\xb8\x0f\x30\x8b\x4a\x64\xf9\x29\xe4\x9d\x7d\x03\x4a\x43\xb8\xfb\x70\x35\x9a\x0b\x5f\x32\xbc\xb9\xf0\x55\xab\x82\x0a\x59\x07\x6c\x82\xaf\xbb\xf5\x6e\x55\x0d\xe4\xbc\xd5\x8d\x56\xd7\x0c\x31\x36\x10\x25\x48\x35\x59\x5a\xed\x53\x81\xe1\x02\x23\x46\x12\xb9\x12\x07\xf0\xe1\xba\x5d\xd5\x02\x2e\x3f\x8b\xe6\x89\xdf\x36\x9f\xd9\x17\xa3\xe5\x3e\x13\xc9\x16\x32\x99\xb5\x69\x69\x0c\x60\xda\x89\xd6\x0c\xed\xd2\xb7\x9a\x71\x6f\x59\xa0\x84\x70\x0c\xab\x8b\x51\x5b\xf6\xa0\xdc\x14\xe9\x20\xb4\x5b\x54\xbf\x51\xe1\x44\xb6\x58\x42\x13\x29\x75\xe0\x51\x20\xe7\x03\x94\x48\x13\x2b\x90\xe7\x11\x49\xda\xb5\xa3\x1d\x71\x79\x2e\x48\xa2\x26\xe1\xcf\x3c\x66\x59\xf6\x93\xd8\xb0\xf4\x6b\x94\xb1\x73\x75\xe3\xc9\x42\x6a\x7c\xca\x37\x67\x61\xa9\x95\x4a\x29\x6d\x1d\x84\x04\x33\x9b\x22\x4d\xba\x97\x99\x8f\x14\xc9\x9f\x62\x09\xca\x0e\xed\xa6\x6e\xa2\x6b\x5f\x09\xaf\xa2\x34\x13\xe5\xfe\xb9\xa7\x14\xc6\xa5\xe4\x0e\xbb\xea\x34\x38\x38\xd8\xbe\x80\x0c\xf7\x4b\x86\x1a\xde\x35\x4d\x0f\x02\x4d\x72\x26\x91\xeb\x42\x73\xbf\x98\x2e\x2d\x25\x92\xb8\x20\xcf\x1f\x3e\x7f\x72\xc7\x77\x38\x5a\xf2\xbc\x89\x7d\x3a\xca\x50\x72\x2b\x05\x39\xab\x24\x81\xab\xd8\xa3\x2b\x00\x31\xfd\xd0\xdc\xb4\x91\x52\xe6\xae\x2b\xb4\x91\x25\xcd\x2c\x87\xee\xc6\xd0\xe8\x75\x01\xb2\x49\xb9\x3d\x03\x53\x65\xca\x9b\x24\xb9\xae\xdf\x2a\xe9\xbb\x26\xc9\x6f\x9b\x22\x41\x8f\x8d\xae\x60\x95\xef\x60\x2c\x60\x30\xa5\x69\xfd\x4e\x73\x97\x29\xea\x23\xc5\x92\x70\x9e\x77\xb4\x14\x8a\x68\x8a\x5d\xb7\x5c\xc8\x8c\x7a\x20\x2c\x66\x89\xb6\x5b\x8a\x5d\x37\x45\xe0\x58\x61\x39\x53\xcc\xeb\xba\x71\xe9\x45\xba\x2a\xc2\xed\x6b\xb2\x02\x7b\x60\x84\x82\xe3\x82\xec\x3b\x15\x28\x9b\x27\x3c\x2f\xcf\x66\xd5\x21\xf6\x99\x5c\x87\x48\x02\x52\xdd\x34\x72\x5d\x94\xd0\x40\x51\x97\x90\x1b\xb9\xbd\x30\x0e\xe1\xd4\x6e\x69\x3c\xcd\x2a\x5f\x93\xd9\x80\x4e\xb0\x64\x5b\xc9\x3c\x03\xe6\x30\xcf\x7c\x9f\x70\xf5\x8b\x8b\xe9\x7e\x94\xed\x77\x30\x32\x2b\xc5\xc6\x8c\xf6\xfb\x4b\x52\x17\x5f\x1e\x8d\x9f\x36\xd4\xf0\x6a\x03\xb6\x73\xb4\x20\x41\x9c\xea\x14\xaf\xd4\xf4\x93\x0d\x45\xc4\x28\x10\x22\x8d\x2e\xf6\x82\xc1\x23\x37\x5a\x2e\xf5\x2a\xa8\x84\x3e\xd2\x88\x95\x73\xf6\x7d\xb0\x43\xf3\xb9\x13\xc4\x62\x1d\x1f\x76\x1b\x87\xc8\xcf\xbf\xc2\xa7\x4f\xaa\xf8\x90\xad\xac\xa4\x37\x6c\x55\x4b\x8d\x04\xdb\x5a\xc9\xef\x64\x10\xd2\x79\xb4\x0d\x04\x03\x5b\x94\x32\x5d\x05\xc1\x52\xb3\x9d\xbe\x4d\x84\xf2\xee\xa4\xc3\xef\x55\xd8\x82\x10\xc6\xc1\x4b\x05\x54\xfa\x7c\x01\xb8\x65\x1c\xed\x76\x01\x98\xf1\x90\x9f\x1f\x02\x65\x71\xc1\x59\xb1\x8b\x98\x71\xb9\x2f\x5f\xb1\xef\xe0\x4b\xc5\x02\x49\xdb\x40\xa4\xd1\x15\xa4\x01\x4d\xef\x55\xd8\x40\xe8\xad\xb8\x2a\x9b\xa5\x1a\x4e\xc7\x7e\x32\xb1\x16\x74\x16\x81\x05\x12\x0d\x05\x21\x93\xca\x2f\x93\xf8\x92\xd5\x0a\x54\x51\xb5\x32\xc3\x68\xb5\xda\x67\x0c\xac\xa7\x83\x8a\xb9\xb3\x62\x6f\x54\xdc\x0f\x26\xce\x40\x66\xb0\x25\x97\x9d\xb9\x0d\x76\x1a\xb2\x8a\x7b\x1f\xec\x2a\x48\x11\x70\x11\x2b\x97\x72\x0a\x4c\x46\x00\x42\x03\x93\x26\x3b\xe5\xe0\x4c\x41\xa4\xc9\xee\x5c\x05\x55\xfa\x2a\x4e\x12\xd5\x86\x6f\xe1\x4b\xc7\xee\xf9\x32\x50\xb1\x7b\xbe\x7c\x65\xc5\x5e\x94\xb1\xdf\x59\xb1\xeb\x32\xf6\xaf\x56\x6c\x5a\xc6\x7e\xd4\xb1\xeb\x60\x9f\x65\x51\xc0\x2f\xe2\xbd\x4a\xfc\xab\x8e\xf8\x2e\xde\x9b\xf6\x8e\xb6\xc1\x5a\xb5\xf5\x3b\xf8\x52\xb1\x5b\xb9\xa0\x41\x2c\x2c\x6d\x76\x2c\x4f\x42\x2b\xe5\x47\x19\xd2\xa9\x49\xba\xdb\x24\x71\xb2\x3e\xa8\xe4\x2a\xa8\xd2\x95\x7f\x28\x48\x53\xce\x7f\x75\x3c\x58\xec\xaa\x5a\xf5\x83\x0c\xda\x6d\x9a\xed\xd8\x72\x1f\x07\x69\xad\x33\xcf\x75\x64\xa3\x37\xb3\x5d\x62\xa1\x3a\xdf\x25\x35\x4c\x22\x8a\x15\xe9\x9f\xe4\x87\x8e\xdb\xa7\x17\xfb\x98\xf1\xa5\x4e\xa9\x82\x90\x9e\xa4\x2c\x5a\x73\xbd\xad\x21\x26\xac\xd8\x0a\x40\xc0\xb4\x4d\x61\x52\xc3\xe7\x47\x3d\xa3\x63\x30\x13\xbf\xd6\x66\xe2\x1d\xa2\x23\x8c\xdd\x78\x80\x91\xdf\x41\x6c\xc1\xa8\x88\x1a\x8c\x60\x57\x42\xcf\x47\xf9\xa9\xe6\xa3\xdf\xc1\xa8\x2c\x1e\x04\xec\x0e\x54\x29\xf7\x69\xec\x10\x2b\xfc\xf3\xc7\x1f\x14\x37\x30\x79\x79\xb0\x95\x15\xaf\xe1\xaa\x43\xc8\xc5\xca\x86\xf8\x24\xc3\x12\xe2\x22\xc8\xd8\x2a\x65\xbf\xed\x19\x5f\xca\x2e\x97\xe1\xb7\x65\xd8\x40\xec\xd2\x64\xa5\x9a\x5d\x86\x3e\xe8\x10\x70\x9a\x20\x5e\x6e\xd5\x60\x92\x9f\xef\xcd\x48\x32\x1c\x68\xcf\x23\x91\x59\x6c\xe8\x67\x08\x4b\x08\x3d\xbb\x41\x59\x24\x80\x86\xd3\x31\xaf\x4d\x8c\x84\x62\xe1\x9a\x69\xfc\xf2\xb3\xc4\xaf\x76\x20\x06\xbb\x0a\x55\xb8\x8f\xf5\xa7\xe9\x25\x9b\x81\x9a\xb8\x3a\x07\x35\xb1\xa6\x04\x13\xae\xca\xf8\xc2\x52\xce\xe2\x92\x87\xa9\xa0\xc5\xbf\x54\x84\xcc\x6f\x94\xe0\x75\x94\x44\xf1\x83\x8a\x52\x70\x07\x65\xee\x0e\x00\x0e\x1f\xd4\xb7\x4e\xc9\x76\x60\x3b\x52\x25\x9d\xeb\x80\x4e\x13\xd1\xd6\xa4\x7c\x82\x4f\x18\xb1\x80\x38\x08\xff\xbd\xcf\x60\xbc\x42\xf0\x95\x0a\xaa\x11\xbd\x8d\xe4\x54\x5b\x26\x9c\x05\x7c\x0d\x7d\x6a\xe2\x5e\x27\x9c\xbd\x82\x38\x09\xb9\x0d\xd2\x2f\x2c\x55\x96\x76\xc1\x46\xb3\x0c\x2a\x7b\xc4\x56\xba\x69\x1f\x15\xaa\x5a\x47\x85\x95\x51\x67\x93\x0a\x66\x8e\x75\x6a\xf6\x65\xa9\x74\x2e\x2b\x04\xd9\x17\xad\x86\x69\x63\xc9\xbe\xd8\x00\x55\x0a\xdf\x6f\x93\xa5\x08\x2e\xa1\x05\xf8\x7e\xfb\x93\x0e\xc8\x34\x39\xee\xca\x36\x97\x01\xab\xb5\x77\x60\x6e\x81\x37\x0a\xd7\xb1\xad\xf2\x75\xbc\x3d\x5c\x74\x54\x7d\xb4\xe8\xc8\x06\x3a\x0b\x0f\x74\x6a\x20\xe4\x40\x51\xdf\xaf\xc4\x2f\xb5\x94\x83\x95\xf2\xcf\x5a\xca\xef\x56\xca\x7f\xa9\x94\x94\xc1\xfd\x76\x10\xef\x36\x72\xc5\x31\xe1\x57\x10\xae\x41\x48\xb6\x2b\xd2\x40\x44\x89\x0d\x07\xb1\xe0\xe0\x40\x43\xc3\x00\xb8\x64\x25\xfd\x26\xa2\xaa\x41\xca\x56\x57\xe0\x70\x72\xf5\x8b\x09\x1f\x54\xf8\x9f\x3a\xbc\x63\x81\x58\x26\x7b\xc5\x02\x21\xf4\x1a\x42\x55\x6a\x08\x0b\x98\xfa\x7e\xa3\xd7\x2e\x7d\xc7\x18\x82\x6f\x52\x70\xe7\x00\x20\x2a\xf2\xfb\x2a\xd2\x86\x5d\xb1\x40\xec\x53\x66\x43\xbe\x35\x51\x12\xce\xac\x35\x16\x6b\x31\x51\x35\xde\x62\x22\xa5\x28\xca\x59\x0d\xee\x7b\x13\xa5\xe0\x52\x16\x84\x5b\x26\x36\xb0\xec\xab\xe0\x7b\x15\x84\x74\x11\xa4\xa2\x5c\x18\x21\x64\xad\x8d\x99\x08\x43\x76\x19\x05\x5a\xa8\xcb\x44\xf8\xa6\x0c\xaa\xf4\x48\x2c\x37\x72\x55\xcb\x20\x59\x86\x3e\x41\x08\x52\xf7\xe9\x2a\x58\x32\x70\xf7\x20\x93\x55\xf0\x1c\x82\x90\x7e\xc8\x04\xdb\xc6\x01\x5f\xef\x95\x08\xa0\x22\x7e\x30\x11\xb0\xfa\xc8\x2d\x04\x88\xc7\xb2\x04\x08\xfd\x5d\x85\x54\x6a\xba\x66\x30\x32\xd5\xd7\x2f\x56\xec\xa1\x8c\xfd\x67\xb9\x8e\x95\x33\x4b\x06\xac\x99\x75\x19\xb1\xaf\x17\x89\xc4\x23\xbf\xbe\x4b\xae\xca\x58\x85\x41\x27\x7c\x52\x01\x99\x76\xb5\xdc\x04\x9c\xb3\x58\xe9\x61\x83\x4c\x7c\xf5\x5a\x45\x9d\x9b\x28\x09\x77\x68\xc3\x1d\xba\xe0\x7e\x4f\x92\x6d\xc0\xc3\x1d\xd8\xb9\x94\x81\x57\x3c\xfc\x10\x70\xb9\xd2\x16\xe4\xe1\x93\xf1\xe3\xbb\xec\x8b\xc5\x26\xca\xb4\x76\xc7\xe7\xcf\x41\x96\x45\x6b\x6e\x1d\x49\x56\xc7\x70\x66\x0f\xdb\x02\xb1\x2e\xc6\x04\xe1\x74\x42\xd2\xd6\xce\x6c\xca\x5f\xa4\x53\x3e\x18\x94\xcf\x64\x22\xb9\xc3\x14\x96\xce\x11\xf7\x71\x6b\x63\xdd\x75\xb0\x24\x88\xdc\x5c\x22\x36\x8f\x7c\x2a\x6c\xcb\x7a\xac\x20\xa9\xd1\x4e\xda\x44\x99\xfd\x54\x4a\xbb\x39\x29\x2b\xa9\xd4\x1b\xbe\x8b\x78\x08\x1e\x45\x51\x4d\xb9\x73\xd6\xb1\x2f\x36\x47\xe6\xca\x02\x28\xc7\xa4\x7b\x83\xc6\x48\x5a\xdf\xa0\x8f\x8f\x68\x44\x8a\x39\xf7\x8b\x02\x17\xde\x5d\xca\x62\xf3\x54\x56\x95\xfb\x05\x26\x49\xbd\x22\x60\xdc\x47\xee\x06\xf5\xfb\x80\x1b\xeb\x82\xaf\x8f\x51\xed\x68\x55\x0e\xa7\x49\xbd\xda\x61\x8a\x26\xa5\xf8\x9a\x95\x4a\x23\xa2\xc0\x24\xa8\x53\x15\x6d\xe5\x46\xf7\x5c\x04\x69\x7d\x90\x44\x2b\xd4\x50\x45\xa9\xee\xc6\xd5\xe1\xfa\x75\x51\xd9\xfc\x61\xb8\xe1\x60\xa5\xa4\xb2\x0f\x16\x5e\xef\x34\x5a\x18\xe1\xd8\x75\x23\x24\x08\x23\xd5\xa9\x58\x22\xc3\x98\x88\xe2\x9b\x37\xda\xda\x96\x10\xa8\x79\x3f\x7d\xfa\x04\xab\xfb\xc9\x47\x93\xe7\x13\x70\x3c\x8c\xe4\xc6\x1e\x13\xf5\x6a\xf5\x9c\x09\x24\x99\xdd\x41\xf1\x31\x38\x0d\x90\x13\x7e\x2b\x77\x6b\xd1\x2a\x55\x22\x2c\x4f\xd8\xf6\x02\xcc\xc7\xf2\x04\xe2\x60\x39\x8a\x83\x88\xab\xa7\x09\x0e\x4f\x74\x56\xdf\xbc\xa6\xae\x90\x07\x29\x0b\xb4\x88\xaa\x7f\x56\x09\x70\xf5\x0b\xc9\x32\x96\x49\x0c\x7f\xe1\x1d\x85\x14\x27\x75\x41\xa6\xe8\x8d\x04\x8a\xb6\x72\x67\x12\xf1\xdd\x5e\xe6\x8b\x32\x78\xbd\xaa\x64\xac\x35\xe3\x6a\x03\xf0\x45\x0a\x23\x4c\xc0\xca\x1b\xa4\x81\x14\x0a\xd4\x05\xa1\xe4\x89\x29\x58\x21\x76\xbe\x5e\xa4\x92\x42\xfb\x4a\x09\x0e\x6a\x4a\x8d\x39\xd7\x55\x4f\xb9\x2a\xbf\x39\x14\x99\xd7\x92\xb2\x7f\x67\xcc\x03\x27\x79\xfa\x15\xfc\x78\x1a\xbd\xe0\xb6\x01\xce\x74\x40\x43\xc4\xe7\x91\x4f\x2a\x1d\x09\xcb\x30\x4d\xa8\xca\x33\xef\x98\x47\x70\x4f\x0a\x8f\x99\x7b\xd9\xe8\x63\x92\x98\x97\xc7\x92\xb0\x4a\x49\x4c\xe0\xa9\x06\x79\x13\xa5\x4c\x39\x45\x30\x11\xc9\x52\xe2\x30\x0f\x96\x5f\x38\x03\xe5\x8b\x6f\xe0\xbc\x74\x4c\xa6\xd7\xc9\x16\x1c\x26\x1c\xbd\x5e\x72\x16\x57\x0f\x97\xfd\xe1\xb0\xca\x3c\x1c\x2e\xae\x1e\x32\xa7\x40\xac\x2c\xfa\xf5\x9b\x57\x9f\x5e\xdd\x80\xe3\x45\x7f\x0e\x20\x73\x89\xc5\x90\x3e\x1f\xfb\x1a\xa3\xef\xbf\xac\xa1\x3b\x87\xe1\x62\xaa\x01\x9e\xcb\x4c\xe0\x53\xb0\x6e\x97\x53\x3d\x02\x35\xfb\x44\x38\xec\x1b\x5d\x6d\xe3\xf7\xca\xc8\x23\x1b\xc9\xfd\x16\xd5\x1a\xf7\x88\xd3\xb8\x76\x8e\x04\xea\x7a\x0a\x06\x63\xd7\x2d\x9f\xbe\xf3\x19\xf7\x54\x34\x61\xda\x4f\x96\xeb\xee\xe4\x3c\x45\x26\xac\x32\xc1\xd0\x48\x51\x8a\xae\x0b\x22\x30\xb9\xd6\x25\x7b\xe0\x0d\x1a\x4f\xfb\x16\x2d\x5b\x9d\xfd\xc6\x7c\x65\x3d\x0a\x6d\x81\x20\xa2\xaa\xff\x80\x96\xa6\x25\x6a\xc9\x96\x70\xf7\x65\x52\xfd\x4a\xca\xf6\xc1\x5c\x36\x46\x0a\xbe\x9c\xec\x6a\xa7\xb3\xd4\x73\x9c\xf2\x92\xa1\xbb\x49\x79\x89\x20\xa2\x71\x63\x4f\x0c\xed\xc9\x6b\x4d\x19\xcd\x22\x8f\xcb\xdd\x33\xdb\xee\xc4\xe1\x95\x10\x69\x96\xe7\x25\xbe\x3c\x77\x24\x53\x4c\x66\x7c\x70\x9f\x3a\xf7\x07\x48\x5f\xe0\x29\xb5\x92\xef\xb9\x88\x44\xc4\xb2\xd9\x72\xa4\x94\x69\x7e\x79\xff\x03\x4a\xb0\x97\x54\x3a\x31\xce\xe9\x9a\x98\x97\xfa\x18\x0f\xee\x3b\xf7\x3d\x5e\x60\x6c\x3d\x42\x45\x4c\x13\x99\xc9\x39\x93\xb8\x2e\x8a\x06\xd4\xe9\x39\x83\x04\x3c\x3c\xd1\x6a\x60\x56\x2e\xe4\x4b\xfa\x66\xc6\x9d\x02\x8b\x57\xaf\xe3\x24\x8b\xf8\xfa\x53\xb0\xce\xbc\x56\x8c\xeb\xae\xec\xfe\xc5\x33\x64\xd5\x51\x97\x88\x89\xfc\x3d\x7d\xe9\x60\x0f\x62\x5e\x3a\xa4\x55\x38\xd8\xb5\x8a\x06\xb4\x31\xd7\x31\xb1\x87\x52\xad\x28\x8d\xfe\xc5\xa9\x19\x26\x72\x9a\x57\x96\x15\xa2\x42\xb9\xd6\x34\xf3\x88\x5d\x75\x4c\x7a\xd2\x70\xe7\x29\xbb\x65\xda\x9f\xd0\x76\x57\xe4\xb9\x4d\x48\x35\x39\xf6\x1d\x93\x23\xcf\x11\xa7\x76\xd7\x71\x6c\x3b\x8d\x90\xa5\xda\x4a\x9c\x1b\xad\xfb\x51\x2d\x12\xdb\x48\xb2\x6f\xb9\x1d\xda\x4a\x7e\xbe\x85\xad\xa5\x5e\x5c\xe0\xd9\x10\x48\xe6\xc3\xab\x6d\xdc\x3a\x29\x92\x92\x41\xb6\x94\x5c\x5e\xee\xe9\x1d\x1f\x93\xad\xbd\xb4\x5d\xae\x61\x97\x2a\xc5\x61\x5c\x10\xb9\x20\xde\x74\xa8\xad\x78\xcc\x1f\x38\xda\xd6\x9c\x98\x0a\xc5\x29\xa9\x90\x7c\x8c\x0a\xc5\xda\xe4\x2f\x30\x3c\x99\xac\xd8\x31\x15\x15\x37\x97\xc0\xec\x4a\x46\xc9\x35\x80\x8a\x51\x94\xa9\xcc\xfa\xc1\xef\x27\x89\x58\x9f\x8e\xdb\xac\x97\x29\x78\x27\x4d\x12\x21\x07\x18\x20\x31\xaf\x05\x2d\xf4\x4e\x68\x3e\x65\xbc\x21\x00\x16\x5d\xd8\x5f\x31\x43\x5d\x29\x00\x30\x4d\xb7\x91\x0c\x18\xd4\xc6\x11\xc1\x1a\x30\x40\x0d\x9d\xa5\x1c\x3f\x50\x92\xae\xbb\x13\xaa\x0f\xa7\x40\xbc\x4e\x7d\x9e\xa3\x7a\x6d\xae\x0b\x2c\x5b\x4d\x55\xb4\x53\xb5\x00\x30\x52\xca\x65\xc9\x79\x6e\x85\x15\xad\xf5\x28\x49\x65\x41\x74\xfb\x71\xf8\x21\xba\x51\x39\xfc\x10\xbb\xb9\x79\xf5\x4d\xaa\x0e\xe1\xe6\x8b\x94\xbd\x65\x0a\x23\xa6\x1f\x75\x51\x44\xf5\x2e\xd0\x46\x4c\x8f\x73\xf5\x6b\x8d\x05\x6e\xbe\x0a\xf2\x6c\xfc\xf4\x16\x1d\xea\x8e\x7d\xce\xff\x7b\xb7\x00\x8d\xbd\x8c\xba\x55\x6a\x0a\xdb\x35\x1b\x7d\x0d\xf1\x59\x19\xa3\xb9\xe3\x66\x8b\xe3\x3c\x4f\xb5\xf8\xfc\xed\xe2\x32\x74\xd8\xf6\x6f\x01\x0f\x63\x96\xda\xa6\xeb\x12\xaa\x05\x68\xd0\xf9\x7b\xf4\x68\x32\xc6\xd3\x08\xe9\x2f\x22\x8c\x9c\x7d\xba\xc8\x06\xa7\x6b\xb2\xa4\xd7\x3c\x49\xb7\x41\x1c\xfd\xce\xfe\xb1\x89\x04\xcb\x76\xc1\x52\xbd\xaa\x8b\xc4\x46\xd6\x5d\xbc\xe3\x61\xb4\x64\x99\x89\xfb\x9e\x87\x56\x8c\x25\x4f\x90\x63\x46\xf3\xf4\xb8\x81\x56\x0d\x93\x2d\x18\xb2\x00\xab\x4f\x30\xec\xd9\xd7\x5e\x20\x47\x1c\xec\x28\x91\x01\xd2\xd6\xf5\xc2\x84\x33\xda\x9f\xa8\x80\x08\xd6\xe7\xe0\xea\x67\x5e\x66\xd7\x98\xe2\x20\x83\xa7\xd7\xca\x61\x90\x71\x1e\x9a\x31\x65\xbf\x91\x74\xbe\x5f\x52\x7e\x82\x88\xa0\x4b\x4c\x3a\xb4\x94\x40\x00\x62\xc4\x70\x30\x63\xed\x2f\x88\xe3\x0b\x49\x82\x16\x31\x98\x25\x48\x48\x31\xbb\x2a\x5f\x9b\xd5\x34\x80\xc2\x02\x14\x33\xe1\x2d\x89\xed\x83\xf0\xf5\x77\x06\x8e\x37\x84\x3c\xb0\xab\x62\x6b\xc3\xe8\x21\x95\x70\x55\xc1\x88\x47\x75\x75\x2c\xbb\xf2\x0c\xbc\x4e\x59\x79\x52\x96\xb1\xf6\x4b\x94\xff\x13\x7d\xd2\xa4\x8c\xf1\xb0\x83\x2e\x0e\x2c\xb8\x2a\x74\xdc\xee\x5b\xe5\x6c\x14\xa6\xc1\x6b\xdd\x39\xb0\xcb\xc5\xb8\x55\x44\x9a\x36\xac\xa8\x77\xe5\x65\xad\x7c\xe0\xc9\x59\xd8\x0c\x5f\xe7\xac\xd5\xd0\x7e\x4a\x64\x1a\x65\xb4\x4b\x76\x08\x4f\xed\xf1\x30\xaa\x4f\x21\xd8\x01\x30\x08\xb2\x2b\x6a\x55\xae\x8c\xc4\x8d\x81\x62\x9e\xd8\x99\x70\x07\xc1\xc9\x8e\xf1\x1a\xbd\x96\xf8\x54\xa3\xc5\xc8\x90\x89\xbd\xc8\xc1\x4e\x46\x2f\xdb\xa9\x1e\x0a\xc6\x84\x87\x9c\xc9\x3a\x89\xeb\x7a\x05\x61\x28\xdb\x00\xa5\x98\x34\xea\xbe\xcf\x36\xf0\xe0\xa0\x4e\x5c\xfd\xc5\x64\xa9\xfb\x57\xa3\xab\x83\x23\x19\x1f\x9d\xa6\xcd\xe1\x30\xc3\x75\xb9\x59\x4d\x1b\x55\x60\x57\x02\x8b\x19\x07\x59\x91\x22\xf5\x3b\x60\xb8\x14\xcb\x33\x50\x53\xf7\x74\x02\x65\xe4\xe6\x3e\xe2\xb7\xf4\x91\x32\xe9\x2e\xc0\x1f\x3d\x6b\x14\x82\x8d\x8e\x0c\xb4\xa4\xa4\x4c\x6e\x28\x3b\xdb\xae\x1c\x50\x69\xd1\x1a\x84\x7a\xb9\xef\x7a\x14\x6a\xb2\xe9\xa1\x61\x82\xdd\x4d\xa3\xa5\x05\x5c\x07\xd5\xcd\x50\x99\xa6\x37\x4c\x40\x83\xb7\x48\x16\x4d\x92\xc5\x31\x92\xbb\x66\x76\x6d\xe6\xb4\xf2\x49\x62\xe0\xe0\xbb\xed\x28\xd8\x6a\x44\xc7\xc1\xc4\x50\x29\x71\xfd\x23\x12\x9b\xd7\x7a\x43\x82\x1a\x75\x06\x09\x67\xce\xfc\x76\x25\xcc\x86\x40\xae\x04\x35\xca\x5a\xbc\x13\xc8\xfa\xe6\xca\x68\x47\x11\x11\x5f\x47\xfa\x1d\x7b\x94\xf0\xce\x99\xa9\x6a\xf2\xa1\x84\x7f\x57\xc1\xab\x0d\x52\x8d\x74\xde\x98\x58\x75\x2e\xd6\x7a\x1c\xd2\xb5\x00\xda\xeb\x19\xae\x85\x10\x23\x25\xcf\x2f\xed\x40\x99\xe7\x24\x8d\x86\xd1\x04\x1d\x9b\xd2\x86\x1d\xcc\xeb\xcc\xa1\xb4\x2b\x08\xd6\x87\xca\x83\x17\xd1\xdc\x6d\x0e\x27\x7e\x9b\x7d\xda\x52\x09\x30\xd0\x4c\x47\x34\xa6\x67\x15\x8d\x6f\x99\xdf\xb7\xf3\xe0\x8a\x30\xfd\x94\x9f\x70\xc8\xb7\x4b\xd9\x25\xe5\x84\x8f\xb8\xe4\x6b\xec\x86\x01\xa5\x47\x87\xb2\xc2\x67\x89\x6e\x31\xa9\x76\x98\x71\x41\xa4\x98\xf6\xcd\x22\x37\x5c\x78\x85\x59\xed\x6e\x41\x4d\x98\x4a\x3f\xd5\x56\x0d\xa6\x9d\x96\x0f\xf2\xfc\xba\x34\x7a\xe0\xcd\xfd\xc2\x32\x8e\x01\xca\x77\x96\x3e\x9d\x3e\xa9\xb6\x6c\x24\x14\x37\xca\xc8\xe2\xae\x37\x10\x5c\xdd\x40\x70\x25\x93\xcb\x41\x0e\x91\xa5\x56\x6e\xbd\x3e\x47\x4c\x58\xf0\xd2\x84\x05\x3f\x62\xd3\x03\xac\x78\xe8\x56\xeb\x81\x50\xdd\x73\x06\xfa\x81\x1f\xc7\x03\xa7\x17\x65\x60\xb3\x22\xe8\x59\xf6\x27\x7a\x49\x0a\xca\xfe\xf6\x6b\xb6\xd4\x7a\xce\x6b\xe0\xa8\x28\x14\xd5\xc4\xaa\x2f\x35\xc6\x2a\x67\x75\x7b\x17\x1c\x7b\xca\x00\x81\x01\xb3\x8c\x5f\x80\x4b\x51\x0c\x3a\x85\xd1\x5d\xef\x92\xa2\xff\xfb\xef\x92\xa2\x23\x77\x49\x7f\x64\x0f\x04\x3a\xbc\x6a\x01\x92\x74\x98\x05\x00\x4e\x23\x8c\x00\xab\x02\xd6\xb1\x45\x94\x55\xc7\x19\x51\xa6\x0f\x31\xa2\xcc\x1c\x81\x34\xce\x31\xa8\x18\x59\x98\x9a\x4b\x0d\x15\xdd\x3c\xbb\x76\x66\xa2\x8b\x78\x13\x88\x40\xd3\x0a\x3f\xc7\x76\x6d\xa5\xde\x4e\x4b\x30\x23\x13\x9f\x34\x62\xf5\x5e\xbf\x23\x01\xf6\xfc\xed\xf8\xea\x14\xa1\x9d\x06\x87\x0e\x0f\x5b\xd1\x6a\x01\x7d\xd4\x8e\xd7\x47\x0f\xcf\x5a\x29\x70\x96\xf1\xdc\xf7\x31\xc9\x8e\xed\x0a\xf5\xc4\x81\x51\xcf\x4a\xc1\x1e\xce\x34\xaa\x1d\x03\xb0\xd7\x32\x08\x4c\xb6\x0a\x5a\x7c\xbf\x8a\x2c\x39\xb9\xbd\x75\x3a\x72\xa2\x60\xcd\x35\x87\x27\xa1\xd2\x64\x22\xd7\x8d\x63\x05\xdb\xa8\x47\xcf\x9c\x2d\x33\x1a\xc0\x61\x72\x59\x87\xda\xa1\xb2\xdc\x0b\x4e\x8a\x86\x22\x6e\xd3\x36\xcd\xd1\x83\x0e\x9b\x2c\xd5\x24\xa0\x54\xd7\x22\xac\x66\x28\x03\xe0\x1a\xe6\x60\xac\xfd\x20\x18\xdb\xfb\x73\x28\x4a\xd9\x65\x94\xec\xb3\xf3\xe8\x22\x06\xe5\xbb\x1b\xc9\x4a\xd9\xe5\x31\xa2\x64\xdf\xfe\x39\x24\x71\x70\x64\x7e\x07\x72\x24\xe0\x11\x72\xd4\x02\x7e\x3b\x39\xb6\xf0\x53\x71\x9f\x8e\xc3\xc0\xea\x35\x18\xec\x0b\xfa\x13\x4c\xbe\x1a\xdf\x01\xa5\x20\x00\x99\xb3\xa9\xb2\x07\xdd\x69\x37\x47\x20\xdb\xae\xba\xe6\xae\x60\x35\x04\xe7\xb9\xfc\x28\x6f\xec\xd4\x6e\x87\x93\xb4\xb4\xf4\xae\x2e\x63\x8f\xb0\xd5\xe6\xe0\x07\x35\x8e\x9b\x9b\x4f\x16\x70\xa4\xf9\xa0\xec\x3b\x34\x9f\x28\x50\x06\x12\x90\xe1\x85\xcb\xa6\xc3\x85\x46\xe5\xed\x07\x4d\x65\xdd\x3b\xb8\x96\x69\x8e\x46\xe5\x45\x81\x96\xb2\x3c\x60\xc1\xc6\xf2\xf1\x7f\xa3\xac\xf2\xb4\xf5\xe6\xe2\x0c\xef\xdf\x37\xad\xce\xde\xa9\x6b\x8f\x31\x6c\xde\xea\x72\xb8\x3d\x14\xad\x2e\x37\x64\x74\x2f\x4d\x2b\xed\xf8\xec\xbf\x3b\xde\x8c\x4c\xfc\xc7\xc6\x1c\xbc\x65\x81\x65\xf4\xce\x2c\x57\x49\x5a\xd5\x35\x6d\x93\xe5\x6a\x19\xfb\x0f\x31\x94\x1a\x6d\x52\x6a\x3f\x42\x5a\xcd\xce\x4a\xf3\x6e\x6c\x56\xa7\xb0\x0b\x68\x38\xf1\xff\x3c\x3a\x01\xb7\x9c\x46\xd9\xdd\x08\x3d\x32\x79\xcb\x8e\xfc\x86\x09\xdc\x12\x84\xd4\xf5\xd8\x11\xeb\x5f\x77\x9b\x5c\xea\x06\xe4\xe8\xcc\xda\xa8\xad\x93\x96\xc5\xc2\xa6\xf9\xa6\xd6\x28\x26\x29\x89\x5a\x67\xfe\x73\x1f\x93\x32\x2a\x02\xb3\xee\xe6\x02\x09\x6c\x0e\x75\x49\x57\x9e\xbe\x51\xea\x02\x00\x25\x80\x96\xa0\x86\xf5\xeb\x31\xbb\xae\x11\x49\x1b\x53\x28\x30\xf3\x37\x30\x57\xc0\x94\x93\xe0\xdb\xa7\x92\x08\xd6\xa0\xa6\x7d\xf3\xda\x17\x6c\x9b\xe6\xe2\xca\xb5\x4f\x52\xf1\x87\x97\xe2\x1a\x29\xe5\x7d\x7b\xc7\x88\xac\x8e\x48\xa7\x1d\x4a\x01\xea\x7c\x43\x35\x43\x53\x3f\xa0\xb4\x47\x97\x1a\x13\x7b\xe0\x63\x4a\x98\x57\x5a\x26\x1f\x3c\xbd\x0c\xb6\xfa\x16\x43\x6f\xb9\x10\xa7\x6c\xee\x5c\x0d\x35\xcc\x8f\x26\xdd\xf1\x71\xa7\xe7\x00\x89\x64\x97\xb2\x55\x74\x55\x62\x48\x6b\x18\x3e\x40\x62\x3d\x7b\x6a\xb2\xa7\x73\xe1\x2b\x4f\xe3\x77\x98\x49\x1b\x6b\x2b\xb9\xad\x64\x07\xb0\xab\x07\xdb\x10\x8c\x98\xf5\xc2\xf5\xb2\xeb\xae\xb1\x43\x54\xaf\x72\xac\x6f\xcf\x21\x57\xc6\x2a\xc3\xe1\x0e\x45\xa8\xb5\xad\xca\x73\x71\x7b\x9e\x72\x0d\xab\x72\xbd\xbf\x3d\x97\xe4\x07\x55\x86\xaf\xb6\x42\x4d\xb4\x42\x0d\x05\x28\x29\x60\xc9\xea\x62\x75\x96\x16\x23\x75\xac\x59\x9d\x60\x1d\xaa\xc4\x7d\x2b\x51\xb6\xbe\x59\xf5\xc4\xec\xca\xd2\x6e\xc0\xde\xdc\xd7\xbb\xb2\x9d\xd6\x69\x20\x11\xba\x2e\x48\x39\xea\x30\x49\xf1\x34\xed\x78\xe8\x6b\x57\x50\xcb\xe0\x41\x81\x31\x39\x32\x1c\x5d\x17\x05\xdd\x29\x54\x15\x78\x64\x14\xd7\x11\x9a\xd1\xd9\xc0\x66\xa2\xdb\xa8\xca\xe1\x8c\x09\xa7\x41\x69\xad\xfd\x12\x5a\xa4\xab\x35\xf4\x15\xa2\x6c\x91\x4d\xe7\x51\xeb\xdd\x9b\x23\x2b\xa0\xd4\xac\x2c\xf5\xfd\xcd\xa5\x2e\xa1\xd4\x10\xdd\xbd\x84\x65\xd9\xe0\xf0\xf4\x43\x36\xcb\xb2\x0a\x51\x2b\x45\x12\xb2\x04\x42\xe0\x35\xee\x45\xe7\x0b\xdc\x1f\x13\xd1\x8b\xb6\x3b\x55\x65\x16\xf6\x0e\x4c\x78\x3d\x67\xa0\xb5\xe2\xb4\x97\x4a\x09\xbf\x42\xa5\x82\x96\x1a\x69\x5a\xf7\x52\x96\x07\x6f\x6c\x24\x25\x5f\xab\x90\x9d\x42\x20\x7e\xb7\xbf\x88\xa3\xe5\xbb\xd0\xa4\x55\x61\x95\xae\xb4\xb3\xab\xf4\x2a\x2c\x6b\xf2\xb5\xf4\xf5\x66\xef\x93\xed\xc3\x52\x62\x5d\x6b\x54\x27\xa0\xc4\xb2\x29\x70\x55\x3b\x34\x02\x5b\x46\xdd\x86\x04\xe4\xd4\xec\x8f\xb1\xea\xcc\xc9\x94\x57\x16\x8e\xf8\x60\x80\xc5\x9c\xfb\x6a\xbb\x27\xe6\x7c\x38\xf1\x89\xfa\x51\x5b\x2e\x99\x58\x9a\xf0\x2c\xaa\x53\x97\x5d\xa9\x68\xb1\x25\xd5\xe9\xcc\x25\x29\x8f\x6c\xd6\xc4\x3e\xc9\x39\x90\xfa\x29\xcf\x05\xa9\x1d\x01\xbd\x27\xf5\xf3\xa1\xe3\x46\x0c\x6e\xd3\x7a\x75\xcc\x98\x74\xc0\x21\x4a\xb5\x05\xfc\x5a\x90\x47\xcf\x9e\xde\xa2\x17\xfe\x07\x8e\xb8\xd6\x4c\xbc\x65\x2c\xb4\x4f\x8b\x52\xca\xd1\xe4\xc9\xf8\xb9\xf6\x39\xf2\xf4\xe1\x58\x4a\x46\x06\xb0\x7d\x14\xbf\x44\x2b\x52\x3e\xce\xef\x89\x99\xb3\x62\xda\x54\x3c\x0c\xd1\x59\x2b\x07\xe1\x96\xda\x19\x49\xe9\x35\xe8\x6b\x3a\x81\x48\xb6\x0e\x89\x04\xdb\x66\x1e\x1a\x93\x48\x16\xa9\xfb\x2b\xfb\xee\xf0\x49\x49\x21\x18\x39\x8c\x8b\xf4\xe0\x10\xde\x61\x79\xa2\x1b\xfd\x96\x85\x51\xe0\x65\x88\xe3\x62\xba\x47\x29\x71\xa2\xd0\x51\x7f\x38\x26\x10\xa1\xd4\xa4\xca\x5f\x6e\xb4\x0f\xcd\x0a\x2d\x2b\xa9\x15\x6a\x39\xc6\xdd\x5e\xdf\x34\xbf\x1b\x6d\x52\xb6\x82\x77\xcb\xe9\x48\xe6\xa0\x91\xb1\x4e\x1f\x23\x27\xdb\x6f\xb7\x81\x22\x3e\xcf\x63\xe4\xe8\xc7\x3d\x50\x62\x02\x59\x42\xfd\xfc\x58\xee\xa4\x12\x23\xe7\xc5\xc8\xd9\x83\xa5\x46\x20\xd9\xf6\x5c\x95\x8e\x76\xfb\x0b\xe5\xe8\xd2\x38\x93\x0f\xc0\xfb\x11\xfe\xc6\xba\x26\x7f\xbc\xae\x49\x55\xd7\x04\xab\x42\xad\x5a\xc0\x53\x90\x8b\x7a\x61\xad\x1a\xa9\xaa\xe8\x98\x5a\x55\x4c\x65\x01\x6d\xb0\x17\x1b\x78\x54\xc1\xb6\x41\x14\x3b\x84\x83\x5f\x99\xb4\x40\x02\x7b\x1d\xc3\x40\x7b\xd8\x54\xaa\xaf\xb5\xea\xe9\x67\x1a\xb6\x06\xe2\xb1\xaa\x96\xe9\x0d\xdd\x09\xf0\xa0\xa7\x46\xae\x62\xc5\xc6\xc1\xd3\x98\x3c\xc4\x24\x0a\x3d\xe7\x2e\x63\x59\x3d\xc0\xb6\xa8\x38\x32\xa6\xed\x11\xcd\xab\x11\x2d\xa0\x97\xb9\xee\xe5\xf5\x5e\xfe\x08\xd9\xcf\xbc\xd5\xcf\x26\x5a\xab\x85\xab\x1f\x13\x59\xef\xaf\x5a\x48\x98\x2b\xe6\x18\x39\x7a\xac\x39\xb6\x26\x37\x5c\x60\xb7\x06\x61\x2a\x79\xb5\x1e\x84\x49\x8b\x96\x54\x16\x9b\x34\x68\x31\x91\x37\xd0\x92\x5a\xc3\x47\x6e\xa2\xbf\xdb\x47\x71\xa8\x28\x4a\xd5\x20\x4a\x6e\x19\x44\x89\x35\x88\xb6\x01\x0f\xd6\x11\x5f\x7f\x1f\x46\xf0\x54\x27\x85\xd1\x94\xc0\x68\x82\x3d\xb4\x9e\x18\x73\x47\x3d\x6b\xd5\x2f\x53\xe3\x00\x9e\xff\x06\x14\x9e\x76\xb2\xf3\xe8\x77\xd0\xe1\x8f\x44\x1a\xa8\x57\xe4\x69\x20\x05\x73\xf8\xce\x82\xed\x2e\x8e\xf8\x5a\x07\xcd\xeb\x20\x59\xaf\x7d\x6a\xde\x59\x95\x0f\x17\xd5\x1b\x44\x7f\x6a\x9b\x8f\xb1\x84\xf6\xa3\x83\x48\x8d\x86\x92\x97\xb4\xf4\x9f\x1b\xcb\xac\xd1\x07\xd6\xe3\x68\xbf\xf5\xc4\x48\x7d\x90\x28\xd3\x0f\x52\xbc\x7e\x1f\x56\x38\x63\x2a\x54\xb9\x6d\x4d\xa6\x69\xe9\xf7\x4f\xf9\x8b\x15\xf3\x98\x46\xf3\xd4\x57\x16\xed\x62\x9f\x0a\xb0\x2b\x67\x59\x61\x20\x4b\x1a\x4c\xb3\x17\xcb\x96\x87\xba\x78\x2a\x33\x2f\xe7\x59\x95\x19\x6e\x46\xdf\x71\x81\x24\x16\x32\x19\x57\x6e\x25\xc5\xa8\x32\x09\xaf\x54\x26\xca\x20\xb5\xd3\xf4\xa8\xab\x19\x78\x11\x77\x68\x43\xb9\x9a\xf6\xc7\x64\x82\xe7\x63\xbf\x61\xcb\xde\xba\xda\xac\xb6\x73\xa0\xdf\x25\xf7\x04\x68\x4c\x52\xdb\xe7\x0c\x46\xb7\x94\xc2\xc9\x04\xe3\x91\x48\xa3\x2d\xb2\xe8\xdc\x1b\x2d\xc2\xda\x99\x82\x3a\x40\xe8\x4f\xaa\x15\x44\x41\x00\xcb\x05\x1b\x1b\x49\xb7\xd9\x30\x27\xcd\x32\x47\x99\x0d\x2b\x57\x63\xf9\x9d\x86\x2b\xef\xe3\x9b\xb7\x10\x2c\x0a\xf2\xf4\xe9\x6d\x56\x6c\xff\x80\x44\xb1\xe7\xd1\x6f\x7b\x76\x9e\xa4\x82\x0a\x30\x56\x1c\xa4\xcc\x48\x4a\x1f\x8c\xcb\x1d\xa1\x1d\x3e\x9c\xef\x2f\x32\x56\x9a\x3e\x2e\xc5\x8f\x67\xe3\xa7\xcf\xdb\x56\x3d\x95\x2a\xc3\xdc\x07\xff\xa5\x60\x68\x0f\x2c\x01\xea\xce\x19\x97\x0f\x54\x12\x0a\xbd\x62\x49\x64\x18\xec\x08\x7b\x46\x6c\x9f\x26\x53\xcc\x47\x7b\x9e\x6d\xa2\x95\x40\x09\x26\x09\x4d\x4c\x92\x32\xe9\xd6\x46\x20\xf0\x4c\x78\xc2\x42\x10\xdd\x80\x40\x71\x29\xe5\xea\x2c\xe2\xa8\x32\x37\x5b\xba\x0a\x56\xf6\x49\x02\xe5\x63\x4a\x76\xf5\x3c\xf3\xa7\x38\x1b\x0c\xa6\xda\xd5\x65\x66\xea\x35\x31\x5b\x93\x79\x26\xa5\xdb\x98\x2e\xab\xa5\x60\x2f\x63\x7d\xb2\x52\xd9\x4b\xd3\x7e\xda\x93\x1d\xda\xe3\x97\x55\x60\x85\x67\x4b\x58\xda\xce\xc6\xde\x23\x6f\x09\xc6\xa5\x27\x63\xef\xac\x68\xf6\xc5\x31\xbe\xa1\x27\xf0\x70\x28\x5e\xd2\xf1\xd4\x76\x65\x0d\xb6\x12\x5f\x8e\x5d\x97\x81\x46\xc2\x3b\x5d\x22\x27\x62\x38\xc1\x2f\xe9\x18\xb3\x51\xb6\x53\x66\x52\xc9\x44\xef\x8a\x2b\xe7\x99\xdc\xb4\x5c\x3a\x4d\x69\xaa\x03\x60\x26\xd0\x78\x4b\xcd\xe4\x7a\x72\x5d\x47\x02\xce\x43\x2b\xbf\x5b\x20\x2d\x1f\x19\x6c\x51\x7d\x54\xb6\xa5\x73\x50\xac\x6a\x59\x0a\xab\xcd\xfd\x3e\xaf\x88\x61\x44\x0c\x26\x72\x3b\x82\x3b\xdd\xdc\xaa\x76\x51\x63\xd6\xf4\xc9\x99\xcb\x67\xc3\x89\xf7\xc8\xe5\xb3\x89\x37\x86\x4d\x63\x51\x90\xc9\xe3\x27\x77\xf2\x01\xf8\xff\x69\x40\xff\x9f\xd0\x80\xbe\xf1\xc6\xff\x0e\x77\xfc\x5a\x97\x31\x42\x66\x3b\x25\x30\x04\x9e\x4d\x1e\x57\x81\xe7\x4f\x9f\x8f\xab\xc0\xf8\xe1\xb3\x32\x00\x1b\x2f\x13\x90\x9c\xba\x0c\xc8\x8d\x60\xa9\x6c\x9d\x94\xec\xf2\x68\x15\x81\x9c\xd6\x1b\xd1\xee\xce\xd5\x27\x83\xc5\xf1\xf3\x58\x89\x0f\x2a\xfa\x0d\x18\xd5\xb9\xe1\xcd\x38\x95\x23\xba\xbb\x13\xc9\xae\xc4\x6d\x54\x9a\xc7\x1c\x77\xa7\x53\x1f\x3e\xde\x8c\xd7\x0c\x84\x6f\x40\x6c\xb2\xdc\x88\xd9\x1a\x70\x77\x46\x6d\xe5\x91\x73\x92\xc8\x51\xf3\x3f\x71\x48\x50\x93\x66\x3e\xa9\x57\x3d\x5d\x42\x4e\x2d\xfa\xbb\xc3\xbb\xb0\x0e\x47\x05\xb8\xbc\x32\xc7\x30\x5d\xcb\xbe\xf2\xd4\x0a\x33\x41\x6e\xb0\x82\xf5\x67\x38\x8d\xef\x78\x5f\xd9\xa1\x77\x68\x31\x40\x5b\xec\x4b\xcd\x79\xb7\xc0\xae\xcb\x90\x7e\xa1\x55\x78\xce\x03\x10\x85\x66\x3a\xdd\xbb\x3d\xb3\xca\xaa\xe5\x27\x49\x1c\xec\x00\xff\x38\x71\x3d\x49\x0d\x9c\xee\x15\x1d\xa5\xf7\x84\x39\xba\x36\xc5\x49\x29\x3f\x88\x78\xf6\x27\xb4\x07\xbb\x12\x55\x83\xc0\x29\x62\x17\x09\x2d\x68\x05\xab\x48\x2a\x6a\xde\xb2\x2a\x49\xbb\xdb\xa7\x4b\x89\x9c\x77\xb5\xae\xdc\x61\x0b\xc4\xcb\xcb\x16\xe6\xdb\xf4\x1c\xcd\x62\x67\x90\x85\xb5\xbd\x71\x35\x95\xfb\x2c\x55\x45\x30\x81\x2e\x10\xc7\x45\x6d\xcb\xd0\xb0\x19\xdb\xfd\xaa\x54\xd4\x24\xa0\x6f\x39\xe6\x4b\x88\xc0\xb3\x64\x2e\x7c\xc4\xb1\x17\x28\x15\xc4\x6a\x93\x0a\xe7\x0f\x5a\xd8\x9a\xc9\x7d\xa8\x27\x8c\xb1\xc5\x0c\x17\xf5\xf9\xd3\x25\x78\x2c\x2b\x4b\x99\x7d\x9e\xe7\x92\xd0\xa2\x3e\x87\xbb\x2c\x08\xd6\x17\xee\xc9\xe9\xd8\xac\x2e\x16\xba\x5e\x32\x83\xcd\x8d\x92\x94\xb0\xac\x07\xe4\xf6\xe6\x7e\xbd\x04\x98\xf7\xdd\x72\x54\x6b\x0f\x35\xc6\x0d\x53\xb4\x60\xda\x5b\xd0\xb9\xf0\x61\x77\x25\x8b\xe3\xe1\x4f\x9c\x61\x14\x20\x38\xe7\x60\xb8\x74\x18\xdd\xc9\x81\xda\xb5\x3b\x5e\x74\x47\xbd\x49\xbd\x8e\x23\xc3\x81\x90\x2a\x97\xa4\x9d\x25\x03\x4b\xfc\x1f\x28\x59\x0e\x22\xab\xe4\x82\x48\x81\xe1\xa6\xd7\x9a\xe5\x38\xae\xdc\x71\xec\x52\x76\x59\xea\x13\x6b\x55\x24\xf8\xc1\x44\xfd\xaa\xa7\xe2\xec\x4a\x68\xb5\x29\xf8\xa9\xb4\x8d\xab\x33\x28\xfd\xbe\xd5\xec\x3f\xa6\xa2\x14\xc9\x6b\x82\x3f\xc3\x64\x82\x8b\xe2\x0f\xac\x34\xbb\x94\xed\x18\x0f\x69\xf9\x05\x8b\x1b\x15\xda\x25\x66\xf9\x61\xa2\xf5\x6b\x88\x4a\x99\x52\x6d\x65\xea\xeb\x0b\x69\x46\x73\xd2\xca\xd9\xf9\x9c\xc5\x6e\x8e\xa9\x3a\x77\x50\xb7\x0a\xe6\x4c\x4c\xd8\xad\x39\x4d\x4b\xcf\x9f\x06\x22\xa2\xa2\x54\x8f\x33\xbb\x9c\x68\x85\x22\xe3\x37\x39\xaa\x9a\x32\x99\x27\x8d\x36\xf4\xe1\xd9\x43\xbd\xc6\x75\x32\xa3\x15\xe2\xf0\x58\xc2\xd6\x5d\x2c\x0b\xb4\x9f\x57\x83\x5e\xb9\xc0\x2f\x27\x96\xee\x8d\xd1\x23\x69\xbd\xc2\x1e\x9e\xf9\xd3\x54\xd7\x94\xe8\x46\x48\xd5\x1d\x9a\xa8\x94\x26\x2b\xd2\x1a\x54\x71\x54\xb6\x8f\xa9\x34\x38\xc0\x87\x36\x92\x3b\x45\x85\x3a\x32\xa8\x99\x1e\x85\xaa\x30\x45\x3c\x9c\x83\xc8\x96\xd2\xcd\x69\xac\x9c\x26\x34\xb5\x9a\xcc\x8c\xbe\x7a\xcb\x45\x98\x8c\xe1\x71\xb5\xf2\xea\xea\xba\x69\xab\x1d\x0a\xd2\x18\x60\xc7\xda\xb5\x6c\x4b\xab\xe2\x64\xd2\xaf\xbd\x9b\x37\xc7\x00\x02\x77\x34\xee\x44\x36\xa5\xae\x83\xae\x78\xd9\x94\x65\xa7\x59\xe4\xdc\xde\x96\xb2\x09\x8d\xcd\x57\xbb\x35\x22\xd3\x1a\x51\xb9\xe5\x67\xba\x25\x3a\x59\x80\x5d\xbf\x94\xd4\xc6\xba\xa1\x14\xec\x3f\x00\xed\x92\xf1\x8c\x1f\xde\xe2\x69\xfa\x0f\xcc\x77\xc9\xdb\x5f\xc5\x31\x9c\xe1\x45\x99\xc8\x7e\xe2\x8c\x0a\xc3\xf1\xab\x2f\x33\xdd\x65\xb0\xf4\x69\x78\x97\x43\x23\x65\xdd\xb9\x3a\x92\x99\xfb\x44\x9d\x49\x8a\xee\x33\x49\x38\x8f\x84\xa3\x25\x14\x63\xd7\x45\x81\x1a\x31\x31\x26\xc3\x61\xf2\x82\x8e\x31\x86\x73\x07\xfd\x40\xac\x7d\x4a\x24\x33\xc5\x6d\xcd\x2d\x85\x7d\x0f\x87\x02\xb1\x75\x92\x4f\x12\xf0\xb0\xa0\x4a\xd1\x8a\xeb\x01\xd9\x63\x82\x92\x21\xdd\x9b\xc3\x22\x59\x6e\xfd\xb8\x23\x28\xca\x46\xf8\xef\xae\x39\xc7\x17\xdf\xa8\x44\x59\xe8\x9e\x82\x39\x5b\xeb\x92\xfa\x68\x2d\x85\x56\x09\x03\x6f\x07\xab\xbe\xb4\x94\xb3\x25\xd2\x8e\x63\xce\x31\xb6\x4e\xf0\x60\xa2\x29\x57\x77\x95\x65\x8a\x7e\x02\x5e\xef\xae\xb5\x86\xc0\x3c\xf0\xa7\xb6\x38\x98\x81\x61\x11\x94\xe1\x59\x42\x33\x2f\x72\xdd\x0e\x1d\x3a\xb0\x27\x2c\x49\xc8\xac\x9b\x9f\xf2\x98\x39\x91\x14\x57\x23\xb1\x4e\x73\xe5\x93\x61\x94\x25\x5b\x56\x37\x30\xd2\x2d\x9c\x22\x01\x12\x26\xef\xa2\x03\x70\x5a\x44\x80\x56\x4f\x35\x23\x8e\x9c\x88\x80\x0d\x13\x50\x19\x29\x5d\x7b\x9a\x12\xa7\x11\x0d\x46\x8a\x15\xe1\x69\xd9\x48\xa5\x96\x52\xb5\xd6\x74\x2b\x26\xb5\xd0\x65\xb2\x01\x2b\x7a\x03\xc3\xe8\xca\x71\x9a\x61\xc2\xc0\x64\x74\xa2\x66\x49\x64\xb5\x63\x41\x26\x4f\xc6\xdf\xfe\xbc\x5f\x99\xa0\x2a\xad\x62\x75\xa9\x5e\xdc\xe8\x14\xed\x8f\xf0\xa0\x88\x73\x96\xea\x33\x1c\xdb\x7b\x3c\x08\x79\x3a\x7e\xcd\xc4\x3b\x09\xf6\xb7\x4f\xef\x7f\x50\xc1\x9f\xf6\x42\x07\x2d\x36\x14\x95\x9b\xd8\x84\xa6\x88\xa3\x87\x4f\xc6\x8f\xb1\x7e\x2b\xff\xf4\xe9\x13\x3c\xed\xde\x9b\xd4\x3d\x9d\x82\x65\x90\x46\x19\x19\x69\xd0\xd0\x35\xf1\x40\x7c\x6c\x9d\x7a\x57\x63\xef\x98\x7e\x85\xa2\xa5\xb2\x1b\xe3\x60\xcf\x71\xb4\x90\xfb\xc9\x7e\x51\x2b\xe7\x41\x99\xab\xc9\x38\x66\x02\x0a\x60\x16\x16\x20\xa8\xdc\x3c\xcf\x9c\x8b\xd4\x52\x0b\x70\x16\xdc\xf1\xa4\xe4\x58\xa9\xe1\x68\x78\x38\x2d\x82\x1c\x9d\xc9\x66\x2b\x3a\x53\x3b\x51\x4d\xab\xdd\x73\xff\x2d\x7a\x1b\xa7\xfe\xae\xdb\x37\x64\xe9\xc7\xad\xdf\x48\x58\x35\xbc\xfe\x5c\xb2\x50\x79\x36\x10\x34\xf5\x43\xf3\xbc\xd9\x92\x77\xa7\xb8\x20\xcf\x26\x8f\xff\xfc\x5b\x21\x29\x46\x68\x2a\xf5\x5b\x0a\x2d\x3c\xb7\x22\xd7\x4c\xe8\x83\xa4\x4d\x90\xbd\x82\xbd\xbd\x8a\x7d\x65\x94\x3f\x95\x77\x4a\x88\xd3\xd9\x32\x15\xfa\xa0\x1f\x47\x96\x4e\x74\x53\xc6\x8f\x9d\x31\xcd\xfd\x86\xd3\x45\xd8\xe3\x34\xb5\xc2\xed\x8b\x77\xdc\xb0\xb2\x10\xd5\x9c\x83\xb4\x74\xc3\x94\x0f\xcf\xa2\x4e\x4c\x42\x6c\x42\x03\x52\xaf\x44\xfb\xda\x3f\x00\xaf\x63\xc6\xb4\x5e\x79\xd7\x95\x48\xb1\xb0\xb2\xc7\x36\x67\x3e\xb8\xa2\x03\xd9\xad\x14\xb5\x55\x9e\xd4\xbe\xea\x4a\x31\x81\x2b\x16\xb9\x9f\x91\xd9\x35\x4c\x24\x61\x34\x0b\x27\x11\x8d\xf4\x76\xc6\xd8\x2a\x22\x5d\xcd\xdf\xb1\x61\xb2\x1b\x4f\x6b\xc6\x96\x4a\x8c\xc7\x74\x61\x0b\x62\xf7\x73\xa7\x38\xa1\x55\xdb\x0c\xaa\xbb\x5a\x10\xb4\xec\x5e\x99\x17\x9b\xb6\x26\xaf\xae\x55\xe3\xc4\xc0\xea\x45\xa5\xd1\xdc\x39\x48\x8f\xdd\x90\x59\xcd\x4e\x85\x62\x1c\xd6\xe1\xe1\x14\x0b\x3d\xe6\x2b\x8d\xb4\xee\x99\x71\x0c\xbf\xda\x87\xde\x8c\x1f\x60\x4a\xfc\x05\x99\x9c\x3d\xbf\x45\x6c\xff\xbf\x64\x19\x56\x96\xb6\xf4\x02\x5b\x05\xce\x81\xca\x32\xea\x97\xe6\x82\x2b\x97\xd9\xe7\x0f\xcf\x1e\x62\xb3\xe6\x3e\x7f\x0c\xee\x55\x03\x08\x9c\x3d\x7e\xf6\x04\x63\x92\x41\xe0\xd9\xe3\xb3\x31\x58\x7e\x3c\x75\xd1\xcc\x9b\x07\xc3\xdf\x5f\x0d\xff\x6b\x3c\x7c\xee\x0f\xf2\xbf\xcc\xaf\x7e\xf1\xe7\x8b\x30\x18\xae\x5e\x0d\xdf\xca\x88\x45\x38\xc0\xd3\xd3\xf5\xd4\x56\x06\x30\xb3\x72\x65\x9d\x89\x75\xb4\x4d\xe9\x69\xb4\x34\xd6\xb0\x2c\x8d\x7d\x99\x3a\xc4\x28\x28\x57\x7c\xd2\x51\xdf\x18\x95\xce\x5b\x71\xeb\x5d\x91\x35\x39\xd8\x0b\x31\x9b\x78\xc3\x49\x31\xed\xd2\x03\xe8\xd9\xa7\x95\xd1\x0a\x39\x7f\x51\x0b\xb0\xf6\xfa\x39\xc1\xd5\x51\x87\x8e\x3a\x2b\xbd\xec\xfc\xa2\xaf\xdb\x9c\x2b\xf8\x98\x65\x86\x1e\x54\xa9\x69\x18\x9d\xa7\x87\x98\x4c\x9e\x60\xec\xdd\x04\x73\x86\x6b\x1a\x1d\x6c\x2e\xb4\xeb\xcc\x09\x19\x4e\xb0\x9f\xe7\xa2\x6a\xa1\xba\x88\x53\x4d\x02\x56\x3b\x92\xad\x64\x26\x75\x0f\xbb\xc7\xa4\x7e\x66\x1b\xb5\x01\x38\x1d\x93\x94\x8e\x9b\x4a\xa4\x70\x4d\x49\xe1\xa2\x72\x86\xe4\xdf\x01\x75\xa6\x33\x87\xa4\x83\x01\xf6\x4c\xd8\xd1\xda\x47\xb6\x27\x52\x39\x92\x9c\x81\xd0\x8b\x75\xee\xe0\x81\x63\x06\x53\x35\x9a\xa6\xb3\xfc\x2f\x8b\x45\x38\x98\x2a\x7f\xa6\x0e\xbc\x5b\xb5\x3b\xb8\x7e\xf8\xac\x3b\x60\xea\xc0\x39\x83\x6e\xbe\xe1\x04\x9e\x3c\x03\x1d\x98\x64\xa8\x72\x9e\x7d\xa7\x11\x18\x90\x25\xbc\xf5\x2e\x88\x9c\x05\xff\xf7\x33\x04\x6b\x76\x3f\x7c\x32\x1e\xc3\xec\xd6\xfe\xda\x56\x69\xb2\x7d\x9d\x84\xca\x73\x43\x9d\x16\x35\x3d\x4b\x23\x8e\x3d\xf6\xf2\xc9\xe3\xc7\x0f\x1f\xcb\x86\x1b\x52\xf9\xf9\x84\x88\x41\x0d\x8f\x76\xea\x8b\xd8\xcb\x97\x2f\x27\x63\x77\x32\x3e\x7b\x98\x3f\x7e\x7c\xf6\xfc\x09\x26\x8c\x3e\x7e\xf2\xf0\x6c\x9c\xcb\x38\x97\xe1\xa3\x39\x71\x31\xad\x8c\x2c\x74\xb5\xcc\x4b\x0a\x18\x5d\x97\xbd\xa0\x8f\x9f\x3e\x7c\xf4\x30\xcf\xd9\xcb\xc9\x64\xf2\x68\x32\x99\xcc\x8c\x9f\x4f\x0f\xb1\x5e\xc4\x7b\xe5\xa0\x80\x67\x9d\x65\x08\x2c\xac\x26\xe0\x91\xac\x20\x67\xe3\xc7\x77\x72\x9c\xf4\x7f\x9c\xa5\x2b\xef\xc0\x3f\x7f\x7a\xfb\x8c\x8a\xd2\x55\xb0\xb6\x88\xf8\x63\xc2\x5f\x65\xcb\x28\xd2\x0c\x5f\x45\xd6\x02\x2d\x56\xbf\x47\x15\x4b\xaf\x98\x67\x22\xa7\x12\x9e\xd6\x72\x21\xad\x74\x1b\x90\x8c\x2c\x75\x3e\xb5\x48\x54\xf9\x62\xba\x42\x4b\x5c\x73\x42\x7a\xcc\x37\x9d\x72\x0d\xd9\x76\x79\x65\x1f\x0a\x88\x39\x9b\x73\xdf\xa7\x8e\xeb\x0c\xf8\xc0\x99\x3a\x44\x68\xef\x57\x75\xc6\x5c\xad\xe7\x73\x9f\x80\x36\x93\xd2\xad\xab\x17\xd9\x52\xb4\xd3\xe7\xc5\xf3\xd4\x9f\x4e\xe0\x25\x8b\xbe\x20\x12\x4a\x6e\x03\xcf\xce\x09\xf6\xb4\x18\x97\xc8\x0d\xa4\xa2\xda\xd2\x47\x1a\x4f\x83\x92\xeb\x0d\x27\xea\x28\xa5\xd2\xd4\x0b\xa6\x99\x95\xea\xba\x62\x9e\xf9\xb6\xd3\xeb\x09\x1e\x80\x49\xcc\x79\x36\x98\x34\x12\xa6\x38\x1b\x50\xa3\xa7\x34\x19\x64\xc3\x60\xba\x7c\xf1\x30\xcf\xcb\xeb\x81\x80\x2c\x89\x98\x07\xfe\xc0\x19\x3a\x03\x89\x18\x57\xef\x07\x8c\x6c\xea\xcc\x2b\x3e\x2a\xd9\xa8\xef\x60\x62\x71\x5a\x5e\xb1\x58\x60\xa1\x45\x6d\xcc\xa0\x80\x2e\x49\x46\x63\xd2\x29\xca\x55\x36\x93\xba\xb6\xbf\xc1\x9c\xf9\x72\xf3\x6b\xa0\x36\x64\x87\xd5\xf0\x6d\x0f\xd4\x4b\x39\x64\xd4\xfb\xd6\x53\x29\x43\x2c\xae\x9e\x8d\x87\x8b\xfd\x9b\xa7\x6f\xdf\x2e\xf6\xdf\x8f\xc7\x32\xf0\xf6\xed\xdb\xb7\x7e\x3e\x5f\xec\xdf\x3c\x83\xf0\x9b\xef\xde\xbe\xf5\x65\xf0\xb5\x0a\x76\x25\xa3\x59\xbf\x01\x81\x73\x89\xff\xd7\x3a\x58\xfe\x2b\x6e\x82\x9d\xae\x49\xa8\xd5\x9c\x35\x77\xb2\xbd\x98\x69\x2e\xf9\x4a\xcc\x3a\x1b\xc6\x02\x40\xe3\x9a\x46\x4f\x09\x34\x19\x9f\x3d\x7a\x00\x8f\x65\x2c\xdf\xe8\x43\xc5\x22\x07\xac\x3e\x0e\x86\xc0\x30\x07\xc0\x68\x2d\x81\x64\x67\x2d\x6a\xee\x5f\xae\x9c\x41\xe5\x38\x74\x32\x0b\x11\xc3\x5e\x03\x3d\xae\x39\x44\x1f\x89\xe4\xe7\xdd\x8e\xa5\xaf\x83\x8c\x21\x2c\xa7\x56\x21\x7b\x60\x6b\xaf\xc3\x89\xf6\x7c\x3b\x70\x72\x67\xb0\xd1\x01\x18\x27\xd3\xce\xf7\x6d\x9d\x57\xed\x66\x00\x6c\x49\xa7\xbb\xc8\xb9\xf0\xf3\x7c\xa7\xfc\x43\x4a\x51\x45\x33\xb4\x1b\x47\xdc\x56\x8e\xa5\x3a\x27\xbc\x11\x3e\x91\xf0\x05\x79\x34\x79\x3e\xf9\xd3\xb7\xe0\xa5\xf0\xd9\x10\xa9\xe5\xc0\x7e\xdc\x11\xf7\xa8\x0b\xae\x0e\x71\x93\xa4\x5e\x93\xe4\x7f\x69\x30\xf9\xc7\xb5\xd0\x23\xfa\x67\xac\x15\xe6\xbb\x2c\xb4\x41\x50\xeb\x8d\xcb\xd9\xf3\x67\xfa\x8d\xcb\xf8\xf1\x13\x3c\x2d\xe1\x3a\xcf\xd6\xfa\x22\xcf\xc5\x0b\x3a\x9e\xa5\x55\x95\xbc\xd4\xaa\x2b\xd6\x07\xde\xb5\xb2\xff\x18\x2a\x95\xd9\x20\xd4\xb5\xba\x19\x55\x54\x35\x84\x17\x59\x2d\x84\x4b\xef\xb3\x49\x59\xd1\xa3\x63\xa7\x44\x71\x67\xf5\xa3\x32\xc7\x8d\x8a\x4d\x15\x39\xdf\x88\x58\x66\xb9\x03\x66\x7b\x7c\x7c\x63\x09\x76\xd6\x9b\x4b\x82\x21\x79\x77\xec\x00\x7e\x07\x8c\x72\xc4\x7f\x23\x56\x99\xe5\x8e\xed\xfd\xe8\x7f\xa6\xc1\x61\x0a\xff\x31\xd4\x66\x0f\xa5\xa6\xdf\xf1\xb1\x58\xce\x8c\x3b\x16\x13\x54\x73\xe9\xc6\x0a\x54\xb3\xec\x1b\x11\xdf\xda\x34\xcd\xf9\xfb\x07\xf0\xab\x8c\x77\x2c\xe5\xae\x7d\xfb\x07\x2a\x70\xd7\xbe\xfd\x03\xa8\x1f\xfd\x3f\xd3\x38\x8f\xff\xe7\x8b\xf9\xe5\x0f\x76\xb4\x1a\xa1\x05\x39\x7b\xf2\xec\xe1\x71\x5f\xe8\x95\xdf\xd1\x23\x37\x81\xf4\xba\x20\x69\x63\xdb\x40\x22\xda\xbc\x4f\x20\x09\x1d\x4f\x93\x17\xa9\xd9\x4d\x24\x66\x37\x11\xd0\x74\x9e\xf8\x24\xa3\x0c\xee\x51\xa3\xd9\x50\x19\xfb\x37\xca\x03\x01\xf6\x04\x92\x1b\x28\x30\x3e\x85\xf8\x3c\xf0\x69\x56\xc9\xed\x72\x1f\x7a\x76\x76\x9b\x2f\x77\xc7\x78\x99\xb5\xa4\xd2\x8b\x88\x87\xbd\x65\x10\xc7\x2c\xec\x25\xbc\x17\x71\xd0\xdb\x17\xd1\x45\xcc\x7a\x0e\xe1\x2d\x5f\xbc\x70\x4a\x54\x55\xb5\xc3\x7f\x6f\x44\x3b\xbc\xda\x76\xb6\xa0\xd9\x48\x81\x99\x88\x23\x06\xfe\x92\x3c\x4f\xb5\xa2\x1e\xee\x53\x1a\x75\x5a\xf9\x13\x83\xc4\xda\x5a\x91\x8c\x72\x95\xa5\xb4\x38\x47\x26\x98\x2c\xed\x33\x2c\x6d\x50\xb5\x67\x19\x3e\x0c\xcc\x89\x45\x62\x1b\xad\xcb\x8c\x2f\xf4\x26\x4a\x5c\x29\x09\x1a\xdf\xda\x98\xaa\xbb\x08\xdb\xa4\x89\x41\xc6\x6e\xc4\x54\x90\x58\x3f\x50\x09\xae\xe0\xfe\x51\xef\xfc\xb2\xf2\x89\xca\x5e\x6e\x4e\x57\x74\x3c\x5d\xbd\x88\xa7\xab\xc1\x00\xef\xf5\x5e\xf3\x9e\x33\x58\x29\xbd\x05\x6a\x9a\x1b\x39\xb2\x57\x99\xf2\x9a\x56\x93\xb0\x7b\xc8\x19\xec\xf5\xde\x8d\xc8\x7d\x1d\xbe\xee\x69\x10\x95\xa5\xdb\x5e\xdf\xb4\x57\x38\x18\x2d\x31\x49\xaa\x0e\x57\xad\xb5\xb1\x1b\xb5\x98\x6e\x2c\xf3\x86\x16\x2c\x09\x6c\xb3\x87\xec\x6b\x6f\x43\x36\x0d\x7b\x89\x95\x32\x45\x41\x1e\x3e\x7c\x7c\xa7\x43\x31\x8e\xce\xce\xce\xb0\x35\xb4\x8e\x8c\xef\x3c\x4f\x0b\x72\xf6\x78\x7c\x97\x73\x1a\x12\xd1\xf3\x03\x17\xc1\x15\x8c\x2c\x92\x94\x38\x49\x40\xcb\x01\x47\xea\xa3\xd8\x72\x43\x9f\xa0\xfb\x35\x9c\xa6\x75\xd1\xfd\x01\x1b\x38\xd8\xb6\x1d\x39\x75\x30\xc2\xda\xaf\xb4\xc0\xd7\x45\x41\x96\xb4\xd3\xa5\x72\xe5\x04\x59\x76\xf3\x12\xcb\xe2\x96\xe8\xba\x20\x8e\x63\xf2\x7f\xc6\xd7\x4b\xd5\x8c\x0d\x0b\x5b\xf8\xba\x9a\x2f\x41\x41\xf6\x74\x39\xb3\xd3\x2a\xc2\x63\x8d\xa9\x5e\x9d\xa5\x35\x85\x1c\xe0\x12\xcc\xc1\x92\xbc\x8a\xee\x32\x7f\x51\x20\xec\xc5\x64\x45\x39\x7a\xf2\xfc\x29\x46\x98\x6c\xac\xfa\xd4\x8c\x8f\x76\xee\xba\x4a\x0b\xa3\x05\x09\x25\x3b\xdd\x51\x67\xcf\x15\xbb\x0f\x2d\xcd\xe5\x9f\x23\x2e\x9e\x01\x57\x9a\xa5\xde\x06\x55\x41\x4c\xb6\xf4\xda\x39\x79\xb5\x5e\xa7\x6c\x1d\x08\xd5\x53\x27\x8e\xd7\x89\xa5\x0e\x35\x4b\xbd\x7a\x04\x71\x4e\x00\xe7\x89\xe3\xc1\xaf\x09\x7f\xb7\x5f\xad\xd8\x71\xa4\x15\x88\xc4\x58\x85\x4c\xf6\x77\x82\xa5\x81\x48\xd2\xb2\x31\x4e\x1c\x6f\x35\xdb\xa0\xb9\x3f\x57\x7e\xb3\x47\x91\x86\xf0\x11\xc6\x1e\xe4\xcb\x0e\x7c\xf9\x36\x4d\xb6\xe7\x07\xbe\xec\xca\x5f\x01\xe9\x46\x3d\x71\xbc\xd0\xc4\xfd\x95\x71\x95\xa3\x33\xb2\x2b\x47\x57\x11\x90\x28\x92\x6d\xb4\xcc\x8e\x56\x5d\x25\xcb\x6a\xab\x2f\xe2\x9c\x7c\x17\xad\xdf\x71\x71\x2c\x87\x4a\x9d\xa5\x9e\xfa\x90\xf0\x49\x12\xb3\x40\x52\xa3\xbf\x88\x73\xf2\x26\x10\xc1\xdf\x23\xf6\xf5\x18\x16\x93\x3e\x4b\x3d\xf3\xa9\x72\x49\xba\xe5\x0f\x71\x4e\xd4\x42\xff\xf3\xc7\x77\xb2\x2a\xe6\xdb\x8e\x2f\xdd\x51\xdb\x00\x65\x24\x71\x4e\x94\xcc\xac\x30\x94\xdf\x76\xbc\x8d\xa1\x1d\x49\x9c\x13\x33\x18\xcd\xe8\x62\x97\x41\x2c\x61\x2f\x83\x58\xa6\x5e\x06\x71\x09\x61\xbe\x89\x73\xf2\x36\x4e\x02\xf1\xf0\xcc\x0c\xc5\xce\x16\xb0\x61\x66\xa9\x67\x07\x0d\x86\x27\x8f\x6e\xc7\xa0\x61\x0c\x06\x1d\x94\x18\x22\x1e\xc4\xd1\xef\xf0\x3e\xfa\x23\x5b\x47\x99\x48\x8f\x63\xea\x80\x95\x18\x3b\xa2\x25\xe6\x6a\xf8\x25\xc4\x39\x39\x36\x2c\xdf\x99\x09\x7e\xac\xd4\x77\x16\x43\x28\xbf\x55\xc6\xc9\x93\xdb\x72\x6a\x08\x95\x55\x07\x54\xde\x5b\xda\xbd\x82\x50\x79\xab\x36\x8f\xb2\xb7\x11\x8f\x60\x04\x9a\x4f\x88\xfd\x31\xf8\x11\xa2\x7e\x0c\x7e\x94\x25\x1c\xe1\x05\xc7\xb8\x81\x62\x07\xff\xeb\xfc\x27\x89\xa4\xed\xc5\x42\x26\xcc\xe4\x1f\x00\x7b\x1f\xec\x8e\xd1\xfd\x3e\xd8\xcd\x52\xef\x7d\xb0\x53\x60\x5d\x64\x58\xf9\xfa\x76\x3e\xd7\x95\x04\x22\x6d\xb4\x16\x1f\xe5\x59\x52\x92\x39\x71\x3c\xf9\x43\x9c\x93\x1f\xf7\xdb\x0b\xe0\x99\xea\x83\x38\x27\x6a\x55\x38\x71\x3c\xf5\x41\x9c\x13\xb8\xa0\x84\x81\x77\xe2\x78\x55\xc0\xa4\x28\x36\x62\x3e\x89\x73\xf2\x21\x4d\xb6\x51\xc6\x8e\xd5\x51\x27\xcf\x52\x4f\x7f\xa9\x2c\x57\x47\x3b\x13\x12\x15\xf8\x95\xec\xc2\x8f\x01\x5f\x97\x0b\x48\x15\x90\x29\x6c\xc5\x52\xc6\x97\x55\x6a\x2d\x42\x41\xc4\xaa\x7a\x9d\x45\xe9\xe4\x59\xea\xe9\x2f\xc8\xb2\xfe\xfe\x6a\x07\xc8\xe4\x07\x71\x4e\xce\xd9\x51\x04\xe7\x4c\x66\x3e\x67\x42\x81\xdd\xb9\x03\xcf\x99\xb0\x3a\xf0\x9c\x89\xe3\x1d\x78\xbe\x09\x52\x16\xde\x61\xc5\x6b\x01\x4a\xca\x9a\x71\x12\x21\x6c\x0d\x4e\x1c\x4f\xef\x11\x4c\xcc\xb1\x49\xe0\x38\xc7\x69\x83\x78\x80\x53\x9f\x3a\xb6\x94\xd9\xe4\x1c\x23\xce\xc9\x27\x29\xf7\x94\x12\xdb\x89\xe3\xed\x65\xe4\x61\xa7\x49\x93\xe3\x49\x47\x18\x80\x80\x38\x27\x95\x38\x71\xac\xca\x35\xf9\xa3\x0a\x98\xbc\xaf\xe3\x60\x6b\x95\x71\x1c\x85\x0d\x68\x30\xd9\x71\x1a\xe1\x2d\x1c\xcc\x02\xd1\x48\x2a\x1e\x26\x43\xb7\x30\x31\x0b\x44\x67\xaf\xd8\xd8\xcf\x1f\xdf\x99\x96\x31\x9f\xc4\x39\xf9\x07\x0b\xbe\xdc\xc0\x5d\x74\xf2\x2c\xf5\xf4\x97\xce\xf2\x91\xad\x6e\xca\xf2\x91\xad\x74\x96\x8f\x6c\xa5\xb3\xdc\x30\x05\x74\xb2\xce\x72\xce\x44\x41\x2e\x1b\x0a\x7d\xa5\xe9\xb8\x96\x74\x04\x66\x0a\x38\xcd\x90\x13\xc8\x04\x6b\x6f\x84\x7b\xd7\x85\x53\xd9\x89\xeb\x5c\x92\xaa\xdc\x26\xdf\x83\x8e\x8c\xc7\xe4\xac\x63\x65\xdf\x8e\x43\xe7\x35\x6f\x1a\x6e\x28\x03\xc3\xd3\x17\x4e\x2d\x53\xf3\xb8\x68\xa0\xed\x98\x77\x15\xfa\xa8\x03\xbd\x44\x1b\x01\xda\x0d\x3c\x03\x31\x88\xcb\x23\x88\xed\x5c\xf8\x94\x13\x5e\x90\x35\x48\xe1\xd5\xf4\xb7\xe7\xf6\xdc\xb1\x12\xc0\x63\xb8\x4e\x73\x7c\x23\x23\x77\x80\xdf\x00\xf8\x99\x71\x91\x46\x2c\x3b\x02\x4c\x1c\x9d\xde\xcc\xa6\xed\xc9\x1d\xcd\xa6\xd3\x9b\xd9\xbe\xb0\xc3\xf1\xa2\x64\x62\x33\x83\x72\x9f\x7d\x34\xcb\xa5\xf1\xa7\xdd\x18\xa5\x8d\x46\xb0\x93\xda\x8d\xd1\x14\xf4\x75\x86\xd6\xd0\xb8\x25\x67\x47\x99\x37\xa3\x68\xa2\xd3\x52\x7b\x1d\x8f\x8e\x6c\x01\x1b\x69\xbd\x0e\x6d\x62\xbb\xc0\x59\x0b\xb4\x4d\x02\x70\xa9\x3a\x1c\x44\xb5\x01\x8d\x94\xdd\x00\x36\xd1\xad\x0c\xb6\x5c\x5d\xcf\x63\xa7\x74\x67\xd3\xc2\x74\x47\x36\x9d\xd2\xce\xd6\x39\x0e\x8e\x76\x64\xbd\xf7\x6f\xef\xf8\x23\x7d\xfe\x6d\xdd\x5d\x8a\xda\x75\x24\x65\x74\x57\x06\xbd\x38\xb5\x72\xe8\xf8\xae\x2c\x9d\x6d\x5e\xc5\xb7\xb2\x48\x19\xf8\x83\x94\x14\x01\x50\x86\x94\xc3\xe5\xac\x4a\x56\xb2\x47\xb4\x3a\xd8\x20\x99\x89\x04\xb0\xf7\xc1\xae\x5e\xe2\xfb\x60\xd7\x2a\x4a\x09\xb4\x75\x38\x15\xd7\x02\x55\x92\x6e\x1d\xb4\x74\x0f\xda\x02\x55\xbc\xc3\x9c\xa8\x1e\x03\x26\x8e\x81\xa8\xe7\x03\xa6\xf2\xd3\xea\x78\x36\x0d\x00\xb9\xb4\x80\x5c\xa7\x4c\x47\xb6\x48\xb3\x81\x3f\x8b\x0d\xe3\x47\xa1\x89\x23\x93\xed\x4c\x9f\x83\x38\x6e\x80\x07\x71\x5c\x83\x48\x99\xde\x17\xd8\x40\x2a\xb2\x01\x97\x25\xf1\x65\x93\x54\x1d\x0b\x90\x95\xc8\x5e\xaf\x58\x15\xdf\xaa\x5b\x5d\x8e\x6f\x64\xab\xa5\x75\x64\x95\x52\x7b\x33\x8b\x8c\x6b\x81\x9e\xb3\xc6\x20\x38\x67\xed\x11\xd0\x92\xa0\x1b\x59\x9a\xc9\x6d\x04\x30\x2a\x1a\xb9\xd4\x48\x69\x81\x82\x0c\xdd\x00\x85\xb8\x0e\xd0\x52\xc6\x6e\xc2\x97\x09\xad\x4c\x95\xc4\x5d\xcf\x53\xc5\x77\x66\xe9\x28\xa5\x8c\x6e\x65\xa8\xa4\xf0\x7a\x8e\x2a\xbe\x3b\x8b\x2d\x6e\x77\xe4\xb4\x93\x3b\x11\x74\x72\x33\x2b\xa1\x33\x53\x27\x3f\xb3\x12\xda\x99\xb4\xf0\xdd\xc8\xa1\x63\x5b\xe0\x5a\xee\xae\x43\xeb\xc8\x4e\xe0\xd6\x90\xd4\x91\x75\xe0\x82\x1c\x28\x47\x0f\x1f\x3e\x1e\x63\x72\x41\x39\x7a\xf6\x70\xf2\x04\x93\xf7\x54\x2b\xf8\x97\x27\xef\x32\x44\x9a\x97\x46\xea\xe2\x03\x93\xaf\x2d\x70\xb8\x6e\x68\xc1\x2b\x45\x35\x4c\xae\xba\xd1\xb7\x54\xab\xb4\xc2\x0e\x26\xaf\xee\x98\x21\x53\xf8\xbf\xd0\xd3\xf9\xaf\x27\xa3\xf9\xc2\xf7\x07\xf9\x62\x8e\x66\x1e\x1a\xce\x16\xe1\x00\xcd\xbc\xc5\x68\x11\x0e\xf0\x0c\xe7\x68\xee\xdc\xf7\x31\x92\x69\xb3\xfe\xe2\x0c\xcf\x7f\x5d\x2c\xfc\x7c\xb1\x18\xe1\x07\x33\xbc\x38\xc3\x0b\x3f\x47\x33\x0a\x39\xf2\xc5\x7c\xe1\xe3\xea\x33\x3f\xb9\x87\xf1\xe9\x9a\xfc\x44\x4f\x17\x0b\xb4\x58\xe0\xd9\xe9\x9a\x7c\xea\x78\x58\xf2\x0a\x31\x32\x26\x13\x4c\x38\x7c\x0e\x27\x58\xed\x5c\x1c\x65\xf1\xda\x39\x71\x1a\x0e\xae\x22\xe4\x44\xfc\x32\x88\xa3\xb0\x17\x49\x01\x97\x67\xd1\xb2\x97\xc1\x34\x24\x3d\x76\xb5\x63\x4b\xc1\xc2\xde\x52\xf9\x04\xef\xfd\xeb\xe4\x5f\x8e\x85\x91\x1b\x8c\xe2\x9b\x31\x26\x3b\xc6\x2b\x8c\x6a\x2f\x32\x2f\xed\x6d\x5c\x21\x46\xbe\x90\x86\xcd\x2e\x12\xe1\xeb\x74\x6e\x6e\x3c\x7d\xca\x67\x57\x28\x22\x3f\x11\xe7\xde\xc4\xc1\x9e\xc8\x73\x56\x80\x8d\x54\x72\xde\xf5\x8a\x85\xa4\x14\x1c\x40\x5e\xa0\x35\x49\x31\x3c\x94\x75\x4e\x9c\x01\xe2\x74\x3d\x4f\x7d\x3c\x1f\xfb\x03\xe7\xc4\xc1\xe4\x02\x6d\x49\x8a\xcd\x85\xe2\x76\x9e\xc2\xbb\xe1\x84\x52\x1a\xc2\x23\xd3\x4b\x30\x82\xd9\xb9\x99\x4c\x5c\xb7\x6f\xb7\x44\x20\x5b\xc2\xb4\x80\x33\x60\x03\xa7\xa7\x1e\xa1\x92\xde\xc5\x5e\x94\xee\xc2\x2e\x83\x28\x0e\x2e\x62\x36\xea\x7d\x88\x59\x90\xb1\xde\x2a\x8a\x59\x2f\xe0\xbd\x28\xcb\xf6\xac\xef\x98\xdb\xc1\xeb\x20\x8e\x82\xcc\xe3\x60\xac\xde\x4b\xb5\x19\xfb\xa4\x28\x1a\x6d\x5f\x2f\x31\x4c\x98\x2a\x07\x8a\xee\x3b\xb8\x38\x7a\x07\x2d\xfb\x55\x09\x2f\xd6\x61\x0f\xcb\x73\xe5\x50\x5e\xdf\x1f\x1e\xa9\x9e\xa4\xa9\xb7\xdd\x67\xa2\x77\xc1\x7a\x41\x8f\x27\x7c\x08\xbe\xf1\x7b\x1a\xa1\xba\x58\x6c\xb8\x0e\x7b\x39\x71\x5d\xe7\x42\xcb\xf5\x55\x91\xf5\x36\xbc\x2f\x57\xf7\xe4\xeb\xfb\x08\x5c\x92\x38\x3d\x83\xc4\x2a\x4d\xa3\xb8\xaf\x06\x12\xa7\x9f\x10\xc3\x24\xa5\x96\x8b\x0d\x3e\x1f\xfb\x9e\xe3\x90\x84\x9e\xcb\xb1\x3b\x48\x65\x67\x13\x81\x49\x46\x13\x65\x71\x3b\xa6\xc9\x08\x5a\x94\xec\x69\x7f\x42\x56\x34\x19\x41\x7b\x4f\x57\x30\x56\x56\xf3\xb1\x4f\xbe\x22\x4e\xde\xa3\xf9\x98\x4c\x7c\xb2\xc2\xb8\xba\x29\xde\xd0\x09\x09\x69\x7f\x3c\xdd\x94\xcf\x9a\xa7\x9b\x01\xd5\x66\x19\x76\x94\xcf\x37\x3e\xb9\xa4\xaf\xd0\x4e\xcd\xce\x35\x7c\xea\xd9\x89\xee\x3b\xf7\x29\xa5\x97\x79\xee\xdc\x77\xf4\xc7\xbf\xf4\x87\x4a\x5a\x9b\xa4\xb5\x49\x5a\x63\xd7\xbd\xec\xcb\xdf\x5a\xe7\xef\xf4\x45\x1f\x74\x47\xd6\xfb\x1a\x89\x4d\xef\xb7\x7d\x22\x58\xa6\x5a\x6b\x13\x5c\xb2\xde\x36\x10\xcb\x8d\x9c\x7b\x2a\x45\x4f\x68\xeb\x3e\x51\x76\xc5\xce\x75\xc3\x3c\x47\x7b\x78\x60\x2e\xe7\x44\xa6\xa6\x4b\x3a\xa0\xce\xc8\x19\xec\x30\xcc\x16\x1c\xd3\xed\x3c\xf3\xcb\xb3\x06\xa5\xb0\x1a\xc3\x50\xea\xa3\x5d\x2f\xe2\xbd\x18\xab\x50\x63\x62\x5c\xc8\x81\x5e\x0d\x9f\x55\x92\x76\xcc\x10\xb1\x61\xbd\xb2\x4a\xad\xe9\x52\x4e\x8c\x22\x5a\xa1\xa5\xeb\x6e\x06\x93\x97\x65\x9f\xab\x96\x3f\xd0\x25\x8a\xc9\x0e\x4f\x63\x8a\x42\xda\xef\x1f\xb0\xeb\x3a\x6b\x26\x9c\x88\xf7\x0e\xae\xdb\x47\x4e\x92\x46\xeb\x88\x07\xb1\x72\x64\x24\xa3\x47\x6b\x26\xf0\x0c\x7e\xbc\x78\xbe\xf3\xd5\x89\x47\x48\x2f\x00\x13\x89\xa9\x8c\x9c\x86\xae\xdb\xdf\xbb\x2e\x92\xd5\xa7\x31\x2e\x9f\xf0\xc7\x45\x41\x1e\x3d\x7e\x72\x27\x45\x7e\xe7\xf3\xe7\x75\x9c\x5c\x04\xf1\x67\x65\xc6\xf0\x73\x14\x7e\xfe\xdc\xa9\xe0\x60\xbd\x51\x97\xdc\x8a\x22\xf5\x9b\xe7\x63\x3c\x98\x14\x05\x79\xf2\xfc\xe9\x9d\x0a\xec\x3c\xcd\x05\x19\xcd\x75\xd5\x2f\x28\x4e\x3e\x3c\x7b\xfe\x14\xdf\x44\x47\x97\x21\xa8\xd4\x75\x3b\x7d\x86\x1a\xfc\xc8\xc9\x94\x34\x68\x65\x41\xce\x2a\x49\x1c\xdc\x99\xa8\xf2\xc9\x91\x92\x4a\x88\x08\x61\x0c\xcf\x24\x24\x71\xdf\xa4\x5f\x73\xd4\xe5\xa3\x2a\x21\xcf\xbb\xd2\x3a\xef\xcf\x55\x06\x63\xc2\xb3\x3f\x81\x89\x73\x84\xf0\xf2\xbc\xd9\x40\x8f\xb5\xb7\xe7\xeb\x82\x08\x6a\x2a\x27\x58\x26\x1c\xb9\x5a\x97\x9a\x1f\x53\x8b\x0b\x5b\x56\xb6\xea\x65\x1a\xb5\x18\x85\xc6\x97\x74\x1f\x55\xa3\xd1\x86\x13\xf1\x7f\x17\x03\xb7\x30\x48\xbe\x27\xc0\x8a\xe3\x5c\xf8\xf4\xd1\x19\x61\x75\xec\x1d\xc3\xc0\xd2\x68\x72\xdd\x71\x55\x9c\x79\x8c\xa1\xa7\xed\x1d\xd1\xd4\xfb\x05\xfc\x5a\xd4\xb0\x76\xa4\x77\x15\xa2\xa6\xc5\x4d\x7d\xad\x1f\xea\x4e\xfa\x94\x1a\xc9\x23\xcf\xd3\xf9\xd8\xef\x57\x36\x6a\x15\xb5\xfd\x56\xfb\x19\xd6\xf5\x2e\xfb\xbe\xd4\x23\x33\x1e\x01\x9a\xfd\x71\xd7\xaa\x56\x2a\x1c\xe6\x88\xf5\x16\x30\x65\xaf\x34\x5a\xa1\x47\x67\x7d\x4a\x23\xb5\xc6\xe5\x79\x7f\x0c\xa1\x4a\xc1\xad\x24\xa7\x30\xe3\x55\x72\xb2\xa7\xe3\x3b\x31\x96\x3b\xb0\x8c\x5e\x8a\xb0\xeb\xf6\xfb\x7a\x76\x98\xb1\x05\x46\x29\x89\xdc\x03\xdc\xb1\x1c\xb9\x6f\xb0\xca\x49\xbb\xa4\xf4\x5b\x5e\x12\xe3\x82\x9c\x4d\xee\xe6\x31\x57\x6e\x4f\x94\xcb\x84\x6b\x78\x2f\xfe\x5a\x39\x23\x97\x3b\xc8\xcc\xeb\x8f\xc9\xb2\x0a\x37\x82\x90\xac\x5f\x25\xc9\x82\x55\x38\xca\x76\x71\x00\xe3\x51\x2b\x14\xbe\x69\x40\x40\x54\x1a\x5d\xb2\xf0\x5c\x04\x82\xbd\x4d\x93\x2d\xec\xce\x8e\xa4\x95\xf9\xb6\xd1\x55\xc4\xe1\x4b\x8e\xba\x92\x00\xa1\x08\x2b\x48\x42\x95\xf7\xa3\xfe\x98\xa8\x51\xac\x41\x55\x03\x01\xed\x41\x1c\xb3\xb4\xfc\x82\xb8\x52\x60\x53\x81\x48\x1c\x00\x59\x40\xaf\xef\xdd\x53\xa3\x54\xd5\x1a\x0c\xf4\xde\xa1\xc2\xdd\xb4\x65\xf4\xba\xe8\x7c\x2b\xd9\x4b\x47\x51\xf6\x9e\x6d\x13\xc4\xf0\x2c\xf0\xb2\x39\x1b\x99\x72\xfd\x3c\x8f\x8a\x6c\x9e\x8e\xde\x26\xe9\xd7\x20\x0d\x3f\xb2\x95\x5f\xa7\x2a\x65\x3c\x54\xf5\xf9\x06\xa2\x0a\x22\x71\xca\x22\x7d\x1a\x68\x27\x83\x9d\xfa\xa2\x64\x7f\x03\xab\x21\xab\x1b\x79\x4a\x4d\x9d\xa9\x73\xd2\x92\xb0\x5b\xe1\x89\xec\x5a\x5c\xba\x63\xce\x69\x5b\x3c\xe9\x11\x89\x5e\xf9\x40\xde\x19\xfe\x11\x22\x0e\x37\x32\x91\x92\xfa\x64\xde\x88\xa4\xb8\x50\xca\xa4\x7b\x99\x2a\x45\xe0\x80\x06\x46\xed\x70\x25\xd7\x82\x4a\xf8\xcd\xe8\x12\x09\x4c\xb6\x74\x89\x38\x26\x97\x74\x3c\xbd\x7c\x11\x18\x29\x78\x30\xb8\x54\x05\xad\x69\x30\xbf\x84\xbd\x54\x3f\x99\xaf\x7d\xd7\x45\xfd\x34\xcf\xfb\xe9\x7c\xed\xcb\xf5\xbf\xbf\xcd\xf3\xfe\xd6\x04\xb2\x3c\xef\x67\x32\x60\xc4\xb8\x0d\xe2\x64\x8d\xa7\x22\x3d\x5c\xc7\x48\x90\x35\x39\x18\x85\xb5\x0b\x7c\x5d\x14\xa5\xf8\x25\x8a\x82\x3c\x7d\xf4\xe4\x26\x4b\x7a\x6a\x8b\x70\x93\xa4\xa2\x59\xd4\x2a\x49\xe5\x26\x62\x56\x05\x91\x93\xb2\x60\x29\x46\x4c\xbd\xeb\x77\xb0\xf7\x64\x3c\x19\x3f\x94\x32\x53\x07\x94\xec\x94\x20\xd6\x40\x4f\x48\xd2\x09\xb4\x4a\x83\xb5\x85\xeb\x29\x09\x3a\xc1\x14\xf1\x9f\xc1\xe7\x90\x82\x7c\x46\xb2\xee\x52\xd3\x44\xee\x1f\x53\x05\x36\x79\x44\x96\xc7\xc0\x2e\xa3\xd0\x80\x8d\x9f\x93\xb8\x13\x4c\x33\x34\x8d\x6c\x4c\xf6\x9d\x50\x70\x05\x69\x11\x37\x91\xfb\xa7\x23\xe8\x96\xfb\x34\x65\x5c\xd4\xa1\x37\xdd\x6d\xa3\xa6\xf6\xe7\x94\xad\x34\xe4\x19\x09\xbb\x9b\x67\x9f\xed\x18\xcf\x0c\xc2\x87\x64\x77\x23\xd8\xe7\x38\xca\x74\x9d\xce\xc6\x64\xdb\x09\xbb\x65\xdb\x44\xa3\x7b\x4c\x2e\x3b\x41\xe2\xe0\xf7\x83\x06\x79\x42\xd6\x9d\x20\x17\x71\xb2\xfc\xa2\x4b\x9a\x90\x43\x77\x35\xf7\x3c\x0c\xe4\x18\x30\x83\x65\xf2\x94\x5c\x74\x42\xa6\x2c\xdb\x25\xbc\xec\xb5\xc9\x33\xf2\xbe\xbb\x9e\xcb\x64\x67\xda\xe2\x79\xc5\x59\xbf\x1a\xcf\xfe\x2d\x9d\x1f\x56\x3a\x3f\xb7\x3c\x93\x18\x66\x3a\xcd\xbe\x46\x5a\x45\x73\x29\x77\x6d\xa9\xa7\x23\x18\xd5\x1e\xac\x54\xfc\xde\x83\x9f\x95\xfa\x49\xd4\x4f\xa6\x7e\x02\xf5\x13\x7a\x46\x49\x73\x6a\xde\x20\x57\xb8\x5c\xb7\x2a\x53\xa3\x8c\x55\xb6\x8d\xfa\xb9\x54\x3f\x5b\xf5\xb3\x6c\xe3\xaa\x98\x00\x40\x44\x56\x44\xc3\x3f\x95\x4e\x90\x2d\x42\x29\x5d\x15\x62\x04\xd7\x94\xef\x93\x90\xd1\x3d\x11\xa3\xd7\xe5\x40\x85\xa8\x95\x8a\xd2\xc6\x88\x32\x29\x33\x81\x0f\x7e\x1d\xf7\x41\x4f\x26\xba\x24\x95\x2f\xaa\x94\x08\x6b\x71\xa2\x1b\x19\xd4\x93\x1d\xec\xc5\xfc\x10\xfc\x7e\x00\xd7\x54\x72\xb5\x01\x7f\x55\x1f\x80\x61\x80\x35\xb6\x0f\x7a\x16\x83\x85\x28\xf5\x1c\x01\x08\x09\x64\x50\x8f\x62\x1a\x82\xbb\xaa\x8a\xf0\x0e\x65\x58\x59\xd9\x3c\xd7\xd5\xdc\x17\xda\xfb\x55\xad\x6e\x57\x26\xb2\x56\xbb\x0e\x5c\x1a\x4b\x5c\xd8\x19\xca\xaa\x1f\xcf\xb0\x54\x19\xda\x26\x39\xcb\xdd\xe4\x4d\xe3\xd1\x1e\x15\x94\xd2\x54\x21\xb3\x1a\xf6\x78\xc1\x1b\x0d\x6b\x5a\xfd\x38\x64\xa2\x20\xa1\x4b\x8e\x43\x5d\x2a\x28\xe8\xaf\xe3\x50\x5b\x05\xa5\x3b\xf3\x38\x5c\xa4\xe1\x4c\x4f\x1f\x87\xcc\x14\xa4\x35\x0c\x8e\xc3\x06\x1a\xd6\x8c\x91\xe3\x90\xa1\x82\xfc\x7b\x10\x47\xa1\x65\x68\xaa\xab\x7f\x5a\xdb\x51\x66\x6f\x9a\x6b\xd1\xe0\x8f\x51\xfd\xac\xd4\x4f\xa6\x7e\x02\xf5\x13\xaa\x9f\x5d\x9e\xdf\xd2\xeb\xa8\xd6\xed\x97\x79\x5e\x0b\x6f\x1b\xe1\x65\x23\x1c\x37\xc2\x9b\x46\xf8\xd0\x08\x5f\x34\xc2\xef\x1b\xe1\x35\x3c\xd9\x54\x42\x18\xfd\x2a\x37\x2c\xb7\x59\xc1\xab\xc4\x32\x8e\x9e\x3e\x7a\x02\x7b\x8e\xa7\x4f\xbe\xf5\x61\x90\xf2\x1d\x43\x12\x12\x90\x4c\x9d\xa3\x69\x06\xbd\xac\x3b\xb3\xc4\xca\xc7\xa1\xf6\x37\xf8\x3e\xe2\xd1\x2a\x62\x61\x8f\x5d\x2d\x19\x38\x59\xea\x25\x4b\x98\xf3\xe1\xb4\x27\x0b\x15\x1b\x06\x47\xb4\x5b\x03\x18\xb2\xcb\x1e\xe3\x97\x51\x9a\x70\x38\x5b\x5d\x25\x29\x00\xad\xf6\x71\xdc\x63\x12\x6b\x6f\xcb\xb2\x2c\x58\xb3\x5e\xc0\xc3\x5e\x10\x86\xe0\x83\x23\x88\x7b\x1b\x16\xef\x56\xfb\xb8\xf7\x35\x48\x79\xc4\xd7\xd9\x48\xab\x1e\x69\xc3\x9b\x73\xab\x02\x3e\xd9\xd3\xf1\x14\xd9\xa4\x56\xaf\xb3\x4f\x4f\xb2\xd3\xb5\x75\xe4\x5f\xbd\x07\x98\xef\x07\x03\xbf\xc0\x18\x63\x65\xa4\xdd\x79\xc7\x2f\x83\x34\x0a\xb8\xe8\xfd\x3d\x4a\x62\xe5\x6f\x49\x1f\x82\x2f\x47\xe0\xa7\x29\xfb\x94\x7c\x48\x76\x74\x42\x96\x45\x51\x90\xc7\x8f\xee\xfa\x0a\x44\xee\x77\x31\x52\xaf\x87\x1f\x8d\x1f\x3e\xc5\xc8\x39\x7a\x2a\xe2\x80\x8d\x8a\xd6\x64\xe9\xa3\xd4\x75\x99\xeb\x76\x0e\xef\xf6\xe6\x57\xb9\xc2\x70\xdd\xf2\x40\xe6\x95\xd9\x72\xf9\x32\x6b\x04\x8f\x85\x83\xae\x72\xfa\x09\xf0\xf6\x6a\xc6\x74\x96\xe8\x70\xa5\x46\x60\x45\x96\x76\x37\xcb\xe7\xfa\x74\x5c\x23\x20\x0d\x0e\x70\x20\x24\x0b\xb7\x12\xaa\x37\x58\x8a\xb0\x91\xda\x27\xe2\x82\x74\x6d\xf7\x13\xeb\x59\x52\x81\xf0\x34\x91\xfc\x95\xad\x83\xe5\xa1\xac\x21\x0d\x48\x35\xea\xb3\x59\xe2\x05\x05\x39\x7b\xf6\xf0\xe1\x5d\xfa\xea\x4d\x20\x6c\xa7\xfa\x72\x6b\x1c\x1c\x2a\x7b\x1b\x1d\xaf\xc9\x92\xaa\x7f\x8f\xbc\x21\xbb\xd3\x6a\x84\x92\xd9\x91\x17\x3b\xfa\x28\x82\x61\xd2\x1f\x37\x5f\xb5\xf4\x27\x45\x81\x18\xf6\xca\xc6\x94\xf4\xab\x86\x34\xb9\xc0\x04\xcc\xc3\xb3\xe7\x77\xb7\x02\xae\xe9\x35\x28\x55\xd5\x01\xe9\x2d\x47\x79\x0c\xff\x11\x23\xde\x51\xf6\x21\x0e\x22\xae\x72\xb6\xef\x1e\x4b\x37\xcb\xfd\x49\x9f\x52\x0e\x63\xa7\xe2\x50\xca\xe4\x5e\x75\xc7\x80\xf3\x5c\xc3\xa5\xd4\x22\x14\xbb\x6e\x5f\x9d\xb5\xd5\x8f\x6c\x90\x03\x2b\xa5\xd9\x07\x3b\xd0\x5a\x93\xc9\xa3\xbb\x3d\xc4\x52\xec\xc7\xcc\x69\xb9\x23\x2a\x47\x02\xbc\x83\xba\x4e\x69\xd6\x31\xd3\xeb\x24\x38\x92\x2d\x64\x48\xeb\x63\x58\x60\xec\x8a\x2d\x81\x19\x5c\x17\xd3\x23\x8f\xa6\x92\x62\x1a\xd0\x6b\xd3\x09\x5e\x4c\xb4\xe2\x8c\x17\x17\xe4\xe8\x01\xb2\x48\x3e\xa4\xd1\x36\x12\xd1\x25\x03\xb7\xbc\xed\x68\xb8\x79\x50\x56\xc4\xba\xe8\xb7\x38\xd5\x91\x03\x09\xeb\x41\x58\x35\x25\x96\xb5\x01\x0e\x6b\x4e\xb5\x5a\x5b\x17\x83\xf5\x63\x54\x30\x9f\xa6\x9c\xe0\x83\xc5\x6e\x75\xad\xd4\x47\xc2\x75\x53\x39\xae\xa0\xc6\x0e\xb6\x8e\x3d\xe5\xd4\x89\x10\x23\x81\xd9\xca\x5b\xa6\x78\x41\x26\xeb\x32\x5c\xd2\x3f\x46\x8d\xeb\x76\x1d\xe3\xd7\x18\x98\xea\x39\x98\x20\x7b\x39\x07\x0a\x72\x76\xf6\xe4\x99\xfd\xa4\xb7\xdf\xbe\x51\xbf\x16\x49\x12\x8b\x68\xe7\x5d\x67\x9b\xe4\x2b\x38\xe5\xce\xb2\xd7\x71\x90\x65\x9e\xb3\x8a\x13\xf1\x29\xda\x39\x44\x3b\xe9\xf3\x9c\x93\xac\x97\xf7\x7e\xf1\x7a\x27\x57\xbd\xbc\xf7\x4f\xaf\x77\x72\x70\xc8\x95\x9c\xeb\x6f\x93\x74\x1b\x08\x70\x40\x48\x0e\xcd\x88\x6d\xc2\xc5\x06\x4e\x8e\x54\x38\x54\x87\x53\x3a\x04\x76\x74\x32\xef\xfa\xca\x9b\x8c\xc9\xc1\x3b\x1b\x17\xe6\x44\xeb\xd3\x86\xa9\x23\xac\x8c\x07\x3b\x38\xda\x8b\x38\xcb\x80\xc6\x38\x5a\x7e\xf9\x14\xed\x20\x90\xf0\xbf\x25\x97\x2c\x6d\x30\x96\x82\xdc\x53\x2f\x74\x3d\xc9\x9c\xa6\x62\xa4\x2b\xfa\xd3\x4e\xf9\x73\x51\x21\x7d\x5c\x52\x63\x79\x9b\x28\x1b\x89\x68\x57\x3a\xe2\xba\xbe\xf2\x24\x61\xe3\x82\x40\x52\xc4\x23\x01\xe6\x29\xec\xd7\x93\x32\x92\xda\xe6\x57\xb4\x81\xba\x4d\x94\x29\x1b\x97\x71\x22\x46\xbb\x78\xbf\x8e\xb8\xb9\x1d\x9e\xea\xa7\xb5\x90\xf6\x41\x25\x81\x61\x25\x6c\x4e\x9e\x22\x3a\x9e\x46\x2f\xd2\x69\x34\x18\xe0\x26\xa4\x7a\xd4\x5a\x47\x3c\x8f\x7c\xe5\x22\xa6\xc3\x46\x28\x97\xd3\x97\x8f\xae\xc0\x20\xfb\x9a\xfd\x42\xf8\xe8\xa0\xbf\xff\x49\xc4\x28\x63\xe2\x93\x6a\x11\x53\x6d\xc4\xb1\x6d\x29\x14\xd8\x0c\xbe\xe6\x23\x68\xfa\x6d\x12\xb2\x19\x62\x48\x1d\xe0\x49\x01\x67\x93\xc4\x21\x4b\x11\xc6\xf0\x90\x14\x39\x92\xae\x8d\xec\x16\x87\x64\xe0\x96\x2a\x0a\x99\x2e\x01\x61\x62\xa1\xa1\xfd\x09\xf6\x50\xa6\x0b\x20\x1c\xd6\xba\x64\xab\x45\x76\x84\x47\x51\x86\x1c\xef\x32\xca\xa2\x8b\x98\xc1\x5d\x5a\x77\xb1\x7b\xde\x55\x70\xad\xa0\xb1\xed\x63\xd1\x94\xa8\x5f\x95\x37\xa5\xd2\x72\xae\xc2\x6b\xe3\xec\xb7\x54\x20\xc4\x87\x0c\x3f\x80\xbf\x03\x94\x0e\x05\x7e\x00\x7f\x71\x01\x1a\x14\x58\x8c\xe4\x0c\x32\x75\x4c\x08\xb7\x46\x5c\x94\xf0\x6c\x24\x47\xf1\x2c\xf1\xa2\x4a\x77\x9d\x43\xf7\x95\xe9\x2c\x8d\x58\x36\x82\x41\x0e\xb8\x5c\xb7\x0f\x96\x47\x9b\x88\x00\xa2\x34\x95\x5d\xc3\xb1\x4e\xa3\x70\xb4\x4d\xf6\x19\x7b\x05\x3e\x9f\x3f\x06\x61\xb4\xcf\xc8\x92\x5e\x87\x91\x7a\xc0\xed\x65\x83\x49\x41\x62\x1a\x49\x96\x18\xc8\x45\x5c\x49\x17\x22\x40\xb8\xa6\x92\x92\x56\xaf\xf6\x13\x3a\x26\x19\x1d\x4e\xc8\x9e\x4e\xa6\xfb\x17\x29\x98\xdd\x35\xc3\x78\x3f\x18\x60\x15\x33\xdf\x0f\x27\xfe\x7c\xec\xbf\xa0\xd1\xe8\xca\x75\x4d\xa4\x8c\x7a\xa9\xa2\x50\x42\xf7\xc3\x09\xc9\xe8\x1e\xd8\x27\xbc\xdd\xd7\x35\x59\xc9\x79\xa6\xb3\x24\x32\x0b\x39\x58\xc1\x89\x5f\x90\x8d\x05\x91\xd5\x21\x32\x05\xd1\x74\xdf\xa2\x65\x73\xbd\xb5\xc8\xf2\x1c\x75\x6f\x3f\xd4\xb1\x51\xd7\xed\x31\xd7\xfc\xfc\xfa\xca\xe3\xe4\xe0\x09\xe8\xeb\x4e\xc8\xb4\x82\x64\x92\xb0\xc2\x98\x72\xa3\xc3\xc9\x29\x42\xc9\x30\xc5\xa7\x28\x1a\xf2\xf2\x35\xfc\xf5\x95\x17\x50\x14\x3d\x40\xec\x41\x36\x14\x83\x14\x0f\xb8\xfc\x1e\x66\x03\x31\x4c\x30\x3e\x45\xd9\x03\x80\x1f\xa4\xc3\x04\x93\x83\x97\x3d\x08\x86\xd9\x03\x36\x10\x52\xd4\xb2\x68\x27\xd9\xe8\xea\xa5\xe5\xb5\x91\x44\xd8\x75\xb3\xd1\xd5\x8b\xea\xa1\xbc\x89\x3b\x58\x70\x29\x49\x54\x9c\x05\x27\xe3\xf4\x99\xf4\x92\xa6\xc3\x44\x0e\x93\x21\xf8\x6b\x7c\x90\x0c\xd3\x07\xd1\xd4\x9e\x13\xc1\x45\x86\x96\x0f\xd8\x20\x7e\x20\x06\x7b\x7c\x5a\xcd\x93\xe5\x83\xe5\x20\x7e\xa0\x97\xee\x15\x0d\xca\x29\x45\x36\x3a\x20\xc9\x2e\x2d\x91\xbe\xdc\xcc\x36\xde\xaa\x40\xe9\xe8\x2a\xb8\x92\x4c\xee\x6c\x89\xa2\xd1\x15\x26\xe9\xe8\x60\x45\x1c\x64\x44\x05\xb1\x6a\x42\xac\x9a\x10\x9b\x26\xc4\x46\x42\xf4\x95\x52\x4a\xf8\x62\x39\x32\x33\xc2\x68\xb1\x04\x12\x29\x59\x8d\x0e\x24\x1a\x5d\x11\x59\xe2\x8b\x00\xe9\x4f\xb2\x19\x5d\x11\x89\x60\x96\x78\x19\xd9\x52\xa4\x06\xde\x2e\x89\xb8\xc8\x46\xea\x27\xfa\x9d\x91\x79\xa4\x50\x0c\x64\x69\x43\x49\xd3\x03\x24\x71\x0c\x25\xbd\xa7\x92\x26\xf8\xc2\x3e\x9e\xda\x73\x32\x04\xa7\xcb\xde\x75\x89\xd3\xdb\x12\xf9\x0d\xa2\x86\xb7\x23\x8a\x35\x78\xa9\xfe\x50\xd1\xac\x28\xba\x99\x8c\xeb\xa2\x98\x5e\x03\x9b\xf7\xec\x16\xd9\xce\xc7\x3e\x26\xc0\xf2\x3d\xbb\x61\xb6\xf3\x89\x8f\x0b\xe3\x7a\xa4\xc1\xab\x0b\x8c\x49\xd5\x56\x2f\xb2\xc1\x64\x56\xe7\x74\xcb\x91\xa4\x9d\xc4\xd8\x6b\xe6\xec\x44\x27\x46\x9b\x24\xf9\x92\xc1\x32\xf1\xfd\x25\x68\x4b\xc1\x52\x66\xdb\x27\x54\x57\x3b\x35\xce\xa6\xcd\xd7\xab\x00\xc2\xa4\xd4\xab\xaa\xe4\xca\x3a\x27\xd4\xed\xa2\x1c\x3d\xb7\xe3\xa5\x18\x00\xd5\xa0\x9d\xc9\xa4\x33\xb6\x1b\x56\xa2\x22\x21\x8b\x99\x60\xdd\x34\x48\x00\x39\xf2\xe4\x7e\xa0\x2b\x5d\x33\xfb\x6e\x06\x74\x34\x83\x5c\x8c\xeb\x9d\x7f\xb4\x2a\x8d\x31\xa2\x05\xa3\x19\xe2\xa3\xaf\xb2\xd5\xa9\xf6\xe1\x4c\xf8\x68\xa3\xc2\xda\xb9\x33\xf6\x2a\x10\x30\x08\xff\x8f\x06\x1c\x44\xfe\x4d\x03\x4f\x5b\x6b\xf7\xf4\xee\x12\x42\x8b\xc8\x52\xc4\x53\x9e\xde\x6e\xc2\x02\xa0\x0e\x09\x9a\x72\x05\x61\x28\x35\x70\xb0\x26\x6e\x93\x4b\xe6\x90\x04\x17\x72\x50\x9b\x81\x98\x6d\xf6\x22\x4c\xbe\xf2\xf6\x30\xe4\xf8\xfa\x5b\x64\x8d\xdb\x61\x2b\x42\x8d\x6f\xa7\x4a\x24\x62\x88\x57\xc0\x75\x6a\x81\xd8\xb6\x84\xd6\x92\x37\x53\xda\xea\x01\x12\xd1\x74\x94\xec\x85\xee\x3a\x84\x07\x6d\x8e\x01\xf2\xf7\xe8\x8a\x24\x06\x54\x75\xe8\x0d\xb0\x87\xa9\x18\x5d\x0d\x19\xfa\x1a\xf1\x30\xf9\x8a\x47\xd9\x32\x4d\xe2\xf8\x07\xb6\x12\x08\xbf\x2c\xa3\xe7\x7a\xec\xf8\x08\x0f\x23\xb0\xfc\x7f\x35\x84\xd3\xff\xab\x6a\xc5\x11\xa3\x2b\x32\x86\xfa\x1d\x5a\xf8\x3e\x25\xbb\x06\xba\x8d\x41\x97\x00\xba\xc3\x90\x26\x98\xc0\x3b\x71\x89\x08\xcf\xb8\x2d\xb7\x8f\xae\x68\x23\xfc\x21\x65\x97\x72\x44\xd7\x81\x24\x09\x1d\x80\x32\xbe\x42\x7e\x68\x22\x3f\x34\x90\x1f\xba\x90\x1f\xa8\x18\x1d\x48\x07\xa0\x8c\x87\x23\x57\x8b\x91\xda\x92\x89\x72\xa8\xad\xcc\xdf\xb5\xba\x34\xa0\x7c\xa4\x8e\xac\xd5\x26\x0b\xb5\xe7\x8e\xda\xaf\x11\x86\xa7\x8e\xe4\x25\xca\xc7\xfc\x46\x6c\x63\x14\x74\x8f\x25\x24\x05\x9c\x7a\x23\x90\x43\x23\xe6\x50\x60\x92\x8c\x96\x59\x86\xae\x63\xb6\x12\x4d\xf8\x1b\x46\x96\x48\x76\x4d\x5c\xc7\xc7\x56\x81\xa1\x55\x24\x8f\xef\x38\x83\x6f\x65\xd3\xbb\x3f\xd7\x3d\x96\x82\x98\x94\x6a\x8a\xfa\x1e\xc4\x3e\xc3\x68\x6f\x39\x24\xa0\xfc\x91\x0d\xe6\x38\x90\xb7\x36\x5d\x6f\xce\xad\x40\x11\x86\xe5\xb9\x7e\x86\x57\x82\xd9\x18\xf4\x85\x24\x72\x5e\x84\xd1\xe5\xcb\x52\xed\xb3\xa7\x36\xa2\xb5\x3a\x69\xbb\xc8\xcd\xee\xd6\x3b\x76\xd7\x35\x47\x51\xc8\x19\x39\x83\x9b\x40\x31\x2e\x8f\x49\x11\x2a\x0b\xef\x9d\xbe\x74\xf0\x28\x08\x43\x80\x41\xb7\x20\x50\x6e\xd4\x3e\x25\xc8\xb9\x48\xc2\x83\x53\x36\x1b\x8c\x90\x9d\xee\x69\xcf\x09\x2e\xb2\x24\xde\x0b\xe6\x14\x98\x74\x61\xb4\x37\xfb\xae\x2b\x54\xf6\x8b\x60\xf9\x65\x9d\x26\x7b\x1e\x7a\xce\x5f\x56\xab\x95\x43\x9c\xdf\x87\x60\xe3\xcb\xf1\x9c\xc9\xf8\xd1\xd8\x21\xbb\x20\x0c\x23\xbe\xf6\x9c\xf1\xe8\x11\xdb\xf6\xc6\xa3\x27\x6c\xeb\x48\xb9\x20\x0d\x59\x3a\x4c\x61\xe3\xe3\xc8\xd4\xc7\x10\xbf\x4a\xb8\x18\x4a\x19\x0d\xe2\x9e\xc9\x38\x05\xea\x39\x93\xdd\x55\x2f\x4b\xe2\x28\xec\xfd\x65\x32\x99\x38\x46\x81\xc6\x73\x78\xc2\x99\x43\x9c\xaf\x9b\x48\xb0\x61\xb6\x0b\x96\x32\x33\x4f\xbe\xa6\xc1\xce\x01\xae\x5c\xef\x61\x7b\x52\x76\xeb\xe8\x97\x67\x75\xa7\x27\xd9\x29\x59\xd2\xd3\x93\xe5\x29\x89\xe9\xe9\x49\x7c\x75\x4a\xf6\xf2\xf7\x70\x4a\x56\xf4\xf4\xe4\x6a\x31\xba\x1e\x93\x49\x81\x16\xe1\xf5\x98\x14\xf8\x94\x6c\xe8\xe9\xc9\xa1\x19\x7b\x74\x37\x22\xcc\x6e\x52\x6c\x52\x96\xc9\xd5\x68\x86\x38\x15\x95\xd0\x2a\xb7\x4f\x69\x2d\x62\xe2\x93\xa8\x16\x71\xe6\xe3\x6e\x03\x09\x25\xf2\xe5\x3e\xbd\x64\xe1\x0f\x72\x3b\x7a\x07\xf4\xb7\x61\x83\x6d\xad\x1c\x01\xf5\x8d\xb0\x60\x3b\x8d\x5d\xc7\xb7\x04\xef\xf9\xd9\x03\x55\x12\xc8\xc5\xaa\xe0\xbb\xc1\x0e\xa0\xd2\xe0\xad\xa6\x51\xc0\xdc\xc6\x68\x6a\x73\x34\x5d\xb7\xdd\xd1\xf4\x33\x1f\x13\xed\x5f\xa4\xaa\x5e\x70\xc1\x62\xab\xba\x4a\x55\xfb\x1c\x02\xb0\xbc\xd9\x70\xb4\x13\x4c\xa5\x75\x33\x4a\xb8\x63\xa4\xac\x81\x07\x76\x8d\x02\x77\xca\xcf\xcc\x75\xfb\xe6\xd4\xd3\x71\xc0\xe3\xa3\xc2\x51\x5e\x62\x39\x27\x4b\xe1\x90\xa8\xfe\x40\xa4\xa3\x27\x77\x2c\x5d\x32\x2e\x66\x09\x6d\x46\xdd\x32\x04\x34\x54\x06\x27\x05\xad\xd8\x5a\x9b\x62\xd2\xbe\xfb\x49\x80\x5e\x60\x32\x41\xf8\xef\x7d\x26\xfe\x1e\xc4\x1f\x52\xb6\x8c\x32\x39\x11\x4f\x4f\x76\xad\x59\x05\x6b\x03\x29\x4b\x6a\x9e\xca\xef\x22\x38\x72\xba\x99\x68\xe8\xee\xb1\x1c\x04\xa0\x47\xd6\x11\xdf\x45\x6b\xd0\x6a\x5b\x2e\x25\x43\x4c\x58\xb7\x1e\x7b\xbd\x1f\x67\xb6\x79\xf0\x7a\x12\xf6\xec\x34\xc7\xb9\x1d\xe3\x32\x89\x93\xd4\xc2\xb8\x24\xf5\x24\x1b\xe3\x52\x63\x84\x46\xde\x04\xd9\xab\xab\x28\xfb\x41\x16\x8b\x1c\xd8\x68\x3a\x44\x60\x0b\x55\x5c\xa1\x52\xfb\xd0\x44\x73\xfd\xc0\xe4\xb3\x91\xc7\xc7\x91\x1f\x3a\x90\xef\x2b\xe4\x87\xdb\x91\xef\x01\xb9\x3a\xc2\xcd\x3e\x45\x5b\xf6\x3e\x09\x99\x45\xb5\x5e\x5b\xa3\xec\x97\xea\xfc\x5a\xb9\xac\xb2\xbb\x69\xa5\xd7\xb0\x68\xcb\x32\x11\x6c\x77\x9f\x12\x09\x8d\x78\xe7\xd2\x66\x1d\x8d\x1f\x69\x07\x8c\x3b\x48\x3a\xb4\x48\xfa\xe7\x4d\x24\x6d\xba\x49\x4a\x3b\x49\x3a\x74\x91\x74\x68\x92\xd4\x1e\xae\xfc\xc6\xa9\xb5\x22\x8c\xf0\xce\x7c\xe9\x8d\xf9\x36\x84\x91\xf4\x56\x76\xa2\x5a\x4c\x44\xcb\x2f\xfa\xac\x30\x9c\x86\xe5\x18\xf9\x98\x88\x40\xb0\xf0\x17\x39\x56\x3e\x49\x10\xf0\xd9\x96\xaa\x58\x88\x70\x3c\x07\xf2\xaa\xfb\xb2\x1d\xb5\xf9\xbf\x29\x03\x42\xa5\xca\xe7\xb6\x17\xf1\x46\xf1\xf3\xd0\x57\xc6\x30\x9b\xb1\x4d\x9e\xb1\xc3\xae\xdb\x3f\x3e\xca\x30\xd2\x69\xaf\x03\xc1\xd6\x89\x44\xd5\x80\x98\xb5\x8a\x98\xef\x7c\x35\xb5\xbd\xce\xa4\x4b\xac\xdd\x65\x36\xc6\xe9\x51\x34\x95\x52\xc2\xe2\xde\xe9\x9a\x38\xf7\xee\xdd\xbb\xe7\xc0\xeb\x93\x5b\xc5\x89\x83\xd5\x15\xa6\xb5\x2e\x6b\xad\x65\x43\xd4\x1a\xcc\x4a\x68\xb6\xd9\xe5\xf1\x66\x39\xb4\x9b\xc5\x42\x34\xbf\x6c\xb5\x4c\x23\x15\x1a\x27\x6d\xcf\x98\x9b\x90\x1d\x6d\x1f\xbd\x36\xde\x71\xb0\xaa\x59\x26\x58\xb3\x74\xe7\xe4\xca\x69\xb2\x83\x1a\xbc\xe4\x26\xb5\x64\xdc\xa6\xc8\xc1\xb7\x4e\x9b\xc3\x1d\x28\x39\x38\x5d\x4d\x51\x51\x92\x36\x92\x8f\x51\xc2\xea\x92\x70\x35\xf4\x3b\x0d\xc0\xdf\x48\xf7\x9c\xf9\x25\x23\xdf\x26\x21\x73\x5d\x47\xb2\x36\xc7\x92\x9d\x9a\x20\xcd\xc2\x2d\x0e\xde\xa5\x01\xd1\x59\xfa\xcd\xec\xbb\x54\x91\xb8\x05\xae\x49\xc9\x3f\xff\x1c\x4a\x0e\x77\xa4\xe4\x70\x9c\x92\xfa\xc4\xfa\x53\xba\x65\x59\xa2\xbc\x7b\xe7\x34\x56\x29\x6a\x1f\xb7\x91\xf2\xd1\x8f\xbe\xd7\x0c\x03\xc1\x4a\x5b\x2b\x70\x2e\x5c\xba\x48\x52\x00\x2b\xa8\x2a\x2c\x77\x11\xe9\x5e\x83\xab\xcb\xe7\xee\xdd\xa7\xbe\x8b\xc6\x75\x32\xdb\x6b\x15\x6d\x6a\x62\xc0\x89\x5b\xc3\xf3\xa2\x18\x6d\xb5\x71\x58\xd7\x85\x93\x17\xad\x4d\x71\x6f\x02\xaf\x6c\xcb\x10\xe1\x70\xab\xf7\x36\xba\x62\x21\x4a\x31\x11\x95\x53\x78\xa4\x56\xd2\x46\xff\xd9\xc2\x10\xad\x1f\x51\x2a\x0a\x86\xca\xbd\x77\xc4\x95\x05\x6d\xa7\x14\x81\x24\xf3\x6c\xdc\x1d\x1f\x93\x68\xb9\xe9\x41\xe1\xb7\x45\x29\xd7\xbd\x31\xb9\x7c\x8b\xdc\xa2\xbb\xb5\x40\xd7\xce\x2d\xbb\xa9\x97\x4c\xe8\x63\x22\x92\xf4\xee\xc4\x37\x18\xaa\x2d\x00\x14\xd3\xc6\x05\x3c\x9c\xf4\x5e\x47\x3c\x12\x35\x15\x0c\xce\xbe\x82\xe6\x51\x41\x74\xf5\x3c\xa1\x1e\xa3\x3b\x7a\xd0\x38\xe4\x92\xa5\x19\x9c\x6a\x8c\x47\xcf\x46\x8f\x9d\x02\x17\xe8\xdf\xff\x7b\xcf\xd2\x03\x2e\xc8\xb3\x67\xcf\xc7\x5e\xc7\xb6\x7f\xda\xaf\x77\x58\x4d\x85\xa7\x43\x1d\xcb\x68\xaa\xcc\x2a\x9d\x15\x31\x0a\x93\x25\x68\x95\xcd\x24\x92\xfe\x18\x7b\x2d\x25\x96\x12\xc4\x7a\x89\xac\x15\x26\x15\x89\xbd\x94\xfd\xb6\x8f\x52\x96\xf5\x82\x9e\x3a\x53\x55\x2f\xa8\x83\x9e\xc9\x59\x9d\x3d\x41\x33\x78\xb2\x87\x8a\x6e\x89\x40\x21\x98\xa9\x1f\x30\xe4\x6d\x5d\x1e\xc3\xf1\x65\x4b\x53\x49\x7b\x80\xee\x7e\xf9\x93\xd1\x44\x9b\x4c\x5f\xd2\x64\xb4\x8a\x83\x4e\xdf\x3f\x2a\xa5\xd4\xf2\xea\xf2\xfc\x93\xe8\x67\x3c\xda\x40\xf7\xdc\x27\x0c\xac\x86\x2b\x6f\xcf\x64\x4f\x13\x63\x2b\x9e\xac\xe8\x75\x41\x36\x74\x55\x29\xd1\x85\x74\xd5\x90\x4d\xc8\x8e\x86\x55\xfa\x96\xee\x54\xe1\xaa\x12\x98\x5c\x4a\x14\xeb\x2e\xd6\xde\xbd\x25\x37\x02\xb2\xa5\xc2\x33\xe2\x49\xc8\x3e\x1d\x76\xc7\x54\x7c\xe0\x7a\xad\x20\x9d\x9a\xdb\xda\x41\xa8\xeb\x32\xb0\x61\xa0\x7a\xa3\x20\x17\x34\x2d\x47\x03\x79\x4f\xaf\xcd\x1b\xb8\x2c\x5d\xca\x1f\x9e\xf0\x25\x53\x1f\x4a\x15\xce\xeb\x8f\x8b\xda\x3b\x0a\x8b\xc3\x81\xeb\x6e\xc4\x29\xcf\xf3\x0b\x3c\x5a\xa6\x2c\x10\xcc\x9c\x75\x3a\x4a\xbd\x4a\xe9\x42\x25\xe0\xcc\x98\xca\x71\x2f\x25\xc3\x54\x4a\x85\xef\x31\x8a\xa8\x80\xa7\xdc\x75\x6f\xac\xae\x5b\x0f\xa3\x14\x83\x47\xee\xac\x16\x47\x22\x3c\xe5\xa3\x0d\x0b\x42\x7d\xd8\x08\x1e\x69\x51\x82\xb5\xb3\xda\x1f\x93\x90\xe9\xe3\x56\x93\xd2\xfd\x10\x42\x9d\xbd\xb0\x19\x1b\x38\x5d\x36\x61\x8f\xe9\x7b\xcf\x56\xf3\x8d\x19\x6c\x7e\xa5\x96\xe5\x99\x74\xb8\xe1\x7e\x45\x9d\x87\xa3\x27\xa3\xb1\x43\xbe\x1c\x75\xbd\xce\xbe\xf6\xd8\x68\xc5\x95\xee\x90\x4c\xb1\x9a\xfb\xa7\x4a\x19\xab\xdf\x97\x83\x40\x71\x52\x27\xd2\xbe\xed\x54\x90\x70\x7a\x55\xf9\xef\xec\xaf\x61\x89\xe9\x1f\x94\x1a\xa2\x13\x80\x41\x1c\xe5\xf9\x12\x14\xa6\xf3\xbc\xbd\x15\x13\xae\x2b\x5e\x8e\x5d\x57\x0c\x27\x4a\x2d\xb7\xf8\x32\x5a\x71\xfa\xc5\x32\x30\x7f\xfd\xef\xdf\x24\xa7\xf0\x5e\x11\x4b\x97\xd1\xfb\x62\xde\x54\x8e\x89\x48\x80\x43\x77\xf8\x89\xc8\xf4\x43\xec\x4d\x24\xd7\xd2\x9a\x2f\x89\x76\x3f\xd8\xc0\x1e\x7b\x31\x9e\xc9\xaf\x39\x53\x47\xd6\xda\x00\x8a\xa7\xe2\xfc\x82\xc8\x89\x7b\x2e\x82\xe5\x17\xaf\xad\xbf\xf6\x65\xb4\x65\xe9\x9a\xa9\xed\x83\x45\x34\xc2\xa4\xf2\x76\xaa\xfc\xcb\x6a\xcd\x4e\xe0\x55\xa2\x20\x2c\x58\x6e\xba\x68\xfc\xa2\xd5\x62\x24\x98\x64\x1d\xdb\x60\xd7\x05\xa6\xd6\x25\x43\x19\xfa\x02\xfe\xaf\x1b\x7c\xd0\x1e\x03\xfa\x69\xb4\x14\x73\xc0\x17\x17\x2e\x08\xf0\xbb\x8e\xa6\x6c\xa0\xce\xba\x7d\x0d\xe0\x82\xac\xa2\x34\xeb\xf2\xd9\x01\x08\xd8\x6f\x68\x2c\x39\x5f\x70\x23\xc8\x70\x82\x0b\xc2\x2e\x19\xbf\x9d\x8e\x2f\xa3\x75\xca\x5a\x75\xb4\xfd\x3a\x89\xc1\x04\x9f\x9c\xa9\xca\x25\x61\xf8\x27\xa0\xec\x09\x83\x8f\xfd\xd6\xd1\xfb\xd6\x78\x21\x9c\x0e\xd8\x00\xc1\x60\xf2\xc6\xf5\x4b\x94\xaa\x40\x0e\xca\xe0\xfc\x85\x98\xcd\x61\x78\x71\xdf\xf7\xe6\xbe\x44\xcf\x8f\x93\x5b\x8e\x9d\x3c\x6f\x0f\x33\x35\x3c\xbd\x98\x64\x49\x2a\xbc\x04\xfc\x17\x12\x65\x97\x49\x86\xe0\xa3\x20\x5f\x46\xec\x4a\x30\x1e\x52\x39\xe5\xcc\x77\xe3\x0e\xa8\xf6\x1e\x82\x96\x1d\x3d\x1f\xfb\x79\x7e\x5d\x90\x8c\x4e\xc8\x92\x36\x6d\xcc\x90\x98\x6a\x83\x05\x1d\x27\xba\x01\x68\x82\x04\x35\x6c\x99\xc6\x36\x18\x60\xd2\xe6\x84\x41\x9e\xaf\x51\x80\xf3\x1c\x05\xf4\xba\xc0\x24\xa3\x94\x2e\xd5\xb1\x26\x38\xf9\x18\x0e\xf1\x34\x7b\xb1\x9c\xca\xec\xa5\x41\x14\xc4\x6a\xf8\x31\xae\xec\x27\xe0\x94\xb2\xb9\xf0\x89\x53\x3a\x2d\x70\x94\x17\xe8\xa0\xaf\xb6\xe5\xb1\xeb\xca\x9f\x2f\x75\xf5\x6b\x94\x4a\x12\x9a\x6e\x61\x52\x8c\xf1\x0c\x71\x1a\x48\x8c\x09\x8d\x5c\xb7\x5f\x07\xe0\x78\x36\xf7\xbd\x28\xcf\x9b\xe8\x38\x9e\x71\xef\xba\x20\x11\xed\x4f\x88\xcc\x4e\x4d\x87\xa0\x98\x24\x24\xc5\xd8\x2b\x9d\xa4\xa7\xa0\x8d\x2c\x7c\x9a\x56\x8e\x4b\x82\xaa\x07\xd1\x35\xbb\xda\x05\x3c\x4c\x3c\x2d\x56\x39\x03\xf4\x6a\x00\x17\xda\xa9\x8c\xde\x22\x6c\x6f\x92\xdf\xc8\x4d\xb2\x83\x49\x94\x7d\x64\x41\x78\x90\xab\x2e\xbc\x37\xf1\xea\x2a\xa7\x75\x81\x4d\xb2\x1d\x9e\x24\x3b\x7b\x44\x16\xa4\x56\xa5\xf6\x64\x20\xc6\x93\xb9\xd6\x21\x6e\xea\xcd\xf7\x29\x2d\x17\x33\x78\x85\x8c\x94\xa3\x76\xdc\xb9\xf8\x21\x4e\x43\xc3\xb1\x6a\xc6\x73\x30\xdc\xd1\x59\x9a\xee\xae\xbb\x33\x16\x34\x28\xa5\x5b\x2c\x09\xfd\x7e\xbb\x13\x87\x63\x84\x4e\xed\xe1\x61\xb4\xa5\x4b\xab\x0c\x44\xd9\x8c\xf9\xfe\x32\x88\x5b\xca\xef\x52\x32\xb9\x56\xd2\x8b\x5c\xcc\x46\xf0\x59\xc8\xe5\xb4\xc9\xcd\x6d\xbb\x58\x63\x29\x9d\xc8\x55\x16\xc6\x25\x2f\x6d\x3d\x4d\xd3\x17\x5c\xeb\xe3\x1b\x91\x72\x9e\xfa\x24\x25\xf2\x07\x83\x03\x53\xa5\xa9\x59\x8a\x33\x4c\x8e\xf9\xfe\x84\x76\x66\xc0\x17\x29\x0b\xbe\x94\x1b\x54\xb9\x70\x7c\x61\x8d\xd5\xb2\xa2\x4b\x2e\xd1\x95\x41\xb0\x52\x8e\x43\x3f\x69\xd1\x52\x92\x3b\x33\x8b\x1b\x27\x1d\x6f\xd4\x66\x73\xe6\x7b\x0c\x7b\xb1\x6e\x7d\xc2\x30\x26\xbc\x20\x7a\x13\xd5\x6a\xbc\xda\x12\x2c\x66\xc3\x89\xb7\x37\x1d\xcc\xa0\x09\xa1\xac\x06\xad\x95\xdf\xa6\x81\xf1\xb2\xaa\x3d\xbf\xda\xad\x08\x6d\xc5\xe6\xd1\x60\xe0\x83\xb4\x57\xed\xd2\x15\x0c\x8d\x08\x2b\x88\x64\xf5\x2d\xaa\x4c\x01\xa9\xdc\x1c\x44\x74\x4c\x92\x12\x33\x09\x68\x9f\x4f\xa3\x17\x09\x28\x40\xf7\x05\x62\xf3\xc8\x27\x11\x56\x0a\x0d\xa9\xd6\x80\x9e\x47\x7e\x39\x4d\xd3\xe6\x6a\xdd\x94\x63\xc7\x24\xa0\x73\xbf\x36\x1e\xd2\xaa\x26\xc9\x8b\x14\x1c\x4d\x69\xae\x16\x51\x59\x64\xe2\x93\x44\xee\xc8\x5d\x37\x50\x25\x46\xd6\xa8\x48\xd4\xa8\xb8\x35\x43\xe5\x25\x46\xca\x46\xfb\x28\xf4\x26\x24\xdb\xef\xe4\xe6\xce\xbb\x2c\xba\x2f\xf0\x4a\xc3\x42\x72\xc9\x68\x59\x79\xa7\x49\x2b\x0a\x13\x2d\xba\x18\x5b\xc2\x3d\x65\x63\x55\xfb\xd5\x2e\x1f\x38\xa9\x27\x50\xf0\x44\x47\xbf\x19\xd0\x3c\x42\x71\x1f\x5d\xb0\x03\x6b\x97\x40\x4e\xcf\xc1\xcd\xb5\x79\x35\x2f\xb9\x8b\x33\x10\x03\xc7\x77\x7c\x50\xa9\xff\x21\xf9\x6a\x1c\x9e\x16\x58\x59\x2b\xeb\xb0\xe2\x67\x3f\xfa\x23\x4b\x12\x93\x3d\x59\x91\x0d\x09\xc9\x8e\x6c\xc9\x25\x59\x93\x03\xb9\x20\xef\xa9\x93\x45\xbf\xff\x1e\x33\x67\x30\x79\x20\x39\x23\xf8\x28\xf9\x4a\xab\x6d\x2e\xb9\xa2\x63\xf2\x8a\x8e\xc9\x17\xba\x64\x08\x93\x9f\xd4\xcf\x27\xf5\x73\xae\x7e\x3e\x1f\xf1\x3f\xaf\xec\x05\xa2\x15\xd8\xff\x1a\x17\xe4\x77\x7a\x5d\x34\x77\x7e\xaf\xe5\x90\xfc\x9e\xbe\x1e\xed\x92\x1d\xf9\x51\xfe\xca\x0d\xe4\x0f\xe6\xe3\x0d\x7d\xad\x77\xac\x1f\x8e\x3a\x3b\x1b\x13\x6b\x78\xf1\x17\x29\x78\x6d\x8f\x56\x88\xcd\x39\x38\x6e\xc7\x66\x52\x4e\xcd\x39\x48\x41\x7e\xa3\xce\x72\xc3\x96\x5f\x58\x98\x67\x2c\x06\x73\x82\x39\x58\x20\xc8\x83\xbd\x48\x56\xc9\x72\x9f\xc1\xd7\x2e\x0e\x0e\xf9\x32\xe1\x22\x4d\xe2\x2c\x0f\xd9\x8a\xa5\x79\x18\x65\xc1\x45\xcc\xc2\x7c\x13\x85\x21\xe3\x79\x94\x6d\x83\x5d\x1e\x27\xc9\x2e\xdf\xee\x63\x11\xed\x62\x96\x27\x3b\xc6\xf3\x94\x05\x61\xc2\xe3\x43\xae\xcf\x04\xc2\x1c\x1e\xd5\x87\x0e\xf9\x48\x9d\xf9\x62\x71\x75\x36\x5e\x2c\xc4\x62\x91\x2e\x16\x7c\xb1\x58\xf9\x0e\xf9\x8e\x3a\x68\xe6\x2d\x16\x8b\x85\xe5\x23\xfe\x7a\x42\x9e\x14\x1d\xe0\xb3\x1c\x00\x7f\xad\x62\xf2\xf9\x62\xf1\x75\xe8\xe7\xf3\x5f\x17\xe3\xe1\x62\x71\xf5\x74\xe5\xe3\x81\x43\xfe\x41\x9d\xc5\x62\xde\x81\xe1\x01\x72\x06\xdf\x0d\x1c\x0c\x8e\xea\x3f\x0e\x9c\x07\x68\xfe\xe0\xd7\x7b\x79\xff\x3f\xfe\x8c\x62\x1d\x33\xf3\xee\x23\x4d\xd3\x48\x22\x5e\x2c\x16\xf7\x7d\xfc\x00\xdf\xcf\x17\x4e\x33\x61\xe1\xc8\x94\x85\x93\x6b\xbc\x38\xd7\x58\x16\x0b\xdf\x21\xff\xa6\x8e\x57\x15\xb8\x58\x20\x84\xbe\x1d\x35\xce\x9b\x29\x08\xcf\x17\x0b\xdf\xcf\x9d\xc1\x3f\x06\x0e\x7e\x80\xf3\xd1\x03\xbc\x58\xc8\xa2\xc9\x3b\xdb\x0f\xf0\xc7\x81\x33\xd0\x2e\xf6\x7f\xa9\xf9\xe9\xff\xb5\xa3\x65\x06\x50\xcc\xaf\xba\x08\x65\x46\x73\x01\x66\x36\x71\x17\xf4\x3d\x8d\xf8\xed\xad\x88\x1f\x90\xae\x48\x07\x93\xbf\xdd\x9e\x15\xcd\x5f\x0e\xfe\x03\x9d\xdc\x4c\xea\x22\x4a\x22\xfd\x7b\xa3\x01\xf2\x97\x0e\x26\x3f\xdb\x91\xff\xc6\xe4\x9f\xf5\x92\xa1\x87\xee\x39\x98\xdc\xa3\xd7\xef\xde\x78\xb5\xb4\xbf\xe8\xfe\x73\x30\x79\xfd\xc3\xab\xf3\xf3\x7a\xea\x62\x31\xaa\xd2\x3f\xbd\xfa\x6b\x3d\x55\x25\xe5\xf3\x07\xbe\x4c\x7e\xf5\xe9\xd3\x47\xaf\x51\xee\x3f\x30\xf9\x70\xfe\xfd\xcf\x6f\x7e\x6a\x26\xfc\x1b\x93\xd7\x7f\x7b\xf7\x43\x83\x18\x0f\xc1\xe4\x82\xfd\x59\x2e\x77\x60\x39\x17\x1b\xf9\x7f\x28\x03\x78\x88\xc0\xda\x52\x9e\xac\x86\xf0\x2a\x50\x8d\xb9\xce\x76\x95\x5b\xb3\x3c\x09\xc3\x1c\xa1\xf9\x60\xe8\xe7\x18\x2d\x16\xe1\x03\xcc\xf3\xce\x76\x45\x33\x4f\x83\x75\xa6\x2e\x16\xe1\x00\xe7\xb8\x33\x51\x8f\x4b\x27\x72\x30\x91\x3b\x89\x46\x0b\xc9\x69\xf8\xdb\xc0\xc1\xf7\x34\x08\x67\x2c\x34\x46\x12\xbc\x5b\x87\x87\x1a\x1d\x5e\x55\x1b\xf6\x5b\xbe\x16\x79\xac\xda\xa5\x6a\xa6\x9b\x5a\x02\xcd\xbc\xe1\x62\x11\xe2\x19\x34\xc0\xd1\x2a\xa0\x19\x9d\xff\x3a\xf4\xf3\x7b\xba\x32\x05\xf9\xdf\xf4\xf4\x6f\x9f\xde\xff\x70\xef\x34\x22\x7f\xa5\xa7\xb2\x2a\x11\xdf\xed\x85\xe6\xae\xb9\xac\x41\x90\xb2\x20\xbf\xd8\x0b\x91\x70\x2c\xe1\xfe\x7f\xf4\xf4\xd7\xcd\x22\x94\x9f\xff\x8b\x9e\xfe\x3a\xff\xf5\xda\x1f\x2c\xae\x17\xd9\x83\xc5\x9c\x07\x22\xba\x64\xbd\xc5\xd7\x53\xf2\x5f\x0a\xdb\x5f\xd0\x5c\xb2\xb6\x01\xce\xd1\xe2\xeb\x00\xe7\x8b\x91\x89\xc0\xf7\x4e\x09\x63\xf4\x74\x3e\xf8\x8f\x7f\x4a\x04\xab\x8d\xe6\x6f\x62\xa5\xc8\xe6\xa5\x58\x4f\x69\xde\xbc\xc6\xd1\xb6\x7f\xc6\x57\xce\x40\x9b\xee\x45\x13\x3c\x04\xc7\xe6\xe5\x7e\x38\xcf\x11\x7f\x31\x9e\xe9\xf7\xb2\xab\x34\xd9\xbe\xd6\x4e\xcc\x11\x57\x3e\xd0\xb1\xd7\x99\xf8\xf2\xe5\x64\x9c\x83\x07\x75\x32\x19\x9f\x3d\x74\x79\x0e\x7e\xd3\xe5\xde\x3c\x65\xf4\x14\xcd\x25\x63\xbf\x9a\xac\x80\xb7\xe7\xbf\x0e\x67\x8b\x10\xe7\xbf\x0e\xef\x69\x96\xaf\x53\xb4\xa7\x79\xd9\x3e\xa7\x6b\x12\x75\x5f\x44\xf5\xc4\xcc\x59\x8c\xa5\x2c\xc4\x66\xce\x62\xbf\x5a\xad\x42\xc7\x33\x35\x1a\x93\xe1\x04\x0f\x9c\xc5\xc2\xa9\x3b\x72\x37\xeb\xec\x70\x52\x77\xc4\x3e\x70\x7a\x8e\xa7\xc0\x0b\x92\x30\x7b\xd7\xbd\x91\xdb\xf7\x80\xd1\xf7\x0c\x75\xb8\xd8\xef\x2b\xc3\xb0\x66\x4d\x75\x5d\x67\x15\xb1\x38\xcc\x18\x6c\x98\xd5\xb9\xed\x8f\xc1\x96\x35\x05\x1f\x72\x1d\x46\xa9\xe7\x54\x47\x94\x0e\xe1\x72\x96\x38\x31\x5b\x33\x1e\x3a\x85\x32\xf4\xf4\x83\x3e\xd6\x79\x4d\xdf\x28\x39\xfc\xeb\x08\xb8\x82\xcc\x91\x61\x52\x0f\xbd\x9e\xdb\x61\x73\x44\x56\x1e\x1d\xeb\x17\xa6\x3f\x31\x7c\xfd\x03\xbd\x06\xbc\xde\x6b\x0d\x35\xab\xb7\xf0\x8f\xa5\x9f\xcd\x37\xa5\xe9\xc4\xe2\xa8\xd4\xcf\x2c\xa1\x7f\xca\xe6\x5c\x4b\xf8\x83\x81\x3f\xc5\xd3\x52\xbc\x97\x72\x8b\x65\x82\x26\x63\x20\x79\x57\x4a\xcc\x24\xd3\x52\xde\x4e\x4a\x77\x14\xf6\x6e\xc9\x57\xce\xd2\x37\x46\x96\xfb\x4a\xc5\x4c\x94\xd5\xf1\x9e\x4b\x11\x3d\xa5\xa9\xdc\x23\x91\x4e\xa3\xbd\x72\x8b\x2b\x77\x6e\x5f\x5d\xf7\xb9\xfa\x99\x40\xd0\x48\x54\xe0\x02\xb2\x1f\xb9\x2e\xda\x20\x01\x17\x6c\x79\x1e\x92\xad\xb2\xd6\x3a\xd1\x39\xd1\x8a\xfe\x17\xbc\x6f\x96\x9b\x01\x0c\x76\x90\x57\xf3\x89\x52\xf4\x78\x4e\x25\x36\x65\xe9\x35\x56\xaf\x4f\xf4\xb1\xf7\x77\x87\x77\x21\x4a\xca\xa7\xbe\xaa\xa8\x78\x14\x85\x94\xd2\xa4\x8c\x54\xb2\x7f\x8c\x49\x5a\xfa\x94\x39\xc0\x71\xcc\xa1\x03\x95\xeb\x5e\x20\x41\x62\xec\xba\xb7\xe1\x91\x04\xad\xe6\x67\xbe\x49\x37\xa3\x28\x25\x36\x89\xd9\x77\x87\x4f\xc1\x5a\x0e\x4e\x59\x33\x02\x14\x42\xe5\x1e\xfa\xd8\x75\x79\x1d\x12\xf4\x79\x25\xac\x3e\x94\xef\x48\xb9\xb5\xb4\x12\x52\xd6\x86\xa4\x05\x3c\xdf\xf9\x2d\x0b\x5c\xb7\x7f\x3e\x67\x72\x0a\x82\x49\xb4\xcb\x3c\xef\x5f\x8e\x04\xcb\x84\x3e\x84\x80\x8e\xa8\x3f\x78\x3e\x32\xaf\x54\xcf\xad\x29\x93\x03\x88\xc8\x3d\xb8\xec\xc0\xbf\x1b\x64\x79\xfe\xb7\x12\xaf\x1a\xc0\xe8\x40\x19\x33\x71\xae\xbb\x66\x48\x58\xd7\x06\x38\xcf\x95\x1b\x5a\xb8\xd7\x94\xb2\x6f\x9e\x23\xb4\xa7\x8d\x6b\x09\x27\x0a\x1d\x8c\x67\x7b\xba\x2f\xcf\x74\x52\x46\x22\x86\x41\xe1\xa4\x01\x48\xf6\xf4\x3d\xc6\x24\xa3\x68\xa7\x4e\x56\x8c\xe4\x9f\x0d\x87\x53\xbc\x9b\x67\x3e\x45\xfb\x99\xf3\x17\x67\xb0\xf7\x1c\x4f\x5b\xb1\x92\x6d\x33\xb8\x60\x48\x26\xe3\xe9\x9a\xee\x2a\xaf\xb3\x85\x65\x7d\xa1\x6a\xf9\xc3\x08\xce\xe8\xcf\x61\xf5\x4a\xd2\x57\x71\x8c\xd6\xd0\xe6\x8a\x07\x5c\xe1\xeb\x73\xc4\x48\x7f\x8c\x8b\x55\xc4\x83\x38\x3e\x5c\xef\x29\xa5\xef\x65\xe7\xaa\xab\x92\x46\xed\x2a\xeb\x72\x4b\x54\xa9\x86\xfc\xa2\xec\x8e\xeb\x69\x5c\xcd\x6d\xb9\xab\x52\xa7\x95\x96\x3d\xf3\x32\x55\x20\x65\xc6\xbc\xbc\xa4\x97\x63\x97\xcb\x2a\xe2\x97\xe9\x68\x19\x2c\x37\xec\x07\xad\x76\xae\x1f\x4c\x89\x39\x53\x9a\xff\x08\xfb\x44\xcc\x01\xd6\xa7\x91\xc5\x4d\x62\x66\x7b\x3f\x9d\xbf\xf7\x69\x7f\x4c\x58\x95\xbe\x67\xd5\x79\x70\xd8\xbc\xa0\x2a\x39\xb6\xe2\xb9\xc6\xb6\x08\x43\x02\x5b\x3c\xb3\x34\x62\x61\x5a\xcc\x1e\x29\xb2\xe1\x8e\x5c\x37\x01\x63\x01\x6f\xb2\x15\x39\x2b\xd6\xe6\xa1\x7a\x27\x9d\x83\x8d\x85\xd2\x82\x76\x24\x47\x45\x3a\x0a\x84\x48\xff\x16\xf0\x30\x66\x73\x3e\x8f\x7c\x9f\x8a\x0a\xd9\x86\xd5\x8e\x8c\x5c\x97\x91\x94\x72\xd7\x9d\x94\x0b\x90\xba\x38\x54\x47\x52\x55\x98\x8d\xb2\x64\x9f\x2e\x19\xa8\xb5\x0d\x85\x1d\x02\xce\x5a\x63\x5d\x1c\xce\x41\xa6\x9c\xf2\x91\x5c\xa7\xce\xa3\x8b\x38\xe2\xeb\x29\x9c\xef\x5a\x9b\xd4\xe1\xa4\x3c\xd6\x99\x4d\xbc\xe1\xa4\xa2\x32\xb4\x7b\xa8\x7d\xb9\xef\x80\xb8\xe5\xd0\xe3\x73\x5b\x36\x31\xdc\x3f\x51\xca\xac\xa6\xdc\x1d\xc3\xab\x9b\xe3\x08\x36\x4d\x26\xaa\xca\xe5\x79\xee\x28\xe9\x0e\x42\xc7\xca\xdb\xde\x52\x8f\x55\x92\x6e\x9d\x48\x4a\x27\xf5\xf1\xa1\x4f\x04\x8d\xa0\x30\x73\x40\x8b\x4c\x41\x5a\xdf\x56\x9e\x1a\x82\x32\xa3\x24\xc7\x13\xcd\x60\x94\xbd\xb1\x22\xf2\xdc\x8e\xe9\x53\xda\x67\xae\x1b\x30\xe5\x53\xbb\x95\xdb\x2a\x5d\xd6\xd9\x4e\xb3\xea\x7d\x69\xd7\x3b\xb6\x65\x21\x4b\x22\xa3\x03\x41\x6a\x69\xdc\x7e\x21\x1e\x91\x84\x32\x34\xf7\x89\x19\xdd\x44\x60\x12\x50\xe3\x9f\x7b\x1a\xc8\xb1\xce\xe7\x11\x4d\xe6\x81\xef\x83\x63\xf6\xc8\xa7\x7d\x94\xca\x1f\xf9\x8d\x71\xa1\xfe\x95\x54\xad\x6b\xf3\xfe\x88\xd6\x07\xeb\x5c\xf4\x5c\x97\x15\xe5\x21\x33\xa7\x19\x1b\xe9\xc3\x36\x7a\x5d\x90\x44\x86\xa3\xec\x97\xf7\x3f\x74\x38\x98\x80\xb9\x03\xd6\xe5\x77\xc1\x12\x9c\xd7\x72\x6d\xad\xab\x26\xaf\xe4\x39\xc3\xe5\x41\x94\x2e\xde\x1c\x61\xff\x6f\xb5\xe6\x88\x3c\xe7\x72\x6d\x31\x63\x34\xcf\x1d\xb9\x0b\x91\x1b\x92\x0d\x50\xc4\x84\xc1\xd6\x71\x44\x16\x91\x80\xb2\x59\xbb\x54\xef\x6b\x79\x25\xd1\xa7\xa1\xeb\x4a\x29\x25\xb0\x26\x7e\xd0\xa4\x6a\x86\x76\x14\x85\x34\x68\x91\x4b\xb6\xb4\x9f\xa0\x10\x93\xaf\x80\x08\x45\x34\x34\x4f\x71\xfe\x1e\xb1\xaf\xd8\x75\xa3\x91\x48\x76\x7d\x4a\xa5\x10\x15\x8d\x82\x50\x3d\xd7\xfd\x21\xca\x04\xe3\x2c\x9d\xb5\xa3\x90\xb3\xe7\x71\x12\x84\x0e\x49\x18\xe9\x4f\xb0\x17\x49\xe6\x16\x2c\x37\x00\x25\x11\x5a\x41\xe4\x24\xbc\x02\xc7\x98\xe8\x65\x98\xee\x3b\x85\xf1\xde\xae\xa6\x02\xc0\x70\x2d\xd8\xe2\xfb\x61\x74\xe9\x1c\x53\x90\x64\xad\x05\xd4\x75\xfb\xed\x48\xa4\x97\xe8\x9e\x59\x43\x7a\x80\x54\x8f\xe8\x02\x28\x0e\xcc\x52\x9a\x1d\x23\x9b\x8d\x96\x46\x34\xa2\x4e\xe4\x90\x3e\x6b\x08\x18\x65\xb2\x83\x15\xce\xae\x01\x7d\x1c\x7b\x57\x2b\xbc\x4e\xb6\xaa\x15\x64\x13\xf4\xbb\xa7\x08\x72\x1e\x34\xea\xd2\x2d\xcf\xd1\xff\xa5\x86\x73\x78\x4c\x32\x54\x39\xa5\x20\x7b\xe7\x9e\x8b\x42\xfa\x9e\xf4\x1b\x18\xd5\x1c\xe9\x8a\x45\xef\x5b\x84\xca\xe2\x66\x28\x1d\xad\xa2\x58\xb0\x74\xf4\xee\x4d\xd7\x54\x2e\x65\x19\xc1\x08\xaf\x94\x01\x3a\x9b\xb1\x2d\xf4\x49\x96\x5e\x14\x44\x96\xc1\xc3\x7a\x09\xc6\x99\x48\xb7\x1a\x5a\x5d\xba\x77\xdd\x6d\xb5\x5e\x35\x04\xff\x8a\x26\x3e\x9b\x73\xdf\x9b\xfb\x45\x81\xbd\x3f\xa1\x5a\xfa\x1c\xe0\x28\xc3\x2c\xab\xaa\xd6\xaf\x76\x9c\x6a\x82\x92\x3a\xc9\xc7\xc0\xc0\xd1\x9f\xde\x28\xea\x26\xa0\xb3\x69\xc0\xa8\x8a\x44\x89\x38\x4d\x8e\x50\x88\x6d\xca\xcc\x2e\x65\x9e\xf8\x70\xc5\x18\x51\xd1\x31\x98\xc0\x75\xca\x78\x9a\xd0\x48\x6f\x63\xff\x58\x09\x5a\x66\x86\x2e\x33\xed\xf1\xe9\xd5\x5f\x69\xf7\xfc\x9d\x7d\x83\xba\x6d\x67\xfe\xa3\x9b\x3b\x0f\xb6\x59\x33\xd1\x66\x5f\xcc\xdc\x69\x37\x77\xf7\xe6\x5e\xb4\xbc\x70\x3b\x8a\x1c\x9e\x17\x3e\x80\xd3\x0e\xb5\xd4\x4f\x39\x4d\xe0\x9a\x6f\x8a\x27\x60\x99\xa6\x5a\x79\xf4\x46\x95\x5b\x97\x71\x46\x23\xaf\x1c\x30\x70\x30\xdb\x6c\x22\x6b\xfb\xf9\xed\xa3\xa9\x9e\x7f\x8b\x4b\x85\x9f\x23\xbb\x53\x86\x0b\xb2\x96\x35\xbf\x94\x7f\xd4\x1e\xb5\x62\x71\xcd\x36\x84\x2d\x6a\x93\xab\xa9\x3b\xec\x36\x53\x03\x53\x08\x9f\xde\xff\x40\x9d\x17\x41\x2f\x0a\xe9\x7d\x67\xf0\x7e\xe0\xdc\x7f\xf9\xe2\x34\x78\xf9\x42\x9d\x35\x56\xd1\xc3\x45\xba\x58\xdc\xef\x6d\x33\x70\xfe\xb3\x0c\x76\x62\x9f\x32\x7a\xff\xfe\xcb\x17\x4a\xf5\xb4\x67\xae\x7e\x20\xee\x54\x45\xbe\x7c\x71\xaa\xa2\x5f\x3a\xa4\x6b\xbd\x9a\xd7\xd1\xfd\x4a\xef\xdf\xf7\x9d\xea\xa1\xef\xa5\xea\x21\x67\xfe\xe0\xd7\x7b\x3e\x3d\x72\x7c\x7c\xff\x7e\xbe\x70\x16\x70\x4c\xde\x59\x84\xa1\xab\x42\x9c\xe7\x06\xf1\xb1\x9b\x9c\x99\xa7\xbc\x32\xa8\x13\xe4\x63\x98\xa3\xf0\x3f\x54\xb5\x4d\x17\xee\xff\x50\x07\x13\xd4\xb1\xc3\x53\x42\x3e\xc6\x8d\xed\xb8\x94\xe1\x1c\xf5\x9c\xac\xd6\x53\xe2\x48\xe9\x60\x7a\xd3\x6e\xaf\x5b\xab\x25\x73\x74\xc5\xff\xc1\x96\xf5\xf4\xa5\x5f\x07\x01\x55\x52\x67\xce\xe0\x2f\xd0\x6c\x83\x07\x1d\x59\x47\x7f\x19\x0d\xe6\x83\xff\xf8\x47\xb2\x2e\x16\x8b\x95\x83\x49\x39\x32\xac\x0b\x3f\x90\x46\x9a\x63\x9f\x35\x86\xf9\x26\x65\x2b\x7a\xff\x7e\xaf\xdc\x58\xdc\x37\x5f\xf5\x71\xdf\x99\xae\x06\xf5\xa9\x35\xaa\xa7\x47\x76\xf1\xba\x8f\xa7\xcd\x33\x17\xa1\x3c\x68\xaa\xcb\xce\x8e\xae\xee\x1e\x13\x6f\x8e\x8d\x40\x18\x03\x61\xd7\x94\x39\xd6\xd7\xd5\x9d\xa4\x83\xc9\x19\xe8\xb0\x77\xf4\x2c\xe3\x50\xe5\x0e\xbc\x65\x12\x71\x3c\xd3\x32\x0e\x26\x2d\xe6\x52\xb6\x5f\x7f\x7c\xbc\x98\x0a\xc1\x5d\xcb\xe9\x42\xf3\x80\x78\x57\xd6\x90\x20\xa3\x07\x1e\x8c\x05\x2c\xb9\x25\xbc\x6e\x60\x99\xc9\x60\x38\xe7\x81\xee\x4c\x52\x9e\xef\x46\x5f\xd9\xc5\x97\x48\xbc\xaf\xc3\xca\x84\x6d\xf2\x7b\x47\x6c\xd2\x05\x99\x35\x22\x25\x2b\x6e\x8e\x46\x2e\xdb\x65\x99\x70\x0e\x1c\x09\x32\x18\xb7\x86\x8c\x48\xf9\x96\x54\xa1\x79\xd6\x97\xd3\x1b\xea\xb6\xd6\x75\xeb\x53\x87\xfc\x1b\xc6\xf9\x25\xbd\x2c\xdb\xcc\xba\xa3\xb9\xd4\x67\x71\xb9\x14\xa4\xd7\x74\xdd\x05\xb3\xb6\x61\x84\x69\x91\xdd\x48\x7b\x0d\x31\x7b\x37\x63\xf9\x02\x93\x0b\x2a\xf2\xdc\x02\xe3\x22\x88\x78\x86\x67\x5d\x57\x39\xcf\x6b\xe7\x3c\x33\xd6\xdc\xc4\x79\x8c\xa4\xea\x38\xbd\x3a\x4e\x98\x5a\x3a\x0e\x69\x9e\xf7\xc1\x11\x85\x32\x3a\x6a\x10\xc9\x58\x5e\x16\x3d\xab\x3e\x11\xbc\xf5\x3d\x42\xba\xeb\x4e\x9e\xb8\x47\x53\x41\x3b\xaf\x29\x6a\x44\x2b\xa4\xb4\xc1\xa7\x82\xd6\x68\x94\x52\x97\xb0\x24\xaa\xfe\xb8\xb4\xae\x5a\x90\xcf\x54\xcc\x5a\x78\x98\xad\x2f\xb1\x92\x13\x61\xac\x6d\xe5\xf6\x8f\xd2\x34\xec\x8b\x63\x49\xa5\x94\x92\xe7\x68\xe2\xa2\x94\x76\x6d\xf1\x29\x45\xa2\x19\x0b\x2f\x90\x8f\xb5\x81\xc0\xde\x04\xe7\x79\x9f\x83\x1a\xe8\x1b\x26\x77\xbb\x2c\x54\x1a\x73\xdd\x39\xc0\x56\x79\x3a\x63\xca\x74\x78\xbd\x30\x38\xe2\xbe\x40\x5f\x09\xc3\xb3\xe1\xc4\x13\x00\x23\x8e\xc0\x08\x3c\x9b\x78\xfb\xd9\x07\xb4\x27\x0c\x0f\xe5\x8f\xc0\xde\xd8\x7b\xe4\xa6\x32\xef\xa4\xab\x6b\x8e\x35\x29\x2f\x55\xbc\xaa\x1e\x03\x31\xd1\x0a\x06\x74\xce\x7c\x92\xd1\xf9\xff\x9f\xb7\xb7\xe1\x72\xdb\xb6\xf2\xc6\xbf\xca\x88\xeb\xf2\x01\x2c\x48\x23\x39\x6d\xff\x5b\x6a\x60\x1e\x27\xce\x8b\xd3\xb8\x49\x63\x67\xd3\x86\xc3\xe4\x70\x24\x48\x62\x86\x02\x15\x12\x9a\x19\x67\xa8\xfd\xec\xff\x83\x7b\x01\x10\xa4\xa8\x49\xda\x7d\xf6\xf1\x39\x1e\x91\x20\x08\xe2\xf5\xe2\xe2\xbe\xfc\xae\xc2\xa0\x27\x79\xd3\x8c\x9c\xd2\x42\xb7\xc6\xd6\x38\x9e\x47\xb9\xbe\x2e\x87\xaa\x07\x20\x03\xbe\xba\xc3\x08\x3c\x17\xc6\x52\x0f\x84\x92\xfe\xb4\xc9\xa6\x07\x89\xe2\x62\x69\x33\xa9\x93\x4c\x75\x3f\xd3\x22\x4b\xaa\x94\x73\x5e\x27\x55\xba\xa0\xd5\x78\xec\x46\x3f\xde\x0a\xa2\x1f\x32\xfd\x88\x46\x98\xef\x5e\xd7\xb7\x36\x97\xf3\x68\x76\x64\x2b\x1a\xad\x8e\xac\x16\x96\xca\x0d\x6b\x2d\x41\xef\x05\x98\xa6\xf0\x47\x51\xff\x15\x47\x33\x4f\x86\x61\x4b\xe0\x14\xdd\xcb\x17\x86\x3b\x50\x9e\x28\xa7\x3c\xd9\x34\xcd\x68\x63\x84\x4b\x68\xc1\xe9\xa9\x53\x14\xa5\x54\x55\x1f\x0c\x0e\xd4\x87\x36\x0e\x17\xc8\x7b\x9b\x66\x80\x56\xea\xf9\x66\xe9\x89\x51\x9f\xb5\x09\x8e\x56\x38\x51\xb1\x27\x2f\x7f\x87\x3e\x48\xc7\xb6\xdd\x8a\xad\xb0\xd1\x89\x48\xa9\xe7\x0b\x56\x0b\x47\x5b\x06\xfb\x6c\x68\xd5\x81\x3c\x0a\x3a\xe5\x06\xb2\x42\x29\x99\x52\xfd\xae\x7b\xf2\xdd\x05\x3a\x12\x76\xc4\xeb\x3d\x13\x35\x63\x43\xfc\x2b\xf6\x95\x9f\x93\xf5\x72\xd2\x38\x07\x8d\xe6\x68\x67\xcf\x54\x76\x02\x39\xab\xe1\x32\x2e\x23\x5f\x1e\xd4\x34\xa3\x5d\xdc\x93\x2b\x28\x1a\x91\x92\x0f\x9c\xb6\x95\x71\x7e\xd9\x8b\x25\xe0\xd5\xc7\x26\x56\x27\x00\xe4\x42\xf3\x45\xbd\xcc\x06\x83\x17\x10\x31\x0e\x02\xda\x53\x4e\xe1\x2b\x55\x55\x56\xfc\x29\x33\x63\x13\x8f\x1a\x01\xf0\xd9\xc5\x41\x56\x62\x59\x6e\x64\xfe\x2b\x40\xeb\xef\x2b\x51\x83\xaf\xdb\x45\x30\x36\x45\x62\x1c\xc7\x77\x65\x35\x88\x8f\xdd\x1e\x28\x61\x5d\xaf\xf9\x48\x4e\x57\x42\x89\xa5\x7a\x7d\xd8\x17\xf9\x32\x53\xa2\x66\x07\x6e\x88\xe3\x3b\xa5\xb9\x10\x50\x55\xa0\x5a\x5f\xb3\x23\xfa\x01\xf9\x89\xb2\xb5\x39\x6e\x2a\x2e\x92\x12\x8e\x9b\xb0\x59\x24\x65\x0a\x92\x4a\x73\xd6\x2c\x4d\x94\x26\xd4\xa4\xd8\x68\xc8\x20\x53\x66\x73\x37\x3b\x0f\xa0\xa1\x61\xe2\xc8\x72\x5e\x43\xe7\xbf\x17\x0f\x43\x0d\x90\x3c\x08\x80\xf2\x95\xde\x9e\xdb\x8a\x21\xe6\x18\xfa\xe1\x2f\xf8\x33\x87\xdb\x4e\x08\x2a\xdf\x85\xcf\x04\x1b\x51\x42\x3a\x02\xdb\x49\x84\x7a\x0b\x2e\xa6\x60\xfb\x02\x7c\xde\x42\x2c\x74\x82\xa7\x82\xa1\x72\x8c\x08\xf9\x56\x81\xfc\x11\x7e\xfb\x8f\x3e\xc5\xc4\xaa\x42\x7c\xcf\xa3\xb3\x4b\x85\x8e\x43\xf1\x06\x94\xa1\x5a\x59\xce\x91\x55\x28\x7e\x46\x32\x53\xf3\x47\x4f\x2d\x17\xfd\x69\xc6\x90\xf7\xfe\xa6\x16\x87\x55\x19\x15\x82\x01\x5d\x8a\x9e\xb1\x76\x79\x44\x8f\x47\xa6\xcf\xf3\xfa\xb7\x12\x05\x18\xc4\x44\x8f\xc1\xcb\x20\x3a\xb5\x7c\x40\x17\x95\xd1\xec\xc8\x82\x8b\x81\xe7\x47\x16\x8c\x5d\x72\x25\xee\xf2\xf2\x50\x9b\xd6\x77\xde\xfd\xef\x73\x99\x8e\x47\xb6\xaf\xc4\x67\x20\x30\x8b\x1e\xc1\x74\x6b\x48\xc0\x97\xcc\x53\xae\xff\xf4\x84\x67\x4c\x24\x1f\xa5\x9c\xe8\xbf\x4d\x23\x92\x3f\xc2\xdf\x3f\xa5\x4d\xe3\xaf\x29\x93\x55\x1f\x41\x61\x12\xbe\xd0\x93\x10\x5e\x0c\xf4\xd2\x48\x3e\x4a\x41\xc1\xc9\x5a\x03\x95\x3f\xd2\xa3\xb1\x0a\x7b\xb2\x2e\x1d\x1a\xc3\x02\xa9\xb6\xf8\x81\x79\xea\x4a\xfa\x88\xc6\xa6\x76\x76\x45\x13\x01\x28\x9e\xba\xb2\x7c\x4c\xf4\x4f\xac\xab\xac\x2f\xff\x9c\x36\xcd\x9c\x46\x2f\x9e\x93\x40\xdc\x09\x89\x85\x7d\x04\x8e\x6b\xab\x95\xbd\xa3\xfa\xdd\x3f\xe1\xbb\xff\x5f\x3a\x16\xc9\x7f\x9e\x64\x88\xf4\x4f\x18\xf6\xbf\x78\xb4\x26\x70\x43\x4b\x67\xa4\x3f\x1f\x86\xba\x77\xec\x54\x7b\x36\x85\x3e\x30\x2a\x78\x5d\x46\xac\x57\x62\x04\x0d\x8a\x75\x4e\xde\xed\xf2\x48\x86\xe1\x77\x98\x5d\xea\xfd\x4d\xf1\x8c\x48\xbd\xd1\xe0\x8d\xb4\x8e\x9b\x24\xa0\x81\x53\x34\x4d\x14\x9d\xb8\xa8\xb8\x30\x30\x33\x5d\xee\xac\xed\x43\x7d\xe4\xd7\x1f\x93\x5e\x8a\x3f\x5a\x1f\x01\xda\xfe\xda\x4c\xa1\xf7\xaf\x3e\x1f\x70\x34\xea\x4b\x5d\x07\x35\x8e\x46\x54\x16\x9f\xf8\x11\x8d\x66\x83\xae\xaa\xad\x09\x11\x68\x9d\x06\x95\x99\x46\xe2\x8a\x26\x8d\x03\xee\x6f\xc6\xb8\xc2\x37\xef\x52\x1d\x33\x33\xf2\xe3\xa0\x55\x26\x44\x23\x26\x60\x02\xdb\x3c\xa3\x20\xe7\xbc\x25\x82\x0d\xc9\xef\x15\x0e\xc9\x10\x99\x5b\xb6\xb2\x37\xef\xa6\x69\x7e\x87\xe8\xb9\x2f\x76\x36\x9a\x90\x80\xc2\xe2\x3b\x52\x7a\x64\xbd\xd5\xdc\x71\x63\x68\x7d\x8d\x2d\x66\x80\x61\x12\x48\xe5\x39\xfe\xa1\xb3\x43\x1e\xeb\xa3\x9e\xae\x77\x34\xd2\x1d\x94\x8f\x35\xa5\x0f\x30\x29\xd6\xfc\xa7\x8c\x6c\x8e\x38\x1f\xc1\xed\x8f\xe6\x56\x22\xa8\x5e\xee\xe6\x9e\xa4\x51\xf0\xbc\x7d\xe8\x3f\x78\x39\x99\x47\xc1\x33\xff\x19\x4e\xb1\x76\x7e\xe2\xa7\xfe\xdb\x64\x21\x9a\x7e\xe4\x6e\x66\xbd\xd1\x24\x12\xec\x41\x68\xbf\xd0\x86\x9b\x08\xf7\xc0\x2d\xcb\xa6\xc9\xdd\xec\xb5\x65\x8f\xe7\x50\xfa\x38\x98\x60\xf4\x88\x3e\xfd\xb1\xce\x65\x16\x57\x12\xc8\x0d\xb0\x7c\xed\x3a\x60\x19\x87\x08\x07\x7e\xfa\xe4\x8f\x94\xd5\x3c\x30\xa6\xaa\x50\x0d\xdb\xbb\x73\x84\x56\x81\xfe\x19\xf0\xd6\x1e\x8d\xfc\x03\x84\xb7\x02\x74\x4d\x96\x58\x8f\x8e\xf1\x3f\x2f\x47\x9c\x67\x71\xe0\x6d\x81\xc1\xc0\xb6\x70\xd7\x3d\x89\x6c\x78\x8d\xbe\x40\x43\xcb\x87\x7d\xe0\xa3\x65\x18\x8e\x6a\x76\xc3\x31\x14\xed\x1d\xec\xd9\xa5\x61\x30\x76\x0b\xbc\xd8\x72\xb5\xd8\xf2\x6d\xb2\x43\x85\x40\x1d\x6f\xcf\xaf\xc7\x4d\xa4\x1b\xbe\xed\x73\xc8\xa3\xf9\x62\xcf\x77\x3c\x28\x65\x01\xae\xb8\x22\x0c\x47\xfb\x30\xec\xb4\xa6\x0d\x3e\x9b\xaf\xc9\x9e\x27\x59\x7c\xe7\x71\x00\xd1\xdd\x54\xf7\x3e\x5c\xa7\x2c\x0b\xc3\x0f\x58\xb9\x1b\x4e\x56\x9c\x14\x9c\x1c\x38\x59\x73\xb2\xe5\x77\x34\x79\x9b\x36\x0d\xd9\x26\x6f\x53\xfe\x78\xa4\x34\xd9\x1a\xde\xec\xcd\x6b\x9d\xbe\xf6\xef\x31\x83\x48\x9b\x26\x49\xa9\x26\x8e\x9c\x3f\x84\x61\x91\xcc\x53\xaa\x7f\x5e\xa4\x6c\xab\x99\xe6\x3b\xcf\xbe\x30\x59\xa5\x8b\x2d\x1f\x8f\x35\x2f\x1d\x86\xba\x57\x9a\x86\xdc\xf0\x15\x9f\xd1\xa6\xd9\x4f\xf7\xe5\x9e\x50\xe8\xa7\x6e\x47\x84\xe1\x78\x7c\x13\x86\x5b\x38\x56\x3e\x1e\x12\x91\xf2\xe4\x81\xad\xd8\x4d\xba\x00\xdf\xa8\x63\xc7\x12\x4e\x97\xe7\x37\x4a\xfd\x5f\x6a\x14\x03\x73\x8c\x1b\x14\x3b\x90\xdf\x6a\x86\xde\x32\x9e\x18\xee\x11\x0c\xf7\xa8\x33\xdc\x4d\x33\x1a\x8f\x6f\x9a\x06\x5a\x81\xd5\xdf\xfe\x1b\x55\xd7\x7d\x73\x93\x52\xb6\x85\x50\xcb\x74\xe1\xec\x56\x6e\x26\x3c\xa7\x28\xbc\xb9\xf9\x43\xc5\x39\x9f\x85\xe1\xcd\x65\xf5\x92\xcf\x8e\xc7\x81\x3d\xb8\x55\xe9\x00\x63\x0c\x7c\x5b\x0d\x5d\x53\x4d\x6b\xa1\x90\x35\xaa\x93\x5e\xc3\x7c\x8e\x22\x38\x48\x63\x1f\x21\x56\x17\x58\x00\x32\xfd\x76\xa1\xe7\xc9\xdb\x34\xd6\x5c\x64\x94\xdb\xb3\xdd\x3c\x26\x92\x27\x82\x09\x16\x04\x4c\xa5\xcc\xff\x56\x1f\xde\xa9\x6f\xc9\x17\x77\xec\x48\x44\xc7\x0d\x4c\x9f\xc9\xa0\x4d\x27\xd6\x23\x22\xa9\xf8\x37\x44\xb0\x32\xc9\x52\x9a\xf2\x11\x91\x09\xb8\x41\x65\xa9\xde\x2d\x86\xf6\x57\x5d\xd0\x8c\x49\x7a\xa4\x51\xae\xf9\x44\xec\x9a\xe8\x51\x96\x2a\x2a\x86\xb4\x3a\xfa\x04\x23\x21\x06\x07\xaf\x4f\x6d\xe1\x5a\xcd\x96\xee\x8e\x5e\x1b\x34\x4d\xcb\xbd\x88\x09\x2c\xe3\x95\x95\x06\xe4\x2c\x49\x35\x11\x15\x1d\x7b\x40\x52\xf2\x2c\xa9\x53\xe4\x59\x6a\xdd\x20\xa5\x7f\x4a\xda\x6b\x0e\x06\x28\xb0\x7b\x31\x70\x37\xac\xd2\x34\x54\x17\x5d\x32\x49\x19\x24\xc2\xed\x48\xe2\xac\x06\x80\xeb\x6d\x56\x9f\x34\xf3\xac\x71\x93\x31\xda\xf5\xce\xee\x00\xfc\x6e\xce\xee\xe7\xca\x11\x27\x8c\x11\x3b\x2d\x9a\x28\xff\xe4\xd3\x34\x7a\x22\xb5\x3b\x9c\xd0\x3b\x1c\x7c\xac\xc8\xe4\xe6\xdc\x87\xfe\x69\xb8\x48\x60\x0e\xce\x4d\x5d\x28\x00\x26\x2e\x3b\xad\x58\x6f\x5f\x38\x31\x27\x5b\xac\x4a\x00\x9d\xe7\xbb\x58\x4d\xa1\xa4\xbe\x29\xe8\xc3\xae\x88\xf4\x03\x5d\x81\xfe\x33\x4c\x37\x3b\x01\x41\x74\x1f\x7f\xca\xa3\xe9\x16\x46\xf3\x70\x2d\x87\xbd\xfa\x78\xbf\xcd\x75\xa3\xbb\x02\x52\xda\xb7\xe9\xa3\xad\x7c\x14\x90\x67\xb3\xaa\x03\xb1\xe0\x24\xc6\x62\x5a\x94\xcb\x0c\xc5\xb5\xed\xb5\x5e\x91\xdb\x8e\x3a\xdf\x7a\x07\xc0\x47\xf2\xd5\x91\x55\x65\x39\x08\xd9\x00\xe1\x0c\x8f\x0c\xfc\xce\xce\x3d\x5f\x4d\x33\x88\x36\x62\xa4\xd2\x61\x48\x46\x2b\xfd\xc9\xcf\xc0\x59\xad\x69\xaf\x81\xde\x8e\x46\x04\x03\xab\x36\x8d\x98\x6e\x2b\xb1\x6e\x9a\xff\x16\x53\x95\xdd\x80\x7d\x22\xf8\xe2\x83\x82\x22\xda\x09\x32\x9a\x53\x66\x15\x16\x70\x3f\xa3\xcc\x68\xc3\x06\xb9\xf4\x27\x2d\x02\x3d\x43\x44\x5d\x0b\x31\xb5\x7e\x76\x4d\x80\xba\x28\xef\x91\xd5\x73\x1e\x99\xbd\x1a\xe6\xe0\x7d\x3b\x40\xff\xce\x15\x00\x8d\x62\xc6\x97\xa0\x2d\x55\xec\xf6\xea\x43\xa7\xc8\xdf\x25\x11\xc8\xd7\xa4\x95\x4d\x5c\xfd\x79\xc8\x7f\x1a\xeb\x30\x14\x5b\xca\xed\x0e\x53\xf8\x3a\x28\xc3\xb7\x22\x5b\x89\x6a\xa8\x6d\x7f\x35\x4b\xce\xf5\x29\x3d\x32\xe8\xc0\xa1\xcc\x9f\x0f\x64\x46\x8b\xcb\xff\xe1\x30\x79\x76\x9b\x76\xd2\x78\x49\xea\xc8\xc0\x01\xe9\x54\x3f\xdf\x2f\xea\xdc\x37\xc3\x30\x80\x08\xd0\xae\xfc\x30\x24\x78\x6a\x80\x90\x6e\x9b\x53\x7d\x23\x38\xcc\xdb\x77\xfa\x82\x42\x8b\xc9\x71\xe7\x93\x31\xdb\x4b\xc9\x2c\x45\x3a\xd7\xcf\xe0\x09\x44\x13\x35\x99\x43\x2e\xf1\xcb\x49\x9e\xf6\xf8\x93\xc8\xab\x59\x2c\xc7\x2a\x92\x98\xf7\x4e\xc8\x81\x12\x3d\x3f\xd4\x85\xbc\x52\x0b\x39\xe6\x2f\xa8\xe8\xdb\x69\x08\x5d\x42\xb9\x5a\x3d\x59\xc0\xfc\xb7\x0a\x28\x4e\x9b\xd4\x75\xef\x76\x35\x7e\xa9\x62\x15\xc9\xc5\x64\xa2\x39\x9a\x85\x2d\xae\xea\x16\xb7\xf9\xdd\xc5\x2d\xc6\xe3\xea\x4a\x9d\x29\x07\x6c\x95\xec\xa4\x97\x6a\xcb\xbd\x25\xf0\x0b\x7b\xac\xb2\x55\x5e\x42\x88\x7f\x4d\x08\x6e\xca\x07\x7d\xbd\xce\x0b\x8c\x9b\x9f\xd5\xf5\x7d\x59\xad\xf4\x75\xbe\xcb\x36\x18\x28\xb0\xe5\xb0\x54\xca\x41\x74\xeb\xe0\x0c\x1e\xeb\xc3\xcd\x2e\x57\x18\x9c\xbf\x16\xea\x34\xff\x1e\xf3\x5b\x0b\xd7\x0f\x82\xd0\xc7\xd6\xe0\xf5\x46\x58\x32\x80\xcb\x64\xc6\x3a\xfe\x37\x41\xb0\x50\x57\x72\xa1\xc6\x63\x5a\x8d\x01\x55\x03\x85\xc4\xad\xbd\x8d\x2b\xe9\xad\xe8\xb8\xbe\x83\x6d\x72\x05\x08\xd5\x9a\x96\x68\x16\xab\x69\x2a\x96\x71\x19\x86\xbe\x30\x8e\x73\x5e\xb2\x9a\xbf\x6a\xf5\x23\x0a\xa9\x51\xdc\x39\xba\xe5\x4e\x38\x0b\xbe\xfe\xf6\x1c\xa0\x3c\xf5\x62\xe6\xa4\x93\xe6\x8d\x76\xf7\x7a\xea\x18\xa8\x59\xe2\x3a\x35\x41\x0b\xfb\xdf\x18\xf8\x08\x86\xf3\xd7\xa5\x38\x35\x62\x47\x06\xfa\x44\xfd\xf2\x35\x72\xee\x0a\x39\x77\xe5\x38\x77\xd5\xe3\xdc\x55\x97\x73\x67\x79\x18\xe6\x4f\x98\xb2\x53\x65\xf1\xae\x16\xd6\x5d\x87\x14\xfc\x90\x94\x78\xda\xf2\x4f\x2a\x9c\xf3\xda\xe9\xbd\x92\x17\x29\xd7\x87\x31\xdd\x78\x9d\x9b\x6f\x19\xa4\x9d\x36\xb0\xe5\x03\xdc\x78\xdf\x77\x4c\xa5\x5b\x16\xbd\xd3\xd5\xbe\xb5\x76\xcb\x8a\x82\xe8\x1c\xf0\xe3\x92\x3c\x35\xf9\x06\x76\x95\x48\x68\xe2\xe5\x3e\xf8\x20\x7c\x81\x82\xcf\xf4\x26\x29\xab\xf9\x8c\x2d\xdb\x99\x5b\x70\x84\x47\x50\x0e\x38\x86\x94\x5c\x18\xce\x57\x86\xe1\x48\x92\x12\xca\x69\x1a\x92\x59\xc1\x3e\x03\x64\x74\xb8\xa9\xa9\x8f\xc3\xe2\xaa\xf0\x4a\x74\x23\x78\xd9\x55\x10\x86\x23\xcd\x9f\x03\xde\xe2\x2b\xc0\x15\xd3\x43\x36\xca\x31\x2d\xd7\x69\x39\x80\x7e\x77\x38\x4d\x03\x46\xd0\x9b\x8d\x29\x5b\xe9\x3f\x7b\x6e\x83\x9d\xb1\x1d\x2f\x9b\xe6\x3c\x55\x9a\xc1\x22\x73\xc0\x18\x39\x00\x63\x20\x67\x9d\x54\x29\x93\x9e\x18\x9e\xa8\xa6\x09\x9e\x07\xac\x6e\xd5\xfb\x49\x9d\x46\x35\x9c\x15\xee\xf8\x48\x34\xcd\xa8\x0c\x43\x15\xef\xa2\x07\x41\x76\x6c\xcb\x04\xd4\x10\x22\xf1\xe7\x4d\x43\xca\x58\x44\xfb\xa6\xa9\x00\xf3\x26\x8b\xee\xc0\x95\x23\x0c\x25\xb9\x63\x1b\xcc\x89\x91\x04\x0b\xfe\x20\xc8\x86\xad\x28\xab\x48\xc1\xf4\xf8\xe8\x67\x07\x5e\xb8\x00\x6e\x70\x1a\x59\xf3\x22\x39\xc0\x98\x6c\x92\x55\x72\x48\xf5\x81\xe4\xce\x5c\xad\xa9\x67\x8e\x99\x37\x0d\x42\x0e\x9a\x91\x2f\x74\x17\x1d\x9c\x71\x84\x2b\x6e\x83\xc5\x15\x38\x8a\x77\xc9\x41\x97\xb3\xc8\x61\x77\x45\x1b\xbc\x82\x2d\x29\xd8\xe9\x9f\x7f\x9b\x14\x3c\x8f\xbf\x21\x25\x5b\xd3\x68\xab\x93\x5e\x4e\xe6\x61\x48\xca\xa4\xd0\xf5\xcb\xf4\xcf\x9a\xda\xc8\x55\x1b\x68\x29\xe7\x3c\x8b\x37\x56\x19\xb4\x67\xb6\x68\x1a\x6d\x28\xcb\x63\x53\x81\x8c\x6d\xd8\x92\x46\xd6\xad\x2a\x63\x9b\xae\xf7\xc1\x6d\x97\x18\x6b\x22\xd6\x85\x26\xa9\xa6\x56\xf5\x91\x80\xb4\x59\xf3\x06\x7a\xee\x67\xfa\xdc\xed\x1e\x05\x17\x41\xca\x96\x3c\x8b\xe7\xd1\x8c\x1d\xce\x38\x9a\x22\x1c\xc5\x91\xb2\x9a\x69\xfe\x76\x7d\x2e\xdb\x37\x44\x31\x3c\x2e\xd9\xac\x5b\x9e\xf8\xe7\xe8\x16\x40\x75\x94\xe9\x05\xd0\x34\x72\xc4\x79\xa1\x57\x16\x51\x5c\xd2\x76\xaa\x1d\x4c\xf6\x68\x6d\x2e\x5a\xc0\x2c\x3c\x49\xe6\xc7\x74\xb1\xbc\x2a\x17\x4b\x03\xf4\xd4\x6d\xef\xd2\xb4\x97\x6e\x79\xf2\x56\x90\x7b\x41\xb6\x94\x49\x9a\xb6\x34\x4f\xbf\x80\x22\x75\x2f\xbb\xe9\x6c\xd4\xc7\xe9\x54\xa3\xf3\xa6\x34\x79\x9b\x62\x6f\xe7\x7c\x3c\x5e\x2e\xf2\xab\x52\xaf\x63\xff\x93\xb9\x29\x03\xc0\x60\x6c\x65\x5f\x09\xb2\x7c\x39\x0f\x43\xac\x00\x5c\xea\x5d\xd4\x89\x34\x97\x93\x39\x35\x78\x90\xc4\x44\xfb\x0d\x2e\x50\xd1\xb1\x9c\xbc\xc0\x12\xe3\xe0\x79\x10\x05\xc1\xd1\x83\x6d\xb2\xce\x6f\x92\x2d\xaf\xf2\x30\xbc\x6d\x8b\x5c\x42\xf4\x03\xa8\x9e\x4e\x75\x52\x52\x97\x0a\x9b\x38\x3d\x6e\x2d\x93\x64\xb5\x90\x50\x43\x7b\xf3\xc1\x8b\xed\xec\xfa\xa9\x6e\x99\x93\x8e\x34\x05\xa4\xf9\x1f\x04\xcb\x78\xad\xf7\x9a\x5b\x21\xf3\x5f\x07\x1d\xbf\xbb\x98\x2a\xfc\x6b\xab\x1a\xd0\x3b\x8a\x33\x8c\x8d\x67\xd1\xc1\x69\x5c\x81\x75\xa9\xb9\x60\x4b\x58\x8e\xba\x02\x56\x97\xb6\xa8\x8d\x64\x34\x03\x1f\x9a\x30\x1c\x91\x9c\x7f\x86\xce\xb2\x35\x05\x74\xae\x30\x24\x35\xaf\x6d\x07\xe8\x35\x60\x16\x5a\xd3\xd4\x94\x2d\x0d\x29\xe7\x49\x4a\x29\x93\x7c\x34\x67\x24\xe7\x5f\xb8\x12\x34\xf1\xe7\xb9\xf5\xfd\x63\xa5\x01\x65\x35\x7a\x6f\x06\x90\x95\x50\xa8\x37\x28\x17\x01\x05\x4c\x32\xfb\x51\x27\x57\x47\x13\x6c\x5d\x6f\xaa\xeb\xf9\x2c\xc9\x52\xaf\xaa\x45\x92\xa5\xd8\x00\x7d\xa5\xc7\xaa\x69\x7e\xfb\xe3\x19\x33\xb3\x33\xca\xcf\x7c\x14\x0c\x5f\x24\xe2\x3e\x1d\x5d\x07\x5b\xef\xec\xa8\x8e\x5b\x0d\x1a\x8d\xbe\x26\x82\x2d\xa9\xeb\xfa\xa3\x2e\x11\x0d\x89\xf2\xe2\xcc\x70\xea\x41\x29\x71\x47\x7d\xef\x0d\xe6\xa8\xc6\x91\x41\x5d\x0f\x38\x9a\x32\xd9\x6e\x3b\x12\x28\x68\xcd\x6f\x05\x51\x89\x4c\x61\x6d\xc5\xb9\xdd\x4b\xa3\xd2\x5e\x2d\x6a\xfe\x9e\x08\x36\x88\x4d\xe5\xa4\x40\x1e\xd0\xd3\xcb\x99\x1f\x10\xde\xce\xb4\x83\x89\xde\xc9\xf6\xec\x8e\x6d\xf8\x8c\x7d\xe0\xc1\x2c\x60\x37\xbc\x0c\xc3\x24\x65\x6f\x75\xf5\xef\x79\xc1\x5e\xe9\x8d\x33\x0f\xc3\xd6\x54\x9e\xe8\xdd\xef\x40\xd9\x2d\x7f\x18\x73\x3c\x72\xdd\xc7\xf3\xa8\x83\xa4\xd6\x34\xd3\x39\xfb\x9a\xbf\xb2\x6d\x83\xcd\x02\x41\xed\xc0\x18\x2a\x6b\x9a\x03\x5d\x7c\x18\x71\xfe\xb5\xc5\xc5\x26\x6b\xfe\x2a\xf9\x90\xd2\xc5\x87\xf1\x18\xb7\xa9\x30\x34\xe6\x04\x7b\x3e\x63\x59\xd3\xac\xfb\x16\x54\xab\xa6\x21\x5b\xb2\xd6\x83\x3c\xda\xd1\xc5\x1d\x17\xc9\xde\xba\x06\xdc\x91\xb5\x7e\x67\xc5\x6a\x4a\x1f\xcd\x9c\x5e\x53\x23\xcf\xd6\x55\x79\xe0\xb7\xf4\x28\xc3\x90\x90\x35\x1f\xdd\xe9\x6f\x85\xe1\x66\x32\x61\x9a\x16\xd8\xec\xf4\x98\xaf\xc9\x66\xcc\x3f\x30\x19\x86\xba\xb6\x1b\x57\xa1\xc5\x1d\x57\xe6\x6b\x77\xe4\x86\xbd\xd5\xdd\xea\x6d\xb6\x9b\x97\x33\x14\x64\x7f\xd0\xa3\x7a\x93\x7c\x48\x9b\xe6\x2d\xfc\x25\xfa\x87\x7f\x8a\xc6\x2b\x4b\x4a\x17\x6f\xf5\xee\xf7\x96\x1e\xed\x96\xb6\x64\x6f\x29\x3b\x84\xa1\xe6\x22\xde\xba\x31\x0c\xc3\x8d\x43\xf2\xd2\xe4\xb2\x63\xd5\x41\x96\xad\xd5\x04\x36\x8d\x15\xfc\x9e\xb2\x9b\x63\xeb\xa8\x52\x08\x52\xd2\xa8\x3c\x92\x12\x48\x61\xed\x2c\x09\xb8\x70\xf6\x40\x47\xb6\x6c\x6d\x0c\xfa\x11\x57\x1d\x28\x80\x83\x7e\xe2\x67\xc0\x72\x05\x5b\xf1\x51\x1e\x86\x19\x11\x7c\xeb\xbe\xa3\xd9\x0f\xe0\x75\xb8\x04\x78\x80\x39\x08\xa0\xcc\x9a\x84\xbd\x67\xc9\x57\x9a\xd1\x5e\x79\x4a\x60\xe7\x8b\xfd\xf2\x45\x18\x06\x6f\x5e\xeb\x0f\x91\x82\x2f\x93\x59\x4a\xcd\xb1\xff\x2f\x3d\x1f\xda\x9d\x9e\xac\x6e\x03\x5a\x82\xc2\x1e\xf6\x3c\xc4\x04\x50\x9c\x38\x37\x18\x52\xd8\x9d\xcc\x27\x58\x46\x20\xaa\xa8\x55\x52\xd0\x16\xee\x69\x0b\x1a\xed\x8e\xc4\x8f\xb5\xbb\xc9\xd2\x52\x26\x3c\xe1\xd9\xc6\x01\xaf\x54\xf2\x67\x53\x1f\x7c\xc5\x7a\xb8\xc7\xb3\x68\xe9\x80\xcc\x26\x13\x58\x24\xcb\xa4\x4c\x99\xbf\x8d\x6a\xae\x0f\x1b\x81\x47\xaa\x35\xc7\x36\x18\x66\x2b\xe7\xeb\x27\x9b\x62\xfd\xe9\x97\x96\xe1\x39\xe3\x57\x8f\xbe\xfa\x4b\xcb\x83\x95\x6c\x4e\xd9\x88\x08\x9e\x3b\x03\xda\x1b\xa1\xe7\x6c\x1f\x56\x40\x4f\x0e\x26\xad\xb2\xc8\x08\x53\xb7\x4d\x53\x13\xc1\x56\x94\x92\x1c\x6c\xb0\x98\x64\x23\xd5\x34\xbf\xe5\xdc\xcf\xe4\x91\xf9\xa6\x46\xfc\xad\xf5\xc3\x0e\xa8\x35\x34\x32\xb6\xbb\xe0\xed\xf5\x96\x9d\x9a\x2b\xf1\xd1\x68\xcd\xb6\x10\xb0\xda\x37\xe8\x3c\xe7\xe9\x36\x7f\xc2\x3c\xf6\x09\xd7\xf4\x41\x53\x7b\x77\x9a\x1b\xb2\xb8\xff\x0f\x34\xaf\x0f\x58\xf0\x1f\x28\xb9\x6a\x85\x86\x3d\x91\x95\xce\x0f\xea\xf4\xa6\x59\x1b\x09\x56\x03\x32\x57\x0c\xf1\xd9\x98\xc8\x9f\x27\x92\x16\xdc\xda\x86\xfd\xe3\x14\x0b\x9c\x2e\xb8\x7b\xfa\x8d\xe7\xd1\x0b\xda\x77\x8d\x3c\x35\xdc\x1e\x6c\x1b\x88\xea\x2e\xc1\xb5\xc5\x6b\x4d\xd7\x82\x1f\xa3\xec\x83\x5b\x47\xf0\x1b\x0d\x37\x01\xf9\x5d\xcb\xcd\xab\xc3\x0d\x0d\xc3\xdf\x96\x14\xb6\x9d\x61\xdd\x64\xc1\xe6\xea\xfc\xd0\x19\xb0\xe3\x5e\xbd\x5a\xf3\x7b\x5b\xb5\x5f\x4e\x2b\x85\xb1\x05\xfc\x31\x40\x01\x72\xa2\xd2\xb8\xd7\xe5\x11\x20\x18\x0e\x9b\x14\x56\x9e\x49\x61\xe5\x9b\x14\x6a\xc2\x2d\x8e\xa4\xa2\x8b\x5b\x58\xff\xfc\x3d\x23\xb7\x53\xf1\xb0\xaf\xf8\xfb\xd6\x34\x8c\x26\x41\x14\x20\x54\xea\xbe\xe5\x4d\x6f\x7d\x33\x40\x7b\xc3\xdf\x7b\xa9\xec\x16\xa1\xc0\xdf\x5b\x63\x3b\x76\x8b\x0e\xd7\xaf\xcb\x25\x7f\x8f\x97\xec\xb6\x35\x0c\x7d\xef\x2e\xd9\xad\xb1\x74\x74\xd6\xb2\xef\x4d\x02\xd8\x73\xbe\x3b\x09\xc2\xd0\x83\x8f\x74\xe6\x98\x72\xa1\x99\xf3\x44\x69\xb2\xf6\x97\x91\x6f\x44\xef\xe4\x41\x6d\x92\x65\x13\x6e\xc1\x8f\xab\x26\xd2\x61\x79\x1a\x8c\x49\xb7\x2b\x56\xc7\x13\x44\xc1\x56\x46\x9a\xa4\x03\x02\xfb\x3e\x52\x83\x18\x19\xcc\x11\x53\xb2\x67\x97\xf7\xab\xed\x69\x20\xc0\x1d\x22\xdf\xca\x0c\x3f\xe9\xe2\x18\xfe\x4e\x0b\xa2\x1e\x44\x91\xae\xef\xa7\xfc\xf2\xc7\x2b\x92\x64\x93\x5f\xd3\xe4\xc7\xeb\xcb\xeb\xd9\xcb\x08\xac\x84\xd4\x75\x75\x2d\xaf\xd7\xe9\x73\x9a\x74\xef\xaf\x2f\xe3\x97\x24\x8e\xae\xae\x2f\xaf\xe7\x2f\x1b\xfa\xec\x32\x6f\x6b\xf5\xb7\x9e\x75\xce\x86\x28\x1a\x1b\x70\x67\xd1\x8f\x2a\x6f\xad\x43\x2c\x86\x2a\xab\x98\xa0\x7a\xcc\x8e\x94\x46\xed\x0e\x3c\xf8\x7e\xf7\xc8\x6c\x5f\x3a\x45\x08\x52\x4f\xbf\xdd\x22\x9f\xea\xe3\xb4\x2d\xe6\xd6\x9c\x21\x2c\x22\xaa\xbd\x1f\x0e\xfd\xc1\x55\x32\x4b\x3d\x9d\x1a\x11\x3c\x88\x64\xa9\x08\x98\x56\xd1\x80\x32\x94\x3a\xda\x2d\x0f\xac\x65\xfc\xd6\x01\xf3\xd0\xb3\xfa\x06\xeb\xa5\x38\xa9\xd2\x28\x49\xa3\x6e\x16\x22\x98\x85\xcb\x1e\x6c\x53\x77\xa6\x21\x68\xb6\x87\x36\x4d\x1e\xc1\x64\x73\xc0\x76\x8f\x55\x1d\x1c\xed\x1c\xee\x16\x9e\x61\xab\x67\xc2\xe5\xce\x91\x3d\x1c\x6f\xbd\x72\x4c\xe7\xf9\x7a\x0f\x38\xa6\xf0\xd9\x42\x5d\x55\x20\xb8\xce\xd7\xa4\x5d\xf7\x24\x4f\x54\x0a\xf1\x3d\x3c\xe9\x26\xa5\xce\xae\xbf\xfb\x89\x24\xa5\xcc\x2f\x0a\x3b\x87\x08\x06\xa5\x78\x6e\xa7\x2f\xe7\xb1\x4f\xa2\x88\xa4\x91\x74\xe6\x7d\x43\xe6\x6d\xdd\xef\xfc\xcd\x20\xbf\x03\x6f\x39\x9a\x53\x80\x62\x1e\xd4\x79\x3d\xf9\x22\xe0\xa2\xe5\x43\x1a\xd3\xd1\xc8\xe4\x1c\x30\xa8\x0b\xc3\x5f\x1d\x3f\xa7\xfb\x34\x72\xd5\xb0\x1e\xf0\x47\xb4\x6c\xff\x8a\xbd\x46\xf0\xb9\xeb\xfa\x39\xb9\x4a\xae\xef\xaf\xbf\x4f\xc7\x2f\x69\xf2\xe3\xcb\xf4\x79\xf3\x1f\x1e\xfe\xdc\x02\xe0\x63\x21\xf0\xc0\xf0\x34\x66\x39\xec\x33\x9d\x91\x75\xec\xf5\x57\x43\x95\x34\x0c\x70\xc5\x83\x2b\x14\xa5\xcc\xd2\x30\x0c\x5e\xe2\x75\x8b\xc2\x96\xb6\xc1\x0b\x5e\xf2\x8f\xe2\x04\xa5\x3e\x60\xb6\x90\x46\xaf\x1d\xec\x56\xd3\x8c\x2a\x08\x9d\x68\x0d\xa5\x35\x6f\xa7\xa6\x18\x88\x20\x06\x18\x0d\x6a\x86\x9a\x46\x27\xf0\xeb\xca\x3d\x03\x3f\x07\x0b\xde\xa5\xb8\xba\xc8\x25\x86\xac\x2f\xd7\x17\xb7\xb1\x5e\xab\x91\xde\x87\xda\x68\x01\xec\x56\x73\x8c\xb5\xd0\xec\x07\xbc\xc9\x94\xb5\x23\x83\x05\x7a\xea\xf9\x13\xdd\xc0\xb8\xb2\x4f\x71\x8c\x2a\x34\xa1\xea\x63\x8d\x2b\xda\xc6\xbf\x50\x74\x03\xdf\x4a\xaa\x94\xc6\xe6\x82\x28\x70\x35\xc1\x90\x78\x68\xb0\xa8\x10\x70\xba\x1d\x00\xcb\xfb\xe6\xfc\xa6\xef\x19\x5f\x25\x2f\x52\x34\x88\xd5\xc5\xcd\x52\x9e\x33\x6f\xf5\xf2\x39\xc6\x13\x3c\x76\x36\x08\x68\x8f\x7b\x41\x74\x5f\xc0\x15\x18\x6d\xf4\x9c\x6b\xf7\xcf\x69\x25\xb2\xd5\x87\xd8\xfc\xc2\x54\x24\xb7\x9a\x44\x3a\x54\x6b\x82\xe5\xd0\x23\xf5\x84\x59\x7a\xb2\xb1\xaf\xf8\x2d\xb9\xc1\x79\xfa\x0d\xce\x52\x64\xcd\xeb\x66\x5f\x89\x3b\x12\x47\xdf\x49\x95\x17\x0d\x38\x58\x5f\xb2\x5f\xf8\x23\x58\x9e\x55\x42\x82\x2a\x0e\xcd\x44\x6a\x88\x4f\x22\x1e\x40\x9d\xa6\x5f\xeb\xc6\x28\xf9\xb6\xdd\x7c\xbd\x9d\x7e\xde\xdb\xe9\x5b\x55\x60\x87\x10\x6e\xb3\x7a\xc8\x94\xd6\x36\xc8\x17\xa6\xf8\x4b\xfd\x0c\x7d\x43\x30\xac\xd9\x42\x5c\xc9\x85\x38\xa1\x71\x18\x6d\x22\x11\x69\x87\xc6\x1d\xd9\xb2\x28\x6b\xe1\x47\x66\xe8\x42\x96\x1b\x2a\x6c\x69\xb2\x09\x9d\x33\x40\x90\x91\x6b\x81\x25\xec\x48\x07\x4a\x0c\xac\xfa\xa1\xa5\xa6\x49\x95\x2e\x64\x18\x4a\xfd\x7a\xcf\x69\x0a\x64\xbc\xad\x61\xc1\x7c\x1e\x86\x24\x8b\x33\xb4\x55\x31\x56\xa8\x7d\x8f\xff\x33\x3b\x18\x00\x91\xd3\xc7\xd2\xa9\x89\xbb\xf2\xb1\x2e\xd1\x2c\x5b\x65\x55\x87\x68\x97\x34\x2a\xc1\xde\x60\x25\x1e\x06\x0d\x2f\xe2\x21\x44\x74\xb3\xad\xeb\x1e\x61\x66\xb6\x53\x87\x72\x0e\xc4\xd9\xd2\x15\x4d\xb4\x22\x43\x50\x80\x7e\x99\x8b\x0e\x46\x13\x0e\x7a\x55\xeb\x83\xb8\x9e\x82\xaf\x8a\x82\x58\x42\x1c\x4d\xe6\x47\x96\xf9\x31\x2e\x3a\xf8\x95\xfd\x30\x17\x5e\xd3\x3a\x11\x4b\x36\x42\x11\xca\x60\xea\x51\xd8\xb1\xb3\xd5\xea\xe3\x7e\xa4\x13\xbf\xd0\x6c\xb5\x22\x36\x8a\x4a\x2f\x3a\x45\xd4\xbb\xb7\x13\x56\x50\x7a\x3c\x3a\x70\xf0\xc7\x01\xfb\x10\x6b\x96\x71\xea\x44\x6a\x1d\xc3\x7c\xba\x68\xbc\x92\xcc\x9a\x1e\xaa\xe9\x3b\x22\x98\xaf\x58\xa6\x2e\x37\xac\xfc\x73\x36\xdd\xfd\xd7\x00\x95\x5e\xf6\xed\x3b\x4c\x66\x4d\x01\x3a\xb6\xb5\xf4\x88\x74\xe2\x5c\xde\xbe\x1d\xb1\x29\xfb\x55\x51\x9c\x6d\xc2\x40\xf1\x4f\x65\x3f\xf3\x85\xdf\x6e\xb3\xff\x1d\x68\xb4\x2e\xe9\x77\x74\x55\xdf\x32\x5a\xbf\x5a\xe3\xcd\xe0\xb8\xfc\x44\x88\x3f\xc8\x4d\xf3\x78\xa4\xde\x09\x1a\xc2\xdd\x38\x5a\x3c\xf8\xbe\x7f\xe0\xd6\x99\x2d\xb1\x3e\x73\xfc\x1d\x71\xf4\xff\x13\xd2\x81\x5d\x81\x38\xaf\x9f\x88\x3e\xb5\x9d\xa4\x88\xe8\xa3\x4e\xa0\xc4\x6e\x5f\x64\x0a\xc2\x30\x83\xbe\x65\x69\xcd\x08\x05\x75\xdb\x79\x92\x32\xe1\xc3\xa5\xd2\xe3\xb1\x0f\x59\x0f\x20\xfa\x22\x6d\x79\x20\x4f\x59\xe6\xc5\xee\x51\x2d\x27\x19\xc0\x00\x74\x4c\xe1\xff\x44\x41\xad\x2c\x29\xab\xc2\xf0\x94\x00\x55\x20\x42\x73\xa7\x88\x0a\x04\xa4\x1e\x19\x7f\xa9\xa9\xea\x2f\x60\x9a\xdb\xa1\x08\x39\x65\xdf\xb4\xb2\xac\x7c\x5a\x89\x3b\x51\x81\xc8\x81\xf5\x08\x49\x0e\x96\x9d\xb0\xb3\x7e\xcc\x2f\x93\x1f\x3b\x27\xb4\xf1\xe5\xa6\xdd\x20\xbf\xf7\x89\x65\xab\xd6\xfc\xb9\xf5\x03\xf4\x52\xdf\x58\x55\xba\xe9\x11\xc0\x4a\x14\x61\xb8\x21\xe0\x04\x5c\x95\xbb\xbc\x16\x34\xce\x6d\xf8\x90\xe9\xaa\x94\x02\x78\xaf\x2c\x2f\x34\x83\xed\xf2\xaa\xad\x90\x6d\x46\xe8\xce\xc8\x86\x62\x43\xe6\x82\x25\xc2\x4a\x65\x2b\x6a\x41\x18\xc1\x99\xbf\x9f\x8b\x1e\x8f\xb7\xd3\x4f\xb2\xa2\xb8\xc9\x3a\x51\x03\x05\x7d\x14\x7c\x88\xfc\x9f\x92\xb4\x47\x27\xb8\x36\xd4\xcf\xb8\xe3\x92\x8f\x41\x28\xcb\x7a\x56\xc8\x2a\x91\x29\x87\x0d\x9a\xa9\xa3\xe6\x79\xda\xa0\x2f\x47\x66\x7c\x4a\x9d\xc9\x01\x6e\xc9\xa0\x9d\x99\xcc\xd9\x92\xf7\xd8\x82\x9c\xe7\xe0\xd0\x2d\x97\xe0\xa3\xcf\x47\xb3\x45\xe6\xec\x7f\xf9\x64\x6e\xf6\xe5\xcc\x8a\x7a\x17\xe3\x71\x7d\xe5\x2c\x9e\x29\x18\xb1\x97\x49\xed\x74\xa6\xc9\x2c\x65\x12\x39\x4e\x31\xad\x55\xb9\xff\x5a\x7e\x96\x15\xb5\x00\x2d\x5c\xd9\x06\x41\x1a\xcd\xe9\x42\x4c\x77\x62\x57\x56\x1f\x40\xcd\x35\xd2\x2c\x21\x1f\xcd\x59\x0e\x51\xd5\x65\x9c\xa4\x51\x10\x40\x4c\xbc\xc7\x6c\x30\x48\x53\x69\x0c\x33\x54\xa7\xec\xc9\x9c\x65\x76\x4f\x6f\xed\x67\x2f\xf4\x01\xeb\xd1\xf4\xae\x64\x3d\x78\xc0\x0d\xa9\xf4\xd2\xc6\xb9\x1e\x86\xc5\x74\x9b\xd5\x10\xdb\xa7\xb4\xd6\x5a\x51\x15\x86\x95\x3b\x23\x7b\x0c\xce\x03\xa9\x68\x18\x2a\x52\x81\x5e\x9e\xb4\x71\xaf\x98\xa9\xda\xd2\xae\x8f\x23\x43\x4c\xce\x81\x96\x98\x7a\xb9\x97\x4f\x02\x59\x58\xe1\xcd\x82\x48\x7e\xeb\xe2\x4f\x2a\x8c\xe0\xf1\x72\x32\x5f\x50\x1b\xc3\x89\x48\x36\xa7\x4c\x5e\xf1\x3a\x0c\xeb\xc9\xe4\xe8\x3e\xde\xe7\x26\x1d\x87\xd2\x96\x27\x58\x09\x1c\x54\xe9\x79\x46\xf7\x0c\x40\x3b\x9d\x0f\x4a\x53\x53\xbc\x91\x17\x0e\xe4\xcc\x79\x86\x1a\x42\x70\x5c\xed\xe4\x1e\x18\xd5\x51\x79\x64\x45\xe9\x73\x16\xfd\x82\x64\xd3\xa8\xa6\x21\x58\x9e\xfd\xbc\x7e\x65\xb0\xb8\x51\x0e\xb6\x8e\xe2\xfb\x5c\x75\x02\xef\xb4\x7b\x54\x0e\xd3\x2f\x11\xcc\xaa\x6a\x8c\xf6\x33\xb6\xd6\xc7\x34\x92\x69\x3b\xa7\x98\x6a\x1a\x6f\x4c\x75\xd9\x03\x75\x2d\xa6\xf6\xa3\xfd\x78\x68\xde\x7b\x83\xf5\xad\x8e\x8e\x18\x14\x7e\x38\xa7\xd7\x62\x2d\xaa\x6a\xd0\x9e\x38\x49\x02\x59\xaa\x7c\xfd\x21\xd0\x9b\x6d\xb9\xa9\x44\x5d\x07\xcc\x23\x4a\x24\xc0\x85\x16\xd0\x33\xa9\x2f\x52\x96\x04\x95\xa8\xcb\xe2\x4e\x04\x2c\xd0\x74\xb3\x57\x80\x26\x10\x17\xc3\xa5\x74\x1f\xcd\x98\x2d\x68\x15\x60\xa9\x00\x99\xcc\x02\x4d\x84\xff\xdd\x42\xe7\xcc\x94\xa3\x0b\x4d\x99\xe4\xc1\x5e\xc8\x15\x30\x13\x39\x7f\xac\x55\xa6\x86\x06\x41\x1e\x59\x56\xdc\x67\x1f\xea\xa1\xf9\x8b\x9b\x43\x3b\x2e\xb8\x49\x9c\x8c\x13\x10\xfe\x41\xaf\x0d\xd8\x44\x8c\x91\x88\xe6\x85\xf2\x7d\xa7\x0e\x78\xde\x72\xe5\xb5\x04\xde\x0e\xa4\x8f\x51\xea\x48\x93\xea\x84\xe5\x73\x5b\xff\x86\x88\xa4\x4a\xfe\x98\x02\x59\xc5\xab\x45\x99\xe8\x93\x7d\xda\x39\xe8\xe1\x47\x73\xc0\xb0\x1c\x0a\xc6\xb7\x80\x1d\xd0\xdb\x2b\xdd\x25\x9c\x1d\x70\xea\xc0\x09\x4b\x4f\x27\xb3\x81\xea\xc3\x35\x0c\xa8\xdd\x48\xa7\x38\x16\x34\x92\x49\x95\xcc\xd2\x71\xa0\xe7\x79\x90\xe2\xc7\x72\x08\xf8\xd4\x7e\x12\xf1\x52\x99\xe0\x46\xa2\xdf\x7e\xf0\xc8\x74\x0f\x76\x16\x65\xeb\xf7\x37\x6b\x79\x84\xac\xd5\xc8\xf6\xfd\x42\x30\x77\x8d\x51\xdf\xbc\xa8\x73\xac\xe8\x47\xad\xab\x58\x01\xa7\x4f\x22\xae\x4a\xd4\xfb\x69\x0e\xc9\xf4\x52\xcd\x96\x14\x05\xd0\xae\x72\x5e\x74\x5a\x7d\x9c\x30\x48\x04\xef\xb7\x68\xf4\x7f\x51\x8b\x62\x3d\x81\x6e\x39\x80\x42\x98\x2e\x0a\x88\xc8\x76\x1a\xaa\xae\x1a\x0e\xda\x59\x81\xde\x43\x77\x00\xdb\x90\x82\xc6\x79\x6c\x02\x64\x55\x2c\x23\x25\x53\xec\x7b\x96\x53\x73\xf9\xb3\xe6\xd0\x22\x52\x8e\xc7\xec\xe9\x4c\x2e\x55\x99\x11\xd4\x03\x43\xf5\xbb\xfa\x30\xfd\x3d\xec\x93\x86\x71\x59\xf2\xa4\x4a\x29\x23\x79\xd3\x28\x3b\xbe\x90\x1b\x3b\xe3\x78\x64\x07\x9e\xc7\x85\x3f\xa3\x35\xb7\x55\x10\xcb\x0b\x55\x7a\xce\xda\xb9\x3c\x15\x0f\x4b\x01\xbe\x09\x5f\x94\xe5\xad\x3e\x73\x0f\x3f\x21\x15\x3b\x4c\x6b\xcd\x23\xbe\xaf\xb2\xa5\xa0\x4c\x8c\xe7\x2f\x39\x6c\xe4\x23\xce\x7f\x1e\xa8\xa0\x32\x93\x0d\x48\xa9\xa9\xda\x42\xc4\x07\x42\x23\xe2\x7d\x65\x23\x14\xb0\x9e\xf8\x79\xe2\x7f\x84\x9f\xc9\x46\xc0\x1c\xa7\x16\xea\x7d\xbe\x13\xe5\x41\x91\x83\x2e\xfb\xa9\x65\x5a\x69\xd6\x6b\x96\x26\x1f\xa5\x70\xbe\xcd\xc8\x8c\x55\x6c\x43\x72\x1a\xe7\xd1\xf7\xac\xea\xf4\x39\x53\xc9\xfc\x24\xa7\x5e\x70\xd1\xf7\xf0\xf0\xc5\xc9\x43\x08\xfe\xf7\x33\xac\x16\x7f\x8d\x98\xcb\x27\x8e\x2e\xb1\xdb\x24\x04\xcb\xd1\x87\xac\x3c\x65\x29\x55\x5f\xbf\xa1\x57\x45\xc6\xab\xe4\x85\x66\x0d\xab\xe4\x4f\xe9\x22\x47\x8a\xc2\x33\x5d\x2f\x56\x87\x21\x5c\x74\x08\x8c\xe4\xf5\x51\x57\xff\xa3\x89\x48\x93\x17\xa9\x45\xfc\xb2\x29\x1f\xf9\x29\x33\xc8\xa1\x77\x66\x66\xbb\x4d\xdf\x50\x86\xc5\x56\x3a\x41\x6f\x83\x94\x95\x40\x47\x52\x3e\x40\xa6\x4f\x29\x8c\x66\x38\x8d\x04\x30\x1a\xde\x5b\xbb\x2f\xf1\xcc\xed\xc5\x9a\x10\xe5\xae\x73\x4b\xca\xd0\x21\x5c\xaf\xa8\x92\x95\x94\x95\x47\x76\xbf\x15\x43\xbe\x20\x27\xf1\x2c\x25\x57\xac\xe2\x36\x9e\x23\xcb\xb9\x89\x15\xeb\x55\xa6\xf4\x66\x1e\xa1\x2c\x1b\x8a\x8c\xec\x6f\x01\x95\x3e\xf8\x21\x0d\xd5\x57\xfd\x4f\xbe\x9c\xc7\x27\xdf\x88\x24\x9b\x4c\x94\xe6\x53\xbd\x25\x0c\x27\xba\xe3\x51\x93\x3b\x75\xc5\xf5\x61\x4e\x1f\x9c\xec\x86\xa7\xd9\x62\x9b\x9b\x95\x66\x75\xb1\x91\xa2\xcc\xed\xa9\xba\x87\xa7\xb0\xa9\x12\xda\x34\x1b\x92\x27\x32\x0d\x43\xfd\x17\x0f\x4e\x4e\xc7\x5c\xe2\x1e\x68\xe0\x4d\xc0\xa2\xeb\x0d\xe4\x66\xfa\x33\xae\x74\x27\xe0\x2c\xbd\x89\x6d\x34\x04\xff\xe0\x97\x3f\x92\x4f\xef\xb2\xa2\x79\x23\x95\xa8\x64\x56\x34\xdf\x66\x72\x23\x9a\x6f\x75\xcf\x09\xb9\x14\x0d\xc2\xbf\x34\x60\x12\xff\xdd\xb7\x6f\x28\xd0\xe2\x67\x97\x8b\x73\x44\xa6\x8f\xe0\x03\x92\xf8\xb2\x00\xf0\x4f\x73\x39\xbd\xcf\x2a\x19\x86\x22\x0c\xff\xe1\x3c\x82\xb2\x9d\xa0\xfd\x2c\x36\x26\xb9\xfb\xd2\x85\xfb\x12\x78\xf0\x4d\x77\xa2\xae\xb3\x8d\x60\x02\x09\x0e\xc0\x00\xdd\xa2\x30\xfa\x53\x9b\xb3\x3b\xee\x3e\xc5\xf1\x57\x96\x3d\xed\x52\x7a\x84\x8e\xf9\xac\x33\x7b\xda\xdd\xf0\x0b\x42\x1f\x6f\x0c\xbc\x7f\x0f\xd6\xfa\xf5\xd7\x6f\x8d\xf7\xe2\x57\x65\xb6\x12\xab\x80\x7d\xa1\x49\xdc\x60\x5e\x44\xb4\xfe\x82\xda\xda\x12\x0c\xb3\x8c\x37\x43\x33\xf5\x33\x1c\x6b\x41\xa7\x48\xff\x3b\xba\xbd\x7e\x93\x89\xa0\xed\xc9\xa3\xe5\x61\x5d\x74\xd1\x39\x83\xfc\xdf\x67\xb9\x8a\xcc\x75\x67\xd1\x11\xb4\x23\x88\x27\x13\x53\x32\xe4\xbc\x9d\x9a\x02\x68\xd3\x10\x77\xc3\x47\x33\x36\x9a\x8d\xc0\x93\xbd\x93\xff\xe5\xac\x69\x3e\xeb\x2c\x8c\x1b\x96\xdc\xa6\x56\xcc\x08\xf9\xa0\x51\x1c\xdb\xc6\x82\x65\xb9\xdb\x17\x42\x81\xc9\xc8\x0d\x66\x78\xa7\x97\x41\xd3\x40\x7f\x99\x23\x9f\xff\x24\x0c\x47\x37\x7d\xb4\xbb\xe9\xaa\x7c\xb7\xac\xca\xa2\x88\x3b\x83\x6d\xbe\x48\x23\x72\x33\x00\x49\x7e\x66\xec\x4e\x33\xda\x81\xc3\xe5\xf3\x5f\xbd\x58\xde\x6d\xc8\x42\xa4\x5c\x4b\x3e\x63\x85\xd3\x13\xb0\x83\xb1\x60\x04\xa3\x0d\x8f\x57\xd1\xa7\x58\x38\xe9\x2f\x2f\x72\x79\x51\xea\x2e\xad\xa8\xf1\xe9\x60\x55\xb2\x4c\xd9\x68\x86\x26\x7f\xd6\x35\xde\xa9\x60\xf0\xb8\x3e\x9a\xc1\x46\xd8\x34\xa4\x86\x58\x85\x07\xbd\x95\xc7\x44\x5a\x05\x76\x4e\x99\x84\x6f\xd3\x88\x1c\xb8\x64\xf2\x44\xcb\xd7\x55\x79\x83\x6c\x5c\xa2\x8d\x8e\x51\x14\x2c\xaf\x0a\x30\xf3\x96\x44\xe9\x0a\x55\xac\x8e\xf3\xc8\x88\x70\x20\x65\xc9\xec\x23\xcf\x15\xa3\x8c\x55\x74\x88\x6d\x3d\x68\x54\xc4\x3a\xd3\x4c\x67\x8a\xb2\x23\xfb\x8e\x5f\xfe\x38\xd9\xd5\x93\x4b\xf6\x4f\x7e\x39\x41\x3b\x03\xea\x0b\xa8\x9e\x75\x05\xe6\x53\x55\x7e\xb7\xdf\x3b\x0b\x05\x97\xed\xef\x1d\x7b\x21\x6b\x8f\xf6\x1d\x0b\x76\xf5\xc4\xc3\xe8\xf9\x27\x7b\x86\x66\x0d\x9f\x0f\x2d\xb1\xae\x6a\x1c\x31\x9c\xfc\xfb\xd1\xd8\x53\x9c\xb7\x55\xfc\x2b\x50\x8f\xbc\x9e\x9a\x88\xbf\x68\x9f\xa1\xaf\xc6\x7f\x9d\x1e\xf2\xd5\x78\x7c\x84\x5f\x3e\x67\x7f\xf5\x83\xa8\x03\xa0\xd2\x90\x80\x3d\xf1\x4b\xeb\x61\xb6\x3c\x1e\xd9\xe7\x18\xcd\xdd\x07\x7c\xec\xbe\xc1\x55\x64\x44\xfb\x88\xae\xd2\x7a\xd8\x33\x3f\x1f\x33\x86\xcc\x8a\x2d\x4b\xb9\xce\x37\x87\x0a\x24\x08\xa8\x5d\x67\xea\xc8\x6a\xa1\xce\x05\x49\x45\xb5\x13\xb4\xc0\x02\x40\x9f\x48\xda\x14\xcd\x93\xbf\x13\x45\x53\x2e\x7b\x01\x72\xf1\x49\x45\xbb\x61\x60\xf3\x7e\x3c\x78\x6f\xe0\x71\xba\x03\x1c\x4a\xe7\xcb\x51\xaf\xe9\xfa\x78\xd6\x49\xc0\x1a\x1c\x59\xb6\x5c\x8a\xba\x3e\x27\x27\x6f\x8b\x6f\x1a\x35\x24\xb3\x55\x61\xe8\xf2\xc8\xd8\xe9\x64\x74\x15\x23\x54\xd1\xd4\x78\xcb\x24\x65\xad\x7a\x34\x96\x91\xa2\xa7\x82\xa7\x8e\x12\xaf\x3f\xdc\xfe\xe2\xae\xe0\xa4\xe4\x6e\x95\x66\x00\x89\xea\xc5\xbb\x56\x34\x56\x20\x9a\xfe\xbb\xae\x0b\xd7\x0d\xa6\xb9\xbc\xa8\xe2\x44\xa5\x91\xea\x48\x32\xa9\x6f\x21\x8d\x0c\x83\x09\xb0\x53\x25\x2a\x91\x69\x7a\x24\x7e\x57\x68\x1a\xef\xc5\x68\x26\x00\xaf\xfa\xd4\xc4\x33\x6c\xa1\x29\xb3\xf7\x54\x1f\x6a\xb6\x59\xfd\x3a\x53\xd9\xef\x9f\xf5\x6d\xdb\xc3\x70\xd4\xaf\x8f\xd2\x6c\x96\x7e\xfd\x4b\xf0\x7e\xf8\x2b\xfb\xc1\xfc\x0a\x61\xcc\x1e\x1e\xd1\xe6\xe1\xf9\xf5\xb1\xb9\x4e\xec\x75\x4a\x9f\x41\x98\xbd\xcb\xe4\xd5\xe4\x87\xd4\xa7\x36\x52\x9c\x98\xd6\xb5\xc3\xde\x8f\xa7\x43\x21\xf8\x58\xb0\xca\x54\x36\x09\xc6\xca\xb7\x82\x0d\x26\xcf\xc2\xa0\x8f\x25\x70\x32\xab\x20\xc8\x74\xc7\xec\x4f\x53\x4e\x38\xe7\xc9\x01\xfa\x14\xa8\xea\x00\x5b\xa3\xde\x0f\xd7\x59\x51\x8b\x00\x77\x5d\x12\x68\xca\x8e\xa0\x52\x00\x9d\x25\x38\xe7\x63\x31\x0e\x82\x78\x2c\xa2\xd6\x00\x36\xfe\xf2\xdd\xd7\x7f\x43\x6b\x06\x58\x3a\xf4\x48\xa4\x3d\x4e\xe6\xf4\xf1\xf8\x83\x37\x89\xd1\x55\x4a\xf2\x2e\x8e\xa1\x3c\xde\xfa\xea\xf1\x93\xa1\x34\xd9\x7e\x98\x9a\x87\x10\x71\xeb\x4b\xef\xee\xc8\x56\xdd\x77\x3a\xcb\xf0\x87\x29\x2e\x53\x5b\x07\xb3\x70\x5e\xf7\x5f\xa1\x8f\x3f\x18\xae\xca\x20\x3f\xfe\xf4\x54\xa9\x5f\xf6\x4b\xfd\xe9\x6c\xb1\x5f\x76\x8a\x05\x36\xc5\x33\x08\x38\xf9\x48\x2f\x3a\x01\xea\x86\x59\xa6\x0f\xd4\xa5\x67\xd9\xda\x99\x46\x68\x17\xe3\xa9\x7b\x40\x1b\xf4\x03\x90\x93\x12\x8d\xc1\x4a\x4f\x7b\x3e\xfa\x12\x9f\xb0\xc0\x74\xa2\x9e\x2c\x75\x60\xa3\x97\x49\xe7\x73\x88\xab\x39\x83\xa3\x82\xfe\x0e\xa9\xb8\xbe\x41\xbe\xba\x85\x44\xc3\xd9\x8a\x0a\xaa\xbf\x93\xca\x88\x58\xff\xa4\xf7\x79\x81\x0e\x96\x10\xa4\x7c\xf1\x25\xcc\x85\xfe\x67\x7d\x38\xcf\xdc\x5c\x9c\x8a\x5c\x8c\xca\x19\x8e\xbd\x3e\x8b\x8d\xf3\x0b\x35\xec\x80\x5e\xf2\x5f\x78\xd3\x09\x24\x84\x72\xf6\x7c\x4d\x4a\x8f\xe4\x3a\x74\x44\x47\x0e\x88\xb4\x7d\xc6\xc0\x3a\xc8\x7f\x00\x2d\x11\x54\x9f\xe7\xcd\xf4\xfd\xed\xfa\xe8\xf1\xd6\x67\x7f\x83\xc9\xca\x4e\x4f\x7f\xf8\x44\x77\xc0\xf0\xb4\xec\x2a\xe0\x07\x3e\x66\xa6\x56\xdb\x7e\xa3\x6e\x37\xb3\xeb\x97\x83\x38\x88\xe1\xfd\x56\x77\x47\x6b\x79\xc5\xc1\x27\x74\xfd\x10\xd0\x71\x00\x2f\x05\xac\xe2\x5f\xba\xfd\x88\xc9\x30\x04\x30\xe7\xee\x2e\x21\x69\xac\x73\x79\x4b\xc1\x37\xd2\x91\x94\x46\x55\xab\xb6\x81\x88\x8a\x47\xb6\x12\xa7\x95\xb2\xce\x3f\xb7\x53\x78\xa6\x93\xb8\xad\x0f\xab\x5c\xd8\x32\x88\x60\xe6\x1c\xa7\xf8\xed\xf4\x27\xc8\xae\xcf\x87\x35\x02\xce\x06\xb9\x74\xc2\x72\x6e\xc2\x07\x79\xef\x54\x93\x09\xb8\xe4\x12\x5d\xb2\x8d\xc0\x67\x01\x7b\xfd\x77\x29\x33\xdb\x4d\x09\xfa\x2e\xe6\xb4\x8a\x7e\xef\xdf\x4e\x4d\x5b\x70\x65\x53\x70\xed\x1d\x55\x61\x08\x4b\x15\x94\x2c\x20\xa5\x20\x9a\x3c\xb4\x35\x1d\x0e\xc9\x6f\xba\x1d\x72\x04\x0b\x47\x65\x70\x00\x24\x50\x3c\xd7\xcd\x92\x3d\xa2\x0a\xe7\xbc\x74\xfd\x44\xc8\xe3\x51\xa1\x44\xb9\x31\x96\x29\xce\xd0\x13\xb2\x74\x7e\x8c\x5e\x58\x1d\xf5\x90\x41\x10\x51\x5c\x30\xc1\x75\xf7\x32\xa9\x3b\xbb\x3f\xe5\xaf\x64\x6c\x07\xd9\x92\x36\x17\x2c\xc4\x71\x62\xd1\xf0\x6c\xef\xce\x11\xb7\xc4\x16\xdd\x79\x60\x96\x02\x33\x43\x2c\xd0\xbe\xde\x0e\xac\x66\xa0\xc0\xe8\xa6\x1d\x3c\x6f\xed\x0c\x4c\xce\xdf\x58\x81\xc3\xc5\x2c\x0b\x91\x55\x7f\x7f\xb2\x24\x33\x71\x70\x92\xb3\x24\x1d\x94\x0a\xfa\x2c\xdd\x9c\xe5\x5d\xd9\x13\x6e\x0e\x2c\xeb\x58\x6b\xd5\xbe\xbc\x6d\x32\xa9\x9a\x26\xef\x9c\x96\x4b\x96\x68\xa6\x09\x78\xb5\xa7\x46\x10\x47\x04\x1c\x83\xb0\x8a\x08\x84\x45\xa4\x21\x0a\x65\x92\xa5\x4c\x74\x26\x2d\xc6\xab\x81\x89\xa9\x77\x82\xf1\x98\x99\x3b\x98\x8b\x75\x7b\x7c\xab\x89\x2f\xb1\x53\x4e\x6c\x54\x41\xb8\xe2\x49\x1a\x6b\x26\x6b\xf5\xfc\x7a\xda\xd0\xeb\xd5\x98\xc4\x51\x22\x3e\x4d\xe1\xc1\xf5\x6a\xdc\xd0\x4b\x13\x52\x90\xe5\xdd\xa0\xc6\x3f\xda\x08\xd4\x94\x37\x94\x04\xe3\x4a\x8c\x03\x0a\xa7\xbf\x3f\xa4\xcf\x5d\xf0\xe8\x52\xf0\x24\x78\x5f\xee\x03\x16\x7c\x9b\x6f\xb6\x2a\x60\xc1\xc7\xa5\x52\xe5\x2e\x60\xc1\x57\x62\xad\x82\x94\x65\x82\x9f\x9c\xff\x59\x3d\x84\x80\x7c\xe1\x59\xdb\xf5\x10\xa1\xd1\xa0\x45\x9f\xc8\xca\xdd\xbe\xac\xc5\x0a\x8c\x08\x33\xe0\xcd\xbe\x2d\x4b\x03\xdb\x43\xfe\x8d\x62\x9b\xa6\x53\x08\x59\x02\x8e\x7b\x2f\x9f\xe9\xd2\x13\xf7\x4e\xb3\x76\x65\x29\x81\xeb\x23\x82\x63\x40\xb9\x5a\x7d\x28\x20\x1a\x20\x84\xf6\x6f\x8c\x87\x4b\x27\x35\x0c\x81\xc5\x0b\x43\xf7\xf6\xed\x74\x09\xf4\x28\x30\x39\x02\xea\x9d\x60\x0f\xa2\x67\xd9\xc1\x4a\x96\xf1\x17\x33\x56\xf3\xea\x14\xa6\xf4\xa2\x9a\x2e\x0f\x15\xf1\xa1\xe2\xfd\xde\x30\xbb\x0b\xd8\x0e\x2c\xb9\x9e\x40\x85\xe6\x9d\x25\x40\xcc\x12\xc8\xf0\xb7\xc3\xee\x46\x54\x89\x4a\xe3\x20\x88\x82\xbd\xde\x39\x0e\x1d\xf7\x87\x5e\xb6\xa6\xd1\x99\x46\x9c\x17\x61\x38\x5e\xd2\x30\xcc\x05\x1a\x06\xbb\xcf\xa1\x97\xed\x21\x0c\x0f\xc9\x47\x29\x38\xb3\x03\x7b\xb4\xbc\xe4\x2f\x58\xc1\x8b\xa6\xd1\xe9\xec\xc0\xc7\xcb\xa6\x99\xe3\xfa\xb8\xc5\x2e\x83\xca\x1e\xc6\x05\x65\x64\x3e\x29\xe9\x73\x32\x9f\x90\x52\x57\xfb\x72\xd9\x34\xd3\x3f\x51\x7a\xc5\x67\x61\x48\x32\x3e\xa3\xec\x70\xc9\xcb\x85\xff\x1e\x39\x3c\xe7\x2f\xa8\x7e\xd9\xe8\xae\x8f\x9e\xa1\xff\x81\x8f\x0f\x4d\xa3\xbf\x38\xd3\xbb\x61\x32\x4f\xe3\xc3\x98\xe8\xdf\xf1\x9c\x3e\x97\xc9\x8b\x34\x1a\xeb\xbf\xac\xd2\x6b\x70\x7a\x90\xb9\xe2\x05\xab\xa6\xb5\xca\x2a\xc5\x0f\xac\x9a\x0a\xb9\xe2\xe0\x32\x0e\x32\x8b\xb5\xe0\x8f\xde\xa0\x6d\x85\x0f\xac\xdb\x9f\x7b\x95\xe7\xa0\xc4\x72\xbe\x16\xfe\x41\x1b\xd1\x5f\xa7\x37\xe5\xea\x43\x27\x84\x88\xec\x39\x9f\x01\x2a\x86\x99\x3a\xca\x9b\x3a\xec\xa9\x50\xa7\x6e\xca\xe1\x8e\x1e\xdc\x14\xe5\xf2\x36\xa0\x0c\xaa\xc0\xf3\x4e\x98\xd8\x55\x3f\x0a\xaa\x66\x40\xd1\x5a\x61\xc6\xb2\x16\x7e\xa4\xbc\xca\x16\xe5\x78\x4c\x49\x05\xe8\xde\x66\x0d\x80\x6f\x78\xd5\x9d\xf9\x4c\xc5\xc4\xd5\x40\x8f\x42\x9e\x94\xa9\x21\x84\x95\xd7\x84\xa6\x41\xfc\x82\xa4\xd4\xb3\xb2\x57\x08\x87\x90\x78\xb0\xb0\xaa\xfe\xc2\x2a\x04\x58\x9c\x60\xb9\x5b\x3c\xb2\x45\xf8\xc5\x91\xf7\x45\x4c\x61\xc8\x46\x7b\x1f\x66\xd2\xba\x2e\x94\x7c\xe6\xda\x85\x9a\xa4\x1c\x81\xcb\x75\x0b\x7b\xf5\xd1\x4f\xce\x99\x29\xd7\xdb\xf2\x7e\x60\x25\xae\xcc\x36\x07\x0c\xeb\x36\x5f\x0d\x29\xe8\x4d\x1e\x7a\x64\xaa\xdc\x6c\x8a\xa1\x1d\x30\xb8\x29\xcb\x42\x64\x1d\x97\xdb\xd8\x30\xf8\xfa\xcb\xc4\x98\xa8\xeb\x2f\xd8\xeb\x93\x9d\xb7\x30\xdf\x89\x6f\xf1\xd7\xbe\x69\x6f\xf1\x65\xe4\x88\x81\x16\xee\xcd\xf9\xdd\x02\x2e\x35\x00\xc1\x04\x31\xf7\x77\x82\x5f\x76\x1d\x92\x7a\xfe\x48\x97\x39\xbb\xd3\xaf\x3f\x6b\x7e\xdc\x95\xab\x43\x21\x9e\x35\xd7\x97\x24\x8e\x7e\xce\xee\xb2\x46\x2c\x77\x19\xad\x97\x55\xbe\x57\x97\xf9\x62\x74\xa2\xba\xbf\x31\x2b\xc0\xae\xa3\xcf\xaa\x6c\x03\x4b\xa1\x1b\x48\xf2\xe6\x4c\x20\x49\xc5\x4f\x9e\xfc\x46\x50\x22\x68\x18\xac\xa8\xee\x63\x1b\xcb\x89\x05\x6d\x54\xa7\x7e\x1e\x13\xa8\x48\x0d\x45\xaf\xba\x43\xd4\xba\x4f\x8a\x52\x82\x39\xa4\xfe\x85\x2d\x68\x34\xa3\xbd\x3b\x07\x26\x6b\x81\xee\x58\xd7\xe3\x52\x89\x07\x95\x55\x22\x7b\xf9\x70\x75\xe9\xae\x03\x76\x37\x95\x25\x14\xff\x09\xbe\xc5\x01\x2a\xef\x4c\xc9\xbe\x2f\x64\xaf\x78\x17\xb4\xcc\x5c\xe8\x92\xf1\x12\x4a\x74\x65\x1c\x09\xce\x8d\x8d\xe0\x8f\x6a\x2b\xb2\x55\x94\xcc\x59\x70\x05\x4e\xbb\x2f\x03\x16\x5c\x5d\x9a\xcb\x94\x2d\xcb\x22\x4a\x5e\xb8\x87\x57\xcb\xb2\xd8\x54\xe5\x61\x8f\xd9\xdc\x9d\xf7\x86\xaa\x3a\x2f\x28\x4d\x1a\x4d\xa1\x70\xe9\x67\x5d\x45\xc9\x47\xfd\xac\x57\xaa\x32\xd9\xab\x97\x03\xef\xfc\x64\xda\x1f\x25\x33\x16\x04\x2c\x08\xd2\x63\x07\xdf\xab\xe5\x1e\x9d\xa4\xe5\x89\xb8\x8c\xa7\x71\xff\xce\x04\xef\x44\xec\x20\x1a\xfd\xce\xf8\xa6\xf1\x40\xa0\x27\x5b\x44\x92\xb2\x9e\x90\x14\x5d\x0c\x63\x67\x5c\x2b\x52\x06\x3e\x54\xae\x5d\x37\x27\x21\xae\x67\xb0\x2d\x59\x79\xc5\x55\xb5\x90\xe3\x31\x45\x12\x29\x12\x99\xb2\x60\x53\x94\x37\x59\xf1\xe9\x5d\x56\x04\xe0\xbc\x8d\x74\x5b\xf5\x9f\x51\x7a\xdc\x88\x29\xf4\x32\xd7\x17\xeb\xb2\x54\xfa\xc2\x8e\x2c\x5c\x67\x38\x87\x36\x60\x6d\x9a\xad\x18\x5c\xc0\xed\xca\xcd\xb0\xa6\x21\x1b\xa1\xaf\xdd\x6b\x66\xe6\xc1\xd4\x32\x51\xc9\x76\x87\x42\xe5\xfb\x42\xf0\xff\x63\xaf\xfe\x0f\x8e\xb5\x8d\x47\x96\xe2\xc4\x7c\xab\x29\x53\x13\xfe\x47\x7c\x7d\x3f\x5e\x5c\xb6\xe3\x7b\x7f\x0e\x05\xcb\x62\xb0\xb0\x35\x57\x67\xe9\x8e\x05\x98\x9a\xb1\x7d\xdb\x77\xab\xab\xfd\x62\x85\x4e\x24\x80\x92\xb5\x4a\x29\xc2\x86\x96\xb4\xaf\x58\x2a\x29\xb5\x43\xb4\x65\xa5\x87\x22\x55\xa6\x51\xd9\xea\x93\xde\x1a\x29\x61\x69\x04\x4b\x19\x07\x08\x8c\x0e\x55\x39\x43\xf4\x6a\x4e\x76\x86\x1f\x2b\x69\xd3\x24\x38\xc1\xe9\x69\xe8\x82\x25\xdf\x88\xa4\x4e\x9b\x66\x23\xa6\x76\x45\xb0\xcc\x23\x06\x4b\xcd\x1b\xdd\x4e\xb7\x6a\x57\x7c\x53\x09\x63\x1f\x5d\xd2\xf1\x52\x73\x49\x07\x80\x61\x40\xe4\xa7\x8c\x67\x2d\x61\x58\xb4\xed\xcb\x7c\xf3\x6e\x46\x32\xbe\xf6\x0d\xd1\x7d\x7c\x59\x1e\x04\x28\xe2\x34\x10\x3c\xb6\x71\xef\xc5\x03\xb2\xea\x36\x6a\xc8\xba\xf7\x96\x1e\x8a\x45\xc9\xb7\xc9\xca\x62\x7f\x54\xe0\xdc\x65\x6c\x38\x4b\x56\xd1\x97\x93\x39\x05\x1b\x30\x83\x52\xe6\x3a\xb9\xe0\x68\xf6\x90\xf1\x0f\x82\x74\x3b\xb7\xa4\x2c\xc0\x7d\x29\x00\x54\xb3\x1b\x41\x32\xca\x30\xe6\xfa\x01\xbe\x98\x25\x07\xc4\xff\xb0\x23\x65\x71\x2e\x03\xea\x1c\x85\xcb\x36\xce\x2b\xb0\x8c\x0f\xb0\x8f\x26\x3f\x4e\xd3\xe7\x54\x9f\xd4\xa6\x64\x3a\xa6\x0d\xf5\x26\xe7\x2b\xe1\x87\x1f\x70\xc9\xb7\x5e\xb2\x17\xc2\xfd\x6b\xd1\xf5\x2b\xe6\x9c\xf7\x0c\x94\xcc\x93\x9b\x2e\xd4\x6b\x6b\xbf\x7d\x3c\x82\xab\x31\x09\x00\x29\x16\xb8\x0a\x8f\x1f\x7c\xdf\x43\x6b\x03\x1b\x19\x56\xf7\xb4\xa5\x4e\xbf\x04\x33\xb5\xbe\xc8\x07\x04\x1c\x12\x24\x9c\x55\xd3\x48\x26\xdd\x09\x59\x51\xf8\x40\x0d\x1f\x50\x49\x9d\xb2\xd2\xe3\xaa\xf2\xb5\x71\x99\xa9\x10\x24\x86\xf3\x3c\x26\x39\xd7\x07\x7a\x57\x44\x64\x1e\x84\xe1\x80\xc2\x4b\xea\xec\x15\xab\x5c\x66\x73\xeb\x55\xc1\xc0\x8e\xe7\x34\xe7\xb7\xc2\xcd\x8b\x51\xee\x50\x03\x7c\xd0\xfc\x12\xce\x1d\xb9\x66\xdf\x07\xce\x9d\x84\x4e\xcb\xf5\x9a\x08\xb0\xe7\x19\x32\x36\x3c\xb2\x7c\xba\x39\xe4\x2b\x9e\xc1\x0f\xe0\xe6\xc1\xfd\x2d\xfc\x8c\xc7\x10\xde\x62\x40\x4c\x22\xee\x84\x54\x20\x09\x30\xce\x0e\x39\xab\x50\x19\xdc\x8e\xd4\x3b\xa7\x29\x91\x31\xf9\xd2\x29\x0e\x46\x73\x10\x69\xba\x02\x74\xda\xa3\x0b\x94\x1e\x8d\xe6\x6c\x0b\xb1\x61\xaa\x13\x0d\x10\xca\xd0\x0d\xc1\x87\xcf\xc2\x91\x6e\x1e\x8a\x69\x5e\xbf\xaf\xf2\xcd\x46\x54\xc6\xff\x4a\xa1\xf7\xa6\x35\x93\xa6\xc4\x7e\x11\x60\x0c\xb2\x02\x4e\x8c\x8f\x47\x3a\x5d\x89\x42\x6c\xf4\xa2\x46\x9f\x7a\x90\x0f\x7e\x53\x95\xfb\x6c\x93\x61\x63\xdd\x08\x94\x03\xf6\x43\x5f\xb6\xe2\x61\xc5\x4a\x10\x6e\xda\x9a\x31\x53\x0f\x42\x59\x39\xe2\x9c\xe4\xdd\x8a\xd3\xa6\xa9\xe2\xce\xeb\x10\xe6\x1c\xc2\xca\x8f\xf4\xe8\x3b\x4d\xb5\xae\xd1\x9b\xdd\x4e\xac\xf2\x4c\x89\x4e\xd5\x98\x00\x1f\x2d\x21\xd5\x6b\xa4\x94\x04\x41\x25\x11\x9f\x01\x69\x57\xd9\xaa\x10\x3a\x5f\x33\x8a\x5d\xdb\x2d\x0a\x7b\x8f\x38\x59\x73\x99\xcc\x52\x76\x3b\x05\xcb\x86\x56\x23\x4d\x59\xe9\xf0\x9e\xad\xcf\x26\x7b\xaa\x8a\xe0\x65\xd2\x0a\x04\x5b\x11\xb4\x26\x88\xdd\x39\xf0\x4a\xd0\xa3\x49\xe3\x8f\xb8\x93\x47\x8f\xa7\x9e\x71\x9d\xd8\x13\xfe\x06\x69\x63\x3f\xb0\x3b\xfb\x19\x98\x1d\x9f\x5b\x37\x46\x39\x35\xf3\x0a\xce\x84\xa4\xe4\x92\xda\x14\x96\xf3\xd2\x81\x55\x40\x1f\x9e\xf1\x48\xcc\x04\x98\x49\xd8\xc5\x22\x7b\x8b\x85\x91\x25\xbf\xc3\x26\xd4\xb4\x69\xbc\x3b\x6e\xb4\xed\xb8\x83\x00\x11\xa1\xb0\xfb\xdc\x99\x3a\x00\x66\xa5\xbb\xe3\xbe\xba\xa3\x35\x12\xf4\x87\x4a\xac\xc0\x99\x4e\x21\x02\x00\x3e\xd2\x67\x41\x40\x7c\xc0\xc5\x2e\xbc\x95\x6e\x23\x38\x53\x56\x70\x62\xf4\x03\x01\xf5\x35\xbf\x7a\x43\xb6\xcc\x43\x01\x6a\x5f\xbe\xe3\xa4\xe6\x0f\x66\xe3\x56\x49\x91\x1a\x00\xa2\x79\xca\xf6\x9c\xd4\xc9\x0b\x13\xdf\xc8\xa0\xe1\x4c\x2d\x1c\x0e\x65\xab\x30\x24\x6b\xde\x5f\x74\x2b\x58\x74\x6c\xc5\x49\x1e\xaf\x3b\x4b\x2f\x5a\x4f\x6f\x72\xb9\x32\x51\x11\x56\xec\xec\xbb\x07\xde\xaa\x43\x00\x5c\x6d\xc5\xca\x2a\xdf\x40\x19\x3b\xd4\x1c\x56\x8e\x80\x48\xa6\x07\x26\xc2\x61\x62\x76\x80\xa3\x9c\xf9\x88\x18\x11\x0c\xf7\x19\xb8\x0c\xdc\x47\xf5\x98\x3b\x02\xb5\x37\x50\x3f\xd3\x80\x1e\xf5\x9a\x27\x5b\xbe\x44\xee\x8a\x98\x4b\x9e\xa4\x2d\x61\xf9\xa4\x3c\x48\xc5\x67\x6c\xad\x57\xdf\x61\x1f\x86\xa3\xf9\x88\x73\x73\xd7\xe2\x56\xec\x59\x06\xa2\xc0\xbe\x35\x91\xa6\x49\x27\x16\x46\x2b\x96\x51\xca\xd6\xfa\x81\xee\x67\xfd\x6b\x4b\x3a\x50\x76\xb0\xd3\xda\x4e\xd3\x6e\x02\xc7\xee\xa0\x94\xe5\xf1\xd6\xba\xa4\x6c\xbb\xf5\x1d\x8f\xd9\x8c\x1d\x68\x64\x38\x9f\x43\x4b\xb1\x71\x61\xea\x46\x7a\x6a\xae\x7f\x63\x81\xb6\xfa\xde\x30\xf4\x97\xeb\x5d\x18\xfa\x8b\xc8\x02\x83\xfe\xce\x29\x9b\xaf\xc9\xff\x68\xd6\xe2\xe7\xce\x4e\x3e\x18\x5e\x4e\xaa\xa7\x27\x2f\x84\x12\x61\x35\xaf\x21\xbe\x57\x2f\x82\xd2\xf5\xf5\x94\x06\x63\x3b\x87\xae\xaf\xa7\x24\x8e\xa6\xcf\xaf\xaf\xa7\x0d\x0d\xe8\x38\x20\xfa\xea\x19\x0d\x20\x68\x05\xdf\x7a\x30\x5c\x0b\x7a\xe0\x5b\x40\xe1\xca\xc3\x70\x37\xe2\xfc\x30\xb5\x13\xbf\x69\x00\x88\x5f\x8f\x2a\xa4\xe3\xb0\xd7\x61\x38\xaa\x71\xfe\x1e\xa6\x6e\xfa\xea\x7d\x27\x0c\x2b\xc8\x57\xbb\x00\x91\x24\x78\xfe\x5c\x73\x46\x55\xd3\x8c\xda\x74\x3d\xa5\xb7\x1d\xe8\x2d\xff\x9d\xde\x94\x99\x4c\xd8\xda\xc8\xf9\xc2\xd0\x5e\xb5\xb3\x92\x2e\xb2\x30\x1c\x6d\xdb\xdd\x48\x33\xcd\x59\xb5\x2a\xef\xa5\x5b\x12\x36\xc1\xbe\xb5\x67\x1e\x75\xbc\xf5\x8d\x24\x89\x60\xab\xf6\xa1\xd5\xee\xc1\x32\x6c\x61\x9b\x57\x17\xb9\xbc\x58\x52\x3b\x96\x4e\x61\xb6\x1a\xeb\x49\x01\xd3\x74\x34\xa3\x8b\xbe\xc5\xc8\x12\x66\xa4\xcb\x1d\xe0\x47\x2e\x70\x42\x06\xf4\x08\xae\x51\xfb\x13\x9f\x93\x8e\x47\x9f\x9e\xf6\xa0\xcd\x40\x8e\xbf\xaf\x36\xd3\xe7\x1c\x5b\xad\x75\xfe\xa0\x19\xb4\x82\x13\x8f\x3f\x08\xec\xd7\x9a\x66\x68\xe3\x48\x96\x88\xbd\x06\x13\xed\x70\x32\x5b\xdd\xd3\x47\xd4\x0c\x01\x56\xc3\x92\x29\x3e\x5f\xa8\xab\x7e\x5d\x00\x02\x05\x30\xc5\xdd\x13\x13\x89\x75\xd9\x4e\x72\x88\x11\x81\x0a\xaa\xd1\x41\x33\x1d\xaf\x4d\x17\x34\x0d\x8c\x5d\x27\xcd\xf3\x92\x5f\xba\xa3\xa2\xad\xa3\xa1\x44\xb5\x9f\x89\x15\x08\xc8\x42\x72\x9e\x25\x6a\x3c\x4e\x69\x18\x8e\x96\xd3\xbc\xf6\x58\x89\x77\xaa\xdc\xef\xc1\xcc\x16\x8d\x20\xa7\xcb\x43\x55\x09\xa9\x4c\xd5\xf2\xa9\x28\xc4\x8e\x49\x5d\x4a\xc9\x73\xf7\x99\x44\x7a\xc5\x0d\xb1\x28\x5e\xb9\xcb\x69\xe5\x96\x89\x99\x93\xe5\xd4\x4f\xf1\x33\xd8\x03\x96\xbf\xb0\xc8\xd2\x7c\xf7\xeb\x9b\x9f\x79\xc9\x96\x53\xbd\x1d\xf1\x12\x7e\x5a\x8b\x2f\x52\x71\x72\xc2\x8e\x96\x6e\x31\x1b\xbe\x14\x0b\x6a\x9a\xd2\x36\x85\x9a\x4d\xdd\xb4\x14\x70\x4f\xe1\xa0\x40\x96\xd3\x4a\xd4\x87\x42\x71\x10\x3a\x2f\x4f\x79\xc2\xe5\x29\x57\xdb\xaa\xef\x0e\xd3\x7d\x59\x2b\x3b\x76\x61\xd8\xbd\xef\x8c\x25\xb3\x5f\x02\x2b\x2d\xec\xe0\xf3\xc6\x2e\xb0\x06\x92\x94\x2d\xb9\xea\x52\x0a\x56\x70\x31\xc5\xb0\x23\x30\xcd\xc2\xb0\xf0\xad\x59\x48\xb0\x2c\xf2\xe5\xad\x1f\x47\x41\x4c\x31\x50\xc3\x4b\x3e\x37\x96\xa6\x85\x66\x7e\xb6\x79\xbd\x28\x78\xd1\xf1\x43\x07\xa6\xd4\xe0\x72\xf9\xc5\xda\x52\x47\x6d\xf4\x07\xb0\x48\x2e\x5c\x44\x74\x33\x55\x8d\x37\xee\xe3\x91\x61\xb0\x83\x25\x48\xa0\x1c\x07\x9b\x25\xb9\x1e\x41\xc0\x43\x75\xc4\xd0\x06\xd6\xcd\x92\x3c\xe5\x55\x87\x81\x88\x6f\x09\xc2\xaa\x18\x03\x1b\x52\x80\xff\xa6\xc1\x1c\xc2\x47\x26\xde\x6d\xe1\x36\x33\xca\x74\x49\x61\xe8\x7c\x5b\x17\x2d\x1b\x5f\x1b\x84\x59\x3d\x0b\xa2\xa2\x1d\x87\xf2\xe8\xcc\x6e\x0a\xe3\x6c\x75\xa5\x7e\xf3\x2d\x65\x71\x22\x01\x0e\x17\xb8\x6d\x3d\x4f\x7a\xa3\x3a\x6c\x2a\x7a\x72\x3a\x60\x82\x3d\x0a\x79\xd8\x09\x6b\x25\xda\xb7\x1a\x05\xe3\x4d\x40\xf4\xf2\x0e\x93\xd6\xd4\x49\x2f\x80\x5c\x66\x05\x14\xea\x2c\x59\x86\x9e\x75\xb4\x8a\x4f\xbf\x7e\xf2\x24\x11\x69\xcf\x6a\xf5\x6c\xfb\x8c\x49\xc2\x6f\x34\xe9\xbe\xca\x95\xbd\x36\xc6\xb2\x60\x80\x71\x64\xeb\x7c\x18\x70\x24\x71\xc6\xbf\x69\x2c\x22\xbd\x4b\x98\x9e\x04\xe3\x37\x43\x11\xa2\xc7\xa2\xcc\x56\xd1\xa3\x2c\x3f\x3e\xdc\x18\x9b\x5b\x06\x53\x38\x7a\x04\xd6\x71\xc0\x3e\x52\x57\xb8\x69\x9c\x7c\x60\x6f\x88\x94\xb2\x00\x9b\x6a\x0a\x05\x84\xe1\x27\x44\x31\xab\x75\x08\xc3\x77\x80\xc3\x88\xcb\x43\x9f\xc2\xd8\x68\x7e\x64\xe6\x94\xf1\xbf\xf3\x15\xca\x74\x6b\x9c\xc4\x7b\xc0\xd2\xd3\xd2\x87\x7f\xf1\x23\x66\x0b\x75\xdf\x69\x1a\x78\x9e\xc1\xb6\x7d\x23\xd6\x65\x25\x0e\x12\x3b\xd6\xa7\x72\xdd\x1a\x58\x42\x2d\x0c\xb5\xd3\xf4\xa7\x33\x87\xc0\xc0\xb5\x93\x32\xc5\x7a\x82\xee\xc2\xbd\x47\x8f\xc7\x23\xba\x9a\x38\xbe\xe5\xc4\xa4\x5e\x0c\xb9\x7e\xe8\x0f\x0e\x79\x84\xa0\x69\xa2\x5d\x77\xa7\xe1\xbf\x47\x30\x65\x3b\x70\x55\x98\xb5\x85\x8b\xf5\x27\x1b\x53\xe0\x6c\x8a\xe4\x30\x1e\x58\x45\x16\xdf\x09\x6c\xd1\x31\x1b\x26\xe4\xb5\xd9\x5c\xbe\xc1\xad\x46\xac\xb8\xc3\xb2\x74\x49\xd6\xe0\x0e\xe8\x78\xff\xa1\xd9\xbb\x84\xdf\x71\xf1\x2b\x11\xdd\xda\x4f\xe2\xb6\x6e\xe7\x41\x18\x7e\x84\xdb\x01\xdc\x79\xc6\xc5\x36\xa5\xdd\x02\x22\x9b\x86\x05\x75\xd9\x04\xd1\xbd\xc7\x2c\x80\x69\x2b\x56\x2e\x4b\xe7\xde\xe8\x2b\xb1\x0b\x98\xc2\xa3\x22\x1c\x3f\x7d\x39\xcf\x54\xe5\x3b\xf1\x4e\x65\xbb\x3d\xc7\x1e\xb5\xb7\x4d\xf3\x3a\x53\x62\x2a\xcb\x7b\x62\x24\x42\xed\xe2\x07\x7c\x88\x8e\xb5\x7f\x0b\x47\x16\x99\x51\x62\xa7\x5d\xad\xfb\x68\x88\x35\xc2\xf4\x27\x78\x1c\xcc\xf0\x2e\xdf\x1d\xa0\x7d\xd1\x68\xce\xba\xac\xc2\xa9\x6f\xf4\xe9\x9c\x58\x9c\x9b\x00\xaf\x04\xd3\xbb\xb7\x79\xec\xbe\x02\xb1\xac\x7a\x0c\xc9\x91\xf5\xf8\x91\x7f\xe5\xc3\xa7\xed\x7a\xea\xd3\x27\x8c\x0f\x7e\x7b\xa8\x97\xfe\x95\x4a\x3c\xd1\xcb\xbf\x55\x9b\x33\xa2\x3c\xd4\x96\x9f\xd4\xf6\xe8\xc0\x96\xb2\x42\xfd\x55\x7c\xd0\xbb\xcc\x0d\x6c\x08\x00\x6b\xb6\xd4\xeb\xbc\x70\x5b\xd3\x36\x93\x1b\xb1\x7a\x5f\x1e\x00\x6c\x5e\xa7\xa8\xaa\x30\x6f\xad\x84\xca\xf2\x42\x5f\xc1\x60\x7c\xb3\xcd\x6a\x78\x69\x27\x54\x66\xb2\xec\xb3\x8d\xf8\x87\xbd\xf8\xa7\xbe\x00\x53\x4a\xf3\xf4\x2e\x17\xf7\xe6\x2b\x15\x6e\x84\x2b\xfb\xd5\xea\x13\x73\x7d\x8b\x59\x6f\xc5\x07\x9b\x62\x42\x77\xb9\x2b\xac\x56\x91\x0b\xa9\xfe\xd1\x5e\xc2\xc7\xca\xf5\xba\x16\x98\x8a\x97\x90\xba\x2f\x73\xa9\x44\xf5\x66\xe5\xdd\xc0\xa1\x5b\x57\x6f\x59\x09\x21\xff\xd1\x5e\xc2\x1b\xb8\xfc\xbd\x5e\x50\xa5\xd1\x31\xe0\x8d\x4b\xbf\xdf\xe6\xcb\x2d\x6c\xac\x9e\x2c\x52\xf7\x7f\x0b\x71\x85\xc1\xea\x50\x13\x91\xcb\x80\xdd\x14\x87\xca\xdc\x96\x07\x15\x0c\x80\x03\x75\xf9\x7a\x91\xf2\xfe\x76\xdd\x22\x2f\x39\xab\xc7\xaf\xcf\x6d\xba\xa7\x79\xcf\x6d\x9d\x9e\x86\x86\x75\x64\x13\x0a\xa2\xfc\xd9\xf6\xec\xca\x43\x2d\xf4\x82\xad\xa2\x00\xae\xcb\x3b\x51\x05\x0c\x2e\x0b\x91\xdd\x09\x9b\x7c\x50\x81\xed\x6d\x93\xdd\xdc\xe1\x0b\xe6\xc6\xbc\x62\x1f\xfd\xde\x1e\xe9\x56\x90\x59\xe1\x49\xa4\x0c\x63\x7a\xc2\x11\x58\x64\x51\x08\x22\xd0\xa1\xcf\x10\x4a\xc5\x9d\xba\x9c\xf9\x92\x89\x6f\x5c\x35\x8d\x67\x7c\x07\x30\x4a\x4d\x63\x62\x06\xf2\xf6\xcc\xc5\x24\x77\xe7\xac\x61\x45\x09\x33\xef\x00\x18\xb8\xe9\x51\xcf\xc0\xa6\x13\x9c\xce\x9a\xc9\x99\xba\xbc\x6f\x8d\x5b\x21\xfd\xc8\x4a\x79\x2a\x31\x3b\x97\x9d\xcd\xf5\x0b\xeb\xf5\x39\x2f\x2b\xb0\xfb\x3e\x25\xb2\x3a\xc5\xf5\x8a\xdd\xfd\x2b\xbf\xab\xd8\x2d\x11\xbd\x03\x3e\x6a\x8b\xaa\xf6\x4c\x1b\x57\xae\x8b\xc6\xc1\x34\x18\x7b\x8f\xa2\xf6\x11\xb8\xe8\xe3\x41\x88\x55\xee\xb8\x0a\x14\x6d\x58\x2b\x67\xc2\xe1\xe4\x17\xb9\xbc\x10\x14\xa9\xec\x7a\x0d\x98\xec\x22\xc9\x07\xf1\x2b\xe1\x34\xae\xc2\xb0\xc5\x69\xf0\x10\x7a\x01\x1d\x46\x31\xe5\x94\x78\xc0\x5b\x48\x90\xf3\xdf\x1a\x00\xbf\xf3\x4a\xac\x8e\xcd\x3d\x93\xc6\xca\xdf\x58\x19\xfd\x24\xf8\xe5\x15\x2a\x5d\x9b\x2b\x30\xb8\x6a\xae\x8a\x5c\xde\x5e\xe6\xec\x57\xc1\x2f\x8d\x35\xcc\x75\xfd\x9c\xc4\x51\xf2\x23\x4f\x1b\x7e\x5d\x3f\xb7\x46\x32\x53\x7a\x99\xb3\x4f\x04\xbf\xfc\xf1\xba\x7e\x7e\x35\x22\x71\x74\x9d\x7c\xf2\xfa\xd5\xfb\x57\xd7\x49\x33\x99\xd0\x46\x27\xa4\xd7\xa9\xbe\x7e\x79\x5d\x3f\x7f\xe6\xbb\x19\x7d\xda\x55\xa3\x22\x82\x99\x26\xf4\x9a\xcd\xfd\x84\x9c\x42\xe9\x29\x1f\x7e\x2d\x50\x55\x40\x0d\x0c\xb5\x85\x61\x23\x01\x58\x43\x04\x34\x99\xa5\x4d\xe3\x61\x76\xfd\xad\x1b\xf3\x0b\xe6\x39\x41\x73\xb3\x73\x71\x0b\xc7\xc1\x65\x30\x36\x1c\xa1\x57\xd2\x57\xa2\xe7\x8a\x74\x89\x56\xa9\xad\x1a\xda\xc5\xd3\xf9\x13\x8d\x85\xcf\x58\x3a\x2f\x93\xc8\xf2\xbe\x27\x5f\xf5\xbf\xf4\x5a\x0c\xca\x1b\x16\x27\x11\xda\x80\x31\xee\x8a\x9b\x49\xed\x14\x44\x4e\xcc\xec\xe6\xa3\x93\xfc\xa9\x13\xc9\x1f\xab\x0d\xd2\xd6\x8c\x55\xbc\x4e\xf2\xb4\x6f\xa6\xd2\x51\x8b\xb2\x9c\xe9\x3c\x89\x4c\xe9\xe2\x87\xee\xf7\x4b\xde\x7a\x31\x51\x96\x71\x1f\x1b\xac\xa4\xcc\xf8\x9c\xb0\x4c\x4f\x43\xd7\xe2\x6f\x44\x37\xae\xca\x99\xc0\x97\x2d\xfa\xbc\x0c\x43\x7b\x6c\xc2\x2e\xa6\xb1\xb2\x33\x93\xbb\x88\xa5\x91\x79\x01\x0d\x13\x03\x6b\xbc\x05\xf7\x4d\x43\x54\xc7\x2c\x8b\x77\x11\xeb\x3d\x5d\xef\x2f\x9e\x79\xb0\xe2\x4b\xa2\x70\xf9\xd8\x38\x42\x68\xc1\x32\x63\xdb\x36\xee\xd5\x8a\x6f\x27\x73\xb6\x07\xec\x6b\xb6\xe3\x1b\xb2\x07\xf9\xff\xae\x69\x00\xdd\xee\x54\x75\xbe\x0f\xc3\x91\x6f\xb2\x16\x86\xbf\x9a\xe6\xed\x3d\x44\xfd\xde\x32\x77\x60\x35\x62\x2a\x7e\x21\x39\x5d\xec\xc2\x10\x9c\x8b\xf9\xde\x13\x6d\xe5\xac\x04\x8b\x12\x42\x29\x65\xbf\x08\x40\x68\x01\x52\x8d\x36\xc3\x5b\x18\x33\x92\xf3\x7b\x3d\x2d\x20\x46\x57\xd7\x92\x76\x34\x67\x82\x55\xb4\x83\x80\x08\x3a\x7c\xcf\xd6\xc4\x77\xe5\x2a\x29\x2b\x9b\xa6\x32\x12\xa7\x9a\x83\x7c\x74\x97\xed\xc9\x07\x41\x72\xcf\xc8\xe3\x6f\x82\xb6\xee\x98\x57\xdb\xc5\x7a\x3c\xa6\x05\xcf\xd9\x7a\xc4\xf9\x0a\xe2\x72\xdc\xa2\x39\x1d\x29\x18\xb8\xd8\x53\x56\xeb\x13\x0a\xda\xba\x64\xec\x83\x7e\xe0\x8a\x83\x60\x0a\x28\x5a\x4f\xd6\x29\x2b\xd8\x1a\x5a\x57\x1b\x03\x92\x2c\xc9\x5a\xc4\xe5\x5e\x03\xb1\x76\x19\xfb\x4a\x50\x3d\x8e\x8b\xf5\x55\x6d\x2a\x93\xe9\xa2\xac\xbd\x49\xe1\xdb\x9b\x8c\x9c\x8b\x4b\xd1\xb5\xcc\xd2\x35\x74\x7b\xf2\x81\x15\x10\x9c\x6d\x5a\x57\xcb\x30\x0c\xd0\x1c\x53\xcf\x3e\xbf\xb0\x5e\x68\x88\xdb\xe9\x4f\xe2\x2e\x2b\xbe\xab\x8a\x30\x1c\x15\x53\x59\xbe\x85\xb7\x74\xb9\xf6\x01\x16\xc8\x1e\x65\x29\x97\x22\xd2\x79\xe4\x52\x34\x4d\xd1\x23\x67\x90\x1c\xd0\x23\x3b\xd0\xe8\x5e\x7f\xb1\xb5\xe3\x71\xbe\x9a\x9f\x08\x88\x12\x51\xb0\x03\x75\x12\x36\x8f\x12\x7d\x2b\x4e\x22\x08\xb0\x9c\xab\xd8\x87\x80\xa7\x91\x60\x25\x9f\x2d\x4c\x5c\xa1\xca\x18\xeb\x82\x59\x6f\xd3\x68\x52\x5e\x79\x3e\xe4\x7a\x4c\x45\x26\x81\x5e\x7c\xc0\xb8\x83\x55\x27\x3a\x30\x91\x60\xbc\x5f\x51\xb0\x01\xd2\x59\xbc\x41\xee\xe4\xed\x18\x5e\x7b\xa1\xd9\x84\xef\xa4\xe9\x9b\x52\x0d\x0a\xac\x00\x63\xf8\x84\x67\xf1\x6c\x32\x40\xd4\xdb\xb3\xec\x84\xc0\x3d\x16\x50\xb8\x6f\x08\x1a\x86\xa4\xef\x49\x3f\xef\x79\xce\x1a\x5f\x5e\x8c\xf5\x60\x75\xf8\x60\x15\x55\x53\x83\x6b\x4c\x4a\x7d\xeb\xad\x11\x0b\x54\xfc\x8d\x20\x65\x52\xa5\x2c\x03\x34\xec\x7c\x4d\x14\xa0\x12\x53\x94\xef\x96\x4d\x03\xaf\x31\x30\x60\xf3\x0b\x2c\xfb\x05\xbd\xee\x14\x04\x9a\x25\xd8\x79\x6a\x17\x62\x1f\x6b\xe4\xf5\xbf\x17\x1f\xe9\x46\xaf\xc1\xd1\x32\x0c\xc1\x7c\xd3\x1b\xa2\x1a\x7d\x8a\xe4\x89\x7b\xa0\x1f\x25\xb0\x02\xbb\xfa\x0e\xf3\x0c\x93\xc8\x77\x63\x14\x6e\x1e\x81\xa5\x83\xa4\x06\xb3\x5c\x26\x5f\xb6\x3e\xd5\x90\x64\x77\xba\xd6\xc1\xde\xa6\xe4\x49\x95\xc6\x3d\x66\x08\x02\xfa\x75\x35\x6e\x60\x0f\x65\x35\x6e\x0b\xff\x03\x86\xed\x3a\xca\xe4\x07\xcf\xc9\x9e\xf8\xb7\x96\x33\x3b\x9e\x3a\xcc\x42\x20\x9c\x41\xa8\x5d\xc7\x93\x0d\x6b\x9a\x4f\x33\xd2\x81\x18\xce\x26\xcf\x89\x1b\xa9\x38\x75\xec\x17\x31\x46\x1b\x41\x8b\x73\x63\xa7\x0e\xe1\xad\xe9\x29\xf7\x38\x37\x0a\x08\x4f\xc5\x30\x1f\x48\xfb\x4b\x3f\x49\xef\xa9\x20\x30\xf2\x2c\x06\x85\xef\x57\x2a\x4e\x9c\xec\xe8\x91\xa1\x19\xe0\xc0\xb9\xf0\x17\xd1\x3b\xa9\x74\x9b\xf8\xef\xd7\xf2\x53\xd7\xa9\x1d\x1b\x44\xe3\x11\xb7\xaf\xc4\xbf\x57\x21\xcb\x9f\x75\x3f\x36\x1f\x48\xfb\x4b\x3f\xc9\xca\x86\xdb\x9a\x2d\xd4\x34\x97\xb5\xa8\xd4\xc7\x20\xd9\xd5\x64\xa9\x03\x2a\x0c\x55\x45\xa9\xef\xbf\x5e\x53\xf8\xb6\x4f\x75\x7b\x09\x27\x9f\x46\x6b\x28\x3d\x58\x6b\x35\x78\x86\xff\x5f\xf8\x60\x27\x40\x0c\x7c\xfc\x04\x0c\xd4\x01\xcb\x83\x8a\xd5\xec\x40\x28\xdb\x4a\x54\x4a\x41\xfd\xdb\x0f\x2d\x43\x7a\x5b\x90\x80\xf0\x15\xfa\x0c\xdc\xb1\x73\xed\x1e\xd4\x06\x36\x09\xcf\x0a\xd4\x00\xa1\x85\xa1\xae\x07\x5a\x48\xaa\x58\x9f\xf8\xa1\x19\x9a\xbb\x38\x8d\x72\x7e\x61\xb9\x9b\x8e\xff\x35\xd3\x1b\xd6\xef\x5d\xe3\xad\xca\x02\x4e\x3d\xa8\xd5\xeb\x86\x29\xe9\xba\xde\x23\x82\x83\x77\x7e\x70\xb0\x32\xce\x06\x79\x18\xca\x44\x84\xe1\xe8\x27\x2f\x90\xd8\x68\x23\x12\x67\xf4\x2c\x9e\x32\x7a\x4e\xe9\xa3\xe0\x7d\x93\x66\x3d\xbb\xab\x0f\x18\x96\xc0\x9e\x2f\x40\xdb\x6b\x5a\x23\x8d\x9e\xf8\xfc\xa0\x29\x1c\x34\xaf\xe2\x5c\x17\xca\x67\x1e\x9c\xc3\x51\x99\x69\x66\xe9\x1c\xae\x75\x58\xe6\x4f\x90\x23\xc3\x1a\x75\x01\x5b\xad\xd4\x34\x71\x4e\x64\x4f\x4d\xf8\xf6\x24\xd3\x9d\xe5\x0b\x0f\x3b\x17\x57\xf9\xd5\x6c\xa0\x6d\x10\xea\x85\x81\xd9\x8b\xa9\x8c\x31\x40\x37\x51\x60\x8e\x54\x6f\x07\x1e\x56\x3d\x36\xec\x7d\x19\x05\x78\x15\x58\x1a\xa6\x93\xcc\x65\xc0\xfc\x25\x16\x05\x48\x3a\x6c\xea\x2b\x58\xd6\x01\xac\xee\xc0\x76\xc1\xab\xa2\x88\x02\xaf\x3b\x86\xe4\x5f\x3d\xb8\x70\xd1\xf1\x65\xc3\x68\x53\x80\xa5\x54\xba\xa8\x76\x93\x39\xcb\xf8\x6c\x91\x5d\xf1\x72\x91\x69\x26\x91\x67\x00\xa9\xd7\x7a\x53\xe3\xba\xd0\x6c\xd6\x2d\xc9\x93\x2c\xa5\x89\x4a\x89\xa4\xac\x30\xe2\xab\x8a\x49\x8c\x08\xd0\x59\xa3\x1e\xfe\x77\xe5\xe1\x7f\xf7\x1d\x6f\xad\xb3\x6d\x3c\xda\x3f\x50\xf4\xb8\x1d\x5b\x87\xdb\xef\xbb\x1e\xae\x56\x5d\xd7\x39\x2e\xb8\x43\x62\x2e\xee\x3d\xf8\x7f\x35\x2d\xf7\x42\x8a\x0a\x5c\x0b\x2b\x3d\x33\x37\x42\x7d\x52\xee\xf6\x07\x25\x56\xef\xd0\x61\x92\x1e\xd9\xcf\xe2\x5c\x78\x19\xc4\x4c\x74\x47\x75\x45\xcb\x24\x4f\xad\x5f\x6b\x92\xa7\xac\xbd\xe4\x2a\xc9\xd3\x36\x6b\xc5\xed\xc9\x87\x32\x45\xbd\x6c\xba\x84\x36\xec\x3d\x7b\xd3\xe9\x8a\x52\x18\x33\xad\x26\xa0\xd0\xfa\x56\x3c\xf3\x0f\x71\x8e\x09\x86\xa2\x2d\x77\x08\x2e\x9f\xdf\x03\x8f\x1a\x86\x24\x80\x73\x4d\xc6\x61\x68\xac\x9a\x19\x4e\xd2\x44\xd1\xa6\x91\x9a\x1e\x37\x0d\x70\xcd\x60\x0d\xea\xb9\x91\x52\xca\x46\x77\xd3\x7d\xfe\x20\x8a\x8f\xcb\x07\xe8\xac\x9a\xd0\x30\xfc\xd8\x50\x9c\x8c\x86\xe1\x1b\xab\x24\x45\xe8\x8e\x7a\x0a\x11\xf9\x00\xf7\x70\x97\xcb\xef\xe1\xa6\xd4\x37\xd9\x03\xde\xb4\xe9\x5e\xaa\x7d\x8f\x67\x4c\xd7\xf4\xde\xe4\xc4\xb4\xca\x7f\x27\x67\xde\x5b\x25\xf5\x40\x8d\xb2\x38\x1b\x07\x41\xe4\xc5\x58\xff\xac\x23\xce\x7a\xec\x80\x38\xa1\xee\xb2\x8d\x8b\xe7\xe2\x59\x70\x45\xcf\x60\xe4\x1a\x83\x2f\x9b\xf1\x78\x3c\xfa\x7e\x7a\xee\xab\x02\xcb\x3e\xd0\xc7\xc2\x78\x4b\x2e\xeb\xfa\xbd\x78\x50\x3c\xd8\x9b\x68\x8a\x51\x76\x03\x08\xb1\x62\x51\x88\xb5\x8a\x26\x73\xfd\x6f\xff\xb0\x80\xf6\x46\x7f\x9e\xed\x1f\x16\xbb\xac\xda\xe4\x72\xa2\xca\x7d\xa4\x9f\xec\xb3\xd5\x2a\x97\x9b\x68\xb6\xb8\x29\xab\x95\xa8\xa2\x59\x00\x88\xa9\xc3\xc5\xdb\x80\x99\x0b\xe3\xa7\x19\x81\xaf\xeb\xe2\xa6\x7c\x98\xd4\xf9\xaf\xba\x1c\x2c\x65\x72\x53\x3e\x2c\xca\x3b\x51\xad\x8b\xf2\x3e\xaa\x01\x9c\xce\x7c\x39\xca\x0e\xaa\xb4\x1f\xf3\x6b\xe0\xd7\xf3\x0f\x0b\xa8\xdf\x1f\x02\x96\x75\x1d\xfd\x8a\x2e\x03\x77\xc0\x35\x2f\x78\x75\xba\xfa\x0e\x74\x21\x79\x30\xff\x83\x31\x92\x29\xf7\x6c\xc9\xe7\x2f\xf4\x16\x07\x68\xf7\xba\x2e\x5f\x89\xb5\xa2\xae\xb9\x55\xbe\xd9\x2a\x1e\xfc\x79\xa6\x3f\xcb\x3f\xfa\xb3\xc9\x0a\xc9\x94\xe5\x6d\x0a\xd4\xb2\x7d\xcf\xf6\x0e\x0f\x6c\xef\x07\xac\xb4\x9f\x3a\x4c\x51\xfb\x03\xf3\xea\xf2\x23\xaa\x1b\xe4\x1f\x63\x0b\x6a\x30\xf2\x3c\xe1\x98\xf2\xd8\x00\x0c\xfb\x5b\x1e\xe4\x8a\x00\x8e\xd1\x67\x45\x99\x41\x2c\x9b\xe3\x49\x6c\xeb\x53\x57\x4c\xf0\x57\x62\x87\x33\x0f\x16\x07\xe7\x55\x6c\x9b\x72\x93\x2d\x6f\x37\xf0\xb5\x4f\x8a\x7c\xcf\x03\x13\x54\x42\x0f\xa7\x9e\x16\x5d\x67\xc7\xe1\x57\x02\x76\x07\xbb\x5b\x05\x27\x64\x18\x8a\x6e\x39\x1c\x8c\x35\x07\xde\x6d\xa1\x61\xee\xd8\xe3\x4d\xf9\xf0\x0e\x66\xd4\xb7\xa2\xc8\xcf\x00\xbd\x0b\x42\x59\x7e\x64\x5d\x3a\x72\x26\x5f\x66\xf2\xd9\xb8\xa3\x67\xb2\x49\xcd\x0e\xe0\x07\xdf\xba\x29\x72\x26\xef\xf2\xc8\x70\x66\x63\x5d\xcf\xd5\xb0\x6c\x8b\x7c\x5f\xbd\xce\x77\x42\xd6\x79\x29\xeb\x13\x56\x03\x21\xa7\x17\x1e\xd4\x2e\xe7\x35\x04\xf7\x38\x19\x3e\x23\x3a\x1f\xf2\xbe\x55\x55\x40\x99\x3c\x37\x15\xc4\xbf\x4a\x38\xcc\x72\x5e\x96\x45\x91\xed\x6b\x11\xd5\x62\x9f\x55\x99\x9e\xe1\xaa\x5f\x54\xbb\xa4\x2f\xea\xb2\xc8\x57\x6d\x16\x0c\xa9\xca\x83\xf9\xfe\x21\x60\xb2\x97\xf8\x17\x3f\xd1\xb9\xa3\xa3\x0f\x7d\x7f\xf5\xf7\x8e\x6f\xaa\x7b\x0b\xa8\xb8\x03\x84\x40\x51\x56\x73\x58\x3c\x6f\xa4\x22\xb9\xf9\x32\x9b\xcf\xe8\xd8\x4b\xc5\xea\xbf\x2f\xf7\xb8\x9b\x0c\x3e\x45\x30\x0e\x97\x01\x58\x6b\x5c\xde\x5f\x60\x99\xbd\xc5\x2d\x40\x3a\x02\x71\x1a\x90\x50\x7d\x21\x78\x12\x7c\x2f\x6e\x6e\x73\x15\xb0\xe0\x6d\xf9\x6b\xc0\x82\x5d\x1d\xa4\xec\xbf\x06\x46\x19\x86\x0c\x3b\x86\x7d\xd7\x85\x42\xf8\xa7\xf0\xe2\x73\xe9\x21\xd0\xfb\x6f\x0d\x11\x54\xbe\x13\x89\xe8\x40\x28\x0a\xcd\x32\xfc\x97\x88\x45\x04\x8f\x06\x59\x37\x05\xd1\xea\xba\x58\x93\x63\xd1\x3a\xc7\x48\xfe\x85\xe8\xc0\x6e\xe5\x6b\x42\x04\xff\x42\x24\x32\x1d\x2b\x0a\x1f\x70\x52\xeb\x23\xec\xf8\x02\x29\xd4\x33\x70\xc8\x93\xa5\x14\x0d\xcc\x5a\x12\x8f\x26\xcb\x44\x64\x29\x9d\x8e\xe9\x25\xfb\xbb\x7e\x3c\x99\x5c\xb2\xcf\x05\x7f\x74\x93\xd1\x23\xa4\x77\x79\x9d\xdf\xe4\x45\xae\x3e\x44\xc1\x36\x5f\xad\x84\x0c\x98\xdd\x7c\xcc\x2c\x39\xb2\xbf\x0a\xfe\x58\x08\xa5\x44\xf5\x6e\x9f\x2d\xf5\x66\x12\xcc\x02\xb6\x2e\xa5\xfa\x1e\xc6\x25\x0a\xfe\x38\x9b\x05\x5e\xff\x7d\xd9\x65\x78\xb8\x85\xd7\x68\x91\x83\xab\x18\x28\xef\x2e\x7b\x20\x33\x56\x25\x2f\xd2\x09\x91\x4d\x33\xa3\x74\x0c\x38\xd2\x08\xd0\x41\x23\xd5\x52\xed\x1f\x86\x5c\xf9\x78\x80\x81\x84\x01\x3e\x68\x1e\xcd\x58\xcd\x67\x6c\xc9\x67\x18\x49\x90\x73\x52\xc5\x66\xe1\x04\x91\xa5\x92\x81\x53\x00\xcc\x10\xb6\x30\xbb\xfa\xe3\x22\x1b\xf3\x17\x34\xc0\x6d\xcb\x22\x3d\x2c\xc7\x0e\xe5\x44\x8e\x4b\x91\x64\x80\x9a\x9a\x53\xca\xaa\x98\xb8\xd2\x6c\xe6\x49\x0b\x89\x62\xb6\xdc\xa0\xfb\x92\x2d\x7d\x74\xfa\x82\xa9\x22\xe6\x1f\x07\xdf\x63\x70\x64\x7c\x8f\x46\x7e\x45\x06\xcb\x6e\x53\x01\x23\xd2\xcf\xfe\x44\xc9\x51\xfd\xfb\xf2\xd9\x31\x03\x74\xab\x97\x00\x5e\xb2\x1c\x73\x6f\xf8\xe0\x72\x29\xf2\x82\x88\x24\xc0\xf5\x1a\x8c\xd5\xe9\x84\x57\x6e\xc2\xa7\x93\x72\xb2\x9c\xd4\x93\xe9\x9f\x28\xd5\xa3\xce\x96\xed\x38\x3b\xc4\x40\x33\x77\x80\x21\x66\x39\x27\xa3\xbb\xe9\xc9\xae\x45\x34\x27\x4c\xc3\x30\x68\xf9\xa2\x0e\x38\x8d\x7b\x21\x60\xa3\x39\xab\xe0\xd8\xc4\x32\x6e\x18\xf2\x4a\x53\xae\xdf\x57\x63\x3d\xa1\x5a\xf6\xb9\x17\xa7\x3a\x5b\x64\x3c\xd0\x7c\x57\x60\x03\x28\x0e\xd7\x35\x0c\xf3\xa6\x19\xdd\x4d\x87\xf6\x2b\x42\xd1\x03\x1e\x76\x98\xa6\xc1\xe2\x38\xe7\x59\xd3\x8c\x3c\xce\x44\xb3\xee\x41\x2e\x8b\xfc\x0c\x0a\x0f\x36\x13\x82\xf5\x68\x42\x0d\xf6\x32\xdf\x8a\xa5\xaa\x5d\x04\x39\x03\xa2\xf2\x3b\xfb\x8b\x94\xbc\x46\xcd\x3b\xf8\x8e\x8a\xa4\x4e\xd1\x15\xad\x53\x27\x3d\x86\x63\xbb\x40\x9b\x86\xe4\x43\xab\x8e\x95\xac\x62\x19\x1d\xeb\x95\xed\x31\x63\xca\x77\x03\xf2\x2c\x0f\x95\x67\x2b\x0c\x71\x44\xbd\x7c\x9e\x42\x62\x59\xd7\x88\xac\xf6\x58\x6a\xda\xa4\x3e\x44\x8f\xa7\xa0\xaf\x20\xd4\x37\x22\x04\x18\xfb\xc0\x64\x76\x52\x29\xc0\x66\x91\x71\x30\x0f\x22\x09\x96\x98\x0e\x2e\x28\x7a\xcc\x64\xbe\x03\x13\xab\x37\x4a\x54\x70\x01\x96\xe9\x68\xd6\x54\x1c\x76\xed\xed\x3a\x2f\x8a\xaf\x4d\x35\xf4\x6d\x21\x1e\x3e\xaf\xca\x7b\x7b\xfd\x6e\x5b\xe5\xf2\x16\xee\x5a\xda\x39\x9a\xb1\x4d\x95\xaf\x5e\x55\x22\xb3\xd7\x9f\x40\xa9\xdd\xbb\x4f\xe5\xaa\x9b\xf0\x4e\x65\x95\x7b\xfb\x5b\xfc\x88\xb9\xf4\xf2\x7e\x5b\xde\xbb\x8c\x7a\xd2\x7c\xe1\x3e\x5a\xb6\xf5\x44\xce\x02\x2e\xf6\xdb\x0c\xad\xae\xee\xf3\x55\x79\x0f\x57\xbf\xbe\x81\x68\x88\xfa\xaa\x2c\x77\x68\x5a\x6c\x76\xc4\xe8\xf1\xc8\x60\x03\x1d\xb0\x50\x41\x53\x93\x8f\x46\x5d\x61\xe1\x7f\xf6\xee\x0d\xc7\xe4\xc1\x44\xb1\x1a\x10\x67\xd9\x92\xff\xdd\x1d\x51\xc1\x09\x00\xcf\xca\xf9\x9a\x2c\x41\x26\xf0\x4f\x41\x6a\x8a\x0a\x71\x3b\x07\xc0\x4f\xd7\xbb\xad\x3d\x8c\x89\x76\xb1\x86\x61\xb0\x11\x2a\xc8\xe1\xb2\xd5\x8f\xe4\x3c\x33\xfe\xa6\xb8\x84\xe2\x3c\x2a\x12\x95\x2e\x3c\xe1\x1d\x29\x9d\x67\x36\x20\xf6\xb8\x7d\x4d\xea\x15\x97\x43\x38\x59\x22\xb9\x41\xbf\xca\x35\xb5\x09\x24\x4c\xa2\x00\x05\x64\x23\x00\xae\x32\x3b\x86\x7d\x34\xe2\xbc\x6c\x1a\xdd\x28\x39\x86\x50\x2f\xa7\xc0\x56\x75\x0b\x6c\x45\x4f\xf9\xff\xa6\x09\x8c\x06\x1e\x70\x6d\x5b\x6c\xce\x96\xff\xd7\x24\x85\xe8\xe6\xf0\x20\x97\x5b\x51\xe5\x7a\x3d\xea\x9e\xa8\x7b\x3d\xc1\x41\x53\x94\x19\xff\x6b\x3d\x90\xe0\xaa\x12\x17\x3a\xa5\x35\x76\x67\x92\x42\xef\x70\x09\xa1\x45\x96\x27\x48\xc8\x1d\xe4\x2f\x33\xa4\x76\xef\x6f\xc7\xd5\x1f\x48\xf2\xf4\x48\xd2\xce\xb0\xf9\xa3\x35\x63\xd2\x89\x13\x1c\x4a\x94\xa3\xf0\x80\x1f\x55\xed\xb2\xc2\x20\x48\x29\x4d\xcd\xfe\x2a\x20\xd3\x5f\x21\x7e\x2b\xe2\x32\xc9\xa6\x91\x31\x29\x7d\xba\x96\x53\x06\xb0\xf5\xb2\x69\xf2\xfa\x33\x4d\x82\x04\x29\x69\x5c\x36\xcd\x2c\xc2\xb8\x1c\x4e\x62\x98\x04\xc8\xf5\x06\xcc\x30\x24\xe9\xa9\x64\xcf\x6b\x1b\xef\xd3\x28\xbb\x62\x5c\xd8\xfd\x67\xa6\x8f\x4e\x61\xd6\x2c\x06\xdc\x30\x6d\x87\x47\x1f\xeb\x21\xcf\xe5\xa6\xcd\x42\x28\x9e\xaa\x63\xb3\xbb\x56\x34\xfa\x59\xf7\xd0\xe7\x5d\x54\x4b\xcb\x62\xda\x4c\x20\x41\xaf\x07\xaa\x6a\x86\xd6\x6c\xce\x19\x1f\xdd\x4d\x3b\x67\x35\xbd\x9b\xb5\x5c\x26\x40\xd0\x5a\xee\x93\xd5\x9c\x64\x4d\x53\xfd\xee\x5d\xbb\xd4\xb4\xa0\x8a\xcd\xf6\x52\xb1\x9a\x95\x34\x72\x08\xc2\x75\x18\x66\xc8\x4d\xfd\x3b\x6c\x88\x37\xda\xa5\x9e\x0b\x13\xf3\x15\xbb\x7d\xe1\xf7\x81\x4f\x61\xcb\xd3\x25\x6f\x50\xe4\x48\xde\xb2\xac\x60\xee\x8f\x12\x43\xbd\x3c\x98\xe4\x1e\xa6\x1c\xfb\x52\x90\x19\x93\x6c\x49\xad\x59\xa0\x9d\x14\x9e\xc4\x84\x7f\x26\x48\xcb\x23\xb4\xc7\xe4\xfe\x8c\x82\x4d\xcd\xf0\x1b\x5e\x3b\x70\x7f\x6b\x8b\x6b\x67\xcc\xe0\xb4\xd0\xe7\xd1\x09\xcc\x85\xc7\xf6\x9d\x68\x76\x1c\x9c\x17\x4f\x96\x72\xa4\xd4\x6c\xee\xbe\x09\x29\x0a\xa5\x82\x80\x59\x39\x54\x10\x30\x73\x94\x35\x5c\xe6\x80\x10\xdc\x2d\x15\x31\xd6\x8b\x05\x15\xc3\xed\x24\xf4\xcd\x27\x40\x15\xff\x78\xd4\xa4\x76\x00\x3f\x43\x5a\xbf\xdd\x8b\x80\x46\x89\x4c\x17\xd5\xd5\x1f\x41\x57\x9f\x27\x42\xf3\xba\x55\xaa\x3f\x50\x26\x55\xda\x34\x65\x52\x4d\x5e\xc0\xef\xcc\x83\x90\x3f\xfa\x7c\xbb\x43\x12\x6c\x6b\xa7\xe9\x22\xff\x12\xc3\x63\x74\x74\xd5\x7d\x9a\xf8\x84\xe6\xe9\x54\x6e\x0d\x12\xfd\x7c\x4d\xfa\xc0\xec\xd8\xf0\x96\x29\x76\x01\xa3\xb3\xab\x1c\x84\xff\x65\xa2\x92\x2c\x4d\xdb\x49\x07\x87\x04\xbd\xa1\xb9\x00\x0a\xc7\x3e\xf4\xb1\x8c\x7d\x08\x42\x49\xa3\x76\xc6\x1e\x29\x98\x96\x9e\x82\x17\x1b\x75\xc9\xfb\x7b\x21\x24\x57\x8a\xf9\xdc\x5a\xd7\x37\x41\x29\xa6\x49\xe7\x80\xd7\xb7\x3e\xc5\xa1\x3e\xa9\x10\x3b\xeb\x3e\xb2\xaf\xca\x3d\x97\xd6\x0a\xb3\xce\xe5\x86\xe7\x7a\x2b\xc0\xeb\x16\xe6\x07\x0d\x41\x01\x5c\xa9\xe6\xca\x5a\xc4\x67\x95\xb2\x7a\xe0\x7b\x6e\x5d\x3a\xac\xc1\xbc\x90\x2b\x5e\xe1\x25\x60\x23\x96\xbd\x5d\x56\xb6\xbb\xec\x91\x2d\x0f\xd5\x80\x8d\x3f\xb4\x72\x6f\xc8\xb8\xad\xae\x9b\x2d\xc2\xd0\x5f\x84\xcf\xb2\x96\x01\xde\x3b\xae\xfa\xed\xf3\x23\xab\x0e\x03\x01\x8a\x98\xfc\xad\x8f\xf9\x1d\x30\x5d\x1d\x90\x31\x35\xb1\x99\xcb\x9a\x2b\x6e\xfb\x2c\xf1\xfa\x32\xb5\xaa\xe0\xfe\x8b\xcf\x05\x9b\xb1\xf9\xf0\x33\x63\xdd\x80\xa5\x5a\x55\x72\x79\xcf\x89\xed\xd5\x49\xdb\xfb\xf4\xb9\x1a\xb7\x77\xdd\xf2\x6a\x25\xf6\x46\x83\xe8\x27\xb5\xa6\x75\xe8\xac\x6a\xcb\xb7\x51\xd1\xc3\x50\xea\x45\x16\x4b\x87\x48\x72\xae\x53\xdd\x73\x0c\x54\x73\x64\x27\x67\x08\x6f\x92\xfa\xcf\x98\x5f\x1e\x7f\x74\x06\xf3\xbd\x6d\xda\x8c\x8d\x83\xd4\x01\x5e\x56\xd7\xd9\xb3\x44\xb0\xe1\x87\x75\x72\x22\x70\xc8\x2c\xfc\x8f\xc9\x8c\xbb\x83\x79\x16\x77\xb3\x46\x44\xd9\xb5\x8b\xbd\x81\xe9\x2c\x00\x88\x5d\x3c\x15\x8e\x00\x2b\x59\xd3\xe8\xba\x57\xbd\xdb\xe9\xfa\x01\xfa\xd4\x95\x7e\x92\x42\x04\x8d\x06\x2b\x3e\xf2\x09\xdb\x13\xf5\xfe\xa7\xc0\x78\x83\x7b\xda\xaf\x3b\x30\xf6\xf7\x91\x23\x26\x9d\x06\xc0\xb3\x31\xc4\x64\x05\x5f\xb7\x4e\x97\x1b\xe6\xe1\x7d\xb9\xe7\x03\xc9\xb0\x29\x3e\xf6\xdb\xda\x6b\x80\x5e\x7a\x90\xd0\xb1\x7d\x1b\xaa\xa0\xf5\x93\x01\xda\xf2\xa8\x0f\x45\xd9\x39\x4b\xb6\xfa\x5e\xef\x58\xa7\xcf\xa6\x7f\x9a\x20\xb7\x51\xd6\x44\x3c\x87\xcb\x6f\xde\xd0\xcb\x17\x9e\xaf\x45\x00\xef\x06\xe0\x81\xb7\x7e\xe0\x27\x33\x91\xc2\xa8\xf0\x47\x8c\x37\x21\x15\xab\x14\xcb\x15\xa2\x54\x22\x78\x66\x53\x6f\xcb\xfb\x66\x9b\xaf\x04\x7d\x76\xc9\x4a\xc5\x2f\x5b\xc0\xe5\x67\x1e\xe2\x56\xa6\xf4\x0e\xad\xc2\x90\x80\x25\xfb\xcd\x14\xe5\x78\x61\x58\x4d\x2b\xf1\xcb\x41\xd4\xea\x95\x3d\xc0\x7e\x56\x65\x3b\x11\x9f\x49\x27\x99\xa2\x51\x27\xc2\x51\xa6\x18\xcc\x1f\xf0\xd7\xb8\xcb\x0a\x8a\xb7\x2a\x5f\xde\x12\x1f\xbb\xa9\x56\x3e\x96\xef\x99\x78\x58\xd2\x5a\xdc\x43\x0c\x20\xc5\x5b\x57\xb7\xb6\xa0\xa5\xea\xe2\x5e\xc3\xde\x8e\x9c\x75\x24\x50\x99\xab\x50\xd0\x67\x36\x72\xfe\x62\xa2\x68\x9e\xd8\x2d\x7a\x4c\x24\x87\x5d\x9d\xa6\x3c\x4f\x5a\x59\x99\x4c\xb9\x1f\x5a\x9e\xe4\x53\x73\xfa\xe5\xb9\xd1\x55\xea\xdd\xb4\xad\x47\xa1\x86\xcc\x34\xc9\x41\x4d\x95\xde\xf0\x44\x85\x07\x94\x24\xa5\xd3\x65\x29\x97\x99\xea\x3c\x0a\x9e\x07\x29\x35\x88\xb3\x79\x1f\x71\x16\x62\x7c\xe4\x49\x99\x22\xd9\x93\x4c\x31\xe1\x04\x92\x55\x5b\x85\x83\x3a\xe5\x0b\x74\x81\x07\x3d\x91\x8c\xdd\x87\x87\xfc\xed\xa3\x83\x4f\x31\x48\x6a\xa7\xf7\x2d\xe8\x05\xac\x07\x3d\x02\x9d\xc0\xd1\xf9\x9a\x58\x0c\xa9\xd1\x7c\xd1\x4a\xad\xa5\x6a\x1a\x3d\xb8\x4c\xfa\xf2\xbe\x02\x89\xbb\x1e\xe4\x71\xe1\x76\x89\x89\xa2\xac\xe2\xf3\x09\x91\x97\x6d\x22\x08\xf7\xb0\xe2\x05\x76\x50\xdd\xef\x10\x9b\xae\xbb\xa4\x3a\x48\xd2\x72\x2a\xb5\x17\x80\x91\x08\x96\x14\xac\x62\x32\xa5\xac\xba\x9a\x87\x61\x16\xcb\x48\x9f\x23\x4e\x33\xcd\xd9\x2c\xa5\xac\xee\x40\x9f\x0b\x70\x98\x67\xa3\x39\xc4\x9f\xae\x1d\x00\x39\xba\xb8\x0b\xb6\x07\x69\x86\x6f\x5a\xaf\x28\x2b\xf7\xca\x4b\x1b\xcd\xd8\xa3\xb1\xac\xfc\x14\x68\x47\xf4\x78\x64\x48\x45\xa2\x13\xf6\xe4\xc8\x24\x65\xd6\x19\xd0\x1c\x9b\x73\x51\x47\xca\x25\x7e\x8d\x3b\x60\x24\x99\xeb\xcc\xc8\x75\xb7\xed\xbe\x48\xba\x9e\x64\xd8\x4b\x51\x92\x32\x03\x2c\xa8\xef\x3d\xc7\xf4\x56\x62\x6a\xd8\x32\x22\x58\xa1\x37\x5a\x88\x2e\x6f\x2e\xa7\x9d\x16\xc0\x24\x36\x0f\xb0\x01\xae\xef\xdd\x68\x19\x4c\x01\x56\xa1\x2f\x64\x74\x6a\x93\x03\x16\x52\x71\x6f\x78\x23\x60\x5f\x73\xdf\xb5\x1e\x0d\x2c\xf8\x68\xe6\x4c\x94\xdc\xd0\x4b\x1c\xfa\x79\x6b\x7f\x12\x93\xdf\x3f\xb0\x4c\xa5\x94\x46\xb5\x1f\x58\xd4\x26\x1b\x46\x80\xb2\x03\x2f\x60\x0f\xc0\x5a\x8c\x9e\xc0\xa1\x80\x0c\x12\x65\x9e\xba\x09\x5c\x25\x15\xff\x3b\x91\x34\x65\x25\x07\x54\xd1\x2e\x53\x5e\xa2\x28\xa8\x4c\xe6\x36\x03\xd7\x27\x08\xca\xe4\x08\x90\xff\x08\xc0\x54\x97\xcc\xc5\x30\xd2\x53\xb8\x2b\xec\xa8\x40\xba\x81\xa7\x1c\x10\x70\x50\x57\x87\x92\x67\xc6\x2e\x96\x94\xb4\x2d\xa3\x4a\x59\x49\xb1\x92\x4d\x43\xcc\x47\x65\xca\x20\x92\x7c\x6e\x8c\x8f\x15\xe0\x63\x1f\xc9\x61\x70\xf0\x69\x97\x24\x75\xe8\x8a\x23\x4f\x05\x13\xcc\xbe\xee\xa8\xd4\x06\xe0\xad\xcb\x3d\x85\xd3\x90\x1f\x7f\xa1\xc0\x2d\xdf\x7c\x0e\x1e\x50\xc8\xca\xf1\x0d\x40\x3e\x42\x1b\xf5\x36\x9a\xe9\x2e\xdb\xeb\x2a\x2a\x56\x50\xb6\x21\xb6\xaa\xc0\x4c\x86\xa1\x7f\x6b\x91\x7e\x0a\xca\x8a\x36\xb8\xb1\xc9\x61\xef\x4d\x8c\x63\x93\xaa\xaf\x6d\x75\x6c\x30\x40\x13\xf5\xd8\xa4\xea\x6b\x47\x31\x4d\x1a\xde\xb9\xdd\x6e\xe7\x43\xdd\x2d\x99\xa5\x19\x99\xcc\x77\x51\xc1\x30\x68\x84\xdf\x64\x4d\x5e\x8b\xe3\xed\xd4\x6d\xaf\xad\xcf\xce\x41\xb1\x47\xbb\x4f\x44\x8f\xc1\xf3\x20\x4a\x06\xa6\xa2\x39\xb9\xb4\xcb\x1c\xdd\xef\x2d\x06\x8b\x20\xd2\xb0\x56\xac\x55\xac\x69\x82\x23\x8f\xe9\x91\x99\xe2\x7b\x67\x4f\x88\x55\x6b\xe2\x3b\xe0\x06\x15\x09\x2e\x1c\x3c\xd6\xc2\x37\x32\x9b\x81\xe3\x64\xcf\xb8\x5d\x72\x98\x75\xfe\x3e\x27\x53\xde\xbd\x45\x84\xa1\x4e\x92\x8b\xb0\xa2\xd0\x10\xd8\x4c\xb0\x6e\xb3\x4f\x2c\xa3\x1c\x8c\xad\x91\xa6\xe5\xa0\x6a\xb5\x32\x36\x7d\xc7\xb6\xe8\xe2\xb9\xd2\x87\xe5\xbd\x95\x0e\xb3\x5d\x47\xb8\x0c\x36\x62\x2d\xc2\x1f\x0b\xd6\x0f\x9a\xa7\x0a\xb0\xb9\x60\xd8\x2e\x71\xc8\x9a\xc6\x40\x75\xc2\xc2\xec\x86\x96\x81\x48\x34\x74\x7a\x90\x90\xba\x0a\x43\x92\xb9\x1b\x3e\x63\xb5\x5e\xa1\x2e\xde\x0b\xf3\x6f\xfc\x2d\xb6\x7d\xa7\x69\x6a\xa2\x0f\xd6\x6d\xca\x78\xcc\xb6\x43\x9b\xf6\x60\x62\xfb\xda\x64\xc2\xda\xa0\x39\x50\x4b\x33\x68\x4d\x93\x75\x43\xd0\x40\x10\x62\xca\x94\x23\x68\x29\xcb\x1d\x5a\x1d\x6c\xff\xd6\x46\x0a\x28\x8b\x3e\x19\x07\xc8\x84\x82\xd4\x94\xe5\x9c\x73\xb2\x8b\x03\xcd\x8c\x06\x51\x80\x9d\x08\xef\xe1\xf5\x88\x73\xd0\x6c\x79\x28\x0e\x77\x9a\xaa\x2d\x4b\xa9\x72\x79\x10\x8b\x1d\x1f\xcd\x8e\x2b\x4d\x8f\xee\xc2\xf0\x0e\xc4\x2d\xad\xcc\xa1\xa2\xc7\x7c\x4d\xc8\x92\x0f\xc4\x63\xa3\x70\x30\xe9\xa6\xae\x68\xeb\x98\xb0\xee\x07\x51\x0b\x43\x22\xa7\xd6\x34\x8a\x27\x7b\x77\xcd\xda\xcb\x7f\x78\xd7\xff\x4c\x99\x19\xf9\x02\xea\x66\x6d\x24\xc0\xcf\xa8\x9d\x39\xad\xf8\xb5\x8d\x47\x40\x0e\x03\x51\x30\xe0\xbd\xf8\xc0\x8b\x88\xac\x10\xc4\x7a\x34\xf3\xf4\x17\x6d\x98\x8d\x82\x0d\xbd\xce\xf0\x25\x3d\x5a\xc4\xd3\xf3\x1d\x9a\xc6\xdc\x4d\x50\x29\xaf\xd3\xf0\x78\x36\xe2\xc5\x60\x5c\x8e\x75\x51\x66\x00\x73\x02\xfa\x92\x2d\x92\x45\x7f\x22\xed\x9d\x39\x48\x01\x2c\x39\xf4\x42\x01\x71\x26\xdc\x23\x56\x70\x57\xf2\x21\x0e\x82\xe8\x40\x29\x6b\x5f\xec\xd6\x09\x5c\xc6\x6c\xbf\x86\x21\x69\x3b\x99\x3b\xdb\x82\xc1\x29\xed\x65\x6c\x0b\x48\x66\xa9\x3f\x64\xfe\x93\xb9\xff\xe4\x9f\xfe\x93\x17\x29\x4c\xf4\x25\x1f\xcd\xd9\x8a\xea\x86\xdf\xc5\xf6\xdb\xb9\xbc\xb8\x0b\x43\xb2\xe3\x77\xe6\x84\x44\xa3\x3b\x3f\x80\x95\xa5\x0e\xec\xd1\x1a\x40\x14\x47\xca\xca\x30\x24\xf6\x05\x3e\xda\x51\xb6\x0b\x43\x6f\x60\x07\xfa\xd5\xcd\xcd\x5d\xd3\x98\xd1\x64\x3e\x44\x9c\x25\x42\x6c\xe5\x85\x0c\xa9\x98\x5e\x1d\xd4\xd4\xbe\x50\x64\x17\xeb\x65\x12\xcd\x58\xc5\xb6\x94\x41\x79\x77\xba\x39\x7a\x0d\x2d\x8d\x74\x65\x07\x08\x5e\x42\xae\x5c\x8a\xf9\xe5\x33\x4a\x8f\x69\x4b\x6f\x7b\x9b\x81\x8a\xbb\xa7\x08\x4b\xa3\x05\x8d\xba\x0f\x80\xf9\xb3\xa6\xd1\xf5\x5e\x88\xd5\xb0\xb5\x2d\x44\x5a\x1a\x08\xdb\xe6\x33\xd4\x82\x46\x8f\x76\x0b\x8e\x64\xd3\x8c\x64\x18\xaa\xa6\xd9\x80\xfd\xbb\x68\x59\x5e\x61\x99\x6a\x7c\xae\xc2\x70\xb4\x01\x2b\x55\xe5\x45\x40\x5f\x3f\x4c\xcb\xf5\x3a\xae\x1c\x7b\xcc\x67\x91\xa7\x4f\xb3\x31\xf9\xdd\x63\x08\x88\x62\x6f\x74\x5f\xa2\x5c\x44\xb7\xa8\xf6\x4b\xf1\x92\x93\x36\x39\x8d\x86\xb3\x38\x76\xdf\x6a\xf7\x2a\x24\xc7\x61\x08\x68\x61\x95\xdb\x5b\xcc\x15\x37\x41\xcd\xa6\x65\xb1\xe2\x95\x63\x48\x58\x7b\xe9\xef\x18\x9a\xcd\x2a\x8b\x15\xc4\xb0\x2e\x8b\x55\x2b\x26\xd3\x25\x98\xef\xf4\x42\x50\x99\x74\x7a\xd4\xec\x7a\x47\x1a\xbd\xce\x56\xe2\x7d\x79\x1e\x48\x00\x38\x0e\xe3\x4d\x50\x08\x0a\x44\xc4\x29\xc9\xd9\xcc\x46\xd8\xd0\x93\x4d\x1f\x30\x81\xb3\x11\xc4\xe9\xdc\xd5\x91\x09\x83\x57\x60\x9e\x9d\xd3\x07\xf2\x3e\x35\x17\x18\xce\x0d\x7a\x14\x23\x1e\x77\x42\xab\x5b\x33\xac\x83\x01\x3b\xec\x4e\x29\x56\xd2\x05\xc9\x1d\xae\x3f\xa0\x21\xae\x73\x99\xd7\x5b\xa0\xc4\x0a\xb8\x4e\x32\x9a\x51\x37\x77\xb2\x29\x3e\xe7\x19\xd3\x5b\x16\x86\x47\x84\x5e\xf3\x82\x0c\x66\x46\xe4\x89\x5d\x6b\x9e\xb3\x8c\xf6\xcf\x40\x9d\x35\x30\x64\xe9\xae\xb3\x5b\xfb\x63\xbc\x63\x8a\x48\x57\x9b\xe1\x28\x5c\x08\x4f\xe0\x47\xe2\xb2\x8e\x17\x27\x81\xc3\xce\xa0\x15\xe0\xe7\x47\x10\x26\xc8\xb9\xd2\x74\x02\x76\x41\x9f\x03\x6b\x5b\xb3\xcc\x03\x9b\xa6\x78\x6c\x43\x44\x39\xfd\x17\x2a\x1d\x86\x15\xc0\xd5\xd1\x36\xee\x2e\x58\xca\x67\xa7\x19\x4b\xc7\x57\xb4\x2f\xe1\xc1\xcf\xf9\x4b\xe6\x93\xc9\x02\xac\xf1\x81\x8b\x35\xde\x64\x4e\x72\x1a\x86\xf0\x08\xea\x3a\x82\xd8\xa4\x04\x12\xf4\xbc\xc2\xe1\x94\x94\x29\x4d\xe0\x4b\x8b\x36\x9a\xb3\x39\xa5\x8b\x91\x0a\x43\xa9\xf9\x8a\xa1\xa8\x6c\x38\xe8\x03\xa2\x3c\xc0\x8a\x00\x51\xa1\x8d\x76\xf6\x64\xa7\x32\xe9\x77\x16\xab\xb8\x4c\x6c\xc7\x06\x29\x44\x65\xea\xf6\x73\xda\xed\xe8\x2a\xae\xda\x03\x32\xe2\x4c\x9b\xe9\x38\x9a\xb1\x5e\x74\x3b\x3d\xbc\x00\xd0\x8d\x1d\x8b\xbf\x9e\x1f\xba\xde\x7e\x54\xdb\xab\x0a\x7b\x55\x61\xaf\x1a\x7f\x38\xdd\x99\xca\x74\x26\x3a\x2c\x81\x9e\xd3\xeb\x4c\x5d\x8a\xeb\x48\x05\x1d\x89\x62\xb6\xd9\x42\x5d\x65\xe0\xf0\x55\x25\x2a\x0d\x43\xfd\xd7\x54\xb6\x73\xe3\xd1\x25\x3b\xd3\x6d\xa3\xda\x90\x94\xa8\x23\x37\x2c\x25\x43\xa6\x91\x21\x3b\x79\xa2\x29\xb7\xa1\xfe\xd6\x32\x51\xe9\xc2\xfc\xfa\xfb\x4e\xc7\x52\x08\x05\xd4\x4d\x33\x18\x57\x48\x0e\x7b\x04\xe0\xe2\xb6\x44\x4c\xf3\x99\xd0\x99\x58\x72\x07\x01\xa7\x2e\xf2\x95\x78\x5d\xde\xcb\x68\xa9\x0c\xaf\x4b\x19\x24\x7e\xb7\x87\x24\x68\x82\x49\x7a\x8f\x31\x8f\x74\xb2\x69\x29\x65\x9a\xee\xbe\x91\xad\x71\x12\x96\x71\x84\xf4\xaf\x0f\xca\x7b\x00\x25\xe1\x03\x53\x50\xfb\xcc\x14\x77\xfc\x1d\xfe\x42\xa7\x54\xdd\xb6\x53\x59\x12\x8d\x0d\xc4\x39\xc9\x93\xb4\x15\xea\xf6\xa9\x2e\x78\x01\x82\x06\x1b\x33\xe3\x8c\xf5\x45\xb7\x0b\x75\x25\x7d\x68\x58\x22\x38\x38\xa6\x10\xe3\xa1\x82\x0b\x58\xba\xf9\x35\x99\xb0\x39\x5d\x48\x77\x4e\x31\xea\x89\x72\x4f\x40\x26\x6c\x04\xc4\xde\xc1\x9b\x77\xd5\x1b\x58\x0f\xcb\x97\x30\xf3\x7a\x56\x01\x4e\x58\x47\x56\xcd\xe7\x1f\x79\x8f\xfd\x96\x55\x4a\xef\xc8\x40\x1e\x33\x45\xa8\x7d\x11\xc4\x14\x9d\x6c\xe8\x37\xc0\xbc\x0d\x9f\x3f\xd6\x45\x79\x1f\xfd\x79\x36\x63\xeb\xac\x56\xd1\x8b\xd9\xac\x95\xf8\xff\x71\x36\x33\x9b\xee\x4a\x68\xe6\xf8\x8c\x6f\xa3\x2e\x0e\x20\xe3\x1d\xa3\x21\xd2\xa6\xf1\xa2\x9e\x32\x8f\xd4\xfb\x4a\x7f\xb7\xd5\xe4\xbc\x23\x64\x57\x4c\xe8\x2e\x3d\xa9\x3f\x9a\x09\xd9\x5c\xb9\xf1\x70\x3d\xd1\x69\x9e\x0b\x30\x35\x64\xfd\x8e\xc8\x3d\xc1\x6f\xc4\xae\x42\xe5\x5e\x40\xe9\xc2\x80\xb6\x04\x36\xec\x56\x60\xc3\x48\x7d\x2d\x79\x80\x8e\x23\x80\x82\x89\xf1\x73\x10\x38\x5f\xac\xb8\x32\x10\x41\x62\xc5\x86\xcc\xf3\x4d\x05\x29\xbe\xcb\x03\x15\x58\xc0\x25\x13\xfd\x8a\xdd\x4d\xe1\xe2\xbf\xec\x73\xee\xbe\x64\x2d\xc5\xd7\x8a\x6d\x15\x37\x48\xee\x99\x52\xd5\x17\xe0\xab\xbe\xe8\x30\x4d\x3a\xfd\x49\x1d\xfe\x2d\xbc\x7a\x56\x45\xce\x5a\x6c\x9a\x7f\x25\xaa\x68\xfb\xd6\xd9\xd8\xbe\x27\x35\xeb\x2a\x0a\xda\xe3\xb0\xde\xce\x3f\x1a\x41\xe8\x8f\xff\xc4\x9f\x17\xfa\xc7\x88\xf2\xbc\x38\x4e\xbc\x1b\x12\xca\xc1\x5e\xc4\xb7\x20\x37\xb5\xa6\x01\xc4\xc4\x11\xe9\xa0\x2d\x34\x0d\xd1\x7c\x1d\x74\x23\x6a\xab\x7b\x3e\xab\xa0\x68\xf7\x40\xf3\x35\xad\xb6\x36\x60\xf1\x5a\x45\x2e\x98\x89\x1f\xe9\x1e\x28\x3b\x97\x31\xa4\x75\x7a\x05\xa2\xe4\xe7\xad\xf5\x5a\xee\xdb\xf1\x55\x3c\x77\xd6\x6b\x8a\xd2\xb8\x8a\x88\xe8\xc6\x39\x53\x4c\x8e\x83\x80\xea\xe6\xe4\xad\x55\x59\x6e\x8f\xd3\x58\x84\x0d\x3d\xa1\x0b\x30\x02\x82\x8a\x9b\x40\x0f\x99\xad\x04\x8d\x4d\x80\x7a\x60\x7c\x6d\xf3\x23\x8c\x35\xd0\xd3\x58\x5a\xd8\x4d\x7f\x6e\x86\xa1\x99\xb1\x18\x8f\x18\xec\x7f\xed\xec\x36\xfb\xa0\x99\xb7\x8b\x36\xc2\xc7\x40\xd4\x37\x13\xa4\xd9\xe4\xe5\x9a\x41\x02\x23\xd6\xc1\xf9\xd7\x57\xb0\x81\xb3\xa5\x13\x04\x6a\xf6\xef\x24\x30\x3d\x3a\x16\xf3\x3c\xa9\x20\x62\xd0\x29\xe8\x92\x84\xf9\x79\xaa\xa6\xf5\xe3\xa6\x03\xaf\xad\xe2\xde\x48\x4a\x1a\xf5\xda\x24\x51\x94\xe9\xc0\x0c\x4f\x67\x0e\xc6\x80\x35\x75\xbe\xbc\xbe\x1f\x5f\x6e\xe8\x30\x17\xb1\x55\xc6\x92\xd0\x8d\xdb\x02\x92\xba\xc7\xd8\x4e\x94\xd2\xde\xdc\x75\x0e\x0b\x9a\x0f\xd5\xe5\x65\x29\x83\xbf\x20\x16\x33\x46\x9d\xa6\x94\x38\x83\xa9\x62\x9e\x97\x94\xe5\xce\x6d\x76\x65\x54\xbb\x30\xba\x0d\x92\xb7\xc6\xe2\x27\x35\x88\x76\x08\xe1\x08\xf7\x26\x63\xd6\xe8\x27\x3a\xa9\xd5\xf4\xee\x3c\xcf\x35\x22\xfc\xd8\x06\x29\x35\xce\xa7\x17\x81\xa7\x4e\xbd\x53\x1d\xac\x2e\x7f\x59\x1b\x4b\x15\x3f\x40\x60\x91\xd5\x80\x21\x1f\x78\xd6\xd9\x1b\xbf\x84\xae\xde\x43\xd0\x58\x44\x83\x9e\xed\xdd\x9a\x75\x83\x4b\xee\x4f\xf1\xa2\xfb\x24\x15\xcd\x05\x9e\x26\xa9\x3d\xd8\xe9\xdf\x20\xa9\x9e\x03\x68\x82\xe5\x7f\x96\x3f\xe0\xb6\x9b\x9e\x90\xd6\x93\x1a\xfe\x7b\xa4\xf5\xe2\x0c\xa1\xd4\x9b\x8e\xad\x81\x9e\x9a\x0a\x80\x5b\x3c\x43\x9f\xb4\x43\x05\x7f\x3f\x95\x43\x7b\xc3\xdf\x49\xd1\x74\x66\x08\x3a\xbd\xb7\x14\x2b\xbb\x41\x33\xef\x61\x93\x97\x1e\xe5\x0b\x54\x76\x03\x56\xc6\x1e\xaa\x43\xec\xdc\xb9\xc0\xf7\x2b\x5a\x29\x0b\x27\x66\xc1\xc7\x68\xd3\xec\x4f\x13\x01\x7c\xb0\x12\xeb\x78\x16\x4d\xe6\x9a\x68\x99\xde\x89\x1e\xd7\x65\x15\x05\x5b\xb5\x2b\x3e\x2b\xab\x80\xc1\xfc\x8c\x70\x9a\xea\x17\x03\x3d\x6c\x1d\xbe\x01\x76\x19\xcf\x78\xc4\xb2\x13\x67\x9a\x24\x7c\x20\x01\xdf\xf1\xbc\x03\xab\xe1\x63\x6a\xd8\x12\xa1\xa7\x18\x72\x87\x7d\xb3\x94\x81\xb2\x55\x18\x12\xd5\x7b\xf9\xf7\x7e\xa5\x77\x80\x32\xa3\x14\xb0\xa0\x12\xd9\xea\x6b\x59\x7c\x08\x58\xb0\xcb\x1e\xbe\x82\x05\x12\xb0\x60\x29\x8a\xc2\x38\x69\x99\xbb\x6f\x8c\x11\x04\x0b\xaa\xf2\xfe\xdd\x3e\x93\x3a\xbd\x2c\xcc\xd5\xa1\x16\x6f\xb3\x7d\xc0\x82\x75\x95\xed\xc4\xc7\xc6\xea\xd5\x3a\x6d\x7c\xba\x42\xb8\xf2\xce\x21\x4d\xb3\x28\x6e\x06\x03\x3a\x4d\x67\xaf\x87\x73\xe7\x89\x35\x64\xb6\x5a\x7d\x02\x03\x38\x60\xe9\xc6\x3c\xbd\x0f\x9a\x3d\x6e\x48\x6b\x13\x31\xb4\xa4\xf5\xc9\xc7\x84\x7a\xb5\x05\x13\xe1\x1d\x8d\x15\xbb\x33\x27\x74\x6a\x61\xd9\x88\xe2\x40\xcc\x1c\x6a\xbe\xd9\xd3\x80\x28\x2c\x6d\xe8\xbd\x9c\xdf\x29\x22\xc1\x90\x41\xf3\x1e\x9e\x56\x21\xb8\x08\xc6\x3b\xcd\x46\x8f\x35\x8d\x35\x71\x2a\x66\x8b\x92\xab\x24\x83\xb7\xab\xd6\xee\xfe\x22\x18\x97\x90\x0d\xd0\x28\xaa\x31\xc7\xbb\x45\xae\x97\x62\xcd\x77\x10\x08\xd9\x98\xb5\x9d\x50\x60\x56\x3b\xe0\x30\x44\x4a\x31\x1e\x8f\xff\x2b\xbd\xe7\x95\xfd\x5b\x1d\x38\x3a\x81\xf6\xe8\x1c\x32\x35\x61\xb0\x2d\x08\x82\xff\x37\x5d\x0e\xe5\x0d\xf5\xfb\xcb\xc9\x7c\x41\x2b\x5e\x39\x58\x36\xf7\x88\xfd\x0f\x06\x02\x4f\xe1\xfd\x81\xf0\xb4\xb6\x66\x07\x64\x95\x6f\x8b\x2c\x9b\xa6\xbf\x71\x5a\xe9\xdf\xa9\xc8\x42\x85\x61\x15\x2b\x94\x44\xb6\x33\xdb\x08\x2c\x3a\x83\x45\x23\x50\xe9\x0e\x8d\xaf\x6c\xc7\xd7\xab\x72\x67\x7c\xa5\x1b\x5f\x00\x25\xd7\x63\x7c\x26\xd4\x32\xce\x32\xb4\x8c\xc8\xd7\xa4\x42\xf0\x4b\x3e\x63\x25\x37\x1f\x61\x19\x0e\xf3\x42\xf1\x2c\xc9\x61\x60\xca\xe9\x36\xab\xf1\xab\x8a\xc6\x65\xa7\xe6\x8a\x46\x65\xdb\x36\x65\x44\x8a\x2d\x8e\x3e\xb8\x05\x60\xbf\x18\x58\x49\xa2\xb8\x9b\x8d\x61\xe8\x05\xa6\x0b\x7e\xfa\xc9\x6d\x07\x3f\xfd\x14\x38\x7c\xf5\xba\xc3\xe8\x9c\x24\xb9\x01\x56\x46\x00\x2c\xe2\x20\x88\x7c\x11\x72\xb7\x5c\xe0\x89\xa8\x81\x13\x32\xed\x1a\x5e\x89\x7c\x66\x84\x67\x7a\xbe\x09\x3d\xdf\xec\x74\xaf\xec\x74\xef\x4f\x72\x62\x66\x39\x2c\x02\x9c\xe9\x6e\x42\x2b\x88\xfc\x69\xa1\x9a\xad\x1b\xe6\xdc\xc2\xcd\x7e\x50\xfc\xf2\xba\xba\xdc\x74\x0f\xad\x77\x59\x71\x8e\x4c\x58\x68\x23\x27\x0b\xef\xad\xe8\x98\x54\x7c\x43\xce\x60\xe0\x5a\xe1\xc3\xe2\x04\x7e\x2b\x0c\xad\xf2\x3c\xe7\x55\xdc\x9d\x66\x76\x22\xde\x65\x05\xa1\x34\x12\x34\xce\x79\x10\x38\x5d\x4d\x3b\xf3\xf3\x38\x1f\xeb\x27\xdd\xb5\x92\xa3\x71\x0d\x1a\x89\xe4\x83\x88\x6c\x46\x02\xa8\x87\x50\x8c\x83\x00\x34\x68\xc0\x65\xdd\x65\x85\x67\x3b\x6d\x82\x1c\xf5\x93\x87\x81\x51\xc1\x1e\xc7\xb0\x5d\xca\x63\xbb\x5a\x13\x63\x96\xb3\x00\x0e\x5b\xe0\x59\x05\x45\xe1\xd9\x2b\x47\x5d\x7b\x94\xc7\xdd\x4a\xe4\x03\x35\xc8\x9f\xfa\xfc\xe6\xf4\xf3\x44\x72\xb4\x1c\x6f\x3f\x4e\x63\x79\xca\x84\x13\xc9\x4d\x58\x47\x1a\x3b\xc8\x23\xf2\x41\x69\xc2\x6c\x0e\xb3\x52\xf7\x97\xb4\x71\xfe\x3a\x0c\xb0\xad\x5e\xf4\x88\x82\x9c\xdf\xc9\x12\x9a\x0a\xf9\x00\x0b\x23\xb0\x53\xde\x29\x62\xa0\xf2\x04\x38\x8b\x21\x7f\x73\xa6\x54\x33\x51\x6d\xdc\xe4\x1a\x38\xee\x2e\xeb\x94\x71\x23\x87\x9a\x18\xc5\xb4\x81\x16\xae\x79\x06\x42\x03\x30\x91\xe3\x59\x5c\x8e\xe7\x91\x33\xbf\x44\xb7\x89\xf2\x6a\x16\x2f\xa3\x2c\x2e\xc1\x80\x74\x89\x9e\x20\x6b\x42\x08\x9c\x6d\x5d\x8c\x1e\xcd\x4a\x56\x10\xfc\x38\x0c\x47\xd2\xc5\xfc\x09\x43\x32\x92\x3e\xa7\x66\x1f\x34\xcd\xe8\x13\xe2\x3f\x61\x81\x0d\x01\x1d\x50\x8b\xb2\x78\x4b\xa4\x59\x06\x2c\x73\x5b\xe7\xc2\xc8\x32\x95\xdb\x6a\xea\x13\x87\x2b\xd5\x81\x80\xea\x75\x8e\x5e\x19\xb7\xc2\xba\x87\xf8\x06\xa7\xd9\x64\xb2\xa0\x04\x8c\x4d\x33\xaf\x65\xbc\x85\xcc\x6a\x67\xa2\x29\x10\xe6\x56\x45\x59\x09\x74\x07\x34\x51\xa3\x59\x3b\xa2\x00\x86\xde\x19\x0b\x3e\x99\x53\x56\x1e\x8f\x1d\x26\xd5\xc8\xe0\x5a\xa1\x5f\x9f\x79\xec\xac\xc0\xf4\x54\x64\x00\x1d\x76\xe2\xf9\xe2\x8e\xb1\x16\x95\xd8\x6b\x08\x11\xb6\x6b\x81\x64\x1e\x8f\xad\x9c\x11\x0e\x05\xdd\x2f\x02\x5a\xd0\x59\x4a\x72\x82\x62\x6d\x26\x76\x1c\x94\x32\x88\xac\x18\x11\xfc\x7d\xee\xa6\x06\xea\x9f\x07\xa5\xb4\xa8\xff\xb9\xbc\xa8\x80\x3c\xdf\x98\x93\xbc\x79\x00\x3f\x8d\x0d\x06\x70\x53\x1c\x2a\xfa\xec\x92\xbd\xed\xd6\x64\x28\x06\xc5\xc2\x2d\x4d\x83\xbb\xc9\x1e\x4f\xe3\xed\x20\xba\xc9\x70\x1c\xc5\x3d\x4f\x64\xd3\xdc\xa4\x6c\xc7\x5d\xe4\x47\x83\x92\x6d\x60\xb5\x23\xc1\xee\xbc\x67\x0e\xb7\x1d\x32\xb4\x51\xcc\xda\x18\x88\x51\x02\x41\xdf\x32\xbe\xe5\x35\x07\xdc\xaa\x1b\xa6\xcf\xc2\xb2\xe7\xea\xeb\xdf\x8f\x6e\xcc\xe1\x6f\x37\x3e\x89\x4e\xaa\x27\xdb\xae\x65\xe4\xa6\xc0\xc2\x85\x21\xb9\xe3\x3b\xef\xab\x6c\xc7\xef\xa6\x68\xaa\xa0\x3b\x1f\xe3\x30\x52\x56\x70\xef\xd5\x08\xb9\x6e\x3d\x58\xe3\x1d\x23\x82\x3f\x11\x41\x69\xc7\x06\x8c\x16\xc2\x50\x73\xac\x2e\x44\x30\xcf\xe3\x17\xd1\x47\xcc\xeb\x06\x7e\xd7\xc6\xf4\x64\xc2\x8b\xf2\xc6\xbd\x4c\xf1\x60\x24\xc7\xbb\xdf\x8c\xe4\x88\x02\x24\x1b\x14\xc8\x28\x44\x98\x8d\x52\x83\xe1\x08\x30\xf4\x0c\x68\x41\x2d\x36\x62\x22\xd2\xa8\x43\x0a\x18\x98\x9d\x9c\xc6\xa6\xdc\x21\xae\x61\xde\x34\xa3\xb5\xed\x7e\x13\x96\xcf\xdd\x1b\xa5\x19\x08\x16\x50\x66\x99\x87\xe1\x68\x3d\xb5\xd1\xa5\xc2\x70\xf4\x01\xd0\x63\x21\xb6\x1e\xef\x86\xb7\x6c\x9a\x1d\xb3\x03\xbd\x1c\xef\x10\x9b\x2c\xf3\x68\x23\x5d\x64\x8b\x5e\xca\x1e\x89\x60\x46\x35\x0d\x5f\xd4\xe0\x83\xdc\x05\x89\x6b\x9a\x1b\x1a\x86\x26\x5f\xed\x43\xc6\x35\x8d\x05\x04\xfc\x3e\x97\xab\xf2\xbe\x69\x2a\x7a\x44\xe8\xde\xd9\x82\x64\x7c\x9f\x94\x26\xa8\x9f\x38\x1b\x23\x70\xcb\x33\xab\x41\x28\x5f\xce\xe3\xa5\x17\xa2\x53\x37\x87\x1c\x6c\xb8\xc5\xec\x37\x63\x2d\x62\x31\xa9\x0d\x2e\x95\x59\x5c\x78\x30\x47\x38\x98\x9e\xcd\x34\xa7\x4a\x0e\xbc\x08\xc3\x2c\x29\xd2\xf6\x49\x18\x7e\x0e\x08\x0f\xc4\x4d\x80\xce\x2b\x2e\x0a\x92\x0d\x34\xd5\x8f\x95\xd3\x42\x36\x63\x6b\x76\x7a\xa0\xc5\x40\x00\x1e\x42\x9b\x66\xed\xcc\x57\x5c\x4c\x4d\xe7\x49\x85\x1f\xdd\x4f\xf7\xa0\x99\x53\xb4\x69\x46\x9f\x13\x49\x9b\xa6\x08\xc3\x0d\x91\xc9\x0e\x7a\x54\xcf\x82\x30\x24\xa4\xe6\x12\x9b\x41\xf4\x2f\x4c\xca\x36\x06\xac\x5b\xe3\x7c\xc7\xce\x0d\x41\x18\x6e\x4f\xe3\xd6\xee\xd8\x5b\x45\x99\xfe\x16\x04\xaf\x3e\xff\xe6\x50\xf4\x2b\x7c\xf9\xb4\x0e\x66\x41\xd5\xb6\xae\x35\x20\x95\xba\x40\x85\xb5\x09\xc0\x73\xc6\xc4\xc3\x51\x62\x8f\x8a\x30\xc9\x1e\x0d\x0d\xed\xc4\x4b\x9a\x1d\xe9\xa2\x1f\x30\xbb\x42\x98\x4c\x45\x4f\x90\x8d\x87\x28\xfa\x6f\x2a\x8a\xba\x85\xeb\x9a\x2a\x87\x2b\x6b\x52\xbf\x38\x89\x8e\xde\xb5\x32\xd6\xa7\x01\xcf\xef\xbc\x1f\x37\xda\x6c\x2c\xa3\x19\x45\x69\x9b\xd9\xcb\xd0\x21\xf3\xdf\x09\x79\x83\x5f\xee\x2a\x75\x0d\x85\x32\x5d\x47\x94\x23\x77\xac\x1b\xf6\x14\xb7\xc2\x5e\x60\xf6\x81\x88\x39\x38\x56\xe8\x67\xd8\x25\x22\x90\xb6\xea\xdc\xb2\xbc\xb5\x01\xac\x20\x46\x7c\xd3\x54\xa7\x93\x51\x60\x2f\x30\x3f\x2f\x23\x39\x00\x9f\xcc\x01\x4a\x1a\xa3\xd1\xfe\x5f\xab\xc7\x64\xbe\xc8\xe3\xce\xd7\x72\x1a\x91\x6a\x70\xb2\xb7\x95\x33\x56\x86\xba\x00\x74\x31\x07\x4e\xe4\x5e\xf1\x6a\x5a\x94\x4b\x74\x24\x79\x50\xfc\x11\x22\x5d\x7b\x1e\x58\xec\x95\x3e\x4b\xc6\x97\x8b\xdb\x29\x88\x71\xff\xf1\xf6\xab\x53\x7b\x26\x26\x41\x0e\x24\x9a\x66\xc0\x6e\x89\x7a\x4c\x14\x80\xd1\x2a\x0e\xab\xa4\x9a\xbe\xfe\xfa\xed\x37\xba\xcc\x8a\x62\xd9\x9f\x55\xe5\xee\x1d\xbc\x0f\x7c\x88\x78\x50\x97\x0f\xbb\x22\xa0\x1e\xd2\xac\x2d\x0b\x75\x53\x1b\xa1\x8c\xee\xb7\xfe\xf8\xc3\xfb\x6c\xa3\x0f\x4c\x24\x80\xb2\x2a\x51\x55\x65\x05\x51\x4a\x98\x26\x63\x38\x33\x75\x1a\x09\xde\xc8\xbb\xac\xc8\x57\x17\xff\x78\xfb\x55\x74\x11\x8c\x89\x8c\xf1\x18\x29\xbd\x38\x0b\x83\x27\xca\x0e\x72\xf1\x91\x5a\xd5\xca\xb5\x0c\xf4\x01\x96\x32\x85\x3e\x7b\xb7\xba\xcb\x92\xeb\xf4\xd9\x25\xfb\x1a\x4e\xe2\xf1\xb5\xbc\xdc\xb0\xf7\x86\xed\xab\x0f\x37\xbb\x5c\x19\xd5\x4e\x93\xef\xb2\x8d\x68\x2a\x51\x0b\xd5\xac\xf3\x42\x80\xae\xe7\xdd\x93\x4a\xa1\x5b\xf1\x61\x23\x24\xf5\x15\x40\x3f\xa9\x9e\x35\xdd\xa0\x8f\xb8\x59\x9b\x5d\xdb\x81\x9c\x3e\xea\xce\xb1\xf2\x77\x1a\xeb\x69\x93\xd3\x48\x17\x39\x0e\x92\x60\x3c\x10\x7a\xc7\x29\x10\xf2\x58\x45\x81\xe6\x53\xd2\x80\xe5\x2e\xd8\x05\x08\x6e\x34\xf1\x68\x1a\xfb\xee\x88\xf3\x07\x60\xd6\x4d\xc0\xc0\x8e\xb5\x98\xa2\xee\x63\x39\x14\xa5\x92\x3c\xc5\xd2\x60\xda\x65\x3b\x3e\xac\xa5\x04\xd4\xdb\x21\x3a\x02\xd1\x41\x15\xa1\x91\x5a\x54\x89\xb5\xac\x4a\xb9\x90\xcb\x72\x25\xbe\xfb\xf6\xcd\x27\xe5\x6e\x5f\x4a\x0c\x96\x39\x0e\x78\x30\x1e\x78\xe2\x9f\x87\xe9\x11\x88\x21\x4a\x14\xac\x8e\x3c\x38\xed\x64\x00\x60\x9b\xfe\xfc\xcb\x41\x54\x1f\x4c\xe8\x81\x6f\x8a\x2c\x97\xce\xa4\xd1\x8e\x41\x17\x5e\x23\x47\x41\x81\x66\x12\x59\x2b\x32\x68\xfb\xd2\xf3\x3c\xfa\x49\x11\xc9\xc0\xdb\x48\x0f\x9d\x53\x42\x9a\xa9\x18\x06\xb4\x67\xdf\x59\x8b\x2a\xcf\x8a\x61\x94\x44\xd3\xb9\xc4\x08\xc2\x4c\x46\x6c\x09\x02\x7c\xf8\x49\x03\x05\xa8\x21\xd4\x6d\xb4\x1e\x31\xd6\x01\x28\x36\x13\x66\x95\xb6\x52\x00\x11\xfb\x5c\xa9\x11\x64\x1e\x21\xf6\x09\x98\x9a\x9e\x16\xe8\x84\x35\x1d\x3f\x77\xdd\x65\xba\xa3\x8d\x34\x29\xaf\x49\x10\xd9\xd3\x37\xc4\x0b\x35\xf3\xba\x23\xd3\xd1\x2c\xca\x7b\xd5\x82\x6c\xe3\x53\x73\x7c\x6c\x9a\x91\x0b\x78\x03\x22\x9b\x5e\x03\x7d\x53\x34\x5f\x86\xd5\x05\x90\x44\x33\x85\x9e\xd0\x4a\x52\x4b\x69\x86\xc8\xcb\xa3\x6e\x4b\xa4\x70\x16\x60\x0c\x58\xe1\x64\x34\x5f\x2b\x16\x5c\x57\x9a\xd2\x68\xe2\x1d\x0d\xe4\x95\x67\xf2\x22\x80\xb3\x15\x0d\xfe\xaa\xf8\xe5\x1f\x5e\xcc\x2e\x37\xec\x13\xc5\x2f\xff\x63\xfa\xfc\xd9\x25\xfb\x54\xf1\x4b\x92\xc4\x61\x4a\x7f\xe2\xc9\x8f\x61\xfa\xfc\x92\xfd\x0d\x08\xd0\xf4\x79\x4c\xa3\xe4\xe2\x5a\xa5\xcf\x49\xf2\xa3\x2e\x32\x7d\x4e\x9f\x5d\x6e\x76\xec\x2b\x43\xa0\x3e\xff\xf4\x7d\xf3\xc5\xa7\xaf\x5e\xeb\x13\xeb\x6b\x9d\x76\x7d\x79\x7d\x79\xc9\xbe\x51\xfc\xf1\xc8\x7e\x81\xbf\xdf\x2a\x1e\x3c\xbf\x0c\xac\x3f\x6c\xf0\x3c\xa0\xec\xe3\x01\x13\xa2\xcc\x07\x46\xfe\xde\x57\x2f\x77\x0d\x9d\x4e\xb7\x18\xe5\x4c\x63\x75\xe1\x0b\xeb\x95\x3b\x63\x65\x5f\x67\xdf\xd1\x3f\xa3\x46\x44\x9a\x50\xd0\x15\x2f\x8d\x8c\x3a\x18\x6b\x4a\x57\x25\xb3\x34\x26\x15\xaf\x1c\x28\x4c\xd3\x04\xcf\x03\x86\x5e\x7b\x02\x3c\x55\x92\x94\x3a\x13\x79\x49\x69\xd4\x7f\x06\x87\x12\xe9\x87\x5f\xfa\xb9\x4f\xa7\x11\xa1\x44\x70\xce\x7f\x51\x9e\xe7\x36\xa9\xf1\xf9\xd2\xe1\x8d\x24\x75\x8a\xa6\xa0\x48\x3e\x92\x1a\x9d\xaa\xfc\x79\x69\xde\x29\x78\x6d\xcc\xa5\xcf\x1a\x13\x17\x4d\x53\x36\x4d\x9e\x14\x69\x5c\xc6\x23\xb2\xe4\x05\x35\x12\xbf\x88\x28\x08\x34\xae\x8f\x38\xad\xfd\x7f\x41\x59\xa6\xff\x8c\xe6\x20\xde\x58\xda\x7d\x38\xf3\x73\x27\xb3\x54\x1f\x07\x72\xf0\x22\x0b\xc3\x0c\x86\xba\x6d\xfa\x1b\xd5\xf3\xa9\xe4\xb7\xd3\xec\xe7\xec\xe1\x9d\x50\x2a\x97\x9b\x7a\xba\x2e\x32\x65\x9c\x5f\x5d\xcc\x79\x89\xdb\x43\x2b\x67\x4d\x64\xaa\x0f\x16\x79\x22\xf5\x99\xbd\x6a\x1a\x52\xf1\xc7\x23\xa5\x89\x4c\x31\x9a\xb6\xa3\x88\x5e\x8c\xd5\xd1\x0c\x02\x2b\x31\x71\xfc\x58\x81\x4a\x99\xdf\xe3\xaf\x6f\x38\xb5\x54\xf9\x9d\x88\x66\xac\xc8\x6a\xf5\xb6\x5c\xe5\xeb\x5c\xac\xc0\x93\x57\x65\xe0\xd1\xeb\xd7\x35\x7a\x3c\x54\x45\x64\x0b\x01\x26\x3f\xf8\xfc\xd3\xf7\x01\xcb\xeb\xaf\xca\x65\x56\x44\x68\xa9\x71\x53\x1e\x54\x93\xed\xf7\xfa\xff\xa4\x56\x65\xa5\xb7\xfa\xe9\x78\x02\xdf\xac\xf3\x52\xc2\x8e\xaf\x37\xff\xe6\x3e\x5f\x41\x98\xd8\x67\x97\x48\x7a\xee\x0d\x2c\xc0\xb2\x2c\x28\xc3\xb0\x47\x10\xb9\xb2\x2a\x35\xdb\x07\x11\x5f\x46\x33\x96\xd5\x1f\xe4\xd2\x84\x93\xd6\x3c\x09\x84\x3f\x0c\xf4\x19\x2d\x47\x9e\xee\xf2\x61\x72\x7f\x7f\x3f\x59\x97\xd5\x6e\x72\xa8\x0a\xdc\xe5\x56\x8b\x8b\xe5\x56\x33\x49\x8a\x7f\xf7\xfe\xb3\xc9\x7f\x06\x4c\x33\x93\x7b\x65\x1c\x0f\xbf\x55\x18\xff\x04\x39\xb0\xbd\xde\xbe\x02\x8c\x96\x80\x29\xfa\x32\x60\x0f\xfa\xbe\xf3\xa5\x5d\xc1\x2e\x1c\xd3\xc6\x7e\xae\x01\x4f\xd4\xcb\xa0\x53\x4c\x8e\x9f\xb3\xbb\xcc\xc4\xb1\x39\xda\xba\xd7\xd1\xa3\x2e\xf3\xf2\xfa\xe6\x61\x57\x5c\xdf\x5c\xe2\x27\x2f\xaf\x6f\xf4\xef\x25\x96\x77\x79\x7d\xa3\x7f\xaf\x6f\x2e\x8f\xac\x12\xf5\xbe\x94\xb5\xf8\x2c\x17\xc5\xca\xbc\x1c\xd8\xc4\x7f\xbc\xfd\x2a\x30\xad\xb0\x49\xef\xc5\x83\xb2\xd5\xb2\x69\x5f\xbe\xfb\xfa\x6f\x58\x83\x3b\x51\x29\xe3\x7a\x09\x55\x0c\x22\xe4\x44\x91\x0f\xbd\x80\x36\xeb\x8e\xc6\x5b\x5d\x4a\x10\xe9\xb7\x91\x73\x35\xc9\xba\xe1\x51\xcb\x28\x1f\x99\x37\xa5\x71\xca\xd8\xa1\x7a\x50\xfa\x1c\xe8\x26\xd5\xe1\x8c\xe9\x8b\x8a\xdf\x28\x02\x0b\xa7\xbb\x56\xf4\xc9\x3b\x7a\xa3\x48\x37\x15\x42\xd7\xe8\x84\x36\x0e\xd3\xf7\x8a\x7c\xa3\x28\x24\xbe\xaf\x32\x59\xef\xcb\x4a\xe9\xc4\x5f\x4c\x62\xef\xb3\x83\x52\x2f\xd2\x71\x39\x58\x9c\xc0\x5f\x1b\x61\xe2\xaa\x5d\xcf\x87\x3d\x38\xca\x73\x05\xc1\x25\xd8\x9e\xaf\xa6\xa6\xd5\x4d\xb3\x42\x61\x23\xde\x82\x2f\x58\x8b\x34\xb2\x37\x9c\x13\x8d\x6f\xc9\x9e\x46\x56\xaa\x79\xd7\x01\x31\x60\x1b\x7e\x3b\xfd\x24\x2b\x8a\x9b\x6c\x79\x5b\x93\xa0\x94\x4b\x71\xb1\x13\xbb\xb2\xfa\x10\x50\xf6\x81\xaf\xa6\xb5\xca\xd4\xa1\xfe\x04\x02\xf9\x3f\x1e\xd9\x5b\x4d\x63\xef\xf5\x9f\x07\x1e\x60\xa8\x5b\xb1\x0a\xd8\x2b\xfe\x58\x89\x6c\xf5\xe1\x9d\xd2\xc7\x7a\x08\x2a\xff\xad\x99\x16\x5f\x88\x6c\x35\x14\xb4\x5c\xef\x18\x05\x0a\xbe\x32\x13\x48\xea\xf1\xb8\x50\xfc\x6f\x0a\x9d\x6d\x4b\xba\xa0\x59\xa2\x4e\x42\x73\x40\x60\x7f\x4e\xce\x3e\xea\x00\x46\xa8\xe4\x45\x8a\x2a\x53\x31\x90\xf5\xd8\xe1\x32\x14\x72\x19\xca\x70\x7f\xec\x42\xb3\x7f\x1b\xa1\x5e\x15\x45\xb7\x2d\x43\xe8\xdc\x45\x5c\x46\xce\x54\xe5\x5b\x04\xfe\x38\x69\xb9\x37\x19\x5b\x3f\x40\xc1\xef\xfb\x95\x4b\x07\x92\x9a\x46\xb0\xb7\x89\x48\xb9\x51\xbf\x1e\x59\x79\x27\xaa\x2a\x5f\x89\xb7\xf9\x0e\xa3\xb6\x9e\x15\xb6\xeb\xcf\xac\xa6\x3b\x93\x8f\x0b\x5b\x42\x3b\xb6\xc3\xc3\x03\xae\xf9\x05\x7d\x65\xbd\x09\x45\xf2\xca\xcc\x07\xdf\x47\x45\x21\x2f\xfd\x21\x51\x29\x4f\xf4\x5f\x26\x12\x95\xa6\xdd\x40\x34\xd9\x8d\x5e\x2c\x03\x26\x3c\x4d\xf3\xe0\x98\xbd\x30\x94\x53\xc8\x48\x14\x65\x5f\x93\x99\x55\x35\x1f\xe1\xc0\x70\xe7\xf0\x24\x5e\x51\xb6\x9a\x1e\xaa\x82\x13\x22\x9a\x06\x2e\x9b\xc6\x6c\x20\x74\x1c\x04\xd4\x71\x6f\xaf\x15\xf3\x88\xff\x38\xb8\xbc\x0c\xf4\xbb\x08\x4d\x34\xdd\x09\xb5\x2d\x57\x4d\xa3\x4c\x58\xbb\x95\x4b\xc1\x2c\x6c\xd5\x6e\xc8\x9c\xb4\x37\xc0\xbc\xd0\xf3\xdc\x50\x10\x58\x77\xd7\xd5\x74\x59\x95\x75\xfd\xba\xdc\x65\xb9\xa4\x8f\xcb\x61\x4e\x4d\x1f\xe4\x97\xb8\x97\x42\x63\x98\xb9\xc1\x1f\xd6\x29\x84\x7f\xdc\x6b\xcf\x58\x6f\xc3\x65\xad\x46\x9c\x2f\x7b\x4f\x96\xf0\xc0\x9c\xf8\xdf\xd3\xc7\x6e\x41\x9a\x66\xe6\x6b\xd3\xac\x30\x5c\x4d\xbd\xfd\xb0\x0d\xf6\xd8\xf2\x39\x36\xa3\x79\x83\xdb\x03\x0f\xde\xea\x5e\xad\xb2\x15\x80\x0f\x66\x05\xa5\xec\x67\x4d\x2d\xd9\x8a\x29\xf6\x8a\xb2\xc2\x0a\x2e\x5e\x01\x27\xb2\xbe\xc8\x25\xf8\xf5\x0a\x8c\xdd\xbf\x9a\xe2\xae\x4c\xc3\x70\x06\xde\xb5\xc8\x40\x8c\xc7\xc0\x77\x74\x44\x65\x01\x90\x45\x95\x55\xaa\x1d\x49\xfc\xe9\x02\x10\xb2\x15\x58\x47\x98\xc0\x48\xa3\xaf\xcc\x09\x05\xb3\x52\x96\x63\x4f\xb7\x11\x05\x41\x6d\xdb\x79\x29\x3e\xd3\x33\x80\xde\x69\xa8\x2e\x72\x09\x18\x10\xd1\x29\x47\x7e\x93\x65\x00\x7f\x61\xd3\x8b\xf8\xe3\xea\xf1\xab\x62\xc1\x38\xd0\xec\xef\xd6\xd4\x10\x39\x66\xab\x70\xa4\xcc\x1b\x06\xaf\x5a\xad\xb4\x88\xf7\x06\x0c\x74\xfb\x63\x4e\x5e\x39\x97\xb1\x38\x08\x83\x28\x88\x03\x3a\xb6\x43\x87\x96\x9b\x26\x3f\x0a\xc0\x57\xd3\x65\xb6\xdc\x22\x82\x67\xee\xaa\xf7\xa9\x62\xc1\xb3\x79\x40\xd9\x76\xb8\xc0\xe0\x27\x1e\x8c\x1f\xd4\x74\x73\xc8\x57\xe3\xf1\x78\x6b\x17\x6a\x8e\x97\xf9\xda\x32\x83\x00\x6a\xe1\x73\x87\xe0\xe1\xf6\x6a\xda\xa7\x9e\x24\x78\xb3\x9e\xd8\x3c\x93\x77\xb9\x5c\x8a\x80\x9d\xbc\x09\x32\x68\x95\x6d\x9e\x2a\xe4\x6f\xa5\x14\x93\xb7\x7a\x29\x04\x6d\x6e\x4a\x99\xb7\x00\xda\xb1\x37\xb2\xfa\xde\x28\x2b\xff\x96\x0e\x7f\xc9\x14\x30\x79\x0f\x26\xe3\x9d\x02\x28\x1b\x7a\xe1\x15\xb0\x8b\x81\x4f\x6b\x92\x59\xaa\xab\x63\x18\xc9\xa4\xfb\x24\x8d\xcf\x3e\x19\xeb\x53\x02\x54\xdb\x4f\x8e\xf5\x56\x36\xfe\x56\x8d\x83\xc5\xc5\x2f\x7c\x36\x9d\xcd\x83\x28\x08\x68\xd4\x16\x83\x50\x4a\xab\xe9\x16\xb7\x37\x3a\x50\xcd\x75\xfb\x38\x59\x63\x00\xc7\xd5\x14\x83\x31\xbd\x13\x72\x65\x61\xb1\xfc\x34\x54\x74\xee\xd9\x2b\xb6\xa2\x4d\x53\xfc\xff\xdc\xbd\x09\x73\xdb\xb6\xb7\x28\xfe\x55\x24\xbe\x94\x17\x88\x20\x99\x92\x77\x2a\x08\xc7\xcd\xd2\xb4\x37\x4e\xd2\xc6\x6d\x9a\xd2\xac\x87\x96\x60\x9b\xb5\x44\xea\x47\x42\x5e\x62\xea\xbb\xff\x07\x07\x0b\x41\x8a\x72\x92\xde\x77\xe7\x3f\xf3\x92\x19\x8b\xc4\x4e\x2c\x07\x67\x3f\x46\xb6\x7c\xa4\x60\x3c\x34\x72\x47\x1d\x78\x73\xc8\x25\xc4\xe8\x9d\x56\x0e\x44\xc8\x91\xb4\xfa\x9e\x0e\x8a\x25\xf0\x67\x45\x0a\x38\x15\x99\x4a\xe6\x23\x26\x29\xfd\x47\xa0\x5f\x0a\xca\x48\x89\xf6\xa0\x42\x44\xe8\x90\x2c\x5d\x77\xde\x80\x1d\x10\x55\x2a\x3c\x22\xd3\xa8\x06\x97\xa6\x03\x20\x00\xc4\xc4\x73\x69\xcd\xf3\xdc\x83\xc0\xc4\x1b\x7d\x6d\xe9\x0f\x71\x54\x79\x07\xaf\x00\x24\xc9\x37\x2c\xe1\xfa\x8c\x76\x87\x24\x1d\x14\x82\x2e\x3a\x26\xef\x71\x05\x8d\xe1\x6e\xe5\x57\x79\x76\xdb\x39\x19\xbf\x47\xfd\x21\x39\xc1\xab\x15\x5c\xab\xf0\xe6\xbc\xcb\x3a\x06\xcf\xb4\xe9\xf9\xf7\x40\xf6\xc6\x64\x22\x2f\x51\x81\x2f\x9e\x93\x63\x72\x4b\xee\x28\x1f\xcf\xca\x12\xcd\x04\x71\x5b\xb8\x6e\xc3\x38\xa9\x10\x13\xa6\x44\x33\x19\x9d\x08\xa8\x45\x6a\xd3\xc5\x9e\x7b\xc1\x8e\xef\x91\x0b\xca\x9e\xd3\x91\xe7\xb9\x2e\x7b\xb6\xed\x79\x65\xb9\xed\xed\x50\x4a\x19\x11\x60\xe7\x78\xcd\x38\xdd\xf2\xde\x55\xc5\x1d\x55\x74\x08\x99\x50\x56\xed\xc6\xb1\xf3\x54\xc0\xa7\x49\xe8\x45\x63\x3c\xa9\x84\xcc\xda\x9d\x45\x0e\x51\x92\x98\x41\x55\xc4\x91\x5b\x43\x25\x1b\x67\x4c\xea\x4d\xe6\x55\xb8\xe8\x42\x60\x2d\x05\x80\x02\x88\x08\x0d\x40\x2a\xc7\xf8\x61\x62\x48\xf0\x04\x8f\xcf\x73\x16\x5f\x8b\xfb\x4f\x0c\x26\x49\x3b\x29\xce\xe4\xb8\xc4\x02\x54\xb1\xd0\x53\x89\xa1\x4e\x64\x80\xee\x41\x45\xdc\x84\x89\x40\x21\x7b\x22\x23\xc2\x0f\x19\x4d\x54\x8b\x31\x88\x62\x13\xbc\x02\xff\x1e\xb1\xe8\xc1\x28\xab\x67\x5d\xf9\xed\xae\x5b\x0d\x25\xc3\x24\x0d\xb3\x68\x85\xa6\xe4\x88\xc4\x18\x93\xee\x05\xa8\xb3\x2b\xa5\x0b\x1d\xa1\xd4\x06\x0f\x52\x6a\x6f\x95\x01\x0a\xaa\x56\x02\x54\x62\xa7\xf6\x70\x25\x51\xa5\x5a\x8b\x6c\x13\xb6\x15\x26\xcd\x35\x6d\xf8\x95\x86\xb8\x3c\x0f\x2b\xb2\xb4\xd7\x52\x5d\x4c\x30\xfb\xcb\x70\x18\x49\x1c\x1e\x70\x41\xab\x5f\x3c\x0b\xe3\x26\x72\x5b\x9b\xc6\x58\x86\x04\xcb\xe8\x52\x6f\x87\x71\x06\x2a\x7c\x20\x2f\xb4\x88\xd2\x50\x45\x30\x6d\x49\x07\xa4\xb8\x3b\x71\xdd\xdc\x75\xe5\x08\x5f\x03\xc5\x26\xc9\x2d\x2b\x01\xa4\x5e\xfa\x0b\xc0\x07\x44\x46\xac\x9e\x45\xb7\x72\x87\x66\x62\x37\x18\xd6\xbb\x84\xaa\x13\xd7\x9d\x80\xe9\x01\xec\x08\x14\xd3\x59\x38\x81\x3d\x90\x45\x65\x39\x0b\x9d\xa7\xf0\x68\xc5\x2d\x9f\x81\xd6\x53\x41\x13\xcb\x3d\x2e\x0e\x87\x91\x34\x59\xb0\x1a\x00\xe0\x6d\xda\x80\x37\x8c\x1f\xc0\x2b\x76\x1c\x88\x62\x49\xe4\x83\xaf\x83\x19\xec\x6a\x94\x51\x51\x86\x2c\xcd\x26\x2a\xc4\xfc\x5b\x7b\x1a\x0a\xc7\xa2\xfb\x58\xcc\x08\x00\x99\x02\x73\x1a\x1b\x4d\x50\x29\x3b\x12\xef\x15\x40\x52\x9c\xd3\x02\x68\xb8\x9a\xe4\x87\xc0\x8f\x1f\x07\x27\xbe\x80\x4a\x72\xf9\x0a\x01\x8b\x2e\xf2\x6c\x2e\x8e\x41\xcf\xe9\xf0\x4c\x4c\xc0\x6a\xb5\xaa\xb7\xa3\x80\xb7\x43\xc4\xbc\xfb\x7c\x25\x76\xfa\x31\x39\x22\x17\x98\x5c\x04\xa8\x81\x13\xa0\x5b\x7a\xd4\x76\xe2\xdf\xc6\x05\x37\x68\x80\x74\xff\xb2\x86\x04\xd0\x5b\x4c\x36\xd5\x17\xd7\xbd\xae\xa6\xae\x7e\x7a\x8b\x31\x19\x49\xc0\x56\x96\xce\x9b\x57\x47\x2f\x1d\xb8\xc1\x04\xf6\x14\xdc\x51\x27\xcd\x74\x50\x05\x5f\xc1\x3f\x99\xca\xe7\x7a\x1c\x3e\xba\xa3\xc7\x40\x11\x31\x72\x45\x8f\x25\x32\x75\x41\xbb\xe8\x9c\x1e\xab\x2b\x4a\x60\x72\xe7\xf4\x8e\x74\x99\xeb\xde\x95\xa5\xb8\xef\xf4\x94\xc2\x19\x65\xd4\xc3\x18\x10\x03\xa0\xab\x28\x33\x8f\x10\x8f\x08\xf1\xb2\xbc\x13\x24\x0d\xb9\x08\x6e\x6a\x2e\xd9\x16\x24\xbc\x22\x77\xe4\x28\xc2\xfe\x8d\xed\x93\x6d\x21\xae\xb6\x3b\x72\x1e\x55\x8d\x0a\x02\x0f\xdd\x0b\x72\x5e\x01\xff\xda\xa5\x78\x11\xc8\x6b\x51\x2d\x93\x0f\x6f\xaf\xe4\x18\xc5\x2d\x49\x2e\x82\x2b\x5f\x34\x77\x09\x7e\x8e\xac\x4e\x22\x2c\x5a\x42\x8d\xfb\xf5\x85\xba\xbf\xcd\x1d\xdb\xef\x6b\x7c\x1e\xc4\x86\x6d\xd8\x7c\x06\x1a\x7c\x9a\x1c\x3f\x02\xb2\xfb\x97\x8f\xef\xdf\x6d\xb0\x71\xeb\x5c\x6b\x33\x1b\x92\x12\x09\xfd\x24\xa9\xfe\x11\xc0\x5b\x3b\xc5\xad\xeb\xa8\x39\xe0\x55\xf0\xe7\x9a\x5e\xdd\x25\xe3\x0e\x71\x16\x59\xc1\x5b\xbc\xcb\x37\x6c\xda\xea\xe1\x34\x2e\x91\x8e\x57\x50\x96\x39\xc9\xc1\x2b\xb9\x76\x2d\x21\xb9\x39\x95\x7f\x33\xe0\x5f\x31\xc9\xec\xe4\x44\x43\x24\x3f\x91\x87\x24\x25\xea\xd0\xf8\xe0\x60\xa4\x29\xf6\x02\xdd\x29\x65\x5f\x5e\xe3\x50\xa1\xf5\x38\xab\xe3\x8a\x42\x37\xe8\x9d\x09\x64\x06\xda\x69\x10\xff\xa9\x06\xa1\x41\x33\xc6\xc2\x5b\xa9\xa9\x0a\xb6\x54\x8e\xa3\xdc\x70\xeb\xc0\xee\x6b\x08\x81\x99\x71\xf8\x68\xfb\x5b\x25\x63\xd7\x7c\xaf\xb9\xdd\x80\xd6\xb0\x98\xb0\x43\xc3\xa6\x1d\xd6\x19\x8a\xf6\x2d\x66\xb3\x61\x56\x2b\x52\x81\xf9\x86\xb7\xde\x2a\xd0\xbd\x1a\xe0\x6a\xd5\x14\xec\xdd\xe6\xf1\xe2\x68\xd6\xa2\xd2\x6d\x73\x31\xe0\xe6\x46\xd2\x95\x0e\x12\xb3\x62\x54\xb0\x43\x4f\x50\x12\x9c\x5e\x2b\xc7\xcf\xa1\xd7\x88\xd6\x8f\x07\xec\x3f\xc8\xc3\x56\x8c\x50\x5d\xac\x6e\xa0\x54\x8b\x27\xac\x5b\x26\x7c\x4d\x2c\x68\x22\x08\x83\x24\x6f\xcc\x64\x8c\x65\xc5\x54\x00\x83\xf1\x31\x16\x23\x5c\x4f\x36\x6e\x77\xb1\x89\x2c\x2b\x75\xfe\x15\x4f\x48\xcc\xc4\xcf\x69\xda\x1e\x76\x7e\xa3\x31\x84\x65\xec\x62\x1a\xa8\x9b\xba\xe0\xaf\x59\x3f\x18\x43\x87\x94\x1a\x3a\xab\x40\x95\x1b\x83\x20\x1d\xa8\x55\x02\x09\xa7\x1d\x16\x17\xcb\x61\xb7\xb0\x97\x2e\x2b\x3b\x90\x56\xfd\x9e\xb4\x3e\x6e\xd1\x38\xaf\xeb\xd6\x63\x5f\xf5\xb0\x4c\xd7\xfa\xa8\x85\x71\x85\x75\x44\x0c\x0f\xd2\x8c\x23\xe7\x3c\x9b\xde\x3b\x2d\x31\xca\x2b\x93\x20\x13\x9f\x56\x0b\x4c\xb5\xb6\x04\x9c\x2e\xed\x51\x53\x99\xe5\x2e\x0a\xb6\x9c\x66\x85\xf6\x90\xd5\xe2\x60\xa5\x51\x10\x22\x8e\xa9\xe8\xad\xed\x59\x6d\x8d\x74\x11\xb3\x23\x3d\x0a\x8c\xd7\x8e\x0c\xf7\x48\x4c\x0c\xe8\xa6\x26\x81\xba\xbb\xca\x6d\x2c\x53\x20\x1c\x56\xdc\xa1\x7c\xf0\xe7\xf1\xdb\x37\x9c\x2f\x14\x99\xa9\xb0\x10\x26\x4e\x32\x70\xc5\xff\xe4\xf4\xc1\x03\xd7\x0f\xc3\xd1\x68\xdb\x1f\x79\x3b\x2b\xf2\x9a\x37\xc5\x5c\x77\x57\x39\xc2\xe3\x9b\xc1\x24\xcb\x0b\xda\xed\xbe\xe6\xae\xeb\xdc\x26\xfc\xea\x45\xce\xa6\x2c\xe5\x49\x3c\x2b\x9c\x24\xed\xbc\xe6\xe4\x06\x2a\xd2\xd7\x1c\x8a\xa9\xc1\x1a\xf2\xaa\x05\x72\x4a\x3d\x1c\xd9\x74\x59\x8a\x96\xbb\xac\xc6\xcd\xd3\x68\x4e\x2d\xe8\x7a\x15\x34\x0d\xc8\x20\x39\x3e\x41\x8f\x40\xa0\x5d\xa4\x94\xe8\x19\x70\xf9\x98\xa4\x38\xc5\x5b\xc1\x40\xc1\x95\xb0\xc1\x22\x2e\x8a\xdb\x2c\x9f\x62\x02\xb5\x25\x8e\x6b\xe3\xd6\x55\xa2\x40\x9e\xa9\x95\xa0\x71\x69\x55\x50\x13\x51\xae\x5b\x0c\x9a\xbc\xe2\xb6\x34\x54\x55\x11\x9d\x5b\x9f\x5a\x96\x49\xe8\xfc\xd9\x57\x4b\xc5\xa6\x7d\x08\xab\x1c\x95\x25\x6a\x4d\xa7\x4e\x7d\x6d\x1d\x4c\x12\x5c\xac\xf3\x14\x62\x02\x4a\xf3\xe3\x56\x35\x71\x7b\xeb\x00\x1e\x9f\xd2\x62\x90\xa5\xb3\x2c\x9e\xc2\x03\x60\x51\xf0\x04\x44\x38\x3c\x29\xca\x1b\x9e\x81\xac\x05\xd4\x6c\x72\x15\xa7\x97\x32\xda\x39\x51\xcc\x06\x40\xe6\x0a\xcd\x87\xf0\x15\x4a\x26\x6d\x94\xd6\xfc\x9b\x15\x0a\x8d\x0a\x32\xe4\x11\x55\x14\xfb\x19\xd2\xe9\xa4\xb0\x30\x36\x91\xf1\x27\x0f\x75\x52\x54\x96\xad\xc5\xa4\x8c\x0b\xa2\x9a\x14\x86\x9e\x51\xac\x44\xc8\xc1\x6d\xea\x5f\x56\x51\x76\xc7\x83\x87\xf3\x24\x8d\xf3\x7b\xbf\x4a\x5e\xf9\x0f\x20\x0e\xab\x17\x5c\x11\x88\xc8\xbb\x2e\xc7\x40\x58\x9a\x8a\xe8\x79\x95\x3e\xa8\xeb\xb3\xab\xe7\x94\x23\xfd\xe9\x95\xe1\xb4\x99\xfd\xa0\x5a\x87\xd4\x6f\x9d\x7d\x6b\x39\x05\x2a\x5d\x58\x6c\x07\xd7\xdd\xc8\x61\xe1\xae\x9b\x22\xa5\x69\x29\x46\x20\x57\x4f\x32\x56\x0a\xc9\x53\x61\x35\xae\x9d\xa4\xee\xa4\x97\x2b\x4d\xd9\x4c\x54\x10\x17\xc9\x6a\x99\xac\xd6\x84\x11\xd0\x0f\xa8\x75\x7c\x15\xa7\xaa\x1d\x0b\x1b\x4f\x02\x2f\xfa\xc9\x82\x53\x25\xd5\xaf\x89\xef\x8c\x44\x58\x96\x51\xa2\xdf\x4a\x6e\x4b\x3a\x35\xd1\xee\x86\x74\x36\x99\xb7\xa6\xdf\xf5\xab\x9c\x9a\x04\x58\xf5\xb6\x75\x7a\x8e\x02\x5f\xb4\x5a\x8a\x82\x58\x26\x83\xd8\xf7\x1b\x50\x2b\x66\x23\xd0\x16\x22\x85\x09\x53\x06\x29\xf5\xe9\x32\x28\x5d\x1d\xa2\x9a\x60\xfe\x86\xad\xac\x9e\xc4\x84\x91\xf5\x69\x95\x8e\x66\x04\xb6\x68\x4d\x67\x05\xae\x37\xf4\x52\xc1\xed\x06\xfc\x62\x6a\x79\x8e\x38\xcf\x8b\x76\xc8\x0d\xa8\xbc\xc0\x42\x9c\x67\xb2\xec\x73\x07\x2b\xb3\x2b\xbb\xb2\x0c\xf1\x0f\xea\x58\x0f\x4a\xf0\xef\xeb\x02\x2f\xe4\x3b\x29\xf2\x89\x0f\x20\x7e\x85\x07\x59\x8a\x1c\x71\xb8\x3a\x8a\xec\xab\x5f\xde\x5c\xeb\x92\x8a\x83\x27\x8d\x12\x5c\x37\x41\x16\x40\x92\xe4\xe8\x8e\xb7\x03\x77\xa1\x7c\xc5\x2b\x4c\xce\x01\x27\xaf\x47\x92\x15\xc8\x62\xcb\xee\x4e\xe5\x29\x32\x8a\xaa\x6f\x38\x0d\x23\xf2\x07\xa7\x5b\x88\xe2\xd3\x00\x05\xd4\x2d\x9f\xe0\xf2\x34\x90\xaa\xa9\xd6\xc6\x15\xa4\xd5\xc2\x77\x26\x4a\x40\x2c\x25\xfe\x0b\x2d\x2f\x5e\x8f\xdc\xf2\x86\x4b\x5d\x76\x20\xf4\xa4\x35\x48\xcf\x39\xb3\x24\x02\x35\x74\x9a\x81\x12\x0e\x6b\xdd\x45\xa2\x23\xd0\x0c\x58\x38\xed\x31\x7c\x34\xab\x51\x7a\x96\x1b\x40\x51\xd7\x45\x7f\x18\xd7\x07\xcb\x7c\x86\x03\x67\x99\xcf\x9c\x36\xff\x19\x8a\xe7\x0f\xb2\x1c\xf6\x3f\x95\xe5\x54\x9d\x2a\x81\x8b\x23\x7e\xa5\x79\x76\x51\x96\x8e\xfc\x0e\x58\xcd\x9a\x82\x8f\x56\x47\xd2\xe3\xd7\x13\x2b\xd0\xd6\x7a\x0a\x0e\x1a\x09\x08\xfb\x8d\x14\x52\x04\x2c\x2c\x22\x08\x1e\x69\xe4\x35\x7f\x48\x79\x4d\x2f\xc1\x7e\x63\xa2\x60\x82\x2c\xb1\x90\x9e\x30\x2d\xc9\x51\x25\x41\x9f\x33\x81\x13\x6a\xf1\x12\xe5\x76\x97\x9a\x1b\x35\x5e\xa2\x56\x65\xaa\x14\x84\x93\x9e\xd3\xb9\x8d\x8b\x4e\x9a\xf1\x8e\xd8\x47\x62\xc6\x48\x1c\x7a\xd1\x8a\xd4\x67\x83\x2a\x36\x66\x46\xf3\x30\x89\x88\xf8\x53\xf3\xec\x4c\x8d\x1d\xed\x8a\xa4\x6d\xfe\x6d\x0d\x8c\xc9\x82\x6b\x94\x6b\xab\xfb\x0f\xe2\xa4\x26\xd8\x87\xf6\x32\xc2\x24\x07\xad\x39\xe1\xbc\x31\x97\x62\x23\x2f\x8b\x2b\x94\x60\x08\xe0\x77\x09\xfe\xe7\x33\x14\x03\x39\x16\xd3\xcc\x0a\xb2\xa1\x41\x91\x34\x55\x93\xd2\xdd\x37\x27\xe0\x8b\x04\x86\xbb\xe6\xee\x8d\x9e\x0f\x92\xf9\x42\xd2\x64\xb0\xb1\x5a\x2a\x21\xb1\x09\x05\x0d\x51\x99\x9a\x24\x82\xa6\x12\x65\xa8\xf3\x4c\xec\xc1\xe7\xcf\xb6\xe4\x8f\xfd\xe2\x90\x91\x04\xb2\x86\x9a\x50\xf8\xf9\x0a\x89\x43\x06\x3c\x3d\x68\xa3\x9d\x64\x6f\xd1\x38\x0f\xc2\xc8\x47\xed\x36\xf4\x4a\x4f\x50\x00\x70\x5e\x96\xa8\xed\xe3\x03\x84\x72\x8a\xf8\xb7\x7e\x32\x6e\x4a\xc7\xcf\xe3\x82\x89\x64\x10\x87\x9f\x1b\xed\x7a\xa5\x2a\xb6\x0e\x02\x73\x41\x63\xd2\x73\x4c\x32\xda\x4d\x5d\x37\x8c\x08\x4a\xe8\x2b\xa9\x50\xc2\x30\x0e\x42\xde\xe8\x21\x09\x87\x11\x8e\x7c\x94\xd0\x5b\xe9\x6e\x98\x93\x0c\xdc\x11\x67\x26\xd8\xdf\x35\xca\x70\x05\xa6\xaf\x07\x73\x96\x5f\x32\x14\x46\x24\xb1\x89\x36\x6c\x74\x25\x49\xa6\x98\x0b\x80\x53\x6d\xf4\x71\x43\x62\xe9\x5b\x5d\x90\x09\x96\x6f\x85\x2a\x2e\x87\xb4\xcd\xcb\xe9\x5c\x1c\x4e\xc9\x6c\x07\x3b\x1a\xaa\xdf\x3c\x22\xde\x41\x3b\x5b\x2d\x85\x62\x37\xf9\xbc\xcd\x51\x30\x97\x31\x69\x3f\xbc\xff\x78\x22\x8e\xa0\x76\xf7\xe3\xb9\x6e\x0b\xa3\x26\x29\xcb\x26\xaf\x46\xaa\xaa\x29\x2e\x2e\x6e\x7a\x64\x66\xf8\x21\xab\x8e\x28\x89\x07\xa2\x38\xca\x03\x71\x9f\x4e\x93\x9b\xe7\xc6\x9d\x1d\xb2\xb6\x21\xb8\xad\xb8\x90\xd1\x0a\x24\x9d\xad\x0f\x76\xea\xba\x75\xde\x5b\xbc\x4e\x4b\xd7\xfc\x4e\x66\x65\x69\x89\x06\x00\xc7\xe6\x84\x45\xd2\x2b\xbb\xe2\x6d\x34\x08\x61\xe5\xb2\x71\xda\x46\x7e\x5c\x0f\x2e\x73\xb6\x40\xc6\xa9\x68\x8d\xd5\x61\xbc\x0c\x52\xca\x75\xa8\x17\x7d\xce\xc8\xb5\x22\x99\xc1\x64\xe6\x3d\x3c\x6e\x76\x74\x64\xa4\x2b\x55\xe4\x69\x15\xc0\xd1\xc1\x64\x49\xaf\x05\x9e\x75\x41\x1f\x56\x63\x47\x20\xd3\xc9\x44\x2c\xe7\xac\x0a\x7e\x68\xc2\x3d\x52\x27\x67\xb3\x98\x27\x37\xe0\x26\x93\x2e\xd5\x18\x90\xf4\xfa\xab\x9a\x06\x36\x2b\x99\x54\x09\x33\x08\x5c\x48\x50\x2d\x86\xe4\xac\x2c\x9d\x8b\xe4\x4e\x3a\xab\x9b\x61\xd7\x45\x59\x6f\x62\xdf\x88\x4b\x9e\x81\xe1\x68\x80\x62\x8a\x72\xba\x34\x83\x40\x18\x0f\x78\xb6\x80\xf8\xf5\xa2\x69\xec\xd7\x23\x18\x67\xb8\x2c\x3d\x92\xd8\x49\x13\x19\x98\x5a\xba\x9e\x46\x9c\x9a\xe8\x13\x69\xcd\x05\xb1\x38\x5e\xca\xf9\x33\x1f\x80\x9f\x56\x74\x21\x7e\xe5\x5b\xbf\x10\x7f\x7b\x71\x55\x44\xf4\x0e\x65\xc4\x83\x7a\xef\x17\xf0\x23\x2e\x33\x67\x59\x08\x28\x97\xa4\x1d\x1e\xf0\x01\xbc\xe8\x7e\x2f\xb0\xbf\x84\xe9\xb9\x90\x01\xac\x2c\x1e\x61\xd6\x5c\x4b\xa0\x2b\x36\xf9\x6b\xa9\x30\x5e\x60\x98\xb5\x72\xbe\xc0\xb5\xa8\x6c\x76\x60\x36\x8b\x76\x4c\x0b\xee\x42\xc6\x95\xd3\x8b\x86\x57\x89\x3c\xc8\x37\xf1\x62\x02\xc4\x69\xbe\x29\x88\x24\x49\x69\x5e\xe7\x4d\xda\x76\x9e\xe4\x81\x67\x0b\x1f\x66\xb5\x97\x0e\x16\xf1\x25\xfb\x2c\x47\x45\xc4\xdc\xf9\x72\x26\x55\xce\x9f\x32\x67\x85\x7d\xa8\xe4\xc9\x22\xde\x4a\xbb\x3b\x20\x26\x12\xbe\x6d\x9c\x71\x61\xd8\x9a\xda\xf9\xa9\xfd\x75\x24\xa1\xf5\xc6\x04\x0a\x55\x6d\x47\xb9\x73\x73\xfb\x94\xe0\x47\xbe\xb5\x92\xe5\xaa\x78\x85\xe6\x54\xac\x4d\x02\x61\x22\x05\xb2\x3f\x00\x27\xaf\x2c\x53\x63\x3b\xa6\x2e\x8b\xb1\x74\x60\x4c\x69\x0a\x57\x73\x59\xca\xe7\x46\x29\x70\x6a\x61\x0e\x6b\xcb\xb9\x96\x9c\x59\xcb\x73\x15\x73\x5d\x26\xa3\xd8\xac\x05\x59\x40\x09\xc0\x00\x33\x70\x38\x60\x6b\x01\xe5\x4f\xb2\x85\x09\x25\x8f\x49\x22\x17\xa9\x59\xe8\x2d\xbb\xe0\x55\x29\x2d\x6c\xa9\xd6\xbb\x9f\xc0\x5f\x33\xc5\x32\xd8\xd7\x49\xb6\x90\xad\x5a\xeb\xdf\x97\x3d\x34\x8b\x42\x18\x54\x69\xc4\xb8\x22\xf6\x54\x7e\xab\xad\x4b\x9d\xa9\x5d\x5b\x0d\x31\x47\xdf\x32\xab\xb5\x3a\x1a\x4c\x97\x65\xcc\xea\x4e\x92\x1f\xaa\x90\x77\xbe\x63\xed\x65\x87\x98\x10\x79\x32\x5d\xed\xfe\x4d\x16\x96\xb5\x32\xe2\x36\x18\xaf\xb9\x0a\xce\x1f\x8b\x48\x9a\x1b\x67\x02\x62\x9f\x83\xb7\xbf\x8c\x32\xff\xb0\xb9\x0d\x32\x41\x39\x54\xa7\xd4\x8e\xc3\x6c\x74\x0b\x82\x2c\xe4\x91\xcf\xc2\x3c\x1a\x67\x41\x66\x62\xfd\xa1\x34\xc8\xec\xe3\xea\x27\x24\x0d\x12\x3f\xb3\x0f\x37\x86\x6a\x34\x59\x49\xef\xcc\x6b\x20\xcd\x76\xd6\x1c\xc2\x35\xa2\xee\x8e\xaf\xc4\x5f\x86\x10\xbb\x8b\xe4\x8e\xcd\x3e\xe8\xb0\xc4\x76\xf9\xb4\x16\x8c\x59\x07\x8d\xe7\x98\xfc\xa8\x4c\x86\x52\x1c\xc0\xee\xaf\x2e\x98\x90\x47\x10\xfc\xd6\x4f\x65\xb4\x15\xb3\xa0\x2a\xe2\xba\x09\x10\x0d\x3b\xdd\x57\x81\x6d\x5a\x1c\x3a\xcb\x5a\x26\x5a\x2e\x20\xd7\x4e\x8f\x69\xee\x89\xcf\x89\xe3\xf8\x4e\xb6\xe4\x90\x6c\x37\x00\xca\x11\xb0\xcc\xb9\xb5\xcc\x15\xdf\x97\x36\xa7\x4f\x20\xca\x96\xe7\xec\x0a\xb7\x4e\xc4\x55\x9d\x96\x25\x02\x49\x7f\x52\x96\x5d\x49\xbd\xe8\x38\x7b\xbe\x8e\x8f\x6c\x70\xc2\xb5\x2d\x64\xfb\xa3\xd0\x85\xee\x05\x42\x08\xda\x34\xd5\xa5\x2d\x3f\x04\x07\x3c\x34\x9f\x1a\xf9\xdc\x80\xae\x26\x0c\x0b\x9d\x09\x80\x51\x28\x76\x08\x68\x8e\xde\x8d\x01\xca\xe8\x5a\x79\x62\xe2\xd6\x71\x00\x8d\x40\x21\x66\xb3\x99\xa8\x4f\xb2\xda\x9b\x2e\xa0\x43\x47\xcb\x02\xf5\xb7\xaa\x73\xac\x4d\x69\xc4\x04\x05\xf2\xd8\x8b\x6f\x2e\xb0\x09\x80\x09\x53\x40\x0a\xc0\xf2\x48\x1c\x24\xaa\x02\x89\xa5\x2b\x66\x7b\xe7\x56\xaa\xa3\xa4\x12\x3c\x93\x86\xd4\xda\x96\x7f\xd7\x24\xe3\xa4\x52\x1f\x6b\xd9\xf7\x4d\xff\xe9\x75\x50\x07\x4b\xc5\xf4\x41\xb2\x90\x8a\xf3\xc4\xe6\x41\xd5\xe5\xa7\xba\x26\x53\xf6\xec\x24\x05\x31\xd4\x5a\x95\x46\x85\x8b\x0b\x53\x03\xaf\x88\xf6\x1a\xf1\x95\xa0\x14\x72\x80\x2a\xb8\xc4\x32\xdd\x50\xcb\xd4\x11\x17\xd5\x9a\x5f\x2b\xab\x7b\xe7\xe9\x53\x47\x49\xfb\x44\x02\x27\xa0\x33\xfd\xd4\x81\x4f\xb8\xca\x6e\x1e\xb5\xc1\x9f\x67\xcb\x82\xb1\x94\xb3\x5c\x1c\x7e\x78\x9b\xb1\xf8\x86\x21\x5e\x96\xcc\x06\xe3\xce\xf9\x6c\x99\x77\xc0\x0c\xbe\xa3\x6c\xe3\x3b\xda\x28\xbe\x93\xb3\x22\xf9\xc2\x3a\x72\xeb\x75\x26\xb3\x64\x72\xdd\x99\x9e\xcf\xe4\x03\x34\x3a\xcd\x6e\x53\xf9\xb4\x5c\xc8\x5f\x41\xe3\xc9\x27\x31\x44\xf5\xb4\xe4\x9d\x6a\x44\x9d\x6a\x38\x1d\xc9\xda\xee\x48\x8b\xe2\x8e\xb4\x44\xee\x5c\xb3\x7b\x68\xf7\x9a\xdd\x2f\x72\x56\x14\xe2\x61\xb9\xe8\x28\x1b\x8d\x39\x4b\x97\x8e\xa5\x0e\xf4\xf5\x7d\x64\x4d\xfa\x9a\xa7\x56\x2f\xa8\xd6\x4e\x32\x0f\x89\x0e\x23\xac\x15\x2c\xc0\x09\x82\x44\x23\x7f\xe7\x74\xeb\xef\xf0\xb4\x38\x5d\xbe\x7e\xf5\xfa\xf5\xe9\xdd\x91\x17\xf5\xca\xc6\xfb\x13\xf0\x73\xb6\xc8\xb3\xbb\xa6\x67\x75\x63\x69\x06\x18\xd9\x1a\x43\x4d\xb2\x03\x58\xc8\x23\x15\x54\x23\x15\x58\xbd\x15\x73\x93\x16\x12\xc5\xae\x48\xc4\x11\xb6\xed\x8d\x2d\xbb\x70\x45\xd5\x29\x8b\xfd\x5c\xdb\x72\x34\x1b\xc0\x18\xaf\x48\x02\x8c\x45\xca\xec\x9f\xb2\xbc\x56\xec\x46\x92\x08\x1c\xfe\x2a\x9b\x4d\x7f\x63\xf1\xf4\xbe\xee\x04\x08\x7c\x24\xc7\xd3\xfb\x4f\x71\xc2\x7b\x3d\x5f\xbd\x41\x18\x13\x50\xba\x00\xe5\x3a\x5a\x33\x3a\xd5\x2c\x94\x5f\x3e\xbe\x7f\x47\x2d\x8b\xa5\x6b\x63\x0d\x4b\x5f\x40\xdd\xd7\xaa\x23\x7a\x09\xaf\xd2\x69\x0a\x15\xf5\x27\xf1\x9c\xcd\x5e\xc4\x05\xa3\xbf\x92\x6b\xc9\xe6\xbe\x83\xfa\xb7\xc6\xe1\x3f\x54\x79\xb7\x9c\xb3\x3c\x99\xb4\xc4\x3b\x91\xb5\x2a\xc1\x36\xb2\xdd\xbc\xd5\xf5\xc0\xb1\xeb\x76\x93\xe2\x5d\xfc\x0e\x31\x3b\x08\x3f\x93\xee\xf8\x79\x9e\xcc\x37\x7b\x68\x02\x5f\x6f\x88\xd5\xcc\x29\x7e\x07\x2d\xf9\x55\x85\x7e\xa0\xb4\x65\x05\xaf\x57\x7a\x09\x49\x18\x61\x0c\xee\x74\xd8\xdd\x22\xcb\x79\x41\x53\xb9\x17\x3f\x0b\xac\xfd\x9f\x5f\x97\x2c\xbf\x27\x4f\xc4\xf3\x93\x2a\xea\x50\x9a\xbd\xc8\xd2\x8b\x59\x32\x69\x95\x0b\xe6\x83\x27\x02\x01\x84\x50\x43\x4f\xe8\x13\x8e\x09\x08\x90\x64\x5b\x26\x47\xbd\x7e\xe6\x98\x5c\xaf\x48\xab\x03\xf6\xc4\x2e\x28\xda\xba\x16\x65\xc5\xcc\x1c\x8c\x3c\xaf\x19\xcb\x69\x70\x3d\xcb\xd2\x2a\x60\x4e\x87\x21\xe9\x40\xcb\x32\xc9\xd7\x27\xa1\x72\x3b\x56\x59\x67\x2a\x2f\x36\x55\x70\x62\x9e\x49\x93\x38\xa5\x6a\x00\xac\x62\x27\x94\x8d\x75\x64\xe9\x08\xa2\xc2\x49\x92\x69\x60\xc5\x7a\xef\x52\xd5\x9c\xeb\x3a\x7a\x3c\xf6\x49\xb4\xcb\x56\x21\x2e\x73\x9a\xb2\xdb\x7a\x26\xe1\x98\x0f\xae\xe2\xe2\xfd\x6d\xaa\x82\xa7\x4a\x57\x33\x79\x98\x46\x95\x79\xa8\x78\xa3\x0c\x81\x3d\x68\xd3\x82\x3e\xa7\x10\xc3\xd5\x39\x3b\x83\x2f\x3b\x3b\x03\x57\x9c\x81\xfa\x5a\x39\xe7\xa6\xe9\x9c\xa4\xe4\x41\x99\x62\xcb\xe6\x04\xb6\x75\x91\x5c\x2e\xf3\xf8\x7c\x06\xda\x3f\x2c\x15\xbb\x5e\xbf\xdd\xe6\xd2\x2f\x2e\x78\x79\xf1\xed\x71\x18\x22\x78\x65\x4f\x1b\x1c\x51\x3d\x6b\x30\x46\x13\xb9\x9f\xe4\x54\x5b\x8d\x8f\xd3\x7e\x7f\x8c\xdb\x5b\x53\x5c\x50\xdd\xe0\x47\xa6\x16\x21\x40\x72\xfa\x3e\x32\x4e\xf8\xe0\x22\xcb\x5f\xad\x11\xf2\xe0\xcd\x04\x89\x6d\x01\x38\x47\x8e\x7d\xd3\xcc\x71\xbc\xa8\x37\x73\x1c\x2f\xda\x9b\x01\x60\x2f\x3d\x4e\xa3\x14\x93\xd6\xd6\x04\x94\x50\xcd\x89\xb6\xc4\x2b\xea\x71\xab\x80\xf4\x87\xa5\x7b\x54\x5d\x2a\x27\x59\x5c\x79\x75\x17\xdd\xcf\xe2\xcb\x02\x63\xd0\xa2\x94\x6e\xe6\x78\xf5\xdc\xec\x31\x16\x64\x87\xd5\x6b\x6d\x1f\x89\xaf\x1e\x9c\x2f\x2f\x2e\x58\x8e\xad\x6a\x30\xe1\x3f\x42\xb2\xaa\xc9\x35\xe3\x12\xfb\x8e\xb5\x58\x2a\xb5\xbf\x87\x5b\xda\xe6\xd8\xe7\xab\x15\x39\xf4\x0e\x36\x78\x0b\x4a\xd1\xc1\x70\x7b\x0f\xa3\x14\xed\x7b\xde\x21\x26\x8e\x1e\xae\x83\xc7\x15\xdc\xc9\x57\xe4\x70\x6f\x7f\x6f\x63\x1b\xbb\x3b\xde\xb6\xb8\x8f\x52\x34\xda\xdf\xd9\xc7\x24\xa3\x29\xda\xf3\xb6\xf7\x31\x89\x69\x8a\x76\x86\xbb\x3b\x80\xac\xa3\xfd\xfd\xd1\x81\xa5\x8a\x3f\xa9\xc0\x72\x7f\xa8\x44\x78\x02\x74\x7a\x3e\xb3\x7d\x22\x4a\x0d\x9f\x19\x8b\x73\x84\xc7\xbd\x1e\x7f\x96\x8e\x4d\x4c\xb7\x90\x47\x63\xed\x3c\x15\xe5\xa1\x17\x91\x3c\x1c\x46\x78\xb5\x9a\x58\xe0\x02\xea\xd2\x9c\xd8\x69\xd2\x6a\x87\x26\xb5\xc4\x4b\xc6\x69\x56\x4b\xb9\x8a\x0b\x1a\xd7\x52\x0a\xc6\x69\x41\xaa\xb9\x99\xac\xc8\xc1\xf6\xc1\xce\xc6\xb9\xd9\x3e\x38\xdc\x91\x73\x73\xb0\x77\x78\x28\xe7\x66\xe7\x70\x57\xcd\xcd\xfe\xf0\x40\xcf\xcd\xd0\x3b\xfc\x7f\x70\x6e\x76\xf7\x0f\xf7\xbf\x75\xef\x1d\xc7\x8b\xe6\xb6\x3b\xf0\x76\x0f\x37\x56\xdf\xf1\x0e\xf6\xe4\xd4\x1e\x8e\x76\x77\xe5\xd4\x1e\x0e\x45\x9a\x98\xda\xed\x9d\xd1\xb6\x9c\xda\xed\xfd\xed\xff\x17\xa7\xf6\x60\x7b\xb8\x79\x6e\x1a\x53\xfb\x41\x1a\x7f\x36\xa7\x77\xfb\x70\xb4\x79\xe7\x36\x9a\xf8\xc8\x78\xb3\xfa\xde\xe1\x68\x73\x6d\x6f\xf7\x50\x2e\xce\xee\xfe\xfe\x8e\x5c\x9c\xe1\xee\xe1\x1e\xb6\x7d\x4b\x7c\xfb\x42\x9c\x9d\x4d\x63\x1e\x9f\x9d\x01\x3c\xce\xf5\x7a\x68\x27\xd4\x48\xac\x08\x5e\xc5\xd6\x84\xc5\xd3\x29\xb5\xdf\x17\xcb\xe2\x8a\x26\x24\x6e\xcc\x72\x66\xcd\x69\xbc\x22\xa3\x83\xdd\x47\x26\x64\xfb\x40\x1d\xe5\xdd\xe1\x50\x7e\xd1\xc1\xf6\xae\x3a\xc8\xde\xbe\xdc\x6c\x07\x07\xdb\x23\x4c\x26\xa2\x90\xb7\xbf\x6f\x7d\xed\xac\xfa\xda\x96\x2f\x02\xe7\xd4\xb0\xa3\x92\x2f\x8c\x72\xf8\x59\xcd\xd6\x76\x53\x42\x66\xeb\xbb\x29\xab\x25\x8a\xdd\x14\xd7\x52\xc4\x77\x16\xb5\x14\xb1\x9b\x26\xd6\x97\xcf\x56\x64\x7f\xf8\xc8\x41\x85\x2d\x30\xf8\x78\x3f\x3f\xcf\x66\x8d\x2d\x30\x7a\x64\x13\xca\x6a\xbf\x27\x29\x3f\x80\x1b\xab\x5e\x75\xdf\x3b\x1c\x7e\xeb\xe6\xfb\xc4\xe2\xeb\x16\xf0\xb0\x73\xe8\x6d\xfb\x75\x15\x23\x9d\x5b\x47\x41\x8d\x77\x5a\xb1\xd3\xf2\x96\x9d\xa6\xbc\xb4\x84\xd1\xb8\xd7\x4b\x9f\xe5\x63\xcd\x8f\x62\x61\x1a\x8d\x39\x8a\x49\x4a\x40\x73\x59\xba\x66\xa1\xb1\xd1\xb7\xcf\x56\x2b\xb2\xbf\xbb\xbd\xf9\x82\xdd\xdb\xd9\x3f\x90\xbb\x66\xe7\x70\x6f\x5b\x6e\x9b\xed\xbd\xd1\xa1\xdc\x37\xbb\xc3\x7d\x75\x01\xec\x1d\x78\x9e\xdc\x38\x87\x43\x6f\x84\xc9\x6c\x1d\xef\xad\xa3\x9b\xe3\x4d\x1f\x2b\x3f\x34\x43\x0c\x93\x25\x48\x72\x13\x29\x09\x13\x8f\xdd\xa5\xeb\x8a\x73\x47\xae\xcc\x6b\xf7\xc2\x75\x05\x4c\x24\x53\x9a\x96\xe5\xb2\x2c\x2f\xca\xf2\x8a\x2c\xe8\x34\xc8\x91\x99\x1e\x89\x70\x63\x3f\x8c\xc8\x9c\x2e\xec\xe3\x29\x7a\xbb\x91\x56\xec\x5d\xee\xba\xdd\x99\x96\x06\xdd\xe0\xb2\x9c\xba\x2e\x72\x64\x61\x87\xd2\x9b\xb2\xbc\x10\x09\x99\xe6\xf9\xde\x94\xa5\x23\x79\xf9\xe2\x05\x97\xe5\x95\xc8\x96\xd8\x90\xca\x3e\xbf\xe7\xec\xad\xd5\x00\x24\x18\xa6\xb1\xa8\x53\xa0\x1b\x32\x17\x94\x92\xf2\xbd\x79\x63\x70\xd2\xc5\x6a\x45\x86\xfb\xde\xee\xbf\xd9\x22\xbc\xda\x18\x06\x1a\xa9\xad\xc1\xc2\xa4\xa7\x9c\xbc\x54\x1a\xe1\x2b\xb2\x7f\x50\x3b\x41\xff\x83\xcd\xa8\x3b\x12\xc4\x0b\x44\xce\x87\xdd\xd7\xe6\x65\x9d\xec\x0f\x87\x9b\x61\xf0\xe1\x68\x7b\x88\x37\x6e\x93\x6a\x18\xa6\x5f\xc0\xee\x93\x0b\x94\x43\xaf\xe0\xb1\xce\x30\x21\x52\xd5\x2d\xf8\x2e\x1e\x1e\x1e\x6c\x46\x07\xc5\x94\xcb\x1d\x0f\xfb\x7c\xc3\x00\x74\x8d\x8c\x72\x4b\xcf\x3c\x01\x36\xbe\x9f\xa3\x8c\xa4\xca\x19\xf7\xa1\xb7\xb7\xb9\x2f\x01\xb6\x64\x5f\xc3\xdd\x03\x85\x7a\x6e\xef\x1e\x0c\xb1\x8a\x64\xa9\x49\xc5\x93\xf8\x52\xf1\x36\x5b\x87\xb3\x46\xbe\x5b\x12\x48\x83\x93\xff\xae\x09\xe1\xc8\xa9\x10\xf5\x77\xcb\xd9\x2c\x72\xfc\xd8\x75\x41\x73\xd8\xd8\x99\x04\xe2\x4b\xfc\x0c\x42\x13\x93\x83\xe1\xde\xee\xe6\x55\xf2\xf6\x14\x1a\xb3\x3d\xdc\xd9\xb0\x5e\x66\x7c\x09\x18\x50\x58\x64\x82\xe2\xe7\x08\x62\x20\x97\x9d\x0d\x0f\x76\x36\x43\xa3\xc3\x83\xd1\x57\x3a\xeb\x48\xae\x30\x48\xd7\x2b\xd6\xa2\x8c\x12\xa1\xfc\xce\x71\xa9\x23\x0a\x49\xdd\x04\x49\x4e\x09\x4a\x71\xc0\xbb\x10\x24\x2c\xed\x52\x9a\xfa\xb9\x69\x87\x91\x42\xae\xe4\xc1\x68\xf3\x4a\x8a\xab\x57\xdd\xae\xdb\x9e\xc2\xe6\x46\x23\x4f\x61\x73\x07\x9e\x80\xa2\x85\xbc\x85\xb7\x25\x9c\x94\x50\x74\x66\xa0\xe8\xd2\xc0\xce\x0b\xda\x36\x43\xe4\x8a\x36\xc9\x5d\x32\xa5\x6b\x8c\x03\xb2\xf8\x97\x90\x97\xa4\x64\x4e\x6e\xc8\xa5\xfc\xa6\x7b\x0a\x40\xf5\x9c\x4e\x10\xc7\xe4\x98\xde\x07\x57\x7e\x21\x52\x6e\xe9\x39\x3c\x72\x4c\xee\x28\x3a\xa6\xc7\x94\x5e\x04\x53\xff\x18\x53\x3a\x25\x47\x14\xdd\xd2\x5b\x99\x72\x0b\x29\xd7\xa2\xc0\xed\x38\xb9\x40\xd7\xae\x2b\x90\x08\x69\x42\x39\xab\x1c\x8e\x77\x87\xe3\x7b\xda\xf5\xc8\x1d\xed\x0e\x57\xb2\x5c\xf7\x4e\x1f\xdb\xcb\xb2\x44\x97\x12\xc7\xc0\xe4\xbe\x2c\x97\x6a\x6f\x5a\xc3\x15\xbb\x94\x70\x72\x6c\x12\xc0\x87\x26\x1a\xba\xa9\x0a\xf1\xf6\x9e\xde\xb9\xee\xc2\xf8\xde\x3e\x3b\xbb\xcd\xe3\xc5\x82\x4d\xcf\xce\x1c\x4c\x4e\xe8\x91\xc9\xe4\x8d\x4c\xd1\xd0\xfb\xb2\x3c\x91\xcd\x7c\xa4\xef\x03\xe5\x9c\x1c\x61\x9f\x91\x33\x7a\x12\x70\xf3\x6e\x44\x8e\xb5\x11\xdf\xa0\x8f\xe4\x0c\x06\x76\x89\xb5\x71\x64\xb7\x7b\xed\xba\xa8\x56\x2c\xae\x7d\x90\xd8\x6b\x7b\xfb\x35\xd4\xa0\x41\x39\xec\x6b\xca\x61\xb4\xab\x80\xc6\x81\x77\x38\x52\xa8\xdc\xa1\xc4\xe5\xb6\xfe\x3e\xd5\x5b\x63\xd0\x0b\x5e\x54\x64\x35\xf8\xd3\x9c\x50\xcd\xa6\xac\xb6\x49\xcb\x9d\x4d\x96\x74\x62\x80\x10\xb9\xa0\xb3\xc6\x56\x22\x57\x54\xbb\xe0\xfe\xdb\xe9\x2d\xe5\x34\x5e\x54\x4c\xc3\xad\xf0\xf4\xf4\xef\x27\x83\xa7\xbd\x00\xe1\xf0\x34\x7a\x58\x95\xd1\xd6\x25\x71\x4e\x4f\x9f\xb8\x16\x6b\x71\xab\xde\x68\x69\xb8\x22\x78\xf0\x34\x40\x01\x3d\x3d\x3d\x45\xb8\xec\x5c\x64\xb9\xf8\x14\x99\x10\x61\xd1\xd0\x93\xe1\xe0\x29\xf8\x9e\x78\xe2\x3c\x0e\x79\xba\xa8\x9b\x81\x53\x49\x01\x81\x04\x26\x24\xa0\x8d\xd8\xc7\x58\x8a\x1b\x63\x05\xad\x0f\x86\xbb\xde\x37\x80\xba\x9d\xbd\x6d\x75\xc6\x01\x0e\x11\xf0\x5f\x14\x87\xe6\x30\x02\xaf\x75\x7b\xa4\x8e\x69\x44\x9b\x59\x7b\x3b\x6d\x59\x3f\x6b\x4c\x73\x3d\x7d\xb8\xb7\x21\xa3\xbd\x93\x0a\x69\x6d\xcb\x78\x31\x8b\xe7\x0b\x36\xdd\x94\xdf\xde\x97\xc8\xb1\x3a\xeb\x7a\xc4\xca\xb4\xc0\x54\xad\x52\x5b\x43\x35\xde\x50\x2d\xe7\x47\x29\x26\x6d\xa4\x56\x2c\xa8\x66\x32\x6b\x24\x81\xe4\xae\x39\xdd\x6a\x2d\x1b\xc9\xc0\x97\xab\xa5\xbc\x03\x46\x7a\x23\x51\x03\xd5\x5a\xa2\x66\xb2\xd5\x12\x81\x5f\x58\x4f\x81\x43\xd3\x48\x54\x94\x00\xcc\xe0\x90\x3c\x7a\x57\x66\x70\x57\x26\x06\x89\x15\xd7\x54\x37\x0e\xc5\xc6\x8d\x56\x2b\xb2\xbd\xf7\x08\xad\x37\x3a\xdc\x56\x3b\xf5\xe0\x40\x3c\x65\xff\xea\x4e\x90\xa0\x3a\xb7\x44\x39\xe2\xf4\x48\xbd\x24\x41\x6b\x18\x14\xac\x86\x3a\xe0\xcc\x28\x72\x89\xbb\xde\x62\xe8\x39\x5d\x9a\x42\x28\x36\xe9\xce\xd1\x28\x84\x0b\x78\xb7\xb3\x7f\xf0\x6f\xb0\x4f\x13\xf0\x49\xe0\x9c\x4c\xf1\x76\xb9\xd5\x78\x2e\x1a\x1f\x1e\xee\x7c\xb5\xf1\x16\x2f\x99\x95\x5c\x0a\x64\x69\x82\x52\xfa\xa6\x31\x1a\x69\xd6\x55\x5c\x40\x4d\xb2\xbb\x3b\xda\x8c\x41\x01\x91\x18\x3a\x67\x67\x93\x2c\x67\xfd\x7f\x8a\xb3\xe2\x2a\xce\xe1\x06\x8a\xea\xf4\xa2\xc0\x2c\x36\x13\x6a\x87\x23\xb9\xe2\x02\x91\x97\xb0\x69\x7f\x77\x33\xf6\x2a\xb5\x0f\xb5\xa3\xcb\xa1\x9b\x82\x87\x07\x45\x34\x5c\x18\xfa\x01\x3c\x3c\x74\xe9\x85\xeb\x76\xd1\xcc\x75\x2f\x9e\x2f\xad\x6b\x5b\xd4\xbd\xa2\x13\x69\x5c\x2d\x08\x30\xf9\x28\x25\x1a\x57\xae\x3b\xd5\xdb\xe6\x0a\xf0\xaa\x29\xa5\x0c\xea\x2c\xc4\xda\xcd\x05\x08\xb9\xa1\x23\x37\x05\xce\x6f\xae\xf1\x5b\x08\x79\xa0\x22\x2f\x72\x4c\xe4\x23\x44\x60\xee\xf5\x16\xcf\x96\x8a\xb4\xbd\xa4\x2c\x5c\x44\xe4\x9e\xf2\x70\x21\x03\x65\x60\x88\x08\x42\x67\x41\x8c\xee\xc9\x25\x59\x10\x4e\x18\x99\x60\x3f\x46\x97\xe4\x9e\xc8\x78\x97\x13\x18\x99\xb1\x61\x3a\x87\x0d\x7e\x8e\x27\x59\xca\x93\x74\xc9\xc6\x73\xda\x1d\x56\x9e\x14\x6e\x54\x68\x86\x9a\x9f\x67\x13\x65\x36\x43\x37\x04\x34\x17\x2f\xa5\x17\x81\x02\x5d\x82\x10\x3d\x26\x13\x6c\xce\xcb\x8d\x09\x3e\x83\x31\x7e\xb0\x9a\x5f\x69\xff\x12\x97\x5d\x4a\xef\x5d\xb7\x5b\xc0\x30\x55\xf5\x5a\x49\xd5\xd4\x44\xf1\x4b\xc4\x4c\x9b\x67\x8e\xc9\x7c\xb5\x22\x02\xd1\xfc\x06\x1a\x63\x6f\x34\x54\x2c\x5c\x20\xad\x24\x05\x0f\xd8\xaa\xc0\x4c\x47\xdb\x3b\x12\x31\x1d\x8d\xb6\x3d\x81\x98\x0a\x02\xc4\xc0\x0b\xad\x5a\xb1\xa4\xb3\x60\x26\xb1\x9e\xf7\x17\x8f\xd1\x24\x52\xd3\x80\xcc\xc8\x05\xb9\xc2\x0f\xc5\x6d\xc2\x27\xe2\xd0\x3f\x4c\xe2\x82\xb5\xc0\x76\x1f\x0c\x77\x2a\x72\xb9\x4b\xb9\xf5\x56\x96\x32\x4f\x52\xce\x3a\x4f\x69\x30\x99\xfd\xc8\x28\x53\xb2\x08\xc2\xa9\x16\x4b\x8c\x6b\x1d\xd6\x2e\x1f\x5f\xe3\x06\x8f\x75\xdc\xbd\x00\x2f\xeb\xc0\x84\x90\x0f\x1c\x63\x5c\x6f\xd5\x5c\x5c\x7e\xf3\xeb\x58\x33\x4d\x5f\x33\xbe\x81\xf2\x3d\x46\x7a\xbc\xd1\xa0\xba\xc9\x7c\x03\x49\xd2\x78\xce\x40\x15\x07\xdc\x34\xb3\xc1\x9c\x15\x45\x7c\x09\x49\xea\xb1\xde\x80\xbe\xa3\xea\x9d\xeb\x2b\xc9\xaf\xb4\x98\x79\xcf\x71\xea\x55\xe1\x7a\xf2\x21\xa4\x2e\x2d\xea\x59\x70\xc9\xf9\xf2\x08\x0f\xdd\x1c\x3c\x41\x95\x25\x9a\xd2\x09\x26\x0c\x98\x7e\x5d\xc5\xfc\x73\xdd\xee\xa2\x0e\x28\xe6\xf4\x4a\x01\x0a\x51\x6d\xae\x4f\xc8\x9c\x52\x3e\xce\x4b\x3a\x22\x57\xe6\xd0\x43\xf9\x1b\x1a\xa3\x29\x80\x15\xb1\xcb\xf5\x46\xd2\x60\xfd\xca\x3a\x0d\x37\x8d\x41\x02\x9f\x4f\xee\xa8\xa5\xee\x46\xa1\xa6\x0c\x53\xba\xd4\x72\xd7\x95\xc5\x88\x10\x04\xda\x66\x6e\xde\x68\x07\x78\x60\xff\x9a\xae\x52\xd4\x28\x38\x22\x06\x58\x3b\x03\x6a\x57\x1c\xa6\x3a\x9c\xcd\x11\xc7\x46\x75\xac\x3b\xa9\x66\x50\x5f\x7b\x17\x74\x39\xbe\xe8\xf7\x15\x14\xbc\xa2\xb3\xf0\x22\x92\xf4\xce\x24\xb8\x02\x1f\xbf\x7e\xa2\x89\x99\x2b\x5c\xc1\xea\x95\x5a\x4f\x0d\xab\x17\xea\x51\xc2\xea\xa9\xeb\xea\xd5\xea\x4c\x01\x56\x2f\x34\xac\x16\x60\x7a\x5c\x54\xf0\xb8\xa8\xe0\xb1\x61\x9f\xd1\xc9\xb8\xd7\xbb\xa8\xc1\x66\x39\x32\x09\xa0\xaf\x60\x84\x99\x02\xd0\x93\x20\x03\x00\x7d\x05\x00\xba\x10\xe4\x9b\x80\x7c\x57\x00\xa0\x0b\x45\xbc\x19\xfe\xc5\x79\x20\xc0\xeb\x7d\x59\xc6\x0a\x3e\x66\xa2\xca\x79\x1d\x44\xde\x94\x25\xba\xa1\x35\x4c\x83\xd2\x2b\x2c\x60\xf8\xdc\x75\xbb\x37\x72\x58\xc7\xd2\xf9\x90\x91\x80\xdf\xd2\x9a\xb4\x71\x2c\xe8\xd4\xb2\xec\xa2\x5a\x3b\xc0\x18\x6c\x4b\xe5\xb8\x2c\x6d\x11\xbc\x92\xc0\x1f\xbb\xee\x71\x27\x49\x0b\x1e\xa7\x13\xf5\xde\x52\xea\xd6\x75\x6f\xed\x52\xb7\x65\x89\xe6\x60\x3e\xaa\x0d\x40\xac\xed\x5d\x34\x80\xfd\xd0\xdb\xde\xc4\x33\xab\x0c\x3f\x54\x47\xe9\xe0\xd2\x75\xf5\x9f\x81\xdc\xbf\xb4\xd2\x21\x48\x07\x97\x0d\x81\xd5\xe8\x11\xe6\xcb\xf0\x50\x93\x9d\xbb\x87\xc3\x03\xc5\xe2\xd8\xdf\x19\x7d\x85\xe7\x93\x23\x46\x32\x92\x08\x34\x68\xb4\x7f\xb8\x99\xdd\xbe\x7b\xb8\xb7\xb3\x99\xdd\xa7\x59\x7d\x5a\xee\x60\xf0\x3b\xc4\x71\x90\x86\x95\xe6\x8b\x56\x85\x08\x74\x92\xef\x5c\xc5\xc5\x95\x13\xf9\xe9\x60\x1e\x2f\x80\xc6\xdb\xde\x7c\x5b\x0a\xc2\x5b\xd1\x78\xde\xd7\x46\x93\x48\x68\x65\x46\x92\xe2\xa0\x0a\xf8\x47\x86\xbb\x07\x8f\x88\x24\xd4\xa5\xbc\x46\x70\x67\x34\x69\xd2\xd8\x31\x4d\x2a\x1a\xbc\xf8\x3e\xbe\xa0\xc4\xd5\x0d\x46\x0e\x2e\x36\x58\x58\x44\x60\x46\x0d\x36\x83\xaa\xba\x1c\x58\xd7\xab\x0c\xa7\x57\xd2\xaf\x7a\xac\x21\xa7\xe5\x10\x1c\x71\x69\x6f\x98\xfa\xca\x7d\xa4\x78\x83\x60\xec\x44\x6c\x8d\xcd\x8c\x8b\x43\x3d\xb9\x07\x43\x29\x55\x5b\x03\xa9\x0b\xf5\xd5\x3f\x17\xaf\x8c\x42\x08\x89\x75\xb9\x4b\xc6\xad\x99\x91\x90\xbe\x80\xb8\x84\x8f\x30\x43\xc3\xc8\x47\x8c\x1a\xfa\x84\xe4\x40\xed\xb7\x9a\xf5\x98\x89\x92\x18\xdb\xca\x4f\xac\x79\x2d\x40\x56\xbe\x99\x2d\x73\xe8\x1d\x68\x91\xa1\xc6\xc0\x0f\xb6\x87\x4a\x52\xb2\x7d\x38\xd2\xa2\x72\xef\x70\xa8\x24\x25\xc0\x4f\x98\x19\xa6\xcd\x92\xd6\x2f\x61\x9b\x11\xa8\x44\xa0\x75\x36\x20\xdc\xc7\x36\x13\xd0\x90\x97\x64\x41\x5b\x90\x2c\x32\xa7\x33\x94\x63\x72\x43\x67\x28\xc1\xe4\x92\xce\x50\x86\xc9\x3d\x9d\xa1\x18\x93\x73\x3a\x43\x05\x26\xc7\x74\x32\x46\xb9\xeb\x1e\xcb\xe0\x32\xf0\xd7\xc2\x9a\xd0\x10\x63\xdc\xa5\x8b\xb2\x4c\x74\x99\x04\x77\xe9\xb2\x2c\x33\xf1\x9e\x69\x47\x55\x48\x94\xba\x28\xcb\x58\x97\x8a\x71\x97\x5e\x95\x65\xa1\xdf\x0b\xdc\xa5\x10\x95\xee\xb8\x65\xc3\x02\xef\x31\x5d\x67\x6e\x52\x0a\x2e\x5a\x2a\x50\xac\xd1\xd2\x9c\xa6\xc1\x0c\xa5\xd8\x97\xc1\x44\x72\xac\x10\xce\x5c\x22\x9c\x9d\xb9\x46\x79\x16\x80\x2c\x74\x6e\xf4\xfb\x52\xbe\x5f\xea\xf7\x0b\xf9\x7e\xaf\xdf\xaf\xe4\xfb\xb9\x7e\x9f\x9a\x88\xc5\x2b\x6c\xd1\xef\xc7\x2b\xb2\xe3\x7d\x0f\x71\x58\xe7\xd4\xcb\x70\xf1\x2b\xb2\xbb\xf3\x08\xdb\xef\x70\x6f\xd4\x0e\x92\xf0\x43\x5d\x24\x9b\x07\xb9\x8c\x96\xe6\x3f\xac\x48\x25\x96\xf5\x00\x02\xef\x7c\x5d\xca\x53\x13\xf4\x0a\x1a\x96\x61\xd7\xb5\x42\xfc\x9b\x9e\x42\x56\x73\xf5\x0c\xdd\xf4\x29\x0f\x86\xbe\x47\x80\xaa\xf7\xb6\x37\x83\x40\xf8\x9c\x7f\x89\x55\xb5\x8a\xa2\xe5\xc2\xeb\xd0\x5b\xd5\xd8\x9c\xb3\xb3\x59\x36\x8d\x8b\xab\x33\x71\x11\x9c\x19\x85\x40\xad\xb2\xa6\x96\x20\xd5\x2b\x6b\x10\x28\x86\x03\xd1\x4c\x05\xd2\x77\x86\x8f\xf0\x5c\xfe\xef\x7f\x8f\x31\xf7\xb2\xc2\x36\xb0\xc8\xb7\xc6\xb7\x5a\x91\xfd\xfd\xd1\x23\xf2\x92\x4d\x5b\xa6\x11\xa4\x6c\xad\x4f\xb3\x9c\x3d\x7b\x17\x04\x9e\x3f\x24\x60\xe3\x92\xeb\xa0\xb9\x54\x1c\xc9\x47\x66\xd8\xe7\xca\x9f\x11\xd9\x3b\xf0\xbc\x16\x37\x4d\x10\xe1\xc1\x2b\xc3\x61\xff\x30\x3a\x9d\x3e\xc5\x4f\xb6\xda\xc7\x6b\xbe\x4a\x5b\x27\x8f\x8d\xe3\x22\xad\x7b\x91\x06\x87\x9e\xb7\x3f\x3c\x3c\x1c\xed\xee\xec\xef\x78\x87\x87\x43\x1f\xdc\xb2\x55\x4a\xb2\x79\x59\x3a\x05\xdc\x1a\x4e\x57\x7c\x83\x89\x5d\x83\x5d\x97\x81\xd1\x2d\xfb\x61\x48\x29\x78\x3f\x4d\xe1\x36\xdb\xfb\x16\xce\x91\x5a\xbc\xfa\xc0\x2c\x94\xa4\x2c\xab\x21\xf0\x6a\x08\xf2\xa5\xb2\xaf\x86\x89\xd4\xda\x94\x5d\x4a\x99\xaf\x03\xa6\x8a\x93\xbb\xbb\xf9\x28\xed\xee\x8e\x76\x1b\x1a\xd5\xd2\x98\x6a\x2b\xfc\x7b\x10\xf5\x9e\x6c\x49\x2b\xe8\xdc\x75\xf3\xc1\x35\xbb\x2f\xf4\xef\xe0\xe7\x57\x67\x1f\x7e\x7b\x7f\xf2\x1e\x3c\x1f\x54\x21\x85\x1c\x79\xb3\xa2\x22\x9f\xe0\xb3\xe1\xc0\xe9\x31\xdf\x71\x56\xe8\x2b\x2c\xf6\x6e\xe2\xba\xe0\xfc\x12\x86\x7b\x58\x43\xb2\xf4\x1c\x35\x0f\xc7\x23\xa7\x21\xa5\x40\xe9\xda\x28\xba\x65\x7c\x8b\x5a\xd0\x6a\x70\x22\x6f\x9a\x2e\x4b\x60\xbd\x6d\x1f\x7c\x9d\xf9\xd7\x04\xa0\x61\xd4\x00\x9b\x07\x7b\x8f\x20\xae\xfb\xc3\x21\xb0\xde\xa4\xba\xb8\xa5\xa6\xb2\x98\x25\x93\xc7\xbe\xb0\x71\xde\x49\x4a\x73\x49\x59\x69\xbe\x44\xfa\xcc\x93\x41\x82\x0d\x3f\xae\x3f\x0c\x94\x9f\x8d\x0a\x0c\xa4\x64\x88\x49\xbf\x6f\x46\x2c\xed\xf0\xc8\xce\xe1\x23\x3b\x06\xc6\xfc\xef\x87\xd6\x49\x9f\x79\x1a\x6e\xf2\x30\x8d\xc2\x61\x04\xd2\xfc\x47\x34\x09\x1f\xeb\xb1\xc2\xe5\x6b\x9d\x32\x15\x6a\x78\x7f\xe8\x7d\x65\xf6\xbf\x07\xc4\x91\x84\xe6\x28\xb5\xbe\x25\x79\xe6\x05\xa8\xd7\xab\xe6\x2f\x95\x5c\xbb\x90\x11\x1e\x61\xec\xa7\x61\x22\x3e\x90\x1a\x48\xb6\xe3\x3d\xa2\x3e\x70\xb8\xb7\xaf\x59\xef\xa0\x70\x95\x69\x84\xf0\x91\x9b\x5b\xee\x33\x52\xdf\x84\x0f\x02\x96\x42\x34\xdd\x9c\xcc\xe3\x85\x78\x42\x59\x59\x26\x98\x48\xc0\x22\xb3\x56\xab\x15\x39\x1c\xed\x6e\xe6\x0b\x0b\x9a\xeb\xf1\x95\xce\x95\xd9\x31\xae\x88\xce\x47\x6f\xf5\xc3\xe1\x23\x9f\xff\x58\x77\xb5\x65\x16\xfd\x49\x66\x84\x38\xa4\x3b\xa3\xcd\x78\xcf\x77\x35\x29\x2f\x2a\xd1\xe4\xfe\xf6\xe6\x4d\xb3\xb9\xc9\x6a\xd3\x98\x36\xc5\x62\xc2\x24\x98\xcd\x5f\xb1\x43\xac\x7b\x52\x96\xa1\x34\x81\x5b\x52\x6d\x95\xd1\xf6\xb7\xdf\x1f\xa0\x45\xa8\x04\x1a\xd0\x96\x15\x6c\x76\x5d\x61\x9c\x91\x1c\x3f\xa4\x61\xaf\xc7\x23\x1a\xe6\x84\x45\x2b\x8c\x89\xb8\xb3\xc4\x9d\xff\x15\xc5\x34\x09\x85\x89\x23\xfd\x61\xac\x69\xad\x1e\x3c\x42\x1f\x8f\xf6\xbd\x43\xdd\x00\xdc\x21\x44\x3e\x37\x15\xae\x77\x0e\xd7\x41\x01\xa3\xe9\x20\x9d\x4f\xb5\x0c\x09\x78\x0a\xde\x36\xc0\x4e\xee\xba\x5d\x6e\x99\xbd\x72\x41\x08\xbb\x2e\x03\xcf\x7b\x55\xb2\x20\x05\xc1\x41\x87\xee\x8a\x8a\x52\xb9\x8e\x86\x40\x8a\xa6\xdb\x41\x79\x0d\x42\x95\x9c\xfd\x67\x99\xe4\xcc\x7a\x44\xce\x92\x27\x33\x07\x83\x51\x4d\x61\xdb\x0c\xbb\x6e\x0c\x01\x8a\x93\xf4\xd2\x7a\xd4\xe5\x15\x8d\xcc\xf1\xc3\xaa\x7e\x29\x16\x2b\xb2\xbd\x7b\x30\xfc\x86\x7b\xcf\x50\xf0\x8f\xef\x6b\xed\x13\x41\x32\x4f\x6a\x50\xf0\xab\x14\x86\x49\x4c\x6d\x39\x16\x4a\xb1\x14\x65\x79\x8f\xc0\x54\xbd\x2a\x6b\xfc\xa4\x82\xcd\x2e\x5c\xb7\xfa\xbb\xce\x52\x12\xa9\x24\x13\x88\x56\x52\x96\x5a\xf8\x8a\x1c\x0b\x9e\x38\xb8\x36\x67\xd9\x8a\xec\xee\xef\x7f\x87\x7c\xae\x06\x25\xd5\x49\x7c\x04\x01\xd5\xfe\x34\xc9\x70\xf7\x70\xef\xdf\xf6\x62\xa0\xca\x68\xb4\xfd\x75\x32\xef\x5f\x1e\x68\x73\x9c\x99\x3e\xca\xbb\xc3\x47\x54\x4c\xc5\xed\xf2\x2d\xd4\xa0\xbc\x41\x1a\xf8\xcc\xf6\xd7\x25\x99\x9b\x10\x01\xfe\xc8\x35\xa1\xb8\xff\x30\xf8\x7d\xef\x5b\x28\xcd\xd6\xe9\x36\xf7\xc2\xc1\x41\x8d\xd7\xf9\xef\xd6\x6c\xd7\xdb\x7f\x44\x89\xbf\xd2\x8a\xae\xb8\x36\xde\xee\x57\x6f\x87\x35\xca\x33\xb5\x19\xba\xb9\x56\xc0\x4d\x6b\x65\xba\x49\x59\x6a\xe7\x3b\xcf\x86\x87\x87\x9a\xe7\x1e\xdb\x08\x87\xb5\x54\xbd\x9e\xbc\x54\x20\x69\x9c\xb6\x68\x5e\x67\xa8\xd2\xe5\x6d\xbb\x96\xa8\xd5\x80\x58\x93\xc3\xc6\xa2\xc8\x25\x5e\xd7\x05\xfa\x1a\x7c\x52\x41\x5c\xbb\x94\xd5\xdc\xbb\x56\xf0\x4a\x82\xc8\x14\x3f\xac\xac\x6c\xd6\x73\x1c\x2b\x47\xdb\x5c\x39\x80\xc3\x6c\x0f\xbf\x4b\xb8\x2e\x2d\x1e\x99\x20\x93\x5c\x17\x34\xf7\x00\xe7\xdd\xdb\x8c\x47\x1c\x0c\xf7\x76\x2d\xe5\xc1\x16\xee\xa3\xb8\x5d\x9a\xdc\xd7\x82\x66\xed\x4c\xc9\x09\xcd\x6d\x0f\x16\x4d\x43\xdd\x15\xc2\x38\x68\xf5\xa4\x2c\x95\x20\x63\xa3\x90\x06\xae\xd1\x98\x83\x5d\xb7\x5b\xac\x25\xae\xc6\x35\xab\x89\xed\xbd\xd1\x61\xcb\x02\xd6\x2c\x55\xad\x1a\x7c\x45\x86\x3b\xfb\xdf\xa2\x49\x06\x1a\x4d\x5f\x57\x2e\xed\x52\xd6\xd4\x49\x51\x7a\x9b\xbb\xc3\xfd\x6f\xba\xf1\xa5\x4a\x3c\x98\xbd\xec\x1c\x80\x14\x61\xfd\xee\x87\x4b\x7e\xfd\xee\x2f\x28\x5c\xcc\xd5\xdd\x9f\x05\xf9\x40\xb2\x25\x35\x1f\x70\x42\x51\x11\x14\x83\xa4\xa8\x25\xe3\xb2\x4c\xea\xf3\x78\x30\x7c\x04\xb4\x0e\x0f\x76\x0e\x36\x9f\x7f\x4b\xac\x01\x04\xa6\x98\xc3\x6f\x50\x19\x03\x0d\xbd\x47\xd4\x6c\x92\x4a\xcd\x46\x49\x4c\x39\x08\x09\xc7\x0d\xc3\xc4\x4a\xa1\x49\xb2\x0f\x74\xfa\x4f\x2c\x65\x79\xcc\xb3\x7c\x53\x81\xa3\xe2\x3e\x9d\x6c\xca\xfc\x90\x67\x77\x60\x92\x07\xa7\x68\xef\x9b\xae\x07\x35\xb0\x8a\xb3\x61\x22\x1d\x36\x59\x29\xb4\xc9\x97\x01\x89\xeb\xe1\xb7\x80\xf6\x56\xd6\x4a\xb5\x15\xad\x98\xda\xbc\x21\x90\x03\x22\x60\xb8\xf3\x75\xa8\xb2\xbe\xc1\xd7\xf0\x1e\x06\x64\x8f\xf7\x88\xbd\xd0\x70\xd7\x53\x4a\x16\xc3\x43\x45\xf5\x09\x1c\x18\x6b\x84\x35\x29\xc4\x2e\x96\x3a\x77\x20\xb0\x48\x50\x8c\xfd\xbc\x8e\x3c\x8e\xf6\x77\x36\x77\xb1\xbf\xbb\x7d\xa0\xf5\xd2\x77\xb5\x49\xd2\xce\xfe\xf6\x57\x4e\x6d\xa6\x42\x91\x63\x3f\xd1\xda\xdc\x5f\xc7\xb6\x74\xed\x50\x90\xf5\xe2\x9c\x7e\x6b\x05\x10\xa6\x1f\x6e\xef\xac\x1f\x2e\x67\x59\xb0\x8e\xa0\x5c\x27\xdc\x31\xc0\x60\x67\x77\x7f\x17\x6b\xf7\x36\xf2\xdb\x0e\x87\xdb\x55\x0a\x98\x1b\x7a\x9e\x98\x45\xc5\x92\x72\xe6\xf1\x1d\xf8\x39\xd3\xef\xca\x3c\x03\x93\x49\x23\xe9\x45\x3c\x9b\x2c\x67\xe2\x44\x38\x98\xcc\x4c\x66\x3c\x9b\x65\xb7\x1f\x79\x3c\x63\xe0\x66\xcd\x6a\xf6\xe8\x52\x24\x5d\x98\xa4\x69\x52\x2c\xb2\x82\x41\xc4\x33\x9d\x96\x66\x2f\x65\xea\xfb\x14\x2c\xca\xc8\xb4\xea\x35\x5f\xbe\x4d\xc0\xe3\xf5\xc2\xa4\x81\x9b\x5b\x07\x93\xb9\x49\x59\x2e\xa6\x31\x67\x47\x97\xec\x7d\xfa\x13\x34\x70\xd3\x62\x45\x3f\x5c\x91\x4b\x3b\x59\x3f\x1a\xd3\xf3\x8a\x36\xb5\x1d\x00\x54\xee\x18\x38\x7d\x98\xc7\x77\x3e\x5f\x49\xf7\x8c\x9c\x3e\xac\x64\x28\x81\x3b\x8b\x1d\x6a\xd9\xad\x8b\x9c\xb2\x84\x9f\x67\x1e\x56\xee\x92\x05\x7e\x21\x36\xed\x2b\x19\xed\x7f\x1e\xdf\x75\xe6\xcb\x82\x77\xce\x59\x27\xee\xa4\x59\xda\x4f\xd9\x25\xf8\x9d\xeb\xa8\x06\xa5\x0d\x58\x18\x47\x54\x35\x38\xdc\x92\x82\xc5\xca\x18\xbb\x2c\x6f\xc6\xda\x0f\xd8\x24\xa2\xd5\x81\xad\x06\x93\x06\x37\x7e\x2a\x63\x24\xcc\x44\x4b\x85\x58\xab\xb2\xec\x0e\xe5\x07\x1c\x5d\x8a\x03\xda\xfe\x09\x47\x97\x6c\xe3\xd8\x8f\x2e\x99\x3d\xfc\xda\x88\x97\x6a\xc4\x47\x97\xac\x2c\x25\x1f\x26\xbc\x10\x69\x6a\x0b\xc8\x94\xab\x08\x7c\xe1\xd8\x1b\x40\x0e\x4b\x64\xce\x45\x66\x7d\x71\x4d\xe6\x20\x67\xe0\xc1\x6b\x55\x21\x00\x24\x7c\xb8\x66\xf7\x3e\xec\x66\x72\xc9\x36\xf9\xc9\x0a\xe3\x08\xa2\x8a\x36\x3d\xcf\xad\x7f\x3f\x2b\x4b\xf6\xcc\xfb\x9f\xaf\x1c\x83\x55\x23\xc7\x32\x56\xc1\x6a\x45\xe4\x38\xad\x53\xf3\xd8\x70\x67\x2d\xc3\xd5\x2b\xd9\xed\x32\xd3\x9c\x3a\x6d\x8f\x35\xb5\xfc\xe6\x2f\xff\xd6\x25\xdf\xfc\xdd\xcb\x88\xb2\xb5\x4f\x5e\x83\x22\x8f\x8d\x76\xd2\x32\xda\x8a\x7c\x1a\xb7\xed\x73\xe9\x51\xee\x06\x13\x81\xc3\xaa\x46\x54\x08\x7d\x71\x34\xd4\xa6\x2b\x22\xc5\x18\x0c\xa7\x51\x3b\xd1\xa8\x71\x31\xca\xc3\x49\x84\x94\x85\x02\x61\x83\x6b\x76\x8f\x09\x0f\x8b\xa8\x67\x14\x3b\x57\x18\xe3\x0d\xdf\xf9\xe8\xd7\x15\x91\x29\x9d\x70\x36\x7f\x91\x2d\x53\xfe\x68\x85\x69\xa4\x7b\xd4\xf5\x72\x35\x76\x87\x48\x37\x10\x75\x9c\x0a\x42\x1c\xc3\x4c\x55\xfa\xbd\xba\x21\x1e\x27\xb3\xb1\xbc\x9a\x69\x65\xc4\x2c\x68\x15\x76\x33\x3e\xd2\x2e\x13\x53\x41\xf6\xa4\x14\xf8\xa1\xb2\xc7\x7f\xdd\xe1\x15\x8b\xa7\x6d\x1d\xa6\xec\x8e\x3f\xd6\xe1\x35\xbb\x2f\xd6\x7a\x5b\x9b\x17\x9e\x49\x8e\x00\x6e\xf8\xc0\x63\x96\xde\xf0\x35\xbb\x07\xa7\x75\xaa\x61\x68\xf2\xff\x52\xd3\xd0\x86\xdd\x38\xc0\xa6\x96\xb6\x6f\xaa\x10\x33\x0a\x1e\xba\xae\xea\xc8\x3c\x18\x55\xb5\xcd\x1b\xd4\xa2\xd8\xc2\x8b\x08\x01\xcf\x90\x28\xb3\x19\x13\xed\x24\x5c\x44\x95\x73\x0c\xd9\x94\xa4\x6e\xab\x33\x60\xc6\x3b\x5d\xce\x17\x8f\x0f\xb7\x31\x2b\xf5\xb9\x30\xe3\xe9\x9e\xc3\x4e\x70\xdd\x87\x6b\x5f\x8e\xea\xc6\xe7\xfa\xf0\xf8\x02\xd0\xdf\xf6\x90\x75\x2b\x80\x33\x25\x6b\x8a\xdb\x42\x04\x18\x73\x4a\x6b\x7e\xc5\x78\xdf\xe6\xcb\xaf\xae\x9e\xa9\xd0\xb6\x1c\x0a\x87\x4a\x2e\x10\x4a\x69\x2a\x77\x6e\xb8\x8c\x70\xdb\x4d\x98\x7e\xef\x15\xa8\xf6\x77\xa0\x7d\x10\x21\xec\x7b\x24\xd1\x20\x49\x8a\x7d\xf4\x9d\xbd\x88\x14\x5f\x05\x06\x93\x3c\x57\xd7\x86\x66\x64\xdc\xaa\x88\x3f\xaa\xa8\xe4\xe3\x60\xa2\x08\x9a\x8c\xd6\x33\xe4\x6c\xd7\xd6\xeb\xc2\x80\xc0\xab\x48\x7d\xe6\x45\x84\x18\xc9\xd4\x8e\xc1\x24\x03\x7f\x49\x39\xc9\xd4\xd2\xd0\x54\x67\x2a\x01\x0d\x40\xbc\xa4\xaf\x9d\x38\x13\xfd\x40\x13\x79\x19\x2b\x0d\x48\x05\x06\x49\xd7\x5b\x49\x1d\x78\x31\x5f\x77\x30\xd3\x09\xc9\x49\x65\x41\xa0\x55\x34\xf5\xb7\x06\xa8\x7e\x1e\x60\x7c\x5c\x7c\x24\xf6\x91\x19\x80\xae\x65\x60\xb7\x8e\xd7\x37\x33\x5b\x5e\xb3\x6b\x2c\xb0\x63\x0f\xab\xda\x42\x57\xf1\xfa\xe1\x57\x54\x63\x63\x51\x1a\xf4\xe3\x23\xd3\xdd\x3d\xd7\xc1\x99\x4c\x37\x97\x6d\x1b\xcf\x6c\xd3\x7b\x0d\xf8\xec\x91\x2d\x18\xbb\xfe\xa6\x3a\x43\xab\x4e\xf6\xf8\xf9\x35\x30\xdf\x88\xa3\xd1\xad\x41\x77\x15\x00\xc3\x32\xe0\xba\x39\x63\x6c\xd6\x36\x8a\xf6\xdd\x58\x5d\x7c\x59\x3c\x6d\xab\x66\xa3\x6c\xe6\x7a\xe0\xb4\x3a\x1e\xa4\xb2\x39\xee\x0f\xc7\xe9\x73\xea\x8d\xd3\x7e\xbf\x72\xaf\x91\x46\xe0\x07\x59\x40\x0d\x71\x70\xa4\xaf\xce\xca\xe1\xc6\xe0\x9a\xe4\x83\x1b\xe5\xa1\x56\x9e\x8b\xa4\xcf\xc7\xd9\x73\x4f\xee\x28\xbb\x14\xc9\xf0\xaa\xba\x61\x16\xf9\x32\x65\xdf\x00\xab\x17\xad\x90\xd8\x72\x27\x77\x0f\x6e\x96\x65\xbc\x92\xd5\x2a\xc2\x84\xad\x10\x26\xf7\xed\x1e\xcb\xc1\xd4\xc2\xd2\x16\xd6\x01\x42\x69\xae\x76\x54\x72\x81\x04\x30\x4d\x24\x50\xb8\x05\xd1\x14\xe9\xb2\x70\xa6\xe1\x82\xb4\x76\x80\xe8\x1e\xe1\x1c\x1c\x4b\xc9\x9a\x35\xd7\x67\x08\x63\xc2\xac\x93\xf2\x2e\x9b\x32\x94\xe3\x4a\x4c\xab\xee\xae\x15\x39\x6f\x70\x64\xe0\x20\x94\x65\xb7\xa2\x0f\xba\x4c\x40\xc7\xda\x69\x48\xad\x8e\xfa\x00\xde\x0d\xe0\x51\xd5\x82\xf4\xb9\x7e\xf4\x45\x7d\xd7\x4d\x9f\x33\xc0\x43\x8f\x9b\xdc\x1a\x16\x16\xd1\x73\x26\x00\x5f\xb5\x3f\x98\xd9\xb8\x26\xd7\x75\x15\x1a\xc1\xc7\x86\x6f\x2c\xf1\x96\x5b\xc5\xa7\xa5\xe9\x6a\x45\x6e\xd7\xbf\xa7\xe2\x33\xab\x39\x66\x00\x70\xe0\x0e\x4d\xe1\xb6\x4a\xd5\x49\x20\xa2\xb7\x3e\xd5\xa1\xd2\x08\x2c\x96\xe2\xd0\xa7\x12\x09\x84\x91\x49\x2f\xf6\x30\xa9\x70\xe6\xef\x68\x52\x6d\x8e\x8e\xf6\xa5\x99\x91\x18\x3f\x54\xd4\x25\x6c\xc7\x6b\x76\xaf\x40\xab\x82\xb3\x92\x3a\x6b\x80\x55\xb1\x94\xf2\xbe\xd6\x80\x39\x2e\x4b\x88\x92\x70\xb4\x29\xc2\x2c\x55\xdf\x30\x96\xbb\xc7\x75\x61\xef\xa4\x62\xc0\x33\x88\x30\xa5\x9d\xda\x63\x92\xb8\xae\xe2\x2d\xe7\x44\x6d\x04\x92\xc0\x3c\xb0\x1a\x8b\xf4\x72\x45\xb6\x77\x5b\x14\xa2\x6c\x37\x74\xe8\xc0\xf3\x86\xe2\x2e\xff\x02\x6e\xfa\x51\x8a\x86\xc3\xd1\x01\x78\x7f\xf3\xbc\x0d\x5c\x41\x31\x35\xe3\xae\xc9\x02\x75\xfe\x1a\x47\xc3\xb4\x1f\x58\x1c\x1d\x94\xa2\xd1\xce\x68\x0f\x63\x1f\x25\x34\x54\x2f\x91\xe5\x42\x2f\xa3\x2d\x6e\xdc\x50\x4e\x0b\x1c\xe4\xc6\x91\x5e\x82\xfd\xbc\xee\x49\x2f\xc3\x78\x85\xbc\x7a\x00\x9c\x3a\x7f\xa5\x8a\xb9\xa3\xa2\xb5\x42\x7c\x24\xc9\x55\x51\x11\x0c\xd5\x9b\xf1\x33\x4e\x1f\x56\x04\x9c\xba\x25\xe2\x4f\x26\xfe\x80\x59\xab\x74\xbf\xbc\x16\x44\x45\xb5\x5b\x96\x5f\x90\x73\x9c\xcd\x59\xca\x3b\x27\xc9\x9c\x7d\xc9\x52\xd6\x51\xf2\xd5\xa2\x23\x33\x06\xff\x14\x83\xce\x47\xc6\x3a\x57\x9c\x2f\x0a\x7f\x6b\x6b\x0e\xc9\xff\x14\x83\x49\x36\xdf\xe2\xaa\xd6\xd6\x34\x9b\x14\x5b\xff\x67\x6b\x59\xb0\x7e\xc2\xb7\xce\xf3\xec\xb6\x60\xf9\x96\x42\x50\x8a\xea\x53\xb4\x0f\xcd\x01\x30\x7d\x20\x66\x2e\x99\x89\xdf\x61\x54\xf9\xab\x59\xda\xf8\xd8\xf3\xc3\xbd\x80\xf5\x0f\xf6\x7d\xf6\x7c\x6f\x27\x60\xfd\xd1\xa1\xcf\xfa\x3b\x07\x2b\x53\xfa\xa2\xa2\xd7\x3c\x80\xee\x56\x17\x39\x4d\xa5\x77\xf2\x34\x1c\x42\x08\x4c\x92\xd1\x21\x89\xa9\x47\x0a\x2a\x0d\x33\x76\x76\x55\xe0\x8d\x38\x7f\x91\x4d\xd9\x11\x47\x9e\x74\x69\x3f\x24\x05\xed\x0f\xf1\x98\x3f\xcb\xb5\x9d\x07\xef\xf5\x70\x4c\xf7\xbc\xa7\x71\x6f\x89\x72\xbb\x0e\xc7\xf2\xb6\xe1\xd4\x1b\xf3\x67\x89\x5d\x21\xdb\xa2\x7b\x1e\x89\x7b\x74\x89\x92\x46\x95\xa7\xc6\xf7\x6f\xfc\xb4\xa8\x3e\x08\xc2\xe9\x55\xb0\x49\xb4\xc8\xec\x16\x19\x78\x1a\x55\x8e\x87\x4c\xad\x69\xcd\xdf\xa7\x36\xf1\x4c\xc5\xfd\xf6\xcc\x58\x04\xa6\xbd\x9e\x72\xa1\x17\xf2\x30\x8d\x2a\xaf\xf4\x55\x3b\x8b\x6a\x3a\xcd\x54\x96\x0e\x84\x77\x0c\x47\x91\xed\x03\x35\xa7\x3c\xdc\x36\x29\x0e\xa8\x02\x84\x3b\x76\x11\x63\xf1\x83\x52\x4c\xae\x50\x2e\xfe\x24\x98\xd4\x21\x66\x45\xc4\xc1\x50\x61\x8c\xe2\x1e\xa6\xe0\x9c\x38\xcf\x96\xe9\x14\x21\x16\xa6\x7d\xb1\x82\x1e\xee\xed\xb1\x9d\xa7\x0c\xfc\xff\xb1\x90\xf7\x87\x11\x1d\x6e\x79\x2b\x94\x10\xbd\x4c\x98\x3c\xa4\xf1\x9c\xf9\x5c\xac\x7c\x7c\x7e\x9e\x17\xfe\x14\xf1\x70\x58\x1f\x3b\x56\xae\xce\x45\xa6\x80\x6a\x64\x99\xf2\x64\x56\xf8\x09\x59\x64\x8b\xe5\x0c\xc2\x95\xf8\x5e\xc9\xc3\xdd\x68\x55\x4d\xce\x1c\x88\x76\x75\xd5\x9f\x89\xbb\x7e\x01\x68\x89\x29\x70\xa3\x48\x54\x80\xaa\xf1\x9c\x29\x56\xc0\x40\x1c\x92\x82\xf2\xaa\xe0\xa5\x3d\xcd\x3c\x13\xc7\x4f\x0a\xed\x90\x8c\xa4\x39\x07\x49\xdb\xd6\x29\x0a\xe3\xfe\x97\x4e\xd4\x3b\xc5\x5b\x09\x1e\x3b\x3f\x1d\x9f\x38\xd2\x7f\x67\xea\xba\x62\x6f\x07\xe2\x31\xf4\x22\x5d\x21\x3c\xea\xff\x15\x6d\x5d\x62\x1c\xa4\x83\x7f\xb2\x24\x15\x0b\xa3\x24\x29\x3e\xb2\x1a\x86\x72\x0f\xdb\x64\x77\x25\x0b\x87\x9e\xd6\x95\x95\x5a\x6b\x3a\x02\x2e\x8c\x3e\xe6\xb4\xa7\x3e\x44\x4c\xa8\xbe\x44\x54\xc0\x0c\x70\xfc\xa4\xe1\x87\x0a\x86\x60\x4d\xc9\xbd\xc1\xcb\x44\xbe\x9e\x10\x59\xf7\xe3\x24\xcb\x8d\xf6\x94\x68\x5a\x25\x54\xb5\xcf\x1b\x9b\x84\xe4\xe3\x9c\x8a\x2d\x80\x10\x1f\xc4\xbc\xcf\x06\x31\xc7\x5b\xc3\x11\xdb\x29\x3d\x3c\xc6\x62\x36\xd8\x6d\xe7\x12\x19\x1f\x8b\xa2\x40\x2f\xc7\x58\x3b\xe3\x87\xe3\x2e\x1f\x03\x46\x53\x9f\xd3\xb4\x72\xa5\x63\xba\x3d\x6e\x58\x03\x5b\xc3\x15\x28\x81\xfd\x1e\xd4\x72\xfb\xb5\x3c\x9f\x55\x5f\x05\xf5\xcc\x5b\x60\xe5\xf4\xad\x74\x9f\xc1\x34\x0d\xaa\x5d\x08\xf5\x1a\x69\xc1\x5a\x4a\x7f\xad\x9e\xaf\xca\x88\x6d\x08\x11\x78\x66\xec\x45\x36\x5f\xc4\xb9\x98\x13\x93\x63\x2d\xd4\x6d\x0d\x82\x00\xf8\xb8\x42\xc0\x28\x59\x87\x21\xe0\x82\x88\xc4\x61\x1e\x51\xf1\xa7\x2c\xc5\x8d\x13\xe6\x91\x0c\x0e\x56\xb5\x79\x67\xc5\x77\x03\x8f\xaa\xc6\x4e\xb9\x10\x97\xd4\x44\xc3\x29\x05\x38\x01\xbe\x59\x6e\x4a\xe3\x50\x40\x39\x35\xa3\xd0\x0b\xce\xdb\x5c\x9f\xa2\x42\x00\x8c\xae\x87\xab\xb8\xc9\x05\x2e\x9a\x25\x39\x76\xdd\x89\x14\xd7\x67\x02\x78\xea\x75\x9f\x54\xe3\x3d\xaa\xe9\x1e\xfd\x9c\xf2\xd9\x40\xec\x22\xb1\xbb\x5f\x67\xf9\x3c\xe6\x08\x6b\x2b\x89\xe9\xfb\x85\xa8\x52\x20\x0c\xc1\x66\xfe\xca\x52\xc0\xa6\x41\xf1\x55\x51\x9d\xdb\xc6\x88\x27\xbc\x46\x0c\x83\x2d\x9d\xe5\x67\xb6\xe5\xf6\xbd\x10\xe0\xae\xe3\xf4\x58\xcf\x91\x31\xda\xf9\x15\xeb\x88\x61\x74\xe2\x45\x42\x3a\xe7\x4b\xde\x99\x26\x53\x88\xca\x75\x15\xdf\xb0\x0e\xbf\x8a\x79\x67\x1a\xf3\xb8\x23\xd0\x21\x36\x1d\x38\x78\xa5\xa4\xf4\x4b\x65\x06\x04\xf3\x4e\xe2\x35\x05\x63\x15\xc1\xc3\x9c\x14\x50\xe9\x7b\xbd\x9c\xcd\x3e\x83\xe3\xc1\xfe\x48\x5c\x9b\xf5\xb3\x94\x13\x8f\x0c\x05\x1d\x4f\xc3\x44\xdf\x2f\xc3\x71\xfa\x6c\xe7\x00\x76\x05\xe2\xeb\x15\x52\x51\x41\x9f\xbd\x2e\xa5\x89\x7a\x04\x44\xe6\x1c\x25\x02\x93\xce\xe4\x9a\x30\xf3\xd4\x76\x84\xf7\xd8\x0e\xc6\x18\x2e\x19\xeb\x66\xdb\x81\x8e\xdb\xab\xe5\xbd\x54\x8e\x77\x53\xbb\xa2\xc0\x1e\x14\xd0\x3b\x21\x13\xa4\x54\x41\xb5\x9e\x07\x99\xd0\x3b\x14\x63\x32\xd3\xdb\x34\xa7\xde\x38\x7f\x36\xd1\x47\x21\xef\xf5\xb4\xc7\x5a\xd1\xe8\x3d\x3a\x41\x93\x30\x8f\x30\x29\xc4\x38\xbd\x71\xf2\xac\x18\x27\xbd\x1e\x4e\x07\x85\x38\xdb\x12\x36\x1e\x71\x14\x87\x49\x84\xc7\x33\xed\x4c\x61\x65\xb8\x15\x45\x96\x73\x74\x8c\xc9\xac\x72\x15\x3e\x13\xc0\xdd\x1c\x57\x6d\xcf\x60\x36\xec\x75\x85\x2b\x21\x15\x04\xaf\x16\x14\xbc\x72\xd4\x72\xba\xb5\x75\x49\x9c\x33\xc7\x3a\xf1\xef\xab\xd3\x09\x7b\x04\xbe\xb1\x05\x61\x84\xc5\x0a\x59\x24\x88\x9e\x35\x74\x24\xa6\xd7\x28\xa7\x28\x01\xdf\x94\x16\xc6\x80\x21\xe8\x5a\x0a\x82\x89\x90\x47\x24\x13\x4f\x39\xb9\x85\xf8\xb1\x35\x4c\xc2\x1a\xd1\x89\x84\x41\x0c\xc2\xa7\x00\xf2\x28\xb6\x6e\x6a\x19\xab\xc4\xb6\xae\xce\x3c\x88\x5b\xa2\x04\xc6\x01\x8a\x61\x41\xe6\x62\xf1\xc0\xe6\x21\x26\x31\xf6\xf3\x90\x45\x52\xdf\xe4\x04\x62\x6a\x9d\x20\x91\x42\x4e\x30\x0e\x10\x92\xbd\xc8\x6a\x58\xde\xed\x09\x26\xb1\xbc\xc5\x33\x51\x2e\x56\x9c\x0b\x33\xd8\x8f\x36\x70\xfb\xb7\xd3\x97\xd0\x6b\xa4\x5c\xb0\xaf\x4d\x9e\x98\x5a\x81\xb9\x62\x19\x56\x2f\x26\x99\xf8\x49\xa5\xd7\xcf\x38\xa2\x89\x9c\x54\x51\xa4\x1a\xd5\x59\x85\x59\x38\x7f\xca\xe8\x85\x67\x17\x65\xe9\xdc\xe9\x67\xa3\xa2\xde\x65\x83\xb3\xb8\x2c\x8d\x85\x0a\x1b\x9c\xf1\x2f\x73\xd0\xbd\x37\xad\x7d\x91\xf4\x89\x71\xc4\x5d\xf1\x2a\x27\x59\x5a\x64\x33\xd6\xee\xcd\x5a\x65\xca\x60\x82\xae\x5b\x7b\x45\xf6\xa5\xf3\xa2\x22\x97\xd7\x74\xf0\x67\xc9\x84\x35\xbd\xcf\x7b\xa4\x3f\x14\xa8\xa7\x49\x09\x9b\xee\xf5\xfb\x43\x81\xf0\x9f\x08\x6c\x33\xa3\x6c\xb0\xe4\x13\x45\x8d\x81\xab\xfd\x8a\x37\x98\x80\x8e\x4a\x52\x48\x10\x0c\x97\xc3\x99\x8c\x17\x08\x7e\x3d\x13\xe9\x23\x1e\x65\x98\x38\xf3\x24\x5d\x72\x56\x38\x02\x90\xf0\x2f\xd0\xf2\x0a\x4d\x9e\x8d\xca\x72\x44\x29\x9d\xb8\xee\xec\xd9\x1e\x76\xdd\x6f\xa2\xa6\x3a\xcf\x69\x67\x34\xd8\x1b\x78\x83\xce\xe7\x6c\xd9\x89\x73\xd6\x81\x48\x56\x56\x09\xa7\x67\xe8\xa5\x9e\x23\xa9\x2f\x9b\xea\x72\x30\x99\x57\xd3\x44\x1f\xce\xda\xa4\x76\x0a\xfb\x84\x9f\x0a\xbd\x12\x94\x18\xfc\xca\x24\x89\xf3\x8a\x49\x82\x07\x1b\x33\x2b\x0c\x96\xa4\x92\x2b\xc4\x82\xda\x58\xc6\x8a\x9c\x41\xb4\x92\x75\xe9\x19\x49\x05\xd2\x28\x43\x44\xa9\x0e\xac\xab\xbe\x46\x54\x25\x17\x28\x7d\x96\x8b\x2b\xd9\x18\xe8\x91\x49\xb6\x4c\x79\x9e\xb0\xa2\x9d\x59\x06\x1f\xa6\x97\xd2\x52\x69\x46\x49\x0b\x7b\xdf\x60\x72\xfd\xa1\xb8\x82\xc4\x51\x03\x84\xdc\x04\x5a\x51\xb1\xe2\x61\xc5\xdb\xbe\x04\xc0\x63\x26\xbe\x27\xb6\x83\x1c\x15\xa4\xb0\x3f\x8f\x4c\x68\xb5\x09\xe1\x5b\xe5\x25\x30\x81\x4b\x40\xdc\xfd\x54\x40\x7e\x92\x8a\x9f\xde\x30\x12\xdb\x38\x4c\x82\xa4\x3f\xf4\x93\x88\xf0\x67\xa9\xeb\xbe\x18\xcc\xb3\x1b\x76\x34\x3f\x4f\x2e\x97\xd9\xb2\x78\x9d\xe5\xb7\x71\x3e\x0d\xb8\x40\x54\x9f\xe7\x3a\xff\xe7\xf4\x26\x9e\x25\x53\x95\x0b\xe4\xaa\xd8\x93\xcf\x8a\x30\x89\xfa\x02\x39\x36\x48\x86\xe8\xcf\x40\x4e\x90\x74\x8a\xe5\x6f\xe3\xf7\x56\x7b\x24\x94\xd4\x0d\xcc\x0d\x38\x2c\x22\x2d\x21\xd4\x54\xad\x2f\xc8\x81\xbb\x49\x96\xe8\x5c\xc5\x45\xe7\x9c\xb1\xb4\x33\x65\x8b\x9c\x4d\x62\xce\xa6\x02\x17\xbb\x88\x6f\xb2\xbc\x93\x5d\x74\xa0\xec\x92\x4f\x94\x17\x4d\x5c\xdb\x71\xeb\xfd\x9a\x92\x1b\x07\xbc\xa9\xea\x8a\xd4\x20\x89\x7d\xfb\xd2\xb5\xa3\x62\x21\xec\x3d\x49\x75\xc6\xe7\x05\x32\x24\x4b\x35\x60\xc0\x44\x70\x5f\x7f\x2e\xae\x68\x3b\x98\x39\x99\x6d\x39\x50\xfb\x5b\x12\x63\xc4\x71\x30\x80\x57\x51\x48\x11\x8f\x06\xe1\xef\xf5\x56\xe4\x85\x3e\xee\xd4\xf1\x06\xbb\x83\xed\x1d\x87\xbc\x80\x20\xab\x7f\xe8\x64\x91\x70\x26\x89\xc8\x54\x3c\xce\x92\xf4\xba\xa0\xb9\x78\x14\x07\xa1\xa0\x99\x78\x34\x67\x86\x26\xe4\x05\xf8\x21\x7e\x4f\x5e\x0c\x44\x59\xfa\x51\x3c\xd4\x03\x5b\xe2\x87\xf7\x8a\x12\x28\x30\xf9\x88\x18\x14\x2c\x6c\xf2\xdc\xde\xff\x59\x03\xb9\xc5\xd5\x59\xae\xdd\x67\x29\x45\x59\xdb\x6d\x36\xe0\xd9\xef\x8b\x85\x46\x4b\x48\x4e\xb3\x06\x49\x9e\x08\x14\x5e\x5c\xbf\x37\x40\x90\xaf\x20\xbe\xaf\xfa\x1e\xdc\x98\x0f\x03\x1f\xc5\xdc\x01\x59\x79\xa2\x1e\x5e\xdd\x25\x45\xc3\xa5\xa4\x45\xc6\x4d\x93\xe9\xc7\xab\xec\x16\xc4\x6a\xc0\x95\xb3\x13\x68\xd7\x23\x5f\x90\x23\x41\xed\x80\x7f\xb1\xda\x43\xff\xe5\xf4\x78\xcf\xf9\x2f\xfc\xd5\x1d\xde\xad\x57\x37\x15\x1d\x8c\x49\xb7\x7b\x82\x38\x16\x43\xbe\x5c\xb2\xa2\x5d\x0d\x5a\x5c\x4a\xa0\xf5\x73\x84\x30\x26\x5c\x14\x96\x0b\xbc\x8e\xbe\x6b\xa4\x94\x89\x01\x64\xb8\xa9\xfd\x0a\x9a\xaa\x48\x20\x35\x65\x99\x86\x02\xd3\x89\xc4\xe5\x26\x71\x20\x4d\x05\xb1\x8a\x0a\xe2\x12\xfb\x84\xf1\x09\x62\x86\xce\xc9\x8b\xc1\x32\x5d\xc4\x93\x6b\xba\x30\x8f\x3f\xc6\x05\xdb\xf3\xe8\x85\x18\x17\x63\xd3\x42\x1e\x0c\x7a\x46\xda\x20\x93\x98\xd1\x76\x88\x46\xbb\x43\xf2\xa2\x5a\xdf\x16\x3d\xaa\x3a\x4c\xd7\xeb\x2c\xea\x83\x0a\x43\xde\x1a\xe8\x06\x94\xb9\xa9\x40\xa7\x70\x63\xbf\x75\x11\xa3\x62\x87\xa9\x18\xf3\xd8\x52\x1b\x54\x42\x54\x75\x14\xd4\x2c\x98\x59\x09\xf2\x4d\x12\x79\xc9\x66\x62\x1a\x3a\x9e\x20\x86\x2d\x50\x61\xc8\xaa\xd5\x0a\x63\x3f\x5f\x41\x2f\xaf\xc8\x3b\xca\x06\x17\x69\xc5\xeb\x7c\xdb\xe6\xbd\xac\xa1\x15\xff\x25\x50\xbf\x12\xca\x80\x90\xd1\x57\x98\x91\xd2\x07\x31\xed\xbd\xfc\x96\xf6\x54\xc8\x72\x3b\x0e\x6b\x15\x9e\x67\xb5\x62\x03\xfe\x85\xbe\x20\x86\xcd\x0c\xbb\x41\x55\x91\x6a\x52\x6a\xd5\xeb\xf2\x29\xc5\x6c\xa7\xb5\x7a\x95\xd3\x2e\x08\x47\x76\xf6\x45\x60\xde\x02\xd3\x02\xd7\xad\x7c\x70\x96\x14\xbf\x9f\xbc\x10\x57\xd8\xe0\x6c\x2a\xd1\x35\xf1\x18\xe3\xc1\xd9\x94\x70\x78\xc5\x35\x7c\x8c\xdb\xf8\x18\x26\xa2\x49\x9a\xc8\x5f\xf0\x1f\x0c\x9d\x58\xeb\xc0\x31\x31\x20\x3d\xc7\xcf\x86\x7b\xae\x8b\xf2\x2d\xba\xe7\xe9\x68\x7c\xc0\x5f\x31\xe5\x8d\x67\xe0\xc1\xd9\x97\xb1\x95\x8e\xfa\x39\x49\x55\x77\x99\x94\x89\x49\xfe\x8a\xa0\x71\xf1\x8a\xbc\x13\x73\x56\x9f\x0f\x29\x0a\xb2\xc2\x2e\xd9\xc1\x66\x2a\x39\xbf\x92\xf1\x0b\x94\x11\xee\xc7\x8e\xd8\x56\x96\xac\x5f\x56\x26\x9d\xcb\x8c\x77\x00\x98\x74\x42\xa7\xa7\xdb\xe9\x39\x91\x53\x37\xe5\x38\xfb\x42\x05\x94\x21\x7a\xeb\xd4\x97\x4c\x2e\x76\x8a\xfd\x16\x5c\xf5\x0a\xc2\x7d\x4b\x6e\xc2\x45\x96\xcb\xce\x2a\xe6\xff\xd7\x78\xff\xa2\x5e\x5f\x5c\x31\x49\x7a\xb9\x35\xd0\xb6\x3b\x4a\xf9\x40\xac\x4e\x7d\x94\x00\xd6\xc4\xbc\x89\x36\x20\x04\xd3\x5b\x54\xbd\x60\x95\x71\x74\x7e\x9e\x9b\x0c\xf1\x22\x32\x96\x7c\x42\x5f\x22\xf8\x15\xaf\xc0\xdb\x82\x04\x78\x52\x25\xd4\x16\x45\xaf\xa8\xf5\x4a\x1e\x51\xfa\xb7\x02\x2b\x23\xfb\x9c\x60\xf2\x6a\xc3\x41\xc1\x44\x9c\x94\x41\xc1\xf8\x4b\xb9\xe1\xe9\x3a\xc6\xd9\x20\x13\x0e\xdb\xc9\x84\xaa\x09\x84\x37\xd2\x0c\x87\xdf\x4e\x33\x38\xb8\x71\x7a\x79\x20\x36\x85\x2f\x0f\xb1\x84\x45\x1f\x28\x1b\xc8\x05\x55\x37\x46\x62\xec\xe8\x5a\x42\xf3\x7c\x25\x12\xd2\x07\x1c\xa0\x0f\xf2\x52\x71\xce\xbe\x38\x98\x98\x97\xd8\xc1\xd8\xff\xe0\xba\xe8\x43\x35\xa1\xa0\x64\x43\x46\x3b\x2d\x3e\x99\x51\x65\x76\x80\xdb\x54\x95\xd7\x54\x91\x39\xb1\xa0\x69\x6e\x81\x3a\x9b\xea\xb3\x16\xcd\x94\x4d\x00\xff\xa3\x16\xd3\x37\xb3\xe5\x4e\x36\x9b\x01\xa6\xc1\x56\xc7\xff\xd6\x69\xb1\x29\xdd\xb8\x55\x5b\xbd\x25\x76\xd4\x77\xb4\x59\xd4\xd8\xd4\x5f\xf1\x5e\x61\xf9\xc7\x31\x0d\x4c\x94\x50\xbc\xd5\x47\x8f\x38\x88\x85\x3e\xb6\x5e\x35\xb2\x96\x52\xe2\xee\x53\x48\x20\x2c\x4a\xc5\x87\x65\x02\x2a\xcb\x71\x56\x42\x7d\xf5\x60\xf1\xb1\x66\xd6\xec\x54\x12\xd0\x55\x9b\x4c\x70\x5d\x6d\x9a\x59\x6b\xa3\x9d\xf4\x7d\xdf\x44\x5e\x6c\x5a\x7a\x71\x85\x5b\xad\x9b\x28\x4e\xdf\xd1\xf6\x55\x53\x32\x67\x3b\xf6\xaf\x58\x99\xc9\xb8\xd7\x4b\x71\xae\xbc\x4e\x2a\xe7\xfb\x18\xb7\x88\xe8\xa6\x0d\x99\x08\xf8\x8e\xc3\x10\x61\x13\x83\x9e\x86\x0a\x11\x50\xc5\xa4\x47\x9c\x38\x7a\x80\x0e\x94\x31\xe3\x85\x58\xdc\x2a\xc6\x02\x81\x82\xca\x41\xa4\x2a\xa7\xde\xb4\x32\xc3\xfb\x0b\x71\x7c\x6d\x69\x61\x23\x2c\xe5\x93\xca\x7f\x64\xd7\xc3\xf2\x02\xb7\x05\x68\x06\x7b\x62\xf3\x05\xbf\xf7\xbb\x43\xb2\x4c\x97\x05\x9b\x9e\x64\xd7\x2c\x2d\xfc\x30\x52\xef\x3f\xa7\x8b\x25\x17\xaf\xd9\x0d\xcb\x2f\x66\xd9\xad\xdf\x1f\x91\xc9\x55\x9c\x17\x6f\xd9\x05\x7f\x7f\xc3\x72\xdf\x83\xe8\x89\xb2\x60\x77\x48\x12\x89\x7b\xbe\xca\x63\x09\xe7\xd4\xfb\x71\x96\xf2\xab\x5a\x8a\xe4\xe4\x43\xd7\x05\xcb\x15\xca\x2a\x30\x79\x68\xa5\xc8\xc4\x0f\x20\x1b\x53\xb1\xdc\x1f\xe2\x9c\xc3\xb8\x98\x6e\x78\xce\xf2\x64\x9a\xb0\xb9\x7c\xcb\x2f\x26\xa3\x83\xd1\x48\x54\xba\x65\xec\x7a\x1a\xdf\x1f\x27\x05\x48\xd9\xfc\xee\x70\x55\x13\x0d\x36\x3d\x08\x0d\xce\x16\x17\x30\xc9\x67\x8b\x0b\x3a\x07\x25\x1a\xf1\xd8\x90\x12\x2a\x7b\x3d\x28\x9f\x14\x7f\x88\xc1\x6a\x06\xdf\x0d\xf8\xc4\xa2\xa9\xc2\x05\x07\x8d\x51\x93\x36\x0d\x47\x05\x7b\x56\xc0\x4b\xd7\x61\x06\x07\x67\x53\x2d\xc5\x43\x18\x0b\x02\x41\x4f\xfb\x33\x0f\xf0\x34\x58\x2d\x78\xaa\xa6\xd9\x7e\x85\x59\xb6\x13\x3e\xc9\xb9\x80\xa4\xc6\xbc\x48\x9b\x31\xbd\x74\x76\x25\xb9\x32\x90\xd2\x58\x1a\xd7\x45\x5d\x3e\xd0\x33\x0f\xf6\x0e\xea\xd9\x75\x73\x50\x6d\x62\x83\x33\x79\x2f\x00\x6f\x37\x71\x5d\x89\x71\xd6\xb6\x8c\x4e\xb4\xb7\x9c\x51\x84\xb5\xd0\xd4\xf3\xe4\xf2\x4d\xb6\xcc\x75\x64\x7a\x75\xd8\x93\xe2\x75\x9e\x7d\x61\xa9\xeb\x36\x12\x6c\x2f\xcb\xe3\x6a\x95\x68\xb2\x32\x94\xa7\x4e\x6b\xc8\x45\xe5\x32\x2e\xd0\xbb\xf8\x1d\x6e\x18\x48\x05\x53\x74\x23\x10\x39\x86\x7d\xf1\xdb\x9c\x10\x41\x5b\xf1\x55\x0b\xd7\x34\x9b\xb3\xa0\x2d\xb1\x95\x43\xa7\x3c\xab\x49\xbd\xc5\xdc\x68\x22\x3d\x7f\xfe\xdc\xb3\x99\x75\x9a\x4b\x07\x10\x1d\xf4\x51\x0c\xf1\x41\x52\x08\x1e\x2a\x40\x95\x86\xea\x55\x94\x10\xb8\x0c\xce\x69\xbe\x86\x68\x08\x28\x78\x4c\xbb\xc3\xf1\x06\xe9\x23\xb0\xdb\xce\x2d\x07\x9b\x62\x77\x9f\x25\xc5\x91\xc4\x78\x94\xdf\x02\x20\xe1\x9b\xa9\xb4\xa5\x20\x91\xd5\x75\x05\x28\xa2\x12\x2f\x54\xa2\x80\x70\x67\x17\x2a\x71\xa6\x12\x67\x14\x5e\x64\xa2\xdc\x5d\x2a\x47\xbe\xd0\x2a\x59\x96\xe1\x5f\xe6\xaa\x00\xff\x32\xa7\x2a\x41\xf5\x2e\x08\x1d\x33\xe4\xdf\x4f\x5e\x50\x93\x28\x0b\x28\xa6\x92\x2c\xa1\x84\xd5\x55\xb2\x2c\xb3\xd0\xc3\x5d\x5c\x50\xb1\x2b\xf4\x78\x41\xbc\xab\x07\x0d\x2f\xb4\x4a\x26\xd9\x73\x0f\x57\x17\x4d\x06\x32\xb3\x19\x4a\x28\x0f\x73\x7a\x1e\xa6\x51\x04\x35\x21\x96\x38\x6e\x11\x86\xdf\x59\x0a\x99\x5a\xb1\xec\x6c\x4a\x8d\x1c\x4d\x6d\xd8\xc1\xd9\x34\xa8\x03\x12\x5f\x6c\x6b\x59\x5e\x6d\x7f\x24\x7a\x5a\x6b\x40\x14\xc3\xa4\x3b\xa4\x94\x1e\x83\x57\xb9\xae\x47\xf2\x75\xba\x05\xc3\x96\xc1\xb6\xb4\x76\xc3\xad\x7d\x27\xc9\x7c\x40\xb1\xcc\xe8\x1a\x9b\xa2\x21\x43\x83\xde\xf3\x41\xb1\x5c\x40\xfc\xdf\x97\x8a\xbd\x93\x64\xe9\xa7\x38\x4f\x93\xf4\xb2\x70\xdd\xc7\xe5\x20\x5a\xc8\x71\x1b\xe7\x69\xfd\x0d\x39\x56\x73\x9d\x5b\xd9\x9e\x2f\x70\xf6\xba\x30\xae\x32\x51\x37\x87\xa8\x33\xad\xc5\xda\x37\xb6\xdb\xf9\x60\x5a\x35\xf9\x26\x4e\xa7\x33\x06\x2e\xa2\xd6\x53\x25\x06\xcc\xb0\x26\xd1\x41\x51\x10\x24\xef\x64\xb6\x16\x0c\x1a\x0e\x7d\x46\xbd\x71\xf6\x6c\x36\xce\x7a\x3d\xa9\x2a\x4e\x1d\x87\x54\x76\x95\x46\xcc\x66\x44\x30\x59\x24\xb1\x11\x88\x43\x93\xf4\xa8\x73\x9a\x86\x4e\x2f\xeb\x39\x51\xc7\xa9\x70\xef\xd0\x8b\x70\x81\xec\x57\x12\x0b\x1c\x23\xe9\xd1\xb8\xe7\x88\xe9\xb0\xf3\xc2\x38\xea\x39\xa4\xe3\xe0\x71\x62\x42\x4d\x7a\xa4\x3f\xc2\xca\xfd\x36\xb5\xbb\x1f\x2b\xb1\x7e\x82\x57\xd7\x88\xf5\x9c\xd3\xd4\x44\x35\x10\xed\x3e\x22\x59\x9a\x60\xa3\x26\x23\xaa\x39\x3d\x64\x68\x72\x3c\x28\x78\x3c\xb9\xc6\x24\xa5\xdd\xe1\xaa\x41\x56\xac\xd3\x82\x1c\x83\xb8\xfd\x84\x7c\xa4\x0f\xab\xb1\x2d\x8e\x13\xcb\xfa\xdd\xab\x06\x3a\xa6\x1f\x81\x7b\x87\xae\x91\x7a\xa6\x5d\xaf\x29\x9b\x53\x38\x71\xdb\xce\xd4\x06\xc3\xae\x5b\x3b\x1c\x3a\xd9\x42\x6b\x6d\xd3\xe2\xef\x41\x6d\x5f\x58\x77\xc9\xd8\xe8\x6d\x30\x5c\xa8\x08\x02\xe8\x0b\xe2\xa0\x54\x8d\x81\x85\x05\x88\x29\x04\xba\x0e\x9d\x33\x07\x22\x59\xa9\xd8\x73\x67\x32\xa4\xac\xd6\x0e\x3a\x9b\xc6\xf7\xef\x2f\x00\xa7\x78\x9f\x4f\x93\x34\x9e\x7d\x10\x98\xcd\x5b\x96\x26\x2c\xe5\x76\x64\x54\xf4\x58\x79\x15\x35\x55\x1a\x23\x0c\xce\xb2\xf5\x2c\xdc\x73\x4a\xa7\xb7\x75\x3a\x7d\x18\x92\xd1\x6a\x4b\xa7\x56\x5f\xf8\xaa\x8e\xbc\x4f\xd1\xc3\x4a\xfb\x4f\x6e\xe2\xdd\x31\x60\xde\xd8\x75\x63\x19\x9f\x36\x90\x31\x78\x1f\x56\x64\x0a\x4f\x04\xb2\xf5\x8b\x0c\xcc\xeb\xcb\x7d\x21\x5e\x82\x5c\xe3\xed\xda\x33\x6b\x0e\x38\x7c\xcb\xb4\x76\x75\x9f\xa6\x4b\xd9\x15\x8c\x2e\x97\x11\x7f\xd7\xc9\x86\x77\xe0\xa6\x44\x83\x45\xa3\xad\xce\xf0\xea\x51\xb0\x47\xbb\x43\xd2\xb6\x43\x25\x47\xf0\x84\x5a\x8c\xda\xc0\x7a\x6e\x45\x37\xb4\xb6\x4f\xf5\x39\x1c\x83\xe3\x37\xe9\x69\xdf\x60\x40\x12\x71\x78\x4b\x1f\x8a\x78\xce\x5e\xc6\xf7\xbe\x13\x9e\x64\xd3\xf8\xbe\x13\xf3\xa8\xf3\xf6\xc4\x21\x29\xbb\xe3\x3a\x7d\x9e\xe5\x79\x76\x5b\xcb\x12\xc8\xa7\xef\x4c\xa7\xd3\x69\x27\xd4\xe9\xb3\xb8\x50\x55\x3e\xb3\x82\xb3\xdc\x6e\x4e\xe4\xc9\x3a\xe1\xdb\xb8\xe0\x51\xa7\x5e\x55\x8c\xe2\xd5\xac\x60\xbe\xf3\xd6\xb1\x8e\xf6\xcb\xba\xaa\xbd\xda\xc8\xf1\x8c\xa5\xd3\x38\x87\x93\x5b\x4f\x1a\xe8\x76\xc6\x46\x7a\x96\xe3\x20\x37\xbe\xe0\xb0\x6f\xad\xd6\x87\x86\x7b\x68\xa7\x67\xd8\x98\xe0\xd6\x8a\xf7\x8d\x08\x55\xab\x7f\x3c\xa7\x5e\x90\x06\x4e\xcf\xf1\x1d\xc7\x77\xfa\x0e\x96\x55\x16\xd9\x2d\x1a\x7a\x92\x0b\x3a\x8f\xef\x90\x47\x12\xb0\x86\xd2\xfa\x86\x83\x62\x79\x5e\xf0\x1c\x0d\x71\x2f\x07\x10\xf6\x1f\xba\x85\x4e\xc3\xf0\xef\xd3\x30\x7a\x7a\x1a\xe1\x12\x9d\x9e\xe2\x00\x85\x6f\xae\xa2\xf9\x1c\x15\x05\x0e\xca\xe3\xac\x3c\x3e\x0e\xc4\xff\xf2\x65\x56\xbe\x7c\x09\x7f\x02\xf1\xbf\x9c\x4e\xa7\xc1\x34\x28\xa7\x59\x50\xde\x86\x59\x79\x1b\x05\xe5\xa7\x30\x2b\x3f\x45\x41\xf9\x6b\x16\x94\xef\x1e\x86\x64\x77\x55\x7e\x86\x7f\x65\xf5\xb7\xfc\xfc\xb9\xbc\x7f\x18\x91\x9d\x55\x79\x9f\x05\xe5\xe5\x25\xba\xbc\xbc\x0c\x70\x50\xfe\xf4\x13\xfa\xe9\xa7\x9f\xc4\x13\x2b\x5f\x95\x71\x79\x54\x5e\x5d\x05\xe5\x9b\x37\x41\x79\x7d\x1d\x94\xf3\x79\x50\x16\x45\x50\x7e\x7c\x18\x92\xc3\x55\x79\x57\xfe\x59\x7e\xf9\x12\x94\x7f\xfd\x15\x94\x03\xbc\x75\x49\x7e\x6b\xfd\x94\xb7\x27\x1f\xcb\xb7\x27\xe5\xdb\xb7\x81\xf8\x5f\xce\x1e\x86\x64\x67\x25\x8a\xff\x28\x4e\xeb\xa7\x1a\xfc\xfe\xa7\xa9\xf8\x9e\x8f\xd7\x55\x3c\x72\xa0\x39\x36\xd8\x87\xe5\x11\x02\x5e\xa1\xeb\xa2\x4f\x02\x86\x27\x98\x70\x78\xe6\xa1\x17\x45\x2d\xb5\x3e\xa0\xa4\xfd\x96\x21\x3c\x1c\x0a\xc8\x31\x8a\x44\x83\x29\x34\x92\xb6\xb5\x20\x75\xfc\x01\xfb\x7b\x19\xf3\x18\xe1\x81\x82\x7d\x1b\x5b\x66\x78\x65\x41\xbd\x9f\x6b\x76\x87\x5a\x17\x35\x0c\x4f\x8b\xd3\x8f\xd1\x16\x0e\x58\x25\xe4\xfc\xfb\x34\x2c\x4f\xa3\x27\x52\xca\xe9\x5b\x19\xa7\xa7\x32\xad\x6a\xf5\xcf\x9a\x44\x91\xea\x86\xff\x63\x74\xa7\x49\x4a\x2b\xbd\x80\x67\x29\x50\x1d\x9f\xc2\x3c\xe4\x91\x80\x8e\x3c\xa2\xea\xc5\x87\x97\x9f\x51\x6e\x6b\xf1\xd9\xbc\x57\x85\xe7\x50\xc7\xb1\xc4\xf0\x29\x88\xe1\xb3\x1e\xfd\x82\xf2\x30\x89\x70\x20\xfe\x56\xfe\x58\xfd\xdc\x92\x95\x67\x16\xe1\xfe\xba\xa1\x0b\x6a\x50\xd9\x00\x71\xfa\x46\xd4\xad\x4d\x35\x26\x3f\x8a\xd1\x89\x3f\x65\xf9\xa7\xb8\xb9\xc5\xa3\x20\x11\xfd\x7a\x41\x4d\xf4\x02\x0a\x6c\x4d\xd3\x1b\x1b\x11\xdc\xb5\x99\x9b\xb6\x73\xb1\x59\x96\x5e\x8a\x9a\x4a\x2d\x51\x20\xff\x6c\x25\x3e\xf6\x37\x2b\x34\xb8\x07\x16\x4e\xae\xfb\x9b\xf6\x95\x3a\xc6\x8c\x56\x6b\xf4\x1b\xc9\x31\xa9\x95\x27\x69\x9f\x0e\x2b\x12\x40\x8c\xe1\x0f\xfa\xf0\xf6\xe4\xa3\xef\x5c\xf9\xf3\xb9\x5f\x14\x9d\x23\x87\xbc\x3d\x91\xaf\xf0\xec\x3b\xc7\xc7\x5b\x2f\x5f\x6e\x89\x53\xec\x90\xb7\xf0\x7e\x7c\xdc\x79\x49\x3a\x3a\xa5\x91\xd4\x31\x55\x21\x4b\x80\x5a\xd2\x69\x2b\x60\x9d\xc2\xdf\x9b\x3e\xad\xea\x9f\x1f\xb2\x88\xa4\x1b\x72\xea\x82\xc0\xca\xe9\x71\x59\x76\xd3\x80\xfb\x68\x43\x7b\x34\x35\xdb\x73\x93\x00\x10\xbe\xca\x91\x21\x64\x9c\xea\xe9\xe5\x4b\xfd\x24\x3e\x0d\x9e\x03\x85\x73\xa2\x21\xf6\xd9\x0a\x57\x38\x27\xd9\xd0\xbb\xc4\x25\x3f\x53\x47\x51\xfc\x1d\x41\x0a\x39\xd5\x7c\x3c\x69\xca\xf4\xac\xbd\x04\x55\x7f\xa5\xce\x0f\x53\x87\xfc\x44\x0d\x6e\x53\x55\xfe\xef\x35\xbf\x5b\x0a\x3a\x98\x8d\x01\x75\x99\x1c\xc4\x2f\xf4\xe1\x62\xc9\x97\x39\xf3\x9d\x24\xed\xfc\x50\x38\x64\x11\x17\xdc\x77\x7e\x28\x3a\xf1\x65\xe6\x90\xc2\x77\xe2\xce\x05\xbb\xed\x14\x6c\x92\xa5\xd3\xc2\x21\x45\xe1\x3b\x3f\x4c\xab\xf7\xb9\x28\x21\x65\x76\x0e\x99\xcf\x21\x53\x8b\xf0\xc8\x95\xef\xc4\x69\xe7\x2a\x5b\xe6\x0e\xb9\xba\x82\x3c\xf1\x52\x38\x64\x2a\xaa\x4d\xe3\x7b\x87\x4c\xa7\x90\x3e\x8d\xef\x0b\x87\xdc\x8a\xe4\x5b\x30\x5e\xbc\xbd\x85\x74\xf1\x52\x38\xe4\x18\xba\x11\x38\xa0\x43\x8e\x8f\x65\x2f\xe2\xad\x70\xc8\xbd\xc8\xba\x67\x71\xee\x90\xfb\x7b\xc8\x11\x2f\x85\xbd\xc3\xfe\x6a\xc2\x79\x39\x33\x39\x9b\x81\xd7\x01\x41\xd0\x5a\x51\x57\xbf\xa0\xa4\x8a\x65\x98\x63\x3f\xa9\xe0\xde\x0f\xd3\xad\x84\xd8\x28\x24\x63\xeb\xce\xc7\x6a\xcd\xb2\xe7\x5e\xe0\xc8\x39\x76\x7c\x47\xcc\xae\x63\x75\x94\xe2\x20\x05\xd9\x8d\xd5\x45\xb1\x95\x68\x7a\x83\xb3\xda\x75\x95\xb2\x7a\xcc\x85\x9a\x32\xe8\x98\x4b\xde\x30\x0b\xd3\x9e\x53\x38\xf0\x04\x3e\xeb\x2a\x18\xc3\xac\xed\xbd\xae\xc9\x18\x70\x26\xf1\x1a\x16\x36\x9a\x8e\xd6\x34\x53\x13\x56\x07\xf7\x62\x94\x2d\x14\x02\xa7\x39\x43\xa9\x8c\xeb\x07\x83\xb1\x19\xd7\x12\x1f\xc9\xea\x9f\x18\xab\x4f\xcc\xc4\x58\x6c\x9b\x8a\x82\x7d\x33\xae\xf9\xb0\x4c\x13\xee\x73\xb2\xc8\x93\x2c\x4f\xf8\xbd\x9f\x81\x17\x77\x6c\xb9\x09\xcd\x72\x8e\x1a\xb1\xa3\xcc\x15\xa0\xab\xf5\xb9\x79\x94\x7e\xff\x2a\xc1\x0a\xb3\xaf\xd0\x1f\x76\xa8\x74\xa7\xf4\xc3\xd0\xf3\xba\x94\x7a\x65\xc9\x7e\xd8\xf1\x3c\x91\x6a\xc9\x40\x6a\x75\x9e\x79\x01\xa0\x6c\x13\x96\xcc\x00\xbc\x7b\x3e\xbc\x5f\xcc\xb2\x86\x0e\xe5\xb2\xfa\x6e\xda\x63\xa0\xaf\xaf\x85\x36\x32\x2a\x6a\x52\xbc\x4e\xd2\x04\xc2\x90\x80\x71\xc7\x8c\x01\xeb\xc8\x1a\xee\x05\xfb\x9a\xff\x49\x49\x38\xa4\x01\x9a\x32\xe3\x46\x01\xb7\x71\x69\xb4\x0f\x3b\xec\x5f\xe9\x92\xb6\x82\xc2\x15\xdb\x78\x9d\xb2\xc1\xd9\x34\x04\x53\xe6\x9e\x61\x92\x05\xce\xef\x27\x2f\x04\x42\x8b\x7b\x3c\x92\x1c\x25\x4b\x10\xc2\x8c\xb3\xb2\xaa\x19\xd7\x55\x4c\x6d\xe9\x3f\x5c\x6b\xb4\xc3\x36\x76\x5d\xb1\x2e\x83\x7b\xd0\x70\xc7\xae\x3b\x04\x95\x58\x80\x12\xa2\xe2\xe8\x10\xde\xa7\x70\x21\x07\x28\xa5\x4b\xb1\x35\x89\x1c\x57\xf1\xc8\xb8\x52\x62\x5a\x21\x7f\x31\xfb\x15\xc3\xb5\xff\xd5\xfa\xb6\x0e\xf4\x82\xd5\x14\xec\x00\x87\x64\x14\x4e\xa6\xa6\xa3\x99\x98\x0a\x90\xaf\x57\x92\x15\x66\x0c\x50\xd7\x59\x35\xac\xa2\x60\xc5\x21\xa1\x70\x36\x31\x58\x3a\xb7\xc8\xa1\xd2\x5e\x0f\x4b\xcc\x35\x4c\xa3\x81\x38\x29\x11\x62\xd6\x0b\x36\x11\xd0\x9a\xa3\xb3\x65\xfc\x62\x90\xbc\xa6\x9b\x00\x87\xf9\x86\x91\x4b\x26\x6e\xa5\x2d\x72\x0f\xbf\xe2\xe9\x1c\x9e\x1e\xb6\x57\x5b\xe4\x58\x3e\xee\xac\xb6\xc8\x2d\xa3\x5b\x61\xaf\x1f\x05\xa7\xd3\x87\xbd\xd5\x16\xb9\x53\xe5\x83\x2d\x72\xa4\x1e\xd5\xeb\xb5\xf5\xaa\x92\xde\x33\x75\xf5\x89\x46\x4f\xf4\x8b\x68\xf6\xa3\xd5\xec\x90\x88\x86\xcf\x20\xbb\xb7\x45\xbe\x54\x59\xbd\x2d\xf2\x82\xd1\xad\xbf\x4a\xf1\x2e\xda\xf4\x03\x18\xeb\x65\x42\x5e\xd5\xd2\x51\xe0\xcb\x2c\x1c\x88\xcc\x77\x56\x13\xe8\x74\xa0\x86\x80\x83\x2d\xf2\x56\xe4\x78\xfd\xc3\xe8\xc1\x23\xa3\xdd\xbd\x55\xf8\x5f\x71\xff\xcb\xe9\xd2\xf3\x8e\xbc\xfe\xe9\xd2\xdb\x7d\xfd\xfa\x74\xe9\xed\x7b\xe2\xe5\xe5\xbe\x78\x79\x7d\x08\x2f\xaf\x5f\xbe\x10\x2f\x2f\x5f\xc3\xcb\x6b\x6f\x5f\xfc\x1d\xca\x97\x57\xaf\x23\x71\xbb\xef\xee\xad\xca\xf0\x74\xe9\xed\x41\x05\x6f\xef\xf5\xeb\xd3\x2d\x9d\x81\x4e\x8b\xa7\x41\x3d\x53\x67\x61\x89\x19\x24\x16\x49\x6b\x4e\xd4\x0d\x40\xd7\x2f\x88\xe3\xc0\x56\xbf\xb4\x24\x7d\xcc\x75\xd3\x20\xf5\xb9\x75\xb8\x3f\xd4\x0f\x77\x81\x6e\x18\x61\x38\x80\xb6\x2a\x16\x3a\xa9\x58\xd3\xbe\xc5\xca\xf9\x0f\xab\xdb\xd2\xfd\xc7\x3e\x07\xbf\x89\x73\x6b\xd0\x93\xd3\x53\x47\x90\x16\x36\xb1\x81\x4e\x43\x5c\x8a\x9f\x08\x97\xa7\x21\x0a\xff\x3e\x8d\x04\xd1\x87\x4f\x23\x91\x0a\xc4\x20\x6a\xda\x32\x93\xa4\xc2\x83\xca\x32\x2d\xcb\xbc\x2c\x13\x08\x1e\x63\x06\xf1\x5b\x0d\x26\x5b\xba\x9d\xfd\xd3\xad\xd3\xd3\xbf\x9f\x3c\xed\x05\x03\x84\x4b\x08\x90\x6b\xc5\xc7\x5d\xdd\xc0\x9d\x25\x36\xfc\x8f\xf5\xdb\xeb\x13\x6b\x08\x3a\x94\x3d\xcb\xa3\x76\x03\x4b\x09\xb9\x93\x46\x50\x85\x54\x5c\x98\x00\xfd\x57\x18\x08\x2a\x65\xb6\x22\x0f\x72\x0e\x07\xf9\x47\x16\x8a\x2b\x35\xa2\x49\xf5\x51\xff\xa8\x31\xc0\x58\xec\x59\xd1\x73\x32\x38\xbb\xa5\xe2\x0f\xd8\x75\x71\xb1\xea\x83\xb3\x5b\xc8\x5b\xd9\x93\xf3\xb3\xd9\x2d\x8a\x8d\xe5\xba\x05\xfa\x51\x2c\xb9\xeb\xfe\x28\xd7\x9c\xa4\x83\xb3\x18\x82\xc8\xc3\xe9\xff\x93\x91\xd7\x8c\x7a\xe4\x0d\xa3\x43\xf2\x07\xa3\x23\xf2\x3b\xa3\xdb\xe4\x33\xa3\x3b\xe4\x09\xa3\xbb\xe4\x57\x46\xf7\xc8\x4f\x8c\xee\x93\xff\x66\xf4\xa0\x9a\xb6\x5f\x6a\x3b\x0b\xb1\x1f\x78\x8f\xe3\x1f\xac\xcb\xff\xaf\x0a\xfe\x29\x99\x26\x2e\x4b\xf9\x54\x45\x92\x7f\x17\xbf\x53\x0e\x05\x7e\x61\x88\x93\xe1\xa8\x12\x77\xf4\x28\xe2\xfd\x14\x6f\x0d\x47\x64\x08\xa1\x45\xe0\x06\x0f\x46\x87\xfe\xe8\xc0\xdf\x1e\xf6\xd3\x1f\xf6\x7f\x18\xad\xfe\x64\x6b\x02\x37\xa5\x43\xbe\x26\x73\x53\xe9\xeb\x7c\x30\x4b\xb0\x66\xd9\xe2\x8f\x7b\x3d\x8e\xb5\xab\x16\x1e\x89\x8b\xa8\xb2\x14\xd3\xda\xeb\x2b\xf2\x0f\x72\x8e\x1d\x12\x0a\x72\x83\x8c\x22\xe2\x1c\x67\x0e\x69\x71\x65\x2a\x6d\xf9\xe5\x15\xd4\x1b\x0a\xdc\x44\x54\x14\x95\x3c\xe2\xb5\x8a\x85\xd7\x59\x06\x12\x79\xfe\x78\x25\x10\x21\x7d\x8f\x9b\x86\xfe\x45\x4b\x76\x23\x29\x43\x8e\x42\xd5\x9d\x63\x07\x93\xb8\x7a\x3f\xc0\xe4\x25\x83\xaf\xbc\x63\xea\x11\x9e\xc9\xbd\x79\x3d\x76\x9a\x51\x3d\x2b\x77\x10\xd5\xa0\x7f\x63\x97\xa0\x0d\x2e\xfa\x53\xf5\xbe\x5a\xd1\xae\xf3\x89\xa1\x50\x0c\x43\xf4\x1f\x35\xeb\xf1\xf0\x0d\x53\x67\xaf\x3f\xac\x4a\x1f\xcb\xf2\xeb\x35\xea\xae\x13\x14\xf8\x53\x9d\x02\x43\x5a\x1c\x32\x71\x58\x94\x38\x51\x39\xb1\x4a\x02\xd9\x51\xe2\xdf\xa0\x14\xd7\x84\xed\x20\xc2\x87\xdd\xcc\x38\x75\x7e\x89\xd3\x65\x9c\xdf\x9f\xbd\x66\xe7\x39\x3c\x1c\xc7\xf9\xe4\xea\xec\x68\x91\x27\xb3\xb3\xe3\xf8\xfe\xec\x97\x65\xca\xce\x7e\x59\xce\xee\xcf\x8e\x96\x97\xcb\x82\x9f\x7d\x64\x0b\xce\xe6\xe7\x2c\x3f\x7b\x3f\xe1\x99\xf8\x7d\x97\xdd\xc8\x84\x97\x6c\x02\x0f\x8e\xd6\xcf\x06\x57\xdc\xb2\x17\xd1\x83\x68\x5c\x34\xad\x1b\x16\xed\x8a\x66\x45\x9b\xa2\x35\xd1\x92\x68\xa4\x56\x3f\xe5\x74\xeb\x65\x98\xbd\x8c\x02\xc5\x91\x3b\x8d\xa2\xa7\x02\x3a\x17\xb8\x27\x66\x2c\xd8\x22\x39\xa7\x6f\x19\x49\xc4\xdf\xea\xe4\x67\xbc\x8e\x30\x06\x99\x22\xd9\xe5\xe4\xe1\xc0\x7e\x0b\x0d\xe2\x15\xf9\xb5\xf4\x5a\x9d\x41\x52\x48\x4a\xbb\x2c\x53\xae\xa2\x88\x73\x1c\x38\x17\x90\xe8\xf8\x4e\xc1\xe3\x74\x1a\xcf\xb2\x94\x39\x91\xdd\xe4\x63\x5d\xd7\xfa\x1b\x54\x2d\x58\x1a\x60\x8f\x7f\x09\x6c\xda\x7a\x9b\x90\xb4\xe9\x9b\x64\x66\xca\xff\xf5\xf8\x37\x75\xb8\xde\x4b\xeb\xe7\x14\x7c\xcd\xcd\x06\x89\x15\xc9\x29\x76\xb7\x4d\x78\x6a\x7f\x47\xba\x55\xd8\xf2\xd2\x84\xa0\x99\x6a\x22\xb8\x00\x57\xe4\xb8\x2d\xa3\x10\x63\x6a\xe4\x48\xd3\xcc\xe1\x68\xdc\xeb\xe5\x38\xa3\x0b\x14\x8e\xd8\x36\xc9\xb5\x4f\xee\xb5\x3a\x61\x1e\xd1\x0a\x4a\x2a\x30\x97\x11\x6d\x40\xd9\xf8\x80\xf6\x11\x35\xda\xd8\x5c\xdd\x90\x95\x81\xa3\x58\x46\x3c\x00\x5b\x24\x94\xd0\x3f\x2d\x65\x8a\xf5\x61\x92\x18\xe3\x20\x01\x31\x91\xdf\x5e\xa3\x31\x26\xbb\xc2\xbf\xe9\xac\x2c\xbf\xbb\x9b\x6f\xae\xb0\xa9\xed\x47\x3e\xda\xa2\xa8\xd7\xb7\xdb\xd8\x68\x17\x5b\xfb\xe7\xd5\x5d\x3c\x31\xf6\x4f\x05\xb7\x34\x55\x64\xf5\x71\xeb\xae\x33\x6a\x09\xff\xe3\x9d\x88\xab\xad\x98\x1b\x01\xba\xb5\x1d\x53\xd7\xed\x6e\xda\x4d\x46\xf5\xb8\x65\xa3\x59\x98\xb2\xf3\xb7\xd3\xb3\xf7\x5d\x52\x43\x86\x9d\x01\x20\xc7\x3d\xe7\x89\x43\x9c\xc4\x79\xec\x00\x6c\x6e\x53\x9e\x87\xc7\x1b\xc6\x24\xd5\x22\xae\x79\xad\xdd\xb2\x44\x19\x6d\x1d\x64\xcf\x29\x37\xf6\x43\xda\x9a\xb2\x87\x98\x35\x47\xa2\x47\xe1\xba\x86\x15\xcb\xb5\x73\x8e\xf5\x19\x34\xf1\xc2\x34\x73\x09\xac\x45\x64\xdd\x5a\xd5\x96\x99\x6a\xad\xdb\x4d\x75\x8d\xf9\xe3\x85\x2d\x0a\x69\xc6\x1b\xe6\x2a\x5d\x8b\x75\xa1\x2b\x80\xd5\xc4\x3a\x41\x00\xf8\xe1\xd6\xdf\xa7\xd3\xde\x93\x2d\x0d\xf4\x31\x17\x48\x08\x97\x1e\xc9\x04\x49\xde\x5d\x22\x4e\x59\x1b\xfe\xf5\x41\xd9\x4f\x58\xdd\x68\xb0\x24\xad\xde\xe6\x49\x8a\x34\xf7\x83\xfc\x55\x31\x4a\x08\xc7\x5f\x65\x82\x38\x30\x5f\x0e\x60\xfc\x35\x0d\xd1\x25\x5f\xd7\x3d\x0c\xd0\xcc\xa0\x94\xad\x2c\xa4\xae\xd7\xe4\x21\xa9\xf6\x6d\x95\x5d\x5e\xa1\xbb\x7f\xc9\x52\x66\xbc\x16\xf6\x6b\x2b\xe2\xf2\x35\xc6\x77\x13\x6e\x04\x48\xa1\xa9\xce\x99\x85\x10\x3a\xb8\x2c\x17\x16\x24\xc1\x84\xad\xdf\x9a\x1f\x01\x71\x83\xf2\xeb\x17\x28\x24\x63\xbf\xd9\x7a\x95\xe7\xe0\x06\x04\xaa\xb2\x68\xce\xeb\x67\xa3\xd9\x9d\xeb\xfe\xbb\xe1\x58\x8c\xb4\xff\xb5\x99\xd9\x30\x8a\x0d\xf3\xd1\x3e\x15\x72\x16\x92\xe6\x2c\x3c\x32\x01\x8f\xf6\x6a\x71\xda\x78\xdd\x41\x77\x9d\x22\x50\x96\xbc\xc6\x01\x6f\xc5\xca\x06\x15\xee\x30\x22\x59\xdd\x7d\xc9\x70\xa4\x2c\x20\x15\xb4\xe7\xe2\x2e\x50\xba\x0d\x4d\x88\x97\x0a\xf8\x85\x49\xb2\x96\xad\x73\xb2\xef\xc8\xb1\x9b\x94\x7e\x2a\x24\xfb\x9a\x89\x0e\xf4\x53\x66\x9e\x6a\xa3\x05\xa6\xfb\x6f\x4c\xca\x52\x49\xa2\xde\x12\x90\xac\x56\x9f\x36\xda\x91\xce\xac\x54\xb6\x74\x9f\xb2\xbe\x46\xb5\xfb\x04\x39\xbd\x4c\x09\xba\x4a\x01\x21\x70\xed\x3a\x5a\xdb\xe5\x6b\xad\x6d\x5a\xed\xb5\x5e\x92\x6f\xea\xe5\xb1\x16\xf2\x96\x16\x2c\xd6\xaa\x7d\x3a\x24\x5b\x60\x7b\x6f\xcf\xdf\xde\xdb\x5d\xfd\x83\x9c\xcf\x4d\x4a\xb8\x66\xa6\x2e\x21\x92\xe1\x32\x3c\xa3\x87\x87\x87\x87\xc1\x07\xc4\xc8\x0e\xf6\x9d\x9e\xd3\x63\x92\xa6\xf6\x48\xe8\x7c\xfe\x0c\x34\xbd\xb7\x91\xa0\x97\x8d\xfd\x30\xf4\x3c\xbb\x92\xa8\xb6\x23\xaa\x39\x20\xe1\xb2\x33\x3e\x3b\x64\x77\x43\xce\x67\x87\xec\x91\xae\x67\xe7\x0a\xa2\x5c\x0a\xc9\x9c\x7b\x45\x93\xcb\xd7\xa1\x24\xa0\x3f\x3b\xe4\x8b\xa2\xc1\x45\x75\x8b\x24\x97\xed\x9d\x30\x72\x6c\x25\x7c\x76\xc8\x47\x46\x6e\xed\x94\x2a\x09\xc8\x65\x95\xa4\xf3\x22\xf2\x5a\xe6\xa8\xf6\xd6\x48\xee\xd7\x2c\xa2\x23\x60\xd1\xcb\x23\x19\xe4\x52\xe3\xfd\xe4\x36\x7b\x99\x5c\x26\x1c\x3c\xd7\x30\xec\x2b\x96\x98\x6e\x6b\x43\x4b\xed\x95\x4d\xb5\x0d\xb5\xa0\xce\xcf\xa9\xb8\xc6\x87\x1e\x94\x6e\x69\xa7\xcd\xb4\x17\x06\xd5\x43\xf0\xf3\x7c\xef\x20\x18\x1e\x7a\x9e\x3f\x62\xdb\x58\xb2\x09\x6f\x38\xbd\x60\x96\xb8\x82\x80\x37\x23\x63\x08\x60\x5d\x76\x93\xda\x65\x67\x7b\xda\xe2\x15\x63\x53\x7a\x83\x04\xef\x7b\xd5\xe6\x1b\x7a\x9e\xeb\x82\x9a\x10\x2a\x2a\xed\x5b\xd6\xdb\xf1\xbc\x5a\x3d\x62\x04\x46\x45\xdd\x29\x10\x76\x5d\x50\x1a\x33\x29\x0c\x63\xdf\x6e\xaa\xde\x8c\x25\x9e\x38\xe7\xb6\xaa\x60\xdb\x88\xd0\xb7\x79\x00\x01\x63\x72\xaa\xc6\x5c\xf5\x0c\x0e\x42\x7f\x3f\x79\x51\xf7\xf5\x61\x7d\x09\x98\x2d\xfd\x7e\xf2\xa2\xf6\x31\x5c\x7c\x8c\x9d\x28\xbe\xe7\x2b\xad\x5a\x23\x21\x16\xff\xf1\xb8\x4e\x9e\xd0\xfd\x1e\xef\xeb\x0f\xed\xa3\xfd\x9e\x98\x00\xe2\x91\x1c\xab\x71\xbc\x8c\xef\x11\xee\x73\xfc\xc3\x7e\x2f\xef\x0f\x2d\x2f\x5c\xdc\xe6\x4e\x83\xf8\x93\xc4\xa4\xa0\xc3\xde\xfe\x53\xc4\xfb\x43\xdc\x43\xfb\xbd\xb4\x9f\x8b\x8a\xd0\xa7\x28\x67\x0c\x7d\x9e\x51\x2f\x88\xe9\x9c\xa3\x8c\x32\x51\xb6\xf0\x8b\xe7\x00\xbe\x02\x91\xd2\x1b\x92\x98\x16\x7d\x48\xc0\xbe\x48\x11\xef\x98\x3c\x88\xad\xe4\x67\x04\xb4\x28\xc5\x3c\xf8\xb1\x85\xb2\xde\xad\x13\x5e\x54\xf4\x6c\xb0\x2d\x81\xf1\xc5\xd4\x12\x4e\x02\x16\xa9\x9a\x42\xb8\x9f\xf5\x87\x78\x6b\x1f\xf7\x8c\x62\x49\xfc\x6c\x18\xe4\x34\xee\x1d\x71\x94\x50\xdd\x4e\x7f\x08\x2d\xf9\xf1\xf3\xa3\x46\xe3\x01\xca\x69\xdc\x6f\xa6\x92\xaa\x6a\x6f\x08\x5e\x3a\x4d\x76\x4e\x63\x4c\x1e\x6e\x19\xbb\xf6\x73\x02\xdf\x96\x58\xdf\x73\xd4\x58\x29\xb3\x72\x24\x81\xe7\x9e\x1c\x88\x56\xab\x83\xd9\xea\xe7\xbd\x04\x6f\xed\x5b\x3a\xe3\xf6\x9d\x70\xa7\x7d\x41\x0f\xce\x44\xa7\x83\x69\x76\x5b\x7f\xbd\xc7\x60\x03\x23\xae\x8b\x5b\x87\x84\xce\xed\xad\xe4\xde\xde\x66\x0e\x71\x40\x97\x01\xf8\xaa\x9f\x44\xde\xa7\x4f\x32\xef\x93\xc8\x4b\x8a\xec\x93\xcc\x16\xc0\x59\x6a\x3d\x38\xb7\xea\x55\x67\x12\xe7\x93\x02\xd7\xb2\xc0\xae\x7c\x31\xd9\xbb\x12\x02\xdf\x56\x1c\xd5\xdb\xdb\x1a\xf8\xfe\x54\xe5\x7c\xfa\x64\x72\xfe\x11\x20\xfa\x56\xf4\x77\x0b\x5d\x10\x91\xd9\xca\xd6\xe4\x61\xae\x95\x08\x3d\x32\xc4\x46\x26\x21\xd9\x93\xef\x39\x7d\x98\x66\xb7\xbe\x47\xa6\xd9\xbd\xbf\x67\xc9\x42\x4e\x78\x53\x8d\x45\x4f\x9f\xe5\x64\x69\x53\x99\x7b\xcb\xe5\x11\x6f\xa8\x07\xd5\xa8\x1f\x51\x5e\x22\xa7\xe3\xba\xf9\x55\xa0\x38\x5d\xf1\x74\x8a\xf6\x9f\x22\xd6\xe7\x98\x38\x53\xfb\xe6\xff\x62\x35\x7c\xa7\x68\x93\x21\xd9\x91\x6d\x7e\x77\x6b\x2f\x6a\xfc\xbf\x75\xab\x70\x16\x30\x5f\xcb\x2e\x82\x35\x2b\x47\xc4\xa8\xb1\xa4\xd2\x2c\x63\x8c\x03\x19\x68\xda\x6f\x5c\x4b\x95\xfe\x72\x6b\x9f\x35\x95\x8e\xb5\x46\x7f\xd8\x2f\xcb\xfd\x6a\x24\xd0\xbe\x45\xd1\xbd\x6b\xb0\x31\x95\x6a\x13\x27\xfb\x78\x30\xc9\xd2\x49\x2c\x0e\xaa\x56\xd8\xe7\x18\x8b\x5d\x3f\x15\x48\x92\x33\x15\x5b\x7a\x1a\xdf\xcb\xdd\x3e\x9d\x7e\x8f\x0c\x41\x0f\xf2\x38\x49\x1b\xd2\x88\xe9\xbf\x6b\xa8\x4d\xb0\x31\xfd\x97\x6d\x35\x9a\x61\xb2\x0d\x47\x65\xcb\xcf\x7d\xa5\x12\xd5\xb1\x94\xe9\xe2\x18\x83\x8a\x93\xd8\x29\xe6\x8c\xcb\x14\x56\x3f\xe6\x32\xf1\x95\x3a\xe9\xf0\x36\x1c\x56\xc7\xbe\x96\x60\x57\x19\x2a\xec\x6d\x5a\x1d\x72\x56\x3d\xbe\xaa\x1e\xc5\xa7\x6f\x92\x8e\x58\xb3\xdf\x14\xab\x4c\xbf\xa5\x5e\xab\x40\x66\xfa\x4d\x55\xed\x5a\x00\x92\x44\x25\xd9\xab\x6c\xe1\x9b\x24\x2d\x8d\x3d\xbe\x41\xd6\x32\x98\x36\x24\x2d\x6a\x16\xa5\xb9\xa4\xec\x1d\x56\x46\x2c\xc4\x26\x50\xd8\x00\x7f\x6f\x39\x75\x3e\x2e\xd3\x69\x7c\x7f\x76\x9c\xc1\xcf\xc9\x92\x15\xe2\xf7\x13\x9b\xa6\xf2\xe9\xe4\x6a\x99\xc3\xc3\xeb\x3c\x11\x3f\x1f\x63\xbe\xcc\xc5\xea\xd9\x02\x94\x97\xb2\x21\xd1\x8a\x68\x42\x54\x17\x15\x45\x1d\x51\xa1\x56\xf6\x03\x94\x3d\x3b\xce\xce\x4e\x96\x67\x9f\xd8\xd9\xc9\xd5\xd9\xeb\xfc\xec\x63\x5c\x2b\xf4\x1f\x10\xb7\xfc\x06\x7f\x7f\xac\x0b\x5d\x3e\xd9\x6c\x2a\xaa\xc5\x06\x7a\x12\xb5\xcc\x40\xbf\xfb\xf5\xd7\x90\xb9\x6e\xd7\x53\xd1\x1d\x6b\x39\x46\xf0\xf2\x15\x99\x85\x31\x10\x07\xe5\xc9\x77\x82\xb6\xad\xdf\x0f\xd8\x67\x41\x1a\x02\x9a\x81\x70\xe4\x5b\x9a\x4c\xff\x58\x17\x73\x55\xbf\x3e\x0c\xd8\x8d\x2d\x2d\xb6\x94\xaa\xfa\x68\xc9\xb4\x24\xe1\xdf\xd0\xeb\x71\xd2\xf6\x15\x6b\x65\x36\xf5\x78\x9c\x58\x5f\xf9\xe7\xbf\x92\xbd\xd4\x0e\x81\x25\x7d\xa9\xa5\x37\x98\xdb\x9f\xda\xf3\xe6\x49\xba\x96\x23\xf9\xde\xfb\x75\x09\xcc\x30\xc2\xf0\x3d\x39\xde\x50\xd3\x08\x51\x6c\x08\xff\x35\x41\xcc\xfa\xd0\xd6\x9a\xf9\x36\x89\xce\xed\xa3\x6d\x7c\x93\x44\x47\x6b\xf9\x6e\x92\xb2\xd4\xba\xa8\x89\x67\xbe\x52\x71\xfd\x23\xbf\x2e\x75\x69\xce\x6e\xb3\xbf\xef\x1b\xe9\xa3\x02\x9b\xb5\x7e\x36\x95\xfe\xda\x98\xbe\x7f\x0e\x36\xf5\xf4\xcd\x1f\xf0\xd8\x90\xbe\xbd\xc6\xff\x78\x18\x8f\xae\xb0\x65\x81\xf0\x98\xe8\xab\xd6\x59\x4d\xf8\xf5\xe7\xa3\xc2\xaf\x5a\x3d\xc3\x71\xdd\x00\x0a\xda\x8e\xfb\xd7\x81\xc4\xc5\x72\x36\x6b\x66\x61\x03\x26\xd6\xa4\x63\x16\xa8\xa8\x84\x64\x6b\x6d\xd8\x62\xb2\xb6\xcc\x56\xa1\x96\x39\xd0\x2d\x12\xad\xd3\xd3\x41\xb0\x41\x5c\xf6\x5d\x6d\x6f\x14\x99\xb5\x77\xd0\x06\x07\x1f\x6b\x5e\x80\xc5\xaf\x37\xbe\x09\xae\xd5\x45\x72\xf5\xe9\xb0\x84\x72\x2d\xdf\xd2\x92\x6b\x86\xb2\x09\x88\x7e\xa3\xd0\xce\xc0\x23\x8d\x27\xb4\xad\xe7\x46\xb1\x5d\xb3\x72\xeb\x8a\x3d\x52\xbb\x56\xb9\x65\x35\xbe\x22\xf3\x6b\x7e\xf4\x63\x52\xbf\x37\xdc\x0e\xfa\xb4\x2e\xf0\xd3\x72\x31\x91\xeb\x6b\x25\x35\x6d\xea\x22\x45\x6d\xf2\x79\x6a\x73\x8f\x7c\x2b\x0d\x12\x9a\x1e\x24\x10\xa3\x2f\x0c\x6b\xa2\x6e\xa3\x64\x48\x55\xd6\xe7\x40\x7c\x60\xdf\x42\x67\xfe\xf8\x77\xe3\x95\xa7\x12\xb0\x97\xde\x7e\x7f\x9d\x5c\xaa\x10\x9f\x1f\xf6\x1f\xa1\x9e\xf5\x90\xaa\xf1\xfc\xfe\xbd\xe3\xb1\x63\x9c\xcb\xb1\xbd\x6a\x9f\x88\x9a\xef\x34\x31\xf2\xea\x13\x7e\xd8\x17\x83\xea\xef\x1b\xff\xdc\x55\x56\x59\x5a\xac\xa0\xcf\xeb\xc2\xb3\x75\x98\x6c\x89\xcf\x6a\x84\x8d\x83\xcb\xf2\xa7\x56\x01\x9a\x39\x8a\x6b\xc2\xac\x5a\x03\xb6\x10\x6d\xad\x65\xd4\x52\x81\xfe\x87\x37\xcf\x6d\xab\x28\xed\x5b\xfb\xaf\x26\xe2\xc9\xff\xf2\x44\xb4\x8b\x35\xd7\x49\xcc\xb6\x29\x69\x95\xb4\xae\x67\xd2\xdf\xd6\x27\x67\xa3\xb4\xf5\xfb\x07\x56\xcd\xd5\xaf\xff\xbb\x73\x75\x9c\xa4\x9b\x07\xa4\x89\xf8\xb6\x79\xd2\x79\x2d\xb3\xa4\xb3\xe8\x8f\x6b\x73\x54\xef\x6e\x7d\x86\xbe\x6d\x38\xd5\xec\xfc\xf4\xef\x04\xb3\x8a\x0c\x0a\x23\x02\x0e\x66\x94\x8f\x8b\x9a\x8c\x76\xbf\x2e\xa2\xd5\x28\x07\x17\x68\xc9\x6f\x4a\xb0\x62\x5f\x73\x5a\x4e\xbb\x96\x59\x13\xe3\x66\x6b\xd9\x3a\x27\x96\xc2\xda\x1c\x93\x42\xbb\xa8\x20\x3a\x06\x05\x26\x33\x93\x3b\x33\xb9\x33\x9d\x3b\x8e\x8d\xc4\xb6\x30\x4f\x13\xf3\x34\xab\xe4\xb9\x2d\x87\xbc\x29\xe1\x9c\x6d\x96\x91\xb6\x9c\x82\x96\x16\xd7\x57\xfc\x5b\x8b\x3e\x26\x78\x9d\x7c\xe3\xb0\x1e\x6b\xa3\xf8\x7a\x1b\xf5\xfd\xb7\xd6\x42\xfc\xa8\xf8\xf7\xbf\x9b\x1c\x68\xb0\x4f\x44\xf8\x87\xe1\xa8\x2c\x87\xa3\xaa\xe0\x2f\x1b\x0a\x96\xe5\x68\xc7\x52\x54\x57\xac\x95\x7f\x40\x1e\xb4\x59\xd8\x5b\xd7\xe0\x51\xce\xae\x90\xdd\xae\xd2\x73\x91\x96\x94\xa0\xa6\x53\xd3\xce\x67\x4d\x8e\xda\x99\x6e\x05\x20\x4c\x55\x90\xdb\x36\xad\x0b\x88\x2f\xc4\x7a\xeb\x91\x24\x26\x57\x71\x0e\xf1\xb1\x56\xff\x20\xe7\x8d\x43\x42\xe7\xcd\x1b\x25\xb0\x76\xc0\x7e\x13\xd8\x9c\x57\x22\xe3\xea\x4a\x65\xfc\x37\x87\xc4\x6b\x91\x78\x7d\xad\x12\x7f\x91\x89\x57\xf3\xf9\xba\xe8\x5c\x8d\xc2\xe9\xfd\xb7\xed\x69\x05\xf7\x3e\xa0\xc6\xc7\x8e\x34\xb3\xf5\x6a\x3e\x2f\x8a\xff\x51\x43\x3a\x4d\x19\xac\xda\x8d\xbf\x79\x74\x8c\xf6\x62\x3c\x32\xc2\x37\x5f\x19\xe1\xd7\x9a\xd9\x34\xbe\xbf\x38\x72\x62\x10\x14\xc3\xe3\x91\x43\xba\x43\xc9\x32\x96\xe6\xb4\xce\x95\x62\x16\xcb\xd7\xe1\xb6\x64\xbb\xc6\x0e\x61\xa9\x7c\x3c\xaa\x1e\xdf\x54\x8c\xe0\xab\xea\xf1\xba\x7a\x7c\xf3\xa6\x26\x33\xba\xba\xaa\xbd\x5e\x5f\xd7\x73\xc5\xbc\x1d\x55\x2f\xe2\xfb\xaf\x75\x43\x76\xde\x9b\x2a\x0f\x54\x02\xde\x38\x44\xf4\x14\x91\xdf\x75\xca\xb5\x43\x44\xeb\x6b\xdc\x56\x2d\xbe\x03\x66\xeb\x98\x87\xbf\xb3\x88\x8e\x76\x28\xa5\x79\xe0\xf9\xb9\x51\xc9\x8f\x1d\xe2\x1c\xb5\xd5\x4e\x05\x66\xfd\x61\x6e\xf1\x88\x93\xe2\xc3\xb1\x80\xa7\x69\x75\x52\x24\xe3\x17\x1a\xba\x12\x13\x7a\xd5\xd6\x92\xec\x1b\xc6\x41\x80\x79\xac\xdc\xc7\xd1\xae\xa7\xb5\x09\x60\x3e\x36\x7c\x80\x89\x47\x3a\x1a\x57\x2d\x55\xf2\xb4\x5c\x60\xeb\xe1\xe7\x46\xba\x48\xdd\xdc\x97\x98\xd2\xaf\xf5\xb6\x63\xb9\xa1\xfc\xbe\xae\xc9\x08\xd2\x9f\x34\xd2\x93\xcd\x43\x7a\xf3\xbf\xf0\xf9\x56\xdb\xff\x7f\x7d\xae\x66\xf1\xa7\x29\xdd\x0a\xe3\x45\x74\x3a\x08\xe6\xc1\xe9\x20\xd8\x4a\x48\x9e\x82\x3a\xc7\x1b\x69\xca\x5e\xd3\xe5\xa8\x86\xa8\x25\x68\xcf\x87\xc3\x20\x0d\x9c\xc5\xdc\xf1\x9d\x0f\xc7\x8e\x9f\x06\x4e\x2c\x9e\x8f\x8e\x1d\x40\x6e\xe2\x94\x14\x29\x7d\xd0\x7e\x64\xfc\xb7\xa4\xee\x30\xc0\xff\x83\x58\xf6\xff\xfe\x67\xa2\xec\xf9\xfd\x5f\x49\xbb\x63\x24\xff\x27\x62\x5b\xa0\xfb\xbf\x10\x65\xc3\xc0\x38\xa9\x19\x02\x70\xf0\x69\xe9\xbf\xe7\xc4\xf0\xfa\xdf\x56\xcf\xc7\x49\xea\x7f\xa8\x5e\x65\x9d\x97\x9c\xd4\xee\x19\x3f\x4d\x57\x64\x02\x21\x2a\x67\x69\xcd\x14\x6e\x99\xd6\x9d\x2b\x59\x4a\xa8\x3a\x00\xb3\x0e\x36\x60\xd9\xa7\xe6\xe3\xb4\x47\x87\x18\x22\xb9\xa6\x51\x97\x4a\x57\xa7\x9a\x10\x6c\xf1\x7b\x74\x51\x8b\xef\x1d\xb0\x0d\x01\x92\x9c\x33\x87\x38\x7d\x07\xdb\xa2\xce\xab\xb4\x16\x8b\xd1\x04\x02\xf1\xc6\x59\x15\xf5\x40\x16\xe0\x14\x25\x54\x74\x15\x66\x11\xd6\x52\x96\xbe\x83\x71\x65\x94\x87\x52\x55\xa0\x37\x8c\x20\x40\x5f\x55\x0a\x18\x7e\x63\xfe\xdc\x1b\x03\x99\x9b\xd3\x45\x8a\x12\x4b\x88\xaa\x10\x14\xd1\x5e\x93\x93\x61\x7c\x36\x52\xee\xba\xcb\x14\x25\x24\xc5\xcf\x29\xef\x0f\xf1\x79\xce\xe2\xeb\x31\xef\xf7\x57\x59\xaf\xa7\x89\xd8\xd8\x92\x22\x4c\x5b\xfc\x82\x2a\xaf\x17\xce\xdf\xe1\xdf\x5b\xa7\xa7\xa7\xa7\xd1\xd3\x27\x36\x32\xb4\x48\xab\x80\x3d\x30\x66\xdb\xbf\xfb\x24\x0d\x79\xe4\xba\x10\x25\x42\xf9\x6e\x76\xdd\x69\x0a\x6a\xca\xf9\xfd\x43\x4a\xe3\x74\x70\x16\x9f\x9f\xe7\x44\xf9\x9d\x5c\xd3\x99\xb3\x1c\xa2\xbf\x88\xd3\x34\xe3\x9d\x8b\x24\x9d\x76\xe6\xd9\x74\x39\x63\x9d\xff\x32\x5e\xce\xfe\xcb\xc1\x63\xe9\x42\x9d\x0d\x26\xd9\x94\x51\xe7\xf8\xfd\xcb\xdf\xdf\xbe\x3a\x7b\xf7\xfe\xe4\xec\xf5\xfb\xdf\xdf\xbd\x74\x20\x2e\x32\x26\xf3\x14\xa5\x58\x85\x44\xcb\xf1\x03\x0c\x11\x46\xae\x27\x04\x52\x2c\x65\xbf\x5a\x3c\x81\xca\xd4\x15\xa1\x94\xce\x10\xc7\xc1\xbd\x98\x34\xff\x46\x16\xc3\x41\x9c\xd2\xd4\xff\xf7\x8e\x01\xa5\x60\x41\x45\x7c\x83\xef\xcd\x96\xe9\x74\xd0\x79\x99\x4c\x3b\xf7\xd9\xb2\x73\x91\xe5\x97\x8c\x77\x78\x06\x01\xde\x3a\x09\x0f\x80\xaa\x50\xf3\x68\x79\x97\xad\xe2\x0f\xeb\xb8\xc5\x96\xcd\x37\x68\x9a\xcb\x28\x83\x94\x29\xa7\xa6\x93\x34\x64\x11\x3e\x43\x8e\x1c\xb9\x1c\xc8\xfb\x1b\x96\xe7\xc9\x94\x39\x04\x1c\x6d\xab\x60\x16\x52\x41\x5b\x96\x40\xf2\xb2\x7c\x17\xcf\x19\xe9\x48\xaf\x6d\x58\x0c\x6f\x72\x15\xa7\x97\xac\x13\xa7\x1d\x76\x97\x14\x3c\x49\x2f\x3b\xea\x5a\xd5\xad\xd8\xfd\xb4\xb6\x52\x5c\x65\xcb\xd9\xb4\x93\xa5\xb3\xfb\xce\x39\xeb\x2c\x0b\x36\x05\x47\xf4\x93\x9c\xc5\xd0\x60\x0c\x0e\xf3\x65\xd5\x8d\x7e\xe9\x2f\x97\xc9\x94\x15\x5b\xff\x67\x4b\xf9\x59\x2c\xb6\x64\xc7\x7d\x59\x6f\x0b\x9a\x9c\x67\x39\xeb\x24\xe9\x45\x26\xa3\xc4\xc2\x5c\x68\x27\x74\x46\x95\x5e\x19\xb5\x0e\x16\x71\xce\x52\x2e\x07\x8e\x4d\xba\xd8\x37\xb5\xac\x08\xe7\x2d\x89\xb5\x56\x2b\x5f\xbe\x28\x15\x47\xbc\xd1\xb6\x39\xdb\xb3\xb5\x66\xca\x12\xad\x27\x02\x3b\x7d\x3d\x59\xb9\xb8\x50\xe1\x29\x64\xf7\x3e\x5f\x49\x6f\xb6\xe3\x5c\x60\x3c\x32\xd1\x3a\x02\x2a\xf4\xd9\x3b\xf4\x0a\xe5\xa0\xef\x3f\x4b\x21\x52\x08\xfc\xb4\x44\x24\x67\xf8\x41\x6c\x39\x19\x5f\x4a\x9c\x41\x58\xc2\x95\x3c\x70\x82\x4e\x15\xf5\x74\xfb\xca\x9f\x1d\xa4\x91\xba\x68\xe3\xb2\xb9\x6f\x6b\xa6\xd1\x45\x3a\xb6\x36\xab\xf6\xe5\x29\x57\xcb\xfe\xe4\x40\x26\x15\x8c\xa3\x57\xa8\xb6\x98\xe2\x5b\x7c\xd5\xb4\x04\xab\x0c\x4b\x53\xea\x5c\x17\xc1\x84\xd3\x57\x32\x12\xa1\x5c\x9b\x1c\xc2\x51\xc8\xc3\x82\x89\x0a\xee\x07\x66\xc4\xb5\x4e\xe5\x38\x88\x9a\x3c\xf5\xe1\x2a\x5c\xba\x3d\x68\xb4\x71\xd4\x72\xa8\x2d\x39\x84\x51\x4a\xe7\x29\xc2\xae\x0b\xad\x6a\x3f\x81\xaa\x45\x7b\x3e\xab\x28\x96\x30\xe3\x95\x32\xa8\x65\x70\xac\x23\xf7\x28\x44\xd7\x7a\x94\x60\x44\x45\x95\xae\xa5\x61\xd2\x35\x06\xc8\xb1\xb4\x54\xc9\xc4\x48\x20\xac\x85\x9a\x47\x63\x9f\x0c\x66\xea\x7a\xb5\xe1\xd2\xb4\x34\x3f\x2d\xc2\xf6\x04\x4d\x52\x2b\xeb\xb8\xe6\x1c\x50\x74\x6c\xb8\xc2\xae\xdb\x1f\x51\x0a\x0e\xae\x8d\x2b\x6a\xf0\x16\x93\x86\x6f\x58\xf4\xcc\x2b\x4b\x78\x10\x98\xd3\x1b\xe6\xa7\xe1\x1f\x2c\x7a\x36\x14\x89\x7f\xb0\xe8\xf9\x5f\x0c\xa5\xe1\x6b\xb1\xd7\x44\x19\x1c\xfc\x21\x4a\xfc\xae\xab\xfd\xce\xa2\xe7\xa3\x1d\x41\x94\x53\x4a\xe1\xd5\x75\x91\xd7\x15\xcf\x9f\xc5\x41\x93\x8f\x4f\xaa\xc7\x5f\x45\x1b\xbf\x8b\x36\x3e\xeb\x36\x3e\xb3\xe8\xf9\xee\x61\xf0\x59\x24\x3e\xd1\x89\x4f\x64\xe2\x13\x91\xf8\xab\x4e\xfc\x95\x45\xcf\x0f\x0f\x0f\x83\x5f\x99\xdf\x1f\x12\xf8\x9e\x33\xfd\x41\x2f\xb5\x92\xa4\xf8\xb2\x67\xaf\x59\x59\xf2\xe7\x7f\x30\xe9\x15\xe7\x0f\x20\x26\xec\xd2\x9f\x18\xbb\x2e\x5c\xb7\x3f\x94\x72\x0b\xc4\xe9\x4f\xad\x65\xc0\xeb\xb6\x55\xea\xbf\x75\x29\x5d\x88\x72\x4c\xa4\x97\xa8\xdb\x94\x6e\xfd\x7d\x5a\x3c\x45\x28\xf0\xa5\x3f\x8b\x87\xbd\x55\x09\xee\x37\x70\x1f\x05\xfe\xe9\xf4\x74\xda\x17\x7f\xca\x4f\xea\x51\x3e\x94\xd2\xcd\x06\xfc\x60\x8c\x02\x1f\x9d\x94\x1d\x8c\xb4\x3b\x8c\xc6\x6f\x38\x20\xd1\xe9\xb4\x87\x03\xf8\x8f\x5a\x1c\x67\x94\xa7\xc5\xd3\xbf\x44\xee\x93\x2d\x72\xf7\xc8\x98\xd4\x90\xaa\x11\xb5\x0d\xa8\x5c\x1f\x51\xfd\xe7\xfb\xc6\x73\x94\x6e\xf2\xf6\x41\xae\x53\x1a\x6a\x75\xfa\xfe\xf1\x71\xff\xe5\x4b\x87\x6c\x99\x31\xf7\xcd\xec\x6d\x45\x4a\xeb\xde\x14\x82\xcf\x69\x14\xf8\xe9\xa7\x9f\x7e\xea\x87\x9f\xa2\x4f\x9f\xfa\xaf\x4c\x11\x3d\xef\x8d\x12\xf5\xfc\x2d\xd2\x1d\x9a\x2e\x5e\xd6\x3a\x78\xd8\x5e\xd9\xbd\xd7\xba\xb6\xab\x7d\xfe\x7c\x7c\x6c\x0f\x7f\xe8\x55\xf5\x54\xce\xe9\xf4\xe1\x60\x65\xc6\x01\xc3\x30\xe3\xfc\x54\xf5\x64\x32\xed\xbc\xd1\xca\xee\xcc\x0c\x71\xdf\xee\x44\x26\xed\xd5\x4a\xea\x36\x20\x2d\x22\xef\x61\xc2\xdf\xbc\x91\xae\xe8\x06\x1f\x3f\x7e\xfc\x08\x25\x4e\xa7\xbe\xf9\x73\x3a\x38\x9d\xf6\xa0\x59\x5d\x8e\xb4\x96\x23\xcd\x62\x6b\x25\xaa\x5c\x3b\x4b\xa5\x0a\xaa\xd3\x1e\x80\xf9\x6f\x75\x2f\xca\x90\x96\x32\xa4\x5e\xa4\x91\x6b\x72\xac\x74\x95\xa6\x52\xb6\xa2\x88\x9c\xc0\x31\xd9\x0a\x04\xc5\x77\x8a\x50\x3f\x10\x3b\x7a\x2b\x21\x1f\x45\xba\xd8\xff\xc7\x59\x5a\x9e\x2c\x59\xf9\x89\x4d\xcb\x93\xab\x65\xf9\x3a\x4f\xca\x8f\x31\x2f\x3f\x2e\x53\x4c\x82\xd3\x02\x07\x48\xb9\x86\xc3\xa7\x05\xfa\x25\x4e\xcb\xd7\xec\xbc\x3c\x8e\xf3\xf2\x68\x91\x97\xc7\xf1\x7d\xf9\xcb\x32\x2d\x7f\x59\xce\xca\xa3\xe5\x65\xf9\x91\x2d\xca\xf7\x13\x5e\xbe\xcb\x6e\xca\x97\x6c\x22\xaa\x88\x65\x25\x3b\x2b\xf9\x78\x3a\xc5\xbe\xfc\x11\x27\x44\x3e\xe1\xe0\xb4\x10\x23\xf9\xfd\xa4\xfc\xe9\xf8\xa4\x0c\x5f\xbd\x38\xfe\x10\x85\x1f\x5f\x46\x27\xb8\x44\xe1\x5f\x5f\x22\xf1\x23\xb7\xdb\xce\x0a\xe3\x27\x5b\xe4\x2c\xa5\x0f\xbf\x9f\xf8\x1e\xf9\xe9\x58\xfc\x7d\xf5\xf2\xc4\xef\x8f\x76\x3c\xf2\xea\xe3\x89\xdf\xdf\xf6\x3c\xf2\xe2\xa5\x7e\x80\x94\x3d\x8f\x1c\xbf\xd4\x0f\x22\x65\x67\xe4\x91\x0f\x2f\xf5\x03\xa4\x1c\x78\x16\xc9\xf9\x65\x3d\xaa\x23\x68\xd7\xb3\xc1\x59\x42\x26\xf4\x36\x1d\xb0\x3b\x36\x41\x05\x2e\xcb\x3b\xf3\x4c\x66\xf4\x5a\x53\x59\x64\x49\xdf\xa7\x96\x5f\xfa\x89\x22\x0f\x05\x7c\x4d\x8a\x0c\xbc\xf2\x83\x23\xcb\x99\xf1\x60\x99\x5c\xa0\x6b\x41\x63\x84\xc3\x48\xb6\x38\x09\x05\xfd\xf7\x90\x50\x99\xec\x45\x24\xa7\xdd\x61\x97\xaa\xf7\x51\x34\x06\xca\x6d\x65\x90\xc5\x44\xdf\xb4\x82\xd2\x42\x56\x80\x81\xee\x10\xd4\xbb\x26\xe1\x76\xa4\xa9\x50\xd1\xf7\xd2\xee\xfb\x7d\xa3\xef\x6d\xd1\x77\x46\xd1\x24\x1c\x45\x65\xe9\x74\x1c\xdc\x7b\xaf\xc6\xd1\xec\x37\x7b\xa4\x5f\x51\xaa\x9b\x6b\x94\xec\xb1\x92\x72\x84\x3b\x91\x14\xe0\x1e\xa5\x7a\x20\x3b\x95\xbf\xa8\xb6\x5a\x31\x75\xfe\x72\x56\xe0\x99\x3f\xe9\xa1\x0c\x62\x1b\xf7\x50\x0c\xbf\xe4\xe7\x0a\xd7\xaa\x55\xb3\x94\xad\x53\xdb\x1a\x45\xae\x79\x4c\xc3\x57\x80\x9d\x72\x6e\x42\x7f\x72\x4c\x8c\xee\x74\x4a\x86\x9e\xf5\x9a\xd7\x5f\x13\xf1\x5a\x79\x08\x75\x5d\x25\xdb\x31\x05\x32\x51\x00\x93\xd8\xd2\xbe\x4e\xad\x20\x0f\x35\x0d\x6d\x23\x77\x7e\x46\x77\x0e\x83\x11\xdb\xee\x71\x9f\x83\x75\x18\x18\x06\x89\x37\x4b\xe3\x3a\x6d\x77\x42\x74\x8a\xc2\xbf\x71\xf4\xf4\x14\x97\xe1\x69\x7a\xca\xc1\xff\x50\xc7\x76\x8b\x84\x4e\x8b\xd3\xa2\x87\xd7\xd2\xff\x16\xe9\x4f\xb7\x1a\x3e\x94\x44\xda\x93\xad\xba\xcf\xd6\xb7\x0d\x66\x55\x97\x95\xe5\x4b\x6e\x05\x4e\x15\x38\x94\x36\x97\xe1\x62\x2f\x57\x3e\x6a\x8d\x5e\x42\x59\x22\x60\x0c\x36\xe2\x80\x88\xc3\x92\xda\xab\x47\x6a\xde\xfd\x5f\x9a\xae\x05\xfe\xaa\xb7\xca\x19\x04\x83\xb6\x03\xa9\x7b\x2a\x80\x5f\x63\x19\x13\x9a\xff\x30\xf4\xb4\x2b\x3c\x94\xf7\x13\xbc\x35\xf4\xbc\xa7\x7b\x5e\xcf\x72\x85\xf4\xa1\x86\x82\x7e\x54\x9b\x53\x4c\xf8\xe0\x2c\xc1\xb0\x77\x55\x28\x37\xfa\x22\x45\x69\xb8\x23\x90\xca\x6d\xf1\x67\x24\xfe\xec\x8a\x3f\x7b\xe2\xcf\x7e\x84\x49\xf7\x6d\x0a\xf1\x9a\x09\x27\x06\x3b\x1e\x0b\xb4\x96\x72\xa2\x42\x42\xbc\x14\x25\x0e\x44\x85\x43\xf1\x67\xe8\x45\xd2\xb4\x9a\x9e\xd7\x02\x56\x89\x4a\x32\x43\x59\x28\x1d\x2b\x79\x00\xab\x74\x40\x74\x12\xee\x33\x15\x67\x02\xa0\x90\x8a\x47\x43\xbb\xde\xa3\xe7\xe3\x3f\xd6\xd6\x3c\x51\x9f\x0d\xdf\x3c\x96\x67\x9f\xf2\x00\x01\xb4\x94\x71\x19\xaa\x56\x5c\x17\x29\xfa\xa3\x4a\x23\x1f\xbe\xb9\xa4\x89\x9d\x11\xd4\x06\xe6\xe7\x03\x20\xf3\xd9\xeb\x3c\x9b\x43\x5c\x98\xd7\xf1\x6c\x76\x1e\x4f\xae\x05\xa1\xa1\x9c\xe8\x55\x3b\xad\x27\x76\x99\xed\xa6\xab\xc9\x53\xd5\x1a\x21\x4c\x7b\x58\x0f\xb8\xad\x25\xfc\xa3\xf5\xf5\x55\x3c\xf8\x41\x9a\xdd\x5a\x3a\x21\x6c\x70\xb6\x2c\xd8\xef\x27\x2f\x82\x70\xdd\x7a\x8c\xe8\xa4\x63\xe5\xf7\x8f\x1b\xd5\x1c\x0e\xfe\x30\x65\x9d\x66\x85\x5a\x69\x55\xb4\x1a\xd6\xa7\xb6\xeb\x89\x86\x91\x72\x14\x70\x36\x95\x50\x3e\xa7\x30\x7e\x31\x97\xb7\x12\x02\xc3\xb4\xc7\x82\xf8\xa9\xbd\xbf\x11\xef\xff\x40\xd9\x2a\x48\x87\x45\x74\x64\xf4\x37\xd8\xe9\x31\x50\x4b\xb9\xf8\x8b\x09\xb2\x0b\x3d\x9f\x73\x94\xe1\xb2\xf4\xe4\xca\x9a\x74\x41\xa4\x6c\x20\x66\x68\xd7\xc3\x24\xa5\xe7\x02\x20\x7a\xa4\x56\x89\xe8\x51\xd1\xb4\x31\x7b\x7a\xf8\x26\x43\xce\x8d\x36\x56\xde\xae\x7d\x16\x8f\xc0\x5b\x96\x7a\xa6\xf0\x27\x17\xa9\x62\x72\x8c\x90\xbf\x96\x5d\xab\x1d\x8c\x60\x7f\x0f\x7d\xcf\xd7\xed\x01\x31\x08\x2f\x40\x0f\x7a\xfa\xed\x73\xed\xed\x49\xed\xed\x57\xa0\x1c\xd9\xe0\x4c\x79\xa3\x17\xf0\x4c\x37\x41\x3d\x75\xae\x51\xb5\x8b\xce\xb9\x7f\xcf\x71\xcd\x96\x50\x5a\xb1\xe9\x02\xac\xa9\xe0\xc5\x6c\xed\xae\x6a\x09\xf9\x97\x39\xd0\xf0\xdf\x05\x1c\xaa\x71\xca\x41\xc7\x4a\x62\xa6\xb7\x51\x2b\x0f\x53\x64\x0d\xa6\xd0\xd9\xed\x60\xda\xa5\x34\xd1\xeb\xbe\x0e\xcb\x6d\x2f\x9f\xff\xb4\xe3\x59\x64\x42\x66\x8a\xa3\x03\x5e\x2a\xce\x6e\xf1\xe0\xa7\x9f\x74\xb0\x16\x3e\xf8\x54\x3d\xbe\x0a\x50\x46\x87\x24\xa6\x3b\x24\x15\xbb\x94\x0f\x7e\xfa\x89\x98\xad\x7a\xc7\xd1\xaf\x29\xc2\xd2\x18\xeb\x1e\xb6\x56\x2e\x4b\x7d\x22\x43\x4c\x10\x4a\xe4\xdb\x2b\x32\xc4\xf8\xd9\xb0\x2c\x93\xe7\xfb\x62\xcb\x4e\xc4\x38\xa5\xe9\x63\xc5\xee\x30\x36\x7b\x71\x4b\xea\x3d\x99\x51\xdd\x1b\x18\xb5\xaa\xd1\x5c\x5e\x56\xa3\x99\xd5\x87\x70\x4b\x66\x30\x3d\x7a\xc5\xf8\x60\x1a\x88\x11\xf1\xc1\x14\x3f\xf3\xc4\x58\xf6\xcc\x58\x34\x78\x1a\xb0\x00\x4a\xb0\x5e\x46\x10\x1f\x30\x51\x8e\x0f\x98\x55\x12\xfb\x09\xcd\x30\xc9\xc5\xd7\xe4\xcf\x8f\xc4\x35\x27\xc6\x13\xb4\x30\x09\x68\xd7\xd3\x0c\xa3\x96\xec\x29\xec\x54\x1f\x15\xf4\x56\x34\x62\xac\x75\xf5\xe7\x50\x69\x5a\x5c\x3b\xb9\xb4\xa8\x2c\x3a\x6d\x07\x80\xa9\xd2\xcb\x13\x68\x5a\x97\xd2\x7c\xf0\xf3\xc7\xf7\x67\x07\x7b\x9e\x94\xcf\xe8\xc4\xdf\x5e\xbf\x38\x13\x77\x12\x7e\x80\xcb\x30\x8c\xe4\x4d\x05\x31\xc5\x68\xd7\xd3\x71\x1c\xed\x5d\x42\x1d\xa7\x07\x48\xf9\x92\xce\x34\xea\x7d\x41\x65\x50\xaa\x09\x45\x09\x7d\x03\xcd\x13\xb3\x60\xd8\xb8\xeb\x2e\xcb\x30\x32\x52\x17\x09\x3e\x26\xd2\x7b\x01\x84\x7e\x27\x28\xa5\x68\xa6\x4a\x7f\x60\x28\x13\x77\x35\xd4\x09\x3d\x08\xa5\x81\x62\x3a\xab\x84\x82\x33\x83\xeb\xa4\xd8\x08\x73\x9e\x7b\xae\x0b\x9f\x60\xc5\xaa\x93\xc8\x60\x2c\xa8\x85\x99\x92\xdc\xd8\x75\x7b\x9a\x6a\xc0\xe4\xa2\x47\xab\x97\x4f\x61\x16\x05\x28\x0d\xec\x19\x19\xfa\x56\xe3\x2a\x4a\x99\x56\x19\xfa\x59\x8c\x38\x25\xd2\x9d\xbc\x89\x78\xd6\x4d\x6b\x03\xaa\xd7\x19\x43\x4e\x2d\x10\x1a\x5d\xf6\x2f\xc8\xec\xab\x5f\x33\xc3\x06\xa0\x3d\xa3\xc3\x91\xeb\x82\x6d\x0b\x94\x55\x42\x5e\x00\x0d\x50\x00\x02\xa7\xda\x59\x54\xca\x85\x14\x5a\xd2\x08\x4d\x07\x10\x54\x0b\xb8\x54\x91\x4a\xe8\x5e\x09\xe0\x2b\x80\xfa\x67\x5a\x05\xb7\x32\xa9\xc4\x2a\xaa\x8f\x1b\x45\x85\x1c\x22\xcb\x63\xac\x61\x9d\xd8\xd7\xd5\xe1\x66\x79\x5c\xbc\xc8\xd2\x1b\x96\x4b\xb3\xff\xc2\x6c\x7e\x8c\x09\x5c\xc2\xe4\xb8\xa2\x30\x00\xb9\x91\x52\x81\x2f\x75\xde\xe6\x9f\x75\x69\x73\x5d\xa7\x35\x15\x28\x87\x16\xaa\xa9\x31\x8a\x79\x09\xea\xaf\x32\xf2\x87\x2e\x98\x14\x1f\x8e\x03\x84\x72\xf5\x28\x3d\x63\xf3\x67\x62\xee\x11\xef\xd1\xe1\x08\x93\xbc\x2c\x87\x23\x01\xa2\x21\x4e\xb8\x87\x09\xaf\xe9\xee\xbe\xde\x40\xe2\x76\x87\x64\x22\xa6\xe0\xc2\xa2\x5e\x41\x68\x67\x88\x30\xa0\x61\xff\x3f\xf6\xde\x84\xb9\x8d\x1b\x5b\x18\xfd\x2b\x54\xdf\x84\x03\x88\x10\x45\x4a\xb2\x64\x37\x85\xb0\x1c\x3b\x8b\x67\x22\xdb\x89\x9c\xc9\xc4\x34\xc7\x5f\xab\x09\x8a\x1d\x93\x00\x07\x0d\x5a\x56\x44\xde\xdf\xfe\x0a\x07\x6b\x37\x9b\xb2\x32\x93\xfb\xde\xfd\xaa\x5e\x95\x4a\x6c\xec\x3b\x70\xf6\x13\x3b\xe2\xd3\x0f\x9a\x43\xcd\xea\xee\xba\x22\xc7\x0a\xb9\x71\xac\x40\x7b\x24\xd3\xad\x28\x7a\x63\xbc\xe4\x84\x07\xcb\xbc\x6f\xc6\xcb\xb3\xf9\x0e\xb1\xe0\x54\x79\x0a\x3d\x1b\x15\x63\x8d\xd9\x29\x4c\xae\x8d\xc1\xd3\x0c\x60\x09\xd1\x01\x5f\x67\xd5\x1d\xac\x63\xfb\xbd\x7d\xe3\x1a\x6f\xdb\x9d\x1f\x81\x04\x70\xfc\x4f\x05\x29\x87\xe2\x5c\xc3\x3b\x92\x0a\xc2\xa9\xb2\x1c\x01\x4a\xe5\x7a\x2d\xce\xe5\x7a\x0d\xfb\xc4\x26\x92\xac\xdd\x46\x25\xdc\xb8\x83\x09\x62\x60\xe3\x2a\xf6\xce\xe0\xae\x3c\x0b\x8f\x19\x18\xb2\x60\x06\x78\x26\x9c\x46\x6e\x04\x27\xd9\xed\x50\x81\x41\xa5\x14\x02\x06\x17\x98\xa1\x91\x32\x37\xac\xb5\x3a\x49\x38\x51\x20\xff\xa3\x23\xe0\xdd\x26\xca\x0a\xfb\x40\xcc\x7c\x5e\x98\xd0\xb8\x51\x2d\x95\xb5\xdb\xdb\x46\x29\x60\x13\x47\x0f\xf2\xdf\x6b\x00\xef\x27\x74\xc1\xd1\xcf\x40\xc5\x8f\x3c\xc0\x47\x10\x82\x02\x51\xec\xbe\x51\x4c\x0d\x29\xfe\x50\x47\x3b\xee\xe7\xa8\x6e\xb8\xb3\x81\x96\x3f\x8d\xc0\x68\xeb\x92\xce\x7f\xad\xd7\xb7\xe6\x34\x3b\x96\x8b\xde\xcc\x7e\xe2\x78\xbb\x9d\x18\x9d\xa0\x5b\x74\x17\xb9\xf8\xec\x6d\x70\xda\x64\x16\xcb\x9c\xf1\x82\xaa\xe8\x84\x2f\x25\x73\xfe\xc2\x31\x79\x8a\x14\x1e\xfa\x51\x03\x47\x48\xe3\x8f\x00\x6f\x51\x95\x0a\xc4\xf1\x10\x8e\x4d\xca\x87\xf0\xa4\xa5\xbf\xc2\x1d\x70\x8d\x9c\x4f\xbd\x89\xf3\x5c\x1c\x0b\xd8\xfd\x5a\x1b\xf7\x60\xee\x2b\xdd\xc2\x29\xd2\xe9\x76\x9a\x77\xa9\xaa\xd3\x1b\xc6\x35\x04\x1c\x2d\x15\xba\x24\xb2\x5b\x47\x85\x3b\xb3\x69\x2f\xec\xd8\x08\x38\xcd\x74\x25\xb0\x77\xd3\x55\x43\x4f\xf0\xbd\xf8\x57\x24\xe2\xcd\xeb\xd6\x29\x4a\x7a\xb7\xf1\xea\x9a\xc6\xdc\x3c\xd0\xb2\xf4\xed\x24\xa9\x22\xca\xef\x18\x48\xe6\x36\x99\x43\x32\xf7\xe7\x05\x13\x94\x21\x86\xdb\xed\x1c\xe6\x5c\xc0\x77\x2f\xb2\xf5\x02\x37\xb9\xcf\x5c\x6e\xbb\x7d\xdc\xeb\xe9\x58\x7b\xbb\x38\xb5\x09\x5a\xe8\xc8\x39\xe5\x50\x82\x32\xfd\x33\xa5\x4a\xff\x58\x0f\x8e\x92\xfc\x9d\xa3\xd8\x2f\xf4\x8f\xfc\x5e\x9f\xb6\x7d\xbc\xd9\x39\x55\xf4\x15\x32\xde\x73\x5b\x4b\x29\x3e\x16\x13\x36\x69\x15\x25\x70\xf5\x0b\xde\xca\x5a\x92\xe5\xe2\x9a\x17\xbf\xb3\x49\xeb\xa7\x6f\x9f\x69\x80\xa8\x25\x64\xeb\xc5\xe5\xab\x96\x51\x82\x75\x9c\x72\x90\x1c\x50\x72\x65\xc5\x57\xb2\xf9\xbc\x6c\xe9\xea\x5b\x4a\xb4\x7e\x2b\xcd\x8a\x61\xd2\xba\x99\x15\xf9\xcc\x35\x20\xd9\xbc\xc8\xae\xe6\xac\x95\xe5\x52\x94\x65\x2b\x9b\xcf\x5b\x57\x52\xdc\x94\x4c\x96\xad\x8c\x4f\x5a\xd6\x39\x78\xd9\x6d\xbd\xd4\xf8\xb2\x69\xff\x50\x37\xae\xef\x27\xdb\x83\x12\x7c\x8b\x4f\x8a\x32\x17\x2b\x99\x5d\xb3\x49\xb7\xf5\x7a\xce\xb2\x92\xb5\x24\x9b\x32\xa9\x3b\xf0\x30\x96\xfb\x6f\xe5\x81\xae\x76\x8b\xd9\x5e\xdd\xb4\xd5\x4d\xa8\x8f\x50\x27\x42\x97\x92\x96\xb3\x2e\x67\xcd\xec\x38\xd8\x32\x76\x78\xb4\x21\x01\xbc\xac\xc4\x03\x50\xf9\x1d\xd7\x4b\x62\xfa\x8a\xb0\xbe\x5c\xf5\x7c\x39\x5f\x66\x6c\x42\x5a\x91\x94\xc3\x22\xfb\x04\x6e\xf2\x58\x36\xe9\x3e\x70\x98\x8b\x82\x1f\x2c\xb2\x4f\x87\x49\x83\xf9\xa7\x1f\x79\xb3\xd5\x98\x8a\xc6\x49\xe4\xb5\xa0\xe2\x09\x01\x2c\x43\x1b\x75\x16\x96\xde\x22\x98\x80\xbf\xd5\x06\xa3\xbb\xbb\x7b\x30\x7a\xa8\xff\x4b\x06\xf3\xd5\xf6\x60\x22\xc3\xde\x55\x21\x30\x0d\x95\x00\xeb\xd2\xbb\xe5\x15\x40\x56\x34\x4c\x51\xf8\x22\x7b\x5e\x2c\xcc\xb6\xae\x91\x33\x2b\x21\xa6\x0c\x39\xbd\x3f\x90\xe7\x2a\x58\xd6\x96\x58\x8d\xe4\xb8\xe2\x23\x42\x47\x8c\xd8\x18\x71\x7d\xc3\xeb\x72\x72\x1c\xf9\x9f\x0b\xd2\xda\x11\xf7\xfa\xaf\x1c\x25\x45\xf9\x35\x9b\x0a\xc9\x12\x32\x1a\x37\xda\x27\x22\xbd\x8a\x0c\xb6\xac\x17\x7f\x3a\x55\x4c\xde\x5f\x1a\x5e\x14\xd9\xe0\xd6\x0b\xcc\x11\x71\x71\x33\x74\x1f\x08\xa7\x1d\x77\x7e\x36\x84\x4b\x3a\x72\x06\xbc\xfe\xb5\xca\x24\x34\xe4\xcd\x6c\x5b\xe3\x31\xc6\x8c\x84\x15\x10\x76\x4e\x79\x12\x03\x5f\x40\x8c\x87\x36\x92\x71\xe4\x7b\x4a\x56\x9d\xb9\xec\xf5\x49\x41\x79\xc5\x7b\x44\xdd\xdb\x7b\xbb\x8d\x80\x09\xed\x34\x5e\xb9\x24\x0a\x7b\xbf\xac\x20\x28\x66\x4d\x8c\x8c\xd4\x18\x47\xce\xe1\xeb\x2e\xd1\x8d\xa4\x9f\x04\x3f\xb5\x20\x1c\x17\xb2\xc2\x73\xf7\xed\x5c\x64\x2a\x64\xd9\xa3\x20\xa6\xe9\x82\x00\xd8\xed\xf5\x9c\x12\x57\xec\x73\xbe\x90\x5b\x5e\x94\xea\x4e\x9a\x45\x94\xe5\xbd\x04\xc8\x37\xb2\xe7\x1c\x26\xc5\x78\xd4\xd0\xe0\x23\x40\x76\xeb\x75\x8f\x48\xaa\xba\x76\x15\x74\x50\x23\xf7\xb0\x14\x3a\x20\xac\x29\x17\x8d\xe3\x5b\x5b\x1d\x3a\x3a\x33\x30\xa3\xfe\x2c\xa9\x01\x09\xf5\x77\x4e\x1d\x5c\xa8\x43\x73\xea\x80\x43\x1d\x5a\xd1\x0a\x84\xb8\x5e\xf7\x06\x95\xa1\x50\x29\x51\x30\x9c\x18\x32\x96\xb4\xb3\xea\xf4\xd9\xf1\xfe\xbc\x73\xca\x4e\xf6\x73\xf8\x2e\xf7\x4f\x7b\xfb\xa7\xbd\xe0\x83\xb3\xa4\x9d\xac\x73\xb6\x2f\x2a\xd6\xf4\x68\xa7\xe8\x1c\xef\xcb\x4e\xff\x68\x9f\xfb\xac\x2a\xa3\x77\x1b\x6f\x2d\x17\xa0\xbd\x5b\xee\xb5\xec\xaf\x56\x57\x57\xf3\x8a\x93\xb3\x52\xee\xf2\xdd\x9b\x45\x52\x6d\xb9\xac\x79\xc4\x39\xe8\xef\x83\x94\xa8\x14\x2b\x3e\x41\x07\xfd\x7d\x86\xd3\x28\x22\x06\x55\xe6\xb2\xa6\x34\x7d\x9f\x7c\x29\x11\x34\xb8\x57\x74\x52\xc2\x21\x35\xb3\x94\x07\xa3\xba\x5c\x80\xea\x32\xe2\xed\x36\x1b\x49\x23\x81\x2a\xc7\xeb\xb5\xc6\xc1\x61\xe7\x49\xb7\x09\xe1\x52\xc1\xed\x76\xd6\xe9\x78\xd3\x57\x1d\x11\xd9\x46\x95\xbb\x55\x41\x22\x1b\x82\x2b\x95\x5b\xe3\xa8\x7a\x87\x25\x9d\x24\xd8\x4f\xeb\x01\x54\x74\xc0\x74\xfc\x41\x82\x09\xef\xbc\x46\xff\xfd\xdf\x88\x1d\x9e\xf6\x40\x73\x40\x41\x98\x7d\x79\xda\x33\x3a\x03\x9b\x95\x44\xc9\xdb\x84\x24\x69\x82\x09\x7c\xbf\x35\x4a\xb9\xcf\x19\xc4\x7f\x63\xc5\xf2\xdf\xda\x6f\x90\x7c\xd7\x59\xde\xbe\xdd\x21\x43\x6f\x01\x2e\xc3\xca\x51\xbf\x2f\xe8\x4c\xa2\x6f\x18\x09\xf6\x4f\xa6\x92\x1e\xa2\xd1\xbb\xce\xbb\x83\xb1\x91\x17\x39\xbc\x8e\x1c\x8e\xcc\x64\xdd\x1d\x06\x52\xc0\xe2\xb3\x04\x1a\x56\x33\xda\x44\x0b\x63\x8f\x48\x83\x86\x48\xd2\xd3\xde\x3e\xe2\x14\xa1\x62\x54\xb8\x55\xeb\x8f\x81\x98\xd3\x09\x75\x4c\x25\x5e\xaf\x47\xc9\x01\xa8\x60\x8c\xf1\xa8\x3f\xee\xac\x18\xe2\xa3\xa3\x31\xc6\xc3\x5e\x9a\x74\x12\x10\x04\xea\x8d\x87\x32\x3d\x88\x76\xdf\xa4\xd2\xb7\x22\x42\x93\x8c\x4a\xae\x7e\x36\xba\xf9\x5c\x70\x0d\x8e\x15\x14\x3d\x05\xd0\x75\x8a\x98\x06\xaf\x3d\x68\x9f\x6a\x80\x12\x47\xa0\xfe\x01\x0f\x01\x3d\x69\x40\xc5\x05\x87\xd9\x10\xf0\x69\x9d\x62\xcb\x38\x2e\x37\x1a\x1e\xae\x4e\x38\x68\xf1\xa9\x5a\x46\xe7\xe5\x20\x3e\x17\x91\x5b\xee\xdf\x05\x77\xd5\xc5\x2f\xd5\xa2\x72\x5c\x0a\x7d\x45\xc1\xd1\x35\xee\xc7\xf5\xbd\xf2\x6f\xaa\xdf\x36\x9a\x32\x66\x38\x88\x42\x52\xc4\xfc\xa6\xa9\x78\x10\x32\xd4\x97\xc8\xed\xe9\x79\xff\xd4\x90\xba\x10\xdb\xa7\xa7\x9e\x89\xba\x17\xe9\x49\xb7\xdb\xc6\xff\xff\xd2\x98\x39\xf0\xfa\xf0\xd6\x9f\xba\x33\xd3\x66\x90\x03\xbd\x69\x8d\xe9\x1f\xab\xd4\xad\x51\xde\x82\x24\x8b\x04\x13\x61\xec\xd7\xa0\x3d\xe5\xdd\xb8\x82\x84\xeb\x0b\xfe\x5a\x8a\x6b\xc9\xca\x72\xf8\x83\x69\x83\xbc\x97\x88\x1d\x08\x53\x0c\x78\x98\x69\x73\x01\xaf\x51\x59\x4f\xd8\xe1\xef\xdc\x9b\x41\x6e\x28\x01\xe8\xa8\x49\xdd\xd4\x9e\x30\xbd\x35\x45\xea\x26\x20\x12\x11\x96\x15\x7d\x30\xaf\x24\xde\x60\x88\xcc\xde\x2a\xb6\xf5\x70\xff\xb0\xe0\xdc\xeb\xa0\x7e\x35\x45\x32\x9d\xb2\xae\xdb\x1a\xb2\xf5\x2a\xae\xf1\x6e\xb7\x72\xba\x55\x44\x0d\xe5\xaa\x6b\xd7\x27\xde\x8b\xf1\xea\x4a\xc9\x2c\x57\xc8\x8d\x19\x96\xc2\x4e\x4e\x90\x43\x94\xb1\xff\x74\x53\x95\xfa\x7d\x81\x6b\x0d\xf9\x04\xb2\xd7\x07\xbd\x0d\x27\x0d\xdc\x80\xa0\x9b\xee\xb8\xbb\x7a\x26\xd1\x33\xbf\xbf\x9c\x51\x29\xab\x09\x1b\x4d\xa1\xdd\x1d\xf1\xd0\x02\x78\xd2\xaa\xf6\xf9\x22\x9a\x9f\xbd\xbd\x3a\x90\x8d\x18\x65\x43\x73\x13\x44\xeb\x90\xf6\x48\x7d\xf2\xf0\x01\xc3\x5f\x9e\x82\xb7\xb9\x68\xf2\x6f\xea\xe0\x4f\x54\x00\x40\x76\x77\xb7\x59\x53\xda\xbd\x4a\x33\xf6\x54\x7c\xa6\xcc\x23\xdc\xbc\x45\x3e\xd9\xc5\xd8\x73\x96\x50\x8a\xf2\xf9\xe5\x9b\xcb\x59\x31\x55\x6c\x52\xb9\x04\xaa\x49\xc6\xdf\x09\x51\x81\xe8\xd0\xba\x41\xc6\x94\x13\x26\x48\xd1\x9f\x81\xbc\xd3\x7d\x9f\x0d\xc1\x5c\x9e\x3d\x0d\x4b\xa4\xba\xef\x33\xb8\x35\xe1\x83\x6c\x57\x4c\xeb\x93\x3b\x97\x90\x97\xb0\xae\x12\x60\x97\x14\x61\xfc\x55\xcf\x1d\xed\x4a\xd1\xbd\x7e\x43\x85\x91\xbd\xc9\x30\xcf\xdb\x6b\x18\xdf\x5d\x91\x75\xc9\xfb\x8a\x34\x96\x78\xf5\xc0\x12\x86\xa8\x12\xdf\x89\x9b\xea\xcd\xb3\x8d\x44\xbf\x91\xf4\xf0\x9f\xe8\x60\xfd\xae\x83\x87\x68\x98\xa2\x77\x93\x7d\x3c\xea\xb6\xc6\x20\x40\xd6\x01\xb1\xaf\x8e\x93\xfa\xea\x60\xf0\x79\xb6\x6f\x65\x27\x2f\xa3\xa2\xaf\x75\xd9\xd1\x41\x67\x3c\x1c\xf5\x0e\x9e\x90\xee\x78\x1f\xff\x6a\x2a\xac\x46\x5e\x34\x45\xfe\xd2\x14\xf9\x1c\x22\xdf\x6c\x27\x7c\xff\xe0\x7a\x2f\x4d\x47\x23\x77\xfd\x75\x78\x84\x18\x2b\xa9\x46\x74\xde\x5a\x59\xd5\xa7\x72\x28\xe8\xdd\xa2\x4c\x59\x15\xaa\x26\x93\xd4\xb0\xcd\x4a\x72\x01\x69\x00\x31\x6f\xd2\x15\x80\x06\xd6\x31\x61\xc7\x98\x63\xd5\xf0\xf2\x10\x2c\x6a\x77\x58\x2a\xba\x55\xe0\x9c\xe1\x14\x65\xf4\x8d\xb4\x82\x19\x18\xdc\x11\x26\x07\xfa\xf6\xc9\x46\xfd\xf1\xf0\xa0\x9f\xf6\x89\xa0\x77\xb7\x69\x8f\x4c\xd2\x15\x43\xc0\x3d\xc7\xfb\x9c\xcc\x4c\xe8\x67\x13\x5a\x98\xd0\xaf\x26\x54\x9a\xd0\x17\x36\x0d\x82\xb9\x44\x1a\xf6\x07\x76\x36\xc6\xfb\x7c\x03\x2d\x5f\x3e\xa0\xe5\xdf\x25\xca\x40\x0c\x06\x93\x0b\x13\x38\x86\xc0\x8d\x09\x9c\x40\x60\x62\x02\x8f\x20\x30\x33\x81\x53\x08\x2c\x4c\xe0\x0c\x02\xa5\x09\x3c\xd6\x81\x8d\x61\x87\x50\x2a\xf4\x24\x6f\xd2\x6d\x7f\x86\xa2\xdd\x46\xc9\x54\x8a\x45\x52\xf0\x96\x58\xaf\x13\x25\xe0\xcb\x48\xf6\x7f\x23\xd1\x8f\x1c\x89\xae\xce\x80\x09\x7c\x2a\x81\x31\x81\x39\xc7\xdd\x45\x49\x8b\xca\x6c\x13\xd1\xbd\xd0\x51\xc6\xa9\x0f\x91\x40\x92\xca\x24\x12\x98\xc0\x52\xb7\xdb\x1a\xa3\x4d\x2c\x5e\x93\x00\x4a\xb9\x4d\xd3\xae\x65\xb6\xc7\xcf\xe5\x76\xe8\x58\x10\x7a\xc1\x24\x02\x35\x7f\x97\x15\xb7\xad\x96\xa2\x6f\x31\xdb\xa0\xa2\x46\x12\x92\x74\x13\x4f\xb1\x47\xce\xd1\xe5\xb0\x97\x72\xbc\x1f\x91\xe4\x9f\x55\xea\x0b\x97\x25\xb7\xa3\x74\xc8\x28\xc8\x07\x78\x3f\x61\x47\xfb\x48\x39\x6b\xbc\xde\x4b\x26\x61\xfe\x4e\xd7\xe0\x91\xab\x01\xfc\x76\x75\x2d\x3d\x03\xb8\x35\x07\x07\x3e\x8d\xd7\x76\xb3\x3a\xe8\xdc\x53\x4b\xec\x88\xf4\x1b\xd9\xa4\x7e\x55\xb9\xcc\xaa\x0e\xb8\x27\x12\xbc\x77\x13\x9d\xc7\x90\x66\x80\xd8\x4f\xed\x0c\xa4\x08\xc1\x37\x48\x64\x55\x7b\x75\x50\xed\x25\xf1\x73\xe3\xc7\x01\xa0\xf6\x5d\x9c\x29\xed\x39\x4d\xc9\x5e\xc4\x5c\x79\x29\x77\x78\x4f\xf5\x96\x28\x6b\x48\x8c\x74\xae\xe9\x3a\x1a\x35\x41\xef\x91\x22\x81\xb0\x97\x74\x54\x27\x41\x4b\x26\x0b\x31\x21\x2d\x63\x06\x16\x57\x49\x7d\x9e\x2c\x1b\x28\x7e\xbe\xa0\x29\x40\x5a\xa6\x02\xdc\xfd\x03\x8a\x52\xd9\x64\x72\x50\x00\x57\x94\x4d\x0e\x96\x99\xcc\x16\x0d\xda\x52\x05\x50\xed\x25\x91\xb4\xc0\x24\x02\x81\xf5\x60\x1d\x90\x16\xcd\xcd\x0f\x16\xaf\xf0\xd6\xac\xf5\xb3\x5c\x99\xf7\x8c\xe6\xf0\xd6\x82\x65\x49\x52\xda\x90\x5d\x81\x41\x65\xed\x51\x61\x05\x79\x8a\xf5\xba\x20\x65\xbb\x0d\xee\x54\xc0\xa5\xac\x73\x10\xd2\x29\xf7\x39\x26\x59\xbb\x0d\xce\x61\x93\xe7\x99\x62\x89\xcd\x01\xdf\xb8\x93\xe9\x0c\x22\x08\xd0\x00\xea\xc5\xaa\xa8\x97\xd0\x79\x8a\x76\xbb\x06\x95\x33\x92\xad\xd7\x25\xc6\x9b\xf7\xb2\x3b\xe5\x34\x93\xc1\x58\x39\x79\x2f\x1d\xf3\x94\x0a\x09\x0f\xe7\x73\x49\x5f\x4a\xd4\x27\x49\x36\x99\x24\x98\xbc\x86\xe0\x41\x9f\x24\x0e\x60\x4d\x22\x3a\xe8\xbf\xe4\xbd\x9e\x97\xd7\xeb\x0a\x91\xe4\x12\x32\x44\xf2\x6f\x31\x20\x1d\xf0\xd0\xf5\x1a\xaa\x5d\xaf\xcd\xfb\xf3\x8b\x09\x7c\x6d\x7e\xec\x5e\x64\x11\xe7\x2d\x52\x7d\xfd\xba\x46\xf1\x33\xdc\x99\xbd\x1c\x9c\x4a\x68\x90\x47\x58\x62\x63\x99\x90\xe0\x35\xc0\x92\x1b\xcb\x88\xee\x78\x61\x88\x8e\xa5\xa7\x3d\x82\xe1\xd6\x0c\x9c\x7f\xc3\x6f\x42\x92\xe7\x96\x24\x59\x06\xd2\xe4\xcc\x93\x27\xcb\x98\x50\xb9\xf0\xc4\xca\x32\x26\x5b\x96\x55\xd2\x65\x2d\xa8\x43\x65\x32\x26\x73\x2a\x2a\x14\x4b\x90\x0d\x99\x0f\x54\x87\xf6\x31\xa7\xfa\x29\x26\x85\xde\x5a\xc6\x39\xb5\x57\x25\x6e\xb7\x23\x81\xd1\x5f\x22\xa2\x9f\x30\x34\xbf\x3d\x6f\xd8\x5c\x81\x7b\x65\xc3\xb6\x9a\x16\x73\x7d\x33\x06\x9a\x89\xbf\x20\xf6\x8c\x3b\xcf\x7f\x59\x77\x03\x9e\xca\xa4\xda\xed\xd8\x90\xe9\x43\x16\xa0\xcc\x16\xec\x39\xcc\xaa\xe5\xcf\x26\x24\x99\x67\xa5\x0a\x71\xd6\x42\xb8\x8e\xb4\x9f\xba\xcc\x37\xf3\x92\x25\xb1\x5d\x1c\x3f\x31\x7f\x68\x32\x5e\x54\x9f\xad\xee\xa4\x98\x4e\xf5\x5d\x66\xd6\x7b\x2f\x88\x39\xf3\xf3\x83\xd3\x61\x68\x39\xe5\xe7\x07\xfd\x61\xe8\x54\xca\xcf\x7b\x43\xdf\xf1\x94\x9f\xf7\x87\x7e\x68\x29\x3f\x3f\x1a\xfa\xe1\xa5\xfc\xfc\x6c\x18\x06\x96\x86\x3a\x23\xa9\x0c\xdb\xab\xbe\x06\x59\x1c\x65\xdd\xf3\x13\x02\xb1\x7d\xd4\x1b\x0f\x7f\x92\x95\x30\xd6\x78\x43\x1c\x11\xf8\x97\xe9\x6f\xb5\xac\xc0\x91\xa8\xe4\xf5\xfc\xc9\xd4\xb3\x2a\x43\x79\x6b\x2a\x40\x9f\x37\x10\x26\x2b\xf4\xd3\x65\x08\xa8\xb8\x5b\xaa\x4c\xaa\x57\x53\x64\xad\x63\x0b\x2a\xbb\x4e\xdb\xdf\x88\x62\x98\x6b\xb6\xc0\xeb\x75\x18\x31\xc9\x40\xc3\xeb\x77\xa4\x46\x62\x8c\x87\xfa\x7f\x64\xf0\x91\xe3\x14\xe2\x2b\x2c\x1a\xc3\xe6\x43\x99\xc5\xde\x2a\x36\x66\x5c\x83\xc8\x90\x7b\x35\xe0\xc4\x2b\xbe\x70\xbf\x8d\x10\x46\xc3\x4d\xaf\x51\x18\xbe\xaf\x6c\x87\xa7\x40\x08\x33\xa4\x2a\x47\xa9\xa9\x53\x90\xd6\xeb\x3d\x1e\xd1\x93\x34\x58\x17\x9f\x5b\x4a\xa9\x71\x10\xaf\xf4\xc0\xe3\x14\x6b\x82\xd8\xdf\xd8\x5f\x45\x44\xb5\x34\xfa\x3e\xaf\x20\xa5\x6e\x9a\x55\x4c\x8f\x8b\x84\x24\xfe\xbf\xeb\xff\x79\xdc\xff\x4a\x9f\x19\x9f\xd4\x7a\x1c\xe7\x8d\x8d\xe4\xc9\xba\xf9\xeb\x78\x04\x44\xd0\xa7\xc6\x99\xb3\xc6\x82\xfd\x80\xf6\x50\x1d\x59\x2c\xe2\x80\xa8\x0d\x0e\x25\x86\xee\x2a\xd7\xeb\x04\xe1\x04\xeb\x23\x64\x2b\x30\x80\x60\xa1\xf7\x9d\x9b\x24\x0b\x8f\xe9\x38\x28\x8d\x75\x69\xa9\x91\x88\x6a\x06\x11\x17\x32\xf5\xe8\xa8\x58\xd4\xa2\x8a\x96\x3d\x74\x6d\xe4\x9f\xb2\x36\xba\xd3\xd1\xea\x20\x1e\x07\xc9\x67\x37\xd8\x39\xe5\xed\x36\x3f\xa7\x9f\x59\xd5\x78\xb8\x5f\x54\x01\x4a\x3b\xae\xcb\xcc\x3a\x79\xb7\xa7\xd7\xcd\x95\x8e\x8a\xe4\x17\x1e\x58\xd6\xce\x7d\xb5\xf0\x77\x75\xa6\x89\xb1\x34\xbb\x83\xee\x6b\x49\xbd\x7b\x48\x52\x43\x2b\x07\x8a\x6b\x73\xbe\xf2\xa6\x50\xf9\x0c\x15\xf4\x94\x9d\xec\x23\x59\xa1\x4e\xd5\x29\x49\x98\xd8\x85\xc1\x77\x79\x56\x32\x03\x5e\xa4\x82\xfe\xcd\x42\x9b\x12\x1f\xf6\x8f\x8c\xb2\xd2\x00\x32\x18\x58\xa3\x92\x23\x4e\x76\xcc\xd0\x6a\x15\xc7\x71\x16\xbb\xf4\xa9\x30\x46\x2c\x0f\x74\x13\xac\x92\xc3\x82\x20\x71\x8e\x53\x76\x12\xe7\x00\xc8\x25\x4e\x3f\x3e\x65\x8f\xe2\x0c\xfa\x72\x0f\xe9\x07\x05\x3e\x7c\x7c\x7a\x52\xcd\x02\x5c\xda\x6a\x9e\xd3\xde\xc9\x63\x9f\x69\xc2\xa6\xd9\x6a\xae\x52\x43\x9e\x3f\x90\x1b\x6f\x87\x5a\xa4\x73\x86\x44\x6c\xb7\x4c\x7a\xd5\x7a\xe7\xd5\xef\x5c\xd9\x0f\xbb\x32\x07\x7f\x33\x98\x91\x7d\x9a\x9a\x11\xc0\x0e\x6a\x40\x16\x8d\xbf\xf1\x0a\x4a\xe7\x61\x3f\xec\xdd\xde\xf0\x0e\x52\x07\xf2\xbc\x37\xd4\x3f\xf8\x10\xc9\x83\x5a\x19\x0d\x0d\xbb\x52\x38\xb5\xb9\x6a\x79\x3a\x51\x9e\x03\x89\x31\x5e\xaf\x23\x26\xee\x5f\xeb\x54\x4c\x57\xd6\xbc\x6d\x28\x61\x3c\xc1\xee\xdd\x4b\x26\x93\x49\xeb\xe2\xe2\xa2\xf5\xfc\x79\xeb\xd7\x5f\x7f\xfd\xb5\xe5\x74\x3f\x5b\xa3\xef\x2e\xde\x8c\xdf\xbe\x8d\x55\x9f\xde\xca\xcf\x1b\x1d\xb5\x86\x4f\x8d\xb5\x7b\xc2\xa9\x1a\x56\xfa\xb0\x52\xb9\xbd\xce\x03\x02\x6e\x66\x15\x94\xc3\xed\xf7\x57\xe0\x13\xec\x5b\x0d\x0c\x0c\x2b\xda\xc4\xa3\x37\xe3\x58\xd7\x75\xf4\x76\x9c\xa4\xf7\x65\x78\x9b\xe0\xf4\x77\xe3\xb4\x28\x38\x51\x52\xe2\xc5\xe5\x2b\x83\x2f\xe0\xa1\xed\x9f\x12\x46\x88\x28\x4e\x44\xc6\x19\xbf\x91\x07\xab\xdc\x7f\x9d\xd3\xde\x7e\xfd\x88\xee\xf7\xd9\x71\xad\x78\x20\x53\xbc\x4d\x88\x1e\x4d\xf2\x56\x2f\x6a\x34\xae\xcf\x8c\x6a\xd7\x98\x22\x71\x8a\x02\xdd\xb3\x22\x16\x85\x76\x68\x18\x3a\xdc\x6f\x59\xe3\x6a\xef\x8b\x4e\xd2\xda\x3f\xc4\x89\xa3\x1f\x1b\x09\x36\x6a\x4b\x24\x44\xd0\x24\xa9\xc9\xb2\xfc\x60\x98\x6b\xeb\x35\x2a\xa8\xa7\x99\x46\x33\x30\x74\xcd\xad\x54\x9e\xa4\x2e\x00\x74\x9b\xb7\x82\x33\xa8\xf3\x6d\x82\x09\xa3\xc9\x28\xe9\x14\x9d\xbf\xa0\x64\xfc\x17\xa2\x68\xef\x3c\xf6\x0c\x67\x89\xb3\x76\x53\x18\xef\x70\x46\xf3\x39\xf5\x2e\xd3\x38\x4d\x1a\xa7\x26\x21\x92\x8a\xce\x5f\x46\x09\xd6\x15\x47\xe0\x1d\xeb\xa8\x0e\xef\xc4\x82\xfa\xaa\x00\x79\xab\xf5\x1a\x31\x47\xe9\xfe\x59\xef\xcd\xa1\xec\xda\x1b\xc5\x80\x99\x3f\xab\x3c\xad\x45\x61\xbb\xc7\xbf\x75\x4e\x4e\x06\x3b\xad\x14\x2e\x45\xa9\x6c\x17\xe2\x47\x85\x17\x4d\x2f\x52\x40\xea\x9f\x02\x66\xc3\xe2\x97\xdb\x70\x35\xc2\x02\x0f\xdf\x4b\x74\xa7\x04\x1c\x25\x32\x95\x62\x91\xb2\x8d\x3f\xe2\x51\x47\x10\xc6\xdd\xd9\x6a\x91\xf1\xe2\x77\x86\xf6\x94\x05\xa5\x2a\x9d\x8c\x2c\x65\xc5\x1c\x09\x59\xd4\x59\x51\xba\x19\xa3\xf7\x11\xb3\xac\x8a\x3f\x69\x30\x30\x08\x18\x8e\x12\x7f\xfa\x60\xc4\xd6\x60\x94\xd8\x1e\x4a\x56\x04\x13\x21\x91\x22\xae\xa1\x04\x0c\x63\x59\x0e\x63\x12\xc4\xdb\x51\x51\xf4\xd6\xd9\x51\xa9\x48\x7c\x38\xe6\xe0\xa6\xb6\x85\x68\x74\xbc\xdf\xb8\x1d\xfc\x36\x21\xdb\x9b\xaf\x31\xa7\xbe\x21\x60\x13\x96\x45\x45\x02\x6e\x9e\xe9\x6b\xa7\x4e\x19\x7b\x61\xa4\xde\x48\x95\x36\x16\xcf\x5a\x4b\x89\x16\x18\x55\x9a\xb1\x96\xae\x63\x95\x5d\x33\x6b\x84\x68\x25\x33\x3d\x35\xdd\xd6\xcf\xdb\x85\x51\x6c\xe7\xc8\x95\x2b\xeb\x32\x8d\x3b\x26\x32\x6e\x3f\x5e\x47\xeb\x28\x26\x48\xbc\x14\x75\x99\x24\x93\x0f\x84\xc2\xe6\x05\xed\xb3\x63\xb2\x2a\xe8\x69\x6f\x7f\x5e\x90\x29\x7c\xac\x0a\x32\x2b\xe8\xf1\xa3\xde\xe9\xf1\xd1\xe3\xfd\x69\x24\x5c\x31\xa9\xec\x55\xc4\xbe\x54\x1d\x85\xbf\x8c\xc8\xc4\xcb\xa2\x6e\x8a\x2e\xf2\xc8\xb7\xed\x20\x10\x1f\xcc\x8a\xb4\xea\xec\x2f\x02\x60\x23\x59\x82\xfb\xaa\x75\x3e\xf5\x6a\xd5\x86\x68\x88\x8a\xd8\xd6\x45\xec\x39\x30\x36\x37\x86\x98\x86\x12\x41\x7b\xa7\x0e\xd9\xb3\xf5\x7a\xc7\xab\x0d\x8f\xb1\x05\x46\x79\xc5\xc2\xfa\xa2\x48\x97\x05\x61\x15\x98\x53\x51\x5e\xf1\x2c\xdc\x23\xfd\x66\xc8\xb2\x9e\x11\xbe\x1d\xd4\x14\x07\xbe\x3c\xae\x55\x61\x61\xd7\xfb\x2a\xa8\x95\x30\x30\xe2\xbd\x05\x20\x60\x40\x3d\xd3\xba\x55\xd7\x43\xb8\x52\x93\x73\x11\xf7\xf0\xca\x1c\xba\xe8\xfc\x4b\x21\x7c\xd0\xaf\xd6\x09\x40\xae\xfd\xd2\xf0\xf2\x43\xab\xc6\xdb\xa0\xb4\xb3\x80\x3f\x89\xd1\xad\x03\x3a\x29\x90\xea\xa0\x78\xe9\x7a\x75\x9e\x3a\xde\x5f\x15\x98\x4c\x0b\xdc\x04\xc1\xdf\x53\x2d\x59\x55\x8b\x38\xb4\xe0\xbe\x22\xf3\xa2\x6a\x21\x3e\xa2\x2a\xab\xfb\xdd\x5b\x47\x22\x13\xff\x8b\x36\x79\xa7\x0f\xdb\xfc\xa0\xff\x9f\x6e\xf4\xce\xf1\x56\x35\x0f\xd8\xec\x9d\xfe\x56\xa9\xff\x68\xc3\x77\xce\x6a\xb5\xfd\x49\x9b\x7e\xab\xde\x7f\x77\xe3\x77\xea\xc3\xbd\x67\xf3\x77\xe8\xb4\x38\xf8\x23\xfb\xbf\x36\xfd\xf7\x9d\x80\x0e\x5d\x99\xba\xf5\x21\xa8\x96\xbb\xf7\x18\x74\xe8\xdc\x96\x9b\xeb\x72\xff\xf1\x59\xb8\xdd\x7a\x02\xa3\xe6\x0e\x80\x7c\xa0\x66\x15\xd1\xb4\xd8\xda\x58\x54\x38\xf2\x48\x5a\x45\x68\x34\x6a\x1f\x9b\x21\x2b\xaa\x74\xcd\x06\x14\x28\x16\x9b\x29\x2a\xd2\x99\x16\x72\x1a\x79\xe7\xa3\x1e\x45\x26\xde\x97\x3e\x03\x51\x5e\x93\x06\x2b\x00\x9f\x66\x52\x6d\xac\x3f\xd8\x15\x7b\x00\x9f\x1a\xdb\x02\x77\xad\x65\xea\x5b\x74\xb6\x5b\x7d\xc3\xa0\x71\xe6\x5b\x07\xc6\x4a\xca\xbc\xd5\x70\xcb\x55\x49\x59\x64\x64\xda\xb1\x37\x59\x64\x64\xba\xc2\xf7\xac\xf4\xb1\x44\xb1\x6a\xd9\xd3\xfa\x7a\x05\xfe\xac\x05\x3d\x2b\x38\x66\xc5\xfc\xdf\x87\xa8\xec\x75\x9d\x9c\xfc\x2a\x4a\x9c\xa0\xbb\x0d\xf9\x68\x65\xfa\x42\x96\x37\x51\x16\x9b\xea\xcd\x9c\x45\x3e\x44\x43\xae\xbb\x02\x74\xc9\xec\xe1\x21\x06\x5b\xb1\xc1\x29\x31\xb0\x56\x1a\x03\x5e\x04\x4e\x58\x1a\x9d\x36\x62\x34\x87\x6c\x94\x09\x44\xd3\xf1\xbe\xa8\x48\x8d\x82\x05\x07\x93\x95\xc9\xac\x04\xcd\x37\x43\x93\x80\xb0\x93\x76\x27\x05\xcd\x1c\x0b\xc6\x09\xbe\xdb\x0b\x7c\x9b\x1b\x98\x8d\xf8\xb8\x5b\x16\x3c\x67\x60\xc3\x41\xa2\x10\xb1\xc5\x4a\x08\x49\x54\x44\xfb\x99\xc4\x55\xad\xb8\x2a\xe6\xf6\x49\x08\x56\x00\xd2\x90\x46\xfb\x87\xbd\xca\x7d\x60\x7a\x94\xfa\xb6\x4d\x0d\xb5\xb6\xa3\x4b\x22\xaa\x2a\xea\x85\xb7\x49\x1b\x09\x42\x14\x0d\x8e\xed\x48\x49\x72\x33\x87\x7a\xca\xac\xae\x07\x03\x77\x77\x3f\x2f\x97\xde\xa3\x9b\x84\x69\xcc\xdd\x34\x4a\x98\x46\x89\x8b\x29\x12\x34\x1f\xc9\x31\x18\xab\xac\x95\xc9\x4c\x8a\x46\x6f\x6a\x29\xa5\x2b\x23\xa5\xb8\xa9\xa5\xf9\xb5\x51\x76\xd6\x5e\xda\x9b\xff\x65\xf8\x78\x99\xa4\xc5\x14\x65\xfa\x9d\x76\xcf\xb2\xae\x30\x9e\xc6\x97\x2e\x97\xf8\x5c\x2e\x93\xad\xac\x67\xdb\x38\xe1\xc4\x11\xcc\xd2\x38\xb2\xcb\xf3\x15\xed\x55\x72\x06\xd1\x90\xa2\xca\xb3\x83\xbd\x71\x4e\x99\x59\x9e\x61\x3f\x3d\xe8\x6f\x61\x83\x6a\x28\x11\x73\x1b\xcc\xdc\x3a\xe9\x56\x4c\x07\xa9\x03\xd6\x35\x97\x32\xde\x8f\x65\x3a\xfc\x2d\x66\x08\x2f\x0d\x3e\x7a\x2b\xeb\xda\x23\x8a\x7a\xd5\x12\x76\xae\x06\x9d\x8e\x95\x17\xa6\x8d\xc4\xf6\xad\xdd\x26\xc1\x18\xa8\x19\x97\xa1\xbd\x43\x8c\xd9\xa4\x8e\x91\xa9\x63\xf4\x86\xd0\xd0\x56\x48\xae\x14\x30\xc3\xab\x17\xb0\xbb\x36\x89\x38\x8e\x2f\xff\x17\x8f\x50\x6f\xdf\x3f\x38\x46\x5d\xa4\x61\x94\x3f\xfc\xaf\x1d\xa5\x3e\xbe\x7f\x68\x8c\x60\x3c\x79\x7b\x84\xcf\xab\x23\xf4\x52\xf0\xf7\x8f\x51\xd4\xc7\x08\x43\x14\x51\xe7\x85\xef\x17\x9c\x2f\x52\x3c\x70\x02\xe2\x3a\x8a\x76\xbb\x88\x6b\x5a\xaf\x45\x34\xda\x28\x35\x1e\x6d\x0c\x80\x1e\x48\x14\xa5\x3b\xea\xfe\x3e\xef\x40\xac\x39\xb7\x15\xda\x9e\xc9\x11\xd9\xca\x8a\xa9\x4a\xde\x73\x90\x9e\x8e\x97\xd9\x82\x79\xb7\x41\xff\x28\x9a\x3c\x13\x55\xb2\xa5\x21\x0e\xc2\x91\x59\xaa\x9d\x6d\x3c\xbd\xba\x92\x0f\x68\xc3\x67\xdb\xdd\xc6\x4f\xf7\x8c\x43\x6f\xfd\x07\x8d\xc4\x67\xdc\xdd\xce\xd7\x35\x52\x61\xb7\xd2\xbf\x8a\xb2\xd2\x2f\x4d\x59\xfd\x74\x55\xb2\xfe\xd6\x9c\xd5\xf7\xa7\x92\xf9\x45\x3d\xb3\xee\xe7\xaf\x2c\x93\xd6\x1b\x00\x94\x58\xaf\xdf\x47\x82\x3f\xff\xa8\x9c\x01\xe3\xd7\x75\x34\x26\x85\xfe\x27\xf4\xbf\xac\xe1\x29\xd6\xc7\x20\xab\x1f\x03\x69\x8c\x88\xfc\xc4\x50\xe6\xee\x4e\x8c\x09\xaf\xc6\x82\xad\x61\x4c\x8a\x7a\x5e\x3d\x1e\x8c\x89\x68\xac\x43\x34\xd6\xb1\x95\xd7\xd4\x31\xa8\x2d\xd0\x96\xfb\x1f\xb1\xdb\x81\x50\x65\x19\xb6\x0a\xca\xfb\x0b\xfa\xa5\xde\x2a\xc8\x3f\xd7\xa2\x5f\xcd\xad\xa2\xc5\xbd\xbe\x8a\xbe\x2d\x9c\x46\x59\x8f\x8c\x18\x71\xaa\x6c\x63\xd2\xab\xb0\x79\xbf\x8f\x4f\xc0\x77\x45\xd5\x4d\xa8\xc3\x9e\x1d\x96\xea\x31\xe9\x6d\xf7\x79\x91\xed\xa4\xdd\x69\xb7\xb1\x84\xc5\xe7\x1a\xb6\x48\xb6\x6b\x2c\xc6\xb9\xc1\xd8\x53\x24\xee\x10\x81\xfe\x4f\x55\x05\xd3\xae\x66\xfc\xb5\x21\xa3\xad\xf7\xd7\xa6\xfc\x5f\x54\x91\xae\x86\x41\x0d\x9a\x9b\x65\x30\x11\xac\x36\xe4\x1f\xff\x70\x75\x37\xa1\x67\xcd\x55\x7e\x57\xd4\xad\x30\x88\xba\x3b\xc5\x4f\x16\xbd\xd6\x39\xa0\x7f\x29\x52\x5f\x21\x41\x9f\x2a\x70\x7e\x5e\x18\xe2\x3d\x15\x98\xfc\xad\xa8\x7b\x89\x35\xe9\x11\x23\x79\xbb\x39\x7a\xa3\xa2\x38\x92\x81\xb5\x37\x63\xd4\xa4\x47\x44\x64\x2b\x6a\xfb\x41\xc9\xb6\x4c\xe9\x55\x48\x23\x59\xd5\x30\x5c\x4c\x29\xc9\xea\xa6\xe1\x2a\x64\x83\xbf\x16\x35\x67\x16\x7a\x1a\x80\x04\x90\xb3\x62\x8e\x50\x95\xc6\x84\x0f\x8f\x2d\x1d\xde\x44\x1d\xef\x23\x76\xd0\xc7\x9d\x2a\x05\x0b\x5c\x5d\xbd\xb4\x8e\xfb\x99\xcc\xf4\x89\x36\x6e\xae\x5e\xee\x88\xdd\x15\x1d\xc5\xeb\xfb\x24\xc4\x57\x12\xf4\xb1\x37\x49\xb7\x09\x19\xe9\x7f\xfd\x31\x49\x6e\x45\x02\xe9\x7a\xb6\xe2\xd4\x5b\xe7\x7d\xab\x29\xed\x36\x21\xc7\xbb\x13\x6f\x13\x72\x52\x4b\x7d\xce\x60\xa8\x5f\x17\xf6\xb3\xf2\x5d\x0d\xbc\x4c\xc8\x2f\x51\xe8\x65\x42\x7e\x2b\xac\xae\xe8\xcb\x84\x40\x51\x53\xc6\x66\xb6\xb9\x1e\xe4\xa8\x5f\xdf\x7f\x8d\x4e\xfa\x8b\x21\xd8\x10\x65\x32\xab\xf9\xe8\xff\x46\x66\xc6\x4d\x93\xee\xcf\x6d\x42\xde\x5b\x1d\xd6\xdb\xca\x77\x35\x10\x87\x44\x42\x5e\xb8\xee\xdf\x26\x04\xca\x99\x02\x26\xe7\x98\x7c\xeb\x34\x61\x6f\xc5\x3d\x83\x18\x84\x41\x34\xbd\xb2\x20\xbd\xec\xdc\xab\xdc\x9f\x15\x5e\xc9\x68\x42\xa2\x74\x98\x9a\xa1\x02\x7b\x56\xf7\xe6\x41\x8c\x14\x38\x35\x19\xb7\xad\xc2\xc0\xfb\x90\x5c\x5f\xdb\x1d\xb4\xcb\x07\x5d\xb8\x89\xbe\xec\xf7\x7a\xa1\xe0\x77\xdf\x7d\xa6\x60\xe5\x7e\x75\x65\xbf\x2d\x50\x72\x7d\xad\x1b\x4d\x5c\xc5\x49\x88\x6d\x88\xfe\xee\x3b\xdd\x50\x12\x55\x16\x25\x6c\xa7\x70\x86\x42\x0d\x44\x8f\xce\xc4\xc5\xb9\x88\xee\xbb\xf1\x8a\x16\xb2\xf6\x4d\x44\x25\x5f\xdf\xec\x8e\xef\x12\xf2\xbb\xdd\x28\xd7\xe1\x53\x37\x1e\x79\x3b\xd3\x7d\x8f\x82\xa6\x73\x6f\x18\xb9\xf0\xe9\x3a\x47\x14\x61\xfb\x7f\xc9\xc8\x4d\x94\xe5\xda\xc7\xfc\xa6\x37\x9b\x9d\x13\x37\x37\x76\xc8\xa6\x68\xe3\x2e\x54\x23\x19\xec\xd6\x1d\x61\xeb\x92\x0c\x56\xcd\xd4\x67\x46\xbf\x5d\xb6\xd0\x65\x8b\x31\x95\x46\x7c\xe1\xcd\x8d\x78\x5e\x5c\x17\xc6\x34\x1a\x73\x5e\xec\x7e\xd4\x17\x55\xf2\xa3\x88\x8c\x4b\x98\xe9\x0d\xa6\x26\x7e\xb4\x33\xeb\x63\xce\xcc\xe0\x7e\x4c\xc8\xb5\x39\x42\xfa\xb3\xd2\xba\x6e\xf9\x7b\x36\xa6\xc7\xfb\x08\x7a\x7b\xd0\x77\xed\x3d\xd7\x57\xd5\xf3\xe7\xb0\xd1\x92\xe7\xc2\x09\x8b\x9b\x36\xbd\xdc\xb8\x69\xd0\x04\x9f\x98\xd6\x9e\x07\x9f\x75\xcf\x9f\x57\x16\x46\xd7\x52\x6b\xdd\x31\x28\x87\xca\x5a\x3b\xdc\xf2\x95\xb5\x5e\xab\xee\x7b\x11\x3b\xcf\xda\x99\xf5\x07\xc6\x0b\xc6\x95\x77\x19\xf7\x5c\x77\xf1\x79\x32\x26\x7f\xb7\xa3\x6f\xe8\x80\x02\xab\xa7\xe0\x58\xcc\x5c\x0d\x9f\x18\x18\x22\x74\xea\xf3\x6f\x0b\x70\x24\x66\xf4\x18\x2a\x7e\xc4\x98\x08\x92\xe8\x91\xae\x37\xba\x07\xb5\x3c\x68\x4e\x03\x36\x10\xb6\xd2\x68\xb8\xd3\x7f\x88\x6f\x66\xbd\x42\xcf\xed\x1a\xe9\xdf\x63\xbd\x4a\xcf\xed\x3a\xd9\xd7\xdf\x2f\x96\x0b\x43\x16\xbf\x66\x3e\xf6\xc4\xad\xd6\xf3\x84\xbc\xf2\x4b\xa7\x43\x57\xee\xe6\x85\x90\x89\x6c\xb6\x43\x10\x4c\x55\x86\x5d\x8f\x92\x85\xee\xe0\x62\xe1\x1e\x4a\xcb\xff\x30\xdd\x8a\x74\x0a\x4c\x8f\x5c\x44\xdf\xf6\x67\x11\x36\xd2\x62\xe1\x37\x12\x74\x67\xa1\x8b\x2d\x92\x31\xf9\xd5\x0a\xcf\x29\x01\xcb\x74\xe1\x34\x16\xf6\xfa\x78\xf0\x1b\x4a\x4a\xdd\x7e\x59\xba\xf6\x9d\x80\x29\xb4\x1f\x29\x2f\x98\xf6\x5d\x44\xff\x91\x69\xb4\x0c\xed\x97\x65\xb5\x7d\x50\x7e\x28\x93\x31\xf9\xc2\x09\xef\x09\x22\x05\x29\x4c\x2f\x2e\x9d\x12\x84\xee\x85\x46\xd0\x7e\x43\xc9\xe5\x2e\x07\x94\xff\xfd\xdf\xce\xe3\x64\xc4\x83\x38\xec\xf7\xe2\x87\xe2\xf2\x72\xe7\x7d\xbf\xab\x78\xa5\xf4\xa5\x03\x46\x2a\x62\xb6\x21\xf9\xd2\x82\x23\x0d\xcf\x49\xdf\xca\x9e\x55\xea\xaf\xd4\xad\x4b\x3f\xda\x59\xfa\x01\xc5\x2f\x13\x72\xba\xab\x3c\x3b\x7e\x40\xf9\xcb\x84\x9c\xed\xac\xe0\xe4\x21\x15\x5c\x26\xe4\xf1\xce\x1a\x1e\x3d\xa8\x86\xcb\x84\x3c\xd9\x59\xc5\xe9\x8e\x2a\xcc\x39\xa8\x29\xca\xb8\xd3\x10\x45\xf7\x4f\xcd\x3e\xbc\xd4\x07\x14\x2e\x73\x08\x99\xe0\xad\x0f\x9a\xb0\x3e\xb4\x5c\x50\xb3\xb0\x03\xee\xc8\x63\xe7\xf4\xc9\x80\x8b\x0e\x4d\x2e\x13\xfc\x9c\x21\x2e\x34\x08\x16\xb9\x45\x14\xee\x42\xfc\xd1\x5c\x88\x7a\xee\x51\xd2\xeb\x26\x1d\xb0\xba\x27\x24\x82\x4a\x77\xd4\xf8\x0b\xd4\x28\x44\x54\x63\x26\xb6\xed\xfb\x80\x61\x31\x6b\x57\x2c\xb2\x46\xb3\x2b\xe7\x33\x61\x6e\x7e\xc5\x26\xad\x9f\x79\xf1\x91\xc9\x32\x9b\xb7\xde\x14\x0b\x06\x15\x48\x77\xea\x63\xcd\xa3\xbd\x3e\x5c\x3d\xbf\x5b\xc0\xfe\x77\xc1\x59\x40\x05\x7e\x8f\xa3\x0d\x26\x00\xe7\x37\x17\xf4\x53\x10\xda\x0c\x63\x98\x8b\x08\xab\xf9\x91\xc3\xa4\xc4\x04\x9e\x55\xd4\xf3\x5d\x46\xba\x82\x50\x62\x4c\xcd\x9b\xc6\x35\xb3\x4d\x2e\xf4\xfd\x4e\x9f\x4b\x92\x0b\xaf\x0a\x42\xff\x61\x82\xfa\xc1\xa0\xdf\xc2\xf7\xa4\x98\x4e\xe9\x77\xf0\x09\x32\xec\xf4\xba\xd0\xdf\x86\x91\x46\x95\x09\x48\xb1\xa0\xdc\x7f\xbe\x14\x37\x54\x42\x48\x09\x5a\xd8\x0f\x1d\x29\xe0\xfb\x9a\x29\xba\x64\xfa\xcb\x02\xf4\x4f\x15\x7d\x03\x29\x56\xc0\x9d\x7e\x2f\x4d\xc8\x88\xac\xd3\xbf\xfb\xa0\xba\x61\x8c\xd3\x9f\x6d\xf8\x32\x5b\x30\xfa\x6b\x14\x78\x25\x4d\xf9\x2f\x2a\x71\xb6\x96\x1f\x6d\xa4\xd1\xcb\xfd\x00\x0d\xce\x33\x7e\x4d\x4b\xf3\x69\x44\xda\xb2\x28\xa0\x71\x76\x9a\x43\xc4\x22\xfb\x44\xff\xc6\xe1\xab\xe0\xf4\x3b\xf8\xd2\xb3\x5c\xf0\xeb\x6f\xe7\xd9\x75\x49\x5f\x41\xb6\x92\x29\xba\x80\xa1\xd9\xb7\x96\x7e\x34\xf1\x56\x01\x90\xbe\x96\x66\x36\xc0\xc2\x00\xbd\xb1\x73\x63\x2d\x1a\x7e\xb2\x41\xfd\xf6\xd3\x0b\x1b\xf0\xbc\x54\xfa\xd6\x0c\x80\x97\x4b\x9d\x99\x15\xa4\xd1\x82\xf7\xe5\xed\xe2\x4a\xcc\x9d\x9f\x0e\x13\xd2\xab\xd5\x6e\xa3\x5c\x8c\x42\x18\x25\x5c\x4c\xd8\x6f\x65\x77\xa5\x8a\xb9\xab\xb5\x9b\xaf\x4a\x25\x16\x09\x1e\x6f\x5b\x23\x4b\x8c\xf5\xc5\x73\x2b\x62\x6b\xe5\x3e\x71\x27\xf9\x2a\xd9\x60\xd3\xd7\xbf\x5e\xbe\x7a\x49\x9f\xda\x8e\xdb\x5e\xff\x15\x7a\xbd\xe2\xc5\x27\x7a\x05\x29\x96\xda\x4d\x6f\x21\x64\x7c\xfd\x09\x0e\x73\x7d\x09\x51\x16\x65\xa6\xdf\x84\x90\xc6\x93\xe9\x4b\x17\xd6\xa7\x8b\xfe\xe0\x42\x00\x03\x3c\x87\x90\x86\x6b\xe8\x47\x65\xd6\xf9\x07\x96\x2d\x21\xed\x1a\x22\x1c\xf4\x4f\xbf\xb7\x5b\xcd\xc3\xfe\xf4\xef\x10\x63\x81\x58\x1a\x3e\x4b\xfa\x57\xb3\xf8\x1a\xee\xa3\x2b\xa8\x66\x92\xdd\x96\x2f\x38\x40\x82\x74\xea\x2b\xa6\xf6\xb7\xa4\xef\x55\x54\x3b\x0d\x9f\x25\xfd\xdd\xe7\x2e\x5f\x70\x68\xf7\x8b\x22\x8a\xf1\xbd\xf9\x31\xee\x9f\xcb\xfa\x73\x2d\xf2\xc5\xe5\x2b\x5f\xe0\xd7\xc2\x74\x4c\x31\xfa\xd6\x7e\xde\x52\xdb\x55\xfa\xbd\x6f\x55\xc7\xfe\x3d\xee\x9d\x8e\xf8\xd9\x0d\xca\xc2\x52\x4c\xe8\xf0\x4c\xac\x60\x1e\x40\x82\x80\x4a\xb7\xef\x57\x8a\x51\xff\x55\x52\x25\xcc\x96\xd7\xd7\x20\xf5\x5f\x25\x2d\x84\xc9\xef\xef\x48\x9a\xd7\xac\x1d\x48\xc8\xe1\xa5\x57\xe8\x42\xda\x30\xbd\x96\xfe\xf8\xd1\x5b\xe9\x4e\x19\xdc\x65\xf4\x0a\xc2\xb3\xac\x7c\x3a\x2f\xae\x39\x9b\x7c\x2f\x56\xd2\x56\x70\x61\xcf\xf6\xf3\xcb\x37\xf4\xc6\x7e\x83\x3c\x37\x7d\x6a\x43\x3f\xfb\xc6\x3e\x84\x18\xfa\xca\x7d\xbf\x79\x66\xbf\xdd\xed\x4d\x33\xe1\x82\xb0\x19\x4b\xe1\x26\xb9\xa4\xaf\x0c\x02\x52\xb6\xb2\x3c\x67\x65\x29\x64\x5d\x24\xf5\xe7\x92\x19\x2b\x9b\xce\x22\x63\x42\xde\x16\xd8\x6f\xa5\xd2\x48\xb5\xea\xaf\x7b\xab\x80\x2c\xae\x8e\x84\xac\x14\x76\x9b\x1c\x6a\x80\x8f\x7b\x2b\xd0\x39\x42\xf9\x8f\xa6\xbc\x1e\x52\x45\xac\x56\x47\xec\xb6\x2c\x89\x22\x8b\x2e\x7f\xd4\xc2\xa4\xae\xf9\x30\x21\x1f\x25\xf6\xcb\xe3\x6c\xa8\xbc\xd2\xe8\x77\x08\xd7\x7b\xff\x07\x9c\x7d\x96\xea\xa0\x34\x95\xd4\x94\xd7\xf5\xfd\x54\x08\x9e\x90\x4f\xd2\xbc\xb9\x33\x41\x5f\x36\xbd\xb9\x4b\x51\x27\x4f\x81\x29\x3b\x41\x97\x1a\x69\x62\x0a\x3c\x64\x3a\x1c\xa9\x18\xf1\x31\xd8\x90\x8f\xc4\x5f\x45\xe4\xb8\x66\x85\xac\x43\x3f\x16\xd4\x43\x09\xa3\x6c\xbd\x4e\x12\xe7\x1f\xc0\xb1\x26\x7d\xc3\x56\x4e\xce\x74\x53\x02\xef\x25\xb2\x3f\xd7\x3f\x02\x03\x74\xc5\x48\x8e\x29\x14\x91\x71\x11\xd7\xaf\x48\x82\x36\x1a\x4f\x72\x25\xc4\x9c\x65\x3c\xd6\x2d\x1f\x22\xa3\x90\x8c\x78\xc5\x5e\xaf\xa2\xc6\x12\x5b\xaa\xe3\xa1\xfb\x7b\x7d\x72\x6f\xce\x81\x33\x1d\x06\xf3\x95\x51\x36\x14\x81\x43\x90\xf6\x48\x69\x5d\x99\x98\x61\xf3\x68\xd8\x8a\x20\xde\xc9\xf0\x97\x67\x44\x1a\x35\xf1\xd8\xbe\xf8\x19\xd8\x17\x2f\x47\x05\x0c\x57\x11\x54\xd4\xb2\x3a\x56\x5e\x24\x4f\x29\x2a\xe8\xbd\x5d\x11\xaf\x46\x14\x09\x9b\xdd\x97\x11\x1c\x5a\xc7\xb9\xaf\x44\x4d\xb0\xd9\x4f\x6d\xe2\x9c\x60\xc7\xd9\x2f\x3e\x9f\x7d\xab\x89\x9b\xcf\x97\xb9\x28\x78\x82\x37\xb3\x08\x4c\x7b\x4e\x66\xfa\x96\x8c\x7d\x82\xd3\x9f\x75\x5c\xa4\x1f\x40\xbf\xd0\x11\x96\x90\x41\xff\xa6\x03\xce\x48\x36\x9d\x0a\x08\x7a\xf5\x0d\x1b\x11\xfb\x08\xa7\x6f\x21\x4b\x56\xaa\x6f\x57\x6a\x25\x19\x65\x4c\x47\xe8\x1b\xf4\x99\xfe\x60\x32\x2b\xe9\xfb\xc2\x7d\x02\x3d\x84\xfe\xee\xc3\x91\xb5\x7d\xfa\xcc\xc7\x06\x0e\xd9\xbf\x7c\x5c\x60\xb7\xbd\x8e\xe2\x02\x43\xec\x27\x88\xb5\x17\xa7\x50\x21\x00\x53\x49\xb3\x28\xc6\x74\x22\x8f\x62\x4c\x15\x93\x7a\x29\x13\x3d\x83\x68\x78\xbf\x3f\xc0\xe7\xb4\x90\xa0\x91\x6e\x1f\xc3\xcb\x5a\x24\x3c\xe9\x6f\x7c\x21\x78\x5f\x7f\xa9\x04\x2f\x0a\x4e\x5f\x54\x62\x4c\x27\x7f\xab\xc4\x99\x6e\x7e\x5b\x89\x33\x3d\xfa\x75\xbb\xac\x49\xf8\xa2\xde\x8c\x89\xfe\x11\xa2\x8b\xf2\xf5\x05\x55\x1c\xc6\xe8\x5c\x2a\x08\x4e\x16\x46\xf0\x8c\xdc\xe9\x19\x4d\x47\x77\x20\x07\x90\x26\xbd\x5e\xaf\x7f\x00\x7f\x09\x01\x61\x82\xb4\x7f\xd8\x23\x46\x1c\x20\xed\x13\xf0\x22\x9c\x3c\xe5\x5c\xb4\x9e\x8b\x45\xc1\x8b\x84\x18\xc6\x6a\x9a\x3c\x7d\x9e\x10\xd0\x0b\xd1\x5f\x1b\x12\x55\xd8\x3b\xe8\x1f\x1d\x1c\xfb\x0a\x0f\x1a\x6a\x34\x50\x78\xeb\xd9\x4c\x16\xa5\x0a\x75\x7e\xfd\xcc\xd5\xf9\xf5\xb3\x64\x33\xde\xe5\xbf\xfe\xd0\xba\x2e\x44\x6a\xb6\x2e\xd5\x9a\x4f\xd6\x72\x82\x0f\xbd\xdf\xfb\x58\x21\xc3\xda\x67\xff\xb2\xdf\xf3\xe6\x64\x3a\x60\x62\x78\xc5\x90\x8e\xed\x1d\xf6\x7b\x78\x98\xa8\x59\x92\x82\xe1\xe1\x61\x52\xaa\x24\x35\x1e\x82\x12\x3e\x49\xd2\x63\xf3\x29\x27\x49\xaa\x73\xe1\xcd\x06\x13\x69\x50\x05\xff\x6c\x42\xb0\xf9\xcd\x36\xc9\xc6\x67\x75\x78\xff\x17\xdc\x55\x02\x90\x6e\xb5\x22\x1d\xf5\xd9\xca\x4c\x26\x5f\xe1\x2d\x37\xd7\xef\xa7\x60\xc9\x34\xbc\x68\x4f\x45\x95\x07\x09\x06\x5b\x2b\xac\xb9\xaa\x6d\xd8\x4f\x02\x6d\xc7\xe2\xd8\x2e\xac\xcf\x61\xac\xb6\xd8\xdc\xe6\x50\x86\xd2\xd6\x8a\x4e\x55\x78\x54\xa7\x57\x63\x82\x34\xac\x4d\x8c\xe2\x1d\x74\x69\x0b\x41\xc0\x49\xd4\xda\x58\xf8\xf4\x82\xb7\x2e\xab\x6f\xdb\x00\x48\x10\x09\x9f\x75\xc6\xe1\x87\xad\xe7\xfe\xbd\x71\xca\x11\x39\x30\x88\x7b\xdb\xa1\x72\xbf\xa8\xd9\xb0\xb1\x46\xbf\x6c\x12\xd8\xff\xf2\xd6\xbf\x5c\x7e\x63\xf0\x88\x35\x59\xc3\x7d\x55\x7d\x85\x3e\x88\xc0\x8d\x8d\x3d\xe2\xbd\xd9\x9d\xed\x20\xce\x77\x29\x6a\x66\x73\x23\x49\x68\x67\x30\x17\x98\xa2\x31\xd4\xf2\x5e\x54\xa5\xbb\x82\xf4\x53\xdd\x5c\x4f\x58\x78\x52\xd2\x78\xa5\x9d\x94\x66\x65\x7b\x89\xaf\x68\xaf\xdd\xce\xe0\x7f\xf9\x15\xed\xad\xd7\xe2\x1c\x62\xe0\x7f\x79\xae\x63\x90\xe8\x50\x20\x3e\xef\x5f\x0a\xf4\x4c\xa0\x12\x77\x32\xb0\xba\x4b\x4a\xda\xc3\x24\xaf\xee\x1f\xf1\x65\x9f\x1d\x13\x46\xe7\x0c\x09\x10\xe5\x26\xb9\xdf\x3e\x60\xea\x56\xe9\x24\x63\x03\x37\x0f\xe8\x89\x4e\xe1\x3a\x45\xd9\x14\xb3\x85\xf8\x97\x47\x27\x24\xeb\xe8\x04\x7e\x78\x74\x82\x49\xd9\xa1\x85\x0e\xfd\x2e\x50\x86\x31\xc9\x0e\xa8\xe9\x54\x01\x4a\xcf\x73\x86\xca\xc3\xfe\x11\x26\xe5\x97\xb4\x7f\x44\x72\x83\x56\x65\xba\x21\xb3\xfb\x4a\x92\xdb\x2d\x27\x6b\x1b\xed\xf7\x78\x59\x4e\x1e\xf7\x7a\xfb\xec\xb0\x7f\x72\xda\x7b\x72\x16\x49\x67\xc6\x79\x4c\xe2\x3e\x3b\xd4\x99\x23\x79\x4a\x71\xbf\x62\xf2\xcb\xec\xe5\x20\xd8\x8d\xd9\x5e\x42\x0d\x82\x59\x70\xb1\xa6\x60\xe2\x18\x37\x46\xb9\xc4\xf0\x05\x40\xe6\xd4\x89\xbb\x46\x6b\xdf\x91\x86\x5f\x40\x78\x65\x0f\x74\x7e\x17\x48\x61\xaf\x61\x62\x15\x3e\x1c\x43\xa1\xa6\x4c\xe2\xa2\x0f\x8f\x07\x91\x3e\x8a\x8f\xed\x1f\x19\x01\xd7\xa6\xd6\x23\x8e\xc7\xb3\xda\x7d\x13\x5a\x37\x8a\x23\xee\x9e\x3b\x3c\xeb\x48\xa7\x4d\x1f\x34\x36\x5c\xaa\x1b\x4f\xac\x83\x61\xd3\x8e\x4e\xf6\x75\x32\xa8\xf3\x57\xf4\x28\xfc\x3a\x9d\xf4\x20\xc7\x29\x3b\xa9\x2a\x4c\xd8\x0c\x8f\x4f\x4f\x7a\x26\x47\x9f\x1d\xbb\x2a\x02\x79\x35\xdd\x56\x58\x30\xa7\x41\xe1\x8e\xf4\x2a\xff\x6a\x26\xc5\x0d\x28\x28\x7c\x23\xa5\x90\x28\xf9\x99\x7f\xe0\xe2\x86\xb7\x56\xbc\x50\xad\xa4\x53\xf1\xf7\xf2\xb2\x4e\xd1\xac\x09\xe5\x57\x6f\x34\xdb\x5a\x98\xdd\x78\x3e\xbf\xec\x1f\xed\x1f\x3d\x7a\x72\xc4\x4e\x3b\xc7\xfd\x47\xc7\xa7\xec\x74\x7f\xc5\x2a\x33\xae\xcf\x43\xfa\x32\x7b\x19\x89\x8a\xc6\xdb\x78\x07\x8f\x38\x2b\xc1\x45\x0d\x58\xca\x12\xf4\x07\x81\x0c\xed\xf9\xb5\xf9\xd6\x9f\xff\xb2\xd1\x09\x26\x3f\x99\xcf\x59\x82\xc9\xd7\xe6\x73\x92\x60\xf2\x8b\xf9\x04\x99\x09\xf3\x79\x91\x60\xf2\xc2\x7c\xfe\x98\x60\xf2\x0f\xf3\x79\x1b\x5b\xda\xfa\x56\x54\x6c\xba\xd7\x94\x0e\xbe\xaf\xdc\x9d\xe6\x68\x90\x86\x19\x1c\xb1\x4e\x52\x26\x63\x54\x1b\xf8\xdf\x1f\x30\xf0\xfa\x52\xe8\xdb\x72\xc4\xc6\x50\x11\x4c\xc7\xcf\x82\xfe\x5d\xa0\xaa\x41\x2b\x4c\x7e\x35\xb1\x21\xe2\x0b\x97\xcd\xf0\x9c\x30\xf9\xd1\x44\x18\x4b\x5a\x98\x7c\x67\x82\x06\x2b\x21\x7f\xb3\xb9\x2d\x0a\x44\xfe\x6a\xc2\xc6\x84\x57\x34\x3d\x6f\xa3\xe9\x71\xfa\xc8\xba\x0a\x84\x0f\xcf\x8c\x6f\x02\x96\x45\xfc\x46\xa2\x32\x7a\x57\x96\xe9\xc9\x09\x29\xd3\x93\x47\x64\xa1\xff\xcd\xd2\xa3\x23\x32\x49\x8f\x4e\xc9\x0d\x28\x7c\x90\x8b\xb4\xdf\x8f\xdc\x30\xf3\x2c\x96\x28\x72\x18\x6b\x05\xdf\x40\x6a\xbd\xee\x93\xbd\x3d\x4e\x18\x89\x35\xd9\x65\xd6\xf0\x5a\x33\x0c\x16\xa2\x35\x8e\xce\x32\x54\xe8\xad\xa5\x37\x10\xe0\xa0\x2e\x0c\x26\x81\xcb\x10\x9e\xe9\x70\x1e\xc2\x13\x1d\x9e\x87\xf0\x85\x0e\xaf\x42\xf8\x46\x87\xa7\x21\x7c\xab\xc3\x33\x2a\xce\x29\xef\x96\x65\xbb\x0d\x4c\x39\x31\xd6\xcf\x1b\xef\x9a\xb0\x8d\xc8\xce\x69\x5f\x87\x17\x09\x04\x78\x77\x01\xa1\x45\x42\xb2\xf1\x7a\x5d\xda\xd4\x59\x02\x01\xde\x9d\x41\x68\x96\x90\x72\xbc\x5e\xe7\x36\x75\x92\x40\x80\x77\x27\x10\x9a\x24\x24\x1f\xc7\x6c\xda\x3d\xca\xbb\x37\xed\x36\x9a\xd1\xd9\x7a\xbd\xb2\x85\x6e\x74\xa1\xd5\x39\xa4\x8c\x92\x9b\x9b\x84\xac\xc6\x98\x98\x3c\x73\x9b\xe7\x42\xe7\x99\x9f\xf3\xee\x05\x84\x2e\x12\x32\x1f\xaf\xd7\x53\x9b\x7a\xab\x53\x8d\xa8\xd1\x74\x8c\x47\x47\x63\xaa\xc8\x6c\x74\x3c\xa6\x1d\xf6\x55\x8f\xcc\x46\x27\x63\x2a\x09\xcf\x62\xbe\xc3\x2c\x56\x96\xcf\x9a\x55\xa2\x59\x96\x26\x2e\x53\x4c\x89\x68\xb7\x11\xcb\x28\x03\x83\xc8\x81\x31\x94\x55\xa0\x1e\x53\xcd\x1e\xa5\x70\x68\xda\x6d\x14\x69\x29\x98\x73\x84\xe0\x87\x2a\x92\x94\xf0\x7a\xb5\xdb\x48\x65\xdd\xb2\xa4\xea\xa0\x8f\x75\xdd\xb1\x0e\x7c\xe6\x8d\xa4\xdc\xa3\x4b\x79\x8f\xd2\xfd\x20\x58\xae\x07\x9b\x6c\x1e\xf0\xd9\xb6\x5a\xca\x3c\x1d\x68\xaf\x8f\x49\x13\x25\xc6\xc8\x08\x61\xb2\x5d\x56\x81\xa6\x8f\x61\x0c\x74\xb3\xb2\x2c\xae\x39\xba\xdb\x10\x95\x11\x15\xdc\x4c\x96\xce\x4b\xaa\x82\x1d\x89\x04\x0c\xba\x5b\x1e\xf4\x01\x74\x91\x99\x55\xb9\x2b\x88\x70\xaf\x76\x3c\x30\xb0\x78\x88\x24\xe5\x11\x9a\x8f\x3a\x46\x8c\xd0\x08\xee\x06\xfb\x0e\xd2\x5c\x05\x65\xd6\x80\x6d\xe4\xd1\xaa\x23\xf6\x55\x0f\x1f\x20\x76\xde\xc3\xeb\x75\x27\x12\x33\x9e\x67\xf7\x99\xf2\x78\xd0\xac\x47\x80\xaa\xd5\x11\x2a\xb3\x26\xbc\x45\x3f\xba\x64\x1e\x12\x0d\xca\xb2\x8a\x72\x5b\x5c\x61\x4a\xed\xc3\x74\xe9\xd4\xdc\xdc\x11\x9b\x0e\x11\xc0\x9b\x39\x80\x8e\x31\x7c\xf9\x25\x3d\xed\x11\x06\xff\x01\xb8\x5c\x01\x70\xb8\x02\xe0\x50\xd2\x7c\x98\x77\x95\xf8\xb6\xf8\xc4\x26\xe8\x38\xf6\xb5\xdd\x1d\xf6\x3a\xc6\xd7\x76\x9a\x24\xa4\xa0\xd3\xf3\xde\x30\x39\x48\x74\x40\xd0\xbc\xd6\xb1\x3d\xaa\xa3\xa6\xd8\xe5\xc8\x42\x0e\x18\x4b\x3d\xbd\x8c\x6a\x88\x27\xa2\x9e\xaf\xe8\x24\xaf\x93\x0e\xe2\x43\xd1\xe1\x9d\xe4\x57\xf0\xb5\xd4\x41\xab\xa1\xe8\xac\x3a\xc9\x85\x0d\xce\x87\x59\x67\xde\x49\x9e\xdb\xa0\x5a\xaf\xd9\x7a\x9d\x0f\x93\x37\x2e\x62\x58\x76\x54\x27\xf9\xde\x06\xd9\xb0\xec\xb0\x50\x3a\x1f\x96\x1d\xd9\x49\x2e\x8d\x1f\xa7\x34\x79\xdd\x7b\x9e\xc0\xce\x59\x65\x15\xf3\x99\x6e\xa2\x57\x99\x67\xc9\x15\x92\xac\x32\xbd\xb3\xe8\x53\x01\x5f\x93\x09\x7d\x05\x5f\x9e\x7d\xf6\xc6\x24\x94\xf4\x1b\xfb\x11\x73\x62\xe9\x73\x1b\x69\x57\x93\xbe\xf6\x99\x0c\x46\xf0\x2f\x1b\xfe\x1e\xf0\x80\x9f\x6c\xe8\xb9\x86\xe7\xbf\xb6\x01\xc3\xaa\xf9\xc5\x15\x34\x10\xfe\x6f\x36\xf8\xa3\x63\x0b\xbd\xb0\x11\xbf\x02\xd8\xff\x0f\x08\x39\xb6\xd6\x4b\x08\x59\x9c\x8f\xbe\x87\x90\xe5\xa7\xc2\xf7\x35\x53\xf4\x7b\xf8\xaa\xe0\x38\x3f\x9b\x81\xda\xd0\xaf\x36\x83\xe9\xf7\x17\x10\x32\xd8\xcb\x8f\xf0\x0d\x38\xc8\x77\xf0\x69\xd8\x4e\x6f\x4d\x01\xd3\xdf\xbf\x41\xc0\xe0\x24\x7f\x35\x65\xad\x55\x11\x9a\x65\x3a\x18\x73\x15\xe7\x36\xa6\x16\x04\x56\x9e\x09\x04\xce\xa8\x0f\x38\xce\xa8\xa9\xab\x74\x85\x5f\xa1\x24\x0a\x6e\x9b\xea\x88\x8c\xd8\x56\x94\x44\x1d\x59\xa3\x85\xb8\x50\x45\xce\xc0\x52\x47\x9e\x2d\x0b\x95\xcd\x4b\x9c\x90\x79\x86\xa1\x6d\xcb\xad\xfd\x0d\x25\xff\xb0\x5c\xf5\x15\x2f\x3e\x19\x46\xfb\x27\x1b\x63\xd7\xc1\x0a\xb8\x7e\x0a\x32\x7c\xff\x48\xc8\x4b\x2b\x96\xf5\x8f\xa4\x59\xa4\x28\xf8\x26\xeb\xb3\xe3\xfd\xd8\x24\xb3\x71\x49\xf6\x8b\xa9\xf1\x33\x65\x41\x1e\xc9\xba\x30\xb3\x5e\xd8\x68\x72\xd4\x3d\x7a\xd2\x3d\x4e\x48\x81\x7e\x04\x4a\xd0\x94\xd3\x5c\x10\x09\xec\xe4\xb7\x5c\x7f\x64\x9f\x28\x93\x04\xfc\x07\x52\xa5\x3f\x56\x2a\xa7\x4b\xfd\xcb\x8b\x4f\x74\x0e\x99\xcd\xfa\x5e\xeb\xef\xa2\x04\x22\xef\x94\x48\xb7\x40\x0b\x5d\x8d\x33\x49\x7b\x4b\x64\x77\x62\xad\x9b\xd0\xf7\x12\x0a\x18\x06\x2e\x7d\x4a\x64\xa0\x5f\x5e\xe9\xba\x02\x8f\x6d\x25\x7c\x7d\xb0\xc6\xb7\xdc\x34\xe5\x6a\x2a\xa5\xef\x86\xa1\x6c\xde\x8a\xa8\xb6\x8b\x82\xd3\x1b\x61\xcc\xbc\x14\x9c\xfd\x60\xfa\xf5\x91\x7b\x45\x70\x1b\x73\xcd\x7d\x2b\x25\xbd\xe2\x51\x0d\xa6\xd2\x0b\x01\xf3\x20\x17\xd9\xbc\xf8\x9d\xfd\xcc\x0b\x55\x52\xc9\x88\xac\x00\x8c\x3f\x69\x68\x54\xef\xba\x22\xab\xa5\xbc\x99\x49\x56\xce\xc4\x7c\x42\x85\x4e\xaa\x1a\xd6\xa4\x2f\xf4\x10\xfc\x3d\x64\x56\xe1\xfb\x37\x17\x3f\x3c\x7a\xff\xed\xc5\x1b\x7a\xf7\xfc\xe9\x9b\x6f\xde\xbc\xb8\xf8\xe6\xfd\x0f\xaf\x9e\x3d\xfd\x21\xdd\xb2\x4f\x93\x90\x6a\x8e\xf7\x97\xdf\x3c\x7b\xf5\xf2\xf9\xe5\x76\xce\x54\xc3\x83\xb5\xcc\x17\xcd\xf9\x8c\x75\x27\x9d\x37\x4e\x4e\x88\x2e\x99\x26\xb6\x5d\xa8\xc6\xb7\x16\x9a\x80\xf8\x8b\x28\xca\xd4\xf6\xcb\x37\xdf\xfc\x2d\x05\xf1\xd1\x83\xd1\x2f\xe3\x5f\x7e\x49\xc8\xc5\xab\x97\x6f\xbe\xf7\x0d\x24\x1b\x22\x37\x08\x6f\x48\xff\xec\xe8\x51\x85\x82\x9a\xe8\x03\x6a\xc4\xb0\x13\x6b\x0c\xca\x02\x22\xd7\x4c\xbd\xba\xe1\xaf\xa5\x58\x32\xa9\x6e\x8d\x30\x41\x49\xb8\x4b\x0e\x46\xc8\x66\x59\x19\x65\x24\x72\x3b\xc7\xd2\xa6\xbd\x28\xbf\xe1\xab\x05\x93\xd9\xd5\x3c\x62\xc9\x15\xa8\xe2\x31\xa6\x62\xb3\x18\x07\xc4\xf8\xcd\xed\x92\x59\xe4\xb8\x02\x2a\xb5\xf2\x8c\x73\xa1\x5a\x57\xfa\x1a\x99\xcf\xd9\xa4\x75\x53\xa8\x19\x00\xce\x2d\x21\x5b\x41\x6e\xc2\x3f\xf8\xa6\x38\xb8\x00\xee\xb2\x4f\x4b\x21\x55\x19\x8b\x40\x28\x79\x0b\xc0\x4b\xa5\x95\xe0\x97\xcc\x90\x5a\x75\x8f\xec\x95\x96\x64\x57\x79\x82\x07\xe0\xca\xec\xd1\x98\x26\x13\x96\x90\xe4\x91\x86\xef\x1a\x67\xf2\x65\xb6\x60\x1a\x3b\x1e\xf5\xc6\x55\xbf\x68\x66\xf6\xef\x36\xc4\x38\x48\xeb\xf7\x06\xbc\xd3\xc1\x6a\x94\xbc\x4f\x3a\xa6\x29\x90\xb8\x79\x36\xcb\xe4\x33\x31\x61\x88\xe3\x31\x05\x7b\x22\x49\xaf\x7f\x74\x7c\xf2\xe8\xf4\xec\xf1\x93\x64\xef\xde\x56\x15\xee\x2e\xb2\x25\x6a\x32\x6a\xa4\x46\x6c\xbc\xc1\xd8\x6a\x20\x25\xb8\x3a\x60\x19\xec\xcc\xeb\xe1\x4e\xd8\xf4\x7a\x56\xfc\xf6\x61\xbe\xe0\x62\xf9\x2f\x59\xaa\xa4\x5b\x2e\xe7\x85\xd2\x05\xbb\x53\x21\xbf\xc9\xf2\x59\xad\x15\x0d\xb5\x83\x24\x7f\x73\xf9\x30\x5b\x1f\xd8\x6d\x89\xb6\x80\x61\x19\x75\x6d\x93\x83\x30\xad\xc7\x2e\xf7\xfa\x9b\x0d\xc2\xc3\x4a\x99\x68\x93\x13\x81\xef\xdc\xfc\x1a\x50\x52\xef\x38\x32\xa7\xfd\xc1\xfc\xbc\x6e\x43\x78\x30\xef\x74\x42\xf6\x15\x38\xf7\xb4\x3d\x8b\x2c\x04\xcf\xc7\x18\x73\xeb\xde\x8f\xac\xc0\x8d\xfb\x68\x35\xa6\xd9\x68\x35\x86\x8d\xa0\xf0\x5d\x49\x15\xca\xb0\x5f\x58\xf0\x6f\x7e\xee\x5b\x99\x76\x3a\x58\xba\x0a\xca\xd1\x74\x6c\xea\xd0\x5f\xba\x1a\xf8\xc5\x1b\xa7\x43\x9f\x6f\x36\xe4\xe8\xd1\x93\xa3\xcf\x9d\xdc\x86\x65\x65\x7b\x94\xb2\xcd\xa0\x61\xa3\xb3\x88\x0f\xd9\x33\xa8\x14\x38\xe8\x1d\xf6\x0f\x19\xa5\xb4\x7f\xc8\x53\xfd\xcb\xd7\xeb\x3d\xb4\xa7\x8c\x8f\x0b\x85\x38\xc6\x9b\x0d\x39\x3e\x79\x74\x92\xd6\x5f\xc6\xad\x0e\x49\xca\xd1\x93\xe3\x27\xa7\x60\x57\x1e\x3d\x39\x3b\x3a\xd2\x48\x3c\x47\x7a\x28\x1a\x7d\xe7\xe8\xf8\xf8\xd1\x23\x8d\xb8\x73\x74\xdc\xef\x3f\xc6\xb0\x34\x19\xc2\xc4\x4c\x38\x1e\x48\x94\x93\xbb\x6b\xa6\x5e\x8b\xf9\xed\xb4\x98\xcf\xd3\x8c\x14\x8b\xe5\x9c\xe9\x55\x80\x47\x2a\x15\xa4\x9c\x15\x8b\xb4\xdc\x60\x12\xc6\x98\x6f\x88\xae\xf9\x61\x3d\x84\xde\x34\x4d\x90\x17\x86\x6a\xc0\x66\xed\x5e\x2b\xca\xa1\xff\x4a\xa5\x9e\x98\x7e\xff\xf1\xc3\x9a\x35\x43\x2f\xdc\x14\x35\x77\xc0\xdc\x35\x32\xe0\x2a\x85\x3d\x19\xe4\xae\x28\x53\xb6\x81\x9f\x6d\x4a\x94\xef\x13\x2c\xbe\x9e\x9a\xcd\x86\xf4\x9f\x9c\x3c\x79\x40\xd7\x06\xd1\xd5\xa7\x8f\xa2\xa3\xc4\x7c\xee\xda\x17\xdb\x39\x1c\xa0\x09\x4b\x7d\x76\x7a\x0c\x4b\xfd\xa0\xc7\x81\xe4\x74\xaf\x34\xc7\xe3\xce\xd5\x62\xac\x8b\x90\xc4\x85\x13\x7d\x84\x6d\xa6\x58\x2e\x76\x83\x49\xe2\x6b\x4f\x34\x2e\x38\x0a\x65\x74\x71\x03\x98\xf8\x08\x07\x44\x92\xa4\x3a\x22\x50\x41\x79\xed\x2a\x82\x0c\x4d\x5d\x4d\x48\xe2\x5d\xfa\x0a\x99\x8c\xc9\x94\x36\x70\x28\xbb\x51\x9e\xc8\xa0\x7c\x34\x0f\x60\xa1\x9f\xcc\xe8\xdd\x17\xd9\x72\x39\x2f\x72\xd8\xde\xcf\xb2\x7c\xc6\xd2\xbd\x1e\xf9\x42\x97\x17\x73\xf3\xcd\x3e\x29\x26\x79\x36\x87\xc0\x54\x66\x0b\x16\xbe\xbe\x31\x87\x23\x44\x94\xf0\x59\x70\xce\xe4\xf7\xac\xb8\x9e\xa9\x10\xfe\xa5\x98\xa8\x19\x04\x05\x5f\x88\xdf\xa7\xab\xf9\xbc\xcc\x25\x63\xdc\xd8\xc1\x6b\x4a\x61\xfa\x01\x36\x09\x2b\x55\xa9\x11\xc2\xa1\xc6\x65\x76\xcd\xfe\x61\x24\x89\x7c\xf8\xd7\x4a\x58\xba\x6e\x96\xb9\x14\xf3\xf9\x0f\x6c\x1a\x07\xdf\x88\x65\x14\xfa\x47\xf4\xfd\xab\xf9\x66\xf3\x29\x7c\xdc\xb0\xab\x0f\x85\x7a\xc1\x27\xec\x13\x9b\x3c\xff\x3a\x8a\xbb\x54\x42\x66\xd7\xec\x05\x9f\x0a\x13\x5b\xf0\x89\xb8\x49\xf7\x7a\x1b\x32\x89\x0f\x99\x7e\x41\x03\x94\x10\xce\xb8\xc9\xbf\xfd\x46\x33\xfd\x28\xd8\x44\x07\x2b\xcc\x46\xc9\x17\x49\x87\x8d\xdb\x6d\xab\x71\x69\xd2\x09\xc3\x4e\x3a\x93\x9a\x18\x20\x6b\x6d\x93\x80\x7c\x22\xd4\x38\x45\x21\x6c\x1f\xbb\xe0\x60\xa0\xb7\x69\x88\xf2\x0f\xa1\xbe\x2a\x1a\x36\xa0\xed\x03\x6b\x6a\x1b\x1c\x4c\x8e\x4c\x74\xeb\x5b\x5b\x74\xac\x33\x08\x33\x16\x86\xad\x8b\x02\x52\x52\xd5\x6e\xfb\xbc\xe6\x08\xd5\x72\xce\xac\x1c\xd0\x9e\x32\xee\xfc\xf6\xe4\xbd\x30\x9c\xbe\x62\x1c\xdc\x26\x78\x2b\x6b\x71\xc1\x0f\x6c\x17\x0d\x25\x68\x49\xe7\xed\x36\xc0\x39\x65\xbb\xed\x94\x9e\xbf\xea\xb5\xdb\x7b\x76\xaa\x19\xe9\x61\xec\x16\x67\x41\x7b\x83\xc5\x39\x0b\xee\x81\x17\x78\x66\x54\xc7\x2d\xb4\xb6\xc0\xf0\x42\xcb\xb8\x2e\x5f\xfa\x23\xed\x0d\x3e\xc6\xa5\x3f\xd6\x4a\x7f\xc4\xd6\x69\x9c\x2b\x71\x6d\x3c\xe3\x2e\xdb\xed\xe8\xd2\xa1\x94\x5e\xaf\xd7\xa1\x7f\xd7\x78\xbd\xae\xd6\x73\x6d\x7a\x91\xfb\x96\x6f\x2b\x8b\x76\xff\x96\x5c\xaf\xf7\x26\x8e\x96\x36\x45\x0c\x0f\xf4\x9e\x89\xc2\x5b\xfb\x43\xc3\x47\x0c\x93\x2b\xda\x1b\x5c\x9d\xaf\xc2\xe8\xae\xf0\x6d\xbb\x5d\xb9\xbe\x28\xa5\xab\xd1\xd5\x38\xee\xbc\x0e\x87\xfe\x43\xc8\xdd\x60\xb3\x4d\x04\x41\xcb\x0d\x39\x79\x5c\x81\x51\x76\xbe\x7e\x20\x11\x1d\x3d\x01\xe0\x2d\x19\xde\x42\xf3\x4a\x88\x18\x16\x24\x19\x15\xc3\x06\xc8\x46\xe8\x91\xa6\x1c\xe9\x77\x2d\x7a\x58\x74\x91\x41\xd6\xd5\x50\x41\xed\x90\x6f\x3d\x6a\x6c\xfb\xa9\x8d\x61\xd0\x6d\x4f\xd8\x2c\x6c\x9a\x06\xf7\x13\x1b\xd4\x27\x1a\x92\x58\xaf\xe3\xa6\x9a\x80\x32\x0d\x7f\x0e\x4b\x24\xdd\xa1\xc1\x29\xb0\xcb\xb0\xe1\x88\xc6\x85\xb3\x2a\xce\x02\x91\xeb\x75\xb6\x89\x80\x9d\x6c\x43\xf4\xac\x3d\x10\xab\xdb\x7e\x9d\x1b\x61\x43\x67\x42\x48\x45\x37\x80\x3f\xf7\x4f\xdd\xc0\xe1\xe8\x7b\x4f\x4e\x12\xdc\xfe\x47\xb9\x64\x76\x3b\xd6\x08\x09\xf7\x77\x60\xf3\xfd\xd3\x6e\x27\xc6\xb1\x51\x1c\xe9\x7d\x7a\xf8\x63\x4a\x7b\xd1\xdd\x53\xb9\xa7\x5c\x2f\xe1\x87\x31\x8c\x89\x86\xc5\x4e\x4f\x4e\xaa\x20\x60\xe4\xf9\x6d\x00\x76\x2f\x82\x21\xc6\x82\x36\x40\x79\x88\x37\xf8\xe9\x8e\xe7\xc8\xa3\xb0\x2a\xf2\xef\xd3\x72\x1c\xf6\x77\xca\x7f\x71\xff\x35\xf5\x5f\x86\xfb\x1e\x59\x52\x46\x91\x0f\x04\x65\x3d\xb4\x59\x9d\xcf\xf8\xe2\xf2\x26\xca\xa9\x1c\xf5\xc6\x64\xd1\xa1\xdc\xb9\x3c\xe6\x1b\x77\x9d\xc4\x84\x73\xef\x11\x79\x4e\x0f\xff\x39\x6a\xbd\x53\xef\xf8\x3b\xf9\x6e\xd5\xeb\xf5\xf2\x71\xe7\x90\xac\x74\x2c\xd9\x8a\x9e\xea\xe8\x7f\x6e\x45\xcf\xe8\xe1\x88\x8c\x3b\x5f\x1c\x92\x09\x3d\xfc\xe7\xbb\x89\xfe\x5a\xd2\xc3\x7f\x1e\x0c\xd1\x30\x1d\xf5\x0e\x9e\x8c\x3b\x6b\xf8\xd9\x7f\xd7\x35\x41\xac\x13\xd8\x37\xe3\x51\xe7\xc0\x38\xe7\x1b\x77\xc0\x7f\xe0\x82\xf6\xc8\x47\xfd\x58\x0c\x0c\xf6\x8f\x56\x98\x2c\xbe\xa2\xb9\x1b\xdf\xc7\x81\x06\x93\xa7\xd8\x58\x27\x49\x08\xf8\x97\x30\x57\x05\x3a\xe8\xe3\x21\x92\x54\x7a\xa2\xfb\x0c\x1c\x1d\xdf\x22\x8c\xd3\xeb\x8a\xbb\x52\x64\x90\x39\x8e\xe6\x18\x0c\x81\x93\x8c\x26\x05\x6f\x4d\x58\x99\xcb\x62\xa9\xaf\x3c\xdb\x7e\xa9\x81\xb4\x59\x26\x9f\x2a\xb4\xc0\xa4\x96\x47\x9f\x76\xac\xf1\x3a\x54\x62\x2c\xda\x6d\x64\x4d\x9a\x88\x50\x69\x36\x55\x4c\xc6\x65\xcc\x43\x01\x57\x39\xf4\xbd\x74\x03\x5b\x74\x68\x9f\x08\x0d\x29\xb8\x3a\x60\x1f\xde\x22\x58\x5f\xe3\x86\xa3\xc4\xa2\x43\x4b\xdb\x59\x80\x95\xca\x24\xd4\x57\xa9\xae\xb9\x26\x5d\x7c\xe3\x4d\x88\x45\xb5\xb8\xa1\x18\x87\x1d\x95\x76\xe2\x49\x69\x6e\x6b\x57\x43\xbe\x9d\xad\x59\xa8\xcc\xdc\x8e\x5a\x7d\x5d\x5b\xdd\x20\x8b\x03\xda\xdf\xe8\x09\x8b\xc4\x1f\x6e\x51\x70\x9d\x64\xf7\x38\x99\x93\x15\x99\x92\x19\xdd\xeb\x93\x05\xbd\xdb\x00\xac\x96\xd1\xde\x20\x3b\x77\xbe\xa3\x07\x59\xa7\x83\x73\x8a\x4a\x5a\x8c\xb2\x31\x1e\x95\xc1\xa7\x34\xe0\x11\xe1\xa0\xf5\x48\x48\xd3\xe8\x83\xd7\xb0\x9f\x93\x7e\x0f\x93\x29\x8d\x88\xc5\x73\x4c\x26\x5d\xc5\x4a\xfd\xd5\x6e\x27\x37\x7a\x5c\xf9\x10\x21\xb5\x5e\x73\x0c\x2c\xdb\xbd\x1e\x26\xfa\x8a\x59\x0d\xf5\x77\xaa\xe8\x0a\xa7\xcb\xa8\xc8\xa7\xb8\xc8\x7a\x2d\x42\xa9\xe9\x79\xcf\x94\xe1\x74\x8a\xd3\xb8\x99\x99\x2b\x23\x76\x35\x23\x74\x33\xfa\x6b\x30\x1b\x5a\xd4\xa1\xdd\xb6\x1f\xdd\xb9\xb8\xae\x04\x50\xf2\xc2\x50\x92\x5b\xa5\xcc\x4b\xa6\xa2\x15\x68\x4d\xc5\x8a\x4f\x34\x8c\xf3\x97\xa4\xc3\x3a\xc9\x5f\x5a\x99\xd2\x9f\x65\x27\xf9\x4b\x37\xc1\x29\x5a\x74\x57\x72\x4e\x25\x51\xed\x36\x5a\x74\x6f\xa8\xc2\x84\xc3\xe7\x84\x1a\x4f\x6c\x68\xd1\x9d\x51\xbd\x61\xcc\xd6\x59\x60\xbc\xd9\x6c\xf0\xd0\xa9\xb3\x29\x22\x71\xca\xf1\x7a\x8d\xc2\x33\x54\xe0\x0d\x79\x7c\xf6\xf8\xac\x41\xd4\xd3\x22\x94\x0d\x17\xf3\x5d\x51\x3e\x13\x73\x21\x2f\x57\x4b\x5d\x0b\x9b\xa4\x7b\x7d\x22\x99\xc6\x37\x14\xb9\x12\xf3\x49\xaa\xc8\xa4\x58\xa4\x8a\x14\x2a\x9b\x17\x79\xaa\x88\x86\xb0\xe4\xbc\xe0\x4c\x47\xf2\x8f\x0c\xf4\xbf\xc9\xac\x98\x4c\x18\x4f\x15\x98\x82\xfc\xc0\x34\xf0\xba\xba\x9e\xe9\x4a\xe6\x59\xfe\x21\x55\x44\x32\x5d\xd7\xb5\x46\x87\x52\x45\x6e\xd9\x7c\x2e\x6e\x20\x79\xa5\x8b\x2f\xb2\x6b\xc6\x55\x96\x2a\x92\xdf\x66\x3a\xc3\xcd\xac\x50\x0c\x0a\x64\xb7\x3a\xdb\xf5\xd7\xb6\x9e\xab\xeb\x9f\xa0\xa6\xab\xeb\xef\x6c\x5d\x57\xd7\xbf\xfa\xda\xae\xbf\x36\xf5\x5d\x5d\x5f\xf8\x1a\xaf\xae\x9f\x99\x3a\xaf\xae\x7f\x31\xb5\x6e\x62\xd2\x0e\xd8\x80\x77\x21\xa3\x6d\xc5\x60\x4e\x4a\xca\x37\xe4\xd1\x59\xef\x61\x94\x89\x93\x47\x67\x8f\xb0\xb3\xde\x0e\x50\xd9\xf1\x93\xfe\x71\x88\x11\x94\xa3\xd3\x47\x47\x51\x9e\x0c\xc8\x3b\x8f\x4e\x42\x8c\xee\xcc\xd1\x51\x2f\xca\x93\xeb\x3c\x8f\x4f\x8e\x42\xcc\x9c\x72\xd4\xef\x3f\x3a\xd5\x67\x2c\x5e\xe9\x12\x71\xe7\xb6\x44\xd1\x1c\xf1\x48\x7e\xc5\xef\x04\xef\x74\x51\x3a\x87\x58\x04\x15\x0e\x0e\x30\x82\x93\x18\x77\x01\xaf\x4e\x32\x25\x57\x1a\x4f\x2f\x36\x1e\xfc\xe2\x64\x74\xf7\x81\xdd\xa6\x49\xb6\x5c\x32\x3e\x49\x08\x10\x01\xd2\x3a\x38\x68\xac\x4b\x2d\xa5\xf8\x74\xfb\x6a\xda\xe5\x62\xc2\xbc\x9f\x6f\x08\xd0\xd1\x18\x47\xa4\xdb\x3a\x40\x68\xbd\x8d\x1a\x0f\xc3\x4a\x3f\x64\xbd\x41\x71\xae\x40\xe3\x41\x8e\x8a\x71\xe4\x60\xac\x70\x02\x1f\x88\x51\x81\x32\xc4\x03\xa0\x86\x89\xef\xa5\xb1\x90\x0a\x83\xb4\xc7\x87\x91\x91\x8e\x1c\x77\x73\xc1\x73\x60\xdd\xe3\xcd\x86\x98\xb1\x2d\x25\xfb\xbf\x61\x70\xbe\x9b\x0f\x1c\xdd\x18\x13\xbe\x41\xf3\x98\x62\xb6\x22\x2b\xb7\xab\xe8\x8a\xcc\xbb\x92\x5d\x17\xa5\x62\xf2\xa9\xfa\x69\x35\x67\x68\x85\x37\xe4\xf8\xe4\x61\xa8\x49\x7d\xb3\x17\x5b\x07\x42\x6c\x6d\xed\x6c\x6b\x6b\x57\x41\x69\x11\x6f\xe8\xac\x79\x43\xcb\x40\xe1\xf3\x1b\x5a\xee\xd8\xd0\xb9\x58\x18\xcf\x26\xde\x43\x90\x44\x1c\x6f\x10\x47\xa7\x67\x4f\xce\x70\x3c\x33\x25\x29\xfd\xcc\x94\x1b\xa2\x8f\xdb\x03\x66\xc1\x5a\xb6\xe5\xe8\xb8\xff\xa4\x7a\xa6\xab\x53\x91\x6f\x4d\xd7\x7c\xeb\x6e\x58\x6d\xdd\x0d\xd3\xad\x09\x9c\x6d\x4d\xe0\x44\xd7\x7c\x74\x1a\xb5\xbe\xd4\xd8\xa1\xbe\x2c\x16\x74\xd9\x2d\xca\x67\x73\x96\x71\xf2\x91\x2e\xbb\x8b\x5b\x72\xad\x6f\x92\xe3\xc7\xc7\x98\xdc\xea\x72\x27\x4f\x8e\xa2\x29\xbe\x8a\xa9\xe1\x3b\xd9\x1f\xcc\x6c\xfa\x76\x1b\xd9\x2f\x7a\xe5\xbe\x30\x26\x13\x36\x67\x8a\xb5\x58\xb7\x14\x2b\x99\x33\xc2\x36\xb1\x9c\xd1\x85\x45\xd9\xd9\x68\x31\x06\xdf\xf5\xd5\x53\xe5\xa1\x15\x3a\x41\xf5\x24\x40\xdd\x01\x40\xed\x96\x08\x0f\xf6\x90\xa2\xbc\xcb\x11\xc6\xdd\x89\xe0\x6c\x80\xef\x2e\x90\x32\xe2\x06\xd8\x91\x7d\x24\xbe\xe3\x5d\x86\x24\xde\x4c\x0b\x9e\xcd\xe7\xb7\x77\xbc\x3b\x45\xfa\x55\xd5\xcd\xdc\x54\x76\xde\x34\xde\x79\xb3\xda\xce\xab\x9b\x49\xe4\x98\x28\xf7\x2a\xeb\x70\xc0\x7f\x3d\x1f\x22\x5c\x9c\xfa\x31\xdf\xba\x59\xe2\xe9\x34\x04\x3e\x10\xba\x21\xdb\x37\x8d\x01\x06\xbc\x47\x59\x7b\x63\xb1\x2c\x6f\xac\x54\xc3\x8f\x5b\x55\x04\x2e\x4d\x24\x0b\x7d\xcd\xd4\x0b\xc5\x64\xa6\x84\x44\xd6\x38\x20\x98\xcd\x65\xe5\x48\x8e\xcf\x1b\xfa\xe1\x3d\x47\x5a\x01\xe4\x90\x9b\xec\xf5\xf7\x28\x45\x9c\xb2\x86\xc6\x47\x6a\x4c\x14\xc6\x78\x80\x6b\xa5\x3a\xd4\x5b\x58\xb1\x9b\xa6\x5e\x2d\xdf\xf8\xf1\xde\x64\xf3\x0f\xf7\x4c\xa2\x31\xc5\x58\x65\xa5\x05\xf3\xc9\x86\xea\xa3\x7b\x47\x78\xc4\x12\x33\xc4\x36\xd5\xcd\x26\x93\x37\xc2\xd0\xda\xbc\x0f\x03\x18\x91\x6c\xb7\x55\x57\xb7\x0c\xf2\x60\xe6\x13\x19\x9c\x39\x7a\x3c\x74\xec\x73\x96\xcf\xcb\xed\xfe\xc5\x36\x27\x87\x15\xcf\xb5\xc6\x96\xa1\x91\x7c\x85\x6a\x43\xbf\x41\xa6\x53\x43\xfe\x13\x96\xcf\x81\x6c\x00\x97\x99\x46\xef\x01\xae\x85\x37\x61\x19\x44\xc4\xa0\xc0\x06\x5b\x3b\x6e\x0f\xad\xcc\xd4\x12\x5b\x52\x0e\x15\x81\x78\x5e\x53\x6d\xcc\x6a\x73\xfa\xda\x18\xd4\x16\x6a\x60\xe0\xb7\xbc\x36\x39\xfa\x65\xf9\xd3\x27\x07\x00\x95\xa6\xc9\x29\xd9\x9c\xe5\x4a\xc8\x3f\x3a\x41\xf5\x0a\x43\x4d\xff\xee\x24\xb9\x1a\x1f\x34\x49\xe6\x01\xfe\xd3\xa7\xc9\x42\x74\x4d\x13\x65\x8c\x88\xfe\xb1\x49\xda\xae\xce\xd4\xf3\xef\x4e\x51\xa8\xef\x41\x93\xf4\xcc\x3c\xe7\x0d\xb3\x54\x33\xd8\x56\x6d\xce\x29\x21\x7b\x70\x00\x08\x61\x71\x7b\xf6\x6a\x88\x9a\xdb\x09\xee\x7a\xde\xc6\x36\x9c\xa7\x22\x38\x0f\x5c\x22\xf7\x06\xfc\x9c\x59\xd9\x04\x1e\xc3\x79\x7c\xec\xe1\x45\x63\xae\x5d\x0d\x64\xc0\xbf\x65\xa7\x63\x0d\x4c\x92\x8c\x16\xfa\x26\xb4\x0a\x46\x5e\xf8\x07\x65\xd6\xd2\x68\x56\x2a\x4c\x72\x3a\x41\xd1\x03\x99\xdb\x07\x52\xd0\xbc\xf2\x40\x82\xef\x24\x67\x78\xbe\x01\xa6\x35\x2f\xcd\xdc\x3f\x9f\x2b\x7c\x97\x77\x01\x26\x74\xcf\x67\x6e\x9e\xcf\x78\xaa\x17\x99\xfc\xf0\xbc\x90\xca\x19\x46\x7d\x00\x4c\xfd\x67\xcd\xa0\xa2\xaa\x2b\x19\x20\xa3\x28\xe8\x88\x4f\x90\x0a\x53\x51\xd8\xa9\x90\xb4\xd8\x9a\x0a\x3d\xb9\xd6\x83\xe9\xce\xf9\x05\x2d\xd7\x00\x78\xe3\xd0\xde\x9f\x36\xe9\x2b\x0e\x7a\xfa\xd1\xbc\x4f\xcd\xbc\x4f\xeb\xf3\x5e\x11\xb5\x88\xdf\xca\xea\xcb\xba\x1a\xd3\x5a\xb8\xe3\xe9\xee\xa1\x85\xa2\xda\x42\xd1\x8d\x1c\x11\xdc\xbf\xb0\xb9\x86\x27\x7f\xca\x6e\x1a\x4f\x61\x31\x45\x73\xb4\xaa\xe1\x2d\x51\x09\xc0\x5c\x2a\xa0\x3a\x09\x78\x94\x03\xff\xa4\x5e\xc4\x10\xeb\xe7\x58\x7a\xc8\x4f\x56\xe6\xd8\xc2\x7d\x5d\xdf\x0e\x0a\x30\x60\x81\xef\x64\x97\xe9\x87\xdd\x0d\x55\x5a\x18\xd0\x8d\xa7\xe0\x25\x93\xca\x28\xe2\x36\x5f\xbf\x41\xb6\xdd\xba\x22\x0a\xf3\x6b\xfc\xbf\x85\xcd\x2e\xea\x1b\x49\x35\x80\x74\x23\x36\x26\x45\xbc\x97\x32\x3a\x41\x22\x8c\x33\xb3\xe3\xe4\x34\xdb\xda\x4b\x25\xe5\xbb\xf7\x52\xb9\x04\x9a\x2f\x23\x3d\x52\xfa\x19\x98\xe3\xbb\xac\xcb\xf4\xfe\x72\x33\x90\x55\xb6\x53\xbe\xb5\x9d\xd8\x39\x45\xb2\xba\x89\xf2\xb1\x77\x73\x17\xa2\xa8\xec\x38\x1b\x54\x55\x0b\xb7\x3b\xf7\x8e\x99\x6b\x30\x47\xd4\x3c\xd5\xb5\xb9\x8d\xd4\x0a\x1e\x36\xaf\xf1\xac\x0a\x3a\x41\x45\x98\x55\xe1\x67\x55\x6c\xcd\x6a\xf6\x90\x59\x05\x8f\x50\x99\x9f\xd7\x1c\xdf\x89\x2e\x43\x79\x98\x57\x51\x99\xd7\xb2\x61\x5e\xeb\xd3\x5a\x6e\x4f\x6b\xa9\xa7\xb5\xf8\x63\xd3\x2a\xd9\x42\x7c\x64\xcf\x66\xc5\x7c\xfb\xbe\xf5\xbe\x0d\x5d\xbf\x38\xf0\x61\xab\xf3\xdc\x3c\x99\x0e\x33\x71\x3e\xdc\xef\xd9\x70\x7d\xa7\x1d\x66\x87\x5a\x47\x12\xf8\x18\x7f\x65\x54\x50\xaa\xb1\xa0\x8c\xf2\x47\x06\xf9\x74\x3e\xdf\x45\xa6\x21\xca\xdd\x1b\x3b\x30\x47\x65\x77\x00\xa3\xaa\xb2\x03\x98\xbd\x3f\x2a\xc3\x75\xcb\xcc\xf5\xfd\xc2\x10\x0f\xcb\xac\xb6\xee\xca\x4a\x7b\x74\x34\x26\x9f\x1b\x09\xb0\x62\xfe\xae\x1b\x6d\x84\xf8\x22\x79\x33\xbe\x5e\x5b\x33\x23\x77\x1b\x1c\x80\x29\x40\x38\x22\x10\x47\xea\x5e\x6a\x88\xbe\x6c\xb7\xf7\xec\x57\xb7\xe0\xf9\x7c\x35\x61\x25\x92\x06\x65\x58\xaf\x55\x77\x9a\x95\xaa\xdd\xde\xb3\x0f\x5f\xc8\x62\x52\xf0\x7a\x8d\x6c\x92\x7b\x1b\x3d\xe3\x88\x81\x2f\x72\x6f\xa6\x7a\xd7\xe0\xf4\xf1\xbb\xfd\x1c\x80\x66\x76\x0f\x64\x85\xbb\xda\x96\x2d\xc5\xa2\xe1\x0a\x6e\x2a\xaa\x73\xc6\x25\x61\x47\xed\x2e\xda\xc0\x35\x1d\xb2\x34\xd0\x18\xda\x6d\x70\xa4\x63\x43\x4d\xc7\x21\xf2\x29\x13\x5a\x05\xf0\x20\x21\xd7\x4c\xa5\x55\x06\x7a\xc3\x2e\xdc\xb9\x5f\x46\xbd\xb1\xaf\x50\xc3\x73\xff\x71\x7d\x3b\x71\xf7\x83\x7e\x68\xc9\xdf\xa4\xbb\x9f\x3c\xa3\xe2\x0e\x9c\xb6\x2d\xdf\x4b\x0c\x33\x7a\x85\x40\xe5\xd0\x1e\x32\xc7\xd8\x32\x12\x0b\x45\xe9\x80\x38\x7d\xa7\x5b\xb9\x05\xd4\x33\x17\x7a\x09\xc0\x13\xdb\x06\x9e\xca\x46\xe0\xc9\x3a\x20\x1b\xcc\xed\x01\x6d\xb7\xdd\x57\x37\xba\xf8\xd0\x9c\x24\xc5\x35\xd7\x8f\xb8\xbf\xa2\x6f\x0c\x24\x75\xb3\x05\xc1\x7a\x2e\x9c\x14\x42\x05\xf4\xa3\xdd\x4e\x26\x22\x07\x08\x13\x6c\xc7\xe9\x89\x04\x18\x06\xc6\x60\x77\x5e\x3c\x92\x15\x99\x56\x47\x32\xb5\x23\x59\xd1\xe9\xd6\x48\x66\x74\x65\x47\x32\xf3\x23\x99\x35\x8d\x64\xd6\x38\x92\x69\x75\x24\xd3\xea\x48\x2c\xfe\xc4\xe8\x88\x8d\x07\x21\x12\xce\xfd\x4e\x21\x19\x7b\xf1\xe1\x2d\x9d\x6a\xb8\x9a\x5a\xd3\x82\xcd\xc1\x06\xd5\xa2\x28\x4b\x06\xbc\x2d\x3d\x07\x2d\x67\x9d\x2e\xc1\x03\xb7\x33\xf6\xea\x75\x02\x79\xd0\x5c\x24\x56\x90\xc7\x35\x86\x09\xa3\x23\xdd\xd6\x35\x62\x78\x1c\x0d\xc0\x63\xee\x36\xbd\xd0\xe9\xd1\x58\x00\x61\xb5\x69\xc2\xa7\x81\x50\x99\x46\x6a\x3f\xa9\xed\x71\x38\xdd\x70\xe8\xb6\xee\x60\xd3\x18\x6c\x95\xb7\xd0\x1d\x23\x47\x75\x0f\xf5\x73\xf4\x71\xbc\x5e\xf3\xae\x64\x57\x2b\xbd\x56\x0c\x93\xca\xd5\xe1\x57\x96\x35\xad\x2c\xc3\x84\x8d\x16\xe3\x76\xfb\x42\x7f\xee\x58\x13\x99\xdd\x94\xdd\x2b\x80\x47\xdb\x6d\xd5\x6e\x37\x1a\x34\x54\xd5\x6c\xa8\x52\x8c\x56\x52\x23\x7d\xbb\xcb\xc3\x6b\x92\x24\x7a\x09\xdc\x63\x97\x01\x85\xd6\xbd\xc0\x4b\x7f\x3f\x5c\x33\xf5\x5a\x0f\xe9\xb5\x14\xc6\x92\x5a\xc3\xab\x6b\xd9\x89\x65\x7c\x5d\xd5\x3c\xde\x8e\xd4\xd8\x48\x46\x23\xf8\xe4\x24\xd1\xab\x08\xe3\xd0\x60\x73\x26\xb3\x45\xe9\x42\x6e\xfd\x21\xbc\x5e\xb3\xf8\x8d\xc1\x64\xaf\xb7\xa9\x5e\x8c\x11\x65\x24\xb1\xb3\x0f\xd3\x38\x64\xa9\x6e\x6b\x68\x68\xa4\x14\xea\xda\xbe\xc0\x40\xa4\x14\xcc\x51\x96\xbf\x14\x6a\x86\x0c\x85\x11\x0f\x1b\xf0\x54\x7e\x3f\x47\x87\x3b\x8e\x0e\xbf\x97\xa3\x03\x73\xe1\xb9\x35\x19\x92\xbb\xb6\x58\xa3\x4a\xf0\xb0\x4a\xcc\x08\x64\x8b\xae\x12\xb0\x4e\xe0\x8e\x6d\x93\xea\xc5\xc4\x78\xe3\x9e\x61\x37\x7a\xfd\xae\xc2\xdc\x04\x92\x4e\x65\x8d\xaa\xfd\x78\x28\x2b\xeb\xab\xfe\x50\x1d\xf4\xd3\x9e\x9e\x80\x7e\xcc\xd2\x3a\xe8\x37\x4f\x81\x63\x65\x5b\x80\x72\xc4\x42\xef\x2b\x9c\x2b\x18\x81\xbb\x9a\xd5\x70\x5b\xb4\x88\x75\x75\x2a\x78\xee\xb7\xe5\x37\x29\x58\xee\x2c\xed\x16\xb0\x97\xf5\x6e\x1e\x46\x28\x88\xb1\x7b\xc8\xed\x6c\xc1\x23\x6c\xaa\xd1\x4b\xe6\x73\xc2\xb6\x82\x7f\x11\xf6\x18\x91\xd1\x1b\x4e\x88\x27\xd2\x7c\x93\xe5\x33\xc7\x33\x74\x61\xda\xab\x02\xcd\x2e\xdd\x06\x03\xc0\xe7\x0a\x74\xa8\xd3\xa9\xa9\x44\x57\x3d\xf6\x5b\xd0\x9a\x8d\x69\x8f\x30\xc7\x03\xf4\xfc\xae\x1b\xcf\xf1\x33\xe6\xb6\x2a\x73\x43\xd9\x86\x84\x0c\x3f\xad\xe6\xd5\xf4\xa2\x9a\x6e\x28\x96\x55\xf6\x9d\xce\x11\x58\x6a\x37\xe4\xc6\xb3\xd4\x6e\xa0\x24\xdc\x99\x95\x22\x5b\x24\x40\xa7\x26\x50\xc2\x05\xe4\x44\xca\x11\x23\x22\xa2\x29\xa4\xc9\x03\x0b\x15\x95\x42\x55\xb2\xf5\xce\x42\xd7\x95\x42\x11\xd1\xd0\x41\x09\xbb\x0a\xde\xc6\x64\x0f\xfd\x52\xd0\xbd\x1e\xf1\xfc\x32\xb7\x29\x1b\xb5\x7e\x6e\xa2\x17\xc5\xd0\x21\x1f\x9f\xf4\x1e\xa8\x39\xf2\x10\x31\x84\xfe\xa3\xde\x69\x95\x0f\x5b\x65\x2c\x96\x5b\x8c\xc5\x9c\x72\xf4\xe8\xc9\xa3\xb3\x2a\xcb\xf2\xf1\xd9\xe3\x33\x0c\xac\xca\xa3\xc7\xa7\x8f\x71\x4d\x86\x3f\x8b\xb9\x68\x65\x9d\x7f\x4b\x0a\x27\x83\x64\x00\xa2\x55\x83\x68\xc2\x6a\x8b\x93\x0b\xf4\xe5\xe4\x59\x59\x5e\xde\x72\x95\x7d\x82\x97\x3d\x21\xab\xae\x64\x59\x29\x38\x65\x24\x6f\xb7\xd1\xaa\x3b\x2d\xe6\x8c\xe6\x98\x94\x10\x32\xdc\x47\x5a\x62\x32\x87\xf0\x72\xbe\xba\x2e\x38\x9d\xe3\x66\xf3\xc0\xc5\x8e\x57\x36\x6b\xb7\xd1\x36\xee\x50\x0c\xd1\xaa\x3b\x2f\x38\xa3\x05\x59\x75\x73\x31\x5f\x2d\x38\xcd\x70\xea\x63\xe1\x27\x24\x15\xf6\x83\xac\xba\x8c\x4f\x7e\xd0\x59\x32\x97\x85\xf1\xc9\x33\x5b\x81\xcd\x85\x31\x59\xe9\xad\x75\xc1\xca\x32\xbb\x66\x08\x13\x18\x72\x37\xcf\x96\x6a\x25\xd9\xa5\xca\xf2\x0f\x6f\x64\x96\xb3\x76\x7b\x47\x02\x12\x68\xa5\x9f\x03\xb2\x6a\x90\xe3\x08\x35\xef\xba\xaf\x16\x26\xd9\x5c\x32\x66\xe2\x86\xd1\x77\x27\x49\x5b\xa0\x37\x1f\x67\xee\x50\x4b\x2f\x9d\x5b\xff\x70\xfa\x2b\x4d\xce\xf3\xb2\x6c\x81\xaf\xd9\xaf\x92\xe6\x99\x37\x37\x59\xc1\x3d\x6d\xc0\x57\x98\xa4\xd6\xa6\xb2\x4e\xed\xf8\x90\x9d\x24\x52\xcf\xdc\xb2\xe9\x66\x5b\x04\x94\x72\x26\x6e\x2e\x61\x33\x3c\x13\x93\x46\xe4\xd2\x6c\x56\x87\xea\x18\x43\x0c\x66\xfb\x58\x1c\x2b\x31\x27\xcd\x9a\x8a\x30\x49\x03\xeb\x14\x02\x10\xc7\x79\xb7\x2e\x51\x85\xc9\xaa\xdd\x66\x60\x21\x74\x85\x38\xc6\x41\x58\x80\x72\xab\xff\x77\xf8\x4e\x0e\xdf\xf1\x43\x4c\xac\xed\x88\x45\xf6\x09\xf9\xe1\x1e\x1c\x93\x1e\x26\xa5\x4d\x29\x78\x48\xe9\x1c\x11\x4f\x73\x23\xb9\x83\xad\x4b\xec\x78\x07\x1a\x52\x36\x63\x9a\xd2\x79\x45\xb2\x09\xed\xf5\x30\x99\xd1\x69\xf7\x4a\xcc\x27\x64\x42\xa7\x5d\xc9\x26\x64\x49\xa7\xdd\x6b\x99\xdd\xd6\x74\x21\x9c\xd8\x3a\x9a\x00\xc2\x4b\x8a\xa6\xd4\x25\x60\xe0\x00\xa0\x4b\xda\x98\x83\x6d\xbc\xfd\x33\x8b\x38\x65\xa4\xdc\xd2\xac\x74\x8c\x5a\x41\xb3\x4e\xbf\xc3\x49\x49\x93\x56\xd2\x41\xfa\x9f\xc0\x4e\x8e\x35\xc7\x9d\xa4\xb5\x6e\x25\x03\xeb\x28\x56\xc1\x74\x38\x1c\xb1\x40\x65\x04\xe6\x4e\x34\x98\xdb\x4a\x30\xee\x78\xcc\x93\x28\xbb\x73\x0e\xfa\x91\x01\x8a\xd1\x3f\xdf\xa9\xb1\xcd\x1c\x2e\xa3\xe4\xab\x04\x77\x0a\x54\xe2\x0e\xeb\x24\xef\x78\x2b\xe9\xcc\x3b\x12\x25\xff\x4c\x1c\xd5\x47\xf7\xcc\xa4\x07\x3d\xd0\x77\x3c\x09\x84\x81\xa0\x45\xd5\x4c\xaa\xb2\x5b\xa9\xb2\x37\x51\x2c\x3c\x8f\x18\x4d\xde\xf1\x77\x3c\x31\x5d\x70\x7e\xf1\xf4\x5d\xd8\x09\x7b\xdd\x6d\x7f\xff\xce\xe7\x08\xae\x84\x8a\x60\xcb\x94\x4c\xfd\x2b\x3c\xdd\x90\xfe\xf1\xe3\xe3\x87\x3d\x2b\xfd\x7e\xef\xc9\xe7\xc4\x7b\xaa\x0f\xcd\xc3\x9e\x95\x87\x3f\x18\x35\xaf\x6e\x41\xe0\x87\xed\xb8\xaf\x3d\xf2\x79\x2f\x5e\x4a\x25\x92\xe8\x6e\x43\x18\x26\x77\x1b\x72\x67\x96\xa8\x86\xa5\x6e\x30\x26\x48\xec\x10\x2b\x02\x38\x82\x88\x8d\xd7\xaf\xf0\xb7\xeb\xc7\x4c\x16\x46\xd7\xad\x46\xc4\xa9\x91\x6b\x96\x15\xdc\xe3\xe0\x20\xc1\xeb\x75\xf2\x05\xbc\x31\x2e\x07\xd0\x85\x6a\xe0\x5b\xa4\xb8\x49\x72\xbf\xaa\xf9\x86\x9c\xf5\x1f\x3f\x54\x5c\x69\x6b\x65\xb3\xad\x95\x2d\xb7\x56\x36\xdf\x5a\xd9\xf9\xd6\xca\x56\x65\x13\xf3\x78\x65\xe7\x9f\x11\xe5\xca\x76\x89\x72\x09\x74\xa7\xa7\x3c\x0d\x74\x19\xbd\x6c\x18\x7b\x29\x3c\x19\x44\xf0\x82\x90\x57\x19\x16\x44\x89\x9f\x58\xb9\x9a\xab\x9d\x27\xb1\x8e\xe2\x7c\xd5\x6b\xb7\xbd\x71\xa5\x80\xc4\xf4\xc6\xc3\x38\x90\xde\x6d\x2c\xb3\x52\x22\xa0\x55\x10\xbb\x45\x3c\x30\xde\x35\x3b\xb0\x98\x6a\x1c\xc3\xaf\x23\x48\x71\xe2\xc1\xca\x43\xd1\x3f\x64\xbf\xdf\x9a\x1e\x6e\xc3\xe2\x21\x97\xc7\xc2\xb7\x01\xf2\x1d\xb2\x7d\x1b\x72\x7a\xf6\x50\x05\xdb\xed\x83\x5e\x15\x28\x03\x31\xd6\x93\xb3\xca\x96\x19\x25\xf0\xac\x97\xc9\x98\x94\x2e\xf0\x62\x92\x8c\x61\xa7\x18\x09\x33\xbd\x43\x8e\x4f\xfb\x06\x5a\x04\x51\x33\x10\x68\x7b\x74\x06\xef\x10\x47\x4f\x4e\x4f\x9e\x60\x90\x5f\x7b\x74\xda\xeb\x61\x90\x5b\x7b\x72\x72\x7a\x1c\xed\x94\x85\x37\x4b\xb5\x45\x56\xfc\xac\x9c\xda\xc2\x40\xd2\xf6\xed\x66\x5d\xd3\x5f\xf2\x91\x0a\x8d\x7f\x83\x06\x01\xc7\x77\x8a\x8e\xc6\x90\xe5\x9a\xdc\xd2\x42\x6f\x53\x47\xca\xbb\xb5\xa4\xbc\x6b\x7a\xbb\x45\xca\xbb\xa2\xd7\x96\x73\x7c\xe1\x2e\x93\x2b\x73\x99\xbc\x7f\x0f\x28\xc0\xfb\xf7\xe9\x2c\x20\x03\x1b\x3c\xb8\xd0\xfd\x6c\xb7\x11\xfc\xba\x32\x10\xa8\x97\x9b\xc7\xe5\x30\x51\x86\x2d\x7f\xe1\x49\x81\x1f\xf0\xdd\x6d\x97\xa1\x0f\x81\x14\x78\x6b\x48\x81\xc5\x14\x7d\xf4\xb2\x79\xf6\x8b\x7e\x0e\x13\x36\x33\xbc\xc1\x18\x93\x8f\x0e\xec\xb9\x33\xe2\x71\x2e\x4c\x3e\xd1\x9b\xae\x5d\x60\xf2\x94\x0a\x74\x43\x4a\x3c\x70\xa9\xf4\xa9\x35\xbc\xf5\x09\x5a\x35\x91\x26\x3b\x55\xa3\x4f\x63\xbc\x89\xe9\xac\x1f\x2b\x62\x17\xfa\xe4\x4c\xd0\x47\xa3\xcd\xe1\x90\xb3\xed\x2c\xb9\xcb\xe2\x90\xbe\xed\x2c\x4b\x97\x25\xc2\xd6\xb6\x73\xad\x5c\xae\x80\x74\x6e\x67\x9a\xea\x4c\x9f\xa7\x24\xea\x47\xd8\x12\x5d\x23\xd5\xbe\x05\x59\xf8\x33\xb8\xd8\x10\xbd\xc5\xff\x47\x1f\xdb\x1e\x28\xf4\x65\x5d\x03\x46\x5c\x64\xcb\x67\x82\x97\xab\x05\x93\x24\x8f\x63\xbf\x63\xdc\xd0\x28\xe0\x50\x9e\x9d\xf4\x4f\xf4\xa9\x9c\x03\x94\xfe\xf3\x4f\x3f\xbc\x11\xaf\x33\x35\x23\x1a\x62\x5c\x66\x6a\xf6\x46\x7c\x6b\xe2\xad\xb8\xe9\x71\x4f\x1f\xd3\x59\x57\xb2\x52\xcc\x3f\x32\xb2\xa4\x33\x7d\x12\xaf\x4a\x31\x5f\x29\x46\x16\xfa\x04\x1f\xf7\x8f\x34\xaa\xc6\x45\x31\x21\x1f\x3d\x76\x78\xad\x31\xc6\x93\xde\x89\x15\x37\xd5\x97\xc1\x95\xf5\xbe\x82\x92\xa9\x14\x0b\xa3\xe7\x0c\xca\xdb\x09\x26\x17\xf4\x6b\x63\x0d\x0e\x95\xed\x76\x8e\xc9\x8d\x0f\x4f\xda\xed\x25\x26\x9f\x62\x65\x06\x7f\x49\x30\xaf\x0e\xb6\x7d\x99\xf7\x1b\x2f\xf3\x7e\x7c\x99\xf7\xf5\x65\xae\x77\x45\xe1\x45\x12\xac\x7d\x15\xb5\x5e\x37\x92\x68\x75\x7c\x93\x69\xba\x3d\xe5\x55\x05\xb7\x49\xd1\xaf\x45\xa9\x9e\x5d\x5e\xb6\x24\xcb\x59\xf1\x91\x4d\x5a\x89\xa3\x78\x29\x92\x78\x53\x4f\x62\xda\xd2\x99\x2c\xf4\x62\xf4\xd8\x0c\xda\x03\x36\xec\x94\x37\x22\x45\x92\x77\xab\x29\x9b\x4e\x3d\xc8\x90\x97\xfa\x5d\x5a\xaf\x75\xfc\x74\xca\x6a\xf1\x43\x53\xcb\x2c\x2b\xbf\x7e\x75\x41\xf7\x2c\x33\x17\x2a\xb5\x1f\x16\x50\xee\x3b\x11\x30\x97\xb5\x4f\x38\x18\x53\x69\xb7\xd1\xde\xcd\x7a\x7d\xf8\xcf\x77\x37\x9d\xf4\xdd\xe1\xbb\xc3\x43\x27\x48\xa6\x53\xf1\x7a\xbd\x74\x9f\x01\x01\xa4\x26\x26\x0d\x11\x13\x97\x09\x93\x9b\x76\xfb\xc2\x82\x01\xd4\xd0\xdf\x5d\x57\x08\x37\xfa\x7b\x86\xa8\x6f\x91\x52\x7d\x6b\x0e\x0c\x96\x20\xc1\x46\x80\xde\xe5\x08\x43\xb5\x83\x3d\xdf\x42\xbb\x2d\x1c\x26\x09\x0d\xba\xc2\x3f\x99\xbd\x8b\x04\xc6\x9b\x8d\x4f\xf6\x24\xb7\x09\x4d\xce\xe1\xce\x6a\x69\x8c\x35\xe9\x2c\xd0\x29\xf8\xf0\xf1\xdc\xce\xa5\xc7\x4f\xb3\x65\x54\x33\x8c\x25\xc0\x81\xcc\x81\x1d\x61\x6f\xef\x66\xc8\xdb\xa5\x1d\x5d\x8d\xb1\xc1\x3f\x47\x57\x96\xa5\x11\xa1\x9b\xb0\x32\xc6\x60\x8c\x46\x03\x06\xb1\x84\x14\xf7\x52\x02\x55\x61\xb2\x1e\xa0\x99\x0e\x21\x3c\x17\x40\x96\x35\xae\x2d\x89\xec\x50\x3e\x2a\xc6\x36\xb5\xd3\x1f\xd8\x86\xa9\xda\x18\x9e\x5f\x0f\x50\xc8\xaf\xa8\x1a\xa9\xc0\x36\xc4\x19\x0d\xa1\xaa\x5a\x37\x98\xbb\x76\x69\x47\x83\xec\x3c\x1f\x60\x5d\xc3\xb9\x1a\x95\x34\xeb\xa0\xfc\x20\xfb\xea\xab\x3e\x1e\xe3\x9c\x96\xb6\x2c\xb0\x6c\x4c\x1b\x65\xa7\x3f\xc6\xf8\x2e\xa3\xe5\xe0\x4a\xb2\xec\xc3\x26\xa3\x65\xa7\x6f\x27\xf4\x0e\x34\x8e\xb2\x4e\x9f\xe4\x62\x9e\xb2\x03\x35\xca\xc6\x9d\x7e\xa0\xbd\x32\x43\x0a\x6a\xe6\x9f\xc7\xe2\xf9\x5b\xd7\xc2\x71\xe3\xb5\x70\x1c\x5f\x0b\xc7\xee\x5a\x50\x4d\x9a\xb8\xca\x49\xe3\x00\x68\x0c\x6f\xca\x16\x99\x48\x75\x8d\xb1\x7f\x87\xa3\xfa\x0d\x63\x36\x06\x2a\x5d\xfa\x40\xd1\xb9\xa1\x07\x71\x8d\xb3\x8b\xb9\xc1\xa9\x15\x2d\x5d\xac\x23\x7b\x34\x37\x94\x57\x1a\x5a\x6d\x35\xe4\xd3\x07\x05\x35\x24\x2a\x22\xe8\x2a\x34\x54\xd0\xdc\xc5\xe6\xb6\x21\xcf\x96\xdb\xe3\x8e\x79\x59\xaf\x15\xfa\x3d\x73\x3d\x9c\x41\x75\x3a\xe7\xc4\xe4\x14\xb2\xb8\x2e\x80\x5d\xa1\x17\xc1\xc1\xc5\x48\xd2\xc9\xd0\x32\xff\x82\x52\xf1\xc4\xd1\xc5\x86\x13\xa8\x2f\x35\x2b\x6f\x02\xc4\xf4\x28\x9d\xb8\xae\x35\x97\xb3\xb9\x5c\x49\x9b\x10\x0a\x7b\x42\xdb\x86\x4c\x1c\x60\x33\x81\x93\x4c\x32\x4b\xd9\xc2\xe9\x56\xcf\x8a\xa1\xb2\x55\x2a\x57\x55\xdc\x81\x62\xe8\x5a\x2c\x5c\xb2\xd8\xf8\xbb\x95\xf8\x7b\x26\x34\x81\x2d\x68\x54\xaf\x94\xd8\x0e\xa7\x05\xf1\x3d\x4d\x05\x31\x1d\x4d\x5d\x8d\x1b\x12\x5d\x74\x68\xda\x6e\x23\x69\xea\x03\xdd\xc2\x69\xb8\xf7\x70\xf4\x54\x60\xe2\x32\x45\xf7\x96\xce\x03\xba\xdf\xe6\x28\x99\xd5\x6a\x3e\x4b\x56\xf8\x77\xcf\x5d\x7f\x55\x7b\x57\xe6\x84\xf9\xab\x31\xdc\xcc\x00\x97\x98\x7a\xb3\xf9\x6b\x51\x16\xba\xc6\x6f\x85\x44\x66\xe8\x7e\x69\xd4\x06\x6e\xfb\xbd\x1a\xd5\x6d\xaf\x3f\xd8\xde\xe9\x1c\x4c\xc3\xde\x57\x2d\x77\xd5\x4a\x07\xfb\xe7\xf4\x6e\x25\xe7\x29\x12\x74\x89\x7c\x1b\xc3\x69\xf8\x86\x55\xff\xf9\xa7\x1f\x7c\x0c\x69\x18\x8d\x4d\xfa\x49\x08\xb5\x5e\x4f\xc3\x53\xb0\xc8\x96\x1a\x58\xd2\x28\x69\xf4\x38\x43\x57\xca\xca\xf6\x75\x47\x38\x2c\x74\xbb\x6d\x09\xc5\x61\xc1\x21\xce\x6e\x73\x38\xeb\x86\x8c\x0a\x66\x43\x00\x2b\xc8\xc5\xdc\x2c\xc6\x6a\x1b\xc2\x80\xbc\x2d\x97\xad\x55\x94\x2d\x2e\x54\x2b\xfb\x98\x15\xf3\xec\x0a\xdc\x6e\x00\xf9\xa1\xe5\x20\x11\x60\x37\x24\x78\x90\x9b\x7d\xb1\x42\xc2\x58\xb3\x9d\xd3\xcc\x8e\xf6\x99\xe0\x8a\x71\xa5\x67\xd7\xcf\x96\x43\x70\xe7\xed\x36\xca\x1d\x0e\x30\xc7\x24\xf7\x7b\x29\xbc\xb6\xbb\x05\x72\xb6\xc0\x08\x86\x87\x2c\x9d\xa0\xcf\xcd\xbc\x4f\x97\x10\x4c\xba\x09\x89\xa4\x80\xf4\xed\x74\x2f\xe5\xc5\xbc\xf9\xf6\xc9\x8f\xa8\x75\x7f\xbd\x7c\xf5\xf2\x5e\x49\x65\x40\xf7\x7b\x84\xd3\x51\x62\x00\xa3\x84\x24\x79\x59\x26\x04\x66\x3d\x21\x49\x31\x49\xc6\x03\x75\xee\x9f\x5d\xe5\x64\xb8\x0b\xca\x47\x6a\x3c\xb0\xc6\x89\xf5\x63\x5b\x8c\xdb\x6d\xc4\xf4\x73\x6c\x83\x75\xc1\xdb\x25\xf0\xf3\x0d\x9e\x78\xb7\xf1\xbb\x11\x7c\x7b\x44\x53\x03\x50\xb3\xcb\x5a\x8d\x75\x3e\xa9\xb0\x65\x01\xb2\x0d\x8a\x89\x47\x9f\xc8\x27\x8f\xa5\x7c\x22\x1f\xdb\xed\x8f\x9e\xd2\xf0\x42\x5f\x14\x5b\x11\xe8\x13\xde\x90\xd3\x47\xa7\x0f\xa4\x1c\x9e\x9d\x3d\x3a\x33\x16\xbb\x1e\x3f\x39\x3a\xad\x21\x31\xbd\xe3\xc7\x55\x24\xa6\x4a\x6c\x28\xb7\x90\xa1\x7c\x0b\x19\x9a\x6f\x21\x43\x2b\xa7\xf3\x36\xa5\x2b\xaf\xf3\x36\xa3\xab\xee\xe2\x16\x28\x0c\x67\x8f\x1f\xf5\x0d\x85\xe1\xec\xc9\x93\x1e\x06\x9c\xc5\x68\xd4\x6a\x64\xe5\xac\xff\xf8\x54\x23\x2b\x88\xa3\x7e\xef\xf4\x04\x13\x8e\x4e\x7a\x27\x27\xd8\xa0\x2d\xa7\x27\x8f\x8f\x34\xde\xe2\xe8\x14\x17\xf4\xce\x51\xa3\xd2\xe4\xb9\xa3\x4b\x11\xbd\x23\xd3\x44\x6f\xd3\x84\x18\xfc\x32\x4d\x0c\x8f\x34\x21\x26\x64\xbe\x35\x9e\x9b\x26\xcf\x59\x3e\xcf\xa4\x75\xc5\x66\x91\xd6\x34\xb1\x0a\x0e\xc9\x86\xdc\xd0\xbb\xa5\x28\x55\x5e\x96\xaf\xe1\xe1\x48\xf7\x7a\xc4\x38\xaa\x02\x6b\x53\xaf\x78\x0e\xbf\xae\x79\xfd\xad\x9b\x86\xb8\x50\x35\x44\xaf\x8c\x31\x2c\xd3\x17\xfd\x65\x5b\xa9\xe5\xfd\xe6\x53\xa1\x5c\x7e\xf7\x6d\xca\xb8\x90\x2d\xe7\x33\x0a\xe1\xbf\x5d\x3f\x5c\x58\xf7\xcf\x7e\x6f\xc8\xa7\x07\x8d\x25\x32\x8c\xff\x34\x92\x86\x68\x34\x82\xd2\x24\x22\xd1\x55\x33\xc6\x23\x7f\x36\x81\xb7\xa3\x71\x18\x7a\x31\x32\xd8\xba\x13\x46\xa8\x33\x83\x95\x11\xe2\x59\x76\x95\xf8\x41\xdc\xe8\x73\x54\x32\x84\xd3\x2d\xfe\xb4\xb1\x5e\x0e\x94\xf8\x6a\x56\x4c\x40\xea\xc7\x28\x8e\x0c\x47\x9c\xf0\x4e\x72\x90\x74\x14\xe9\xe9\x2f\x3d\x19\x89\xfb\xd0\xd1\xe3\x54\xc5\x99\x9a\xb3\xc4\xd5\x85\x6a\xc6\xa9\x29\x68\x02\x91\xff\x9c\x30\x6d\x77\x5c\x4c\xf4\x1b\xcb\x3e\x6a\x60\x36\x22\x9f\x86\x01\x8f\xa2\xbd\xdb\x23\x49\xbc\x82\xc9\x38\xad\x49\xc6\x0d\x47\x76\x67\xf7\x48\xe2\xd6\x3d\x19\xa7\x1f\x40\xa2\x49\xb7\x01\x66\xc5\xd2\x1e\xf9\x58\x94\x85\x12\xb2\x4c\x47\x63\xf7\xed\x92\x0a\x2b\x27\x91\xf6\x22\x13\x15\x6f\x2a\xb2\x55\x53\xab\x15\xfa\x10\x8e\xb9\x2d\xf4\xc6\xba\x39\x67\xf0\x76\x5d\xea\x9b\xfa\x3d\xdd\x65\x7a\x26\x72\x98\x60\x45\xf5\xc1\xb6\x94\x41\xfc\x95\x45\xf6\x1c\xe1\xb6\x60\x13\xdd\x1b\x47\x90\xcf\x59\x59\x9a\x18\xb7\x27\x03\x73\x81\xaf\xd7\x96\x66\xc0\xd7\x6b\x33\x75\x7b\x41\x47\xaa\x22\x54\x68\x22\x35\x8a\xc4\x63\x65\x2e\xb5\x5e\x57\xc2\xd7\xb8\xa0\x6f\x10\x87\x77\x0e\x13\x6e\x5f\x85\x46\x72\x84\xb4\x89\xf0\x0b\x52\x23\xf0\xd5\x2d\xb8\x86\x2e\x80\x46\x1e\x82\x60\x74\xdf\x44\x2c\x25\xfb\x48\xa1\x66\x1c\xd0\xce\x8c\xde\x0e\x64\xb7\x04\x56\x7b\xbb\x8d\x32\xea\x02\xc6\x1c\x32\x76\x76\x91\xa5\x4d\x34\x01\xac\x01\x5c\xfd\x05\xb1\xf6\xdb\x90\x52\x0b\x9a\x19\x85\x30\xaf\x8d\x50\x9f\x50\x4b\x8c\x00\x6c\x8e\xce\x37\x45\xbb\xbd\x57\x8c\x66\xe3\x76\x7b\xe1\x65\x22\x0a\xec\x30\x95\x37\x40\xa2\x35\x8c\x5e\xa0\x9a\x3b\x90\xbd\x20\xd2\xae\xdf\x8c\xcd\x97\x4c\x96\xb4\x44\xa5\x7e\x3e\x2f\x0d\x81\xd5\x64\x4f\xa3\xa2\xc4\x5e\x4a\xe9\xa5\x13\xb4\x31\x30\x7a\x49\xe3\x1e\x0a\xe9\xa2\x77\x0a\x6c\x35\x5d\x51\xcc\xba\x15\x64\x43\xdb\x0d\x06\x42\x77\x26\x0e\x09\xdb\x05\x8c\x41\x62\xcb\xbd\xff\x73\xa4\x2c\x01\x81\x35\x43\x31\x49\x60\x17\x24\x91\xa6\x95\x17\xd1\xbb\x07\xf4\x31\x0d\x86\x51\x05\xd0\x7f\xa9\xca\x87\x94\xd4\xf9\x82\x12\x50\x79\x7f\x99\x88\xf9\x01\x78\x8b\x2f\x67\x20\xca\x87\x97\x35\xf9\x63\xd8\xf2\xc1\x65\x17\x59\x10\x67\x84\x23\x79\x6f\xc1\x5b\x9e\x23\x0c\xc7\x2d\x34\x66\xd8\xab\x9f\x19\xa9\x29\xe8\xf2\x46\xfa\x8a\xc6\x15\xeb\x4e\xb9\xc9\x4a\x71\x97\x1b\x3d\x88\x87\x1c\x57\x10\xcf\xae\x7e\x01\xef\xd7\x20\x9d\x81\x63\x07\xd3\xa6\xce\x6d\xa8\xff\x7e\x75\xf4\x11\xfd\x9c\x00\xbe\x2b\x6e\xce\x73\x0c\x7d\x1b\x76\xc4\x43\xcb\xdb\xe6\xa3\x0a\x20\xe5\x33\xc3\x85\x5b\x62\xf8\x5a\x8a\x45\x51\xb2\xae\x64\x60\x6e\x38\xa4\x58\xe2\xa5\xbf\x5d\xa2\x9c\x86\xfe\x17\xed\x68\x9c\xa2\x38\x73\xc1\xaf\x1d\x39\x30\xc4\x98\xab\x40\xae\xf8\x53\xd3\x6b\x4c\x6a\x19\x22\xe5\x85\xe6\xce\x3b\x02\xae\xe9\x9e\xd5\x39\xf7\x11\x83\x48\xb8\xdf\xf4\x18\x6f\x1f\xbd\xed\x4c\xfe\xd2\x8c\x3a\x12\x55\x7d\xcd\x14\xf4\xd7\x20\x86\xde\x4d\x08\xb5\xee\x30\xec\x7d\xf6\x79\xc5\x18\xc7\x3a\x33\x52\xeb\xc5\x14\x3d\x45\x6e\x3e\x5e\x71\x0d\x06\x20\x8e\xf1\x3d\x0d\x47\xaa\x52\xaa\xaa\x2a\x65\x74\x68\xc2\xb8\xe0\x5a\xfc\xbb\x85\x1d\x90\xbb\xc8\xb3\xf2\x07\x8d\x83\x70\x26\x03\x2e\x66\x35\xa8\xec\xa5\xa4\xcf\xeb\x60\x4f\x8e\xa6\xe3\x01\x96\x00\x3e\xf4\x82\x92\xcc\xa5\x5e\x32\x19\x68\xe8\x73\x5b\x59\xd9\x75\xe0\x29\x98\xf7\x8a\x61\x23\x69\xe5\xfd\x1d\x88\x90\x39\x06\xf3\xb6\x1e\x59\xd1\xa0\x47\x56\xd2\x22\xd6\x23\x03\x00\x08\x7a\xb1\xa3\xfd\x48\x4d\x6f\x97\x3a\x99\xa5\x05\x3e\xac\x3a\x59\x45\x25\xcd\x24\x85\x1d\xea\x2e\xc7\x7f\x7f\x9b\x46\xb0\x51\xd3\x46\xdd\x86\x9f\xec\x72\x98\xd3\x13\x4b\xaf\x46\xaf\x0a\x51\x74\x39\x60\x01\xe8\xd0\xf0\xb5\x05\x3a\x7c\x97\xc1\x39\xa6\xaf\x58\xba\x5c\x21\x06\x93\x88\xe5\x6e\xac\x54\x44\xa5\x2d\x17\xd8\x30\x1c\xad\xee\x60\xb4\x85\x48\xbd\x4b\xb8\x7b\x6d\x58\x66\x91\x58\x4e\x9c\x27\x2f\x4b\xca\x47\xbd\x71\xa5\xa0\x06\xbf\xf8\xa8\x5f\x89\xac\xe8\xaf\x5f\x36\x5d\x11\x55\x11\x34\x03\x03\xf7\x9c\xe2\x23\x05\x08\x5b\xc3\x50\x72\x5b\xab\x99\x37\x69\x35\x7b\x4d\xc6\x62\x8a\x7a\x94\x52\x81\x23\x70\x9a\x6d\x41\xd1\xba\xbd\xf5\x5a\x85\xf3\x62\x98\xe6\x1e\x1e\xb4\xc0\x90\xdf\x6b\x23\x31\xb6\x06\x66\x6b\x5b\xb2\x24\x91\x50\xb5\x63\xcf\x6f\xa2\xdd\x5d\x54\x77\x77\x61\xd5\x70\xed\xf4\xf8\x8a\xee\x55\xc1\x05\xdb\xba\x5b\xfa\xc0\xbc\xa6\x0f\x6c\xc8\x2e\x02\xd9\x99\x20\x47\x98\x94\xb4\xd0\xab\x95\xd3\x62\xd4\x1f\xc7\xf0\x23\x48\x51\x1b\xb4\x94\x96\x03\x43\xfe\x32\xc4\x13\x68\x66\x4e\x73\xb7\x5d\x2c\x58\x89\x83\x76\x7c\x74\x4a\x66\x19\x9f\xcc\xad\xc1\xde\x15\x51\x5e\x1d\x24\x30\xbf\xf7\x9c\xcd\x81\xba\x92\x91\x8d\xdc\x53\x56\x25\xc3\xd1\x3f\x7b\xe6\xc2\x9d\x3f\xe4\x82\x9d\x1a\x2d\xe7\xe9\xb6\x96\xb3\x83\x7f\xdc\x8d\xfd\x99\xed\xb7\x63\x66\xd8\xc0\x9a\x6f\xde\x01\xeb\xea\x0b\xc8\x5a\x06\x89\x2e\xd3\xfa\x29\x8b\xee\x56\xbe\x9d\xd8\x24\xa7\x10\x69\x29\x40\x1b\x88\x13\x15\x16\x22\xe8\xad\x3c\x45\xfa\x30\x62\xff\xda\x67\xf3\x39\xe2\x38\xe5\x9b\x6a\xe9\xe6\x63\xef\xeb\x03\x82\x6b\x03\x65\x21\xb2\x12\x71\xcf\xbd\x81\x83\xd5\xa1\x1d\x1b\x43\xe2\x8a\xde\x40\x58\xc8\x46\x49\xdc\xba\x00\x42\xc9\x5a\xf6\xb5\x47\x79\x59\x5a\xf8\x29\xbf\xc2\x2d\x25\x5a\x37\x42\x7e\x30\xce\x3c\x00\x86\x6a\xd9\x17\x3e\x92\x48\x8c\xfa\x71\xcf\x09\xa3\xcd\xeb\xef\x56\x1f\x94\x66\x22\x73\x39\x4e\x71\xd8\xa0\x6e\x8c\xd4\xa5\xb4\xf7\xa8\xa5\x94\xac\xd7\xcc\x31\x40\xc0\x82\x69\xd7\xa2\x5e\x7f\x37\x8e\x80\xf0\xc0\xbc\x72\x2e\x13\xf5\x19\x4c\xfb\xe0\x18\x39\x08\x44\x87\x89\xde\x32\xd8\x08\x3d\xa9\x05\x51\x78\x15\x59\x7c\x20\x9e\xee\x80\xd8\xcc\x23\x55\x00\xda\x2c\x23\x3b\x22\x2d\x16\x99\xd3\x2c\xbc\x31\xcd\x19\x99\x90\x25\x59\x98\xf3\xe3\x64\x48\xbb\x37\xb2\x8e\x2c\xea\x1b\x6b\x30\x70\x3e\x64\x99\x41\xbf\x59\x97\x03\x8f\x3b\xcf\x4a\xd6\xea\xa5\x11\x78\x46\x7b\x44\xd1\x1e\x78\x49\x6d\x1d\xa5\xc0\x31\x55\xe7\x31\xf8\xe6\x98\xbf\xf8\xce\x54\x42\xfb\x67\x96\x87\xaa\x67\x38\x96\xde\x06\x1b\x4c\x7b\x4f\x51\x41\x1b\xa0\x37\x5f\xfa\xc4\x96\x0e\x76\xa9\x74\x07\x4f\x89\x4d\x7f\x42\x0a\xd3\x99\x27\x69\xad\x84\x89\xee\xf7\xad\x6b\x56\x5b\xb0\xdf\xd7\x0f\x42\x8f\x32\x8b\x28\x9c\x7a\xa0\x2e\x1c\x08\x9d\x01\xdb\xe2\x27\xa9\xea\x74\x5c\x63\x47\x95\x9a\xcf\xd2\xdd\x80\xe2\xde\x36\xa4\x68\xeb\x78\x74\x6a\x07\x54\x6e\x43\x8c\x66\x56\x7b\xba\x5e\x70\x29\xe2\xca\x1c\x3f\x71\x65\x2c\x2c\x99\xd3\xd1\x2b\x54\xe2\xb1\x2d\x71\x6c\x16\x22\x0f\xf6\xd0\x43\xd1\x68\xf6\xf7\x9e\x22\xcb\xee\x85\x67\xed\x4d\x91\x7f\x40\x79\x34\xd7\xc7\x8f\x1a\xe7\xfa\xc8\x4f\xf6\xd1\x13\x32\xb7\x4d\xfa\xe9\x76\x85\x4c\xfc\x71\x6d\xba\x8f\x61\xba\xfb\x7e\xba\x8f\xc0\x58\x64\x3e\xca\x03\x13\x1f\x6e\xd8\xc6\x45\xe8\x93\x95\x5d\x86\xe3\x47\xae\xb9\xa3\xe3\x4a\x73\x67\x3e\xbe\x57\x89\x7f\x92\x7a\xd6\x60\x03\x78\xbd\xb5\x16\x33\x87\x83\x34\x64\x26\x76\x28\x27\x7d\xb2\xa4\x9f\x39\x7c\xd9\x7f\x7a\xd2\xf4\x8e\xa2\x02\x4d\x02\x88\xc0\xa9\xd2\x20\x42\x41\x95\x06\xe1\x16\x0d\xaf\x20\x77\x3d\x3c\x22\x95\x27\xdc\x2b\x09\xdb\x93\x52\x5d\xdc\x8c\x96\x9f\x91\xc1\x2b\x10\x23\x8b\xf8\x59\x73\xdb\xe0\x8c\xc4\x0f\x5a\x66\xd7\xc8\x2f\x45\xbf\x1f\x2f\xc5\x93\x34\x18\xe8\x33\xa9\xa4\x40\x65\x54\xb1\x3f\xa7\x2e\xc3\x69\xe5\x94\x1d\xd7\xce\xef\x71\xf5\xfc\x1e\x61\x5d\xd5\x8e\xc3\x7b\x9a\x82\x37\x67\x16\x79\x71\xd6\xc0\xb9\x58\x6a\x18\x04\x13\x06\x12\x55\x64\x34\x3a\x22\xfd\xe3\xf1\x18\x86\x38\x03\xe0\x0d\x8a\x9f\x9c\xe8\xe5\x40\x13\x3a\x0b\x60\x9c\x9f\xcd\x93\xc7\xf5\xb3\x32\x61\x73\x76\x9d\x29\xf6\x6b\xc1\xe6\x13\xb4\x44\x98\x24\xea\x28\x21\x27\xa7\xae\xba\x53\x37\xc2\x93\xca\x0d\x75\xf2\xd8\xc5\x3f\xaa\xec\xed\x47\xbd\xd4\x8e\xf9\x51\x4f\x8f\xf9\xd8\x8f\xf9\xa4\xaf\xfb\xc9\xf4\x50\x8f\x6d\xe5\x8f\x8e\xd3\xea\xa1\x7d\x74\x4c\x66\x1a\xd6\x22\xac\x3b\x2d\x78\x51\xce\xd0\x23\x9f\xf7\x34\xad\x89\x7d\x07\xec\x9d\x75\xb3\x2b\xb9\x5a\x2a\x94\x58\xca\x1e\xa9\xd3\xaf\x5c\x25\x8f\x3f\x37\xb7\x40\xbc\x1e\x8d\x4e\x49\xbf\x3f\x26\xa3\xa3\x53\x72\xac\x7f\x4f\xfa\xe4\x51\x8f\x3c\x3a\x26\x8f\x4e\xcd\x8c\x07\x2f\x9e\x0d\xea\x94\xcd\xc6\x0c\xc1\x11\x5a\x30\xe7\x14\xdd\xbc\xf7\x2a\x36\x0c\xaa\x27\x9c\xde\x6d\x9c\x23\x76\x1a\xab\xb1\x12\xb8\xab\x03\x66\xc1\xc7\x60\xdb\x38\x8e\x00\xb1\xee\x6a\x94\x11\x87\x1d\x29\x22\xc7\x78\x03\x18\x41\x33\x4d\x63\x97\xb1\x20\x83\x1c\xa8\x80\x24\x6d\x83\xb4\x85\xf7\x35\x21\x5a\x05\x6f\x15\x86\xe3\x7e\x33\x12\xe3\x76\xfb\xf0\x9f\xa3\xa7\x07\x6f\xc7\x96\x6b\x2d\xf0\x6e\x9d\x73\x60\x8b\x04\x29\x3f\x01\x52\x7e\xad\x04\xbb\x88\xa2\x06\xe3\x24\xdd\x56\x82\x3b\xc9\x1b\x79\xab\x21\x3a\xe3\x19\xd0\xf3\xea\x51\x90\x16\xac\xd2\xa6\xad\x2b\x45\x92\xb4\xb8\xb8\xc1\x5d\x2b\x32\xb8\xf7\x69\x24\xc6\xb8\x79\x70\x3a\xa5\x62\xa3\x06\x62\x38\x2a\x48\xb2\x0f\xc6\xc6\x87\x22\x15\xc0\x95\x2a\xab\x0c\x2e\xa2\x33\x8e\xca\xb1\xc1\x0e\x9b\x20\xe5\x02\xa6\x48\x57\x25\x20\x33\x8e\xf1\x3f\x59\xc5\xff\x0c\x82\x52\x7f\xbd\x2b\x6e\x25\xaa\xdb\x08\xfb\x47\xb7\x8a\x34\xea\xd7\x75\x37\x56\xc3\x46\x2c\x32\x5f\xce\xa9\xc1\x33\xc0\x6f\x80\x63\x55\x0d\x62\x01\x65\xc3\x9e\x59\xaf\x2b\x88\x8c\x8b\xe4\x0e\x45\xbb\x03\xf1\xc4\xa0\x30\xe0\x2b\x03\x5e\xd7\xb9\x4b\x0a\xa8\xa8\x1c\x55\xb3\x8c\x09\xf8\xf5\x02\xa4\xb4\xb4\x48\x69\x25\x43\x87\xf6\x49\x35\x06\xa8\x53\xc1\x08\xa7\xef\x3e\xd8\x9b\xa9\xe6\x74\x8a\xc5\xdb\x4f\x58\x16\x7b\x40\x29\x11\x8f\xd4\xc7\x9b\x90\xdc\xc9\x4e\x5c\x66\x42\xb8\x11\x39\x07\x1f\xd4\x5d\xc7\xdb\x0b\x74\xba\x9c\xcc\xa3\xf8\x41\x4e\xb9\x35\x4f\xc2\xbd\x8e\xf2\x7c\x3c\x06\x59\xc1\x38\x46\x8f\x7b\x2f\xd7\x30\x99\xb3\xa4\x6a\x21\x31\x40\xca\x99\x39\xfd\xaf\x34\x34\x35\x08\xb5\xd3\x9e\xb3\x3b\x1b\x57\x15\x0c\xa6\x51\xd5\x35\x8c\xd0\x81\xfd\x30\xcb\xe4\xfd\xbb\x78\xfb\x1c\xa3\x38\x1d\x08\x1d\x71\x84\xee\x5b\x8f\x52\x3a\x8b\xcd\xf1\x23\xee\xc8\x2b\xbc\x6e\x28\x95\x3b\x82\x64\xe8\x28\xaf\xda\x5d\xc5\x0d\xc4\xc9\xd1\x6c\x5c\xa9\x3f\x5a\xe9\xed\x8c\x1b\xd6\x5d\xc2\x4b\xe0\xf0\x27\xf3\x2c\x8c\x31\x51\x1b\x64\x04\xad\xbd\x5c\xd2\x9b\xec\x1a\x0f\xde\x07\x9d\x12\x73\xfb\x54\x78\xa5\x97\x55\x8d\x92\xf7\xe4\xbd\x97\x13\x79\x4f\xae\x1a\x94\x56\xd0\x7b\x4c\x3e\x36\xc7\x6f\xc8\xe3\xb3\xe3\x07\x1a\x52\xaf\x8a\x80\x14\xf4\x0e\x44\x5e\x1b\x65\x3a\x0b\x22\xf4\x8e\xcf\x28\x78\x78\xde\xeb\x93\x9c\xf6\xc8\x5c\x7f\xac\xf4\xbf\x29\x95\x4d\xf6\x58\x8a\x46\x7b\x2c\x8e\x58\xbb\x1a\xea\xb2\x69\xf2\xee\x9d\x3e\xed\x33\x1d\xea\xa5\xf3\xe1\x8c\x52\x3a\x6f\xb7\x91\xae\x1d\xa7\x7f\x49\xfe\xa2\x13\xd7\xeb\xe4\x2f\x26\xd7\x9c\xce\x52\xe3\x83\x62\x36\xcc\x3b\xb4\x9f\x1a\x47\x11\xb3\x61\xae\xaf\x04\x94\x1f\xd0\x3e\x4e\xf5\x7e\xc9\xf5\x05\xe1\x2d\x2d\xcd\x70\xbb\x8d\x4a\x70\x43\x50\x0e\x51\xa2\x01\xc8\xac\xdd\x16\x66\x67\x67\x5d\x25\x8b\x05\x02\x9f\xfd\x76\x80\x38\xcd\x3a\xd4\x9b\xee\x9b\x18\x43\x30\x93\xba\x21\x18\x2b\x5e\xc9\xd7\x6b\x53\x23\x6e\xa8\x52\x6c\x48\xb9\xcc\xf2\x46\xd6\x4c\x61\xa5\x8c\x19\x19\x25\xad\x84\x24\xef\xb8\xfe\xa7\x12\xfd\xc8\xe6\x62\xb1\xc8\x3e\x57\x88\x24\x63\x70\x58\x1f\x9b\xd9\x2f\x48\xe1\xf7\x4f\xb1\x21\x67\x8f\x1f\xf5\xff\xbd\xfd\xf0\x3f\xa9\x0d\x61\xf4\x1b\x56\x74\xde\x9d\x14\x92\x67\x0b\x06\x7a\x10\x4e\xd7\x61\x06\xdf\xc6\x8b\x2e\x99\xd0\x79\xb7\x64\x4b\x23\x47\x74\xd2\x3f\xc1\x35\x75\x89\x85\xd7\x6a\xfa\x58\xd3\x64\xb8\xf6\xe1\x55\xbb\x3d\x6d\xb7\x67\xed\xf6\x04\x93\xdb\x5d\xfa\x0c\xe0\xd0\x5d\xe0\xbb\xa2\x6a\x25\xd1\x43\x87\x54\x79\xa9\xb0\x57\x4b\x55\x02\xb6\xb4\x5c\xaf\x9d\xb0\x98\x7e\xcc\x28\x37\xdf\x02\xd2\x83\xbc\xbf\x68\x90\x56\x2f\xca\x8b\x6c\xb9\x93\xf1\xb6\x5b\x6f\x5b\xd7\xad\x5b\x1e\xee\xed\x55\xc2\x8e\x09\xc7\x3e\x16\x62\x55\xa2\x86\x97\xdb\xa5\xdd\x0f\x47\x7a\xd4\xd2\x65\xbf\xc8\x96\x25\x8e\x88\x01\x3e\xd2\x1b\x5d\x03\x79\x09\xff\xb5\x65\x09\xd6\x30\x3a\xac\x48\x21\x98\x80\x89\xf4\x95\x40\x14\xc2\xbb\x73\xaa\xa7\x0c\x58\xa5\xc5\x70\xa0\x39\x06\xf2\x56\x9c\x06\x07\x4f\x3f\x90\x31\x29\xdd\xc8\x2a\x2c\x82\x9a\x83\x9f\x33\xfd\x96\x81\x0c\xc7\xd6\xb8\x4c\x4d\xa6\x67\x35\x93\x73\x21\x53\xb0\x82\x56\xbe\x00\x21\x8f\x66\xfe\xce\xee\x75\xb4\xdb\xc8\x8a\x88\xe0\x9a\x34\x62\x94\x14\x33\x70\x5c\x0a\xf8\x14\x06\x09\x32\x27\xe3\xdd\x6c\xd7\x68\xbd\xde\x33\x8e\x8a\xdb\xed\xda\xaa\xfa\x0d\x62\x45\x33\xa3\x78\xb0\xf3\xd6\x6c\xc1\xc5\xf4\xa8\x62\x23\xb8\x28\xcd\x19\x2f\x9f\x39\x31\x83\x3f\xbc\xa5\xdd\xa8\xca\x4a\x45\xc3\x7b\xd2\xd2\x3f\x63\x30\x37\x85\x9a\xd9\xfa\x50\xc5\x0e\x71\x3e\x67\x99\x7c\xea\xa7\xb8\x79\x65\xc1\x5a\xf9\x8e\x45\xf1\xc7\x05\x4e\x86\x97\x68\x25\xd6\x40\x63\x44\x7a\xf7\xfa\x1d\xea\x2b\xda\x1b\xa8\x83\x03\x1c\x6b\xd3\x39\xb3\xa7\xa1\xc0\x48\x8d\xb1\x65\x5e\xf4\x8c\xa0\x18\xfb\xa4\xbc\x9d\xbc\xe4\xbf\x5a\xa5\xbb\x70\x97\x05\xbf\xfe\xf9\xa7\x1f\x68\x82\xed\x16\x87\x4a\x62\xc3\x58\xca\x1a\x90\x73\x67\xc3\x69\xdb\x54\x34\x94\xbc\xda\x3e\x7a\xc7\xf1\xf0\xdd\xe1\xbb\xfd\xff\x1a\xbd\xbb\x7c\x57\x8e\xf7\x87\xef\xf6\xdf\x1d\x7e\x71\x78\xbd\x00\xeb\x56\x81\xe1\xc9\xd4\x67\x37\x44\xd8\xd1\x60\x63\x71\x50\x99\xae\x9d\x17\x89\xa3\x63\xc7\x1a\x93\x1a\xba\xab\x5c\x1a\x53\x29\x16\x03\xd9\x6e\xef\xa9\x91\x1c\xeb\x11\x8d\xa4\xb5\x08\xb3\xc8\x96\x5d\xdf\x39\xb7\xee\xac\xab\xc4\xcf\x72\x8e\x18\xbc\x2a\x48\x62\x4c\x6a\x15\xe6\x65\x89\xc3\xa5\xd2\x8a\x74\xc3\x2a\xf4\x7b\xb8\x86\x75\xe3\x66\xdb\x9a\x5a\xcd\x66\xd4\x15\x57\xf3\x60\x9c\x26\xe7\x5c\xd8\xc5\xfa\x2a\x19\xb8\x7d\xb4\xdd\x41\xee\x5f\x91\x88\x91\x01\x94\x83\xd7\x92\x7d\xd4\x37\xd1\x3d\xa6\x39\x25\xaa\x1d\x87\x3f\x28\x7e\xe0\x4c\xc0\xd6\x47\xc3\x8d\x2e\x03\xf8\x4b\xb6\x52\xe1\x2b\x17\x49\x32\xc7\xcb\xdb\xeb\xd3\xda\x09\xa9\x1d\x70\x94\xc1\xed\x0c\x28\x11\xfb\xa4\x30\xae\x65\x68\xb7\x51\x56\x8b\xa2\xf5\x88\x1a\x81\x2f\xd8\xf0\x5c\xcd\xe7\xfa\x9e\x4a\x33\xca\x63\x05\x09\x3f\xd3\x30\x87\x1e\x3c\x41\x19\x31\xea\xe4\x5b\x63\x15\x70\xd9\xdd\x2f\x53\x11\x5d\x86\xf7\x5e\x1b\x96\xcb\x68\x2e\x2f\xf7\x70\x20\xbc\x5e\x3f\xe0\x9d\x08\xb7\xcb\x70\x47\xfc\x9f\x72\x29\x86\xea\x2a\xb7\xbc\x12\x5f\x67\x25\x3b\x3d\xb9\x47\xd0\xe8\xeb\xd5\x74\xca\xe4\xd0\xfc\xc0\x36\x47\xb1\x4a\x4c\x72\x65\x2a\xc0\xa9\x71\x13\xda\xbd\x52\x22\x43\x2b\xce\xca\x3c\x5b\x32\xc4\x78\x2e\x26\xec\xe7\x9f\x5e\x3c\x13\x8b\xa5\xe0\x70\x36\xe3\x0e\x64\x93\xc9\xbd\x53\x0b\x5b\x7e\xe0\x4c\xec\xfa\xa9\x1d\x26\x93\x4c\x65\x69\xe4\xb4\xf8\xf0\xb7\x52\xf0\x81\xe9\x0c\xb1\x36\x3d\xdc\xe8\x82\x2a\x44\xa4\xc9\x93\x36\x18\xb2\xfb\x83\x0b\xd3\x44\xb7\xf9\x83\x75\x44\x37\x88\x12\x11\xd8\x65\xc0\x3e\xb1\x52\xcb\x95\xd2\x20\x31\xc2\x9d\x44\x17\x77\x8e\x35\x35\x52\x31\xf0\xb7\xb9\x87\x9f\x92\x77\xf2\x1d\x4f\xc0\x10\x32\xb5\xdf\xfe\xa2\xe9\x50\xd5\x49\x0e\xf7\x9b\xde\x92\x0e\xeb\x24\xad\xfd\xc3\x20\x07\x19\x1a\xfe\x8c\x0c\x99\xed\xf9\xb0\xe9\x4a\x54\xc2\x0d\xa3\x7a\x89\x36\xdd\x9c\x7a\x2b\xea\x4e\x26\x11\x57\xd7\x08\x8d\x34\x83\xd3\xdb\x4f\x8b\xcb\xef\x16\xd8\xdf\xeb\xfd\x60\x09\xa4\x76\x82\x2a\x16\x64\x42\xea\xa8\x37\x8e\xae\x96\x01\x8b\x74\xbd\xe2\x05\xf1\x77\x0e\xcd\x61\x0c\xe1\xd2\x61\x38\x92\x34\x02\x49\x16\xd0\xbc\xbf\x03\xad\xa2\xad\x7a\x36\xf1\xed\x35\x99\xd8\x75\x41\x77\xb1\xbe\xda\x7f\xf4\x0c\x11\x37\x35\x13\xab\x60\xd7\x77\x8a\x54\xbd\x0d\x71\xea\x5f\xdb\x49\x9b\xaa\xb4\x4e\x1d\x20\x44\x0e\x00\xd9\x82\x0c\xdc\xd4\xe8\xb5\xa9\xc1\xe1\x11\xfe\x62\x53\x2a\x6f\x9e\x2b\x19\xdf\xb7\xbe\x9d\xca\x55\x11\x72\xfa\x2b\x61\xe4\x36\xfa\x38\x1d\x55\xf1\x82\x45\xb6\x0c\xd6\x7a\xf5\x84\xed\x30\xb7\x6f\x40\x2f\x0f\x75\x9d\x27\xc1\x34\x86\x86\x65\x1a\x14\xad\x2a\xe9\xd5\x23\x6e\x55\xfa\x43\x8e\x20\x1a\xe2\x4f\xcd\xaa\x76\x5a\x92\x6e\xe2\x54\x2a\x1e\x7a\x39\xc1\x51\x5f\xa1\x29\xaa\xa2\xb1\x31\xd4\x0a\x66\x62\x67\x48\xc5\xf2\xa1\xb0\x83\xee\x31\xf2\x6c\xc8\x37\x13\x6b\xcc\x39\x98\x83\x7a\x77\x78\x4d\x92\x43\x30\x7b\xea\x6e\x76\xfd\x1c\x04\x2b\x50\xff\x35\x1c\x1f\x5e\x93\xed\x6b\x3f\xb6\x4c\xad\x37\xcb\xeb\xdd\xcb\x50\x19\x07\x6c\xe8\x78\x1f\x46\x7b\xbf\x92\x67\xf7\x0a\xe8\x3a\x9d\xa6\x65\x6b\x89\xd8\x36\x64\x19\x2b\x1c\x6e\xdb\xab\xf8\x3f\x70\x32\x6d\x6d\xff\xa7\x25\x96\x40\x5a\x78\xa8\x4e\xe0\x66\x47\xe7\xe1\xe0\x36\xf5\x05\x6f\x5d\x81\x0f\x30\x80\xe5\xdf\x02\xea\xad\xc9\x7d\xfe\xde\x19\x04\x3f\x56\x7d\x52\xd0\x3e\x11\xb4\x7a\x71\x64\xd4\xdd\x42\xc9\xf6\x2d\xd2\xdb\x7d\x8b\x44\x49\x9b\xaa\x20\xe3\x6d\xb8\xb6\x49\x80\x54\xac\x21\x43\x30\x4d\x0c\x2f\x55\x49\xf2\x76\x1b\xf8\x74\x7b\x86\x6e\x98\xf9\xfb\xdd\x68\x32\x53\x49\xe2\x28\x67\x1d\xf0\xa0\x4f\x72\x4f\x91\x70\x5f\xc6\x3e\xd4\xd0\x03\x9d\xd4\xcd\xba\xde\x83\x28\xc7\x24\x28\xc1\x9a\xba\xab\x05\x8d\x62\x69\x94\xc7\x36\x56\xcb\xe5\x4c\xa2\x59\x94\x24\xba\xc9\x33\x8c\xd3\xd0\xb8\xd8\x6a\xae\xdf\x50\x79\xaf\xb1\x1a\x4c\x90\xa2\x7a\x69\x35\xd4\x7a\xf8\x8e\x1f\x5e\x63\x3c\x44\xb2\xe3\xad\x06\x80\x7e\xfb\x3c\x2b\x0d\x91\x5d\x5f\x62\x00\x02\x14\xd4\xa3\xa4\x1c\xa7\x45\xc7\x07\x61\x9a\xa1\xff\x30\xd1\x4e\xeb\x3d\xb7\xcc\x99\xf5\xfa\x4e\x66\x37\x65\x7a\xb7\xd9\x0c\xac\x55\x99\x3d\x4a\x73\xcb\xc2\xc9\xf7\x28\x5d\x41\x6b\xeb\xf5\xca\x58\x49\x2e\xd9\xa2\xc8\xc5\x5c\x80\x7f\xd8\x86\x95\x60\x7c\xf2\xef\xac\x03\xe3\x93\xcf\xae\x82\xce\xe3\xd7\xe0\xa1\xdb\xe5\xe8\xcf\x5a\xad\x87\xef\xcf\xc6\x75\xdd\x6c\x1a\x8e\xfd\x3d\x60\x4f\x8d\x94\x81\x30\xb9\x6e\xb7\x3f\xda\x87\x12\x48\x90\x08\x57\x6e\xcd\x08\x9a\xf2\xb2\xc3\x49\x32\x68\xd6\xf7\x68\x3a\xa2\x0a\xdf\xb1\x0e\x55\x1b\x8c\xc9\x88\x8d\x9b\x34\x61\x6f\x37\xe4\xa8\x77\xf6\x40\x3b\x59\x55\xd5\xd5\x87\x52\xa5\x8d\xea\x69\xe9\x55\x4f\xf3\x58\xcd\x14\x74\x4b\x8d\xa9\x2c\xd0\x38\xad\x19\x51\xab\xe9\xae\x09\xb3\xd7\xf3\x41\xe1\x35\xd6\x38\xe5\xb1\xe2\x79\x65\x52\x62\x05\xb6\xf7\x9e\x65\xec\x7c\x72\xbd\x07\x19\x66\xfb\x0d\x54\x62\x0b\xcb\xbf\xd7\xb7\xb0\xc5\x9b\xcd\xd1\x2a\xb7\x34\xae\xec\x7b\x10\x6a\x25\x79\x54\x53\x95\xfd\x08\xed\x0c\x8c\x49\x4a\xb8\xf6\x2d\x8f\xd7\x20\x99\xaf\xa5\x58\x32\xa9\x6e\x63\xd9\x4a\x62\xf5\x75\xee\x9a\xf5\x6e\xa6\x56\x4d\xc7\xec\x89\x19\x74\x28\x43\xab\x4a\x17\xac\x0d\x99\x99\xdf\x58\x77\xc6\x36\xc5\x2c\x12\xec\x26\x4b\x2a\xd1\x84\x1c\x81\xa7\xcc\x51\x6f\x4c\x3e\xd2\xe5\xa8\x3f\x1e\x2c\x1c\xf5\x29\x1a\xc0\x02\x93\x8f\xb5\x68\x98\xa6\xe0\x0e\x4b\x7c\x56\x79\xeb\xa5\xf8\x45\xc8\x0f\xff\x37\xa8\x6f\x85\x81\xff\x21\xcd\xad\x86\x62\x9f\x53\xd8\x0a\x73\x79\xbf\xae\x96\xbb\x44\xde\x03\xf2\x14\xd7\x00\x31\x5e\xc5\x25\x07\xaa\x12\xa3\x56\x50\xe2\xbd\x87\xa7\xcd\xc6\x8c\x9c\xba\xcc\xbc\xe0\x2a\xdf\x7c\x46\xfb\x61\xab\x39\xca\x08\x7b\xa8\x9a\xd8\x68\xfc\x70\x9d\xb0\x28\xef\x03\xd5\xbf\xde\xff\xff\xfa\x5f\x55\xfd\xaf\xfb\x14\xbe\xfe\x43\x5d\xad\x26\xd5\x9a\xdd\x9c\xf6\x7b\x0c\x33\x3e\x39\x7b\xe0\x83\xd3\xff\xac\x5d\xc6\xea\x0b\x94\x6d\xbd\x40\xa5\x33\x8c\x90\xd3\xd2\x1b\x46\x98\x6b\x78\xec\x16\x8c\x26\x18\xeb\x6c\x53\x9d\xab\xd7\xef\x1b\xc3\x8c\xf0\x4e\x05\x6d\xfc\x49\x2c\x20\xae\xef\x5a\x06\x94\x06\x25\x57\xb9\x12\x32\xd8\x9e\x02\xbf\x52\xb8\x98\x22\x7b\xbf\x7b\x33\x86\xdd\x59\x56\xbe\xba\xe1\xee\xa6\x37\xe6\x3d\x19\x91\xc6\x73\x9a\xf8\x74\x6b\xec\xbf\xed\x51\xea\x94\xb3\x29\x1b\xc9\x31\x11\x5e\xae\x68\x90\x18\xd8\x0e\x54\xb4\x2a\xf6\x98\xc4\x50\x81\xa4\x85\x1c\x53\x85\x1d\x9e\x06\xd9\x86\x10\x59\xa4\x55\xcb\x91\x05\xb6\xf1\x3b\xa5\x31\x27\xce\xf7\x64\x1a\x4b\x4f\x89\x76\xdb\x98\xf0\xa0\x05\xd8\xa0\x99\xa0\x02\x63\x62\xaa\xf2\xe8\x12\xb7\xee\x43\x9a\xb9\xba\x4e\x24\xe9\xdf\xb6\x38\x5a\x75\xe1\x25\xaa\xbc\x61\x0d\xca\x52\xcb\x00\x1e\xe5\x63\xf7\xf0\x8f\xe6\x46\x04\x05\x84\xc1\xbc\x87\x04\x77\xff\x39\xdb\xa9\xd6\x3a\x6c\x46\x0b\xa4\x46\x7c\xbc\xed\x8a\x4e\x36\xba\xa2\xb3\x2e\xa2\x06\x4d\x34\x45\x0d\xef\x09\x6e\xad\x81\x1b\x2b\x06\xc8\xc6\x21\x67\x63\xce\x45\xc7\x2e\x27\xb3\xaa\xcb\xc9\xac\xa6\x04\x07\x3e\xc3\x46\x7c\xec\xa5\x6b\x03\x17\x7b\x87\x39\xb0\x9d\xd3\xfe\x47\x6c\x03\x1a\xb8\x2a\x62\xf6\x38\x55\x89\x8c\x5f\xb3\xaf\xc1\xad\x3b\xb0\x7f\x34\x56\xa2\x4f\xaa\x86\xec\xab\x80\x6a\x8c\x32\x1b\xb5\x04\x46\x0c\xe2\x29\x2b\x76\x82\xa4\x37\x73\x65\x0d\x4b\x55\x52\xbd\x75\x20\x7d\x6d\x57\x2c\x5b\x32\x5c\x79\x66\xee\x35\x8b\x46\x8d\x79\x08\xdd\xb1\xb0\xa9\x0a\xf0\x8d\x63\xfc\x97\xf0\xd8\x6f\x09\x28\x27\x23\x50\x2e\xac\xfa\x62\xfb\xcc\x55\xed\x3c\xe1\x44\x81\x2a\xcf\x6f\x56\x38\x48\x71\xdb\xd1\xdc\xc3\x4d\x69\xff\x9b\xc7\x69\x36\x60\x15\x7d\x41\x16\xa9\x13\xde\x3a\xbb\xc5\x01\xdb\x30\x0f\x09\xa9\x5c\x18\xaa\x43\x8d\x89\xd6\xe8\x05\x2b\x8b\xeb\x9d\x2c\x81\x3f\xe1\xe4\x2b\x73\xc9\xc2\x49\x50\x63\xca\x46\x6a\x1c\x6f\xb3\x88\x6d\x2c\x1a\xc5\x00\xfe\x73\x9b\xc7\x76\xdd\x6a\xee\x04\x8d\x7b\x56\x36\xe2\xa1\x3b\xd5\xbe\xec\xf0\xaf\xf9\x67\xf4\xc8\x22\x97\xfa\x62\x61\x55\xf2\xaf\xdd\x74\xb1\x87\xcf\x60\xea\xa3\xda\xbf\x66\x9f\x94\xff\x2f\x76\x0f\x3a\xd0\xd0\x3b\x4b\xa5\xfc\xa5\x68\x20\x3d\x46\xbe\xe1\xac\x5c\x6a\xb0\x58\x65\x6a\x32\xb6\x6f\xfe\x33\xff\x45\x5e\x18\x9a\xf6\x48\x46\xe5\x40\x9c\x67\x4e\x70\x52\x38\x2b\x57\x25\xcd\x46\x62\x3c\x28\x2d\xdb\x62\xa8\xe8\x5e\x2f\x55\x43\xb4\x6b\x9c\x8c\x94\x98\x30\x5a\x3a\x7d\xfd\x86\x85\xd2\x59\x36\xce\xe4\x97\xb9\x37\xaa\x6e\x17\x83\x2f\x3b\xf6\xa9\x89\xb3\x5f\x9f\x9b\x98\x6f\xe2\xda\x9b\xb0\x4f\x76\x3f\x37\x2c\x8c\xf5\x83\xd9\xe9\x8f\x37\x15\xc1\xa5\xff\xc1\xb6\x0e\xe2\xb6\xae\x76\xf8\xa4\x6d\xba\x66\x1b\x36\x39\xab\x79\x66\xcc\x9a\xdd\xae\xde\x53\x5b\xb4\x27\xeb\x95\xc9\x26\x5d\xd2\xfa\xfe\x1b\x30\xff\x08\x54\x14\x66\xbc\x6f\x34\x0d\x2b\x0c\x30\xf3\x11\x83\x6d\x3d\xbd\xec\xe6\x3e\x8c\x06\x8c\xaf\x4f\xb1\x86\x7e\x6c\x3f\x2b\xf8\xcc\x7d\xae\x8a\xad\xc4\xb0\x07\x9e\xac\xb7\x34\xb2\x15\x0f\xf3\x46\xd8\x7a\xdd\x50\x42\xdd\x30\xc6\x3f\x67\x48\x2e\x02\x9f\xef\x36\x1a\x3a\x00\x53\x41\x6a\xa0\xa8\x5a\xaf\xf5\x00\x2e\xb2\xa5\x35\x6d\xdb\xf3\xa7\x2d\x73\xb4\xf9\x07\x43\xd4\x30\xfe\x0c\x1b\xbf\x6a\x76\xa6\xb3\x2d\x10\x3b\xc3\x91\x5e\xf7\x28\x03\x21\xe7\x2a\x88\x5c\x62\xcc\x47\xd9\x98\xfe\x51\x83\x37\x66\xf4\x43\xf7\x81\x40\xe7\x47\x19\x0b\x37\x9e\xb1\xb9\x5d\xb6\x6c\xb7\x4b\x5b\xc4\xb5\x5b\xad\x20\x94\x0d\xd0\xbd\x1d\x45\x4e\x55\xf7\x1a\x4c\xa9\x02\x60\x85\xad\x5b\x96\xbc\xdd\x46\x39\x15\x04\x5c\x34\xb9\x44\x22\x30\xd1\xf7\x15\x81\x46\xee\xac\x41\xf3\x34\x27\x00\xb4\xa5\xa5\x05\xde\x18\x9f\xa4\xa5\x06\xdf\x2c\xd0\x69\xba\xe4\x1d\xe9\x68\x64\xc3\x9a\x92\xa7\x12\x59\x45\x05\xbc\xe5\xd2\xa4\xe2\x69\x0c\x06\x63\x6c\xac\x87\xbd\xb2\xb4\xa6\x2b\x5f\xf0\xb2\x68\x76\x4c\x13\xdc\xb0\x59\x36\x8c\xa7\xf2\x55\x5c\xd1\x54\x48\xf9\x44\x36\x24\x01\x00\x69\xee\x78\x06\x77\x7c\xf2\xce\x40\xea\xa3\x62\x3c\x44\x9c\xf6\x89\xec\xd0\x3e\x4e\x79\x87\xf6\x07\xb1\xe9\x5d\x19\x6c\x9e\x6e\xf5\xfb\xeb\x46\x44\x3f\xea\x6f\xdc\x05\xb0\x29\x6c\xae\x40\x6b\xeb\xb8\x5b\x1d\xbf\x4f\x8d\xfc\x3d\xde\x08\x39\xa9\x00\xdb\x61\x06\x82\x37\x56\x93\x6b\x70\xd0\xdf\xa3\xd4\xf0\x15\x9b\x6a\xe7\xc1\xc6\x52\xf4\xb2\x1a\xd8\x7d\xf7\x30\xac\x8d\xd6\xe6\xf9\x74\xd6\x4b\x77\x2c\xc4\xa6\xb6\x48\x8c\x4f\x86\xdb\xf5\x79\x1e\x41\x43\x6d\x81\x37\xd0\xe9\x6f\x9c\x11\xda\x6a\xee\x90\x3e\xa8\xcd\x98\x7c\xd8\x8c\xc9\x9d\x33\x26\xfd\x2e\xab\x27\x74\x4c\x0d\x5e\xfd\xd8\xa9\x1e\x18\x86\x95\x9b\xb5\xa6\xb9\xaa\xcd\x50\x6a\xd7\x7c\x67\x1f\xdc\x9e\xc0\xc4\xcc\x1f\xf7\x75\xd7\xe7\x2d\x9e\xad\x8d\x09\x01\x33\x69\xd8\x3c\x86\x90\x01\x47\x9d\xd8\x95\x17\xd2\x3b\x7d\xaf\x40\x87\x38\xb4\x7d\x6e\x06\xb7\x5e\x9b\xa0\x77\x49\xd4\x6e\x73\xdb\x93\x73\xea\xc6\x8a\xa1\xfa\xcf\xac\x21\x26\x77\xe6\x2a\x32\x97\x10\xdf\xfc\xcf\x3b\xe3\x5c\x4a\xb1\x74\xee\x37\xa1\x46\x17\xd8\xed\xa5\xb3\x58\x2c\x85\x54\x99\x35\x5e\xd1\x6e\x27\x4a\x43\x5f\xff\xb1\xcb\xce\x3f\xec\xee\xb1\xe6\x87\xd1\xa6\x7c\x0e\x25\xf5\x4f\x61\x64\xea\xc9\xc6\x00\x48\x6c\xaa\x37\xb0\xb3\x61\x41\xd5\x66\x1e\x61\x1c\xbb\x87\x86\x92\xb1\x60\x98\x35\x8d\xb0\x43\x4a\x80\x39\x9d\xbf\x97\x62\x62\x41\x74\x38\x14\xf9\x07\x27\x97\x62\x99\x8f\x87\xef\xf8\xbb\xf2\xee\x64\x93\xa9\x96\x93\xdb\x30\xf9\x70\xc3\x1d\x3b\xb0\x69\xd4\xfe\x46\xa2\x0f\xa1\x16\x92\x7c\xd1\x0e\x4a\x84\x11\xef\x9e\x24\x69\x50\x4a\x54\xf1\xb1\x6d\x4a\xb0\xcf\x8c\xae\x0c\x37\x98\x55\xf0\xeb\xbf\x1b\x46\x1e\xe5\x63\x43\x7d\x32\x54\xaa\x41\x1d\x64\x0c\xc0\x20\x66\x26\x4b\x0c\x7d\x9b\x4d\x73\x0f\x47\xa1\x89\xcb\xb7\x24\x4b\x4f\x80\x5d\x6e\xc8\xe9\xc9\xe3\xa3\x87\x7a\xe5\x78\x74\x6a\x0c\xd9\x9e\x9c\x9d\xf5\x41\xc6\xd4\x28\x78\x04\xea\x68\x56\xa7\x8e\x0a\x88\xb0\x28\x96\xf7\x28\x63\x2d\x25\x7a\xe3\x15\x99\xd3\xac\xcb\x36\x5e\x93\x1d\xb8\x5a\xa1\xd7\x19\xc9\x7c\xaf\x33\x22\xab\x9e\x3b\x51\x86\x37\x44\x77\xea\xdf\x65\x5d\xfe\x7b\xa4\x64\xe3\xd9\x27\xa7\x1c\x9d\x1e\x9f\x9d\x59\x1f\x3f\xe0\xda\x67\xe5\x5c\xfb\x4c\xbd\xa1\xdc\x99\x73\xe8\x43\x26\xf4\x8e\x2d\x96\xea\x36\xdd\xeb\x59\x15\xa4\xbd\x9e\x51\x0a\xde\x45\x2c\x55\xf8\xae\x46\xe0\xb4\x2e\x65\x62\x0d\x17\x0d\xfb\x5b\x51\xc1\x95\x04\x0a\x92\x4f\xb4\x9c\x50\xdd\x56\x10\x2f\xf1\x9c\x7e\xcf\x16\xcd\x57\xa5\x12\x0b\x07\x47\x87\x68\xf0\x9b\xf7\x46\x7c\x60\xbc\xf8\x3d\xc8\xea\x82\x24\xb8\x65\xb2\x1b\x00\x32\x55\x16\x7c\xbc\x33\x26\xf6\xd3\x1e\xa9\x8a\xa4\xe9\xcd\xbb\x4d\xaa\xac\xd5\xbf\xcb\x13\xa3\x72\x19\x68\x8e\xc2\x1c\xe0\x48\x2c\x4c\x96\x4d\x34\x15\x7f\xa4\xac\x63\x0c\x5f\x8f\x7e\xf7\x5e\x4d\x8d\x28\x8d\x37\x90\xe0\x24\xfb\x43\x2e\x8d\x50\x43\xe7\x10\xc6\xa3\xde\xd8\x18\x4d\x48\x60\x32\x93\x34\x9a\xd8\x0e\x65\xa3\xfe\x38\xd2\xa5\x4f\x06\x36\x7d\x2a\x19\xbb\x74\xb3\x8d\x18\x8e\xf3\x6c\x6c\x1e\xc6\x27\xb5\x14\xa7\x6e\x60\xed\xdd\x9b\x50\x2d\x4f\xa6\x0e\x34\xf8\x61\xf3\x18\xeb\xbc\xb5\x2c\x77\xae\x01\xbd\xe5\x7e\xaa\xa4\xdb\xbd\x6c\x05\x8b\xd4\x8c\x49\xc4\xac\x16\x32\xe3\x13\x2b\x63\x14\x58\x9e\xa6\x3b\x3b\x01\x44\xe0\x84\x0f\xec\xca\x14\x0a\x29\xc2\x46\x47\x63\xb0\x44\xe6\x61\x38\xea\xdf\x11\x0b\x57\x20\x36\x3a\x1e\xaf\xd7\x90\xd3\x39\xa7\x1a\xf5\xc7\xd6\xff\xca\x11\x39\x38\xc2\x56\x70\xaf\xdc\xff\xc2\x39\x59\xc1\x58\x81\x5c\x3a\x6c\x65\x83\x7c\xce\xd9\x14\x94\xbc\x4c\x48\x16\xd7\x33\xa0\x57\x7a\x75\x23\x09\xb6\x5d\x41\xe8\xe6\x9f\xe8\x5d\xb9\x8f\xd1\xe8\x9f\xe3\xfd\x77\x97\x18\x02\xff\x0f\x75\x7f\xfe\xdf\x36\x8e\xec\x0b\xa0\xff\x8a\xc4\xd3\x8f\x43\xb4\x20\x45\x72\x3a\x1b\x15\xb4\x4e\xe2\x38\x93\xcc\xc4\x71\x26\x4e\x3a\xdd\x23\xeb\xf8\xd2\x14\x24\xb1\x4d\x81\x6a\x10\xf2\x12\x4b\xff\xfb\xfb\xa0\xb0\x10\xa0\x28\x27\x3d\x73\xe6\xde\xf7\x7e\xb0\x45\x82\xd8\xd7\xaa\x42\xd5\xb7\x7e\x78\x80\x86\x3a\x4b\x3e\x3e\x98\x78\x99\x72\xc0\x30\x73\xf3\xe5\xe3\x87\x8e\x5c\xc2\xf6\xeb\xfd\x3d\xb3\x68\xee\x19\xed\xe5\xdb\x69\x89\x66\xa3\xed\x32\xb5\x8b\xb9\xba\xe4\x96\x23\x75\x3f\x8f\x04\x82\x2e\xe0\x18\xb9\x7c\x56\x5c\xb6\xb1\x15\x55\x1d\x5c\xf3\xb8\x87\xc1\x6a\x2c\x25\x74\x98\x0e\x95\x39\x07\x49\xc1\x1e\x5b\x19\x5d\xa5\x08\x2b\xeb\x4e\xb6\xd9\x04\x63\x75\x6b\x92\x6d\x36\x51\x46\x52\x84\xb5\x6d\xa5\x8e\x30\x0a\x50\x10\x07\x93\xa0\xe2\x5e\x92\x30\xe4\x61\x18\xdc\xed\x49\xb6\x75\xa2\x02\x48\x9b\x55\xee\x95\x6c\xee\x50\x5f\xd1\x64\xb3\x88\xbb\xa6\xc0\x8a\x86\x99\xd2\x34\x8f\x24\xa3\x5f\xe1\xcd\x98\x72\x76\xe2\xc2\xe2\x28\x95\xcf\xab\xad\x7b\xf1\x53\xad\xf5\x8b\x24\xbd\x8c\x4a\x65\x38\x8c\xb0\x20\x6d\x8d\xef\xb2\x0d\xc0\xef\x80\xe4\xa9\x38\x69\xf7\x35\x99\xcf\x64\x65\xc7\x45\x65\x52\x1f\x86\x51\xa1\x12\x63\xb7\x21\x70\x47\x26\x47\x00\xa1\x61\x7a\xcf\xf6\x62\x6f\xde\x1b\xb7\x28\xe0\x0c\xda\x7d\x64\x5d\x9e\x5a\x0d\xdc\x35\x4b\xf3\xa2\xa4\xd3\x97\x3c\x49\x2f\xa9\x88\x32\x40\xdf\xd6\x8e\x2a\x12\x30\x73\x1a\x3a\x96\xd8\x7a\xef\x22\x84\x44\x29\x29\xc7\x95\xad\xd3\x44\x6e\x6f\x9b\x8d\x6b\xe8\x94\xa2\x21\xba\xaf\x8f\x86\xfe\x28\x38\x5a\xd3\x6b\x85\xfc\xf0\xa5\xe0\xea\x4e\xcb\x42\x4d\x35\xaf\x14\x6d\xad\x3d\xdc\xbf\x62\xfa\x13\xbd\x68\xbc\x65\xe2\x6c\xc0\x2f\xd8\x54\x83\xb2\x97\xaf\x79\xb1\x3c\x82\x1d\xd5\xde\x07\x46\x02\x57\x4e\xf5\xed\x39\xba\xbb\xba\x94\x3b\xcb\xfd\x42\x2b\x30\x8c\x71\xaa\xc6\x6c\xd5\x8c\x57\x49\x1f\x66\x01\x48\x3a\x35\x8b\xb3\x71\x7f\x62\xd4\x66\x9c\xd3\xb7\x8f\xa9\x99\x71\xec\xde\xbd\x32\x83\xbd\x32\x1b\x1f\x4c\x36\x9b\xe6\x75\x4f\x1b\xec\xd6\x8c\xe5\xd0\x58\x4c\x24\x1d\x06\x79\xb0\xf1\x01\xc8\xba\xec\x8a\xe2\xdb\x6d\x44\x11\x1a\x06\x70\x9c\xb4\x09\x81\x46\xf5\x27\x43\x34\x00\x95\x6a\x33\x79\x76\x86\x96\xca\x4a\x3b\x12\xc3\x8e\xa4\xbb\x17\xd9\x4c\x44\x68\xac\x1b\xcf\x3c\x91\x40\xd3\x11\xa0\x87\x96\x01\xe6\x3c\xec\xdb\x3e\x18\x41\x61\xab\x23\xd7\xae\x72\x01\xb2\xd9\x54\xf3\xb8\xf0\x27\x6d\x81\xd4\xf9\xa6\xf2\xf3\x6b\xb4\x55\x35\xaa\x6d\xb5\x6e\x81\xb6\x88\x88\x57\x29\xd5\xc9\xef\xa7\xeb\xc0\xd9\x60\x36\x08\xe8\x38\x42\x08\x87\x41\x7e\x70\x76\xad\x4f\x2b\x19\x07\x35\x74\xdc\x98\x4f\x9c\xae\x73\x32\xdc\x06\xe7\x0a\x1a\x5d\xfb\x3d\x0d\xc3\xe0\x47\x2f\x60\xb3\x89\x6a\x5d\x6e\x3f\x99\x2e\x64\xda\xad\xaa\xf1\x62\x56\x09\x52\x71\x4a\xc6\x93\x21\x6d\xdc\x0d\x12\xd3\xcd\xb5\x4d\x20\x41\x43\x94\xaa\xcd\xba\xea\x90\xa1\xe6\xfb\x68\xba\xa0\xe9\xe5\x71\x56\x96\x74\xea\x11\x39\xa6\xc8\xdc\x9d\x95\xb9\x9c\x95\xb9\x9c\x95\xb2\x9b\xdb\x15\xff\xac\xfb\x7b\x9c\x4f\xe4\x28\xd5\x9c\x09\xdc\xb1\x9e\x8d\x69\xf0\x40\xb5\x67\x27\x75\x4b\xf9\x1a\x8c\x9a\x70\x8e\x86\x41\xab\xed\x31\xe5\xd1\xda\xdd\x22\xaa\x7d\xa1\xb3\x06\x31\x84\xea\xc7\x2a\xf3\xb5\x7b\x90\x78\xb5\xe3\x0d\xd5\x32\x4d\x9c\x11\xeb\x5a\x59\x12\xfa\x41\x80\xa7\x24\x1f\x4e\x7f\xee\x0f\xa7\x66\x01\xae\xc8\x6c\x3c\x35\x53\x18\x70\x33\x34\x12\x41\x65\xad\xd0\x0e\x50\x18\xea\xe1\x68\x13\xb2\xd2\xb3\x78\x41\x66\x6a\x7b\x18\x0f\x26\x9d\xc5\xf6\x9e\xb4\x91\xdf\x4d\x78\xa7\x75\x0b\x4c\x89\x86\xe1\xb4\xc5\xa8\xf9\x6a\x87\x5b\x87\xa8\xb2\x41\x83\x63\x09\x5a\xbe\xcd\x76\x69\x55\x36\x74\x27\x1b\x19\xb2\x45\x08\x14\x08\xeb\xf3\x3c\xdd\x2f\x22\x96\x2b\xc0\xfa\x91\x0e\x10\xcc\x57\x67\x17\x67\x58\xcb\x66\x70\x6a\xb8\x71\xb9\x97\xcb\xa5\x04\xe1\x8e\x25\x55\x2c\xfb\xa4\x6d\xee\xdc\xf7\x4c\xd3\x4a\x5c\x21\xf6\x1d\x4d\x56\xc7\x5e\xd2\x51\xf4\xba\xb5\x1e\x66\xca\x0f\xbf\x43\xa9\x0e\x10\x0e\x60\x8b\x87\x2f\x76\xb9\xcb\x97\xe9\x0b\x45\x96\x67\x0e\xf3\x96\x09\xf9\x0a\x87\x46\x75\xa1\xd8\x1e\xe0\x44\xfe\xd3\x94\xd8\x78\x72\x3f\xc3\x02\x2b\x08\x48\xae\x48\x90\x6f\xb3\x2d\x86\x6e\x13\xa3\xd4\x25\xd7\x84\x25\xd7\x62\x45\x38\x89\x30\xac\x10\xfd\x6c\xdc\x6d\x80\x62\x21\xe9\x01\x17\x43\x4f\xc6\xac\xa8\x9d\x74\x97\x6c\x13\xe8\x2e\xfb\x06\xf5\x7f\x60\x06\xd7\x3d\x10\xeb\xc4\x9c\x40\x77\x89\x1f\xbc\x35\xd9\xcf\xa2\xea\x1a\x5a\x2d\x48\x46\xca\x31\x27\x0e\x55\x33\x64\x76\x59\x49\x1a\x0e\x4e\x35\x19\xa9\xdb\xe5\xf0\x2d\xba\xbf\x8e\xd5\x89\x89\x2a\xe6\xc8\x32\x51\x5b\x4d\x20\x1b\x8b\x31\xfb\x3a\xbc\x97\x98\x43\x77\x45\xd5\xa0\x6d\xf6\x67\x68\x9a\x12\x61\xd3\xb8\x51\x94\x39\xb7\x72\xef\xe5\x9c\xdc\x9f\xf6\x54\x9e\xbe\x51\xe9\xac\xa5\x0c\x1b\x71\x26\x2e\x11\x2e\x40\xef\xc3\xa3\x07\xf1\xb7\x46\xcf\xf2\x6e\x9e\x84\xc1\x6f\x0e\xce\xea\xa7\x2d\x42\xf1\x6e\xc5\x83\x00\x67\x3d\x55\x1d\x19\x05\x27\x30\x30\x46\x27\xcb\xa7\xd6\xb2\x6a\xd9\x52\x36\x6d\x5a\xb3\x6e\x74\x03\x49\xb4\x1b\xe6\x20\x48\xb9\xdf\x7c\x43\x08\xe2\x4f\xcf\xdd\xe9\x3a\xc0\xbb\xa9\xa1\x5d\xa4\x21\x5b\xf8\xb0\xd9\x04\x01\xea\x38\x5d\xd6\x28\xa0\x31\xe9\x94\x00\x70\xe4\x67\xf6\x9d\xab\xca\x13\x05\xf9\x19\x6a\x6d\x83\x35\xa3\x37\x2b\x9a\x0a\x3a\x3d\x94\x4c\x84\xbb\x25\x6a\x21\xc0\x3e\x81\x8c\x9f\x5d\x9d\x17\xc9\x8b\xf4\x32\xf2\x6b\xf1\x1f\x19\x88\x7f\xa7\xdb\x1d\x5f\x69\x8e\x84\xe6\x3e\xa3\x36\x57\xd4\xd3\xd0\x36\x4f\x1e\xed\x7d\x19\xef\x6d\xb4\xdc\xa1\x44\x18\x5a\x7f\xce\x0e\x06\x36\x54\xbd\xb8\x66\xb6\x6a\x80\x75\xb6\x13\x4a\xf6\xcf\x24\x1f\x64\xd9\xcc\x90\x6f\x5c\x56\x56\xe2\x70\xed\xdd\xd2\xaa\xea\x18\xc1\x1e\xc5\xfb\x6e\x6f\x1c\x93\x7b\x96\x35\x48\x8b\xb0\xa8\xcf\x1e\xb5\x5d\x62\x6a\x65\x89\xfa\xde\xa7\x3e\xab\x05\xc2\x5a\xca\x68\xeb\xb8\xc5\xd4\x25\x84\xef\xe9\x07\xec\x51\x26\xd6\x77\x55\x7d\x25\xa3\x6f\xa9\x5a\x28\xa0\x46\xab\x25\x88\x0b\x9c\xe0\x12\xa7\xd6\xc3\x2c\xce\x65\x61\x6b\x49\x7d\xcd\x48\x7f\x38\x7b\x9e\x0e\x67\x1d\x32\x40\x15\xa1\x14\x15\x24\xca\x08\x1b\xcf\x26\xfa\x58\x9e\xb5\x09\x49\xbb\x83\xcd\x86\x8f\x3c\x26\x66\x14\x95\x32\x5a\x77\x30\x19\xa9\x9f\x71\x7f\xa2\xc5\x4d\x01\x4e\xe4\xa7\x8e\xfa\xd4\xf1\x3f\x4d\xc7\xe5\x64\xb3\x99\x8e\x93\xc9\x66\x13\x60\x99\x55\xae\x89\x94\xee\x00\x29\x6c\xaf\xbc\x03\x28\x7b\xc8\x3c\xc4\x32\x74\xa8\x3c\x29\x6a\x34\x30\xd6\xe3\x74\xba\x4e\x3d\xaa\xcf\xd1\x9d\xa7\x1d\x01\x84\x1a\x0e\x02\x34\x54\x83\x30\x16\x13\x72\xa7\x7a\x2c\xc7\x3c\xb9\x8e\x17\xdb\x2d\x5c\xad\xe5\x95\xa6\xf9\x9e\x33\xed\x5e\x61\x16\xf6\x18\x34\x9f\x63\xa9\x41\x1a\xee\xb2\x2e\x02\xc9\xb3\x9e\x56\x04\xb4\xc1\xe5\x69\xb1\xfb\x6b\x05\xa7\xe5\xbf\x55\xaf\x26\x4e\x0a\xaa\x53\x63\x91\xf7\xd4\xe7\x7b\xba\xc6\xaf\x40\x55\x7e\xbd\x53\x86\x48\xb8\x7d\x20\x76\xd5\x12\x2b\x36\xaa\x79\xc9\x5a\x05\x47\x39\xbd\x39\x11\x43\xfe\xdc\xb2\xcc\xbc\xd3\x81\x46\x8d\xf9\xc4\x69\x0f\x05\x38\xb4\x94\x46\x02\xdb\xca\x08\x57\xe7\x63\xef\x5e\x6b\xe8\x6d\x58\x5b\xa4\x8f\x53\x92\xc1\x25\xb5\xe0\x19\xf5\xa0\x52\x52\xad\x8f\x9d\x90\x74\x47\x1f\x3b\x27\x3c\x4a\x2a\x3c\xe3\x35\xc9\x8d\xf8\x40\x91\xcc\x4c\x0e\x52\x2e\x17\x81\x1c\xa5\x30\x8c\x4a\xb9\x4c\xb1\x42\xad\x93\xfb\x6c\xd9\x95\xef\x92\xb0\x2d\xc3\x50\x8b\xff\xe0\x1c\x28\x14\x81\x6b\xf8\xfd\x42\x31\x3e\x2b\x5e\xcc\x33\x1d\x30\x98\xa0\xb4\x60\x22\x63\x6b\x6a\x7a\x63\xad\x28\xc7\x69\xb1\xbe\xc8\xe9\x21\xf0\x1e\x02\x6d\x0b\x22\x1c\xa7\x05\xa9\xef\xb4\x20\x75\xa0\xec\xda\x03\xdb\x6d\x35\x61\x5f\x33\xf1\x63\x6d\x35\x5c\x15\xeb\xe0\xb3\x4e\xda\xba\x30\x69\xed\x7e\x3e\x3e\x98\x6c\xbd\xb7\xce\x60\x8b\x9c\x32\xad\xdc\xe2\xcf\x95\xa7\xc0\x5f\xa1\xab\x9c\xdc\x41\xdc\xb3\xad\x07\x74\xe0\x77\x60\xbc\x71\x7b\xc5\x7b\x24\xca\x9f\xab\x82\x49\xda\xda\xfe\x89\xe6\x3a\x34\xcc\xbd\x46\xdb\x75\x72\x4c\xe9\xf7\x7c\xbb\xff\x55\xc6\x54\x7b\xbc\x35\x7a\x11\x95\x0c\xb2\x9a\x26\x7f\xa6\xb1\xaf\x20\x59\x4b\x2f\xac\x7b\x1a\x4b\xf7\x74\xb3\xc3\xae\xee\x3b\xb9\x9b\x4b\x7e\x21\xba\x32\x11\x78\x5d\x28\xd6\xa2\x05\x1a\x13\xb6\x4c\xe1\xd5\x40\xbe\xc1\xe9\xb1\x5b\x83\x3d\xd2\xa4\x86\x21\xa8\x76\x91\xef\x89\xef\x93\x37\x56\x42\x65\xc1\xc2\x9c\xfd\x0d\x2b\xaf\xf1\xa2\x3b\x18\x66\x3f\x93\xbe\xbf\xad\x33\x42\xc7\x19\xec\x18\x9b\xcd\x81\x3c\xcb\x41\x55\x0c\x0d\xb3\x6e\x17\xed\x1d\x75\x55\xb9\x56\x59\xd5\xce\xee\x1d\x92\x17\x1d\x49\xfe\xb2\x33\x88\x81\xc1\xdc\x36\x5e\xd8\x6f\xf1\xe3\xc7\x8f\xbe\xd3\x4a\x4a\x99\x30\x65\xf6\x76\xba\x20\x2c\x7a\xfc\xe8\xf1\x43\x04\x77\xd8\xea\x0a\xbf\x24\x2c\xfa\xe9\xf1\xe0\xb1\xba\xbb\x56\x86\xb8\xb9\x8c\xf7\x64\xf0\x54\xdd\x5d\x2b\x1f\xb0\x70\x79\x3d\x90\x61\x0b\x7b\xb3\x3d\x35\x37\xdb\x2b\x6b\xa5\xeb\x02\x3d\x1a\x07\xb1\x73\x59\x95\x27\x0f\xfb\xca\x69\xac\xba\xf7\x76\x9d\xc6\xca\xc2\x9e\x3d\x71\x34\x07\xae\x3d\x7d\xd9\x1d\x1d\x6d\xd7\xd3\x3f\x45\x98\x91\xfe\x90\x3d\xa7\x43\x06\xbe\xfc\x99\xab\xa3\x5d\x29\xdd\x0f\x94\x16\x92\x3e\x1d\x7d\xb5\x4e\xa1\x77\x7d\x01\x38\xf7\x08\x2b\xb8\x2b\x81\xb6\xd7\xc6\xe3\x44\xed\xfc\x33\xf5\x34\xeb\x9f\x11\xa1\x71\xc2\xb5\x9d\x46\x85\x14\x6e\x4f\x74\x1f\xd3\x9a\x50\x5c\x77\xf5\x41\x40\x63\xb7\x44\x16\xb8\x5a\xd9\x4c\x59\xe3\xba\x1d\x8f\x1e\xd7\x09\x97\x67\x93\xfb\x1a\xd1\x4e\x10\xb7\x74\xbe\xba\xf2\xad\xeb\xa4\x6c\x4d\xa9\x5c\x4e\x60\xbc\xde\x3a\xce\xe6\xca\xaf\x6d\x6b\xbe\xce\xa6\x34\x3e\x63\x0b\x21\x56\x65\xfc\xe0\x01\xbd\xca\xf2\x65\xc2\x45\x96\x30\xb8\x64\x7e\x90\x2e\x78\xc1\xb2\x34\xa7\xe5\x03\x9d\x69\xf7\x69\x57\x65\xdb\x5d\x9a\x6c\x02\x84\xef\xde\x9f\xbc\x3a\x3a\x3f\x7a\xff\x0b\x28\xa2\x4c\xd7\xca\xe4\x09\x7f\xf8\xfc\xf2\xdd\xdb\xc3\xf3\xcf\x1f\xdf\xc5\x41\x2f\xc0\x5f\x5e\x9d\x9e\x9f\x9e\x1c\xfe\xfd\xe8\xd3\xf9\x9b\x93\xd3\x4f\xb1\xee\x2c\x27\xf8\xc3\x8b\x4f\x6f\x9a\x82\x4f\x3e\xda\xd8\xaf\x5f\x9c\x7e\x3a\xff\x78\xf4\xfa\xe3\xd1\xe9\x9b\xb8\xdd\xdf\xf6\xde\xbd\x78\xff\xd7\x30\xfc\x7f\x5d\x03\xef\x0e\x35\x05\xd0\xa6\xdd\x81\x39\x5b\x3f\x1b\xa4\xe9\xd9\xfa\xd9\x93\xc7\x07\xf5\x51\x3a\x5b\x3f\x7d\x9a\x5c\x9c\xad\x1f\xcd\xfa\x0f\xcf\xd6\x4f\x1e\x1d\x3c\xed\xc9\xb0\x59\x3a\x38\x5b\x3f\x79\x36\xbb\x38\x5b\x3f\x7e\xd8\x7f\x72\xb6\x7e\xf4\xf0\xd1\x13\x67\xc8\xae\xaf\xaf\x7b\xd7\x0f\x53\x41\xd3\x05\x8c\x98\x28\x56\x59\xfa\xe0\xe0\xe0\xe0\x71\x80\x10\x6e\xb6\x27\x67\x38\xd0\x85\xef\x35\x24\xe7\x9b\x4d\x24\x77\x10\x04\xae\xf0\xf5\x6d\x4c\x4a\x3d\x50\x64\x2c\x24\xfb\xa3\x13\x5c\x47\x63\x16\x71\x34\x41\x26\xa2\xb2\x9f\xc5\x6c\x8b\xaf\x1d\x74\xd6\x14\x5f\x2b\x75\x1f\x72\x85\xaf\x81\xab\xfc\xdb\xe9\xc9\x7b\x92\xe3\x6b\x40\x6f\x26\x73\x7c\x6d\xb4\x1b\x48\x83\x40\x18\xae\x02\x23\x8a\x64\xa6\x09\x78\x60\xde\x17\x6b\xaa\x63\x4d\x69\x9a\xef\x8b\x93\xe9\x38\xfc\x9e\x7c\x6e\x4d\x9c\xa2\xd8\x5b\xa3\x0b\x53\x96\x56\xe4\xdf\x17\x6f\xad\xe3\xf9\xbe\x80\x08\xc7\xd7\x3d\xc7\xdb\x34\xc9\x64\x94\x82\x89\x24\x63\x94\x93\x04\x5f\xf7\xac\x8e\x1d\x29\x65\x5c\x53\xcc\x1a\x22\xaa\xce\x5a\xe0\xeb\xde\x17\x65\x44\x4d\x66\xf8\xba\xa7\xfc\x53\x93\x29\xbe\xee\x29\xb3\x7a\xb2\xc2\xd7\x3d\x70\x59\x4e\x96\x32\x50\x7e\xbd\x95\x0f\xb2\x61\x17\xf8\xba\x07\x8a\x77\xc7\xb8\xa8\xc3\x60\x47\xd7\xc8\x01\xbe\xbe\x86\x3e\x55\xaa\x57\xd7\x5b\xfc\xf0\xf1\x77\xaa\x59\xf9\x2a\x54\xd9\x8e\x0a\x55\x61\x50\x8a\x13\x52\x34\xa0\x14\x97\x6e\x68\x85\x52\x9c\x2a\xfd\x33\x50\xb7\x4a\x7b\xf4\x26\x2b\x85\xec\xda\x14\xaf\x49\xda\xe3\x34\x01\x91\x15\x04\xcc\x2c\x9e\xf1\x82\xcc\x2c\x9e\xf1\x94\xcc\xe0\x72\xe1\x7e\x85\x2b\xac\x35\x0e\xac\xd6\x15\x10\x0a\xca\x3f\xb0\x92\x5f\xe4\x45\xe2\xa2\x59\x09\x2b\xdb\x07\xfd\x57\x7d\x37\x95\x70\x01\xdb\x83\x52\xcf\xb1\xb1\xb1\x02\xbf\x0b\xd4\x95\x71\xa6\xf2\x1d\x31\xeb\x88\xd8\x6c\x3b\x05\xb1\x45\x1d\x27\xab\x88\x29\x15\xc5\x0c\xe9\x8b\x81\x65\xb2\x92\x8d\x0d\x43\xf5\xc1\x08\x34\x74\x30\x51\xa1\x15\x36\x99\x8a\x5b\x61\x83\x90\x85\x17\x1f\x29\x11\xb0\x92\x59\xd3\x1b\x41\x8a\x0a\xce\x21\x73\xb4\xb5\xf4\xf8\x7c\xcb\x13\xab\xeb\x81\xdf\xe8\x97\xfa\x6e\xf9\x15\x52\x85\x2d\xcf\xa8\x92\x7a\x91\x2a\x33\xce\x0a\x13\xf6\x1e\xfc\x46\xbf\x98\x68\x17\xb7\xf2\xfe\xef\xd5\x4d\x82\xc3\x18\xeb\x31\xbc\xcf\xf0\xa6\xdd\x06\x9b\x8f\x72\x7d\x51\x0a\x1e\xf5\xb1\xc9\x08\x49\x0a\xc4\xf3\x72\x66\xa7\xc0\xe7\x8f\xef\xee\xb1\x3e\x72\x00\xbb\xfe\xe7\xec\xc1\xd9\x8f\x67\x65\x13\xea\xdf\x03\x1c\x04\x48\x5f\x05\xda\x52\xfc\x79\x79\x8f\x2f\x08\x0b\x42\xb4\x3f\xff\xb9\x06\xe5\xaa\xd0\x47\x5d\x64\x22\x61\xb4\x16\xb8\x8b\xb9\xf6\xe3\x83\x00\x33\x34\x64\x3f\x77\x07\x61\xc8\xe1\x7f\x7d\xfa\x5b\x89\xb5\xd7\x1d\x91\xe9\xc0\x8c\xcd\xc1\x49\x36\x72\x84\x97\x53\x9a\x16\x53\xba\x07\xd0\xd9\xb4\x49\x69\x8a\xd5\x71\x25\xcf\x14\xb0\x64\xba\x90\x67\x90\x20\x6b\x31\xeb\x8e\x9e\x62\x0b\x00\xb7\xd9\xec\x4b\x82\x77\x40\xe2\x54\x2d\x7c\x2c\x4c\x33\xea\x1f\xe9\xfc\xe8\x66\x05\x1d\x74\x2c\x3b\xd6\x9a\x04\xfc\x89\x5a\x19\xf4\xcb\xef\xa8\xdc\x4e\x54\x0b\x03\x42\xbe\x59\x25\xdc\x80\x08\x2a\xb0\xc5\x01\x75\x0c\x25\x0c\x24\x68\x22\x8a\x8b\x48\x58\x0d\x3d\x33\x75\xf6\x54\x2d\x1a\xff\x0f\x9e\x74\x10\x7e\x80\x94\x7f\xc9\x1d\x9f\x30\xe5\x7a\x25\x8f\x16\xc9\x15\xc1\x9c\x6b\x2d\x93\x55\x0b\x10\xe7\x32\x36\x6f\x05\x1d\xe6\x4f\xe7\xc6\x4b\x08\xea\x43\x48\x12\x10\x22\xe7\x6e\x47\xb8\x7b\x21\xc5\xeb\x88\xe2\x40\x76\xf3\x53\xaf\x85\x4d\xcb\xa7\x09\xb0\x12\x56\x3b\x30\x8c\x20\xc6\x33\x62\x19\xbd\x3c\xe0\x46\x7d\x07\xef\xcf\xd6\x64\xe8\x39\x53\x74\x70\x64\x55\x1b\x5c\x57\xf7\x89\x49\x54\xd6\x20\x29\x85\x07\x71\x57\x4f\x56\xda\xb2\xea\xb1\x16\x16\x4f\x4a\xd8\xae\x91\x04\x98\x8b\x16\xd5\x00\x99\xe7\x0e\x92\xc1\x7e\x74\x47\x6b\x56\xf0\x65\x22\xe2\x56\xd0\x71\x4b\x44\x5b\xcd\x1b\x69\xf6\x9a\x79\x06\x38\x66\x2c\x23\x05\x47\xd4\xe6\x4d\xfe\x82\x00\x89\x4f\x14\x2d\x19\xb9\xa9\x64\x59\xa4\x8b\xf2\x64\xd9\x2d\xae\x6c\xd4\xec\xac\x68\xc0\x6f\x77\x77\x91\xfa\xa6\x54\xf5\x96\x13\x66\x1c\x24\xf9\xc1\x56\xc4\xa9\xc1\x2f\x60\xea\x65\xe6\xfc\xb2\xad\xcc\xd0\xd6\x05\x20\x6e\x9c\x55\xf7\x5a\x11\x36\xcc\x29\xc0\x1e\x93\xfb\x73\xb9\xd9\x34\x7d\x3d\xaf\x3e\xfb\x0c\x2f\xed\x95\x14\xca\x04\xd0\xec\x6f\x5a\x05\xfc\xf4\x78\xf0\xf8\x3f\xeb\x9d\xe2\xc9\x53\x25\x88\x50\xc2\x89\xd4\x0a\x1d\x72\x2b\x25\x58\xff\x67\xa0\x43\xc6\x93\x61\xcd\x93\x84\xe6\xbe\x49\xf0\xb4\xf7\x53\xef\xa9\xbe\x7d\xd5\x3e\xb4\xd4\xd8\x33\x39\xdb\xf3\xec\x2b\x8d\x2a\xa4\x09\xc7\x65\xc4\xba\x59\x28\xe9\x19\xdb\xb8\xd9\x19\xa7\x95\xae\x17\xab\xaa\x88\x31\x9d\xa0\x9a\x81\xb1\x66\xb0\xfe\x13\x78\x1e\xba\x92\x7d\x8b\xb1\xeb\x39\xd4\x0c\xc3\x46\xff\x05\x42\x71\x74\x7c\xef\x67\xcf\x3b\xf5\xbe\x38\xc0\x10\x8d\x2a\x32\x10\xec\x95\x63\x2d\x8a\xd9\xb1\x5f\xb6\x1d\x74\xcf\x9d\x01\x19\x4f\x70\xe6\x3b\xbd\xc9\xac\xeb\xb3\x26\xff\xd0\x8e\xeb\xb3\xb6\x52\xd9\xd5\x6c\xf2\xa8\x20\x45\x84\x62\xfb\x1e\x86\x51\x51\x7d\x45\x78\x77\xc1\x16\x75\x19\x53\x61\xfd\xb0\x21\xa6\xb0\xce\xc1\xf5\x59\xe5\x9d\x6d\xbf\x19\x70\x01\x0e\x6b\x5c\xe9\x11\x62\xea\xa6\xb4\x70\x92\x35\x00\xcd\x14\xb5\x78\xae\x9b\xe2\xea\xdc\x29\x36\x9b\x76\xa1\x86\x30\x0c\xdb\x85\x03\xf5\x51\xdf\x90\x8b\x4e\x60\x71\x52\x2d\x2e\xaa\x6a\x40\x50\x39\x34\x4b\x94\x43\xeb\xa4\xee\xd0\xba\xba\xda\xda\xdd\x70\x3c\x1c\x28\x9c\x57\x2c\xa8\x35\x2e\x5b\x23\x9c\x36\x06\x6f\xf1\x4f\xfd\x9f\x7e\xfa\xdf\x63\x42\x95\x8c\x33\xb9\xc7\xff\x4c\x86\xee\x7c\xd3\xff\x0a\x7b\xce\x7a\x9f\xd1\xc0\x67\x9e\xf3\x15\xcf\xef\x4c\x56\xf9\x9d\x71\xb0\x5d\x7a\x15\xc0\x60\x03\xb7\xf5\x9d\xc0\x67\x2e\xee\x59\x33\xe0\xcd\xbf\xbf\x51\x08\x3d\x71\x35\x08\x45\xe5\x47\x4d\x73\x55\x55\x80\x3f\x73\x41\x67\x41\x0b\x55\xef\x8d\xe8\xfa\xa5\x57\x76\x63\x1e\x36\x84\xe9\x60\xe3\x4f\xc6\xb9\x4a\xfc\x26\x94\x5c\x2d\x87\x59\x96\x0b\xca\x1b\x15\x1a\x75\x56\x01\x31\x6a\x02\x9e\xff\x91\xef\x80\xfd\x83\xa1\xd8\x9d\xee\x9e\xfd\xda\x16\xcb\x13\xee\x3b\x26\x30\xce\xd4\xf9\xe9\x9d\xb1\xc9\xce\xb4\x2e\x77\xa6\x35\x18\xa5\x3d\x3a\x70\xe2\x80\x77\xa7\x27\x8f\x7e\xaa\x42\xd6\xf2\x1c\x3e\xe8\x3b\x71\x94\xc4\xe4\xa7\x83\x2a\x64\xe1\x09\xb6\xd6\x11\xc3\xd4\xe8\xe8\x4b\xea\x6e\xe8\xc8\xc5\x8d\xe3\x8f\xa1\xb5\xf0\x82\x05\xc3\x10\x8e\x38\x11\x0e\x2a\x03\x45\xca\x53\x0a\xd1\xb8\x19\x5c\xa9\xc3\x6c\x36\x11\xb7\xfa\x5e\x08\x73\xb3\x1a\xca\x88\x99\xd5\xe0\x00\x26\xed\x57\xd1\xe7\x46\x89\x65\x4a\x6f\x2a\xcd\x95\xb6\x50\x8e\x59\xb8\x9e\xad\xae\x06\xce\xcf\x96\x47\x55\xaa\x3a\x83\xc9\xae\x56\x89\xfa\xc2\xbd\x2f\x08\xa7\x51\x1e\xb1\x0a\x89\x02\x61\xbf\x8a\x32\x25\xf2\x5a\xfe\x3d\xa7\x99\x12\xb2\x2a\xca\x73\xb7\x00\x27\xe1\x6e\xf6\x8a\x1d\x91\x7b\xfe\x8a\xd3\x15\x65\x4a\x23\x1d\x35\xb4\x78\x24\xf6\xb5\xd1\x6f\x7d\x6c\x70\x3e\xdc\x40\xdf\xe3\xca\x2c\xe3\xa5\x50\xd7\x68\x4a\xc5\xbc\x24\x45\x94\x55\x27\x70\x69\xaf\xe9\x4b\xef\x04\xd6\xd7\xf3\x7e\x3d\xdc\x37\x07\x08\xad\xf4\x81\xd0\x4a\x05\x84\x66\xf6\x4b\xc7\xf0\x59\x03\x8a\xfe\x27\xb0\x8b\xe4\xbe\xc4\xe1\xc6\x46\xed\xe4\xd8\x41\x30\x72\x7d\xd5\xc2\xf2\x67\xdb\x48\x5f\xb7\xa1\xe1\xa2\xc1\x27\xa0\x2f\x30\x26\x74\x8b\x17\xbb\x67\x9d\x17\x29\xf3\xdd\x11\x2e\xf0\xc2\x6e\x28\x8b\x2d\x7e\xf6\xd3\xe3\x87\xff\x8b\x62\x59\x6f\x5b\x48\x76\xb6\x85\xd2\xde\x25\xa6\xf6\xa2\xcf\x97\xb9\x17\xee\x56\x91\x34\x6f\x15\x99\x65\xdd\xaa\xad\x22\xdb\xb7\x55\xc0\x9d\x74\x66\xb7\x8a\xcc\xd9\x2a\xb2\xea\xe0\xb4\x5b\x85\x31\xf5\xd9\x0b\xed\x9a\xc2\xa5\x43\x62\x74\xc0\x54\x6c\xb4\xc5\x3e\x66\x80\x6f\x60\xae\x63\x8d\xbc\x37\x23\x0c\xc1\x67\xe5\x8f\x0f\x50\x0c\x96\x76\x8c\x88\x91\x00\xa5\x2c\xe3\xc9\x84\x27\xd7\x51\xa0\x55\x60\x03\xac\xd1\x8c\x4e\x56\x94\x05\xda\x92\xc2\x9a\x02\x52\xa5\xfb\xce\xec\x3c\x2a\xdd\x73\x24\xc7\xb9\x1d\xf6\x1c\x97\x76\xce\x80\x65\x67\x8e\xb6\xf8\x49\x7f\xf0\xbf\x26\x9f\xbf\x83\x0b\xeb\x38\x88\x5b\x01\x96\xfb\x29\x13\x71\xd0\x6a\xb5\x5a\x01\x56\xf5\x7f\x45\xd3\x3c\x06\xef\x88\xea\x5d\x56\xc2\x7d\x97\xed\x8b\x03\x1b\x1d\xb4\x37\xdc\xef\xfa\x26\x43\x05\x81\x8a\xa6\x7a\x04\x4d\xb6\x97\xc5\xf4\x36\x0e\x02\xac\xef\x86\xde\xd1\x99\x80\xbc\xf4\xfb\xc7\x6c\xbe\x50\x01\xf6\x66\x3d\x6e\x0f\x94\x1d\xf5\x5e\x52\x6e\x87\x8c\x03\x88\x7f\xca\x89\x68\xa0\xbd\xec\x92\xde\x2f\x0c\x92\x79\x8c\x15\x9d\x30\xd9\xef\xfc\xf8\xc5\xe9\xa7\x96\x9c\xad\x2d\x19\xaf\x15\x74\x54\x82\x4e\xd0\x6b\x1d\x27\xb7\x17\xb4\x75\x5b\xac\x5b\x8c\xd2\x69\x4b\x14\xad\x74\x91\xb0\x79\xe5\xea\xd8\xe1\xa3\x7a\x7a\xa6\x98\xf2\x7c\xb4\x5a\x8b\x28\xb5\x4f\x19\xfa\xa2\x98\xde\xba\xca\xbd\x8d\x98\x55\xb5\xc8\x46\xbd\x12\x86\x46\x1f\x9c\xba\xc7\x22\xf7\xd3\x9f\xb0\x12\xb6\x8b\x81\xe2\x20\xa7\x33\x51\x69\x66\xca\x01\x0e\x2c\xd0\x8a\x8e\x02\x16\xb7\x55\x1c\x18\x74\xb3\x62\x4c\x4d\x82\x07\x3f\x06\x1d\xd1\x51\x2e\xd7\x3a\xac\x03\x22\x68\xa7\xa5\xdf\xb2\xe8\x73\xcb\xab\x56\xa8\xd2\xd5\x50\xc2\x6d\x30\x23\x63\x76\x21\xff\x22\xb3\x92\xb1\x95\x25\x8a\x5c\x9e\xd6\xc6\x26\x0c\x23\xde\x21\xb4\x66\x79\xb3\xd9\x78\x76\x49\x60\x9f\x29\xe3\x05\xc3\xc0\x9f\x88\x11\x77\x6b\xbe\xcf\x22\x45\xa5\x00\x0d\x6b\x8a\x77\x6a\x65\xad\x1c\x91\x1d\x40\x5f\x87\xb8\x69\x1c\xdd\x18\x98\x62\xd0\xab\xff\xb6\x71\x4c\xd5\x89\xc1\x7f\xcb\x79\x0d\x37\x6c\x5c\x81\x56\x24\xcb\x72\xb4\x53\x37\x6d\x6f\x80\xe2\x20\x18\xee\xf3\xc2\x48\x6b\xa6\x01\x23\x66\x3b\xd4\x86\xc5\x3c\x0c\x23\xd6\x21\x41\x2b\x90\x8d\x54\xca\xd7\x5e\xb7\xb0\x0e\x77\xdc\x4d\x66\x24\xa2\x9e\x19\x82\xd2\x05\x8f\xc4\x28\x18\x06\x71\x50\x9f\x52\xac\xc3\x3b\x19\x8c\x84\x85\x9f\x2b\xa6\x8d\xe0\x48\xae\xed\xe5\x8e\xe7\xc0\xbe\x63\x11\x05\x0c\x85\x71\x15\xa8\xb1\xde\x44\x97\x54\x90\x1f\xfe\x44\xac\xd4\x85\xe4\x14\xec\x83\xbe\xa5\x9b\x3f\x68\x5d\x1a\x7c\x60\x4b\x9d\x9a\x1b\x43\x6d\xdd\xa1\x31\xf3\xd0\xb0\xa8\x0d\x7a\x51\xf7\xa1\x1a\x65\x58\x92\x70\x7c\xb3\x61\x6e\xa3\x1b\x15\xe0\xaa\x51\x37\x00\x5b\x3b\x8b\x67\xf7\x78\x33\x25\x8b\x0e\xef\x04\x77\x81\x9c\x62\xca\x6b\x85\x1d\xbe\x30\xf4\x5b\xa8\x0d\x1e\xcc\x56\xe4\x77\x8f\x82\xef\x43\x28\x6e\x0a\xc6\x81\x3d\x40\xe4\x86\x52\x6b\x3b\xab\xad\xb8\x60\x1b\xec\x4e\xf8\xbd\xea\xdf\x86\xc9\xc9\x66\x11\xdb\x6c\x22\x46\x04\x2c\xe6\xa6\x89\x0c\xf6\xa3\x5a\x33\xda\x8a\xde\xf9\xd0\x8c\x99\xc6\x75\x91\xab\x40\x8f\x93\x55\x31\x6d\x67\x9b\x8d\xc5\x00\xca\xb4\xb6\x7a\xa6\x08\x6d\xf0\x1a\xaa\x99\x55\x58\x43\x99\x8b\x27\x68\xe3\xdb\x28\x5b\xc8\xcf\x14\x5f\x8c\xd9\x44\x1f\x91\x06\x47\x48\xe6\x91\xc8\x7a\x9a\xab\xda\xea\x85\xdc\x6d\x11\x6e\x5c\xa3\x55\x9c\x31\xb3\x1e\xba\xbd\xc0\x7a\xc3\x36\x1b\x3d\x3a\xae\x71\xbe\x1a\x08\x88\x64\xa0\x30\xb5\x18\xa0\xc4\x29\x81\x51\xe8\x44\x51\x49\x18\xb8\xf4\x12\xc5\xe7\xd5\xca\x58\x5f\x76\x4a\xc7\xbc\xd5\xc9\x6e\x9c\x4e\x46\x6a\x5a\x8e\xd3\x49\x94\x60\x8a\xe2\xa4\xee\xb0\x92\xee\x75\x01\xdb\x34\x66\xed\xc1\x16\x79\xdd\x50\x89\xdb\x38\x00\x02\xc8\x4e\x45\xd8\x6b\x3d\xe1\x98\xbb\x93\xe9\xdb\xba\x89\x2e\xc2\x70\x43\x65\xf7\x2c\x12\x39\xf6\xf2\x78\x53\x46\xda\x49\x69\x8c\x47\x1a\xdb\x26\xcc\x36\x5a\xd9\xd0\x78\x4d\x74\xd1\xe0\xae\x8f\xec\x12\xfa\x77\x6b\xdc\xaf\xb6\xbe\x26\xa9\x72\x43\xfd\x14\x51\xb1\xbf\x6e\x6f\x81\x16\xbd\xff\xfe\x1c\xce\x5f\x88\x37\xf2\xde\xe2\x68\xa7\xbe\xac\x72\x59\x5a\x2d\x4a\x1e\x86\xbc\x4d\x08\x0d\x43\x6e\x2d\x9c\xcc\x13\x81\xf0\xc6\x85\xe1\x59\x66\x9b\x0d\xda\x0b\xd4\x6e\xc2\xc1\xaf\x8f\x9d\xb8\x24\x12\x24\x1b\x67\x95\xd6\xbe\xe3\x91\xeb\xec\xf4\xc1\x1c\x07\x01\xc2\xed\xc1\x16\xba\x42\xb3\x55\x6e\x8f\xbc\x74\xe9\xe9\x7b\x76\x6c\x7f\xcc\x8c\xc1\xc3\x77\x2d\x8d\x96\xc7\xa9\x23\x03\xff\x46\xfc\x60\xd7\x93\xa1\xf2\x63\xc8\xc0\x96\xc4\x78\x17\xfb\x9f\x33\x36\xe9\xfc\x00\x9a\x0b\xd0\xa0\x7d\x2b\x8b\x8d\x9c\x9d\x5d\x60\xe0\xaa\x82\x8a\xeb\x08\x50\xcc\xea\x79\x9b\x7e\x72\x25\x83\xb6\x6b\x5e\xdd\x4f\x04\xfa\xfd\x22\x23\xff\xff\x59\xa7\x00\x02\xcd\x9f\xed\x94\x7b\x61\x6b\xf6\x2e\x6f\xe3\xee\x57\x2f\xef\xc8\xac\x1a\xb9\x5a\x36\x1b\x6a\xe5\x41\x0c\x7d\xd7\x1a\xd1\x7d\x26\xfc\x55\xd2\xd0\x67\x82\x88\xfb\xfb\x4c\xd4\x23\x55\x8d\x6f\x5a\x2c\xfb\x6c\x09\xfe\x8d\xed\x18\x28\xbe\x6f\xd1\xb4\x55\x8b\xbd\xd0\xff\x78\x83\x81\x1c\xfb\x17\xdb\x6b\x5d\x87\xd1\xef\x3a\x60\x34\x25\x78\xcf\x16\xbe\xd7\xb8\xa1\xa1\x36\xff\xca\x72\x54\xe5\x3b\x3a\x31\x6e\xb8\xd7\xab\x65\x3c\xa9\xf6\x57\xaf\x9a\x0e\x61\x72\xdf\xd6\xc1\x88\x73\x06\xcb\x7a\x8c\x1c\x92\xb4\x61\xe3\xf2\x59\x82\xfb\x12\x98\xfd\x1c\xc5\x0e\x25\x25\xf6\xc5\xd6\x5b\xc0\xbe\xbc\x60\xba\x57\x78\x03\xdc\x92\xa0\x80\x86\xcb\xc3\x50\x51\x9c\x92\x0b\xd0\xec\x49\xd6\x21\x03\xcc\x09\x77\x4e\x45\x56\x9b\xa5\xf6\x1e\xb5\x5e\xa8\x3a\x6c\x03\xa0\x2e\x2d\xa0\x93\x45\x21\x21\xfd\x61\xf2\x3c\x1b\x26\xca\x72\xac\xd8\xee\xd8\xc0\x19\x9e\xf1\x3e\x96\x53\x23\xda\x58\x7a\xcd\x4a\x13\xe5\x41\x0d\xc9\x00\x8e\x8a\xcb\xef\x71\xe3\x1d\x64\xed\x52\xe6\xc9\xb3\x67\xdf\x73\x29\x63\xdc\xc3\x54\x12\xcd\x4c\x55\x4b\x09\x88\x05\x72\xd8\x2a\x8a\x1c\x0c\xc3\x0c\x67\xb6\xb8\x6c\x8b\x9f\x3c\x7a\xec\xcd\x7c\xaf\x24\x9b\xca\xf8\xa9\x21\xca\xad\x4e\x14\xe8\xf7\xc0\x51\xd1\xed\x2d\x6f\xed\xe7\xe5\x6d\x80\xb6\xf8\xf1\xc3\x27\x4f\xf6\x67\xae\x8d\x07\xff\x12\xf4\xd2\x45\xc2\x0f\x8b\x29\x7d\x21\xa2\xbe\xe4\xb1\xfe\x12\xfc\xa5\x16\xc6\x49\x70\x76\x56\x8f\x98\x91\xe0\x41\x3d\xac\x00\x97\xc6\xb5\xc0\x44\x72\xe8\xb5\xb0\x92\x04\x67\xb3\x7a\x60\x4a\x82\x33\x51\x0f\xcc\x49\x70\xc6\xeb\x81\x6b\x12\x8c\xeb\x61\x33\x12\x4c\xea\x61\x0b\x12\x44\xf5\xb0\x29\x09\x50\x3d\x6c\x45\x82\xbb\x7a\xd8\x92\x04\xdb\x7a\xd8\x15\x09\x86\xf5\xb0\x39\x09\x7e\xac\x87\xdd\x92\x20\xae\x87\x5d\x90\xe0\xbf\xeb\x61\xc7\xe4\xc1\xf8\x4c\x9c\xb1\xb3\xd9\x19\x6f\x05\xff\xf5\x97\x08\x3d\x18\x8e\xcf\xce\xce\x26\x77\x5b\xb9\x21\x5d\xbb\x9f\xdb\xf0\x3d\x1e\xfe\xb7\x89\xb0\x39\x7b\x10\x8d\xc8\xd9\x8f\xe8\xc1\x1c\xdf\x90\x07\xbd\xf1\x19\x0b\xfe\x12\x3d\x38\x3b\x9b\x3c\xc0\x2f\x64\xca\x69\xd2\x9d\x4d\x1e\x64\xce\x64\xaf\x6f\xb2\x97\xf8\x04\x7f\xc2\xa7\xf8\x1c\x7f\xc5\x87\xf8\x08\xbf\xc7\xef\xf0\xab\x7f\xfd\x7e\x18\x7f\x20\xe0\xfa\x53\xad\xbc\x93\x59\x84\xf0\x1f\xe4\x55\x2f\x9b\xb3\x82\x53\x10\x88\x96\xf8\x23\xf9\x60\x0c\x7a\x5e\x92\x3e\xfe\x42\xc6\x13\xfc\x3b\x19\x4f\xaa\x95\xf4\xb6\x12\xd0\xbf\xdc\xda\xd0\x5f\x23\x6b\x7b\x46\x77\x8c\xe9\x82\x8e\xc0\x2f\x51\x15\xf9\x75\x95\x85\xe4\x3c\x7e\xb7\x3c\xc7\xcb\x9f\xc9\xc7\x2a\xda\x1b\x7d\x8c\x98\xef\xe6\xac\xf8\x5d\x03\x91\x49\xb6\x39\x92\x49\xf4\x1e\xf7\x8a\x68\x2d\x5f\xd5\x22\x53\xfc\x50\xe3\x46\x5e\x92\x0f\xee\xf8\xbe\x44\x0a\x27\xb2\x55\xc4\xf0\x93\xa8\x9f\x54\xfd\xe4\xea\xa7\x8c\x4f\xc8\xcb\xe1\xb4\xb8\x3b\x91\x1b\x6d\x2d\x87\x13\xb4\xbd\x5e\x64\x39\x8d\x2e\x09\x21\xc9\x66\x73\xa9\x70\xae\xe4\x4f\xaa\x7e\x72\xf5\x53\xa2\xe1\x3b\x32\xd6\x56\x6a\xf8\x83\xe6\x8a\x5f\xe2\x13\x34\xc1\x2f\xc9\x49\x77\xe0\xa0\x41\xb6\xd6\xaa\xe4\x99\xfa\x59\xa9\x9f\xa5\xfa\xb9\x55\x3f\x57\xea\x67\x1a\xcb\x56\xbf\x25\x4a\xff\x00\x94\x11\x0f\x75\xed\xa2\x4b\x28\xf2\x2d\x7e\x8b\x5f\xba\x80\x97\xad\x45\x9c\xcd\xa2\x23\xf2\xc5\x48\x70\xbe\x58\x9b\xe3\x38\x08\xf0\xfb\x5a\x17\x75\x06\x92\xcc\xe5\x70\x70\x1e\x85\xe1\x7b\x05\xa1\xfc\x5e\x61\x97\xbf\x57\x78\xfd\xf2\xa7\x50\x3f\xa9\xfa\x29\xd5\x4f\x8e\xee\x74\xe7\x65\xb3\xe8\x2b\x69\x0f\x70\x77\x40\x08\x89\x4e\xc8\x87\x4a\x17\x19\x05\xf8\xa4\x33\x40\x08\x06\xfa\x8f\xcd\xe6\x95\x4a\xa4\x50\x57\x7e\x8d\x02\x63\x07\x8b\x00\x15\xec\x90\x9c\x0c\xbd\x1a\x1e\x76\x07\x88\x10\xc2\x87\xe8\xb0\x4b\x06\xf8\x2b\x69\x7f\xd5\x63\xf2\x55\xf5\xb9\x4e\x5f\x7a\xdd\x2e\x9b\xf5\x12\x9f\x40\xe7\x2b\x4c\x98\x7a\x9d\xa0\xe5\xa7\xa4\x96\x06\xea\x7f\xb2\xd9\xdc\x28\x8d\xde\x53\x34\x92\x45\x44\x01\x96\x7f\x2f\x27\x71\xe4\x97\x78\x6a\x0b\x71\xe1\x3e\x5b\x42\x8d\x1e\x8b\x3f\x91\x4b\x05\xef\xf3\x97\x20\xfe\x4b\xf0\x17\xfc\xcd\xde\xfa\xd4\xd4\x57\x9d\x41\xd5\x5b\x5a\xdd\xf0\x5f\xed\x2c\x9d\x7c\x5f\x57\xb9\x8d\xb8\x88\x8f\x2b\x4d\x73\x59\x09\x7c\xac\x3a\xe5\x03\xc2\x27\x44\xae\x6a\xe7\xfb\xe8\x83\xe5\x9a\xdd\x64\xdd\x03\x2c\x4b\x35\x08\xa9\xdf\x53\x2c\x8f\x65\xcb\x4e\xc8\x4b\x7c\x4e\xda\x7d\xbf\x79\x32\x91\x6a\x1e\x2c\xd6\x73\xd2\x3e\x97\x5b\x44\x7d\xd1\xca\xac\xcf\xc3\xf0\x52\xb9\x46\xbb\x54\x93\xf8\x52\x4d\xe2\x4b\x35\x89\x2f\x95\x43\xe4\x4b\x35\x97\x23\xc8\xee\x85\x6e\x1e\xe4\x05\x8b\x1f\x69\x78\xb1\xe1\xce\x27\x00\x5f\x87\x5a\x34\xd6\x30\xd1\x79\xa2\xad\x6c\xfe\xf7\xb4\xdd\xc0\xc0\xca\xf9\x92\x85\xe1\xce\x22\x25\x84\xcc\x47\x80\x59\xe6\xaf\xae\x1f\x1f\xc8\xa9\x7c\x80\x3a\x03\xc9\xac\xc8\x29\x33\x3a\xb1\x1b\x7c\xfc\x6b\x64\xe9\x5c\x84\x60\x28\xec\xdd\xd0\x9e\xea\xa0\x38\xba\xae\x0d\xfb\x75\x6d\xd8\xaf\x9b\x87\xfd\x7a\x67\xd8\xf7\xb7\xfb\x8b\xd2\x1f\x7a\x87\xa0\x48\x43\x79\xbe\xec\x74\xf0\xbb\x6d\x75\x3a\xfc\x22\x4f\x87\xdf\x2d\xb4\x93\x46\x3f\xb9\x48\xd2\xcb\xf8\x17\x6c\xa1\xb5\xe2\x37\xd8\x62\x3a\xc5\xaf\xb1\x01\xcb\x8f\xdf\x6e\xb7\x5b\x3c\xe8\x3f\xfe\xe9\x5b\x24\xd8\xdd\x76\xcf\x01\x2d\xc6\x74\xb2\xd9\x44\xf2\x87\xb4\xfb\xcd\x32\xd8\x3d\xd6\xa1\xbe\x0d\x22\x68\x2f\x3d\x1a\x0c\xbe\xd3\xab\xef\xb7\xef\x84\xf7\xde\xac\x2a\xa2\xfc\xdf\x72\x2c\x57\xbb\x9c\x55\x37\xff\x46\x23\x0b\x57\x96\x49\x02\x2b\xe9\x43\x18\xaa\x5f\xcf\x19\x5d\x46\x74\xa0\x71\x47\xc7\xf4\x15\x04\x18\x66\x65\x2e\xa6\xbb\x31\x07\x07\xcf\xce\x3e\xa6\x3b\x7c\xa2\x6c\xfa\x4e\x25\xb2\x3e\x16\x4c\xf8\xa1\x49\xe5\xf8\x5a\xb0\x50\x6e\xca\x79\x1c\xc8\xa0\x8b\x09\x61\xe3\x62\xf2\xaf\xab\xf6\xc9\xa6\x8c\xec\x93\xa6\x7e\x6c\x57\xe0\x3b\xa5\x59\x17\x3b\xba\xbb\x70\x55\x7f\x13\x57\x5a\x50\x58\xae\x06\xf5\x2e\x9f\xb6\xc8\x68\xc2\xb9\xa9\x46\xce\x73\x27\x00\xc5\x7e\x53\x48\x6c\x9f\x9a\x98\xa8\x02\x17\x96\xab\x29\xb6\xf8\xe9\xd3\xef\x9c\x6a\xcf\xfa\x3f\x3d\xf1\x78\x28\x74\x57\xad\xbf\x42\xbe\x15\x3d\x4e\x4b\x2a\xb4\x8d\xa3\xba\x91\xc8\x70\xc3\x82\xf1\xa6\xa2\x42\xe9\x01\x68\x1e\x38\xcb\x92\xca\x95\x66\x49\x9c\xdb\xf9\xc3\x24\xcf\x33\x36\x6f\x7d\xe0\xc5\xea\xd3\xed\x8a\x96\xad\xab\x24\xcf\xa6\x89\x28\x78\xd9\x9a\x66\x9c\xa6\x22\xbf\x35\xca\xaf\x95\x31\xc4\xc5\x6d\x4b\x2c\x68\xeb\xff\xac\x78\xb1\xea\xca\x19\x5a\xfe\x9f\xd6\x2a\x49\x2f\x93\x39\xed\xb5\x3e\x97\xb4\xca\x4f\x41\x0e\xda\xd7\x08\xc1\xfd\x7e\x92\xe7\x32\x83\x65\xaf\xf5\x91\x26\xd3\xd6\xb2\xe0\xb4\x95\x88\xd6\x42\x88\x55\xfc\xe0\xc1\xec\xa2\xb7\xa4\x0f\xd6\x25\xed\x42\xe2\x6e\x55\x4a\x60\x8c\x34\x4a\x05\x3e\x18\xbc\x65\x57\x09\xcf\x12\x26\x5a\xbf\x64\x45\xae\xad\xbd\x4a\x67\x0f\x13\x8e\xcf\x88\x2d\xed\x65\xe5\x47\xfa\xc7\x3a\xe3\x74\x4a\xa8\xd6\xb4\xbc\x4b\x38\x4f\x6e\x63\x8a\x2f\xb2\x79\xc6\x84\x7c\x28\x8a\x3c\xa6\x58\xe6\x11\x4b\x56\x7e\x79\x41\x79\x4c\xb1\xd2\x20\x8e\x29\x56\x87\xb8\x7c\x00\x76\x33\xa6\x38\x61\x32\x03\xc8\xe8\x64\x16\x0b\x4c\x73\x0a\x3a\x1d\xd4\x3c\xc9\xc6\xc7\x14\x1b\x63\x15\x88\x04\x1e\x17\x4d\xb6\x10\x52\x30\x5a\xfd\x42\x12\x81\xcb\x45\x02\xbf\xf4\x26\x49\x45\x2c\xb0\xdf\x9f\x71\x81\x77\xa6\x47\x9c\x6d\x2b\xeb\x7b\x1b\x93\x30\x10\x7e\x1e\xf4\xfb\xbb\x20\x0a\xd5\x6c\x62\xd1\xd3\xa7\x4f\x51\x84\xb6\x58\xce\xcc\xef\xe0\xcc\x49\x70\x7a\x74\xf8\xf1\xe8\xd3\xf9\xab\x93\xf3\xf7\x27\x9f\xce\x3f\xbc\x38\x3d\x3d\xff\xf4\xe6\xed\xe9\xf9\xc9\xc7\xf3\xdf\x4e\x3e\x9f\x7f\x79\xfb\xee\xdd\xf9\xcb\xa3\xf3\xd7\x6f\x3f\x1e\xbd\x0a\xb6\xf8\xa7\x83\x9f\x1e\xfd\xef\x79\x28\xf0\xfc\xe1\x82\x4e\xe8\xb3\x67\xca\xa4\xe2\xd9\x4f\x83\x03\xad\x99\xf5\xd3\x23\x65\x51\x71\xf0\xf8\xe9\x43\x67\xb1\xad\x8d\x0c\x4d\x13\x65\x8e\x00\x6d\xb3\x19\xb4\x2b\xc4\x5f\x47\xa9\x45\x76\xa5\x5e\x3a\x30\xda\xaf\xc1\x02\xe8\x94\xae\x12\x30\xcc\x6d\x2d\xd7\xa5\x68\x5d\xd0\x56\x99\xb1\x79\x4e\x5b\x92\x88\x48\x52\x41\x79\xab\xa2\x1b\x4d\xf1\x33\xdf\x0f\x73\x0f\x4c\xbf\xe8\x48\x69\xd1\xa5\x62\x94\x44\x14\xc5\x2a\xd0\x37\xb6\x43\x31\xad\x72\x59\xd4\x72\x51\xd6\x3d\xa3\xb2\x16\x6d\xea\xdc\x0b\xd5\x6c\x62\xd0\x48\x1e\x1d\x5c\x44\x28\x6e\x30\xc0\x19\x4d\x8d\xab\x31\xf0\x6b\x45\x11\x52\x91\x9b\x11\xb1\xde\xc3\x5a\x89\x28\xea\xea\x27\x81\xb6\x3b\xae\xb0\x84\xe7\x7f\x66\x8b\xbc\x8a\xae\x5c\xe3\x4c\x4b\x65\xfd\x97\xbd\x25\x02\x27\x45\xc2\x78\xe7\x54\x70\xb3\x58\x20\xb9\x21\xdb\x3c\x96\x55\x1e\x11\x25\x2b\xa8\xb4\xcd\x6a\xe4\x64\xa5\x78\x83\x20\x36\x39\x89\xce\xc0\x19\xa0\xab\x5a\xd7\x82\xa9\x80\x6a\x57\x19\x86\x6d\xf5\xd4\xcb\xca\xf7\xc9\xfb\xc8\x36\x1c\xd0\x6b\x77\x4c\x92\xc2\x30\xd0\x72\x63\x30\xb4\x1b\x51\x62\x13\xc4\x6d\x9d\xf3\xcb\xa2\xc8\x69\xc2\xca\xcd\x46\xb9\x2c\x23\x74\xb3\x09\x04\x57\x1e\x78\xa8\x8f\xba\x1b\x86\xc1\x2c\xc9\xcb\xa6\x4f\x9b\x4d\x44\x89\x4a\x47\x76\x3e\x7a\xdd\x34\x57\xed\x5b\x47\x91\x20\x7a\x8c\x95\xb7\xd2\xe8\x4e\xcd\x22\xf0\xcd\x51\x70\x21\x7f\x9d\xd9\x1e\x07\x0c\x5c\x89\x36\x2d\x80\x38\xc0\x01\x76\x3b\x2a\x6e\x0f\xb0\xd7\xbc\xb8\x3d\xd8\xca\x01\xeb\x35\x25\x37\xda\xef\xbb\xb2\x70\x2d\x61\xa0\x6e\x32\xed\x85\x02\x86\x36\x88\xf5\x38\x39\xf3\x12\x60\xea\x04\x79\x70\x36\x8e\xce\xa6\x3f\xa2\xb3\xc9\x0f\x0f\x7a\xf4\x86\xa6\xa0\xd4\x45\x1c\xf3\xe2\xb3\xf1\xd9\xf4\x47\xf9\x19\x24\xe0\x62\xa4\xe1\x4c\x00\xf0\x98\x4e\xc2\x30\x92\x3f\xa0\x07\x20\x1f\xc6\x62\x3c\x98\x4c\x08\x43\x31\x04\xb3\xad\xf2\x31\x61\xf8\xe8\x7b\x2a\x12\x9d\x8d\xcf\x26\xe8\x9e\x5a\x54\x55\xb0\xe4\xa2\x2c\x63\x04\x05\x8d\x27\xc6\x7c\x46\xbe\x62\x53\xfe\x98\x4d\xfc\x8a\x80\x4a\x67\x10\x2b\x0f\x1d\xa6\x67\x77\xab\xa5\x61\xfc\x14\xb5\xb8\x3b\x67\x99\xa4\x2b\xad\x9c\x9b\x36\x0f\x17\x2e\x9a\x53\xb6\xb3\x30\x5c\x80\xf2\xeb\x37\xb3\x18\x32\x52\x8c\x54\xdc\x98\x69\xad\x8c\x6c\xb3\x29\x46\x4c\xdf\x11\xef\x49\xb7\x77\x53\x59\x44\x02\x53\xf0\xd6\xad\xd7\x11\x1b\xb1\x58\x15\x30\xe4\x63\x31\x21\xc9\xd6\x72\x7b\xbb\x43\xa5\xb4\x5b\x4c\xe7\x33\xd9\xf9\xcc\xef\x7c\xf9\x0a\x26\x5a\x32\x58\x6c\xb7\xdb\x48\xc8\x7e\xd0\x2b\x48\xf9\x71\x01\x47\x85\xca\xc9\xc2\xee\xe1\x62\xd5\x50\x94\x78\x8d\xda\x6d\xc1\xb1\x77\x1f\x8f\xfe\x2b\x9c\xa8\x6b\xae\x2a\xba\x51\x2c\xcf\x22\x7b\x7f\x1e\x06\xe8\xdb\x3a\xe6\x0a\x0a\x2e\xa9\xac\xbc\x60\x33\xca\xd5\x87\x19\x49\x23\x7b\x6c\xe4\xce\x6c\xec\x3c\x98\xe3\xa0\x15\xa0\x38\xc7\x01\x09\x10\x5e\x11\x1e\xcd\xf0\x01\xc2\x4b\x02\x28\xeb\x73\xb2\x1a\x0f\x26\xc3\x39\xb1\x8b\x65\x3e\x92\xcd\x8e\xc7\x7a\x06\x62\x67\xf6\x4d\xaa\x79\x20\xbc\x25\x3c\x9a\xc7\x8b\x68\x0e\xd8\xd5\xd1\x22\x5a\xca\x87\x39\x2e\x2a\xab\xaa\x13\xa5\xf6\x7e\x52\x57\x7b\x37\x6c\xc6\x2d\xe9\xe3\x0b\xe2\x1e\x51\x05\x1a\xde\x3e\xbf\x30\x1a\x62\xb7\x46\x43\xec\x98\x5c\x8c\x6f\x27\xf8\x9a\x14\xe3\x63\xa5\x97\xb3\x73\xd8\x5d\x5b\x8f\xee\xd7\xf6\x96\xe6\x86\xf4\xf1\x0b\x2f\xff\x6b\x34\xbc\x79\xfe\xc2\xe4\x7f\x63\xf2\xbf\x24\x2f\xc6\x37\x93\xe1\xf5\xf8\x72\x42\xae\x22\xf9\x83\x85\x86\x43\x96\x25\xca\xb0\xca\x43\xb7\x32\xa0\x86\x93\x74\x54\xc4\xca\xea\x4e\xbf\xfa\x4d\x31\x27\x73\x53\xa8\x4a\x80\xd0\x1e\x90\x4a\xb5\x93\x16\xce\x9d\x90\xde\x82\x23\xb8\x93\xde\x69\xbd\x5c\xb6\x3e\x69\xc0\xd0\x08\xb0\x2b\xa7\x11\x43\xb1\x76\x10\x47\xb7\x16\x5d\xc7\x9d\xea\x68\x2b\x7a\xf4\x46\x48\x62\x87\x2c\xb1\x3e\xd1\xc8\x1c\x3b\x36\x01\x64\x57\x73\xd8\xd1\xe1\x6a\x3a\x85\x14\xf1\x03\xa7\x10\x90\x44\x7f\xf2\x1c\xba\xef\x98\xa9\xf4\x0d\xdd\x1b\xfd\xca\x90\xe1\x32\x5b\xbd\x5f\xe7\x79\x18\x46\x7a\x13\x01\x5c\x7e\x36\x41\x9b\x4d\x75\x36\xa0\xcd\x46\x45\x05\x35\x21\xc5\xc8\xca\x93\x1e\xc0\x27\xb5\x8a\x19\xdf\x62\xdf\x82\xe1\xcf\x1f\x64\xd5\xd6\x56\xd5\xb5\xda\xb9\x99\xd5\x85\x74\x5c\xbd\x40\xf5\x36\x1b\xea\x34\x44\xb7\xc3\x86\xee\xd6\x99\x8f\x58\x5c\x6d\x73\x05\x58\x97\xe9\x44\xa3\xf1\x78\x06\xdb\x2a\x0e\xc6\x01\xce\x70\x30\x09\x26\x16\x9d\x7e\x12\x7b\x5f\x67\x0a\xe4\x3d\x98\x10\xf9\xcc\x31\x45\x4e\x54\xb4\xfd\xd6\x69\xb9\xaf\xb5\xff\xb7\x9a\xb7\xb7\x65\xf7\xb7\xe7\x7b\x0f\xdd\xfb\x5b\x57\xb5\xc2\x6d\x27\xfc\x98\xeb\x04\x16\xcb\x57\x33\xea\x4e\xcd\x9b\xaa\x17\x8f\xc7\xcc\x0f\xdd\x73\x9a\x4e\xb6\xfb\x0f\xc5\xff\x37\x23\xa2\x9a\xe5\x8e\xc0\x9e\xfe\x57\x07\x70\x46\xee\xb6\x38\x21\x7d\x5c\x12\x9f\x5f\x19\x26\xcf\xad\xba\x70\x62\x36\xeb\x94\x80\xa3\x63\x16\xa5\x92\x5e\xce\xc6\xe9\x84\xd0\x71\x3a\x51\xc8\x0d\xb9\x97\x43\x66\x8d\xe7\x80\xf3\x80\x3d\x37\x0c\x73\x6f\x0b\xc6\x79\x8d\x1a\xb1\xa0\x09\xae\xff\x7b\xdb\x51\x99\xe4\x39\x74\x4b\xb3\xd1\x2c\x62\x92\x9c\xf0\xb7\xde\x0c\x8d\x32\xb3\xaf\x83\xb6\xee\x78\x62\xdc\x41\x84\x01\x8a\x55\x9a\x4e\x40\x82\x8e\x5c\x6e\x8a\xcb\xda\x6f\xd0\xd9\xa2\x56\x35\xa7\x72\x2b\x11\x06\x68\x6b\x76\xea\xcf\x3c\xaf\x6d\xcf\xfb\x59\x82\x2d\xb6\x18\x28\x69\x44\xb1\xe4\xcd\xc0\xdc\x9c\x49\xda\xa0\x00\xff\x3e\x38\x01\x44\x65\xd3\xf0\x5a\x4e\x6b\x9e\xc7\x85\x21\x60\x46\x81\x42\x92\x0c\x02\xfc\xc7\x9a\xf2\xdb\x78\x1e\x2d\x95\x33\x8b\x2d\x16\x61\xa8\xeb\xf7\x9a\x27\xf3\x25\x65\xe2\xed\x94\x32\xa1\x0d\xea\x93\xd1\xdd\x6c\x27\x38\x5e\x44\x89\x4c\x1b\xdf\x6d\xa1\x75\xf6\xf4\xa9\xb5\x90\xa1\x3b\xf6\x1d\xc7\xcd\xd6\x68\xe2\x72\xc9\x46\xf6\xd6\x3c\x47\x0d\x15\xcf\x88\x3d\xfc\x74\x24\x5c\x10\x5d\xf3\x28\xc3\x77\x8a\x87\x1a\x6c\x11\x4e\x6a\x65\x16\x98\xf6\xa0\xd9\x08\x97\xc4\xb5\x9f\x4b\x64\xc1\x65\x18\x46\x25\x09\x46\xd6\x49\x67\x89\x54\x6d\xd2\x5d\x06\x89\x04\x01\x66\xf7\xb0\xcc\xca\x13\xb2\x61\x74\x19\xa8\xf8\xe8\xca\x56\x7a\x46\xbb\xfd\x09\x6e\xb3\x83\xff\xb2\x35\x98\x45\x4d\xb1\x30\x43\x08\xe1\xc0\xc6\xe2\xa8\xaa\xb1\x79\x4a\xd5\x6c\xcb\xd2\x4b\x52\xe7\x8c\x78\x7d\x24\xf6\x8c\x39\x0c\x08\x37\x78\x61\xd5\xd4\x8d\x28\x06\x56\x24\x93\xcd\x91\x73\x4f\xf5\xa9\xa4\x94\x1b\x2a\xdb\x60\xae\x28\xf3\x50\xd3\x52\x4f\xc2\x1c\x06\x00\x37\xcc\xaf\x52\xd6\x40\xb6\x84\xde\x00\x3d\xbb\xd3\x18\x55\xb9\x1d\x42\x6a\x77\x51\xb6\x5d\xf6\x0a\x6d\x9b\x31\xb5\xd4\xdb\xb6\xaa\xb3\xec\xc0\x88\xe2\x0c\x83\xbd\xd1\xe0\xa0\xa6\xac\xd3\x20\x4a\x63\xa4\x09\x23\x41\x69\xca\x84\xa1\xfa\xed\xcd\x0a\x8e\x39\x61\xa3\xea\x35\x0a\x38\x4d\x52\xd1\xd3\x02\xcc\x00\xc5\x8f\xfb\x83\xfe\x43\x9c\x35\xc6\x02\xa3\x9e\x5c\x47\x7a\x8c\x8b\xc6\x48\xa6\x3b\x75\xb4\x27\x38\x69\x8c\xa6\x2a\x7f\xbe\x2c\xa6\x54\xc7\x7c\x8a\xcb\xe6\x52\x79\x31\xcb\x72\xca\x55\xb4\xc1\x4f\x38\xdd\x17\xed\x2a\x9b\x9a\x68\xfd\x67\x38\x6f\x8c\x06\x86\xed\x37\xba\x76\x83\x3e\x5e\x37\xc6\x4a\xca\x5b\x96\x3a\x95\x1b\x0c\xf0\x6c\x5f\x76\x1a\x18\xd9\x8f\xbd\x68\xee\x9b\x82\x5f\x27\x7c\x7a\xce\xe9\x4c\xc7\x3c\xc0\xd3\xe6\xee\x59\x97\x2b\xca\x4a\x93\xe1\x43\xbc\xba\x37\xda\x79\x9e\x95\xba\x4d\x07\x7d\xbc\x6c\x8c\xbb\xa4\xcb\x42\x67\xf7\x08\x5f\x35\x46\xc9\x93\xaf\xb7\x3a\xca\x63\x3c\x6f\x8c\xa2\x0c\x65\x54\x49\x03\x7c\xdb\xdc\xcc\x35\x9b\x26\x72\x0e\x98\xc9\x32\x78\x82\x2f\x1a\x63\x72\x5a\xae\x0a\x66\x47\x6d\xf0\x14\x1f\x37\xb7\x33\x2d\x56\xa6\x2f\x9e\xb9\x50\xba\x5a\xb8\xdb\x84\x29\xa4\xb9\x3c\x47\xd2\xf8\xc3\x0f\xea\xab\x91\x33\x69\x92\xbc\xc5\x63\x43\xaf\x6b\x2d\x45\x1d\xee\xab\x90\x14\x46\x95\xc5\x55\x73\x99\x1a\x42\x8a\x5a\xca\xaa\xca\x2b\x0c\xab\x32\x75\x96\x5a\x1f\x66\xe1\x29\xa0\x2c\x8d\xca\xcc\x4e\x5e\x66\x47\x90\x8c\x72\x49\x5b\x99\x13\x50\x89\xf8\x6e\x1c\x1a\x40\xf6\x08\x21\x64\xb6\x15\xbd\xac\x3c\xa6\xcb\xa2\x09\xae\x53\x47\x5a\x6e\xb7\xf8\xd9\xc1\xc1\x37\x6c\x68\xdd\x6b\x03\xb9\x13\xa1\x2d\x7e\xf4\xf8\x1b\x17\x5f\xcd\xc8\xac\x02\x07\xe7\xe7\xb4\x3c\x2e\xa6\xa0\x8c\xad\x3d\x28\xb4\xfb\x5b\x84\x45\xef\xb0\x58\xdd\x7e\x2a\x0e\xf3\x6c\x75\x51\x24\x7c\xaa\xe5\x0d\xfa\x58\x2e\x22\x16\x1d\x3c\x79\x36\x40\x92\x08\x91\x2f\x8f\x9f\x3d\x7b\x8a\x1c\x29\x7f\xe1\x92\x41\xb2\xdb\xab\x82\x46\x34\xbe\x33\xdd\x49\x9d\x5e\x4b\x9c\x24\xc9\xbd\xbb\x67\xa0\x6e\x80\x76\xbe\xf4\x32\xa1\x90\x3a\x1b\xf6\xfd\x96\x99\x87\xdb\x46\xa3\x8d\x30\xbc\xaf\x40\x0a\xb8\x8d\x82\xaf\xc1\x4a\x9a\x10\x1b\xde\x36\xcf\x15\x4e\xc2\xc8\xd4\x2e\xb6\x25\x62\xd9\xb4\xaa\xa1\xa5\x2b\x29\xa8\x91\xcd\xd9\xcc\x08\xfe\xe7\x54\x9c\x5c\x33\x33\x56\xaa\x94\xd2\x58\x8b\xdc\x17\x07\x10\x88\xc0\x38\x88\xef\x12\xa7\x15\x57\xd1\x98\xc5\x2b\x5a\xa6\x3c\x5b\x89\x82\x43\x1d\x7b\x94\xad\x97\x94\x27\x17\x39\xdd\x22\xf0\x11\xb9\x5a\x97\x0b\x0d\x3e\x2d\xcf\xdd\x4a\x7b\xd6\xb6\x2e\xb5\x82\x06\x45\x6b\x1b\x69\xc3\x9d\xb2\x8f\x56\xbe\xcc\x76\x84\x12\xf7\xc4\xbd\xdb\x56\x72\x3e\xd3\x4d\x72\x27\x52\xa6\x89\x85\xe7\x0a\x82\x14\x63\x3e\xc1\xc2\xd2\x63\x0c\xfd\x4c\xfa\xc0\x6b\xb0\x89\x92\x24\x0c\x2d\x70\x83\x82\x79\xf9\xae\x0e\x2f\xbe\xd9\xe1\x7f\xb2\x42\x3a\x3b\x3b\x69\xc0\xcc\x57\x66\xf9\xb6\x3c\xb2\x5d\xae\xc0\x08\x24\xd5\x1c\x86\x4e\x0b\x2a\xe8\x09\xdb\xe7\x79\x25\xdc\x89\xa8\x8b\xcd\x27\x50\xf3\x2d\xda\x21\x20\xca\xa9\x1b\xe1\xa4\x95\xe6\x49\x59\xb6\x92\xb2\x95\x58\x5e\xd3\xbd\x32\x5b\xd7\xfd\x70\xf4\x87\xec\xb9\xc1\x19\x05\x1c\x74\x03\x7e\x02\x6c\x97\x33\x69\x88\xfb\xb2\xd9\xb4\x07\x98\xcb\x95\x34\xcb\xe6\x6b\xf5\xbd\xdd\x37\x96\xcc\x19\x53\x16\x6d\xbd\x6b\x9e\x09\xfd\x6d\x1f\xa2\x34\xc5\x5c\xce\x04\x20\xc6\x9a\x2f\xf6\xda\x62\xb3\x71\xb0\xa7\x92\x48\x20\x77\x85\x3b\x30\x88\xa3\x69\x44\x51\x2c\xbc\xab\xbd\x4a\xa8\x6d\xc6\xbd\xa4\xe2\x83\x19\xab\x93\xd9\xa8\x9a\x0d\x4e\x68\xb3\x31\xd8\xf9\x39\x0c\xf2\xf9\xb9\x1d\x74\x3f\x15\x80\x34\x2f\xbc\xfd\x61\xaa\x0f\x51\xcb\xb9\x52\x67\x10\x3f\xd2\x19\xe5\x94\xa5\x66\x24\xc5\x22\x2b\x5b\x8b\xa4\x64\x7f\x11\xad\x0b\x4a\x59\x2b\x63\x99\xc8\x92\x3c\x2b\xe9\xb4\xd5\x6d\x95\xeb\x15\xe5\x11\xf2\x62\xc8\x51\xa7\xd3\xca\x02\xcc\xbf\x07\x74\x2e\xdf\x56\xcd\xcd\x77\x3d\xc0\xba\x7e\x79\xaa\xb6\x12\x81\xe9\x16\xab\xcc\xbc\x0b\x42\x75\x34\x99\x1d\xb9\x95\xb1\x16\x1d\xed\x1b\x63\x61\x0e\x24\x86\xab\x49\x24\xf9\x44\x77\x06\xc9\x77\x33\x63\xe0\xe4\xaa\x24\xa6\x72\x4e\x5e\x79\xa7\xad\xa7\x9e\x00\xa0\x2c\x98\x0d\x35\xdc\x87\x70\xdd\x21\xee\xf8\x00\x48\x1c\x1f\x00\x85\xe4\x1a\xfb\xc3\xf2\x79\x31\x2c\x3b\x1d\x94\x8c\x4b\xd7\x07\x40\x69\xf9\xef\x65\x34\x8d\x18\x51\x40\x35\x38\xa2\x44\x92\x37\x0a\x32\x47\x6f\xa0\x14\x83\x67\x2e\x2b\x8a\x49\x10\xf0\x73\x05\x3b\xcc\xb3\xf4\x32\xc0\xd1\x2e\xbb\xa9\x9c\xab\x96\xc0\xe8\x82\x0e\x4e\x42\x44\xaf\x60\xf2\xac\x06\x56\x36\x5d\x64\xf9\x94\x53\x86\x53\x19\xbe\x92\x89\x4b\x9c\x13\x6e\x2e\xeb\x7b\x87\x3a\x42\xaf\x60\xf9\x6d\x54\x22\xbc\x26\x51\xbf\xb2\x0d\x40\x51\x81\x53\x34\x4c\xc2\x30\x89\x0a\xbc\x46\x38\x0f\xc3\x5c\x95\xd9\x7c\x42\xea\x8f\x3d\x5d\x69\x1b\xdb\x04\x44\x70\x27\xa4\x9d\x0b\x80\x5f\x9d\x61\xc3\xed\x8f\xa2\x19\x9b\x96\xa7\xa5\x1a\x45\xf3\x46\x76\x2a\xe7\x77\x8b\xde\xac\x38\x2d\x4b\x98\x64\xeb\x52\xb4\x68\x26\x16\x94\xb7\x2e\x28\x88\xf6\x5a\x05\xf7\x76\xb6\x21\xad\x36\xde\xda\x05\x92\x92\x7d\x98\x8f\xf8\xce\x39\xf6\x63\x3d\x1b\xa9\x3b\xdf\xea\x73\x71\xbb\x05\xcb\x28\x3d\xf3\x95\x04\x8d\x11\x81\x0b\x62\x61\xa4\x80\xb8\xbe\xd7\xb1\x8b\x1a\x62\x41\x22\x05\x2b\x81\xa9\x19\x61\x6a\x87\x94\xda\x91\x96\xf9\xcb\x23\x77\x1c\x00\x17\x05\xd3\xa7\x58\xdd\xca\x07\x15\x37\xc0\x81\x89\x1b\x4c\x40\x66\xb4\x67\x32\x54\x98\x67\x55\x8c\x34\x2f\x18\x3d\x52\xbc\x68\x94\xe1\x66\xf4\x81\xc1\x50\x3c\xaf\xaf\x98\xa1\x30\xc7\x82\x72\x06\xdf\x76\x96\x88\x70\x15\xf0\x84\x02\x78\xfb\xff\x1c\x8c\xca\x88\xe1\x76\x1f\x49\x2e\xe3\x28\x49\x17\x3e\xd1\xa2\xf7\x8e\xb1\x98\xc0\x1d\xe3\x37\x88\x97\xb2\x71\x53\xc9\x24\xcb\x8f\xbf\x95\x34\x62\x08\xc5\xf2\x7f\x73\x45\xf6\xef\x56\xdf\x22\xa8\x18\x16\x48\x56\x7e\x6b\xb7\xdd\xe8\x6e\x8b\x19\xbe\xd3\x4b\x45\xa9\xba\xe9\x17\x80\x7e\x9b\xe0\x22\x0c\xd7\x2e\x08\x17\x2e\xc0\x3b\xe5\x3a\x62\x38\x01\x59\x52\x35\x54\x1f\xd6\x60\xb4\xa5\xd4\x55\xd0\xb0\x81\x80\xc7\xcb\xe8\x0a\x07\x3a\xbe\xac\x60\x19\x40\xe1\xc5\xea\xd6\xa2\xbe\xab\x39\xa3\x5f\xb7\x68\x8b\x9f\xf6\x0f\x9e\x7d\x9f\xe2\xd0\xa3\xc7\x4f\x51\xbd\xd0\x21\xdf\xa9\x06\x77\xb4\xe8\xf8\x16\xff\xf4\xdd\xe0\x51\xc0\x6f\x28\xf7\x32\x4f\x0e\x1e\x29\xf7\x32\x8f\x0e\x9e\x3d\x76\xb8\x8e\xa4\xe6\xa2\xcc\xb8\xad\x00\x9e\xf5\xf7\xb2\x57\xf0\xf9\x83\x69\x91\x96\x0f\x40\x95\xb1\xab\x84\xab\xbc\xb7\x10\xcb\x7c\x94\x19\x9d\x36\x12\x74\x28\x66\x64\x30\x64\xbb\xb3\x1a\x9c\xbe\x74\x48\x10\x26\x7c\x5e\x8e\x27\x32\xea\xae\xaa\x90\xeb\x10\xc6\xac\xa9\xe0\x38\x63\xd9\x2c\xa3\xd3\xd6\x47\x59\x97\x16\x54\xa0\xf5\x5f\x41\x87\x76\x82\x61\xeb\x2a\x2b\x33\xd1\x0a\x3a\xa2\x13\xb4\x66\x05\x07\x2d\xbf\x99\xdc\xb9\xb4\xb2\xa4\xdc\xc1\xd6\xe0\xdd\x9e\xb6\x58\xc1\xba\x4b\x93\xd9\x94\x5e\xb5\x28\xbb\xca\x78\xc1\x64\x89\x90\x18\x12\x42\xfe\x65\x2b\x61\xd3\x56\x32\x9d\x82\x6a\x70\x92\xb7\x16\x34\x5f\xcd\xd6\x79\xcb\x80\x16\xf6\x14\x44\x83\x01\x43\x56\x7b\x6a\x12\x1d\x1c\x3c\x71\x79\xb9\xd2\x78\x1f\xc4\xd6\xe9\xa0\xb9\xdd\x56\x02\xb7\x8a\x8c\x05\x39\xa7\xa2\x5b\x6d\x2f\xe0\x87\xea\xae\x5c\x58\xbe\x21\x47\x15\xba\x9a\x9e\xf4\xaa\xe8\x35\xda\x6e\x95\xa4\xb5\x3d\xc0\x39\x6c\x1c\x78\x2d\x9f\x67\xea\x79\x41\xee\x74\x54\x8f\xd8\x4a\x25\x1d\x99\x13\xba\xdd\x0e\x5d\x22\xca\xab\xf4\x1a\xcf\x20\xa2\xcd\xb7\xd4\xd5\x59\x38\xee\x73\xb6\xca\x31\x03\x7c\x5f\xaa\x9f\x2b\xf8\x19\xfa\xea\x3b\x16\x8b\x43\x8b\x27\x36\x1b\xe3\xa7\xac\x4b\xaf\x28\x03\x26\x5d\x4b\xa1\x3e\x25\x7c\x4e\x05\xb9\x8a\x18\xc2\xfe\x34\xd7\x55\x2b\xf1\x02\xaf\xe0\x00\x9c\xea\x1a\x01\xc1\x50\x55\x4a\xf6\xb6\x1c\xa5\xb4\x36\x4a\x03\xe0\xb8\xaf\xc0\x4d\x76\x3e\xf4\xba\x6c\xb3\x89\xb4\x1f\xc8\x25\xda\x6e\x23\x8e\x05\xd6\x0b\x1c\x80\x95\xfc\xaa\xc9\x24\x5b\x75\xa9\x0f\xa9\x2f\xc8\x9d\xd3\x8f\xc7\x11\x94\x7e\x6b\xaf\xe6\x25\x7f\xd1\xba\x30\x04\xc9\x05\xe8\xc4\x90\x5b\xcb\xe0\x68\xdf\x56\x51\x77\xf0\x9c\xa1\x5a\x8d\x9f\x3d\xc6\x54\x81\xd2\xb7\x6f\xe4\xda\x50\x38\x56\x46\x88\x7f\x74\x05\xcd\xad\x25\x79\x02\x49\xac\xe5\xa8\x2c\x5c\xa6\x25\x42\x9e\xab\x3d\xe8\x6d\x50\xb4\x34\x22\x60\xeb\xbe\x82\x49\xc6\xab\x24\x02\xa7\x04\x20\x53\x5e\xf4\x16\x49\xe9\xec\xcc\x51\xba\x53\xbd\x67\x38\x45\x68\xf8\x62\x9c\x4e\x88\x52\xfb\xc8\x49\xd1\x5b\x2d\x92\x92\x4e\x3f\x02\xd6\x99\x72\x99\xf2\x3e\x59\xd2\x52\x66\x99\xab\xcd\x26\x93\x95\xca\x51\x5e\x2f\x20\x43\x61\x78\x1d\xe5\xe3\x6c\x02\x4b\x66\x98\x91\x76\x5f\xab\x26\x68\xec\xb4\x2a\xbf\x51\x74\x1d\xed\x86\x42\x3a\x2c\xd3\xa1\x38\x33\x7e\x32\xb3\x7a\xb5\x9f\x62\x8e\x41\xd9\xde\xe1\x86\xae\xcd\x34\xcd\x66\xd1\xe5\xd8\x22\x84\xd9\xb9\xd3\xef\x43\xbf\x5e\x82\x36\x0d\x3e\x81\x1f\xa7\x37\xc7\x6c\xd2\x9b\x02\x8a\x23\x65\x69\x46\xcb\xad\x52\xca\x18\x4f\xf0\x0b\xc9\x8f\x5f\xca\x7f\x27\xde\x3c\xf9\xe4\x42\x21\xb7\x15\xb4\x90\x22\xf0\x11\xd8\xac\xd7\xfa\x46\x20\xbb\x82\xc6\x02\x14\x43\xda\x17\xbb\x71\x36\x9b\x8b\xb1\x98\x28\x25\xea\x6c\x16\xc9\x97\x9d\x86\x1c\xc8\x63\x75\x28\x3f\x11\x2e\x8b\xee\x6f\xb7\x2c\x0c\x8f\x23\xb5\x98\x4f\x49\x3b\x6a\xc4\x33\x50\xde\x05\x60\xe1\xee\xfb\x68\x3d\xec\x7c\x5f\x2c\x4d\x43\x6a\x6a\x09\xe1\x73\xb5\x9c\xbe\xaa\x9f\xc3\xda\x3e\x72\x64\xac\xf9\xc9\x32\xa2\x68\x2f\x01\x7c\x5e\xdf\x9a\x9f\xf6\x91\x81\x36\x04\x9f\x7f\x82\xbe\x2f\xa6\x74\xa8\xcc\xf1\x57\x91\x2c\x37\x72\x3e\x60\xb5\x41\x01\xe9\x51\xcd\x8e\xf7\xb2\xf0\xaf\xa3\xc3\xd1\xa1\x31\x33\x89\x0f\xc9\x98\x4e\xe2\xaf\xc4\x61\x06\xdf\xa9\xa5\xff\xd5\x10\xa7\x5f\xb1\x20\x87\x72\xa8\x0e\x89\x6e\xd4\x91\xba\x33\x94\x63\x4d\x49\x7f\x48\x2b\xa9\x00\xed\x74\xd0\x11\xd8\x90\xb8\xe5\xbe\xf2\x19\xc6\xc8\xe5\x0e\x3f\x54\xbb\xa2\x1b\x43\x87\x54\xf1\xfe\x88\xd0\x1d\x0c\xed\x47\xf2\x0a\xbf\x94\xbb\xde\x17\x98\x6f\xe6\xfb\xef\x11\xba\xd3\xb7\xbc\x5f\xed\x75\xf8\xe1\x66\x13\xfd\x11\x21\xfc\x2e\x42\x4e\x56\x6f\x9d\x45\xf2\x05\xb9\x65\xa2\xe1\x17\xd2\xee\xc3\xb1\xa5\x83\x3f\xea\xb8\x56\x21\x4a\x96\x8a\x7f\x8f\xf4\x89\xf5\x2b\x79\xf0\x3f\xe3\xf8\x45\xf7\x9f\xe7\x49\xf7\xeb\xd9\xba\xdf\x3f\xec\x77\xe5\xcf\xab\xc7\xf0\xff\x29\xbc\xbc\x86\x97\xd7\xf0\x72\xf0\xfa\xf5\xd9\xba\xff\xf0\x09\x44\x7b\xf8\xe4\x15\xfc\x7f\xdd\x3d\x5b\x0f\x5e\xcb\x2f\x07\xfd\xfe\x61\x17\x7e\x5e\xc9\xff\x10\xed\x60\xf0\x54\x7e\x39\xec\xc3\xcb\xeb\xa3\xd7\x67\xeb\x87\xfd\xfe\xa0\x7b\xb6\x7e\xf5\x44\xa6\x79\xfd\x0c\xbe\xbc\x7e\x75\x28\x5f\x5e\xbd\x86\x97\xd7\xaf\x5f\x4d\xfe\x7f\xb5\x62\x67\xdd\x5e\xbf\xfb\x4c\x16\xfd\xf2\x89\x2c\xa6\xaf\xca\x7c\x0c\xc5\x3c\x7c\x0d\xc5\xfc\xd4\x9f\xfc\xf8\xc3\x03\xfc\x9a\xec\x88\xcc\xfc\xdd\x02\xbf\x91\x7b\xd2\x2f\xde\x9e\xf4\xd9\x3d\x68\x35\xa9\x91\xa4\x29\x5d\x89\xd2\xe8\xc5\x92\x03\xb9\x9e\x37\x9b\x87\xea\xe7\x27\xf9\xa3\x0c\x6d\x12\x21\x78\x76\xb1\x16\x14\x5c\xc4\xf3\x86\x40\x30\x7b\x35\xd0\xda\x92\xef\xfc\x5c\x5a\x8e\xc0\xa0\x6f\x1b\xb9\x1e\x64\x42\x1d\xdb\x22\x5d\x4a\x99\xb0\x4c\x64\x5f\xe9\xe7\x8f\xef\x48\x01\x33\xe9\x37\xd9\x04\xcb\xb2\xb5\xa6\x09\x9b\x53\x5e\xac\xcb\xfc\xf6\x94\x8a\xb7\x8c\x51\xfe\xe6\xd3\xf1\xbb\x96\x26\xe3\x01\xa9\xc0\xbc\x1c\x2e\x68\x7a\x49\xa7\xad\xcc\xc6\x2a\xd7\x2b\xe0\x8c\xb5\x93\xa1\xa3\xa9\xe2\x5c\xb5\xdd\x82\xfd\xfc\xe6\x76\xaa\x0e\x1d\xfb\x41\xdc\xe6\x34\x30\x97\xee\xad\xa0\x89\x19\xa2\xe8\xee\x37\x50\x80\xa5\xd7\xd0\xd3\x7d\xdc\x1e\x60\x8d\xc1\xd0\x1e\x00\xdb\x3f\x1e\x07\xaa\xbf\x0f\x95\xaf\x99\x00\xeb\xf7\xae\x76\x3e\x13\x4c\xf0\x38\x00\xf1\xe3\x7b\x70\xdb\xa9\x9e\x21\x54\x12\xe5\xaf\x0b\x1e\xe0\x60\x56\x70\x1d\x22\x56\x47\x7f\xac\xb3\xab\x00\xc3\x73\x97\xc2\xcb\x64\xd2\x5c\x39\xbd\x49\x8e\xfb\x93\xe1\x6f\x20\x13\x82\x7a\x0a\x3c\x80\x7a\x8e\x07\x13\xbf\xaa\x06\x61\xdb\xf4\x51\x80\x83\x29\x4f\xe6\x73\xfd\x5c\xae\x68\x9e\x43\x07\x07\x46\x64\xb9\xa7\x5c\xaf\x53\x0e\xa0\x30\x5f\x1d\xbc\x56\x6e\xb2\x16\xc5\x47\x7a\x45\x79\x29\xcb\xa1\x37\x82\x72\x96\xe4\x1f\xa9\xf6\x0f\x65\x2c\x67\xa0\x23\xd2\x75\xa9\xeb\x23\xc7\x8d\xf2\x2b\xfa\x22\x5f\x2d\x92\x3f\x51\x15\xaf\xf0\x20\xc9\xf3\xe2\xfa\xf5\x3a\xcf\x4f\x53\x4e\x29\x6b\xc1\x35\x6b\x4b\xd6\xe8\xb5\x2c\x0b\x9e\x3e\xe4\xc9\x6d\x4b\x76\x0e\x2f\xf2\xd2\x4c\x35\xf9\x4b\x79\x6b\x9a\x41\x7d\xa6\xe6\xe1\x43\x96\x8a\x35\xa7\x6f\x99\x7e\x00\x5f\x2d\xef\x8b\x5f\x94\x75\x13\x6d\x2d\xb2\xe9\x94\xb2\x56\x5e\x14\xab\x16\x2b\xd4\x7d\x50\x8b\x55\xdf\x8b\x15\x65\xad\x55\x9e\xdc\x96\xca\x53\x4a\x8b\xd3\x64\x7a\xc2\xf2\xdb\x16\xd7\xdd\xd0\xe2\xaa\xab\xa6\x2d\xb8\x82\x9c\xb6\x4a\x9a\x2c\x73\x5a\x96\xad\x4c\xd0\xe5\x29\x5c\x4b\xfe\xb9\x79\xfb\xf0\xdb\x43\x94\xaa\x85\x15\xe0\x60\xb9\xce\x45\xb6\x82\x11\x58\xae\x05\x04\x29\xcc\x4b\x3a\xfd\xae\x41\x78\x88\xdb\xfd\xfa\x22\x09\xd2\x64\x25\x3b\x4b\xce\xb8\xe2\x9a\xe5\x45\xf2\x7d\x79\xfd\xd4\xb0\xe0\x82\xb4\xc8\xcb\x00\x07\xbc\xb8\x96\x3f\x25\x80\x75\x07\xe5\x2a\x61\xdf\x95\xe5\xe3\xa6\x2c\x79\x71\x7d\x2a\x33\x30\xb0\x89\xdf\x93\xd1\xa3\x6f\x74\x2a\x90\x30\x3f\x90\x07\xe3\xb3\x6e\x3c\x89\xc6\x49\xf7\xeb\x04\x3d\x98\x57\x5b\xf7\x3f\x5c\x21\xfa\x78\x50\x03\xe0\xdb\xc2\x36\xc2\x44\x77\x41\xb3\xf9\x42\xb4\x92\x3c\x9b\x03\x03\xdc\xbd\x48\x4a\x0a\x13\x27\xe1\xc9\x45\x96\x76\xe5\xfc\x6b\x99\xc0\x2e\xb8\x3e\x6f\xa5\xc9\xca\x24\x4c\xf3\x6c\xd5\x5d\x25\x62\xa1\x9e\xc0\x91\x70\x5a\xe4\x05\xef\x66\x4c\x50\xbe\xd2\xc6\x6d\x4d\x61\x5d\x75\xb7\x56\xea\x6f\x5a\x29\x42\xbf\x29\x31\x9f\xdc\x49\xa7\xc5\x32\x63\x89\x5b\x33\x0a\x7e\x86\xba\x17\x49\x7a\x39\xe7\xc5\x9a\x4d\x5b\xb3\x2c\xcf\xbb\xc5\x2a\x49\x33\x71\xab\x5e\xa0\x22\xb3\xbc\x28\xa6\x5d\xc8\x50\x3f\xdb\x38\x05\x13\xdd\x59\xb2\xcc\x72\xfd\x2c\xc7\xb9\x7a\xea\x26\xd3\xdf\xd7\xa5\xd0\x01\x82\x53\x91\x2e\xcc\xcb\x6d\xae\x23\x1a\x0b\x3e\x78\xb9\x56\xdd\x31\xcf\x6f\x57\x8b\x2e\x4b\x96\x54\x3f\x16\x3c\xa3\x4c\x79\x1e\xea\x2e\x0a\x9e\x7d\x2d\x98\x48\xf2\x86\x8f\x57\x94\x8b\x2c\x4d\xf2\x16\xc4\xea\x26\xd3\xab\xee\x8d\x7e\x2e\x78\x36\xcf\x58\xf7\xa6\x95\x2d\x93\x39\x75\xba\x26\xa7\x42\x50\xde\x95\xc7\x28\xbc\xca\x2a\x64\x6c\xae\x5b\xbc\x4c\xf8\x25\xe5\x5d\xca\xa6\xe6\x71\x99\xd9\x47\x98\x88\xad\xe2\x8a\x72\x18\x57\x63\xfd\x5c\x85\x88\x45\x96\x5e\x32\xb9\x2d\xac\x92\x8c\x89\x6e\xc1\xa7\x94\xb7\x56\x09\x2b\x4a\xda\x1d\xb4\x56\x05\x8c\xa5\xe2\xd6\xcb\x96\xad\x13\x0c\x31\x13\x2d\x30\xff\x73\xaa\x5a\x8a\x62\xa5\xeb\x05\x8f\x66\x20\x4a\xc1\xb3\x4b\x2a\x49\xf4\xf5\x7c\x51\x55\xc3\x0f\xae\xea\x52\x0a\x5e\x5c\xd2\xee\x34\x29\x17\xa0\x0f\xea\x06\x28\x17\xd5\x26\x44\x36\x22\x4d\x56\xee\xeb\xef\x45\xc6\xcc\xfb\x32\x13\xb2\xa1\xcb\xcc\x26\x70\x6a\x24\x5f\xaf\xb3\xa9\x58\xb4\x04\xbd\x11\xdd\x84\xa5\x8b\x82\xab\xe7\x29\x4d\x0b\xed\x8d\x17\xde\xab\x16\x4a\x06\xa7\xd6\x99\x55\x50\xd5\x82\x35\xcb\xd2\x62\x4a\xbb\x17\xd9\x34\xb3\x2f\x60\xed\x2c\xdf\x44\xd9\x5d\xc9\x5e\x5d\xb6\xae\xba\x89\x3c\x98\x2e\xa8\xc8\xd2\xd6\x55\x77\x91\xb0\xb9\x2c\xe5\xaa\x9b\x4d\x69\x31\xe7\xc9\x6a\x01\xe1\xcb\x44\x2c\xe8\x32\x51\x53\xe7\x0a\xa0\x83\xbb\x74\x36\xa3\xa9\x68\xc9\x19\x05\xf3\xe8\x56\x3d\xda\x69\xe4\xbe\xdd\x82\x83\x77\x3b\x85\xae\x79\x06\x33\x68\x59\x4c\x69\xeb\x66\x99\xb3\x32\xbe\xc9\x33\x76\xd9\xba\xd1\x0b\xfe\xdb\x47\x83\x61\xad\x8c\x45\xc6\x0f\xf8\x1f\xa8\x89\x7e\xf0\xcf\x51\x28\x25\x4e\x52\xb1\x96\xa7\x98\x7e\xe3\x29\x2f\x72\xf3\xe6\x3c\x96\x8b\xe2\x5a\x3f\x8a\x4c\xd8\x60\x49\x16\xfe\x2f\xd6\x2f\xd0\x66\xbd\xca\x65\x2f\x88\x3e\x07\xcf\x9e\x3d\x7b\x00\x85\x05\xd5\xee\x7e\xb3\xcc\x63\xb9\x37\x05\x18\x1e\xf3\x84\xcd\xf5\xa3\x82\x75\xb9\x9f\xba\xfa\x97\xea\xf1\xeb\xf1\x3b\x59\x97\xa7\x0f\x98\xa1\xa2\x9d\xfa\x88\xe4\x02\xd0\x14\x24\x31\xc8\x8b\xb2\x3c\x81\x91\xfe\xae\x43\x67\xf0\xad\x93\xfc\xb7\x1e\xb4\xfe\x0d\xa7\x33\x9d\x28\xb0\x01\x81\x4a\xae\x87\x72\x01\x21\xdf\xea\xc3\xbe\xac\x70\xc9\x53\x19\x53\x25\x48\x14\x03\x0f\x44\xeb\xf2\x85\x7a\xf9\x37\xab\xde\xb7\xe7\xe5\x5f\x09\xef\x9d\x9f\x6b\xcb\xdf\xb7\xef\x3f\x1d\x7d\x7c\xff\xe2\xdd\xa9\xb1\x01\xfe\x7c\x7a\xd4\x68\xfd\x5b\x1d\xaa\x7f\x37\xfc\x90\x11\x96\xfd\xb6\x2b\x72\x19\xc9\x31\x04\x35\xe9\x61\xa4\xaf\xde\xb2\x51\xdf\x62\xfb\xc6\x6d\x1e\x86\xd1\xc1\xf3\xca\xb9\x79\x14\x14\x20\x13\x51\x6a\xb9\x27\xe6\x19\xc9\x2f\xea\xa6\x70\x3c\x90\x5f\xde\x9b\x67\x84\xd0\x66\x13\xd5\x65\xa1\x8e\x16\x08\xd9\x27\x70\x11\xfe\xcd\xb3\x97\x4c\x29\xdb\x2a\x25\x7d\x07\x84\xb8\x3d\xb0\xba\x65\xd6\xef\x21\x58\x0b\x58\x59\x8b\x36\x1e\xd0\x3a\x3b\x3a\x55\x5f\x9b\x4b\x28\x2e\xd1\x06\x73\x6d\x99\x22\x0b\x1b\xb5\x59\x9d\x99\x8c\xc1\xb7\x6e\x37\x68\x13\xa2\x34\xd7\xdc\xd1\xb4\x66\xb3\x8f\xc0\x5a\x55\x9e\xbe\x10\x93\xa2\x9a\x72\x59\x7b\xb0\xdd\xda\xe6\x21\x5b\xa1\x6c\x16\x71\xcf\xf7\xa3\xa9\x08\xd2\x0d\x64\xae\xa6\xdc\x43\x93\x99\x50\xf8\x32\x3f\xc5\xae\x09\x94\x0a\x7b\x64\x94\xd7\x94\x31\xad\x40\x2a\xf8\x71\x3d\x78\xb3\x19\xfc\x2c\xac\x09\xd5\x56\x79\xa5\xc2\x5c\x63\x89\xae\xf3\x1c\x61\x6e\xcd\x67\xb3\x26\x9d\xdb\xf6\x6b\x75\x27\xf0\x0b\xa6\x68\xb3\x31\x6f\x6f\x30\x95\x79\xfc\x6a\xdc\x88\x8e\x7e\x51\x90\x23\x71\xf4\x46\x63\x8f\xb4\x07\x08\x6d\x41\x77\x23\xb2\x56\x85\x72\xcb\x59\x16\x57\xf4\x85\x61\xc5\x23\x81\x62\xda\x2b\xa9\x70\x42\x70\x10\x74\x18\x42\x71\x56\xe7\xcb\x47\x74\x9c\x79\x4c\xf9\x84\xd8\x9c\x1f\xb6\x2b\xc4\xeb\x20\x88\x59\x0c\x8e\xdb\x3c\x96\x1f\xf3\x7a\x08\x6c\x5f\xf8\xfe\xda\x45\x8c\x3c\x24\x84\x44\x99\x01\xc8\x56\x82\x86\x2c\x0c\xc1\x04\x8d\x8d\x82\x20\x96\x15\xc6\x7c\xe4\x37\xe4\xfd\x29\xc8\xee\x59\x43\x03\x19\x42\x08\x6d\xff\x5a\x5f\xc0\x01\x5c\x2f\x1d\x2a\x01\xff\xab\xac\x5c\x25\x22\x5d\x50\x1e\xc8\x25\xf7\xd7\x5e\xf3\x47\x72\xa7\x2f\x04\x60\xd9\x6f\x11\xbe\x3f\xd7\x97\x32\xd5\x21\xdc\x7b\x37\x64\xeb\x7c\x25\x77\x46\x1b\x56\x67\x0c\x9b\xd8\xdf\xc8\x83\xff\x89\x7a\x3f\xa2\xf1\xd9\xd9\xd9\x83\xc9\x03\xfc\xcf\xef\x55\x94\xa6\x94\xfc\xf3\x3b\x34\xa5\x45\x73\xb4\x9a\xaa\x34\x6b\x8e\xb5\xa3\x2b\xcd\x9b\xe3\x35\x29\x4b\x67\x7b\x0a\xae\x6b\x4b\x17\x7b\xe3\xf9\xea\xd2\x49\x73\xbc\xba\xbe\x74\xb9\x37\x5a\xa3\x1e\x74\xba\xa7\xe1\x0d\x8a\xd0\xf9\x9e\xb6\xd7\x35\xa1\xd7\xf7\xc7\xf3\x55\xa1\x67\xcd\x91\x3d\x5d\xe8\x45\x73\x1c\x4f\x19\x7a\xda\x1c\xc7\xd7\x86\x5e\xd1\xef\x99\x5c\x46\x6b\xb4\x3a\x28\x97\xd4\xf5\xa5\x5f\xe1\x02\xec\x78\x33\xa4\xca\xf6\xb6\xa1\x90\x88\x12\xb9\x8f\xd0\xf1\x8a\x4e\x36\x1b\x3a\x0e\xfe\xfb\xbf\x4d\x39\xc1\x04\x8d\xf4\x92\xa8\x50\x0f\xa8\xbe\x0f\xf0\x15\x21\xa1\xf0\xe1\x1e\x87\x8b\x36\x12\xed\x4d\xb3\x72\x95\x27\xb0\xa1\x6d\x36\xca\x17\x86\xda\x91\x87\x8d\xee\x81\xab\x94\xd6\xc2\x5f\x9f\x1b\x8c\xea\xdd\x3f\x30\x86\x20\x81\x06\x77\xb3\x1f\x3e\xa8\x95\xa4\x82\xb3\x2a\xd8\xcc\x73\x0d\x68\x66\x3f\x9c\xc2\x5a\x39\x96\x93\x50\x7d\xca\xab\x4f\x66\x2a\x69\x84\xc0\x9d\x0f\xef\xe4\xd4\xd9\x36\x2b\x94\x23\x6b\xd3\x59\x53\xe9\x4e\x6c\x36\x87\x6a\xad\xf4\x8c\x63\x7f\x5d\x4e\xb1\x13\xe1\x83\x59\x7c\x2a\x42\x4a\xe3\x8a\xbe\x95\x5c\x50\x05\x96\x2e\xfc\xbe\x16\xba\xaf\x83\x00\xd7\x46\x41\x99\x7b\x8b\x51\xf0\x5a\x2d\xad\x8f\x74\x16\xc1\x0d\x3f\x0a\x62\x27\x2c\xd0\xa7\xee\xcc\xd4\x09\xa6\x82\x3a\x26\xd4\x97\xa9\xff\x45\x55\x48\x7f\x5b\xd0\x18\xee\x90\x06\x00\x3a\x71\x5e\x8a\x44\xac\xcb\x11\xed\x9d\x73\xf0\xf4\x05\x93\x0c\x39\xa9\x2b\x85\x5d\x6f\xf6\xcd\xa9\x6b\xd1\x34\x9c\x16\x77\xd4\x6a\xcd\xf7\x44\x32\xb7\x44\x85\xa6\x25\x34\x9d\x00\x3f\x4f\xd4\xcf\xa0\xaf\x7e\x9f\xc5\xda\xfa\x25\x50\x10\x6f\x8e\xee\xbc\xb9\x31\x3f\x9f\xd2\x8b\xf5\xfc\xe4\x9a\x51\x8e\x33\xfb\xae\xdc\x4d\xe3\x82\x38\xed\x57\xe4\x05\x06\xb2\x4b\x86\x2b\x74\x60\x70\xfb\x5e\xe0\x82\x04\x01\xce\x46\x05\x09\x5a\x51\x22\x5a\x41\x27\xeb\xc9\x09\x28\x7b\xdf\x72\x25\x7f\xc3\x41\x80\x3a\x41\x2c\x3f\x4a\x4e\x56\xc1\x63\xc0\x18\x30\x70\xab\x1a\xb4\x22\x75\x6d\x07\xe8\x4a\x41\x87\xc9\x6f\x08\x33\x12\x9c\xb1\x56\xab\xd5\xca\x58\x2b\xe8\x44\x7c\xb3\x31\x1e\x95\x02\xd4\x29\xb6\xa2\x43\x98\x46\x91\x90\xbd\xa9\xc1\x06\x1d\x9f\x6c\x55\xd7\xde\x52\xc7\xfc\xd8\x4e\xdd\x3b\x9f\xbc\x84\x37\x85\x78\xa4\x5f\xf4\x74\xd7\xc4\xa9\x5a\xbf\xea\xa5\x22\x8c\xf7\x59\x27\x04\x81\x73\xe5\x76\x41\x5d\x6e\x0d\xc0\x95\x35\x06\x38\xd5\x9e\x11\x64\x87\x49\x8a\x34\x63\xab\xb5\x68\x40\x2f\x91\x84\x3c\x08\x40\x2f\x8a\x9b\x40\x53\xe7\x3c\x99\x66\x8a\xec\x77\xae\xd3\x8e\xa1\x28\xda\x3b\x07\xf1\xf8\x27\x30\x35\xe6\x9b\x4d\x54\x0b\x69\xb0\xa2\x83\x4a\x8e\xac\x98\x35\xd6\x02\x76\xcc\x9a\xf5\xae\x5d\x2d\x75\x57\x33\xdf\xd1\x93\x12\x80\x1e\x1c\x74\xec\xed\x72\xc3\x0d\xf4\x3e\x88\xf8\x66\x4d\x47\x26\x2b\xb1\xef\x53\x49\x45\x65\x19\x3e\xa7\x80\x92\x24\x03\x6b\xb6\x98\x4d\x3a\xae\x75\x6d\xd6\x66\x97\x71\x59\xe5\x99\xae\xc1\x51\x9c\x6a\x2a\x2e\x6a\xfe\x1e\xf7\xeb\x4f\x0b\x7c\xe7\xe8\xd4\x32\x4f\xcf\x1f\xdf\xcd\xa9\xba\x57\x6a\xa8\x07\x87\xc2\x7f\xd9\x75\x7e\x01\x35\xd8\xe2\x52\x14\x2b\x18\xe7\x8c\xcd\xdd\xe4\xf5\x39\x00\xeb\x5a\xfb\x77\x04\x3c\xa2\xad\x64\x7a\xdc\xcb\xd9\x6b\x73\x22\xb6\x1d\x5e\xce\xcc\x63\x2f\x33\x18\x5f\x51\x71\x4a\xda\xa3\x51\xcf\x34\x23\x52\x73\xc1\x75\x9d\xce\xf5\x94\xa3\x3d\x3d\xe7\x46\x0a\xbb\x27\xd6\x00\x3f\x31\x55\xb0\x1d\x08\x47\x94\x70\x64\x2c\x39\x7b\xa6\xed\x11\x45\xc0\x98\x57\x26\x3f\xd4\x73\xeb\x65\xb2\xb5\xd6\x06\xd1\xdd\x56\x76\xba\x7f\x51\x67\xb4\xee\xdc\xbb\x3c\x13\x76\xe5\xbe\xe8\xdc\x62\xc5\xf2\xb1\x11\x8b\x69\xef\xfc\x9a\x27\xab\x15\xe5\xa7\x22\x11\xb4\xa7\xb5\xbe\x75\xc6\x5b\xa7\x66\x2f\xbc\x9a\x29\xf2\x42\xf4\xdc\x22\x25\xfb\xe1\x87\x60\xae\x95\x36\x6d\x43\x46\xf6\xa9\x8a\xaa\x0b\x1b\x32\x72\x4b\x23\x13\x1f\xea\x3d\xd2\xbf\x31\x43\xb8\x56\x53\x72\xe7\x57\x35\xe6\x58\x07\xfc\xa2\x95\xbd\xf5\x55\x53\x4e\xa7\xb1\xbf\xef\x18\x55\xab\x6a\xf3\x51\x08\xf6\xb5\xaa\xc6\x5e\x55\x9c\xad\xf0\x52\xf7\x84\xfa\x0e\xde\x0b\x74\x12\x14\x86\x7f\x8f\x28\xae\xee\x79\x04\x48\x8c\x6c\xca\x13\x9d\x52\xe7\xa0\x67\xd8\x2d\x8d\x84\x99\x26\x5c\x57\xa6\x62\xcc\x19\x32\x3b\x3a\x58\xd6\x03\x88\x29\x33\x38\x15\x2a\x99\x24\xd5\xe0\xa1\x0d\x0e\x2b\x22\xfd\x46\x80\x79\x8d\xed\x37\x78\xaf\x7f\xae\x5c\x71\x97\xeb\x8b\x65\x06\x1b\xb7\x3c\xa6\x00\x97\x4e\xb9\x5e\x75\x0d\xe0\x77\xf9\x52\xeb\x41\x4e\xec\x70\x7b\xfa\xcb\xe8\x14\x9a\xab\x14\x48\x18\x8a\x77\x23\xba\x73\x26\x40\x61\xe8\x26\x80\xde\x71\x23\x20\x83\x33\x60\xbb\xdd\x28\x77\xd7\x67\x14\xb4\xd5\x0f\x22\xed\x76\x3d\x96\x33\x3e\x9f\xa8\xa3\xc9\xb1\xb7\x3d\x92\x5a\xbb\xbf\x05\xd6\x90\xc5\x8e\x65\xdb\xf6\x6f\x1b\x1c\xf8\xea\xfe\x6d\x3b\x68\x11\x80\x4f\x00\x45\x54\xca\xea\x7a\x5a\xe8\x21\x18\x0a\xd8\x1d\x9b\x97\xac\x5a\x70\x6c\xb3\x11\xee\xc4\xb0\x83\x2d\xe4\x0a\x72\x6b\x49\xc4\x16\x28\x4b\xf0\xf4\xc2\xd4\xd9\x1d\x51\x0d\xcc\x18\x38\xb1\xab\x9e\xbb\x7f\xb3\xc0\x90\x1d\xab\x72\x61\x4e\xcf\x9e\xda\x9e\x75\x66\xb3\x08\x43\xda\x2b\x24\xfd\xf6\xca\xe8\x3e\x25\xa9\xc8\xae\x8c\xee\x93\xe2\x96\x34\x2b\xc3\x46\xb5\xfa\x7f\xa3\x2b\x62\x3f\xba\x3b\xfd\xeb\xd9\x30\xf7\xbc\x38\xa7\xbe\x72\x11\xc9\xa2\x3b\xa3\x45\x61\xf4\x99\x25\x59\x10\x89\x46\x33\xfe\x4a\xf7\xdd\x6a\xc5\x1b\xa9\x2d\xf5\x2d\x31\xd4\x18\xcb\x53\x44\x74\x88\x32\x6f\x10\xdb\xa8\xb2\xbd\x40\x6a\x40\xcc\x2b\x8c\x60\x55\xcd\xaf\xd4\x13\x5d\x4a\x22\xcc\x28\xf5\x03\xfe\xc3\xdd\xd6\x2a\x3b\x66\xa4\x3f\xcc\x9e\x5b\xa4\x99\xac\xd3\x41\x62\x1c\xfc\x10\x74\xd8\x38\x9b\x4c\x48\xbb\x0f\x31\x95\x39\x16\x75\x35\x94\x33\xb2\x3b\xd1\x7f\x90\xb4\x10\x9b\x98\xfd\x0a\x9e\xcd\xcd\xb5\x42\x8c\x8e\xbc\x30\x92\x21\x9c\x85\x21\x37\xe1\xba\xef\x4f\xcd\x67\x79\xfa\x81\x8b\x43\x55\x87\x20\xe8\xc8\x43\x00\x61\xa5\x4f\x8a\x55\xdd\xa9\x5b\x77\x68\xee\x38\x9b\x54\xfe\x31\x2c\x17\x2a\x43\xcb\x2a\x67\x50\x56\x8d\x54\xd1\x59\x63\xd1\x68\x68\x56\x9a\xe4\xad\x65\x1c\xad\x88\xb0\xd9\x44\x82\xc8\x10\xb4\x35\x31\xf4\xc1\xed\xd4\xbb\x1a\x8d\x43\xea\x59\x20\xc2\x56\xd4\xac\x70\x53\x57\xba\x74\x5c\xbf\x99\xc3\xdd\x3b\xb2\x9b\xce\x74\x3b\x1d\xbf\xb1\x04\xdc\xe3\xfb\xa8\x46\x58\x58\x34\x31\xbd\xba\x54\xdd\x5d\xd3\x1f\x51\x3b\xde\xb1\x39\x8f\x9c\x56\xd6\x5b\x73\xa0\xd4\x72\xeb\xf8\x09\xda\xa4\x70\xf0\xb3\x45\xbe\xd9\xd1\x99\x7d\x88\x80\x4d\x1b\xf7\x27\x5b\x41\xd8\x56\xef\xf0\xa0\x8d\x18\x28\x97\xaa\xdb\x7d\x14\x80\xea\x1b\x98\x36\xae\x6e\xa2\xd7\x60\xff\x8c\xdd\x3d\x53\xf4\x3c\x90\xfb\x83\x9a\x85\x0c\xb5\xed\x36\xea\x9c\x99\xac\x3a\x7c\xdc\xf4\x72\x23\xab\xed\x36\x0d\x5b\x0d\xd3\x47\x57\x9b\xf0\xc6\x7d\x88\x3b\xe3\xf5\xce\xe7\xb7\xe8\x8d\xd0\xba\x57\x43\xb5\xbf\xef\x1f\x75\x8d\x56\xe9\x98\x3c\x39\xf5\x17\x4a\x9d\xf5\x15\x25\x7b\xef\xa4\x16\x62\x99\x07\xf8\x43\x63\x8c\x83\x7e\xbf\xff\xa0\xbc\x9a\x07\x95\x8c\xeb\x0f\x97\x31\x35\x1c\xa9\x8c\x62\xb8\xc8\xfb\x72\x81\xc8\xcb\x44\x2c\xee\x89\x0d\x37\x7c\xc7\x89\x58\xc0\xbf\xe3\x77\x41\x9d\x4d\xbd\xb7\x21\xce\x8c\xf8\xe8\xef\xec\x5a\x42\xb6\xd9\xdc\x9f\x81\xec\xed\xd1\x1f\x20\x7f\xbf\xaf\x29\xda\x9f\xde\xac\xe0\x34\x9b\xb3\x93\x4a\xca\x34\xba\x3f\xfb\x58\x19\x18\xbe\xa4\xf8\x0b\xc5\xbf\x53\x12\x7d\xa1\xbb\x56\xcd\xea\x40\x85\x2b\x82\xcf\x1f\xdf\xb6\x09\xf9\x20\xab\x6d\xd5\xf3\x02\x50\x8f\x96\xb3\x40\x07\x10\x31\xb4\x7b\x6a\xf4\x92\x92\x97\x74\xb3\x69\x56\x2f\x8e\x82\x69\x76\x15\x00\xc2\xaa\x49\x1b\x3c\x2f\xaf\xe6\x3f\x07\x1d\x51\xb9\x41\xe9\x19\xa0\xef\x08\x75\x82\xe7\x0f\xe0\x3b\x16\xe4\xa5\x76\x94\x06\x27\xdd\xd0\x7b\x41\x86\x50\x84\xd7\xc8\xfd\xa6\xb4\xf0\x87\xa2\x16\x5d\xce\x66\x36\x55\xd1\xdd\x6f\x68\xbb\x6d\xc6\x8e\x3f\x3e\x7d\xb1\x5a\x85\x21\xfc\x00\x24\xe7\x67\x56\x26\x33\xfa\xae\x48\x93\xfc\xb5\xee\xc1\xd1\xee\x3d\xdf\xbd\xf1\x9d\x9b\x55\x3b\x4f\xbe\xa8\x69\xb3\x45\x68\x1b\x7f\xa1\x8e\x3d\xcb\xdb\x6a\xd3\xaf\x1c\x3a\xb9\xad\x92\xfb\x64\x18\x32\xeb\xd8\x12\x42\xc3\xf0\x21\x5c\x2e\xb2\x62\x4a\x3f\x55\x17\x8c\x40\x5e\x6b\x8f\x74\xbf\x98\xa5\xea\x2d\x7c\xe2\x48\x83\x7e\xf5\x36\xb7\xbb\x0a\x31\x7a\x5c\x13\xba\x4c\x24\x0d\xea\x5f\x06\x8f\x83\x2f\xf4\xe2\x32\x13\x41\x87\x4e\x48\x70\xad\x9f\x85\xfc\x70\x5c\x7c\x55\xa1\x4b\xf9\x20\xb4\xb9\xe5\x6b\x4a\xee\x12\x96\x2d\x41\xdf\x83\xb2\x69\xfc\x2b\x8d\x82\x17\x26\x20\xc0\xd5\xf3\x11\x9b\x06\x08\xdb\xb8\x4a\x50\x9d\x15\x6c\x7f\x8a\xb7\x26\x8a\x9b\x0e\xb4\x72\xf6\xa7\x39\xd5\x4e\x77\x05\x4f\x98\x52\x31\x31\x95\xfa\x64\x43\x02\xec\xbc\x40\xb5\xb6\xf8\x0d\x05\xd5\x5e\xea\xeb\xf6\x1a\xf1\xc0\x1b\x3a\xa6\xd6\x0d\x2c\xbc\x00\xdd\xfe\xda\x0d\x56\xa0\xe3\x02\x33\x02\xc1\x95\x71\x02\x43\xe0\x58\xac\x41\x34\x04\x9f\x7f\xa1\x5e\xc6\x84\x39\xb0\x8e\x74\x7b\x1a\x86\xd1\x2f\x94\xdc\xbb\x40\x7b\xa0\x71\xe5\x76\x35\xd8\x07\x65\xcc\x1a\x20\x44\x5a\x0a\xf2\x9a\xf6\xdc\xc1\xaa\x5e\x70\x43\x04\x3b\x42\xf7\x47\x53\x6e\x05\xec\x2b\xf2\x3a\xb7\x5e\x91\x2a\xbd\x37\x40\xce\x9b\x62\x7c\x7f\xa3\xe4\x33\x8d\x02\xb7\xb2\x01\xc2\x3f\xd4\x42\x33\x67\x82\xfc\xa3\xf6\xcd\x78\x5f\xfe\xab\x0a\xf7\x8a\x0b\x10\xfe\x3b\x25\x41\x72\x51\x70\xd1\x4a\x13\xb6\x02\xed\x53\xf5\xab\x15\xaa\x5a\xd3\xb5\xca\x5a\x3b\xac\xa7\xcb\x95\xc8\xe8\xb4\x45\x59\xca\x6f\x57\x02\x9e\xa6\xf2\x3f\xd8\xd8\xe5\x45\x32\xa5\xd3\x69\x22\x12\xfd\xb8\xa4\x22\xb1\xaf\x4a\x91\x6c\x95\xac\x4b\x0a\x7a\xa7\xf0\x2f\x63\xf3\xd6\x8a\x17\x73\x4e\xcb\xb2\xc5\x13\x41\x75\x41\x25\xa5\x97\xa0\x71\x4a\x2f\x95\x52\x18\x18\xd2\xb7\xd4\x45\xd7\xb4\x25\xb2\x25\x5d\xaf\x40\x8f\xf5\xaa\xc8\xd7\x4b\x93\xec\x3a\x01\xad\x24\x57\xb7\x07\xff\x8d\x12\x46\xaf\x1b\xaf\x75\xbe\xd0\xe4\xf2\x38\x59\x8d\xf4\x6f\x7c\x9c\xac\x9c\xcd\xeb\x9f\x0e\x7d\xf1\x37\xda\x9b\x53\xe1\xc8\x9d\x2d\x62\x80\x22\xc0\x18\xbd\x6e\x1d\x27\x2b\xfc\x37\xb8\x3d\x86\x9d\x47\xf2\x2a\x36\x2f\x48\x6b\x68\x15\xcc\x08\xd0\x95\xb4\x97\xe4\xa0\x82\x2c\x28\xd2\x1b\xbe\xe6\x62\x91\xf2\xf7\x08\xcf\x70\x4c\x51\x22\x86\xd3\xe2\x4e\x72\xc0\xd1\xa0\x7f\xf0\x18\xb0\xce\x50\x4f\x29\x70\x7d\x4a\xe6\x4a\x43\xc0\xa4\x41\x98\xda\x67\x2b\x31\x37\xf7\x11\x0f\x95\x38\x27\x99\x8f\x58\xed\x66\x4c\x08\xbd\xd0\x07\x0f\x95\x6c\x3a\x99\x57\xf4\xd5\x92\x2e\x8b\xec\x2b\x9d\x02\x35\x35\x74\x34\x48\x2a\x45\x0d\x60\xb1\xaa\x26\x69\x40\x36\x2f\xa1\x25\xef\x88\xb0\x6e\x1b\x7b\x53\xba\x00\xad\x78\x3a\x6d\xbe\x33\x61\xa6\x5e\xd0\x8b\xed\x0a\xa5\xc1\x9a\x26\x3d\x7d\xea\xf2\xa7\xdc\xc6\x6f\xe0\x3f\x9d\x1a\x6a\x69\xa6\xa3\x0e\x23\x2b\x2c\x13\xd7\x69\x6f\x28\xc0\x5e\x39\xc8\x1a\xa8\xdb\x48\xba\xad\xa0\x3a\x28\xe6\x44\x0c\x87\x8e\x37\x60\x35\x7e\x55\xee\x19\x52\xae\x78\x14\xf2\x41\xe6\x57\x44\xc7\x29\x5c\x35\x9b\x88\x93\xcc\x0c\x29\xba\x63\x84\x0f\xd3\x82\x89\x8c\xad\xe9\x56\xf9\x6b\xca\x66\x51\xa6\xd8\x11\x99\x54\x3d\x29\x4b\x39\x99\x3f\xbc\x0e\x8b\x21\x64\x59\xb8\x6c\x20\x13\x51\x86\x30\x94\x5b\xb8\x02\x2c\x15\x2e\x86\x05\x29\x7a\x65\x76\x91\x67\x6c\xbe\x6d\xea\x6a\xd8\xca\xb5\x14\x98\x10\x6e\xea\xc8\x48\x86\x39\x29\x2a\xca\x4a\xb9\xe3\x68\x0f\x70\x6a\xab\x93\xaa\xea\xa4\xca\x0d\x7a\x29\x79\x50\x93\xcc\xb6\x29\x85\x3a\xa9\x8f\x9c\x64\x98\xd9\x8f\x29\x49\x6d\xc5\xe4\xe8\x95\xaa\xb5\xa9\x69\x7c\x73\xf6\x85\xcc\x65\x5f\xf6\x85\x2c\x7f\x6f\xf6\xf5\xd6\x3f\x43\x68\xab\x9a\x6f\x47\x0f\x8c\xe6\xea\x06\xa3\x7d\xd5\x4b\x0f\xdb\xa0\x25\x95\xcc\xef\x9b\x50\xac\x32\x22\x33\x06\xa3\x4a\xc3\x25\x16\x5b\x10\x7f\xfb\x77\xd4\x95\xd5\x35\x1d\xaa\xd6\x3e\x32\x4b\x7a\xb3\x79\x6c\x1e\xed\xf2\x1a\x82\xa0\x4e\x4d\x0d\xfd\xab\xc7\x8b\x08\x2c\x0c\x3b\xab\xc6\x4c\x46\x05\x14\x14\x35\x51\x61\x53\x6a\x0b\xd3\x25\x43\x63\x46\xaa\x92\x6f\x36\xe6\x89\xd4\xaf\xd1\xab\xed\x6b\x6b\x53\xdb\x42\xf5\x03\x94\x6d\x3a\xbb\x79\xe1\x67\xa2\x86\x5a\x54\xe7\xa6\x1f\xf6\x9d\x5e\x54\xcc\xca\x48\xc4\x3b\xfe\x1f\xfc\x00\x81\x46\x11\x75\xe1\x95\xe0\x0e\x8b\xa2\x58\x87\x46\xea\x6d\x27\xd1\x98\x5a\xfc\x10\x81\xe2\x31\xc5\x62\xe2\xb8\xb2\x11\x46\x7a\xd7\xe0\x7d\xc2\x88\xb7\x94\x7e\x51\x18\x0a\x75\x7b\xc4\x30\x55\xbc\x66\x22\x6a\x26\x8b\xa5\xdd\xc1\xaa\x6d\xeb\x7c\xaa\xd5\x88\xde\x65\xa5\xa0\x8c\xf2\x12\xf0\x30\x6d\xf0\x5b\x8d\x45\x54\xee\x8a\x17\x04\x42\x95\x43\xd8\xfe\x90\x3b\x3a\x85\x6d\xda\xcb\x4a\x49\x8e\x25\x73\x4d\x39\x16\xab\x15\x9d\x46\x08\x40\x95\xc0\x04\x7b\xcc\x27\x98\x8d\xf9\x44\x0b\xc2\x45\x18\x1a\xcb\xec\x61\x53\xad\x94\x54\xaa\xa9\x62\xe6\x4b\x56\x7e\xa0\xbc\x84\xf8\x22\x42\x9b\x8d\x7f\xb3\xc8\x69\x4e\x25\x1d\x4e\x5d\x51\x45\x2a\x1c\xa5\x0d\xe5\xb0\x3d\x4a\x04\xc9\x44\x94\x08\x2c\x4f\x15\x4a\x12\x81\x75\x3f\x62\x15\x15\x86\xa4\x14\x08\x27\x3b\x42\x98\x47\x4a\x08\xb3\xd6\xe1\x94\xcc\x3c\xe3\x77\xf7\x2a\x23\x17\x95\x82\x8a\x52\x35\x04\x5b\x6e\x00\xfd\xe5\xa9\x26\x41\x37\x1b\x45\xda\xa1\x5e\x5a\x70\x0d\xec\x97\xb1\xf9\xe7\xd2\xd0\xa8\xda\x9f\xc7\x9e\xaf\x08\x3f\xb4\xde\xf3\x25\xc3\x33\x32\x4e\x7b\xdf\x83\x07\x1d\x07\x1f\xca\x74\x43\xfb\xb4\x7e\x53\x17\x51\x12\x14\x2c\xe8\x50\x94\xb1\x96\x21\x94\xed\x91\xb5\xd9\x44\x91\xb8\x9f\x7e\x46\xbe\xde\x1b\xc5\x81\x3e\xc0\x24\x1f\xd1\xa8\xdc\x03\x36\xa7\x58\xc0\x14\x9e\x09\xcf\xc3\xe7\x42\xa8\x0b\x6a\x51\xac\xde\xd1\x2b\x9a\xcb\x56\x99\xe1\x67\x09\x08\xb0\x25\x51\x6c\x82\x54\x9f\xca\x89\x62\x42\x60\xc2\x88\x82\x1b\x3c\x08\xd2\xc7\x83\xfe\xcf\xb3\x6a\xe2\xce\x84\xf5\xdb\x56\x21\x11\x08\x4f\xe2\x6b\x63\x9b\x33\x59\xa6\x01\xb7\x9f\xf6\xaa\xd7\xab\x1f\xc5\x99\x32\xcc\x3e\xbd\x2d\x05\x5d\xbe\xce\x93\x79\x49\x38\xce\xbc\x1a\x0b\x9c\x79\xd5\xc5\x99\xf1\x1b\xe7\xe6\x15\x53\x5c\xcf\x29\xe6\xd8\xc9\x27\x16\xb8\xca\x25\x66\xd8\xb6\x37\x1e\x4f\x9c\xd9\xb7\x12\x9e\x8c\xcb\xa6\xc0\x4c\x11\x84\x72\x2a\x80\x7f\xa3\xaa\xbf\xa0\x57\x98\x76\x17\xb9\xd5\x90\x1e\x72\xb6\x3f\x04\x94\x6d\x38\x1a\x08\x77\x8f\x9c\x82\x89\x24\x63\x94\xbf\x65\x33\xe7\xec\x1e\x72\x4b\x8d\x72\x7b\xc4\x0f\x39\x79\xd8\xd6\xd9\x28\x12\x68\x6f\x4e\x1a\xef\x42\x9d\x24\x8f\xda\x40\x5c\xa9\xa3\x30\x0c\x1f\x6b\x79\xf2\x6e\xb5\x31\x23\x47\x2c\xe2\xc6\x2d\x2a\x43\x9e\xe4\xbd\x3e\x2b\x14\x24\x1a\x10\x75\xe6\x8b\xc1\xa5\xcf\x88\x5c\xb9\xee\xd0\xa1\x21\x80\x48\x38\xa3\xa4\x29\x31\x2f\x16\x4e\x08\xdd\x99\x05\x43\x7d\xa5\x18\x25\x1b\xf2\xf8\xa7\x0a\x24\x41\x6f\x69\x29\xe9\x0f\xd3\xe7\x37\xa6\x52\xa9\x01\xe4\xc9\xc9\xcd\x38\x9d\x0c\xf3\x30\x8c\x72\x92\xfb\xe8\x0b\xa0\x6e\x5a\xe0\x0c\x27\x70\x8b\x51\xca\xbd\xac\xc4\x39\x42\xdb\x54\x44\xa5\xbb\xf7\x2d\x85\x73\xe5\xd6\x06\x16\x1a\xec\xd8\xeb\x02\xc5\x94\x17\x79\x1e\xc4\xff\x10\x91\xc0\xe6\x0d\xb7\xfb\xae\xe3\x50\x65\xd7\xa8\xd5\x5b\x2e\xf2\x35\x37\xd1\x55\x38\xa8\xd9\xab\x00\xf8\x08\xef\xa0\x5d\x11\xe9\x00\xa5\x83\xac\x83\x74\x22\xe5\x0a\xc4\x29\x24\x95\x83\x91\xeb\x52\xc0\x81\x6e\x10\xc3\xce\x15\x86\x90\x39\xad\xd7\x2a\x63\xe0\x94\xcd\xe8\xe0\xa8\x5b\x40\xf5\xa2\x2e\x01\x63\xdf\x87\x25\x38\x36\xfa\x3b\x75\x90\x30\xc2\xf0\x07\x45\x2b\x6c\x99\x66\xc0\xa0\x56\xca\x62\xfc\x4a\xe0\xb9\xc0\xb7\x02\x5f\x08\xb9\xc9\x1f\xcb\xad\x0a\x5f\xeb\xad\xe6\x46\xff\xbe\xd0\xbf\x97\x15\x33\x77\x52\x3d\x7e\x82\x34\xa7\x82\x04\xcb\x62\x5d\xd2\x69\x71\xcd\x5a\xf0\xb4\x5e\xb5\x44\xb1\x4e\x17\xaa\xcd\xea\x19\x38\x54\xf9\xa0\x58\xde\x64\x7d\x93\xe6\x59\x7a\xd9\x9a\x5e\xe4\xea\x41\xdb\x44\xe9\x34\xfa\x0d\xf2\xd4\xcf\xeb\x55\x6b\xca\x93\xb9\xcc\x48\xfe\xaa\x7c\xa6\xbc\x58\xb5\xd2\x62\x69\xac\x86\xe4\x57\xe7\x55\x45\xba\xa4\xb7\x90\xd1\x25\xbd\x05\x7b\x63\xf9\xb0\x5e\xb5\x40\xe3\x08\x0c\x91\xde\xc2\x13\x8c\x4a\x4b\x57\x20\x2d\x56\xb7\xad\x74\x2d\x99\xf3\x52\xd0\x96\xaa\xa3\xe6\xa8\xb5\x0e\xec\x92\xb2\x75\x0b\xc6\xa2\xa5\x87\xc7\x65\xb1\xcf\xe5\xf9\x00\x56\xac\x72\x96\xe8\xaa\x0b\xaa\x9e\x72\x9a\x5c\x51\xd5\x59\xc5\x15\xe5\xfa\x49\x96\xa6\xda\x0a\x81\xe6\x79\x2d\x5a\xf3\x42\xd8\xfe\x01\x63\xcd\x56\x5e\x94\xb5\x20\xb7\xf4\xea\xd0\xf9\x2a\x76\x81\x0d\xee\x40\x4d\x95\x4e\x4f\x58\x4c\xb1\xb7\x43\x8b\xdd\x1d\xfa\xe1\xc1\x86\x79\x9b\x74\x86\xed\x96\x16\x73\xf7\x32\x4b\x13\xa6\xb5\x25\xb8\xbb\xba\xf4\x2c\x73\x27\xbb\xed\x1d\x1d\xd1\xf6\x51\x10\xdf\xec\xc6\xb6\xfd\xa6\x63\x9b\xde\x0b\xe2\x17\xbb\x91\x9d\x1e\xd5\xd1\xab\x7e\x0d\xe2\x4b\xc9\x69\xe7\x54\xd0\x48\x1e\x83\x10\xfe\x76\xea\xad\xc3\x9d\xae\xd7\xb9\x34\x0c\x40\x7c\xd2\x98\x9b\xd3\x47\x47\xc2\xc7\x04\xd8\xd1\xf1\xf5\xb6\xdd\x36\x21\xc5\x28\xa2\xe4\xab\x88\xaa\x34\xd8\xb9\x9e\x31\x2c\xb1\x20\xef\x99\x24\x68\xc3\x70\x2e\xe9\x70\x43\xb8\xd7\xc7\x72\x43\x38\x76\x49\x83\xf7\xce\x41\x7a\xc4\x22\x73\x96\x22\xc7\xbc\xa3\x92\x50\xcb\x8c\x3d\xbb\x0f\x23\x13\xb1\x47\x98\xc7\xa5\x0b\x22\x44\xc4\x2a\x47\x46\xb4\x67\x27\x1d\xd1\x70\x40\x45\x6f\x2d\x17\xe8\x45\x4e\xcf\xf9\x9a\x7d\xc9\xc4\xe2\x03\xcf\x0a\x9e\x89\x5b\xc9\x74\xe8\x47\xec\x8a\xd6\x6f\x65\x96\x5b\xa4\x3d\xec\xe8\xe3\x5b\x84\xa1\xcb\x2c\x6a\xb1\x89\x27\x1f\x77\x0b\x57\x62\x74\x38\xaa\xf7\x9d\xd2\x4a\x6f\x75\xeb\xa6\xf2\x79\xb0\x77\x75\xca\xbb\x8a\x59\x27\x41\xff\x29\x0f\x5c\x77\x8d\xe1\xdd\x71\xc1\x4e\xf9\xb8\x76\x3c\x37\x0c\x05\x8c\xb5\xcb\xe1\xa9\x6b\xc3\xb9\xec\x1c\xec\xf7\x73\x7b\x60\x0c\x67\xfa\x0e\x0c\x8a\x3d\x3b\xdf\xa9\x03\x88\xd9\x59\xeb\x02\xa2\x88\x48\xc9\x11\xe0\x80\x18\xf6\x9f\x1f\x5b\x74\x15\x83\xc8\x72\x2c\xc6\xfd\xc9\xb0\xb9\x1b\xee\x2a\xf9\xd7\x7b\xe6\x0e\x80\x9c\xa5\x57\x20\x35\xac\x88\xb1\x7f\xbf\x9b\x4c\x1f\x8d\xbc\xf6\xc7\xc7\xa2\x07\x46\xd7\x91\xbd\x8f\xbf\x16\x61\xf8\x4e\x44\xd7\x60\xd5\xa3\x77\x22\xbb\xa6\x6e\xd4\xc7\x1b\xf8\x78\x53\xfb\xf8\x42\x7d\x7c\x01\x1f\x5f\x98\x8f\x97\xc2\x72\xb2\xaf\x04\xc2\x27\xde\xab\x03\x1b\xa3\x37\x47\xb7\x7a\xe6\x8a\xd5\x9f\x65\xf8\x42\x32\x26\xb2\xd3\xfb\xd8\x59\x21\x65\xba\xa0\xd3\x75\x4e\x0f\x93\x3c\xbf\x48\xd2\xcb\xc8\xf9\xf6\xbe\xe0\xcb\x24\x37\x8b\x07\x7f\x10\xc8\x95\xfc\x7d\x14\x35\xf0\xd1\xea\x2e\xf3\x0f\xa1\xdc\xa6\x65\xb3\xc8\x19\x5f\x74\xf7\x87\x88\x60\x6c\x31\x75\x9d\x26\x0d\x86\xcc\x99\x04\x0e\xf0\xee\xb1\x46\xde\x75\x9b\x06\x6a\x8e\xb5\xa6\xc9\x9d\x50\x12\xae\xd5\x48\xfc\x21\x47\x02\x50\x2a\xab\x01\xf8\x43\x0e\x80\x13\xf6\x42\x85\xbd\x80\x30\xa7\xbb\xfd\xde\x16\x92\x4a\x96\x04\xf1\x27\xaf\x86\x11\x27\x9f\x64\xed\xd0\xb7\x2b\xa7\x24\x3b\xfd\x2a\x03\x0b\xdf\x13\x31\x99\x49\xdf\xcd\x64\x88\xde\x0b\xc7\x75\x0d\xab\xbe\x84\xe1\xa7\x6a\xd2\xc1\x1d\xad\x20\x77\x5b\xfc\xa5\xa2\x9b\x7e\xaf\x1e\xdf\x0a\x32\x56\x97\x0d\x01\x36\xbf\xbf\x51\x5c\xdd\x55\x1c\xb1\x69\x80\x7f\x70\x43\xaa\xab\x2f\xfc\x0f\x37\x5c\x5d\x6f\xe1\x40\x5f\x56\xa8\xa7\x0f\xf6\xc9\xb9\xc0\xa8\x3e\x7d\xb2\x01\xfe\x9d\x86\x13\x70\x68\x02\xf4\x35\x87\xff\x64\xae\x3c\x76\x9e\xa7\xfe\x2f\xe7\x00\xa5\x62\x7e\x77\xcf\x54\x08\xfb\xa0\xc2\x0e\x6d\x18\x60\x51\x78\x3f\xea\x2a\xc5\xbe\xbc\x72\x5f\xcc\xcd\x8a\x0d\x38\xf6\x03\x4a\xdd\x43\xf2\xf9\xd4\x3e\xef\x9c\xe2\x2a\x70\xa7\x2e\xfa\x66\xc6\x7f\xd2\xb7\x34\xfe\xa3\xbe\xa0\xf1\x9f\xd4\x65\x8d\xff\xa4\x2e\x6e\xbc\xa7\xea\x12\x47\xbf\x7c\xd6\x2f\x7f\xa5\xd8\xb9\xa9\x82\x69\x11\x98\x9b\x9d\xea\xc9\x91\x36\xfc\x2a\x9a\x70\xb3\x1d\x45\x2d\x72\x50\x61\xa0\xb1\x09\x06\xb7\x45\x9d\xc1\x04\x17\x4a\x66\x12\x65\xe3\x7e\x0d\xf7\xa2\x93\x69\x2b\xd2\x01\x42\xc3\x82\xdc\xed\xc1\xa6\x8b\xef\x2e\xd6\x17\x17\x39\x9d\xc6\x05\xd6\x9d\x3a\x8d\x8b\x4e\x60\xfa\x72\x8b\x5d\x6c\xb7\x78\xcc\x27\x8a\xea\x34\x1b\x58\x2c\xb6\xf8\x77\x50\x76\x96\xfc\x20\xc2\x5f\xcc\x73\x81\xf0\x4b\x31\xce\x26\xa4\xd8\x6e\x7f\xd5\xec\x97\xa2\xae\x0d\xd1\xae\x7f\x14\xb1\xae\xff\x03\x51\xaf\xfe\x3b\x74\xbb\x7e\x3e\x56\xcf\x92\xd6\x37\x04\xbf\xfc\xb3\xec\x49\xb2\xbe\x39\xf4\xf9\x94\x69\xb1\xbe\xc8\xa9\x0e\x74\xf8\x91\xa3\x1a\x5f\x92\xcc\x4f\x2b\x0e\x05\xfe\x29\x6e\x40\xfd\x57\xbc\x87\xf9\x0f\x9c\x9e\xfd\x75\xd8\x95\x57\x75\xb6\xe5\x83\xc3\xbf\x5c\xd2\xdb\xcf\xab\x56\x8d\xf7\x7a\xe5\x72\x61\xf0\xfb\x79\xa5\x79\x18\xf3\x1f\x2e\x1b\xfd\x2b\xc7\x66\xee\xeb\x70\x2f\x2f\xf6\xca\xe7\xcb\xf4\xd3\xe7\x95\x7b\x5d\x29\x1f\x0f\xf5\x23\x30\x49\x9a\x55\xaa\x6e\x31\xe1\xf2\xf2\x02\x50\x24\xd4\xcf\x0e\xd7\x78\xd8\xc4\x41\x1e\xf9\xac\x24\x3c\xaa\xbe\xf6\xee\x3d\xd5\x8b\xde\xbf\x5c\xce\xac\x8f\xb0\x9c\x3d\x72\x88\x5a\xf6\x5f\xc5\x9b\x1d\xd9\x27\x7a\x93\xa9\x91\x3c\x32\x0f\x8a\x6f\x93\x4f\xef\xec\x13\xf0\x6a\xf2\xe1\xc4\x72\x72\xcb\xc2\x70\x77\xc7\xf6\x49\xb2\x71\xf0\x70\x62\x1e\x2a\xce\xef\xc4\x61\xf7\x20\xad\x7e\x3e\x76\x9e\x1d\xee\xf0\xa4\x99\x51\x84\x5c\x94\x8c\xc3\xfc\x88\x62\x3e\xcf\x69\xf5\xb3\x4e\x17\x90\x3f\x3c\x41\xee\xd7\x0b\x4a\x73\xf5\xdf\xeb\xa4\x01\x74\xd2\x5b\x81\x0f\x2a\x12\xe0\xb5\x20\x81\xbd\x8b\xce\x69\xea\x5c\x82\x3b\x5c\x74\x9d\xfb\xde\xcf\x9d\xeb\x8d\xce\x2d\xf6\x8d\x20\xfd\xe1\x1b\xf1\xfc\xb5\x3d\xc5\xdf\x88\x4e\x07\xe9\xed\xe0\xb5\x18\xbf\x11\x13\xdc\x57\x9a\x00\xbf\x08\xe2\x10\x41\x9f\x4b\xca\x5f\xca\x43\x38\x63\x73\x4b\x0a\x7d\xf6\xa2\xd4\xb8\x0c\xfc\x9b\x00\x2d\x56\xb3\x63\x6a\x69\xc9\x9d\x91\xc7\xb8\x2a\xf8\xff\x10\x3e\xf0\xea\xef\x60\xdf\x21\xe9\x70\xcd\xee\x56\x0e\xf1\x46\x07\x31\xd7\x16\x6b\xfd\x98\x93\xbf\x8a\xde\x45\xc6\xa6\x40\xf5\x60\x81\x07\x98\xba\xec\x65\x6b\x10\x73\xf2\xf7\xbd\x51\xac\xca\x1a\xf9\xdb\x6e\x9c\x2d\x1b\xd1\x5e\x32\x9d\x02\x09\x6c\xae\x1a\x22\x81\x39\x6e\xf7\x51\xbc\xef\x93\xdb\xaa\xbf\x3a\xb2\xe1\x97\x9b\xcd\x1f\x91\x71\xb3\xf5\x37\x81\x0b\xf2\x72\xf8\xd2\xa0\x10\x7e\x88\x32\x6c\x62\x5a\x08\xc2\xe8\x25\x29\xd0\x66\x03\x20\x84\x15\xc8\x83\x93\xe5\x67\x11\xfd\x22\xb0\x57\x73\x0b\x2c\x50\xa5\xf8\x9b\x2f\xa0\xfe\x4d\x20\x9f\x1c\x0d\xc3\xee\xe0\xf9\xa9\x70\x04\x5b\x08\x58\x62\x2f\x3f\x7c\x6c\x45\xdf\x4a\x5a\xab\xda\xf1\xcf\x2a\x6f\xef\xce\x19\x64\x15\xbc\xb2\x62\x68\x2e\x21\xdb\x9b\xbd\x4c\xd3\xde\xc5\xd3\xad\x2c\xed\x7c\xe1\x87\x26\xb7\xaf\x05\x39\x52\x04\xaf\x4d\x80\x0d\xd6\x83\x23\x01\xd1\xb1\x6f\x20\xf6\x4d\x63\x6c\x47\x02\xa2\x63\xbf\x80\xd8\x2f\x1a\x63\x7b\x22\x10\x73\xd1\x6e\xe5\x13\x86\x93\xbc\x54\x6b\xac\xc0\x47\x22\xba\x54\xd3\x5b\x0e\xaf\xdb\xcd\x38\x43\x55\xae\x0d\x82\x11\x9d\x93\x97\xbd\x24\xd2\x6d\xbe\x27\xf7\xe6\xeb\x80\x3c\x54\x5d\x8f\xee\xf4\x60\x61\x4a\xe0\x2e\x83\x2b\x60\x12\xa1\x60\x9d\xdf\x46\x2b\x60\x61\xcc\xa4\x84\x4b\x16\x0f\x8b\xf6\x9f\xa2\x09\xad\x23\x02\x99\x3a\x23\xb9\x88\x38\x42\xc8\xba\x6e\x94\x54\xbd\x37\x55\x14\x77\x50\x4d\x2a\xd9\x38\x91\xcc\x87\x46\xfc\x51\xd4\x72\x15\x22\xca\x2a\xb1\x07\xd3\x46\xa4\x9e\xc4\x42\x25\xc9\xf6\x0b\x2d\x1e\x2a\xc0\x93\x64\x3e\xca\xee\x95\x51\xf8\x99\x6b\xed\x61\xcb\x6b\x55\xfd\x75\x7f\x67\xb9\xd7\xcc\xc0\xd8\x33\x47\x71\xcf\xb2\x1b\x87\xc5\x9a\x81\x33\xde\x0b\x00\xb3\x7a\xbb\x4c\xe6\xf2\x28\x2b\x69\x3d\xf0\x54\x92\x88\xb5\xb0\x2f\xd9\x54\x2c\x54\xd8\xcd\xeb\x9c\xde\x38\x8f\x7f\xe5\xc5\x7a\xa5\xdf\x4f\xf8\x54\xd6\xcc\x06\xa5\xf2\x08\xaf\x4a\x56\xaf\xa5\x7c\x9c\xe9\x4c\x66\x2a\x87\x6b\xf3\xfc\x01\x8e\x96\x2b\x6a\xde\x4f\x17\x3c\x63\x97\xe6\xed\x3d\x9d\x27\xee\xd7\x13\x59\x41\xb0\x7a\xe4\xd9\xf4\x05\xa7\x89\x79\xfe\xa8\x72\xd4\x8f\x47\x6c\xea\xbc\x9d\xae\x12\xe6\xbe\x82\xd6\xa1\x7e\x3f\x84\x1a\xfa\x6f\x4e\x6a\x15\xe0\x66\xa0\x43\x4c\x1e\xb3\x82\x89\x2f\x00\x15\x25\xdf\xf2\x8c\xd1\xc3\x3c\x59\xae\xcc\xcb\x1b\xfb\x49\xe3\x6d\xc1\xa3\x69\x44\xc1\x57\x8b\x44\x75\x8f\x48\x2e\x4e\xb3\xaf\xca\x3d\x49\x36\x2d\xae\x21\xf0\x2b\x00\x1b\xc1\x53\x51\x2c\xa1\xb8\x2c\xcf\x4f\xaa\x9c\x00\xe5\xcd\x79\x2f\x45\xb1\xf2\x5e\x79\x71\x49\x5f\x19\xf4\x30\x3f\x48\xe1\x87\x55\x61\xc7\x16\x22\xac\x0a\xdb\xc9\xcb\x4c\x8b\x2d\x16\x8c\x58\x05\x53\x1c\x2c\x25\x1b\x75\x5c\x7c\x0d\x70\x70\xe2\xf2\x34\x8c\xd5\x7c\xb8\x68\x0d\x88\xcd\xc6\x1a\x33\x7b\x70\x3d\x81\x56\xa5\x0e\x62\xb6\xd9\x18\x0b\xa2\xb6\x1b\xa3\xaf\x2c\x8a\xe9\x8e\x12\x26\x45\x61\x48\xc1\x13\x7c\x14\x04\x1d\x81\xb4\xb7\xf6\x58\x74\x82\xd5\x4d\xe0\xe8\x55\xb1\x1a\x9b\x05\xa0\xd3\x00\x8e\x7c\x9b\xcb\x2f\x4d\x26\x61\xcc\x9a\x7a\x29\xc4\x20\xeb\xbf\xb3\xdb\x05\xbf\xaa\x8c\x45\x0c\x0b\xc9\x95\x71\x34\x0c\x66\x79\x91\x80\x52\xb8\x5a\xdd\x41\x5a\x96\xaf\x21\x08\x19\xc4\x96\x2a\x63\x9c\xa1\x58\xb2\x73\x24\xdb\x6e\x3d\xa7\x55\x8d\x0e\x25\x28\xba\x13\xac\xd9\xd1\x84\x20\xa2\x43\x7b\xe9\x22\xe1\x2f\x44\xd4\x47\x35\x46\x90\xf6\xca\xf5\x85\xb2\x0b\x8f\x06\x08\x53\x36\x16\x13\x02\xdd\xb5\x45\x16\x2f\xaa\x60\x24\x8b\xee\x24\xb7\x95\x09\xba\x84\x61\xbe\x4b\xf4\x22\xbb\x48\x4a\xb5\x47\x70\xbd\xb0\xe5\x0f\x5d\x5e\x50\x58\x2b\x0b\x08\xcd\x96\x73\xf8\x91\x64\xa5\x7c\xb8\xa4\xb7\x73\xca\xf4\x5a\x80\x35\x2d\x39\x7e\xf9\xbb\x4a\x78\x02\x13\x5a\x81\x96\xc2\x0a\xe0\x49\x0a\x71\xae\xa1\x88\xad\xeb\xa6\x81\xb9\x0a\xd8\xd9\x2c\x2a\x64\xc5\xad\x38\xbd\xb2\x65\x51\x87\xd4\x7d\x56\x39\x75\x0d\xa6\x87\x4f\x30\x05\xff\xfd\xc3\xef\x30\xe9\x71\xcd\x7e\xac\xf5\x96\x9f\xe1\xe3\xbe\xca\x6a\x17\xfa\x63\x6f\xb6\x9b\x4d\x3b\x0a\xce\xcf\xc1\x4a\x20\x63\xfb\xe3\xd5\xeb\xfe\x78\xa0\x75\xd8\x74\x8d\x60\xfe\x56\x2e\xe3\xdd\x92\xe1\x53\x3d\xf9\x01\xb4\xdb\x39\x77\xcb\xaa\x9b\xbb\x0a\x20\xa2\x9a\xe6\x81\x39\x20\x77\xc1\x41\x44\x2f\x2b\x6b\xb0\x20\x01\xb8\x0b\x53\x48\x8f\x37\x4b\x7b\x89\xea\x02\x5f\xea\x30\x8d\x4c\x99\xee\xbc\x77\x4b\x9e\xee\x84\xad\x79\xb6\x13\x36\x03\x1f\xd9\x3b\xc1\x2c\x59\x9a\x3c\x97\x59\x59\x66\x6c\xde\x05\x14\x4a\x8b\xcd\x35\xa8\xc3\x68\xf5\xb5\x2f\x09\x46\x5e\xd1\x6a\xee\xe5\x9e\x9f\xfe\x7f\xd2\x88\x92\x67\x9e\x9a\xcb\x66\x33\x18\xd4\xf4\x5e\xe2\x9a\xb5\x23\x1a\x0a\x72\x32\x16\x93\x61\xb3\xfe\x12\x28\x29\x2d\x45\x04\x3a\x4a\x14\xbb\xe6\x94\x6b\x16\xa1\x3b\xc7\x67\x19\x33\xfe\x32\x1b\xe0\xce\x22\x0a\x56\x94\x8d\x36\x14\x46\x67\x66\x64\x1e\xb4\x89\x99\x43\xf7\x80\xc6\x5b\x85\x5f\x4e\x7d\x13\xcd\xcd\x86\xf6\x2e\x8a\xe9\xad\x76\xc4\xe1\x7a\xf1\x82\x60\xc7\x1f\x9a\xf5\xf6\x33\x04\x73\x29\xcf\xfa\xc3\xb7\x9b\xb0\x9a\xf1\x95\xee\x8b\xdb\xdb\x98\x13\xc8\x6c\x68\xf0\xe2\xb9\xd2\xdd\x53\x2a\x20\xd6\xae\x42\x19\xb4\xd1\x0e\x77\x8d\x28\x8c\x23\x2e\xfa\x1c\xae\x9b\x7e\xb6\x9a\xba\x77\x32\x5d\xcc\xb1\x3e\xfe\x44\x97\x6e\x87\x94\xb0\x2d\x8d\xb5\xbe\x88\x2a\x83\xf7\x18\xbd\x11\xa7\x4a\xb1\x0f\xdd\x71\xe2\x05\x18\xa8\x92\xad\x0c\xaf\x94\x9c\xb6\x5c\xbb\x93\xd8\x42\xcd\x3d\x77\x73\x2b\xdf\x63\x70\xd4\xa6\x9b\x4d\x1b\x6e\x26\xa8\x3a\xd1\x20\xe4\x61\xdb\x9d\x49\xa0\x7c\xac\xec\x48\x44\x35\xbd\x54\x4e\x4e\xb1\x28\x0e\x34\xa5\x59\x82\x85\xd0\xc8\x52\x9e\x65\x24\x50\xdc\x6e\xcb\xf7\xa5\x8c\x6f\x26\xe4\x07\xcd\xcf\x87\x61\xbb\x1d\x0d\x1e\x87\x7b\x23\x44\x02\x79\x57\x13\x4b\x16\x55\x27\x27\x25\x4a\x5f\x0c\x0b\x32\x63\x11\x1a\x0a\xd7\x93\x20\xed\xc9\x3d\xeb\xed\x6b\x9e\x2c\xcd\x1c\x1a\xa2\x3b\x39\xc1\x34\xde\x4b\xc3\x3e\xa2\x11\xb5\xbf\x28\x3f\x09\x79\x91\x2a\x93\x85\x05\xa7\x33\x3d\xef\x38\xba\x63\xa4\x3d\xd8\x2a\x8d\x21\xc5\x72\x43\xe9\x11\x25\xb5\xf4\xc8\x3a\x5a\xb0\x04\xb3\xa3\xca\x7e\xe5\x2a\x53\xcb\x69\x6a\x90\x4d\xdc\x67\xdf\xa2\xc6\xaa\xa1\x85\x61\x54\x81\x9f\xc0\x1b\x00\x6c\x29\x6d\x73\x05\x39\x50\xd2\x84\xa7\x0b\x2f\x48\xd0\xdc\x7b\x5f\x73\xff\x7d\x95\x94\xe5\x75\xc1\xa7\x55\x20\x82\x54\x37\x42\x1e\xc1\x06\x48\x05\x50\x27\x20\x46\x0d\x7e\x5c\x5d\x5d\xcc\x19\x09\x7e\x18\x05\xf8\x56\xfe\xb6\x03\x7c\xa1\xaf\xa8\x8e\x59\x4d\x37\xf3\x9a\x35\xde\xfd\x5f\xac\x85\xb0\x18\x87\xaa\x8d\x5a\x9d\x05\xc4\x47\xfa\xc5\x56\xca\x6c\x9d\x6d\xd1\xb3\x18\xe0\x15\x4f\x58\x81\x5d\x78\x73\xdf\x6b\x13\xa0\x64\xad\x8c\x4a\x9e\x7c\x63\x85\x02\x6b\x31\xef\x4d\xf3\xc4\x1e\xf7\xae\x91\x79\xc3\xd7\x1d\x10\xa8\xbd\x87\xab\x63\x8a\xff\x8d\x18\x7b\x23\xf4\xd4\x19\x0e\xe3\xf0\xa2\xd9\x9d\x77\x49\xc5\xa7\x6c\x49\x8b\xb5\x18\x55\x8f\xc6\xda\xf7\xb2\x39\x4d\x9a\xd3\x84\x9b\x54\xee\x8b\x4e\x57\x8d\xe9\x49\xb5\xf3\x6a\x9b\xf3\x21\x60\xf6\xb8\x1b\x99\x51\xc2\x33\xbb\x09\x70\xc5\x8e\x4b\x03\xb5\xa6\xb6\xbb\x3b\xf3\x27\xc8\x5c\xe6\xb7\xe2\xf4\x2a\x2b\xd6\xa5\xd9\x0b\x2b\x4d\xee\xfe\x90\xaa\xdd\xf3\xa9\x77\x20\x56\x36\x73\xd3\x44\x24\x40\x1d\xfd\x00\xd4\xf1\x66\xc3\x08\x21\xb7\xfa\x77\xae\x74\xc3\x80\xc0\xaf\x0c\xb1\x44\xb7\x0b\xdc\x72\xf0\xe0\x07\x4d\x51\x8b\x4e\x67\xdb\x50\x8f\x1d\xae\xf8\x94\x91\xe3\x44\x2c\x7a\x3c\x61\xd3\x62\xe9\x1a\x37\x3e\x7c\x6c\xd0\x35\x0f\x10\x3e\x67\x24\x38\x3f\x07\x34\xb8\xb7\x4c\x61\xe9\x1b\x5d\xdf\x1f\x82\xce\x29\xc3\x5f\xab\x08\x20\x9d\x7b\x93\xb0\x69\x4e\x79\xa9\xbe\x1e\x56\x5f\x0f\x0d\xbb\xaf\x12\x3a\xbe\x5b\x3c\xff\x02\xe7\x0c\xae\xe0\x2b\xd3\x11\xe7\xc6\xd6\x55\x99\x1d\x32\xd5\x99\x82\xb0\xf1\x21\x9b\x6c\x36\x4c\x26\xb5\xf6\xdb\x56\x73\xdf\xea\x97\xa8\x99\x6f\x68\x60\xd9\x55\xe6\x49\x2b\xce\xab\x73\x14\x46\xd2\xdc\xbf\xeb\x01\x63\xaa\x5e\x95\x10\x44\x47\xab\x76\x4e\x46\x22\x4a\x18\xf2\x4e\xbb\x26\x6d\xf7\xf7\x2e\x8e\xa7\x24\x49\x64\xbe\x9b\x0d\x95\x4d\x40\x9b\xcd\xa3\xb6\xb6\xc9\x51\xea\x93\xfa\x71\xf0\xb0\x7a\xb6\x8f\xd6\x38\xc5\x2a\x71\x18\xea\xe7\x91\x31\xec\x51\x96\x02\xd4\xb5\x14\xf0\x9c\xdc\xf8\x6a\xf6\x0f\xdd\x93\xec\x95\xe7\x76\x75\xfc\x15\x3a\xd8\x6b\xc9\x07\x88\x31\x2d\xee\x76\x81\xbb\xc2\xd0\xb6\xa3\xf2\x8a\x5a\x4f\xff\x87\x47\x39\xba\xf5\x52\xa7\x97\x4b\x78\x29\xa2\x70\xa5\x45\x59\x6d\xee\x7d\x64\x84\x4b\xe2\xd1\x42\xac\x19\x59\xa5\x71\xfc\x19\xbb\x6f\x87\x9e\xce\x53\xc1\x5e\x55\xb7\x5f\x4d\x61\xf5\xe8\xc7\xe6\x4a\x6a\x37\xa4\x31\xea\x71\x71\xd5\x10\xd2\x18\xf5\xf3\xaa\xfe\xde\x18\xed\x48\xc9\x54\x23\x4e\xda\xdc\xc2\x34\xa0\xcd\x46\x06\x44\xe6\x80\x22\x06\x31\x57\x1f\x93\x15\x16\x19\x1c\xbe\xb9\xde\xf5\x69\xed\x04\x55\x3a\xf6\x6d\xbe\x03\x35\x47\x35\x51\xb1\x83\xa3\xc8\x9a\xdd\x00\xd7\xd9\xbe\x83\x87\x03\x2c\xb0\xfd\x58\x29\xfb\x38\x5a\x1d\x56\x14\x12\x09\x02\x73\x83\xf5\x8c\x71\x81\xc2\x3f\xdd\xe7\x3a\x6c\x2c\x26\xa0\x5d\xcb\x9a\xec\x14\x32\xd1\x18\x8e\x05\xc2\xac\xc9\x7a\xc1\x8f\x6f\xc3\xb1\x87\xa5\xf5\xd2\xac\x34\x05\x78\xf0\x5d\xb5\x74\x1d\x29\xd2\xde\xb9\xa7\xe5\x3d\x9e\x0c\xc5\x10\x31\x6b\x98\x22\xc8\x07\x50\x89\x02\xbb\x5a\x8b\x15\x31\xec\x3f\x17\xdd\xee\x10\x7d\x64\x11\x1b\x8b\x09\x36\x7e\x2e\xa6\x81\x51\x6b\x91\x47\x8c\xa8\x10\x4e\x44\xa7\x53\x45\xd6\x57\xd8\x01\xf6\x4c\x2e\xbe\xd8\x5e\xa7\x61\xc8\x40\x73\xca\x6f\x4d\xdd\x85\x1a\xd8\xfb\x35\x0f\x4f\x3d\xea\xff\xe5\x41\xf9\x5d\x9d\xc0\x0d\x23\xb2\xdb\x06\xd9\x6c\x7f\x0c\x94\x45\x89\xe3\xcb\x0a\x72\x03\xeb\x92\x97\x4c\x11\x8f\xbf\x6a\x62\xf1\xb5\xfe\x7d\x53\x27\x1a\x7f\x61\xca\xc3\xd7\x1b\xbb\x79\xbd\x61\x43\xe5\x17\x19\x6c\xa5\x25\xc7\x66\x06\x07\x67\xa4\xf2\xd4\xfd\x2b\x1b\xfd\xca\x34\xc4\xd7\xaf\xcc\xe5\xd3\x70\x41\x32\x33\x9c\x95\x5b\x30\x1e\x86\x6c\x4c\x27\x84\x90\x6c\x4c\x27\xe0\x1c\x0c\xca\x49\x08\xef\x52\x3d\x13\x06\x43\xf1\x9c\x24\x32\x22\xef\x0a\x15\xb5\xe8\x8a\x09\x4c\x8a\xa1\xad\x1e\x31\x1a\x10\x14\x0f\x9e\x8b\xd1\xa0\x6b\x39\xdf\xaa\x2b\x3e\x57\x20\x00\xae\xd6\xdd\x6f\x4e\xb0\x43\xcc\xfe\xe0\x60\x0c\x58\xe4\x9d\x56\xc6\x5a\xe0\x9f\xc9\x1f\x19\xe3\xc1\xc9\x19\x09\xe3\xc8\xc9\xb3\x1f\xc1\xda\x93\xaf\x6b\x41\x04\xc4\xc8\x2c\x49\x29\xda\x81\x22\xcc\xe4\xc4\x33\xb8\x35\x23\x99\x72\x9c\x4d\x88\x88\x18\x8a\x03\x55\x52\x00\xc8\xda\xca\x7b\x94\xf2\xda\xc8\x63\x13\x8f\xc9\x54\x96\x99\x91\x51\xb2\xf2\x95\x71\xf2\x0a\x7a\x1d\x74\x4a\x0c\x28\x59\x6f\x5a\xfb\x32\xda\x0d\x8a\x01\x24\xdc\x98\x52\x2a\x9c\x95\xd1\x67\x16\xff\xa6\x7d\x5a\x35\x99\x66\x11\xfd\xd1\xb9\xb0\xf5\x31\xda\x21\xa5\xd2\x32\x29\x8a\xbc\x66\x02\x53\xfb\xe8\x99\xc3\xa8\x8e\x4c\xf2\xdc\xbd\x0d\xcc\x2c\xb1\x42\xaf\x21\x46\x54\x5d\x8e\xda\xbb\x55\xb3\xe9\xd5\x7d\xe2\x2f\xb2\xb2\x2e\x7b\x3b\x78\xf2\x0c\xa1\x21\xed\x4d\xa9\x19\xaf\x08\xe1\x41\xff\xe7\xc6\x5a\x87\x61\xbd\xbe\x75\x93\x9f\xbf\xab\xa5\x5d\x45\x21\xe3\x09\x06\x63\x6d\xf9\x42\xa7\xe4\x1f\x0c\x53\x63\x53\x46\xfe\xca\xb6\x59\xf4\x83\xeb\xe5\xf7\x6e\xa5\xc6\x42\x0f\xa3\x0b\xa4\xa8\x66\x65\x7d\x78\x35\xea\xa1\x9e\x76\xce\x5c\x1c\x2a\x10\x1c\x3f\xbf\x51\x3d\x20\x42\xb1\x71\x60\xea\x82\x1b\xbb\x33\x00\xb2\x71\xde\x49\x7b\x80\xf0\xbe\xd9\xf6\x99\x21\x05\x05\xe9\x4c\x94\x3d\xce\xae\x77\xeb\x5a\x4b\x37\xda\x09\xd9\x57\x5b\xa5\xb7\xf2\x12\xce\x0d\x05\xc1\xe5\x04\x90\x76\x1f\xdd\x33\x7d\xa1\xc6\x2b\x65\x00\xb8\xd3\xdd\xae\x69\x20\xf9\xcc\xb6\xd8\x0d\x90\xcb\xa2\x9a\x36\x3b\xad\xc4\xe2\x9e\xad\x40\x6d\x91\xb0\xd9\x20\x58\xce\x1a\x8e\x7e\xb8\xb3\xa5\xec\x6e\x3b\x0d\xbb\x93\xba\x96\xdd\xdb\xc6\x7d\xa3\x65\xd6\x75\xc3\x41\xe6\x87\xfb\xd6\x94\xdb\x2d\xc2\x3f\xb0\xaa\x31\xe4\x0e\x1c\x44\xa8\x4a\x40\x45\xd5\xb3\xe7\x6d\xb6\x01\x52\x14\xf2\xd2\x0a\x68\x92\x14\x51\xa9\xd4\xf1\x5f\xea\x2c\x60\x20\x15\x56\x29\x64\x9f\x2d\xe9\xa9\x48\x96\xab\x78\xd7\xd9\x40\x8b\xf6\xec\xe7\xcd\xe6\x55\x22\x24\xe3\x7a\x1d\xa1\x2d\xde\xd9\xe7\x20\xaf\xac\xfc\xc4\xd7\xa5\x79\xdd\xca\x26\xd1\x1b\x41\xd9\xd4\x33\xd3\x77\xb4\x77\x5d\x01\xae\x8b\x8c\xda\xec\xbd\x57\xdb\xba\xc9\xd0\xa1\xe3\xbd\x90\x38\x60\xb5\xda\xe0\x0b\xb6\xb2\x0a\x53\xac\xc0\xce\x8e\x80\xdc\x17\xe2\x7d\x72\x67\x16\x61\xd8\x1d\x10\x00\x26\x73\xa6\x1b\xe8\xf4\x9a\xd6\x71\xfd\x80\xff\xce\x40\x8f\x76\x2b\x1f\x7e\xd0\x18\x1f\x7f\x63\xc4\xf6\x43\x74\x27\xd9\x7c\xe3\x1b\xe0\x9f\x7b\xbf\x50\x4e\xc6\xcf\xf0\xe0\x21\x3e\x78\x82\x1f\x1e\x4c\xb0\xe0\xe4\x34\x0c\x83\xc3\x4a\xdd\xa8\x06\x39\x82\x99\x82\x19\x1d\xca\x68\x46\xb8\x07\x38\xe1\x8e\xb1\xa8\x24\xc9\x78\x65\x23\xea\x46\x53\x55\xe5\xaa\x98\x4f\xf4\x46\xd4\xf2\x0f\xc3\x36\xe3\x38\x83\xef\x51\x5b\xf0\xcd\x86\xf1\x30\x7c\xfa\x5c\xfe\x1f\x0c\x7e\x26\x8c\x23\x5c\x70\xa2\x84\x08\xbd\x19\x2f\x96\x87\x8b\x84\x1f\x16\x53\x1a\x3d\x3c\x40\x38\xe1\xe4\xee\x82\xce\x0a\x4e\x41\xaf\x2a\xfe\xb6\xb6\x65\x50\xb0\x97\x55\x82\xa0\xd2\xbd\xf4\x3f\xec\x53\xc3\x0c\x7c\x45\xad\x00\x07\x46\xf1\x30\xc0\x81\xd5\xef\x0a\x70\x00\x7a\x84\xc1\x64\x8b\x9d\x04\x47\x6c\xfa\x7d\x35\x3c\xf4\xd2\xf8\x95\xf4\xbf\xed\xa9\xa7\xd2\xfa\xac\x29\x95\xed\xb1\xf0\xb2\xba\x91\xae\x8e\x99\x57\x6f\x75\xf3\xfe\x67\x6b\xae\xb5\x87\xf7\xd4\x1d\xbe\x7e\x6f\xed\xef\xb5\x50\xfb\x76\xfd\x95\x7a\xf0\x9f\x6e\x80\xd1\x2a\xde\xd3\x02\xf5\xf9\x7b\x9b\xa0\x41\x67\xfe\x54\x1b\xb6\xb8\xe4\x9e\xdf\xdc\x94\x37\x4a\x90\x21\x0f\x23\x18\xee\x0e\xda\x84\x50\x6e\xef\x11\xe1\x6e\xfb\x10\x96\xa2\x89\x0c\x05\x19\x3d\xa4\x83\x83\x67\x20\xc8\xd2\xb1\x6c\x24\x35\xa9\x1d\xdb\xb1\x69\x25\xa1\x50\x26\x6a\x16\xcc\x79\xd7\x37\x4e\x75\x95\xc7\xab\x5d\x7f\x47\x34\x0c\xe2\x84\x29\x15\x49\x96\x23\xb9\xbd\x24\x22\x31\x97\x29\xd5\xa6\x25\xf7\x8f\x35\x74\x03\x58\x8b\x73\x72\x57\xb9\xc0\x8e\x13\x8e\x3d\xdb\xd8\x78\x17\x93\x0c\xa8\x57\x10\xfe\x71\x44\xe3\x7a\xd7\xd5\x27\x99\x51\xfd\x4a\x78\xaf\xbe\x00\xac\x00\xa3\x9e\x50\xee\x03\x71\x3d\xc9\x11\x9b\xee\x4d\xa0\x55\x3a\x77\xd2\xa8\x19\x65\x2f\xba\x0a\x73\xb3\x05\x9a\x4b\x6b\x3e\x82\xe1\x07\x14\xe2\x86\xd2\x50\x6c\x87\x56\x19\x6f\x1c\x1c\x3c\x03\x16\x41\x0f\x6c\x43\x2a\x68\x96\x25\xe2\x8b\x51\x94\xf1\x30\x0c\x2e\x0b\xc0\x9a\x85\xbb\x20\x20\xd2\xd6\x7c\xb3\x29\xda\xa4\x29\xf1\xa8\x20\xf5\xf0\x23\x36\x0d\xc3\x35\x0f\xc3\x28\x23\x92\x79\x45\x71\xf4\x9a\x55\x7c\x69\xf4\x2b\x23\x1c\xed\x65\x4d\xe5\x48\xf7\x11\xc2\x05\xf9\x1b\xab\x68\xf1\xa8\xb0\x4c\xc5\xa8\x80\xb9\x41\xb2\xd8\x68\x93\x65\x24\xe7\x91\x42\x74\x35\xdf\x10\x7e\xcb\xa2\x02\xe1\x8c\x14\x28\xce\x14\xcd\x15\x51\xc2\xf9\xc8\x87\xff\xdb\x3f\x19\x60\x4c\x75\xc7\xe4\xdc\xf8\x5d\x72\xd6\x85\x51\x42\x3b\x80\xc5\x73\xbd\xc8\xd2\x85\x12\x9e\x46\x72\xcd\xf6\x71\xa1\xdd\x3f\x38\x87\x42\x6c\xb1\x20\x04\xd4\x13\x11\x42\x0a\x1e\x86\x25\xd7\x62\xd7\xda\x42\x52\x54\xd7\x16\xc6\x3c\xde\xc1\x2d\x5c\x1b\x81\x65\xbd\xda\x4a\x06\xd7\x16\x3c\x0c\xf5\x7e\x31\x8a\x28\x0c\x05\x7e\xc3\xc8\x6b\x46\x8c\xcc\x01\x56\x15\xa6\x48\x69\xc9\xd5\xfa\x42\x9d\x5f\x71\x43\x8d\xea\x3d\x01\xdc\x9b\xe8\xa5\x82\xe7\x7f\xa7\xb7\x9b\x0d\x88\xc9\xf5\xd3\x92\x8a\xe4\xef\xf4\x16\x60\x9d\x75\x84\x30\x34\x11\x34\x12\x74\xba\x48\xe4\x61\xff\x5c\x3d\x19\xae\xd3\x62\x3c\xc9\x40\x85\x44\x03\x9d\x6c\x3e\x34\x51\x04\x26\xca\x76\xa7\xb6\x7b\x46\xd6\x99\xef\x42\xcf\x77\x35\x14\x6a\x80\x74\xdf\xa3\x91\x64\xfc\xff\xe9\xce\xc7\x84\xf7\x1c\xb2\xc3\x28\x61\xaa\xd9\x47\xe5\xe4\x13\x08\xc5\xda\x2e\xdc\x28\x49\x8e\x14\xad\x0d\xca\x56\x59\x3c\xce\xb0\x98\x6c\xb7\x78\xc1\xc9\x1d\x28\x69\xc4\xed\x3e\x86\x63\x4a\xff\x4a\x02\x59\x3e\x07\xe6\xa5\x0b\x15\x0c\x94\x0e\x50\x92\x81\x32\xd0\xb2\x60\x4a\x65\x50\xdd\xc9\x29\x35\x1f\x75\xa7\x29\x9f\xc1\xe9\x23\xa8\xfc\xc0\xdd\x28\xa8\xfc\xd0\x5c\xfd\xdc\x80\xba\x90\x29\x65\xcd\x21\xf8\x9a\xd2\xcb\xb8\xdd\x77\x30\xfc\xa6\xfc\x5f\xbd\xb4\x75\xee\x6b\x47\xed\xf6\x82\x8f\x95\xe8\x78\x12\xfb\x17\xac\xb0\xc1\xaf\x64\x2f\x80\x92\xfc\x77\x9e\xd2\xda\xe0\xca\x3b\x9a\x21\xec\xfe\xf3\x58\x9b\xa6\x83\x5d\x8a\x6b\x63\xe2\x1c\xcb\xeb\x55\x5d\x6f\xdf\x3f\x93\x1d\x0f\x44\xdc\x57\xb4\x8b\xa8\x24\xbb\xab\x49\xb2\xe2\x3d\x95\x81\x92\x89\x20\xa4\xbc\x8a\x07\xc6\x7c\xec\xbd\xa4\xe9\x41\x26\x88\x15\x50\xe9\x95\xf6\xb9\x30\xe7\x35\x21\xe0\x2d\x0c\x02\x40\xd9\x38\x5e\x43\xb8\x96\x9d\x5c\xd3\x08\xae\x69\x2a\x33\x62\xc7\xdf\x07\xb7\x1b\x86\x29\xd7\xc5\x5c\x52\xbd\x7f\xed\x53\x19\x37\x5c\x32\xc6\x72\x07\xbf\xe2\x70\x3c\xa7\x0b\x38\x5d\xa3\xa0\x60\xc6\x2d\x9b\x69\xc3\x0b\x8e\x64\x75\x75\xcd\x5d\x97\x06\xa6\x76\x7a\xe7\x87\x3b\x23\xd7\xa9\x5b\x18\x5e\xf0\x68\xce\x11\x02\xb8\xb5\xa5\x7c\xc6\x14\x03\x68\x0e\xc2\x2f\x11\x34\x56\x29\x14\x5b\x05\xfb\x57\xd1\x2d\x77\x35\x73\x5f\x5a\xf7\xfe\x8e\x03\x01\x3b\x28\x5a\xaf\x1c\x30\x66\x23\xd9\x26\xe8\x57\x1c\x5d\x71\x22\x50\x2f\x11\xdf\x6a\x17\x52\x93\x46\x9f\xa6\x32\x03\xc7\xd9\x80\x6d\x5d\x7d\xae\xe8\x1b\x10\x45\x92\x55\x2f\xf6\x5c\x36\x3d\xaf\x1a\xef\xdc\xf5\xba\x03\x05\x37\x47\xb5\xd8\xae\xa1\xec\xa9\x13\xd9\xbb\x86\x69\x18\x62\x95\x54\xb2\x57\xd7\x9c\xac\x85\x49\x20\x8f\xcb\x76\x23\xcb\xb6\xd9\x3c\x7b\xde\xcc\xcb\x29\x66\xee\xdc\x27\xc1\x56\x1c\x9f\x67\x25\xec\x83\xd0\x9b\xa7\xeb\xd5\xaa\xe0\x92\x57\xbf\xfe\x4e\xe2\x8c\x88\xd1\x3b\xb9\x63\xc6\x9a\xe5\x2c\x48\xe6\xec\x32\xd9\xbe\x5d\xa6\xea\x7d\xd9\xde\xc2\xbd\x91\x2a\xc2\x30\x00\x85\x37\xeb\x13\x13\x29\x51\xf6\x31\xb7\x96\x09\x53\x1e\x65\x30\xf9\xae\x39\x4a\xc8\xa9\xfa\x70\x97\x90\x13\x3e\x54\x00\x2d\x97\x1c\x08\xaf\xc8\xad\x8e\xe7\x83\xa7\xb8\xdf\x07\x4f\xb6\xe3\x0b\x43\x57\x25\x0c\xa3\x84\x7c\x52\xc6\x16\x09\xbc\x24\x0a\xf7\xd1\x0c\xd9\x92\x47\x89\x32\xc7\x28\xc3\xb0\x8c\x28\xce\xb0\x40\xd8\x9d\x8d\x11\x25\x99\x0f\x53\x8d\xc2\x50\xe9\xa7\x28\xb7\x1c\x61\xe8\xa8\x69\x18\x87\x89\xa7\x34\xca\xb0\x09\xc7\x99\xc6\xec\xde\x6e\xf1\x57\xee\x0a\x0c\xae\x32\x7a\xad\xe4\x2e\x8a\x36\x37\xc2\x83\x43\x4e\xee\x5e\xe4\x22\x0e\xd4\xf1\x1d\xe0\x43\x55\x5c\x1c\xe8\xa3\x3d\xc0\xc7\x54\x24\x71\xa0\x4f\xfd\x00\x9f\x2e\xb2\x99\x88\x03\x30\xf4\x95\x01\xce\xe6\x79\xe4\x9c\x2b\x3b\x42\x46\x7b\xf8\xcf\xa9\x9c\x79\xd9\x2c\xd3\xad\x1c\xed\x06\x45\x14\xc5\xed\x76\x44\xc9\x21\x1f\xd3\x09\x0a\xc3\x76\x5b\x8c\xa9\x03\xb0\xf6\x9e\x57\x02\xa0\x23\x0e\x1b\xde\x3b\x4e\xfa\xf8\x95\xfc\xf7\x01\x68\xa0\x3f\xe0\xff\x47\x4e\xbe\x72\xdb\x0b\x25\x78\xdb\xff\x55\x75\x84\x7a\xf9\x4d\x4b\xba\xf2\x8c\x32\xf1\xab\xfb\xa2\xbf\xac\x92\x39\xfd\xb5\x7a\x34\xf1\x55\xef\xe8\x9c\x74\x5f\xa8\x37\xd5\x93\xea\x59\xf7\x9a\x7a\xa9\xb7\x32\x7e\xcf\xb1\xba\x87\x35\xa2\x37\xf9\xac\x45\x6f\x9c\xe6\x89\xa0\xd3\xba\xf4\xce\x15\xb7\x79\x51\xc0\x75\x85\xa4\x9c\x1c\x5f\x10\x0e\x26\xd9\x48\xae\x34\xfd\x1c\x7b\x11\xd1\x16\x2f\x8b\x2b\x78\xfc\xd5\x2b\x47\xae\x45\xfb\x45\x41\x66\xdb\xa2\x6d\xb8\x06\x7b\x78\x67\x3d\xb5\xbd\xe3\xb2\x5c\xd5\xcf\xf8\x03\x1f\x05\xd6\x2e\xb0\x52\xc8\x1a\xd9\x18\x5d\x11\xf7\xe3\xe8\x03\x50\xd7\x7d\xa7\x26\xbf\xed\xad\xc9\x6f\x7b\x6a\xf2\x9b\xae\xc9\x2b\x5b\x93\x57\x55\x4d\x7e\xc3\x7f\x7c\xa3\x26\xbf\xa9\x9a\xfc\x61\x6a\xb2\x45\xf8\x25\x27\x1f\xab\xa9\x63\xcd\x7a\xd4\xf0\x80\x9f\x6f\xf5\xa8\x3c\x5c\xeb\x19\x22\xc9\xe7\x35\xb7\xd2\x58\x36\xa7\x4c\x64\x49\xfe\xc1\x0f\xcf\x72\x33\xd5\xe4\xa3\x9e\x52\xe2\x3a\x2b\x4d\x36\xaa\xb0\x4f\x56\xae\x9b\x95\x1f\x78\xb6\x4c\xf8\xad\x59\xb7\x5f\x38\xb9\x5b\xda\x6b\xfe\xf8\xae\x7e\x75\x19\xfb\x6a\x00\x75\x89\x97\x05\x8e\xc1\x8e\x45\xd5\x44\xf6\xff\xba\xa4\x60\xe1\x79\x4f\x96\xf0\xfd\xbb\xb3\xd4\x6d\xb9\xa7\x9e\x1f\x9c\x18\x3b\xd9\x3a\x98\x35\xd8\xb3\xe7\xaa\xb2\xbe\xa7\xbe\x1f\x9c\x18\x7f\x26\xeb\x2d\xfe\xdd\x3f\x11\xbf\x7c\xeb\xdc\xc3\x19\xd2\x56\x52\x4e\xf3\xf5\x09\xee\xe6\x2d\x83\x70\x42\xaa\xee\xaa\xc5\xd1\x21\x00\xc6\xaa\xfc\x2a\x47\x0f\x0f\xc2\x4c\x5d\x91\xd7\x56\x3c\xf3\xd6\xf1\x66\xd3\x4e\xc2\xb0\x5d\x78\xaa\x17\x51\x41\x78\x4f\x9d\xc1\x60\xa2\xc9\x63\x08\xf1\xd5\xaa\x25\xff\xad\x5d\x2b\x64\xf4\x7a\xb3\x29\xb4\x76\x92\x52\x00\x35\x47\x78\x82\x46\x51\x42\x04\xae\x80\x6e\x40\xe7\x60\xa7\x4e\x76\x9f\x41\xa3\x23\x20\x01\x80\x8a\x0c\xc3\x08\xa0\x72\x05\x38\x36\x7e\xd4\xd6\xc0\xa4\x1a\xfd\x4d\x23\xc1\x45\x1a\x5c\x04\xc5\x09\x31\x9a\x23\x89\xab\xc7\x66\x02\x77\xba\xcf\xef\x73\xa4\x4e\xfb\x8f\x1c\xa7\xe4\x0b\xef\x55\xb3\x1a\xe7\xf6\x1d\xa6\x1b\x5e\xeb\x91\x08\x80\x54\x70\x47\x41\xe1\x4a\x7a\x63\xd7\x56\xfe\x75\x4a\xf2\x52\x67\xec\x4e\x40\x95\xb5\x3b\xdb\x65\xe6\xfa\x3d\x00\xc2\x80\x6a\x37\x60\xc9\xa8\x88\xdf\xb1\x28\x41\xb8\x30\x8e\xc1\x54\x88\x40\x38\x4a\x49\xe9\xf0\x1b\x29\x4e\x34\x1f\x0a\x7c\xc6\xba\x13\x28\x74\x28\x9c\x9a\x0b\x69\x8a\x53\x7f\x0c\x48\x81\x23\xe6\x65\x92\x5b\x66\xd6\x64\xa2\x0c\x2e\x31\x33\x99\x14\xb8\x36\x90\x84\xe2\x35\x11\x38\xe2\x24\x41\x61\xb8\x46\x5a\xad\x3b\x27\x6b\x9c\x90\x3e\xa6\xa4\x24\x7c\x48\x87\x94\x80\x76\x17\x4a\x3a\x1d\xa3\x76\x80\x05\xc9\x87\x62\xa8\x55\x53\x10\xd5\x5f\x86\xfd\xe7\x49\x97\x0e\x51\x29\xc3\x4b\x84\x93\x6e\xd7\x84\xd3\x6e\x32\x44\xb9\x0c\xcf\x11\xa6\x26\x5c\x46\x80\xad\xbf\x24\x84\xe4\x9b\x0d\xfc\x38\x80\xd2\x46\x10\x67\x32\xd4\x19\x6c\x4b\xc7\x32\xb0\xd4\x3c\x17\xd4\xbc\xc4\x25\x19\x4f\x86\x3c\x0c\x79\x9b\x90\xbc\xf2\x6d\x1d\x25\x84\x3b\x19\x6f\x36\x89\xfc\x8e\x86\x48\xe3\x10\x72\x84\xb9\xcc\x9c\x2b\xe5\x19\x2e\x73\x59\x87\xe1\x7a\x27\x97\x75\x63\x2e\x5c\xe5\xb2\x46\x78\x2d\x73\x59\xab\x5c\xd6\xa4\x3f\x5c\x3f\xb7\xd0\x85\xeb\x4e\x07\x7d\x61\x51\x39\x5e\xbb\x2a\x38\xa9\x89\xcb\x2b\xd5\x9e\xff\x2f\x77\x7f\xc2\xdc\x36\xae\x2c\x8a\xe3\x5f\xc5\x52\xa5\xf8\x80\x1b\x44\x47\xf2\x96\x98\x0a\xa2\xca\x3a\x93\x99\x38\xc9\x64\x99\x99\x8c\x9f\xcb\x45\x53\x90\x8d\x44\x06\x3c\x24\xe5\x25\x96\xbe\xfb\xbf\xd0\xd8\x41\xca\x49\xe6\x9c\x7b\xdf\xfd\xff\xaa\x52\x31\x05\x82\x58\x1a\x8d\x46\xa3\xd7\x85\x82\xcb\x1f\x02\x55\x50\xd5\x9b\xf6\x08\x27\xf4\x03\xa2\xb1\xbb\x9d\x71\x3c\x39\x28\x0f\xf3\x83\x92\x88\xc3\xd5\x0a\xce\xc7\x97\x55\xa7\x6d\xac\x71\x98\xe2\xf5\xc4\x3d\x25\xc2\x29\x7b\xde\x1a\x4b\xed\xa1\xde\x0a\xa3\x7f\xa9\x82\xd1\xbf\xd4\x96\x66\x7a\xc3\xa8\x4d\xde\xac\xc8\x9f\x95\x4d\x21\xe9\x15\x66\xb1\xf5\x85\x67\x1b\x5f\xf8\x9b\xcf\x4b\xfd\x18\x65\x5f\xef\xc8\xfe\xeb\xb2\x9e\x77\x26\x07\x6e\xdc\xeb\x26\x0e\x4a\xe5\xd2\x5a\x6a\xcf\x30\xb5\xac\x61\x81\x09\x3a\x65\x40\x0d\x81\x2d\x23\xc1\x95\xba\x4f\xc3\xfa\x0f\xc7\x95\x37\x9e\xaa\xee\xde\x55\x37\x8e\xde\x9f\x95\xc9\x02\xa9\xc3\xe3\x2e\x97\x3d\x35\x99\x03\xf5\xe3\x90\x34\xfa\x2f\xf6\x2d\x39\x3b\x19\x35\xb0\x9f\xb5\x2e\x6d\xbd\x2e\x6e\x34\x7a\xd4\xad\x8b\x23\xbf\x57\xf4\x46\xdf\x98\xbe\x4f\xca\xa2\xb3\x39\xc5\x52\x16\x5d\xf6\x0d\xad\x87\x8f\x20\x62\x83\x7f\x68\x61\x4b\x2c\x66\x69\x07\x44\xbc\x55\xf0\x42\x3e\x1a\xf1\xc8\x27\xf3\xf7\x8e\xf9\xfb\x5b\x2c\xbe\xf8\xa9\x8a\xb3\x31\xb9\x13\xad\x99\x78\x78\xe4\x7b\xb1\x83\x47\x93\x37\xf1\x41\x67\x37\xc8\x6f\x2e\x6d\xfe\xc7\x6a\xb9\xfc\xa8\xc8\xc1\x4c\x20\x81\x8d\xb0\xd7\xdf\xff\xb5\xba\x8b\x0b\x24\xe8\xc7\x0a\x67\xd9\x85\xae\x45\x6f\x74\xc6\x0d\x31\x88\x6b\x12\x26\xa6\x61\xe1\x73\x31\x5d\xe5\xe0\x53\x5c\x9e\xca\x0a\xc2\xf7\x22\x41\x91\x88\x47\x95\x65\x49\x41\x7c\x18\xdb\x58\xc2\x27\xcc\x64\xe2\x02\x25\x3e\x1e\xf8\x46\x89\x7e\x7c\xa3\x3d\x71\xc4\x20\xfc\x49\x60\x91\xa0\x6b\x31\x70\xcf\xba\xd4\x7d\x10\xfc\x5a\x91\x3b\x55\x96\xbd\xa8\xd0\x9d\x8a\x38\x80\xdc\x01\x19\x4b\x22\x09\xfb\xbd\x32\x13\x25\x9f\x2a\x02\x9b\xd6\x88\xc2\xcc\xfd\xdd\x05\xf2\xa5\x1f\x2b\x2b\x11\xc3\x5a\x2d\xff\x6b\xcc\x5b\xfd\xfe\x6d\xde\x8a\x48\x63\x51\x24\x69\x0f\x71\x2a\x97\x4b\x14\xb3\x35\x31\x12\x78\xaf\xa6\x49\x95\xa7\xdc\x0e\xc6\xf8\x86\xe5\x37\x9c\xfe\xc5\x10\x57\x47\xf0\x9b\x81\xdd\x02\xce\x82\xbc\xa0\xc3\x71\xf1\x50\xda\x3d\x5e\x98\x3d\xce\x21\xdc\xaa\x3c\x28\x0e\x31\xbe\xe1\x0a\x43\xad\x5e\x87\xd3\xde\x70\x25\x69\x8f\xaf\x14\xe3\x16\xb1\x2b\x46\x08\xdf\x12\x89\x24\x71\x22\xb5\xf0\x22\x70\x4d\xe1\x2d\xd7\x94\x2c\x43\x1f\x2b\xca\xd5\x66\x69\xec\x4e\x89\x42\x36\x6a\x1d\xde\x9d\x8a\x7e\xaa\xa8\xd9\x59\xad\xf0\x91\x5a\xe5\xa7\xf6\xd7\x30\x0a\xd3\xea\x37\x78\xa8\x20\x5c\x9c\x07\x81\x29\x43\x31\x3b\x6c\x50\xf2\x53\x85\x40\xa6\x11\xf8\xb6\xf8\x9d\x9e\xf3\x19\xfa\xd9\xc6\xfc\x8d\xf5\x94\x6d\x15\xe7\x86\x69\x2a\xb2\x86\x5f\x91\x5f\x22\x29\x86\x73\xce\x07\xfe\x5e\xdb\x62\xce\x8b\xf3\x9a\x4d\x3f\x70\x5b\x70\x5e\xb3\xc5\xd4\x5d\x75\xad\xf5\x44\xd4\x4c\x39\xe7\xe7\xc7\xb2\xa8\x20\x8a\x56\xc7\xdd\xba\x1f\x55\x70\xbe\x60\xd1\x57\x7a\x11\xe3\x42\x75\x6b\x64\x3c\x14\x38\xc4\xb7\x78\x3d\x18\x4f\xd5\x1a\x1e\xc6\x73\xb6\xca\x5a\x3b\x06\xa3\x01\xd1\xdd\x0f\xad\xa5\xb6\x2d\xc6\x59\x36\xda\xb2\x91\xf4\xe8\x68\x0b\xe7\x8c\x36\x64\x34\x74\xb2\xa4\xd1\x16\x26\x5b\x9b\x0f\xe1\x98\x86\x80\xe2\x13\x96\xeb\xd3\x46\x70\x7a\xf3\xbc\x2e\xf3\xfe\xf3\xba\x2c\xce\x59\x9f\xbc\x3f\x2f\x4a\x76\x5c\x54\x79\x7f\xa3\x4f\x5e\xb1\x59\x93\xf7\x1f\x57\x95\xbc\x54\x8f\x7d\xf2\xf1\xdc\xfc\xfc\x78\xde\x27\xef\xe0\xae\xab\x7f\xc3\x73\x9f\x3c\x93\x97\xc2\x94\x80\xc1\x3b\x79\xc6\xe6\x79\xff\x19\x04\x56\xec\x93\x3f\xb8\xc8\xfb\x6f\xde\xf7\xc9\x3e\x13\x8b\xdc\x26\x7e\x57\x3f\xfa\xe4\xf1\xf9\x79\x9d\x14\xbd\x87\xf0\x3d\x79\x5f\xff\x7d\x25\xcb\x2f\x7d\xb2\x2f\xbf\xbe\xad\xb8\x80\x3d\xf0\x2b\xbb\xce\xfb\x1f\x05\x9f\xaa\x7b\xf5\x8c\xb3\x69\x7f\x45\x2a\x4e\x6f\x1e\xe4\xfd\x27\x45\xf9\x05\x52\x7e\xf5\xc9\x5e\xde\xff\x50\x1c\xf7\xc9\x68\x33\xef\x3f\x9d\xb3\xa2\xea\x93\xd1\x56\xde\x37\x37\xcc\xd1\x6e\xde\x07\x29\x56\x9f\x8c\xee\xeb\xfe\x2b\x39\xef\x93\xd1\x83\xbc\xff\x78\xae\x4a\xf7\xf2\xfe\xdb\x42\xdd\x0a\xc8\xe6\x30\xef\x3f\x2d\xce\x6b\x3d\x92\xcd\xfb\x1e\x68\x5b\x9b\x00\xae\xad\x2d\x55\xf7\x84\x29\xe0\x6c\x6d\xeb\x67\x0d\x86\xad\x1d\xd5\xe3\xb4\x4f\xb6\x76\xf3\xfe\xcf\xf2\x4c\x7d\x73\x3f\x82\xec\xd6\x83\x00\xb2\x5b\x7b\x31\x58\xb7\x87\x11\x50\xb7\x77\xf2\xfe\x4b\x51\xb3\x4a\xbd\xda\xf5\xf0\x1d\xa9\x39\xbe\x18\xa9\x87\xad\xbc\xff\x62\x53\x3d\x6c\xe7\xfd\x17\x5b\xea\x61\x27\xef\xbf\xd8\x56\x0f\xbb\x79\xff\xc5\x8e\x7a\xb8\x9f\xf7\x5f\xec\xaa\x87\x07\x79\xff\xc5\x7d\xf5\xb0\x97\xf7\x5f\x3c\x50\xa0\x1a\xe6\xfd\x17\x7b\xea\x61\xa4\x1a\x1c\xaa\x27\x68\x5a\xb5\xbd\xa9\xda\x1e\xa9\xc6\xb7\xb7\xf3\xfe\xeb\xc5\x99\x86\xc7\x48\x8d\x2a\x5c\xaa\xcd\xcd\xed\xbc\xbf\xcf\x9a\xa2\xbf\x22\x3c\xda\x09\x5f\xd8\x75\x2a\xd3\x01\x94\xb7\xf8\x2f\xf8\x01\xfc\x3e\x5c\x2e\xe1\x2f\x70\x7e\xd1\x42\x47\x69\x62\x0c\x99\xf0\x2a\x4b\x2f\xd2\xd1\xb1\x59\x19\x85\xdd\x85\x27\x66\xd5\xf3\x2e\xe5\x22\x4b\x14\xec\x56\xba\xeb\x25\xfd\xba\xc9\xca\x0c\x4e\x7d\x74\x08\x39\xe9\x83\x71\xe5\xfd\xfe\x8a\x58\x27\xcb\x7f\x2e\x1d\xac\xd8\x39\x2b\x8c\xfc\x47\xab\x2d\xd7\x4b\x0d\x2d\x11\xe8\xa2\x5d\x1d\x10\x01\x48\xe4\xc3\x15\x31\x53\x58\xf3\xd9\x37\xc1\xe0\x60\xa0\xda\x02\xb5\xec\x0f\x0d\xe0\x87\xfb\x58\x61\x22\x79\x28\x84\x9b\x16\x4d\x01\x99\xb4\x66\xac\xb2\xa4\xbd\x88\xd0\x4c\x07\x4c\xab\x43\x6b\xc8\x0f\x61\x91\x3e\x9a\xa6\x51\xd9\xda\x25\xb9\x65\x19\x3b\x56\x65\x85\x49\xcd\xc3\x63\x26\xd4\x8c\xfd\xc8\x61\x55\xc6\x73\x66\xf3\xa6\xf8\xb3\x0b\xd0\xfa\x8d\xb3\xae\xd1\xf5\xfa\x10\xd1\xec\x59\xf0\xea\x1e\x1b\x04\x65\x6a\xe9\xa0\xea\xa7\xb5\x4d\x7e\x8a\x9a\xfc\x14\x36\xf9\xa9\xa3\xc9\xa8\x42\xc7\x7b\xd7\xe3\x5f\x56\x01\x31\x6f\x8a\x7d\xe0\x48\xf5\x7c\xe7\x3c\x62\x07\x9f\x34\xdf\xa9\x62\xfa\xa3\xb1\x69\xb8\x80\x37\xeb\x62\xba\x02\x6b\x2a\x6f\xd9\x00\x9e\x91\x1c\x89\xd8\x67\x7f\x3d\x83\xc2\x28\xe7\x6d\x2e\x2b\xe4\xdd\x18\x65\x51\x0d\xad\xec\x53\x7d\x6d\xea\x18\xa9\x20\xd9\x6f\x77\x67\xa3\x2d\x5a\x1e\xcb\x84\x5a\x5c\x63\xa1\xe5\xe5\xd7\x5d\x0c\x9a\x8f\x05\xde\x19\x2a\x3c\xe2\xef\x18\x7d\x57\xa5\x51\xc8\x53\x3e\x6f\x6d\x78\x72\x76\xe5\xe2\xf1\x07\xd1\xca\xdd\xef\xa0\x4f\x17\x15\xd2\xfd\x96\x00\x4e\x19\x01\x2b\x88\x7d\x68\xfd\xa2\x4d\xd4\xc3\xf0\x67\x30\x6f\x1f\x02\x51\x35\x56\x84\x8d\x6d\x7c\x62\x50\x67\xe3\x8e\xf9\xfb\x1b\xcb\x19\xfd\x25\x9c\xec\xc6\x4f\xaa\xa8\x8e\x86\x60\xb3\x25\x30\xfa\x35\x82\x8b\x8e\x0e\x98\x33\x5a\xc6\xcb\x2b\xcf\xaf\x2d\x58\x1d\xc0\x8d\x71\x0d\xa3\x7f\x55\xff\x34\x8a\x7a\x18\xb3\x2c\x02\x48\x10\x88\x32\x2e\x09\xa0\x12\x06\x77\xbf\x3d\xfe\xbb\xc6\xe9\x27\x55\x12\x6a\x4f\xdd\xef\x2c\xf7\xfd\x52\x40\xb6\x36\x7f\xdb\xe3\x56\x84\x48\x9a\xd5\x4a\xed\xb7\xeb\x34\x02\xcc\x70\x84\xf1\xf8\x9a\xea\x5c\x43\x5e\xe8\x03\x5e\x43\x5a\x32\xd2\x7f\xa7\xb3\xdd\xb0\x0a\x36\xf6\xdb\xf9\xe2\x84\x8b\x8d\xf7\xfc\xec\x7c\xce\xc2\x92\xe7\x4e\xa6\x1a\x96\x6a\x53\x90\xe8\x4b\xb8\x6f\x84\x25\x81\xb1\x6f\x50\x1c\x8a\x1c\x30\xd9\x47\x98\x9c\xd3\x67\x82\x9c\xd1\xd7\x82\x5c\xd0\x57\x82\x7c\x40\x37\xad\x51\xe4\x73\x4e\x3a\x07\x92\x7f\xae\x48\x6b\x2c\xf9\x51\x45\x5a\xc3\xc9\x7f\xad\x48\xf7\x88\xf2\x59\xb5\xd2\x8a\xf7\x05\xa7\x07\x87\x64\xc6\xe9\xbd\x40\xda\x71\x0a\xf7\x82\xe1\xa3\x19\x07\xad\x9e\xcd\x02\xb6\xe0\x07\x33\x7e\x48\xf4\x1f\x2d\x26\x99\xf1\x7b\xf7\xc2\x94\x37\xdc\xc4\x64\xe2\x77\xef\xda\x7a\xee\x7b\xe2\x5b\x32\x06\x3a\x9c\xde\xac\xc8\x19\xa7\x37\xa6\x3c\x3f\xe7\x2b\x72\x11\xfc\xee\x8d\x56\xe4\x84\xd3\x73\x1e\x98\xad\xf0\xd8\x1b\xd7\x9a\xc2\x2b\xe2\x02\xf4\x3b\xf6\xca\x3d\xe7\xc6\x27\x37\xf1\xdb\xad\xb2\xac\x1a\x24\xee\xe2\xfb\x26\x37\xe0\x47\x71\x56\xd4\x5f\x98\xce\x6d\x6b\x6e\x07\xa1\x12\x60\xed\x87\xfb\xad\xcf\x74\x54\x47\x22\x6d\x7a\x77\xae\x93\x8f\x4a\xf0\xf3\x3a\xe0\x2e\xa9\x68\x95\x65\x08\xb1\x70\x90\xf8\x87\x46\xa7\x80\xfb\xdd\x83\xa2\x12\x13\x19\xd8\xfc\xf0\x40\xab\x2b\x82\xe4\x89\x65\xf0\x0d\x80\x16\x67\x99\xb6\x1e\xed\x51\x1a\xda\x03\x71\x84\x6f\x4e\x39\xba\xe0\x98\x9c\x72\x74\xc6\x03\x8c\xb8\xe4\x41\xba\x98\x33\x6e\x31\xa0\x47\xe9\x39\x4f\x77\xf0\xee\x03\x8c\xc7\x53\xd5\x00\x69\x30\x99\xaa\x06\xa3\x20\x3a\x57\x3c\x0e\x05\x9a\x2c\x29\xb3\x9e\xf3\xe1\x90\x49\x97\xd7\x6f\xa5\x08\x4b\x08\x11\xef\x2f\x6f\x05\x30\x52\x2d\x54\x45\x5b\x35\x11\x98\x77\xf4\x10\xbc\x67\xad\x30\x54\xc3\x07\xe4\x82\x81\x86\xa9\xff\xd1\x78\x2a\x11\x99\x64\x8c\x17\xe4\x66\x15\x39\xac\x3d\x0e\x17\x80\xd1\x04\x0f\xb2\x6c\xfd\xd2\xb2\xea\x24\x5e\xda\xe5\xf2\x9c\xab\x1d\xe3\x21\x4d\x34\x40\x99\x05\xe8\x85\x7b\x03\x81\x1f\xbd\x8d\xd3\xed\xc0\xed\xb5\x92\x0a\xee\xee\x61\x3c\x16\x13\xc4\xa8\x59\x97\x13\x8e\xc9\xfa\xad\xd1\x1a\x2a\x65\x24\xc2\x19\x37\x50\x9c\x9b\x72\x87\x01\x6a\x44\x6f\xf8\x6d\x01\x65\x3f\x44\x6f\xd3\x90\xfd\xe4\x7d\xf4\x5a\x1f\x6d\xee\xe5\x51\xdc\x32\xfb\x7b\xc1\xea\xe6\x6d\xc1\x45\x43\xbe\x46\xaf\x84\xbc\x24\x4f\xa3\x12\x85\x1c\x1a\x98\x76\x24\x90\x46\x81\x3c\x8f\x6a\xbd\x3c\x3b\x63\x53\x5e\x34\xcc\x0d\xf7\x35\xff\x66\x00\xdd\x57\x51\x95\x24\xd1\xc0\xb3\xe8\xe5\x2b\x79\xe9\x53\x10\xc4\x3d\x4f\xe7\xbe\xd3\xbf\x81\xdc\xbe\x8b\x21\x75\x2a\x17\xf3\xe9\x27\xce\xe6\x53\xf2\x84\x53\xb7\xbb\x8f\xf8\xe4\x88\x87\x3e\x5b\x2b\xf2\x87\xb1\x79\xfe\x6c\xfe\xbe\xe4\xb4\x37\x22\x7f\x72\xfa\x95\x23\x4c\x5e\x70\x3a\x62\xdb\x8f\xfe\xe4\x93\xaf\xbc\xc3\xd7\x4b\xd5\xb9\xf7\x27\x0f\x6c\x75\x7e\x56\x44\xc3\x70\xc9\x4f\x39\xc2\x26\x70\xef\x73\x6e\xe5\x71\x7b\x7b\x9a\x5d\x7a\xed\x4b\x1e\xe8\x92\x57\xbe\xe4\xbe\x2e\x79\xe6\x4b\x76\x75\xc9\x5b\x5f\xb2\xe3\x38\x8c\x34\x8e\xc4\x66\x14\x36\xed\x77\xde\x4e\x8c\xbf\xb1\xb7\x67\xdb\x79\xce\x75\xcb\x7b\x0f\x6c\xc9\x6b\x5b\x72\xdf\x96\xbc\xb2\x25\xbb\xb6\xe4\x99\x2d\xd9\xb1\x25\x6f\xf9\x77\x8e\xe7\x23\x4f\x54\x5f\x30\x40\xf2\x46\x17\x07\xfe\xcd\x3c\x89\xcd\x68\x6b\x7e\xb0\x2f\x02\xa7\xe7\x94\xd6\x53\x4a\xff\xe0\x13\xf4\x07\xa7\x07\xec\x50\xad\xed\x07\x8e\x9e\x73\xf2\x13\xc7\x38\xff\x83\x5b\x0f\x57\xf2\x37\x0f\x1c\x7c\x39\x0a\x23\xaf\x7e\xe6\xd6\xaf\xf3\x33\x1f\x5b\xe4\x78\xaf\xfa\x59\xfd\xc4\x43\xfb\xc6\x9f\xcc\x77\xbd\x97\xdc\x45\x34\xf9\x83\xe3\x1b\x85\x48\xd6\x8d\x55\xdb\x64\x6a\x89\xcc\x1f\x7c\xfc\x91\xa3\xbd\xbd\x28\x11\x8d\x8e\x47\xe6\x43\xae\x31\x9b\x0c\x43\xd0\xe6\x80\x1d\x8e\xa7\xf2\x46\x50\x81\x7a\x43\x97\xb3\xcd\x66\xcd\x59\xad\x30\xb6\x48\x6c\xa2\x50\x09\x7c\xa3\x97\xc0\x8d\x26\xcb\x14\x28\xfe\x70\xce\xe6\x77\x47\x18\xe0\xf8\x9c\x93\xdf\x38\x26\xc2\x99\x89\x02\xf6\x87\x36\xa2\xbf\xa6\xab\x30\x1a\xde\xdf\xba\xbf\x3d\x7a\xb0\x39\xba\x87\x46\x77\x11\x0a\x7e\xb3\xbb\xcd\xbf\x46\x43\xfc\x2f\x24\xfe\x45\x47\x43\xbc\x1c\x62\xfc\x5f\x41\x84\x89\x5f\xb8\xd3\x47\xea\x28\x01\xd6\x7f\x51\x9e\xd7\x38\x0a\x77\xd9\x68\x57\xbf\x06\x13\xed\xf5\x12\xd4\xf3\x29\xa1\x0f\xc4\x61\x96\x21\xf5\x07\xf2\x0d\x78\x07\x6b\xa0\xab\x7f\x05\xec\x96\xf1\xc8\x94\xc6\xa1\xd4\xfc\x15\x32\xb1\x1c\xae\x24\xc2\x37\x42\xd2\x46\x52\x53\x37\x48\x92\x2a\xbd\x48\xf9\x2f\x77\xd4\x8c\x4f\x39\xfa\x8b\x63\x62\xd8\xb5\x23\xc3\xaf\x0d\x8e\xcc\x7b\x93\x40\x3f\x48\x60\x2a\x7d\x70\xcf\x30\xc4\x8d\xe5\xfa\xa2\x64\xc5\x86\x53\x79\x7e\x75\xce\xb5\xd6\xf1\x03\x3f\x63\x0f\x1b\xdc\x59\xee\x0d\x48\x20\x8a\x44\xe7\x97\x60\xeb\xd2\xf9\x2d\x76\x99\x69\x7b\xe8\x9b\xcd\x60\xa3\x7a\x58\xd3\xd6\x2a\x88\x47\xe3\x67\x5e\x98\x99\x33\x49\x19\xd1\x40\x76\x16\xff\x96\x31\x0b\xf5\xa3\xd8\xed\x25\x1b\x92\x4f\xc3\x16\x1c\xa1\x59\xd4\xe5\x23\x10\xd6\x3f\x2b\xc0\x25\x3a\xae\x9d\x5a\x5a\xd7\xd2\xe7\xba\x95\x5a\xb1\xde\x1b\xe9\xdc\x57\x43\x90\x83\xf2\x19\xea\x88\xd9\x95\x65\x0e\xcb\xb7\x74\x52\x45\x24\xd4\x3c\x1a\xea\xcb\x31\x69\xe8\x8d\x41\x80\x9c\x11\x79\x5c\xb3\xea\x82\x4d\x9f\xf0\xa6\xce\x1b\x22\x54\xa9\xc6\x43\xab\x43\x97\x61\x4e\x6c\x26\x5b\x49\x77\x15\xd7\xd8\x48\xc5\x02\xcb\x08\x32\xf4\x26\x9e\x7e\x3e\x24\xe1\x94\xf3\x86\x54\xf6\x3e\xa8\x05\x71\x2b\x6d\xb4\xa1\xda\x92\x10\x6d\x8b\x3a\x8d\x2d\x8b\x51\x55\x07\x98\x94\x91\x8a\x78\x2e\xb5\xef\xbf\x76\xc4\xfa\x6d\xc1\x16\x8c\xde\x1c\x17\x35\xd3\xf2\xb9\x24\xf5\x38\xc4\x61\x85\x4a\x56\xba\x57\x54\x6c\x9a\xdf\xa8\xe1\x73\x71\x62\xb7\x22\x64\x54\xb7\xa3\xf3\xd1\x24\x2d\x8e\xd0\xa8\x3b\xd2\x44\x9d\x6b\x45\x4c\xb3\x7e\x40\xee\x39\x18\x8c\x2e\xd5\xcd\x99\x31\xb1\x81\x7e\x70\xa3\x61\x26\xd3\x7b\xbd\x0a\x30\x66\x26\xc3\xd3\x0a\xb1\x16\xf4\x19\xd1\xc9\x56\x6a\xa6\xbd\xd6\x21\xe7\xe8\x49\x3e\x24\xe7\xc5\xf5\x5c\x16\x53\xeb\xf1\xad\xb9\x32\xfd\xcb\x63\x03\xd6\x0b\x12\xdc\x3a\x4e\x65\x94\x8e\xd9\xee\x8d\x60\xb6\xd8\xd2\x0b\xcd\x51\xc3\x24\xf0\xc0\x40\x78\x6c\x10\x4a\x4c\x1a\xb3\xd6\x39\x32\x4f\x02\xfe\x10\x61\xca\xd5\x5e\x31\x1f\xd1\x26\x8c\x04\x29\xe3\x9b\xa8\xa7\x49\x9e\x32\x2c\x24\xe4\x55\xb6\xb8\x8c\x44\x7b\x90\x1e\xe0\x90\x09\xda\xfd\xa2\x76\x5c\xc4\x3e\xe0\xb5\x23\x0c\x02\x3b\xca\x58\x4a\x29\xe3\xde\xc6\x1a\x69\xb5\x8a\x59\x86\x6b\x4d\xa5\x81\x90\x03\x90\x07\x6c\x1d\x42\xb9\xd0\x0d\x97\xb4\x80\xde\xc7\xfa\x0f\xad\xf5\x90\xf4\x1f\x5a\xae\x0a\x5a\x93\xb4\xc9\x98\x92\x95\x69\x7e\x7e\xff\xa2\x8c\x20\x94\x65\xa8\x0c\xe0\x52\x87\xe1\x72\xd5\x70\xdc\x50\x74\x96\x53\x19\x20\xf6\x82\x0e\x6d\x1a\xe5\x53\xfd\x67\xea\x0c\xfb\x4c\x03\xa5\x3b\x52\xcf\x69\x69\x52\x98\xa3\x9a\x9e\x27\xc4\x13\x3f\x34\x10\x3d\x6b\x61\x76\x5a\x35\x45\xf4\xf3\x41\x5c\x00\x78\x7f\x3e\x68\x8a\x13\x87\xfb\xe7\x03\xf3\xe4\x37\xc0\xf9\xc0\x3e\x06\xdb\xc0\x62\xed\x74\x82\x4e\xe9\x94\x9e\x91\x19\x9d\xe3\x7c\x4a\xa7\x1a\xec\x67\xa4\x7e\xb4\xc8\x32\xb4\xa0\xb5\x4e\xd5\x67\x93\xc1\x4d\xb3\x0c\xb9\x5a\xe9\xf8\x3d\x6d\xfe\x6f\x1c\x39\x26\xd3\x12\xd5\x24\x6d\x11\x8f\x59\x0e\x60\xbd\xa0\x8c\x9c\xd0\x73\x2b\x38\xaf\x69\x43\xce\xa8\x20\x27\x60\x99\x79\x63\x32\x76\xa8\x53\xa7\x6d\x3e\x86\x2e\xe8\x89\x1d\x05\xc6\x37\x73\x7a\xa1\xe5\x7d\x67\x64\x4e\x6a\xec\x4c\x24\xe6\xf4\x22\xf2\x9e\xdd\xd8\xca\x2f\x0c\x25\xfb\x50\x9c\xd0\x7b\xdb\xc3\xbd\xfb\x59\x50\xb2\xdc\xdd\x1e\x9b\x64\x22\xfe\xfc\x41\x75\x97\x01\x5b\x34\x82\x49\xd4\x7d\x7e\x81\x97\x4b\xc7\x8c\xd5\xce\x6c\x70\xae\x59\xb7\x70\x84\xba\xb7\xcd\x5c\xed\xd1\xe1\xca\xe6\xcd\xf3\xd0\xd4\x47\xba\x1b\x1e\xdd\xda\x24\x7e\x54\xd2\x12\x65\x3c\x71\x8f\xf4\xe0\xfc\x30\x37\x46\x84\xe7\x7e\xd7\xa8\x0f\xce\xe9\x39\x20\x03\x5e\x2e\xcf\xa9\xda\x04\x37\xd1\x1c\xd3\x9d\x6b\x59\x99\x73\xda\xbd\xdd\x49\x40\x4b\xe8\xda\xad\xaf\xe7\x04\xe8\x3b\xa3\xf3\xdc\xa0\xe3\x29\x09\x76\x2c\x9d\x45\x4d\x4d\xc9\x79\x89\x16\x8a\x02\xc7\x38\x4b\x17\x24\x39\x50\x69\x78\x40\x5e\xc8\x40\xea\xa4\x28\xa9\x01\x08\x71\x4f\x11\x29\x62\xd8\x07\x25\x63\x61\x50\x32\x97\xa6\xab\x39\x24\x9c\x56\x6e\x25\x02\xf2\xc1\x4d\x98\x61\xfb\x4a\x37\x5c\x51\x4e\x38\x15\xdd\xd2\xa7\x54\x92\xb2\x37\x22\x15\xc6\x63\x63\xbf\xc7\xf1\x4a\x07\xb0\x3e\x91\xf4\xa7\xc1\x3b\x08\x48\xa9\x59\x8f\x27\x3e\xe4\x0b\xb9\x96\x14\x09\x76\xb9\x51\x0d\x20\x7a\x80\x60\xa2\xc1\x83\x8a\xcd\x6a\xcf\x90\x1c\x07\x47\x81\xa0\xfe\x04\x12\xa8\x22\x0d\x4d\xc0\x87\x43\x2c\x15\x93\x26\xd7\x17\x0b\x02\x89\x2d\x63\x40\x0b\x02\x46\x1e\xc9\x8a\x00\x72\x06\x54\x3b\x58\x52\x23\xc1\xd9\x97\xf4\x86\xd7\xfb\x72\x01\x31\x58\xda\xca\x3f\x70\xb8\x61\x83\x58\x7e\xf4\x82\x1f\xb3\x0a\x67\x19\xe8\xd9\x54\xb7\x2b\xc2\xc4\xdf\xaa\x83\xf7\xac\xd1\x8c\x4c\xac\x9e\xd3\x5c\x51\x47\x23\x56\x0e\x5c\x22\x4c\x38\x3d\x91\x8e\x10\x8d\x11\xa7\x33\x89\x2a\xda\x94\xa8\x22\x8c\x70\x4c\x38\xc6\x76\x3b\xdb\x9c\xa9\xc3\x38\x12\x67\x96\x21\x1e\xac\x39\x26\xc0\x8e\xa8\x2b\x62\x09\x39\x53\xdc\x30\xdf\xb1\xf3\x79\x51\xb2\xff\xd6\xa1\x36\xc5\x09\x1d\x11\xfe\x9f\x1a\xf2\x0b\x59\x95\x26\xfd\x5d\x62\x85\x7b\xdb\x78\x85\x1e\x6f\x15\x8f\xb7\x52\xe3\x15\x6a\xbc\x82\x40\x2e\x99\xca\x8c\x77\xd3\x8f\xb1\xf1\x41\x7b\x21\x3d\xa4\x1b\x63\x63\xc6\x58\x99\x31\x8a\xc8\x55\xf6\x52\x86\xf6\x79\xa4\x70\x4a\xe4\x0e\xfa\x9c\x88\xd6\xb5\xd8\xcb\xed\x1c\x3d\xd7\x09\xeb\x2e\x47\x15\xb4\x9e\xf7\x02\x5b\xe2\xe5\x32\xfc\x35\xe0\xf5\xdb\x45\xc5\xf4\x5e\xb5\x1f\x2f\x97\xa8\xf7\x42\xdb\x94\x2d\x97\xea\x89\x13\x19\x86\x01\xbc\x92\xb1\xc0\xb5\x37\x22\x9c\x9e\x73\x22\x6d\x00\x6c\x2d\xc1\x1e\xaf\x89\x73\xb1\x21\x1d\xd4\xe4\x44\xd2\x5a\x22\x89\x73\xc4\xe9\x31\x47\x0d\x9e\x9c\xf0\x3c\x10\x01\x4b\x8a\xb4\x31\x9e\xe2\xae\xaa\xb8\xfd\x48\xa8\x5f\xe1\x09\xe8\x57\x38\xce\xcf\xb9\xba\xa8\x41\x6c\x22\x24\x88\xec\x20\x03\x36\x5a\x2d\xc0\x35\x68\xc4\x94\x4c\xcc\x5f\x63\x0a\x61\x68\x43\x45\xf7\x25\x09\xd6\x02\xd8\xdb\x0e\x94\xa2\x8c\xfc\xbb\x3a\x11\xfe\xa3\x3a\x91\x40\xfe\xf0\x38\xa0\x9d\xcc\xce\x88\x74\x99\xae\x37\x3a\x4e\x85\x00\x77\x95\xf9\xfc\x1d\x2b\x19\xbf\x60\x20\x83\xc9\xb2\x5b\x5e\x02\x62\xac\x69\xf1\xe3\xeb\xf7\x8f\x5f\x3c\x3f\xba\xb5\xe1\x6f\xd5\xd1\xed\x9b\x91\xeb\x1b\xfc\xbe\x1c\x74\x10\x25\xd4\xd8\x5a\x24\x11\x02\x7c\x91\xa9\xc5\x43\xa4\x14\x00\xcf\xeb\x9a\x0a\x62\x52\x25\xa5\x47\x0a\xe1\x70\x20\xd1\x6b\x49\xe0\x6e\x6c\xc2\x5d\xc5\xd8\x7d\x3b\x5e\x73\x5b\xd7\xe2\xb7\xec\xc4\x6f\x5f\x0d\xb0\x57\x62\x4c\xe0\x1e\x24\x08\x87\xf8\x1e\x6b\xc6\xd7\x45\x28\xd4\xf8\x4e\x58\xf3\x8c\x55\xfc\xc2\xd4\x7b\x51\xc9\x33\x2d\x53\xcb\x32\x64\x0e\x55\xa9\x0e\xc6\x35\xed\xae\x5b\xd5\x75\xcd\x2e\x97\x5d\xf5\x39\x18\x5c\x8b\xe2\xbc\x3e\x95\x8d\xd6\xe2\x6a\x72\x14\x56\xef\x05\xd5\xbb\x10\x02\x0e\xdb\xee\xc8\xb7\x7c\xd0\xae\xb9\x5c\xa2\x86\xf2\x5b\x90\xbd\xeb\xa3\x2c\xeb\x2a\x45\xdd\x50\xb8\x75\x98\xb7\xbc\x44\x98\x34\x8a\xd9\xb2\xc4\x66\x0d\x2a\x73\xbb\x26\x1a\x95\xbf\x07\x0b\xd6\x8d\xd3\x8d\xe1\x19\x9f\x9a\xf1\xc5\xdc\xf7\xb6\xd1\x4b\x49\x63\x72\xc0\x6b\xf8\xeb\xcf\xa7\x0f\x21\x13\xea\x45\x14\x42\xed\x0a\xdc\xbd\x28\x9d\x69\x5f\x4c\x66\x8c\xc1\x11\x98\x91\x9b\x30\xdf\xd1\xcf\x51\xcf\x64\x56\x6f\xc9\xc6\xf6\x8c\x7f\x7d\x45\x83\x9c\xeb\xab\x4e\x7d\xde\xf6\x7d\x62\xbd\xf1\x39\xed\xf7\xef\xb2\x24\xd1\x79\x70\x4a\xab\x19\x84\x13\x08\xb1\x1c\x5e\xc1\x9f\xc1\x91\x0e\xf9\xff\x8e\xcd\x74\xa8\x12\x55\x98\xa3\x26\x8a\xaf\xa7\x25\xc5\x95\x66\x5d\x1b\x4a\xe9\xb5\x04\x37\x3c\x5d\x42\x6f\x56\x4e\x76\xc2\x26\x3a\x57\xfa\x46\x73\xc0\x0f\x73\xc8\x46\xcb\x56\xea\xf0\xf0\xbd\x70\xd2\xc0\x25\xc7\xe6\x1a\x08\x61\x98\xc4\xfd\x7c\xb0\xad\xf3\xfb\xf4\x1c\x20\x93\x0a\x7b\x43\x70\x17\x68\x47\xbf\x78\xef\xe5\x4e\x3e\xe8\x48\xcf\xe5\x7a\x48\x56\x60\x44\xfa\x07\x7a\x45\x8d\x93\xd3\xa1\x82\x56\xcb\x35\xc9\x86\xb4\x37\x2e\x3c\x78\x62\xd0\x60\xe3\x92\x37\xa7\x1b\x5f\xd8\x75\xbd\x71\xd3\xbf\x1b\x3b\x0b\x0d\x3e\x4b\x2e\x50\x9f\x6c\xf4\xf1\xdd\xfe\xaa\x9f\x37\x3a\x0f\x90\x1b\xe8\x91\x4c\xd3\x8f\xdb\x0b\x91\x65\x39\x9a\xc1\xbc\xa8\x9b\xe7\x80\xd3\x56\x68\x55\x4d\x4c\xce\x14\x5d\x4c\x05\x09\x6b\x51\x81\xf3\x46\x4b\x8e\x4d\x41\xfc\xd6\x88\xa4\xec\x4f\xb8\x63\x05\x77\xec\x07\xab\x30\x84\xa2\x0d\x11\xdb\x8b\xa3\x75\x87\x32\xff\x6a\x8c\x1b\x7d\x92\x55\xb4\x1a\xd4\x26\x53\x41\x67\xc0\xfa\xca\x6b\x0c\x98\x4d\xf3\xed\xb2\xd3\x8f\xb1\xc3\xdd\x2f\xec\x5a\xe7\xee\xd2\x51\xcc\x48\x83\x73\xfb\x13\xc2\x9b\x11\x88\x6b\xdd\xa4\x9d\x05\x18\xc0\x13\x49\xe7\xb3\x52\x3b\x8d\xe9\xef\xe9\x50\xf1\x37\xfa\x63\x0d\x81\xe0\x53\x89\xcc\x79\xea\xa2\x11\xe8\x6f\x2a\xa2\x83\x04\x59\x06\xcd\xcb\xc5\x26\x48\xcd\x1c\x6a\xe1\x87\x62\x82\x9a\x00\x9c\x9b\x44\xe0\xbc\xca\xdb\x65\x81\x32\xa9\x0e\x73\xfc\xb8\xc4\xea\x41\x0f\x20\x23\x0e\xbe\x8f\xf8\xa0\xd2\x73\x00\xb1\xd2\xb0\x59\x2e\x9d\xe3\x2c\x84\x32\x7a\x07\x1c\xfe\xe0\x4c\x4e\x19\xf0\xf8\xba\x3a\x55\x80\xc9\xd5\x7b\x8e\x74\xb8\x9a\xa0\x3c\x88\xe8\xd6\xd9\x8d\x26\x3a\xcd\x80\x69\xf3\x54\xc5\x2f\x80\x35\x23\xd8\xe9\x22\x54\xe9\x36\x35\x1b\x02\x2d\xcf\xa8\xa3\xb9\xa4\xf2\x3d\x55\x6a\x04\x15\x7d\x5b\x22\xfd\x2d\x81\xf8\x65\xf6\x4b\x13\x52\x3b\x1c\xf9\xda\x76\x02\x11\xfc\x2d\x80\xd9\xb6\x80\x59\x2e\x9b\x75\x59\x24\x75\x36\x87\xb0\x24\xae\x0c\xe6\x60\x6a\xd6\x70\xc1\x86\xda\x71\x11\x00\xfd\xc9\xf7\x00\x3d\x48\xa4\x72\x70\xb8\x6e\x05\x66\xee\x2e\x25\x3b\x66\x74\x3f\x5a\xea\xbf\xc3\x5e\x15\xb7\xf5\x63\x8b\x7d\x1a\x1c\x8b\x1d\x59\x61\x3a\x93\xc1\x18\x02\xa1\xf1\xac\xdf\xbf\xdb\xd8\xfe\xe3\x5e\x42\x77\xcd\x48\x2d\x65\xd1\xc9\xe7\x89\x1d\xdc\xb9\xa3\x5f\x1b\xe1\x22\x63\x36\x94\x9a\x50\x98\xd2\x68\x4c\x31\x24\xa2\x03\x53\x44\x88\x29\xfa\x8a\x83\x89\xf0\x63\x11\x5a\x9a\xd7\xb8\x66\x61\xb5\xd6\x8c\x5b\x1d\x5a\x6f\x24\xd8\x0d\x9d\x31\xe4\xfc\x4f\x35\xac\xfd\x37\x9a\xab\x89\x26\x6c\x4e\xa3\xee\x1c\x1e\xd3\x94\x7f\xb7\x60\x98\xc0\xbc\x72\x2b\x09\x6f\xaf\x42\x67\x4a\x9e\xc8\x80\x58\x71\x63\xda\x3d\x4f\xd3\x88\x7e\xff\xae\x4d\xf6\xdb\x5e\x81\x40\x0a\xe1\x56\x40\xac\x5d\x81\x0d\xd8\x9f\xc0\x33\xe8\x0d\xab\x76\x3d\x9b\x18\x14\xd5\x6b\xe1\x90\x1a\x22\x1f\xe4\x9e\x80\xe4\xce\xba\xd9\xc3\x3e\x68\x70\x11\x57\x34\x80\x17\x1a\xf0\xb1\x45\xb6\x9f\xa1\xdf\x1c\xb0\x00\x1a\xe8\x62\x0d\xd0\xcf\xc3\x88\x0c\x9d\xc0\xad\xba\x80\xeb\x52\x85\xc0\x82\x6b\xdb\x57\x18\x17\xe0\x56\xbf\x7f\x57\xb5\xd7\x0d\xdd\xca\x41\xb7\x72\xd0\xad\xd6\x43\xd7\x35\xae\xb7\x77\x05\x27\xa2\xc8\xe1\xaf\xed\xaf\x8a\xe0\xde\x10\x46\xaa\x14\xee\x9c\xe8\x2f\xf2\xb9\x7e\xaf\x86\x97\x80\x7d\x11\x4e\xe5\xb6\xde\x08\xc7\x66\x25\x2a\xbd\x12\x95\x5b\x89\x59\x17\x38\x2a\xc2\xfd\x52\x34\xa9\xd7\x9e\x57\x86\x21\x4e\x0a\x52\x93\xd2\x47\xf8\x9f\x9b\x30\x85\xc6\x7c\x95\x16\xe4\x8c\x16\x74\x48\x2e\xb4\x5a\xc8\xc0\x71\x96\x65\x67\xde\x37\xfe\xec\xee\x5d\x7c\x33\xd3\x67\xf0\xa3\xb3\x09\xba\xa0\x33\xa3\x54\xc2\xf9\x05\x9d\x39\x4e\x01\x84\xb6\x74\x8a\x38\x99\x91\xfa\xe0\xec\x90\x94\x61\x42\xe3\x13\x7c\x63\x9e\x66\x59\x86\x66\xf4\xc2\xc8\xfd\x57\x2c\xcb\x66\xee\x60\x3e\x09\x0f\xe6\x46\x35\x85\x49\x41\x25\x3a\x21\x05\x39\x73\xbc\xf0\x62\x32\xa7\x27\xf9\xc2\xb1\x19\x27\x64\x41\x4f\xc8\x8c\x5e\x28\x28\x9e\x51\x4a\xeb\x24\xe4\xa1\xd0\x2d\xcd\x83\xf1\xcc\x8c\x75\x45\x32\x51\xcb\x85\xcc\xe8\x29\xe2\x76\x1a\x3a\xbc\x94\x44\xb3\xd6\x28\x66\xc1\x28\x66\x64\x41\x67\xce\xbc\x64\xbe\x52\xcd\xcf\x68\x05\x5d\xaf\xeb\xe6\x82\x9e\xa3\x19\xe1\xe4\x2c\xec\x8a\x39\x84\xbe\x08\xc1\x31\x1b\xe8\x1b\x80\x9d\xc1\x05\xe0\xd2\x59\x0e\x7f\x35\x98\x2e\x5a\x03\xbc\x08\x06\x78\x41\x16\x0a\xec\x9e\x1b\x9a\x75\xa7\x66\xb5\xcc\x19\xe2\x84\xe1\x15\xc6\x24\xc0\xa9\x0b\x05\x15\x52\x92\xb9\xa6\xa9\x0b\x7a\xc6\x90\x5e\xe7\xae\x0b\xdd\x22\xbd\x65\xed\x0c\x71\x80\x14\xa8\xa4\x0b\xcd\xf2\x97\xb8\x65\x4b\xba\x33\xc2\xd8\xd9\xa3\xce\xa8\x41\xd9\x33\x5a\x93\x0b\x5a\xd3\x21\x31\xdc\xe5\x35\x2d\x81\xe7\x46\x2e\x17\xd4\x59\x96\xf5\xae\x07\x53\x29\xd8\xf8\xe2\xee\xdd\xa0\x02\xbe\x39\x33\x58\x7c\x31\x41\x27\xf4\x8c\x9c\x19\x2c\x3e\xa1\x67\x11\x16\x1f\x03\x16\x9f\x91\x6b\x1d\xce\x8b\xcc\x43\x44\x3e\x76\x88\x7c\x96\x65\xe8\x8c\x9e\x04\x88\x7c\xe6\x10\xf9\x38\x45\xe4\x33\x4c\x6a\x2a\xd1\x31\xa9\xc9\x85\x5b\xa1\xd9\x64\x41\x8f\x73\xb7\x85\xe8\x31\x99\xd1\x63\x72\x46\x4f\x14\x22\xeb\x39\x84\x28\x7c\x86\xc9\x22\x18\xc9\x99\x41\xe1\x35\xb3\xb5\x38\x76\x0d\xa8\xec\xe7\xa2\x50\x4c\x0d\xe5\xba\x35\x94\xeb\x60\x28\xd7\x64\x46\xaf\x1d\xb2\x2c\x00\x9b\xcf\x00\x9b\xcf\xf0\xb7\x7b\x3c\x47\x67\x84\x93\x8b\xa4\x57\x8f\xd8\xd7\x21\x78\xce\x12\xc4\xbe\x06\xc4\xbe\xc8\xaf\x35\x62\xff\xe8\x58\xa1\xc5\xef\x43\xec\x85\x25\x9c\x81\x9c\xbf\x22\x52\x51\x4c\x4d\x2d\x6f\x95\xcf\x65\x99\xf4\xe7\x84\x5b\x79\x09\xee\x93\x73\x88\x0d\x2c\x93\x53\xc3\x38\x1d\xdc\xde\xac\x5a\xe1\x05\x36\x07\x99\xec\x38\xc8\x4c\x30\x98\x85\xee\x8a\xcc\x69\x65\x51\x7f\xae\xf5\xf7\x73\x73\xde\x2f\xe0\xd7\x7d\x88\xdc\x02\x7a\x64\x3e\x43\xc1\x90\xf1\x8d\x9a\xef\xdc\x82\x11\x13\xb8\x53\xcc\x49\x6b\xd4\x01\xcb\xc5\xa8\xcb\x3a\xb5\x72\xb9\xe5\xe7\xc9\x1d\x45\xf7\xf1\x8d\xe6\x43\x06\x72\x4e\x64\x74\xd5\x08\x7b\x81\x46\xec\x1e\x6b\xe0\x07\x99\x53\xd7\xec\x2a\x98\x10\xdc\x8a\xfe\x2e\x51\x3a\x01\xcb\x41\x96\x04\x20\x96\xcc\x47\xf1\xec\xa5\x62\x7a\x75\x4b\xba\x8e\x1d\x65\xc4\xf4\x96\xe1\x98\x15\xeb\x0f\xb1\x7f\x5c\x4b\xa5\x3b\x87\x6b\xc4\x3c\x37\xe0\x62\xf7\x68\xcc\xf0\x57\x7b\xad\x39\xd5\x4b\x35\x87\x5f\xdb\xc0\x22\x40\x5c\xa6\x6a\xdd\xd5\x09\xe0\x1b\x95\xc4\x95\xe3\x7b\x12\xd4\x8e\x8b\xf4\xba\x54\xc9\xba\x54\x44\xae\xbd\x29\xa5\xcb\x51\x85\xcb\x11\x0b\x27\x56\xa8\x52\x8c\xbe\x8c\x41\xe6\xdb\x09\x21\xb4\xea\x64\x0f\x65\x17\x7b\xe8\x42\x3a\x48\xda\xef\xdf\x95\x56\x73\x5d\x65\xd9\xae\x05\xd9\x04\xad\x99\x56\x7b\xb9\xf5\x1c\x54\x85\x77\xb7\x0c\x15\x93\xda\x38\x37\xbe\x91\x48\xfa\x48\x92\x8e\x46\xa8\x57\x67\x2c\x78\x75\x11\xbd\x5a\x64\x19\x70\xca\x12\x93\xae\x3c\xc7\x6a\xcb\xf7\xe6\x76\x9f\xb3\xc8\xd0\xc3\xd8\x5d\xe8\x13\xd1\x26\x88\x23\xfe\x68\xdc\x24\x3a\x79\xd6\xbc\x00\xef\xd6\xe5\x92\x0d\x04\xfc\xed\x3b\xfd\x5b\xdf\x4b\xef\xf4\x74\xb5\x56\xfd\xab\xa4\x47\x12\xf5\x86\x98\x3c\xd5\x4f\x23\x4c\x9e\x4b\x7a\xb3\x22\xaf\xa5\xb7\x84\x7d\x2e\x57\xe4\x55\xf2\xfb\x59\xfc\xdb\x0b\x7a\xdf\x4a\xeb\x50\x4e\x29\x7d\x9e\x1a\x28\x8e\xee\x6f\x7b\x07\x90\x40\x14\xf4\xb7\x8c\xe2\x85\x4f\x39\x7a\x26\x8d\xdf\xcb\x2b\x69\xfc\x35\x5e\x4b\xf2\x5c\x62\xc2\x82\xa8\x32\xd6\x2e\x5d\x83\x68\x34\xca\x21\x0c\x9a\x0f\x42\xe3\x62\x9f\x35\x00\x11\x08\x48\xf0\xf1\xdd\xcb\xfc\x9d\x3e\x5d\x48\xbf\x8f\x13\xbf\xbb\x86\xbe\x63\xa8\xa1\x88\x51\x48\xf7\x39\x09\x53\x12\xe7\x0d\x8e\x9a\x31\xfc\x37\xd3\x39\x13\x21\x7a\xe9\xea\x54\x8d\xd3\x0e\x37\xbc\xe8\xbf\x93\xda\x2f\x48\xbd\x3d\x55\xb3\x82\x3f\xcf\x64\x98\xa0\x0e\x40\xf7\x56\xa2\x67\xd2\xb9\xa5\x98\x40\x8a\x6f\x25\x7a\xed\x0b\x89\x80\x51\x1a\x0b\x62\x3c\x6e\x8c\x46\x3b\x81\x96\x08\x05\xa0\x7f\x40\xe3\xaf\x5c\x23\xc6\x22\x32\x1a\x91\x16\xe2\x7f\x0e\x96\x36\x0c\x54\xfd\x52\xda\x4c\xac\x26\x48\x46\x20\x50\x04\xc1\xbb\x4e\xe9\x0c\x98\x6b\x43\x03\x45\xda\x85\xc0\x50\x44\x04\xa1\xba\x04\x24\xe4\x3a\xbd\x9e\x56\x45\x03\x49\x11\x85\x0e\xf3\x4d\xe9\x89\x08\x7e\x5c\xfb\x0b\x69\xe3\xce\x9a\xd1\x1e\x75\xb1\xeb\x02\x9d\xab\xed\x16\x54\x4a\x83\x8a\x5d\xb0\x62\xfe\xa6\x9a\x1a\x0d\x81\xaa\x83\x76\xb7\xb3\x40\xd2\xd7\xd1\xb4\x88\x12\x90\xe2\x1b\xf3\x60\x89\x42\x03\x72\x51\x28\x1a\x2b\xfa\xcb\xc5\x02\x74\x09\x00\x58\x63\x20\xe4\x84\xb7\x30\x48\xcb\x53\x86\xd6\x45\x8d\x69\x6e\xb9\xb4\x4f\x61\x64\x61\xb8\x85\x35\xae\xd2\xca\xb5\xe1\x06\x61\x1e\x42\x19\x6d\xf7\xed\xef\xcf\xc8\x22\xf5\xc6\x19\xfb\xe6\x8c\xc0\xc9\x96\x37\x9a\x22\xbc\x48\xed\x6c\x9e\x99\xb4\x47\xac\x22\x3f\xdf\x66\x83\xf3\xbb\xa4\x43\xf2\xd1\xd8\x67\x7f\x32\x7f\xef\x98\xbf\xbf\xc5\xd6\xc1\x3f\x49\x64\x9d\x0d\x9c\x6e\x60\x73\x14\x62\xeb\xaf\xb1\x3d\x6b\x1c\x3d\xcc\x67\x96\x1d\x8e\x85\xf3\x7e\xc8\x32\xe1\xed\x95\x84\x89\x11\xa4\xa3\x7e\x41\xc8\xaf\xce\x78\x5f\xde\xcd\x40\xb6\xe2\x1b\xfd\x2e\xa9\x54\x33\x6a\x48\xd3\xa1\xed\x4f\xec\x8b\x4d\x51\x62\x98\x35\x24\x2f\xfc\x86\x13\x2e\x4a\x9a\x7d\x8a\x9b\x9d\x5c\x16\xf9\x55\x41\x18\xd8\x24\x71\xdc\x6e\x8d\xd2\xdf\x25\xbe\x91\x74\x38\x9e\x4a\x1d\xd9\xbf\xd5\x5d\x0f\x6d\xee\x3c\x92\xe9\xed\x69\x0b\xdc\x81\xe5\x5d\x3a\x52\x2b\x62\x17\xa7\x63\x02\xc1\x68\x1f\xfb\x91\x18\xe7\x91\xee\xf1\x28\x9c\x0f\x3e\xdb\x2f\x48\x63\x25\x6b\x9f\x3c\x1b\xfb\x49\xdb\x90\x6b\x2c\xd1\x63\xf8\x18\xe2\x06\x69\x5a\x43\x1e\x76\x1e\x14\x7f\x49\x97\x39\xed\x26\x82\x9e\x89\xda\xeb\x2c\xba\xdd\xcf\xc0\xae\xfc\x6f\xff\x18\x58\x91\xc6\x02\xde\x3b\x72\xf2\x51\x26\xeb\x7d\x47\x52\x96\xdf\x91\xf4\x8e\xb1\x84\x67\xe4\x4e\xe0\x32\xca\x0a\x14\x22\xea\x27\x69\x07\xf8\x51\x06\x66\xd0\xce\x46\x84\x4d\x92\x75\xd7\xc3\x00\xb2\xc3\x2c\xa0\x0c\xd9\x5f\x3f\xa6\xdc\x8c\x25\xa0\xa9\x0d\xbe\xa3\x90\xf5\x93\xa4\xcc\x39\x66\x58\x4c\x6b\x69\xe2\x14\x74\x5b\x20\x44\xea\x5b\xdc\x61\x9b\xaf\x5f\x7f\x92\x9d\x56\xf2\x9f\x42\xd3\xe9\xbf\x6d\x11\x3c\x74\x78\x30\x7c\x17\x7c\x2d\x0d\x0b\xc1\xdc\x14\x51\xbe\xf5\x2e\x7d\xeb\xa4\x41\x0c\xe7\x81\xc6\x46\x14\x41\x4c\xa7\x02\xa9\x83\xb3\xd1\x23\x0b\x2e\xce\x69\xda\xdb\xad\x91\xda\x2d\x02\x54\x79\xef\x98\x22\x92\x6c\xfa\x8e\x4d\x17\x25\xab\x28\x33\x0a\xe4\x4f\x12\x4c\x20\xfd\xbc\x25\x15\x1d\xb6\xe2\x32\x54\x77\x1b\xd7\xb0\x9a\x72\xb3\x72\x7a\xb2\x66\x67\x98\xa9\xd7\xab\xa0\x55\xca\x75\x96\xb3\xd0\x6a\x34\x36\xb6\x34\x6d\x01\xcf\xed\xd6\x66\xac\x4d\xd2\x6b\x6a\x76\xd8\x9c\x72\x45\x31\xf4\x65\x73\x9e\xec\x62\xe0\x4d\x1f\xfe\x6e\x90\x76\xd6\xb2\x87\x4e\xeb\xa7\x56\xd1\xf3\xd4\x2a\xba\x00\xd0\xe7\xf3\x81\x7e\x20\xac\x38\x61\x95\x81\x9f\x6a\x2d\xf8\xa9\xdf\x69\xe4\x32\x6f\x34\x72\xb5\x6d\xbc\xcb\x09\xaa\x69\x49\x67\x44\x2a\x9e\xbd\x34\x52\x06\x3a\x23\x8b\x47\x1f\x65\xdb\xfa\xb2\x55\x46\x17\xda\x78\x56\x5b\x82\x5b\x91\x76\x99\x65\xc8\xb5\xf5\xfd\x96\xe0\xff\xcd\x73\x06\xeb\xf0\x05\x49\x7b\x51\x37\xab\xb8\x2d\xe0\x50\xc3\x46\x72\x86\x2a\x62\x47\x81\xc7\xea\x62\xac\x9a\x8d\xbd\xff\xe6\x59\xa6\xd1\xc7\xc3\x56\xd2\x2a\x37\x50\xa8\xc9\xcb\x0a\x55\xe9\x91\x87\x97\x4b\xeb\x2b\x95\x1e\x86\xaa\xae\x37\x6f\x95\xe6\x97\xc6\xdf\x92\xc4\xdb\xc8\x7c\x61\xb6\xf7\x41\xd2\x54\x90\x9c\x38\x88\x2e\x5f\xfd\x77\xed\x61\xdf\x1b\xe1\x7e\xf7\x82\xc9\xe1\x3a\xb6\x95\xe3\x9b\x78\x3b\x9a\x4c\x06\x76\x1f\xaa\x6d\x26\x29\x43\x92\xd4\x76\x11\x48\x6d\xcc\xc3\xcd\x22\xd4\x1a\xf4\x2f\x2b\x24\x7f\x00\xc8\xd2\x39\x80\x79\xe8\x82\xae\x3a\x80\x3c\xee\x04\xb6\xb4\xc0\x96\xa4\x0a\xa0\xca\x03\xa8\xaa\x33\x75\xbc\x9e\xac\xea\x08\x76\x0c\xe1\xf6\xb0\xc2\xfe\xd5\x2d\x19\xcc\xcb\xff\xd6\xce\x55\xa1\xf3\x16\xb1\x90\x36\x11\xb5\xda\xab\x92\x37\x05\x69\x0d\x3e\x67\x2b\xec\x16\x89\x1e\x17\x83\x63\x2e\xa6\xfa\xe6\xf6\x11\xee\x39\x2d\x0c\x0a\xd3\x12\xc8\xa2\xa5\x96\x66\xf4\xa6\x29\x4e\x72\x46\xca\x8a\xa9\xf6\x1b\x9d\xb4\x54\x5e\xe7\x82\x4c\xd9\x79\x9d\x57\x1d\x27\x16\x6a\xd4\x49\x1e\xfa\xe0\x4c\x50\x43\x6f\xbc\xa5\x87\xa9\x1e\x57\x02\xb6\x31\xb0\x06\x61\xe6\x68\xc3\xb9\xbf\xf7\x84\x15\xd4\x1d\xb5\xa3\x7a\x8e\xaa\xc4\xc1\x89\x11\xf3\xae\x4a\x3a\xc0\xa1\x6d\x45\x51\x78\x7f\x73\xb5\x6b\x62\x38\x05\x16\x11\x45\xaa\x16\x05\x6c\xf8\x28\x43\xeb\x2e\x46\x78\x8a\x8f\x05\x1a\x2d\xd5\x67\xfa\xd2\x45\x9c\xb5\xbc\xc9\xb4\x15\x5a\x07\x94\xad\x2e\xd4\x80\xc6\x15\x6d\x7d\x64\x8c\x22\x75\x79\xb0\xed\x2c\x4b\x55\x28\xf6\xa8\xb5\x37\x25\x2d\x06\x66\x19\x03\x49\xd0\xaf\x12\x55\x44\xbd\x38\xaf\xbd\x44\x46\x35\x2c\x0b\x30\x3b\x91\xa4\xc2\xab\xef\x9e\xa6\x8c\xec\x1d\xe6\x11\x2b\xa2\x60\xb8\x33\xda\x25\xdb\x24\x56\xed\x2f\xe2\x5a\x65\x77\xad\x59\xab\xd6\x36\xd9\x4c\xea\x9c\x7e\x07\xeb\xa3\xb7\x28\x51\x1c\x10\x09\x5c\xc4\xb5\xae\x11\xaf\xb0\xcd\xe6\xd6\x84\x17\x65\xf7\x95\xe3\xdf\x59\xf4\x71\x74\x77\x59\x61\x93\x65\x3c\xd0\xa9\x17\x89\x9f\xb7\xa0\xfe\x82\xef\xcd\xee\x27\x60\xdd\x51\x16\x0d\x3a\x60\x87\xd8\xfa\x36\xc2\x44\x4f\xc3\x4d\xdd\x80\x77\x60\x30\xf1\xf3\x22\x4a\x34\x7b\x16\xc3\x4a\x61\x6a\xb2\x60\x07\xcc\xa3\x62\x63\x32\x8d\x1d\x86\xfb\xe2\xa2\x88\xfc\x14\x15\x22\x36\xb4\xf5\x89\x3b\x21\x62\x64\x8b\xf5\xe1\x55\x68\xa9\xff\x2b\xa8\x5e\x0f\x46\x87\x78\x52\x1d\x0c\x0f\x73\x24\xda\x23\x53\x23\x09\x26\x77\xf2\x3f\x35\x14\xbd\xc6\xdf\x1e\xd0\x75\x11\x1b\xe1\xff\xcc\x15\x25\xe0\x68\xef\xc1\xa3\x6a\xb2\xf7\x20\xaf\xa2\xe0\x03\x0c\xe2\x0a\x60\x4c\x54\x8d\xfb\x0f\xab\xc9\xde\xfd\xa4\x86\x69\x25\xf0\x80\x08\x9e\x3b\x66\xda\x54\xd7\xaa\xd5\x11\x26\x02\xf9\x1c\x54\xe1\x37\xd5\x6a\x15\x4a\x09\x8e\x93\x01\x77\xf8\x88\xf0\x16\x5b\x17\xfa\x8b\x24\x7c\x1d\xb7\x8c\x5c\xc2\xc1\x69\x31\x9f\xe7\xb2\xd2\x1b\xa4\xb5\xe5\x4e\x2e\x00\x54\x5b\x6d\x03\xb1\xe6\x39\xea\xe4\xf7\xe1\x9e\x6f\x39\x0a\x4e\x64\xe8\x06\x4a\xd4\x15\xfb\xa3\xd4\xf2\x02\xa3\x62\x82\x12\xac\xee\xcc\x43\xc2\x53\x1e\xf7\x77\x49\xda\x8c\xef\xef\xd2\xdd\x06\xd7\xb8\x2a\xd9\xb1\x2e\x97\x43\x50\x10\x24\xbe\x9e\x0e\xb7\xc0\x1e\xbc\xe3\xec\xc6\xd8\xc6\xa9\x28\x92\x0a\xfa\x50\xae\xa9\x44\x05\x11\x20\x06\xe7\x31\x03\x2b\x09\x0f\xd8\x57\xcd\x7c\xd6\xa4\xb0\x14\xdb\x84\xa6\x28\xf1\xcd\xca\xfa\xe5\x68\xef\xa9\x82\xde\x54\xac\xb0\xfe\x0a\x79\x2d\xc9\xa2\x76\x11\x6e\xf2\x9f\xf4\x4f\xf3\x52\xff\x32\x47\xb5\xfe\xf1\xf2\xec\x9c\x55\x90\x0e\xe9\xe7\x42\x4c\xe7\xcc\x14\xbf\x2a\xae\xe5\xa2\x89\x6a\xee\xb3\x33\x69\x1e\x2d\x36\xd8\x5f\x33\xf3\xa4\x71\x42\x3f\x3f\x63\xc7\x8b\x13\xf0\x8a\x77\xd5\xac\xa0\xcd\x56\x98\xb1\xaa\x62\xd3\xb0\x0e\x04\xd1\x84\xd4\x89\xf9\x4f\x72\x45\x2e\x6f\x9f\xdc\x59\x11\x4e\xae\x0e\x27\x37\x2f\x3a\x27\x97\x3a\x5a\xfd\x30\xad\xae\x6f\xa1\xd5\x2d\xb8\xc5\x4e\x52\xfe\x88\x74\xc7\x9a\x03\x6b\x5c\x53\x93\xc1\x80\x17\xdd\xe8\xa0\x86\xe4\x56\x5a\xb6\x0a\x97\x29\x9d\xb5\x26\x11\x5d\xed\xeb\x69\xa3\x06\xe7\x0d\xa9\xd2\xdb\x4d\xc0\xe1\x36\x9a\xc3\xad\xfe\x21\x87\xcb\x3a\x18\xdc\xe6\x5b\x0c\x6e\xd5\x66\x70\x2d\xf6\x75\xe8\xb2\x99\x97\xdc\xb3\x15\xe9\x38\x1f\x35\x88\x74\xdf\xbc\x48\x30\xf6\xbc\x88\x31\xf6\xcf\x0e\x8c\xed\x5a\x33\xb8\x4b\x90\x8a\x8a\x83\xe1\xa1\xba\x4a\x1d\x8c\x5c\x28\xb7\x79\x81\xd2\x13\x41\xfc\xe0\x89\x00\xc1\x73\xba\x0e\x03\xb1\x5a\x61\x02\x2b\x8f\x49\xb5\x4a\x36\x52\xdb\xac\x9e\x17\xfa\x68\xa1\xcd\xc1\xf0\xd0\xa3\x40\x73\x30\x3a\x24\x07\x67\x05\xba\x6e\x61\xf7\x41\x43\xd8\x21\x86\x7c\x1d\xe4\xea\xf6\x4d\x79\xb1\x7e\x53\x2e\xba\x37\xe5\xb4\x68\xef\x9c\xc2\x6d\x8d\x93\x22\x44\x65\x51\xd8\x35\x2f\x0a\xbf\x7e\xed\xc0\x52\xa2\x40\x4d\xa1\x37\xd8\x7f\x60\x59\x75\x6b\xdd\xeb\xba\xf8\xdf\xb3\xae\x66\x98\xdd\xeb\x7a\xf1\xad\x75\x7d\xfc\xff\x72\x5d\xab\xef\x5c\xd7\xea\x3f\xba\xae\xd5\xff\x7f\xac\x6b\xf5\x6f\xad\xeb\x17\x9d\xb3\x8a\xbc\x31\x7f\x3f\x14\x91\x06\xea\x7d\xc4\x7b\xbf\x2e\xd1\x8e\x36\xed\x80\xff\x86\x78\x2c\x22\x1b\x96\xfe\xb3\xe7\xaf\x9e\x7f\x78\xfe\x0c\x72\x34\xa5\x05\xa1\xf7\x66\x68\xf2\x1c\x7a\x7a\x38\xdf\xfa\xe0\xc2\x3e\x41\xe1\xaf\xd8\xcb\x84\x25\x5e\x26\x2c\xf2\x32\x89\xdf\x06\x3e\x2e\x45\x9c\x74\x3b\x30\x22\xd8\xc9\xc3\x10\xa1\xc9\xed\x01\x35\x14\xc2\x19\x39\xb5\xba\x4e\x1c\x16\x64\xde\x74\x6f\xdb\x59\x42\xcd\xd2\x83\x41\x57\x04\x8b\xde\xd0\x18\xbd\xec\xe6\xad\xee\xfa\x26\x5b\xad\x3e\x40\x8d\xe3\xdf\x56\x34\x86\x5b\xdb\xbd\x25\x1f\xfe\xd7\xc2\xd8\x1f\x7c\x28\x2c\x26\xbd\x29\x20\xbd\xb5\xd3\x4a\x83\xab\x93\x01\x96\xc9\x64\xd2\xd0\x37\x02\x69\x01\xcb\x7b\x63\x31\x82\x97\x4b\x57\xc9\x05\x3e\x0a\x22\x64\x8c\x86\x9b\x3b\x59\xe8\x04\xb7\xa9\x91\x0c\x2e\xa0\xe8\x4b\x41\x19\x1e\xbf\x2f\xd0\x17\xc5\xf9\xae\xd4\x4f\x85\x8b\x6f\x04\x32\x1e\x43\xe0\x6f\x6b\xa4\xd1\xdf\xd7\xae\x6a\x23\x98\xe8\xd3\xc2\xaa\xe3\x7d\xe8\x2c\x17\x1d\x2c\xcb\x76\xb4\x17\x56\x71\x92\x65\x5b\xfe\x71\xe4\x9e\xc7\x38\xf8\x0c\x9a\x76\x2d\x3f\xb7\x20\x64\x3d\x4a\xbf\x14\x5e\x6d\xaa\x40\xf5\xc1\xfe\xd6\x03\x80\xb1\x0d\x89\x09\xa3\xd3\x58\x04\xe3\x33\xe4\x06\xb0\x5c\xf6\x4f\x59\xa1\x53\x06\x64\x59\xff\x58\x4e\xaf\xcd\x73\xef\x4a\x68\x83\xfe\x50\x5d\x8f\x4d\xfc\x89\x37\xc5\xb8\x19\x63\xb3\x51\x49\xa3\x41\x17\x2e\x90\xea\x44\x8f\x41\xa7\xd4\x70\x46\x6d\x3d\xe4\x94\x6d\xa8\xed\xe2\x08\xa1\xd4\xad\xb5\x81\x4e\x87\xd7\x12\x1e\xdf\xc7\x10\x8a\xc5\x02\x37\xe8\x95\x34\x74\x38\x66\x5a\x87\x0f\x16\x22\x81\x2d\x8a\xdd\x62\xd3\xa2\x01\x8c\xeb\xff\xeb\x4e\x1f\x64\xd3\xf6\xee\xd5\xe0\x1b\x8d\x03\x2c\x9e\x88\xb5\xa6\x6a\xee\xdd\x03\x84\xe8\xdf\xe9\x9b\x68\x05\x3d\x4a\xaf\xcd\xdf\x13\xb1\x5c\x36\x77\xef\xae\x92\x01\xad\x0c\x85\x33\xf6\x77\x6f\x0a\xfa\xa5\x98\x40\x17\xde\x08\x2c\xec\x4c\xbb\x04\xb4\x15\xe0\xaf\x0b\x04\xa3\xfb\x12\x12\x4c\x9d\xcb\xb5\x48\xd4\xfe\x6f\x2e\x05\xab\xc8\xb3\x98\xa2\xbe\x0d\xa4\x7c\xc6\x2e\xc2\x69\xbc\x27\x4f\xc1\xd5\x0b\x08\x2c\xa9\x70\xfe\x55\xc2\xb2\x43\x25\x28\x09\x0c\x81\x8a\xd0\x63\x40\x80\x83\xa8\x3a\xdd\xdc\x1d\xbb\x62\x33\x4b\xbe\x0a\xd5\x0c\x57\x27\x59\xa0\xbd\x97\x10\xc4\xc1\xa9\xda\x9f\x15\x91\x97\xd8\x92\x8e\x88\x19\xa9\xd1\xb1\x6b\xeb\x8e\x3c\x09\x0d\x96\x86\x12\x73\x0d\x64\xf4\xde\xce\xe8\x7e\x2b\x04\xcb\x43\xca\x3b\x62\xcc\xd1\x21\x26\xbf\xe8\xde\x78\x28\xb7\x78\x57\xb4\x8c\x0d\x9c\xa2\xd6\xdc\xa3\x45\x48\xa8\xbb\x8c\xa9\x8b\xe5\xf2\x55\x89\x0a\x17\xa9\xa4\x47\x41\x0c\xea\x83\x1e\x3a\xb1\x81\x00\xf7\xdd\xa2\x62\x41\x55\x11\x55\x9d\x20\xc4\x42\x8f\x30\xed\x55\x60\x8c\x04\xc0\x1a\x4e\x1a\x5b\x47\x80\x3f\x61\x81\x11\x8c\x59\x6a\x06\x20\x84\xd8\x1b\x3b\x44\xfb\x0b\xd1\x82\x3c\xd1\x13\x2d\xcc\x44\x9d\x0d\x5a\x61\x03\x2a\x13\xfe\x50\x66\x19\xe2\xb4\x88\x89\x00\x41\xee\x76\x0a\xf6\x41\x66\x06\x78\x22\xf2\x17\x15\x46\x9c\x40\x18\x14\x18\x92\x71\xc1\xc5\x13\x03\x69\x89\xf3\x74\xc5\xb5\x5b\x62\xe1\x1c\xda\x6e\x99\x45\x60\x8d\x95\x2c\x52\x7c\x88\x31\xc8\xcb\x95\x90\xae\xf6\xa8\x4c\x88\xc1\x91\x9a\x27\x9e\xb4\x4d\x28\x52\x8c\x21\x6e\x12\x38\xff\x5c\x04\x6e\x68\x81\x21\x57\x11\x67\x5f\x53\x1b\xc2\xa1\x8f\x77\x2d\x72\xcb\xcf\xcc\x90\xc0\xdf\x28\xf6\x6f\x5c\xd2\xd1\xe6\x83\xa0\xe9\xcf\x45\x3b\x81\xea\x31\x47\x22\x09\x31\x30\x76\xd6\x97\xd7\x1c\xa9\xb1\x12\xbb\x13\xc5\x3f\xda\x89\xe2\xff\xdd\x4e\x7c\x59\x24\x0e\x4a\x30\x5d\x3b\xf7\xde\x70\xfc\x98\xa3\xc6\x9c\xd2\x60\xc3\xc4\x67\xc8\x4d\xd6\x19\x76\xb9\x90\x1c\x1e\xe4\x28\x90\xe3\x59\x73\x9b\x56\x41\x00\x8c\x4d\x4c\xae\xac\x3f\x2c\xf9\x62\x9e\x34\x71\xeb\x0d\xc7\xa1\x4d\x5a\x48\x25\x82\xbe\x49\x9d\xda\xbd\x8d\x0b\x13\x94\xa2\x1e\xdb\x18\x75\x26\x32\x04\x99\x1b\x7f\xcb\xf5\x81\x27\xe6\x0e\x93\xe6\x93\x39\xad\x25\x9a\xe3\x7c\xae\xd7\x7b\xde\x85\x13\xd6\x96\x5d\xac\x8d\xec\x40\x66\x9d\xd9\x2e\x17\xdd\x11\x1f\x8a\x75\x11\x1f\xc6\xb3\xee\x98\x0f\xc5\x77\x04\x0a\xe9\xfe\x6e\xed\x07\xcb\x25\x68\x6b\xab\xe5\xb2\x84\xec\xa1\x59\xf6\x58\x2d\x8c\xa2\x66\x73\x4c\x7c\xf0\xc0\xd3\x96\xc6\xb8\x30\xe1\x15\x4e\xc9\x19\x08\xe3\x49\xa1\x96\xb2\x4c\xeb\x11\xd3\xfc\x69\x8f\xd2\x72\xb9\xf4\xd1\xc8\x97\xcb\x52\x4e\xba\xa2\xbb\x6d\x2c\x74\xd8\x0d\x85\x1e\x0b\x85\x2a\xad\x36\x31\x41\x35\x2d\xe5\x72\x79\xa9\x6b\xd5\xa4\x22\xa7\xe0\xa2\x83\x27\xe8\x87\x60\x77\x4b\xbc\x8c\xa2\x3b\x5e\x46\xf7\x42\x76\x35\xda\x55\xba\x26\x4a\xc6\xad\x83\xbb\xe5\x25\xc2\xeb\xda\xeb\x8a\x66\xd1\xc4\xd1\x2c\x70\xfe\xad\xc9\xac\xff\x96\x24\xfb\x90\xb6\xac\x29\x68\x89\x89\xdd\x9c\x15\xb1\xc8\x52\x12\xb7\x41\xe9\x9c\x54\xb4\xfe\xb7\x06\x51\xd1\xde\xc8\x10\xae\x98\x4e\x98\x78\xa9\x6d\x7a\xe1\x86\xd4\x58\x1f\x8a\xc8\xdb\x7c\x52\xe7\xbf\x70\xeb\x0a\x5c\x2b\xcc\xf3\xf4\xa4\x45\x3f\x50\x42\x61\xf0\x8f\x92\x13\x82\x3a\xc9\x05\xba\x8d\xc2\xe0\x1f\x24\x25\xf8\x7f\x13\x25\xe9\xa0\x0e\x1e\x31\x42\x2a\xd2\xa2\x36\x24\x68\xfa\xf4\x9f\x51\x91\x56\x9b\x98\xa0\x45\x4a\x45\x4a\x72\xfa\x0f\xa8\x88\x06\xf5\x77\x41\xcc\x86\xf4\xf9\x1e\x3a\x62\x9b\xed\x2c\x46\x15\x0c\xf5\x07\xc8\x89\x6f\x6e\xfd\x5b\xd3\xea\xf7\x50\x15\xdb\x5c\x6b\x57\xfe\x10\x7e\xa6\xdf\x6f\xee\xec\xc6\x84\xa9\x13\x92\xae\x7b\x9d\xa5\x3b\x61\x51\xb3\xac\x6c\x5b\x1e\x2f\x97\xb7\x0c\xb4\xf7\xed\x81\xfe\xf3\x9e\xd4\x94\xbe\x83\x5e\x9e\x76\xd1\xcb\xd3\x84\x5e\x2e\xfe\xbf\x08\x1b\x20\xe3\x96\xe1\xfe\xb3\x88\x98\xeb\xc0\xba\x3f\xb9\xab\x98\x3b\x82\x09\x6d\xdc\xe5\xef\xa0\xd3\x98\x64\x59\xcf\x89\x73\x78\x96\x7d\x81\x50\x15\xa4\x37\xc2\xfe\x1e\x32\xae\xa2\xd3\xe3\x55\xe1\xf3\x16\x19\xe3\xb7\xa2\x7b\x73\x77\xd2\x69\x10\xb1\x18\x6b\x1f\x73\xb3\x0f\xf4\x71\xf1\xed\xc0\x33\xd3\x70\x73\xd0\x37\xb4\x58\x74\xa0\xd8\x68\xe9\xee\x0e\xfa\xa5\xd6\x58\xc2\x0d\xca\xdc\x2f\x6a\x5d\x27\x55\xec\xe9\xd8\x58\xc1\xb4\x87\xae\x25\x0f\xd9\x17\xa1\xf5\x61\x10\xf0\xcd\x29\xed\x8d\x6e\x60\x72\xc9\xd1\x90\xa4\xa5\xad\x02\xed\x50\x62\xf2\xec\xe4\xee\x31\xcb\xcc\xe7\xf6\x40\x55\x4b\xa0\x7d\xa2\x62\xe7\x3e\xed\xa1\xf3\x73\x41\x7e\x2f\xc8\xc7\x82\x7c\x2a\xe8\x4d\x22\xcc\x22\x15\x6b\xaa\x6b\x1d\xe2\x3d\x70\xde\xb9\x13\x9b\x4a\x10\x4e\xed\xcd\xde\xdb\x2d\x18\x2e\x80\x7e\x76\xe6\xfc\xa4\x36\x77\x1e\x54\x75\x62\x11\x5e\x2e\xed\x9b\xcd\xac\xc0\xde\x96\x80\xf9\xeb\x67\x1a\x5a\x95\x54\x13\x54\xd3\xde\x30\xb9\xcb\xed\xee\x38\x13\x25\xef\x3d\xdb\xda\x21\x4e\xe5\x20\x07\x33\xa3\xa3\x59\x2e\x7b\xba\xc0\xe5\x71\x29\x54\xad\x0f\xa7\xbc\x7e\xe1\xaa\xa0\x62\x49\x47\xe0\x17\xf5\x59\x92\x51\x56\xf8\x8b\x29\xdc\xfa\x9c\x5c\xc4\x37\x9b\x65\x5f\x0b\xa4\xd8\x24\xa8\x50\x07\x6f\x08\x92\x10\xf5\x45\x01\x9b\x93\x61\x12\x87\xa4\x81\x80\xb0\x68\x33\xd3\xf0\xd5\xd2\xcc\x20\x40\x64\xec\xf2\x61\x9d\x8a\xe0\xff\xdc\xfc\xb2\xbe\x97\xde\xc3\x8a\x8d\xb1\x93\x56\x48\x70\x38\x8b\x03\x32\x21\xa1\x46\x54\x13\xde\x0a\x8b\xd2\x10\xe9\xe3\x2f\xb5\x36\xc1\xa7\xc2\xed\x1d\x49\x5c\xbe\x39\x4e\xbd\xf3\xe7\x3a\xdf\x17\xfd\x91\x97\xeb\x41\x6a\x22\x6f\xb1\x97\xae\xba\x82\x21\x0f\x12\x69\x61\x3b\x28\x03\x5f\x19\xc1\x57\xe8\x28\x52\xb1\x82\x60\x3d\x88\xc1\x83\xfd\x47\x00\x8c\x61\x84\xfa\x51\x2d\x8f\x89\x0a\x44\x6b\x0b\xef\x7a\x8c\x6b\xdb\x9b\x00\x0b\xde\x04\xde\x5c\x8d\x90\x87\xde\xa4\x0d\x11\x0e\xd0\x9c\x74\x67\xb9\x18\xde\xb6\x00\x82\x70\xe7\xba\x15\x93\xb9\x60\x35\x44\x9b\x90\x45\x0b\x22\x56\x7c\xe6\xa1\xfc\x0f\x90\xd7\xa1\x1e\x89\x64\x19\x16\xf7\xf0\xff\x66\xec\x16\xd1\xe9\x69\xfb\xf9\x91\x35\x08\x36\xc1\xad\x60\xd6\xcb\x13\x2f\x4c\x90\x13\xc8\x48\xe8\x5a\xa2\xa9\xae\x3c\x24\xd4\x1c\xd3\xeb\x92\x26\x88\xae\x46\xd2\x42\xda\x60\x22\xa5\x5b\xa7\xc8\x78\xf4\xa7\x84\x37\xd0\x3c\x41\xb2\x41\xad\x2b\x40\x91\x3a\x27\xd1\x1b\x5e\x3f\x29\xca\x2f\x97\x45\x35\xad\x21\x4b\x88\x3a\xb3\x9d\xd5\x8b\xfb\xf9\xbe\x29\xaa\xc6\x24\x16\x99\x17\x75\x93\x57\xa4\x29\xf8\x3c\x17\xf0\xc7\xaf\x41\x3e\x84\x02\xc8\x38\xcb\x49\x60\x43\x2d\x57\x39\x2a\x06\x41\x67\xb4\x21\xc5\xc0\xb5\xaf\xe1\x1f\x14\xb8\x0e\xe9\x90\x14\xa0\x10\x05\xd6\x50\x35\x4e\x85\x79\xf0\xdd\x42\x25\xdb\x31\xe5\xe6\x0b\xa3\x42\x0d\xa5\xab\xbf\x26\x26\x85\xc9\xe1\xc8\x21\x16\xa3\x73\x27\x25\x12\xbc\xcd\x39\x84\x92\xb1\x7a\x85\x68\xb7\x9a\xb3\x11\x55\xc1\xa9\x8a\x31\xae\xe8\x28\xab\x96\x9b\xb1\x0c\x70\x77\x3b\xf2\xdb\xd2\x9b\xcf\x1e\xbb\x2c\x3c\x76\x59\xae\xf7\x9d\x75\x40\xf5\x1b\xc9\x39\xe2\x6a\x75\x58\x37\x39\xce\x32\x40\x51\x81\xc7\x91\x1f\xad\xfe\x24\x7d\xe5\x9a\x30\x7e\xb0\x2c\xf6\x83\x65\xc4\x91\x9b\xc8\x0f\x16\xe4\x07\x2e\xc0\x7f\xe8\x09\xcb\x3a\x3d\x61\x99\xf3\x84\x65\xde\x13\xd6\x37\x10\xa4\x07\x62\xa9\x17\xac\x43\xfb\x80\x74\xac\xaa\x8c\x8e\xd4\x38\xf4\x91\x5f\xb5\x08\x57\xd7\xfe\xd6\x73\x36\xea\x73\x6e\xb2\x15\xcf\x64\x05\xf8\xd8\x07\x98\x0b\x0b\x73\xc2\xa3\x20\x49\xc2\x05\x55\x84\xa8\xa6\x61\x2a\x0f\x33\x41\x70\x9f\x06\x5d\x87\xc0\x44\x50\x77\x5a\x8c\xbd\x3f\x00\xc7\x13\xc4\x5d\x07\xa1\x16\x0d\xa2\x59\xbb\x4f\x82\xa3\x06\x5e\x92\x9f\x0a\xa4\x78\x46\xa0\x90\x32\x72\x0b\xc0\x51\xae\x64\xbb\xb7\xec\x5c\xf4\x31\xd0\xd9\xa3\x9d\x18\x1f\x27\x21\x5b\xf9\xda\xc9\x79\xc5\x1f\xb7\x41\x70\x28\x77\x63\xe6\x21\xa5\x86\x8c\x00\x6c\xa5\xc7\x3d\x34\x74\xfd\xb6\xa1\x37\xf2\x84\x35\xa7\xac\xea\xe7\x76\xae\xde\x5e\xc3\xf8\x20\x74\x7d\xeb\xdc\xfa\x3b\x56\xdb\x53\xfa\x84\xe7\xff\xc5\xd1\x80\xe0\x0c\x6c\xe2\x74\x4a\x49\xde\xa9\xb1\xa5\x16\x6d\xe7\xba\xa1\xb6\xcf\x3e\x2f\x51\xe5\xee\x17\x49\x72\xac\x38\x19\x75\xb4\xfd\xcd\x07\xc1\x06\x4c\x03\x23\x6d\xf9\x18\x4a\xa1\xbb\xba\x5e\x60\xc5\x47\xb9\xe5\x4d\xf8\xa9\x80\xf3\x70\x76\x2b\x2e\xf2\x69\xb0\x49\x83\x5d\x05\x6a\x39\xb7\x8e\xb7\x33\x69\xe3\x18\x49\xd7\x42\xfb\xaf\xb6\xd5\x8a\x26\xd3\x66\xff\x9d\xf2\xe9\x94\x89\x7e\x0e\xb6\x05\x8a\xd4\x7a\xf7\xef\x10\x4f\xc3\xa8\xa6\x61\x38\x4f\x41\x93\x10\xa6\xc2\xa6\x3a\x62\xe6\xb0\x50\x97\xd1\x78\xac\x71\x7a\xe9\xb9\xce\x13\xdf\xcf\x45\x3a\x82\x6a\x0d\x09\x10\xd1\x08\xaa\x35\x1b\xbe\x9a\x34\x81\x2b\xb8\x6a\x38\x1a\x92\x7e\x8e\xc6\x95\x57\x31\x48\x03\x1f\xe4\xfa\xb6\x63\x6b\xec\xe2\x3c\x7a\x8b\xa0\x4d\x13\x33\x63\xd7\xfc\xdd\xb1\x61\x46\x6c\x28\x0d\xf8\x7b\x5f\xff\x79\x60\x4a\xcd\x47\x36\xde\xc6\x76\x68\xd9\x33\x0e\xa3\x95\x8c\x5c\x16\xc8\x63\x2b\x33\xc6\x59\xb6\xcf\x91\xbe\x78\xd9\x94\x33\xa6\xce\x3b\x89\x70\x92\xff\x14\x08\x6d\x10\xeb\x3e\xbe\x46\xeb\x9c\x74\x36\x5b\x5b\x7a\xe9\x4e\x0b\x0c\x91\x8c\x6f\x97\x7e\x47\x2d\x97\xbd\xe7\x05\x84\x9b\x6c\x49\x7a\xfc\x58\x77\xf2\x3f\x24\x82\xc8\x1b\x1d\xf1\x39\xa4\x11\x99\xc7\x5b\x57\x3f\x85\xb3\xf8\xdd\x08\x55\x48\xa5\x53\x89\x68\xad\xac\x55\x14\xb7\x14\xb3\x3e\xbd\x5e\x15\xc7\x8c\xf0\x2d\xa6\x69\x68\x77\xbd\xd3\xbc\x30\xde\xc2\x2c\x0d\x1e\x02\x93\xc5\x37\xb1\x5c\xc7\x4d\x41\xcb\x74\x52\x55\xa2\x0d\xa4\x78\x70\x24\x0e\x69\x43\xaa\x83\xaf\xe2\x90\xd6\x8a\x9d\x84\x4d\xc2\x67\x55\x71\x66\x73\x9f\x1b\x5d\x80\xfe\xc1\xce\x8e\xd5\xd6\xb9\xd3\xa0\xfe\x5c\x16\xd3\xbe\x8b\x16\xa4\x77\xd7\x05\x9f\x32\x69\xaa\x16\x8b\x29\x97\x7d\xc3\xd9\x0c\xc7\xec\xe1\xaf\x2c\x4c\x6c\x79\xa7\x41\xbf\xb2\x03\x76\x98\xb4\x50\xcb\x45\x55\x32\xdd\x03\x53\x70\x48\xbb\xe0\x67\x36\x9b\x3e\x3f\x2b\x4e\x5c\xc6\x77\x2e\xbe\x24\x1f\x91\x75\x83\x9c\xc9\xea\x4c\xd7\xad\x58\xcd\x1a\x57\xb7\x5e\x1c\x9f\xf1\x26\xad\x3d\x65\x6a\xdf\xd6\xfa\x83\x46\x9e\x9c\xcc\x59\x6b\x48\xe2\x7c\xd1\xf4\xf3\xc7\x0c\x55\xa4\xd6\x6d\x71\x71\x51\xcc\x39\x74\x4d\xe6\x02\x09\xd2\x97\x42\x27\x36\xef\xc7\xd3\x85\xbc\xe6\xfd\xbc\x1a\x1c\x5d\x56\xc5\xf9\xb9\xf5\x9c\xb8\xb9\x2c\xea\xfd\xc5\xbc\xe1\xe7\x73\x96\xf7\x7a\xf5\xe0\xcc\xfc\x58\xfd\x50\xf3\x2e\x86\x77\xfe\xfc\x3b\x07\xb7\xb2\xc4\xb0\xdc\xe0\x62\xa3\x10\x48\xaa\xaf\xcc\x7d\xa9\xc6\xea\xfa\x39\x38\x2d\xea\x37\x97\x42\x61\x12\xab\x9a\x6b\x54\x62\x1b\x50\xad\x3e\x28\x0f\xc7\x7d\xcb\x2f\xf7\xc1\x17\xb9\x1d\x03\x6a\x3e\xa9\x06\x6a\x60\xb0\x9d\x21\x5d\xf6\x1c\x5c\x52\x0f\xfc\x97\x64\x7e\x88\xf3\x76\xa0\xa8\x79\x96\xa5\x9f\xf6\xfb\x77\xdb\x5f\xab\xc2\x43\x9c\x7f\x69\x8f\xd4\x6e\xe3\x79\x96\xc1\xcc\x4b\xbc\xb2\xb1\xd8\x2c\xee\xeb\xc5\xdc\x67\xea\x7c\xff\x00\x50\x03\x1b\xc5\x4e\xa8\xea\x5a\xaf\xd4\xff\x5d\xab\xaa\xf7\xcf\x39\x48\x52\xf3\x98\x83\xe9\xd2\x1c\xd4\x03\x29\x9e\xce\x39\x24\xc3\xaa\x06\x52\x94\xea\x99\x2e\x04\x5e\x41\x3c\xdc\x38\xbe\x47\x90\xe9\x33\xa5\x73\x3a\x3b\x9a\x99\x57\x49\xf7\x20\xb0\xb4\x37\xc4\xcc\xc5\x00\xa2\xc2\x3f\x33\x51\x95\xc0\x2f\xa9\x14\x00\xc5\xbf\x21\xe2\x95\x29\x99\xf4\xeb\xb2\xe2\xe7\xa0\x07\x94\x60\x54\x54\x0e\xb4\xa7\xad\x09\xc4\x84\xfa\x53\x7e\xd1\x87\xe0\xe0\x82\x55\x3f\x7f\xd8\x7f\x45\xfb\x0f\xf5\x37\x8f\x1e\xfe\xdf\x7f\x99\xa7\x3e\xd1\xdc\xfe\x99\xbc\x60\x60\x26\x89\x58\x68\x33\x89\xf3\x8e\x28\xb2\x03\x5e\x4f\xda\xdd\x49\x72\xc3\xeb\x5c\xbd\x5c\xe1\xbc\x63\x38\x12\x13\x0b\x7b\x0a\xfe\x55\xa8\xa4\x8c\x54\x6e\xf3\x4c\x4a\xf7\x48\x7b\x43\x38\x7e\xbf\x32\xc8\xc0\xa7\x1e\xa8\xfe\x8d\x31\xce\x5b\x4d\xbf\x7e\xaf\x63\x7d\x31\x43\x31\x19\x50\xcc\x8a\xfc\x6c\xed\x19\x03\x9b\x56\x46\x4a\x5a\xab\x8d\x53\xe1\x7f\x42\x51\x19\x86\xa0\x7f\xdf\xa6\xaa\x73\x3a\x1c\xcf\x03\xaa\x3a\x77\x54\x75\x7e\x48\x18\x1e\x27\xad\x74\x50\xd6\x76\x57\xdf\x49\x5d\x59\x48\x5d\xdb\xad\xb4\x28\x2c\x8b\x29\x6c\xfb\x8b\x4e\x2a\xdb\x31\x3c\x47\x69\x21\xc6\xdb\x9c\x5e\x99\xa7\x88\xac\xb1\xdb\x89\xa2\xdd\x90\x73\x7a\xc4\x82\x78\x77\xf1\xd6\x65\xb7\x13\xe4\x2a\x20\xc8\x26\xdb\x5d\x45\x6e\x20\x1c\xa6\xf5\xaa\xfd\xb1\x41\x45\x94\xda\x4c\xee\xe9\x8f\x4d\xce\x92\x96\x39\xad\x56\x40\xb8\xe7\xd6\x8a\x47\xb3\xb8\xb5\xa2\xe8\x0b\x45\xc2\x17\x29\x61\xac\xb1\x8d\x17\xb2\x38\xa8\x0f\xc7\xfd\xba\xb9\x9e\x33\xb5\x87\xea\x49\x25\x10\x23\x33\x9c\xf7\xa7\xaa\xb3\x4a\x2e\xea\xf9\xf5\x7b\xd6\xbc\xb4\x3b\x5e\xd7\xd2\xc4\x08\xcd\xe8\x6c\x32\x1b\x1c\x1d\x9d\x36\x67\x73\x03\x07\x9c\x65\x9f\x99\x69\x22\x3c\x19\xea\x8e\x93\x61\x36\x89\xd3\x4e\xc8\xe5\xb2\xaf\xfe\xce\x70\x96\xbd\xb4\x8d\xb4\x4e\x85\x99\x79\xd9\xef\xdf\x55\xef\xeb\xc5\xf9\x79\xc5\xea\xda\x9c\x11\xcf\xa7\x1c\xd4\x08\x7f\x14\x95\x30\x79\x33\xea\x2c\x73\xb5\x7e\x06\x65\x0b\x97\x22\x79\x5f\x2c\x1a\xf9\x42\x96\x8b\xda\x14\xa0\xd6\x61\x52\x63\x33\xeb\x99\x39\x4b\x6a\xab\xf1\x98\x65\xd9\xaf\x88\x91\x9a\xcc\x48\x89\x6f\x39\x60\x18\x1c\x30\x8c\x54\xa4\x37\x5a\x7f\xc0\x30\x38\x60\x58\x27\x0a\xeb\xfe\x2a\x1d\x87\x35\xcb\x20\xd7\xc3\xe3\xa6\xa9\xf8\xf1\xa2\x61\xa8\x0f\xc5\x70\x1c\x5e\x33\x64\x6a\xe1\x35\xe8\xee\x09\x63\x80\xdc\xe6\x90\x41\xc2\xf6\x81\x27\x5f\xd5\x88\xe3\x3a\x6a\xf8\x6e\x28\x06\x0b\x7f\xd7\x23\x6a\xd7\x8e\x6b\x04\x47\xeb\x6d\x27\xe3\x3c\x38\x19\x59\x74\x32\x5e\x6a\x42\xdb\x71\x08\x8a\x28\xa1\x4b\x87\x9d\x64\xeb\xb2\xb3\x9b\xeb\xac\xe4\x6d\x4e\xff\x63\x81\x86\xa4\x65\xda\xae\x48\x87\xe5\xe9\xdb\x69\x59\xaa\x20\x21\xc5\xed\x1c\x7e\x7a\x09\x21\x5d\x1c\xfe\x24\xbe\x42\x91\xaa\x65\xef\x23\xcc\xd9\xa4\xcf\x7a\x00\xaf\x96\x55\x74\x58\x43\x21\x41\xd1\xb7\xf8\x02\x6c\x8e\xc0\x0f\xec\x0a\xe2\x25\xa2\x0a\x63\xd3\x45\x78\xdc\x89\x0e\x48\x8e\xdc\x5d\xf0\x94\xa3\xcf\x12\x47\xa3\xd5\x56\x2e\x5d\xfa\xc7\x0e\x8b\x5a\x01\x69\x17\x9c\xf5\x70\x05\x1a\x74\x9f\x36\x67\x6d\x90\x40\xaf\xf7\x03\xe8\xe5\x41\x92\x38\xd9\x4e\x93\x24\xdc\xcd\xdd\xbb\x67\x43\x3d\x2d\x1b\xb5\x51\x47\x83\x3c\xbe\xea\x4e\x15\x38\xf1\xc0\xd0\x43\xa7\x1e\x69\x3c\xc2\xcd\xcf\x1a\x0c\x61\xd7\xe6\x96\x49\x6a\xeb\x0b\xae\x0c\x5d\x8e\x30\x26\x22\xcb\x7a\x95\x91\x20\x87\xca\x32\x6f\x2c\xdc\xeb\x82\xc4\x6d\x7a\x54\x68\x6b\x94\x05\xb2\xec\xc9\xdb\x9a\x52\x7a\xa4\x28\xde\xdb\x9a\x7e\x55\xe3\x7e\x5b\xf7\x74\x09\x3c\x7c\xad\x97\x4b\xf5\xea\x69\xad\xa5\xe1\x9f\x6b\x77\x01\x7f\xad\xbe\x7a\x59\xa2\xd7\x35\x79\x56\x63\xf2\x27\x3c\x7d\xae\x31\xc6\x98\x20\xb1\x5c\x76\x6d\x53\x13\xea\x1e\xb0\x66\x3b\x12\x20\x04\xd8\x34\xb4\x2f\xb8\xbe\xb4\xfb\x37\x7b\x6a\xcb\x1a\x1c\xb3\x82\xd7\x16\xae\xe1\x54\x1e\x27\x3b\xb5\xdf\x41\xc2\xd9\xca\x2b\x26\xb4\x4b\x91\xc4\x7f\x15\x48\xd3\x69\x2b\x48\x37\x60\x09\x0d\xb3\x3b\x85\xfb\x70\xf4\xa6\xa2\xfd\x3a\x15\xc3\xbe\x94\xea\x10\xd6\x72\xbe\x44\x8b\x40\x6c\xd7\x24\xc4\xcc\x24\x89\x74\x7c\x3b\x90\xa4\x0b\xcc\x10\x4c\xd7\x63\x1d\x7c\x15\xa2\xa4\x46\xbb\x08\x31\xc3\xfa\xb0\x89\xa3\x59\x54\x63\x5c\x53\x41\x90\xa4\x15\x0e\xb5\xff\x9b\x6d\x74\x26\xb2\xd5\x15\x91\x91\xe3\x9b\x95\xff\x52\x80\x87\x8c\xd2\x04\xad\xd3\xfd\xb5\xa2\x23\xd4\x4e\x1d\x69\x7a\x88\x4d\x91\x92\xc2\x40\x15\x28\xdb\xd1\x13\x93\x8c\xfb\x46\x6e\xdf\x3d\x14\xd6\x55\xda\x1e\x5e\xcb\x3f\xc0\x29\x4f\x9d\x32\x35\x1e\x70\x7a\xe2\xa4\x63\x4f\xd3\xfe\xc9\x5b\x8c\xed\x53\x29\x77\xd7\x04\x1d\x33\x97\xa7\x71\x36\xea\x74\xe8\xfa\x0a\x67\x5d\x69\x07\xe1\x4f\xe2\xe2\x91\xd6\x79\x3d\xf0\x3f\x56\x9d\xa9\xae\xac\x15\x87\xa7\x42\xcb\x4d\x6f\xba\x13\x68\xeb\xb5\x4f\x14\x48\xd0\x24\xee\xdc\x3d\x3a\x8a\x66\xb4\x79\x20\xb4\x86\x70\xbe\x27\xdf\xd8\x38\xa2\xb5\x71\xf4\xe6\x1b\x06\x3b\x48\xdd\x54\xb2\xcc\x0a\xb2\x5d\xd1\xbe\x9c\x2a\x12\x5c\x07\x88\xdb\x72\x94\x5c\xbb\xb7\xf4\x48\x5a\x47\x80\x70\xa1\x24\x37\xff\xeb\x05\x47\xf8\x5e\xd5\xa1\x31\x7d\x54\x25\xda\xd1\x2c\x1b\x3d\x6c\x89\x05\x2c\x28\x1c\x31\x69\x1d\xb5\x9d\xca\x0c\x2a\xee\x8d\xf0\xb8\x0a\x35\xb9\x13\xe4\x56\xa4\xa5\x6a\x52\xe7\x85\x07\xb6\x9e\x21\x9e\x78\x71\x7c\x9d\xbb\x9a\x44\xbf\xa5\x75\xc4\x3f\xf4\x2c\x38\x27\xe0\x62\xd7\x9e\x1a\x4a\x8b\xa8\x02\xcc\xdd\x9d\xa1\x5a\x22\x53\x9f\x54\xa1\xa6\x99\x54\x46\x0c\xef\xd4\x1e\x21\xe4\xa3\x35\x21\x5d\xf0\x85\x0e\x12\x1d\x1d\x69\x42\xb3\x2a\x8d\xc1\x72\x32\xca\x9a\xe5\x66\x3e\xca\xd4\x19\x65\x72\xf0\xa4\xea\x9d\x5d\xa2\xa5\xf6\x81\x8e\xba\xa9\x11\xeb\xf4\xf2\x1d\xe5\xc7\x1c\xb1\x50\xda\xee\xbc\x32\xdd\xc2\xda\x4d\xb4\x3d\xdc\xdb\xcd\xc0\x09\x39\xcd\xfa\xde\x2c\x77\xb7\x09\x0b\x73\x07\x6d\xa9\x43\xb3\x43\x48\x6f\x8f\x2f\x14\xf5\xd0\x4a\xde\xb1\xf9\x60\x27\x88\xe5\xba\xa6\x3f\x2b\x66\x37\xd5\x20\x5c\x35\xb9\x85\x41\x84\xf1\x27\x1d\x7f\xdf\x6c\x46\x7b\x49\x53\xfe\xd5\x77\x31\x14\x76\x5c\xb1\x13\xf2\x46\xa2\x91\x11\x75\x14\x70\x59\xdf\xf4\x19\xd1\x42\x95\xbc\x21\x75\x53\x94\x5f\xf2\x13\x86\x1a\xbc\x5a\xfd\x5c\xd0\xd8\x53\xdf\xeb\xb8\x92\x13\x54\x68\x3e\x60\x87\x9a\x24\x97\xcb\xe5\xae\x7d\xc4\x6c\x50\x9c\x2b\xf2\xac\x65\x66\x81\x67\xba\xe7\x41\xb6\x6d\x72\x4c\xef\x28\x66\x15\x86\x22\xd6\xeb\x0b\x50\x59\xb5\xf5\xfa\x81\x5a\x3e\xd2\xea\x8b\x4e\xad\xbe\x70\x5a\x7d\x11\x6a\xf5\xad\xb7\xb2\x7b\xbf\x12\xa9\x52\xdf\xbe\x09\x35\x67\xab\x15\xf9\x3d\x86\x94\x4d\xd2\x96\x1a\xb5\x68\xad\x05\x9f\xa1\x42\x27\x82\x02\xad\x06\x29\xc9\x3c\xbc\x12\x59\xad\x46\x72\x7b\x32\xa7\xb9\x88\xaf\xdf\x05\xbd\x62\x68\x4e\x20\x70\x02\x3c\x55\xaa\xe6\xc1\x61\xd7\x2d\xbb\xa0\x47\xae\xee\xd1\x9a\xba\xf6\x22\x5d\x68\x61\x50\xd1\x12\x06\x55\xeb\xa4\x44\x69\x4b\xfe\xf2\x5f\xd0\xa7\xae\xdf\xa7\xed\x7e\xdb\x17\xe6\xd0\x7e\xd9\x5d\x98\xbb\xee\xd3\x55\x70\x9f\x9e\x47\xf7\x69\x27\x28\x2a\x74\x0e\x4b\x62\xac\x0a\x0a\x88\xbf\x5d\xb5\x85\x20\x59\x56\x74\x15\x6a\x74\x2c\x0e\xea\x43\xac\x6f\xc7\x56\xa0\x04\xfc\x30\x28\x17\xe6\xfa\xf5\xbc\x4b\x4a\xaf\xae\x0b\x48\xe8\x14\xa9\x07\xe5\x21\xed\xf7\x35\xd2\xaf\x95\x42\x19\xb1\x8d\x93\x30\x25\x62\x9e\xff\x01\x61\x10\x5b\x2e\x91\x5a\x1d\x90\x4c\x33\xc8\xb2\x31\x38\x5f\xd4\xa7\xa8\x36\x56\x6e\x5e\x08\x57\xd9\xfc\x4a\xd5\x41\x7d\xa8\xd0\x7a\x6e\x2e\xa7\xc5\x44\x81\xc4\xe0\x06\xe9\x84\xf6\xc2\xe8\x4b\xf4\x07\x0b\x7b\xfd\x98\xe3\x14\xce\xaa\x59\x4d\x79\x34\xb4\x71\xaf\x03\xd2\xcb\xe5\x22\xcb\x5a\xe2\x40\x55\xde\xb5\x02\xae\xb1\x05\xee\xf8\x26\xcb\xe6\x07\xe5\x61\x8f\xd2\xc5\x41\x79\xd8\x5e\x42\x55\x6a\xc3\xf5\x2a\x50\x59\x70\x11\xe6\xc0\xa4\x2e\xb9\x74\x71\xfb\x42\x03\x87\x8a\x16\x74\x31\x59\xc4\x82\x46\x32\xa7\xf3\xc9\x3c\x29\x33\x50\xd2\x21\x72\x17\x3a\xf2\x69\xb4\x34\x0b\xdc\x92\x4b\x42\x76\xad\xe5\xb2\x2d\xd1\x59\x64\x99\x95\x3e\xf6\x42\x87\xc7\x56\xa3\xfd\xfe\xdd\xc5\x7f\x4a\x12\xd9\x89\x6b\xc8\xcf\xcb\x6a\xe8\x96\x4b\x33\x6e\x0d\xd5\x0e\x2c\x5c\x60\xbc\x12\x2d\x10\x18\x94\x21\x02\x13\x49\x19\x49\x2f\x92\x5d\x92\xb5\x15\xf9\xd8\x26\xdb\xf8\x46\x74\x4b\x9b\x74\x3c\xbd\xaa\xee\x74\x17\xfd\x83\x15\x5f\xde\xb3\x66\x62\xfe\xe6\xef\x59\xe3\x8d\xdc\x79\x1d\xbb\x46\xeb\xc3\x96\x18\x4d\x77\xf9\xc5\x59\x5e\xf8\xd3\x0f\xec\x33\x4e\x20\xdb\x61\xa0\x20\xbb\x60\xc6\x17\x5e\x9b\x8e\xe8\xac\x55\xfe\xda\x3e\xa2\x2e\xa0\xc6\x05\x43\x2e\x0b\x47\x75\x7d\x53\x4a\x51\xcb\x39\x1b\x80\xda\x43\x1d\xed\x3a\x80\x1d\xc7\x37\x35\x03\xde\x50\x2e\x9a\x28\xc2\x8e\xe6\x94\xf8\x0a\xe3\x80\x77\x90\x75\xe8\x74\x50\xb1\x59\x14\xe5\x3d\xca\xae\x16\xa6\x05\x55\x03\xb0\xf1\x3e\x75\xbf\x02\xdf\x7c\x28\x75\x7a\x46\xd8\x47\x49\x40\x4f\x1f\x2d\xb6\x8e\x6c\x70\x42\x3b\x91\xc4\x20\xc4\xda\x89\x6c\x1a\x53\x90\xad\xdc\xf0\x6d\x46\x20\x6a\xd8\xa8\xd8\x08\xc4\x9a\x86\xf0\x19\xda\xdc\xd9\x0d\x65\x28\xde\x16\xc3\x87\xcf\x48\x44\xa6\x2d\x53\xd5\x46\x87\x19\x0e\x8c\x43\xd6\xb8\xde\xa0\x34\x5b\xae\x36\x71\x98\x88\xc0\x91\x51\x60\x38\x24\x07\x47\x47\x15\x2b\xca\xe6\xa5\x80\xab\xd8\xbc\xab\x39\xda\xac\x6c\x1e\x8e\x44\x26\xbb\x15\x72\xe7\x75\x1d\xa5\xae\xd0\xf7\xb8\xf0\x46\x17\x45\x12\x0e\x2f\x13\x26\x18\x89\x45\x5f\xda\xb8\x98\xd2\x7c\x86\x90\x66\xdb\x18\xf6\xfe\xdf\x10\xc2\x5a\x07\xbe\x1d\xbb\x27\x1a\x45\xe4\xd5\x3b\xac\x42\x78\x25\x4c\x18\x61\x1b\x0b\x1c\x50\x29\xc0\xb9\xf2\x7f\x74\xd8\x5a\x50\x1c\x8c\xfa\x7b\x86\x38\x77\x46\x4e\x2e\x6b\xea\xf7\xe0\x69\x18\xfc\xb7\xac\xd1\x16\x11\x38\x40\x48\x16\x26\x83\x27\xdb\x59\x60\x44\x8e\xc3\xec\x23\xac\xed\x75\x8b\x8c\x34\xdf\x4e\xaa\x33\x35\x73\x22\x5d\x55\xa8\x27\x6c\x3a\xdd\x38\xee\xcd\x98\x75\x38\xaa\xb5\x43\xb1\x7f\x1f\xb2\xba\x3b\x32\x44\x23\x0a\x56\x34\x11\x67\x5c\x48\x24\x20\x7a\x16\x0e\xae\x7a\xeb\xaa\x9b\xbc\x4e\x4e\xf2\x16\x5c\x1f\xdc\x8a\xe8\x4b\x44\x18\x79\xca\xc0\x9a\xd9\xba\x41\xee\x7d\xd7\xfb\x2a\x24\x14\x3b\x3e\x39\x6b\xb8\x36\x6e\x26\x14\x82\x07\x45\x4b\x95\x65\x97\xc2\x27\xb4\x8e\xe1\x9a\x65\x6c\x30\x53\xcc\x18\xc2\x2e\x22\x55\x44\xa6\xac\x29\xdc\x9e\x23\x5b\x1a\x75\x0c\x4a\x6d\x8e\x62\x32\xb6\x95\xa7\xa0\x85\xd5\x4e\x2c\xac\xc1\x52\xd2\x87\x72\x0d\xce\x1b\x91\x56\x4e\x5f\x7a\x8f\xae\xe0\xcd\xbb\x46\x9d\x51\x18\xe3\xdb\xa9\xcf\x22\xdd\x23\x5d\x47\xc5\xd3\x32\xcb\x9e\x96\x08\xcc\x10\xd6\xef\xa0\xed\xd6\x4e\x8a\x44\x68\x4d\x82\x49\x22\x88\xb8\x14\xc8\xa9\x5c\x6c\x5e\x4d\x15\x74\xb0\x60\x31\xd9\xbb\x9f\x8b\x56\xb0\x60\x46\x2b\x9b\xa8\x02\xe2\x28\x19\xda\x16\x3a\x68\x09\x1b\x43\x5c\x07\x9b\x13\xc8\x1e\x75\x12\x8e\x3a\x4e\x24\x5e\xb9\x10\x49\x86\x90\x80\x56\x0b\xab\x23\xd6\xdf\x9a\x36\x46\xb9\xac\x15\x04\xba\x9c\xcc\x13\xdb\xc3\xd8\x17\x58\x9c\x69\x8f\xfb\xf8\xc2\x0e\x67\xaf\x71\x51\x4d\x8f\x30\xd3\x58\x4b\xf6\xda\x74\xb6\x8c\x3a\x0e\xef\x15\xa4\x10\x0f\x2e\x7d\x1b\x3b\x7a\xf8\x61\xd1\x76\x7e\x61\x17\x3f\x20\x9a\xb3\x88\x97\x08\xf2\xd1\xb8\x8b\xb6\x4e\x69\x18\x08\xc1\x53\x17\x10\x53\xd8\x92\x77\xb3\xb6\x38\x98\xb4\xc2\x9e\xb0\xb6\x18\x9f\xb5\xc4\xf8\xb1\x11\x71\x3a\x8a\xa8\x30\xd0\x23\x06\x64\x48\xad\x87\x82\x47\x10\x33\xbd\x0e\xe2\xa2\xee\x50\x17\x8b\x6c\xcb\x3f\x6e\xdb\xc7\x20\xa0\x39\x7c\x65\x42\x7f\x79\x06\x2c\x8c\xad\x66\xb2\x9d\x9d\xd6\xa8\xf1\x87\x9e\x0f\xe1\x15\x64\xeb\x4a\xf6\xe9\xd0\xab\xf6\x9b\x88\xb0\x89\x56\xa0\xbe\x8a\xf6\x46\xe1\xd2\x6e\x59\x82\xd5\xd0\xc4\x21\x54\xc7\x87\x49\x8c\xdd\x93\x8e\x47\x18\xaf\x46\xbb\x31\xb9\x44\x2f\x19\x6a\x48\xbf\x8f\x43\xaf\xa9\x8c\xde\x1b\xdd\xc7\x63\x96\x37\xc6\x3f\x80\x8d\xc7\x26\xab\xec\x77\x4a\x79\x4e\x6b\x64\x7f\x60\x08\xdf\xe5\xac\xa9\x37\xd8\x2a\x10\xf7\x68\xaf\xbb\xef\x10\xf9\x8c\x77\xbc\xc4\x6a\xd7\x3f\x8e\x1e\xd8\x67\x3d\x90\xcd\xe8\xdc\xb6\xf2\xaa\x8d\x26\x4c\x11\x62\xad\x7d\xb7\x9d\xc0\x2c\xa8\xb7\x5e\xfa\xb5\x82\x88\x72\x71\x07\x3a\x32\x99\x17\x24\xb9\x1c\xa8\xd5\xe4\x5c\xed\x41\x50\x42\x9f\xd9\xa7\x20\x9e\x7d\x62\xa6\x0d\xd8\x47\x38\x55\xf8\x59\x69\x51\x5e\x05\x51\xb2\x31\xa3\x7c\x12\x20\x7b\x1e\x86\x73\xe3\xa2\x6e\x0a\x51\x32\xd2\x4c\x1e\x24\x2a\xf9\x20\x5b\xa1\xaa\xc6\x2a\xc3\x14\x00\x91\xca\x45\x47\x19\x4a\x9a\x00\xdc\xf4\xad\xe0\xf4\x13\x81\x73\x55\x05\x47\xb2\x46\x86\x03\x8d\x89\x18\x68\xf6\xe4\x9d\x94\xa0\xdf\x01\x5c\xc5\x61\x8c\x69\xa7\x02\x6d\xac\x28\x09\x6c\xaf\x03\xb1\x52\x2c\xb1\xac\xe2\xd3\x45\x73\x1c\x20\x17\x72\x00\x8d\xdc\x06\x85\x73\x87\xea\x7c\x1f\x24\x14\xf8\x4f\xaf\x47\x17\x84\x45\x02\xaa\xef\x9c\xda\xd9\x37\xa6\xd6\xf9\x3e\x48\x74\xe0\xa6\xe6\xbc\x15\x08\x27\x92\x1a\x9f\x6e\xbd\x6d\x7a\x35\xbe\xa9\xa9\xb4\x14\x4e\xbb\x95\x8d\xa3\xbd\x5d\xb7\x2c\x50\x86\x18\x3b\x7b\x70\x5a\x87\x11\xa8\x22\x3a\xc6\x1d\x0d\xdb\x60\x09\x15\xab\x68\x95\x50\x31\xee\xa8\xd8\x06\x03\x0d\x9e\xa1\x13\x35\xed\x0d\x57\x46\xde\x2d\xbd\xbc\x5b\xea\x9e\xf4\x78\x75\x70\x2b\x46\xe6\x54\x92\x05\x15\x64\x46\xe7\xe3\x31\x58\xad\xd5\xa8\x24\x33\xb2\x70\xc8\x39\xd3\xf0\xcd\xb2\x6d\xf8\xa1\xda\x98\xc5\xfb\x7e\x46\x66\xb6\x96\xb3\xd4\x99\x41\x42\xde\x2e\x4f\xb6\x59\x27\x35\x9c\x39\x6a\x38\xf3\x32\xef\xa0\x01\x57\x61\x35\x4b\x29\xa0\x7d\x03\xa3\xb0\x4b\xca\x27\xa8\xa4\x95\x9a\x5e\x00\x6b\xb5\x6b\x4b\xbf\x6b\xcb\x70\xe3\x87\x96\xb3\x73\x9c\x97\x49\x01\x86\xd0\x0b\xbe\x24\x68\x16\xbb\xec\x97\xdb\x1e\xca\x41\x3a\x33\xab\x2b\xa8\xc2\xb1\x74\x2c\xa5\x55\x53\x7b\xaf\x5e\x69\x3f\xf6\xca\x04\xd7\x17\xf0\xac\x52\x61\x72\xda\xcf\xf7\x34\x03\xe6\x19\xdd\x3a\x09\xd9\xb9\x3e\xd2\xad\x8f\xec\xd0\x49\xa8\x89\x83\x3b\xba\x39\xc5\xf4\x79\x83\x6a\x08\xa7\x24\xd3\x05\xb3\xd5\x60\x60\x4e\x4b\xe1\x53\x7c\x7c\xbf\x5c\xa5\xcd\x6d\x87\xf7\xd6\x5a\xdd\x5b\x1b\x1c\xfb\xd8\x6c\x76\x8a\x59\x6c\xa8\xdf\x50\xd1\xe1\x96\x30\x70\x10\x8a\x79\x54\xde\x95\x9e\x50\xdf\x58\xab\x31\x0b\x9d\x43\x64\xcc\xf9\x43\x68\xdd\x36\x6f\x28\x5c\x02\x3c\x38\xea\x8d\xf5\xb3\x51\xa6\x68\xe3\xa3\x7e\x55\x4c\xb9\x34\xfa\xf0\xeb\x73\x67\x47\x57\x41\x92\xdd\x2c\xfb\xc2\xb4\x42\xa1\x56\x2c\x36\xc7\xa4\xa1\xb5\x49\xd5\xcc\xe9\x70\xcc\x1f\x4a\x6b\xc7\xcc\xef\xd2\x4d\x9b\x5b\x4f\x1e\xf0\x43\x52\xaa\x3f\x77\x47\x2d\xbb\x54\x41\xca\x6f\xd9\xa5\x7e\x66\xa6\x56\x2c\xe2\x7d\x69\x8a\x7f\x45\x82\xd4\xa4\x54\x87\xba\xd5\xbf\xc6\x6a\xa2\x37\x7a\xd0\xdd\xfa\x99\xd7\xed\x97\x56\x0d\xa4\x4e\xdd\xc8\x80\x78\x10\xd8\x0f\x93\x5b\xde\x75\x9a\x5f\xb2\xc8\xfc\x52\xc4\x06\x95\x0c\xcc\x2f\x9b\x1e\x8d\x3e\x75\x1a\x82\xd8\xde\xb2\xe3\xfb\xb6\x41\x66\xde\x55\xc9\xd9\xd0\x1f\x1c\xe6\xfd\xbe\xea\x13\xaf\x56\xd1\x3d\x7f\x37\xff\x3e\xa7\xa6\x4d\xaf\x3d\x86\x2b\x77\x13\x86\xb6\xb5\x96\x8b\x29\x46\xe3\xc4\xc7\x0c\xbe\x04\x41\x56\x70\xb3\x33\xf7\x6c\x90\x41\x9b\x67\xda\x1b\x91\x77\x0d\x4a\xe3\xae\x58\xd1\xc1\x48\x0b\x48\x68\xe3\xc3\x3f\xc6\x31\x0f\x14\xeb\x9e\xa3\x0a\x8c\x48\x9c\xb5\xc3\x9f\x35\xd8\x04\x78\x11\xb3\xf3\xe0\x16\x63\xaf\xd0\xd5\xaa\x7c\x19\xc6\x99\x21\xd5\xa4\xeb\x82\x0a\xd4\x46\xa1\x36\x1e\xd4\xac\xb1\x82\xfe\x89\x0c\x7f\xa1\xbe\xc9\x09\xde\x27\x7d\x21\x05\xeb\x93\x3e\x3f\x3b\x97\x55\x53\x88\xa6\x8f\x73\x69\x53\x86\x53\xfd\x36\x47\x71\xc7\xdc\x27\xc7\x40\x3c\xbd\xd2\x9a\xce\x1d\xef\xc2\xb3\x8c\xa7\x5a\x07\xd7\x3d\x9e\x70\xdb\x57\x6e\xec\xa4\xe0\x73\x37\x00\x21\x82\xb1\xf2\x80\xf7\xdb\x75\x40\x61\x9d\x4b\x5e\x4d\xfa\x60\x89\x1c\x29\x7d\xed\xb1\xed\xbd\xe0\x03\x87\xbf\x44\x48\x23\x3a\xc3\xcc\x84\xd9\xa8\x6f\x3a\xac\x3a\x43\xd7\x77\x19\x2b\xc7\xff\x81\xaf\xbc\x75\x96\x17\x1d\x07\xd8\x0f\xb8\xca\x8b\x7f\xc3\x55\x3e\x38\x68\xae\x41\xaa\x90\xd8\x49\xf8\x37\xb7\x0b\x9f\xae\x23\x59\x43\x72\x48\x38\xfd\xc5\x4d\x5b\x94\xe0\x22\x60\xf8\x23\xcb\xde\xda\x40\x26\x16\x5d\xfb\xd9\xe5\x46\x05\xde\xcb\x33\x59\x3d\x2f\xca\xd3\x40\x9f\xd2\xd8\xe3\xed\xa8\x0c\x92\x03\x40\x28\x2c\xa1\xf0\x53\x7b\x79\x8a\x41\x31\x9d\x1a\xe9\xd7\x29\x13\xa8\x22\x15\x06\xf1\x10\x04\x57\x3a\x5e\xaf\x78\xda\x2f\xce\x27\xe6\x6f\xbe\x5f\x9c\x7b\xc5\xd3\xbe\x63\xb6\x91\xa0\x33\x89\x5c\x9c\x92\xa6\x38\xa1\x5b\x44\x5d\xa8\xae\xe7\xb2\x98\xd2\x1b\x23\x23\x0e\x12\x47\x55\x56\xc1\xe4\x1c\x37\x07\xa5\xb1\xb7\xa5\x81\x7c\xec\xe7\x7a\xb9\x44\x3f\x43\xe0\xa4\xdf\x6b\xaa\x0e\x41\xcd\x5b\xac\x48\x90\x01\xe0\xf2\xd6\x71\x8c\xdd\x25\xe7\xfa\x9c\xad\x8d\xce\x35\x5e\xa3\x5f\x72\xd9\xfb\xec\x70\xfd\xac\xda\x19\x2b\xcc\xe0\x48\x85\xb8\x01\x6b\x44\x5d\x92\x04\x04\xb2\xdb\xe8\x40\x46\xf2\xf0\xa7\x45\x53\x9e\x6a\xc7\xdf\x0e\xf0\x74\xd9\x34\x54\xde\xd6\xf9\x63\x3d\xf9\x58\x03\xea\xbc\x67\x0d\x3a\x68\x4e\x79\x7d\x88\xf3\x8f\xb5\xc6\x84\x53\x5e\x3b\x78\xda\x68\x2c\x56\x65\xa8\x5e\xb6\xc7\x81\xac\x52\xf0\xc6\xbd\x7a\x0f\x06\x3d\x96\xc0\x4f\x44\xde\xef\xaf\xf0\x0a\x13\x01\xd3\xbf\xaa\xc9\xe3\x9a\xee\x17\xcd\xe9\xa0\x64\x7c\x4e\xbe\xd4\xeb\xf3\xac\xbf\x49\xdf\xe9\x80\xeb\x1f\x6a\x3a\xda\x25\xef\x6b\xba\xb5\x49\x8e\x6a\x3a\x24\x5f\x6b\xba\x45\x9e\xd6\x74\x9b\x3c\x57\x3f\x5f\x1b\x19\xd9\x2b\xf3\xf7\x99\x2a\x7c\x5b\xd3\xa3\x9a\xfc\x6d\x8a\xde\xd5\x34\xc8\x6a\xfb\x24\xfa\xf5\x87\xa9\xf3\x59\x7d\xf6\x52\xf1\xbb\xea\xd8\x1a\x92\x17\xa6\xfc\x67\x28\xfa\xdd\xfc\xfa\x68\xfe\x7e\x82\xd2\x3b\xe6\xd7\x6f\x35\xdd\x1b\x92\x9f\xcc\xaf\x5f\xd5\xe7\xbf\x98\x1f\x7f\xd5\x74\xe8\x37\x0c\x2b\x3d\xae\xc0\x11\xb3\xfd\x20\x7b\x5e\xe3\x89\x1b\xcf\xe8\x1e\x52\x27\xe6\xbf\x46\xc3\xe5\x10\xe7\xaa\xca\x5f\xf5\xe4\xaf\x3a\xff\x2b\x18\x73\x54\x27\x30\x8f\x2b\xed\x26\x30\x61\xf7\xd1\x66\x06\x07\xbf\x0e\xfc\x61\x8d\x2c\xfd\xd4\xc7\x41\xba\x3b\xfb\xc9\x76\xe6\xd3\x3e\xec\xed\x81\xb7\xbe\xff\xc0\xa7\x06\xde\xb4\x11\x1e\xd0\xf3\x3a\xfb\xe0\x33\x4d\x3e\xab\x03\x92\x27\x30\xa3\xbf\x72\xc4\xc8\x70\x29\x06\x8d\x56\x02\xef\xd7\xcb\xe5\x0e\xdb\x22\x9b\x3b\x43\x1c\x85\x1d\xa9\xcc\xfd\x60\x6f\x2f\x67\xc1\xf2\x84\xd2\xc0\xbd\x07\xb9\x69\x70\xb4\x33\x24\xa3\x61\xe4\x6c\xba\xb1\x67\xd4\x17\x7b\xbb\xb6\x96\xeb\x27\xac\xb5\x93\x33\xba\x79\xab\xe0\x70\x6b\x73\x17\xa7\xa6\x96\xaf\xeb\x2c\x53\x87\xd5\xb3\x3a\xcb\xee\xdd\x63\x61\x66\x45\x48\xd0\xa6\x15\x88\x3b\xc3\x87\xbf\x5a\xb9\x41\x84\x04\xee\xdc\x00\x8b\xc0\x48\x9d\x50\xe9\xcf\x9d\x48\x15\x56\xc3\xcf\x1f\xb2\xcc\x00\xa0\x01\x51\xb2\x4c\xaf\x92\xc6\x9a\xba\x44\x0c\xe7\x48\xaa\x3f\x10\xe7\xe5\x79\x9d\x65\xbf\x29\x86\x2b\xf7\x65\x68\x5b\xd5\x5d\x2e\xf7\x1e\x68\x85\xca\xde\x9e\x16\x45\x59\x12\xf1\x53\x3d\xf9\x49\x93\x88\xfd\xe2\x1c\x1d\x40\xa2\x9a\x43\x9c\x23\x17\x72\x0e\x09\xfa\x53\xad\xc8\x26\x62\x18\x2f\x97\xe2\x51\x83\xb3\xec\xa7\x5a\xf1\x5c\x7a\xe8\xc1\xc5\xcf\xcc\xe6\x7f\x36\x04\x94\xa3\xef\xe6\x8c\x37\x11\x6a\x3c\xe3\x50\x65\x99\x0f\x0d\xc4\x23\x82\x0c\x28\xe8\x58\x0f\x6d\xaa\x0f\x2c\x07\xad\x02\x2d\x56\xd5\x19\xbe\xa4\x01\x23\xdb\x2e\x5b\xe0\x26\x34\xaa\xe8\x8c\x89\x66\xe6\x72\xcb\xc7\x70\x3f\xd4\x33\xd2\xc3\xaf\x8c\x58\xc2\x86\x70\xf4\x12\xd8\x55\xe5\xaa\x26\x78\xcb\xb3\x0c\xbd\xae\xa9\x7e\x38\x07\xd5\x17\xf8\xad\x3c\xad\xb3\xec\x65\x89\x38\x79\x56\x63\x70\x40\xe1\x6a\x21\x09\x0f\x12\x25\x97\x21\x4f\x03\x8a\x0b\x35\x4c\x36\x0d\xe3\xbb\x58\xe9\x81\x16\x38\xf7\x3e\xc3\xea\x53\xa3\xfa\x78\xab\x55\x1b\x90\x4b\xd1\xd7\xb3\x0b\xae\x5a\x7c\xcb\xc5\x89\x69\xd0\xbc\xdf\x7c\x04\x71\x84\x1e\xb9\xf4\x23\xbf\x0a\x79\x29\x4c\x4b\xaf\xd8\x05\x9b\xe3\x89\xc8\x15\x07\xde\xc0\x9d\x7d\x98\x07\x3b\x11\x70\xfe\xc6\x0c\xad\x35\x66\xcc\xdc\x01\x9a\x00\x3c\x38\x0c\x7c\x9d\xb7\x15\x97\x15\x6f\xae\xe9\xde\x5e\x50\x0a\x9c\xd8\x1d\x8e\xea\x88\xcf\xc2\x81\x42\xbc\xa1\x00\x39\xa2\xe6\x18\x7e\x35\x76\xb9\x50\x02\xad\x67\xd2\xb0\x55\x49\x75\x0f\x73\xd8\x39\xba\x61\xa4\x8c\x57\xe7\x8b\xea\x29\x21\x20\x15\xdd\xdb\xcb\x47\xea\x71\xb9\xdc\xb4\x25\x3b\x79\x45\x87\x8f\x28\xaa\xe8\x68\xf8\x5f\x28\x38\x5d\x1a\x7c\x2f\x29\xa9\x30\x9e\xec\xed\xe5\x9b\x3b\xc3\x47\x14\x52\xa2\xee\xd8\xc7\xfb\xf9\xde\x8e\xbf\xdd\xd9\x3c\xc7\xad\x71\xaa\x31\xad\x9d\x18\xa8\xb1\xf8\x23\x5a\x39\xfb\xd8\x1e\xa5\x7f\xf3\x2c\x7b\xcf\x91\xc0\xab\xb5\xdf\x35\x5d\x00\xa9\x48\x43\x93\xd9\x77\xac\x57\xfe\x89\xa3\x8a\x14\x71\x29\xb9\x31\x87\x54\xde\x06\x88\x3a\x70\x57\x38\xc5\x84\x66\x15\xd0\xbe\xc2\x1f\x04\xea\xd0\x27\x6e\x73\xbc\x30\xdb\xa2\x54\x37\x61\x4d\x98\x03\xe6\x1f\xd0\xc5\x6e\x28\x7d\x78\x37\x09\xee\x90\x80\x55\x48\x73\xf6\x6c\xde\xd7\x27\xca\xe3\x12\xe9\x70\x04\xea\xa8\x12\x70\x54\x2d\x97\x0b\xad\x47\xb5\x0b\xf4\xaa\xb6\xf7\x84\xe7\xf5\xf8\x79\xbd\xa4\x1f\x6a\x17\xd3\x87\xd3\x53\x85\x3b\x63\x9d\xd3\x54\x3d\x6a\xd2\xe2\x32\x91\xce\x54\x5b\x25\x04\xbb\xac\x24\xc2\x8a\xf7\xaa\xc8\x97\xda\x59\x56\x71\xa2\x10\xec\xad\x3d\xff\x1a\xfa\x77\x4d\x6c\xff\x2f\xcd\x5f\x3d\xf9\x50\x3b\xf5\xaa\xb6\x26\x14\x1c\xe8\x86\xe0\xf5\x29\x9b\xfe\x21\xab\x2f\x0a\x06\xba\xe9\x30\x33\xac\xab\x92\x7a\x5f\x90\x8a\xbe\xad\x1d\x2f\x68\xb9\x89\xa3\xda\x9a\x61\x24\x60\xdb\xde\xb1\x92\x8d\xcd\x1c\xd6\x67\xf3\xa1\x98\x6c\xe6\xb1\xb2\xf9\x6b\x9d\xf3\x19\xb2\x83\x17\xda\x67\x4e\x13\x96\xf7\x90\xdd\x6d\x6a\x48\x0b\x6c\xe5\x4e\x72\x45\x8f\x4b\xc4\x31\x26\x11\x4a\xbe\xab\xb3\x6c\x34\x7c\x88\x38\xfd\xb3\xbe\xbb\x33\x1c\x02\x76\x69\x2b\x93\x97\xb5\x4d\xc2\xd1\x22\x91\x86\x80\xc8\xe5\x52\x3e\x52\x88\x92\x56\xa0\xc2\xc2\xdb\x2c\xdd\xca\xf2\x68\x52\x23\x19\xce\x32\xd9\xf3\x17\x6e\x1f\xa3\xab\xd2\x98\xd7\x6a\xb0\xb2\xe1\xcc\x2c\xf7\xa6\x73\xfd\xd1\xc7\x02\xed\x27\x5b\x87\xdb\x4e\xf7\xcb\xd8\x05\x7b\xe3\xe9\x7f\x0e\x88\x2f\xeb\x2c\xd3\x6c\x2a\x6f\x81\x07\x2f\x97\x5c\x81\xe5\x3b\xe0\x62\xc1\xc2\x1d\x58\xf8\x3f\x02\x4b\x44\x67\x7b\x94\x3e\xa9\x27\x2d\x5a\xfa\xa4\xd6\xb4\x23\x4f\x10\x60\x52\xd1\x61\xde\x26\xbd\xef\x6a\x7c\x4f\xb1\xad\xc3\x47\xa8\x52\x03\x04\xc4\xb8\x07\xfe\xa0\x15\x1d\x42\x78\xa8\xe4\x0b\x81\xef\x71\xfc\x50\xd5\x1e\x6d\x0e\x1f\x55\x93\xd1\xe6\x30\xdf\x7e\xa0\x9e\xb6\x1f\x0c\xf3\xd1\x10\x1e\xd5\x9f\x7c\xb4\xa7\x2b\xec\x6d\x0e\xf3\x2d\xb6\xf5\xa8\x9a\x6c\xb1\xad\x7c\x7b\x0b\x4a\xd5\x9f\x7c\xb4\xb7\x3b\xfc\xaf\xc7\x35\xaa\xfe\xa5\x9e\x7c\xc7\x02\x10\xf8\x61\xa5\x60\xf1\x4d\x4c\xa8\xd6\x62\xc2\x4e\x9e\x42\xec\x9d\xf7\x89\xfd\xa3\xc6\x37\x92\xbe\xab\x4d\x20\xa6\x3f\xe0\x22\xa1\x8f\xa7\xe1\xb2\x1e\x1c\x2f\xea\xeb\x7d\x2e\x9e\x2d\xf4\x9e\xdf\xaf\xb1\x86\x20\x77\x6f\x9f\xb1\x79\x71\xbd\x5f\x93\x4a\xe1\x3b\xf8\x80\xa1\x04\x54\x12\xdf\x43\xaa\x76\x7c\x15\xc1\x18\x3f\xa4\x7c\x32\xcc\xf9\xdd\xea\x9e\xb4\x13\xb5\xf8\xfa\x23\x13\x8e\x66\xbc\xee\x6e\xb1\x87\x81\x84\x6a\x4a\x98\x1c\x27\x01\x43\x95\x1c\x4d\xab\x90\xaf\x0b\x6c\x2e\xbf\xc5\xa4\x35\x54\xe7\xbb\x6f\x02\xfc\xfb\xe1\xd3\xa4\x09\x4f\x93\xa6\x75\x9a\x88\x8e\xd3\xa4\x0a\x4f\x93\xb3\xf4\x34\xe1\xe6\x34\xe1\xd1\x69\x22\xc2\xd3\xa4\x8a\x4f\x13\xe1\x4e\x93\xc6\x9c\x26\x8d\x3b\x4a\x83\xfb\xd4\xab\x54\x6b\xbb\xb9\x3b\x52\xcc\xd9\xbf\x71\xb0\x34\xee\x4c\x81\xd5\xd5\x9d\x76\xaf\x46\x59\x86\x66\xd8\x06\x28\x23\xb0\xd7\xb2\x86\x7d\x60\xaa\x63\x72\x84\x02\x21\x53\xf3\xc6\xfa\xd2\x16\x5a\x7c\xb6\x5b\xca\xe8\xbd\x4d\xa2\x1a\x7c\xf0\x4f\x1a\x5c\xb8\x7b\x59\x04\x09\x67\xa9\xd4\x39\xf5\xa1\x63\xd6\xa3\x3d\xa0\xe0\x7d\x6f\xe4\x38\xd8\x78\x7f\xdc\x1b\x91\x2f\x22\xb4\x2a\x7f\xa5\x1d\x59\x04\x7d\x55\x27\x06\x45\x62\xec\xec\x62\x9d\x5e\x3d\x72\xea\xb3\x97\xe4\xca\x28\xca\xf4\x6d\xe9\xa9\xcf\xae\x52\x87\xd6\x15\x95\xf1\xfc\x8b\xcc\x87\xda\xce\x7b\x31\x41\xfa\x43\xc6\x11\xa9\x36\xb6\xe1\x93\xb0\x64\xb4\xe5\xcc\x24\xb5\xdf\x5c\xf4\x72\x98\x73\xd5\x44\x68\xe3\xf3\xba\xa6\x8c\xbc\xaa\x21\x4c\xa4\xf3\x7c\x04\x79\x24\x79\x56\xd3\x26\x11\x4d\x3d\xa9\xe9\xbb\x6f\xc8\xa3\x02\xa3\xb6\xd2\xbb\xc9\x8d\xc7\xda\xfa\xce\xee\xa0\x17\xce\x95\x8b\xee\x17\xe4\x37\x89\xbd\x2f\xdd\x47\xd9\x11\xf5\x38\x5e\x01\x9d\xdb\xdb\x5d\x82\xe1\x66\x6b\xd3\xf3\xeb\xb1\x3b\x2b\x65\x3e\x43\xbf\x4b\x3a\x24\x77\x24\xfd\x24\xe9\x47\x69\x44\x60\x32\x88\x37\xf1\xaa\x76\x71\x22\xdc\xb2\x5b\xca\xf6\xb6\xa6\x23\x35\xfb\xc6\x0a\xec\xc6\x2c\xb7\xf7\x06\x22\x7d\x7d\x52\xd0\x57\x35\xa9\x75\xda\xd2\x86\x3e\xab\x49\x11\xc5\xb9\x1e\x6e\x3f\x20\x45\x64\x64\x57\x74\xba\xc9\x1b\xef\x91\x56\xa6\xaf\xba\x5b\xf8\x5a\x83\x6c\x5c\xc3\xa5\xa4\xf5\xd8\xcb\xd2\x0a\x23\x48\x33\x31\xdc\x8a\x40\x66\x31\x9f\xa0\x22\x12\xee\xcf\x23\x87\xf2\x22\x31\x2c\x9c\xb7\x12\xde\x24\x32\x8d\x79\x52\x80\xf3\xa4\x7d\xa1\xa3\x42\xb7\xed\x15\x75\xa2\x84\x05\x6d\x07\xac\x20\x33\x2a\xad\x95\xe9\xa9\x9a\xd6\x29\x05\x55\x91\xb6\x07\x81\xe2\x29\x9d\x25\x88\xe2\x49\xeb\x14\x9f\x5a\x55\xf9\x34\x50\x14\xf9\xcb\xe7\x79\xf0\xb1\xd6\x48\x9d\x7a\x55\xda\x79\x10\x67\x04\xf5\x74\xc9\x6d\xf1\x36\x7a\x0b\x0c\xec\xeb\xa9\x1e\xd8\x19\x9d\x75\xa9\x55\x28\xa5\x67\xba\xc2\x85\x95\x71\x8f\x2f\x40\xb4\x5d\x62\x12\x7d\x41\x2f\xb4\xd5\xc5\x99\x79\x1b\x2c\xeb\xcc\x2e\x2b\x9f\xa1\x59\xe2\x08\x5e\x44\x36\x82\x9b\x7b\x0f\x46\x70\x2c\x15\x5a\x90\xe4\x06\x11\xa0\x02\x2e\x74\x32\xc8\xfb\x1e\x30\x27\x74\x26\x03\xb6\xc7\x04\xf2\x38\x81\x7a\x9b\xe4\x54\xa2\x82\x9c\xe0\x55\x0b\x07\x52\x19\x28\x18\x08\x19\x27\x87\xc2\x24\x21\xb9\xa6\x7c\x70\xce\xc5\xc9\xd3\xa2\x3c\x0d\xa1\x72\x3d\x41\xd1\x2b\x80\xce\xb1\xda\x4d\x06\x4c\xe4\x1a\xc4\x77\x25\xa9\x31\xce\xbd\xa4\xaf\xa6\xd7\x20\xe8\x2b\xb1\x49\x2e\xd0\xae\x4d\x7a\x10\xd7\x10\x15\x18\xdf\x68\x35\x42\xa1\x05\x70\xc7\xf4\x7d\xc8\xb3\x70\x52\x92\x02\x8f\x4b\xad\x6a\x3a\x26\xc7\x78\x15\x41\x77\x7b\xb8\xb7\x4b\x66\x2d\x61\x9e\x9b\x6b\x60\x2e\x64\xdc\x22\x8c\x2d\x13\x1e\xd7\x54\x1f\xef\xe8\x82\xa1\x42\x3b\x21\x2d\x97\xfd\xc7\x1b\xa0\x3a\xd8\x70\x8a\x89\x3e\xbe\xdb\xdf\xa8\xed\x15\x63\x03\x5a\xd9\x70\x5e\xeb\x64\xe3\x78\xd1\x6c\x08\xb9\x61\x11\x73\xe3\xe3\xcb\x8d\xcb\xa2\xde\xa8\xcf\x59\xc9\x67\x9c\x4d\x07\xff\x57\xfc\x5f\xf1\x78\x3a\xdd\x28\x36\x1e\xbe\x37\xc9\xbc\x5d\x6d\x3a\x18\x0c\x1e\xf9\xbe\x36\x4e\xf9\xc9\x29\xab\x36\xb8\xd8\x68\x4e\xd9\x46\x53\x31\xb6\xd1\xc8\x8d\xf3\x4a\x5e\xf0\x29\xdb\x28\x36\xe6\xb2\x50\xb4\x74\x83\x8b\x29\x2f\x8b\x46\x56\x1b\xb2\xda\x38\x9f\x17\x25\x3b\x95\xf3\x29\xab\x54\x6d\xa3\x0b\x1e\xf4\xef\x9e\x30\x05\xdf\xd5\x4e\x4f\xb1\x40\x3a\xc2\xcc\x26\x56\xab\x57\xa3\x9a\x14\x6e\x2b\x9b\x53\x73\x16\x9c\x9a\x5b\x79\x49\x6b\xf2\x3d\x90\x26\xe7\x12\xcd\xc8\x7e\x8d\x66\x60\xd7\x81\x63\x9b\xb5\x91\x6a\x07\xd6\x75\x5f\x51\x88\xeb\x73\x46\x2e\xe9\x2c\x36\xad\x01\x94\xd9\xdd\xce\x82\xde\x14\xda\x74\x51\xd5\xfd\xb5\x6a\x37\x67\x13\x79\xd9\x4d\x8f\x2f\xbb\x95\x61\x56\xbd\xb5\x5c\xf6\x3e\x6a\x84\xbc\xc4\x10\x16\xe6\xbb\x67\x7e\xd9\x9a\xf9\xea\x16\xa4\x5b\xbd\xaa\xe9\x75\x89\x5e\xd5\xd6\x4a\xfd\x0a\xdf\x34\xf4\xca\xab\xb3\xcd\x15\xc0\xdb\x61\x97\xce\xb8\xdf\xb3\xb5\x56\xcc\x19\x30\xba\xfb\x85\x0f\xd2\xb4\x5f\x84\xe2\xcc\xa9\xe5\xd9\x1e\xaa\x6b\xd2\xe6\x43\x96\x65\xe8\x5d\x4d\xbd\xcd\x69\x93\x65\xec\xe1\x13\xf7\xee\x89\xe2\x3b\xfe\xa8\x69\x64\x78\x0b\x17\x04\xf6\xe8\xb3\xc2\xa2\xcf\x75\x94\xe8\x55\xb1\xe5\x37\xa1\xe8\xfb\x55\x3d\xc6\xaf\x6a\x7a\xa2\xa7\xe9\x2d\x2a\xdb\xf5\xb2\xac\xf7\x4e\xf1\x5a\x5d\xd5\x4f\x82\x3b\xc9\x55\x1d\xe6\x03\x25\x8c\x3c\xab\x83\x80\x08\x69\x04\x97\x28\xe3\x80\x70\x0e\x2f\xa8\x51\x90\x67\x18\x93\x37\x75\xe4\xc7\x47\x9a\x40\x05\x0f\xbd\xbe\xaa\x29\xb3\x67\x5c\xa3\x58\x09\x7f\x44\x83\xb5\x81\x67\x2e\x34\xf1\x1f\x6e\x3f\xc8\x5e\xd5\x91\x81\xb3\x16\xbf\xd5\x48\xb1\x27\x10\x9d\x69\x64\x6e\x3f\x23\x98\x79\x97\xc4\x3e\x0c\x5b\x30\x24\x95\xab\x15\xaa\x14\x34\x83\x53\xb5\xc2\xda\xd0\x4e\x05\xc2\x98\x3f\xd2\x06\x00\x1c\x13\x69\x1e\x65\x14\x13\x66\xd5\x3d\x14\x9d\x08\xc5\x99\x1c\x38\xa9\xbb\xf0\xa1\x97\xdc\xc4\x59\xbc\x6d\x9d\x91\x45\xc0\x52\x01\x83\x1f\xb2\x58\xaf\xea\x28\x98\x97\x67\xf2\xe3\x70\x49\xce\x1e\x24\x2a\x5d\x97\xf7\x3f\x6d\x34\xf2\x93\x88\x9a\xc6\x64\xf4\x30\x5c\xaf\xee\xae\x26\xeb\x3b\xca\xd3\xe9\xa4\x9d\x61\xbc\x4a\x72\x51\xa0\x86\x36\xb5\x42\x71\xaf\xc4\x88\x42\x38\x0d\xb7\xef\x93\x10\xc0\x09\xc4\xba\x9c\x3e\x12\x36\x36\x4c\x20\x84\x60\xc6\xd6\xe2\xc6\x2f\xa0\xc2\xec\x98\x26\xbd\xf2\x5b\x29\x0a\x45\xb6\x63\xa2\xe1\xb8\xad\x71\x1c\x09\x09\x92\x40\xfd\xb6\x83\x47\x68\x4d\x6c\x26\x3c\x69\x42\xa2\xb4\x1f\x34\x06\xaa\x4a\xd3\xc0\x47\x8e\xf6\xf6\xc8\x65\x6a\x7e\x92\x8e\xe5\xd2\xd0\xb4\xa9\xbc\x79\x5c\x22\x1c\xcf\xe8\x4e\xed\xe4\xe0\xb7\x89\x27\xec\xa5\x34\xbc\xc9\x82\xbb\x6c\xf7\x35\x36\x74\x85\x48\xe3\x9b\xfd\xd8\x75\x18\x84\x97\xee\x4a\x97\x9a\xeb\xdd\x87\xe4\xf9\xff\x01\x85\x0e\x59\x27\x05\xd5\xf7\x71\x4e\x8f\x4b\x24\xb0\x1d\x7e\xac\x68\xa3\x9c\x54\x0f\xbb\xa4\xab\x13\x53\x37\x2a\xec\xaa\xb8\x4e\xef\x46\x87\x39\xb4\xdc\x6e\xc5\xa3\x7c\xdc\x50\x75\x6f\x84\xfd\x68\xbc\xfc\xd4\x51\x82\x40\xa4\x3a\x0c\x6a\x06\x22\x2c\x4f\x34\x7c\x99\xaa\x6b\x25\x53\xe8\x55\x4d\x5f\x07\x66\x1f\x8a\x3e\x04\xfe\x2a\x13\x7b\xcf\x0d\x89\x03\x12\x6b\xa8\x03\x28\x8e\x23\x4a\x94\x73\x2a\xf2\xa4\xd0\x92\x3c\x97\x28\xdc\xc8\x79\xde\xd7\xad\xe3\xe9\x58\xd0\x4f\x36\x59\xe0\x99\xd0\x8a\xb9\x0b\x01\x31\x64\x21\x04\x05\x98\xc0\x72\x29\x20\x80\x52\x9f\x8b\x8d\x1a\xeb\x5b\xe7\x4d\xad\x4a\xf2\x7a\x10\x57\x21\x4c\x4c\xc3\xc2\xe7\x62\xba\xd2\x0a\x6c\x73\x83\x9e\x53\x54\xaa\x7f\x75\x12\x9f\x32\xcb\x4a\x67\xbb\xca\xd9\xe5\x72\x79\xc9\xc5\x54\x5e\x6a\x07\x72\xdb\x9a\xaa\x14\xfe\xd6\xe3\x9d\xeb\x60\x7d\xf3\x41\x55\x88\x13\xf6\x54\x2e\x44\x83\x6f\x4a\x3a\x1f\x14\xa2\x3c\x95\x15\xb0\x82\x26\x76\xae\x29\x7a\x33\x9b\xd5\xac\x21\x33\x3a\xd7\xde\xa7\x50\x65\x6e\x7f\xe9\xb7\x3a\x66\x80\x33\xe3\x27\x33\xf7\x68\xb8\xab\x0f\xaa\x13\x11\x3a\x51\xe9\x84\xd3\x43\x32\xa5\xf7\x46\xe4\x5c\xfd\x77\x46\x87\xe4\x82\x0e\xc9\x09\xad\xc9\xb5\xae\xdc\x38\x47\x0e\x7b\x22\x1f\x8f\x4f\x74\x92\xe9\xa1\x8e\x6b\xb1\xd5\xa3\xf4\xc4\xf5\xb6\x5c\xa2\x29\x3d\xbd\xbb\xc0\x44\xd5\x9a\xe9\x5a\xf3\x8e\x5a\xe7\xf4\xf4\xee\x1c\x13\x75\x5f\xf6\xe5\x59\x86\x4e\xef\x9a\xdf\x60\x98\x69\x0c\xb3\xbd\x53\xd0\x31\x3d\x09\x23\x78\x8f\xf1\x35\x3d\x21\x27\xf4\x78\x1c\xf8\x9b\x9c\x80\xb3\x89\x9e\x26\xc8\x3a\xae\x29\xa5\x65\x96\xdd\xbd\x7b\x46\x75\x28\x8e\x29\x3d\xc5\x44\x95\xce\x54\xe9\x05\xd5\x71\x4d\xce\x69\xd2\x91\x42\xe5\xf7\xf6\xe0\xd0\x32\xaa\x6b\x8a\x4e\xe8\x35\x0e\x9c\x24\x56\x27\xf4\x78\x55\xd2\x7b\x8a\xab\x99\x2e\x97\xf0\xf7\xdc\x04\xb2\xd3\x58\x37\x05\x34\x3b\x37\x6e\x0a\x7a\x15\x56\xa5\x02\xa1\xa9\x30\x84\x0a\xc3\xa8\xc2\x78\x5f\xd0\x9b\xa2\x6c\xf8\x85\x0d\x04\xfe\x8c\x35\xea\xe6\x69\x92\x33\xc2\xda\xb3\xa9\x7a\x97\xd7\xc4\x61\xf0\x3b\x85\x54\x79\xb9\x22\x9f\x1a\xda\x1b\x91\x17\x35\xe5\x8a\x7d\x53\xd8\x71\x55\x3a\x87\xd0\x0f\xa1\x11\xe8\x8b\x54\xc4\xbb\xb5\x35\xc4\x78\xfc\xa1\x44\x2f\x6a\xf2\x01\xab\x36\x5e\xd4\xc1\xb6\x5e\xc5\x67\xcc\x8b\x1a\x8f\xc3\x6e\x74\xd0\x49\x46\x4a\x9f\x02\xe6\x45\x6d\xf8\xb5\x7d\xd5\x92\x0f\x20\xc6\x67\x68\xb4\x9b\xed\x43\x10\xe5\x17\xa1\xff\x4f\xbf\x8f\xc9\x68\xf3\x41\xb6\xaf\x3f\xbb\x54\x9f\x45\x8c\xa7\xbd\xe1\xe8\xf7\x57\xf4\x12\x62\x5b\x98\xd2\xab\x35\x57\xa6\xab\xc9\x95\x8e\x69\x91\x5f\x45\x64\x05\xaf\xac\x09\xfe\x68\xb8\x05\x9d\x1a\x35\xe6\xb4\x46\x2f\x6a\x05\x80\x48\x68\x11\x59\x50\xed\xae\xab\x44\x4e\x54\x79\xc0\xaa\x2b\x38\x45\x72\xce\xcd\xed\x3c\xf9\x68\x34\xdc\xdc\x49\xea\x3c\xe8\xaa\xf3\xad\xb6\xb7\xf3\x6f\x54\x78\x90\x5f\xa8\x7b\xef\x82\xbe\xa8\x49\x89\xc9\xac\x46\x0b\xbc\x6a\xaf\xf3\x7f\x0f\xb2\xf0\x19\xba\xa2\xfb\x82\x5c\x02\x09\x27\xfb\xf4\x6a\x10\x20\x33\x29\xe9\xd5\x20\x46\x67\x72\xd9\xa3\x74\x3f\x53\x88\xb2\x1f\xd3\xe1\x2c\x3b\x17\x28\x29\x1b\x4c\xcd\x83\xd9\x36\x64\x1f\xbb\xf4\x4b\x65\x96\x5d\x08\xb4\xaf\x98\xf3\x4b\x5a\x0e\x60\xf7\x11\x2f\xac\xb9\xa2\xe5\x80\x89\xa9\x7a\x7d\x45\x2f\x5d\x44\xff\xf0\x40\xd9\x9f\xa0\xfd\xe4\x10\xa1\x97\x64\x3f\x3a\x42\xb4\x71\xe6\x19\x17\xe8\x8a\xec\x6b\xeb\x4e\x4b\xc7\x70\x8e\xae\x28\xba\xa4\xc9\x98\x97\xcb\xa9\x3f\x59\x2e\xbf\xe7\x64\x41\x57\xf4\x2a\x39\x5c\xc8\x82\xee\x87\x29\x2a\x4c\x9f\xa4\xf6\xe3\xb1\x53\x5e\x60\x52\x52\x37\x6f\x98\xf4\xa4\xce\x83\x6a\x4c\x4c\x55\xa5\xde\xd5\x80\x5d\x35\x4c\x4c\xb3\xac\x7e\x54\x66\x19\x5a\xd0\x92\x94\xb4\x26\x35\x5d\xa8\xfe\xa6\x02\xed\x93\x1a\x93\x99\x7e\x2a\x31\x59\x64\xd9\x2c\xcb\x90\xba\xda\x5d\x05\x27\xdc\x72\x79\x15\x9c\x6f\xea\xe0\x00\x1a\xef\x8b\xf5\x29\x06\x2f\x24\x3c\xaa\x57\xee\xb4\x03\x27\x3b\xfb\x41\x70\xea\x41\xb9\xae\xaf\x16\x0d\x5d\xd2\x4b\x13\x10\x04\x10\x07\x61\xf0\x6a\x80\x55\x42\xba\x47\x62\xdb\xc7\xe4\xca\xf8\xae\x3d\x9e\xcf\xa1\x76\x8d\x30\xa9\x1f\x95\x13\x74\x35\x28\xa6\x53\xdd\xc0\xa5\xaa\xa6\x41\x80\xf4\x08\x88\xeb\x10\xe7\xe8\x52\x35\xff\xbc\xe3\x1d\x89\xda\x80\x30\xc4\x97\xf4\xe0\x10\x4e\xa9\x2b\xba\x3f\x56\xab\xe7\x8f\x90\x31\x56\x87\xc6\x55\x70\x0c\x5e\xea\x08\x49\xce\xc8\xfb\x8a\xcc\xd9\xac\xc9\xaf\x06\x75\x59\xc9\xf9\xfc\x15\x9b\x35\xa4\x91\xe7\xae\xe0\x83\x3c\x5f\xe9\x20\x59\xdd\xb2\x22\x80\x99\xda\x3e\x26\x7c\x05\xd9\xa7\xc3\xf1\xfe\xc3\x4b\xeb\xf8\xb4\x7f\xf7\x2e\x56\x38\x7f\xb0\x7f\x88\x6d\xf4\x91\xa0\x2f\x7a\x35\x50\xfd\x2b\x58\x44\xef\x3e\xc8\x73\x7a\x35\x68\xe4\xf9\x4a\x1d\x37\xbd\x63\x41\xf6\x05\x3d\xf6\x91\x00\x2c\x91\x25\xe9\x01\xb1\xef\x73\x76\xba\xc3\xe1\x71\xeb\x70\xd8\xda\xcd\x1e\x67\xd9\xbc\x46\xfb\x24\xa5\x66\x70\x3c\x3c\xc6\x37\x97\x06\x8d\x81\x65\xfa\xa2\x5a\x88\x83\x1c\x7d\xd1\x6d\xbf\xa1\xe1\xf9\x32\x7e\x01\x0e\xa6\xe4\x92\xbe\xe9\xcc\xa3\xfe\x65\xf2\x05\x5d\xe2\xfc\x8b\x9b\xc0\xe5\xea\x7f\x8c\x3a\x5a\x23\xe9\x27\x5c\xeb\x70\xa5\x66\x0a\x02\x60\xaa\xd9\x7d\xaa\xb1\xb3\x97\x66\xe4\xb7\x9a\x36\xde\xee\x12\x60\x1d\x00\xb7\x89\xfb\x24\xd1\x2f\xdd\xd9\x0b\xa3\x14\x02\x2a\xd8\x69\x6e\x98\x65\xc8\x18\x6a\x27\x96\x37\xcd\x44\x5d\x1d\x7e\xa9\x27\xbf\xd6\x77\xef\xe6\xc8\x1a\xe9\x32\x9c\xc3\x63\x17\x78\xbf\x96\x59\xf6\xb5\x0c\xc3\x4a\x42\xbe\x12\x50\x06\xff\x6c\x21\xa8\x8d\xc4\x19\xfd\xbd\x76\x96\xe2\xee\x6e\xed\xad\x77\x97\xcb\xdf\x6c\x26\x30\x7f\x25\xbe\x4a\xc5\x6b\x0e\xc5\x58\x8c\x62\x3a\x9e\xf9\xce\x6e\xa6\xe6\x57\xb4\x8f\x4c\x2d\xd3\xda\x19\x6d\x66\x0c\x2f\x97\x9f\xea\xe5\x12\x7d\x02\xbf\x89\x4f\x1c\xed\xdd\x8f\x82\x8e\x98\x91\x81\x96\x1f\x46\xa3\xb6\x7c\x7b\xb9\xdd\x18\x55\x45\x85\x38\x7b\x6a\x0c\xbf\xd5\x76\x78\x7b\xf7\x1f\xfe\x56\x4f\xf6\xee\xe7\xbf\xd5\x76\xb2\xda\x12\xfe\x23\x47\x8c\x7c\x29\x43\x0d\xf4\x17\xd3\x84\xc1\xbd\x3b\xb5\xb9\x8b\xf7\x46\x63\xdd\xd8\x1d\xd0\xb5\x59\x8b\xfa\x5b\x84\x00\x5b\x23\x6c\xe3\xbb\x3e\xd7\x16\x07\xe6\xfe\xc5\x02\xcd\x7e\x70\x63\x0b\xb3\x84\x82\x71\x9b\x96\x1f\x38\x51\x83\x82\x58\x14\xe4\xe0\x87\xa2\x2c\xd5\x35\xda\x21\x02\x93\x52\xff\xb5\x1b\x2d\xca\x5c\x96\xba\xf6\xb9\x7d\xa6\x50\x69\x25\xcc\x95\xdb\x20\x3c\x6b\xe1\x3b\xa3\xce\xac\xf7\x79\x4d\x1b\x02\x48\xd4\x1b\x7a\xd8\xbe\x71\x96\xff\xa7\x90\x3b\x9d\x6a\xbf\x1c\x2a\x6a\x24\x48\x13\x6e\x01\xaf\x97\xb7\xa6\xe7\xe1\xbb\x2c\xd3\xd6\x0d\xae\xe1\x0f\xde\xa4\xd1\x1b\x50\x43\x6f\xe0\x5b\xe4\x36\xb1\x15\xc9\xb4\x15\xfc\xe6\x4b\x03\xcb\x37\x25\x12\xfa\x53\x6f\x41\xe5\xdf\x5a\x55\x74\xa4\x64\xe8\xda\x92\xe2\x76\x4f\x9e\xe5\xb2\x3b\x94\xe7\x77\x2a\x12\x2a\x8c\x01\x90\x82\x30\x7a\x59\xc3\x1f\x51\xa3\x86\xb0\x35\x80\x14\x0a\x90\xa2\x0d\x48\x6f\x87\x17\x18\x07\x78\xd8\xbe\x2f\xd3\x18\x0c\x5e\x93\xe7\xd5\xf0\xd5\x60\xca\xe6\xac\x61\xa8\xc1\x04\x0c\xb9\x59\x96\x3d\xab\x21\x8f\xa3\x31\xe4\x5e\x2e\xe1\xe1\x2b\xd8\x14\x26\x46\x86\x60\x06\xf5\x67\xfd\x70\x67\x38\x9c\x80\x09\xc8\xb3\x1a\xe7\x2f\x15\x51\xc8\x3f\x6b\x03\xa7\x2c\xd3\x9b\xa0\x69\x1b\xd4\x65\x59\xf3\x10\x02\x50\xb6\xed\xe9\x00\x4d\x42\x0f\xb8\xa3\xc8\x60\x25\xf5\x67\xb3\x76\xf0\x7e\x2a\x86\x74\x0f\x21\x6a\x22\x6d\x4a\xa4\xcd\x63\x09\x33\x8e\x5b\x29\x96\x36\x1e\x39\xaf\xea\x24\xa4\xa2\x77\xed\x6e\x27\x21\x15\x51\x94\x3d\x9e\xe6\x87\x04\x19\x5a\xa4\x86\xe8\x51\xca\x97\xcb\x0b\xee\xa4\x7c\xcf\x0a\xda\x1b\x3a\xe7\xca\xea\xa1\x8f\x30\xa5\xde\x8c\xa2\x48\x52\x5b\xf9\x0b\xc8\x9d\xff\xba\x40\x6d\xc3\xb7\x27\x90\x92\x61\xdb\xe4\xa3\xc8\x32\x63\x41\xc3\x07\x3a\x3e\x7a\x20\x5c\xfe\x9e\x68\xe3\xda\xd4\x22\xba\x7e\xe5\x61\xca\xc9\xc7\xbc\x15\x25\xe9\x6f\x89\xa2\x84\x24\x89\xa7\x6f\x62\xd6\xd2\x72\x95\x37\x8e\x5f\xdc\xf8\xc4\x0f\x8e\x4c\x1e\x4a\x32\xe5\xe8\x2f\x4e\xf8\xe0\xc8\x80\x0c\x44\x21\x38\x2d\x88\xf2\x53\x59\x77\x62\x1b\x0d\x25\xce\x42\x11\x9e\x9b\x2e\x95\x42\xa7\x6c\x3a\xcb\xaa\x47\x54\x4c\xee\xd8\xc4\xb5\x39\x6a\xc7\xc8\xf7\xb8\xd4\x50\x97\xe1\x16\x4f\x5c\x62\x54\x1d\xc6\x6f\xdc\xf1\x61\x34\x60\x48\xa0\x51\x75\xaf\xc6\x23\x2a\x48\x67\x4a\x0b\x40\x19\x3b\x1f\x97\x62\x7b\x9c\xc4\x9b\x0f\xc5\xff\xbc\x05\x8d\x2c\x43\x3c\xcd\x07\xce\x7d\xbe\x54\x6c\x82\xaa\x87\x13\xee\x55\xa1\xa0\xdb\x9e\x1d\x6e\xf2\x2b\xc0\x5c\x23\xbf\x81\x67\x9f\x28\x95\xb5\xb3\xc6\x87\xb9\x53\x0d\x0c\x74\xbc\xb9\x50\xe5\x91\x44\xbf\x6a\xda\x05\xa1\xd2\x03\x13\xd6\xce\x30\x7e\xcd\x51\x43\xce\xfc\xce\x23\x85\x84\xf0\x5f\x84\xd3\x5f\xa4\x56\x29\x34\xa4\x22\x8c\x70\x55\x18\xa7\x29\x22\x6d\xfb\x1e\x1e\x7a\x69\x77\x1d\x08\x16\xaa\xd6\x86\x8c\x52\xca\x07\x77\xee\xe8\xb7\x26\x45\x02\xd8\x72\xb4\x32\xe7\x9b\x19\xb5\x0c\x72\x8e\xb9\x3a\x3c\x8c\x5c\xb8\x37\x1c\xc3\x26\xd4\x60\x96\x0a\xca\x5d\xed\xa8\xf1\xe9\x3d\x19\xd8\xb2\x99\x92\x89\xf9\xab\x65\x68\x73\x45\x40\x8c\x38\xb9\xea\x3a\xfc\x34\x4d\xeb\x34\x6a\xca\xb2\x63\x05\xcc\x8a\xd4\x60\xac\x6d\x86\x5e\xd1\x7d\x19\xa5\x28\x82\x6d\x1c\xc5\x58\x7c\xc1\x8f\x59\x45\x1b\xf2\x45\x7f\x0e\x36\xb1\x0d\xfd\xb3\xf0\xeb\xd1\x1b\x42\x0c\x13\x1b\x68\x55\x41\x6c\x48\xde\xba\x0a\x7a\xb1\x5c\x38\x77\xa7\xd0\x2a\x4d\x16\x5e\x96\x2b\x48\x2b\xb4\x0f\xc2\x48\xfe\x87\x71\xcb\x9f\x17\xb0\xac\xf7\x74\x1c\xdb\x23\x35\xef\x45\x8d\x6f\xdc\xa3\xd1\xb0\xa8\xb3\xf0\xa8\x6c\x64\x35\x6e\x68\x83\x20\x4a\x6a\xc5\xea\xc5\xbc\x81\x84\x4e\x60\xcf\x12\xb9\x5e\x0f\xc3\xe6\xf4\x81\x66\x85\x22\xc4\xb7\x3d\x0a\xdb\xc1\x2b\x4c\x6e\x6d\xc3\x7f\xb7\x99\x7c\x87\x57\x2b\xc4\x31\x19\x01\x9a\xd8\x39\x98\x70\xba\xb6\xe2\xd8\xf9\x54\xb8\x22\xa2\x77\x2d\xe5\x3a\xe5\x6d\x71\x42\x13\xa8\x74\xe1\x8d\xa3\xc5\xaf\xd4\xd1\x3b\x19\xe5\xc3\x28\x28\x21\x0b\xc3\xd8\xf2\x19\x02\x1d\xa2\xdb\x41\x94\xd2\xd2\x35\x30\x1a\x8d\x8d\xbf\xff\xcc\x97\x6d\x5b\xd2\xb4\x09\x53\x62\xf4\x17\x8e\xb8\x42\x50\xe9\xd8\xee\x86\x7e\x0e\x50\xc9\x1b\xf1\x7b\x3b\x95\x86\xbe\xbc\xbd\x86\xaa\xf2\xf7\xed\x55\xb6\xf3\x86\xbe\x0b\xaa\xa8\x71\x68\x22\xc7\x30\x24\x2d\xf6\x71\xee\x62\x46\x7e\xb8\x4b\x38\xe9\xf7\xbd\xbf\xa8\x41\x6c\x97\x37\xc1\x51\xcb\x94\xf7\x20\x9f\x35\x39\xae\x48\x82\xfb\xe0\x73\xcb\xf3\x5f\x38\xaa\x08\xc7\x41\xd0\xd6\x6f\xb6\xf8\xf2\xc7\x5a\x84\x23\x58\x33\x2c\x55\x1c\xdb\xc6\x59\xa4\x38\x2b\xce\xaa\x95\xda\x62\x53\x1b\x8a\xa7\x29\xb7\x7d\x40\x9d\x8e\xa3\x6c\xc2\x07\x61\x1c\x00\xb2\x90\xda\x90\xfb\x4c\x13\x17\x6d\xb2\x89\x49\x3b\x31\x95\xfd\x4c\xe1\x14\xc7\x8a\xbd\x22\xc1\x61\xee\xb8\x33\xe8\xd2\xf3\x37\xc6\x46\x51\x9d\xa0\x6f\x0a\xfa\x46\xa0\xb5\xcc\x4f\xa8\xa4\x21\x5f\x0a\xda\x10\x4e\x3f\x28\xc6\x0f\x13\x6e\xcc\x97\x9f\xc2\x61\x04\xbe\x45\xfa\xf8\x31\x81\x23\xc7\x62\x8c\x45\x98\x7d\x63\x2b\xbc\x4c\x2e\x47\xc3\xcd\xed\x28\xae\x1f\x90\xc9\xb7\x76\xa5\x84\x61\x16\x1d\x81\x4c\xf0\xc8\x85\x84\x7d\xe2\x12\x7a\xe9\x3b\xc0\x57\xb7\x6e\xdd\xb8\x20\xd7\xc7\x35\x82\x49\xd4\x94\x0f\x6c\xa8\x1f\x72\x25\x00\x33\x26\xb5\x49\x0a\xef\xa2\x13\xc0\x8b\x76\x68\xf3\xd1\x2e\x26\x7f\x98\x84\xae\x6b\x19\xda\x8e\x1c\x75\xeb\x58\xd9\xc6\xe6\x8c\x32\x70\xa9\xa3\x33\x03\x93\xc6\x6a\x2f\x02\xae\x26\x04\x83\xe8\x48\x97\xe2\x78\xc2\x24\xc3\xc9\x37\xb8\x60\xd2\x42\x68\x67\x9d\x65\x97\xfc\x6b\x84\x09\x79\xb8\x96\xf6\x94\xb3\x84\xe7\x9b\x5b\xf6\xef\x1f\xdb\xb2\x2e\xbb\xbc\xe9\x34\x1d\x6a\x32\x02\x9f\xbe\xfe\xb6\xcf\x3c\x1e\xb4\x66\x30\x54\xc7\x73\xd5\xe2\xf8\x5b\xd3\x68\x25\x4e\x27\x92\x72\x13\x2e\x43\xab\xb4\x93\x26\x14\xe9\xd0\xf7\x86\x32\xbd\x37\x24\x05\x54\x3a\x2b\x6e\xcc\x67\xa0\xdc\xd6\x17\x91\xa1\x0e\x58\xf6\xb2\x42\x25\x91\x78\x32\xcc\x87\xcb\xee\xf8\x1d\x83\xa3\xb2\x98\x97\x8b\x79\xd1\x30\x9d\x08\x76\xfa\x84\x37\xf5\x64\x4d\x39\xb4\x96\x87\x97\x79\x38\xda\x3c\x94\x80\x4d\xb4\x3f\xb2\xac\x17\xdc\x15\x6f\x42\xa2\xe4\x8c\x0a\x9d\x94\xc4\x12\xc6\xd2\x61\x36\xa4\x54\x36\x21\x6a\x1a\x6c\xef\xca\xe5\xd8\xda\x98\x97\x51\xa4\xd9\xe0\x42\x3b\xc7\x37\x35\x2d\xcd\x5a\x59\x09\xcc\x82\xce\xa3\xec\x62\xb6\xbd\x85\x96\xc3\x2c\x06\x06\xf8\xda\x23\x1e\x2e\x2c\x8b\x81\x3c\xae\x59\x75\xa1\xe7\x9e\x49\x8c\x6f\x46\xa0\x63\xd1\xd1\xdf\xd0\xa2\x15\x4d\x05\x2c\x96\x4b\xb2\xc0\x6a\xa5\x12\xff\x7c\x01\xf3\x49\x13\x53\xfa\x0b\xd8\x82\x96\x81\xa5\x74\x96\x2d\xba\x1a\x48\x0b\x55\x03\x52\x3a\x38\x29\x24\x4d\xcd\xe3\xe1\xbb\xb4\x90\x3a\xf9\xcb\x82\x2e\xb4\xe7\x82\x5e\x8a\x9a\x8e\x86\x7e\x8e\xa5\x66\x8b\x7c\x90\x7c\x45\x01\x2d\x64\x3d\xc0\x6b\x6c\x4d\x07\x69\xe9\xe5\x5e\x35\x2d\x93\x44\x85\x35\x38\x71\xdd\xd4\x81\xf1\x42\x78\xbd\x2b\x69\x60\xdc\x75\xe3\xd6\xde\x99\x25\xaa\x06\xf5\x47\x41\x30\xc8\x92\xd6\x2b\xb3\x73\x79\xbc\x59\xd7\x9c\x1a\x2e\x80\x91\xbd\xac\x6b\xa7\xb8\x78\xd3\x62\xdf\x94\xbd\x68\x55\xb4\x42\x9c\xd6\x12\x71\x22\xbd\x79\x7e\x88\x21\xb8\x75\xf1\x5a\x4f\xfe\x1c\xc9\x95\xc0\xd7\xd9\xa1\x24\xa3\x20\xef\xcc\xcc\x88\xae\xa6\x2b\x49\xc3\x76\x59\x69\xab\x3d\x05\x2d\xfd\xea\x68\x29\xfc\xe0\xfe\xb7\x29\xef\x37\x08\xee\xbf\x73\xff\xb0\xd7\x46\xb8\x0e\x4e\x10\xa3\xbd\x21\x81\xab\x20\xce\x21\xcc\x9a\x05\xf7\x95\x66\x7b\x38\xb6\xb7\x2b\xb8\x2b\x25\x77\x2b\xe6\x67\xe5\x96\xd5\x49\x12\x6e\xc9\x9a\x06\x74\xf7\xab\xb6\xce\x20\x4f\x8d\x95\x86\x93\xd7\x3d\x2f\x7d\x3a\x12\x88\xf4\xa3\x46\xcc\x08\x3c\x7e\x61\xd7\x54\xe8\x47\x97\xbd\x0e\x82\x01\xc1\xe9\x07\x8f\x96\x64\x41\x1d\x77\x7b\xd4\x0d\x29\x60\xc2\x53\x08\x5d\x3d\x23\x55\xca\xc5\x94\x5d\xd1\x21\x31\xed\xcc\x82\x57\x51\x2c\xec\x46\x97\x45\x91\xb6\xa1\x24\xbe\x42\x43\x51\x78\x11\x8f\xea\x04\x11\xb4\x75\xb9\x1a\x66\xa5\x9f\x3d\xcb\x66\x06\x13\xa6\xba\x53\xbf\xa3\x24\xb4\xaa\x20\x95\xcb\x7b\xa8\xa4\x3e\x83\xd0\x7e\x4b\x92\xa2\x4a\x63\xd4\xf1\x02\xd4\xd7\xc1\x82\x58\x2e\x87\x5d\x86\xeb\xe4\xeb\xc2\x65\xcc\xd4\xea\xa1\x1e\xdc\xba\xce\x2b\xd9\x48\xe3\x0a\xd1\x63\x03\x5e\xeb\x38\x4a\x56\xe2\x1d\x7c\xfd\x2c\x11\xd5\x7a\x4b\x95\x98\xbb\x12\x13\x84\x04\x55\xe3\x02\xed\xa3\xba\xca\x7e\x61\xd7\x84\x19\x77\x99\x68\x79\x59\x7c\x79\xd7\x48\xc0\x6c\x5a\x82\x20\xe3\x7f\x14\xfd\xdb\xc3\x82\xc5\xf1\xd3\x71\x8e\x44\x8a\x0d\x22\x5a\x30\xd1\x5a\x0c\xd1\x8e\xb7\x2e\x52\xd3\x5b\x4c\xba\x23\xae\x74\x27\x25\x6d\x45\x9a\x69\x25\x25\x15\x49\x52\x52\xf1\x8d\xa4\xa4\xe2\x1b\x49\x49\xc5\x2d\x49\x49\x9b\x34\x29\xa9\xe8\x4c\x4a\xda\x74\x27\x25\x4d\x59\xf1\x38\x29\x69\xb3\x36\x29\x69\x13\x26\x25\x0d\x52\x3b\xba\x20\x7a\x44\x98\x1d\xcd\xf4\x5f\x22\x60\x53\x43\xf6\x9e\x30\x42\xdb\x5b\x87\xc8\x8a\xd2\xdb\xa8\xa5\x9b\xfa\x0a\xc9\x3a\x15\xaf\x0c\x03\xa2\x83\x23\x52\x90\x4e\xb8\x9d\x0d\x9f\xe1\x9a\xee\x58\x43\xc8\x38\x3c\xe9\x86\x60\x8e\xf1\x2f\x6d\xbc\x1d\x75\xe4\x71\x22\x5d\x5c\xd9\x9a\xe5\x35\x7d\x40\xf8\x92\xde\x0f\x45\xbe\x95\x2b\x8e\x62\xd2\x73\xdb\x22\x62\x6a\x77\x8c\x36\x89\x20\x0d\x79\xb0\xe4\xc9\x9e\xe0\x0a\xa9\x1b\xf7\x94\xe0\x92\xb4\x99\x1f\xe7\x49\x73\x5b\xd0\x9c\x6a\x0c\xbe\x9d\xc3\xb7\x41\xb3\xf3\xdb\x1a\x5b\x24\x8d\xed\xb9\xc6\xc2\x26\x16\x6b\x9a\xb0\x2e\xeb\x0a\xc8\x2d\x71\x6a\x28\xeb\x71\x29\x38\xbd\xb4\x14\xba\x97\x0a\x62\xa3\x61\x2c\x5c\x29\x54\xe1\x5e\x5c\x56\x42\xc5\x24\x4c\xf6\x0c\x0a\xb7\xe3\xc2\x53\x28\xdc\x25\x55\x64\x0d\xaa\xdf\x4d\xd5\xbb\xcd\xcd\x35\xb2\x99\xd1\xd6\xd0\xdc\xdd\xd8\x84\xe5\x76\x16\xa1\xb0\x06\x35\x0a\x48\x75\x27\x8c\x98\x95\x97\x55\xed\xfc\xaf\x32\x74\x3c\xf9\xbb\x45\xb8\x35\xec\xef\x13\x46\x2a\xd2\xa8\x66\xd3\x48\x25\x81\x39\xfd\x3b\xa7\x04\x0c\xbf\xdd\x35\x7a\xb0\x6f\x7e\xfe\x24\xfd\x1c\x66\xb4\xed\xd8\x17\x87\xef\x13\xff\x98\x1f\x1c\x1a\x52\xde\xd9\x7a\x28\x0e\xbe\x89\xee\xc6\x79\x1a\xf1\xda\x50\xe8\xa7\xb6\x61\xad\x9a\x38\x3b\xd7\x60\x84\x46\x73\x36\x88\x0b\x56\x21\xec\xfe\x70\xc3\x77\x3c\x88\x39\xf6\x63\x37\x1f\x1d\x8a\x30\xe8\xda\xb2\x2a\xde\xc1\x31\x64\x20\xec\x80\x82\xaf\xd7\x9a\xf4\x47\x6f\xbd\x13\x80\x1e\x4f\xea\xd9\x1e\x75\x62\xee\x52\x6e\x70\xea\x87\xff\xd6\x46\xd5\x35\x8c\x54\xdb\x2b\x20\x2a\x0e\xad\xff\x3d\x2f\x12\xd8\xbc\xbb\xc2\x40\x0d\xeb\x78\x92\xb6\xad\xbe\xab\x1e\x5b\xe4\x7b\xb6\x66\x5d\x79\xe8\x4a\x10\x18\x18\x7c\x4e\x78\x86\x76\x1b\xce\xab\xab\xcb\xa7\x00\x94\x63\x22\xcb\xc4\x23\xed\xb3\x46\x03\x1c\x78\xf9\xcd\xa6\x49\x67\xb8\x98\xb1\x78\xd8\xac\xf3\x3c\x68\x30\x41\xd5\xa3\x66\xb9\x1c\x82\xd3\x87\xf3\x22\x68\xd5\x6a\xbe\xdb\x3b\xa1\xf9\x7e\xef\x04\x3f\xb7\x3f\xcd\xdc\x9a\x47\x6d\x1b\x25\x3f\xf6\x10\xe6\x4d\xe8\xde\xd2\x82\xb1\x01\x23\x6a\x1e\x51\xf1\x9f\x70\xe8\x68\x1e\x75\x7d\xb0\x0e\x5c\x77\x47\x98\xa8\x99\x74\xb6\x76\x4b\xf0\x9e\x26\x34\x14\x78\x91\x2c\x77\x1a\xb3\x04\x8c\xba\x84\x8d\x32\xd8\x01\xdf\x90\x95\xfd\x39\xa0\xbd\x56\xbf\x6f\x03\x2e\x48\x6d\x50\x50\xd3\x13\x39\xa8\x8d\xf7\xee\x58\xd2\xa6\x44\x92\x70\x52\xe3\x31\x03\x0d\x34\xbe\x69\x40\x01\xc5\x9a\x20\x83\x47\xa4\xfc\xc2\x3a\x5c\xe2\xc8\x26\x5e\x69\xf9\xfd\x0c\x8d\x39\x52\x49\x45\xe0\x94\x5b\x26\x4e\xb9\x65\x22\x72\x64\x57\xd6\xd7\xb9\x09\xb2\xb2\x1d\x73\xa4\x05\x12\x18\xdf\xc4\xdf\x24\xb9\xcf\xf6\x0d\xe3\xb8\xcf\xaa\x13\xa6\x53\x6c\x3c\x8d\x5b\x5d\xad\x54\x03\x5d\xde\xac\x25\x1e\xa7\x73\x18\xe9\xa8\x34\x89\x31\xce\xdc\x24\x73\x1b\xeb\x91\xcd\x21\xff\xcb\x15\x47\x82\xcc\x49\x19\x48\xb8\x04\x2d\x4d\xbe\x52\x7a\xce\x93\x6b\x44\x63\x67\x3b\x69\x3c\x99\xcc\x9b\x94\x8c\x0a\x82\x1a\x3a\x93\x90\xa3\x13\xb7\xc3\x06\xb3\x95\x13\x22\x55\xde\x14\xb8\xd2\xcc\x6e\xa5\x05\xd4\x2e\x3c\x6e\x85\xc9\xa9\x84\x88\x86\x44\xe8\xd4\x58\x44\x7a\xa4\xf9\x3d\xb8\x3d\xa1\xc0\x64\xcc\xc8\x43\x26\x88\xf9\x5c\x6e\x84\xa5\xa9\xdb\x4c\xb6\x72\xd7\xda\x47\x83\xcf\x22\x48\x66\x92\xea\xef\xdd\x69\xec\xc3\x26\x64\x19\x18\x4b\x55\xd7\x41\x70\x4c\xf7\x3b\xc2\xf1\x4f\xa6\x03\xd3\x11\x81\x1e\x42\x21\x9a\x79\xe1\xbf\xb8\x93\x18\x16\xa9\x7b\xa4\x3d\x69\x8d\x56\x40\x64\x59\x0f\x36\x9a\xd3\x91\x10\xae\x38\x87\x2d\xa3\x83\x51\xff\xe9\x38\x81\xf7\x75\xd8\xc0\xc9\x56\x3e\xc4\xe3\x2a\x08\xf6\xc6\x03\x3e\xa1\x22\x73\x09\x0a\xbc\x83\xa7\xe2\x90\x56\x3e\xe8\x89\x96\x32\xb6\x92\x86\xe9\xcd\xff\x17\x43\x0d\x1e\xbf\xef\x8a\x67\xcd\xf0\xcd\x59\x63\x65\x1c\x18\x93\xa3\xef\xa8\xb4\x42\x43\xb2\x07\x5a\x54\x97\x1d\x84\xe5\x2c\xf1\x84\xd2\xa7\xeb\x11\x37\xbb\xe8\x9d\x94\x0d\xad\x3c\xe8\x7e\x8b\x6f\xd6\x4c\x6f\x7b\x16\x98\x3a\xef\x25\xbf\x47\x69\x05\xf4\x20\x2a\x58\x2e\xfb\x1b\xb0\x71\xef\x41\x92\xb3\x7b\xe7\x92\x8b\xe6\x9e\x95\xad\x6d\xf4\x5d\x65\x2d\xfd\x0e\x96\xf1\xa7\xe0\xc6\x64\x6d\x0a\x3a\x53\x0c\xa9\xdd\xe9\x52\x81\xcb\x78\x72\xeb\x2c\xe8\xb8\xbd\x81\xf1\x31\xa7\xad\x6c\x74\xbf\x97\xa8\xc0\x63\xcd\x9e\x20\x86\x57\xab\x9f\x4b\xd4\x90\x82\x40\xc4\x26\xab\x6c\x5b\x33\x9a\x24\xa1\x3b\x9f\xa1\x66\xb9\x44\x0d\xed\xa1\x1e\x6a\x28\x9b\xa4\x4b\x94\x3a\x40\x58\x0f\x5d\x20\x69\xda\x36\x47\xaf\x42\x13\xc0\xb4\xd7\x0c\x4e\x8b\xfa\x71\xd3\x54\xfc\x78\xd1\x30\xd4\x9f\x16\x4d\x71\x0f\x06\x53\x49\xd9\xf4\x31\xc6\xa4\xd7\xf8\x08\x38\x63\x7b\xd4\x40\xab\x63\x1c\xe7\x8a\x11\xce\x8b\x55\x6d\x15\xd8\x3e\x43\xd2\x4c\x6e\xcc\xde\xc8\x7b\xc3\x95\x89\x91\x81\x57\x3a\x35\x47\x0b\xce\x9d\x17\x58\x6e\xa3\xc8\xdc\x02\xe4\xd2\x03\x79\x5e\x46\x19\x72\x43\x98\x7b\xfd\x32\x7c\xe5\x91\xe4\xd7\x64\xaf\x6f\x3d\x2c\xaa\x13\x00\x67\x6d\x8c\xe5\x03\xab\x12\xf7\xea\x60\xeb\x70\x12\xfe\x00\x30\x1b\x18\xdc\xd8\x3b\x5d\xde\x30\xf2\x85\xe9\xd4\x05\x8e\xd4\xf6\xfb\x77\x2b\xe2\x6e\x12\x8c\xc4\x17\x84\x26\xe5\xfe\x43\x7b\xc7\x5f\xa2\x93\x7f\xf3\xfb\x06\xba\x19\x0e\x74\xd3\x0c\x94\xcf\x50\xef\xb7\x12\x35\xa9\x65\xf0\xe6\x70\xe8\x33\x66\x58\xc8\x68\x9d\xf2\xea\x4e\xe9\x45\x64\xc6\xee\x27\x32\x80\xd0\xac\x44\x8b\x38\x78\x7a\x88\x57\x24\x6a\x63\xa1\xb3\x16\xb6\xd7\xb5\xa3\x11\x88\xe7\x19\x42\x6a\xfc\x73\x69\x7d\xa4\xe1\x4f\x94\x19\x19\x88\xa8\xb1\xca\x5e\x91\x8b\x26\x35\xd4\xf0\x09\x1e\xac\x23\xf6\xaf\x1c\x01\xb3\xe3\xc2\x62\x9b\x98\xd4\xc4\x1c\x1e\xab\x15\x39\x89\x9b\x09\x93\x44\x20\xa8\xbd\x65\x6a\x6f\xa9\x4e\xaf\xbf\xa3\x53\x08\x35\xab\x3b\x02\x03\x4e\x6f\xbb\xe9\x7b\x3d\x6a\x99\x6a\x5a\x43\xb3\x38\x7b\x0c\x9f\xa1\x37\x3a\xc9\x1a\x69\xa8\x80\x3c\x38\xc4\xa7\xc9\x11\x51\x9a\x1c\x13\xfe\x4a\x50\x1d\x89\xdf\x7b\xa5\x88\x28\x81\xdb\x58\x57\x82\xc0\x56\xd5\xb5\x76\x3c\x92\xd5\xe3\xf9\x1c\xe9\x4e\x0f\x54\x27\xb4\x7f\xf7\x97\xf7\x6f\x5e\x0f\xb4\x48\x89\xcf\xae\x51\xbf\x7f\xb7\xc1\x77\xff\xcf\xe1\x01\x5c\xfe\xcd\x18\x0e\xff\x8f\x1a\xd7\x70\xdc\x3c\x14\xd6\x05\xa5\xb9\x7b\xd7\x9d\xaf\x07\x0d\xe4\xa6\xaf\xb4\xc2\xa0\x52\x47\xd5\x99\x8e\xa4\x20\xab\x33\xcb\x99\x3e\x13\xa8\x02\x8b\x89\x1e\x4f\xd0\x76\x4f\x61\xed\x25\x43\x15\x26\x6f\x18\xa8\x1f\x56\xab\xd5\xba\x3c\x3a\x2c\xce\x87\xe9\xf2\xe8\x68\xd8\x40\x12\x3b\x9d\x00\x27\xcb\xbe\xaa\xda\xbd\x9e\xf0\xc9\x69\x1a\xd2\x1b\xa9\x65\x79\x46\xcb\x92\xbc\x6d\x65\x26\x27\xa9\x4f\xf3\x76\x18\x6a\xee\x23\x47\x7b\x0f\x08\x0b\x1c\xfc\xed\x47\xed\x08\x74\xd2\x45\xa0\x23\x7f\x87\x3b\x44\xc7\x23\xdf\xd3\x91\xcc\x43\xa4\xf7\x2a\xb2\x9f\x9c\x77\xc1\x4f\xf5\xf8\x27\x97\xfe\xb2\xe3\xf8\x57\xc4\xe4\x45\xa9\x0d\xb3\xa5\x22\x07\x8a\x53\xd0\xbd\x22\x4c\x1e\x97\x48\x61\xf2\x3b\xda\xc5\x7a\x98\xf9\x6d\xfe\x40\x28\x3d\x60\xf1\xff\x2a\xe9\xcd\xf3\x0b\x45\x8c\xf2\x83\xd7\x82\xbc\x12\xe4\x99\x20\x1f\xc8\x63\xf2\x52\x44\x46\x66\x52\xf1\x25\x9f\x05\x5e\x91\xd7\xe4\x15\xf9\xa5\x21\x65\x43\x1e\x97\xe4\xc6\x30\x46\x79\x6f\xb4\x3a\x5c\x8d\x7b\xe1\x27\xd6\xf0\x6c\xc6\xc5\x14\xee\x1d\x4f\xae\x7f\x96\x75\xf3\xd2\xe4\xd8\x1b\xa3\xd4\x5c\x6b\x21\xa6\x6c\xc6\x05\x9b\x06\x27\xce\xd1\xd1\xbb\xe7\x8f\x9f\x7e\x38\x7a\xf6\xfc\xf7\x0f\x6f\xde\xbc\x7a\x7f\xf4\xd3\xab\x37\x4f\x1e\xbf\x3a\xfa\xf9\xcd\x9b\x5f\x8f\x8e\x62\x8f\x8b\x86\xde\x5e\x5b\x27\xb8\xe2\xf5\x33\x5e\x2b\x56\x65\x0a\xa7\x6e\xbd\x38\x3f\x97\x55\x53\xeb\x9b\x91\x69\x6f\x38\xf6\x6e\x15\xcd\x80\x8b\xcf\xac\x6c\x10\xc3\xe3\xaf\x65\x44\x45\x74\xaa\x58\x29\x9e\xca\xb3\x33\xde\x40\x0b\x8a\x3a\x82\x47\x80\x89\x6b\xb5\xbb\x4d\xad\x15\xad\x75\xe4\x08\xac\x69\xbd\x6b\xc5\x6a\x45\x9e\x7e\xb3\x71\x9b\x57\x56\x10\x16\x7d\x1a\x3e\x63\xc4\xd1\xcd\x8a\x30\x72\x23\x2f\x58\x55\xf1\x29\xfb\x59\xca\x2f\xef\xbd\xd1\xa5\x2d\x0e\x4d\x67\x58\x63\xc3\x41\x69\xd1\x50\x65\xca\xcb\x53\x36\x5d\xcc\x4d\x22\x6a\x5d\x56\xa6\x49\x2e\xde\xb1\x59\xbe\x36\x01\x86\x5a\xfb\x70\xd1\x9f\x5c\xc3\x44\xf2\x70\xa2\xf1\xed\x0a\x31\x5a\x41\x5c\x7e\x7d\x3c\x07\xfa\x95\x15\x59\x83\x49\x5d\xad\x35\x13\xd5\x88\xbe\xda\xb4\x46\x51\xbf\x90\x6a\xd8\x15\xab\x4f\xe3\x89\x76\x17\x4a\xd9\x38\x38\x99\x1a\x11\x98\x4e\x98\x9d\xb9\x9e\x9c\x3d\xe9\xd0\xcd\xba\x01\x3f\x17\xe4\x78\xa1\x5a\x50\xcc\x5f\x3e\x24\x17\xac\xaa\x15\x77\xd1\x1f\xed\x0e\x46\xdb\x83\x61\x9f\xe8\x03\x9d\x55\x6f\x8b\xf2\x4b\x71\xc2\x5e\x17\x67\x2c\xef\x6b\xb6\x7b\x2a\xcf\xfa\x2b\x4c\x9a\xc1\xd1\xd1\xfb\xe7\x4f\xdf\x3d\xff\x70\xf4\xf2\xf5\x87\xe7\xef\x5e\x3f\x7e\xf5\xfe\xe8\xd9\x9b\xa3\xd7\x6f\x3e\x1c\x7d\x7c\xff\xfc\xe8\xcd\xbb\xa3\x4f\x6f\x3e\x1e\xfd\xf1\xf2\xd5\xab\xa3\x27\xcf\x8f\x5e\xbc\x7c\xf7\xfc\x19\xfd\xab\x24\x8d\xf1\xd0\x7c\x2b\xab\xa6\x98\xd3\x5f\x54\x89\x1a\xe7\xb3\x37\xfb\x70\xf5\x49\x76\xa5\x11\x38\xa7\x71\x46\x46\x11\xd3\x6b\xdf\x32\x6f\x6d\xda\x16\x3b\x78\x43\x4b\x6d\x51\xb0\xce\x42\xd3\x30\x33\xa9\x54\xe2\xc1\x03\x9c\xde\xf2\x37\x77\x1f\x90\x37\x20\xd6\x1f\x7c\x61\x90\xb2\xc8\xb3\x95\x8c\x46\x08\xd5\x74\x22\x54\x33\x98\xcd\x17\xf5\xe9\xfb\x6b\x51\xb6\xb9\xfc\xf5\x0e\x5b\xa3\x07\x3e\x6a\x4b\x57\x50\x54\x1d\x3a\x26\x3a\x58\x82\x23\x05\x02\xc3\x9a\xb3\xc4\x27\x2b\x4b\xd9\x8a\xef\x62\x09\x7f\x72\x4c\x57\x43\x7a\x43\xc5\x15\x92\xa6\xcd\x0b\xfe\xd3\x06\x47\xa6\x41\xc3\x18\x3a\xd5\xeb\xe3\xa6\x0b\x51\x7a\x70\xd5\x4c\x1a\xdf\xf6\x6d\xf7\x7a\xac\xeb\x76\x95\x65\x28\xb9\x26\xd8\x31\x98\x81\xf4\x46\x11\x33\xd9\xd9\x88\x39\x53\x23\x3e\x53\x5d\x98\x86\x66\xfc\xc6\xee\xe3\x18\xa8\x92\xc9\xc7\x5f\x2b\x96\x21\x78\x19\xed\x8a\x18\x19\xac\xbb\x81\x66\xc0\xff\x0d\x46\x3f\x1e\x8e\x5e\xa8\xf7\x8b\xe3\xa6\x62\xec\xa5\x68\x64\xf7\x95\x53\x4b\x03\x0d\x84\x45\xf7\xf2\xf9\x8d\xba\x5c\xba\x3d\xd6\xb9\x0b\x53\xc7\xbd\x07\xd1\xe2\xeb\xee\x7a\x23\x52\xc1\x50\x0d\x5d\xa2\x8e\x2e\xad\xc8\xf6\x68\x77\x3b\x4f\x71\xab\xbf\xa8\xd9\x86\x62\x39\xcb\xa6\xef\x99\x80\x0d\x86\xd2\x83\xbd\xf7\x9d\x07\x7b\xb7\x7f\xc3\xed\xdf\x0c\xca\x53\x56\x7e\x79\xf6\xf4\x39\x84\x68\xfe\xce\xba\xc8\x9d\xa4\x8a\x81\x97\xa2\x96\x73\x36\x60\x00\x9c\x46\xb3\x5d\xa0\x58\x54\x1c\x02\x15\x68\x7b\x7b\x77\x0b\xaf\xc8\xd6\xee\x83\x07\xb7\xc3\xc0\xa7\x8f\x89\x6f\x51\xaa\x87\xa6\x5a\x28\xc6\x7d\xad\xbf\x03\xd2\x4a\x19\x9d\x70\xde\xd9\xa3\xe0\x20\x20\x57\x68\xae\xae\x6b\x80\x93\x7d\xc3\x22\x57\x47\x0e\x5c\x44\xf4\x3a\x4d\xaf\x26\x7e\x60\x54\xe0\xe4\x18\xe7\x62\x11\x61\x2a\xe8\x89\x56\x97\xad\x34\xd5\x83\x4c\x5c\xc1\x60\xa4\x4f\xae\x1f\x74\xac\x27\x59\x05\x66\x37\x63\x5f\x6e\x55\x62\x3a\xe5\xbe\x51\xa3\x25\x42\xe3\xf7\xa2\x38\xaf\x4f\x65\xf3\x62\x5e\x9c\xd0\xde\xf0\xd6\x3a\xba\x97\x13\xd6\xd8\x02\x9d\xda\x59\x53\x83\xff\x1f\x7b\xff\xc2\xdc\x36\x8e\x2c\x8a\xe3\x5f\x45\xc2\xd9\x3f\x87\x18\xc1\xb2\xe4\x57\x12\x2a\x88\x6e\x26\xc9\xdc\xcd\xbf\xf2\xba\xb1\x67\x67\xcf\x55\xb4\x5e\x9a\x82\x24\x4c\x28\x50\x43\x42\x7e\xc4\xe2\x77\xff\x15\x1a\x00\x09\x3e\x24\x3b\xb3\x67\xcf\xee\xad\x3a\x55\x33\x8e\x88\x67\xa3\xd1\x00\xba\x1b\x8d\x6e\x5f\x1b\xa4\x98\x2d\xda\x01\x42\xb8\x40\xa4\x6e\x70\x0c\x97\xc7\x2d\xa4\x68\x90\x87\x24\x70\x96\x0d\x8b\x15\xe3\xf8\x9b\xd9\xd5\x87\x5e\x85\xa2\x93\x88\xf8\xae\xb3\x4e\xe2\xbb\x39\x8f\xe3\x4e\x14\x87\x59\x56\x3a\xe1\xcc\x10\xae\xea\xbb\xba\xce\x31\xb9\x6b\xa6\xdc\xb5\x53\x96\x97\xbb\x46\x5e\x3d\xbb\xcd\x15\x63\x48\x8d\x4d\xb5\x3d\xef\xdb\x96\xa3\x2c\xdf\x9f\xfe\xca\xe3\xf8\xbd\x3a\x24\xc6\x82\xa2\x66\x2a\x0a\xda\xeb\xff\xf2\xe1\xfc\xe5\xcf\x6f\x2e\x9b\x15\xc0\x3f\x20\xda\x99\x8d\x70\xab\x7a\xaa\x06\xd0\x67\x16\x31\x7e\xad\x19\xdd\x71\x58\x83\xcb\xcd\xfc\x1e\xf0\xdc\x7a\x9e\xe7\x87\xed\x50\x56\x5a\x7f\x14\xb0\x7a\x32\xc6\x59\x0d\x4c\x9d\xfc\x3d\x00\xea\x1a\x60\x63\xd2\x0a\x9a\x69\xb1\x8c\xe7\x54\xf8\x2b\x0d\x8b\x5f\x99\xd5\xf3\x15\xa1\x3d\x15\x03\xba\xdd\x32\xad\xc8\x88\x5b\xe3\x2a\xee\xa6\xc8\x31\xda\xb9\xab\x60\x14\xa0\x5d\x4b\x12\xa3\x0a\xbf\x87\x7e\x11\x59\x38\x67\x9d\x98\x2d\xc2\xe8\xae\x13\xf3\x39\x8b\xee\xa2\x98\x65\x9d\x1b\xb5\x74\x44\x22\x3b\x57\xac\x13\x85\x71\xcc\x66\x9d\x79\x92\x3a\xcb\xa8\xb3\xc9\xb8\x58\xc0\xd2\x2b\x1d\xdc\xbe\xfc\xf4\x36\x03\x8f\xb8\xa8\x17\xf5\x50\x67\x93\xb1\xac\x83\x7a\x71\x0f\x81\x1f\xdd\x30\xce\x92\x8e\x51\x71\x65\xe0\x02\x77\x9e\xc4\x71\x72\xa3\xda\x69\x40\x10\xa0\x5e\x11\x22\x6e\x8c\xbe\x88\x4e\x07\xf5\x44\x80\x10\x2e\x92\x43\x9b\x1c\x56\x92\x33\x9b\x9c\x41\x32\x52\xe0\x5c\x2c\x59\x27\xbc\x4a\xae\x99\x3b\xc4\x6c\x99\x6c\xe2\x99\x1a\xa0\xd6\xf3\xce\xfa\x9d\x77\x2c\x4c\x45\x67\x95\xa4\x50\x7c\x23\x3b\x6a\xa3\xea\xdc\x84\xa9\x50\x30\x2e\x59\xca\x82\x2f\x62\x29\xe5\x3a\x0b\x0e\x0f\xe7\x57\xfd\x15\x3b\xd4\x02\x44\x98\xdd\x89\xe8\xa0\x40\xc4\x41\xd1\xcd\xc1\x32\x49\xbe\x66\x08\x2e\xce\xbe\x6f\x86\xf5\x75\x55\x63\x9d\x82\xad\xc9\xce\x85\x41\xf9\xae\x95\xb1\x6b\xab\xba\xdf\xb1\x19\xca\xca\x4b\x78\x53\xb8\x6d\xbb\x55\x44\x52\x6c\xb6\x3b\xe9\xae\x4e\x3d\x72\x19\xca\xce\x2c\x01\x12\xd3\x9c\x4c\xa7\xd9\x9f\x8f\x3b\x89\xf6\x95\x5c\x1c\x06\x08\x8f\x5a\x57\x39\x4d\x8c\x87\xb9\x36\xb8\x47\x6d\x89\xbb\x1e\x88\x3f\x70\x24\x8e\xf7\x15\x08\xc4\x68\xa3\x75\xf5\xaa\x14\xb0\xfc\x69\x19\x96\x83\xe5\xa2\x9f\xc2\x53\x94\xfe\xcc\x97\xe4\xde\x62\x2d\x68\x3a\xdd\x08\xf3\x1c\x93\xb4\x7f\x79\x99\x6d\xd6\xeb\x94\x65\xd9\x6b\xb6\x4e\x59\x04\x0a\xf3\x5f\x35\x39\xaa\xb3\x99\x3f\x58\x22\x79\xa8\x44\x4e\x4e\x06\x0f\x70\x5e\x1a\x31\x46\x2a\x0c\xb3\x8c\x2f\xc4\x76\xeb\x8a\x2a\xf6\x0a\x45\x2a\x99\xad\xc1\xca\x97\x6a\x50\xe1\xf0\xf2\x72\x5a\xc6\x01\xe9\x70\xd1\x11\xd8\x74\x50\x6a\xcf\xab\x31\x93\x35\x5e\x15\x4f\xe1\x79\x3e\x9b\xa4\x53\x2a\x26\xe9\xb4\x14\x4e\x73\x52\xb9\x3f\x71\x38\xe6\x22\x1a\x82\xf1\xbe\x3b\x12\xcf\xad\x27\xa9\x91\x28\x55\xb4\x72\x22\xa6\xa3\xb4\xcf\xc4\x66\xc5\x52\x25\x4d\x50\xf7\x63\xbb\x55\x2c\xbc\xe2\xeb\xe6\x7c\xb1\xd1\xf9\xdd\x01\x41\xa0\x48\x45\x5c\x74\x74\x38\x84\x9b\x94\x4b\x93\x87\xad\x20\xad\xe9\xbb\x88\xfd\xcc\x48\x0a\x96\x55\x0e\x65\x94\x4c\x64\xd5\xb8\xd7\xf3\x98\xef\x60\x04\xcc\xef\x21\x8d\xa4\x98\x48\xe0\xa5\x13\x2a\xfc\xa3\x27\xcf\x86\x98\x84\x34\xf2\x13\x4c\x32\x1a\xf9\x42\xc9\x30\x4a\xa0\x2e\xb0\xe0\xdc\x59\x76\x98\xe7\xb1\xfe\xe5\x25\xcb\xde\x27\xb3\x4d\xcc\xc6\x2c\xb8\xb7\x56\x7d\x4c\xc7\xa3\x8d\xe9\xfd\x3a\xc9\x38\x5c\xcf\xa0\xf0\x2a\x4b\xe2\x8d\x64\x08\xdc\x33\x0d\xb4\xdb\xa6\x01\xb9\xe6\x19\xbf\xe2\x31\x97\x77\x01\xd2\x8f\xb9\x10\x59\x32\xbe\x58\xaa\xcc\xe4\x9a\xa5\xf3\x38\xb9\x09\x90\xf6\xaa\x84\xc8\xcd\x92\x4b\x76\xbe\x0e\x23\x16\xa0\x75\xca\x50\x4e\x36\x74\x82\xd8\xad\x4c\xc3\x5f\xf9\x4c\x2e\x11\x41\x5a\x29\x78\x2e\xef\x62\x96\x21\x13\x0e\xff\x95\xe2\xde\xd4\x49\x69\x13\x3e\xb3\xb9\xfd\x09\x25\x11\x41\x2b\x2e\x6c\x13\x89\x78\xb9\x91\x49\xc6\xbf\xa9\x74\xc7\x73\xfa\xdb\xec\xbd\x2d\x34\x25\xf3\x9a\x2c\x2a\x4d\xc8\xed\x79\x22\xe4\x39\xff\xc6\x68\xf9\x93\xb8\x79\x3f\x87\x2b\x1e\xdf\x51\xf7\xa3\x92\xff\x2b\x8c\x9e\xba\x1f\x95\x7c\x80\x97\x3a\xbf\x8b\xdc\x98\x49\xc9\x52\x85\x1d\x6d\x37\x5b\xf9\x2e\x4a\x41\x44\x93\x34\x14\x19\xdc\x1d\xd4\xbe\x73\xb2\xa4\xdd\x76\x85\xaf\x76\xb7\xb6\xdd\x76\xf5\x8f\xbe\x08\xaf\xf9\x22\x94\x89\x5a\x49\x87\xef\xcf\xdf\xbe\xe9\x6c\x2f\x52\x3e\x63\x42\x7e\x39\xdc\xbe\x99\x2d\xd8\x97\xc3\xc3\xbe\x64\x99\xf4\xeb\x15\xfa\x9b\x8c\xa5\x2f\x17\x70\x49\xde\x16\xd9\x78\x39\x46\x97\xa8\x07\x4e\xd7\xd2\x50\xcc\x92\x95\x8f\xfb\x32\x39\x87\x8b\x13\xff\xf8\x0c\xf7\xb3\xcd\x55\x26\x53\xff\x88\x0c\x8f\x6c\x48\x81\x9c\xac\x2b\x7a\x8f\x82\x64\xa5\xfa\xea\x36\x74\x48\x5d\x9f\x75\xb8\xd1\xfa\xa9\x73\x0a\x3b\xa7\xd2\xc5\xdd\x9a\x55\x4f\x26\xb5\x69\x74\x42\x23\x04\x84\x59\x27\x2c\xd6\x1a\xc2\xb9\xde\xa5\x0b\x73\xaa\x66\x57\xee\x89\xf7\x99\xcd\x59\xca\x44\x64\x3b\x00\xd6\x60\x19\x66\xe2\x07\xc5\x24\x31\xd1\xe1\x82\x4b\x1e\xc6\x3c\x63\xb3\xce\x41\x27\xdb\xac\x59\xea\xe3\x4a\x09\xcd\x48\xa1\x42\x7d\x23\xb7\x5b\x6b\x43\xeb\x1c\xbc\x3b\x84\x8d\x31\x0b\xa4\x81\xd8\x97\xfd\xcb\x4b\xd8\x15\x2e\x2f\xb7\x5b\xb3\xcb\x2c\x20\xba\xbd\xde\x28\x3e\xce\x7d\x89\xb1\x7b\x12\x95\x2a\x09\xd1\xb7\xeb\xa8\x82\x76\x93\xbc\xc3\xcc\x5a\x68\xd1\xad\xa8\xea\x79\xf5\x14\x25\x27\x13\xd1\x87\x35\xf7\x67\x58\x73\x6a\xfd\xa4\xcd\x6e\xea\x25\x28\xd3\x36\xe3\xad\x85\x33\xa7\x04\x88\x8b\xf7\xd0\x1f\xac\xe4\x80\xf5\xed\xca\x27\x90\xfa\x76\x16\xb0\x3e\x9f\x6d\xb7\x33\x1f\x93\x75\xca\xae\x4d\x42\x4e\x44\x63\xa3\xb5\x53\xdc\x8a\xea\xc2\x1a\x47\xb6\xd3\xd6\xb9\x9a\xdb\x0e\xbb\x85\x53\x15\xbc\xe4\x6f\x32\xd9\x61\x5c\x2e\x59\xaa\xf8\x49\x55\xbb\x93\xa4\x0e\xb1\x11\x60\x74\x50\xcf\xf6\x80\x47\x8e\x80\x6b\x8f\x56\xad\x2e\xf3\xa5\xe7\xb9\x7b\xfe\xbd\xa3\x4a\x08\xee\xe1\xb8\x09\x18\x29\x0f\xa6\xa0\x3b\x24\xf6\xd4\x09\xba\x03\xe2\x9e\x50\x41\x77\xa0\x18\x09\x25\xfb\x99\x3e\xb2\x0a\x95\x8c\x5b\x53\x01\x39\x01\x2b\x69\x8c\x4a\xb5\x56\xc0\x29\x84\x7d\xd5\x3a\xb9\xff\xca\xee\x82\x9d\x42\x08\x22\x1a\xd0\xb6\x7b\x35\x35\x25\x05\x31\x82\xcd\x86\x9e\xab\xf1\xbd\x9d\x45\x51\x99\x42\x91\x6b\x2d\x48\x3e\xd5\xfd\x9b\xae\x5d\x8e\x4e\x4b\xb0\xf5\x3e\x8d\xaa\x06\x34\xad\x6c\x56\xe8\x32\xa2\x64\x7d\xf7\xb6\x38\x3f\x32\xdf\xd8\xfb\xe8\x77\x14\x6f\x0b\xf2\x02\x65\x72\xb3\x2b\x23\xeb\xb5\x8e\x4f\xf6\x4b\xea\x54\x03\x2b\xb4\x1c\x4e\x7a\xbb\x1a\xae\xd4\x8e\xf4\xcb\x23\xcc\x68\xa2\xea\xc9\x7e\x6b\xbb\xdf\x31\x0a\xe0\x9a\xb5\x02\xfa\x41\x9c\x0d\x9d\xea\x15\xb4\xb5\xd4\xe4\x73\xdf\xad\xec\x79\xe6\xf8\x58\x30\xd0\xd8\x6c\xa4\xa2\x92\xbb\x98\x55\xd4\x77\x30\x82\x9d\x45\xfd\xb2\x0c\x1e\x29\x09\x7c\x6e\x2d\x30\x60\x67\x30\x83\xae\x6f\x29\x9e\x57\x14\xab\x67\x61\x9c\x17\x23\xaa\xe3\xea\x31\x43\x2a\xfb\xf6\xbc\x56\x25\x6c\x59\xc0\x38\x94\xd4\xb3\x63\x86\x6c\x3c\x3b\x32\x47\x57\xd7\x77\xd8\x14\xcf\xf3\xbb\x4e\x0e\x80\xb3\xdd\xd6\x53\x2a\x74\xd1\xca\xe4\xe0\xb1\x76\x7c\x1a\xde\xfa\xed\xf0\xb4\x23\xa7\x02\x71\xef\x28\x68\xaf\xdb\x3b\x22\x3e\xeb\x51\x24\x36\xab\x2b\x96\x02\x11\x97\xe0\x68\x23\x8c\xf2\x4e\xaa\xcc\x29\x59\xbd\xf1\xf0\x2c\x58\x87\x69\xc6\xde\x0a\xe9\xb7\x96\xc0\xdb\xed\x00\x3f\x77\xb2\xec\x46\xaf\x58\x7f\xda\x92\x8e\x09\xdb\xbd\xe0\xaa\x0a\xdb\xca\x09\x92\x3b\xe4\xb0\x60\x12\x68\xa1\x85\x0c\xec\x0d\x68\x41\x8c\x45\x25\x70\x3e\xba\x6b\x15\x41\x51\xeb\x9f\xb4\xa8\x72\x15\x6f\xd2\xfd\x35\x54\x09\xa7\x82\x31\xdf\xd8\x5b\x45\x97\x71\x2a\x99\x9b\x90\x5d\x6b\xd5\x59\x81\xf6\x1c\x2f\x99\x6f\xbb\x3b\x2f\x3d\x8f\x8d\x43\xeb\xa6\xc6\x9c\x4f\xc6\x04\xcf\x47\x99\x66\xbf\xef\x67\xa1\x58\xb0\x34\xd9\x64\xf1\xdd\xb9\x42\xa1\x60\xe9\x9f\x2f\xde\xbf\x0b\xee\x2f\x2f\x97\x72\x15\x07\x9a\x59\xff\x0f\xd4\xab\x4f\xcf\xdb\x59\x0f\x05\xc1\xc1\x2a\x3b\x88\x62\x16\xa6\x9d\x7b\xa3\x18\x0b\x3a\x22\x11\x6c\x94\xa3\x3c\x37\xd7\xcd\xd5\x41\xed\x1c\xce\xc4\x19\x8f\x75\x38\x0c\x6e\x00\xea\x2b\x88\x20\x34\xed\xa7\x6c\xb6\x89\x58\xdd\x58\xa4\xaa\x8e\xaf\xdc\x0c\x00\x07\x86\x31\x91\x34\xf5\xef\x73\xb7\x51\x40\x05\x1e\x49\xab\xda\xdb\x6e\xfd\xe2\x37\x45\x5c\xc4\x5c\xb0\x83\xab\x38\x89\xbe\x22\xcb\x6c\xa6\xfe\xfd\x55\x72\x7b\xce\xbf\x71\xb1\x50\x9b\x2b\xf8\x37\x3e\xb8\x4a\x6e\x11\xb9\x01\xda\x6c\x25\xe6\x1e\x5a\xdf\xa2\x4a\xd7\xa5\x24\x84\x5d\x01\xd8\x39\x6f\xef\xf3\xaa\xa4\xcd\xb0\xd4\xcf\xf0\x3e\xce\xfd\x14\xbf\xa0\x83\x82\x85\xdc\x2f\x7a\x33\x2d\x7a\x2b\xa9\x9b\x2a\xf9\xbb\xe4\x28\x73\xf7\x7e\x65\x52\x66\xb8\xbc\xdc\xa6\xc5\x3a\xa7\x44\xb7\x76\xfa\xd7\x61\x13\x39\x85\x6b\x7e\x8e\x09\xef\x47\x56\xf6\xa3\xf5\xf1\x16\x52\x21\xe1\x7d\x3e\x6b\xac\xfb\xb7\x33\xb0\x3c\x56\xd2\x96\x20\x3b\xe9\x77\xc6\xaf\x11\xb9\x2f\x3a\x09\x9c\x4e\x8a\x44\x02\xad\x04\x32\xb7\x4f\x91\xcb\x45\xe5\xe3\xdd\x4d\x6b\x8b\x35\x02\x64\xc2\xc9\x7d\xca\xe6\x41\xb9\x56\x3f\xb3\xb9\xa2\xa2\x07\xe0\x2a\xea\x58\xce\xd8\x80\x12\xe7\x8a\x0f\x6b\x3f\x00\x76\xaf\xd5\x5a\x9b\x2d\x5c\x7a\xd9\x7c\x7b\xdb\xd8\xdc\xb6\x2a\x2e\x4c\xe6\x7e\xd2\x2f\x2f\x61\x46\x6b\x28\x0e\xc1\x36\xa9\x83\xd0\x62\x11\x1a\xd3\x39\xe2\xae\x49\x27\x37\x14\x77\xa4\xdc\xfb\x9d\x8c\x44\xb0\x8f\x73\xd5\xac\x3f\x29\x13\xf5\xb1\x43\xea\x8d\x2b\xe6\x70\xd6\xec\xd2\xdd\xd6\x9c\xdc\xab\x24\x89\x49\x95\x94\xda\xea\xea\xd9\x72\x72\x14\xe9\x92\x72\xc9\xb9\xb0\xc2\x12\x22\xf6\x40\xfa\xe3\xa3\x28\x19\xbd\x7a\xbf\x89\xd0\x2e\x48\xea\xe9\xce\x2c\x35\x07\xd1\xca\x1f\xd4\x31\x91\xb5\x0f\xe6\xba\x39\x51\x39\x59\xdb\x4f\xad\x70\xbe\x2f\x46\x3c\xac\x22\xbb\x3b\xc8\x89\xec\xff\x5f\xba\xce\xc9\xd9\xf1\x93\x07\x2e\xb8\x8d\x91\xa4\xd1\x64\x71\x7a\x36\x18\x0e\x8e\xb5\x71\xd9\xcf\x69\xb8\x50\x44\x0c\x69\x4f\x5a\xa5\xd3\xf3\xbb\xd5\x55\x12\x7b\x9e\xfe\x57\x6d\x34\xd6\x46\xb1\x4c\x19\x71\x9a\xf8\xda\xdc\xc7\xbe\xe1\x44\x98\x38\xcd\x17\xb9\x73\x93\x82\x74\x98\xcc\x90\xa6\x7f\xc0\x2c\xa8\x62\xbd\xf5\xf1\x46\xa8\xb9\xa6\x0f\x6c\xb3\x24\xa2\x70\xcc\x75\x07\x44\xad\xd4\xee\x80\x5c\x5e\x66\x2c\xb6\xbf\x92\x4d\x1a\x81\x44\x57\x6a\xf5\xe2\x8a\xee\x9a\x24\xf4\x3e\x27\xda\xe3\x23\xd9\x18\x67\x0e\x49\xea\xc3\xae\x5f\xde\x2a\x7b\x9e\x1f\x53\x84\x7a\x02\x93\x22\x11\xac\x7d\x6c\x06\x7c\x54\x32\x53\x25\xf1\xfb\x1b\xfd\x0b\x13\x89\x8d\xd9\xbf\x84\x23\xa1\x1b\xd5\x06\xe2\xc3\x41\x91\xa8\x83\x42\xc2\x41\xc1\xe7\x3e\x28\x1d\x5d\xca\xc1\x05\x68\xfa\xd5\xba\x93\x53\xb0\x8f\xaa\x89\x6a\x4b\x75\xfb\x73\x4e\xd4\x8f\x40\x5b\xa1\xc7\x80\xb7\x0d\x81\xcd\x2b\x48\xc8\x25\xbc\xeb\x08\x42\x6b\x27\x98\xe7\xb2\xff\x5b\x76\x4b\x63\x02\xff\x66\x34\xce\xc9\xb3\xe1\xf0\xc9\xe3\x68\x73\xf8\xe4\xe8\x54\xd1\xe6\xe3\x28\x90\x24\x94\x8f\xcb\xcf\x06\xe9\x05\x40\xe2\x24\x6c\x2d\xb5\x06\x93\x19\x53\xe8\x8c\x64\xad\x85\x4a\x3a\x0d\xf4\xd2\x88\x5a\x8b\xe9\x61\x5c\xae\x92\x19\x33\x25\x9f\x92\xb8\xbd\xd7\x34\x99\xf3\x98\xa5\xba\xd8\xf0\x84\x6c\x76\x15\xbb\xe6\x33\x5b\x6c\xf0\x8c\xcc\x5b\x8b\x99\x77\x5c\xa6\xb1\x01\x59\xb6\x0f\x22\x49\x6f\xc2\x74\x76\x99\xb2\xb9\x29\x79\x44\x66\xed\xe3\x30\xe6\x94\xa6\xd8\x31\x59\xb7\x16\x5b\xb1\x55\x62\x8a\x9c\x92\x55\x6b\x91\x38\xfc\x76\x67\x8a\x9c\x91\xeb\xc7\xcc\x27\x97\x2c\x0d\x65\x92\x96\x2b\x6f\x51\xbd\xf7\x40\xf6\x52\x10\x7a\xf8\x2d\xeb\x27\xe9\xe2\x70\x96\x44\xd9\x21\x18\xbe\x1c\xcc\x58\x94\xcc\x58\xda\x57\x0c\xf1\x98\x8b\xeb\x30\xe5\xa1\x90\x14\xf5\x18\x11\x74\x38\x12\xcd\x4b\x13\xd1\xeb\x61\xd9\xa3\xc8\x0b\xd3\x45\x36\x99\xaa\xa2\x42\xb5\xf1\xcb\xe7\xb7\xc5\xc9\xeb\x97\xd7\x29\xa2\x58\x1b\xe8\x3d\x17\x10\x9a\xd4\x84\x3a\x05\x00\x3a\xff\x81\x7a\xac\x87\x46\x9d\x6b\x9e\x71\x50\x44\xf5\x10\x5c\xc9\xc1\x2d\xec\x26\x8e\x3b\x2b\x96\x65\xe1\x82\x75\x92\xb4\xa3\x88\x5f\xa5\x8b\x44\x1c\xac\x6c\x63\x33\x76\xdd\x61\xe2\x9a\xa7\x89\x50\x3d\x42\x65\xa8\x08\xed\x67\x9d\x50\xcc\x3a\xe1\x6c\x06\x77\x06\x61\xdc\x59\xb2\x78\x3d\xdf\xc4\xf6\xee\x34\xeb\xa3\x5c\xc7\xa2\xbd\xe7\xd9\x7b\x2d\x4c\x37\x05\xac\xee\x30\x27\x4c\x40\x90\xe9\x9f\x93\x34\xb2\x46\xb2\x4e\xb9\x22\xff\x33\x83\x83\x4d\x1b\xe1\xb6\x15\x38\x37\xf2\x5e\x25\x33\x27\x57\xc0\x0e\xdb\x59\x7c\x5f\x79\x5a\x5e\x31\x91\xb1\xcf\x10\x65\xe1\x84\x26\xa3\x57\xae\x8e\x25\xa5\x62\xbb\xbd\x73\xa2\xd6\xa9\x0e\x8a\xaf\xdb\x7f\xbc\xe5\xf7\xce\x41\x51\x37\x7c\x51\x1b\xbd\x9b\x6f\xa5\xdb\xa6\x0e\xbb\xa9\x60\x66\xed\x0a\xe6\xe2\xed\x44\xd5\x11\xfd\xc2\x7f\x7a\x0a\x56\xa2\x25\x78\xfd\x1a\x8a\xcb\xcb\x4e\x64\xe1\x40\xb8\x0a\xdf\xbc\x9c\xce\xaa\x45\x76\x4b\xb3\xce\xd4\xdb\x96\x91\x53\x5f\x35\x7d\xe3\x28\x4f\x9d\x6e\x46\x3a\xe6\xc6\xad\x93\x2b\xd8\x4d\xe7\x66\xf4\xd2\xb5\xc7\xa2\xb7\x24\xf5\x5f\xba\xe0\x61\xf2\xb2\xcf\xb3\x4f\x9b\x94\xd5\xb0\xdc\xb5\x41\x38\x0a\xa3\x7c\x6d\xfd\xfc\xf1\xc1\xa3\xfc\xe2\x7b\x8f\xf2\xf3\xea\x51\xce\xd5\x0c\x37\x4c\x86\xec\xe3\x96\xe6\xa9\x6e\xcf\xe8\xcc\x9e\xd1\x8d\xa3\x3d\x74\x8e\x76\x89\x3f\x56\x0e\xf0\x8b\xd6\x03\x9c\x97\xc7\xae\x36\x5d\xa9\x6f\x52\x07\x47\xd6\x6e\x39\xc2\xa5\xd3\x31\x2a\x0a\x37\x2c\xc3\xe7\x51\xb9\x4b\xc6\xf4\x65\x9a\x86\x77\x7e\x84\xc9\x86\x0e\x46\x9b\xe7\xd1\x68\xd3\xeb\xe1\x78\xb2\x99\x3a\xf7\xc2\x9b\xde\xd1\x74\xe4\x34\x16\xe7\xfb\x99\x87\x68\x27\xf3\xc0\x35\xf3\x00\xa3\x88\x5a\x99\x87\xc4\x65\x1e\x42\x98\xa9\xcc\x30\x0f\xdc\x32\x0f\x5f\x4b\xe6\xa1\x98\xab\xcb\xf2\x32\x75\xaf\x0f\x14\x05\xb5\xed\x4c\x71\x33\xb0\x05\x7e\xa3\x87\x5f\x0e\x7b\x87\x0b\xf2\x0a\xa2\xe7\xd8\x36\xdf\x54\xec\x52\x5f\xd9\xe8\x4a\xe6\x61\xd0\xab\xfe\x3a\x59\x97\x81\x34\x79\xdf\xf8\xfa\x55\x02\xf0\x57\x76\xf7\x29\x65\x73\x7e\x4b\x25\xe1\x20\x11\x50\xa1\xa4\x67\xb3\xcd\xa4\xf0\x7b\x23\x24\x1d\x10\x6e\xee\x41\xee\x75\x75\x3d\x72\x5d\x39\x90\xf0\x38\x25\x10\xc4\x54\x0c\x52\x02\xd5\x82\x81\x33\xf2\x0f\x10\x29\xd8\xf6\x6e\x9e\xdd\x94\x00\xd8\x77\x38\x00\x83\x09\x98\xe3\x7a\xbd\x60\x05\x24\xc3\xc1\x8b\x57\x85\xa9\xef\x2b\x1d\x1a\xc8\xb5\xb4\x7c\xd7\x78\xb4\x6f\xb0\x3b\xaa\x6a\x5d\xb9\xe7\x21\x25\xc2\xb0\x10\xf6\x32\xbe\xdd\xfa\x26\xc6\xbd\x71\x82\xdd\x1d\x8e\xdc\x18\x1b\x99\x75\xd4\xdf\xb1\xde\x8f\xcd\x23\x33\xe3\x30\x08\x9c\x61\x5a\xd5\x66\x00\xa5\x9d\x87\x54\x66\xb2\x83\x9d\xbe\x6d\xb4\x2f\xcd\x10\x2a\x42\x6c\xfa\xac\xb0\xf2\xf7\x53\xb5\x91\x01\xa1\x8c\x51\x1f\xf5\x3e\xf9\x8c\x0c\x70\x20\x31\x01\x08\x33\x3a\x20\x92\x96\xf9\x81\xec\xa1\x00\x11\x58\x32\x7d\x9e\xe9\xa5\xc3\x70\xf1\x5c\x35\xa2\x83\x51\xf4\xdc\x46\xe1\x1a\x45\xd6\x8e\x21\xa6\xb2\xf7\xc9\xe7\x94\x4d\xa2\x29\x89\xf0\x28\xeb\xd1\x77\x3e\x27\xb1\x76\x0f\x66\x17\xa6\x28\x7c\xf7\xb6\x9c\x0f\x63\x2d\x42\x04\xad\x36\x69\x7e\x4c\xaf\x3d\x8f\x4d\xae\xa7\xdb\x2d\x9b\xa0\xff\xf5\xbf\x2c\x6f\x84\xa6\x78\xac\xdd\xc2\xb6\xca\x68\x31\x40\xce\x68\x6c\xdf\xb2\x12\x35\x82\xae\x82\x14\x5c\x42\xf8\x18\xf7\x67\x89\x60\x23\xac\x21\xb6\xae\x41\x89\x19\x10\x51\x23\x84\x41\x94\x4e\x9e\xca\xb5\x67\x9f\xcb\x09\xb5\xc9\x31\x62\x8f\xae\xe3\x21\x41\x13\x5d\xaa\xa3\x77\xec\x29\xbc\x15\x1c\x9b\xaa\x9d\x1b\x2e\x97\x9d\xaf\xec\x2e\xeb\xdc\xa3\x5e\xf5\xdd\x43\xff\xb7\x84\x0b\x1f\x91\x0e\xc2\x3d\x94\xa3\x40\x80\x57\x20\xbb\x02\x33\xc7\x57\x5a\xd5\xbd\x4e\xc7\xfa\x13\x1a\x04\x8a\x88\x11\xd2\x6f\xcf\x8b\xe2\x9f\x5c\x3d\xe3\x03\xdb\x87\x39\x90\x15\x48\xe3\xe6\x3b\xb0\x7b\x44\x51\x80\xe8\x00\x11\x14\xa8\x1f\x47\x28\xb7\x3c\xe0\x9f\x50\xcf\x57\x98\xc0\xfd\x54\x33\x4a\xfe\xe1\x84\x06\xd3\xc3\x05\xf1\xdb\x5e\xf6\x4c\x98\x56\xbb\x41\x4f\x38\x90\x95\x4b\x7b\xc7\x8d\x91\x89\x35\x0e\x0b\xdc\xcc\xa3\x5d\xe0\xe0\xfb\x0d\x56\x77\xaf\xe7\x54\xf9\x5c\x8f\x5f\x62\x1c\x8d\x73\xea\xec\x1b\x23\xb0\x8a\x78\xa0\xcd\xc6\x52\x18\xff\xe4\x33\x92\x12\xd1\x3a\x24\x96\x63\x6c\xde\x3b\x32\xcf\xf3\x2f\xb5\x8f\xb0\x3a\x7f\xb4\xeb\x40\xd0\x4e\xe9\xd4\xa9\x20\xe1\x54\xd0\x9e\xca\xf4\xc9\xc0\x8c\x9e\xd3\x9c\x0f\xac\xaf\x7f\xe4\xb9\xcf\x08\xef\xf9\x5d\x18\xd7\x76\x0b\xb7\xb8\x5f\xd9\x1d\x3c\x1a\x50\xf3\x87\x50\x00\x53\x02\x28\x2e\xa6\xe5\x1b\x41\x7f\xf2\x0e\x15\x89\xa9\x3f\x02\x63\x92\xda\xcd\xd0\xc1\xe2\x4f\xcd\xd7\x97\x08\x8d\x0a\x37\x0d\x7e\x42\x7d\x10\xe8\xdb\x9b\x25\x8a\x42\x3f\x13\x49\xdf\xf8\x92\x24\xfa\x35\x26\xf9\xe0\x4b\xad\xdf\xf8\xb5\xc6\xdc\x94\x47\xd2\x6f\x85\x62\xfd\xd7\x22\x36\xfd\xae\x78\x45\x0b\xff\xf8\x68\x58\x2e\x0f\x1d\x8a\xf5\x2d\xbd\x6f\x7f\xc4\x16\xfc\x4a\xdc\x8c\x9f\x54\xea\x2b\xb8\xb7\x0e\xee\xad\x9c\x67\x58\xad\x86\x1e\x25\xf8\x4a\xde\x66\xe7\xc9\x8a\x7d\x36\xef\xb9\x5e\x46\x92\x8b\x45\xe0\xbe\x9b\x24\xda\x4a\x2d\x48\xf3\x91\xec\x17\x9e\x9e\xee\x57\xe1\xba\x21\xea\x37\xdf\x63\x31\x23\xf1\x4f\xa6\x76\x34\x86\xd0\xcc\x73\x56\x4c\xd2\x9c\x18\x65\xf6\xa3\x9a\x53\xe8\xff\x1d\xd0\x5f\x3e\xc2\x81\xf8\x22\x7a\x12\xcc\x31\xdb\x42\xc4\xaa\x62\x4b\x44\x2e\xfd\x1c\xc7\x3e\x38\x97\x09\x2c\x88\xa0\xb9\x3f\x54\x07\x20\xeb\xaf\xc8\xab\x8b\x85\xc8\x9c\x24\x22\xae\xb6\xc3\xe7\x7e\xf7\xb2\xfe\x04\x69\xe1\x0f\x4f\x8e\xdd\xa9\xce\x89\x2c\xb5\xc1\xf4\xbd\xab\x54\xcb\x88\xec\x7f\x32\x6a\x05\x50\xbb\x28\x26\xbb\x2c\x7b\x4b\x64\xff\x1c\xf4\x13\xef\x93\x19\xa3\x91\xfa\x34\xd3\x4f\x67\x7f\xec\x39\xde\x5b\x22\xfb\x51\x9c\x08\xab\xfb\x6e\x7b\xb4\x55\x9e\x7e\xe5\xc3\x9e\xda\x10\x8f\xce\x9e\x80\xd1\x8c\x09\xc9\x0f\xef\x3f\xf5\xc2\xc7\x24\xd4\x2b\x9a\x64\xc6\x83\xa1\x62\x41\xf5\x26\xe0\xf2\xe8\xf7\x6e\x10\x84\x1a\x7b\x4e\x22\xfa\xb5\x0c\x61\xb2\x97\x55\x67\xe6\x4a\x55\xff\x5b\x63\x75\xe1\xbc\x6f\xc9\x01\xb5\xdf\x06\x74\x6b\x25\xa7\xbf\x69\xe5\xf4\x37\x9a\xd3\xdf\x4c\x4b\x8f\x39\x72\xb2\x99\x3a\xf7\x5e\xf1\x58\xb1\xe8\x81\x4a\xd5\x3b\xc6\x66\x8f\x20\xb0\xd9\x25\x08\x6c\xf0\xbd\x15\x00\x36\xb8\xb8\x90\x9a\xd3\xc1\x68\xfe\x7c\x33\x9a\x83\x20\x30\x77\x05\x81\x79\x43\x10\x78\x78\xb7\xde\xc1\xc3\x47\x40\xa2\xfa\x4a\xc4\xfa\x12\x6a\xbd\xf5\x2b\x51\x00\x11\x3a\xb4\x3b\x50\x9f\xd1\xb2\xcf\x39\x69\x75\x08\x1e\x48\x52\x71\x48\x1e\xb0\xea\xf7\x91\x4a\x90\xcb\x94\x85\xb3\x57\x9a\xa9\x26\x9f\x8c\x1a\x4d\xb3\x4c\xaf\x12\x91\x6d\x56\xc5\x4b\xd7\xbe\xcd\x75\xba\xde\x10\xeb\x18\x3d\x60\x8a\x1a\x6d\x15\xca\xca\xd1\x59\xa2\x3f\x2f\x52\x7e\x0e\x95\xcc\x7b\x47\x9b\xdb\xc3\xb9\x1b\x86\xbf\x58\xce\xc6\xa3\x21\x53\xfb\x81\x6d\xa3\x62\x97\x55\x9c\x9a\x95\x53\x03\x1e\x7e\x6a\x5d\x5e\xdd\x8a\xab\x3e\x6d\x4b\xf3\x12\x37\xd0\x3b\x07\xcf\xfe\x12\xc6\x7c\x66\x21\xbf\x24\x5a\x41\xb7\xb7\x89\x15\x81\xd0\x2b\x0a\xa9\x3a\xb6\x49\x70\x30\x24\x26\x86\x49\x09\xcf\x8a\xad\x92\x07\x0e\xfc\xb5\x95\x00\xa3\x64\xb5\x0e\x53\x16\x94\x14\xa0\xdf\xb6\x4a\x68\x69\x93\xb1\x57\xd6\x71\x54\x2b\xe1\xfc\xe6\x63\xb7\x90\x76\x6d\x61\x2a\xee\x23\x38\x5b\x4f\x97\x71\xab\xbd\x66\x57\x9b\x85\x76\x6e\x5f\x51\x6f\x41\xa6\x71\x57\xbb\xaf\x49\x5d\xc4\x6d\xf1\xed\x6a\xad\x38\x75\x7e\x6d\x5e\xa4\x37\x76\xc6\x6a\x03\xf5\xe2\xd6\x89\x92\x6e\xec\x5d\x78\x97\x6c\xe4\x23\xe0\x70\x0b\xba\xd0\xbc\xdf\x35\x39\xb6\xa2\x2a\xe0\x56\xf8\x0c\xd7\xf5\xcd\x47\xb8\xd5\x5a\xa6\x54\x15\xd8\x76\x8a\x2c\xab\x68\xe3\x45\x28\x5a\xd7\xa2\xd5\x0b\x17\x6f\x02\xdb\x9f\x72\x1e\x3d\x79\x36\xdc\x7f\x9b\xe0\xbe\x7d\x7c\x36\x1c\x3e\xc1\x39\x19\x3e\x7d\xe0\x76\xcc\xad\x73\x76\xfc\xe4\x04\xe7\xe4\xd9\xd1\xe0\x91\x57\x6a\xa7\xc7\xc3\xa7\x78\x24\x1d\x83\x6f\xb0\x84\xb3\xe7\x45\x6d\x0e\x98\xbe\xfb\x7e\xc7\x33\x39\x76\x7e\xf7\xc3\xd9\xcc\x97\x38\xf0\x07\x84\xdb\x9a\x18\x6a\x6c\xb7\x6d\xce\x76\xcb\x1b\xf4\xb1\xf3\x9b\x3a\xbf\x7b\xa8\x83\x7a\x32\x00\xd5\xa5\xe3\xa3\x09\xf2\x11\xf1\x9d\x92\xea\xec\x2b\x3e\xfa\x57\x61\xc6\xfe\x12\xc6\xdb\x2d\x3c\xee\x51\x6d\x58\x3f\xe6\xea\x98\x16\xfe\xc9\xd9\xb3\x23\x8c\x1d\x94\x15\x23\xcd\x89\xca\xab\x99\xec\x55\x50\xf6\x58\x24\x59\xce\xc7\xc1\x55\xb7\x2b\x0b\x38\x01\x61\xf6\x9d\x93\xc2\xda\xc1\xb0\x4b\xa9\xaf\x80\xf5\x5b\x87\xe2\x24\xc2\x98\x70\x61\x9f\x81\x8c\xaa\x1e\xe1\x9c\xb4\x0e\xe9\xe9\xe0\xc9\xb0\xc2\xb2\xb5\xbf\x99\x95\x35\xc0\xad\x9c\xa0\x0d\x9b\x17\x6f\x6e\xd7\x3e\xf2\xff\xb6\xfd\xf2\x25\xc3\xd0\xa1\x3f\x0e\xbe\x7c\xc9\xb6\x7f\xc2\x88\xa0\x05\xc2\x04\xfd\x69\x88\x1c\x59\xf2\x4b\xd6\x3b\x5c\x10\x80\xb4\x48\xfb\xdb\x97\xec\xc7\xed\x97\xec\xc7\x3f\xa9\x1c\x84\xf3\x12\x5c\x07\x79\x62\x37\x85\xe9\x47\x58\xbe\xc0\xc1\xe3\xe9\x49\xba\xf8\x24\x02\xef\x22\x27\xf9\x28\x7a\x52\x2c\x79\x9e\x93\xb3\x27\x83\xd3\xfd\x4b\xab\x46\x27\x8d\xdb\x6b\x3f\xf4\x53\x4c\xc2\xe2\x19\x06\x26\x09\x55\x5f\x27\xa7\x67\x67\x18\x8f\xe0\xe7\xd1\x71\xe5\x7d\x46\xf8\xe8\xf7\x19\x45\x95\xec\x9f\x61\x12\xef\x3e\x18\xf9\xb7\xb5\x82\xaf\xde\x7f\xff\x8f\x1d\xf7\xf7\xd8\x71\x6b\x06\xbe\x0c\x5d\x53\x92\xe0\xbc\x45\x72\xbc\x4f\x44\x65\x77\x91\x85\xa6\x96\x24\xf3\x79\x35\x8b\xca\xfe\x9c\xc7\x92\xa5\xad\x16\x5e\xb2\x4b\x29\x03\x67\x65\x0b\x26\x5b\x6c\x2b\x59\x4e\x32\x37\x03\x54\xbf\xda\xd7\xf4\x3e\xc3\x31\xa9\xc3\x23\x83\x59\xef\xae\xed\x1a\xcc\xe0\x48\x48\x96\x14\x5d\x1a\x9f\x14\xda\x0d\xe0\x81\xe1\xa7\x0f\x50\xcf\x1f\x90\xa4\x3c\xd8\x70\x0f\x5d\x5e\x22\xf7\x89\x8b\xfb\x30\xc5\x1a\x1c\x4a\x92\x8e\xb4\x6b\x01\x22\x4a\x91\x86\x37\xa4\x23\x92\x18\xc1\x87\x2b\xd9\x71\x30\x0a\x9f\xf3\x51\xd8\xeb\xe1\x64\x12\xba\x02\x4f\x58\x88\xeb\x92\xa6\x34\x32\x77\x5f\x20\xbd\xf5\xc3\xf5\x3a\xbe\xf3\x19\x01\x0b\xc7\xa9\x3a\x5c\xa2\x50\xfa\x09\x06\x7d\x11\x5b\x71\x29\x15\x67\xe4\xa7\xae\x91\x23\x26\x91\x9f\x2a\xfe\xc9\xb4\x1a\x83\x93\x23\x22\x9c\x4b\xab\x05\x93\xae\x57\xd8\x86\x9f\xba\x51\xe1\x01\xf5\x3e\xc7\x93\xe5\xd4\x04\xad\xd0\xfd\x11\x78\x96\x51\x36\xb6\xfb\x51\x6a\x4d\xa5\x50\xb7\xc6\x04\xf7\x96\x1a\xe4\x86\x27\x03\xa3\x04\x4e\x6d\x09\xc2\xad\x0d\xb5\xef\x27\x54\x60\x4a\xa9\x1f\xd2\x14\x8f\x95\xa4\x9a\x6c\xb7\xc3\xc3\x84\x52\x3a\x3c\x0c\x83\x44\x47\x27\x0b\xbb\x94\x86\x78\xcc\xe9\x20\xf0\xdb\x6d\x37\xe4\x58\x02\xb5\x05\x1b\x1d\x9f\x95\x6f\x21\xe4\xb0\x3b\x54\xb5\xb0\xfc\x02\x02\xac\x57\x51\x42\xc2\x2a\x02\xea\x5e\x62\xaa\x76\xc3\xeb\x4a\x18\xad\x9c\x88\xdc\x4f\x5d\x23\x3a\x13\xbc\xd6\x4c\x85\x36\xa6\xf3\x7d\x61\x31\xcf\x6b\xc6\x59\x70\x25\xfc\xfb\x86\xa7\x6c\xa6\xa8\x4f\x01\xe4\xbc\xa3\x92\x2d\xe4\xca\xfe\x59\xe4\xca\x4a\x72\x95\x2e\xb9\xca\x76\x72\x35\x0f\x79\xf4\x0e\x08\xde\x31\x40\xcc\xf1\x71\x4e\xd2\x7e\x22\x5a\x5e\xe7\xe2\x7b\x98\x18\x7f\xb0\x4d\x2b\xa1\xa8\xb0\x27\xb1\xe7\xa5\x8e\x6d\x77\x4b\xa3\x38\x87\x75\xc0\x2a\xeb\x40\xe2\x3f\x40\xba\xd6\x33\x85\x0b\x82\xbe\x18\x77\x53\x1c\x3d\x4a\x11\x19\x51\x8e\x37\x81\xdc\xb1\x5a\xec\xf3\x15\x5a\x37\xec\x36\x9b\xd3\x64\x39\x35\xc4\x58\x26\xf4\xd5\x14\x43\xc7\x06\x5d\x78\xd4\x30\xe8\x7e\x2c\x94\x65\xfc\x46\x36\xde\x04\xfb\xd6\xf4\x2f\x4d\x6f\x96\x0f\x03\x3a\x9f\xd7\x20\xcd\xeb\x3b\x50\x43\xc8\x75\x57\x4d\xd9\xd4\xb8\xde\xf4\x82\x49\x1f\xd7\x01\xde\xb5\x06\xab\xcf\x06\x8a\x08\x1f\x8d\x3b\x05\x36\x19\x4c\x03\x86\xdd\x37\x36\x7a\x67\xd2\x08\x6e\x2e\x5b\x03\xec\xda\x42\x66\x17\x6e\xb8\x6b\xe1\x92\x10\x93\xfb\x42\xf9\x33\x2b\x35\x3f\xeb\x7c\x07\x8f\xff\xe4\xd9\xc9\x03\x42\x65\x3b\x43\x9a\xf8\x86\x25\x55\x3c\xa9\xfa\x50\x9c\xad\xcb\x74\x26\x8f\x66\x3a\xcb\xa3\x35\xad\x99\x18\x9b\xfd\x6a\xbb\xe5\x4e\x38\xdb\x36\xd9\xeb\x21\xff\x3e\xbb\x85\x2f\xb3\xe1\x77\x6b\xc7\x48\x0d\xe2\xba\xc3\xb4\xfb\xbc\xd4\xc6\xb2\xd2\xcb\xaf\xb6\x80\xe7\x73\xff\x91\x36\xef\x02\xdb\xbb\xab\xd6\xd7\xdc\x9e\x57\x3e\xbf\x74\x6a\xbf\x66\x59\x94\xf2\xb5\x4c\xd2\xf1\x03\xf9\xd0\x45\x70\x9f\x8f\x60\xd3\xda\x6e\x61\x37\x1b\xb7\xbf\x1c\xd7\x17\xe2\x81\x9c\x88\x29\x65\x13\x31\x75\xa6\x85\xe5\xe5\xa3\x6f\x0d\x6e\xe6\x0b\xff\xd9\xd1\xe0\x04\x66\x5f\x7d\x28\x51\x11\x44\x91\xac\xa4\x8b\x10\x3e\x8e\x07\xc7\x27\x18\x8f\x84\xff\xf4\xf8\x74\xe0\xd0\x47\xf6\xfd\x42\x49\x54\xae\xdf\xe8\xff\x01\x97\x01\x91\x3d\xaa\xd4\xe1\x55\xf4\x84\xcd\x23\xf8\x76\xa9\xdf\xf3\x80\xb3\xcf\xd6\x31\x97\x3e\xc8\xc0\x7b\x18\x54\x7f\x40\xd2\xaa\xc2\x04\x78\xe0\xcd\x7f\x51\xdb\xbc\xa5\xed\x79\xf3\xd0\x22\xa2\xea\x3e\xab\xc0\x3e\x11\xcd\xe3\x5f\x3b\x83\xd7\x3b\x22\x04\x56\x1f\x8c\xf8\x73\x31\xe2\xbd\x1e\x4e\x27\xdc\x65\x01\xb8\x65\x01\x7c\x70\x5e\xbc\x9b\x51\x4d\x31\xd6\xcf\xd8\x70\x3f\x11\x6f\x84\xac\xaa\xf1\x4a\xdf\x1b\xc0\x90\x5a\xd1\x3c\xf3\xc5\x18\x85\xeb\x35\x0b\x53\x14\x20\xa6\x6a\x21\x5c\x4a\xee\x23\xab\x32\x80\x0a\x4c\x49\xc3\x88\xdd\x72\x89\x30\xd1\x6f\x55\x88\x2c\x9e\x4e\x42\x97\x46\x1c\x2b\x13\xa0\xeb\x9c\x48\xfb\xcd\xc5\xe2\x0f\x83\x15\x46\x92\x1b\x50\x0a\xe0\xe6\x71\x72\xf3\x52\xcc\x5e\xce\x66\x90\xde\x0a\x14\x17\x8b\x06\x5c\x5c\x2c\xea\xa0\xb1\xd9\xa3\x20\xb3\x70\x69\x53\x0a\xe7\x95\x4c\xb3\xa4\x05\xbc\x5a\x30\xa1\x62\x9c\x82\x5a\x8d\x07\xbc\x05\xc3\x2d\x43\x07\x6c\x27\x8d\x81\xc1\x63\xc9\x7a\x92\x3b\xac\x5b\x2e\x1b\x84\x2a\x5a\xe0\x84\x29\xdd\x3f\xed\x76\xd4\xa4\x8d\x24\x1c\x28\x45\x05\xca\x5b\x2e\x2b\x20\xde\x72\x69\x14\xbb\xfa\xa3\x4a\x0e\x0f\x01\xf8\x38\x02\x68\x40\x50\x9f\x7f\x9d\x54\x81\x83\xcd\xbe\x03\x8c\xca\x74\x3e\xb0\x44\x1a\xc0\xd4\xe6\x0c\x52\x0c\x28\x95\xde\x5a\xe1\xa9\xbd\x9c\xca\x48\x4a\x9b\x8a\x3c\x41\x38\x4d\xc7\x7e\xea\x79\x62\x2c\x7a\xe8\x00\x81\x8f\x26\x16\x88\x09\x2b\x54\x0e\xe5\x03\x22\x4e\x6a\x58\x0d\xd2\x31\xef\xa1\x03\x9d\x8a\x54\xad\x1e\x7a\xa9\x3f\xa6\xa4\x32\x74\x53\x52\xa5\x99\x72\xaf\xd5\xcf\x69\x9e\x13\x99\x0b\xca\x88\x2f\x69\x8a\x77\xea\x6e\x84\x6b\x1c\x2a\x2b\x0c\x71\x69\x47\x2a\x89\xe3\x87\x81\x0a\xab\x84\x76\xec\x51\x1d\x73\x3d\x67\x1a\x5a\x5f\xe9\x59\x4f\x7a\xce\x9c\x42\xec\x6e\xe1\x28\x38\x39\x15\x75\x3a\x53\x2b\xb6\x36\xe9\xa9\xe7\x6d\xf4\x5e\xc3\xf5\x2f\x8e\x49\xa2\x7f\x25\x38\x27\xbc\x49\x98\x75\x7f\x28\xea\xb4\x54\xc7\xbd\x7e\xf4\x7b\x91\xac\x89\x56\xb4\x99\xda\x75\x0e\x5b\x8b\x1e\x51\xf5\x4d\x64\xc1\x19\xdb\xa7\x7d\x2e\x69\x24\x3b\xde\xa9\x15\xef\xd7\x48\x64\x3d\x2e\xeb\xad\x23\x30\x32\x04\x7c\x90\x62\x3f\xa9\x24\xb3\x19\x29\x37\xd0\x4a\x0e\x17\x0b\xa2\xe9\xb9\x48\xbe\xe5\x92\x14\xcb\xcd\x4d\x2d\xcb\x3a\xcd\xc3\x17\x1c\xae\x69\xee\x97\xc0\x3b\x62\xc0\xbc\xf6\x2a\xaa\x1c\x6c\x80\x50\x4e\xe6\xee\x0b\x39\x7d\x5d\xb1\xa4\xf3\x51\xc9\xbf\x2d\xdb\xb9\xe6\xe3\xb3\x93\x07\xae\x79\x1e\x64\x9b\xc3\x3a\x63\x18\xba\x62\x81\xf0\x4f\x86\x67\x27\x56\x41\xfd\xec\xd9\xe9\xf1\x1f\xd3\x4a\x6b\x63\xcb\xbd\x8c\x47\xf8\xaf\x65\x3c\x96\x70\x8b\x59\x63\x3e\x4a\x88\x58\x13\x1e\xe1\xc0\xc3\xd4\x5a\x1c\x8c\xd2\xe7\x6c\x94\xf6\x7a\x18\x1e\xc1\x96\xf0\xa4\xa5\xea\xce\xf4\xf3\xce\x3a\x80\xf3\x91\x21\x42\x44\xac\x37\x61\x07\x92\xca\x19\xf3\xdf\x08\x8c\xda\x95\xdb\xe0\x61\xb3\x7f\x09\x38\x6c\xd6\x80\xa6\xc2\x1e\xfc\x37\x81\xa2\x8e\x46\x32\x6c\xc0\xf1\xaf\x98\x24\xdd\x6d\x1b\x34\xff\x82\x29\x82\x5e\x0b\x58\xec\xf1\x19\xfe\x13\x8e\xcf\x8c\x86\xcd\xe3\x33\xab\x03\xd5\xea\xba\x2f\x21\x61\xab\x8a\x27\x73\x54\x16\xd6\x14\xb0\x6f\x8c\xe6\xfc\x10\x2b\xa9\xd2\xd4\x99\x30\x78\x6c\x48\xed\x09\x36\x61\x53\xb3\xad\x24\xc0\x2b\x15\x8d\x43\xc1\xca\xa7\x0f\xb2\x98\xe3\xf3\x1d\x5b\x77\xbd\x24\xdb\x79\x62\x3a\x8f\xe6\xa5\x13\x86\x93\x80\x8b\x1c\xd1\x78\xcd\xdf\x30\x2d\x34\x07\x09\x98\x85\xd2\xfb\x9c\x24\xb4\x6a\xc1\xac\x1f\x7f\xc2\xb4\x27\x56\xb0\x86\xd9\x87\x77\x95\xa4\xf4\x02\x20\xb4\x17\x00\x9f\x5b\xc5\x42\xf9\xd0\x20\x57\x5b\x2a\xb2\xa0\x81\xe7\x35\x34\xc5\x24\xdc\x87\x54\x89\x49\x46\xc3\xc9\x60\x4a\x22\x1a\x4e\x86\xd3\x1a\x27\xc0\x8b\x73\xbc\x9e\xa0\xdf\x88\x57\xd3\xd8\xac\x92\xa4\xce\xed\xda\x77\xbd\x16\x50\x2b\xa9\xeb\xa9\x2c\x8b\x51\x9c\xde\x84\x13\x31\x76\x4a\x39\x36\x83\x7e\x66\xbd\x7b\xf0\x34\x93\x88\x54\x98\x10\x67\xb7\x6c\xf0\x1b\xd5\x9d\xbd\xce\xa7\x54\xf6\xd9\x1c\x07\x3b\x3a\x8f\x0a\xb7\x1f\x51\x22\x66\xed\xbd\x1b\xf6\xa5\xad\xf3\x92\x87\x69\xe9\xbb\x64\x64\xc2\xdc\x4f\xdb\x18\x99\xac\xc9\xa9\x44\x34\x73\x38\x95\x68\x07\xa7\x32\x38\xfe\xc3\x9c\x8a\xec\xbf\xf9\xeb\xdb\x8b\xb7\x1f\xfe\xb7\xfa\xf5\xe1\xe2\xcd\xe7\x37\xaf\xed\x2f\x93\xf8\xd7\xb7\x17\x90\xf6\xcb\x87\xf7\x1f\x7f\xf9\xa0\x7e\x1b\xee\x46\xb3\x34\xff\xa3\x19\xac\x6b\x06\x8b\xfd\xbc\x50\x10\x12\x59\xaa\x08\x8d\x46\xd0\x70\x81\x5a\x23\x08\x7c\xa0\x5a\xd9\xc2\x3f\x3e\x7b\xfa\xf4\x1f\x52\x07\x6a\xaa\x41\x26\xca\x01\x9b\xa9\xc9\x2f\xa7\x2e\x1a\x69\xf5\x1a\xc8\xa2\x3a\xd3\x4c\x70\x6c\x9c\xb8\x6a\xa9\x5d\x1d\x80\x23\x87\x0e\x36\x23\x6d\x32\xaa\x73\x4d\x45\x43\x2e\x73\xc3\x53\x43\x9b\xb6\xa2\x21\xaa\x25\xe4\x35\xa5\xe8\x9a\x5a\xac\x7c\xa6\x30\x4a\x0d\x57\x69\x2e\xb5\x88\x30\x5c\xa4\x16\xf1\x40\xe6\x92\x69\x28\xb4\x87\xcc\xff\x9d\x26\x9b\x35\x09\x69\xe2\x79\xdd\xa4\x6f\x9e\xb7\x72\xb1\x18\xcb\x3e\xd3\x0b\xb7\xaf\x15\x14\x76\x1f\x4c\xcd\xf7\x39\x98\x2e\x9a\x48\xbf\x7d\x2e\xc6\xe1\xd8\xe7\x34\x26\xb5\xfc\x0d\x0e\x38\x9d\x07\x9c\x16\x61\x23\x3e\xc2\x26\xb7\xdd\xca\xbe\xfd\x54\xfd\x8c\xa3\x20\x2e\xaf\xd7\x8c\x5d\x24\xcf\x49\x0a\xef\x6b\x0a\xfb\x45\xe8\x2e\xfd\x67\xca\xc0\x61\x9b\x0c\x1c\xee\xbb\x6c\x36\xe7\x59\x0d\xa7\xd6\x92\x73\xb7\x07\xfd\x5d\x76\x59\x5c\x80\x16\x55\xe3\x8f\xd2\x68\x6c\xd1\x11\x1b\x5f\x72\x24\x7c\xc4\x05\x9c\x7e\x97\xaa\x67\xc1\xb7\xde\xe3\xdc\xa9\xc1\xf5\x76\x5a\x5e\xb8\xea\x2d\xc7\x3e\xe0\x2c\xbc\x54\x69\x0e\xc3\x95\xfd\xf5\x65\x93\x86\x73\x54\x71\x78\x33\x16\x5d\x4a\x37\x9e\xa7\xfe\x99\x83\x61\xf2\x06\x07\x6e\x1a\xc4\x4e\x5c\xe2\xbc\x05\xea\x21\x18\x50\x86\x8f\xbc\xc8\x0b\x45\xc4\xe2\x0f\x0e\xb5\xf8\x50\x79\xc1\xe4\x85\x0e\x73\x9d\x35\xb8\x18\xfd\x2e\xa5\xe2\x02\x4c\x17\x2d\x6f\x87\x25\x15\x34\x35\xbe\xd1\x53\xcf\xb3\xaf\xeb\x4a\x43\x9d\x14\x9e\xe6\xa4\x7d\xb5\x76\x89\x04\xb7\xbb\xea\x74\x15\xb4\xb0\x41\xb7\x4b\x62\x6c\x7f\x04\x12\x93\x7b\x55\x1e\x6c\x68\x60\x95\x11\x93\x23\x72\x05\xb3\x8b\x86\x26\x23\x55\xde\x7e\x42\xd7\xdd\x61\xe1\xbb\x5d\xee\xc1\x85\x71\xdd\x54\x2a\x00\x1c\x86\x4f\xf3\x7b\x23\x49\x29\xdd\xe8\xab\xca\x35\x4b\xe7\x49\xba\xd2\xaa\x66\x41\x18\x0e\x2a\xc9\xb7\x5c\xfa\xc2\xbc\xc8\x73\xb0\x57\x59\xe2\xd6\x77\x99\x43\x1a\x94\xd2\xb8\xe1\xd2\xcc\x50\x77\x94\xc3\x74\xb9\x1d\xef\xd4\x35\x55\xe7\x4c\x23\x9c\x57\x02\x95\xd7\xb7\xb8\xf1\xbe\x4c\x67\xdf\x0b\x24\x49\x0a\x75\x96\xa5\x1b\x1f\x83\xab\x8b\xc4\x4e\x5f\xa2\xbb\x1c\xa9\x73\x6d\xec\x5a\x84\x94\xba\x79\x6e\x58\xee\x2c\x9c\x97\x4f\xcd\xed\x50\x37\x79\xe5\x65\x8c\x68\xd3\xa0\x73\x4c\x44\x3f\x11\x17\x05\xa4\x6f\xc4\xcc\x67\x24\xac\xd5\x6c\x6d\x7f\xbe\xb7\x7d\xd0\x64\xeb\x90\x9b\xf0\x9f\x99\xda\x3f\xd8\x92\xbe\xb6\x09\x5d\xca\x68\xd9\x42\xb4\xe1\x46\xd5\xa3\x1e\x97\x76\x1a\x2b\xa8\x1e\x89\x3a\x4a\xb5\x6e\x7b\x0f\x3e\x97\x55\x28\xdb\x34\xd2\xa0\x90\xae\x23\xd3\x2c\xda\x6a\xdd\xd6\x1e\xe2\x7d\x3d\x14\x68\x78\x10\x9d\x8f\x6b\x46\xed\x78\x8d\x05\xec\xee\x5d\x76\xb5\x2f\x4d\x78\x7c\x5b\x46\x6d\xaf\xf5\x34\xd3\x94\x75\x14\xda\x38\x4d\xa1\x3b\x17\xd8\xba\x3e\x95\xda\xe5\x5a\xd9\x4e\x6c\xa0\xe1\x32\xd2\x8c\xd9\xab\x6b\x05\x77\xd3\x42\x77\x30\x72\x6d\x25\x44\x6b\xa5\x14\xdf\x0b\x88\xfd\xa1\xce\x82\x16\x56\x80\xf9\xa9\x42\xd8\xae\x51\x57\x90\x46\xbb\xc3\x96\x92\x0a\xe6\x1a\x65\x34\x24\xf4\x56\x0c\x08\xab\x92\xd4\x72\xad\xf4\x3c\xd7\xfb\x65\x38\x9b\xbd\x11\xb3\x77\x3c\x93\x4c\xb0\x74\xc4\x3c\xaf\x5b\xdd\x2a\xaa\x05\x2a\x5e\x31\xab\x59\xd6\x19\xa8\x0b\xb4\xdd\xf0\xa5\xe7\x65\xc5\xda\x69\xce\x3d\x91\x18\x07\x7b\x0b\x0c\x60\xce\xf6\xca\xf8\x95\xa3\x5d\x71\x01\xe0\x31\xc1\x0d\xff\x56\x4e\xab\x51\x08\x08\x2a\x4b\x85\x40\x4b\xbc\xe4\x7f\x85\x26\x40\xba\x9a\x00\xed\xd5\xc9\xc8\xdd\x69\x9f\x0b\x52\xfc\x76\x99\xd2\x32\xb5\x72\xb0\x95\xc9\xfa\x3c\x28\xbf\x59\xb5\x16\xab\x14\x36\xac\x85\x53\xbb\x32\xcf\x65\x7a\x52\xef\xbd\xa9\x61\x48\x9b\x1a\x86\xb4\xa6\x61\x48\x9b\x1a\x86\xb4\xd4\x30\xb4\xfa\xc9\x2e\x9f\xfb\x33\x92\x6a\xf2\x4e\x1c\x13\xa0\x42\x57\x92\x88\xf8\xce\x89\x29\xcd\xdb\x55\x01\x09\x04\x0d\x4b\x73\x9f\xb7\xde\x39\x58\xd9\x65\xed\xe3\xfb\x7c\x56\xb5\x40\x6a\x30\xd3\xa9\xb1\x3f\xca\x49\x9b\xa5\x61\xa3\xb8\xfb\xe8\x48\x55\x71\xb5\x02\x64\x56\xbb\xed\xe0\x22\xe8\x0e\x89\x3b\xef\xea\xbb\x32\xe3\x2a\xc1\x9c\xfd\xdd\xa1\x61\xd9\xba\x03\x02\x2c\x5c\x77\x50\x28\x39\xd6\xae\x5a\x63\xed\x68\x31\xd6\xf6\x06\x67\xed\xdc\xdb\xac\xcb\xab\x9a\xb5\x82\xaa\x94\x31\x07\x64\x66\x85\xca\xa1\xfa\x69\x65\xc8\x23\xfb\xf1\xe6\x35\x3d\x36\x65\x54\xfa\x09\x4c\xd5\x8a\xfa\x03\x75\x10\x9b\xc0\x1c\xd8\x9f\x61\x47\xf3\xb1\xca\xc9\xb3\x67\xa7\xc7\xff\xe0\x7d\x4c\x69\x9d\xd3\x2e\x8b\x1b\xf1\x5b\x0b\xe2\x4f\x06\x47\xff\x63\x8f\x93\xe1\x8a\xc5\x7f\x8d\x81\xff\xa7\x3e\x4e\x30\x0f\xd9\x37\x16\x75\x60\x0b\x98\x55\x51\x67\x4a\xd6\xbc\x47\xac\xc2\x75\xab\xc1\xba\x75\x71\xfa\xb0\x99\x4e\xc5\x1b\x90\xbf\x4b\x25\x81\x2b\xaa\x3d\xfd\xa4\x33\xf6\x63\x75\xa8\xe3\x52\xe1\x60\x94\x02\x6e\xd1\x80\x13\x50\x6f\xea\x67\xf4\xe0\xae\xf1\x9f\xaa\x15\x48\xda\xb4\x02\xc9\x1f\xd0\x0a\xdc\x3b\xa2\x46\xd7\x91\xc9\xd9\x2c\xcf\x73\x92\x3c\x42\xb0\xb7\xe5\x0b\x97\xf0\xa5\x8b\xf8\x4a\x03\xfb\x64\x65\xc7\x43\xfa\xe3\x15\x14\xd6\x56\xc2\x39\xd9\xab\x57\x3b\x85\x0d\x84\x8d\x9e\xaf\x64\xcc\x62\x92\xc6\xb0\x3b\x81\x9f\x6a\xa0\x63\x40\xdc\xfb\x70\xbd\xe6\x62\x81\xe1\xc0\x09\x6c\x09\xe0\xb3\x6a\xd9\x6a\xe1\x55\xe7\x7c\x08\x08\x6b\xbf\x5b\x72\x00\xb6\x8d\x56\x1b\x6c\xb9\x6c\xc1\x23\x78\x19\x0f\x9b\xc1\x76\xeb\xb3\x86\x75\x49\x3d\xa5\x60\x82\x6b\x0e\xd6\x2d\x4b\xdc\x12\x5e\x51\xdb\x19\x38\x5d\x56\x6f\x17\xc4\x04\x40\x98\x92\x12\x87\x22\x57\x32\x85\x1a\xe9\x63\x6f\x62\x2c\x01\xc0\x55\x0c\xb4\x63\x9e\x51\xff\xbb\xb0\x62\x70\x29\x63\xa1\x44\x04\xb9\x30\xa2\xa9\x3a\x46\x36\xae\x09\x73\x81\x2c\xd8\x96\x1a\x38\x7b\x1c\x17\x56\xd8\xb2\x27\x01\xdf\x71\xb9\x22\x49\x0a\x36\x26\x3b\x39\x96\xc7\x70\x1e\xe9\xee\x97\x0e\x75\x43\x0a\xd2\x30\xbb\xb0\x7d\x05\xda\xe5\xb1\x8b\x97\x36\x0f\x1b\x2c\xb7\xc6\x18\xf0\x00\xa8\x3c\xf8\xe7\xf8\x61\xe3\x8c\xb3\xb3\x07\xcc\xb2\xcb\xa3\xfe\xe4\xe9\xd3\xe2\xa4\x3f\x3e\x3b\x39\x29\xb4\xee\xda\xe2\xa2\x6a\x87\xfb\x07\xce\xfb\x12\xbe\xfb\x52\x0e\x0b\x4a\x73\x9a\x8b\x1a\x8e\xcb\x5b\x30\xe3\x48\xd1\xa9\x55\x1a\x72\xbf\x3a\x3f\x77\xd2\x8b\x79\xc9\x73\xa2\x18\x93\xef\xe5\x83\x6a\x1b\x08\xe5\xf0\x44\x3f\x5d\x30\x37\x35\xa3\x89\x2e\xda\xb2\xc5\xb5\x6b\x7b\xb9\xef\x5c\x9d\x96\xfb\x85\xa8\x58\xe0\xba\x5c\x35\xf6\x05\xd8\x15\x19\x13\x1f\xc7\x0b\x82\xc0\x44\x71\xb2\x03\xcb\xa8\x86\xbe\x28\x8c\x0b\x09\xc3\x86\x6b\x85\x54\x6d\x56\x08\x89\x8a\x29\xd5\x69\x60\x3f\xc0\x70\xae\x55\x10\xb2\x6d\x1f\x6e\xbd\xba\xce\xa8\x3b\x08\x4c\x22\x9a\xf8\x92\x94\x26\x54\xee\x0e\x12\xb5\x99\x04\x17\x5e\x81\xa2\x09\x9f\x2a\xb9\x0c\x06\x5d\xf5\xac\x80\xfd\x04\x5b\x17\x61\x1c\x5c\x83\x90\x8d\xfe\x91\x91\x39\x95\x13\x3e\x25\xb0\x0a\x9a\xf5\xe6\xd8\xf3\xba\xf3\x42\x1d\x3d\xea\x6e\xb6\xdb\xd8\xf3\xba\xcb\xf1\x66\xbb\xed\xc6\xdb\xed\x72\xbc\xf1\xbc\xd8\xf3\x76\xd6\xf6\x15\x5c\xb4\x65\x26\x12\x67\x26\x84\x33\x13\x09\xcc\x44\xd9\xa7\xc5\x72\x52\x62\xb9\x98\x8d\xc4\x99\x8d\x1c\xe3\x60\x4f\x5f\x20\xa7\xe4\x7b\x8b\xec\x01\xc7\x8a\x2b\x8f\x01\x43\x1d\x39\x24\xca\xab\x4f\x83\xcb\x95\xcd\xdd\xe3\xb5\xc6\x60\x81\xf3\xba\x72\xd5\xa7\xa5\xd0\xa8\x36\x6f\xb6\xd3\x83\x4f\x0b\x5d\x30\x7c\x6f\xcf\xc3\x36\x9f\x06\x72\xc7\x94\x31\xac\x43\xfd\xb3\x5c\xab\xd3\x88\x68\x44\x1d\x76\x5e\x97\x39\x9e\xcf\x80\xac\xc6\x72\x22\xa6\x01\xdc\x42\x32\xca\xb6\x5b\x75\x5c\x53\xa9\xfe\x1d\x59\x6e\xb6\x65\xc4\x24\x01\x77\x88\x46\x9e\x08\xf5\x65\x6c\xa8\x1b\x4c\x0a\x4f\x81\x3e\x9f\x84\x53\x9a\x40\x61\x1c\x24\xfa\x35\x6a\x68\x7d\xfd\x39\x91\x0e\x22\xed\xfc\x46\x9d\xcf\x7c\x12\x4d\x71\x79\xea\xaa\x4f\xf7\xe0\xb5\x4b\x62\x12\x4d\x27\xe9\x74\x94\x4d\xcc\xaf\x29\x15\x7e\x8c\xf3\x6c\x12\xa9\x5f\x11\xce\x77\x1c\xdc\xd9\x24\x31\xa5\x13\x37\x28\x42\x56\x09\x6b\xdc\x70\x10\xd7\xa5\x62\x22\xa7\x63\xf5\xc7\x7a\x14\x53\x82\x41\x4e\x9e\x1e\x9f\x0e\xbe\x77\x67\x2d\x8d\x0d\xcf\x97\xe1\x9a\x51\x69\x15\x25\xe6\xdb\x95\x3c\x47\x3e\x90\x23\x88\x9e\x8a\xb8\xca\xb6\x46\xf5\x6a\xa0\x99\x6a\xb6\xae\x2f\xd0\x9e\x3d\x39\x7a\xd2\xe2\x73\xca\x4d\x69\x9c\x85\x8a\x9f\xaa\x8b\x88\x60\xe2\x5a\x73\x9e\xba\xcf\xc7\xb6\xf1\xe7\x1c\x00\x6b\xc5\x0b\xcf\xcc\xdb\xad\xeb\x8a\x90\x84\x94\xf7\x21\x26\xeb\x5b\x37\xbf\x92\x82\x48\x46\x79\xe1\xe8\xee\x22\x5c\x40\x11\xe7\x1b\x55\xa2\x27\x56\x66\x70\x57\x60\x47\x49\xcc\x0b\x44\x51\x79\xd8\xdd\x78\xcc\xed\x3e\xf4\xce\x31\x01\x99\x50\xa6\x77\xf7\xc0\xdb\x22\x64\xe3\xa7\xbf\xc1\xf7\xd1\x2e\x7f\x27\xaa\x0e\x15\x79\xed\x2d\x7c\xc5\x63\x66\xe5\xfd\xb9\xeb\x20\xe0\x7a\x2c\x83\xeb\x92\x33\x35\xcb\x90\xbb\x92\x5d\x08\xc6\x63\x97\x7e\xba\xdd\x3a\x01\x3d\x92\xfe\x25\x17\xd7\xc9\xd7\x5d\xc1\x53\xe7\x8d\xc8\x1f\x9c\x24\xb0\x08\x53\x4a\xe9\xac\x19\x3f\xf6\x7f\x33\xa1\x67\xa3\xc3\xb3\x4e\x18\xa7\x2c\x9c\xdd\x75\xd2\x8d\x10\x5c\x2c\x74\xa0\x6e\x55\x71\xad\x9f\xf8\x43\x6d\xd7\xdb\x63\x62\xbb\x7b\xe5\xeb\xe5\x29\xfa\x2b\x26\x97\xc9\x8c\x72\x22\xfa\x61\xba\xa0\xc9\x68\xa4\x61\x0b\xa9\xe8\x2b\x76\x76\x11\x4a\x08\x28\x1e\xda\x93\xf7\xa3\x1f\x12\x01\x3d\x65\xd0\x4b\x46\x29\x5d\xe1\x28\x51\xf2\xe5\xa6\x34\x41\x03\x67\x9e\x48\xb0\x5b\xf0\xd5\x68\xfb\xc1\xa2\x9f\x31\x21\xa9\xe8\x5f\x9a\x7f\xc3\x74\x51\xfa\xa7\x2c\x00\x2e\xca\x5b\x54\xcc\xcd\x08\x52\xba\xd6\x90\x8e\x04\xc4\x8b\x51\xd3\xfe\xe6\x36\x62\x6b\xcd\xc3\xa8\x1c\x7d\x45\x88\x8c\x63\x47\xa7\x31\xcf\x13\xfd\xf0\x2a\xdd\xac\xa5\x6f\x73\x75\x5b\x78\x94\xd2\x99\xb1\xdc\xd9\x98\x09\x82\x80\xe3\x22\x49\x57\x61\xac\xda\x88\xc0\xcb\x93\x01\x47\x1b\x90\x8f\xd7\xc1\x92\x44\x80\xb5\x16\x0c\x18\xba\x86\x7c\xb0\xb4\x0f\x74\xad\x3c\x2f\x47\x19\x19\x57\x65\xbe\x1e\x95\x99\x0a\x93\x6f\x26\x24\xd2\x43\x02\x6f\x89\x82\x84\x98\x24\x25\x05\x6f\x8a\xcb\x82\xf4\xae\x10\xfe\xef\xd6\x2c\xb0\x80\x93\x30\x5d\x04\x56\x0d\x42\x04\xce\xcb\x75\x52\x29\x6e\x7a\x54\xa5\xdf\xe4\x8a\x39\xbe\x49\xc3\xb5\x31\x2e\x99\x53\xa4\x3d\x0c\xce\x40\x56\x4f\x25\x22\x4b\x27\xe9\x3f\x39\x8b\x67\x88\xcc\x28\x62\xb7\x2c\xda\x68\x23\xcc\xb5\x8e\x20\xae\x84\xa1\x19\x22\xab\x8a\x0b\xf1\xeb\x8a\xdb\xef\x45\xe5\xeb\x4e\x7d\xa9\x4e\xc1\xeb\x78\xe4\x5f\x91\xa4\xcd\x9f\x9f\x12\xd4\x72\x63\x9e\xfd\x9e\xb6\x86\x73\x24\x37\xf4\xbd\xe7\xbd\xf7\xdf\xfb\xdf\xfc\xc9\x14\x63\x3c\xba\xf1\xbc\x1b\x1d\xcd\x21\xd5\x08\xb9\x21\x89\xe2\xb4\xae\xe8\x8d\x6e\xe9\x96\xde\x39\x4a\x9c\xeb\x9d\x0a\x9d\x2b\x87\x2d\x79\xa9\xb6\xed\x89\x26\x73\x62\xd1\x68\x89\x6b\xda\xfe\x16\x4d\xef\x8d\xad\x6e\x45\x95\x00\x6a\x36\x0c\x08\x1f\x68\x2e\xf8\x8a\xee\xbe\x36\x78\x09\x4e\x12\x12\x92\x22\x56\xfa\xc6\x67\x8a\x2f\x65\x24\xd1\x04\xac\x21\xea\x96\xf4\xab\xcf\x6e\x4d\x95\x73\x1a\x6b\xfd\x5c\xb1\x09\x79\x5e\xd3\xbf\xea\xbc\x40\xd8\x9c\xa0\xcb\xcb\xf0\x26\xe4\x12\xe1\xb1\xec\xa7\x2c\x4b\xe2\x6b\xe6\xcf\xfb\x26\x15\xf7\xe5\x92\x89\x1a\x37\x65\xf6\x00\xc2\x00\xcc\x1c\x93\x7a\xb6\x41\x9a\xcd\xc7\x81\xd3\x72\x5b\x8b\x06\x66\xca\x48\xa8\xd8\x0d\xdc\x8a\xc9\x96\x76\xf3\xcc\x37\x6b\x09\x76\xfb\x91\x8b\x6c\x77\x77\x4e\x1d\xfc\x26\x8e\x0f\x49\x76\xd3\x91\xee\x44\x12\xae\xc0\x67\x24\x25\xd2\xdc\x6c\x5b\xf9\x8a\xf2\x31\xd7\x80\x27\x24\xc1\x41\xe2\x63\xe7\xd4\xf9\xe8\x3e\x47\x63\xc5\x71\x3c\xb1\xcb\x7f\x6a\xf7\x70\xa3\x2b\x29\x36\x61\x7d\xf9\xb8\x63\x8b\x2c\x1b\xea\x6b\x28\x3c\xaf\xdc\xdb\xab\x9b\x1d\x95\x44\xc3\xd0\xd6\x96\xbd\x8d\x59\x8d\x76\x6c\x47\x35\x87\x30\x17\x4b\xd6\xb1\x3d\x77\x66\x09\xcb\xc0\xdd\x8b\x09\x78\xd1\x09\x3b\x3f\x40\xe5\x1f\x3a\xba\x2d\x54\xe0\x68\xa5\x27\x81\x6e\xfc\x94\x94\xb0\xdb\xdd\xb8\x7a\x76\x69\xca\xb5\xd3\xd0\x0e\x16\x07\x82\xae\x23\x6b\x55\x5c\x27\xa9\x03\xc3\x1e\xc9\xe3\x44\x6f\xdf\xbe\xe2\xf4\xb5\x0b\x3c\xc5\xac\x4d\x69\x62\xfc\x55\x08\xb8\xaf\x34\x6e\x96\xdf\x25\x51\xb1\xa0\xbb\xee\x59\xe2\xe0\x57\x53\xb8\xc1\x2e\x6e\x82\x81\x83\x24\xf0\x1f\x87\xd0\x02\x99\x1a\x30\x75\xca\x2b\x8c\x86\xa2\x63\x16\x66\x5b\xf3\x25\x75\x5d\x38\xce\x8e\x65\x7a\xf7\x2e\x89\x02\x36\x19\x4c\xf3\xd1\x10\xe4\x03\x1d\x22\x5f\x1d\x01\xef\x92\x88\xb2\xc9\x70\x8a\xc9\x51\x99\x33\xe7\x22\x8c\xe3\x3b\x9d\x77\x34\x25\xb2\x1f\xce\x25\x4b\xf5\xf7\xf1\xd4\x68\x1e\x65\x7a\xf7\x46\xc8\x94\xb3\x4c\x4b\x13\xd2\xe9\xff\xdc\x75\xfb\x60\x8e\x00\x9e\x08\x90\x65\x8c\xa3\xc4\xe2\x6c\x32\xca\x32\x09\x53\xe7\x96\xa6\xb2\xe6\x39\xbe\xd6\x2d\x9d\xd8\xb1\xa1\x34\x49\x24\xca\xa7\x84\x15\x5b\xed\x05\x00\x89\x6d\xa8\x88\x8c\x49\xbf\x3b\x70\x20\xfc\x66\x4d\x5e\x8b\xe8\xaa\x93\x04\xd6\x5c\x79\x13\x69\x1d\x6e\x8f\x2a\x6e\x92\x5c\xe7\x5a\x6a\xc2\x4b\x23\x59\x3e\xf7\xbb\x3c\xfb\x10\x7e\xf0\xad\x77\x71\x6c\x59\xca\x83\x21\x09\xa9\xb3\x5d\xeb\x7b\xa3\x51\xaf\xc7\x4b\x4f\xe4\x58\x2d\x78\x6b\x23\xcb\x71\x09\x86\xd9\xe7\xd4\x86\xae\x79\x07\xda\x1d\x12\x31\xaa\xe5\xcb\x22\x73\x40\x44\x5e\x5a\x0f\x02\x0d\x87\x36\x62\xfa\xbd\xfa\x0c\x5e\x39\x1b\xd1\xab\xf2\xc2\x40\xb3\x2a\x52\xb3\x29\xdd\x41\x11\x65\x7d\xe1\x9c\x81\x77\x24\xf2\x6f\x09\x72\x2e\x2d\x10\xb9\xc3\x24\xf2\xef\x6a\x89\x0b\x4c\x16\x36\x94\x1f\xf8\x1c\x53\x45\x32\x52\x72\xae\x3f\x5b\x8c\x62\xb5\xf4\xb3\x46\x7a\x8b\xf9\x46\xeb\x2c\x80\x5b\xb2\xb2\x67\xeb\x1d\xab\xab\x5d\x91\x52\xaa\xe4\x93\x66\xa7\x94\xd2\x32\xd4\xa0\x82\x6f\xbb\x95\x7d\x11\xae\x18\x06\x8f\x71\xab\x30\xfd\xda\x26\xf9\x7f\x9f\x17\xa9\x3b\x1c\xf8\xae\x1b\x29\x85\x3c\xb6\x03\x09\x98\xec\xf6\x88\x75\x8b\x09\x78\x2e\x0d\x81\x1f\x6b\x82\x75\x6f\x4e\x5e\xf0\x0c\xfa\xd2\xff\xea\x0a\x24\x91\xfb\x59\xb3\xe1\xaa\xf2\x51\x84\xf5\x5f\xba\x82\x1e\xfd\xaa\xba\x54\x29\x8e\x7f\x1c\xed\x4c\x5b\x09\x27\x65\xb0\x29\x78\xfc\xf1\x29\x4d\x56\x3c\x33\xfe\x3e\xb4\x14\xf4\xd5\x8f\x6d\x05\xac\x38\x91\xd2\xcc\xb4\x39\xdb\xbe\xc0\xe3\x30\x08\x8d\x4b\xfb\x96\xf3\xbe\xa8\x0c\x9b\xb6\xf1\x2e\x52\x54\x00\xc5\xe1\x4b\x85\x28\x45\x9e\x2e\x86\x91\x4e\xda\xc7\x40\x6a\x92\xb6\x12\x2c\x6a\x29\x59\x38\xc3\x2f\x9a\x9d\x22\x8d\xb1\xaf\xec\xae\xcd\xd9\x8d\xa3\x92\x11\x36\x76\x24\xec\x92\xc2\x71\x18\x9b\xb2\x6b\x96\x66\xcc\xc7\xa4\xb9\x35\xc8\x62\x5b\x28\x9e\xac\xeb\x48\x16\x6a\x97\xd0\x2d\xd6\x36\x80\xd4\xdd\x1d\xf2\x22\xb3\xdc\x13\x14\x05\xe9\x7b\x58\xfa\x8d\x5c\x3a\xc4\x56\xf1\xb0\x76\x49\x60\xb7\xac\xbb\xb3\x36\x37\x3d\xec\x9a\x0e\x4a\x9b\x20\xfb\x1b\x64\x38\xcd\x48\xe9\x9f\x3a\xd9\x42\xa3\x3f\x2a\x87\x95\xbe\xbb\xaa\x9c\x9b\xfa\x86\x11\x18\x93\xfa\xf9\x62\x37\xf5\x73\x4c\xba\xb5\x87\x07\xb0\xcb\x23\x23\x5c\x46\xcb\x30\x7d\x29\xfd\x01\x2e\x78\x55\xe3\xb5\xc9\xf3\xcc\xce\xdc\x13\xfd\x2c\xe6\x11\xf3\x87\x18\x1b\x93\xb5\x89\x98\x52\x89\x73\x92\xc9\x64\xdd\x08\x12\x6b\xb0\xe7\x7a\x09\x2a\xe1\x9a\x0c\xa6\xce\x71\x55\x65\x57\xb4\x73\x65\x23\xad\x32\x97\xf1\xd0\x27\xd2\x75\x18\xe7\xa4\x21\xb9\xb6\x62\x5d\xc1\x60\x1b\x1a\x95\x86\xa8\xae\x52\x14\xfc\xdb\x17\xaf\xbe\xf4\xf9\x6a\xd8\x0b\x8d\xd3\x82\x9b\x49\x09\xdf\xc7\xb3\x74\xbb\x3c\xb7\xf8\x4d\xea\xe3\xb5\x4e\xab\x87\xa3\xe4\x05\x1d\x8c\x0e\x0e\x12\xab\x23\xa8\x23\x26\x99\x92\x8c\x86\x75\xe4\xc0\x29\x4d\x29\x0d\xfb\xfa\xdc\xc6\xc5\x4d\x04\x62\x62\xa6\xd5\x16\x36\xef\x39\x2d\x28\xce\x0a\x35\x66\x4a\x43\x82\x2c\xeb\x82\x30\x89\x9d\xe4\x92\x6f\xd1\x6d\x45\x9e\x17\x57\x89\xf7\x79\x58\xb0\x3d\x65\xe7\x65\x1a\xe9\x0e\xa0\xa2\x5b\xbe\x6c\xd4\xad\xe1\xa4\x16\xb1\x41\xa2\xef\xee\x0b\xaa\x82\xab\xc8\xb8\xa9\xe2\x91\xe9\x5d\x07\x6e\x21\x21\x6c\xd8\x0d\x97\xcb\x64\x23\x3b\x50\xbd\x93\xa4\x1d\x03\x01\xfa\x03\x00\xe7\x79\x4e\xb4\x02\xa4\xe6\xd4\xb5\x58\x59\xbb\x67\x5e\xe8\x99\x17\x85\xb2\xac\x36\xf3\x02\x98\x28\xde\x9c\xc5\x62\x49\xf2\xea\x44\x15\xe6\x87\xec\xfa\x39\x77\xc1\x34\x37\x33\x5c\xc7\x91\xc9\x73\x75\xcc\x20\xf8\x8d\x4c\x04\x16\xab\x6a\x81\x6f\xec\x79\x49\xd9\xab\xe7\xc9\xe7\x34\x71\x9a\x83\x33\xaa\x8c\x6f\x13\x52\xc5\xff\x97\xf4\x09\xcf\x85\x2c\xcb\x64\x1c\x79\x87\x66\x37\x4a\x8c\xf1\x64\xcb\x76\x05\x4b\xca\xed\x46\x31\xf9\xc6\xdc\x5b\xeb\x3d\xfc\x10\x02\x15\xe8\x8f\xa0\x71\x07\xfe\x88\x0d\xc3\x19\x33\x14\xa9\x0f\x1c\x12\xc7\x25\x38\x50\x37\x70\xf4\x5e\xa6\x84\x5f\x6c\x3c\xb4\xd8\x6a\xa1\x6c\x75\x33\xb6\x42\x62\xd9\xa0\x5e\x9c\x81\xa3\x05\xb3\xbe\xf5\xa5\x6b\xf5\xab\xb6\x8f\x55\x4e\xe6\x5c\xf0\x6c\x19\xb4\xdb\x48\xed\x24\x2b\xa9\xc9\xaa\xea\xd5\xc1\x21\x2b\xa9\x79\x73\x57\x34\x71\x42\x45\x54\x31\x2e\x9c\x79\x55\x3b\x9b\x91\x5d\x30\x39\xf7\x85\x02\x31\x27\xb0\x88\xfe\x59\x20\x6a\x1a\x04\xf0\xcc\xd1\x2d\x76\x9e\x12\xa9\xa3\x8e\xe1\x34\x85\x59\x57\x50\x16\x3a\x84\x3c\x6f\xec\x0b\x3c\x56\x07\x69\x6c\x76\x82\x50\x4a\xb6\x5a\x4b\x84\x73\x62\x4f\x58\x50\xc5\xb9\xa4\x06\xba\x6d\x17\x55\xc5\x59\x7c\x6f\xe5\xcc\xe0\x1b\x3c\x75\x2e\xa4\xe0\x40\x10\x23\xf5\x06\x69\x4e\x0a\xfd\xad\x43\x29\x76\xea\xcd\xc1\xa1\xd0\xca\x72\xbf\xb8\x4f\xc7\x23\xad\x8c\x5c\x58\x86\xe9\xf3\x46\x48\xbe\x62\x54\x1a\xdd\xa3\xc0\xf7\x4d\x25\xd3\x22\x4e\xae\xc2\xf8\x62\xc9\xb3\x71\xf9\xb3\xdf\xd6\x4a\x50\x30\x8e\x28\x05\x55\x5b\xbd\x48\x87\x76\x52\x84\x95\x54\x9a\x93\xd3\xa7\x15\x6f\x10\x6d\x37\x2c\x86\xe3\x26\x82\x16\x52\xf8\xa8\xc5\x13\x73\x61\xb8\xd2\x05\x5c\xe8\xcd\xab\x4b\xa9\x34\xcf\x96\xcb\xd9\x12\x3e\xd2\x0e\xa2\xdd\x68\x7e\x71\xb8\xc8\x3a\x0b\x26\x25\x4b\x8d\xc5\x5c\x47\x31\x7d\x89\x38\xb0\x62\xbd\xe1\x34\x10\xaa\xb0\x0b\x1a\x19\x9e\xe7\xb3\x1e\x05\xbf\xd2\x90\xca\x17\x22\x49\xd9\xab\x30\x63\x26\x87\xdb\x9c\xd5\x26\x96\x3c\xe6\xc2\x66\xac\x6c\xc6\x2c\x91\x2f\x63\xdb\x50\x66\x53\x37\x82\x47\xc9\xcc\x16\xde\xd8\xe4\x4c\xf2\xe8\xeb\x9d\x49\xbd\x53\x72\x5a\x9e\x93\xe3\xd3\xe3\x07\xbc\x3c\xdb\xab\xdb\x67\xc7\xcf\xce\xb4\xab\x8c\x67\x4f\x8e\x8e\xb4\x89\xa6\x9a\x09\x6d\xa2\x39\x3c\x3e\x3e\xc1\x24\xa3\xc2\x7f\xf2\xf4\xe9\x53\x4c\x22\xca\x7d\x25\x23\xf8\x11\xb9\x5f\x30\xf9\xc9\x58\x94\x04\x21\xe1\x6a\xed\xa8\x43\x30\x84\x9d\x3a\x21\xd9\x92\xaf\x82\x2c\xc7\x8e\x75\x49\x94\x13\xd5\xe0\x23\x3d\xbb\x03\x10\xdc\x82\xd8\xcf\x36\x6b\x68\xa5\x7c\x42\x9a\x95\x97\x3c\xbb\x5e\x99\x92\xf0\x11\x94\xd2\xe5\x0e\x45\x84\x3b\x29\x22\xd5\x66\x3a\x59\x27\xec\xc8\x74\xc3\x3a\x6f\xce\x4f\x2b\x31\x43\xe5\x32\x94\x1d\x0b\x65\x67\x6d\x60\xe9\xcc\x4a\x78\x35\x1b\x80\x16\x7c\xa5\x56\xd3\x61\x78\xb8\xe0\x2b\xdd\xb8\x35\xd5\x4a\xfc\x7a\xe7\x04\x41\x01\x64\xc3\x0c\xb7\xeb\x38\x16\x4c\x3a\xa1\xe2\x8a\x9c\xc3\xf0\xd0\x10\x53\xa1\x00\x51\x45\xed\xc6\x95\xe6\x39\x51\xf3\xfa\x1d\x94\xd2\x3a\x0d\xbc\xa0\x94\xc7\x4c\x48\xeb\xf5\x22\xc9\xca\x89\x22\xd1\x8e\x6b\x82\x58\xe1\x6c\xf7\x34\xa6\xdb\x6d\x37\x72\xa6\x32\xfb\xe7\x4e\xa5\x9e\x31\xee\x63\x22\x69\xe4\xc7\x98\x08\x30\x6c\x29\xe6\xcb\x0a\x77\x9e\x27\xd4\x40\x34\x3b\x14\x96\x25\xc0\x67\x76\xe5\xde\xb4\xea\x2e\x7b\xc1\x64\xc0\x72\xbd\x9e\x9f\x9c\x3c\x6d\xde\x9b\xdb\x89\x39\x3e\x3a\x7b\x86\xcb\x87\xff\x6a\xb1\x1e\x0d\xce\xf4\x52\x7e\x32\x18\x9e\xea\xa5\xfc\xf4\x68\x30\xc0\xfd\xaf\x71\x22\x42\x58\xd0\x47\xc7\x47\xcf\x70\x9f\x67\x9f\xe2\x90\x0b\xb3\xaf\x46\x6a\x9a\x9f\x9d\x3c\x55\x1c\xbb\xf0\xcf\x4e\x4e\x4e\x31\xd9\xa8\x5f\x67\xa7\x4f\x70\x7f\x1d\xa6\x19\x23\x73\x3a\x41\x7c\xb5\x40\x04\x85\x9b\x19\x4f\x10\x41\xd7\x7c\xc6\xd4\xbf\x6b\x1e\xc9\x4d\xca\x10\x41\xd9\xb5\xca\x37\xbb\x25\x41\xab\x70\x8d\x08\xe2\xf3\x34\x5c\xa9\x5c\xb6\xba\x62\x33\x34\x25\x4b\x3a\x41\x1a\xa1\xaa\x8a\xbc\x8b\x19\x72\x42\x46\xce\x4c\xc8\x86\xe2\xa5\xb9\xb5\x3d\x6e\xde\xd3\x08\x7c\x2f\x7d\x36\x11\x53\x22\xaa\x57\x30\xeb\x4a\x5c\x94\x7c\xc7\x53\x77\x57\x27\xba\x72\x4d\x57\xca\x10\x53\xb3\xba\x65\x8a\x84\x90\x6b\xa2\x70\x18\x0e\x66\x24\x25\x65\x2e\x80\x3a\xae\xe9\xe1\xdf\x26\x7f\xfb\x32\xf8\x22\xbf\x88\x2f\xf3\x2f\x69\xe7\xf0\x39\x7d\x31\xed\xfd\xe9\xb0\x12\x69\xb9\x9c\xcc\x2b\x8a\x10\x79\xaf\x8e\x95\x22\xff\xa6\xfe\xb2\x51\x5f\x85\xc8\x70\x61\x03\xee\x86\x10\x0f\x20\xd3\x36\x28\xc4\xe6\x7e\x4a\xb4\x5d\x1b\xbd\xb2\x0e\x53\x74\x0e\xb0\x8a\xc8\x32\x93\x33\x1e\x16\xf1\xc3\x26\x53\x37\x4a\xef\xa7\x30\x65\x42\x7e\x48\x66\xec\xa2\x66\xb7\xfc\xad\x34\x57\xf9\x36\xf9\x56\x70\x5e\x53\x68\xbb\x47\x05\xfc\x6b\x9f\x5c\xd5\x1b\x7b\x5f\xe9\xb2\xb5\xd5\x79\x9f\x8b\x28\xde\xcc\x98\xf6\xe6\xac\x06\x83\x3d\xaf\xda\x55\x05\x72\xa3\xd8\xb6\x65\xf3\xdc\x97\xd5\xb7\x00\xfe\x7d\x4e\x16\x76\x7d\x64\x44\x62\x43\xca\x69\xb3\xd8\x1d\x91\x26\x0f\x93\x65\xbb\xc9\x91\xec\x87\x71\x9c\xdc\xb0\xd9\x45\xb8\x50\xac\x85\xfb\x59\x98\xb7\x32\xfc\xe2\x60\xe8\x79\x5d\x93\xfb\x97\x4d\x2c\xf4\xc2\xd6\x95\xa2\x44\x64\x49\xcc\xfa\x37\x61\x2a\x7c\xf4\x45\x7c\x11\x5f\x36\x47\x67\xe1\xe0\xcb\x66\xce\x06\xf3\xce\x7f\x26\x9b\xb4\xf3\x77\xa7\xdd\xbf\x77\x92\xb5\x56\x22\x18\xd4\x90\xce\xdf\x91\xf5\x02\xc5\x08\xfa\x3b\xe9\xdc\x2c\x79\xb4\xec\xf0\xac\xc3\xc5\x92\x29\x74\xc7\x77\x5f\xc4\x75\xd1\x6f\x47\x26\x9d\xbf\x9e\x9f\x2b\x4e\x34\x8c\xbe\x66\xfd\xce\xa7\x98\x85\x19\xeb\x68\xd7\x6d\x1d\x2e\x3b\xf3\x34\x59\x55\x3b\xed\x7f\x11\x1f\x53\xa2\x6a\xce\x78\xa6\x1b\x59\xf2\xcc\x06\xbd\x26\x9d\x70\x36\x83\x48\xda\x7f\x6f\x19\xa3\x85\xf8\x8b\x08\xc5\xac\xc3\x44\xb6\x49\x59\xe7\x2e\xd9\x74\xc2\x94\x75\xc2\x28\x32\x26\xee\x26\x4a\x37\xcf\x3a\x29\xcf\xbe\xf6\x15\x26\x10\x5c\xa3\xea\x4b\x5e\xf2\x92\x7c\xa5\xb2\x2f\x12\xa1\xa8\x50\xb5\xbb\xdd\x36\xf6\x0c\x82\x14\xc5\x85\x29\x0b\xd5\x9e\x03\xbd\xa2\xe9\xa8\x98\x97\x22\x5e\x46\xe6\x79\xfe\x2d\xbd\xcf\xc9\x4b\x78\xe4\xe3\xb7\x94\x70\xd7\xb8\x5a\x76\xb7\x13\x39\x55\xbb\x40\xb1\x1d\xb0\x76\x9a\x68\x89\xe9\xe1\x79\xac\x8c\x73\xf2\x23\xc2\x2f\xe8\x60\x6c\x48\x35\xf1\xdd\xc8\x95\x5f\xbe\x7c\xf9\xf1\x70\x41\x50\xff\x47\x84\x71\xa0\x7a\xac\x6c\x2a\xe5\x6a\x7b\x09\x36\x31\x4e\x48\x93\xbf\xf9\xa8\x27\x4c\x20\xcf\x2d\xc2\x3d\x84\xff\xa4\x91\xa7\xb1\xf7\x51\x0d\xf3\x82\xde\xe7\x23\x67\xac\xc6\x49\x5f\x63\xa0\x9e\xe7\xaf\xfd\x5b\x1d\xf1\xc6\x8c\x1a\x93\x12\x18\x13\x6a\x04\x63\xf2\xf1\xbf\x1d\x25\x1f\x77\xa3\xe4\xe2\xd1\x28\x01\x78\xcf\xc9\x25\xf9\x46\x5e\x91\x37\xe4\x03\x79\x47\x5e\x5b\xd4\x80\x89\xf6\x3c\x49\x57\x8a\xc0\xea\x98\x81\x71\x8e\x5a\xb9\xae\xb1\xa0\xac\x2d\x9c\x0b\xbc\x47\x5d\xf4\x33\x60\x89\x2f\x6c\xe3\x3e\xc3\x98\xa0\x1f\x75\x08\xdc\x73\x2a\x82\xd7\xda\xc6\xc9\xc0\xf6\x89\x76\x87\xa3\xcf\xe6\x15\xfe\xef\x30\x28\xde\xff\x04\x5b\x91\x7f\x9f\x88\x64\xad\x58\xeb\x45\x45\x60\xd4\x9a\xac\x3e\x13\x10\x3f\xfc\xcf\x72\x15\xff\x94\x6c\xc4\x2c\x4c\xef\x3c\x0f\x2d\xe5\x4a\x6b\x01\x3c\xef\xb3\x8f\xc9\x07\xfc\xae\xd7\x03\xdb\x1d\x23\xc6\x42\xe8\x70\x68\x65\xf4\x4d\x63\x97\x9b\x07\x7d\x64\x4e\xbb\x43\xb2\xa4\xdd\x2e\x87\xbd\x5c\x31\x9e\x6b\xff\x35\x81\x18\xa3\x09\x7d\x3d\x61\x53\x7d\x25\xcd\x8b\xb3\x47\xd0\xc4\xfe\x2e\xe3\xfd\x25\x50\xdb\xf3\x7c\xde\xe7\x42\xb0\xf4\x42\xab\x61\xe0\x78\x20\x4c\x17\x08\x17\x3a\x66\x8d\xcf\xe1\x5a\x87\xb2\x32\x91\xbc\x99\x5c\x4e\xcb\x4f\x8c\xc9\x39\xf4\x7f\xbe\xaf\xf3\x3f\xd2\xac\x5f\xdb\xd1\x0f\x86\x6a\x8a\x76\x6c\xeb\xdb\x2d\x4a\x59\xb4\x49\x33\x7e\xcd\xde\x64\x51\xb8\x06\xf5\x0e\xdc\x51\x39\x15\xde\x83\x9c\xd6\x6d\xd5\x5d\x14\x8e\x78\x34\x73\x62\x18\xf3\xee\xd0\x5e\x89\x0d\x72\xff\x15\xd6\x5e\xeb\xbb\x6a\xef\x63\x99\xda\x28\xdf\xf1\x15\x97\x9e\x77\xf9\xa2\x96\xa4\xe6\x64\x4e\xbb\x03\xf2\x4a\x0d\xab\x3b\x20\x68\xc6\xb3\x28\x4c\x67\xbb\xc1\x82\x78\x4d\x5f\x9d\x31\x79\x9e\xff\x41\x55\x7d\x47\x87\xd8\xb6\x83\xc9\x65\xaf\x47\xe6\x5a\xfd\xf5\x40\x93\x66\x08\xa3\xf7\xf4\x8a\x28\x16\x26\xbf\xea\x51\xf4\x1c\xf5\x18\xb1\x5b\xb5\x71\x45\x51\x20\xf5\x1c\x92\xff\x9c\x64\x52\x4d\x4f\xb6\xdd\xd6\x72\x5e\x27\xab\x90\x8b\x0c\xd7\x88\x07\x21\x4c\xfc\xee\xed\x76\xab\xb6\x2a\x35\x17\xb7\x13\xf4\x23\x9a\x62\xcf\x9b\xf9\x15\xeb\x78\x63\x96\x77\xdd\x97\x2c\x93\x85\x65\xf8\x5c\x11\x35\x84\xa3\x2e\xdb\x30\xe8\xb8\x9d\xb0\x69\x81\x91\xa4\x68\xb9\xc8\x55\x1f\x95\xfc\xb5\xff\x12\x6a\xbf\x54\x15\x4d\x2f\xdb\xed\x4b\x53\x4b\xff\x5b\xf4\xbe\x2c\xc2\x72\xf3\xb9\x7f\xeb\x79\xaa\x37\x0d\xd2\x8c\x2c\x68\xea\xc3\x37\xa8\x62\x14\x95\x2c\xfa\x99\x8f\x47\x5d\x7f\x46\x17\x7d\x51\x06\x8e\x86\xf2\x77\x74\x66\xac\x80\xf8\xdc\xcf\xfc\x3b\xec\x79\x77\x40\xe2\xf6\x5f\x4a\x69\x82\xef\x97\xf6\x36\x04\x98\x49\x35\xe0\x01\xa5\xf4\x4e\x6b\x1c\xd6\xb1\xd1\x65\xdd\x90\xaf\x54\x38\xde\xb8\xc9\x39\x4d\xfd\xaf\x25\x20\xe7\x06\x90\x1b\x7a\xde\x00\xe4\x92\xde\x18\x40\x00\x43\x77\xe6\xce\xaa\xc0\xd1\xa5\x9a\x3b\x88\xf7\xfd\x7e\xfc\x9e\x5e\x06\xef\x7b\x14\x75\x50\xef\xb2\xb0\x6a\xfb\x05\xdf\x9f\xf7\x99\xff\x0b\xce\x8d\xb6\xf0\xfe\xbc\x3f\xf7\x71\xae\x15\xf5\x8d\xf6\xe0\xbd\x90\xe7\xf9\xef\xa9\xc0\x23\x41\xdf\xe7\x4e\x3b\x8b\x6a\x3b\x0b\xdd\x0e\x9f\xfb\x4b\xa0\x02\x00\xd0\x21\xb0\x25\x5b\xb1\xec\xe5\x7a\x1d\x73\x36\xbb\x48\xca\xc3\xdf\x99\x5f\xcf\xfb\x55\xbb\xc0\x32\xec\x3f\xec\x69\x85\x17\x36\xb3\xd9\x18\x53\x84\x2a\x8d\xa3\x2c\x8d\x90\x9e\x84\x6b\x08\x87\xdf\x1d\x00\x3e\xd5\xc7\x2b\xd8\x74\x7f\xf9\xfc\xce\xd7\x16\x8b\xdf\xbd\x1c\xa0\x95\x37\x74\x4f\xc5\xc9\x14\x83\xdb\x96\xf6\x5b\x59\x4a\xe9\xab\xfe\xd2\x94\x56\x47\xe9\x87\x46\x5b\xa6\xab\x07\x5a\x2a\x5b\xd1\x52\x6d\xf9\xdd\x67\x62\x96\xfd\xca\xe5\xd2\x47\xfd\x92\x43\xd5\x47\xf0\x37\xfa\x66\xbb\xfd\x60\x27\xee\x3f\xf1\xfd\x37\xda\x1d\xaa\x79\xea\x7e\x7b\x08\xd1\x60\x9f\x6a\x04\xc8\x56\x44\xbf\xb3\x88\xe6\x73\xdf\x17\x54\x38\x91\xdb\xfc\x2f\x37\xbd\x00\x8f\xbf\x64\x3f\x4e\xbe\x7c\x39\x9c\xda\x7f\x0f\x09\xfa\xd3\xf0\xf0\x10\x61\xdc\xcf\x64\x98\x4a\x03\x75\xca\x62\x08\x0b\x19\x20\xdc\xbc\xed\x29\x32\x3b\xec\x76\x1d\x27\x5c\x96\x9a\xdd\xe2\x26\xf9\x35\x2d\x8b\x1d\x1e\xda\x9f\x07\x19\x97\x0c\x91\x4f\x74\x30\xfa\xf4\x7c\x38\x18\x8c\x3e\xf5\x7a\xf8\x75\x8f\xa2\xc3\x02\x4b\x9f\xdc\xb3\x1f\xa8\x84\xbc\x06\x3a\xf9\xdd\xf3\x50\xb5\x1d\x4a\xe9\xef\x05\xca\x9d\xdc\x40\xe7\x80\xba\x23\x4a\x62\xfc\x8e\xae\x7d\x49\x10\xcc\xf0\x5b\xc0\xde\x67\x53\xf2\x97\x34\xce\xc0\x30\x70\x47\x5e\xd0\x2d\x08\x43\x67\x16\x44\x56\x4a\x35\x36\xcb\xd0\x4c\xb1\xc3\xed\xaa\xe9\xd0\x75\xa5\xa2\x9e\xc1\xcf\x74\x4f\xc5\x07\xe9\xfa\xf7\x0a\x5d\xbf\x6d\xb4\xf5\x38\xba\xfe\xbd\x46\xd7\xbf\x3f\x8a\xae\xdf\xd1\xcf\xdb\xed\x5b\x87\xae\xdf\x59\xba\x7e\xf7\x28\xba\xce\xd2\x28\x63\x52\x13\xb3\x25\xe1\x39\x8d\x7d\xb1\xeb\xd5\xcb\xaf\x45\x1d\xc2\xfa\x9b\x34\x86\x07\xe7\x7d\x76\xcd\x63\x75\x72\x2b\x04\x74\xfd\x39\x5d\xf9\xf3\x36\x73\xcb\xae\x2e\xa9\xc4\x04\x6b\x00\xf5\xd0\x2e\x27\x1e\x6e\xab\xf6\x22\xdc\x44\xd7\xd6\xd0\x35\x96\xd1\x2f\x9f\xdf\x75\x56\x3c\xcb\xb4\x19\x7c\xa1\x99\xdc\xa4\x71\xcf\x67\xfd\x9b\x31\xea\x94\x28\xee\xdf\x10\x74\x83\x30\x78\x52\xf7\x59\x7f\x59\xcd\x5c\x12\xb4\x2c\x33\x67\xd5\xcc\x19\x41\xb7\x3a\x53\x01\xa8\x85\x02\xa2\xce\x39\x77\x70\x54\x94\xf3\xf6\x98\xc9\xd2\x82\x50\xb9\xf1\xfc\x95\x7e\x9c\xb0\x29\xf9\x99\x7e\x84\x33\x9f\xfc\x99\x4e\x2e\x54\xc2\x05\x7c\x4e\x9b\x41\xe3\xaa\xcf\x9a\xe0\x70\xf6\x05\xfd\xcd\x17\xe4\xaf\x9e\xf7\xf3\x38\xf2\xff\x4a\x7e\xc6\xc1\x5f\xb7\xdb\x9f\xc9\x9f\x1f\x3d\x45\x9a\x8e\x40\x1c\x2e\xc8\x48\x41\xf7\x97\xe6\x83\xde\xae\xac\x7a\x8c\x14\x24\xa5\xa1\xcf\x30\xe1\x94\xf5\x45\x32\x03\x8b\x89\x91\xa0\x72\xc2\xfb\x19\x8b\x59\x24\x93\x74\xea\x79\x12\xc6\x33\x8e\xfc\x4a\x3a\xd1\xc9\x38\xa8\xa4\x6e\xb7\x3a\x79\x24\x3c\xcf\x4f\x8b\x46\xf5\x0f\xca\xf5\xbf\xfd\x14\x82\xd9\xb6\x21\xc6\x35\x64\xc2\xf7\x8a\x4f\xd6\x7e\xa5\xb4\x63\x05\xfd\x7b\xda\xcf\x92\x15\xdb\x61\x7d\x04\x8c\x97\x31\xb9\x51\x93\x0f\x6f\x45\xb4\x61\x4f\x69\xd9\x93\xe7\xbe\xc0\x64\x32\x75\x3c\x09\xe4\xfe\xc6\x67\x3d\xd4\xb9\x47\x3d\xd1\x43\x39\xc4\x5c\xb0\xc7\xa3\x42\x6e\x06\xf3\x25\xda\x6c\xce\x58\x6d\x98\x76\x78\x7e\xeb\xb3\x4e\x66\x94\x56\x30\x94\x1e\x0a\x50\x4f\xda\xb0\x76\x2c\x07\xa0\x0c\xbd\x8e\x10\xce\xfd\xbf\x60\x32\x00\xd3\x99\x47\x12\xc3\xa3\x09\xfa\x4a\x73\x65\x09\x01\x25\x75\x21\x56\x5f\xf5\xe8\x0f\x14\xfd\xd0\xfb\xc9\x17\xa4\x3b\xc0\xbd\x1f\xd0\x0f\xc6\x80\xa2\xad\x91\x9d\x19\x18\x13\xc3\x7b\x65\x2c\x9e\xbf\x8a\x13\xb5\xe0\x1d\xb9\x63\x0c\xdd\x1f\xbe\x40\x81\xea\x11\xbd\x40\xa4\xeb\x70\xfb\xdb\xed\x52\x1d\x18\x4a\x5c\xfc\x19\xd6\xd0\x76\xab\x8a\xfd\xe4\x4a\x04\x98\x7c\x52\x3b\x1e\x26\x73\x78\x1b\xf0\xbe\xf7\x93\x7f\x85\x41\x83\x8a\xf3\x9c\x98\x70\xe2\xf5\x4d\xe9\x83\x8d\x99\x98\xd2\x8a\x56\x11\x8c\xb6\x40\x76\x4f\x95\x74\x48\x98\xeb\xa0\xaf\xe8\x72\xec\xfc\x0e\x18\x2e\xe5\xad\x6e\xbb\x70\xb4\xdd\x5a\x06\x51\xbf\x67\x30\xab\x54\x7d\xd8\x1b\xe5\x9f\x7c\x46\xba\x43\x3c\x72\x07\xeb\x79\xdd\x4f\x0a\x3f\x6e\x9a\xcf\x89\xc0\xc1\x27\x8d\x07\x6e\x66\xe4\xaa\x47\x41\x18\xb0\x03\xc1\x6d\x4a\x59\x06\xd8\x88\xe2\x24\x63\x55\x25\x02\x60\xe4\x83\x66\x93\x0f\xec\x69\x35\xfa\xa0\xce\x2f\xad\xe0\xf9\x56\x1a\xb4\x09\x7c\xff\x81\x76\xbb\x0f\x2a\x1c\xc8\xe5\xc1\x81\xb9\x34\x52\xc2\x24\xa0\x15\x7a\x30\x34\xa2\x12\x1f\x14\x53\x2b\x34\x2e\x5a\x95\xd2\x3e\x2e\x25\x4e\x25\xd4\x83\xaf\x43\xf5\xc3\x1a\x2b\xab\xdf\x6a\x05\xb3\xdb\x28\xde\x28\x81\xdd\xa2\xb6\x91\xe4\x0b\x3c\xbe\xa2\x57\xfd\x6c\x73\x95\xc9\xd4\x1f\x10\xe1\xea\xd0\x71\xe0\x37\x21\xa8\x68\xb2\x7d\x4c\x76\xc1\x48\x8c\x3a\x61\xc7\x12\x00\xca\x7f\x7e\x88\x7a\xac\xa7\x16\x40\xda\xa0\x63\x1c\x98\x34\xf3\x99\x43\xc8\x76\xa3\xa3\x1e\x15\x7c\xcb\x4d\xca\x21\x72\x37\xf9\x5d\x71\x2a\x3e\x26\x57\xe5\x1d\xc2\x67\x1f\xdf\xc3\xd5\xc2\x25\x1d\x90\x6f\x74\x32\x25\xaf\xe8\x7d\x4e\xde\xa8\x3f\x6a\xaa\xc9\x3b\x3a\x28\x6f\x40\x7e\xd2\xaa\x25\x63\x61\x62\xb4\x5b\xdd\x8a\x76\x8b\xf5\x40\x14\xb7\x60\xf4\x67\x2c\x4a\x66\xec\x8d\x90\x5c\x72\x50\xb3\x32\x5a\x06\x61\x3e\xf4\x0e\x17\x04\x79\xe1\x6a\x3d\x72\x03\x2a\x3f\x87\xd4\x58\x56\x12\x5f\x40\xe2\x42\x25\xaa\x2d\xa9\xda\x0e\x82\xcc\xdf\x37\x89\xca\xc6\x98\x54\x3b\xf1\xc7\xdd\x49\x78\xf0\xed\xe5\xc1\xff\x1d\x1c\x3c\xfb\x8f\xe9\xfd\x90\x1c\x0d\xf2\x11\xfe\xa7\xf4\x4d\x58\x89\xae\x5f\xdd\x27\x22\xbe\xa0\x55\xe1\x63\xf2\xe5\x76\x30\x38\xf8\x72\x7b\x34\x98\xf6\x74\xe4\x68\x17\x8c\xee\xc1\x41\xff\xc7\xf1\xc1\xc1\x0b\x9b\xb5\x82\x8d\xfb\xf0\x6f\xbe\x19\xca\xb4\x1c\x52\xff\xcb\x41\x6f\xfa\x23\x0e\x0e\x35\xcb\x90\x5a\xbd\x51\x57\x14\xb5\x26\x87\x5f\xbe\x4c\xef\x8f\xf2\x43\x5c\xf2\xe8\x9f\x8c\x28\x60\x79\x7b\x1b\xc6\x65\xa2\xf6\x86\xe4\x5d\x72\xc3\xd2\x57\x61\xc6\xfc\x32\xd4\x9f\x5f\x17\x95\x7f\xba\xbb\x50\xbb\x21\x1e\x57\x15\x63\x6e\xae\xab\x3d\xe1\xd8\x91\x1d\x4c\xa1\xed\xb6\xb5\xae\x53\xa7\x44\xe8\x6f\xb5\xa7\xa0\x72\x0c\x53\xa1\xd5\x14\x10\x9b\x5b\xb1\xc5\x3b\xb9\x2a\x73\xe2\xb8\x1a\x3b\x51\x67\x15\x9c\x00\xbb\x9a\x55\xb0\x8f\xb7\xcc\xa1\xdb\x41\xd8\xfa\x79\xbe\xa3\xf7\x55\xea\x0e\xba\x83\x7c\x54\xde\x26\xd1\x7b\x67\xe3\x0a\x26\x28\x9c\xcd\x52\x96\x65\x88\xa0\x30\x95\x3c\x82\xeb\x89\x30\xe3\x33\xf5\xef\x3c\x49\xe0\x05\x3d\x5a\xb2\x70\xa6\x7f\x0c\xd5\x9f\x23\xf5\xe7\x58\xfd\x39\x51\x7f\x4e\xd5\x9f\x33\xf5\x67\x91\x26\x9b\x35\xdc\x9f\x72\x81\x08\x12\xe1\x35\x22\x28\x63\x5a\x11\x4d\xd0\x55\x9c\x44\x5f\x15\x4d\xaa\xc6\x67\x33\xf5\x87\xab\x12\xb3\x58\xfd\x91\xaa\x47\xbe\x88\xc2\xb5\x29\x0e\x57\xcd\xaa\xe8\x52\x75\x1d\xf3\xb2\xe1\x44\x55\x50\x1d\xad\x21\x7f\xa3\x3e\x43\xf5\xff\xd5\x95\x2a\x7a\xa5\xfe\x9f\x71\xf8\x9b\xa8\xbf\x2a\x31\x02\x79\x16\x29\xd4\xa8\xde\x42\xa9\x2a\xcc\xe6\x02\xee\x77\x11\x41\xaa\xf8\xd7\xab\x19\x74\x92\x7e\x45\x04\xfd\x8e\x08\x4a\x55\x53\xa9\xea\x29\x95\xf0\x27\x52\x7f\x37\x57\x77\x6a\x5c\xea\xff\x70\xa5\x32\xb3\x55\x18\x2b\x18\xb2\x75\x28\xe0\x9a\x27\x4d\xc4\x42\xfd\xd8\x5c\xc1\x5f\x55\x46\x72\xb8\x4b\xde\x20\x82\xae\x43\x05\xd0\x8d\x06\xab\x18\x6e\x04\xa3\x8a\x92\xd8\x62\x11\x9e\x24\xab\x7f\xaf\x92\x99\xea\x50\x2a\xe0\xa4\x9a\x14\x78\x0d\x08\x7f\x58\x08\x89\x29\x9a\x92\xe6\x99\x14\x14\x87\x16\x69\xdc\x1c\x05\xf7\x61\x30\x41\xcb\x94\xcd\x61\xa2\x00\x36\x19\xa6\x0b\x26\xd1\x94\xf0\xd5\x22\x98\x80\xc2\x62\x9a\x13\xe7\x20\x08\xec\x4d\x3a\x80\x0e\xd3\x62\xae\xb1\xae\xc2\x8c\x99\x7f\xe6\x09\xf8\xc0\xe1\x62\xbd\x91\x30\x6f\x42\x61\x73\xc5\x64\x88\xa6\xa4\xba\x9e\x14\x04\x52\xaa\xb1\xaa\x7f\x14\x42\xe7\xd2\xd0\x4f\x2c\x13\xb8\x28\x8b\x1b\x95\x60\x01\x07\xf7\x39\x79\x50\x41\x56\x0e\x50\x0d\xc5\x90\x80\x69\xae\xbe\xcf\x68\x73\x86\x06\x9f\x10\x74\x87\x39\x69\x5c\x8d\xec\x7a\x05\x2e\xca\x38\xae\x62\xbb\x15\xd6\xd1\x42\x61\x88\xaf\x2d\xaa\xe1\xd2\x42\x33\x28\xf3\x24\xf5\x13\xed\x1b\x81\x2b\xd9\x4e\x2a\xe9\x55\xab\x25\xa8\x75\xd9\x7c\x6f\x34\xff\x01\x23\x86\x57\x0d\x38\x18\xdb\x3e\x19\x0c\x4f\x77\xdb\x9f\xb5\x05\xfc\xd7\xda\xf1\xe6\x11\xd9\x1e\x8f\xfd\xcd\xed\x9a\x45\x92\xcd\x3a\x61\xc7\x54\x71\x64\xdf\xf2\xc4\xd8\x7e\xf9\x72\x9f\xfb\x78\xf2\x65\xfa\xb7\x3f\xf5\x7e\x1c\xf7\xa7\xea\x70\xf8\xf2\xe5\x4f\x9e\x7b\x58\x1d\xe8\xc4\xdb\xa3\x19\x70\xba\x4f\x9e\x3d\xca\xa8\xaa\x34\x86\xeb\x5f\x5e\xb2\x5b\xc9\xc4\xcc\xf5\xf6\x66\x8d\x90\xaa\xe2\x57\xa1\x64\x69\x7d\x3f\xb3\xdd\xde\x17\x2f\x67\x82\xc9\x34\x77\xde\xe1\x43\xb8\x0c\xcf\xab\xca\x3f\x95\x78\xed\xb9\xeb\x6a\xae\x62\xda\xac\xe7\xf0\x51\x0e\xf7\x24\xbc\x1c\x00\xf3\x0f\x2a\x27\x62\x8a\x73\xc2\xf4\xfb\xe9\xc6\x73\x7d\x69\xee\xcc\xda\xc2\xe9\x8b\x22\x9c\xbe\x68\x9f\x3e\xb8\x39\xed\x18\xac\x75\x40\x58\xeb\xa0\x9e\x7e\x8d\xe2\x0b\xdc\x43\xc5\xf3\xbf\x8e\xf3\x52\xa3\x93\xa4\xe0\x11\x03\xe1\x6a\x8c\x4a\xeb\x6d\xba\x74\x2a\x97\x6b\xa8\x5d\xaf\x73\xc6\x73\x2c\x15\xe3\x9a\x4b\x11\x1c\xf8\xa9\x5b\xcc\x31\x17\x53\x50\xa7\x38\xcf\x7d\x6c\x1c\x5e\x17\x13\xae\x2b\xff\xc4\xc5\x8c\x8b\xc5\x76\xeb\x57\xda\x1c\x57\xc9\x07\xfc\x2c\xd8\xb5\x97\xc2\xa3\x77\x81\xc9\x2e\xc7\x10\x29\xb9\xaf\x3a\x84\x68\x0f\x82\xaf\x66\x27\xcf\x71\x1e\x3c\xa6\x2f\x70\xa0\x08\x35\xb0\x71\xb8\x5d\x0c\x24\x63\x52\xfb\xf4\x78\xad\x0f\xe1\xbd\x63\xc1\xf7\xbb\xa0\x46\xe6\x0c\x47\x75\xe8\xcd\x0b\xbb\x3a\xa4\x8a\x78\x8b\x98\x1e\x39\x36\x01\x79\x0a\xa8\xf8\x4a\x6d\x0f\xe7\x32\x4c\xab\x0e\x14\xff\xc1\x88\x1d\x05\x94\x5a\x7c\x7c\x74\xf4\x0e\xcf\xe3\xbe\x24\x70\xbf\x6b\xdf\xd2\xc2\x2b\x75\x22\x73\x92\xb5\x41\x5e\x20\xb3\x4d\xb9\xb1\xd7\x3d\xd7\x68\x57\xd4\x0e\x54\x56\x41\xd6\x77\x08\xb8\x04\x31\x92\xc3\xcf\x8c\xcd\xa8\xec\xab\x7f\xfe\x0c\x5e\xfa\x52\xd7\x99\x4b\x44\x62\xb2\xb1\xb1\x7d\x9f\x29\x21\x1f\xa2\xb8\x0d\x4f\xcf\x8e\x30\x26\x4b\x2a\xfc\xd3\xe1\xb3\x27\xb8\x1a\x39\x99\x4d\x58\x9f\xaf\xc2\x05\xa3\x83\x29\x45\xf0\x0b\x11\x95\x08\xc6\x6a\x74\x38\xa5\xd6\x6c\x4d\x25\x82\xe5\x1a\x3d\x9a\x52\x6b\xc3\xa6\x12\x67\x49\x04\x8e\x39\xe9\xf1\x94\x22\xfb\xa1\xb3\xb4\xd7\x04\x45\x27\xf4\x64\x6a\x9d\x28\x00\x5b\x91\xfb\xd1\x76\xeb\x47\xf4\x3e\xc7\xe5\x43\x31\x0b\x90\x62\x6b\x62\x0d\x91\xfe\xa9\x5b\x9b\xab\xd5\xad\x20\x52\x3f\x74\x92\x50\x3b\x42\xb2\x06\x90\xcc\x6f\x94\xfb\xf1\x76\xeb\xc7\xd0\x74\x4b\xac\x8f\x62\x5b\x91\xee\x7e\xdd\xb4\xda\x96\xa0\xda\xb0\x8e\x5a\x31\x69\x77\xb8\x59\x98\x86\x1a\x62\x71\x28\x2d\x11\x4c\xcc\x5a\x23\x24\xd0\x6b\xff\xbd\xb5\x5c\x5e\x59\x5d\x81\x3e\x72\x34\x6d\xa3\x39\x63\x33\xfd\xfa\x0b\x5e\x6f\x5a\x1b\x84\xc2\x2b\xd8\x28\x35\xef\xa1\x42\x99\xac\x10\xb9\xf2\x53\x82\xb8\x62\xc5\xd4\x1f\x8e\x75\x82\xe4\x52\x33\x70\xfa\x5f\x6b\xaf\x40\xef\x7c\xc3\x97\x5c\xfb\x86\x3d\xe2\x18\x8f\x12\xd0\x3d\xaa\x6f\x9a\x98\x06\xac\xfd\xa6\x66\x10\xb3\xcd\x55\xd1\x12\xf1\x43\xba\xf0\x91\x16\xe1\xa1\x4b\x0c\xd5\x4d\x02\x5c\xc9\xbc\x0e\xe1\xa1\x88\x69\x2b\xdc\xc8\x65\x92\x02\xb7\x1b\xf2\x18\x11\x4e\xba\x03\x4c\xd2\x3e\x97\x6c\x95\xd1\x15\x84\xa0\x4d\xef\x54\x4b\x4d\xd5\xb8\x5d\xf6\xa5\x03\x46\x85\x82\x2b\xb5\x62\x8a\x41\x0b\xd5\x8f\x6c\x0c\xba\x70\x2a\xde\x1c\x34\xe8\x36\xe1\x96\x1d\x06\x6d\xfc\x33\x73\x35\xae\x6c\xb3\x5a\x85\x0a\x1a\x35\xcd\x0b\x1f\x9e\xa6\x00\x51\x0b\x3c\xe2\x50\xc5\x41\x0d\x2d\x10\xeb\x62\xc4\xd9\x47\xa0\xc2\x7a\x73\xf5\x1a\x1e\x0a\x5a\xcc\x24\x18\x83\xcb\xbb\x19\x0f\xe9\xda\x57\x07\x99\x92\xa9\x0a\x8b\x93\x70\xc4\xa9\x39\x60\x7d\x69\x0f\x36\x9f\xd1\x6b\x1f\x45\xcb\x50\x08\x16\x23\x52\xd2\x03\xc6\xdb\x6d\xe9\x04\x77\xac\x7f\x06\x8e\x17\x39\xcf\x2b\x94\x73\x72\x2c\x83\xc9\xd4\x52\x90\xa6\xb0\x52\x93\x73\x0c\x93\x32\xa3\x08\xed\x20\x22\x9d\x6c\xd8\x6a\x4b\x3e\x6d\xf4\x52\xf9\x2a\x48\x26\x0e\x33\xf9\xd3\x86\xc7\x33\x85\x84\xef\x22\x9c\x55\x28\xc2\x05\x17\x8b\x37\x33\x0e\x6f\xb1\x1b\x14\xa4\x7e\x54\x90\xf2\xfd\x94\xb4\xd8\xec\xa5\x25\x9d\x5c\x19\xbb\x4d\xdc\x33\xf6\x82\x06\x17\x3e\x32\x64\xe0\xd2\x47\xda\x4e\x1f\x69\x2b\x7d\xc0\xae\xa1\x76\x07\x9a\xea\x1d\x44\xbb\x6b\x2d\x9d\xe8\x43\x04\x82\x32\x8c\x48\x3d\xbb\xbc\x54\x8a\x92\x4d\x3c\x13\x3f\xc8\xce\x9c\x8b\x59\x27\x4d\x12\xd9\x49\xe6\x1d\xd8\x78\xc0\x5f\x61\xee\x6f\x8a\x70\xe2\xae\x73\xf1\xf2\x94\x5b\xf9\x08\xc0\x0b\x8a\xe5\xd1\xf0\x74\x5c\xa2\x5c\x95\xdc\xac\x02\x66\x15\xde\x7d\x9d\x40\x78\x66\x0e\xd2\xa0\xdb\x2d\x33\x8b\xd4\xbc\x64\xf9\x6d\xde\x26\x8d\x01\x63\x9b\x34\xa6\x95\x54\xb5\x47\xdb\xcf\x39\x8f\xd9\x39\xff\x66\x5d\x3f\xe8\x0f\x0a\xa7\xe8\x5b\x21\xfd\x66\x41\x32\x1c\x60\xb7\x01\xe3\xbc\xc8\xf8\x75\xa8\xa6\xbb\xe5\xd8\xed\x3a\x65\x59\xc6\x13\x01\xa5\xcb\x4f\xda\x56\xc6\xad\x79\xc5\x65\x1a\x4a\xdd\x89\xf9\xdd\x06\xa0\xc9\xaa\xc3\x07\xb7\xb4\x45\xfd\xe2\xab\x75\x88\x36\xb3\xde\x06\x1c\xae\x5c\x2c\x8a\x66\xdc\x84\xb6\x96\xdc\xfc\x7a\x63\x66\x57\xca\xb4\x1b\x0e\xf3\xd1\xd6\x88\xcd\xab\x37\x30\xdb\xa4\xf0\x16\x46\xef\xaf\xe6\xa3\xad\x01\x9b\x57\x6f\x60\xc9\xf8\x62\x09\xaf\xf7\xcc\xcf\xb6\xca\x3a\xa7\x5e\xf5\x86\xcf\xe0\x26\x47\xea\x5f\x6d\x15\x21\xa3\x5e\x2f\x0e\xc5\x42\x1f\x21\xa1\x58\xd0\x6a\xba\x59\xb1\x75\x53\x79\x2b\x64\xf5\x17\x4c\x1a\x1f\x8b\x5a\xa7\xa0\x84\x6c\xe0\xf0\x2b\x2e\x3d\xae\x1f\x5f\x8b\x0c\xf1\x64\x30\xcd\x9b\xb6\xf2\xee\xdd\x00\x28\x07\x4c\x04\x10\x4c\xa0\x3d\x50\xbc\xef\x69\x59\x90\x21\xc6\x7d\x99\xf2\x95\x8f\x5d\x77\x56\x2e\x60\x72\x2c\x8b\xab\x2c\x36\xd5\x61\xb5\x8a\xa2\x57\x56\x70\x01\xf5\x83\x85\x42\x1d\xa4\x5c\x41\x51\x9c\x9e\xba\x04\x70\x22\xe0\xd0\x2e\x71\xba\x7b\x5f\x6e\x3c\x28\xd5\x37\xca\x6c\xbb\x2d\x18\x25\xf5\x3b\x9d\xcd\x83\xcf\xaf\x7f\x86\xcf\xbc\xca\x26\xcf\x2a\x2c\x74\xcd\x62\xd5\x02\xa4\x7d\x6b\xdc\xdf\xae\x62\xd0\x5e\x29\xce\xdb\x98\xed\xaa\x6d\x73\xe6\xcb\xf2\x8d\x0a\xbb\xe9\x2c\xad\xb5\xa9\x20\x12\xc3\x25\x02\xc3\x44\xc0\xde\x9c\xe7\x44\xb1\xda\xdf\xad\x62\xf8\x57\x08\x16\x7a\x10\xae\x1c\xc1\x69\xaa\x64\x88\x27\xa7\x03\x1d\x81\x80\xdd\x74\xce\x99\xf4\x27\x85\x4a\x2d\xb1\xa7\x5c\xb2\x96\x56\x59\xa8\xef\xb2\x11\x41\x57\x1b\x29\xf5\x11\x18\xca\x30\xe6\x99\x74\xed\xcd\xa7\xd6\x95\xa0\x6e\x70\xad\x12\xc0\xe7\x73\x50\x26\xca\xb4\x50\x2f\xce\x10\xb8\xe5\x71\x33\x97\x90\x34\xab\x24\x19\x25\x64\x59\xe5\x2a\x99\xdd\x39\x25\x4c\x01\x73\x6c\x9b\xdb\xc5\x29\x26\x31\x77\x0a\xc5\x5c\x25\xad\x83\x90\x2c\x87\xea\xcf\x91\xfa\x73\xac\xfe\x9c\xa8\x3f\xa7\xea\xcf\x59\x10\x12\x3d\xd0\x20\x21\x80\x8d\x20\x21\xc9\x46\xea\x1f\x7a\xe4\x41\x42\xec\xc8\x83\x84\xd8\x91\xab\x72\xda\x17\x42\xd9\xa3\x35\xbd\xc7\xc4\xe2\xb1\x9a\x69\x51\x5b\x96\x9b\xb9\xe3\x06\x85\xf5\x0c\xc6\x3b\x93\xed\xe9\x46\xb9\x1e\x84\xc4\x28\xd7\xd5\xaf\x8c\xcf\xd4\xbf\xa5\x32\x3c\x08\xc9\x8c\xc9\x90\xc7\xaa\xe0\x8c\x5f\xab\xbf\x71\x10\x92\x39\x67\xf1\x2c\x63\x12\x7e\x5a\xbd\xb8\xfe\xd8\xa4\xaa\x96\xd6\xcf\xc3\x8f\x74\xa5\xf0\x03\x6a\x7a\xf5\x43\xfd\x59\x85\x5c\x95\x16\xa1\x6a\x30\x51\x0d\xae\xa1\x96\xd1\xc7\x07\x21\xd1\x3e\x2f\x43\xb2\x51\x99\xa9\x3b\x06\xad\xed\x06\xf2\x48\xd7\xed\xe9\xb2\x36\xc9\x05\x19\x80\xb6\x5a\x15\x50\xe0\xed\x29\x90\x93\xc8\x21\xc5\x9d\x7a\x64\xad\x25\x37\xba\xf1\xd5\x2a\x14\xb3\xe2\x45\x16\x41\xf6\x85\x16\xa8\xa2\xb5\x6a\xda\x2e\x12\x9e\xc1\x95\x0a\x22\xe8\x2b\xbb\x5b\x40\xb0\x5c\x57\x15\x4d\xd0\x3a\x4c\xc3\x95\xa2\xc7\x64\x93\x46\xc0\x65\xa6\x61\xf4\xd5\x28\xe6\xa7\xf0\xa2\xac\x80\x6e\x15\x02\x75\x67\xd7\x0b\x95\xb3\x71\x73\xe0\x5a\x22\x51\x7f\x54\x17\xab\x4c\xfd\x91\xda\x63\x5f\x28\x44\xa2\x9f\x97\x1e\xdc\xae\x62\xb8\x50\x49\x19\x5f\x98\xc7\x6b\x86\x4b\x2d\xd8\xdb\x29\x26\x73\x7a\xf8\x25\xdb\x7e\x39\x3c\x24\xcb\x4a\x54\x69\xbb\x07\x33\xc7\xc4\x9f\xa4\xda\x39\xdf\xa8\xbe\x7d\xe6\xc5\x3b\xdb\x30\x95\x6f\x15\x0e\xac\x43\x15\x26\x66\xfa\xbb\x74\x96\x22\xc3\x05\x58\x8f\xd9\x27\x56\xfa\x08\x69\x49\xd2\xde\x60\xaa\x69\x99\xd3\x50\x26\xc3\xe8\x6b\xf1\x26\xcb\x0c\xd4\x46\x91\xb0\xc9\x7a\x25\x65\xd6\x17\x4b\x64\x5a\xe8\x82\x81\x64\x21\x1f\xc1\xae\x6a\xde\x63\xc5\xf6\xc2\xcf\x9c\x87\x45\x05\x5f\x50\x59\xc9\xcd\x5c\x11\x4b\x8c\x45\xd0\x95\x7d\x73\x92\xd4\x9a\x2a\x2e\x08\xaa\x0d\xa6\x6e\x83\xd5\x32\x6e\xd3\xe9\x38\x6d\x34\x2d\x93\xaf\x4c\xf0\x6f\x0c\x42\xe6\xfb\xb6\xc1\x84\xca\xfe\x85\xcd\x71\x9b\x48\x5c\x9f\xfd\x26\x72\x83\x41\x8d\xf1\x2f\x66\xc5\xcd\x8c\xfa\xc6\x0d\x4a\x74\x95\xe1\x7e\x22\xf4\x05\x36\x17\x5c\xba\x02\x67\xb6\xdd\x66\xd6\x5f\x09\x34\x90\x97\x66\x3b\x85\x3a\xc4\x5c\xf7\xdb\x77\x76\x15\x47\x89\x26\x96\x80\x4b\x24\xe3\xea\xc8\xfa\x66\xdb\x00\x27\x9d\xcf\xa9\x71\x0d\xe1\xd2\x58\x50\x4f\xd9\xd3\xc0\x01\x6b\x2f\x6d\x3b\xef\x0d\x6b\x14\x5b\x6b\x6b\xc1\xe4\xcb\xab\x2c\x89\x37\x92\x41\xbe\x0f\xee\xb5\x5c\xd5\x4f\x35\x7a\x89\x13\xd2\xc5\x7d\xe6\x67\x70\xe1\x0f\x71\xb5\xbb\x83\x83\x62\x06\x84\x92\xfe\xdd\x19\x80\xe7\x20\x0e\xee\xc5\x76\x2b\xac\x62\x9f\x35\xc0\x30\xcf\x60\x60\x41\xb5\x41\x63\xbd\xac\x34\xe8\xdc\x5c\xe8\x57\xae\xbc\x71\x75\xcd\x32\xd2\x75\x49\xc7\x92\xe4\x23\x75\xae\x19\x61\xb8\xd0\xdd\x16\xfc\x47\xb9\x96\x8d\x4d\xce\x8b\x81\xe7\x29\x8e\x52\xb5\xe1\xa7\xb4\xcc\x9f\x34\x8a\x1e\x0c\xa7\x78\x84\x35\x48\x85\xed\x8e\x9f\xe2\xd1\x0e\x30\x23\x68\x93\xe1\xed\xd6\x77\xda\x32\x0f\xa7\x48\x6c\x72\xc7\x2d\x1b\x8a\x2e\xd4\x1d\xe0\x60\x63\x4a\x19\x16\xae\xb5\xd8\x10\xe3\xdd\xd3\xe9\x4c\xd0\xee\x59\x2d\xb6\xab\xb2\x42\xe1\xa8\xc2\xec\x84\xf7\xf9\xae\xb9\x6f\x57\x42\xee\xa5\x43\xd3\xa8\x92\x12\x0c\xdc\x92\xfa\xac\x0d\x6e\x17\x66\x08\x41\x6c\x9f\x08\x3b\x84\x52\x69\x13\x37\x37\x70\xbc\x8b\x8e\x9c\x51\xdb\xe9\xb4\xb3\xe6\xb6\x8f\x5b\x4b\x56\x8b\xd4\x4f\x9b\x3a\xae\x6c\xad\xfa\x65\xe5\x3e\x2c\x3d\x72\xcd\xf8\x71\x41\x67\x96\x5a\x76\x91\x4b\xb2\xf6\x2d\x32\x5c\xc2\xde\x6e\x1f\xa0\x60\xdc\x96\xbd\xdd\x2a\xde\x45\x9f\x6d\x68\x0d\x3f\x2c\xa5\x57\xc8\xae\x88\x04\x0a\x38\x78\xb5\x49\x53\x26\xe4\x45\xb8\xf0\x31\x2e\xdf\xbf\x49\xea\x42\x15\x66\x7a\xd3\x04\x7b\x91\x51\xf1\x64\x04\x5b\x84\x55\x67\x02\x56\x79\xb5\x01\xbd\x5e\xe5\x48\x1e\x1c\x98\x15\xdb\x36\x79\x66\x41\x2a\xac\x68\x50\x3a\x8d\x36\xa8\x84\x8c\x62\x7c\xed\x88\xf8\xbe\x51\xe7\x75\xe2\xc8\x58\x3c\x8f\xb4\x05\x42\x85\x44\xcc\xad\x64\xa3\xbb\x4a\x6a\xca\xa2\x64\xa1\x4e\x8d\xf3\xd2\x8e\xc1\x14\xa9\x4e\xff\xa4\x8d\x24\x8a\x9d\x6d\xdc\x0e\x6c\x50\x1d\x19\x98\xb2\x55\xc1\xaf\x55\x69\xbf\x8f\x70\x57\xc7\xa8\xa5\x49\xf2\xc0\xbe\x6b\x75\x0a\xbb\x76\x8b\x82\x14\x76\x6c\x17\xc2\xed\xc1\xcc\x78\x7d\x16\x1c\xd6\xb0\xf2\xbc\x7c\x0f\x6f\xb5\xe7\x10\x73\x5a\x63\xed\x3d\x29\x29\xae\xd9\x93\xc3\x8d\xf6\x76\xd5\xac\xec\xb8\xce\x61\xbb\xf3\x10\x08\x2d\xd4\xbb\x8e\x80\x1a\xc8\x0d\xc6\xb8\x38\x23\x8a\x9d\xbb\xfb\x38\x5b\x00\xa7\x4e\xbd\x13\x5c\x3b\x62\x26\xb5\xfc\x29\xad\x43\xd1\x44\x6d\x3b\x0f\x5f\xc5\x1a\x44\xf7\xd1\xd7\xfa\x3c\x11\x1f\x5a\x39\x15\xca\xfa\x19\x0b\xd3\x68\xe9\xcf\xb1\x22\xd7\xe7\x83\x31\x0b\x9c\x4b\x8b\x52\x33\xb3\x73\x67\x16\x54\xd4\x09\x41\xd4\xa7\x6f\xc6\xa2\x38\x34\x7a\xc7\xb6\x83\x40\x6f\x52\xeb\x34\x89\x18\x3c\xc6\xe0\x25\xdc\x6e\x2c\xde\x96\x21\xa9\x7d\xf2\xa1\x26\x7c\xd4\x45\x3d\x49\xd4\x5f\xd6\xdc\x84\x5a\xab\xfc\x4b\xa0\x1c\x03\x94\xe3\x56\x28\x95\x88\xcc\x44\x2b\xe7\x4b\x52\xc2\x5b\xb9\x8e\x93\x3d\xec\x91\x69\x6f\x0f\x6b\x64\xab\x42\x50\xc4\x96\xaa\x4c\xcc\xdc\xda\x7c\xbb\xe5\xba\x76\xda\xd8\x61\xa2\xc6\x92\x77\x40\x57\xd2\xee\x5e\xa6\xe9\x91\xc7\xc0\xab\xd7\x2f\x2f\x5e\x8e\xfd\xdd\x23\x56\x40\x80\x5c\xb2\x63\xd0\x7b\x86\x5c\x97\x0d\x9c\xc1\xba\xa8\x0a\x41\x36\xac\xf7\x59\x43\x54\xb8\xdd\x86\xba\x6e\x82\x8b\x63\xc6\xe0\xd4\x47\x13\x18\xc6\x04\xcc\xb0\xa7\x53\xd4\x40\x25\x4b\xd3\x24\xfd\xbe\x4d\x10\xaa\x3c\x5e\xb2\xd9\xc1\xd6\xee\x61\x41\x1c\x07\x77\xee\xf1\x35\x12\x2f\x06\xa3\xfd\x3c\xc8\xe4\xe0\x40\x4c\x31\x1e\xed\x3c\xdf\x6a\xb8\x73\x8e\xb6\x1a\xdc\xe0\x85\xb6\xf5\x0c\x26\xe9\xee\xe6\xa1\xd6\xae\x0e\x6a\x2a\x00\xe3\x16\xbc\xc1\xf1\x3e\xb0\x37\xb7\xea\x52\x2c\x40\x60\xa8\xfd\xb0\x1a\x20\xdd\x6e\x53\x1b\xd4\x55\xab\x01\x2a\x63\x87\x4a\xaf\x8c\x3f\xc3\xe6\xc9\x5a\x81\x5b\xab\xd3\xab\xf5\xc1\x64\xbf\x59\xaf\x1c\xb9\xb5\xe9\xaf\x56\xab\x9f\xc6\xb5\x4a\x6d\x3d\xad\xc3\x4d\xc6\x1a\x7c\x5e\x59\x07\xf2\xeb\x8c\x56\xca\xb2\xcd\x6a\x5f\x2d\x5d\xa0\x5e\x4d\x63\x65\xb9\x11\x5f\x9b\x50\xb6\x0f\x08\xbc\xf7\x36\xca\x16\xe3\xc8\x7d\x3c\x2a\xd4\xfa\xcb\x9c\x3c\x7d\xf2\x50\x08\xa9\x7f\x87\x9b\x08\xf7\xe6\xe1\xf4\x48\xdf\x3c\xa8\x8f\x67\xc7\x47\x3a\x22\x22\x7c\x9c\x42\x54\xe4\x0c\x3e\x8e\x4e\x9f\x9e\xb9\xe1\x11\x23\xe7\x82\xa8\x63\xaf\x84\xbe\x88\xe2\x97\x2c\x7e\xcd\x8b\x5f\xa9\xbe\x2b\x2a\xda\x88\xdd\x01\xbe\xa0\x28\x44\x9e\xc7\x9e\x53\xf4\x0d\x6d\xb7\xea\xfb\xa5\xf9\xfe\xbf\xa8\x25\x4e\x8d\x8d\x7a\xd1\xfa\x4c\x80\xa9\xf5\xe1\x1a\xda\x71\x7c\xcf\x21\x8d\xf5\x2f\x75\x3c\x5e\x09\x6e\xd5\xf5\x6f\x41\x58\xff\x92\x6b\x5d\x90\x6b\x56\x07\x3e\xca\x13\xbd\xd6\x12\x30\xf5\xe0\x4e\x75\x5e\x56\xe7\x4e\xf5\x12\xd6\xb9\xeb\x1d\x6b\x07\xa4\x55\x63\x61\xae\x37\x62\x0e\x7d\xa5\x4e\x5f\xc5\xef\x63\x92\xba\x7d\x5d\x43\xfc\xcc\x8d\x8f\x5e\x21\x72\x74\x42\x86\x67\x98\xcc\xd4\xe7\x6b\x44\x8e\x4e\xe1\x73\xad\x3e\x5f\x22\x72\x74\x06\x9f\x2b\xf5\x79\x81\xc8\xd1\x13\xf8\xbc\xb6\xb9\x4f\xe1\x73\x41\xe7\x3e\xfa\x8c\xc8\xf1\x29\x26\x77\xea\xf7\x5b\x44\x8e\xcf\x30\xb9\x52\xbf\x3f\x21\x72\xfc\x04\x93\xf7\xea\xf7\x05\x22\xc7\x4f\x31\xb9\x51\xd5\x3f\x23\x72\x32\x20\x43\x4c\x6e\xd5\xd7\x5b\x44\x4e\x86\xea\xeb\xa5\xfa\xfa\x84\xc8\xc9\x91\xfa\xfa\x6a\xfa\x3d\x39\x56\x5f\x1f\x55\x1b\xff\x89\xc8\xc9\x29\x26\x17\xea\xf7\x3b\x44\x4e\xce\x30\x39\x57\xbf\xdf\x20\x72\xf2\x04\x93\x4b\x55\x43\x95\x79\xa6\x6a\x7c\x53\x5f\xef\x10\x39\x85\x9e\x5e\xa9\xaf\x37\x88\x9c\x42\x4f\x6f\x0c\xa4\xa7\x27\x98\x7c\x30\xd0\x9d\x9e\x62\xf2\xce\xb4\x7c\x7a\x86\xc9\x6b\xd3\xf2\xe9\x13\x4c\x3e\x19\x38\x4f\x9f\xaa\xda\xbf\x1b\xc8\x4e\xa1\x9f\xcf\xa6\x9f\x33\xe8\xe7\x27\xd3\xcf\x19\xf4\xf3\xab\xfa\xfa\x0f\x44\xce\x8e\xc9\xd9\x09\x26\xbf\xa9\xcf\xbf\x22\x72\x76\x46\xce\x4e\x31\x79\xfb\xa0\x12\xdf\xc4\x89\xd1\x13\x69\x74\x9e\x57\x9b\xf9\x9c\xa5\xc5\xf1\xe0\xaa\x4d\xad\x22\x5f\x4f\xb7\xfd\xd2\x15\x3e\xce\xe7\xea\x68\xb3\x69\x61\xc6\xce\xdd\x56\xb3\x35\x8b\x78\x18\xdb\x4f\x13\xd4\xab\x08\xb9\x0c\xd1\x96\x0a\xaf\xea\xd1\x55\xa1\xa3\x37\xdc\x14\xed\x76\x2d\xcb\xc4\xda\x2d\x9d\x4c\x41\xeb\x11\xb4\xf2\x06\x85\x96\x4c\xc7\xfe\x46\xaa\xd5\xea\xcc\x48\x9b\x56\xbb\x71\xa0\xff\xbb\x61\xf4\x51\x67\x28\x14\xae\xa8\xd1\x80\x1b\xf3\x8d\xa9\x90\x39\x88\x70\x07\xbc\x0e\x77\xd4\x01\xd4\x45\x56\x92\xd6\xc0\xf6\xac\x7b\x3d\x38\xcf\xea\x87\x5c\xeb\x19\xfc\x50\xa7\xa0\x79\xa8\x77\x69\xd5\x82\xc5\xfb\x3d\x77\xb0\x83\x0a\x2a\xac\x92\x0d\x5c\x37\x37\x8f\xdd\xb6\x23\xbe\x40\xe2\xf0\x51\x67\x7b\x1d\xe7\x7a\x16\x9f\x3b\x68\x29\xde\x08\xbb\xb8\x21\x8d\xe1\xb7\xc3\x58\xbf\x65\x68\x46\x43\xef\x34\xc8\xa5\xe7\x00\x52\x6d\x0d\x48\xf2\xa2\x7e\x2d\x81\x9e\xc3\x11\x68\xfc\x68\xeb\x7a\x2f\x1a\x64\x5a\x99\x25\x25\x65\xf8\x56\x82\x3c\x67\x06\x22\x33\x2a\x43\xf9\x47\x2d\xa4\xee\xf4\x80\x4d\xa8\xf6\xea\x7a\xdb\x6e\x91\x67\xf4\x78\xa0\x4f\x74\xa8\xdc\xf3\x4e\x6a\x29\x56\xab\xf7\x8f\x83\xdc\x58\x59\x66\x0c\x67\x0f\x0d\xa2\x8a\x5f\x9e\x5d\x84\x0b\x28\xf4\x6a\x19\xa6\x6d\x4f\xde\x63\x50\x02\xbb\xdb\x9a\xe7\x75\x23\xb8\x3d\x40\x87\x56\x53\xfb\x02\x7e\xb4\x4c\xdd\x4f\x6c\x9e\xa4\x56\xa3\x51\x9d\xc3\x43\x3d\x87\x2e\xf0\xa7\x41\x75\x66\x1f\x81\x87\xdd\x93\x85\x5e\x18\x8e\xa9\x3e\x2d\xdb\x6d\x54\x5c\x91\xd8\x3d\x2f\x40\xdd\x0a\x49\x99\xe4\xd3\xfd\x9d\xf4\x86\x38\x40\xe3\xb6\x8a\x4f\x1e\xae\x08\x9f\x55\xfc\xc3\x5b\x61\xb7\x1d\x17\xed\xdb\x2d\xca\x2c\xbe\xcf\xe1\xc7\xb8\x96\x2d\x6d\xf6\x85\xce\x3e\x0e\x4e\x8f\x82\xe3\x07\xa9\xba\x02\x78\xcb\x1c\xbe\x15\x6d\xf3\xe7\x9b\x09\xdc\x6e\x0b\x44\x47\xfa\x96\x40\x8f\x80\xad\xb8\x84\x8b\x5c\x1f\x55\x74\xd8\xa8\xba\xe6\x9e\xba\x9b\x90\xe2\xc5\x76\xd1\x90\xd1\x42\xb7\x81\x12\xe9\xfb\x30\x03\x47\x6d\x62\xeb\xb3\x3f\x3e\xa1\x75\x72\x68\xe0\xb5\xb9\x6c\x1b\xb8\xf5\x5b\x8e\xcc\x62\x10\x15\x94\x9e\x1e\x57\x3e\x8f\x8f\x1f\x35\xf3\x67\x0f\xcd\x5a\xa5\xf4\xd1\xe0\x81\xe2\x6d\x78\x7d\x2b\xf6\xe0\xd4\x7f\xc4\xac\x5a\xa5\x43\x6d\x4a\x9f\x3c\x3c\xa5\x2f\xd5\xf9\xb8\xa7\x77\xd3\xb9\xed\xb5\x8a\xe6\x3d\x8b\x6a\x27\xf5\x54\x54\xec\x6d\x5d\x55\x76\x9c\xe6\x2d\xc2\xa3\x21\x08\xda\xf6\xb5\x93\x20\x72\xae\x6c\x4d\xe2\xb3\xef\xda\xa8\xcd\x8c\x39\xf7\x31\x17\xb5\x8b\xbf\xb6\x81\x54\x2f\x81\xbe\x77\x30\x35\x96\x0d\xb7\x8d\xe2\x11\xeb\xf7\xad\xd8\x8d\x7d\x1f\x51\xbb\x8b\xec\xdf\x4e\xf4\x78\x4a\x4d\xd0\xe3\x0e\x84\x83\xea\xe1\x38\x1c\x3c\x92\x34\xf7\x90\x0b\x6d\xd9\x64\x86\x41\x1d\xfa\x71\x13\x6a\x45\x4d\xf6\x59\xce\x3e\x0c\x56\xb0\xfc\x98\x06\xfe\x00\x21\xd5\x16\xc5\x5f\xe0\x8e\xc3\x1d\xe6\x0f\xe8\x87\x96\x53\xed\x81\xa3\x04\xc8\xff\x87\xb6\xe3\xf0\xf8\xe1\x8a\x2d\xb4\x35\x3c\xd9\x5f\x6d\xef\x64\xea\x37\x04\x0e\xed\xd5\x07\x09\x6f\xfd\xc0\x4f\x6b\xcb\xd6\x56\xde\xa6\xa1\x8a\x21\x43\x39\x13\xb2\x36\x8b\x66\xd3\xaf\x7b\xc9\x40\x5e\x65\x27\x7b\xa0\x93\x92\xab\x73\xda\xfe\x47\xf8\xbb\xfa\x02\x04\x24\xbc\x4e\x36\x57\x31\xfb\x3f\x9b\x44\xb2\xac\x29\xe1\xb4\x23\xce\x67\x04\x1c\x04\x3d\xdc\xfa\x39\x17\x8b\x3f\xd0\x3a\xfa\xa1\xae\x90\x6f\x6d\xfd\x43\xd2\xd2\xb2\xa6\x9d\xea\xd2\xfb\xce\xe9\xd4\x36\x1d\x7b\xd7\xe5\xbf\xed\xfc\xea\xd5\xfc\x7a\xc7\x3d\xa0\xdb\x3a\x9a\x68\x14\x1d\x1d\x07\xe8\x40\xff\x1c\x3e\x0d\x86\x67\xad\x88\xdf\xd5\x60\xed\x70\xd6\x98\x74\x6e\x21\x1f\x12\xb3\xfe\xd0\x31\xfe\x56\x7c\x2a\x2e\xf6\xde\xee\xb8\x4b\x6c\x05\xac\xfd\x3e\xf0\x9f\x01\xa2\xe1\x53\x5b\x2e\x13\x2d\xae\xab\xbb\xdb\x03\xfb\x76\x21\x23\xd8\xf2\xed\xb3\xb4\xa7\xbf\x1a\xfb\x74\xb4\x03\xb1\xe7\xfa\x80\x6f\x6d\xa8\x0d\xa3\xf6\x3e\x4d\x53\xb4\xd6\x18\xe8\x4b\x6d\x2e\xec\x05\x94\x33\x26\x52\xe1\x43\xff\x71\x34\x6b\xde\x51\xc3\x30\xdc\x4d\xe9\x06\xe5\x47\x47\xc1\xf0\xd9\x03\xad\x1c\x3d\xc8\x47\xfd\x03\x43\x3e\x38\xfa\xee\x41\xab\xb5\xd9\x6d\x61\x7f\x9f\xed\xa1\x3a\xb5\xcb\x9c\x55\xc7\x31\x69\x21\xba\xa3\x47\x10\x5d\xb5\xd3\xb3\xc7\x30\x78\xaf\x1a\x97\xd0\x68\xda\x46\x82\xc7\x83\xdd\x33\xaa\x9a\xd8\x33\x9f\xba\xbd\xf1\xf1\x30\x38\xda\x3d\x9f\xaa\x8d\x47\xcc\xa6\x2a\xf6\xdf\x36\x97\xd3\xb6\xb9\x3c\xda\x33\x97\x66\x3d\x9e\x57\xc7\x11\x59\x06\xf3\x55\x93\x01\x3d\x3e\x09\x50\x71\x53\x74\xd1\x22\x7f\x9c\x54\x27\xf5\xf8\xb1\x42\xb7\x05\xe5\x4d\x4d\x15\x7a\xd4\x14\x90\x23\x2b\x20\xbf\x32\xca\x87\x87\x65\xe8\x0a\x26\x2b\x7b\xdd\xc9\xd3\xaa\xcc\xdc\x36\xe3\x15\x08\xdf\x85\x99\xac\xf1\x76\x0f\x29\x28\xac\x5c\x53\x63\xe4\x6a\xb8\xd9\x45\x6a\xbb\xfb\xad\xf4\x36\xae\xf6\x55\xd3\xd5\xed\xa7\x9e\x03\xb9\x4f\xad\x30\x6c\xb9\x91\xfd\x99\xdf\xb2\x19\xf0\x26\x77\x75\x23\x9b\xf2\xe2\x00\xec\xcb\xa0\x25\xa3\x39\x1a\x67\xd6\xac\x3e\x48\x0a\x03\xfb\x26\x68\xbd\xe1\x73\x77\x27\x77\x8d\x72\x1e\x5e\x45\xbd\x8a\x8a\x04\x8f\x1e\xe9\xe1\x42\x56\x14\x0f\x9f\xc2\x54\xf2\x30\x86\x67\x76\x0f\xa8\xff\xd4\xd1\xd1\x82\xa0\x77\x6c\x11\x46\x77\x75\x0c\x95\x2e\x69\x0c\x62\xea\x90\xd3\xf7\xa1\x5c\xf6\x57\x5c\xb8\xda\xdb\x03\x46\xce\xf0\x48\xbe\xa0\x47\xa3\x4a\x1c\xc2\x0a\x32\x60\x0c\x23\x3e\xf7\x1f\x35\xe0\xb0\x88\xef\x54\x7a\x25\x6f\x8c\xbe\x28\x34\x11\x53\x0c\x81\x18\x5a\xd0\x4d\x65\x6f\x88\x47\xf2\xe0\x20\x6f\xdd\xaf\x95\x58\xdb\x46\x28\x68\xe4\xee\x96\x75\x9a\xf2\x31\x19\x5a\xe5\x59\xc1\xc9\x1a\x95\xf5\x6e\x4a\xf1\xbc\xae\x4b\x6d\xee\xad\x82\x3b\x1d\x35\xe5\x44\xb5\x13\x1c\xf8\xec\x39\x1a\xc0\x85\x36\x7a\x86\xb0\xe7\x75\x63\xbf\x34\xf6\xab\x5a\x2f\x55\x41\xb1\x00\x6b\x60\xb6\x5b\xbf\x50\x08\x16\xad\x8f\x11\x35\x3b\x53\xfb\xb0\x0b\x8c\x9b\x15\xd8\x02\xfb\x3e\xe0\xf7\x6e\xb6\x5a\x9e\xf8\xb0\x59\xb1\x94\x47\x8d\x19\x71\xef\xe8\x9b\x63\x03\x97\xa0\x69\xb7\x32\x40\x1b\xab\xb5\x7d\x5d\xa6\x95\x55\x48\xc2\xf2\xc9\x70\xa2\xe8\xb4\x41\x6b\xc5\x83\x1b\xf0\x6c\xd0\x5c\x71\x62\x5c\x59\x73\x81\xf3\x95\xef\x46\x48\x3b\x49\xee\x40\x41\x49\x94\x8e\xfc\x55\x29\xec\x1f\x91\xe1\x80\x74\x07\x4d\x22\xa9\x50\xc7\x78\x37\x40\xc1\x03\x4d\x5b\x6b\xb9\xfd\x4c\xd0\x9f\xd9\xed\x1f\x81\xfe\x98\x0c\xcf\x0a\xe8\x43\x0d\xfd\x1c\xa0\x67\xcf\xd1\x4b\xfd\xfd\xb3\xfd\xfe\xaf\x1d\x9d\xee\xfa\x81\xd1\x45\x31\x0b\xc5\x66\xdd\xb8\x47\xac\xbc\x6d\x1a\x8c\x5d\x7e\xaa\xb8\x35\xae\x5c\xf2\xed\x52\xdd\xd0\x81\x59\x57\xc5\x15\xa8\x5f\xae\x5a\x18\xd0\xb8\xb9\xc3\x55\xa9\x7e\xc7\xbd\x59\x75\x2b\x6e\xb4\x51\xbd\x0c\xfe\x83\x40\x57\xd6\x43\x05\xa8\x7f\x10\x25\x95\xda\x8f\x1a\x4e\x65\x1a\x9b\xfb\xc5\xce\xfe\x5b\x1a\xa9\x5e\xf7\xb7\x59\x7f\xd5\x8f\xcf\x91\xd3\xf9\xee\xcb\x64\x33\xc5\x23\xeb\x85\xce\x2d\x68\x42\xc6\x57\xf8\x84\x3a\x21\x68\xe0\xec\xa5\xb0\xcf\x70\x30\x3c\xda\x59\x64\x9f\xde\x4b\x55\x7d\xf6\x98\x9a\xc6\xc4\x38\x18\xee\x2b\x6d\x04\x49\x55\xee\x68\xb0\xa7\x5c\x55\xd4\x56\xc5\x9f\xee\x2c\xdd\x72\x71\xa1\x2a\x1c\xef\x69\xbe\xf0\x7f\x80\x83\xb3\x7d\xd0\x56\x2e\x5e\x00\xe8\x07\xa0\x70\x8a\x0e\x77\x8f\xaf\xa9\x3a\x87\x0a\xfb\x20\xde\xad\x3a\x84\xaa\xbb\xa7\xbf\x4d\x83\xad\xaa\x9c\x3e\x50\xa3\x39\xf6\x27\xfb\xc7\xd3\xac\x70\xfc\x10\xb6\xac\xd4\x04\x98\xdd\x3d\x84\x8a\x22\x03\x86\x7b\xf2\x68\x4c\x59\x35\xa8\xaa\xb6\xaf\x56\xf5\xbe\x08\x3a\xd9\x47\x19\x8e\xca\x0f\xca\x3e\x84\xcd\x5a\xf9\xa3\xdd\x98\xa9\xe8\x5b\xa0\xed\x87\x28\xdf\x59\x24\xc7\xbb\x49\xa8\x21\xa7\x02\x11\xd4\xcb\x7f\xd2\x1e\xd0\x54\x53\xf5\x65\x7c\x53\x64\x9d\xd4\x29\xfb\xb6\xcc\xaa\xcf\xe2\xcb\xb2\xc1\x3a\xfa\x17\x65\x56\x1d\x7d\x77\x65\x56\x7d\x16\xae\xca\xac\x3a\x41\xbe\x2f\xb3\x1e\xc2\x99\x23\x95\xfa\x8c\x1c\xe1\xe0\xa4\x3e\x23\x5f\xcb\x31\xed\x46\x6a\x5d\xc2\xf5\x95\xa8\x13\x9c\xd4\x47\xfa\xb1\x68\xeb\x68\xef\xe6\x08\xea\x16\xd5\x63\x1d\x1f\x17\x25\x30\x75\x7c\x9c\x97\x59\xbb\x17\x68\xdb\xa0\x8f\x71\x70\x52\x47\xd3\x65\xd9\x58\x1d\xd0\x6f\x45\xd6\x69\x7d\xfa\x5f\x95\x59\x0f\x2c\xe2\x2a\x04\xa7\x38\x38\xad\xa3\xfd\x4d\xd9\x56\x1d\x8b\x1f\xca\xac\x3a\x7e\xde\x95\x59\x75\xfc\xbc\x2e\xb3\xbe\x0f\x3f\x27\x38\x38\xad\xe3\xe7\xf7\xb2\xb1\x3a\x7e\x3e\x17\x59\x67\x75\xfc\xfc\x54\x66\x7d\x2f\x7e\x86\xbb\x61\xde\xa1\xe8\x87\x33\x6d\xdf\x4e\xe7\x88\xb4\xb0\x15\xd5\xa9\x7b\x59\x42\x5b\x9f\x9c\x5f\x4b\x3a\xae\xf7\x30\x2b\xb3\xea\x93\xb3\x2e\x97\xe5\x03\x47\xa2\x56\x6d\xc2\x46\xf6\xd0\x69\x00\x0a\x4c\x80\xbf\x3e\xe1\xab\x12\x92\x3a\xf2\xae\xcb\xac\x07\x37\x55\xd0\x13\x03\x32\xf7\x9d\x03\x85\x28\x03\x25\x77\x9f\x02\x35\xb1\x0d\x4a\xd7\x11\xff\x5b\x01\x1d\xa4\xb6\x18\x4d\x6e\xc4\x57\x91\xdc\x88\x8e\xae\x50\xb5\x26\xa9\x30\xb5\xbd\x9e\x96\x2a\x8d\x48\x52\x37\x3d\xd4\x06\x89\xfb\x05\x15\xa7\x35\xc3\x92\xea\x1b\xc9\x8b\x34\xe4\x31\x17\x8b\xd7\x6a\xaf\xaa\xdc\x11\xb6\x3c\x4f\x6d\x56\x69\xbc\x8e\x79\x1c\xc7\x3e\xaa\x6f\x9c\xdb\x6d\x9d\x98\xb6\xdb\x76\xa2\x71\x55\xd9\x2d\xec\xe9\x76\x5b\xe7\x3c\xb6\xdb\xf6\xe3\xb9\x7a\xc3\x01\xcb\xac\x5b\xab\x08\x1f\x56\xd0\x3c\x3b\xdd\x9f\x7d\xb6\x37\xfb\xb8\x9a\xeb\x79\x4f\xeb\x09\xc3\x61\x23\x65\x50\x4f\x79\xd6\x28\xd2\x68\x77\x78\xd4\x48\x39\xa9\xa7\x9c\xd5\x13\x1c\x84\x48\x23\x5f\xe8\x59\x7b\x58\x7a\xde\x4d\x65\x4d\x8b\xbe\x9a\x6a\xa8\x8d\x02\xf1\xbe\x9e\xab\x5a\x89\x7f\x56\xcf\x3b\x55\x74\xff\xe5\x1d\x36\x2c\x88\xcd\xb5\xec\x7e\xdb\xe1\x47\x5f\x3a\xd6\xcc\xba\xed\x15\x7d\xf3\xae\x29\x02\x3f\x70\x8f\x35\x2d\x6a\x36\x6b\xd4\x66\x95\x86\x5b\xd4\x8d\x0e\x95\x95\x26\x02\x7e\x75\x83\x34\xe4\x57\x3c\x8d\xb2\x3e\xa9\xdf\xe6\xe4\xc9\xd1\xe0\xec\xbb\xdf\x46\xfd\xbf\xeb\x17\xbc\xe6\xe0\xfc\xdf\xc4\x2f\x78\xcd\x5b\xf9\xbf\x9d\x5f\xf0\xb4\xe6\x17\x9c\x17\x7e\xc1\x6b\x1e\xcd\x75\xc0\x83\x3a\xe4\x0d\x3f\xfd\x0e\x2c\xfa\x61\xc9\xa3\xdd\xf6\x6f\xb7\x16\x96\x7f\x0b\x9f\xe4\x9f\xb3\xcc\xfa\x57\x94\x7d\xd3\xb5\x93\x90\xac\x7e\x91\x3c\xce\xa8\xec\x1b\xb7\x92\x17\x77\x6b\xe6\xfa\xa4\xa2\x96\xd0\x5e\x27\xab\x73\x99\xb2\x70\x45\x8d\x97\xc6\xd7\x1f\xdf\x17\x3f\xad\x77\x71\x68\xb1\x6c\xbe\xe9\xb7\x30\x2a\x3c\x9c\xef\x1c\x8b\xae\xd4\x20\xd4\xf6\x65\x16\x99\x3e\x72\xf3\x3a\x31\xa6\xc6\xb3\xfa\xa8\xfa\xf6\xcf\x5e\x59\x09\x76\xd3\x89\x1d\x20\xcd\x45\x21\xa9\xba\x8d\x8c\xda\xdd\x46\xa6\x49\x22\xf3\x9d\x70\x97\x8d\x3e\x12\x76\x17\x8e\x3c\xdf\xb5\xe3\xa8\x96\x2b\xd3\xf6\x07\x5b\xaf\x4f\xd5\x86\x38\xf3\x58\x5d\x09\xa6\x05\x8d\xb8\xc2\x03\x73\x4e\x9a\xa4\xd0\x7e\x75\xd3\x40\xb2\xce\x6d\xc5\x70\x4a\x24\xce\x61\xea\xe6\xd4\x38\xb4\xdc\x4d\x1a\x05\x55\x3e\x12\x07\x99\x3f\xc7\x76\x1b\xb3\x14\xb2\xa4\x89\x2f\xfc\x93\x27\x4f\xce\xb0\x3a\x68\x5c\xb2\x5f\x92\xd0\x17\xfe\x93\x67\x27\x98\x48\x85\xb0\x62\x75\x24\x85\x8b\x7e\xe3\xab\x5e\x97\xda\x0d\x68\xb9\xea\x1e\x09\xe9\xcc\xf5\x84\xaa\xce\x0d\x72\xf6\x74\x78\x5c\xdb\x92\x1b\x87\x5e\xe9\xf4\x80\xcf\x95\x5c\xa1\x01\x99\x39\x0e\xf2\x6f\xb8\x98\x25\x37\xdb\x6d\x5b\x74\x90\xf7\x2c\xcb\xc2\x05\x7b\xa5\x5d\xfd\xea\xc9\x33\x4f\xcc\x23\xfd\x4f\x79\xb4\x77\x98\x0f\xbb\xbb\xf1\x5b\x97\x15\xc1\x38\x05\x95\xfd\x8d\xc8\xc0\x4d\xe4\xa5\x48\x6e\x7c\x3c\xca\xfc\xee\x80\x08\x4c\x74\x5b\x26\x70\x63\xaa\x78\x8e\x34\xb9\xe9\x64\x4c\x5e\xf0\x15\x4b\x36\x4a\x36\x1e\x60\x92\xe6\x39\xd9\xd0\xd7\xa1\x64\x7d\x5d\xbd\xda\x5e\x0b\x4f\x54\x96\x3d\xd8\xe4\xa4\xe9\xa5\x4e\xc1\x37\x76\xba\x11\x64\xa0\xc4\x31\x3f\xa3\x8c\x38\xc9\x31\x19\x28\x56\x2c\xad\x11\x7f\x44\x2b\x10\x4a\x9c\x13\xee\x02\xa1\x84\xb1\xd4\xe6\x47\x38\x27\x49\x13\xc4\xee\x10\xce\x9d\x72\x20\x10\x33\xe8\x67\x88\x47\x1c\xca\xca\x5d\x42\x5e\x7a\x93\x9f\x53\x3d\x5b\xfd\x35\x4b\xe7\x49\xba\x0a\x45\xc4\xc8\xd2\x26\xaa\x51\x93\x99\xfd\x2a\x61\x24\x6b\x9b\xe6\x42\x56\x23\x88\x72\xd2\xa3\x44\x64\x89\x0d\x96\xbe\x2a\xaa\xaa\xbe\xe2\x97\x82\xaf\x40\xb9\x09\x90\x8e\xda\x68\xc6\x94\x4f\xd9\xef\x1b\x96\xc9\x6a\x05\xcf\x33\x8d\xf7\xb5\xb8\x8b\x2e\x96\x3c\xeb\x5c\xa5\xc9\x4d\x06\xaf\x03\x59\x26\x7e\x90\x9d\x6c\xb3\x56\xa7\x60\xa7\xb5\x89\x7e\xe7\x7d\xf8\x95\x75\xb2\x4d\xca\x3a\x72\x19\xca\xce\x5d\xb2\xe9\xc4\x49\x38\xeb\x84\x9d\x75\x12\xdf\xcd\x79\x1c\xab\xe3\x39\x89\x67\x2c\xb5\x4d\x67\xfd\x0e\x84\x86\x0a\x0e\x0f\xe7\x57\xfd\x15\x3b\x4c\x59\x18\xc9\x03\x5b\x3e\x43\x98\xb4\x0d\x65\xf5\x7d\xf0\xb6\xa1\xe8\x9f\x04\x2e\x04\xbe\x6d\xc4\xba\x98\x7b\x5e\x39\x0c\x27\x59\x2d\x05\xfc\xe0\xa2\x99\xeb\x15\x93\x97\xee\xc2\xae\xe9\xf2\xb1\x2b\xce\x14\x3c\xb8\xd6\x4f\xc7\x17\xb4\x3b\x24\x77\x7a\x8b\xb8\xa2\x07\x43\xf2\x9e\x9e\x92\x1b\x3a\x18\xb5\x2c\x85\x4e\x7d\x7b\x78\x41\x6f\xd4\xe2\x70\x97\x00\x79\xc4\x4a\x61\xf8\x7e\xf0\x82\x6d\xb7\xc3\xa3\xd3\xe7\x6c\x5c\x9b\xb8\x6a\xa5\x8e\x0c\xbf\xb2\x0c\xa6\x20\xe3\x92\x5f\xb3\x0e\x17\xb2\x73\xc5\xe4\x0d\x63\xa2\x33\xe8\x84\x62\xd6\x19\x1e\x9d\x92\x8e\xaa\xc6\xc5\xa2\x53\xf8\x5e\xcf\x3a\x4b\xbe\x58\xb2\x54\x4d\xa6\x50\x65\x3a\xf3\x75\x66\x43\x20\x6d\x84\x21\x05\x36\x43\x38\x78\x4f\x07\xcf\xd9\x18\x0c\x65\xe6\x71\x92\xa4\xfe\x90\x1d\x1f\x32\x1c\x9c\xea\xc3\xec\x16\x0e\xc1\xea\x0e\x4b\x5e\xd2\xdb\xbe\x6a\xe0\x68\xa4\xff\x1d\xf6\x13\xb1\xd2\x45\x5c\x7c\x94\xdb\xec\x5d\xa1\x5d\xa9\xef\xb1\x37\x94\xf5\xde\x43\x6c\xf8\x3b\xb5\xdb\x32\x3c\x7e\xd9\x5f\x27\x99\x34\x3d\x6a\xfb\xee\xc0\x77\x66\x0a\x9b\x8d\x58\xd8\x8d\xb8\xa5\x02\x11\x7a\x3b\xea\xe8\xd7\xb5\xd5\xad\xf5\x8e\x32\xa2\x44\x29\x78\x4a\xdb\x52\xb9\xbe\x97\x0a\x7c\x7f\x45\xdd\x90\xe4\xf8\x9e\xf9\xf5\x81\xe0\x1c\x03\xa7\x5c\xd9\x62\xd7\xfe\x15\x06\xc2\x72\xbc\x22\x7c\xad\x7a\x45\x30\x6e\x61\x6c\xc8\x61\x3c\x62\x01\xdc\xca\x8e\x0a\x1e\xe4\x60\xf8\xe2\xc5\x8b\x21\xe1\x54\x09\x57\x3a\x22\x75\xe1\x5c\x95\x7b\xde\xe0\xf9\xb9\xcf\x89\xc4\x18\x5f\xa5\x2c\xfc\xda\x61\x23\x2d\x84\x11\x88\xb9\xc5\x89\xa0\xa9\xd3\xfb\x47\x87\x47\x2f\xc4\x37\x9f\x51\x36\x19\x4c\xf1\x58\x0d\x3f\x70\x3c\x54\x5c\x38\x3e\xb1\x26\x03\xe8\xbc\x0c\xec\x51\x8e\xa1\x0c\x42\xab\xd3\x55\x59\x2a\xcc\x48\xf4\x28\x06\x10\xc0\xda\x0c\x36\x7d\xce\x47\xd6\xde\xe5\xe8\x47\x3f\xed\x0d\xf1\xc1\x90\x84\x94\x4d\x92\x29\xc9\x68\xd2\x1b\x92\x88\xb2\x49\x56\xed\x30\xf4\xbc\xc1\x8b\x73\x3f\x24\x02\xe3\x22\x31\xd2\x89\x11\x09\xf1\xd8\x87\x81\x47\x44\xd5\xa4\x82\xa4\x34\xc3\x81\x4e\x0b\x09\x83\x60\xe2\x24\xa5\x89\xf1\x33\x58\xc5\x63\xd1\x8c\xa8\xe3\xd1\x6d\x2e\xcf\xf3\x22\x3c\xb5\x65\x01\x2b\xae\xe7\xcf\xab\x73\x9b\x25\xc6\xdf\xeb\x81\x2c\x7f\x5b\xe6\xd1\x7a\xee\x65\x7d\x3e\x3b\x90\x7d\x3e\x83\x1d\xe9\x92\x4e\xa6\x36\x0a\xec\x90\xbc\xd1\x5b\xd3\x07\x7a\x4c\xde\xa9\x05\xf0\x5a\xfd\xf9\x44\xbb\xc3\x52\x28\xf8\x1d\xa2\x0c\x19\x3c\x4b\xfa\xd1\xff\xa6\x3d\x07\xa9\x99\x18\x15\x4b\x10\xc2\x7b\x46\x26\x2e\x07\xbe\x50\x85\x4a\x2c\x48\xed\x99\x56\x1d\xb8\xcf\x29\x33\xe3\x1f\xa9\x42\xc4\x81\x9b\x42\xb8\x09\xae\x2f\x0d\x55\x59\xf2\xd5\xbf\x54\x5c\x85\xee\xd4\xa1\xb1\xcf\x46\x80\x56\x80\x12\x05\x1f\xe9\xbe\xc6\xe5\x5e\xf0\xd1\xbf\xc4\xf8\xb5\x5a\x7b\xc2\xff\xa9\xe2\xf5\xb1\x02\xbc\x12\x85\x3f\x13\x07\xb6\x03\xe6\x76\x62\x02\xe1\x6a\x8c\x78\x9e\xee\x8c\xfb\x18\x2b\x4c\x69\x11\x2d\xa4\x1f\x60\x63\x51\xd8\xf9\xdd\x17\x98\xbc\x81\xbe\x6d\x0f\x6f\x3c\xcf\xef\xfa\x6f\x6a\xa3\x7a\xa1\x04\x5f\xe6\x79\xdd\xc4\xc7\x78\x64\x79\xc9\x37\x05\xf2\x46\x2e\xef\x78\x5f\xa6\xdb\x99\x7a\xd3\x5f\xa7\x3c\x49\xb9\xbc\x7b\xc7\xae\x59\x6c\x64\xc5\xac\xd1\xcf\x73\x2a\xf0\xa8\xc9\x73\x92\xb6\x93\x31\x1a\x3b\xfd\x44\xc1\x1b\xaa\x91\xe8\x79\x17\xfe\x25\x26\x6a\x68\x7a\xb3\x53\x9f\x23\x3d\xc8\xbc\x04\xf3\x0d\xd6\xf2\x64\x77\x50\xe2\x7a\x53\xc1\xf5\x46\xe3\x7a\xe3\xe0\x5a\x60\x12\xab\xad\xd3\xca\x60\xf9\x9c\x8b\x30\x8e\xef\xee\x0b\x92\x0c\x81\x24\xf3\x4a\xac\x5d\x7c\x9f\xdd\x70\xb5\x37\x33\x7c\x1f\x85\x19\xeb\x0c\x03\x1b\xf7\x75\x04\xdf\x47\xe6\xbb\x73\x74\x3a\xd0\x29\xa7\x36\x65\x38\x78\x72\xfc\xe4\x64\xf8\xf4\xe8\x58\x67\x9c\x14\x19\xec\x64\x64\x75\x07\x26\xe9\x94\x1d\xeb\x03\xfc\x37\x1a\xba\x87\xfe\xdb\x59\xcc\x3e\x19\xf4\xd3\x53\xf7\x34\x7e\xbb\x82\xe0\x31\xb2\xcc\x1e\xba\xd9\xef\x92\x9b\x22\xe3\xc4\xcd\xf8\xa0\xd8\xd7\xb8\xc8\x3b\x76\xf3\x3e\xa5\xc9\x1c\xd4\xa1\xc6\x9b\x55\x99\xf3\x4b\xc6\xd2\x9f\xe2\x24\xfa\xca\xc5\xa2\xa8\x7b\xe4\x96\xd0\x4c\x98\x8d\x94\x53\x39\x9e\x58\x95\xa6\x2a\x4c\x45\x94\x08\xc9\xc5\x86\xbd\x81\xd8\x66\x35\x4d\xeb\xeb\xed\xf6\xdd\x76\xeb\x17\x4b\x0b\x57\xaa\x2e\x98\x34\x8e\x39\x3f\xb9\x04\xda\xc2\xe8\x7c\xa8\xd7\xfb\x99\xa7\x99\xb4\xb0\x7e\x48\x66\xac\xa5\x12\x10\x9d\x5b\x4f\xd4\x9d\x3f\x18\xd2\xf8\x50\x90\x86\xa1\x08\xf8\xe7\x38\xd0\x5b\xc0\xf1\x48\xef\x3e\x76\xc2\x25\xfd\x60\x62\x9d\x7f\x18\x7d\xa0\x12\xd6\xb3\x55\x31\xf9\xb8\xa0\xca\x0f\x54\xe4\x95\xde\xc1\xe3\x46\x2b\x96\x2a\xc5\x0c\xef\xfe\x29\xe4\x42\xd2\xdf\x2a\x39\x1b\xf1\x2b\x97\xcb\x62\xf6\xaa\xb2\x55\x83\xcc\xab\x63\x31\x04\x6c\x08\xbc\x3a\x22\x46\x8f\x9d\x11\x31\x77\x44\x72\xdf\x88\xb2\x68\xc9\x66\x9b\x32\xba\x92\x0b\x51\x42\x42\xbb\x53\x35\x18\xac\x56\x16\x3c\x2c\xe2\x69\x9a\x8a\x11\x0d\xfb\x33\x16\x87\x77\xa3\x88\x22\xb1\x59\x5d\xb1\xd4\xdd\x80\x14\x9b\x11\x8d\xb3\x5e\x14\x64\x24\x6c\x29\x10\xf6\xa5\x16\xd7\xc6\xc5\xaf\x40\xed\x07\x7a\x5f\x0a\xa9\xfa\x4d\x22\x9a\x95\x0e\xaa\xee\xf9\x2c\x78\xd5\xeb\x11\x4b\xeb\x41\x42\x2a\x1b\x67\xc0\x48\xb1\x1b\x05\x11\xa9\x6e\x9e\x41\x48\xa3\x5e\x48\x8a\xb3\x29\x38\x18\xe6\x24\x7a\x91\x8d\x7d\xe7\xd0\xa5\x11\xf9\xea\x7f\x73\x5c\x11\xea\x3d\x93\xc1\xaf\x6f\x58\x9d\x19\x63\xee\xe3\xe0\x93\x5a\x2f\x6a\xff\x8b\x0e\x32\xb8\x44\x71\xdb\x08\xe1\x94\x63\x98\x34\x16\x17\x26\xac\x3a\x3f\xcb\x64\x13\xcf\xfe\x93\xb3\xb8\xe9\x2a\xb0\x39\x2b\xea\x58\x34\xe1\x5e\xe0\x4c\xb2\xec\x84\x3e\x97\xca\x13\xca\x46\x3d\x2d\x7f\x15\xbb\x83\xe7\x89\xca\xc1\xad\xbe\x6b\x67\x4c\xfd\xd0\xd9\x6e\x13\xbf\xba\x4a\x6f\xd2\x70\xdd\xba\x0b\xe9\xe5\xf8\xa1\xe1\xa7\xcb\x72\x37\xcd\xe5\xd8\x0f\xd7\xeb\xd8\x58\xca\x84\xe9\x02\x94\x73\x59\x8d\xa0\xf3\x9c\x9c\x1e\x3d\x7b\xe0\x16\xa4\x0c\xe6\x2b\xfc\xb3\xa7\xc3\x63\x9c\x93\xa7\x27\xdf\x19\xfc\x57\x2d\xd2\xf6\xf0\xbf\xdb\x6d\x33\x51\x3e\x10\x13\x58\x2e\x59\xa7\x18\x52\x47\x26\x9d\x2b\xd6\x51\xd5\xee\xd6\xac\xf3\x77\xdd\xda\xdf\x91\x5e\x6a\xb0\x28\xcc\x5d\xc1\x84\x4d\x47\x96\x17\xb4\x21\xcf\x0b\xfd\x2c\xc4\x5c\x17\xe3\x09\x9b\x06\x13\xd6\xcf\x62\x1e\x31\x1f\xb4\x4d\xf6\x43\xf4\xac\x47\x66\x3c\xcd\x73\x72\xf2\xec\xd9\xf7\xc6\x3f\xb6\x33\x23\xa2\x64\xc6\x7e\xf9\xfc\xf6\x55\xb2\x5a\x27\x42\xdf\x16\x3b\x31\x8d\xbb\x3f\xf8\xf8\xc7\xe9\xe1\x82\xb4\x04\x6c\x47\xff\x3f\xd4\x8f\x12\x11\x85\xd2\x67\x60\xe8\xf9\x2a\x99\xb1\x97\xd2\x1f\xe0\xbe\x4c\x4c\x78\xdd\xe1\x99\xfa\xf8\x65\xbd\x2e\x9c\xdd\xe6\xe0\xd7\xfa\xe8\xc9\xd1\x49\x50\x15\x07\x5b\x55\x7b\xbf\xfd\x9f\x0d\x4b\xef\x9c\x29\x30\xe8\xbf\x60\xab\xf5\x26\xeb\xbc\x4e\x56\x5c\x6c\xb2\xce\x4f\x49\x22\x33\x99\x86\xeb\x93\x1f\x32\x50\xba\xf0\x94\x65\xa6\x72\xdf\xfc\xdb\x59\x6d\x32\x25\x21\x77\xb8\x88\xe2\xcd\x8c\xcd\x3a\x57\x60\x3e\xd1\xd9\xd7\xd6\xff\x3f\xbc\x0e\xcf\x21\x4e\x4f\x5f\x4f\x62\x73\x1d\x98\x5e\xe6\xa2\xff\xdb\xef\xf0\x4b\x07\xbc\x47\x1d\x84\x27\x83\xa9\xfd\x32\xd5\xe5\x64\x30\x7d\x7e\xe4\x79\x72\x32\x9c\x3e\x7f\xb6\xdd\xc2\x7d\xfe\x64\x30\xf5\x3c\xb8\xeb\x9f\x0c\xa7\x2a\xef\x68\xfa\x7c\xb8\xdd\xaa\xf4\x17\xf4\xe4\x0f\x0e\x3e\x94\x9d\x98\x85\x99\xb4\xa3\xbf\x3e\xee\x0f\xfa\x83\xce\xd5\x46\xa5\x67\x99\x96\xfe\xaf\x4f\x54\x22\xc2\xb9\xe2\x2e\xdb\xf0\xbf\x4a\xc0\xeb\xed\x1f\x03\x41\x57\xee\xff\x96\xf5\x3b\xef\xed\xcf\xff\x82\x59\xd0\xdb\xa6\x69\xfc\x9a\xa5\x19\x4f\x44\x0d\xcd\x4a\xca\x7c\x4e\x8f\x3c\x8f\x29\x3c\x0f\x9f\x6c\xb7\x0c\x90\x79\xfc\x8f\x22\xb3\x18\x52\xe7\xfa\xa8\x3f\x7c\xd2\x44\xe8\xb1\x46\xa8\x13\xdb\xb6\xe9\xf1\xae\xf4\x01\x3b\x18\x89\xe7\xb2\x70\xff\xda\xeb\x15\xef\x42\x26\x62\x3a\x4a\xfb\xa5\x52\x9d\xba\x1f\xdb\x6d\x77\x48\x52\xb5\xf6\x20\x02\x12\xe4\x77\x07\x04\xc1\x9d\x18\xe2\x3a\x90\xa3\xf6\x42\x6a\xf2\xf6\xdc\xf4\xf6\xbf\xb2\x3b\x92\x1a\x7f\x89\xb2\x16\x42\xbc\x80\x3c\x75\xf6\x0c\x59\x86\x86\x64\x98\xa0\x89\xe6\x20\x20\x01\x1e\x74\x36\x6e\x11\xed\x6e\x60\xfd\x06\x7b\x5e\x97\x67\x1f\xc2\x0f\xbe\x84\xa0\x6f\x7c\xa5\xf6\x05\x7d\x75\x9a\x6b\xef\x9b\x6d\x3b\x55\xb9\x2b\xf9\x7f\xfb\x92\xf5\xf0\xd6\xff\x92\xf5\xfe\x84\x0f\x17\x04\x21\xd0\x50\xa3\x59\x28\x99\xe2\x30\xd6\x3c\xfa\xca\x52\xa4\xb8\x11\xd4\x4b\x48\x46\x51\x1f\xf5\x42\x12\x51\xd4\x9f\x85\x32\x3c\x08\xd7\xfc\xff\x63\xef\x7d\xbc\xda\xc6\x9d\xc5\xd1\x7f\x25\xf8\xde\x6f\x6a\x2f\x26\x8d\x93\x40\x20\x34\xcb\x0b\x3f\x5a\xd8\x2d\xa5\x5b\x68\x77\xbb\x94\xdb\xe7\xd8\x4a\xe2\xe2\xd8\xa9\xed\x10\x58\xc8\xff\xfe\x8e\x66\xf4\xd3\x76\x02\xa1\xbb\x7b\x3f\xe7\x7c\xdf\xee\x69\x1b\x8d\xa4\xf1\x68\x24\x8d\x46\xa3\xd1\xc8\xb0\xc3\xee\xfd\x61\xef\xa2\xf7\xf5\xe2\xec\xcd\x9b\xb7\x47\x9d\x17\x97\x90\x95\xc5\xc3\x61\x48\xba\xc6\x8b\x75\x77\xfd\x85\x71\xf5\x62\x6e\x4f\xbb\xf7\x27\xef\xde\x7f\xbc\xe8\xc4\xeb\xc6\x06\xbe\xa9\x34\xb7\x07\xdd\xfb\x83\xe3\xde\xbb\x37\x47\x1d\x78\x03\x75\x48\x8c\xf5\xd4\xde\x7f\xfb\xf1\x43\xc7\xe8\x87\xd3\x84\xa6\x7e\x3d\xfa\xfc\xf1\x7d\xc7\xb8\x26\x77\xd3\x09\x4b\x1f\x9e\xfd\xfe\x0e\x20\x7e\x3c\x8b\x28\xec\xf5\xd9\xc1\xc7\xf3\x8e\x31\x88\xbd\x69\x4a\xd3\x07\x6f\x4f\x0e\x7e\xfd\x0a\x64\xf5\xde\x9f\x74\x0c\x2f\x0c\xbc\x6b\x63\x3d\x5d\xf7\xec\x8f\xef\x0f\x7b\x17\x47\x1d\xf6\xac\x2b\x2d\x7c\xf4\xe1\xc3\xd9\x87\x8e\x01\xd6\x41\x9a\x3e\x3e\x39\x3c\xea\x18\xa3\xc0\x87\xdc\xf3\xe3\xb3\xdf\x3b\x46\x3a\x8a\x67\xc6\x7a\x3a\xb7\x47\xdd\xcb\xfb\x83\xb7\xbd\xf3\xf3\xaf\xef\x7a\xa7\x47\x1d\xc3\x77\xef\x52\xc3\x7e\xd7\xfb\xf4\xf5\xf5\xc7\x77\x07\x17\x27\x67\xef\x3a\xc6\x29\x02\xce\x2f\x8e\xde\x77\x9c\xb9\xad\x95\x1f\xc7\x51\x36\x2a\xd4\xb8\x5b\x52\xe3\x8e\xb8\xc9\xf2\x0a\xf5\x5c\x0d\x9f\x78\xae\x4f\x1e\xa9\x53\x9f\x5f\xd9\x7e\xf7\x7e\x3a\xe9\x34\xb7\xed\xe6\x36\x65\x88\x61\x53\x7e\x76\x5a\x75\xbb\x55\xef\x18\xc0\x5b\x3b\x24\x83\xac\xd3\x6c\xdb\xcd\x76\xc7\xa0\xbf\x0d\x3b\x09\x86\xa3\xac\xd3\xdc\xb1\x9b\x3b\x1d\x03\x12\x86\x9d\xb9\xfd\xce\x8e\xbd\xd3\x31\x32\xb7\x6f\xd8\x24\xf5\xdc\x09\xe9\x34\xda\x76\xa3\xdd\x31\x30\x65\xd8\x24\xca\x48\xd2\x71\x9a\xb6\xd3\xec\x18\x90\x30\xec\x89\x3b\x24\x1f\x27\x9d\x66\xd3\x6e\x36\x3b\x06\xa6\x10\x7a\x48\x29\x69\xb6\xec\x66\x0b\xe1\x87\x40\x4d\x3a\x0a\x06\x59\xc7\xd9\xb2\x9d\x2d\xda\x27\x01\xa5\x87\x6e\xd7\x92\x38\xec\x38\x6d\xdb\x69\x77\x0c\x96\x34\xec\x74\xe2\x7a\xa4\xd3\x6c\xd8\xcd\x46\xc7\x80\x84\x61\x67\x9d\xed\x96\xbd\x0d\x17\x82\x6d\x9f\x84\x24\x23\x9d\xd6\x96\xdd\xda\xa2\x3c\xa3\x29\x63\x6e\x4f\xba\x97\x06\x1d\xfb\x29\x3c\x78\x77\x07\xaf\x6f\xb1\x3e\xe3\x5d\x21\x18\x7c\x65\x8f\xbb\xf7\x73\xfb\x86\xfe\x35\xec\xde\xd3\x6a\x7f\xc6\x11\xe9\x6c\x34\x77\xe0\x05\x35\x37\xeb\x6c\x34\xb7\x6d\xdf\xbd\xfb\x14\x90\xd9\x31\x3c\xa6\xf6\x9a\xc3\xdb\x36\xb9\xcd\x12\x17\xd3\x69\x67\xa3\xb9\x65\xa7\x19\x99\x4c\x82\x68\xd8\xd9\x68\x6e\xda\xe3\x20\xa2\x92\xa0\xb3\xd1\x6c\xd9\x63\xf7\x96\xfd\x6e\xda\x53\xf1\xf8\x43\x67\xa3\xd9\xb0\xbd\x38\x0c\xdd\x49\x4a\xf3\x1c\x3b\x8c\x3d\x37\xa4\x3f\xeb\x36\xdb\x0a\x61\xb5\xc6\x8e\xed\x07\x29\x95\x61\xf0\x48\x6f\xda\xd9\x68\x6c\xdb\x24\xd2\x00\x6d\x3b\xf0\xe2\x88\xfe\xda\xb2\xb3\x38\x0e\xb3\x60\x42\x13\x9b\xf4\x83\xe7\xa0\x02\x75\x36\x1a\x2d\x3b\x0d\x7c\xb2\x7f\x77\x1e\xf8\x14\x6d\x93\xb6\x2d\x3d\x1b\xfc\x4e\xc8\xf5\x21\xfb\x40\x67\xa3\xd1\xa0\x3b\x0e\x12\xf9\x6e\x42\x33\x28\x16\xc7\xbe\x09\xc8\x0c\x1e\x61\xdc\x68\xd4\x01\x7f\xdf\x4d\xde\x53\x31\x34\x86\x96\x38\x3b\xec\xb5\xbd\xb4\xb3\xe1\x6c\xdb\xb3\xc0\x1f\x92\x8c\x47\x64\x07\x96\x38\x6d\x0e\x75\xb1\xf1\xce\x96\x1d\x0c\xa3\x38\x21\x1f\x88\xeb\xc7\x51\x78\xd7\xd9\x70\x36\xed\x6b\x42\x26\x67\x13\x12\x75\x36\x9c\x96\x0d\x02\xe1\x2c\x3a\x1f\xc5\xb3\xce\x86\xd3\xb4\x83\x28\x0c\x68\xff\x38\x0d\x28\x77\x12\xdd\xb8\x61\xe0\x77\x36\x1c\xc7\xbe\x26\x77\xfb\x41\xe4\xd3\xcf\x53\xe6\xf5\xa7\xc3\xce\xc6\x8e\xed\x86\x61\x3c\x3b\xa1\xc2\xea\x02\x04\x5a\x67\x63\x5b\x70\x92\xca\xdb\x13\x3a\x8e\x6f\xdc\x30\xed\x6c\xb4\x45\xc6\x71\x3c\x4d\xd2\xce\xc6\x16\xe7\x30\x4b\x6f\x02\x0f\xb0\x43\x5a\x88\xf9\x74\x1a\x66\x81\x8f\x3d\x6b\x8f\x79\xe2\x9c\x4c\xdc\xc4\xcd\xe2\xa4\xb3\xd1\xb0\x51\x4e\x9d\x45\xe1\xdd\xc5\x28\x89\xa7\xc3\x11\x45\x70\x86\x2f\xf7\x6d\x38\x36\x54\x76\xe6\xf6\x1d\x0e\x3f\x2a\xea\x62\xef\xda\x40\xb8\xc1\xbb\xc1\xb0\xa7\x93\x8e\xe1\x26\x49\x3c\xdb\x10\xf3\x9c\xa5\x71\x9e\x4f\x12\x72\x13\xc4\xd3\x94\x43\x71\xae\x47\xe4\x36\xe3\x10\x3e\xd5\x63\xdf\xbd\x53\xeb\x6e\x78\x41\xe2\x85\xc4\xb0\xe1\x44\xb1\x63\x64\x89\x9b\x8e\x36\x1a\x34\x1d\xa7\xa4\x63\xdc\x1a\x73\x69\x49\xed\x6b\x3e\x03\xc3\x4b\x72\x55\xad\x0e\x2f\xb3\xab\x3d\xfa\xf3\x55\x1d\x13\xaf\xea\x78\x54\xe2\xf6\x53\x93\xa6\xad\x0d\x25\x49\xae\xac\x0e\x16\xde\xdb\x70\x3a\xac\xb8\x03\xa0\x0d\x9a\x82\x5f\x80\xae\xc3\x10\x67\x57\x9d\x3a\x2c\x87\xa7\xca\x14\x35\x0c\x3e\x43\xd7\x9c\xd2\x09\x6a\x9c\x9e\x9e\x9e\x56\x3e\x7f\xfe\xfc\xd9\xd0\x27\xea\x9a\x23\xe7\xa9\x23\x66\xe9\x9a\x23\x26\xe9\x9a\xa3\xce\xd1\xb5\xba\x9c\xa2\x6b\x75\x3e\x43\xa3\x1a\xfe\x30\x2d\x6d\xa2\x52\x5a\xb4\x79\xba\xe6\xe8\xd3\x74\xcd\x61\xb3\xf4\x9e\x2a\x04\xb4\xb7\xdd\x34\x35\x6c\xec\xfa\x81\x5b\x19\xb8\x1b\x30\x00\x36\x62\x3e\x04\x18\x50\x1b\x08\x08\xcb\x0f\x07\x15\x9a\x1f\x14\x0c\xcb\x88\xdc\x24\x71\xa4\x0d\x0e\x3d\x47\x1f\x24\xfa\xb7\x69\x21\xa4\x8c\x8d\x14\xcc\x86\xf1\x22\x46\x0b\x83\x81\x00\x9e\x4b\x39\x74\xcf\x30\xbe\x89\xe9\xce\x10\x12\x02\xcd\x01\xfd\xa7\x82\xaf\x78\xc2\x2b\xa6\x0c\xd5\x01\xfd\x07\xb6\x95\x5c\x8f\xc1\x32\xa7\x54\x9c\x77\x8c\x73\x48\x54\x20\x85\x4d\x65\x19\xef\x59\xab\x79\x16\x6d\x27\xcb\x7a\x47\x6e\x45\x0d\x44\xf6\x19\x48\x60\xb8\x68\x02\x51\x21\x58\x60\xc2\x0c\x8a\x08\x33\x00\x0f\x02\x11\xcd\x21\xac\x28\x02\x11\x26\x11\x15\xcf\x12\xc8\x78\x26\x45\xc7\x33\x01\xa1\x5a\xeb\x80\x44\xd9\x34\xb9\x53\xaa\x31\x08\xd6\x13\xd9\x50\x51\x64\x51\x46\x51\x69\xd5\x31\xde\x07\xde\x75\x85\xfe\x34\xec\x20\xf2\x12\x90\xd2\x98\x73\xc2\x93\x2c\xdb\x27\x5a\xf6\x21\xd1\xb3\x29\xca\xd3\x20\x9a\xd2\xb1\x08\x48\x31\xa1\xa0\xe5\xb9\x12\x31\x2f\x22\x50\xf3\x22\x12\x39\x2f\x42\xd1\x9f\x13\x2f\x8e\x7c\x86\x1e\x13\x0a\x7a\x9e\x2b\xd1\xf3\x22\x02\x3d\x2f\x22\xd1\xf3\x22\xa8\xc6\xbe\x27\x49\x10\xfb\x1d\x03\xd7\x80\x0a\x26\x79\xd7\x81\xad\x8c\x77\x1c\x4d\x88\x3e\x85\xf9\xc7\x7b\xd4\x05\xed\x42\xae\xa5\x54\x8c\xc8\xa5\x14\x85\x50\x7e\x25\x5d\x73\x72\x0b\xe9\x9a\xb2\x8e\x32\xed\xa4\xb0\x94\x4a\xe7\x4d\xbe\xa0\xde\x53\xed\xf5\x02\x26\x10\xfd\xea\x28\x9e\xc1\x94\x91\x09\x3a\x5d\xd6\x9c\x79\xc9\xaa\x7b\x3f\x8a\x93\xe0\xaf\x38\xca\xdc\xb0\x63\xb8\xd3\x2c\x36\xec\x1b\x92\x64\x81\x27\xd2\x73\x7d\x55\x06\x2b\x7d\xc2\x17\x64\x2a\xae\xf4\x25\x7a\xcd\x91\x2b\xf4\x9a\xa3\x2d\xd0\x6b\x75\xbe\x3e\xb3\x42\x7c\x79\x5e\x53\x56\x67\xaa\xb0\xea\xe6\x0e\x0c\xa0\x80\x44\x58\xdc\xa3\x66\x57\xb9\x67\xf0\x95\x0a\xc2\xf4\xb2\x7e\xc5\xbc\xed\x87\x24\xc3\x5d\xb4\xa9\xbf\x31\x84\x28\x6a\x83\x20\xf2\x4d\xd8\xe0\xf0\xfd\x8f\x55\x0b\x52\xd3\xe8\xdc\x04\x69\xd0\x0f\x89\xc1\xa2\xe3\xfa\xb0\x6f\xab\x79\x61\x1c\x11\xd3\xaa\xa5\xd3\x7e\x96\xb8\x5e\x66\xb6\x6d\xc3\x37\xf8\x03\x2b\xb9\x42\xae\xcf\xe3\x51\xb0\x15\xc4\xb4\x6c\x63\x6c\x58\x96\xbd\x56\x9f\xa3\x18\x7e\xb4\x71\xec\xc9\xb4\x11\x9c\x64\xfd\x6f\xb4\x94\x36\x62\x59\x23\x05\x27\x16\xb7\x94\x6b\xe9\x95\xe9\xc4\xf8\x0f\xef\x4e\xc7\x36\xee\x96\x75\xa7\x63\x1b\xa3\x42\xb3\x60\xf9\xfc\xcf\x6c\x18\xa3\x79\x61\x9b\xd4\x86\x8b\x86\xc1\x2e\xf0\x7f\xbb\x39\xcc\x33\x7a\x09\xbd\x3e\xa7\x17\xf7\xa8\xff\x99\x04\xb3\x0e\x10\xb4\xb2\x3d\xf0\x7f\x26\xb1\x2a\x77\x4f\x55\x8a\x0f\x9f\x24\xab\xfe\x37\x19\x2c\xc8\x45\xc3\x43\xd1\xed\x52\xa5\x97\xdf\xce\x19\x05\x3e\xd5\xc9\xd7\x20\xaa\x03\x9a\x31\x56\xaf\x28\xc4\x00\x5a\x1d\x9e\x88\x41\x6f\xb5\x62\x7e\x5b\xd0\x6a\xb5\xfc\x8b\x5a\x3f\x8b\xd0\xf0\xe6\xe2\xe5\x20\x43\xd5\x5c\x8c\xab\x17\x56\x0d\x6c\x60\x9c\xc4\x12\xaf\xe2\x52\xa2\x80\xb5\xf9\xce\x62\x38\x98\x01\xe5\x69\x88\x40\x57\x67\x5f\x9f\xb3\xfd\xf5\x9a\x53\xdc\x5f\x2b\x3b\x20\x7d\x7f\xad\x64\xe0\x7e\x5a\x6e\x8d\x44\x5a\xec\xaf\x39\x66\xb9\xbf\xa6\xfb\xb3\xe2\xfe\xda\xb0\x2b\xc6\xd2\x1d\xf6\x9a\x63\x4f\x92\x78\x3c\x01\x2d\xef\x0c\xb6\x7a\x07\x60\xa7\x5c\x9c\x73\x91\xb8\x11\x2a\x50\x87\x24\x74\xef\x3a\x8d\x7a\x7d\x6e\xcf\x4a\x1f\x6e\x19\xe2\x6e\x18\x27\x87\x78\xca\x1c\x52\x43\x92\x21\x09\xa9\x0c\xa6\x4b\xd0\xfb\x9c\xbf\xcb\x81\xd3\x49\x3c\x85\x8e\x49\xdc\xa5\x66\xc4\x97\x70\xce\x15\xe5\x3d\xb0\x69\x94\x92\x4c\x3c\x72\xe1\xf1\x23\x2b\xf1\x5c\x0b\xf6\x9d\x48\x4e\x53\xd2\x68\x01\x97\x15\x1c\xae\x97\x4d\xdd\x10\xbf\xa7\x80\x31\x40\x14\xee\x95\x15\xb0\x87\xdb\xe1\x4f\x4c\x7b\x55\x72\x4e\x83\x88\x43\xdf\xc1\x91\x37\x7f\x1f\x25\x48\x4f\xa2\x20\x63\x0d\xc2\x37\x3c\xd4\x0c\x25\x49\x5b\xf7\x11\x7a\xb1\xd0\x83\xaf\x93\x78\x7c\x10\x06\x24\xca\x0e\xe0\xd1\x19\x87\x5f\xb5\x03\x1c\xc0\x16\x81\x87\x03\xf8\x2d\x0f\xe0\x5e\x14\x67\xc1\xe0\x0e\xbb\xf6\xe8\x06\xf0\xe0\x53\xe0\x5a\x29\x8f\x7b\x7d\xf0\x11\xc1\x3c\xab\x95\x76\x7e\x0d\xe8\xdc\x01\x43\xc4\xcc\xbe\xb5\x7b\xf6\x75\x77\x28\x6d\xfb\x5c\x00\x5e\x43\xb9\xc2\x35\x5d\xde\xe4\xba\x26\x4f\xd9\x80\x00\x63\xbc\x69\x64\x6e\x32\x24\x19\x33\xad\xb3\x78\x55\xa2\x08\x15\x21\x2c\x67\x8f\xb5\x76\x32\xcd\x74\x3c\x1d\xf9\x60\x3e\x9f\xb6\x58\xca\x88\x88\x9b\x90\x34\x53\x83\x27\x72\xc4\x28\xaf\x18\xea\x4e\x66\x12\x11\xee\xab\x6c\x78\x5e\xd6\xd9\x23\xa3\x8a\x38\xc9\x0f\xd3\x7c\x3e\x17\xec\x76\x56\x23\xb7\x19\x89\x7c\x53\xbc\xce\xa2\xbe\x71\x0f\x5f\x70\x2f\x62\x3e\x6d\x38\x1d\x4f\xee\xea\x98\xcf\x37\x15\xb5\xb5\x68\x2c\xca\x68\xe9\x2a\xdc\x5c\x58\xde\xb1\xa5\x57\xa7\xe0\x2c\x13\xe5\xf0\x5b\xed\xa2\x6a\x55\x2f\x57\xbb\x71\x43\xd3\xaa\x65\x49\x30\x36\x2d\x76\xcc\xc5\x83\x5a\x91\x0c\xe3\xbb\x60\x92\xc5\x2c\x9b\x4c\xa1\x7d\xe6\x02\x14\x96\xcd\x23\x34\xf1\x76\xd6\x14\x33\x54\xb5\x5a\x4a\xaa\x7c\xab\x50\x22\x75\xb3\x2c\x31\x0d\x38\x4e\x1a\x81\xdf\xba\x58\x9e\xf2\x84\x95\x7c\xc7\xae\x17\xbb\x48\x5d\xd2\xb5\xae\xb2\xf4\x2e\xaf\xe1\x56\x91\x07\xd8\xc3\xdd\x90\x2e\x1d\xe6\xf6\x75\xed\x2b\x0a\xf7\xc2\x7c\xd2\x17\xa7\xaf\x83\x20\x0c\x81\x5f\xfc\x2b\x14\xc0\xce\xd3\x00\x0d\x6f\x4c\xce\xfb\x01\x0f\x1f\x4b\x0f\x7c\x33\x3b\xe9\xae\x91\x6a\x35\x62\xb7\x21\x57\x11\x53\xb6\xdb\x5d\x53\xda\xc2\x39\xca\x9b\xbe\x64\xc1\xaa\x56\xd7\xe0\x9c\xce\xb0\x3d\x3a\xe4\xc2\xae\x14\xf7\xe8\x78\xac\xce\xc5\x0c\x3d\x9d\x43\x1e\x84\x10\x8a\x55\xab\x51\xb5\x9a\x54\xab\x66\xa8\x29\x6d\xca\x6f\xe5\x71\x7e\x7b\x4d\x5c\xd9\x74\xf1\xcd\x2d\x55\x68\x82\xb8\x34\xd1\x52\x39\xac\x41\xaa\x86\xa7\x7d\x68\x9b\x24\x76\x1c\x82\x5d\xb3\x13\xda\x41\x8a\x36\x89\xc4\xa6\x6d\xc6\x7d\xbf\x67\xaf\xc0\xb3\x4e\x6c\x23\xb7\x3a\x0a\xe7\xe6\x56\x87\xa9\xa5\x82\x79\xba\x5e\xc0\x1c\x07\x0a\x8d\x7b\x78\x48\x58\x84\x32\x7d\xa9\x7c\x74\xcd\x85\x9b\x43\x86\xb1\x5e\x26\xa0\xe1\xc0\xd1\x5a\xd7\xe9\x29\x6a\x25\x76\xda\x0d\xab\xd5\x54\x1c\xd3\x1a\xc6\x7a\x58\x43\x63\xb5\x59\x58\x79\x9f\x80\xce\x30\x2c\x15\xd7\x63\xe5\x57\x43\x18\x91\x59\xe5\x03\x19\x1e\xdd\x4e\xcc\xc7\xea\x29\xde\x30\x1b\x97\x5f\xae\xee\xe7\xa6\xf5\xd3\xfa\x5e\xcd\xfe\xf2\xe5\x7f\xfe\xfb\xe1\xbf\xbe\xa4\x57\x2f\x87\xb6\xf1\xe5\xcb\x7f\x57\x0d\x6b\xdd\xf8\xf2\x25\xfd\xe9\xbf\x0d\x8b\x7e\xeb\xe1\x81\x87\x87\x63\x5d\x94\x4e\xc0\x77\x27\xb3\x1d\xab\xb4\x1b\xd4\x02\x96\x9d\x76\x03\x33\xb5\xca\xa5\x6f\x5e\x3e\x0a\x71\x0f\x90\x2c\x09\x86\x43\x92\x08\xa9\x9c\xd3\xc3\xd4\x5e\xb5\x79\xcd\x27\x0e\xfd\x35\xe7\x5f\x18\xfb\xb6\x32\x23\x51\x66\x98\x16\x7a\x75\x74\xe5\x6e\x89\x9d\x43\xe8\x9d\x87\x40\xde\xa4\x91\x9b\x5e\xb0\x73\x13\xd3\xaa\x56\x49\x2d\xfb\x2b\x57\x9e\x1f\xab\x58\xb6\x8c\x4f\xc1\xf3\xb8\x01\x88\x56\x1c\x83\xd5\x36\x35\xe1\x3c\x27\x89\xa7\x91\x6f\x4a\xa0\xf5\xb2\xbc\xa2\xf5\xd3\x02\x78\x2d\x05\x2b\x6d\x6a\x8a\x37\x3f\x82\xf4\x13\xe5\x1e\x55\x42\xe8\x8e\xd4\xb5\xd4\x5b\x18\x2b\x89\x26\xa1\x74\xfc\xf3\xdd\x24\x5e\x38\x16\x62\x59\xd7\xf0\xc5\xb8\x86\x1c\x2e\x09\x8c\xcf\x9f\x3f\x7f\xde\x38\x3d\xdd\x38\x3c\x34\x0a\x2a\x94\x24\x7f\x99\xf0\xe3\xeb\x8a\x2a\xf8\x7e\x76\xa4\x5b\xcd\xb4\x5b\xdf\x9d\xbe\x2a\x96\xd9\x9d\xae\xaf\x5b\xe9\xba\x14\x73\x48\xf7\xf4\xea\x07\xa4\xd4\x6e\xda\x4d\x9f\x23\x54\x34\x49\x81\x9e\xb0\xa9\xbe\x70\x2d\xa1\x6a\xf7\xdf\x95\x0d\x6c\x29\xe1\xd1\x9e\xf9\x94\x5c\x49\x70\xe4\x9a\xf6\xef\x8d\x52\xe4\xad\xd7\xcd\xeb\xde\x35\xc5\x52\xbf\xf7\x1f\xb7\xfa\x3f\xa9\x67\x0d\x63\x5d\x59\xeb\xf7\x0c\x23\xcf\xe5\x85\x03\xc8\x7a\xd2\x98\x58\xcc\x0f\x70\x3d\x2a\xb0\x63\x8e\x3a\x27\x3a\x44\x15\x1c\x86\xa3\x6e\x66\x92\x1a\x6e\xf6\x2c\x4d\xab\xb7\x13\x11\x73\x38\xb7\x0d\x88\x2c\x38\x98\xd1\xac\x6c\x52\x41\x4f\xa8\x22\x4e\x6a\x69\x16\x4f\x94\x2b\x1c\xf1\xc4\x1d\x62\xf0\x42\xcb\x66\xca\xb4\x34\x4a\x94\x3a\x96\x75\xd5\x0d\xda\xfd\xdc\x3e\xb5\x21\x42\x05\x1c\x58\x57\xab\xc6\x80\xb8\xd9\x08\x3d\xda\x19\xb0\x46\x99\xb1\x77\x8f\x27\xda\x77\xf3\xce\xfd\x1c\x9e\x85\xbf\xd6\x96\x9c\x92\x7b\x10\xa2\x57\xa3\x5a\xf6\x57\x7e\xb7\x52\x58\x94\x84\x5b\xf7\xa2\x6c\xc3\x58\x98\x09\xc4\x04\xe9\x11\x1a\x9a\xf2\x71\xe3\x4b\x3d\x9f\x89\x94\xa4\xa5\x0e\xcf\x02\x5b\x85\x80\xeb\x73\x5a\x71\x2b\x29\xc4\xf6\xac\x78\x23\x37\x71\xbd\x8c\x24\x15\x44\x5c\xa1\x42\x6e\x4c\x32\xba\xad\xda\xd5\xaf\x43\x18\x77\x86\xb8\xf6\xc3\xa9\x57\x87\xa6\xf0\x85\x36\x3e\x1b\x16\x5c\xf6\x31\x4e\x9f\x5a\xe3\x94\xd7\xf0\x1f\xa9\xa1\xbd\x36\x2d\xeb\xfb\xbc\xfe\xc8\x80\xeb\x19\xc6\xf1\xf3\xf0\x8c\x38\x9e\xf1\x53\x29\x1f\xf3\x1a\xe9\x53\x6b\xa4\xbc\x86\xcb\x68\xed\x3d\x8f\x56\xd7\xb0\x72\x17\xa8\xd6\x9c\xb9\x3a\x94\x17\x85\x6b\x92\xa3\x0b\x1a\xcc\x4c\xe3\x2a\x74\x5c\x0a\x4d\x0d\x31\x53\x0e\x73\x3b\xdc\x45\xe8\xef\x4a\x11\x9d\x96\x42\x7d\x86\x5e\xb3\xa9\x2c\x08\xe4\xa6\x2f\x7a\x96\x1d\x75\xef\xe7\xe2\x12\x0a\x6c\xe5\x59\x7d\x2a\x0d\x94\x64\x25\x88\xd2\xcc\x8d\x3c\x3a\x71\xd0\xd7\xb5\x5a\x35\x23\x4d\x8a\x44\xb6\x56\xc3\x02\x23\x90\xeb\x8d\x74\xbd\x40\x71\xaa\xcf\xb8\xe7\x2f\xae\xbd\xeb\x19\x8f\x9c\x5c\xcf\xf9\xcf\xaf\x67\xec\x0a\x80\x63\xed\x4a\xbb\xd7\x65\x72\xb5\x17\x81\x9e\x75\x99\x5c\x75\xd0\xc2\x5d\xa1\x80\xb9\x65\xd9\x11\x70\x04\x17\x83\x85\xfc\xe6\x12\x04\x8b\x3d\x3c\x28\x7a\x5a\xe5\xf8\xb8\x33\x1e\x1b\x80\xc5\x4d\xc8\xb9\x3b\x26\xe0\xd5\x53\x62\x54\x60\x41\xad\xd9\xc7\x94\x47\xe7\xab\x55\xca\x24\x52\x0b\xd2\x73\x78\xe8\xcf\x7a\x78\x88\x4c\xa1\x14\x26\x96\x9d\x58\x3c\x2f\x32\x33\x0d\xce\x4c\x19\xca\x6a\x94\x97\x67\x04\x04\x72\xb7\xdb\xd5\xd7\x6b\xc8\x53\x97\xb2\x12\x6b\xe8\xf2\xec\x87\x87\xc7\xcc\xa9\xeb\xeb\xac\xa7\xb9\x52\xaa\x32\xc8\xc4\x2c\x9b\xd4\xd8\x1a\x69\x3d\x3c\xac\x51\x1e\x80\xd6\x50\xad\xae\xf1\xaa\x6b\xa2\x04\x1f\xd2\x8b\xbe\xf7\xb3\xa3\xee\x0d\x1e\x6b\x1d\x7b\x59\x70\x97\xef\x87\x22\xb8\x03\xc9\x6d\xbd\x27\x83\x77\x84\xf8\x84\x6e\x3b\xe6\xfa\x84\xe0\x1a\x01\xb1\x9e\x66\x4d\x66\x33\xba\x1c\x7d\xbe\xb7\xf4\xf1\x56\x7e\x18\x81\x07\x73\x82\x2b\x05\x4b\x92\xf0\x53\x63\xdc\x80\xdd\xa1\x2c\xcd\xf9\x2a\x61\xa5\xdb\x0f\x58\xd1\xfd\x45\xb9\x74\x49\x5c\x56\x7b\x6d\x69\x6d\x4a\x44\xbe\x36\xcc\xa3\x4e\x9a\x96\xd5\x95\x79\xfc\x95\x90\x5d\xf9\x18\xcb\xae\x16\x8f\x05\x79\xb1\xc8\x74\x6f\x3d\x66\xda\x57\x22\xbf\xa8\x61\x0b\x32\x61\x5c\xcc\xf4\x33\xba\xd2\xf3\x39\x3c\xe2\x53\xce\xe7\xe6\xf9\x3d\xdb\x93\x4e\x99\x2c\x5c\x6b\xe8\x06\xf0\x63\xce\xe2\x49\xac\x7b\xe3\xce\x10\x8f\xdb\x00\x73\x8d\xc7\x55\x53\xf4\x93\xb7\x51\x09\xed\x10\x79\xb6\xa6\x6f\x35\xf9\x0e\x84\xe9\xac\xe9\x28\xc6\xf3\x9d\x42\xf8\x40\x61\x71\x95\x0f\xa6\xe5\x8e\x84\xf0\x1d\x19\x17\x03\x4b\x17\x8f\x85\x6c\xf1\xce\x4c\xb3\xf4\x48\x69\x9d\x08\x75\x7c\xd1\x01\x72\xe5\xe7\x8a\x1f\xdc\x18\x16\x3b\xad\xad\x0d\x82\x30\xa3\xfa\xba\x52\x64\xc3\x58\x1f\x5d\x96\xa1\xbf\xaa\x49\x17\x7b\x8b\x19\x9c\x2d\xa6\x1e\x9e\x44\x87\xaa\xd7\x66\x89\x72\xbc\x26\x03\x97\x0a\x43\xb8\x5a\xe5\xb2\x7c\xf0\x5f\x89\x0f\x1c\x45\xab\xe2\x57\xfd\x46\x1f\x45\x7f\xa8\x1e\xad\xae\x46\x3f\x54\x51\x3e\x70\x5c\x42\xf6\x0a\x68\xd5\x33\xdd\x72\xac\x60\xe2\xc9\xc5\x0e\x01\x29\xc7\x16\x05\x34\x01\x59\xd2\x05\xa1\x20\x2b\x35\xd6\x57\xab\x06\xd8\xed\x23\x2e\x1c\x0b\xfd\x69\x92\x65\xc8\x54\x3e\x2b\xb8\xd6\x24\x32\xb5\xef\x96\xe3\x62\xde\xc4\xb0\x6b\x4a\x31\x28\x71\x79\x09\xf9\x06\x52\x29\x1a\xf4\x44\x46\x34\x10\x3b\xb9\xbc\xc0\x72\x2c\x45\x87\x44\xa5\x79\x1b\x45\x43\x5f\xb1\xbc\x50\x8f\xa9\x8c\xbe\x33\xad\xa7\xf4\x09\x74\x7c\xb5\x4a\x95\x61\x8c\xa5\x68\x8c\xf9\x8f\x14\x7e\x58\x65\xfd\x04\xb5\x9e\xd4\x4f\x4f\xc1\x5f\xec\xbb\x27\xe0\x2f\x75\x5b\x58\xfa\x21\xae\xea\x31\x6c\x25\x8a\x6d\x39\x52\xdb\xd4\x1d\x6f\x70\xb0\x40\xc0\x22\xa8\x7e\x59\xc7\xe3\x89\x4b\xe7\x4a\xbc\x94\x95\x74\xd7\xea\x74\x1b\x6f\x51\x4d\x50\x6c\x50\xf8\x2c\x84\x99\xa5\xdb\x0c\x4a\x95\x52\xf9\x52\x5a\xb6\x77\x3f\xef\x64\x54\xd7\xc4\x25\xec\x7c\x14\xcf\xec\xa0\x2b\x34\xe9\xa4\x5a\x4d\x76\xf3\x31\x70\x72\x0b\x9b\xf6\xbd\x87\x87\x60\x2f\xaa\x05\x29\x3b\xf5\x85\xf7\x8e\x0b\x67\xc1\xc4\xb2\x3a\x64\x29\x1a\xaa\x6a\xe1\xae\x9d\x5d\x0f\x2b\x5e\xb8\xb6\x59\x20\x3c\x3c\x9b\x77\xbb\x97\x57\x76\xda\xbd\x9f\xdb\x5e\x97\xd4\x66\xa3\xc0\x1b\xed\x0e\xe2\xc4\xcc\x2a\x41\x54\x19\x5f\x7a\x57\x5d\x63\x62\xd8\x63\x6b\x9c\x8b\xe1\x09\xd7\xef\x8c\x09\xed\xc9\xf1\x65\x76\x55\xad\x9a\x2e\x0f\x2f\x64\x8b\x87\xa3\x32\xdb\xa9\x5b\x18\xfa\xc6\x04\xc3\xee\x5a\xdd\xb2\x24\xfa\xbc\x21\x0d\x7d\x5c\xad\xc2\xd0\xe2\x39\xa5\x24\x94\xc4\x32\x29\xaf\x8d\x54\x26\xdd\x4c\xb9\x58\xcb\x0f\x93\xbb\xdd\xae\x2b\x1e\xa3\xf1\x69\xab\xbb\xdd\xe4\x32\x51\x8e\xfa\xc0\x2a\x1c\xc0\xcd\xfc\xae\x80\x37\x76\xa3\x9f\xbb\xf5\xdd\x68\x63\xc3\x82\x28\x37\xfe\x65\x72\x19\x5d\x5d\x05\x51\x25\xb5\xac\xfb\x80\x8e\x6c\x08\xcc\x30\x0f\x06\x66\x60\xdd\xc7\xdd\x85\x94\xb1\x72\xf3\xb8\x5a\x8d\xd9\xf5\xc6\x51\x90\xc2\xc3\x4e\x60\x98\xd2\xed\x51\xa4\x36\x49\x08\x55\x53\x58\xb0\x4b\xbe\x14\xc3\x25\x41\xad\xc7\xc7\x97\xac\x53\xaf\xba\x46\x62\xd8\x37\x22\x59\xad\x9a\x32\xd1\x5d\x73\xec\x55\xbe\x03\x72\xed\x4d\x70\x43\xa2\xe2\x82\x8c\x36\xba\xfb\xb9\x8d\x7b\x38\x61\x73\xc3\xe9\x4d\xb4\xc9\x8b\x9b\xe8\xa4\xf4\xd8\xde\xda\x55\x16\x33\xba\x31\x5e\xb4\x88\xd3\x41\x45\xe7\xf5\xda\x1a\xbb\x30\x7a\x4d\xee\x52\x33\xb2\x44\x7f\x46\x39\x9a\x8b\xab\x31\xa7\x79\x29\xb1\x11\xe8\x45\xf4\x73\x4f\xfa\x9a\xe6\xfe\xb0\xc0\x70\x50\xd8\x2c\xbf\xad\xbc\xbd\x30\x6c\xa6\xac\x17\x8c\x2f\x5d\xf5\xee\xea\x97\xcb\xcb\xff\xf9\x72\x79\xf5\xd3\x95\xf5\x60\x7e\xf9\x62\xed\x99\x6f\x2f\xce\x1f\xde\x5e\x3c\xbc\x7d\xbb\x47\xff\x7f\x08\xef\x1d\xbb\x35\xb7\xca\xaf\xdc\x9b\x59\xc1\x45\x03\xcd\x84\x10\xc4\x49\x59\xd2\x32\xb2\x97\xa9\xce\x28\x9d\x4c\x7a\xb2\xf0\xc3\x33\x8c\xd4\x5d\x0b\x63\x08\xda\xcd\x9c\x9f\x40\x82\x91\x39\x57\x49\x35\xb7\xa8\xdc\xc2\xa4\xdc\x2e\xda\x5b\x9c\xc5\xcc\x15\x56\x87\x1f\x3e\xab\x28\xe5\x4a\x6b\xbd\xaa\x6b\x4f\xf5\xe5\xf2\x8b\x36\xec\xf2\xf2\x28\xca\x0a\x85\x0b\xfe\x60\xab\x18\xc8\x5e\x39\xec\x4b\x5a\x79\xd1\xa3\x5f\x2e\x6b\x3f\xed\x5d\xe1\x35\x64\xcd\x08\xf8\x4a\xbc\x8f\xa9\xd9\xb2\xf8\x3e\xa2\xe8\x40\xd6\xb0\x8a\x15\x4e\x97\x55\x70\x4a\x2a\xf8\xcb\x2a\xf0\x13\xc7\x55\xf7\x30\x65\x95\xd4\xd3\x21\x6e\xb6\xc8\x39\xcf\xf0\x11\x67\xd7\x2d\x6e\x88\x7f\xeb\xa6\x19\x2c\xbd\x7e\xde\xfc\x57\xf4\xb8\xc5\xdf\x85\x4a\x10\x7d\xc5\xb4\xae\xd8\xac\x5f\x2b\x98\x07\xf2\xc7\x85\x26\xe9\x46\x26\xbf\xb3\x6e\xf1\x85\xb6\x1c\xef\x42\x03\x99\xee\x43\x42\x31\x88\xe9\x55\x5c\xab\x85\x40\xea\xca\x37\x5a\x1f\x1e\xd8\x44\x25\x7b\x91\xf4\x0e\x5b\x7a\x90\xdd\xe1\x86\x1b\xe5\x20\x7b\x2f\xaa\x65\x7f\x99\xa4\x38\x97\xec\x32\x14\x76\xc1\x70\x82\xf7\x78\xec\xf2\x73\x03\xab\x13\xfd\x30\xea\x05\xc7\xef\xd9\xb2\xe3\xf7\x8c\xf2\x93\xdd\xbd\x5f\xd0\x01\xb8\x39\x46\x41\x83\xfb\x60\xf6\x56\x1f\x6c\x69\x69\x7d\x7e\x7d\x27\x6f\x70\xa2\xdc\x17\x11\x5a\x78\xd8\x94\x52\xe3\x27\xc7\x00\xd1\x5a\xfa\x71\x1c\x12\x57\x0d\xa6\x4a\xca\x4f\x46\x78\x2d\xd3\x52\x8e\x46\x58\x6d\xed\x28\xa4\xfc\x63\x5d\xf2\xa8\x8b\xdd\x24\x89\x27\xf2\x3b\x86\x5d\x8e\x48\xb3\x22\xe4\x1c\xbc\x15\x56\x01\xaf\xf4\xeb\x4d\xcf\xe7\x98\x8e\x67\x35\xbe\xe9\x75\x57\xe4\x5e\xae\x01\x30\xa5\xe3\x92\x43\xbe\xc7\x5a\xa3\x1f\xfd\x69\xdf\xb0\x30\xa0\x26\x29\xda\xfb\xad\xf2\x06\x71\x4f\x4c\x0b\x99\xc4\x92\xb2\x11\x15\x8c\x03\x55\xe9\x93\x8a\x1b\x55\x58\xe0\x2d\x6b\x77\xb1\x7f\xa8\x88\x03\x45\xc1\x76\xd2\x55\x55\x17\x9d\x54\x08\x4b\x65\xf6\x01\x19\x55\x81\x12\x55\x7b\x90\x1b\xa1\x48\xd4\x60\x5e\x74\xf2\x48\xf2\x32\xbb\xc2\x90\x90\xc2\x7b\x0f\x8f\x22\x94\x98\x45\x95\x48\xf7\x4a\xad\xe3\x4b\xc5\x91\xf4\x4b\x4d\xac\x5d\x8a\xc8\x4c\xac\xf9\x1c\x07\x9a\x5f\xdc\x93\xd1\x7d\x42\x17\x6c\xeb\x8f\x8e\xb3\x82\x07\x60\xb9\x88\xdf\x53\x45\xf4\xb7\x58\xbc\xe9\xbc\xd8\xff\xc2\x5a\xe0\x91\xa0\x84\x70\x24\xd5\x6a\xc9\x41\x69\xb5\xba\xa6\x6d\xf7\xaa\xd5\xdc\x08\xc1\x35\xa6\x74\x7c\xa0\xdf\x84\x32\x1e\x78\x2c\x9c\x38\x82\x98\x51\x97\xb0\xb3\x63\x87\xa8\x36\x8b\x35\x53\x89\x13\x16\x5a\xc5\xda\xe5\xf4\x74\x55\x7a\x12\x7c\x34\x99\xa8\x51\x59\xc4\x73\x4b\x7c\x3d\x96\x4b\x8f\xe4\x65\x71\x07\x9a\x41\x97\x2d\xf1\xd3\x2c\x9c\x24\x3f\x79\xb2\x2f\x41\xba\xe2\xcc\x5f\x46\x1e\x88\x81\xfc\x49\xd7\xaa\x32\x0d\xeb\xef\x96\x1f\x94\x57\xab\xa5\x8d\x7e\x78\x58\x73\xe8\x98\x59\xd0\xf3\xfc\x3c\x4c\x3d\x3b\xc7\xa3\xf2\x38\xe1\x4d\xee\x0c\xdc\x30\x25\xca\xe8\x30\xd6\x49\xbe\xed\xac\x69\xa4\x78\x95\x41\x58\x97\x72\x7e\xdd\xb0\xb0\x16\x5c\x12\x56\x65\x09\xc7\xb0\x80\x29\xe5\x8d\x8e\xc8\x0c\x17\xff\x62\xab\x17\xf7\xae\xa0\x95\xa0\xf4\x28\x44\x38\x78\x7e\x23\x4a\x90\xad\xd4\x9e\x92\xfa\xab\xb5\xad\xac\x35\xd0\x4c\x75\xbf\xf4\xfc\xf6\xa9\x58\x60\xe9\x72\x50\x8a\xe5\x04\x54\x2f\x49\xdc\xbb\x05\xe3\x54\x45\xa1\xb6\x2d\xaa\xb8\xb4\x16\x1d\xad\xb9\x51\x5a\x68\xa4\xd6\x96\x12\x5d\x72\xd9\x40\xf5\x17\x1e\x47\xac\xd6\xd1\x2a\x9a\x3d\xb1\xbc\xe6\xd7\x77\xbd\x5c\xe1\x62\x81\x9a\x09\xec\x24\x4f\xf8\x5a\x89\x9b\xdc\x5a\xbd\x44\x8f\x58\xd6\x09\x1a\xc2\xb2\x5e\x58\x32\xc2\x34\x5a\x38\xa3\x35\xa3\x8f\x59\xb8\x92\xa0\x9e\x04\x14\xe9\x87\xf1\xb9\xe8\x14\x67\xb5\xf1\x19\x3d\xa9\x57\xd4\x62\xf9\x4e\x51\xf3\x96\xf5\xc9\xf2\x26\xad\xde\x25\x2a\xbe\xd5\x7a\x44\xa3\xe4\x89\x1d\xf2\xc8\x88\x62\x82\x31\x77\x68\xf1\x43\x72\x31\x7f\x00\xc2\x3c\xd1\xeb\x96\xa6\xd1\x6b\x6a\xc7\xc2\xe9\x50\xa4\xec\xef\x98\x13\x05\xac\x8f\x75\xc3\x13\xce\x85\xc0\x2e\xe7\x4f\x3d\x62\x9a\x65\x6f\x03\x99\x59\x57\xb7\x88\x5b\x3f\x6f\x3d\x3c\x64\xaf\xea\x0f\x0f\x2c\x7c\x9d\xf5\xf0\x00\xa1\x3a\xd5\x10\x9e\xd5\xaa\x88\xd7\x6f\x93\xb9\x65\x5f\x5e\x31\xe5\x3c\xdf\xcb\xd2\x89\x41\x9c\xdc\x94\xf8\xa6\x5a\x32\x7e\x7b\x7d\x37\x2b\xf3\x6a\xce\xd6\xd7\xf5\x90\x82\xe2\x18\x08\x8d\xb0\xba\xa2\x0b\x37\xb8\x77\x15\x47\x0c\xa1\x01\xcb\x0b\xde\x36\xbc\x4e\x19\x61\x4f\x18\x17\x49\x40\xfc\x4a\xd3\xa9\x40\x74\x9b\x4a\x16\x57\x06\x41\xe4\x57\xdc\x0a\xd0\x57\x81\x4d\xc2\x6e\xc4\x9f\xf1\x2c\x37\x01\x65\x57\x10\x0d\xbe\x30\x8c\xd9\x81\xde\xf3\xc7\x2e\x43\xb0\x57\x0a\xe5\x4a\x7d\xa7\x34\x77\xc9\xd0\x86\x3e\x5d\xfa\xc1\xf2\x31\x5d\xaa\x9f\x9b\x46\x14\xcf\x0c\xb6\xa1\x40\x9d\x1e\x52\x65\x07\x45\x16\x8f\x83\xd8\x5d\xa0\xa2\xc3\xb4\xc9\x94\xd3\xe2\xd2\xd9\xc2\x88\x34\xad\xca\x01\x6c\x38\xa3\x38\xab\x00\x2a\xe8\x2d\x39\x4d\x3a\xa8\x63\x2e\x3e\xcf\xcd\x1e\x39\xcf\x7d\xf4\xfb\xfa\xf7\x2a\x41\xca\xc3\x7d\xaa\x3b\x64\x8e\x8d\x92\x93\x2d\xf1\x5a\xde\x2d\xef\x8a\x6c\x37\x17\x50\xb3\x38\x47\xa2\xf5\x75\xeb\x39\xb3\x4f\xbb\x6a\x70\x19\x5d\x89\x73\x69\xf2\xd8\x7d\x41\x79\x54\xcd\xa8\x16\x9e\x27\xe2\x68\x5b\xd8\x69\x95\x3b\xa4\x0b\xa2\x91\x14\x2e\x91\xb0\xa0\x24\x25\x33\x0a\x59\xf9\x03\x33\x0a\x11\xe4\x67\x14\x42\x17\xcd\x28\xcc\x7d\xe6\x8c\x62\x14\xff\x67\xcf\x28\x24\xf2\xf9\x33\x8a\xbb\x36\x64\xcb\x5d\x1b\x1e\xfd\x7c\x71\x42\xb9\x14\x5b\x6e\x3e\xb1\x90\x6e\x2b\xce\x27\xd6\x11\xff\xee\x7c\x62\xe2\xe5\xf1\x09\x25\x3c\x48\x8a\x13\x8a\x8b\xa8\xa5\x33\x4a\x04\x31\x7a\xfa\x64\x52\x2e\xfd\xfe\x80\x7a\x25\x91\xec\x2d\xcc\x59\x30\xb1\x94\x12\x4b\xb7\x20\x0a\x9d\x6b\xce\xe2\x79\x43\xba\x30\x73\xf0\x34\x82\xcf\x1c\x79\x39\x5e\x3b\x2f\x1c\xe5\x3d\x18\xfe\x8e\x69\xa4\x10\xba\xc2\x54\xca\x2b\x34\x4f\x42\xce\x90\xa5\x29\xf1\xe9\x2c\x09\x70\x00\x56\x5c\xcf\x8b\x13\x9f\xee\xd3\xb3\xb8\x22\x22\x48\x54\x52\x92\x4d\x27\xa8\xd1\xc0\x21\x7a\x5a\xdc\x5a\x29\x3c\xce\xec\xc5\xb7\xc3\xf3\x87\x51\x78\xe1\xfb\xe1\xa1\xd4\xc6\x8f\x21\xe1\x47\xe5\x97\xdd\x57\xba\x91\x4e\x87\x2b\x9e\xcb\x3c\x7f\xa4\x62\x7d\xe0\x78\xa4\x9e\x11\x2f\x92\x4a\x3c\x16\x64\x05\x7f\xd0\xfe\x5a\x37\xf8\x4b\x62\x61\xec\xfa\xc4\xaf\x0c\x92\x78\xcc\x2d\x99\x58\x2c\x5d\x2b\xf0\x96\x11\x4e\x76\x9f\xa4\xec\xe6\xf4\xd6\x65\x07\x68\x79\x51\xf1\xf8\xad\xd1\xa7\xd8\xd4\x56\x38\x67\xe1\x22\xe6\xf9\x9d\xc2\x31\xec\x12\xb9\x1b\x21\x74\x37\x62\x9b\xb8\x0b\x81\x03\xfb\x57\x0e\xda\x80\x9d\xfc\x2e\x43\x10\x00\x86\x26\x29\xa5\x4b\x1e\x74\xb8\x84\x40\xc1\x3c\x70\x30\xc6\x11\x36\x6c\x63\x04\xf1\x10\x0d\xbc\xee\x6a\xc0\xa9\xc1\xd3\xa9\x97\x1f\x5c\x74\x36\x54\x6a\x65\x5f\x60\x43\x16\xc8\x4a\x4d\xc6\x71\xe9\xfd\x23\xc5\xc2\xa7\x09\x43\xd8\xb8\x65\x8a\xab\x9f\xe6\x00\xb0\x60\xc4\x2f\xa0\x20\xff\xd9\x4a\x3c\x80\xa5\x17\x8e\x22\x0c\xbb\x62\x14\xd6\x5a\xa5\x23\xa0\x63\x78\xac\xd5\xe7\x8f\x13\x8e\x61\xb5\x33\x38\x5e\xeb\x51\x1b\x7c\x41\xa3\x11\x14\x4b\xc5\x6e\xad\xbe\xbb\xa0\x0c\x59\xe5\x68\xd2\x7b\xee\x19\x5e\xc1\x94\x04\xa8\x56\x3e\xc6\x83\x5a\x0a\x43\x64\xb7\xe2\xeb\x1e\x6e\xc4\xea\xab\x67\x77\x25\x1f\xb6\xc9\x2a\x92\x82\xc7\x8c\xfd\x7b\x5a\xce\xb1\xad\xdc\x78\x5e\xf1\xc7\xda\xcf\xb1\xac\xc6\x02\xe1\x42\xf0\xfc\x59\x20\x50\xac\x36\x0d\x44\xb5\x55\xcf\xa2\x04\xc5\x30\x8b\x65\x64\xd4\x1f\x90\xf7\x02\xc7\x6a\x4d\x90\xf5\x56\x6c\x83\x42\xf4\x2a\xd3\x94\x07\x74\x7d\x7e\x4b\x39\x86\x95\x0e\x61\x78\xa5\xc7\x4e\x5e\x82\x81\x09\x12\x7e\x58\xe3\xfe\x4a\xaa\xb3\xd9\xa3\xb8\x17\x9e\xd1\x9a\xc6\xba\x8a\x52\x4a\xf8\x75\xc3\xaa\xe0\x03\x1c\x79\x06\x0b\x4e\x91\x47\x9c\xaf\xca\x69\xdd\x70\x16\x04\x1c\x13\x87\xbc\xec\xf2\x0a\xee\x59\xb4\xc8\xbb\x3f\xb0\x9c\xa8\x68\x56\x5c\x53\xd4\xaa\xcb\xe4\x88\x18\x9c\xe5\x7c\xd3\x5b\x42\x4a\xf6\x67\x2c\x52\xf0\xdf\x23\x32\x19\xb2\x95\x25\x26\xab\xf7\x44\x81\x89\x1e\xf3\x65\x32\x93\xe1\xa1\x22\xb3\x84\xd7\xa5\x65\x6b\x22\x42\xf2\x52\xd2\x64\xb1\xc7\x17\xf9\x95\x3e\x0d\xf7\x18\x1f\xff\x34\x46\x3a\xff\xbb\x3f\x1d\xa7\x0b\xc6\x5f\xa1\xd8\x53\xc4\xe1\x93\x64\x1e\x0f\x01\xfd\xfc\x69\xc5\x31\xac\x36\xa3\x78\xad\x15\x25\xbb\x20\x97\xb9\x45\x88\x98\xd5\x3f\xe2\x1b\x21\x90\xac\xd6\x04\xa5\xe2\x8a\xad\x50\xe9\x86\x86\xe0\x8e\xfa\x07\x7c\xd6\xa0\xfe\x8a\xbe\x6a\x50\x67\x55\x1f\x35\x24\x14\x15\x7c\x3a\x07\x0a\xf1\xdc\x74\x07\x1d\x36\xc6\xf0\x72\xc1\x8f\x8c\x31\xc4\x50\x18\x0d\x0c\x31\x7a\x56\x90\xfe\xb4\xb0\x2b\x7d\x3a\x3f\xa0\xfa\x8a\xec\xc0\x4f\xc2\xd7\xf3\xf1\x53\x9f\xdf\xd8\x3c\xa6\xd5\xba\x35\x5f\x7b\xc5\x16\x15\x9a\x41\xb8\x94\x60\xf6\xce\x1f\x13\x14\x0c\xc9\xea\xb2\x82\x55\x7c\x86\xb8\xe0\x74\x13\xee\xbb\x87\xd7\x4b\xa1\x8d\x3f\x72\xc2\xac\x21\x5a\xd1\xeb\x46\xab\xbb\xaa\xc7\x8d\xde\x02\x68\xd6\xc2\x0b\x63\x2b\xb6\x4a\xc7\x03\x8d\x12\x97\x9a\x1e\x6d\x56\xce\x80\x6a\xa9\xbe\xa1\xa9\x78\x52\xb3\xd0\xa0\x1c\xed\x44\xf5\x9a\xd1\x2e\xdb\xfd\xb8\xf7\x8c\x86\xee\x09\x5e\x34\x5a\xf9\x45\xde\x34\x5a\xa1\xa7\x78\xd5\xe8\x8d\xfa\x1b\xbd\x6b\x34\xc4\xcf\xf3\xb2\xd1\x69\x2b\x53\x50\xfd\x85\xf7\x93\x9f\xd5\x25\x80\xe6\x09\x5d\x01\xe5\x16\x75\x01\x64\x3e\x85\xf5\x48\xf4\xdf\xc8\x72\xbc\x8d\xba\xb2\xdf\x86\x46\x0e\xb7\xc8\x6a\x97\xc2\x16\xfa\x34\xe5\x9a\xf0\x4c\xd7\x8b\xa5\xc7\x60\xc2\xf5\x22\x59\xee\x7a\x11\x5d\xc1\xc3\x04\x45\xd7\x8b\xe8\x4a\x79\x90\xc1\x6e\xb4\xba\xdd\x6e\xa2\xb9\x5e\x34\x5a\x4b\x5d\x2f\x92\xe5\xae\x17\xd1\x95\x1d\x95\xb9\x5e\x90\x45\x57\xdc\x9f\xe3\xd3\xf5\xd8\xc0\x54\x8b\x2d\xf0\xe9\x7a\x74\x58\x96\x77\xe9\x0f\xfb\x74\x3d\x6f\x50\x6a\xc4\x3c\x71\x4c\x2e\x98\x57\xff\xff\xa0\x94\x83\x52\x1c\xdb\xae\x3c\x20\xf3\x81\x3d\xca\x46\x92\xc0\x9e\xbb\x9e\x56\x7c\xd7\x41\x06\xef\xc6\x61\xf5\x37\x5f\x04\xe0\x84\x2c\xbd\x0c\xb0\xf8\x1a\x40\xae\x35\x0b\x4e\x64\xcb\xc3\x35\xca\x50\x2b\xe6\x82\x80\x21\xd5\xea\xa2\x48\x22\xea\xbb\x9c\x78\xa1\x8f\x07\xa0\xd6\x1f\xd1\xbf\xae\x7d\x9d\xa6\xe4\x35\xc6\xcd\x3b\xf1\x72\x11\xb8\xd8\xe3\xd1\x4a\x58\xbd\x12\xdb\x39\x44\x74\x12\x3b\x05\x71\xd1\xe3\xf9\x1b\x16\x1d\xcf\x73\xf4\x7c\x49\x04\x10\x56\xbc\x53\xf2\x03\x3e\x37\xc5\xb8\xa2\xab\xa8\xc8\xc5\xea\xab\xe8\xc8\x25\x0d\x21\x73\x7b\xd6\x1d\xda\xbd\xee\xe5\xfd\x35\xb9\xeb\x18\xef\x7a\xa7\x47\x86\x3d\x24\x25\xcf\x6f\x54\xe2\xf9\xdc\xc6\x52\xf0\x6e\xed\xaf\x47\x9f\x17\x95\x74\x45\xc9\xa3\x4f\x47\xef\x2e\x96\x15\x4d\x75\xa4\xbd\xf7\x27\xcb\x4a\x7b\xb2\xb4\x9b\xb1\xd8\x44\x60\x45\x5d\x54\x61\x24\x2a\x08\x83\xeb\xa2\xa2\x13\x49\xf4\x0d\x89\xb2\x45\xc5\x06\xa2\x18\x3e\x9c\x16\x27\x8b\x4a\x86\x92\x58\xfe\xe0\x59\x79\xc1\xd3\xb9\x9d\xaa\x19\xc4\xba\x3f\xed\x12\x51\xfb\x20\x74\xd3\xf4\x9d\x3b\x26\x8b\xea\x4f\xe7\xf3\x2b\xdb\xbc\x85\x70\x11\x56\xb5\x4a\xcc\x99\x7c\xb6\xc1\xbe\xb5\xec\x1e\xc0\xec\x9e\x65\x0f\xe7\x32\x52\xdb\x6c\x6e\xe2\x83\xe1\x36\x7b\xfa\x5b\x79\xc9\x5a\xdc\xb8\x27\xb5\x41\x74\x99\xd5\xe8\xb0\xb8\xb2\x93\xee\xa5\x91\xc5\x13\xc3\x36\xfa\x71\x96\xc5\x63\xc3\xc6\x17\xd6\xae\xec\xa0\x7b\xc9\x1e\xdf\xe5\x0f\xee\xf2\x9c\xb8\x7b\x29\xdf\x7b\xd3\x6b\x5f\xd9\xae\x9c\x48\x11\xbb\xb8\x66\x07\xdd\x48\x7b\x2e\xc2\x10\x04\x07\x0f\x0f\x26\xcd\xc5\x90\xfe\xa3\x84\x0c\x58\xe8\xed\xa0\xfb\xf2\x7f\xfe\xeb\xd2\xdd\xf8\xeb\xea\x65\x50\xcb\x48\x9a\x99\x81\xb5\x17\x40\x40\x51\x0b\x6e\x9e\x99\x49\x97\x98\x81\x88\x25\xb1\x17\x75\xcc\x04\x3f\x92\xd5\xf8\x58\x86\x28\x60\x52\xab\x49\x78\xac\x40\x16\xeb\x80\x25\x2d\x3b\xb1\xe6\x76\x5a\xa0\xdb\xb5\x53\xf9\x86\xa8\xa7\x5c\xc4\x63\xc4\x9b\x49\x37\x92\x51\x23\x6c\x9a\x8f\x6b\x91\x85\x4e\x07\xa6\x65\x27\xf3\xb4\x1b\xd9\xa6\xdb\xf5\x2c\xd9\x7d\xfc\x22\xa0\x97\x10\x2a\xcc\x52\x99\x63\xd9\xae\xf2\xf0\x36\x95\xa4\x59\x32\xa5\xc3\xb1\xeb\xda\x6e\xed\xeb\x57\xc8\xfb\xfa\xb5\x9b\x82\x37\x4f\xd8\xf5\x8a\x4f\x79\x84\xf8\xed\xae\x1e\xac\x05\x65\x06\x0f\x10\x37\x72\x53\x18\x7f\x2c\x66\xec\xc6\x30\x89\xa7\x13\xc3\x2a\x0f\xaf\x58\x88\x67\x85\x06\x5a\xc3\xda\x85\x7b\xd1\xda\xbb\x10\xf2\x4d\x97\x12\x1c\xb9\x37\xba\x7d\xfd\xb9\xef\xab\x17\x4c\xb3\x94\x38\xe8\x6c\xa1\xcd\xf1\xe2\xe8\xc2\x55\xac\x5d\xc2\xc5\x5b\x79\x02\x41\x4a\x59\xb6\x32\x71\xef\x8f\xdc\x52\x66\x5a\xd5\x2a\x2b\x81\x4b\xd5\x65\x76\xb5\x47\x4c\xe3\x55\x3a\x71\xa3\x9f\x0d\xab\x36\xca\xc6\xa1\x99\x2f\x51\xcb\xe2\xf3\x9b\xa1\x69\x59\x1d\xb5\xa8\xeb\xfb\xc8\xc6\xcc\x02\x42\x87\x24\x93\x12\xec\x82\x8c\x27\x61\xc9\x1d\xf9\xac\x4b\x51\x64\x23\xe2\xfa\x80\x63\x32\xa1\x83\x13\x60\x49\x1e\x30\xd2\xbe\x62\x4c\x12\x72\x43\x01\x30\x55\x94\xb0\x6e\x86\x6d\xf0\x37\x53\x25\x02\xa6\x35\x22\xef\xca\xce\xb7\x6b\xbc\x8e\x65\x2d\xff\x2a\x46\x28\xc3\x40\xb0\x8b\x3e\x8f\xd1\x78\xf4\x22\x5e\x1c\x52\x4e\xe5\xef\x3b\x6b\xe7\x42\x7b\xc6\x96\xd1\x31\x36\x8d\xe5\x24\x44\xe4\x36\x5b\xf0\x65\x9e\xf5\xd4\x46\xd3\xf2\x96\x65\x59\x76\x84\xfd\xd0\x8f\xfd\xbb\x47\xfb\x01\x7b\x6a\x85\x46\x6d\x1b\x1d\xa3\x6d\x58\x16\x17\x73\x97\x14\x8d\x1f\xdc\xe8\xcd\x52\xe2\xbf\xc1\xab\x9a\xfa\x47\xe9\x66\x43\x2f\x0f\xa0\x0a\xfc\xbd\x91\x8e\x95\x56\xeb\x15\x59\x93\x2c\x2a\xe6\x96\x7f\x95\x3d\x31\xfe\xa4\xef\x6e\x78\x71\xe4\x93\x28\x25\xbe\xf2\x61\xae\x67\x0b\x48\x24\x20\x8f\x7f\x1d\xdf\x35\xff\x5f\xfa\x38\x7f\x4c\xfd\x9f\xf9\xfc\x15\x97\x07\x17\xc1\x98\x6b\x34\x6e\x10\x3d\x22\x13\xe8\xb8\xe3\xe3\x12\x7e\x27\xf2\xf7\xee\x92\xe8\xbd\xd5\xaa\x99\x95\x8c\x57\x09\x70\xc5\xf8\xbd\xa7\x2b\x6c\xc7\xf8\x2f\x78\x3c\x1f\xb6\xbc\x1d\x63\xc3\x31\xec\x2c\xc8\x42\xd2\x29\xf7\x02\xa9\x69\x4f\xf1\xce\x55\xee\xf4\xb3\x68\xc1\xbc\xd4\xea\xac\x24\x96\xa6\x13\x9c\x9f\x4b\x5b\x54\x10\xc1\x86\x5c\x4a\x36\xc0\xe5\x8d\x37\x18\xe9\xa2\xb9\x1b\x62\x65\x31\x3a\xe0\x16\x97\x3e\xd2\x6e\xfe\x2e\xf1\xbc\xbc\x89\xe9\x28\x9e\xb1\xd6\x51\x15\xe2\x9f\xec\x01\xed\xb5\xe3\x27\xf6\x80\x56\x67\xa5\x1e\xf0\xe3\x59\x64\x59\x22\xae\x65\x2e\x2a\xb4\x70\xd2\x7e\xd2\x20\x14\x84\xa6\x7c\x7b\x62\x2c\xe8\xdc\xb2\x92\xb8\x1a\x1b\x1d\x63\x01\x83\x4b\xb1\x5b\xf6\xbf\x33\x1b\xf0\x31\xe8\x55\xe7\x03\xd6\xfa\x97\x67\x04\xf3\xfe\x7c\x64\x4e\xb0\x27\x51\x9e\x30\x2b\x64\xd3\x17\xcc\x0b\xd1\xca\x7f\x6d\x66\xac\xd4\x1b\xb9\x5a\x7f\xd7\xec\x48\xcb\x67\xc7\xf8\xff\xc6\xd9\x81\x6f\x99\xaf\x3a\x3b\xb0\xd6\xbf\x3c\x3b\xf0\x41\x9f\xc7\x66\x07\x7b\xf6\xe7\x09\xb3\x43\x36\x7d\xc1\xec\x10\xad\xfc\xd7\x66\xc7\x4a\xbd\x91\xab\xf5\x23\xb3\x43\xc6\x6c\x7b\x78\xf8\xc1\x19\x20\x01\xb8\x01\xd5\xab\xf7\xb3\xa8\xd2\xcf\xa2\x8d\x49\x12\x8c\xdd\xe4\x2e\xd7\x99\xac\x69\x1d\xfd\x7d\xda\x55\x38\xa9\x56\x9c\x2f\xea\xb7\x05\x13\xae\x54\x17\x55\xc6\x9f\x78\x71\xf7\x99\xaa\xe8\x25\x04\x17\xbd\xb2\xac\xa2\xd6\xb9\x5c\xe3\x5c\x46\xd4\x48\xd7\x1a\x9e\x4a\x13\x57\x60\x97\xa1\x1e\xe7\x85\xee\xd3\x91\x27\x8f\x22\x4f\xf3\x63\xf6\xe9\xc8\x83\xae\x8c\x59\x57\xae\xb8\xcb\xb0\x75\x0b\x14\xf1\x40\x5c\x1e\x2f\x5f\x05\x58\x7e\xb4\x68\xf1\x60\xf9\x89\x65\x07\xa2\x33\xe3\x38\xec\xeb\xce\x47\x22\xa0\x6c\xf7\xf2\x6a\xb7\xdc\x0f\x51\x3a\x0d\x56\xab\x09\x22\x7d\xa6\x80\x29\xcc\x20\xb8\x57\xf2\xc8\x64\xf1\xdd\xbb\xf9\x0a\x52\x03\x2a\x80\xd4\xc8\x1d\x9d\x49\xef\xe6\xfc\xc5\x2c\x7e\x39\x81\xc3\xd9\x8b\x24\xa6\xa5\x00\xd8\x5b\x9a\xd5\x2a\x8e\x90\xb4\x78\x5a\xc1\x9d\x7b\xf7\xcc\x2c\xff\x16\x0f\x6f\x4c\x0a\x16\x61\xbc\xbc\x58\x7a\xd6\x41\x77\x95\x56\xe7\x31\x04\x94\x96\x05\x08\x28\x6d\x54\xa0\xfc\xad\xbd\xa4\xc4\xf9\xe7\x9d\xb5\xa8\x47\x50\x60\xef\x96\x9e\x6d\x14\x1c\x41\xff\xe6\xe1\x04\x8e\x75\x8f\x0c\x27\x28\xb3\xca\x70\x82\x0a\x8a\x8a\xb6\xd0\x03\xf5\x6f\x6f\x4c\x9c\x92\x47\x1b\x13\xa7\x64\xb5\xc6\xc4\x29\x81\xc6\xd4\xbb\x5d\x11\x04\x79\xcf\x30\x3a\xab\xae\x13\x4f\x32\x78\xe1\x8b\x2d\x4c\xf4\xac\xb4\x7a\xc0\x71\x5e\x96\x66\x89\x3b\xd9\xd0\x8d\xbb\x1b\xe8\x9e\x5b\xf1\x93\x78\x42\x15\x84\x8d\x31\x89\xa6\x15\xfe\xfe\xd9\x22\x23\x5a\x46\xc6\x93\x69\xea\xc7\x74\xb9\x48\x37\x1e\xc1\xbd\x31\x0b\xb2\xd1\x06\xc7\xb0\x31\xa3\x28\x8c\x8e\x61\x58\xeb\x86\xfc\x50\xc1\x16\xfc\xac\x8f\x30\xe3\xf0\x06\x74\x8f\xf8\x86\x7c\xe4\x78\xc1\x02\x28\x8d\x4f\x79\x7d\xaa\xd4\x6e\x6c\x3e\x65\xb5\x2b\xc1\x54\x5c\xfb\x4d\x58\xda\x28\xa6\x69\xa8\x23\x0a\x83\x34\xdb\x98\x46\x69\x76\x17\xd2\x71\x62\xc7\x50\x2a\x0c\x72\xdd\xaa\x5b\x80\x0b\xbd\xc6\x04\xf1\x9e\xc1\x6f\xe7\xc6\x11\x33\xf2\x3f\xa5\x03\x34\xe4\x1a\x83\x53\x85\xc3\x82\xbb\xc5\xf6\xe2\xf2\x68\x2e\x12\x60\xe2\xc5\xe6\x5a\x42\xc6\xf1\x0d\xe1\xbd\xa1\x0e\x45\xa3\xa0\xad\xd2\xf2\x92\x4f\xd3\x94\x64\x33\x12\x65\x77\x03\xb0\x2c\xd9\xe6\x8a\x11\x3f\xc5\x53\x57\x9c\x28\x11\xf3\x53\xff\xce\x63\xc3\x4f\x22\x5c\xa0\x3e\xac\x2d\x6d\xc6\x2c\x80\xa7\xb2\xf3\x57\x4c\x0b\x4b\xec\xe2\xa5\x74\xcf\xcc\x16\x68\x5d\xfd\xd4\xb0\xf0\x28\xb0\xb0\xc6\x66\xd8\x43\xef\x43\xd7\x83\x5d\x05\x10\x85\xbd\x18\xe7\x76\xa3\x85\xa1\x9e\xc4\x33\x43\x31\xb0\xca\x0c\x2f\x0e\x37\xc6\xfe\xc6\x96\x72\x72\x90\x94\x67\x5b\xe2\x6c\xb2\xf8\xde\x5e\x81\x32\x71\xac\xf9\x68\xd9\x87\x07\xad\x15\x56\xc7\x7c\x6a\xeb\x03\xb5\x5e\x9e\xe1\x81\xca\x8e\xdc\x4c\x7c\x54\x01\x62\x9d\x24\xae\x85\xc2\xd4\x59\xb9\x7e\xb5\xfa\xa8\xb6\x64\xd0\xfd\xf0\x48\xeb\x1b\xca\x67\xce\xbc\xe7\x32\x81\x7f\xff\x87\x98\x80\x9c\x7c\x3e\x13\x78\x4f\x3c\xce\x04\xe0\x00\x62\x17\x6b\xa7\x18\x6c\xab\xf2\x80\xff\x0e\xd8\xf2\x0b\xe1\xc9\xbb\xf9\x17\xe6\xa8\xce\x0f\x13\x88\x2a\x1e\xfc\xdf\x1a\x4e\x42\x14\x32\x76\xd0\x4d\xe4\x47\x51\x70\xbc\x8f\xf1\xd1\xa6\x20\x1a\xd6\x6e\x48\x92\x05\x9e\x1b\xda\xf1\xf2\x72\xa3\x38\x09\xfe\x8a\xa3\xcc\x0d\x6d\xb7\x6b\x26\xf2\x58\x96\xea\x4c\x22\xc1\xb5\x11\x05\xd4\x49\xc4\xb9\xaf\x55\x9b\x30\x8c\xa6\x65\xa7\xcf\xc7\x12\x0f\x06\x29\xc9\xd0\x2b\xac\x48\xb4\x0b\x2f\x89\x45\x25\xcd\x81\x1c\x29\x1e\x10\x6a\xed\xc2\x9b\xb2\x88\x8a\x1f\x50\x07\xa9\x7c\x3f\x15\x30\xf1\x0c\x08\xcf\x22\xeb\xd6\x26\x2e\x5e\x1f\x07\x24\xf7\x3a\x3d\xb8\xd4\x68\x2f\xbc\xe9\xb8\x72\x84\x58\xbb\x6a\xb6\xad\x94\xf4\x46\x41\xe8\x27\x24\x82\xd7\xa2\x92\x34\x33\xad\x3c\x21\xf3\x60\x60\xa2\x3b\x46\xb7\xdb\x0d\xaa\x55\x33\xe8\xd2\x21\x36\x59\x77\x6a\x9b\x3f\xf1\x52\xb5\x11\x09\x86\xa3\xcc\xb4\x7e\xee\x12\x73\x16\x44\x7e\x3c\xb3\x04\x6c\x5d\x82\x52\x2f\x89\xc3\xf0\x22\x9e\xd0\x71\x5f\xa8\xbc\xae\x10\x16\x4f\x33\x92\x1c\xb3\x8c\x57\xf0\xc5\x3d\x90\x7b\x1d\x3e\xee\x2d\x5b\x90\x15\x57\xab\x66\xdc\x8d\x28\xbe\x6c\x04\xc5\x43\x32\xc8\xd6\xc5\x07\x00\xd9\xef\x98\xf9\xb2\x51\xad\x2e\xcb\xff\x59\x52\xcb\xd0\xed\x31\xaf\x94\x0e\x3a\xa9\xc8\xd5\x27\xd8\x13\x18\x94\xb5\x2a\x9e\xc0\xfb\xf1\x8a\x0a\xc0\x09\xee\x94\x14\xe7\x79\x7a\x0d\x40\xc2\xbd\x61\x68\x03\xcb\xbe\x34\x08\x63\x37\xdb\xc0\x32\x0a\x6e\x0d\x91\x56\xc6\x36\x12\x12\xba\x59\x70\x43\x0c\x78\x5c\xd6\x83\x53\x77\x36\x71\xc0\x74\x1c\x75\x23\x36\xf0\x52\xf9\x7e\x98\x59\x74\xca\x13\x78\xba\xdd\x2e\x77\x71\xc9\x61\x9b\x5b\x62\x48\xe1\x86\x22\xe2\xae\x6d\xd2\x37\x4d\xb9\xba\x21\x97\x78\x35\xda\x8a\xb8\xeb\x00\x42\xca\xaf\x50\xad\x2d\x88\x2a\x6e\x85\x13\x50\xe1\x1f\x24\x7e\xc5\xa3\x42\x24\x88\xc0\x75\x4d\x70\x83\x52\x75\x9f\xc5\x93\x8e\xec\x34\x1c\x36\x1d\x17\x46\xf1\xa2\x21\xb7\x6e\x4c\x6e\x0d\x1b\x7b\x47\xa9\x1b\xe9\xa5\x36\xcc\x08\xb6\x4a\x1c\xc7\x5e\x1d\xd1\x62\xf5\x0e\x7e\xc9\xa6\xc3\x86\x0d\x1e\xe8\xcb\xb2\x4a\x34\x57\xaf\x05\x9d\xa6\x56\x63\x74\x47\xda\x70\xdd\xc8\x37\x80\xc3\x97\x7f\x64\x8e\xb2\x1f\xfc\x32\xd5\x7b\x7e\x65\xc7\xc4\xe5\x8e\xb3\xb5\x34\x73\x93\xec\x6c\x60\x1a\x74\x71\x16\x09\xdf\xc0\x07\x80\x4a\x9e\x3e\xd3\x76\x5d\x8a\x6e\x56\xe6\x88\xe1\x51\xa4\x19\xb9\xcd\x4c\xe3\xbf\x0c\x2a\xbf\xf2\x01\xe6\x0a\xe4\x90\xc8\x67\xc4\x58\xbb\xd6\x52\xdc\x7e\x2c\x90\x47\xe2\xc9\x19\xdf\x37\x98\x71\x5f\x84\x37\x54\x2f\x7c\x16\x9d\x93\xc0\x93\xa2\x02\xee\x35\xaa\x83\x84\x60\xeb\x29\xb8\x3c\xa8\x9c\x95\x41\x6b\x2e\xaf\x9e\xc0\xd6\xbb\x3c\x5b\x23\xf1\x2a\xaa\x56\xd3\xa6\x25\x69\x93\x85\x7d\x41\x9c\x41\x94\x9d\x0a\x80\x8d\x08\x88\xd3\x98\x32\x66\x90\x1c\x5b\x4e\x4f\x4f\x75\xbe\x9c\x3e\xca\x17\xf4\xf5\xa8\x64\x94\x2d\x64\x3c\xc9\xee\xcc\x3c\x7b\xd0\xd5\xb8\xc8\x20\x25\x70\xd4\x23\xd8\x71\x5c\xb2\x6c\x4a\x37\xd5\x56\x78\xb2\x1f\xfb\x94\x77\x98\x02\x1f\x1a\xba\x2d\x05\x95\x85\xbf\xd0\x54\x78\xd3\xc3\xa4\xec\x25\xdf\xcd\xba\x5e\x8f\xb1\x10\xec\x2c\x79\x4f\x1c\x79\x12\x93\x90\x9b\xcf\xc4\x4d\x28\x97\xc8\x77\xd3\x79\x5a\x2d\xec\x08\xa5\x5e\xe3\x19\x9f\x8e\xc8\x2d\x43\x21\x79\xc5\x6e\x0f\xe4\x97\x14\x09\x17\x5b\x3a\xd5\xcf\xbf\x38\x0e\x79\x60\x41\x07\x06\x98\x8d\xcf\x2b\x73\x26\x29\xb3\x49\xe2\xe5\xcd\x87\x31\x94\x43\x7b\x47\x60\xeb\xfc\xb4\x6f\xb3\xb1\x96\xfb\x6c\x63\xc1\x67\x13\xbd\xa1\x74\xa8\xdf\x10\xc3\xb2\xe1\xad\xad\xc5\x53\x46\x6c\x62\xa3\x94\x80\x96\x48\xbe\x9b\x71\x0d\xc6\x17\x6c\xff\xc5\xa7\x04\xc2\x04\xdf\x4c\xd0\x5e\x63\x0e\x64\x63\x82\x92\x96\x20\xba\xcc\xb2\xf1\x1d\x6a\xbe\x56\x96\xb5\x63\x2e\xcd\x61\xe7\x74\xda\x1f\x45\xfe\x67\xed\x2e\xb0\x70\x0b\x8d\xba\xe4\xa5\x53\xb7\x13\x8c\x08\x31\x08\xe3\x38\x31\xb3\x97\xc4\xfa\x89\xfb\x66\x5e\x26\x76\xb2\xbe\xf3\x53\x64\x6b\x05\x22\xeb\xa7\xe8\x4a\x99\x80\x14\xfb\xa2\x37\xaf\x17\xce\x3f\xe6\x4b\x65\x67\x5d\xa2\x4e\xbf\x48\x4e\x2c\x95\x78\xd3\xa9\xdb\x0b\x06\x42\xb2\x48\x00\x42\x81\xe8\xb2\x7e\xc5\x67\xed\xe2\x32\xce\x95\x65\xc7\x5d\xc3\xc0\x27\xe7\x7e\x64\xfe\x1e\x82\x97\x16\x3c\xbf\xbd\xe2\x0c\xd6\x6a\x3e\x77\x0e\x73\x24\x64\xe5\x59\x2c\xbc\xf3\x45\x28\xd6\x32\xb0\x08\x26\x99\xb0\xa1\x9f\x2d\x9b\xc7\x99\x3a\x8f\x13\xd6\x63\xeb\xc6\x86\xb1\x1e\xe4\xe6\xb1\xf8\x8c\x08\x5b\x59\x06\x96\x6b\x77\xa0\x7e\x7e\xd1\x7c\x8e\xd7\xbb\x2f\x60\x0d\xab\x68\x2f\x0a\x4b\x81\x69\x54\x3c\x5a\xa9\x0b\x71\xc8\x2a\x71\xe8\xbf\x58\x37\x75\xb9\x82\xcd\x04\xeb\x41\x45\x62\x5e\x7f\x61\xfc\xfc\x62\x5d\xb4\x68\xc3\xb1\xd6\x8d\x57\x2f\x71\xb5\xdc\x5d\x4b\x04\x93\x02\xb6\xa4\xae\x46\x08\x60\xd6\xc4\x4d\xc9\x2a\x53\x94\x3c\x60\xcd\x04\x01\x03\x36\xcc\x15\x1a\x22\x7b\x86\x37\xc2\x4e\x14\xd1\xb9\xfb\x0f\xf3\xb1\xe4\xf3\x42\x24\xf8\xdc\x67\x24\x56\x57\x7c\x1c\xe5\x45\x91\x63\x3f\xb6\xe8\x0b\x1f\xca\x92\x55\x7f\x81\xd8\x59\x28\x77\x96\xcb\x94\x04\xe4\x4e\xfc\x48\x19\x2a\x77\xdc\xc5\xaa\x84\x0d\xb7\xf6\x3c\xfa\x57\xc8\xa5\xd3\x0f\x69\x17\x07\x24\xca\xa6\xc9\xdd\x0f\x2a\x0a\x02\xcb\x2a\xba\x02\xdc\x4e\xe2\xd3\x3e\x6f\x5d\x7e\xa2\xd0\xc1\xf9\x64\x55\xab\x4f\xd7\x1e\x02\x55\xea\xc4\x3f\x28\x75\x62\x36\xeb\x96\x6a\x11\x81\x90\x0a\xf5\x57\xf5\xbd\x70\xbd\xcb\xf4\xe8\x6a\xd4\x4f\x27\xbb\x7c\x88\x77\xc2\x65\x93\x0a\x07\xb8\x98\x56\x38\x6c\xe9\xc4\x32\xb0\x34\x96\x82\x0a\x2f\xd6\x65\x1b\xb7\xb8\x64\x52\x68\xd0\x44\x53\x20\x58\x19\x33\xd1\x44\x44\x9f\xac\x3b\x8e\x9d\x7f\x72\x71\xa5\x7e\x59\x54\x0a\xd1\xbf\xea\x12\xdb\xcb\xa3\x7f\x8c\xef\x4b\xd1\xb3\x52\x12\xfd\xea\x2c\x7d\xb1\x6e\xba\xd5\xaa\x2b\xbf\x64\xd1\x94\xc0\xb8\x5c\xa4\x06\x4c\xa7\x4c\x1f\x1e\xbc\x12\xc9\xf6\xa4\x9e\x0a\x8a\xb2\x2f\x40\xd1\x5b\xc7\x0e\xfa\x27\x87\x49\xc9\xc7\xb3\x82\xe0\x0d\x95\x0d\x7e\xee\x60\x35\x52\x6e\xfe\x88\x02\xca\xa3\xb4\x18\xc0\x17\x1f\x11\xe6\x62\x6e\xe9\x2e\xd8\xa0\x12\xcf\x55\xe5\xb2\xd7\xbd\xbc\x92\x97\xa1\x85\xad\x1b\xf7\xc0\xe9\x8f\x88\x42\xd8\x35\x5a\x76\xba\xb2\x9e\xa6\x56\x7c\xae\x04\x65\x38\xdc\x15\xe4\x67\xba\x64\x4f\xa4\x46\xdc\x56\x42\x91\x14\x1e\xff\x79\xea\xb6\x49\xdd\xb2\x9d\x1a\x7c\xcf\x91\x2e\x55\xf5\x56\xd8\x8e\xe5\x50\x2e\x12\xa4\xd9\xa3\x96\x8d\x53\x63\x89\xf5\xc8\x8e\xbb\xf5\xdd\xf8\x55\xab\xb1\x1b\xaf\xaf\x8b\xfb\xb1\x59\x6d\x46\xc8\x35\xbc\xb2\x0e\x8f\x3c\x4b\xfb\xd4\x52\x1b\x93\xf0\x9d\x7b\xf1\x2a\xf3\xf9\x7c\xf3\x66\x74\x16\x21\x46\x9c\x45\xe0\x90\x61\x7b\xdc\x25\x8a\x2a\x09\x06\x9d\x54\x0b\x6c\x4e\x36\x7b\x6d\x35\x58\xef\x1a\x30\x6d\x2d\x3b\x1f\xae\xbd\xb4\x68\x44\x66\x05\x82\xf5\x2b\xc3\xa8\x10\x85\xea\xeb\xa6\x2c\xa0\xb0\xf2\xda\x7c\x56\xfa\x4e\xb2\xb5\x0b\x6f\xd6\x87\x18\x3a\x5e\xd1\x42\x75\x2c\x97\x21\x3e\xed\x91\xdb\xfd\x22\x81\x7c\xa7\x3b\x87\x83\x8b\xec\x09\xda\xec\x63\x98\x76\x73\x03\x0c\x6a\x3c\x3c\x60\x21\x6d\xcb\xa1\x7e\x4b\xb9\x61\xcf\x3e\x81\x15\xd0\x25\xcc\xb2\xe1\x40\xbc\xc6\x46\xc3\x96\x4c\x70\xc4\xb4\x67\x49\x84\xb6\x01\x75\x00\x94\xc9\x62\xf7\x8e\x49\x5d\xdf\xbd\xa3\xf2\x56\x72\xf7\x2d\xae\x07\x5c\x4a\xbb\x77\x2f\xd6\x03\x94\xc0\x70\x1a\x46\xd4\xb1\x93\x29\x76\xc3\x39\x31\x0d\x66\x83\x52\x8e\x05\x56\x72\xff\xf0\xdd\xbb\x0d\x2f\x0c\xbc\x6b\x03\x9c\x3a\x39\x36\xde\x14\x3f\xb8\xe1\x64\x3d\x13\xef\xc6\x90\x56\xdf\x98\xb8\x11\x09\x8d\x9f\x5f\xbd\xf4\x83\x9b\x9f\x5f\x48\xc9\xc6\x6d\x68\x39\xfb\x9d\xa7\x52\xc3\x64\xe0\xdf\x41\x00\x17\x9f\xa6\x8a\x5f\x3f\x10\x79\x36\xfb\x98\x3f\x88\x62\x72\x34\x75\x20\x98\x41\x72\x30\xb6\x53\x31\xad\xb9\x58\x45\x73\x01\x50\x96\x58\x2b\xf3\xbe\xad\x78\x91\xee\x49\xa6\x74\x18\xb2\xdd\xcb\x2b\xe6\x46\x83\x17\xb2\xc0\xb8\xa1\x57\xa4\x78\x4d\xeb\x67\xc7\x29\xf3\xc4\x88\x30\xdb\x69\x2c\x31\x19\x2b\xaf\x3f\xab\x9e\xd3\xa5\x9f\x79\xe5\x34\x04\x52\x9a\x58\x50\xec\x67\xc7\xb1\x76\x2d\x5e\xee\xff\xb4\xba\xdd\x6e\x1d\x8e\x0b\x95\x6b\x66\x28\x61\x03\x2a\x61\x1f\x9b\x98\x94\x22\x31\xf9\x28\xce\xc2\xe6\x34\x82\xa0\x23\xe5\x9b\xd3\x48\x5b\x5c\x65\x13\xf7\x8c\xe3\x63\xa3\x63\x8c\x46\x86\x32\x79\x23\x25\x86\xc9\x6e\x96\x1f\xf4\x89\x62\xd3\x47\x7f\xe2\x72\xa3\xfe\xf2\x91\xc0\x5c\x91\x57\x18\x0b\x23\x39\x16\x9c\xc2\x59\x0a\x0f\xd7\xbe\xb7\xd9\x29\xcf\x60\x2e\x56\x38\x82\x72\x9f\x62\x63\x22\x62\x31\x5d\xa2\x1a\x12\x67\x5a\xff\xc7\x6c\xfd\x14\x58\xac\xe3\xe2\x62\xc7\xc5\x96\x65\xc7\x8f\x75\x1c\x32\x49\x74\x1d\xe2\x2e\xeb\xbc\xf1\xa3\x9d\x67\x8c\xc7\xc5\x7e\x0a\xa0\xe6\xd2\x7e\x62\xd7\x09\x9e\xd3\x4f\xcc\xab\x7b\x85\x7e\x1a\x97\xcd\xd9\x85\x1c\x1f\x23\xc7\xf1\x33\xa6\xf5\x7f\x1a\xf5\x1f\x9c\x27\xd8\x56\xc1\x6e\x44\x5c\xc6\xee\xf4\x71\x76\xa7\x69\x91\xdd\x9b\x50\x73\x29\xbb\x2f\x82\x71\xf1\x85\x76\x3b\xe3\xbc\x5b\xc4\xeb\x0a\xd5\xbe\x2f\x4b\xee\xc0\x5c\xe9\x96\x9d\xc2\x49\x4d\x41\x6c\x99\xa5\x56\x6b\xe5\x4b\x97\x2a\xe3\xd4\x1b\x16\x57\xa0\xb0\x26\x7b\x89\xa6\xec\x26\x20\xc4\x52\xd3\xfa\xb9\xeb\x34\xf6\x36\x9c\x46\xc7\x69\xc0\x64\xe9\xa0\x3f\x9e\x9d\x54\xab\x84\x9b\x47\x39\xf3\x7a\x46\x51\x4f\x47\x09\x45\x16\xed\x0e\x3a\xa4\x54\x85\xb6\x28\xfe\x88\x1f\xbf\x1b\x65\x2c\xea\x02\x81\x57\x86\x95\xa3\x62\xb1\xb8\x7b\x0a\x52\x26\xa4\x8a\x68\x61\x22\x3e\x05\x03\x9b\x3e\x25\x18\xe8\xd8\xe2\xfc\x11\xeb\xa9\xa9\x42\x98\x74\xd5\x60\x6c\x26\x9b\x38\xd8\xfc\xb8\x87\x5d\x28\x03\x68\xd8\x09\x8e\xb7\x60\xc9\x78\x09\x06\x26\x31\x23\x1e\xa7\xe8\x02\x02\x83\x58\xe0\x89\xa3\xec\xe0\xf8\xdb\x04\xce\x2e\x7a\x88\x9a\x49\x37\x79\x78\x28\xa9\x87\xe1\x45\xd8\x81\xaa\x65\xdd\x7b\x6e\x4a\x30\x3a\x40\x87\x12\x12\x77\xb3\x5a\x2e\xbc\xcc\x13\xc2\x24\xe5\x05\x06\x3c\x42\xb4\x02\x9e\xf3\x8b\xa3\xf7\x76\xac\x72\xee\x70\x41\x34\xa7\xd8\xda\xed\x27\xc4\xbd\xde\x05\xba\x45\x38\x07\xa0\xdd\xfd\x5b\x68\x97\x4f\x92\xad\xda\x00\xf7\x29\x0d\x70\xf5\x06\xa8\x01\x21\xd8\x5a\x28\x02\x9d\x3b\x5a\x51\xf5\xe8\x1b\x9a\x9b\x76\x69\xf7\x66\xac\x5f\xc1\xfd\x3d\xcd\xca\x0f\x90\x71\xf3\x65\x2a\xe5\x0b\x32\x1e\x8f\xfa\x52\xab\x3c\x78\x3b\x5b\xc0\x0b\xc1\xd9\xf7\x98\xa0\x16\xe1\xcf\x02\xdd\xd8\x5c\x6e\xc5\xe6\xe7\x8a\x65\x14\x88\x59\x56\x98\x0a\x27\xd0\x86\x82\x19\x95\xbf\x3c\x04\x50\x8c\x68\x6d\x75\xcc\x1c\x2b\x37\x9c\x62\xdf\x94\x74\x0e\xf8\x07\x14\x78\x0e\x87\x0d\xc0\x72\x4f\x79\x9c\x46\xe1\x3d\xc8\x0a\xcb\x76\xea\xd6\xc3\x43\x3d\xcf\x58\x68\xb3\xf7\xaf\xf0\xf5\x7f\x93\x73\x74\x33\x5f\xc6\x3c\x66\x2d\xec\xa0\x65\xa0\x94\x7d\x28\x92\x84\xd9\xd0\x58\xca\xc9\xf0\xff\x5e\x4e\xba\x77\xc8\xc6\xe9\x02\xa5\x6e\x57\x65\x2a\xac\x0f\x60\xdd\xa9\x56\xa7\x05\xdb\x5a\xa1\x24\x18\x77\x68\x49\xc5\x51\x86\x7e\x6b\xd0\x9d\xa2\xb5\xe0\x91\x81\x6f\xd9\xa3\x6e\xfe\x5d\x1c\xdd\x38\xb4\x07\x06\x1e\x73\xb4\xdc\x3a\x34\x28\xb7\x0e\x59\x7b\xb9\x5e\x8c\xa6\x61\x68\x8f\x78\x90\x4d\x01\x1e\x3c\xd2\x71\xeb\xce\xca\x55\x0a\x7e\xd7\xf9\x63\x24\x1e\x7f\x3e\x0f\xd7\x06\xc5\x02\xa6\x68\x43\x46\xed\xf2\x5c\x5c\x90\x4e\x30\x30\xd7\x02\x0b\x0b\xd0\x7e\xf1\xbb\x41\xde\xc0\x39\x2a\xd8\xab\x7c\x9b\x47\x9c\x58\xda\xc2\x57\x75\x76\xca\x01\x1d\xed\x8b\x07\x37\x38\x87\xfc\xc7\x38\x54\x4e\x39\x8f\x19\x50\xa0\x7d\x92\xa3\x7d\xc1\x16\x10\xf7\x49\x5a\x83\x26\xb6\x16\x59\xe3\x69\x0d\x9a\x14\x1a\x34\x79\x5e\x83\xf8\x35\xef\x42\x83\xc6\xc5\xce\x48\x0b\xb4\x8f\x6d\x2d\xee\xc1\xd3\x68\x1f\x17\x68\x1f\xaf\x44\x7b\x2e\xb8\x49\x81\xf2\x1b\x85\x72\x55\x46\x14\xc7\xd2\xcd\x73\xc6\xd2\x4d\x81\xfc\x9b\xe7\x91\xbf\x70\x2c\x0d\xcb\x1a\xf0\xf4\x01\x35\x7c\xce\x80\x1a\x16\x5a\x35\x7c\x5e\xab\x16\x0e\xa8\xbb\x05\xdd\x52\x1c\x55\x77\xcf\x19\x55\x77\x85\x06\xdc\xad\xd4\x00\x2d\x3a\x40\x5e\x9e\xea\x53\x21\x58\xb4\x17\x7d\xec\x83\x25\xdf\xc3\xab\x7c\xb0\x04\xf6\xed\x53\x7b\xa6\xea\xbf\xf6\x6d\x77\x26\x75\x60\xd7\xb0\xec\x9e\x0a\x98\x86\x86\x65\x5f\x77\x7b\x7c\x73\x8d\x97\x72\xec\x33\x09\xe1\x37\x5c\x3a\x51\x9c\x99\x90\x6f\x19\x96\x7d\xd1\x9d\xc1\xfa\x88\x6a\xf4\xde\xac\x33\xd3\xf4\x6a\xba\x37\xbb\xae\x56\xaf\xb9\x6f\xf8\x7d\x30\x30\xcd\x7e\xf7\x9a\xa9\x34\xe2\x6a\x8d\x65\x55\xab\xfd\x5a\x96\xb8\x91\xb8\x38\x22\x1f\x93\x93\xcf\xe2\xed\x99\xf2\xb7\x69\xd0\x45\x81\xd2\xa8\x80\x90\x6c\xab\x63\x5e\xeb\x7b\x72\xde\x1c\x35\xb4\x02\x16\xe5\x76\xe1\xc2\x85\x42\xf3\x96\xc5\x6a\x28\xbb\xee\x23\xef\x5b\xc3\xad\xc4\xb2\x4c\x38\xef\xb1\x4f\xbb\xb7\x32\x4a\xe2\x22\x1c\xd6\xde\x22\x04\x9d\x45\x55\xec\x5b\x3c\x07\x66\x83\x9d\x5d\xfb\x3d\xb5\x2c\xab\x73\xf1\x77\xd0\xbd\xf0\x9e\xe5\x23\xcd\xc1\x3b\xec\x17\x4f\x28\x44\x51\xad\xe0\x86\x07\x78\x57\xa9\x41\x75\x11\x6b\xae\x2a\x89\xa3\x78\xc6\xa7\xc8\x72\x73\xd2\xcf\x15\x3f\xb8\xc1\x71\x5e\x88\xae\x61\x19\x96\xf6\x2c\xd0\x42\x24\xc5\xaa\x86\xc5\x1e\x11\xda\xcd\x51\xc5\xd6\x9e\x67\xe0\x5b\x99\x12\x1e\x8d\xa3\x9c\x10\xb1\x8a\xfc\x1b\xa4\xc8\xe8\x1d\xe5\xc4\x08\xe1\xff\x6f\x10\x23\xa3\x7d\x94\x10\x23\x0f\x2c\x40\xb6\x9e\x3f\xb6\xc9\x2d\xb1\x60\xea\x62\xde\x69\xac\x75\xbb\xe7\xd5\xaa\x79\xbe\xde\x75\x1a\x56\xc7\x69\x74\x59\xba\x5b\xb7\x0a\x6b\x8f\x5c\x30\x10\xc7\xf9\x53\x77\x5f\xca\xad\x5e\x57\xde\x1d\xd6\x43\x89\xac\xa6\xac\x33\x41\xc5\x0d\x75\x60\x77\x96\xd3\x8a\x6d\x1d\x8a\xca\xba\x76\x72\xb0\x78\x3d\x64\x23\xe2\xf1\xad\xd4\xdf\xd4\xfc\xf4\x5f\x6d\x3e\xb3\xe4\x2f\x6e\x3e\x1b\x83\xff\x6c\xf3\xff\xd1\x86\x62\x10\x0e\x16\x7e\x37\x04\x4b\x81\x9e\x1d\xa7\xbc\xff\x8b\x95\xf1\xf4\x1f\x66\xd8\xd7\xc2\xf3\xfd\x39\xad\xee\x2b\x3b\xe2\xcc\xf1\xf2\xeb\x63\xac\x99\x73\x2b\xf0\xdc\x0e\x81\x84\xfc\xb9\x46\xd4\x5d\x73\x84\x67\x93\xfe\x18\x9c\x2e\x47\xa4\xea\x92\xbf\x35\x20\xef\x58\x65\x32\x36\xb4\xa2\xea\x30\x27\xfe\xb5\xec\xe1\x61\x2d\xd3\x75\x9e\x87\x07\x33\xea\xae\xd5\xed\x35\xc7\x9a\x5b\x96\xbd\x16\x59\xec\x81\x30\xe5\xba\xab\x9e\x56\x42\x30\x43\x1c\xae\x42\xbe\xaa\x0b\xc8\xab\x0e\x6a\x83\x98\xac\x94\xf7\x22\xe3\xc1\xc0\x34\x12\x92\x06\x7f\x89\x35\x16\xee\xe7\xe9\xd5\xa0\x14\x9e\xc2\xdb\x86\x7a\x00\x73\x65\x94\x14\x1c\xc7\xd3\x94\xf8\xf1\x2c\x32\x68\xe3\xb4\x7c\xe1\x1b\xa0\x00\xbb\x6b\x8e\x5d\x1a\x1b\xa1\x04\x88\xaf\xa5\x57\xab\x65\x50\x16\xed\x81\xa9\x9f\x0b\x5e\x52\xcf\x3d\x99\xb0\x00\x87\x7d\x1f\xa4\x38\xfe\xcf\x47\xf1\xac\xb3\xe6\xcc\x2d\xbb\x8e\x36\xa0\x47\x0f\xb3\xbe\x46\x71\x16\x0c\xee\x20\x74\xbc\x79\x9f\xdd\x4d\x48\x27\xab\x41\xaa\x76\x7c\x72\x78\x64\x4b\x55\x0f\x7d\xc6\xa3\x69\x18\x76\x94\x53\x2b\x76\x2e\x35\xb7\xca\x99\xa2\x50\xdc\x0f\xa7\x89\x66\x55\x07\xef\x40\x15\x55\x7e\x66\x81\x0b\x44\x3a\x2a\xde\x12\x8c\xec\x84\x4d\x86\x92\x8f\xca\x60\xe0\x6a\xa0\x0a\x79\xdc\x42\xc7\xb6\x2e\x57\x86\x51\x9c\x90\x0f\x2c\xf0\xc4\x53\x82\x5c\xb0\x0b\xca\x38\x5b\x76\x7f\xa8\xe3\xf3\xc6\xb1\x1f\xe9\xf7\x3a\xf4\x7b\x27\xe9\xae\xd5\xd1\x8f\x8a\xfe\xda\xe5\x61\xc2\x99\x97\x94\xde\x76\xf5\x49\x17\x33\x2a\xc8\x36\xbb\xf8\x30\xf9\xd2\xfa\xf7\x77\xc4\x4d\xb4\x07\x01\xd8\x4d\x71\x7e\x44\x50\xb7\x70\x1b\xeb\x70\x8d\xa1\x2e\x17\x97\xba\x5c\x66\xeb\xd6\xdc\x86\x0a\xe5\xb8\x9e\x8a\xc2\x77\xef\xca\x11\x3c\x56\x91\xe6\x97\xd7\x5c\x44\x2c\xfc\x7e\xac\xca\x7c\x7e\xb9\x88\x7d\x57\x10\x5e\x22\x37\x18\x22\x5b\xac\xa9\x4c\xf8\x88\xd9\x2c\x23\xdf\xa8\x86\x69\xaa\x1f\xaa\xe7\x9a\x9a\xd7\xd1\x72\x5f\xa1\x27\xaa\xa6\x8a\x6e\xfc\xa4\xe2\x52\x7b\x55\x8b\xe7\xdf\x7c\x91\x0f\x04\xab\xc2\x3e\x92\xb2\xfe\x1e\xd1\x81\x88\x98\x2f\x91\xfc\xd1\x22\xc1\x6f\x13\x3a\x99\x6f\xef\x4c\x5d\x7d\x80\xda\x56\x11\x49\xd9\xa2\xf0\x8f\xac\x74\xd8\x8a\x1c\x1b\x51\xd1\x5f\x22\x51\xc5\x00\x52\x9e\x1e\xe5\x0e\x59\x28\x27\x82\xd4\x34\x3a\x90\x2b\xe8\xc1\x0c\x80\x09\xc6\x2f\x96\xfe\xe7\xc7\x67\xbf\xe3\x5d\x6d\x9f\xa4\x59\x12\xdf\x15\x9e\x06\xd5\x3a\x94\xdf\x04\xc7\x25\xf3\x30\xf7\x46\xc5\xe2\x42\x70\x05\xdf\xc0\xef\xa0\x88\x5e\xfa\x9d\xe7\xf7\x41\xa9\xc7\xf0\xd3\x82\x1c\x89\x0a\xf6\x5a\x1d\x28\xc5\xb7\xb5\x0a\x84\x3e\x9f\xb8\x45\x3e\xdc\x2b\xd3\xe7\x00\x7d\xf9\x38\x2c\xcf\x7f\xf7\x27\x8f\x69\xa5\x57\x7f\xf2\x95\x9f\xfa\x22\x7a\xfc\xe8\x3b\xe8\x25\x98\x97\xbd\x87\x1e\x3f\xe9\x15\xf4\x02\xd7\x9e\xfe\xd8\x7c\x58\x8c\x2e\xa3\xc5\xb5\x79\x84\xe7\x64\xe1\xb3\x74\x05\xb4\xf8\x0e\xf5\x65\x0c\xcf\xab\xb0\x47\xbb\xaf\x68\x57\xdc\xcf\x6b\x59\x7c\x0e\x4c\x65\x37\x2a\x16\xf0\xae\x80\x52\x7f\x5a\x8e\x61\xbe\x71\x93\x00\x1d\xd1\xf0\x41\x70\x19\x2b\x07\x9f\xb5\x2a\x8c\x01\xad\xc8\x93\x3f\x2c\xeb\x88\x2f\x8a\xfe\xe3\x63\xa4\x48\x42\x57\x4d\xd4\xb2\xf8\x6d\x3c\x23\xc9\x81\x9b\xd2\x8e\x81\x11\x14\x28\x2e\xeb\x0a\x59\xab\x33\x44\xa1\x2f\xff\x66\xba\x1c\x5e\x81\x3e\xbc\x0a\x03\x6b\x59\xe4\x21\xad\x29\x73\x68\x27\x0f\x5f\xb4\x90\xd1\xa2\xc0\x93\x9b\xc3\x6b\x3c\xce\x64\x5e\xb2\x2b\x7f\x96\x31\x38\x51\x18\x2c\xc8\x59\x9d\xbd\x82\xae\xc5\xcc\x4d\x56\x66\x6e\x49\x13\x0a\x0f\xf9\x85\x5a\xfc\xa4\x55\xe6\x6a\xe9\xd7\x01\x8b\x2a\x1b\x15\x7d\x99\x0a\x0e\xba\xe3\xb6\x2c\x9b\x6e\x9e\x68\x47\x56\xab\x25\xdd\x5a\xad\xae\x99\x99\xfa\x3c\xdf\x22\xe1\xa7\x7e\xb3\x4c\xa4\xc6\x49\xc5\xad\xe0\x13\x59\x7c\x36\x2f\x7e\x5b\x4d\x63\x43\xb6\x82\xc0\x4b\x49\x06\x47\xe1\x85\xc7\x10\x15\x5f\x57\x45\x4d\x49\xc6\x6e\xb6\xab\x59\x5f\xf4\x67\x22\x89\xf6\x38\x24\x6e\x5d\xc7\xec\xe5\xc2\xcb\xe8\xca\xce\x38\xe1\x42\x39\x4e\xec\x88\xee\x10\xbd\xda\x57\x6c\xeb\xb1\x1b\xf9\x21\xb9\x18\x05\xa9\xe6\xa4\x67\x07\x88\x2e\xee\x12\x33\xb2\x0a\xaf\x67\x41\xa7\x21\x97\x94\x4e\x03\x2f\x4b\x45\x26\xd7\xd8\x4b\x68\x76\x62\xd9\xf1\xc3\x83\x19\x77\x69\x9f\x78\x26\x45\x49\x61\x65\xa8\xed\xd8\x2a\xdb\x3f\x25\x30\xc2\x70\x61\xa7\x6b\xdd\x65\x72\x55\x88\x4b\xf4\xe2\x5d\x5c\x19\x93\x6c\x14\xfb\x95\xc8\x1d\x13\xbf\x62\xbc\x58\x4f\xd6\x5f\x18\x2f\xac\x5d\xb5\x6e\xc0\xc7\x24\x45\x62\x5a\xbb\xa8\x4b\xd1\xd9\x59\xad\x9a\x71\x2d\x80\xbb\x6f\xe8\x9a\x72\x31\x4a\xe2\xe9\x70\x44\x01\x67\xd0\x27\xaf\x93\x78\x7c\x10\x06\x24\xca\x0e\x62\x9f\x74\xd7\x98\xbd\xc0\x05\x82\xcc\x40\x44\x9a\x5c\x11\x8d\x63\xbb\x6a\x9f\xc0\xdb\xc3\x03\x2d\xca\x1b\xc4\x92\x60\xc8\x85\x77\x39\xdb\x0b\x97\xf4\x25\x8c\xc1\xcb\xfa\x15\x3c\x3d\x86\x16\x82\x82\x51\x6b\x51\x35\xa8\x03\xc1\x2d\xbc\xb9\x99\x59\xbb\xc4\xf4\x63\x6f\xca\xe2\xad\x45\x26\xd7\x74\x0f\xde\x9e\x1c\xfc\xfa\x95\x3f\xe3\x67\x67\x35\xfe\x40\x1e\x76\xe5\xc5\xd9\x9b\x37\x6f\x8f\xec\xbc\x15\x2d\xe2\x56\x34\x3b\xe9\xba\x74\x18\x04\xdd\xe2\xdb\x6c\xbb\x54\x77\x4b\x84\x8d\xc7\x0c\x72\xce\x24\xca\xcb\xec\xd5\x6a\x44\x95\xf6\x17\xa0\xd8\x3d\xf6\x8c\xd8\xc3\x43\x5a\x60\x31\xae\xfa\x89\xcd\x8e\x5c\x0d\x0b\x02\x61\xa9\xed\x3c\xee\xbd\x7b\x73\x64\x1b\x35\x63\x3d\xab\x89\xc7\xf9\x6a\x27\xef\xde\x7f\xbc\xb0\xcd\x42\x18\xbe\xae\x6b\xb2\x16\xe2\x33\x68\x3c\x8a\xd6\xc3\x03\xdd\x5d\x9c\x44\x41\xb6\x98\x8a\xc8\x36\xbe\x7a\x23\x37\x1a\x12\x03\xbb\x40\xa5\x63\xff\xed\xc7\x0f\x8f\x52\xc1\xdf\xd5\x53\xa8\x58\x95\xc3\xf0\x9a\xff\xc3\x03\x6e\x27\x79\x6a\x09\xdf\xe0\xd0\xd6\x8e\x0a\x7c\xfb\xf5\xe8\xf3\xe1\xd9\xef\xef\x9e\xc7\xb8\x35\xc9\xb8\x6a\x75\x19\xbb\xae\xc9\x1d\xee\x37\x0b\xfc\xfa\xf5\xe8\xf3\xc7\xf7\xff\xfc\xd7\xa7\x93\x92\x6f\xbf\x3e\x3b\xf8\x78\xfe\x4f\x75\xd6\xd2\xd9\xb0\xa4\xa3\xe0\x7c\x9c\x4a\x7f\x0b\xe2\x96\x88\x87\x1e\xbb\xc5\x3a\x5a\x7e\xed\x40\x79\x6d\x30\xd5\xb3\xa2\xf8\x20\x8e\x06\x61\xe0\x65\xc5\x97\x60\x2b\xda\x47\x22\xbb\xf8\x99\x39\x7f\x93\xd2\x9a\x53\xed\xa2\xd1\xda\xdc\xd6\x6c\x41\x74\x31\x99\xc4\x49\x56\x12\xf4\x86\x8b\xa4\xda\x90\x64\xe7\xdc\x8f\x92\xbf\x0e\x5c\x4b\xe8\x1c\x3a\x88\xa7\x11\xb7\x36\x56\xd4\x77\x6c\x77\xe5\xdd\x12\x81\x06\xcd\x0b\x47\x2c\xe0\x62\xd4\xbd\xbc\xb2\x93\x6e\x7d\x37\x79\xa5\x22\xdb\x4d\xd6\xd7\xad\x88\xc5\xed\xa2\x5f\xfe\x40\xb3\x7a\x99\x99\x58\x16\xf7\x42\xcf\x6a\x99\x3b\x84\xee\xce\xe2\x8f\x93\x09\xd7\xff\x98\xdb\x39\x0c\x01\xa3\x03\xbf\x2f\x8e\xfe\xb8\xe8\x7d\x38\xea\x19\x1d\x6e\xe5\x65\x87\x27\x2c\x58\x6a\x27\x83\x27\x3e\xe7\x82\x9b\xb8\xdd\xed\x85\x21\x7c\x36\x35\x2d\x5b\x69\x95\x71\xe0\x26\x04\x16\x63\x02\x6f\xec\xd2\xa5\xb8\x58\x41\x6d\xcd\xc3\x03\x5c\x24\x39\x2a\x84\x48\x02\x6f\x76\xa8\x62\xc2\xc8\xb6\x21\xae\x28\xb3\x80\xcc\xe7\x73\x7b\xb3\xd5\xda\xec\xa8\x4b\x93\x1d\x59\xf7\xc6\x34\x25\xa0\x4b\x79\x99\xc1\x8c\xe8\x91\xd9\x6e\xb5\xb6\xac\xdd\xac\xf6\xe7\x7b\x3a\xae\xb9\x36\x50\x9b\xa6\xe4\x94\xf8\x81\xab\xfc\x7c\xeb\xde\xc5\xd3\x6c\x6e\xd3\x1a\xcb\x71\xb3\x37\x32\xf1\x7d\xc7\xf7\x49\x3c\x21\x49\x76\x67\x66\xb6\xf1\xf5\x2b\x49\x4f\x63\x7f\x1a\x12\xc3\xbe\x87\xcd\x2a\x18\x77\x05\x31\x8d\xf6\x8e\x43\x67\x58\x64\x36\xeb\x5b\x4d\x4a\xd6\x38\xf6\xae\xe1\xeb\x30\x0a\xdf\x06\x69\xd6\xbd\x1f\xd3\x74\xc7\x30\xec\xb1\x9b\x79\x23\x92\x76\xd6\x1c\x3b\x8e\x50\x2c\x77\x82\x5a\x14\xc7\x13\xdb\xf5\x7d\x5a\x98\x44\x24\xe1\x20\xe4\x75\x1e\xea\xfa\x3e\x48\x84\xf2\xd2\xa5\x59\x7e\x90\x4e\xe8\x97\x21\xb3\xc4\x34\xba\x56\x9f\xcf\x77\x51\x35\x2b\xb1\x9b\x2a\x3a\x5c\x6c\xdd\x4b\x7d\x09\xee\x87\xad\x39\x5c\x5d\x01\xbe\x9f\x67\x78\xbf\xc0\x4e\xbb\x2e\xd5\x15\xbc\xae\x7b\xe9\x5c\xd9\x61\x37\xa8\x7d\xa7\xfc\x40\x46\x5f\xb0\xed\xb1\x19\x09\xed\x86\x14\x0e\xc7\xa8\x2a\x64\x47\x5d\xe5\xd9\x4d\xa9\xba\xe1\x4a\xb2\x57\xc6\xed\x0e\x5b\x65\x80\xd5\x90\x65\x86\x54\x33\x50\xb0\x93\x6a\xd5\x33\xf7\xf1\x25\x67\x33\xaa\xb1\x4e\xb1\xac\x39\x27\x06\x6e\x3d\x71\x26\x9a\x89\x65\x7b\x4a\x31\x75\x86\x80\x9e\x15\xd5\xf4\x8e\x32\x13\x6b\x3e\xb7\xec\xcb\xf0\xca\xb2\xd3\xf9\x7c\x37\x13\x03\xb2\x1b\x9b\xc0\xa5\xa3\xc1\x80\x78\x99\x65\x67\xb9\xa1\xca\xf3\x31\x25\x4b\xb1\x51\xde\x95\xe5\xe7\xf6\xd6\x4e\xab\xdd\xd1\x75\xb9\x1f\x1a\xd2\xca\x67\x4a\x6d\xe7\x09\x41\xfb\xe8\xcb\xcb\xde\xc6\x9f\x57\x2f\x87\xca\xa2\x23\x8a\x19\x1b\xc6\x3a\xd1\x37\xa9\x74\x15\xd3\x01\x73\x9b\x4e\x95\x7f\x68\x3e\x52\xae\xd0\x59\xe8\xb9\x63\x12\x5e\xc4\xc7\x77\x93\x11\x89\xa4\x9c\xd8\xc5\x6b\x42\x91\xd9\x70\x9a\x30\x5b\x4b\x06\x65\x37\xd0\x4a\xc7\x74\x6e\x3b\x3b\x80\x95\x4e\xa6\x6e\xcc\xb3\xe7\x36\x85\xff\xd3\x7d\x60\xdd\xcf\xe7\x36\x25\xf7\x1f\xe6\xd8\xe2\xce\x2f\xee\x9c\xc8\x1e\xe9\xb0\x0f\x92\x28\x4b\x02\x92\x9a\xc4\xaa\x8d\xdd\x89\x69\x16\xf7\x9f\x84\xca\x81\xa8\x4b\xa8\x1c\x08\x64\x57\x98\x99\x65\xc7\xdd\x88\x4d\x39\xf1\x38\xbb\xfc\x48\xbc\x17\xef\x05\x1d\x23\x8a\xb3\x8a\xb1\x1e\x74\x4c\x23\x82\xab\x08\x6a\x89\x6a\xf5\xe5\x25\x06\x0e\x7e\x80\x38\xbd\x57\xff\xfd\x92\xbf\xde\x4c\x85\xd3\x7a\xd7\x98\xdc\x1a\x96\x6d\x98\xc6\x7a\xb0\x6e\x74\x2a\xc6\x7a\x0c\x86\x0b\x3a\x28\xd1\x96\x51\x71\x23\xbf\x62\xd0\x41\xd9\x6a\x34\xdb\x9a\x68\x2c\x2c\x3e\x7a\xa7\xec\x4a\x4d\x22\x9b\xdb\x2d\xa7\xfd\xd4\xe5\xab\xbd\xd9\xb6\x76\x4b\xd4\x10\x50\x4e\x44\x54\x96\xcb\xf3\xbb\x71\x3f\x0e\x6b\x41\x46\xe0\x6d\xa7\xab\x6e\x52\x1b\xbb\xc9\xb5\xe4\x70\x85\x70\x2f\x02\x2e\xb6\x92\xda\x2c\xc9\xf7\x01\xd5\x4b\x76\x77\x2d\xa6\x49\x10\x88\x9f\xd2\x25\xf8\x32\x2d\xe8\x0f\x95\x7a\x87\xd9\x08\x46\xc4\xf5\xc1\xcb\xa2\xe2\x80\x2f\x2d\x2c\xdb\xb4\x60\xb7\x8d\x5a\x84\x54\x1b\x00\xda\xb2\xe1\x10\x74\x4a\xb0\x52\x8b\xe2\x81\x1c\x9b\x15\x70\x14\xcf\x8d\x4a\x1b\x35\x14\x12\xf9\x46\x47\x1e\xc8\x65\xf1\xc4\x04\x69\x89\x16\x5e\xd8\x23\xce\xed\x56\xbd\xbe\x9c\x99\x82\x07\x89\x6e\xe7\x00\xcb\x99\x6a\xb9\x49\x1e\x1e\xcc\x0c\x4c\x04\x10\x1f\x33\x73\x83\x10\x34\x20\x3b\x83\xe6\xf2\xdf\xa8\x07\x77\xeb\x36\xa9\x56\x0d\x8e\x5c\x1d\xf0\x5c\xab\xb1\x48\x89\x7e\x43\xac\x7b\x1e\x79\x95\x36\x40\x84\xfc\xce\x1b\xae\x7e\xae\x5b\x8a\xa9\xc5\x0e\x0a\x96\xad\xdd\xe8\x55\x00\x66\x17\x86\x4e\xe4\x5f\x46\x57\xf2\xc5\x89\xb9\x68\x7d\xc0\x99\xc3\x1c\x0c\x40\x53\xa3\xed\xda\xa3\x2d\x4e\xcd\xc8\xc6\xf6\xd9\xc4\xea\x70\x48\x66\xf3\x4e\x12\x18\x69\x21\xb0\x24\x52\x78\xb5\x6a\x12\xe4\x53\x82\x66\x32\xc8\xa1\xc3\x06\x72\x80\x6b\x09\xd5\xfa\x90\xe4\xf5\x75\x3b\x91\x04\xc5\x28\x04\x19\x02\xfc\x24\x1d\x0e\x34\x89\xb4\x40\x80\x43\x8a\xe4\xe1\x81\x63\xc3\x6c\x15\xa5\x44\xe8\x72\x84\xd8\x5b\x0c\x21\x62\x02\x18\x22\xa4\x08\x00\x21\x7c\x17\x73\xca\x11\xa6\xc8\x32\x1b\x8d\x3f\x6b\xb0\x47\x52\x07\x4c\xca\x2f\x81\x56\xf0\x63\xbc\x34\xda\xbc\x42\xaa\xce\x25\x68\x81\x83\xa1\xdf\x25\x76\xb6\x67\x22\x47\x31\xbc\x2c\xe4\xc1\x2c\xe3\x56\x12\x48\x00\xc9\xd1\x9e\x19\xb1\x3c\x51\x14\x6a\x46\xac\x28\x26\xa8\x86\x2e\x05\x44\x62\x27\xb5\x77\xb1\x4f\xba\xa9\x9d\xb0\x57\xdc\x01\x26\x03\x38\xa1\xfa\x01\x65\x72\xc7\x4b\x04\x28\x66\xa7\x56\xc5\xa0\xdb\x50\x31\x88\x86\x95\x28\xf6\x49\x65\x36\x0a\xbc\x51\xc5\x8f\x49\x5a\xa1\x42\xb7\x4f\xc2\x38\x1a\x56\xb2\x18\x0c\xad\x15\x8a\x88\x5d\x67\xca\x98\x00\xa1\x52\x1d\x9a\x23\x86\x26\xbc\x3c\x89\xed\xb5\xec\xa8\x5a\x35\x23\xc6\x19\xcb\x16\x97\xcb\x68\xdf\x08\x8b\x26\xed\x55\x35\x93\xf6\x1f\xcf\xc4\x31\x04\xdd\x18\xa4\x7c\x8e\x6e\x6c\x70\xe9\xc2\x06\x81\xe4\x2e\x96\x63\x53\x7a\xae\x71\x68\x1a\xa5\xa3\x60\x90\x95\xb2\x68\x4d\xa1\x8b\x8e\x34\x8a\x84\xee\x74\xe0\xa3\x92\xb5\x26\xe1\x8d\x97\xc2\x92\x7d\x11\x2d\x5c\xac\xa5\xb6\xc2\x04\x7e\x26\x8e\xc3\xdc\x16\xad\xa2\x42\x49\xb4\x90\x17\x12\x63\x55\x27\x9d\x0a\x82\xa5\x74\xc3\xe4\x79\x32\xdd\xb4\x74\x8e\x6e\x1c\x90\x8c\x6e\x68\x04\x27\x09\xe9\x93\x6d\xe0\x74\x63\x7b\x1e\xa7\xbb\x2c\xf8\x02\xe9\xd6\xed\xac\x28\xf9\xc8\xab\x6c\x97\xac\xaf\x5b\x31\xda\x0b\xa5\xe4\x23\x57\xfa\x5b\x3b\x58\xbe\xb4\x7b\x9f\xf1\x39\xf7\x39\x9f\x9b\xc4\x13\xf5\x53\xdc\xc9\x09\x3b\x42\x09\xa0\x4b\x01\x6c\x85\x54\x51\x02\x57\x65\x01\xca\x7e\xc9\xee\x3d\x99\x21\x46\x79\x47\x32\x1d\x07\xb7\x24\x8c\x4e\x87\x1c\xe3\x0b\xac\xe0\xf4\xe1\x00\x57\xe8\xa3\x80\x12\xfa\x70\x52\x8a\x02\x30\xd3\x45\x72\x4f\x66\x88\x99\xd7\x51\xa6\xeb\xe3\xf4\xb1\xf5\x33\x67\x87\xce\xba\x19\xba\x74\x29\xa7\x11\xe2\x53\x60\x37\x61\x47\x36\x11\x58\x4c\x78\xac\x3a\x3b\xc2\x06\xd8\x28\x94\x2d\x3b\xea\xa2\xc8\x29\xfd\xe6\x07\x72\x43\x92\x34\x6f\x02\x5f\xf8\x69\x58\xb5\x12\xd5\x2e\xbe\xe1\x28\x64\x6c\x6c\x2c\x27\x83\xf2\x47\x27\x63\x48\x74\xfd\x5a\x1a\x8d\xea\xb6\xd2\x5c\xf1\x8d\x6a\x35\x7b\x45\x76\xb3\xf5\x75\x8b\x37\x0b\x14\x1c\xba\xcc\x57\xab\xbc\x90\x58\xaf\x90\x84\xc2\x17\x8b\x8d\x2e\xfd\x30\x08\x86\xf2\x0f\x83\x88\x5f\xf1\xc3\x63\x77\xf2\x04\x36\x83\x62\xc6\xc3\xb1\xaa\x4d\x0f\x76\xa5\x51\x8c\xb1\x38\x60\x2c\x16\x56\xcd\x00\x39\xc2\xa9\x28\x7c\xff\xe9\xbd\xad\x91\xa1\x32\xe2\x69\x64\xa8\x4b\x60\x8e\x8c\x84\xf8\xd3\xc2\x99\x8b\x78\x5b\x47\xb4\xba\x4c\x59\x74\xac\xa8\x9b\x89\x97\x5f\xd6\xe4\x14\x2e\x3d\x8a\xfc\x00\x1f\xaa\x50\x5d\x75\x3c\xc9\xee\x60\xb9\x86\xa7\x32\x2a\x51\x5c\x09\xa2\x20\x0b\xe0\xcc\x19\xbd\x2d\x92\xfc\xf4\x8e\xf2\x02\x61\xce\x99\x13\xc8\x99\x97\xec\x06\x30\x20\x88\x19\xd9\x09\xe3\x42\x60\xd9\x09\x53\x1c\x97\x72\xa0\xbc\x2f\x34\x46\x00\xdf\x9f\xca\x08\x90\xb5\x7f\x1b\x23\xa4\x1c\x8e\xf2\x92\x5b\x61\x44\xa9\x1c\x48\x76\x83\x8d\x8d\x72\xa6\x2c\x19\x16\x59\xdc\x4b\x12\xf7\xae\x7c\xc1\xa2\x0d\x82\x6c\x53\xf9\xa2\x65\x2f\x12\x12\x30\x4d\xc9\x65\x76\xd5\xe5\x42\x48\x08\x0b\xbe\xcf\x2a\xfd\x78\xa1\x4b\x56\xa3\x41\x93\x17\xe5\x34\xa8\x0c\xc8\xd1\x90\x86\x41\x61\x5a\x98\x62\x6a\xf2\xef\xbd\xaa\x53\x9d\x64\xbd\xab\xd1\x60\x92\x2e\x79\x78\xa8\x63\x26\xd1\x33\x77\x95\xf9\x0c\x12\xeb\x15\x79\x78\xc8\x5e\xd5\x85\xa8\xda\x25\x58\xad\x5b\xb7\xec\xec\x67\xa5\x2a\xf8\x06\x68\xa8\x94\x19\xc0\x83\x41\xab\x7c\x8f\xab\xd5\xe0\x15\x81\x29\x11\x77\x63\xe4\x37\x6c\xb6\xd5\xfc\x8c\xe6\xdb\x3c\x9f\xcb\x92\x18\x79\x64\x2d\x18\x1c\xc0\x9b\xf2\x09\xf3\x1f\xcb\x22\x05\xcc\x99\xa5\x0e\x10\xca\x8c\x9f\x33\x98\x2a\x94\x19\x30\x30\xf2\xcc\xfa\x99\xd0\x7c\x9b\xe7\x3f\x95\x59\x93\x92\x91\x44\x72\x64\x13\x7d\xee\x5a\x36\x6f\xa2\xaa\xc0\x12\xcd\x11\x42\x13\xcf\x7c\xae\x57\xab\xd1\x2b\x02\x1b\x74\x21\xf4\xd0\x44\x78\x79\x85\x01\xbe\xbb\xe0\xe4\x1d\xbd\xca\xa0\x50\xcc\x82\x89\xb2\x16\x70\x94\x8a\x6e\x9e\x58\xbb\x7c\x8b\x0d\x21\x4d\xa5\x6c\xb3\x93\x35\x6d\xbf\x94\xac\xe9\x3b\x24\x2e\x60\x2c\xf1\xe1\xe8\x55\x41\x74\xbe\xea\x36\xf6\xea\x9d\x3c\x74\xa3\x61\xb1\x36\x04\xa8\xfd\x26\x76\xb4\xde\x78\xd5\x78\x78\x28\xd6\x8f\xd6\x1b\x7b\x68\xf1\xef\x28\xc6\x88\xf5\x86\xd4\x92\xe3\xbc\xb8\x5f\x22\x55\xa4\x42\xa7\xec\x46\xe8\x2e\x52\x0a\x12\x2e\x37\xb8\x4d\x83\x49\x11\xb6\x6d\x8e\xd8\x72\x85\xba\x71\x32\x2f\xaa\xad\x85\x8d\xcb\x7c\x37\x4b\xee\xee\x23\xb3\xe5\xb4\x37\x2d\x33\xb1\xe6\x9e\x9b\x79\x23\xd3\x03\xbb\xea\x66\xd3\x69\x2c\xb7\x34\xc9\x7d\x78\x54\x9b\xac\x1b\x69\xe6\x66\x81\xf7\x12\x0e\x74\x5e\x82\xe3\x55\xcd\xf3\x9b\x9b\x8e\xdf\xf6\x9a\x8e\x5f\xf7\x9b\x03\xcf\x1b\xec\x6c\xd5\xbc\x6f\xa9\x31\xb7\x1b\xdb\x5b\x3f\x80\xde\x8b\xfd\xc0\x8b\xa3\x5a\xbf\xd9\x6e\x6c\x0d\xea\xce\xd6\x66\x7f\xb0\xd5\x76\xbd\xad\xed\xd6\x4e\x2d\xcb\x06\xc6\xdc\xa6\x39\x8b\x8d\x96\x12\x39\x3c\x00\xd4\x09\xc6\xee\x90\xbc\x9c\x44\xc3\xdd\xbe\x9b\x92\xad\x96\x1d\x7c\xda\x3f\xfb\x30\xab\xff\xfa\x66\x18\xf7\x7a\xbd\xde\xbb\xf3\x8f\xa3\xa3\x8f\xc3\x5e\xaf\x77\x3a\xeb\xf5\x7a\x87\x47\x07\xbd\xcf\xf4\xdf\x0b\xcf\xdb\x1a\xd0\x02\xfb\xe3\x5f\xde\x7e\xa8\xff\xd6\xeb\xff\xb6\xbf\xdf\x7b\xff\xf2\x68\x3a\x3b\xdc\xa4\xf0\x83\x3f\xf6\x4f\x7e\xff\xe3\xb4\xd7\x3b\x68\x7d\xeb\xf5\x7a\xd3\x93\xd9\xeb\xd6\xe4\x62\xa7\x01\x75\x9a\x1f\x7e\xb9\xf8\xf8\xf1\xb8\x35\x3b\xfa\xe3\xf0\x36\xfd\xf4\xf9\xb6\x99\x7d\xa2\xdf\xd8\x0f\xeb\x1f\x3e\x8d\xea\xbf\x35\x76\xb2\xfe\xef\x9f\xa6\x7e\x6f\xff\xd0\x1b\x7f\x1a\xf9\x6f\x3e\x5d\x9f\x1c\xfb\x13\xff\xcd\x70\xf8\xa1\x1e\xbe\xfb\xf8\x9a\xec\x1f\x8e\xbc\x5e\xaf\xf7\xcb\xe4\xfc\xe3\x87\xfd\x4f\xc7\xdf\xdc\xb6\x5f\xdf\x4f\xbf\x9f\xcc\x8e\x8e\x0e\xf7\x6f\xcf\xde\xae\x7f\x6a\xb5\x9a\xf1\xc9\xf0\x64\xfc\x67\x58\x3f\x6e\xec\xbf\x9d\xfd\xe9\xed\x6f\xfe\xee\xf7\x7b\xb4\x19\xec\xbf\xcf\xc7\x83\x9d\xf6\xb7\xed\xd9\xed\x68\x78\x76\x72\x77\xbd\xde\x7e\xdb\x1c\xbc\x4c\x6e\x5f\x1e\x1f\x7d\xfe\xed\xb0\x37\x7c\xb3\xdf\x3b\x3b\xe8\x79\x6f\x7a\x9f\xf7\x67\x07\x47\xbd\xd9\xc9\xfe\xf0\xb7\xc3\xe1\xf0\x78\x7f\xf8\xa6\xe7\xf5\x46\xbd\xd3\x83\xde\xe7\xa3\x5e\xeb\x64\x7f\xf6\x79\x7f\x78\xdc\x3b\xe1\x75\x7e\x39\x7e\xfd\x7a\xd0\x38\x5c\x6f\xdc\x1e\xbc\x89\xee\x5e\x67\xcd\xf1\x05\x64\x88\xf2\x02\x2f\x20\xe5\x88\x38\xfe\x23\x81\xf3\xb7\xc3\xfd\xdf\x3e\xbd\x1b\xed\xdc\x9d\xbf\xbd\xb9\xb8\xf8\x23\xf9\x76\xd1\xfc\xfd\xd7\x51\xfd\xe6\x68\xa6\xe2\x79\xdd\xfb\xf3\x88\x34\x5e\xbf\xfc\xeb\xed\xa7\xf6\xf9\xba\x17\x7d\x22\x17\xfb\xc3\xd9\xe7\x3f\x7e\x9d\x8e\x47\xe1\xef\x77\xd7\xc9\xcd\xed\xe7\xdf\x18\x3e\xe5\x43\xef\x2e\xbe\x8d\xb6\xd3\x8b\xf0\x8f\xf6\xd1\x76\xeb\xec\xfa\xe0\xb7\xd3\xf1\xb7\x5f\xfe\x38\xdf\x3f\x7c\x37\x82\x86\xf0\x72\x9c\x0f\xbf\xfd\x76\x38\x8c\x8f\xff\x20\x9f\x26\x9b\xbd\xf6\x59\xbf\x7d\x1c\x92\xbf\x5a\xe7\xfb\x37\xe7\x83\xd3\xf0\xd3\x1f\x17\xe7\xd3\xf1\xf6\xf8\x70\x7f\x38\x9b\x7e\xf0\xde\x7d\xac\xcf\x76\xfe\xe2\xdf\x1a\xcd\xea\x9b\xeb\xde\xb8\x99\x9d\xbe\x79\x37\x9a\xcc\xc2\x6f\x4e\xf4\xc1\xbb\xd8\xbf\x9e\x7d\x4e\xde\xc7\x63\xf5\x53\x8c\xb7\x3d\xa4\x15\x79\xd6\x3f\x8d\x2e\xee\x02\x32\xed\x27\x6f\xdc\xd6\xef\xd1\xf0\x7c\xfa\xf2\xf5\xa8\x77\x74\xf1\x67\xd6\xfc\xd5\xfd\xf3\x53\xfd\x8f\xeb\x99\x68\xd2\x41\xcf\x1d\x4f\xde\xaf\xff\xfe\xd7\xa1\x1f\xfc\x15\x67\xc3\xed\xde\xd1\xef\xdf\x7a\xdb\x7f\xb6\xc7\xaf\x7b\xa7\xb2\x31\x8c\xdd\x4a\xff\x1e\xf5\x66\x1f\x4f\x9b\x9f\x06\xfe\xf5\x51\xef\xee\xf3\xe9\x41\xaf\x7f\x90\xbe\x7c\x1f\x7e\x23\x37\x83\x6f\xc7\xeb\x1f\x7e\x27\xe3\x9d\xf1\x61\xef\xb7\xf5\x93\x3f\x07\xac\x72\x7a\x73\x3b\x4b\x3c\xff\xfd\xcb\xdb\xd4\xf9\x3e\xf9\x90\x05\xef\x5e\x7a\xd0\x96\x38\x6c\x9c\x1d\xfc\xf6\xf9\xa8\xb7\xbd\x73\xfa\x7a\xfb\x4d\xef\xf3\xe1\xbe\x1f\x4d\xae\xa7\xb4\x6d\x9f\xdf\xc6\x27\xfb\x93\xfe\x71\x7d\x92\xbc\xfc\x78\x76\xfd\x69\x10\x3a\xcd\xf3\xdf\xfa\xfd\x8b\x0f\x83\xfd\x93\xfd\xfe\xfe\xf0\xcd\xfe\x70\xfd\x8f\xdf\x3e\x1c\xbe\x39\xc1\x3f\x07\x77\xef\x3f\x5c\x1c\x9c\xf0\x3f\x93\x8f\x7e\xeb\xf8\xf3\x2f\xfb\x6f\xf7\x4f\xb7\xcf\x5b\x7f\xfe\x76\xb1\xff\xed\xe8\x73\x7a\x32\x7c\xbd\x7f\xfa\x26\x4d\x3f\x04\xb3\xa0\xf7\x71\x76\x2e\xfe\x9c\xcf\x3e\x1e\xdc\x9e\xf7\xce\x0f\x7f\xeb\xa9\xff\xed\xb7\x9a\x23\x92\x34\x3e\x37\xb6\x9a\xb3\xec\x2c\x42\xd8\x2f\x1f\x3e\x6e\x1e\x25\xd7\xbf\x0c\x87\xc3\x6e\x17\xc5\x94\xe2\x24\x61\xdd\xcf\xed\x56\xbb\xdd\xd6\x21\x3b\xdb\xcd\xba\x0e\x69\xd4\x77\x74\x40\xbb\xe5\xb4\x74\x48\x73\x4b\x33\xe4\x2f\x14\x4f\xbf\x9c\x9f\xbd\xab\xc1\x4d\x2b\xf3\xc5\xbd\x51\x37\x3a\x5b\x9b\x9b\xcd\xa6\x6d\x38\x8d\x6d\xa3\xb3\xdd\xdc\x6a\xd9\x86\xd3\xac\x1b\x9d\xed\x86\xb3\x4d\x7f\x3a\x46\xa7\x55\x6f\xd0\x5f\x0d\x0a\x6c\xc0\xcf\x26\xfd\xd9\xac\xd3\x9f\x2d\x80\x42\xad\x4d\xf8\xb9\x49\x7f\x6e\x19\x9d\xb6\x03\xf9\x6d\x0a\x6c\xc1\xcf\x6d\xa3\xd3\xdc\x84\xfa\x3b\x00\xdc\xb1\x0d\xa7\x55\x37\x3a\xcd\x26\xfd\x52\xab\x61\x74\x9a\xdb\x0e\xfd\x05\x88\x9c\x2d\xfa\x73\x0b\x7e\xb6\xe9\x4f\xc0\xd4\xa0\x98\x5a\xdb\xf0\x13\xca\x02\xaa\x06\x2d\xbb\x89\x54\x53\xe8\xa6\x03\x3f\xe9\xb7\x36\x1b\x46\xa7\xdd\x84\x5f\x94\xea\xd6\x36\xfc\x6c\x51\x52\x68\xab\x37\xe1\x5b\x9b\x14\xeb\xe6\x16\x25\x85\x12\xb5\x49\x29\xc5\x82\x3b\x46\xa7\xd9\xde\x9a\xbf\xb0\xe6\xf6\x4e\xb3\xd1\x5c\x9d\xc3\x3d\xd7\x83\x4b\xd6\xc6\x97\x5b\xcf\x31\x6c\xc3\x95\x69\x42\xd3\xbd\x3e\x5d\xc6\x69\x7a\x5a\x77\xea\x0d\x5a\x42\x83\x34\x29\xc4\x83\x54\xa3\xd1\x24\x90\xf2\x79\x72\x00\xc9\x23\x91\xfb\x65\x5a\x6f\x36\x69\x8d\x9e\x17\x24\x1e\x7e\x14\x50\x8a\x24\xc1\x24\x27\xa1\xdf\x82\xc2\x77\xf8\xb5\x96\x53\x87\x5c\x9e\x6c\xd2\x64\xef\x28\x0c\x86\x88\x6a\x8b\xe6\x12\x9e\x24\x90\x1c\xe0\xc7\xeb\x5b\xd0\x98\x41\x02\x49\x7f\xbb\xb9\xf9\x65\xea\xfb\xf5\x16\x14\xd1\x81\x0e\x6d\x44\x6f\x98\xb8\x37\x8c\x2d\xf0\x51\x99\x26\x90\x0e\xc9\x20\xbd\x1b\x23\x72\x3a\xb4\x00\x34\x19\xa9\x80\x5e\x38\x19\xb9\x48\x6a\x73\x07\x78\xab\x00\xfa\x40\xcf\xd8\xf5\x12\xce\x49\x40\xab\x02\x1c\x04\x84\x43\x44\xea\x22\x3b\xc7\x13\xa3\x63\x54\x69\xe5\xd3\xf7\xec\x97\x1b\xf9\x6e\xc4\x98\xee\x6e\xc2\xa7\x65\xb2\x89\x05\x58\x1f\x34\xda\x98\x14\xd9\x1e\xa6\xd3\x30\x9e\x10\x0e\xdb\x46\xd8\x0d\x4f\xbb\x90\x1e\x72\x14\x75\x4c\xb2\xe2\x3b\x6e\x0b\xd3\x21\xc9\x15\x18\xa7\xbe\xeb\xf2\x42\xdb\x12\xd6\xe7\xb0\x1d\x09\xf3\x38\xcc\x95\x30\x9f\xc3\xfa\x12\x26\x3e\xea\x49\xd8\x80\xc3\x7c\x09\x1b\x72\x18\x91\xb0\x11\x87\x0d\x04\x8c\x53\xec\x20\x24\xc9\x18\xc0\x19\x70\xc0\x0d\xa3\xb6\xd1\x27\x12\xc4\x29\xdb\x61\x5f\x4c\x79\xc7\x37\x1a\x0d\x06\xc9\x70\xec\x6c\x62\xf2\x2f\x37\xc1\x6e\x6d\x34\xdb\x94\xf2\x5e\x3c\x8c\x23\xde\xcf\xc0\x3f\x15\x00\x3d\x18\x4f\x06\xda\xb0\x6c\x02\x07\xf3\xd0\x4d\xf8\xde\x84\x4e\x20\xd6\x5b\x5b\x40\xfa\x84\xd1\xd3\x82\x5a\x13\x36\x05\xdd\x36\x74\x0d\xef\xe9\x46\x0b\xb8\x3d\x09\x38\x1f\x5a\xc0\xe9\x49\x9c\xd2\xf4\x0b\x4a\xc5\x64\x12\xde\xbd\xe6\x87\xa0\xca\x4c\x72\x27\x93\x24\xbe\xd5\x3f\x42\x21\xe4\xbb\x8a\xba\x07\xce\x02\x92\x11\x22\x49\xa0\x89\xa9\xa7\xcd\x3c\x6f\x07\x3a\x35\x0f\xed\x6f\x41\xd9\x34\x18\x32\x0a\x1a\x9b\xc0\x31\x60\xf1\x4f\xf0\xeb\x6e\xac\xb7\x97\x02\x24\x25\xb4\x93\x7a\x59\x10\xfa\x6c\x3e\xc3\x8c\x90\x69\x02\x02\x69\x3a\x0e\x31\x17\x70\xf3\x14\x81\xd4\xcc\x8b\xa3\x20\xe2\x63\x03\x04\x98\x3b\x13\x00\xd7\xa1\x0c\xe9\xbb\xde\xb5\x17\x8b\x49\xd2\xf2\x18\x8c\x4c\xd2\x20\xe4\x5d\xdb\x1c\x6c\x31\xf0\x24\x09\xc6\xac\x17\xea\x20\x2c\x28\x30\x0d\xc6\xfc\x1b\xbe\x04\x89\x86\x78\x14\xb8\x4f\x81\xa1\x9b\xf2\x01\xe7\x6c\x01\x30\xe1\x93\x95\xb4\xa1\x66\x72\x43\x78\x27\xf7\x11\x57\x32\x23\xac\x9b\x9b\x30\xc0\xf6\x35\xc8\x96\x28\xc3\xe7\x35\x96\xea\xf7\x93\x6b\x96\xee\xf3\x74\xa6\xc0\xa0\x5e\xbe\xdd\xfb\x52\x60\x03\x6b\xa4\xc0\x86\xa4\xff\x7d\x1a\xb3\xa6\x83\xac\xed\x13\xcf\x9d\xa6\xbc\xe5\x9b\x02\x42\x54\xd0\x7e\x11\xd4\x07\xab\x1e\x6b\xf8\x4e\xbf\x0e\xa0\x49\x1a\x68\xbc\x26\x49\x14\x4f\x99\x54\x6e\x00\x71\x00\x09\xc3\x20\xd5\xa1\x99\x10\xd5\x0d\xa8\x27\xd2\x7d\x96\x16\xb2\x1d\xf1\x66\x33\x42\xf8\x80\xdc\x02\x14\xf9\xc5\x05\x68\xcc\x2f\x2e\x74\x76\xf6\x83\xa1\x27\x66\x28\x2c\x80\x14\xc2\x96\xc0\x69\x63\x93\xf0\x42\x53\x51\xa8\x89\x90\xd8\x8f\xf9\xa8\x83\xf5\x82\x82\x26\x21\x67\x9e\x0b\x4b\x06\x85\xe1\x13\xf2\x0c\xc8\x3e\x90\x7e\x17\xf8\x5c\xec\xef\x60\x98\x66\x2e\x93\x1b\x5b\x48\x6e\x30\xcc\x92\x00\x84\x39\xf8\x3d\x23\x3d\x38\x82\x64\x16\x47\xb3\xd9\x67\x64\x4d\x55\x1a\x5a\x08\x93\x03\xd0\x63\x54\x29\x83\xab\x01\x8b\x6a\xff\xda\x4d\xe0\x25\x7b\xda\x7f\x75\xf8\x48\xe8\x7a\xd7\x61\xfc\x17\x91\xcb\x0b\xe9\x73\x78\xfa\x7d\xea\x26\x0c\xbc\x09\x0b\x05\x80\x39\x55\x9c\xa6\x56\x3e\x43\x6d\x09\xc9\x67\xc2\x7b\xca\x98\x89\x3d\xa1\x66\xf2\x87\xbe\xa1\xea\x36\xe6\x46\x6c\xec\xb7\x1a\xd0\xf8\xf0\xda\x69\xb0\x12\x38\x70\xc2\x6b\xa7\xc5\x01\x0e\x02\x9a\x02\x80\x55\x62\x8f\xe1\xd8\xdc\x06\xa4\x11\xa5\xbd\x4b\xe7\x03\xc8\xc5\x7e\x44\xbe\x4f\x83\x1b\x3e\xb6\x1c\x99\xf1\x4e\xf4\x3e\x01\x6e\x45\x3c\xdd\x04\xcd\x68\xbf\xb0\x66\xd0\x15\xb6\x5f\x58\x33\x80\x0a\x5e\xb5\xe1\x6e\x62\x32\x8b\xc7\x3a\x64\x96\x05\xa2\xbb\x80\xce\xf8\xb6\xcf\x65\xfe\x8e\x87\xa8\x6f\xfd\x90\x35\x05\x28\xa0\x80\xb7\x0c\xb0\x89\x58\x6e\x0f\x79\x89\xcd\x2d\x06\x10\x25\xda\xac\x0a\x1b\x83\x9b\x75\x8f\x01\x3e\xf0\x12\x0d\x56\x85\x97\x60\xb4\xdf\x1e\x8a\x12\x2d\x04\x8c\x38\x0a\x46\xc6\x31\xcf\x67\xe9\x11\x13\x75\x9b\x0d\xf6\x8d\x63\x0e\xd8\xe2\x18\x0e\x39\x80\x11\x7e\x2c\x00\x8c\xf0\x11\x13\x24\x9b\x4d\x56\xe5\x98\x03\xb6\x58\x4b\x46\x1f\x39\x80\x31\xec\x58\x00\x18\xbf\xe0\xc5\x12\xc6\xd5\x9d\x01\xc2\xe4\xec\x69\xec\x10\x04\x29\x13\xb8\xe1\xb2\x26\x4c\x05\xab\x19\xf2\xa9\x60\x64\x1f\x01\x1f\x05\xab\x59\x23\x3f\x8a\x12\x3e\xab\xc2\x19\xe9\xb0\x26\x4c\x05\x23\x19\xd2\x8f\x82\xd5\x8c\xe2\x8f\xa2\x84\x8b\x80\x1b\xce\x6a\xd6\x39\x9f\x78\xbe\xc3\xf2\x79\x5f\x34\x19\x15\x37\xbc\x33\xb6\x18\x86\x4f\xbc\xc4\x16\x23\xfc\x93\x28\xc1\xab\xf0\x96\x34\x18\x9d\x37\xbc\x25\x5b\xec\x2b\x9f\x78\x89\x2d\x4e\x86\x28\xc1\xc6\xc8\x8d\x68\x2b\x47\x2a\x5a\xc2\xb8\xfc\x49\xb4\x95\xf5\xc4\x27\x5e\x62\x0b\x78\x5e\x5c\xa5\xe5\xd6\xa7\xe1\x53\x86\xed\xe7\x01\xfd\xe4\xa6\x8f\x32\xf5\xd6\x85\x61\x53\x50\x67\xe8\x50\xd9\xe7\x50\xb6\xfc\xf4\x53\x32\x0e\xd8\x87\x5a\x40\x4b\x5e\x17\x48\x05\x25\xa8\x07\xf4\xd3\x38\xe4\x8a\x34\x28\x57\x14\x40\xd3\x5f\xbe\x7c\x61\xa9\x51\x3a\x65\x25\xda\x38\x7f\xa7\x21\xe3\x59\x1d\xd4\x54\x9a\x26\x99\x0e\x91\x8a\x14\x61\x69\xae\x3a\xba\x1c\x20\x94\x47\x4a\xe7\xfe\x54\xd5\xb4\x44\x91\xef\x6a\x99\x03\xb1\x9f\xa3\xca\x2d\x65\x8a\xa7\x41\xda\x00\x99\xc8\x2d\x4c\xab\x85\x90\x7e\x22\x57\xac\xd6\x0e\xc2\xc4\xc2\xe9\x82\xb2\x2a\xd7\xd1\xc6\x0e\x7c\x8a\x27\xfd\x06\x2b\x2f\x31\xb0\xef\xc8\x25\xb4\x55\xc7\x2a\x41\xe6\x86\x87\xc1\x60\x40\x12\x12\x65\x81\x1b\xb2\x79\x4f\x37\xfa\x50\x23\x15\x9f\xf8\x32\x1d\x10\x90\x30\x1e\x5c\x87\x60\x1d\xe6\x20\x80\x6b\x79\x0d\xaf\x0d\x78\xef\x42\x72\x27\x94\x0c\xda\x67\x9e\xc4\xe5\x82\x56\x7a\xa0\xd4\x72\x40\xf8\x79\x1a\x04\xcb\x10\x3f\x60\xba\x29\xb4\x40\xa6\x41\xd7\x3b\x10\x8a\x43\xdd\xa9\x6f\x43\x01\x05\x00\x4c\xd1\xd5\x57\x20\xdf\x9b\x4a\x4a\x3c\x0e\x48\xd9\x90\x73\x41\x68\x1e\x70\x46\xd5\x9d\x3a\x9d\xb7\x9e\x92\x06\xd6\x0b\x3a\x60\x69\x3c\xa0\xc9\xd0\x95\x00\x4f\x57\xcf\xa0\x3f\x08\x92\x71\xeb\xf2\x14\x49\x18\xd6\x5b\x98\x17\x07\x00\x3a\x54\x41\x5e\x4e\x83\x82\xdd\xe5\xc1\x20\x51\x19\x7b\x70\x2c\x54\x4c\xd8\xe0\x7a\x23\x91\xc6\x5e\x1f\x11\xbe\xe4\xb6\x9d\x26\x07\x8c\xdd\x44\x03\x1e\x8c\xb8\xea\xe8\x62\x25\x9e\x44\xbe\x0b\xae\x36\xc0\xd0\x40\xd3\x62\x9c\x6f\xf2\x12\x21\x71\x93\x24\x9e\x49\xad\xc2\xe9\xbb\x7a\x96\xa2\x53\x38\xfd\xbe\xc8\xf3\x71\x3f\x03\x6b\x80\x02\x95\x5a\x61\x63\x47\x22\xf2\x7d\xb9\x01\x80\x3d\xe8\x01\x80\x0f\xc5\x9a\xbe\xb3\x23\xcb\x7e\x40\x8e\x13\x09\x39\x67\x1a\x0c\x48\x05\xac\x7a\xaa\x2e\x4b\x5b\x02\xfc\x5e\x59\x99\x36\x05\xf4\x42\x59\x9c\x76\x58\xcb\x99\xdc\xf4\x18\xed\x47\x5c\x34\x35\x31\x4d\x72\x8c\x1a\x44\xca\xfe\xa9\x8e\xb0\x31\xdf\x87\xba\xa0\x00\x7b\x41\x92\x0a\xc4\x3b\xa0\x9c\x1d\x50\xd5\x69\x16\xa4\xe4\x20\x8e\xb2\x78\x9a\x9c\x44\x19\x19\x26\x6e\xc8\x87\x36\x2b\x03\xf1\x7b\xc2\xbb\xc3\x78\xda\x0f\xc9\x6f\xd3\x38\xe3\x32\xdc\xf1\xb5\x02\x5a\x16\x70\x2c\x9c\xf6\x59\xc3\xb6\x60\x15\x01\xc0\x34\xc8\x34\x58\x8c\xfb\xb9\x0e\xc5\x15\xf3\xbd\x5d\xa3\xd1\x6c\x73\x00\x37\xa4\xb4\x5b\xbc\xb8\x68\xbe\x84\x7c\xd7\x41\xe3\xb1\x0b\x18\xd9\x6f\xfa\xc5\xff\x07\x13\x5c\xa2\x81\x72\x4f\xd3\x03\xfe\x45\xd0\x03\x28\x04\xef\x95\xe5\xcb\x85\xe4\x96\x77\x13\x5a\xee\xd4\x7d\xda\x26\x4b\x4b\x69\xb8\x05\xcc\x89\xa3\x61\x32\x95\xc8\xb6\x10\x99\x22\x3f\x1a\x04\x8b\x29\x90\x01\x42\x4a\x7a\x04\x0a\x7b\x05\x05\xb4\x05\x15\x18\x54\x10\x37\x49\x62\x6e\x88\x80\x21\x71\x00\x90\xa9\x97\xa9\x40\x2f\x9e\xdc\xe1\x80\x06\xd1\x76\xf6\xfe\xb3\x4c\xd1\xbc\x94\x0b\x06\x07\xbb\x63\x4a\x05\xca\x63\xe3\x06\xba\x35\x11\x36\x1a\x07\xb6\xba\x5e\x12\xa7\x29\x97\x0f\x80\x4c\x02\x5c\x6c\x73\xc1\x80\x01\xcd\x2d\xac\xf8\xd0\x4d\x62\x31\x76\xbd\x01\x4b\xf3\x71\xe2\x3b\x08\xe0\x2b\x95\x5f\x67\x69\x51\x00\x18\x94\x89\xbe\x6a\xe0\x04\x99\xfa\x6e\x92\xb0\x46\xec\x80\x7d\x08\x41\x7c\xce\x80\xca\xe2\x4d\xc9\x24\xe1\x8b\x22\x41\x40\xca\x65\x8a\x8f\x78\x42\xa5\xe9\x5b\x02\x32\xe1\x68\x60\xed\x9a\xd2\xe5\x58\x2e\xbe\xf8\x35\x75\x39\x06\xa9\x31\x9d\xc8\x25\xb8\xc5\xea\xf1\xb1\xe0\x62\x01\xfe\xe9\x26\xc3\x20\x17\x68\x17\x21\xb2\x99\xdb\x0c\x43\xcc\x8d\x5b\x38\x6c\xa7\x72\x45\x76\xe5\x8a\x3c\x55\x3b\xb0\x2d\x20\x63\xde\x0a\x0f\x41\xe1\x1d\xf9\x3e\x49\x88\xa7\xb3\x04\xc0\xe9\xd4\xcb\x31\x26\x09\xef\x94\x7d\xac\x28\xaa\xed\x64\x59\xc9\x04\xad\x01\xb7\x60\x0e\xf5\xa6\xc9\x4d\x71\x25\xd8\xd2\x72\xb4\x85\x00\xe9\x2d\x7c\x4b\x58\x68\xd8\x67\x72\x96\x28\x18\x16\x33\x05\x00\x03\xe9\x2e\xf4\x32\x5c\xfe\x1a\x4d\x58\x1e\x7d\x77\x38\x24\x8c\x35\x75\x58\x3f\x0f\x35\x88\x03\x65\x42\xc5\xc4\xb1\x0d\x10\xc1\x4e\xd8\xb7\x1e\xca\xb4\x0b\x35\x7a\x22\x0d\x7d\x29\xd7\xa4\xba\x83\xdf\x48\x47\xc2\x2a\xd5\x62\x05\xf8\xae\xd6\x85\x1a\xba\x01\x60\x00\xa0\xd0\xe5\xcb\xac\x4f\x69\x3f\xd4\x14\x22\xca\x15\x5f\x83\x0c\xa0\x8c\xb0\x37\xc1\x77\xa4\xbd\x09\x92\x7e\xb1\xb1\x4a\xdb\x3c\x3a\xea\x0e\x35\x95\x8f\x5b\xc7\x1d\x18\xd3\x87\x87\x71\x96\xb8\x7c\xff\xb8\xe3\x20\x82\x38\x4b\xb9\x08\x77\xdb\xb4\xf7\x7c\x82\xa6\x4d\xb0\x43\x1d\x12\x2e\x5b\x40\xbb\x3d\x24\xa1\x34\x2f\x01\x4d\x0a\xa0\x8f\x00\x4d\x59\x82\x6f\x0c\x82\x94\x0f\x90\x9d\x36\xb4\x33\x6f\x61\x82\xef\xe6\xf5\x23\xa8\x7b\xcc\xed\x3a\x3b\xb0\x9b\xf5\x47\x2e\x17\x14\x0e\x2c\xc9\x14\x20\x38\x40\x87\xd1\x61\xe0\x7a\x49\x00\x71\x59\x7a\xfa\xf1\x8b\x92\xc3\x15\x8c\x7a\xc3\xdf\xc9\xe7\xd0\xb5\xb6\x27\xd5\x7a\xd6\x7b\xb2\xc4\x1b\x76\x80\xf2\xff\xea\xe0\x0b\x6e\x87\xa5\x55\xe8\x14\xf5\x03\x97\xef\x7c\xc0\x16\x4b\xd3\xb1\x38\xbf\xf0\x18\x45\x79\x10\x2b\xa5\xae\xd5\x5b\x0c\x9c\xea\x00\x6c\x19\x9c\x47\x94\xea\xfc\x58\x6a\xe8\xe2\x82\x4c\x3b\x08\x5a\xe2\x07\x69\xc0\xd7\xdd\x41\x03\x00\xd0\x5b\xb7\x83\x36\x26\x02\x66\x4e\x56\xd2\x71\xa4\x6e\xe3\x3d\x96\x11\x47\xb7\x2a\xe4\xf0\x17\x31\x5c\x61\x1d\xf4\xbf\x89\x34\x58\x3f\xfc\xd0\x8b\x13\xf6\xe5\x26\xd8\x4b\xfd\xd0\x4b\x62\x26\x34\x9b\xb0\x47\xf0\xe3\x30\x84\x0e\xff\x6f\x8a\xb0\x60\x05\xea\x43\x91\xfc\x22\xbc\x09\x65\x33\xc9\x0e\x3f\xd7\xbb\x71\x26\x14\xca\x3a\x76\x4d\x9c\x49\xb5\xa5\xce\x01\x52\x5c\x83\x01\xe0\x30\xce\x8e\xbe\x4f\xc5\xda\xca\xcb\xa9\x76\x8f\x26\xfb\x9a\x62\xf7\xc0\x89\x1b\x67\xaa\x8d\xaf\x81\x62\x06\x46\x56\xde\x36\x0d\x13\x13\x72\x16\x28\x1e\x03\x51\x40\x6b\x23\x07\xcd\xa2\x5e\x22\x44\x0f\xca\x2f\xcc\x7a\x4b\x06\x99\x96\x55\xd7\xb2\x3e\x50\xa1\xad\xe5\xb7\xb4\xfc\x0b\x2e\xc1\x51\xe4\xb1\x8c\x38\x1a\xe6\xf0\xb6\x07\xdb\x85\xec\x3c\xee\xf6\xc0\xd5\xca\x14\xf3\x77\x44\x7e\x91\xae\x86\x9e\x27\x08\x6b\x28\x7c\xf8\x38\xd1\xaa\x38\x4a\x46\x81\x45\x9b\x22\xf3\x13\x8b\xdf\xb4\xcf\x65\x4c\xa3\x81\x99\xac\x86\x80\xef\xc0\xb6\xca\x8f\x67\x91\xab\x60\xc2\xc5\x24\x87\x5e\x00\xdd\x62\xb7\xb0\x92\x3a\xb1\x03\xfe\x49\xc5\x02\xd3\x44\xd9\x1c\xcf\x22\xf1\xcd\x54\x95\xf2\x14\x3a\x72\x93\x49\x1c\x47\xca\xb2\xec\x35\xf5\x2c\x75\x5d\x46\xd1\x18\xcf\x22\xd1\x3f\x9f\x20\x08\x0d\x6b\xdf\x66\x5d\xc9\xbe\x20\x44\xcf\x24\x4a\x26\xe6\x48\xce\x6c\x6e\x15\x32\xb9\x2a\xe0\xb3\x1c\xde\x6d\x3a\xd2\x81\x9a\x5b\xc0\xda\x2e\xe6\xf2\x96\x38\x2c\xeb\x82\x10\x95\x8f\x6e\x5b\xc2\xf9\x00\x81\xb9\x98\x68\x8b\x33\xac\xe8\x7e\xa2\x8a\xa2\x01\x42\x14\x51\x44\x65\xc4\x61\x41\x27\x86\x72\x05\x9d\x18\x86\xee\xb9\x14\x7d\x9b\x58\x4a\x88\x3e\x4c\xc7\x5c\xbb\x85\xc3\x9c\xc3\x34\x4b\xe2\x6b\xb6\xf2\x23\x45\x1a\x04\x7a\x5f\xd1\x92\x07\x08\x48\x98\x65\x6d\xb3\x3f\x60\xe9\x01\x07\x80\x38\x9d\xca\xa5\x10\x46\x95\x3f\x1d\xc9\xd5\x13\xaa\xcc\x94\x03\x86\x1d\x30\xeb\x1d\xfe\x29\x49\x87\x22\x7f\x49\xd2\x31\x1d\x0c\xa5\x3e\xda\x1e\x50\xd8\x91\xe2\x6a\x41\x9b\x4f\x14\x57\x0b\x4c\xa7\x19\x11\xc7\xb8\x94\xb4\x23\x55\xd5\x71\xe8\x10\x26\x1a\xa4\x0f\x65\x84\x2b\x05\x16\x10\xae\x14\x3c\xc9\x25\xf1\x16\xa4\x95\x1d\x2b\x30\xf9\x48\x9a\x4e\x7c\x28\x20\x2c\x27\x90\x3c\x14\x6b\x00\xaa\x39\x47\xd2\x0a\x04\x47\x8f\x44\x49\xb7\xa1\x82\xbe\x1c\xf0\x51\xe5\x80\x21\x86\x0c\x94\x6c\x3a\xb7\x8e\xf2\x2a\xcd\x36\x94\xca\xa9\x34\xb4\x24\xe1\x6e\x10\x60\x07\x39\x52\xfc\x33\xa0\x8a\xe2\x9f\x81\x69\xbe\x53\x03\x6b\x06\x19\xa6\x72\xa3\xbb\x03\x05\x42\x9e\xa2\xac\x3f\xd2\x77\xd0\x58\x20\xa0\x5b\x47\x86\xa6\x09\xb6\x36\xc2\x0d\xa8\x0e\x48\x36\x12\x8a\x8f\x6c\x62\x52\xf9\x08\x30\x4b\x71\xe7\x70\xa0\x11\x2a\x00\x50\x50\xb5\x8f\x7f\x76\x93\x03\x52\x92\xa9\xb0\x23\x0a\x3b\x1f\xbb\x61\x78\xae\x1e\x81\x0d\xfa\xbc\xfc\x4d\xa1\xf4\x27\x92\x94\xd4\x70\xb1\x46\x3a\x71\x9a\x6c\x5d\x87\xd3\x3a\x80\xb4\x38\x64\x93\x41\x78\x9a\x92\x79\xf4\xee\x0d\xa3\x1a\x36\x69\x84\xd9\x11\xea\x0e\x18\x61\x49\x24\x4b\x43\xa7\x2a\xce\x0c\x60\xa3\x20\x2a\x00\xf8\x5d\xd0\x51\x3c\x28\x96\xd7\x51\xa0\xef\x26\x62\x9d\x81\x45\x88\xa6\x53\x2e\x17\xe0\xf0\x9e\x28\xc7\x8f\x6d\x18\x74\xf2\x14\x18\xb6\xf2\x47\xda\x21\x3c\x76\x96\x06\xea\x73\xd0\x0d\x03\x80\x20\x20\xdf\x15\xf3\x1b\xd2\xf2\xbd\x30\x7f\xc8\x77\x69\xaa\x6f\x35\x10\x10\xba\x51\x36\xcc\x12\x6d\x04\x22\x34\x24\xa9\x36\x66\x14\x55\xc9\x6d\x23\xba\xa9\x0b\xc3\xaa\xcb\x73\xa5\x86\x2c\x3e\x30\x25\xc2\x58\x08\xd2\xe6\xe8\xfb\x34\x08\x83\x7e\x12\x4c\xb9\x47\x92\xe7\x61\x41\xe5\x18\x91\x03\xf8\x5e\xc7\x6d\x43\xd7\x7c\xbf\xd1\xf8\x09\x34\x48\xc9\xb5\x83\xfc\x4c\x94\x69\x0b\x1c\x57\xce\x2f\x80\x00\x99\x06\xfb\x32\x49\x15\xad\xb0\x0e\x05\x38\x93\xdc\x36\x22\xd0\x99\x76\x24\xf7\x47\x30\xd1\xe4\xee\x08\xe6\xd1\x05\x9c\x0f\xdd\x82\x32\xc6\xb6\xa9\xb7\x03\xc0\x2b\xfc\x36\x60\x20\x0a\xbf\x0d\x4c\x25\xdc\xcf\x00\xdc\x85\xc8\xad\x47\x73\xd7\xe0\x67\x20\x38\x88\x03\x9c\x02\x52\x15\x82\x11\x1c\x5d\xe9\xf8\xc2\x5a\x76\x8b\xd1\x81\x03\x37\xd4\x24\xdb\x91\x84\x1f\xa9\xf0\x81\x1b\x86\x01\x98\xd9\x52\xa9\x3b\xd3\x16\xbf\x96\x72\x97\xce\xc1\x81\x94\xbb\x90\x24\x63\xf1\x81\x2d\x38\xa7\x18\x0c\x02\xe6\xd9\x36\x1d\xf4\x81\xc2\xc1\x40\x01\x60\x91\x50\x81\x50\x34\xaf\xf3\xe2\x75\x07\x8a\xe5\xc4\x2b\x20\x53\xb1\xd3\x3e\x7f\x1d\x84\x21\xf1\x4b\xa4\x8e\x27\x32\x17\x08\x19\x2a\x21\x06\xdf\x10\xdd\xe0\x1b\x4d\x84\xae\xd8\x95\xf9\x90\x56\xbe\xd5\x00\x40\x16\xa5\x7c\x4d\xa6\x1f\x1f\x44\xf1\x80\xc9\x0b\x38\x55\x7f\x5d\x90\x17\x80\xa7\x20\x2f\x80\xe3\x71\xe2\x86\x62\xfb\x5d\x87\xda\x49\x4f\x87\x0c\x62\x6e\xfa\x6f\x80\x02\x4f\xd3\xdc\x56\x01\x9b\x9f\xd7\xf1\x34\x09\x48\x92\x25\xdc\x46\x09\xa6\x95\xc1\xc4\x4d\x32\x69\xb8\x86\xbd\xd7\x20\x71\x3d\x74\x01\xb8\xed\x8b\x34\x13\xaf\x0e\x4c\x16\x80\xb4\xb0\x84\xc7\xd3\x9b\xbc\xc4\x26\x87\x6c\x71\xc8\x0e\x87\x6c\x73\x48\x9f\x41\x1a\x02\x6f\x8b\x43\x04\x9e\x2d\x06\x69\xb2\x2f\x11\x9e\x16\x25\xda\x1c\x22\xf0\x72\x6a\x5a\xa2\xcc\x36\x83\x6c\x0a\x6a\x5c\x0e\x11\xb5\x78\x2b\xdb\x02\xc2\xbe\xc5\xa5\x48\x1d\x87\x70\x22\xfc\x2e\x9a\xb0\x82\x0f\x0a\x4a\x20\x6d\xd7\x6b\x45\x74\x50\x1e\x0f\xd5\xb3\x41\x10\xc3\x6f\x94\xbd\x38\xec\x13\xd4\xcd\x39\xb8\xa0\x40\x09\x9f\x41\x60\xab\x3a\xd4\x20\x3e\x40\xb8\x9d\x71\x9b\xb2\xea\x8d\xea\xc5\x0a\xdb\xea\xa1\x06\xa1\x52\xed\x8d\x38\xe2\x9a\xd6\x1d\x68\xc2\x1b\xe5\x6c\x0d\x4e\x95\x87\x2a\xc0\x87\x12\xc2\x16\x05\xa4\x4a\x5b\x14\x10\x2a\xb5\x25\xb0\xc3\x0d\x95\x34\x34\x9e\x0b\x7a\xb0\xda\x0c\xb9\xe7\x2c\xb8\x17\x0c\x8f\xf8\x42\xb1\x0d\x5f\x16\x26\x26\xbf\x0f\xc9\xef\x5a\x55\xf2\xfd\xbb\x56\x99\xad\x3f\x5c\x06\x43\x83\x49\xca\xed\x9d\x2e\xd8\xcf\x87\xc2\x67\x88\xe7\x4b\x7d\x66\xbb\x2e\x20\x31\x07\x35\x24\x48\x90\xd6\x42\x98\xa4\x4d\x18\x68\x29\x54\x7c\x00\xac\x60\x6f\xf2\xd2\x89\x8e\xb5\x61\x5e\x3a\x01\x46\x7e\x6e\x01\x0e\x03\x6f\x78\x0a\xa6\xea\x70\xa8\x27\x83\x31\xe7\x8c\x03\x47\x32\x6f\x14\x03\x0b\x74\x89\x62\x60\x81\x74\xe8\x72\x26\x00\xe7\x38\xe9\xa0\xee\x0e\xb9\x34\x77\x41\x0e\x0d\xc3\x6f\xbc\x2c\x90\x15\xc9\x41\xe5\xb2\xb4\xf4\x8b\xe4\x30\x6e\x11\x00\x67\x9f\x61\x24\x3a\x75\x07\x73\xbf\xeb\xd9\x4a\xc7\x61\x01\xb9\x52\x82\x0e\xfa\xa6\x20\x0a\xa1\xaf\x0a\xa2\x10\xb0\x29\x36\xb7\x37\x10\x2e\x24\x51\x6d\x33\x30\x52\x54\xf8\x5b\xa1\x9d\xe0\xa0\x62\x79\xaf\xa7\x61\xa8\xd5\x6b\xcb\x3c\xf6\x0f\xe7\x4a\x43\xe6\x28\xc8\xda\x4a\x85\x73\x3a\x0c\x35\xb5\x87\xc8\x4c\x55\xd7\x01\x3d\xe1\x4d\x5e\x66\xc0\x17\x86\x52\x66\xe0\x98\x91\x3c\x82\x5a\x43\xe9\x2d\xe1\x6e\x13\x06\x10\x0a\x3f\x0c\xc6\x4c\x0e\xfd\x36\xa6\x85\x07\x6d\x1b\x50\xd2\x81\xff\x33\xa5\xe0\x82\xff\xc8\xd4\x31\x38\x54\xf6\x99\x3e\x62\x08\xdf\x8b\x6d\x23\xe8\x76\xc3\x4c\x51\xd4\x5c\xf0\xfb\x1d\x66\x89\x3e\x42\xb6\x18\x50\xea\x5b\xdb\x08\x29\x60\x4f\xc8\xf7\x30\xd7\x3d\x00\x54\xa0\x4c\x30\x64\x49\x98\x63\xfd\x30\x4b\xf2\x1c\xba\x21\x49\xa6\x8d\x35\x39\x4f\x6f\x94\x21\x2a\xa0\xc7\xae\x47\xd8\x46\x1b\xed\x96\x23\x37\x48\xa4\xda\xef\x02\x24\x1c\xc8\x75\x70\xe4\x8e\x83\x90\xdb\x51\xc0\x61\xe0\xb8\xf7\x41\x5a\xea\x1b\x58\x23\x91\xc6\xfa\x16\x83\x24\xf2\xd0\x17\x4e\x99\x14\x4b\x35\x48\x8d\x91\x72\xee\xd0\x62\xf9\xc2\x9a\xe1\x03\xa9\xf4\xb3\xff\x43\xb3\xfa\xae\x18\x27\x54\xa0\x1f\x2b\xd2\x1a\xe4\xca\x48\x05\xd0\x3e\x1b\x11\x37\xc9\x84\xc5\x58\x42\x14\xbb\x32\x02\xc3\x30\xe0\x8d\x6f\x6c\x01\x24\xf1\xc4\xc6\x00\xac\x1b\xa3\xbc\x20\xa3\x15\x8f\x85\xe3\x02\x58\x4b\x8e\x83\xb0\x4f\x92\xec\x7c\xe2\x7a\x44\x65\xd5\xe8\x3a\x25\x8a\xf5\x05\x49\xbb\x4e\x67\x2a\x0c\xbe\x1a\x2b\xb6\x8b\x01\x00\xc6\xd9\x48\x1c\x07\x01\xaa\x38\xbe\x0e\xc9\x20\x53\x0d\x6b\x20\xed\x69\x06\xd8\xba\xb4\x1c\xe8\x84\x82\x30\xa1\xe5\x8f\x95\x03\x5b\xe8\xe0\x38\x11\xec\xad\x3b\xd0\x38\x11\x33\xff\x6d\xc0\xa5\x1e\x3a\xe4\x8d\x0a\x4b\x3f\x74\x94\x32\x8d\x81\x54\xc5\xb1\x99\x75\x98\x6a\xdf\xc1\x16\x6b\x10\x3a\x10\x8f\xa7\x63\xb0\x56\x1e\xe7\x9c\x97\x68\x5a\x95\x5a\xe0\x8b\x34\xba\x53\xbc\xa0\x5a\x4d\x80\x4c\x46\xdc\x91\x17\x0f\xae\x4e\x14\x3b\x0d\x25\x33\x50\xec\x34\x90\x66\x92\xa3\x0e\xee\x00\x27\xd2\xfe\x42\x20\x53\xd8\x5f\x08\xe4\x0a\x75\x60\x1b\x72\x85\x3a\x40\x93\x27\x72\xf9\x87\xcd\xc5\x89\x34\xc6\x00\x43\x03\x69\x8d\x69\x62\x1a\xb7\x30\x5f\x6e\xc1\x34\x1e\x0c\x06\xea\x44\x08\xf2\x03\x8e\xf2\xeb\x44\x0c\x38\x30\x8f\x9d\x28\x76\x13\x3a\x00\x03\xc5\x6e\x02\x69\x66\x2b\x73\x60\xea\x05\x41\xa0\x68\xbb\x98\xaf\x9c\xfb\x03\x33\x82\x68\xc0\x0f\x46\x76\x7c\x2c\x12\xb3\xdd\x5b\xc3\x01\xa7\xac\x93\x5f\xb8\xba\x5f\x77\xe0\xc8\x32\xf8\xa6\x00\x80\x87\x8a\x59\x04\x04\x43\xa0\x02\xfa\x08\xe0\xba\x11\x6b\xc8\xd8\x1d\x06\x91\x9b\xdc\x9d\x68\x04\x8f\xdd\x61\x28\xc6\x1e\xda\x08\x29\x8c\xea\xed\x6a\xed\x60\xec\xb2\xc3\xce\x3a\x6a\x9d\x27\x63\x3d\x9b\x6d\x3f\x1a\x0d\xd8\x7f\x06\xe3\x09\x3b\x88\xad\xa3\x6f\xc0\xc9\x78\x12\x06\xc2\xb9\x02\x6c\xed\x41\xe4\x89\x3d\x10\x5e\xe1\x10\xe7\x45\x60\x4f\x52\xf8\xd4\x00\x7d\x13\x00\xc2\xc5\x76\x07\x94\xd4\x20\x8a\x95\x21\x01\xa4\x44\x99\x27\x86\x30\xf8\x12\x29\x1d\x40\x39\x73\x22\x93\x1e\xe6\x92\xa1\x30\x5b\xa1\x94\xcb\x9f\x8d\xf4\x59\xb9\x24\x87\x19\x22\x27\xa7\x44\xb9\xec\x81\xde\xe9\x41\x94\x85\x6e\x32\x62\x3b\x26\x17\xec\x7c\x41\x94\x49\x7f\x0d\x17\xcc\x37\x27\xd1\x4d\x90\x06\x70\x24\xc3\xf5\x73\x3e\x47\x78\x8e\xe2\x39\x54\x07\xbf\xcd\x93\x33\xa9\x9c\x41\x73\x63\xa9\x9c\x41\xbf\x28\x96\x23\x70\x26\x09\x54\xc0\x00\x4a\xe4\x84\x15\xec\x96\x83\x82\x08\x83\x06\xc6\xd2\xcc\xb0\x03\xa5\xa4\x9d\x01\xd2\xf9\x26\x05\x62\x05\xbf\x05\xe3\x71\x50\x90\x63\x30\xc9\xa5\x1c\xc3\x11\x97\xe6\xba\x3e\x0d\x22\xc5\x2a\xbd\xc9\x40\x7c\x95\x85\x63\x1c\x0a\xe0\x6b\xf6\xa0\xc5\x01\xdc\x7a\x33\x68\x32\xc8\x8d\x86\x37\xd3\x58\x99\xc9\xa3\x54\xa7\x81\xf9\x2a\x04\xa6\xe2\xf4\x5a\xf2\x9b\x8a\x87\x40\x01\xc0\x16\xf2\x44\x18\x54\xa0\xbd\xc2\xa0\x42\x53\xbf\x28\xab\x25\x1c\xad\x7f\x53\x01\x9b\x50\x42\xc8\xaf\x1d\xc8\x17\xe2\x8b\x26\x7f\xc9\xeb\xfb\x74\xc8\x7f\xcb\x4b\x2d\x3a\xba\xbe\xc9\xf9\x89\x7e\x55\xbf\x14\x7a\x99\x8e\x8e\x6f\x85\x5e\xa6\x43\xfb\x97\x82\xce\x48\x49\xfb\x56\xe8\x3a\x68\x52\x4a\x12\xc9\x91\x6d\x28\xa7\x40\x40\x8b\xfe\x45\x65\x1a\x34\x5b\x65\x1a\x05\xfc\xea\x4e\x26\x62\x60\xd1\x81\x76\xad\x00\xfa\x02\x20\x8c\x8b\x74\x90\xfc\xaa\x6e\x2e\xe1\x4e\xc9\xb5\x06\x69\x43\x19\xc1\x4e\x40\x22\xd9\x49\x93\xbf\xe6\xd9\x49\xc7\xe2\x75\x9e\x9d\xb4\x05\xd7\xc3\x84\x5f\x56\xa9\xa3\x73\xc7\xaf\x8a\xc7\x24\xe5\xce\xb5\xe2\x31\x49\xd3\xbf\x2a\x9b\x26\x3a\x11\xae\x95\x4d\x13\x4d\xff\x5a\xe8\x0f\x3a\x04\xaf\x0b\xfd\x01\x65\x0b\xfd\x01\xad\xcd\x43\xe1\x4a\x48\xd8\x93\x0a\x8d\x4f\x1b\xf9\x56\x35\x07\xc0\x28\x0a\x35\x88\x0b\x10\xdd\x7b\xa2\x05\xb0\x61\xe2\x72\xcb\x1d\xd8\xde\xdf\xba\xe3\xbe\x2f\x7a\xa9\x0f\x65\x14\x48\x1f\x21\xdc\x43\xae\x0d\xc7\x08\x6f\x95\xb4\xcb\xf2\xc5\xe5\x3f\x87\x01\xb8\x9d\x0e\xab\x84\x72\x4b\xb8\x09\x18\x20\x56\xb2\x34\x24\x01\x2d\xa1\xcb\xee\x40\xdd\xba\xf8\xd9\x24\x61\xde\x61\x0e\x69\x71\xc0\x80\xc9\x83\x1d\x30\x46\x28\x3e\x5a\xb0\x83\x79\xab\xa4\x09\x70\x4e\x32\xae\xce\xca\x4b\x0c\x3e\x83\x70\x21\x8e\x2a\x20\x85\x84\x13\x0e\xe1\x94\x4c\x84\x4b\x19\x2f\x23\x36\x0f\x3b\xb0\x79\xa0\xa0\x8c\xef\xb1\x5d\x6c\x4f\xe6\x06\xbc\x1a\x4c\xfd\xb0\xa7\x42\x10\x35\xd7\x24\xd8\x97\xb8\xef\xa5\xeb\xfa\x2c\x9d\x0a\x80\xd8\x77\x84\x7d\xb9\x37\x82\x91\x18\xee\x2b\x00\x68\xb8\xbc\xa3\xd6\x6e\x03\x31\xfd\x04\xd5\xe9\x7b\x9e\xa0\xd9\x97\x98\xb8\xe6\xeb\xed\x76\x9f\x01\xd2\x90\xf7\xe8\xf6\x40\x80\xa6\x1c\x44\x49\x7b\xab\x1e\xba\x81\xe5\x31\xd4\x20\x04\xca\xa8\x93\x17\x70\x6b\x10\x0f\x21\x9c\x25\x4d\x90\x35\xa1\x07\x4e\x81\xf7\x50\x5f\x4c\x75\xac\x2c\xa6\x3a\x24\x7d\x8f\xdf\xa4\x05\x51\x11\xaa\x77\xe8\x3c\x0e\x10\xca\x38\xb0\xc5\x4f\x7c\xe5\x1c\xb3\x8d\xa0\x69\x2a\x61\x2d\xc4\x2c\x34\x6e\x70\xd1\x16\xb7\x78\xe1\x5a\x4c\x28\x76\x82\xf4\xab\xe0\xc3\x40\xc7\xfb\x3e\xe5\x29\x3f\xa3\x62\x33\x85\xfb\x37\x88\xd3\x68\x36\x92\x73\x5b\x0f\x1c\xbb\x39\x27\x0b\x01\x74\xf3\x9e\x17\xa2\x64\xc1\xc1\x01\x9c\xb0\x05\x76\x39\xd8\x70\x40\xd2\x7a\x07\x24\x08\x03\x3e\x7f\x91\xe1\x14\x8c\x4e\x0c\xb9\x26\x6c\x89\x4c\x38\x09\xd7\xce\xdc\xe1\xe8\x84\x67\x16\x8e\xdc\x77\x0a\x99\x9c\xc0\x26\xcb\x79\x1d\xc6\x1c\xd8\x84\x8d\x32\xa5\x9a\x39\x1b\xc8\xbb\x69\x78\xf0\xaf\x64\x71\xbf\x48\x07\x8c\xc6\x34\x43\xb4\x56\x78\x35\xb4\x59\x4e\x61\x1f\x07\x3b\xe5\x52\x87\x15\x91\x53\xa8\xe3\xb7\x0a\xd8\xd2\x3c\xb3\x21\x8b\x11\x28\x32\xfb\x6a\x66\xfa\x7d\x1a\x0c\xb5\x2d\xa5\xaf\x92\xa2\x71\x16\xf6\x69\xcc\x77\x42\x73\x4a\x68\x49\x38\x1b\x80\x6e\x53\x82\x74\x8f\x08\xce\xd1\x6c\x94\x10\xa2\x39\x5c\xf5\x79\x15\x76\x9d\x4f\xf6\x1a\x28\x37\x6a\x16\xab\xd2\x6f\xe4\xe0\xea\x06\xb2\xcf\xa9\x42\xef\x18\x9d\x0a\x47\xe4\x15\x86\x4f\x5d\x64\x15\x06\xcf\x76\x2e\x8b\xf7\x38\x27\xaf\x50\xa1\xa1\x65\x68\x03\xe4\x88\x1f\x90\xa3\x64\x23\xc2\x2a\x8a\x0c\xfa\xae\xcd\x6b\xc5\xf2\x83\x5d\xab\x9b\x87\x71\x28\x2a\xe6\xe1\x6d\x04\xe4\xf2\xa5\x79\x18\xfc\x13\x43\xdd\x3c\xec\x48\x10\x37\xad\x6d\x37\x11\x26\x69\x93\x82\x9e\xa4\xd2\xfe\xbc\xc3\xca\xa5\xba\xb5\x6c\x93\x41\x15\xe3\xd8\x16\x03\x91\xef\xe2\xc0\x95\xb7\x98\x02\x25\x14\xd9\xf2\x96\xa4\x29\xf4\xa9\x66\xb7\xc4\x1a\x34\xaf\x60\xea\xdc\x62\x19\x7a\xf9\x36\xff\xac\xfc\x68\x9b\x97\x94\x76\x4f\xd7\x65\x2c\x48\x15\xeb\x5b\x83\x15\x2b\xda\x41\x7d\x96\xa3\x19\x41\x41\x26\x6b\x9e\xa0\xd0\xd9\x83\xbc\x4c\x79\x9b\x57\x06\xa1\x43\xf2\xca\x20\xac\xcc\x43\xad\x11\x43\x61\xe0\x06\x62\x15\xc7\x51\xf8\xf4\xc8\x4d\x7c\x4d\x40\x8d\xdc\x64\xaa\x8d\x3b\x0a\xe0\x0b\x3d\x5c\xf0\x0b\x47\xfd\x50\x5c\x70\x85\x39\xa3\x28\x93\x40\x81\xa2\x4c\x42\x5a\xd1\x6d\x50\xa4\x09\xf6\x43\xd3\xc4\x61\x02\x8c\x42\xf0\x87\xe4\x3d\x81\x1e\x91\x6f\xf3\xab\x0c\x8e\x00\x85\xf8\x1d\x30\xda\x86\xa1\x74\x06\x02\xe7\xba\xb7\xe3\x40\xd9\x6f\x03\xcb\x54\x08\x6c\x25\xc3\x71\x3c\x4d\x33\xd7\x1b\x71\xe7\xc3\xbe\x84\x6a\x10\xe5\x30\x60\x87\xa5\xd5\xc1\x8b\x30\x61\x96\x86\x76\x4a\x4b\xeb\x36\xe6\x7e\xd7\xb3\x95\x69\x8a\x05\x94\xc3\x00\xe8\xbd\x58\x51\x50\x3d\x04\x48\x83\x20\xf4\x57\x2c\xb5\x23\x56\x85\xca\x35\x8d\x5d\x6d\xd8\x92\x96\x7a\x29\xf2\x8c\x42\x8d\x6d\x05\x55\x7e\x25\x69\x83\x0f\xec\x62\xb7\xc6\xb6\x82\xb4\x58\xd7\x65\x98\xc7\xee\x24\xe5\xc2\xa4\x3d\xf0\x18\xb4\x58\x7e\x8b\x61\x2b\x7e\x87\xe7\x14\xeb\x40\x5f\xc4\xf1\x24\xef\xa2\x8f\x9a\x29\xcf\x50\x3d\x01\x5d\x24\x40\xf8\xa2\xec\xa0\x76\x5f\xd8\x06\x35\xb1\x58\x6e\x1b\x84\x3d\xa1\xb8\xa9\x34\x10\xa2\xde\xd3\x87\x1d\x75\x18\xcf\xe4\x45\x30\x30\xb4\x84\xf1\x0c\xcd\xac\x5f\xe1\x7b\x33\x92\x14\xb4\xa7\x1d\x9e\x53\x5c\xec\xb1\x9b\xfe\x62\x63\xde\x43\xde\x2a\xd7\xeb\x05\x88\x07\x51\x01\xcf\x89\x10\x9b\x69\xb2\x9f\xdc\x8c\xbf\x83\x62\x59\xb9\x67\x81\x7a\x41\xa2\xcf\x48\x98\x46\x89\xd0\x33\x99\x7e\x90\xa8\x93\x11\x5a\xcf\xaf\x66\xd4\x51\x8d\x4f\xc4\xdc\x6c\xc0\xfa\x17\xa6\xae\x54\x72\x71\x2b\x52\xd8\x32\xc2\xaa\xab\x58\x5f\x40\x64\x49\x85\x16\x56\x5e\x3d\x19\xe6\x44\x71\xa8\x1e\x15\xf9\x0c\x20\x56\x52\xa4\xe3\x7b\x9f\xef\x1f\x52\x45\xed\xde\xe6\x00\xa1\x76\x83\x44\x51\xed\xd3\x60\xa4\x08\x35\x08\x7c\x53\x39\x7c\xda\xc2\xb4\x3c\x7c\x82\x86\x52\x86\xbf\xa2\xd8\x2e\xf8\x8f\x4c\x95\x88\x61\x96\x5f\x01\x41\xf9\x51\xf5\x9e\x50\xd3\x84\x10\x69\xa8\x1c\x33\x61\x2d\xed\x80\x0a\xab\x09\x01\x09\xfa\x2b\x4d\x13\x55\xff\x09\x15\xf7\x49\x0f\x1b\x93\x28\xe7\x5e\x80\x76\x9a\xf8\xea\x36\xc3\x45\x98\xea\x55\x09\xc5\xf2\x47\x50\xdb\x52\x17\x50\x8e\xa0\x24\x94\xdb\x84\x6f\x21\x80\x8f\xea\x1f\xd3\xc0\x34\xd7\xe6\x1b\x75\x96\x26\x3c\x60\x08\x82\x4e\xb9\x80\xde\x01\xfb\xec\xd8\x15\x5b\xdf\x2d\x4c\x0a\x79\xa3\x42\x14\x15\x1d\x8e\x0a\x11\xaa\x0a\x8d\x96\x80\x0a\x9d\xdd\xc5\x0f\x24\xd7\x7c\x5a\x6c\xc2\x05\xcc\xb1\x27\x4d\xa3\x2e\xac\xc6\xa7\x72\xdf\xe7\x41\x01\xb1\xef\x83\xa4\x7a\xa9\x06\x3e\x23\xfd\x31\x1b\x60\xfb\x18\x13\x37\x9d\x26\xc4\xd7\x02\x30\xd1\x61\x77\x4a\xfc\x60\x3a\x56\x4e\x96\xea\xe0\x2a\x76\x4a\xc2\x30\x88\x14\xbf\x16\xda\xcb\xa7\xf9\x28\x25\xc0\xc0\xbc\xf2\x00\x9f\x1b\x71\x0e\x81\x9d\x6e\x1c\x78\xe8\x63\x75\x0b\x66\xf1\x71\xe0\xcb\xb0\x3c\xe3\xc0\x97\xc3\x1a\x4c\x5e\xe2\x82\x67\x03\x5c\x8e\xc6\x81\xaf\x5d\xfe\x85\x2b\x02\x3c\xdc\x12\xb8\x0d\xab\x97\x06\x60\x6e\x03\x40\x84\x17\xdb\x16\x90\x29\x67\x29\xa5\x11\xee\xb2\x2a\x37\x57\xc1\x11\x63\x1c\x7a\xe2\x7a\x5d\x1f\xd2\xbe\xb8\x12\x04\x7d\x1d\x4d\xf2\x35\x62\x5f\x38\x78\x36\xa0\xe7\x4f\x0b\xd2\x1e\xba\xa4\x20\xed\xa1\xa7\x27\x1a\xae\x82\xe4\xa2\xad\x39\x55\x5c\x5f\xb0\x54\xc6\x62\x2f\xf1\x58\x6a\xa7\xd8\xb0\x7a\x13\x42\x23\x8d\x79\xaa\x8f\x29\x3a\xc7\xc5\x6d\x3b\xb8\x65\x38\x9e\xe6\x00\x91\xdb\xe7\xee\x0d\x78\x15\xe9\x9d\x6a\x3d\x83\xd5\x2a\xd2\x20\x2d\x80\x28\xc1\xbe\xe0\xf6\x47\x03\xa0\xe2\x78\x6d\x07\x93\x32\xaa\x14\x04\x76\xc3\xef\xa9\xd1\xa4\x54\x30\x6b\x58\xdd\xe1\xb5\xd5\x00\x52\x08\xca\xa6\xe2\x90\x62\x0b\xfc\x9f\x19\x88\x6f\x34\xe1\x4c\x0c\x60\x5a\xa1\x3e\x1e\x43\xdf\x42\x9c\x8c\x48\x8b\x61\x20\x09\xd0\x23\x17\x48\xb8\x72\x81\x91\x32\xe3\x9d\x6a\xd8\x01\x07\xbe\x48\x83\x6c\x43\x19\xc5\xb0\x03\xd6\xd2\x48\x83\x6c\x01\x44\xb9\x6b\xdb\xe6\x00\xf5\xb2\xad\x42\x82\xbc\x01\xd9\x00\xf4\x42\x22\xf8\x90\x2d\x24\x02\x24\x55\x89\x00\xdd\x47\xe4\xd1\xcc\x0e\x1c\xf7\x50\x88\x30\x0d\xc2\xb7\x89\x62\x1b\x6c\xf3\x12\x52\x49\x40\x10\x17\xb8\xc0\x45\xa2\xfa\x6f\x0a\x52\xdf\x91\xa1\x9b\x05\x37\xa4\x28\x5b\xe0\xfc\x96\x67\x5f\x8c\x02\xef\x7a\x59\x6e\xb4\x30\xf3\x13\x49\xee\x4a\x0b\xe8\x31\x71\x60\x3c\x92\x94\x88\x15\x05\xcc\xdc\x91\xe6\x55\xaa\x50\x9d\x66\xc4\x2f\xf3\x57\x41\x57\x0e\xcc\xd7\xb7\x6e\xb8\xce\xbe\x23\x33\x7e\x92\xfd\x25\x82\x0f\xa8\x7e\xa3\x2d\x01\x49\x55\xd0\xbb\xbc\x30\xa5\xd2\x38\xca\x0b\x53\x68\x93\xe2\xe0\x25\x87\x83\xf0\x01\x03\xd7\xdb\x48\x3a\x76\x89\xf4\xf7\xd2\x5a\x39\x07\x2f\x35\x2b\x2d\x81\x2a\x4e\x54\x4a\x51\x45\x3b\x82\x81\xad\x38\xbd\x48\x41\x30\x14\xc0\x01\x26\x13\x2d\xfd\x26\xbb\x51\x2a\x71\xd4\x8a\x1b\x07\x2c\x85\x91\xe2\xc7\xe1\x21\x40\x28\xd7\x2e\xdc\xb0\x8b\xb8\x3a\x88\x03\x20\x10\xc7\x63\x1e\x26\xb9\x9c\x81\x1d\x43\x24\x06\x07\x8e\x27\x65\xcb\x09\xd9\xca\x96\x13\xd2\xaa\x39\x1d\x01\x0a\x39\x30\xd1\x94\x05\x02\x58\xa1\xd8\x42\x65\xab\xc4\x9a\x0b\x91\xf5\xa2\x82\xb5\x13\x50\xe7\x2d\x9b\x0c\x7f\x99\x0d\x0e\x59\x53\x6a\x9e\x43\x26\x49\x43\x0e\xff\xa2\x62\xc9\x51\xe9\xca\x19\x74\xd4\xac\xb4\x1c\x2a\x86\x3e\xd2\x20\x77\xdd\x4a\x29\x65\x7c\xc0\xf0\x57\xf4\x52\x39\x3e\xc2\x4c\xc3\x24\x75\xca\x06\x71\x39\x80\xf3\x0d\x76\xad\xd1\x5b\x39\x64\x5c\xf9\x35\x45\x5f\x80\x89\x15\xef\x27\xc4\x65\xa2\xae\x0e\x72\xea\x5d\x1c\x01\x2c\x88\x86\x42\x62\xb0\x75\xa0\xb0\x2a\x0f\xa0\xbc\xf0\x61\x81\xc5\x44\x09\xa8\x05\x74\xf0\xab\x82\x1e\xe6\x15\xa2\x21\x34\x18\x5c\xbd\xe6\x0e\x9b\x99\x77\x71\xb6\xf0\x72\xdc\x16\xe6\xe7\xee\x98\xec\x30\xa8\x6a\x6c\xaa\x2b\x30\xdd\xed\x5f\x0a\xb3\x38\x3b\x2a\x8a\x9c\x38\xcb\xc9\xb5\x81\x06\x55\x3f\x02\x52\x44\x66\x15\x7d\xfb\xd4\x4f\x2d\x10\x9a\x25\x45\x54\x6f\xbf\x1d\x2d\xa7\xc4\xe1\xaf\xa4\xbe\x66\xf4\x62\x5d\x53\xea\xd9\xa3\xd6\x2d\xba\xf8\xc8\xc1\x13\x67\xf2\x10\x7e\x87\x03\xd4\x53\x78\xbd\xa8\x3c\x8c\xd7\xe1\x37\x6e\x01\x89\x08\x09\x0a\x86\x0c\x04\xf1\x5b\x22\x03\xd6\xd9\x8b\xcc\xce\x2a\xf5\x25\xf6\x67\x98\x1f\xb9\x2c\xb5\x81\xc4\xe3\xf9\xfa\x6c\x65\x20\xad\x9f\xeb\x12\x9e\x33\x5e\x6e\xcb\x1c\x6d\xc5\xd3\x89\x2b\x35\x51\xe6\x8b\x68\xdd\xc6\x86\xe2\xe2\xf5\xd6\x75\xb5\x81\x5c\xb6\xf0\xba\xae\xa3\x76\x80\x5c\x03\x3c\x0e\x90\x3d\x22\x41\xa2\x47\x88\x00\x89\x1e\x61\xd3\xf3\x7d\x42\x3c\xe2\x8b\x2d\xf1\x76\x5d\x07\xab\xcd\x74\xb5\x6e\xe2\x25\xf2\xdc\x68\x10\x86\x82\xbd\xcf\x91\x9b\xdf\xac\xa7\xf0\x16\x67\x61\x24\xf8\x75\xf5\x13\x5a\x21\x8e\xbd\x5f\x92\xa7\x7d\x9e\x35\x0c\x2f\x5f\x9c\x4f\xfb\xf2\xd6\xd8\xb6\xd6\x00\xb5\x80\x86\xa0\xa1\xe7\x4f\x68\x2b\x44\x04\xa1\x7a\x19\x0a\x2c\xa2\x21\x69\xb2\x12\xda\xf7\x1b\x62\x31\x10\x59\x6a\xa5\x6d\x8e\x76\xea\x79\x84\xf8\xa2\x4f\x1c\x1d\xac\xf6\x49\x5f\xa7\x87\x95\x28\xf6\x49\x0e\x85\x36\x3e\x75\xae\xe8\xed\xdd\x6e\xea\x24\x17\x5b\xba\xcd\xc4\x9a\x26\x98\x1d\x05\xa6\x49\xa2\x96\x92\x91\x97\xb1\xb0\x21\xe0\x99\x1a\x3a\xf6\x89\x92\x45\x04\x56\xdb\x89\x9b\xb8\x61\x28\x1c\xff\x61\x65\x89\x26\xfa\x4a\x13\x29\xd7\xb9\xdc\x81\x2f\x82\x47\x46\xd2\x07\xae\x51\x97\xd3\x30\x9a\xc4\xa1\x12\x8a\x09\x3f\x93\xa8\x93\x24\x9a\x24\xde\x94\xa8\x63\x3e\x52\xe2\xa7\x6c\x0b\x80\xb0\x5d\x2b\xd3\x87\x66\x94\x40\x13\x37\xe1\xf7\xea\x76\x9a\x4d\x1d\xce\x35\x27\xd0\xf9\x12\x45\x29\x1b\xf0\x12\x42\xb9\x52\xd4\x97\xe2\x01\x28\xd4\xff\x50\x50\xa2\x10\x8b\xa2\x91\xf4\x39\x80\xa8\xf3\x2a\x12\x21\x72\x60\x50\x46\xa9\xa7\xf0\x80\x41\x48\xc9\xd0\x2c\xb8\xba\xec\x60\xd9\xdc\xee\x1f\x36\x6e\xe9\x28\x4e\xb2\x9c\x8e\x83\xc0\xd2\x7e\x56\xf6\x36\x0e\x4b\x13\x75\xb4\x45\x6a\xac\x60\x06\x29\x60\xcf\x0f\x96\xf4\xbb\x8c\x43\x84\x02\x01\x40\x62\xab\x4c\x90\x52\x1e\xbb\xa8\xb1\xdd\x62\x69\xbe\xf7\xf7\x94\x75\x54\x41\xb5\xcd\x01\xa5\x42\x81\x65\x08\x6a\xd5\xd2\x42\x9f\xcd\xa1\xf6\x72\x1d\x42\x27\xf8\xf7\x62\x0f\x44\x22\x8c\x52\x03\x2c\xf4\x34\x2d\x68\xdd\xd2\x8a\x11\x75\x62\x53\x40\xa9\x34\x60\x19\x92\xd6\x1d\x15\xf8\xbd\x04\x75\x26\xaf\x90\xc0\x7c\x96\xa1\xa6\x21\xc2\x42\x24\xd3\x03\x4c\xcb\x13\x39\xac\x5f\x08\x4d\xcb\xf4\x66\x35\x43\xd0\x83\x8a\x6b\x49\xc4\x5a\x36\xb4\xb5\x1c\x59\x0b\x16\x0f\x61\x5d\x82\x21\x2f\xac\x4b\x98\xa2\xa3\xed\xbf\xf0\x17\xe1\x17\x29\xf1\xce\x77\x34\x55\xae\x07\x83\x0e\x74\xa3\x04\x7d\x92\x9c\xbb\x51\xc2\xd4\x81\x4a\x1d\xdd\x1c\x2a\x10\xf8\xcc\x27\xb5\x0c\xac\xde\x9f\xd4\x32\x30\x5d\x6f\x94\x6b\x51\x0a\x76\xbc\xa2\xa1\x00\x8e\x15\xcf\x20\x18\xa7\x37\x9a\x73\x32\x60\xbf\x91\xfb\xbc\x9d\x3a\x56\x53\x5c\x5e\x14\x64\x68\x83\xd7\x00\xaa\x29\x5c\xc9\x48\x14\x8c\x4d\x84\xa8\x45\x55\x92\x95\xa8\x9e\x9e\x04\xcf\x54\x0b\x4e\x93\x41\x84\x20\x04\x8e\xcf\x14\x0b\xce\x16\x2f\x21\x85\x1d\x82\x22\xc5\x1e\x42\xbb\xe5\x4c\x3a\xae\x43\x28\x8d\x58\xa6\x07\x98\xd6\x63\x0e\x9e\x09\xdf\x75\x70\x05\x89\x45\x72\xc0\x93\xbc\xb4\x0b\xa5\x85\x9d\x8a\x40\xb6\xb0\x53\x41\x32\x1f\xa2\xf0\x4c\x09\xed\xe4\xc0\x9d\xe0\x58\x83\x38\x00\xe1\xbb\x78\x17\xa6\x92\x0c\x77\x8d\x11\x0d\x63\x3f\x8d\x85\xb7\x16\x18\x41\xcf\x8e\xa4\x2b\x39\x38\x47\xc4\x44\x01\x40\x23\x07\xf2\x3e\x09\x9c\x2b\x9d\xe5\xed\x33\x50\x2d\x6f\x9f\xa1\xc8\xa5\xab\x31\xde\xb7\x39\x93\xce\xf2\xd0\x71\xb1\x4c\x0f\x30\xcd\x0f\xca\xe0\x60\x2a\x96\xd7\x4f\x76\xc0\x3c\x1e\x8f\xc6\x6c\x8a\xc1\xb2\x10\xe7\x82\xea\xc5\x6a\x18\x36\x17\x00\x0a\xe9\x58\x42\x09\x4a\xb7\x03\x1e\x8b\xb1\x74\x77\xaf\x23\xe3\xc5\x69\x1d\x38\x54\x9e\x29\x9e\xf4\x10\xe9\x33\x56\x01\xd0\x31\x63\x32\x74\x35\xba\x14\x00\x9c\x1c\x9d\x81\x99\x5f\x5c\x9f\x1f\x40\x19\x15\xd4\x67\x20\xd1\x35\x5b\x98\xce\xc5\x94\x3c\x2b\xd8\xcf\xa1\x5c\x1e\x0a\xdb\x60\xe5\xa4\x15\x0e\x07\xce\x26\x24\x5a\x14\xd5\xd1\x53\xf3\xb5\x1c\x18\x44\x13\x22\x42\xd9\x81\x97\x77\x3c\xc9\x45\xb5\x8c\xd5\xc8\x71\xd0\xd1\x7c\xbf\x02\xde\xbd\xb1\x58\x32\x01\x5d\x22\xde\xce\xf0\x31\x49\x84\x11\xbf\xc5\x01\xf1\x20\x07\xc2\x8b\x51\x70\xbb\x26\x4e\x7c\x18\x06\xb7\xd8\xc7\x49\x30\x94\x97\x0d\x80\x1f\x89\x70\x97\xd9\xc4\xb4\xf6\x38\x47\x1b\x40\xe2\x6d\x0e\x18\x03\x5a\x40\xcf\xb3\x82\x0e\x02\xdf\x51\xce\x1a\x5a\x50\x8a\xdf\xb5\xb9\x05\xb7\x8a\x58\xa6\x07\x98\xe6\x77\x3a\x1b\x70\x88\x7c\xa6\xac\x62\xc0\x33\x65\x15\x63\xe9\x31\x49\x5d\x71\x98\xbd\x85\x75\x94\xe3\xed\xb6\x28\xc5\xf1\x42\xbf\x72\x0f\x73\x10\x6b\x31\x4f\xc1\x3e\x3a\xbe\x11\x13\xa8\x09\xc6\xef\xb3\x1b\x22\x9d\xa1\x70\xb8\x03\x28\x11\xc6\xe2\xa6\xaf\x02\x85\x83\x1f\x06\x59\xa3\xe0\xf7\x6e\x42\xa2\x6c\x44\x52\x6e\x4e\xfc\xff\xd8\x7b\x17\xe6\xc4\x75\x6e\x51\xf0\xaf\xa8\x76\xd5\xcc\xb9\xa7\xfa\xc3\x5b\xb2\xcd\xeb\xdc\x9a\x9a\x82\x40\xe7\x05\x84\x04\x12\xd8\xdf\xdc\x5b\x5d\xc2\x38\xe0\x00\x36\x18\x9c\x04\xae\xce\x7f\x9f\xd2\x92\x1f\xb2\x0d\x04\xd2\x21\xa1\xbb\x29\x27\x58\x96\x25\xbf\xa4\xb5\xb4\xde\x4b\xf8\x0b\x73\x8a\x4b\x0c\x4a\xce\x3f\x92\xe9\xaf\xac\xa8\x4b\x1c\x46\x21\x0d\x00\x9b\xc6\xe9\x6e\x51\x11\x11\xdc\x7f\xfd\xeb\xaf\x26\x75\xa5\x48\x63\x7e\x5d\x84\x44\x39\x0c\x4d\x23\x24\x0a\x87\xa6\x6b\x00\x8e\xf8\xbf\xc4\x81\x05\xde\x09\x8a\x38\x98\x04\x16\x8f\x18\x7c\x87\xa2\x59\x2e\xe2\xb7\x4f\x4d\x77\x61\x06\xc1\xea\x31\xf8\x92\x34\x93\x98\x0f\x1e\x3b\x89\xf9\xf8\xa3\x37\xa3\x50\xb8\xf0\x3d\xa2\x50\xb8\xfe\x61\x60\xca\x0e\x73\x61\x3a\xf4\x23\x96\x86\x9a\xac\xe9\x30\x8c\x79\x9a\x03\xed\x7e\x33\xbc\x1e\x3c\x6b\x78\x39\x71\xb4\x30\x86\x49\x8f\xfc\x69\x74\x0b\xb8\xe5\x98\xda\x41\x08\x5f\xe1\x1a\x26\x6a\x42\x6f\x31\xd3\xaf\x0a\xdc\xf8\x83\x46\xde\x5c\xca\x8d\x02\x8b\x2b\xaf\x0b\xb5\x8c\xa6\x5f\x21\xb5\x51\xfd\xaa\xbf\xfe\xeb\xaf\x6f\x7e\xb1\xef\x93\x3f\x22\x4c\x19\xd4\x84\x1a\xc7\xac\x5f\x13\x06\x7d\x85\x61\x1d\x7b\xf3\x30\xa4\xee\x2b\x84\x34\xe0\x6d\x26\x76\xfc\x38\x9a\x41\x6a\xce\xaf\x5a\xbc\x04\xf6\x73\xb0\x84\x4f\x27\x51\x8f\xa6\x23\x7c\x8c\xf8\x6b\x86\x8e\x46\x30\x79\xf9\x4a\x22\x31\x71\xf0\x48\x29\xac\x2a\x2e\x11\xc9\x3f\x8b\xd0\xca\x13\x71\xf4\x5e\xc1\xbe\x72\xea\x86\xda\x30\x40\xba\xcd\xe0\xa3\x00\x56\x0c\xd9\x42\x70\x90\x95\xb9\x42\xb0\x49\xe3\x3c\x60\xcc\xe2\x09\x2e\x21\xb1\x8a\x7e\x37\xd3\xf0\xc3\x6d\xca\x9d\x13\xd2\x19\x68\xba\x5e\x34\x23\x9d\x48\x71\xff\xb1\x4b\xc5\x58\x7f\xd3\xbf\xb5\xc4\xa4\xfa\x35\x71\x2b\x2d\x58\x20\xa0\x3a\xa2\xed\x61\xed\x86\x3a\xc9\xfa\xaa\x20\xea\xe2\x57\x0b\x18\x8d\x9e\xe6\xf7\x90\xc4\xe5\xe2\x09\xa4\x78\xf2\x30\x4f\xe4\x0a\x2d\x68\x31\x8f\x0d\x91\x1b\xd9\x95\xf9\x4f\x67\x57\xe3\x4f\x96\x7e\xae\x30\x90\x2e\x16\xdf\x4b\x0e\xa3\x2b\x00\xc3\x75\x1e\xe9\x38\xc4\xae\xaa\xe9\xd7\x45\xd4\x84\x06\x74\x11\xaf\x9b\x7b\x81\xb5\x80\x26\x30\x46\x18\xf2\x4b\x05\x0d\x65\xd3\x75\xa6\x8e\xbb\xb0\x1c\x3b\x1c\x88\x44\xbd\x5f\xab\xe5\xfd\xde\x0b\x47\x6e\x37\x75\x53\x9f\xc9\x73\x43\xe4\x0b\x56\x3b\xcd\xd4\x9a\x06\x13\x32\xc5\x57\x67\xa1\x6d\x88\x6b\xe0\x63\x84\x87\xb0\x3a\x4e\x3d\xdb\x88\x98\x17\x5e\x73\x9b\xc4\x8a\x1c\xc6\x67\x49\xac\xc8\x9f\x6b\x96\x70\x86\x9c\xa5\x60\x8c\x7f\xb2\x5b\x09\xc6\xf8\x34\x9e\xc9\xa3\x0e\xcb\xf7\x6d\xea\x6d\xe0\x6a\xa9\xb7\xe1\x38\x61\xe6\xd1\x85\xe9\xda\x56\x64\x6e\x0d\x5e\x53\xbc\x5a\x82\x78\xd1\x52\xd8\xf2\xfc\xbf\x41\x39\x8a\x37\xf3\x08\x55\x82\x96\xfe\x5f\x7f\xf1\x27\xb8\xbf\x69\x87\x07\xae\xec\x73\xc3\xbf\x6b\xb4\x9c\xaa\x9a\x90\xb1\x70\xdc\x71\x27\xdb\x09\x00\x61\xe4\xc6\x6a\xb2\x50\xd3\x0f\xbc\x63\x55\x78\x79\x37\xe1\x9a\xa3\x41\x5d\x64\xb3\x58\x84\x0b\x47\xc7\x3d\xff\x7c\xe8\x64\xa3\xfa\x15\x61\xf4\xb5\xac\x5f\x11\x79\xdd\x14\xa1\x26\x70\xa8\xe9\x89\x4b\xb8\x21\x2a\x2b\xe6\xb3\x7e\x4d\xe8\x62\x13\x56\x84\x0e\x32\x60\x1f\x14\x17\x4b\xf9\x15\x7e\x1f\x78\x90\x3b\x49\x87\x09\x1d\x24\xae\x4c\xf5\xdb\x47\x3e\x37\xa6\x5f\x13\xf9\xdc\x50\xbf\x26\xf2\xb9\x31\xfc\x9a\xd0\xe7\x46\x0f\x9e\x4d\xf2\xb9\xd1\xfd\x5b\x2f\x42\x7f\x9a\x9c\xdf\x28\xf2\xc2\x09\x1e\x37\x12\x8e\x41\x85\xec\x84\x03\x77\x8f\xb9\xe5\x88\xbb\x2f\xac\x00\x1c\xb5\x5c\x50\x61\x4b\x56\x17\xd0\x4f\x76\xc3\x81\x4b\xcb\x6e\x38\x7c\x7e\xdd\x49\x15\x60\x3f\xe4\xca\x7e\x39\xf0\x78\x81\x5f\xce\x7f\x07\x07\xfc\xf4\xff\x16\x07\x91\x5f\x8e\xe1\x57\x48\x7e\x39\x66\x58\x15\xf8\xe5\x80\xc7\xc8\x9d\x6c\x9a\x01\xb6\xf4\x6e\xac\x06\x26\x97\x6c\x9a\x01\xf4\xb4\x1b\xab\xc9\x8b\x9a\xc8\x2f\x07\x66\x93\xf0\xcb\xf9\x6f\xe8\x1f\xfa\xc9\xc1\x4b\x45\x6e\x72\x70\x28\xf9\xe5\xc0\x95\xfa\x63\xd9\xe9\x06\xae\x25\xbb\xea\xf4\x83\x0a\x37\x5e\x13\xd9\x28\xc2\x87\x32\x69\x18\x67\xce\xf0\x8f\x25\xa7\xe6\x9e\x5f\x25\x3b\x35\x07\xcd\xc2\x41\xe3\xd7\xbd\x33\xe3\xa7\x83\x25\x20\x0b\xa2\x17\xd7\x0f\x58\x0c\x52\x97\xbb\xea\xb9\x74\xb0\x56\xa1\xd1\x93\xce\xa4\xe3\x8d\x49\x67\xef\xa7\xa9\xf3\x22\x8e\xa2\x1b\xb3\x63\x87\x67\x88\xd9\xb1\xc3\x8b\x25\x11\x2f\xcc\xad\xc8\x89\x1d\xde\x44\x32\x52\x07\x3c\x24\x19\xa9\x03\xe7\xed\x4a\x46\xea\x40\x62\xba\x31\x23\x75\x7e\x8d\x3b\xdf\x90\x0d\x6b\x54\xf4\x08\x0e\xfd\x0b\x38\xa1\xb3\x26\xe0\x3e\x30\xac\x5d\xe3\xfa\x54\x0c\x4f\x26\x7c\x9f\x00\x8c\x53\x42\x69\x35\xd6\x3c\x55\x4b\x93\x01\x5c\xa3\xb6\x49\xa3\x5f\x88\x7a\x1c\xdd\x40\xf6\x7f\xd2\x82\x8e\x09\x07\xa8\xf0\x59\xd7\x7a\x40\xe5\xa3\xb3\x69\x17\x28\x60\x75\xc3\xb3\x29\xaf\x94\x6c\xfa\x6c\xf0\x98\xe1\x5b\x7c\x4f\x8d\xb4\xe4\x4a\x24\xd9\x58\x8a\xef\x2f\x9d\x0b\x6d\x2a\xc5\x48\xf2\x33\x69\x47\x28\x5d\x3e\x95\xf4\x4f\x32\x82\x93\x6b\x1c\x9b\x8a\xc1\xb9\x94\xdf\x52\x31\x7c\xe7\xa4\x77\x52\x4e\x3a\xe1\x43\x07\x55\xa5\xba\xf8\xa7\x0b\xdf\x35\xed\xa0\x64\x84\x9d\xd6\x28\x08\x93\xe7\x02\x7a\x48\x4b\x9e\x88\xf9\x28\x85\x43\xb1\xc6\x49\x09\x22\x60\xf8\x27\x53\x8f\x69\x44\xe7\x52\xe3\xab\x27\xcf\x05\xd8\xca\x0c\x4e\xa4\xba\x68\xf1\x33\xf1\x21\x0c\xc2\x47\x0a\xbf\x1b\xd7\x9a\xa7\x22\xe4\x01\x1a\x94\xdd\x42\x60\x80\xc7\x92\x51\x39\x0c\xea\x38\x34\x21\x07\xfc\x92\xf2\xd4\x20\x61\x6d\xac\xc6\x96\x52\x8d\xc0\xda\x22\xbb\x51\xf4\x45\x45\xe4\x46\x21\x5a\x48\x6e\x14\x80\xe9\x65\x57\x80\x9c\xa8\x48\x10\x83\xf0\x09\x24\x62\x50\x5c\x58\x76\x02\x10\x57\x8e\x49\x49\x60\xfc\x38\x57\x16\x0b\x31\x51\x04\x6d\xbe\x2b\x6e\xf9\x9f\x7e\x31\x94\x36\x82\x4b\x9f\x3b\x8d\x6b\xf2\x80\x1e\x91\x4d\xf5\x01\xfc\xd3\x4e\x7f\x30\x3d\x63\xa6\xf6\x30\x26\x29\x62\x14\xf0\x83\x64\x6a\x2f\xfa\x85\xeb\x16\x60\xc9\xf8\xa1\x2b\x0c\xe7\xff\xb7\x28\x46\x8b\x60\x31\xa8\x70\x63\x35\x31\x13\x76\x18\xdd\x18\xac\xc0\x53\x49\xb1\x7c\x8b\xfe\xb1\x29\xcf\x7c\x57\x0e\xee\x5b\xf0\x2b\x22\xfb\xa3\x22\xd8\x50\xdd\x79\x63\xb3\x62\x8e\xe9\x32\x48\xae\x50\x04\xf9\xb6\xeb\x8d\x65\x13\x75\xe8\xfd\x1a\xbc\x2d\xef\xd7\x8a\x91\xbb\xfc\x79\xe6\xb1\x1a\xfe\x45\xe6\x3d\xe9\x45\xa1\x49\x64\x60\x0a\x0f\xd4\x92\x29\x14\x90\x74\xce\x63\x35\x04\xda\x04\x3d\x0c\x38\xef\xbf\x21\x18\xe8\xcb\x8a\x48\x58\x42\x65\x3d\x24\x1c\x86\xcc\xa1\x0e\x97\x92\x89\x1d\x53\xb4\x97\x6a\x1e\xa1\x4d\x14\xc5\x21\x2b\xee\x28\x55\x88\x7b\x48\x3c\xa8\x78\xab\x88\x07\xcd\x89\x63\x89\x07\x2d\x42\x4d\x7c\x3a\x6a\x50\x27\x31\x7a\xe2\xce\x21\x71\x45\xe0\x7c\x48\x5c\xc1\x61\xdf\x59\x04\x82\x1a\x1a\x54\x04\xd3\x21\xeb\x1f\x07\x2f\x0f\x2e\x05\xf3\x98\x2d\x6c\xd6\xaf\x09\x49\xf8\x02\x54\x48\x34\x7b\x21\x68\x11\x77\x98\x99\xfb\x94\xd2\x2b\x58\x7d\xfb\xa9\xd9\xfe\x27\x14\xe7\x2f\x91\x8a\x05\x5e\xd3\x8c\x45\xb6\x27\x39\xbf\xce\x8e\x57\xbc\x06\xcb\x2c\x50\xd8\xad\x24\xc7\x09\x8d\x12\x95\x20\xd4\x9b\xa7\x82\x28\xce\xf9\xe2\x26\x2a\x72\x40\x54\xb5\x2e\xe4\xec\x57\xf0\x4c\x43\x39\xff\x55\x11\xda\x44\x2d\x0a\xa2\x45\x78\x1e\x26\xe5\xd0\x71\x17\x6b\x43\xb2\xc3\x99\xb5\xee\xda\x49\xed\xb5\x16\xd4\xad\x13\x9e\xc2\x65\xd6\x13\x3e\x70\x2a\x1e\xdb\x1d\x3c\x11\xe7\x43\x3f\xcf\x0f\x9f\x80\x2d\x6b\x10\x46\x7c\x04\xfa\x66\x2e\x55\x18\x61\xc5\x63\x50\xa3\x06\x35\xcf\xf1\x9a\x48\xfb\x26\x0e\x25\x83\x6c\x2a\x6a\x42\x95\xba\xe6\x1f\xcf\x12\x15\x61\x18\x6a\xd3\x3f\x0e\x13\xe4\x61\x51\x11\xc6\x99\xeb\xfb\xc7\xa1\x83\xe5\xa3\xa8\x08\x4d\xad\x41\xfd\x31\xb7\x26\xf2\x92\xa0\x8b\x2a\x39\x22\x1c\x3c\x7a\x32\xfc\x03\xc4\x5d\x15\xe9\xb8\x82\xa9\x06\x23\xcb\xab\xd7\x4e\xca\x09\x9d\x0f\x03\x18\x06\xe6\x76\x3e\x89\x47\x52\x86\x3b\x27\x07\x74\x62\x05\xd7\xd7\xfc\x8a\x30\x88\x03\x15\x87\xa1\x08\xcc\xf0\x8f\x43\x43\x2e\x23\xf4\xdc\x69\xdd\x7c\x6f\x47\x33\x10\x1a\x3a\x8f\x8b\x68\x0e\x8a\x9a\xb1\x24\xed\x7f\xf4\x6b\x02\xbc\xad\x8b\xe3\xbf\xfe\xeb\xaf\xbf\xf9\xf5\x52\x8a\x24\x78\x98\xd4\x0a\x0c\xbd\xa6\x34\x94\x2b\xe6\x04\xc2\x85\x1a\x29\xa2\x9b\x5f\x19\x93\xef\xcf\x67\x51\x6a\x41\x80\x04\xa8\x08\x55\x17\x5a\xf8\x6e\x52\x5a\x5d\x15\x16\x62\xa8\x08\x1b\xea\xd1\x47\x98\x45\xe9\xc5\xe1\x71\x67\x92\x59\xc5\x63\x50\x11\x8c\xa6\x80\x81\x59\xdc\x82\xe2\x51\xaa\x0b\x27\x66\xd8\x32\x7c\x0a\x1c\x54\x84\x17\x53\x83\x1a\xd9\xc0\x4b\xaa\x8b\x2e\x26\x5a\xca\xe1\x7c\x61\x45\xda\x50\xb3\x26\x62\x94\x40\x1b\xeb\x6c\xd2\x12\xf5\x32\xd9\x5a\x24\xd2\xc9\x84\x1d\x5a\xea\x4c\xac\xa3\x1a\x9e\xbe\xb7\xa5\x87\xd0\x83\xd7\x08\xa8\x01\x31\x5d\x67\x9e\xfc\x0e\xf3\x99\x17\x3f\x9d\x94\xf7\xb4\x52\x82\x3a\x00\xfa\x14\x6d\x04\x90\x97\x46\xfb\x69\xe8\x99\x2f\xc2\x27\x12\x59\x04\x5b\x61\x02\x66\x71\x2c\x27\x64\x0e\x8e\x1f\x83\x0a\x98\x97\x0b\x97\x82\x25\x47\x3c\xaf\xb8\x7c\x2a\xd2\xd6\xf4\xfd\x6a\xc1\x0a\x09\xbf\x39\x69\xd2\xc1\x2b\x86\x87\xc0\x71\xcc\xbd\x5e\x84\x13\xc1\x10\x24\x66\xeb\x23\x8e\x43\xc3\x99\x9c\x7f\x1c\x75\x11\xb8\xd8\xeb\x4d\xbc\x71\x58\x45\x44\x55\x48\x31\x80\xac\x80\x57\x84\xd7\xa1\xa2\x42\xc2\x83\x3d\xff\x51\x65\x3c\x58\x14\x55\xb2\x45\x91\x78\x81\xa8\x26\x78\x87\x98\xc1\x4e\x4e\xaa\x9b\xc9\xaf\xb2\xc6\x30\x31\x6a\x1b\x65\xe8\x0b\x1e\x4f\x54\xce\x12\x6f\x11\xe9\x70\x80\x44\xe6\x35\x61\xa6\xb7\x7e\x36\xa8\x09\x7d\xcf\xc4\xf7\x31\x12\x9a\x92\x82\x5f\x1b\x10\x47\x3d\xff\x38\xa1\x29\x81\xa5\x30\x6e\x33\x09\x4d\xd7\x1b\x4c\x4a\x27\xd2\x9a\x12\xf9\x52\x71\x23\x49\xff\xd6\x92\x71\x95\x5f\x93\xd0\x94\xd0\xa0\x5a\xd2\x94\xe4\x82\xba\x24\x35\xe8\x19\x29\xda\xcf\x33\x86\xed\x21\x8d\x89\x97\xe6\x81\xbc\x48\x05\xa7\x99\x56\xfc\x70\xee\x05\x4c\x5a\x4e\xac\xd6\xde\x94\xc0\xbc\xee\x89\x5b\x4c\xfd\x28\xdc\xaa\x38\xd2\xc4\x91\xf8\xe0\xa1\x4d\x18\x60\xa7\x28\x09\x9d\xb8\xae\x94\x13\x16\x58\x5a\x5e\x23\x8d\xa2\x18\x1d\xc9\x8c\x4c\x1c\x87\xd3\x37\xef\x1f\x4b\x60\xa0\x8b\xdb\xc4\x2d\x4c\xa5\xba\xd8\xa4\xf3\xfb\x0f\x43\x95\x7b\xde\x28\x06\x55\xd1\x53\xf8\xad\x64\x27\x5e\xf1\xcd\xa6\x32\xb0\xf9\x2f\x1f\x01\x9b\xe1\x57\x84\x4f\xeb\x77\x92\x80\xcd\x10\x23\x3c\x4d\x3f\xab\x04\x59\x24\x6c\x13\x01\x46\x5e\xaa\x9b\x25\xbe\x4e\x1c\x84\x7a\x72\xe5\x2c\xf1\x6c\x12\x08\xf9\x9f\x5a\x7a\x6d\x3d\xa8\x09\x41\x08\x6e\x10\xb3\x99\x0a\x6a\x42\xe4\x0d\x9f\x4f\xb6\x99\x2a\x06\x2d\xe2\x5e\xf3\xf3\x17\x5b\x22\xe8\x61\x52\xad\x7c\xfb\xa1\x57\x48\x01\xd8\xa6\xf0\x20\xff\x6b\xf1\xd7\xbf\xfe\x5a\x50\x77\x10\x1a\x14\x00\x86\x6f\xd3\xc0\x66\x0e\x7c\x80\x17\xe1\x21\x8c\xff\x22\x14\x19\x08\xf3\x83\x76\x8c\xd1\x83\x16\xb1\x9a\x2c\xb4\x91\xb8\x33\x50\x27\x2d\x62\x35\x1a\xb4\x09\x49\x29\xd1\x20\xa4\xa3\xe0\xb0\x1f\x25\xed\xe2\x5f\x7d\x61\x8e\x43\x15\xac\x06\xaa\xe1\x76\x92\xfd\xe0\xc3\xb8\x48\xb2\x1f\x7c\xbc\x17\x43\xd3\x35\xfd\xc4\x20\x2a\x98\x8d\x40\xcd\xa3\x13\xa6\xe8\x82\xca\xf6\x86\xca\x28\xd8\x62\x41\x74\x8d\xa2\x2d\x86\x15\xf3\x65\x60\x13\xd5\x27\x41\xdd\x73\xbc\xc6\x32\x46\x71\x6f\xd1\x42\x50\x9d\x20\xe8\x53\x7e\x87\xd9\xc7\x30\x38\x71\xca\xa9\xb0\x28\x2e\x22\xa5\x2e\x11\x35\xa3\xc8\x94\x51\xdc\x27\x75\x97\x8b\x9b\xbb\x86\x98\x21\x26\x34\xf0\x73\x22\xbd\x82\xa0\x68\x91\xcc\x67\x27\x23\x57\x2d\xac\x88\x99\x83\x6b\x41\x6d\xca\x50\x3c\x1b\x9c\x89\x59\x89\xc3\x73\x59\x13\x73\x1e\x12\xcc\x54\x0c\x17\xd4\xf9\xad\x80\x1d\x09\x25\x28\xaf\x80\x3e\xe0\x30\x0c\x70\x29\x1a\xc4\xc3\xb9\x2e\x1c\x33\x50\x68\x00\xa7\xb8\x70\xa6\xbd\x60\x3e\x69\xc0\xbc\x2e\x9c\xa9\xe4\xd6\x4d\x44\x4d\x70\x4f\x18\xf8\x14\x71\xde\x13\x8d\x12\xc4\x79\xd6\xaf\x0d\x0d\x3f\x28\x48\x03\x17\xce\x3c\x7c\x02\x18\x91\x98\xd2\x1c\xe6\xa0\x4b\x83\x6f\x21\xa2\xf2\xb7\xef\x4a\x95\xaa\x5c\xb1\x88\x89\x4c\xb3\x20\x1a\x0a\xea\x22\x51\xb3\xc8\x07\x95\xb6\xb6\x15\x91\x0f\xd6\x1a\xdb\xf6\x74\xe9\x4c\x28\xac\x34\xa4\x4a\xc9\x00\x57\xc8\xa8\xd6\xdb\xdf\x06\x8f\x14\x02\x6b\xd6\xf4\xaf\x62\x26\xae\x2a\x71\x72\x14\x44\x73\x6d\xd7\x9a\x4a\xb9\x9e\x7d\x28\xe7\x95\x51\x3b\xff\xc6\xf3\x90\x7f\xea\x8b\x8a\x45\x14\xec\x42\x13\xdd\xa6\xe6\x2a\xd4\xd2\x68\x60\x00\xde\x4e\x11\xbd\xf0\x99\x52\x44\x2f\xbf\x47\x5b\x92\xe0\xe4\x44\xab\x10\x19\x01\x82\x94\x24\x0f\xb0\xc2\x2f\x24\xd1\x03\x08\xcc\xda\x72\x74\x8c\x9c\xb8\x86\x5c\x03\xd3\xf6\xc5\x7a\x0d\x5d\xf0\xe0\xb3\xbc\x38\x43\x93\xf6\x53\xde\x96\x66\x74\x2e\xed\x59\xc9\xa7\xfb\xbd\x64\x11\xcb\xbf\xa5\x27\x59\xc4\x8a\xe3\x68\x0d\x21\xd0\x3e\x3a\xe6\x5f\xc1\x93\x96\x94\xe0\xbc\x23\xc5\x2b\xe7\xdf\xe4\xbe\x27\x45\x14\xe5\x4f\xe4\x49\x15\x20\x82\xbb\x97\x33\x4d\xc0\x0b\x79\xb1\x1a\x3e\x58\xf7\x91\x2d\x2e\xff\x4c\x5e\x64\x8b\xdb\x83\xb3\xe1\x67\xd7\xe0\x6c\xf8\xd5\xe1\x50\x4e\x6f\xca\x27\xda\xbd\x6c\x69\x0b\xa2\x64\x2f\x56\x43\xa0\x46\x12\x7e\xc2\x63\xc7\xb4\x75\xf0\xdc\xc9\x85\xa3\x00\xcd\x12\x0b\x07\x9f\x43\xf7\x92\xa5\x2c\xff\x26\x9e\x64\x29\x0b\xc7\x92\x06\x0f\x9e\x58\xca\x4f\x0a\x50\xe9\x49\xee\xc2\x40\x92\x79\x72\x50\x29\x78\x83\x58\x5e\x4c\x23\xac\x89\xe2\xd0\xf8\x75\x52\x82\x3a\xb8\xb2\x1c\x03\x8a\xbf\xc0\xbd\x64\x10\x0b\x74\xa5\x27\x57\xc0\xc7\xf7\x8d\x12\xc1\x9e\xe4\xde\xee\x07\x46\x88\x3f\xc2\x43\xd9\x00\xf1\x51\xae\x95\x2c\x10\xb3\x41\xfd\x1a\x13\x44\x18\x71\x89\x7f\x05\x0c\x04\x15\x52\x1c\x0b\x50\x83\xdf\x4b\xf1\x8f\x41\x32\xe4\xc9\x15\xd0\x2d\x85\x7f\xe1\x43\xa4\xf0\x2f\x87\x35\x5f\xee\x26\x65\x6c\x84\x4b\x4e\x69\x52\x1a\xb7\x46\x40\x77\x1f\x6b\xd5\x97\x5a\x25\x25\x89\x30\x07\x39\x91\x9d\x48\x04\x09\x5f\x24\x95\x69\xd2\xaf\x4e\xb6\xee\x8b\xea\x35\xaa\x65\x98\x1e\xd3\x74\x62\x47\x31\x91\xa6\x6b\xd2\x3a\x8a\x19\x35\x4d\x7e\xda\xe9\x74\x4d\x70\xa5\x5c\x70\x26\x2d\xbe\xcc\xc3\x55\x22\xfb\x22\xf1\x84\xe1\x71\x5f\xf5\xcf\x0f\xe5\x8a\xfb\x18\xe3\x4e\xb3\x7e\x9b\xa8\xca\xbf\x4c\x52\xe9\x18\xd6\x06\x6b\xad\xe8\xe9\x8f\x55\xa8\xcf\x04\x90\x8c\xe5\x69\xec\x87\x35\x11\x68\xf8\x75\x12\x68\xc0\x07\x88\x34\x73\x44\x7c\x55\xb9\x02\xbe\xa6\xa4\x81\x01\x40\xbe\x4f\x45\x55\x06\xd8\x4c\x2d\x16\x00\x57\x72\x6a\x46\xc0\xc6\x72\x7c\x6a\x50\xb8\x78\xb1\x1a\xc0\x14\x92\xca\x27\xeb\x1f\x87\x1a\x1e\xbe\x1a\x7b\x12\xce\x86\xb7\xbf\x0f\x2d\x8a\x61\xde\x87\x16\xc5\x70\x14\xcf\xe4\xc8\x07\xf0\x99\xda\x03\x37\xd4\xa4\x19\x50\xe3\xae\x91\xae\x3c\x53\x57\x8e\xea\x0c\x2f\xf0\x4c\x5d\xdb\xe1\x44\x64\xe0\xc0\x83\xfd\x96\x09\x11\x0c\xaf\x09\x2b\x72\x7e\x45\xca\x0e\xee\x59\x5a\x6c\xa0\x97\xb4\xd8\xf8\x57\x89\xcc\x14\x80\xf2\x7a\xa6\x6e\x4c\x10\xae\xfa\x75\x29\x01\x46\x28\x84\x94\xcf\x46\x92\x8c\xf8\xe9\x24\xeb\xb6\xf6\x6c\xc4\xc3\xc9\xa7\x65\x1a\xbf\xef\x3f\xe1\x1a\x77\xa6\x9e\x1a\x3f\x25\x7b\x2d\x01\xc3\xfe\x1c\x62\x24\x0a\x16\x8d\x0f\x11\xa5\x0b\x26\x62\xfc\x7c\x98\x5b\x9c\x4f\x93\x87\xc8\x8e\x1a\xae\x1d\xd9\x51\xc3\xa1\xec\x64\x04\x15\xb2\x8f\x11\xdc\x40\x6e\x01\x17\x94\x5b\xf4\x82\x16\x81\x70\x05\x22\xe9\x3d\x9b\x66\xf8\x58\x2a\x98\x9d\x45\xf9\xdb\x81\x78\x7e\x88\xf4\x99\x44\x9c\x8d\x68\x46\x0a\x15\x51\x16\x11\x15\x14\xd1\xcf\xa6\x9f\x53\x83\x41\x77\x39\xc1\x86\xb8\x23\xcc\x54\xff\xe4\x42\x3e\xb5\xc6\x65\x54\x93\xaa\xfd\x30\x26\x4c\xaa\x6a\x99\x53\xea\xd2\x50\x37\x9f\xcf\x16\xa4\x93\x31\x7e\x03\x8b\x13\xe9\xc0\x2c\xfc\x25\x1e\x92\x44\x01\xff\x7a\xcf\x49\xa2\x00\x06\x55\x0a\x04\x21\x66\x80\xec\x58\x18\x79\x07\x3e\xcb\x3e\x7c\x91\x23\xde\x43\x6a\x5d\x03\xa0\x49\xad\x6b\x00\xd4\x49\x1b\xd5\x67\x39\xba\x1c\x7c\x98\x14\xe2\x82\x21\x4a\x21\x2e\x18\xd6\xb8\xf4\x32\x9a\xf0\x71\x21\xa6\x5c\x2f\x0b\x60\xe2\xf5\x66\x1a\xae\x1e\x62\xf3\x13\x66\xc6\xca\x1a\xac\xe8\x20\xc0\x4a\xbc\xaa\x23\x29\x65\xc1\x22\xf0\x45\xae\xe0\xf8\xe1\xc5\xec\x47\x60\x02\x9a\x5d\x29\x65\xb6\x0a\xe6\xe4\x1d\xa9\x02\xa4\x3e\xd0\x22\x9c\x94\x45\xa8\xb1\x42\x4f\x02\x91\xbd\xb3\x93\x1c\x61\xfe\x38\x2f\xc9\x11\xe6\x8f\xd4\x49\x0d\x11\x9f\xd4\x2f\xa9\x21\xe2\x57\x7d\x89\xdd\xe3\xc5\x95\x27\xdb\x8b\x6b\x06\xf1\xff\xfd\x9a\x4e\x6a\xb8\xf8\x94\x78\x49\x0d\x17\xc7\xdf\xaf\x91\xe6\x06\x30\xe2\x6b\x94\xc5\x33\x0b\x79\x0c\x5e\x23\x8d\x0d\x10\x5a\xaf\x72\x8e\x60\x3e\x5b\xba\xc9\x37\xe6\xb3\xe0\x35\xf9\xc6\xfc\x9b\xbf\x0e\xa5\x24\xbf\x79\xa8\x28\x45\x15\xfc\x43\x75\x03\xc4\x0f\xdc\xc9\x6b\x98\x97\x14\x8e\xc6\x52\x6f\xb8\xdc\x58\xea\xcd\xbf\xcb\x6b\x18\xcf\x4b\x84\xc0\x7c\x95\xc2\xe0\xc0\x43\x45\x2e\x72\x14\xe6\x52\x37\x35\x04\xf0\xc6\xa9\x21\x28\x8a\xda\x88\x67\x84\xf4\x1b\xaf\x8e\xc4\x21\x82\x83\xca\xab\x9c\xc5\x38\x07\x15\xd2\x23\xf2\xab\x74\x53\x43\x03\xdf\x34\x35\x34\x7d\xa8\x8d\xb4\x65\x14\x14\x1c\xaf\x9e\xfc\x0c\x3a\xd4\x48\xa3\x01\x97\x7a\x8e\xe3\xd1\xd7\x97\xe4\x2c\xfe\x47\x62\xeb\xf8\x6d\x96\x12\x5b\xc7\x8f\xff\x29\x45\xfc\xd2\xa3\x38\x1f\x32\x4c\xfc\xf8\x1f\x19\x94\xf8\x53\x2d\xe5\x8a\x3c\xb4\x08\x2f\xd0\x83\xf3\x61\x7f\x38\x14\xc9\x15\x5e\x81\x26\xfb\x27\x39\x79\xf8\xb8\x2d\x93\x93\x87\xdf\xe5\x9f\x28\x3b\x10\xb8\xd1\x2e\xa3\xf4\x40\x60\x97\xfa\x4f\x2a\x86\x0d\x7f\xd9\x65\x6a\x2c\xf9\x34\xfb\x27\x35\x0a\xfc\x5b\x2e\x53\xa3\xc0\xa7\xdd\x3f\x12\xfb\xc8\x8f\x97\x12\xff\x28\x8e\x03\x9a\x09\x3e\x8e\x7f\xc4\x3f\x05\x9f\x92\xff\x96\x8d\x5e\x40\x29\xb3\x8a\xd5\xf0\xa7\xf9\xb7\x2c\xd8\x04\x5d\xc3\x2a\x56\x63\x42\x9b\x70\xc9\xce\x43\x83\x70\xc9\xe6\x87\xff\x8e\xa2\xf0\x82\x98\x7b\x25\x1d\xf3\x0f\xba\x32\xa5\x9c\x0a\xb0\xda\xfe\xdb\x74\x9d\x8e\xd5\x5f\x0c\x53\xb1\xc3\xfe\x2d\x49\x22\x73\xd0\x37\x12\x44\xc2\x71\x72\x70\xe0\x01\x42\x9b\x53\x71\xf5\x48\x90\x01\xeb\xed\x2a\x92\x63\xc0\x58\xc6\xf2\x7d\x13\x98\x85\xab\xd4\x40\xc1\xc3\x44\x16\x61\xa0\xec\xff\x77\x6a\xe0\xf8\x24\x5a\xa5\x06\x8e\x0f\xc5\xea\xe5\x29\x78\x2f\xb8\xc1\x8b\x1d\x1e\x1b\x7f\xfd\xf7\x7f\xfc\xe7\x7f\xff\xab\x98\x2d\x92\xff\x7a\xf4\x6c\xd0\xc8\xfe\x0f\xf3\x3f\xff\xcf\x5f\xde\xdc\x44\xf3\x85\x6b\x19\x8b\xbf\xfe\xa7\xa9\x98\xaf\x53\xc7\x5d\xcc\xff\x9f\xab\xd6\x4d\x43\x99\x52\x77\x6e\xfe\x8f\xff\xf8\x3f\x7f\x95\xa4\x8c\x57\x1c\xc2\xa8\x94\xf1\x8a\x1f\x97\xa2\x1c\x57\x1c\x27\xd0\x28\xc7\x95\x38\x0c\x1a\xc3\x9c\x2b\x05\x2e\xb9\xaf\xa0\x0a\xa0\x81\x43\xee\x2b\x10\x4d\x25\x29\x01\x15\x9f\xcd\x54\x4a\x40\x05\xc7\x10\xea\xe7\xff\xe6\x2d\xeb\xcd\xa0\x14\xb0\x21\xaf\xc0\x1b\xd1\xf0\x10\xac\x6c\x4b\x91\x27\x22\x60\x73\x1a\x1d\x43\xf4\x82\x52\x98\xd1\x86\x3f\x1d\x0d\x33\xda\xf0\xa3\x9e\x1b\xb8\x18\xbe\x82\x55\xe7\x59\x28\x6c\x7f\x05\x6d\x9e\x11\x1d\x83\xd5\x5f\x74\x08\x12\x6c\xc3\x37\x8f\x7e\x05\xa2\xd2\x70\xa6\xbe\xc9\x0a\x07\x8a\xb3\x9b\xe6\x3f\xd1\x91\xe1\xb9\x6e\x80\x24\x20\xbd\xbe\x6f\x7c\x0d\xec\x52\xdf\x7a\xb6\x02\x5f\xca\xfc\x0e\x89\xe2\xb7\xa7\x7c\x7f\x2b\x35\xfa\xfb\x92\x29\xaf\x4d\x73\x9b\x48\x6a\x2b\xa7\x9e\x4d\xe7\x4f\x7c\x2b\xad\xda\xf6\x44\x6a\x89\xd4\x67\x6f\xe6\x31\x4b\x24\x6e\xda\x96\xd6\x28\x99\x8c\x25\x15\x7c\x37\x11\x78\x36\x15\xf3\x34\x16\xc5\x34\x11\x8e\x32\x16\x51\xec\x8d\x48\x10\x6f\xf9\xeb\x6f\xf7\xcf\x7f\xd3\x3b\x7d\x8b\x17\xf2\x5b\xde\xc0\x6f\x79\xff\x6e\xf3\xe2\x4d\xb8\xd6\x26\xdd\x20\xe3\x1e\x88\x5b\xbc\x94\x12\x1e\x3e\x1b\xbd\x17\x12\xd6\x7b\xb2\x19\xd9\x1e\x1a\xe3\x84\x1a\xf0\x0d\x9d\x4f\x4c\xcb\xf2\x96\x90\xf9\x0d\xd1\xee\x5b\xa2\xd3\x98\x30\x72\x8b\xac\xe3\x2d\xa2\x28\x46\xb4\xc8\x4b\x3e\x2c\x24\x6a\xb6\x90\xdb\x7f\x21\x89\xb0\x77\x10\xf0\xf5\x3f\x64\x5c\x10\x82\x96\x34\xcc\x70\x37\x42\xd4\xc2\xfe\x77\x7b\x36\xdd\xb9\x90\x99\xaa\x58\xe4\xd4\x5b\x39\x36\x1f\x89\xff\xef\xaf\xd2\xa3\x6b\x19\xf4\xef\x52\xcf\xea\x3f\x51\x9b\xd5\xea\x6d\x74\x5e\x6f\xb3\x81\x52\x40\x98\x61\xc2\x32\xea\xb8\xdf\xbd\x50\x6e\x99\x5e\x10\x8b\x88\x68\xdf\xa0\x96\xeb\xf4\x2c\x68\xff\x0d\xab\x1a\x46\xd5\x12\x94\xf4\x2c\xcb\xa8\xae\x32\x40\x19\xd5\x43\x19\x0d\xa3\x8c\x7a\xc5\x30\x51\x89\xa6\xb2\x8c\xea\x51\x38\xd7\xc8\xd9\x0f\xca\x00\x69\xdf\x7b\x1e\x1a\x12\xc3\x43\xfd\x55\xef\x8a\xe9\x79\xf9\x0e\xa5\xf1\xc0\x32\xdd\x39\x6b\xd6\xdb\xa8\x53\xe5\xff\xad\x36\x3a\xab\xf2\xff\x56\x9b\x65\x8a\xca\x18\x61\x94\x21\xfe\xbf\x8a\xe1\x26\xf2\xa6\xe9\x9a\xae\x11\x8d\x97\x79\x41\x25\x1a\xcb\xa8\xb6\xe1\xf0\x9e\x46\xa3\xc7\x77\x17\x25\x8c\x48\x91\xff\x58\x75\x8c\x08\x31\x30\x22\x8e\x83\x51\xc7\xc1\x88\xb8\x06\x46\xb7\xbc\xba\x5a\xc7\xe8\xbe\x8e\x51\xa5\x84\xd1\xe5\xc4\xc1\xc8\xed\x63\x54\x31\x31\x2a\x76\x57\x18\x91\xc7\x1e\x46\x84\x4e\x31\x22\xb9\x6b\x8c\xd4\xa5\x83\xd1\xa4\x3a\xc5\x68\xf8\x52\xc3\xe8\xe9\x95\x5f\x9d\x94\x30\xea\x57\xfa\x18\x91\x3c\x6f\x4c\xca\x18\x11\xa3\x81\x91\x5a\x59\xfa\x25\xf2\x08\x75\x35\xcc\xd4\x9c\xfc\x15\x6a\x74\xe0\xcc\x83\x51\x41\xdf\x30\xd6\x30\xea\x94\xda\x2c\xd3\x57\x56\xfc\xfd\x3d\xfe\xfa\x0c\x13\xac\xf2\xb7\x2b\xeb\x98\xd7\xe7\x2d\x87\xef\xfa\x76\xf7\x5a\x99\xa2\x7e\x6d\x75\xa1\xac\x18\x11\x59\x0d\xfc\xeb\x96\xad\xf9\x9c\x7a\x70\xe1\x0c\x26\x30\xe4\x44\x55\x46\x88\x60\x18\x76\x55\x8c\x3b\x46\xea\xab\xe3\x60\xa6\x09\xa3\x47\xbf\x6f\x9d\x4e\xbd\x85\x03\x7d\xcf\xf8\xa3\xa8\x54\x19\xf9\x23\xc0\x32\xea\xf9\x95\x49\x95\x51\xe2\x35\xce\xf8\x74\x61\xd5\x6a\x1b\x55\x61\xf4\x54\xcc\xe7\x06\x7f\xee\xaf\xdc\x58\x86\xf4\x2e\x6f\x30\x7a\xe6\x83\x62\xf1\x11\x24\x7c\x40\x2d\x3e\x1e\x36\x2f\xa9\xbc\x6e\xca\x4b\xb8\x11\x94\x72\xbc\xee\x69\x85\xd1\x5c\xeb\x63\xf4\xc0\xab\x1c\x7e\x92\xf0\x8b\x38\x37\xb1\xb6\xa2\xd4\xdb\x5a\xda\xd4\x8e\xf0\xe9\xe2\xd4\x82\xd2\xba\xba\x75\xa5\xcf\x68\xd7\xa9\x09\x18\x20\x77\x2b\x8c\x5e\xa6\xef\xba\xda\xac\x86\x51\xf7\x7d\x0f\x67\x2f\x83\x91\x72\xc8\xb6\xd2\xac\xb1\x5b\xbb\xb7\x7b\xf0\x17\x86\x93\x77\xfc\xc1\xf8\x1b\xdf\xd8\x18\x91\x55\x1f\xa3\x1a\x6f\x53\x6d\x60\xf4\xbd\x87\x91\x41\x30\x2a\xd8\x18\x15\x1a\x7d\x8c\x06\x35\x8c\x4c\x82\xd1\xc4\xc6\x8c\x64\x65\xe0\x3b\xa3\x73\xda\x1b\x53\xdb\xa0\x3e\xfe\xc4\xe8\x1b\x26\xcc\x53\x46\x02\xa5\xa5\x50\xd9\x07\x6f\x2c\xa3\x0e\xea\xf6\x42\xa9\x22\xa2\xe1\x1a\xdf\xbb\x3d\x8c\x38\x7e\xea\x3f\xf4\x30\xea\xf1\x29\xde\xee\x62\x54\x75\xca\x18\xd5\x6a\x18\x0d\xec\x3e\x46\xee\x0a\x23\x9d\xcf\xf9\x12\xff\x1a\xfc\x0d\xbb\x5d\x8c\xc8\xd9\x14\x23\x3e\x89\xfb\x1c\xe7\xe9\x13\x1b\xa3\xd6\xb2\x21\x35\x7a\xe1\x5f\xea\x7b\x19\xa3\x4a\x4f\xfe\x64\x8d\x47\x8c\x5e\xea\x18\x19\x0e\x46\x03\x8e\x6e\x1d\x8c\xd1\x1c\x63\xd4\x2f\x61\xf4\x6c\xf8\x48\xb3\x84\x31\x32\x31\x46\x4b\xec\x57\x78\x75\x51\x51\x09\x5a\xcc\xfd\x16\x97\x75\x8c\x3a\x75\x8c\x38\x7e\x1e\xd4\x31\xaa\x95\xc4\xf1\x53\x49\x9c\x57\x0b\x7e\x4f\x35\x87\x45\x0b\x28\xa4\x6b\xb6\x9c\xfa\xd0\xeb\xbc\xdd\x98\x69\x6a\x0c\x87\x9a\xde\x82\xb2\xf4\x52\x98\x5c\x05\xd7\x6c\xaa\xf6\x49\x1b\xcb\xa8\xd9\xeb\x00\x88\xfa\x80\x23\x0a\x53\x8c\xb4\x0b\x3e\x53\xf2\xfc\xf0\x91\x0f\x3e\xe5\xd0\x65\xf1\x51\xa7\x7c\x60\x97\x79\x67\xdf\x79\xf6\x00\xcb\x65\x7d\xb7\x9f\xc7\xd2\x1e\x8d\x13\xdd\x9c\x60\xe6\xad\x2d\xcd\xfc\x59\x17\x2f\xec\xdb\xfe\xdd\x1d\x37\xb7\xff\xe8\x47\xfc\xbc\x3b\x6d\xeb\xc8\x0a\x59\x21\xa9\x10\x10\x51\x1d\xff\x28\x51\xcb\xb3\x43\x32\x26\xc0\xa4\xb7\x4a\x1d\x28\x99\x00\x99\x7e\xf8\x44\x67\x19\xe2\x56\x56\x79\xc5\x40\xe4\xfc\xa1\xc4\xf7\xb9\xda\xa6\x09\x4b\x8c\x72\xf9\x84\x0f\x3f\x02\x1f\xaa\x58\x26\x43\xaf\x9c\x21\xb5\x6d\x73\xde\xf3\xdc\x01\x6b\x95\x5a\x6d\x14\xfe\xb0\x0c\xf1\x50\x44\x64\xf2\x45\x0f\x28\xd3\xbe\x87\x48\xe9\x89\xff\x1a\xb5\x80\xf0\xe6\x34\x77\x41\x97\x11\xed\x95\xd7\xa3\x01\x75\x8b\xce\xf8\x35\xab\x40\xe6\xe6\x94\x79\x70\x51\xe9\xc2\xdb\x36\x8d\xb0\x0c\x59\x76\xa0\x27\x59\x5d\x63\xd8\xf3\x99\x22\x68\x4c\x60\x06\x9e\x42\xb6\x00\x28\xd0\x3c\x50\xa0\x1c\x3f\xe6\xf9\x24\x1a\x72\x3c\xc7\x49\x0a\x32\xe4\xed\x8a\xbc\xdd\x80\xb7\x2b\xae\x62\x57\x49\xf4\x8d\x7a\x14\xf8\xdd\x06\x8d\x4d\x7d\x63\x77\x5b\x9e\xf7\x31\x6a\x9a\x5d\xcc\xa2\x8f\x71\x3d\xa4\xee\xc2\xf1\x26\xeb\x3e\x08\x55\x0a\xef\xfc\x20\xbc\x27\xff\x20\xb0\x3f\xf2\x0f\x72\xf1\x54\xc3\x2c\x4b\xe4\x19\x52\x77\x6c\xd7\x79\xb6\x28\xab\xd7\xdb\xa8\xee\xb3\xcc\x17\x4a\x01\x5d\x2a\x5e\xc8\x3f\x69\xb5\xd5\x40\xb9\x45\x6a\xe1\x1c\x13\x65\xc2\x48\xec\x0a\x8d\xfe\x13\x9d\x98\xb6\x98\x67\x9d\x12\xff\x87\x69\x8b\x15\x23\xc6\xd0\x72\x3e\xcc\x84\x5a\xf5\x4a\x33\xf8\xbe\xc3\xc9\x49\x4d\xbe\x56\x8b\x3a\x3f\xda\xce\xc4\x0c\xd9\x44\xce\x20\x96\x94\x2b\x89\x98\x84\xcb\x60\x8c\x74\x2b\xc7\xd9\xce\x19\x96\x87\xb8\xed\x5a\x53\x67\x2c\x78\xf9\x80\xaa\x40\xd5\x6a\x9b\x65\x6e\x95\xcb\xe0\x69\x62\x2c\xb6\xb6\x66\x60\x55\xfe\xc7\x32\x2a\xb9\x32\x78\x37\x32\xb4\xcb\x7c\xff\xfc\xca\xef\xda\xc4\xe8\x95\x17\xcc\x06\x46\xe5\x1e\x46\x79\x3e\x3c\xf7\xd8\xc6\xa8\xc4\xbf\x75\xbf\x17\x40\x23\x94\xfa\xfd\xa0\xc4\xdb\x93\x1e\x94\x08\x0e\xa0\x96\xa4\xdb\x45\x7d\x67\x04\xa3\xc7\x12\x1f\x6d\x73\xea\xd7\x95\xae\x67\x18\xb5\x83\x25\x24\x3e\x0e\x6d\xcf\xb6\x84\x8c\x21\x2e\x5a\xd8\x24\x54\x48\x6f\x91\x50\x81\x14\xa6\x14\xf6\x33\x5f\x58\xa0\xb5\x8d\x80\xdb\x5f\x99\x02\xfd\xf2\xf9\xc5\x69\x1b\xa2\x87\x08\xe8\xb1\xc8\xe9\x20\x97\xb3\x96\x57\x7c\x42\x76\xcb\xfe\x22\xe8\x96\x7c\x99\x84\xfd\xe2\x60\x74\xed\xc4\x88\x13\x38\x89\xeb\x18\xad\xf8\x12\x20\xf8\x46\xda\xd8\xb8\x86\x32\x3f\xb8\xb5\xff\xda\x1d\xcb\xee\x0f\x1d\x73\xc4\xbe\x61\xa2\xe1\x08\x71\x02\x84\x83\x7c\x21\x42\xa0\x62\xef\x4f\x24\x10\xaa\xec\xb3\xad\xc3\xbb\x2d\xce\xfc\x15\x2f\xf9\x0b\xe5\x9a\x9c\xa1\xeb\x06\x9f\x89\x9f\xe8\x34\xfc\x82\xa8\x8a\x4e\x6e\x2f\xfd\x64\xd7\x83\xde\x8c\x53\xf2\xb0\x72\x4d\x4c\x21\xdb\xea\xd3\x11\x6b\xb4\xda\xa8\xd1\x69\xa3\x46\xb3\x8d\xca\xad\x36\x2a\x57\xda\xa8\x74\xd1\x6a\x23\xf8\xaf\xb4\x59\x0f\x23\x0a\x7f\x61\x81\x62\x54\x84\x71\xc0\xdb\xbf\x7a\x36\x97\xff\xc4\x8d\x65\x48\xbe\xd5\xc5\xa8\xf0\xd2\xc1\xc8\x2a\x63\x74\x3b\xee\x61\x94\x55\x6f\x70\x62\x9d\x0d\x26\xfc\x2a\x5d\xc7\x4b\x73\x0e\xd8\x0f\x2b\x8c\x6a\xfc\xdb\x95\xbb\xb1\xf6\xc0\x32\x6c\xea\xb9\xb9\x14\xef\x6b\x4c\x38\xa8\xcc\xb6\xf5\xd2\x39\xd6\xe0\xcf\x2f\x4a\x1b\x47\x35\xd1\xee\x67\x7a\x1c\xe2\x6e\x77\x1c\xc7\xac\x7a\x18\xdd\x4c\x93\x85\x2d\xa7\xb6\x14\xf6\xea\x75\xac\xb7\x60\x1a\x18\xdf\x87\x60\x68\x1b\x43\xc7\xa5\x03\x93\x71\xd4\x57\xea\xb4\x51\xa9\xe9\xc3\x60\xe9\xa2\xd2\x46\xff\xf0\xc2\x35\xfc\x54\xda\x0c\x80\x8f\xff\x85\x85\x22\x46\x85\xe3\x04\xc7\x36\xe6\xe0\xd8\xc5\xc8\x2a\x9d\xc0\xf1\x04\x8e\x47\x7a\x0b\xa6\xe1\xd8\xb2\xd8\xf4\x4c\x77\xe1\xfc\xb8\xb3\x0c\x47\x86\x48\xa6\x63\xa4\xf1\x3f\x00\x35\x3e\xbd\xc7\xf7\x18\xe5\xbb\x6d\x8c\x2c\x0f\x33\xd5\x67\xde\x02\xa0\x76\xe9\xc0\xa3\x96\x4f\x5a\x67\xb0\x86\x32\x58\x65\x9a\xa1\xd4\xf9\x45\x76\x22\xe9\xd6\x12\x79\x83\xf1\x4b\x4d\x31\xd0\x45\xff\x9a\xef\x88\x61\x04\x44\x69\xaf\x8b\x51\x95\xf3\xf1\x2d\x4e\xd0\x3c\x97\x30\xaa\x73\xf2\x93\x33\xfd\xf5\x9a\x5f\x58\x75\x31\x9a\xf1\xd6\xaf\x3d\x8c\x54\x4e\x99\x82\x7e\xe1\x8c\x88\x53\x50\xa8\x05\x05\xde\xfd\x42\x25\xbe\xb4\x79\x51\xc6\xe8\x92\x5f\xe7\x7b\x1f\xa3\xef\xdd\x40\xda\xcc\x0b\x17\x65\x21\x3c\xe8\xd7\x1b\xbe\x14\x81\x3f\x86\x90\x51\x37\x30\xe7\x14\x44\xf7\xf0\x3a\x20\xc7\x0e\x6b\x78\x63\x90\x63\xf3\xeb\xf0\x0b\xda\x4b\x02\xd7\x61\x44\x8f\x93\x2b\xee\xc0\xb4\x17\x96\x4d\xff\x2e\x7b\xa6\xed\xcc\x7f\x94\x2c\xd7\x9c\xb3\x33\xf8\xbe\x7a\xf8\x8d\xf5\x81\x52\x47\x62\xac\xf6\xfb\xcc\x6b\xa4\x88\xf8\xfe\xe2\x42\x31\xd0\xf4\xda\xe6\x3b\xf8\xa0\x9c\x3f\x6b\xf7\x92\x1f\x2b\x5d\x80\xc6\x3b\xb4\xe1\x1f\x4d\x7d\x5a\x89\x82\x3e\xee\x62\xe4\x11\x8c\xb2\x35\x7e\x8b\x29\xff\x22\x7c\x88\x78\x95\xc7\xbf\xda\x33\x1f\xe0\x54\x41\xf0\x8b\x9b\xd0\x28\x9d\xdb\x42\xcc\xb3\xe2\x6d\xcb\x2b\xff\xe3\xb7\xbb\xbe\x12\x21\xd4\x26\x84\x05\x7e\xaa\xc4\x31\x89\x17\x68\x1c\x3a\x35\xc1\xaa\xa5\x86\xe2\x8c\x2e\xe8\x84\xba\x06\xfd\xf0\x71\x20\xfc\x97\xfc\x71\xe3\x30\xc3\xe8\x8e\x4a\xe3\xe0\x8e\xcb\x18\xe5\xcb\x18\x15\x38\xce\xf2\x36\x8e\x83\xe3\xf6\x9d\xde\x81\x46\xe1\xcf\x83\x86\xe4\x28\xec\x08\x0d\x57\xde\x93\xb7\xfc\xe0\x31\x00\xa3\x85\x3f\x65\x04\x56\xa6\x5f\x18\xf7\x31\xea\x5c\xaf\x19\x81\xf5\x1f\xbe\x46\x7f\xdc\x59\xce\xd3\x01\xe6\xbf\xfa\xa7\xa1\xa1\x5b\x1b\xa3\x19\xa7\xd2\x73\x76\x62\x49\xd8\x11\x15\xd5\x4d\xbb\xef\xac\x3e\x7a\x28\xa0\xf8\xe7\x8c\x84\xa7\x4a\x97\x69\x87\xa3\xd0\xc1\xc8\xb5\x88\xa0\x5d\xf3\xbc\xe1\xc6\x51\xb8\xb3\x9c\x1f\xe7\x74\x3c\x36\x07\xce\x81\x68\xa4\x3f\x65\x28\x36\xd3\x48\x3b\x02\x44\x8b\x8e\x17\x07\x5b\x99\xff\xac\x11\xd8\xb4\x2e\x6f\xfa\xf0\xf6\x8f\x2b\x8f\xda\xa7\x55\xe1\xa0\xab\x42\x1f\xa3\x09\xc1\xa8\x30\xde\x0e\x04\xf6\x8f\x9a\x67\x7d\x34\x2e\x0a\x8a\x44\x18\x14\xfd\xce\x63\x01\xea\xfc\x99\xbf\x2e\x94\x1a\x18\x3d\xf3\x36\xe1\x97\x2f\xd4\x30\x02\xa5\xa5\x4f\xa1\x42\x61\xfd\x58\xb4\x3d\xc3\x9b\x1c\x02\x2c\x02\xa8\xf8\x73\xe0\x62\x0b\xd3\xa6\x37\x30\x2a\x94\xbb\xbb\xf0\x0d\xf7\xf3\xa1\x47\xad\x8f\x5f\x23\xfe\x38\x34\xb5\x61\x9d\x1e\xf1\xa1\x98\x6e\x58\xa7\xe7\x9e\x6d\x58\x8e\xcd\x4a\xd1\xc7\x67\xda\x8d\x52\x15\x1f\xfe\xd0\x56\x90\x6f\x6f\x2c\x43\x5e\xb3\x85\xa2\x32\x42\xa4\x72\x5d\xe7\x7b\xed\xac\x86\x91\x06\x96\xdc\xb8\xe6\x7f\x5b\x82\xed\x74\x09\xbe\x5b\xa4\x9f\x86\x52\x54\xb7\xae\xf4\xce\x76\x7c\xbe\x13\xdd\x8e\xd5\x3d\xf6\x7d\x3c\x04\x06\x78\x14\xba\x72\x34\x06\x26\xae\x53\x8c\xba\xbd\xc0\xd6\x15\x5e\xc2\x0d\xc6\x31\x14\x11\x6e\xb7\x9c\x9d\x05\x13\x63\x9d\x06\xd4\x9a\x4a\xd7\x88\x17\x16\xf2\x7d\xc2\x02\x29\x76\x63\xfa\x84\x84\x66\x41\x32\xe6\x58\x53\x82\xbe\x8f\xe5\x74\x69\xff\x1e\x3f\xd3\xf7\x00\x77\x63\x6a\x21\x26\xd6\x6e\x52\x9b\x4e\x04\x9e\xaa\xb6\xda\x2c\xfb\xa4\x94\x50\xd6\x37\xb9\xf7\xfa\x5e\x55\x71\x18\xc9\xc6\x7a\x94\xe9\xd0\xa2\x3f\xca\xd4\xee\x9b\x2e\x15\x3e\x04\xf5\x56\x1b\x9d\xb5\xda\xa8\xd9\x6a\xa3\x7a\xa5\x8d\xce\x2a\x6d\x96\x27\x28\x8f\x51\x0e\xa3\x02\xfc\x66\x65\x2b\x0f\x7d\xcb\x96\x55\xdf\xb7\xb1\x0c\xb9\xbf\xfd\x8e\x51\xdf\xac\xf1\xf5\xd3\xe0\xef\x6c\xf8\xb6\x0c\x30\x87\x9d\x45\x17\xa3\xc1\xa4\x81\x51\x53\xe5\x33\x40\x7b\xe8\xef\xab\xa9\x79\x0c\x26\x32\x7c\xe6\xbd\x54\x3b\xbb\x28\x79\x3a\xc7\xa0\x52\xfa\xe4\xbb\x6d\xeb\xcb\x0a\xba\x30\xcb\x94\x67\x5e\x4c\xfd\xa2\x2e\x15\xfd\x27\xd4\x2f\xd1\x06\x8a\x98\xd7\xa9\x72\x8f\x2e\xfa\x35\xbe\x3b\x2a\x45\x0c\xd4\xd4\x82\x0b\x42\xe3\x8b\xc0\xd2\x93\x17\x42\xaf\x81\xb8\xfb\xc0\xcf\x69\x6d\xc6\x59\x71\x8a\xa9\xf9\x04\xfc\xbb\x3d\xda\xf7\xbd\x87\x40\x9d\x56\x81\x01\xd1\x30\xd3\x3a\xca\xc2\xa7\x6e\x34\xcf\x1f\x11\x4d\xfe\xc6\x13\x7d\x44\x94\x67\x44\xcc\x52\x83\xef\xef\x40\x03\xbc\xf2\x35\x77\x6e\xe8\x9d\xf1\x74\x65\xf8\xaf\xb9\x0e\x8b\x71\xf6\x84\x68\x3d\x40\x65\xb2\x3a\xa9\x6c\x8e\xcd\x49\x5c\x3b\xd7\x57\xee\x77\x9a\x1e\x42\x0f\x77\xad\xe8\xe8\xa2\x7f\xcd\x77\x5f\x37\xfc\xa1\x45\x55\xf4\x56\xd6\x4a\xd8\xe0\x71\x14\x9b\xc1\x59\x0d\xa3\xb3\x4e\x1b\x9d\x35\x05\xa2\xcd\xde\x2a\x75\xc0\xb0\x1e\xca\x62\xf1\xf7\x0e\x60\xd0\xf4\x3d\x1a\x67\x49\x96\x7f\xb2\x51\xd9\xcb\x2b\x06\x7a\x6c\x82\xa5\xf2\x8d\xed\x21\xb2\x32\x3c\x74\xd7\xf3\x10\x79\x71\x92\x05\x7e\x2a\x6c\xf3\x56\xe3\xf7\xf5\x5a\xdf\xf8\xfd\x0f\x76\x67\x78\x28\x5f\x5e\x60\xd4\xb0\x30\xd2\x6d\x00\xa7\x5f\xf3\xdd\xcc\x62\xc9\x43\x33\x1b\xa3\xf1\x6b\x59\xb8\x0e\x65\xf3\x71\xdc\xea\xd0\x1f\x0f\xd6\x7c\x11\xe0\x57\x41\x35\xeb\xea\x1e\x54\x33\x00\xd1\xf3\x83\x32\xe2\x40\xc4\x77\x5f\x88\x43\xe7\x93\xa9\x84\xe0\xd4\x1a\x66\x39\x15\x62\x25\x44\xef\x3b\x70\x16\x94\x95\xe1\x65\xb3\xfc\x85\x99\x7e\xaf\x0c\x38\xfc\xe8\xa1\x6d\xab\xd9\xcb\x6b\xca\x25\xd2\x0a\x4b\x87\xef\x55\xd3\xc6\xac\x98\x00\x4f\xc7\x9a\x9b\x8c\x13\x3e\xcd\x8a\x20\x84\xea\x9d\x36\xaa\x37\x81\x10\x62\x05\xcc\x89\x20\x41\x07\xc1\x1f\xf3\xfd\x66\xf4\x77\x52\x39\x87\xda\x58\x46\xcd\x91\x59\x6a\x51\x2e\xf0\x4f\x7d\xc5\x99\x93\xc2\xab\x8a\x91\xf5\x8a\xd1\xed\xcb\xde\x86\x39\x6b\xce\x02\xab\x73\x6d\x1f\xd0\x08\xe8\x8d\x1e\xbf\x09\xfd\x74\x32\x00\x5a\x6b\x00\xa4\x92\x18\x65\x70\x46\x27\x3d\xd7\xea\x0f\xcc\x1f\x65\xba\x64\x19\x8c\x13\x80\x5a\xf1\xd9\x96\x16\xac\xa8\x48\x78\xbf\x85\x50\x9b\x95\x0a\x62\x6d\xe5\x1c\x4c\x76\xb7\x2d\x97\x2f\xe4\x76\x6c\xba\xc3\x26\xec\xe0\x31\xba\xbb\x29\x4a\x20\x59\x3b\xab\xf9\x6e\x65\xab\xc1\x56\x6b\xbc\x5f\x08\x38\x4a\x7e\x49\xbd\xc6\xa8\x73\x7b\x82\x8f\x8f\x85\x0f\x92\x8d\x2d\x86\x67\x74\x32\x75\x7e\x9c\xbb\x9c\xa7\x8f\xad\xff\xda\x99\x32\xff\x04\xa9\x99\x20\xbf\xc7\xca\x0b\xe7\xbe\xf8\xee\xc4\x7d\x89\x67\xe6\xd7\xb9\x9c\x62\x04\x7e\xae\xb1\x36\xf0\x18\xa1\xc7\x78\xd8\x98\x17\xd2\xcf\x13\xde\x22\x6c\xb3\xa5\x71\xbc\xe0\x3f\x0f\xcb\xe7\x13\x18\xd5\x36\x7c\x07\x49\x8e\x35\xc1\xb3\xc7\x17\xfc\x64\x6b\x8a\xee\x63\x4b\x3d\x44\x98\x7c\xdb\x26\xf5\x11\x9b\x10\xe2\x9c\x63\xa4\xce\x54\x07\xa3\x65\x6d\x83\x98\x85\x3f\xfd\x6b\xf9\x6b\x84\x34\x7b\xf4\xa8\xf4\x31\xcb\x69\x89\xef\xe6\x52\x83\x86\x3a\x33\x0d\x0b\xca\xd3\xe5\x64\xb6\x17\x50\x9e\x9c\x1a\x1b\x3d\xe4\x5f\x94\x11\x52\x0b\xd7\x75\x88\x9f\x71\xf9\x72\xe3\xa1\xd1\xcc\xc1\x4c\x2d\xc6\x08\xd0\x33\xba\x34\x6d\x3b\x01\xb6\x0b\x65\x14\x81\x2d\xe7\xbb\xdd\x17\x4f\xa9\x22\x75\xd0\x71\x3c\xa5\xca\xb2\x85\x18\xed\x7f\x36\xb4\x0c\x3a\x70\x98\xb4\xfe\x05\x1c\x26\x0b\x96\xbd\x70\xf1\xdb\x61\x53\xa5\xb2\xa6\x7f\x71\x30\x8e\x9f\x09\xe3\xa1\xe6\xc8\x3c\x3d\xd2\x81\x12\x22\x12\x53\x1b\x8d\x9d\x04\xdc\x1f\x17\x4c\x62\xe3\xcd\xe0\x29\x2f\x56\xc1\x2c\xdc\xa3\xeb\x5d\x99\x53\x14\x1a\x46\xd6\xcb\x47\x3d\xcc\xc6\xd2\x3b\x69\xfb\xc3\x71\x03\x47\xe3\xba\x70\xfc\x84\xd9\x89\x6b\x39\x18\x55\x56\x54\xe3\x98\x7d\x68\x0d\x3d\x3a\xf4\x68\x4c\xc7\x72\x26\x98\x15\x96\xd7\x95\x91\xcf\xa3\x64\x7d\xc9\x02\x10\x53\x7c\xa9\x7d\x7b\xa5\xdd\x6f\x7b\x53\xb7\xa2\xae\x6e\x1b\x6b\xe6\xc0\xec\x0b\x95\x29\x47\x31\xd1\x8f\x4a\x99\x92\xe0\x89\x9d\xf9\x82\xfe\xb8\xb3\x0c\xca\x5a\x57\xf5\x70\x6e\xb1\x6c\x49\xe9\x27\x14\x76\x9c\x40\x27\xdd\x7e\xce\x56\x6a\x48\x1d\x7b\x98\xef\x81\xfa\xbd\x9e\x0a\x32\x78\x0a\x82\xfc\x2c\xaf\x1a\x4d\x31\x9a\xd4\x30\x23\xf1\xb9\xdc\x1c\x3a\xa6\x6d\xbd\xb2\xba\xaf\x21\xac\x77\xda\x2c\x1f\x97\x89\x01\xd9\x00\x6b\xae\x9b\x7a\x9f\xd6\xa0\x81\x91\x5e\x1a\x13\x54\x9a\xfa\xba\xea\x56\x67\xd6\x15\x51\x16\xf4\x04\xd8\x78\x16\xed\xc5\xc5\x98\xda\xa5\x4c\x0f\x1d\x94\x89\x79\x54\xaa\x9c\x89\xe1\xbb\x13\x13\xa3\xf3\x75\xed\xeb\x79\x97\x6c\xdc\xed\xa8\x42\xed\x09\x75\x47\xf3\x21\x7d\xb6\x65\x75\x91\x88\x56\x67\x2a\x55\xa1\x32\x42\x3b\x05\x9e\x60\x19\x95\x66\x3b\x57\x9c\x54\x5f\x65\x1f\xf9\x9e\x14\xef\xf1\x21\xc3\x07\xfd\x44\xdf\xca\x19\x66\x85\xd8\x97\x78\x99\x3b\xf6\x8f\x33\xd7\x34\x47\xa1\x0c\xbb\xd9\x69\xa3\x66\x13\x16\x9c\x48\x7e\x0d\x7f\x22\x1e\xe0\x7b\x68\x69\x9d\x65\xd4\x6c\xfb\x06\x23\x62\xd9\x18\xdd\x9f\x4f\x39\xad\x49\x30\xb2\x96\x18\x69\x8d\xf2\xc7\x53\x98\x1f\x42\x5b\x7f\x02\x81\x59\x17\xa8\x52\x4b\x0d\x0a\xfb\xa7\xd5\x46\xff\x54\xda\xe8\x9f\x4e\x1b\xfd\xd3\xe4\xe5\x8a\x30\xb0\xf0\xf5\x0c\x0c\xbc\x84\xfd\xbf\x7c\xf0\x9b\x0f\x35\x0c\x58\xc7\xd9\xdc\x47\x6f\x79\x18\xc7\x86\x3f\x8e\xe2\xc3\x69\x0f\x18\xb5\x4c\x97\x8f\x28\xc6\xc8\x5a\xc9\xf2\xc8\x27\xb7\x84\xd1\x63\xa3\x7f\xa2\x7d\x8f\x81\xf6\x2d\x42\x84\x17\x59\xf0\x57\x31\xed\x67\xd3\x95\x57\x65\x54\x6f\x46\x2b\x73\xb8\x38\x93\x77\x43\xfe\x67\xf0\xe8\x69\x7a\x21\x1e\x4d\x63\x62\x63\x74\xe3\xf6\x63\x12\xf3\x13\x8b\x78\x02\x93\x5f\x90\x45\x0c\xc2\xdf\x86\xf0\xbb\x70\x1d\x6b\x11\x97\xc3\x76\xda\xa8\xda\x04\x79\x2c\xcb\xbe\x28\xbd\x48\x16\xab\x07\xba\xed\x23\x52\x3f\xb3\x8c\x7a\x36\xb0\x5c\xa5\x81\xa6\xe6\x8c\xef\x48\x36\x07\xea\x66\x1d\x23\xeb\x19\xa3\xdc\x63\xdf\x5f\x9c\xaf\x5e\xbb\x04\xb5\xea\x5d\x69\xb2\xd3\x0e\x49\x82\xdd\x87\xaf\xd2\x27\xb8\x3b\x76\xa0\xf8\x94\x88\x12\x71\x1b\xb8\x6a\x7f\xe2\xd8\x0b\xc7\x0e\x25\x33\xb1\xd5\xf3\x55\xb9\x4d\xd8\x7c\xc4\x58\x86\x7d\x2c\xad\x0e\xb9\xb1\x8c\xba\xec\xeb\x33\xa5\x80\xe6\xc3\x3e\xdf\x09\xa2\x2e\xdf\xc7\x68\xb8\xc2\x48\xed\x97\x63\x30\xb0\x81\x1a\xbf\x3c\x6f\x48\x0b\x6b\x44\xcc\x77\x6f\xa7\x87\x02\xb5\x13\x98\x9e\xc0\x74\x3d\x98\x92\xb8\x71\x56\xd5\x72\x3d\xdb\x9c\x06\xca\x31\xdf\xcc\xab\xa2\xcc\x25\x33\xaf\x1d\x84\x3a\xcf\x23\xa1\x99\x1e\x7d\xad\x66\xba\xdf\xf4\xe5\x34\xcb\x76\x1f\xa3\x7e\xb6\x8b\x99\x46\x62\xac\x63\x75\xfc\xa3\x45\xc7\xcf\xb4\xef\xb8\x21\x49\x00\x32\xbd\x7b\xdf\x44\x34\x8a\x5a\x4a\xba\xd6\xb9\xa6\x18\x48\xfd\xfe\x6c\xf0\xbd\xec\x52\x11\xc6\x32\xf4\x2f\xdb\xb6\x9e\x3c\x6a\x47\x62\xe8\x84\xa4\x80\xe5\xeb\x8a\x2e\xb3\xa0\x82\x0b\x05\x59\xb4\x9e\xfd\xf8\x20\xb9\x3f\xb1\x81\x20\xbb\x8a\x91\xde\xec\x62\x54\x98\xd4\x7d\x69\x76\x2b\x40\x0f\xd3\x8b\x32\x46\x05\xcd\xc5\x68\x75\x89\x51\xf6\x86\xf8\xc1\xe8\x8d\x9b\x1b\xbc\x36\xce\xf0\x2e\xf1\x8b\xc3\x52\xf9\x7e\x7a\x42\x75\x1f\x2b\xd5\x46\xf7\xe4\x38\x51\xd1\xa7\x30\x03\x71\x6c\xf7\xdd\x71\x17\x3f\x1a\xe6\x78\xee\xd8\x07\x15\xe6\x1d\x64\x3b\x49\x08\xbf\x5c\xe1\xfd\x87\xe1\x95\x0f\x24\xa1\x98\x56\x8c\x89\xd5\x00\x12\x3b\x74\x69\x9b\xa1\x4d\x4d\xe0\xb1\xe1\x5b\x4a\x25\xec\x6a\x04\x31\x02\xdb\x5a\x98\xd4\xb1\x9e\xfd\x80\x6d\x83\x45\xcb\xed\x25\x11\x9a\xa0\x4f\xb4\x01\xc9\xb6\x83\xd2\x0c\xbc\x89\x13\x73\x6c\x06\x31\xb5\x4f\x94\xee\x46\xdc\x9f\x98\x6d\x74\x6c\xae\x92\xae\x71\x7b\x3a\xc6\x09\x17\xb8\x19\x27\x74\x67\xc7\xa5\xbb\xb4\xe7\xb2\x33\x47\x96\xf3\xa6\x93\x06\x90\xc2\x4c\x8b\x07\x69\x3c\x1f\x53\x43\x18\x79\xcb\xce\x69\x41\xbc\x47\xad\x1b\x3a\xdf\x87\x71\x1f\x8f\x8a\x1d\xbf\x9c\x5f\x62\xc5\x40\x67\x2f\x37\x7c\x27\xaf\x84\x59\x88\x49\x89\xac\x59\x00\x44\x57\x03\x72\x5a\x1b\x7e\x85\xb5\xe1\x77\x42\x3a\xa4\x18\x63\x37\xcf\x9d\xfe\x62\x48\x7b\x71\x97\xcb\xd9\x8e\x2e\x97\x07\x04\x23\x9a\xbd\x7f\x55\x74\xa4\xae\xb2\x7d\xbe\x3f\x62\x85\xfc\x29\x17\xd0\xf1\xe5\x02\x22\xf9\xc4\x24\x77\xe6\x62\x49\x81\xc0\xfa\x95\x36\x0a\xf7\x7e\x90\xfd\x70\x99\xa9\x54\xda\x4c\xf3\x94\x5b\xa4\xf2\x1f\xcd\x43\x6a\xf0\x27\x45\x7c\x89\x27\xcd\xda\x43\x3e\xb2\x57\xb0\xee\xc2\xa7\x04\x04\x57\xb3\xed\xd6\x22\x10\x1c\x57\xba\x7c\xed\xbf\xe8\x75\x95\xc2\x4e\x91\x3a\xd2\x6d\xf2\xf7\x17\x1e\xb2\x16\xde\xa6\xf3\xe9\x8b\x41\x61\xdc\x3f\x28\xdb\xf7\xbe\x15\xb3\x45\x30\x1a\x60\xef\x77\x63\xfd\x6c\x92\x8e\x58\x71\xf6\x1b\x2f\xef\x46\xf7\x48\xd6\xde\xcf\x58\xde\xf3\xb9\x18\x17\x0b\xfe\x60\x3f\xda\x9e\x3b\x62\xd7\xf5\xc8\xc7\xa7\xd4\x6a\xb3\x6c\x5e\xa1\xa1\x52\xf9\x03\x17\x7a\x6d\x8f\x55\x7e\x4c\xbc\x5b\xe5\x06\xa9\x17\x17\x65\xbe\x3f\x51\xb1\x07\xa5\x62\xf3\x4f\xa5\x5f\x6f\x42\x6b\xf9\xf8\x84\xf6\xe8\xc2\x9c\xd0\x31\x8d\x29\x47\x72\x6a\xe0\xaf\x16\x33\x78\x56\xf5\xeb\xe1\x83\x72\x8f\x54\xf3\xb1\xcb\xf7\x25\x1b\xa3\xc9\xa2\x8f\x51\x63\x85\x91\x05\x36\xeb\xf9\x1e\x46\xab\x8a\x2f\x9b\x0c\x93\x67\x45\x37\x5b\xd2\x99\x67\x8d\xd9\xad\xa4\x7c\xca\x9a\xb1\x08\x03\x64\xf9\xd0\xba\x46\xaa\x77\x59\xbb\x46\xee\x2a\x15\x6a\xe5\xdc\x5b\x52\x3b\x66\xca\xac\x67\x85\x41\xf3\xad\x52\x01\xa2\xe2\xca\x67\x63\x35\x88\xae\xf2\x58\xc8\x2b\x63\x54\xb8\x30\xf8\x4e\x75\xf3\xbd\x2b\x54\x5d\xe2\x47\x56\x88\xe7\x43\xb8\xa0\x63\xeb\x91\xbe\xae\xe5\x91\x75\x53\x71\x52\x3c\xf2\x9e\x40\x7c\x2c\x1c\xf5\xee\x1b\xf0\xde\x17\x57\x4a\x09\xbd\xae\x56\x7c\x07\x26\xe6\xda\xa5\xe6\xcb\xa3\x21\xd1\x28\x48\x29\xaa\xc4\x17\x7b\x2c\x1b\x18\x35\x39\x08\x96\xfb\x81\x44\xa4\x8f\xd1\x1d\x47\x2e\x2f\xc4\x8f\x85\xf6\x12\x88\x3d\xe2\x35\x81\x68\xe4\x6a\xe5\x5f\xf0\x26\xb8\xe0\xbd\x1d\x0b\xa5\xc6\xe7\x31\xe9\xca\xdd\x40\x24\x12\x08\x52\xbe\xc7\x2e\x1d\x76\x2b\x07\x6d\xf8\x6c\x8d\x9d\xba\x7b\x94\x64\x09\xbb\x52\x4b\x1a\x28\xf2\x3f\xae\x5d\xce\x7a\x5b\x72\x71\x92\x9c\xff\x29\xeb\xca\x6f\x44\x3e\x05\xd9\xec\x43\x2c\xfb\xcc\x91\xf7\x85\xac\x87\x5f\x40\x74\xbd\x8f\xa5\x99\x0e\x81\x0d\x49\xdd\xf4\x3c\xc5\x41\x79\x75\xc5\x77\x1c\xe1\xcd\x39\x9b\x05\x09\x10\x1b\x7d\xdf\x6f\xa4\xe1\xd7\xe4\xaa\x53\xe9\x14\x2f\x5c\x55\x02\xa4\x58\x0a\xdc\x3c\x84\x1d\x5f\x57\xe6\xe0\x20\xc5\xfb\x76\x10\x86\x08\x94\xe3\x30\xb1\xe1\xa8\x21\xfb\x19\x6d\x06\xc3\xc7\x50\x61\xb8\x6e\x22\xef\x80\xf8\xa4\xfb\xda\x7b\x80\x8d\x48\x40\x6d\x87\xcf\x52\x0a\x52\x51\xef\x50\x5a\x27\x19\x02\x2f\xbb\x1d\x2c\x0e\x74\x87\x3f\x81\x11\x2b\xf1\xb3\x39\x0b\x63\x74\xc7\x8f\x5e\x1c\x8c\xee\x79\xd3\x45\x29\x59\x13\x16\x56\x86\x5f\xe0\xf7\xb9\x71\xfc\x9a\x74\x01\xba\xaf\x3f\xf5\x93\x8d\x3f\xf1\x16\x4c\x8d\x1b\xb9\x5c\x98\xee\xc4\x99\x5b\xe3\xb1\xb3\x2e\xa4\x25\xcb\xdb\xa1\x51\x5f\x21\x66\xd4\xa7\xed\xea\x23\xb9\x57\xfc\x49\x96\x8b\xfb\x2c\x5d\xda\x7d\x8b\xda\xf4\xef\x6b\xdb\x79\x5d\xa7\x53\x5c\xeb\xa7\xff\xa6\x7a\xff\x1d\xbe\xf9\xfa\xcf\x2a\xfa\x37\xe8\x20\xc1\xc3\x2f\xd4\x3d\x1e\x44\xe3\xbf\x6e\x81\x5e\xd7\x6e\x2b\x29\xa1\x9d\xd9\x18\x15\x36\x62\xae\xdf\xdb\x55\x60\x55\x08\x32\x88\x9f\x48\x80\xb7\xb4\xb2\x01\xc4\xd6\xa9\x6b\xda\x52\x70\x8d\x1d\x0d\x01\xd6\xc0\xae\xa4\xc8\x27\x87\x33\x06\x88\x03\x62\x7f\x19\x40\x49\x64\x88\xff\xd3\xf6\x33\x4f\xee\xea\x5d\xa0\x52\x12\xe9\xe6\x05\xa8\x98\xb9\xe9\x89\x1c\xdd\x73\x2e\x36\xcd\x85\xe9\x8a\xc4\xf6\x3f\x3f\x1d\xb7\x2c\x20\x7c\x91\x38\xfc\xdc\xb4\x9f\xc2\x20\x2c\xef\x33\xfc\xda\x11\xa9\x6a\xdf\x7b\x1f\xc5\x83\xee\x88\xf2\x8b\x46\x1a\xcf\x3a\xbf\xca\xc4\xfb\xa2\xb9\xdd\x36\xc7\xe3\x1f\x67\xd6\x62\xf9\x21\x53\x9b\x4f\x6c\x40\xb4\x9f\x41\xed\x1c\x76\x22\x17\x5e\xec\x35\x67\xaf\x71\xda\xdc\xea\xb4\xb0\xef\x33\xe1\x1e\xcc\x67\xfa\x9e\xc9\xf6\x21\x96\x7c\x3b\x23\xc9\x51\xb3\x8c\x51\x49\x4c\x81\xb7\x11\xd5\xd8\x3e\x99\xdd\xed\x3d\x0f\x2c\xdb\x30\x6d\xdb\x9c\x7f\xd0\x9a\x1a\x92\x7a\x9f\xb2\x88\x46\xa8\x64\x80\xa7\x6b\xd0\x4b\xed\x3d\x98\x29\x9c\x55\x5b\x2d\xa5\x0d\xc8\x20\xb2\xd6\xf0\xf3\xb4\xf4\xed\x33\x03\x3b\x96\x4d\x27\xd4\xf8\xc0\xf9\x17\x9b\x85\x9f\x80\xa5\xbe\x20\xde\xdc\xcf\xf0\x2a\xc9\x49\x4a\x7f\xa5\x19\xf4\xe9\x93\xd4\x7b\xb6\x46\x10\x74\x59\x38\xa5\x54\x42\x8f\x59\x16\x24\x87\xc9\x87\x12\x35\x4d\xff\x82\x8d\x65\xbe\xdb\x25\x8c\x16\x9d\x7b\x5f\xee\xfa\xd2\x34\x31\x52\xa7\x5b\xb9\xd4\x93\xce\xe7\xd8\x67\xe1\xa7\xe8\x7c\xe2\x81\x94\x2f\x67\x74\xec\x59\x0b\x98\xed\x61\x1c\x06\xc0\xc2\x15\x3f\x40\xae\xaf\x09\x0a\xe2\x31\x64\x41\xcd\xae\x4b\x29\x92\x34\x5d\xcb\xee\xb6\xe5\xf2\xbb\xb6\xdc\x61\x63\x19\x92\xbb\xc6\x18\xe5\xf9\x60\x5b\xcf\xbf\x67\x50\xf1\xc8\x52\xad\x74\x02\x84\x8f\x05\x84\x5c\xdc\xd4\xe6\x8a\x4e\xa8\x65\x50\xd9\x70\x4c\x32\x1a\xdb\xa0\xfd\x94\x8c\xba\xbc\x3a\x01\xa3\xae\x43\x8a\xc7\x59\x31\xae\x63\xb9\xf2\x6c\x93\x7a\xc2\x75\xd2\x77\x9b\x6c\x56\xfc\x20\x5c\xad\x36\x2a\x5d\xc3\x4f\x25\xee\x48\x59\xc0\xa8\x08\x7f\x05\x78\x2b\xac\xad\xdd\x74\xb1\xcf\x7e\x82\x55\xae\x6c\x9f\x4b\xf2\x6d\x55\xf2\xa3\x7c\x70\x36\x59\x5e\x1c\x4c\x45\x11\xe9\x34\x37\x20\x0d\x90\x74\xe1\xd9\x91\x23\x8e\xd3\x0a\x7a\xb8\x15\x54\x8b\x99\xdb\x5f\x9b\xf6\xc2\x33\x46\xcb\xbf\x6b\x8e\x67\xcd\x9f\xad\xf1\xf8\x1d\x3e\x94\xdb\x79\x9b\x18\x7b\xf2\x11\x9a\x94\x03\xb0\x47\xda\xf7\x3e\x46\x8d\x1e\x46\xb5\x66\xa0\x76\x89\x3b\x67\xda\x5d\x82\x4c\xdc\x45\xc5\xe7\xfe\xcf\x79\x3f\xef\x2d\xd2\x7e\x5d\x61\x34\x98\x3b\x3f\x29\x03\x8f\xe9\x72\x8e\x5c\xed\x79\xc2\x27\xbf\xce\x2d\xd8\x3a\x5c\x52\x77\xec\x85\x65\x98\xe3\xf1\x47\xa8\x61\xf7\xde\x0e\x8f\x2d\xe2\xc2\x94\x56\x67\xfa\x93\xc0\xf9\x2b\xd9\x24\x1c\x12\x38\x4f\x5c\xc2\xe1\x80\xb3\x46\x7f\x34\xe9\x0a\x12\xa1\x94\x21\xaf\xa5\xce\xf4\x17\xa5\x84\x34\xfe\xa3\xfb\x89\x4b\xc8\xab\x96\x77\x15\x47\xa4\xfb\x24\xf1\xc4\x27\x35\x6b\x42\x63\x81\x9d\xb2\x85\x8d\xd6\x95\x2c\xa3\x2e\x96\xe7\x4d\x7e\xa5\x5e\x65\xc5\xf7\xe0\x96\x4e\xd7\x4c\xc0\xa6\xeb\xfb\xb3\x93\x1b\xdf\x7b\x3d\x77\x3e\x15\x85\x62\x41\x14\x18\x21\x66\x4e\x7e\x12\x67\xfe\xa3\x64\x0f\xcc\xb1\x39\x4f\x06\x5e\x61\xf1\x98\x48\xc7\x15\x73\x65\xf7\x6d\x43\x7a\x40\x1f\xef\xf8\xec\x45\xb6\x33\x25\x88\x3c\xd0\x2e\xd2\xfa\xa5\x3d\xfd\x3a\x7f\x22\xaa\x52\xc2\xa3\x73\x07\x7f\x5b\xc9\xe6\xf2\x13\x95\xfa\x7f\x08\xce\x3c\x11\x34\x1f\x8c\x33\x49\x36\x86\x6c\xea\xd4\x30\x2d\x27\x1e\xea\x63\xa2\xdc\xee\xed\x73\x2f\xc2\x7d\x94\x95\x02\xba\xe8\xd7\xf8\xee\xa8\x42\x7e\xf4\xeb\x7e\xba\x82\xc2\x2d\xd9\x14\xfb\xa3\x18\x4f\xad\x55\xa7\x36\x1d\x78\x94\xd5\xa5\x58\xb8\x60\x74\x7f\xa5\x18\xb1\xec\x8d\x44\xf3\x93\x52\xf3\x3d\xcb\x90\x99\x67\x99\x4a\x1d\x91\x65\xa9\xce\xf7\xfa\xc4\xc6\xa8\x78\x3f\xc5\xa8\xc2\x5f\xe8\x9a\x88\xc2\x5c\xfb\xce\x8f\x2e\x30\xaa\x94\x31\x2a\x5e\xda\x18\x8d\xf8\x7a\x20\xb2\xed\x3b\x1a\x9f\xc9\x4b\xcc\xd4\x78\x32\x0a\xfe\x50\xde\x3c\x9e\x53\x17\x2b\xfa\x8e\xc9\x28\x44\xf4\xc1\x2e\x64\x25\xbf\xee\x7e\x6d\x56\xf2\x20\xfa\x60\x72\x19\xae\x53\x77\x61\xd9\xd6\xcc\x33\xd9\xf7\xef\x91\x43\x19\xd3\xf5\x58\xce\x0d\x96\x51\x27\xcd\x76\x5b\xa9\x22\xb5\xd6\xec\xf1\x3d\xff\x70\x49\x9f\x89\x3a\x5d\xd0\x89\xe3\xfa\xc9\xc5\x43\x0f\xbd\x6a\xca\x3f\xef\xc3\x1d\x1e\x44\xda\xb9\xef\x4f\x81\x88\xd8\xca\xed\x8d\xfa\x0e\x95\xd0\xe6\x4f\x0e\x71\xa7\x67\x13\xf3\x63\x45\x17\x63\x6a\xaf\x37\xd1\xcf\x2a\xd5\xad\x26\xfa\x9f\x9c\x14\x69\x2f\x83\xff\xcf\x9d\x52\xc7\xb4\xec\x7f\xf2\xdd\xb6\xf5\x65\x7a\x5c\x23\x50\x37\x6d\x67\x62\xd9\xe6\x5a\x11\xe4\x36\x97\x8b\x9f\xb6\x1b\xfc\x20\x92\x7d\x77\xbb\x8b\x28\x23\x42\x4e\x27\x18\x15\xaf\x7a\x3e\xc9\x7c\xa2\x6e\x4f\xd4\xed\x01\x11\x7c\x21\xae\x40\xaf\x9b\xae\xd5\xa7\xb1\x7c\x06\x40\xc3\x75\x94\x79\x9a\x86\xfb\xe8\x2d\x9e\x7d\x56\x1d\xae\x30\x7a\xf1\xb4\x13\xce\xfe\xf2\xbb\x6d\xc5\xd9\x89\x60\xd5\x75\x73\x31\xa6\x23\x4e\x25\xa4\x34\xb9\xeb\x35\xb8\x6f\xe9\x6e\x43\x1d\x2e\x88\x60\x77\x35\xdf\x3d\x06\xe5\xeb\xdb\x98\x77\xc8\x69\xcb\x2d\x80\xeb\xd5\x31\x7a\x2a\xff\x32\xc8\x84\xe8\x09\x64\xf2\x6a\x19\x8e\x70\x0a\x48\xa6\xd0\x3c\xeb\xb4\x59\xae\xa4\x94\xa2\x14\x9a\xd9\x78\x0a\xcd\x43\x46\x20\xdf\x46\x35\x0e\xaa\xb6\x08\x92\xa5\xbd\xf6\x31\xe2\xcb\x70\x6e\x55\xc6\xa8\x55\xc3\xc8\xcc\xf6\xfd\xa8\x23\xa4\xf9\xf8\x78\xc2\x4b\x5f\x7e\xb7\xad\x78\x49\xc5\x71\xb9\x0d\x67\x91\xc7\x7e\xca\x90\x52\x4b\x8a\x98\x78\xa9\x54\xe5\x00\x71\x9f\x16\x0a\x5f\x9d\x5c\x8f\x1e\x95\x11\x52\x6b\xed\x12\xdf\x0f\x6e\xc9\x6f\x31\x2c\x27\x4a\x6b\x2d\x72\xcc\x91\x38\x72\x74\x6c\x63\xe1\xd8\x8c\x93\x58\xc9\x20\x40\x22\xb2\xd7\x1b\x21\x80\x7e\xc1\x30\x3f\x81\xb4\x47\xbd\x9c\x5f\x60\x74\xf6\xd2\xf0\xa3\x35\xac\x4a\x4e\x22\x80\xc5\x4e\x85\xeb\x20\x2a\x0f\x47\xd0\x0d\x3e\x07\x3d\x22\xb2\xa4\xb6\xd4\x77\x04\xda\xf9\xc0\x40\xf6\xef\x53\x64\x7c\x10\xc3\xb6\xf5\x6e\xda\xd9\xf4\x50\xf7\xf8\x14\x86\xd2\x26\x47\x83\xe6\xcc\xee\xaf\x86\x83\x3e\x05\xcd\xe9\x31\x7b\xb2\xba\x63\x2f\x4c\xd7\x35\x97\x71\x89\xf2\x77\x65\xf0\x47\xcb\x94\x8f\x69\xbd\x3e\x26\xa2\x4d\x4f\x30\x93\x7c\xf6\x3c\x5b\x7d\xd3\x0f\x0a\x13\xa9\x71\xf8\xbf\x86\x39\x01\x27\x7e\x51\x06\x13\x0d\x73\x62\xae\x89\xe0\xc7\x5f\x40\x45\x04\x60\xbe\x34\xf8\xc6\xfd\xeb\xb6\xac\x96\xd5\x72\x5a\xce\xff\xcd\x8b\xdd\xae\x1b\xcb\xa8\x8b\xbb\xfb\x47\xa5\x88\xe6\x0f\x06\x46\x85\x27\x83\x97\x21\x80\x1d\xe9\x1b\x1e\x47\x7a\x9e\x54\xb2\x5c\x5e\x22\x2b\x0f\x11\x07\x6f\x2b\xcd\xea\x1e\xea\xd4\xe4\xc2\x63\x29\xb8\x5a\xd8\xaa\x51\xf2\x90\xf6\xd4\xf5\xd0\xaa\xeb\xa1\xca\x8c\x57\x17\xbb\x1e\x9a\x1a\x1e\x7a\x5a\x61\x64\x4c\x88\xaf\x21\xcb\x2d\xf8\x67\x7f\xec\x79\x48\xe3\x9d\x9f\xba\x18\xe9\xcf\x65\x61\x4d\x08\x6b\xc2\x64\xe2\x09\x14\x7e\x59\xf7\x20\xbc\x94\x6e\x10\x8c\xbc\x9a\xbc\xe0\xb6\x1a\xa2\x66\x32\xc5\x48\x2d\xd4\x30\xb2\x9a\x65\x8c\xbc\xe0\xd4\x2b\xac\xc5\xa9\xd4\xe5\x61\x3e\xf0\x97\xa9\xa8\x99\x83\xde\x0e\x20\xca\x9a\x06\xeb\x66\x14\xec\x69\xd7\xa0\x50\x3b\xf4\x80\xb8\x90\xf1\x98\x8e\x6d\xc7\x75\xec\x85\xc3\x82\x70\xaa\xbe\x9b\x08\x8b\xa7\xe8\xdc\x67\xfb\x25\x2d\x4a\x42\x21\x75\xb6\x7d\x17\xc4\xcc\x22\x1d\x0f\x11\x9b\xcf\xbd\xc7\x0a\x46\x9d\x2b\x3e\x64\xae\x30\x83\x8d\xe2\x88\xc5\x46\x33\x0c\x26\x9d\x2e\xec\x45\x48\xfd\x04\xe5\xb5\xe1\x22\xfa\xa8\x2e\x65\x31\x95\x5a\x09\x1c\xb4\xe6\x1a\x33\xde\x95\x54\x62\x68\xea\xf7\xa4\x01\x3f\xe5\x6e\x27\xf5\xc2\xb1\x93\x6a\x9f\x42\x0d\x66\x63\xc8\xb7\x61\xbe\xfc\xf8\xc7\x71\x47\x1f\x88\x7d\x7f\x55\x93\xbe\x10\x01\xe7\xc8\x62\xc3\xbc\x02\x8c\xb4\x2d\xf7\xeb\xa7\xe5\x59\xfb\xb0\xae\xc2\x89\x22\x8d\x95\x3f\xcb\xeb\xfc\xe8\xd0\xe4\xc9\x9e\xf1\x84\x92\x3f\x17\x25\xab\x71\xe3\xe9\x86\x35\xb5\x06\xbe\x1c\x72\x1b\x46\x3e\x02\x24\x1b\xa3\x56\xef\xec\x1e\x46\xda\x93\x29\xe3\x93\xe2\xf2\x44\xce\x9c\x60\xe7\x90\x0a\xce\x78\x86\x8e\x86\x33\x31\x45\x5a\x22\x3f\x15\x51\xb9\xd5\x46\xe5\x94\xbf\x72\x0f\x23\x0a\x7f\xa2\x10\xf7\x57\xde\x1a\x1a\xe3\xf3\x1d\x96\x5b\x5d\x8c\x0a\x2f\x1d\x8c\xac\x32\x46\xb7\x7c\xa2\x64\xd5\xad\xe1\x07\xbe\x64\x01\x33\xc6\x27\xaf\xe5\xa3\x85\x92\x4f\xf1\x5a\x2e\x24\x00\xd1\x75\xec\x61\xe0\x8e\x04\xc2\x40\xa6\x16\x95\x2a\x48\xfe\xf6\x4d\xc1\x79\xa3\x8c\xd0\x45\xff\x9a\xef\x8e\xca\x26\x3f\x9e\x86\x53\xad\x61\xa4\x4e\x7d\x9b\x70\x0d\x27\x3f\xc7\x62\xf8\xa3\x42\x47\xce\x82\xfe\x5d\x36\xbd\x31\x1d\x32\x3f\xe6\x0f\xaa\x77\xda\xa8\xde\x8c\x44\xf1\xc2\xfe\x22\xfc\xdb\x39\x76\xf5\xbb\xb7\x9f\x71\xbd\x74\x53\xf0\xe1\xdb\x53\xaa\x18\x59\xaf\x18\xdd\xbe\x9c\x08\xf0\x5f\x0c\x77\xa5\x82\xcb\xfd\xf6\xb8\x6b\x13\xa0\x9e\x99\xf6\xc2\x74\x3f\x07\x50\x0f\x1d\x51\xe1\x04\xa8\x6f\x83\x8e\xf3\x6b\x01\xea\x71\x41\xd1\x57\x02\x6a\xc3\x7c\xf9\xd1\xa2\x63\x73\xf2\x95\x8b\xea\x09\x56\x7f\xdf\x45\x75\x1b\x66\x38\xc1\xea\x5b\xb0\x7a\xf3\x64\xd9\x74\x40\x53\x26\xc7\xf5\x4a\x9b\xe5\x1e\x42\x1f\xb5\xac\xec\xa3\x06\x26\xc7\x9f\xed\xa0\xa6\xae\x6e\x1b\x6b\x46\x7f\xf6\x15\x06\x29\x7f\xb2\x93\xa3\x1a\x0f\x81\xd5\xa4\xf6\xc0\xb6\xdc\x85\x67\x0f\x20\x90\x24\x58\x67\x0a\xcb\x4c\xc8\x31\x0d\xa6\x9a\x20\x2a\x6d\x25\x02\x4a\x6a\xbe\x15\xb1\x1f\x53\x32\x2b\x87\x95\x24\x3a\xc9\x6e\xdd\x42\x31\x4c\xa1\xf8\x81\x42\x1d\x96\x21\x5d\xab\x8e\x51\xd3\x3e\x97\x4c\x22\x7f\x8d\xe0\x92\x22\xb5\xd6\xae\xc8\xf5\x14\x5c\xf2\x60\x00\x92\xf0\xeb\x68\x52\x97\x4e\xa8\x6b\xf5\x84\x55\x56\xd3\xff\x0f\x2c\xb2\x34\xa6\x55\x95\x2a\xd2\xaa\xca\x2d\xff\x29\x21\xcd\x0b\xb2\xa4\x72\x82\xc3\xae\xdc\x3f\x29\x23\xd4\x99\x39\x58\x31\xd0\x8c\xda\x5d\xe5\x12\x91\xe5\x43\xb7\xa1\x38\x4c\x8d\x3b\x80\x36\x1d\x77\x91\xa1\x5e\xa6\xe9\x5a\xb6\x61\xb2\x66\x53\x0a\x67\xa9\x37\x0e\x9a\xca\x8f\x65\xd4\xc2\xdd\x45\x0f\xa9\xdf\xed\x7a\xcf\x8f\x32\xb0\x2b\x71\x02\x28\x7c\x63\xd0\x94\x75\xc9\xe2\x74\x67\xcf\x1e\x56\xce\x4e\xcd\xde\xbe\xae\xbd\x3d\xa8\x9a\xd5\xf8\x85\x67\xa2\x1a\x4f\xf2\x7b\x67\x39\x3f\xca\x2e\xb5\x0d\x27\x16\x89\x48\x7f\x56\x8c\x1d\x27\x87\x08\xf1\x30\x57\xea\xe8\xa2\x5f\xe3\xbb\x2f\x14\xf9\x35\xca\x7d\x8c\xfa\xd9\x2e\x66\x1a\x49\x81\x81\xf3\xe3\xc1\x1c\x0f\x9d\x78\x28\x8b\x47\x88\xd5\xf4\x76\x28\x0b\xf1\x96\x97\x8a\x83\x2e\xfa\xd7\x7c\xf7\x75\x6f\xc9\xb4\x7c\xfc\xdd\x3c\x7b\x41\x7f\x94\x5c\xd3\xa6\x73\xd6\x8a\x06\x51\xbc\xe0\xb9\x72\x8d\x02\x6f\x08\xce\x43\xa9\x38\xf1\x6a\x07\x76\xd3\x61\x19\x75\xa6\x3e\x0d\x15\x13\x3d\x5e\x95\xf8\x2e\x3b\xb2\xf9\x33\x91\x87\x15\x3f\x7a\xba\x2b\xc1\xd1\xb4\xc7\x8f\x08\xe1\x73\xda\x01\x3b\xb2\x4d\xa5\x69\xcf\x2f\xd9\x17\x5d\x8c\x9c\x29\x46\xbd\xf1\x0a\xa3\x91\x83\xd1\xad\xe9\xf8\xb4\x5d\x68\x63\x17\x99\x47\xae\x31\x86\x88\xec\x1f\x77\xb4\x8f\x88\x35\x7b\xbf\x7d\xde\xba\xa4\x12\x9b\xda\x03\x95\x0a\xb8\xf3\x7d\xa6\x80\xe0\x6c\x17\x7d\x05\x28\x25\x32\x8c\xae\x7f\xb6\x7d\x3f\x47\xf2\x4e\x4e\x60\x38\x2b\xee\xc4\xd1\xeb\x39\xaf\xaa\xd6\x92\x38\xec\xc5\x16\x05\x9d\x63\xe4\xd2\x34\xc6\x8a\xdc\x51\xcb\x5e\xfe\xb8\xb3\x9e\x4d\x37\x19\xc2\x40\x0e\x5f\x70\x54\x0a\xf6\xdb\x35\x0a\xf6\x20\x5c\xc1\x49\xc1\x7e\x12\xb9\x1d\x74\x7d\x2f\xe8\x6a\x0c\x7c\xec\x91\x65\xff\xb8\xb4\xc7\xa6\x88\xe9\x2f\x60\xa8\x22\x00\xa9\xda\xe2\x6c\x57\x2e\x60\xb5\xf6\x0d\x4c\xa0\x7f\x64\xe0\x82\xe7\x8a\x81\xd1\xc8\xf4\x7e\x01\xae\xea\x34\xd7\x8f\xe3\x16\x4c\x8d\x1b\x93\xdc\x99\x86\xf5\x68\xc6\x03\xcb\x3d\x71\xee\x69\xaf\xc0\x72\x42\x85\x5d\x05\x4a\xaf\x56\xfd\x52\x4a\x6f\x4f\x15\x76\x82\xb2\x37\x07\x96\x1d\xc9\xf0\x12\x42\x76\x96\xeb\x84\xa1\x03\x82\xbf\x8d\x9f\x68\xab\xa3\x6c\x96\x65\xd4\x52\x25\x4b\x14\x07\x79\x17\x26\xdf\xc1\xe2\x37\x57\x6b\xfb\x19\xa4\xe6\x72\x71\xf8\x8d\x48\x07\xa3\x16\x2b\x85\xd0\x5d\xd7\x24\x19\xbb\xa0\x3c\xa0\xc1\x3a\x9a\xef\x10\x3e\xaa\xbc\x24\xf2\x3c\x07\xcf\xc5\x48\x3c\x1a\xdc\x9d\x39\x77\xc6\xde\xc2\x3c\x28\xea\xfd\x49\x34\xcc\x32\x2d\xbb\x84\xd1\x79\xa7\x75\x42\xbd\x27\xd4\xbb\x33\xea\x55\x8b\xd2\x3c\x6f\x51\x7b\x41\x5d\x73\x12\xe3\xad\xb5\x33\xa5\xbe\x5b\x98\x48\x40\xb9\x2f\x63\xc5\xe0\x28\x97\xef\xbe\x58\x84\xc0\xd4\xb8\xf4\x80\xbf\x9e\x45\x07\xce\xde\xdc\xb5\x76\x78\xfe\xfa\xa8\x38\xf1\x62\x79\x85\xd1\x13\xaf\x76\x1a\x27\x96\xfc\x37\x62\xc9\x11\x69\xf4\x92\x85\x55\xef\x4d\x35\xd9\x3a\x77\x9c\xbd\x7b\x88\xec\x9d\x1f\xd9\x95\xe5\xe2\x31\x6e\x39\x7c\x3b\x3f\x2a\xce\xc4\xb2\x39\x90\x57\x22\x19\x39\x87\x74\x0d\x14\x58\x4c\xaf\xfa\x90\xae\x7b\x81\x58\x34\x5a\x44\x75\xa2\xb3\x0c\x59\x2c\x9e\x46\x88\x8c\xaf\xea\x23\xc0\x32\x39\x4e\xab\xd5\x7a\x1e\x22\x67\x8e\x87\x96\x35\x0f\x91\xbb\x92\x87\x5e\x78\xe1\xb6\xee\xa1\xd7\x15\x2f\x60\x0f\xbd\x76\x3d\x44\x9a\x25\x0f\x11\xed\xa9\x8c\x91\x89\x31\x53\x8b\x89\x27\x74\x7e\x34\xa9\x37\x8e\x87\x4d\xd6\x72\xca\x7c\xef\xb0\xc9\xfb\x6f\x02\x3d\xdf\x29\x2f\xe8\xa2\x7f\xcd\x77\xef\x40\xcf\xd3\x76\x1f\xa3\x66\xf7\x00\x14\x31\xd4\xd4\x82\x0b\x42\x63\x7e\xaa\xd2\xf3\x0b\x71\x9f\xdb\xb4\x73\xf5\x4b\x43\x44\x3c\x81\x7b\x85\x37\x0d\x49\xec\xb8\x03\x36\xbf\xe0\xf7\xf0\x99\xf9\x75\x2e\xa7\x18\x71\xf4\x17\x6f\x03\x8f\xf1\x12\x78\xfc\x86\x8d\x79\x21\xfd\x3c\xe1\x2d\xc2\x36\x5b\x1a\xc7\x0b\xfe\xf3\x24\x43\x35\xb5\x0c\xc7\x35\xe7\xbd\xe5\xdc\xb3\xfb\xb2\x49\x2f\xfa\x86\x31\x23\xae\x72\x2b\xcc\x7a\x91\x3f\x8d\x3f\x7d\x2d\x62\x19\x95\x66\x3b\x2f\x4a\x01\xa9\xab\xac\xc9\xf7\x22\xa4\xbd\x48\xea\x0d\x08\x78\x6b\xfc\xfb\xed\x21\xf2\x3f\xba\xef\xe3\x9e\x11\xfc\x77\xc8\x1b\xb0\xbe\xfd\xbb\x3b\xee\x9d\x64\xe0\x17\xb8\xd3\xb6\x8e\x4c\xcf\xca\x8c\x7f\xcb\x5a\x8c\xd2\xc1\x12\x37\xa7\xbc\xdb\x21\xdf\x9d\xbf\xe9\xd9\xdc\x27\x6e\xbf\x44\xc8\xc5\x53\xbe\xbb\x23\xe6\xcb\x3e\x83\xf5\x2b\xc6\x5d\x25\x5a\x8b\x1f\x57\xce\xd0\x9e\x0b\x37\xae\x4a\x1b\x85\x7b\xdf\xa5\xab\x51\xa9\xb4\x99\xe6\xf1\x45\x87\xff\xf8\x01\x65\xe0\x0f\x62\xca\xec\xb0\x25\x96\x0f\x3d\x7b\x90\x55\x29\xf7\x39\x2b\x5f\xc1\xb1\x16\x7c\xc5\xd3\x39\xa8\xd8\xe5\x20\x76\xc8\x60\xe2\xe7\x6b\xb8\x4a\x4b\xba\x24\x96\x63\x87\xd2\x4f\xf7\x5d\x77\x16\xdf\x60\x64\x5e\x77\xf9\x83\xc3\xb1\x35\xdb\xc8\xa1\xac\x8f\x62\x12\x16\xf2\xf7\x17\x1e\xb2\x16\xde\xa6\xf3\xe9\x8b\x45\x9c\xe1\xe1\x7c\xf6\x8f\xc3\x73\xfd\x80\x77\xdb\x59\x6e\x67\x93\x18\x72\xec\xe0\x98\x69\xd8\xef\x87\xbc\x8d\xee\x91\x60\xd6\x4f\x31\x44\x4b\x48\xb6\x5e\xac\xc7\xc5\x8f\x33\xcf\x75\x4d\x7b\xb1\x51\x57\x90\xef\x29\xa3\x75\xba\x82\x35\x7a\x01\xa1\x0d\xd0\xeb\x4a\x15\x79\x17\x7d\xbe\x03\xec\x76\x7f\x3e\x95\x65\xf5\x00\x71\xeb\x84\x13\xf1\x92\x35\x0f\x66\x65\x32\xe8\x62\x4c\xd6\x31\xad\x4f\xc1\xb1\x58\x36\x41\x6d\x9b\x03\xcf\xb0\x06\x74\x3c\xa5\xb1\xb8\x79\xd9\xba\x72\x9b\x88\x9b\xc7\x32\xa4\x73\x7e\xde\xe3\xcc\x48\xb5\x6d\xf0\x7d\x0c\x03\x9d\xf3\x0f\x5d\xaa\xa5\xc2\x74\xb7\x87\xde\xd8\x0c\x63\xe1\x42\xc2\x98\x95\x52\xd8\x31\x2f\xce\x07\xb0\xe4\x34\xdb\x76\xf8\x72\x4a\x1a\x65\xbe\x5f\x8b\xf5\x7f\x35\x50\x3c\x1a\x38\xf9\x9c\xc8\x3e\xb9\xf8\x74\xb2\xfb\xa6\xfb\xa3\x4c\x97\x2c\x48\x1c\x10\x26\xe0\x0f\xd3\x7b\x4a\x01\x25\xd4\xc3\x24\x85\x79\x8f\x95\xbe\x3a\xcb\xb6\x38\x2c\xd3\x86\x14\x4b\xa2\xdb\x28\x6f\x59\xf2\x7e\xf5\x28\xaa\xbf\xe2\x42\x77\x34\x53\xff\x0b\x16\xba\x07\x6a\x1b\x8e\xf7\x6c\xba\x6f\xe5\xb7\x3c\x02\x23\xb2\x9f\x32\x3e\xbb\xc1\xb1\x15\xd7\x17\x24\x7c\x41\x04\xe7\xbd\x6f\xf6\x67\x52\xdb\x27\x24\xf4\x1b\x23\xa1\x84\xb1\x7d\x67\x68\x2d\xcc\xa1\xe3\xce\x4d\xf6\x4f\xab\x8d\xfe\xa9\xb4\xd1\x3f\x9d\x36\xfa\xa7\xc9\xcb\x15\x91\x07\x8e\xa3\xa6\x7a\xab\xcd\x40\x40\xe9\xff\xe5\x83\x5f\x29\x05\xaf\x8e\x3f\x5e\x00\x99\x07\x0c\xd2\x08\x24\x12\x00\xa8\xda\x03\x46\x2d\xd3\xe5\xb8\x04\x63\x64\xad\x64\xd7\x27\xad\x51\xc2\xe8\xd9\xed\x9f\x00\xe1\x18\x00\xa1\x98\xf2\xc3\xeb\x58\xb6\x6d\x4d\xcd\xc1\x9b\x96\xd3\xbf\xe6\xba\xc7\x99\xa0\x4b\x4b\x2c\x21\x5a\xa3\xe2\x4f\xdb\x2b\xea\x07\x49\xa6\x67\xb1\x44\x71\x8b\x72\x4c\xe1\xbe\x71\x51\x82\xe9\x8c\xf9\x94\x74\xb6\xb6\x7b\xe7\x12\x18\xe7\x61\x73\x96\x9f\x1c\x16\x0a\xef\x50\x50\xbd\xb3\x87\x94\x40\xfa\x60\x7d\x7f\xc2\x37\xeb\xbd\x3d\x3e\xfa\x6e\xa7\xa5\x6d\x33\xf7\x9a\x8b\xd1\xd7\xff\xd0\x91\xb7\xa0\x0b\xb1\xae\x85\x6b\x9a\xac\x80\x93\x17\xb4\xfd\x32\x96\x7d\xd2\x06\xda\x37\x22\x2d\x74\x47\xa9\x7d\xb3\x4f\xda\xb7\xa3\x05\x8a\xcf\xc9\x0e\x22\x2b\xdf\xfe\x31\xc7\x63\xe7\x65\x64\x5b\x8f\xc2\xc6\x18\xa4\xb7\xbe\xe4\xb6\x5e\xf1\x43\x36\xe0\x48\x76\x1b\x86\x6c\x78\xdb\x9b\xfe\x30\x1b\xcb\x90\x69\xbf\x84\xd1\xd0\x7a\x95\x04\xc2\xbf\x86\x37\xfd\x09\x06\x8e\xe3\x16\x8c\x14\x05\x99\x6b\x2f\xa8\x6b\x2c\x38\x1c\x9c\xd1\xb9\xb9\x04\x08\xf8\x86\x0b\xe8\x1b\x21\x0c\xa3\x4c\x01\xa3\x4c\x2f\x21\x8b\x67\x19\x75\xc6\x97\xf7\xca\x53\x0b\xa3\x76\x11\x23\x1d\x37\x31\xba\xae\xf9\x5e\xa4\x1a\xa4\xfb\x80\x5c\xf8\xfa\x08\x23\x32\x72\x31\x22\xea\x18\x88\x02\xc2\x08\x8e\xdf\xb5\x42\x9f\xad\xb9\x7f\xd7\x3c\xfa\x86\xb3\xfc\xae\x79\x8c\x32\x81\x43\x22\x48\xea\x9f\x97\x0e\x46\x56\x77\x81\x11\x1d\x3f\xf1\x5b\xe7\x9f\x31\x7a\x28\x63\xa4\x75\x6c\x8c\xae\x1b\x98\xe5\xf9\x75\x9b\xd4\xb0\x1e\x2d\x03\x5c\x95\x7f\xd4\x85\xfd\x16\xfb\xc6\xa9\x5c\x8a\x19\x66\x4c\xf5\x13\x89\x47\xb7\xaf\x53\x63\xe6\x51\xd7\x32\x59\x09\x72\xa0\x09\x7b\x45\xe8\xc0\x5f\x1c\xf9\x16\xc9\x5f\x4d\xa6\x4b\x1b\xcb\xa8\xc5\x6a\xc1\xa7\x21\xf5\xd6\x35\x2f\x2d\x97\x18\xd5\x9e\xe7\x01\xd5\xc8\x89\xaf\x3b\x4e\x94\xbd\x38\x52\xe1\x1e\xfb\x85\x1a\x27\xcb\xce\x70\x10\xf6\xce\x58\x57\x80\x5e\xeb\x4f\x6d\x29\xac\xb1\x45\xda\xd0\x9a\x3f\x07\xb4\x59\x94\xa4\x02\x3c\x62\xac\x20\xae\x98\xa0\x99\xb7\x97\xd6\x51\xd9\x1b\x4b\x11\xb1\x6a\x39\xfb\xde\x03\x7e\x68\xd8\x77\x0d\xfd\xae\x9d\x39\x3f\xc9\x69\x7c\x8c\xe1\xdd\xa7\x75\xdb\xd6\x97\x91\x24\xe8\xbd\xcc\x1d\xdb\x07\xfd\x5c\x00\xfa\xb9\x00\xf4\x55\x96\x39\xab\x3a\x18\xa9\x8f\xcb\x11\x66\x39\x19\xbc\x4b\x9e\x31\x1a\x53\xbb\xcf\x1a\xff\xae\xb7\x51\xe3\xdf\xad\xf0\xa7\xd2\x66\x99\x9e\x87\x32\x06\xff\xc7\x28\xd3\x0f\x3c\x0a\xd6\x6f\x87\xb7\x55\xd9\xba\xb1\x0c\x39\x3f\x7b\xf0\x84\xa9\xaa\xcf\x5b\x6f\xcb\xc8\xa4\xdb\x1e\xe7\xb6\x62\xa5\x71\x8f\x37\x29\x79\x7c\xb1\xdb\xad\x34\xab\x79\xa8\x53\xf7\x0b\xfe\x49\xd2\xf3\xd0\x65\xdd\x47\x0b\xef\x83\xfd\x8f\xe8\x35\x5b\xc3\xf3\x26\x4a\x10\xbc\x0a\xe0\x6d\x63\x69\xff\xbe\x3f\x73\x37\x28\x1d\x0e\x41\x7d\x4c\xdf\xbd\x90\xdb\x41\x9f\x94\x11\x5d\xc8\x73\x23\x44\xd0\xa4\xe3\x89\xe9\x02\x22\x10\x56\xf9\x3a\x58\xe6\x07\x01\xac\x12\x96\xf9\xda\x07\x29\xff\x0d\xea\x60\x64\x57\x30\x22\xcf\x7d\x91\x59\x19\x0a\x24\xbf\xda\xc2\xa1\xd2\xb9\x2d\xcc\xe2\x9f\xc0\xac\x42\xdf\xe6\xe2\x72\x72\x89\x79\x3b\x4a\x85\x9e\xa0\x06\xef\x9c\xc5\xd0\x74\x69\x30\x17\x98\x6f\x08\xc2\x06\x37\x0e\x66\x44\x83\xd6\x73\x8b\xfe\x7d\x67\x2d\x69\x7f\x08\x96\x23\xdf\xb0\xc6\x32\x5a\x4e\xb9\x45\x19\xd1\x36\xd3\x7e\xae\xe4\x94\x5b\x96\xcd\x27\x27\x5a\xdb\x75\xc6\x63\x7f\xc1\xe1\xff\x7c\x8e\x61\x94\xf9\x20\xd7\x0f\x46\xa6\x9e\x83\xd1\xb0\xff\x0b\x1a\x8a\x1f\x8b\x49\x7a\x62\x3a\x3c\x38\xf3\x85\x33\x0a\x48\x04\x41\x1e\xc0\x10\x2f\x9e\x4a\x98\xa9\x7c\x78\xab\x9e\xeb\x4c\xcd\xbf\x6f\xe6\x63\x87\x9d\x55\xdb\xe8\xac\xda\x6a\xb3\x0c\x09\x86\xf5\x88\x36\x96\x51\xe9\x4b\x1d\xa3\xdb\x09\x46\x9d\x9c\x83\x51\x76\xfa\xe8\x7f\x8f\x4d\xd4\xd6\xcb\x95\xf1\x7e\x19\x73\xf0\xb5\x57\x53\x23\x40\xc2\x5f\x43\xf8\xed\xd4\xed\xab\xe7\xde\x91\x80\xc7\x91\x00\x62\x4e\x15\x8c\x32\xc7\xb5\xa5\xf1\x84\x2e\x96\x3e\xae\xcd\xfa\xb4\x7a\x9e\x65\xb2\x79\xa5\xce\x69\x75\x41\xb3\xe7\x37\x66\xad\xdf\xe6\xbe\xcb\x32\xa4\x69\xc0\x85\xcc\x7b\x87\xef\x54\x0d\xc4\x58\x90\xb7\x14\x56\xcb\x44\xa9\x0f\x8a\xd2\x9b\x9f\x9b\xa3\x10\xee\x81\x93\xbb\x6e\xf7\x2b\x67\x28\x23\x7e\x5e\x3a\xf8\xca\x93\x09\xb5\xe1\x23\x57\xab\xfc\x9f\x63\x31\xd5\x56\x2e\x39\x1e\xf3\x57\xb6\xc3\x9a\x43\x6e\xa2\x93\xc8\xb2\x03\xcf\x41\x2e\xac\x3a\xdf\x5f\xd7\x7c\xd7\x64\x42\x7a\xb1\xd2\x94\x0f\x4d\x1f\x68\xa6\x69\x78\x36\x28\x3d\xde\x90\x60\x08\xcd\xad\x1a\x01\xb8\x0a\x8e\x67\x56\x1d\x72\xb2\x22\x1b\x12\x1d\xeb\xa2\x20\x02\x49\x22\x7a\xbc\x4d\xbc\xb7\x1c\x8c\x96\x40\x94\x1a\x90\x1e\x97\x5f\xc4\x09\x4b\xf1\xa1\x8f\x46\x2c\xba\xe6\xba\xb3\x7b\xce\x04\xbd\xd7\xc5\xa8\x92\x22\x15\x76\x01\xff\x0d\x77\x0a\xa5\x3a\x1b\xc4\x3b\xb1\x53\x5b\x0a\x3f\xd1\x4b\xae\x61\xaa\x3c\xb9\x6d\xda\x5f\xba\x02\x85\x10\x15\x7d\x23\x1a\xfa\x46\x74\x90\x31\x66\x7a\x0d\xe5\x3e\x60\xd6\x51\xc6\x0c\xe5\x8d\x5a\x7a\x32\x6e\x0b\xa1\x22\xb7\x02\xac\x02\xd7\x35\xef\x6d\xbe\x93\xb0\x8a\x3a\x23\xbf\x2d\x42\xd9\x77\xc9\x53\x21\x10\x0e\x47\x44\xbe\xcd\x03\x8c\xd5\x6c\x41\x3d\x1f\xdb\xeb\x01\xc6\x67\x19\x6d\xac\xe8\x28\xa3\xe3\x00\xe3\xaf\xc7\xf6\x7e\xdd\xba\x71\x81\x41\x81\xab\x98\xf7\x36\xdf\xa9\x3a\xf8\x32\x4f\xbb\x5f\x37\x1e\x8d\x83\x8d\x07\xc7\xed\xba\xf4\x49\x9d\x9e\xb9\xe6\x9b\xd6\x95\xea\xce\xdf\x74\xf3\xfa\x09\x97\x31\xef\x6d\xbe\x13\x33\x5d\xab\xfc\xc6\xab\xa6\x9a\x97\xbe\xec\x7c\x38\xa0\x3d\xba\x58\xf3\x6d\xef\x94\x97\xb7\xbf\xad\x16\x4e\x4c\xde\xdc\xbc\xb7\xf9\xee\x53\x69\x10\xa6\x13\xe9\x75\x16\x4b\x37\x04\x3e\x4d\x22\xb7\x74\x96\xd1\x5c\x4e\x0c\x68\x38\x22\xb9\xf4\x0d\x2f\xa5\xa7\x8e\x83\x4d\xbc\x2a\xbf\x90\x79\xef\xf0\x9d\xaa\x37\x3b\x5f\x0c\x83\xbb\x4d\x97\x00\x55\xed\x0a\x7e\xc1\x17\x2d\xd3\xc1\xb0\x4f\xfb\xac\x1c\x7e\x52\x9d\x65\xd4\x07\xa5\x24\x3e\xe5\xbb\x03\x37\xb3\x8c\x9a\x2b\x9b\xfc\x3a\x6a\xe9\xcc\xe6\x7b\x41\xf0\x00\xe9\x03\x44\x10\x7c\xc4\x68\xe6\xc0\x89\xfd\xd9\xa2\xbe\x19\xd0\x25\xd1\x0f\x9c\xdd\x58\xfa\x9a\x76\x2c\x97\x8b\x96\xfb\x5b\xba\xa0\xae\x04\x92\x1a\xcb\x68\x33\xa5\x20\xc0\x51\xf3\x85\xfb\x2a\xb9\x7a\xe4\x95\x6a\xbe\xdc\x9d\x29\x05\x56\xcc\x45\x70\x50\xa6\x23\x19\x0a\x00\xac\x59\x46\x7b\x52\x9c\x60\xd8\x02\x25\xc1\xbe\x0c\xc7\x3a\xf4\xc9\x2f\x4b\x9e\xee\x1d\xbe\xef\x7c\x16\xe8\xc3\x61\xf1\xca\x0c\x27\xed\xea\x17\x64\x7d\x39\x2e\xce\x46\x83\x66\x0f\x46\xce\xc8\x07\xb5\x3c\xcb\xe4\xce\x39\xc9\x90\x17\x12\x1b\x95\x14\x5a\xe7\x8a\xce\xd7\xc5\x5c\xd4\xc3\xb5\xa9\x37\xf6\x47\x3a\xe7\x6b\x80\x0b\x2c\x93\x5d\x05\x4c\x25\xca\x14\x76\x18\xe7\xb7\x01\x96\x3f\x40\x2b\xbb\x42\xd3\x33\x7b\x75\x74\x4c\xe6\xb4\x88\x51\xad\x7a\x34\x64\x61\xbc\x63\xe1\x62\x85\x91\xe6\xf6\x25\x9c\x6a\x5a\xae\xb7\x60\x12\x9f\x1a\x80\xf5\x11\x6d\x7c\xc0\x29\x44\xc0\xe7\x1c\xa4\x1e\x72\x9f\xc5\xd0\x59\xdc\x0a\xa2\x40\x8e\x6f\xa7\x69\x6e\x36\xc1\xd7\xc6\xeb\x66\xb9\x06\x46\x55\x7b\x43\x87\xad\x5d\x23\x96\xb8\x5f\x8a\x3c\x38\x1b\xdb\x4a\xcf\x65\x5f\x3f\x31\xe1\x5d\xb5\xd5\x86\x66\x4f\xfc\x66\xaa\x1d\x58\xf8\x6c\xb4\xeb\x59\xe7\xdf\x9e\x28\xc5\xe2\x3e\xed\x10\x3b\x6a\x7d\xfb\x77\x77\xdc\x3b\x34\xd5\x2f\x70\xa7\x6d\x1d\x99\xaa\x4a\x68\xd4\x9a\x0f\x47\xe6\x28\x2d\x6f\xd3\x3b\x7c\xf9\xdb\x45\xde\xb6\x0d\x0d\x92\xa6\x01\x17\x32\xef\x6d\xbe\xfb\x1c\x54\x68\x82\x39\x47\x37\xa6\x3a\xda\x5e\x12\x32\x9e\xa6\xf7\xa1\x43\xc2\x0a\x12\xeb\x50\x76\x3d\xdb\xb4\xfc\xcf\x9c\xd7\xb0\x58\x79\xf2\x15\xce\x92\xe5\xbd\x60\xdd\x61\x19\x72\x7d\xd9\xe6\x95\x83\x8a\x51\x54\xaa\x4c\x97\x24\xa3\xd7\xce\x78\x44\x17\x94\xd5\xeb\x6d\x74\xd9\x82\x35\x4c\xc3\x2c\x93\x1d\x2b\x14\x65\xb2\x1e\xca\xe4\x3c\x16\x58\x30\xa9\xab\x9b\x05\xaf\x27\xae\x5a\x6b\xf2\xbd\x67\x63\x74\x51\xc6\x28\xbf\xea\xe2\xd8\xaa\x78\x36\xb4\x16\xd4\x7f\xae\x02\xfa\x86\x8b\x08\x2c\x98\xf2\xaf\xca\xad\xb0\xc7\x2a\x62\x04\xf6\x4c\x3f\x49\xfd\x88\x45\xf1\x16\xae\x3b\x2d\xd9\x7c\x77\x6c\x0b\xe3\x21\xf9\xc8\x0f\x59\x15\x4d\x08\x19\xac\x47\x43\xe7\x58\x3d\x3a\x9e\xfb\x92\x5c\x9f\x9e\xe1\xe3\xc7\xc7\x91\x65\xf2\x67\x01\x4d\x83\xc0\xc0\xac\xe8\x27\xa4\xd9\x7d\xf3\xd9\x38\xb5\xd4\xbc\x38\x43\xea\xfd\xc8\x39\x43\xc6\x35\xc7\xf9\x7d\x1a\x8e\xcf\x8e\x46\xd1\x1f\xe3\xe5\xf7\xf6\x92\x92\x1b\x56\x02\xfa\x76\xef\x67\x01\x41\xc6\x90\x3c\xf2\xba\x2b\xc0\x08\xa2\xc4\xb4\x42\x24\xb1\x6a\x0d\xa9\x3d\x18\x52\x2b\x70\xd1\x61\x3e\x94\x6c\x27\x48\x58\x46\xd5\xbc\x17\x8c\x48\xc1\xc6\xe8\xe6\xa9\x8c\xd1\x1d\x7f\x44\x88\xca\xf9\x52\xc3\x88\xaf\xce\x05\x88\x4a\x77\x4e\x30\x6a\x87\x2a\xf5\xa7\x90\x57\x0e\x17\x76\xca\x9f\x79\x71\xaf\xf9\x61\xe8\xf6\xf4\x04\x65\xaa\x26\x01\xbf\x33\x76\x26\x3d\x07\x50\xca\x37\x9c\xd5\x02\xdb\x28\x81\x58\x9e\x94\x17\x1f\xb1\xe0\x00\xb9\x68\x44\x0b\xd0\x0b\x3f\x4b\xdc\xef\xbd\x06\xdf\xaf\x56\x1e\xca\x97\xa6\x1e\x52\x35\x60\x47\xc9\xca\x43\xb6\x66\x78\xb1\xb5\xa6\x32\xa4\x23\xca\x2e\xea\x3e\xea\x8a\xdd\x31\xcf\x32\xd9\x3b\x65\xc4\xef\x13\xdd\x33\x1f\x04\xad\xd0\x58\x86\x14\x6a\xdf\x79\x03\xe2\xd9\xb6\x32\x02\x5c\x36\xc9\xd9\x18\xa9\xa3\xd7\x9e\x87\x88\x85\x21\xa0\x44\xf8\x66\x15\x3a\xa1\x73\xc3\x9b\x27\x75\x1c\x53\xc5\xf8\x62\x1d\xc7\x4e\xdc\x3e\xb9\x32\xf9\x93\x5e\xc0\xef\x2e\x8b\xd7\xeb\x1d\x98\x5d\x74\x03\xe2\x0f\xdc\xa1\x80\xf3\x8b\x08\x42\x1c\x51\x75\xdd\xb7\x09\xc7\x5d\x09\xcc\x37\xdb\x35\x78\xa1\xe4\x17\x7a\x46\xf8\xc8\x83\xa0\xa4\x81\x26\xe5\xb5\x8b\xd1\x03\x2f\x94\x57\x18\xb5\xf8\xb9\x67\x88\x62\x14\x8a\x38\x22\x80\x15\xab\x03\xff\x19\xf0\x59\x4d\x81\x0a\x9d\x06\x75\x8f\xfd\x0d\x4b\x49\x3f\x2e\x32\x31\x80\x4a\x5f\x23\x8b\xda\xb8\x20\xed\xd0\xae\x18\x9a\xc0\x44\x34\x02\xe7\x09\x3a\xd3\x3d\x68\xc0\xe3\xa1\x23\x0f\x7d\x27\xa6\x4a\x82\x9c\x8a\x35\xb6\x64\x4a\x84\x65\x0a\x13\x8e\x12\x42\xfc\x2a\x38\xeb\xb1\x09\xd5\xa4\x6f\x77\x61\x6f\xf3\x15\xbb\x3b\xee\x47\xb1\xdc\xe1\x62\x5e\x8f\x06\x57\xd3\x59\x46\xfb\xce\x01\x5f\x0f\xa4\x03\x57\x8f\xdf\x15\x83\x69\x45\xe9\xe6\xde\x7c\x48\xed\x50\x6e\x2e\x53\xc2\x2b\xde\x75\x07\x4a\x58\x90\xbb\xbc\xb5\x79\x6f\xf3\xdd\xe7\x10\x38\xc3\x32\x66\x79\x49\x9c\xf5\x9d\x4e\xe8\xc0\x9b\xfb\x54\x5d\x80\xfb\x84\x60\x4c\x7d\x54\xea\x01\xfe\x3b\x1c\x0e\xdc\xdd\x68\x8e\x65\xc8\x83\x01\x0f\xa5\x52\xcd\x78\x84\x5c\x64\xb0\x82\x4d\x31\xea\xae\x02\x06\x3a\xb2\xf6\x8a\x40\x38\x11\xf6\xec\x70\xd4\xc6\x41\x28\x15\xf0\x57\x38\x7a\x81\x9b\x5f\xca\xde\x63\xa4\x5e\xcf\x7f\x7d\x3b\x93\x00\x42\xce\xe9\x8a\x86\x02\x25\xe0\xa5\x2e\x2b\xa1\x60\x09\xed\x2e\x60\x7a\x83\xe7\x39\x90\xa4\x89\x18\xaa\x83\x51\xbd\x8e\x91\x55\xc7\x48\xbf\xe2\x6f\x87\x1d\xbe\xec\x96\x82\x4c\xbb\x50\xca\xf1\xba\xa7\x58\x69\x5a\xa6\x18\x3d\xac\xe2\xcb\x36\xc7\x3f\x98\x1f\x4e\x57\x61\xa9\xb7\xb5\xb4\xa9\x5d\x18\x6d\xbe\xdf\xc1\x68\xf8\x18\xc4\x74\x7e\xf4\x83\x32\xf7\xba\x65\x8c\x06\x9c\x9d\xb9\xc5\x82\x27\x03\xc7\x0c\x08\x3c\x18\x86\x60\x06\x87\x4c\x1c\x04\x33\x88\xc7\xa1\x4f\x04\x14\xd4\xed\x58\xc9\x0e\x25\x52\xbc\x04\xd8\x03\xb4\xef\xbc\xaa\x4e\x30\x3a\xc3\xdb\xac\x34\x60\xa6\xec\x2a\xb1\x92\x2c\x41\xc2\xab\x14\xf8\x61\x6f\x15\xd0\x00\x40\xdd\xe4\xf8\xfd\xad\x5a\xfc\xa9\xc1\x62\xa4\x44\x50\xeb\xba\x8b\xc8\x6b\x9f\xa0\x3a\x2f\x70\x02\x49\xb6\x67\x0e\xef\x00\x0b\xa7\xca\x7b\xda\xa5\xa0\xb4\x69\xc9\x35\x02\x09\xa4\xa0\x3b\x22\x58\x71\x30\xea\x1a\xc9\x02\x51\x71\x78\x55\xbc\xb1\xd5\x47\xf7\x93\xab\x18\x29\x44\x2b\xf0\x85\xd9\x73\x1d\xfb\x57\x85\xcb\x13\x64\xfe\xa2\x90\x09\x59\x8f\x26\x0d\xd9\x96\xab\xcd\xbf\x4d\x00\x99\xbd\xb2\xef\xc3\x6d\xfc\x91\x10\xaa\x4a\x96\x25\x17\xce\x8f\xb3\xa1\xf5\xa3\x6e\xd9\xc2\x18\xbe\x19\x13\x3b\x81\xc8\x29\x07\x02\xcd\x9c\xe2\x45\xa2\xa7\x40\xec\xe4\xeb\x40\xd5\xe5\x19\xb4\xea\x5d\x63\xac\x50\x44\x86\xf9\x1e\x6f\x9e\x1d\xf3\xb1\x29\x38\x18\x69\x37\x33\x8c\x46\xd9\x1e\x46\xb4\x83\x31\x2a\x97\xea\x10\xc1\x38\xc2\x13\x8e\x3d\xf8\x71\xed\xd8\x03\x78\x86\x8b\x6b\xfe\xdf\xe2\x3f\x9d\x36\xba\xe2\x4c\x7e\xbe\xa4\x9c\x47\xb2\xcb\x82\x17\x3d\xc2\x47\xb0\xe6\x67\xdf\x2f\x30\x22\x0b\x7a\x83\xd1\x85\x81\xd1\xeb\xbd\x87\x8a\x8b\xb2\xe7\x4f\xff\x45\xc5\x8b\x7c\x20\xc5\xd0\x1a\x6f\x13\x40\x89\x70\x16\x7c\x42\x41\x72\xfa\xc5\xca\x2f\x04\xae\x0c\x50\x88\x9f\x4a\x17\x62\x8d\xb7\xf4\x22\xf9\xad\x71\x80\x7e\x82\x40\x0e\xa3\x2a\xac\x95\xd0\x3d\xfa\xa6\x96\x2c\xaf\xc9\xa3\xfa\xdc\x4f\xab\x66\x73\x39\xa5\xb4\x8b\x72\x76\xbb\xda\x5d\x2d\x35\xcf\xf9\x85\xd4\xfb\x91\xc3\xf7\xbe\x0c\xb3\xf7\x3b\xca\x30\x47\x55\xe0\x8e\x62\xe2\xcb\x02\x89\xc4\x97\x97\xee\xc8\x5b\xcc\x47\xec\x32\x09\xba\xb9\x07\x25\x9b\x02\xda\x9f\x91\xf8\x83\xc0\x7f\x75\xce\x2f\x3b\x7d\xea\xf2\xdd\x49\xe0\xbf\x8f\xc0\x9f\xe5\x30\xa0\x5e\xdf\xe7\xe4\x72\xbe\xa0\x76\xcf\x1b\xc3\xc8\xc9\x5c\xbd\x10\x70\x90\x7b\xe5\x5e\xe6\xec\xdf\x63\x6d\xa4\xe9\x3f\xed\xee\xa6\xb1\x8c\xea\x0c\x1a\xfc\x61\xfa\xab\x15\xdf\x01\x2d\x53\x58\x94\xb7\x28\xc7\x35\x8e\xa4\xee\x63\x0a\xee\x55\xab\x81\x11\x9f\x2d\x20\xaf\x04\x54\x32\x68\x60\x54\x58\xf2\x56\xcb\xa9\x9f\xab\x66\xb4\x46\x26\x1a\xc9\x04\x22\xe9\x68\x78\x76\xd6\x2f\x63\xa4\x15\x6a\xbe\x02\xbb\xbd\xc2\x68\x9c\xbb\xf1\xbf\x7e\xb8\x4c\xb7\xcb\xbe\x02\x31\x42\x95\x24\x54\xe4\x73\xa4\xb9\x2a\x72\x9a\xc0\xc4\x88\x13\x57\x2a\x04\x46\x2d\x84\x78\x7c\x9d\x5d\xf7\xf6\xc9\xb7\xbd\xc9\x3a\x3f\xf0\xcf\x9b\xb3\x37\x3b\x75\x0c\x29\x88\x75\x37\x8a\x88\x11\xa8\x0b\x3d\xee\xb3\x2f\x60\x0b\x1c\xca\xec\xaf\xe8\x88\xba\x0b\x1a\x98\xf4\xa8\x38\x54\x95\x16\x01\x4d\x75\x2e\xcb\x2c\x93\xcf\x2b\x06\xca\xe4\x47\x42\x6d\x5a\xf4\xd1\x55\x20\x95\xd3\xd5\x2c\xcb\x90\x5b\xdc\x1e\xa1\xb1\x57\xc7\x68\xd2\x5c\xdd\xa0\xc2\x73\xc7\x43\xb9\xd1\xd4\x43\x7a\xb3\xeb\xa1\xd7\xa1\xe1\x31\x8d\xc8\xf7\x5d\xd2\xa9\xe7\x06\x5a\x50\x7e\xb3\xa2\x86\x51\xe7\xb2\xcd\x32\xc5\x89\x52\x17\xb7\x29\x46\x74\x04\xcb\x10\xcf\x83\x33\xf3\x7a\x9d\xef\x6a\xba\xed\x31\x55\x92\xc1\x5d\x99\xae\x37\xa7\x63\x73\xc2\xae\xea\x21\x27\x83\x2e\x2b\xc0\xce\x8c\x38\x8d\xa4\x6e\x82\xd2\x5d\xec\x8b\x3e\x61\x13\x26\x87\xfc\x51\x5b\xcb\x1b\xbe\x7b\x17\x5b\xa3\xd5\x4a\x18\x55\x1d\x8c\x1c\x08\x4d\x00\xe0\x11\x36\x80\x9e\x4f\x46\x10\x7b\x41\x77\x62\x33\x1e\xe6\x4a\xc3\xc0\xa8\xe4\xc8\x85\xeb\x20\xa4\x04\x9f\x5a\x7c\xb6\x55\x6f\xaf\x8f\x87\x9b\x11\xce\x23\xa0\x54\x30\x39\x56\x00\x5d\x9d\x09\xec\x08\xaf\xb3\x1f\x83\x0b\x03\x3e\x2c\x76\x02\x07\x15\xc0\x5c\xd0\x63\x50\x0b\x38\x16\xa0\x2c\x44\x5f\x50\x75\xcc\xf8\x0f\xbf\x47\xb1\x1f\x53\x61\xc0\x95\xe1\xbe\x1b\xcf\x8e\xe2\x4a\x8f\xe8\xa9\x20\x35\x20\xde\x54\x72\x57\x18\x75\x48\xb2\xf0\x71\xed\x3f\xfa\x4e\xdb\x3a\x72\x22\x28\x32\xa5\xa0\x7c\x21\x15\xa6\x9e\xba\x86\x19\x98\x78\xea\x1e\x28\x07\x08\xbe\x9d\x63\xa6\x4b\x7a\x89\x6b\x3a\x31\x86\x74\x31\xf2\x11\x04\x21\x81\x5b\x09\xcb\xd0\x25\xa7\x4f\x7b\x58\x8a\xff\xf0\x13\x44\x13\x18\x80\xb4\x6a\xd7\xfc\xa2\xd6\x73\x97\xef\x4e\x24\xd3\x2e\x0e\x25\x05\x79\x68\x5d\x6a\x0c\x03\xcd\x8f\xaf\x60\x16\xca\x66\xd4\xbc\x6e\xa3\xe6\x35\x67\x11\xf5\x39\xe8\x74\x3c\x5f\xdf\x1c\xb3\xdb\x27\x5a\x18\x5e\x4e\x7d\x75\xe6\xbc\x25\x99\xdd\x5c\x77\x14\x03\xac\x67\x90\xe9\x4d\x31\xaa\xcd\xea\x1e\x22\x8f\xcb\x40\x36\xd1\xbf\x26\x81\xd8\x06\x44\x0b\x4f\x5d\xcc\x54\x3d\x5a\x63\xee\x5d\x6f\x32\x0b\x9e\x2a\xc7\x32\xd9\x1b\x50\x76\x0b\x7d\x14\x39\x1f\x2c\x6e\x94\x11\xd3\x54\x79\xd2\x2d\x86\x13\x6a\xf7\xbd\xd8\x9b\x64\xf5\x2c\xcb\x64\xbf\x2b\x03\xf1\xf0\xd9\xab\xd0\xba\x79\xc8\x2b\xd5\xea\x79\xbd\xa7\x0c\x18\x91\x2f\x34\xa4\x76\x7f\x39\x48\xd9\xf8\x08\x7f\xa8\xa2\xaa\xf4\x65\x3b\x9f\xc8\x1f\x6a\xaf\x49\x9c\xb4\x1c\x11\xc6\x3e\x70\xf1\x69\x69\xca\x77\x7f\xc0\x44\x9e\x5d\x63\xb4\x6c\x7c\x88\x8e\x26\xff\x80\x51\x7e\x55\x01\x43\x77\x35\x1c\x49\x97\xce\x6d\x67\x49\xdd\xf9\x68\x0d\xa7\xdc\x53\x66\xfb\x99\x31\xef\xc2\xbe\x5d\x58\xfc\xb2\x53\xb7\xc4\x77\x7f\xc0\x10\x7e\x24\xfb\x46\x24\x99\xd5\xb5\x47\xc7\xf4\x47\xcd\x9b\x4c\x3d\x17\x72\x12\x8b\x71\x4b\xd1\xb8\x2c\x93\x6b\x2b\x53\x31\x86\x71\x1a\xd7\x37\xdd\xca\xb2\x8c\x5a\x1e\x40\x23\x92\xa7\x36\xdf\x8f\xb3\xdd\x2a\xa7\x11\x6e\x50\xe1\xfb\xd2\x43\x64\xee\x10\x8f\xe5\x89\x7c\x73\x63\x68\xf9\xe2\xb2\xd0\xf8\x90\xff\xab\x81\xa1\xd8\x58\x19\x05\x66\x88\x28\x53\x18\xad\x67\xff\x75\xdf\x3c\x91\x37\x1e\x54\x7a\x4d\x65\x84\x72\x4b\xdb\x43\x25\xbb\x8a\xc8\x0d\x1e\x89\x42\xa3\xb4\xb1\x90\x6a\x33\x2d\x8d\x50\xe1\xfb\x0a\xb8\x80\x10\x81\xd7\xa9\xe1\x3b\x25\x9d\xb5\xda\x21\xb2\x02\x43\xab\xfc\x52\xa1\x71\x64\x15\x3d\xe7\x47\x24\xc5\x38\xfb\x7e\xb1\x04\x63\xc9\xd9\x35\xdf\x37\x81\x74\xe2\x34\x55\x36\x30\xa4\xd1\x6f\xc1\xc8\xbb\x1e\x88\x72\x47\x9c\x24\xf5\x70\x5c\xd4\x67\x6c\x9a\x90\xbc\xb1\x8e\x53\x67\xe3\x71\xc8\xa2\x28\x6a\xae\xf7\xd1\xa2\xbe\xeb\x10\x40\xc3\xd2\x27\x89\xfa\xb2\x79\x79\x84\x07\xb4\x1f\x18\x2d\x8a\x85\x88\x53\x54\x2c\x43\x35\xbe\x2a\xfb\xb1\xf0\x32\xc6\xc7\x18\x9d\x92\xa6\x01\xd7\x35\xef\x1d\xed\xd3\x6c\x32\x7e\x17\x24\x86\xb4\xb3\x19\x66\xc5\x6c\x24\x3f\xac\xd3\x11\x9d\xcf\x7d\x87\xab\xba\x44\x52\x74\x2e\xdb\x25\x96\xc9\x83\xb3\x9b\xf8\x0d\x25\xf0\x3e\xf2\x02\x3a\xe5\x89\x9f\x7a\x7e\x34\x30\x9a\x2c\x6b\xbc\x5c\xa8\xd7\xe2\xb1\x09\xea\xd4\xb6\xc6\x34\xcc\xfa\x01\x22\xfd\xe0\x52\x45\x29\x42\x22\xcb\x90\xd1\xd5\x25\x64\x7a\x42\x06\x27\xbf\x72\xd9\x2e\x46\x13\xce\xfc\x3d\x77\x31\x7a\xb8\xf6\x05\x4d\x31\x3a\xac\x61\x19\xce\xdc\xa2\x49\xb3\xc0\xbe\x32\x3f\x1a\xb3\x40\x61\x13\xc3\x9f\x48\xa5\x9a\xc1\xf7\x27\x9b\x98\xa3\xb3\x89\xf9\xd5\xee\xb4\xd5\x2e\x46\x93\xbc\x0c\x1a\xce\xb3\x33\xf2\x56\xb6\xb9\x58\x47\x65\x66\xeb\x4a\xfd\xe3\xa8\x4c\x1f\x3d\x2f\xea\x10\x91\xa5\x56\xff\xc3\x22\xb2\xbc\x9b\xdf\xcd\x66\xe3\xe3\x35\xb7\x7a\xd6\x5a\xa6\x20\xfb\xac\x54\x77\x1f\xae\xdd\xf0\x13\x70\x76\x36\xbf\xf0\xb4\xf4\xfd\x39\x0c\x02\xf0\x35\x43\x36\x19\x63\x74\x33\x3f\xea\x51\x5b\xb3\xa8\xea\x66\x23\xbe\xe4\xdd\x4c\xe6\xeb\x5c\xb0\xee\x14\xef\x67\x43\x1e\xa5\x58\x3a\x55\x9f\xf3\xcb\x4e\xeb\x35\xbe\x3b\x81\xdb\x7e\x2c\x9d\x24\x57\xb9\x71\xe9\x78\x43\xec\x84\x69\xe0\x39\xbe\x2d\x76\x82\xbe\x75\x13\xbe\xe2\x53\x70\x9d\x73\xa6\xc2\x75\xee\xfa\x03\x42\x6d\x44\xde\xe0\x09\x95\x12\x88\xc9\xab\x5f\x30\x36\xb1\x08\x1b\x4d\xc7\x5e\x58\xd4\xa6\x02\x1a\x9a\x12\xc3\x1a\xa8\x80\xda\x25\x5f\x0f\x34\x04\x9e\x75\xa8\x24\x34\x41\x09\x6d\x50\x8e\x65\x54\x8f\x42\xb3\x6e\x15\x63\x34\xf1\xec\x9a\x32\x42\x85\x3b\x9a\x54\x09\xa1\xce\xcc\xf6\x98\x2a\x71\xa2\xcd\xa5\x63\x0f\x96\xd4\xe7\x9c\xaf\x5b\x40\x8b\x22\x90\x1f\x16\xec\xc0\xb0\x24\xe4\x41\x89\xc6\x6f\x35\x29\xd8\xa8\x98\xef\xde\x21\x32\x6e\xaf\x3c\xa4\xde\xd8\x06\x46\xb9\x32\x7f\x4d\xc9\xd8\xfc\xd6\x99\x2f\xa8\x4d\x97\xe9\x40\x22\xba\xc9\x29\xd1\x9f\x08\xd2\x22\x8c\xd0\xf9\x55\xcc\x7b\x87\xef\x7e\xeb\x18\x2d\xa1\x49\xef\xed\x72\xb5\x1c\x3b\x6e\x9f\xae\xf9\xa4\x63\xe5\x76\x97\xd8\x2c\x9b\x91\x26\xff\xa2\xfc\x22\xe6\xbd\x33\x0e\xfd\x16\x0f\xf2\x45\x35\xea\x7c\x11\x18\xa2\xd5\xed\x18\x2c\x72\xc2\xe9\x7f\x47\xed\x81\xe3\xd8\xec\x4e\x72\xd8\x2a\xb2\x4c\xce\x51\x6a\x42\x6c\xee\xfb\x64\x00\x5b\x67\xf1\xda\xd6\xc4\x6e\x29\x35\x94\x7f\x2a\x7a\x4c\x97\x2c\x3b\x5b\x74\x34\xa4\x63\xcb\x8e\x14\xac\xa1\x0e\x05\xb3\x4c\xd1\x0b\x54\xac\x81\x1e\x65\xb3\xbb\xa9\xbe\x07\x02\x55\x4b\xe7\x0f\xfc\xd2\xa4\xec\xd4\x61\x3f\xfb\x4e\x8f\x78\xad\x13\x98\xf9\x18\x96\x39\x11\x7f\x21\x2b\x29\x55\x5a\x74\x42\xdd\x11\xb5\xfb\x6b\xa0\xcb\x55\xee\x76\x81\x2e\x01\x45\xbc\x31\x04\x03\xba\x3b\x24\x14\x85\x87\x4c\x93\x74\xf2\x2d\xd3\xf1\xa3\x7f\x48\xa8\x1c\x5d\x57\xe0\x9f\x65\x0a\x2e\x78\x3c\x87\x48\xdd\x17\x30\x7a\x31\x9f\xd9\x58\x66\x14\xa8\x11\x48\x9f\xf7\x2d\xe6\xbb\x0f\xca\x2d\x22\x13\xb2\xf2\x50\xee\xac\x8e\xd1\x77\xce\x21\x8f\x1a\x81\xe2\x58\x94\x64\x4d\x73\x8e\xb3\xf2\xea\x25\xf6\xd0\x0d\xaf\xfe\xee\x2b\xb0\xc1\x81\x33\xcc\xc7\xbf\xbe\xa0\x82\xc3\x9b\xfa\x1d\x2c\x0f\xe3\xeb\xa9\x64\x52\xd1\x72\xcd\xbe\x6d\x8e\x9c\xf1\x32\xa4\x30\x63\x02\x37\x93\xbf\xf3\x07\x0a\xdc\x7c\x79\x9b\x29\x90\xa5\x79\x72\xf2\xde\x97\xc2\xd4\xb2\x91\xbe\xa7\x4d\xad\xa9\x29\xfc\x8c\xaf\xe2\xbe\xc6\x91\x20\x6c\x97\x8d\x65\x88\xf5\x52\xc0\xe8\x09\xe4\xd6\x4b\xe7\x0d\xff\xe2\xcd\x25\xd0\xa5\x97\x43\xaf\x4c\x61\x6d\x1e\x2f\xed\xe5\x45\x59\x2e\xfb\x76\x5c\xe5\xbe\x28\x78\x33\x92\x6a\x55\xcc\x97\x45\x36\xf7\xbc\x1e\xad\x28\x6d\x3a\x1f\x8e\x82\x04\xf8\x71\xa6\xa9\xac\xf4\xf6\xf0\xd6\xe3\xad\xcd\x7b\x9b\xef\x3e\x6d\xa6\x86\x49\x46\xe1\x4d\x7a\xd6\xd8\x9a\x5b\xac\x5d\x4e\x06\xa0\x52\xbb\xfc\x4d\x76\x09\x40\x45\xd6\x02\xa8\x2f\x5d\x81\xcb\x90\xa7\x7b\x9b\xef\x3f\x31\xe0\x14\x68\x18\xd2\x62\x3e\x15\xe6\x4a\x28\x09\xd4\x1a\xa1\x75\xdd\xbb\x3d\x4a\x4b\xb6\x10\x02\x80\x29\x80\xa4\xf7\x6a\x9b\x43\xd7\x57\x33\xb4\xc5\xc7\x05\x1a\x26\x58\xbc\xc0\xf0\x43\x9b\x42\x9c\x3b\xf1\xeb\x45\x0b\x99\x1e\xe0\x7d\x35\x7b\xd0\x8d\x65\xd4\xde\xa2\xc2\x6f\x4f\xfa\x9a\x81\x11\x19\x7a\xb5\xb6\x72\x89\xda\x5d\x4f\x80\xd5\xbc\x81\xd1\x73\xc9\x0b\x3c\x9f\xf9\x8b\x9b\x36\x46\xd3\x46\x19\xa3\xfb\xf0\xf3\x46\x81\x70\x77\x29\xed\xda\x63\xdf\x76\x39\xfd\xf0\xf7\xf8\xec\x76\x07\xba\x32\x23\x92\x52\xa2\x3d\xb4\x26\xd3\x61\xdc\xd2\x23\xc7\x32\xd9\x8e\x52\x0a\x82\x21\x08\x3b\x8f\x96\x07\x75\xa4\x7c\x5e\x9f\x2b\x25\x96\x2f\x46\x7a\x99\xb6\x33\x5a\x3a\x8c\xaf\x13\x57\x7c\x9d\x08\xa3\xb6\x84\xce\x49\xb7\x57\x57\xbe\x62\x31\xca\x3a\x92\xcc\x92\xc2\xb4\x82\xf4\x54\xce\x64\xad\x4c\xb1\xa2\x34\x7f\x46\x04\xbc\x49\xa6\xd8\x18\xf2\x0b\x4f\x5f\x57\x7c\xf7\x3b\x52\x0d\x60\xfd\xd8\xdb\x99\xc8\xdf\x9b\x68\xbf\x9d\xc6\x6d\x0e\xee\xc7\x94\xda\x3d\x2a\x45\x47\x94\x1d\x75\xf2\xca\xcb\x2e\xd6\xfe\xdb\x69\x3d\xb5\xd4\xbc\xe0\x17\x52\xef\x47\x0e\xdf\xff\x69\x8e\x15\xb2\x3c\xf0\x7e\xbe\xc8\x34\x4c\x37\x69\x67\xa5\xfa\xd4\x36\x67\x74\x5f\x94\x56\xa4\x15\x35\x7c\xaa\x9b\x6e\x8c\xca\x93\xdd\x39\x4e\x4f\x56\x98\x5b\xf1\xeb\x4f\x4b\x53\xbe\x0b\x00\xa8\xf8\x1b\x01\xd0\x81\x74\x7f\x91\xad\x95\x44\x7b\x3f\x8c\x69\xdf\x7a\x16\x09\x41\x22\xa9\x85\x6f\x34\x57\xa8\x29\xcf\x3f\x69\x30\x97\x66\x9b\x5a\x57\x97\xfc\xb2\xd6\xa2\xcb\x77\xbf\x23\x02\x3c\xbc\xab\x0c\x0c\x1d\x24\x36\x0e\x57\x2e\x29\xa6\x59\xe1\x4c\xe9\x7c\x68\x4c\x33\xa1\x0b\x83\xcb\x4e\x4b\x0e\xdf\x9d\x86\x6d\xaf\x61\x53\x25\x19\xd3\x3f\xe6\x88\x2e\x4c\xd7\xb2\x7b\x9e\x3b\x90\xc4\xff\xb2\xac\x49\x55\x5e\x51\x46\xbb\x52\xb2\x29\x89\xd3\x3a\xb4\xb8\x7b\xa8\x33\x96\x51\xe9\x00\xae\x9e\x9f\xdc\x0e\x95\x39\x9a\x95\x9f\xaf\x4e\x0e\x6b\x7b\xab\xc7\x24\x0e\xfd\x1f\xd3\x35\x9f\xc3\xc8\x74\x32\x5b\xdb\xd9\x9d\xa9\x7d\x0b\x12\x05\x83\xdb\x01\xf6\xb6\xf3\xc9\xd1\x94\xb7\xff\xe8\x77\xdd\x63\x19\x1a\x32\x13\x39\x17\x60\x68\x16\x63\x6a\x2f\x2c\xe3\xef\xd2\xca\x71\xcd\x39\x04\x63\xcb\x60\x15\x65\x30\x81\x2c\x65\x9d\x6a\x9b\x91\x16\xa7\xe8\x30\x22\x18\x89\x8c\xb4\x7b\x18\x2f\x69\x89\xff\xdd\xfb\x6d\xdd\xf4\x7d\x49\xd3\xdd\x37\x96\x51\xc7\xfd\x0e\x46\xb4\xd9\x15\x61\xc7\x6a\x7c\xe0\x9e\x0d\x8c\xda\x9c\x4d\xf2\xea\x18\xb5\xea\x72\x0d\x2f\x84\x35\xb9\x1c\xff\xdc\x9c\xb2\xd7\xaa\x38\x08\x3a\xb0\x2e\x11\x62\x18\xce\x40\xbb\xc4\xa9\xc4\x2e\xda\xf7\xf0\x30\x72\xf6\x8b\x02\x20\x44\x33\x2b\x71\x96\x8f\x70\x25\xf4\x9f\x82\x16\xe0\x7c\xa8\x63\x8c\x06\x35\x81\x54\xe6\x44\xd8\x95\xf6\xbb\x82\xfb\x9b\xf6\xc5\x9e\x9f\xe7\xac\xdf\xba\x63\xc9\x15\x4b\x90\xba\x7b\x00\xc8\xfe\x20\xf5\x33\xe0\xb8\x43\xbb\xd9\xe5\x78\x53\x8f\x04\xb9\xbf\xee\x02\x51\x93\xc3\x3d\x6e\xed\x57\x43\xf6\x7f\xb8\xb9\x5c\x10\x12\x23\xc0\xa5\x65\xd3\x9d\x78\x7d\xe1\xb7\x5a\x6e\xb5\x51\x89\xff\x57\xda\x4c\x7f\x52\x2c\xa4\xf1\x1f\xdd\xcf\x2c\x89\xc9\x97\x67\x01\xde\x8c\x06\x0b\xd3\x7c\x55\x39\x47\xa4\x07\xfe\xd4\xe0\xce\xd4\xc5\xc8\xf5\x34\x8c\x16\xc3\x1e\x9c\x6a\x86\xc2\xd7\xc5\x6a\x5d\x2a\x78\xed\x92\x60\x91\x5f\xb8\xda\xc0\xe8\x7b\xe0\x70\x09\x85\xeb\xa9\xef\xa6\x19\x2b\xf0\x53\x45\x2d\xf0\xb7\x3c\x2f\x4d\xf1\x16\x69\x00\x44\x1a\x7f\xa7\xc1\xfa\xae\x7d\x77\xcc\xf3\x9f\x6c\xf7\x33\x3d\x0e\x71\xb7\x2d\x69\xfa\xdf\x95\xc1\x7f\xbf\x5e\xc7\x7a\x0b\xce\xe2\x6b\x32\xe8\x9e\x51\x9b\xba\xc2\x0c\x87\x93\x40\x9d\x6a\x1b\x75\xaa\xad\x36\x23\x44\x29\x09\x02\x28\x43\xde\x25\x1b\xfb\x18\x98\x24\xf7\x0b\xda\x51\x1c\xd4\x6d\x96\xf8\x8e\x8c\x4b\xd7\x61\xc0\xfd\xa3\x58\x5c\x4f\xab\xd5\x31\xdc\x69\xeb\x6a\x95\xd5\xe3\xab\xd5\x19\x9d\x9a\x3f\x1e\x4c\xb7\x6f\xfa\xd3\x1e\xa8\x7f\x46\x96\x8a\x2e\xa8\xfe\x28\xd0\x6a\x1f\xfc\xd3\xab\x8e\x08\x1b\x8f\x48\xff\xe9\x11\xb3\x2c\x8e\x5f\xef\x3b\x75\x1d\x71\xa9\x10\x7a\x5c\x45\x8f\x20\xe7\xd3\x37\x96\x51\xbd\x96\xfd\xa2\xdc\x23\xb5\x33\x70\xf8\xfe\x04\x27\xc7\x3c\x7b\x8f\x04\x4e\xf4\x62\x7c\x69\xa8\xd3\xbe\x69\xb9\x94\x7d\xf7\xd7\x06\x91\xc4\x5b\x5e\x23\xf2\xd2\x1a\xf1\x9e\xf9\xfe\x4e\x66\xd9\xf7\x4e\xff\x8a\x0d\x90\x42\xf7\xc4\x2c\x9f\x98\xe5\x2f\x63\x96\x4f\x68\xf5\xe8\xee\xb4\x9d\x59\xce\xc7\xc9\x85\x3b\x73\x39\x7a\xa2\xcf\xd6\x28\x24\xba\x39\x62\x3d\xaf\xb7\x19\x99\xbf\x4b\xe4\xb8\x61\x03\xc3\xcc\xce\xe4\x05\x4d\x1e\xe9\x4b\x64\x61\x46\x6a\x65\x8c\xce\x6c\xbf\xa0\x3d\x76\x31\x3a\x23\x18\x5d\x08\xd9\xfb\x0d\x46\xbc\x9a\x54\x6b\xc9\x64\xc3\x91\x57\x76\xaa\x10\x33\xa2\x90\x12\x42\x27\x4a\xd1\x67\x49\xd4\x6d\xec\xb1\xf1\x2a\x7b\xf5\xf8\x88\xbb\x31\xa2\xc6\x47\xb1\xe5\x78\x8b\xe1\x8f\x73\xd3\x71\x07\x16\x65\x19\xac\x32\x15\x33\xcc\x98\x86\x63\xad\x16\xd4\x1e\x9b\x4b\x08\x78\x90\xc1\x3a\xca\x60\x8d\xd3\x9b\x4c\x6b\x2a\x8e\x90\x89\x20\x35\x35\xda\xda\x5e\x82\xe3\x60\x63\x19\x75\x74\xf5\x52\xe0\x2b\xb2\xda\x2b\xc1\x3e\xf2\x90\x4d\x44\x83\x7b\x2c\xaf\x2f\xc1\xb4\x38\x33\x82\x70\x50\xb3\x9a\xe4\x40\xaf\x4e\x1a\x5b\xf3\x6c\x41\x21\xe6\x72\xff\x56\xe3\x58\xaf\x9d\x1b\xcf\x1a\xef\x89\x08\x1a\x8b\x17\xb0\xf6\x14\x53\x89\x50\x7e\x7b\xf3\x85\x4b\xc7\x16\xfd\xbb\xb5\xec\xdb\xe6\x92\x95\xaa\xad\x36\x2a\x55\x2b\x6d\x16\x29\xbb\x8f\x69\x63\x19\xb5\xa8\x8d\x30\x7a\xe5\x93\x16\x3f\x19\x18\x2d\xd7\xac\x09\xd4\xa7\x23\x36\x66\x1e\x8f\x15\xd2\x60\xbd\x4b\x21\x02\x99\x2d\x8d\x20\xc4\x43\x88\x34\x39\x29\x12\x16\xc2\x30\x10\xef\x7b\xb2\xbd\xf0\x7d\x54\xbf\x07\xc2\x8f\x4e\x46\x55\x12\xf1\x73\x14\x04\xcc\xd7\x76\xdb\xd6\x97\xe9\xbe\x6d\x56\x08\x61\xa5\xbe\x39\xa6\x56\xdf\x64\xa5\x33\x0e\x63\x60\xdf\x5d\xf4\x50\x86\x7a\xc7\x08\x63\x4f\xde\x11\xc0\xd8\x2e\xbd\x76\x01\xb1\x34\xac\x85\x53\x3a\xbc\x45\xd8\xe6\xf3\x48\xaa\x13\x84\xfd\x14\x84\x05\xc6\xdf\x21\x84\x95\x5d\x6b\xde\xa3\xb6\xb9\xcb\x2a\xf6\x9e\x85\xe4\x82\x6c\x42\xd7\x4c\x4d\x42\x7b\xd9\x75\x46\xa6\xfd\xe3\xc2\x1a\x8f\x4f\x00\xff\x5b\x2e\xaa\x27\x88\xff\x7c\x88\xf7\x13\x33\x86\x50\x76\xe1\xf4\xa8\xbb\x38\x7a\xaa\x35\x09\x6c\xd5\x42\x00\x4f\x7c\x06\xc4\xe6\x61\xbb\xe4\x6c\x06\xbf\x87\xe8\xc3\xf0\x39\x94\xe6\x50\xc3\x90\x62\x07\x04\xd1\xf4\xac\xde\xd0\xfa\xc5\xd9\x6d\x51\x16\x57\x8c\x70\xcc\x0e\xa5\x04\x56\xda\x5e\x8a\x00\x32\x92\x39\xee\x7a\x0f\xf8\x89\xa4\x94\x5f\x0d\x01\xc7\xd5\x6d\x2b\xac\xaa\x7e\x00\xde\x10\x56\x2b\xd4\x7d\xb1\xec\x6d\x8b\xe1\xce\xeb\x50\x28\xa0\x08\x2f\x5e\xf5\x8c\x31\x65\xdf\x70\x41\xcf\xa2\x6f\xb8\xa8\x67\x59\xa6\x70\x85\x32\xc5\xab\x75\x98\x00\xee\x63\x5d\x6d\xbe\xcf\xa0\xe5\x88\x39\x3c\xce\xfa\x6b\x89\x75\x55\xc2\xe8\x1c\x63\xb4\xba\x0f\x82\x4c\xa7\xd1\x3e\xd3\x72\x85\xd8\x53\xd5\x1c\xb7\xff\xe3\xc2\x79\xf1\x29\x92\x6f\x04\x6b\x60\x53\xae\xf9\x96\xe5\x1c\x59\x51\x0f\x65\x7a\x5e\x60\x57\x1e\x88\xb3\x3e\x6b\x63\x2e\x3d\x03\x0f\x65\x4f\xb8\x22\x87\x41\xb1\xd7\x17\xc0\x4f\x6d\x56\xf7\x50\xa7\xe6\x71\xe0\x95\x0a\x70\x8a\x17\x6e\x6c\x8f\x23\x81\x75\x85\xbb\xde\xc6\x53\x90\x43\x96\x38\x78\x5b\x29\xbc\x31\x29\x41\xee\x6e\xbf\x6a\x87\x0e\xf1\x66\x51\x95\xce\x6f\x6f\xd4\xc1\xdf\xee\xcd\xd2\x63\x69\xb7\x76\x1f\xd8\xf7\x71\xf5\x99\x77\xdb\xd6\x97\x69\x7a\x3e\x3e\xb7\x2d\xbb\x6f\x4e\xa8\xbd\xeb\xe2\xfb\xb1\x04\x77\x7a\x05\x63\x04\xc7\x9e\xaf\x6e\x8e\x7b\x8e\xe7\xee\xc6\x0d\x7c\x39\x45\x70\x1c\x32\xad\xfd\xf9\xed\x08\x09\xbe\xc1\x70\x6f\xb9\xc7\xfb\x18\xee\x93\x4c\xeb\xf3\xd7\xf4\x20\x83\x6e\x08\x64\x4d\xd3\x5d\x0c\x59\xa9\xc3\x01\xac\xb3\x3d\x39\xba\x58\x74\xb7\xcc\xf2\xf7\x2e\xba\x7e\x52\xc1\xb3\x6a\x9b\x9d\x55\xdb\xe8\x0c\x42\x7c\x12\x48\x20\x78\x3c\x80\xce\x32\x2a\xfd\x6e\x62\x3f\x35\x9f\x75\x93\x9a\xa7\xb7\xae\x81\x51\xce\x0a\x66\xe6\xba\x11\xc8\xc1\x57\xaa\xd7\x37\x50\xa9\x09\x54\x71\xc4\x93\xf9\xab\xb5\x94\x47\xa2\x48\x3d\x12\x95\xed\x5f\xff\xfa\xab\x49\x0d\xeb\xd1\x32\xfe\xae\xd2\xf9\xc2\x74\x59\x15\x14\x78\x79\x94\xc1\x39\x94\xc1\x59\x96\x1f\x2a\x73\x94\xc7\x28\x87\x51\xf6\x0d\x75\xed\xa7\x9a\x4c\xb2\x0c\xf1\x5a\x83\x73\xe5\x05\x91\xb9\x7e\xc9\xf7\xf1\xc4\x2e\xa0\x03\x8c\x12\xbb\x40\x69\xd6\xf0\xf5\x7d\xe3\x7e\x10\xa8\x27\xac\x9a\x35\xd2\xed\xd7\xf4\xdc\xd0\x5e\x85\xac\x38\xbb\x75\x8a\x2c\x2b\x36\xb5\x8f\x74\x95\xdb\x9f\x6a\xc3\xad\xa4\x34\x59\x24\x8c\xfe\xf2\x18\x66\xab\xdf\xf2\x6c\xfb\x7e\x89\xe4\x9d\xa0\x59\xa4\x6e\xb5\xbb\x18\x9d\x13\x5f\xc9\x1e\x37\xe7\x0d\x74\x9a\x7a\xce\xc6\x08\x4c\xc1\x1b\xbd\x64\x61\x05\xe9\x4c\xf7\xcd\xa1\xff\x13\x59\xf7\x3f\xac\x2b\xd3\x30\xa8\x58\xcf\x5a\xed\x1c\xe7\x76\xcf\x44\x4c\x1f\x74\xd6\x69\xa3\xb3\x66\x9b\x01\x30\x89\xbf\xc0\x55\xe0\xcb\x57\xa9\xd4\x9a\x95\x23\xf3\xd4\x9b\xb7\x20\x33\xdb\xab\x86\x91\xf5\x82\xd1\xed\xcb\x47\x78\xf9\x87\x61\xe5\xc1\x1e\xa3\xdc\xc5\x27\x3f\x80\x93\x1f\xc0\xc7\xf9\x01\xfc\xf5\xaf\xbf\xaa\xd5\x36\x93\x22\xc0\xef\x9a\x5b\xfa\x70\xc0\x35\xac\x94\x4f\x84\xdc\x89\x90\xfb\x58\x42\xce\x4f\x1e\x5a\xf1\x7a\x63\xcb\x66\x15\x3f\x19\xe1\xb9\xef\xa9\x76\xd9\x6a\xb3\xa9\x32\x46\x99\xa5\x52\xf1\xed\x98\x53\xfe\x2e\xdb\xc3\x6c\xfe\xaa\x1b\x67\xbf\x5e\x8b\xfc\xb5\x41\xfc\xf0\xb8\xe2\x45\xa2\xc3\x44\xe6\x15\x03\x00\x34\x27\x30\x12\x86\x52\x94\xbf\x05\xea\x8a\xa5\x40\x09\x60\x05\x7a\x8d\xc8\xc2\xce\xc1\xe9\x44\xe6\x11\x04\x83\x85\xdd\xc6\xb3\xeb\x92\xa0\x47\x40\xb9\x57\x8f\xe8\x6c\x60\xfe\x3c\xc8\x85\xcf\xf8\x12\xef\x15\x4d\xa0\x44\xff\x75\x0a\x96\x8d\x0f\x10\xbd\xda\xae\x8f\x47\x37\xc8\x8f\x62\x42\x99\x0d\x85\x45\x49\x88\x01\x8a\xd8\x59\x27\x6c\x4a\x17\xb6\x5c\x67\x9d\x1e\x6a\xb5\x13\x18\xef\x02\xee\x6f\xca\x9f\x76\x2e\x25\xac\x49\x4f\x88\xf6\xcb\x3f\x46\x10\x07\x8a\x53\x12\xfc\x3f\x0b\xb6\xb0\xa2\x22\x5b\xad\x40\x25\xaa\x56\xda\xa8\xda\x69\xa3\x6a\x93\x37\x40\xba\xff\x77\xcc\xa4\xfe\x62\x13\xa9\xaf\x63\x64\x3d\x9f\x48\xfd\x13\xa9\x7f\xfc\xb7\x00\x30\x5c\x18\x7f\x9f\xd7\xdb\x19\xcc\xce\xeb\x6d\x16\x02\xa7\x5f\x4b\xd8\x37\x91\xf7\x35\x59\x4f\x18\xe8\x64\x7b\xc1\x89\x40\x28\xd6\xa6\x2e\x7d\xa1\x0c\x22\x28\x1b\x70\x52\x15\xbe\x63\x61\x4f\x8d\x41\x76\xd8\x7e\xea\x92\x3a\xfb\x46\x74\x96\x31\x93\x27\x54\xf6\x0d\x73\x9a\x24\x59\xaf\xb1\x6f\x58\x63\xc0\x99\xc4\xea\x75\x06\x99\x26\xf4\x64\x7d\x96\x41\x8c\x9d\x6c\xb2\x3e\xc7\x20\x80\x52\x2e\xa8\xbf\xb4\xfb\x16\xb5\xff\x3e\x1b\xba\xd6\x7c\x31\xa1\x73\x06\xb1\x73\xf3\xe2\x65\x84\x25\x78\xd0\xb5\xc0\x20\xec\x63\x21\xf9\x15\x9a\x74\x4c\x3d\x06\xc1\x04\x8b\x41\x3f\xe9\x23\x7c\x23\x0c\xdc\x4a\x13\x4f\x02\x81\xb8\x08\x66\x34\x55\xcf\x87\x80\xb0\x5e\xaa\x5e\x65\x19\xa2\x32\x23\x59\xaf\xb1\x0c\xd6\x58\xf2\xc3\x7c\xd3\x59\x06\xeb\x2c\xf9\x5d\xbe\x65\x59\x06\x67\x59\xf2\xb3\x7c\xcb\xb1\x0c\xce\xb1\x5c\xb2\x3a\xcf\x32\x38\xcf\xf2\xc9\xea\x02\xcb\xe0\x02\x2b\x24\xab\x8b\x2c\x83\x8b\xac\x28\x57\xdf\xb7\xcf\x18\xff\x0f\xeb\x04\x15\x5e\x9a\xcc\x17\xa6\xdb\xa7\x13\x56\xaa\xb7\x51\x03\xd2\x1b\x12\x48\xc2\x88\x55\x0c\x7a\x0a\x74\x56\x6d\xb3\xcc\x93\xf2\x82\x32\x44\xfc\x8e\x50\x66\x24\x52\x93\x91\xfd\xd8\x53\x41\xbe\x7f\xa1\xb3\xa0\xbf\x81\xa2\xc3\xe0\x2f\x23\x82\x48\x5b\xcd\x60\xe5\x8c\x0c\x68\xb6\x1b\xdf\x18\x01\x8d\x0d\xb1\xab\x9b\x46\xac\x45\xd9\xc0\xa8\xce\xcf\x2d\x0c\x8c\xee\x1d\x99\x84\xf3\x38\x59\xce\x0b\x73\x8c\xd1\x03\x6f\x3c\x77\x30\x7a\xe0\xfd\xe7\x75\x8c\xee\xeb\xb2\xb1\x94\xc7\xa9\x4d\xde\xdd\x2d\xa5\x7a\x85\x8d\x31\x46\x8f\x0f\x18\x95\xcf\xba\xfc\x75\xa2\x1b\x05\x7d\xe7\x13\x8c\x72\x98\x8c\x4e\x2a\x9b\x13\x01\xfa\xb9\x04\xa8\x48\x57\x1e\xe0\x19\xbb\xef\xb8\x2e\x65\x1d\xd0\x7e\xfa\x1a\x50\x9f\xbd\x4f\x3b\x5c\x1d\x74\x63\x99\xfb\x32\x7f\xc8\xd7\xcb\x8d\x5e\xa3\xa7\x29\xfa\x47\x4c\x51\x3f\x58\x75\x30\x45\xe7\x0b\x97\x8e\x86\xeb\x02\x04\x6a\x86\x62\xbc\x15\x22\x70\x3f\xd7\x40\xd2\x34\x5c\x03\x52\xc0\xd6\x8d\x43\xa4\x80\x5d\x97\x54\x4b\x3b\x7b\xdb\x8a\xe4\x18\x67\x69\x94\x00\xc6\x8f\x25\x1d\x0c\xd8\x62\x68\xda\x73\x20\x5c\x02\xa9\xb9\x44\xb1\x90\xa5\x72\x1b\x24\x50\x95\xa8\x15\x55\x44\xe6\xfc\x44\x7c\xb3\x09\x0b\xa9\x34\x47\x5e\x95\x5b\x74\xd6\xe8\xf1\xdd\xc4\xc6\x68\x74\x4f\x30\x2a\xf6\x30\xd2\xaa\x73\x8c\xba\x94\x0f\x48\x30\xfc\x23\xad\x8b\x51\x63\x85\x51\xeb\x6c\x1a\x84\x31\x08\x27\x84\x90\x5a\x39\x81\xa8\x50\xb0\x99\xe7\xfc\xec\x80\x77\xe7\x4c\x59\x0f\xb8\xd8\xdb\xd3\xea\x7d\xdc\x08\xeb\x48\x50\xa3\x96\x95\x21\xad\xe6\xd8\x7d\xc7\x66\x81\x8c\xbe\x5c\x49\x2c\xde\xfb\x6e\x11\x18\x88\xa3\x2f\x97\x2d\xed\xb7\x81\xa4\x9e\xfa\x54\x3a\x4c\xde\x3f\x40\x4a\xaf\xde\xad\xfc\x68\x25\x69\x53\x49\x49\x6c\x5f\xc7\xe8\x7b\x09\xa3\xd7\x72\xec\x4a\xfc\xd5\x7a\x3d\x61\x16\xca\x4f\x45\xbd\x4e\x22\xfe\x93\x88\xff\x57\xc3\x9c\x47\x82\xa3\x09\x86\xcc\x28\x3e\x8e\x2e\x9b\xe3\x81\x4b\xfb\xe6\xd1\x18\x98\xb2\x0c\x29\xde\x9d\x61\xa4\x5d\x36\xf1\x5a\xe9\x83\x6b\x60\x74\xcb\xa7\xd5\xf3\xc4\x39\x91\x20\xc7\x33\xe9\x8e\x65\x7a\xab\x32\x09\x52\x36\xdd\xb1\x65\x87\x93\x1b\x9d\x55\xeb\xe1\x0c\x5f\x63\x27\xf3\xe5\x94\xc5\x07\x18\x53\x8f\x6a\x18\x35\x0c\x8c\x26\xc4\x6f\x03\x04\xbe\x31\x15\xc1\xc0\x9e\xf8\x72\xdc\xdf\xb0\xba\x99\xc3\xd2\x49\x60\xf7\xab\x40\xc1\x91\xc0\x9b\x4e\x64\x78\x6b\xba\x74\xe0\x45\x8b\x09\x84\xc3\x0a\xc0\x6d\xcd\x92\xa2\x7e\x19\xa0\x7d\x10\xb0\x89\x1f\xf1\x6d\x38\xcc\x4d\x31\x7a\x2d\x61\xe0\xca\x53\x44\xa4\x11\xc0\x62\xaf\x61\xa4\x89\xd4\x13\xc0\x1d\x3b\x18\x1c\x09\xc0\xf9\x09\x30\x82\x05\xce\xf5\xe6\x73\x73\x3c\x8f\x89\xc8\x45\x58\xcf\x90\xd5\x8e\x05\xf4\xc4\xda\xee\xdb\x57\x4b\xbb\x7c\x89\x97\x39\x34\x30\xd2\x20\x70\x2f\x31\xd6\x43\xea\x64\x89\xd1\xa5\xe1\x7f\x35\x60\x13\xab\x81\xae\xcb\xe3\x6d\xb0\x23\x33\xcf\x02\x20\xd7\xa9\xad\x36\xf2\xb3\x54\x7b\x93\x17\x8e\xae\xb2\xce\xab\xfe\x5d\x21\x3e\x97\x18\xa3\x6c\xc7\x4e\xe1\x1f\x50\xbe\x59\x61\xe9\x0c\xfb\x1a\x43\xd3\x74\x4e\xfa\xb8\x13\xb6\xf9\x40\x6c\xa3\xc6\x96\xf7\xb2\x67\x0c\xa9\x6b\xce\x17\x90\x22\x22\x32\x3a\x27\x97\x8a\x23\x91\xd4\x5f\x8d\x33\x02\xcc\x41\x5e\x4b\x53\xfe\x64\x2a\xae\xf1\xdd\x5d\xe9\xc3\x26\x78\xe9\xd5\xf0\x3d\xb1\x04\x4c\x41\x20\xfb\xb7\x15\x2d\x3f\x0f\x53\xd7\x6f\x37\x5e\x93\x46\x52\xd8\x57\x55\x4f\x30\x75\x14\x30\x45\x8a\x71\x98\xea\xd3\x29\x07\xa9\x63\x91\xc0\xfc\x34\xd9\x2c\x24\xd7\x24\x26\x61\xbd\x21\x0f\x18\x69\x8d\xc7\xf5\xa4\xb4\x73\x15\x68\x2b\xb1\xca\xcf\x82\xd2\x69\xba\x65\x01\xeb\x0d\x97\x58\x84\xf5\x78\x71\xfd\x05\xff\x4c\x8e\x1f\xc0\x0b\xad\x46\x67\xc7\xe5\xee\xe6\xb4\xdc\x7d\x35\xc0\x1c\x0b\x68\xe6\x65\xd0\xfc\xb7\xe7\x5a\xc6\xf0\x68\x00\x93\x65\x48\xb1\xb6\x26\x96\xdb\xeb\xf9\xdb\x79\x54\x4e\xd3\xfb\x34\xbd\x21\x2b\xba\x1e\x4d\xef\xb3\xa1\x35\xb7\x6c\xea\xb1\xb3\x7a\x1b\x95\xd7\xd9\x43\xa0\x7a\xeb\x1a\xd5\x5b\x15\x96\x21\x6d\x14\xa3\xf2\x02\xbe\x32\xb0\x6f\x59\x9b\x5a\x08\xec\x26\x73\xf9\xf4\x76\xf8\x84\x43\x6a\xee\xa9\xdf\x46\x2f\xe7\x75\xaa\x94\x3e\x9e\xfe\x53\xf3\x25\x8c\x54\xd3\xc6\x48\x2b\x0e\x92\x4b\xda\x43\x11\x23\xb2\xc8\xaf\x0e\x99\xc2\x73\x50\xc3\xa8\x93\xe8\x7e\x9d\x26\xfe\x36\xe6\x15\x17\x04\x61\xe5\x04\x96\x47\x01\x96\xb9\x7c\x0c\x2c\x9d\xa9\x69\x0f\xe9\xc0\xb4\x8f\x66\xe5\x49\x13\x80\xab\x33\x8c\xda\x2b\x8c\x1e\xbc\x1b\x8c\x72\x78\xb6\x59\x44\xda\xe2\xaf\x7a\x51\x12\x4a\x09\x20\xce\xc0\x1c\x80\x1f\x95\x38\x9d\x38\xcc\x96\x4e\x52\x89\x5f\x65\x1a\x1f\x09\xc0\xc4\x95\x7c\xe7\x56\xcf\xa5\xe3\x05\x75\x63\xa6\x46\x6b\x0c\x86\x0f\x6b\x7b\xb4\x73\x92\xee\x8f\xda\x4e\x06\x45\x47\x6e\x50\x84\xaf\x56\x27\x34\x76\x8c\xc8\xe5\x48\xd0\x98\x86\x65\x4b\xf2\x0b\x73\x3c\xb7\xec\x91\x05\xb9\xcc\x25\xd9\x6a\x45\x69\x7c\xb1\x6c\x95\x65\x48\xc7\x6b\xf0\xe7\xb8\xb9\xaf\xf1\x1d\xe9\x0b\xbe\x73\xb6\x66\xae\x35\x4e\x13\xfd\x78\xa6\xdf\x91\x4c\xf4\xf8\x7a\x7d\x4d\xc7\x96\x6d\xd9\x03\x97\xf6\x23\x4b\x81\x90\xf7\xf4\x59\x4e\x04\xfe\xa2\xc1\xba\x1d\x30\x9d\x81\x33\x45\xda\x72\x47\x53\x53\x1e\x7b\xfb\x70\x8c\x39\xf5\x03\xac\x01\xb4\x22\x46\x9c\x33\x24\x9c\x33\x24\x2a\x87\x84\x29\x24\xa1\xfe\x70\x3e\xb0\xf1\x1b\xc2\x48\xe1\x62\x85\x99\xae\xcb\xac\xd0\xb5\x65\x3e\xb3\x6b\x1f\x1d\xf2\x89\x21\x09\x26\x2a\x41\xc0\x23\x55\xd1\xd3\x52\x89\x70\x92\x80\xdf\x86\x9a\x4d\x6f\x39\x72\xc8\x0d\x7c\x75\xe0\xd1\xcc\x7b\x87\xef\x5c\x7b\x85\x91\x7a\x21\x4b\x0b\xfa\x14\x23\xf2\xac\x4f\x0e\x29\x28\xa8\xf4\x30\xd2\x54\x15\xbf\x29\x1f\xb8\x3d\xe6\xa9\xf1\x87\xa3\x4f\x4d\x8f\xa1\x4f\xcb\x75\x9e\xd7\x78\x9b\x59\x4a\xfd\x03\xbd\xcd\x38\x60\xf1\x87\x9a\x5d\x14\xf1\xc9\xd1\xec\x6d\xbc\x15\x93\xac\xd6\xac\x79\xcf\xb1\x63\xb9\xa4\x51\xa7\x5a\x97\x78\xd2\x92\x72\x85\xd6\xf1\xa5\x7b\x0c\xd1\x7b\xb3\xee\xbe\xd5\xc2\x5f\x3d\x0f\x43\x48\xaa\x63\x13\x9f\xd2\xee\xfe\xb6\x69\x77\xa7\xcf\xcb\xad\xdd\x4e\xb9\x77\x7f\xad\x65\xe9\x48\x16\x40\x35\xa6\x96\xad\x79\xaf\xe6\xa4\xe7\x78\xee\x00\x30\xac\x64\xf5\x18\xa2\x5a\x71\xc4\x32\x8e\x52\x0a\x91\xec\x7a\x7b\xc8\x7d\x24\x6e\xd9\x5c\x36\x97\x3d\x00\x5a\xdc\x13\x85\x56\xce\x31\x7f\xaf\x45\x6e\xc2\x77\xed\x40\x9f\x73\x3f\xe5\x5f\x4b\xf5\xbf\x9b\xdb\xc1\xe8\x0c\xbe\x69\x13\xa3\xbb\x22\x46\xa4\x7a\x83\xd1\x3d\x27\x02\x3d\xde\x06\x4f\x82\xd8\xc6\x16\x18\x2b\x73\xce\xa7\xd8\x09\xf4\x43\x62\x7d\x8f\xce\xf6\x63\xa1\xa8\xa0\x2e\x2a\xe5\x1f\x3f\xcf\x22\xf2\xb9\x84\x51\x0e\xd7\x52\x3c\x58\x24\x3c\x3c\x59\x44\x9e\x70\xd1\x21\x71\x51\x36\xc6\xa1\xd6\x69\xdf\xb5\xfa\x6c\x03\x95\xb7\x8b\xe6\x41\xfd\x02\xcd\xc1\x1b\x5a\x85\x6c\x9b\xc3\x7b\xb1\x1c\xac\xc4\x9c\xbc\xef\x81\x7f\x69\x61\x8a\x91\x76\xd1\x5d\x83\x12\x22\xe2\x2b\x40\x18\xd6\xa5\x8d\xd1\x45\xdf\xbf\x08\xc8\x41\x54\x8c\x91\x3a\x57\xfd\xf0\xf4\x59\x5a\xc3\xa8\x0e\x61\x09\x56\xc1\x15\x23\x74\xb3\xa6\x94\x1b\x06\x71\xe2\xba\xf0\x0c\x51\x5c\x3c\x1a\x86\x66\x4f\x46\xcd\x3b\x3b\x01\xfd\x09\xe8\x7f\x1a\xe8\x73\x31\x01\x66\x9d\x8e\x17\xf4\x48\x95\xf3\xbb\x2a\xf0\xdd\x32\x46\xb5\x30\xa4\x24\xac\xf7\x3a\x07\x18\xc7\xc6\xa8\xc3\x61\x12\xe2\xfe\xe7\x03\xf0\xad\x6b\x65\x8c\xb2\x75\x35\xb6\xf0\xc6\xd4\x6d\x24\x07\x82\x2c\x33\xcc\xbb\x3f\xf1\x4b\x60\xa7\xc2\x3f\xec\x79\xbb\xe3\x1b\x4d\x9f\x91\x84\xad\x26\xb8\x6b\xc4\x6b\x42\xf5\x5e\x98\x0f\xca\x08\xe9\x87\x71\x09\xa3\x2e\xb8\x7b\xcc\xf0\x4e\x19\x24\xa2\x92\xc5\x5f\xb7\x18\xa6\x8b\x38\x01\xff\x11\x83\xe4\x91\x00\xbf\xae\xc6\x56\x7c\xcb\x9e\x8f\x58\x7d\x9b\x50\xda\xd7\x5d\xdc\x6c\x12\x4b\xcb\xa2\x69\x6d\x8d\x6c\x7a\x57\x21\x73\x1e\xa4\xcc\xe4\x06\x99\xf7\xf6\x0d\x9a\x35\xba\x18\x69\x83\xdb\x24\x6d\x5c\x1a\x63\x44\x16\x73\xfb\x40\x62\x66\x5f\x9e\xb2\x4f\x54\xb4\x23\x9c\xe3\x09\xa3\xfc\xba\x63\x53\xc3\x61\xcd\xcd\x02\xbc\x4c\x51\x19\xff\xac\x04\x4f\x6c\x71\x73\xc9\xaf\xda\x58\x46\xb5\xb3\x06\x7f\x29\xe3\x7b\x97\xef\x2e\x4a\xa1\x8d\x08\x7c\x40\x3e\xca\x8e\x13\xc4\x96\x34\x30\xba\xad\x6f\x71\xb3\x0b\xc3\x51\xee\xe7\x65\x87\x3f\xdd\xcb\xee\x11\x23\xf5\xee\x21\x58\x1d\x20\x06\xf1\xca\x4c\xb1\x97\x8f\x94\x77\x9f\x05\xec\xa5\x39\xb2\x03\xda\x18\x08\xcc\x13\x7f\x79\x5a\x6d\x3e\x4c\xd9\x53\x90\x8d\x42\xea\xce\xdc\x70\x5e\x60\xb9\x81\xff\x56\x1b\xd5\x2b\x2d\xb1\xd4\xf0\xb5\xe7\x1b\xce\xc6\x54\xe7\x2c\xa3\x7a\xca\x10\x65\xd4\x67\xe5\x09\x65\x34\xf8\xd5\xc5\xaf\xbf\xf4\x64\x25\x75\xba\xb0\xdb\x26\x02\xf7\xe4\xf4\x6c\x7e\x2d\x6e\x28\xac\xaf\x4e\x6f\x45\x88\x91\x3b\x80\x27\x50\xa7\xcb\x8e\xd2\x41\xa4\xc7\xdf\x8b\x74\x31\x3a\xe7\x2b\xc4\x45\x0f\x23\x03\x9e\xc7\x1a\x61\xa4\x55\x4a\x18\xf5\x39\xdc\x65\x4b\x18\x19\x04\x23\x75\x46\x30\xb2\xea\xe4\x00\x2a\xa7\x2d\x10\xd3\x10\xd2\x7b\xb7\xfb\xeb\x02\x0d\x28\xa1\x48\x4e\x0e\xed\xd3\xa4\xae\x35\x8f\x2f\x61\x21\xa5\xd2\x81\x38\x28\x1f\xb7\x84\x71\x42\x26\xab\x66\xbf\x54\x72\xc1\x57\x30\xc3\x81\x15\xac\xd1\xfb\xb3\x56\xb0\xcb\x11\x67\xce\xb4\xe4\xb2\xf5\xf0\x8a\xd1\xb0\x7c\x5a\xb9\x4e\x2b\xd7\xa7\xac\x5c\x84\xc8\xe8\xe7\xce\x1a\x50\x76\x57\x6f\xa3\x5a\x6b\xab\xfd\x0e\x29\x29\x4b\x94\x51\xc5\xef\x26\x2b\x1e\xc8\x2c\x22\x16\x19\x2d\x97\xd8\xf2\xea\x61\x37\x10\x88\xae\xf8\xf3\x89\x57\xe5\xc8\x64\xe4\x60\x34\xe8\x4c\x30\x5a\x56\xba\xfc\x8c\xda\xe3\xbc\xd7\x63\x35\x45\x38\xf2\x1f\x90\x84\xcc\x6b\xcb\xa3\x35\x04\x8b\x2e\xb5\x69\x26\x68\x8e\x73\x02\x9f\x43\xcb\x18\x63\x8a\x85\x3b\x67\x72\x3c\x41\xf9\xbe\x4e\xc4\x58\x8f\x47\x3b\x39\xb4\x88\x71\xfd\xa9\xb7\x7a\x85\x35\xd1\x92\x7a\x5a\x34\x8f\x1d\x16\x8f\x04\xea\xb5\x98\xdc\xa9\x45\x27\xd4\xa5\x6b\x8c\xfb\x46\xca\x68\x17\xe3\xbe\x5d\x4c\x9d\x89\xfa\xa9\xb6\x7d\xea\x92\x04\xa0\xfa\xcb\xcc\x50\x75\x3e\xf5\xa5\x82\x6a\x7c\x74\x5c\xba\x58\x6b\x7b\xa9\x2b\xd6\xf6\xe1\xd9\x8f\x9f\x3a\xc4\x00\x49\xc3\xb2\x06\x8f\xfc\xca\xc6\x97\x28\x5b\x20\x72\x8e\xd0\x96\x35\x79\x34\x5d\x67\xea\x8c\x59\x6b\xab\x98\x5e\xc8\x4b\x06\x9b\xc5\xf4\xfa\x56\x31\xbd\x90\xc2\xef\x2a\xb2\xcf\x8b\xfc\x0d\xea\x00\x99\xf7\xce\x00\xb9\x55\x1b\x23\x75\x36\x4f\xae\x76\xda\x03\xb0\xa2\x07\x93\x7d\xdc\x62\x8c\x74\xb3\x86\xd7\xda\x82\xf7\xbb\x7e\xfa\xf3\x84\xbb\xb8\xa3\x05\xb2\xd1\xa3\x18\xf4\xcd\xed\x39\xb5\x61\x77\x30\xd3\x34\x99\x96\x6a\x39\x8f\x16\x85\x1c\xc9\x92\xbb\x49\x90\x2c\x39\x16\x0c\x56\xdd\x33\x42\xde\x07\x6e\x2c\x43\x72\x85\xb4\x61\x53\x44\x9b\x4f\xae\x2f\x82\xb1\x87\xf4\x0e\x74\x1a\x96\x20\x68\xce\x32\x08\x53\xf7\xe1\x74\xc6\x8e\x91\x05\x4e\x41\xa7\x8e\x98\xce\x48\xac\x64\x0b\xc7\x18\x0d\x9d\xf1\xe4\x68\x58\x8c\x30\xa8\x40\x99\x93\x0c\x15\xf3\x44\x48\xff\x2a\xd3\xee\x58\x26\x78\x2c\xf7\x48\x9b\x8e\xc7\x96\x6d\xb3\x76\x3d\x86\xf4\x23\xf7\xc2\xc0\xb9\x16\xa5\x7c\x0c\x23\xd7\x31\x82\x35\xe1\x06\x91\x52\x75\x24\x65\x50\x1f\xbb\xb1\x8c\x9a\x73\x1a\x15\xb4\x30\x2b\xfe\x0b\xb6\xff\x7f\xf6\xde\x85\xad\x6d\x5c\x5d\x18\xfd\x2b\xc6\x67\x4e\xc6\xde\x28\xa9\x43\xe9\x2d\x8c\x17\x1f\xb7\x52\x0a\x01\x4a\x42\x69\x9b\x95\xcd\x56\x6c\x25\x51\xe3\x48\xa9\x2c\x03\x29\xce\xf9\xed\xe7\x91\x64\xd9\x72\xe2\xd0\xce\xde\x33\x6b\xcd\xfe\x9e\x59\x9d\x45\x6c\xe9\xd5\xfd\xd5\x7b\x97\x0c\x3d\x6b\x9b\x7d\x8a\xac\xd3\xce\xd9\xa1\xb5\xf5\xf6\x93\x67\x6d\xbd\x5f\xb9\x79\xa6\xf9\xfa\xbd\x67\x35\xe3\xee\xa7\xbf\xac\xa5\xa9\x12\x4b\x9a\xe6\xaa\xbf\x90\x46\xf9\xbf\x37\xc8\x1f\xbf\x41\xb6\x9b\xa6\x4c\xd4\xc5\x0c\x12\x54\x0a\xa0\x4f\xeb\xcd\xaf\x42\xcd\xfc\x37\x7c\x5d\x6f\xfd\x3f\x21\xa0\x47\xfb\xa2\x5f\xcd\xed\x59\x20\x7e\x5f\x9c\x1d\xa8\x91\xaa\xdb\x2e\x0e\x84\x74\xe2\x11\x31\xc8\x99\x16\x01\xe5\xb9\x1a\xf9\xf4\xed\x3c\x93\x68\xbf\xcd\x3c\xeb\xd3\x60\xf9\x41\x01\x45\xfb\x26\xb8\x11\x27\xf6\x92\xfc\xc1\x9e\xc6\xbf\x79\xcc\x5f\xbd\xa5\xa7\xb7\x50\x29\x12\xec\x3a\x9a\x43\x42\xef\xe2\xc9\xb2\x41\xc0\x92\xdf\x40\x7e\x1e\x36\xf6\x4c\xa3\x80\xde\x54\x15\x76\x9b\xdf\xf1\x61\xb9\x7f\xad\xed\x46\xbc\xfe\xdf\xe0\x1a\xcf\x3e\x04\x58\xba\x3a\xfd\xfa\xfb\x78\x44\x19\x35\xee\x20\x28\x64\x83\xfc\xf2\x8d\x25\xb9\xa0\xfc\xd5\x90\x0a\xe3\x9a\xf7\x27\x07\x69\x35\x83\x6f\x67\xd5\xb7\x10\x4c\x23\xcf\x6a\xca\x8f\xfc\xb1\xe7\x37\x7f\xa6\xf5\xa0\x79\x3e\x14\x98\x71\xff\xa4\x2a\xf8\xf7\x71\xf2\xbf\x2e\x15\x6b\x96\x04\x81\x8f\x18\x11\xf2\xd7\x8e\x66\xff\xe1\xd5\x1c\xcf\x4f\xdb\xd9\x41\xda\xb3\x3d\xef\x07\x97\x74\x6c\x7b\x9e\xb5\x25\xa7\x06\x96\x83\xca\x8b\x78\x8b\xd1\x3b\x98\x1f\x27\xf9\xf1\x91\xdc\xbf\xd5\xcf\xbf\x37\x95\x97\x36\x5f\x9b\xbc\xe5\x23\x8e\x08\x4e\xe2\xf4\xa6\xdd\xb5\x4e\x33\x11\xbb\x64\x87\x36\x54\x50\x6a\xd5\x9b\xdf\x8d\x73\xaa\xb9\x25\xda\xb8\xc3\x64\x6b\x5b\x9a\x99\xb7\x5f\x2e\xfd\x7b\xf5\x7c\xf9\xdf\x8b\xad\x17\x2b\x69\xff\xbd\x7f\x69\x7d\xeb\xcd\xf3\x90\x5a\x2f\x4f\xce\xda\x0d\x6a\x35\x2f\xa8\xe8\xe5\xf7\xef\x9e\xd5\x1e\x86\x9e\xb5\xf5\xe6\xc6\xb3\x9e\xe3\x15\x03\xf6\xd9\x47\xcf\x6a\xf2\xd1\x9f\x62\xc0\xfe\x53\x74\xd0\xfd\x95\xa5\x7f\x8d\xe9\xdf\x7b\xe3\x0f\xdc\x1b\xe5\x23\x93\x1f\x69\x34\xa2\xf2\xf2\xa7\x15\x3f\xda\xd6\xc7\xc6\xd1\x1f\xe9\x47\x13\xda\x63\xf3\xe4\x9b\xa8\x75\x16\x9f\x89\x9f\xbf\x9d\x69\x3f\x92\x94\xdf\xbc\x0f\x3d\xeb\xc5\x88\x2c\x7f\x37\xfb\x06\xb2\x18\xde\x4b\x8a\xb6\x72\x69\x57\x46\xc5\x4a\x86\x34\x6d\x3f\x78\xbe\xfd\xfc\xdf\x6e\x44\x78\x12\x41\x02\x1e\x52\xab\x79\xf6\x89\x3e\xf5\x45\x03\x92\x3d\xbd\xfc\x3e\xf7\xac\x77\x37\x97\x9e\xf5\xe2\xa4\xbd\x22\x64\xc8\x58\xe6\xe9\x99\xbe\x01\xec\x45\x1e\x7b\x49\xf6\x74\x4d\x15\xb1\xa1\xf8\xf0\x53\x16\x5a\x52\xa0\x47\x71\xe8\x2d\x4f\x2a\xdd\x77\x59\x7e\xd0\xb1\x29\x49\xfc\xaf\x3d\xed\xbe\xee\xd0\xcf\xdf\x62\xcd\xff\xa2\x96\x9e\x16\x6b\xca\x1f\x44\x80\x33\xca\xe8\xf7\xf1\x1c\xa5\x9b\xde\xd6\x96\xf7\xe4\xbd\x6c\x93\xff\xce\xad\x6c\x3f\x7d\xf6\xed\x7f\x72\x2d\xdb\xc4\x42\xd7\x74\x62\x31\x41\xf1\xb7\xae\xcc\xa0\xcd\xd7\x53\xcf\x6a\xde\xbd\x81\xff\xaa\x93\x07\xa7\xde\x0f\x9d\xaa\x7f\x6b\xd2\x7f\xdd\xdd\xf1\x4a\x5d\xdc\xfe\xae\xd3\x4d\xc5\xff\xa1\x97\x7a\x69\x6a\x03\xfb\x84\x84\x18\x92\x67\x07\x63\x38\xa2\x71\x26\xe6\xbc\xb0\x36\xbd\x97\x69\x7d\xfb\x5c\x88\x38\x2f\x3c\xab\xfe\x52\x6e\x84\xb4\xbe\xf5\x40\x63\x91\xf8\x7c\xef\xf8\xec\xbc\x71\x94\x3e\xf7\xd0\x96\x51\x07\x0d\x68\x9c\x6e\x7a\x2f\x9f\x7b\x69\xfd\x65\x22\x1a\x78\xf1\xe6\x65\x91\x7f\x8a\xd8\x28\x41\x11\x22\x69\xdd\xf3\xa4\x14\xa5\x25\xa7\xb4\xde\x3e\x96\xdf\x0b\xf4\x0a\xe8\x36\x1c\xa3\xac\x3f\xdb\x69\xfd\xf9\xdb\x46\x3b\x0b\x72\x91\xdd\x60\x6f\x1b\xed\xf4\xd5\x1b\x79\xfe\x28\x2f\x10\x85\xf8\x0e\xc5\xf2\x04\x92\x94\xd1\xb6\x3b\x79\xfd\x34\x1a\x75\xd2\xe7\x2f\xe4\x1c\xe4\xf0\x09\xc3\x5c\xa8\x3e\x59\x2b\x59\x80\xd4\x85\x29\xd2\x29\xbe\xfb\x40\xd9\x85\xf5\x7c\x3b\x21\x17\x56\x73\x5b\xa0\xfa\xd6\x84\x79\xd2\xfa\x9e\x36\x4b\x75\x5e\xa1\x84\xe0\xec\x3a\x35\xdd\xef\x0f\x45\xbf\xa7\x87\x87\x6f\x1b\x1f\xd2\xd7\x4a\xc8\xbc\x84\x01\x1e\xe2\xe0\xd9\xe9\x3d\xfc\x0a\x23\x84\x49\xba\xd9\x6c\x5a\x9b\x4d\x31\x37\x6f\xac\x7a\x73\xcb\xda\x14\x93\x3e\xf0\xac\x3a\xf4\xac\xfa\x1b\xcf\x0a\x3c\xab\x1e\xc8\x7e\x79\xcf\xb7\xd3\x7a\x73\x12\x11\xcf\x82\x93\x99\x67\xbd\x94\x57\xea\x6c\xb1\xb9\x67\xdd\x40\x21\x10\x6d\xcb\xa9\x69\x1f\x75\xd3\xb6\xa0\x75\x7f\x49\x73\xc9\x1f\xf1\x55\x53\x19\x71\x3b\x6a\xb7\xff\x3e\x20\xf2\x37\xb9\xfc\x03\xc9\xa5\xd8\x3b\x9d\x6e\x2a\xfe\xff\x4a\x93\xca\x76\xa7\xfb\xaa\x7d\x28\x13\xad\xf6\x61\xd7\x6a\xdf\x74\xad\xf6\xa5\x00\xb0\x5e\x66\xff\xe9\xf3\x1f\xff\xf6\xad\xb5\xb2\xd1\x5e\x36\x59\x1e\xe8\xa4\x43\x9e\x3a\xa3\x73\xcf\x7a\xfd\xb0\xe5\x59\xf8\xc1\xb3\x3e\xdc\xff\x64\xc8\x54\x71\x6f\x4d\x45\x6e\xdc\xf4\xac\xe6\xc7\xef\x9e\x75\x26\x5a\xd9\xaf\xba\xe7\x66\x4d\xc9\x1f\xb4\xf5\xb3\x65\xb7\x05\x21\x8c\x06\xfa\xa9\x3c\x62\xe3\x69\x09\xee\x7f\x52\xe2\xcf\x68\xed\x4a\x90\xc4\xef\x03\xcf\xba\x98\x2d\x3f\x3c\x91\xf5\xc4\xc3\xef\x2a\xf5\x57\x6d\x22\x35\xd8\xe6\xc1\x18\xf2\x31\x9c\xa6\x9b\xcd\xad\xe6\x0b\xc1\x2a\xb7\xc5\xdf\xe7\xdb\x2f\xd2\x7a\x30\xb4\xea\xc1\x7b\xab\x1e\xbe\xff\xf7\x87\x06\xa4\xf5\x9b\x6f\x7b\x43\xab\x09\x43\x34\x94\x0e\x4a\xa9\x02\x5f\xad\x7c\x16\xe2\x67\x1e\xfe\x88\x52\x92\xe2\xc9\x8b\x3c\xd5\xc1\x94\x8a\xa7\xa5\xcf\x5b\x54\x3d\xfd\xfe\xb2\xff\x93\xd6\xe4\xd3\xd2\x87\x2e\x9e\x7e\x5a\xe2\xfb\xff\x8a\xb2\x98\xfe\x2b\x5b\x7b\xaa\x6c\xfa\xd2\xf3\x8c\x8d\xb2\x37\xc3\xea\x9c\x46\xbd\xd9\x14\x2a\x6e\xb3\x29\x55\xdc\xcd\xe6\xb6\xd8\x2f\xe9\xe0\x5b\xe3\xda\x1a\x24\xd6\xc0\xb3\x84\x98\x89\x3c\xab\x1e\x6a\x73\x66\x95\x6b\x37\xad\x6f\x91\xc3\xf6\x43\x63\xdb\x6a\xce\x6f\xbc\xe7\x8d\x6d\x6b\x8b\x5d\x0d\x12\xab\x39\x1c\x66\x1d\x39\x38\xf1\xac\xbd\x0f\x7f\xe2\x2a\xa4\xcf\x5f\x49\xf1\x56\x8f\x70\x9f\x26\x23\x88\xc9\x1d\x8e\x22\x94\x6a\x01\x7a\xb3\xd9\x4c\xb5\xe0\x5c\x1f\x48\xd6\xbc\x95\xd6\x9b\x2f\x6f\xe6\x9e\xf5\xea\xe0\xdc\xb3\xb6\xda\x1f\x66\xd2\x1b\xb2\x5d\xa2\x2a\x49\x32\xd1\x75\xe8\xf2\xa9\xe6\xa2\xe8\x7e\xee\x59\x50\x7e\x8f\xe5\xe3\x27\xf1\x14\x7a\xe9\xf6\x9b\x52\x5f\x8e\x86\x90\x67\x8a\x8b\x94\xe6\x85\x04\x1f\x36\x46\x96\x94\xe3\x83\xf5\xb1\x4a\x69\x7d\x2b\x7a\x43\x04\xe4\x56\x72\xfe\x49\xfc\x1e\x06\x9e\x45\x5e\x36\x57\x59\x9c\x8c\x59\x96\x3e\xbf\xe1\xfe\xef\x60\xa3\x79\x59\x79\xd2\xed\x3c\xf4\xac\x3d\xe2\xa5\x2f\x5f\x96\xbb\x4f\x42\xc4\x06\x09\x9b\x4b\x25\x4d\x28\x21\x75\x39\x8c\xe7\xa9\x54\x3f\x06\x05\x76\xa4\xf5\x26\x3e\x11\x38\x7f\x1c\xef\x79\xd6\xfe\xab\x4f\x5e\xda\x34\x2a\x7a\x0b\x27\x90\x0e\x69\xaa\x8b\xe7\x25\xd3\xe6\xf1\x90\x78\xe9\xf6\x6b\xb3\xd9\xb7\xf8\x2b\xce\x26\x6d\x4b\x82\xd7\x07\xdd\xc6\x89\x98\x30\xdd\xde\xff\xcc\x72\x3a\xb8\xfe\x2e\xea\x7b\x3e\x7d\x7d\x2e\x7e\xf3\x53\x76\x82\x20\x93\xf7\x41\x66\xd4\xa4\x9e\xf1\xa1\x1d\xf9\xc9\xaf\xfc\xdb\x5f\x1f\x3c\xcf\x7a\x10\xf3\xd6\x39\xf7\xac\x44\xe0\x66\xa7\x9d\x3d\x7c\xdc\xf3\xac\xd8\xab\x7a\xd8\xf2\xa8\x67\xcd\x02\xcf\xda\x1a\x8b\xb9\x0b\x3c\x6b\xfb\x9b\x97\xa5\xe4\x59\xa5\x87\x35\xc5\x7f\xf0\xf0\xbb\x81\x75\x13\xe9\xeb\x32\xf6\x1f\xc3\x08\xce\x72\x4b\x40\xdd\x7b\x61\xd5\xbd\x97\xe9\x8b\x9b\x06\xb5\x5e\x64\xf2\xad\x64\x69\xcd\xf9\xc7\x4e\xb3\xb1\x67\x6d\x85\xdd\xef\xe2\x77\x24\xb0\x89\x7d\xf7\xd2\xad\x17\x25\x6c\x3a\x86\xd3\x01\x46\x2c\xab\xed\x4d\xfa\xfa\x53\xa3\x6d\xbd\xc9\xb4\xe1\xaf\x74\xe8\x35\x82\xb4\xb9\xf5\xc2\x2c\x91\xc0\x10\x46\x01\x24\x30\xd2\x9b\x28\xad\xc3\x43\xa1\xfd\x0f\xf2\x72\xf3\xc3\x46\x5b\xc7\x06\x18\x05\xa7\xe9\xb1\xbc\xd1\xea\x8d\x75\x7c\xd8\xb5\x0e\xc6\x42\xe7\x2d\x08\x80\xd0\xa2\x25\x11\x58\xfa\x27\x10\xf9\xf5\xd7\x53\xcf\x7a\x39\xdb\xf7\xac\xbd\xf1\xbe\x67\x3d\xff\x70\xe6\x59\xa3\xad\x99\x67\x3d\x9f\xbd\x69\x5a\x37\x17\x9f\x54\x58\xd1\xf7\x50\x7f\xca\x77\xa6\x1e\x5e\x3c\x84\x2a\xe2\xe8\x45\x7c\xee\x59\xdf\x07\x4d\xc1\xdd\x3f\xc9\x63\x9d\xd7\x67\x03\x69\x93\x34\xfb\xf8\x8e\x12\x1a\x25\x51\x92\xbe\xeb\x74\xad\x77\x87\x5d\xeb\xdd\x4d\xd7\x7a\x77\xd9\xb5\xa4\x49\x26\xb1\xde\xe8\xff\xb2\x9e\x3e\xf7\x84\x96\xcf\xc7\x67\x89\xf5\xfa\xc1\xb3\x22\x34\xf4\xac\xd7\xf7\x37\x89\x85\xf7\x12\x6b\xfb\xe5\x4c\x12\xc2\x92\x29\x01\x33\xcc\xf1\x14\x72\x2c\xb4\xfd\x6d\x4f\x13\xfa\x14\x1e\x65\xc4\x5d\x1a\x72\xc8\x09\x3c\x12\x3b\x76\x92\xbe\x68\x4a\x0b\x4e\x5e\x9e\xc6\x0c\x22\x65\x87\x90\x24\xd4\x2b\x6c\x10\x6f\x32\x3b\x44\xa0\xfa\xd6\x94\x07\x41\xb6\xd0\xfd\x77\x41\x07\x0f\x3c\xeb\xdd\xfe\x3c\x33\x46\x08\xb2\x68\xdd\x5c\x9c\x7a\x56\x73\x10\x7e\x97\x24\xc6\x6c\xa4\x0d\xbf\x26\x8c\xfe\x6c\x23\x6b\xda\x78\x79\x25\x48\xdf\x56\x32\xf5\xd2\xad\xd7\x25\x9c\x6b\x43\xf6\x2d\x41\x31\xd4\x38\xfc\xe6\xb9\x97\xbe\xc1\xd6\x9b\x44\x63\x0f\x3a\x4e\x5f\x97\x7b\x74\x09\x47\xf4\x56\xfc\x91\x45\x3a\x9d\x6e\x3a\x98\x36\xda\x96\x46\x38\x72\xd8\xde\x6f\x04\x62\xae\xcd\x42\xe7\x30\x61\x89\xc6\xd1\xe7\x9a\xe7\x88\x71\xbc\x6a\x1c\x59\xf5\x41\xa2\x46\x93\x91\x7c\x81\x65\x9f\x42\x22\xb2\x3e\x1c\x90\xfd\xc6\x91\xf5\x6a\xfa\x2d\xb1\x9a\x11\x19\x24\x69\xd3\x2b\x8d\xe0\x1c\x27\x48\x33\x6c\x69\x8f\x6e\xa6\x83\xaf\x8d\x23\x6b\x30\x51\x5d\xda\x4a\xeb\x6f\x3b\xc1\x51\x63\x62\xc5\x09\xf5\x1a\x93\xb4\xb9\x55\xee\x19\x65\x43\x1a\x09\x2e\xd6\x94\xd4\x54\xf6\xae\xb9\x25\xff\x6a\x96\x14\xa8\x1e\x06\x49\x89\x31\xfd\xec\xf5\x25\xa7\xa3\x41\x60\xdd\x78\xcd\xe3\xcc\xa9\x23\xfe\xbe\x79\x1f\x24\xff\x1a\x53\xc9\x1f\x6b\x9d\x11\x34\x6b\xbb\x34\x7b\xc9\x14\xc1\x25\x0e\xfe\x42\x11\xa0\x12\x07\x57\x1c\x5b\xe4\x6c\x1d\x7d\x6b\x8b\xdf\x07\x41\x24\x2e\xf7\x3d\x6b\x4e\x3c\xeb\x1d\xba\x94\xbc\x23\x7d\x53\xc6\xcf\x4b\xcc\x03\x88\x19\x49\xeb\xde\x6b\x21\x8e\x79\xaf\xd3\xd7\x89\xf5\x5a\xb1\xc6\xd7\x1f\x27\x49\xfa\xe2\xa5\x09\x4e\xc7\x64\x86\xb0\xb9\x5d\xcc\xad\x92\x6d\x93\x27\x76\x62\xfa\x7c\xbb\xd4\xfe\x15\x64\x94\x53\x32\xd2\x32\xa1\x27\x3b\xf1\xe6\xb9\xba\x6c\x1c\x1e\x36\xb6\x2d\x58\x10\xa1\xf5\xa7\x73\x05\x12\x86\x93\xc6\xb5\xd5\x7c\xce\x07\x17\x8d\x6b\xeb\xe4\x4c\xea\x19\x89\x75\x41\x92\xa5\x07\x29\x1f\x56\x67\x3d\xf1\xf0\x74\xa9\xb4\xf9\xbc\x34\xae\x2e\x1c\x63\x8e\xf5\xa0\xd2\x37\x37\x8d\x91\x1a\x82\xda\xf4\xcd\xc6\xc9\xb2\xac\xd7\x15\xb3\xc0\xe1\x4c\xef\xe2\xad\x2d\xb1\x43\x9e\x4b\x82\x59\x0f\xbe\x36\x02\xab\x1e\x4c\x84\xfc\xa1\x09\x67\xf1\xd1\xde\x4f\x83\xb6\xc8\xdf\x1f\x9d\x7d\x6a\x04\x56\x73\x4e\xc2\x89\xba\x1a\x4a\x8a\x0e\x52\x50\xf8\xd0\x54\x0f\xdf\x6f\xce\x15\xaf\x7d\x95\xf1\xc6\x4e\xf7\xf5\xe5\x61\x37\xbd\xec\x74\xad\xcb\xc3\xae\x75\x79\xd3\xb5\x2e\x2f\xbb\xe9\x6b\xcf\x7a\x95\xfd\xf7\x57\x36\x23\x7d\x5b\x67\x46\x6a\x7a\x16\x9e\xff\x6d\x46\xfa\xdb\x8c\xf4\xd7\x6f\x22\xb5\x81\x7d\x73\xd4\xcd\xef\x42\x4f\xf5\x87\x16\xfe\x7d\x5b\x6b\x7c\xb8\xff\xb7\x0b\xe3\x6f\x17\xc6\x1f\xe9\xc2\xe8\x03\x3b\xc2\x64\x12\xdb\xad\x9e\xbd\x37\x64\x38\x80\xcf\xf6\x06\x38\xfc\x0a\x49\xaa\x5f\x83\x80\x41\x1b\xac\xc9\xdd\x87\x53\x38\xa1\x4f\x64\x93\xaf\x49\xb4\x36\xfb\x80\x12\x38\x61\xf3\xb5\xf9\x87\x70\x02\xd9\xda\xdc\xb7\x0c\x21\x4e\xef\xc9\x5a\x80\x33\x3a\x45\x6b\x33\xcf\x69\x02\x27\xc1\x98\x72\xbe\x16\xe4\x22\x81\x23\x18\xd2\x64\x44\x93\xb5\x30\x5d\x3c\x1d\x24\x13\x5e\x05\xc0\x23\x48\x38\x0e\x9e\x75\xf8\xed\x3b\x14\x21\x62\xcc\xe2\x01\xc4\x8c\xa6\x47\xa3\xf9\xcc\x68\xfd\x3d\x1d\x43\x42\x50\x3c\x48\xd8\x48\x57\xdf\x86\x31\x62\xc9\x0f\x60\x06\x70\x00\x89\x31\xd2\x33\xa9\x9d\x17\x4b\x30\x4a\xf0\xba\x4c\x06\xbf\x7f\x87\xd2\x26\xb6\x06\xe2\x90\x26\x30\x82\x6b\x32\x4f\x31\x89\xc7\x30\x5e\x97\x7d\x86\x07\x0c\x3d\x55\xf9\x59\x02\x49\xb8\xae\x74\x1b\x46\x70\x40\xd7\x64\x9e\x63\x38\x45\xf3\x35\x99\x97\x94\x71\x5a\x3f\xa7\x77\x46\xe9\x36\x9c\x25\x9c\xe6\xe3\x16\x4b\x33\x67\x68\x6d\x7e\xf2\x35\x99\x0e\x12\x13\xf1\xcb\x00\xc7\x70\x40\x19\x25\x6b\x2b\x78\x07\x19\x5c\x5f\xfd\x29\x1e\xc1\x08\xaf\xcb\x3d\x4b\x06\xc9\x74\x00\xe3\xf1\x13\x10\x31\x9c\x18\x7d\x3b\x17\xe8\x34\xc0\xf9\x96\x0d\x43\x1c\xdf\xee\x09\xb4\x58\x0f\x13\x4f\x21\x7b\x32\x1b\x3d\x91\x7d\x08\xd9\x2d\x8a\x6f\x3b\x30\x82\x70\xba\x1e\xea\x2b\x1e\xd0\x84\xe3\xb5\x00\xa7\x70\x3a\x2b\x61\xd7\x52\x7e\x9b\x8e\x60\x88\xe3\x71\xb2\x0a\x91\x05\x53\xec\x11\x0e\x09\x24\x90\x61\x73\xb1\x97\x80\x0e\xe8\x94\xb2\xf5\xd9\x6d\x38\xa7\x9c\x1b\x8b\xd5\x65\x78\x46\x23\x9c\x9e\xe1\xc1\x5c\x76\x6e\x8a\xb2\x79\x85\x93\x34\x7f\xe1\x93\x95\xbc\xeb\xce\xb3\xbd\x08\x25\x1c\x43\x62\x66\x91\x60\x4c\x19\x1c\x21\x95\x0f\xe3\x72\x41\x36\x42\x84\x63\x22\x90\x0e\x11\x1a\xdf\xee\x61\x86\xe2\xbc\x19\x33\xb1\xb2\xd4\x01\xe4\x70\x0a\x59\x00\xd3\x8a\x3c\x3a\xa5\xe1\x15\xbe\x83\x21\xbc\xc3\xd5\x8d\xae\x16\xcf\x53\xaa\xe1\x29\x0b\xe9\xc0\x80\x56\xef\x3f\x05\x7b\x45\x63\xc8\x30\xad\x84\x7d\x9f\x7c\x4d\xe6\x39\xa4\x7c\xab\x84\x6b\x23\x12\xd2\xef\x45\x9d\xd9\xbb\x01\x7b\x30\xc6\x01\x1c\x51\x31\xd9\x07\x88\x70\x06\x23\x23\xf3\x10\x91\x3b\xc4\xf2\xd2\x9d\x31\x9e\x31\x1a\x4c\x56\x21\xce\xe1\x1d\xfc\x4a\x57\xd3\xaf\x3b\xcf\xda\x34\x21\x1c\x62\x52\xca\xe4\x8c\x62\x2e\x73\x71\x30\xc6\xa3\x12\x02\x1c\x85\x53\x4a\x38\x25\xe9\x01\x24\x30\x84\x55\x15\xbc\xa5\x8c\xdf\xde\xc0\x39\x41\x79\xdf\x14\x76\xe6\xbf\x02\x23\xe3\x9f\x2a\xf1\x04\xe4\x75\xe7\xd9\x11\x8c\x79\x3d\x83\x34\x80\x8e\x69\xc8\xc7\x70\x90\xd7\x75\x9e\x24\xe6\xac\xbc\x83\x11\x1e\xc2\x07\x3d\x02\xcd\xdb\x4a\x10\x77\x90\xc0\xf4\x20\x29\x21\x83\x1e\xc4\x29\xa1\x0f\x79\xdd\xe2\xe5\xf6\xe4\x7c\x1d\xd8\x75\x47\xbf\xd7\x3b\x1c\xb2\x09\x32\x00\xdf\xc3\x29\xc4\x01\x4c\xb3\x5f\x23\xe7\x14\x11\x9e\x04\x93\xf9\xb3\x33\x9a\xe0\x58\xb9\x79\x74\x5e\x91\x64\x14\x38\x13\xdb\x8a\x8c\x50\x84\x62\xd1\x64\xa6\xf0\x1b\x00\x6d\x48\x60\x12\xa7\x82\x47\xe2\xe8\xd9\x0d\x8a\x79\x29\xf3\x3b\x14\x93\x90\xb6\xd1\x03\x0e\xe8\xb3\x7d\xf8\x15\x76\x12\x66\x42\xc8\x8c\xdb\x03\xcc\xe7\x1a\xe8\x18\x11\x54\xc6\xc7\x73\x74\x7f\xfb\x99\xb2\x89\x5e\x19\xc4\x4c\xac\x38\x17\x3c\x66\x0c\x75\x17\x0e\x51\x96\x60\x80\x5c\x42\x02\xa7\xc6\xde\xe7\x78\x42\x27\x25\xec\x5b\x82\x38\x80\xf3\xe9\x93\xf9\x94\xc1\xe8\xf6\x1d\x64\x03\x5a\x1a\xce\xe5\x98\x22\x82\x8b\x45\x3c\x60\x28\xe6\x94\x54\x40\x08\x2a\xc7\xf0\x77\x5a\xc2\xaf\xcb\x04\x31\x4e\x6f\xaf\x70\x40\x8b\xce\x0a\xc9\x24\x8a\x7e\x0c\xc6\xf1\x28\xf9\x21\x14\x2b\x63\x5e\x15\x8c\x60\xfb\x41\xbd\x03\x07\x51\xb9\xe3\x15\xa0\x07\x09\x83\x01\xa4\x3f\x80\x3a\xa4\x53\x4c\xca\x78\x58\x05\x76\xcc\x90\xd8\x36\x3f\x82\x4a\x60\x88\x22\x9a\xcc\xd0\x0f\x00\x4f\x19\x8c\x10\x09\xf1\xd7\xc9\x0f\x00\xcf\xe8\x3d\x62\xb7\x97\x0c\x93\xa0\xc4\x3d\xaa\x60\xdb\x90\xe1\x11\xe5\x3f\x82\xa2\x84\xc7\x88\x31\xf8\x23\x40\x21\x83\xdd\xd2\xe1\x6d\x67\x56\x26\x74\x55\xb0\x1d\x7e\xbb\x0f\x19\x1f\xa3\x08\x4d\xe7\x3f\x86\x3d\xc5\x9c\xff\x68\x34\x1d\x7e\x7b\x96\x04\xf8\x47\x53\xde\xe1\xb7\xdd\x31\x9d\xc2\x9f\xa8\xee\xa3\x98\x44\xf2\xa3\x61\x77\x85\xe8\xf9\x43\x8c\xfe\x88\xd9\xa8\x34\x2b\x57\x68\x84\x05\xf1\x54\xd4\xb5\x23\x44\x04\x1e\x8c\xd1\x7d\x69\xa3\x5e\x61\x7a\xbb\xcf\x20\x59\x9a\x65\x7a\xbb\x17\x30\x54\x0d\x97\x11\x8e\x25\x80\x8e\xa0\xdd\x82\x45\x1e\x8c\x71\x84\x84\x16\xc6\x31\x41\x84\x97\x28\x53\x07\xd2\xdb\x4b\x98\x44\x79\x25\x82\x3c\x99\xf9\xfc\xf6\x3d\x1d\x93\x58\x77\xfa\x1c\xdd\x0f\x69\x42\xc2\x08\x92\xd0\x00\xeb\xe2\xaf\x89\xe0\x0b\x39\x2f\x24\xf1\xf2\x5e\x58\x06\x11\xdd\x83\xb7\x27\x31\x1c\xa0\xa8\x02\xcc\x20\xb8\xe7\x94\x71\x73\x60\x5d\x41\x1e\x79\x19\x5b\x19\x2a\x0d\x6b\x19\xe4\x1c\xc6\x31\x4c\x2a\x00\xb2\x61\xad\x12\xe5\x8f\x62\x66\x13\x21\x0b\x64\x20\xab\x9c\xe3\x66\x8c\x39\x1a\x53\x16\x23\x0d\xf3\x39\x99\x94\x48\xce\x0d\x26\x04\xcf\xd0\x48\xe7\x1b\x92\x4a\x8c\x85\xf8\x3d\x1e\xc1\x01\xe4\xa9\x7e\x9b\x8c\xe1\x00\x86\x3a\x5b\xe8\x74\x13\x3a\x51\xb9\x97\x63\x42\xa7\xb7\x97\x88\x8c\x2b\xb3\x3f\x62\x21\x39\x65\xfa\xa1\x48\x38\x1c\xc3\x09\x54\x79\x87\x30\x50\xb4\x4b\xbe\x24\x03\x88\x55\x7a\x3b\x89\x03\xb5\xc3\xc5\xdb\x3b\x7a\x7b\x30\xc6\xb7\x6d\x4c\xc6\x2a\xbb\x03\xf1\x48\x8d\x46\x65\x93\xd1\xed\x29\x25\xa3\x54\x3c\x4d\x28\x19\xe9\x9c\xf7\x88\x25\x31\x8c\xd0\x54\x15\xeb\xa2\xe8\x76\xef\x0e\xdf\xad\x66\x9f\xc4\x0c\xa2\x7c\xf0\xa7\x90\x8f\xa7\x90\x84\x49\xaa\x5f\xe5\x5b\x9e\x4d\xa3\x09\xe4\xd9\x08\x0e\x60\x14\x24\x9c\xe7\x83\x38\x15\xda\xea\xed\x59\x32\x9d\x25\x2c\xeb\x2c\x26\x23\x38\xa3\x0c\x55\x82\xac\xe4\xb6\x61\x00\xb3\x86\xdb\x9a\x01\xa8\x97\x89\xc0\x94\xac\xd2\xeb\xaf\x09\x19\xdd\x5e\x0a\xed\xb5\x18\xee\x39\x0e\x68\x8c\x61\x9a\x9d\x2e\xc9\x5e\x75\xee\x07\xc8\x75\xe9\x7d\x38\x66\x19\x55\x14\xaf\x57\x90\x8c\x28\x25\x2a\xef\xb3\x78\x29\xb2\xf0\x1c\x86\xe3\x54\x68\x39\x2c\xe0\x72\x73\xcc\xe9\x3d\x5c\xce\x96\x48\x12\xa2\x95\x62\x6a\xb8\xf7\x10\xe7\x6b\xd9\x41\x34\x89\xd2\xab\x8b\xd3\x3c\x61\x0c\xc9\x68\xac\x17\xfe\x60\x4c\xc9\xe8\x1b\x2e\xc6\xb4\x9c\x9d\x90\xd1\x64\x6d\xb6\x10\x1a\x8a\x61\xe5\x79\x97\x57\x07\x3a\xad\x0b\xf1\x0c\xe1\xf4\xea\xa2\x48\x41\x63\x06\x49\x7a\xc2\x60\x5e\xb0\x3b\xc6\xd3\xd9\x38\x5b\x04\xf1\x32\xc8\xd7\xbe\x4b\x27\x73\x9a\xbe\x87\xb3\x02\xfa\x3a\x82\x90\x0c\x60\x31\xbb\xd7\x11\x24\xb7\xfb\x90\x53\x96\x83\xb0\x64\xfa\x0d\x6b\x6c\x12\x5b\x4b\x66\x69\xfb\xcc\x5b\xc8\x28\x4a\x8d\x57\xc4\x28\x32\x01\xae\xd0\x7c\xf2\x15\xde\xe1\x49\x7a\x12\x20\x4d\xdf\x72\xeb\x0e\x4d\xf8\xf8\xf6\x18\x51\x36\x12\x6b\xcf\x83\x67\xc7\xed\xee\xe6\x96\x00\x49\x62\xb1\xa7\xd5\xda\x44\x10\x87\x28\x2d\x92\x64\xb1\x12\xd0\x3e\xc3\xf1\x00\x12\x13\xe8\x43\x82\x10\x89\x75\x8b\x06\x24\x9d\x20\x72\xfb\x0e\x47\x91\x01\xfc\x59\xd0\xa5\x7b\x4c\x94\xd8\x95\x27\x1f\x42\x76\x8f\x89\x01\x27\x88\x66\xb9\xe5\x77\x74\x00\x19\x37\x40\x0e\x12\xc6\x30\x7a\x1a\xa6\x0b\xe3\x29\x24\xb8\xdc\xd8\x19\x65\xe1\xed\x3b\x7a\x6f\x0e\xe2\xec\xdd\x49\x09\xa6\x8d\x22\x21\x5a\x96\x06\xfa\x11\x07\x9c\xb2\xa5\xca\x2e\x11\xe3\x63\x03\x48\x4b\xe0\xc5\x1c\xce\x43\x82\xe6\x06\xc4\xde\x41\xf7\x69\x80\x03\x48\x06\x42\x7a\x79\x1a\xea\xbc\x73\x63\x03\x3b\x5b\xca\xba\xa7\x17\xb5\x2a\x6d\xd3\xab\x4a\xad\x48\x64\x08\x91\x7b\x1c\x8c\x4b\x39\xcb\x95\xae\x56\x28\xff\x2e\xa7\x2c\x25\x2c\x55\x7d\xdd\x3d\x90\x4d\x5e\x1f\x74\x97\x53\x08\xbe\x43\x2c\x96\x6c\xc6\x4c\xff\x92\x44\x89\x91\x54\x2e\x78\xdd\x3d\x30\xdf\x2a\xaa\xd0\xc5\x15\xd9\xdb\x47\xd1\x88\xc1\x10\x69\x32\x78\xf6\x35\x19\x44\x5f\x95\xb2\xb9\x06\xe4\x92\x86\x23\xca\x94\x18\xbd\x06\xa4\x03\x19\xfc\x8a\xa4\x8d\x67\x1d\xc4\x84\xce\xbe\xa2\xf5\xf9\x5f\xe0\x88\xa1\x41\x91\x7f\x30\xc6\x31\x26\x30\x49\x8d\x1b\xc4\xe2\x19\x8d\x0a\x88\xc3\x64\x10\x61\x92\x1e\x61\x66\x54\xfb\x0e\x45\x31\x26\x13\x9c\xe6\x1f\xcf\x64\x18\x8d\xe1\x94\x14\x20\x27\x31\x87\x64\x90\x44\x8a\xe0\xe8\xb7\x8a\xfc\x6e\xc2\x26\xd2\x88\xa9\xa7\x0a\xc7\x03\x4a\x52\x21\xd4\x25\x23\x68\x94\x38\xa3\x24\xa4\x24\x2d\x46\x36\x54\xb2\x58\x65\xf6\x71\x82\x18\x89\x4b\xf5\x96\xf2\x4f\xe2\x08\x09\xc9\xbc\x0d\xc9\x3a\x90\xf7\x88\x55\x55\x70\xbc\x5f\x91\x54\x2f\xcf\x4f\xf6\x85\xa7\x9b\x7a\xe7\xba\x48\xbc\x88\x23\x9a\xee\x49\x0e\x26\x0a\x8e\xe6\x08\xb2\xc1\x1c\x91\x65\x08\x4d\x53\xdf\x43\x72\xdb\x86\x25\x80\x4b\x06\x47\x49\xbe\x98\xfb\x0c\x72\x1c\x47\xf0\x0e\x2e\x7d\x62\x20\x47\x17\x51\x01\xc3\x84\x56\xe7\x7f\x84\x82\x99\x92\x95\xe3\xe0\x97\x34\x23\xb6\x1a\x69\x12\x86\x83\x71\xde\x6a\x12\x63\x32\x32\x7b\x55\xce\xff\x08\xc3\xe4\xbb\x79\x5e\x8e\xe1\x98\x4f\x61\xac\xc9\x42\xfd\x95\x19\x71\x9b\x04\x13\xd1\x98\xc9\xdc\xdb\x41\x3b\x61\x21\xfd\x01\x94\xe2\x38\x97\x54\x5a\x33\x56\x00\xcf\xbf\x54\xc4\xbf\x9f\x7f\xa9\x1f\xbc\xdb\xeb\xae\xc4\xb0\xe6\x51\x0e\x4c\x5a\x7b\xaa\x33\x3f\xc3\x99\x19\xfc\x29\x05\xe2\x4c\x75\x50\x2f\x27\x9a\x45\xad\x06\x88\xe6\x41\x63\x90\x28\x63\x41\x29\x14\x4f\xbf\x74\x20\x56\x1c\x7d\x25\x08\x4e\x27\x48\x55\xa3\x5c\x43\x0e\x73\xdd\x79\xf6\x0e\xde\x43\x8c\x2b\xcf\xcb\xe5\x4f\x95\xb1\x5c\x79\x40\x18\x0e\xef\xe1\xfc\x49\x90\x0e\x9c\x52\x58\x09\x71\xdd\xa9\xc8\x8c\x04\x69\xc9\xd6\xfd\x4d\x45\xac\x4e\xf1\x4e\xe0\x0c\x95\x00\x18\xbf\x6d\x53\x86\xe2\xc1\xdc\x5c\xf6\xc3\x64\x4a\x09\x3f\xbc\x66\xda\x90\x55\x59\x40\x37\xd9\xf4\x4a\x61\x2f\x0c\xde\xc3\x22\x6f\x6b\x35\x2f\x0f\xb2\x4d\x08\x1c\x2a\x9b\xfd\x1a\x88\x1b\x38\x41\x4f\xe5\x46\x11\x8e\xed\x3e\xb0\x03\x9a\x10\xce\x30\x52\xbe\xc5\x43\xbd\x49\xf6\x48\x48\x33\x0e\x7c\x94\x16\x8a\x87\x78\x7f\xab\x45\x34\x45\x2e\xf7\x8e\xab\xad\x09\x56\x85\x61\xe8\xe4\x87\xa0\x85\xa9\xe9\x2c\x2d\x5d\x1a\x29\x92\xda\x99\xf0\x8d\x18\xba\x53\xa2\xe5\x45\x6a\x7a\x96\xac\x15\x87\xd5\x07\x73\x69\x0e\x60\x8c\xe6\x96\xb9\x56\xf0\x0e\xc7\xd6\xda\xc5\x33\x73\xda\xf0\x3e\xa6\xc4\x4c\xb9\x84\xd1\x14\x31\x33\xe5\x8a\xf2\x31\x62\xd0\x5a\xd6\x03\xcc\x84\x2e\xa3\x51\x64\x26\x7c\xa4\x31\xa7\x13\x6b\x99\x40\x58\x95\xf4\x66\xef\xaa\xc2\x7d\x60\xfa\x1e\xac\xb5\xe6\xfd\x8a\x9c\x0e\x8c\x78\x55\xba\x34\xeb\x57\xa4\x77\x93\x20\x99\x42\x52\xd5\x86\x76\x46\x54\xe4\x9d\xc1\xdb\x2b\x4c\xbf\x56\x77\x80\xdc\xbe\x4f\x2a\x6b\xcc\x1c\x06\x6b\x0a\x9d\x25\xb8\x6a\xa8\x57\x98\xde\x1e\xc3\x28\x42\x12\x17\x56\xb2\xaf\xe3\x71\x02\x95\xf4\xda\x49\x57\xe8\x83\x48\xee\xa6\xa5\xfb\xc9\x44\xd2\x75\x5a\x21\x37\x97\x31\x23\xf8\x96\x08\xf1\xc2\x5a\x16\xc3\xad\x0a\x69\xda\x5a\x16\x68\xad\x4a\x85\xc1\x5a\x55\x38\x8c\xa4\x33\x4c\x42\x24\x57\x62\x45\x77\xb1\x96\x55\x0a\x6b\x49\x52\x37\xde\x8f\x92\x40\x6d\xb5\x9b\x65\x7b\xaa\xb5\x62\xae\xfd\x94\x2e\x49\x56\x56\x85\x64\xb5\xf7\x45\x6b\xce\x13\x21\x6a\xee\xef\xa5\x4b\x52\x9e\xb5\x2a\x27\xee\xef\x17\x76\x5f\xc8\x06\x30\xa4\xb1\x48\x3d\x4c\x0b\x2b\x88\x78\x3f\x2a\x64\x8a\x24\x8e\x51\x24\x81\xde\xa6\x65\x67\xbe\x55\x19\x11\xb0\x7f\x9c\x9a\x57\xf2\x8b\x94\x77\x69\xa1\xec\x5b\x4b\xca\xfe\xfe\x49\x5a\xf2\xe6\x5a\x15\xce\xe6\xfd\xf7\x95\x74\xa7\xe4\xd1\xde\x3f\xfb\x01\xb1\x5b\xb6\xa7\xee\xb7\x0b\xd1\x6a\x1f\xb1\x69\x22\x49\xd8\xfe\x79\x36\xa7\x2c\x21\x48\xd0\xdf\xfd\x8b\xc2\x70\x0c\x6f\x2f\xa1\x10\x65\xf6\x3f\xac\x5d\xc1\x92\x15\x7a\xbf\xa0\x1f\x99\x8f\x22\x87\xdb\x17\xdd\xb0\x4c\x67\x14\x8c\x90\xb1\x01\xaf\x50\x80\x87\xc8\x40\x0c\x38\x4a\x20\x26\x05\x40\x1b\x06\x08\x17\xed\xee\xc3\x31\x2e\x32\x73\x33\xa5\x55\x38\x38\xa6\x33\x7a\x7b\xcc\x20\x09\x8b\x5a\x0f\x12\x0c\x07\x66\x29\xb1\xcd\x8c\x6e\x29\x43\xea\x47\x14\x8d\x8d\x86\x28\xbc\xfd\x88\x63\x6e\xf6\x84\xc0\xa4\x20\x00\x47\x58\x4c\xdd\xac\x68\xa5\xb0\xbc\x8a\x29\xe9\xac\x1a\x19\xf7\xbb\xa9\x69\xe2\x10\x29\x37\xd5\x48\x61\x04\x18\xec\x7f\x4e\xcd\x8f\x75\x8b\x94\x2f\xa9\x31\xbb\xf8\xbb\x80\x3a\xd8\x4b\x97\x4d\xb3\xd6\x92\xf7\x2e\x7f\x3f\x8e\x60\x80\x6e\xf7\x61\x41\x8b\xdb\x94\x04\x9c\x16\x28\x74\x4c\x69\x5c\x86\x30\x7d\x27\xd6\x92\xb1\x34\x7f\x3f\xc7\x33\x3c\x32\xf3\xc7\x89\x10\x05\x4b\x15\x9d\x7c\x83\x51\x82\xb9\x65\xf8\x9f\x46\x04\x33\x9e\x90\x91\xb5\xec\xc6\xb2\x96\xed\xa5\xc5\x54\x43\x4c\xe6\xb7\x57\x42\x1b\x35\x30\x29\xa6\x51\xc2\x8d\xf5\x80\x64\x82\xc9\xed\x09\x89\x10\xb7\xca\xb6\xf6\x02\x15\xee\xf1\x90\xdf\x1e\x24\x8c\x21\x52\x00\x69\x97\xad\x89\x55\x03\x86\xc3\x51\x79\x52\x3e\xa3\x28\xa2\xf7\x13\x62\x22\xf0\x09\x49\xee\xf0\xc4\x5a\xf2\x93\xe5\xef\x87\x92\xdf\xdf\x1e\x30\x84\x26\xa5\x5d\x71\x7b\x8e\xa2\xd8\x00\x2c\x8c\xc8\x4b\x65\xad\x15\x4b\xb4\x58\xfe\x83\xd4\xbc\x62\x43\xa4\x1c\x56\x63\x56\x89\xb0\xe8\x08\x1e\xab\x2a\xf6\xe4\xe0\x6d\x25\x31\xca\x23\x8a\x0e\x8e\xab\xf3\x4b\x41\x45\x07\xef\xd2\x92\xb2\x24\x92\x4e\x96\xc8\xab\x48\x3b\x4d\x57\x82\xcf\x45\xf2\x59\xba\xec\xb5\x28\x10\x27\x21\x1c\xde\xee\x31\x44\x60\x6c\x95\xd5\x13\x51\xb2\x5d\xd9\xb9\x3c\x9e\xe9\x20\x23\x7f\xda\x4c\x69\x19\xa6\x42\x91\x5d\x10\xc3\x7d\x3a\xa2\xd2\xc2\x7c\x70\x65\x78\x49\x63\x2e\xc4\x0f\x69\xb3\x38\xb8\x4e\x8b\x9d\x76\xa7\x4c\x1d\x07\x1f\x0b\x9a\x7b\x00\x67\xe8\xf6\x23\x62\xa1\x9c\x8f\x15\x9e\x28\x12\x3f\xa5\xcb\x4a\xa3\x48\xfd\x9c\x9a\x86\x65\xd5\xc3\xb7\x70\x0a\x47\x49\xac\x3a\xf4\x25\x2d\xa9\xc7\x36\xb0\x0f\x8f\xca\xd3\x6d\xe5\x8c\x92\x45\x98\x58\xab\x9a\xec\x61\xce\x71\xb2\xb0\x18\x6b\x35\x7a\xe7\xf0\x54\x57\x7a\x40\x67\x88\x8c\x61\x56\xb4\xfd\x03\x46\x64\xb8\x47\x0f\x2f\x4a\x0b\x49\x6f\x65\x9e\x14\x8e\x0e\xbf\xe4\xe8\x10\x8d\x30\x62\x62\xe8\x47\x07\xa6\x5b\x74\x0e\xbf\x25\x38\xb2\x56\x4e\xa0\x09\xc0\x7c\xbc\xd9\x37\x12\x44\x5a\x8e\x97\x32\xce\x4e\xa4\xbc\xd3\x29\x47\xd1\xed\x1e\xc4\x89\x04\xbb\x5a\x33\xf2\x3c\x36\xea\xa8\x53\x98\x79\x42\x86\x43\x0d\x70\x80\x12\xc1\x15\x8a\xf5\x25\x50\x46\x31\x1e\x75\xd7\xd5\x58\x8a\xc8\x7a\x7b\xb2\x2c\xf3\x88\xc4\xf7\xa9\x79\xd0\x51\xa4\x9c\x9a\x31\x84\x90\x44\xd2\x24\xf3\xb6\x9d\x96\xd4\x74\x6b\x49\xb1\xb4\xca\xe7\xb4\x44\x89\x8b\xb4\x6c\xeb\x16\x69\x57\xa9\xf9\x5d\x65\x1b\xd8\xc7\x7b\xd5\x1a\x8f\x19\xc3\x77\xbc\x9f\x96\xcc\x3f\x22\xe9\xf0\x07\x38\x50\xf8\xbe\x8f\x33\x7d\xaf\x3b\xc0\x11\x8e\xc5\x08\x8f\xdf\x9a\x61\x09\x88\x48\x76\x77\x7c\x5c\x6e\xc4\x5a\xb5\x6b\x1d\xbf\x5b\x8e\x4e\x3d\xce\xa7\xf4\x18\x0f\x98\x50\x3f\x04\x0d\x38\x3e\x2b\xc5\xb3\x18\x74\x94\x4c\x21\x9b\xc4\x63\x78\x67\x48\x4d\x81\x52\xa1\xe3\x44\x28\x49\x05\x03\x53\x23\x6f\xaf\x91\x08\xf3\x08\xd7\xe3\xf3\x35\x10\x45\x90\xeb\xf1\xe5\x8f\xe6\xca\x8c\x00\x38\xfe\x50\xb9\x20\x79\x58\xe4\x71\xbe\x84\x7b\x7c\x8c\x88\x5c\xc3\x4e\x5a\xed\x97\x10\x79\x5d\x73\x47\x71\x34\x55\x64\xf0\xf8\x3a\x35\x4d\x32\x22\x25\x97\x48\xf6\x71\x26\xb6\x1c\x7f\x36\xca\xce\x15\x81\x7b\x77\x9a\x96\xdd\x7f\x22\xed\xbc\x70\x84\xa3\x51\x12\xe0\x11\x8c\x66\x12\xf8\x6a\x9d\xc0\x9e\x9b\x65\xdf\x75\x4b\x93\x53\x87\x49\x5d\x05\x2e\x88\xbc\xeb\xc2\x04\x17\xc2\x99\xf2\x03\x9c\x64\x92\xfc\x7b\x38\x81\x8c\x67\xd4\xf1\x92\x4a\x67\x27\x9c\x58\x25\xaf\x9d\x95\x41\xce\xe1\x4c\xc9\xd9\x27\x39\xd9\x50\x56\x5e\x91\x74\x96\x96\xdd\x92\x22\xad\x5d\x8d\x8b\x65\x1b\xea\x49\xc6\x4a\x32\xcf\xa4\x48\xb9\x48\x4b\x97\x66\x89\xa4\x0f\x5a\x85\x19\x8d\x43\xe9\xca\x3d\xb9\x4a\x0d\x17\x98\x48\x30\x96\x2f\xf7\x39\x89\xf4\x5c\x7b\xbc\x52\x11\xcd\xef\x8f\xaa\xbb\x95\xdb\x6d\xdf\x17\x94\xb9\x88\x94\x7a\x7f\x91\x79\x0a\xa7\x2a\x00\xe8\xfd\x65\x5a\x38\xd5\x6c\x60\x9f\x1e\x2d\x51\x2f\x91\x76\x9c\xf5\x1a\xc7\xe3\x09\x12\x9d\x39\x7d\x97\x9a\x4e\x66\x6b\xd5\x07\x7d\x7a\x92\x96\x8d\x43\xd6\x8a\x5d\xd0\x5a\x3d\x8c\x2a\x0a\xb6\x97\xc9\xe7\x72\x00\xe7\xe9\xf9\x8f\x55\x1f\x1d\x1e\x72\x9a\x0d\xef\x72\x4e\xc9\x68\xae\xfc\xb4\xa7\xd9\x94\x4b\x37\xa8\x78\xbf\x49\x0d\x87\xa9\x55\x76\x98\x9e\x16\x58\xaf\x62\xa4\x0c\x61\x30\x8b\xa1\x3a\xcd\xf4\xd2\xbd\x68\x0a\xf9\x5c\x95\xff\x30\xff\x3e\x8f\x28\x0b\x33\x8c\xfc\x20\x24\x05\x02\xb3\xcc\xbd\x6f\x9c\x0e\x50\xfe\x0c\x93\xec\x91\xcf\x99\x7e\xbe\x50\x71\x00\x67\x7b\x15\xf3\x6c\x3a\xf3\xcf\xf6\x33\x00\x84\x59\x22\xfa\x7b\x76\xf0\xe3\xc9\xd1\x41\x31\x67\x27\xd5\x62\x82\x36\x61\x9f\x65\xbb\xfb\x80\x46\x74\x2a\xc9\xcd\xd9\x55\x11\x95\x4b\x18\x55\xf1\xa4\x67\x9d\xb4\x22\x30\xdd\x5a\x0e\x5e\x3f\x33\xcc\x1f\xf2\x26\x69\x91\x96\xef\xe9\xb3\xe4\x01\x4d\x07\x34\x61\x62\x85\xce\x3e\xa6\xc6\x17\xb7\x45\xc2\xe7\xb4\x1c\x96\x6b\x03\xbb\xbd\x57\x30\xf8\x18\x0e\x84\x66\x22\x40\xdb\x07\x39\xbb\xa6\x04\x4a\x25\xac\x9d\xdb\x1d\xb5\xbf\x47\xde\x78\xb6\x8e\x1a\x99\x9e\xa8\xf6\xdb\x1f\x4c\x67\x11\x31\xd5\x3e\x5e\x83\xb8\x4b\xe1\xc9\xed\x77\x69\xf9\x80\xb3\xb5\x62\xaf\x16\x50\xa7\x6b\xad\x1b\xda\xc7\xd5\x3e\x5b\xcb\x8e\xb2\xf3\x18\xed\xf6\x52\x3c\x41\xfb\x3c\x5d\xf6\x97\x5b\x19\x01\xbf\x0b\x2d\xed\xfd\xc7\x03\x18\xc5\x12\xb5\xdb\x17\x45\x14\x84\x9c\xb4\xcb\x12\xa3\xb0\x56\x6c\xf7\xed\x0f\x66\x2c\x19\xc7\x04\x7f\x93\x12\x69\xfb\x6a\x4d\x5f\x4b\x27\x30\xda\x9d\x1f\xcd\xb6\x19\x79\xd6\xee\x16\x82\x59\x24\x29\x6e\xfb\x3a\x5d\xbe\xb3\x4f\xa4\x7e\x4c\x97\x6e\xfe\x13\x89\x6b\x54\x6e\xe3\x50\x40\xfb\x93\x11\x60\x9c\x87\x71\x1a\xfb\x9f\x04\x89\xd1\x35\xc4\x70\x08\x4b\x3d\x45\x8c\x21\x43\xbb\x86\x1c\x0a\x0a\x16\x1b\x29\x2a\x7c\xb4\xa8\x72\x8c\xc7\x09\x1c\x27\x45\x35\x17\x5f\x31\x81\xa3\xe2\xfd\x1d\x62\x53\x1a\xe3\xc8\x30\x75\x64\x21\x51\x65\xd3\xc8\xed\x3e\x14\x64\x56\x6a\x10\xed\xcf\xe9\x4a\xcc\x8b\xa6\x72\xc1\x58\x05\x72\xb4\xbf\x94\xa7\xc3\x06\xf6\x79\xbe\xbf\x6e\x30\x09\xc7\x54\x12\xfe\xf3\x83\xb4\x7c\xfc\x59\xa4\x1d\x55\xca\x28\xf9\xe9\x8c\xf3\xb7\xe9\xd2\x81\x73\x91\x58\x56\x1b\x45\xca\x49\x6a\x9a\x58\x94\x4d\xff\x3c\xb7\xd3\xef\x4d\x85\x4e\x17\x4a\xe9\xe4\xfc\x22\x35\x5c\x86\x22\xe1\x32\x2d\x47\x0d\x89\xb4\xab\xb4\x74\x02\x5f\x24\x15\x72\xce\x39\x96\x78\x79\xfe\x25\x5d\xb1\x8d\x2f\xf9\xcd\x6c\x60\x5f\xb4\x0d\x27\x85\x55\x8e\x8e\xba\xdc\x5b\x62\x10\x22\xed\xa8\x30\xa2\x61\x95\xf2\x36\x2d\x1f\x3f\xb6\x56\x6e\x21\xb0\x96\xee\xc2\x10\xa5\x8e\xd3\x2a\xff\x8e\x55\x75\x9d\x8d\x00\x7f\xa7\x77\x2b\xc1\x52\xae\xbb\x3c\xd5\xd3\xc2\x60\x20\xb5\xf9\xcb\x7c\x3e\x95\xb3\x53\x24\x15\x62\x42\x5b\xec\x56\x15\x16\x7b\x79\x9e\x2e\x9f\x43\x17\xa9\x85\xf2\x6b\x84\x34\xca\xb3\xca\xaa\xa5\x63\xf8\x3d\x63\x79\xef\xd0\x80\xa9\x9a\xf2\x6d\xaa\x5c\xdb\x85\xca\xd4\x86\x21\xc2\xcc\xd0\xa1\xf6\xbe\x53\x75\xc2\xe1\xf2\x26\x2d\x39\xd1\x44\x52\xc1\x88\xf7\xe2\x84\x04\x58\x56\xfe\x61\xcf\xb0\xb5\xda\xc0\xbe\x3a\x4a\xcb\x37\x6c\x8a\xb4\x8b\x42\x70\x0c\xc6\x90\x29\xc9\xf1\xaa\xb3\x4c\x60\x45\x62\xce\x8f\x4e\x61\x84\x09\x26\x22\xc3\x2a\x79\xb5\xad\x95\x2f\xf2\xea\x94\x53\xcc\xe8\x9d\xb5\x7c\x23\xbc\x4e\xd8\x8b\x39\x83\x93\x31\x24\x56\xf9\xcb\xcb\xd6\xf2\x97\x97\xac\xd2\x77\xb3\xad\xcc\x27\x35\x81\x1c\x31\x4c\x14\x67\x95\x12\xc2\x34\xce\xe4\x81\x73\x7a\x47\x63\x3c\xc0\x4c\x27\xec\x43\x46\x60\x12\x59\x99\x60\x57\x02\x9c\x24\xdf\x09\xe2\x3a\xe5\x94\xc1\x98\xd0\x39\xcc\x8b\x9e\xb0\x49\x92\xe7\x1e\x8c\xb1\x16\xa9\x3f\x43\x23\xfd\x74\x0c\x49\x38\x1f\x65\x59\x1f\x23\x18\xe2\x3b\xe5\x67\x52\xcc\x25\xe6\xf5\x73\xa4\xbb\xde\x86\x23\x18\x0a\x1a\xa7\x82\x06\x27\x63\x31\xb1\xd9\x1b\x43\x21\x41\x13\x1a\xcd\xf3\x2e\x9e\xc2\x69\x30\x86\x7c\x92\x15\xde\x23\x30\x9c\xcb\x75\x5d\x43\xae\xf3\x43\x54\x9d\x3d\x53\x88\x13\x09\xfb\x69\xc5\x55\x31\x22\xe3\x20\x35\x6e\x8e\x15\x09\xb9\x8d\xec\x74\x0c\x19\xa7\x89\xd8\xf2\x9d\x5c\x3c\xc8\xbf\x2b\x2a\x52\x8f\x57\xe3\x09\x3b\xef\x56\x58\x5b\xd5\xa1\xbf\xce\xc9\x3a\x86\x6e\x06\xc7\x74\xde\x9b\x94\xcd\xaa\x0e\x97\xe8\x9c\x96\x2d\x3e\x56\x55\x40\x44\x67\x9d\x74\x60\x9c\x98\xec\xb4\x4d\x9d\xc2\xaa\x8a\x9b\xe8\xac\xd3\x68\xf5\xb1\xcc\xce\xc5\x1a\x73\x87\x79\x6e\xab\x63\xd0\x0d\xc8\x04\x62\x63\x29\x4f\x76\x0a\xd1\x51\x79\x82\x3a\xb9\xf1\xa4\x03\xe9\x6d\x57\x69\x3a\x9d\x8f\x45\xe4\x70\x74\xdb\x81\xd1\x1d\x0c\x65\x60\x5f\xe7\xd3\x5a\xc7\xc4\x72\xd4\x7b\xe7\xb3\x8e\x76\x9d\xc2\x38\x90\x72\x41\xe7\xcb\x93\x72\x6b\x7e\xa0\xb2\x6b\x98\xa1\x18\x24\xe1\x6d\x37\x61\x82\x85\x75\x73\xbc\x39\x0f\xbf\xc2\xa9\x5a\xe6\xee\xdb\x25\x02\x64\x2d\x5f\x6a\x2c\x80\x8e\xd7\x4c\x6a\x76\x58\xb5\x5b\x56\xaf\x44\xca\x7b\xcd\x81\xe2\x31\x24\x03\x09\x54\x18\x4b\xb3\x2b\xb4\x44\x62\xa6\xbf\x1e\x62\xb9\x2b\xba\xed\x3c\x78\x58\x86\x12\x8b\xa4\x7c\x41\xbb\x09\x91\x46\x9f\xee\x45\xba\x72\xd1\x85\x48\xbe\x4a\x97\x62\x95\x44\x62\x77\x6d\x70\x7f\xf7\x63\x55\xfc\x40\x37\x53\xae\x54\xd0\xa7\x48\xf8\xb2\xce\xd4\xb8\x74\x9c\xf0\x3a\xf7\xef\x55\x91\x5a\x54\x10\xce\xec\x9b\x67\xd6\xca\x85\xee\xa2\x92\x15\xa1\x7c\xe5\xd4\xe1\x75\x7b\xd5\x5b\x6b\x99\x71\x0e\xd6\x72\xb0\x89\xb5\x12\x30\x72\x6d\xb8\x79\xb2\xc3\x3c\x85\x9d\x49\x1d\x0b\x2b\x5c\x66\xab\x67\x94\x56\xf3\x84\xf8\x88\x03\x64\xca\x79\x55\x47\xc1\x56\x32\xd5\x01\x05\x82\x56\x73\x6e\xb0\x10\x4e\x82\x95\xf4\x36\x64\x88\x8c\x56\x9b\xb9\x44\x1c\xb1\x6c\x47\x2c\x37\x82\xee\x0c\xf7\x47\x76\xd4\x6e\x05\xaa\x8b\xa2\xa8\x2c\x31\x9b\x07\xbc\x0c\xb9\x99\xd0\x29\x26\xa8\x98\x04\x19\x9b\x7a\x7b\x08\x27\x94\xab\x98\x78\xc3\xbb\x53\xca\x13\x53\xdd\x81\xa6\x63\xb1\x94\xbd\x8f\x92\x08\x8e\x8d\x75\x20\xa6\x9f\x68\x9f\x62\xc3\xa9\x92\x1d\x5b\x32\xc8\x47\x7e\x2e\xcc\x08\x1f\xc9\x8e\x70\xe6\x29\xef\x13\x82\x84\xc6\xae\x55\x6b\x2c\x19\x57\x3e\x30\x1e\xc1\x89\x10\xf0\x0b\x4f\x91\xe0\xa2\x90\x1b\xdd\x9d\x1a\x3e\xcf\x10\x4e\x56\x50\x4d\xe0\xd6\xe7\xd2\x51\x06\x74\x87\x43\x24\xb6\xfa\xf5\x17\x1d\x88\x3f\x85\x6c\x22\x83\x3a\xd4\x46\x8b\xc7\x13\x75\x46\xe5\xe3\x5e\x15\x79\x2f\xc2\xde\x3e\xfe\x84\xad\xa0\x38\xf1\xf2\xf1\xc8\xb0\xd3\x0a\x62\x2b\x68\xc7\xc7\x1f\x85\xe7\x14\x67\x61\x3e\xfe\x28\x3c\xc7\x3c\x87\xf3\xf1\xbc\xc2\xf0\x61\x9c\x41\x10\x20\x85\x30\x2f\xaf\x52\xb4\x81\x7d\xf3\x76\x39\x04\x09\xd8\x37\x45\x30\xc6\xde\x4c\xda\x2b\x3e\x1f\xad\xda\x7b\xb2\xc0\xf9\xcf\x2b\xb6\xfb\x95\xe3\xc1\x5f\xf6\xaa\xb8\x86\xc8\x68\xaf\x71\xb5\xe9\x73\xda\x5f\xd6\xc8\x30\xd9\x31\xf1\xfe\xe2\x57\x77\xb1\x00\xdc\x7f\x5c\xec\x0c\x13\x12\x70\xc1\x3c\x88\xc3\xdc\xc7\x3b\xc8\x2c\xec\xf3\x1e\xeb\xef\xe0\xa1\x73\x47\x71\x68\x79\x1b\xbe\x8f\x5d\x86\x78\xc2\x88\x85\x1b\xe8\x61\x46\x19\x8f\x77\x04\x24\x95\x90\xfe\x23\x0e\x5b\x0c\x44\x14\x86\x28\x6c\x6d\x34\x41\x06\xd2\x7a\x5c\x2c\x76\xb2\x72\xa8\xc7\xfa\x8d\x00\x46\x91\x43\x75\x0d\x80\x82\xe2\x99\xb8\x80\x36\x54\x0d\xfe\x86\x57\x64\x2c\x48\x83\xf8\xba\x8b\x0e\x52\x1d\xe4\x3e\xaa\xd5\x50\xe3\xf6\x16\xc5\x6d\x1a\x26\x11\xda\xcd\x21\xdc\x47\xdd\x60\x23\x44\x43\x98\x44\x7c\xd1\xaa\xc8\xcc\xfb\x45\x1a\xa1\xc3\xc1\x23\x6c\xf1\x85\x0b\xf8\x02\x90\x46\x68\x34\x07\xb8\xfb\x38\xa4\xcc\x11\x8d\x32\x0b\x13\x8b\xbb\xa4\x41\x1d\x0e\x98\x5b\xab\x6d\x88\x47\x24\x1f\x2f\x06\x5f\x51\xc0\x45\x8b\x98\xa0\x4b\x81\xfa\x8c\xcf\x45\x1e\x78\x44\x24\x99\x22\x06\x07\x11\x6a\x6d\x78\x60\x84\x78\x4b\x4c\xd9\xc2\x15\x4d\x8d\x7c\xa3\x6b\x78\xe8\xd8\x54\xd6\x63\xfb\xbe\xcf\xe7\x33\x44\x87\xd6\x28\xa2\x03\x18\x75\xc7\x38\xd6\x0b\x50\xa4\xec\x70\x36\xd7\x03\xe2\x63\x1c\xa7\x29\x41\xf7\xd6\x5b\x5d\xa3\x6d\x64\xd9\xae\xe3\x2e\x02\xc8\x83\xb1\x98\xc2\xca\x96\xee\x31\x09\xe9\xbd\x6e\x45\xbd\x2d\x16\x8e\x0b\x48\x83\x2e\xcd\x48\x06\x93\x0d\x7a\xc6\x28\xa7\xa2\x92\xc6\x18\xc6\x17\xf7\x44\x0f\x5f\xad\xb6\x28\x20\x86\xca\x4a\x8b\x68\x27\x44\xcd\x55\x68\x6f\xe4\x3d\xe8\xcc\xa7\x03\x1a\xd5\x6a\xea\xb7\xc1\x69\x87\x33\x4c\x46\x5d\x38\x5a\x3f\xc1\xab\xb0\xe0\xf1\x0e\x46\x09\x6a\xd9\x0a\x33\xec\x85\x0b\xd6\x15\xb6\x0b\x04\xb2\x75\xb1\x0d\x4f\x2d\x0d\x99\x86\xa5\x1e\xe7\x58\x35\x83\x7c\x1c\xfb\xbd\x3e\x40\x8d\x60\x8c\xa3\x90\x21\x92\xa6\x4e\xf1\xe2\xf7\xfa\x2e\x40\xa2\x8a\x99\x6f\x37\x9e\xd9\xc0\x58\x62\x3b\x89\x91\x15\x73\x86\x03\x6e\xcb\xfd\x83\x7c\xe2\xbc\x7e\xfd\xc6\x73\x01\xf7\x49\x43\x34\xb4\xa3\x66\xbe\xf1\xf5\x43\x82\xd8\xdc\xe7\x8e\x0b\xb2\x94\x29\x9d\x22\xc2\x7d\xe2\x6c\x6d\x6f\xbd\xcc\x53\xbb\xef\xf6\xce\x2f\x3a\xb7\x1f\xae\x8f\xae\x3e\xdf\x5e\x5f\x9d\xf9\xb6\xaa\x99\x09\xc0\x57\x6f\x9a\x2e\xc0\x3e\x71\xb6\x9b\x2f\xb7\xdd\x62\xa7\x53\xb5\x8e\x0e\x49\xa2\xc8\xf7\x79\x9a\xf2\x7f\xa0\x46\x84\xc8\x88\x8f\xdd\x5a\xcd\xe1\x7e\xfe\xb6\xa3\xb1\x9f\xf8\x1e\x60\xbe\x40\xb0\x3d\xc6\xe0\xdc\xe1\xee\x0e\xf9\x8d\xef\x90\xcd\x4d\x97\xf5\x48\xdf\x47\x3d\xd2\xd7\x7b\x8a\x2d\xf2\x96\xa0\x6a\x09\x0f\x35\xde\xc5\x72\x9d\x0c\xbc\x43\x1a\xe5\x54\xa7\x76\x54\x63\x2b\xb8\xa5\x57\x38\xc3\x2a\xb7\x11\x47\x38\x40\xce\x6b\x50\x6f\xba\x59\xbb\xf6\x45\x8e\xd3\x44\x90\x87\x80\x92\x98\xb3\x24\xe0\x94\xd5\x6a\x0e\xf1\x4b\x29\x0d\x02\xa7\xc8\x05\x76\x1b\xce\x64\x81\x34\xb5\x3b\x48\x95\xdd\x95\x23\x6c\x0c\x19\x9d\x3a\xc8\x6d\xd9\x7b\x6c\x94\x88\xa9\x8f\x33\xc0\x67\xff\xe9\xec\xb6\xae\x71\x7a\xe2\x12\xee\xec\xb6\x5e\xa7\xcd\x97\xe9\xf3\x2d\xd7\xd9\x6d\x1d\x44\x70\x3a\x43\xa1\xab\x6a\xf8\xe5\x59\x83\xa3\x98\x3b\xc4\xdd\x55\x63\x6b\x29\x72\xba\x28\xa6\x27\x2e\x6d\x28\x13\xdf\xf0\xd0\x51\xdd\xc0\xb1\x9a\x70\xe4\xba\x39\xf1\x72\x90\x9b\xa6\xe5\x3d\xa9\xa6\x4d\x2d\x28\xda\x15\xbf\xad\x27\x37\x19\xea\x65\x5b\x07\x73\xc4\x20\xa7\xac\x9f\xa6\xa8\x67\xff\x9f\xff\xa3\xdf\x6d\xc9\x00\x44\x45\x1b\x3e\x51\xf5\x33\x80\x01\x15\xa8\x0f\x05\x89\x8e\xfd\x8d\xa6\x24\x41\x02\x45\x88\x4f\xf4\xca\xec\x6c\x38\xd0\x77\x98\xc0\x67\xf4\xc0\x1d\xd7\x6d\x84\x94\x20\x81\x57\xb4\x31\x4b\xe2\xb1\xc3\x1a\x72\xab\xb9\x60\x83\xa7\x29\xcd\x30\x4d\xf4\xd0\xdd\x11\x15\xbb\x3b\x19\xa5\x0a\xdc\xc7\x58\x34\x84\xfd\x60\x31\xc4\x04\x46\xd1\xfc\x51\xb4\x07\xd3\x54\x8d\x93\x34\xd4\x8c\xa4\xa9\x7e\x72\xdc\x1c\x12\x0f\x9d\xd8\xe5\x63\x46\xef\x2d\xbc\x58\x68\x1c\x5b\x2c\xe4\x74\xa5\x29\xcc\x7e\x8d\xdd\xa9\x80\x05\x8a\x77\xe7\x33\x74\xc4\x18\x65\x8e\x7d\x42\xee\x60\x84\x43\x0b\x72\x8e\xa6\x33\x6e\x71\x6a\x85\x48\x21\x51\xc2\x90\x45\x28\xa9\xcb\x19\x1b\x44\xc8\xc2\x44\x28\x2f\x01\x6a\xfc\x93\x9c\x10\x8b\xb2\x10\x31\x01\x3f\x40\x96\x06\x01\xb2\x00\x14\x0b\x6a\x29\x0a\x1c\x5b\xd3\x24\xe6\xd6\x18\xde\x21\x0b\x5a\x2b\x8b\xe2\xb8\xd6\x14\xf1\x31\x0d\x1b\xb6\xbb\x10\xa3\xd3\x98\x13\x14\xcc\x2c\xd0\xbb\x05\xc6\x31\x1e\x11\x13\x33\x0a\xee\xc5\xfd\xe6\x0e\xff\x0d\x6a\x54\xce\x66\x7d\x87\x6f\x6e\x6a\xdc\xc9\xf3\x7a\xbc\xbf\x53\x62\x7a\xc4\xfd\x29\x52\x4f\x24\x2b\x74\x04\xa7\xf7\x49\x8f\xf5\xdd\x45\x8e\xb0\x20\x68\xc0\xd9\x2c\x9a\x3b\x82\x19\x81\xbc\x25\x63\x3c\x51\x4e\x28\x32\x1c\xce\xb0\xfd\x71\xa1\x28\x02\x60\x00\xfb\x8f\x0b\x40\xf5\x60\x27\x68\x1e\x0b\x6c\x13\x3d\x65\xbe\xb7\xc3\x7e\xd3\xa8\xb4\xc3\x36\x37\x5d\xe2\xd3\x1e\xeb\x03\xde\xc0\x24\x44\x0f\x17\x43\x87\xb8\xff\xf0\xbd\x34\x75\xb0\xa6\x56\x9a\x6c\x58\x78\x21\x5a\x48\xc0\x50\x90\x4c\xcf\x7b\xe5\x82\xb1\x24\xc6\x43\x17\x84\x3e\x71\x9a\x2f\xdf\x6c\xbb\x60\x26\x93\x42\x83\x88\x0a\xe2\xf0\x18\xd2\x40\x0e\xa5\x31\xa0\xe1\xbc\x11\xf3\x79\x24\x38\x44\x18\x62\x32\xba\xc2\xa3\x31\xf7\xd1\x3f\xbc\x5d\xb4\x69\xcf\x1e\xec\x96\x18\x58\x31\xe0\x3b\x47\x4d\x3c\x32\x65\x00\x95\x90\x57\x1a\x30\x04\x39\x3a\x8a\x90\x78\x73\xec\x10\xdf\xd9\xee\x0e\xd2\xcd\xd0\x18\x8b\x62\xbe\x0d\x07\x2a\x0c\xcd\x06\x3a\x8f\xd3\x99\x6f\xd7\xdf\xbc\x79\xf3\x66\xf6\x50\xa4\xde\xe3\x90\x8f\x7d\xfb\x85\x67\x26\x8e\x91\xec\xe7\x52\x2a\xbd\x43\x6c\x18\xd1\x7b\xdf\x8e\x03\x46\xa3\xc8\x06\xe5\x91\xc2\xd9\x0c\x91\xf0\x40\xf0\x3c\xb1\x08\x99\x50\xd6\xa0\xc3\x61\x8c\xf8\x8d\x68\xa7\x8e\x1a\x41\x84\x11\x51\x6f\x7a\xae\xcb\xb5\x30\x34\xa5\x77\x48\xd7\x02\xb8\x10\x37\x78\x31\xfc\x6f\x82\x05\x76\x50\x84\x04\xc1\xde\x8b\x22\xc7\x6e\x0c\xf1\x03\x0a\xeb\x9c\xce\x80\x95\x3d\x0f\x28\xe7\x74\x0a\xac\x06\x8e\xeb\x32\x05\x58\x8d\x98\xe3\x60\x32\x17\x60\xb6\xdb\xf3\xfa\x80\xf8\x7c\x77\x06\x59\x8c\x4e\x08\x77\x78\xc5\x32\xa5\xa9\x07\x9a\x9e\xdb\xf2\x76\xca\x1d\x34\x46\xf0\x5b\xc6\x70\x31\x21\x88\xc9\x94\x5a\x6d\xea\x90\x4d\x64\x20\xf1\xa8\x44\xce\x15\xb5\xf7\x7d\x21\xac\x3a\xc8\xb7\x6d\x17\xe4\x49\x5c\xb2\xd9\xc4\x05\x7c\x17\x35\xe2\x59\x84\xb9\x63\x5b\xb6\xdb\x98\xc2\x99\xe3\x54\xc8\x1d\xbc\x87\x04\x81\x5e\xb8\x6e\xe3\x2b\xc5\x44\x02\xb7\x50\xd1\xf2\xdc\xe4\x02\x8f\xb9\x74\x5b\xde\x2b\x8d\x21\x65\x47\x30\x18\x1b\x2d\x30\xf7\xb1\xde\x14\xfd\xc9\xf7\x89\xdc\xc3\x62\xfb\xfa\x48\xee\x61\xd7\x05\xa4\x68\x67\x50\x96\x89\x09\x60\x7e\x99\x4d\x71\x77\x97\xb7\x7a\xbc\x0f\xb0\xcf\xb2\xfd\x08\xa8\xe8\x11\xfe\x87\xb7\xe3\xd2\x1e\xf1\x59\x0f\xd7\xfd\x66\xbf\x2c\x32\x50\xb9\x07\xdb\x25\x7d\xe4\x5e\x8c\xbf\x2d\x07\xee\x54\xf2\x32\xc1\xce\x69\x84\x6a\xb5\xec\xa1\x81\x24\xcd\x46\x2e\x10\xa5\x04\x2b\x91\xb5\x3e\xf8\xeb\xa4\xdd\x5a\x2d\x5b\xd4\x6c\x8b\x95\xd8\x81\xd1\x93\x3d\x31\x6a\x40\x24\x79\xda\x70\x50\x8f\xf7\x35\xa9\xa7\x43\xeb\x21\x67\xcc\x82\x75\x2c\xb1\x8d\x19\xa3\x33\xeb\xbf\xec\x4d\xbe\x69\xff\x97\x15\x27\xb3\x59\x84\x51\x28\x98\xc2\x7f\xd9\x9b\x64\xd3\xfe\xaf\x86\x75\xf4\x30\x43\x01\x47\x19\xa8\x62\x17\x90\xe4\xbc\xc4\xa2\x43\x2b\xeb\x5d\xc3\xfa\x28\xea\x84\xb2\x4b\x43\x88\x23\x24\xb9\x82\x18\xe2\xc4\x1f\x3b\x6e\x83\x12\x74\x31\x14\xbc\xcb\xe9\x89\x57\x25\x6a\x01\xf1\x28\x46\x02\xf6\xe4\x63\x3c\x86\x33\xe4\x3c\x06\x2a\xfe\xb4\x25\x92\x20\x99\x2f\xdc\xbe\x0b\x2e\xaa\x6a\x91\x45\x97\xaa\xcb\xea\xf8\xe5\x17\x35\x9b\xb2\x92\x58\x72\x2e\xc0\x10\x09\x11\x6b\xe9\x92\x0b\x57\x16\x90\x1c\xef\x62\xe8\xfc\x09\xf5\xf7\x5d\xd1\xf5\xae\xdf\x7c\xe1\x81\x8e\xff\xfc\x85\x07\x6e\xfd\xe7\x9e\x07\xbe\xfb\x3d\x5b\xda\x0a\xa7\x34\x21\xfc\x82\x1c\x11\x15\xa6\x99\x10\x9d\xf0\x20\x83\x2e\x04\x25\x93\xc6\x65\x94\x01\x20\x95\xce\xf1\x14\x51\x19\xe6\x40\xf3\xb2\xd9\x93\x72\x63\x66\x2f\x28\x54\xcf\xaa\x94\x7a\xc8\x01\x1e\x30\x47\xa1\xdd\x07\x07\xbe\xaa\x5e\x66\x1c\x65\x2f\xa2\xe4\xb9\x2f\xdb\x93\xe9\x67\xea\x59\x24\x1f\xfa\x8f\x28\x0e\x5a\x5b\xaf\x40\x3c\x83\x01\x6a\x3d\xdf\x02\xb2\x48\xab\xf9\x1c\x70\x38\x68\xbd\x01\xc9\xac\xf5\xfc\x35\x08\xe9\x3d\x69\x6d\x7b\x60\x4c\xa7\xa8\xf5\xfc\x25\x40\x24\x6c\x3d\x7f\x01\x48\xeb\xd5\x6b\x30\x6b\xbd\xf6\x16\xe0\xd2\xdf\x30\x37\xcf\xf2\x0e\x48\xd3\x8d\x6c\x0b\x68\xc2\xb7\x9a\x52\x66\x43\x06\x07\xfc\x66\x10\x28\x2d\x79\x16\x44\x6f\xd7\xee\xa9\x6d\x67\x5d\xeb\xe6\xfb\x76\x2b\x4f\x3c\x4f\xa2\xa8\x6f\xb7\x7e\x28\xe8\x17\xb4\xe7\xaa\x50\xff\xb5\xee\xb0\x63\xb4\xbe\x21\xe9\xac\xb9\xd5\xd3\xd4\xd6\x85\xe5\xbb\x51\xd7\x7e\x26\x63\xaf\x92\xda\x0d\x67\x03\xa5\xa9\xae\x66\xc3\xd0\x53\x6a\x35\x3b\xdb\x35\x36\xce\xa4\xf0\x5c\x24\x6f\x64\x39\x3b\x4b\x75\x0a\x82\x71\x55\x00\x6e\x34\x33\x56\x29\xa6\x4e\xab\x2d\x7a\x46\xb4\xe6\xde\xd7\x9d\xd7\x19\x7b\xf1\x9c\x04\x6b\x73\xd5\x1d\x4f\x9c\xb2\xb5\x10\x97\x8c\x3e\xcc\x55\x6a\xa9\xd3\x8e\xbb\x53\xad\x92\xd5\x6a\x97\x7a\xa6\xd7\x33\x63\x24\x4b\xf3\x8c\xc8\xa7\xa9\xf3\x24\xe7\xfe\x7f\xec\x4d\xe4\x0a\x91\x5f\x6b\x96\x85\xb4\x9d\x91\xcc\xee\x18\x59\x1c\xb2\x11\xe2\xd6\xaf\xf6\x26\xda\xb4\x7f\xb5\x02\x9a\x44\xa1\x45\x28\x97\x32\x74\x88\x08\xc7\x43\x41\x3f\x31\xb1\xf8\x18\x59\xa1\xe0\xfb\x1c\xcf\x5a\x56\x30\x46\xc1\xc4\x8a\x67\x28\x8a\xc4\x50\x72\xd1\x8e\x17\x22\x68\xbe\xf4\x37\x4b\x58\xbb\xa1\x18\xf4\xb2\xb6\x95\xa6\x97\xb5\x9a\x4d\x92\xe9\x00\x31\x73\x6e\x74\xff\x8b\x0a\xbf\x9a\xbc\x77\xbf\x58\x58\x8b\xef\xde\x08\xe5\x8f\xb4\xd4\xe6\xf0\xc9\x6e\xaf\xdf\xea\x91\x7e\x4b\x25\xf7\xbc\x7e\x8b\x48\xf2\x7d\xe2\xf7\x6c\xd8\x1b\x33\x34\xec\x0b\x8a\xc4\x50\xf1\x82\xc9\x2c\xe1\x2d\x42\xb9\xd3\x0b\x71\x2c\x74\x88\xb0\xef\xaa\x77\xd1\x23\x7f\x8c\xc3\x10\x91\xbe\x6b\x03\x3b\x96\xf3\xbd\x0c\x2b\x48\x19\x7a\xe0\xa2\xd2\x8a\xac\x41\xc2\x39\x25\x15\x19\x19\xfe\x03\x1b\x4d\x07\x92\xc4\xf5\x38\x1c\x48\x19\xa1\x2f\xa1\x1b\x53\x1a\xc2\x48\x40\xc2\x24\xc4\xb4\x17\x50\xc2\x19\x8d\x62\xd1\x67\x69\x35\x36\x53\x7e\x95\x2f\x82\x82\x85\x98\x8b\x36\x54\x1d\xcb\xa9\xbe\x3d\x84\x51\x8c\xec\xbe\xfb\x6b\x1f\x7c\xf2\x1f\x39\x1c\xb5\x2e\xc0\x30\x4a\x70\xd8\xaa\xe0\x1c\x03\x4a\x23\x83\x73\xf4\x5d\x10\x44\x30\x8e\xcf\xe1\x14\xb5\x0c\x86\x12\xc4\x99\x8d\x47\xd5\x21\xc7\xb5\x00\x6f\xab\x8c\x8a\x8d\xbc\x02\x20\xcd\x05\xba\x24\xc0\x3e\x6a\xc8\x7e\x00\xea\xa3\x06\x87\x23\x00\x7d\xa1\xb1\xf4\xec\xbc\x84\x0d\xec\x1c\xde\x06\xb6\x84\x16\x73\x0f\x47\x76\xdf\x05\xb1\x6f\x8b\xc1\x42\x4c\x10\xb3\x77\x36\x04\x81\xc4\xbb\x66\x62\x5d\x15\x68\xe1\x5a\xcd\x29\xa5\xdb\x9b\x58\xc9\xd7\x89\x3f\x72\x66\x8e\xeb\x70\x10\xbb\x80\xe4\x48\xc6\x96\xb4\x04\x0a\x02\xe7\x71\x01\x20\x78\x2c\x66\x23\x59\xb8\xee\x62\xe7\xad\xa0\xb2\x33\x31\x7f\xb1\xff\x09\xbc\xd5\xf6\x51\xa1\xc4\xc5\x6a\xb2\xa5\x86\xa1\x14\xae\x77\xfe\x5b\xf0\x51\x28\x44\xcd\x57\x2f\x5d\x70\x2d\xb5\x9f\x8f\x2e\xf8\xec\x13\xe7\xcd\x8b\xd7\x6f\x5c\xf0\x8b\x4c\xfa\xec\x82\x0f\x3e\x71\x9e\xbf\x7c\xfd\xda\x05\xc7\xd5\x76\x42\xd4\x88\x93\x41\xcc\x99\xe3\x81\x7c\xf7\x4b\x5a\x04\x4e\xd7\x98\x5a\x89\xaf\xd8\x08\x60\xfa\x01\xfb\x5c\x8b\xc9\xbb\x4a\xa6\xa7\x3e\x45\x0e\x76\x01\xf4\x6d\xb1\x3d\xa9\x48\x8b\x7d\x8c\x84\xf8\x17\xf8\x1e\x88\xfc\x5c\xc9\x0d\x7e\x8b\x76\x02\xad\xe8\x26\xfe\x46\x13\x0c\xfd\xb8\x17\xf4\x1b\x8c\x26\x1c\x49\x92\xad\x27\xc3\x65\xfe\xa3\x4c\x6d\x0d\xc1\x0c\x32\x38\x8d\x5b\x8f\x0b\x90\x30\xdc\xe2\x8b\x1d\x14\xc5\x28\xef\xe3\x58\xb4\x3f\x94\xe6\x40\xa1\x27\x3e\x2e\xc0\xcc\x6f\x43\x3e\x6e\x4c\xe1\x83\xa3\x55\x51\x30\xd6\x03\x06\x53\xdf\xdb\x99\xfe\x36\xdb\x99\xea\x8e\xdc\xf9\xe3\xde\xb4\x0f\x46\x3e\xed\x4d\x95\xad\x05\x39\x77\xae\xfb\x18\xf6\xee\x32\xe3\x56\xd3\x4d\x53\xfb\x3f\xec\xbe\x4f\xb3\x84\xa9\x52\x10\x42\x14\xd0\x10\x5d\x5f\x9d\x1c\xd0\xe9\x8c\x12\xc1\x94\x33\xad\xe0\x99\xed\xee\x0c\x18\x82\x93\x45\x6e\xbc\xf7\x7d\x7f\xe4\x3e\x26\xfe\x86\x97\xe5\x88\xb6\xe7\x3e\x42\x0d\xf4\x80\x02\xe7\x4e\x52\xf1\x79\xad\xb6\x01\x33\x55\x20\x46\xb9\x2e\x30\xef\x35\xfb\x6e\x9a\x5e\x3b\xae\xb3\xd1\x54\x58\x38\xf0\x57\x5b\x77\x46\xee\x4e\xd8\x13\xc0\x7d\x7f\xb0\x10\xb3\x64\x89\xe6\x37\x96\x5b\x16\x9d\xda\x48\xdc\x47\xb2\x32\xc7\xa1\x9c\x62\xfb\x99\xbd\xa9\x87\xea\x81\xa9\x31\xa8\x85\xae\x41\xd3\x73\x92\xa6\x4c\x99\x81\x16\xe0\xfd\x12\x16\xe1\xa1\x73\xec\x20\x20\xca\xe5\xac\x2e\x33\x2b\x22\x03\x89\x00\xf3\x05\x09\x06\xd8\x27\xbd\xa6\xc0\xa7\x65\x0c\x83\x62\x85\x99\xd8\xbb\x14\x39\x54\xf1\x4a\x81\x6a\xb0\xe7\xf5\x75\xc5\x10\x39\x14\x60\x99\xb7\x71\xec\x88\x1c\x60\x37\x6c\x57\xad\x70\xe0\xc7\x8d\x80\x92\x00\x72\x07\x9a\x2b\x54\x94\x15\xef\x02\x79\x77\x6d\x5b\x8c\xde\xdd\x0c\x00\x76\x17\x1a\xc5\x22\xb3\x3c\x48\xfc\x5e\x1f\x0c\x7d\x0f\x8c\xfd\x48\x63\xf6\xf0\xb7\xf1\xce\x50\x23\x54\xe8\x47\xbd\x61\x7f\xc7\x6e\x34\x44\x9d\xe1\x6e\xd2\x98\xd1\x99\xe3\xb6\xec\x86\x10\x63\xc2\x5a\x2d\x51\xf6\xb7\x30\x37\xcc\x40\x24\x3a\xb0\x99\x14\x7d\x13\xcd\x83\x2f\x7e\x95\x6d\xf1\xc9\xb9\xcb\x71\x0d\x8b\xa1\x60\xb1\x2b\xc5\x62\x8a\xf9\x5b\xd5\x69\xb3\xfa\x32\x0c\x2c\xf8\x25\xd9\xe5\x3d\x51\x5f\xbf\x65\x28\xba\xa2\x53\xb1\xcf\x1b\x11\x0d\xa4\xe6\x03\x02\xdf\x89\x8b\xf6\xe2\xdd\xc7\x45\x2b\x76\x1b\x31\x82\x2c\x18\x83\xc8\x2f\xd0\x3e\x10\x5d\x09\x5c\x73\x55\x9b\xfd\x34\xb5\xed\x7c\x01\x7c\x88\x1c\x08\x28\x88\xdc\x05\x40\xc8\x7f\xf6\x9f\x2d\xa7\xb1\xe9\x3e\x03\x1c\x55\xda\xfe\x91\xb2\xe7\x22\x77\x01\x48\x35\x44\xad\x66\xff\x87\x98\x7c\xd4\xf3\xfa\x0b\xc0\x50\x25\x41\xcc\x90\x1f\x81\x38\xa0\x0c\xb5\x72\x47\xd5\xae\xd7\xa2\xc8\x51\x1e\x06\xb7\xc1\x50\x98\x04\xc8\x9c\x38\x93\xa4\x6e\xfa\xdb\x60\x63\xb5\x07\x12\x3f\xd1\x42\x6a\xe1\x48\xfc\x45\x9b\xfe\x56\x8b\xa8\xc7\xba\xff\xa2\x85\x36\xfd\xe7\xe2\x4f\x13\xa0\x85\x0b\x3c\x17\xc8\xad\xde\xe2\x8b\x05\xc0\xd5\x43\x92\xcb\xc7\x90\xdb\x88\x29\xe3\xeb\xba\xd3\x90\x43\xf9\x8d\xab\xdf\xdd\x66\x2b\x4b\xf9\x87\x4e\xa9\x8b\x24\xd9\x56\x3d\x33\x35\x08\x96\x04\xe8\x9a\x36\x19\x9a\x45\x30\x40\xce\x33\xe7\x3f\xff\xf9\x6c\x33\xfd\xe7\xb3\xcd\x5f\xdc\x67\x23\x60\xdb\xf9\x6a\x0a\xa2\x00\x60\xb9\x78\x61\xeb\x5c\xb6\x73\x02\xe2\x67\xe6\x89\x7f\x34\x77\x79\xbd\xd9\xf2\x04\x0a\x37\x77\xd8\x6f\x5c\x59\x0b\x7b\xac\xde\xec\x1b\x26\x50\x96\x5b\x26\xd0\xa6\x23\xad\xdb\x43\x1c\x71\xc4\x2a\x8d\x33\xd2\x19\xa9\x1a\xfa\x87\xb7\x70\x5d\xb7\x56\x23\xf9\xfb\xae\xbd\x6b\x6f\x92\x0c\x99\x6b\xb6\xdb\xb2\x45\xcf\x63\xe4\xf7\xec\x84\x61\x1b\xd8\x62\xb9\xed\x3e\x08\xd0\xff\x02\x33\x6e\x84\x2a\xc5\xa6\x7c\x6f\x12\x41\x44\xd5\x4e\x64\x3e\x17\xd5\x8f\x25\xeb\x16\xd2\xac\xa4\xb0\x94\xe1\x11\x26\x00\xfa\x59\x2f\x02\x1a\xc9\xdd\x3d\xa6\x31\x07\x41\xf6\x40\x84\x00\x16\x09\x10\xca\x38\x48\x8c\x06\xe4\xde\x10\xd9\x3b\x1b\x49\xad\x86\x6b\xb5\x44\x88\xee\x89\xf4\x4b\x5d\x5f\x9d\x39\xd8\xcd\x21\x34\x55\x79\xd4\x09\x2d\x44\x32\xc6\x55\x30\x50\x27\x71\x5d\xa0\x3a\xdc\x22\x40\x74\xb7\xc5\x80\xe8\x6c\x0b\x03\xd5\xd5\x16\x05\xba\xa3\x2d\x08\x44\xef\x5a\x31\xd0\x9d\x6c\x05\x40\x74\xb1\x15\x81\x98\x43\xb1\xa5\x1b\x63\x1c\x73\xca\xe6\x0d\xf9\x0e\x26\x68\xbe\x9c\x26\x50\xa5\x94\xd0\x98\xa0\x79\x9a\xda\x98\x60\x8e\x61\x64\x2f\x16\x20\x41\x7f\xb8\xce\x0e\x86\xcb\xa4\x48\x21\x4b\xaf\x0f\x98\x1f\x49\x99\x09\x0b\xb9\x88\xfa\x25\x03\x58\x36\x83\x42\x25\xd3\x2b\x50\xb8\x1d\xd8\x02\x88\x0c\xce\x20\x51\x86\x68\x4c\x46\x45\x2e\x5e\x80\x5b\x4a\xba\x79\xa6\x10\x16\x22\x24\x78\xbe\xe1\xf1\x96\x4d\x3a\xee\x02\x44\x38\xe6\x88\x14\x79\xdc\x7d\x24\x8a\x59\x65\x1e\x41\x6c\x76\x4c\x77\x99\x3b\x8f\xba\x5b\x2d\x06\xa0\xcc\x6e\xd9\x97\x17\x97\xf6\xc2\x2d\x02\x0f\x1a\x30\x0c\x8f\xee\x10\xe1\x67\xb2\x11\xc4\x1c\x7b\x46\x67\x72\xee\x6d\x80\x5d\xd3\x3f\x8b\x32\x8b\xf4\x53\xe0\x3f\xa2\x05\x1b\x42\xb2\x75\xdd\xc5\x02\x10\x78\x87\x47\xd0\x1c\x72\x36\xef\x70\x85\x3e\xfd\xa3\x59\xab\xe5\xb1\x16\xc5\x0e\x6e\xf6\x77\xcd\x17\x21\x8a\xc6\x3e\xcc\x90\x2b\xf0\xa1\xa6\x93\x20\xf2\xf3\xd2\x41\xad\x16\x48\x51\x65\x45\x75\xe5\x6e\x81\x7a\x23\x2a\x66\x56\x0a\xb4\xb1\x1f\x20\xa1\x31\xc4\xe0\x51\xe0\xeb\xa1\xc0\x49\x42\xef\x1d\x77\xd3\xb6\x17\xae\xf4\xf0\xe1\x34\x8d\x76\x8b\xc2\x59\xab\x1d\xd1\x0d\x27\x06\x42\x0a\x03\xdc\x35\x30\x5d\xac\xdc\x52\x6e\xe6\xd3\x1b\x8a\x49\xd6\x8b\xd6\x8b\x76\xed\xac\x2e\xbb\x65\x2b\xb2\x67\xf7\x1d\xee\x2e\x16\x06\x56\x7a\x99\xf6\x23\xf6\xf8\x25\xa3\x53\x1c\xa3\xca\x99\xa7\xbe\x90\x1a\x8a\xb8\x8e\x55\x63\xb7\xb1\x4a\xd5\x98\x73\xdd\x79\x27\x50\xc7\x75\x41\xb2\x58\x2c\x9c\x04\xed\xaa\x6d\xd5\x5a\x71\xd1\xac\x2c\xa0\x57\xb9\x80\x9e\xb9\x80\x5e\x5f\xc8\x78\x40\x10\x4c\x2d\x60\x4b\x59\x8a\xf8\x05\x8d\xe2\xff\xa8\x37\x77\x4d\x85\xc9\x15\x72\x82\x22\x50\xe5\x3c\x2e\x38\xc9\x02\x30\x5f\x28\x47\x3d\x22\x84\xb0\x9e\x98\xeb\xfe\xd3\xbb\x16\xf7\x58\x7f\x01\x96\xb7\x44\xab\x4c\x1c\x84\xe8\xb2\xb2\x0f\x56\x60\xb2\xd5\x6e\xc9\x96\x90\xba\x7a\xa9\x44\x00\x44\xba\x1c\xe9\x0a\xd1\x90\x18\x5c\xa4\x52\xd9\xa9\x1c\x6b\x4a\x2d\x01\xa2\x37\x0d\x31\x05\xd0\x58\x8a\xe1\x62\x13\x08\x01\x34\xf2\x97\xa4\x3e\xc1\xd5\x01\x56\x24\xa4\x98\xdd\x58\x4f\xa5\x16\xa0\x25\x73\x8e\x5a\xd1\xc2\x05\x99\x73\x5a\x08\x77\x26\x7e\xff\x11\x7d\xc1\x32\x46\xaa\xa2\x17\x0b\x40\xa5\xa3\x65\x01\x46\xb4\xb5\xca\x58\xd9\x26\xda\xe1\xbf\x79\x69\xca\xff\xa1\x15\xca\x7a\x33\x4d\x1d\xe6\x8b\x2d\xb2\x58\x38\xae\x0b\xc6\xc8\x77\x86\xa8\xa1\x69\x0d\xf8\xcb\xcb\x10\x86\xfd\x38\x44\x4b\x5e\xab\x52\x53\xc8\x35\x9d\x52\xd2\x79\xfb\x93\x11\x47\x4b\x2e\xac\x9c\x24\x14\x26\xbb\x19\xca\x55\xc5\x0d\xa7\x70\xdc\x4b\x22\xe9\x56\xc6\x01\x1c\x40\x42\x28\xb7\x44\x0b\x16\xb4\xa4\x69\xc5\x82\xb1\x05\xf3\xa0\x0d\xdb\xb0\x08\x4e\x8d\xea\x91\x51\xdf\x15\x1a\x22\x86\x48\xa0\x2b\xe5\x63\x1c\x5b\x63\x18\x93\x5f\xb9\x35\x40\x88\x58\x99\x14\x80\x63\x14\x5a\x75\x2b\x4e\x66\x88\x39\x6e\x09\x42\x74\x00\x85\xb9\x12\xb9\xc1\xab\x6c\xd5\xbc\x56\x2b\x2c\xdf\x46\xf2\x2e\x6a\x71\xc3\x03\x5d\xf4\xb2\x12\xba\x56\xcb\xcc\xa3\xbc\x7a\x4a\x3a\xa2\x7b\x16\x7a\x98\x31\x14\xc7\x72\xd8\x49\xcc\x2d\x84\xf9\x18\x31\x6b\x80\xa4\x71\xd5\xa2\xcc\x98\x23\x20\x6d\xb9\xf6\x66\xce\x90\x76\x50\xb1\x98\x5a\xfc\x55\x92\x8b\xc3\x6b\x35\x63\xa5\xc1\xa3\x11\xbb\xd3\xca\x62\xb5\x10\x30\x83\xeb\x9a\xe0\x9e\x29\x3b\x62\x6b\xc3\x03\x01\x25\x43\x3c\x4a\x74\xe0\xdd\x62\xe1\x02\x5e\xab\x39\x59\x1b\x31\xe2\x97\xba\xea\x8b\xe1\x6e\x65\xaa\x0a\xd9\x41\x8d\xdb\x5b\xd9\x8b\xdb\x5b\xb1\xeb\x04\x76\x8e\xaa\x65\xa9\x5f\x1c\x57\xf0\xd4\x22\xae\x10\xc7\xb3\x08\xce\xcf\xe1\x14\xf9\x08\x90\x05\x98\x23\x7f\x84\x1c\xfb\x2c\xa3\xc9\xb6\x0b\x06\xd5\xe2\xb4\x0e\x25\x5b\x67\xe2\x9b\xa3\xc6\x01\x25\xb1\x18\xba\x62\xaf\x95\x2c\x6e\x57\x68\xaa\xad\xe5\xb2\x6d\x94\x73\x64\xa1\x80\xb5\x97\x34\x28\x8d\x1b\x3c\xe3\x74\x04\xb0\x9d\x19\x52\x61\x1b\xbc\x88\x06\xc3\xab\x1a\x16\xcd\x34\x2c\x69\x92\xf3\x76\xe0\x6f\x78\x07\x6e\x6e\xba\xb4\x07\x4d\xbd\x0a\xe6\x7a\x15\xf1\x99\x3f\xcd\x6a\x46\x72\xe7\x66\x21\x22\x08\xf4\x44\x62\x5f\x9b\x3e\xa8\xeb\xba\x80\x29\xa1\xc7\x7f\x94\x26\xe3\x07\xde\x62\x8d\x11\xe2\x07\xea\xc5\x71\x01\x43\xc3\xb8\xf5\x98\x90\x4c\x90\x94\x86\xa1\x05\x98\x22\x87\x01\x92\x13\x9f\x3b\xe4\x70\x20\xe4\x46\x83\x82\x14\xb5\xac\xc6\x61\x88\x6e\x48\x9b\x69\xac\x25\x1b\xcd\x5b\x73\xd1\xce\xa0\xbc\xb9\x40\x51\x08\x38\x8b\x45\xa9\xad\x40\x1b\xcc\x0e\x71\x78\x20\xc4\xa1\x55\xc3\xd5\xc6\x99\x10\x7b\xb2\xfd\x86\x76\x84\x04\xb0\xd2\x89\xbc\x49\xd7\x41\x8d\x84\x61\xf0\x98\x31\xac\x2c\x78\x71\x5d\x93\xd7\xb3\x10\xf2\x65\xdc\xe5\x8d\x6c\x46\xf3\x4e\x8b\x0d\x2f\xda\x54\xda\xc9\x72\x6e\xad\x56\xd1\xa1\x4a\x49\xdf\x79\xa2\x2b\xf2\x83\x34\xd5\x13\x0e\xb8\xd9\xbc\x58\x57\xa1\x55\xae\xae\x04\x59\xd7\x2a\xe0\x0d\x8d\x07\x3e\x69\xa8\x07\x43\x08\x74\x1f\x33\x21\xb2\xc1\x50\x4c\xa3\x3b\xe4\xb8\x0d\x3e\x5e\x02\x61\xe8\x5b\x82\x62\xbe\x47\xe4\x4d\x01\x94\xbc\x65\x70\x8a\x4a\x10\xa8\x91\x39\x92\x51\x98\xa6\x48\x90\x0e\x25\xf0\x3a\x2b\xc1\xc6\x39\xca\xa2\x12\xca\x2e\xc4\xfe\xcb\xff\xab\x9e\xa9\x1b\x1c\x45\xd7\xaa\x99\x35\xd8\x59\xcc\xd2\x8e\x7c\xcf\x3b\xe5\x6f\x78\x00\xe5\x13\xb1\xbc\x16\xca\x8b\xfe\x64\x9d\x59\xaf\xf5\x72\xa8\xc9\xff\x09\xca\x74\xc9\xe8\x1d\x0e\x11\xd3\x01\xb5\x68\x01\xca\x5e\x58\xcd\x8b\x24\x79\xe2\xca\x88\x2b\xba\xb7\x70\x58\xa3\x30\x68\xef\xb4\xd1\x92\x83\x42\x8b\x9b\x43\xa4\x3c\x14\xf7\x8a\x9c\xee\xc3\x18\xd9\xe0\x71\x00\x63\x94\xd9\x90\x81\x78\x16\xd2\x96\x78\x59\xb8\xe0\xa1\xd2\xc8\xb4\xdc\xf5\xfb\xf5\x44\x95\xaf\x2d\x34\x40\xcb\xb0\x64\x2d\xec\x1e\x02\x63\xa9\x68\x71\x40\x00\x2a\x56\x7e\xef\x09\x12\x9c\x55\x55\x50\x60\x50\x90\xcc\xca\x80\xba\x27\x69\xdd\x93\xab\x2e\x17\x18\x2c\x59\x73\x0c\xf2\x86\x7d\xd4\xd0\x13\x2b\xbd\x60\x33\x86\xa7\x90\xcd\x01\x34\x38\x16\x88\x7d\x47\x81\x09\xba\x64\x60\xb2\x0b\x02\xd3\x66\x2b\x1d\x4d\xad\x18\x44\xbe\x94\x01\x7b\xb6\x6e\xd3\x06\xb6\x6e\xd1\x06\xb6\x6e\xcf\x06\x76\xd6\x9a\x0d\x6c\xdd\x56\x96\xaf\x8c\x68\x79\x43\x76\xdf\x05\x89\xcf\x1a\x07\x19\x54\x83\x53\xc5\x97\xe0\x3a\x93\xaa\xe2\xde\x57\xc8\xc1\x26\xff\x46\x9a\xfd\x10\x77\xe1\x82\x5e\xdf\x05\x43\x9f\xe7\xc6\x25\x30\xf6\x4f\x9d\x04\x0c\xa5\xe1\x7f\xac\xcd\xef\xe3\x86\x72\x67\x80\x99\x3f\x96\x84\x79\xea\x8f\x95\x8f\x09\xdc\xe9\x27\x15\xfb\xba\x83\xfd\x69\x6e\xf6\xc5\xad\xa9\xac\xb8\xb0\x7a\xfe\xf3\x3f\x7e\x79\x06\x6c\x5b\x99\x3e\x46\xbe\x42\x9b\x10\x3c\x0a\x04\x9f\x15\x8c\x86\x57\x98\x18\x4c\xb3\x2c\x71\xde\x3b\x08\xcc\x5c\xc1\xec\x17\x2e\x98\xfb\xac\x11\x44\x94\xe4\x18\x79\x07\x46\xe0\x6e\x69\x67\xef\x2e\xa3\xed\x03\x02\x8f\x46\x8b\xd9\x3a\xb4\xe8\x62\xa5\xa8\x8e\x6f\x76\xc1\xc0\xa7\xbb\x17\xa8\x15\x80\xb6\x4f\x77\x45\xef\x57\x3a\x9e\xaf\x57\x2b\x58\x80\xc8\x6d\x45\xeb\x28\xca\xfd\x2a\x45\xc9\xf7\xfa\xac\xd8\xe9\x78\xb1\x00\x2b\x9b\x13\xb4\xc1\xbc\xd8\x11\xca\x59\x24\xc9\xcc\x65\xc2\x90\x41\x6a\xf6\x96\x49\x8d\x1e\xe4\x86\xa7\x48\xcd\x44\x91\x9a\xb7\x34\x48\x62\xdb\x05\x17\xd5\x62\x9b\x58\x71\x62\xee\x1f\xec\x1b\x3b\x00\x50\x8d\xeb\x0a\x63\x0d\x8c\x37\x91\x77\xdd\x3c\x4c\x7e\x46\xe6\x5b\x2e\x74\xab\x49\x0e\x15\xf2\xb3\x9e\x71\x0c\x32\xf6\x26\xc7\xd3\x42\xca\xbd\x59\xac\x0e\xd1\x94\xa9\x8b\x04\x17\xe9\x20\xdf\x03\xb7\xff\xdb\xe4\x44\x81\x0e\xe6\x30\x4b\xdd\xdf\xc8\xc0\x1a\xf1\x98\x26\x51\x28\x01\x6a\x35\x69\x9b\x1d\x8a\x67\xc1\x2e\xd7\xca\x8e\x23\xc4\x0f\x11\xc3\x77\x28\x94\x1c\xff\x2d\xa3\x53\x85\x36\x2b\xc2\x5c\x76\xbc\x42\x20\x86\xf6\x17\x8a\xe5\x30\x1a\x15\x18\x06\x90\x9b\x7b\x27\x13\x86\x37\xb2\x12\xd2\x80\xbe\x62\xf7\xde\xf0\xab\xac\xe1\xd2\xff\xb0\x9c\xe8\xfb\xaa\xc2\x9d\x35\x4d\x93\x34\x65\xa2\xf1\xdf\x21\xa5\x75\xd0\xe6\xa6\x12\x48\xf3\x69\xfa\x3d\x72\x8b\xa0\xfd\xf5\x7a\x07\xd5\x6a\x8e\x44\xad\xdf\x2b\xab\xa2\x15\x19\x55\x11\xa0\x25\xd9\xb4\x62\x69\xd7\xf7\x79\x58\x46\x8e\x0a\xd1\xdf\xc4\xa2\x1d\xb4\xab\x50\xb1\x41\x68\x88\xdc\x56\x17\xed\x8a\x91\x34\x5b\x79\x5a\xad\x56\xe4\x37\xb2\x28\x8e\xd8\xc9\xcd\xf2\x30\xe0\xf8\x2e\x37\xcb\xa7\x69\x01\x9b\xf5\xee\x77\x08\x6a\x25\xd1\x0c\x10\xdf\xe1\x05\x1f\xce\x82\x9c\x5d\x80\x45\xb2\x39\x04\xc0\x4d\xae\x5c\xf6\xdc\x4a\xae\x8c\x01\x14\x65\x04\x0a\x1a\x5e\xd7\x50\xe0\x7f\xcf\x64\xbe\xb2\x01\x1b\xd8\x66\xe5\x25\x62\x06\x96\x29\x5d\xdf\x7d\x22\x6a\x45\xa2\xa7\xa8\xb2\x25\x9e\x68\xc2\x23\x4c\x50\xcb\x26\x94\x20\x7b\x01\x88\x0b\x38\x1c\x9c\x48\x67\xa5\x5d\x6f\xda\x42\xe1\x6b\x55\x08\x68\x48\x4e\xa6\xcf\x17\x0b\x00\xdd\x15\x8e\x30\x59\x65\x26\x72\x06\xcd\x21\x2c\x40\x85\xbc\xeb\x56\x08\xa8\x8e\x07\x3e\x34\x66\x34\x9a\x0f\x71\x14\xb9\xce\x6d\xb6\x8d\xbf\x97\x02\xfa\x17\xe0\x00\xf9\xac\x31\xa4\xec\x1e\xb2\xf0\x0a\x0d\x77\x2a\x1d\x3b\x07\x02\x6f\x0e\xaa\x9d\xa1\x0b\x55\xef\x11\xf2\x0f\xd6\xc8\x2e\x48\x05\xa5\x5f\xa1\x21\xc0\x9a\xc9\xe8\x94\x27\x58\xca\x13\x12\x2f\x12\x9b\x4d\x33\xd7\xec\xa4\x67\x2e\xd7\xad\xab\x6f\x55\x18\x46\xda\x5c\x6a\x30\xc5\xd8\x14\x2a\x03\x1f\x37\x38\x05\x91\x8f\x33\xa7\x46\xe2\xe3\xdc\xa9\x31\xf4\xb1\x20\xb6\x92\xb8\x82\x71\x81\xa8\xc3\xdd\xef\xa8\x35\x04\xa1\x18\x2a\x06\x3d\x5b\xde\x20\x94\x39\x68\x72\x7f\x02\xb0\x75\x51\x21\x11\xce\xfc\xf7\x4e\x00\xa8\x0b\xa6\x7e\xe1\x05\x9c\xb9\xe0\xce\x87\x26\xbd\x9c\x82\x91\x7f\xec\x14\x49\x60\xba\x76\xf2\x6c\x68\x4b\x94\x15\x78\x28\x94\x18\x60\x43\x86\x61\x5d\x07\x88\xb6\xee\x76\xed\x19\x1c\x21\x5b\x9f\xf9\x02\x21\x18\x3b\x8f\x38\xce\xee\xfd\x6d\xdd\x01\x1c\x5f\x42\xc6\x31\x8c\xa2\xb9\x4e\x1c\x29\xdf\xa3\x21\x29\xc1\x85\x0b\x1e\xb3\x44\x4a\x0e\x22\x1c\x4c\x5a\x4b\xf1\xa5\x61\x23\xcb\xa8\xd5\xf2\x47\x07\xb9\x60\x5f\x5a\x12\x1e\x85\xa0\x8e\xee\x04\x55\x55\x22\x8e\xa3\x4f\x6b\x24\xd2\x4b\x34\xa0\x34\x42\xd0\xb4\xfb\x25\xb5\xda\x9d\xc6\x2c\x25\x3d\x64\x1e\x27\x17\x30\xdf\x21\x8d\x09\x9a\x0b\x6a\x40\x40\xcf\x9e\xa0\xb9\xdc\xd4\xbc\xd2\x20\xb6\x74\x50\x27\x37\x8c\x29\x41\xc0\xf7\x4b\x00\xdc\xcd\xd2\x6b\x35\xd2\x40\x77\x88\xcd\x9d\x2a\xa5\x8a\x2f\x99\x7c\x1d\xe2\xd6\x6a\xa8\x47\xfa\x62\x2f\xf5\x48\x5f\xc8\x2d\x8e\xea\x75\xe4\x02\xe6\x2e\x62\x67\x06\x1e\x95\x77\x36\xd2\x86\xfd\x16\x5f\xb8\x8b\x92\xfe\x5d\xd8\xa4\xcf\xc5\xac\x3d\x2a\x5d\x9a\x61\x1f\x2d\x8e\x50\xc9\x92\x67\x9f\x61\x32\x51\x47\x2c\xcf\xaa\xf7\xab\x69\x4d\x3e\x47\x0b\x70\xf8\x2f\xd3\xef\x7e\xd2\xc2\x62\xa8\x7a\xf9\x46\x14\x44\x84\x53\xb1\xc0\x48\x1e\x7c\x04\x79\x0c\x86\x60\x21\xf9\xd6\x63\x69\xca\xa4\xf2\xa7\x76\x2b\x14\xe0\x84\x76\xc7\x8c\xde\x83\x9c\x3e\xb8\x20\xd6\x54\xc8\xd0\xe5\xe4\x2e\x15\x55\x97\x36\xa9\xde\xb6\x59\x25\x86\x4e\xd7\x77\x77\x7e\xc2\x50\xa3\x46\xf5\xde\x21\x00\xba\x3b\xdc\xf9\xe2\x20\x10\xbb\x85\x41\x0c\x67\x8e\x79\xba\x58\xb5\xb2\xfc\x94\x36\xec\x18\x73\x24\x66\xc8\x15\x7c\x76\x79\x8a\x80\x9e\x8f\x7c\x32\xc4\x56\x29\xf4\x60\xfc\x87\x4c\x07\xa0\xfe\x7b\x79\xf2\x7c\xa7\x88\x81\x33\x11\xab\xb0\xd1\x4b\x1c\x5e\x38\x5f\x64\x68\x9a\x0b\x0c\xc5\xa7\x60\x5f\xe0\xf2\x0f\xb0\x8a\xa8\x7d\xce\x7f\x3f\x63\x58\x6f\x51\x39\x2c\xac\x24\xb9\x9e\x47\x16\xa6\xbd\xe4\xdb\xef\x8e\x19\x5a\x80\xab\xa2\x8c\x85\x9c\x8a\x13\xb7\xd9\xd9\x1e\xe2\x1a\xca\xa2\x8c\xc9\x6c\x48\xd7\x84\xef\xb3\xc6\x5b\x06\x47\xa2\x8b\x82\x40\x2d\x49\x07\xf9\x58\x72\xab\xc3\x14\xce\x9c\x65\x30\x20\x5a\x76\x55\xad\x2a\x47\xf0\x99\x34\xd5\x6f\x99\x0e\x2a\x12\xb2\x46\x2f\x51\x1e\x7c\x09\x54\xe2\x86\x4a\xd4\x45\x04\x02\x15\xfd\xe1\x74\x0d\x78\x15\x75\xae\x3a\x64\x26\xf1\x26\x3f\x92\x85\xe4\x91\x31\x15\xea\x40\xb2\xf8\x2f\x23\x2a\xcf\xf7\x7d\x2a\x46\xf4\x04\xc8\xc2\x31\x3b\x0a\x8a\x7e\xba\x66\x47\x4b\xa3\xd7\xc7\x3e\x95\x74\x26\xe4\x4e\x99\x9c\xab\xe2\xd8\x37\x66\x67\xd7\xac\xbe\x65\xce\x2a\xa0\xbe\x0a\xad\xc4\xbb\xbc\xf5\x4d\x74\x73\xd3\x7e\x66\x6f\x7e\x43\x0e\xce\x03\x83\x96\x9b\x58\xea\x09\x90\x86\x85\xe5\x45\xdc\xfd\x86\x1c\x2a\x2a\xfb\x0f\xbb\x45\x17\x8b\x05\xd8\xaf\x42\xc7\x0d\xc3\xa2\x20\x99\x2f\x0a\x6b\x35\x79\x2a\xa6\xa1\x22\xee\x6b\xb5\x0d\x07\x35\xa6\x88\xc3\x53\x34\x4f\x53\xd4\x80\x11\xcf\x9e\x02\xce\xa2\xec\x31\x1e\xe3\xa1\x48\x76\x17\xe0\xa6\x24\x56\x66\x4b\x74\xf3\x73\x31\x63\x80\xf8\x4d\xc0\x56\x54\xf1\x1d\xf2\x1b\x93\x07\xf8\x73\x6d\x5d\x1e\xac\x30\xb4\x70\xd2\xff\x39\x77\x2f\x07\x58\xb9\x7b\x71\xdf\xe7\x3d\x5c\x88\x9c\x48\x74\x7c\xcd\xd1\xdf\x82\xe7\x7e\x45\xb9\x73\x5d\x33\x1a\x22\x4f\xec\x6f\x78\x79\x4d\x37\xc8\xb9\x91\x74\x01\xb9\xe0\x51\xc5\x6f\x99\x51\x19\xb9\xe7\xd8\xef\xf5\x01\xf6\xbd\x1d\xbc\xea\xe0\xc6\xf2\xae\x02\x6c\x9a\x19\x70\x3f\x17\x6e\x55\x9d\xb9\x6d\xa1\x20\xb3\x79\x9f\x68\x9a\x12\xe5\x13\x95\x21\xbb\x5c\xac\xbf\xe1\xf4\x3d\x41\x6b\x8e\x30\x5b\x32\xc4\x5c\xad\xbe\x96\x71\x9c\x0d\x9e\xa6\xbc\x56\xb3\x85\xe0\x55\x1c\xc9\x91\x64\x27\x13\xea\x4d\x39\x42\x9a\x4c\x76\x51\xcf\xeb\xb7\x4a\x67\x9e\xe4\x7d\x04\x3c\x4d\x65\x35\x24\x3b\x69\x52\x74\xe9\x13\x2a\xec\x53\xa2\x7b\x6e\xb9\x2c\xdf\xe5\x2d\x19\x31\xca\xd5\x85\x01\x9b\x86\x73\xf8\xed\x52\x51\x60\xac\x45\x51\x5a\x1d\xd5\x72\x32\xc7\xe8\x3b\xe4\x3f\x2a\xf1\xba\x55\x41\x5d\xf4\x09\x31\xa4\x4b\x21\x77\x01\xb2\x95\x7c\x8b\x16\xe0\xe3\x7f\xbb\xf4\x27\xb4\x00\xd7\x3f\x59\x1a\xed\xda\x4d\xbb\x65\x7b\x76\x5e\x7a\xd5\x94\xb7\x6e\xaa\x9a\xfa\x60\x95\x27\xc5\x65\x85\x0b\x8b\x05\xf8\x8c\x7c\xe2\x6c\x6f\x6d\xbf\x70\xc1\x2f\x55\xdb\xf4\x97\xff\x05\xdb\xf4\x97\xb5\xdb\xf4\xd7\xc7\x45\xaf\x0f\xec\xd6\xaf\x3a\xe4\x65\xfd\x31\xe5\x1e\x02\xb9\x7a\x55\x9c\x0e\x40\x6e\xbf\x24\x62\x7f\x40\x66\x2c\x0d\xf3\x1d\x0f\x7c\x46\xd9\x69\x1d\x3c\x9c\xbb\x0e\x02\xc4\xdd\x11\x5b\xad\x21\x83\x0b\x87\x94\x4d\x3b\x32\x62\x46\x2d\x7d\xad\x26\x6f\x97\xa8\xcc\x73\x98\xab\x03\x06\x99\x19\xe3\xc3\x5a\xb6\x0d\x68\xd6\x94\x3c\x0a\x7e\xcd\x22\xd7\x51\x91\xa9\x62\xff\xb8\x8d\x84\x45\x9b\xb9\x08\xf3\x0b\x72\x7e\x51\x62\x88\xab\xc2\xe2\x6c\x7b\xb3\x88\x8c\x53\x6a\x1a\xd5\x71\x3c\x18\xc8\xf3\x6e\x2d\x64\x92\x83\x63\xb4\x7c\xa6\xe5\x51\x47\x6b\x95\xf5\x9e\x1d\xf6\x1b\x36\x6f\x2e\x78\x54\x14\x09\xf7\x58\x1f\x40\x9f\xf7\x68\x7f\x07\xf5\x68\x7f\x97\xf4\x68\xdf\x17\x4f\x0d\x35\xc7\x8e\xc8\x72\x5b\x32\x59\x21\x29\xdc\x85\x7a\x77\xc0\xc2\xec\x2d\xb7\xe6\x29\x5a\xbd\x52\xa5\x8c\x22\xc5\xfa\xbc\x47\xe5\xe0\x6e\x49\x20\x3c\x41\xa7\xd2\x54\xfc\xf0\x34\x6d\x3e\x13\xa9\xcd\x67\xbc\x85\xd4\xf1\x39\x2e\xc3\x1e\xf3\x2a\xbe\x94\x97\x18\x60\x41\x01\xb3\x7a\xf5\x51\x48\x6f\xc7\xb8\x87\xc8\x38\x67\xa9\x6f\xf7\xf0\x2b\x8f\x61\xf2\x3c\x9b\x97\xcf\x54\x2e\x5f\x0c\x01\xe0\xf2\x3c\xe3\xa1\x63\xdc\x36\x02\xf5\xc9\x9c\xbc\x16\xbd\x52\xb1\xef\xed\xc4\xc5\x6d\x12\xb1\x5e\x93\xc0\xcf\xe2\x61\x1c\x9c\x4d\xb8\xbc\xe6\x24\x3b\xdb\x97\xa6\x05\xf3\xca\x4e\xc1\x8a\xb5\xe9\xc5\xfd\xbe\x6b\xe4\x31\x9d\xc7\x1a\xe8\x5b\x02\xa3\xd8\x35\x02\x07\xf1\x2e\x6e\xbd\x97\xdc\x62\xe3\x14\xe9\x3d\x2b\xaa\x70\xd3\x74\x23\x70\x90\xaa\x0e\xf0\xac\xda\xbc\xeb\x0b\x3d\xa5\xc5\x0a\x20\xbe\x86\xa7\x7e\x41\x7a\x83\x68\x36\xa5\xcf\xae\xea\x99\xe5\xae\xbc\x3d\x47\x25\x2a\x8a\xb7\x41\x9c\x3c\x05\x08\x94\x6d\x24\x31\x3a\x1a\x0e\x51\xc0\x4b\xea\x18\x16\xe4\x25\x2f\xca\xa5\xeb\x4c\x74\x03\xf7\x8d\x9d\xc1\xb9\x71\x60\x61\xe5\x64\x3e\xda\xad\x3c\xeb\xaf\x02\x31\x77\x51\x16\x5e\xde\x52\x3b\x19\x3d\x70\x06\x03\xee\x3a\xb6\xbd\x89\x72\xb3\xcd\xa6\xa3\xc1\x0a\x78\xdb\x76\x65\xc0\x64\xde\x0b\x92\x4d\x10\x60\xee\x63\x7c\x8f\x79\x30\x76\x96\x66\xca\x9e\x25\xf1\xf8\x84\xd8\xae\x98\xc5\x00\xc6\xa8\x08\x56\x95\x6f\x22\xdb\x6e\x65\xbb\x24\x23\x6a\xcc\xdd\xd1\xe2\xe4\xb2\x8a\x51\x41\xf3\x24\x21\x12\x54\x28\x8b\x99\x7f\x94\x09\xe7\x32\x70\x37\x6e\x6d\x34\x17\x39\x85\xfe\x20\xe9\x91\x22\x49\xcc\x95\x8a\x3f\x20\xee\x22\x6b\x73\x21\xf7\x38\xe3\xbe\xd6\xa6\x74\x94\x41\xe1\xb9\x7b\x94\x81\x97\x3a\xf6\x68\xf5\x4a\xb4\xc7\xc5\x02\xc4\xd5\x00\x0b\x33\x66\x0f\x73\xd3\xe5\x95\xf9\xe4\x2b\xdc\x5e\x5a\xe7\x51\xc6\x82\x8c\xb4\x5f\xcc\x04\x40\x0c\xa0\x2f\x11\xe8\x0a\x0d\x1d\xb2\x1e\x99\x60\x8e\x48\x44\xe0\x11\xe9\x2b\xc4\x8d\x55\xe1\x03\x18\x45\x03\x18\x4c\x2a\x22\x2e\xac\xbc\xa4\x28\x07\xfb\x2e\x08\xd6\x96\x11\xbc\xc6\x6c\x49\x60\x45\x7e\x2d\x96\x76\xe0\xe8\xa1\xed\xe6\x80\x2d\xc3\x34\x4e\x00\x95\xc1\x65\xcb\x2b\xfd\xb3\x58\x95\x25\x98\x48\x85\xf2\xe0\x77\x79\xee\x2d\xc7\xa9\x42\xcb\xe5\xee\x62\xe1\x70\x90\x77\x08\x28\x3f\x35\x07\x74\xbd\xc1\x97\xf1\x55\x5f\x6a\xe1\xf5\x2b\xe1\x47\x5c\x42\x86\x60\xb1\x00\x58\xc9\x78\x94\x57\xf9\x3e\x01\x59\xc2\x68\xc9\x52\x77\x56\xb6\x40\xa1\x6a\x66\xa7\xae\xab\xca\xca\x1b\x47\x16\x8e\x81\x74\x30\xdf\xab\x00\x03\xaa\x8d\xca\x1b\x5f\x90\x43\x0c\xaa\x04\x62\x9f\x72\x47\x52\x17\x75\x20\xcf\x61\x3a\x77\xc3\xf7\x05\xa1\xdd\x80\x26\xb1\xd5\x99\x5a\xe5\x54\x6c\x35\xfc\x28\x26\x26\x6e\xe5\xd9\x99\x9c\xa8\xd3\x69\x8e\x5b\x39\xc3\x08\x8a\xba\xd2\xf4\x71\x01\x22\x9f\x96\xde\x13\xc1\xfa\x87\xe2\xcf\xd8\xf7\x40\xb8\xcc\x97\xc6\xbf\x85\x9a\xd7\x8c\x35\xaf\x99\xf9\x61\x6f\xdc\x07\x53\x9f\xf7\x66\x7d\x70\xa7\x8f\xc1\x8e\xb2\x87\x1d\x31\xf6\x40\x64\xc5\xbd\x59\x89\xbf\x88\x44\x3d\x48\xdf\xf7\xa3\xde\xac\xbf\xeb\xdc\xf9\x02\x0c\x8c\x64\xd0\x81\x94\x1d\xee\x5c\xb7\xe5\xdc\x49\x68\x30\x92\x50\x2e\x48\x7a\xb3\xbe\x7f\x07\x86\xe2\x67\xb4\xa8\x9c\x94\x64\x69\x32\x44\x37\xf2\xb1\x82\x21\xe0\xee\xee\xd0\x98\x21\x89\x31\x71\x15\xc6\xa8\xed\x98\x51\x29\xc6\x5d\x79\x72\xc8\xa0\x20\xd2\xcd\xaa\xf1\x4f\x9d\xcd\x34\xde\x61\xb6\xd0\xc4\x15\x8b\x9e\xd3\x12\x94\x6f\x74\xf1\x06\x5d\x10\x15\x6f\x3a\x34\x21\x29\x92\x1e\x17\x2e\x18\xfa\x90\x3b\x04\x20\x5f\x4a\x2c\x71\x8e\x12\xbb\xf9\x63\x0b\x81\x18\x04\x20\x02\x89\x0b\xc6\xfe\xb0\x51\x9a\x10\x10\xfa\xc3\x46\x69\x4a\x76\x10\x77\x02\x00\x5d\x80\xb8\x13\x0b\x3a\x8d\xb8\x13\x81\xb1\xfc\x4d\x40\x68\xda\xc0\x40\x61\xd6\xfe\x82\x1c\x15\x15\xb4\xc8\xc4\xd7\x99\xff\x28\x63\x49\x0e\x64\x18\x6b\x1b\xce\xe4\x31\x80\x62\x47\xd2\xd2\x6e\xc5\x0b\x30\x2d\xc6\x35\xcb\x37\xde\x34\xa7\x6b\x33\xd0\x0b\xc1\x7a\x1a\xc8\x73\x2f\xbe\x3f\x35\xaf\xb2\xa8\x8a\xdc\x42\xfa\x92\x50\xc8\x1d\x66\x2e\x93\xe3\x02\xd6\x28\xf7\x3a\x9f\xba\xa5\x49\x4a\xf2\x8e\x61\x40\xfc\x63\xe4\xac\x14\x44\x0e\x76\x5d\x75\x96\x78\x0d\x80\x60\x1c\xc6\x94\x38\x04\xf0\x2c\x54\xa7\xaf\x4c\x45\x01\x07\x11\x07\x09\x07\x43\x0e\xc6\xbc\x42\x2f\x1b\xf3\xbf\xbe\x5e\x36\xe6\x3f\x34\x9f\x84\x3c\xf3\x04\x09\x99\x3c\xc9\xc3\xb6\x87\x9a\xb0\x59\x43\x9e\xb9\x7c\x72\xbb\xb8\x69\x88\x2d\x2c\xdc\x4e\x71\x28\x6f\xd3\x7e\xf6\xcc\xde\x54\xc7\xf1\x36\x8b\xb8\xa7\xcd\x42\x54\x29\xc7\x9c\x0a\x76\xf5\x87\xd6\xda\x14\xb5\x56\x1f\x61\x31\xe3\x6b\xf5\x4c\x25\x82\x91\x0c\xb9\xcf\x81\xa1\x85\xcc\x0c\x59\xc5\xb8\x97\xe6\x71\xd1\x42\x92\xde\x68\xe9\xc5\x8c\xb4\x90\x58\xbf\x5e\x00\x15\x2c\x3c\x4d\x9d\xb2\xf9\x34\x9b\xfa\x20\x9f\xfa\xdc\x8c\x69\x45\x3f\x98\xfa\xd2\x51\x2a\x9e\xb9\x11\x6c\x1b\xfc\xfc\x9c\x55\x4f\x7e\x71\x02\xeb\xbf\x5b\x69\xf5\xdc\x67\xc7\x0c\x57\x17\x20\x10\x0b\x10\xa9\x05\x70\x32\xa8\x6c\x7e\x5d\x17\x30\x79\x6a\x65\xa9\xb0\xeb\x82\x0d\xb6\x7a\x0f\xcc\x3f\x89\x95\xfd\xef\x20\xbf\xfe\x85\x21\x18\xca\x2b\x5f\xf2\x28\x17\xeb\x24\x96\x09\x32\xa8\x8e\x59\xf7\x98\xa1\xd0\x4a\x66\x56\x40\x19\x43\x01\x8f\xe6\xbb\xba\x9e\x5c\x0e\xc9\x23\x48\x49\xe1\x5f\x65\xc6\x65\x9c\x53\x5e\x15\x84\x2f\x65\xdb\x2b\x04\x03\x7e\x25\x9b\x92\x7f\xa5\x8c\xcb\x10\x0c\xc6\xef\x32\x1c\xa2\x86\x34\xbc\xe2\xef\x5e\x11\x80\x0d\x36\x15\x0b\x36\x25\xd9\x79\xce\x47\x63\x77\x37\x6e\xe5\xaf\x85\x34\x57\x2d\x26\xe7\x80\x7e\x24\xc8\x5f\xd4\x77\xc1\x6a\x14\x1f\xf9\xf9\xa0\x31\x2c\xa8\xa5\xf3\xb8\xdc\xe7\x56\xb4\x00\x72\x43\xb9\xea\xec\x40\x0b\xaf\x34\xf2\x74\xc9\x7c\xfa\x43\xee\x60\xb7\xe4\xe2\x16\x55\xae\x9c\x54\xf8\xc9\xda\xe8\x4a\x4d\x52\xea\xb8\xe3\x3e\x71\x5e\x6c\x6f\xbf\x30\xc4\xc8\x51\xae\x13\x6b\x29\x54\x9e\x33\xda\x5d\x77\x3f\x30\x07\xb9\x8f\xa0\x7c\x8b\xf3\xd2\xe1\x12\xf3\xe0\xc9\xc2\x6d\xa1\x1e\xef\xfb\x04\x98\xb7\xf3\xf1\x27\xfc\xe2\x78\xa8\x4f\xa5\x8c\x10\x37\x78\x83\xba\x0a\x34\xd6\x1a\xe3\x53\x30\xa2\x1a\x2e\xcd\x62\x6c\xf5\x6c\xea\xca\x85\xcd\xe5\x2a\x0e\x51\x1c\x30\x3c\xe3\x94\xc9\x3e\x36\x8a\x91\x2e\x5c\x57\xba\x67\x92\x78\x9c\xf1\x20\xa1\x2c\x2f\x56\x4f\x53\x0d\xf8\xef\x3b\x5e\xa6\x88\xa4\x79\xc8\x6c\xd7\x7c\x69\x3d\x2e\x76\xf8\xff\xbb\xb5\x3b\xe7\xd9\xc4\x38\xc4\x05\x1b\x5e\xd5\xf5\x85\xdc\x7d\xd4\x8b\xda\xe3\xf2\xb2\xc2\xd6\x0f\x06\x19\x57\xae\x36\x46\xb1\x93\x9f\x9d\x5b\x5b\x54\xc8\x9b\x2d\xb3\x57\x6b\xba\xb4\x1e\x9f\x7e\xb4\x02\x42\x86\x91\x5e\xce\x5c\x00\xc8\x27\xb9\x5d\xd2\x81\x00\x74\xe5\x5d\xb8\x4a\x21\x46\x3d\xda\x17\xf2\x6e\xe0\xc7\x2a\xbe\x38\x3b\x6d\x1b\x95\xef\xa2\x24\x4e\xe4\x2e\x62\x79\x1d\xef\x2e\x77\x02\xb7\xb5\xec\x60\x0f\x32\x0f\x3b\x93\xb7\x90\xe8\x96\xef\x0d\x7b\x8d\xb5\xe4\x2e\x57\x21\x68\xc0\x38\x32\x98\xdb\xcd\x2b\x8f\xeb\x8a\x9a\x1f\xb5\xcb\x25\x13\x6c\x00\x31\x55\x3d\x79\xe9\x23\x77\xa8\x1c\x27\x04\x31\xb0\x09\x7a\xe0\x36\x30\x6f\x82\x8b\x57\x81\xb8\xf2\x97\x23\x77\x01\xb5\xac\x2f\x4f\x61\xcb\x0b\x20\x05\x2d\x78\xf5\xea\xc5\x2b\x17\xec\xa9\x7b\xb6\x1f\xb8\x0b\x26\xd5\x51\x2b\xb1\xe3\x78\x4a\x52\x96\xfc\xd3\x75\x64\xf4\x48\x12\xb7\xec\x98\x43\xc6\xad\x21\xe2\xea\x43\x66\x0b\x17\x6c\xc9\xdb\xb5\xd5\x6d\x44\xf2\x22\x14\xb8\x5a\x5c\x42\x05\xea\x84\x68\xa4\x4e\x88\x26\xab\x50\x1b\x9e\x84\x1b\xfa\x89\x80\x1b\xfb\x49\xaf\xa9\x23\x60\x35\xa4\x22\xfd\xee\x4a\xf8\x03\x59\x0e\x61\x20\xfe\x3d\x77\xf6\xb8\xe3\x36\xa6\x90\x19\x72\xbe\xa5\x01\x18\xc8\xed\xdc\x12\xec\x9e\x95\xcc\xf9\x44\xed\xe5\x9d\x1d\x37\xb3\x60\x10\x19\x42\x94\x5d\xe8\xac\x8c\x16\x96\xa7\xed\x5b\x63\xd9\xf7\x0c\xa4\x09\x14\x90\xbf\x0d\xe4\x3c\x39\x08\x0c\xb8\xf3\x18\xc0\x60\x2c\x63\xf9\xea\x82\x66\x23\x1b\x04\x0c\xc9\xdb\xdc\x60\x24\xe6\x15\x4e\x51\x5d\xdd\xb6\x60\x2f\xc4\x06\xd8\x91\x2d\x6c\xb7\xf0\xd0\x91\x96\xfe\x58\xde\x70\x44\x27\xee\x63\x56\xfb\xab\xec\x3a\xa0\x65\xd9\x41\x85\xf5\x26\x71\x57\xf4\x53\xd5\xf2\xaa\x95\xc7\x1d\xc9\xa2\x6f\x00\x6b\x7c\x8d\xc5\x5c\xa9\xfc\x37\x2d\x9c\xb5\x00\xa8\x60\x4b\xe3\xcc\x29\x2d\x81\x9b\xaf\x33\xfb\x8b\x04\x6d\x6e\xb7\xf4\x30\xb7\x01\x69\x70\x4f\xde\x79\x2d\x46\xd9\x74\x41\xe4\x88\x94\xac\x7c\x06\xff\x5a\x99\x74\x10\x09\xed\xa2\x17\x31\xa7\x33\x79\xfa\x07\x64\x3c\xb9\xd7\x6b\x82\xe6\x76\x5f\x52\xaf\x55\x93\x49\xe1\xc2\x5a\xa3\x07\x2c\x1c\x77\x87\x38\xda\xd2\xda\x97\xc1\x2f\xf1\x8c\x92\x18\xb5\x30\x90\x17\xa2\xb6\x02\x80\xe3\x33\x0a\x43\x4c\x46\xad\xe1\xc2\xd0\x1c\x2e\xf8\xcf\xdc\xba\xac\xae\x66\xfe\x39\x3e\x45\x7f\xc8\xa7\x7e\xe7\x7d\xcd\x2b\x0a\xd4\x2c\xab\xf2\x24\x3e\xca\x39\x95\x3e\xf8\x4b\x84\x1a\x55\x5c\xf0\xbc\xc8\x8f\xa2\xe7\x23\xee\x6a\x5d\xa9\xd0\x07\xfe\xd4\xf3\xb9\x26\x05\xef\xf0\x92\x5f\xa5\x93\x6b\x9f\xe5\x73\xa7\xcb\xe1\x1a\xb9\xd6\x63\x1c\x44\x05\x68\x01\xb2\xea\x8a\xfa\x6f\xb9\x0e\x93\x5e\x7b\xa6\xb6\xc8\x71\x01\x2a\x45\x8e\xe5\x87\x6b\x7d\x94\xd7\x2c\xc3\x59\x05\xed\x7c\xf9\xb2\x69\x90\xe8\x83\xff\xbb\xa5\x99\xa3\x3f\x47\x9a\x39\xf8\x4b\x4a\x33\x07\xff\x5a\x69\x46\xcc\xd8\x39\xf7\x8f\xb8\x73\xc4\x9d\xc7\x05\xf8\xce\x1b\xc5\x11\xce\xe2\x7a\x42\x17\x3c\x2e\xc0\xa3\xd6\xc0\xaa\xee\x7e\x34\x2f\x14\x96\xa1\xf8\x40\x3f\xf5\x5d\xa0\xee\x8d\x1c\xc0\x18\x1d\x44\x30\x8e\xcd\xcb\x20\xf3\xc4\x3d\x19\x88\x5f\xba\x27\xf2\x67\x2f\x8f\x04\x3a\xb6\xba\xaa\x63\x19\x48\xc5\xfd\xcb\x62\x41\xc1\xd9\xda\xc1\x9b\x27\x90\xd4\xf8\xf3\x1b\x19\x8d\xa1\xd8\x43\xf9\xf1\xc8\xe5\x61\xd8\xf1\x58\x48\x3f\xd9\x9d\xc5\xad\x2e\x50\xb7\x1a\x0b\xdd\x44\xdd\x1b\x2c\x1e\x1e\x30\x17\xbf\x98\x48\x35\xa5\xd8\xcf\x87\x25\xbd\x97\xc3\x91\x54\x79\xf3\x26\xf2\x93\x7f\x46\x83\x52\xdd\x2d\x2e\xcb\x84\xa5\xcb\x32\x63\x53\x7b\x4e\xcc\xe8\xf4\x61\x76\x69\x26\x87\xa3\x2c\xb4\x51\xd6\x69\x3e\xab\xfa\x6d\xb0\xf6\x62\x4d\xe3\x04\x82\x11\xe3\x0e\xc6\xfe\xc0\x19\x82\xef\x2e\x08\xfd\xb9\x7c\x58\xe7\x04\x29\xcd\x3a\x18\xaf\x46\xab\x47\xc5\xf5\xcc\x82\x3d\x80\x61\x76\xef\x26\x05\x04\x44\xb5\x1a\x76\x01\x5c\x5b\x39\x07\x81\x63\xdc\xbb\x39\x94\xa7\xf6\x18\x1a\xb6\x92\x85\x0b\x62\xb9\x17\x0e\xb9\x71\x0d\xe7\x39\x07\x87\xbc\x7c\xf8\xec\x4c\x59\x8c\x2e\xb9\x7f\xc8\x8d\xab\x96\xff\xef\xa6\xb9\x57\x7f\x0e\xcd\xfd\xf6\x97\xa4\xb9\xdf\xfe\xf5\x34\x77\x9f\xfb\x65\x72\x2a\x28\xe5\x1a\x8a\x17\xd1\x6c\x2b\x56\xe6\xec\x31\x0c\xcf\xe0\x00\x45\x3f\xa4\x92\x01\x8d\x28\x33\xa1\x04\xe9\x6a\xe5\x17\xf7\xe2\xf8\x62\x96\x75\x46\xbe\x73\x3a\x1a\x65\x15\x88\x99\xc8\x88\x78\x71\xbb\x58\xab\xb8\x18\xfe\x92\x9b\xac\xe2\xbf\x4d\x8d\xc1\x8d\x98\x15\xd9\x4b\x3b\x4e\x82\x00\x09\x4a\x94\x75\x6b\xc3\x03\x05\xf9\x5d\x1a\xb8\x7d\x20\xde\x6d\x35\x1e\x01\x58\xf4\xf1\x8a\x3b\x57\x92\xb6\x5f\xf2\x0a\x82\x5e\xba\x7a\x5e\x19\xce\x8d\x20\x48\xfe\xc4\x45\xc4\xa5\x35\x51\x0e\xf6\x52\x9f\x14\x3d\xce\x29\x30\xcc\xe8\xb8\xa4\xc4\x62\x80\x8a\x0c\xcb\xa1\x81\xa1\x0c\xf5\x17\x93\x0d\xc6\x26\xa5\x0e\x45\x7a\x41\x19\xa7\x3e\x6a\x88\x11\x82\x3b\x93\x82\xcf\xab\xae\x3d\x2e\xf5\x4e\x27\xe4\x7d\x5b\xa2\xdf\x8a\xf6\xcb\x5e\x09\x12\x2e\xfb\x24\xe3\xe1\x45\x8f\xca\xf4\xbd\xe8\x8d\x0d\x32\xc6\x57\xa2\xf9\x83\xfc\x46\x64\x1b\x46\x88\xc9\xdb\xfc\xc5\x6f\xdd\xde\x8c\xc1\x63\xf6\x1c\xe2\x78\x8a\xe3\x18\x0f\x22\x64\xb7\x86\x0b\x17\x50\x17\xb4\xb3\x82\xaa\xa7\xb6\xfc\xf8\x9c\x0b\xee\x7d\xb5\x7c\x6b\x56\x30\x54\x8b\x58\xf0\xe2\xe9\x6e\xd8\x30\x38\x73\xc1\x7e\x45\x86\x7e\xf6\x16\x6b\x99\xc5\x25\x57\x57\x35\xcf\xc1\xbd\x62\xf6\xd0\xd8\x91\x03\xc1\xa7\x13\xc0\x68\x84\x5a\x7a\x74\x39\xa6\xdf\x2d\x5c\x30\x5c\x31\xbf\x66\x97\x79\xdb\xe0\x51\xc8\xf4\xad\xfc\xb5\xa8\xb4\x9d\x9d\x52\x8a\xe4\xba\xb4\x70\x71\xa4\x68\xf5\xf4\xb4\x1d\xcb\xaf\xec\x3f\xaa\x12\xea\x9a\x71\xbb\x65\x73\x96\x20\x7b\x01\xec\x7f\x3e\x84\xaf\x6c\xd7\x95\x01\xa7\x60\xec\x2e\xbe\x9a\x6c\x6d\x9f\x83\xaf\x4b\x6c\xed\x46\xb1\xb5\x13\xee\x7f\xe5\xe0\x13\x5f\x77\x24\x46\xb3\x38\x6d\xfb\x90\xd8\x2f\x7d\x64\xea\x7c\x8c\x3a\x31\xe9\xea\x53\xbe\xf9\x6e\x5d\x08\x85\x5c\xa2\x90\xaf\x1f\x1a\x03\x4c\x42\xa7\xab\xbc\xc4\x64\x71\xcb\xe5\x81\x99\x1d\x7d\x66\x21\x57\x7e\x8a\x83\x49\x59\x05\x86\xee\xad\xce\x93\xea\xbb\x3d\xf2\xe6\x8c\x63\xa6\x2a\x49\x7d\x33\x6e\xf5\x44\xc9\x9a\x95\x3f\x91\x2b\x9f\xd5\xb6\x52\x99\x26\x85\x32\x43\x3d\x9b\x87\x12\xab\xce\x22\x16\x61\xbb\xa6\xad\xee\x2d\xf7\xab\x1c\xb8\xfa\x13\x60\xb6\xfa\xa4\xc6\x4a\x4e\xfe\xf5\xa9\xdd\xaa\xc0\x8d\xcc\x09\xbc\xa8\x0a\xb3\x45\xe6\xbd\x53\xab\x0d\x96\xf5\x4c\xdf\xcf\xd3\x37\xf4\x73\xb1\x2a\xbb\xba\x77\xad\xbc\x45\x20\x07\x57\x08\x0d\xef\xf8\x72\x84\xa5\xb7\x43\x7e\xe3\xb9\x7b\x56\x8b\x0b\x4c\x9e\x0c\xdb\x61\x86\x60\xe2\x9b\x2f\x69\xba\xd1\x14\xe8\x6f\x18\xf5\xfd\x0d\x0f\xd8\xd2\x92\x6a\x63\x62\x31\x21\x18\x35\xb4\x91\xdf\xdf\xf0\xd6\x7f\x52\x90\xc9\xe3\x71\xcc\x35\xdc\x4a\x1f\xff\x5d\x5e\x87\xeb\x3f\x5c\xa8\x02\xac\x24\x7a\x12\x77\xa7\x6a\xb9\x9f\x92\x33\x33\x11\x33\x3b\xb2\xff\xa4\x44\x4a\xdc\xa7\xee\xd9\xfc\xb1\x1c\x84\x96\x25\x51\x17\xb0\x6a\x69\xeb\x63\x59\x00\xac\x30\xbe\x7f\xe6\x7f\xf0\x87\xfa\xe4\xc5\xab\xf2\xdb\x76\xf2\xd6\xd5\x2c\xaa\x47\x7f\x4d\x4f\xc6\x37\x09\xee\x5d\xf1\x3d\xb8\x9d\x0d\x87\xf9\x0e\xf4\xe3\x95\xcf\xeb\x65\x37\xa6\x42\xf3\xf3\x7a\xa4\xf4\x79\x3d\xb6\xf4\x79\x3d\x2c\x3f\xb5\xba\xf4\x79\x3d\xa6\xe3\xde\xe2\xfc\xf3\x7a\x71\xe5\xe7\xf5\x70\x66\x39\xa3\xc5\xad\xec\x8b\x3f\xf1\xab\x7a\xea\x03\x78\x62\x6a\x7e\xe1\xe5\x23\xd6\x1f\xb8\xff\xb8\x00\xc7\xf2\xef\x29\x97\x78\x0c\xde\x73\xff\x71\x0a\xd9\xa4\xf5\x0b\x07\x53\x04\xe3\x84\xa1\xd6\x2f\x7c\x21\xa7\xf8\x69\xff\xfe\x07\x9e\x39\xaa\x5d\x50\x09\xa8\xcf\xf2\xd7\x6a\xce\x71\xf1\xc9\x93\x35\xc0\xed\x84\x4b\xdf\xe4\xc5\x20\x46\xec\x0e\x09\x4a\x72\xca\xfd\xe5\xd4\x35\x85\x67\x88\x0d\x29\x9b\x8a\xc1\xd7\x6a\xce\x7b\xee\x1b\x09\xfa\x42\xd5\xab\x43\xf7\x51\x4e\xca\x17\xee\x3b\x1f\xb8\x8e\xba\xa0\x2c\x4d\x1f\x17\x6e\x23\x89\x11\xdb\x1b\x21\xc2\x01\x22\x45\x0c\xc4\x17\xbe\x6b\xdb\xad\x2f\x1c\x70\xe2\x7f\xe0\x80\x10\xff\x98\x03\x46\xfc\x53\x0e\x28\xf1\xdf\x73\x00\x89\xef\x70\x92\xdf\x26\x0c\x36\x36\x48\xf1\x96\x71\xb1\x5a\x4d\xa6\x8e\x11\x0c\xab\xc9\x3e\x21\x2b\x57\xef\xae\x05\x5c\xba\xae\x38\x26\xfe\xff\x87\x48\x71\x4d\x6a\xbb\x73\x72\x64\xbb\x69\x5a\x4a\xec\x32\xf9\x49\x98\x67\xb6\x0b\x02\xe2\xdb\xf1\xdd\xa8\x8e\x49\x84\x09\xaa\xd7\x87\xd0\x06\x11\xf1\xed\x10\x72\x58\x1f\xc2\x3a\xde\x8a\xef\x46\x36\x48\x8c\xa4\x59\x8c\x92\x90\xd6\x91\x6a\xd2\x06\x43\xe2\xdb\x43\x4a\x38\xbc\x47\x31\x9d\x22\x5d\x64\x4c\xfc\x9e\xfd\xae\xdb\x3e\xb3\x81\xfd\xee\x68\xef\xd0\x06\x76\xa7\xfb\xf9\xec\x48\xfc\x1e\x5c\x9d\x5c\x76\xed\x3e\x08\x4b\x2e\x98\xe2\xab\xbc\x1b\x9e\xb1\x48\x79\xac\xf6\xc2\x71\xc1\x8c\xf8\x8f\x43\x18\xb7\xec\x98\x46\x38\x14\xaa\x04\x6b\xd9\x0c\x8d\x92\x08\x32\xf1\x16\xb5\xec\x08\x8f\xc6\x5c\x2a\x19\x2d\x3b\x4c\x28\xa7\x44\xaa\x1c\x83\x96\x3d\x60\x90\x84\xb1\x78\x99\xb4\xec\x09\x96\x40\xba\xa6\x05\x98\x12\xff\x51\x3e\xb7\xec\x21\x8c\x6d\x90\xd5\x2a\xde\x98\x0d\x64\xad\xe2\x39\xb2\x41\x56\xab\xb4\x29\xd9\x40\xd5\x2a\x5e\x06\x36\x98\x60\x09\x34\xb1\x17\xe0\x4e\xcc\x8b\x10\x19\xe7\x88\xc5\x75\x2e\x7d\x71\x23\xe2\x3f\x7b\x4b\x09\xb7\xf6\xd4\x64\x59\x4e\xef\x85\xd5\xff\x0f\xd7\xe9\x88\x86\xd3\x2b\xd5\x64\x7a\x26\x3f\xad\x77\xa8\x9a\x49\xf7\x65\x03\xe9\x5b\x86\x50\x7a\xc9\x68\x7a\x8a\xb9\xdb\xf8\x8f\x67\x18\xcc\x89\xff\xf8\xc6\xf3\xb2\xfe\x6e\xab\x27\x66\x03\x22\x50\x3d\xca\x5e\x9e\xab\xe4\xc8\x5e\x80\x01\xf1\x7b\x4d\xb0\x05\x9e\x83\x6d\xf0\x02\xbc\x04\xaf\xc0\x6b\xf0\x06\x34\xbd\x3e\x68\x13\x7f\x40\x34\x73\xe9\x35\x9b\xa0\xb9\x05\x9a\xcf\x41\x73\x1b\x34\x5f\x80\xe6\x4b\xd0\x7c\x05\x9a\xaf\x41\xf3\x0d\xd8\xf2\xfa\x2e\xb8\x17\x4b\x1b\x64\x06\x28\x89\x16\x33\x86\x86\xf8\x41\xbf\xe1\x40\x2a\x1e\x1a\x61\xf2\xf3\x26\x46\xda\x14\xc6\x13\xbb\x0f\x1e\x88\xff\x78\x7c\x75\x71\x7d\xd9\xb2\x47\x8c\x26\x33\x1b\x74\x6e\xf6\x2e\x6f\x2f\x2e\xf7\x0e\x4e\xba\x9f\x5b\x76\x7c\x0f\x67\x75\x3a\x83\x01\xe6\x73\x1b\x5c\x5e\x9d\xb4\xf7\xae\x3e\xb7\x8a\x3b\xad\x3a\x47\x07\x17\xe7\x87\x32\x2d\x46\x01\x25\xa1\x48\x5d\x80\x3d\xd1\xc1\x07\xd1\xbb\x58\x34\x1a\x09\xc5\x69\x78\x6f\x03\x3b\x11\x4a\x55\x84\x6d\x60\x0f\xe4\x57\x46\x6d\x60\xcf\x92\x28\xaa\x47\x68\xc8\xf5\x33\x53\xf8\x63\xc7\x33\xf9\x15\xb4\x59\x12\xc5\xf2\x7e\x04\x2a\x24\xcd\xfa\x1b\xaf\x78\x6e\xbe\x36\x5e\xb6\x5e\x79\xf2\xeb\x35\x78\x56\x1f\x53\x86\xbf\x8b\x1d\x11\xe9\x94\x3b\xc4\x38\x0e\x8a\xf7\x01\x95\x77\x73\xc5\x1c\x06\x13\xfd\x5b\x6f\x3e\xe4\x8f\x5b\x0f\x52\x63\xbb\x43\x4c\xb6\xad\x70\x28\x7f\xc8\x90\x49\xbf\x05\xf2\xe2\x3a\x66\x83\x07\xd2\x90\x93\x29\x1e\xcc\x79\x14\xef\xd9\xdc\xc9\x2c\x3d\x69\xf9\x0d\x40\x03\xb2\xee\x60\x92\x6d\x6b\x18\x04\xec\x07\x5b\xba\xda\x74\x4a\x7b\x7d\xa9\xfb\x7a\x51\x4e\x96\x01\x13\xe2\x73\xd2\x10\xb8\x9f\xa1\xbe\x0a\x48\x14\xc4\x56\x1e\xec\x25\x6b\x29\x5c\xe9\x93\x58\xee\x63\xaf\xa7\x91\x68\x8a\xa3\x79\x81\x79\xea\xfd\x52\xbd\xf6\x41\x06\x95\x85\x89\x09\x4a\x55\xd7\x18\x6b\xa4\x29\x2b\x6a\x0e\x0d\x13\x4e\x75\x91\xba\xa4\x62\xb6\x48\xba\xca\x62\xcd\xee\x46\x4b\xa0\x30\x0c\xeb\x81\xac\x53\xbc\xee\x85\xe1\xc1\x4a\x6d\xb0\xd9\x9c\xeb\x7c\xf1\x98\xe7\xaa\x78\xb1\x25\x6a\x2a\x51\x56\x66\x5c\xca\xf4\x23\x9d\x9c\x17\xa3\x8a\xf3\xd5\xa7\x19\x27\x8c\xe5\x27\xa7\x64\x5a\x3b\x4f\xca\xa1\x25\x14\xaa\xc3\xd9\x8c\x51\x18\x08\x94\x53\x29\x7b\x3a\x21\x87\x9c\x20\x34\xcb\x7c\xc9\x30\xaa\xc7\x34\x61\xf2\x5c\xbd\x48\xbe\xc8\x52\x3b\x2a\xb1\xa8\x5c\x49\x07\x75\x83\xb9\x8a\x06\x54\xea\xa5\x91\x58\x8c\x79\x4c\xef\xeb\xd2\xa8\x40\x46\x92\x4a\xc8\xf1\x8e\xe9\x7d\x5b\xa5\x9d\xc8\xa4\x7e\xbf\xfa\x0a\x72\x25\x8c\x4b\x89\x72\x4b\xc6\x3d\xf7\x3c\x21\x0c\xf2\x5e\xb3\x0f\x70\xc5\x59\x62\xf5\x4d\x8f\x34\xcd\x3e\x8e\x95\x05\xce\x2b\x45\x5c\xe5\x20\x77\x51\xd1\xc2\x32\xce\x39\xb6\x12\x8e\x7b\xf2\xe3\x6a\x7d\x5b\x7d\xbe\xcd\xcd\x2f\xd6\x18\x21\xbe\xc7\x39\xc3\x83\x44\x9d\x03\x17\x7a\xf3\x4e\x11\x2d\x9f\xdf\x06\x8c\x6b\x35\x67\x22\x6f\x57\xc6\x52\x5a\x16\xad\x5d\x10\xff\x5a\x5a\x4d\x1e\x4d\xfc\x15\x04\xdb\x06\xcb\x78\xda\x0a\x08\x28\xa3\xa3\x50\x66\x0a\xcc\xcb\xdf\x9a\xcd\xb9\x78\xae\x42\xa4\x96\x90\x9a\x97\xd0\x45\xc0\x96\xd1\xa2\x65\xc3\x78\x4e\x02\x1b\xac\x2e\xbf\x04\x5e\x59\x62\x51\xed\xf2\x3a\x4a\xe3\xc2\x84\xb8\x3b\x17\xa4\x51\xee\x76\x9a\x3a\x17\xa4\xb1\xdc\x0d\x5f\x7f\x29\xa9\xab\xe7\xe4\x82\xb8\x3b\x55\x44\xc3\xef\x12\x09\xd8\x11\x34\x45\x52\x90\x0e\x69\xdc\xde\xde\xbe\xbd\x38\xef\xde\xee\xdd\x1c\x75\x2e\xda\x47\xb7\xb7\xb7\x69\xea\x54\xa6\xfb\x8f\x0b\x17\x54\xe6\xa8\xbb\x9f\xe2\x75\x05\xb3\xec\x27\xca\x8f\x29\x9d\xac\x2f\x2e\x73\x9f\x6a\x7d\x8c\xa7\x4f\x34\x2e\x72\xfd\x5e\x76\x98\xe7\x96\xf8\x95\x60\xe0\xbb\xd4\x91\x0e\x88\xbf\xd1\x2c\xac\x1b\x47\x12\xbd\x21\xa9\xd5\x9c\x03\xb2\x1b\x23\xde\x55\x56\x36\x07\x01\xcf\x6d\x7d\x27\xfa\x0a\x77\x77\x21\x61\x9c\x03\xe2\x3b\xab\x82\x6b\x23\xa4\x1d\xf9\x51\xe3\xdd\x67\xff\x19\x51\x18\xa2\x30\xfd\xcf\xe0\x59\xab\x78\xc1\xe2\xdd\xcd\x3e\xde\x4e\x1a\x0c\xc1\x70\xae\xe2\x74\xdc\x34\xad\x90\x6a\x1d\xfb\xf0\xa2\x7d\xa0\xbe\x65\x77\x26\xeb\xb0\x0b\xb7\x92\x85\x1c\xf7\x51\xd6\x52\xf1\x65\x89\xd5\x72\xc8\x15\x83\x6e\x82\xef\x6b\xb9\x92\xa8\x50\xdd\x85\xa1\xa6\xf0\x9c\x80\x33\xe2\xdb\x33\x44\x42\xf9\x19\xd1\x43\x21\x0b\x23\xce\x23\x51\xdd\xa5\x90\xde\x92\x68\x88\x65\x54\x02\xf8\x46\x7c\x9b\xa1\xaf\xf2\x83\xb3\x36\xb8\x22\x65\x3d\x6a\x9f\xf8\x95\x7a\x08\x69\x8c\x6a\xb5\x75\x39\x8d\x19\xa3\x01\x8a\xe3\x35\x8c\xaf\x00\x68\xa0\x29\xe6\xe0\xa6\xd4\x46\x01\x18\x23\x7e\x32\x9d\xa2\x10\x43\x8e\x8c\x95\x6d\x99\xe9\xe0\xab\x40\x8a\x02\x1d\x4e\xcc\x93\xff\xc8\xf7\x76\xd0\x6f\x5f\xb5\xc2\xbb\x83\x36\x37\xdd\xaf\xa4\x87\xfa\x3d\xaf\xef\xa8\x87\x66\xdf\xdd\x91\x55\x80\x73\x81\x57\xc6\x39\xf9\x4c\x37\xff\x9a\x61\x50\x16\x49\x73\x4e\xd2\xd4\x11\xa0\x1e\xb8\x21\xce\x09\x01\x9e\x6b\x98\x9f\xde\x96\x2e\x7f\xa4\xf7\x04\x31\x19\x55\x7e\xab\xe2\xad\x99\x78\x14\xec\x02\x60\x19\x8d\xa2\xbe\x1c\x38\x46\x64\xdd\xb9\x0a\xec\x3e\x12\xff\x92\x48\x0d\x95\xf9\xd8\x61\xa6\x8a\xf7\x99\x38\x14\x5c\x1d\xba\x8b\xc5\x3b\xf1\xc4\x5c\x19\x84\xee\xfb\x97\xa4\x56\xfb\xa8\x52\x80\x78\xff\x46\x6a\xb5\xcf\xea\xdd\xb4\x94\x99\xb6\x07\xf5\x45\x0f\x15\xb2\xbe\xe6\x66\xf7\x3d\x6b\xa6\x22\xf7\x62\x19\xcf\x32\x80\xc1\xc4\x0a\xd4\x05\xf8\x9a\x5d\x8c\x21\xb7\x62\x38\x45\x1a\xb2\x91\xf1\x13\xc1\x9a\x2a\x06\x67\x5c\x53\xef\xfb\xfe\x5b\xee\x70\xd7\xcd\xad\x73\x4f\x4e\x0b\x2b\x6e\x57\xc9\x0e\x4b\x94\xbe\x5e\xad\xa2\xf1\x37\x3c\xc0\xe5\xe1\xda\x6b\x22\xef\x6e\x68\x7d\x54\xbf\xee\xc2\x2d\xdf\x3a\x93\x83\x7f\x56\x53\x22\x3f\xf6\xb1\xe1\x2d\x56\x14\x35\x8b\xa4\xa9\x84\xb9\x3a\x94\x00\xb9\xfa\x56\xd8\xf5\xf4\xad\x84\xea\x2e\x80\x6c\x8e\xd3\xf4\x9a\x2c\xc5\xe5\x5c\xe7\xd7\x17\x2a\xd4\xf0\x7d\xff\x8c\xc8\x83\xb2\xd9\xfb\x21\x01\x48\xe1\x8a\xcf\xc1\x27\xe2\x7c\x50\xf7\x03\x17\xd6\xa7\xdf\x5b\xc1\xf1\x52\x05\xbf\x64\x37\xba\xdd\x8a\x89\xf6\xb3\xdf\x5c\x3a\x79\x4b\x0c\xd0\x0f\x1a\x54\xd5\x7c\x49\x80\x2c\x6c\x9c\x6b\x2f\x03\x7c\xcb\x00\xc0\x06\x6a\xdc\x8e\x21\x09\x23\x14\xd6\x6a\xfb\xf2\xf4\x7e\x79\xeb\x3b\x76\x42\x32\x80\x2b\x49\x82\xa4\x5f\x27\xeb\x77\x29\xbc\xf3\x54\x36\xb1\x5a\x9e\xe9\x62\xef\x54\x35\xe5\xa0\xd0\xf7\xda\x1c\x57\xf5\x31\x03\x54\x8d\xe8\x59\x80\xaa\x95\x05\xc0\x32\x4b\xca\x46\x16\x8e\xe5\xa9\x03\xf3\xe3\x0e\x12\xb9\xc7\x38\x36\x6f\xe5\x78\x2f\x76\xdc\x46\xb3\xba\xea\xb7\xf2\x03\xdd\x16\xa7\x56\x6e\xf4\xb6\x7e\xcd\xda\xfb\xb5\x65\x5d\x46\x08\xc6\xc8\x4a\x62\x24\x8f\x31\xfc\x4a\xd0\xfd\xaf\x16\x9d\x29\x33\x1f\xb0\x64\x53\xd9\xe7\x7b\x0d\xa3\xb9\xde\x85\x03\x94\x05\x9a\x95\xbf\x41\x21\x36\xa1\x74\x14\xa8\x85\xee\xf5\x41\xd9\xf6\x68\x44\x82\x22\x49\x53\xb8\x98\x41\x41\x0f\x96\x3e\xa9\xf3\x31\xcb\x72\x01\x31\xa9\x10\x71\x24\x09\x12\x95\x8d\x71\xec\x2e\xde\x13\x23\xd4\xac\xf4\x85\x86\xf7\x04\x28\x04\x69\x9d\x11\x20\x7b\xa3\x3c\x45\x72\xb1\xb3\x3b\xf1\x80\xc6\x17\x21\x76\x49\x90\x2a\x4b\xe9\xa3\xa4\xac\x2d\xe5\xff\x91\xf5\xa0\x7b\x39\x3d\xa6\x33\xc1\xb9\x22\x2e\xc8\xf9\x5c\x0b\x01\xcd\xe4\x5a\x7c\x91\x7f\x29\xa3\x56\xdb\x40\xd9\x8d\x9b\xba\xe5\x34\x75\x4a\xef\x92\x90\xc8\x04\xbd\xd1\x04\x41\x15\xd8\xfc\x89\x38\xa7\x44\x0d\xdb\x5d\x02\xb9\x24\xba\xd6\xa2\xd0\xee\x27\xe2\xbc\x25\x80\xb8\xad\x62\x3d\x14\x6f\x21\xf2\x6e\xa6\x31\x22\x0b\x20\x27\xb6\xca\x8f\xa2\x3c\x3f\x63\x44\x64\x58\xa6\x58\x88\x05\x78\x4f\x1a\x30\x8a\x96\xcf\x1d\x6d\xac\xd8\x9e\x2b\x91\xf1\x33\x4d\xd4\xd7\x39\x66\xf2\xbb\x25\xc4\x92\xf1\x53\x02\x39\x75\x08\xb8\x20\xad\x6e\xa3\x88\x5b\x14\x15\xbc\x37\xef\x5a\x33\x0e\xaf\x67\x57\xec\xe4\xd8\x44\x8d\xae\xe3\xcd\x4d\x60\x46\x12\xb3\x1e\xea\xfb\x04\xd4\xeb\x38\x4d\xb9\x23\x1d\x23\x86\x81\xdb\xdb\x89\x7f\x43\xe6\x45\x0b\x0e\xf4\x51\x2f\xee\xbb\xd5\xd2\x04\x94\x93\xb2\xab\x7e\x1c\xea\xc8\x0f\xe1\xb6\x58\x2f\xee\xfb\x70\x47\x37\xe0\xba\x72\xb2\x18\x0c\xd0\x9f\x36\x5b\xa2\xf2\x9f\x98\xae\xfc\x56\xa2\xec\x4a\x22\x64\x5e\x45\xe4\x30\x1f\xf5\xf0\xba\xa1\x32\x35\x54\xf5\x23\x6b\x6b\x95\x46\xa7\x08\xd6\xba\x8f\x50\x96\x58\x2d\x72\x57\x5d\x6f\xef\xc9\x2e\x6a\xad\x76\xda\x7d\xcc\x2c\x1d\x59\x23\xa2\x96\xaa\x36\xaa\x87\x4b\xb2\xb2\x52\x2c\xfd\x42\x2a\x9d\x8f\xd9\x0c\xee\x66\xbf\x82\x50\x20\xe6\x37\x5f\x02\xce\xfc\xc7\x18\x7f\x47\xad\xe6\x4b\xf0\xd0\xf2\xc0\xbc\xe5\x01\x65\x93\x6a\x79\x60\x18\xe1\xd9\x27\x41\x26\xc4\xc3\xe7\xd6\x46\xd3\x08\x9c\x20\x4c\x9f\xc1\xfb\xff\xb9\xfb\x17\x3e\x47\x6d\x64\x61\x1c\xfe\x2a\x34\x27\xeb\xa0\x58\x30\x5c\x7d\xc1\x61\xfa\x4c\x26\x97\x99\xdd\xee\x24\x9b\x99\x5c\x3d\x3e\x79\x69\x8c\x6d\x32\x18\xbc\x80\xfb\x32\x6d\xef\x67\x7f\x7f\x55\x92\x40\xd8\xb8\xbb\x67\x37\x7b\x9e\xe7\xff\xec\x66\xdc\x20\x74\x29\x95\x4a\xa5\x52\xa9\x54\xd5\xeb\x85\x99\xb4\xfb\x3d\x3c\xcf\x46\x7f\xb5\x64\x82\xf6\xb6\xcd\x4e\x57\x05\xc0\x78\x90\xec\x67\x51\x59\xaa\x04\x8d\x90\xb3\xb8\x78\xf5\xf6\xf2\x22\x88\x27\xcd\xf1\x22\xd7\x76\x33\x93\x89\x6f\xf3\x79\x5c\x52\xe6\xff\x83\x26\x41\x56\x07\x68\x9a\x24\xcf\xe1\x47\xd7\x85\x45\x74\x36\x4d\x66\x34\x0c\xb4\xdc\xa8\xc2\xe5\xb7\xe1\x3a\x66\xfe\x66\xaa\xfc\xc7\xcd\x26\x2e\x5e\x86\x65\xac\x91\xc9\xb4\x56\x2b\x5f\xbc\xfe\xf6\x6f\xea\xac\x56\x73\x87\xe4\xb9\x6e\xe1\xb1\x59\xde\x58\x4e\x71\x40\x92\xac\x8c\x8b\xea\x8b\x78\x91\x17\x31\xba\x06\xa4\xb1\x74\xf0\x58\x14\x2d\xf1\xd8\xb2\x69\x15\xa8\xea\x24\xd6\x75\xe5\xb9\x39\x21\x55\x3f\x50\x4d\xcb\x76\x5c\x6f\x30\x1c\x8d\xc3\xab\x68\x1e\x2f\x96\xab\xe4\x8f\xf7\xe9\x3a\xcb\x37\xff\x28\xca\x6a\x7b\x7d\x73\x7b\xf7\xe1\xc5\x17\x2f\xbf\xfc\xea\xeb\x6f\x5e\xbd\xfe\xeb\xdf\x2e\x2e\xbf\xfd\xee\xfb\xbf\xff\xf0\xe6\xed\x8f\x3f\xfd\xfc\xcb\xaf\xbf\xa9\xd3\x81\xfd\x19\xc6\x3c\x2e\xc2\x6c\x9e\xaf\x35\xb2\x33\x67\x4d\xe8\xf5\x1a\x90\xa4\x68\x1f\x44\x4e\x67\xe8\x45\x71\xb7\x9b\xce\x84\xd7\xcf\xe7\xcf\x9f\x9b\x93\x4c\xd7\x27\xa4\x12\xe6\xdb\x1d\x15\xe5\x45\xcb\xe3\x1f\x6a\xc2\x60\x33\x75\x0e\x2d\x34\xaf\xc4\xd7\xe2\xb6\x3a\x83\xab\x79\x09\xc3\x3c\xf7\x63\xa4\xa8\x0f\x9e\x30\xc6\x7b\x59\x84\x0a\x8b\xf6\x35\xe9\x3a\x58\xb0\xae\x12\x9a\x04\x05\xbb\x04\x52\xd4\x91\x9b\xb9\x13\x3c\xbd\x61\x11\x09\xf3\xa0\xc3\xa2\x55\xa3\x18\x9a\xd3\x7f\xbe\xc8\x24\x83\x77\xc2\xdc\x70\xe5\xd2\x45\x97\xa2\x53\x87\x49\x1a\x67\x87\xbd\x67\x4b\xaa\xf6\xc2\xf5\x66\xa2\x4a\xa9\x2a\xa6\xfe\x63\x9b\x57\xad\xe4\x4f\x31\xf9\xbf\x9c\x71\x2b\xf5\x73\x4c\x4d\xdb\x59\x9f\x63\xe2\x12\x12\x1b\x70\xa2\xe2\xf8\x04\x96\x19\x21\xb2\xd3\xa6\xa3\x00\x0b\xad\x63\xef\x7e\xd3\x83\x8c\xaa\x3e\xa0\x5f\x74\x08\xf6\x47\x2a\x34\x45\xd0\x5f\x63\xdd\x60\xda\x1e\x70\xe0\x0f\x20\xd3\x15\xf8\xb4\xdb\xc5\xc6\x2d\x7b\xbd\x85\xe7\x3b\xf6\x8c\x9e\xf3\x18\xe7\x60\x09\xec\x19\x52\x91\x8d\x88\x87\x5f\x9b\x66\xb6\x45\xcb\x02\x56\x28\xfa\x99\xed\x95\x88\xc4\xfe\x73\x32\xaf\x56\xe8\xd7\x33\x89\xf2\x8c\xbd\x25\xc1\x7d\x9d\xdb\x67\xf6\x4a\x69\x08\xf4\x56\x77\xf4\x99\x4d\x55\xc5\xf6\x06\x44\x25\x7b\x9a\x07\x5d\x79\x1c\xfb\xb3\xca\xb8\xa5\x2a\x95\x30\x82\x69\x77\x54\x25\x8a\x8a\x21\xce\xcb\x28\x4c\xa5\x22\x15\x22\xe0\x99\x35\xf8\x4c\xab\x58\xaf\xce\x75\xcb\xb7\x48\xbb\x92\xa3\x5c\xbf\x8a\x5c\x58\x6d\x19\x70\xa5\xbf\x5c\x2f\x4b\xa1\xaa\x62\x2a\x26\x69\xae\xce\xe2\xd5\x57\x3f\x61\x26\x48\xbe\xdc\xe9\xba\x6c\x4e\x55\xa9\xed\xb0\xf5\x56\x92\x3d\x73\xa7\xf8\x08\xba\x8a\x67\xf6\x67\xba\x45\x55\x45\xe7\x28\x63\x17\xb8\x16\x45\x70\x2f\xd6\x84\x1b\x40\xbc\xaf\x5a\xa6\xf9\x17\x95\xae\x62\x76\x9e\x85\x6f\xd2\x9a\xb0\x92\x06\xf4\x4c\x7b\x72\xb4\x4d\xb2\xdb\xc9\xaf\x52\x08\x51\xc1\x49\x4a\xdc\x76\x35\xaf\xc0\x40\xd2\xdd\xae\x22\x5d\xe9\x81\x7a\x95\x86\xd1\x7b\x95\xc8\x56\x19\xf3\x16\xad\xa1\xf6\x18\xd5\x06\xeb\x30\x61\x7c\x65\x1d\x96\xef\xd1\xc4\x8f\x9d\x09\xa0\xde\x00\xb2\xd5\x96\xd6\x0d\x7d\xe2\xdd\x62\xb4\x10\xa0\x11\x7c\x48\xaa\x34\xa6\x69\x10\x63\x1d\xaf\xe7\x68\xf5\x87\x89\xaf\xe7\x68\xf6\x87\xee\x92\xd0\xea\xef\x06\x44\xcf\xf0\x2a\x8d\xe9\xbc\x09\x1d\xba\xea\xf5\x56\x74\x83\xee\xca\xb7\xd9\xfc\xbc\xf0\x33\xba\x0e\x36\x06\x62\x9c\x5e\x07\x1b\x83\xa1\x9b\x2e\x03\x3c\x1b\x0c\x82\x20\xa1\x77\xc1\x12\x83\x97\x2f\x42\x5d\x3a\x2d\xc1\x45\x21\x8a\x93\x54\x5b\x3f\xbb\xfe\xcc\x1a\x10\x42\xaf\x82\xe9\xdb\xcc\x38\x54\x06\xd3\xfc\xbc\xa1\xa0\xb7\x99\x21\xab\x8f\x29\x70\xcf\x26\xba\x83\xaf\xaa\xf4\x6e\xf6\x00\xc7\xc6\xe8\xf5\x0b\xb6\x0c\xc4\x65\xcd\x57\x51\x26\x79\xa0\x18\x73\xc1\xb8\xdb\x9d\x9d\x61\xd4\x71\xde\x5e\x5d\x8f\xe0\xe4\x30\x63\x2e\x25\x2b\xda\xe9\x8c\x36\xc3\xed\x33\x4d\xef\x42\xa2\x00\x7a\xdf\x3a\x53\xf4\x13\xf9\x54\xd1\xcf\x99\x55\x9e\x7f\xc5\x2c\xfc\xe4\x82\x06\xa4\xec\x76\x6a\xb2\x5e\xaa\xf4\x76\x9d\x66\xa5\xaf\xae\xaa\x6a\xe3\x3f\x7b\x76\x73\x73\x63\xdc\x38\x46\x5e\x2c\x9f\xd9\xa6\x69\x3e\xc3\xb3\x9d\xeb\x24\xbe\xf9\x22\xbf\xf5\x55\x53\x31\x95\x1a\x97\xeb\xd6\xfc\xbb\x26\x7b\xb2\xa7\x37\xc1\xb2\xd7\x3b\xfb\xe7\x31\x8a\x60\xf4\x16\x37\x2a\x39\xbf\xe7\xb3\xab\xa9\x06\x87\xef\x33\xc3\x1c\xd8\x1e\x55\xe3\xb5\x4a\xf6\xfe\xfd\x7e\x32\xef\xf5\xb4\x4b\x09\xe6\x69\x9a\xcd\x02\x55\x25\x34\xea\xf5\x2e\x6b\x93\x52\x1e\x7e\x13\x0d\x69\x91\x0c\x55\x19\x65\xf7\xc9\xdc\x6f\xd5\x21\xd9\x26\xa6\xf1\xfc\xea\x4e\x9d\xed\x76\xac\x5c\x43\x58\xdb\xdd\x0e\xc4\x1a\xb2\xa7\xcd\x40\x44\x33\xee\x22\xff\x96\x2b\xdc\x2f\xe9\x3d\xc3\x3a\x30\x2c\x3e\x73\xfc\x9c\xc2\x0c\x03\x92\x0e\xcb\xf7\x7e\x41\xd9\x14\xf1\x53\xda\x70\xa4\x90\xb2\xc9\xe4\x97\x94\xa9\xc8\xf9\xb0\xde\xd0\x05\xd7\x99\xc3\x02\xf5\x42\x4c\x90\x5e\x2f\xe3\x33\xe5\xe8\xf0\x85\xad\x1c\xc2\xb2\x16\xd6\x0c\x89\x30\x12\x9c\xa0\x09\xf3\x8d\x85\xb3\x3d\x6c\xa6\x6c\xd9\x9a\xe0\x51\x90\xf0\xe9\x97\x06\x09\x72\x01\xba\x0d\x72\x9e\xb4\x08\x72\x96\xb4\x0a\xb6\x85\x26\x71\xd6\x92\xb6\x17\x2d\x7f\x4b\xeb\x25\xcb\x8f\xf6\x84\xce\x03\x36\x28\x05\x6c\x12\x3a\xc8\xb8\xa0\xf7\xc0\xbf\x7c\xf5\x66\x95\x54\xb1\x8a\x0e\x3e\x82\xb4\xf1\x81\xdb\xcc\x82\x26\x11\xd5\xd5\xab\x02\xe9\x83\xae\x79\x03\xcb\x8e\xda\x57\x4c\xba\x26\xd2\x08\xae\x0a\x0d\xbe\x41\x91\x14\x0d\x97\x8f\x0a\xa5\x32\x02\x57\x2c\x44\xfe\x9e\x6e\x08\x99\xed\xe9\xf5\x83\x8d\xe1\xca\x25\x37\xb6\x9e\xed\x81\x83\x01\xbe\x1b\xba\x0a\x39\x5d\xd1\xbb\x40\x8d\xd2\x64\xd3\xf1\xe5\x8a\x37\x83\x67\xfe\xdd\x48\x4b\xe6\xfe\x12\x09\xeb\xc7\x2c\xa9\x4a\x5f\xdd\x96\x71\xf1\x66\x13\x46\xf1\x77\xd9\x8f\x65\xac\xe2\x27\xae\xef\xef\xce\xb1\x97\x01\x9d\xd3\xeb\xd9\x1e\x78\x0e\xb3\x44\x8f\x17\xa5\x2a\x7d\x65\xa9\x00\xeb\xf7\x18\x21\xeb\x60\x66\xdd\x49\x33\x44\xab\x82\x05\x55\x97\xb8\x0b\x03\xf4\x9e\x37\x81\x42\x7c\xb4\x79\xa3\x57\xb3\x7d\x63\x06\x8b\xb3\xf6\x92\x3e\x40\x22\x8c\x38\xb8\xdb\x89\x97\xdc\x94\x1b\xd1\x86\xd1\xba\x7c\x75\x5b\xa4\xda\x7f\xd5\x28\x04\x39\x46\x25\x6c\xe2\x1d\x7c\x5a\xe2\x27\xc0\x1e\x4c\xad\x86\xae\x32\xb9\xc9\x62\xbf\xd7\x6e\x49\x87\xa3\xd6\x03\x2f\x1d\x12\x89\x14\x62\x8e\x25\xad\xf9\x94\x07\x20\xc2\x8a\xc9\x2c\x7b\x84\x7c\x6e\xa2\x05\x1d\x7e\x09\x72\x42\xd3\x42\x4b\x88\xf0\x34\xd6\x9e\x5e\xc9\xe1\xf4\x2a\xf8\x84\x6c\x26\x19\x4f\xd9\xc3\x6e\x53\x62\x82\x5d\x14\x1a\x1e\x53\xe8\x43\x99\x8f\xe6\x0e\x66\x2e\x90\x11\xe0\xd4\xa9\xbf\xf0\xb4\x1a\x43\x47\x95\xf1\x0c\x12\xd6\x42\x3e\xb1\x66\xfb\xd9\x9e\x3b\x5f\xe2\xf0\xb3\xbc\xb5\x38\x58\x37\x52\xc9\xd5\x66\x38\x4e\xf4\x7d\xf0\xa2\x69\xf5\xbb\xe0\x85\xd4\x82\x20\xb2\xdb\x3a\x43\xf0\x9e\xde\x4a\x19\x82\xef\x68\x79\xcc\x4e\x1b\x61\x28\x93\x85\xa1\x42\x26\x80\xa4\x4d\x00\x79\x2d\x1a\xf1\x36\x39\x56\x71\xc9\x94\xe7\x0a\x8b\x39\xa3\xf2\x18\x0f\xbe\x92\xe5\x59\x3c\x51\xf7\x47\xc3\xc1\xcd\x91\x8f\xd1\x98\xe0\xbc\x3f\x43\x0f\xd1\x92\x30\x53\xb5\xc4\x97\x87\x44\x9b\x8c\xf8\xb9\x3c\xf1\x0b\xc4\xff\x93\x28\x9e\x0b\x8d\x71\x23\x34\x1e\xa2\x00\x29\xbd\x2d\x36\x02\xd9\xa7\x85\x16\x92\x7a\x01\xeb\xf5\xce\xf8\x9a\x46\xb8\x47\x89\xfb\x5b\x3f\x63\x34\xfc\x2c\xe3\x62\xdf\x33\x9b\xde\xf9\x86\xb7\x9f\x24\x7c\x96\x44\x8c\x6b\x63\x74\x31\xb5\xae\x5d\xdc\xe4\x97\x84\x88\xd2\xb8\xed\x87\xc6\xed\x33\x6b\x00\x22\x84\xbc\x2d\x30\xee\xfa\xa1\x71\xc7\x3f\xa8\x92\xf1\xed\x89\xd1\x4a\x1a\x2c\x55\x0c\x47\x92\xb7\xa7\x96\x60\x1d\x31\x36\x8b\x58\xba\xa9\x77\x6e\x5c\x80\x3d\x64\x0a\x42\x74\x0e\x6b\x19\xb9\x6c\xc9\xc8\x51\x23\x23\x97\xbd\x5e\x49\xd3\x40\x4c\x47\x19\xdd\xe7\xf7\x58\x8b\x9f\xe3\x12\xc8\xae\x01\xfa\x61\x2d\x6c\xd5\x62\xe4\x9e\x4c\xa2\x5e\x4f\x4b\x85\xd0\xc4\xe3\xdb\x8b\x2a\x05\x73\x42\x0e\xd4\xeb\x69\xdb\x06\xd4\xce\xb0\x73\xed\xed\xaa\xe8\xab\xe4\x8c\xd6\x1a\xf8\x6c\x7a\xf0\xde\xb7\x62\x3e\x59\x03\x0c\xf8\x84\x11\x2c\x8a\xea\x25\xbf\xf9\x48\xcb\xa6\xc7\x61\xaf\x17\xd2\x28\x50\xd5\xda\xd5\x53\x1f\xb1\x90\x9d\x77\xed\xe0\x2a\xe3\xf6\x59\x5c\xe8\x05\xec\x7b\xe3\x75\x7b\x37\x7a\x07\x5f\x72\xf6\x05\x76\xa0\x7e\x29\x57\x11\x85\x69\xa4\xe9\x9e\xf9\x17\xa5\xaf\x1c\x54\x87\x05\xa8\xd2\xca\x71\x50\x2f\x66\xc1\x4a\x4f\x43\xd5\x0d\x91\x80\x86\x46\xfd\x53\xfb\xec\xb8\x78\xca\x3e\xbb\xc9\xd5\xde\x67\x47\xfd\x07\xf6\xd9\xf3\x78\x09\x99\xf6\xed\x05\xa6\x35\x18\x68\xeb\x8f\xcb\x4a\x26\x36\xbc\xc5\x9e\xd0\xed\x54\xd5\x6f\xe2\xab\xf7\x49\x25\x99\x26\xce\x02\x89\x5c\x18\x65\x2d\x60\xa2\x6e\xc9\x64\x21\xaf\x74\x29\x9f\xc3\x0b\x96\x67\x15\x4c\xeb\xdd\xee\x4a\x5e\xb1\xd8\x25\x20\x69\x06\xa6\x54\x16\x1d\xf6\x84\xe6\xbd\xde\xc3\x25\xf8\x44\x50\xcb\x42\xcf\xb3\xf4\xae\xc5\x5a\x73\xa8\x61\x85\x7b\xfc\x75\xd1\x36\x46\xb8\x2e\x82\xb7\x99\x71\x6c\xa3\xd3\xeb\xe5\x19\xfc\x43\xe7\x26\xec\x81\xe5\x39\xcf\x33\x9f\x99\x7c\xaf\x8b\xda\xe4\x7b\x5d\xec\xe9\xb2\x08\x3e\xfd\xfa\x85\xa2\x7a\x86\xe5\x19\xae\xfa\x29\xbd\x2b\xda\x13\xa9\x60\x8e\x52\x1a\x86\xb5\x2c\x5a\xbb\xa7\x98\xaa\x4a\x9c\xcd\x4b\x95\x10\x0a\x99\x59\xdd\x0f\xe4\x27\xf4\xc1\xba\xae\xe2\x65\x92\x95\xea\x23\xb9\x78\x8b\x7b\x7a\x55\x74\xa9\xe0\x9f\x04\xb5\x68\x89\xd0\xe3\x4b\x49\x77\xc0\x2f\xf7\x7b\x7a\x59\xb4\xfc\xe0\x30\x8f\xc8\xe8\xcf\x90\xe6\x14\x38\xe1\x81\x5f\xed\x28\xa8\x63\x39\xa6\x0d\x97\x90\x2f\x0b\x75\xdd\x94\xa8\x7d\xb7\x36\xda\x5b\x76\x9a\x2f\x3e\xa0\x3b\xdb\x82\xf8\x15\x53\xb8\x37\xec\x4b\x4b\x02\x8b\xe2\xb1\xd0\xd4\x9c\xcd\x88\xaf\x25\x81\x49\xc3\x20\x23\x93\xe4\xf3\x08\x4f\x52\xc2\x20\xd5\x42\x1a\x4f\xf3\xa0\x9c\x26\xb3\x19\xcd\x69\xe3\xbe\x3f\x94\xb4\x42\x37\x07\x7a\x68\x55\xa5\xec\xce\x50\xdc\xba\x33\x54\xf5\x03\x4d\x35\x4d\x53\xed\xc3\x6a\x1b\x16\x2f\xf3\x79\xfc\x02\x96\x69\xa3\xca\xb9\x7b\x75\x6b\x40\x08\x57\xf5\xea\x6e\xad\x96\x97\x34\xd5\xb7\xb2\xba\xf8\xc8\x75\xe4\x73\xbb\x53\x01\x65\xcb\x17\x6e\x6c\x7e\xe1\x26\x33\xca\xf7\xc9\xe6\x55\x9e\xbf\x2f\xeb\x48\x4c\x80\xef\x5e\xaf\xa0\xf9\x61\x08\xad\x8e\x08\xb7\x59\xfb\x12\x14\x3b\x0b\x3d\x63\xf2\xdc\x79\x3c\x2d\x6a\x71\x6a\x16\xb0\x67\x1f\xc3\x69\x15\x34\x06\x81\x7c\x2f\x5f\xf1\x69\x8e\xd3\x7f\xcf\x98\x15\x98\x11\xce\xe7\xdf\x87\xd1\xfb\xdd\x2e\x39\xff\x9d\x4b\xcf\xe5\x34\x9e\xf1\xc5\x4c\x4e\x42\x4f\xb8\x39\xf1\x0f\x8b\x6a\x31\xcd\x09\x45\xdb\xef\x00\x4d\x1b\x6f\x0b\x0d\xed\x06\xb9\x03\x92\x17\x45\x50\x57\x43\xdf\xb3\x97\x55\xb2\x2e\xe9\x77\x45\x70\xbf\xa7\x6f\xf1\xf7\x0d\xfe\xfe\xde\x11\xcd\xa9\x63\xe6\x5c\x16\xda\x8b\xa2\xed\x88\x15\x48\x5e\x0c\xe2\xb4\x98\x05\x97\x78\x81\x08\xba\x4f\x2b\x86\x86\xfd\xe4\xbb\x22\x38\x88\xbf\x27\x2b\xb7\xa7\xce\x0c\x5d\x78\xc2\xc3\x2c\xc8\x08\xa0\x8f\x00\x74\x1d\x65\xc4\x78\xd8\x8d\x86\x11\x50\x9e\x9d\xba\x9f\xc4\xae\x76\x41\x7d\xb1\xf0\x0f\x5b\x05\x68\x16\x9f\x64\xca\x8b\x62\xf2\xa6\x00\x80\xdf\xcb\x7d\x92\xc6\x1d\xfd\x53\x25\xcc\x3f\x55\x1e\x64\x4d\xab\x58\xc3\x59\x10\x24\x18\x42\x44\x4b\x02\x1c\x04\x42\x63\xc0\x40\x97\x06\x65\x2f\x68\x42\x9a\x53\x1f\x0a\x79\xbe\x6b\xdf\x15\x7c\xa8\x09\xac\x0e\xbf\x17\x3c\xda\xdc\x4b\x69\x10\x25\x73\xbe\xe2\x20\x80\xd3\xe9\xf0\xcc\x61\x71\x24\x42\x33\x97\x44\x2f\x0b\xd8\xc1\x8a\xfd\x41\x50\x4d\x70\xd7\x92\x2c\x20\x7b\xb8\xad\xf2\xaf\xe3\x2a\x5a\xbd\xb9\x5e\xf6\x7a\xf2\x54\xd9\x64\xa4\x56\x7e\x55\xe4\xb9\x6e\x75\xd5\x50\x63\x10\xc8\x11\xa3\xb7\xb0\x2c\xe7\x6f\x8a\x69\x06\x9d\xe4\x28\x62\x27\x80\x02\x4b\x18\x13\xc4\xbf\xdf\x4f\x9a\x8d\x4a\xd0\x4c\xb2\xdd\x2e\xa3\x75\x53\x05\x7f\xd8\xed\x44\x12\xdf\x73\x9d\x05\x41\x87\xae\xb4\xd7\xc3\xe8\x0b\x2d\xad\xdd\x8d\xae\xe2\xe9\x6e\x11\x97\x55\xed\x33\xbc\x39\xc0\xa2\xa7\x61\xa4\x50\xc4\x9f\xce\xe4\x98\x15\xdf\x16\x82\x44\xd9\x71\x2a\x10\x1e\xfb\x9d\x66\x33\xe1\x1a\x8a\xd7\x58\x49\xd5\x51\xce\x37\x30\x9f\x74\x02\x79\x51\x74\x79\x16\x69\x6d\xd3\x25\x46\x7f\xbf\xf7\x8f\x9c\xc7\x4b\x92\xea\x74\xe6\x0b\xb7\x65\x2a\xbb\xcc\xdf\x8a\x1a\x80\x47\x65\xbe\xfa\xb9\xbc\x01\x93\x56\xc3\xd3\x57\x08\xff\xc5\x03\xac\x4f\x03\xf5\xd3\x66\x23\x53\xe0\x19\x16\xa1\x9f\xaa\xca\xa7\xfc\x14\xcb\xa8\x8a\x64\xad\x91\xbd\x56\x10\xaa\x3e\x97\x34\xd9\xa8\x29\xbb\x28\x84\x62\x19\xe4\x80\xcf\x9f\x49\xd2\x24\xe6\x46\xde\xf7\x65\x5b\x26\x6a\x66\xce\xf7\xf2\xb9\xe0\x21\x32\x0e\x0e\x3f\xcf\x0f\xce\x42\xd3\x8c\xdd\xda\x66\x4d\xfc\xa3\xe8\x70\x4d\xdb\x0c\x1a\xf0\x8e\x2c\x88\xa7\xd6\xec\xa4\x39\x2a\x0e\xf2\x9e\x88\xee\xbc\x13\xc6\x52\xc6\x26\x2c\xe2\xac\xfa\x16\x83\xe2\x56\x4c\xcb\xf1\xea\xed\xe5\x05\x91\x9e\x83\xac\x0f\x13\xf5\xd8\x3e\xbb\xd7\xc3\xbd\xdf\x19\xd7\x58\x01\x99\x19\x55\x7e\x91\xdf\x88\x03\xf3\x73\xf5\xdd\xad\x13\x9d\xe9\xba\xbc\x57\xa8\xeb\xa5\xaa\xd2\xba\x9f\x24\x5d\xec\x32\xa2\x7c\xad\xe8\xfa\xbb\x5b\x27\x86\xcd\x82\x4a\xea\xf9\x2e\x43\x2c\xa6\x7e\x1d\xb8\xb7\xeb\x72\x3c\x6a\x77\xea\x22\x62\xbe\x62\x0c\x38\xad\xa0\x15\xa1\x85\xdc\xd3\xfd\x9e\x66\x30\xe5\x1e\xc4\x32\x60\xee\x9f\x79\x01\x6b\xb9\x98\xe6\x1d\x9c\xa0\xbe\x61\xfa\x8f\xa2\x3e\xb1\xe5\x57\xdb\x8b\x80\x39\x32\x5b\x7e\x75\xbb\xd1\x1e\x3a\x5a\x31\x3e\x53\x09\x99\xcc\xe3\x34\xae\x62\x05\xd6\x08\xf9\x08\x02\x39\x35\x3d\xf1\x31\x99\x8b\x48\x6c\x07\x1f\x50\xd0\x97\x4f\xd7\xbb\x39\xba\x98\x4e\x41\x27\x97\xdb\xed\x2a\x63\x8d\x16\x67\x05\x39\x87\x41\x7f\x73\xbd\x14\x9c\xcd\x87\x77\xc4\x35\x4f\x60\x0b\x12\x4b\xf3\xa7\x33\x8a\xb9\x91\xa9\x4d\x3a\x81\xc3\x70\xb3\x50\x61\xbd\x19\xe7\xb1\x63\x4e\x5b\x5b\x77\x91\xf7\xa1\x09\x09\xbf\x92\x93\x08\xe8\xea\xda\x09\x3d\xc8\x9a\x66\xc0\x1a\x5a\x16\x26\xb9\xec\x91\xef\x07\x9c\xd8\xb1\x26\x31\xe5\x2f\x5a\xa2\x64\xa7\x71\xed\x79\xe5\x7f\x59\x1c\x06\x19\x23\x99\xc6\x68\x9b\x93\xf2\x0f\xc5\x84\xdf\x87\x60\x88\x6f\xdf\x95\x40\x0b\x93\x2a\x13\xa1\x90\x5f\x64\xc9\x1a\xef\x33\x7c\x5d\xe0\xaa\xf5\x43\x41\x68\x71\xe4\x7a\xb2\x0a\x50\xed\xf5\xf6\xf0\x66\xc4\x79\x43\x97\xfe\x3f\x8a\xe9\xd1\xf7\xd9\x6e\xd7\xe4\xa0\x45\x70\x55\x68\xfc\x46\x0f\x4c\x47\x1c\x0a\x98\x3d\x1a\xa1\x99\xd6\xb8\xf1\xfc\xb9\x68\x5d\x06\xf8\xa3\xd0\xc8\x3d\xa6\xe1\xd7\xd7\xcc\x14\xa7\xf9\xfe\x8b\xb0\x0b\x2a\xb2\x5e\xef\xed\xf1\x45\x0d\x59\x83\x12\xd7\x6e\xf1\x71\x85\xca\xf2\x79\x93\x50\xc0\xc2\xdf\xba\x7d\x52\x7f\x82\xc5\xea\xb0\xda\x1f\xf2\xfc\x40\xc5\x92\x65\x7e\x32\x79\xcd\x26\x66\x91\xb5\x89\xec\xe7\x62\xb7\x43\xf3\x98\xee\xbb\x42\xc9\x42\x63\x0e\x51\x2e\x92\xb2\x62\x32\x08\x8c\x39\xac\xf8\xe1\x7c\x1e\x33\x23\x24\x69\x5f\x7f\x06\x0b\x83\xf4\x69\x6a\xce\x48\xaf\x07\xb3\xbf\xeb\x16\x4d\xaf\x07\xb9\xab\xb0\x58\xc6\x15\xa1\x55\xf3\x4c\xa8\xda\xcc\x9c\x76\xb3\x2c\x47\x8b\xb7\x3f\xa1\x76\x99\xb3\x9e\xaa\xfb\x7b\x09\x98\x5e\xef\x9f\x37\x8d\x65\x8c\x24\x32\xc0\x42\x40\x08\xa2\x05\xe7\x1c\x96\x6f\x7f\xe5\xd1\x09\xbe\x2a\xb4\xbc\x90\xbb\x94\x07\x89\xd0\x22\x87\xfc\x30\x0d\xf2\x4f\x72\xa9\x5b\xed\x69\xdd\xba\x13\x9a\x13\x1a\x3e\x9c\x93\xdd\x17\x0d\x45\xd4\x82\xa6\x6d\x76\x5b\x83\x86\x59\xaf\xf7\xba\x10\x04\xa3\xe5\xfc\xb8\x03\x86\x16\xef\x3c\x35\x2a\x93\x33\x93\xc2\xc6\x33\x8c\xaa\xb8\xf8\x32\xac\x42\xbc\x06\xb5\xbd\x02\x3a\x65\x6e\x83\xa4\x5b\x08\x2d\x11\x6b\x79\x12\x7e\x82\x84\xdd\xf1\x1d\xa1\x26\xb5\x24\x76\x16\x08\x77\x3f\x6f\xe3\xdb\xea\x5c\x7a\xe6\xf2\x8c\xaf\xaa\xb4\xc6\x6e\xe3\xb0\xb4\xea\xf5\xb2\x5e\x4f\x4b\x6a\x31\x9a\x36\x28\x86\xed\x90\xf8\xd0\xeb\x15\xb5\x15\xc6\xb9\x94\xa5\x6b\x89\xd0\xde\xb6\x76\x13\x75\xe5\x54\x82\x8a\xf8\x4d\xcd\x16\xc6\x69\xad\x43\x2c\x4a\xb5\x7f\x28\x9a\xc2\x37\x40\x15\x4d\x79\x42\x68\xc2\xa2\x17\x16\x1d\xea\xd5\x23\x93\xc4\x23\x4b\xc4\xda\x48\xb1\x3e\x41\x8b\xcf\x0f\x64\x95\xc7\x97\x44\xe1\x94\xa6\xb3\x98\x8e\xc3\x23\xb6\x71\x5d\x16\x66\xc0\xe4\x7a\x3d\x75\x85\x26\x19\xb5\xf7\x09\xa6\xb0\x0c\xce\x4c\x1a\x8b\x1c\xd7\x1d\x39\x7e\xad\x73\x24\x01\x86\xe0\xf9\x3a\xcd\x43\x74\xd1\x9e\x94\xdf\x86\xdf\x6a\x49\xe3\xcf\x62\xc2\x1d\x02\x17\x3c\x72\xd1\xb2\xc8\x6f\x54\x9f\xd9\x65\x05\xec\x4f\x3f\x91\x5c\xe6\xaa\xe5\xaa\x48\xb2\xf7\x07\x59\xf4\x56\x16\xbc\xb3\xec\xc7\xc6\x6d\x10\x1b\xb7\xed\x4f\xec\x0a\xb3\xf8\xd6\xae\x79\xbb\x81\x0f\x77\x41\x6c\xdc\xb5\x0b\xcd\xf3\x9b\xac\xfe\xd4\x2e\xc3\x46\x0a\x3e\xb2\xa7\x40\x3c\xf4\x93\xbd\xb4\x67\xaa\x88\x5f\x49\x4b\xf2\x4f\xd2\x0c\xc3\xd9\x86\xe6\x3a\xd2\x21\x54\x25\x28\x2b\x09\x2a\xdc\x88\xd1\xbc\x53\x51\xdf\x9e\x7c\xdc\x1c\x95\x66\x92\xea\xb5\xc2\x08\x51\xb5\x69\xe1\xe4\x51\x7a\xe1\x19\xfd\x6e\x0a\xa9\x1d\x4f\xf5\x7a\x89\xac\xfc\xc5\x0d\x7e\xc2\xe9\xc7\xaf\x77\x2a\x44\x6c\xef\x09\xcd\xf6\x2c\x82\x5e\x87\x3c\xf4\xaa\x38\x32\xae\x3c\xbe\x21\x4f\x08\x56\x50\x3e\x01\x0f\xa2\x30\x3f\x5f\x6b\xc5\xdd\x64\x37\x6b\x34\x95\xc7\xdd\xac\x58\xad\x51\x47\xad\x68\x00\xda\x70\xd0\x87\x45\x4f\xbe\x76\x20\xab\xcb\xc2\x35\x6e\x36\x70\x34\xa4\x14\x2d\x9e\x56\xf8\x38\x0b\x2a\xe1\x50\x85\xa3\xa7\x83\x93\x32\xeb\x16\x16\xf5\xfb\x04\x6e\xd0\x8e\x25\x91\x3c\x03\x73\xa9\xe8\x85\x65\xdd\xc1\xb0\x9f\x57\x1d\x06\x30\x41\x4b\x82\x3f\x32\x9e\x52\x79\xb5\xcd\xe6\xb1\xe0\xd6\x0a\xbe\x26\xaa\xe3\x9e\xbb\x66\x01\xbb\x31\x4c\x2b\x63\x91\x47\xdb\x12\x3d\x19\xf1\x2b\xc5\x20\xa6\x22\x66\xd3\x8f\x18\x2f\x34\x83\x68\xd8\xff\xf9\x57\x85\x56\xc9\x8c\xee\xe4\xed\x45\xb1\x2f\x26\x84\xf8\x4f\x50\x4f\xec\x9b\x58\xac\xf7\x92\xc6\x81\x1d\xb5\x9d\x1a\x07\x6e\xf4\x76\xf4\xfd\x78\x34\x28\x87\xa0\xe8\xb6\x03\x42\x9b\x85\x54\x18\x0b\x3d\x84\x0b\x56\x1b\x9e\x1e\xf2\x23\x0f\x3c\xaf\xe4\x86\x44\xb9\xbc\xbc\x47\x7b\x69\x01\xff\xb1\x60\xc1\xdb\x93\x12\xc9\x2d\x50\xa5\xcb\xc7\x2a\xbb\x69\xb2\x8e\xcb\x32\x5c\xc6\x68\x3d\x0c\xc9\xca\x36\x0b\xaf\xc3\x24\x85\x31\xe4\x59\xd0\xdf\x42\xa0\xd5\xae\xd0\x09\x4b\xd9\xff\x58\x9c\x74\x06\x8d\xf9\x64\x87\xd0\x72\xde\xd6\x75\x81\x1f\x0b\xdc\x25\xfd\x5a\x04\x5d\x96\x1f\x7b\xfa\x49\x11\xdc\xd7\xdd\x7b\x8b\xbe\xe7\x7e\xb9\xbc\xc0\x9b\xdf\x71\x58\xbd\xcc\xb7\x59\xe5\xab\x09\xbb\xf4\x99\x54\xb1\x4a\xe7\xdb\xc2\x57\xed\x52\xdd\xd3\xbf\x17\xdc\xbc\x65\x73\x68\xc4\xc2\x34\xc8\xbf\x16\xf4\x7e\xee\xab\x97\x96\x37\x30\x3c\xea\xba\x43\x63\x98\xea\x96\x6d\x0c\xa8\x3d\x36\xbc\x48\xb7\x46\xc6\x50\x1f\x1b\x9e\xee\x78\xc6\x58\xb7\x2d\xc3\xd6\x3d\x0b\x5e\x5d\x63\x9c\xda\xb6\x31\xd4\xe1\xe7\xa5\x65\x0f\x8d\x01\x75\x1d\xd3\xf0\xa8\xe5\x5a\x58\x95\x49\xa5\x4a\x3f\x28\x97\xae\x09\xb5\x0e\xed\x57\x23\xc3\x53\x22\xcb\x70\x29\x54\x47\x3d\xc3\xa5\xae\x65\x0c\xa9\x05\x3f\x03\xcb\xb0\x2e\x3c\x93\x3a\xf0\xed\xa5\xeb\x19\x16\x75\x4c\x0f\x6a\xb1\x8c\x11\xb5\x47\x63\x2a\xaa\xa9\x6b\x74\x4d\xa8\x0c\x20\x1d\x51\xcf\xb0\x75\x07\xab\xb2\x74\xcf\x35\xac\x54\x87\x6e\x60\x87\x94\x97\x96\x0b\xad\x8c\x5d\xc3\xa1\x96\x49\x6d\x6b\x60\x0c\xe9\xc8\xf0\xa0\x86\x57\x50\xd5\x07\xe5\x72\x80\x1f\x01\xec\x68\x68\x8c\x74\xcb\x35\xc6\xd4\x1a\x1a\xb6\x6e\x8f\xb0\x79\xc3\xd2\xa1\x77\x17\x83\xb1\x31\xa4\x63\xdb\x70\x22\xdd\x72\xa0\x56\xcf\x18\xe8\x36\xc0\xe9\xd8\xc6\x08\xb1\x43\x01\x4f\xca\x45\x53\xe3\x07\xe5\xd2\x19\x0f\xa9\x6b\x8d\x8d\x01\x16\x1b\x53\xcb\x06\xf8\x5c\x6a\xdb\x86\xa3\xbb\x03\xec\xac\xe1\xa6\x96\x65\x8c\x01\xff\xa3\xc8\x36\x11\xfd\x63\xea\x8c\x8d\x11\xa0\x7a\x40\xbd\x81\x31\xd6\x9d\xa1\x31\xb8\xa8\x6b\xfb\xa0\x5c\x5a\x96\x07\xf0\xb8\x4a\x04\x15\xeb\x96\x0d\xe5\x5d\x28\xe1\x50\xa8\x58\xc7\x8a\x75\xa8\x59\xc7\x9a\x75\xa8\x9a\x8e\xa1\xae\x31\x74\xcd\x36\x06\xba\x37\x30\x46\x14\xab\x16\xd5\x01\x92\x61\xf8\xa8\xe3\x79\x40\x0e\x43\x63\x44\x01\x29\x3a\x20\x05\xf0\x31\x02\xcc\x58\x30\x3a\x9e\x82\xf4\x00\x35\x0d\x01\x88\xa1\x0e\x48\xa1\x80\x14\xdd\xb1\xa1\x0b\x50\x0e\x90\x72\x21\x55\x09\x0d\x0c\x91\x16\x86\x76\xa4\xc3\x03\x8c\xa3\xee\x19\x36\x75\x86\x00\xae\x45\x71\x1c\x61\x18\x29\x0e\x63\x34\x34\x3c\x20\x44\x0b\x5e\x6d\xdd\x75\xe0\x83\x63\x0c\xf4\xc1\xc0\x18\xbd\xc2\xca\x00\xd3\x48\x5b\xee\x00\x2a\xf5\x8c\x21\x45\x18\x6c\x3a\x82\x12\x63\xc3\xa6\x63\xc3\xbd\x76\x6c\xc3\x8a\x90\xa4\x2d\x4e\x83\x3a\x10\x23\x90\x20\xb4\x3c\xbc\xa8\x2b\xf9\xa0\x5c\xda\xae\x49\xb1\x72\x9c\x13\x23\x28\xa2\x3b\x50\xc0\x46\x42\x43\x50\xe5\x99\x83\x10\x0e\x81\x70\x1d\x06\xb9\x4d\x01\x40\x04\xf5\x27\x01\xa5\x3b\xb0\xa9\x35\x36\x8d\x51\xe4\x51\x04\x73\x04\xfd\xb6\x19\x7c\x14\x00\x5d\x01\x90\x0a\x62\x86\xcf\x3e\xc3\xd5\x11\x54\x80\x50\xc7\xe9\x52\xd7\xf2\x41\xb9\x84\x41\xa3\xce\x78\x18\xe9\x96\x8d\x34\x86\x24\x80\x54\x86\x24\x80\x54\x86\xb3\x62\x04\xb3\x64\x1c\x01\x71\x21\x29\x20\x71\x21\x2d\x00\x05\x20\x99\x29\x17\xa2\x3a\x40\xc0\xd0\xc6\xb9\x17\xe1\x44\x03\x8c\x39\x03\xa0\x72\x98\xc2\x2e\x8c\x06\x20\x00\xfa\x8f\x53\xee\xa5\x63\xc1\x18\xe3\x94\xb3\xc7\x1e\x9f\x72\x43\x18\x01\xef\x27\x3e\xd9\x10\x66\xea\x99\x4a\x04\x7d\xd7\x71\xee\xd8\x3a\xa0\x00\x7a\xae\x8f\x0d\xf7\xa7\x11\x10\x1d\x8e\x82\xc5\xfb\x0d\xfc\x02\xbb\x8d\xfc\xe2\x42\xd4\x81\x84\x0a\xc4\x0e\x93\xf2\x02\x67\x05\xb5\x2c\x2f\x42\x07\x45\xd0\x45\xf8\x86\x73\x0d\x79\x14\x60\x41\x01\xa2\x1a\xe1\x94\x78\xe9\x0e\x4d\x6a\xd9\xc0\x0c\x5c\x6f\x88\xc0\xe2\x00\xd4\x35\xf2\xb9\x0b\xe8\x68\xb8\x1e\x92\xd6\x00\x19\x80\x8e\xd3\x1e\x69\xbd\x61\x8f\x0d\x35\x28\x2f\x9d\xa1\x69\xb8\x74\x68\xc3\x14\x1f\xb9\x86\x4b\x47\xc0\x24\x45\x9d\x1f\xd0\x04\xf4\x9b\x82\x1f\xeb\x7d\x52\xd0\xfb\xd6\x9e\xdb\x57\x85\x73\xa3\x3d\xa1\x7f\x2b\x1a\x7b\xcc\xe6\xa4\xff\xef\x05\x37\x28\x8c\x92\x22\x3a\xb0\x04\x6e\x58\x7d\x74\xeb\xab\xb6\x37\x50\x69\x74\xe7\xab\xce\xc0\x55\x29\x2c\x14\xa3\xb6\x5d\x24\xab\x27\x44\x0d\x55\x57\x45\x1d\xe0\x15\x2a\xbd\x66\x11\x2b\x55\x7b\x34\xb1\xdc\x89\x3d\x9a\xd4\x0f\xd8\xb9\xc7\x2a\xfd\x46\x84\x4c\x2d\x7d\xd5\x9a\x98\x13\x6b\xc2\x7e\xa1\xf0\x4c\x14\x7f\x60\x11\xe3\x08\xf2\x55\x4b\xa5\xb0\xa0\xd9\x03\xe0\xcb\x8e\x65\xaf\x74\x6b\x10\xe9\x03\x63\x40\x4d\x98\x13\x40\x3e\x30\x35\xec\xc8\xd4\x87\x16\x1d\x0e\x81\x9c\x80\x42\xf0\xc9\x32\x87\xc6\x28\x32\x75\xdb\x04\x0e\x37\xd2\x5d\x13\xa6\x1c\x7c\x81\xa7\x08\x48\xdb\xa2\xa6\xee\x02\x53\x1f\x03\xc7\x1c\x33\x36\x38\x54\x22\x1d\x2a\xf1\x18\xcb\x1a\xe8\xd6\x00\x3e\x20\xcb\x75\x0c\x4b\x1f\x43\x61\x20\x16\x98\x91\xc0\xc0\x2d\x0b\xe8\x05\xa8\x67\x68\xd8\x8c\x09\xd9\x43\x64\x36\xd0\x16\xcc\x9a\x31\xa4\xc1\x53\xe4\x01\x15\x9a\x74\x3c\x04\x36\x09\x13\x14\x9f\x46\xa6\x61\x2b\x91\x49\x07\x43\x63\xa0\x03\xf0\x74\xe0\x18\x1e\x7b\xc2\x6e\xbc\xb4\x87\xc0\x52\x1c\x73\x80\x0b\xa6\x69\x38\x80\x0e\x5a\x23\xe6\xc3\xc7\x8d\xfa\xe1\x00\xb1\xff\xff\x0b\x03\x64\xf2\x01\x72\x6c\xe4\xdc\xae\xe1\xa5\x43\x6a\x0d\x46\x11\x40\x38\x30\x5c\xea\xe1\xdc\x45\xae\x89\x7f\x57\xe3\x08\x92\x4d\x9c\xf1\xba\x87\x9c\x1f\x10\xe8\xa5\x43\x9d\x97\xd3\x07\x6c\xd1\x80\x29\xe7\xb1\xf1\x35\xbc\x95\x6e\x3b\xca\x4b\xdb\x41\x46\x64\xdb\xd4\x46\xce\x0a\xa2\xca\x90\x4a\xad\xff\x1b\x78\x30\x6b\x42\x35\x39\x1e\x66\x7b\xfa\xd7\xce\xb3\xd8\xdf\x8a\xce\xf3\x08\x5a\xa0\xa7\x22\xbe\xa5\x74\x09\xb5\xc8\xb4\xbe\xe3\x77\x8f\x26\x83\x8d\x79\x52\x25\xcc\x93\xf8\x81\x60\xfb\xb6\x6d\x41\xce\xbb\x0c\x5b\x85\x79\xd0\x93\x6e\x81\x08\xd7\x60\xe4\xd8\x3e\xf3\x68\x68\x3f\xb6\xe2\xda\x9f\x18\xa1\x5d\xf6\xcd\x73\xbf\x98\x9a\xb3\xfd\x49\x4a\xfa\xd8\xe6\xb8\x27\xb3\xd3\x8d\x59\xb3\xfd\x7e\xb6\xf7\x4f\x35\x77\xa2\xd8\x5e\xde\x5b\xc4\x49\xeb\xc4\x05\x76\x07\xbf\xc9\x0a\xe8\xc6\xd4\x27\x10\x63\x69\xf1\xb1\xf4\x2c\x5b\x8c\x26\x3c\xe2\x78\xfe\xad\x40\x27\x67\x71\xaf\x57\xf5\x7a\x7f\x2d\xf0\x70\x18\xff\x4c\x63\x71\x3a\xac\x64\xda\x6f\x85\x56\x27\x92\x09\xcb\x7c\xf6\x36\x33\x0e\x1d\x2b\x9d\x17\xb8\x5d\xf9\xb1\xd0\xd8\xa6\x26\x29\x15\xee\x53\x4b\x59\xe4\x85\xc2\xf6\x65\x4a\xeb\x38\xf7\x26\xa9\x56\x0a\x80\xa2\xc0\x56\xa9\x65\x71\x45\x88\x9f\x69\x8d\x43\xaa\x2a\xe9\x22\xf2\x2c\x69\x88\x1c\xd5\x3a\x9c\x90\xff\x59\x31\xb3\xcf\xa3\x8b\x31\xd7\x19\x39\x3f\xa1\xa9\x43\x83\x51\x74\x5e\x52\xdb\x5f\x26\x01\xaf\x87\xe6\xec\x5a\x70\xc8\x8e\x24\x92\x85\x56\x66\xc2\xb2\x16\x55\x6c\xaf\xb3\x4a\x5b\xc6\xd5\xcb\x7c\xbd\xd9\x56\xf1\xfc\x0d\xc0\xc9\x0e\x01\xb2\xea\x4d\xf2\x21\xa6\x96\x49\xf0\x4a\xd7\x32\xae\xbe\x80\x81\x49\xb2\xe5\xcb\x34\x89\xb3\xea\x87\x38\xaa\x34\x32\xc9\x83\x88\x9b\xe7\x96\x34\x0c\x22\x61\xa2\x5b\xee\xbb\x94\x0b\x67\x4c\x33\x7b\x74\xd5\xe6\x40\x35\x40\xe8\x6f\xf5\xc5\x72\x6d\x1a\xd3\x4d\xa1\xdd\x73\x33\x5a\x3f\x6e\x0e\xac\x38\x81\xe4\x82\x3c\x42\x69\xe7\x5c\xf0\x7d\x79\xc6\x37\xc2\x09\xad\x8d\x68\x51\x71\x3d\x63\x21\xeb\x49\xa7\xa7\x87\x03\xa5\x1a\xc3\x70\x22\x9e\x5e\xcf\x31\x0c\x74\xad\xc1\xaf\x5a\xf7\xe0\xaa\xe6\x1e\x1c\xbf\x41\x97\xf2\x07\xbc\x06\xc7\xc7\x65\x72\x6a\x22\x54\x74\x41\xee\x7f\x43\x0f\x0b\xda\x34\x4e\x34\x0c\xe9\x1e\x27\x5a\xd4\x80\x14\xf1\xa6\xc9\x8c\x07\xc9\x6b\x4a\x47\xac\x07\x0b\x60\x95\x11\xb5\x31\x4e\x34\xb0\xd0\x79\xb0\x98\x5a\xb3\x49\x05\xc8\x9c\x17\x1a\xaa\x2f\x4a\xff\x1e\xef\x21\xad\x98\x6a\x61\xbe\x17\x0a\x88\x5c\xb6\xa7\x38\xad\x8b\x98\x4b\x17\x97\x10\xd5\x45\xad\xec\x48\x38\xd2\xb7\xc7\x48\x67\x21\x21\x0e\xfc\xd2\x14\xd2\x6c\x78\xf2\x15\xc9\x73\xf9\xc5\x17\xe4\x2d\xee\xdd\xe3\x1d\xf9\x43\x77\x5b\xf5\xbd\x6c\xda\x69\xc8\x88\xfe\xb4\xa4\xa3\xea\x45\xd6\x62\x95\x31\x21\xfb\x4e\xbf\x78\x8a\xf0\xa9\xf5\x48\xd9\x3c\x38\x30\x05\x3a\x3f\xb0\x04\xf2\x5b\x46\x74\x09\xa1\x61\x30\x55\x8d\xba\xce\xeb\x8c\xaa\x7e\x96\x57\xda\xb4\xa9\x38\xcd\xa8\x3a\x23\x2a\x99\xb5\x8d\x3a\xba\x6e\x17\x1a\xb2\xeb\xc9\x53\xf5\xa0\x3f\x4a\xa6\x8f\xa5\x0a\x53\xe8\x23\xe2\xc5\x51\x2e\xe7\x1d\xd3\x19\x3a\x6f\x2a\x99\xba\xb3\xe5\xdd\xef\x45\x9a\x6a\x21\x69\x79\x05\x06\xb6\x53\xab\x7d\xc9\x7d\xa1\xd5\x3e\xc2\x08\x4d\x34\x35\xca\xd7\x9b\x34\xc6\x23\xd7\x6b\x0c\x62\x7f\x55\x68\x6a\x9e\xbd\x2d\x62\x60\x05\x29\xba\x7f\xee\xd2\xa1\x8a\xb0\x93\x59\x90\x25\x5a\x45\x26\x59\xaf\x17\x0b\xd7\x26\x52\xf3\xf3\x6c\xb7\xfb\xe1\x4b\xd9\x5d\xce\x8f\x45\xaf\x07\x33\x20\x4f\x63\x03\x03\xd3\xa1\x37\x19\x49\xf1\x3e\x9d\x91\x93\x33\x14\x0d\xda\xf8\x0c\x4d\x8f\x66\x60\x46\xee\xbf\x28\xb4\x8c\xca\x07\xd4\x85\xa6\x86\x2c\x98\x10\xa1\x85\xdc\x5d\xe8\x7c\x83\x89\xce\x03\xf5\x5e\xaf\xd2\x08\x8d\x34\x42\x6b\x67\x6b\x3c\xd4\x5f\x2b\xf2\x6e\x73\x40\x4d\x48\x6b\xe1\x4d\xfe\xa4\xa9\x85\x0b\xd6\x61\x67\x63\x72\x1f\xf7\x7a\x5f\x14\xda\x34\x9e\xb1\x58\xbc\x92\x87\x84\xa4\x65\x2c\x50\xd3\xde\x09\xb7\xc7\x7a\x8d\x07\xc9\x32\x9d\x1b\x94\xa8\xbe\x8a\x93\xe9\xf4\x98\x60\x30\x4f\x1e\x3b\x10\x55\xe7\x2d\xed\x68\x56\x9f\x1b\x09\x2b\xc0\x9c\xd1\xad\x90\xdc\x1e\xf6\xbe\xd0\xae\x6c\x9b\x11\x18\x9e\x3d\x01\xf1\x13\xb8\x7f\x66\x1c\xaf\x9f\xb4\x22\xb4\x0c\x42\xf8\x22\x3c\xc2\x63\xbc\x79\x0d\x1d\x3b\x73\x57\xab\xa8\x9a\x86\x91\x5c\x66\x18\x97\xf3\x54\xee\x1b\x5c\xdd\x70\x26\x74\xe5\xe1\x0b\x23\x9b\xab\x79\xaf\x77\x56\x12\xc9\x90\x11\xd8\x12\xb3\x03\xca\xd1\x8e\x01\x45\x80\x5e\x4f\xcd\xf2\x0c\x4f\x19\xd2\x5e\x0f\xaf\x1d\xa7\x6c\xa4\xb6\x0f\x37\x41\x17\xc1\x3f\xa7\xea\x1b\xe6\x2a\x5a\xfd\x41\xb8\x89\x56\x2f\xb8\x8b\xdf\x2f\x85\x7b\x68\xf5\x0b\xee\x1a\x5a\xfd\x5b\x52\x49\x3e\x44\xca\xa9\x3d\x23\xe7\xeb\x6c\x0a\x0f\xed\x43\xc6\x99\x7f\x97\x4d\xa3\x19\x5d\x05\x37\x85\xe6\x04\x41\xb0\xe5\x64\x7a\xbe\x35\xca\xed\x55\x59\x15\x9a\x45\x2d\xe2\x6f\x09\x9d\x07\x1f\x0a\x6d\x41\x57\x84\x6e\x82\x39\xf4\xe8\x6c\xbe\xdb\xe5\xbd\x5e\xfe\xd0\xb1\x73\x10\x04\x8b\x13\x59\xd8\xc9\x73\x10\x04\x1b\x52\x08\x53\x95\xb8\x7d\xb0\x9e\xd1\x0d\xde\x30\x38\xc4\x29\x92\xd3\x3a\xb8\x6f\x1f\x19\x70\xd9\xa3\x7e\x7c\x3d\x67\x2f\xf2\x21\x43\xb3\xb2\x56\x85\x58\x5a\xcf\x2c\xb6\xb6\x62\x06\xbe\xbc\x32\xc7\x4b\x6d\x6d\xfe\x74\x26\xd4\xf9\xf7\xfb\x96\x2c\xbe\xdf\xef\xe9\x75\xb0\xe6\x42\xc6\xb5\x2c\x69\x6d\xb3\x59\x50\x81\x28\x31\xa7\x8b\xa3\x99\x5c\xc7\xc2\x9d\x8b\xab\x54\x6b\xda\x92\x12\x12\x06\xd8\x53\x8e\x49\x44\x2f\x17\x4d\x86\x0d\xef\xc0\xf5\x81\x40\x00\x2b\x5c\x87\x7f\x9c\xeb\xa5\x4a\x26\xaa\x7f\x85\xee\x64\x90\x1b\xe2\xf1\xbf\xe4\x62\x26\xa4\xb1\xb1\x48\x8a\xb2\xc2\x71\x20\x3e\x86\xf0\x8d\xb3\x39\x1b\x96\x90\x88\xcb\x8c\xcc\xae\xe9\x63\x4c\xaa\xa8\x18\x61\x99\x7f\xc0\xcc\x69\x38\x6f\x42\xf6\xcc\xb2\x82\xa5\x4a\xae\x59\x12\xa9\x6e\x21\xc4\x21\x23\xac\x3b\x43\x28\x7f\x0f\x17\x55\x5c\xa8\x20\x12\x35\x3e\x56\x92\x16\xdb\x69\x2c\x55\xce\x82\xc6\xfc\x8f\x79\xb9\x3f\xfb\xe7\x4a\xb6\x4a\x69\x0c\x13\x25\x4f\x3e\xa4\xd7\x3b\x3b\x66\x5e\xbd\x9e\x76\x26\xd7\xbd\xdb\x09\xfb\x46\x39\x55\xd4\x28\xbb\x5c\x49\xb8\x1d\x50\x98\x91\xd3\xd2\x6b\x6d\xaa\xdc\x2d\x18\xa8\x9f\xa9\x8d\x0b\x84\x32\x61\x87\x73\x61\x42\x68\x82\x8b\x7e\xa7\xab\x66\x32\xf9\x19\x23\x54\x70\x84\x16\x47\xc4\x4b\xee\x13\x8d\xd0\x3f\x0a\x8d\xd0\x4a\x3b\xb1\x42\xd6\x39\x9a\x65\xb2\xf1\xed\x92\xd4\x46\xfa\xcc\xde\x3f\x88\x32\x9a\x05\x87\xdb\xe6\xa2\xcb\x48\x90\x26\xc1\xa7\xe5\xf5\x12\xc5\x29\xbf\xc8\xf3\x8a\x18\x6d\xf7\xff\xca\xfd\xbb\x4c\x51\xf2\xeb\xb8\x58\xa4\xf9\x8d\xaf\x5c\x27\x18\x01\x6a\xf2\x2e\xdb\xbf\xcb\xde\x65\x9d\xb9\xeb\x2b\xa0\xfc\xc3\x55\x9a\x47\xef\x27\xf0\x05\x17\x04\xb4\x04\x51\x92\x6c\x15\x17\x49\x85\xc9\x7c\x03\xa4\x58\xf1\x7a\x72\xaa\x39\x45\x11\x4e\xd3\xf5\x30\x4d\x96\x99\xaf\xe8\xa6\x61\xd9\x1e\x16\xd9\x1f\x41\x62\x2c\x42\x3d\x5d\x32\x78\x3a\x0a\xda\x0f\x16\xbc\xd1\x2d\x56\x92\xed\xd0\x14\x13\xdd\x36\x3c\x58\xc0\x3e\x28\xf0\x30\x64\x37\xba\x73\x98\x7f\x34\x7c\xb8\x80\x7b\x50\xe0\x91\xfa\xbd\x83\xec\xce\x63\x00\x0d\x0e\x0b\x3c\x02\xcf\xf0\x20\xbf\xfb\x58\x81\xd1\x41\x81\x87\x73\x8f\x0f\x73\x3f\x36\x00\x96\x79\x50\xe2\xd1\x02\x87\x63\x3c\x78\x6c\x08\xac\xc3\x41\x7e\x2c\xff\xe1\x20\x8f\x1e\x1b\x04\xeb\x70\x94\x1f\x05\xe9\x70\x9c\xc7\x8f\x0d\x83\xd5\x1e\x68\xeb\xe1\xcc\xed\x51\xb6\x1e\x9f\x07\xd6\xe8\xa0\xc4\xa3\x5d\x1e\x1f\x16\x78\xac\xcf\xb6\x79\x50\xe2\xc1\x16\xea\x78\x0e\xac\xd0\x3a\x2c\x96\x49\xc6\x82\x3a\x20\x99\x73\x96\xc3\x2b\x83\xed\xed\xc3\x55\x61\xc9\x56\x5d\x50\xf9\xc7\x56\xc5\xc2\x4d\xb0\x6a\x6a\xee\xf7\xe0\x94\x48\x93\x56\xaf\xed\x07\xb2\x2e\x6e\x4e\x22\xe8\x5d\x66\xd4\x31\x48\x94\xf2\x7a\xd9\xc9\xbf\xaf\xf2\xaa\xca\xd7\xbe\x62\x62\x77\x78\xf7\x26\x4d\x8f\xeb\xbe\x29\xca\x26\xe7\x01\x1b\x95\xf0\xaa\xcc\xd3\x6d\xc5\x58\xb5\x40\x2f\xbe\x54\xf9\x86\x3d\x1e\xb6\xff\xc8\x62\x71\xb8\x2a\x34\x6d\x15\x71\x1a\xc2\x86\x94\x55\x1f\xdf\x56\x82\xb3\x47\x78\xd3\xf7\xb1\xd5\xa2\x83\xf8\x1f\x47\xca\xd1\x15\x61\x7e\x3f\x5f\x34\x2a\xb7\x2d\xfe\xf7\x78\xde\x03\x94\x88\xd8\x1d\x54\x31\xda\xa1\x62\x1e\xc3\xd5\x89\x71\xe8\xc4\xcd\x61\x9b\x4d\xfd\x6c\xa8\x3d\xf3\x2f\xcd\xb8\x89\x97\xa3\xee\xfb\x4a\x73\x3d\x5c\xf7\xcc\xbf\x50\x05\x7e\x49\x77\xff\x1f\xca\xfc\xbf\x8a\x58\x4e\xe0\x61\xf4\x7e\x59\xe4\xdb\x6c\xae\xb3\xb0\xa5\xca\x7f\x2d\x16\xb6\xe7\x84\x13\x46\xfe\x30\x37\xf5\x22\x9c\x27\xdb\xb2\x21\x3f\x01\xe7\x55\x7e\x0b\x22\x4c\x92\x2d\x7d\x91\xf5\x2a\xbf\x6d\x81\xf7\x40\x96\xa6\xbd\xc5\xa4\x6b\xf2\x2b\x0a\x8e\x6c\x9d\xcc\xa7\xdd\xad\xce\x49\x56\xe4\x5a\x27\x99\x5e\xcf\x6f\xef\x48\x6e\x62\x1a\x69\x46\x1a\xe1\x7c\x8e\x90\xd4\x32\xc3\xe1\xfc\x04\x22\x69\x8a\xc6\x69\x9a\x6c\xca\xa4\x6c\xcf\xdd\x4e\x0a\x60\x97\xfc\xa1\xde\x93\xe3\x7e\x98\xe5\xf4\x68\x57\xf9\x86\xc1\xf5\xc8\x48\xcb\xf9\x0e\x47\x99\x71\x2e\x99\x47\xb7\x79\xd9\x31\x5f\xaa\x39\xd9\x7f\xba\x7b\x0c\x90\x27\xf5\xf0\x20\xeb\x89\x4e\x36\x6b\xda\x69\x7e\xcd\xfb\x5b\x77\xf2\xff\x48\x97\x01\xa0\xa7\xf5\x98\xe7\x3c\x62\x50\xf9\x46\x1e\xd2\xee\xc5\xe5\xff\x1b\x04\x0a\x5d\x69\x06\xee\xd1\xa1\xfa\xdf\xeb\xd8\x13\x06\x49\xca\xd6\x74\x8b\x6f\xb1\xa4\x8d\x9d\x65\x38\xf5\xff\xba\x58\x5a\x2d\x36\x77\xae\xd1\xe6\x60\x30\x6c\x0b\x2b\xb7\xe5\x51\x13\xb2\xe4\xcd\x32\x95\xeb\x8e\x4c\xa3\xc3\x5c\xd6\xed\x31\xb4\xed\x1c\xf6\x71\x0e\xbb\x9d\xc3\x39\xce\xe1\xb4\x73\xb8\xc7\x39\xdc\x76\x0e\xef\x38\xc7\x01\xa4\x83\xe3\x1c\x83\x76\x8e\xe1\x71\x8e\x03\xc4\x8d\x8e\x73\x8c\xda\x39\xc6\xc7\x39\xc6\x07\x18\x33\x3b\x50\x66\xb6\xf3\x08\x71\xf3\x84\x20\x76\x52\x0a\xdd\xa6\x7c\x16\x24\x65\xa5\xa3\x3e\x50\xc7\x78\xcb\xcc\x73\xd4\x91\x80\x6d\xd7\xcb\x1c\x5f\xd1\xf4\x66\xfa\xec\xeb\x1a\x9f\x2b\x42\x50\xee\x14\x17\x1b\xc2\x4d\xe4\x29\xa8\xdb\x47\x32\xe6\xe3\x72\xd4\x81\x2c\x7e\x40\xe6\x8d\x7e\xa3\x6e\x53\x16\xfa\xd9\xb3\xaf\x60\x84\x41\xc5\x34\xcc\x51\xbc\x56\xfe\x2b\x8e\xe3\x2e\x11\xc4\x34\xac\x76\xd7\x71\x31\x8f\xd7\x7c\x49\x87\xef\x07\xb8\x3d\xd8\xf5\x2c\xd2\x3c\xac\xfc\xa3\xd9\x7b\xb8\xa1\xe1\xd9\x0e\x99\x57\xab\x42\x8a\x49\x65\x47\x5a\xd1\x91\x96\x76\xa4\x5d\x3d\x79\x5b\xb6\x6f\x37\x8f\x5f\x0f\xdb\x97\x12\x8b\xae\xc4\xb4\x2b\xf1\xea\xc9\xdb\xb9\x86\xc3\x6c\x92\xac\xbd\x13\x08\xc5\xd5\x4e\x5f\x11\xdf\xed\x52\x49\x32\x66\x9c\x8d\xd4\x10\xb6\xc5\xd6\xa7\x96\x90\x07\xa8\x8c\x1f\x6d\xd5\x92\xea\x28\xab\x78\x53\x6a\x23\xf2\x58\xbb\x27\xca\x60\xcb\xff\x2d\xda\x7a\x1f\xdf\x2d\x8a\x70\x1d\x97\x4a\x0b\x01\xe6\x5f\xd8\xdf\xce\x95\x89\x7b\x68\x32\xe7\xf1\xb2\x0d\x44\x6b\x71\x3a\xca\xb5\x87\x1f\xcb\x7c\x4a\xd5\xce\xe0\x69\x95\xcb\xf9\xf6\xa2\x6b\xff\xaf\x75\x09\xa8\xa4\x0e\x45\xc9\x29\x65\x5d\xea\x4c\x45\xed\x2b\xea\xa6\xc8\x97\xc9\xdc\xff\xf2\x97\xd7\xeb\x70\x19\xbf\x15\x35\x1a\x97\x49\x54\xe4\x65\xbe\xa8\x8c\x2f\xc2\x32\x89\xf0\xab\x86\x15\x25\x79\x16\x58\x44\x3d\x25\x79\x70\x48\xc6\xc7\x00\x3f\x90\xa9\x26\xe8\x26\x52\xe6\x9f\x06\xab\xfd\x28\xac\xd6\xe8\x29\xc0\x36\xb9\x0e\xa1\xb5\x87\x7f\x1e\xb4\xce\xa3\xd0\xda\xc3\xa7\x40\xdb\xe4\x6a\xd6\xe1\x76\xac\xd1\x3f\x0d\x64\x93\x2a\xeb\xa4\x28\xf2\xe2\x21\xb2\x60\xd2\xa6\x6e\x51\xc5\x7a\x44\x22\xad\xf3\xb4\x01\x17\xb2\xe0\x9f\x47\x17\x4f\x07\xdb\xa2\x8a\xfe\x18\xd8\x75\x9e\x36\xd8\x57\x79\xb5\x62\xda\x9a\x03\xf4\xff\x5f\xd1\x31\xfd\x29\x3d\xd3\xdb\x5d\xc3\x63\x20\xa5\xc5\x57\x68\x47\xaa\x35\xea\x4c\xb6\x87\xed\xe4\x03\xac\x1c\x7f\x13\xe8\x39\xfe\x02\xa8\x6d\xaf\x7d\x02\x71\xb5\x80\x28\xfe\x77\xf0\xa1\x59\xb4\xab\x30\x7a\xff\x54\x3d\xe3\xb1\x0c\xd8\xd2\x33\x0a\x61\xcf\x38\xdc\x7a\xf0\x60\xbd\x54\x7e\x15\xfb\x88\xff\xac\x2a\xf5\x58\xf5\x2b\x80\x39\xd0\x2c\x1f\xa8\x3d\x1f\xd6\x98\xb7\x7b\x70\x88\x9d\x53\x68\xe0\xd1\x89\x59\xa1\xb6\x96\x8b\x03\xcb\xdc\x16\xb6\xc5\x5f\xd6\xad\x28\x4d\x36\x80\xed\xa8\xd2\x4c\xaa\xf0\xff\x48\x5b\x3f\xb6\xb9\x6d\xa1\x4d\x17\x09\x8f\xe8\xbc\x1e\x42\xad\x40\x07\xd6\xd4\x02\x52\xaf\xaf\x76\xfa\xcc\xf4\x89\x2a\x1d\x9f\xf0\x89\x77\x18\x7b\x50\x8f\xa5\x80\xba\x4e\x10\x60\x9b\x0f\x9c\x6f\x36\x50\x96\x30\xd3\xa3\xee\xc3\x84\xe3\x33\x57\x14\x14\x59\x04\x6c\x2e\xc6\x27\x69\xea\x2b\xd7\x61\xa1\xe9\x7a\xf3\x8d\xa9\x3a\xa9\x22\x5b\x3a\x33\x1c\x0b\x8b\x7d\xae\x6d\xac\x5f\x8f\x6a\xe0\x5f\x5a\xfc\xbb\x03\x98\x3a\xf4\x76\x27\x38\xf5\xd7\x27\x00\x64\x1a\xee\x09\x90\x9a\x5a\x6a\xa0\x4c\xc3\x3d\x05\x16\x42\x25\xc5\x0e\x3f\xc6\xd9\xff\x4e\x93\x07\x98\xf9\x33\x11\xbf\x0e\xcb\xf7\x72\xb7\xe8\x03\x59\x3a\x07\x08\x43\x6c\x48\x33\x7a\xfe\xd8\xac\xfe\x14\x03\x75\xb3\x98\x0f\xc5\x59\x10\x54\x75\x9c\x26\xc9\x71\xd2\xbb\x77\x2d\xbb\xcd\x77\xef\x74\x95\x50\x75\x89\xc1\x58\xda\xf9\x74\xfd\x44\xc6\xf2\x64\x85\x15\xcb\x31\x49\x82\xa4\xb6\xb6\xcb\xa9\x64\x29\xca\xac\x58\x9b\x68\x3c\x21\x55\xa5\x66\x0e\xbf\x96\x72\xd1\xa2\x76\xa1\xac\x30\xb7\x16\xdb\x44\xf6\x21\xd6\x5c\x0d\xd0\xc8\xfd\x59\xdb\xb0\x33\x59\x68\x67\x5a\x2c\x5b\x6c\x56\x27\x02\xa4\xbd\x64\x51\x08\xa3\x30\x4d\x95\x50\x41\xf3\xa8\x76\x20\x42\x95\xec\x31\xb0\x1e\x8d\x79\xb0\x3c\x7e\xf7\x17\x03\x24\xdf\x33\x77\x3e\xe8\x76\xb1\xbe\x3f\x1e\xc4\x34\x0b\xa6\xf7\xef\xe3\x3b\x5f\x0d\xe7\x73\x7e\x5f\xcb\x97\x41\xaf\x23\x59\xb1\x58\x80\x47\x86\x95\x34\x43\x8c\xb3\xdb\x26\x15\xa1\x45\x60\x4e\x8a\xcf\xab\x49\xd1\xef\x13\x8c\x57\xdd\xd8\x57\x16\x33\xe1\xc2\x4a\x18\xb9\xb2\x30\x7d\xb0\xb7\xfe\xb2\x01\x15\xfd\x5f\xca\xd6\xc1\x49\x97\x9f\x1e\x8c\xcc\x29\x75\x70\x5a\x09\xff\x97\x87\xc9\xe8\x03\x33\x99\x56\x33\x42\x6f\x0b\xad\xe2\x8f\xbf\x73\x83\xa6\x3d\x65\xdd\x2f\xe2\x32\xae\x3a\x10\xd0\x85\x48\x51\xe6\x10\xf2\xa3\xe2\x2d\x3b\x7b\xe1\x30\xa5\xb1\xb8\x17\xcf\xe7\xf7\xa6\x5f\xed\xfd\x6a\xd2\xe1\x23\x2f\x3b\xbc\xd4\x5f\x35\x2e\x26\xab\x19\x4d\x6a\x7f\x86\x18\x08\x4b\x0a\x59\xc3\x5e\x26\xf1\x34\x99\xed\x76\x1a\xfc\xc1\xe8\xd1\xf0\x30\xcd\x67\x41\xc8\x3c\x5b\xee\x67\x34\xeb\xf5\x5e\x55\x5a\xd5\x5c\x43\xa7\x19\xa1\x05\x4b\x64\xd1\xcd\x34\xd2\xdc\xe6\x58\x24\x1a\xb9\x17\x17\x1d\x30\x74\x78\xaf\x77\xb6\x4e\x7a\x3d\x2d\x2b\xb4\x34\xd1\x08\xa1\xeb\x24\x38\x33\x25\x9b\xa3\x55\xfb\x42\x0c\xef\x1d\x8b\x46\x2c\xac\x2f\x61\x1a\x87\x57\x65\x55\x84\x51\xa5\xd2\xfb\x65\x5c\xf9\xd5\x9e\xd0\x93\x79\x57\xd5\x3a\xe5\xf9\x8e\x9d\xec\xc6\x86\xa8\xea\x51\x6b\xb8\xfd\x43\x8d\x64\xf9\x3c\x3e\x6e\x44\xb2\xbc\xef\x8a\x78\x37\x4f\xae\x25\x0f\x0d\x72\x50\x3b\x03\x80\xa6\x4d\x18\x88\x3d\x34\x2e\x07\x29\x4a\x3a\x7d\xef\xd7\x4e\xad\xaa\x73\x75\x11\xaa\x7e\x55\x87\xc3\x42\x4f\x4a\xc9\x42\xab\xa3\xf5\x7e\x5b\x68\x9b\x44\xa6\x56\x74\xb2\xba\xdb\x7d\x5b\x68\x8d\x3b\x57\x48\x42\x5e\xb0\x49\x70\xea\x6e\x13\x1c\x31\x8b\x5e\x27\xc1\x7d\x62\x97\xd7\x4b\xff\xc8\xa1\xeb\x91\x39\xb5\xd9\x69\x4e\x6d\xca\xe6\xd4\xe6\xcc\xbf\xdf\x8b\x7b\x0a\x40\x36\x13\xd1\x35\xc0\x6b\xbb\x63\x59\xc6\xbb\x15\x35\x5e\xbe\xea\xcf\x92\x97\x63\x72\xbf\xf7\x0b\xc9\x97\x47\xb7\x0b\xac\x28\x41\x3b\xc6\x44\xcb\x68\x52\x33\xe6\xdf\x44\x68\x45\x4d\xfd\x0e\x23\xbe\xe2\x6d\x8c\xf8\x1f\xdb\xa4\x88\x81\x8b\x7e\xf9\xdd\xa5\x92\x2f\x14\xf4\x5c\xf8\x3e\xc9\xe6\x86\x4a\xf6\x34\x2a\x4b\x3f\x4d\x28\xb3\xc7\x7c\x59\x96\x32\x66\xd6\xc9\x6e\x77\x44\xf4\xcc\xe8\xf3\x4f\x44\x20\x05\x84\xb5\x1d\xb9\xa1\xb3\xb3\xec\x84\x17\xb4\xc9\x99\xd5\xe5\x1c\x8e\xf9\x23\x6b\xa7\x01\xc0\xb4\xc3\x47\x5b\x70\x66\xd2\xaf\xda\x46\x87\x97\x89\x76\x7f\x0c\x04\x4e\xd1\x5f\x30\x4c\x47\xe3\xcb\xcd\x2f\x12\x2a\xbb\x72\xf3\x93\x84\x76\x7b\x72\xf3\xa3\x84\x76\x75\xc1\xcf\xf6\x9c\x35\x2f\x5b\xa1\xde\x4e\xf8\xc5\x81\x8c\x77\x9d\x77\x55\x0e\x79\x66\x87\x4f\xe8\xa7\x5d\x0b\x40\x9f\xd0\x5a\xc5\xdc\x95\x22\xc7\xae\xfc\x79\xc2\x13\xd0\xfb\x0f\x88\x4b\x75\xcc\xc1\x5e\x4f\x4b\x02\x2d\x91\xb2\x27\x90\x9d\x25\x10\x1a\x6b\x05\x65\x4b\x55\x46\xef\xd1\xd4\x38\xc1\xee\xb6\x19\xd5\xbf\x75\x8f\x01\xea\x6e\x5d\xd6\x6a\xf9\x7c\xad\x0a\xf4\xf9\x5a\x5f\xdf\xca\x1b\x37\x64\x49\xaf\x97\xe0\x3d\x2f\xbc\xce\x55\x36\xa5\x42\x16\x26\x31\xac\xef\x7a\xbd\x9e\xd7\x9e\xc8\x83\x20\x88\xd8\xe7\x08\xaf\x7d\xb1\x4b\x64\x8b\xe6\xeb\x96\x7d\xdd\xd2\x95\x74\xb1\x6c\xde\x7c\x5f\xb1\xef\x2b\xba\x09\x2a\x71\x1d\x90\xae\x9b\xef\x9b\xf3\xe9\xcc\xdf\xd0\xeb\xa0\x92\xfd\xd8\x2e\x9b\x0c\xd7\xe7\xf7\x7b\xff\x9a\xde\x41\x9f\x18\x97\xbb\x6a\x3e\xde\xc1\xc7\x3b\xbc\x44\xc9\xd0\x7a\xd9\xb0\xd7\x1b\x39\xb4\xc9\x2d\x7f\xa9\x9d\xf2\x27\x2c\x42\x12\x3a\x57\x41\xc3\xf9\x3d\xc8\x56\xda\xf1\x8a\x03\xec\x8d\xb6\x7d\x0b\x2d\xce\x97\x7f\x86\x6f\xa1\x79\xed\x5b\x68\x79\xc2\xb7\xd0\xb2\xd3\xb7\xd0\xe1\xd5\xb7\xdf\x0a\xed\x96\x47\x03\x2a\xcf\x7f\x2b\xb4\x92\xc5\x96\xf1\x0f\xaf\xa0\xa2\x7d\xbb\xb8\x51\x2c\x2c\xdf\x99\xb1\x3d\xb7\x75\xbf\x6c\x6c\xdd\x6f\x24\xcb\x7e\x46\xd1\x55\x01\x22\x03\x37\xf1\xcf\xf9\xe5\x80\xc5\xc1\xf5\xb9\xd7\x73\x7f\x2e\xcc\xfc\x25\x8b\xfe\xa5\x30\xf4\xbf\xa2\xc2\xf8\x7f\xbd\xe7\xac\x80\x10\x7a\x95\x04\xd7\x09\xbd\x4c\x8e\xdd\x8d\xff\x07\x98\xeb\xc1\xda\x34\xd1\x64\x99\xac\x5e\x4b\xeb\x40\xaa\xe6\x6e\x77\x70\xdf\x8d\xf4\x7a\x21\x73\x81\x79\xc8\x88\xaf\x12\x03\x57\x59\xed\x1e\xd8\x24\x32\x3b\xc9\x5b\xbe\x6c\x17\x7f\x93\x74\x7a\x1e\x7d\x83\xd8\xed\xf5\x44\x74\x9c\xc3\x2f\x46\x52\xb1\x88\xe6\xe7\x1d\x3c\x51\xb8\x6e\xde\x77\xb1\xd3\xb8\x3b\x2c\xb2\x68\xf0\x30\x9e\x71\x9d\x7e\x26\x9e\x1b\x21\xf2\x5c\x40\xe7\xd7\x2d\x52\xec\x9c\xe4\xae\x3f\x39\xf4\xe7\xae\x24\x99\x12\x9f\x9f\x92\xc7\x2a\x7e\xc7\xde\xcf\x68\x9c\x6d\xd7\x71\xc1\xef\x56\xd0\x28\xcf\x16\xc9\x72\x5b\xbf\xdf\x14\x49\x55\xdf\xbb\xf0\x99\x23\x77\x59\xd0\x7a\xd1\xba\xaf\xd5\x8e\xb4\x00\x6c\x82\xa7\x2c\xe3\xea\xbb\x9b\x4c\x00\xc0\x3a\x58\x0a\xe9\xfb\xa1\x3c\x50\x4d\x85\xbe\x5d\x8b\xe3\xdb\x56\x47\x82\x70\xbb\x8a\x2f\xe3\x32\x2a\x92\x4d\x95\x33\x07\xb4\x46\xd3\xd3\x3d\x21\x84\xb2\x40\x61\x46\xb8\xd9\xa4\x77\x78\x93\xbc\x8e\x4e\xdc\x74\xef\x7d\xd2\x8e\xb8\x60\x4d\xaa\xcf\x0f\xa7\xc8\xa4\xea\xf7\xeb\xdb\xa3\x78\x93\xac\x99\x1a\x95\x3c\x4f\x2a\x94\xe2\xaa\xbf\xd8\xe7\x2f\x12\x8e\x18\x10\xae\xce\xcc\x13\x9b\x32\x31\xa8\x18\xe2\x8c\xd4\xd7\x3c\x4f\x75\xb2\xec\x1c\xed\x24\x2e\xb5\x98\x3e\x56\x54\xcb\x08\xf1\x65\xa8\x4e\x80\x74\x9a\x9e\x1e\x1b\x81\x8c\x56\x44\x8a\x8f\xa4\x48\x34\xf4\x5d\x52\xef\xdf\x01\x7f\x41\x10\x0b\x57\xed\x2c\x12\x37\x46\xd8\x08\x8e\xf6\xfa\x0f\xe4\xbd\xdf\x1f\x84\x96\x88\x09\x46\xe5\x60\x3b\x6a\x11\x32\x8d\x6d\xac\x83\x7c\x5a\xcc\x68\x25\x85\x31\x7e\x1e\x98\xbb\x9d\x96\x88\x38\xce\x4d\x00\x64\x76\x01\xf9\x69\x64\x9d\x3f\x4a\xd6\x1f\x09\x10\xaf\xae\xf1\x70\xb6\xe1\x55\xbe\x2e\xbf\xaa\x09\x9b\x05\x25\x81\x6d\x27\x08\x4e\x75\x0f\x1a\x8d\x4a\x8d\xf4\xb7\x49\x97\x74\xc7\xae\xea\x1c\x45\x99\x97\x66\x80\xd9\xd2\x52\xd4\xbe\x9a\x27\x55\x13\x84\xa4\x42\x7d\x45\x05\x6d\x57\xb5\x6b\xc8\x0c\x1d\xe1\xed\x76\x07\x4d\x1d\xb0\x59\xe0\x5a\x9c\x06\x21\xb3\x3a\x65\x81\xe0\x95\x17\x62\x12\xcd\x80\x97\x1e\xa1\x42\xc4\x35\xe1\xdd\xaf\x2f\x6e\xb2\x8e\x2c\x8a\x7c\x0d\xdc\xb2\xdd\x3e\xb9\xef\x54\x0d\xbd\xce\xae\xc3\x34\x99\x2b\x61\x55\xc5\xeb\x4d\xa5\x54\xb9\x52\x6e\x8a\x38\x9c\x2b\x59\x9e\xe9\x08\xe7\x55\xda\x28\x99\x54\xb2\x97\x7d\x5d\xbf\x91\xb1\x5a\x05\x31\xd5\x2a\x3d\x30\x09\xbb\x8b\xe6\x6b\xe8\xb1\x53\x44\xa8\x9e\xbe\xd3\x7f\x7f\x57\xce\xfa\x9a\x41\xce\x9f\x2d\xe9\x09\x27\xe3\xe7\x55\xfb\x7a\x96\xaf\xaa\x78\xd9\x9a\xdf\x6d\x34\xa9\x45\xda\x17\x22\xfb\x71\x7d\xef\x91\x6f\x13\x1b\xf0\x7e\x6f\x5f\x15\x93\xdc\x74\x3e\xc1\xdb\xe1\x63\xb1\xc6\x1f\x72\xf5\x89\x0e\x11\xea\xb8\x0f\x3e\x86\x1c\x7f\x93\x68\x15\xf7\xcb\x62\xd2\x02\x1d\x1c\x8b\xf7\xa2\x6f\x09\xa7\x9e\xf5\xe4\x63\x01\xbe\xca\x9f\x93\x6a\xa5\xa9\xec\x60\x4a\x25\xe7\xf1\x54\xcb\x82\x84\x66\x18\xe8\xe6\x45\xa5\x99\x07\x71\xe9\xfb\x8d\x37\x51\x32\x0b\x72\x1f\x95\x37\x79\x1d\x07\x04\x80\xfb\x00\x3b\x76\xbc\x97\x0e\x4f\xa6\x7c\x03\xbd\x46\xdc\xcb\xe4\x60\x69\x67\x74\x09\xc4\x88\x2b\x31\x5e\x21\xe7\x4a\xa9\x58\x52\x4a\xc5\x3c\x4c\x8d\xbf\x64\xce\x7c\xcf\xf9\x5f\x2d\x66\x31\x0c\x82\x20\x88\x99\xc0\xfe\xe4\x4a\xcf\x63\xff\x70\x7e\xf6\x7a\xb6\xe4\x37\xfd\x5c\xdc\xb6\x44\x37\x38\xb5\x80\x19\x4f\xad\xd9\xde\xef\x8a\x3c\x21\xf2\x63\xf8\x14\xa9\xc0\xde\x67\xa2\x5b\x83\x86\xaf\xda\xea\xa7\x36\x1c\x15\xe9\xf5\x2a\x49\x8a\x3b\xeb\xf8\x7c\x7e\x9b\xa0\x5e\x91\x56\x04\x04\xe1\x26\x70\x47\x4b\x5f\xb3\xc8\x8b\x9b\xb0\x98\xc7\xf3\x1f\xe2\x05\xcd\x02\x5c\x1f\xa6\xaa\x9c\xaa\xce\xd0\x61\x2c\x0b\x1f\x2b\x36\x8d\x34\x0f\x32\xb1\x0f\x0b\x83\x8c\xed\x7e\x70\x37\x52\x06\x19\xdf\x49\x45\xe2\x09\xf7\x5c\x2f\x13\xad\x20\x74\x1b\x7c\x95\x70\x7f\xdc\x71\xa9\xd2\x69\xed\x14\xe1\x6d\x72\xbc\x8d\x44\x6d\x41\xb9\xe1\x61\x0b\xd1\x50\x08\xdd\xa8\x2f\x92\xdb\x78\xce\x82\xaa\x63\xc0\x6b\xa6\xc0\xc7\xc8\x74\xec\xd0\x0d\x43\xf2\xa5\x49\x59\xbd\xae\xe2\x35\xfa\x46\x59\xa4\xc9\x06\xa3\x5d\x97\xc9\x87\x18\x63\x5d\x8b\xb3\x66\x0c\x76\xbd\xc1\xed\x43\xa0\xdd\x26\x5a\x15\xdc\xab\xdc\x6e\x46\xf5\x33\xaa\x0a\x13\x25\xd5\x2f\x28\x8f\x7d\xec\x27\xf8\xc4\xdb\x55\xfd\x1c\x5f\x59\xd3\xaa\x1f\xe2\x5b\x9a\xa8\x7e\xc9\x0a\xb4\x8f\x87\x55\x5f\x95\x5e\x60\x0f\xba\xdb\xa9\x57\x79\x85\x0e\x99\xa3\xa6\x84\x38\x34\x56\x7d\xb5\x7e\x3c\xcc\xbd\xc7\xec\xf5\xd6\x2c\x25\x54\xdd\x32\xd7\x99\xf1\x5c\x8a\xc0\x94\xf6\x7a\xfc\xda\x7d\x4a\x28\x74\x11\x8b\xf1\xd3\xec\x26\x5c\xf2\x89\xd2\xdb\xba\xf4\x96\x45\x95\xd9\x4a\x95\xa0\x81\x59\xe3\x52\xe3\x44\x15\x8b\xba\x8a\x85\x54\x56\x3e\x3a\x52\x69\x6c\xc0\xfb\x77\xec\x95\xd0\x26\x34\x8d\x2c\x5b\xac\x4e\x73\xcf\xd5\x34\x9e\x9d\xf3\x90\x3a\x8f\x33\xd0\x3d\xc8\x5d\xf4\x6d\xa2\x85\x92\x1f\x5a\x90\x54\x17\x48\xa0\x8d\x77\x62\x7a\x3c\x8b\xb3\x46\x41\x01\x3c\xa6\x7e\xd1\xa4\x0f\xc4\x97\x5f\xe8\x0a\x6b\x65\xd1\x80\x5f\x26\x5a\x02\x3b\xdd\xe0\x2e\xd1\x52\xfa\x1e\x27\xe9\x96\xde\xef\xe9\x02\x7e\x56\xf4\xfe\x60\x1b\x5a\xd6\xbb\xcf\x68\x4f\x08\xbb\x4b\x4f\x0e\x85\x09\xbe\xa7\x9c\x9c\x7d\x48\x6a\xc7\x19\xdd\xbb\xa2\x96\x57\x8d\x5e\x4f\x8b\x03\x9e\x42\x58\x12\x17\xd2\x63\x5a\x0b\xd3\x64\xaf\xa9\x2f\xf3\x6d\x0a\xcb\x72\xa5\x2c\x92\x6c\xae\x30\xf7\xf5\x29\xa1\xe8\x79\x02\xb5\xb2\xc1\xbc\x56\x5f\xd3\x75\x70\x5f\xc4\x0b\xbf\xda\x9f\x38\x1a\xe8\x8c\x5f\xf0\x2d\xaa\x80\xc3\x6d\x8a\xbe\x0d\x4a\x63\x15\x96\x92\x30\x87\x02\x85\xb6\x9e\xc6\xb3\x20\x9b\xc6\x28\xa4\xd3\x8b\x44\xdb\x00\xdf\x5d\x93\x3d\x14\x66\xd6\x0f\xe8\xc3\x5d\xfd\x3a\xcf\x2a\x1e\xd0\x85\x39\xc7\xfd\x36\x41\x21\x0e\xa4\x8f\x32\xb8\xe7\x67\xf3\x2b\x8d\x18\x57\x79\x9e\xd2\x9a\x7d\x61\x12\x1b\x71\xa6\x75\x80\xf7\x3c\x8b\xbf\x5b\x40\x49\x6d\x8a\xaf\xd8\x19\x0a\x8f\x21\xb0\x5b\xda\x94\x99\x11\xda\x30\xa7\xa6\x7a\xce\x29\x9a\x04\x98\xe1\x4d\xd5\xda\x54\x66\x09\xb4\x99\xef\x94\x4d\xf5\x19\x61\xea\x8c\x8f\x86\x45\xb0\xc0\xa6\xe1\x0d\x2a\xac\xa4\x86\x0b\xee\x17\x02\x5d\xab\xcf\x08\x45\x5e\xd7\xe4\x17\x5c\x52\x2e\x63\xd2\xb1\x49\xad\x91\x49\xed\xa1\x39\x23\x14\x2d\xa6\xe5\x2a\xd3\xa5\x4a\xd5\xdb\x12\xa6\x0e\xcc\x1f\xeb\x56\xa5\xaa\x0d\x3f\x0e\xfc\xb8\xf0\xe3\xc1\xcf\x00\x7e\x86\xf0\x33\x82\x9f\x31\xfc\x58\xe6\x2d\x40\x01\xdc\xb7\x01\x82\x4f\x88\x8e\xee\xe3\xe7\x56\x97\xd9\x9c\x91\x46\xb1\x51\xf5\x74\x94\xe7\x79\x1a\x4c\x42\xdb\x0d\x1b\xaa\x41\xd8\xd3\x03\xea\xac\x49\xe8\xcc\x92\x88\x47\x55\x25\xe7\x10\x12\x21\x9c\x59\x35\x09\xf0\x68\x00\x92\x92\x0a\x9f\xea\x91\x3a\xb3\xd8\x18\x31\x67\x14\x38\x18\x22\x6e\x40\x22\x32\x23\xc6\xd9\x13\xe0\xe9\xcc\x92\x9c\x53\xb0\xfe\xab\xaa\xd4\x6f\x96\x53\xea\xd5\x99\xc5\x36\x70\x17\xcd\x4e\x4f\x89\x65\xcf\x00\xff\x72\x0c\x42\xe0\x4e\x1d\x0c\xb3\xf6\x46\xc0\x4f\x52\xb5\x26\xd4\xf4\x6e\x37\x9d\x1d\x32\xf5\x46\xb5\xc2\xa0\xda\xa3\xc0\xda\xe2\x21\x92\x42\xf5\x44\x34\xae\x5a\x20\x06\xd9\x45\x72\xb2\x51\xcd\x44\x64\x82\x8a\x47\x26\x60\x1e\xde\x7d\xe6\x13\xbe\x6c\x44\x99\xa0\xa8\xa3\x1a\x1d\x05\x07\x6a\x05\x2e\x40\x7f\xf0\x75\x79\x16\x2c\xf5\x77\x10\x77\x78\x2e\x4e\x38\x3e\x2a\xe6\x1a\xd1\x1c\xd5\xa2\x2a\xd9\xed\x0e\xd2\xd1\xe1\x09\xc8\xdb\xac\xc2\xe9\x41\xa8\x87\x59\x50\x88\xb6\xa6\x20\xd7\x43\x82\xec\x19\x09\x75\x93\xe8\x68\x84\xe0\x79\x2a\x8b\xcf\xd4\xd2\x89\xdf\xef\x51\x23\xfe\x5d\xa2\x15\x74\xca\xe1\x6f\xf6\xde\x79\xab\x23\x6c\x81\x6a\xa5\xc1\x3a\x55\x12\x5a\xf1\xa5\x82\x55\x4c\xa7\x2c\xa6\x78\x2b\x3f\xe4\x8c\x88\x2c\xe4\x25\x84\x90\xbd\x71\x95\x64\x73\x8d\xf9\x24\x69\x1f\x44\x12\xfa\x65\x12\x9c\x10\x92\xd5\x70\xfe\xc7\xb6\xac\x58\x8a\x3f\xf5\x2c\x9b\xc2\xbf\xe9\x8c\xaa\x0b\xd3\xb5\x55\xaa\x5e\x8e\x14\xdb\x1b\x44\xa6\x62\x39\x03\x63\x3c\x18\x28\x96\x65\x19\xa6\xe3\x28\xb6\x3b\x12\xff\x4a\xdb\x1d\xe9\x2c\xdd\x85\x77\xdd\x76\x47\x6f\x9c\xb1\x8d\xf9\xb1\xbc\x32\x52\x46\x8a\x65\x8d\xb1\x24\xa6\x7c\x58\x43\x61\x6b\xe4\xfe\x34\xb4\x23\xcb\xb4\x8c\xa1\xe9\x29\x26\x24\x28\x23\xdb\x70\x2c\x0b\x1f\xe1\x9f\xa9\xf0\xcf\x7a\xf3\x41\xe7\x1f\x3f\xa8\xb3\x3d\xfd\xfe\x81\xee\x15\x45\x7e\xa3\x63\x4c\x0a\xde\x45\xd7\x1d\x49\x5d\x1c\x38\xd0\x45\xd7\x72\x0c\x4b\xb1\x6d\xdb\xf0\x52\xdb\x36\x6c\x05\x7e\xa2\xb1\xe1\x2a\xe2\x9f\xed\x1a\x03\xc5\x54\x1c\xc7\x18\x5f\xd8\xae\xa5\xb8\x43\x27\xd2\xf9\x47\x1d\x3f\xa2\x07\x65\xc7\x18\x2b\xe6\x85\x65\x1b\x43\xc5\x1e\x8e\x8c\x01\xe6\xa9\xff\xb1\x4a\x30\x17\x36\xa3\xf3\x66\x3c\x7d\x6c\x78\x8a\x0d\x7f\x1c\xc5\x71\x0d\xc7\x70\x2f\xa0\x7f\x8e\xeb\x18\xee\x4f\x80\x7c\xdd\x72\x0c\x47\xb1\x4c\x63\xa8\xdb\x00\x8c\x6e\xbb\x2b\xc7\x8e\x30\xd5\x54\x6c\x17\x3f\x29\xf8\xe9\xda\x1e\x0d\xd1\x47\xb8\x6b\x8c\x74\xcb\x36\x0d\x2f\x1a\x1b\x8e\x3e\x36\x60\xa4\x20\xc9\xc4\x26\x74\x83\xe1\xee\x1f\x8f\xe1\x6e\xbb\x39\x81\x39\x24\x0e\xc7\x35\xc6\x8a\x3d\x1a\x1b\x5e\xaa\x37\x5d\x3a\xd5\xeb\x0b\xdb\x1c\x2a\xce\x38\xe2\x9f\x10\xab\xf8\xc0\x10\x97\xa2\xf3\x75\x05\x7f\x4f\x62\xdf\xb5\x1c\x6c\xd0\x8d\x10\x6b\x80\x3d\x1b\xfe\x38\x3a\xef\xd6\x85\x3d\x70\x15\x6b\x30\x32\x06\x3f\xb9\x9c\x70\x0d\x47\xe7\x08\x62\xe8\x5b\xe9\x8e\x1d\x31\x9c\x9a\xba\xed\xea\x1c\xb1\xba\xed\xfe\x84\x05\x2f\x06\x63\x20\x82\xd1\xd8\xb0\x22\x1c\x14\xf4\xae\xee\x1a\x23\xc5\x32\x75\x36\x40\x88\xbc\x1f\x4e\x23\x2f\x0a\xd3\x38\x9b\x87\x85\x1e\xad\xe2\xe8\x7d\x27\x0a\xed\xa1\x8b\xc4\xe7\x0c\x14\x6b\x60\xbe\xb2\x6c\x74\x43\x6c\x0f\x15\xee\x88\xd8\x19\x3a\xcc\x55\xed\xb5\xee\x00\x0d\xd8\x03\xc3\xb3\x14\xdb\x32\xdc\xb1\xee\x8e\x14\x77\xa4\xbb\xa3\x95\x3b\xfa\x09\x7d\x15\xb3\x92\xa2\x90\x82\xe5\x56\xae\x19\xf1\x1a\x15\xcb\x66\x1f\x15\xfc\x78\xed\xd9\x2b\xcb\xfe\x97\x8b\xba\xa3\x88\x01\x63\x2a\xc0\x00\x00\x22\x05\x21\xba\x06\x40\x15\x2c\xa8\x8b\x32\xac\xce\x0f\x97\xf0\x67\x6c\xaf\x5c\xdb\x3d\x55\xb3\x3d\x30\x23\x53\xc1\x9a\x75\x51\x29\xeb\xe9\x2b\x77\x14\xf1\xfe\x9b\x3a\xf0\x17\x8e\x04\xdd\x1d\xfd\x64\x9b\xee\x89\x4e\x7c\x58\x3b\x8e\x63\xd8\xe3\x81\x32\xf6\x8c\xb1\x3b\x4c\xd1\x19\xfd\x60\x0c\x7f\x9c\xf1\x28\xd2\x5d\x63\x30\x18\xea\x2e\xf2\x16\xcb\x36\xec\x81\x07\x2f\x0e\xba\x67\x1e\x0f\x75\xc3\x1c\x8c\x2e\x80\x1a\x2d\x5b\x71\x06\x90\xd9\x4b\x75\xd7\x33\xc6\x23\xdd\x1d\x18\x8e\x67\x77\xd4\x30\x90\x6b\xb0\xb0\x8a\x94\xb5\x37\x54\xa0\xf5\x61\xc4\x72\x2b\x75\x49\x18\x7e\xd6\x36\x64\x56\xb0\x60\x3a\xb2\x8d\x81\x69\x29\x23\xc7\xb0\x07\xe3\x08\xf3\x2a\xac\x1c\xcb\xab\xf0\x82\x90\x19\xdb\xb0\x5c\xdb\x18\x7b\x8e\x6e\xb9\x96\x31\x32\xbd\x88\x81\x54\x17\x04\x88\xb0\x20\x64\x66\xc0\x21\x05\x7f\xf1\x00\x05\xaf\xc2\xa2\xd2\xc3\x22\x0e\x3b\x57\x07\x6b\x11\x03\xf5\x7a\xa6\xa9\x38\x23\x1c\x52\x31\xa0\x2e\x1f\x4e\xd7\x64\xb4\xa0\xb3\x24\x36\x2c\x82\xcc\x95\xb6\xb7\xed\x9f\x86\x03\x36\x88\x0a\x4b\x6a\x51\xe1\x61\xc5\x8e\x39\x5a\xb9\xce\xe0\xc3\xa5\x33\x04\x4e\x6b\x79\x63\xc3\xbb\xb0\x47\x40\x89\x83\x54\x1f\x79\x30\xdd\x2d\xc7\x18\x46\xba\x67\x58\xe8\xfa\xd9\xf2\x0c\x4f\x1f\x40\xfa\xd8\x18\x2b\xd6\xc5\x78\x00\xcb\xd4\xb5\x65\xba\x2b\x67\xe4\xa6\xfa\x68\x6c\x8c\x75\x6b\x34\x34\x46\x91\xee\x18\xb6\x3e\x30\xd0\x53\xb7\xab\x8f\x8c\xa1\x6e\xa1\x7f\x6f\x83\x21\xec\xe7\xc7\x10\x96\x26\x59\xdc\x89\x30\xdb\xb4\x70\xba\x8f\x07\x80\xb0\x57\x03\xf7\xa7\x91\x19\x99\xfa\xc8\x18\xb9\xfa\xd0\xb0\x80\x64\xd8\x7f\xaf\xac\xc1\x4b\x48\x50\x06\xb0\xf6\x0d\x2d\x78\x34\x95\x91\x79\xed\xe0\xec\xb2\x86\xc6\x60\xa8\x58\xae\xe1\x38\x8a\x63\xb3\xff\x56\xee\xc0\x8d\xa0\x26\x40\xd5\x00\xab\x53\xb0\xae\x6b\xe0\x74\x5d\x8d\x7c\xb8\x74\x07\xae\x32\x1e\xbc\x72\x80\xa0\x5d\xf4\xa2\xef\x8c\x80\x4f\xdb\x86\x39\x56\x6c\xcf\x18\x79\x8c\x4e\x14\xd7\x04\x8a\x74\x6c\xe0\xd3\x36\xf0\x57\xc0\xb4\x6b\x1b\x43\x2f\xd5\x87\x8e\xe1\x0c\xd9\x6f\x24\x9c\x6b\xb3\x80\x0e\xc3\x01\x7b\x74\x3d\xc3\xf6\x14\x33\xd5\x81\xb1\x8e\x15\xfc\x05\x0a\xb0\x3d\x05\x7e\xd8\x93\x35\xc0\xc6\x61\xdd\x1d\x38\xb0\x36\x0e\x70\x0d\x1e\xd8\x51\x9d\x91\xe7\xc1\x47\xcc\x06\x0b\xed\xd8\x56\x6c\x67\x68\xd8\x5e\x8a\x20\x28\x0c\x10\x68\x57\xc1\x1f\x84\x83\x3d\x0a\x38\xc6\x03\x1d\x46\x40\xf4\x26\xb2\x3c\x98\xde\xec\x17\x7b\xaa\xb8\x06\x2c\xf0\xf0\xc8\x10\xf0\x93\x65\xd9\x91\x61\x5a\x35\x16\x3d\x44\xa1\x67\x8c\xc7\x80\x48\xa0\x8a\x3f\x1e\xa2\x8a\xf8\xba\xc8\xb3\x07\x64\x90\xe1\x08\xe8\xc2\x36\x87\x86\x69\x8f\x15\x67\x64\x19\xee\x70\x00\x42\xc4\x60\x34\x50\x80\x28\x2d\x07\x97\x54\x60\x6d\xf2\xaf\xed\x1a\xde\x60\xcc\x97\x56\xd7\x42\xb4\x0d\x30\xf4\xc0\x60\x30\x84\x45\xdf\x1b\xea\xf8\x0b\xeb\xa7\x67\xdb\x58\xcc\xc3\x55\xd4\x04\xce\xe4\x5e\xd8\xb0\x1a\x8e\x5c\xc3\x33\xbd\xd4\xf2\x5c\x63\xe8\x7a\x3a\xfc\x35\x6d\x0b\xca\x0f\xc7\x50\xc4\xf1\xb0\xbc\x0b\x4b\xb6\x63\x0d\x79\x79\xc3\x74\x79\x83\x4a\xd3\xe0\x10\x56\xca\xe6\x57\x00\xa8\x30\x00\x2f\x6c\x44\xaa\x25\xba\xc8\xfb\x84\x99\x6d\xd1\x1b\xf6\x82\x05\x6c\xc5\x44\xe4\xbe\x7e\x1c\xb9\xb8\xd3\xe6\xc8\x75\x6c\x53\x42\xae\xe7\x70\x31\xc5\x03\x52\x01\xf9\xf3\xc2\xb6\x47\xc6\x68\xa8\xb8\x2e\x50\x22\xb4\x87\x70\x20\xb4\xfc\x11\x9b\x57\x4c\xec\x20\xeb\x1f\x76\x0f\x84\x3c\xf6\xc3\x51\x6a\x98\x4c\x74\xb9\xb0\x1c\x5c\xae\x6c\x6f\x90\x32\xfc\x29\x88\x4e\x14\xbd\x40\x84\x71\x46\xf0\x63\x33\x44\xea\xa2\x18\x8a\x4c\x75\x03\xac\x69\x84\x07\x41\x61\x8f\x1c\x94\x0b\xde\x83\xa1\x6d\x8c\x79\x56\xe9\x87\xe5\xe7\x84\x80\x38\xfb\xe5\x71\x9c\x71\x2d\x45\x27\xd2\x50\x30\xb1\x47\x1e\x0c\x13\x6f\xd4\xba\x18\x5b\x40\x89\x8a\x3b\x18\x1a\x8e\xe5\xca\xa3\xe7\xc8\xa3\xe7\x70\x7a\x84\x39\xdf\x26\x49\x5d\xa2\x49\x46\x8c\x3a\xa7\x4c\xc3\x64\xc2\xb3\x69\x5d\x58\xa3\x11\xd0\x23\x6e\x1a\x1c\xd7\x70\x41\xce\x37\x2d\xc3\xf6\xbc\x88\x51\xa3\x5e\x53\xa6\xc5\x7a\xee\xba\x4d\xf1\xe3\x49\x20\xa6\x0b\xa7\x46\xfe\x22\x40\xbc\x60\x9d\xf4\x38\x6d\x48\x44\x6c\xcb\x44\x3c\x32\x4c\xd3\xe2\x85\x10\xbf\x5f\x9f\xc6\xef\x3a\xc9\xb6\xe5\x09\x99\x79\xc4\x76\x1b\x03\xc5\x36\x47\xaf\x50\x06\x45\x66\x0e\x5c\x97\x71\x74\x1d\xd9\xf9\x35\x30\xed\x6e\x46\x0f\x6b\x2d\x2f\xa4\x38\xb6\x2e\xbe\xea\x8e\xcd\x59\x3d\x7e\xd4\x45\x65\xec\x3f\x04\xf9\xd5\x03\x20\xe7\x79\xd6\xbd\xc8\x8f\x06\x8c\x12\x1c\xc3\xb6\x2c\xc5\xb3\xec\x68\x38\x32\xc6\x03\x1b\xd6\x19\xcf\x32\xcc\xe1\x18\x23\x3f\x01\x7b\x1e\x8f\x8c\x11\x8c\xab\x6b\x0c\xc7\xb6\x82\x52\x09\x2c\x9f\xe6\x48\x37\x06\x0e\xc6\x86\x72\x1d\x0c\xcb\x30\xb0\x61\x19\x76\x60\xa9\x70\x0d\xdb\x74\x14\xdb\x31\x06\x9e\xab\xdb\xce\xc8\xb0\x07\xb6\x3e\xb4\x0c\x6f\x38\xa8\x5f\xad\xf1\xc0\x18\x7b\xae\x62\xea\x43\xdb\xb0\x6d\x5b\x71\x46\xc6\x00\xd2\xe1\xaf\xe3\x21\x75\xb8\xe3\x91\x6e\x0d\x5d\xc3\x19\xc3\x6c\x1b\x8c\x40\xe6\xf0\x2c\x80\xc2\xf6\x74\xdb\x34\xac\xf1\x50\x77\x8c\xa1\x37\xc0\xfd\x89\xf3\xc2\xf6\x46\x86\xe5\x0d\x14\xf1\xd7\xc4\xff\x8b\x6e\x9a\x11\x8a\x51\x8e\x09\xcc\x15\xe8\x10\x36\x53\x9e\x65\xe1\xb3\x8d\xd9\xc5\x77\xfe\x45\x11\x5f\x60\x63\x0b\xc8\xfe\xe9\x34\xb2\x37\xe9\x49\xf2\x18\xca\xe4\x61\x0f\xed\x9f\x06\xee\x89\x11\xe5\x3b\x98\x6e\xea\xb1\x5c\xf7\x5f\x23\x2e\xcb\x75\xa1\xf0\x49\xda\xb3\x4f\x90\xde\x4f\x8e\xe9\x42\xe1\x7f\x91\x32\x7f\x3c\x8d\x2c\x66\xd5\xdb\xad\x9e\x30\x6d\x26\x80\x7a\x8a\x0b\xd2\xc8\x85\x6b\x7a\xb8\x7f\x76\x40\xc4\xf6\xf0\x9f\x65\x1a\x03\x1d\x24\x38\x7d\xf8\xca\x19\xda\x91\x3d\x34\x06\x40\xb0\x8e\xe2\xba\xfa\x70\x6c\xc0\x2a\xa0\x5b\xf6\xe8\x25\x20\x7d\xec\x18\x96\xe2\xd8\x36\x6c\x45\x61\x04\x14\xf3\x8d\xc9\x12\xf1\xb5\xc4\x47\x48\xe7\xff\x22\x77\x84\xdb\xef\xb1\x6d\xa0\xa4\x00\xe2\xe9\x48\x07\x14\x0e\x0c\x07\x45\x5f\x57\xa9\x25\x91\xa1\x62\x0d\xd3\x31\xb4\x08\x3f\x51\x6b\x67\x2b\xed\x80\x61\xa7\x80\xdb\x85\x7a\x8f\x2c\xb6\xd0\x86\xa5\x3b\xee\x87\x4b\x68\x1b\xe4\x40\x7d\x08\x1b\x5a\x10\xa2\x47\xba\x37\xc4\xc8\x26\xb0\xdd\x07\x09\x0e\xbf\x88\x34\x45\xa4\xb3\xfc\xf0\x8a\xdf\x14\xfe\x0d\x24\x4c\xd8\xfd\x8a\x34\x51\x06\x07\xe6\xd7\x07\x06\x26\x2f\x4e\x2c\x1e\xf3\x88\x51\xb1\x62\x8f\x46\x2b\xdb\x19\x45\x30\xf3\x91\x26\x00\x7d\x1e\xc8\xdf\x43\xc5\xb5\x2e\xac\x21\x60\x7f\x74\x5a\x8d\x62\x83\x84\x36\xc6\x28\x4a\x16\xfb\x71\x31\xc8\x93\x62\x0d\x75\xd7\xfa\xb0\xb6\x3d\x18\x60\x0f\x2b\x1a\xb8\x51\x4b\xe1\xa0\xb7\xeb\xb1\x46\x0e\xab\x47\x11\xf5\x28\x58\x8f\xe2\x5a\x87\x20\xea\x1c\x44\x9d\x73\xfa\x4f\x1e\xc6\x41\x4b\xae\x3b\x40\xc4\xfc\x7f\x07\x11\x00\xe5\xdf\x1f\x81\xb2\xd1\xe2\x1c\xc0\x88\x9b\x38\x7b\x38\x56\x6c\xdb\x7d\xe5\x5a\xb8\x0f\x70\xd9\x36\x80\xa1\x42\xc7\x46\x2e\x2c\xd7\x01\x24\x9f\xd4\xdc\x58\xc0\x0b\xc7\x20\x4d\x33\x61\x5a\x71\x41\xe6\xb6\x50\x82\x56\x38\x90\xdf\x3c\x00\xe4\x06\x6f\x47\x74\x2f\x42\x96\x89\x32\x9c\xe9\x2a\xee\xe8\x84\x82\xa0\x3c\xd0\x0a\x1c\xa8\x49\x0e\xd4\x14\x1f\xd6\x90\xe6\x0c\x5a\x4a\x05\xb9\x48\x29\x65\x66\xff\xc9\xed\xc9\x0d\xe9\x50\x9b\x6d\x8e\x74\x60\x08\x7f\x4a\x6d\x97\xe3\x01\xd3\xb8\xea\x52\x47\xeb\xcf\x6f\x60\x93\x34\x86\xc2\x26\xe4\x7a\xb8\xea\x0f\x6b\xcb\x36\xc6\xb6\x0d\x3c\xc7\x1c\xfe\x8b\xf0\x71\x40\x4c\xb6\x84\x8f\x2d\xb9\xdf\x63\x97\x2d\x9f\x7f\x4a\xcd\x12\x0a\x2c\x73\x84\x70\x0f\x4c\xf8\xf3\xef\xe0\x55\x02\x17\x48\xf0\x6f\x0f\x90\xe0\xf6\x94\x0c\xe4\xe1\x1c\xf1\x50\x4d\x17\xe9\x1e\x2e\x10\xb0\x89\x74\x31\x74\xd7\x40\x19\x0f\x4a\x78\x54\xf0\x91\xfd\xa7\xf3\x04\x9d\x3f\xea\xec\x71\x8c\x6a\x6f\x58\x18\x46\xa6\xe1\xa5\x28\x2c\xe9\xee\xd0\x40\x81\x14\xb8\x99\x69\xb8\x11\x2e\x5c\x8e\x31\xd0\x47\xc0\x0b\x06\x2c\x9c\x21\xe2\x68\x9c\xb2\x2c\x2c\xb7\x3b\x84\xc9\xe8\x1a\x23\xd8\x4e\xc3\x32\xc6\x94\x94\x03\xf6\xe4\xa0\x00\x8e\x75\x43\x2b\x17\xb0\x4a\x01\xab\x1f\x45\xac\x72\x68\x05\x2a\x57\x46\x2c\x74\xe0\x58\xc1\x06\xa0\x66\x05\x1b\x41\xe0\x14\x68\x04\x77\xf6\xb0\xf5\x66\x8d\xd4\xea\x58\x2b\x15\x59\x50\xe6\x67\xe5\x3c\x5c\x7d\x15\x68\x03\xaa\xc6\xd9\xaa\x34\xf5\xb3\xaa\x31\x77\x0d\x5b\xc4\xd6\x4e\x51\x33\x3e\x21\xf8\x58\x33\xb6\xd1\x74\x3b\xc2\x9a\xa1\x09\x44\x0d\x36\xd1\xa0\xa7\x41\xa3\x52\xe3\x36\xb2\x1c\x7d\x80\x20\x01\x7a\x60\x5d\x74\x2c\xc3\xfa\xb0\xd6\x2d\x0f\x99\xb0\x39\x88\x74\x77\x0c\x6c\x0a\xb5\x40\xf0\x91\x3f\x8e\x90\xe6\xe0\xb1\xf9\x61\xdf\x4d\xfc\x58\xa7\x2a\x98\xca\x1f\x47\xa8\x17\x15\x15\x2a\xcd\x77\x3c\xde\x60\xac\xf0\xaf\xa7\xe9\xb0\x4a\xd6\x71\x2d\x20\x3a\x5e\x4b\xe2\xc1\x15\x05\x75\x2f\x36\xdb\x6c\x9a\xa6\x61\x0e\x75\xf6\x27\xb2\x6c\x03\x17\x70\x03\x97\x70\x78\x06\x2e\x0e\xc4\xea\xc2\x46\x8a\x69\xe8\x5d\xf6\x1b\xe9\x52\x6e\x96\x8f\x3f\x63\x5e\xc5\xbc\xb0\x86\x03\xc5\x1a\x8d\xa1\xb2\xa1\x67\x8c\x1d\x05\x9e\xad\xc7\xcb\x41\x2e\x3c\x24\x72\xbd\xa8\x05\x0c\x7b\xe6\x20\x29\x98\xfd\xc2\x32\xb1\x01\x98\x5c\x58\xce\xf1\x06\xd0\x93\xc7\xca\xe1\xf1\x89\xab\xb0\x9e\x48\x79\x21\x97\xcd\x1f\xe5\x7e\x80\x54\x37\xb4\x39\xba\x14\x19\x5d\x27\xcb\xa5\x32\xb2\x1e\xc1\xec\x45\x33\x24\x38\xba\xbf\x25\x41\xa6\x59\x23\x97\xd0\x38\x0f\xa6\x2a\xda\x80\xa8\x54\x4d\xca\x8b\x3c\xc4\x70\x1f\x54\x8d\xb6\x65\x95\xaf\xd1\x68\xf3\xb2\xc4\x84\x7c\xbd\xc9\xb3\x38\xab\xde\x62\x0c\xe5\x19\xad\xf2\xa7\x5d\x64\xaa\x98\x8d\x09\x33\x51\x14\x2d\xe0\x9d\x9e\x76\x1b\x68\x9f\xd8\x6e\x85\x86\xc1\x77\x95\x56\xd1\x38\x6f\x82\x8c\x9c\x6b\x26\xfd\x2d\x31\xfe\x28\x6f\x89\xf6\x4b\x45\xef\xd9\xed\x6d\x75\x1e\x66\x4b\x58\x9f\xeb\xb0\x6f\xc9\x6e\x57\xe7\x2c\x89\xf6\x5b\x62\x7c\x5d\x84\xcb\x75\x9c\x41\x99\x3a\x36\x9c\x54\x99\x5a\x56\x45\x0e\x7d\x6f\x3e\xab\x08\x9b\xaf\xee\x09\x55\x59\xdc\x64\x65\x11\x57\xd1\x2a\xc9\x96\x8a\x4a\xf3\xdd\x2e\x96\x2d\x50\xa8\xea\x2b\x2a\xcd\x44\x38\xe6\xd9\x9e\xec\x89\x5f\xc8\xf0\x7e\x9b\xd0\x7b\x3c\xc8\x47\xb3\x08\x9c\x41\xdf\x24\xfc\x40\xdf\x94\x6d\x0a\x84\xcf\x04\x5d\x38\x76\x50\xd9\x85\x13\x5f\xba\x63\xa6\x76\xfa\x9e\x55\x69\x95\x6f\x7c\xd5\x33\xff\xa2\x52\xf4\xcb\x81\x8f\xfb\x3d\xf1\x25\x38\x62\x7a\x85\x57\x60\x42\x42\xf6\xd2\x8d\x8e\x2c\x6f\x05\x87\xe9\xb2\xea\xaa\xef\x51\x4c\x0f\x2c\x8b\x67\xbb\x5d\x3c\x55\xff\xfb\xbf\xc5\xbb\x3a\x43\xab\xa5\xac\xd3\xe0\x79\xb7\xd3\xb2\x20\xd4\x62\x42\x76\xbb\xaa\xd7\x8b\x7b\x3d\x35\xdb\xae\xaf\xe2\x42\xb6\x9b\xac\x63\x1b\x65\x68\xb1\x94\x31\x6b\xdb\x22\x30\x69\xeb\x5e\x8d\xb0\x37\xba\x2f\xfd\x84\x66\x1d\x57\x6c\x8b\xe7\x92\xe9\xe6\x3c\xcf\xf0\xae\x85\xcf\x9f\x2c\x7e\x0f\x3a\x9e\x16\xfd\xfe\x6c\xbf\xa7\x71\xeb\xb2\x09\x33\x61\x8e\xf7\x74\xe1\x27\xfb\xfd\x53\x0d\x9a\x19\x0e\xe2\x6e\x8b\x66\xe3\x5d\xf6\x3a\x53\x98\xcb\xbc\x2a\x57\xae\x62\x45\x64\xa1\x58\x00\x4d\x7a\x14\x66\x99\x52\x2a\xeb\x6d\x59\x29\xab\xf0\x3a\x56\x42\xe5\x08\xe5\x1a\x51\xd6\x71\xb5\xca\xf1\x02\x28\x1a\xc5\x53\xbc\x11\x19\x05\x67\x56\x83\x15\x09\x23\x59\x90\x09\x13\xee\x7d\x1b\x57\xec\x76\x52\x66\x64\xf1\x6d\xd5\x18\x05\x97\x41\x6c\x00\x9e\x68\x7c\x88\x98\x08\xda\xc9\x03\xc4\x8c\x6c\xf2\x5d\xdc\xdd\x97\xbb\x1d\x33\xbd\xcd\x0c\x56\xcd\x6e\x27\x9e\x34\xb2\x5f\x24\x59\x98\xa6\x77\x40\x15\x11\x77\x1e\x90\xef\xf7\xec\xc6\x7f\x91\x07\x1d\xf6\x3a\x8c\x32\xda\x16\x3f\x49\xce\x62\xc8\x7e\x47\xb3\xfc\x9b\x6d\x55\xc5\x45\xf9\x88\x61\x57\x54\x96\x97\xf9\x7c\xcb\xed\x84\xb8\x09\x55\x6d\x22\x84\xe5\x6e\x4b\xbf\xc8\x69\xb9\x86\xdf\xf5\x1c\x7e\xd3\x25\xfc\xde\xa6\x7e\x91\xef\x69\xce\xdb\xc4\x6b\xd3\xec\x0a\x5a\xe9\x4f\x25\xa3\xa7\x35\xac\x7e\xcc\x10\x2a\x05\x2e\x1b\xe6\x9d\xe1\xf2\x1b\xb3\xd9\x0c\xde\x04\x5c\x68\xe5\x5a\xf7\x06\x8d\x5c\xab\x70\x89\x06\xae\x3c\x86\x5d\xcc\x22\xfa\x95\x74\x1b\xa4\x68\xb1\x5b\xd7\x04\xec\x59\xd4\xa3\x52\xb5\xae\x45\xa5\x6a\x15\x02\x40\xdc\xac\x91\x95\x57\x67\x84\x2e\x82\xe9\x6c\x52\x76\x5d\x42\x69\x2c\x82\xf0\x7a\x41\xb2\xd0\xb8\x41\xcc\x76\x5a\xcd\x9a\x78\x90\x67\xd9\x64\xc1\xa2\x7a\x25\xe7\x6a\x91\xdf\xe8\x51\x9e\x96\xba\xda\x2f\x7c\xf9\xad\xea\xab\x90\x86\xb7\xe2\x70\xfa\xae\x82\xa5\xb6\xd1\x88\x56\xd1\xe4\x5c\xcd\x72\x7d\xc9\x01\x65\x06\x4b\xe1\x39\x42\xaa\x17\xf9\x8d\x8a\xf5\xa8\x74\x41\x68\x56\xd3\xe3\x81\xe1\x88\x96\xd3\x88\x5b\x52\x4a\x63\xbe\x27\x64\x3f\x09\x73\xc9\xf4\x2f\xc9\x69\x98\xb7\x4d\xb9\xf2\x1c\xc1\x29\xf3\x20\xcc\x69\xf4\x64\xba\x4b\x3b\x73\xd6\x16\x69\x47\x45\xd8\xe3\x2a\xdc\xc4\xda\x7d\xdb\x66\xee\x29\xa5\x67\x84\x32\x83\xb3\x28\xa7\xf9\x62\x51\xc6\x95\x1f\xe5\x7b\x32\x23\x74\x5b\xd3\xff\x6d\xe9\xa7\x48\xb4\x29\x12\x6d\x8a\x44\x9b\x22\xd1\xa6\xf9\x47\x4c\x05\x4e\xcf\xb5\x51\xe1\x9e\x2e\x3e\x96\xde\x57\x79\xeb\x12\x51\x73\x5b\xee\x0c\xef\xf2\xee\x76\xaa\x8a\x77\x7a\xe3\x73\x35\xca\x53\xd5\x87\x5f\xa0\x11\x5f\x0d\xb7\x55\x2e\x7f\xd3\x31\xa1\xce\xd0\x57\x79\x02\xff\xaa\xf6\x33\xf9\x9b\xda\xcf\xf6\x74\xf3\xf1\x93\x8d\xcf\xa6\x66\xa6\x3d\x3c\xab\xf8\xe4\x61\x53\x6a\x46\x28\x86\xdb\x4b\x3a\xa7\x50\x3d\x4b\x0e\xa6\x50\x88\x7e\x30\x38\x22\xea\xe0\x4e\x67\x05\x64\xf9\x41\x4b\x08\x4b\x89\x68\x1a\xe4\xe7\xaa\xae\xfa\xaa\xe8\x21\xdd\x06\xab\x5c\xcb\x69\x45\x13\xb4\x66\x27\x93\x92\x4d\x3e\x36\x9b\x34\x2d\x0a\xee\xf7\x64\xba\x9d\x05\xec\xbb\x68\x82\x99\xbe\x47\x53\x95\xd9\xa9\xf7\xd3\x7e\x62\xe0\x23\x64\xc4\x07\x66\x89\xc6\x5f\x30\x27\x12\x1a\xcf\x8a\xcf\x98\x17\x9f\xea\xcc\xf8\x46\x23\x02\x93\x93\x60\xd4\x25\x1e\xe1\x52\x40\x59\x03\xb8\x20\x7b\xbc\x12\x2b\xcc\x0a\x77\x3b\xfe\x01\x69\x80\x31\x85\x6d\xcd\x14\xca\x27\xcc\xf6\x50\x9e\xed\x5b\x9c\xed\x1b\x79\xb6\x6f\x73\xba\x39\x98\xed\x0b\x36\xdb\xd7\x79\xb0\xc9\xe9\x75\x1e\x70\xa1\x51\x9a\x13\x9b\x84\xdb\xc8\xe2\x6c\x64\x53\x0b\x35\x3e\x3f\xc4\x8b\x47\x6c\x70\x61\xdc\xdb\x93\xb6\x96\x1f\x71\x56\xe7\xf3\xf8\xe9\xf3\x70\x4f\x97\x1f\x4f\xc8\xcc\xe1\x14\xbb\x16\xc1\x40\xc6\x65\x03\xfa\x84\xcb\x06\x50\xf7\x63\x6b\x46\xc4\x22\x04\xab\xa2\x06\x95\xaa\x50\xbe\x21\xf7\x45\x3d\x48\xea\x55\x38\x5f\x42\x19\xfc\xab\xab\xfd\x84\x9e\x9d\x85\xbd\x1e\x7f\xc7\x62\xf2\x38\x6e\x8d\x55\x11\x2f\x7a\x3d\xb5\xdc\x84\x68\x95\x5e\xf6\x7a\x5a\x19\xa8\xa1\x4a\x0e\x4d\x01\xb5\xb2\x83\xa3\x2f\x68\x11\x2f\xfc\x1c\x47\x7a\x29\x8f\xf4\x75\x4e\x97\x07\x23\x2d\xb6\x03\xb5\x2b\x28\x95\x0d\xed\x99\x85\x83\xca\x40\x60\x96\xb0\x77\x39\xbd\xca\x83\x65\xde\xc8\xbf\x97\xf9\xff\xd3\x97\x6d\x6f\xf2\xff\xc8\x65\xdb\xcb\xfc\x29\x97\x6d\x97\xd5\xff\xee\x65\x5b\x19\xaa\xff\x85\xcb\xb6\x80\xb1\xdb\x3c\xb8\xc9\xb5\x9b\x1c\x08\xf8\x43\x65\xa0\xdf\x4b\xdc\xc5\x35\x24\x4b\xe8\xfd\x9e\xde\x27\xe5\x77\x9b\x58\xb2\x75\x6f\xf1\x8b\x03\x46\x83\x8b\xf1\x77\x0b\x4d\xb0\x12\x42\xc5\xd3\x8c\x70\x3e\xd5\x66\x2e\xcc\x63\x4d\x78\x7d\x15\xca\x77\x1d\xba\x96\xfc\x87\xf8\xdb\x01\x53\x6b\x59\xcb\xef\x09\x7d\x71\xb2\xab\xf2\x6c\x6c\xf5\xf6\xcc\xa2\xe1\x66\x13\x87\x68\x3e\x8f\xbe\xc6\x61\xcf\x1b\xdf\x26\x15\xfc\x6d\x04\x8d\x2a\x59\xc7\xf9\xb6\xf2\xdf\xec\x09\x7d\x9f\x07\x9a\x76\x97\xe3\xda\xf6\x72\x16\x00\x93\x4a\xc3\x4d\x89\x1a\x8a\xbb\x7c\xfa\x55\x93\x14\x2b\xe5\x0a\xc4\xc5\xbb\x7c\xfa\xed\x71\xc6\x0b\x29\x23\x24\x48\x4e\xa2\xbe\xcb\xdb\x57\x36\xa3\x22\x4f\xd3\x57\xe8\x54\x02\x07\xf5\x6d\x9b\x1d\xd7\xe5\xaa\x5a\xc1\xc1\xd9\x9c\x96\x71\x9f\x40\xcc\xb1\x59\x05\x5b\xdb\x55\x52\x02\x06\xc3\x2a\x0e\xee\x25\x47\x15\x7b\x3a\x55\xf3\xec\x2b\xc0\x01\x53\xb6\xf0\x97\x78\xce\x9e\x6f\x93\xaa\x7e\xa8\x33\xdc\x26\x55\x3c\x57\x67\xdd\xf7\x68\x32\x71\x47\x86\x59\x59\xbf\x45\xaa\x87\x65\x37\xdb\xff\x8e\x0a\x14\xb6\xd0\x32\xdf\x5e\xfc\x56\x6f\xad\x51\x31\x1a\x58\x0e\x6e\x81\xa3\x47\xb1\x32\xae\xde\xa0\x6f\x5e\xd1\x05\x44\xd9\x9e\x3b\x6e\xdb\xe0\xbd\x9d\xa6\x06\x16\x43\x9a\xd6\x95\xc6\xf3\x27\xd5\xc9\xae\x70\x75\x54\x19\xcf\xe5\x1a\x6f\x93\x2a\x68\xef\xcf\x9f\x0e\xe0\x6d\x52\xb1\x7d\xaf\x51\x63\xb6\x55\x57\xcc\xc5\x1a\x36\xf8\x93\xee\xaa\xcd\xae\x6a\xb1\xdb\x52\xcd\xad\x3e\x7f\x54\x8f\xb1\x30\xaf\xab\x88\xb3\x79\x5c\x1c\xbb\x10\xe1\xde\xed\x9a\x82\xcc\x7f\x4e\xc8\x74\x6a\x6c\xb6\x31\x5d\x5a\x2d\x32\x84\x41\x65\x30\x96\x80\xa1\xd0\x1b\xe9\x61\x1b\x34\x3e\xbe\xe8\x22\xd0\xaa\x46\x82\x48\xb5\x8a\x4e\xf9\xf6\x91\x55\x0a\x52\x82\x24\x3d\xb0\x0a\x0f\xc5\x08\x5e\x99\x2c\x49\xcc\x08\xa1\x2b\x06\x2f\xce\x05\x1e\x8c\x9e\xce\x83\x2b\x6d\x41\x3f\x10\xba\x0e\xee\xf0\xe1\x94\xe0\xd7\xe2\x30\x4c\x40\x98\xd3\x7b\x0c\x7f\xda\x10\x9e\x8f\x0d\x34\xef\xb4\x26\xa0\xd6\x97\x78\x4e\x19\x9e\xeb\xd4\xdb\xa4\xa2\xf5\x38\xca\xa9\xbc\x12\x1c\x13\x39\x3d\x9e\xef\x65\xcf\x3a\x95\x10\xf6\x3b\xb4\xa1\xef\xf3\x69\x3c\xdb\xed\x1a\xe6\xb3\xd7\x2a\x42\x53\x2e\x4a\xe5\x34\xa1\x20\x37\x31\x4c\xea\x75\x26\x02\x72\xf0\x22\xe0\x17\x98\xb9\xc7\x21\x41\x37\xab\xfd\x29\x34\x71\xd4\xac\xe9\x3d\xd3\x15\xd6\x1c\x7a\xcd\xae\x70\x10\xd8\x4c\x37\x8b\x45\x8a\x62\x55\xcc\x89\x4f\x8c\xd6\x9e\xd0\x2d\x2e\x6d\xb4\xda\x6b\x85\xf1\x52\xe8\x63\xc9\xe4\xad\x2c\x7a\xdd\xe6\xf4\xed\x81\xe8\xf5\x82\x09\xd9\x6f\xf2\xe0\x6d\x4e\x7f\x07\x21\xfb\xc9\x9b\xcf\x7a\x6b\xcc\x33\xb1\x7b\x56\xf1\xbc\x59\xc0\x58\x4a\x1a\x97\x92\x9e\x07\x32\x6f\xe4\x4c\xf3\xb0\x78\xdf\xbc\xad\xf2\x6b\xf9\xba\x5f\x11\x97\x9b\x3c\x2b\x93\xeb\x87\x37\xe1\xcd\xa5\x32\x5c\x5b\x9b\x52\x6f\x1f\xdd\x13\x3c\xb8\x66\xd2\x0f\x1f\x2f\xd7\xe3\xe6\x2d\xaf\x6f\x38\xc7\x73\xe9\xba\x33\xa0\x02\x85\x7b\x8e\x05\xbc\xdf\x0c\x08\xc0\xbb\xcd\xd8\x77\xba\x42\x77\x08\xa2\x03\x74\xce\xb7\x02\xeb\x56\xf2\xdb\x70\x49\xaf\xe5\xad\xc3\xdd\x23\x3b\x05\x80\x0a\x6f\x29\x32\x98\xea\x47\x80\x88\x5f\x9d\xdd\x60\x32\x40\xa3\x52\x15\x61\x51\xa9\xda\x34\x59\xab\xa5\x5a\x50\xb4\x59\x06\xbd\x6a\xf6\x1b\xe8\x21\x47\xa5\x67\x67\x49\xaf\xc7\x5e\xf8\xa6\x23\xaf\xdf\x1b\x68\xd8\x56\x44\x4e\x65\x80\x9d\x9d\x95\x75\x7a\x0d\xe3\xd9\xd9\xb6\x4e\x64\xe0\x9e\x9d\x2d\xea\x14\x06\x39\x6c\x65\xe8\x65\x70\x38\xdb\xe6\x6c\xb6\xdd\x51\xbc\xf6\x7a\x2d\x4d\xac\x2b\x7e\x65\x97\x87\xe5\xbf\x09\x96\xda\x19\x73\x1d\xc6\xeb\x95\x30\xe1\x1f\x25\xe9\x6a\x7f\xf5\xc0\x26\x78\x2d\xef\x8c\x6e\xf6\xf4\xb2\x16\x42\x2f\xf7\x93\x0f\xf2\x14\xfd\x3d\xa7\x1f\x0e\x77\x47\x28\x66\x71\x74\xb6\x49\x1b\x85\x2f\xb6\x31\x7a\x99\x07\x1f\xa4\x5d\xd1\x57\xf9\x47\x78\x32\x11\xd7\xc9\x8e\xfd\x81\xb0\x02\x0f\x1e\x2a\xb0\x0d\x47\xd7\xd1\x82\xf8\xd2\x3a\x60\x78\xc0\x0b\x49\xf8\x9f\xf0\x45\xf2\x9f\xd2\xdc\x6b\x4c\x79\xff\x6d\x1e\x64\x9a\xe3\xd9\x23\x42\x2f\xf2\x20\x33\x32\xed\x5b\x59\x50\xfd\x32\xff\x4f\x78\xe1\xad\xab\xff\x9e\x57\x2f\xb6\x87\x59\x60\x4e\xb2\xcf\x85\xbf\x89\x49\x26\xb6\x85\x45\x50\x4d\xb3\xd9\xa4\x90\x36\xa0\x81\xfc\xb2\xdb\x9d\x59\xb0\xab\x97\xfc\x5c\x05\x67\x26\x55\xf1\x98\x45\x4d\x32\xa5\x80\x0d\xb0\x21\xfc\x5e\xa1\x63\xc7\x53\x1b\xb1\x02\x36\xdf\xb0\x97\x6d\xc0\xfc\x47\x7e\xe8\x88\xab\xd7\x03\xd0\x25\x97\xb0\x15\xa1\x19\x4b\x84\x89\x7b\xd2\x63\x6a\x5d\x40\xa5\xf7\x8d\x17\x2e\xab\xed\xe7\xf4\x87\x06\xe9\xcd\xbd\xfa\x86\x70\xab\xda\xc7\x41\xd5\x3d\x04\x6f\xb6\x9b\xb8\x50\xe2\xdb\x4d\x11\x97\x25\x54\x88\x54\x11\x27\xd5\x2a\x2e\x80\x80\xa0\xb4\x92\x17\xad\x31\x99\x48\x9d\x11\xea\x04\xc6\x03\xb4\xaa\xd7\x93\x9d\xdf\xde\x4b\x3e\xce\x7c\xee\x70\x2c\x96\x5d\x8a\x1d\xba\x1b\x7b\xd0\x85\xec\x69\x84\x54\xbd\xde\x9b\x8a\x89\xe1\x35\x66\xbe\x90\xb9\xc2\x17\xf5\x4d\xdd\x32\x06\x56\xc3\xea\xf9\x6e\x71\xde\x6c\xa4\xa5\xd4\x4e\x77\x6e\xc6\xef\xbf\x23\x00\xbf\xff\x5e\xbb\x62\x6a\x97\x42\xa9\x18\x5b\x6d\x80\xf8\x59\x06\xe2\xe7\xbc\xe5\x82\xee\xa4\x07\xba\xff\x8c\x03\xba\x3f\xd9\xff\xdc\xcf\xed\x8e\xfe\xd1\xd0\x61\xd5\xeb\x69\x92\x27\x9b\x9f\x73\x0d\xb6\x9a\x5d\x5e\x1f\xaa\x9a\x1d\x57\xb0\x1c\xd5\x97\xb9\x4f\xd0\xea\x97\x71\x91\x5c\xc7\x73\x45\x02\xbc\x54\xd6\xc0\xd1\xb2\xf4\x4e\x11\x8c\x9d\xf9\x8b\xca\x0b\xa5\x61\xe4\xf5\x5a\xf5\xb6\x6a\x01\xfd\x3a\x6f\x04\x9d\xb6\x53\x62\x69\x15\x68\xc0\xfd\x21\x5e\xa4\x71\x54\xed\x76\x67\xfc\xa9\x41\x21\xef\xc7\x99\x85\x8a\xf2\xc3\xaf\x46\xb9\x0a\xd7\xad\x2c\x5d\xd8\xf8\xbe\xc8\x6f\xef\x44\x2e\x13\xfd\x11\xd5\xd4\x9b\xa7\x71\x98\x49\xfe\xae\x70\x2a\x7d\xb7\x60\xdb\xf9\xa3\xf6\x34\x5e\x80\x4e\x67\x2d\x07\x9b\xa8\x88\x6b\x39\x38\x12\x30\xed\xf7\xcd\x99\xea\xc1\x7e\x2e\xa3\x45\x80\x54\x0d\x70\xd7\x5b\x89\x2f\x72\x8d\x29\x0f\xa4\xc1\x98\x64\xc1\x31\x28\x45\xe3\xb2\x83\x26\x4c\x13\xaf\x64\x81\x70\xe8\x81\x5b\xc5\xc6\xa7\x87\x00\xe1\x0f\x56\x3b\xcd\x08\x3b\x77\xfd\xe5\xc9\xe7\x5f\x5f\x3f\x7c\xfe\x25\x09\xbe\x72\x69\xe9\xfc\xeb\x97\x9c\x1f\x69\xfd\x52\x1f\x69\xfd\xc2\x8e\xb4\x5e\xc1\x8e\xe1\x48\x71\xce\x3c\x88\xca\xaa\xb2\x38\x92\x64\xfc\xc3\x8d\xc3\xa2\xad\xd5\xef\xd2\x8f\x3d\xb4\x0f\xb9\x2d\xfd\xaf\xf1\x30\xed\x6b\x3c\x4c\xfb\x1a\x0f\xd3\xbe\xc6\xc3\xb4\xaf\xf3\x8e\x23\xb2\x9f\xc4\x11\x19\xfa\x4d\x7d\xd2\x21\xd9\x8f\xff\x27\x0f\xc9\x7e\xfd\xf8\x3d\x08\x1b\x00\xdc\x85\xf0\xf3\xb2\x90\x6f\x23\x60\xf3\x81\xc3\x81\x5b\x0f\xdc\xab\x2c\xd8\x61\x35\x5d\x3d\xb2\x85\xe0\x7e\x61\x0f\xce\xd4\xa8\xca\xef\x22\x8b\x2d\xc6\x02\xa5\x3c\x3a\x0f\xa6\xb3\x49\xfe\x51\x07\x6d\xab\xae\x83\x36\x1a\x1e\x1d\xb5\x95\x34\x0a\xc2\xf6\x51\xdb\x24\x0f\x7e\xcc\xb5\xb0\x39\x6a\xa3\xf3\xf6\x51\x5b\x89\xea\xc8\xbc\xfb\xa8\xad\xac\x8f\xda\xa2\x47\x8e\xda\xca\xe6\xa8\x2d\x7a\xfc\xa8\xad\x44\x25\x3f\x9f\xe0\x0d\x84\x35\x70\x79\x73\xc4\xbe\xae\x37\x4e\x6c\xc3\xc4\x03\xbc\x88\x1d\x10\x1e\xb0\x23\xa2\x75\x4e\xb5\x6c\x13\x04\xa4\x82\xdf\x30\x55\x57\xfb\x5b\x3a\xa7\x67\x67\x73\x2e\x01\x1e\xe5\x50\x1f\x3a\xaa\x0b\x61\x73\xb4\xaa\xd6\xe9\xd7\x79\xe1\x2f\xd0\xc3\x51\x33\x0b\xd7\x78\x92\xf3\xab\xbc\x57\x79\x95\xd3\x5f\x0f\xf6\x2a\x3f\x31\x75\xc2\x27\x79\xf0\x6b\x4e\xff\xde\xc9\x1c\xd0\xdb\xb1\x34\xa7\x4f\x9d\xb0\x77\x71\xb2\xab\xf2\xcd\x01\xef\xc0\xbd\x40\xcb\x7f\x4f\x3b\xe1\xdf\x3c\x14\xdc\xa4\x61\x92\x55\xf1\x6d\xd5\xd4\x18\xce\xe7\x79\xf6\x2f\xd8\xad\xec\xe9\x37\xff\xb6\x56\x7a\x19\x57\x3f\xc4\x8b\x20\xe3\x0f\xb2\xde\x98\x66\xcc\x4d\x73\xc0\xff\xb6\xbf\x3d\x45\xa1\xcc\x2b\x3f\x52\x82\xb6\x55\x4d\xbd\x5e\x47\xa2\x26\x22\x82\x14\xf1\x22\x88\xf7\x35\x2c\x87\x71\x2e\x8a\xba\x7c\x11\x2f\x58\x1e\xed\x51\xb5\x29\xd7\x97\x3e\xc6\xf3\x50\xb8\x46\xbd\x0b\x12\x09\x72\x3c\x24\x06\xe4\x79\x9c\x30\x90\xeb\x01\x1f\x04\xa6\x87\x23\x89\xfa\x96\x7a\x98\x51\xdd\x52\x2b\x55\xd6\x8f\x70\x44\x26\x77\xab\xac\x41\x15\xb7\x4b\xc9\x1c\x35\x22\xe2\x89\x71\x48\x6c\x48\xa5\x6a\xdd\xcc\x81\xd6\xe4\x3a\x98\xaa\x45\x38\x4f\x72\xc1\x4d\xaf\xf2\x5b\x75\x56\xfb\x99\x49\xc8\x73\xdd\xa2\x77\x07\x91\x67\xbe\x54\x59\x44\x9a\xab\x60\xbb\xdb\x69\x6a\x19\xa7\x5c\xb8\x04\x0e\x0a\x8d\xe0\x25\x7b\x78\x3f\x4f\x7c\x35\xc9\x36\xdb\x4a\x25\xf4\x32\xe0\xbc\x24\xcf\xaa\x22\x4f\xd5\xc9\xea\x5c\xbb\xec\x07\xaa\x2e\xc1\x86\x35\x8a\x12\xbe\xba\x48\xd2\x98\xd5\x83\x19\xf1\xd5\x57\x8b\x30\x5b\xca\xc9\xec\xdd\xbf\xee\xf5\xb4\xcb\x60\xc1\xb4\x9f\x32\xdb\x12\x00\xac\x91\xe5\xf6\x7a\x77\x46\x15\x97\x95\xc6\x5e\x49\xaf\xa7\xdd\x68\x9f\x7e\x9f\xc6\x61\x19\x2b\xdb\x32\x56\xaa\x55\xac\xc0\xb8\x2b\x02\xbb\xb8\x77\x86\x5d\x3e\xc8\xc8\xab\x58\x61\xcb\x0d\x6e\xe9\xf3\xbc\x2a\xab\x22\xdc\xbc\xfb\xb4\x54\xb0\x19\x85\xc5\xbb\x37\x3e\x25\x34\x0f\x58\x0b\xc2\x41\x10\x6f\x0f\xe7\xc1\x6d\x63\xc1\xd0\xeb\xa9\x49\xa9\xd7\xe3\x16\xb2\x77\xfe\xc6\x54\x56\x32\xda\x74\xb5\x9f\xd3\x4b\x89\x97\x6a\x1c\x5d\x41\x10\x5c\xed\x76\xdb\x6e\x87\x6e\x5b\xe8\xe6\x1a\x09\x35\x48\x00\x13\x82\x39\xf6\x7a\x67\xc0\xaa\xf9\x10\x32\x2f\xf9\xc7\xce\x99\xae\x5a\x59\xae\x18\xca\x5e\x63\x7f\x6f\x92\x6a\xa5\x84\xb8\xf5\x01\xfc\xa8\x9f\xf6\x93\xfe\xa7\xaa\x12\x31\x5d\x02\xea\x33\x44\x5b\x86\x22\x61\x99\x6f\xf0\x9f\xa9\x9c\x89\xff\x84\xaf\x02\xd5\x80\xbf\x1a\x6d\xa2\xfc\xf1\xe9\xff\x55\xad\xc1\x2e\xe2\x85\x3f\x97\x38\xe2\x2d\x65\xae\x93\x04\x5e\xfd\xb2\x53\x47\xfd\x8d\xbc\xa8\xfc\x3d\xa7\xdf\x1c\x29\xc0\xd0\x41\x3e\x12\x27\x53\x76\xfd\x2d\x0f\xbe\xc9\xe9\x5f\x51\x90\xbb\x92\x94\xcb\x9b\x24\x4d\xa5\x57\xe1\x9e\xed\x69\xba\xe3\xc6\xb3\x9b\xcc\xca\xff\xd8\x96\x55\xb2\x48\x64\x8d\xf5\xa2\x65\x76\x72\x74\x6a\x1b\x16\x47\xeb\xcf\x47\x2c\x12\xbf\x7d\xbc\xb4\x07\x38\x40\xce\x87\xdd\x67\x8c\x4f\x04\x32\x2c\x51\xaf\x5c\x47\x3c\x04\xf6\x57\xf7\x88\x49\x7e\x09\x3a\xd4\x8c\xc5\x51\xd3\x1c\x97\x9e\x62\x8e\x0a\xe7\x0a\xd5\xcc\x8f\x30\xc1\xf0\xaa\xe4\x76\x27\x65\xdb\x25\x5e\xcb\x55\x5e\xdd\x2a\x88\x88\xcc\x46\xa5\x39\x8b\x0a\x8b\x79\x63\xb3\x72\x57\x4f\xcb\xd5\xb9\x38\x65\xc9\xc2\x6b\xd5\x87\x17\x21\x10\xb1\xea\xee\x70\x42\xc6\x59\xa5\xab\xfd\x92\x1e\xef\xf7\xcf\xac\xb3\x20\x88\x7b\x3d\xa6\xca\x05\xa9\xef\xb6\x54\xd1\xbd\xac\xba\x48\xe3\x5b\x3d\xca\xd3\xed\x3a\x53\x7d\xf6\xa6\xf6\xe3\xbe\x2a\xd2\xc8\x5e\x0b\x09\xbd\x87\x36\x75\xec\xa2\x9f\x30\x40\xf5\x55\x1c\xce\xe3\x82\x27\xce\x7b\xbd\x04\x7b\xa2\x33\x04\xf8\x79\x3b\x17\x4f\x9d\xf7\x7a\x39\xcb\xd6\xe0\xc1\xdf\xb2\x14\xc4\x86\xbf\xd8\x3f\x24\x9a\xad\xd9\x1c\xbb\x96\x25\xb2\x3b\x94\xc8\x7e\x93\x27\xcf\x5f\x73\xfa\x5b\xa7\xf6\x78\x9b\xaa\xcd\x6c\x10\x5e\xe5\xe2\x30\xf8\x2d\xa7\x55\x28\xac\x12\x59\x74\xc1\x7f\x49\xb4\xc9\xc2\x8f\xa6\x5a\x1e\xcb\xf0\xa9\x86\x7c\x2c\xbb\x6c\xc8\x57\x9f\x34\x00\x12\x93\x2a\x5e\x8b\xc3\x06\x9e\xf5\x63\xad\xd2\x90\x39\x4d\xb2\x50\xc2\x67\x15\xd2\x2c\xec\xc2\x67\x9a\x70\x4e\x54\x84\x41\x16\xd2\xa4\xc6\xe1\xbf\x2c\x69\xce\x13\x8c\xb0\x21\xb1\x8e\x7f\x79\x38\x68\x9e\xbd\x4c\x13\xbe\xe3\x66\x2d\x15\x1c\xa2\x30\xbb\xdb\xd3\x3c\xfc\x77\xe5\x50\xde\x40\x90\x89\xa7\x8f\x97\x36\x45\x15\x27\xc4\x4d\x81\x8e\x73\xf4\xf6\x7c\x1d\x67\xd5\x97\x6c\x14\x34\xe2\x6b\xea\x7f\xe1\xb2\xd8\xe4\x66\xa6\x6a\xc7\x59\xdb\x07\xf5\xd8\x60\x4b\x7e\xe5\x69\x5a\x4c\xfe\x2c\x29\xf4\x88\xaa\x25\x71\xb2\xfc\x18\x12\x6f\x4b\x88\xdb\x36\xb5\xa7\x49\xf6\x5e\xa5\xf7\x35\xcd\x34\xf8\x12\x54\x93\x3c\xc8\x4e\x38\xf9\x97\x6c\xc9\x0e\x6b\x82\xe1\xe7\xe5\xf8\x42\x0f\xec\x35\x8f\x96\xed\x5c\x9e\x29\x49\x48\xf3\xce\x99\x12\xf2\x89\x12\x86\x41\x1e\xd2\x32\xac\x8f\xe4\x5e\xe6\x28\x6e\x6a\xf7\x7b\x42\xa3\x03\x1e\xf4\x36\xbc\x12\xe4\xfa\x31\x5c\x28\xfd\xb7\x09\x9b\x9b\xfd\x34\x50\x64\x9c\x52\xea\x94\x3d\xcd\xc4\xd9\x1d\xa7\x72\x8a\x4a\x6f\xae\x88\x45\x73\x91\xaf\x8b\x7c\xcd\x6d\x58\x3b\xdd\xd7\x37\xb5\xc1\xf2\xd4\xbc\x9d\x4b\x0d\x4b\xc9\x7b\x6e\x7f\x24\x3b\xf7\xff\x33\x36\x4c\xe1\x92\xe6\x01\xd3\x37\xf2\x22\xb2\xf5\x64\x14\x12\x42\x43\x4e\x77\xb0\xca\x8b\xb5\x56\xc5\xc3\x9a\x93\xb4\x55\x86\xc6\xf7\x45\x7e\x9d\xcc\xe3\x42\xc4\x53\x69\xba\xf5\x9a\xdb\x64\x30\x93\x92\xa6\x87\xfb\x23\xa9\x32\x61\x24\x9a\xcb\x1c\x3a\xdc\x93\x0e\x42\xa4\xdb\x30\x48\xc3\x49\x2a\x93\x63\x14\xd2\xb4\x93\x1c\x9b\x03\xd3\x45\x4d\x73\x4f\x67\xac\x15\xf6\x40\x30\xd2\xe6\x98\x6f\x15\x7e\x84\xac\xf6\x7a\xfe\xe4\x45\x0f\x73\xcb\x6b\x5e\xc7\x91\x86\x34\x40\x9b\x30\x8b\x55\x5a\xd1\x7b\xc1\x04\x40\xd4\x41\x46\x70\xd2\xfc\xa4\x0c\x8d\x97\x79\x56\x6e\xd7\x71\x81\x2e\xa2\x69\x47\x8c\x30\x69\xa0\x5e\xcf\x3f\x6a\x45\xd5\x2a\xb4\x4a\x21\x64\xbf\x92\x47\x67\x11\xd2\xd5\x23\xa3\x33\x0f\xc5\x2c\x6c\x16\x40\x29\xda\x95\xda\x32\x3c\x49\x73\x59\xbd\x7c\x64\x26\x7e\xbc\xb4\xe6\xdb\x2a\x4d\xb2\xf8\x4f\x53\x13\x1d\x2d\xb8\x87\x2a\xee\x7f\xc3\xb8\x9c\x46\x69\x2e\x39\x7a\xde\xd3\xcd\xff\xad\xcb\x77\xb2\xd0\xce\x3a\x96\xf0\xfa\x3c\xeb\x68\xdd\x3d\xef\x5c\x8a\x79\x80\x85\xc9\xf1\x72\xfe\x11\x6b\x34\x5f\x87\xb3\x20\x96\x83\xa4\xa9\x33\x9c\x84\x48\x30\x38\x09\x65\x6b\x3b\x78\xcb\xcb\x98\xa9\xc8\x25\x63\x3b\x61\xaa\x0f\xbb\x25\x4e\x38\xb8\x61\x62\x6a\x05\xc9\x3c\xa7\x5e\xe8\xc5\x96\xa9\x5e\xd0\x25\x08\xa8\x8a\xad\x1f\x98\xe5\x61\xcb\x27\x8c\xfb\x79\x9b\x8d\x86\xfd\x48\x3c\x98\x84\xbd\x5e\xe7\xe9\xdc\xb5\xa4\x62\xd0\x9a\x97\x23\xb3\x18\x66\x61\x4f\xef\x5b\x01\xe0\xfc\x33\x73\x4f\xd5\x77\xb7\xf3\xa1\xca\x95\xd4\x77\x81\x7a\x55\x65\x6a\x5f\x5b\x9c\xab\xba\x00\xcb\x57\x55\x82\x47\x15\xdb\xda\xfa\x07\x99\x36\x10\x6d\xb8\xa7\xe1\x6e\x87\x85\xe0\xe1\x8e\x9e\xa1\xa2\xe3\xaa\xca\xd0\x60\x86\x89\xeb\xf0\xc6\x71\x22\xa6\x7c\xd5\xcc\xd9\x0e\x82\xda\x13\x5a\x92\xc9\xb5\xb8\xa0\x70\xb5\xad\x2a\xa6\x67\x99\xf7\x7a\xda\x1c\xaf\x28\x4c\x58\x18\xbe\xf0\x5c\x7d\x89\x98\xc5\x15\xf4\x14\xeb\x42\xa3\x20\xa6\x63\x68\xd5\x75\x5d\xd3\xa9\x48\x17\xb1\x3f\xda\x1b\xb1\x2b\xb4\xc9\x5b\x77\x4b\x51\x2d\xa6\x95\xed\x76\x97\x9d\xb2\xd4\x46\x66\x8f\xf3\x90\x6e\x0e\xd9\xe3\xf1\x0d\x09\x64\x98\x1c\x2e\xc6\x33\xd7\x61\xb0\x09\xf1\xe9\x3a\x3c\x11\x1e\xba\xe6\xe9\x00\x23\xb3\x96\xfd\x9d\x05\x1f\x7d\x1b\x2e\x8f\xb6\x70\xd9\x24\x0b\x98\xcb\xeb\x2a\x5c\x8a\xcb\x06\xe7\x18\x69\x78\x13\x67\xf3\x73\x3c\xd3\xac\xc2\x24\x8b\x0b\x63\x91\x14\x65\xf5\x12\x08\xcc\xaf\x8c\xab\x78\x91\x17\xb1\xcf\xca\x4d\x5b\xc5\x75\x6b\x86\xf7\x55\xdf\x24\x57\x29\x9e\xf6\x49\x75\x30\x48\xbe\xc0\xc2\xcc\x10\x84\x17\xc5\xd3\x92\x18\xf0\x06\x10\x27\xe5\x9b\x4d\x1c\xcf\xef\x1a\x47\xd9\xb1\x51\x62\xca\x6e\x27\x9e\x58\x4e\x28\x1c\x4c\x67\xec\x25\xaa\x8a\xc0\x64\x8f\x59\x9e\x45\x31\xde\xdc\xcc\xa2\x98\x25\xbd\x8f\xef\x82\x18\x4d\x57\x58\x66\x01\x14\x4e\x7f\xfe\x2c\xb6\x13\xd8\x7b\x16\xe3\x11\x9e\x58\x32\xeb\x33\xda\x7f\xee\x9b\x18\xbb\x07\x8c\xb3\x32\x56\x77\xf3\x02\x64\xcc\xb6\x11\xb3\x38\x26\x3b\x18\x11\xe8\x31\xc7\xca\xf1\x46\x29\xaa\x8a\xbf\x68\x2d\x84\x9c\x0f\xbc\xd8\xf1\x2d\x12\x04\x81\xc9\xf7\x39\x4d\x5d\x1d\x0b\xfb\x3c\x8f\xf0\x90\xf9\x88\x1b\xa0\x9f\x71\x29\xc8\x70\x19\x57\x2f\x84\x5f\x75\xee\xf6\x3c\x5e\xe7\xa8\xde\xa4\x88\x34\x42\x6b\x43\x05\x8e\xd5\x5e\xef\xb0\x18\x26\x43\x7e\x7c\xe0\x5e\xc9\xe3\x6c\x8e\x44\xa3\x1d\xc0\xf2\x36\xbe\xad\xbe\xcd\xe7\xb1\xa6\xaa\x04\xb2\x76\x40\x50\xaa\x54\x55\x09\x4c\x25\x5c\xd5\x44\xf8\xdf\x7a\xe0\xa7\xf5\x53\x43\x7a\x78\x5e\x2f\xa3\x4c\x5c\x9b\x39\x58\xc7\x62\xa3\x5c\xc5\xb1\x30\x61\x50\xf8\xeb\x44\x8a\xf8\x35\xa9\x3e\xaf\x41\x46\x7c\xbd\x81\x1c\xad\x1b\x39\xc9\x42\xeb\xca\x32\xad\x66\x46\x7e\x93\xc5\x05\xf4\x2f\x68\x82\xb5\x29\x27\x32\xef\xb5\x8a\xa0\xe5\x43\xc6\x49\xe1\x87\x6d\x8a\xd3\x03\x56\x29\x78\x16\x8d\x12\xc9\x88\xc1\xdc\xb3\x53\xc7\xa7\x21\x39\x26\x64\x22\x68\xaa\xdf\x07\xa2\x5b\xa4\xdb\x72\x75\x74\x7e\x83\xc8\xec\xbc\xcb\x50\x23\x6a\x13\x16\x71\x86\xb5\x1a\x45\xbc\xce\xaf\x63\xd6\x32\x06\xc3\x3e\x35\x29\xf7\x18\x03\x9c\x2e\xc3\xe0\x32\xac\x56\x46\x78\x55\xd2\xbb\x30\xe0\xd1\xcb\x16\x45\xbe\x7e\xb9\x0a\x8b\x97\xf9\x3c\x6e\x24\xee\xab\xb0\x2b\x1e\x57\x73\x29\x2c\x3c\xb0\x38\x6b\x42\x8c\x61\x9c\x82\xe6\x7a\x55\xd8\xda\x9a\xc5\xf5\xa1\x8b\x6c\x36\x75\xdb\xce\x64\xee\x62\x8c\xac\x05\x10\xbd\xa8\x5a\x39\x5f\x1c\xb7\xcb\x22\x6d\xb5\x5b\x7d\xdf\x86\x9e\x0d\x9f\x14\xfb\xef\xe1\xcf\x6f\xc3\x83\xed\x24\x67\x8f\x94\xdd\x68\x7a\x13\x06\x16\xfd\x1d\x7e\x3e\x84\x81\x49\x5f\xc2\xcf\x57\xf0\xf3\x6d\x18\xa8\x6a\x83\xc2\x0b\x0e\x2b\x2d\x68\x42\x73\x1a\x8a\x0a\x6b\x9b\xb4\x02\x43\x30\x53\x36\xa2\x7e\xc6\x4e\x6e\x0b\x8a\x8b\xb1\x9f\x34\x32\x6d\x4e\x51\x98\x7e\x13\x52\xa6\x3b\xf5\x7f\x0f\x29\x83\xd9\x0f\x29\xab\xd3\x57\x55\xc9\x1e\xf0\xcb\x43\x2c\x31\x50\x0c\x68\x10\x76\xb9\xd8\x20\xcd\xd8\x86\x17\x04\xba\xe6\xba\x83\x1c\xf7\xfd\xfb\xb0\xf1\x17\xf1\x55\x18\xbc\x0c\x9f\x9b\xe7\xb7\xa1\xf6\x6d\x48\x75\xfd\x65\x48\x7c\x93\xfe\x1e\xea\x3a\xb5\x60\x85\xf8\x2a\xec\xf5\x34\x44\xca\x9b\x50\xd7\x09\xfd\x2a\x94\xcc\x13\x0f\xeb\xf9\xfc\x43\xc8\x2b\x7a\x19\xf6\xfb\xac\xa2\x7e\xff\xb8\xa2\x7e\xbf\x5d\xd1\x0f\x52\x45\xa2\xbc\x6c\x7d\x27\x7d\x7e\x29\x15\xfb\xb9\x3d\x9e\x2f\xb0\x64\xdb\x70\xef\x0f\xa4\x08\x1e\x0e\x23\x66\xe1\x30\x14\xd3\xc7\x3f\x63\xf6\xc7\xe2\xaf\x96\xc3\xfe\x3a\xb6\xcf\x2b\xf4\x26\x2c\x81\x7f\x70\xc5\x5f\x97\xff\x1d\xb2\xbf\x03\x9b\xff\xe5\xe9\x96\x3d\x60\x0f\x9e\x68\xc1\x76\xc4\x83\x27\xea\x76\x59\xdd\xde\x48\x24\x38\xbc\x31\x5e\x89\xc3\xcb\xba\x02\x58\x4b\x64\xb4\x59\x46\xd7\xe2\x1f\x1c\xf1\xc1\x12\xfa\x15\x29\xc6\xda\x6b\x79\x46\xbc\x09\x03\x41\xde\xef\x01\x57\x41\x4c\x18\x95\x4f\x67\x4d\x89\x5f\xe4\x12\x48\xf9\xb2\x89\xe8\xd7\xf2\xd7\xab\x50\xfb\x39\xd4\x5e\x86\xba\x45\x7f\x0c\xb5\xb1\x85\x07\x04\x71\xdf\xf6\x5d\x93\x3f\x5a\x7e\x4c\x88\x34\x1c\xaf\x42\x71\x29\x73\xa2\x7d\x15\x06\x30\xee\xa4\xd7\xfb\x2a\xfc\xdc\x71\x26\x04\xc8\xa9\x36\xda\x82\x8c\xcf\xed\xdd\xee\x8f\x50\xfb\x2a\x24\xcf\x9d\x73\x55\xf5\x55\x45\x6d\xaa\xfa\x29\x6c\x4c\x78\x27\xba\x5e\xf5\x7a\x50\xbe\xd7\x3b\xd3\xbe\x0a\x3f\x77\x47\xbb\xdd\x57\xe1\x73\xcb\xb4\xf1\xaf\x37\xc4\x46\x06\x1e\xbe\x0d\x4d\x7c\x1b\x0f\xc9\xa4\x6e\x0f\x49\x09\xe8\xac\xaf\x55\x9f\x0f\x7a\x3d\xc7\x0e\x10\x3a\xf6\x04\x35\xcb\xdd\xf8\xb1\xe9\x06\x02\x4d\x38\x81\x7d\x15\x72\x0a\x8b\xfd\x9a\x5c\x8f\x86\x95\x7f\xf9\x31\xd4\x1c\x97\x1d\xae\x38\x63\x86\x2e\xff\xab\x90\x4c\xc4\xa8\xbb\x88\xce\x5e\x0f\xdb\x92\x82\xb1\x28\x63\xdb\x87\x46\xf7\x1d\x13\xe2\x57\x19\x27\x0c\x1d\x71\xff\xab\xf0\x2c\x08\x00\x03\x1a\x7f\x1e\xb9\xbb\x9d\x3b\x3c\x63\x1d\x6c\x70\xa0\x3e\xfb\x4c\xed\xff\x1c\x6a\x15\x85\x11\x25\x7d\xf5\x33\xb5\x7f\x17\x6a\xee\x90\x03\x87\x48\x68\xda\xfa\xa4\xc1\xc1\xd9\x1f\xa1\xc6\xeb\x92\xc7\x10\x71\x0a\x13\x19\x98\xeb\xdf\xc3\x40\xd5\xd7\xa5\xae\xd2\x6f\xf0\x29\xff\xa0\xab\xf4\x6f\xf0\xc8\xa2\x2f\xea\x2a\xfd\x6b\x18\xa8\x51\xbe\x5e\xab\xf4\xb7\x30\x50\x0b\xdc\xcc\xc5\x65\xa0\xce\xe3\x28\x95\xd8\x6f\x55\x1e\xda\x6e\xab\x2a\x2d\x02\xe4\xfd\x34\x09\xcc\x49\xf2\x79\x31\x49\xfa\x7d\x92\xf5\x83\x4a\x8b\xa7\xc9\x8c\x26\xc8\x15\x76\x3b\x55\x9d\x1c\x5f\x14\xce\x4a\xc1\xce\x1b\x46\x81\x67\xcd\x3c\x78\xce\x7f\x27\xeb\x4d\x5e\x54\x2a\x1b\xc0\xb8\xf4\xa5\x95\x11\x1e\x82\xb8\xf6\xfc\xc2\x6d\x29\xd9\x38\xfd\x35\xe4\x39\x55\x95\x25\xfc\x16\xfa\x3c\x43\x20\xee\x21\xfd\x91\x27\x99\xa6\x52\xb5\x1e\xcd\xf7\xa1\x96\x05\xd0\xc3\x86\x73\x17\x84\x9c\x4b\x6d\x61\x05\x7d\xf5\x5e\xed\x67\x7d\x75\x0f\xbb\xc8\xa6\x2b\x05\x47\x0d\xef\x46\x97\x12\x55\xd3\xb4\xea\xf3\xcf\xed\xff\xc1\xa5\xd9\x24\xa4\x7e\xb6\xa4\x67\x5b\x7a\x76\x08\x0b\x54\xcb\x29\xdb\xb3\xcc\x9a\xe1\xfc\x2d\xec\xab\x9b\x22\xc1\x53\xc4\xb8\xcf\xbb\xed\x0d\x1d\xce\x17\x5d\xdb\xe4\x3c\xca\xb1\x86\x3c\xcd\x71\x05\x37\xb5\x06\x82\x83\xb9\xae\xc7\xbf\xda\x63\x9b\xa7\x79\xde\x50\x70\x55\xc7\x13\xec\x74\x24\x38\xaf\x63\x8d\x79\xbe\xc1\xc0\xf5\x78\x9a\x69\x7a\xa2\x84\xf8\xea\x8d\x86\x9c\x8d\x7a\x03\xc1\x83\x07\x96\xc3\xf3\xb9\xde\x58\x30\xd9\x91\x27\xd2\x6c\xab\xae\x65\x24\xca\x5a\xa6\x78\x72\x06\x5e\x5d\x9f\xe8\xdb\xc8\x1e\x4b\x08\x69\xf0\xe0\xb8\xa2\x76\xdb\x1d\x88\x76\xc4\x62\x33\x18\x0f\x46\xbc\xcf\x43\x6f\xd0\x2a\xff\x0d\xfc\xfc\x5d\xaa\x69\x30\xb2\x47\xa2\xa6\xc1\xa8\x95\xb7\x95\xcd\x1a\x78\x87\x1f\x9b\xf3\x59\x01\x95\x35\x1a\xb6\x32\xa1\xc0\xf7\x4c\x7b\x77\xd3\x27\x46\x5f\xf3\xa7\xff\x33\xeb\x93\x67\xb4\x9e\x95\x57\xf9\xad\xfe\x89\xf5\x89\x0d\x53\x17\xeb\x82\x17\x95\xd4\xd5\xb9\xae\xd3\xdd\x66\x52\xc5\x6b\x5d\xe5\xd5\x63\xca\x4e\x2f\xe3\x74\xf1\x0c\xf6\x1e\xa2\xb8\x3b\x18\x9e\x00\x19\x04\x23\x7d\x13\x46\xef\x45\x15\x61\x9a\x2c\x33\xa1\x49\xdf\x9d\xaa\xd0\xf3\xdc\x23\x04\x61\x79\xb5\x5c\x15\x78\xf6\xa3\x66\xf1\x32\x64\xc7\x9c\x75\x21\x7b\x6c\x77\x17\xba\x0a\xcb\x04\xcf\xe8\x8b\x78\x11\x17\x45\x3c\xd7\x51\x93\x54\x97\x1c\x98\x03\x53\x9e\x0c\x80\x2d\x0e\xb0\xaa\x2f\xd1\xa3\x0f\x00\xd7\xae\x94\xa7\x33\xa7\x67\x32\x1c\xae\xe7\xb9\x52\x6d\x7c\x64\xa6\xff\xa3\xcf\x88\xd6\x44\x5a\x7c\xb6\xa4\xea\x27\x96\x18\x1f\x79\x30\x06\xd2\xd8\x5e\x86\x1a\xfb\x0f\xaa\xf8\x90\xe7\x6b\x7d\xb7\x2c\xc2\x2b\xf2\x8c\x02\x9c\x9f\x58\x2a\xa1\xcf\xb4\x64\x1d\x2e\x63\xbd\x8c\x2b\x39\x39\x6e\xe1\xd3\x1d\x8b\xe9\x35\xf6\xc6\x52\xe5\xb1\x5c\xfc\x9d\x36\xfd\x9f\xd9\x67\x75\x25\x9f\xfc\xff\xa0\x22\xde\xa7\x71\x43\xb1\x0d\x40\x46\xdf\x27\x1a\x8e\x21\x39\xd7\x8c\xcf\x0e\x09\x0e\xc6\xdd\xff\xc4\xa9\x69\x8e\xbf\x03\xcc\xa5\xd1\xd7\xaf\xa6\xff\x33\x99\xf5\x9f\x09\xd3\x88\x3b\x81\x61\x81\x46\xb3\x86\xd9\x1b\x09\x91\xcd\xac\xa7\x9b\xd7\xc8\x77\x35\x34\x44\x4f\x32\xa0\x38\x78\xac\x7b\x21\x61\x76\x64\x59\x7c\x06\x0f\x4d\x21\xd4\x79\x43\xcf\x11\xbc\x4a\x70\x14\xcf\x15\xdc\xc8\x1b\x0a\xde\xe7\x8e\x6b\xf9\x71\x20\xb8\xa0\xe7\x89\x34\x6f\x58\x73\x19\x53\x70\x14\x77\x38\xf0\xfc\x64\xa1\xe1\x66\x47\xb7\xf4\xea\xf9\x40\x08\x18\x6c\x43\xd5\xb7\x04\x37\x06\xce\x94\x2c\x34\xd7\x3b\x0b\x02\xfe\xcd\x25\x44\x12\x16\x2c\xf3\xb8\xb7\x3e\xc1\x2e\x6b\x62\xae\xcb\xd4\xa4\x7f\xe2\x7c\x62\xa9\xc0\x83\x34\xcb\x1c\xd5\x95\x3a\xe4\x5c\xfd\xc4\x51\x7d\x15\x73\xa8\xa4\xc6\x8c\x65\x89\x09\xfc\xcf\x1b\x36\xcf\xaa\x22\xae\xa2\x95\x4a\xce\x8b\x52\xbb\x6c\x25\x31\xfb\x15\x3d\xbc\x0e\x93\x14\x2f\xe5\x11\x5a\x91\x7e\xec\xc7\x7b\x09\x60\x77\xec\x62\x97\x2c\x4b\xea\x93\xd5\xea\xd3\xc0\x75\x5d\x5f\x46\x08\x43\x94\xa3\x6b\x1c\x86\x33\xb6\x62\x87\x59\xa5\x92\x5e\xcf\x32\x49\x83\xae\x61\x0b\x1b\xaa\xaf\xc2\xbf\xfe\xdf\xc2\xa6\x43\xa6\xd5\x85\xb0\xe9\xff\x4c\xce\x66\x7d\xa2\x4d\x76\x67\x46\x9f\x9c\x23\xd6\xa0\x5c\x5f\x73\xbd\x80\xc3\x69\xb9\xe4\x5c\x65\x84\xa4\x73\xed\xee\x55\x7e\xcb\x10\x8a\x34\x65\xb3\xe7\xbf\xe3\x33\x7e\x02\x12\x93\x7b\xef\x8d\x9d\x81\x7f\x30\xd6\xcd\x60\x5b\x6e\x27\x9b\x7a\x36\x2d\xaf\x57\xb3\x77\x37\x7d\x7d\x5a\x5d\xa5\xc5\xec\xde\xde\x3f\xa3\x6a\x75\xa5\x4a\x9d\xea\xe6\x8a\xa7\x4a\xea\x45\x2a\xb3\xa5\x8f\x28\x9b\x16\xd8\xa5\xe3\x35\xaa\x23\x52\x7f\x52\x4a\x7b\x89\x5f\x42\x2d\x2f\x35\x55\x65\x87\x69\xcd\xcf\x54\x55\x67\x34\x0e\x70\x1f\x43\x4d\x3a\x35\x67\x34\x96\xc5\xd0\xbc\x6c\x6f\xc6\x69\x49\xa3\x46\x36\x4c\x03\x93\x6e\x03\x93\x2e\x82\x90\xae\x02\x93\xce\x03\x93\x6e\x02\x93\xae\x03\x8b\x5e\x07\x16\x5d\x06\x16\xbd\x0b\x4c\x7a\x05\x32\xe4\x65\x90\xd0\x9b\x20\xa7\xb7\x41\x41\x5f\x04\x57\x93\xeb\x5a\xae\xdf\x04\x77\xf4\x8e\xed\x02\xee\x3b\x77\x69\x42\xe0\x70\x4d\xff\x45\x3f\xf8\x3a\xd4\xee\xda\x22\xfb\xc9\x9d\xe6\x8b\x7e\xf0\x2a\xd4\x36\x87\x02\xfe\x8b\x7e\xf0\x53\xa8\xc1\x7e\x44\xb7\xe8\x90\x4c\x60\xdd\x4b\x32\x21\x59\xba\x43\x41\x23\x3f\x34\x20\xb9\x76\xbd\x2b\x7d\x1b\x6a\x65\xa9\xfd\x1a\x6a\x00\x31\xee\x6a\x08\x6a\x0d\x68\x74\x18\xaf\xf1\x45\x3f\x50\x9f\xa9\x32\x05\x5a\xb6\xf3\xd9\xda\x2f\xa7\x69\xbf\x3f\x83\x5d\xe2\x0b\xf2\xd9\x52\x7c\xf1\x3e\x5b\xb7\x37\xb6\xa6\x80\xe3\xae\xbd\xb3\x86\x7d\xee\x75\x60\x0a\x9a\xee\x6f\xfd\xf9\x73\xb3\xd7\xc3\xea\xf4\x45\xaf\xf7\x36\xd4\xe6\xcf\x1d\xfb\x3c\x2a\xb5\x17\x7d\x75\xa2\xd2\x82\x66\x74\xa1\x5b\xc4\x8f\x90\x69\xbc\xa0\xaa\xc2\x96\xce\xe6\xa3\x2d\x81\x2f\x80\x00\xf0\x27\x6a\xdd\x9b\x64\xa1\xbd\x0d\xb5\xdb\x20\x2c\xb5\x17\x48\x13\x29\xdd\xd2\x84\x96\xf4\x8a\x5e\x06\xd3\x19\xbd\x81\x9f\x05\xa1\x39\xa1\x96\xed\x04\x41\x70\x47\x92\x85\x06\x7b\xd5\x2d\xc9\x59\x99\x5b\x7a\x4b\x2f\x69\x4e\x17\xb4\xa4\x37\x64\x82\xaa\x40\xde\xc7\x55\xcd\x44\x44\x2f\x85\x58\x08\x4c\x10\xe9\x10\x4a\x17\xd8\xbd\x50\xbc\x9a\xd4\xe4\x20\x24\x0c\x88\x05\xa1\x37\x84\x26\xf4\x06\xdb\x28\xce\x2f\xfd\x9b\xc3\x51\x41\x58\x6e\xf1\xff\x48\xfe\x37\x1c\x9c\xfd\x3e\x0d\xb6\xc1\x1c\xe9\x17\x28\xf7\x2a\x78\x01\x74\xbb\x08\xc2\x16\x5e\x46\xfe\x22\xb0\xfa\x88\x6c\x3a\x0f\x36\x32\x7a\xd6\x9f\x5b\xd0\x65\xec\xfd\x1d\xd1\xf5\x35\xeb\x21\x26\x79\x41\x70\xd7\xeb\x99\x41\xb0\xee\xf7\x7b\x3d\x7c\xff\x1e\x48\xa7\xa6\x3d\x8e\x87\x17\xfd\xe0\x0e\x08\x9c\xde\x7d\xb6\x16\xd3\x61\xe4\x2f\x83\xed\x73\xf3\xdc\xf2\xe1\xb3\xfa\x6e\xa1\x52\xdd\x6a\x8d\x16\xb0\x6c\x46\x54\x1a\x23\x03\x8b\x7c\xb6\x84\xf9\x37\x69\x71\x76\x1f\xd9\x29\xdb\x79\x6b\x6c\x2a\xb1\xcd\x37\x5d\x61\x2a\xdd\x02\x51\x5e\x05\x2f\xfa\xc1\x27\x6c\x82\x10\x42\xef\xfa\xfd\x56\x53\x1e\xab\x65\x83\x91\xec\xb1\xb5\x5e\x4f\x5b\x07\x26\xd9\x0b\x2e\x94\x37\x0c\x24\xec\x60\x20\x40\x38\x0d\x13\x59\x04\x89\x6e\x01\xfb\x40\xa3\xed\xdc\xc7\x31\x99\xc3\x86\x73\x45\x38\x37\x31\x29\x90\xfb\xe6\xf3\x62\xd2\xef\x6f\x88\x28\xb8\x0c\x4c\x7a\x17\xa0\x6a\x73\xd1\xb7\xe8\x22\x58\x86\xda\x3a\x08\xa7\x9b\x19\x21\xf4\x2a\x88\x27\xcb\xcf\xe7\x93\x7e\x7f\x49\xb4\xab\xe0\x2a\xd4\xd6\xcf\xcd\xf3\xd5\x74\x39\xeb\xab\x8a\xda\xbf\xf3\x2f\x43\xed\x8e\x3e\xeb\xbd\x5b\x3c\x5b\x52\x48\x26\x04\xba\x11\x4d\xaf\x01\x89\x57\xf5\x2e\xbb\xd6\x46\x32\xf0\x7e\x0b\x7d\xd1\x81\xa6\x8f\x65\xd9\xa9\x37\xa4\x19\xfd\x6b\x48\xef\x50\xc3\x42\x11\x4c\x9b\xc2\x3c\x93\x75\x85\x91\xb4\x3b\x3e\x2c\x1c\x97\xac\x94\x49\x0b\x5e\xbe\xe8\x5b\x30\xf0\xb4\x60\x9b\xfe\xf4\x84\x21\xcf\x2f\x61\x47\x14\xdb\x2c\xd0\x2d\x5a\x04\xae\x3b\x99\xe7\x62\x07\xfb\x47\xa8\x15\xa4\xe6\x2d\xce\x28\x08\x82\x02\x68\xb3\xa1\x91\x6a\x9a\xcd\x02\x8b\xd0\x78\x9a\xcd\x90\x26\x50\x79\x21\x93\x83\xed\xb3\x6f\x5f\x87\x4d\xbc\x5a\x46\x27\x28\x3a\xb9\x50\x27\xb9\x8f\xa7\xfd\x7e\x36\x0b\xbc\x11\xaf\xfa\x5c\xed\xbd\x5b\xa8\x18\x66\x18\x5a\x80\x2a\xc4\x11\x05\x56\xb1\x17\xb3\x8a\x55\x7e\x07\x95\xef\xf7\x37\xab\x24\x8d\xb5\x82\x2d\x15\x93\x7a\xc9\xd3\xd8\xf2\x55\x11\xb2\xa7\xdb\x12\xef\x23\xfc\x1c\x87\xef\x2f\xc3\x0d\x5d\x94\x87\x47\x28\x4c\xf3\x81\x87\x73\xd5\xdd\x26\x46\xf3\x3c\x54\xec\xc2\x93\xf0\x12\xdc\x1c\xa8\x70\x8d\x00\x9a\xcc\x70\x05\x30\x3b\x7b\x4b\xb7\xeb\x2c\x08\x82\x8c\x3f\x62\xe9\x24\x8b\x31\x09\x1e\x26\xac\xa1\x33\x78\xc7\xa3\x36\x82\x97\xed\xb3\x20\xe3\xf5\x88\x0b\xb5\x93\x64\xa1\x69\x68\x10\xcc\xb5\x16\xc2\xb7\x21\x22\xab\x92\x55\xfa\x26\xd9\xed\xb6\xa5\xb1\x8c\xd1\x22\xa2\xd7\x3b\x2b\xc8\xfd\x16\xdd\x01\x69\x31\x3d\x33\x49\x7d\x10\x94\x00\x2b\xcc\x83\xb4\xd4\xf0\x5e\x57\x18\x70\x7b\x31\x5a\x06\x26\x8d\x02\x73\x52\x7e\x9e\x0b\x7c\x97\xfd\x3e\x91\x16\xf4\x49\xfa\x79\x28\x3e\xa5\xfd\x3e\x8d\xfa\x7d\xc2\x21\x9b\x46\xb3\x20\x99\x96\xb3\xf3\x7c\x5a\xce\xea\x83\x0b\x3e\x87\xc2\x69\x3a\x23\x3e\xfc\xe2\x04\x83\x2c\xfb\xfd\x9e\xae\x8e\x07\x00\x15\x4e\xf5\x00\x34\xd6\x3c\x4c\xb9\x83\x72\xf1\x61\xb7\x7b\xbd\xf1\x51\xaa\x0d\xf4\x59\x6b\x6e\x54\x95\x0a\xed\x8f\xaa\x92\xfd\x9e\xce\xcb\x60\xda\xbe\x1c\x09\x73\x0c\xc6\x40\x94\x21\x1d\xea\x28\x25\x2e\xfd\xba\xce\xa2\xd4\xc4\xf0\xd7\xa4\x21\xc7\x6d\xfe\xef\xf7\xf1\xdd\xa2\x08\xd7\x71\xa9\x0a\x19\xae\x2a\xb5\xe9\x97\x6c\x23\xc6\x4b\xaa\xff\xad\xc2\x3f\x10\x82\xd9\xe6\x6f\x46\x0b\x52\x6b\xac\xf0\x4c\x8f\x57\x7d\xe4\x15\xa3\x75\x00\xb4\x0e\x37\x5a\x45\xb8\x4a\x4b\x25\x7b\x8d\x0f\x4a\xdb\x79\xd0\x43\xaa\xa9\x38\xa8\x8c\xf8\x36\x8e\xb4\x98\x90\xf3\x78\x6a\xce\xfc\x78\xaf\x55\xf4\x99\xe6\xfb\x30\x92\xef\x6e\xfa\x3b\xbf\x88\xc3\xb9\xfe\xee\xa6\x4f\x9e\x71\xbe\xa0\xb2\x24\xbc\xf4\xe7\x4b\x09\x37\xc5\xff\x9f\xbb\x3f\x61\x6e\xdc\x46\x1a\xc7\xe1\xaf\x22\xf1\xd9\x47\x4b\xac\x21\x85\x92\x6f\x6a\x60\xd5\x9c\xc9\x6c\xc6\xe3\xc9\x8c\x73\xad\xac\x9d\xa2\x29\x48\x62\x86\x22\x15\x92\xb2\xe5\xb1\xf8\xdd\xdf\x42\x37\x00\x82\x87\x6c\x27\x9b\x67\xdf\xfa\xfd\xab\x12\x8f\x88\xb3\xd1\x68\xf4\x81\xa3\x3b\xc8\x78\xc3\xb0\x33\xfa\x8d\x6b\x17\xad\x50\xcb\x85\xcd\xc8\xc2\xf6\xd5\xc3\xb7\xb0\x5b\xbe\x88\xc3\x29\x4f\x76\x35\x25\x21\xc3\x96\xa4\x1d\x05\x6f\x5a\x8c\x26\xe9\xae\xf2\xe5\x9e\x9b\x8b\x09\x73\xa1\xda\xe0\xa4\xf0\x79\x68\x59\x39\x21\x79\x3e\xa1\xab\xb4\xf1\x2a\xf9\x17\x7e\x07\x8f\xc4\xfd\x14\x6e\xf0\x6b\x66\xab\x8f\x34\x7f\x5f\xf3\xe4\xee\x13\xbc\x8f\x89\x93\xe7\x61\x28\x8f\xb1\xc7\xe6\x69\xf5\xc4\x8d\xe2\xcc\xc6\xa4\x74\x42\x2c\x32\x44\x37\x24\xc5\xbd\x4a\x79\xb8\x89\xd7\xa6\xa2\xf2\x6d\xb8\x2e\x32\x8f\xf9\xee\xc3\x70\x52\xc4\x06\x6f\x09\x9b\xad\x38\x70\x5d\x70\x6f\x5a\x3a\x8a\xe5\x84\xf2\xdd\xa7\xda\x70\x67\x4e\x3a\x74\x86\xe3\xe0\x20\xfd\x10\xae\xe7\x41\x94\x6e\xb7\xd3\x14\x83\xb3\x0b\x29\xcf\xee\x73\xe9\xd2\xd6\xbc\xa7\xb0\xdd\x96\xfa\xa5\x0f\x0e\x72\x37\x02\xff\x5e\x47\xe0\xbf\x99\xf5\xf7\xbd\x6c\xef\xef\x2d\x6b\xf2\x77\x52\xc6\x8e\xc9\xca\x1f\x44\x51\xba\x0a\x83\x0c\x10\x44\x23\xd6\xaf\xfa\x2b\xf1\xc6\x42\x50\x4d\x58\xdb\x19\x16\xf7\x3e\xe4\xe1\x3e\xe8\x03\x6c\x1c\xa5\xd4\x0e\x4b\x44\xe2\xcb\x93\x71\xb8\x23\x52\xbe\x59\x91\xc4\x71\xb6\xdd\xda\x5c\x6f\x6f\x93\x4e\x07\x5c\xa9\x93\x09\x9d\x35\x50\x1a\xec\xbf\xd7\x9e\xfd\x4b\xb5\xaa\x18\x25\x1c\x28\xa5\xc0\xe0\x33\xe0\xec\xde\x1e\xe3\xe3\x74\xa2\x4b\x9a\xbb\xf4\x5e\x9e\xdb\xe3\x59\x4a\x17\xa9\x0e\xb0\x9e\xd0\x35\x21\xc3\xea\xb3\x72\xc1\x39\x7d\x16\x95\x86\x90\xa5\x36\x58\x98\x74\x26\x78\xd1\x08\xf7\xcc\xe5\x1d\x81\x14\xb6\xce\xd5\x07\x11\x4a\xbb\xbd\x90\xb8\xe0\xd3\x71\xd6\x8b\xbc\x25\x17\xb8\x24\xb9\x74\xe4\x7d\xff\x85\xdf\xb9\x19\x85\xeb\x0c\xae\x10\xe0\x37\x9e\x2d\xd3\x34\xf9\xb8\x01\x85\x2b\x1a\xae\xba\x20\x83\x57\x6a\x5c\x7d\xb7\x46\xde\x7b\x71\xf5\x0d\x98\x9c\x54\x6a\x28\x10\xe0\x00\x78\x1e\xa4\xe8\xd2\xed\x3e\x97\x19\x6e\xac\x2f\xa4\x2e\xf0\x6a\x85\xba\x17\x63\xa7\x84\x2e\x8c\x9b\xb5\x4b\xad\xf2\xe1\x6a\x30\x8e\x3e\x0c\x42\x6a\xb8\x93\x20\x6a\xe8\x2b\x29\xe3\x68\x32\x52\xc7\xe4\x42\xcf\xb1\x86\x16\x71\x93\x3d\x16\x09\x11\x9a\x13\x42\x13\x58\x6c\x37\x69\xed\x99\xbf\x5a\x83\x5f\xf8\x1d\x5c\x72\x43\x94\x42\x94\x84\xbe\x50\x41\x3a\x1d\xe3\x12\x52\x31\xd4\x71\x32\x91\x42\xd3\x48\x61\xc5\x44\x19\x95\xaa\xb3\xa5\x1e\xc7\x67\x42\x7f\x54\xd9\x76\x06\x5a\xb1\xd5\x03\x5f\xed\x16\x0d\xa8\xbc\x92\x02\xda\x48\xc0\x02\xb8\x53\x25\xf5\x36\x3d\xee\x80\xe4\x38\xef\xf3\x32\x4f\xd5\x4b\x95\x46\xcc\xa1\x18\x9c\x41\x49\xc7\x61\x70\xc6\x0e\x86\x7b\x7b\x09\x0d\xba\xec\x80\x64\xac\x7f\x78\xe0\x1c\x9c\xec\x1f\x1c\x1f\xff\xc3\x3e\x3a\x3c\xdc\x3f\xec\xd8\x19\x1b\x1c\x1e\x76\x4a\x97\x20\x12\xb2\xb5\x6b\x89\x7b\x7b\x09\x21\xcf\x9e\x9d\xec\xce\xea\x1f\xed\xce\x1b\x1c\x10\xb2\x67\x1f\x9e\x1e\x9f\x1e\xff\xc3\xce\xce\xce\xce\xfa\x47\x50\x03\xd8\x46\x03\x50\xff\x66\xa2\xd0\xce\x5a\xff\xae\xd7\x89\x8a\x92\x91\x51\x52\x59\x88\x81\x32\x0b\xdd\xe8\xdf\xac\x0e\x66\xb2\x37\xc0\x21\x28\xfd\x7c\x47\x29\x38\x91\x3a\x91\x9b\x0f\x6e\x23\xec\xd1\xbf\x9b\x30\x4a\x9a\xc1\xcb\xf5\x09\xd8\xae\xb6\xa0\xf4\xfe\x8e\xea\xe4\xdf\xf0\x75\x48\xce\xce\xce\x1c\xd2\xcb\x62\xbc\x67\x63\xef\x1f\x91\x9c\xde\xa5\xec\xde\x8b\x82\xa5\x27\x48\xe5\x2d\x78\xd9\x09\xe2\xe8\x65\xbc\x8e\x32\xb7\x2f\xfd\xf9\xbd\x5d\x7a\x73\x7e\xb1\xce\x52\x5e\x49\xfb\x14\x06\x3e\x2f\x27\xfd\x1c\x4c\xb3\x05\x24\x6d\xde\x84\x7c\x53\xfc\xfa\x36\x89\xd7\x2b\xfc\xbc\x48\xa6\x41\xe4\x85\x2a\x05\xd5\x7c\xd5\x25\x7e\xa5\x6e\x9f\xce\xb0\xfe\x0c\x2b\xdf\xca\x9f\x1f\xe4\xf1\x83\xfc\xfc\x04\xc7\x23\xf2\xe3\xbd\x3c\x22\x91\x9f\x17\xe0\xc2\xa4\x4f\xe7\x49\x30\xfd\x08\x0d\xc8\x5f\xaf\xa3\x69\xf1\xf1\x69\xe5\x45\xc6\x57\xe6\x25\x99\xfc\x7c\x89\x97\x5b\xcc\x8f\xa2\x26\x7e\x1b\x95\x65\x82\xac\xbf\x4c\xbf\xd5\xbd\xea\xdf\xb2\x34\x7e\xeb\xd6\xcd\x4f\x59\x62\x16\x47\xd9\xcf\xe8\x48\xb2\x0f\x77\x6d\xbe\x53\x1f\xf1\xca\xf3\x83\xec\x4e\xfc\x92\xa3\x8b\x93\xd5\xc2\x03\x84\x65\xde\x35\x78\x4b\xe8\xd3\xdb\x60\x1a\xdf\x8a\xa4\xaf\x6f\x85\x7a\x22\x7e\xc4\xf1\xd2\xed\xd3\x9f\x41\xcf\x7b\x17\x44\xfc\x65\xe8\x2d\x05\xf6\x67\x41\x18\x5e\xe8\x46\x67\x61\x1c\x4f\x8b\xcf\x34\x8b\x57\xe6\x57\x12\x7f\xe1\xaf\xbc\x74\x01\x8e\x55\x4a\x29\xd2\x4b\x8c\x4a\x3a\x0f\x32\x9e\x84\xc1\x32\x28\x92\xaa\xed\x48\x4a\x41\x7e\x75\x9d\xb2\x6f\xc6\xcf\xbb\xff\x9a\x6c\xff\xbd\x4c\xbf\x99\xd3\xf3\x94\x7d\xf3\xf9\xf5\xf9\xc5\x67\x7b\xfc\xef\xcf\x93\xbd\x11\xf9\x0c\x47\x35\x23\x02\x89\xdf\xcc\xe9\x6d\xe3\xd3\x08\xd8\x3e\x29\x2d\xaa\x3e\xc9\xe9\xa6\xb1\xac\x74\x56\xd7\xe9\x58\xd7\xe8\x28\xc8\xf0\x18\xc6\x73\xfa\xbc\x49\x2b\x2d\xfb\xf9\x12\x2d\x34\x68\x0e\xba\x07\xcd\xf3\x85\x82\xa3\x4c\x7e\x0e\x57\xee\xc5\xcf\x3c\x6f\xbc\x51\x77\x2b\x64\xff\x88\xbb\xc5\x05\xb6\xeb\x94\x5a\xdd\xbf\x75\x2c\xb1\x76\xdf\xc5\xb7\x3c\x79\xe9\xa5\xdc\x86\xfb\x75\x5f\xaa\x1b\x15\xe5\x1b\x43\x96\x5e\xda\xd2\xc4\xd0\xdf\x70\x0d\x5d\x18\x49\xf5\x67\xe7\xfa\x12\x64\xa6\x21\x38\x37\x8d\xa1\xf2\x8e\xcc\x65\xca\xee\x85\x18\x13\x3a\x06\xc8\x3a\x37\xa2\x42\x34\xb9\x97\x69\x4e\x33\xc3\xfb\xb6\x90\x9e\x77\x29\x38\x5a\x85\x21\x6e\xb7\x2a\x9a\x90\xe1\xa9\x0d\xfd\xa9\x64\xa3\xcc\xcd\xf6\xac\xd5\xc6\x32\x14\x83\x0b\xad\x18\x04\x33\x5b\x86\xae\x21\xfa\xa2\x82\xe9\x39\x2b\xea\x7d\xfe\x2c\xb5\xcf\xcf\x52\xfe\xaa\x39\x57\x9c\x5e\xf6\x17\x49\x34\x29\x0a\x28\x5f\x7c\x50\xfe\xbb\xe0\x58\x07\xb6\x1f\x04\xfa\x48\x75\xe0\x11\x88\x71\x3d\x7a\x29\xf2\x0b\x24\x44\x5a\x83\x30\x20\x94\x70\x49\x75\x03\x23\xfa\x94\x8a\x24\xb0\x75\x30\x2c\xbe\x87\x44\xf7\x98\x94\x7a\x4c\x6a\x3d\x26\x2c\xc1\x06\x0b\xcd\x49\x2a\x8f\x43\x2b\x6f\x30\x86\x4b\xda\x56\xcd\x5f\x64\x44\x48\xb1\xfb\xe1\x0c\x83\x67\x91\xd6\x1c\xf6\xf6\x48\xb2\xc7\xd4\xcc\x8c\x83\x09\x6c\x7c\xe3\xde\xac\xaa\x13\xb7\x82\xa8\x25\x3b\xf0\x58\x34\x8e\xe1\x4e\xae\xc2\x6d\x31\xf7\x1e\xc1\x15\x99\x29\x0d\x4b\x64\x8d\xbd\xc9\x28\xd9\x63\x31\xea\xc0\x63\x6f\x02\xfa\xef\x26\xb5\x3d\x61\x6c\x25\x7b\xec\x79\x6a\xc7\x64\xcf\x72\xad\xbd\x2f\xa9\x1d\x53\x0f\x00\x20\x7a\x77\xb8\x5d\x1e\x8a\x27\xa8\x4e\x12\xbc\xd1\xf3\xd8\xd1\xce\x2b\x2b\xbd\x8f\x9d\x89\xd4\xcf\x52\x35\x4c\x4f\xab\x0b\xf1\xd3\x16\x59\x09\x4a\x98\x83\xca\xb6\xb9\x1e\x20\x68\xf7\xf2\x1e\xaf\x42\x9f\xcf\x9c\xa1\x5f\x6c\x1c\xf9\x7b\x7b\x44\x0c\x7f\xec\x4f\x76\x60\x40\xe4\x00\x12\xd4\x4c\x27\xb9\x9c\x63\x24\x6a\xed\xa7\xc2\x35\xc9\x8d\x2b\x2d\xf4\x32\xa5\x31\x8b\x0c\x93\xe8\x32\x65\x01\x95\x63\x8f\x49\x9e\xeb\xd5\x97\x15\xab\x0a\xe7\x16\x5d\x4e\x9a\xbc\xaf\xcd\x98\x37\xf2\xdc\x08\x7d\xb4\xa7\xf4\x53\xca\xbe\x81\x97\x11\xee\x55\xfa\x0f\x7b\xfc\xef\xab\x74\x78\x15\xdd\x4f\xf6\x88\xf8\x1c\x6e\xff\x46\xbe\x99\x43\x5b\x9f\xeb\x7a\xb9\x5c\x83\xbc\x70\x74\x54\x78\xd7\x53\x5c\x7b\xec\x4c\xb4\xab\x47\xfc\x30\x2c\x02\x67\xd2\x2b\x33\x03\x91\x24\x83\x95\xb5\x85\x42\x6c\x59\xc3\xcb\x54\x3e\x31\x18\x62\xcc\x17\x28\x82\xa3\x8d\xb7\x5b\xcd\xcf\xe3\x5e\xe2\xdd\x8e\xec\x84\xb5\xfb\x34\x00\xfa\x8f\x00\x39\xc4\x0d\xf6\x58\x2c\xea\x14\x56\x63\x7f\xe8\x3d\xd3\xaa\xb6\xb7\xb7\x47\x8a\x0a\x7c\xec\x4d\xd0\x84\x83\x6a\xde\x84\x0c\x3f\xa5\xbd\xd0\x4b\x33\x90\xda\xcc\xd1\xcd\xa4\xd4\x17\xe0\xc9\xa1\xd9\x29\xfb\x94\xe2\x86\x53\x40\xc8\x90\xf8\x7b\x4c\x58\x2a\xe9\xb8\xaf\xd0\x8f\x6c\x62\x9e\xda\x01\xd9\xf3\x15\x9f\x08\x34\x83\xc8\xe9\xd7\x54\xc9\xb2\x62\x93\x60\xe1\xa5\x46\x1c\x05\xfa\x32\x65\xb6\x43\x2b\x8f\x77\x49\xb3\x6b\xd8\xef\x2e\xcf\xdf\xc9\xc7\x04\xa3\x55\x8a\xf6\x25\x6c\xdc\xe4\xc4\x45\x29\x29\x46\xf1\x3a\x65\x2f\xd3\xe2\xad\xe8\xfb\x26\xb1\x0c\x5d\xce\xe2\xe4\xd6\x4b\xa6\x1f\xf9\x8c\x34\xc5\xbc\x0a\x10\xb0\x75\x5a\x40\xf5\xb2\x70\x9b\xc7\xed\x8c\x06\x34\x42\xef\xd8\xef\x9a\x07\x71\x9f\x23\x44\xaf\x52\x66\x7d\x16\x2a\xc5\xe5\xdb\x8b\xf7\x9f\x2f\x7f\xfd\xf0\xfa\xf3\x87\x77\xaf\x9f\x7f\x7a\xfd\xf9\xd5\xc5\xe7\xf7\x17\x97\x9f\x7f\xfc\xf4\xfa\xf3\x67\x8b\x7e\xa8\x8a\x59\xdc\x8a\xba\xcf\xf5\x0c\x25\x82\xcb\x65\xe4\x6b\x2a\xdf\xdf\xd1\x44\x2c\xcf\x08\x8c\xc0\x71\x32\x29\x02\x23\x8e\x5f\xa5\x13\xc6\x69\x94\xd3\xdf\x53\xf6\x3e\xb5\x6b\x72\x55\x7a\x4a\xeb\xf9\x69\x3a\xac\x0b\xe7\xc0\xe4\x4f\xa6\xb5\x19\x08\x0d\x23\xa8\xa6\x11\x4d\xc8\xaf\xd2\x09\xf5\xd8\x38\x98\xd0\x54\x90\x52\xbd\x65\xe3\x6d\xdc\x28\x65\xcb\xd4\x36\x9b\xa2\x1e\x35\xf2\x71\x52\xdb\xe6\x73\x3a\x88\x15\x63\x7c\x0b\x3b\x5b\xee\xe1\xb0\xcf\xa9\xed\x49\x03\x98\xd6\x66\xee\x1d\x3c\xe4\x48\xed\x8c\xfa\xb4\x0e\x54\x4c\x86\xe9\x1e\xcb\xb4\x35\xee\xa3\x2c\xc5\x1d\x75\x03\xfd\x6b\x81\x7e\xae\xd1\xcf\xe9\x9a\x74\x3a\x40\x81\x6d\xc6\xd6\x9d\xce\xba\xcd\xd8\xab\xb4\xd3\xb1\xc3\xf1\x7a\xc2\xf8\x78\x5d\xcc\x48\x08\x3e\xac\x22\x1a\x16\xc0\xb3\x94\x1a\x54\x23\x09\x9b\xd8\x31\x0d\x61\x67\x2a\xb2\x07\xfd\xbe\x83\xa3\xfb\xd8\x4c\x19\xda\x9b\xe3\xb0\x60\x97\xdb\x6d\xbb\x20\x0f\x80\x4d\x7b\xfe\xac\x74\x25\xfd\x42\x4a\x94\xc9\x90\x8a\x01\x53\x72\x57\x30\x68\x7e\x8b\x0e\x95\xed\x80\x0c\x05\xc7\x61\xbf\xa7\x34\x1e\xf7\x27\xec\x03\x5e\xa5\x34\x38\xd0\x60\xe8\x3d\x0b\x80\xf5\x08\x1e\xc3\xa2\xb1\x37\xd9\xf1\x30\x4e\x05\xa6\x59\x87\xa1\x60\xf5\x85\xee\xf5\x22\xb5\x8b\x4d\x04\xce\xaa\xe1\x68\x68\x66\x00\xc4\x85\xb9\xee\x0c\xa3\x67\x1c\xb6\xf7\x40\xe9\x2d\x02\xd2\x14\x12\xe2\x33\x3c\x16\x16\x0d\xfe\x5c\xe0\x50\xac\x5e\xf3\x86\xac\xda\x29\x94\x7b\x16\x96\x35\x4c\x9e\x45\xc3\x44\xb9\x39\x8e\x61\x71\x29\x1c\xb7\x59\xac\xd4\x0c\xc9\xc5\xcb\xda\x5e\x5c\xd5\xf6\x8c\x13\x07\x43\xd5\x2b\xab\x0c\x31\x21\x1e\xe3\x76\x4c\xca\x5a\x4d\x2a\x08\x0e\xf6\x04\x63\x12\x8f\xd3\x49\xa7\x23\xa8\xcb\x13\xff\xef\x31\xd8\xea\xf4\xf6\x58\x5a\x3d\x20\xf7\x58\x9c\x8b\x32\x01\xf2\x7c\x28\x17\xec\x31\xaf\x38\xe0\x0d\x0c\xac\xff\x56\xd9\x0a\x1b\x4f\x68\xc0\x60\x7f\x2c\x29\x3d\xc7\x47\x14\x3d\x1b\x8c\x22\x37\xd8\xcb\x6c\x79\x86\xf9\xb6\xce\x5e\x6a\x6f\x9f\x1e\x9c\xd4\xa8\x3c\xa9\x09\x73\x86\xc9\x33\x0e\xc8\x07\xbe\x56\x4c\x6a\x32\x91\x14\xfa\x19\x04\x9b\xc1\x37\x34\x94\xb0\xc2\x03\xda\xee\x13\x5a\xac\xe6\x00\x56\x73\x4e\x03\x76\xef\xa7\xc2\x70\xf0\x37\xee\xd3\x60\x4b\xca\xb0\xa1\x5e\xca\x51\x21\x1d\x07\x26\x6c\x81\x26\xb8\xdf\x2a\x2c\x2d\xa2\x3f\xa7\x76\x02\x8f\x33\x17\x7c\xc9\xdd\x26\xd6\x94\xe3\xa3\x61\x79\xa5\x59\x2c\x36\x6c\xac\xed\xd0\x58\x6d\x52\xff\x92\xb2\xc8\x3e\x70\x4e\x0c\x2f\xe0\x6f\xaa\xe7\xd6\x19\xf0\xa7\xc6\x68\x49\x18\xcb\x48\xbe\xc1\x89\x68\xe1\xa3\xbb\xc1\x33\xb4\xe9\x35\x3a\x27\x2e\x1f\x67\x13\x16\x99\xcf\x1c\xbe\x4b\xff\x3f\x1d\x1b\xeb\xa7\xf4\xff\x24\x36\xd6\x77\xe9\x53\x62\x63\xa9\x49\xfd\x6f\xc5\xc6\x32\xa1\xfa\x2f\xc4\xc6\x2a\x1e\x89\x98\xd7\xdb\x7e\x4c\xff\x4b\x3e\xc3\xa1\x57\xe3\x45\x48\x6a\x9e\xb0\xb6\xb3\xed\xb6\x6e\x31\x66\xa6\xd7\x3d\x23\x79\x54\x39\x17\x2f\xf6\xde\x0d\x97\xda\x1f\xf9\x8c\x27\x3c\xf2\x95\x5f\xed\x6c\x11\xa4\xad\x85\x97\x46\x7f\xcf\x5a\xd7\x9c\x47\xad\x20\x0a\xb2\xc0\x0b\x83\x94\x4f\x5b\xdd\x56\xba\x5e\xf1\xc4\x26\xa5\x12\x42\x94\x9b\x8e\xb5\x79\x6e\x73\xe2\x66\xc6\x53\x93\xf4\xff\x0d\xd7\xda\xaf\xbc\xcc\x78\xba\xac\x77\x88\x77\x39\xd6\x16\xc5\xff\x32\xaf\xda\x3f\xa6\x55\xaf\xda\x3f\xa6\xff\x97\x5e\xb5\x7f\x4d\xcb\x5e\xb5\x7f\x48\xcb\x61\xaa\xf5\xe4\x7d\x9b\x96\x1f\x5d\x8e\xac\x2e\x20\x73\xec\x4c\x46\x7c\x2f\x73\xf9\x9e\xf5\xf9\xb3\x25\x7e\x14\x13\xfe\x7d\x55\x62\x47\xf8\x00\xb9\xd3\xe1\xc5\x1e\x0a\x5a\x0a\x59\xc5\xde\xb2\x03\xd2\xe9\x64\xa0\xc6\x27\x32\xf4\xa6\xa5\xce\x0e\x01\x94\x80\x10\x43\xe6\xd7\x98\xaf\xb1\xe0\x72\x42\xe0\x52\x43\x53\xa6\xdc\xfb\xe7\x44\xbd\xa0\x25\xea\xe6\x43\x4b\x46\xa7\xfe\x67\xe3\x6e\x69\x35\x84\xc8\x88\x2b\x10\xa4\x9b\x75\xe2\x96\xdd\xdd\x73\x52\x98\xe2\xa3\x31\x9f\xb8\xe3\x49\x4e\xff\xd5\xd8\xb6\xe9\x95\x43\xfc\xe6\x5e\xf2\x93\xbc\x1b\xe2\x6f\x28\x1c\x2e\x7f\xc2\x1d\x2e\xf8\xad\xf2\x16\x5e\xaa\x7e\x06\xe9\xf9\x3a\xcc\x02\xf8\xf5\x31\x0b\x29\xef\xc5\x2b\xd1\x49\x0a\x47\xee\x82\x6c\x2e\xe0\x5b\x7f\x82\x93\x05\x3c\x8f\x57\x6d\x80\x12\x40\x7f\x4a\xed\xfb\x9c\x5e\x64\x75\x2f\x3d\x1a\x2c\xf1\xb1\xb1\xa8\xa5\xc1\xc2\xdf\x2a\x4f\x81\x05\x01\xb9\x00\x2c\xf8\xf5\x31\x0b\x2d\x6a\x49\xb0\x2c\x6a\x99\x60\xe9\x4f\x00\x0b\xbe\x74\x73\x00\x96\x35\x21\xa6\x3a\x0e\x37\x4d\x24\xf6\xc6\xfa\x38\x5f\xfd\x90\xca\x3c\xd5\x19\xd7\xf1\xf4\x8e\xde\x06\xd1\x34\xbe\x2d\x7c\xcc\x72\x72\xd6\xed\x17\x94\x9b\xf9\xe6\x84\x88\x8f\x11\xd6\xe8\xad\xbc\x39\xff\xf5\x02\xb7\xf7\x55\xe4\xbd\xcb\x78\x65\xbc\x43\xf3\x71\xa1\x94\x6a\xa9\x72\xb6\x43\x33\x62\xd6\x63\x06\x7f\x4c\xfc\xda\x1d\xbd\xe8\x1f\xb6\xcd\x19\xff\x26\xe9\xf6\xc9\x3f\xf8\x3f\xf8\x5e\x9f\xec\x19\x35\x02\xbf\xd1\xca\x92\xa2\xff\x6c\x60\x58\xc7\x85\xa0\x1f\x98\x52\x7f\x30\x71\x07\x8e\x43\x93\x7a\xe5\xfd\xc6\xca\xfb\x66\xe5\xfd\x89\xfb\x43\x4a\x03\x06\xd8\xa2\x31\xcb\xba\x01\xf5\x58\xdf\x81\x8b\x01\xc5\xd5\x43\x5b\x31\xfd\xc4\xb7\xd3\x3d\xe6\xc1\x05\xcd\x88\x0c\x25\xa6\x68\xfa\x2c\x52\x78\x4a\xf8\xef\x6b\x9e\x66\xcf\xd5\x96\xe1\x9b\xc4\x5b\x72\xdb\x27\x6e\x22\xc4\xa1\x6f\x3e\x71\x8f\x7d\x19\xba\x5d\xa2\xaa\xea\xcc\xe1\x06\x5c\x39\x5c\xc6\x6b\x7f\x01\xbf\xad\x9d\x0c\x19\x6c\x24\x9f\xb5\xfb\x34\xf5\xd9\xfd\x9c\x67\xad\x95\x97\xa6\xc1\x0d\x2f\x9e\x2b\x8b\x6c\x27\xcf\xa9\xef\xb3\xc6\x1d\x1f\x04\x5f\x8e\x42\xe8\x51\xbe\xdf\xf3\xa6\x53\xe8\xf8\x9d\xd0\xb0\x23\x9e\x74\x3a\xbe\x2f\x7d\x02\x54\xd2\xed\x86\xd2\xb6\xb5\xb2\xe8\x0f\x29\x4d\x7d\x42\x9b\xeb\xa9\x12\xed\xbe\xd4\xbc\x43\x9f\x79\x7e\x81\xf7\xb5\x6f\xde\x1f\x5a\x7a\x1b\x3c\x35\x83\x1b\x86\x4b\x1e\xad\x5f\x87\x70\xc3\x70\x19\x44\x32\x23\x40\x4f\xd0\x3e\xae\x17\xa1\xe9\xa7\x8b\x78\x1d\x4e\x3f\x01\xb1\xa2\x2f\xbf\xf4\x4d\xb0\xe1\x53\x3c\x75\x8c\x23\x0c\xd4\x2b\x96\x64\x2f\x5d\x79\x3e\xb8\x70\x6a\x38\x27\x9a\xf3\xec\x65\xbc\x5c\xad\x33\x3e\x05\x16\x81\x46\xb1\xe5\x5d\xa7\x71\xb8\xce\xe0\x92\x64\xd6\x5b\xa9\x36\x13\xf6\x8d\xed\xad\xb3\x78\x8b\x8b\x84\x7c\x43\x03\xb6\x6b\x55\xa3\x70\x17\x20\x95\x1b\x51\x3b\x09\x81\x36\xfc\x63\xc6\x87\x31\x8b\xe5\x9d\x48\x55\x9d\x08\x71\x54\x87\x2f\x26\xd4\x6e\x47\xb0\x39\xee\x65\x81\x0f\x13\x5d\xb4\x2d\x44\x12\x38\x6f\xce\x7a\xf1\x0d\x4f\x66\x61\x7c\xbb\x57\xfc\xfc\xd5\xf8\xfd\x4b\x11\x5b\x6a\xa8\x2d\x5a\xa1\x55\x87\xec\x5e\x63\xda\xb5\xae\xe3\x2c\x8b\x97\x16\xd5\x73\xe4\x66\x39\x5c\xb1\x88\xb6\xdb\x76\x24\xbd\xe9\x7f\xc0\xcb\x9c\x6a\x9b\x46\xc6\xa0\xf6\x85\x08\x78\x11\xaf\xa3\x69\x10\xcd\x5f\x86\x01\x8f\xb2\x8f\x42\x47\x26\x2a\x5e\xa1\xf4\x96\xde\x54\x84\x2e\xd8\xac\x87\x7d\xd3\x29\x9b\xa9\x1a\x2b\x36\xeb\x65\xf1\x8a\x2e\x59\xb9\xeb\x9d\x3d\x89\xc2\x37\x4c\xae\x60\x70\xcb\x24\x09\x6a\x2e\x38\x83\x4f\xe8\x1d\x5b\x79\x49\xca\xdf\x46\x99\x5d\x43\x75\x24\x84\x73\x32\x0f\xa2\x17\x08\x48\xdf\x21\xf4\xfa\x29\xe5\x2f\xe3\x15\x14\x3e\x67\xcb\xee\x35\xbd\x65\x37\xdd\x15\xdd\xb0\xf3\xbd\x39\x7d\xce\xd6\xdd\x79\x77\x45\xbf\xb0\x45\xf7\x66\x6f\xbe\x77\x47\x2f\xd8\x7c\x6f\xd5\xbd\xa6\x97\xac\x7f\xe4\x54\xae\x37\x60\x88\x0a\x57\x6e\x85\xc0\x44\xb8\xc1\xcc\xbe\x3d\x63\xca\x73\xd7\x53\xa6\xea\xf9\x19\x9b\x76\x3a\x6d\x4f\xcf\x77\xa7\x13\xf8\xb6\x4f\xbf\xd0\x4b\x42\x9f\x34\xd7\x5e\xa7\xf3\xfc\x8c\x25\xdb\xad\xd7\xe9\xdc\x9e\xb1\xe4\x4f\xb4\xe4\x8d\x6e\xbb\x77\xee\xf3\xee\x1d\xb4\xa8\x63\x6f\x04\xdb\xad\x87\x4b\xf1\x13\xcb\xe8\x67\xe6\x8d\xce\xdd\x8d\xde\x77\x3a\x63\x82\x03\x7d\x42\xd7\x23\xcb\x20\xb2\x3f\x77\xef\xba\xe8\x00\x28\x89\x65\x50\x59\x61\x1d\x95\xfa\xce\xe2\x95\xd9\xf1\x27\x38\x07\x51\x10\x41\xf4\x8a\x02\xfa\x08\xa0\x7f\x02\x16\x8c\xfd\x27\xd1\xbe\x98\x85\xf3\xe6\x59\xa8\x74\x8f\x18\xdc\xec\x98\x82\x8b\x2a\xe2\x1a\x6b\x0b\xfc\x6f\x14\xfe\xcf\x05\xfe\x01\x63\x5f\x99\x3a\x36\x6c\x28\xd1\xe9\xd8\x5f\x05\x36\xbb\xd7\xee\xa6\x7b\x4d\xe8\x53\x7b\xfc\xaa\xf6\xb7\x1e\x45\x89\xda\x29\x2b\x0c\x35\xb4\xcf\xfe\xae\xa2\xc0\xe9\x06\x5a\x2b\x3c\x48\x98\xb6\xac\xbf\x2b\x45\x39\xa0\x7f\xb7\x7a\x7f\x2f\xac\x5a\x74\xcc\x34\xf3\x1b\xb4\x4e\x4d\x2c\x7c\xa4\x57\x01\xcf\xe9\xc2\x6f\x3e\x30\x10\x16\x6b\x9c\x64\x5e\xf8\x41\x0f\x40\x86\x86\x9d\x96\x5b\xff\x18\xdb\x91\x72\xa5\x97\xb1\xbf\x09\x53\xbe\x90\x50\xda\x7b\xdd\xf0\x95\x0e\xee\x53\x1c\x21\xd4\xb7\xb9\x02\x63\x9b\x2b\x11\x0a\x87\x33\x8c\x9f\x25\xc3\x78\x6f\x8f\x04\xe3\xd8\xdc\xe6\x8a\xd5\x36\x17\x5c\x46\x16\x86\x9b\x32\x83\x28\xb8\x45\xd2\xf7\x10\x85\x19\xa1\xbc\x9e\x16\x98\x57\x37\xe4\x97\xde\xe6\x9c\x47\x6b\xb9\x08\x56\xe5\xb1\xa2\xfa\xad\x11\xc0\xcc\x9d\x08\x54\xc8\xd4\xcd\xe9\x84\x45\x62\x65\x19\x4d\x05\x22\xa5\xd4\x78\x2c\x52\x78\xb4\xd6\xed\xc1\x65\x7a\x48\x29\x84\x2d\x26\x7c\x32\xa4\xf2\xdb\x28\x8b\x7f\x0a\xf8\x2d\xf5\x59\x84\x92\xd8\x30\x1e\x43\x56\xc8\x46\x8f\xae\xd9\xda\xb7\x8d\x41\x06\x14\xb5\x00\x37\xa3\x5a\x07\x70\x13\x63\x94\x31\x35\xe5\xbf\x9b\x76\x3a\xed\x90\x56\x34\x00\x37\x94\xdb\x85\x7e\x4e\xc0\x43\xa0\x8f\x34\xd2\xab\x53\xc8\x70\xd6\xe9\xcc\xec\xb5\xbc\xf7\x8b\x71\x85\xd7\x24\x97\x78\xfc\x71\x35\xf5\x32\x3e\xad\xb8\x8d\x2d\xf4\x17\x39\x21\x25\x0c\x45\x70\x39\x18\xac\x75\x95\xb6\xdd\xce\x7c\x3b\xd3\x96\xe1\x4f\xa9\x8d\x26\x8c\x6c\x00\x83\x7b\x1b\x13\x49\xcd\x49\xc7\xb6\x74\x4a\x4e\x72\xaa\x1f\x3c\xfe\x2e\x08\x79\x8c\x47\x79\xe8\x83\xd1\xa2\xb8\x49\x69\x00\xab\x0f\xed\x0c\xaf\x7d\x3a\x70\x80\x0d\xce\x86\x21\xc7\xa4\x1b\x44\x78\x02\x03\xd7\xb9\x26\x36\x84\x55\x9a\xe7\x13\x42\xa3\x8a\xd3\xbc\xa9\xaf\xb0\x7d\x79\xb7\xe2\x6c\xe1\xc3\x2a\x5b\x35\x69\x60\xca\x9e\x8b\x58\xa6\x34\xb5\xde\xb5\x97\xf2\x1f\xa3\x40\xf1\x37\xe9\x62\x2f\x43\x6f\x8f\x69\x2f\xe2\xeb\x2c\xf1\xc2\x03\x87\xae\xbc\xa9\x90\xf9\x6e\x61\x81\x0f\xfe\x11\x51\x6b\xb5\x69\x59\x44\xa5\xec\x63\x8a\x45\xa8\x80\xe7\x79\x18\xcc\x23\xd7\xf2\x21\x62\xba\x95\xe7\x74\xe9\xb3\x95\x4f\x6f\xe0\xef\xbc\x19\x40\xed\x28\x23\x2a\xf9\xa5\x84\x47\x30\x1b\xd0\x4d\x0b\xc3\x37\x56\xde\x26\x01\x41\x6a\xb2\x3f\xa6\x36\x46\x63\xf7\x6d\xd8\x40\x0f\x6c\x2b\x8a\xd1\xa4\x4c\xcf\x79\x9a\x7a\x73\x6e\x51\x6e\x46\x13\x4e\xec\x7b\x4b\x90\x54\x37\x8a\xb3\xc0\xe7\x96\xdb\x76\xa8\x99\xd0\xed\x46\x71\x57\x19\xa9\xe0\x0f\x32\x22\x39\x8d\x09\xcd\x48\x3e\x9c\xfb\x55\x1f\x85\xca\x21\x94\xf5\x3e\x6e\xa9\x5a\x78\xa1\xeb\xee\xbf\x38\xe6\x30\xf6\xc4\x74\xfd\xd9\x11\xcb\xea\xb5\xe1\xde\xed\x1e\xee\x3b\xac\xd2\xeb\xf5\xe4\x70\xaf\x7d\x7a\xfe\xff\xae\x1c\x68\xe6\xf3\x65\x66\xd6\xc0\xed\xb3\x82\x0b\x0d\xa3\x36\x63\x33\xdf\x6e\x64\x5b\xa4\xd3\x31\x38\xa0\xd9\xdb\x1f\x67\x38\xcd\xbe\x5f\xe1\x99\xc5\x65\x8c\x54\xa5\xfd\xcf\x94\x48\x2c\x96\xac\x3a\x89\x43\xb5\x41\xe2\x21\xd5\xa5\x25\x3a\xa3\xa1\xb4\x16\x0b\x7e\xb5\x56\x29\x4a\x2e\xcd\x4a\x74\xba\x30\x84\xce\x1a\x34\xab\xac\xd3\x69\x2f\xb6\xdb\x76\x4c\x8c\xbb\x86\xe8\xe5\xd8\x0c\xb0\x5e\xe6\xe1\x21\x11\x86\x48\xc3\x9a\xd9\x61\x85\x28\x2e\x86\xca\x8b\x9b\x29\xc3\x46\x06\x20\xcf\x94\x75\x13\xf2\x99\xf8\x12\xff\xd0\x44\x66\x25\xa8\xe3\xc6\x2b\x37\x03\x63\x06\x02\xbc\xb9\x19\xc6\x8e\xcb\x73\x61\x0e\x2e\xd9\x62\xe4\xb8\xf5\x3d\x20\x7a\xc3\x56\xe3\xe9\x64\x6f\x49\xe7\xac\xba\x16\x67\xb6\x85\x78\x4a\x20\x04\xc8\xbd\xbc\x14\x7a\x43\x95\x25\xe9\xae\x69\xc2\xfd\xcc\x5d\xe5\xe6\x12\xf5\xd4\x12\x5d\x61\x45\x58\x88\x09\xc9\x69\x6a\xba\x1d\xff\x98\xda\x0b\xbf\xee\x69\xbc\x41\x31\xd3\x12\xa7\x9c\x9e\xe7\x34\x1b\xd9\x0e\x0d\xa4\x72\x87\xd9\xc4\x9e\xd3\x8c\xb8\xf3\x66\x89\x23\xe6\xe0\xd6\xa7\x1b\x9f\x3e\xf7\xe5\xe5\x3b\xeb\x64\xb9\xfc\xe2\xcf\x2d\x75\xad\xc6\x9a\x06\xe9\x2a\xf4\xee\x5c\xe9\x41\x01\x3c\xdb\x0e\x21\x64\x8c\xbf\x4e\x84\x1d\xf9\x52\xc8\x97\x21\x64\xca\xc9\xe9\x0f\xf1\x0e\x6c\xb9\x04\xa6\x75\x71\x32\x1c\x2b\xa7\x5f\x9a\x99\x28\xf8\x21\x8e\x98\xdc\xa4\x04\xcf\x2e\x13\x13\x4d\x56\x7a\x33\x87\x39\x51\xa4\xa0\xe6\x97\xde\x04\xfc\xf6\x45\xbc\x71\x2d\xa7\xe5\xb4\x06\xe2\x3f\xe5\xab\x58\xb9\x00\xb6\xb2\x64\xcd\x2d\x0a\x91\xba\xe0\xa0\xd1\x9a\x79\x61\xca\x2d\x2a\xe6\xf7\xb9\x2f\x18\x24\xc9\xe9\x45\x93\x46\x2d\xba\xfe\xe2\x8b\x7e\xc1\x19\xf6\xc0\xc9\x05\x27\x16\xf0\xac\xbc\x6c\x61\xd1\xfb\xa9\x6b\x9d\xf7\x0f\x7a\xfb\x07\x27\xad\xfe\x41\xef\xe4\xe0\xd4\xef\x3a\xbd\x83\xa3\xd3\x16\xfc\xed\xf6\x7b\x83\x41\xf1\xfb\xe8\xf4\xb8\xe5\x84\xdd\x41\xef\xe8\xb0\xdf\xdd\xef\x39\xfb\x0e\xfe\x6e\xed\xf7\x9c\xc1\xe3\x35\x31\xbf\xf4\x57\x96\xc2\x12\xe1\xa0\x77\x7c\x78\xd2\xdd\xef\xf5\x0f\xbb\xe2\xe7\x29\xfc\x1c\xf8\x3b\xea\x9d\xa8\x7a\x29\x7c\xc9\xde\x15\x94\x02\xb0\x81\x00\x6c\xbf\xdf\x2a\x00\xee\xfb\x46\x2b\xad\x86\x7a\x69\x91\x73\xda\x72\x30\x35\x04\x68\x4e\x5a\x00\x4d\xab\xf8\xed\x1b\xe3\x6d\xd5\xeb\x9d\x7c\x85\xd7\x74\xf4\xf2\x4f\x4f\xcc\x41\xef\xb0\x7f\xd4\x3a\xee\x1d\x1e\x9c\x88\xbe\xf6\x8f\x04\xac\x07\x47\xad\x7e\xcf\x39\xd8\x17\xbf\x4f\xfa\xad\x7e\xef\xf0\xf8\xa8\xe5\x84\xfb\xbd\x53\x47\x80\x75\x7c\x70\xdc\x82\xdf\x5d\xf8\xed\x3b\xbd\xc3\xfd\xa2\x6c\xff\xa0\xaf\xdb\x38\x3c\x3e\x68\x39\x2d\x68\x57\xfc\x3d\x38\x14\x7f\x9d\x13\x51\x4a\x60\x42\x8c\xa1\x7f\x28\x4a\x3b\x90\xdf\x3f\xe9\x1e\xf4\x8e\x4e\x0f\x5b\x07\xbd\x43\x67\x50\xfa\xed\xf4\x06\xfd\xe3\x96\xd3\x1b\x0c\x44\x4f\x87\xce\xa0\xe5\xf4\xf6\xf7\x45\xdd\xe3\x93\x63\xfc\x9d\x8a\x8c\xe3\xae\xd3\xeb\xf7\x07\x90\x2e\xe6\x60\x7f\xff\xd0\x77\x5a\x4e\xf7\xa0\x37\x38\x39\xee\x1e\xf4\x9c\x93\x03\x6c\xb7\x0b\xed\x8a\x3a\x62\xd0\xfd\x9e\x68\xbd\x0b\xf0\x48\x9c\x7e\x6a\x5e\x85\x41\xfa\x46\x2c\x12\x3e\x05\xa9\x83\xda\xa6\xb0\x7b\xaa\xda\x26\x98\x3e\xa8\x62\x2a\x96\x8d\x57\x20\xad\x20\x9a\x06\xbe\x97\xc5\xc9\x4b\xf5\x10\xcb\x92\xbe\xec\xb3\x51\xa0\xd4\xd1\x23\xc7\xd5\xbf\x07\x0e\x55\xcc\x06\xbc\x4d\x59\x5a\x53\x1d\xfc\x23\xa1\xe0\x6a\x09\xd9\x2c\xba\x12\x6f\xf5\x0f\x9d\x65\x6a\x51\xcb\xc5\x10\xf9\xee\x7d\xad\xf5\x13\xa3\xf5\x03\x27\xcf\x73\xfa\xd9\x67\x9f\x7c\xfa\x15\xfe\xbe\xf4\xeb\x6e\xd7\x5f\xa4\xe5\xdb\x49\xc5\x09\x1b\xcd\x58\x71\xf5\xb5\x6b\xed\x71\xbc\xab\x65\xde\x48\xd4\x77\xc4\x8d\x17\xbe\x2d\x88\xe8\x79\x2f\xca\x17\x4f\xdc\xa8\x68\xc8\xed\x53\x75\x14\x59\xb7\x39\x2c\x78\x09\x60\xed\xa1\x7b\x67\xb8\x71\xa6\xbe\x54\x33\x58\x22\xcf\x73\xfb\xda\xdf\x6e\xed\x5b\x9f\x8d\xad\xab\xa8\xd5\x72\xfe\x97\xb6\x4e\xc4\x9f\xbe\xe3\xfc\x6f\xeb\xbe\xa5\xde\x54\xb4\x9c\x61\x2b\x17\x05\x0e\xca\xc9\x7d\x48\xb6\x26\x74\x23\x9a\xd9\xf8\xec\xd6\x97\x4e\x5e\x1d\x42\xe8\xb5\xaf\x4e\xc8\x67\x09\xe7\x5f\xb9\xbd\xeb\xd8\xff\xd6\xa7\xf7\x89\x77\xab\x42\x80\x97\x2b\x6d\x7c\x08\x0d\x4a\x08\x7d\xdd\x4c\x6e\x53\x1e\x7a\x77\x40\x6a\x28\x55\x4b\xfc\x1e\x9d\xb9\x0b\x16\xfd\x22\xb5\x8b\xf7\x3c\x86\x01\xf3\xd2\xa7\x56\xab\x9f\xb6\xb8\x97\xf2\x6e\x10\x75\xe3\x75\x66\x18\x33\x19\xb5\x96\x69\x2b\x88\x66\x41\x14\x64\x7c\x68\x11\x7a\xed\xf9\x5f\xe6\x89\x50\x3b\x5e\xa2\x23\x72\x53\x52\x59\xf2\xc5\xcf\x47\x6f\x1a\xac\x53\xd7\xea\xf3\xa5\x55\x50\xa6\x29\x07\x2d\x8a\x7b\x97\xef\x84\x12\x12\x8d\xa0\x24\x28\x99\x4a\x4d\xc1\xba\x2a\x52\x95\x34\xa3\x60\xf7\x08\x65\x16\xe4\xe7\xd4\x82\x47\xb2\x42\x5d\x7c\xbf\xc3\xb0\x28\x87\xe0\xd8\x80\xf6\x57\xe8\x68\x41\x59\xc7\x03\xd3\x22\xfd\x98\x85\xbb\xac\x8a\x44\x5b\x15\x6f\xd5\x22\xad\xd8\x15\x91\x7d\xaf\xd7\x2f\xd8\x14\xb2\x7c\x57\xa7\xa2\x1e\x93\x91\x9c\x06\xc0\x6d\x5f\xfb\xf4\x1e\x66\xd1\x75\x54\x50\xe5\x38\xaf\xe4\xf4\x8f\x74\x5e\xdb\xa9\x66\xee\x0f\x8a\xcc\x18\x62\x57\xbd\xaf\x9a\x28\xc0\xe0\x0f\xd0\x26\x79\xd7\x24\x0b\x0a\xde\xb3\x5a\x67\x96\x31\xcd\xae\x23\x27\xd5\x75\xe0\xf9\x11\xbc\x24\xb2\x82\x68\xc1\x93\x20\xb3\xf4\xbb\x23\x3e\x72\xdc\xbe\x0e\xa7\x51\x98\xca\x8e\xe4\x5c\xba\x46\x9e\xd3\x57\x4f\xb0\x01\x1f\x30\xf0\x22\xc0\xdd\x07\x9f\xbd\xf2\xe9\xef\xe2\x2f\x5e\xb8\xfc\xe3\x86\xa5\x52\xe7\x90\x0c\xfc\x0d\x4c\xff\xd4\xcb\x3c\xb0\x00\x0a\x22\xa9\x18\x02\x3e\x10\xc9\x2b\x15\x67\x29\x64\xca\xc1\x35\x66\x43\x38\x65\xe3\x30\x79\xc6\x84\xe6\xa8\x1c\xc7\x2f\x58\xd2\x7b\x27\x50\x4d\xa7\x2c\xe9\x7d\x84\x7a\xc6\x08\xdf\xa6\xd5\xe0\x2b\x72\xfb\x75\xc5\x92\x9e\x9f\xa6\x74\x29\xfe\xdd\x18\x35\x66\xf4\x5e\x80\xec\xc6\xb4\x00\xd1\xfd\x29\xb5\xcd\x88\xbd\xf6\xca\xf6\x6c\x6b\xb9\x0e\xb3\x40\x1e\x1f\x73\x42\x68\x20\xd4\x6b\x91\xd6\xc5\xe0\x8f\x68\x01\x17\x09\xdd\x6e\x90\x76\x55\xa8\x05\xcb\x55\x3a\x5e\x4a\xa8\x31\x3c\x77\x9d\x0b\x62\x5c\x34\x41\xf1\x10\x08\xef\x30\x06\x46\x03\x1c\x9f\x3f\xcb\x18\x09\x68\x76\x8b\x1e\xcb\xdd\x65\x40\xfe\xd3\x3f\x31\x6e\x44\xf7\x8e\x5e\x71\x0e\x8d\x6e\xc3\xea\x40\xf1\x62\xd4\xf0\x63\xcd\xfe\x4f\xe2\xd5\xcf\x41\xb6\x78\x1d\x86\xc1\x2a\x0d\x52\xd1\x04\xd0\xe4\x0b\x9f\xdd\xbf\x0c\xb9\x97\x68\x66\xe1\xfe\xd7\x36\x3f\xfc\x52\xbf\xf5\xcd\x8f\x32\x93\x82\xd2\x55\x16\xa5\xf6\x3c\xb6\xdb\x8f\xa9\x7d\xe1\x03\x65\x0a\xc4\xbc\x44\x73\xf9\x09\x63\x69\x62\xb7\x65\xd3\xdb\x58\x48\x5e\x49\x79\x4a\xcd\x38\x2a\x61\x79\x05\x2a\xc3\xfb\x6d\x7a\xb1\xe2\x51\x13\x12\x12\x3e\x73\x53\x2a\x39\xb6\x0a\x71\x5b\x63\xd4\x32\x03\x31\x20\x03\xba\x96\x89\x3e\x2e\x67\xcc\x10\x38\xcb\xf5\x8c\x74\x30\x51\x83\xb4\x1b\xaf\x84\xa1\xb4\x16\x6c\x1d\x88\x47\x70\xa9\x57\x49\xbc\x9a\xc6\xb7\xd1\xff\x1f\x08\x60\x5a\xed\xfa\x31\x1a\x50\x15\x1e\x24\x83\xcb\x82\x0c\x5e\xc5\xb7\xd1\xcb\x05\xbf\x49\xe2\xc8\xbd\xf4\xe9\xcb\x24\x4e\xd3\xb7\x7e\x1c\xb9\x17\x3e\xc5\x37\xbc\x7f\xc5\x58\xbf\xe3\x20\x3e\x81\x3a\x16\xf8\xfb\x83\x74\xac\x53\xdb\x9e\x01\xc6\x81\x91\x9d\x41\xed\x9e\x95\x59\xf1\x03\xc8\x12\xb2\x6e\x55\x47\x10\x24\x6b\x24\xa4\xc0\x78\x8a\xf8\x56\x26\x77\x98\xc9\xdd\xff\x35\xd5\xe0\xbb\x01\xf5\x37\x6e\x92\x13\x41\x0c\x85\xf4\x12\xec\x1d\x1c\x27\x01\x8e\xe4\xf0\x1a\x51\x55\x20\xc2\x58\x4c\x05\xca\x02\xf6\x2f\xbc\x23\x07\x32\x4b\x3e\xe8\xb8\xc8\xec\x80\x8e\xc1\xd3\x46\xc5\xf8\x37\x47\x9c\xc9\x11\xcb\xde\xeb\x2b\x03\xb3\xbb\x12\xe1\xc5\xce\x4b\x2c\x00\xd7\x14\x95\x6a\xb9\xf6\x27\xa7\xba\xa2\x7a\xe9\x01\xef\x82\x3b\xb6\x0b\xe3\x28\x35\xac\xa3\x9d\x84\x9d\xea\xc9\x0b\x70\x41\x6a\xd8\x3f\xf1\x95\x97\xec\x5e\x91\x7f\x44\x6d\xac\xab\xdc\x40\x21\x01\x55\x2a\x63\x50\xeb\xb4\x01\xe3\xba\x50\x37\xd5\xa5\x94\xa6\x88\x58\x5f\xad\xb3\x3f\x07\x2c\xd0\x09\x8d\x59\x50\x70\x54\x4f\x7c\x14\xbc\x37\x85\xcf\xef\x60\xb3\x87\x86\x8a\x8a\x74\x64\x29\x6a\x15\x65\xe1\x03\x4b\x36\x51\x58\x31\x66\x50\x24\x39\x01\xfd\xe0\x97\xb4\xf7\x2f\x98\xc4\xb2\x9e\x2c\x46\x84\x43\xa4\xf0\xf1\x91\xcf\x40\xa0\xaf\xd6\x08\xbc\xfb\xce\xb7\x53\x23\x24\xaa\x27\x18\x2b\xbc\xdf\xaa\x28\xe1\xee\x7b\x9f\x9e\xf3\x68\xfd\xd7\xb1\x57\x44\xd2\x13\x79\xad\x10\x01\x75\x2a\x14\xa9\x92\xfe\x20\x30\x54\x9c\x53\x0f\xa9\x50\x80\xfa\x2e\x48\x77\x4c\xe7\x9f\x96\x06\xd5\x28\xa3\xfa\x02\xe4\x23\xa0\x0b\x50\x76\x1d\x8f\x84\x22\xaf\x38\x1c\x11\x9f\x20\x0a\x41\x77\xb2\xdc\x54\x8f\xce\x53\x07\x24\x30\x3a\xdc\x44\x75\xcf\x7d\x35\x55\xf2\x14\xc6\xbd\xf3\xe9\xfb\xca\x59\x94\x3b\xf7\xe9\xb9\x56\xd2\xdc\x8f\xe6\x57\xc1\x61\x3e\x98\xc9\xa0\x3e\xba\xbf\x9b\x49\xa8\xdc\x3d\x8e\xd1\x87\x2d\x0b\xa5\xeb\xa0\xc5\xd4\x3f\x80\xa5\x87\xe0\xfe\x35\x93\xf5\xa0\xbe\x93\xa2\xd7\x25\x69\x55\xe8\x99\x5c\x3f\x95\x0e\x63\x79\x6d\xb4\x3a\x95\x98\x0e\xb3\x88\x3f\xeb\x6a\x8e\x91\x6e\x6a\x39\x46\x72\x2a\x61\x33\x27\x3d\xcc\xe9\x1a\x27\xfd\x43\xe1\x59\xec\xbf\xa7\xe3\x98\xee\xcc\x6a\x83\x36\x32\x2b\x47\x78\x14\xd1\xfc\x9f\x4a\xaf\x87\x97\xa1\xc9\x5c\x1f\xd9\x55\x08\x50\x47\xdd\x21\xcc\xac\xca\x64\x79\x14\x53\x92\x2c\x94\x53\x51\x8c\x2b\x88\xe6\x21\xff\xa9\x7c\x38\xf6\x17\x52\xeb\x53\xe6\x24\x2d\x60\x68\x18\x0b\xe6\x9a\x16\xa7\x99\x52\x25\x4b\x1c\x9c\x64\x9a\x15\x7e\xf0\x97\x68\x1c\xea\x82\x78\xdd\xe0\x57\xd7\xb5\x77\x8d\xd4\xb3\xad\x9b\x12\x40\x0d\x83\xc5\x31\x15\x53\x0b\xe3\xad\x24\x9a\xcc\x34\x6e\xc8\x5d\x78\xa9\xc2\x56\x6a\x6a\x32\x39\xfd\xd9\x67\xef\xc1\x51\x46\x2f\x48\xdf\x7b\xef\xb7\xdb\x86\xcb\x4c\xd2\x93\x86\xf1\x9a\xb7\xd3\xe1\x6d\xc6\xb8\xf9\x9c\x50\xde\x9d\x36\x3c\x23\xc2\x35\xcf\x92\x93\xc4\x76\x7f\x58\xbc\xbe\x84\x57\x9c\xa6\xaf\xb6\x60\x66\x27\xe0\x5c\x8b\x06\xf0\xda\x9f\xb6\xed\x04\xef\xdb\xfd\xec\xdb\x09\xe9\x74\x7e\x86\x27\xe9\x45\x5b\x70\x9e\x4d\x03\xfd\x6a\x0e\x5f\x26\xfa\x4d\x6f\x66\x87\x85\xbb\x94\x4e\xc7\xce\xd8\x6f\x3e\x51\xd5\xd1\xe7\x66\xbb\xdf\xf0\x8c\xa4\x78\xe6\x3a\x9e\x48\xf7\x6c\xb5\x07\x61\xe0\xad\x6d\x9c\x9a\xc7\xe4\xa9\x7e\x15\x18\x77\x3a\x91\x8c\x2d\xde\xe9\x64\xb6\x47\x03\xb2\xdd\x8a\x51\x96\x9e\x91\x08\xad\xaa\xed\xd0\x08\xca\xd1\x80\x79\x84\x26\x79\xf1\xfc\xf8\x17\x7d\x38\x78\xbc\x9a\x3b\xfe\x6f\x5d\xaf\xdf\xbf\xbb\xe4\x9b\xac\x38\x25\xc4\x7d\x37\x95\x3e\xfc\xda\x85\x8b\xf8\xee\xe9\xe9\xe9\xe9\x50\x6d\xbc\x0d\xfd\x30\x58\xb9\x09\xf7\x33\xbb\xbf\xda\xd0\x56\xe9\x0f\x19\xaa\xc3\xc3\xd5\x66\x88\x9b\xa3\xe2\x97\x3e\x5a\x55\x97\x8b\x87\xea\x2e\xae\x8b\x67\x7a\x43\xbd\x45\x37\xbc\x5d\x04\x19\xef\xa6\x2b\xcf\xe7\x6e\x14\xdf\x26\xde\xca\xca\xe9\x9b\x5d\x47\x46\x85\x8e\x2b\xd6\xc1\x2f\x7e\x0e\x0e\xcc\xe9\x77\x3e\xbb\x9f\xaf\x83\xa9\x17\xf9\xcd\xcc\x47\x48\x37\x2f\xf1\x17\x62\x71\xa3\x24\x96\x8b\x2f\x29\x73\x1a\x19\x1d\x19\x79\xb4\x5c\x84\xda\x71\xa8\xbc\xe7\x23\x6f\xac\x82\xde\xa5\x9c\xb3\xfc\x98\xf2\xd6\x8f\xab\x96\x17\x4d\x5b\xc2\x34\x6d\x65\x71\xcb\x5f\xc4\x71\xca\xf5\x15\x14\xed\x73\x0f\x82\x2f\xd1\xd6\x2a\xe1\x69\xda\x7a\x1d\x65\x3c\x11\xa5\x51\xc0\xb5\xb2\x05\x6f\xc9\x5d\xed\xf0\xae\x25\x85\x61\x4b\x89\xd6\xa2\x5a\xea\x7b\x2b\x2e\xea\xf1\x4d\x80\xb5\x00\x1c\xbd\x79\x1e\x8c\x74\xd9\x4b\xef\xba\xd2\x01\x36\x07\xc0\x96\xab\xbb\x96\x45\xad\x9e\x0c\x37\x21\xb5\x68\xed\x7e\x46\x35\x5d\x89\x65\xbb\xdd\x5a\x88\x2d\x8b\x5a\xad\x20\xd5\x30\x1b\x1b\xf9\x23\x0b\xa2\xb6\x09\x28\x12\x38\x80\x68\xa1\x62\x67\x19\x23\x52\x58\x8b\x57\x3c\xd2\x00\x51\xa3\x95\x68\x64\xc9\xa2\x21\x9f\x65\xa2\x28\xf4\xd4\x52\x9a\x41\x0b\x18\x55\x0a\xb1\x02\x10\x7e\xc9\xb9\x8c\x19\x82\x9a\x62\xd8\x70\xd7\x40\xb4\x91\xc5\xf3\x79\xc8\x5b\xd7\x3c\xbb\xe5\x3c\xd2\xc0\x63\x5b\x0a\xb6\x17\x9e\xff\x05\x08\x14\x47\x20\x54\xbd\x1d\x13\x85\x5d\x16\x4e\x54\x24\xea\xf2\x9c\xc6\xd1\xcb\x85\x17\xcd\x9b\xa9\xd3\x83\x14\xa0\x4b\xdc\x46\x48\x8a\xa8\xa2\x91\xa0\x97\x08\xe5\x87\xa6\x53\xfd\x88\x5c\xd2\xe2\x94\x23\x1a\xe4\x35\x29\x79\x91\x7a\x15\xaf\x14\xfb\x86\x6f\x04\xbd\x5b\xc6\x8b\x24\x86\x82\x3e\xc5\x9c\xa8\xf6\xf8\x54\x53\x43\xa5\x83\x9d\xb5\x83\x11\x90\x81\x12\xa4\xbd\x16\x52\x47\xcb\x8b\xe2\x6c\xc1\x13\x49\x7c\x3d\x58\x03\x66\x27\x8d\x38\x03\x05\xb5\x59\xda\xe2\x5a\x04\x9c\x49\xec\x97\xb1\x76\x9f\x4b\xac\xa9\x57\x57\xb1\xc6\xae\x57\x94\x8b\x05\x76\x63\x10\xba\x08\x0c\xbe\xbc\x6a\xd8\x66\x37\xf4\xe3\x75\xb3\x23\x6e\x5e\xf8\x94\x1e\x19\xcb\xc5\x08\xe6\xb8\xd7\xa7\x56\x2b\x9e\x19\x54\xad\xdd\x01\xbb\x96\x85\xf7\xc5\x71\x76\x50\xe2\x28\xb7\x30\x98\x58\x60\xd9\xa3\x96\x22\x39\x73\x89\xac\xed\x94\x26\x04\x57\x70\x20\xef\xbd\x18\x6e\x6a\x67\xcc\x1f\x59\xad\x42\xc3\xb1\x2c\xba\x60\x05\xa0\xe1\xc8\x2a\xb4\x6c\x4b\xe9\xe1\xba\xf1\x99\x0e\x6d\x56\x9d\x73\x01\x4d\x51\x6e\x21\xe8\xc7\x84\x29\x50\x30\x15\x3e\x76\xc5\xcc\xc2\x43\xbd\x66\x5e\x2d\xf8\xce\x4f\xda\x0f\x77\xc2\xd3\x75\x98\x29\x7b\x6d\x58\x65\x47\x91\xc9\x67\x5a\xb3\x38\x69\xa5\xc0\xe9\x5b\x19\x4f\x96\x2d\x6b\x2f\x53\x4c\x2d\xcf\xe9\x4f\xcd\xe7\x34\x82\x9d\xe1\xe4\xaa\x55\x28\x47\x2f\x1f\xe8\x05\x45\x0a\x82\x15\xab\x04\x81\x49\x69\x4f\x36\x98\x54\x55\x8a\x32\x4f\x66\x42\xe6\x43\xbf\xef\x82\x1b\x2e\x87\x96\x52\xf9\x92\x04\x5b\xc4\x93\x9a\x19\xf3\x4d\x84\x2c\xc4\xa7\x14\x5d\x53\xf8\x8d\x85\x35\xa9\xae\x20\xd1\x10\x76\x4b\xe6\x1b\xfb\xd5\xf4\x86\xf9\x7a\x45\xcc\x99\xdf\x4b\xfd\x84\xf3\xe8\x23\xf7\xa6\x3c\xf9\x94\x79\xd9\x3a\xa5\x77\xcc\xaf\xca\x40\x7a\xcd\xfc\x4a\x08\xf3\xf3\x22\x25\xb8\xe1\xd6\x84\xde\x6a\x0f\x38\xe7\x7c\x19\x9b\x4e\x72\xf4\x0a\xd1\x17\x81\xbf\xf3\x09\x0d\xb7\xdb\xfb\x9c\xe4\x84\x8e\xc3\x09\xa1\x9b\x07\x6a\xc3\x21\x3f\x8d\xa4\x23\xb0\xac\xd3\xb9\xed\x29\x76\xaa\x1e\xb5\x66\x72\x50\x14\xbd\xcd\x08\x3e\xa7\xe7\x2a\x93\xbe\xb9\x3d\xa1\x13\x26\xe0\x86\x37\xa6\xb5\xb7\xa3\xd1\x3a\x0c\x5d\x4e\x68\xca\x04\x88\xc5\xe2\x77\xbd\x4e\x67\x6a\x7b\x84\x4a\x65\x69\xb4\xb6\x3d\x58\xad\x34\x23\xc3\x88\x15\xa0\xd8\xa9\xe1\x1d\x80\xd0\x71\x46\xa7\x74\x4d\x6f\x27\x84\x3e\x7f\x6c\x6c\xcc\xb2\x68\xc6\xa2\xed\x56\xe8\x23\xed\xb6\x1d\x81\xe7\x8e\xb4\x17\x44\x7e\xb8\x9e\x72\x78\x7a\x6f\x0c\x1d\x68\x4c\x39\x1b\xb9\x97\x94\xe9\x66\x12\xc2\xb5\x9d\x11\x6a\xc0\x3f\xc5\x6f\xc5\xbd\xdc\x84\xca\xf9\x77\x6f\xa8\xe4\xa2\x6e\x86\x82\x46\x2a\x01\xc8\x82\xa8\x41\xbe\x6e\x9a\x0f\x39\xd3\x7d\xdb\xb1\xf1\x46\x9f\xd0\x71\x44\x03\xba\xa6\x53\x7a\x4b\x6f\x68\x3a\x21\xf4\xcb\x13\x06\x2c\xc6\xb3\xec\x74\x6e\xb4\xef\x2c\x68\x1d\xb8\x82\x7e\xb1\x66\xdf\xfb\xe0\x81\x53\x79\xaf\xcf\x89\x82\x02\x9f\xf9\xde\x17\x2b\xc3\x9d\xd1\x32\xa3\x70\xb3\xbc\x0c\x64\x4c\x67\x74\x09\x20\xce\x27\x84\x5e\x3c\x11\xc4\xdb\x9e\xd2\x2b\x15\x54\xc1\x48\x69\x16\x4b\x8d\x31\x54\x95\x00\x38\x55\xdc\xbe\x2f\x05\x5d\xbf\x2e\x70\x6d\x4e\x4e\x24\x88\x2b\x12\xf3\x03\x6b\xda\x5d\x50\x73\xf1\xba\x2b\x5a\x59\x88\xee\x5d\x65\x54\xd7\x54\x20\x7f\x41\xa7\x74\x05\xa3\xbb\x9b\x10\x7a\x69\x70\xf5\xe7\x25\xe6\xfc\xa5\xf4\x75\x61\xee\xa0\xbe\xf1\x55\xe4\x7d\x58\xcf\xee\xb9\xbc\x84\xe7\x65\xf1\x32\xf0\x2d\x7d\xe7\x0e\x53\x13\x1e\xf2\x1b\x2f\x12\x4a\x9c\xd0\xe4\x81\x9e\x5a\x62\x78\x56\x4e\xbd\x4e\xe7\x63\x6a\x27\xbd\x37\x89\x37\xc7\x17\x02\xeb\x30\xa4\xc6\x9d\x90\x60\xea\x62\x2b\xa9\x62\xba\x56\x4e\x37\xa4\xb1\x88\xc4\x9a\x95\xd3\x4b\xd8\x7c\xfd\xd1\x67\xe3\xfb\x6b\x2f\xe5\xae\xf5\xdc\xa2\x21\xcf\x32\x9e\xa4\xae\xf5\xfc\x6a\x3d\x38\xb8\x3e\xba\x5a\xcf\x66\x83\xfe\xd5\xc6\x77\xae\x36\xbe\xf8\x77\x70\xb5\xee\x73\xef\x08\xfe\x1e\xc0\x5f\x0f\xfe\x9e\x5c\x6d\xfc\xfd\xab\xb5\xd3\x77\x1c\xf8\x0b\xe5\xae\x1d\xc8\xe3\xf0\x1b\x4a\x5f\x0f\xae\xd6\xce\x60\x70\x24\xca\x70\xd1\xe6\x81\xf8\x35\x85\x12\xde\xe0\x6a\xe3\x1f\x8a\xef\x99\x27\xfe\xfa\x53\x51\x16\xda\x1b\x60\x7b\x1e\xb6\xe7\x43\x4b\x00\x83\xec\x4d\xb4\x32\xd8\xf7\xae\xd6\x03\xff\x68\x66\xe5\x54\x0d\xc8\x1c\xd1\xd5\xda\x3b\xde\x1f\x18\x99\xaf\xcd\xcc\x8d\x0f\x30\xcd\x7c\x80\xcc\x2c\x76\x51\x6d\xe3\xc0\xc8\xfc\xb1\x9a\x79\x64\x64\xfe\x54\xcd\x3c\x81\xbf\x9e\x51\xe4\xd7\x6a\x11\xbf\xc8\x7c\x61\xe4\xbd\x80\xe9\x38\x86\xe9\x00\x54\x20\x42\x1c\x40\xaa\x23\x40\x1f\x1c\x00\xfa\x4f\x06\xf0\xb7\x5f\x34\xf3\xd2\x68\xe6\x25\x34\x73\x02\xcd\xe0\x6c\xc1\xa8\x9d\x13\xf8\x0b\x58\x77\xfc\xab\x8d\x7f\x0c\xcd\x42\xea\xc9\x31\xe0\xf6\x1a\xa0\xe3\x45\xb3\xaf\x8c\x66\x5f\x41\xb3\xa7\xd0\x2c\x42\x84\x4d\xc1\xb4\x3a\x30\x5d\x7d\x98\xba\x3e\x42\xcd\x45\x6e\x1f\xa6\xee\xe4\x1a\xfe\x42\xf9\x93\x53\xd1\xc9\xf1\xa9\xd1\xc9\xbf\x4a\xf8\x71\xfa\xb3\x3e\x50\x86\x31\x05\xaf\xbe\x56\x8b\x00\x06\xfc\xc3\xa2\x88\x39\xd1\xaf\x01\x54\x0f\x40\x3d\xbc\xda\xf8\x82\x6e\x4f\xaf\x36\x3e\x50\xb1\x0f\x40\x5e\x03\xd8\x3e\x0c\x04\xe9\xfd\x1a\xa8\x02\x81\xef\x43\x7a\x1f\xf0\xd6\x07\xea\xed\x1f\x5d\x6d\xfc\x6b\x28\x07\xc3\xe8\x7b\x40\xb1\x40\x93\x0e\x50\xa9\xc0\x78\x9f\x03\x85\x0d\x06\xf0\xbb\x8f\x2d\xe2\x6f\xfc\x0b\x75\x4f\x11\x29\x06\x9e\xdf\x18\xc0\xbf\x01\xe0\xaf\x01\x78\x68\xb8\x0f\x98\x3c\xed\x03\xde\xae\x8b\x4a\xdf\x1a\x95\xbe\x85\x4a\x3e\x54\x3a\x06\x04\x21\xd4\x30\x2d\x03\xe8\x0f\x9b\xc1\xdf\x1c\x46\x36\x00\x24\x72\x28\x79\xba\x2f\x9a\x17\x6b\xcf\x3b\x3e\x9e\xc2\x5f\x03\xbe\xef\x8c\xae\xbe\x83\xae\xa6\xd0\x15\x10\x0f\x52\x03\x52\x2c\x2c\xfa\x41\x1f\x90\x2b\xd3\x61\xe0\x03\x18\xb8\xc8\x1d\xf8\x47\xc7\xe2\xef\xf1\xa1\xe8\xe4\x64\x5a\x74\xf2\xd6\xe8\xe4\x2d\x74\xc2\xa1\x13\x31\x73\x82\x5e\xa7\x57\x1b\x1f\xc7\x80\xdd\x62\x93\x80\xe3\x7d\xc1\x65\x66\xd0\x11\xce\x2b\x94\x10\x29\xce\x00\x28\x7c\xe0\xe0\xdc\x63\x1d\x04\x0f\x6a\x9e\x1e\x17\x00\xfc\xd3\x00\xe0\x9f\x00\xc0\x0c\x00\x80\x4a\xfb\x30\xd5\x07\x27\x45\xf1\xef\x8d\xe2\xdf\x8b\xe2\x82\xb2\x66\xb3\x01\x50\xc9\x3e\xe2\x19\x06\xbf\x0f\x78\xde\x87\xc9\xdc\x47\x6c\x9f\x00\x22\x60\x29\x1c\x00\xce\x0f\x06\xf0\xf7\x00\x66\xc1\xe0\x4c\xef\x8c\x4e\xde\x41\x27\x7d\xe8\x04\x87\x3d\x83\xbf\xa7\xf0\x77\x0a\xcd\x63\x27\x30\xfc\x7d\x04\x04\x48\x60\x1f\xc6\x70\xd0\x87\x65\x3e\x85\xce\x07\xf0\x17\x3b\x07\x9e\x75\x70\x04\x33\xe2\x18\x9d\xff\xb3\xb2\xec\x7c\x03\x5b\xef\x7e\xab\x66\x1a\xb8\x39\x37\xf2\xce\x01\xec\x01\x80\x8d\x40\x02\xfe\x0f\x60\x1d\x1e\x20\x18\x48\xe2\x06\x5f\x7c\x6f\x34\xf0\x1e\x1a\xd8\x87\x06\xa0\xe0\x0c\xc6\x77\xb0\x7f\xb5\x99\xf6\xa1\x11\x40\xea\x01\x30\xb4\x03\x20\xed\x83\x43\xf8\x0d\x93\x7e\x00\x04\x80\x84\x7f\x0a\xa4\x7d\x0a\xa3\xf6\x0c\x06\xf3\xbe\x36\x52\x83\x81\xbf\xaf\x8d\xd4\x58\x85\xa6\xe4\xb8\x00\x40\x0f\x00\xd0\xd9\xd5\x66\x3a\xb8\xda\x4c\x05\x90\xb0\x10\xa6\xb0\x40\xa6\x30\xea\x29\x4c\xd3\xf4\xe0\x6a\x33\x45\x40\x7d\x00\x11\xa6\xea\x00\x86\x78\x00\xbf\x0f\xa1\xf4\x21\xd0\x0f\xa4\x0f\x00\x01\x03\x41\xef\x53\xe4\x34\x48\xd7\x50\xe7\x10\x86\x38\x85\x49\x76\xa0\x45\x64\xc2\x28\x51\xa7\xd0\xe2\x14\xca\x73\x4c\x81\x79\xe0\x00\x97\x8f\xb9\x80\x58\x0e\xc4\xc2\xfd\xab\x0d\x7e\xcf\xa0\x95\x13\x40\xec\xe9\x0c\x48\xc5\x83\xbf\xc6\x7c\x5d\xbc\xad\xe0\xc8\x24\xe2\x8b\xaa\x78\x3d\x30\x78\xcb\x45\x59\xbc\x3a\x83\x81\x51\xf3\x83\x91\xf7\x01\xb0\x7b\x28\xb0\xbb\x8f\x78\x01\xbc\x1e\x02\x5c\x42\x4f\x19\xf8\x47\xc0\xc5\x0e\x61\x7a\x0f\x61\x45\x1d\x1a\x93\xfc\x83\xd1\xd8\x0f\xd0\x18\xa8\x3e\xfb\xc0\x59\x0f\x81\xfa\x0f\x81\x56\x0e\x8c\xc9\xff\x68\x54\xfa\x08\x95\x40\x40\xe3\x9a\x96\x10\x00\x96\xb0\x2a\x08\xbc\x01\x4a\x91\x43\xc0\xf5\x21\x2c\xd5\x43\x98\xf1\x43\x98\x3d\x31\xb7\x03\xff\x08\xd6\xfa\x21\x60\xd2\xc3\xa5\x67\x0c\xfc\x93\xd1\xed\x27\xe8\x16\x04\xfa\xfe\xbe\x68\xe6\x14\xa7\x1b\x9a\x3f\x02\xda\x3f\x84\xe9\x3b\x02\x02\x38\x02\xe4\x1c\x41\x87\x47\x00\xc8\x11\x82\x86\x60\x72\xe0\xbe\x1c\xba\x85\x75\x7f\x62\xa0\xe8\xd2\xe8\xf6\x12\xba\x05\x81\xbf\x0f\xe3\x3c\x02\xba\x38\xc2\xdf\x40\x5f\x28\xcf\xb0\x93\x63\xec\x16\x40\x3b\xc2\x39\x81\x91\x7b\x48\xb1\xd0\xe1\x89\xa1\x39\x5d\xfe\xab\x42\x14\x03\x83\x7f\x98\x34\xf1\x23\xc0\x01\xd2\x7c\xff\xf0\x6a\x33\x3d\xbd\xda\x4c\xbd\xab\xcd\x14\x94\x8a\x23\xe0\xb0\xc7\x30\xb4\x23\x40\xc8\x31\xc2\x24\xa8\x17\xfa\xc7\x72\x53\x90\x8a\x53\xd0\x3c\xa7\xa7\x40\xf7\x00\x23\xc2\x7b\x8c\x2b\x67\x1f\xc6\x04\x8c\x1e\x65\xbf\x07\x32\x85\xe3\x9a\x81\x9e\x38\xae\x19\x40\xf7\x0c\x46\xcc\x01\x1f\xc7\x40\x0f\xc7\x88\x09\x40\xfd\x31\x0a\x0c\x03\xb9\xa6\xaa\xf8\x13\x0c\x0a\xa4\x3c\xf2\xec\x63\x68\xf2\x18\xc0\xb9\x46\xd2\x45\x62\x31\x74\x9c\x9f\xaa\x9a\xe4\x91\xc1\xac\x7f\x36\xf2\x7e\x86\xd6\x41\x1d\xd8\x07\xae\x78\x02\xa0\xa2\xde\x78\x0c\x00\x9f\x40\xaf\x27\xf8\x1b\xc4\xd1\xb1\x41\x7e\xbf\x18\x8d\xfd\x02\x8d\x81\xc0\xdf\x07\x1c\x9c\x00\x3e\x4e\x8c\xd5\x6f\xc2\xf5\x2b\x14\x07\xd1\xbd\x0f\x88\x9e\x09\x36\x38\x85\x9e\xa1\x4f\xe0\xde\x83\x7d\x40\xd5\x09\xa2\x1f\x9a\x9d\x61\x2e\xd0\xf3\x35\x4c\xc5\x01\x20\x7b\x66\x30\x0b\x93\x66\xfe\x05\x1d\x81\x88\x46\xf1\x76\x0c\xdd\xa1\x76\x75\x0c\xb3\x7e\x0c\xf2\xe6\x14\xba\x3a\xc5\x86\x0f\x81\xc5\x00\xb7\x38\x9e\xc1\x3a\x04\xad\xf7\xc8\x18\xbc\x67\x74\x22\xcc\x8d\x83\x29\x08\xf6\x03\x90\x35\xa7\xde\xd5\x46\x18\x35\xbc\x7f\xb5\x41\xd6\xe9\x01\x86\x3d\x60\xe4\x1e\xc8\x5c\xef\xf4\x6a\xc3\x51\xf5\x06\x55\xd6\x81\x55\x7b\x0d\xf5\x91\xa4\xae\xa1\x34\x8e\x12\x15\x36\x68\x0f\x0d\x25\x28\xe1\xed\x5f\x6d\x38\x1a\x4a\x30\x14\x60\xf1\x03\x07\x99\x3b\xb4\xe7\x61\x7b\x30\xc4\x6b\x54\xe6\xb1\xb7\x43\x18\x16\x0c\xf4\xd0\x20\x10\xcf\xab\xda\x21\xfb\x46\x26\x2f\x19\x4a\xb8\x38\x66\x30\x6b\xdc\x2c\x16\x57\xdb\x30\xc8\xd3\x5b\x57\x33\x0d\x75\xc1\xbb\xa9\x66\x82\xf6\xb3\x6f\x88\x52\xef\xae\x5a\xc4\xd0\x0e\xaf\x8d\xbc\x6b\x98\x14\x50\x84\x0e\xd0\xd8\x00\x84\x38\x80\x54\x07\xd0\x79\x82\x3a\x36\x20\xf8\xd0\x18\x80\x6f\x34\xe3\x43\x33\xa0\x98\xa0\x5d\x85\x55\x1d\xd0\xa7\x1c\xc0\xba\x33\xbd\xda\x70\xc4\x2d\xa4\x9e\x20\xed\xfa\x00\x9d\x20\x9f\xbe\xc9\x3d\xa7\x46\xe3\x53\x68\x1c\x94\x96\x03\x34\x97\xb0\x41\x98\x5c\x07\x26\xad\x0f\x13\xd8\x47\xd8\x41\x95\xeb\xc3\x04\x9e\x00\x6f\x05\xb9\x36\x38\x3c\x06\x5d\xdc\x10\x48\xd3\x9a\x2d\x04\xb0\xfb\x06\x6b\x35\xe7\x92\x03\x1c\xa0\x93\x1c\x1c\x5e\x6d\xf8\xc9\xd5\x86\x0b\xf2\x44\xbd\x01\x20\xb8\x06\x98\x7c\xc0\x9e\x8f\xa4\x0a\x13\x8f\x90\xf5\x21\xbd\x0f\xa8\xe9\x03\x41\xf6\x8f\xaf\x36\x1c\x6d\x21\x18\x53\xff\x1a\x88\x12\x08\xce\x01\x64\x5d\xc3\x4a\xf4\xc1\xaa\x1c\xc0\xef\x3e\xb6\x88\xbf\xf1\x2f\xd4\x3a\x80\x32\x87\xc8\xa3\x8d\xe9\x9e\x19\x43\x98\xc1\x10\x40\xf0\x1f\xa0\x45\x04\xc8\x3a\x05\x2e\x79\x6c\xb0\xa1\xb9\x51\x69\x0e\x95\x40\xc0\x1f\xa0\x45\x84\xb0\x03\xe6\x07\x80\x67\x6c\x06\x7f\x73\x28\x83\xf6\x32\x2c\xbb\x01\xaa\xc6\xb0\xc8\xa6\xc7\x68\xb4\x1a\xbb\x0e\x0b\xa3\xab\x05\x74\x05\x6a\xc1\x01\x9a\x26\x80\xb2\x01\xa0\x0f\x56\xf7\xa0\x8f\xc6\x09\xa6\xc3\xf0\xd1\x4c\x38\x45\x43\x0c\x2c\xa2\x23\xe4\xc2\x30\xed\x47\xc6\xb2\x5a\xdc\x54\x26\xfc\xd4\xc8\x0c\x8c\xbc\x00\xe0\x00\x3d\xe1\x40\x4c\xb1\x7f\xb5\xe1\x82\x7e\xd1\x68\x02\xfa\x1d\x00\xa2\x07\x22\x15\x21\xc2\xa9\x87\xbc\x29\x6e\xc2\x9c\xc2\x5f\x80\xce\xc7\xd2\x58\x12\x36\x6a\x8e\xd0\xb2\x30\x76\x1e\x4c\xdd\xf8\x37\x00\x00\x34\x86\x03\x34\x9a\x90\x81\x41\xc3\x07\x86\xc9\xff\xc5\xa8\xf4\x05\x2a\x81\x78\x3f\x40\x8b\x05\x27\x04\xb0\xb4\x0f\x13\x82\x32\x0c\x1b\x3b\x3d\x05\x5c\xa1\x02\x0a\x9a\xdb\x01\x28\x7d\x07\x60\x4f\x7a\xc6\x52\x0f\x8d\x4e\x42\xe8\x04\xc4\x2d\xe8\xda\xfd\x03\xe0\x0f\x28\x37\xd0\x1e\x91\x9d\xa0\x31\x85\x46\x13\x5a\x2b\x28\x49\x80\x56\x0e\x40\x80\x9e\x82\xed\x2f\xe4\xc6\xc0\x3f\x42\x10\x80\x3e\x4e\xf0\xb7\xc1\xf4\xc2\x9a\xe5\x60\x20\x61\x69\xe4\x2d\x01\x3e\x10\xd8\x07\xd8\x2b\x20\x1d\x45\x0e\x30\xa7\xc1\x31\xb0\x7e\x73\xe7\x2b\x32\x1a\x88\xa0\x01\x10\xd2\x68\x40\xcc\x60\x20\x07\x07\x57\x9b\x19\x36\x02\xd8\x3b\x00\x49\x8b\x0b\x02\xd7\x12\xe2\xfc\x00\x4a\x83\x5e\x39\x40\x55\x06\x87\x84\xbb\x0e\x9e\x41\x70\x51\x6d\x48\xc6\x02\x34\xa5\x43\x0c\x10\x81\x1e\x70\x30\xbb\xda\x08\x2d\x60\xb6\x7f\xb5\x99\xa1\x31\x04\x6b\x03\xad\xb7\x29\x20\x7e\x7a\x78\xb5\x99\xa1\x31\x04\x94\x86\xa6\xe2\x01\xa2\x1d\x7e\x1f\x42\xe9\x43\xa0\x08\x48\x1f\x0c\xe0\xef\x7e\xff\x6a\x33\x43\x63\x08\xa9\x16\xea\x1c\x02\x15\x4d\x61\x2b\xd2\xc1\x4d\x46\x48\x47\xa9\x39\x85\x16\xa7\x50\x9e\x63\x0a\xaa\x7a\x00\x97\x8f\xb9\x80\x13\x0e\xd3\x2f\xd6\x11\x5a\x9d\x33\xe8\xf3\x10\x94\xf7\x03\x50\x1d\x10\xde\x63\x03\x47\x71\x50\x35\x86\x0c\xb2\x8c\xd7\x55\x7b\xc7\xcc\xac\xca\xd7\x03\x63\xbe\x57\x46\xde\x0a\xb0\x0b\xca\x8f\x34\x12\x01\x77\x87\x30\xb3\xa0\x8b\x4c\x71\x1b\xe7\x10\xad\x1b\x34\x8c\x0c\x18\x7f\x37\x1a\xfb\x5d\x34\xc6\x41\xc9\x01\xb4\x0d\x70\x60\x28\x7b\x0e\x0d\x92\x4d\x8c\x4a\x09\x54\x02\x21\x8c\x06\xaa\x84\x00\xb0\x06\x7f\x07\x20\xce\x06\x28\x46\x0e\x01\xd7\x87\x20\x06\x0e\x61\xc6\x0f\x01\x93\x12\x7b\x08\x2b\x74\xeb\x41\xb7\x27\x06\x56\x52\xa3\xdb\x14\xba\x05\xa1\x7d\x28\x6c\x6b\x9c\x6c\x68\x1c\x54\x9e\xfe\x21\x4c\xde\x11\x4c\xff\x11\x4c\xed\x11\x74\x77\x04\x60\x1c\x21\x60\x08\x24\x92\x0f\x58\xb4\x1e\xae\x60\x18\xc2\xa9\xa1\x93\x64\x46\xd7\x19\x74\x0d\x22\x1d\x0d\xbf\x23\xe4\xe1\x80\xf3\x23\xa8\x7a\x04\xa3\xe9\xa3\x69\x02\x1d\x1e\x23\x08\x00\xe6\x11\xce\x0e\x94\x41\x9d\xfb\x08\x0d\x3f\x83\x65\x64\x5f\xab\x66\x91\x81\x7f\x93\x74\xd6\x00\x0d\x08\xf6\x43\xb1\x76\x4e\xaf\x36\x33\xef\x6a\x83\xda\xe2\x11\x70\xcf\x63\x18\x26\x42\x89\x0a\xf1\x91\xa0\x63\x34\x8b\xf0\x2f\xd0\x34\x6c\x25\xf4\xe5\xd6\x00\x8e\x06\xe0\x3d\xc6\x35\x84\x06\x11\x08\x45\x54\x03\x70\xcb\x1f\x55\x00\xe4\xd3\x28\x4d\x38\xa0\x1e\xf9\x0d\x07\x7c\x1c\xc3\x6a\x3d\x46\x4c\xc0\x34\x1c\x43\x3b\x27\xc6\xa0\x4c\xf1\x76\x03\x83\x02\x51\x8f\x16\x33\x6a\xf0\xc0\x7d\x07\x27\x48\x95\xf8\xdb\xe0\x3a\x37\x55\xbd\xf1\xc8\x90\x4f\xb7\x46\xde\x2d\xb4\x0e\x3a\x01\x92\xe0\x09\x80\x7a\x82\x40\x02\xc0\x27\x98\x8e\x74\x80\xd6\x0e\x08\x9c\x63\x83\x1c\x37\x46\x93\x1b\x68\x12\x64\xff\x21\x16\x07\xac\x98\xfb\x9a\x26\x74\x77\x50\x1c\x44\xf4\x21\x1a\x47\x82\x25\xa2\x71\x04\x3d\x03\xdb\x1e\xa0\x99\x7f\x22\xd8\x26\x20\x76\x06\x79\xa7\x58\x03\xa8\xfc\x1a\xad\x4b\xcc\x35\x78\x84\x49\x3d\x5f\xa1\x33\x10\xc7\x87\x68\x20\xc1\x0c\x9f\xc2\xac\x1e\xc3\xfc\x1f\x83\xe8\x3b\xc5\x5d\x05\x6c\x18\x39\x29\xcc\x92\x10\x92\x03\xff\x08\xb4\xdd\xa3\x7d\x2b\x9f\xd0\x5f\x7d\x86\x2e\xb7\xe7\xaf\x37\x2b\xdb\x1a\x5b\x7b\x3f\xfa\x3b\x3d\x14\xf3\x9e\x04\xa5\x70\x4d\x6c\x91\x3d\x6b\x62\x51\x6b\x6e\x11\xfa\x37\x9f\xdd\xe7\xf4\x07\x9f\x39\xc3\x1f\xfc\x67\x3f\xfa\xea\x92\xdf\x0f\xbe\x11\x6d\xfb\x5b\x9f\xfd\xe8\x8f\x7f\xf0\x27\xf4\x7b\x51\xf0\x7b\xff\xd9\xb7\xbe\x6a\x56\x55\xf8\x5e\x54\xf8\x9b\x3f\x2e\x72\xc6\xdf\xfb\x93\x09\xfb\xd6\x87\xa7\xfb\x70\xf7\xf0\x9f\x8d\x77\xe3\x8a\xc8\x6c\xbf\xfa\xb4\x69\x08\x7f\xf3\xc7\x7c\x02\x37\xca\xff\xe5\xb3\xb7\xbe\xfd\x4f\x9f\x50\x1e\x3e\xdc\xd4\x37\xff\xbe\x4a\xf7\xb6\x57\xe9\xde\xdf\xbe\x99\xc3\x5b\x67\x9a\x35\xd5\x30\x2f\xbb\xe0\x0d\x1b\xab\x74\xc5\x05\x8e\x4b\x4d\x5f\xc1\x51\x88\x61\x71\x83\x88\xf2\x5e\xbc\xce\xc4\xdf\xe8\xf5\x26\xc8\xf8\x94\xa2\xe7\x1c\x2f\xa1\xbc\x07\x8e\xab\xc4\xbf\x9b\x20\x1b\x16\xb7\x43\xf0\x62\xfa\x90\xf7\x64\x3c\xb5\xa1\x0c\x2c\x80\xae\x47\x82\xc8\xa2\x56\xbc\xce\xc4\x5f\xd9\xa6\x45\x2d\x6c\xd3\xa2\x16\x3a\xc3\xa2\x96\x68\xd3\xa2\xe6\x2b\x13\x15\x1b\xb8\xfc\xae\x44\x3e\x25\x91\xcf\xfa\xb2\x9c\x46\xc5\x9b\x76\xf9\x6c\x79\xba\x5e\x2e\xef\xde\xfe\xd1\xb7\xcb\x0d\xaf\x95\xe5\x05\x4a\xf5\x6a\x19\x7c\x27\xa0\xa7\x54\x0b\x3d\xe6\x74\xfb\x8e\xa3\x5f\x3d\x3b\x85\x07\x1b\x2b\xe1\x21\x04\x99\xb4\xd0\xe1\xc2\x2c\x4e\x96\xae\x95\xfa\x5e\xc8\x6d\x87\x18\x4f\xd5\x65\x38\xe7\x90\x8d\xad\xeb\x78\xf3\x29\xf8\x0a\x0f\xb0\x2c\xbc\xc4\x29\x30\x26\xaf\x69\x5a\xd4\x92\x60\x7d\x94\x39\xaa\x2f\x6b\x42\x83\x90\xdd\xeb\xda\xae\x85\xa3\xec\x5e\xc7\x1b\x8b\xea\x6b\x9e\x96\xf4\xdd\xd2\x08\xa3\x7e\x66\xef\x38\xff\x6b\x46\xd3\x8b\x25\x59\xac\x12\x7e\xc3\xa3\xec\x15\xde\x08\x33\xdd\x0d\x7b\xb2\x44\x9a\xc5\xab\x0f\x49\xbc\xf2\xe6\x1e\x9e\xd9\x17\x45\xd2\xb0\xec\x91\x49\x3b\x79\xa6\x99\x99\x50\xb8\xe1\x45\xff\x0c\xf8\x86\x1d\x53\x87\xe0\x97\x7f\x54\xae\xce\xfa\x6e\xa4\xee\x01\x97\x33\x78\xb7\x6f\xf4\xef\x87\x85\x3b\x88\x38\xca\xe2\xb5\xbf\x48\x33\x2f\xc9\xac\x20\x92\x0e\x8a\xb7\xdb\xc8\xbb\x09\xe6\x5e\x16\x27\xbd\xa5\xb7\x01\xe7\xc8\x1f\xe2\x20\xca\x52\x98\x9d\x30\x64\xed\x66\x5f\xfc\xaa\x7a\x5b\x7a\x40\x52\x6e\x78\xeb\x29\x95\x28\x41\x74\x1d\x32\x87\xce\x42\x76\xef\x7b\xab\x6c\x9d\x70\xb7\xdd\xa7\xd2\xbd\xb2\xdb\x96\xe1\x2e\x17\x21\xab\xdf\xd8\xd1\x0d\x7a\xbe\x98\x3b\xd9\x60\xa7\xd3\x9c\xde\xbb\x0e\xd7\x89\x4d\x72\x3a\x0d\xd5\xdd\xe3\xfe\x97\xd9\xf4\xda\xe1\xc5\x9d\x63\x4d\x10\xe0\x9f\x6a\x08\x74\xed\x0c\xa5\xc3\x28\x67\x88\xde\xa0\x9c\x61\x16\xaf\x5c\xc7\x24\x8e\x55\xb8\xf3\xb2\x7d\x18\xfb\x5f\x5e\x47\xc5\x05\x5e\x39\x48\x95\x14\xef\x70\x95\xa2\xf2\xc1\x7f\x85\xf4\x7c\xfb\x3c\x49\x82\x1b\x8e\xf7\x06\x65\xd2\x3b\xee\xdd\xe0\x95\xaf\x38\xba\x8c\x57\xb2\x84\xa7\xbe\x31\x3b\xd5\xd7\x49\x20\x40\x58\xbb\x4f\xa8\x5f\x4f\x0a\xcb\x49\x0e\xa1\xeb\x72\x0a\x3c\x6f\xa5\xb3\x22\x96\x98\x17\x86\x82\xa5\x90\x6a\xcc\x1c\x1d\x5d\x88\xad\x7b\xf2\x1a\xaa\xba\x0a\xa5\x13\x68\xc8\x12\x83\xfc\x67\xfa\x4b\xd2\xfe\x82\x25\x3d\x1f\x9c\x77\xc9\x84\xa9\x51\x77\xc5\xb2\x33\x87\x2e\xd9\xac\xbb\xe8\x86\xf4\x86\xb5\xfb\xc3\xe5\x59\xd6\xe9\xa4\xaa\x04\x46\x0c\x0a\x6c\x4e\xa8\x4e\x63\x62\x90\xab\x4e\xc7\x37\x0a\x79\x9d\x8e\x27\x0a\xf9\xd5\x42\xd9\xd9\x72\x64\x47\x9d\x4e\xdb\x68\x52\xcc\x10\x9d\x1a\x6b\x6b\x26\xba\x76\xcc\x1e\x1c\xe2\xb6\x57\x9d\x4e\x37\x3b\x0b\x3b\x1d\x3b\xee\x74\xda\x46\x6f\x71\xb5\xbe\x83\xf5\x7d\xb3\x3e\xbd\xe9\x74\x4c\x8a\xa8\x33\x1c\xda\xc4\x61\x6c\x4e\xf2\x9c\xd0\xf1\x84\xd0\xc5\xc3\x13\x44\xee\x67\x36\xa7\xe0\x1e\x25\xf3\x7e\x85\x2b\x6e\xb3\x09\xa1\xd3\xc7\x6a\x85\x1a\x4a\x08\x17\x1b\xcd\xf9\x14\x98\x03\x4f\xc7\xce\x44\x4e\xd5\xaf\x12\x84\xd5\x63\x8d\x21\x9d\xeb\x26\xbb\x0f\x34\x39\x9c\x01\x51\x29\x38\x97\x8f\x35\x1d\xcc\x8a\x0e\xda\xed\xd0\xef\x74\xee\x4d\x66\xd2\x14\xe7\x83\x37\x38\x62\xaf\xa7\xd9\xd6\xed\x82\xf3\xd0\xa2\x0b\x9a\x11\xfa\x9f\xb4\x63\xf0\x5d\x3a\xfd\x4b\x1a\x43\xef\x0d\x2b\x78\xfe\x42\xe8\x78\x45\xa7\x74\x31\x21\xf4\xe6\x31\x64\xf1\x4e\xa7\x31\xf2\x09\x6f\xf6\x42\xdf\x98\x6c\xe0\x45\x2c\x9e\xff\xbc\xb9\x32\x7a\xfe\xc2\x36\x15\x96\xda\x7d\x42\x0c\x34\x0d\x8d\x40\x8a\xeb\x94\xbf\x9e\xcd\xb8\x9f\x95\x2f\xdd\x15\x0e\x73\x79\xc1\x86\x94\x26\xb6\x14\xeb\xda\xbc\xa1\x07\x8b\x11\x6f\x59\x2e\xe9\xcd\xc4\xc8\xe4\xe4\x7e\x5d\xac\xa3\x3c\xb7\xef\x35\xa7\x77\xf5\xb5\xef\x60\xbb\x0d\x68\x99\xe7\xbb\x35\x21\x50\x12\x00\x6e\x4d\x20\x14\xc2\xc0\x2d\x8b\x86\x42\x2c\xb8\xa6\x8c\xc8\x09\xf5\x9e\x20\x89\x3c\x1f\xee\x3c\xbe\x89\x13\xf4\xf8\x7b\xed\x25\x29\x0d\x8c\x9b\xed\xdb\x6d\x44\xe3\xb2\xd8\xb8\x87\xb6\x1b\x24\x49\xfa\x84\xa5\x1c\x86\x0a\x94\x72\x70\x8e\x48\xe8\x3a\x19\x3a\xae\x1a\x06\x33\xc1\xed\x93\xb0\x21\xe4\x93\x1e\x49\xd4\xe9\x44\x63\x3e\x19\xc6\x0a\xfd\x63\x3e\x61\x59\x4e\x08\x0d\x3a\x9d\x75\xf8\xac\xaf\x24\x94\xf6\x2b\xaf\x4b\xf6\x4c\x6d\x93\xf6\x1d\xb2\xdd\x3a\xd4\x2b\x03\x34\x2a\x7d\x49\xde\x85\x01\xbb\x1d\x9a\x96\x3c\xdf\x43\x6a\xd7\xdb\x4b\xb6\x5b\x67\x68\x06\x1c\x0b\xc2\xa6\xa0\x55\xc5\xd5\xce\x50\xc0\x1f\x41\x90\x4c\x01\x3b\x84\xb3\x86\xcf\x12\x80\xc6\xf5\xca\x14\xfd\xed\x92\x3c\xeb\x74\x84\xe6\x27\xb4\xc3\x87\x39\x48\x1c\xd2\x59\x48\xa8\x60\x0b\x8f\x31\xae\x54\x16\x7d\xb8\x41\x0f\x4a\x11\xa1\xe4\xed\xb1\xbe\x12\x51\xfe\x5f\x35\xf3\xeb\x50\x3a\xa5\xf7\x36\xf6\x3a\xec\xf6\xa9\xa3\xe7\xf3\x31\x82\x30\x09\xa1\x8a\x55\x13\x5f\x8f\xb1\x93\x12\xca\x1e\xe5\x67\x1a\x6b\x8f\x35\xab\x10\x27\x51\xf6\x07\x79\x94\x57\xe5\x51\x69\x85\x47\xf9\x06\x8f\x4a\xa9\x5f\xe1\x51\xde\x2e\x1e\x15\xe5\xa6\xfd\x59\xbd\x45\x1b\xc1\xdd\x5a\xe9\xed\x20\x8e\x5e\x86\x81\xff\xc5\x5d\x84\xe0\x6d\x66\x1a\xe6\x84\x66\xe5\x89\x00\x85\x48\xe8\x5f\x39\x91\xc6\xdf\x52\x58\x01\x65\xbf\x40\x5f\x7d\xea\x3f\xf8\xb4\xd5\x78\x78\x54\xf6\xd8\x65\xbc\x1c\x9e\x06\x09\xde\xe5\x75\xe5\x83\xe3\x91\x05\x8f\x84\x01\xec\x95\x30\x6f\x78\x02\x73\x91\xba\xd9\xc8\x8a\xe2\x88\xeb\xbc\x9a\x85\x98\xe7\xd4\x7f\xc0\xcf\x8f\xf1\x32\x27\x2a\x3d\xba\x48\xb4\xf7\x95\x40\xe8\xb6\xe0\xdf\x90\xc6\x2c\xe9\x99\xae\xe1\xa8\x27\x14\x61\x74\x88\xd8\x30\x1c\x70\xd6\xe3\x85\xc1\x3c\x7a\x9b\xf1\x65\xaa\xfd\x67\xd7\xbc\xcf\x19\x1e\x0b\x0f\x0b\x87\x85\xca\xea\xaf\x95\xe9\x3b\x6e\x34\x0a\x7a\xab\x24\x58\x7a\xc9\x5d\xc9\x7f\x62\xc9\x71\x5d\x2c\x3f\xd1\x07\x85\x95\xc6\x61\x30\x55\xbe\xed\x7e\x96\x1b\x04\xc2\xfa\x5e\x78\xd3\xf8\xd6\x8d\x46\xe0\x36\xd5\x69\xf5\x57\x9b\xe2\x45\x8e\xee\x06\x83\xe2\x52\x7f\x9d\xa4\x71\xe2\x5a\xf2\x8d\x95\x55\xf5\xd8\x28\xfe\xfe\x9c\x78\x2b\xd7\x82\xf7\x97\xf4\xb7\x75\x9a\x05\xb3\x3b\x88\x34\x10\x65\xae\x05\x8f\xdf\xba\xf2\x91\x9c\x65\x38\xaa\xf7\x2a\x11\x2a\xd4\xae\x86\xe5\xb4\xda\xc1\x12\x5c\xe7\x46\x59\xf3\x26\x80\xe9\x19\xd2\x0b\xc3\x56\xdf\x41\xbf\x90\x1d\xed\x18\xd2\x44\x64\x23\xea\xf6\xc1\x39\x64\xcd\xd7\x90\xfb\xd9\xa7\xf3\x9d\x3e\x80\x4a\x81\x72\xd4\xfc\x4b\xee\x8e\xf2\xdd\x1d\xfc\x23\x2b\x3c\x65\xca\xac\xcb\x78\x55\x4a\xcf\x73\x3a\x7f\xcc\x87\x4e\x63\x57\x92\xd4\xa4\xd3\x1f\xb9\xd5\xf3\x3f\xa7\xa7\xa7\xd6\x03\xd3\x24\xfd\x16\x16\xfb\x48\xc7\x87\xff\x8b\x9f\x3f\xcb\xbd\x94\x43\xc7\x51\x7e\x0d\xe5\x28\x2c\xa7\x37\x38\xe4\x4b\xed\x8f\x13\xdc\x1d\xee\x37\x0c\x0d\x64\x5a\x39\x07\xdc\xd9\x17\x3b\x49\xeb\xd5\x8a\x27\xf0\x0a\x30\xcf\x69\x83\x13\x9c\xba\x27\xcc\xfb\xa6\x15\x04\x69\x9f\x78\x38\x73\xad\x34\x4b\x78\xe6\x2f\x1a\x29\xf1\xd3\x22\x09\xa2\x2f\xae\x63\xf6\xf5\xb0\xc7\x9c\x0a\x43\xf8\x8f\xfc\x9e\x1a\x6e\x72\x9a\xe0\x7d\x80\x0b\xf4\xcb\x5e\x51\x4b\x93\x31\xf8\x47\x42\x75\xc4\x1c\xf8\x92\x9b\x7d\x30\xc8\x5d\xce\x75\x1e\x1b\x57\xc3\x70\xb0\x13\x37\xd1\x43\xfe\x66\x40\xcb\xd4\xdd\x94\x25\x80\x2a\xa5\xdf\x04\x69\x70\x1d\x84\x41\x76\x27\xb8\xb5\x76\xc4\x0c\xc9\x21\x57\x74\x6b\xb8\x6c\xcd\x73\x5a\x75\x4e\xb9\x63\x48\xa6\x87\x5a\xf0\x1a\xbd\x93\x6b\xef\x8a\x91\x20\xa7\xac\xee\x0c\xf3\x4f\x3b\xaa\x8d\x77\x3b\xaa\x35\x88\x40\xd1\xb1\x5e\x86\x11\x15\xdc\x4e\xf2\xc2\xbe\x9c\x60\x5c\x4e\x51\x43\x08\x86\xaa\x4b\xd1\x65\x30\x9d\x86\xb0\xa6\xca\xd1\x02\xdc\x1b\x1f\xa2\x82\xd4\x11\x08\x48\x2b\xa2\x83\x95\x31\x57\x12\x72\x06\xfe\x40\xe0\x95\xa8\xa4\x35\xcf\xec\x8c\x29\x3c\xc2\x1b\xa6\x9c\x36\x9d\x04\x8c\x94\x27\x77\x74\x7f\x9a\xc5\x2b\x1d\x22\x27\x1f\xf3\x49\xf1\x61\x47\x84\xe2\x7e\x2e\xa1\x73\xf0\xdd\x5a\x59\x28\x16\xf5\xb4\x88\xd4\x45\x0c\x80\x2d\x1a\x14\xc9\x52\xba\x59\xd4\x10\x6e\x8b\x34\xf4\x6c\x87\x82\xa3\x5c\xf8\xbf\xd7\x27\xb4\xe5\xb4\x0e\x56\x9b\x56\x7f\x57\x01\x0d\x8d\xb9\x18\x2d\x1a\xc3\x8b\xc8\x6f\xd7\x59\xc6\x93\x72\x89\x4b\x31\xcc\xa6\x6c\xbd\xff\x4d\x8b\x88\x69\x2a\x0f\x96\xb2\x55\x19\xff\xd7\xb7\xd1\x54\x10\x59\x9f\xd0\x2c\xa7\xcb\x87\x9c\x2e\x95\xa3\xc2\x95\xa4\x46\x8d\xf6\x8d\xc0\x44\x7a\xb7\xfd\x57\x17\x03\x07\x55\x16\x7a\x64\xae\xee\xa8\x51\x08\xff\xcc\xaf\xbf\x04\xd9\x85\x6c\x07\x0d\x4e\xd8\xd4\x07\x35\x19\x62\x86\x14\xfe\x94\x9a\x40\x17\x3a\x9f\xe1\x00\x18\x28\x52\x75\xa4\x97\xab\xe1\xec\x5f\x03\x91\x00\x31\x45\x65\x2f\xff\x14\x91\x06\x5c\xb1\xf0\x9c\xb9\x5b\xb6\x9a\x91\x54\x68\xc2\xb2\xd2\x12\xa8\x70\x0b\xd3\x03\x69\x8d\x89\x57\xc2\xad\xf4\x2b\x3a\x59\xf2\xcd\xa0\xca\x3b\x24\x9f\x8d\x4c\xa6\xb9\x0c\x22\x69\x8f\x96\xe0\x47\x7f\x51\x0f\x0f\xa2\xb4\x76\xc5\x48\x24\x1b\x84\xed\xec\x8a\x8b\xcf\x22\xc8\x82\x01\x62\xf4\xcd\x40\xb2\xbf\xa4\x60\xca\x86\xc2\x70\x22\x14\x86\x86\xe3\x19\xc9\x02\xf7\x4b\x5a\xc2\x11\x30\x2f\x45\x16\x6e\x30\xb2\xb8\xec\x5b\xea\xec\xe0\xb4\xe3\x13\xf8\xec\xb0\x94\xd3\x0e\x73\xc8\x0f\xf8\xc3\x7a\x7c\xe2\xe0\x0d\x6f\x59\xaa\x35\xea\xe3\xd5\x19\xaa\xce\xaa\x21\x6c\x3a\x9d\xa0\x37\xf5\xa2\x39\x4f\xde\xe1\x4e\x77\xa3\x20\x40\x87\xd0\x3b\xf4\x23\x23\xbd\xf0\x5d\x5e\xed\xb2\xdc\x8b\x5f\x4a\x13\xba\x6a\x35\x12\x8e\xbb\xf4\xe5\x6b\xdc\x3f\x6e\xe8\x18\x0e\x09\x02\x8d\xd7\x98\x05\x06\xdb\x0f\x9a\x75\x1d\xe5\x4e\xa4\x0a\x7d\x32\xf2\xb4\x92\x1d\x15\xbf\x07\x87\x95\xb3\x48\x25\x66\xbd\x42\xb4\x42\x5d\xc5\xdf\x8d\x63\xce\x3f\xa0\xd2\xea\x3a\x4d\x91\x8e\x62\x03\xfb\x95\x90\x47\xe5\x2c\x8b\x68\x27\xdd\x82\x1b\xd3\x75\xca\x13\xc4\x93\x8b\x46\xa7\xe4\x79\x97\xde\xea\xbb\x60\xbe\x08\xc5\x44\x49\x6f\xe2\xc9\xfc\x1a\x05\x08\xfe\x47\x2c\x6a\xb9\x78\xbc\xd5\x30\xd3\x6d\x88\x38\x6f\x20\x4c\xff\x3a\x74\x84\xd9\x4f\x57\x8f\xf8\x24\xab\xad\x83\xca\x24\x95\xdc\x8b\x35\x47\x85\x3a\x74\x4a\x9e\xcc\x4b\xac\xc8\x54\x45\x4a\x0a\x9f\x96\x02\x5a\x8c\xa1\x58\x3f\x14\xd8\x32\x4e\x8f\xe1\x67\xe8\x65\xfc\x57\xbb\x7b\xe8\xfc\x2f\x11\x0b\x3c\x7d\xc4\xc5\xd7\x9f\xd0\x57\xe5\x68\x4b\x8e\xbb\x6a\x6a\xdc\x81\x63\xaa\x9a\xe6\xa0\x93\x5d\x83\xae\x64\x6c\x90\x31\x5b\xbe\x17\xfa\x36\xb8\xd8\xef\xb6\x0c\xf2\x4a\x4a\x34\x24\xd4\x86\x87\x4e\xb2\x0d\xcc\x99\x6c\xb2\x60\x92\x4d\xfc\xf1\xe9\x58\xbe\x79\xdc\xd7\x58\xa3\x65\xd9\xc4\x24\x1b\xcc\x2b\xb7\x5f\xb3\xf7\xeb\x2b\x2e\x33\xd1\x57\x5e\x71\x25\xeb\x18\x57\xdc\x23\x6a\x44\xa3\xea\x51\x43\x70\x9e\xe3\x39\xf4\x0d\x5c\x2f\x30\x78\xfb\x01\x12\x44\xea\xde\xab\xb5\x66\xfd\xcf\xe0\xe8\xe4\xe0\xcd\x1b\x8b\xca\x94\xe3\x43\xd7\xfa\x9f\x83\x97\xa7\xcf\x8d\xb4\x43\xc7\xb5\xfe\xe7\xc5\xe0\x95\x59\x4e\xb0\xb2\xff\x79\xf5\xfa\xf5\x0b\x91\x86\x6c\x19\x12\xf6\x0f\x9d\x17\x2a\xe1\x1d\x1a\xd4\xff\xf3\xe6\xcd\x8b\x57\xcf\x5f\x59\xb4\xe0\x6a\x8b\x34\x54\x0a\xa6\x20\x21\xa2\xf3\x0e\x4b\x79\xa7\x87\x46\x56\xbf\x5c\xef\xd4\xac\x36\x28\xe7\x9d\x98\x79\xfb\xe5\xbc\x63\x33\xef\xa0\x9c\x77\x54\x02\xa5\x9c\x77\x68\xe6\x1d\x95\xf3\x0e\xcc\xbc\xe3\x72\xde\xbe\x99\x77\x52\xce\x1b\x98\x79\xa7\x55\xbc\x08\x1a\xa6\x92\x32\xdd\x7b\x45\x28\x30\x89\xc6\x4e\x91\xbb\x7f\x42\x0b\x25\xdb\x3d\xc9\x73\x3a\x0f\x59\xc9\x01\x81\xb5\x8a\xc3\x20\x93\xda\x1a\xec\x40\xa1\x56\x21\x1d\x21\xb4\x1d\x7a\x1d\xae\x13\xb8\x77\x73\x11\x49\x16\x1f\xfb\x36\xa1\xf2\xf8\xff\x9c\x47\x6b\x19\x34\xb1\x8d\xe9\x61\x9c\x42\xaa\x2e\xde\x76\x4a\x89\xb2\x70\x9f\x16\xde\xf9\xdd\x7b\xbd\x15\x89\x01\x1f\x3f\x42\x10\x30\x0d\x02\x07\x47\x5c\xe0\x67\x5d\xc1\xd5\xa7\x18\x84\xbe\xc1\x71\x67\xd5\x55\x9c\x11\x95\x1f\x9c\x8e\xcc\xa3\x38\xe1\x2f\xbd\x14\x9a\xc6\xaf\xe7\xbe\x0f\x70\xb4\x1d\x9a\x42\xd4\x91\x60\x76\xe7\x66\x21\xcd\x92\x60\x29\x12\x97\x5e\xe6\x2f\xde\x24\xc2\x44\xf3\xa2\x3b\x0b\xa2\xe8\x08\x63\xb0\x68\x0b\x4c\xc1\x52\x63\xb8\x03\xaa\x5a\xa3\x29\x4b\x20\xf0\x3e\xf5\x59\xd2\xd3\xed\xd1\x90\xa5\x23\x1e\xda\x11\x71\x23\xba\xc6\xdf\x9e\x9d\x11\xe2\x7a\x46\x68\xc7\xa0\xd3\xb1\x43\x16\xf6\xb2\xf8\x5d\x7c\xcb\x13\xd1\x9f\x4d\xe8\x9a\xad\xcb\x29\x10\x95\xd5\x0e\xd9\xbf\x20\xa4\xd8\x9a\xfd\xd3\xb7\xd7\x84\x50\x0b\xb7\xec\x19\x63\xfe\x68\xdd\x4b\xd7\xd7\x69\x96\xd8\x0e\x0d\x95\x53\x24\xc6\x58\xe8\xae\xb5\x03\xa5\x10\xc2\xc3\xe7\x36\xa1\x82\x79\x7a\x19\x38\xb1\xae\x6b\xd7\xc5\x9d\x3d\x91\x95\xd3\xb2\x47\x9d\xa7\x15\xad\xcb\x38\x5d\x14\xd8\x73\x6e\x3a\xf1\x68\xf7\x69\x90\x4a\x57\xb3\xf8\x81\xce\x3c\xe0\xe7\xc7\x2c\xc4\x1f\x86\x5b\x0f\x31\xbb\x15\xc7\x3d\x0d\x7d\xb5\xdb\xa6\x44\xad\x6d\x12\xd4\xa3\xcf\x98\x11\x00\x69\x29\xb0\xa9\xbb\xef\x38\xb4\x14\xfc\xd4\xed\x1f\x38\xb4\xf0\x0b\x24\x40\x2c\x05\x98\x33\x42\xe1\x1a\x51\xe6\x4c\xd9\x57\x04\x41\x7d\x21\x54\xb9\x62\xf5\xec\x8a\x8e\xea\xb6\x0d\x90\x8b\x98\xf1\xdf\x3c\x8f\xa6\x49\x1c\x4c\xb7\xb7\xfc\xfa\xe2\xd3\x36\xf8\xb0\x88\x23\xbe\x0d\x3e\x78\xd3\x6d\xf0\x21\x9e\x6e\x5f\x84\x9e\xff\xe5\x05\x4f\x92\xbb\xed\xdb\xd7\xe7\xf1\x75\x10\xf2\xed\xc5\x8a\x27\x5e\xeb\x3c\x88\x82\x6f\x02\x8c\x02\x5e\x5c\xa9\x12\x1a\xdf\xf3\x39\x8f\x32\xd2\x18\x67\xde\x26\x75\x2d\xbc\x8e\x4a\x33\x76\x24\x8d\x57\x3c\x42\x16\x81\xfe\xc8\xda\x7d\x23\x09\x8f\x60\xda\x8e\xf6\xaa\x33\x9e\xd0\x95\x37\xe7\xa0\xd4\x1e\x96\xd4\x40\xe9\x28\x4f\xcc\x0f\xad\xfb\x5d\xda\xe1\xe6\x6c\xad\x4f\x98\x0c\xe9\x4c\xad\x16\x7a\xbb\x29\xc4\x72\xbf\xcd\x58\x36\xb2\x52\x74\xab\xd7\xf2\x6e\xbc\x20\x14\x84\x63\x91\x5c\xdd\xbd\xba\xcf\x69\xe6\x5d\xa3\x89\x6d\x39\x56\xcd\xb7\x4c\xdb\x31\xee\x5b\xdd\x85\x36\xa7\x19\x8d\x68\xa2\xf7\x74\xb3\xbb\x15\x2f\xac\x07\x88\x80\x51\x72\x66\xf3\x45\x56\x29\xb9\x1b\xba\xd0\x89\xa8\xea\x6d\xe0\x9b\xc8\x28\x8a\xcf\xe5\x17\x3a\x9e\x4c\xf2\xe2\x1e\xdd\x75\x58\x76\xae\xa6\xbc\x56\x55\xee\xe8\x02\x7c\xc1\xcc\x8e\x54\x3e\xe2\x4e\x28\x9a\x0f\x54\x90\x8d\xc2\x18\x23\x9a\xd1\x84\xe4\x84\xf4\x90\x6f\x1b\x65\x8b\xee\x6f\x43\x79\x45\xa6\xe0\x7c\x92\x49\x9d\x39\x23\x89\x18\xb9\xa5\x0f\x78\x89\x34\x39\x04\x7a\x6c\xf2\xfa\x41\x8e\x7e\x9b\x8c\xbe\x87\x66\x27\x31\x19\xc5\xaa\x64\x13\x4c\x26\x7b\xc8\x89\x71\xf1\xf0\x3c\xac\xdc\xe1\x9d\xae\x7d\x5e\xbd\x37\x26\x29\x09\x41\x85\x60\xfd\x02\xf6\x11\xef\xad\xd6\xe9\x42\x7a\x17\xe5\xf4\x75\x6c\x67\x3b\xd0\x67\x76\x21\x46\x0a\xf1\xa1\x5c\xac\x6f\x67\x90\x44\x28\xc7\x13\xd5\x02\x36\x89\x3e\x1d\x91\xd9\xf0\x68\xd6\xe4\xea\x10\xdb\x01\xd7\x5d\x86\x95\xeb\xb1\x4c\x5e\x2f\x4e\x95\x4f\x2f\x1d\x15\xfc\x93\x18\x3c\x44\xb7\xec\x74\x2e\x45\x67\xd2\xb0\xf0\x24\x9d\xa5\x38\x2d\x01\x44\x12\x10\x50\x6c\xc2\x1d\x4e\xfc\x2a\x0e\xd8\xec\x8c\xe4\xf4\xf9\xe3\x85\x61\x30\xa2\x70\xb1\x82\xf4\x72\x50\x58\x6f\xbc\x62\x53\x15\x04\x9d\x4e\x3d\x0d\x14\x85\x02\x9b\x7a\x49\x21\xe1\x17\xfe\x05\xcf\xba\x7d\xe5\xe6\xd6\x01\x0f\x80\x0f\xf6\xa8\x10\x4b\xf4\x68\xaa\x39\xd0\x2f\x3a\xbc\x65\x72\xa5\x2a\x5a\x8d\x7a\x69\xbc\xe4\x8d\x6b\x45\x96\x64\x8c\x25\x25\x02\xbd\xac\xe0\xa3\xcd\x7b\xa6\xa6\xb4\xdd\x96\xbf\x71\xd0\x10\x30\x3f\x6c\xbc\x37\xb3\x08\xa6\x5c\x41\xaa\x9c\xf0\x45\x75\xbf\xf3\x85\x0b\xdf\x51\xe4\x66\x39\xfd\x1c\xb2\x3e\xfd\x1a\xfe\x91\xc0\xb8\xca\xcd\x9c\x6a\xb2\x08\x90\x4b\xed\x44\x86\xb4\xc5\x14\x5e\x04\xb0\x2d\x79\x15\xc4\x6d\xb3\x92\x5b\xc1\x52\x12\x32\x60\x48\x81\xb5\xf1\x56\x46\x39\x40\xd5\x41\x6e\xfb\x88\x0f\xd3\x29\xdb\x78\x42\xe1\x24\x1f\xb2\x21\xe9\x22\xc2\x98\xd5\x50\xcd\x6c\xe7\xf9\x2c\xe3\x89\xcc\x93\x41\xf2\x56\x09\xbf\xc1\xf8\x21\x92\xdb\xd0\xa4\x07\x9b\x32\x08\xde\x77\xc2\x40\x63\xed\x3e\x4d\x7a\x41\x0a\xd1\x47\x85\x8d\x8e\x09\x7e\xbc\x5c\xc6\x11\x46\x20\x92\xad\x25\xbd\x20\x0a\xb2\xc0\x0b\xe1\x7a\xe1\x2f\xac\x9a\xf2\xab\x4c\x49\x33\x2f\xf2\xf9\x87\x84\xcf\x82\x0d\xb3\x2c\x9a\xf4\x84\x28\x05\xf0\x60\x18\xd8\x81\xba\xc0\xf9\xc6\x44\x98\x1a\x1c\x16\x11\x62\xfe\x6d\xfa\x2a\xf1\xe6\x73\x01\x97\x06\x43\x6a\xeb\x1f\xf9\x8c\x01\x3a\x13\xb1\x46\x5f\x16\x89\x25\x4e\x66\x96\xe6\x02\x01\xa5\x19\x2a\xb7\xf1\xa6\x9a\x55\x6e\xa9\x56\x13\xda\x53\xfb\xfe\xe5\xa6\xce\x8d\xd4\x72\x2b\x66\x79\x68\x40\x85\xa6\x30\x6a\xbf\x55\x49\xe5\xaa\xba\x64\x31\x10\x26\xff\x85\x1a\x30\xbd\xeb\x84\xe1\x3f\x2a\x49\x79\x2f\x6c\xf2\x7e\xcd\x12\x19\xcf\x18\xa4\xa9\x2c\x08\x31\xf2\x21\x88\x62\x06\xff\xb0\x98\x26\xe0\xc9\xf2\x42\xf9\x41\x44\x81\x8e\xf2\x52\xcc\x25\x47\x72\x6d\x58\xc3\x55\xaf\xd8\x67\xfd\x4e\x07\x27\xb2\xcd\x0c\xc7\xd8\xfd\xc9\xc8\xfc\x70\xad\x94\x67\xd2\x8b\x2d\x8d\xea\x8d\x0c\x8c\xd2\x83\x89\x22\xf7\x40\x8f\x26\x66\x41\xaf\x66\x0b\xca\xa0\x24\x92\x73\xf4\xe2\x08\x10\x24\x47\x64\x59\xf4\x1e\x7d\xf4\x9a\x7d\xe7\x68\xd5\x24\x46\x18\xe9\x9d\x6b\xae\xed\xe5\x04\xb0\x2d\xfa\x7c\x29\x3a\x17\x46\x91\x59\x75\xe7\x4a\x76\x64\x4d\x8d\x5d\x05\x4a\xa6\xb6\x8e\x21\x64\x75\x22\xdd\x8b\x22\x01\x36\x20\x5b\x0d\x1f\x8e\x1b\xaa\x96\x33\x08\x5d\xe5\x58\x54\xc8\x5d\x31\xb5\xd2\x4e\xf4\xb2\xb2\x2b\xd3\x94\x05\x9d\x4e\x52\x17\x16\x9c\x7a\x04\x6c\xc8\x9a\xf8\x12\x39\x42\x1e\x49\xe5\x2c\x64\x49\x55\x70\x72\x32\x2c\x28\xc5\xf6\x1e\x50\x7b\x5a\x0d\x75\xdb\x8c\x85\xb9\xb0\x27\xab\x7e\x90\x29\x27\x39\x0f\x53\x2e\x04\xa5\x4f\x4c\x81\x50\xa3\x59\x63\x82\x4b\x2d\xc0\x33\x86\x38\x27\xc3\x60\x64\x40\x38\xd6\x31\xcb\x5f\xc7\xb6\x47\xe8\x98\x4f\x84\x39\x5b\xed\xdc\x35\xaa\xf0\x6a\x3e\xc9\x23\x81\x47\x3d\x17\x36\xcc\x22\xde\x5a\xdb\xb5\x62\xe4\x24\xea\xa9\x8a\x1a\x67\x28\x68\x42\x30\x2c\xdc\x3f\x8c\xd7\x40\xe0\xd5\x63\xd9\x28\x76\xe3\xb1\x33\xd9\x6e\x21\x6c\xb8\x41\x8f\x5e\x81\xb9\x92\x7f\x69\x6a\x7a\x61\x75\x39\x10\x71\xc1\x8c\x70\xac\x40\xf3\x95\xa1\xaa\xfb\x75\x0d\xe3\x32\xbb\xad\x20\x62\x34\x9e\xa0\xf4\xd4\xc0\x40\xdb\x65\x28\x52\x01\x86\xe8\x77\x15\xaf\x76\xf6\x5a\xc6\x6f\xd6\x88\xdf\x88\x65\x63\x15\xa3\xa0\xdb\x87\xc0\x03\x2a\xf8\x2a\x2d\xd2\x05\xc6\xf9\x28\x70\x83\x46\xbc\xc5\x05\xa8\x85\x9f\xee\x32\xd2\xe4\xba\x9e\xd7\x18\xa8\x31\x67\x35\xe0\x00\xaf\x1b\xd6\x10\x8e\x80\xd7\x63\xf8\x67\x46\x0c\x7f\x4e\xa8\x8c\xae\x00\x61\x15\xb2\x71\x64\x06\x27\x88\x74\x70\x82\xef\x2b\xc1\x76\xc7\x0a\x67\x3a\xfe\x04\x4a\x77\xbd\x42\x20\xe0\x58\x52\xd1\xab\x9b\x1e\x1e\x6e\x42\x35\xad\x10\xba\xa9\x4a\x90\x4d\x55\x9e\x37\x54\xc1\x40\x1a\x8d\x02\x6d\x19\x8e\xf9\xc4\xce\xc8\x30\xea\xe9\x17\x6c\xcc\x7c\xc1\x36\x44\xe3\x51\x0d\x09\x0d\xe7\x31\xd7\x83\x0f\x46\x81\x1d\xd1\x8c\xb8\x91\xec\x4c\xbe\x7c\x7a\x3b\x7d\xf0\x5d\x64\x55\xf3\xa1\x56\xd7\x78\x20\xa9\x00\xd7\x31\xde\xd3\x86\xa9\xd6\xb4\x49\xb5\x17\xe5\x17\x3e\xa1\x66\x28\x51\xd4\x5f\x81\x02\xae\xd7\x41\x38\x7d\xe9\x65\x7c\x1e\x27\xc1\x57\xad\x1f\x37\xb4\x7b\x5d\x60\xb0\x81\x9a\x34\x68\x4f\x69\x4a\x61\xad\xd8\x56\x1a\xed\x84\xc4\x26\xee\x78\xa2\x21\x7d\x53\x71\xa6\xdd\xd0\xf8\xb9\x80\x73\x67\x63\x0a\xce\x27\x34\xb4\x1b\xca\x6a\x65\x0d\xa3\x29\x2a\xaa\x96\xa0\x21\xc2\xcb\x1a\xbf\x98\xa3\x1b\xc9\xfc\x60\xeb\x20\xd7\x0a\xc0\x79\xbc\x4e\xf9\xab\xf8\xb6\x2c\xa6\xe1\xd5\x61\xef\x7a\x9d\x65\x71\x04\x57\x9d\x6b\x6f\x90\x68\xc3\x53\xa5\x32\x57\xad\x76\x72\x1e\xdf\x54\xd6\x4d\x93\x8e\x8f\x95\xa4\x92\xdc\x0c\x5c\x59\xfc\x54\xb6\xbf\x86\x8a\x72\xb4\xa9\x32\x6a\xc0\xb2\xf5\xf6\xfd\x87\x1f\x2f\xad\x36\x83\x18\x1b\xc9\x9c\x67\xbd\xcc\x9b\x0b\x86\xd1\xe9\x58\x97\xaf\x7f\xb9\x7c\xfe\xf1\xf5\xf3\xe6\xec\x8a\xe6\xe4\x66\x90\x24\x81\xb0\xad\x59\x90\xa4\x99\x45\x5c\x1b\x0e\x65\x6b\x16\x85\x53\xc3\x12\xfd\x0f\x60\x69\x78\x9f\x0a\xe8\xab\x85\xdb\x6c\x46\x64\x30\xb3\xed\x36\xdf\x6e\xad\xa5\xc8\x16\x15\x64\x37\x77\x2b\xbe\xdd\x9a\x34\x40\x3a\x9d\x76\x21\x8f\x94\x32\xd5\xa4\xce\x29\x69\x25\xe4\x90\x19\x9b\xb4\x34\x68\x1a\x8c\x9e\xa8\xab\x46\x0d\xba\xaa\xdb\x80\xef\x26\x72\x6c\x7a\x39\x27\xc9\xab\x74\xe9\xbc\x19\x39\x02\xfb\x05\x5e\x98\xc2\x4b\xa7\xe3\xb4\x0b\xbc\x6c\xb7\xb6\xa9\x3a\x34\x77\xda\x68\x58\xe2\x79\x24\x8f\xa6\x45\xd3\xa3\x32\x92\xdc\x94\x67\x97\xc1\x92\xc7\xeb\xac\xc9\x81\x7d\x45\x85\x21\x6a\xbd\xe1\x46\x77\x69\x28\xd6\x75\x1c\x87\xdc\x33\xb7\x5e\x0a\x41\x59\x39\x73\x1a\x29\x2a\x6b\x29\x31\x11\xcf\x5a\xdf\x5d\x9e\xbf\xd3\xef\x6d\xb9\x6f\xab\x32\x44\xd0\xbe\x5c\x86\xa5\x45\xd1\xb4\xdb\xb3\xb3\xcb\xa2\x91\x5a\x96\xcd\x77\x75\xa1\xf8\xc4\x52\x1d\xe8\x7e\xca\xbc\x24\x2b\xf1\xd8\xf2\x66\x81\x53\xab\xf1\x3a\x9a\x3e\x50\x5e\x72\x22\xd8\x31\xa8\xb4\x6d\x9e\x7e\xe3\x0b\x46\xf5\x4e\x25\xc8\xf8\xd2\x76\x08\xbc\x30\xa9\x6e\x43\x44\xf2\x9d\xd0\x2f\xb5\xed\x08\x95\xf3\x6b\x7d\x2f\xa1\xdd\x27\x06\x1c\x35\x16\xfa\x08\x18\xc1\xcc\x8e\xd4\x26\x34\xbc\x9c\xf1\xae\x53\x5b\xc3\xd1\xad\x40\x28\x94\xc4\x5a\xa9\x5f\x2b\xa5\x7e\x15\xd6\x51\x05\xc8\xe0\xec\x70\xbb\x8d\xcf\x0e\x73\x03\xd4\x12\x72\x81\xd9\x97\x2b\xe1\xca\xd1\x5b\x1e\xc0\x5f\x8a\xcf\x9e\x7c\xcd\x91\x96\x49\xcd\xd8\x92\x80\x0a\xc6\xf7\x8e\x1a\x86\x45\xf3\x94\x7d\x21\x52\x12\x3f\x4f\x1c\x48\x93\xc0\x92\x9a\x54\x95\xd5\xfc\x91\x16\x9b\x79\x94\x6e\xb8\xc6\xe3\xff\x40\xdb\xbb\xe5\x83\x6c\x7e\xe1\x45\xd3\x90\x1b\xfb\x0e\xcd\x41\xe5\xf1\xd9\xd0\x25\x4a\x25\xb9\x0b\xfe\x24\xb6\xde\x97\x6c\xdd\xdc\xd9\xc8\x0a\x2b\x04\x2a\x76\xf1\x91\xb0\x05\x45\xab\x12\x1c\xc7\x01\xac\x62\xc5\x23\xc5\x0e\xa0\x39\x64\xb1\x65\x24\x28\x06\x02\x79\x26\x47\xc1\x18\x12\xbc\xbc\xff\xf1\x00\xdc\xe6\x0e\xa8\x93\x13\x5a\x13\xf1\x02\xb0\xaa\x62\x82\x41\x32\x1a\xf5\x84\x26\xd9\x60\x8c\xe5\x45\xb8\x4e\x76\x6f\xcb\x55\x96\x44\xb1\x04\x9a\x5d\x22\x90\x51\xb1\x33\x87\xc2\xc3\x26\xae\x5d\xe0\x42\x74\x66\xe2\x46\x7c\x23\x6a\x76\x6f\x41\xe1\x4c\x89\x55\x66\xd5\x25\x75\x09\xa9\x0d\xbb\xcb\xc6\x66\x72\xae\xc4\x97\xa9\x0d\x3e\xac\x2c\x0a\x4c\xa3\xaa\x57\xda\xef\x14\xe2\x14\xb2\xaa\x3d\xcb\xad\x6e\x69\x77\xa7\x70\x2a\xfc\x5d\x7d\xdf\xbe\x41\x4d\xff\xa4\xed\x12\x09\xe4\xf7\xfc\xee\x61\xad\xb4\xa6\x0a\x35\x5e\x1c\x81\xdd\xad\xda\xb5\x0d\x38\x5c\x32\x4e\xa5\x52\x68\x0a\x0a\x40\x14\x1d\x1f\xbe\x8d\x80\x50\xa6\xa2\x45\xd7\x2c\x2b\x00\xa4\x33\x96\xd5\xe2\xe7\x2c\x20\x42\x4d\x89\x36\xe9\x54\xed\x2d\xd0\x15\x9b\x56\x42\x0e\x2d\x8b\x14\x6c\xe0\x86\x4d\x4b\x5b\x21\xc1\xcc\x6e\xfb\xa5\xa7\xe5\x6d\x2d\xf4\xd7\xdb\xad\xbd\x16\x44\xd4\xe6\x3d\x79\xf1\xf2\x03\xea\x69\x7c\x4a\x08\xb9\x97\xc1\xc3\x9a\x4c\x01\x87\xf2\xde\x17\x7e\x27\xc3\x8a\x3d\x4f\x92\xf8\xf6\x1d\x9f\x65\x96\x2b\xfa\x8b\xb6\x5b\x4f\x6e\xa2\x29\xdd\x12\x35\x30\x4b\xa8\x81\x41\xbc\x4e\x2d\x32\xbc\x4e\xb8\xf7\x65\x58\x54\x47\x07\x32\x8f\xd4\x8f\xf8\x26\x2b\xd7\x7d\xc5\x43\x9e\xa9\xc0\x65\x3a\x00\x1b\xb4\xa3\xdb\x08\x66\xf6\x92\x94\x76\xcc\xec\x25\x19\xaa\xfd\xbe\x76\xa0\xca\x09\x03\x4f\x6d\xf9\x08\x15\x4f\xac\x37\x53\x7f\xcc\x8d\x7e\x2f\xbd\x6b\xe8\xa4\xa4\x98\x18\x1d\xf2\x5e\xba\x08\x66\xd9\xf7\xfc\x6e\xbb\x6d\x87\xdb\x6d\x7b\xb6\xdd\xb6\x57\xdb\xed\xa2\x71\x4b\x74\x45\x6f\x48\x31\x62\x73\x83\xd6\x5e\x95\x86\x0b\x71\x00\xa1\xe3\xc1\xe0\x14\x94\xd3\x2f\xfc\xee\x65\x3c\xe5\x04\x0b\x05\x33\x3b\x04\xdb\xa1\xbd\x32\x80\x69\x04\x72\x47\x3f\x32\x6a\x8c\xec\x0e\xe8\xdf\x72\xc3\xa7\x9a\x04\x4d\xb2\xc3\x64\x49\x10\x9f\x19\x34\xc9\x06\x96\x04\x28\x8f\xab\x58\x37\x87\xdf\xaa\x4d\x6c\x3b\x14\xec\xa7\xc6\xba\xe5\x58\x4a\x88\x78\x10\xb1\x40\x83\x3f\xae\xc4\x50\x25\xc9\xc9\x62\xd6\x7a\x65\x95\xad\x9a\xd0\x4b\xb3\x06\x02\x16\x6b\xba\xa1\x3a\x58\x28\x8d\x66\x91\xd9\xc2\x07\x6f\xce\x45\xef\x38\xa2\x32\xed\xab\x96\x56\xde\x9c\x0b\x60\xaa\xf5\xb0\xe3\xc7\x6a\x22\x1c\x66\xdd\xef\xe2\x25\x7f\xb8\x5e\x03\xa0\xaf\xa3\xe9\xc3\x75\x4a\xd8\x29\x07\xeb\xcb\x1b\x4c\xe2\xbc\xe1\xb4\x2f\xe1\x9e\x9f\xc9\xa0\x3f\x5d\x6b\xaf\xd8\xc3\x95\xe5\xde\x4e\xb7\xdb\xbd\xbd\xcf\x21\x69\xda\x89\x62\xff\x4c\xb5\x2b\x31\x9a\xa8\x18\x48\xbf\xc7\x76\x44\xc7\xf7\x5f\xf8\x9d\x6b\xe9\x8d\xb0\x57\xc1\xf4\x3c\x5e\x47\x99\x25\x0f\xff\xcd\x6b\x47\xe0\xba\x49\x58\x16\xf8\x24\x3c\x88\xe6\x86\x71\x62\x13\xda\x50\xe0\x32\x06\x2d\x4f\x65\xee\x34\xa8\x94\x02\x60\x7a\x47\xaa\xf9\x17\xd9\x99\x65\x5b\x78\xe8\x69\x61\x2f\xca\xa6\xa4\x6d\xa7\xd4\xaf\xb7\xce\x62\xa9\x50\x41\x6a\xc9\x1e\xcd\x69\x1d\x13\xb8\x82\x6b\xa8\xd0\xc2\xb3\x68\x5b\xca\x4f\x2d\xe4\x92\xb2\x90\x0b\x98\xc2\x8d\xb9\xd1\x33\xb4\x83\x4e\xa7\x1d\xe1\xad\x05\x55\x75\xbb\x0d\x3a\x9d\xa4\xd3\x69\x73\xa3\x01\xd2\x00\x31\x0d\x3a\x9d\x08\xca\x15\x95\x65\x31\x83\x2b\x99\x2a\x8b\xc2\x8e\x66\x2f\x12\x3b\x25\x0d\xad\xe8\xc7\x38\x90\x55\xed\x3e\x74\xb4\xdc\xe9\xd8\xed\xa6\x7d\x63\xb8\xe8\xf1\x22\x5e\x47\x53\x41\x30\x60\xa3\x7d\xe4\x3e\xd8\x37\x2c\xdb\x99\x27\x74\x10\xd3\xaf\xd8\x37\xfb\xc3\xa4\x87\xd7\xea\xf6\x82\xb3\x48\xfe\x1c\x45\xbe\xcd\x29\xfa\x58\x08\x22\x5b\x55\xb9\x8c\x57\x7b\x59\xc9\x3f\x53\x97\x97\x5a\xdb\x0b\x28\x2f\x39\x74\x82\x4d\x9a\x2c\x5e\x75\x83\x67\x91\xf8\xb7\xd3\x31\x5a\xf6\x36\x66\xcb\xdd\x80\x3a\x84\xe4\x76\x15\x75\xb4\x11\x73\x6a\x55\x3c\x72\x28\xdf\x40\x7f\x3f\x07\x61\xf8\x63\xb4\x7c\x78\x31\xc6\xab\x87\xd7\xa2\x91\x5f\x2c\x45\xbd\x8e\x1a\xbd\x3c\xec\x5c\x4a\x1a\xc4\xc2\x8e\xd9\x05\x98\xb9\xff\x21\xed\x9d\x72\x65\x20\xbf\x5d\xb5\x9f\x2a\x2a\x6b\x5d\xa9\xad\x96\xa2\x2f\xa3\xa1\xfa\x32\x16\x34\x5a\x6a\xc3\xec\x96\x63\xb0\x6e\x6c\xa8\x58\x77\xbb\x60\x56\x76\x8a\x5c\x29\x55\xb3\x45\xb7\xa4\xed\xfb\x3f\xda\x90\x74\x0f\xa7\x87\x26\x25\xe7\xc3\xcc\x49\x06\xb8\x96\xaa\x32\xbc\x26\x29\x1d\x75\x46\xc6\xbb\xa8\x18\x8b\xee\xd8\xcd\xa7\x1e\x93\xa2\x0f\xfc\xfb\x39\x3a\xae\x60\xb7\x0f\x2a\x87\x81\x47\x69\x46\x20\x1c\x29\x8b\xf5\x25\xab\x64\xec\x4c\xc8\x30\x3d\xeb\xf6\x3b\x1d\xdb\x63\x29\xc9\x9f\xb2\x36\x04\x93\xac\xae\x35\x45\xdf\x4f\xb2\x80\xeb\x86\x5c\xd9\xc0\x8a\xc7\xde\x24\xa7\x0d\x3b\x96\x59\x99\x82\x49\x85\x1e\xe4\x8b\x9b\x07\x85\x03\x22\x1e\x5e\x2a\x19\x88\x17\x8c\xcf\x84\x0a\xe2\x53\x36\x20\xb0\x32\xc8\xfa\x15\xa8\x9c\x0c\xd5\x8d\x4d\x8d\x64\x32\x4c\xb6\x5b\x3b\x60\xdd\x3e\x66\xc6\x2c\xd2\x53\x45\x3d\x86\xf3\xa5\x92\xb4\x41\xc3\xa5\xd9\xa2\xad\x11\xd7\x63\xe0\xed\x69\xe4\xb8\xdd\x3e\xfc\x88\xdd\xa0\xdb\x37\xf5\x1e\xb0\x3c\xdc\x00\xe6\x33\x78\x16\xc3\xa4\x06\x7b\x7d\x35\xad\xcd\x93\xe3\x76\xfb\x6d\xc6\xbc\xca\xac\x88\x29\x20\x79\x5e\x46\xf0\x85\xbc\x0b\x50\x5b\x28\xcd\x27\xb2\x67\x4e\xe3\x0d\x18\xc7\xbc\x01\xe3\x4c\x5c\x49\xc6\xd4\x14\xdf\x3d\x75\xeb\xb8\xb4\x60\x2a\x76\x65\x82\x59\x0d\x27\x65\x36\x41\x8b\x42\xe1\x14\xe7\xc4\xc1\xd7\x03\x72\x5e\x22\x32\x8c\xb6\x5b\x3b\x16\xf3\x42\x2d\xbc\x41\xca\x47\x01\x8b\xcf\x9c\x51\xdc\xed\xbb\x89\x9e\x24\xd7\xd2\x3b\xf8\xa3\x80\xd9\xf1\x5e\x9f\xfc\xaf\xca\x75\x95\xc6\x0b\xb9\x76\xc0\xe2\x6e\x46\x9e\x39\x9d\x8e\x1d\x30\x87\xb8\x85\x56\xab\xf3\xf7\x32\x72\x56\xb4\x0d\x05\x8b\x4f\xe2\xa2\x6e\x2a\x4a\x57\xb3\x9e\x24\xb8\x9c\xea\x42\x2c\xd3\x68\x32\x0e\x26\xf5\xf5\x07\x33\x2d\x27\x7a\xce\xb3\xcb\x05\x5f\x36\xc9\x02\xb5\x0a\x8b\x59\x82\xa7\x5b\xa3\xa6\xbd\xfa\x5a\xa1\x6a\x82\x7d\x13\x12\x57\x9f\xfe\xde\x84\x25\xe9\x01\x25\x88\x7b\x13\x9a\x60\xbd\x2c\x2e\xea\xed\x24\x41\x68\xa3\x30\xcc\x14\x4d\xf9\x1b\x45\x47\xfa\x48\xdd\xa0\x1e\xc5\x7c\x25\xe6\x0a\xf3\x4b\xb1\x60\x75\xed\x85\x7a\xa6\x86\x99\x32\x4f\xef\xd0\xf8\xf0\xfb\x63\x16\xd2\x90\x79\xea\xb6\xb1\x7a\xcb\x56\xc0\xe3\x72\xea\x6f\xdc\x8c\x6a\x28\xdc\x88\x2a\x00\xdc\x84\x2e\x3c\x79\x79\x1d\x7a\x51\x5f\x76\x11\x51\x35\x95\x6f\x30\x7c\x7d\x23\x3b\xa4\x26\xc0\x6e\x40\x8d\xb8\xcc\xae\x47\x15\xe4\x6e\x4c\x01\xa7\xae\x1a\x33\xcc\xb1\x6d\xcc\xbb\xea\xed\x91\x79\xaf\x99\x32\x7a\xad\x9b\x2d\xc9\x65\xb8\xb3\xad\x76\x7b\xf7\xca\x55\xe1\x71\x55\x73\xc6\xce\xd5\xc3\xd3\x8e\xb3\x82\x4f\x37\x8b\xcd\xae\xc7\x2f\xd1\x16\x1d\x95\x6f\x7a\x35\xeb\x27\xb2\x8d\x2f\xa1\x21\x20\x68\x49\x37\xa9\x6e\x9c\x3c\xd8\xce\xc5\xee\x76\xcc\xfb\xc3\x0f\xb6\x71\xf9\x40\x1b\xf0\xb6\xc8\xb8\xaa\xd2\xdc\xd0\x8e\xeb\xd5\xc6\x8a\xac\x35\xa4\xac\x09\x53\x4c\x9a\x17\xe1\x9b\xa9\x65\x58\xe7\x21\xb5\x96\x6d\x4e\xef\x8d\xf8\xc2\x45\x54\xe4\xa8\x74\x61\x38\x29\x82\x07\x2b\x62\x2a\x35\x52\x45\x42\xf1\xc0\xaa\x49\x45\xd8\x05\x57\x51\xcb\x6c\x71\xa7\xd1\xdd\x40\xa1\x4f\xb2\xa4\xed\x07\x4c\x69\xbf\x68\x5e\x7a\x85\x93\x4a\x79\xf5\xec\x12\x7c\x5f\x3e\xad\x21\x1e\x4d\x9b\x9a\x79\x1d\x4d\xd1\xdb\x65\x31\xd0\x66\x83\xe6\x69\xe3\x6c\xf4\xb8\x69\x3f\x6c\xed\x3c\x79\xb4\x8f\x99\x4d\x4f\x1a\x2d\xd9\x35\xa7\xd2\x38\xfb\xbf\x98\x4f\xd3\xbf\x9f\x04\xaa\x38\x23\x7e\x6c\x0e\x0d\x97\x7f\x66\xdd\xf3\xf8\x86\x3f\xa9\xaa\x89\x0a\x75\xde\xf7\xc0\x94\xff\x21\x34\xfc\x99\xe9\x7e\x10\x19\x8f\x4d\xf1\x03\xc8\x78\x52\xd5\x26\x64\x18\x98\x48\xe0\x79\xec\x2e\xe3\x70\x87\xe4\xa9\x38\xb9\x28\x1e\x4a\x82\x63\x0b\xd4\xbc\xa7\xe0\x81\xdb\x60\x97\x1e\x5c\xcd\xc1\xd7\x6c\x34\x65\x1c\x98\x0f\x0d\xb5\x86\x52\x5c\xa6\xb3\x49\x0f\x6f\xbb\xaf\x4b\x3b\x58\xa6\x42\x4f\x67\x52\xe9\x29\xf4\x25\xba\x60\xc1\x76\xab\x5a\xd3\xd7\xfc\x54\x44\x00\x42\xa7\xea\xb9\xb2\xb7\xce\x62\xb1\x72\xf0\xc0\xc2\x0a\x03\xa1\x99\x97\x82\xbf\x17\x23\x1e\x9b\xe9\x13\xb3\x54\xc8\xa7\xd7\x77\xbb\x8a\x62\xe6\x24\xd7\xaf\x6f\x46\x49\xd9\xc5\xbb\x1d\x52\x5f\x28\x85\x33\x7a\x2f\xc0\x79\xe9\xad\x82\xcc\x0b\xc1\xaf\x06\x7a\xbd\x80\x54\x09\xa4\x6b\xc5\xb3\x99\x4a\x4a\x12\xf0\x8d\x01\x29\xc1\xd4\x5d\x50\x15\x12\x41\xeb\x3d\xea\xbd\x81\xf9\xd4\x2f\xa3\x81\xb2\x85\xd6\x14\x4f\x2d\x5d\x73\xdf\x43\x24\x50\x75\xd7\x55\xe9\x66\x95\xe3\x6d\x2a\x4f\x82\x4b\x15\xf1\x68\x2c\x5d\xf1\x30\x7c\xb9\xe0\xfe\x17\x1d\x77\x5e\xbf\x5c\xf4\xe0\xf5\xaf\x9b\x52\x7c\x75\x07\xd1\xe1\x25\xa9\xc5\x39\x9d\xc2\x2e\x58\x19\x37\x11\x20\xe7\x91\xc1\x3d\x3a\x88\x1f\xd2\x07\x00\x4e\xb8\x37\xbd\x88\xc2\x3b\xb7\x0d\x5e\xc6\x14\x92\xea\x40\x23\xa0\x96\x05\x90\x56\x96\xcd\x87\xe2\xad\xe8\x45\xb2\x4b\xb3\x2c\xd6\x90\xd2\xd4\x2b\xc4\x0e\x96\xfa\xb9\x76\xc5\x03\xbb\x90\xc5\xa7\xf6\x2b\x01\xe7\xa0\xe7\x65\x27\x45\x70\x0a\x7a\x5e\xf1\xe2\x03\x67\xa1\x9f\x0a\xff\x1c\x70\xf8\x69\x80\xaa\x96\x95\xb9\x76\x66\xe6\x22\x5f\xb0\x59\x6f\xd7\x1b\x7a\x3a\x65\x33\x93\x03\xac\xe0\x13\x0d\x84\xa5\xf8\x5d\x2c\xf8\x1b\x36\xeb\x19\xaf\x69\xe9\xdc\xdc\x9d\xb8\x63\xf3\xd2\xee\xc4\x35\x9b\x97\xcf\x4f\xcf\xd9\xdc\xd8\xb4\xd6\xbb\x3d\x85\xc1\xb0\xdd\xb6\x17\xea\x85\xc0\x72\x24\x4c\xbc\x1a\x1d\xc9\x35\xb6\x96\x93\x56\xf2\xd0\x62\xac\x8d\xa9\x71\xc8\x7e\x9e\x13\x7a\x03\x96\xf5\x0a\xa7\xee\x96\xdd\x55\x5e\x54\x66\x54\x3f\x8b\xc8\x18\x63\xd7\x43\x7d\xd7\xac\x42\xc5\xba\x77\xd3\x3d\x41\xe1\x27\x24\xa0\xf8\xbe\x3d\xa6\xd2\xfb\x92\x97\x1b\x80\x84\x65\x08\x61\x00\x46\xd8\x96\xda\x3b\x46\x7d\x3b\x39\x55\x8f\x73\x53\x79\x39\x1d\xed\x24\xed\x7c\xb6\xe1\xa6\x72\xe9\x44\x36\x23\x39\x2d\x44\xc5\x13\x8b\xeb\xab\x31\x25\x85\xf3\xc9\xd7\x0d\xf1\x69\x72\x2e\xb2\xeb\xaa\x72\x46\x2d\xbc\x6c\x4f\xcc\xe7\xbc\xb7\x39\x9e\x26\x4b\xfe\xba\x0e\x43\xd8\x78\xda\xb0\xbb\xb1\x33\xd9\x35\x25\xa9\x9e\x12\xe8\x71\x53\xc2\xb1\xda\xdc\xad\x43\xb0\x31\x20\x28\x73\x80\xf2\xfd\xa3\x87\x25\x68\x55\xc6\x95\xeb\x6a\x33\xde\x58\x95\xa6\xe5\x21\x37\x4e\xf5\xc2\x8b\xe1\x53\x7a\x10\x50\x46\x7b\xf5\xac\x47\x2f\x1b\xc3\x5a\x84\x95\xc3\xb7\xdb\x60\xbb\xad\x2f\xa9\xb8\x86\xd0\x94\xdd\x9b\xd3\xab\x34\xcc\xe6\x7b\x57\x26\xe1\x34\x96\xd4\xea\x18\xca\x4a\xed\xa7\x32\x4b\xd6\xdc\xca\x77\x4d\x1b\xc7\x69\xcb\xe8\x3d\x88\x03\x24\xe8\xd4\x58\x2c\x5e\x5e\x9b\x99\x77\x35\x67\x93\x7f\x64\x6e\xaa\xb5\xff\xcf\x66\x87\xc3\x1b\x68\x13\xe9\x7f\x04\x07\xf7\x8d\x68\x34\xa9\x3a\x78\x18\x4b\x6f\x1b\xbc\xa8\xfe\x01\x3c\x81\x3e\x58\xbb\x27\x07\x6a\x61\xbd\x65\xa4\xc6\xed\xb6\x1d\xd5\x88\x2c\xa8\x63\x37\x2e\x59\xdd\x05\x66\x77\xe0\xf2\x61\x1e\x1c\xd0\x7b\x03\x27\xf1\xc3\x38\xa9\x8d\xe7\x8f\x91\x4e\xad\x3a\xce\x73\x6d\xcc\x8f\x50\x94\x39\xe6\xe6\x93\x5c\x1a\x37\x2e\xcd\xdd\xd7\x16\x1b\x56\xe7\xce\xfb\x91\x7f\xc1\x02\x8d\x4d\x3a\x8c\x0c\x9c\x07\x75\x9c\x37\x9e\x2a\x3d\x55\x77\x82\xfd\x0b\x50\x9b\xbe\x35\x3c\x3c\xa3\xbe\xc4\xa3\x35\x2a\x49\xf2\x1c\x07\x94\xa3\x73\xed\x23\x13\x74\xa3\x77\x25\x3f\x2d\x70\x39\xec\x7d\xc5\xe3\x08\xdc\x11\x93\x1b\xa6\x8b\xfa\xc4\x4d\x77\x6f\xe0\xaf\x4c\x2e\xb1\x64\xab\x5e\xcd\xdb\x11\xbd\x61\x2b\x53\x6f\x9a\x8b\x4f\xcd\x3b\xee\xd8\xaa\x57\x76\x24\x43\xaf\xd9\xaa\x57\xf2\x0d\x43\xcf\x45\x8a\xe9\x3f\x86\xde\x8a\x94\xe2\x2e\xc0\x46\x7e\x6a\x77\x31\xf4\xb9\x4a\x91\x1b\x05\xf4\x8b\x4e\x10\x88\xc1\xeb\xaa\xf4\x42\x26\xd6\xfc\xc6\xd0\xcb\x52\x4e\xd9\x71\x0c\xfd\xc4\x56\xbd\xaa\xd3\x16\xfa\x99\xad\xe4\xd9\xd6\x27\xb9\xbf\x7f\x19\xaf\xe8\xd7\x5a\x2a\x7a\x43\x85\x55\x73\x5b\x5b\x35\x2f\xe9\x6b\x56\x77\xc7\x14\x48\xbf\x18\x30\xe7\xe0\x8a\xc2\x2b\x5f\x8d\x48\xcb\x9e\x29\x42\xed\x99\x62\xad\x3c\x53\xd0\x15\x9b\x32\xc6\x62\xba\x64\xde\x08\x77\x4f\x1b\x75\x9f\xd2\xe5\x4b\x3b\x26\x39\xbd\x79\xb8\x42\xe9\xae\x93\x28\x3f\x67\x15\x45\xce\xb0\x55\xd5\x4b\xd3\xd2\x7b\xb3\x88\xd0\x3b\x26\xcc\xa1\x39\x55\x4a\xdc\x8d\xd2\xb9\xce\x85\xe2\xb8\x54\x5f\x17\x37\x3c\x71\x97\x85\x15\xd3\xed\xef\x5c\xb2\x33\x5c\xb2\x8b\xd2\x92\xbd\x43\x4d\xac\xb4\x72\x3d\xd3\x39\x4c\x0a\x8a\xe8\x5c\xba\x86\x09\xd1\xa4\x0b\xe4\xc2\x5d\x1b\x6b\x7c\x55\x58\x6e\xab\x11\x6f\x7a\x8e\xaf\x7d\xa6\x34\x2b\x7d\x38\x8d\xe8\xeb\x98\x90\x5c\x9f\x56\x16\x3b\xef\x36\x21\x2f\x0b\xa6\xd0\xf0\xc6\xac\xaa\xb7\xe3\x1e\x70\xc5\x95\x0a\x12\x50\x89\x6e\xe4\xb9\x03\x12\x0d\x6c\x57\x84\x0f\x4c\x19\xb6\x57\x9e\xb1\x94\xd0\xb5\x51\x25\xa4\x56\x77\x81\x5c\xc9\x22\x8f\x88\xaa\x05\xf2\xc5\x50\xcd\x84\x3a\x04\xf1\xa8\xf2\x5c\x1f\x50\xd9\x96\xd4\x01\x82\xa9\xbb\x96\x1a\x34\x7a\x78\x91\xb3\xc3\xeb\xdb\xbb\xd2\xdf\x8b\xd0\x74\x1f\x75\x17\xf3\xda\xe6\xb4\x14\x37\xc5\x7c\x01\x89\x78\x21\xf8\xa2\x46\x60\x55\x12\x6e\x81\x56\xdd\x4a\x46\x4d\x2f\x85\x45\x3d\xb8\xf7\xd9\x0a\x66\xf6\x1c\xa7\xe0\x3d\xbb\x93\xa7\xb6\xb8\xf7\x7d\x93\xe3\xd3\x8c\x75\x18\x32\xc6\xde\x97\x38\xc1\x4b\x56\x37\xf5\x16\xf4\xbd\x7c\x3b\x2e\x5a\x7b\xc7\x3e\x3d\xd0\xda\xbb\x47\x5a\x5b\xd3\x05\x7d\x87\xbe\x4c\x5e\xb1\xfb\xb2\x1f\xae\xeb\x8a\xa7\xae\xf3\x8a\x1f\xae\x4d\xd9\x01\xd7\xf3\xdd\xee\xb5\x2e\x73\xfa\xa1\xd6\xf5\xd4\x57\x74\xf0\x8a\xd0\x12\xf1\xca\xb3\x88\x5e\xc2\x67\x20\xec\xc0\x9c\xc5\x85\x4b\x53\x16\x18\x6e\xc6\x43\x16\x14\x3e\xaa\x77\xd1\x5b\xac\xfb\x91\x2c\x40\xac\xc9\x88\x9a\xda\xa5\xa9\x5d\xf0\xea\x53\xc8\x12\x07\xe2\xd5\x37\x8c\xb9\xe1\x61\x6d\x4e\x35\x68\x6e\x0a\xb7\x4d\xcb\x90\xac\x42\x7a\x5f\x0e\x01\x08\x1c\xad\x08\xd7\xf4\xb9\x1a\xfa\xe9\x2b\x35\x42\x08\xba\x17\x39\x6d\x72\x6b\x53\xed\xc6\x2b\x73\x3c\x31\xdc\xc2\xc9\x94\x30\x56\xcb\x8e\x3e\x04\xdb\x15\xbc\xb7\x3c\x92\xc2\x9d\x77\xf5\x46\x87\xb0\x1f\x5f\xe2\x82\x28\xac\xd4\x2f\xdb\xad\x05\x71\x13\xc5\xca\x78\x5e\xdb\x04\x4c\x35\x48\xde\x6a\xc5\xa3\xe9\x65\xec\x7e\x51\xee\x0b\x65\x19\x57\x2a\x1b\xea\xd1\xcf\x23\xd4\x96\x13\xfa\x81\xb8\x1f\x2a\xea\xd5\x9b\x38\x59\xbe\x09\x78\x58\x3f\xa7\x6b\xd2\xb1\x8a\xcb\x85\x53\x1e\x06\xcb\x20\xe3\x89\x74\x37\x61\xd8\x37\xc5\xcd\x7d\x4f\x79\x9f\x48\x77\x1d\x88\x05\x33\xdb\xeb\x74\xda\x01\x30\xe0\x18\xbd\x20\x61\xc7\x3e\xab\x32\xa0\x87\x9d\x35\xa9\x68\xbe\xd1\x4e\x36\xaa\x02\xc0\x62\x38\x4b\x4f\x6e\x3a\x2a\x9f\xb0\x38\x7a\x3f\xc7\xb5\x1d\xb2\xe2\x1a\xc7\xa8\x06\x48\xe1\xf8\x68\x77\x27\x78\x18\xda\xb5\x0c\x51\xfd\x40\xbf\x8d\x23\xca\x1b\x36\x40\x1f\x1c\x44\xbe\x7b\xec\x10\x66\x08\x6e\x1b\x85\x38\xc2\x35\x83\xbb\x28\xe5\xc3\x43\xec\x5b\x64\x10\xd7\xb2\xfe\x13\x44\xae\xcd\x5b\x15\xd2\xee\x0e\x6e\xf8\x47\x3e\x7f\xe8\x0e\x4d\x4d\x7d\xae\xdd\x5b\x2a\x3d\xcc\x06\xda\x2b\x2b\xd5\x71\xe5\x2e\x93\x54\xf7\x94\x61\x94\x56\xae\x3e\x85\x0f\x5d\xa2\xd9\x31\xfc\x9f\x24\x1f\xe6\xb4\xea\x18\xaa\xb2\xee\x83\xf2\x5d\x93\x92\x71\x59\x3a\xcc\x4d\xb1\xa0\xd1\xbb\x1b\xd6\x2d\xa1\x3f\x6e\x7f\xcb\x57\x75\x65\xab\xbb\x88\xf5\x02\x67\x32\x08\xbe\xb9\x97\xcc\x7b\x95\xed\xe5\xda\xbd\x0f\xed\x1e\x02\xee\x7b\x04\x53\xba\x86\x0b\x20\x9a\x07\xcc\x98\x67\x9a\x18\x8b\x66\x23\x75\x5a\x9b\x6e\x73\x24\x2a\x6d\xf7\x3c\x04\x38\x0d\x53\x7a\xaf\xe1\x71\xd3\x92\x94\x0a\xa6\x6e\x48\xf5\x6b\x1e\x65\xd9\xca\xcf\xd2\x66\x88\xa9\xa0\x2e\xd4\x76\x5f\x95\x6c\xed\xba\x80\xca\x34\x0c\xb5\xe3\x88\xc2\x51\xd5\x4e\xc9\xa9\x0f\x65\xcb\x8f\x1f\x9b\xf6\xca\xca\x2f\x2a\x77\xc3\x6e\x3a\x02\x9d\x35\x48\xd4\xb8\x00\xd8\x68\xa1\x3c\xe2\xfa\xe1\x85\x5d\xca\xd7\x4f\xef\x77\x28\xaa\x0f\x36\x5e\xde\xf5\x2b\x37\x5c\xdd\x5b\xab\x76\x5b\xdd\x37\x2a\xe7\xd7\x76\x2c\x6c\x42\x4a\x05\xe0\x69\x47\x29\x45\x4b\x3f\x5b\xac\xb6\x89\x7a\x7e\x30\xe7\xd9\x2b\x2e\xd4\x89\x29\x5c\x23\x7b\x93\xc4\xcb\xe6\x8b\x57\xc6\xbd\xf2\xac\xa7\xbd\xb0\x61\xd4\x87\x66\x27\x50\x28\x2e\x77\x5c\x0f\xc5\xd0\xc4\xd2\xc6\xf0\x98\x7c\x23\x01\x47\xa2\xc6\x72\xf2\xcb\xa7\xa7\x21\xbb\x07\x1b\x28\xea\x74\x6c\xaf\xcd\x58\x84\xb5\xb6\xdb\x18\x3e\x64\x73\xdb\x6d\x0a\x9f\xe6\x13\x50\x1f\x52\x8a\xa6\x08\x8e\x65\xcd\xfe\x99\xda\x1e\xa1\x33\x96\x8e\x1a\x6f\xdc\x9c\x87\xb6\x74\xe9\x49\x72\x9b\xd3\x35\x71\xc7\x13\xba\x60\xc9\xa8\xf9\xbe\x7d\x89\x1d\x27\xac\x7c\x7f\xca\xb8\x8f\x18\xcc\xec\xe4\xac\xdb\xc7\xd8\x7c\x46\x46\xe1\x0a\xb1\x85\x4f\xa5\x9e\x29\xc7\x3c\x2a\x39\x1b\x27\x93\xdc\xd0\xdb\x73\x3b\x13\x50\x81\xb8\x9b\x36\x7a\x8f\xa9\xec\xc5\xe8\xc3\x58\x78\xfd\x6d\xf6\x3c\x8a\xdc\x6c\xec\x4c\x44\x8b\x33\x32\x0c\xd9\xbd\xc9\xb7\xd7\x55\x45\xaf\xcc\xf0\x17\x0f\xf8\xf4\xcb\x41\x08\xaf\x18\x86\x7e\x0e\x3a\x1d\x2e\x26\x63\x54\xb9\x9c\x1a\x3c\xe6\xfa\x2f\x77\xef\xb5\x1d\x8f\xd7\x09\xf1\x46\x61\x48\xe8\x8a\xd0\xfb\x9c\xde\x17\xbe\x01\xb9\x10\xc9\x13\x42\xa3\xdc\x4e\x7a\x5a\x56\x90\xe1\xd7\xb0\x78\x5a\x28\x98\xf0\x5c\xee\xa7\x84\xec\x5e\xa6\xbf\x2d\xac\x25\xcb\xa2\x32\xf1\xbc\xe4\x71\x58\x26\x1a\xb7\x2a\xe9\xeb\x90\x99\x1d\xd1\xda\x9d\x64\x5a\xe0\x9d\x19\xee\x01\x32\x70\xe2\x18\xd0\x0c\x2f\x0c\x47\xec\x6f\xa9\x1d\x18\x4e\x1c\x03\x25\xf8\x86\xca\x79\xa3\xc8\x95\x9e\x91\xea\x9e\xe8\x68\x62\x78\x46\xca\x08\x8d\x99\x33\x8c\x9f\x65\xc3\x78\x6f\x8f\x24\xe3\xd8\xf4\x8c\x14\xab\xe3\x21\x9b\xb3\x08\x5c\x41\x4a\xff\x48\x11\x1d\x8b\x8e\xb4\x1f\xa4\x84\x10\x22\xc9\x58\xb9\x2b\xe4\xca\x59\xa4\x69\x5a\xaa\xeb\xbf\xbc\x76\x47\x6c\x54\x4f\x72\x55\x52\x0d\xeb\x26\x53\xaf\xb5\x69\xb8\x65\xa9\x27\x55\xdb\x2c\x26\x4d\xb2\xb2\x5a\x73\x37\x25\xe8\x6e\x9a\x00\x93\xce\xa9\x78\x83\xc7\x41\x50\x8d\x39\xa0\x4e\x10\x93\x6d\xa9\x22\x16\x3a\x0e\xe6\xc6\xdd\x5c\x6c\x3b\xcb\x09\x36\xd5\xf8\x5a\xde\x70\xab\x5e\x6e\xb5\xf4\x92\x02\x7c\x9b\xf2\xea\x15\xef\xca\x1c\x24\xa3\xa4\xe8\x4c\xdd\xa3\x37\x5f\x2b\x97\x3b\xd0\x6f\x4a\xca\x40\x9b\x7e\xb6\x1d\xb3\x35\x78\xec\xf1\x70\x73\xf8\xca\x64\x77\x7b\x7d\x68\xcf\x78\x0f\x17\x28\x81\x04\x6c\x65\xe7\xb3\x1b\x74\x45\xdd\xf4\xb4\xe3\x91\x2a\x95\x47\x1c\x73\x0e\x1c\xe0\x81\x0b\x82\x1a\x99\xc6\xdd\x16\x3e\x19\x95\xbe\xdc\x42\xd9\x1b\xf3\x49\xf1\x90\x48\x22\xa3\xa9\xf5\x47\x2f\x60\x8e\xf9\xa4\x70\x7e\x96\x35\x78\x8a\x2c\x2d\xf2\xe8\xac\x3f\x8a\xba\x7d\xd7\x21\x34\x60\xfd\x61\xf0\x2c\x1a\x06\xb0\xd8\x83\x6e\xdf\x5c\xee\x81\x5e\xee\xa6\x79\x4b\xc6\x7c\x22\x97\x3d\x78\x93\x7e\x9a\x16\x5e\x7e\xe0\x02\x0d\x0d\xa3\x86\x95\x1c\x35\xac\xc4\xa8\xb4\xb0\xe4\xb1\xd7\x85\x50\xa7\xc6\x56\xad\x05\x8b\x5a\xb5\x16\x8a\x34\x2c\x32\xd9\xa9\x33\x73\x7d\xea\x95\x98\x9b\x1c\x9c\xdc\x2b\xbb\x88\xf1\xdc\xbc\x75\xaa\xb4\x59\xa4\xe3\x22\xc3\x22\x26\x53\x2a\x97\x2a\x32\x2c\x52\xb9\x39\x54\xb8\x1e\x35\x57\x70\xe9\x16\x8e\x2e\xa0\x97\x8c\xca\xd6\x09\xb4\x58\x9e\x66\x9e\xc1\xd6\xca\x00\xc9\x23\x7a\x30\xa9\x26\x84\x06\x65\x01\x48\xb3\xb2\xfc\x7b\x19\x0a\x11\xf9\x35\x24\x84\xbe\x0f\xd9\xeb\x90\xbe\x0b\xd9\xbd\xbf\x08\xc2\x69\xc2\x23\x77\x61\x93\x5e\x14\x4f\x39\x4d\xe2\x5b\xf8\xb8\x8e\xe3\x90\xfa\x70\xc1\x49\x7f\x06\x11\xc4\x4e\xd5\xdf\xfa\x1e\x91\x4e\xc9\xbc\xb9\x7b\x41\x0b\xc3\x45\x64\x60\x1c\x07\xea\xa7\xe9\x79\x3c\x5d\x87\x98\x18\x43\xcc\xeb\x9c\xbe\x6a\xf6\x9c\x5c\x98\x62\x42\xa9\xd1\x55\xc1\xb4\x4b\xe2\x5b\xd0\x28\xa7\xc5\x09\x29\xef\x01\xa4\xa0\x52\x22\x90\x74\x0d\xb7\xef\xe6\x74\xc6\x84\x4e\x37\xb6\x74\x8b\x16\xb5\x74\x7b\x16\xb5\x12\x88\xe2\x37\xd5\xd7\xc3\x2d\x68\xc9\xa2\x16\xb6\x63\x51\x2b\xf3\xe6\xd6\x84\xd0\x05\x9b\xdb\x2b\x9b\xd8\x19\x6d\xb7\x83\x4e\x07\x2b\x7a\x23\xb8\x88\xdc\xc5\x4a\x78\x2b\xb9\x2b\xdd\xac\xb7\xed\xb6\xb7\xdd\xb6\x53\xd2\xe9\x18\x85\xba\xaa\x5d\x99\x1d\x8b\x6c\xdd\x3d\xa1\x7a\xa3\xc7\x9a\x09\x0d\x3e\xe5\xf0\x6e\x64\xdd\xe9\xd8\x33\x3d\x62\x16\xd7\x8d\x94\xb5\xbe\x5e\x67\x60\x5f\x90\xc6\xf0\x55\x08\x0b\xf7\xf2\x6e\xc5\x53\xf6\x2e\xa4\xaf\x2a\x8a\xd1\xbd\x98\x34\xd8\x49\xc1\xf0\x36\x1f\x42\xf6\x2a\xa4\xbf\x87\x6c\x6c\x29\xf2\xb0\x28\xc4\xe1\x59\xc9\xa0\xbf\xa9\x40\xcf\xd4\x9a\xd0\x8f\x3b\x66\x4f\x56\x83\xc9\x2b\x55\xc4\xb8\x60\x53\x0a\x8c\x80\xd3\xdf\x43\x23\xa8\xf5\xbf\x82\xde\x6f\xe9\x26\x25\xf6\x87\xd0\x1c\x84\xe5\xaf\xd3\x2c\x5e\x76\xe5\x8e\x60\x4b\x7d\x0a\x64\x5e\xc7\x1b\x0b\x63\x07\xb8\x11\xd5\xb4\x3c\xd6\x8d\x11\xfb\xfb\x98\x5e\x67\xf6\x75\x06\xec\x01\x55\xc7\x60\xea\x26\x72\x73\xa7\x68\x64\x67\x7f\x5d\xdc\x15\xca\x09\xa1\x46\xb3\x7f\x8b\xe9\x3d\xf6\x7b\x5f\x8b\xdf\x95\x3f\xd0\x18\x5e\xab\xa4\xb3\x38\x71\x93\x02\xe0\x2c\x27\x13\x21\x24\x5f\x84\x18\x13\x7d\xc9\x97\x31\xb1\x3f\x86\x84\xfe\x1c\xe2\xf4\x5c\xd0\x34\xf8\x5a\x5e\x4e\x4f\x5f\x63\xbf\xfd\xf1\x35\x26\x56\x4e\xac\xc2\x9f\x7a\x8f\x2c\x21\xb1\x40\xa8\x25\x8a\x8a\x75\x92\xea\x75\x22\xdd\xc0\xc8\xe5\x10\x8f\xcc\xef\xae\xb5\x17\x83\x42\x6d\x50\xfc\xae\xad\x10\xaf\xb4\x15\x02\x34\xfd\x9b\x49\xd3\x3f\x87\xf4\xb7\x47\x68\xfa\x6d\xc8\x7e\x0b\xe9\x2f\x1a\x9b\x7f\x00\x7b\x6f\xfe\x2c\xf6\x1e\x47\xda\x84\x50\xaf\x11\x5b\x5d\xb8\x33\xfa\x04\xd4\xc4\x26\x6a\xe0\x6a\xc7\xf0\x8d\x89\x9a\x5f\x42\xfa\xa6\x11\x35\xe9\xca\x8b\x24\x6e\xbe\x0b\xd9\x9b\x90\xfe\xa4\x71\xe3\x4d\xa7\x71\x24\xaa\x23\x1a\x22\x7e\x31\xb3\xc7\xd6\x2a\xe1\x2b\xb8\x5a\x6d\xe1\xce\xbd\x35\x21\xbd\x20\xfd\xc8\x7f\x5f\x07\x09\x9f\xd2\xba\x20\xf9\x03\x28\xfe\xf1\xcf\x13\xa8\x06\x56\x4a\x01\xc9\x78\xd2\x27\x91\xac\xae\x0c\x6c\x5f\xb2\xba\x09\xa1\xeb\xe6\x49\xb1\xf6\x62\x93\x3f\xe3\x90\x0c\xc5\xce\xab\x1d\x77\xc8\x59\x4a\xcd\x59\x5a\x37\x6c\x5f\x7d\x27\x38\x9e\xc2\xa0\xd7\xb4\x41\xde\xd8\x12\x2d\xd5\xc9\x87\x3f\x9a\x53\xff\x53\x48\x7f\x7c\x64\x55\xfc\x1a\xb2\x1f\xc3\xc2\x02\xfd\x9b\x8c\x81\x21\x34\xd2\x61\xfb\x02\x26\x47\x34\x98\xc5\x62\x80\x70\x10\x7d\x0b\xbb\x97\x3c\xc9\xee\x30\xa4\x80\x28\xdf\xe9\xa0\xb5\xcf\x6c\xce\x5e\xc4\x36\x27\x64\xa8\xc9\x96\x17\xc1\x15\x7e\x08\x8b\x4b\x02\x3f\x84\xcc\x5a\x47\x53\x3e\x0b\x22\x3e\x35\xfc\x02\x7d\xe4\x33\xc1\x48\x3b\x1d\xf9\x43\xe8\x3a\x23\xe3\x77\x69\x8b\xaa\xb0\xa1\x24\xe0\xb0\x8b\xa2\xee\x47\x48\xf0\xe7\x3c\x33\x80\x7e\xc5\x53\x3f\x09\x56\x59\x9c\xd8\x89\x11\x2a\x22\x80\x7e\xe0\x2f\x0e\xab\xaa\x87\x3f\xdb\x1f\x71\x37\x22\x6e\x20\x63\x2b\xe5\xf4\x07\x65\x43\x83\x7e\xac\xcb\xe3\x21\xc4\xb7\x61\xc9\xbb\xb1\xc2\x00\xb7\xc9\xbd\xb2\xed\x39\x31\x0c\x22\xae\x0c\x22\xa1\x19\x3c\xaf\xbf\x4b\x40\x5b\x82\x3f\x73\xb6\x5b\x7e\x06\x3a\xa0\xdc\x28\xca\x16\x49\x7c\xdb\x12\x26\xc2\x47\xa1\x5d\xbe\x4e\x92\x38\xb1\xad\xb7\xd1\x8d\x17\x06\xd3\x96\x7a\x12\x53\xc4\x11\xe4\xd4\x6a\x05\x51\x4b\xbd\xa2\x68\xc5\xb3\x16\xb6\x64\x44\xcf\x33\xdb\x27\xa5\xa7\x5d\x02\xba\xb7\x51\xc4\x13\x9b\xd3\x76\x9f\xf6\xa9\xe1\xad\x00\x75\x9a\x1d\x70\xf7\x0b\xb8\x83\x88\xa7\x8f\x80\x2d\xca\xb4\xa2\xf5\xf2\x9a\x27\x35\xc8\xab\x60\x8a\xe6\xa8\xd5\x85\x2a\x6a\x54\xd6\x43\x60\x3b\x65\xb0\x13\x0e\x27\xb5\x4d\x3b\xa0\x05\x79\x8d\x27\xa5\xf6\xa6\x1c\x5f\x21\x71\xdb\xa1\x9c\x26\x74\x40\xa8\x7a\xe8\xdd\xe9\x44\xa5\xec\x48\xdb\x71\x74\x5f\xee\xd0\x16\xd9\x19\x35\x50\x4d\x13\xda\x27\xf4\x9f\x61\x6f\x96\xc4\x4b\x41\x9c\x45\x56\xd7\xce\xba\x9c\xec\xe9\xc7\xe4\x1a\x78\xc9\x88\x1f\x79\xf8\x26\x87\x68\xce\x6b\xa9\x63\xf3\x05\x5c\x18\x34\xe1\xe2\x3f\x0c\x86\x60\x76\x16\xed\x46\x26\xc6\x72\x72\x0a\x24\x44\x54\x8c\x5b\x03\xc7\x7f\xdf\x45\x5f\x68\xb7\x97\xe2\xca\xa8\x17\xac\x6d\x66\xf4\xbe\xdd\x72\xa4\x18\x95\x0a\xc4\x28\xab\xf5\x8d\xbd\x36\x34\xf5\x7d\x2f\x7a\x3b\xe5\x11\xc4\x43\xb7\xb9\x98\x9e\xc8\x6c\xad\xdb\x58\xaa\xdb\x27\xd2\x68\x8f\xd6\x80\x72\x61\xac\xcb\x4f\xf0\x70\x9f\x51\x8f\x65\xc3\x21\x40\x9e\xf4\x22\xbe\xc9\xec\x98\xd0\x40\xff\x8a\xc1\x01\xa5\x00\xed\x45\xc2\xbd\x2f\x6d\x16\x14\x1f\xdb\x6d\xd2\x9b\xc6\x11\x17\x89\xe2\x5f\xf1\x0d\x28\x11\x09\xe8\x78\x48\x8f\x26\x98\xd9\xde\x1e\x93\xf9\x9a\xc8\x64\x35\xef\x8c\x45\x1a\x5f\xc5\x56\x40\x90\x3d\x70\x1c\xf7\x27\x1d\x01\xf4\xf5\x66\x68\x81\x13\x93\xe6\x44\x9f\x1f\x9b\x3d\x87\xfc\x75\x74\x67\xc2\x90\x28\x18\x4a\xcf\x7b\x33\x9e\xbc\x13\xe4\xf0\xc0\x59\x48\x71\x9d\x86\x13\x49\x09\xa2\x9a\x2d\x1d\xba\x61\x56\xd6\xe9\xa8\x6d\x17\x20\xaf\xbd\xbe\x0a\x4f\xa4\xd3\x6c\x4e\x80\xc0\x87\x46\x23\x1f\x31\x64\x40\xe1\x0a\x27\xa1\x19\x2b\x35\x33\x32\x86\xe3\x66\xcf\x58\x7f\xe4\xb8\x45\x93\x59\xb7\x4f\x7a\x59\x4c\xb4\x54\x11\x23\x0d\xd6\x76\x54\x0c\x31\x8b\x3f\xa1\xc2\xf2\xc8\x5b\x70\xc1\x03\xb0\xa4\xed\x98\xb5\xff\xf9\xe9\xe2\xfd\x4e\xe2\xa8\xac\xea\x59\xe8\x65\x19\x17\x53\x48\xb9\x71\x00\x15\xcf\x6a\x0d\xe0\x1d\x35\x87\xb1\xec\x61\x99\xf6\xbc\x10\x5a\xcb\x75\x9a\xb5\x16\xde\x0d\x6f\x79\x59\x2b\xe4\x5e\x9a\xb5\xe2\x88\x83\xd8\x28\x2e\x9b\xf5\xdb\xba\xc5\xed\x36\x83\x2b\x01\x4a\x96\xb3\xfd\xc1\x48\x34\xff\x7d\x68\x67\xc4\x55\xdc\xe6\xfb\xb0\x97\xae\xc2\x20\xb3\x33\x3a\x9e\x40\xc0\x30\xbe\x5c\x65\x77\xb0\xb3\xc2\x73\x9b\xd0\xef\x1f\x0a\xc8\xf4\x36\xde\x11\x90\x89\x06\x7f\x96\x7c\xff\x15\x42\xcc\x91\x47\xe2\x39\x11\xd2\x13\xb6\x02\xe3\x54\x39\x95\x60\x41\xb3\xf3\xb1\x10\xc9\xbb\xa4\x45\x95\xa7\x5e\x34\x54\x7d\xa8\x5f\xec\x00\x34\x57\x84\x33\x11\x53\x09\x00\x49\xdb\x2c\x4f\x69\x52\xec\x76\x06\xcc\x19\xc2\xf6\xa5\xba\x8d\xa8\x00\x18\x07\x13\xea\xb1\x64\x4f\x79\xbe\x11\xab\xce\xce\x46\x91\xeb\x91\x33\x56\x5c\x2a\xe7\xb7\xad\x78\x6d\x27\xd4\xa3\x11\x8d\xc9\x30\x61\xde\x5e\x9f\x46\x7b\x7b\x05\x33\xd3\x92\xa5\x11\x98\x84\x06\xaa\x6b\xfe\x8c\x39\x9d\x4e\x76\x66\x32\x77\x58\x6d\x2e\xb0\x2c\x3b\x43\x86\x01\xd0\x01\xd7\x30\x5c\x61\x99\x92\x94\x74\xf5\xea\x75\xa8\xd0\x82\x83\x99\xdd\xef\xc8\x6e\x3c\x06\x1e\x1e\x6d\x61\x1f\xf3\xb5\x1d\x63\x6b\x1e\xe2\x1c\x23\x73\x10\xea\x50\x35\x6a\x0c\x46\x63\x50\x2c\x49\x30\x80\x1d\x82\x94\x52\x4f\xe6\x69\x3c\xc9\xfb\x85\xfa\x92\x91\xa4\xb5\xb3\xfe\xb0\x5c\x53\x87\x01\xf1\x09\xa1\xe5\x34\x9f\x10\x92\xc3\x8d\xc2\x96\xac\x13\x3f\x4d\x53\xc2\x00\x87\x6d\x3b\x31\xbd\x83\x47\xca\xaf\xa4\xd0\xfc\x5f\xc4\x76\x54\x98\x12\x84\x16\xcd\x01\x11\x9b\xf1\xc9\x30\xe0\x20\xd2\x08\x2f\xa1\x7e\x6d\x27\xf8\xab\x34\x23\x80\x6b\x0a\x27\x60\xc6\x64\xec\x25\x25\xed\xa9\x1a\x13\x51\x33\x81\xc8\x0e\x68\x5c\x70\x81\x48\x32\x81\x40\x30\x01\x1a\x57\x54\xa3\x1d\x0c\x94\x1b\x9b\xf8\x7f\x8d\x92\x54\x8f\x18\xd5\xd8\xc8\x60\x52\x0e\x24\x65\x5d\x45\x16\x4d\x98\x65\x51\xf4\x8b\xe3\x0c\x83\x67\x42\x22\xc5\xcf\xaa\xeb\x1b\x8e\x09\x25\x61\x16\x4b\x2f\x9e\xd0\x94\x05\x7b\x9e\x5e\x7a\x67\x1c\xdc\x62\xda\xc9\x1e\x8b\x08\xe5\xcf\x52\xb1\x4e\x02\x4c\xf0\x24\xd5\x98\x44\xdf\x0d\x08\xcd\xba\x01\x11\x4a\x4f\xba\xd7\x57\x6c\x28\x29\xbc\x36\xa0\x60\xd8\x29\xeb\x69\xc4\xa2\xb8\x98\x5c\x32\xcc\x92\x3b\x40\x6e\xd4\x4b\x6d\x32\x6c\xdb\x19\x8b\x7a\x91\x4d\x08\x28\x32\x43\xa5\xa1\x2b\x37\xd3\x32\xca\x63\x42\x72\x19\x59\x35\x20\xf7\x51\x8f\xdb\x01\xc9\x67\x41\xe4\x85\xe1\xdd\x7d\xd4\x9b\x99\x1e\x52\x4a\xfa\xdb\x6e\xd1\xe8\x18\x52\x0c\x28\x64\xb7\x9e\x20\x58\xfe\x78\x42\x63\x06\x8e\xa0\x22\x61\x10\xeb\x51\x78\x72\x14\x09\xf3\x6a\xa3\x48\x95\xb2\x36\x0c\x70\x14\x29\xa1\xf1\x9e\x5e\xc9\x7b\x7d\xba\x3f\x60\x2c\xd0\x96\x86\x9d\x99\xeb\x5a\x50\x31\x29\x7a\xd6\x08\xf0\xc9\xbd\xd7\x13\x4b\x5b\x23\xc0\x03\x04\xc8\x71\xc5\xe0\x56\xaa\xa1\xa5\x4c\x9d\xa9\x7f\x1b\x0a\x8d\xfc\x0f\x89\x3e\xaa\x8c\xf0\xa1\x29\xb6\x82\x8a\xd8\x52\x92\x85\x71\xaa\x06\xc5\x12\x8a\xda\x6e\xca\x1c\xf4\xaa\xb5\x13\x83\x71\x23\x06\x63\x8d\x41\xd4\x9a\x98\x54\x9f\x9e\x88\x8d\x60\x97\xdc\xfc\x4f\x84\x9a\x1a\x67\x55\xb0\xd1\x94\x45\xe2\x43\xc0\x87\xee\xc2\xec\x6c\x94\x96\xc5\x5c\x5c\x32\x5e\xb1\x37\x25\xeb\x60\x81\x3d\x51\xda\x55\xa1\x94\xb7\x05\x04\x6f\x08\x9e\x95\xa0\xd4\x4b\xbf\xc2\x1f\xcc\x51\xa4\x2c\x36\x78\x84\x30\xf0\x19\x30\x06\x16\xab\x3b\xae\x49\xc7\xb6\xe3\x67\x8c\x8f\xfa\xae\x43\xb6\x76\x7a\xc6\xb2\xd1\xc0\x75\x08\x19\xc6\x67\x8c\x77\x3a\x29\x74\xdd\xf6\x47\x11\x52\x9e\x47\x5c\xcf\x34\x05\xbb\x31\xcd\xba\x31\x8d\xa8\x4f\xf2\xb8\x3c\xd0\xc7\xe5\x10\x5a\x4f\xe9\x33\xc3\xc6\xab\x0e\xfd\xaf\x18\xf4\x19\x8b\x3b\x9d\xec\x19\x4b\xd5\xa0\x3d\x6d\x6a\x2b\xf8\x13\xa2\x6e\x62\xe2\x2c\x7b\x92\x2c\x7d\xfc\x57\x34\x23\x7f\x3e\x0b\xcf\xce\x0e\x3a\x1d\xf9\x75\x16\x9e\x9d\x1d\xa9\x5b\x4b\x65\x48\xa5\xaa\xa0\xe4\xd9\x7a\x1c\x4c\x98\x2f\xe5\xf8\xba\x61\xd7\x40\xbb\x4b\xcb\xff\x8c\x30\x8e\x69\x5a\x4c\xc1\x9f\x97\xe6\xff\xef\x4b\xd1\x26\x72\x11\x72\x95\x65\x4f\x27\x9a\x58\x48\xd3\xa0\x2a\x4d\xe3\x92\x34\x95\x86\x97\x5e\x00\x44\xa8\x35\xff\xa9\x24\x55\x10\x3d\x2e\x4d\xa5\x1c\x35\xec\x37\xc5\x39\x13\x14\xa4\xc9\x9f\x14\xa4\xca\x21\x55\xdb\xe6\xcd\x3a\xa2\xa3\xb7\x5f\x12\xe6\x08\xed\xc1\xce\xce\x9c\xd1\xd8\xa1\xd2\xf7\x5d\x05\xf7\x94\x57\x53\x26\xee\xb8\xa9\x60\xb7\x5f\x2f\xda\xed\x53\xf8\x6f\x42\x0f\x04\x7a\x83\xb1\x23\x38\x73\x30\xee\x4f\xa8\xcf\x82\xf1\x60\x42\x43\x16\x8c\xf7\x27\xc3\x61\xbc\xc7\x32\xea\xed\x31\x04\x3e\x66\xcc\xdf\x6e\x3d\xc6\x94\x07\xea\x56\x32\x6c\x58\xa3\x42\x8d\x9a\x19\x87\x11\x63\x6f\x22\x56\xfa\xba\xcd\x66\xba\xde\xde\xba\xb2\x73\x34\x83\xed\xe8\x3d\xb6\xd6\xe2\x3e\x37\x54\x0e\xa1\x9b\xee\x9e\xe9\xe4\xcf\x2e\x97\x87\x63\x70\xb7\xf8\x5e\x56\x40\x43\x60\x6b\x0b\x57\x44\x59\x24\xc7\x9a\x98\xe2\x9a\x48\xf6\xb4\x6a\x16\x08\x1a\x2f\x09\xe3\xe7\xe4\x3e\xee\x71\xfb\x79\x41\x52\x31\x90\x54\x30\xb3\x83\x67\xfb\x03\x29\xd3\xa9\x2f\x74\x9a\xb0\xd2\x67\x28\xfb\x4c\x59\x58\xeb\x73\xcd\xe4\x05\xaf\xe1\x5a\x13\xb2\x4f\x8c\x5e\xc3\x72\xaf\xa1\xa9\x02\xc8\x8d\x01\x5f\x45\xe1\x9e\x31\xad\xdf\xee\x0f\x68\x70\x76\x76\x48\xe8\x82\xcd\x9e\x3d\xeb\xd3\x29\x9b\x9d\x9d\xf5\xe9\x4a\xc0\xb7\x64\x0e\xbd\x11\x1a\xdf\x9c\x8d\x27\x46\x88\x7a\x3d\x49\x72\x53\x12\xb8\xfb\xa2\xd3\xa9\xac\x02\xad\x38\x8a\x51\x36\xac\xd7\x40\xeb\x8d\x41\x69\xb8\x77\xb6\xd4\x19\xcd\xe1\x05\xe5\xe1\x05\xb8\x4e\xc1\xac\x53\x10\x4c\x3b\x1d\x7b\x79\x36\xdd\x6e\xdb\x4b\x32\xb2\xaf\x6d\x42\x57\x28\x88\x39\x21\x6e\x09\xb6\xef\xc3\x4e\x67\x09\x7b\x5a\xf3\xf1\xbc\x08\x28\x49\x2a\x45\x64\xc3\x82\x60\x40\x9c\x09\xf3\xca\x5e\xee\x31\x99\x4e\x6f\xe0\xa7\x52\x64\x4b\x4d\x31\xb5\x17\x83\xf6\x89\x7e\x70\x07\xfa\x3f\x2d\x28\x70\x8f\x6b\x4b\xd7\xb5\x97\x7b\x6a\x28\xb3\x4e\x47\xc0\xbf\xbb\x2f\x3d\x30\x23\x72\xbf\x4d\xee\x9d\x36\x13\xe3\x92\xe3\xee\x33\xa6\x40\x1a\xcd\xc7\xce\xc4\x8d\xd0\x1e\x9c\xd3\x1b\x42\x70\x66\x97\xba\x04\x73\x90\x36\xce\xe9\x6d\x85\x2c\x6f\xe5\x3c\x9d\xb3\xdb\x1a\x59\x6e\xd8\xb9\x24\xcb\x3b\x7b\x63\xce\xd7\x6d\x79\xbe\x6e\x4d\x72\x14\x43\xeb\x33\xf6\xff\xe3\xed\x4d\xfc\xdb\xb6\xb1\xc4\xf1\x7f\xc5\xe2\xb7\xcb\x25\x46\x90\x42\xda\xce\x45\x09\xd6\xa6\xe9\x31\xdd\xe9\x35\x4d\x3a\x9d\x59\x45\xdb\xa5\x29\xd0\x62\x23\x03\x2a\x09\xe6\xa8\xa9\xdf\xdf\xfe\xfb\xe0\xe1\x24\x45\xd9\x4e\xd2\xdd\x39\x62\x11\x04\x71\x3e\x3c\xbc\xfb\xed\xcc\xd8\x76\x30\x36\xb8\xed\x77\x70\xb1\x5a\x22\xdd\x01\x1d\x08\x8e\xec\x25\x30\x49\x70\xd5\x1b\x65\x65\x0f\x6c\xd5\x19\x25\x1b\x9b\xd3\xea\x21\x21\xcb\x47\x55\x5d\x3e\xaa\xea\x9c\x1a\xb7\xb6\xb4\x71\x4a\x44\x65\xe7\xfa\x91\xd7\x70\x3c\x84\xd7\xce\x06\x3f\x3d\xf3\x3f\x3d\x5b\xa5\x09\x7d\x6a\xee\x6e\x9c\x91\x91\x24\x75\xa9\xbd\xb4\xcb\x39\xa9\x1c\xfb\x5b\x13\x2a\xf1\x75\x4e\xca\xb1\x15\x16\xe7\x17\x84\x85\x61\x94\x5f\x54\x61\x18\xd5\xc4\x89\x4c\x2a\xc5\xda\xce\x59\xa7\x9c\x41\x69\xb6\x88\x3a\x29\x57\xc7\xa4\x96\x7d\x27\x28\x15\x86\x9d\x93\xe8\x33\x77\x77\xb9\x70\x8b\x26\x9a\x6e\xe2\x79\xb5\x8a\xcb\x20\x58\x41\xe9\xfe\xeb\xad\x92\x46\x9a\xb3\x02\x6f\x62\x6d\x48\xdc\x1c\x51\x36\x5a\xab\xf0\x8f\xbc\x1d\x92\x99\x53\x56\x6a\xdd\x55\x59\x11\xa6\x7f\x72\x06\x69\xce\x2d\x75\x0b\x0a\x0a\x5b\x02\x50\x24\x49\x28\x78\x62\x7c\x4d\x6b\xb2\x14\x2b\x1d\x97\x0d\x82\xbc\xd7\x64\xc9\x2e\xe2\x45\x92\x46\xa2\x8b\x70\x16\xc2\x97\x54\xa4\xa2\x7f\x7d\xa3\xf9\x3c\x59\x0d\x69\x4f\x19\x7d\x27\x8e\x72\x6a\x0a\x22\xdd\xd8\x0f\x06\x3e\x9b\x75\xa2\x5f\xc2\x98\x1d\xc1\x50\x79\xa5\x4b\xb6\x32\x11\x2a\xf4\x54\x64\x09\x27\xa5\xbc\x0e\x32\x52\xf5\xa6\x53\x75\xa6\x53\x1d\x72\x1d\x40\x59\x00\xbd\x93\x49\x1e\x49\x0b\xc4\x6d\xd0\x10\x6f\xbd\xe3\x81\xd5\x9d\x89\x8b\x58\xc7\xee\xb6\xa3\x91\xf0\x37\xf6\xd6\x5e\x8b\x1e\xfd\x4a\xaa\x68\x6f\x7c\x92\x41\x52\xa9\x47\x11\xa7\x89\x1a\x45\x6f\x8a\x92\x18\x8a\x89\xe3\x4e\xfb\x4b\xd8\x1d\x9d\xa4\xa2\x61\x7c\x74\x32\xb1\xdd\xf4\xd6\xc6\x49\x3e\x94\xfc\x69\x1c\x89\x79\xbc\x00\x1b\xd7\xd5\x6c\x78\x00\x16\x88\xbb\xc2\x56\x7f\x48\x6a\x00\x72\xa4\x8b\x3a\x15\xe0\xe9\xa8\x4e\x2a\x45\xa9\x3b\xcc\x76\x73\x35\x74\xcf\xe8\xc4\x0a\x5b\xf6\x9e\x28\xb5\xf2\x08\xbb\xce\xf8\xe8\x45\x6e\xd0\x72\x44\x27\x24\xef\x28\x57\x3b\x83\x46\xa9\xfc\xae\xbf\x49\xab\xc9\xa4\xb3\x45\x12\x49\xe4\xfd\x4d\x92\x85\x42\x1d\x93\xbc\x07\x57\x79\x07\xae\xf2\xa1\x63\x82\xfc\x68\xdf\xcc\x8b\x43\xf7\x67\x69\xf7\x62\x6b\xe8\x01\xe1\xb1\xd5\x74\xcc\x31\x8c\x26\x14\x4f\x0c\xe2\x40\x58\x9f\x39\xff\x82\xd1\xb3\x75\x5f\x50\x8b\x68\x90\xd3\xbc\x54\x47\x31\x9c\x12\x6c\xf4\xd1\x54\x17\xf9\x74\x30\x55\xde\x54\x35\x77\xfa\x59\xcc\x2e\x2a\xb9\x9d\x26\x0e\xf7\x8e\xd7\x44\x16\xd9\x55\xd5\x20\x2d\x69\x01\x62\xa5\xfe\xb2\x53\x55\x2e\xb8\x23\x0f\x65\xe9\x47\x60\x25\x09\xe5\xf3\x78\x61\xba\x9f\x13\xdb\x61\x6a\xca\xb4\x66\x42\xf0\x01\x28\xef\xce\x32\xd6\x90\x3c\x26\xde\xe9\xf0\x9b\x9f\xe8\x96\x52\xdb\xcb\xc4\xbc\x32\x6e\x29\x87\xd5\xdd\x60\x04\xb7\xd5\x67\xf4\x02\x72\x00\x4b\x56\x96\x4d\x08\xf5\xb5\x9c\x6a\x95\x95\x4a\x9b\x22\x93\x02\xd0\x0f\xc6\xcb\xeb\x31\xb1\xa1\xdc\xc7\x14\xfd\x45\xf8\x5b\x57\x59\x29\x3d\x5b\x54\xa9\x1c\x50\xa5\x8f\xad\x95\xea\x33\xc8\x5c\xaf\x8f\x32\x43\xfe\x22\xb8\x86\xa0\xf4\xff\x0c\xfe\x17\xd4\xad\x3a\xc5\x03\x0b\x9c\x52\xd9\x6a\x44\x1d\x24\x51\xdc\x5f\x56\x74\xec\x48\xe8\x35\x55\x27\xc3\xd3\xb7\x01\xee\xbd\x55\xad\xa7\xbf\xb4\x95\xc3\x30\x08\x46\xde\x59\x74\x07\xad\xbc\x85\x94\xe8\x1f\x32\x70\xfe\x24\x7a\xdb\xb2\x42\xd0\x6a\xf0\x16\xe8\x1e\xc2\x63\xe7\xe3\x4f\xdf\x16\xe3\x61\x0d\xa3\x34\x80\xa8\x3c\xfc\x39\x53\xa9\x21\xec\x7a\x80\xef\x62\x07\x46\xd9\x22\x3a\x7e\xe9\xa2\xb4\x5a\xf4\x26\xbd\xe8\x54\x48\xa3\x63\x6b\x02\xe3\x90\xec\x8b\x57\xbf\x3c\x5c\x41\x8d\x8d\xee\xbd\xcd\xa3\xc4\x6e\xe1\xac\x63\x56\xa7\xad\xea\x5e\xbc\xbf\xbe\xe4\xdb\x30\x8c\xbe\xde\x3a\xa9\xdd\x52\x95\x82\xf5\x41\x26\x78\xb5\x1a\xc8\x70\x28\x9c\x8d\xc3\x1e\xb3\xe6\xb6\x8f\xab\x5b\xdf\x96\xb7\xbe\x1d\xee\x78\xef\xbc\xdf\xf8\xad\x17\x00\x2e\x0f\xa1\x13\x10\xb6\xb0\x48\x5a\x13\xad\xca\xa8\x8c\x68\xeb\x2a\xd0\x9b\x97\x83\x66\x78\x00\x6b\xb7\xeb\xca\xb9\xc3\x8d\xee\x00\x65\x0d\x09\xb6\x39\x3e\x3b\xc7\x8f\x19\x7e\x8c\x1f\x5f\xe2\xe4\x29\xc6\x18\x9f\xc2\xff\xf0\x69\x8c\x2f\x71\x92\xe3\x2d\xbe\xc2\xf8\x54\xe0\xc7\xf8\x14\x3f\xc2\xa7\xf2\xdd\x39\xfe\x03\xe3\x06\x57\xf8\xf4\x37\x59\xe7\x1a\x3f\xc5\x4f\x31\xe6\xf8\x1c\xcb\xbf\x67\x18\x3f\xc4\xc9\x63\x7c\x86\xcf\x2e\x71\x81\xf1\x5b\x9c\xfc\x26\xdb\x3d\xc7\x4f\x64\x8d\x33\xfc\x18\x67\xf8\x14\x0b\x2c\xbf\x84\xfe\xe4\x1b\xf9\xa5\x2c\xfe\x1d\x43\x1f\xc9\x56\x7e\x70\x0a\xff\x3f\x95\x4d\xc9\x0e\xe5\x0f\x7c\x69\xdf\x3e\x54\xdf\xe2\xd7\xf8\x14\x5f\xe3\x47\x58\x37\x78\xaa\xba\xc2\x72\x04\xb2\xc5\x06\xe3\x84\xc9\x8e\x72\xe8\x24\x81\x31\xc8\x26\xce\xf0\x43\xf9\xeb\x1c\xa6\x76\xe9\x86\xa4\x16\x00\xa6\x71\x6a\xdf\xd5\xaa\xdb\xd3\x83\x01\x0b\x58\x2a\x39\x0e\x18\x9e\x7c\x73\xfa\x14\xc3\x97\x39\x7e\x82\x4f\x61\x42\x4f\xf1\xa5\x5c\x3c\x39\x97\x0a\xc3\x7f\x92\xdf\x30\xc5\x6a\x0a\x0f\xf1\x25\xc6\x49\x2c\x1b\x3c\x6d\x64\x43\x8f\xd4\x1a\x9c\xe2\x1d\xf4\x75\x86\xaf\xf0\x39\x5e\xab\xc2\x47\x58\xae\xe9\x6f\xbf\xe1\x33\xfc\x7b\x86\xcf\xb0\x80\xff\x9f\xc2\xea\x24\x72\x90\xf8\x31\x0c\x01\x5f\xc2\x64\x9f\xaa\x6d\x38\xc5\xef\x31\x3e\x93\xf5\xcf\x61\x34\xf8\x11\x3e\xc3\x8f\xce\xd4\x76\xc2\xaa\x3d\xc6\x6a\x2f\x9e\xe0\x47\x30\x2d\xb9\xf5\x1b\x9c\x54\xf8\x5c\xfe\x92\x6f\x1f\xc2\xda\x3d\xc5\x39\x3e\xc5\x6f\xf5\xc6\xe0\x33\x9c\xbc\xc6\x66\xea\x67\xb2\xa9\x27\xf0\xe2\xfc\x89\x2c\x59\xcb\x76\xd5\x84\x64\x5f\x0f\x4b\xe8\xeb\x21\xa6\xaf\x31\x7e\x58\xe0\x77\xf8\x74\x2d\xc7\x74\xf6\x0e\xe3\x53\x8e\xdf\xe2\x82\xca\x55\x7a\x87\x4f\x31\x7b\x2a\xbb\xc0\x19\x7e\x2b\x9b\x93\x6d\x3e\x7e\x8d\xd5\x6e\xc1\xaa\x3c\xc4\xf8\xfc\x31\x80\x4b\x29\x7b\x49\xe4\xc0\x77\x12\x18\x65\x7b\x49\x8e\x2d\xe8\x24\x72\xaf\xdf\x68\xc8\x95\xff\xcd\x61\x8b\x12\xb9\xe4\x05\x56\xe3\x3a\x85\x9d\xc6\x38\x79\x04\x0b\x80\x1f\x5d\x6b\x28\xc2\x05\x93\xf0\xb5\xc1\x57\xf0\xdf\x4c\xbe\xbf\x12\x18\x3f\xca\x30\x3e\x7f\x28\xc1\x3c\xa3\x72\x50\xb2\x81\x73\xb9\x3a\x72\x7d\xf1\xb9\x04\x93\xe2\x1d\x3e\xc7\x59\x25\xc7\x21\x37\xff\xfc\x2d\xc6\x49\x89\x0b\xb9\x5c\x67\x38\x59\x9b\xd1\xbd\x93\x4f\xb1\x9c\xce\x13\x9c\xfc\x8e\x61\x71\x93\x2b\xfc\x14\x67\x50\x03\x9f\x32\x18\x21\x56\x3b\x7f\x7e\x25\x07\xfc\x04\x6f\x1d\x30\x62\x7c\x8d\x31\x05\x60\x7f\x28\xd7\xf4\x89\xde\x0b\x66\xc0\xf0\x11\xd6\xe7\x19\x1e\x7e\x53\x2b\xf3\x48\x3d\xca\xe1\x9d\xae\xe1\x1b\x80\xae\xf7\x18\xdb\x4f\x04\x74\x7c\x2e\xb7\xeb\xf1\x63\xac\x9a\x12\x0a\xe4\x61\x69\xce\x63\x3d\x87\x73\x79\xc4\x33\x39\xfb\x47\xee\x68\x3c\x82\x61\x24\x99\x02\xdb\xcb\x4c\x42\x10\x34\x9b\xe1\x6b\x38\x1b\x6a\x00\x67\x14\x20\x11\x2b\xb8\x85\x93\xa4\x86\x8f\x9f\x32\xb9\x88\xf1\xa5\x5c\x64\x89\x9e\xc4\x39\x56\xd0\x28\x67\x55\x3c\x94\x67\xfe\xfc\xec\x77\xd8\x40\x89\x09\x9e\xc0\x24\x1e\x63\x79\x7e\xce\xe5\x3e\x24\xe5\x1f\xf2\x8c\x9d\xe3\x84\xca\x11\x51\xb9\x4e\x0f\xe5\xd9\x49\x92\x5a\x76\xb5\xb1\xa3\x78\x88\x1f\x3f\x95\x87\x15\xb6\xf0\xa1\x7c\x79\x96\xc8\x63\x7f\x2e\xb7\xe5\xea\xdd\xe3\xd7\x12\x36\xcf\x5e\xe3\x47\x3c\xd0\x06\x17\x01\x0e\xfa\xe1\xcb\x9c\x1d\x2b\x5d\xec\xb2\xaa\xa6\xdf\x80\xa7\xdf\xd9\x23\x94\x26\x7b\x84\x70\xdd\x90\x64\x56\x37\xf3\xcc\xc8\xcc\x67\x75\x33\x1e\xa3\xac\x59\xd6\xcd\x6a\x4c\xe0\xef\x24\xf1\xa4\xb1\x79\xd3\x55\x32\x25\x33\xe1\x7d\x2c\xc6\xe4\x14\x95\x45\x94\x35\x4b\xb1\xba\xb0\x4c\xae\x7c\x9c\x24\xab\x39\x31\xd4\xc1\x28\x71\x72\x9b\x6d\xe3\x8f\xf2\x82\x24\xa7\x8f\xcf\x1f\x9d\x86\x21\x9d\xc3\xcf\x27\x8f\x5d\xd5\xa6\xf1\x1d\xf5\x47\x07\x26\xe6\x47\xa5\x62\xa8\x6d\xfd\x47\x5c\x0d\x7d\x7c\x4c\x2e\xd6\xf9\xf8\xcc\x3a\x86\xb2\x45\xd1\xa4\x9b\x06\x69\xad\xa9\x1b\x65\x61\x05\x51\x92\x2f\x21\x56\x90\x6a\x39\x8f\x99\x08\xc3\x75\x03\x42\xea\xac\x7a\xce\xd7\xf4\x99\x88\x04\x42\x61\xb8\xeb\x17\x4e\x12\x59\x2c\x26\x13\xcd\x19\x5c\xab\x05\x80\x4b\x5d\x8c\xc9\x55\x13\x55\x68\x26\xac\x60\x6e\x66\x0c\xf7\x4d\xbd\xb2\x88\x9e\x9c\xc6\x0f\x09\xa9\xda\x56\xfd\x28\xdb\x96\x85\x61\xde\x44\x25\x42\xaa\x85\x12\xe1\x8a\x94\x2e\xa1\xee\x16\xde\xa9\xe4\x59\x96\x78\x00\x21\xa0\x98\x9c\xce\xb2\x0b\x12\x87\xe1\xb6\x89\xa0\x8b\x0c\xa1\x19\xe2\xe3\x31\xce\x26\xe4\x14\x84\x30\xff\x76\x4a\x48\xac\xbf\x96\xd0\xb0\x1f\x90\xd4\x6d\xec\x02\x81\x97\x84\xb8\x88\xad\x11\x8a\x5a\xbb\xc9\x29\xd6\x41\x1f\xe6\xc2\xa9\x89\xc4\x64\xb2\xb7\xa6\x24\xb6\xb1\x75\x0f\x7c\x1e\x3e\x3a\x3b\x8d\x25\xf4\x3c\x7c\x7c\x76\x7e\xee\xea\xed\xfa\xf5\x1e\x9e\x3e\x7d\x04\xf5\xe4\x07\xae\xde\x75\xd3\x0d\x06\xd1\xd9\x23\x88\x2f\xb9\x6b\x22\x86\xda\x56\x8c\x93\xc3\xbd\x65\x33\xeb\x91\xee\x7d\x37\x4e\xac\xb2\x79\x2d\xb7\x6c\x51\x4d\xa0\xd7\x71\xc4\x26\x30\x8e\xf9\x3c\x89\xd1\xf8\xd1\xc3\x87\x67\x8f\x52\x4f\x0e\xfc\xa6\x33\xe6\x39\x91\x15\x1e\x2e\x94\x7e\x13\xa8\xa6\xe7\xba\x93\x88\xa2\x34\xa2\x13\xa8\xf0\x08\x0f\x55\x80\x6e\xc6\x11\xbd\xb8\x48\x62\x84\x75\xef\x49\x7c\x7a\x16\x52\xe4\x8b\xf5\xaf\xba\x5d\x42\x83\x8b\x24\x3d\x05\x61\xfd\xfb\x86\x3c\x78\x55\xbd\x62\x8b\xf6\x15\x7b\x80\x2f\x1b\x32\x84\x67\x96\x74\xfa\xa2\xbc\xde\x6d\x29\x89\x57\x24\x50\x3f\x03\x2c\x8b\x5f\x56\x59\xfe\xfa\x0b\xba\x25\xc9\x8a\x04\xe6\xc1\x7b\xf5\x39\x2d\x78\x45\xc9\xa9\x79\xab\x9e\xbd\x0a\x10\xe4\x82\x9c\x99\xf7\xf0\x18\x48\xaa\xf1\xb2\x69\xdb\xe8\xb2\x21\x37\x12\xa7\x7d\xf7\x01\x1c\x58\xad\xe2\x33\xd5\x44\x7c\x00\x0d\x6b\x4e\x05\x25\x92\x47\x8a\x67\x62\xde\x69\xab\x83\x0c\xe9\x98\x74\x5e\x2e\xc5\xca\xf9\xf5\x38\xae\xfa\xed\xb7\x9f\xde\x95\x2f\x79\x75\xdd\x8d\x93\xd5\x8c\x8e\x09\x33\x12\x09\x6f\x20\x29\xdb\x1f\x0c\x05\x44\xe4\xc7\xa8\xf6\x98\x90\xa1\xee\xdb\xf6\x74\xf8\x85\x4d\xf2\xaa\xbb\x4c\x56\xf3\xb8\x63\x2e\xfe\x75\x36\x14\x39\xc7\xbf\x5f\x62\xcc\x48\x8c\xab\xe3\x53\xb7\xb1\x5c\x7b\xd3\x1e\xaf\x5c\x92\x32\xaf\x70\xc6\xe7\xf1\x22\xa2\x91\xe2\x79\x70\x35\x26\x25\x4a\xab\x31\xe1\x98\x8d\x49\xd9\x35\xe3\x57\xee\xe6\x6b\x30\xa1\x1e\x1c\xe6\x07\xda\x59\x84\xa1\xff\x34\x7b\x3d\x68\x44\xcf\xde\xd0\x4a\xd0\xf5\x17\xb4\xce\x8f\x42\x83\x20\xcb\x95\x5c\x97\x19\xbb\x6d\x4d\xaa\xde\xf4\x99\x5c\x93\xfe\x42\xc9\xc2\x59\x29\x81\x43\x9b\xfd\xe1\xd2\x6a\x5b\x4a\x4f\x1a\xc7\xe8\x5b\x38\x41\xdd\xec\xaf\x35\x55\xe3\xbc\xdd\x7b\x06\x60\x6a\x41\x8d\x39\xb8\xb2\x0b\x7e\x79\xe8\xc6\x70\x9d\xed\x8e\x35\xf7\x69\x2b\x6d\x63\x03\x7a\xfd\xff\x30\xb4\xfa\xd7\xd9\xee\x47\x7e\x07\x44\x7e\xa4\x26\x68\x92\x7c\xbc\x35\xcd\x65\xa3\x51\x2a\x56\x86\x1d\xc6\xf6\xec\x96\xcd\xcf\x7a\xfb\xcc\xe5\xe6\xd7\x43\x85\x39\xa9\xc6\x19\x98\x4a\xcf\x63\x20\x59\x72\x47\xb8\x95\xe3\x88\x4e\x2a\x04\x86\x07\x7b\x43\x21\xb0\x11\xb1\x03\x0a\xc3\x1c\x8c\xd1\x22\x46\x64\xa1\x41\xea\x61\x58\xcd\xe1\x1d\x6d\x5b\xef\x8d\x42\xe8\xf0\xb2\x53\x0e\x88\x1c\xaa\xa3\x4e\x8c\x55\x35\x98\xb6\xcd\x21\xe9\x23\x88\xff\x47\x26\x7d\xfc\x09\x05\xaa\x46\xcc\xe3\x45\x99\x96\xe3\x5a\x8e\xb1\xde\x57\x24\xdf\x83\x61\x59\x75\xc4\x07\xe2\xc7\x61\x7f\xbe\xfa\x84\x37\xe0\xca\x57\xc9\xba\x27\x05\xaf\x4e\x72\x38\xfd\x35\x1d\xf6\xf0\xab\x9c\x83\x5c\xe9\x39\x78\x34\xf9\x86\xd6\x47\x5d\x71\x3e\x19\x88\xa8\xc5\x86\xc3\x27\x5f\x2e\x2d\x11\x47\x70\x22\x1b\xc2\x89\x50\x98\x91\x6a\x5c\x02\xf9\x06\xd4\x5d\x05\x96\x85\x99\xb3\xa1\x1c\x45\xb0\x9d\xd9\x85\x40\x6d\x1b\xe4\xfc\x0d\xad\x82\x59\x45\xb2\xbd\x93\x9d\xdd\xed\x20\xe3\xae\xb2\x20\xb8\xed\x2e\x3b\x76\x8f\x8d\x57\xb8\x8f\xd1\x00\xa1\xd3\x31\x89\xe8\x22\x38\x09\xd2\x20\x40\x63\x36\x8e\xaa\x0b\x12\x2f\x82\x34\x18\x57\xb2\xe4\xf0\x8a\x3b\xea\x86\xd3\x71\xe1\xd1\x7d\xf4\x0c\x88\x06\xbf\xd4\x66\x59\x10\x61\x66\x5a\xd6\x26\x9c\x54\xdb\x1a\x15\xc8\xbf\x9d\xca\xdf\x35\xbf\xa6\x43\xac\x59\xa0\x44\x6a\x4e\xd6\x48\xf7\x08\xdd\xe1\xdf\x29\xc7\x71\x52\xd1\x5d\x45\x6b\xca\x04\xe4\x44\x91\x60\xaa\x6e\x2c\x40\xa2\x68\x76\x14\x73\x83\x53\xf4\xd0\x2c\x0e\xbe\x30\x32\xb9\xb7\xcd\x47\x1a\x2f\x0f\xb8\xde\x74\x6c\x98\x31\x45\x68\x5a\xb2\x1a\xee\x3c\x52\xe1\x41\xeb\x61\x70\x12\x3e\xe2\xb8\x28\x9c\xb5\xe2\xc8\x51\xe3\x47\xfc\x9f\x64\x3b\x25\xbb\xd2\x47\xfb\x44\x9e\x6d\xc1\x4f\x32\xe7\x16\xf5\xb6\x14\x9b\x13\xb1\xa1\x27\x6f\x2b\xce\xae\xf4\xa9\x77\x4b\x69\x6e\xec\x4e\xbc\x57\x49\x48\x60\xee\xe8\x5f\x42\xad\x0d\x6b\x85\x2b\x49\xe2\x0b\xf0\x82\x40\x90\x86\x8e\xfe\x9f\xdd\x76\xde\x05\xd7\xc9\x89\xae\x28\x8c\xdb\xd1\x53\xf7\x60\x1a\xd7\x9a\x4a\x92\x1d\x9e\x3d\xa7\x33\xf9\x35\xd4\x67\x46\x84\x32\xd9\x14\xcb\x52\x12\x9e\xf2\x56\xb9\x20\x31\xba\x91\xc5\xa4\xc6\xaa\x98\x64\x96\xb1\xcc\x41\xe1\x3f\xb3\xca\xaa\x7c\x66\x9c\x74\x8c\xb9\x06\x32\xbe\x37\xd9\x82\xea\x91\x70\xcc\xc7\x19\x4a\x6d\x8d\x3d\x1f\x5b\x5c\x74\xa2\xfd\x8d\x7c\x8b\xd9\xa3\x56\xdd\x1f\x42\xa6\x74\xd6\xf0\x3a\x1b\x0c\x56\xf5\xbf\x4a\xa5\x74\x37\xd1\x92\xa7\xff\x57\x84\xe9\x7a\x88\x20\x35\x51\x1f\x1b\x1d\x69\x21\xea\x00\x4e\x3f\x63\xeb\xf1\x91\x2e\x57\x06\xb8\xc0\xf7\x42\xee\xe1\x0b\xed\xfa\x3b\xa3\xa9\x01\x96\x8c\xc4\xb8\x26\xf1\x6c\xe6\x40\x35\x27\x99\x63\xc2\x17\x09\x7d\x9a\xd2\x65\x26\x6f\x85\x7a\x9e\xb7\x6d\x4d\x48\x1e\x86\x31\x21\xe0\x2f\xa0\xfc\x85\x39\x68\xa4\x94\x84\xe2\x44\x69\x5c\xb7\x4e\x99\x08\x15\x71\x3e\xa9\xd1\xec\x5d\x13\x95\x78\x8b\x4d\x72\xf2\x86\x4c\x12\x02\x29\xe2\x6b\x30\x5e\x90\xbf\x79\x51\x2c\xa0\x24\x8d\x65\x75\x81\xb7\xb8\x41\xb8\xb9\x88\xc3\xf0\x59\x13\x55\x58\x60\xae\x4d\xf0\xf8\xb4\xe0\xd5\xdb\xac\x5a\x47\x5b\x84\xeb\x31\xd9\xee\xcd\x0c\x0a\x62\x47\x5c\x1c\x1d\xe1\xa6\x3f\xc2\x42\x8f\x50\xe0\x0d\xd8\x94\xc2\x60\xe5\xcf\x5b\x86\xe8\x8f\x62\x03\xa3\xd8\x18\xe9\xcc\x8d\x26\x76\x52\x77\x7a\xb0\xda\x33\xba\x4e\xdd\xee\x96\x9e\xad\xf2\xd1\x5b\xd4\xdd\xf3\xcb\xd5\x47\xf2\xac\x43\x37\xbd\x3c\x20\xf3\x78\xa1\xbd\x93\x18\x92\xd3\xab\xcc\xe3\x92\xad\x50\xea\x7e\x77\xe2\x1b\x98\xdb\x65\x29\x2e\x2e\x92\xd5\x54\x8d\x3b\x42\xc8\xa7\x0c\x6e\xf3\xae\xd5\x4e\x11\x8a\xa2\x02\xf0\x5c\x4a\x8a\x49\x82\x22\x10\xa9\x4e\x34\xfa\xe1\x1a\x57\xff\xe0\xc5\x80\x2e\x69\xdb\x1a\x4f\x1e\x74\x93\xcd\x45\x18\xc2\xd6\x8a\x49\x66\x21\x51\x9b\x5e\x80\x93\xd1\xac\x26\xf5\x02\x02\x25\x83\xd3\x47\x05\xe2\xdf\x1a\xa1\xd4\x7a\x50\xa9\xc1\x5a\x31\x9c\x27\x0e\xd9\x02\xb4\x75\xa9\x96\xad\x09\xf4\x8a\x0b\xc2\x78\xb4\x75\x06\x8f\x85\x36\x78\x6c\x48\xd1\x31\x78\xa4\x51\xd3\x33\x9f\x7d\x8f\x6e\x8a\x29\x8d\xde\x3b\x3b\xc7\xc2\x33\x9f\x2d\x8b\x68\xdb\x33\xdc\x95\x45\x2e\xd6\xc0\x91\xcb\xfb\xbb\xb2\xbe\x96\xcd\xd3\xb5\x7f\x7d\x6b\xba\x3c\xba\xe2\xc2\x51\xf4\xa6\x31\x1c\xe0\x13\xfa\x6e\x07\x49\x48\xfc\xa8\x17\x38\x40\x01\x42\xb3\x1c\x1c\x49\xfd\xe5\xdb\xda\xe5\xdb\x3a\xeb\xa5\x0d\x51\x7e\x8d\x78\x4d\xb6\x53\xc1\xf1\x8e\xd8\x34\xd9\xeb\xc5\x26\x5d\xe3\x6b\xb2\xd5\x40\x26\x37\x70\x73\xb1\x6b\xdb\xcd\x3c\x6e\xdb\xdd\xc5\xb1\xb9\x18\x2a\x4e\x4f\x44\xf1\x1c\x76\xf8\x1b\x1c\x48\xb2\xc4\x0d\x78\x87\x83\x93\x48\x85\x1c\x19\x8e\x36\xa2\x27\x24\x47\xfb\x86\x5c\x2f\x5c\x54\x1d\x4d\x50\x5e\x2f\xbe\xde\x4e\x79\x11\x5d\x6b\x45\x41\xd5\xb6\xef\x1b\x84\xd2\x6b\x7b\x87\xe2\x2b\xf2\xc6\xb3\xa5\xdb\x10\xb2\x03\xc4\x79\xa5\x39\x80\xd9\x66\x9e\x85\xa1\x5c\xb1\xcd\x45\xa6\x61\x72\xa3\x60\x52\xe1\x9e\xdd\x64\x83\xaf\x10\x7e\xd6\x44\x1c\x97\xf8\x0d\xc2\x19\xd9\xed\xf7\x11\x45\x38\x8f\x46\x35\xc2\x75\x5f\xc2\x74\xf4\x2e\x56\xc0\x4d\x17\x4b\x8a\x27\xc9\x2a\x5d\xae\xf0\x72\xe5\xdd\x24\xc7\x88\x70\x3a\x44\x84\xd3\x4f\xa2\xa3\x5f\x50\x11\xf8\xe1\x63\xdd\x2d\x25\xc9\x1f\x7a\xe0\xf1\xc4\x09\x5d\x96\x70\x8a\x0d\x49\x6f\x77\x80\x23\x2d\x53\xe1\x70\x8c\xad\xb0\xbd\x3b\x5c\x2e\xd9\xab\x3e\x37\xc0\x97\xf1\xaa\x6d\xf9\x01\xfb\xe0\x39\x19\x88\x30\x34\x7b\xfe\xa7\x31\x11\x6a\xf2\x65\x11\x25\xfa\xfa\x04\xba\x5a\x4f\x62\x19\x83\xe9\x2c\x4c\x03\x64\xf8\x96\x80\x2b\x87\x08\x38\x49\xfc\x29\x08\xe4\x9a\x84\x4b\x10\xc2\x7e\x63\xb2\x8a\xf5\xb2\xda\xdf\x46\xcb\xc1\x4d\x24\x07\x77\x5b\xe2\x77\x0d\x43\x58\x58\xeb\xee\xef\x1a\x8f\x45\x79\xd7\x74\x83\xd3\xdc\x5b\x15\xe4\xe3\xeb\x33\xd8\xe9\x11\xc4\x5d\x08\x43\x36\x27\x31\x32\xb7\x84\x01\x8d\xc9\xe9\xac\x04\x8e\x9a\x81\x7b\x3c\x23\x12\x40\xc6\xc9\x6a\x21\xe1\x64\x4c\x44\xaa\xbe\x8d\xa1\x1c\x4a\xc7\xc9\x6a\x4c\x58\x5a\x2d\x22\x5d\x05\xdb\x42\x7b\xc1\x81\x35\xb3\x93\xd8\x3f\xf3\xd5\x4d\xf1\x88\x58\xdb\x45\xeb\xd7\x6b\x06\x23\x29\x6d\x50\xaa\x58\x3e\x89\x2e\xa9\xe7\x44\xd0\x79\x9a\xaa\xc8\x38\x92\xb5\x73\xdb\x6c\xde\xcf\xab\x19\xa2\xfd\x6d\xb6\x57\xf3\xde\x1b\xdd\xeb\x8e\xae\xc7\x28\x47\xcc\x9d\xec\x59\x98\xc7\xb3\x6c\x4e\x8f\x08\x03\x6a\xe2\xde\x00\xb1\x04\x81\xce\x3b\x25\x20\x2b\x9a\xc7\xa8\x1c\x93\x1a\x5c\x7e\xdd\xa8\x15\x89\x57\xe2\x86\x70\x5c\x10\x33\xde\xd9\x56\xd6\x6c\xc6\x24\xc7\x79\x18\x56\x61\x18\x15\xa4\x30\x93\xae\x96\x19\x2c\xd7\x0a\x21\x3c\x8a\x18\x38\x2c\x1d\x0c\xae\x6d\x3b\x63\x48\x56\xf3\x18\xcd\xd0\x7d\xc6\x2a\x80\xb2\xe4\xb8\xc1\x05\xc2\x25\xd9\x62\x4e\x1a\x7f\xd1\x7e\x18\x58\xb4\x8f\x84\x51\x43\x06\x54\x8b\xe5\x4a\x45\x3d\xcf\x0c\x79\x4d\xe5\xf5\x67\x48\x6d\x84\x73\x32\x49\x66\x33\x54\x16\x91\xa4\x22\x33\xb9\x47\x61\x28\x7f\x02\x09\x65\x92\xd7\x5a\x3a\x14\x5c\xf2\x94\x01\xb0\x4f\x2b\xe3\xac\x43\xe9\x7a\x0f\xf6\xfa\x87\xf6\xe0\x58\x44\xd0\x8b\xbc\x2b\x73\xe8\xb1\x6d\x63\xf9\x97\x17\x45\x18\xaa\xc8\x0d\x73\xe8\xa6\x6d\xe1\x41\xbe\xdb\x52\x16\x86\x23\x86\x90\xf3\x53\x92\xa4\xbd\x5c\x27\x18\x04\x34\x0e\x38\xb6\xd1\xc0\x53\xf4\xc7\xdc\xa0\x59\x66\x87\x90\xcf\xb3\x69\x19\x86\xf0\x66\x4e\x64\xbf\xd0\x4c\x8c\xa1\x0a\xc2\x1c\x48\x79\x79\xa7\x65\x9a\x94\xcf\xe5\x48\xfd\x79\x16\x08\x37\x13\x52\xec\x8d\x6d\x9a\x15\x94\x8e\x22\xd3\x8f\x32\x05\xcf\x80\x66\x0a\x43\x65\x14\x67\xfd\x93\x17\x6f\x0d\x81\xfd\x82\x0a\x15\x4a\xc1\x27\xb9\x67\x0e\x89\xdf\x83\x14\xaa\x03\x64\x59\x8b\x0d\x89\xf1\x5a\xad\xd9\x6c\x6d\x77\xd6\xdb\xce\x9d\x5b\x9a\xb5\xd9\xca\xcd\x98\xec\xf0\x7a\x42\x76\xde\xe6\xed\xfc\x39\xc5\xba\x09\x39\x0f\xb9\x68\x6b\xa3\x2c\x5e\x6b\xdb\x6f\x6c\x17\x42\x73\x25\xb0\xc6\x8b\xcc\x72\x21\x76\xd5\x87\x56\xd6\x5b\x58\x18\xf9\x64\xed\x23\xbb\x97\x1f\xef\x19\xe3\x9f\x8b\x53\x7b\x93\x33\x7b\x2e\xb8\x77\x2e\x32\xef\x5c\xd4\xda\xaf\xc1\x72\x66\x12\x5a\xfc\x0d\x2c\xbb\x1b\x08\x1a\x14\xb7\x81\x15\x5c\xa2\xb1\xe6\xcb\xd0\x3b\xc9\x17\x2a\x1e\x2e\xc6\x12\xbe\xf4\x5a\xd9\xc4\x66\xf1\x88\x68\x98\xd7\xbd\xb8\x8e\x6d\xd1\x87\x42\xc4\x4c\xb1\xca\x5d\x1e\xf2\x54\xc5\x3f\x41\x78\x6b\x6d\x85\x67\x1a\x44\xb8\x03\x11\xc5\xf6\x66\x86\xa7\x84\xc3\xb9\x88\x53\x28\x98\xc1\x64\x72\xdc\xc8\x89\x94\x61\xd8\xc0\x8e\x96\xb8\x32\x3b\x0a\x50\xe3\xbe\x8f\xf4\xe4\x55\x13\x9a\xd5\xd6\xdf\xea\x0f\x15\xbf\xfc\x79\x29\x20\x90\x4a\x3a\xf4\x45\x67\x08\xfa\xeb\x91\x46\x1a\xdd\xee\x25\x77\x14\xc1\x5c\x2e\x72\xb9\x76\xe6\xcc\xc3\xbc\x2f\x72\x24\x91\x4c\xdb\x9a\xc9\x5f\x6c\x3d\x06\xf9\x34\xca\xfd\x23\x9e\x6b\xec\x05\xc3\xd1\xb8\xa1\x3b\x70\x03\xc3\x99\x81\x7d\x50\x98\xbf\xf8\x20\x55\xb4\x30\xd6\x96\xf2\x56\xf4\x8c\x5d\x3f\xd8\xe2\xd7\xb4\x67\xaf\x9d\x99\x6a\xd6\x5e\xfc\x0b\x2b\x37\x25\x54\xb9\xfc\x96\xf2\xa6\x32\xfc\xb2\x5f\x68\x2c\x6d\x65\xdd\xd8\xd5\x98\x9c\x3a\x2f\x0b\xe2\x94\xba\x12\x3c\x8f\x48\x89\x26\x46\x49\x5c\x32\xcf\x2c\x97\xb2\xd3\x5b\x6d\x44\xe1\x7e\xb0\x71\xbb\xd2\x83\x06\x20\xc8\x6b\xbf\x81\xde\x2a\x58\x6a\xc3\x18\x34\x2b\x52\xc8\x74\x73\xe1\x04\x48\x86\x38\x48\xe9\x52\xac\x3a\x7d\x7c\x3e\x14\xae\xc4\x8f\xef\xde\xed\x89\x0d\xf5\xc4\x2e\x2c\x31\x16\x86\x23\xea\x7a\x13\x4b\xb6\xd2\x84\xb1\x59\x53\xac\xa3\xa4\x99\x24\xa1\xa6\x7c\xec\xe9\x4b\x35\x74\x0e\x8d\x8b\x12\x1b\xc8\x67\xe1\x41\x92\xdb\xcb\x09\xa1\x76\xff\xc6\xe4\xb0\xd1\xd3\xa1\x56\xe5\x51\x36\x3b\xa0\x9a\x35\x07\x84\xa2\x94\xf6\xdf\x75\xba\x2c\x59\x7d\xd8\xa5\x51\x2f\xfc\xfa\x81\xce\x29\xc3\x96\xc9\xc5\x36\xbb\xaa\x49\x35\x74\x5a\x32\x96\x6f\x78\x75\x0c\xd0\x92\x47\xa1\x6b\x60\x21\xfa\xde\x1d\x76\x69\x36\x34\x5b\x7f\x40\x1b\xbe\xcb\xc7\xfd\xec\x2b\xdc\xe4\x48\xff\xbb\xac\xae\xf9\x51\xf9\xeb\xb9\xdf\xf7\x24\x49\x9f\xf8\xcf\x49\xea\x8e\xe7\x65\xb9\x2e\xbf\xa5\x6f\xe8\xf6\xc8\x91\x39\xf3\x3e\x34\x50\x7b\x26\xa1\x50\x42\x63\xea\x74\x17\x57\x3c\xdb\x3e\xe7\xdb\xe6\xfa\x30\xa6\x99\x77\xf6\xa0\x99\x8b\x8b\x87\xb6\xa5\xb3\x87\x0f\xcf\xcf\xcf\x12\x0f\xac\xe9\xad\x22\x75\x63\x86\x85\x3f\x21\x04\xdc\x24\x99\x1d\x0a\xf9\x19\x91\x7c\x91\xd2\xf6\x47\x76\xd5\xe5\xc5\x1d\xb1\xa1\x17\x10\x90\xb2\x5b\x2e\x80\x93\x47\x98\x11\xe7\x6d\x14\x86\x95\xdd\x39\x17\xfd\x4c\x19\x9b\xb8\x15\xf1\xc2\x71\xbe\x13\x47\x82\x8f\x7e\x9a\x96\x58\x07\x94\x51\x4e\x11\x00\xfa\x2e\x36\x9b\x7a\x36\xb4\xcb\x1f\xcd\x14\xa4\x4f\xca\x5c\x50\x51\x54\x40\x26\x64\x97\x75\x44\x27\xfe\x17\x17\xb6\x5c\x74\xca\x17\x34\xb5\xe9\x42\x6d\x73\x5e\x05\xcc\xee\x8a\x3f\xea\xef\x8f\xfa\x46\x72\x5b\x76\xe0\xb2\x58\x1e\x3d\x59\x28\xff\xde\x57\x91\x7b\xa3\x5a\x48\xfd\xb1\xc8\xef\x53\xdb\x62\x3f\x3c\xc4\x6d\x82\x25\x3a\x20\x9a\x31\x83\x1c\x7c\x25\x3b\xf8\x08\x01\x4c\xc1\xab\x13\x9b\x37\x50\x59\x12\xa0\x83\xe5\x35\x1d\x63\xdd\xcd\x9d\xba\x5d\x85\x47\xbb\xfa\x5d\x28\x73\x48\xf8\x8f\x5b\x90\xf0\x21\x0a\x86\x71\xd4\x06\x09\x5f\x67\x25\x83\xe4\xd1\x84\x0d\xa1\xdf\xdb\xce\xf6\x9f\x70\xae\x7d\x85\x19\xed\x68\xa2\xd4\x28\x8f\xdb\x44\xc3\x1b\x90\xa7\x18\x9f\x31\x3b\x93\x7b\x04\xcd\xf5\xbb\x70\x2a\xe8\x4e\x41\xdb\x76\x5b\x95\x15\x5c\x17\x03\x61\x73\xad\xba\xa4\xd3\xcc\x4c\x8c\xc7\x92\x7f\x1b\x79\xaf\x96\x62\x35\xa5\xbf\x47\xd4\x3d\x22\xd7\xa0\x8b\x4b\x6b\xd1\x6b\x79\x34\xfe\x64\xa7\xd1\xce\x70\x57\xde\xfd\xf3\xa2\x64\x57\xdb\x43\xd0\x72\x37\xa0\x46\x7d\x9d\x81\xfb\x58\xd0\xb5\xbd\xf2\xc3\x47\x67\xeb\xf5\xb0\xc1\xcc\x6d\x86\xde\xc7\x60\xa4\x63\xab\xed\xeb\x54\x35\x54\xc8\x45\xf3\x95\x43\x6a\xb0\x08\x33\x13\x09\xd6\x4e\x7d\x9c\x1c\xc4\x6d\xbc\x63\x98\x9f\x12\x6f\xc9\x76\x6b\x34\x5f\x7a\x15\x7b\xa1\xaa\xaa\x25\x5b\x11\x81\xed\x74\xaa\xa3\x40\x7b\x17\x6e\x54\xed\xa7\xf7\x3b\x25\x46\x67\x26\x4f\x89\xec\xab\x37\xe6\x7b\xa1\x51\x6d\x24\x23\xda\xb6\x6f\x28\x63\x36\x61\x00\x8b\x0a\xe8\xa4\x6d\xd5\x5f\x49\x3e\x77\xa0\xeb\x23\xd1\xeb\x97\xeb\x12\x52\x45\x6a\x24\x7b\x60\x2a\x73\xd7\x82\xfc\xda\x4c\xcd\x34\x23\xaa\x50\x07\x8c\xcf\x8b\xd1\x35\x7c\x56\x3e\x19\x54\xba\x03\x5d\x52\x73\xdb\x62\x86\x3a\x67\xea\xb8\x89\xcf\x27\xf5\x1f\xcf\xee\x19\x67\xb8\x36\x6b\x7b\xc2\x28\x5d\xd7\xdd\x20\xc3\x95\xbe\xd4\xba\xc1\xaa\x7a\x16\x25\x2e\xfe\x9f\x56\xa9\x70\x8d\xe5\x39\xac\xfd\x9c\x54\xa9\xfe\x65\x69\x19\x3a\x65\xbc\xba\xce\xb6\xe5\x1f\x74\x1d\xb9\x80\xb0\x0c\xcd\x2a\xc2\x25\x2d\xdd\xbf\xfe\xbc\xf5\x02\xf7\xde\x3f\x9d\x10\x8b\x07\x4d\x3e\xbb\xb6\x9d\x3a\x47\xe0\x90\x80\xb7\x1b\x90\x45\x55\x9c\x39\x18\xd4\x38\x80\x62\x8a\x61\x53\x24\x0a\x9b\xc7\x8b\xf3\xf4\x09\x6a\x75\x90\x6d\xb6\x38\x4b\xad\xd4\xe7\x14\x33\xa4\xdf\x8c\x08\xa9\xbc\x19\x54\x8b\x2a\x35\xc4\x39\x9a\xcf\x1f\x7a\x98\x6f\xd8\x94\xd1\x57\x9e\x98\x06\x99\xd7\x20\x5b\xb0\x4e\x83\xf6\xaa\x9e\xd3\x85\x1b\xb9\xc0\x14\x9f\x9e\xb7\x15\x4a\xfd\xd9\x08\x5c\xb5\x91\xb8\xa0\x8b\xf3\x34\xf6\x12\x1d\xbb\xbd\xfd\xf3\xc1\x5a\x22\xdd\x25\x5b\xcd\xc4\xb4\xe6\x95\x38\x16\xc9\x4b\x7b\xa2\x2b\x9e\x10\x29\x4f\x68\x93\x10\xb4\x72\xe0\xac\xf2\xca\x1d\x03\x65\x0c\x26\x52\x93\x64\x10\xa6\x33\xc9\x77\xea\x07\xf9\xdb\x68\x3f\x32\xc5\x85\xe4\xce\x37\x5e\xc2\x33\x86\x2a\xb3\x72\x2e\x97\x9e\x4d\x26\x58\x80\x7a\x37\xa7\xd1\x64\x52\xe2\x53\xcc\x35\x91\x78\xc1\x81\x48\x5c\x18\x6c\x91\xe3\x1a\xa5\xe6\xa1\xc6\xb9\x5c\xe4\x81\xa3\x61\xbc\xa1\x2d\x25\xf8\xdc\xf7\x8c\xd1\x01\x91\x0c\xee\x3e\x88\x8b\xc4\x7a\x71\x91\xca\x22\xd2\xd9\x67\xa7\x82\x1f\x55\x8c\x5b\x9c\x7c\xb2\xe3\x25\x13\x60\x95\x5b\x97\x6b\x7a\xc2\x0b\x2f\x35\xc5\x5d\x01\x95\x40\xf4\xf6\x65\x43\x62\xfc\xfd\x1d\x4e\xcf\x98\x1f\x52\xb6\x39\xbf\xbe\x2c\x19\x35\xa4\x6d\xce\xaf\x77\x59\x45\x21\xff\x9c\x91\x34\xe8\x32\xe3\x04\x5d\xd6\x2f\xe4\xed\x92\x1b\x3f\xf4\x72\x4d\xbe\x6c\x4c\xec\x18\x9d\x3c\x86\x88\x68\xb9\xd2\x3d\x00\xdb\x57\x83\xdb\x89\x9f\xdb\xd0\xe8\x7b\x17\x6a\x40\x28\xe5\x43\xb4\xf4\x90\x85\x4a\x87\xb2\xff\xa2\x89\x96\x4a\x94\x07\x61\x9d\x3b\x56\x70\xcd\xc0\xa5\x60\x23\x68\xf8\x53\x39\x14\x31\x3f\xcf\xd8\xbf\x8b\x13\xdd\xc8\x49\x76\x52\x43\xbd\x93\x22\xcb\x41\x51\xdc\x1d\x80\x12\xf4\xe0\x04\x8b\x83\xfe\x07\x18\xac\xff\xbd\x01\x9c\xfa\x03\x18\x0e\x00\xe8\xab\xd1\xdb\x36\x12\x83\x3e\x4d\x7b\x07\x1b\xb2\xf7\x68\x49\x57\x9e\x11\xa8\x0b\x39\x25\x22\x36\x85\x94\x73\x10\x2b\xad\x93\x38\x5a\x45\x14\x38\x9a\x22\xf2\x23\x83\x34\xb8\x14\xbf\x86\x76\xd1\xe0\xdb\xb6\x83\xf3\xc0\xa2\x03\xd0\x7e\x2d\x1f\xd5\x11\x42\x84\x57\x57\xae\x8b\x69\x78\x38\xef\xb3\xfa\x22\xfd\xb6\x41\x78\x34\x12\x53\xb5\x37\x58\x4c\x29\xcb\x2e\xb7\xb4\x1e\x42\x27\xdf\x36\xfd\x16\x04\x24\x17\x51\xe1\xe1\x3c\x49\x29\x9d\xd2\x37\xb4\x7a\xdf\x41\xcb\xac\xdb\xf3\x92\xad\xe4\x6a\xcb\xa5\xfc\xe2\x83\xe3\x1c\xac\x21\x29\x17\x65\x79\xe9\x18\x5a\x80\x2a\x73\xdc\xe5\xc1\x34\x67\xbd\x13\x70\x42\x1f\xf4\xa1\x63\xba\x7e\xcf\xb2\xeb\x32\x7f\xb1\xe5\xc7\xe5\xc6\x72\x40\x2a\x37\x68\xe9\x85\x12\x31\x26\xfa\x30\x84\xce\x6e\x99\x6c\xfb\xe5\x1a\xd7\x84\x2e\xb3\xd5\xc5\x45\x82\x73\x62\xe4\xea\x72\x98\x78\x4b\x46\x09\x6e\xe4\x3f\x05\x81\xd4\xdb\x26\x80\xa9\x3f\x4b\x87\xae\x37\x16\x5d\x6f\x0e\x82\xed\xad\x4d\xbe\xf0\x59\xb0\xe6\x79\x40\xc8\x7a\xb1\x25\xa3\x38\x0d\x2c\x75\x07\x65\x8d\x2c\x8b\x09\x89\x92\xd0\x90\x02\x91\x20\x74\xb9\x9e\x96\xeb\x15\xf2\xa0\x58\x2c\x44\x0a\xfe\xac\x85\x0e\x27\xa8\xab\x18\x74\xbe\x43\x37\x9b\x29\x8d\x76\x0e\x9d\x6f\xbc\xf8\x78\x37\x8a\x40\x18\xc2\x7a\x3a\x19\x7a\xbd\xac\x57\xa4\x8c\x28\xc2\xc9\x1e\x37\x2a\x15\xf6\x01\x92\xd9\x86\xa1\x98\xae\x79\xae\x7d\xbb\xda\xb6\x81\x28\xe0\x7e\x89\x49\x77\x5a\x72\x86\xda\xf6\x77\x09\xa6\x05\x32\x24\x86\x6c\x1f\x6c\x0d\x16\xa3\x1f\x9b\x88\x61\xaf\x6f\xcc\x51\x3a\xe2\xdd\x32\x84\x06\xc6\xc8\x70\xe2\x1c\x59\x71\x45\x73\xce\x8a\xf2\xaa\xa9\x86\xb3\xc7\xc3\x8c\xb6\x04\xa2\x3a\x16\xe5\xd5\x34\x5b\xaf\x2b\x5a\xd7\x3a\x22\xaa\x5a\xf1\xad\x51\xd6\x7d\x0d\x56\xa8\xca\x77\xb6\xb3\xe5\x07\x67\xc8\x9d\x20\xe6\x9b\xe3\x7d\xdf\x2c\x84\x02\xbd\x88\x21\x42\x08\xb5\x0f\xe9\x28\xea\xd4\xfc\xbc\x01\x0f\x07\x85\xee\x18\x1e\x25\x08\x6a\xbb\xc7\x3d\x42\x6d\x1b\xe5\x0b\x58\xa7\x46\xae\x8e\x5c\x9c\x06\x0d\xae\x49\x83\xe3\xfd\x91\xa5\xda\x0f\x20\x8f\x1f\x7d\xa3\x17\x2f\x51\x51\xd7\x1d\xd7\x93\xac\x54\x24\x9e\x39\xc3\x97\x59\xa5\xe5\x29\x2c\xa2\xcb\x6a\x85\xc5\xb2\x1a\x94\x9e\xd8\xfe\x7e\xef\xd1\x3e\xa3\x44\x05\x1a\x15\x87\xf1\x45\x59\x2f\xbe\x68\x12\xfe\x5d\x7e\xac\xcf\x12\x0a\xc3\xa8\x22\x60\xca\xad\xa0\x9e\xab\x60\xa3\xbc\x1f\x6c\xd4\x70\xfc\x80\xd4\x7e\x6a\xc8\xf7\xcd\x54\x5d\x21\xd1\x8d\xc2\xae\x90\x64\x1a\x7f\xfe\x11\x14\x4e\xb9\xb6\xc4\x0d\x9c\xa9\xaf\x0c\xa2\x53\x87\xe6\x2b\x83\xeb\x34\xee\xf9\xca\xa0\xbb\x7a\x47\x73\xc2\x75\x94\xaf\x8a\xbf\x29\xd7\xb4\xd6\xc6\x90\x43\x28\xf0\x08\x13\x4a\x7b\x59\x91\x0d\x84\xfd\xd4\xa0\x69\x51\xb2\xf5\x11\x19\x04\x00\x96\xbc\x64\xac\xe3\x55\xa4\x99\x1c\xc2\xda\xd6\x9a\x64\x32\xa3\x59\x60\x7a\x72\x48\x8b\xe0\xf4\x54\x51\xd4\xc9\xd5\x75\x0b\x76\xb6\xe3\xd3\xba\xd0\xf5\xca\xa9\xf2\xee\x83\x8c\xd8\x4a\x9e\x59\xcd\xd5\x1c\xc1\x49\x95\xb3\x18\xb3\x5f\x49\xfc\x6f\x76\x02\x5c\x30\x9d\x9c\xd3\x6c\x08\x18\x89\x2c\xe2\x34\xf2\x3b\xe3\x38\x41\x47\xb1\x49\xd5\x49\x36\x33\x22\x55\x1f\x9b\x08\x39\xc1\x45\xa7\xc1\x4a\x1f\x66\x81\x70\x8c\xba\x7d\x75\x26\xe6\xc7\xc7\x2b\xd9\xb0\x9e\x54\x75\x0e\x2b\x89\x7f\x6a\xa6\xbc\x88\x6e\xa0\x71\x90\x24\x61\xbd\x9a\x74\x8f\x56\x5d\xdd\x88\x24\x92\x6f\x93\x5a\xde\x4d\x5f\x59\x34\xaa\xe8\x23\x45\x97\xeb\xd1\x63\xb3\xce\x3e\xa5\x73\x2b\x41\xe4\xed\x85\x3e\x00\x61\xa8\xc2\xb8\xab\xc3\x60\x8b\x23\x26\x19\x44\x27\x5c\xff\xa5\x21\xe7\xf8\xb7\x86\x9c\xe1\x6f\x1a\x72\x8a\xff\xd9\x90\xc4\x21\xb3\xaf\x7c\x9f\xfb\x23\xfe\x58\xff\x90\x88\x9d\x6a\xde\xe6\xaf\x0d\xb9\xd9\x94\x57\x1b\x5a\x8b\xf4\xab\x26\x8a\x11\x96\x4f\xf2\xe7\x3f\x1b\x84\x35\xc7\x21\x1f\xbf\x69\x10\xde\xf2\xb7\xf2\xe7\x6f\xea\xa7\xfe\xe4\x97\x06\xed\xf1\x3f\x1a\xf2\x3b\x77\xc7\xed\x98\xa8\xbf\x13\xa5\x6c\x57\xd1\x9c\x30\xc9\xfe\xfe\x7c\x0c\xf3\xdc\x95\xa0\xf1\x4e\x0e\xe6\x5f\x87\xae\xc1\x1e\x58\xdf\xe2\xb8\x46\xa7\x5e\x3d\x00\x32\xb5\xad\x42\xd2\xcb\x0a\xd4\x2c\x58\x41\xc2\x7f\x2f\xbd\xfd\x2d\x63\xa2\xe6\xb0\x78\xad\x41\x0a\x71\xc5\xa7\xb9\x5d\xfe\xd7\xfd\x16\xd4\x6b\xc6\x5a\x7c\xc0\x1a\xc3\xba\x7e\x76\x27\x46\xc7\x99\x32\x80\xea\xb7\x7b\x99\xd5\x3d\xb6\x55\x0d\xd5\xc6\x9b\x75\x34\x69\x6d\x70\xbc\x3e\xff\x16\xc5\xc3\xd5\x02\x69\xdc\x6b\x83\xea\x01\x3d\xd7\x24\x73\x35\x9a\xfa\x25\xbd\xde\x6d\x33\x01\x49\xcb\x06\x8a\xad\x99\xa8\xb5\xe3\x1c\xaa\x04\x54\x60\x3c\x08\x23\x6a\x1c\x5f\x01\x6f\x77\xbb\xd9\x85\x41\x60\x54\x22\xb0\x99\x87\xe4\x24\xc1\x49\x0d\xfb\x9d\x1e\xcc\x4e\xb9\x83\x78\x08\xa4\xa2\x35\xdf\xbe\x39\xaa\x3b\x03\x3c\x6d\xfc\x29\x74\x62\x54\x8d\x04\x55\x0a\x66\x65\x4b\xf9\x5d\xb6\xc3\xb9\xa4\x0c\x86\x85\x65\x4b\x30\x67\xb7\xff\x5b\xe9\xc4\x86\xdf\x65\x3b\x87\x0e\x38\x04\x56\xd1\xa2\x1f\x48\xa8\xaa\x69\x4e\x85\xba\x6b\xa0\x79\xea\x39\x31\x9e\xd0\xda\xba\xab\x5a\xd6\x2b\x2b\x8f\xa2\x68\x96\x43\x5a\x1a\x28\xd5\x62\xa1\x1c\x27\x08\x77\x22\x93\xff\xab\x51\xd9\x36\xb7\x54\xe2\x72\x1f\x68\x54\x08\xf9\x69\x2d\x3b\xc7\x19\xc2\x07\x76\xf5\xca\x1e\x14\x37\xbd\xb8\xd8\x8d\xa6\x82\xb6\xa4\xe9\x50\x41\x3c\xda\x6a\xf6\x26\xb3\xa4\xcf\x1a\xdd\x34\x53\x1a\xad\x1d\xe9\xd3\x74\x1d\x45\x7a\x63\xd5\x52\xa4\x4d\x56\xf7\xc6\x7a\x44\x9a\xf4\x45\x23\xe7\x9d\x09\x7a\xd2\xd4\x20\x42\xf2\xbe\x39\x29\xd9\x89\x93\xc3\x68\x13\xb9\x82\x08\xb5\xdc\x9d\xd6\x25\x57\x0a\xe7\x73\xc6\xd4\x7a\xf8\x6f\x71\x81\x30\x8f\x0a\x39\xab\xc1\x51\xff\xa3\x41\x3c\xd2\xdf\x63\x0a\xe8\xd3\xd9\xfa\xd1\x1e\x3d\x5d\x2d\xb3\x95\x09\xb5\x0e\x95\xd5\xb5\x12\x86\xb2\x09\xf3\x84\xb3\x23\x0d\x7c\x71\xd0\x80\x62\x21\xdd\x34\x55\x43\xfd\x52\xd3\xa0\xf6\x76\xa1\xee\x15\x18\xb8\x6f\x0e\x45\x31\x3f\x33\x89\x67\xaf\x58\xf9\x07\x5d\xbb\x55\x3c\x81\xfd\xed\x2c\x2c\x98\x21\x46\xbe\xab\x3d\x9a\x9e\xbc\xdc\x94\xf5\x49\xcd\xaf\xa9\x28\xaf\x69\x7d\xb2\x01\x9b\xeb\xfa\xe4\x92\xe6\x99\xdc\xa7\xeb\x66\x2b\xca\xdd\xd6\x4d\xad\x96\x5b\xf7\x1f\x39\x5f\xd3\xeb\x52\xf6\xff\x40\x1e\x63\x7a\x92\x55\xf4\x64\xcb\xb3\x35\x5d\xe3\x13\x30\x40\x2d\xd9\x95\xbf\x1c\x90\x97\xbe\x9e\x06\x08\xcd\x78\xb4\x01\xb0\x33\x16\xb7\x11\xc5\xf2\x66\xac\xee\x48\xdd\x60\x35\x85\x20\xca\x01\x44\x50\x23\x07\xea\xb9\x06\xf5\x92\xe4\x07\xbc\xf3\xd6\x24\x13\x9d\x6d\xbb\x7b\xbc\xe0\x6a\x7f\xb6\x28\x8d\xb2\xe5\x56\x6f\x46\xb9\x5e\xb5\x6d\xf7\x99\x2c\x57\x08\x99\xba\xe6\xc4\x5c\xa2\x9b\x7c\x4a\xa3\x4b\x77\x62\x72\x38\x31\x86\xcb\x69\x06\x31\x93\x96\x04\x2c\x57\x78\x4d\x0e\x2c\x75\xae\x97\xbb\xd5\xac\x51\xe8\x93\x6c\x0c\xe2\x9e\x27\x78\xa3\x3a\x8f\x06\xef\x59\x49\x39\xeb\x75\xc1\x3b\x12\xe3\x6b\xc2\x67\xbb\xf9\xb5\x41\xf7\xbb\xf1\x18\xad\x23\xe3\x91\xa4\xc9\xf4\xca\x23\xd3\x2b\x43\xa6\x5b\x42\x54\xdd\x32\xf8\x6a\x20\x8b\x79\xb6\xa4\x2b\xcc\x88\x58\xc6\x2b\x55\x0d\x97\xe4\x4d\x18\xbe\x59\xd2\x55\xdb\x2e\x55\x90\xeb\x43\x19\x91\x1f\xb5\x86\x82\x70\x64\x8f\x90\x64\xfa\x9a\x25\x83\xc9\x16\x6e\xb2\x6d\x82\xbf\x05\x37\x3b\x84\xb4\x70\xa2\xb2\x7c\xaf\x77\x38\x38\x61\x46\x0c\x16\x89\x5b\xf4\xa5\x2a\x24\x2c\x42\x68\x66\x5a\x93\x68\x56\x93\x98\x11\xc7\x5e\xe3\x0b\xf7\x3b\xe5\xc8\x79\x9d\xd5\xea\x16\xd1\xfc\xa5\x02\xa9\x83\xbd\x33\x39\x3a\xec\x0c\x17\x91\xd9\xc9\xee\xe4\x8c\xc4\x45\xf3\xa0\x28\x8d\x3e\x78\xc7\x3d\xe2\x41\x6d\x3c\xda\xcf\xfc\x53\x50\x77\x4f\xc1\x36\x42\x77\xc0\xac\xd9\x86\x5b\x47\x30\x40\x17\x77\xee\x53\xd6\xdb\x05\x6f\xc4\x8a\xa5\xd9\x43\xc6\x80\x7e\xb5\x8e\x72\x5b\x41\x06\xe6\xc0\xf0\x6c\x05\xad\x86\x2a\x8e\xa2\x24\x54\xba\xde\x8c\xe8\xa6\x25\x3b\x68\x2f\xed\xda\x77\xa0\x67\xca\xe7\x22\x9e\x71\x47\x01\x79\xc9\x02\xbf\x6e\x24\x47\xb6\xe4\x2b\xb8\xd5\x4f\x09\x29\xe5\x6f\x7f\xdb\xb3\x43\x2c\x53\x0f\x62\x19\x03\x01\xec\xbe\x98\x42\xdd\x52\x36\x65\xd8\xde\xe7\x2d\x01\xae\xd9\x6d\x02\xb7\x37\x2e\x2b\x52\x75\x67\x26\x24\x10\x7b\x08\xe3\x1c\x6a\x87\xc5\xba\xc3\x62\xbe\xb4\xc3\xf2\x98\xd9\x8a\xd4\x47\xb9\x66\x25\xf5\x19\x81\x4c\x86\x7b\xd9\x8f\x14\x48\xd4\x5e\xca\x57\xcb\xd7\x45\x15\xf6\xda\xee\xf2\xce\xd9\x8a\x54\xb7\xf1\xce\x36\xc9\x29\x74\x58\x21\x9c\x93\xb2\x8b\xb5\x14\x3c\x60\x89\xf4\xd5\x61\x56\x91\xe2\xf2\x30\x1c\xf1\x30\xfc\xb6\x89\x18\xce\x0f\xa5\x5e\xd9\x8a\x6c\x71\xac\x9d\xcb\x87\x47\xdd\xe0\x2d\x5a\x44\xbd\x2f\x50\x77\xec\x8d\xe2\xc0\xe5\xba\x60\x85\x91\xf7\x56\xea\xf5\x5e\xde\xc6\x19\xba\x8a\xde\xf7\x6d\x1c\x70\x8d\x37\xc7\x0f\x45\xd4\x00\xa8\x37\x18\x08\x9b\x43\xf1\xdb\xdf\x1b\x2b\x50\x4d\x42\x1b\xa2\xef\xd4\x44\x3f\xbf\xb8\x48\x70\x45\xa8\xa6\xf7\x97\x0c\x50\xf4\x39\x21\xd5\x80\x56\xe7\x7d\xbe\x2d\xf3\x13\x2b\xaa\x7c\x7f\x72\x49\xc5\x5b\x4a\xd9\x09\xc8\x07\xea\x93\x8c\xad\x1f\xf0\x4a\xa9\x79\x6a\xe5\x91\x78\x1a\x56\x2e\x2a\xa0\xd7\x0b\x39\x37\x29\x4f\x8d\xa2\x06\xb0\x15\xc5\x96\x81\xf3\x39\xa0\x25\x5b\x21\x67\x1f\xe4\x1a\x39\x6d\x4b\x27\xf7\xfb\xba\xab\xa4\x48\x42\xc9\x53\xe8\xc6\x0e\xb9\x89\xd4\xee\x8b\x62\x2e\xe4\x68\xfe\xe6\x8b\xee\x10\xfe\xcf\x8e\x24\x4f\x1f\xba\x61\xa6\xf3\x58\xbc\x18\x70\xed\xdc\x63\x5f\x0a\xf8\x5f\xf7\x6f\x55\xdb\x65\xd1\x65\x6c\x4c\x0a\xba\x4d\xd1\xa2\x33\x5e\xd1\x7d\x64\xdd\xc7\xaa\xb8\x5f\xbf\xa3\x91\xcb\x1d\x23\x7b\xde\xef\x11\xe6\xc5\x87\xd8\x1b\x82\x0e\xa6\x13\xe0\xbe\x6b\x69\x08\x2e\x3c\x77\xa9\xda\xbc\x23\x90\x15\x5e\xc4\xe9\x63\x23\xf9\x64\x49\x06\x2f\x9c\x24\xc3\xf4\x56\x1f\x9d\xf7\xe1\xac\xaf\xb3\xdd\x70\x64\xc2\x3b\x7b\xce\x07\x7a\xce\xff\xd4\x15\xbf\x8f\x6d\xa7\x6d\x48\x19\x5a\x3a\x1d\x97\x93\xa4\x0d\x48\x6e\x89\xa7\x0d\xf3\x0d\x08\x9d\x96\xcb\x33\xdd\x29\x07\x03\xa0\xf8\x96\x8d\x30\x11\x42\xef\xab\x8b\xfd\xe8\x80\xf9\x5d\x5d\x6c\x5d\x44\x30\xeb\x23\x8a\xd8\x4e\x2c\x99\x2f\x8b\x82\xe6\xe2\x48\xde\x7c\x30\x3e\xee\x85\x19\x55\x51\x41\x98\x75\x62\xeb\xb0\xe0\xc7\x14\x11\x86\x82\x55\x56\x18\xb0\x21\x68\xc6\xc3\xd0\xcb\x53\xad\x2e\xe9\x4c\xa9\x24\xb2\xa3\x2a\x09\x7b\x21\xe4\x85\x2f\x71\x23\x79\xe1\x50\x43\x6e\x9c\x69\x9f\xc3\x6b\xff\x9d\x0a\xba\x72\x0b\x30\x3a\x31\xd7\x81\x93\x94\xc8\x2a\xf1\x42\xf2\x7f\x56\xd0\xa5\x22\x97\x18\x19\x97\x55\xdd\x19\x01\x17\x55\x6b\x6b\x73\x04\x30\xc6\x95\x29\xa0\x95\x6f\xd5\x79\xc5\xb7\xdb\x6f\x98\xe0\xff\x28\xe9\x5b\x23\xe7\xfa\x75\xcd\x73\xe0\x5c\xf4\x23\x30\x9d\xaa\xa0\x0a\xc3\xe7\x4d\x54\x61\x36\xb5\x81\x3b\x11\x3e\x70\xd0\xf7\xec\x0a\x0c\x08\x4e\x25\xc7\xab\xd4\x62\x87\x83\xf1\xb2\xb6\x95\xd7\x20\xbd\xfc\x22\x13\x74\xca\xf8\xdb\x08\x79\xd1\x4a\xba\x4e\x60\x6f\xbf\x38\xee\x15\x62\xa7\x61\xba\x83\x29\xf9\x8b\x36\x85\xc8\x5a\x51\x6f\x65\xa7\x6b\x9e\xfb\x86\x57\xf4\xad\x33\x95\xbc\xad\x2b\xbb\xf4\x5a\xe3\xe2\xb5\x68\x5f\x39\x3c\xa0\x87\xe0\x29\x63\x04\x68\x8b\x6e\x9b\x0b\x54\x39\x6c\x1d\x66\xf1\xb2\xca\x58\x9d\xe9\xa5\xdf\x94\x35\xf2\xf7\xcd\x19\x1b\xdb\x15\xbf\x4f\xd2\x4f\x6f\x7f\x3e\x34\x8b\x36\x28\x60\xf5\xb6\x5b\x62\xc5\xe4\x0a\xb9\x67\x5e\x6d\xa7\x94\x3e\x96\xb4\xa2\xb3\x99\x60\x4b\x36\x24\x31\x3f\xea\xb4\xd4\x5f\x48\xf5\x85\xce\x6b\x52\x7b\x45\x1e\xb6\xfd\xb9\xa6\xd5\x97\x6f\x28\x3b\x94\xcb\x76\xb1\xbe\x5b\xbb\x88\x4e\x1b\xf3\x91\x41\xfb\xa3\x68\xc4\xda\x56\xe2\x28\x22\xda\xd6\x84\x2c\xb8\x70\x46\x1f\xcc\x26\xa6\xb1\x3a\x5d\x88\x95\x10\x4c\x03\x42\x98\x4d\x12\xb7\xea\xd8\xd8\xdc\xe6\xfd\x60\x30\xca\xa1\x0f\x84\x7e\x33\x40\xe6\x36\x45\xdf\xdb\x18\x42\x80\x28\x73\x55\x8b\x51\xb5\x05\x67\xa6\x7f\x74\x43\x2c\x84\x61\x54\x3a\x63\x96\xb6\x15\xcb\x72\x75\x41\x28\xe8\x9b\xb9\xfc\xab\xe2\x2f\xaa\x1f\x2e\x2e\x48\xe4\x2c\x08\x5d\x48\xcc\x19\x98\x10\xaa\x0f\xd4\x8f\xfd\x88\xd9\x96\xd9\xd2\xe5\x66\x5d\xcd\xb9\x49\x0b\x2d\xa7\x96\x76\xdf\x65\x61\x18\x75\x4a\x48\xe6\xfb\x58\x17\x45\x87\xc7\x56\xcb\xe3\xa5\x75\x81\x00\x7e\x0a\xe6\x30\x27\x6f\x1b\x05\x78\x91\x2d\x34\xe3\x96\xd3\xb2\x65\x26\xc4\x8e\xad\x85\x50\xea\xb7\x04\x88\xc1\x56\x97\xdc\x38\xf5\x5f\x7d\x41\xeb\xdc\x7d\x8b\x47\xf1\x70\xeb\x25\x42\xd8\xc6\xb2\xca\xb0\x45\x3b\xa9\x67\xd3\xb1\x10\x3d\x74\xc4\x51\xaa\x25\x54\x11\x30\x2d\x9e\xf1\xc7\x90\xbc\x4a\x7e\x52\x4a\x3a\x19\xee\x95\x34\x2f\xa6\xee\x06\x8f\xa8\xb9\x6f\x70\x69\xc3\xf3\x74\x6b\x08\x5b\x83\x23\x84\x3d\x0c\x93\x52\x1f\xdf\x58\x3a\xbd\x53\x68\x04\x92\x1d\xcc\x94\x76\x1e\x71\xf7\x3a\x4b\x69\xef\x7e\x03\xfb\x96\x4e\x89\xb7\xf5\x9b\xee\xd6\x13\x6f\xa9\x70\x49\xae\x8b\x5e\xcf\x8e\x61\xb5\x07\x1c\xe0\xbd\xb4\x91\x98\x0a\xf7\x46\xde\x68\x5e\x45\xe4\x6f\x95\xdd\x59\x5f\x58\xfa\xb6\x59\xd8\xf2\xf4\x6d\xa3\xbe\xd7\xcf\x6d\xbb\x5c\x61\x66\x44\xdc\xd1\x7f\x35\x08\x79\xbb\x5d\x85\x61\x37\x4b\xde\x1f\xcd\xa2\x4a\xff\x68\xa6\xca\x2e\x3f\xaa\x8c\xfb\x54\xa5\xdc\xa7\xdc\x6e\xc2\x14\xf5\x43\x77\x77\xca\xfe\xc2\x82\x9d\xdb\xb1\x85\x5c\xf7\x16\x52\x2d\xac\x75\x8a\x51\xe4\x22\x86\xab\xd6\x1c\x97\x99\xe7\x1b\x9c\x80\x51\x5b\xbc\xd2\x02\x29\x88\xaf\x3b\x4a\x6e\xb7\x31\xd6\x1f\x95\x07\x1f\x29\x2c\x35\x1a\xc1\xbb\x9a\xfe\xde\x50\x26\xca\x6c\x3b\xab\x48\x51\x44\x15\x56\x43\x5b\x96\x2b\xcc\x17\x95\x3d\x51\x96\xb2\x49\x3b\x83\xc4\x5c\x59\xd9\x65\x64\x5b\x38\x93\x6d\xfb\x19\xae\x3c\x80\xa9\x2c\xa4\x57\x1d\x00\xad\x7a\xcb\x66\xc1\xc8\xbf\x8a\x9d\x47\x14\xf5\x6e\x28\xb0\xb9\xd6\xf2\xd2\x02\xe1\x8a\x50\x10\xee\x19\x44\x06\xd1\x76\x66\xe5\x64\x62\x89\xdd\x65\xb9\x92\xa4\x31\x0f\x43\x2d\x18\x7f\x4d\xdf\xd7\x11\x47\x0e\x3b\xc3\x2a\x50\xb9\x0a\x02\x73\x4c\x0f\x17\x00\x49\x6c\xe3\x88\x5f\x42\xe8\x82\xa6\x6e\xf6\xc2\x7d\x83\xe9\xc7\xcc\x7e\x0f\x99\x24\x0e\x89\x90\xce\xbc\x2b\x32\x8a\x15\xa1\xcf\xf4\xfc\x69\x81\x0e\x49\x7e\x31\x48\xf2\xc3\x25\xaa\xc4\x70\x5a\x93\x08\xb0\xc2\xd1\x4d\x45\x46\xc9\x0c\x94\x27\xfb\x7e\x24\x2a\x6d\xa7\x04\xb8\x8f\xa7\x8d\x84\x14\x8e\x2c\x8b\xb0\x51\x2c\xc2\xa6\xcf\x22\xc8\xb6\xc1\xa3\x40\xcb\x3a\x71\x6d\xbb\xab\x20\x34\x8e\x59\x5e\x3f\xce\x39\xce\xdc\x2d\xc2\x3a\x47\xc2\x4b\x21\xe9\x3e\xd5\x42\xda\x0a\xcd\x32\x92\xdb\xb5\xaf\x49\x3e\x35\x21\x0b\xed\x8d\x61\x5f\xa3\x4e\x87\x7b\xea\x81\x2f\xc3\x99\xbf\x71\x61\xd8\x27\x57\x6b\x60\x66\x06\x91\x7c\x8d\x70\x07\x41\xe3\x3e\xb6\x75\xaa\x99\x2d\x31\x3b\x27\x0a\x84\x1b\xb2\x75\x50\xdb\x48\xa8\x6d\x0c\xd4\x16\x64\xbb\x6c\x00\x6a\x29\x29\x7c\x24\xb6\x2d\x16\x45\xda\xdd\xa6\x02\x85\x61\x42\xac\xb0\x3f\x0c\x8b\x65\xbc\xea\x7d\x22\x71\xcd\xba\x88\x18\xbe\x2e\xa2\x02\x82\xd0\xba\xc0\x87\x51\x86\xd2\x0c\xed\xb7\x05\xf0\x1c\x84\x7b\xfc\x9b\x8f\xba\xfb\x2f\xb2\xf5\xfa\x25\xff\x6b\x59\x0b\x5e\xbd\xef\xbf\xab\xe8\x35\x17\x9d\xa6\x00\x01\xed\x8a\x4e\x52\xef\xeb\xc2\x97\x57\xe8\x50\x07\xbb\xfe\xf4\x28\x5a\xd0\x74\x49\x95\x20\xed\x4d\x81\xaf\x8a\x63\x19\x27\x7e\xe1\xd5\x1a\xf2\x4d\xc8\x1f\x2a\x63\xc4\x8b\x5d\x96\x53\x48\x35\x01\xbf\x54\xe1\x0f\x62\x43\x2b\xc8\x30\x01\xbf\x20\x79\xc4\x55\xd1\xb6\xd1\x55\xa1\x92\x47\xbc\x2f\xc8\x83\xe5\xab\x26\x8e\xd7\xc5\xab\x26\x7e\xf8\xe4\xb1\xfc\xf7\x69\x3c\x91\x7f\x8a\xf3\x57\x4d\xfc\x28\x86\x87\x47\x45\xf1\xaa\x39\x8b\xcf\xe5\xc3\x59\xfc\x14\x1e\x32\xf5\x00\x6f\xce\xa1\xda\xf9\xfa\xf2\xe1\xab\xe6\x9c\xc2\xc3\xd3\x22\xcf\x5f\x35\x59\x0e\x0f\xeb\xc7\x59\xb1\x7a\xa0\x94\x3b\x05\xd8\x00\xfc\x44\xaf\xbe\x7c\xb7\x8b\x82\xe5\xab\x57\xbb\x9b\x67\xdb\xdd\x26\xbb\xa4\xa2\xcc\xf7\xf2\xf1\x7b\xf0\x8b\xdb\xff\xba\x0a\x70\xd0\x04\x46\x98\xfe\xf9\x17\xe8\xc6\x4b\xc8\x5d\x1c\xb1\x22\x92\x07\xf0\xc1\xab\x17\x0f\xa6\x82\xd6\x90\x68\x46\xd7\xb9\x2a\xd4\x1a\xc9\x13\xda\xf3\x6c\x7d\x63\xb3\xec\xbf\x29\xd4\x67\x14\xf5\x9c\x54\xa9\xef\x9a\x6a\xb2\xa5\x2c\x05\x88\x7a\x1f\xbc\x7a\xab\x7b\x93\x44\x14\xbb\x08\x5e\xbd\x7b\x12\x07\x60\x2a\x25\xf8\xcf\xbb\x1d\xad\x9e\x67\x35\x8d\xd0\x88\xc8\x82\x6f\xf9\x5b\x53\xd0\xb6\xef\x0b\xf3\xa1\xb5\xc7\x8c\x5d\x98\xf1\xee\xe8\xe5\x5e\xcf\x1c\x6d\x1e\xcf\x98\x1b\x15\x53\x06\x9e\xce\x43\x87\x2e\xd9\x0a\x5d\x4c\x92\xfe\xf7\xee\x11\x20\x42\x19\x58\x7d\xf7\x51\xc2\x09\xc5\x2b\x19\xc1\x04\xc8\x0f\x8e\x08\x25\x94\x94\xd8\x37\xba\x69\x6a\x22\xfa\xf6\x31\xc6\x83\xcd\x77\x3d\x78\xb1\xe5\x82\x70\x9c\x41\xf0\x2c\x2d\x94\x00\x76\xd7\x2e\x44\x4d\xe2\x59\x3d\xf7\x06\xd4\x91\x7a\x9b\xf5\xa9\xc7\x63\xf4\x77\x6d\x67\x55\xcf\xe7\x09\x9a\x1d\xf4\x22\x8f\xe5\x90\xd4\x01\x04\xf3\xc7\xad\x72\x3e\xde\x5b\xd7\x44\x4d\xe9\x99\x26\x2a\xcb\x1e\x6b\xff\x62\x73\x3a\x9b\xe1\x33\x84\xbf\xb6\x3f\x41\x19\x7c\xc4\x1e\xe4\x2b\x39\xf0\x93\xb2\x3e\x61\x5c\x9c\x68\xaf\xd0\x93\x52\xb1\xc1\x27\x4a\xfc\xe0\xc4\x11\x4a\xed\x74\x6b\x7c\xdb\xfe\x3c\xb1\x80\x83\x6c\x70\x97\xce\xd0\x41\x01\x16\xc5\x92\xad\xbc\xb9\x33\x6b\xaa\xb4\xd6\x82\xda\x6e\x7c\xe7\xbe\x48\xe3\xf6\xd0\x18\xd0\x00\xf7\x17\x0f\x67\x84\xe3\x9a\x64\x60\x13\x06\x81\xb5\x7c\x83\x30\xbc\x05\x11\x87\x25\x74\x2d\x1d\xb1\xb5\xa2\xc3\xed\x01\x1d\xd1\x58\x77\x80\x66\x5a\xd6\xd1\xcf\x8d\x2f\xfa\x43\x8b\x88\x87\x61\x94\x5b\x1b\x28\xde\x35\x96\x2b\x78\xf5\x65\x96\x6f\x8e\x58\x5a\xe4\x60\x57\x03\xf6\x8d\xa0\x88\x55\x66\x0b\xaa\x54\x47\x97\xed\xd8\xdc\x98\x32\x6b\x67\x82\x50\x0a\x83\xea\xca\x23\xe5\xa0\x94\xc4\xae\x26\x26\x48\xad\xad\xe7\x0b\x27\x25\xb1\x63\x6b\x5e\x17\x51\x6d\x79\x37\xf3\x99\x25\x7c\x0a\x74\xb3\x9d\xd2\xa8\x70\x84\xcf\x16\x08\x1f\xbe\xa8\xd4\x01\x36\xb2\x14\x75\xc4\xcd\x19\x4e\x2b\x6d\x80\xca\xc9\x67\x72\xe1\xc0\xd4\x2c\xaa\x71\x8e\x3d\x59\xd5\x9a\xe7\x3d\x7c\x81\x79\xf7\xf0\x76\x15\x76\x9d\x0b\x54\xae\xdc\x91\xe8\xa0\xfe\x9a\x80\x3e\x73\x8f\x40\x5f\xa2\xb3\x0a\xd7\x33\x3d\x34\x2c\xa6\x4a\xa2\xa8\x7e\xbc\x70\xb4\x2c\x1e\xf6\xbd\x61\xda\x7e\x56\x45\xda\x44\xbe\xb3\x95\x76\x99\xf7\x24\x87\xc7\x84\xf4\x07\xd1\x6a\x29\xe4\xf7\x55\xa2\x7b\xfe\x52\xa5\x9d\x45\xbe\xb0\xf7\xf3\xf7\x70\xaa\x87\x64\xad\x96\xa3\xbc\x51\xd1\x77\x94\xe3\xa4\xe0\xa9\x98\x0a\x8e\x55\x78\xa6\x94\xee\x31\xb8\x2d\x4a\x8e\x50\x79\xfe\x46\xaa\xe2\x98\xba\x18\xa4\x9e\x04\xb4\xd3\xeb\xbd\x02\xe7\x9b\x85\x63\xc4\xb9\x93\x2f\xe3\x15\x32\xde\xfd\x7a\x94\x11\x73\x02\x8f\x92\x2c\x99\xaa\xb9\xc2\x5c\x02\x21\xf3\xf8\x50\x92\xcc\xb2\x79\xcf\xf9\x7d\x96\xc9\x8b\xd7\x61\x7d\xaf\xa7\x6c\x85\x70\x57\xd2\x1b\x39\x81\x2b\xde\x92\x1c\x00\xa9\x92\x64\x68\x3c\x6b\xe6\xd9\xac\x91\xb7\xe5\xb2\x59\x11\xf9\x0f\xbc\xdc\x1a\x8b\xb8\xca\x11\xd3\x12\x43\xcd\x4a\x25\x56\xd2\x51\x03\xa0\x6e\x81\xe4\xc4\x2a\x17\x46\x59\x9e\xe1\x2e\xc9\xcc\xf1\xf6\x88\x3c\x44\x1e\x37\x37\xd3\x02\xa1\x7e\x48\xf2\xca\x63\xec\xff\x70\x71\x11\xb5\xcf\xbd\x0a\x7b\x60\xf9\x77\xbe\xef\xed\xda\xa1\x52\xe5\x13\x3d\xee\x96\x16\x73\x8b\xbe\xb0\xc2\x08\x29\xec\x69\xb6\xf7\x82\x35\xa3\x8d\x28\xe4\x4c\x7e\x41\x77\x19\x24\xee\x45\x7e\xc4\x86\x97\x43\x31\xdd\xdc\x39\x56\x11\x74\x85\x8e\xe1\x7c\x4b\x9b\x2a\xba\xb3\xe7\xe5\x50\xe6\x14\xf4\x04\x7f\xae\xbe\x2b\xc6\x1f\xed\x18\xdf\x5b\xa0\x4e\x84\x26\x59\x0c\x43\x56\x99\x64\x40\x8e\x02\x2f\x6c\x0a\x67\xcf\xa5\xf3\x1e\x06\xc2\x83\xd4\xc4\x51\x3b\xe1\xc8\x50\x15\xc2\x51\x15\x02\xdd\x19\x57\xc3\x76\x79\xb3\xe6\xb9\x36\x36\xd6\xcb\x1e\xf9\x92\xa9\x2e\x7e\x70\x81\x35\x20\x62\x13\xb2\xb4\x2c\x18\x51\x1a\xd9\x11\x05\x6a\xa1\x6b\x46\x18\x86\x8a\x18\x1a\x9a\x61\x25\x67\x18\x86\x91\x50\x4e\x1c\xf5\x8e\xe6\xa6\x23\x05\x34\xca\x41\x55\xd2\xc3\xea\xf6\x71\x56\x40\x6e\x9a\xd9\xe5\x8b\xf2\x8f\xdb\xd5\x31\x06\xf8\x74\xdd\x0f\x4d\xa9\x7e\x0c\x76\x83\x57\x2c\xf0\xae\x91\x6c\xfd\x03\xdb\xde\x11\x31\x0d\x5a\xaa\x0a\x37\x82\xdd\xa6\xca\x06\x12\x7e\xdc\x1a\x38\x14\x57\x1e\xf5\xc6\x2e\x92\x05\x9b\x24\x69\x2c\x11\x73\x32\x2b\xe7\x0c\x84\x6c\x15\xb8\xee\x7b\x80\x5d\xae\x94\x78\x0d\x67\x56\x69\x64\xe6\xa5\xc6\xe0\x1b\x8c\x66\x9a\xba\xe2\x24\x3b\xa0\xae\x6a\xc2\x9d\xe6\x48\xcb\xaa\x6c\xba\xef\xe9\x26\xab\x7f\x78\xcb\x7e\xac\xf8\x8e\x56\xe2\xbd\x4a\x9f\x03\x70\x79\x23\x08\xa4\x14\x54\x32\x1c\x43\xa4\xe4\xe8\x26\x9b\xd2\x28\x77\x44\x4a\xd6\x51\xe0\x3a\xe9\x97\x20\xc2\x66\xab\x79\xf0\xea\xb3\xe8\xd5\x67\xed\xab\xf5\x5f\xd0\x83\xab\x3e\x2d\x51\x16\x51\xf0\x99\xbc\xa3\x35\xf5\x1d\x7c\x16\x68\x6b\x9f\x71\x24\xda\xd6\x26\xb8\x1c\x31\xc9\xf0\x55\x56\x7c\x9d\x56\x4b\x36\x49\x56\x7b\x24\xaf\x70\x07\x21\x19\xbb\x6a\xb2\x2b\xfa\x45\x26\xb2\x67\x47\x42\x79\x1b\x0d\xf7\x47\xe6\x4c\x9b\x24\x36\x9b\x48\x67\x63\xfe\xd6\x78\x3b\xc2\x2d\xbd\xcb\x0f\x76\x24\xc3\xb5\xa1\x78\x95\x51\x5e\x6d\x08\xf5\x6a\xc0\x08\x38\x1b\x34\xcf\xcb\xf4\x9e\xde\x6b\x43\xb7\x98\xa2\x30\xd4\xf7\xeb\x76\x49\x9d\x67\x6c\xa3\x8c\xf9\x9a\x03\x63\x3e\xf7\x9e\x77\xdf\x73\x7f\xbf\x4b\xff\x4e\xac\x9e\x67\x82\x5e\xf1\xaa\xfc\x63\x38\x21\x8b\xfe\xe6\xd2\xa4\x56\xea\xec\x54\x14\xbc\xe5\xd5\xfa\xf9\x26\xab\xea\x00\x53\x34\xfd\x8d\x97\x2c\x0a\x02\x0f\x3f\xca\xf7\x43\x3b\x7a\x40\x24\x01\xf6\x2f\x19\x7d\x26\x14\xab\x24\x20\x80\x2a\x84\xd9\x53\xb1\xf8\xac\xd2\xcc\x72\x36\xdd\xc1\xab\x38\xbd\x74\x52\xe1\x5a\xfe\x3b\xcb\x6c\x1a\xd9\x9c\x34\x0d\x88\xf5\x46\x09\xf0\x83\x3c\x32\xda\xc4\x1c\x67\x08\x8d\x88\xe6\xfd\x75\xdc\xe2\x8c\xe4\x20\xa5\x9b\xd5\xf3\xd2\xee\x1c\xb4\x50\xf7\x3e\xaf\xf1\xf6\xf0\xf3\x9a\x58\x2e\x39\x23\xa4\x56\xa1\x12\x6d\xa4\xb6\x6c\x5c\xe1\x7a\x5c\xa1\x7b\x86\x48\xfa\xa4\x38\x26\x37\xfb\xc1\xe3\x32\x14\x6f\x66\xa6\x63\x31\x1d\xa4\x0d\x00\x57\xe8\x4f\x8b\xab\xa4\x18\x69\x6d\x8a\xa7\xcc\xb3\x2b\x7b\xb5\x71\x79\xb5\x55\xe8\x5e\x07\x42\x60\x8e\xc2\xf0\x80\x5c\xa9\x96\x5c\x99\x83\xf3\x95\xa1\x46\xe9\xb4\x64\xa5\x38\x66\xab\x2e\x2f\x40\x1b\xb0\x49\x1b\x49\xa2\x7d\x84\x0e\xa2\x83\xa9\xcb\x1b\xf8\xb0\x0e\xcd\x69\x3f\xf6\x5d\xc3\x9d\x2b\x59\x9d\x32\xcf\x9d\x62\x61\xb5\x5f\x4b\xbf\x78\x85\xd2\x72\x7f\x67\x84\xa6\x4f\x0e\x07\x81\x99\xcf\x60\xfa\x6e\x1e\x4a\x65\xa6\xd8\x73\x15\xce\x72\xcd\x73\x9f\xaa\xf8\x7a\xbb\x80\xb2\x54\x11\x9a\xca\x2b\xbe\x6d\x83\x00\x69\x92\x93\x4d\x3d\xb7\xac\x23\x54\x27\x9c\xdb\x41\x5d\x6b\x4f\x1f\xe7\xbd\xf1\x34\x73\xbe\x6e\x56\xeb\xe8\xfc\x22\xd0\xd6\x79\xd5\x63\xbb\x87\xcf\x21\x0c\xb3\x55\x53\x75\x87\xfa\x9f\x0d\x6a\x5b\xd0\x4b\x9a\x30\x76\x11\x42\xd8\xc5\xe6\x2c\x31\xfb\x53\xf8\x6c\xeb\x14\x6b\x18\xec\x01\x9b\x82\xb7\xc5\x9f\x72\xbd\xdd\xec\x71\x49\x6e\xf6\xea\x7a\xa3\x77\xde\x68\x2e\x85\x96\xb9\xd2\x6a\x12\xe3\x9c\xf8\x5a\xb1\x0c\xcd\xea\x79\xee\x0b\x08\x35\x2e\xcc\x97\xf5\x0a\x37\x24\x5b\x6e\x57\xb8\x20\xe5\x72\x0b\x67\xda\xea\xc6\x0b\x24\x8b\x48\x63\xbd\x92\x0a\x42\x48\xe3\x29\xcf\x1b\x2f\xe1\x89\xee\x70\xe8\xb8\x57\x12\xbb\x1e\x1a\x08\x03\x71\x7b\x72\x4d\xab\x2b\x7a\x22\x29\xdd\x6d\x99\x0b\x40\x37\x40\xc7\x9e\x04\xe3\x2d\x9a\xc1\x00\xaa\xe5\x76\x15\x15\xb8\x71\xf7\xe2\x5a\xdd\x8b\xeb\xfe\xbd\x68\x03\xe4\x83\xf4\x0f\xd9\x81\x96\xcb\x8d\x24\x9c\xe5\x1f\x22\x96\x9b\x95\x97\xe2\xf3\xbb\x62\x9a\x6d\xb7\xfc\xed\x77\xda\x3b\xc9\x0a\x36\x6a\xf2\x9f\x0d\xfe\xae\x30\x54\xf0\x47\xd9\xe1\x9e\xef\xf7\x48\xb6\xd1\x39\x50\xe4\xbf\xa0\x5d\x43\x01\x93\xaa\x90\x8f\x9a\xaa\xec\x75\xb3\xcb\x8e\x04\x8f\xf0\xf7\x97\xca\x53\xef\x17\x38\x23\x4c\x66\xc3\xae\x54\x9e\x05\xce\xf1\x90\x11\x92\x79\x70\x61\x57\xf4\xe0\x3d\x4a\x81\xfc\x0d\xc6\xae\x58\xf0\xaf\x40\x2b\x47\x28\x8c\x5f\x38\x99\xa6\x2e\x17\xfd\xf2\x2f\x21\x2a\x2e\xad\x08\x2b\x70\x57\xca\x78\x60\x44\xf8\xee\x63\x2d\x77\xef\x0c\x44\x0b\x06\xa3\xb7\x07\x41\xfb\xe4\x28\xbd\xba\xbb\x67\x85\x1f\xfc\xac\xeb\x52\x3c\x7b\x57\x78\x97\xa4\x12\x2f\x96\x6b\x4a\x3a\xc5\x94\xad\xa1\x30\xc6\x9d\x62\x08\xa1\x45\x46\x49\xb7\xf4\x3a\xdb\x7d\xc7\xd7\xd4\xcf\xd6\x0b\x4b\xf9\xec\x56\x95\xc7\x7d\x63\x70\x2b\x43\xe1\xea\xa8\x69\xf6\xc7\xc7\xa7\x75\x18\xf4\x75\x71\x3c\x2e\x5b\xdb\x6a\xc9\xab\x5b\xab\x89\xe8\x97\x80\x8a\xe7\x87\x3b\x54\x3c\x1f\x38\x63\x63\xaf\xfd\xee\x47\x58\xf5\xf2\x03\xd2\xc9\x77\x6c\x95\xf9\x52\xff\x75\xd6\x59\x5e\x16\x45\xb6\x06\x79\xd7\xb1\x80\x7c\x1f\x91\x2d\xa6\x1b\x63\x10\x6c\x0c\x0e\x23\xa0\x63\x4e\x2a\x9c\x11\x93\x98\xce\x64\xc3\x20\xd6\x05\xf9\x84\xcf\x34\x13\x3b\xce\x54\x50\xa2\x72\x59\xaf\x26\xb4\x6d\x23\xdd\x1c\x0c\x78\x59\xaf\x0c\xb0\xa6\xdd\x52\xbb\x37\x68\x02\x59\xd4\x6a\x42\xb8\x69\x3b\xbf\x20\xf1\x82\xa7\xd9\x0c\x7e\x64\xa4\x4e\x39\xa9\xc7\x89\x93\xf4\x69\x8f\x91\xe1\x55\x91\x70\xe5\xcc\x66\xb4\x00\x44\xaf\x63\x24\xf0\x24\xa1\x4f\xc1\x9c\x8c\xf7\xdf\x31\x0c\xaf\x12\x5c\xa2\x59\x39\xe7\xc0\xff\x5b\x5b\x06\x17\x1b\x7c\x59\xae\xc6\xd4\x00\x85\xf7\xa0\xa6\x56\x7a\x61\x65\x6e\x0f\x75\xde\xdd\x3f\x97\x0b\x13\xfc\xcd\x27\x09\xae\xe5\x3f\x39\x89\x67\xf9\xdc\xb5\x6f\x36\x24\x77\x97\xb5\xd7\x79\x2e\x6f\x6d\x37\xd0\x7c\x35\x16\xb8\x30\x82\x75\xf5\xb8\x31\xd6\x8b\x6b\xcf\x7a\xb1\x91\x77\xba\x4e\x10\xc3\x4c\xd0\xf3\x06\x6f\xdd\x2e\xe1\xad\xc1\x23\xd6\x31\x9d\x90\x1d\xca\x39\x13\x25\x53\x32\x8c\x0d\x59\x93\x9d\xff\xcd\x88\x6c\xcd\xe6\x87\x61\xb4\xee\xb6\xac\x5f\x20\x34\xdf\xd8\x56\xac\x43\x75\xb4\x39\x32\x0c\x84\x2e\xfc\x86\x0a\xbf\xa1\xb6\xdd\x10\xb2\x0e\x43\xaf\xba\x24\xa2\x6d\x8d\x39\x89\xdd\x78\xa3\xf5\x64\xd3\xb6\xf6\xdd\xc4\xef\x63\x1e\xb7\x6d\x94\xcd\x21\x5d\x11\xd9\x20\xbc\x55\x88\x35\x0c\xa3\xda\xc5\x63\xac\xf1\x7a\xb2\x41\x08\x57\xc6\x0f\x0f\x6b\xce\x64\x33\xc9\x10\xd6\x3e\xbf\xeb\x49\xe6\xc4\xdb\xd7\xd9\x6e\x47\xd7\xa9\x95\x94\x28\xa4\x57\x62\x8e\x2b\x5c\x2b\x8b\x44\xbc\xe3\x75\x9a\xb9\xf0\x47\xf8\xe5\x07\xe3\xac\x7c\xd3\xb0\xd7\x3f\xf2\xda\x59\xcb\x37\xec\xb5\x41\x5d\x8c\xbe\x13\xdf\x66\xef\x69\xf5\x49\xe8\xeb\x8d\x0b\xf8\x0f\xad\x3b\xbb\x16\x83\xa0\xe7\xf1\x22\x4e\xed\x52\xb9\x9a\x5f\xb2\x75\x64\x06\x6a\xc7\xe2\x34\x30\x36\x96\xee\x80\x1c\xd2\x85\x0b\xfc\x12\x92\x8f\x75\x7c\x00\xa9\x49\xf4\xe1\x1a\x95\x8d\x78\x86\xdd\xd0\xfd\xa1\x49\x37\xed\x99\x74\x8b\xb1\x09\xcc\xd3\x39\x6e\x86\xbc\xac\x94\x01\x77\x75\xc4\x99\x51\x78\x62\x17\x35\xdb\xbb\x3c\x55\xcc\x6e\x2d\xe9\x6a\xec\x0a\x96\x74\x65\x3b\xbe\x5d\x39\xed\x2c\xb0\xa7\xd9\x7a\x8d\x2b\xe2\x39\xd7\x2c\x57\x29\x53\xcc\x19\xaf\x04\x36\x56\xcb\x23\x42\xca\x30\x2c\x71\x46\x84\xb6\x9e\xfa\x4a\xe2\xfb\xda\x7d\x99\x2d\xe2\x34\xc3\xb9\x7d\xff\x92\xe3\xad\x7b\x9b\xdb\xd4\x2c\x57\x62\x93\xe6\x12\xdf\xe8\x7a\x3a\x54\xb0\xa3\x27\x47\x0d\xf2\xe6\x0a\x82\x15\xb0\x31\xab\x8c\x8e\x54\x05\x5f\x7d\x5d\x18\x65\x5f\x6f\x6f\x9d\x4c\x51\x72\xa7\x15\x82\x1b\x64\xe6\xd2\xe8\xca\x03\xf4\x5c\x2b\xd3\xe1\xf4\x4c\x12\x34\xbd\xe2\x82\x43\x7c\x1c\x48\x85\xb5\x5c\xe1\x1d\xd4\xfb\xb5\x98\x15\x6a\x4b\xdb\xd6\x8f\x52\x22\xf1\xd6\xdc\x13\x8f\x16\x8a\xb6\xa8\x96\x9b\x95\x26\x2f\x0a\x8f\xb0\x80\xe2\x1e\x6d\x81\x20\xdd\xb5\x1c\xd1\x35\xa9\x96\x9b\xf1\x78\x35\xdb\xc9\xcd\xf8\x86\x31\x5a\x45\xd7\xea\x3a\xbd\x9e\x0a\x8e\xaf\xb5\x6a\xb9\x6d\xd7\x0a\x3d\x5c\xeb\x10\x12\x60\xd0\x05\x34\x27\x5c\x44\x61\x58\x28\x38\x80\xa7\xf9\xc1\x41\x0b\xc3\xc8\xa3\xdb\x4d\xb4\x2b\x73\xbe\xfc\x6f\xd1\xdc\x4e\x04\x85\x61\x34\x6a\xda\xb6\xbe\xb8\xa5\x7a\xdb\x6e\xe7\x5d\xb8\xf4\x5f\xaf\x50\x18\xc2\xd4\x9e\xcb\xa2\xe8\x96\x8a\x1e\xea\xe9\xb5\xb0\x28\xe0\x8c\xaa\x16\x50\x1a\xe9\x31\x15\x53\xc1\x65\xe7\x85\x5e\xf4\x46\x6f\x04\x96\x2f\x70\x61\x74\xf2\x61\x18\x79\x6b\x3b\x54\xc5\xae\xad\xa3\xb1\x07\x5b\x42\xb8\xd0\xe9\x6a\x2c\x4b\xb4\x93\xa4\x40\x59\x6f\x54\xe3\x3d\x74\xa2\x41\x33\x0c\x47\x6b\x07\x95\x3a\x97\x4f\xb7\xa6\x56\x90\xdf\x64\xeb\x75\xba\xd6\x39\x95\xd3\x06\xbb\xb3\x96\xd6\xd8\x1c\xac\x74\xeb\x6b\x9d\x8f\x38\xd6\xa9\x60\x07\xb2\x2b\xbd\xd5\xbd\x63\xd2\x39\x15\xcc\xcb\x59\x3a\x49\xb4\x4b\xfa\x01\x04\xf9\xbe\xe9\xdd\x6d\xe4\x90\xcb\xdd\xed\x1e\x5f\x01\x26\x10\xbc\xc9\x37\xb4\x56\x5a\xf8\x0c\x67\x63\x6b\xf3\x6f\xad\x3d\x73\x54\xba\xdb\xb1\xc4\xee\x6e\x41\x58\x3b\x26\xd4\xf6\xb6\xb4\x89\x55\x32\xe4\x42\x9b\x80\xe9\x69\xee\xfc\xdc\xaf\xb3\x5d\x94\x61\xa1\x4c\x27\xd5\xe5\x89\x0b\x22\x2f\xe3\x7a\xd6\x80\xd5\xb9\xd7\x5d\x73\xd8\x5d\x63\xbb\x2b\x90\x0e\xa3\xb5\xe9\xdf\x12\xda\x27\xce\xc5\x8d\x30\x7c\xf1\x62\xa3\x5d\x10\x2b\xcc\x30\x24\x7e\x54\x59\x73\x4b\x74\x3f\x22\x54\xc7\xbe\xf7\xb7\xeb\xa6\x1b\x99\xf0\x70\x53\x2a\xb3\x29\x65\x6f\x53\xaa\x95\x93\x88\xcb\x4d\xa9\x54\x04\x8c\x0b\x89\xc9\xe9\x9c\x94\x63\xde\x35\x24\xe7\x53\x3d\xb6\xa8\xc4\x74\x52\x62\x31\x29\x31\x33\x64\xe9\xbe\xb7\x04\xa6\xaa\x1a\xf6\xbe\x93\x70\xfe\x4f\x57\x20\x9b\x95\xfe\x52\x1d\x4a\x95\x21\x62\xa5\xb1\x36\xf5\x7d\x3c\xbf\xbc\x33\x6d\x92\x23\x66\x60\x6d\xee\xed\x15\x34\xec\x11\x84\x6e\x9f\xf8\x27\x07\x86\xef\xcf\x9c\xea\x49\xf7\xe2\x25\x67\x03\xe1\xce\x2c\x57\xa3\x60\xe3\x60\x04\xe7\x83\x23\x38\xf7\x47\x70\x0e\xea\x31\x0e\xe1\x3a\x8f\x05\xbc\x80\xe4\x28\xea\x0c\x5d\xc4\x6d\x3b\xa2\x0e\xe9\x79\x6f\x48\xa9\x42\x62\x88\x3f\xa9\xa5\x9a\xfc\x51\x44\x1c\x67\x98\x21\xac\x8c\xc9\xbe\x95\xcf\x35\x2e\x11\xde\x9a\xe7\x0c\x9e\x67\x6c\x2a\xf7\xe6\xeb\x6c\x57\x47\x07\xd1\xb6\x74\xcf\x5f\x14\x51\x8e\x29\xde\xea\x25\x83\xa8\xed\xea\xe8\x42\xd6\x5d\x66\x0f\x0a\x54\x8c\xf1\x16\xc7\x38\xf6\xd3\x0d\x0f\xc9\x89\xf0\x71\x3d\xcd\xfd\x64\xb7\x1f\x10\xed\x5f\x71\x56\xe0\xcf\x42\x12\xfa\x14\xd9\x00\x07\xb7\x44\x2a\xf1\xd6\xd7\x33\x7f\x45\xf3\x58\x19\xd7\x0d\x6c\x95\x70\x0e\x85\xfe\xde\x98\x6f\x85\xfa\x76\x06\x11\xc1\x4c\xa8\x55\x7e\x10\x6a\x55\xa2\xb8\xb2\x57\x1a\xcf\x9c\xe4\xf9\x8f\x02\xe2\x56\xea\x40\x69\xdf\xca\xa7\x0c\xc7\x1a\xf0\xbb\xfb\xed\x97\x6b\x69\x83\xe4\x59\x47\x24\x07\xca\x60\xf4\xa3\x7c\xce\x72\x51\xbe\xa1\x38\xd7\x3f\x50\xdb\xd6\x96\x35\x1b\xe5\xea\x67\xdb\x8e\x74\xe1\x94\xfe\x1e\xe9\x42\x84\x3a\x83\x96\x2d\x5f\x54\x6e\xc4\x26\x73\x1d\xce\x6d\x2e\x47\xcb\x8b\xec\x32\x36\xe8\xa6\xdd\x97\x33\x7c\xca\xa9\xd4\xab\xa0\x05\x67\xa5\xc5\x0c\xf2\x98\xe1\x9a\xf0\x29\xdf\x51\xf6\x42\x12\x9c\x33\xab\xf0\xf4\x52\x7b\x0a\xae\xcd\x60\xb9\x9a\xed\x22\xaa\xd4\x8f\x28\xc3\x39\xd6\x85\x98\xeb\x55\xfb\x8a\x57\x70\xfe\xe0\x43\x84\x6b\x53\xe1\xa7\x8c\xbd\x46\xb6\x37\x49\x1a\xe6\x68\x0c\x95\x2e\xf2\x45\x92\xc6\x08\xa5\xf9\x45\x26\xe1\x72\x2a\x17\x45\xb7\xad\xb7\xa4\xee\x7f\x29\x59\x60\xc1\x2f\x98\xd5\xb8\xc2\x30\x79\x2f\xbf\xa5\xcb\xea\x38\x1c\xde\xc0\x78\xc6\xdc\x1b\xe9\xfa\x29\x5f\x93\x95\x36\xf0\xf8\xb5\xd0\x1e\xf3\xbe\x42\xea\x59\xb1\x58\xd2\x55\xca\x16\x2f\x0a\xc8\x65\x78\x5f\xd7\x1a\xe3\xee\x5b\x49\x3a\x34\xe2\x5a\x5a\xa6\x26\xa7\x03\xdf\xdc\xd3\xa9\x5e\x93\x9b\xd1\x90\xc4\x13\x06\xe5\x47\x3a\xbe\x48\x90\xe7\x20\xb5\x8c\x57\x98\x91\xa4\x6f\xfe\xee\x9b\x0f\x95\x45\xf4\xba\x80\x4c\xea\x17\xb1\x0b\x44\xd3\x67\xbc\x66\xc2\x89\x6e\xe9\xfe\x65\xa1\x50\x25\xac\xda\xcb\x22\x52\x41\x0b\x0d\x6b\x85\xcd\x6b\xef\xe6\x35\x45\x80\xa5\x7e\xbd\x8f\x6c\xde\x63\x0d\x6a\xb2\x5c\xf5\x84\x16\x9d\x02\x80\x78\x49\xc5\x6a\xbb\x84\x5a\x78\xee\xf9\xf2\x51\x52\xd3\x04\xe4\x79\xb6\xe8\x25\xf7\x0a\x40\x7e\x6b\x9a\x14\xdc\xfe\x54\x12\x5c\xf3\x64\x65\x20\xa6\xa7\x9a\x8a\xef\xfa\x65\x6e\xca\xc7\x8d\xe4\xe5\x6e\x02\x63\x33\x04\xca\xde\xb4\x75\xd6\x74\xfa\xf6\xe4\x87\xc2\x4b\x39\xa8\x47\xe9\x0d\xb1\x3b\x3e\xd4\x93\xf0\x68\x52\xba\xbb\x5c\xe8\xe8\xfa\xf9\xb3\xea\x8a\x66\xbc\x37\xbd\x1e\x0f\x17\x88\x86\x61\x74\xaf\xb5\xed\xa4\xfb\x3a\x26\xfe\x87\x2f\x2c\x3f\xa7\x0a\x4d\xec\x02\xbb\xe2\x07\x05\xca\xb0\x1a\x21\x38\x81\x46\x69\xe0\x3a\x83\xc6\x6e\xcf\x60\xa3\xf3\x1c\x2a\x80\x69\x5b\xe6\xeb\x0e\xcc\x0b\x23\x1a\x54\xde\xdd\x90\xbc\xdc\x7b\xfb\x15\xb0\xa9\xc3\x1f\xfa\x92\xc4\x43\xf5\xe6\x4f\xca\xed\xf5\xba\xa9\xc5\xc9\x25\x3d\xc9\xd6\x6b\xba\x3e\x91\xe7\x91\xae\x4f\x2e\xdf\x9f\xfc\x8f\x5c\xd8\xff\x39\xd9\xf1\xba\x84\xd3\x93\xb1\xf5\xc9\xff\xd8\x16\xff\x27\x70\xfe\xf4\xd5\x3c\x96\x0c\xf1\xe9\xc3\xd8\x4b\x48\x69\xe9\x1b\x23\xdb\x36\x30\x19\x8d\xe2\x03\xd8\x00\x11\x67\x1f\x5e\x7c\xe5\x87\xb6\xb5\x98\x0c\x03\x99\xd0\x52\x4e\x71\xe4\xbd\x3a\xb1\xbd\xe3\x4a\x3b\x67\xd5\x8f\x36\xa3\x8f\x05\xf0\x6f\xfa\x52\xef\x82\x5f\x17\x6a\xaf\x2d\xc8\x4e\x28\x42\x5d\x5f\x0a\x2d\xa2\x38\x1a\x5e\x25\xea\x01\x80\x46\xea\xcb\x78\x75\x1b\x24\xc8\xed\xb4\x64\xc4\x87\xac\xf8\x3d\x8f\x5e\xff\xdc\xf9\xd8\x42\x0c\x1e\x7e\x6a\x32\x78\x8a\x8e\xb8\xb2\x97\x01\x15\xf6\xc1\x4c\x91\xad\x7a\x1b\xa2\xd4\x68\x4b\x66\xf5\x18\x66\x6b\xa6\x82\xab\x52\x2f\xa9\xa0\x9a\xde\xf1\x40\x4b\xde\x1a\xa8\x33\x6d\x2e\x08\xd4\x6b\xe2\xc8\x21\x75\x72\xde\x3b\x96\x36\x41\xd8\x80\xbd\x5e\xa6\xa1\x78\x39\x42\x5e\x50\x7e\x7a\x48\xb3\x7c\xfe\x02\xf7\x10\xfc\xa2\xc7\x1f\xfb\xb3\x91\x84\xc2\xc1\x96\xa2\xce\x62\x03\x5e\x54\xd7\xd4\xc0\xbd\xfe\x47\x3f\xd2\x82\x73\x9f\x39\x62\xd6\x51\x1d\x33\xeb\xa8\x9c\x59\xc7\xac\x9e\x67\x5d\x51\x42\x3d\x1e\x23\x5d\xb4\xac\x57\x16\xb0\x00\x8d\xa9\x18\xbf\xee\x2d\xce\x9c\xa4\xa1\x5e\x21\x97\x9b\x83\x77\x73\x73\x28\x4b\x0a\xa0\x3e\x35\x67\xf6\x82\x0a\x15\x0e\x58\x1c\x86\x03\xce\xbb\xe1\x80\x9d\xd4\x36\xd7\xe3\xde\x90\x78\xb6\x99\x17\xdd\x71\x6f\x0c\x15\xb3\xd6\x71\x90\xf5\x7b\x30\xcd\x50\xac\xd1\x1a\x54\x8c\x56\x05\xb4\x46\xe9\x1a\x8d\x48\xe1\xe6\xb0\x59\xb5\xed\x1d\x89\x02\x3a\xe2\xac\x35\x5e\x8f\x5d\x37\x36\x06\x47\xdb\x6e\xe1\x82\xf1\x46\xe0\xe5\x2d\x69\xba\x6b\xd3\xf8\x94\xdd\x16\x16\xe9\xf9\x1d\xea\xf5\x23\x6c\xc3\x3d\xd5\xb6\xb3\x3e\x45\xb5\x85\x9b\x51\xe3\xd3\xfa\x75\xb9\x33\x98\xf7\xba\x64\x0a\xf3\x54\x36\x8f\xeb\xeb\x61\x75\x8f\x45\x7d\xb7\x8a\x5d\x5c\x90\xae\xbe\x24\xdc\x4b\x3b\xad\x31\xe6\x87\x35\x64\x14\xc5\xb1\x97\x75\x5a\xf0\x3f\x5d\x14\x23\xe9\xc3\xd9\x81\x12\x46\x25\xb3\x35\x2b\xa4\x25\xf1\x26\xff\xbd\x1c\x87\xc6\x00\x58\x60\x89\x7c\x94\xc4\xc9\x1b\xe6\xad\x54\x07\x18\x9b\xf6\xfa\x9a\xbb\x6d\xeb\x9e\x01\x1b\x8a\xa3\xf7\x7e\xd9\x6b\x00\x68\xfc\x51\x64\x37\x5c\xa3\x49\xf9\x13\x22\x66\x57\x26\x11\x86\xd7\x86\x64\xce\x7a\xcd\xa0\x39\x6d\xdb\xca\xa1\x88\x0e\xd0\x20\xcd\xbf\xf5\xbe\x19\x8f\x31\x23\xa3\x64\x6f\x90\xf5\xdd\xb3\xea\x08\x36\x6f\x9b\x94\xa7\x8f\xb7\x57\xb0\xad\x2d\x8f\x77\xff\x03\xe5\x47\x39\x83\xf0\x42\xbd\xed\x9b\x97\xc8\x2c\x0a\x15\x3f\xd9\xe2\xa8\x44\x4e\x08\x1a\xdd\x23\xbb\xbe\xa4\x1a\x4c\x0e\xf0\x89\x09\x47\x65\x34\xc7\x02\x49\x32\x6a\x08\x4c\x62\x3f\xa4\xd6\x80\xa3\x8f\x86\x8b\x99\xbb\xf4\x3c\x48\x3c\x58\x29\xbb\x90\xee\x9a\x31\xb4\xb7\x65\x78\x74\xd4\xbe\x66\xbb\xd5\xfe\x01\x9e\xaa\xf6\xce\x65\xbc\x7b\x6f\x30\x23\x74\xac\xe9\x85\xde\x52\x2b\x89\xb4\xbb\x00\x2d\x5f\x20\x3f\x30\x36\x2e\x5e\x75\x7f\xbc\x86\x34\x19\xae\xd3\xdd\xba\x5e\x9d\x71\x82\xba\x58\x6e\x1e\xeb\xed\xd1\x24\xa5\x22\x24\xcd\xde\xd9\x01\xea\xd4\xe8\x16\xcc\x8d\x37\x85\x91\xfa\xf8\x7d\x1e\xa1\x52\xe8\xe1\x16\x1d\x02\xb3\x4f\x95\x0d\x6d\xb3\xc9\x19\x28\x0f\x2d\xfa\x10\x2c\xd1\x3f\xec\x77\x0e\x05\xe9\x8c\x0c\x7e\xdf\xb3\x03\x74\xa7\xf4\x91\xfd\x62\xda\x81\xe3\x61\xd2\xda\xe7\x70\x3b\x53\x3b\xc4\xa6\xbd\x63\x77\x54\xec\xdd\xa3\x2a\x2b\x7e\x3d\xa1\x5a\x3f\xa8\x26\x6f\x49\x75\xef\x12\x72\x48\xe0\xf5\x04\x92\x55\xbe\xd6\x25\xf2\xe8\x82\x2c\xb1\x73\x7a\xed\xad\xe3\x6c\x2e\xbe\xfc\x80\x70\x9d\x1b\x7a\x2c\x5e\xe7\x9f\x78\x99\xde\x7a\x0b\x7e\x88\x74\xec\xf0\x1e\x54\x49\x3d\xed\x54\x0e\xb3\x7a\x8a\x5e\x56\x4f\x8d\xc5\x8d\xe7\x92\x56\xdc\x80\xe2\xc8\x4a\xbd\xaa\xae\xd4\xab\xea\x58\xe0\x6a\x45\x96\xec\xcd\x0c\xf7\x22\x99\xf1\x0b\x12\xcf\xf8\x64\x82\xbe\x2f\xdc\x68\x30\xef\x92\xd6\x5a\x48\xdb\xb9\x7a\x6f\xc5\xd9\x6f\x5c\xde\xd2\x5b\xa6\xd8\x4f\x5c\x6a\xe2\x65\xea\xa6\x95\xab\xb3\xcb\xdd\x55\x75\x73\x77\x75\x67\x57\x0e\xce\xce\x06\x29\xea\xcc\xae\x44\xb3\x83\x4b\xa5\x43\x08\xf9\x57\x4b\xef\xcc\x1c\xb9\x4f\x74\xb2\xe6\xde\x10\xd0\xbd\x6e\x0c\x8f\x3a\x9c\x24\x2e\x0e\x0f\x75\xcd\x2d\xe3\x95\x63\x7b\x09\xed\x48\xad\x08\xed\x8a\xae\x8c\x19\x8d\xd7\xaa\x3a\x8d\x26\x2a\x77\x18\x52\xb3\xa1\x9d\x55\x91\x97\x66\xd7\x73\xe6\xc3\x9c\xfa\xee\x09\xfc\x2a\xac\xe7\xa7\xbb\x9a\x81\x7a\xdd\xd7\xaa\x3b\x06\x0d\xdc\x55\x46\x99\xd1\xaf\xcc\x32\x92\x39\xb6\x12\x65\x9e\x22\xac\xb2\x4e\x60\xda\xa4\x25\x03\x9d\x24\x77\xb6\x09\x09\xb1\xb6\x98\x8b\x72\x19\xaf\xb4\x72\xba\x1c\x92\x1d\x7f\x7f\x10\xc3\x10\xa2\xb4\x58\xba\x32\x19\x47\x02\xe2\x7f\x94\x45\x54\x5d\x10\x7b\x3d\x29\x4a\x4f\xab\x9b\xb4\x8e\xb9\x1a\x27\x5e\x60\xc3\xd2\x86\x29\xa7\xcb\x6a\x9c\xac\xd0\x05\x88\xc5\xa0\xfa\x38\x59\xe1\x6a\x3c\x46\xd8\xa5\x3d\x28\xd1\x3c\xd6\xad\xca\xf6\x08\xc3\x72\x20\xa4\xc4\x82\xe8\xa8\x2b\xdf\x7e\xa0\x09\x72\x9f\x97\x51\xda\x07\x2b\x7b\x54\x8f\x2f\x79\xaf\xe0\x27\x09\x7d\x56\xda\x5b\xb2\x67\xea\x2b\x23\x18\x55\x56\xd3\xee\x08\xc0\x33\x88\x46\x62\xaf\x00\x1a\x89\x2d\xb8\x3b\x21\xb3\xb3\xc5\x86\x47\xab\xaa\xb1\xed\xab\x80\x03\xc4\x28\x7e\xb5\xc0\x72\xe0\xca\xf8\x3f\xe2\x76\x60\x38\x06\x71\x1b\xb9\x92\x5a\x29\xe3\x14\xd0\x59\xcd\x81\x42\xb9\x18\xa6\x38\x3e\xb6\xae\x12\x29\x74\x97\x48\x1c\x5b\xa2\x0f\xc6\xec\x8e\x54\xb2\xfd\x42\xf2\xa3\xa8\x33\xf2\x65\xb7\xc6\xca\xa2\x59\x55\xa1\xff\xba\x83\x77\x35\xb9\x54\xd1\x6b\xfe\x86\xaa\x0a\x51\xb7\xbe\x09\xa0\xa3\xd6\xb3\x7b\x5b\x58\x67\x66\xf7\xf5\xd0\xce\xfe\x5e\xf8\x03\x96\x60\xde\x2d\x79\xc9\x0f\xcb\x7e\x02\x24\x8a\xfa\xab\xfe\x79\xb7\xa9\x4e\x23\x1d\xc9\xe8\xf1\xd1\x78\xe1\x9e\x6c\x60\x1e\x98\x9c\xbc\x42\x35\x3a\x2f\x21\x80\x13\xe6\x04\x42\x57\xbc\x9e\x69\x7e\xf1\x00\x2c\xf4\xb5\xe5\xca\x97\x62\x35\x27\x7c\x86\xc4\x78\x3c\xfb\xa9\x37\x56\x5c\x21\xfc\x53\x7f\xe2\x02\x97\xfd\x52\x98\xba\xc0\x1c\x61\x1a\x86\x3f\x15\x2e\x50\x80\xd9\x83\x8a\x5f\x7f\xe4\xc2\x1c\xb9\x50\xbd\x1b\x50\x5e\x6f\xc4\xe1\x83\x59\x0f\x77\x78\x16\x58\x5d\x20\x9f\xc7\x60\x89\xa9\xee\x1b\x1b\x44\xb6\x24\xdd\x61\x82\xaa\x7d\x08\x84\xcb\xd5\xa4\x3f\xc5\x2e\x10\x97\x1e\xdc\x7a\x15\x3b\x4a\x08\xcb\x79\x78\xcd\x5e\x18\xa5\x94\xe0\xa4\xff\xae\x77\x6c\x07\x7b\xd3\x1c\xe6\xe1\x29\x29\x11\x66\x61\xf8\x7b\x11\x31\x5c\xea\xfc\x36\xd6\x16\x4a\x0f\x4e\x29\x4a\xbb\xdd\x9b\xde\x24\xbe\x52\x4d\x5b\x76\xc9\x4d\xfd\x60\xd0\xde\xbb\x81\x41\xf7\xd7\xc2\xe3\x8a\xbb\xdf\x5b\x47\x7c\xad\x0c\x57\xe6\x5b\x91\x61\x1d\x75\x2d\xc1\x4d\xe2\x65\xde\x7d\x01\xf9\xfb\xbb\x35\x91\x1e\xa8\x82\x10\xde\xbf\x5a\x86\x07\xef\x6e\x1a\xff\x3d\x90\x4d\x43\xb3\x36\x14\x97\x99\x33\x37\xbf\x0e\x4e\xc5\x9c\x2a\x83\x12\xd4\x79\xe3\xa1\x5d\x8b\xbf\x2c\xac\x7b\x0d\x23\x7f\xaf\x3b\xdf\x7a\xfc\xa2\x45\x2d\x11\x1b\xea\x65\x2f\xb7\xd3\xf3\x78\xc8\x48\x3c\xcb\xe6\xce\x1e\x87\x2d\xb3\xd5\x9c\xce\x50\x66\xd8\x52\x77\x4b\x64\xe3\xca\xb1\xe6\x5d\x23\x86\x23\xbc\xf9\xe8\xf0\x4e\xf3\xad\x25\xf5\x1b\x2f\xbe\xdd\xd2\x86\x22\xeb\x7c\x34\x49\x66\x0c\x68\x9c\x51\x1f\x0d\x2d\xd9\x6a\xde\xdd\x32\x34\x63\x93\x09\xea\x1d\x33\xb6\xba\xe8\xde\x39\x50\x46\x08\xed\xe0\xc7\x25\xb3\xa7\xea\xc2\x43\x31\x76\xf9\xc3\x50\x78\xca\x5e\xfb\x8d\x17\x8d\xb7\xa2\x6f\x68\x55\x53\x8f\x43\xd0\xa6\x18\xf7\xc4\xf3\xbd\xbb\xde\xce\xfb\x70\x36\x30\x4b\x89\xc4\x9d\xcd\xfb\x01\x05\xfa\x45\x61\x2c\x64\x54\x3a\x62\x6a\x0d\x5a\x98\xfa\x55\x21\xcf\x4a\xa8\x1a\x97\xb8\x26\x15\xce\x49\x35\xb1\x06\x2e\x5b\x60\x28\xc6\xf9\x84\x01\xcf\xee\x78\x22\x66\x61\xbc\x21\xdb\x79\xbc\x50\xd5\x40\xa6\x8f\x0b\x67\x15\xd3\xe0\x0c\x08\x5c\x6a\xac\x82\xb4\x52\x71\x61\x65\x42\x4e\xcb\x68\x1c\xe7\x08\x33\x95\xa9\xb3\x20\x62\xc6\x82\x28\x0c\x7f\x94\xcd\xf5\x8c\x68\x54\xf7\x72\x62\xbd\x17\x0c\x70\x40\xdb\x9a\xb0\x68\x54\x15\xd7\xb8\xc0\xba\x75\xa3\xe7\x44\x69\x71\x51\x87\xe1\xc8\x6b\xde\x36\x87\xc2\xd0\x36\xa0\xb4\x15\xaa\x81\x7e\x35\xdc\x5c\x64\x36\x3a\x41\x83\xb7\xa0\xe8\xb1\x0c\xd6\x16\xf6\x92\xd9\x93\x68\x37\xea\xc7\xc2\xaa\x44\xef\x93\x52\x7b\x38\xe2\xa2\x04\xc5\x11\xb8\x86\x86\xe1\x48\xc1\xf2\xef\x10\x8a\xe6\xf6\xfc\xda\x07\x5c\x8a\x80\x0c\x42\x0e\x00\xe7\x15\xf4\x00\x9e\xa7\x74\xc9\xc6\xc9\x6a\x26\x57\x6e\x27\xd9\x6d\xd3\xca\x4f\xc5\xa1\x27\x9c\xaf\x05\xbd\x20\x62\x56\x4d\x26\x48\x31\x28\x8a\xad\x01\x26\x84\xb9\x36\x3e\x3f\x18\xc9\x24\xc1\x60\x7c\x07\x51\xdf\x7b\x51\x97\x23\x21\xaf\xe4\xaa\x6d\x3b\x37\xaf\x7f\x84\x81\x69\x8f\x18\x29\x71\x05\xd1\x99\x9d\xcf\xad\xeb\xf3\x97\x83\x3e\x3f\x92\x13\xa5\x2e\x96\x4d\xac\x87\xcb\x66\xe8\x29\x51\xd1\x73\xab\xe7\x7c\x4d\x9f\x89\xa8\x44\x8b\xa8\x1a\x13\x31\xa9\xfe\x4d\x60\x39\x8b\x34\xaa\xc6\x63\x5c\x92\xa6\x81\xf0\x70\x76\x88\x95\x95\x64\xfc\x56\x90\xa0\x61\xca\xf7\x76\xed\x42\xb5\xbd\x78\x7f\x7d\xc9\xb7\x8b\xe0\xd7\x5f\x5f\x35\xf1\xd9\xe3\x3c\x48\x55\x89\xbc\x3f\xa2\x40\x97\x21\xfc\xcd\x5d\x5f\xd7\xe2\xfd\x96\xbe\xa0\x22\x18\xc3\x91\x2d\xb6\x9c\x57\x51\x42\x9f\xfc\x05\x1e\xab\x8c\xad\xf9\x75\x84\x90\x6e\x3d\x0a\x6c\x7d\x84\xff\xd9\x69\xdb\xc6\xb1\xb8\xda\xf2\xcb\x6c\xfb\x72\x53\xd6\x0b\xf7\x33\x1d\xaa\xf9\xb6\x64\x6b\xfe\x76\xa1\xfe\xa4\x37\x7b\xfc\xd5\x07\xa5\xc9\xa9\x9a\x2d\xad\xc9\x72\xa5\xb3\x8f\x45\xac\x6d\x6f\xf6\x48\xeb\x89\x1d\x12\x2c\x9d\x00\xf3\xc1\x7f\xff\xc7\x03\x13\x54\x15\xac\xce\xa8\x8e\xaf\xf0\x00\xbf\xaa\xff\xf2\xc0\x83\x67\xae\x11\xa7\xcd\x06\xbb\x5c\xe1\x9c\x3c\xf8\xef\xff\x88\x5e\xbd\x1d\xa3\x57\x97\x0f\xa6\xf4\x1d\xcd\x23\x0a\xa1\xe5\xb6\x24\x0f\xc3\xe0\x35\x7d\x5f\x54\xd9\x35\xad\x03\x42\xf2\x65\xb2\xd2\x79\xc8\x74\xa0\x2b\x9b\x4a\x40\x1b\x0c\x2c\xe3\xd5\x38\x98\x05\x0e\xff\x36\xca\x23\x5e\x07\x22\x16\xcb\x46\xc5\x73\x0d\xf5\x80\x1b\x84\x78\xd4\x74\x87\x7b\x3c\x03\xdf\xd1\xfc\x62\x5e\xcc\xa1\xf0\x81\x8a\xfa\xb8\x47\xe8\x43\xb2\x71\xe2\x02\x33\xe7\x2b\x50\x84\x61\xc0\xc1\xb1\xdd\x01\x57\xa1\xae\xfe\x63\xb1\x4c\x5e\x6e\xa8\xce\x57\xca\x8b\x93\xec\x64\xa7\x23\x11\x9c\x44\xc1\xb8\x19\x07\xe8\xa4\xde\xf0\x66\xbb\x06\x93\x9c\x93\x5d\x55\x5e\x97\x12\xb1\xaa\x2f\xa6\x01\x9a\xf1\xa8\x8c\x1a\x39\x8a\x1a\x6f\x35\xd9\xa3\x02\x72\x15\x61\xa8\xad\x31\x1a\x37\xc9\x5f\xa7\x7f\x79\x80\x83\x00\xb9\x92\xe5\xb3\xc9\x7f\xad\xba\x51\x96\x6c\x3c\xc4\x49\x30\xa6\xdd\xb0\xb8\x7b\x84\xc6\x41\x7a\x12\x8c\x0b\xd8\xad\x7d\x54\x5b\x6f\x9f\x2d\x82\xbb\x0b\xb2\x26\x8e\xaa\xb6\xcd\xdb\x36\x5b\xd0\x94\xea\x08\x7f\x26\x44\x0f\x3e\x09\xd0\x38\x38\xb9\x09\xc6\xb5\x2e\x81\x82\x7d\xe0\x84\x95\x99\xda\x7a\x39\xb3\x0c\x61\xb1\xcc\x56\x1e\x80\x0f\x4b\x28\xa8\xf8\x49\xbe\xbc\xc3\x00\x04\x1a\xd0\xbd\xbe\x62\x81\x1f\x0a\x87\xd1\xb7\xdf\x67\xd7\xc7\x33\x31\xfd\xb3\x58\xfe\x56\xac\xda\xd6\x5a\xb0\xa8\x02\x42\xc7\x09\x36\xe8\x05\x16\x4b\xc7\x8a\x3b\x7b\xe4\xf9\xcf\xf0\x66\x88\x22\x04\xed\x1d\x5d\x7e\x23\x9b\x85\xc4\xea\x45\x44\x11\x9a\x42\xed\xa8\x1b\x7e\x5a\xa0\x85\x48\x97\x62\xe5\xa5\xd0\xfa\x6b\xa1\x44\x43\xff\xb8\x45\x2b\x50\x16\x7e\x66\xee\x91\x80\xa8\x25\x92\x68\xcb\xd6\x7c\x27\xe8\xfa\x05\x20\xaf\x0d\xa5\xa2\x0e\xc3\x21\x8c\xf4\xfc\xc5\x0b\x57\x07\xda\xfb\xab\x8d\xc7\x3c\xd4\x0a\x59\xfe\xb5\x98\xd6\xf2\xe7\xca\xcb\x10\x71\x50\x4d\x6e\xea\x37\xc5\x8a\xfc\xb5\xd0\x29\xbb\x65\xa9\x72\x9b\xf3\x3b\xc4\xc3\x5d\xb8\x4f\xee\xe8\xe4\xaf\xca\xc5\x58\xb1\x7a\xea\x2b\xf9\xfa\x65\x76\x45\x22\x31\xe5\x6f\x19\xad\xbe\xe0\x39\xdc\x59\x6d\x2b\x90\x36\xc8\xf9\x72\x4b\x65\x89\x46\xed\x81\xb3\x64\x92\x8b\xd7\xb6\x62\xc6\xa6\x2a\x7a\xe7\xe7\xb4\xe0\x15\x8d\x3a\x0d\x63\x36\x2d\xca\xaa\x16\xcf\x37\xe5\x76\xad\xb5\xb9\xd7\x7c\xad\x31\xb3\x9e\x36\x0c\x6a\x00\x8a\x8f\xc0\xc9\x61\x54\x4f\x58\x1c\x46\x62\xef\x72\xa5\x9d\x0c\x0c\x8a\x91\x94\x94\x00\xd6\x8e\x54\x7a\x10\xd6\x92\x9e\x03\x15\x9a\xcd\xab\x30\xcc\x3c\xf6\xde\x54\xd3\x79\xba\x33\x9c\x20\x5c\x4d\x26\xe0\xf8\x8d\xf0\x24\x21\x24\x73\x4c\x7b\xaf\xb2\xbc\xb9\x63\xcc\x11\x16\xa8\x1b\x01\x9a\xeb\x83\xe7\xd9\x00\x09\xbd\x86\xf2\xd4\x46\xfa\xfd\xb2\x5e\x61\x49\x58\xa9\xfd\x02\x49\x5a\x35\xcf\x66\x88\x8d\x3b\x53\x80\xfc\x34\xdd\x16\xd9\x98\x74\xfb\xc0\xd5\x78\x0c\x8c\xdd\xc8\xa3\x65\x72\x12\x04\x78\x4b\xe2\x99\xf6\x25\x34\xc3\xd7\x8d\x6c\xc7\x63\x94\xf7\xba\xda\xae\xa6\x06\xb5\x44\x68\x2c\x71\xc6\xac\xb3\xdd\x10\x29\xec\x39\x67\x82\x32\x41\x72\xcf\x3f\xfa\xe7\x82\xdc\x3c\x49\x83\xcf\xb3\xfc\x75\xad\x62\xbe\x3f\x4d\x83\x97\xd9\x65\x80\x93\x38\x0d\xbe\x64\xe0\xca\x93\x9c\xa6\xc1\xf7\xcd\xf5\xb7\x3c\x7f\x1d\xe0\xe4\xcc\x95\x3f\x4a\x83\x17\x9b\xb2\x10\x01\x4e\x1e\xa7\x81\x6c\xbf\xe2\xdb\x00\x27\x4f\xd2\xe0\xd9\x56\x04\xf8\x34\x4e\x83\xe7\xd9\xae\x56\x5f\x9e\x3e\x4e\x83\x2f\xeb\x3c\xdb\xd1\x00\x9f\x9d\xa6\xc1\x49\x80\xcf\xce\xd2\xe0\xc7\xec\x8a\xfe\xbc\x0b\xf0\xd9\xb9\xfa\xfd\x05\x7f\xcb\x02\x7c\xf6\x50\x76\xb3\x0e\xf0\xd9\xa3\x34\xf8\x2b\x97\x18\xef\xec\x71\x1a\x3c\xab\x2a\xfe\xf6\x5b\x2a\xbb\x3c\x7b\xa2\x1f\xe1\xe3\xa7\xfa\xe1\xa7\xf2\x6a\x23\x02\x7c\x1e\xeb\x67\xd5\xda\xb9\x6c\xbb\x2a\x99\x78\x91\x57\xe0\x72\x76\xfe\x30\x0d\xbe\x81\x9d\x0d\xf0\xf9\xa3\x34\xf8\x02\x12\xba\x07\xf8\xe1\xd3\x34\x98\x05\xf8\x51\x92\x06\x24\xc0\x4f\x93\x34\xf8\x8e\x8a\x2c\xc0\x4f\x4f\xcd\xaf\x24\x7e\x94\x06\x7f\x91\x7f\x1f\xa7\xc1\x58\xfe\x7d\x92\x06\x58\xfe\x7d\x9a\x06\x93\x00\x27\x72\xe1\xa6\xf2\x6f\x92\x06\x0f\x02\x9c\xc8\xbe\xdd\xea\xc9\x8e\x5f\x40\xc2\x03\x5d\xf0\x28\x76\x8b\x28\xbb\xb5\xbf\x4f\xfd\x15\x7d\x74\xd6\x79\x3a\xd7\x0b\x9c\x3c\x7a\x68\x7e\x3d\x3e\x53\xdd\x3f\x79\x04\x33\x48\x9e\x3c\x86\x29\x24\x4f\xf4\xf0\x9e\xe8\xe1\x3d\xd5\xc3\x7b\xaa\x87\x27\x67\xf6\x3f\x01\x3e\x4d\x9e\xa6\xc1\x32\xc0\xa7\x72\xcf\x5e\xbd\x92\x3f\x92\x34\x58\xc9\xbf\xa7\x69\xf0\xef\xf2\xef\xd3\x34\xf8\x3d\xd8\xe3\x7f\x15\xe4\xe6\xfc\x49\x1a\xa0\x00\x9f\x3f\x4d\x83\x51\x80\x1f\xc6\x69\xf0\x1f\x01\x7e\x98\xa4\xc1\xff\x0b\xf0\xc3\xd3\x34\xf8\x2c\xc0\x0f\xcf\xd2\xe0\xdf\x02\xfc\xf0\x3c\x0d\xfe\x3b\xc0\x0f\x1f\xa6\x41\x18\xe0\x87\x6a\xed\x1e\x3e\x4e\x83\x48\x2d\x76\xaa\x16\x7b\xac\x67\xf0\xab\x9e\x41\xaa\x67\x30\xd6\x33\x98\xeb\x19\xfc\xaa\x67\x70\xa1\x67\xb0\xd0\x33\xf8\xff\xf4\x0c\x6e\xf4\x0c\x5a\x3d\x81\xbd\x9a\xc0\xbf\x07\xff\xae\x26\xf0\xf7\x60\x8f\x3f\x1b\xa6\x7f\x59\xf6\xa6\xbc\xca\x04\xaf\xc2\xf0\xc1\xf3\x4d\xc5\xaf\xe9\xab\x07\xd1\xab\xf5\x18\x69\x9a\xd1\xbe\x87\x2c\x0f\xcf\xae\x28\x13\x08\xff\xfd\xee\xb6\x9e\xed\x76\x5b\x7a\xf2\x5c\x85\x89\xaf\x4c\x94\x7f\xdb\xd8\x1b\xca\xd6\xbc\x42\xf8\xeb\xbb\x5b\xfa\x9a\xe6\xaf\xf9\xab\x07\xaf\xd6\xe3\x83\x56\xbc\x21\xfd\xed\xee\x86\xbe\xcb\xf2\x83\x16\x76\xdb\x4c\x14\xbc\xba\x46\xf8\x3f\xef\xd1\xc0\x8b\x6f\xbe\x3c\x79\xb5\x6e\x5f\x56\xe5\x9a\x32\xf1\xea\x41\xb4\x48\x97\x8f\x27\x4f\x57\xed\xab\xf5\xcd\x29\xde\xa3\x57\xd3\xe9\x5f\xaa\x37\xe9\x9d\xeb\xf7\x5f\x05\xf9\xac\x08\xc3\xe8\x6f\x45\xdb\x8e\x3f\x2b\x96\xc9\x6a\xfe\xf0\x31\x6a\xdb\xaf\x8b\x30\xfc\x5b\x81\xe9\x86\xc4\x33\xba\x99\x27\xf2\xdf\xf1\x18\xfd\x5c\x2c\xcf\x9f\x8c\xe9\x66\x45\x7e\x2e\x96\x4f\x1f\xc1\x2f\x13\xf4\x76\xa3\x68\x72\xba\x21\x89\xfc\x84\x9c\x9e\xdb\x6f\xe8\x66\x9c\x24\xc9\x8a\x04\x5f\x05\x63\xba\x31\xd5\x1e\x3d\x84\x7a\x4f\x63\xaf\x9e\x69\x0e\x84\x7e\xcf\x35\x03\x18\xd1\xcd\xf8\xec\x14\xe1\x7f\xdd\x56\xc3\xcb\xf6\x00\x41\xb2\x7e\x2e\xd0\xbf\x8a\x5e\xd4\xae\x48\x6c\x50\xdb\x46\xff\x2a\x96\x42\x4d\x41\x6c\x56\x9e\xd8\x87\x6d\x1c\x4d\x1b\x25\x89\xe4\x41\x19\x5f\xd3\x97\xef\x77\x74\x41\x25\x82\xb7\x21\xb4\x80\x5e\xed\x10\x06\x29\x45\x9d\x1a\x3e\x93\x5f\x6d\x7c\xbe\x60\x34\x02\x99\x0d\xa4\x91\x03\x16\x41\x64\x25\xab\xa3\x64\x44\x84\xeb\x4e\x4c\x77\x59\x45\x99\xf8\x9e\xaf\x69\x2a\x90\xd7\x58\xb9\x71\x49\x36\x85\x8e\x38\x27\x6b\x79\x96\xdd\xd5\x7b\x43\xcd\xaa\x9e\xfd\x5a\x5e\x22\x0e\x17\xe5\xc5\xb1\x6f\xde\x0a\x9c\x9c\x75\x16\xe0\x4a\x36\x15\x63\x55\xf2\x0f\xdf\x2c\x48\xce\xfb\xf9\xb6\xa4\x4c\xfc\x04\xf1\xb1\x51\x3a\xb0\x74\xdd\x0a\xcb\x95\xeb\x33\xdb\x38\x77\x34\xb3\x42\x2c\x0c\xa3\xdc\x96\xe3\x49\x82\xda\xd6\x7b\x4e\xfc\x05\x01\x33\x72\x5f\x26\x38\x83\x04\x1f\x20\xff\xa6\x84\x4e\x77\x15\x7d\x53\xf2\xa6\x7e\x51\x5e\x6e\x4b\x76\x65\xd3\x71\x08\xd7\x84\xd7\x74\xd9\x31\x6a\xa3\x84\xb0\x30\x14\x84\x78\xce\x76\x92\xaa\x21\x24\x2a\x21\x46\xc8\x56\x76\x8e\x54\xb0\xd9\x2f\xbe\xf9\x47\x60\x26\x2e\x79\x04\xb7\x23\x9a\xcc\xf2\xf6\x14\x4c\x1f\x79\xdb\x26\x23\xc2\xed\x4a\x79\x5b\x48\x60\x56\x63\xdd\x4b\x82\x30\x25\xdc\xaa\x22\x92\x91\xb7\xbc\x1d\xc7\xc0\x84\x10\x98\x73\x2e\xc9\x4a\xd9\x4f\xbd\x14\xaa\x11\x88\x0c\xbc\x42\xf6\xb3\x30\x0c\x8a\x6c\x5b\x53\x18\x71\xae\x28\x93\x2f\xd7\xa5\xc8\x2e\xb7\x9d\x71\xc8\x6f\x61\x92\x69\xbc\xf7\x00\x65\x7b\x1c\x50\x0e\x21\x24\xf5\x07\x64\x02\x83\x00\xef\xbe\x21\x37\x5b\x5a\x88\x34\xc6\x95\xa4\x1b\xd2\x18\x0b\xbe\x4b\x63\x7c\xc9\x85\xe0\xd7\x69\xbc\x77\x87\xb3\xd8\xf8\x7e\xac\x62\x21\x1b\x2f\x44\x4a\xa7\xf0\xa5\xe6\xb6\x54\x6b\x4c\xb7\xc6\xa0\x35\xc9\x6c\xed\x4c\x8b\x74\xaa\x7e\xf8\x19\xe4\xbc\xa9\x74\x47\x43\xa7\x25\x63\xb4\xfa\xa5\x5c\x8b\x4d\x77\x60\xfa\xcd\x5f\xa9\xac\xa7\x4c\x01\xd6\x1b\xbc\xdb\xdc\xdb\x7f\xcc\x9d\x48\x4f\x71\xaf\x0a\x7f\x28\x8a\x9a\x0a\xa3\x96\x2e\x78\xde\xd4\xbd\x7a\x50\x66\xaa\x7d\x54\xac\x38\xbf\x7f\x42\xbd\x27\x23\x31\xf7\x47\x62\x2b\xa8\x67\xe3\xcd\x60\x07\x46\xa8\x7b\xf0\x5f\xba\xcf\xbd\xc7\x03\x13\xc5\xa3\xbe\x66\x35\x44\xec\x74\x43\xc3\xdd\x61\x60\xaf\x57\xdc\xe9\x02\xf9\x7d\x1c\x77\x7d\xed\xaf\x03\x1d\xd8\x04\x71\xb0\x09\x87\x3b\xe0\x92\x0b\xe3\xeb\x8d\x56\xa5\x9a\xad\x7f\xb3\xb1\x6e\x90\x35\x15\x5a\xed\xee\x9c\x19\x4d\x51\x04\x4c\xd6\xb5\x73\xfe\x50\x1d\xc8\x92\xbe\x8e\x87\xce\x24\x6e\xd4\xea\x14\x86\x99\xce\xde\xf5\x92\xef\xec\x6f\x49\x9e\x23\xcc\x46\x84\x75\xaf\x28\x34\x63\x84\x79\x38\x48\xeb\x17\x54\x57\x4a\xdc\x76\xbd\x59\xdc\x5c\x51\x48\x35\xf3\x86\x02\xb5\xce\xb7\x5b\x27\x1c\xb9\xde\x90\x9b\xce\xab\x74\x14\xef\xc1\xbd\x46\x7b\x7f\x23\x3c\xba\xde\xa0\x9b\xeb\x0d\xf1\xa4\xee\x3a\x5c\x44\xd7\x3c\xbc\x24\x42\x65\x12\xe5\xe6\x47\xa6\x7f\xcc\x4a\x37\xa7\x11\xe1\x61\x18\x79\x05\x84\x23\x5c\x7a\xf3\x1c\x91\xcc\xab\x20\x4b\x20\x33\xa8\x3b\xdd\x57\x9b\x3f\xc1\xfd\x5d\xe0\x8a\xac\x37\x6d\x1b\xad\x37\x64\xad\x57\x53\x4b\x01\x94\x52\xc3\x13\x40\xcb\x5d\x85\x30\x51\x98\x21\x48\x2e\x28\x40\x09\xa8\x4c\x55\x2a\x37\xb0\xf7\x9b\xae\x4b\x1f\x40\xac\xc0\x39\x5c\xf8\xf8\x35\x7d\x2f\xe9\x9a\x94\xe1\xb7\x9b\x32\xdf\xa4\x0c\xe7\x19\xcb\xe9\x56\xa2\x67\x58\x74\xe5\x78\xf3\x37\xfa\xfe\x92\x67\xd5\x1a\x72\x9e\x45\xc1\x6b\xfa\x7e\x0d\xfc\x56\x85\xe4\x2a\xbe\x67\x62\x43\x45\x99\x93\x91\xbc\xb7\xd7\x65\xbd\x93\x77\xbf\xaa\x5b\x9a\x2c\x8b\xc3\xcd\x34\x3b\x68\xc4\xc4\xca\xbb\xbd\x2d\xd8\x13\x9d\x8e\xe0\x47\x05\x1e\x74\xdd\xb6\xfc\xa0\xcc\x4b\xfd\x65\x2f\xed\x19\xd5\x57\x6d\x18\x46\x4f\xfd\x8b\xa4\x6d\xbb\x24\x58\x18\xd2\xe9\x86\xd7\x2e\x9f\x16\x9d\xc9\xab\x2e\xab\xeb\xf2\x8a\xd1\xf5\x8b\x2d\x57\x8a\x2f\x0b\xdf\x7b\x3f\x06\xae\xed\xf9\x3b\xaf\xe7\x69\x26\x44\x55\x5e\x36\xc2\x71\xf7\x88\x1a\x63\x00\xf3\xea\x7b\xa0\x2f\xbd\xaa\xcb\x78\xa5\xdc\x88\xde\x1e\xc3\xf7\xde\xb6\x0e\xe4\x96\x3a\x06\x73\x9d\xdc\x52\xa7\xab\x03\x0f\x19\xb9\x10\xd6\x04\x49\xe1\x1e\x8d\x8e\x76\x15\xcd\xcb\xfa\xb6\x28\x96\x97\x20\x83\x1a\x8e\xe1\xd7\x8d\x26\xe2\x2d\x20\x56\x7e\x7b\x5e\xea\xfa\xac\x18\x8a\x2d\x72\x9f\x56\xc6\x09\xb4\x63\x30\xe5\xbb\x8d\x44\x67\xcf\xee\x7f\x61\xaa\xf6\xbc\x4b\x70\x6d\xdd\xd4\xe0\xa9\xac\xc4\x7b\x72\x3a\x78\x19\x42\x8c\xef\x7f\x94\xf4\xed\x50\x4c\xb6\x91\xd7\xfa\xa1\xaf\xeb\xb3\x3c\xa7\x75\x5d\xb2\xab\x93\x37\x25\x7d\x2b\xd9\x0a\x5e\xed\x36\x19\x3b\xd1\x14\x13\x14\x07\x5d\x2b\x5f\xd5\xd6\xd4\x75\xeb\x54\xda\x6f\x68\x25\x19\xb6\x2f\x7e\xf8\x4e\x25\x4e\x19\x36\xac\x06\x78\xb5\x79\x21\x78\xfd\x4c\x61\x90\x5b\xed\xb0\x55\xa7\x0b\x7f\x00\x3b\x5e\x7b\x92\x47\xe4\xd9\x63\x43\x9b\x20\xdc\xb9\xad\x45\xdb\xb1\x0a\xec\xd6\x8b\xe7\x66\x5b\xbf\xcd\xb0\xbb\xd7\x90\x67\xc9\x0c\xf4\x60\x45\xd9\x07\x1b\x6c\x17\x51\xe9\xe5\x27\x67\x33\x36\xb6\x86\xa5\xe3\x72\x0a\x1a\xe4\x67\x12\x48\xef\x32\x78\xbe\x3d\x5e\x3c\x0c\x4f\x6e\xb7\x9b\x26\xea\x2c\xdf\xe0\x39\xa0\x07\x2b\xa8\x37\x80\xa2\x31\xed\x2f\x60\xce\x79\xb5\xae\x8f\xa5\x92\x18\x02\x85\xfa\x3d\x3b\xcc\x88\xa3\x38\xc1\xd3\xd0\x9d\x82\x7e\x9a\x35\x79\x52\x74\x86\x32\x2f\xe7\xc7\xe1\x06\x64\xd6\x61\x73\x28\xd7\x87\x67\x62\x64\xfb\x91\xc7\x07\x9a\x07\x75\x31\x5f\xa8\xe8\x18\x9a\xcf\x4a\x4b\x5f\xc2\x8d\x6c\x4e\xd4\x2b\x2a\x22\x86\x66\xb9\xe4\xf0\x34\xa8\xb6\x6d\x2e\x59\x90\x5a\x54\x4d\x2e\x78\x35\x22\xb5\xff\x08\x51\x52\x2a\xda\xd4\xf2\xdc\x44\x0c\xed\x6b\x79\x1b\xe5\x12\x33\x99\x73\x1f\x83\x6d\xce\xad\x23\xc0\x22\x0c\x47\x62\xfa\xb6\x2a\x85\xa0\x92\xa7\x53\xe8\x94\x94\x61\xc8\x64\x87\x6a\x16\xb6\x02\x19\xc5\xd0\x3c\xbf\xf6\x30\x19\x21\xa5\xf2\x71\x61\xee\xa3\x19\x62\xe4\xf5\x26\xb2\xaa\xbd\xae\xcc\x5f\x2d\x3e\x43\x33\xae\x6a\x7b\xc9\x68\xb3\x6e\x32\xda\xcc\x9a\xe1\xdf\xb5\x94\x61\x28\x3a\xc3\xef\x0e\x7a\xc6\xec\x88\x6c\x34\xd2\xe4\x00\x3a\xb6\xda\xed\x75\x18\x12\x8c\x0b\xec\xb6\xeb\x02\x6b\x72\xbd\x6a\x48\x28\x54\x83\x10\x73\xd0\x6c\x48\x61\x36\xc4\x4f\xbb\xdb\x74\x67\xda\xe8\x44\x20\xce\xc6\x54\x6d\xed\xd0\x71\x72\xe9\x57\x78\x9e\x6d\x7f\xe4\xf5\x57\x15\xbf\x1e\xaa\xeb\x6e\x5c\xcd\x9f\x1b\xc8\x47\x95\xfd\xe9\x73\xc5\x4c\x67\xae\x77\x7e\x0f\x31\x21\x5b\x79\x51\x2d\xe2\x34\x26\x84\x49\x86\x39\x99\x79\x51\x53\xba\xbc\x3b\xf7\x7a\x50\x66\x2b\x31\x6c\x06\xf7\x76\x0a\x22\x0e\x65\xfa\x01\xcc\xcc\x05\x21\x7e\x05\xe8\x03\x61\x41\xf8\xbe\x02\x46\x5b\xa4\xc2\xdf\x77\x09\xd5\x95\xeb\xc8\x07\x02\x1b\x3d\x54\xa9\x3f\xc2\x70\xa4\x4e\x56\x85\x66\xa8\x22\x95\xdf\x0a\x88\x1a\xaa\x8e\xf9\x98\xa6\x75\x3c\x53\x36\xf0\xc2\x56\xf9\xd9\xd4\x41\xed\x80\xc6\x32\x53\x5a\x79\xb8\x74\xad\x2c\xe4\xa4\x9e\xd5\x63\x62\xc2\xef\x8f\xf3\x0e\xf6\x35\x1b\xb7\xe6\xd7\x9f\xf3\x86\xad\xeb\x67\x95\xfc\x73\xdc\x1a\xfa\x93\xe3\x53\x81\x4f\x03\x84\x23\x9a\x24\x26\x00\x71\x8c\x73\xc2\xf0\x96\x30\x9b\x5f\x54\xcf\xe8\x20\x67\x40\xd3\x9b\x71\xbd\xc2\x05\xc9\xc7\x8d\x55\x97\x15\x51\x3e\xa7\x61\x58\x5c\x58\x93\x84\x66\xda\x9b\x1c\x10\xf4\x39\xb0\x55\xc5\x05\xa1\x61\x38\x49\x4c\x24\xac\x1a\x97\x24\x47\x38\xbf\x10\x61\xd8\x1c\xa0\x15\x0b\x4a\x37\x9c\xd4\x38\x23\xc6\xfb\x71\x4b\x0a\x9c\x93\x62\xdc\xf8\x4b\xab\x25\x15\x90\x2d\xb0\xc4\x82\xa7\xd9\x3c\x5e\x30\xff\x92\x4e\x33\x0c\x16\xa3\x5f\xfc\xf0\x5d\x1a\xe9\x78\x00\x76\x62\xd5\x24\x59\xc1\x00\x7c\x04\x03\xa9\x1f\xb4\x9d\x5f\x17\xd2\x30\x65\x6b\xd9\x0e\x1f\x5c\xbf\x30\xe4\x17\x24\xee\xf5\xc0\xa1\xfd\x54\xdd\x5d\x2e\x36\x64\xf5\xfa\x0b\x89\x1b\x3e\x3d\x24\x9f\x1f\x23\xc9\x78\xf4\x00\xda\x69\xc9\xa9\x09\xf8\x52\xbd\xfe\x11\xd6\xb7\x86\x3e\xfd\xc8\x7c\xfd\x77\xf7\xd0\xa3\xaa\xad\x9a\x89\x99\xb0\x78\xc0\xb2\x2c\xc2\x76\x8d\x70\x12\xea\x27\x0d\x21\x33\xfb\x32\xc1\x94\x8c\x92\x8e\x7f\xa6\x1a\xc3\x51\xe9\x87\xea\x66\x44\x6c\xbc\x1a\x4d\x00\x53\x8f\xde\xd5\xc2\x96\x83\xd9\x42\xf6\x77\xaf\xab\x23\xc8\xd5\xec\xb6\xe9\x01\x50\xe4\xb5\xa4\x58\x75\x3a\x53\x4b\x67\x53\x4c\xcd\x1b\xe1\xbb\x38\x54\x9c\x8b\x41\xc2\xda\x65\x9c\x95\xf5\x0d\x1a\x15\x56\x04\xaa\x92\xf9\xf8\x8c\x9c\xd8\xf7\x13\x71\x3e\xd7\xf0\xf4\xbf\x92\x6b\xeb\xdd\x66\x66\xd7\x4e\x2d\x9a\x93\xb4\x94\x84\xce\xca\xb9\xf0\x35\xe4\x5d\x00\x2f\x57\x33\x6e\xf6\x03\x5e\x49\xbc\xbf\xa6\xb5\xa8\xf8\xfb\x08\xed\x23\xd6\xad\x8f\xb4\xe2\x7b\x0a\x29\x72\x23\x86\x97\x14\x8b\x09\xb5\x46\x09\x5f\xf2\xa8\x42\xc8\xb7\x28\x8d\x67\x99\x0b\xf1\x9b\x41\x16\xb7\x6c\x35\xb5\x40\xa3\x08\x7a\x17\xef\xf1\x8a\xf1\x8a\x7e\xd7\xa8\xbc\x46\xc7\xa9\x52\x2f\x9e\xbb\xfa\x04\xb8\xf7\x7b\xd5\x87\xa9\x3c\x07\x73\xe8\x3f\x3b\xa4\xa6\x7f\x21\x79\x3c\xe4\x0f\x9b\x2e\x75\x82\x8d\x4d\x78\x17\x01\xa1\xee\x10\x7f\xe4\x03\xb1\xee\x3e\xd1\x01\x29\xe9\xc5\x5a\xb0\x2b\x11\x81\xcd\x9c\xec\xb3\xeb\x34\x63\x6c\x7b\x6e\x77\xc7\xf0\x28\xdc\x29\xcb\xae\xa9\xb5\xb4\x0a\xd4\x89\x0a\x1c\x5b\x49\xc7\xd1\xd0\xdc\x17\x41\x14\x8c\xbb\x2f\xc0\x64\x09\x8d\x03\x14\xf8\xeb\xba\x08\x96\xc1\x38\x0a\x80\xe7\x24\x44\xbb\xeb\x0a\xfa\x4e\xf8\x95\xd0\x38\x58\x05\x69\x10\x20\xdd\x99\xbb\x71\x16\xc1\xff\x83\x17\x7e\x70\x53\xad\x29\x38\xc2\x41\x7a\x01\x77\x20\x0b\xce\x31\x21\xac\xb2\xae\x3e\x80\xb6\x4b\x9a\xf3\x01\x13\xab\x21\xc0\xbc\xa2\xda\x47\xf9\x98\x3d\x97\x1b\x89\x3e\xa0\xc7\x1c\xbf\x3d\x01\x83\x67\xee\x75\x35\x9c\xac\xd3\x59\xf8\x5d\x2b\x0e\xff\x30\xe5\xc7\xc6\x01\x1e\xed\x90\x63\xf6\x5b\x47\x01\x68\x91\x13\x60\x3c\x88\x2f\xbf\x7f\xb6\xf1\x12\xa0\xb8\xad\x20\x2a\x5c\xfc\x0f\xb7\x08\x9e\x86\xdc\x0e\x0d\x7c\x18\xe9\xd1\x8e\xd7\x46\x74\x54\x1a\x57\x44\x5e\x14\xc3\xca\x04\x0d\xe3\xb7\xdf\x93\x1f\x7d\xb6\xb4\xf0\xef\xc2\x8c\xab\x6d\x0d\x3d\xb4\xe3\xb5\xbc\x99\x2e\xe2\xb6\x35\x3e\xc1\xa5\x8d\x15\xae\x31\xb1\x2a\x95\x14\x8d\x5b\x23\xd4\x21\x75\xe5\xb4\xb4\x63\xd1\x4e\x87\x4d\x9a\x79\x5e\x4e\xb6\xa5\x89\xaa\x53\xae\x8c\x5f\x54\x3d\xb1\xc1\x56\xc7\xac\x4b\xda\x1e\x6c\xf6\xcb\x8d\x0f\xd1\x38\xc3\x35\xce\x9d\x1b\x80\x45\x61\x0d\xd9\x9a\x13\xb9\x5d\x0a\xed\x53\x55\xd8\xb8\xa4\x0b\xbe\xf4\x72\xa8\xa8\xb7\x1b\x52\x2c\x0a\xaf\xf7\x34\xd3\x41\x53\x80\xb0\x6c\xc2\x70\x94\x85\xe1\x48\xd2\x61\xfa\xcb\xf9\xa9\x24\x30\xe1\xd4\x45\x4c\x8e\xc6\x34\x5e\xa8\x06\x25\x6f\x03\xc3\x53\x4a\xcb\x6a\xbe\xed\x04\x38\x59\x93\xed\xb2\x5a\xcd\xd6\x61\x58\xce\x6d\xa0\x70\xdd\x5b\xb4\x26\x6b\x6d\x48\x5b\x22\x5c\x92\x18\x61\xd9\x73\x11\x86\x6b\xdd\x61\x8c\x4b\x5c\xe0\x51\x8c\x63\x9c\xa3\xee\x74\xc8\x3a\x8d\xca\x6e\x4d\x18\xcf\x28\x81\xca\x36\xe1\x04\x42\x28\x35\xc1\x8f\xd6\x5e\xf0\xa3\xb5\x09\x7e\xb4\xf6\xb7\x5a\x32\x9f\x9d\xf5\x21\x49\x9a\x91\x04\x81\x5d\x17\xb0\xb2\x61\x18\xf9\xd4\x33\xc9\x30\x93\x17\x53\x24\xd7\xcd\x45\x9d\x76\x2b\x66\x08\x7e\xcc\x97\xf1\x4a\x8e\xae\xc6\x31\x5a\x74\x9a\xe0\xd3\x7a\x53\x16\x22\x42\xfe\xbe\x44\x6c\xde\x58\x13\xd7\xe6\x90\x4e\x8e\x09\x71\xa5\xcb\x83\x0a\x12\x84\xf5\x3e\x0c\x8e\xc6\xac\x95\x1c\x0d\x16\xe3\x31\x42\x33\x31\xaf\xdc\x14\x20\x11\xc0\x56\x11\xf7\x0a\x7d\x46\x9d\xe5\x47\xa8\x9a\x4c\x20\x52\xea\x2e\x42\x38\x77\x30\x17\xa7\xb5\x4b\x75\x26\xa1\xd2\x7d\x1e\xaf\x6c\xf4\x9c\xf1\x18\xdb\x59\x43\xa0\x54\xfb\x75\xbe\x1f\xb9\x65\x14\x61\xe8\x00\x2a\x0c\x65\x7b\xdd\xb3\x19\x86\x12\xbc\x2c\x0c\xc4\x58\xd5\x50\x33\xcb\x51\x18\x8a\xc9\x04\x47\x62\x5e\xb5\x2d\x77\xeb\x61\xef\x46\x43\x12\x46\x02\xbc\xcb\x3d\x35\xcf\x8b\x4d\xf7\x4e\x79\xa3\xd3\xa1\xd2\xee\x85\x8d\x73\x52\xdb\x4b\x9b\xe1\x44\xa5\x16\x2f\x71\x43\x72\x89\x29\x70\xe1\xbd\x16\x10\x33\x74\x43\x8a\x69\x89\xd7\xa4\x80\xf7\x3b\x22\x26\x0c\x5f\x13\x06\x2e\x40\x46\x5e\x72\x6d\x33\xaa\x5e\x77\xe4\x25\xbb\xb1\x49\xa7\xda\x4b\xc3\xf1\x06\xdd\x5c\x4f\x69\xf4\xc6\x09\x45\xae\x41\x28\x62\xea\x8d\xc9\x0e\x03\x4e\xd9\xe0\x35\xde\xe2\x06\x57\x38\x86\x79\x81\xda\xe1\xd7\xcd\xed\xf6\x41\x0b\xfb\x2b\xbd\xb1\xa6\x3e\x69\x10\x60\x65\xea\x24\x7f\x19\x63\xa3\x34\x08\xf6\xf8\x8f\xe1\xf6\x8c\xa2\x6b\x61\x7e\xa4\x37\xe6\x97\x36\x7d\x4d\x6f\xc0\xbe\x31\xbd\x91\xb4\xfb\xf3\x0d\x79\xf0\xe5\xfa\xaa\x67\xb4\xf5\xeb\xc6\xb7\x36\xfa\x72\x43\x8c\xe9\x92\xb6\x7f\xea\xbe\xff\x7e\x43\x1e\x7c\x88\x49\x53\xf7\xeb\x6f\x37\x64\x34\x8a\xbe\xdc\xb4\xed\xf7\x9b\xb6\x7d\xbe\x41\xf8\x8b\x0d\x19\x7d\xbb\x09\xc3\x07\x57\xca\x72\x4b\x7d\x5b\x0e\x75\xfd\xa3\xa9\x3a\x64\x7a\xd6\xad\xfa\xfb\x86\x04\x6f\xe9\xe5\xeb\x52\x7c\xc5\x99\x78\x71\xcd\xb9\xd8\x48\x72\xaf\x64\x27\x7f\x6c\xa6\xbd\x35\x52\x26\xa0\xf8\x27\xd3\xfc\xa0\x35\xda\xaf\x1b\x6b\x86\xf6\xf9\x86\xfc\xb4\x09\xc3\xe8\xc1\x77\xfc\xb2\xdc\xd2\x57\x0f\x5e\xbd\x1d\x0f\xad\x55\xdb\xfe\x0a\x61\x18\x5f\xf2\x26\xdf\x80\x6b\x56\x7d\x71\x8a\xf0\x2f\x1b\x72\x73\x9d\xe5\xe9\xe7\x9b\xb6\xf5\xcc\xcc\x7e\xdd\x78\xf6\x65\xca\x6f\xa4\x4e\x1f\xfc\x52\xb2\xa1\xf7\xdb\x92\x35\xef\xd2\x07\xdf\xca\x3f\xed\x3f\x93\x64\xa8\x4e\x49\xd3\x6f\x37\xb8\xa4\xbf\xbe\xa1\x55\x5d\x72\x96\x7e\xb9\x59\x78\x93\xff\x8e\xaf\x69\xdb\x3e\x4a\xbf\xdf\x2c\xc6\xdf\x6f\xe4\x4d\xff\x7c\xb3\x18\x3f\x87\x5f\x31\x86\xdd\x48\xbf\xd8\xa8\x1f\xb6\x89\x2f\x36\x8b\x71\xf4\xe0\xab\xb2\xa2\x05\x7f\x77\xcb\x06\xb4\xed\x32\xc6\xf1\x0a\xa9\xc6\x72\xd8\xaf\x74\x34\xfa\x71\xa3\x7f\xdb\x06\x7f\xdc\x2c\xc6\x3f\xea\x3e\x4b\x5e\xa7\x9f\x6f\x70\xc6\xd6\x15\x2f\xd7\xe9\x83\x67\xea\xc7\xab\xcb\x41\x40\x54\xdb\x9b\xfe\xbe\xc1\x75\x56\x64\x55\x99\xfe\xb4\xd1\x65\xb6\xf1\xdf\x61\xb4\xaf\x2e\x61\x43\x7f\xa1\x97\x7f\x2b\xc5\xdd\xf6\x8a\xdd\xa1\xeb\x04\x8c\xa9\xf2\xc3\x38\x06\x3b\x26\x4f\xe3\x22\x10\xd9\xe5\x04\x72\x0b\xa5\xc1\xe4\x9a\xff\x31\xb1\xcf\x7b\xfc\x9b\x47\x11\x52\x74\xf3\x13\x8f\x18\xd6\xc1\x35\x05\xf9\x06\x82\x92\x3b\x33\x37\x43\x99\x56\x86\x16\x35\xf4\x22\x43\x38\xaa\x88\xd0\xb9\x6c\x21\xd1\x3a\xf0\x09\x84\x62\x5f\xb5\xc8\x3e\x24\x3d\x1c\x7d\x27\x0e\x54\x1f\xa0\x39\xbf\x4d\x2a\xa1\x84\x16\x11\x6d\xdb\x9e\xba\x5d\xf2\x30\xa0\x90\xb5\x8d\xfb\xa2\x8e\x21\x05\x89\x27\xe8\x30\xd4\xa3\xe9\x3e\x72\x22\x0e\x67\xb3\xa4\x33\xd4\xcb\xa6\xc3\x30\x52\x61\x5e\x3a\x42\x3a\x70\xb8\xf4\xd5\x04\x87\x6d\xb8\x26\xd0\xbd\xc4\xdc\x67\x5d\x3d\x77\x6f\x94\xbe\xf0\xea\x28\x37\x65\x8d\xe7\xc0\xa7\xa6\x93\x7b\x9f\x59\xf7\x5f\x4d\x0e\x44\x62\x42\xd1\xb8\xb2\x12\x93\x87\x8f\x20\x33\x8d\x1d\xb4\x1b\xbe\x8e\xb7\x1d\x63\x8a\xc6\x51\xb5\xa8\x14\xd7\x28\x99\xc4\x7e\x15\x17\x6b\xd9\x0a\x54\x3a\x01\xe4\x80\x6e\x3c\xce\x9b\x4b\x96\x9f\x45\xfd\x46\x29\xea\xaa\x56\x8f\x0e\xee\xb0\x6f\x71\x6f\xd5\x41\xc7\x65\xcb\x6d\xf3\x42\xa4\x62\xd1\x07\x61\x4f\x89\xba\xe6\xd7\xcf\xc4\x11\xbe\xc8\x93\x63\xbc\xdd\x58\xe1\x1a\xf6\x36\xf2\x1e\x62\x71\xa7\x54\x57\xb2\x5e\x86\x05\x4f\x3b\x72\x5e\x27\xe5\x75\x5d\x28\x69\xad\x03\x49\x4f\x9b\xf0\x61\xaa\xc7\x7f\xfa\x03\x07\xf1\xc6\x0a\x61\xb6\x8f\x9e\x6d\x10\xfe\xe6\xa3\xb0\x0d\x1e\x88\x16\x7a\x3f\x36\x11\x22\x15\x7d\xac\x6a\x60\x76\x1b\x76\x93\x20\x23\xb1\x9b\x63\x91\x5d\x4e\x66\xa2\x52\x44\x42\x56\x7d\x1e\x95\x8e\xde\xab\x2d\xbd\x57\x1f\xe8\xc7\x72\x9b\x41\x3f\xf7\x04\x76\x2f\x45\x54\x21\xab\x13\xdb\xa2\x9b\x7a\x4a\xa3\xad\x23\xff\xea\x4e\x60\xfd\x21\x54\x5b\x53\xf1\x4c\x88\x6a\x10\xdc\xca\x22\x02\xab\x16\x77\x0a\xa6\xf9\x36\xab\x6b\xc0\x54\xf0\xeb\xfb\xec\x5a\x23\x25\xf7\xd6\xaf\x9e\xc9\xa6\x5d\x80\x7e\xf0\xab\xeb\xbd\x54\xe6\x6a\xc6\x08\x26\x12\xfd\xaf\x97\xc2\x39\x0a\xd3\x7b\x61\x3d\x67\x29\x4b\xbc\xb1\x89\xec\x4a\x16\x4d\x05\xff\x79\xb7\x33\xee\x84\x06\x3b\x99\x7b\x01\x61\x5f\xea\xff\xe8\xfe\x57\xc0\xe2\x3c\x3c\x90\x9f\x9b\xa5\xb5\xf0\xae\x12\xb5\x99\xce\xba\x75\x7a\xf7\x91\x71\x02\x3b\x18\x3f\x42\x08\xff\x7d\x1b\x7d\xce\x23\xe6\x24\x39\x08\xeb\x01\x02\xf4\x39\x40\xc4\xf7\x43\xf1\x4a\xb8\xd0\x41\xf4\xa3\x68\x14\xf5\x91\x7d\xa5\x06\x42\x7f\x77\xa3\x42\xa8\x6d\x69\x18\xf2\x39\x89\xdb\x56\x87\xbc\x31\x5c\x5a\x36\x27\x31\xe0\xff\x17\x1b\x3d\x18\xd9\xd7\xc2\x1d\x09\x38\x7e\x93\x04\x67\x93\xe4\x93\x90\xbc\x49\xeb\x15\x1b\x15\x5d\xac\x4e\xd6\x11\x2d\x74\x6d\x0d\x42\x86\x4e\x99\x36\x08\xc1\x5b\x52\x8e\x6d\x06\xf0\xed\x05\x95\xd3\x07\x49\x42\x39\xa7\x8b\x5c\x8b\x2b\xe8\xa4\x44\x69\x8e\x30\x9f\xc7\x61\x58\x82\x6a\x2e\xe2\x24\x43\xb8\x24\x5b\x9c\x8d\xc7\xe6\x60\x16\xea\x60\x16\xfd\x83\xe9\x29\x08\xf5\x15\x4a\x67\x87\xfa\x54\x42\x31\xf7\x5c\xe4\x7a\x1c\xbe\x09\xa1\xe2\xad\x9d\x4a\xe8\xce\xdc\x36\xe1\x0a\x72\x81\xdf\xff\x86\xf9\xcc\x43\xd2\x3d\x71\x39\xfa\x30\x74\xff\xb5\xdb\x7c\x1f\xd5\x3b\x3c\xfe\xcf\x9e\xbd\xe2\xa1\x99\xf7\x4c\x5c\x54\x72\xf2\xa4\x32\x49\x7f\x04\xe6\x44\xc8\x8d\x9e\xc5\x84\x88\x30\x64\x10\xdd\x14\x84\x49\xec\x82\xc4\x8b\x5f\x36\x53\x45\xb2\xb7\xed\x2f\x9b\x29\x70\x03\x6d\x1b\x89\x45\x54\x82\x2b\x61\x82\x52\x3e\x97\x4d\xf2\xf1\x58\x79\x16\xa2\x94\xcd\xe3\x45\x39\x99\xa8\x17\x7c\x3c\xd6\x59\x7c\xc1\xcc\x53\x72\xc8\x07\xbe\x06\x33\x65\xa5\xd2\x0d\xa2\xd2\x6c\x66\x0a\x8c\xea\x65\x94\x2d\xb2\x79\x9c\xca\xf1\xa0\x45\x9c\xd6\x4e\x66\x62\xb6\xf8\x97\xcd\x54\x71\x01\x4a\xda\x16\x13\x92\x4f\xdf\x96\x6b\xc8\x63\x98\x13\xe5\x80\xeb\x84\xb5\x45\xc9\xd6\xea\x64\xd7\x43\xbe\xd2\x27\x54\x7d\xbb\x97\x47\x32\x47\x38\x5b\x14\x9b\x28\xc7\xd9\x3c\x46\x69\xde\xb6\x20\x7e\x96\x43\xfb\xea\xc3\xae\x58\xe5\xb9\x00\xca\xaa\x21\xa2\x9e\xf7\xae\xbd\xb7\xe5\xfa\x8a\x4a\xb2\xde\x06\x47\xab\x30\x9f\xd6\xe5\x9a\x92\x12\x73\x70\x99\xf8\x45\x55\x01\xc1\x13\x1f\xbc\x91\xee\xa0\xe8\x3a\x71\xeb\x55\x87\xb8\x73\x84\x74\xe4\x58\x88\xcf\x73\x78\x9a\x26\x84\x7a\x44\xdc\x20\x5e\xf7\x55\x98\x5e\x2f\x3a\x83\xa1\xc5\xdd\x12\xa3\x9b\x1c\x1c\xae\xae\x9b\xe3\x41\x81\xd5\xe5\xd9\xcf\x71\xaf\x86\x67\x79\xe8\xdf\x12\xba\x7f\xc1\x6d\x89\xb3\x02\x44\x1e\xa3\xd0\xf3\xb7\x20\xda\x15\x03\xdd\x5f\xad\x61\x97\xee\xc3\xef\x8d\x51\x24\x8f\xd4\xe1\xb5\xe1\xcf\xc0\x44\x40\xac\x74\x01\xdc\x1f\x17\xf1\x5d\x37\x48\x07\x19\x2a\x86\xc1\xd0\xcd\x46\xad\xa4\x37\x57\x74\x2f\x8e\xbb\x34\x3e\x27\x36\xb2\x1f\xe9\xf4\x4c\x7b\x73\xa0\x0a\x86\x89\x5d\x9e\xfe\xb4\xac\xce\x4d\x72\x5c\x87\xa5\x66\x0e\xfa\x0d\xfd\x3d\x32\xb5\x8c\x75\x84\x43\xdf\x3e\xeb\x17\x86\xa3\x03\xa0\x8a\xfa\x30\xe3\xb5\xac\xbf\x34\xc7\xd0\x1c\x0f\x7f\x49\xee\xd0\xea\x0e\xa8\xda\xee\xa5\xd4\x3d\xf1\xe7\xe7\x7d\xe1\x73\x99\x77\xd9\xa9\x7a\x51\x5a\xbb\x68\xf5\xeb\xad\xce\xa6\xd4\xd3\xff\x5b\xb5\x3f\xa2\xce\x04\xc0\xe8\xc6\xdc\x11\xc1\x8c\x80\x69\x5b\x2d\x32\x41\xa7\x6b\x9e\xe3\xaa\x6f\x42\x6a\x55\xc4\x0b\xa6\xd9\xbf\x0a\x57\x3e\x4f\x84\x52\x33\x88\x0f\xb9\x47\x63\x42\xe8\xe2\xed\x66\x7a\xe9\xb9\xea\x03\x21\xf8\x76\x33\x05\x9b\x67\x8f\x17\xea\xce\xfc\xde\x1c\xdd\xb0\x4d\xe7\xed\x77\xb3\xa7\xa8\x92\x68\xa3\x7f\xb5\x61\x95\xcc\x09\x6e\x38\x76\x78\xc3\x79\xf6\x0c\x17\xf1\xc2\x69\x1a\xd2\x78\x56\x11\xb6\x2c\x57\x78\x14\xc9\x37\x31\x21\x65\x5a\xba\xdc\x82\x93\xa4\x6d\xab\xa9\xe0\xbb\x79\xa5\xbd\xa5\xd0\xac\x1c\x43\x23\x60\xb0\xe6\x65\x1b\x95\xe7\xeb\x22\x76\x3a\x3b\xab\x08\x98\x93\x78\x51\xa5\xc5\x26\xaa\xb0\xac\xf6\x21\xba\xe3\xe4\x1e\x1a\xdb\x21\xca\xda\xd6\xee\x11\xd7\xfe\x29\xf5\x81\xff\x00\xc9\xdf\x9d\x80\xb3\x23\x68\x91\xec\xbd\xe4\xaf\x9a\x5a\x70\xd0\x02\xb7\x2d\x43\xba\x8a\xcf\x2c\xff\xf5\x83\x6e\x72\x97\x08\xd2\x5d\xdf\x42\x5b\x8e\xc0\xb3\x65\x6e\xd1\xd0\xa5\x7c\x1b\xac\x7b\x16\x4d\x1a\xdf\x30\x48\x92\xb3\x83\xb3\x27\x39\x63\x41\xdf\x79\x27\xec\x1f\xca\xe3\x93\xe1\x0a\x1f\x0b\x70\x63\xba\x83\x10\x37\x83\xe4\x8e\x96\x81\x54\xd8\x46\x36\x93\xdc\xf6\x81\x0f\x29\xda\x4b\xda\xee\xbe\x75\xef\x43\x15\x1c\xbd\x97\xbd\xef\xef\x25\x1a\xf2\x0e\xa1\x5e\xb6\x0a\x62\x88\xaa\x65\x83\x78\xa2\xde\xb2\x55\x8b\x9f\x37\xe6\xd6\x45\xa9\x9d\x48\x87\xf4\xf9\x70\x24\x9f\x7c\x92\x0f\xc1\xbd\x91\xcc\xbd\xe6\xf7\x0f\x3b\x3f\x7c\x2c\x89\x29\x9d\x9a\x2e\xc1\x30\xb7\x0b\x1a\x5d\x19\x53\xa9\x38\x0e\x84\x52\xf7\x70\xf7\xf9\x87\xbb\x65\xf6\x61\x58\x40\x2b\x95\x23\x4a\xba\x30\x01\xf3\x44\x9e\xaa\x99\xb6\x2d\xf5\xcc\xb9\x3e\xc8\xea\x45\x1d\xfb\xaf\x7c\xc6\xe9\x1f\x3d\xd5\x64\x59\x44\xcc\x27\x5b\xbe\xd9\x38\x75\x25\x93\xd3\x39\xce\x0a\xdf\x2a\x70\xc2\x5b\x52\x6d\x94\x8d\x2e\xae\x20\xe9\xf4\xe2\xf0\xf0\xa4\xb9\x67\xd0\x4a\xe7\x0d\xa0\xee\x26\x0c\xf3\xa9\x26\x39\x23\x24\x89\x39\xbd\x3f\x5b\xb3\xd9\xb9\x1e\x7c\x5a\x42\x76\x5a\x81\x66\x74\x42\x9a\xbb\xd8\x66\xdd\x4a\x09\x7e\x8a\x5a\x64\x39\x49\x6c\x39\xd3\xe6\xc4\x0b\x15\xc7\x39\x95\xf5\x60\xff\xed\xd2\xfd\xec\xb9\x86\x1f\x5b\xb6\x52\x65\x9e\x1a\x5a\x36\x93\x82\xaa\xec\xa6\xa0\xd2\x79\xc3\x4b\x97\x7f\x0a\xe7\x72\xe9\x32\xbd\x74\x10\x37\xdc\x3c\x52\x6b\x4e\x52\x8f\xa3\xdc\x1c\xee\x0c\x57\x28\xcd\xa6\x3d\xfc\x01\xd3\x40\x60\x14\x3d\xb4\xf4\x59\x4f\x0b\xbc\x55\x19\xaa\xb6\xfd\x0c\x55\xd6\x6e\x9f\xf5\xec\xad\x3d\x6c\x32\x80\x16\x2d\xe2\x1e\x1c\x16\x30\x95\xff\xfa\x5f\xd3\x12\x01\xd9\xfd\x51\x5a\xa2\xbb\x4c\xc5\x3e\xc2\x3e\xec\xe4\x4e\xb6\xe0\x0e\x89\x55\xe7\xf6\xd2\xf2\x19\xe0\x53\xef\xba\x79\xac\x43\x19\x18\x73\x2b\x0a\xf8\x88\xc4\x30\x28\xaf\xaf\x02\x34\xf3\x05\xb4\x41\x7e\x3d\x51\x68\xe9\xf3\xa6\x28\x68\x15\xe0\x9e\xd0\x35\xc8\xaa\x32\x9b\x6c\xca\xf5\x9a\xb2\x00\x07\xa2\x6a\x68\x80\x70\x57\x32\xba\xff\x14\x26\xf2\x1e\xa4\xf2\x00\x95\x7c\xef\xfb\x74\xc8\x2a\xef\x4f\x26\x9b\x3b\x64\x8e\x26\x9a\xa1\x83\x92\x5d\x39\xe2\x39\x42\x98\x91\xa1\x6b\xd0\x70\x27\xf2\x0e\x5c\x38\x9c\xe2\x25\xa5\x4e\x27\xca\xb3\x79\xc6\xc2\xb0\xba\x20\x31\x58\xde\x88\x79\xbc\xa8\x2e\xe2\xb4\x9a\xb3\x03\x0b\x55\xed\xc1\xc6\x3c\x13\xfc\xb1\x00\x7f\x8a\xd2\x07\xd3\xdf\x36\xc6\xd8\xb8\xf4\x6e\xcf\x79\xbc\x28\x2d\x0f\x2d\xf1\x6e\x59\x44\xdc\xe0\x03\xbe\xaf\xc6\x44\xb8\x08\xd5\x7d\x04\x09\x71\xf6\x94\xb9\xba\x41\x7a\x80\x52\x9c\x57\x0a\xc4\xf6\x0a\xc3\xe0\xf3\x9f\x02\x42\xb2\x7e\xe4\x8a\x93\xec\x80\xe5\x58\xc6\x2b\xed\x9b\x50\x59\x5f\xf2\xc3\x55\x62\x92\xdb\x37\x91\x2b\x9c\xd3\xb9\x46\x0e\x7b\x85\x46\x2c\xf4\xf5\xf9\x0a\x26\xc7\x2d\xd9\x0f\xa1\xd9\x0f\xf9\xac\x7e\x5d\xc0\x85\xbd\x50\x61\x1a\x04\x44\x80\xd0\xb1\x1a\x84\x8a\x03\x01\x61\x1a\x98\x1f\xf1\xc1\x7c\xba\x4f\xc5\x87\x12\x51\x8e\x93\x1c\x90\x87\x7e\xb6\x39\x8c\xdc\xaa\x82\xac\x79\xbe\xee\x95\x67\x42\xbe\xac\x56\x38\x23\xe5\x98\x7b\x37\xb0\xbc\xd2\x95\xdb\x50\xe7\xfa\x55\xb7\xdd\x45\x19\x86\x6c\x0e\x76\x6a\x7d\x87\x11\xbb\x43\xdc\x91\xe0\x6c\x52\x02\x78\xb0\x39\x29\xb5\xdd\x56\x49\xb2\xfd\x5e\x79\x08\x5d\xc4\x10\x47\x56\x7b\xf3\x09\xeb\x06\xa2\x1c\xfa\x06\xdb\xb6\xbc\xaf\x63\x35\x34\x85\x4e\x71\xec\xdd\xd2\x7f\xdf\xf4\x73\x42\x3a\x9b\xc7\x19\x58\xdb\x89\x3e\x5c\x96\x96\x53\x8c\x2a\x52\x2e\x4b\xcf\x50\xad\x57\xd3\x53\x66\x28\x4d\xc6\xe2\xef\x92\x43\x70\x40\x07\xa9\xa4\x27\x09\x4a\xa3\xd2\x65\x1a\xf5\x54\x6f\x14\x21\xec\xec\xaa\xac\x2d\x82\x1d\xfd\xd7\x47\xf7\xb1\x9c\xd3\x03\x7f\x21\x3f\x6a\x9e\xef\x10\x80\x33\x52\xd9\x9d\xc5\x35\xd1\xc9\xf0\xcb\x22\x92\xfb\x11\xb7\x6d\x46\x6c\x5c\xdf\xb6\xf5\xb6\xfb\x22\x5e\x64\x17\x44\xa4\xd9\x85\x00\x09\xda\x3c\x6b\xdb\x72\x9c\x10\x72\xd0\x77\xdb\x46\x75\xa7\xd3\x71\xb2\x42\xf6\x5d\xed\x37\x69\xdd\x2d\x61\x04\x99\x24\x21\x6e\x20\x36\x7c\x07\xca\x72\xce\x44\xc9\x1a\x3a\xcb\x09\x23\x13\xef\xe5\x5e\x59\xae\x72\x87\x87\x6c\xd2\xd7\x18\x8b\x49\x85\x30\xb3\x87\x35\x0f\xc3\xed\xa2\xd8\x44\x5b\xcc\xe6\x31\x4a\xb7\xfb\x8a\x64\x5a\x5f\x42\x0f\x71\xcd\xa8\x41\x3e\xef\x78\x0c\x39\xcf\x94\xa7\x21\xdf\x44\x8d\xed\xa8\x58\x16\x0e\x4a\xb4\xa0\xdc\x6e\xe2\xdf\x36\x3d\x47\xb2\x93\x92\x9d\x50\x14\xc0\xdd\x1a\xa8\x20\x3e\xea\xa2\x5d\xe8\xbf\x63\x12\x9c\x04\x63\x7d\xfb\xa6\x3a\x86\xa3\xae\x08\x0f\x0b\xfd\x77\x4c\x82\x99\xac\xa8\x4c\xdd\x84\x0e\xe6\xbc\x9a\x1d\x46\x11\xfa\x4f\x17\x99\x89\xba\xc8\xb5\x2a\x62\xd0\x88\xb6\xad\x75\x78\xd1\x11\x81\x18\xf9\x01\x22\xc0\x4e\x5f\xd3\xf7\x75\x44\x11\xae\x3a\x05\x0a\xd9\x33\x1b\xd6\xba\x3a\x1a\xd6\x5a\xa9\xd4\xd8\xac\x9c\xf3\x03\x38\xcd\x08\x5f\x96\x70\xdb\x80\x33\x9a\x45\xd1\x19\x6a\x5b\xba\xcc\x56\x23\x42\xc4\x32\x5b\xd9\x46\xf7\x96\x97\xb1\xf3\xfa\xaf\x9e\xe6\xc7\xc8\x9c\x5c\xf8\xc6\x52\x05\x62\x65\x61\x08\xbf\x98\x64\xa0\x7a\x51\x14\xe4\x39\x57\x13\xb2\x5f\x71\xa8\x8b\x44\x18\x8a\x25\x5f\x11\xc2\x96\x7c\x25\xbf\xec\x90\x3c\x15\xe1\x58\xbe\xb0\x69\xa3\x47\xd5\xfe\x37\xdf\x38\xde\x2a\xee\xbf\x1a\x2c\xfd\xd7\x60\xe9\x3b\xa5\xff\xa1\xeb\x7b\xc4\x1f\xf8\xd0\x00\x3b\x1e\xa1\x6a\x15\x11\xf7\x73\xb2\xb9\x57\x1e\x39\xe0\x4f\x95\xae\xaf\x2b\xcd\xee\x88\xb1\x95\xf2\xe1\x77\x5f\xaa\x4b\x6b\x51\x5e\x67\x82\xae\x55\xd4\xa2\x23\x97\xde\xe4\x43\x9d\x84\x1c\x29\xe7\x24\x61\xf7\x92\x4a\x1c\xe3\xee\xc1\xed\xd7\xc4\x89\x10\x6b\x32\x44\xdf\x2f\xe9\x54\x5e\xdc\x24\x5e\x11\xe5\xd6\x82\x65\x91\x92\xb3\x2b\xd7\x6b\x92\xac\x48\xe0\x17\xf8\x55\x94\x1d\xf7\xa9\xad\xa1\xdd\xf9\x5d\x05\x88\x09\x40\xce\x6c\x05\x1d\xa9\x88\xee\x23\xb1\x6e\xdb\x48\xac\xc9\xcd\x1e\x21\xcc\xd6\x1f\xac\xa4\xb3\xc6\xc9\x43\x5c\x55\xd6\xe7\xaa\x4c\xde\x0f\x42\x71\x66\xb3\x64\x54\x38\x33\x9a\x83\x12\x67\xd3\x7a\x47\x73\xc2\x71\x36\xc4\x7a\x6d\x60\xab\x7f\xa2\x5b\xfa\x26\x63\xc7\xb6\xdc\x03\xc1\x4d\x56\x1b\xe8\x38\xc6\x86\x8d\x3c\xe9\x49\x57\xa0\xda\x03\xb0\x0b\x09\x4a\x56\xa2\x2a\xef\xee\x3b\x4c\xa5\xaa\xb5\x0f\xae\xaa\xd1\xe3\x04\xbe\xe2\xe9\xda\x36\xc6\x8c\x8c\x46\x74\x7a\xb9\xe5\xf9\xff\x4f\xde\x9f\x30\xb9\x6d\x24\x6b\xa3\xf0\x5f\x69\xf2\x9b\x83\x40\x99\x45\x0a\xa4\x24\x5b\x06\x58\x64\x68\xf3\x32\x23\x59\x3e\x92\x66\x3c\x3e\x6d\xbe\x0e\x34\x50\x6c\xc2\x02\x51\x30\x00\xf6\xe2\x26\xff\xfb\x17\x95\xb5\x03\x20\xbb\xe5\x39\x33\xf1\xde\x7b\xe5\x08\x37\x01\xd4\xbe\x64\x65\xe5\xf2\xe4\x27\xdb\x83\x8c\x81\x3f\xee\x88\x14\xcb\x66\x11\x2c\x1f\xd3\x67\xe1\xf8\x09\x7d\x16\xf2\x87\x29\x7f\x98\xd2\x67\x20\x5b\x50\xda\x17\x71\xa6\xe0\xc1\x14\xb5\x3d\x11\x4f\x40\x5c\xe0\xca\xaa\x1c\xe0\x94\xb2\xfa\x05\x7f\xf8\x36\x2e\x51\x43\xc6\x4f\xe9\x33\x5c\x90\x27\xf4\x99\x09\x48\x97\x91\x98\xb7\xac\x42\x51\x43\xfc\x4c\xcc\xf1\xb2\x5a\x8e\xa1\x85\xd3\xf0\x29\x7d\x86\xc6\x53\x5c\x90\xe9\xc8\xcf\xf8\x9c\x2f\xab\xe5\x8c\x3e\x0b\xa7\xe1\xf8\x4b\xfa\xcc\xe1\xc4\x44\x0f\x41\xb2\xd4\xee\x84\xa5\x48\xca\xb3\xe2\x14\x4d\xe1\x05\x65\xce\xc8\xf7\xa2\x66\x7d\xb6\x13\x9d\xed\xa5\x6b\x74\xe9\x1f\xd7\x13\xb6\xf6\x6d\x23\x83\x9b\x35\x8a\x8a\x74\x52\xb0\x82\x12\x15\x6c\x5d\x20\xd3\x7f\xde\xe6\x52\xc2\x0a\xb3\x9f\x22\x33\xda\x08\xf3\x6b\x15\x0c\x35\xe7\xc1\xf9\xb0\xca\x16\xb9\x92\x0c\xcc\x96\x62\x0a\x70\xbc\x14\x03\x2e\x3c\x2f\x28\x42\xca\xb0\x87\x50\xf5\x6b\xbf\x1f\xd6\x65\x5c\x0c\x71\x25\xb8\x08\x22\xb9\x89\xfd\x7e\xc8\xdf\x81\x55\x14\xb1\x81\x83\xe4\xe4\xf4\x0a\x49\xee\x85\x6c\x13\x72\xc9\x3e\x9d\xad\x6a\x98\x69\x99\x32\x21\x85\x56\xa9\x66\x79\xde\x5f\x55\x00\x16\xde\x32\x4c\xa5\x61\x97\x59\xed\xc7\xe0\xd8\xfe\x25\x17\x2f\x80\x4b\xa0\x0b\xd2\x1c\x81\xb5\x7f\x1b\x57\x9f\xce\x52\x9a\xb0\x0a\x64\xe0\xf5\xd9\x36\xbe\x3d\x2b\x58\x73\x76\x41\xcf\x60\x31\x18\x3f\xc8\x3e\x79\xaf\x6c\x74\xc7\xa0\xca\x5a\x61\x45\x8a\xa2\x2a\xb5\xd8\x00\x11\x2d\x45\x72\x61\xd9\xe7\x2e\xb3\x3e\xfd\x8c\xa9\x78\x3c\xa3\xcf\xc4\xff\xe4\xc2\xf9\xec\xc9\x6e\xcf\xb1\x9a\x35\x4e\xe7\xad\xc5\x84\x69\xfb\xcd\x7f\x64\x26\x9b\x01\xa1\x47\x66\xf2\x4d\x56\x50\x6b\x26\xcf\xa0\x15\xf5\xd9\x76\x57\xc3\x64\xfe\x41\x2b\x36\x96\xb2\xc0\xff\x8d\x29\xcd\xec\x29\xdd\xc6\xe5\x5b\x7e\x7b\xbd\xd8\x4d\x3e\x56\x71\xf2\x49\x9c\xf9\x38\xeb\x99\x76\xe1\x42\xc9\xfe\xcc\xd1\x8d\x63\x5c\xcb\xab\x55\xdf\xf1\x9d\x38\xa4\x84\xe7\x88\x81\x72\xc0\xe9\x40\x18\x4e\x26\x59\xfd\x5e\x1c\x29\xa4\xc6\x89\x6e\x34\x5b\x56\x73\x12\x2c\xdd\xb6\x87\xea\x51\xf8\x97\xa9\xa7\x57\x34\xc7\x49\xdf\x9a\xe2\x5d\x3c\x69\x89\xaf\x99\x09\x61\xbc\x21\xb9\x89\x65\x93\xda\x3c\x4f\xd8\x4a\x4a\x02\x93\x40\xb6\x4b\x3f\x4b\x77\x48\xfc\x19\xac\x86\x68\x09\x8c\xc7\x7e\xff\x19\xac\x04\x79\x6a\xd8\xd8\xcf\xd9\x3b\x7e\xd3\x52\x6c\x69\x53\x8b\x86\x90\x8a\x37\xc1\x6f\x3c\xaf\x82\xdb\xa1\x32\x79\x41\x48\x05\x5d\x17\xf3\x46\xe4\xf1\xae\xac\x45\x35\x4f\x46\xac\x68\xc7\x8a\xe3\x96\x2c\x1a\xd1\xf1\x9e\x22\x69\xfa\xf8\x1f\xd9\x9b\xbc\x09\x7a\x89\x79\x9e\x4f\x17\x8d\xd0\xcd\xb7\xdb\xbe\x08\xdc\x06\x83\xd0\xe9\x34\x24\x16\xb4\xfb\x6c\xcd\xaa\x33\xc9\x15\xf1\xba\xad\xed\x3e\x14\x96\x76\xed\x36\x9c\xa0\x17\x62\x15\x39\xb4\x3f\x89\x8b\x33\x56\xe4\xb7\x67\x9b\xf8\xca\xa1\x18\x92\x98\xfc\xaf\x10\x0e\xbd\xaf\x81\x33\xf8\xd7\xf8\x1a\x5c\x10\x3a\xc9\x8a\x24\xdf\xd5\xd9\x15\x55\x28\x67\xd6\xab\xd7\x9a\xd3\x38\x13\x0a\xc8\x02\xc0\xb2\xac\x14\x4a\x33\x29\x80\x62\x9c\x0f\x77\x30\x61\xd2\x3f\x88\xe7\xd4\x2d\x2a\x96\x45\xd8\x60\x5a\xa4\xea\x63\x65\x7d\xac\x96\x55\xd8\x58\xce\x91\x75\xea\x5e\xe0\x3b\x7d\x7d\xdc\xdb\xd7\xc7\xf6\x1a\x7b\x0c\x4e\x54\x96\x8d\x08\x04\x85\xf6\xbc\xe2\x3c\x5b\x8d\xaa\x05\xa1\x4b\xfe\x8b\x68\x41\x11\x08\xc5\x1a\x14\xaa\xb8\x3d\x7c\x0e\xd8\x51\x6a\x9c\x7c\x16\x35\x56\xfa\xdf\x1e\x12\x4c\xc9\x11\x63\x09\x64\x2e\xff\xe7\x2b\x2d\x10\x24\x01\x16\x00\xd1\x60\xdc\x2d\xa5\x76\x8a\x33\x12\x46\x7e\xae\xfb\x3d\xa6\x7d\xb4\xf7\x01\xb6\x77\xd9\xda\xaf\x64\x50\x46\xd7\xf0\xce\x0a\x32\xa6\x74\x16\x60\x7e\x53\xc5\x45\xbd\xa6\x95\xb2\x61\x30\xda\x54\x63\xb5\xfe\x8a\x26\x0c\x8c\xec\xa0\xb9\x02\xc4\x07\x9f\xb4\xe2\xc6\x31\xc2\xd6\x8d\xfd\x21\x4e\x39\x40\x58\xec\x31\x10\xa4\x51\x3f\xe3\x7e\x53\xb0\x46\x46\x97\x32\x56\xc9\x80\x93\x81\x70\x46\xaa\x49\x86\x19\xa9\x26\x6c\xbd\x8e\x18\x40\xe8\xc4\x65\x49\x8b\xd4\x35\x9b\x3e\xcf\x56\xd2\x7a\x9b\x21\x1c\xb4\x80\x0c\xf8\x47\xe1\x44\xcc\xba\x1f\x5a\x2e\xd3\x01\xcf\x9d\x8d\x46\x36\xc0\x4a\x16\xc5\xfd\x78\x50\x31\xc4\x1c\xe9\x6d\x4f\xbc\xc2\x81\x28\x23\xca\x38\xfd\x54\xfd\x36\x55\x1b\x27\x6e\x19\x7c\xd7\x42\x17\xc8\x56\xc6\xa4\xa0\x0b\x28\x62\x99\x89\x67\x3d\xbe\x4c\x8e\x8d\xb9\x51\x63\x58\x6b\xe4\x21\xf8\x3e\x76\x91\xd4\xb1\x8f\x01\x13\xd7\xee\x46\x20\x0a\x89\x41\xbd\x5f\x9a\xeb\x43\xe8\x7e\xc1\xee\xa3\xda\x49\xaa\x74\x01\x28\xe4\x60\x12\xd1\xa4\x37\x56\x74\xeb\x8e\xe2\x1a\xee\xfa\xad\x5a\xac\x94\xed\x1e\x2a\x9c\x6d\x71\x09\xb3\x10\x4c\x61\x6a\xfb\x2d\x61\xfe\xdb\xb1\x81\x37\x11\x87\x39\x63\x7b\xac\xbd\x5a\x18\xd1\xe2\xce\x0b\xf5\x0e\xee\x5e\x91\xb6\x07\x15\x0d\xfa\xdb\x46\x59\x04\xc1\x33\x04\x60\x83\xa8\xb3\xad\x44\x77\x42\x3c\x5d\x1c\x3a\x89\xff\xd7\xbd\x04\x4e\x79\xea\x74\xa0\xed\xff\x65\x7f\x1c\x18\x36\x4d\xf0\x5a\x5e\x39\xfe\xdb\x4d\xdb\xf4\x1a\xac\xa6\x1d\x45\xb9\x10\x6b\x1c\x5d\x10\x4b\xbe\xe2\x14\x2a\x75\xe8\xb4\xf6\x98\x42\x3e\xcd\xae\x86\xe8\x7f\xa5\x3e\xac\x4f\x53\x37\xbd\xe7\xf9\xff\xd3\x9e\x8b\xd6\x16\x12\x77\xf2\x56\x23\xde\x64\x75\x33\x89\xd3\xd4\xd7\x0d\x41\xfd\x1b\xee\xf3\x7c\x8e\x2c\x84\x6e\x5d\x9f\x51\xd7\x54\x9e\xf7\x7c\x23\x41\x05\x1d\xa5\x9c\x40\x18\x74\xf5\x3a\x9c\x97\xb6\xc8\xd4\x7e\x3f\x7c\xf1\x7e\x38\x20\x95\xb5\x62\x02\x42\x14\xb0\x87\xdf\x10\x5d\xb4\x6d\x79\xd5\x28\x90\x8f\x66\x62\xac\xad\x90\xe7\xf9\x83\x9f\x36\x93\x8c\xd5\xaa\x12\x4d\x33\x6b\xb6\xa5\xbd\xf1\xfa\xa8\xab\x5a\x3f\x20\x84\x94\x22\xfe\xd8\xf4\xbf\x78\xcf\x59\xd8\x49\xb2\xfd\x1e\xe4\xde\x64\x60\xc8\x97\x3c\x10\x04\x3e\x4f\x66\x99\x58\x6c\x69\x5c\xef\x2a\xf0\x4a\xfe\x90\xfd\xd1\x67\x6a\x61\xd9\x4a\x77\xf4\x79\xd6\x80\x2d\x66\xda\xe8\x0a\xd4\x2b\xc0\xe0\x60\x11\xe0\xf6\xb8\x8b\x54\x21\x0d\x9c\x28\x29\x3a\x06\x4e\x9c\x95\xd4\x90\xad\x2d\xa6\xe3\xb7\x0d\xea\xd4\x96\x11\xb6\xf1\x2b\xd8\x72\x91\x88\x31\x91\xb5\x8e\x74\x48\xda\x8c\x48\x76\x1e\xac\xa4\x13\x8b\x01\xd9\x2d\x5c\x90\xdd\xc2\x32\x00\xbb\xe3\x2b\x56\x5c\xe4\xc2\xfb\xcc\x32\x26\xe2\x1a\x89\x93\x4d\x2c\xe2\x2e\x84\xcd\x23\x6b\x98\x3e\xd3\x87\xf5\xdb\x3e\x82\xfe\x19\xe8\x52\x27\xef\xd4\x29\xa8\x20\x2c\x11\xf7\x3a\xbb\x0f\xdf\xd2\x58\x08\x74\x35\xcb\x55\xaf\x66\xb9\xc7\x66\x20\x5e\x10\xa1\x64\x64\x2e\x1f\xa9\x2c\x02\x44\x9a\x06\xc9\x18\xe4\x24\x1e\xb1\x2e\x7c\xa4\x54\xc5\x18\x2b\xe5\xfc\xf3\xe5\x21\xff\xb2\xbf\x11\x1f\x5e\xf0\x37\x72\x38\xec\x07\xba\x1f\xfd\x3f\xda\xdf\xe5\x3f\xe3\x92\x70\x0f\x7b\x6f\xb7\x8f\x46\x4e\x5f\x24\xf3\x6e\x99\xbf\x29\xb1\x89\x8c\xe3\xce\x0f\x16\x13\xf2\xe0\xc4\xed\xa0\x72\x01\xfa\x00\xcf\xb1\x7f\x43\xdd\x6c\xfe\xbf\xea\xed\xf5\x40\x73\x24\xd1\xaa\x2e\xd0\xfb\x55\x46\xaf\x8d\xcf\x8c\xc2\x63\xd8\xb8\xd0\xeb\xe6\xf9\x75\x91\xf6\x3b\xc9\xfc\x09\x3b\xbc\x3f\x61\x89\x09\x9b\x9e\xe8\x55\xc4\x5f\xf5\x79\x67\xb9\xbb\xd3\x76\xd0\xa2\x96\x77\x96\x95\xea\x3f\xe2\xa0\xe5\x6c\x12\x75\xd1\x6c\x2d\x79\x62\x4b\x0c\xfe\x6f\x71\xe9\xfa\xcf\xbb\xd2\xe8\x93\x65\x77\xcc\xc8\x42\x07\xdc\x6a\xc3\x15\xa6\x2c\xe9\x41\x2a\xa4\x45\xaa\xb0\x0a\xd3\xac\x8e\xf3\x9c\x5d\x83\xa6\xf5\xf5\x7a\x4d\x93\xa6\xfe\x86\x55\xea\xee\x2c\x37\x1c\x04\x52\x85\xe7\x5d\xc5\xaf\x70\xd6\x36\x16\x13\x24\xb6\x86\x8a\xb4\xc4\x39\xbc\xac\xb8\x14\xa6\xb7\xea\x65\xdc\x08\xe8\xb0\x1f\x59\xad\x19\x42\x56\xd2\x42\xe4\x1c\x4f\xcd\x9b\xd7\x45\xaa\x9f\x01\xa7\x64\x38\x34\x0f\xef\xd6\x6b\x55\x62\x02\xe5\x91\x66\x92\x71\x1a\xae\xac\x77\x3f\x65\x25\x29\xfa\x2c\x4d\x4a\x56\xbf\xe4\xf4\x81\xf6\x6d\x49\x9b\xb9\x14\x7d\x6e\xd9\x08\x75\x3a\x2b\xe7\x8d\xd3\x09\xce\x95\x3d\x6f\x34\xa1\x40\x10\x50\x6f\xa0\x1d\xee\x22\x17\xab\x94\x17\x7e\xde\x53\x93\xf1\x93\x1e\x50\x07\xe8\x6d\xe0\x3b\x7b\x3f\x4f\xad\xcd\xef\x6a\x14\x1c\xb7\xd7\x37\x7d\xda\x6a\x77\xa5\xcb\xe9\x54\x44\x5e\xb5\x47\x18\xff\x39\xf3\x4d\xaf\xcf\x92\x14\xf5\xcd\x24\x72\x56\x86\x6e\xc0\x3a\xdf\xd5\x1b\x65\x7c\x7d\x0c\x99\xd9\x5e\x27\xda\xd9\x5f\x14\xa4\x24\x47\xeb\xd4\xe7\x95\xff\xbc\xf1\xc7\x53\xc4\xd7\xb5\xb6\xd2\xef\x5d\x6b\x8e\xb4\x01\x16\xf5\x4f\x47\xad\x1f\x20\xbf\xd5\x4e\xff\x7c\x85\x8e\x2d\x73\x67\x68\xac\x71\x16\xa1\xde\x7b\x31\x39\x96\x7d\xed\x0b\x8f\x57\x6a\xd6\xa7\xaf\x28\xb0\x9c\x45\xcb\x75\xe6\x62\x97\xe5\xa9\x38\xda\xfa\x71\x6e\x44\x38\x9e\x45\x10\x99\xa0\xc1\x6a\xdb\x58\x78\x3f\xb6\x41\xb5\x92\x2c\xc2\x9c\x02\xcc\x8d\xaf\x77\x92\x10\x32\x0a\xef\x0e\xc6\xaf\xaa\x59\x41\x5f\xf0\xa5\x89\x63\x52\x89\x3b\x92\xaa\x05\x36\x5e\x80\xe3\x6e\xe8\x97\xf7\x71\x71\xc6\x76\xcd\x19\x5b\x9f\xf1\xca\x75\xc4\x97\xeb\x0d\x2d\xce\xd2\x2a\xbe\xce\x8a\xcb\xb3\xac\xe0\x65\x43\x14\x98\x7a\x28\x8d\xb3\xef\xee\x1d\x17\xdc\xb3\x8f\x96\x0f\xd8\x68\x2e\xce\x65\x97\x90\x49\xea\x73\xff\xe2\xa0\xe3\x71\xa4\xac\x3f\x0f\x86\x62\x65\x2d\x82\x75\x10\xc6\xc2\xc6\xed\xa4\x35\x13\x63\x3b\x39\xa6\xf8\xe9\x74\x86\xa2\x4e\x13\x0c\x4e\x53\xa1\xb8\x22\x3d\x12\xad\xfd\xf2\xdb\xa6\x03\x01\xe5\x54\x61\x3f\x8c\x6a\x5e\x1a\x02\xfd\xfb\x31\x4a\xad\x92\x92\x1a\xd3\x31\xa9\x71\x41\x02\x0b\x83\x1d\x6c\x37\x4e\x46\x87\xd3\xeb\xd6\x6f\xc6\x14\xde\x9b\x53\xa9\x69\x1d\x06\xf3\x40\xd1\x02\x73\x3e\x54\x76\xd0\x98\xac\x3f\xb6\xbb\xe3\x18\x76\xea\x74\x3b\x67\x2b\xcf\x73\x2c\xfc\x59\x2a\x0c\xc5\x85\x7e\xf2\x88\x96\x0d\x4a\x39\x66\x60\x51\x97\x34\xc9\xd6\x19\x4d\xcf\xae\xb2\xf8\xac\xcc\x77\x97\x59\x21\x17\x72\xb3\x38\x7e\x52\x34\xec\x48\x65\xaf\xac\x6a\x9a\x4d\xdc\x28\x5d\xe1\x19\x6c\x13\x58\xac\x0f\xa9\xff\x20\xa4\xf4\xcd\x18\x36\x6a\xbb\xcf\x56\x97\xa5\x39\x7b\x01\x07\x4b\x54\x0f\x88\xab\x9c\x96\x1b\xef\xfe\xbd\xe8\x92\x5d\x58\x8b\x79\xea\x17\xc6\xa8\x8a\x5e\x9f\x6d\x52\x29\x22\x04\x2b\x00\x19\x7d\x5c\x98\x59\x7f\xb3\x51\x60\x17\xdd\x2c\xb0\xcc\x78\x9e\xc2\xa8\x5f\x11\xce\x49\x7b\xd1\x7a\xde\x20\xb1\xa4\x5e\x9e\x97\xcd\xb5\xc9\x2f\xe7\x7a\xe7\xbc\x4c\x5b\x83\x8b\xf0\x8e\xb4\xb2\x74\x52\xf1\x8b\x2a\x16\xd1\xed\x4d\x97\xa3\x99\x3a\xe5\x6d\x2a\xbf\xdf\xe7\xea\x44\x6d\x9f\x4e\x5d\xb2\x52\x21\x9c\x43\xe0\x97\xce\x79\x37\x45\x7c\x97\x64\x82\x04\x4b\xab\x7b\xcb\x7a\x3c\x1b\x6b\x33\x66\x84\xed\xec\x89\xcc\xd6\xd9\xcb\xbb\xbe\x13\x73\xb7\xa4\xf3\x66\x39\x0d\x67\x61\x20\xbc\xe5\x4e\x73\x35\x36\xa2\x74\x9b\x00\x19\xf1\xbe\x5f\xa0\x28\xb6\x71\xf0\x38\xe9\x88\xe7\x9d\x03\x68\xe9\xd2\x96\x38\x34\x47\xc9\x88\xc4\xe3\xd3\x64\x12\x9d\xe2\x10\x6d\xf2\x82\x1e\x40\x5f\x32\xdb\x67\x1d\x88\x55\x5f\x60\x1c\xc7\xec\x94\xc8\x00\x6d\xf0\x9a\xe9\x3b\x7c\xac\x79\xd8\x8f\xeb\x09\x5f\xb2\xb5\x9f\x41\x92\x18\xe1\xb8\xd5\x08\xeb\x99\xe8\x7c\x3c\x99\x60\x2b\x7c\xfb\x5d\x0f\x58\xf6\x3a\x75\x23\x38\x14\xcc\x6f\xba\x61\xc0\x8a\xde\x30\x60\x85\x14\x69\x0a\xde\xee\xfb\x8d\x9f\xe1\x73\x6a\xd4\xb9\xe8\xbe\xa8\x5f\xea\x56\x0a\x04\x66\xf3\xe7\x0c\x0c\x1f\xe0\x0d\xd9\xc4\x97\xc7\x9c\x21\x4f\x9b\xaf\x40\x4e\xb9\xe0\xe2\x4b\x2b\xa2\xc0\x49\x6f\xba\x53\x98\x64\x4d\x7c\x89\x3e\xc7\x1e\xfd\xcc\x28\x79\x26\x0d\x7b\xc3\xae\x15\x04\x9b\xdd\x2c\x71\xb9\xa3\x29\xc2\x69\x4a\x7e\xd8\x4d\x04\x76\xb0\x8f\x70\xe9\x3e\x6e\xdd\xc7\x2b\xf7\xf1\xd2\x7d\xbc\x75\x1f\x2f\xec\xc7\xbb\x84\x6d\x2f\xb2\xe2\x48\x83\x8f\x6b\x01\x40\x51\x86\xf0\xdb\xa3\x57\xd0\xa3\x81\x41\x1f\x66\x76\x33\x2c\x68\x5c\xd1\xba\x19\xfe\xf9\x48\x24\xa6\x88\x1e\x78\xc4\x87\x19\x66\x3c\xed\x43\x47\x7c\xd2\x9b\xf5\x89\x9d\xf5\xc9\x2a\x7c\xda\x89\x32\x09\x46\x34\x8a\xbb\xb9\x55\x97\xef\x1b\x75\xf5\xbe\x7d\x1b\x57\x97\x59\xa1\x78\xc5\x1b\xf9\xc8\xfa\xee\xae\xdb\xb8\xec\x8b\x57\xa7\xee\x72\x42\x02\x05\xd4\x34\x94\x54\x49\x37\x60\xb2\x8d\x4b\x8d\x29\x7a\x2b\xeb\x72\x5a\xe0\xd4\x6f\x45\x96\xbc\x4e\x49\xb2\xd6\xeb\x66\x1b\x97\x47\x90\x3e\x65\x0d\x87\x83\xb5\xcb\x6f\xd2\x36\xc6\xd9\x3a\x4e\x68\xe3\x5f\xa5\x28\x52\xe7\xd6\xb2\x3a\x0f\x56\x7e\x83\x42\x01\xa3\x3c\x61\x05\xe5\xbc\xcf\xd2\x7d\xf4\x65\x54\x7c\xce\xa0\x4a\x6d\xa0\xfa\xd3\xa0\xb0\x58\x26\xac\xa8\x59\x4e\x27\x22\x71\x31\x1a\x86\x43\xfe\xc1\x7d\x2d\xbd\xb6\x9f\x3f\x70\x27\x0c\x8c\x83\x19\x3d\x0f\x56\x7c\xe1\x7f\x4a\x49\x80\xdf\xb9\x1b\xeb\xe3\x67\xcb\x63\xb2\x54\xad\x07\x41\x60\xd4\xa2\x48\xd9\x16\x04\x4d\xdf\xc5\x45\x9a\xd3\xaa\x56\x6b\x84\xde\x34\xb4\xa8\x33\x56\x90\xcc\xb5\x5d\xe9\x84\x25\x15\x8d\x3a\x11\xcd\x8d\x14\xfb\xfd\xdd\x01\x98\x09\x6a\x57\x05\xf7\xba\xb2\x62\x57\x59\x4a\xc5\xad\xce\x70\x9e\xb6\x13\x00\xf5\x3f\xa5\xa3\x11\x6e\x5c\xb0\x0a\x25\x01\x3f\x7f\x97\x82\x39\x3a\xd2\xf6\xe9\xb1\xe7\xc9\xeb\xf2\x4b\xf8\xe4\xdb\x0b\x57\x22\x65\x4c\x04\x9f\xea\x1b\x09\x78\xb1\x8c\xfd\x02\x85\xd2\x8c\xfd\x80\x10\xc2\x4c\x17\xc4\xc0\x05\xb1\xb1\x75\xf6\x9c\x27\x79\x09\xae\x69\xa7\x42\xa9\x52\x35\x67\xc7\x70\x55\x40\xc2\x87\x9c\xb8\xaa\x1f\x4e\x50\xba\xf6\xb4\x82\xe3\x88\xc2\xf1\xdc\xd5\xcd\xdf\xe1\x74\xb0\xc4\x07\xd0\x36\x11\x11\xa5\x67\x77\x8b\xc3\xe4\x08\x1e\xa9\xc9\x6f\x1e\x4d\x1d\x8e\x06\xc2\xbc\x8e\xba\x29\xdb\xad\x91\xd2\x7e\xc4\xd9\x85\xce\x5b\xbe\x61\xc4\xf9\xff\xfe\x15\x54\x7b\x93\xfa\x12\x4d\x0a\xbf\x7f\x85\x87\x2f\x59\x4a\xdf\x66\x7c\x6b\xc9\xab\xc6\x59\x52\xc5\xf5\x86\xa6\x4a\x9d\x2e\x0a\x93\xd2\xcc\x76\x1d\x06\x11\x44\xd4\xf1\xe2\x15\xba\x13\x97\xe7\x94\xc6\x49\x93\x5d\xf1\x16\xa0\x83\x81\x6f\xd0\x83\xdc\x2a\x89\xe8\x0f\xea\xd6\x40\xed\x76\x73\x22\xf4\x39\x8d\x76\x6a\xb7\xe4\x64\x0f\x71\xb4\x12\x66\x18\xfc\x42\xa5\x15\xf3\xd6\xcc\xf5\x6b\xe6\x1f\x38\x3c\x9f\xd7\x15\x2b\x60\xa0\xee\xce\x51\x64\x1f\x58\xb7\xad\x05\xaa\x77\xc0\xaf\x2e\xb5\xfb\xc3\x7d\x7c\xe9\x3e\xbe\x76\x1f\x7f\x70\x1f\xdf\xb8\x8f\xaf\x3e\x9b\x70\xf2\x7d\xfe\x5c\x6d\xb1\x86\x3d\xd7\xe1\xe3\x2b\xb6\x7d\xa1\xa8\x65\xc3\x5e\x90\xac\x6f\x83\xfd\xc6\xb2\xae\x80\xa2\x69\x45\x5a\x76\x85\x33\x50\x21\x6e\xc4\x5f\x84\xf5\xc5\x4b\x35\x00\x37\xfc\xff\x08\x77\x73\xbd\x90\xb9\x5e\x74\x73\xbd\x80\x5c\x2f\x90\x23\xa5\xfc\xc8\x3e\xf4\xcb\x27\x4d\x4c\x20\xad\x20\x11\xe8\x42\x51\xb3\x08\xa2\x46\xf9\xa0\x57\x84\x42\xe8\x0f\x69\x9d\x20\x5a\xbc\x28\xa0\x79\xc2\x5a\x92\xff\x9c\x17\xb2\x2b\xc2\x9f\xbd\x20\x32\xc4\x55\x05\x16\x6c\xa5\x90\x10\x8d\xa7\x78\x8a\x0e\x07\xc3\x0e\xca\xf7\x38\xe0\xcc\x39\xb5\xae\x48\x70\x30\xa5\x3f\x65\xcd\xe6\xbd\x30\x27\xee\x25\xbf\x42\xaa\xde\x06\x54\x6b\x2c\x6b\x19\x0d\x63\x1b\x60\x1d\x3b\x13\x3c\x6e\x55\x92\x84\x64\x44\xfb\x9a\x0b\xd3\xa0\xe6\x3c\x5b\xe1\x9c\xc4\xe3\x1a\xef\x48\xb2\x4c\xc4\x68\x87\x53\xfa\x75\xc4\xe6\x26\x4e\x4c\x71\xce\x56\xf3\x9d\x0e\xb6\xca\x1f\xf1\x86\xff\x19\x4d\x57\x38\x35\xf6\xb5\x35\x5e\x23\x5c\x1a\xd9\xdc\x0e\x6f\x40\x6c\x93\xce\x49\xe9\x79\x62\x6d\xa4\xa3\x1c\x97\xa3\x1c\xa7\xb8\x84\x8b\x2e\xcc\x19\x1f\xbb\xcd\x62\x27\x47\x94\x8d\xc8\xec\xc0\xa7\x20\x51\xfd\xac\x22\x91\x39\x91\x8b\x29\x81\x75\x23\x9b\x0b\x4f\x2f\xdc\xc2\x62\x22\x92\xd4\xf0\xf7\x85\x89\x8f\x84\x7f\x3c\xb9\x61\xba\xdb\xe5\x0a\x02\x0c\xca\xc3\xa9\xb1\x18\x0d\x30\x74\x8c\x21\xb7\x66\x32\xd6\x79\x7c\x59\x2b\xa5\x8a\x10\x78\x40\x16\x45\xf0\x05\xbf\xb2\x81\x79\x26\xd7\x3b\xc1\x6c\xfa\xad\xd4\x42\x64\x20\xf1\x73\x2c\x34\xa1\xea\x33\x41\x84\x22\xa7\x36\xfb\x01\x4c\x0b\x58\x4d\xfd\x58\xbd\x41\xf7\xe1\xff\x08\x99\xd6\xf9\xca\x29\x14\xd4\x45\x2f\xe1\x77\x2a\x16\xaf\xef\x77\xa5\x96\x0a\xaa\x48\x70\x1e\x7c\x22\x5f\x69\x1f\x41\xc0\x58\xb3\x87\x45\x96\x43\xea\x48\x41\x2a\x6f\xe2\xfa\x1b\x96\xec\xea\x28\x19\x90\x66\x92\x15\xe5\x4e\x0e\x53\xc1\x1a\x10\xd3\xc1\x57\x9a\x82\xd1\xee\xf1\xcf\x24\xb1\xa6\x68\x4f\xa6\xbd\x2e\xd4\x7c\xb2\x4b\x56\x35\xb2\x4f\x47\x94\xde\xbe\xb4\x0c\x84\xa2\xd0\x22\x68\xb9\x9b\xdc\x93\x79\x76\x24\xf3\x25\x65\x5b\xda\x54\xb7\xa7\xb3\x6b\xa1\x92\x4c\xb6\xdf\xfb\xd3\xe0\x48\x89\x6b\xde\xf3\x7b\x5a\x33\x3d\x92\xd7\xd4\x70\xcc\x41\xd7\x59\x08\xae\xde\xbe\xa6\x39\x85\xd4\x40\x8e\x4f\x05\xe2\xb0\xf6\xd0\x89\x1b\xf3\x44\x17\x68\x33\xac\xc2\x11\xef\x18\x82\x93\x14\x0d\x40\xc7\x8c\x5d\xb4\x53\xa1\x32\xdf\xba\x0f\x61\xd1\x5d\xc7\x96\xac\xca\xe2\x71\x7f\x3f\xea\x13\xfe\xe6\xe3\x7b\x70\x09\x7f\xf3\xf1\xbd\xf0\xe6\x7e\xff\xf1\x0d\x38\x82\xbf\xff\xf8\x06\xbc\xb7\x7f\xe7\x93\xf8\xbb\xf4\xde\x7e\x9f\x92\xdf\x53\x9e\x07\xbf\x80\x5f\xef\x3f\xbe\x31\x57\xc1\x9f\x52\xf7\x30\x3b\x5f\xe1\x82\x04\x51\x31\xd7\x68\xd7\x05\x98\x8a\xc3\x46\x9b\xce\xe7\x23\x7a\x5e\x18\x00\xfc\xe6\xa0\x72\xfe\x96\x92\x9f\x52\x7f\xf8\xec\xfe\x7f\x5f\x7e\xf9\xa5\xf8\xf1\xd5\xb3\xaf\x9e\x3d\xd6\xff\xbe\x12\x2f\x83\xa3\xff\x1e\xf6\xfd\x9e\x7f\x5f\xf1\xea\xa1\xfe\x40\x36\xe6\xf1\x63\xf8\xf9\x38\x38\x55\xfc\x89\x6a\xc5\xf7\x21\xc2\xdf\x8b\x11\x78\x02\xff\x9e\x3d\x9b\x7d\xf9\xe5\xec\xab\xd9\xb3\x67\x5f\x9b\x7f\xb3\xcf\xfc\xf7\x75\xdf\xbf\x27\xfa\xdf\x97\x4f\x9e\xcc\x66\xb3\x67\x9f\x5b\xea\x9f\xfa\xa7\x2a\xd7\x3d\xf9\xfa\xeb\x67\xe2\x87\x99\xc1\x21\xc2\xff\x4c\x15\xb4\x87\xd2\x13\x80\xaf\xc6\x37\x29\x5f\x57\xdf\xf1\x4b\xfa\x3f\x52\x72\x3e\xf4\xd1\x10\x0f\xcf\x57\x43\x3c\xbc\x3b\x0c\x57\xd1\x77\xe9\xfc\x1f\x2a\x08\x5f\xf4\x5d\xaa\x0c\x04\xff\x9e\x92\x7f\xa4\xe7\xdf\xa5\x2b\xfc\x73\x4a\xfe\x9e\x72\xc2\x50\x71\xd6\xfa\x79\xe3\x07\x08\xff\xa5\xfd\x6e\x8a\xa2\x7f\xa6\xe7\x3f\xa7\x2b\xf2\x97\x14\xff\x33\x3d\xff\x4b\xba\x22\xe3\x9f\x53\x0b\xbf\x27\xb5\xb7\xd1\x9c\xcc\x9e\x7c\xb5\xfc\x2d\x3d\xa7\xab\x70\xfa\x64\xf6\x64\x4e\xa8\xe7\xd1\x39\x99\x3e\x9d\x3d\x59\xce\xc2\xe9\xd3\xc7\x5f\xea\x57\x5f\x3d\x7b\xba\xfc\x3e\x3d\xa7\x63\xfe\x76\x15\x4e\xbf\xfa\x4a\x27\x9f\xcd\x66\xc1\xf2\x49\xf8\x6c\xfa\xf5\x4c\xbd\x7a\x36\x0b\x1e\xef\xf7\xcf\x66\xc1\x13\x42\xe8\x72\xf6\xf4\xcb\x70\x0a\x67\xdd\xb7\x29\x79\x74\xfe\xcb\x2e\x78\xfa\x75\x30\xe6\x7f\xd6\x4f\x7e\xd9\x05\x5f\x06\xf0\xf0\xe5\x7a\xfd\xcb\x2e\xf8\x4a\x3c\x3c\x8b\x93\xd5\x23\xfc\xb7\xcf\xe4\x2a\x40\x01\xa0\x79\x70\xc5\x52\xe4\xf4\x8a\xe6\xa4\xea\x3b\x99\xd2\xac\x3a\x49\x49\x21\xeb\x7f\xcd\x96\x2f\xd2\xf0\x7d\x6a\x08\x71\x1f\xd4\x9a\x2d\x71\x92\xba\xbd\x8a\x90\xc6\x04\x61\x65\xa1\x6e\xe3\x03\x2c\x49\x45\x07\x0d\xec\x0b\x44\x3b\x0f\x22\x66\x88\x12\x33\xb8\x2f\xf4\x9c\x01\x77\x1d\x43\xe9\x73\xd2\x78\x5e\x3c\x69\x98\xb2\x1e\x8d\xe5\x10\x10\xcb\x72\xd4\xcf\xe6\xc1\x7e\xef\x07\x03\x52\x2d\xab\x79\xb0\x94\x59\x9b\x10\x32\x36\x21\x15\xee\x35\x57\x34\x5f\xc8\xec\x60\x06\x99\x11\x86\x0e\x9c\x8b\xcc\xe6\xc1\x51\x2f\xc2\x94\xde\x28\x7d\xba\xf0\xd3\xd3\xc4\x32\x33\xa4\xfd\xaf\x7c\x43\x18\x22\xfc\x3f\xa9\x8b\xcd\x26\xef\x13\x15\x1f\xc1\xf7\xe9\x72\x1a\xce\x70\x26\x7f\xcf\xc2\xa9\xc2\xd9\x11\x41\xd7\x07\xdf\xa6\x22\xb2\x97\x41\x70\xa4\x25\xc8\xf4\x15\xfc\x0c\x70\xef\x15\xae\x49\xc5\x39\x70\x33\x74\x09\xe1\x3b\xc2\xde\x42\x0c\xa1\xe8\xe9\x74\x46\x38\xdf\x4e\xe2\xf0\x19\x21\x89\xe7\x3d\x21\xa4\x86\x08\x00\xd3\x2f\x79\xc3\xcf\xd9\x8a\x3c\xe1\x29\x66\x61\x82\xbf\xf2\x12\xcf\xf3\x6b\x92\x00\x7b\xac\x0f\x83\x9c\x04\x78\x47\x2a\xbc\x26\x55\x94\xcf\x8b\x28\x57\x55\x6e\xc8\x5f\xd3\xf3\x1c\xa6\x6b\x3a\x7b\x46\xc8\x06\xe5\xf3\x62\x3c\xf5\xbc\x1d\x81\x2f\xa3\xe9\xca\xf3\x66\x4f\xbc\xdd\x52\xa6\x24\xbb\x50\xfc\x9d\x3d\xfd\x32\x52\x02\x87\x2f\x9f\xf0\x9c\x7a\x7d\xa4\x24\x1f\x4d\xa3\x74\x5e\x78\x1e\xff\xf2\xd7\xf4\x3c\x5d\x45\x28\x1d\x8d\xf4\x10\x94\x24\xf7\xbc\x67\x84\xec\xf6\x7b\x48\xf6\x4c\xa6\x5a\x4e\x09\x59\x2f\xa7\xe1\xb3\x70\xf6\xf4\x4b\xbc\x25\x79\xb4\x9d\xa7\xd1\x76\x34\x42\x7f\x4d\xcf\xb7\x2b\x52\x46\x39\x49\xc7\x53\x21\xe9\xe0\xcd\xf5\x3c\x9e\xc3\xf3\x7c\xd1\xa8\x29\x8a\x76\x64\x83\xbf\xf2\x36\x9e\xe7\xaf\xc9\x06\xe9\x11\xb8\xc2\x97\xf8\x16\x5f\x90\x00\xbf\x25\x01\xbe\x26\x41\x74\x31\x2f\xa2\x8b\xd1\x08\x65\x6b\xff\x92\xfc\x33\x3d\xbf\x22\xce\xd0\x5f\xa0\x15\x7c\x9a\x07\xa6\x63\x37\xe4\xed\xf8\x71\x74\xb3\x20\x41\x74\x33\x26\x8f\xf9\xf7\x6f\xd2\xf3\x9b\xd1\x74\x45\xc8\xf8\x52\x8c\xe8\x73\x02\xaf\x66\x2b\xfc\x89\xcc\xbc\xe7\xcb\x2a\x7c\xe2\x3d\x5f\x4e\xbd\xe7\xcb\x2c\xac\xc2\x20\xfa\x24\x1a\x7b\xb1\xe2\x3d\xe6\x49\x57\x2b\xf2\x09\xe1\xb7\xe4\x46\xe2\xdb\x69\x58\xbd\xe9\xb3\xaf\x09\xf9\x46\xd1\x61\x79\x6f\xfa\x26\x3d\x7f\x3b\x1a\xad\xc8\x05\x56\xbf\xae\xf4\xaf\x6b\x2d\x01\x9a\x11\xe2\xdf\x12\xa8\x06\xc1\xba\xbc\x15\x8d\x7b\x47\x6e\x09\xa9\xa2\x6b\xf2\x6e\x19\x84\x06\xc7\xe9\x23\xf4\xeb\x23\xef\xd7\x47\xde\x2f\x48\xfb\x81\x77\xe4\xe3\x68\x06\x8b\x63\xe6\x7d\x50\xd0\x6e\x6b\xff\x1d\x92\x5f\xf6\x64\xa6\x63\x78\x3e\xd1\x29\xf4\xc7\x27\x87\x83\x1e\xff\x5f\x49\x10\xfd\x3a\x2f\xa2\x5f\xc5\x88\xcf\x9e\x7e\x09\x53\xfe\xeb\xca\x8c\xee\x1f\xe4\xd7\xd1\x34\xfa\x83\xaf\x07\xf5\xf9\x8f\x55\x84\xfe\xb0\xd6\xcd\x4b\x32\x25\xc4\xff\x75\xc9\x73\x8e\xa7\xab\xb0\x42\xf8\x35\x79\x49\x88\xcf\x5f\xff\x31\x2f\x96\x90\x27\xac\x10\x5a\xbe\x04\x2d\x6d\x85\x7f\x20\xbf\x46\x3f\xcc\xff\x88\x7e\x10\x8b\xe8\x87\x15\x79\x1d\xfd\x4a\xfe\x18\x8b\x23\xe0\x0d\xdf\xf6\x7c\xac\x09\xa9\x34\x3e\xd4\x2b\x12\x44\xaf\xe6\x45\x64\x9a\xf6\x23\x79\x85\x7f\x27\xd3\x01\x6f\xd3\xab\xd1\x68\xc5\x3f\x7b\xde\xef\xbc\x62\xf1\x6e\x85\x22\xf4\x6a\x34\xe2\x45\xfd\xae\xcb\x79\x4f\x5e\x45\xef\x17\x3f\x5a\xe5\xbc\x20\xef\xf1\x4f\x64\x06\x79\xc6\xe3\xf7\x2b\xfe\xd9\xf3\x7e\x22\xc4\x17\xef\xde\x8f\xa7\xbc\xa4\xf7\xe3\x71\xf4\xc6\x5c\xa5\xfe\x96\xfa\xef\xf1\x0b\xfc\x13\xa7\x35\x52\xff\x7f\xe6\x7e\xfe\x11\xbf\xc2\x81\xfa\xa4\x39\x40\x12\x44\xbf\x39\xdd\xf8\x9e\xfc\x86\xff\x49\x66\x30\xb4\xbf\xf1\x6e\xfc\xc6\xbb\xf1\x4f\x5e\xbd\x78\xc7\x2b\xff\x6d\x34\x6a\x55\xfe\x3d\xfe\x0d\xff\x93\x0f\x27\xd2\x17\xaa\x37\xe6\x14\xa7\xa5\x39\xc5\xcf\x65\x8e\x00\x53\x1c\xa0\x15\x0c\x71\x53\x92\xe1\xd0\x52\x68\x96\xc6\xf8\x44\x1a\xf2\x83\x1c\x7d\x43\xe3\x74\x4c\x81\xee\xe3\x9a\x8c\x81\xa8\x06\x84\x08\x0f\xd6\x41\xb6\xdf\x6b\x2d\x83\xeb\x16\x72\x1e\xc8\x93\x61\x00\x1e\xce\x31\x81\x37\xfc\x50\xf4\x07\x53\x5c\x20\x5c\x93\x00\xe9\x8d\x61\xa1\xe1\x41\xc1\x59\xc7\x1d\x25\x21\xcd\xb9\x6d\x63\x98\xb8\xa5\x27\xb2\xe8\x40\x14\x6d\x52\xa2\x43\x0d\x4a\xea\x9a\xfc\x2d\x85\x58\x2c\x7e\x83\x63\x2c\x9d\xa4\x7d\x46\xaa\xc9\x45\x96\x66\x6f\xe0\xec\xb2\x34\x64\x6c\xc9\xc2\xf1\x14\x57\x93\xb8\xae\x59\x82\x84\x30\x20\x27\xcd\x79\xbd\x8a\x62\x42\x72\x51\x5d\x86\x0b\x04\xd5\xfb\xf0\x69\x44\xb2\xe5\x34\xe4\x6b\x45\xb6\x86\x7f\x17\x59\x77\x24\x23\xc4\xcf\xc5\x79\x5f\x20\xbc\x26\xbb\x9d\x4f\x41\xd3\x8f\x63\xbc\x13\x16\x36\x25\xa1\xb6\xa9\x93\x96\xe5\xc4\x78\x6d\x49\xe1\xf8\x13\xc2\xeb\x81\xdd\x08\x35\x5c\x7f\xec\xa4\x05\x9c\xbf\x1e\xc9\x49\xdb\x01\x98\x26\xce\xe5\xf9\x1c\x89\xe3\xa5\x26\xc4\xcf\x96\x8d\x15\x03\x00\x29\xb1\x54\x3d\xf2\x45\x37\x8c\x16\x64\xb3\xdf\xe7\x9a\x3d\x58\x6e\x3c\x6f\x23\x9e\xe6\xf2\xed\xd2\xd4\xbb\xb1\xba\xae\x9a\x20\x8a\xc3\x32\x13\x0a\x7b\x5a\x99\xb9\xad\xb4\x92\x64\x4b\xca\xd9\x22\x37\x5d\x21\xa4\x22\x55\x49\x86\xbf\xec\xd6\xeb\xf5\x7a\x88\xb3\xf2\x38\x1b\xd8\x65\x02\xc1\xfc\x4a\x1b\x6d\x39\xd6\x17\x79\x56\xd0\x0f\xb4\x8c\xab\xb8\x61\x15\x29\xa4\xca\xef\xed\xda\xfd\xd0\x2b\xc3\x38\xe6\x4c\x2a\x05\xd5\xbc\x9a\x11\xa1\x0e\x12\x13\xd8\x21\x1e\x93\x6c\x8b\x0c\x55\x69\x39\x65\xc6\xe9\xfb\x7e\xc0\x08\x89\x34\x38\xa0\x76\xb8\x73\x4d\xa1\x0d\x92\xed\x0f\x2c\xa5\xb8\x22\x34\x8a\x94\xed\x28\xc4\x37\xce\x0a\x69\x7d\xeb\x1b\xb3\x36\x5e\x1b\x04\xd7\xd4\x01\x9c\x2a\x27\x72\x3d\xdf\xa8\x84\x48\xcf\x22\x81\xa2\x62\xfc\xf8\x70\xac\x7e\x67\x28\xf2\x99\xe7\xc5\x4b\xe6\x04\xc8\x66\xee\x33\x2b\x85\xf3\x1f\x2b\xfd\x8c\x6f\xaa\xb6\xc3\xe0\x7e\x5f\x69\x5f\x3c\x8d\xc8\xa1\x47\x10\x82\x5f\x64\xb6\xba\xa3\xa7\x5f\x52\x7f\xec\x8c\xa6\x0a\x20\x7a\x02\xd3\xcb\x0e\x6d\x25\xed\x53\xcc\x12\xea\x5a\xaa\x34\xbd\x96\x2a\x8d\x72\xbe\x93\xd1\x43\x29\xe7\x93\x85\x65\x4f\xcb\x3c\x68\xa4\xf7\x7d\x36\x61\xeb\x75\x4d\x1b\x8d\x96\x6e\x42\x06\xa6\xc2\xa0\x25\x6d\x1b\xb4\xb8\xcc\x6c\x77\x3d\x8b\x4d\xfe\xe8\x97\xea\x97\x62\xb9\xff\xa5\x78\x74\x19\x45\xca\x68\x6e\x3c\xc5\x09\x99\xe2\xdc\xc2\x2a\xed\xc9\xef\xd7\xc4\xe0\xfa\x76\xbf\x63\x86\x70\xd2\x53\xaf\x8e\xc6\xe2\xe7\x24\x96\xf1\x70\xe1\xae\x50\x93\x5c\x14\x87\x13\x92\x8b\x43\xc3\xb2\x8b\x96\xf6\x60\x2a\xb6\x0b\xc3\xf5\xdc\x44\x2e\x09\x6b\x84\xf8\x0b\xc3\x01\x75\xd6\x44\xb2\x98\x8a\xee\xed\xf0\xfa\xe8\xc4\xad\xe5\xc4\xed\xc8\xba\x33\x71\x1b\xb2\x93\x13\xb7\x31\x13\xb7\xe1\xf3\xb6\x68\xcf\x9b\xe7\xf9\xf0\x61\x4c\x12\x7e\xec\x98\x89\x5a\xbb\x13\xb5\x16\xa0\xee\x8c\xd4\xa3\xe4\xe0\xac\xc5\x63\xeb\x10\xb6\xb5\x59\xfc\x52\x59\x2a\x77\x17\x45\x2a\x4c\x4e\xcb\x6d\x48\xa9\xf1\x06\xa4\x68\xef\xf4\xef\x0b\x20\xd2\xd4\x2c\x2c\x4b\x99\x51\x48\x4f\x84\x68\x20\xed\xa8\xd5\x80\x58\x86\xd3\xcb\xf6\x48\x87\xf6\x74\x49\x5b\x6b\x79\xbc\x3b\xc1\x6c\x97\x9a\xb0\xe8\xc8\xbd\x14\x85\x02\x6f\xda\x58\x1a\x2d\xa9\x4d\x67\xba\x7b\x3d\x9c\xf6\x04\xc8\xd5\xb4\xd1\xa7\x93\x75\x56\x49\x6f\x64\x2c\x91\x06\x2c\x53\x77\x9b\x2a\x9c\x08\x81\xf1\x80\xad\x7e\xda\x28\xcd\xda\xea\xd2\x83\x93\xf7\xb7\x3e\x57\xdb\x7a\x05\x40\x3c\x47\xa8\xc0\xbd\xa6\x6b\xdd\x1e\x89\x59\xfd\x77\xf6\xc8\x77\xe7\x52\x77\x30\x04\xb4\xd1\x26\xce\x8a\xda\x17\x2f\x85\x1c\xe0\x1e\xfa\xd6\x60\x35\x14\xe8\x01\xdd\xed\x18\x0e\x32\x8b\xc3\x3d\x6b\xad\x88\x47\xff\xc7\x7f\xf5\xfd\x3f\xf6\x3f\xee\xdf\x7c\xbf\xff\xfb\x9b\xfd\xbb\x37\xfb\x17\x6f\xde\xbd\xfc\xdb\x7f\xff\xfd\xdd\xc7\xd7\xfb\x57\xaf\xf6\xaf\x3e\xee\xbf\xfb\x25\xdd\x7f\x78\xfd\xf2\xe3\xf7\xef\x7e\xd8\xff\xf8\xfe\x35\xfa\x8b\x8c\xfc\x6d\x96\xa1\xb4\x3b\x2e\xc9\xef\xcc\x08\xc7\x8f\x71\x14\x30\x14\xca\x08\x1c\x3a\xa5\x44\x4b\x7c\x10\xc6\xd3\x03\x27\x56\xe5\xbf\xcb\xc2\x10\x54\x65\x10\xb7\x16\xd4\x4b\x19\x2f\xe2\x15\x4d\x18\x91\x36\x28\xd8\xb1\x88\x21\xe7\x2b\xfe\xe2\xb6\x88\xb7\x59\x62\x6c\xb4\xdf\xc6\xa5\xf8\xb2\xcd\x0a\x70\xb6\x26\x81\xf5\xf0\x4d\xc5\xb6\xce\x8b\x8f\x0c\x1e\xb3\x6d\x59\xd1\x24\xab\xe9\xf3\x22\xd9\x30\x01\x07\x6c\xbf\xfe\x8e\xc6\xa9\x7a\xb9\x66\x55\x42\x3f\x28\x8d\x02\x19\x70\x0e\x3b\x8f\xb5\x71\xc7\x2b\xa1\x3c\xba\xe6\xa7\xb9\xc6\x92\x50\x7e\x0f\xaf\xde\xbd\x45\x76\x60\xde\x73\xe1\xce\xb3\xb2\xde\xc1\x15\xa3\x15\x64\x17\x57\xca\x23\x94\x26\xcc\x37\x8f\xdf\x17\x05\xad\xfc\x73\xa9\x13\x0b\x30\xff\x8f\x5a\x6e\x93\x72\x1b\xae\x70\x80\xfa\x2d\x37\x2b\xc6\x4e\x6b\x58\xc0\x0f\x93\xa7\x32\x6a\x13\xed\x0f\x7a\x6f\x46\xc3\x24\x9e\x8c\x96\x61\x2a\x6a\xb7\xbc\x65\xe4\x79\xda\xed\x17\x98\x1c\x47\x0b\x28\x94\x8d\x6a\xaa\x17\x81\xe7\x19\x9d\xb4\x5f\x4c\xe8\x15\xad\x6e\xfd\x8e\x09\x15\x2f\x06\xd4\xc4\x91\xb1\x60\x65\xcf\xe7\x8d\xb3\x88\xf6\xfb\x62\xd1\x58\xab\xe8\x80\xd0\xd2\x77\xaa\x83\xa5\x46\xb5\x86\x6b\x1b\x97\x10\x53\xaa\x9d\x04\xeb\xf8\xb3\x66\x45\x9e\xce\xf5\x91\xe1\x29\x92\x87\x95\x5e\xe4\xdd\xaa\xdb\x85\x06\x96\x42\xda\xd6\x73\xca\xcd\x56\x5c\xce\x03\xe5\xaf\xd3\xbb\xfb\x42\x7e\xd5\xeb\xaa\xbf\xa4\xef\x01\xa0\x9c\x68\xf7\xf1\x76\x11\x3d\x74\x9c\xec\x38\xe5\x13\x61\xde\xf4\x45\x59\xd4\xa4\x1c\xb5\xe5\x6d\x09\x02\x37\x61\x46\x0a\x20\x4f\x38\x96\xc1\x9b\xe0\x86\x2c\xc7\xa7\xe2\xa3\x98\xd8\x86\x04\xfa\x53\x86\xc7\x53\x84\x70\x4e\x94\xd1\xce\x8e\x3c\x26\x84\x99\x03\x80\x19\xc6\x18\x2c\x36\xb3\xd2\x3f\x5f\xe1\x1c\x59\x67\x31\xeb\x9c\xc5\x22\x7c\x54\xb6\xf6\x93\x71\x3d\xdf\xa9\x7d\x96\xad\xf9\xed\x58\xb9\x2b\x4b\x6b\xc9\xda\x18\xa6\xe4\xd6\xd2\xc6\xf5\x48\xe7\xc3\x55\x89\x08\xd9\xa1\x84\x98\x97\x5a\xf8\xd5\x2d\xd1\x72\x3d\x48\xc6\xa6\x90\x84\x17\x33\x20\xbb\xf6\x68\xd6\xc4\xa4\xd2\xc2\x8a\xbe\x76\x1e\x2b\x40\x58\x6d\x48\x56\x8d\xa1\x68\x6d\xfb\xae\x7c\xb7\x59\xae\xc9\xba\x15\x79\x2a\x5c\x83\x23\x85\xb8\xac\x09\x9c\xa4\xc8\x14\x5a\xd3\xc6\x2f\xd2\x89\x74\xa3\xf1\xef\x44\x5e\x18\xfc\x75\xe9\x33\x0c\xa2\x02\x8d\x18\x17\x0e\x82\x03\x12\x06\xb4\xbc\x8d\x08\x1d\x7c\xbd\x8e\xb1\xde\x29\x08\x61\xff\xa7\xcd\x24\x13\x51\x77\x45\x00\x5e\xa4\x1c\xa4\x5b\xcb\x71\x52\x67\x7f\x70\x7e\x06\x62\xe8\x18\x8a\x93\x15\xb4\x1e\x68\xfc\x43\xf7\xbd\x5a\xd8\x6d\xda\x1f\x20\xb9\x58\xdb\xce\x7f\x06\x6b\xa0\x2c\x2d\x9c\x60\x85\xc9\xa0\xf4\x1e\x40\xf7\xa1\x03\xb2\x57\xd6\x01\x27\xb6\xab\x43\xf7\x4d\x77\xf5\x70\x92\x57\xe9\xa4\x6d\x02\x24\xae\xbf\x7e\x20\x5d\x62\x04\x82\xd1\x3e\x18\x18\xfb\x1f\xd5\x1f\xfb\x18\x29\x70\xb7\xef\x72\x69\xf5\xee\x7c\x8d\x15\xd1\x77\xf6\xb9\xd0\x10\x56\x35\xf7\xc5\x6b\x8b\x0c\x91\xe2\xff\x13\x6d\xd9\xee\xea\xe6\xad\x80\xa5\x79\x29\xfd\xa0\x95\x3b\x9c\x28\xfa\xa5\x3c\x3c\xa1\x34\x1b\xa5\x0d\x0a\x62\x17\x35\xad\xae\x68\x15\x55\xd2\x95\xdc\x22\xfa\xe8\x4e\x84\x8f\x81\x50\x08\x12\xa9\x85\xf3\x8a\x6e\x03\xe4\xf1\x2d\x00\x5f\x46\xc3\xf2\x66\x88\xed\x6c\xeb\x9c\xde\xbc\x88\xeb\x8c\xdf\x2b\x15\xc9\x5d\x9a\x9f\x90\x21\x1c\x0e\xa5\xfb\xb1\x1b\x21\x3a\x63\xf5\xf2\x8e\x93\xa0\xb0\x32\x76\x0a\x30\x8f\x13\x30\xc0\x00\x59\xc7\x75\x95\x35\x0d\x2d\xc2\xc1\xf4\x20\xf1\x98\xa2\x62\x52\xdf\x16\x09\x5c\x9d\xc4\x0c\x93\x00\x53\x01\x25\x20\x12\xef\xf7\xc7\x0b\x1c\x48\x46\x13\xc1\x41\xd8\x5d\xd5\xb8\x67\x50\x86\xc3\x03\x52\x32\x14\x21\xd9\x76\xa7\xaa\x64\x95\x30\xb7\x93\x47\x82\xfb\xa1\x61\xf3\xe3\xe7\xbc\x11\xd6\x1e\xc7\x05\x8a\x25\x77\xcf\x48\xdc\xe1\xee\x6b\xc2\x24\x77\x5f\xb7\xfd\xb3\x95\x3f\xbf\xf3\xbe\xf4\x3c\x19\x58\x45\xb9\xf6\x0b\xc6\x3d\x41\x77\xf1\x84\xfa\x89\x61\xdc\x63\xc1\xb8\x2b\x86\xeb\xdb\xb8\xac\x01\x2c\xc9\x59\xd8\x2f\x35\x0a\xc8\x29\xa0\x9c\xc2\x42\x4c\x12\xae\x60\x7e\x83\x00\x58\x53\xc3\x4f\x9a\x70\x36\x19\xa9\x16\x24\x58\xd2\xf3\x6a\x15\xea\x78\xa8\x99\x23\xa5\xca\xa4\x31\x5b\x4c\x32\x69\xab\x96\x29\x83\x36\x78\xf3\x02\xe7\x64\x97\x0a\x7f\x4f\xbf\x67\xec\x31\xa7\xf8\xfd\x44\xa7\x8f\xab\x86\xe8\x7b\x6a\x23\xe0\x35\xc9\x1d\x3f\x5d\xbc\x21\xb9\x71\xa1\xc2\xa9\x7c\x7a\x5d\xa4\xb8\xe4\x27\x39\xdc\xef\x6a\x3f\xe6\x07\xf5\x96\x94\x93\x0c\x5f\x91\x92\xdf\x31\xf0\xa5\xf5\x99\xf1\xc3\x3a\xfa\x28\x11\x8e\x2e\x27\x19\xbe\x84\x34\x5b\x7c\x85\x77\x78\x8d\x37\x38\xb5\x2e\x8d\x62\xf0\xf5\xba\x3d\x16\x52\x51\x30\x87\x3d\x68\xa8\x41\xaf\x37\x49\xe0\xa0\xa1\x06\x2b\xfc\x19\x8e\x34\x2d\x7c\x78\xc0\x8e\x95\x37\x7b\x87\x10\x1d\xdd\x97\xf6\xd6\xd1\x89\x39\x23\xf2\xc1\xc9\xe0\x23\x3c\xf0\x07\x85\x3a\xdf\xb6\xf1\x2d\x27\x8b\x15\xcb\x75\x32\x1f\x29\xe2\x62\xd7\x6f\xb1\x7d\x55\x5c\x66\xe9\x4b\x73\x30\xc2\xbc\x21\xc7\x0f\xdd\x25\x0b\x51\xef\x01\x38\x55\x51\xf1\x5b\xeb\x4b\x77\x70\xb2\x8d\xb3\x02\x33\x0d\xc6\x26\xe2\x3a\x65\x93\x18\x2e\x5a\x48\x20\xd7\x83\xcf\x0c\x0b\xdb\x69\x36\x34\x4e\x81\x45\x54\x81\xf4\xf9\xb6\x85\xc4\x9e\x97\x94\x3e\x43\x6a\xf7\xb7\x9c\xc5\xb4\x58\x66\x38\x44\x51\xcf\x80\xf6\x1c\x02\xca\x5c\x00\xa8\xe2\x24\x2b\x6a\x5a\x29\x99\x6b\x8d\xe5\x5b\x4b\xfc\xc1\x94\xf8\x43\xc0\xdf\x83\x15\x22\x23\xc2\x11\xf1\x7a\xe3\xd7\x70\xe1\x22\x03\xe1\x6d\x9e\xf4\x1c\x45\xad\x15\x10\x0d\x2a\xcf\x4b\xcc\x3a\xf0\xbc\x78\xe3\x8b\x6a\xb1\xaa\x0b\x27\x72\xd0\xe0\x44\x50\x0f\xef\x84\xec\x01\x32\xc4\x92\x43\x36\x19\xcc\x09\x22\x7f\xcb\xe4\xca\x2b\xf6\xde\x71\xf9\x69\x33\x89\x8b\xb4\x62\x59\xea\x79\xfa\xdc\xe2\x8c\x93\x02\x01\x02\x79\x89\x55\x11\xf2\xbc\x6d\x69\xbf\xc0\x90\x16\xc1\xc9\xc4\x33\x5d\xe4\xbb\x0a\x58\x19\xfe\x00\xa9\xfc\xbb\xb2\x02\x47\x98\x0f\x49\xc5\xf2\x1c\x18\x3e\x25\x50\x28\x36\x3e\x85\xfb\xa7\xd0\x2e\x71\x16\x5b\x2e\x01\x10\x29\xaa\x85\xa1\x38\x88\xb4\x6c\x8f\x9a\x88\xcf\xe3\x79\x8f\x41\x84\x28\x56\xf7\xa6\x93\x0a\x4f\x09\x29\x84\xc2\x28\xaa\x3c\xcf\x67\x44\xc7\xed\x85\x2f\x41\xd8\x1f\xb3\xb7\x99\x24\x2c\xcf\xe3\xb2\xa6\x9d\x7a\xa5\x7e\x2e\x33\xba\x39\xcf\x13\xaf\x12\xa9\x16\x7a\x61\x3e\xf8\x9d\x77\x76\x46\xa3\x63\x6c\x24\xaf\x87\x4e\x55\xac\x12\xb5\xd7\x03\x32\xf1\x3a\x3a\x5b\x46\x92\x15\x50\x87\xc8\x95\xb5\x90\x1b\xf0\x4e\xa8\x0d\xcf\x63\xcc\x56\x11\x03\x01\x37\x8e\x49\x7e\x3e\x5d\x1d\x00\x3b\xea\x75\x4f\x4d\x18\xbe\x00\x4d\xe9\x6b\x9f\x8c\xa3\x94\xe7\x92\x5f\x85\x70\xd0\xa9\xbc\x6d\xd5\xa2\xbb\x91\xb6\xec\x6d\x6f\x9c\xa6\x45\x0c\x19\x8e\x55\xd2\xb6\x1c\x07\x70\xd7\xf8\xb3\xd0\x19\xc8\x49\x3d\xb5\x91\x5a\xe5\x80\xe0\x27\x3e\x52\xca\xb1\xdd\x65\x8e\x28\x5a\x00\xc1\x14\xc7\xfd\xf3\xba\x66\x27\x03\x6c\xf6\xdd\x53\xec\x43\xec\x04\x81\x85\x9d\x22\x44\xc8\x7a\xb3\xf0\x6d\x2a\xa9\x25\x15\x3a\x60\xcf\x6b\x26\x5b\x96\x66\xeb\x5b\xb5\x61\x12\xa5\x50\x06\x31\xa0\xa1\xb8\xe6\x0a\x63\x07\xaa\x87\x60\x30\x3c\xcd\x80\x54\xbc\x50\xf9\x73\xd4\x8e\x0b\x29\x7b\x23\x03\xad\x89\x74\xfc\x68\x57\xe7\x40\xfb\xd3\x54\x2c\x3c\xcf\x63\x9e\x37\xf0\x33\x15\x18\x91\xf1\xfb\xa4\x0e\xf3\xe8\x9e\x0e\x22\xe7\x48\x76\x0c\x45\xd6\x86\xe8\x2c\x46\xd5\x69\x7f\xc8\x97\xdd\x10\xcb\x4c\xf3\x60\x39\x5c\xb3\xea\x3a\xae\xd2\x61\x38\xbc\x88\x93\x4f\xf0\x13\x83\x4e\xf3\x82\xed\x8a\x34\xae\x6e\xc1\x8d\xe7\x60\xa1\x63\x76\xcf\xda\x93\x8c\x07\xcc\xc7\x04\xdc\x7f\x94\x13\xb3\x96\x2b\x11\xdd\xa7\xfd\x3e\x6b\x63\xa8\x9e\x3a\x2e\x10\x40\x11\x69\xdc\x23\x8b\x12\x53\xcb\xc0\x59\x3b\xe1\x9e\x74\x68\x89\x9a\x48\x2d\x06\x79\xc5\xd7\x34\xb3\x80\xc6\xf3\x0b\xbd\x68\xa9\x16\x0c\x44\x0d\x69\x2c\x55\xec\xa1\x0f\x46\xad\x7c\x78\x08\x72\xd9\x50\x23\x0f\xea\xb7\xb7\xfb\x58\xdd\x66\xc5\xe5\x59\xc3\xce\xf8\x92\x3d\x53\x5b\x05\xf0\xfb\xe3\xb3\x57\xef\xde\x9a\x57\x6c\xd7\xd4\x59\x4a\x01\xe8\x66\x43\xb5\x33\xf9\xf0\x9e\x80\xc2\x23\x7b\xb5\x3f\x08\xd8\xd0\x0c\x64\x87\xb9\x47\x9a\xad\xa5\xb0\xf6\x0b\xd2\x4c\x32\x08\x49\xcf\xd6\xeb\xa8\xe8\xc5\xea\x1e\x4f\x23\x77\x0f\x29\xa1\x70\x01\xdc\x64\x35\xcf\xb4\xd8\xcd\x09\xb4\x9a\xa4\xca\x9b\x68\x34\xc2\x15\x09\x0e\x7d\x68\xdc\xe7\xc5\xca\xec\x1f\x0b\xc6\xe5\x34\xec\x68\xeb\xfa\x62\xcc\x15\xfb\x9b\x6f\x5f\x61\xdc\xda\xab\x15\x66\xa4\x18\x67\x96\xc2\x7c\x9c\xd9\x91\xbb\x17\x0c\x02\x3b\x00\x97\xd7\xdc\x96\x74\xd0\x06\xd5\xea\xf9\x20\x81\xb9\x00\xac\x77\x46\x48\xa3\xc2\xc8\xe9\x4a\x5d\x88\xa1\xde\xcf\xbd\x00\x5e\x9e\xd7\x2c\xc6\x33\x6d\x94\x62\xc5\xaf\xa5\x63\x86\x1b\x14\x15\x84\x75\x30\x73\xff\x91\xd5\xd9\x45\x4e\xdf\x68\x6c\xd8\x7b\xd6\xcc\xb9\x88\xb5\x00\x72\x4e\x7e\x11\x6c\x18\xb6\x59\x69\xa3\x34\x98\x24\x80\x27\x0b\xd2\x04\xcc\x48\xb6\x70\xfd\xd9\xc4\xb9\x00\xdc\x53\x3b\xb1\x23\x06\x46\xa3\x29\x8e\xc9\x78\x8a\x6b\xab\x96\x86\xde\x34\xaf\xb2\x4a\x72\xf4\xca\x7d\x20\x21\x01\xce\x49\x10\xe5\xfd\x98\xf2\xda\xca\x73\xd7\x9a\xe5\x7c\x85\xd7\x24\x31\x62\xcc\x6c\xed\xaf\x17\x95\x51\x6f\x27\x0b\xc5\x87\x6d\xc8\xee\x64\xbc\x4c\x60\x77\xe0\x92\xbe\x91\x22\x08\xa4\x10\x3f\x52\x99\x55\xe3\x35\xe3\x92\xa4\x4b\xb6\xf1\x53\x14\x0a\xd1\x44\xe9\x9c\x48\x5b\x52\x9e\x97\xc6\xf0\x0a\x5f\x91\x7a\xb9\x15\xc1\x75\xc7\x1b\x88\xb8\x1b\x6e\xe4\xe3\x16\x1e\xa3\xab\x45\x0c\x46\x51\x57\xee\x00\x6a\x24\x7b\x5b\xd2\x9e\x74\x04\xf8\x6b\x7e\x68\x24\x64\x3d\xda\xf5\xa0\xd4\x5a\x58\xf7\xf6\xc8\xdf\x1b\xf8\xd9\x04\x1c\xc0\x53\x34\xc9\x24\x25\x1b\x56\x4d\x3e\x24\xe4\x92\x36\xfc\x32\xb7\x6b\x68\xfa\xa1\xb9\xcd\x69\x0b\xe7\xbf\x81\x9d\x8f\x26\xa9\xaa\x6d\x29\x7c\x43\x42\x31\xdb\x9f\x81\xfd\x7c\x25\x41\x9c\xa5\xc6\xe5\x7f\x01\xc7\xb9\x6a\x11\x32\x25\xff\x98\xb4\x1a\x23\xb9\x53\x64\x2c\xac\x8d\xd4\xa6\x70\xa5\x36\x85\xf6\x39\x83\xf0\x46\x47\xe1\xb1\x01\xfa\x28\xd2\x0e\x66\x7d\xe0\xe8\xb5\x14\x82\x01\x36\x34\x19\x82\x47\x44\x79\xc3\xdf\xf3\xd9\x53\xd2\xc8\x61\x7c\x91\x9c\xa5\x74\x7d\x76\xb9\xc9\xce\x7e\xfb\x94\x9f\x6d\x0b\x76\x56\xfe\x5e\x9d\xd5\xcd\x6e\xd8\x77\x9e\xf7\x5c\xb5\x9a\x0e\x2a\x77\x8d\xa4\xc4\x90\x6d\xfc\xda\xd2\x41\x40\xc4\x6a\x46\xea\xfb\x00\xa7\x63\x42\x97\xb2\xe5\x8f\x66\x5f\x85\x5f\xe1\x5a\x72\xde\x3e\x5c\x58\x6d\x0c\x6b\x66\xa1\x53\xc7\x07\x17\xdf\x56\x9c\x67\x47\xb9\x9c\x07\xcb\x55\x96\xf6\x43\x68\x9f\x26\x4d\xef\x69\xa2\x1d\x8f\xf8\xdd\x71\xdc\xa2\x33\xe3\x71\x63\xec\x6c\x38\xa7\xf0\x6e\xe3\xae\x44\x17\x20\x3b\x11\x9b\x43\x85\x31\xec\x8d\x7c\x60\x28\x33\x05\x98\x4d\xd2\x23\x8a\xc6\x05\x09\xf8\x01\x1b\x19\x6c\xeb\x8c\x54\x84\x34\x5a\xd2\x59\xbb\x1e\xb2\xe6\xbd\x38\x00\xb3\xa5\x90\xd2\x8d\xa7\xf6\x08\x00\xca\xde\xa2\xd0\xac\xae\x30\x14\xe1\x8d\x05\x4b\x7d\xc9\x10\x8f\xdd\xf7\x05\xe2\xfc\x71\x44\xa5\x41\x6d\xbf\x46\x25\x2f\xfd\x18\x61\x40\x16\x0b\x07\x81\xa3\x56\xc1\x26\xac\xa3\xad\x64\x29\x30\x43\xe8\x60\xcb\x1b\x0b\x90\x27\x8e\xa6\x07\x57\x87\x43\x3b\x20\x3c\xf7\x8d\xaa\x94\xc4\xb5\xef\x32\xc2\x3a\xf1\x65\x8a\x00\xbf\xc4\xef\x03\x8e\xf0\x69\xaf\x50\xf2\xbc\x58\x91\xa1\x4a\x3f\x24\x84\x1f\xe5\x9c\xe7\x43\x4b\x7e\xb7\xe0\x55\xa0\xb0\x81\x30\x14\xda\x9c\x96\x73\x5e\xca\x8a\xe3\xb1\x70\x78\x3b\x26\xf2\xe4\xa5\x0f\xa6\x4e\x64\x13\xd7\x00\x81\x9f\xd0\x49\xdc\xf8\xaf\x99\xdf\x20\x7c\xde\x77\x89\xc3\xfa\x65\x6b\xf9\xf9\xf6\xed\xd6\x68\x1a\xf8\x04\xcb\x14\x2b\x0b\xf5\x1a\xce\xf6\xef\x8b\x86\x09\xc5\xfb\x71\x3b\x3f\x18\x62\x4e\x5f\x61\x32\x71\xfb\x2e\x26\x8c\xa1\x71\x25\x65\x6e\xd2\x36\x38\x14\xaf\x17\x95\xbc\x0b\xcb\xd8\xf5\x40\x6e\xef\x06\x95\xba\x45\x2a\x24\x05\xab\x34\x91\x1e\xab\x1f\x0b\x51\x90\xc8\x2f\xdc\x68\x44\x5c\x7b\xcb\x1e\x10\x02\xdc\x8b\x38\xf7\x08\x42\xdb\x5b\xdf\x1a\x56\x82\x63\x7e\x89\x64\x08\x7c\xcd\xe7\x64\x2a\x16\xbe\xf8\x8b\x54\x28\x7c\x2b\x81\x78\x83\x55\x84\x7d\x74\x10\xe4\x93\x29\x7f\x76\xc5\xd3\xe0\x9d\x3e\xb6\x3a\x8b\xf0\x87\xce\x22\xb4\xdc\xc8\x7c\xa1\x17\xe2\xc4\xd3\x9c\x73\x3b\xad\x97\xd8\x75\xce\xb9\xb5\xd6\x4b\x70\x36\x48\xb1\x3d\x6b\x31\x04\x29\x59\xcb\x3e\x95\x64\x0d\x3d\xdf\x92\xb5\x6c\x7b\x24\x24\x45\x1b\xe0\x41\x2c\xab\xe9\x0d\x52\x72\xa5\x14\xec\x0e\x2d\x8d\x77\xaa\x3f\x95\xe0\xc1\xa3\x3f\x25\xb8\xd4\x9f\xb6\x9e\xe7\xe7\xe6\x53\x8e\xb7\x08\xe9\x73\xf4\x12\xdd\xed\x26\xd4\xbf\x34\xe7\xe8\x4e\x9f\xa3\x57\x72\x1e\xc5\xf4\x8d\x63\x98\x38\x98\xaf\x71\x22\xa7\x4a\xce\xd0\xa8\x56\x53\xa3\x66\x64\x94\x1f\xa2\x41\x1f\x3c\xa4\x08\x3d\x68\xf0\x05\xe8\x84\x5d\x17\xb4\x7a\x25\x4f\x6b\x9c\x93\x64\x92\xd2\x75\xbc\xcb\xe1\x12\x8a\x77\x84\x46\xbb\x08\x09\x9f\x8a\x9d\x56\xe1\xab\xb1\x96\x58\x44\x1b\xb2\x23\x24\x99\x5c\xb0\xf4\x96\x0f\xfb\x06\xad\xc9\x66\xe3\xe7\x48\x6b\xd4\x77\x92\x55\x16\x47\xdf\x9c\xec\x24\xc3\x2c\x9e\x3d\x4f\x7d\x87\xd3\xd0\x7c\x16\x1c\xf4\xdd\x8e\xec\xac\xab\xaf\x81\x1c\x55\x7c\xe9\x31\x76\x76\x2d\x47\x30\x15\xb3\x2f\xc6\x4c\x3c\x8c\x76\x2e\xcb\xce\xca\x30\x85\x05\x21\x07\x12\x1e\x46\x6e\x33\x0f\x07\xe1\xec\x14\xe0\xad\x88\x88\xaf\xaf\xfb\x84\x64\x08\xf6\xd0\x1c\x56\xd5\xd2\xdf\x92\xb1\x0f\x3f\xc7\xf0\x7a\x14\x23\x5c\x40\xb0\x3c\x25\x67\x51\xab\x6e\xc4\x97\xc7\x96\xa8\xf7\x63\xf3\x7e\x14\x23\x14\x76\xd2\x1f\x49\x1d\xe3\x62\x0e\xc5\xf3\x2a\xb7\xa2\x15\x90\x54\x36\x63\xb4\xd5\x0d\x41\x96\x4c\xf2\xca\x14\x05\x9f\xf1\xa5\xde\x0e\x63\xc8\x17\x6d\x89\x3f\x4c\x68\xd1\xd0\x8a\x77\xd2\xf3\xae\xe6\xe4\x72\x29\x8a\xba\x7a\x34\x1b\x5f\x3e\x9a\x85\x43\xd0\x60\xf3\xcf\xfb\xbd\x93\xb6\x98\x07\x22\xe9\x38\xd6\x1d\x19\x5f\x8e\x62\x24\xca\x3e\xb8\x23\x58\x2d\x05\x81\x9a\x8b\xbd\xba\xf4\x4b\x68\x3c\xac\x7d\xf1\x65\xc4\xf4\x28\xc2\x54\x2e\xe4\x66\x1e\xf1\xae\x96\x44\xbe\x1d\xeb\xb7\x23\x06\x23\xe8\xa4\xed\x4d\xc9\xd4\xe8\x59\xf5\xcb\x42\x55\x13\x46\xa5\x69\x04\x42\x61\x69\x0f\x8b\x6a\xf9\xc8\x57\x05\x4b\x52\xfb\x68\xc6\xb3\xab\xba\xe4\x2b\x33\x5e\x15\x21\xb5\xcc\x3a\x66\xaa\xa1\x9d\x1c\x23\x86\xe4\x4f\x5c\xee\xf7\x5b\x04\xfb\x2b\x97\xfb\xe5\xc5\xad\x5f\xe2\xad\xd9\x67\x5b\xb1\x31\x6f\x89\xda\x50\x1f\x59\x19\x59\xbf\x47\x64\x8b\xb7\xf6\xc7\xf1\x2d\x9f\x86\x52\x64\xbb\xd0\x5f\xde\xf0\x0b\x99\xfd\x30\x22\x25\x2e\x9d\xcf\xe3\x8b\x43\x23\xf7\x97\xec\x43\x09\xdb\x48\xae\x41\xb9\xdb\x54\xaf\xf4\xc6\xd2\x0b\x61\x0b\xae\x9e\xca\x11\x8e\x6f\xf1\xb8\xae\xb3\xcb\x82\xa6\x1f\x72\xd6\xec\xf7\x3b\xd7\xf1\x20\x23\x7a\xad\x18\x97\xba\xe9\xc0\xa6\x49\xa6\xa4\x0d\xab\x9b\xc3\xa1\xef\xa2\x8e\xaf\xb0\x38\x2f\xe7\xce\xc1\x8b\xe9\xe4\x06\xd3\xc9\x2d\xff\x2b\x71\xe1\xa8\x8b\x10\x77\xfc\xde\x2e\x8d\x4c\x05\x4c\xbd\x31\xc4\x4c\x7a\xcd\x4c\x2d\x5b\x53\xf9\xc2\xdc\x31\x3c\xcf\x0f\x78\x3a\x21\x43\xdd\xef\x65\x80\x07\x9d\xd5\x52\x86\xa9\x44\xe3\xe9\xaa\x1d\x17\x42\xa8\x7d\xa4\x29\x69\x37\xab\x89\xac\x74\x7f\xe9\xdd\xb2\x81\x02\xe6\xff\x36\x73\x54\x69\xf6\x70\x04\xf3\xf2\x18\x7c\xa5\x60\x74\x1f\x74\xe1\xb4\xed\x7b\x44\xc0\x31\xfa\xc0\x88\xb0\xaa\x6d\x82\x1d\xdb\xc8\x03\xe1\xb3\x00\x31\x1d\xd3\x0e\xab\x18\x61\xdc\x62\x85\x6b\x68\x85\xad\x3d\x69\xc4\xa9\x5a\xa2\xb1\x34\xcd\xd8\x83\xb9\x9f\x8e\x2c\x77\x44\xae\x0d\x6c\xba\xa5\x04\xdd\x94\xbe\xf5\x8c\x1b\x5b\xcb\x82\x83\xb6\xf5\xa0\x72\xb3\xe3\xdc\x6f\xca\x12\xce\x32\x68\xd1\x72\x21\x12\x57\x4e\xe2\x3e\xe1\x83\x71\x44\x2f\xa2\xcc\xda\xf5\x03\x40\x59\xdf\x46\x28\x23\xf6\x6b\xcb\xf3\x3a\x83\xb0\x1b\x19\xdb\xd5\xca\xb7\x88\x79\xde\xc0\x98\xcd\x21\x26\xd4\x51\x4e\x12\x71\xdf\x63\x4b\x9d\x4c\xc7\x33\x09\x2b\x5b\xf3\x22\xa3\x4e\xf1\x9b\x63\xc8\x99\xaf\x30\xc6\x60\x33\x94\x61\x4e\x06\xc2\x42\x78\xc3\x1a\x47\x98\x4a\xb6\x11\x7a\x5d\xb7\x7b\x5d\xf7\xca\x8e\x2b\x52\x4b\x7d\xf5\xd1\xaa\x13\x5e\x75\x32\xaa\x34\x0a\x96\xb0\x5b\x02\xa5\x85\x6c\x07\xf0\x62\x9f\xb7\x29\x3f\x33\xf0\x52\xc3\x4a\x88\xba\x04\x1e\x6f\x10\x73\x49\x58\x1d\x92\xac\x3f\xaa\xd2\xbd\x61\xe8\xa1\x44\x10\xbf\x96\x2a\xfc\x3c\x2f\x5a\x7a\x32\x3e\x14\xb1\x56\x95\xf4\xa0\x40\x27\x3d\x81\xb9\x92\x5d\xdd\xb0\xed\x29\xc3\xea\xef\x36\xbd\x5b\x6b\x53\x3a\x21\x07\x44\xbc\x01\xc7\xcb\x41\x83\x05\x48\x7f\x64\xc7\xef\x04\xec\xa2\xe7\x24\x40\x0d\xc9\x37\x3e\x25\x0e\xf5\x6d\xc0\x6b\x58\x9d\x71\x83\x4e\xe6\x79\x0f\x39\xf7\xbc\x62\x41\x02\x37\x1a\x5b\xbb\xd8\x15\x6e\x00\xb7\x5e\x77\x22\x2d\x1d\x60\x89\xe9\xc0\x76\xd2\x08\x42\xbf\xf1\x3c\xeb\x90\x68\xb5\xb0\x7d\x34\x2c\xa7\x61\x80\xf6\xfe\x91\xd6\x1d\x29\xa7\x5b\xca\x2c\x0c\xc4\x21\x53\x1e\xf3\xcb\xec\xba\x50\x28\xbc\xac\xf3\x55\x9f\x73\xa5\xb4\xff\x3c\xe1\xfe\x28\xe3\x1a\xdb\x65\xb9\x52\xac\xb8\xa2\x3f\x1e\xc3\xdd\x3f\x96\xbd\xe3\x76\xb2\x2d\xdb\xca\x1d\x1a\x15\x9e\x57\x0c\x48\x03\x80\x74\x2e\xf7\x53\x58\x04\x4f\xde\xbe\x0a\x6b\x11\xe8\xf1\x2c\x3a\x47\xb4\x0a\xfe\x13\xe9\xd5\xae\x9b\x70\xe5\x4e\xb8\x60\xdb\x16\x54\xf1\xa0\x34\xb4\xcc\x9c\xe9\x58\x5d\xfb\x4d\xfe\xcb\x76\xfe\x86\x95\x90\x9d\x73\x7c\x9d\xdc\x4a\x24\xa0\xb3\xdf\x96\x2d\xe8\x5c\x7e\x61\xd2\xfc\xe0\x94\x73\x44\xf2\xb6\x23\x2e\x18\x56\xcb\x2f\x5a\x35\xcf\x21\xf3\xf2\x0e\x18\x4e\x0c\x4c\x28\xb5\x2f\x79\x54\x5e\xf3\x25\xd3\xa9\x0a\x3e\x84\xd4\x94\xf9\xb6\x55\xe6\x42\xa5\x12\xc5\x42\x0d\xf7\x17\xdd\x38\x65\x5e\x3b\x74\x01\x4e\x46\x75\xeb\xc6\x09\xce\xf1\x0e\xaf\x89\xcd\xf2\x45\xeb\x68\x4d\xd6\xb6\xd7\x9a\x86\x1b\xd8\x10\xb6\xf1\xd7\x08\xa7\x24\x88\xd2\xf9\x46\x89\xd2\x34\x7c\x4f\x49\x36\xe7\xe9\x2a\xca\x3c\xef\xb6\xf4\x33\x5c\x22\xb8\xaf\x5c\x94\xfe\xdb\xd2\x2f\xb1\x12\x04\x20\x9c\x09\x8d\x7e\x24\x94\x32\x57\xa5\xdf\xe0\x12\xe1\x2b\x72\x59\xfa\x05\x2e\x91\x74\xcc\xdf\x02\xe0\xd6\x95\x22\x20\x8f\x09\x6f\x95\xa2\x05\x37\xa5\xbf\x86\x5e\x85\xd7\xea\x57\x04\xea\xbf\x78\x71\xb5\xdf\xc7\x84\x5c\x79\x1e\x5b\x80\xc1\x51\x45\xd6\x38\x23\x25\x66\x64\x8b\x63\x72\x85\x30\x2f\x7b\x59\x2c\x4a\x73\x7f\x1d\xe4\xfb\x7d\x2e\x1f\xe7\xea\x3d\x5a\xfa\x35\x59\xe3\x9c\x94\x28\x2c\xe6\xa5\xbc\xbf\x0e\x76\xfc\x1e\xc0\x57\x19\xbc\x41\x20\x65\x59\xe3\x1d\x4f\x95\x43\xc7\x73\x5c\xa2\x65\x4e\xde\xc2\x2f\x55\x56\xb8\x83\x6f\x3b\x31\x28\x3b\x3e\x28\x3b\x2c\x4a\x00\x29\x6b\xee\x79\xaa\x01\x0b\x52\x2c\xfd\x8a\xd4\x38\x23\x39\xe4\x83\xea\xe6\x00\x0f\x50\x91\x04\x67\x64\x87\xb0\xe6\x61\x84\xd1\x30\xc5\x82\x3d\x0e\x83\x03\x8c\xea\x25\xb1\x24\x62\xb0\x52\x2c\xf1\x9a\x14\xa1\x21\xcd\x82\x3e\x26\xd2\x3b\x59\x0d\x6d\x85\x2f\xf9\xd0\xb2\xfd\x7e\xd8\x54\x3b\x0a\xde\xcb\x6d\xb2\xd8\xaa\xf8\x79\x55\xc5\xb7\x56\x10\x74\xe9\x58\x2b\x8e\x6c\x9b\xc4\xe2\x0a\x8d\xfc\x66\x41\x64\xc3\x46\xb2\x3d\xe8\xd1\x0c\xe8\xf5\x81\x4f\xa8\xa8\xdf\xac\xe1\x9b\xee\x1a\xb6\x5d\x99\x15\x1f\x22\x61\x83\xa6\xf4\x6b\x0d\x5e\x59\xcf\xab\xa8\x1e\x8d\x90\x11\x2f\x5d\x6e\x7c\x8a\x6b\x5c\x8f\xa6\x88\x33\x5b\x46\x3a\x53\xfb\x48\xea\x3a\x93\x1e\xfd\x66\x22\x41\x6c\x60\x32\xf8\x1d\x4f\x4e\xec\x5d\xbc\xdf\xfb\x31\x69\xc0\xb9\x62\x2d\xcd\xce\xd7\x44\xa4\x5b\x14\x4b\xf8\x3b\x2e\xc2\x62\xac\xb3\x08\xe8\x09\x91\x7e\x3c\x05\xf8\xa2\x9d\xbc\xf6\x4f\x17\xfc\x69\x3d\x67\x4a\x4a\xc8\x07\x6a\xa7\xc4\x43\x6a\xa0\x70\x4a\x36\xd2\x20\xd2\x32\x21\x17\x26\x70\xa2\x7b\xe8\xa8\x52\x88\x17\x45\xc8\x4e\x8b\x1e\x52\x32\x10\xf0\x9a\x6b\x7e\xf8\xf7\xae\xa9\x7a\xe4\xa7\x62\x6e\xa2\x8c\xe8\x07\xcc\xc8\xfa\xa0\xb0\x49\x5b\x39\xb2\xc5\x78\xba\xcc\xc2\x78\x11\x2c\xbb\xd3\x14\x06\xd6\x81\xff\xbc\x74\x7c\x25\x38\x65\x22\xcd\xe4\x06\xc7\xa4\x99\xdc\xe2\xfa\xcf\xe2\xc6\x83\x07\xb8\xed\x6f\x77\x6c\x3c\x40\xba\xc8\x29\x3b\xb5\xa4\xef\x65\x9c\xf2\x74\x1f\x59\x89\x77\xc4\xfe\x90\xb2\x44\xdc\x7f\xf0\x9a\xc4\xe3\x5c\x0c\x9b\x0e\x6f\x1b\x08\x35\xb7\xf6\x9c\xe9\xfa\xe0\x45\x86\x92\x52\x25\xd3\x34\x66\x02\x30\xb1\x83\x69\xe4\x67\x84\x4e\xa8\xb8\x2c\x3e\x97\x82\x3e\x7f\xcd\x59\x5e\x65\xf5\x00\x4e\xd1\xb0\xa6\xa3\x81\xef\xaf\x49\xbd\x08\x96\x5a\xce\xba\x91\x12\xd9\x0d\x5a\x90\x80\x2f\x26\xb2\x43\x82\x1b\x4c\x35\x33\x26\xd4\x52\x41\x94\x92\x01\xdf\x27\xe3\xfa\x10\x93\x7c\xb4\x8e\x04\x15\x17\xba\x29\x50\xa0\xcf\xa9\x6b\xd5\x8f\x0c\x32\x62\xeb\xcb\x32\x08\x65\xb1\x9f\xf8\x9c\x26\x32\x54\x29\x94\xb2\xa0\xb6\x0b\x80\x19\x1f\xeb\x25\x21\xdd\xe1\x5a\x76\x5f\xf5\xd7\x21\x0e\x12\x61\x4c\xea\x0a\x8f\xaf\x88\x30\x1c\x55\xe3\xf9\x4d\xc5\xb6\xc0\x38\x2d\xc5\xfb\x70\x8b\x2f\xc9\x55\xe7\x2b\x58\x13\x46\x97\x9e\x37\x70\x16\x91\x36\xb0\xba\xe4\x54\xfc\x52\xf8\x34\xe1\xcb\xfd\xde\x67\x96\xa4\x5d\x6c\xd7\xa9\x21\xb9\x89\x94\x38\x4d\x31\x43\x08\xfb\x47\x2b\x44\x0f\xaa\x4f\x74\xf7\x16\x5f\x48\x0c\x9b\x4b\xcf\x0b\x06\x26\x00\x75\xdf\xbd\xf7\xd2\x89\x45\x5d\x29\xc4\xeb\xca\x8e\x45\xcd\x59\xba\xed\x24\x89\x2b\xda\xfc\x28\x35\x57\xba\x75\x62\x77\xbe\x25\xc7\xbe\x8b\xe1\x7a\xeb\x79\xfe\x2d\x79\x2b\x25\x35\x70\x57\xbf\xd0\x8f\xc6\x7a\x55\x16\x02\xdc\x6f\xab\x86\x6b\xd2\xfb\x51\x14\x7f\x0d\xc5\x5f\x0b\xef\xa4\x97\x62\x64\x68\x85\x2f\xd4\x2b\x29\x10\xe0\x54\xb1\x8e\xd7\x71\x95\x79\xde\xbb\xd2\xbf\xc5\x17\x98\x21\xcb\x1f\xcc\xf3\x3e\xaa\xb7\x08\x4a\x94\xf1\xc5\x85\xb2\xf3\x16\x60\x80\xd4\xf8\x39\x46\x75\xb7\xd2\x06\xf1\x46\x9b\x4b\xea\x84\x92\x69\x19\xdc\xa8\xa5\xbd\x5e\xc0\x1e\x1c\x65\x52\x18\xf2\x68\xb6\xe4\x2f\x42\xb9\xb3\xae\x00\xc6\xeb\xba\xf4\x6f\xe0\xd2\x0c\xdd\xbb\x25\xcf\x85\xc5\xe2\x05\x79\x2e\xc7\xcc\x00\x3f\xab\x06\x19\x73\x3a\xde\x05\xeb\x84\xfc\xd4\x05\x3d\x12\x2b\x12\x62\x9e\xfa\x7e\xa5\x04\xc0\x5f\x68\xc2\xf3\x72\x13\x57\x71\xd2\x50\xa1\xef\x47\x91\xd0\x3a\xfe\x54\xc5\x65\x09\x50\x05\x85\x6c\xfb\x62\x3a\x79\xfa\x45\x0f\xb9\xf2\x3c\x9f\x8d\x44\x25\xeb\x9c\xb1\xca\xf7\xb3\x71\x01\x1c\xcd\xa3\x9e\xd4\xbc\x62\x43\x48\x45\xc9\xef\xaa\x38\xc9\x45\xb5\x6f\x2c\xa4\xe2\x58\x93\x02\xf0\x4c\x7c\xc5\x12\x5f\x7a\x81\xf2\xe2\x2d\xe3\x3d\xfe\x6e\x74\x0a\x45\x10\x80\xac\xe5\x55\x18\xe0\x01\x95\xd5\x88\x04\x7c\xa1\x2e\xf4\x19\x1b\x91\xaf\x89\x0b\xd2\x96\xa1\x65\x31\x66\xff\x55\x84\x53\xce\x77\xed\x7c\x8a\x33\x85\x97\x33\x10\x7b\x69\x3c\x0d\x55\x31\x07\x3f\xc6\x4c\xbb\x5e\x37\xf1\xc5\x87\xec\x0f\x6a\x4d\xd2\x3b\xf7\xb0\xe3\x8d\x78\x6c\xdf\x70\xf7\xfb\x66\x20\x36\x70\xd7\xca\x5c\x5d\x9d\x22\xd3\x3b\xea\x42\xd8\x44\x19\xc9\x1c\xb6\x5d\xc5\x3a\x37\xc5\x0b\x24\x9a\xcc\xc0\x02\xe8\x52\xe5\xc0\x00\xf7\x50\x8d\xa7\xb8\x3a\xcd\x41\x2c\x0a\xd3\xab\x8f\xba\x57\x9c\x6f\x1f\xe8\x51\xb6\xda\x2a\x41\x7a\x94\x49\x8f\x25\x38\x93\xd0\x5b\xad\x76\x66\xd6\x7d\x64\x40\x2a\x53\x20\x18\xa6\x83\x81\xce\x9b\xac\x6e\xcc\xde\xd4\x96\x3a\x48\x4b\xb1\x34\x84\x4e\x31\x76\xe5\x15\x4b\x7a\xac\x6b\x21\x74\x3f\x30\x00\x55\x3d\x3c\xe6\x14\x1d\x1d\x19\x39\x34\x4f\xcd\xd0\x7c\x28\xcd\xaa\x54\x73\xe6\xfa\x9a\x3e\x6f\xfc\x46\xd8\x5b\x63\x26\xac\xa9\xed\x4d\xb8\xa4\x5a\xcb\x0e\x0e\xe0\xca\x62\xd9\xf3\x44\xa6\x85\xa0\x27\x4b\xf1\x34\x9e\x86\xb2\x2c\xed\x2c\xa6\x63\x63\xd1\x53\x46\x76\xb8\x96\x42\x2e\xcb\x0c\xcd\x17\x45\x23\xe0\xa3\x40\x0e\xf8\x12\x5a\xe2\xdf\xdd\x84\x05\x21\x7e\xad\x75\x0d\xcb\x58\x1d\x6f\x61\xac\x8e\xbe\xdb\xd0\x07\x81\xdc\x88\x29\xa6\xf7\xd1\xec\x80\x0c\x8e\x4b\xd2\x85\xf9\x4a\x70\x21\x0c\x06\x84\x40\xbf\x87\xc8\xaa\x81\xda\x91\x7c\x59\x2c\x73\x23\x23\xcd\x2d\x41\x65\x58\x38\x94\xb6\x53\xcd\x4e\x57\xa3\x67\xe9\xd7\xb2\x8f\x76\x9c\x9c\x29\x0a\x6e\x19\x1f\x44\x34\x31\x84\xe3\x13\xe3\x57\x93\x06\x27\x70\x72\xab\x2d\x90\x93\x82\x5f\x8f\xc5\x15\xbc\xe0\xfd\x69\x4a\xd8\x08\xb9\x40\x8c\x9b\x14\xbb\xed\x05\xad\x08\xf1\x8b\x65\xc7\x37\x39\x9c\x6a\x91\x5a\x1d\xed\xc8\xf0\x97\x62\x88\xbb\x8d\xd5\x85\x8c\x7c\xe9\xd0\xd2\xd3\xea\x9c\x98\x61\x29\xa4\x41\x12\xf0\x8e\x70\x14\x26\xc2\x25\x21\xf1\x77\xa6\x42\xad\xe6\x32\x22\xf4\x3c\x4a\x48\xe5\xef\xd0\xa1\x26\xb9\xc5\xd7\xff\xd1\x7b\x63\xb3\x6d\x2c\x5e\x77\x0d\x7d\x8c\xe0\x03\xc2\xbf\x20\x4d\x33\x30\x23\x83\xa9\xf0\x0b\xad\xba\xbe\xa0\x59\xcb\x17\x54\x22\xd7\x4f\x2e\x68\x73\x4d\x69\x21\x0f\x8f\xf1\x14\xcb\x13\x63\x6a\x07\xcc\x11\x07\xa6\xf8\xb2\xa0\xfc\xd4\x03\x60\xd8\xca\xf3\x7c\x50\x43\xf0\xd7\xe2\x9d\x05\x0d\x47\xf1\xd4\x06\x76\xab\xa4\x57\xc3\x20\x40\x07\x83\xff\x52\x0b\x37\xd2\xba\xed\x46\xca\x87\x4f\xf3\xc0\x52\x54\xfe\xf2\x28\xe4\x9b\xe3\x15\xdd\x16\x33\xe6\x71\xdd\xfc\x8d\xde\xf2\xb3\x4a\xc5\x0b\x90\xaf\x3e\x66\x5b\xfd\x4a\xf0\x3d\xc2\xad\xea\xbb\x38\xf9\xa4\x83\x39\xcb\xc8\x83\xdf\xbf\xfb\xf0\x37\xaa\xf8\x20\x53\x8a\xf6\x6c\x78\x57\x65\x97\x59\x61\xc5\xab\x71\xbe\xda\x35\xf1\x0f\xaf\xeb\xe4\xc7\x8a\xd6\xb5\xfd\x0e\x0c\x24\x6f\x9a\xb7\xb4\xd8\xe9\xb8\x06\xb2\x39\x32\xbe\x92\x0a\x68\x5d\xd1\xcb\xac\x6e\x68\x45\x53\x90\x98\xd7\x56\xa4\xeb\xba\x61\xdb\x4e\x7a\x8d\x5b\xa1\x3b\x65\x59\x5e\x7d\x23\x0e\x11\x08\xfb\x65\x87\x0e\xd6\x09\x5e\x17\x29\x4d\x9f\xeb\x38\xd9\xbd\xde\x90\x7c\xe5\x09\xcb\x5e\xb6\xab\x2d\xa7\x47\x4b\xd1\xd4\xb6\xc0\xaa\xc8\x8f\xe5\x39\x5d\x45\x8d\xcd\xcb\xc7\xa9\xe8\x12\x3f\xb8\x68\x41\xf9\x22\x32\xcb\x30\x43\x77\xaf\x4a\xbf\xc1\x19\xbf\x02\x14\xd2\x2e\xf4\xd5\xae\xe2\x84\xda\xb4\x47\xc2\xc9\x7d\xa2\xb7\x29\xbb\x2e\x86\x80\xc7\x54\x4c\xe4\x23\xe4\xde\xef\xfd\x02\xfc\xe4\xbf\xc9\x77\xf5\xe6\x9d\xd4\xaf\x41\xbe\xc6\xa8\xdb\xc0\x1b\x09\x52\xf8\x08\x17\x93\x6a\x57\xbc\x74\x46\x17\xb6\x6e\x86\x96\x42\x97\xc5\xdb\x2f\xb8\x39\x1f\x85\x15\x54\x23\x02\x2e\x14\x9d\xd9\xd2\xe1\x98\x0d\x97\x72\x96\x15\x67\x3f\x96\x88\xb7\x21\xb2\x78\x70\xfd\xf3\xd7\x2b\x5a\xd5\x19\x2b\x16\x64\x1a\xcc\x78\x2b\x8d\x01\x7b\x67\xc4\x86\xd7\x1b\x4a\xf3\x21\x76\xfd\xf6\xdb\xcb\x1b\x4c\x3c\xac\x81\x17\x3a\x4e\x80\x89\xa2\x95\x5c\x55\xc3\x82\x15\x74\xa8\x02\x9d\x25\x39\x8d\x2b\xbe\x8e\xd9\xae\xf1\xbb\x05\xf2\x9e\x76\xf6\x50\x4d\x1b\x95\xe3\x74\x73\x60\x61\xde\xdb\x9e\xe1\x01\xe1\x69\xc0\xe9\x07\xbe\x2b\xe3\x5a\x43\x5e\x28\x44\x26\x37\x0a\x85\x89\x67\x81\xad\xdb\xce\xe9\xe5\x36\x04\xb7\x5f\x77\xf0\x6c\x8f\x1d\xd4\x8b\x03\x69\xfb\xd9\x09\x3a\x70\x14\x13\xb2\x8f\x66\xd0\x63\x04\xc3\x60\x44\x58\x5e\x72\xf5\xae\xa2\x6a\x0d\x9e\x04\xff\x92\x06\x8d\x51\x3f\x65\x88\x6c\x18\x81\xcf\x85\x0e\xc8\xd6\xbe\x00\x7e\xe2\x77\xe9\x82\x28\xd5\xbc\x4f\x91\x08\x78\x65\xdd\xa3\x0b\x75\x8f\x2e\x3a\xf1\xe2\xe4\x90\xb8\x4d\x13\xbb\xe3\x4e\x04\x88\x0a\x65\x8c\x27\xbc\x91\x5f\xc3\x4a\x5a\x2a\x26\xc4\x3e\x11\xb3\xee\x26\xd3\x98\x85\x88\x73\x82\xd2\x2a\x74\x38\x90\x10\x6c\xfd\x7b\xb2\x01\xd8\x90\x13\xcb\xa3\xb1\x16\x46\x01\xd4\x88\x02\x24\x6c\xd6\x43\x1e\x1a\x2c\xbe\x15\x1d\xfa\x70\xe0\xa4\x41\x6f\xfe\x9c\x6f\xfe\x0a\x25\x7e\x6e\xcc\x0b\x77\xe2\x54\xdc\x75\xc0\x15\x34\x7c\x60\xbb\xba\x63\x91\xd5\xa5\xc0\xd0\x38\x1f\x38\xb9\xcc\xbc\x67\x72\xde\x2b\x7e\xc5\x68\xcd\x3b\xd3\xd1\xd4\x63\xc2\x26\x6a\x2a\x38\xed\xce\xd6\x7e\x0c\x81\xc0\x00\x50\x1e\xa4\xd8\x4c\x86\xc7\xc3\x05\x6e\xd0\x7e\x5f\xa8\x4b\xee\x8f\x62\x10\x68\xaa\x15\x5d\x6e\xa0\x30\x13\xa8\xcd\x0c\x43\xcd\x67\xd6\x61\x0e\x32\x2b\x8c\xab\xa5\x0f\xae\x76\xc5\x07\xe7\xa8\x7c\x18\x2a\xde\xb1\xc1\x78\x10\x3a\x1e\x66\x24\xd3\x83\x21\x09\xb2\xb8\x4d\xf0\x62\x98\x18\x8d\x4c\x8d\x46\x83\x8f\x07\x79\x33\x1d\x8e\x05\x1a\x5e\x7c\x14\xfc\x4f\x9d\x6a\x27\xbb\x07\xbb\xde\x89\x58\x60\x71\x40\x0d\x3f\x0a\x5f\x82\x89\x48\x9b\x13\xb2\xe0\xd8\xbe\x26\x26\xa1\xe7\x99\x0f\xf3\x0e\x07\x33\x9a\xd1\xc7\xfb\xbd\x3f\x30\xde\xef\xfb\xfd\xc0\x92\xb9\x37\x93\xfa\xb6\x68\x36\xb4\xc9\x92\xfd\x7e\xfa\x78\x60\x97\xfb\xcc\x7a\x5a\x0e\xa0\x8c\x8c\xd5\xfb\x3d\x1f\xf9\xd7\xa5\xb8\xd9\xf4\x47\xa9\x91\x99\xac\x56\xf2\x4d\xc5\x6b\x4b\x9a\x2a\xff\x1b\xbd\xe5\x3f\xe3\xbc\x91\xbf\xb6\xb4\x89\xe5\x4f\xdd\x1a\x0d\xec\xe3\x32\x78\x05\x3e\x72\x68\xa9\xf8\x58\x22\x10\xb6\x48\x2d\x02\x30\xce\x9e\x06\x80\xe1\x13\xfa\x96\xb5\x4e\x4a\xf3\xf8\xf6\xb9\x18\x11\x9e\x12\x1a\x8a\x75\x73\x21\x83\x15\x11\xd2\x94\x79\x8f\x6b\x93\xd3\x5a\xa5\x2b\x1e\x34\xfd\x9d\x91\xdc\xea\xed\xc6\x81\xd5\xc3\xed\xb6\xa0\x96\x1d\x46\x87\xa7\x3a\x6e\x14\x32\x18\x3c\xfa\x3f\x9f\xe8\xad\xc6\x52\x6c\x6e\x4b\xda\xc6\x36\x2b\x2e\x17\xc1\x7e\x3f\x18\xd8\x42\x47\xb3\xa4\xc6\x47\xf8\xcd\x39\x3f\xe9\x7b\x50\xd2\x0c\x3b\xea\x8c\x60\x87\x9f\x3b\xde\x66\x9b\x37\x84\x06\x7b\xde\x6c\xf6\xf5\x80\xe8\x65\xb5\xdf\x0f\xad\x0a\x69\x91\x5a\x29\xe5\x22\x35\xee\x06\x9c\xfd\x7d\xeb\x70\xbd\x47\x0f\x7f\x97\x39\x96\xf6\x33\xee\x4b\x13\x47\xb1\x97\x9f\xa6\x0f\x80\xf9\x7b\x70\x55\xfa\xd0\xbe\x1f\xb4\x4a\x53\x8f\x23\x37\x1b\x74\x6f\xb4\xc9\x3f\x33\x04\x26\x30\xc8\xeb\x92\x48\x5e\xeb\x45\x9c\x7c\xaa\xcb\x38\xa1\x43\x2c\x67\x2b\x7c\x86\x81\x6b\xfb\x78\x5b\x52\x5e\x7f\x4e\x1b\x05\x7d\xf5\x42\x39\xaa\xab\xd6\xbd\x06\xd3\x5f\x9d\x73\xfa\xd8\xce\x2a\xa0\x4c\x7e\x8c\xab\xf8\xb2\x8a\xcb\x8d\xce\xf4\x0a\x8a\x34\xb9\x9e\x7c\x79\xb4\xc2\x6f\xa4\x8f\xfc\x61\x85\x7f\x28\xc9\xf9\xf4\x4b\x3c\xfd\x0a\x4f\x9f\xe1\x59\x80\xbf\x9e\xe2\xaf\x67\x78\x36\x7b\x82\x67\xb3\xa7\x2b\xfc\xe6\x04\x7e\x79\x7f\x34\x49\x37\x3c\xde\x6d\x4e\x55\x28\x3c\xbe\xf4\xc5\xe8\x29\x9f\x4b\x20\xd0\x57\x00\x28\x27\x11\x90\x1c\xb6\xd7\xd1\xfe\x44\xac\x87\x0d\x86\x19\x11\x08\x00\x72\x86\xae\xe4\xe4\xf3\x5f\x93\x0b\x85\x83\x80\x10\x3e\x9a\x7d\x57\x0e\x15\xee\x18\x91\x7f\x9d\x8c\xf0\x4e\xc0\x6f\x90\x62\x52\x6f\xb2\x35\x5f\x66\xaa\x4b\x79\x93\x95\xb9\x0e\xe7\x67\x50\xd9\xe3\x3c\x67\xd7\x6f\xe5\x67\xbd\x66\x6a\xe4\x79\x7d\x3e\xf3\xae\x34\x25\x4d\x6d\xa7\x76\xe9\x7a\x26\xc3\x39\xff\xb4\x99\x6c\xe3\x64\xa9\xcf\x8a\x50\x1f\x25\x07\x70\xae\x92\x68\x4f\x55\x7c\xf9\x96\x8f\xc5\xfd\x95\x95\xf7\x57\x36\x50\x67\x54\x38\x38\x5a\xdb\x25\xbf\xb6\x0f\xfc\x41\x07\xf9\x9d\xf6\xa2\x5b\x48\xc0\x17\x2d\x0b\x16\x2d\x73\xa1\x61\x06\xc5\x7e\x0f\x11\x2e\xc1\xef\xe9\x25\xdb\x15\x8d\xb1\x3e\xb2\x81\xa1\x2f\xa5\x8e\x09\x22\x4b\x75\xed\x00\x32\x12\x44\xd9\xbc\xd2\x7e\x79\xca\x0e\x80\x91\xea\x3c\x03\xe6\x90\x09\xcb\x7c\xbe\xfa\x20\xe7\x3f\x3d\x8f\x49\xbb\x7e\xf7\x1d\xd8\x6e\xa8\x37\x3f\xf3\x37\xca\xcc\x43\xbf\x34\x7c\xa3\x66\xff\x60\xa8\x40\x2e\xfe\x97\x52\xe0\x8b\x83\x00\x63\x30\x25\x0a\x2e\x42\x0e\x20\x40\xb7\xb5\xd9\x70\xb9\x93\x60\xf8\x78\xee\xde\x10\xe6\xb0\x05\x7a\x21\xba\x41\xb9\x7b\xb1\x6b\x1a\xbe\xfa\x5c\xbf\x37\x49\xbe\xa2\xbe\x86\xd8\x95\xb6\xf6\xaa\xe3\x24\xd8\x57\xab\xb8\x71\x3d\xb8\xc0\xd6\x2a\xda\xef\xe9\x91\x31\xb0\x08\xee\xbd\x54\xbc\x0d\xb1\x72\x94\xac\x50\xe9\x40\xfb\x00\xca\xc2\x0f\xa0\xe3\x89\x2d\x3a\x72\x04\x97\xb5\x47\xe8\xd4\x0a\x90\x78\x0f\x53\x25\xa4\x0d\x00\xaf\x6e\x93\x25\x97\x16\xa1\x68\xd0\x22\xb7\x9e\xd7\x4c\xe8\xef\x1d\xf7\x38\xbd\x23\x41\xa0\x04\xbb\x12\x54\x12\xe4\x1e\x64\x1a\x91\xca\xc6\x35\x4b\xb3\xba\x84\x8b\xc1\x9d\x4e\x19\x36\x78\x57\x4b\x91\x88\xea\x9d\x92\x93\x0c\xb1\xeb\xfc\x68\x09\x47\xac\x33\xc2\xba\x37\x3d\x04\x2b\x38\xa2\x56\x0c\x4c\x85\xa3\x62\xf6\x95\x4b\xa8\x9c\x27\x90\x5c\xdb\xb0\xa3\xd6\x58\x6b\xde\xc3\xf3\x4e\xf3\xdb\x8d\x5e\xdb\xd6\xc2\xe6\x4c\x77\xd0\x67\xac\xf9\xaa\x34\x91\x31\x9a\xc9\xc5\xee\xe2\x22\xa7\xb5\x21\x6e\x80\x93\x70\xec\x42\x6a\x34\x71\x70\x89\x9a\x34\x71\x75\x49\x9b\xa8\x1a\x38\x36\x32\x51\xe5\xe8\xe6\x10\xc8\xf9\xf7\xfb\xe9\xd4\x36\x0f\xdb\xef\xfd\xc2\x84\xc6\x00\x21\x80\x65\xe1\xec\x37\xa8\xad\x53\x94\xf0\x67\x3f\x96\xbd\x71\x02\x7f\x2f\x09\x00\xb6\x82\x44\x30\xd3\xd2\xc0\xf9\xf4\xa9\x41\xae\xfb\x69\x33\xb9\xa6\x17\x9f\xb2\x46\x7f\xfd\x32\x78\x62\x06\xe6\x7d\xe9\xde\x11\xd5\xed\x33\x23\x53\x88\xa5\xdf\xb0\x8f\xf4\x86\xb7\x0c\xee\xf8\xa0\x44\xe1\x1d\x32\x0b\xb4\x12\x28\xcb\x0a\x91\x97\x08\x15\xd5\xb7\xa5\xe7\xf5\xa4\xea\x81\x8b\xd6\x57\x37\x11\xbf\x94\x0f\xca\xb7\x25\x21\x9c\xf4\x4b\x54\x5d\x38\x9b\x6a\x15\x83\x6d\x3c\x8d\xf8\xf5\x5b\x2c\x9e\x17\xb7\x02\xbe\xaa\x07\x80\xba\xb2\x75\x4f\x02\x1f\x44\xa8\xd0\x44\xe0\x3f\xad\x44\xbb\x83\xa6\x85\xf4\x10\x25\x12\x2e\x39\x52\xe6\xff\xb2\xef\x7e\xbc\x64\x52\x2f\x34\x1a\x09\xd8\xe2\xb0\x41\x23\x2b\x0c\x82\x3a\xd0\xef\xe4\x92\x0e\x85\xa5\xbf\x42\x5f\x06\xf6\x31\xac\x0f\x58\x54\x65\x69\x42\x84\x4a\xa5\x36\x58\xff\x2a\x48\x54\x41\xe2\xe5\xbd\x9d\x6c\x88\xd5\xae\xfe\x26\x48\x60\x14\x08\x9c\xd3\x30\xd5\x94\x46\x18\xe5\x1f\x6b\x4f\x63\xb7\x27\xac\x94\x4f\xbc\x01\x46\x64\x88\x6f\x7e\x45\x83\x0a\x7c\x67\x51\x1e\x20\xbf\x93\x32\xae\x39\xfd\xe8\x21\x3b\x87\x1f\x4b\x25\x74\x6f\x31\x4b\xd4\x26\xdd\x5d\xd1\xa9\xaf\x48\x36\xc2\xb3\xaf\xac\x0b\xfe\xd2\xc9\xe7\x28\x51\xcc\x65\x32\xfc\xa1\x34\x92\x3f\x7d\xbf\x85\x88\x50\xc7\xb3\x07\x48\xd8\x83\xbe\x28\x49\x60\x45\x80\xb5\x14\x9e\x2a\x34\x59\x47\x51\x0a\x26\xb5\x22\xd2\x9b\xfe\xda\xc7\x1a\x76\x2c\xf4\x66\xbd\x16\x7a\x33\xdb\x42\x6f\xb6\x0a\xa7\xb0\x53\xc1\xd2\x22\x6e\xe8\x25\xab\xb2\x3f\x28\x40\xa1\x66\xc4\xd5\xb9\x02\x5c\xd8\xd8\x98\xa4\x05\x84\x64\xad\x38\x5d\x56\xa3\x51\x14\x10\xc2\x96\x05\x99\x86\xcc\x24\x04\x65\xde\x78\xaa\xcc\x4b\x18\xae\x09\x8b\x8a\x79\xb0\x8c\xc9\x6e\xe7\x67\x02\x49\x9c\xe1\xc1\x14\x85\xb5\xfd\xc6\x04\x13\x49\x48\x25\xdf\xca\x00\x2e\x31\xae\x11\x8a\xe2\x45\xa0\x95\xba\x26\x5f\xcc\x4b\x02\x49\xb2\x9b\x27\xc7\x31\x42\x03\x92\x48\x1b\x85\x98\xe4\xc2\x5f\xa7\xd6\x80\x4e\x91\x32\x37\x35\x85\xd5\x7d\x25\xd5\x78\x67\x97\x54\x93\xdd\xc1\x8c\x85\x00\x70\x88\x47\x99\x8c\x75\x26\x7f\xa0\x83\x16\xcc\xc1\xdc\x0a\x91\x5f\x8f\x9a\x5d\xa8\x8a\x3b\xda\xef\x6c\x99\x19\x95\x3b\x50\x53\xfd\x46\x68\xde\x99\x8a\xad\xe6\xa4\xe4\x64\x50\x83\xab\xcc\xbb\x16\x7d\x9e\x57\x0b\x5a\xe9\x79\xf5\x68\x84\x4d\xfb\x71\x0d\x3b\xad\x61\xbb\x64\x03\xa2\x88\xd6\x66\x7b\x51\xda\x62\xbd\x07\x6e\x3d\xcd\x4f\xa0\x03\x56\x85\x6f\xdd\x5b\xcf\x83\xb7\x71\xab\x2c\x60\xd5\x7a\x88\x02\x5c\x68\x8c\xee\x4d\xaa\xdd\x06\xfe\x8b\x72\x61\x89\x8a\x66\xf4\x31\x84\x9a\xfc\x4b\xc9\xcf\x50\x4b\xa0\xcb\xd9\x7e\x10\x72\xbb\x77\xb0\x6d\x8a\xba\x22\xee\xa2\x25\xe2\x06\x65\x86\x1f\x60\x29\xd7\x45\xd0\x20\x24\xa3\x40\x6a\xb9\x6c\xe6\xca\x65\x33\xa5\xa5\xae\x00\x2d\xbc\x91\x37\x81\xfd\xde\xaf\x7a\xef\x86\xdf\x88\xf3\x17\x57\xa2\xed\x96\x35\x82\x3e\x3c\x31\x23\x05\x8e\x89\xf6\x22\x13\x2c\x52\xe8\x8e\xb9\xcd\x8a\xf9\x85\xb8\xd7\xb0\xba\x1b\x06\x01\x5e\x23\x5e\x4f\xd6\x62\xc3\x70\x2c\x2c\x24\x0f\xae\xe7\x54\x83\x6b\x9c\xc8\x5d\x0a\x72\x7d\x50\x95\x89\x1b\x1a\x21\xb1\xb9\xac\xe9\x0b\x99\x79\xfb\xf3\x32\x27\x2c\xf4\x73\xc2\x74\x3f\x63\xd2\x20\x3c\xc8\xf7\x7b\xe3\x74\x98\xc9\xc8\x78\x40\x58\xc1\x1a\x05\xe7\x93\x8b\x2c\xae\x71\x25\x4f\xec\x92\xd5\x03\x02\x5f\x3c\x6f\x50\x2b\xac\x02\x48\x0f\x1f\x71\xa1\xd2\xe3\x0d\xd1\x86\xa3\x6b\x19\xf8\x4e\x9a\x92\xa4\xc6\xc8\x74\xcd\xcf\xc2\x1d\x98\xc3\xed\xc8\x66\xbe\xd3\x16\x0a\x62\xf3\x6c\x70\x0a\x06\x0a\xe2\x29\xc5\x1b\x7d\x05\xac\x97\x99\x3a\x0d\xc5\x99\x9c\xc9\xcb\xb5\x00\x0b\xdd\xa9\x1a\x1b\x86\x50\x98\x80\xfe\xc7\x66\x8f\x16\x53\xeb\xd5\x89\x58\xeb\xf4\x77\x7f\x87\x0e\x08\x2d\x8f\xc1\xc8\x05\x11\xa0\xae\xc0\xe6\x10\xc5\x9d\x17\x2b\xb8\x72\x38\x21\x00\x05\xaf\x48\x75\x8d\x40\xfd\x02\x5c\x20\x05\xba\xd2\xfa\x54\x8c\xa6\x88\x13\x03\xde\x27\x88\xcc\x2b\x70\x5b\xad\x17\x63\xdf\x7a\x58\x14\x60\xcb\x8e\x0e\x7e\x86\x77\x28\x4c\x96\x99\x41\x20\xdd\x09\x13\x0f\xd1\x82\xf3\xdd\x0a\x1d\x0e\x07\xb1\x81\x94\x39\x17\x53\xc6\xc5\x0e\xb0\x63\x8b\xa9\x66\x9e\x47\x1f\x02\x3a\x7c\xe5\x4a\xb2\x41\xc3\xee\x12\xa2\xae\x38\x16\xe2\x67\xbe\x11\xa7\x79\x05\x80\x3d\x07\x71\xde\xff\x56\xb6\xb6\xaa\x9a\x98\x05\x69\x84\x23\x0b\x9d\x6b\xa0\x85\x03\xfe\xbe\xec\x84\x2e\x90\x19\x7e\x2b\x81\x11\xf0\x3c\xba\x80\xb8\x01\xeb\x06\xb2\x16\x42\xd4\x71\x30\x3c\xc5\x3f\x3b\xa6\x6e\x7d\x27\x8b\x04\x30\x57\xee\x7d\x4a\x82\x37\xce\x5a\xf8\xa2\xfc\x10\x37\xa9\xb2\xb5\xcf\x3a\xa7\xfe\x78\x2a\x4f\x73\x0b\x94\x4f\x20\x87\x8b\x2d\xfe\x7d\xe9\x17\xb8\xe2\x27\xae\x93\xbe\x76\xd3\x4f\x0d\xf0\x97\xce\x52\xa3\xe5\x34\x8c\x3d\xef\xb7\xd2\xe7\xf9\xc1\x5c\xcc\x58\x36\x7d\x53\xba\x82\xb1\x96\x6d\x9c\xa6\x2c\xf8\x56\xff\xfe\xf9\x00\x0c\x81\x24\x7e\x25\xab\xc3\x02\xf3\xdd\x1e\xc2\xa0\x15\xd8\xe4\x31\x22\x21\x61\x17\xf4\xdd\x91\xeb\x11\x99\x4e\xf1\x3f\x4a\x71\x38\xfc\xbd\x24\x01\xfe\xd9\x61\xf0\xfe\x52\xaa\x60\x6b\xdf\x95\xc6\xda\x3e\xa5\x4d\x9c\xe5\xd2\xff\xf6\x1f\x25\x2e\xc8\xcf\x3a\x2a\xc5\x3f\x4a\x42\x79\x21\xd6\x89\xfa\xf7\x92\x0c\x9a\xfd\xbe\xb0\x4f\xa9\x27\x41\xe0\x79\x40\x84\xe2\x8b\xda\xd7\xed\x1e\x53\xf5\x0b\xcd\x67\x3d\x09\x7e\xd6\x09\x7e\x46\xf3\xd9\xd2\xff\x7b\x39\x9a\xa2\xff\x7a\x6c\x0f\xeb\x7f\xbb\x3c\x69\x61\x0c\x26\x1f\x3e\xc0\x4d\x47\x08\x14\xa9\x6d\x7a\x54\xa4\x82\x63\x52\x01\xe2\x2c\xb3\xae\xfe\x4c\x4b\x43\x97\xe2\x12\x62\x3e\xea\xdb\x88\xf5\xaa\x61\x07\xb0\xb8\xc4\x35\x11\xc9\x33\x75\x4d\x29\x0e\x60\x3f\x29\x8e\x43\x79\x4c\xf9\xf1\xf2\x3c\xc6\xf5\x2a\xac\xf9\x1d\x44\x60\x5f\x03\x12\xb6\x96\x88\xa8\x0b\x50\x82\x8d\x6c\xe4\x4e\x40\x43\x84\x89\x13\xd2\x06\x6f\x68\x9c\xda\xef\xa6\xe8\x60\x09\x51\xe2\x25\x88\xf9\x26\x69\xc5\xca\xa1\xba\xd8\xc0\xc3\x01\x1d\x38\x73\xc5\xbb\xd0\xc7\x5b\xb9\x52\xdf\x16\xca\x70\x75\x6a\x3c\x01\x38\xbb\x32\x62\x93\x02\xe1\x66\x92\xc6\x4d\xfc\xb1\x8a\x8b\x7a\x0d\x30\x9d\xee\x0b\x08\x8f\x15\x37\xb1\x3f\xe4\x77\xd5\x21\x3e\x69\xfc\xdd\x2e\x6d\x42\xd7\x6b\x9a\x34\xcf\xf3\x9c\x5d\xd3\x94\x0c\x13\x56\xde\xf2\x79\x93\x3c\x19\xef\x6b\x97\x1d\x73\x8b\x70\x44\xce\x15\x8d\xd3\x77\x45\x7e\xab\xc5\x9e\xfd\x4b\xaa\x20\xad\x66\xac\xb3\x9c\xd6\xe0\x3c\xab\x04\xe2\x0e\xa6\x5f\xa7\x10\x23\x8b\x06\xc7\x39\x5f\x63\x27\x63\x61\xb5\x6e\xe5\x1e\x8d\x32\x42\x4c\xc8\x2a\xb9\x51\xa0\xca\x86\x56\xbd\xe7\xaf\x90\x60\xd0\x03\x42\x93\xdf\x58\x56\xe8\xde\x99\xeb\x3e\xdf\x2f\x07\x1c\x77\x4c\xd7\x1a\x80\x3c\xff\x26\xcb\xe9\x7b\x1a\xa7\xb4\x8a\x9a\x09\x2b\x68\x55\xb1\x8a\x30\xcc\x7f\xe7\x2c\x4e\xed\xd6\x3d\x3a\xff\xe5\x26\x08\xc6\xbf\xdc\x04\xcf\x7e\xb9\x09\xe8\xf8\x97\x9b\xe9\x7a\x75\x37\x3b\x48\xb5\x69\x33\xa9\x68\xbd\xcb\x01\x6b\xbe\x3a\xa7\x2b\xa2\x5f\x60\xe6\xa3\x03\xa0\x80\xc7\xe9\xf3\x1a\xc4\x14\xc5\x39\x5d\xa1\x83\xf4\xdb\xd3\xf8\x7f\xf5\x68\x84\x62\xbf\x46\x07\x1f\x85\xb2\xf3\xad\xc1\xbf\x74\x16\x90\x0a\x3a\xf3\x63\x29\xee\xf0\x7d\xec\xf8\x83\x27\xbb\xcb\xb9\xcb\xf9\xff\xbd\x54\xd0\x7e\x49\x9e\x95\x17\x2c\xae\x52\xde\x86\xa8\x58\xfa\xef\x05\x57\xa7\x5b\xc5\xef\x6d\x8f\xca\x3c\xce\x8a\x21\xac\xdf\x76\x25\xa8\x47\x3c\x29\xec\xb5\x5d\x43\x79\x63\x0b\xea\xe0\x43\x1e\x43\x19\xe1\xd5\xc6\x15\x8d\x87\x08\x45\x85\x94\x4d\x26\x35\x8c\x34\x19\x2a\x0d\x70\x78\xb6\xce\x6e\x68\x1a\x9d\x81\x57\xf1\xd9\x78\x1a\x04\x41\x50\xde\x44\x67\x0d\x2b\xc3\xb3\x69\x20\x62\xdc\x28\x22\x75\x44\x9e\x69\xa8\x58\xa1\xa1\x25\xb1\x1c\x05\x19\x3f\x13\xe1\xa7\x7c\x52\xc0\x36\x90\x77\xe2\x5b\x71\x78\x99\x23\xeb\x6f\x70\x64\x1d\xad\x40\xd9\xbb\x0d\x5c\xda\xd3\x32\x8c\xe3\xac\x96\x14\xbf\x9e\xaf\x10\x98\xd4\x59\x76\xde\x7f\x2d\xad\x15\xa0\x3c\x6a\xfa\xd1\xd6\xe9\xbd\x41\x32\x48\x03\xb7\x2f\xa7\x3e\x75\x83\x7a\x40\xee\xc1\xf4\x00\x04\x98\xd3\x2b\xc2\xff\xee\xfa\x49\x70\x1f\xb8\xdf\xf9\x0a\x57\xfc\x7f\x19\x19\x4c\xf9\xcd\x0a\xae\x86\x2d\x39\xa5\xb9\x1b\x32\x1d\xcc\x97\x75\x2c\x7e\x62\x1d\xcc\x37\x16\xc2\x4b\xb0\x1f\x15\x46\x9c\x86\xfe\xc6\x82\xfe\xc6\x82\xfe\x56\xe2\x7b\x6c\x0c\x9d\x37\xe8\x8e\x4d\xa8\xbf\x31\x03\xc0\xb4\xa1\xb3\x8b\x09\x5f\xe3\x84\x8c\xa7\x38\xbf\xaf\xcd\xb9\x6c\x73\x4d\xf2\x4e\x9b\x77\x44\x5a\xce\x89\x56\xad\x5d\x71\xd1\x0e\x45\x6b\x69\xfa\xbe\x48\xc4\x1d\x92\xb7\x76\x0d\xc2\x13\xdd\x78\x71\x4a\xaf\xf5\x59\xae\x2f\x5c\xb6\x60\x02\xaf\x01\xee\x12\x18\xf1\x84\xa8\x52\xad\x4e\xe7\x6e\xa7\x73\xd1\x69\xa2\xd5\x78\x77\x02\x0c\x45\x91\x60\x8b\xf8\x8a\xfe\x86\x15\xe6\xef\xae\xb3\x9a\x86\xd9\x41\x4b\x67\xf8\x4d\x5a\x06\xb7\xcb\x94\x26\xb3\x86\xc8\x77\x2a\x75\x24\x2e\xe7\x0c\xdd\x7d\x5b\x12\xb6\xac\x42\x6d\x8b\x1c\x1f\xa5\x4b\xf1\xd2\xef\x52\x1e\x1c\x0b\xdb\x57\xa0\x53\xfc\xa9\xee\xa1\x59\xb8\x72\x28\x94\xcd\x1e\x74\x69\x94\x15\x31\xe0\x73\x69\x54\xf5\xaf\xd0\x28\x69\xc6\x47\xe0\x60\x94\xc4\xc8\x92\xde\xbf\x2e\x52\x0d\xfd\x69\xbf\x17\x9b\x31\x38\x6a\x18\x65\xc8\x99\xa6\x71\x86\x94\xf1\xcb\xfa\x30\xd9\x35\xc3\x01\xbf\x54\x81\x6e\xa4\x7d\xb2\xf0\x37\x5d\xbe\x2e\xeb\x4a\x95\x6d\xcd\x97\x30\xbb\xe0\x24\x01\xd8\x34\x7e\x90\x41\xdd\xe4\x6f\x25\xff\x7d\x91\xef\xaa\x96\xb8\x4a\x9f\x51\x30\x9b\x9d\x28\x41\x40\x5b\xa1\x1c\x8b\xda\x09\xb6\xcf\x7d\x27\x68\x19\xe9\x2a\x66\x69\x4f\xac\xc8\x96\x85\x7d\x5b\x0e\x7d\xc4\x0e\x7f\x10\xb4\xae\xb5\x56\xe4\xc9\x23\x45\x14\x97\x24\xc0\xa7\x29\xb6\x00\x18\x6b\xcb\xd8\x80\xe0\x0f\x02\x84\x3a\x9d\xa7\x45\x7a\x5c\xe2\xe7\xf8\x14\x1c\xeb\x93\xb2\xd5\x3a\x26\x82\x3c\xe5\x86\x70\xf4\x94\x3b\x36\x2c\xa2\x23\x53\xb5\xf6\x44\x67\xc0\xa5\x62\x4b\x8b\xdd\xf1\x9e\xb4\x7d\x2f\x2c\xab\x6b\x58\x49\x80\x71\x0f\xe9\xfb\x0e\x1f\x5c\x39\x20\x03\x70\x07\xd5\x61\x80\xfc\xea\x1e\x3b\x46\x6d\x47\x44\x48\x63\x1e\x0e\x08\x21\x77\xb2\xda\xd6\x84\x15\x58\xf0\x55\xc6\x9a\xd0\xb2\x8b\x22\x04\xde\xef\xf7\xca\x70\x49\xbe\x40\xea\xb6\xe8\x1b\xcb\x6d\x69\xdb\x7f\x95\xd5\xbb\x38\xff\x87\x74\x34\x3f\x62\xbe\x2d\x81\xe5\xf7\xfb\x20\x3a\x32\x37\x70\xf6\x46\xbe\x2e\xbf\xb9\xbf\xfc\x46\x95\xdf\x58\xe5\xa3\x45\x36\x9a\x06\x10\x35\x45\x72\x34\x30\x1a\x96\xa9\x81\x8e\x8c\x24\xe9\x0d\x52\x9e\x01\x82\x71\xfa\x9f\x92\x9c\x0f\xcb\x8a\x8e\xaf\xab\xb8\x1c\xe2\x61\xc1\xaa\x6d\x9c\x0f\x31\xbc\x13\x60\xe5\x43\x10\xf0\x8e\x61\xc8\xea\xe1\x0a\xd3\xed\x83\x71\x8b\x52\x96\x90\x6f\x73\xc1\x0b\x48\x7b\x2b\xcb\x1d\x51\xbb\xc2\x88\xfe\x7c\x88\xb7\x65\x4e\x6b\x72\x77\x30\x49\x85\xb3\x2f\x99\x3e\xd1\xe0\x43\xc2\xbd\x98\x7c\x65\xd2\x08\x5f\x5f\xf2\x38\xb0\x0b\x93\xa2\x5f\xce\x18\xf5\x18\xab\x88\x34\xdf\xb0\xea\xdb\xb8\xc7\x7c\xa4\x15\x48\xc4\xd1\x1e\xc9\x63\x7b\xdc\xfe\x42\xd5\x97\x91\x0b\xed\xec\xfa\x40\xfb\x85\xf4\x70\x4e\x68\x96\xfb\x7e\x33\xa6\xe3\xe2\x8b\x56\x47\xbe\x98\x3c\x45\x8f\x5a\xef\x94\x45\x80\x19\x92\x2f\x0a\x6d\x9a\xa0\x3b\xf3\x06\xa6\xeb\x34\x28\x99\xe3\x0e\xea\x4f\x47\x16\xa2\x91\xd5\x30\x3a\x6e\x37\xe0\x91\xdf\x7a\x33\x7e\x8a\x10\x42\x5f\xb4\x9a\x15\xb6\x9e\x2d\xe3\x92\xe6\x55\x4f\x9c\xa2\x56\xeb\xf8\x7a\x11\x76\x25\x8e\xb5\xea\x7b\xba\xae\x68\xbd\xf9\x86\x55\xaa\xe9\x27\x0a\xfa\x1f\xa3\xd7\xa4\x68\x31\x9e\xca\x78\xa5\x76\xc7\x8f\x14\xfe\xa0\xe8\x1a\x83\x29\x2e\x48\x10\x15\x73\xaa\xa1\xbf\x95\x35\x57\x45\xe8\x79\xb1\x8a\xaa\x79\xb0\x2c\x46\xa3\xb0\xbb\xb4\xcf\x2d\xef\xf6\x69\xf0\x45\x85\x56\xfb\xbd\x6f\xa2\x8e\xde\x93\x16\xfc\x01\x3b\xe1\x1e\x2a\xd1\xfc\x7e\xaf\x06\xdb\x7d\xbf\x3d\x2e\x38\xb6\x3d\xfa\x1b\x34\x70\x1e\xdd\x69\x44\xd2\xd4\xc6\x1e\xc4\x01\x61\x3a\x5c\xa7\xb3\xab\x59\x67\xfb\x36\xed\xdd\x5b\x74\x76\x6f\x85\x63\x69\xf7\xda\x26\x06\x5a\xb6\x21\xee\xf1\x99\x7d\x8f\x97\x16\x10\xd9\x79\xbd\x8a\x92\x79\xb0\xac\x1f\x32\xec\x09\x0c\xa5\x82\x9a\x39\x8b\x8d\xed\x6c\x73\x8c\xb2\xf5\xc6\xb5\x07\xab\x89\xc6\x9e\xba\x5a\x75\x0c\x06\xda\x04\xcc\x71\xed\xe4\x2a\x7a\x12\xee\x12\xf2\xce\xed\x52\x75\xdc\x72\xd5\xce\xe2\x44\x3b\x05\x08\xf6\xe9\xd6\x8a\xf2\x54\x63\x1b\x56\x2a\xfb\x58\x89\xdc\x29\x6d\x63\x21\x84\x0d\xeb\xeb\x44\xc3\x4e\x76\x41\xd8\x4c\x98\x9a\xf4\x62\x15\x0a\x82\x93\x79\x1b\x56\x8e\xac\xb6\xe8\xac\xfc\xd6\xd3\x59\xe4\x9a\x50\xfb\x02\x2f\x2a\xab\x85\xf8\x4b\x37\x1f\x2d\xf5\xcf\x10\x90\xf4\x57\x5a\xd3\xd3\xca\xa1\x92\xab\xb4\x2b\x63\x93\x4a\xaf\xcf\x64\xe8\x13\x71\xc1\x33\x1d\xd3\x86\x21\x7a\x24\xed\x71\x1c\xa9\x93\x1a\x17\x96\x81\x76\xb5\x25\x7d\x0c\xce\x39\x9d\xbc\xb8\xfd\x91\xd5\x24\x58\x91\x21\xfc\x1a\x62\xf1\x52\x9d\x81\xf0\x5e\xe1\xa5\xea\xf4\x3f\x30\xf9\x7d\xa6\xf2\xa9\x37\x43\x5e\x5f\xb5\xdd\xef\xfd\x6a\x4b\xee\xf8\xb5\x33\xdb\x92\x49\x10\x4c\x31\x3b\xb9\xce\x05\x29\xfb\x93\x76\x18\xb3\xae\x53\xb1\x58\x6c\xce\x46\x51\x4b\x6f\x9d\xc7\x97\x35\xa9\xfa\x96\x18\xdb\x35\xfc\xf2\x90\x1e\x59\x2c\xfe\xcc\x33\x25\xa0\x45\x70\xe0\x5c\x70\xd7\xb8\x5f\x54\xe0\x0b\xd4\xc5\xfd\xf8\xb1\x95\xc9\x3e\x9a\xd4\x80\xf5\x71\x02\x56\xb3\x85\x4f\x9c\x51\x47\x98\x2f\xe3\x06\x2d\xb2\x2d\xf0\x5e\x2d\xfe\x43\x45\xc8\x57\xa0\xb8\xc8\xa2\xdc\xa0\x36\xed\x2e\x6a\xa1\xb5\xd0\x9c\x2f\x5b\xdb\x71\xb5\x52\x2a\x58\x79\xfa\x86\xae\x8f\xb5\x58\xfa\xe8\x6d\xb2\xba\x27\xdf\xfb\x13\x5d\xed\xcb\x18\x97\x65\x7e\x2b\xba\x73\xc4\x77\xce\x05\x3a\x80\xc9\x67\xa4\x32\xd1\xbb\xd8\x82\x04\x11\x53\x11\xbc\x62\x52\x9d\xb3\x15\xae\x49\x2c\x43\x0d\x27\x24\x86\x50\xc3\xb9\x7c\xf3\x02\xef\xe0\xcd\x0b\xbc\x26\x99\xe2\xaf\x6a\x5c\x6d\xdd\x05\x8f\x1b\x1c\xe0\x00\xe1\x0d\xc4\x39\x58\x90\x64\xb9\x0e\x75\xf2\xe4\x58\x72\x38\x4d\x76\x23\xb2\x99\x34\x6c\x9c\xe0\x04\x7e\x44\x6c\x11\x78\x9e\x90\xdf\xcc\x79\xf3\x20\x80\x17\x7b\x1e\xa1\x5a\x3d\x89\xa6\xe6\xf6\xe3\x0b\xcc\xc6\x63\x5c\xcf\x45\x3e\xcf\xf3\x1f\xd2\x5c\x14\xe5\x23\x22\x72\x8c\x6b\x5c\xcb\x9f\xc0\x8a\xa7\x64\xbd\x95\x81\x95\x0b\x4c\x71\x8e\x77\x08\x30\x58\x54\x00\x96\x1a\x27\x38\xd5\x1c\x40\x26\x25\x85\x12\xcf\xab\xc0\x60\xe5\xa9\xd1\x69\x39\xc7\x7d\x1c\x55\x96\x93\xb4\x7a\xeb\x07\xd8\x72\x47\x61\xeb\x3e\xf2\x2a\xec\xb9\x9a\x96\x85\x54\x73\x1e\xac\x22\x4b\xf9\x0e\x56\xa0\x1a\x35\x4f\xc1\xe4\x64\x6b\xbf\x20\xa4\x82\xf0\xaa\x8b\xd9\x17\x1a\x3c\xa4\x39\x2f\xc6\xd3\x55\x14\x8b\x30\x56\xcb\x66\x52\x97\xa0\x6c\x1f\x8f\x0b\x3c\xc5\x02\xf4\x03\x42\x4b\x60\x09\x05\x82\xc2\xfe\x34\xea\x33\xae\x46\x64\x3a\x92\xe5\xe1\x6c\x4c\x62\xb8\xc5\x1b\x78\x09\x9f\x2d\x66\x5f\x64\xc8\x8a\x74\x5d\x93\xe6\xbc\x5a\x45\x75\xbb\x0d\x15\x9e\xe2\xda\x6a\x41\xdd\x69\x81\x95\xa2\xb6\xea\x9f\x8d\x64\x59\x98\x8d\x49\x6d\xea\x3f\xe3\xbd\x57\x00\x7c\x09\xef\xfb\x68\xb4\x8a\x12\xcf\xf3\xb3\x11\x49\x84\x7c\xf8\xa0\xc3\x15\xe4\xa4\x39\x1f\x8f\xab\x55\x94\x0b\x38\xa4\x5c\x26\x10\x92\xca\x20\xb2\x14\x32\x44\x8e\xe3\xd2\xdf\x91\x29\x2e\xc6\x63\x01\xd3\x02\xaf\x57\x00\x0a\x39\xc5\xd5\x68\x24\xe2\x18\xe5\x5b\x40\x4c\xf7\x1b\xcb\xe4\x01\xe1\x1d\x76\x5e\x56\x08\x59\x96\xc2\x6c\x6b\xc1\x2f\xf2\x56\x10\xa9\x21\xdf\xfe\xdb\x60\x98\x31\xc5\x95\xc4\xa5\x3b\x06\xbb\x7c\x21\xc2\x14\x1d\x27\x44\xd6\x0a\x2f\xb6\x7e\x65\x9f\x41\xb8\xb0\x49\xb1\xe1\x71\xcc\x1e\x10\xbb\xf7\x14\x2f\x6d\xb3\x2a\xb2\x2d\x7c\x30\xe1\xa3\xf1\x51\x64\xd5\xeb\x38\xd9\xf4\xdf\xc7\xb0\xc5\xa4\xd1\x39\xc9\x6c\x46\xc9\xf3\x9a\x05\xc9\x3c\x4f\x7a\xdd\xb6\x2b\x68\x87\x46\x3a\x76\x6c\x29\xad\xcf\x83\x43\x8c\x2f\xed\x87\x30\xe8\x8b\x4e\xfe\xd8\x45\x44\x14\xc5\xe8\xf5\xa8\x81\x4e\xf8\x09\x59\x4c\xb6\x22\xd6\xa1\xf0\xb7\x50\x90\x83\x14\x2b\xc9\x48\x7d\x5e\x08\x36\x77\x34\x5a\xc9\xe3\x51\x1d\xf7\x4a\x26\x60\xe1\x63\x0b\xa3\xe7\xa3\xc4\x4c\x2c\x09\x7f\xa8\xf8\x3a\x7b\xc2\x87\x68\x88\x14\xba\x35\x80\xe7\x7c\xee\xda\x95\x82\xa0\xbe\x95\x9b\xb5\x57\x2e\x96\x48\x8a\x08\xe9\xa8\xb1\x29\x09\x70\x36\x11\x81\xb3\x24\x9b\x16\xe0\xac\x6f\x5d\x1f\x63\x06\x40\x37\xab\xa1\xae\x38\xd9\x55\x66\x2c\x44\x1f\xb1\x9c\x96\xd8\xd8\xeb\x45\x3b\x8e\xe7\xd6\xf3\x9e\x78\x99\xe4\x95\x6c\x7b\x0a\x33\x54\x3a\x68\x26\x9a\x4f\x83\xa5\xdf\xca\xbf\xcc\x40\x8f\x2b\x02\x2d\x19\x7e\x57\xca\xa1\xc2\xac\x07\xf2\xdf\x9d\xd6\xfd\xde\xcf\xec\x39\x46\x38\x43\x21\xdb\xb6\x78\x9b\xff\xfc\xaa\x3e\xc6\xd4\xda\x31\xf7\x67\x2b\xdc\xc3\x0e\x9f\xdc\x0f\x95\xe7\x55\x66\x3f\x54\xb0\x1f\x96\x9d\xed\x50\xe9\xed\x50\x99\xed\x10\xfa\x85\xbc\x6c\xab\xe1\x42\x3d\x3b\xc9\x8d\xd4\x69\x2f\x30\xac\x38\x50\x29\x10\x72\x26\x59\x5c\xc3\xd5\xe2\x44\xe8\x5f\xdf\x7c\x60\x6d\xdf\xb7\xf7\x90\xf3\x4e\xd7\xb9\x6c\xb5\x21\x1c\x0e\xdd\x94\x76\x5f\x96\xc3\x70\x38\xea\xbc\x0d\x87\x43\x67\x63\xc7\x5b\x84\x93\xcf\xdb\xd8\x9a\x8e\x5b\x1b\xda\xdd\xcd\x01\xea\xdb\xa5\xe0\xed\x71\x4a\x60\x48\x3b\x92\x42\x30\x6f\x51\x2f\x47\xce\x00\x89\x04\x3a\x14\x42\x56\xd5\x00\x70\x18\x16\x38\x8f\xe5\x4f\xa1\xd2\xb3\x65\x6b\x12\x00\xd2\xaf\xc6\xc5\x68\x6a\xe1\x1d\xdc\x7b\x30\x1a\xee\x5c\x38\xad\xf8\x9c\xb0\x00\x34\x83\xae\x19\xc7\x9c\x83\x95\x75\xe3\x5a\xb2\xb3\x72\x5d\x59\xc1\xbf\x02\x83\x45\x1a\x8f\x19\xb6\x31\x1b\xe9\xb8\x40\x8f\x6a\xbe\xb2\x72\x19\x70\xd0\x67\xa3\x04\x40\xd6\x94\x82\x35\x6f\x45\x62\x94\x47\xf5\x0e\xaf\x71\x31\xaa\xbf\x48\x70\xad\x29\xe9\x67\x1c\xcc\xd9\xda\x6f\x08\x01\xae\x5b\xca\xac\xfa\x8e\x6a\x2a\x93\x47\x56\x72\x8b\x49\x57\xb2\xb2\xc2\x88\x75\xc1\xcb\x47\x1a\xa2\xdb\xb6\xe7\xb2\xd5\x31\xae\xc7\x31\xe7\xec\x4d\x9b\x25\xa3\x67\x06\xba\xc0\x99\x00\x06\x36\x03\xbd\x23\x89\x3d\xb6\x6b\xa7\xc6\x8d\xbc\x15\x40\x30\x37\x49\x6f\x4b\xad\x31\x6e\x35\x60\x83\x53\x5c\x8d\x76\x5f\xf8\xe5\x38\xe7\x1c\x5d\x67\xe8\x1e\xcc\x8c\x28\x7e\x3e\xee\xb4\x1d\xee\x6a\xba\xed\xfc\xbe\x66\xb5\xdd\x8a\xfc\x46\x79\xe2\x9d\xb1\x37\x76\x78\x1b\xdc\xa0\x28\x9f\x93\x9d\x8e\x62\xa7\xbb\x9c\xa3\x28\x07\xf0\x29\xbf\x1a\x91\xe4\x0b\x5f\xf5\x74\x0c\x4e\xd3\xbe\xec\xa8\x1c\x13\x3d\x22\x15\x4e\xcc\x89\xcb\x39\xf0\x04\xe7\x44\xe8\xd8\x0f\xf7\xde\xb1\x9d\x63\xd5\xa1\x90\x80\x09\xb9\x08\x8c\x7f\xae\xb9\xc8\xae\x22\xe6\x1c\xb3\x4b\xe7\xa3\x3c\x21\x99\x12\x0d\x65\x28\x94\xe6\x01\x70\x91\x90\xe7\xe7\x78\x2a\x90\x61\xa9\xaa\x22\x16\xa7\x7a\xdc\x2e\x39\x50\x05\xd2\x51\xac\x28\x46\x58\x4d\x76\x05\xb8\x7f\xfb\xf2\x1b\x84\x00\x07\x1b\x75\xb9\x2a\x3a\x67\xea\xc3\xe5\x05\x9d\x22\xff\x84\xe8\xc0\xea\xaa\x3d\xaa\x14\xba\xfd\x1f\x3a\xe6\x3f\x43\x76\xd5\x3a\xe6\xb3\x07\x1e\xf3\x98\x11\x87\x94\xc3\x9a\xf1\xbc\x4c\x1d\xf9\x2e\x4b\x9f\xc1\xf1\xaf\x66\xfb\x7c\x85\xad\x08\x8b\x0d\x36\xb8\x98\x60\xc9\xd2\x92\x1f\x45\xc2\x1d\x03\x60\x03\x1b\xcf\x8b\xed\x99\x92\x21\x5f\x9b\xf1\x14\xb9\xb2\x00\x30\x2a\x8f\xea\xb9\x08\x7a\xce\x2b\xd7\xb6\x2e\x8e\x71\x4b\x8d\x54\xfb\x63\xdd\xd8\xd8\xcc\xa3\xc2\x9e\xcf\x34\x9b\x92\x69\x36\x25\x1a\x4f\x09\x49\x96\x09\x59\x87\x9a\x9b\x5c\x8f\x13\xb4\x20\x20\x05\x4b\xc8\x78\x26\xb2\x6f\x88\x94\x35\xec\xf0\x1a\x45\x1b\x87\xd5\x90\x75\x6d\x10\xae\x47\x64\x37\x9a\x1e\x44\x93\xe3\xce\x52\x62\xe3\xba\xd3\xc5\x5a\x02\x57\xa7\x44\x2c\xf9\x58\xcb\x6b\xdb\x22\xb8\x7c\xbf\x4f\xe6\xc1\x7e\xaf\x1b\x9a\x6a\xa1\x9d\xc5\xc4\xf2\x96\x5b\x69\x92\xb1\x45\x04\x61\xd4\x70\x83\x6c\x8d\x08\x4f\x8f\x53\xb9\xed\xfc\xaa\xcb\xb3\xf9\x1d\xa6\xcd\xe2\xcc\xbe\x8d\x4b\xbf\xc1\x2e\x3f\xd0\x65\xc6\xd0\xe7\x72\x63\x97\x71\xf9\xb0\x8b\x50\xfe\xef\xbc\xc4\x2b\x0a\x58\x8d\xf4\x75\x41\x75\x5d\x23\x58\xe3\x6a\xef\x53\xeb\x7a\x60\x6e\x07\x20\xaa\x95\xe0\xb7\x10\x91\xa9\x92\x3a\x09\x61\x9a\x41\x84\x30\x62\x94\xc1\x9f\x23\x42\x82\x8a\xc6\x9f\x8e\x69\x19\xa6\x7d\x32\xe0\x07\x72\x4f\x85\x9a\xb0\xb5\x12\xed\xeb\x45\x37\xcf\x96\xe6\x9b\x61\x37\x44\x76\xc1\xba\x41\x47\x9c\x6f\x19\xae\xac\x12\x95\x4e\x01\x18\x16\xb0\xec\xfa\x0c\xfe\x47\x1e\x57\x9d\x06\x72\x9e\xee\x54\x1d\xb8\x26\x2e\xdf\xb4\xa4\x73\x16\xd2\x79\x8c\x13\x52\x5b\x5d\x52\xec\x89\xae\xd1\xee\x93\xf3\x51\xc1\xf4\x9b\x3a\xf6\x7b\xbf\x5e\x26\x93\x86\xcd\xe3\x30\x11\xc4\x4c\xfb\x51\x9c\x25\x91\x14\x7c\x75\xd9\xb1\x65\xfb\x45\xa8\x5e\x68\x2f\x8b\x65\x22\xec\xe1\xba\x8d\x89\x71\x2e\x1b\x83\xc2\x4e\x37\xc4\x47\xde\x0d\x91\x3d\xf9\x13\xfc\x92\x3c\xbd\xbb\x23\x5e\x9f\x1e\x71\x77\x6c\x10\x9d\xd7\xf2\x82\x07\xc9\xad\xea\x9d\xea\x70\xb3\x20\x2a\xa1\xe8\x67\x37\x65\x8c\x6b\xcc\xac\xe0\xa7\x16\x17\xea\xc8\xa4\x15\x13\x4c\xe7\x89\x94\x5d\x1f\xab\x3f\xd1\x58\xb7\xaa\x19\x09\x08\xdb\xa9\xe7\x25\xe6\x82\xcb\xfc\x84\xb7\x2f\x01\xaf\xcb\x23\x2d\x4c\x80\x33\xb3\x9a\xf9\x30\x26\x4d\xeb\xa3\xee\x1b\xd0\x79\xe5\x32\xfc\x71\xce\x99\x29\xa5\xc9\xe6\xf9\x94\x1c\x5d\x14\x8b\x4d\x3b\x61\xb5\xd2\x45\xbb\x86\x7b\xca\xb3\x0a\x30\x45\x8f\x2b\xdc\x8c\x2b\x5c\x20\xe5\x0f\x7b\xbe\x8a\x28\x04\x74\xdd\xc8\x38\xdf\x9a\x17\x03\x6e\x59\x63\x4b\x66\x16\x5e\x00\x90\x5f\x65\xbb\x5a\x6b\x98\xc9\xba\x63\xbb\x9a\x18\x98\x49\x71\x66\x26\xc8\xc2\x45\xac\x5d\x5c\xc4\x5a\x19\xd1\x42\x7b\x76\x5b\x3f\xc3\x31\xe7\xf5\x9a\xb9\x7d\x08\x49\x29\xb4\xd6\xb2\xbb\xed\x06\x06\x10\x20\x5b\x31\x14\xd0\xe6\x3b\xb3\xcf\xe2\x3b\x2d\x1b\x1b\x6b\xd8\x61\x32\xe6\xa4\x70\x86\x1f\xbe\xb7\x87\xaf\x01\x17\x1d\xa5\xb1\x52\xb1\xbf\xf5\xb2\x00\x27\xb3\xd1\xa8\xf0\x3c\x8b\x39\x45\x98\x2e\x0a\x67\x91\xb6\x4a\x1d\x17\x76\x84\xff\x87\xb0\xbe\xfd\xdd\xc0\x95\x3a\x2d\xf4\x1a\xa5\x0b\xe2\x2e\xd2\x56\x03\xc4\xe8\xc2\x1a\xe2\x7b\xb3\xb0\xb7\x65\x3b\x11\x6e\x77\x75\x5e\xb5\xfa\x69\x0f\x8d\x0c\x73\xa6\x4f\x3b\xb9\x98\xfb\xfb\xa3\xd9\x28\x7e\xc0\x2e\x66\x5f\x34\xf0\x03\x10\x01\xc5\x0b\xf1\x65\x29\xa6\xdc\x34\x62\x79\x4e\x85\xce\xa4\x59\x85\xe7\x14\x37\x2b\x14\x9a\x89\x51\xd0\xad\x95\x6d\x10\xa2\x82\xa1\x76\xf4\xe5\x2e\x23\x64\xf3\x09\x8d\xfe\x2d\x31\x52\x2c\x96\x40\x34\xd0\xd1\x3a\xd3\x2e\xb5\x70\x75\xf6\xff\x2f\x12\x3e\xe2\xcc\x2c\x42\x7e\x43\xd1\xc3\x8d\x63\xd2\x68\x56\xcc\x3d\xfa\xc1\xd2\xbb\x47\x68\x39\x32\x50\x07\x52\x7a\x59\x93\x8c\x64\x9d\x7b\x86\xe0\x6e\xfa\xde\x23\x6c\x95\x17\x8f\x58\xb7\x3c\x46\x58\x3b\x5f\x2c\xca\xeb\x7b\x8f\xb0\xe4\x46\x34\x25\xe6\xc7\x51\xe8\x3b\xca\xf5\xd6\x49\x3c\xb2\x76\x59\xef\xca\x92\xf2\x4e\xf4\x70\x16\xdb\x90\xa3\x91\xbd\xf4\x87\x67\xc3\x70\x38\x1e\x22\xab\x46\x8b\xdd\xb6\x02\xd6\x6e\x5d\x83\x58\x69\x0e\x7d\xde\xac\x00\x53\x82\x8a\xd0\x98\x2d\xd9\xbd\x5f\xf1\x0f\xa3\xee\x07\xaa\x74\x92\xcd\x78\x8a\x1f\xc3\x65\x29\xd9\x6a\xdf\xaf\xd1\x54\x87\x54\x45\x42\x2a\xb5\xfe\x2c\xfb\xa6\x92\xd5\x6a\xa3\x32\x88\xac\xa2\xac\x36\x0a\x96\x52\x03\x99\xce\xb9\x0b\x61\xf7\xae\x20\xd3\xf9\x9b\xd7\x45\x6a\x41\xa8\x5f\xd1\x0a\x9c\xf7\x34\x68\xfa\x75\x95\x35\x0d\x2d\x3e\x32\xd2\xf4\x19\x7f\x64\xf5\x4b\x9e\xe7\xa8\xf5\xc7\x99\x53\xae\xa4\x93\x85\x88\xb8\xa9\x7f\x5a\xa2\x19\xe2\xa4\x37\x96\x1f\x65\x7c\x04\x20\xd6\x36\x6c\x83\xce\x2d\xc6\x53\x45\xe9\xb5\x78\xab\x71\xba\x8b\x24\x9e\xec\x89\x76\x44\x4e\x60\xe0\x7a\xbb\x54\xf3\x33\x22\xc5\x58\x8d\x79\xe8\x17\x0b\xf5\x7b\xbf\x17\x40\x5a\x7a\x3c\x90\xdd\x57\x23\x0c\xa8\xb7\xbe\x29\x00\x43\x78\x86\xd6\x30\x17\xb8\xe1\xe7\x9e\xdf\xc9\x2d\xce\x0a\x27\xf1\x68\xd4\x9d\x59\x74\x30\x6b\x42\x8f\x5f\x79\x2c\x64\xa8\x8c\xde\x42\xe7\x10\xe7\x53\x6c\xbd\xf7\x34\xa7\x57\xb1\x0a\xcd\x54\x91\x42\x0a\xf5\x97\xea\xc7\xa4\x15\x14\x3a\x0c\xa2\x0a\x8c\xf8\xe5\xb8\x32\x13\xde\x47\xde\xc1\x25\x8f\xd5\x8c\x69\x54\x88\x7b\x95\x20\x11\x71\x9a\xbe\x00\xa5\x20\x1f\x9b\x98\x33\x2a\x15\x2e\x84\xaa\x17\x85\x7e\xb6\xdf\x57\x0b\xf2\x54\x0d\x65\x9c\xa6\x9c\x41\x7d\x45\x13\xe6\x83\x16\x17\xb4\xf6\xcd\x42\x2b\x30\xcb\xb8\x90\xcc\x86\x35\xdb\x8b\xf1\x54\x1d\xcf\xe2\xc5\x5c\x8d\x8f\x06\x03\x95\xbb\xc0\x6e\xbb\x6d\x4a\x2c\x93\x23\x08\x90\x61\x40\xcb\x1b\xda\x6f\xc7\x2b\xfc\xaf\x7b\x56\xa5\x03\x34\x77\xa2\x1e\xcc\x0f\x5a\xe1\xf9\x0a\x51\x89\xa3\xd6\x1c\xbb\xab\x59\xed\x75\xbd\x28\xe6\x8d\xe7\xf9\x7e\xfb\xdd\x78\xba\xdf\x5b\x58\x7b\xc7\x97\x7e\xcf\xc2\x15\xe4\x33\x8f\x8b\x4f\x12\x12\xb4\x55\x3a\x6e\xcc\x42\x6e\xaf\x58\x43\xa2\x16\xcd\xd1\x2d\xa1\x92\x8c\x9b\xde\x2d\xa1\x3e\xdb\x3a\x14\xd3\x98\x53\xbc\x9e\x24\xb4\xcd\x98\xba\x61\xd7\xbb\xa3\x4f\x11\xc4\xa2\x6b\xc0\x75\x0c\x44\x0e\x7b\xf2\x84\x1f\x0b\x2e\x4a\xfd\x91\x19\x87\x42\xf5\x92\x90\xbe\xa2\x94\x74\xc6\x77\x79\xcf\xe0\xeb\xf8\x3d\xd4\xa5\x3f\x26\x82\xb3\xf1\xd5\x05\xb3\xa0\xf1\xd4\xed\x98\x3d\x6b\x08\x1b\x02\xa0\x36\xda\x51\x70\x5d\xab\xf1\x98\x9a\x80\x83\x3f\xc1\x86\x7f\xbe\x6e\xa8\x12\x9c\x69\x0a\x27\x9f\xcd\xb8\xf8\xdd\x25\x40\x8f\xce\xa5\xfe\x31\xa2\x46\xf4\xd4\xaa\xf6\x05\xb8\xa9\x18\xbc\x64\x79\x38\x59\x66\x20\x16\x49\xb8\x97\xe5\xb7\x1b\x1a\xe9\xa3\x97\x34\xb8\x30\x4a\x4e\xf1\xe8\x98\x01\x68\x09\x70\xd1\xd2\xde\x3e\xa0\x6b\x66\xfc\xd7\x59\x91\xf5\xd9\x7e\x2b\x6e\x35\x20\x3d\x8b\x45\xf8\xf3\xdd\x73\x52\xf5\x51\x9a\xfd\xbe\x71\xd7\x4f\x7b\xee\x96\x1d\xfa\xa0\xcf\x31\x49\x24\xfe\x14\x19\x50\x14\x0c\x85\x47\x36\x3a\x2c\x58\xe9\x49\x8d\x2b\x42\x2d\x14\x7f\x48\x7c\x3f\xb2\x91\x52\xfb\x89\xdb\x34\x73\xbb\xe9\x79\x2d\x86\xd4\xda\xec\xb8\x02\xdd\x13\x5b\x2a\x06\x37\x9c\xde\x07\x85\xd4\xd9\x58\x96\xdd\x1e\x98\xff\xf5\x5b\x84\x1a\x21\x9f\x30\x48\x86\x5b\xa2\x2c\xeb\xe3\x1a\x8e\xa9\xda\x97\x62\x1a\x1c\x20\xcc\x26\x62\x75\x80\x32\xa8\x03\xff\xb8\xd9\xba\xe2\x15\x5e\x66\xba\xb5\xca\x93\x51\xc1\xb5\x0c\x2a\x40\x58\xc1\xef\x89\x80\xfe\xe9\xc3\xdd\x80\xfe\x85\xf0\xe5\xe8\xee\xc1\x71\xca\x85\xa0\x56\x32\x1d\x26\xde\xa0\xe2\x3b\xf6\x7b\xb8\x90\xb4\x98\x11\xcf\xeb\x09\x6e\x8e\x9f\xf6\x0d\x59\xb9\xed\x84\x37\x3f\x1a\x01\xad\xb2\x95\xe5\x85\x14\x4d\x64\x96\x66\xb4\x28\x64\xa0\x44\x5c\x28\x23\x42\xe6\xe6\x69\x58\x89\x94\x8f\x86\xce\x22\xa9\x44\xa1\x63\x5f\xd7\xfc\x76\x6c\xa3\xc9\x4e\x2e\x58\x7a\x2b\xa2\xac\x19\x4f\xda\xc4\xf3\x92\x01\xa9\x23\x19\x67\x3d\x31\x31\xfc\xa5\xbc\x27\xc1\x3b\xe5\x81\x76\x49\x9b\x97\x6c\x5b\xee\x1a\x9a\x7e\x68\x6e\x73\xea\xe7\x20\x1f\xf3\x73\x15\x63\x49\x44\x71\xcc\x25\x56\x8a\x78\xdc\xef\xd5\x67\xe8\x94\xfe\x2a\x62\x41\x7a\xde\xf0\x2a\xab\xb3\x8b\x9c\x0e\x07\x64\x37\xe1\xc4\x62\x9d\xb3\x6b\xa5\x08\xce\x8f\x0d\x63\x64\x0d\x63\x05\x9a\xdf\xf6\x30\xe2\x75\xcf\xe8\x31\x70\xb5\x76\x47\x2f\xc6\x6b\x1d\xae\x3d\x21\xc3\xf8\xa2\x66\xf9\x0e\x3c\xfe\x76\x13\xe5\x58\xb9\xdf\x0f\xc1\x33\xd8\x79\xb9\xcc\x65\xf4\xcc\x1f\x61\x38\xc3\xdc\x1a\x57\x6d\x60\x3a\x9d\x0e\xec\x41\x15\x12\x9f\x84\x24\x93\x0d\xab\xd5\x05\xe7\x0e\xdc\x8d\xab\x71\x61\x87\x5a\xb7\xba\x97\x21\xf5\xa9\x61\x65\xc8\xc6\x7e\x21\x7c\x21\x90\x8a\xc3\x6e\xf5\x2f\x46\xe6\xb3\x15\x25\x6d\xbb\x75\x6d\x51\x8e\x0e\xab\xd5\xa0\x40\xb6\x44\x2e\x43\xbb\x0d\x3a\x02\xbc\x5a\x6e\x76\xa5\xbc\x8e\xab\x93\x7e\x28\xa7\x7d\x50\x1a\xa6\x58\x4c\x10\xe1\xf4\xfa\x00\xa4\x55\x7c\x7d\xc2\xd3\xab\x48\xb5\xe0\xf5\x4e\x1c\xa2\x21\x27\x63\x97\x92\xf3\x03\x61\x10\x45\x07\x24\x61\xcb\x74\x13\x54\x03\x6c\x83\xe9\x3a\xde\xf6\x0a\xa0\x25\xbc\x83\xa0\xed\x83\xb6\x21\xb4\x8d\x84\x7b\xd2\x29\x0c\x67\x60\x96\x0b\x9e\xf6\xd0\x86\x81\x8c\x8a\xbc\xdf\x57\x93\x86\xf1\xa7\x86\xf1\xdf\xbc\xd1\xfc\x09\xcc\x7e\x35\x7c\xb7\x86\xbe\xd5\x5e\x24\x97\xff\x2e\x4b\x46\x84\xa4\x4c\x0d\x67\x93\x2b\x5a\x35\x59\x12\xe7\xa4\xea\x37\x5a\xa4\xbf\x9f\x98\x1d\x69\x34\x4c\xf4\x5c\x78\x1e\x35\x25\x4a\x80\x67\xf9\x68\xc9\x5f\x5e\xbd\x7b\x7b\x14\x4b\xfb\x98\xdb\x7f\x9a\x5d\x0d\x5d\x86\x55\x15\x0c\x01\x0f\x6f\x73\xea\x48\x88\x40\x58\x38\x2c\x6f\x86\xa1\xaf\x3e\x5f\x83\x5b\x9a\xfb\x15\xb7\xf2\x0e\x67\xf6\xcb\x34\xab\xcb\x3c\xbe\x25\xc3\xac\xe0\x4c\xd2\x18\xae\x9f\x43\x3e\x3b\x9a\xb5\x77\xaf\xb3\x27\x45\x19\xba\xbd\xba\x09\xe1\x78\xaa\x24\x48\x34\x45\xf8\xf6\xe8\x56\xeb\x6e\x33\xc0\x0c\x50\xfb\xac\xcc\x6e\xa8\xf6\x27\x26\xee\x9e\x97\x14\xdf\x3a\x8c\xf8\xb6\x0f\xd4\xb6\x0f\x0e\xca\x9b\x8d\xe7\xd7\x6e\x8a\x26\x9c\x39\x71\xdf\xbc\x80\x6c\x3a\x4c\xa0\xf6\x41\x16\x3e\x7f\x9d\xd7\xda\x20\x56\xf0\xd1\x69\xd6\x28\x17\x4c\xf7\x9d\x93\xdd\x8e\xf4\x2b\x18\xa1\xad\x0a\x00\x18\xe7\xb4\x22\xcf\xb7\x76\x3c\xc0\x8f\x00\x4c\x6d\xc9\x9d\xca\x2a\x2b\x1a\xdb\xf5\x78\xbb\xab\x9b\xb7\x34\xe6\x3c\xbc\x64\x3f\x75\x3f\x25\xfa\xf5\x47\x3b\x10\x27\xf9\x3d\x9d\xbc\xff\xf8\x46\x81\xab\xc3\x99\xf6\x5e\x31\x37\xa6\xc4\xd7\x05\xc4\xc4\x7b\x09\x28\xb2\xcf\x01\xd1\x5c\x55\x08\x93\xc3\x6f\x16\xa4\x91\xd0\x9b\x2f\x53\x74\x02\x7c\x69\xa8\x5e\x0d\x07\x84\x5f\x64\xd8\xfa\x8c\x1e\x90\xe3\x54\xf4\x36\x2e\x09\xdb\x0a\x2f\x6b\x1f\x4d\x6c\x87\x1d\xdf\xad\x13\xbb\xce\xd8\x4e\xd8\x64\xe1\xa1\xeb\x37\xfc\xfa\x8a\xf0\x39\x1f\xdb\x57\xa9\x1f\x08\xdb\x36\x0b\xc7\x04\xad\x2c\x6c\x79\x58\x54\xf0\x74\x49\x1b\xb5\xca\x38\xfb\x62\xc4\x4a\x82\x73\x56\xdf\xde\x80\x41\x85\xf3\xe9\x1b\x56\xe9\x9c\x96\x9f\xf3\xb7\x71\x59\xb7\xaf\x58\xfc\x9d\x7f\xbe\x72\x53\xc1\x60\x16\x29\xef\x80\xef\xe4\x6e\xc5\x03\xb5\x49\x13\x3f\x59\x7c\x40\x40\x50\x43\x99\x08\x9e\xe7\x1f\xf6\x9c\xfa\xbd\x91\x0e\x3a\xad\xee\xa1\x57\xea\x54\x10\x97\x75\xdc\x90\x73\x67\xc8\x56\xb8\x20\x66\x66\xba\x80\x68\xba\x24\x63\xfa\xbd\x2c\x20\x5a\x6c\x58\x4c\x04\x72\x5b\x24\x80\xdb\xbb\x98\x99\x0a\xf0\xc9\x16\xf5\x28\x9f\xa1\x05\x69\x3c\x2f\x9b\x93\xe2\xa0\x30\x61\x99\xb4\x4e\x7d\x21\xad\x12\xb2\xae\xc1\xa3\x65\x1e\x76\xb1\x15\x40\xc5\x87\x83\x0c\x69\x41\xa6\x10\xcc\x02\xc2\x31\x3a\x3d\xac\x09\x6f\x5b\x65\xa3\x1e\xb8\xca\x25\x61\xbb\x04\x7f\xf4\x72\x96\x7b\xd8\x5d\xda\xf2\xd7\x9c\x7c\x45\xbf\x5c\x3e\xdf\xc2\x11\xff\x69\xeb\x77\x17\x30\xd8\xe8\x38\x59\xdd\x75\xda\xd1\xf5\x38\x6b\xf2\x64\x00\x07\xb7\x6f\x90\x5e\xef\x77\xd3\x50\x5b\xdd\xed\x64\xb0\xb8\x0e\xfd\xaa\x61\x16\x3d\x80\xb6\xf3\x8d\xe6\x44\xaf\xa5\x6e\x8d\x62\x1a\x20\xf6\xb4\x18\x28\xf1\x67\xd9\x84\xef\xb6\x7e\x83\xd5\x5b\x24\x82\xc6\x3e\x30\x6e\xc1\x9f\xd4\x67\x81\x40\xc9\x3a\x6c\x24\x50\x4d\x64\x09\x46\x34\xd1\x89\xda\x74\xcf\x74\xfb\x5f\x20\x80\x32\x56\xaa\x82\x41\x14\x20\xab\x35\xce\xc8\xab\x54\x82\xcf\xfe\x94\x35\x1b\xb9\x8f\x2b\xbc\xd9\xfa\x45\x8b\x00\x63\xba\xd4\x20\x8a\xe1\xf5\x4e\xd2\x4f\x77\x52\xb4\xfe\x04\x29\x8d\x5a\x7b\x5d\x46\x2d\x42\xdc\x4a\x74\x8a\x18\x4b\x0c\xd6\x0f\x7a\x05\x1c\x27\xca\x4e\xa3\x10\xce\xda\xf4\x5f\x3b\xa8\x32\xf0\x41\x95\x92\xc6\x19\xd2\x98\xa6\xb6\xa0\x70\x1b\x97\x9a\xe0\x3a\x8b\x12\x1b\xec\xe3\xd0\xf9\x10\xf9\x10\x36\x4d\x30\xd2\x40\x87\xe6\xb1\x64\x5f\xed\x97\x0b\xc0\xf4\x52\x4a\x0b\x95\xf9\xfb\xfa\x79\x59\x56\xac\xac\xb2\xb8\xa1\x7e\x0c\x80\x2d\x71\xdf\xa1\xd1\xc8\x59\xad\xc9\xc0\xa0\x34\x4b\x1c\xb1\x99\xa7\x7a\xb5\x8f\x25\x03\xdd\xdd\x62\xfc\x1b\x67\xa6\xdb\x3b\xcd\xdd\xbe\x24\x3e\x7e\xfa\x28\x0b\x9b\xfe\x43\xab\x75\xbc\x88\x31\xb5\xa2\x90\xc8\xea\xc6\xdd\x96\x2d\x9e\xd0\xc7\xc8\x29\x5b\x1f\x67\x7d\x47\x9c\x9a\x26\xf7\x85\xaa\xd8\x9a\x26\x00\xf5\x95\xb3\x7d\xe2\x18\xc3\x3a\xea\x9d\xc3\x17\x35\x08\x0f\x4e\xf0\x2c\xa0\x60\xd4\xd0\x56\xb4\x01\x06\x3e\xa3\xd7\x2d\x50\x93\x53\xe1\x95\x8e\x7e\x8d\x45\x05\xfe\x49\x96\xc9\xf2\x4e\xdd\x0a\x1e\xed\x38\x21\x73\xc2\xf6\x15\x47\x85\x19\x8d\x56\xd3\xd9\xfb\x0c\x90\xd1\xae\x37\x59\x43\x3f\x94\x71\x42\xa3\xe3\xfc\xdf\xb0\x6a\xf2\x21\x21\xc5\x24\x55\xaf\x96\x82\x25\x0c\x45\xf8\x7a\x05\x41\xdc\xd9\xc9\xfd\x38\x26\xf2\xbc\x95\x6b\xa8\xcb\x8c\xca\x0f\x6d\xa6\x79\xa0\x83\x3d\x7d\x67\x11\xa1\x0e\x6b\xed\x26\x3a\xce\xf0\x2a\x28\xe3\x00\x27\x24\xc0\x39\x29\xe3\xaa\xa6\xdf\x17\x8d\x5f\x58\xcc\x3e\xda\xef\x03\xbc\xeb\xf9\x26\xd8\x7e\x40\x3b\x6a\xdf\x0f\x48\x2e\xd7\xbc\x7b\x43\x20\xbb\xfd\xde\x6f\xa7\xcd\xfb\xee\x12\x3b\x5c\xef\xc9\x54\xf9\xd0\x5b\xf7\x81\x01\x9c\x82\x2a\xb4\xb3\x25\x6c\x02\xb8\xd8\x16\xea\x4e\x6c\xdc\xf0\xed\x2b\xc5\x91\x12\x78\x95\xcf\x94\xf1\xb3\xef\x5c\x1b\x96\xdb\x6d\x58\x6e\x91\xd2\xfc\x5a\x83\x23\xdd\xd0\xcb\x71\xf7\xd2\x05\xb0\x10\x29\x51\xf2\xa7\xbe\x14\xe2\x4b\xd4\x73\x61\x5b\x43\x3b\xe4\xb1\xd2\x97\x69\xd1\x5f\xa1\x1a\x77\xe7\xbd\x88\x27\xd6\xf3\x81\xdf\x0a\x39\x43\x59\x4a\xda\x29\x6e\x7c\x6a\x7b\xca\xfb\x5f\x89\x4b\x35\x96\x8a\x6e\x88\x2f\x4a\x8d\x14\x40\x5b\xb7\x7a\xd9\xc1\x68\x6a\x6b\xc7\xf6\x7d\x90\x28\xb3\x43\xe7\xe6\xd7\x33\x29\x4a\xc2\xd8\x5f\xcc\xb6\xe7\xfa\x78\xac\x0c\x31\xb3\x38\x16\x34\xe3\x8a\x18\x10\x38\x49\x5e\x24\xd9\x7c\xa3\x55\xcc\xb5\x7b\x40\x8a\xd8\x19\x93\x5e\xd8\x20\xff\x8a\x1f\x6c\x10\xb5\x1f\x83\x28\xc7\x5d\x84\xda\xb2\x7c\x3b\xee\xeb\x07\x5a\x54\x06\x1f\x47\xb4\xef\xb2\xdb\x3e\x4e\x8b\x3e\x64\x7f\x50\x1f\xe1\x5b\x72\x69\x7b\xe1\x5c\x90\x4b\x93\x3f\xf2\x19\xa9\x26\x12\x19\xc8\xcf\xf0\x2d\xbe\xc0\xdb\x47\x17\xf8\x4a\x82\xa5\xe9\x52\xb3\x42\x5d\xae\x61\x64\x0e\x9b\x45\xe0\x79\xe9\x22\x58\x5a\xce\x5e\x80\xfd\xbf\x99\xf3\x0f\xa0\x8d\x4f\x8c\x50\x95\x7f\x42\xda\x8d\xd1\x40\x6e\xc1\x3a\x78\x8b\xaf\xb5\x16\xc6\xb0\xe0\x5a\x13\x73\x2d\x35\x31\x6f\xc9\x75\x47\x13\x73\x43\xde\xca\xc8\xc1\xcf\xc9\x8d\x8c\x4e\xd4\x3d\x53\x97\x57\xe1\x43\x26\xf0\x06\xdd\xc3\xa2\x39\xaa\x9d\x0a\x07\x98\x81\x25\x4d\xb3\xf5\x45\xdd\xf8\xb9\xc1\x26\x7d\x87\xee\xae\x27\xd4\x7f\x67\x74\x3a\xd7\x42\xa7\xe3\x8e\x81\xe7\xf9\xc0\x7e\x81\x94\xf4\x13\x39\xc5\x0f\xb9\x0c\x58\xa2\x90\x96\xec\x73\xba\xef\xec\xb6\x59\xb1\x3e\x46\xe8\x54\x86\x45\x9b\x61\xd1\xb2\xb3\x4f\xaa\xaa\xe3\x77\xfb\xa4\x2b\x5f\x41\x27\xae\xf3\xfe\xcc\xab\xf7\xfb\x4f\xe8\xff\x0e\xbe\x8a\x2d\xcf\x57\xa1\x53\x19\x42\xf8\x3e\xd6\xe9\x14\x83\x74\x9a\x7f\x99\x5a\x30\x93\xb4\xf3\xdd\xe7\x75\x6b\x06\x47\x0a\x93\x3e\xb2\xf2\xa4\xa0\x50\xde\xfc\x78\xdf\x5f\xbd\x7b\xeb\xf7\x13\x7f\xd4\x2e\xf5\xc5\xfd\xb8\x4b\xf7\x17\xac\xd4\x27\xaa\x6c\x6b\x55\x9c\xd2\x92\x4f\x9e\x8e\x35\x2d\x19\x4f\x9e\x1a\xd7\xd1\xc9\x53\x4c\x1f\x4d\xe9\xe3\x47\x33\xd4\x62\xca\xf8\xd5\x3d\x23\xad\xeb\x31\x23\xb6\xd0\xed\x23\x2b\x71\xec\xbc\x11\x7d\xc4\x35\x91\x82\x8a\x4a\xd9\x60\xb0\xf1\x94\x3e\xfe\xa2\xc0\x96\x8f\x03\xce\x00\x8c\x45\x6c\x6f\x9d\x30\x1e\xf1\x84\xfe\x74\x5c\xa0\xbe\xc4\x7c\x9f\x18\xd8\xec\x84\xd8\x5b\x8a\x7f\x48\xe6\xb5\xdc\x7c\xc9\x02\xd4\x0b\x42\xb7\x66\x3b\x44\x76\x8e\xaa\x1e\x19\xed\x09\x36\x01\x94\x5a\x6b\x52\x75\x51\x6e\x64\x1b\xa3\x9c\x0c\x13\xb0\xb9\x18\x12\xd2\x4c\x6e\x97\x10\xd8\xa5\x1c\x69\xdd\xd7\xa3\xd9\x78\xf7\x68\x26\x63\x31\x8b\x34\xfb\xfd\xb0\xa0\x71\x45\x6b\xf9\xec\x79\xaa\x23\x4b\xc8\x1c\x6a\xc6\x65\xd7\x33\xb8\xf9\xf8\x69\x10\xdc\x3f\xb4\xf9\x68\x37\x3a\x92\x10\xf4\x30\xca\x9d\xc3\xf0\xfb\xe6\x8e\x7a\xd2\x04\x43\x85\x2a\x90\xf2\xae\xf1\x14\x96\x92\x79\xdb\xd8\x31\x39\x64\xe3\x5b\xf4\x5f\x36\xb1\x30\x83\xd9\x15\xcc\x20\x4b\x84\xd3\xc9\x59\x9d\xce\x69\xdb\x77\xf5\x9e\x01\xa7\x2e\x35\x96\x14\xaf\xcf\x10\xf8\x81\xd6\xc7\x42\x58\xd8\xe1\xd8\x06\x41\x64\x79\xc0\x76\xfa\xd5\x9c\xec\x17\xb8\x8e\x37\x66\x1b\x7e\xe6\x80\x82\x53\xb1\x58\x58\x38\xe9\x6c\xed\xbc\x67\x6b\xcb\x59\xf4\x03\x42\x9a\xfd\x9e\xcd\x49\x62\x08\xcb\xd4\x72\x49\x1f\x57\x10\x67\x1e\x78\x9d\x82\x90\x5e\x81\xce\x7e\x5f\x2f\x48\x3e\xea\xcd\x6f\xb2\xb3\x45\x22\x02\x69\xd5\xf3\x7c\x34\xa3\x8f\xed\xd5\xa9\xce\x94\xa3\x4a\xc3\x01\x35\x07\x99\x13\x6b\x58\x9a\x5b\x15\x0a\x75\xbd\x60\x3e\xfd\x5c\x0b\x95\x46\x84\x1a\xa3\xb5\xc0\x64\x96\x02\x5b\x26\xc4\x2f\x95\x11\xd8\x5e\x6d\x7d\xbd\x19\x98\xf4\x34\xb5\x5e\x34\x0c\x49\xb7\x3a\xc3\xe2\xdc\x63\xb6\x52\xf5\x98\xae\xf5\x8f\x83\x1d\x1a\x15\x60\xe6\xf5\x55\xa0\xef\x66\x3d\x20\xe2\x02\xad\x06\x49\x84\xe3\xae\x2c\x53\x1e\x47\x18\x2a\x06\x4c\x0c\x4a\x4b\x64\x9b\x91\x4a\x79\xc5\xac\x35\x60\xc9\x9c\x33\x0a\x52\xa0\xc8\x59\xef\xac\xd8\xd1\x61\xd4\xca\xef\x58\xc4\xc0\xdc\x50\x80\xb2\xb2\xcc\x6b\x78\x92\x3b\xfe\xe0\x98\xa8\x60\xb0\x84\x6d\xad\x01\xba\xc8\xe0\x32\x6a\x41\xc4\x67\x10\x77\xf2\x80\x30\x1b\x11\x3a\xce\x10\x3f\xe5\x0e\x07\x3c\x0b\x10\xce\xc0\xc0\xb2\x9b\xba\x11\xa9\x9b\x71\xa6\xf5\xf6\x0d\x6b\xe2\x3c\x64\x1a\xf6\xfd\x70\x90\xbe\xc0\x38\x03\xb1\xb2\x11\x31\x22\x11\x5a\x1a\x32\x1c\x1f\x81\x98\x48\x07\x82\x5a\xfe\x10\xd1\x5f\x1d\xf1\x85\x7d\x99\x51\x07\xe0\x8c\x3e\x7e\xd4\x93\x4c\xc2\xd8\xf6\x7c\x91\xc2\x8a\x98\xbc\xdd\xfa\x0c\xfb\x8d\xb5\xe3\xc7\x40\x4b\xc6\x09\x7a\xa4\x3c\x44\x39\x85\x68\xa5\x13\x74\x40\x24\x1d\xd9\x49\x6d\x00\x2d\xd9\xdd\x76\xfd\xfa\x72\x84\x77\xbc\xe1\x47\x3f\x5b\xad\xeb\xde\x91\xc7\x3b\xf4\x28\xb7\x1b\xd6\x73\xbf\x1e\x41\x1a\x61\x6f\xcf\x17\x7d\xbc\xc8\xa4\x93\xdd\xda\x99\x5c\x1d\x2d\x20\x3e\x20\x5c\xcf\x33\x70\x9e\x73\x92\xd4\xfc\x2b\x7f\x7f\x50\xbe\xd4\x4d\xaf\x30\x2d\xda\x08\x5e\x98\xa8\x8a\x36\xd2\xed\x42\x94\x79\xb3\xf5\xd7\x78\x23\x1d\xf9\x02\xf9\x6b\x34\x0d\x10\x1e\x6c\x94\x94\x6e\x03\x5e\x7d\x26\x7f\xc3\x5a\xb9\x1b\x26\xf2\x36\x8c\xe7\xd4\x56\x0f\x69\x7b\xf3\x55\x64\x7b\x5e\xae\x70\x4c\x2a\xa5\x43\xaa\x26\x0d\x8b\xea\x71\xbc\x98\x72\x4a\xaa\x02\x28\xf4\xc1\x83\xb7\x28\x61\xa5\x29\x61\xd5\xa1\x84\x99\xa6\x84\x7c\xa9\xfa\x99\xf6\x26\xcd\x14\x19\x63\xe8\xae\x9a\x50\x9f\x19\x32\x56\x59\x64\xec\xe0\x53\xdc\xaf\x19\x74\x47\x92\x5a\x23\xa1\x6f\xf0\x52\x79\x15\xa3\x39\x74\xc9\x7a\xdf\xb0\x71\x0d\x6f\x0f\x08\xed\xf7\x92\x00\xc7\xb8\xc6\xcd\xe4\x32\x2e\xe1\xe6\x9e\x49\xf7\x47\x84\x0e\xb8\x24\x01\xde\x92\x75\x54\xce\xb7\xca\x6e\xa4\x1c\x8d\x50\xea\xa3\x43\x64\x9f\x05\x95\x7b\x16\x30\x1f\x3d\x8c\x56\x1b\x33\x63\x59\xfb\x7d\xfe\xcd\xd7\x5b\xbf\xc2\x05\x1a\xc3\xdf\xc6\x35\xa9\x38\x4a\x0e\x96\xca\x42\xe2\x8b\x2c\xac\xd4\xe6\xeb\xe4\xd0\x1b\xec\x8b\xac\xa5\x9c\x7a\xd8\x09\x12\x5d\x6d\x27\x75\xbc\xa5\x2a\xee\xb8\xbe\xc0\x29\xc1\x90\xd6\x19\xd3\xa3\xda\x61\x7a\x9f\x46\xf8\x14\xd1\x3b\x20\x64\xe9\xd5\xfa\x2e\x8b\xa7\x63\xc0\xb7\xf4\x61\xad\xdb\xae\xe7\xf9\x54\xc8\xb0\x8d\xeb\xbe\xe9\x00\x52\x96\x3d\xe7\x2b\x73\x18\x51\xfc\x10\x25\x63\xeb\xb0\xa2\xfc\x80\x6b\x6c\x2a\x43\x39\x95\x29\x0e\xa8\x73\x88\x81\xe9\xe5\x2c\x30\x11\xaa\xb4\x11\xd4\xa6\x6d\xfc\xd0\xbe\xb2\xdb\x9f\xda\x1a\x6a\x2b\x1a\x20\x55\x9a\x9c\xf3\x62\x25\xaf\x4e\x54\x28\x70\xf8\x0b\x4e\xf7\x5a\x56\x3d\x8e\xc1\x45\x83\x8b\xe5\x93\x30\x70\x7c\xe4\x5f\x1c\xf3\xe3\x77\x42\x16\x76\x86\x4d\xc4\x2f\x6c\x0d\x9d\x14\x2b\xb8\x3a\xd8\x56\x84\x82\xc6\x8a\xbe\x2e\x68\x2e\xf5\xbc\x46\xb8\x48\x03\x0d\x78\x77\xec\xba\x41\x4f\x73\xc7\xd6\x9d\x1c\xf5\xf5\xf0\xb8\x9f\xa2\x6c\xcf\xd1\x8a\xfb\x6e\xfb\xd4\xbd\xf0\x3e\xb8\x41\x54\x58\x60\xfd\xa9\xe6\x28\x1c\x84\x23\xed\x79\x70\x1b\x52\x96\x3c\xc0\xc0\x4a\x56\x00\xf6\x65\xed\x96\x28\x26\xc2\xec\x6d\x10\xcd\x3e\xa0\x54\x5d\xf7\xa8\xa5\x0f\x18\x75\x75\x19\xc6\x76\xef\x62\x4b\x7e\x67\x66\x11\x3d\x04\x5f\xbc\x61\x60\xb3\x61\x6c\xfa\xde\xb6\x4c\x3d\x81\xec\x02\xd6\x98\xe0\x0a\x85\x4f\x3c\x09\xd4\xb9\x58\x9d\x07\x2b\x1d\xf3\xba\x59\x90\xa9\xf9\x60\x61\x18\xf1\xa3\xda\x20\xf9\x5a\xb8\x5e\xc5\x17\x60\x62\x1b\x44\x11\x53\x86\x8d\x2d\x1c\x5f\x09\xe3\x3b\x86\x9a\xb3\xb9\x8e\x26\x7f\x56\x8f\xb2\x28\x1b\x93\xc4\xb2\x53\xbd\x76\xbd\x20\x49\xa0\x22\x12\xb7\x03\x37\x3d\xe8\x32\xd4\x31\x58\x11\x5d\xaf\xd1\x5d\xc5\xf9\xe6\x38\x12\x01\x8a\xab\x11\xa9\xc7\xb1\x62\x0f\x12\x71\x72\x26\xc7\x6e\x39\x8f\xe4\x90\x9a\x46\xdf\x68\x8b\x79\x13\x6c\x2f\x88\x2a\x63\xf2\x59\xa9\x91\xc9\x08\x3d\xaf\x56\xe2\xf6\x01\x44\xa1\xf0\x3c\xce\x42\x2c\x34\xbe\x18\xbf\x0b\x89\x4f\x8d\xe7\xb1\x7e\xb6\x90\x33\xfe\x90\xab\x68\x25\x29\x0c\x5b\x88\x95\x07\xa8\xb0\x33\xf0\x29\x3e\xaf\xf0\x74\xa5\x8e\x11\x26\x80\xb1\x98\x9e\xe0\x83\xb0\xdb\x7d\xbe\x25\x77\xb0\x13\x7a\x09\xe4\x01\xcb\x6d\x78\xe4\x2b\x6c\xa5\x70\x7a\xc0\x9f\x1e\x6c\xfe\x2b\xc5\x0c\x00\x0c\x8c\x63\x12\xb4\x6d\x85\xaa\xee\xc1\xac\xcc\x3b\xc4\xc5\x56\x08\x40\x62\x83\x19\x66\xcb\x5c\x94\x98\xa5\xc4\xb5\x49\xc0\x3a\x09\x2e\x6c\x29\xc2\x59\x06\xcb\x01\x8b\x21\xad\x20\x02\x27\x58\x3f\xc6\xca\xfa\xb1\xc6\x29\xdb\x7e\x04\x7b\xc8\x94\x6d\x5f\x28\x93\x48\xd7\x58\x89\xf8\x5f\xd1\x2f\xc7\x19\x7a\xe4\x2b\x77\x83\xb1\x04\x75\xa8\x71\x72\x4a\xfd\x91\xe8\x90\x64\x49\x67\x65\xe7\x2a\x24\x59\x94\x4f\x44\x1b\x48\x3c\xf2\x73\xb8\x20\x31\x19\x72\x03\x6a\xc7\x31\x81\x14\x52\x59\xaa\x52\xf3\xb4\x52\x64\x97\x0b\x99\x21\x23\xea\x8d\x85\x0f\x91\xb8\xf8\x10\x09\xac\xff\x7e\xb4\xff\x3e\xa3\x5c\x27\x2a\x46\x80\x05\x0a\x74\x10\x45\x8d\xd9\x06\x8d\xab\x9a\x70\xdd\xd5\xf4\xdb\xf3\xc6\x38\xa8\x0d\xb2\xfd\x9e\xc2\x5d\x48\x07\x9a\xad\x46\x00\x2a\x68\x75\x5b\x22\x44\x64\x4a\xa8\xa9\x11\xb1\x55\xf7\xa9\xb8\x22\xa2\xa8\xd0\x89\x30\xe7\xa1\xf5\x50\x19\x97\x3f\xb9\xd4\xff\xb3\xbd\x13\xed\xd4\x92\x0e\xde\xe0\x4a\xc6\x7c\x71\x3b\xa8\x1b\x6c\xfa\xd8\xa8\x0e\xca\x42\x4e\xf5\xb1\xe3\xc2\xf2\x6e\xab\xc5\x53\x80\xea\x0d\xb5\xb5\xc4\x52\x10\xd1\x19\x0e\x61\xb1\x76\x2a\xeb\x85\x1c\xf0\x16\x04\xa1\xdc\xa4\xd4\xc0\x2c\x57\xe3\x02\xbb\xf1\x15\xa8\x8c\xaf\x20\xfe\x1e\xe5\xc3\x65\x03\x0f\x08\x85\x32\x07\x10\xac\x8f\x5b\xf2\xc3\x6e\x92\xd2\x75\x56\x50\xff\x2e\x61\xdb\x8b\xac\x38\x62\x74\x0e\x70\x3e\xc3\xb3\x21\x3a\x1c\x10\xfe\xf0\xf0\x7c\x2a\x36\xca\x20\x40\x0b\x4e\x28\x11\xfe\x75\x4b\xbe\x59\x4f\x0a\x7a\xfd\x03\xbf\x76\x20\xfc\x47\xeb\xf9\x65\xeb\xf9\xf5\x96\xdc\x0d\xbd\x1c\x98\x86\x70\x38\x19\x8e\xfe\xd8\xe2\xa1\x97\xc6\xd5\x27\xf1\xf8\x72\x6b\xc5\xb7\xfe\x61\xdb\x8a\x8c\x0d\x71\x52\xd7\x7e\x83\xef\x84\xdb\x56\xd8\xe5\x31\x1f\x79\x2a\x0a\x2a\x5a\x1a\xcc\x99\x47\xde\x2f\xd7\x5f\x3c\x72\x2d\x07\xb3\xb5\x3f\xf4\x86\x84\x34\x66\x6e\x21\x7a\xe2\x7e\x3f\x28\xce\x9b\x15\x6a\x36\x15\xbb\x86\x2a\x81\x97\x7e\x5d\x55\xac\xf2\x87\x7f\x2f\xea\x5d\xc9\x17\x2d\x4d\xcf\x84\x84\x81\x55\xe1\x99\xc1\x13\x33\xdc\x38\x2f\x04\xe6\x68\x34\x3c\x1b\x8e\x9a\xc3\x41\x4c\xd3\x9b\x2d\xf9\x61\xeb\xf3\xbe\xfe\xba\xc5\x77\x43\x6f\x92\x6c\xc7\x42\xdb\x31\x0c\xef\x74\xf8\xbd\x61\x45\xf3\xb8\xc9\xae\xe8\xd9\x20\xdb\xf2\xea\xe2\xa2\x19\xe2\x0b\x76\xf3\x21\xfb\x23\x2b\x2e\xc3\xe1\x05\xab\x52\x5a\x8d\x2f\xd8\xcd\x10\x8b\x42\xd6\x22\x1e\xe7\x30\xbc\x63\xbb\x86\x13\xf8\x70\x38\x2d\x6f\xce\x52\xd6\xf0\xb6\xfe\xff\x66\x53\xfe\xdf\xf0\x80\xa5\x51\x7e\x38\x5c\xe7\xf4\xc6\x29\x9e\xbf\xd0\xb2\x46\xce\xe2\xe5\xbb\x6d\x31\x3c\xe0\x21\x2f\x5e\x28\x33\x29\x6f\xe5\xf1\x12\xe2\x3c\xbb\x2c\xbe\x6f\xe8\xb6\x16\x1f\xc7\xa0\x43\x71\x2b\x61\x45\xf3\x4d\xbc\xcd\x72\x88\xf3\x52\x30\x11\x65\xcc\x86\x70\x9d\x4e\x9e\xe0\x8d\x44\xb1\x9d\x06\xc1\x7f\x0d\xb1\x72\x86\xfa\x67\x38\x8c\x77\x0d\x1b\xe2\xee\x38\x0d\xf1\x1f\x10\x5d\x3e\x0c\x64\x7b\x25\x83\x3a\x0c\xef\xb6\x71\x75\x99\x15\x61\x00\xfd\xfb\xb6\x62\xd7\xe1\x0c\x7e\x7e\xd8\x54\x59\xf1\x29\x0c\xf0\x36\x2b\xbe\x73\xea\xd3\x1d\x14\x0e\x0b\xd8\x58\x3d\x85\xc3\xb2\xa2\x43\x7c\xcd\xaa\x94\x5f\x7a\x43\x1d\x0b\xec\xc8\xd4\x48\xee\x36\x1c\x3e\x29\x6f\xce\x82\x21\xd6\x53\x53\x30\x08\x1b\xf6\xff\x67\xef\x5d\xb8\xdb\x36\x92\x75\xd1\xbf\x42\x62\xe6\x60\xd0\x87\x4d\x06\x94\xed\x3c\x40\xb5\x78\xfd\x48\x26\x99\xd8\x71\xc6\x76\x26\x33\xc3\x70\x67\x41\x40\x93\xc4\x08\x04\x18\xa0\x49\x49\x16\xf9\xdf\xef\xea\xea\x37\x00\x52\x92\x93\xbd\xcf\x59\xeb\xde\xc9\xde\x32\x01\xf4\xbb\xab\xab\xab\xab\xab\xbe\xf2\x67\xb2\x9d\x9c\x04\xe2\xcb\x9c\x12\x56\x6d\xe9\xdc\x8b\xee\x7e\xa6\x97\x57\x19\xfb\xa9\xa6\xd5\x9b\x32\xcd\x16\x00\x01\x15\xa7\xc3\xeb\x2a\x63\x74\x08\x51\x22\x19\xbd\x61\xc3\xb2\xc8\x6f\xbd\x83\xec\xb3\x7d\x16\xf7\xa2\x3b\xd3\xec\x5f\x17\x71\x9e\x5f\xc6\xc9\x55\x64\xc5\x31\xb3\x7b\xe5\x84\x2f\x83\xee\x41\xd8\x4c\xf5\x81\xbf\x30\xd3\x20\x7a\x1e\x17\xb7\xd7\x2b\xca\x47\xc3\x1a\xcc\xf1\x01\xcb\xe5\xdd\x73\x27\x21\x89\x2b\xca\x5e\x96\x79\x59\x81\x0b\x79\x72\xc5\xe9\x0a\x16\xfe\x89\x84\xd0\x42\xcf\xea\x9c\x4d\x7c\x72\x6e\xf4\x08\x87\xbd\x33\x3e\xc6\xbd\xa7\x9b\x1b\x4d\xb3\x4a\x05\xf8\x3a\xbe\x05\xca\x95\x34\x32\x1c\x63\x5e\x61\x9c\x15\x91\x57\x67\x1f\x69\x0f\xdc\x55\x5a\xb9\x5e\xc4\xc9\xd5\x12\x62\x3d\x39\x4b\x53\xfb\xc5\xb9\x7d\xed\xce\x76\xa9\x1f\x22\xef\x4f\xe9\x57\xfc\x3f\xb7\xe7\x0f\xc8\x76\x76\x76\x66\xea\xb2\x96\xfa\x83\xab\xfd\x22\x7d\xba\x08\x75\xb5\x9f\x50\xc2\xd9\x93\x27\x6a\x74\x12\xb8\x9c\x6f\x0c\xe8\x38\x0c\x3b\x47\x54\xa8\x4b\x64\x94\xcd\x5a\x52\xfd\xc1\x65\x58\xbd\x76\xa9\x71\x91\xad\x63\x31\xd8\x35\xa3\x9b\x3a\x18\xa3\x5e\xb2\x1e\x5e\xe6\x59\x71\xd5\x1b\x8f\xce\xea\x5e\x56\xf0\x1d\x40\xcc\xc1\xff\x73\x45\x6f\x17\x55\xbc\xa6\xb5\x4e\xe4\x45\x77\x5e\xf8\xbf\xbc\xe8\xee\x80\xbd\x67\xf0\xa3\xdc\xc4\x49\xc6\x6e\x81\x3d\xc0\x22\x8f\xee\x0e\xdd\x79\xcf\x1e\x9c\xd9\x34\x1c\x43\x27\xd2\xaa\xdc\x08\xdb\x85\x6e\x7a\xc1\x82\x33\xbc\xa6\x0b\xce\x69\x46\x9c\x5c\xeb\x32\xcf\xd2\x9e\x58\x10\x58\x30\x2a\xf1\x79\x18\x8e\x3e\xdf\xdc\x1c\x1d\x40\x53\xb5\xbd\x24\xf4\xf0\x9a\x75\xa5\xd2\x98\xaa\xe5\xda\xfa\xd3\xd3\xa7\x4f\x4f\x4c\x45\x7b\xa5\xb9\xd4\x1e\x27\x9c\xeb\xbe\x16\x6b\xd2\xd0\x8a\x2a\x7c\xf1\x64\xf1\xd5\x62\xe1\xb6\xe5\x9e\x2c\x67\x67\x4f\xc2\x27\x5f\x35\x17\xd5\x86\x26\x59\x9c\xbf\x5c\xc5\xbc\x45\x89\x48\x5a\xd1\xb4\xb1\x86\xba\x52\xfd\x69\xf1\xc5\x97\x6a\xa8\x96\x5b\xc6\x68\x55\x37\xf7\x2e\xaf\xb1\xcf\x1c\x61\xe2\xd2\x1f\x4c\xd2\xfa\x59\x18\xba\x6d\x34\x85\x77\x8c\xc3\x33\xfe\x9f\x87\x55\x9b\x3e\x4f\xf8\x7f\x8a\x12\xde\xc9\xca\x35\x21\xfc\x29\x4d\x1b\x5d\x3b\x55\xf8\x13\xfe\xbf\x2f\x4d\xe1\x49\x92\xb8\x1d\x3e\xb9\x57\x77\xef\xf6\xee\xce\x78\x64\x40\x5a\x1b\xa6\xda\x19\x22\x6f\x95\xa5\x29\x2d\xdc\x66\x48\x1f\x44\xa0\xc2\xae\xf2\x2c\x06\xff\x03\x80\x5a\xd7\xbd\xae\xcc\x16\xa7\x7f\x02\x9c\xfe\xd9\x46\xb4\x05\x54\xe6\x91\x77\x06\x51\x89\xf9\xae\xf8\x9c\x8b\x21\x91\x57\x09\xdd\x94\xbd\xcf\x15\x25\xec\x7d\xc7\x68\xf9\xaf\x6a\xd8\xda\x83\x4d\xcf\x16\x67\xc7\x29\xfa\x44\xc6\x33\xfe\xbf\x2f\x54\x27\x37\x71\x41\xf3\xfa\xe8\x50\x58\x92\x4d\xcd\xb2\xe4\xea\x56\x53\x9f\xf0\x46\x6c\x90\x9e\x29\xed\x3e\xca\x33\x7b\x6e\x33\xf7\x90\x95\x1b\xcd\x20\xe4\x11\xbe\x8b\x24\x5b\xf9\x64\xa0\x3a\x95\xf5\x43\xb9\x39\x4d\xca\x27\x1a\xdb\xa0\x64\x67\xdf\x67\xf1\xa5\x4d\xc7\x8e\x2b\x69\x9b\xf0\xb0\xf2\x12\x95\x34\x20\x1b\x29\xcb\x12\x1e\xd0\x2f\xb6\x8b\x05\x4c\x56\x23\x2d\x08\x54\x7c\x34\x0c\x5b\xa0\x6b\x4b\x1a\x14\x55\xeb\x99\xe4\x27\x8b\x55\x99\xa7\xd4\x66\x3a\x5f\x7e\xf9\x65\x2b\x87\x6a\x6c\xb3\xba\x72\xa3\xca\xba\xdc\x32\x56\x16\xed\x16\xad\xb3\x34\xe5\xdb\xa8\x2c\x3d\x2b\x56\xb4\xca\xa4\x10\xfd\x3e\xfb\x48\x23\xef\x0b\xbe\xfc\xf4\xca\x18\x9d\xd1\x75\x0f\x1a\x2d\x19\x4c\x9c\x66\xdb\x1a\xa6\xa5\x31\x87\xba\x46\x33\x19\xdf\xad\xe3\x25\x15\x0a\xf4\xb8\x1a\x2e\xab\x38\xcd\x68\xc1\x82\x3f\xd1\xc5\x62\xbc\x78\x86\x7b\x42\x7c\x59\x20\x55\xb8\x33\xdb\xd0\x6f\xcf\x8f\xc4\x92\x78\x50\xb9\x97\x4f\xf9\x7f\xbc\xdc\x30\x7d\x92\x7e\x8e\x40\x8c\x35\xe4\xf2\x88\x16\x3e\xf9\x8a\xff\x87\x7b\x7f\x1a\x8f\xc7\x7f\x58\xf3\xc6\xe3\x31\xee\x71\xca\x44\x5a\xbe\xe6\x04\xb2\xc8\x68\x9e\x7e\xf2\x4c\xb5\x9b\x56\x67\xf9\x8e\x56\xcd\x39\x1c\x3d\xa3\xeb\xc6\x8c\xd9\x95\xb7\x56\x90\x5e\x31\x66\xfc\x9c\xf4\xed\x11\x79\xf6\xec\x99\x87\x5b\xe5\xa8\x76\x1f\x0e\xf8\xeb\x35\xc2\xaf\xd6\xe4\x2e\x59\x65\x79\xfa\x3a\xab\x59\xd4\x0f\x71\xb2\x8a\xab\x38\x61\x14\xc2\xd7\xf3\x17\xf5\xf6\x92\x55\x94\xf2\x9f\x31\x63\x55\x76\xb9\x65\xb4\x6e\xa5\x7c\x9b\xa7\xff\x00\xdd\x51\x3f\x3c\xe0\x1f\xd7\xe4\xe7\xd5\x28\x13\xc1\xad\x33\xfa\xeb\x8e\x56\x75\x56\x16\xe7\x64\x3c\xc6\xbf\xdd\xa3\x2e\x35\xa6\x58\xad\x18\x8a\xbb\x8c\x5e\x6b\x2c\xbe\x42\xc5\xfe\x56\xcf\xef\xe1\xf8\xaa\xcc\xaf\x65\xc8\x2b\x41\x0d\xc6\xed\xd8\x09\xe2\x0e\x66\x7c\x9b\x55\xe3\x93\x31\xe0\x56\x0e\xd0\x79\x7c\x4b\xd3\x6f\xf2\x6d\xbd\xd2\x60\x7e\x15\xe5\x32\xb0\x8c\x69\xad\xdf\xfe\xb6\xa5\x5b\xaa\x5d\x22\x65\x46\x13\x85\xdb\xf2\xc0\xb6\x0d\x87\x8d\x13\x25\x08\x82\xb5\xf4\xb1\x31\x89\x45\x65\xd6\x0b\x93\xce\xf2\xe1\x5e\xc6\x9b\xef\xba\xf3\x2f\xe3\x8d\xa9\x43\xe0\x76\xbc\x5c\xd1\xe4\x4a\xb7\x3b\x2d\xc1\x5d\xc1\x78\x0e\x89\x21\x95\xc1\xc4\x61\x98\xde\x6c\x19\xc8\xeb\x6f\xe5\xcb\xb6\x9a\xfa\x71\xa6\x0b\xc6\x88\x2b\x13\xc3\x26\x74\xfb\xa5\x6d\x80\x55\xb9\x97\xfa\xc2\x72\x21\x38\x46\x59\xfb\x3d\x7f\x55\xd6\xbe\xcf\x4c\x9c\x77\x04\xae\x57\x2d\xef\x60\x65\x00\xa4\x08\xdf\x23\x44\x28\xda\x78\xf2\x8a\xae\xcb\x1d\x4d\x7f\xb0\xb0\xa0\xf6\x7b\xcf\xa1\x76\x27\x7d\x29\x49\x5f\x59\x23\xd2\x11\x13\xb6\xe6\x45\x99\x52\xfb\xcb\x01\xa1\x69\x26\xe2\xe8\xbf\x2f\x39\xf9\x47\x99\x8a\xaa\x7f\x40\x08\xff\xb8\x56\x96\xd4\x40\x84\x50\x91\x03\x6f\xe1\x8c\xd4\x9d\xa8\x24\x52\xb5\x61\x88\xd8\xda\x68\x26\x56\x6d\x8b\xe8\x68\x53\xd1\x1d\xfc\x86\x1b\x15\xab\x15\x07\xa4\x97\x90\xbb\x06\x48\xf7\xeb\xd1\x65\x26\x63\x23\x23\x2c\x1d\xcc\xe2\x34\x85\xf3\x0b\x1f\x4b\x5a\xd0\x2a\xf0\x04\xcd\x7a\xaa\xe4\x77\x82\x84\x9d\x27\xab\x1c\x84\x8d\x7f\x2b\x51\xfe\xad\x22\x95\x22\x38\x35\x36\x6a\x31\xd0\xeb\x46\x02\x27\xb2\x7c\x26\x5c\xf4\x94\xd9\x79\x1e\xd7\xec\x27\x30\xb3\x38\x7f\x15\x33\x3a\x2a\xca\xeb\x00\x0d\xbf\x78\xe6\xfb\x99\x6e\x8e\x98\x04\xab\x0e\xb5\x00\x02\x66\x1c\x69\xd0\x89\x2e\x5f\x02\xa2\x1a\x38\x49\xe9\x7e\xff\xc8\x9f\x88\xfd\xe0\xf4\x5a\x5d\xef\x82\x93\xc0\xd1\x82\x45\xed\x9e\xcb\xe8\x88\xf3\x74\xdf\x58\xda\x9c\xa1\x39\xa2\x2e\xd7\xa1\xd7\x9d\x89\xdd\xf5\x93\xd9\x6c\x04\xfc\x61\x9c\x37\xc4\x8a\xf7\x9f\x8d\x72\xe8\xc8\x37\x65\x65\x37\x35\x43\x78\x4c\x9f\x80\xe3\xa6\x5c\x36\xa1\xef\xd3\x19\xb5\x6e\x61\xed\x76\xbd\xe3\xcc\xe7\x22\xec\x93\xcc\x61\x7e\x50\xb1\xcb\x0d\xdd\x67\xec\x3e\xf2\xfc\x40\x18\xca\xb5\x2b\x6b\x6e\x1c\x41\x13\x5d\x65\x07\xd8\x2a\xf0\x8f\x87\x10\x5f\x2c\x77\x6a\xc1\xd8\x0d\x34\xc4\x22\x19\x2a\x3a\xc2\x95\x1f\x34\xbe\x8f\x1a\x94\xc7\xf7\x42\x74\x42\xe3\x47\x38\xd3\x13\xe8\x35\x10\xa7\xef\x9d\xed\x52\x7d\x49\xcb\x75\x03\x6c\xab\x83\x64\x55\x4e\xe1\xa2\xeb\x1d\xe1\x30\x9d\xc8\x12\xaa\x2f\x47\xe1\x14\x5d\x0a\x10\x56\x02\xc0\x46\x55\xac\x90\xd6\x70\x58\xa8\x86\x6a\xb9\x3f\x00\xe9\xc0\xd9\xe4\x81\xca\x3b\xf6\x7e\x8b\xd4\x6d\x06\x44\xdb\x22\x82\x74\x1b\xae\xe8\x6f\x5b\xaa\xbd\x4f\x81\xfd\x3e\x0b\x91\xdd\xc0\x1f\xab\x2e\x6c\xb7\x6e\x24\x06\xf8\x23\x7c\xe7\x0d\xaa\x4b\x68\xe4\x25\xe5\x12\x16\x20\x7c\xb4\xa5\x47\xcb\x39\xdd\xe6\xb0\x89\xaf\x70\xcc\x7c\x4d\x19\x3c\x37\xd6\x02\x38\xe1\x39\xd6\x54\xcb\x96\xdf\x13\xbc\x69\xec\xdf\xf6\x7d\x11\xeb\x03\xb0\x14\x58\xa5\xdd\x75\x55\x32\x4a\xb3\x3a\x29\x8b\x42\x40\x7e\xc1\x45\x26\x2e\x1a\x72\x4a\x21\xe5\x14\x46\x8a\x96\x9c\x52\x11\xa6\x8c\xcd\xbb\x4a\x57\xab\xbe\xd2\x72\x4b\x86\xee\x8a\x11\x0d\x32\x23\xb7\x14\x20\xb7\x18\x49\x8c\x1e\xac\xb9\x6e\x2c\x88\x53\xc3\xd7\xb5\x22\x7d\xbf\xdf\x2d\x6b\xda\x46\x83\x30\x87\x1a\x6b\xc5\x29\x41\xd8\x38\xdb\x30\x14\xcf\x53\xb8\x56\x2b\x4b\x26\x85\x67\xa9\x9e\x91\x2e\x04\x69\xb9\x8e\xb2\x15\xe0\xe3\xac\x71\x81\x0c\x8c\xb1\xc0\x63\xe1\x42\x13\x17\xc0\xd4\xc6\x2b\x7d\x6a\x02\xfb\x3b\x9a\x00\x04\x61\xb6\x2c\xca\x4a\x72\x26\x8a\xf6\xfb\xe0\xb4\x64\x17\x8b\xae\xc1\xe7\x64\x55\x95\x6b\x0a\x9d\x3f\xe9\x75\x5f\x8c\x40\xed\x29\x1a\x15\xaf\x02\xeb\x19\xcb\xdf\x6f\x01\xd5\x0e\xdb\xed\xd3\x0f\xe2\x9b\x0c\x9e\x6f\x8b\x6d\x2e\xcb\x41\x07\x3b\x88\x47\x73\x8e\x4e\x9b\x43\x8a\xd5\x55\x96\x0c\x33\x7e\x64\xaa\xe3\x45\x5c\x65\xbe\x3f\x06\x7c\x13\x85\xa4\xe7\xfb\x9d\x98\x3a\x9a\xc7\x3b\xf3\x34\x01\x99\xb4\x5e\xc5\x69\x79\xfd\xae\x2c\xd9\x04\x01\x2e\x89\x7e\x6e\xa4\xd6\x06\x2d\x01\xb2\xbc\x4b\xad\xb3\x80\x55\xb9\xb6\x44\x85\x9b\x7c\x1b\x58\x8d\x73\x11\x2e\x5f\xf2\x2c\xc2\xab\x01\x90\x6e\x6b\x56\x6e\xbe\x5b\xaf\x69\x9a\xc5\x8c\xfe\x58\x95\x9b\x78\x19\x8b\x6e\x00\x0c\xf3\x92\x32\x71\x02\x52\x5e\x86\xb3\x70\x0e\xa1\x39\xac\xea\x8f\xca\x59\x59\xb1\xd9\x32\x0f\x17\xb8\x1f\x22\xac\x87\x82\xde\xd0\xe4\x65\xb9\x5e\xc7\x45\x1a\x78\x59\x91\xc2\x7e\x87\x9d\x02\x85\x78\x7f\x7f\x99\x7d\x7d\x6d\x0c\xdd\x55\xcc\x00\xa4\xb5\x97\xe2\x26\x84\x56\x38\x53\xaf\x24\x21\x95\x84\x8d\x28\x3f\x6c\xab\x04\xb1\x78\x21\x3f\xd7\x96\x37\x73\x5a\xae\x9f\x33\xe1\x9f\xd5\x0d\x0e\x01\x44\x08\xce\x0b\xf1\x2a\x10\x28\xa9\xb8\x96\x38\x8c\x22\xa4\x8f\x74\x41\x98\x95\x38\xc6\x15\xce\xe6\x93\x8a\x24\xb3\x70\x8e\x33\x92\xcc\xc6\x73\x5c\x92\x64\x76\x36\xc7\x31\x49\x66\x4f\x14\xe8\xe8\x9d\x21\xf4\xa8\xc2\x36\xa1\x47\x19\xd6\xcb\x23\x2a\xb1\xb5\x3c\xa2\xf8\x70\x30\x36\x3c\x68\xbf\x2f\x56\x81\x06\x7d\xee\x07\x7d\x05\xd0\xe0\xf2\x96\x11\xfd\x2d\x60\xc8\x8a\x01\xe6\x7c\xac\xe5\xb4\x07\x2a\x84\x47\xfb\x00\x6e\x6d\x30\x35\x65\xf7\x2c\x2b\x11\x7f\xaf\xbb\xa2\x40\xac\x25\x88\xf3\x0d\x83\x27\xce\x66\x98\xc9\xe7\xa3\x2d\x18\x1b\x6b\xc8\x9c\xc6\xd5\xbd\x2b\xfb\x58\xfd\x70\x16\x17\x78\x60\x76\xb0\xf9\x86\xe8\x75\xac\x40\xf7\xc8\x3e\x31\x1c\x20\xc4\x12\xd5\xad\xd0\xcc\x79\x52\x28\x78\xd3\xc2\x20\x71\xf6\x99\xef\xd3\xf3\xb6\xe2\xc1\xc4\xdb\x6e\x7d\x9a\xd1\x39\x21\xc5\x94\x0e\x06\x11\x80\x0e\x90\x8e\xdc\x2a\x88\x3a\x45\x00\xad\xa2\x10\xb2\x10\xdf\x60\x47\x71\x5d\x67\xcb\x82\xa6\xef\xf3\x12\xe0\xef\x2d\x1c\x56\x1b\x2f\xb4\x68\xe2\x85\xf2\xbc\x80\x17\x2a\x90\xf3\x8f\xb7\xb9\x0f\x1e\xe1\xf7\xb6\x4b\xee\x50\x96\x07\x95\x93\xb8\x6d\x65\xd9\x70\x33\xb8\x93\x6e\x54\xdd\x7c\xa3\xf3\x68\xa6\x65\x81\x5a\x98\x57\xd6\x4d\xf3\x4a\x15\xee\xa8\xb3\x45\x84\x99\x36\xc5\x3a\xec\x51\xec\xb4\x49\x06\x3c\x7a\xe8\x59\xd1\x6e\x50\xec\x36\x28\x16\xf6\x6e\x9a\x24\xc5\xae\x7c\x44\x0c\xe9\x5b\x3a\x35\x6d\x53\x13\x88\xe6\x3a\x66\xc6\xac\xdc\xf0\x0d\x20\x30\xf5\x38\x27\x5d\x78\x80\x15\x15\x58\x01\xb0\x84\x37\xee\x91\x35\x20\x2a\x55\x5e\x0e\x4a\x35\xd5\x3a\x75\xe1\x57\x6b\xa1\x48\xd1\x27\x95\xf6\x10\xbd\x7a\xfb\xe6\xa5\xad\x25\x01\xeb\x8b\x8c\xa6\x1e\x6e\x28\x5f\x90\xab\x43\xb4\xd9\x11\xdc\x21\x9c\x6a\xa9\xe2\x7a\x0d\x05\xa4\x6e\xb8\x2d\x96\xba\x0d\xee\xa4\xb3\x87\xb7\x19\xb9\x2c\xeb\x28\x4f\xa9\xca\x84\xd6\xf5\x3b\x9a\x94\x55\xaa\x1d\xfc\x85\x7e\x49\x46\x0d\x0a\xef\xe7\x8a\x20\x76\x1a\xa1\xf3\x3e\x98\xf8\x49\xb7\xac\xba\xdf\xcb\xf3\xc5\x73\x65\x15\xf0\x4d\x15\x3b\x22\xbf\x92\x99\x8a\x76\xe6\x49\xc7\x3b\xc9\x14\x5b\xaa\xdb\x42\xa9\xdb\xf6\xfb\x5b\x2e\x0d\x36\x44\x1d\x4c\x47\x57\xf4\x56\xfc\x7d\xc9\x05\x55\x7d\x46\x6e\xd5\xe0\xfb\xde\xd7\xe0\x60\xde\x27\x9a\x28\xdb\xcd\x80\x41\xa2\x58\x16\x17\xb1\x83\x15\x5f\x4f\x89\x93\x0f\x38\xe7\xd9\xdd\x30\xc7\x50\xa7\x73\x52\x77\x74\xf4\x88\xd7\x1c\x09\x6a\x14\x8f\xf8\xcc\x3e\x7d\x02\x3c\x03\x24\x3b\x46\x39\x76\x51\x17\x84\x37\x47\x56\x0e\xf4\xa6\xaa\x6f\x25\x45\x27\xb4\xe9\xb2\x2d\xa6\x15\x2e\x75\x1e\x1b\x22\x2c\xb9\x3f\x50\xad\x38\xd5\xb9\x8b\x8c\xc5\x57\x54\x53\x78\xfb\xbc\x47\x3b\xcf\x7b\x54\x3b\x17\xc3\x76\x66\x4e\x76\x0b\x71\xb2\x5b\xb4\x4e\x76\xc6\x79\xc9\xb9\x05\x90\xf6\xde\xb8\xe4\xfd\x8c\xf9\x9f\x9a\xf3\x01\x61\x10\xdd\xb6\x81\xce\x3a\x6d\xa0\x33\x69\xdd\xbf\x25\xfa\x0c\xa8\x54\xf1\x41\x8e\x26\x5b\xdf\x0f\xb6\xa0\x89\x7e\x2b\x34\x7a\x35\x20\xef\x0c\xc7\x84\x94\xd3\xa0\x24\x5b\x61\x94\x1a\x93\xed\x88\x95\x28\x0a\x4a\x83\xc2\x20\x3f\x95\x06\x20\x3c\xbe\xe1\x65\x81\x60\x69\x77\x3a\x71\x3b\x9d\x58\x1e\x02\xc2\x6e\xbc\x04\xff\x4d\xac\x5a\x11\x59\xb1\x44\x16\x47\x28\x49\x90\x78\x3f\x68\xb9\xf2\x87\x9d\xae\xfc\xe1\x1c\xed\xf7\xf6\xe3\xc4\x84\x81\x69\xd0\xa3\x14\x45\xdb\x07\x62\x74\xa7\x62\xd9\x74\x1d\xa4\x27\xd6\x71\xb9\xc5\x1b\x0b\x22\xfd\xca\x84\x15\x30\x08\xfd\xaa\xb7\x0a\x91\xa3\xc9\x26\x7d\x3f\x5b\x99\x6d\xa9\x43\x30\x44\xa2\x0f\xc5\x79\x88\xf6\xfb\xb2\x29\x3b\x36\x60\x84\x62\xeb\x6c\x06\x87\x05\x5c\x13\xe7\x1e\x2c\x90\xc1\x2c\x5d\x47\x31\x95\x9a\x90\xd8\xf2\xe3\x92\x18\x31\x00\x21\x5b\x37\x0e\xaf\x8a\xb8\x4e\xbb\x21\xba\xda\x75\x75\xc8\x57\x57\x11\xa2\x67\xfc\x50\x20\x0f\xf9\x9a\x62\x29\x72\xce\x54\xa0\x7c\x58\xc7\xd5\xd5\xab\xac\x62\xb7\x81\x67\xee\x17\xf5\x05\x0b\xc2\x5d\x6f\x01\x86\x31\xe5\x99\x20\x90\x4c\xc7\x45\x8e\xda\x76\xde\x09\x50\x50\x7e\x38\xcd\xca\x6d\xfd\x3e\xbb\xcc\xb3\x62\x09\x1e\x76\xe2\x92\xa6\xf1\x45\x62\x67\xc8\x6c\x05\x20\x4d\x35\xb3\x58\x6f\x0d\xac\x86\xf4\x4a\x99\xb2\xd1\xa6\xac\x21\xa6\x4b\x50\xa0\x48\x3c\x31\x08\x1e\xc2\x57\x49\x25\xbe\x8b\xe0\x2b\x41\xa5\x13\x7c\x5d\xa4\x66\xfd\xf0\x0d\x56\xdf\x50\x75\xdd\x3a\x4d\x45\x65\xcd\xc2\xbb\xca\x6a\x5f\x46\xf1\x42\xd4\xb5\xd0\x01\x8c\xf2\xad\xed\xbc\x66\x55\xd9\xde\xc6\x35\xbf\xc5\xc5\xc4\x16\xf0\x44\x38\x13\x12\x50\xd2\xd2\x87\xa3\xfd\x5e\xac\x63\x42\xf8\x0e\x49\x5d\x81\x47\x65\x64\xa4\x4b\xab\x66\xe7\x05\x2a\xea\xcc\x5b\x10\x4b\x1b\x6b\x67\x29\xf8\x71\xa3\xa5\xf6\xfb\x3f\x73\x02\x28\xc5\x09\xa0\x6c\x9e\x00\xe4\x96\xf9\x88\x12\xf1\xa9\x2c\x9d\xb7\x6d\xa7\xb3\x1c\xbd\xad\x3a\xaa\xe5\xef\x6e\xec\x03\x15\xfd\xb8\x2d\x1d\x58\xc7\xda\xae\xcf\x8e\xfe\xbc\x2b\x12\xc9\x3b\xc7\x15\x6d\xc2\xf4\x0e\xfe\x7c\x35\x5a\x52\x16\x48\x9c\x3a\xdf\xaf\x64\x55\x84\xe8\x53\x4b\xa5\x20\x5f\xec\x73\x29\x23\x59\x1f\xf4\x33\xeb\x69\x16\x15\x17\xe1\xd4\x59\xea\x51\x8b\x57\x1c\x2c\x5e\x66\x3c\xe4\x5e\xac\x1b\xfe\xe4\x98\x1f\xf5\xba\x75\x3c\xc2\x0d\x51\x05\xd5\x6b\x28\x87\x20\x68\x45\xfd\x1c\x8c\x37\xc0\x3a\x22\x14\x8c\xb5\xe6\xcb\x49\x94\xc6\x39\xf6\xdb\x22\xbf\x35\x81\x18\x84\x42\x48\x46\x78\xc8\x49\xcd\xb7\xab\xad\x55\x6e\xb6\xde\x54\x34\xc9\x6a\xfa\x2d\x8d\x53\x58\x97\xcd\x0f\xcf\x41\x25\x34\x9d\xcd\x3b\x78\xbf\x40\x2f\xa1\x1d\xea\xe1\xbe\x03\x3d\xaa\xe3\xbb\x4e\x94\x67\xa6\x96\xc9\xdc\x4d\x10\xbb\xaa\x63\x40\x20\xb5\x75\x52\xb8\x24\xb6\xd2\x36\x26\x8e\xda\x76\x02\x77\x98\x06\xe7\x25\xde\x40\x04\x11\x84\x4b\x42\x2a\xdf\x8f\x09\xc9\x38\xfb\xb0\xbf\x0b\xe9\x46\x6f\x93\x87\x80\x22\xbc\x80\x5b\xb9\x6c\x13\x6c\xb1\x1c\x58\x34\x59\xc0\xd8\x0a\xe1\x40\x1e\x5c\xf9\x09\xa1\x1e\xd1\x22\xe5\x1d\x94\x50\x14\xd2\xeb\x33\x15\x2a\xd1\xe0\x4b\xce\xed\x46\xa0\x46\x14\x77\x29\x79\x5c\xb3\xef\x85\xf8\xef\xfb\x5d\x5f\x38\x7d\x5f\x58\x77\xd2\xe3\x30\x74\xd5\xdd\x8b\x11\xa3\x37\x4a\xc4\x3c\xcf\x87\x09\xf2\xfd\x60\x05\x5e\xa6\x38\x25\x1e\x2d\x52\x0f\x49\x74\xcc\x63\x78\x06\x5a\xe4\xd3\xbe\x49\x3a\x80\x07\x78\xb3\xc2\xf2\x29\xcf\x33\xde\x42\xbe\xe1\xf0\xd6\x3e\x67\x41\x89\x08\x61\xee\x8b\x09\x2a\x07\x03\x40\x53\x21\x04\x92\xcb\xa3\x62\x33\x22\x88\x51\x99\xc6\x3a\xf8\x2c\x97\x58\x94\x93\x28\xd4\x18\x73\x61\xaf\x86\x2b\x4e\xbb\x96\x78\x38\x6e\x56\x5c\x0f\xc7\x68\x82\xe2\xe1\x10\xd7\xc3\x21\xaf\x1e\xba\x4d\x48\x85\xee\x8a\x21\x89\x07\x56\xc4\xa0\x72\x68\x05\xbb\xa9\x11\x1a\x96\x87\x6c\x11\xc4\xe7\xa5\x69\xed\xb9\x6e\xec\x5d\x4d\x82\x72\x48\x8a\x73\x52\xfa\x7e\x71\x41\xe2\x69\x39\x2c\xa2\x10\x0d\x82\x7a\x18\x03\x24\xad\x08\x83\x98\x2d\x82\xfa\xbc\x44\x77\xb1\x9b\xbc\xd6\xc9\xe3\x61\x8d\x70\x4d\xca\x96\x58\xfc\x9c\xcb\xc5\xe5\x0b\x2e\x12\x6b\x35\x6f\x5a\x26\x42\x45\x25\x82\xac\x06\x09\xce\x71\xb5\x41\x58\xcc\x34\x5e\x0d\x13\x9c\xa2\xc9\xc6\xf7\x03\x7d\xd5\xe1\xfb\xe3\x27\xa7\x28\x6b\x33\x62\xe5\x0b\x42\x36\x02\xd4\xe4\xcc\xf7\xbd\x5f\xb6\x8b\xc5\x62\x21\xfe\x7a\x84\x48\x2a\x12\x9a\x31\x91\x0c\x43\x26\x24\x33\x0f\x87\x38\x23\xa2\xdd\xc9\x60\xa3\xdd\x6f\xf9\x6f\x56\x3e\xc7\x59\x51\xd3\x8a\x45\x7f\xcd\x47\xe5\x22\x38\x5e\x18\xf8\xe1\xb2\xa0\xda\xc0\x1d\xb3\x8b\x29\x04\x1a\xa4\x90\x68\x7a\x68\x91\x4a\x41\xe8\x2c\x9c\x43\xec\xce\x8a\x9c\x99\x84\x53\x3a\x1b\xc3\xeb\xa8\xd0\x9e\x57\x10\x78\xb2\xba\x18\x8e\xa7\x1f\xb7\xa3\x3a\x2b\x96\x39\x0d\x8a\x01\xc3\xd5\x80\x21\x21\xd3\x04\x5b\x9c\x20\x3d\x7d\x74\xb4\x8a\xeb\x6f\x38\xe7\xd8\xef\xfb\xb4\x79\xe1\x25\x16\xca\xfa\x04\x9b\xb2\x50\x52\xf1\x92\xec\x5c\x36\x8a\x6f\xed\x37\x82\x7f\xe2\x4b\xb2\xf4\xfd\x25\x88\x5d\x84\xac\xed\x8b\xa8\xa5\xd4\x3a\xeb\xd7\x82\x99\xed\xf7\xfd\x6a\xe5\xdc\x7d\x60\x2b\x1b\x9a\x1e\xb9\x25\x80\x70\x08\x86\x8d\x6f\xca\xfa\x1b\x09\x1f\x60\xe5\xc6\x4e\x4d\x08\xbf\x21\xb7\xbe\x7f\xab\x1b\x67\xdf\xdd\xdd\x5a\xad\xb3\x39\x71\x67\xf3\xac\x4b\xbd\x63\xed\x13\x49\x8e\xb5\xd0\x62\xfd\x6e\x75\x68\x72\x49\x48\x0c\xbd\xf3\xfd\x37\xfc\xa7\xf8\xba\xdf\x07\x25\x31\x73\xfe\x06\x5f\x22\x08\xe7\xde\xcf\x7c\xbf\x5f\x9a\x7d\x50\xbe\xaa\x7c\xbf\x1f\xab\xeb\xc0\xd2\xf7\x4b\xeb\x7e\x70\xaa\x08\x3e\x36\x20\x44\x70\xba\x13\xb4\xde\x5a\xae\x81\x4c\x07\xf0\xee\x87\x28\xf3\xfd\x4c\xe2\xe4\xc4\x12\x3e\x23\x03\x9c\x9c\x18\x50\x33\xa4\xd7\x7b\x9f\x28\x88\xf8\x0c\x30\x3d\x20\xb3\xef\x03\x48\x80\xf8\x32\x0c\xf8\x97\xa1\x48\x8e\xce\xc9\xd3\x4f\x6d\x97\x2c\x61\x14\x6f\x36\xb4\x48\xc1\x30\x86\x67\xd0\x2f\xda\x19\x01\x28\x0b\x5a\x84\x0e\x11\xe7\x36\xeb\x38\xb1\x77\x1f\xe4\xfb\xba\x97\x44\xe2\xff\xa8\x27\x31\x37\x7c\x19\x7a\x23\x8f\x10\x55\xdb\x48\xc5\x8e\x0e\xf8\x3e\x75\xba\x27\x82\x9b\xcc\xbc\x9e\x37\xe7\xec\x42\x46\xf6\xbb\xd6\x61\x14\xb2\x45\xa0\x4c\xfa\x1c\xd6\x07\x4a\x85\xef\xde\xbe\xff\x9e\xde\x9a\x13\x65\x3f\x94\xe9\xf5\xce\x19\x98\xa6\x9a\xe9\x21\x72\x7a\xc6\x56\x93\x95\xfa\xe6\xcc\x7e\x97\x15\xb4\xf6\xfd\xdb\x06\xc9\x4b\xad\x1f\x1e\x3f\x41\x7c\x46\xed\xf2\xf9\x50\xd8\x35\x84\x1d\x35\xb4\x8a\x7b\x11\x27\x57\xd2\x3f\xf2\xcb\x56\x89\x76\x79\x83\xf1\x03\x4b\x7c\x45\x73\xca\xa8\x87\x9f\x7e\x8e\x90\x0b\x70\x78\x83\x9f\x77\x4d\x93\x90\xe8\x6c\x8e\x78\x9b\xa2\x96\xcd\x85\xb1\xb8\x08\x28\xb6\x71\xd6\x9e\x03\x24\x90\x3d\x07\xce\x5c\x69\x4b\x4c\x50\x15\x76\x7f\x1a\x0c\xf0\xa9\x95\x64\x2d\x8f\x0b\x12\x58\x2b\x07\x7d\xf6\xc4\xf7\x83\x7e\xb9\xdf\x97\xce\xb5\xbf\x7c\x52\x54\x0b\x7b\x62\x63\xe0\xd0\xb1\xb6\x9c\x87\x82\x0a\xaf\x64\x53\xce\x45\xfe\xe9\xb5\x58\x32\xaf\xca\xa4\xb1\xdc\x22\xcf\xc3\x6f\xa1\xa5\x17\xbc\xa1\x76\x42\xb3\xbc\x22\xcf\x9b\xdc\x90\x6b\xe5\xad\xac\x0f\x47\x7a\xe0\x59\xf9\x81\xde\xb0\xe0\xca\xb4\xd3\x96\x10\x42\x2c\xa1\xe9\x54\x72\x80\xc0\xa9\x68\x7c\x85\x06\x6f\x91\x85\xfb\xf6\x81\x5c\xab\xa0\x08\x41\x86\xf0\x7b\x2e\xa8\xf4\xaf\x5b\xd6\x11\xbf\x05\x62\x88\x90\x1e\x2b\x3e\xda\x1f\x46\x05\xbd\x16\xb0\x75\x53\xf1\x3a\x32\x40\x78\x76\x21\x95\x8d\x76\x74\x31\x3e\x36\x94\x30\xe3\xcd\x89\xbc\x10\xf8\x28\x63\x39\xcc\xbf\x9a\x83\x91\x19\x35\x4d\x5c\x08\x7f\x24\xdb\x0d\x58\x87\xd8\xcc\x4b\x01\xd5\x02\x07\x42\xf8\xa5\x28\x12\x46\xfb\x6b\x62\xd1\x07\x0c\xb9\x18\x8e\x17\xb7\x42\x94\x6f\xfa\x87\xb3\xc6\x82\x63\x7a\xc1\x49\x92\xbe\x53\xa1\x51\x3e\x08\xa0\xc1\xe8\x3d\x3f\x51\xac\xe3\x4d\xf0\x01\x1d\x2c\xa8\x80\xe1\x4b\x7e\x94\x19\xfe\xaa\x24\x5c\x28\x9b\x95\x32\xb6\x4f\x9f\x7c\x6d\xba\xa0\x7b\x5a\xe1\x02\xf5\xc9\xaf\xfb\xfd\x47\x85\x96\xf4\x51\x37\x43\xc0\x28\x7d\xb4\x1a\x22\xaa\x67\x07\x09\xd7\x68\x26\xda\x02\xef\x28\x14\x6b\x55\x64\x74\x40\x20\x76\xc3\x90\xe8\x08\x48\xba\x4f\xa5\xea\x13\x97\xa2\x44\x78\x40\x4b\x94\x7e\x2f\xb7\xdc\x41\x8d\xb0\xf3\x9a\x0f\xfb\x00\x02\xd1\xc2\x40\x94\xe8\x70\x90\x44\xd8\xbb\x21\xd6\x80\x69\x8a\x89\xde\xfb\xbe\x43\x40\x62\x19\x88\x29\x79\x2f\xc3\x28\xfe\x40\x3c\xa0\x22\xd0\x70\x79\xda\x30\xc5\xd0\x93\xef\x07\x3f\x0c\x88\x27\x5f\x50\x0f\x77\x91\x1d\xdc\x1e\x65\x55\x2d\x31\xc8\x55\x1e\x79\xb7\xf8\x80\x1c\xa4\x3f\x06\xab\xd4\x34\xab\x37\xa0\xc2\xb9\xc1\x77\x42\x23\xf3\x5d\xc1\x4a\x2e\xc1\x44\xfd\x10\x6f\x6b\xe9\xb1\x19\xfd\x70\x40\xb8\x1f\x72\x11\x84\xaf\xb5\x52\xaf\x30\x65\x9d\xf1\x9a\xf4\xc7\xf8\x15\x91\x8a\x12\xab\x5f\x0d\x59\x5e\xf3\x84\xe6\x89\xf0\x59\xe8\xfb\x4a\xcf\xe2\x75\x1c\x02\x74\xc6\xb7\x55\xb6\xcc\x0a\xdf\x0f\x5e\xc3\x1d\xc0\xab\x7b\x93\x3a\xdd\xbc\x33\xb3\x55\xe2\x46\x87\x5f\x5b\xfd\x7d\x25\xfa\xab\x83\x32\xf2\x3e\xfe\x7c\x3c\x08\xae\x03\x7e\xfa\x60\x6d\xff\xd4\x7e\x88\xee\x0e\x2d\x57\x90\x4d\xbe\x5d\x66\x85\xe5\xd5\x00\xcf\x6f\xe2\x8d\x70\x56\x50\x41\xaf\x04\xec\xc2\x73\xc6\xaa\x9a\xdc\x1d\x9c\xd0\x7b\xee\xcb\xcb\x2c\xcd\x5e\xc6\xc9\xca\xf6\xde\x00\x5d\xa8\xe5\x08\x22\xb4\xe6\x30\x9a\xe4\x4c\x02\xa2\x0b\x83\xc8\xf7\xc9\x8a\xa6\xdb\x9c\xa6\xfa\x46\x4b\x7e\x78\x27\xee\x35\x4d\x3b\xcd\x4e\x7d\x3a\x8c\xa3\xed\x25\xf2\xd8\xc4\x23\x16\x5f\x82\x23\xab\x6e\x8d\x1d\x07\x22\xae\xeb\x1f\xe2\x35\x25\x9e\x8d\xf8\xd0\x4c\x26\x24\xc6\x97\xab\x2c\x4f\x9b\xf1\x26\xd4\xa5\x78\x51\x94\xdb\x22\xa1\x0f\x6c\x9c\x95\x5c\x46\x8e\x4c\xea\x9a\x6f\x79\xc4\xd3\xfe\x90\x3d\xe5\x46\x3d\xe9\xb1\x72\x13\xf5\x86\xe3\x30\x0c\x85\xc7\x67\xab\x08\x0a\xf3\x07\xb7\x02\x81\x17\x57\x59\x3c\xcc\x01\x22\xc2\xdb\x94\x79\xc6\xa8\x67\x94\x98\x0f\x69\x1d\xd8\x09\x34\xbb\x6c\xd5\x77\x2a\x99\x71\x0d\x10\x89\x7e\x55\x2b\x0a\xa2\xe3\x88\x9f\xfb\x7d\x07\xd8\x0a\xd3\xd7\x30\x74\x8e\x24\x19\xea\xbc\xce\x93\xed\x70\x21\x54\xa3\x65\xc9\x48\x01\xff\xec\xf7\x97\xab\x40\x59\xd7\xa0\xfd\x5e\xf5\xd6\x58\x00\x0b\x82\xe5\xcb\xe2\x76\x1d\x14\x62\x0f\xda\xef\xdf\x2c\xe4\x78\x04\x05\x6a\xac\x29\x65\xaa\xa1\xe5\xc1\xb7\x29\x3a\x0a\x55\xc3\xcb\x7d\x0f\x06\xd6\xa8\xad\x67\x97\x25\xde\xaf\x61\x17\x5b\x9a\x02\x2c\x56\x71\xc6\x45\x97\xef\x43\x64\x76\xae\x7c\xa1\x9f\xbf\x09\x94\x3d\xec\xc0\x2d\xe2\x4a\xb7\xf9\x05\x5c\xee\xc0\xab\x03\x72\x01\x50\x99\xcd\x32\xab\xad\x54\xbe\x7f\x1b\x17\x69\x4e\xab\x3a\x10\x91\xe9\x8d\x96\xa0\x61\x89\x6e\x8c\xad\xb5\xe5\x80\x29\x0e\x9a\xf6\x72\x63\xcf\xa3\x55\x97\x80\x91\x36\x15\x41\xbc\x44\x7b\x0c\x15\x09\xc2\x21\x1a\xca\xaa\x9d\xb2\xd6\xe5\xb6\x60\x10\xdd\xa9\x11\x58\x12\x18\x9d\xfb\x4a\xb4\x27\x54\x86\xfe\xae\x6d\x37\x56\xd4\x04\x30\xb5\xf0\xab\x4d\xf5\x69\xb9\xee\xb4\xdd\x07\xb2\x39\x1d\xe3\x55\xdb\x99\x43\xda\x16\x26\xfc\x03\x33\xab\xe4\xcd\x18\x0f\x0a\x83\xf4\x81\x85\x58\x79\x8c\x09\x14\xf8\x86\x3c\xb0\x08\x91\xd8\x01\x44\x05\x61\xe5\x64\xf6\x4e\x69\x39\x6c\x16\xc2\x33\xc2\xdd\x1e\x4d\x1f\x5f\x1a\x31\xc5\x29\x36\x72\xec\x5a\x6f\xe2\xf2\xad\x60\x4c\x5a\x1b\xb5\xef\xb7\x6e\xea\xcf\x49\x38\x15\x7b\x77\xe4\xdc\xd3\x67\x45\xcd\xe2\x22\xa1\xe5\xa2\x97\x2f\xa6\x0f\xcc\x15\x05\x36\x3c\x2c\x92\x64\xaa\xe1\xfc\x74\xd2\x07\x85\x74\xcc\x16\x41\x28\x1d\x0a\x2c\x72\xb7\xd0\x9e\x24\xd0\xd3\xcb\x38\xcf\xeb\x1e\x2b\x7b\x5f\x83\x94\xf0\x0f\x73\x33\xde\x8b\x2b\xda\x2b\x4a\xd6\x8b\xf3\xbc\xbc\xa6\x69\xef\x7a\x95\xe5\xb4\x17\x17\x3d\xf9\x3d\xab\x7b\x59\xd1\xdb\x54\xe5\xb2\xa2\x75\xed\x69\xc7\x02\x5c\x71\x69\x21\xe3\x7f\xec\x08\x8f\xc2\xd4\x8f\xb6\xed\xfa\x8a\x86\x5d\x9f\xb8\x05\xb2\x40\x9d\x6b\x2b\x38\x62\x9f\x94\x47\x20\xab\x3e\x54\xb7\x59\xb1\xe4\x5d\x91\xed\x83\x5a\x7b\xd7\x19\x5b\xf5\xe2\x1e\xab\xe2\xa2\x8e\x85\x48\xc6\x56\x31\xeb\xa5\x25\xad\x8b\xbf\xb0\x9e\x80\x6e\xe2\xa7\x87\x1e\x5b\xd1\x9e\xba\xdd\x12\xb9\x47\x1e\x9a\x94\xa4\x56\xab\x54\xf0\xe0\x5b\x61\x3f\x78\xdb\xb4\x1f\x34\x90\xf6\x52\x68\x42\x5d\x6b\x9d\x94\xda\xf4\xd3\xb5\xd3\x91\xa6\x80\xb8\x94\x1b\xce\x9b\xc5\x68\xb3\xaa\xe2\x9a\xd6\xa8\xdf\xde\x8e\xac\xaf\xc8\xb1\x3a\xa4\x62\x9c\x82\x12\x4d\x18\xf9\x31\x55\x1b\x1c\xf0\xd2\x52\xe1\x2f\x26\xa4\xd9\x34\xeb\x32\x18\x26\xa8\x2d\xec\x4d\x54\x08\x13\x77\x16\xb7\x72\x16\x73\xb2\x6d\xcd\xe2\x82\xe4\x66\x16\x13\x08\x18\x95\xc0\x26\xba\x30\x51\x0b\xf1\x62\xe4\x0a\xda\x22\xeb\x8a\x2c\xba\x2f\x0b\x13\x21\xdc\xa6\x81\x04\x2c\x9f\xae\xa2\x8f\xdb\x91\x40\x73\x09\x56\x70\x2c\xc3\xe2\x9f\x8b\x95\x3c\xbb\x4d\x87\xe3\x68\x8c\x84\xc5\x69\x8a\x37\xbc\x03\x8b\x11\x5d\x2c\x68\x62\x5f\x7c\x6f\x64\x47\x52\xb2\x69\x75\x64\x4d\x52\xd9\x91\xf5\x28\xab\x83\xeb\x14\x41\x67\xd6\xe2\x25\xb2\x28\x63\xe3\x52\xc6\x46\x5a\x96\xea\xef\x5b\xf7\xfb\xd6\xec\xde\x66\x32\xd4\xc6\x8f\x13\xd4\x14\xcc\xff\xb9\xb6\xc5\x02\xf3\x01\x33\x3d\xa2\x98\xa9\x40\x99\x81\x35\x89\x3f\x8a\x1d\x54\x1b\x9a\x5b\xfc\x52\x15\x68\x42\xef\x28\x2d\xb5\xfe\x82\x5b\xf4\xf7\x3a\x35\x54\x79\x9b\xd3\x37\x25\x17\xfd\x55\xc8\x4c\x77\x1b\xce\xc8\xb1\x8d\xb8\x5e\x95\xd7\xcf\xa5\x84\x09\xac\x4d\xa3\xfd\xba\x2d\x30\xaa\xa2\x0a\x1f\xf7\x64\xe6\xc7\xc9\xfa\x27\x75\x46\x53\xa7\xc5\x91\x84\x16\xf2\x40\x45\xe7\x9a\xe2\x3a\x82\xc0\x41\x79\x01\xa9\x30\xac\xa2\xa3\x1f\xd6\xbc\xa3\x4e\xdf\x3f\xac\x91\x1d\x1c\x4b\xa4\xee\x8c\x1e\x8e\x70\x50\xed\xf7\xd9\x7e\x9f\x58\x21\xac\x4c\xfa\x76\xa0\xa8\xce\x64\x6e\xb1\x48\x1b\x70\x35\x44\x96\xbe\x8a\x2d\x22\x42\xda\xe1\xa5\x31\xf5\xb0\x1a\xbf\x4c\x2d\x23\xc0\xa5\xa4\xf9\x1d\x59\x3a\x34\x1f\x84\x78\x27\x69\x3b\x60\x36\x79\x2f\x5d\xf2\x5d\x2a\xc3\x69\xdb\x45\x81\xfd\x37\x6c\x49\xaa\xdc\xc7\x6f\x4a\x0f\xe4\xca\xd2\x20\xff\x08\xdb\x93\x26\x3a\xea\xfa\x4c\x07\x1c\x91\xee\xfe\xdd\x72\xfe\x31\xcf\x7f\xb9\xb3\xa9\x16\xb5\x04\xfc\x4e\x8f\xff\xee\x93\x4c\x53\x13\xf0\xd8\xc3\x4a\x43\x6f\xa0\xf6\x20\x6d\xb3\x79\xb4\x6f\xa5\xb6\xd7\x2c\x9d\xbe\x49\x4b\xcd\x63\x67\x97\xd2\xed\x5a\x69\xba\x76\x5c\xa6\x7f\xfc\xf9\xe0\x61\xa7\x00\x5b\xdb\x71\x8a\x2d\x30\xe5\x5d\xcb\x67\xde\x38\x06\x37\x7c\x41\x1b\x22\x99\x64\xb7\xa7\xc2\x39\xb5\x38\xcd\xdb\x14\x41\x78\xa7\xc6\xa9\x13\x28\xb8\x4f\x0a\xe3\xc3\x31\x9b\x8b\xa9\x29\xda\xf3\x51\x35\xe6\x43\xa2\x73\x4b\xfb\xd9\x9a\x30\x0d\x6e\x1a\x43\xc1\xf5\x79\x88\x32\x63\x1b\xf2\x3e\x0d\x62\x84\x26\x5a\x95\x2e\xe5\x04\x39\xbc\xb3\x7a\x3e\x49\x80\x23\x09\x18\x01\x42\xb1\xcc\x9b\x98\x3d\x6e\x2d\x66\x79\xdd\x9c\x65\x4b\x7a\xe8\x26\xa9\x87\x09\x12\x0b\xab\xfe\x3e\xa1\xbe\xbf\xe8\x5e\x47\x6b\xb1\xd5\xae\x3b\xb7\x5a\xb5\x5c\xb2\x23\xf4\xff\x78\xc2\x33\xb7\x0f\x2b\x9c\x1e\xef\x63\x2a\xfb\xb8\x22\xa9\xd3\xc7\x95\x5c\x36\xf6\xd8\x5a\x3d\x49\xdd\x9e\xa4\x82\xeb\x2a\x17\xa8\x0d\x09\x27\x9b\x73\xbb\x42\x3b\x82\x88\x33\x81\x9b\x79\x63\x65\xde\x13\x52\xd9\x36\xc3\xc7\xec\xf7\x9a\x2a\x37\xf8\xf0\x5d\xa7\xf6\x10\x8c\x1a\x12\x7e\x78\xca\x1b\x9e\x10\x9d\xc9\xd1\x11\x1d\x64\x88\xd5\xba\xd5\x02\xb6\x34\xb0\x97\xf7\x15\x22\x6c\xbd\x9c\x17\x05\xe1\x2e\x80\xdb\x5b\x4c\x60\x6c\xc7\x46\xd3\x01\x3a\xcb\xa6\x10\xad\x14\x1f\x30\xb6\xd0\xe3\x52\xb9\x26\x37\x54\xa1\xfa\x44\x29\xec\x38\x4f\x08\xe3\xd2\x21\x2c\x5b\x04\xd5\xc5\x33\x74\x97\x94\x45\x5d\xe6\x74\x74\x1d\x57\x45\x70\xa2\xe4\xa9\x27\x59\x53\x2f\x2f\xcb\x4d\xaf\xa2\xb5\x38\x43\xf7\xd6\x65\x45\xf9\x01\xa8\xe8\x3d\xeb\xb1\x6c\x4d\x6b\x2f\xf2\x54\xd0\xa2\xde\x22\xce\x72\x9a\xf2\xad\xb7\x66\xf1\x65\x96\x67\x1f\xa9\x87\x24\x66\xbe\xe0\x24\x33\x69\x74\xfe\xd4\x2f\x91\x3a\xa9\xcd\xe2\x4e\x75\xef\x7c\xd2\xa9\x04\xe6\xd4\x80\x63\x52\xcf\xc6\xf3\x83\x60\x31\x71\x63\xab\x62\xe8\xce\xf6\xa5\x02\x1b\x34\xbe\x5d\x89\xe5\xf0\xee\x95\xde\xc9\x6e\xf4\x75\x3e\x7e\xf7\x0a\xe1\xef\xd6\x80\xc8\x9e\x37\x4f\x3d\xd6\x11\x74\x36\x47\x78\xcb\x0f\xa6\x0b\xd2\x1f\x4f\x72\x15\x2e\xbd\xc4\xc5\xb4\xd0\x0f\x51\xa1\x02\x50\xbb\xca\xee\xfc\x94\x5c\x9d\x1f\x95\xab\xf3\xce\x2d\x68\xdb\x29\x69\xe7\xc8\xc4\x53\x5a\x91\x70\xb2\x3a\x8f\xd5\x5a\x5e\x0d\x06\x88\x9f\xa2\x66\xab\x79\x9f\x7c\xb7\x46\x4a\x04\x49\x49\x3c\x5b\xcd\x27\xe9\x08\x20\x73\x7d\x5f\xfe\x80\x84\x58\xac\x72\x33\x70\x37\xa9\x25\x10\xf2\x41\xd3\x87\xd6\x6e\xea\xd3\x6e\x36\xb2\x99\xee\x49\xed\x54\x4e\x84\x4f\x7c\x14\xae\x49\x0b\x10\x90\xb7\xda\xeb\xab\x5b\xe2\xd7\xe1\xba\x9d\x28\x2d\x44\x87\x65\x72\xbf\xb1\x52\x99\x68\xf4\x17\x60\x2b\x70\x62\x8d\x88\xa5\x75\x38\xb1\xf7\x1f\xbd\xdf\xe0\xc3\x56\xf8\x7e\xbf\xb0\x25\xee\x0d\x5e\xdf\x2f\x71\xaf\xe5\x0e\xb0\x21\xeb\xd6\x2e\xb7\x23\x1b\xb9\xcb\xed\x82\x42\xef\x64\x4b\x74\xb7\x1e\xd1\x60\x69\xf8\xff\xba\x29\x75\xb3\x15\x5d\xd3\x97\x79\x5c\xd7\xc7\xb5\x7e\xbf\xae\x01\xa0\xbb\xdd\xbc\xf7\x6b\x34\x7d\xb9\x8e\x3e\xae\x91\x40\xf0\x6e\x7e\xff\xb0\x6e\xea\x9b\x80\x86\xef\xdb\x2b\xbe\x91\xfa\xe7\x5f\x53\x7c\x07\x17\x2e\x91\x67\x20\xc0\x65\x33\x94\x3c\x3d\xf5\x7a\x16\x3a\xab\x17\x79\x3d\x0f\x89\x86\xd8\x3d\x3b\x70\xf1\xe8\xae\xde\xd0\x3c\x4f\x56\x34\xb9\x8a\xbc\x45\x9c\xd7\xd4\xc3\xf1\x96\x95\x49\x59\x55\x34\x61\x91\x57\x2e\x16\xf2\x4d\xbc\xc9\x58\x9c\x03\x28\x1d\xbc\x04\x15\x50\x1e\x33\xc0\xc7\xf4\x70\x03\x91\x3a\x6a\x75\xfc\x79\x8a\xa6\x1e\xab\xb6\xd4\xd3\x35\x99\x8e\x28\x24\x67\x0c\xc7\xdf\xc8\xd3\xd0\xe8\x3f\xaf\x46\x2c\xbe\x7c\x9f\x7d\xa4\xd8\x8b\x7a\x1e\x72\xe2\x38\x49\x3b\x07\xf1\x1d\xe1\xaa\xe4\x59\x19\xbd\x61\x02\xe0\x1c\xee\x70\xd6\xdb\x9c\x65\x02\x05\x5a\xd4\x7e\x98\x58\x79\x95\xb1\xb3\xef\x07\xc5\x4c\x64\xe0\xaf\x00\x1f\x7b\x4e\x44\x06\x84\xd5\xe0\x7f\x4c\x71\x81\x94\xd7\xbe\xb3\x19\x0a\x9f\x94\x96\x77\x61\x45\xfe\xdd\xb0\xa5\xa1\xce\x5d\x21\x2e\xf8\x79\x1e\xd2\xa4\x80\xf3\x6f\x5d\x2e\x5a\x51\xc2\xf8\xa1\xb7\x19\xb1\xc9\xbe\x86\x64\x1d\xb7\x90\x05\x36\xf1\x24\x5b\x8a\x81\x16\xb5\x59\x21\x63\xfa\x32\x66\x0c\x7b\x60\xb0\x18\xa1\x88\x54\xa7\xb0\x96\x1e\xe8\x98\xbb\xb1\xd8\xec\x4a\x5b\x2d\x99\xd5\x01\xd5\x57\x64\x08\x69\x30\x29\xfb\x96\x8e\xcf\xae\x52\x08\x78\x1e\x12\xca\xd1\x56\x2a\xfb\x6e\xe1\xe4\x5d\x1d\x72\x0a\x94\xc1\x41\xac\x48\x36\xb1\x1b\xc9\x26\x76\xf4\x4f\xc7\x22\xdd\x18\x39\xd0\x9c\x9c\x8e\x3a\xf6\x5b\xea\x9e\xb6\x5a\xf2\x75\x8a\xf0\x37\x0b\x71\x02\x93\x1e\x0c\x80\xeb\xd1\xcc\xa9\x56\xc5\xeb\x35\x1a\x55\x74\x47\xab\x9a\xda\xae\x8f\xe0\x84\x25\xd8\x6e\xda\xd1\x90\x6c\x11\x9c\x91\x07\x68\x12\xde\xd1\x38\x05\x9d\xf0\x8a\xf6\x04\xf9\xf5\xf2\xf8\xb6\xdc\xb2\x5e\x06\xba\x5f\xa5\x44\x48\xb7\x15\x4f\xa6\xb5\x08\x1e\x9a\x84\xed\xf2\x95\x72\xab\x4b\x60\xb5\xbf\x04\xfd\xb1\xdd\x13\xfb\xa0\x78\x4f\x5c\x3b\xb5\x19\x37\xab\x30\xfe\xae\xad\xbd\xe8\x7e\xa7\x61\x2d\x47\xd9\xf7\x72\x08\x0b\x85\x0c\xdf\x88\xfb\x04\x9c\x7d\x91\x12\x3c\x0a\x12\x4e\x8a\xf3\x13\x1b\xe7\xa4\x10\xb2\x48\x57\x92\x59\x31\xe7\x85\x81\x0b\x00\x2f\x54\xd6\xce\xcf\x08\xc7\xd2\x13\x8a\x3a\x45\x45\x71\xb4\xa4\x16\x79\x8a\x63\xcc\x3d\x5e\x79\xe6\x34\xb7\xa4\xcc\x20\x74\x04\x8e\x37\x95\xef\xb3\x51\xbd\xa1\x49\x9f\x50\xa5\x4f\x33\xf9\x00\x2c\x03\x3b\xc5\x9d\x8c\xf6\xc6\x0b\x22\x32\xc8\x1b\x1f\x50\x09\x04\x61\x9f\xb4\xd4\x3a\x35\x81\xca\x60\x89\xdf\x17\xe2\xdd\x42\x6c\x59\x52\x06\xbe\x30\x59\xb1\x7c\x99\x67\xb4\x60\xef\xc0\xad\x0b\x82\xc0\x34\x44\x2d\x13\x7b\xac\x55\xe1\x8f\xe2\xd3\x91\x4a\xef\x58\xb9\x89\x8e\x16\xa6\xa2\x21\x75\x27\x68\x46\xd3\x79\x78\x3c\x38\xa9\x50\x31\x2b\x3e\x68\x09\x8f\x8d\xc2\x6c\x28\xb3\xc7\x04\xc2\x7b\x40\x4d\xad\xe2\xec\xba\xec\xf8\x7f\x90\xe8\xe1\x77\xac\x56\xe0\xc0\x47\x46\x29\x3c\xde\x40\xbb\x69\x0f\x0f\x54\x67\x8a\x72\xf2\x58\x7b\xc0\x8e\xbe\xb8\x05\x90\xf9\xce\x10\xa1\xba\xb4\x8f\x1b\x69\x8e\x84\x7f\xd5\xbf\xf8\x77\xd4\x28\xea\xaf\x55\xb9\x6d\x03\x45\x34\x51\x11\x4e\x16\xda\xb5\xee\xba\x43\x35\x2b\xf5\x19\x38\xce\xc4\x8c\x2e\xcb\x2a\xfb\x48\xab\x80\x71\xb9\xa5\x0a\x0a\x2d\x93\xb4\xb9\x47\x65\x98\x45\x2f\x23\x64\xb9\x18\x01\x9a\x3a\x58\x70\x43\x76\xc2\x0e\x87\xa0\xc0\x22\xcc\xbf\x08\x4d\xe4\xf6\xf5\x43\x09\x94\xc1\x97\x69\x5c\x9d\x04\x82\xe8\xd0\xa4\x9c\x75\x6a\x52\xce\x5c\x4d\xca\xd9\x5c\xb5\xf0\xbd\x33\xe6\x4e\x33\xfe\x21\x31\x9b\xf3\xce\x26\x74\xce\xe0\x31\xaf\x29\x26\xfa\x5a\x92\x62\x3a\x8e\x86\xe0\x51\x90\x11\x12\x14\x53\xda\x8a\xa3\x1e\x85\xfa\x26\xd2\x5c\xc8\x65\x98\x8d\xe2\xba\x2e\x13\x21\x85\xc6\xa0\x82\x5c\x96\x71\xfe\x12\x70\xf8\x71\xe2\x78\xcc\x1d\x63\x72\x38\x87\x64\x65\x95\xd6\x02\x2c\x2a\x43\xca\x9f\x4f\xb1\x51\xde\xb2\x1c\x09\x75\x4a\x0d\x10\x00\xb9\x08\xd3\x9c\xc0\x3f\xe0\xc7\x74\x1e\x4e\x21\x08\x5a\xa4\x22\xa0\x19\x45\xe7\x82\xd0\x23\x6b\x2c\x43\x13\xbb\x54\xed\x58\x95\x88\x10\xcf\xb2\x7c\x4c\x55\x24\x73\x8d\x50\x22\x22\xdc\x06\xd9\x70\x21\x6c\xa4\x11\x6f\x43\xc0\x1b\xb1\x80\x46\x2c\x54\x08\xad\xc1\xf6\x60\xce\xfc\xa2\xb8\x41\x2d\xbd\xe9\xfa\xe0\xc3\xa7\xe9\xa2\x9a\x82\x13\x89\xa8\xe9\xb5\x8e\x25\x74\x71\x31\xc6\x1b\x12\x4e\x26\x9b\x01\x51\x46\xc5\x6b\x12\x0f\x82\x74\xb0\x41\xff\xbb\xc4\x3b\xf2\x7c\x13\x50\x7c\x77\x13\xad\xf0\x6d\xb4\x3e\xe0\xfe\x18\x8b\x80\xe0\xeb\xf3\x84\x37\x66\xbf\x5f\x5f\x24\xb2\x3d\xfb\x3d\x34\x72\x77\x9e\x45\xbb\x8b\xac\x63\x4e\x77\x6a\x4e\x95\x41\x76\x8d\x24\x32\x56\x8b\x01\x28\x74\xaf\xfb\xd8\x5b\x1b\x0d\xcc\x82\xc1\x28\xeb\xe7\xec\x48\x5c\x36\xb1\x70\x5b\x4b\x69\xdc\xb9\x94\xc6\xb6\x45\xe5\x78\x1e\x85\x93\xae\x26\x58\x9e\x39\x10\x7e\xcc\x69\xc6\xcb\xb2\x13\x8a\x43\xb7\xa4\x63\x59\x1f\x6b\x8b\xb3\xac\xc7\xf3\xc9\x89\x2d\xea\xb9\x59\xea\x36\xc3\xd7\xcb\xe1\x0f\x1f\x99\xf1\xa4\xa3\x19\x13\xc3\xac\xf5\x60\xa9\x46\xc0\x50\xa9\xb8\x62\x05\x90\x30\x21\x85\x58\x21\x8d\x28\xfe\xf6\x99\xc1\xb2\x63\xa7\xfa\x9e\xf8\x32\x4b\xb3\xf7\x10\xd5\xb8\x42\xb8\x24\xd9\xec\xfb\x54\x08\x5f\x19\xa6\x43\x19\x4a\x7c\x38\xc6\x0c\xe9\x31\x5b\xac\x82\x02\x97\xa3\x34\xab\x08\xf9\x2d\x1d\xbd\xfe\xf0\x8e\x10\x76\x61\x21\x15\x75\x2e\xcd\x07\x6e\x92\xdd\x91\xab\x9b\x45\x9b\xb5\xf8\x29\xc5\x9a\xa8\x60\x46\xa5\x43\x6f\x98\x0e\x5b\xf2\xc0\x32\x65\x5b\x3e\xd8\x59\xbb\x0b\x3c\x25\x70\xf4\x5b\x87\xba\xcb\x14\xed\xf7\xf4\xbc\xad\x85\xdb\xef\xe9\x45\x53\xff\x26\x80\x22\x9d\xda\xa2\xe0\xa8\xe0\xa5\x08\xa9\xd1\xba\x80\x22\x57\xc2\xd3\xe1\xbe\x3e\x71\x74\x55\x7e\x5d\xa8\xa6\xb2\x23\x37\xd5\x1a\x7c\xf8\x3f\x3a\xe0\x22\xdd\xe8\xb7\x06\x44\xb5\xdd\x5b\xde\x7a\xc1\xf1\xad\xcb\x61\x7d\xd9\xd8\xbe\x1e\x66\x9d\x31\xed\x99\xd1\x33\x28\x7f\x28\xaa\xdd\x82\x80\xd2\x0b\x13\x08\x12\xc2\x1e\xdc\x77\x83\x2c\xcc\x4b\xff\x9d\x06\x54\xb8\xd8\x16\xae\x7a\x46\xb7\xd0\xdc\x06\xfe\xd3\x8a\xe7\xc8\x4a\x5c\xe0\x12\x21\x5c\xea\x21\x54\xda\xbb\xd6\x9c\x08\x83\x3a\x79\xec\xd2\xda\x0c\x95\x3c\x40\xe0\x5d\xa7\x50\x3e\x83\x16\x7e\x86\x52\xa0\x3b\xe8\x19\xca\x60\x4e\xd8\xf0\x83\xfe\xe3\x86\xbd\xa1\xc5\x16\xd9\x6e\x02\x4f\xe8\x53\x6d\x1e\x71\x0c\xbc\xd5\x88\x1b\x16\xde\x13\x74\xe3\x5e\x0c\xaa\x93\xda\x33\x57\x6f\x06\x6e\x05\x47\x54\xda\x5c\x70\x7c\x38\xdc\xc8\xf1\xdb\x44\xa6\x21\x9c\x98\x43\x41\xf4\x94\x81\x01\xc4\x7c\xa7\x41\x61\x99\xc2\xb4\x2f\x46\x4d\x2c\x06\x7d\x9b\xa1\x0a\xb3\xcc\xc0\x05\x16\x86\x7a\x63\x50\xdd\xdc\x94\x7f\xcc\x05\x9f\xe5\x89\x10\x1e\x0e\x73\x6d\x6a\xeb\x5c\x48\xfc\xe1\x1b\xe1\xdd\x41\xad\x91\xeb\x74\x54\x2e\x02\x69\x7a\xe6\x15\x10\xbf\xc9\x20\xcb\xd3\xa9\x11\x8f\x28\x8a\x28\x66\xa3\x5b\xcc\x46\x37\xfc\xdf\x37\x10\xee\x8c\x3f\x89\x5f\xae\x78\x04\xb6\x4a\xea\x62\xf9\x84\x98\xf4\x21\x55\xb1\x4b\xdb\xba\x9d\xbb\xc3\x01\xe1\x3b\x6a\x97\x14\x51\x0b\x66\x0d\x94\xe8\xa7\x4e\x23\x4e\xec\xd2\x8a\xcc\x3e\xac\xa1\xb3\x08\xbf\x86\x5e\x8b\x40\x9e\x4a\x65\x57\x20\x4c\x91\xd9\x7c\x41\xd5\x91\xc6\xd5\x15\x40\x8c\x70\xd6\xf1\x1e\x72\xf7\x43\x84\x2c\x8d\xee\x65\x5c\xd3\x0f\xdd\xed\xd0\x7d\xfc\x76\x3b\xca\xcb\x6b\x5a\xb3\xc0\xae\x77\xf0\xeb\x1a\x53\xfc\xf5\xda\x3e\x6c\x71\x79\xe0\x9b\xe3\xe1\x7a\x15\x73\xa6\xa3\xdf\xb6\xb4\xba\x7d\x2f\x03\x98\x06\x4e\xc4\x4c\x60\xcf\xbe\x2f\x71\x52\x0a\xb4\xdf\xcb\x9f\x46\x65\x64\x10\x7a\xe4\xaf\xca\x62\x49\x95\x62\x49\x15\xf0\x9a\x7f\x08\x50\x58\xa3\x65\x52\x9f\x99\xc6\x8b\x05\x94\x21\x85\xe0\xf2\xf3\xda\x56\x88\x92\xd7\x29\xfe\x79\x2d\xd6\x9b\x9c\x43\x72\x0b\xaf\x36\xb4\xe2\xc2\x85\xb3\xa9\x93\x4b\xf8\x44\x6f\x12\xba\x01\x03\xe9\xac\xb8\x22\x3b\x78\x27\x78\x8d\x82\xa6\x21\x4b\x91\x50\x45\xdd\x7c\x0e\x8f\xeb\x72\x5b\x1b\x76\x04\xea\x5e\xb2\x86\x2f\x69\x15\x2f\xdf\x94\x3b\x5a\xeb\xaf\x64\x03\x1f\x92\x3c\x4b\xae\x9e\xa7\x69\xed\x42\x86\x91\x54\x64\xa3\x49\x59\xc1\x42\xae\xc9\x4b\x78\x13\xb3\x72\x9d\x25\xc2\xa6\x9c\x7c\x0d\xaf\xc4\x52\x15\x6b\xa0\x26\x3f\x88\x8c\x71\x75\x05\x54\x41\xde\xaf\xa1\x1a\x73\x21\x20\xc0\xae\xc8\x47\xdd\x01\x71\x77\x20\x5f\xff\x0a\xaf\xed\x9d\x9d\x74\x65\xe7\x54\x64\xdd\x3e\x39\x92\xc4\x01\x41\x43\xa5\x12\x9e\x24\x0b\xb5\xc0\xc4\xe6\xfe\x9f\x35\x79\x1a\x7e\xf5\x39\xfe\x6e\x4d\xee\x0e\xf8\x9f\x27\x03\xf6\xe0\xec\xfe\x90\xfd\xca\xb7\xa5\x52\x51\x79\x60\xd3\x26\x99\xe3\x40\x00\xf7\xa2\xb3\x93\xb6\xdd\x70\x7e\xcf\x16\x81\xba\x7a\xd4\x20\x33\xc6\x8e\x61\x36\x07\x70\x36\x15\x83\x7a\xc6\xac\xd0\x09\x69\x56\x45\x42\x46\xc6\x25\xb1\x1c\x1a\x4d\x9a\x10\x4d\x4a\x8d\x0e\x62\xc7\xf8\x67\xb3\x72\x3e\x89\x79\x09\x7d\x92\x71\x31\x9f\x95\xdb\x64\x45\x6b\xe1\xc1\x68\xe3\x02\xec\xf7\x95\x91\x22\x68\x50\x8c\xd6\xf1\x86\x9f\xea\x64\x9a\x31\xc2\xd6\x2b\x56\x02\xdc\x18\x14\x8c\x63\x31\x2c\xc8\x44\xdf\xef\xc0\x3c\xfa\xa6\x23\xfc\xbe\x6b\x36\x25\xb4\x3d\xba\x4b\x93\xec\x82\x84\x93\x6c\x38\xd4\x4e\x36\xb3\x6c\x8e\x63\xd2\x11\x23\xa4\x9c\x96\x9c\x83\x97\x93\xd8\xf7\xbf\x5f\x05\x31\x2e\x74\x53\x0a\x10\xa1\xbe\x85\xb0\x4e\xeb\x38\x99\x7a\xeb\x38\xf1\xa2\x9f\x57\x23\x81\x30\x55\x4f\xbd\xeb\xac\x80\x17\x79\x56\x6c\x6f\xa6\x1e\xfc\xe3\x45\xde\x15\xbd\xf5\x4c\xeb\xff\xb1\xb6\x58\x2f\xa7\x1d\x05\x8d\x04\xa8\x21\x9f\x0d\x83\x69\xff\xcf\xe8\x33\x84\x6b\x12\xcf\x62\x33\x73\x13\x0f\xb4\x51\x9e\x52\x44\x78\x3d\xcf\xd8\x0a\x24\x24\x9c\x24\xe7\x26\xf5\x64\x30\x48\x14\x78\x62\x3c\x4b\xc0\x68\xe3\xb3\xff\x0a\x92\x75\xba\x5f\x53\x16\xef\xd7\xe8\xcf\x9f\x65\x22\x80\x74\x8e\x50\x49\xfa\xe1\x44\x81\x84\x7c\xf6\x5f\x71\x90\x33\x34\xb5\x13\x14\x6e\x82\x20\xd9\x27\xac\xca\xf7\x7c\xb9\x55\x65\xee\x94\x55\xb9\x49\xeb\x60\x95\x2d\x1a\xa5\x65\x2a\x09\xa0\xe9\x7e\xf6\x5f\xeb\x32\xb5\x3f\xb7\x6e\x71\x7e\x2a\x2a\x9a\x94\xcb\x22\xfb\x08\xf6\x2b\x80\xf9\x5a\xf5\x8a\x78\x4d\xa3\x9e\x37\xc8\xd1\x04\x26\x82\x73\x5c\xde\x91\xa8\x02\x09\x41\xcd\x99\x18\xab\xe7\x39\x1b\x7a\x83\x1a\x61\x81\x0e\xe9\xbd\x64\x55\x2e\x5e\x94\xe2\xc5\x1b\xca\x62\xf1\x22\x13\x2f\xde\xf3\x76\x8b\x37\xb5\x81\xb5\xfa\xa9\x19\xaa\x9b\x8d\xe2\x9c\x01\x14\x6a\x40\x55\x35\xe0\x1d\xc5\x07\x48\xbf\x97\xd5\xc1\x07\x3e\xfe\xfa\x83\xac\x96\x22\xdc\x1f\xf7\x09\xdf\x8e\xd8\xa8\xe6\x35\xeb\x14\xaa\x1d\x94\x2f\x02\x3e\xa1\xff\x5a\x93\x6f\xb7\xea\xa8\x17\x70\x1e\xda\x10\x22\x02\xce\x3e\xd2\xf2\xba\x68\x6c\xf5\xb2\xc5\xff\x5e\x07\x7f\x5d\xab\x70\x07\x08\x34\x36\x9e\xbc\x95\x07\x17\x66\xfc\x67\x27\x50\x3a\x2d\xf8\xc6\x51\x47\xff\x5a\x1f\x10\xfe\xfb\x1a\xec\x33\x7f\xa6\xf1\xd5\x9b\x78\x63\x48\xfa\xaf\x6b\xdb\xb0\x51\x2c\xc1\x3f\xaf\x11\x2e\xc8\xdf\xd7\x0a\x85\x4c\x4d\xc8\x7e\xff\xf7\x35\xdc\xb0\xf0\x0d\xba\x6b\xd3\xfe\x44\x51\xed\xdb\x35\xae\xc8\xdb\xcb\xff\xd0\x84\x69\xa7\x3e\xb8\x8b\xc9\x3a\xdf\x36\x61\x79\x84\x20\x94\xcd\x28\xac\x15\xb1\xdd\x17\x88\x3f\x13\xa6\xe9\xb9\xe8\x13\xd6\xa6\xcf\xef\xe9\x6d\xef\x32\x03\xa5\x65\xcf\x1b\xd0\x81\xd7\xcb\xea\x1e\x58\x32\x5c\x96\x6c\xd5\x8b\xeb\x5e\xdc\xab\xe8\x72\x9b\xc7\x95\x4e\x17\x17\xa9\xf8\x00\xb7\xfd\x43\x2e\xdb\x5e\x81\xf3\xc9\x22\xbb\xf1\xd0\x01\xc7\x2e\x8e\x55\x86\x63\xc3\xec\x6a\x52\xcd\xe8\x7c\xbf\x0f\xf8\x3f\x5d\x9d\x43\x38\x21\x4c\xf1\x93\x9e\xe4\x27\x47\xed\x81\x81\x1f\x15\x48\x98\x4e\xb5\xee\xd7\x49\xa2\x91\xc4\x19\x32\x11\xf5\x27\x65\x20\x02\x04\xd4\xb3\x82\x37\x05\xee\xf1\xee\xdc\xe8\x07\x10\x1e\x4f\x84\x21\xa8\xa3\x59\xb3\xe4\x8a\x7c\xbf\x26\x77\x5c\x34\x8a\x18\x16\x1d\x8f\x0a\x5c\x27\xe5\x86\x46\x54\x8b\xdd\x47\xb0\x7c\xbf\x5f\x83\x5e\x34\xf8\x7e\x0d\x92\x19\x3a\x20\xfc\xb7\x35\xb8\x64\xcf\x0f\xe8\x80\xb7\x64\x3c\xd9\x9e\x2b\xc5\xf4\x64\x3b\x18\xa0\x3c\xd8\x8a\x7d\x7d\x41\x12\xa7\x1b\x0b\xdc\x1f\x2b\x20\xb3\x7a\xb6\x10\x9d\x59\x74\x74\x66\x6c\x75\x66\x7e\x40\x93\xd5\x48\x3d\x8b\xbd\x2e\x43\x38\xf6\xfd\x60\xd5\x88\x01\x01\x90\xd9\xb8\x6e\x78\xcd\xd4\xfa\xf0\x5f\xb7\x0e\xff\x89\x3a\xfc\xe3\x9c\x24\x30\xbc\xc9\xe8\x8a\xde\x0a\x0d\x37\xa4\xd8\xe2\x05\x2f\x2f\x19\xc1\x70\x4d\xe5\xbf\x72\xc6\x79\xbf\xa2\x99\x5a\xd3\x73\x53\xe7\x42\xd6\xb9\x25\x8b\x56\x9d\x2b\xb2\x95\x0a\x87\x38\x58\xe1\x1c\x27\xa3\x6a\x5b\xe0\xa4\xd1\x17\x84\x13\xc1\x9e\x7c\x9f\x27\xd3\xcc\x29\x57\xef\xdb\x39\xd4\xb1\x33\x45\x77\x8b\x11\x0d\x52\x73\xec\x5c\x28\x2b\x26\x9d\xa0\x76\x13\xd4\x16\xc6\x6e\xaf\x3a\x04\x6c\x54\xd1\x74\x9b\x38\xbe\x1f\x16\x63\xa3\xda\xd2\x86\x93\xc3\x6c\x8e\x10\xc2\x62\xcb\x96\x54\x82\xff\xb6\x26\x4f\xe9\x13\xc3\xb6\xfe\xdd\x04\x29\x6c\xf3\x23\xd2\x0f\xfe\xbd\x80\x18\x3d\x92\xa1\xef\xf7\x54\xb2\x7c\xfe\x4b\x32\x73\xb4\xdf\x07\x7f\x5f\xec\xf7\x7f\x5b\x88\x50\x7b\x9a\x83\xc3\x1d\x38\xe0\xec\xc0\x2f\x1b\x77\xe5\x8a\x97\x10\x98\xc4\xd3\x7f\x2d\xa2\x9f\x16\x68\xa6\x81\xb7\xe7\xbc\x02\x48\xe5\xfd\x54\x64\x29\x2d\x98\x00\x3b\x97\x4b\xc3\xfb\xba\x86\x4d\x0f\xf0\xff\xf9\x43\xbc\xa1\x1e\x02\xe8\x1b\xf3\x5a\xe2\xe0\x20\xec\xbd\xa6\x0b\x66\xde\x3f\xaf\xaa\xf2\x1a\x5e\x21\xec\xfd\xb4\x69\x7c\xf8\x69\xc3\x5f\x43\xd4\xe6\xc6\x17\xf1\x8e\xd7\x52\x5e\x17\x8d\x6f\xf0\x0a\x61\x76\xe0\xd2\x57\x49\xd6\xdb\x20\xc3\x21\xc2\x31\x59\x6e\x01\x45\x2f\xd3\x46\xaf\x5e\xcf\xeb\x93\x0c\xd7\xc4\xf3\x70\x42\xfa\xe3\xc9\xf7\x6b\xdf\xff\x7e\x2d\x42\x5b\xf2\x4d\xf0\xfb\xb5\xa0\x68\xb1\xc8\x6b\xf2\xfd\x7a\x24\x38\xc4\xc0\xeb\x79\x38\x48\xc8\x0f\x1b\x6d\xc7\xce\x34\x50\xf9\x79\x88\x2c\x96\x80\xb4\xbf\x5a\x53\xb3\xa7\xb6\x1a\x11\xa9\x51\xaf\xe2\xfb\x35\x73\xd9\x22\x00\x49\x59\x3a\xc6\x14\x06\xf1\xc7\x8a\x7b\x54\xb9\x71\x8f\x84\xee\xad\x19\x18\x06\xbc\xc7\x38\x63\xd0\x08\x12\x78\x41\xe8\xac\x82\xcd\x67\x01\x35\x6d\x83\xc5\xac\x1e\xfc\xb4\x0e\x32\xcc\x70\x3f\x46\x73\x17\x5f\x28\x06\xd0\x47\x45\x3c\xfb\x3d\xd3\x54\xa9\x45\x8c\xfd\xbe\xbc\x18\x9f\x7d\xc1\x07\x25\x27\x3f\x2d\x66\x7a\xa4\xe6\xc8\xf7\xf3\x3e\xc9\xdc\x7a\x72\x5e\x4f\xd8\xac\xc7\x96\x47\xfe\x65\x97\xd1\x27\xb9\xef\xeb\xcc\xce\x27\x5e\xd0\xd8\x2e\x48\x23\xd0\xc5\xae\x80\xe3\xf6\xd1\xa9\x5b\xad\xfb\x04\x56\x30\xdd\x91\xbe\x40\xc1\x12\x8a\xd7\x1d\xb9\xd3\xb1\xb4\xbd\xe8\xce\xf3\x7b\x51\xa4\xfd\x04\xbb\x02\xc7\x82\xed\x9f\xf0\xe3\xb6\xa3\x83\x1f\xb0\xe7\x7f\x62\xce\xc3\x61\x42\x77\x7c\x12\x76\x33\xd3\x94\xf9\x28\x89\x2b\x2a\x62\xcf\x93\x63\x59\xad\x93\x4c\xb1\x53\x1c\x88\x1f\x21\x19\xe8\x36\x05\x6a\x45\xa8\x65\x7b\x71\x3a\xc8\x18\xad\xde\x29\x8c\x6b\x7e\x38\x28\x26\xfd\x18\x90\x59\x03\x49\x9f\xf5\x80\xc4\x52\xf1\x27\xd9\x0c\x17\xaf\x63\x0b\x26\x49\x40\x5c\x12\x11\x20\x28\x90\x89\xd1\x04\x65\x41\x3d\x28\xc5\x82\xc2\xfa\xd7\xa0\x9c\x85\x73\x85\x5a\x59\x0a\xf5\x71\xb5\x3b\x76\x0a\xb6\xcf\xbf\x1a\x10\xa8\xa2\x4b\x7a\xb3\x01\xbc\x70\xa3\x21\x80\xa3\xe9\xa5\xbc\x22\x87\x48\x41\xeb\xf8\x46\x00\x2e\xe1\x98\x68\xf5\x49\x39\x1d\xd3\x27\x51\x29\xee\x94\x46\xcb\xbc\xbc\x8c\xf3\x63\x8e\xbf\x2b\xaa\xe5\x2b\x7a\xb3\xa9\x68\x5d\xf3\x56\x2d\xb3\x1d\x2d\x7a\xac\xec\xbd\xe1\x4b\xf3\x95\x68\x40\x59\xf5\xea\x55\xb9\xcd\xd3\xde\x2a\xde\xd1\x5e\xc6\xea\xde\x5f\x96\x7f\xe9\x2d\xf2\x78\xc9\x65\x0d\x0f\xa9\x9b\x2f\xde\x72\x75\x68\x5f\x52\xc6\xb3\x77\x1d\x17\xab\x69\xd5\x71\x1b\x51\x29\x40\x15\xd9\x4d\xe5\x68\xa2\x7b\x4a\xe2\x2e\xdc\x00\x21\xc3\xf1\xaa\x4e\x29\xb5\x60\x94\x05\xc6\xc3\xaf\x0b\x61\xf9\xd8\x25\xca\x36\x1c\xfb\x27\x2a\x1e\x8e\xf6\x3c\xe0\xd3\xab\x2e\x16\x9c\x5b\x1d\xf9\x8d\x95\xce\x17\x8d\xc1\xa4\x2e\xf2\x7e\x9f\x23\x92\x54\x05\x24\x00\x33\x35\xa9\x8d\x2a\xa2\x03\xe3\xaa\x46\x22\x71\x3d\xe4\x12\x88\x8d\xe4\xda\x4a\x9a\xa0\x11\x2b\x71\x32\x60\x08\x9b\xfd\x26\x9b\x65\x96\x06\x84\x95\x17\xa4\x9e\x36\xdf\x91\x24\x92\xbe\x4c\x02\x49\xaa\x06\xe0\xcf\x83\x96\x5f\x72\xe1\xd6\x94\x37\xdd\x9a\xd4\x1d\xcc\x81\x8f\xbd\x33\xc7\xa8\x6d\x8e\xca\x3a\x11\x3f\x94\xb4\x17\x93\x52\xf6\x93\x94\x7c\x50\x38\x73\x30\x3d\xc4\x16\x61\xe2\x18\xdb\xc0\x1e\xfc\x7c\x50\x1a\xe2\x1b\xc5\x69\x0a\xef\x0a\x45\xb9\x41\x09\x77\xc7\xe2\xde\xe1\xb4\x29\xa8\x2e\x64\x91\x15\x19\xc4\xc6\x70\x6d\xbf\xbb\xa9\xd3\x90\xdd\x98\x7e\x85\x2b\x32\x1c\x1b\x88\xa7\xb4\x4c\x74\x34\x00\xaa\xbc\x94\x81\x9f\xbd\x94\xd8\x5d\x8d\x9e\xf0\xb3\x4e\x7c\x61\x45\x64\xb4\x28\xb3\x3c\x6f\xbe\x07\x98\xc9\xc2\x10\x45\x89\x0b\x84\x2b\x43\x4f\x31\xae\xa0\xe3\xd8\xd0\xb2\x6c\xce\x7e\x5f\x0d\x8b\x8b\x31\x7d\x22\xae\x2c\xcd\xea\x0b\x44\x52\x14\x01\xb6\xaa\x65\x06\x2a\x18\xb0\xf8\x8a\x05\xee\x17\x35\x7e\xd7\x9c\x31\x47\xac\x31\x5e\x47\xe3\x74\x39\xd8\xd8\x62\x51\x0b\x80\x04\x77\xdd\xb6\xed\x92\xb3\x4e\xbb\x64\x15\x22\x23\x31\x3d\x97\xf8\xd7\x05\x3f\xd7\xe9\xe1\x01\x2c\xec\x0a\x4d\xf2\x8b\xc4\x89\xa8\xa7\x98\x46\xc7\x8a\x02\x78\x6a\x56\x9e\xe7\xd3\x8e\xcf\x39\x8a\x38\x4b\x6f\x55\x2a\x6f\x40\xe3\x66\xcd\x9c\x8f\x00\x76\xb2\x66\x8e\x12\xb9\x3c\xb9\x10\x79\x26\xc9\x70\x88\x9c\x04\x42\x33\x54\xc0\xad\xe5\x2c\x19\x8e\x87\x22\xe1\x1c\xa1\xbb\x8c\x24\xd2\x3d\x09\xca\xc8\xcf\x79\xf9\x93\x5c\x98\xa7\x36\x4b\xa8\x44\x09\xb9\x34\x22\xe0\xf9\x63\x92\xcb\xfc\xb0\xbf\x6d\x39\x47\x5b\x10\x03\xf8\x57\x10\x52\x21\xc1\xd6\xc4\xca\xb3\x76\xe8\x4c\xb6\x63\x12\x2c\x88\xfe\x0c\x3b\xab\x68\x2a\x42\xbe\xbf\x10\x7b\xe9\x79\xac\xd2\x1a\x70\x03\xb1\xc9\xca\xd7\x5b\x19\xf8\x5b\x2f\xd8\x05\xa6\x78\x85\x24\x1c\xdd\x0a\xaf\x06\x0b\xb3\x1b\x2b\x98\xb9\x06\x7f\x50\x6d\xc0\x19\x8e\x1d\xe6\x60\xa3\xfe\xb4\x2a\xaa\x80\x33\xc8\x8a\x84\xf1\x0e\x67\x5c\x44\x9b\xaf\xde\x2d\xb2\x9c\xd1\xea\x1b\xce\x14\x33\x2c\x1e\x3e\x94\x51\x2c\x7f\x76\x2b\x99\xe8\x79\xb6\xdf\xb3\x8b\xf8\x80\xe3\x34\x8d\xb6\x07\x74\x08\x34\xe7\xd9\x0a\x23\xf5\x6d\xd3\x48\x5d\xa3\x91\x2b\x85\x2f\xce\x76\xd2\x06\xea\xb3\x9b\xcf\x46\xdb\x22\x4b\xca\x94\x4e\xbd\xe5\xd6\x8b\xbc\xa5\x87\xcb\x9d\x8c\x7f\xbd\xfc\xfa\x66\x13\x78\xb3\x5f\xc2\xe1\x2f\x97\xbf\x14\xc3\x5f\x6e\xc6\x8b\x5f\x6e\xbe\x58\x0c\x7f\xb9\xf9\x6a\xf1\xcb\x4d\x9c\xfe\xb2\x0d\x3f\x1f\x27\xbf\x6c\xcf\xc2\xf0\x12\xfe\x52\xf8\xbb\xe0\x7f\xcf\xbe\x84\xbf\x5f\xc1\xdf\x14\xfe\xd2\x5f\xb6\x0b\x2a\x51\xa3\xbf\x1a\xc2\x3f\xc9\xdc\xc3\xd9\x0e\xe1\x78\x47\xee\xc2\xc8\xe3\x8d\xf2\xf0\x17\x91\x77\x49\xf9\x8f\x2f\x23\xef\xd2\x20\x98\x8e\x79\x02\x7a\x0d\xe2\x20\x1e\x8f\x23\x6f\x27\xad\xf1\x7a\x2c\xbe\xf4\xf0\xf8\x49\xe4\x25\x71\x55\x65\xf1\x92\x4b\x2d\x70\x92\xc3\x67\x5f\x44\x1e\x15\x27\x38\xfc\xe5\x59\xf8\x24\xf2\x3e\xd2\xaa\xec\x5d\x67\x29\x5b\xf5\x14\x32\xea\x59\xf8\xd4\x79\x5f\x94\xc5\xf0\x3f\x65\x56\xd0\x0a\x3e\x3e\x73\x3e\x5a\x1f\x3e\x8f\x3c\x30\x84\x63\xe5\x10\xec\x71\x7a\xeb\xb8\xba\x82\x2f\x5f\x44\x9e\xb0\x61\x63\xe5\x90\x27\xd1\x5f\x9e\x9c\x09\xab\x8b\x5e\x4d\x37\x31\x48\x4d\xf0\xf6\x8b\x66\x49\xe5\x8e\x56\x55\x96\x42\xeb\x9e\x7c\xd9\x2c\xcd\xf9\xfa\x24\xf2\x78\x51\xcb\x2a\xde\xac\xec\x62\x3f\x7f\x76\xf6\xc5\x57\x8d\x7e\x0d\x61\x49\xaa\x8e\x7f\xfe\xec\x19\x6f\x4f\x09\x7a\xae\x9e\x44\x4d\x5c\x53\x90\xde\x6b\x41\x21\x02\xd3\x64\x67\xeb\x2d\x93\x72\x7d\x99\x15\x5d\x57\xc1\xd7\x8b\x80\xe2\xbb\x8a\x16\x29\xad\x00\x25\x1b\xd7\x1b\x9a\x64\x71\xfe\x72\x15\x57\x75\x54\xee\x38\xcd\xbe\xb7\x5f\xc1\xc5\x9d\xbe\x14\x64\x0a\xb9\xf1\x43\x7c\x59\x93\x7e\xcb\xee\x41\xab\x0f\xeb\x9d\xef\x7b\xdb\x42\xb4\x28\xf5\xfa\x4a\x66\x54\x16\x11\xbe\xaf\x6d\x23\x2e\xcb\x54\x07\xab\x75\x5e\x8a\x3b\xc2\x49\xad\x56\x82\x34\xd8\x07\x6b\x09\xed\x47\x64\xe9\x47\xe9\x94\x46\x6c\xf4\xa6\xfc\xf8\x41\x7e\x53\xcb\xaa\xde\xed\xf7\xfd\xf1\x21\x10\xa1\x28\x47\x76\x97\x9d\x65\xf4\x0b\xdb\x7b\x03\xf7\xfb\xa8\x2e\xb7\x55\x42\xf9\x0a\x40\x18\xe2\x5c\xdb\xa3\x73\xb2\xb8\xce\x82\x06\x1e\x54\xd1\x28\xc7\xad\xe5\x70\xb0\x4e\x49\xf9\x4e\xdb\x62\x7c\x3a\x78\xa2\x18\x87\x59\xb2\x1b\x95\x0b\x88\x77\xb0\x0b\x90\xf0\x40\xdd\xee\x1a\xb1\x5c\xf9\x27\xcd\x30\x77\xfb\x7d\xb0\xdd\x91\x0f\x29\x70\x6a\x70\x45\x0b\x1e\x70\x08\x32\x76\xe5\xea\x12\xd0\xbe\x24\x2d\xd2\x51\x51\x16\xb4\xf9\x41\xc0\x11\x74\xa9\xab\xed\x84\xa5\xb4\xa1\x5b\xc7\x57\x54\x1f\x6b\x1a\x01\x8c\x93\x1d\x42\xed\x6a\xdd\x52\x6c\x89\x87\x75\x02\x99\x39\x35\xdc\xe3\xbb\x62\xa1\x4b\x54\xbb\xe0\x4e\xec\x45\x11\x75\x08\x00\x9b\xc6\x98\x62\xe4\xe1\x57\xa1\xdf\x99\x0d\x2d\x26\xeb\x6d\xc0\x8f\x22\x32\xe6\xc7\x57\x84\xc4\xc6\x0d\x4b\xca\x1f\x19\x3f\x11\x54\xae\x63\x1d\xce\xc9\xcf\x8b\x40\x98\x65\xe1\x04\x67\x43\x21\x94\x98\x3b\x88\x54\x2d\xe1\xe0\xee\x3a\x4b\x97\x94\x45\xbc\xd9\xe9\x2e\x08\x92\x61\xfe\xbf\x12\xf4\xbf\x99\x8c\xed\xd4\x65\x37\x88\x0e\x66\xaf\x6a\xce\xdd\x2c\x9e\xef\xf7\x41\xd7\x6b\x72\xa4\xd2\xd5\x2e\xa0\x38\x06\xc9\x1c\x2b\x71\x25\xa2\x36\x8b\x51\x76\x04\x9f\xcd\xfe\x6b\xfe\xd9\xe1\x21\xd8\x5f\x16\xc2\x84\x4d\x10\x93\x0e\xcc\x89\x64\x87\xfa\x84\x4d\x83\x07\xd0\xd7\xa3\xe8\x49\x4a\xd0\x32\x4a\xf4\x89\x3c\xe6\x54\x11\xb4\x96\x43\x6d\x02\xde\xe0\x3b\xeb\x75\x97\xed\x08\xb5\xf3\x01\x14\x2f\x08\x5a\x3b\x47\xfb\xf7\xae\x0c\x0a\xa5\xa0\x60\xe4\x3b\x38\xb8\x1a\x5d\x4c\x40\xb5\x44\xae\x28\x45\xad\xe7\x02\xe1\x20\x23\x6c\x94\xc4\x79\x2e\xcc\xa9\xd0\xa8\xdc\x88\x0e\x51\x9c\x8d\xb8\x64\x42\x2a\x6c\x5f\xe6\x17\x6a\x11\xd1\xdf\x4e\x98\xbc\x50\x91\x55\x59\xa6\xa5\xc6\x45\x88\x95\x27\x6d\x9e\xbb\xca\xba\x20\x4f\xce\xa6\x1e\x08\x31\x67\x5e\x34\x0e\xf9\x76\xc0\x1f\x9f\x9e\x3d\xf5\x22\x81\xa2\x2d\x98\x98\x0c\x2a\x12\x7c\x75\x36\xfe\x7c\x40\xd1\x21\xd0\xd5\xdb\x08\x24\x02\x5f\x2c\xf0\x5e\x8a\x6b\xde\x9e\x0e\xc3\xe5\x09\x4f\xe1\x20\xde\xcd\x74\xc6\xf9\x7e\xef\x85\x37\xd2\x7d\x98\xbf\x30\xe0\xea\xe3\xcf\x0d\xb2\x94\x1c\xb4\x91\xd8\x7e\x15\x42\x83\xf3\xd2\x34\x06\x17\xd2\xaa\xb8\x6a\x46\x2c\x3a\xe6\x22\x59\x6f\xe2\xc2\x33\x4e\x1c\x8e\xaf\x24\xc3\xd9\x88\x65\x2c\xa7\xa4\xc0\x59\x27\x78\x6a\x7c\x49\x73\x0f\x3c\x5c\x9b\x10\xb1\x86\x87\x79\x38\x6b\x84\x89\x85\xcb\xd7\x0e\xf3\x3d\xad\xda\xe5\x34\x5c\x1c\x02\x9a\x22\x9c\x3e\x8e\x1e\xe5\x4d\x59\x17\x35\x56\x0d\x6a\x04\xd9\x89\x50\x5c\x7d\x02\x09\x8a\xbc\x62\x82\xae\x1d\xeb\xe6\x6e\x22\x54\x9b\xf1\xc3\x66\x81\xba\x2e\xb0\xbf\x00\x02\xb5\x3b\xbe\x20\x19\x53\x89\x89\x2b\x5a\x63\x1a\x33\xf0\x36\x37\x1e\xa6\x9f\x3e\xea\x22\x30\xd0\x7f\xdb\xc8\x4b\xa3\xa3\x63\x63\xff\xc7\x0c\xa1\x3b\x5e\xb0\x37\xac\xca\x3c\xe5\x22\xbe\x1a\x37\x89\x73\x06\x03\x53\x13\x8f\xcb\x17\xfc\xa3\xed\x59\xec\xd5\xb0\x22\x8d\xfa\xd2\x36\x88\x9d\x36\xda\xf2\x81\xde\x40\x44\x30\x07\xfb\x58\x32\x74\xf5\x84\x4f\x97\x48\x4f\x2c\x33\xcf\xea\x44\x4f\xf3\x0d\x59\x49\x67\xc6\x55\x96\xa6\xb4\xf0\xb0\x72\x72\xff\x3d\x24\xa1\xe7\x7a\xbd\x73\x8d\x2c\x4f\x0b\x79\x2c\x28\x8c\x90\x67\x63\x5c\x28\x55\xb1\xd5\x29\xbe\xe3\xd7\x94\x05\xb3\x22\x1d\x89\x0d\xdf\xd9\xf8\x37\xbc\x62\x5c\x67\x29\x8d\xc6\x07\x75\x00\x0f\xd1\xdc\x16\xc4\x98\x22\x22\x6b\x6f\xbb\xd7\x02\xbe\xe5\x98\x35\x95\xd2\x66\xd4\x6c\x21\x0c\x08\xfb\x94\xdd\x15\x36\xd7\xdd\x8e\x78\x06\x9e\x7a\x79\xf4\x6e\x40\x28\x20\x5a\xf6\x71\x5c\xfe\x50\xc3\x26\x29\xae\x2c\x73\x96\x6d\x00\x07\xac\xb2\x0c\x90\x1b\xf0\x7b\x05\x52\x56\x75\x90\xbc\xb6\xec\xc6\x47\x42\x29\xd1\x8d\x0e\xa8\xf1\xce\x98\xa9\x47\x66\x56\x45\x81\x4a\xaf\xea\x94\x85\x1f\x27\x6e\x99\x2e\xca\xc0\xa9\xa7\xdb\x05\x37\x6d\x84\x58\x3d\x69\x47\x6c\xb7\x5b\xfd\xa9\x60\xd2\xbe\xaf\x61\xa5\x0d\x6a\xe5\x4e\xa8\x82\x77\xdd\xaa\xe0\xfe\x58\x7b\xa7\xc5\x64\x36\xc7\x35\x09\x27\xf5\xb9\xba\x47\x98\xd4\xca\x3e\x30\x21\xc5\xac\x9e\xe3\x9c\x08\x2f\xc1\xc4\xd8\xab\x6c\x49\x38\xd9\x9e\xbb\xe3\x6c\x59\x66\x48\xff\x3b\xe7\xfb\x6c\x3b\x9f\x2c\x7c\x5f\xc1\x73\x13\x92\xc8\x5f\x70\x97\xb9\x05\xd8\x9a\xfc\x3c\x44\xf1\xac\x9e\x93\x6e\x0a\x0a\x12\x0b\xc7\x6c\x45\x4c\x4a\x7b\x1c\x67\xf9\x7c\xb2\xd2\x63\xb3\xb2\xc7\xc6\x46\x0b\x3d\x31\xfe\x0f\x43\x0d\x8d\xf5\x75\xf5\x1a\x9d\x87\xbe\xbf\x76\xec\xe7\xad\x89\xd8\xb8\x13\xb1\x71\x34\x63\xd6\x82\x68\xac\x80\xa2\x83\xb0\x63\x0c\x96\xf2\x4d\xe3\xc9\xdb\x9d\xeb\xee\x1d\xe2\x9c\x2e\x58\x14\x2a\xef\xee\xac\x28\x68\x25\x9c\x91\x30\xe8\x73\xc4\x1b\xe9\xf5\xc4\xbb\x75\xf9\x30\x45\x0b\x5f\xf6\x2a\xd6\x86\x86\xb7\x17\x97\xb8\x53\x4f\xa1\xdc\x7b\x91\x65\x64\x4d\x9b\x4e\xf6\x36\x03\x52\x45\x1c\x10\x3a\x62\x66\xad\x52\xa0\xfd\xde\x5b\x64\x37\x34\xf5\xb0\xb8\x7c\x35\x75\x14\xf7\xd4\x01\xc9\x1b\x35\x14\xaa\x06\x0b\x60\x1e\xd4\x46\x72\xb4\xc1\x2c\xd3\x54\x51\x9d\xae\xc2\xce\xd4\xa8\xc8\x32\x28\xb7\x53\xa1\xfd\xfe\x76\x77\x38\x1c\x10\x7e\xf3\x50\x35\x84\x42\x46\x81\x83\xf9\x29\x9d\x84\x00\xee\x26\x7d\x89\x74\x94\xc7\x35\xfb\x60\x80\x92\x1b\x00\x48\xd2\x10\x8b\x2f\x70\xe5\xa3\xe4\x78\x89\xed\xe4\xe5\xa9\x9a\x07\x92\xe9\x9f\x72\x73\x14\x01\x48\x33\xf9\x43\xb2\x7e\x01\xee\x43\x98\x83\xf5\x63\x6f\x0b\x5c\x74\x8c\xb3\x82\x56\x0d\x8f\x92\x77\xf4\x37\x72\x57\xd1\x38\x8d\x9a\xee\x65\x76\xac\x00\x40\xc3\x12\x29\xe0\x67\x47\x12\xce\xdf\xf9\xaf\x83\xba\xc1\x2b\xe2\xa5\x44\xd1\x5f\xee\x02\x86\x9f\xef\x70\xd7\x64\x56\x2e\xd3\xb1\x11\x35\xed\x20\xc0\x6f\x15\x2a\x7f\xc7\xf5\xf1\x77\x1d\xe9\xa6\xbc\xde\xae\x0f\x2e\x45\x19\xaf\xa7\x8b\xaa\x39\x71\x10\x2e\x85\x5a\x2a\x32\x3a\xa3\xd6\x6d\xa7\xdd\xba\x77\x7c\x4f\x3f\x1f\xfb\x7e\xa5\x3d\x6f\x4a\xe1\xa2\x84\xef\xd8\xaa\xa2\x35\x17\x15\xa2\xd9\x78\x7e\x10\x21\x05\x1d\x5f\x1f\xbb\x95\x6e\x50\xe2\x8e\xc8\xb9\x52\x99\xd2\xf4\x93\x00\x87\xd1\x38\x4d\x4f\x05\xf3\xb5\x5a\x46\x9a\x2f\xac\x89\x54\xe4\x11\xdf\x5e\x52\x83\xcc\x79\xf4\xa2\x5d\xd3\xd5\x31\xa8\x1b\x41\xa6\x53\x23\x00\x43\xea\x87\xc4\xd2\xd0\x89\xb5\x6c\x2e\x97\x84\x57\xd1\x3c\x66\x10\xa5\xa3\x91\xd0\x48\xf8\x46\x92\x6b\xaf\x88\x63\xa1\x08\x74\x39\xc8\x92\xd0\x45\x73\x4d\x71\x69\xb9\xd6\x22\x73\xc7\x0c\x76\x03\xed\x1c\xa5\x67\x39\x48\x5d\x9f\xda\x81\xa7\x6d\x3f\x36\xb9\xbe\x8e\x6c\xa8\xc7\x9c\xda\xb4\x55\x03\x6c\xa8\xc7\xab\x96\x1d\x0b\x0a\x11\x9e\x41\x6e\xad\x95\xf0\x7a\xab\x9a\x5e\x6f\x87\x26\x04\x26\x27\xa9\x07\x78\x02\xba\x2c\xb1\x85\xcf\xa3\x58\xe5\x11\xf3\x55\xda\x66\xa9\x98\x36\xe9\x16\xe1\x67\xe1\x83\xa0\xfe\xe9\xc8\x02\xb7\xb7\x82\x15\x74\xb2\x74\xc3\x36\x9c\x68\xff\x6a\x4e\xb4\x00\x34\x69\xc0\x67\xba\x4b\x5d\x99\xf8\xec\xf7\x74\xb4\xa4\xe5\x9a\xb2\xea\x56\xde\xaa\xe3\xa6\x2f\x06\xdf\x17\xb2\x45\x50\xe9\x45\x20\x31\xa0\xf5\x76\x7d\xe7\xee\x1a\x26\x61\x0b\x86\xf8\x34\xe5\xdc\x87\x49\xcc\x59\x52\x63\x39\x3a\x35\xdf\x67\xea\x51\x10\x11\xe2\x4a\x45\xd2\x56\xfd\x10\x42\x81\xcd\x32\xe4\xd0\x99\xc5\xed\x7a\x4a\xca\x7d\xb0\x72\xf7\xc1\xe6\x5e\xa7\x01\x33\x1e\xd6\x7b\x65\x51\x1c\x77\x5a\x14\xc7\xf6\xba\x31\xed\xb2\xf9\x48\xe2\x2c\x98\x5c\x98\xe3\xe6\x4d\x73\x5c\x18\x04\xb8\x7e\x6e\xf7\xb7\xc5\xb3\xe4\x08\xc9\x2d\x5e\x91\xa4\xde\xf1\x1f\xc7\x00\xd1\xa4\x50\x38\x5b\xee\x42\xd1\x88\x08\xf6\x6e\x7c\xea\xa0\x66\x81\x83\x0a\x35\xb5\x30\x74\xe4\xf4\x01\x8d\xe0\xbb\x10\x18\xd1\x80\x6e\x4a\x96\x87\x30\x1d\xc5\x55\x55\x5e\xfb\x7e\x5f\xa4\xed\xf0\x2d\x94\x89\x7b\x17\x3d\xeb\x69\x08\xd9\x3c\xa4\x78\xd8\xc9\xfd\x63\x52\x34\x75\x63\x4e\x21\x98\xb5\x02\x30\x15\xf6\x75\xc4\x3d\x24\x8e\xed\x24\xac\xdc\x90\xdd\xae\xb9\x0f\x39\x5b\x0b\x90\x04\x66\x02\xcf\x0d\x62\xfb\x18\x60\x37\x18\x39\xcc\x1e\xee\xc8\x3c\x69\x78\x7a\xab\x3d\xe9\x61\x72\x02\xe5\xbc\xe6\xfe\xb8\xff\x16\x1b\x97\x5c\xca\xf2\xc2\x3f\xbd\x82\xee\xc5\x6b\xef\x38\xb2\x1d\x33\xf8\x35\x87\x9a\xe3\xfb\xa7\x7d\x8a\xd9\xef\x99\xb3\x69\x62\x40\xa2\x56\x7b\x47\xc7\xd6\xd2\x89\x95\x77\x1f\x26\xa7\x3b\xec\x47\xc0\x76\xd4\x99\x4d\x38\x10\x44\x4c\x1d\xa2\x6c\x91\xa8\x41\x33\x47\x4a\xe2\x79\xcb\x3a\xea\x1a\xfa\xba\x89\xf9\x6b\x23\x38\x75\x4d\xd3\xac\xd0\x1e\xc7\x50\x9f\x40\x62\x99\x5a\xbf\x03\x38\x01\xa2\x48\x1a\x88\xd9\x70\x41\xe2\x0b\x97\xce\x39\xa5\x74\x36\x08\x2a\x39\xea\x23\x43\x4f\x0d\x18\x94\x0b\x87\xc0\xa6\x0e\x4e\x6f\x80\xce\x81\xce\x5a\x3e\x46\xfc\xb0\xcf\x26\x5d\xbc\x4b\x29\x53\x38\xff\x12\x33\x23\x6e\x6a\x78\x81\x58\xba\x7c\x86\x93\xec\xbc\x7b\xb0\x55\x3c\x4e\xa5\x6e\x29\x49\x67\x3a\xe1\x15\x79\x74\x78\xf8\xe7\x9a\xc4\x80\xfc\x99\x10\xe0\x31\xfc\x55\xce\xdb\x91\x7d\xa4\xb3\x4c\x80\x43\x27\xfb\xbd\xc2\x12\x3a\x37\x86\x61\x8c\xf3\x1b\x5c\xf0\xbf\x88\x27\x60\xe5\xe6\xc2\x18\x87\x31\x99\x01\x17\x0a\x15\x89\xa7\x01\xfd\xc3\xb9\x55\x04\x40\x2d\x09\x7c\x19\x34\x1c\x8d\x79\x1a\xfe\xfb\xc2\x2a\x07\xf2\x60\x85\x3d\x33\x18\x8d\x51\xed\xf0\x3b\xa3\x14\xda\x92\x52\x70\xf4\x69\x7c\x0f\x3f\x57\x1c\x3c\x92\xb8\xc5\xdb\xe9\x17\x51\x88\x57\x24\x97\x18\x50\x02\x6a\x0a\xa7\x44\x01\x4b\x0d\x01\x67\x0a\x6f\x48\x2c\x03\x89\xef\xf7\x37\x3b\xbc\xb6\x77\x36\xc7\x9f\x5b\xc2\xd6\xe0\x1d\xc9\xc5\xa5\xc7\x85\xec\xc0\x50\x74\x76\xba\x9e\x8a\x1f\x51\xa1\xab\x84\x74\xd1\x7a\x6a\x21\x52\x81\x75\x4e\xb0\x9d\x8e\x9f\x46\x21\x1a\x6c\x46\x37\x6a\x1c\x86\x2b\x14\xe9\x61\x14\x25\x61\x99\x7c\x35\x50\x19\x86\x9b\xd1\x0d\xc2\x4b\xd2\xef\x97\xa3\xf8\xb2\xdc\xd1\x49\xbf\x1c\xd5\xac\xca\x12\xf6\x3e\x4b\xa9\xef\x07\xcb\x29\xcc\xdb\x30\x70\xfb\xc9\x73\xde\x9e\xc3\xd4\x46\x6a\xe6\x07\xcd\x34\x83\xcd\xe8\xf6\x42\xcf\xae\xef\x2f\x09\x51\x4f\x43\x95\xe9\x42\x14\x0f\x25\xf1\xea\x48\x7f\x29\x98\xf8\x2d\x51\x55\xa7\xc3\x05\xaf\xcd\xd4\xb3\xe0\x05\xe3\x4b\xb2\x1b\x40\xbc\xd9\x3e\x18\x82\x8c\xca\x1d\xad\xf2\x78\x23\xa8\xfd\x0d\xbe\xe6\x5b\x40\x65\x58\xfd\xb5\x64\xf5\x6f\xc8\x75\x4b\x58\xba\x21\x6f\xa4\xb0\x74\x03\x23\x74\x7e\xe9\xfb\x37\x62\x18\x2f\x76\xfc\x27\x2b\x37\xe7\xb7\x83\x94\xff\x94\xcd\xbe\xf5\xfd\x80\x37\xf1\x46\x36\xf1\x6c\xb8\x88\x6e\x4c\x03\xcf\xf4\x76\xf1\x1c\xdd\x5d\x8f\x68\xf0\xdc\x6c\x17\xd7\xe2\x18\x62\x14\x62\xc4\xdd\xb1\xa7\x81\x4d\xbe\xb7\x43\xa5\xa4\x02\xdc\x47\xb8\x19\x53\xdf\x01\x74\x69\x67\x12\x00\x8e\x18\x4f\x81\x22\xb7\x8c\xae\x6c\x22\x21\xde\xfa\x7e\xb0\xb5\x3f\x18\x5c\x63\x09\x4c\x16\xac\xa7\x9b\xd1\x4d\x04\xb4\x32\x0c\x76\x83\xf1\xd3\xe1\x17\x08\x43\x6e\x84\xdd\xc1\xd7\x80\x10\x77\x40\xb9\x3b\xcc\xe9\xe3\x56\x2a\x15\x2f\x95\xbe\xf1\x76\x90\x1e\x10\xae\x2d\xc9\x8b\x95\xcb\x65\x4e\x03\x47\xf8\xe1\xe4\xe8\xe1\xe5\xbd\x09\x2f\x69\xce\xa5\xa4\xfe\x12\xe1\x58\x8f\x21\x4d\x7d\xdf\x7e\x72\xcf\x7d\x96\x30\x79\xe2\x04\x7c\x84\xa5\xda\x71\x80\xa4\x36\xcd\x16\x86\x1b\x61\x42\x1a\xda\x2b\x64\x2b\xe1\xfa\xa4\x5d\x50\x60\x2b\xe9\x9a\x9f\x71\xdf\xfa\x8a\x50\x1b\x2f\xe6\xd3\xce\xd9\xb4\x75\x5a\x12\x7c\xf3\x3e\xfc\x98\x83\x65\xab\xe1\x42\x91\xc8\xc8\xc1\x2d\xf5\x4a\x53\x8c\x3f\x20\x7c\xbd\x23\x3f\xaf\x47\x1a\x2b\x24\xb8\xb3\xb9\xb0\x17\xdd\x7d\x04\xd3\xdb\x68\x1c\x86\x07\xec\xf9\x39\x18\x21\xba\x29\x2e\x01\x3f\x20\xf2\xc6\x9b\x9b\x5e\x5d\xe6\x59\xda\xfb\xd3\xe5\xe5\xa5\x87\x5b\x7e\x3d\x7f\x5a\x3c\xe3\xff\x79\x9d\x05\x0d\xa5\xac\x16\x15\x25\x0b\xa2\x45\x56\xd5\x6c\x98\x70\x91\x18\xe9\x2a\x3e\x94\x9b\x56\x2d\xbc\xac\x34\xae\xae\x9a\x6d\x6a\xd5\xfd\x84\xff\xef\x4b\x0f\x27\xe2\xf9\x7a\x95\x31\xca\x73\xb7\xf7\x9c\xe8\x4e\x60\x59\x59\x08\xe3\x5f\x88\xe5\x86\xc5\x06\x60\xde\x8f\x9f\xca\x0f\x5a\xdb\x6e\xb8\x0a\x96\x23\x37\x1c\x63\xbe\x3a\x17\x79\x79\x1d\x79\xfa\x42\xd5\x8f\x2e\xe9\xa2\xac\x28\xee\xf9\x51\xbc\x60\xb4\xf2\xa2\x3b\x79\x17\x1b\x79\x7f\xf9\x8b\xd7\x59\xa2\xa8\x3e\xc4\xb2\x7d\x21\x16\xe3\xf2\x9a\xaf\xf5\x46\x63\xe5\x18\x59\xfe\x50\x1e\x92\xc9\xdf\x75\x75\xae\x2b\x7d\x73\x74\x38\x47\xe8\xf9\x30\x1d\xc0\x47\xbc\x61\x6b\x80\x74\xbf\xdc\x49\xeb\xac\x0b\xe6\x0f\x81\x3f\x98\x1a\x81\x7b\xb3\x48\x0a\x42\x8a\x95\x71\x72\xf0\x0e\x8d\x86\x02\x47\x82\x86\x72\xf6\xf7\xa0\x56\xbe\x90\xc5\x3d\xae\xa1\xa7\x73\xe9\xb6\x32\x49\xb7\x1e\x67\x81\x6d\x72\xed\x38\xb8\x46\x77\x9d\x03\xd9\xa4\x65\xbb\x15\x8d\x6f\xdd\xc3\xda\x76\xb0\xeb\x2c\xc4\xfe\x0e\x4c\xe2\x66\x47\xee\x6e\xa2\x10\xdf\x46\xe1\x01\x3f\xdf\x75\xa1\x15\xcc\xde\xec\xf0\xf5\x6e\x7e\x40\xf8\xca\xfe\x8e\xf0\xdb\x13\x1e\x6c\x16\x18\xed\xa9\x3b\x13\x38\x02\x5b\x11\xb1\x1f\x11\x5e\xf9\xa8\x76\x61\xb8\xe2\xab\xd2\x43\x47\x2e\x20\xae\xba\x2f\x20\x0a\x59\xdd\xb7\x65\xcd\x68\x0a\x97\x9e\x70\x07\x71\x5c\xe5\x6d\x52\x3e\x4e\x3f\xe2\x28\x18\x8e\xf7\x42\x29\x92\x8f\x85\x8a\x96\xea\x04\x6b\x14\xb5\x4e\xe1\x1e\xe5\x02\x7c\x3a\xe5\x15\xf7\xb0\x4d\xaf\xd0\x8e\x58\x45\x4b\xee\xab\x34\xe6\x5e\xa5\x9a\x24\x7f\x58\x77\xe5\x19\xba\x2b\xdc\xf3\x7e\x61\xd0\xd3\x34\x65\x84\x36\x6a\xa8\x14\x3a\x1e\x00\xf0\xf6\x47\x28\xc6\x0b\x47\xea\x29\x1a\x52\xcf\x7d\xca\xf0\x7b\x75\xcd\xdd\xca\x62\x0b\x90\x4d\xd0\x4e\x57\xb8\x06\xcb\x40\x98\x42\x50\x41\x25\x2e\x7c\xd8\x91\xe7\x3b\x88\xda\xbb\x65\x34\x98\x5d\xed\xe6\x2e\xb5\xbb\xb8\x22\x57\x3b\x74\xaf\x35\x85\xfc\x0d\x9a\x15\x6d\x04\xb3\xcd\xf3\xe8\x6e\x53\xd6\x91\x3a\x30\xc9\xc8\xba\xfc\x11\x7f\x5d\x06\xec\xc4\xe9\x7f\x53\xd6\x07\x04\xa8\xf9\x45\xaa\x0f\x52\xad\xfc\x27\x9a\xa5\x70\xf6\x69\x91\x1e\xd0\x71\x2c\x0e\x95\x00\x21\x2c\x06\x32\x7a\xbb\x93\xcb\x11\xc3\x8e\x17\xb1\x59\x38\x17\xa7\x33\x0c\xdc\x39\x62\xa7\xe2\x61\x42\x12\xf0\xfa\x43\x08\xbf\x3f\x69\xa1\x23\x7c\x08\x4f\x31\x3e\x61\xa0\xaf\x6c\x0d\x16\x19\xcd\x53\x65\xa6\x53\x53\xf6\x2d\xe7\x60\xca\xd1\x15\xd8\xd9\x87\x6c\x4d\x49\xd9\x78\x21\x6f\x3b\xe4\x8d\x2d\xd8\x23\x37\x5f\x73\x86\x91\x15\x4b\x62\xae\x1b\xf3\xb8\x66\x6f\xca\x1d\xd5\x7c\x1f\x33\x88\x23\x14\x01\x47\xc1\x2c\x5b\x53\xbe\x17\x08\xad\xd4\x8a\x26\x57\xa2\x31\x8d\x67\x27\x82\xbc\x60\x4e\xad\x6b\x47\x80\x46\xcb\x69\xac\x2f\xe8\xcc\x0b\xd2\x78\x76\x2f\x1e\x4f\x95\xb7\x2e\xdd\xe2\xf8\x33\x71\x1f\xed\xc2\x1e\x61\x7d\xd4\xbe\x98\x92\x83\xa7\xce\x0e\xce\x58\xb6\x75\x8a\xee\x0c\xa0\xce\x69\x39\x72\x87\xa5\x69\x0c\x12\xc3\x00\xc3\xa5\xd5\x99\x7d\x69\x25\xf0\x37\x1f\x6a\xb2\x06\x24\x15\x18\xea\xb2\x54\xfb\x7a\x12\x4f\x1c\xd1\x9a\x34\x26\xce\x47\xa2\x09\x6a\xa0\x2c\xac\x50\x87\xb2\x46\x9c\x86\x26\x12\xe3\x56\x17\x34\x6d\x97\x6b\x8d\x46\x83\xbc\x1a\x84\x3e\xa4\x48\x87\x14\x32\xe3\x63\x22\xdc\xe8\xb7\xa7\x27\xf5\xde\x39\xb3\x6f\xf1\x54\x6f\x14\x2e\xad\x54\x84\x6a\x78\x75\xa9\xb1\xad\x03\x36\x12\x0b\x08\x4d\x4d\x3a\x0b\xe0\x3a\x60\x42\xd5\x35\xd1\x11\x42\xb4\x76\xd6\x2e\xd7\x28\x58\x0b\x01\xfe\x2c\x8d\x60\xaa\xfd\x9e\x8d\x6e\xc1\x17\x73\x03\x3f\x2f\x2a\x8d\x2d\xce\x46\x37\xe7\x95\xd0\x3c\x59\xda\xe8\x2e\x3f\x0b\x48\x7b\x51\x09\xcd\xcb\xe0\x9e\xc4\x48\xe3\xe6\xea\x74\x06\x47\xba\x49\x67\x96\xfb\x6a\x81\xd0\x29\x6b\x9d\x45\x55\xae\xcf\x49\xe1\xfb\x14\xdc\xc6\x0b\xce\x46\x4b\x92\x69\x0c\xde\xdf\xd2\xd1\xbb\x0f\xaf\x21\xbe\xb4\x52\x9c\x0a\x2e\x69\xea\xc4\x00\xfd\x29\xfb\x3c\x1d\x96\x91\xf0\x7f\x95\x17\x04\xb1\x75\x09\x10\xeb\xa0\xf0\x23\xb6\xa2\x85\x72\x75\x71\xd6\x31\x6c\x60\xc5\x61\x22\x92\xb8\xf1\x48\xa8\x4e\x05\x10\x71\xb4\xc1\x48\x79\x27\xc4\x00\xaa\x18\xf7\x77\x32\xf6\x91\x30\xb7\x15\x3c\xb2\x5c\x00\x7e\x0e\x5f\xc9\x5d\x41\x17\x20\xe4\x9e\x19\x4a\xcc\xb0\x07\x14\xdf\xd3\xd7\x64\x07\xe5\x9e\x1a\xdb\x8a\x90\x76\x9d\xce\xbe\xc1\xab\x8d\xd1\xc1\xd1\xcb\x18\xce\x79\x44\xea\x9b\xb4\xf6\x06\x3a\x4a\x40\x2f\xff\x4f\x7c\xab\x7f\xff\x4b\xed\x15\x54\xd2\xbc\xd8\x2e\x0c\x23\x38\xb4\x77\x28\x73\x9f\xff\x69\x6b\x1f\x39\x60\xe9\x82\x03\x4d\x64\xc8\xb8\x23\x4a\xfd\x09\x03\xa7\x5b\x71\xce\xf9\xa1\x4c\x29\x12\x80\x0d\x6c\x54\x94\x29\xfd\x70\xbb\xa1\x5c\x42\x36\xa2\xb7\x5e\xca\xce\x1d\xa5\x81\x6e\xd1\xc6\x9b\x41\x83\xcf\x89\x75\x2f\xe3\x4c\x4b\x0a\x51\x8b\x3b\x28\x1a\xef\x39\x53\xc0\x99\x8a\x44\x60\x70\x50\x8b\x6e\xfb\x38\x5a\xa4\xb6\x33\x22\x9b\xb2\xa8\x9a\x04\x15\x21\xd9\x31\x3e\x63\xb7\x0d\x11\x52\xb5\x5c\xe4\x85\x58\x22\xac\x4f\x1b\xa7\x2c\xe1\x8d\x8f\x70\x0d\x91\x20\x64\xe0\x00\x40\x88\xb0\x9e\x0b\x34\x89\x39\x99\x7d\x5d\xa4\x41\x02\x63\x89\x13\xa9\x93\x47\x38\x96\x71\xa5\x2b\x16\xd4\xe2\x5b\xad\xbe\x4d\x24\x78\x22\xdc\x2f\xe9\xcb\x1e\x2e\x81\xc7\xa3\x94\xb2\x38\x59\x05\x06\x7e\x51\x58\xb8\xe6\x1d\x56\xad\xf9\x6c\x0b\x97\x22\x5a\xf9\x0e\xb1\x1f\x86\x19\xce\x86\x2a\xfe\x03\x5e\x08\x76\x58\xe1\x6a\xb8\x90\xd7\x16\xe7\xa4\x6c\x22\xe1\xe8\xa9\x04\xa6\xc2\xc7\xc5\x50\xbb\xa1\xf5\xcf\x11\x52\xf1\x29\x1f\xba\xee\x14\x80\x5a\x4b\x5e\x40\x8d\xc5\x28\xc5\xa2\xd6\x6e\xd5\xde\xa2\xec\x55\x83\x4e\x08\x80\x62\x65\x3c\x92\x4f\xc8\xf6\x3e\xe0\xde\xf9\x41\x0d\xd3\xd7\xa1\x9d\x77\xcb\x27\xe4\xc1\x87\xe7\xef\x92\xff\x50\x87\x69\xee\xaf\xbb\x3f\x00\xb0\x1a\x17\x36\x94\x2d\xae\xc8\x0b\xcb\x56\x57\x9c\x29\xda\x92\x18\x78\x38\x63\x21\x64\xda\x4b\xb0\x12\x88\x59\xe0\xe3\xbb\xca\x52\xfa\xb6\x10\x56\x3e\xbe\x1f\x54\x16\xb0\xc7\x7e\x5f\x8d\x34\x88\x12\xe7\x2d\x32\x31\x67\x59\xe2\x57\x50\x61\x8a\x74\x2c\x11\x25\x5b\x50\x7e\xc4\x36\xc5\xa8\x3d\xbc\xd2\x28\x21\x12\x24\x16\x0e\x60\x78\x38\xc6\x97\xdb\xd1\x87\x2a\x4e\xae\x5e\xd1\xdc\xda\x45\x33\xa7\x5c\x71\xbf\x29\x9d\x68\xe3\xba\xce\x96\x45\xd0\xe5\x52\x4b\xd1\xa4\xe4\xe5\x92\x0c\x5b\xa7\x33\xdf\x0f\x4a\xfe\x6f\x57\x23\x38\x7b\x43\x98\x92\xf2\x60\x99\xe6\x54\xed\x08\x82\x0f\x33\xc5\x49\x46\x19\x67\x4f\x00\xf3\x99\x48\x2c\x26\x0c\x2f\x5f\xee\xc4\x5b\xb9\x08\x4f\x1b\xe4\xe8\x73\x2f\xde\x54\xe5\x2e\x4b\x3b\x7d\xbc\xae\x76\x20\xca\xc0\x51\x5d\x1d\x8f\x67\x15\xee\x02\x15\xcf\xdc\x40\xf1\xbb\x20\xc3\x14\x57\x20\xc5\xe8\xd5\xb3\xdf\x3f\x09\x43\xb8\xf7\xfe\xb0\x9b\x1b\x74\xd4\x8f\x3b\x17\x80\x48\xa0\xc9\x07\x6f\x76\x32\x34\x48\x6b\x9a\x2a\x52\xb4\x2f\x56\x34\xb0\x9b\x89\x26\x79\x1e\x8a\xe3\x7b\x2b\xb5\xb8\x96\xae\x84\x1f\xf7\xcb\x5d\x0b\xc4\xf9\xeb\x87\x9b\xaa\x0b\x4f\x0b\xfa\x58\xcf\x0a\x46\xd8\x7e\x5f\x72\xa6\xae\x4d\xb7\x70\xc1\xf7\xc7\x52\xb2\x77\xfd\xda\x8a\xcf\x90\xb9\xf1\x19\x6c\x77\x8b\x3b\xbb\xa4\x88\xe1\x46\x21\x51\x71\x70\x5c\xe3\x7f\xe8\x1e\xf2\xd7\x3b\x40\x6d\x99\x16\xe0\x7e\x6d\x8f\x69\x64\xa0\x79\x00\xdd\xa6\x18\x6d\xe2\x82\xe6\x7c\x10\x05\xce\x01\x2f\xe9\xf5\xa7\xfa\xbb\x77\xb9\xeb\xfc\xb6\x93\x1f\xa1\x29\x8f\x76\xd6\x11\xcd\x23\xa6\x84\xe3\xca\x13\x21\xb9\x6a\xf8\x31\xbb\x11\x5f\x2b\xe3\x74\x56\x6e\x40\xaf\xfa\x6a\x17\x30\xdc\x0f\x85\x41\x82\x1e\x5e\xa4\x70\xbb\xf8\xa0\x5b\xe9\xc6\xda\x2e\xa1\x99\x94\x95\x9b\x51\x7d\x5b\x24\x81\xd5\xd8\x93\x1d\xe3\x39\x20\x00\xa3\x55\xd3\x63\x4a\xe8\xeb\x12\x26\x4d\x0f\x21\x91\xf7\xf1\xbe\x41\xdd\x4a\x5d\x28\xcd\x43\xb8\x54\xda\x50\xf9\xc3\xe8\x11\x8f\x51\xf2\xef\x77\x9f\xb2\xa7\xcb\xd8\x19\xf5\x09\x73\x66\x4b\x09\xe9\x7a\x0e\x66\x73\x33\x2b\x6a\xf6\x24\x5a\x53\x3f\xc4\x6e\xe6\xc6\x0c\x38\x95\x34\xa6\x5a\xd5\x63\x4f\x96\xae\xca\xa5\x15\x55\xdb\x18\xb7\x4a\x41\x0d\x8a\x91\x66\x8d\x41\x9b\x12\xf4\x97\x89\x8b\xca\xa4\xd7\xd3\x44\x62\x11\xaf\x3a\xbc\xc5\xee\x5d\x55\x25\x99\xcd\xb1\x74\xe5\x9a\xcd\x71\xc2\xff\xe4\x9c\x86\x32\x43\x39\xb9\xa6\x9c\xbc\x45\x39\x5b\x8d\xe2\xb6\xb0\x57\xa5\x62\x31\x5b\x84\x57\x0a\x41\x69\x71\x1e\x4e\x83\x15\xd9\x2a\x38\x00\x9c\x08\x83\x80\x15\x42\x51\xb0\x22\x16\xd1\xce\x16\x73\xd4\xe5\x87\x85\x4b\x95\x03\x07\x2b\x3e\x74\xd3\x38\xaa\x91\x7a\xa7\x08\xf1\x12\xdd\xe5\x23\x1a\x5c\x1a\x42\xcc\x8d\x56\x5e\xb0\x9d\xcc\xe1\x26\x65\x63\xf1\xc6\x1d\xcb\xb1\x36\xf2\x7d\x4a\x42\xbc\x21\xc9\x24\x3d\xdf\x28\x19\x3f\x55\x32\xfe\x9a\x6c\x66\xe9\x7c\xb2\xbe\x67\x15\xad\xd5\x2a\x5a\x9b\x55\xa4\x2d\x91\x76\x78\x79\x74\x11\x2f\xe5\x54\xec\xc8\xb2\x35\x15\xb7\x64\x27\x17\xf1\xad\x1e\xbc\xdb\xb6\x83\xdf\x25\xba\x5b\xba\xc3\xb3\x6c\x18\xbf\x1f\x97\xa1\x8f\x2c\xb0\xc6\x52\xb0\xee\xfe\x4f\x48\x21\xcd\x20\x10\x5c\x9a\x0f\xda\x88\xd3\x4c\xed\x62\x26\x1c\x63\xe1\xfb\x70\x7d\x5a\x88\xa6\x58\x85\x04\xfa\xf6\xb5\xd0\x8d\x72\x3e\x1f\x84\xfa\x1b\xbf\x7a\xa4\x7f\xaa\xad\xf9\x06\x76\xd2\x30\x94\x55\xaa\xef\xb4\x5c\x4b\x72\x77\xfd\x99\x3c\xcf\xa1\x38\x15\x51\xc7\x59\xdf\x5d\x8c\x92\x27\x78\xc8\x45\x57\x93\x4e\x1e\x7a\xb5\x25\xa7\xda\xf7\xa9\x5e\xb2\x15\xf8\x24\x5a\x81\x7b\x1e\x74\xdb\x25\x3b\x46\x4d\xbf\x5e\xbd\x7d\x63\x99\x63\xcb\x37\xdd\x0a\xdb\xb0\x6f\xaf\x7e\x05\x6c\x06\x01\x01\xd4\xa8\x4a\xda\x7b\xec\xf5\xaa\xb1\x20\xe7\xdc\x42\x2f\xc1\xba\xa7\x7f\x0d\x59\xb9\xf1\xa2\xce\x2f\x82\x82\x3c\x53\x24\x58\xc0\xcc\x4c\x71\x22\xab\x4c\x36\x27\x5e\xe8\x4d\x8c\xb2\xd6\x10\x87\x54\xa3\xa8\xb3\xe1\x84\x8f\x75\x4d\x2b\xf6\x02\x6e\xd1\x03\x55\xbc\xa6\xae\x29\x1d\x81\x91\x09\xdc\x93\x46\x42\xee\xb7\xf1\x3e\xa1\x2d\x26\x85\x65\xd2\xdc\x24\x83\x47\x44\x15\xe3\x65\x1a\x7d\x13\x21\x66\xe0\x01\x4c\xaf\xe8\x13\x48\x33\x41\x05\xf9\x71\x17\x14\x68\x52\x70\xd2\xa2\x37\xec\x7d\x76\x99\x67\xc5\xd2\x72\x03\xe0\x45\x39\x3d\x84\x9c\x10\x97\x54\x50\x52\x29\xec\xa4\xcb\xa6\x9d\xb4\xa8\x49\x57\xe1\x16\xa9\xf6\xdd\x76\xac\x29\xb3\xe8\x2c\x7a\xb3\x96\xfd\x71\x14\x00\x95\x5d\xce\x90\x9e\xb1\x69\x18\xd9\xd1\x50\xd4\xbc\xe8\xfa\x8f\x85\x5f\x96\x16\x8c\xcd\xbc\x42\x45\x0a\x2d\xba\x27\x78\x33\xd2\xf7\x91\x81\xed\x7a\xfb\x98\x52\xa4\x4d\xe5\xf0\xde\xc6\xf2\xea\x9c\xf5\x29\x39\xd1\x89\x4b\x95\xc4\x08\x41\x36\x7b\xeb\x1f\x73\xd2\x68\x5d\x6a\xcb\x0c\x16\x38\xfd\xa3\xaf\xb4\x5b\xee\x34\x66\x9b\x95\x64\x51\xd8\x32\x29\x73\x65\x52\xa6\xa3\xdf\x49\x59\xb9\xc3\x0b\xa5\xdd\x8f\xce\xf6\x3e\x50\xa0\x3e\xd1\x5e\x2e\x16\x94\xf7\x0b\xd0\x1d\xca\xa1\x1f\x77\xb6\xb0\x6c\x2d\x43\x03\x12\x62\xd6\x08\x74\xf7\xb7\x4e\xd3\x98\xd7\xbb\x03\xc2\xef\x1e\x85\x86\xa2\x37\x70\x0b\x06\x85\xc9\xdb\x6f\x78\xd6\x2a\x28\xd4\x85\x80\x92\x94\x6b\xce\x66\xee\x89\x01\x0b\x1e\x1e\x6a\xdc\x6a\x56\x6d\x13\x56\x56\x44\x84\x07\x56\x8f\x72\x60\xe9\x6f\x76\x7c\xd8\x53\xe0\x36\xfd\xf1\xbd\x22\x0e\x45\x77\x0a\x18\xe4\x66\x81\x26\xef\x76\xa3\x4d\x55\xb2\x92\xdd\x6e\x74\xd8\x71\xa0\x09\xbe\xa1\x3b\x1f\x01\xd8\x45\x6d\xfd\xce\x97\x75\xbc\x79\xc3\x39\xaa\xd2\x56\x09\x9e\xe8\xa6\x11\x48\x5c\x59\x4a\x89\x5b\x63\x91\xc2\xcb\xe1\xd8\x4d\x0e\xe0\x2e\xa4\x1f\xc2\x14\xbd\xd8\x91\x71\x78\xf6\x14\xff\xbc\x23\x21\xfe\xcf\x8e\xfc\x56\x1a\x31\x4a\x08\x34\xf7\x87\xa3\xe2\x27\x81\xef\x8e\x89\x44\x47\x95\x90\x0f\x46\xdb\x6b\x29\x06\x52\xf2\xf3\x6e\x30\x50\x4a\xe6\x0a\x76\x9c\x7e\x9f\xa9\xdf\x3a\xc8\x1f\xad\xb2\x38\xcf\x3e\x52\xc0\x0c\xd7\x4f\xfb\xbd\x23\x92\x36\x02\xb0\x7c\x58\x65\x75\xaf\x28\x53\xda\xe3\x63\xd5\x4b\x4b\x5a\x17\x7f\x61\x3d\x41\xf9\xbd\xb8\x67\x15\xa4\xc3\x7e\x7b\xdd\xc7\xd4\x38\x6d\x1b\xea\xb8\x38\x77\x8a\x31\xca\x86\x1f\xc1\x24\x7f\x19\xf3\x16\xc4\x69\xda\xdb\xd0\x6a\x08\x6d\xdb\x54\xe5\xa6\xee\xb1\xd2\xb4\xb4\xd6\x08\x3f\xc6\x35\x5c\xa3\x44\x52\x50\x01\x7e\xb3\x1b\xad\x81\x55\x50\x84\x4c\x90\x6e\xe3\x2b\x63\x05\x34\xb7\x70\x04\x40\x59\x36\x63\xb8\x9a\x5b\x9c\xe4\xbb\xdd\x28\xc9\xcb\x9a\xa6\x2f\x6e\xe1\xb4\xfa\xdd\x2e\xb8\xb3\x46\xa6\x1b\xf6\xc5\x70\x41\x2e\x43\x7f\xb7\x1b\x95\x1b\x5a\xfc\xce\x22\x96\x55\xb9\xdd\xfc\x8e\xfc\x89\x08\xfe\xf9\x6d\x5c\xaf\x74\x29\x72\x36\xa2\x7e\x28\xd2\xe4\x65\x79\xf5\x7c\x45\xe3\xf4\x68\x0a\x65\xac\xd5\xf5\x1d\x56\xd9\x3f\x77\x9d\x48\x8c\xdf\xdc\x73\x8e\x10\x82\x56\x6b\xe5\x3c\xe9\x5c\x39\x4f\xec\x95\xf3\x64\x1e\x85\xad\x85\x53\x80\x38\x2b\xd7\x0d\xa7\x20\x75\x10\xc9\xb4\xf1\xcd\x22\x8f\x97\x75\x23\x90\x9c\x24\x67\x9e\xe3\xbe\xd8\xdb\x50\xea\x8c\x8e\xb2\x74\x6e\x00\x95\xea\x0f\x3c\x63\xa7\xd9\x46\x30\xf6\x4d\xb5\xe8\x22\xb4\x32\xbd\xbf\xca\x36\x1b\x9a\x1e\xcb\x78\x76\x34\x23\xac\x9a\x63\xd9\x9e\x1e\xcd\xf6\xbc\x28\x8b\xdb\x75\xd9\x11\x82\x56\x66\xfd\xf2\x68\xd6\x23\x61\x7f\x5b\x78\x56\xd4\x88\x42\x30\x15\x84\x9a\x3b\x56\xcb\xf2\x82\x0f\x62\xa0\x68\x5b\x2d\xc9\x7e\x1f\xcc\x1a\xd5\x31\x8b\xa2\x8b\xe1\xd8\x05\x73\x49\x09\xa1\x96\xf1\x9c\xe0\x58\x5d\xc6\x73\xfa\x64\xcc\x27\x8b\x17\x0a\x3f\x94\x6d\x5b\x07\x9d\x46\xff\xdc\xe1\x8a\x08\xaf\xab\xe9\x38\x0a\xd1\x9e\x4b\x5b\x62\x7e\xa6\x67\xf2\x99\xf2\x61\x9f\x3e\x85\x27\x71\x95\xc2\xa0\x97\xd3\x2f\xa3\x10\x71\x61\x49\xd8\xea\xc1\xbb\xfd\xde\xf3\xe0\x16\x20\x4b\x71\x25\x3d\x66\xa1\x11\x52\xfc\x11\xe8\xe5\xea\x5d\x0b\xb5\xbc\xec\x44\x2d\x2f\xcd\x79\xe4\x79\x55\xc5\xb7\xa3\xac\x86\x7f\x83\x1a\xed\xf7\x41\x4d\xea\x20\x43\x08\xd7\x30\x07\x7c\x6b\x79\x10\xd7\xad\x59\x59\x71\xb6\xef\x70\xde\x5e\x59\xf4\x62\xc3\x7a\x3d\x34\x29\x66\x50\x62\x96\xce\x49\x3d\x1b\xcf\x0f\x16\x32\x7e\xec\x22\xe3\xc7\x8e\x56\x33\xb3\x5c\x47\x58\xb2\x3a\xbe\x5d\x74\xcc\x8a\xd6\x28\x15\xbd\xac\xe8\x51\x07\xe4\xa9\xf8\x1d\x22\x27\x9b\x95\x73\x42\x67\xc5\xfc\xa1\xaa\xd9\x2e\x2b\x04\xb8\x3f\x70\xe8\x58\x22\xf9\x9f\x07\xc5\x54\x01\x3e\x45\x21\x9a\x54\x4a\xf7\x95\x11\x36\xab\xce\xc3\x29\x05\x0a\x89\x8a\x59\x35\x87\xdb\x6e\x7d\x21\x97\xd9\xa2\xec\x37\x3b\x80\x21\x03\xaa\xfa\x66\x17\x78\x1e\xee\xe2\xaf\x21\xfe\x52\xf0\xdf\x6f\x77\xf8\x1f\x0f\x8a\x37\x22\x85\x1a\xbe\xa1\x12\x13\x06\xb3\x20\xe1\xa4\x30\x71\x2c\x0b\x81\x09\xcf\x66\x05\x9f\xf2\x3e\x29\x8e\x90\xd0\x0f\x5a\x8c\xc8\xd2\x5a\xc5\x0a\x49\xca\xaa\xa2\xf5\xa6\x2c\x52\xbe\x7f\xc7\x9c\x42\x7b\xca\xb0\xb6\xee\x5d\xaf\x68\xd1\x83\x3e\x40\x64\x37\x41\x64\x10\x4c\xa4\x8b\x25\xd3\x1b\x46\x8b\x2e\x6b\x60\x63\x0c\x32\x9b\x77\x84\xc1\x93\x21\x3f\xc4\xf2\x28\x90\x74\xf7\x2c\xc0\xa7\xb3\x9a\x65\x73\x6b\x57\xc9\xe6\x13\x7b\x49\xea\xd1\x79\xe0\xaa\xc4\x89\x5a\x97\x38\x17\xb6\x43\xdb\x86\xfb\xdc\x56\x66\xaf\xc9\xb6\x95\x7d\x41\x6a\x99\x79\x45\x16\x41\x82\x26\x2b\xdf\x0f\xf2\xfd\x3e\xc8\x1b\x77\xb2\x77\x07\x88\x16\xc6\xb9\x05\xc2\xf9\x6c\xa5\x16\xe3\x6a\x36\x9e\xdb\x61\xc3\xb6\x6e\x54\xb0\xad\xd0\x40\x09\x15\x70\x3e\x95\xc4\x94\x00\x05\x42\xe0\xb2\x2c\xc5\x89\xe4\xf8\x51\x62\x17\x14\xbb\x05\x39\xa8\xf3\x6d\xab\xe4\x9f\x76\x76\xac\x43\xfc\x2f\xe7\x71\xe2\x98\xf1\xd0\x19\x1d\x7d\x7d\x93\xe4\xdb\x94\xbe\xd8\x2e\x16\xb4\xaa\xc9\x78\x4e\x3c\xf7\x95\x87\x79\xb2\xef\x0a\x78\xa7\x37\x2e\x72\x36\x27\x5e\xf3\xa5\x4c\x0a\xa0\x86\x6f\xb8\x98\x52\x93\xa7\x3c\x99\xf5\xc2\x4e\xf2\x16\xdc\xed\x6e\x6b\xf2\xa5\x4e\xa4\x5e\x79\x87\xe0\xdb\xdd\x7e\x1f\x7c\xbb\x23\x77\xea\x6a\xec\xcf\x0f\x30\x03\xce\x16\x41\xd7\xfa\x52\x82\x08\xb8\x42\x55\xb4\xd0\xa8\x87\x6a\x2d\x28\x91\x44\x90\xac\x56\xba\x0b\xb9\x85\x53\x52\xe9\xfb\xa5\xd6\xf6\x59\x1f\xbb\x78\xa5\xb8\x64\x4f\x38\xed\x95\x86\xf6\x12\x7d\xb9\x9e\xb4\x68\x2f\x27\xb5\x0a\x6b\x84\xcf\x10\xde\x92\x7c\x16\xce\xf1\x82\xe4\xb3\xf1\x7c\x62\x09\x3b\xad\xf8\xdd\xdb\xe9\x36\xda\x02\xf5\x2d\x14\xc1\xac\xd0\x5d\x32\xa2\xc1\xca\x10\x4c\x22\xcf\xe6\x1d\x8b\x5a\x61\xdd\x9e\xb4\xe5\xd4\xcc\x55\x8a\x9e\x48\x9a\x40\xf4\xa9\xf4\x98\xd4\xc1\x7c\xe9\x88\x55\xd4\x42\xd0\x95\x27\x73\x5c\xf0\x43\xa8\xd1\xfd\xa9\x69\x78\xa4\xf6\xcf\x2e\x17\x02\xf0\xf3\xff\x1f\x10\x0f\x7b\x08\x17\x03\x92\xdd\xab\xb4\xb3\x45\x18\x38\x9d\x82\xcc\x10\x7c\xf6\xcb\xcf\x9f\x89\x48\x1b\xee\x17\xe4\xfb\x7d\xf3\x46\x0a\x7b\xd3\xbf\xbd\x7f\xfb\xc3\x48\x48\x5b\xd9\xe2\xb6\x99\x25\x6a\x3c\x0f\x02\xb5\x01\x4d\xbd\xc0\x1b\x14\x03\x0f\x79\x91\xe7\xa1\xa8\x30\x36\xc2\x10\x7e\xfd\xe8\x0c\x7c\xe2\x59\x36\xb4\x81\xcd\xcb\xa5\xbe\x70\x84\x43\xab\xa5\x85\x10\xb5\x3f\x3f\xee\xa3\xf2\xa9\x16\x3d\x21\x2e\xc8\x4f\x3b\x11\x45\x75\x95\xd5\xca\x72\x4f\x35\x41\xec\x0a\xe5\xd2\x3a\x08\x56\xa3\x75\xb9\xa3\x1f\x00\x50\x9b\xf3\x31\x11\x6d\x15\xa2\x46\x8d\x7e\xe5\x84\x65\xc7\x65\x97\xe5\x1c\x33\xd1\x06\xbe\x28\x7a\x8d\x43\x1c\x62\x69\x92\xa2\xa1\x27\xea\x32\x3f\x61\xa1\xf9\x7b\xfa\xfc\xef\x5d\x70\xa2\xdb\x54\xc4\x98\x53\x5d\xb6\x3b\x59\x20\x5c\x34\x5b\xf8\x5d\xd1\x05\xf3\xf5\x07\x35\xf3\x5f\xf7\x34\x33\xd4\xcd\xfc\xd7\xb1\x66\x66\x8c\x56\x47\xae\xc7\x1d\xe0\x87\x82\x51\x81\xfb\x00\x16\x68\x00\xb5\x04\xe1\x76\x32\x62\x9d\xfe\xc3\xa8\xc2\x25\xe1\xcb\xdc\x0d\xa8\x66\x71\xe6\xa8\xc4\x0a\x7f\x07\xe8\x36\x08\xe8\x68\x5d\xa6\x74\xbf\x0f\xd1\xfe\xdb\x5d\x6b\x9b\x42\x13\x6d\xbe\xd4\x07\x78\xcf\x5a\x9a\x46\xc7\xbe\x5f\x83\x69\x34\x84\x4d\x56\x2b\x5c\xe7\xdb\xef\x21\xae\x31\x0b\x6a\x84\x84\x10\x6f\xdd\x62\x04\x08\xf1\xa3\x7c\x56\x6c\xe9\x24\x21\xfd\x50\x5c\x06\x24\xbe\x5f\xf8\x7e\xbf\x5d\x96\xef\x17\x41\x8d\x70\xbf\xb6\x95\x9f\x01\x12\x71\x19\xfb\x0a\x9a\x24\x50\x46\x66\xa2\x48\x73\xc5\x79\xcf\x51\x98\xaa\xa3\xc5\xd4\xec\x13\xd3\xe6\xf9\x38\x52\x58\x93\x9a\x39\x01\x4b\xb7\xd8\x00\x7f\xfe\x07\xaf\xa3\x7d\x24\x15\x6c\x68\x36\x37\x1a\x24\x90\x7d\xf4\xfc\xf2\x13\x81\xf5\x9e\x0a\x09\x67\x36\xb0\x0f\xff\x33\x36\x9f\x1b\x54\x68\x5d\xeb\x65\x9c\xc7\x45\x72\xcc\x3d\x44\x1c\x51\xbb\x22\x2b\x3f\x32\x78\x46\xcf\xd9\x75\x64\x21\xe7\xe4\x4b\x18\xa7\x28\x5f\x06\x52\xc2\x77\x85\x84\x86\x88\x80\x43\xdc\x55\x8c\x7a\x2d\x9f\xcc\xb5\xb0\x0c\x0f\xe1\xca\x69\x30\xf8\x52\x5c\x11\x47\x4e\x31\xe8\xe8\x20\x42\xcb\x5f\xd1\x0f\x15\xb5\xb5\x86\x6e\x14\x24\x51\x8a\x6e\x2d\x7c\x3b\xd8\x5e\x6c\x97\xdb\x2c\xef\x54\x04\x76\x1c\x9f\xd4\xd6\x4c\x47\x97\x20\xe9\xc1\xaa\xe4\x67\x80\xf7\x94\xe1\x0c\xe0\x6c\x6e\x84\x0c\x28\xa3\x1c\x96\x66\x51\x66\xd3\x17\xbb\x28\x83\x00\x8f\x15\xdd\xd6\x34\xc5\x35\xb1\xfc\x01\x66\xf3\x28\x06\x73\xe6\x75\x56\xbc\xa3\x1b\x1a\xb3\x0f\xbc\xdf\xb9\x49\x93\x4c\x2b\x21\xdb\xab\x85\x9d\xe0\x2d\x71\x8f\xd2\x05\x02\x21\xf9\xef\xbb\xa0\xc0\x6a\xb4\x51\x54\xe0\x05\x91\x59\xf1\x8a\x84\x38\x25\xa1\x51\xf9\x6f\xa4\xf5\xb5\x13\x76\x3a\x21\x5c\x42\xc2\x6f\xc8\x56\x28\xaf\xf1\x35\xd9\x8e\x68\x91\xe2\x1b\xfe\x26\xfb\x48\xf1\x73\x92\x4e\x6e\xce\x43\xb1\x22\xb7\x32\x38\x25\x1e\x8e\x09\xb9\x11\xc3\x74\x45\xea\x59\xa2\x71\x7c\x0a\x41\xe1\x57\x08\x43\x77\x64\xf8\xbd\x37\x43\x0a\xf0\xbe\xc3\x27\x3c\x9b\xa5\xdb\x0c\x56\x24\x01\x91\x69\xf8\xb4\xf9\x25\xe5\x5f\xba\xcf\x73\x4e\xf0\x78\xfe\xb3\x4a\x7b\x00\x02\xd4\xd3\x7e\xd2\x37\x32\x58\xc4\x5b\xfc\x01\xbf\x27\x8b\x59\x32\xc7\xbf\x92\x37\x43\xd0\x4a\x5c\x0f\xdf\x9c\x93\xd2\xf7\x83\x0f\xe4\x36\xd8\x72\x2a\x1e\x32\x1c\x73\x66\xa6\x86\xe5\x23\x6c\xc0\x3f\x65\x05\x1b\x7f\x2e\x06\xfc\x03\x8c\xc6\xf0\x03\xa8\x5b\x10\x7e\x49\x44\x3e\xf1\x1a\x7f\x4d\x3e\x6a\x3b\x71\xfe\xfe\xe2\xe5\x04\x7d\x4d\x2e\x79\x2e\x18\xd5\x8f\xf8\x6b\x34\x79\x0b\x85\xfe\x75\x17\x7c\xc4\xd7\x43\xf5\xa5\x42\xf8\x57\x22\x1f\x86\xd4\x58\x8f\xfc\x20\x2b\xb8\x99\xa8\x31\xd7\x87\xe0\xd7\xfc\x2c\xf9\x8a\xff\xf9\x91\x24\x17\x24\x9f\x26\xd1\x70\x8c\x7f\x23\x21\x7e\x47\xae\x65\xfd\x3f\x4c\xd0\x8f\x17\x24\xf4\xfd\x2d\xe8\xa3\x7e\xe4\x3f\x78\x4b\x2f\x48\x38\x0d\x60\x86\xcf\xc9\xbb\x21\x1f\x83\x5d\xf0\x1a\xbf\xc2\x6f\xf0\x6f\x58\x4c\xfc\x3b\xfc\x23\x7e\x8e\xf0\x6f\xe4\xb5\x5a\xb6\xef\x04\x49\x20\xac\x5a\x82\xa2\x4d\xf0\x06\xff\x80\x79\xc6\x1f\x61\xf6\x44\x5d\xbf\x71\xde\xf3\xdb\xf9\x6b\x0d\xa3\x61\xca\x7e\xa3\xca\x7d\x3d\xaa\xe8\x8e\x56\x35\x0d\x10\x7e\x65\xfd\xfe\xf1\x62\x38\x86\x12\x04\x51\xbd\x20\xeb\xe0\x3d\x1f\xb2\x7c\x19\xbc\x87\x8a\x42\xfc\xda\x70\x95\xeb\xe1\x1b\xfc\x02\xbf\x90\x57\xcb\x6f\x89\x4a\xc4\xdf\x3f\x1f\x5e\xa3\x83\x24\xc3\xb7\x08\x4b\x0a\xfc\x15\x19\x93\xd6\x75\xd7\xa2\x77\x63\xf7\xe1\x98\x84\x7c\x37\xd5\x00\xab\xb0\x3f\x42\x2f\x83\x8c\xb0\x59\x3d\x47\x59\x51\x33\xce\xa0\xcb\x45\xef\xcf\x3b\xb9\x5f\xf9\x7e\x26\xce\x54\x84\xf2\x9f\xf2\xc4\x44\x74\xa8\x8b\x6c\x12\x94\x24\xd3\x67\x06\xad\xd0\x86\x00\x4e\x31\x80\x6d\x0f\x54\xb6\x41\xa9\x85\xf2\xa5\x76\x9c\x88\xd1\xc1\xf4\x63\xa7\x57\x74\x09\xc1\x23\x2d\x78\xee\x9c\x93\xc7\x96\x6f\x4c\x1a\x31\x36\x9b\xa0\x5c\x8c\x05\x1d\x6d\xca\x4d\x80\xf8\x84\xc2\x33\x13\xcf\x83\x62\x58\xa2\x89\xdc\xa2\x96\x81\x64\x24\x80\xff\x8d\xb7\x38\x1e\x96\x38\x19\xc6\xe0\x16\x29\xc2\xcd\x0d\x0b\x6b\x4c\x97\xcd\xa8\xdb\xad\x7d\xe9\x69\xe7\xbe\xf4\xd4\xde\x97\x9e\x72\xf1\xab\x6c\x67\x7d\x66\xa5\x79\xa6\x36\x6c\x3e\x23\x2b\xe5\x45\x32\x73\xaf\x10\xf0\x6a\x3e\x29\x49\x39\x9d\xc5\x73\xc5\x10\x4a\x14\xcd\xe2\x39\x67\x42\xd9\xc5\xd9\x33\xa5\xab\x9c\xd9\xb3\x80\x33\x99\xab\x76\x72\xd5\x73\x5b\xa1\xf0\x67\x13\xdd\xb7\xb4\xfa\x7f\x6b\x9b\xec\x6e\x47\x8b\xb2\xba\x02\x43\xfd\x10\x67\x24\x94\xd4\x04\xbe\x34\x7c\x18\xc9\x1d\x70\xab\x10\xc3\xb2\xe7\xff\x5e\x65\x9b\x28\x3c\x4c\x68\xa4\x26\x70\x41\xc0\xcd\x7b\x28\x9d\xbf\x2f\x16\x3a\xca\x60\x01\x0b\x19\xac\x05\x61\x6d\x33\xdf\x5f\x5d\x90\x10\x25\xf0\x9e\x54\x38\x11\xdc\x84\x64\xfc\xd7\x55\xb6\x21\x31\x8e\x07\xe4\x29\xae\xf8\x9f\x42\x71\x13\xcd\x69\x52\x59\x13\x20\x2d\xad\xce\xc3\xfd\x3e\x3d\x5f\xec\xf7\x85\x28\xe5\xbc\x46\x10\xb8\x4d\xc4\xdb\x20\xbc\x4a\xce\x72\x9e\x46\x21\x5e\x13\x99\x66\x22\x4c\x95\x64\xc1\xa2\xbd\xa9\xd8\x30\x44\x63\xcf\x43\x78\x18\x3e\xe9\xcb\xd6\x8b\x32\x7b\x74\xb2\x19\x90\xa7\x32\xf0\xa1\x28\xd9\xf7\x03\xfe\x8e\x17\x23\xca\x3b\x64\x64\xcd\x9b\xbe\xe2\x9d\xd8\xa8\x83\x7a\xc0\x78\x43\x2b\x42\xf8\x41\x34\x38\xd1\x75\x88\x6e\xcf\x19\xdf\xd3\x69\x22\x09\xc7\x4c\xda\xa5\x98\x4a\x75\xf1\x06\x5b\x61\xa6\xb7\xc2\x52\x6e\x85\xb1\xdc\x0a\x27\xf6\x06\x18\x03\x2f\xa8\xce\x73\x45\x49\x05\x04\xf0\xbe\x78\x8a\xec\xad\x95\x8f\x6b\x10\x0f\x9f\x22\xc9\x96\x93\x09\x2a\x88\xaa\x75\xc2\x66\xc3\x61\x31\x27\x35\x96\x3f\xca\x21\x55\x3f\x33\xf3\xb3\x82\xf1\xe1\x3b\x67\x3c\x5d\x91\x2a\xe2\x3b\x65\xec\xfb\x41\x4a\x2a\x63\x4a\x07\x7b\xdd\x1b\xbe\xe8\xaf\xf9\xa2\x07\xa1\x5b\x54\x19\x4e\xd0\x26\x90\x57\xd3\xfb\x7d\x88\x95\x44\xf3\x5e\xbd\x78\x83\xaf\xf1\x70\x2c\xb4\x11\x37\x96\x57\x18\x35\x81\xed\x1d\xe7\xaf\x37\xea\xcc\x7e\x3d\x0b\xe7\x83\x37\x26\x84\xa5\x7b\xac\xfe\xf3\x2e\x58\xcc\xc0\xac\xf9\xbb\x57\x73\xfc\xc6\x62\xf5\xd7\xd6\xef\x1b\x74\x08\x6c\xb7\x99\x3f\xef\x46\x74\xbd\x61\xe2\x26\xf2\xcf\x3b\x2d\xce\xcd\xe6\xfc\xff\x42\xd1\xca\xbf\x9f\x50\x76\xb5\x75\xc8\xa2\xbb\x06\x1c\x3d\xa5\x37\xa4\xe8\xd2\xf7\x64\xc7\xee\xb8\x7a\x56\x39\x33\x53\xca\xf0\xe9\xdc\xf5\xfc\x7d\x64\xf6\x27\x26\x3b\x28\x8f\x1f\x95\xf9\xcc\xaa\x1b\x80\x32\x1f\x95\x7b\x3c\xb7\xc1\x2c\x4e\x66\x86\x0c\x3a\x35\xa7\xfe\x63\x06\xa5\xa2\x68\xf2\x54\x27\xe6\x4c\xf0\xa8\xd1\x96\x92\xfa\x4d\x03\xad\x09\xb2\x54\xb6\x7f\x7d\xa4\x89\xa7\x3b\xdd\x72\x07\x2e\x34\xa2\x01\xa9\x3a\x55\x7d\xb7\x9b\xa3\x43\x28\x49\xd0\x52\xae\x1c\x55\x0b\xaa\xa5\x4f\xc1\x32\x94\x84\x13\x76\x6e\xb5\x49\x49\x88\xea\x14\x68\x4e\x4c\x52\x73\xc7\xf8\xe6\x4a\x9c\x29\x1b\x3c\x99\x1b\x53\xa0\xff\x94\x59\x11\x78\xd8\xb3\x5d\xe8\x75\xee\xd3\x16\x0e\xaa\x40\x3a\x57\xc6\x87\xea\xc5\xe0\xc9\x5c\xc5\xf1\xaa\x29\x93\x7b\x3e\x9b\xe3\x8c\x54\xa0\xa5\xe3\x6c\xcd\x28\x01\x33\xe4\xfb\xfd\x4a\xe9\xfb\x40\x18\x6a\xe8\xfc\x32\x84\x70\x41\x48\x40\x39\x17\x37\x72\x8f\x0e\x7c\x0f\x32\xc9\x79\x31\x41\xe5\x91\x51\xa0\xe0\x8e\xd5\x6c\xa3\x0e\xff\x35\xf0\x02\x6f\x50\x9a\xb1\x18\x78\xc8\x33\x14\x97\x49\x58\x9a\x63\xc1\x99\xf9\xa9\xd3\x34\xc5\x26\xbe\x98\x0c\xc7\xb8\x26\x74\x52\xf7\xf9\x96\xda\x0f\xbe\xdf\x05\x19\xdf\xe4\x67\xf5\x60\x3c\x87\x7f\xce\xe6\x42\x4c\xab\x71\x71\x11\x22\x34\xa9\x09\x7f\xfb\xc4\x1c\xde\x63\xb3\x26\xf3\xac\xe3\xe8\x7e\x6f\x13\x9a\xa7\x8e\x62\xc8\x10\x17\x43\x71\x22\x02\xb4\x4c\x50\x3c\x4b\x06\x83\x39\x54\x3c\x98\x63\xe7\x69\x58\xdd\xf3\xcc\x26\xce\xd2\x8b\x71\x36\x34\x50\x1f\x5d\xbe\x8b\xdf\xef\x8c\x54\x57\x5f\x67\xc2\x64\xe5\x2e\x89\x6b\x3a\x3c\x8b\x54\x59\xe7\x6c\x02\x6f\xc6\x91\x76\x41\xe2\x03\xa8\xde\xf7\x42\x2b\xa5\xef\x57\x17\xf2\xf5\xd8\xbc\x26\xf6\xfb\x33\x53\x8c\x7c\xf3\x34\xd2\x5e\xb3\x66\xeb\xfe\x9b\xf4\x91\xb2\xef\x39\x81\x8a\x94\x35\x2e\x9a\x14\xda\x50\xba\x00\x77\x64\x20\x0c\x70\x5a\xab\xf6\xfb\x6a\xc4\xca\x3e\x84\xc0\x96\xf2\x4d\xe5\x68\xb2\x7d\xbf\x92\x71\xf4\x79\xc2\x69\x40\x49\x81\x01\xc5\xbc\xa2\x3b\xa9\xa5\x42\x51\x61\x98\x09\x35\x2d\xfb\xb7\x35\x68\xaa\x75\xd9\x84\xea\xb0\xfc\xac\xdc\xef\x83\xe2\x7c\x3c\x15\xaf\x2e\x08\x8b\xe4\x2f\x86\xf8\x97\x8b\x21\xff\xc4\xca\x73\xf8\xc0\xca\x73\x86\xf4\xd5\x70\xbf\xf2\x7d\xda\xb3\x4e\x1e\x74\xa9\x6d\xbe\x95\x3f\x9d\xc2\x8a\x84\x9e\xea\xf8\xfe\x74\xa2\x5d\x1c\x41\x9b\xf8\xed\xae\x71\xd1\x24\x42\xf2\xa9\x06\xd7\x84\xe2\x84\x28\xfd\xdb\x24\x99\x24\x24\xa8\x49\x82\x14\x30\x7a\xdd\x6c\x44\xad\x1a\xe1\xfb\x3a\x6a\x4a\x46\x12\xa1\xdd\x04\xc2\x8f\x9d\xb8\x28\x99\x72\x30\xcf\x44\x18\xcf\x3e\xa9\x65\x34\xf8\x80\xf2\x83\x3f\x48\x30\xfa\x06\x88\x3a\xe5\x40\xcf\x72\xbb\x67\xb9\x08\x62\x43\x97\xa7\x6f\xc1\xda\xbb\x05\xa8\xce\xd5\x66\x01\x33\x54\xd8\x72\x82\x5c\x1e\xbf\xaa\x20\x27\x8f\xdd\x3b\x4c\x1d\x40\x5d\x66\x1b\x8d\xd7\x0f\xcd\x03\x4c\xd8\xda\x7c\x4e\x66\xe3\x3d\x18\x58\x05\x88\x1d\xc7\xd9\xbd\xbb\xd9\x63\x07\x67\xfa\xe4\x03\x9c\xc0\xcc\xe0\x93\x67\xa8\x29\x16\x0d\x02\x9a\xd2\x3a\xc4\x9c\xd8\x2a\xc4\x2d\x29\x2e\xc2\xa9\x8a\x6f\x16\x0d\xc7\x13\xd6\x27\xdb\x09\x1b\x28\x9c\x92\x05\x49\xf8\xc6\xb4\x22\xf9\x8c\xcd\x07\xb1\x08\xb2\x9e\x2d\x14\xa3\x86\x80\xea\x3a\x9a\x7a\xb6\x08\x16\x36\x8d\xfe\x55\x1c\xd1\x4b\xff\xdb\x5d\xe3\x5a\xd7\xe8\xab\xc5\x69\x68\x31\xd2\xbb\x48\x10\xe2\x85\xbb\x79\xf3\x61\x1a\xae\x70\x06\x34\x98\x5e\x0c\xc7\xc8\x62\xa9\xd9\x32\x80\x48\xb9\xcb\x20\xc6\x0b\xcc\xf0\x4a\x44\x4f\xc1\xa9\xd4\x53\xa8\xfa\x9b\x8a\xf8\xfd\xbe\xbf\xe8\xd0\xb2\xc7\xcb\x60\x21\x21\x50\x36\x56\xf8\xfa\xbe\x2c\xc4\xba\x38\x86\xa0\xf4\xd2\x8a\x28\xd8\x90\x45\xeb\x52\x92\xef\xda\x9b\xe6\x85\xa4\xd8\x05\x36\x70\x2d\x89\x57\x98\xf1\x95\x25\x9c\x9f\xc4\x97\x85\x7a\x29\xd3\x1f\x6b\xfb\xba\xd5\xf6\xe9\x3a\x5a\x8f\x34\xb1\x05\xc5\x79\x38\x5d\x34\x75\xc3\xc3\x71\x14\x4a\xa2\x3b\x1c\x4e\x8c\x4c\xdc\x2a\xbd\xe9\x70\xce\x88\x8c\xc4\x75\x41\xc2\x69\xac\x62\xf0\x47\xbc\xd6\xe1\x38\x8a\xd5\xea\x95\x4b\xa2\xa9\xa2\xee\x07\x31\xd1\x69\x1c\x67\xf6\x83\x25\x56\xa8\xeb\x8d\x93\xab\xcf\xf4\x38\xc4\x63\x1c\xe2\xa7\x46\x50\xd3\xfb\xcf\x03\x0b\xb0\xd6\x70\x6b\xdc\xf0\xb0\x51\x38\xa4\x78\x0e\x48\x8c\xf7\x98\x05\xba\x2d\xa4\xf8\xac\x51\x88\xd8\x3c\x1f\x5e\xca\x7d\xcd\xa4\x78\x68\x55\x01\x3c\xbc\x8b\xf5\x18\x93\xa9\x16\xd3\x39\xeb\x64\x3a\x67\x36\xd3\x39\x9b\x47\x72\x61\x64\x7e\x6b\x5b\xe3\x12\x9b\x14\x6f\x45\x3b\x3b\x96\x46\xa5\x57\x86\xb6\x7a\x93\x40\x46\x70\x0f\x27\x11\x01\x54\x9a\x16\x22\x40\xd9\x89\x08\x60\xac\x6d\x12\x51\xcc\x96\x24\x23\x56\xf2\x86\x06\x9c\xd1\xe5\xe7\x24\x8e\xf2\xf3\x98\x37\x90\x93\xea\xf6\x82\xc4\xd1\xf6\x22\x46\xee\xf2\xac\xc4\xf2\xd4\xd5\xf3\xe3\xb6\xe1\xf2\x50\xb0\x04\xde\xd0\x37\xfc\x0b\x01\x2a\xb0\x68\x82\x0a\x1c\x8e\x53\x02\x68\x11\x91\xb3\x4f\xbc\xcf\x96\x45\xb6\xc8\x92\xb8\x60\x3f\x4a\x1c\xcf\x13\xe7\x1d\xe0\xf8\xb4\xe3\x7a\x8f\xaa\xa5\x35\x41\x94\x98\x87\xd6\x6d\x97\xc2\x0a\x3d\xb5\x27\xda\x71\x0a\xd4\xa2\xee\x6c\x6a\x20\x90\xae\x1a\xfd\x01\xa9\xed\x21\x35\x48\x8f\x04\xcd\x53\x5a\x15\x5a\xc4\x2f\xb8\xcd\x58\xae\x77\xb7\x5a\x4b\x58\xfc\x6f\xa9\xd6\xb0\x02\xb7\xde\xff\x39\xa3\x09\xdb\x58\x82\xd3\xe9\xfd\x32\x8d\x25\xc9\x7c\x80\x0c\xc7\xd4\x03\x1d\x59\xfe\xdb\x2c\x13\x54\xcf\xfe\xbd\x93\xbd\x12\x86\x08\xff\x43\x06\x07\x9d\xb5\x87\x0d\xb6\xf9\x53\xb1\xc8\x8a\xac\x5e\xd1\xf4\x87\x32\xa5\xf5\xbd\x8c\xfa\x6f\xbb\xd6\x04\x2d\xe9\x11\xe1\xef\xf7\xf6\x00\x84\x9c\x8e\x9b\xe8\x87\xf1\x6e\xc8\x5d\x11\xb6\x34\xbd\xb7\xcd\x5e\xa4\xb2\xb1\xe2\x24\xe8\x50\xb9\xea\x4e\x45\xdb\x9e\x81\xff\xe7\x7b\xa4\x6f\xd7\x9d\x6e\x3d\x44\x89\xd4\x71\x0c\xd0\xa6\x5d\x86\xa3\x9d\x30\xef\xe1\x39\x5d\x73\xe6\x97\xe2\x66\xe4\x04\xb9\x14\xd6\x7a\x6e\xa9\x01\x58\xeb\x72\x87\x2a\x13\x13\x81\x3c\x00\xbb\x6f\xe6\x5a\x81\x28\xa1\xd1\x86\x1b\x84\x43\x5d\x3f\x53\xdb\x44\x50\xa0\x09\x12\x59\x1d\xeb\x0f\x93\x57\x9d\x02\x75\x19\x95\xba\x61\xe3\xd9\x2b\xb7\x16\xf3\x81\x21\xdf\x97\xea\xa5\x0c\x6e\xed\x11\x3e\x56\x87\x04\x37\x9c\x96\xd1\x6c\x6e\xa9\x17\x8a\x65\x53\xbd\xf0\x89\xb4\x60\x6e\x10\xc1\x84\x40\x6e\x7f\xc5\x05\x09\x27\x95\x0e\x16\x26\x6e\x0f\xd5\x2d\xa1\x30\xc6\xe9\x57\x6d\xc1\xf7\x4e\x1a\x3b\xfb\x3e\xff\xdb\x97\x1a\x3a\x93\xad\x18\x0e\xd5\x2e\xdf\x0f\x85\x77\xe4\xb2\xc3\x91\xac\xfb\x28\x2c\xcf\xb8\xcc\x51\xa3\x76\x9d\x86\xe5\x15\xcb\x01\x21\x9c\x9d\x3c\x70\xb7\xeb\x90\x57\x74\xaa\x12\x75\xae\xee\xaa\x45\x98\xa6\xaa\xd3\x97\xa5\x9a\x54\xaf\xa4\x72\xb0\x9a\xcf\xbb\x4e\xe5\xf7\x9e\xb0\xdb\x67\x6b\x2e\x4c\x9d\xcc\x22\x5b\x2f\x06\x60\xe0\xbc\x72\xdb\x64\x4b\x06\xf3\x87\x9e\xdd\x3f\xa5\x74\xeb\x16\x20\x39\x7e\xae\x77\x60\x34\xdd\x32\x71\x49\x32\xeb\xbc\x6b\x15\xfd\x14\x67\x1d\x15\x3e\x99\x73\x46\x30\x6c\x37\x18\x9b\xcb\xa8\x52\x23\x3b\x19\x0d\xbf\x4c\x0b\x53\x8b\x4b\xf4\xd8\x93\x15\x74\x2e\xf8\xa4\x33\x95\xc8\xfa\xe9\x47\x26\x55\xf5\xa7\x1e\x96\x74\xfd\x8f\x3b\x0b\xfd\xae\x93\x50\xd5\xa1\xe5\xb0\x0f\xcd\x7f\x24\x39\xf0\xb3\xcc\x38\xe2\x67\x90\x2e\xaa\x28\x3e\x89\x2a\x1e\x7e\x18\xb0\x3c\xfe\x79\xa5\xa7\x0f\x05\x66\xf0\x6f\x18\xad\x8a\x38\xd7\xc2\xf9\xe9\x29\x54\x07\x0f\x68\xfe\xb1\xfa\x1a\x71\x5b\xf9\x57\x31\x46\x14\x53\x97\xf6\x4e\x9d\x46\xac\x1b\x9b\xc6\xcc\x14\x9a\x19\xba\x13\xa0\xa5\xf2\xf3\xc0\x3d\x25\x39\xa9\xd5\x31\x42\xe5\x8a\x98\xab\xd7\x12\xe6\x64\x1d\xd3\xa2\x72\xe2\x42\x9a\x6f\x37\xc6\x2e\x18\xa3\x07\x9d\x77\x4e\x76\xec\xe8\xe9\x4e\xd2\x9e\x91\x91\xad\x7d\x82\x14\xd3\xce\x06\x0d\xc7\xe8\x18\x8d\xe9\xce\x30\x8b\xc8\xed\xcd\x47\x9d\xa7\x9a\x26\xe0\xff\x37\x9d\xa5\x1c\x21\xf8\xe8\x29\xca\xba\x86\x9c\xe9\x3b\xbf\xc6\xc8\x57\xc4\x5d\xe0\xa4\xe8\xa6\x30\xb0\x99\xa9\xd4\x1d\x44\x57\xa2\xf1\x1c\xc7\x9d\x1f\xce\xe6\xca\xa0\xa8\x18\xc1\x9d\x58\x50\x09\x73\x25\x63\x47\x14\xa2\x86\x79\x8d\xde\x9e\x41\x68\x16\x4f\xa5\xd1\xc7\xfc\x0f\x58\xaa\xff\x7f\xe3\x3c\xf8\xc0\x33\x48\x43\x08\x71\x2e\xac\xed\x0b\xfb\xff\xff\x94\xf9\x7f\xdd\x29\xf3\x7f\xe0\x94\x88\xcb\xa3\x47\x00\x65\x0d\xf7\xc9\xeb\xa0\xc3\x61\x6d\x5d\xa6\x3a\x58\x85\x3a\xa2\xe8\x88\x12\x35\x8b\x93\x2b\x0d\xca\x25\x76\x89\xd0\x4e\x0b\x00\x15\x22\xbd\x7b\x7f\x89\x20\xd1\x6d\x46\x73\x58\x4e\x01\x93\xf6\x71\xf6\x1d\x61\x63\xd3\x77\xad\x4d\xd4\x47\x6d\xe7\xc0\xdf\x69\x65\x27\x1c\xf5\xd4\x15\x83\x69\xea\x68\x5b\xd4\xab\x6c\xc1\x82\x4a\x2e\xa2\x49\xb3\xad\xb2\x16\x68\xd8\x8b\xed\x22\x60\x7a\xb5\xfd\x31\x47\x1e\xdd\xe3\x13\x68\x2b\x7d\xaa\x20\x9b\xc4\x40\x50\xeb\x7c\x26\x34\xbe\xd6\xed\xa9\x74\x5d\x91\x4c\x5b\xf8\xab\xd8\xbc\x4b\xf5\xa4\xcb\x3e\xc3\x36\x23\x22\xd4\x06\x5b\xd7\xfb\x95\x34\x38\xb4\xb6\xaa\x49\xb3\x83\x84\xed\xf7\x99\x75\x5e\xcc\x8c\xe9\xcb\xdc\x6a\x68\x35\x30\x1f\xf8\xf6\xa5\x5a\xec\xbc\x3f\x9b\x63\x2b\xec\x0f\xb4\xfd\xbe\x81\x6a\xdc\xce\x4f\x83\x6e\x52\x35\xa4\x46\x11\x8a\x9c\x44\xd4\x15\x59\xf4\xdc\xcb\x6b\x7e\x2c\xc6\x1c\xa1\x47\x33\x72\x51\xfe\xd4\xfa\x7d\x0f\x4f\x8f\x4e\xeb\xa0\x60\x1f\x3a\x61\x6d\x63\x21\xbf\x89\x7a\x90\xdd\x9a\x5b\x13\x17\x44\xd4\x60\x84\x68\x7a\xae\x94\xdf\xf0\xe1\xc8\xfd\x52\x14\x0a\x76\x67\x18\x83\x42\x4f\x25\xed\x2e\x82\x39\xd3\x91\x83\x4d\xd7\xc1\xfa\xc9\x9c\x17\x3e\xb4\x0b\x6a\x1c\x68\xfa\x41\x76\x1e\x22\xb5\x34\xc4\x7a\x36\x06\x4d\x62\x00\x1b\x33\x98\xa1\xee\x83\xef\xc9\x59\x33\xa3\x7c\xe2\xfc\xfb\xd0\x12\x3e\xfd\x18\xec\x34\xe3\x53\xcf\xc2\x6e\x4b\x1e\x72\x20\xb6\x8c\xaa\x3f\x55\x01\xa7\xa8\x63\xd2\xb1\x16\xfa\x41\xd1\x71\x54\x56\x88\x54\x6e\x97\x99\x5c\x0f\x2d\xc2\x15\xa6\x29\x82\xe4\xdb\x67\xd8\x2e\x10\xb6\xd3\x8b\x42\xec\x40\xaa\xd9\x5d\xd7\xe2\xce\xea\xb0\x23\x79\xcb\x2b\x4e\xb1\xd1\x68\x9f\x34\x41\x9c\xf2\xa0\xd7\xaa\x0e\xf6\x15\x8b\x86\xc1\x35\xc0\x06\x40\x3c\xdd\x0a\xb9\x3a\xec\x56\x38\xaf\x8e\x1d\xc6\x3b\xa6\xe3\x08\x7f\xb4\x0c\x5d\x8f\x1e\xd7\xbb\x07\xb5\xdf\x6f\x0f\x94\x9c\xdc\xd6\x2c\x3a\x36\x54\xed\x6c\xdd\x97\xde\xce\x09\xbf\xc5\x88\x58\x17\x23\x92\x5b\x9a\x3d\x27\xc2\xbb\x04\xac\xe4\xa5\xbd\xda\x79\x38\x0d\x23\x93\x6e\x56\xcc\x07\x4f\xf5\x74\x42\xa5\x7d\xd2\x41\x39\x42\x44\x30\x6c\xae\xea\x3c\xda\x6a\xcb\xff\xec\x98\x4a\x81\x1f\xf8\xce\xe1\x56\xba\xa1\x26\x88\xdc\x0c\xba\x71\x4f\xe6\xa8\xbb\x35\x99\x39\xdc\x9d\x87\xed\xa1\x6f\x53\x8a\x35\xc4\xf2\xe3\xd1\x31\xee\x56\xa8\x9c\x64\x85\xf5\x3d\x4a\x8b\x07\x65\x1e\x5a\xb9\x63\xf6\x3a\xae\xd9\x31\x09\x6a\xa7\x70\xe8\x6d\x42\x10\x86\x76\x10\x82\xe1\x22\x34\x40\x44\x82\xfe\xaa\xc6\xce\xec\x2c\xda\xfe\x58\xd8\x11\x69\xab\x42\x13\x1c\x1e\x72\x03\x6c\x08\x2f\xbd\xa1\x30\xce\x06\x4f\xe6\x56\x32\x73\x5f\xc0\x88\x1c\x5e\x61\xdb\x08\xb3\x60\xc8\xa3\xb4\xcc\x26\x26\x8c\x94\x3a\x69\xa9\x16\x85\x42\xfa\x64\x24\x88\x49\x81\x74\x02\x6d\x4f\x83\x63\xe9\xa0\x03\xc4\x7b\x31\x1c\x5b\x06\x86\x6c\x40\x71\x42\xa8\xb0\xd2\x29\xba\x77\xf9\x49\xdd\x27\xc9\xa4\x1e\x10\xaa\x2c\x01\x9b\x09\x67\xb5\xf1\xbd\x3d\xc6\xa8\xf6\xfb\xdc\x35\x05\xdb\xef\xfb\x79\xb7\xc1\x55\x8e\xcc\x58\x9b\x9b\x14\x13\x31\xa5\x4b\xdb\x80\xc5\xfd\x0d\x6b\x6f\x1b\x42\xf1\x67\xb0\xa5\xac\xeb\x2c\x87\xa2\xa8\x95\x46\x7d\x33\x94\x15\x50\xb4\xdf\x0b\x4e\xd6\x70\x87\xe6\x8d\xbc\xc7\x32\x5f\xf0\xf1\x7e\xf0\x60\x45\x15\xda\xef\xed\x47\x87\x4d\x03\x12\xe5\x18\x53\x77\xf5\xfc\x8f\xd4\x3a\x74\xaa\x15\x58\x08\xa7\x3d\xeb\x3f\xf9\xd8\x19\x98\x53\x82\xc2\x1c\xde\xef\x03\x76\x3e\x9e\xea\x0f\x17\x84\x46\xe6\x81\x42\x78\x9e\x8b\xa1\x4c\xc0\xca\x73\xf5\x99\x95\xe7\x14\x29\x79\x42\x4d\xde\x44\x5a\xb7\x76\x0b\x19\x13\x67\x67\x3c\x7d\x94\x3f\x25\x4a\x88\x65\x6b\x6d\xe3\xe6\x58\x89\x45\xc8\x27\x5c\x90\x50\xa2\x95\xe8\x33\x07\xb1\xd3\x22\xe3\x8e\x66\xab\x0a\x71\xd6\xde\xc2\x26\xd9\x05\x09\x27\xb6\xf9\x28\x9d\x94\x93\xd2\xb0\x0a\xce\x97\x4a\xa5\xb9\x15\xec\xaf\x22\xa4\xc5\x94\x7a\x25\xe7\x34\xb8\x20\xd9\x60\x3c\x91\x4e\x62\x87\xca\xaa\x6f\x36\x1c\x66\xf3\x83\xaa\x26\x26\xc5\x24\x3e\x6f\xb7\x26\x1e\x0c\x10\x23\xd2\x26\xd3\x3e\x42\x32\x4b\x53\x30\x8b\xe7\x5d\x52\x88\x50\x12\x1c\xcd\xda\x50\x77\xdd\x6b\xf5\x22\x25\xcd\x96\x58\xe1\x58\xb6\x1c\x85\x8a\x70\xef\xa0\xc3\x89\x36\x69\x17\x97\xc4\xe6\x58\xdf\xc6\x67\xa0\x32\xf2\xa4\xe6\x36\xce\xf5\xfc\x5d\x31\x18\x4c\x94\xe5\xeb\xe1\x48\x39\x41\x45\xf8\xe1\x1d\xa8\xb5\xf2\x7d\xce\xe1\x64\xa8\x4d\x39\x25\xcd\x2c\x32\x3c\x63\x17\x96\x83\x0a\x14\x33\x71\xd6\x02\x2e\x86\x43\x5c\xb9\xa0\x0e\xf7\x29\xa3\x8e\x50\xbd\x3a\xbb\x16\x02\xc4\x65\x62\x38\x41\xb7\x14\x66\x74\x04\x70\x33\xaf\xaf\xe9\x3b\xa8\x7b\x38\x9e\x54\x9c\xbe\xb3\xe1\x10\xaa\xe7\x27\xbf\xce\x5a\x71\x85\x64\xa8\xa2\x62\xd6\x25\x2a\x65\x73\x81\xa5\xd6\x2f\x5b\xf7\xfa\x74\x56\xcd\x7d\x9f\xff\xed\x93\xb2\x71\xaf\x5f\x39\xf7\xfa\x6d\x03\x8d\x78\xe9\x80\x5e\xe8\x4d\xf4\x78\x10\xd9\xd6\x7e\xd8\xb6\xdd\x83\xfd\x50\x84\x9e\x86\x0d\x7b\xe9\x60\x65\xe9\xba\x93\xa5\xde\x01\xfb\x8d\xfc\xac\x59\x8b\x18\xef\xbe\x86\x5b\xec\x8d\xa5\x96\xa7\x5e\x0a\xb4\x15\x2b\xfe\x53\x81\xee\x0a\x32\x76\xc2\xa1\x74\x60\x23\x3d\x0c\x49\x0f\x78\x8f\xac\x7a\xbf\xef\x07\x65\xcf\x75\xde\x16\x55\x01\xbb\x39\x14\x03\x02\x5d\xba\x1f\xd0\xb9\x5e\x0a\xe0\x17\x5c\x18\x21\xd7\x58\x90\xe4\x4b\x3b\xda\x5d\xdb\x3f\x3b\xc4\x5b\x52\x4d\xb6\xe7\x19\x44\x96\xcb\x65\xad\x6c\xb6\x9d\x0b\x12\x5a\x10\x80\x10\x4f\x68\x96\x07\xe3\xd1\xb3\xff\x9d\x7f\xf6\x25\xc2\x2b\x32\x9b\xe3\x94\xcc\xf4\x06\x69\x6c\x74\x04\xa6\x06\xaf\xc7\xae\x25\x9b\xe4\xe7\xb1\x8e\xf1\x91\xe3\x0d\xa9\x66\xf9\x1c\xaf\x45\x6d\xc5\x2c\x9f\x8b\x85\x92\x0f\x06\x90\x32\x57\x28\x80\x3b\x3b\x45\xb6\x08\xd6\x83\xdd\x05\x59\x48\x5f\x99\xf5\x80\xec\x0e\xd9\x22\xc8\x09\xd9\x0e\xc6\x30\xf7\xeb\x8b\x85\xc8\xb8\x24\xc5\x6c\x3b\x9f\xb0\x60\x69\x0c\xfd\x97\x0e\x52\xc8\xb2\x65\x83\x5d\xcd\xb6\xf3\x41\x8d\x0c\x3f\x5a\xc9\x3b\x23\x3e\x1a\x46\x20\xbd\xe5\x8d\x1f\x8e\xe7\x83\x02\xfe\x51\x8b\x73\x33\x91\xc9\x61\xc8\xf9\x30\x6c\x71\x8e\x37\xf8\x56\x58\xdf\x27\x08\x1d\x52\x91\x60\x33\xa8\x87\x7c\x5e\x35\x2a\x5a\x88\x70\x50\xef\xf7\x09\x0a\x56\x38\xc5\xb1\xa0\xf4\xed\xbd\x5e\x24\x8f\x74\x90\xf0\x7d\xfb\x09\xc7\x1d\x0e\xee\x9d\x39\x9f\x39\x39\x9f\xcd\x5b\x38\xb2\x4d\xfc\x67\xf9\xab\xa2\x54\x59\xd1\x88\xc0\x87\x0a\xb3\xad\xdc\xd0\x82\x04\xa5\x84\x0e\x8d\x01\x32\xb4\x4b\x93\xcc\xd3\xbd\x3f\xe1\xd1\xaa\xd0\x62\x79\x3a\x1b\x81\x95\x3f\x7f\x7d\xd4\x95\x55\x41\xc5\xea\x5c\x73\x0b\xa0\xb9\xf3\x1a\x53\xe9\x7e\x70\x87\x39\xc4\xc3\xa4\xb9\xd9\xfc\x31\x46\xe5\xf6\x70\x9f\xcd\x71\x49\x66\xe2\x22\x39\xc4\xca\x8c\x0b\x33\x1c\xe2\xfe\x18\x67\x68\x2e\x80\x18\xab\x36\xfe\x62\xd1\x89\x8a\x5a\x48\x5e\x04\xc8\x4a\x4c\x43\x64\x48\x33\x35\x63\xbd\x7d\x0c\xa9\x54\xc9\x47\xe6\xe8\xb9\xd9\xe4\xb7\x22\xc8\x5e\x1b\xf8\xf6\xf7\x1b\x92\x8c\xcf\xbe\x14\x01\xde\x9a\x8a\xa3\x89\x39\x7e\xce\xf8\x18\x41\x90\x5c\x75\x81\xc6\xd4\x05\x1a\xae\x49\x88\x13\x12\xe2\x9c\x4b\x2d\xb5\x62\x2b\x5b\x52\x9f\x6b\xd0\x37\x7e\x78\x13\x89\x17\x64\x3b\xdd\x02\x39\x3f\x8f\xc6\xf4\x2b\x5e\xf1\x62\x98\x5c\x10\xe1\x90\x36\x89\x7d\x5f\xb8\xfb\x9c\x1b\x18\x04\x38\x52\x26\x17\x64\x05\x1f\xf6\xfb\xc5\x39\x59\x81\xa4\x2e\x3d\xf2\x53\xa2\xc3\x37\x88\x24\x38\x41\x43\xce\x00\x75\x64\x06\x9e\x1c\x2f\xd0\x30\x9f\xac\x48\x7a\x41\x36\xb6\x79\x4a\x8a\x37\x78\x25\x3d\x63\xe4\x22\x1a\xe4\xb8\xbe\x08\x71\xbf\xbf\x05\x28\x9b\x95\xef\x67\x3a\x8c\x51\xcc\x27\x55\x71\xc7\x98\x94\xe7\xd6\x80\x94\x83\x81\xbc\x53\xe4\xc3\xb9\x95\x89\x12\xb2\x1d\xb1\xf2\x39\xce\xc5\xbf\x43\xfe\xf7\x85\x85\x46\xab\xae\xd7\x16\xc7\x98\x91\x6d\x5c\xd7\x19\x72\x86\xaf\xdf\x1f\xe3\xaa\xee\x94\x2a\x39\x79\x88\x4c\x6d\x70\x64\x11\xa6\x90\x5e\xf7\x56\xc2\x19\xb7\x20\x06\x29\x76\x5a\x1c\x8d\xd4\xc6\x73\xfc\x67\x17\xc8\x1b\x20\x3a\x62\x25\x97\x1d\xa2\x99\x7c\x1f\xe2\x10\xcd\xad\x27\x0d\x2f\x20\xef\x5e\x04\x4a\x24\x34\x98\x37\x70\xbf\x9f\xcd\xed\xab\xcc\xcd\xa9\x9e\x34\x4e\x29\xa6\xeb\x0a\x69\x61\x62\xa2\x50\xc6\xe9\x8e\x6f\xfc\x01\x6a\x61\xda\xaa\x21\x5f\x9d\xb8\xd1\x6c\x72\x60\x31\x78\x84\x75\xcd\x80\xe8\xdf\xc9\xc3\x81\xc8\xde\x74\xd3\x4b\x56\xdb\xa2\xed\x38\x4f\x3b\xb3\x0a\xa3\x0a\xeb\x68\x9c\x67\x05\x7d\xc9\x0b\x38\xe6\xd6\x6f\x85\x4f\xa8\x68\xdc\x79\x77\x73\xaa\x26\x6c\x7b\x0a\x1f\xc5\x59\x4f\x97\x24\xc4\x9b\x47\x5a\x87\xf2\x9d\x4a\xdd\xab\xc6\xb5\xbe\xe7\x5d\x97\x69\xb6\xc8\xa8\x86\x46\xcf\x52\x92\x2e\x07\x03\x67\xc8\x81\x8b\xdc\x0b\xb8\x6d\x42\x74\x33\xcb\x15\x95\x29\x57\x54\x06\xd5\xa2\x56\x28\x82\x97\x71\xd1\x2b\x4a\xd6\x4b\x69\x95\xed\x68\x8f\xd3\x77\x2f\xee\xa9\x66\xf5\x58\xbc\xf4\x54\x54\x37\xc1\x3d\x38\xe9\x42\x83\x84\xec\x54\xc0\x51\x43\x48\x34\x08\x33\x07\x20\x1a\x8e\x21\x8f\x95\x67\xad\x02\x1f\x10\x77\x44\xcb\xa6\x26\x6a\x06\x1f\xa0\x37\xa2\xfd\xc7\x6d\x9b\x78\x5f\x76\xcb\xa6\xa4\x69\xc5\x0d\x67\x7a\x6a\x5c\x38\xf4\x29\x8b\x76\x52\xa0\x87\x11\xdd\xef\x19\xb6\xd2\x4a\x68\x1d\x8a\x46\x75\x59\x31\x9b\x97\x58\x94\x47\x47\x59\x3a\x64\xa3\x2c\x3d\xc0\x4d\xa7\x5e\x9c\x6b\x4e\x58\xbb\x87\x30\x45\x75\x5c\x17\x82\xbe\x09\xd6\x95\xa5\x64\x7d\x8a\x7c\x96\xb4\x7d\xea\xd4\xb7\x99\xed\xdd\x50\x6a\xec\x01\xe8\x58\xd5\x75\x2a\xfa\x3c\x50\x36\x61\xe0\x96\x56\x08\x28\x39\x39\x30\xb8\xd2\x80\x51\x99\x96\x0f\xaa\x11\xdd\xd1\xea\xf6\xd8\x28\x11\x92\xcd\xd8\xdc\x0e\x1c\x79\x40\x48\x68\x98\x95\x6d\xcb\x44\x42\x5a\x89\x08\x81\x7c\x52\x37\xcb\xa0\x04\xbe\x28\x5c\xdb\x8a\xb6\x4b\x5b\xd6\x70\x69\xcb\x24\xc8\xac\xe9\x21\x10\x5f\xac\x89\x6f\x2d\x7c\xce\xd6\x4d\x9f\x33\xf0\x85\xc3\x39\x59\x2e\x39\xe9\x6f\x3b\x28\x5e\xc1\x4e\x27\x5d\xb0\xd3\x78\xa5\xa2\xe8\xe2\x94\xe7\xcd\x4d\xbe\x54\xe6\x5b\x90\xb4\x95\x6f\x43\x16\x3a\x0e\xa6\x44\xbc\xe2\xd4\xb8\xc2\x1b\x64\xb7\x38\x75\x5b\x9c\x4a\x28\x60\xfd\x7d\xeb\x7e\xdf\xda\x72\x58\xdc\x71\x0c\x5f\x2e\x5d\x0d\xa4\x40\xdb\x08\x27\xc5\x39\xb5\x11\xcb\xed\xe5\xcf\xb3\x48\xce\x1a\xe2\x02\xe9\xb5\x21\xdf\x15\x83\x31\x42\x8f\x07\x8e\x7f\x2c\x6b\x60\xff\x2f\x73\xff\xc2\xe5\xb6\x6d\xf4\x01\xe3\x5f\x65\xc5\xa7\x8f\x42\x54\x90\x2c\xf9\xd2\x34\xd4\x62\xf5\xf7\x2d\x8d\xdb\x28\x49\x6d\xa7\x6e\x2a\xab\x39\x14\x05\x69\x59\x53\x84\x02\x42\x2b\x2b\x2b\x7d\xf7\xff\xc1\xe0\x4e\x52\xeb\x75\xd2\xe7\x7d\xdf\x73\x12\xaf\x48\xe2\x3a\x00\x06\x83\xc1\xcc\x6f\x3c\x1c\xab\xf5\x6f\xc0\xba\x07\x94\xfa\x71\x88\x50\xc8\x11\xe8\x8f\x66\x5c\x9f\x67\xe5\x0c\x3c\x0b\x88\xcf\xec\xbc\x63\x8d\x7e\xa5\x24\x77\xc7\xf8\xd4\x77\x2a\x87\x40\x97\x0f\x71\x41\x52\xbc\x53\xba\xb1\x7c\x15\x47\x83\xc1\x20\x22\xa4\xe8\x76\x77\x57\xc3\x6e\x77\xd7\x7b\x44\x48\x6a\xd1\xa9\x33\x7b\xce\x57\x67\xec\x07\xff\x8e\xe2\x49\x32\xfb\x77\xf4\xfe\xfd\xfc\xf8\xfe\xfd\x00\xfd\x71\x12\x1d\x67\xff\x7e\xff\xa0\x33\xef\x3d\x18\xd0\x8f\x34\x8b\x55\x50\xea\xce\xea\x0c\xb6\xfc\xab\xf2\x26\x2d\xf2\xe5\xc5\x36\x15\xd7\xc9\x45\xd4\x53\xf0\x04\x7a\x81\x44\x7f\x8c\x08\x59\xcd\x86\xf3\x49\x14\x25\x5f\x44\x5f\xa8\x07\xf9\x0c\xa8\x29\x20\xd4\xc4\xf2\x15\x4a\xe0\x5f\x1c\xef\x7a\x90\xc4\x34\xd8\x6b\xbb\x83\xe1\xba\x26\xe9\x6c\xd7\xeb\x81\x26\x69\xe7\x52\x74\xbb\x51\x27\x22\x04\x7a\x39\xd4\xbd\x94\x04\x79\x10\x75\xc8\xf5\xfd\x5b\x5f\x90\x54\xcf\xbe\x9d\x5a\xbf\x4b\x52\x39\xed\xd8\x96\x54\xb3\xa5\xd2\x61\x6d\xef\x5f\xa6\x73\x2b\x9f\xae\x63\x8e\x33\xbc\xbc\x1a\x4e\x2a\x3b\xf1\x97\xca\x81\x11\x8d\xc5\x6c\x3b\x27\x1b\xb5\x2f\xc8\xdf\x6e\x39\xde\xa0\x5b\x36\xa0\xf1\x8d\x9b\xc2\x2c\x98\xc2\x8b\x35\x84\xe1\x12\xaa\xc9\x8b\xb5\x0e\x01\x83\xa7\x9f\x0d\x09\x21\xd2\x75\x65\xc4\x10\xdf\xdc\xcc\x68\xc8\xb5\x14\x52\xca\xdf\xad\x80\x10\xb2\xf5\x77\x98\x09\xd1\xe3\x91\x0e\x96\x74\x2b\xae\x95\xe2\x1a\x7e\x6a\x3b\x21\x28\x54\xd9\x53\xa1\x24\x56\x36\x31\x5a\xa6\x95\x24\x51\x2f\x90\x7f\x13\x02\xb9\xef\xe3\x57\x32\xf1\x1f\x2c\x62\x57\x0b\x17\xdb\xaf\x3d\xab\x0b\xcc\x5b\xe3\xe5\x9c\x0b\xab\x5d\xb6\xf2\xa5\xf2\x5c\x40\x10\x26\x89\xad\x21\x0e\x74\xe4\x75\xf5\xea\x33\xa3\xae\xf3\x59\x06\x38\xef\x4c\x05\x65\xf3\xc2\x03\x54\x61\x78\x00\xed\x08\x0d\xb7\xa8\x7c\x06\x75\x9d\xc9\x98\x87\x19\x73\xbb\x9b\x15\x52\x76\xbc\x3d\xe1\x1d\x29\x06\x55\xc6\xb6\x14\xaf\x48\x31\x48\x8b\xc2\x46\xc8\x25\x84\xac\xd4\x59\x72\xa5\x85\xa7\x5b\x88\x38\xd9\x76\x35\x4c\xae\xcf\xd2\x52\xb4\xd1\xd2\x04\x64\x51\xdb\x71\xb0\x91\xde\x2b\x28\x0b\xce\x08\x9f\x49\x19\x08\x96\x70\x86\x6e\xe1\x70\xd7\x8b\x2e\xa2\x5e\x96\x64\x9a\x69\x7c\x2a\xbc\xc2\xa7\xc8\x64\x05\x4e\x0c\x04\x4a\x76\x9e\x63\xdd\xc7\xda\xec\x02\xc9\xeb\x37\x4d\x27\x15\xc6\x33\x16\x68\xcc\x40\x98\xe2\x13\x0e\xfd\x60\xc9\xa7\x37\x3e\x23\x1b\xb9\x76\x3d\x5d\x87\x58\x80\xbf\x35\xd6\x53\x9b\xba\xe9\x7e\xc0\x29\x46\x46\x90\xfb\x24\xdd\x5f\x7c\x2f\x19\x65\xb8\x5c\x04\x9a\x88\x64\x26\xe4\xb9\x78\xcc\x06\xd7\xf9\xfa\xba\xc8\xd7\xd7\x02\x78\x6f\xec\xb9\x64\x72\x9c\xe3\x28\xc2\x5e\x12\xca\x2b\x84\xd9\x60\x55\x80\x4b\xa4\x9a\xc8\x1f\xd6\xf8\xfb\xcf\x3c\xa0\xa5\xf6\x7c\xe6\x97\x6c\xd1\xd5\xb6\x69\x69\xb8\x63\xa6\xa3\xeb\x9d\xd5\x4c\xbc\xd9\xa6\x2d\x06\xd5\x60\x04\xaa\xc3\x50\x42\x11\xc6\xbe\x4e\xb5\x9c\x22\x4c\xaf\x74\x4b\xcc\x97\x54\x10\xeb\x5d\x08\x95\x0a\xcf\xc8\x4e\xe6\x6a\x63\xc5\x5e\x29\x7e\x5d\xb6\x1b\xa6\x68\x4c\xbd\x92\x5d\xb9\x21\xe9\xef\xc2\x1a\xd3\x77\xa1\xca\x4c\x36\x35\xe6\xb1\x15\x18\xc6\x2a\xcc\x8a\xf4\x8a\x94\xc7\x63\x75\x49\x04\x92\x5b\x1c\x04\xe9\x52\x20\xb3\x75\x3a\xdf\x1d\x3f\x1e\x96\x9a\xdc\x5a\xe0\x47\x0c\xca\x17\x27\xae\x65\x84\xe3\x82\x30\x85\x7e\xb1\x58\x4b\x51\xbc\x33\x1a\x17\xfa\x6e\xae\x30\xfb\x82\xcc\xef\x5f\xbf\xc5\xf6\x0b\x32\x18\x3c\x1f\xd7\x71\x8e\x0b\xd8\x25\xd1\x78\xd5\xed\xc6\x99\xfc\xbf\x47\xa4\x40\x87\xb3\x1e\x59\xe1\x11\x21\x05\xec\x9c\x13\xde\x23\x31\x9f\x44\x17\x10\xd5\xa1\xb7\x4a\x86\xe6\x4b\xb7\x1b\xef\x48\x67\x88\x90\xe6\x38\x05\x29\x60\x6b\x3b\x79\x26\x6b\x6a\x8e\x18\x7d\x52\x86\x70\x67\x67\x74\x7f\x2a\x94\x46\xb7\xab\x43\x6a\xb4\x85\xe0\xb8\xee\x76\xaf\x1d\xac\x87\x8b\xf9\xad\x50\xbc\xb5\xcd\xde\x75\x03\x55\x23\xc5\x23\x84\xb7\xbf\x93\xf6\xd7\x03\x8b\xde\x24\x47\x01\x83\x59\xb4\x77\xf9\x8a\x6f\xc8\x10\xaf\x49\x3a\x1e\xdf\x98\xe3\xc0\x81\xdc\x5c\xda\xd6\x18\x5d\x9b\x6b\xde\x8d\xd6\x93\x2e\xc8\x61\x72\xd0\x2d\x4d\x2a\x3c\x75\x3a\x4e\x81\xd7\x08\xef\x9d\x72\xb3\xc4\x0b\xa0\xc3\xf4\x72\xdf\xed\x6e\x94\x1a\x55\x91\x52\xbe\x88\xc3\x0e\x6a\x0e\x02\x50\xa0\x72\xda\xe2\xda\x18\x78\xa5\x82\x5e\x0f\x46\x23\xa6\x10\x23\x60\x81\xe4\x38\x84\xbe\xd5\x63\x25\x32\x1f\x8e\xc7\xc5\x55\xa9\x05\xd7\x78\x4d\x0e\x03\xc1\x7a\x29\xba\x12\x67\x1a\xb0\x74\x2c\xcc\xeb\x97\xe9\xaf\x79\x09\xcd\x58\x4b\x2e\xb7\x6d\x34\x74\x0d\xb7\x3d\x1b\xd9\x22\x73\xc3\x6c\xa1\x97\x68\xed\x02\x7c\xc9\x60\xee\xc7\x1a\x6b\x4d\x5d\x94\x1b\x4c\x36\xd3\xea\x76\x3a\x99\xe5\x7d\x0f\x3a\x9d\x4e\xfb\xeb\xbc\xa0\x71\x83\x44\x5e\x0b\xbd\x78\x5a\xf8\xed\x9a\x6c\xd7\x3a\xbe\x2b\x7e\xb3\x26\x6f\xd7\x31\xc2\x3f\xeb\xbf\xbf\xc2\xdf\x9f\xd7\x08\x3f\xb7\xbf\x5e\xea\x6f\xdf\xc1\xdf\x97\x6b\x84\xbf\xb5\xbf\x5e\xe8\x6f\x3f\xc0\xdf\x17\x6b\x84\x7f\xd1\x6f\x5e\xeb\xbf\xcf\xf4\xdf\x77\xf0\xf7\xd9\x1a\xe1\xff\xe8\x37\xaf\xd6\xe4\x36\x63\x1b\xb9\x3d\x25\x6f\xd6\x18\xd4\x8a\xfa\xf1\xed\x3a\x7e\xb3\x46\x78\x51\xb0\xec\x43\xed\xdd\x92\x65\xb5\x37\x10\x44\xec\xe7\x35\xbe\x49\x79\x9e\x2e\x0a\xfa\x9d\x7c\xd6\x6d\x97\x2b\x04\x9e\x7f\x5d\x63\x91\xae\xcd\xa7\x5f\xd7\x08\xcb\x35\x4d\xb9\x38\xc0\xbb\xe7\x6b\x9c\x0a\xc1\xf3\xc5\x4e\xd8\xfc\xcf\xd7\x08\xdb\xd8\xe0\xa6\xc0\x22\x5d\xd0\xc2\x7f\x21\x6b\xaf\xb6\x69\x66\x5f\x6c\xd2\x8c\xb3\x20\x0b\xd8\x5e\x14\xc9\xcb\x35\x56\x8a\xce\xe4\xbb\xb5\xec\x86\x32\x77\x97\xa9\xbe\x93\x35\x5d\xa7\x3c\xcd\x04\xe5\xe6\x85\x6d\x0f\xc4\x28\x30\x6f\x55\x08\xa2\xe4\xdb\x35\xce\x4b\x41\xd7\x2a\xf9\xb7\x6b\x84\x57\x05\x4b\x85\x79\x58\x30\x56\x24\x7a\x88\x38\x5d\xd3\x8f\x5b\xf3\x44\xab\x2c\xdd\x52\xf3\x94\xb1\x82\x71\xf3\xb0\xe3\x36\xcf\x07\x7a\xd8\x33\xbe\x4c\x7e\x59\xe3\x8a\x16\x2b\xf9\xfa\x97\xb5\xc2\x1a\x33\xbf\x53\xc1\x36\xe6\xf7\xae\xcc\x85\xf9\xad\x75\x4d\xdc\x3c\x4b\x22\xa7\x82\xf1\xbf\xe9\x22\xf5\x6b\xc9\xf4\x39\x2b\x6a\x6f\x61\x56\xc2\x35\x6e\xed\xc3\x86\x2d\x77\x05\xad\xbd\x34\x45\x27\xaf\xd7\x78\x49\x39\x5d\x7d\x6f\x5e\xbc\x5d\xc7\xaf\x65\x1b\x79\x2e\xae\x37\x54\xe4\x59\xfd\x4b\xc1\xd6\xcd\x97\x8b\x5c\xec\xf3\x8a\xd6\x5f\xeb\x40\xc4\xf5\xd7\xbb\xed\x32\x15\x8d\xb7\xae\x07\xf5\x2f\x72\x2a\x36\x8b\x06\x2a\xd4\x5f\x6f\xe5\x16\xb0\x4b\x65\x29\xc9\x33\x39\x04\xdb\xd4\x7e\x97\x2b\x68\xc1\xd3\xec\x03\x15\xc9\xbb\x35\x4e\xcb\x75\x41\x9f\xe9\xe7\xb7\xeb\xf8\xdd\x1a\xe1\xea\x97\x5d\xca\xeb\x2f\x81\x17\x98\x07\x59\x00\x35\x0f\xb0\xff\x96\x22\x79\xb1\xc6\xd7\x34\x5d\xca\x39\xf9\x83\xfd\x39\x92\xa9\x7e\x58\x23\xf3\xfc\xb0\xf6\xfc\xa8\xf6\xfc\xb8\xf6\xfc\xa4\xf6\xfc\x27\xf3\xac\x6b\x7d\xe3\xf7\xed\x05\xac\x96\x4a\x98\xdf\xbf\xec\x98\xa0\xe6\x81\x6e\xb6\xd7\x69\x95\x57\xe6\xb9\x12\x9c\xa9\xe5\xa3\xb2\x95\x1f\xcc\xef\x0d\x2b\x99\x5d\x92\x3a\x69\xfe\x81\x8a\x6b\xce\x76\xeb\x6b\xf3\x52\x05\x9e\xa7\x30\x9b\xe4\xb8\x15\xd4\x3e\x64\x70\xe7\xa9\x1f\x72\xa5\x6c\x50\x0f\x1b\x2a\xd2\xe4\x3f\xb0\x7c\x41\xae\x9e\xca\xe7\xb7\xeb\xf8\x3f\x72\xb6\x95\x25\x13\x6a\xd0\xf4\x9b\x2d\x67\x19\xad\xaa\xbc\x5c\xbf\xd2\xc1\xa8\xbd\x8f\x6e\xa6\x24\x96\x1f\x1b\x8d\x79\x0c\xf4\xa9\x44\x5a\x8a\xd6\x8f\x46\x46\x68\xfd\x28\xb3\x2d\x53\xbe\x6c\xfd\x58\xb0\x2c\x2d\xda\xb3\x6d\x69\x96\xb7\x7f\x3b\xe1\x7f\xae\x49\xbc\x5f\xc7\xb3\x5b\x91\xae\x93\x57\xeb\x81\x24\xb7\x62\x8e\x49\x24\xd8\x87\xbe\x7c\x8e\x4e\xd8\x7c\xd6\x83\xed\xa7\xd0\xaf\xbc\x44\x66\x40\xfd\x54\xe6\x9d\x97\x4c\x8d\xb3\x9f\x48\xbd\xf1\x92\x68\x76\xe5\xa7\xd1\xaf\xbc\x44\x92\x61\xf9\x29\xe4\xb3\xf7\x59\xb2\x4c\xff\xb3\x7c\xf6\x3e\xef\x78\xf0\x75\xc7\xfd\x8f\x76\x53\x08\x48\x62\x5e\x7a\x09\xcd\x9c\xf3\xd3\x99\x77\x5e\x32\x3d\x19\xfd\x54\xfa\x95\x5f\xa9\xda\x56\xc2\x51\x80\x57\x21\xf1\xf2\x06\xf1\xc2\x61\x50\x3b\x8a\x9f\x44\x87\xb9\xd3\x49\x66\xaf\xd6\x03\xb5\x87\x60\x39\x68\xb0\x7f\xc8\x5f\x7a\xbe\xc4\xb6\x16\x34\x6f\xd6\xf3\xd0\xab\xc8\xdf\x9f\xfd\x94\xfe\x7b\xbf\x7f\x72\xa6\xc6\xb5\x7c\xe8\x5c\xc6\x0b\xe8\xbf\xcc\x12\xd0\xd1\x2c\xb1\xcf\x2b\xc7\xe5\xf3\x49\xe9\xfa\x7b\xaf\x92\x1e\x9e\x6d\x88\x2f\x79\x04\xd9\xfd\x0f\xe7\x1b\x62\x64\x1a\x3f\xa7\x79\xe7\x8f\xab\x11\x4c\x82\xa1\x35\x2f\xbd\x84\x56\xc6\xf1\x13\xda\x97\x5e\x42\x2b\xd9\xf8\x09\xed\x4b\x2f\xa1\xdf\x8f\x73\xfd\xf3\x92\x9b\x7d\xdc\x4f\x6a\xde\xf9\xed\x54\x62\x5f\xd0\x4a\xf5\xca\x6f\x23\x15\x69\xd0\x3c\x2a\xd2\x60\x01\x02\x33\x0f\xd7\x1f\xbc\xf2\x9b\xef\xb6\xdf\xa0\xf5\xee\x75\x04\xa1\xff\x41\xff\xeb\xe9\x35\xbf\xf6\x8d\x24\xbf\xdb\x69\x36\x1a\x4b\x21\x77\x91\x97\x34\xa1\x93\xd6\x2b\x4e\x7b\x5b\x79\x32\xe1\x23\x94\xfa\xe4\x9b\x3b\x74\x27\xbf\xd3\xf4\x66\xd6\xb4\xf4\x5a\xa6\x22\x25\x02\x4f\x01\xda\x55\x30\xb0\xd5\xbc\x4e\xab\xef\xf7\xe5\x0f\x7a\xd4\x62\x65\x8a\x8c\x8e\x47\xad\xb0\x55\xfd\xb3\x9f\xfd\xac\x58\x9b\x2d\xdf\xb6\xab\x8d\x7f\x52\x36\xad\x10\x9a\xdd\x58\xeb\x56\x0e\x0c\x0a\x82\xdd\x56\x39\x2b\xc9\xac\x3c\x0c\xd8\x4a\x9b\x04\x4f\x57\x83\x22\x2d\xd7\xbb\x74\x4d\x5f\xa4\x22\x95\x1f\xe2\x76\x93\x93\x0b\x3a\x58\xa5\x19\x15\xf1\x3f\xd6\xd6\x6d\x0e\x21\x1b\x73\x85\xb7\xda\xb3\xe4\xd5\xd3\x4c\xe4\x37\xb4\x2d\x1a\xe3\xef\x76\x12\xec\x8f\xcc\x35\xb7\x6d\x92\x36\x4e\x97\x84\x0f\xe0\xe5\x5f\xd3\x75\xce\xca\xd6\x50\xe3\x37\x7e\x5c\x36\xd3\xc7\xf2\x80\x14\xe6\xa7\x32\x3c\x28\x3d\xc3\x83\xd2\x18\x1e\x94\x50\x8d\x5f\xa5\xbe\xbd\x9d\xdd\xca\xe3\x68\x32\xc4\x82\x25\x74\xb0\x64\x06\x1d\xf9\xa4\x6e\x60\xca\xe3\xb1\x53\x0e\xd2\xa2\x60\xfb\xea\x3b\x5a\x09\xc9\xe6\x75\xc6\xb9\xbe\x98\x6e\x31\x15\xa5\x71\x89\x73\x1d\x9d\x05\x54\x27\xff\x5c\xa3\x0e\x11\xaa\x5e\xab\x63\x6d\x53\xaa\xa8\x20\xb2\xcc\xd3\xba\xfc\x73\x2d\x5b\xad\xb3\xc2\xb7\x00\x4a\xd5\x2a\xf5\xcf\x82\xa7\x7e\x42\xb1\xaf\xae\xd1\x14\x15\x14\x8e\x6a\x2f\x97\xc4\xc8\x06\x82\xf5\xf2\x13\xf2\x02\xbb\x56\x61\x60\xd7\x40\xd5\xef\x17\x03\xf9\xf3\x9e\xb9\xc9\x3f\x19\x1f\x80\x53\xb3\xf9\x05\xb1\x41\x1b\xf2\x55\x4c\x75\xcf\x31\x6b\xa8\x8d\x72\x64\x2f\xef\xaf\x0c\x30\xf9\xc9\x7a\x29\xec\xc8\x70\xbc\xbb\x2c\x1b\xce\x4d\x3b\xa3\xfd\x59\x11\xf7\x71\xb6\x9b\x8f\x57\xa1\x7d\x72\xb7\x4b\xe3\x15\x2e\x9d\x11\xed\x6c\x37\xef\xe5\xf7\xeb\xdc\x29\xfe\x49\xf2\x3d\x3c\xf4\xe3\x83\x06\x33\xe6\x9c\x99\x50\xdb\xdd\xd0\x3f\x6a\x5a\xf2\xda\x24\xef\xf0\x16\x98\x29\x0e\xb3\x03\x6c\x12\x6a\x53\xd5\x39\x8b\x40\x1b\x4d\x80\x4d\xed\x38\xe2\x10\xdf\x9b\x1e\xba\x28\x27\xcc\x8b\xd5\xf8\xcf\x35\x3a\x1e\x73\x1b\x22\xe2\xf4\x0d\x58\x66\xbf\x11\xa9\xa0\x24\x5b\x19\x4e\xaf\xae\x21\x7f\xf4\xf8\x36\x45\xb7\xaf\x59\x5c\x62\x6a\xfc\x35\x5f\x81\x35\x84\x43\x01\x8c\xa9\x45\x4f\x33\xa5\x1b\xce\x5c\x22\x1c\xe7\x44\x0c\xb2\xb4\x28\x0c\xf8\x06\x47\xc8\xf0\x4a\x8e\xfd\xbb\xc1\xd2\x70\xb1\x8c\x95\xab\x7c\xbd\xbb\xd3\x55\x5a\xee\x5c\x5a\x03\x2d\x29\xe7\xb3\xe0\x81\xcd\x1f\xfb\x0e\x90\xf7\x19\xcf\x0b\xbf\x98\xeb\xb4\x7a\xc7\xd3\xed\x96\xf2\x2a\xf6\x43\x24\x9e\x31\x9d\xb2\xbc\x4d\xee\xa1\x01\x97\x47\xe3\xb0\xd1\x98\x36\x5b\x7a\x0b\xc8\xe4\xc9\xec\x9f\xea\x8a\xb6\xdd\x2c\x06\xf4\xde\x13\x61\xf7\x58\x34\x3f\x21\x65\x68\x56\x9e\xe2\x6f\xd6\xde\xa0\xfc\xe4\x59\x28\xd0\xc1\x0a\x9c\x49\xe5\x80\xcb\xd1\xf6\xc3\xc7\x8a\x89\x80\xe5\x9a\x98\x98\x42\xb0\x6d\xff\xe1\xff\x0a\xae\xc4\x06\xa5\x6f\x6c\xdd\x2c\x6b\x8f\x46\xa3\x94\x9d\x3f\xb0\xca\x80\x94\x68\x63\xc2\x28\xf2\xbf\x13\x31\x90\xe7\x86\xb8\xdd\xc8\xf3\x50\x66\xed\x7e\x70\x4d\x03\x3e\x3f\x34\xac\x8a\x62\x45\xfb\x61\x3b\x90\xbe\x23\xac\xb5\x8e\xf6\x9a\xb6\x8a\xb5\x34\xfd\xdf\x6d\xcd\x08\x1d\x89\x43\xb3\xca\xcf\xb0\x69\x1c\xde\xc3\xa6\xd1\x03\x14\xb9\xab\xe1\x16\x9b\xfa\xb2\x3c\x1e\xc5\x55\x2d\xc3\xc4\x8c\xa9\x32\x5e\x30\x31\x6b\x2c\x3a\x40\x68\x2c\xd9\x2f\xb1\xe8\x97\x1e\x5a\xce\xdf\xd7\xea\xc6\xf3\x2f\xff\x97\xd2\x63\xdb\x1d\xe4\xa3\xf0\x9e\x52\x95\xd3\x16\x6b\xef\x71\x78\x2b\xa9\x13\xb6\xf9\x2c\xb4\x05\xe5\xc3\x55\x33\xe1\x9f\xbc\x84\x7f\xb2\x09\xb3\x66\xc2\x2f\xbd\x84\x5f\xda\x30\x7f\x2d\x38\xa5\x95\x0b\xf0\x04\xcb\xde\xac\xa8\x15\x4f\xd7\x90\xdd\x82\x88\x72\x4a\x8d\xf3\x83\xfc\xfd\x2d\x2d\x09\x53\x8f\x37\x39\xdd\x6f\x19\x17\x44\x33\xd8\xea\x43\xbe\xdd\xd2\x25\xa9\xf4\x63\x76\x4d\x97\xbb\x82\x7e\x5f\x92\xcc\xab\xd7\x83\x28\x10\x74\xb3\x7d\xa3\x33\xcd\x5a\x31\x48\xef\x30\xc1\x6e\xe5\xca\x9e\xdd\x32\x40\xa1\xad\x63\xd7\x45\x39\xe5\x50\xad\x97\x6e\x03\xd8\xb7\x45\xda\xaa\x4d\xfa\xb1\xb7\x35\x43\x88\x23\x33\xb7\x6d\xf9\xd6\x8e\x28\x16\xda\x94\x01\x39\xd2\x75\x88\xe1\xa3\x06\xa7\xbc\x7a\xc1\x4a\xaa\x71\x79\x65\x79\x41\x94\xb8\xd6\x92\x91\x36\x73\x11\x3a\x96\x6f\x8c\x70\x67\xa8\x17\xce\x3e\x17\xf6\xd6\x31\xae\xd9\xa2\x82\xcf\x7c\x23\xbe\x3f\x35\x46\xdd\x2f\x64\x2d\x25\xdb\xc7\xa8\x47\xc7\x94\x34\x89\xec\x12\x5c\xe5\x4a\x2c\x2b\x15\xcd\x8f\x47\xf3\xcb\x40\x0b\x29\xf2\x23\xa5\x4d\x07\x32\x19\x7f\x34\x95\x6e\x50\x09\x26\x87\xfc\xa9\x38\x1e\x1b\xaf\xae\x04\xea\x76\xc5\x65\xd9\x42\x52\x3f\xed\x53\xf0\x74\xf3\xec\x19\xd4\xa7\xc0\x32\x9d\x69\x01\xdd\x4d\xe9\x12\x48\xc4\x76\xe2\xad\x9b\x78\xf1\x0e\xf6\x54\xa0\x25\xc3\x5e\x6a\xdd\xfc\x46\x0b\x65\xc7\xec\x4a\x30\xb1\xfe\x78\x4b\x3a\x6f\x38\xf9\x84\x27\xcd\x2e\xe9\x72\x88\xac\xd6\x5b\x1a\x9d\xd8\x96\x7f\x79\x6e\x6e\x34\x0b\x43\x9e\x03\x7c\xfb\x80\x9c\x40\x00\xf7\x1d\xdf\x7d\x00\x24\x3d\x9f\xce\x99\x32\x4b\x91\x55\xad\x01\xb7\xdc\xc0\xcb\xc1\x3d\xaa\x7f\x97\x72\x17\xd4\xcb\x42\xf7\xa2\xdb\x35\x67\x37\x2f\xb1\x37\x09\xda\xde\x5e\x51\xcf\xe7\xdb\x0d\xba\xe1\x60\xe7\xa6\xba\x82\xc7\x8e\x45\x73\x46\xa0\x31\x1a\x9f\x10\x0a\x19\x19\xf5\x78\x9c\xa8\x33\x40\x5b\xd1\xf9\x09\x63\x73\xd7\xf2\xca\x35\x89\xea\x3c\xcf\xe3\x35\xae\xf5\xe7\x05\xc5\xbf\xaf\xc7\x7f\x5f\x6b\x92\xf3\x83\x15\xf3\x62\x77\x3e\x93\x9f\x4f\x41\xa1\x61\x4b\xef\x74\xee\x1f\x6b\xab\x38\x8f\x07\x2b\xe0\x9a\x31\xa2\xe4\x6f\xb0\x1f\x6b\x20\xb2\x81\x60\x2d\xb1\xd5\xb3\x4f\xbb\x4d\xd5\x68\x92\xbb\x49\x81\x59\x30\x41\x74\xbc\x23\xbb\xa1\x98\x20\xfc\x7a\x43\x71\x6e\xda\x1e\xd3\x13\x8a\x93\x9a\xe3\xae\x8e\x1f\x0f\x82\x9e\xf2\xe8\x5a\xc2\x55\x73\x55\xd7\xa0\x78\xe1\xce\x33\xef\xd8\xf7\x34\xa1\x58\xb0\xa7\x89\xc0\xf2\xe9\x59\x52\x62\xc1\x9e\x25\xfc\x04\xd6\x07\x9c\xc8\x31\xf7\x9c\xc5\x62\x8e\x33\x84\x73\xcb\xcf\x31\x83\x08\xb5\xea\x00\x29\x06\x9b\x74\xfb\x03\xab\xe2\xd4\x04\x17\x41\xf2\x48\xe9\xbd\x16\x0c\x8f\xd0\x29\xd8\x34\xad\x79\x6d\x45\xb4\xe2\xa1\xd0\xb6\xde\x5e\xa2\xa6\xc9\x77\xd1\x66\xf2\x4d\x0a\x2d\x85\x5e\x13\x5b\xe9\x4a\xb5\x65\x84\xf0\xd2\x7f\x29\x18\x04\x2e\xbd\xbe\x5c\x76\xbb\x95\x7f\x0a\xbe\x96\x4d\x5e\x3a\xed\xc0\x56\xd9\x72\x6f\xeb\xb6\xdc\x27\x1f\x79\x54\x2f\x08\xb5\x17\x07\x7e\xbb\x35\x81\xc0\x2d\x05\x75\xc9\xf8\x0f\x3d\xf0\x67\x7c\xd5\x83\xc9\x61\xa3\xc0\xa9\x58\x67\xe1\x37\xc1\x54\x7c\x38\x0f\xa0\x25\x90\x54\x68\xdd\xa7\x3d\x24\xbf\xb6\x35\x6f\xf9\xe2\x99\x9d\x07\x19\x67\xa5\x8a\xf3\x08\xd4\x65\x10\xea\x6e\x9c\x5f\xca\x26\x74\xbb\xec\xca\x34\x32\xae\xb1\x96\xbf\xad\xe3\xfa\xe2\xc0\x0c\x85\x13\xa2\xda\x2a\xfb\xf5\x7e\x1f\x8f\x90\x39\xba\x74\xe2\x96\xb6\x5d\x11\x61\x51\xd4\x38\xad\xa8\x50\x42\x81\x8f\xb5\xda\xe2\x90\xa1\xb1\x02\x0d\x27\xaf\x2f\xb0\xb3\xcc\x4b\xd6\xfd\x63\x29\xf2\xe2\x55\x29\x87\xed\x0e\x18\x42\xd3\x4a\x6f\x5a\x51\x58\x09\x27\x57\x9a\x12\x81\x5a\x0d\xcc\x9c\x25\x0e\xc5\xed\xb2\x90\x0f\x11\x65\x49\x19\xc2\x19\x2a\x06\x73\x45\x68\xb7\xeb\x3c\x46\x87\x84\x08\xa3\x78\xea\x76\xe1\xa7\x60\x57\x84\x7a\xc7\x78\x65\xab\x7b\x0e\x0c\x3e\x9c\xf3\xb8\xc4\xb3\x39\xb6\xbc\x60\x88\x39\xd6\xee\x4b\x01\xa6\x2b\x70\xd9\xbc\x5c\xc3\x76\x7c\x17\x5a\x5c\x49\xf7\xb1\xaf\x48\x7f\xcd\x62\x8e\x85\xf1\x8f\x7a\x05\x1e\xb3\xf6\xbc\xc3\x3d\x19\x4d\x8b\xf9\x5c\x4a\x28\xc0\xae\xd4\xb3\x3d\x12\xf8\x07\x60\x1e\xf6\xb4\x5d\xc6\x0e\xb0\xef\xb9\x21\x99\x9c\xe7\x33\x6e\x0d\xda\x25\xf1\x24\xf3\xb3\xdb\x7f\x92\x63\xbd\xed\x36\xe1\xab\xff\xbe\x06\x3e\x6d\xac\x57\x7f\x9b\x03\xb0\x08\x77\xad\xfb\x79\xff\xc2\x24\xf7\x0f\x25\xfe\xc3\xe4\x07\xce\x36\xb9\x94\x17\x8a\x22\x9e\xf9\x5f\x30\x9d\xa3\xc4\xf9\x87\xba\x65\x21\x7b\x2a\x45\xb7\xb6\x28\xcb\xac\x9f\xa3\x13\xb6\xc2\x8c\x76\xe7\x05\x11\xc6\x27\xc9\xe9\x34\x0e\x7c\x61\xf8\x29\x5e\xad\x51\x30\x69\xce\x1f\x7b\xfe\xbe\x6e\x0b\x37\xba\xae\xdd\x13\xd4\x37\x2e\x79\xb2\x52\xfb\x9d\x80\xfd\xae\xd4\xfb\x9d\x80\xfd\xae\x3c\xcd\xd5\xd5\xcc\x5f\x3f\xc3\x81\xb3\x16\x91\x42\x43\xbd\x02\x38\x4b\xcb\x89\x0e\x5a\x73\xc6\xb3\xb0\x23\xe4\xea\xd6\xdb\xb7\x66\xed\x50\x5c\x88\xbd\x2d\x5f\xf9\x40\x3d\x3e\xce\xa9\x49\xa3\xc5\x93\xd8\xfe\xc2\x42\xf1\x0f\x0b\xbc\xe2\x97\x26\x65\x41\xa2\x01\xf7\xdf\xd4\xb8\x8c\xb9\x61\x70\xf6\x74\xa6\x48\xb3\x8d\xb6\x15\x27\x97\xa0\xb7\x2b\x39\x25\xdf\x40\x1e\x34\xe3\x87\x43\xcc\x91\x3c\xfe\x78\x1c\x57\x71\x93\xd2\x57\x26\xe6\x65\xde\xe2\x49\x67\x8e\xa4\x96\x3f\x3e\xa2\x8f\xb0\xf0\x19\x23\xe6\xe4\x2f\x6b\xe3\x6f\x20\x9c\x86\xd9\x6c\xcd\x02\x7b\xb7\x22\xe5\xc9\x43\x71\x36\xad\x2b\x11\x04\x78\xad\xb7\x8e\x7b\x9e\xab\x46\x63\x48\x9e\x79\x37\x81\x50\x65\xf2\xd7\xf5\x40\x36\x5d\x9b\x10\xb5\x9d\xa7\x31\x57\x56\xf8\x74\xb5\xa2\x99\xa8\x1c\x07\xe0\x96\x03\xf0\x06\x07\xc8\x7d\x3f\x88\x7c\x90\x57\xb1\xa7\xa6\x76\x91\x92\x55\x1a\xc3\x0f\x18\xba\xe5\x03\xb0\xe6\x35\xfc\x80\xfb\x06\xec\xc1\xa8\x5b\x42\x75\x88\x9e\x2e\xee\xd5\x44\x77\x2a\x36\x13\x29\xa1\x86\xc9\xa2\x93\xf6\xd9\xfd\x57\xa8\x19\x57\x2c\xaf\xa2\xe2\x6d\xbe\xa1\x6c\x17\x1e\x55\x3c\x81\x1e\xe1\x27\xc3\x21\x6a\xb8\x89\x3a\x41\xb5\xa0\x29\x37\x65\xc8\xda\xc6\xd1\xae\x54\x24\x5f\x46\x1d\x73\x98\xe7\xf4\x97\x1d\xad\xc4\xab\x65\x41\x9f\xa7\x45\xb1\x48\xb3\x0f\xdd\x6e\xdc\xda\xa4\xfe\x08\x97\xe7\xda\x25\x48\x4b\x41\x31\xc5\xb7\x42\x25\x4e\x1e\x0f\x87\x52\x2c\xc6\xa3\x3b\xdb\x2c\x2e\x87\x93\xa0\xdd\x25\x4a\x32\xb9\x27\x14\x41\xb9\x8e\x76\xf4\x40\xda\x7a\x55\xa6\x37\xf9\x3a\x15\x10\x29\xdb\x44\xc5\xfd\xb0\x26\xf6\xb5\x61\xd5\x79\xb9\xf6\x83\xe3\x7e\x58\x9b\x75\xfb\x61\x3d\xc8\xab\x57\xe5\x76\x27\x7e\xa0\xe5\x52\x26\x9b\x34\x5b\xdb\x56\x5c\x2d\x5b\x8c\x4e\x8a\x8f\x8b\x03\x79\xbb\x84\x8d\xf0\x79\x91\x56\x55\x7c\x6f\x46\x29\xf9\x81\xe1\x92\x72\x9d\xe5\xe5\xda\x53\x86\xc9\x37\x6f\xf4\xb6\xb3\x34\xfa\x6c\xd0\xfc\xbe\x2c\x97\x44\x47\x28\x54\x2f\x9e\xed\x96\x6b\x2a\xec\x3b\x99\x93\xd8\x5f\x83\x45\x5e\x2e\xf5\x85\x72\x20\x76\xbf\x93\x4b\xbb\x55\x07\xae\x96\xe9\x27\xc2\x9f\xcb\xd6\x9b\x35\x11\xdc\x18\x20\x8b\xdc\x1d\x8b\x41\x28\xcf\xc7\x54\x65\x33\x9c\x10\xe9\xc3\x7e\xf0\x52\xa1\x79\x18\xbe\x69\x5c\x08\x82\x46\x63\x1a\x6c\x0c\xee\x40\x30\xb8\x4e\xab\xaf\x59\xb6\xb3\x5e\x0e\x1e\x7d\x7a\xe4\xc9\xb0\x95\x04\x66\xdf\xba\xa6\xd9\x87\xa7\xd5\xa1\xcc\x0c\xd9\x63\xcf\xf1\xc1\xcf\x72\x17\x04\xad\x1e\x48\xe3\xf1\x5d\x23\x15\x6e\x5e\xb0\xa0\xb1\x30\x9b\x5a\xb0\x69\x48\x01\xd5\x86\x3d\x51\x8a\xc1\x40\xd8\x3d\x1e\xe3\x60\xe6\xfc\x6b\xed\x9e\xc1\xbf\xfb\x4e\x45\xa6\x16\xc9\xfd\x69\xa7\xa5\x67\xa7\xd9\xb3\xe7\x6c\x33\xeb\x2e\x45\x40\x56\xf9\x66\xe8\x8f\xa0\x21\x3e\xaa\x27\x23\xa2\xf7\x88\x3e\x6e\xce\xd8\x47\xf4\x11\xc2\x9d\xc6\x48\x5d\x92\x21\x0a\x2e\x17\x64\xe9\x06\xab\x5c\x50\xc0\x2a\xf7\x66\x0b\x9c\xb3\xea\x44\xb5\xb7\xea\x1d\xc2\x02\xba\x1e\x8f\x1d\x56\x27\x6c\xde\x1b\xd1\x27\xc6\x6b\xce\x57\x7e\xda\x2d\xb5\xde\x44\xc9\xed\x30\xed\x76\x3b\xf4\x30\xb1\x92\xc0\xc3\x27\x98\x0e\x24\x5b\x7c\x4d\x37\x69\x5e\x02\x93\xe8\x3f\x41\xc9\x88\x7e\x85\x70\x55\x6b\xc7\xb7\xb4\xbc\xcc\xbb\x5d\xee\x8d\xe9\x95\x6c\xc7\x23\x9c\x79\x29\x61\xff\x6d\xdb\x26\x0e\xdd\x2e\x3d\xc4\xe8\x78\xf4\x34\xb1\xe9\x09\xe1\xbc\x17\x57\x93\x61\x02\xfd\x19\xd7\x5b\xdd\xf7\xfa\xd6\x17\x38\xce\x4c\xb0\x9f\x90\xf6\xdd\x6e\xec\xb5\xb5\x76\x06\x84\x91\x5e\xe6\xd5\x16\x76\xd3\x5b\xbd\x61\x27\xde\xce\x3b\x60\x2b\xd0\xb6\xff\x75\xed\x8a\x01\x7b\x94\xc6\x04\xb8\x1a\x76\xbb\x71\x27\x3b\x1e\xab\x33\xeb\xfc\xdc\xc2\x74\xe5\x7a\x28\x77\xcd\x74\x77\xb3\xb0\x31\xf5\xe4\x7a\x33\x65\x03\xb6\xdb\xeb\x61\x3f\xcd\x40\x5c\xd3\xb2\x6d\x34\x44\x9d\xa9\x22\x34\x50\xd2\x46\xdb\xd5\xec\xc7\x65\x2c\x7c\x9e\x00\x2e\x2d\x77\x94\x1d\x34\xa9\xdf\x97\x84\xf4\x5b\x55\x3b\x8f\x2f\x69\x25\x38\x6b\x8a\xd4\xe1\x8a\xd7\xe4\xd6\x4f\xb1\x7f\x00\x7f\xa7\xde\x9d\x3d\x69\x74\x3a\x01\xe3\xd1\x53\x28\x68\xe4\xd5\xd0\xbb\xa0\xbb\xa5\x37\xb4\x14\xdf\xa4\xe5\xb2\xa0\xbc\x4a\x6e\x57\x92\x45\x34\xda\x55\x23\xe0\xe9\x84\x70\x79\x20\x2d\x46\x65\xad\x77\xdd\x5a\x34\xa7\x36\xd8\x08\xa6\x65\xba\x28\x68\x95\xcc\xec\x45\xb6\x38\xcc\x4f\x08\x73\xbf\x50\x84\xf3\x4f\xd6\xa1\x50\xf8\x02\x8c\x8a\xe8\xe2\x22\x02\xe3\x8c\x07\xff\x8e\x27\xc9\x45\xef\xf8\x5e\xf4\xd0\x1f\x1e\x0c\x04\xad\x44\x2c\xdb\x80\x9a\x88\x27\xc6\x85\x3b\x2f\x97\xb4\x14\x17\xe0\x41\x70\x11\xf5\xc0\x69\x5d\xdd\x70\xe6\xab\x83\xce\x6c\xb5\xab\xb3\xe1\x5c\x8a\x43\x56\x8c\x60\x87\xe0\xa2\x1e\x44\xd1\xfc\x60\xd3\x7f\x05\x7b\xc8\x75\xca\x9f\xb3\x25\x7d\x2a\xe2\x21\x9a\xd0\x81\x48\x17\x6f\xf2\x5f\xe9\x1f\x85\x03\x9c\xd6\xd7\xc9\x0e\xec\xf0\xe0\xdf\x6c\x45\x11\xa0\x37\xea\x7c\xb2\x9f\x5f\x11\xbf\xb6\xb0\x06\xe5\x07\x25\xae\x08\x1f\xa3\xb2\x47\xa2\xf7\x22\xc2\xa2\x4f\xf8\xb8\x06\xa9\x0c\x48\xca\x25\x38\xb5\x8d\x9b\xd0\x7e\x95\x6e\x41\x80\xa2\x38\x5d\x59\xdc\xa4\x4c\x76\x5c\x6b\x3c\xd4\x51\x81\x06\xf2\x38\x3f\xa0\xfb\x1e\x19\xe2\x21\xd6\xa7\x06\x04\x75\xba\x68\x9a\x3e\x74\x91\x75\x76\xe5\xa1\xb3\x2b\xb7\x5e\xcb\xca\xc4\xc6\x6c\x37\x06\x4b\x6c\x72\xc6\x3e\x6f\x75\x88\xc5\xc0\x0f\x72\x14\x97\x68\x70\x3e\xec\x50\x2c\x0f\x8c\x92\x31\xc4\x14\x33\x2c\x74\x34\x62\x50\x6d\x1f\xfe\x8f\xac\x2d\x6e\x4f\x8d\x7b\x61\x75\x9c\x13\x06\xe9\x0e\x0c\xa5\xcc\xc5\xb0\x9c\xc0\x84\xc1\x61\xa7\x0d\xa8\x29\x2f\x5b\xcd\x0a\x7f\x67\x78\x9f\x91\x87\xf5\x6e\x0e\xe5\x50\x53\xec\xce\xf1\xba\x9d\xa0\x85\xad\xf2\xcd\xae\x48\x05\x7d\xc6\x69\xfa\x01\xc4\x04\xf3\xe6\x05\xdb\x2d\x0a\xf5\x3e\xbc\xc5\xcd\xbb\xdd\xfc\x8a\x94\x5a\x17\x98\x5f\x92\x72\x20\xd8\x84\x75\xbb\x39\x21\x74\x72\x2b\xf7\x9c\x24\x8a\xb0\xd2\x5e\x9e\x92\x58\x9e\x6b\xf2\x4b\x9a\xe4\x97\x84\x22\xfd\xbd\x1c\xa8\x78\x7d\xa0\xb0\xcd\xfb\xaa\x30\xa4\xf2\xe4\xa7\xa4\x25\xd1\x10\xd7\x92\xa9\x87\x53\xe2\x20\x86\x64\x6a\x88\x2b\xf1\x03\xbb\xc3\x54\xf2\xb7\x12\xd6\xca\x7a\x9a\x7c\x6d\x84\xea\x76\x8d\xe6\xa5\x9e\x08\x3e\x1b\xe6\x18\xf9\xfa\x17\x33\x3c\x58\x20\x10\xe0\x20\x0a\x4b\xae\xe9\xeb\xd4\x0c\xc6\xb8\x23\x77\x1e\x89\x46\xa1\x88\x69\x6f\x34\x1c\xf6\xfd\x48\x1f\x19\x2b\x76\x9b\xff\x7e\xf0\x28\x3b\xbb\xee\x6c\xb4\xb9\xab\xca\xd8\xae\x14\xcf\xa1\x25\x31\xc7\xb4\x9f\x23\x73\x6d\x65\xa8\xc3\x6e\x28\xe7\xf9\x92\xbe\x02\x96\x0f\x76\xd4\x93\x4f\x25\x88\x73\xe4\x99\xce\xa6\x57\xfd\x91\x14\xc6\x7a\x24\xed\xb7\x54\xca\x07\x15\x4d\x79\x76\x1d\x3f\x78\xff\xe6\xf8\x87\x07\x08\x21\xcc\x3c\x22\xd9\xa4\xff\x75\x4a\xd1\x9a\x61\xcf\xbb\x55\xa8\x93\xd7\x7b\x07\x16\x21\x88\x9a\xea\xe7\xff\xcb\xe3\x76\x07\xf1\xb5\x95\x80\x3a\x05\xb0\x38\x87\xbd\x41\x8e\x01\xb2\x6a\xd9\x10\x06\xe4\xce\xc1\xf0\x82\x6c\xa8\x55\xb2\x84\x65\x72\xa7\x31\x61\xeb\xc2\x3a\x1e\x55\xfc\x34\x23\x50\x15\x07\x0d\xc5\xe2\x04\x83\x5d\x20\x18\x38\x33\xce\x42\x59\x91\x8a\x10\x5c\xab\x84\x0d\xde\xf9\xee\xaa\x00\xa7\x5d\xd8\x30\x5d\xde\x57\x37\x83\xac\x60\x15\x5d\x3e\x3b\x20\xe4\xc2\x54\xdb\x18\x39\x98\x49\x66\x59\x5a\xa0\xb2\x5c\x41\x2c\x5f\xb9\xe9\xdb\x22\xaa\x6d\xe4\x46\xdf\x19\xe2\x11\x36\xf6\x52\xdd\x6e\xa7\x55\xa4\xdb\xb2\x4a\x8a\x1d\xad\x14\xe9\x76\x9b\x1f\x3c\x46\x75\x8a\x29\x9a\xe4\x30\xea\xda\xe4\xc9\xc3\x6c\x03\x9d\x91\x71\x15\x9e\x5c\x1f\xd4\xd6\x6a\x29\xb9\x3a\xf8\x10\x88\x63\x3a\xa6\x36\xb1\xb9\xef\x03\x62\x87\x88\x60\xf1\xf2\x60\xe1\x5c\xb0\xc0\x14\x21\xbf\x3e\x57\xfa\xf5\xc1\x0d\xb8\x0a\x27\xbd\x3c\x7c\xa6\xf1\xac\xc5\x40\x68\x33\x9f\x65\xa1\xf9\xac\x39\x60\x18\x62\x21\xa4\xc0\xd2\x28\x66\x40\x5f\x8e\x19\x38\xef\x93\x1c\xb3\x36\xdb\x5a\xbb\xe7\xdc\x1d\x04\xcd\xdb\x99\xf4\x8d\x2f\xf3\x2c\xa9\x64\x8d\x66\xe5\xd7\x4a\x31\x32\x22\x3d\xb3\xab\xc3\x5b\x40\x17\x80\xad\x71\x3c\xf6\xb1\xc0\xdc\x47\x2d\x57\xc5\x26\x99\x09\x28\xd7\xed\xda\x78\xb2\x3a\xf6\x80\xda\x76\x90\x20\xe6\x83\x1c\xc6\xed\x21\xd6\x32\x0e\x04\x36\xd7\x7e\xea\x67\xdb\xa4\x43\x66\xfa\x14\x70\xcc\xcd\xb4\xc1\x63\xc3\x0a\x80\xf9\x2c\x26\xa0\xeb\x86\x89\x6d\xa7\x57\xc0\x44\x4d\x45\x4d\x4f\x07\xe2\x88\x92\xe1\xa7\x2f\x26\xe5\x1c\xe6\x35\xfb\x67\xf5\xce\x58\x00\x67\x07\x6f\x66\x6d\x0f\x75\x60\x7c\x31\x2e\xc7\xa5\x32\x9b\xd1\xb1\x06\x28\x21\xa5\xb3\x29\xb2\x56\x43\xb6\x8c\xcd\xa1\x15\xa6\xc3\x4c\x0e\x9c\x12\xa6\x90\x30\xe2\x07\xff\x7e\x5f\xfd\xf1\x01\x72\xa0\x5c\xb8\x22\xbc\xdb\x65\x5a\x0c\x48\x71\xda\xe3\x0e\xae\x8b\x1f\x8f\x39\xac\x58\x56\xf5\x52\x9c\x11\x31\x69\xee\x1c\x0a\x83\x02\x30\xe8\x5d\x00\x2e\x33\x54\x52\x32\x74\x6c\x6b\xec\x43\xe7\x2b\xab\x7a\x77\x54\x39\xc3\x6f\xb0\xec\x49\x63\x26\x18\x81\x2d\x25\x8a\xa9\xe4\xc7\x63\x7e\x49\x18\xbc\x9d\xb0\x81\x60\x89\x15\x66\xe4\x13\xce\x01\x1d\x70\x20\xd8\xd8\x7a\x65\x04\xcd\xad\x94\xc5\x7f\x76\x3c\x66\x84\x84\x76\xff\xf0\xde\xe0\xc9\xeb\x8b\x4e\x64\xcd\x56\x00\x83\x22\x9d\x94\x2a\x80\x65\x45\xb2\x81\x60\x27\xc9\x04\x83\x88\x96\xd9\xa4\x9a\xd0\x81\x92\x9d\x62\x95\x09\x25\xde\x0b\xc1\xe4\xa3\x5b\xad\x4a\x91\x44\x41\xd2\xff\x63\xa9\x0e\x3d\x37\x67\x4f\x1f\xd6\xcc\xc7\x4d\xaa\xdc\xb3\x72\x5f\x0d\x4a\xba\xff\x2e\xdd\x50\x1b\xa6\x2a\xe6\x80\x66\xd7\x82\x85\x85\xd0\x2c\x1a\x44\x3d\x31\x27\x14\x8b\x93\x3b\x94\xe8\x38\x00\x0d\x78\x5d\xf0\xd7\x99\xc0\xbf\x89\xfa\x9d\xc7\xf0\x17\x39\x5b\xdb\x52\x01\x89\x8c\xb5\xae\x81\x6d\x29\x49\xfd\xb3\xe6\x37\xeb\x49\xfb\x2e\x64\x5d\x72\x52\xe5\xb8\x94\xa4\xad\x09\x09\x49\x8d\x37\x9b\x11\x84\x0e\x05\x25\xfb\x75\x2c\xce\xc1\xfb\x82\xf7\x9d\x94\x95\x8c\xbb\x2a\x55\x9e\x89\xc7\x63\x1e\x6b\xaa\xa4\x55\x95\xaf\xcb\xf8\xf6\x84\xa9\x72\xd6\x83\xdd\x44\x8a\x16\x08\xe1\x5b\xd9\x5f\x76\x42\xaa\x2a\x8b\xae\xb6\x2b\x28\xe1\x10\x7b\xfa\x6b\xb9\x43\x25\x9e\x79\xed\x35\xdd\xd0\xb7\x87\x2d\x25\xa5\xfb\xfd\xd9\x98\xaf\xde\xa1\xd6\xda\x3b\x1c\x8f\xb7\x27\x4f\xe3\xb3\x0e\x75\x2c\x87\xcf\xd6\xe3\xcc\xe8\x6c\x38\x37\x61\x63\x3d\x36\xb5\x68\xd1\x7f\xac\x9d\xfe\xc3\x41\x44\x27\xe6\xeb\xe1\x80\x1c\x87\x9a\x1e\xc2\x1b\xc7\xd9\xc7\x83\xf5\xe5\x0a\x34\x0f\x37\x87\x6e\x37\xa6\x9a\x9a\xdd\xae\xf6\x07\x7a\xb7\x51\xa4\x9e\xc2\xeb\x01\x5b\xd9\x24\x00\xe9\x4c\x1d\x51\x11\xfe\x04\x2a\xee\x4a\xdf\x77\xa1\x89\x2e\xfb\x00\x6e\x7f\x14\xa1\xa4\x34\xaf\xd6\x87\x41\xc6\x36\xdb\x9d\xa0\xdf\xc5\xb3\x77\x9b\xc1\x32\xe5\x1f\xde\xca\x1a\xe6\x38\x6e\xf5\xab\x54\x3d\xf6\x53\x22\x42\xe2\x48\x3e\x45\x92\x77\x4f\x66\x74\x9e\xcc\x00\xda\x34\x71\x75\xa8\x6a\x31\x87\xf5\xbd\xbf\x43\xbb\xd0\x08\x1c\x9b\xf2\x0f\xcf\xd3\xec\x9a\xb6\xe2\xd9\xb9\xcb\xfa\x9f\xd6\xf6\x8a\x54\xbb\x6f\xd0\x8c\xf1\x54\x69\x13\xd4\xae\xb6\xcb\x8b\xe5\x0b\x9a\xb1\x58\xe0\xc5\xc1\xa6\xfe\x4d\x77\x53\x9e\x52\x06\x97\x44\x4e\x18\x77\xcf\x5f\x76\xec\x0b\x7d\xc3\x2b\x65\x05\x35\x67\x2e\x69\xe3\x16\xaa\xdb\xed\x70\x29\x42\x40\x0c\x54\x67\xa0\x08\xcf\x93\xf6\x9e\x78\x2f\x60\xd9\x53\x63\x1b\x80\x92\xd8\xa0\x70\xa9\x4b\x08\x6a\x6b\xd2\xd7\x58\xc7\x23\xb7\xf7\x26\xbe\x01\xea\x1d\xd4\x52\x65\x04\x31\x12\xed\xc7\x4f\xda\xae\xc3\x8d\x95\x89\x82\x05\xfd\x0a\x71\x78\xcb\x25\x58\xb0\xb8\x70\x21\x74\x7f\xf1\xf3\x4a\x41\x8e\xca\x8a\xab\x7c\x51\x50\x65\x53\xd9\x44\x1d\xe5\xad\xa8\xa3\x1a\x4d\x15\x57\x44\x9b\x42\x66\x24\x95\xdb\xe1\xd3\xb5\x6f\x39\x8b\xe3\xba\x14\x93\x83\x97\x13\x08\x17\x6e\xd6\xcd\xf8\x1c\x6c\xcd\xfd\x17\xa4\x5c\xc2\x73\x7c\xab\x38\x2a\x07\xa8\x63\x04\x81\x42\x8c\x4e\xaf\x50\xb0\x97\x45\x1d\xf6\xd2\x5a\x0b\x28\x75\x5c\xec\xf1\xb3\x8f\x07\xf2\xcd\x0e\x30\x8b\xe2\xe0\xa6\x77\x7f\xc0\xb7\xde\xf0\xb4\xb3\x34\x2f\x01\xb0\xed\xa7\x07\x12\x1b\xbf\x6d\x03\x2c\xe1\x21\x48\xf8\x38\x11\x0e\x0c\x42\x63\x0e\x58\x4c\x0f\xec\x81\x40\x18\xa8\x07\x83\xe9\xa0\xc1\x1b\xc0\x81\x3c\x84\x1c\xc1\x01\x74\x83\x07\xa9\xe0\x23\x35\x38\x10\x05\x0f\x98\xe1\x1c\x24\x82\x4d\x18\x60\x1d\xb4\x3c\x5b\x1f\xfe\xc0\x51\x3f\x70\xc6\x6f\xc9\xe5\x1c\xf0\xeb\x4e\xf6\x9e\x7b\xbc\xe7\xe5\xfe\x6e\x03\xf2\x0b\xf0\xbe\xf8\x36\xea\x0e\xb2\x4d\x1f\xae\x1b\xe8\xf2\x42\xfe\x06\xf1\x33\x2f\xd7\x1a\x2a\x26\x4a\x6e\x25\x13\x5e\x73\xb6\x2b\x97\xcf\x01\x1a\x28\xfa\x9f\x47\x0f\xff\x9c\xfd\xf9\xe1\x93\x87\xd1\x09\x37\x0b\x28\x59\x79\x9f\x32\x16\x8b\x27\x4f\x9e\x3c\x79\xfc\x38\x82\x11\xff\x70\x20\x23\xfa\x18\x7f\x7f\x20\x51\x8c\x66\xf3\xdb\x53\x84\xdf\xde\x77\x4b\xdc\xaf\x62\x8a\x6f\x53\x29\x1f\x3e\x07\x87\xa9\xa4\x33\x34\x70\x38\x55\xf2\xfd\x01\x6f\xd2\x8f\x6f\xb2\xb4\x7c\x91\xab\xcd\x2b\xf9\x70\xc0\x9c\x96\x4b\xca\xa7\xb2\x9d\xc9\xaf\x87\x13\x38\x9d\xbf\x39\xd4\xd7\x46\xd4\x42\x8f\x13\xc2\x3f\xb7\x26\x6c\xe9\xb7\xbf\x2f\xff\xea\xed\xcb\xb3\x39\xec\x85\x90\x9c\x2e\x27\x6f\x0e\xc9\xcf\x07\xb7\x41\x2b\xc8\xf6\x01\xd7\x00\x8b\xc0\x89\x4d\x78\x03\xf5\x20\x18\xdc\x6f\xd1\x72\x09\xc7\xb7\x30\x3d\x2d\x97\x26\xb5\xfc\x09\x69\x05\xec\x5c\xcf\x0f\x2d\x76\x47\x2d\x86\x1d\x8a\xab\x9d\xda\x4d\x91\x9a\x36\x67\x1d\x31\xa8\x68\x41\x21\x8d\xe1\x8c\xd4\x2a\x51\xc0\x31\x2c\xb4\x0c\x7a\x7b\x40\x8a\x47\x9a\xd7\x36\xbb\xea\x44\x0b\xb3\x2c\x5b\x99\xa5\x67\xda\x94\xfa\xb6\xed\x15\x79\x61\xb7\x48\x9c\x02\xdf\xc0\xfd\x11\xce\xd1\xf1\xa8\x9e\xae\x86\xdd\x6e\x23\x49\x7f\x84\x55\x9a\x7c\xe0\x4d\xa6\x6e\x37\x6e\x16\xe6\x97\x75\x29\x5a\x1c\x6f\x1a\x59\x7a\x23\xd5\x02\x34\xae\x14\x6e\xa8\xc1\x1d\xc8\x07\xde\x5c\x8c\x9d\xcd\x1d\x72\x88\xa7\x99\x62\xc7\xd9\x19\x76\x5c\x2e\x21\x22\x14\x07\x03\x66\xbc\xe5\xec\x26\x5f\xb6\x2e\x14\x29\xf6\x78\x9b\xaf\x9c\x24\x10\xc3\x01\xe1\x97\x07\x32\x7b\x7e\xc0\x4f\x0f\x73\x37\x61\xbf\x3b\xd8\xf3\xf7\xbd\x03\x2a\x4e\xfc\x87\xe4\xd6\xd8\x6a\xce\xde\x6a\x19\x0a\xbf\x3c\xcc\x9d\xac\xf9\xed\xa1\xee\xd7\x0d\x47\x09\x71\x39\x9c\xbc\xba\x81\x80\x3d\x74\xf9\xec\x90\xf8\x4a\xb6\x1a\xc8\x7c\xbe\x8a\x47\xf2\xdc\x2b\xd9\xa5\x75\x07\x30\x66\x6f\x36\x3a\x80\x52\xba\x81\x01\x1c\x28\x8b\xf3\xff\x7d\x48\x08\x54\x33\x4a\x86\xc6\x06\x6e\x56\xce\xf2\x9e\x98\xcf\xdb\x95\x52\x2f\x0e\xcd\xa8\x1f\xbf\x11\xac\xf5\xf6\x04\xf7\x2e\x35\xa6\x74\x3c\x7e\x38\xc0\xed\x8b\x61\x5c\xc7\xe3\xf7\x07\x9c\x2a\x1f\x75\x90\x06\x82\x9b\x31\xc0\xd1\xcf\x48\x35\xce\xc6\x19\xc9\x02\xe5\x5b\x41\xbe\x3d\xc4\xea\x20\x8c\x4b\xcc\xa0\xdf\x45\xb7\xab\x8f\xc0\x99\xb3\xf4\xbf\xf8\xc1\x68\x23\x32\x5c\x60\xe6\x44\x49\xf3\x3a\xc5\x2a\xd6\x1e\x58\xda\x3b\x5a\xfc\x70\xf0\x63\x8c\x39\xc1\x45\x07\x5f\xad\xb4\x4f\x87\x36\xf0\x17\x2c\xe1\xf2\xac\xad\xc3\xf2\x68\x99\x3f\xf5\x64\xfe\xd4\xc8\xfc\xa9\x45\x62\xd4\x6d\x86\x60\xc0\xc5\xc0\x8b\xf5\x1d\x73\x7d\x28\x2f\x7c\xad\x00\x07\x2e\x87\x14\xb6\xa2\xca\x23\xd8\xa5\x76\x31\x48\x0a\x8d\xae\x08\xa9\x64\x8a\x21\x21\x59\xb7\x9b\xdb\x09\xa2\xa3\xb2\x1a\xd5\x6c\xb7\xab\x72\x5c\x16\x8e\x56\xb7\xc0\x78\x93\x0a\xd3\x72\x99\xdc\x7a\xc5\xca\xfe\x15\xd0\x3f\xcd\xcd\x93\xce\xf0\x24\x9b\xff\xed\x41\x97\x0b\x83\x80\xb2\x5e\x6f\x6c\x30\x21\xdd\xa7\xbe\xfc\x06\xc6\xf5\xfd\x7e\xd6\x56\x55\xa1\xb5\x72\xb2\x0a\x43\xa6\x4f\x54\x3f\x3a\x19\xf4\x47\x45\x09\x2f\xd4\x70\x2c\xe9\x56\x43\x84\xac\x55\xea\x17\x63\x47\xfc\x97\x43\x18\x55\xce\x1a\x97\x5f\x0e\x27\x3a\x68\xc0\x0b\x96\xc5\xa2\x3f\xc2\x02\x25\xfe\x1b\x2c\x7a\x23\x04\x32\xac\x21\xb6\xd2\xe0\x64\x97\xc3\xe3\x31\x93\xeb\x70\xd8\x21\xe5\xd5\xb0\x55\xd7\x54\xe8\x99\x04\x21\xa1\xfb\x23\x30\xb8\x4e\xca\xab\xe1\x44\xf4\x46\x89\x38\xe1\x1d\x51\x4c\x57\x4a\x68\x0a\x24\x53\x60\xf9\xd9\x67\xc5\xc9\x10\xe1\x15\x19\xe2\x6b\x32\x1c\x77\x76\xca\x03\x5d\xed\x22\xdd\xee\xf5\x25\x61\x63\x13\xb7\x69\x67\xa2\x9c\x5c\x0e\xbb\xdd\xf8\xba\x47\xac\x7f\x91\x6d\xcf\x96\x88\xde\xf5\x1f\x4b\xbc\x91\x2d\x9e\x0c\x93\xa5\x03\xa8\xbf\x81\x57\xe6\x45\xd2\x1f\x8d\x37\x1d\x72\x33\xde\xf4\x48\x69\x02\xd4\x39\x12\x2c\x67\x1b\x15\xa2\xa5\x13\xaf\x25\x1d\x78\xb8\xb6\xb7\xbd\x0d\x1e\x21\x1d\x39\x30\x47\x28\x5f\xc5\x6b\xa0\x14\x01\x4a\xad\xf4\x4c\xba\x55\xcc\x6f\x15\x4e\x9b\xc2\x9b\xa1\xb2\x20\xc1\xe4\x9f\xde\xc8\x4d\x90\xf5\xd5\xd5\x88\x90\xec\xea\x6a\x74\x1a\xaf\xfa\xfd\xd3\xa9\xbc\xaa\xf7\xd8\x70\x82\x1d\x10\x6a\x62\x8b\xf6\x26\x87\xbe\x12\xd0\x94\x79\x7d\x68\x3d\xe0\x3e\x3b\x90\x99\xb6\xf2\x9f\xe3\x77\x07\x29\x0b\xfc\xa7\x3d\xe5\xab\x03\x19\xe2\x7f\x1e\xc8\x6c\x16\x19\x01\x37\xc2\x51\x80\x02\x36\xc7\xee\x5b\xff\x61\xed\xab\x41\xe2\x82\x54\x4a\xe4\x86\x34\xc6\x31\xde\xfb\xba\xa4\xab\x7a\x66\x0f\x52\x4b\xa6\x10\xe9\x3a\xc2\x91\x86\x06\x85\x37\x16\x77\x33\xc2\x51\x80\x09\xaa\xd2\x1f\xb6\xf2\x83\xc5\xdb\x92\xef\xe4\x21\x53\xe4\x65\xa3\x99\x1a\x87\x0f\xd2\xfc\xb2\x4b\x0b\x1d\x0c\x27\x32\x10\x99\xf0\x81\x72\xce\xe4\x4b\x03\x43\x25\xdf\x49\x21\x02\x52\x1a\xd0\x3c\xf9\xd2\xc8\xfb\x11\x8e\x02\x1c\xad\xf9\x7c\xfc\xea\x70\xf9\x4f\x83\xe9\x3b\x7e\x75\x30\xae\x58\x5f\x1f\x48\x15\xff\xf3\x30\x7b\x75\x98\xe3\x87\x08\x7f\x73\x20\x5f\x1f\x66\xc3\x39\xfe\x07\xfc\x18\xcd\xc7\xff\x39\xcc\xbe\x39\xcc\xc9\x4f\x87\xf8\xf5\x01\xff\xc3\x57\x0d\xfd\xa8\x55\x43\xef\x0e\x61\xe0\x9d\xe3\x31\x7e\x77\xd0\x11\x4f\x14\x46\x21\x2b\xe8\x60\x9f\xf2\x32\x16\xc8\xcb\xff\xd3\xe1\x1c\x08\xbb\x30\xe1\x39\x06\x51\x4b\xd8\x91\x3b\xf1\xd8\x71\x4a\xe8\x8c\xcd\x8f\xc7\x57\xeb\x19\x9b\x8f\xd3\x49\x64\xea\x73\xca\xcf\x74\xc2\x27\x9c\xa4\x31\x47\xc9\x8f\x87\x98\xe1\xc8\xa0\x18\x5e\x44\x46\x0a\x63\x38\xba\x80\x13\x4c\x2a\x2e\x60\xb6\x5f\xb0\x95\x0a\xb1\x84\x12\x3e\x51\xb9\xde\xa6\xeb\xb6\x0c\xd5\x85\x1d\x3b\x99\x98\xa4\xba\x92\x1f\xcb\x0f\x25\xdb\x97\x17\x16\xc7\x37\x2f\xd7\xb2\x48\xaf\x0c\xe4\x9f\xb8\xf3\xf0\xc4\xad\x20\xe3\x03\x78\x9b\xe1\x58\xb1\x5d\x31\xe0\x74\x5b\xa4\x19\x8d\x1f\x5c\x3c\x58\xe3\xe8\xe7\x48\xb2\xd8\xaf\x6f\xac\x68\x9f\x2f\x93\x67\x07\xeb\x9f\x97\x6e\x68\x52\x61\x0d\x87\x72\x58\xc7\x6b\x11\xdf\x9e\x70\x85\x39\xc0\x9d\x98\x73\xc7\x33\x3d\x84\x19\xc2\xd9\x20\x5f\xba\x61\xfb\xc3\x21\x08\xfe\x63\xe5\x4a\x2b\xb6\xf9\x26\xa7\xc6\xe8\x51\x01\xef\x70\x9a\x2e\xbf\x2f\x8b\x83\x73\x2d\xd4\x57\x1e\xb1\xc0\xdc\xd4\xdc\xe9\xb0\x6e\x37\xce\x63\xae\x0d\xa1\x25\x59\x94\x2f\x9e\x4c\xfc\xf7\x03\xf9\xc3\x21\x16\x0b\x3c\x44\xf8\x2f\xf0\x9b\xc2\xef\xbf\xc1\xef\x33\xf1\x89\x16\xb0\x5d\x35\x14\x5f\xb8\x94\x1c\xc8\x98\x46\x9d\x3d\x73\x70\x1b\x0a\xa1\xcd\x36\x4a\x47\x41\x80\xeb\x0e\xef\xa2\x23\xb7\x17\x1d\x39\xc8\x1e\x0c\x4c\x62\x92\x5a\x1a\xc1\xd4\xfd\x86\x0d\xf0\x5b\x5d\x91\x61\xb7\x5b\xce\x2a\x70\xa7\xd3\xf7\x22\xfa\x11\x14\x3f\x49\xe9\xfb\x02\x32\xbb\xe9\xcb\x6f\x27\xdf\x81\x8b\x87\x27\x04\x1e\xc6\x44\x80\x95\x88\xf0\xd0\x3b\x90\xfe\xf5\xf0\x5f\xb0\x71\x70\x54\xdc\xa4\x79\xa9\x0e\x47\x25\x09\xd1\x7a\x9e\x8a\x38\xd2\x8a\x88\xb7\xec\x03\x2d\xab\x08\x0b\xcf\xb9\xc7\x86\x65\x84\x13\x83\x9b\x77\xff\x3a\x38\xef\xe3\x1b\x15\xca\x07\x62\x3e\xca\x73\x01\x96\x8b\x00\x0e\x05\x38\x23\x9e\xbc\x51\xf6\x9f\x0c\xa5\x64\x5c\xf8\x2f\x39\xe6\xbd\x27\x43\x84\x77\xe4\xc1\xfb\xea\x8f\x7f\xd0\x01\x76\x32\xff\x6e\x6d\x45\xd4\x7d\x9b\x89\xbd\xe3\x7d\xba\x26\x46\x94\xe8\xef\x40\x72\xd1\x37\x70\xd7\xfd\xd4\x26\x41\x84\xa4\x52\x6a\x54\x5f\x56\x78\xd5\xab\xdc\xdd\x5c\x65\x36\x68\xd9\xf0\xe4\x76\xcb\xaa\xa4\xec\xef\xf0\x26\xe5\xeb\xbc\x4c\x76\xdd\xee\xe8\x84\xa1\x2b\xea\x1b\xef\xad\xcc\xb7\x95\xfc\x76\x1a\xf3\x7e\x79\x49\x46\xc3\xe1\x24\x27\x2c\xe8\x2c\xe6\x28\x89\xf3\xf0\x55\x09\x5d\x0d\xd2\x71\x49\x14\xae\x4d\x03\x97\x41\x4f\x73\xbf\xa7\xdb\x80\x3e\xcc\xff\xb4\x21\xcc\xc6\xbd\xed\x57\x35\xcb\x96\x5c\xf7\x7b\x89\x97\xbd\xd4\x0b\x21\xe4\x6e\x2b\x37\x78\x13\x50\x64\xe2\xd3\xa2\xe7\x72\x99\x8e\x3f\x78\x5f\x69\x4b\xd1\x1c\x2c\x29\x9f\x8a\xd8\x2b\x1a\xc9\x63\x5b\x48\x33\xaf\x55\xcd\x32\x98\x29\x63\xd3\x1f\xe9\xcc\xa7\x9a\x45\x83\xe2\x18\xbf\x13\xce\x4f\x34\x78\x0a\x58\xd8\x9c\x8b\x5c\xf9\xd7\x03\x00\x57\x01\xdb\x18\x00\xaa\xb9\x0e\xa2\xd6\x69\x89\xbe\xe6\x78\xdb\xc9\xa2\x56\xf8\x70\x67\x8d\x6a\xbc\x2b\xa8\x7f\xc9\x8a\xf8\xac\x9c\xe3\x5a\x94\x4c\x59\xd9\xc3\x0e\xa1\xdd\x6e\x27\xbf\x5f\x95\xb7\x5a\x55\x9f\x38\x6f\xc1\x66\xcd\x8e\x11\xe7\x33\x31\x9f\xcc\xe6\x89\x06\x14\xd4\xd5\x2b\x35\x6a\xc2\x67\x62\x0e\x8b\xb9\x17\x5d\x44\x27\x6c\x92\x08\x66\x12\x44\x17\x51\x0f\x12\xc1\x48\x9f\xe0\x52\x06\x8e\x56\x23\x68\x73\x7e\x47\xa0\x71\x99\xd4\x9e\xd4\x25\xdb\x98\xcd\x71\x45\x86\xe3\xea\xd2\xc4\xb8\x83\xe0\xb0\xf9\x2a\x66\x24\x9f\x55\x73\x73\xd7\xcc\x67\xd5\x1c\x17\x84\x41\x9c\x1d\x60\x34\x2b\x52\xa8\xfa\xc7\xa9\xcf\x88\x77\x83\x2d\xab\xfa\x19\xa4\xb1\xe0\x54\x4c\xbd\xee\xed\x06\x6a\x0e\x9a\x4e\xad\x20\xf1\x4a\xbf\x95\xe9\xe0\x4d\x2f\x53\x25\x3b\xd4\xbc\x1a\x91\xd3\x53\xbb\x32\x42\x2c\x42\x41\xea\xbf\x37\x5f\x75\x70\xdd\xfe\xe8\xde\x5e\xc6\x2e\x2e\x5a\x69\x63\xfd\x28\xd5\x12\x2e\x48\x25\x47\x73\x67\xe3\x0a\xe2\x15\x19\xd1\xaf\x24\x47\x1d\x5f\x5f\x92\xc2\x1e\xbd\x84\xbf\x49\x5e\xc3\xb4\x54\x2a\xcc\x2b\x29\x19\x64\x84\x14\xc7\x63\x71\xa5\x5e\x21\x74\xcb\x88\xfa\x39\x56\x67\x32\x58\x47\xd7\x08\xf2\xeb\x08\x61\xc6\xa0\x44\x47\x00\xf3\x39\xde\x12\xac\x2d\x7c\xde\x76\x43\x36\xc4\x1e\x7d\xf0\x9a\x2c\x7d\xa3\x53\xc9\xb9\xb6\x8e\x73\x6d\x27\x1b\x38\xdb\x5d\xea\x44\x46\xdd\xb7\xb9\x5c\x75\xbb\xf1\x8a\x6c\x10\xd6\xe1\x79\x6f\x65\x73\x92\x25\x36\xc1\x0c\xd6\x58\xc8\xbd\x2f\xd9\x62\x65\xdd\x9e\x6c\x30\x28\x2c\x93\x1b\x5c\xe5\xe5\xba\xa0\xf2\x50\x85\x4e\xd7\xb2\x7a\xd6\x1b\x49\xc1\x6f\x75\x39\xa2\x5f\x59\xb8\xc2\x03\xd9\x8d\x0f\x6e\xfa\x4a\x81\x3e\x9f\x1d\xe6\x03\x55\xdc\x25\xfc\x96\x75\x86\x0d\x8b\xbd\x34\x64\x85\xc6\xb9\x0d\xf6\xb8\xeb\x8d\xe0\xf3\x6e\x3e\x50\x0d\x20\x20\x73\x29\x79\xe2\x99\x72\x08\x7f\x56\x77\x08\xb7\x0c\xe3\xae\xc5\x67\x6e\x1d\xe0\x20\xdd\xa1\x4a\x31\x0b\x71\x4a\xa0\x1e\x08\x11\x03\x23\xbf\xc0\x53\x39\xdf\xf6\x72\xaa\xe5\x6e\xaa\xed\xf5\x54\x5b\x90\x7d\x43\xfe\xfa\x48\x16\x7a\x9a\x3d\x25\x1f\xa1\xbf\xf8\x03\xf9\x38\x00\xda\xe2\xef\xc9\x47\xdd\x55\xfc\x96\x7c\xd4\xd0\x02\x6f\xc8\x47\x5d\xf1\xb8\xf3\xa6\xdb\x7d\x7b\x3c\x4e\xfd\x85\xfc\x54\x41\x69\x7e\x6f\x98\xce\x07\xe0\x46\x3e\x21\xf6\x21\x21\xf6\xd6\xba\xfd\x67\xe2\xb8\xe0\xd4\x2a\x52\xcc\xe2\xfd\x19\xdb\xd5\x15\xac\x34\xc9\x2d\x7f\xc6\x23\x74\x3a\xdd\x8b\x93\x19\x62\x5e\x91\xa1\xa5\xdb\xaf\xf8\xb9\xa4\xdb\xcb\x1a\xdd\x5e\x6a\xba\xfd\x4a\x5e\x36\xe8\xf6\x1d\xf9\x55\xd3\xed\x5b\xf2\x9d\xa2\xdb\x0b\xf2\x9d\xbd\x1f\xfa\x81\x7c\xa7\x68\x28\x17\xd0\x8b\x2b\x32\x54\xb9\x7e\x21\xdf\x2a\xf2\xbc\xc0\xaf\xc9\x2f\xbd\x1f\xcc\xe4\x8b\x2e\x22\x42\xbe\x85\x99\x36\x7b\xdd\x57\x69\xe6\xdd\xee\xeb\x5e\x0f\x3f\xf7\x89\xfb\x8b\xe4\x75\xaf\x4f\x4e\x93\xfd\x0c\xdd\xbe\x0c\xc9\xf9\xd2\x93\x53\x2d\xed\x9e\x87\x8c\x0f\xf8\xdc\x82\x30\x87\xa9\x89\x79\xf8\x98\x2f\x02\x6b\x0a\xb6\xf8\xac\xab\xa3\x4d\x5e\xbe\xa0\x5b\x71\x9d\x8c\x86\x43\x5c\xd2\xfd\x5f\x38\xdb\x6d\x5f\xd0\x22\x3d\x24\x4f\x86\xc3\x93\x97\xc0\xb8\xb1\xd5\x52\x19\x1b\xa6\x93\xf5\xcc\x4d\x17\xf7\xba\x6a\xf9\xb8\xd0\x20\x91\x77\xb8\x7d\xd7\x2e\x4f\xd8\x42\x19\x6b\xb9\xc8\x02\x71\xb9\xd0\x7a\x71\x7b\x44\x71\xd7\x33\x93\x5f\x77\x7a\xfa\xc7\x4d\x43\x80\xa1\xb5\xec\xf8\x04\x08\x90\x13\x26\x04\x29\xc1\x4b\xed\xe4\x7c\xfa\x11\x72\xc0\x7e\xcb\x05\x4c\x86\xb7\x3c\x2d\xab\xd4\x58\xc3\x80\xd9\x37\x1f\x54\xf9\x92\xca\x5d\x98\x90\x74\x42\x07\xbb\x52\x4e\x4f\x38\x20\x95\xd4\xb4\xa3\x22\x6c\xb2\x5d\xc4\x15\xae\x1c\xde\x97\x21\x3e\x66\x28\x59\x2f\xcc\x0d\x89\x71\x3f\x77\x37\x4f\xe0\x6e\xff\x71\x11\x43\xf9\xa0\x52\x13\x49\x85\xe1\xa9\x4a\xd4\xb3\x8e\x0c\x1b\x52\x8f\x2b\xea\x45\xab\x5d\x51\x44\x1d\x92\x75\xbb\xd1\x02\x74\xcd\xf2\xe1\x78\x8c\x29\xa1\x83\xbc\x62\x85\x3c\x9a\xca\x93\xe9\x88\x90\xb0\x80\x62\x05\xe0\x56\xec\x9b\xbc\x12\x8c\x1f\xac\x78\xe6\x40\x0f\x60\x8c\x27\xb2\xb3\xe9\x72\x39\x4d\x01\xd2\xc4\xc3\x44\x58\xd2\x2a\x53\xd3\xa6\x68\x25\xa0\x3c\xba\xd4\x6b\x14\xf9\x86\x22\xbc\x6a\xbc\xdf\x55\x94\xbf\xbc\xa1\xa5\x3b\x61\x15\x13\xd9\x83\x74\xb9\x34\x78\x16\x05\xde\xe1\x15\x2e\x07\xc1\x1c\xf6\x08\x8d\x7c\x7e\x05\xee\x45\x90\xfd\x8d\x79\x15\xb7\x0f\x40\x5b\xa9\x08\x61\x9f\xae\x70\xad\xd6\x4e\x56\x7a\xc2\x82\xfd\xf5\xcd\xf7\xdf\xb5\x2c\xd3\x5b\x6f\xa6\x9c\x15\xa7\xa5\xe4\x28\xf3\x83\x67\x21\xb6\xb3\x4b\xfd\xb8\x5f\xae\xd3\x09\x1c\x4b\xce\xb4\xe2\x42\xcf\x2f\xaf\x1d\x7a\xb0\x64\x06\x84\x83\xba\xfc\x2f\x28\xb0\xcf\xaa\x16\xff\xbd\x6b\xb5\x74\x81\xd9\x42\xdf\xac\xbd\xdb\x0c\x96\x6c\xf3\xd2\xf7\x23\x8c\x6f\xd5\x44\xce\xcb\xed\x4e\xb4\xb2\x96\xe8\x5a\xcd\xd9\x1f\xcb\x25\x8b\x88\x1c\x11\x99\xf4\xed\x61\x4b\x27\xc5\x22\x31\x5f\x5f\xd3\xc6\xd7\xdd\xc2\xb7\x9b\xec\x74\x60\x9e\xc0\x55\x03\x2d\xc5\x0b\xba\x4a\x77\x85\x88\x11\x56\x1a\xc0\x13\xf2\x2e\xfd\xb2\xc5\x6f\x54\x27\x75\x44\xb7\x7b\x5e\xa5\x64\xbc\x9b\xd3\x05\xa0\xf1\xca\xf4\x2c\x4c\x93\x12\x06\x68\x6d\x14\x73\xa7\x7f\xe8\x74\x52\x50\x3e\xa5\x9e\xca\xa9\x58\x90\x6c\x11\x0f\x65\x39\x78\x07\xbf\x47\xf0\x7b\x65\xde\x0f\x11\xbe\x36\xef\x87\xfa\x58\xbd\xb8\x3b\xe0\x2b\x66\x2d\x20\x30\x6a\x3d\x1a\x23\x26\xed\x25\x6c\xe3\xcf\xa7\x80\xf1\xc9\xfd\x68\x5f\x66\xa9\x19\x70\x51\xbb\xf6\x2a\xb8\x07\x23\xac\x15\x0f\x94\xca\x8c\xda\x44\xbd\x89\x8b\x12\xda\x29\x7a\xed\x0a\x5a\xe5\xb7\xa9\xad\x45\xbe\x1b\x8b\x5a\x51\x77\xa1\x22\xd6\x65\x25\x03\x52\xa1\x2d\xbd\xcd\xbe\xe2\xdd\x11\x52\x73\xf9\xe5\x16\x2c\x56\xad\xb1\x99\xb5\xb5\xbb\x7a\x8b\xda\x6d\x0a\x6d\xde\xb0\xf5\xb6\x0c\xe7\x3a\xe7\x7d\x45\xed\xe0\xf9\xae\xac\x70\x14\x92\xb6\xa1\xb9\x2f\x03\x72\x46\xeb\x86\x7d\x7c\x7a\xcc\x0c\xbd\xba\xdd\xfd\xce\x72\x1d\x6f\x7b\xc6\xb3\x39\x16\x9a\x2e\xdd\xee\x34\x48\xa3\xa9\x65\xf7\x54\xc7\xf6\x7f\x0d\xd2\xd5\x28\x82\x45\x6b\x07\xbd\x3c\x9e\xbd\x5d\x6d\x3f\xbb\x03\xfe\x10\xe7\xe4\x66\xe1\x99\x86\x84\x18\x33\xf9\xa2\x25\x76\x77\xbb\x15\x5d\x3c\xc4\xdc\x38\xb0\x0a\x34\x4e\xbd\xf3\x10\xc9\x8d\xfa\x3d\x75\xea\xf7\x4a\x59\x58\x54\xed\x16\x16\x1d\x17\x18\xbf\xbe\xa7\x43\xf4\xb3\xda\x38\x0c\xf2\xf2\x86\x72\x11\xd7\xc1\x91\x10\xce\x8d\x47\x4f\x79\x3c\x9e\xd9\x44\x6f\x16\x9e\x53\x94\x79\xfb\xc9\x39\xa0\x8b\xbd\x59\x98\x0a\x8c\x99\x35\x6a\x01\xbc\xda\x2e\x6a\x8a\x55\x22\x7a\xa3\xab\xb2\xf7\x70\x38\x11\xfd\xb2\x3f\x4a\x86\x4e\x7f\x18\xe7\x9e\xae\x56\x87\xb5\xe7\x08\x33\xcf\xa5\x21\xe4\xe7\xd6\x3e\xd9\x1a\x1a\x53\x43\x6f\x81\x12\x9a\x28\x4b\xa4\x9b\x05\x99\x79\xa6\x26\xeb\x85\xb5\x2d\x0a\xcd\x38\x4a\x42\x67\xd4\xa1\xa6\x29\x7c\x8b\xda\xc4\x53\xed\xb4\x00\x13\x43\xdc\x4c\xa2\x0b\x78\x38\x1c\x22\x0f\xb7\xc9\x8c\x69\x08\xcc\x46\x7f\x89\x05\x9a\xd0\x24\xd6\xe6\xbf\x02\x61\x20\x98\x6b\x06\x1e\xd1\xaf\xa0\x12\xcb\x57\x63\x8e\xac\x25\xee\x6c\xb9\x70\xf5\xc7\x33\x31\xf7\x37\xbf\xc3\xc2\x33\xce\x0e\x7a\x56\x5a\x8a\x3b\xd5\xb8\x9f\x40\x9e\x02\xbc\x0a\x9b\xeb\xcf\x38\xc9\x36\xbf\x98\x32\x10\xc2\x9e\x3b\xf9\xc2\xd1\xbc\xee\xbb\x7f\xe1\x20\x1f\x41\x97\xaf\x24\x71\x4e\x6e\x16\xe3\xd2\xde\x83\x4c\x17\x31\x9d\x95\xb2\xe9\x70\x97\x03\xe8\x52\x96\x11\x75\xf2\x70\x9d\x1c\x8f\xb9\xd9\x49\x82\xf1\x75\xf3\x6c\x88\x4b\x37\xcf\xa0\x5c\x70\xb8\x12\x24\x37\xbb\x4e\xd9\xef\x63\x4e\xf2\x7a\xf7\x4e\xb5\xf1\x9c\x84\x03\xc0\xd1\x3c\xb9\x59\x78\xf6\xed\x8b\xd0\xe6\x48\x4e\xdf\x33\x14\x9b\x34\x3f\x9c\xe7\xe2\xf2\x8b\x90\x3c\x3c\xb9\x59\xc8\xae\x28\xb2\x1a\x16\xac\x93\xd5\x5a\x36\x36\x0e\x35\x1e\x38\x9a\x9c\x6f\x4c\xc1\x8d\xbe\xa0\x55\xe6\xac\xa3\x41\xec\x48\xc1\x6a\x50\x92\x63\x62\x7e\x80\x01\x3c\xab\x28\xa4\x66\x28\x61\x7e\x6c\x84\xe5\x22\xce\x71\xb6\x92\x49\x5f\x2a\xf2\xc7\xd4\x6d\xe9\x08\xa7\xc6\xa4\xf0\x4d\xa0\x9f\x60\x08\x73\x75\x56\xda\x2f\xc8\x83\x7f\xc7\x20\xf7\xbd\x07\x8b\x84\xa3\x32\x77\x45\xf1\x1f\x8e\xef\x07\xe8\x01\xfe\x78\x87\xe0\xf3\x3b\x21\xe5\x5b\xa3\x5a\xdf\xcf\xc6\xea\x0c\x88\xbb\xdc\x23\x8c\xb8\xa5\x84\x75\x23\x6d\x49\xc9\xf5\x6d\xbe\xa1\x46\xde\x92\xcf\x3f\x9a\xa3\x54\x7b\xc0\x7d\x7d\x78\xf9\x14\xc8\xba\x2e\x78\xe2\x09\x58\xb2\x62\xbf\x11\x0a\x8b\xdc\xc5\xd5\xb0\x47\xb5\x76\x70\x49\xdf\xea\xca\x95\x57\x91\x74\x96\x3a\x7e\x61\xdd\xa3\x49\xd5\xed\x56\xde\xca\xac\xc2\x95\xe9\x6d\x69\xdd\x6e\xdc\xe1\xc7\xe3\x7e\xa1\xae\x4d\x38\x42\xf2\x4d\x53\x94\xb1\xe0\xe2\xfd\xa0\x87\x97\x79\xb7\xdb\x76\xc6\x80\x2b\xd7\xce\xe8\xbe\xaa\x06\x6f\x6b\xd3\x36\x05\x58\x28\x60\x9c\x4f\x02\x15\x03\x5d\x0c\xe7\x4a\xc9\x70\x9c\x5e\xda\xa8\x37\xd6\x64\x69\x96\xf6\x7a\x73\x9c\xe9\x1f\x63\x76\x25\x09\x94\x5f\xca\xf3\x69\xcc\x95\x0e\x14\x5c\x3d\x62\x4f\x10\xf6\x24\xd2\x08\xd6\x82\x32\x18\xd3\x2b\x2f\x22\x84\xa3\xc9\x76\x11\xa7\xd8\x0d\x00\x56\x30\x97\xcb\x85\x27\x17\xe8\xf4\xae\x64\x84\x37\x0b\x07\xe8\x87\xad\xb4\x8d\xb0\x95\xb5\x1b\x82\xf6\xcd\x02\xa1\x24\xa8\x0c\xd0\x2f\x34\xd8\x60\x2a\x65\x80\x12\x5c\x18\xdd\x6c\x7a\x73\x5e\x8e\x08\x5c\x11\x71\x6a\x50\xa4\xe1\x1c\x6b\x36\x72\xf3\x62\x56\xff\x24\xb7\xcb\xba\xf0\x7b\xb3\xb0\xba\x1c\xef\x54\xdb\x32\x55\xb8\x81\x36\xf7\x57\x5a\xb7\xcb\xbb\xdd\x07\xff\x56\x85\x6a\x16\x63\x66\x63\xb7\x1b\x33\x52\xcd\x2a\x6f\xd3\x4c\x89\xc0\x4c\xdf\x5d\x58\xc5\x76\x1a\xbe\x00\xeb\x3a\x62\x53\x35\x23\x6a\x07\xc2\x0b\xac\x89\x8e\x2d\x63\x26\xe6\x5a\x41\x87\x90\x8d\x26\x20\x9b\xad\x65\xbe\xf5\xc2\x5f\xd1\xc8\x5f\xd4\x8d\x51\xd0\x7a\x9f\x4f\xca\x72\x8b\x5a\x99\xe6\x59\x17\x6b\x6a\x31\xb4\x6c\xe1\x57\xae\xda\x2d\xdb\xb6\xc7\x89\x37\xac\x79\x28\x8f\x56\xb6\xba\xc4\xab\x68\xac\x0c\x25\x79\xdd\xe5\xc5\x0b\xb1\xe4\xcb\x4d\x00\x11\x03\xaa\xec\x56\x6e\xe1\x74\x62\xda\xc8\xe3\xd6\x69\xc7\x1b\x79\x66\xe7\x4a\x81\x31\xb7\xea\xae\x2a\x29\x41\xf9\x71\x5b\xe5\x4b\x9a\x50\x0c\x1a\xbf\xc3\x22\xe6\xe8\x84\xb0\xd5\x83\x25\xd0\x45\x2d\x4b\x43\xdf\x22\x23\x59\x0f\x38\x5d\xb2\x08\x57\x19\x67\x45\xf1\xaa\x14\xec\x1f\x39\xdd\x27\x9d\xe1\x29\x14\x67\x8c\xa8\x32\x72\xd4\x98\xdc\x2c\x12\x27\x72\x79\x22\x96\xbb\x13\x37\xe7\xad\x98\x91\xc5\x22\x66\xd8\xbc\x01\x4e\x66\x88\x60\x0e\xc0\xb6\x2e\x1c\x90\x25\x5c\xf9\x06\x46\xcc\x8a\x52\x9f\xa2\x05\x3b\x21\xac\xe6\x7b\xd2\x19\x35\x28\xa2\x49\x71\x96\x06\x81\x0a\xde\x9e\x22\x8c\xc6\x9a\x68\x6d\x98\x3c\x72\x2c\x94\x24\xf3\x74\x41\xf4\xd6\x38\x65\xcb\xfe\xaf\x11\xe6\xbb\x32\x29\x16\x38\xd4\x0a\xc9\xb2\xb1\x4b\x76\x88\xf0\x26\xcd\xd4\xef\x37\xd7\xf9\x4a\x98\x8c\xbb\xf6\x8c\x45\x5e\xee\x3e\x26\xd1\x73\xc1\x8b\x7b\xa5\xb7\x15\xed\x54\xb2\xd5\x1d\xc9\x9e\x16\x42\x26\xab\xb5\x47\x67\xbc\x6e\xcb\xe8\x9d\x61\x3e\x84\xe7\xa0\x5f\x77\xc6\xc0\x91\x1a\xd6\xa3\xa5\x3b\x0a\xa6\x32\xaf\xca\x25\xfd\xe8\x19\xc7\x7d\x5f\x3f\x46\x35\xd7\x89\x68\x8e\x92\x37\xa8\x7a\x4e\x47\x27\xaf\xd0\xb7\x81\x59\x83\x81\x3a\xe0\x84\x5a\xc5\x1a\xce\xc9\x87\x45\xec\x9d\x98\x3c\xd5\x58\x2e\xcf\x42\xde\x27\xc9\x81\x79\xfc\xfd\x02\x02\xf9\x29\x7d\x99\xad\xe9\x4d\xb3\xf7\xca\x94\x5b\x4c\xe8\x00\xc2\x08\x2a\x97\x7f\x9b\xe1\xe7\x30\x03\xb4\x34\xf6\x95\x81\x56\x08\xd0\xca\xf3\xc1\x86\xdd\xd0\x67\x87\xe7\xd7\x29\x8f\x65\x2b\x93\x37\x0b\xf8\x7b\xf2\x4d\x0c\x7f\x5d\x84\xaa\x15\xfa\x51\xbc\xc8\xb9\x6a\xfe\x53\x61\x01\xb1\x5a\xac\x96\x10\x21\xbf\x2c\x07\xdf\xbe\x7d\xad\x3c\x65\x16\xa4\x45\xca\x87\x36\x77\xa0\x0e\x74\xc2\x2f\xcf\xa7\xd1\x49\x3c\x5f\x8a\xdf\xd8\x5b\xd0\xa4\x9f\xef\xee\xb7\xf6\x30\x03\x81\x1c\x1c\x2e\x49\xe9\x45\x36\x51\x8c\x5e\x0c\x04\xeb\x8b\x10\x52\x48\x8e\xe7\xd5\xc3\xe3\xf1\xc1\xec\xdf\xef\x2b\x3c\x18\x27\x73\x83\xcf\xe6\x59\x70\x7b\x11\x2d\x10\x3a\x1e\x85\x87\x89\xe2\xb9\x47\x2c\x9a\xee\x11\x2a\xba\x5e\xe8\xb5\xa0\x48\x8d\x73\x52\x4e\x3c\xaf\x8e\xc4\xf3\xf6\x80\xc3\x8f\x4c\x35\x76\x5e\x3e\x13\xee\x1b\xfb\x33\x94\xf0\xc0\x25\x40\xb9\x38\x74\x52\x0d\x4a\x01\x44\x49\x71\x8e\x26\x9c\xa4\x09\x23\xe5\x04\xec\xe8\x94\x3b\x25\x8c\x6e\x85\x33\xeb\xf0\x1f\xc0\xb9\xe4\x72\x8a\x57\xa4\x9c\x80\xbb\x07\x37\xf1\x1f\x12\xfd\xa8\x22\x3f\x20\x29\x4f\x1b\xd7\xad\x72\x52\x69\x2f\xab\xa4\xb2\x9e\x57\xe0\x9f\x0c\x7e\x0f\x50\x80\x5b\x0c\x19\x2e\x27\xfd\x51\x32\xf2\x9d\x29\x3e\x35\x33\x00\x8a\x41\x3b\x37\xe9\x44\x7a\x2a\x8c\x8d\xd7\x8c\x9c\x2b\xff\xa0\x5c\xe4\x59\x5a\x14\x87\xd8\x5b\xc3\x17\x1c\x68\xd9\x21\x6a\x92\x4f\x78\xa2\x52\xbf\x65\xdf\xe6\x25\x7d\xc6\x76\xe5\x32\xe5\x07\x3b\xb1\xe0\xce\xb7\x75\x5a\x43\x33\x3b\x23\x74\xc2\xaf\xef\xf8\x3e\xf4\xe7\xfc\x33\x7f\x2d\x5a\xf5\x0c\x18\x5b\x4b\xf6\x29\x1b\xf0\x0d\xcd\xd7\xd7\xc2\xe1\x59\xd1\xc1\x92\x6d\x06\x59\x91\xd3\x52\xe8\x6f\xb9\x9c\x38\xea\x37\xea\x3f\xf1\x08\xf7\xee\x0c\x6f\xab\xb1\xb3\x4f\xaf\xb2\x90\x72\x18\x9a\xed\x2f\x37\x65\xca\x5a\x63\x85\xe1\xd5\x42\x0e\x0a\xb3\x8c\x31\xbe\xac\x9e\x8a\x1f\x58\xe5\xa7\xf5\x78\x0c\x9c\xdf\x15\x13\x7f\xf1\xfd\x74\xb0\xa6\x02\x86\x20\x2f\xd7\xcf\xa1\xcf\xaf\xa5\xd4\xeb\xd4\x20\xdd\x2e\x1b\x08\xb6\xbd\x92\xf3\x77\x2b\x1f\x16\x4c\x08\xb6\xb9\x4c\xf5\x0f\xfd\xbd\x0f\xdf\x2f\x83\xa2\xd5\x2f\x45\xb7\x7e\xf3\xc3\x5b\xb6\x0d\xde\xfa\x24\x07\x25\xe9\xbb\xcd\x20\xdc\x6c\x62\xee\x59\x78\xde\x9a\x30\x63\x11\x3e\x4c\x95\xb9\x9d\xd7\x12\x05\xbe\x69\xe1\x4f\x61\xc3\xe0\x08\x5b\x18\xd4\xfc\x24\x37\x0f\x98\x6c\xff\x69\x9d\x4c\xef\xec\x64\x7b\x75\xc7\xf7\x60\xb2\xfd\x73\x51\x77\x25\x2b\xe4\x04\x2f\x58\xf6\x01\xf0\x68\x0c\xdf\x69\x9d\xfe\x42\x2b\x6c\x72\x48\x46\x34\x03\x92\xc2\xac\x5a\x3c\x71\xb0\x9e\x11\x10\xe8\x5c\x41\xb2\xdd\x08\x77\x4a\x93\x9b\x68\x2f\xa4\x6e\x97\xd7\x34\x5f\xbe\x55\x92\xdd\x98\xac\xcd\xa6\x62\x1d\x1e\xd2\x1b\xd8\x61\x8c\x86\x43\xac\x9d\x9d\x9c\x05\xd3\x98\xc9\x43\xbc\x6a\xaa\x4e\x07\x16\xd5\xc4\x31\x1e\xf3\xda\xe1\x05\xe4\x40\xff\xaf\x5b\xe9\x5b\x63\x42\x8e\x3b\x69\x2a\x4b\xd2\xcb\x1d\xf0\x9b\xdf\x96\x7b\x04\xb9\xbd\xf0\xae\xb5\xb1\xeb\x8c\x94\x54\x42\x5b\x97\xb1\xb0\xf1\xd7\xc0\x3e\xd8\x38\x77\xa2\xe3\xd1\x7f\x31\x82\xad\xca\x73\xf5\x34\x5f\xfa\x23\xef\xdb\x65\xc3\x69\xd3\x24\x03\x77\x4d\xb5\xaf\xe4\xc7\xa3\x14\x85\xca\xa5\x03\x08\xe3\x44\xef\xab\x8c\xe4\x9e\x7f\xae\x99\x39\x93\xdc\xec\x09\xb9\xdd\x13\xac\x56\x6e\xf2\xeb\x4e\xbb\xea\x8a\x41\x5a\x66\xd7\x8c\x63\x86\x12\x37\x54\xca\x32\xd3\xdc\x4e\xca\x3d\x5a\xc4\x20\x1c\x36\x64\xae\x1f\x03\x0e\xa8\x08\x56\xbb\x4d\x68\xd8\x7c\x94\x44\xc4\x0e\x8a\xd3\x36\x85\x9a\xa6\x18\x13\xee\xc1\x9a\xa5\x85\xc2\x6d\xf3\xdb\x53\x4a\x3e\xd8\xa8\x06\xc1\xe5\xaf\xbf\xe0\x0d\x3b\x2e\xeb\x6d\xfe\x29\xdc\xee\x7e\x3c\x27\x08\x35\xc4\x3d\xb3\x3d\xfd\xa1\x75\xce\xfd\x14\x48\x66\x7f\x3f\x9f\xa6\x21\x99\xfd\xe5\x33\x1b\xe4\x24\xb2\x40\x12\xfb\xdb\x67\x15\x53\xdb\xac\x4d\xdf\xfe\xda\xda\xee\xbf\x59\x6e\xf8\xaf\x3b\xbe\x07\xdc\x90\x4e\x7f\x7b\x6b\xf4\x06\x68\xda\x24\xa6\x6d\x75\x42\x05\xd0\xa6\xf2\x8e\xef\x43\x74\xc2\xbc\xf5\xfb\x8f\xf7\xe4\x30\xf9\x6f\xcb\xad\x38\x0c\x66\xd3\x96\x38\x0e\x7a\x6a\x1a\x84\xa5\xa1\xb7\x55\x21\x39\x75\x05\xbe\x55\x6b\x21\x19\x9e\x60\xf6\x9e\x70\xfa\xfb\xca\xf1\xc3\x8c\x98\x22\xab\xdf\x5b\x64\x4d\xbc\xd0\xcb\x57\x2e\x5e\xd7\xee\xec\xff\xb0\x92\x96\x4e\xb9\xf9\x57\x4c\x3f\x75\xee\x04\x75\xd1\x19\x63\x8e\x9c\x44\xea\x92\x61\xe0\x5d\x80\x32\x08\x56\x2e\x99\xd5\xb3\x83\xf2\xf5\x6c\xe1\x6d\xda\xc0\x1c\xa0\x99\x19\x54\x41\x08\x37\xfb\xad\x88\x4b\x34\x66\x97\xe5\xc4\x95\xbf\x48\xb3\x0f\xfb\x94\x2f\xa3\x84\x5d\x95\xb0\x65\x9a\x2f\x2b\xc6\xe1\x03\xc2\x5e\xcc\x98\x12\x33\x84\x39\xb1\xb2\x2c\xf7\x9c\xa6\x65\x4d\x93\x5b\xe0\xa6\x09\x3d\x25\x56\xb3\xa3\x3d\x58\xc1\x0d\xfa\x84\xd5\x77\xc7\xec\x4b\xd0\x36\x1b\xee\xca\xea\xaa\xf9\x98\xc7\xa5\xf5\x8a\xc2\xb7\x77\x1d\xff\x73\xab\x1e\x6a\x12\x8f\x90\x7c\xf2\x6e\x03\x86\x62\xbb\x32\x53\xd8\xf3\x83\xed\x35\x4f\x2b\x1a\x47\x56\xbf\x74\xa1\x81\x4c\x22\x6b\xcf\x77\xaa\x73\xef\xdd\xd4\x3b\x6f\x06\x68\x50\xef\x36\xee\x0a\xbf\x81\x3c\x2d\xeb\x16\x6c\x93\x67\x1a\x0a\xa7\x76\x8d\xe6\xe1\x33\xc5\xca\x3a\xb8\xe1\x02\xc8\x6b\x2e\x80\xfa\x72\x7f\xb0\xa0\x62\x4f\x69\x19\x8b\x1a\x24\x0e\x47\xb7\xf4\x52\x74\xbb\xfc\x0a\xc2\x31\xc8\x23\x64\x42\x95\x85\x85\x8d\x70\x93\x87\x11\x6e\x94\xbf\x9d\x85\x2c\x04\xe6\xb7\xf2\x17\x90\xc7\x50\x61\x7e\xc7\x0d\xd3\x25\x9c\x3b\x10\x3c\x80\xf2\xf3\x81\xf0\x90\xb1\x61\x2a\xaf\x52\x2d\x11\x96\x97\xea\x57\xef\xe1\x70\xd8\xed\x76\x1e\xcc\xfe\x7d\xf1\x5e\x98\x33\x38\x27\x69\x88\x7e\x5c\xf6\x53\x6d\x01\x0f\xe4\x8f\xde\x8b\x88\x84\x3a\x58\xab\xa3\xed\x8f\xc6\xce\x2e\xff\xdd\x4a\x4e\x54\x83\x37\x8b\xfe\x97\x1d\x62\x86\x8e\x47\xf8\x83\x33\x32\x1c\x67\x97\x55\xb7\x0b\x26\xbd\x7e\x69\xfd\x6c\x3e\xce\x7a\x3d\x54\xf6\xfb\xe3\x9c\x94\x10\xf5\x3f\xce\xc9\x6e\x17\xab\x76\xd9\xf6\x60\x81\x05\xea\xe9\xb6\x11\x52\x76\xbb\xe9\x40\x05\xcd\xed\x90\x58\x4c\x1c\x15\xaa\x64\x04\xb2\x73\x8f\x88\xc9\x28\xf1\x94\xa5\x30\xad\x72\xbd\x11\xe2\xeb\x56\x9e\xbf\xb2\x3b\xce\xf2\x8e\xef\x00\x80\x71\xef\x41\x73\xba\x8a\x12\x8e\x06\x6a\xe0\xa4\x4c\xe7\x0d\x1c\x57\x3e\x7d\x00\xe8\x9e\x0a\xba\x66\x3c\xff\x15\x6e\xfc\x71\xa5\x42\x82\x8c\x61\x38\x38\x51\x9d\x15\x4c\x3b\xe9\x21\x74\xcb\x81\x1a\xcc\xa7\x46\x5e\xa7\x06\x77\xd4\x00\xf5\x85\xb6\x50\xdd\xed\x62\xa6\xc8\xcc\xfb\xc6\xe9\x0f\xf5\x98\x71\xac\x60\xfe\xd4\x70\x87\x04\x9c\x21\x93\xda\x63\x52\xf6\x25\xc2\x3b\x92\xc6\x85\x07\xe7\x5e\x75\xbb\xbb\x0e\xa9\xb4\xe6\x04\xe6\x40\x01\x57\x33\xe5\xf1\x18\x57\x64\x27\xd9\x5d\x76\xf2\x87\x89\x9b\x61\xda\xb4\x0e\xc3\xd6\x0e\xd3\x4d\xeb\xf7\xda\x20\x78\x7b\x44\x70\x5e\x43\x92\x7f\xfb\xd5\x8a\xcb\x72\x52\x26\x9e\xa2\xa0\x11\x18\x18\x80\x06\xb4\xdc\xe0\x59\x96\x4c\x1b\xde\x9f\xfd\x91\xe5\x51\x67\x5d\x40\x73\xeb\x02\xda\xe6\x7a\x2c\x9c\xeb\xb1\x3f\x53\x0c\x91\xab\xfa\x6b\xc1\x74\xac\x15\x6d\x0b\x21\xdf\x74\xb4\x97\x0c\xd0\xb9\x91\x1e\x8c\x35\xf8\x15\x31\x2b\xc9\xf8\x27\x95\xb3\xd2\xbb\x72\xc9\x06\x82\x29\x1f\x9b\xcc\xe8\x98\xe1\xc6\x94\x21\x58\xad\x17\x81\xeb\x68\x6a\x5d\x47\x21\x87\x4a\x9f\xcc\x18\xb8\x00\x93\x4a\x57\xd4\x1b\x7d\xca\x23\xd9\xf0\x18\xcf\xa8\x25\xd8\x15\xce\x6c\xea\xdc\xf8\x16\xcd\xe6\xca\xb7\x08\x46\xa6\xe9\x5f\xc4\x5b\xa3\x18\x72\x07\xf4\x53\x4e\x2a\x20\x5f\x08\xf2\x60\xc8\x69\x08\x15\x82\x90\x42\x96\xde\x28\x51\x69\xfa\x23\x84\x0b\xeb\xd5\xd9\x03\x5c\x77\xd9\x78\x9f\x5a\x40\x23\xc1\x12\x80\x09\xc5\xe6\x9d\xef\xbe\x96\xc1\x12\xec\xe9\x89\x0b\x4b\x57\x69\xe4\x76\x78\x25\xfb\x57\x35\x26\xd5\x4a\x77\x71\x47\x56\x8d\x2e\x5e\x5b\xfc\x09\x6d\x64\x65\x8f\x66\x81\x72\xcc\xce\xf6\x6b\x2d\x8c\xf5\x0a\x84\xcf\xa5\x80\x73\x6c\x81\xdc\xa6\x77\x83\x6e\x57\x03\x1a\xdf\xb8\x21\x5d\xa9\x4d\x4f\xc1\x49\xf8\xfd\xcf\xbc\xd9\x02\x7a\x53\xec\xd1\x45\x53\xc0\xeb\x7a\x4f\x51\x43\x53\x60\x89\xb7\xed\x14\xd8\x6a\x0a\x2c\xc9\xb6\x41\x81\x0d\x59\x9e\xa1\xc0\x46\xf7\xb5\x5f\xe0\x8d\x3a\xc3\x17\x41\x9f\xb6\x61\x9f\xb6\x3a\xc8\xae\x97\x22\x0d\x53\xa4\xbe\x6d\x9f\x67\xdc\x17\x8b\x98\x36\xaf\xe6\x5a\x6e\x5d\xdc\x9d\x8c\xbb\xe6\x61\xb8\x7e\xaf\xa0\xae\x78\xfc\x2b\x1a\x79\xda\x02\xa2\x45\x0d\xd1\x6a\xf1\x59\x8b\xa8\xb9\x7e\xee\x85\x2a\x38\x2e\x27\x79\x0b\x4f\xb0\xe3\x29\xa7\x8f\xc6\x17\x56\x5f\x52\xc9\xbb\xc2\x39\x9e\xd4\x4a\x68\x9f\x0f\xe7\xca\x3a\xdd\xd3\xe4\xf2\xe2\xbe\x43\xe1\x51\x57\x59\x66\x64\x6c\x7b\xf0\x48\x0c\xfb\xe9\x74\x4a\xf6\xd3\xb8\x33\xf2\x8c\x20\xf7\x53\x5f\x78\x68\xec\x47\xc2\x9e\x59\xc4\x3d\xcf\x2c\xe7\x8f\x27\x16\x14\x5d\xdf\xa5\xe4\x44\x47\xe4\x2a\x1b\x72\x46\x87\xc2\xee\xdb\xb0\xa4\xc9\x57\xf1\x83\xf7\xf1\x7b\x74\x7c\x3f\x7b\x3f\x3f\xbe\xbf\x7d\x7f\x6a\xb9\xa9\xe9\x8f\x60\x13\xb4\xbe\xba\x30\x40\x42\x45\x0f\xb6\x70\x6c\x6d\xb7\x32\x08\x00\xa9\xfc\x2b\x15\x30\x42\x0b\x6e\x5d\xdc\x95\x42\xde\xed\xb2\x6e\x57\xa1\x1c\x08\x29\xde\x28\x74\x25\x01\xe0\xf8\xf9\x39\x70\x7c\x1f\x05\x9f\x79\x50\x4b\x4d\x80\x04\x1b\xac\xba\xb9\xb5\x2a\x78\x04\xd5\xb1\x5c\x73\x68\x66\xa2\x80\xec\x8a\xe2\x04\x9a\xe6\x31\x05\x53\x9e\x9c\xc4\xb9\xc5\x61\x08\x48\x9d\x23\x04\x7b\xb2\xb6\x08\x52\xb1\x73\x4a\x7c\x1b\xe0\x59\x27\x1c\xb7\xc0\xe6\x27\x9d\x4e\x7a\x02\xe4\xad\x43\x5c\xc9\xba\xe4\xda\x53\xd6\xe3\x19\xf8\xaa\xfa\x5a\xdd\xda\xf8\xd6\x3d\x4f\xd1\x38\xbf\x64\x80\xa1\xea\xfb\xaa\x83\x53\x5d\xae\x25\xb6\x39\x1a\xa3\xbc\xd7\x1b\xa7\x13\xd8\x18\xf5\xf4\x81\x95\x94\x70\x0d\x17\xd1\xed\xf2\x4b\x66\xd5\xc3\xf2\x1c\xf1\xfe\x4d\x50\x9a\xb3\x53\x00\x8b\x2e\xae\xe1\xb7\x8d\xc7\xd1\x2c\x8a\x70\x2a\xfb\x9f\x21\x67\x35\xd6\xed\x16\x6a\x99\xc3\x97\x00\xbd\x9d\xd9\x10\xed\x08\xe1\xda\x39\x97\xcb\x11\xc9\x0d\x43\xf8\x4b\x21\x8f\x9a\x05\x6a\x9e\x7b\x79\x6f\xd4\x2b\x66\x23\x4b\x09\xef\x14\x7c\xe1\x9d\x79\xf3\xbb\xcf\xbc\x6a\xc5\x9b\x85\xee\x78\xe9\xc7\x40\xfd\xd0\xf7\x4c\xcf\xce\x2d\x51\xee\x0e\x03\x9a\xc3\x2a\x8d\xf9\x18\x50\xc4\x04\xb3\x8c\x34\x9c\x95\x68\x6c\x04\x34\x50\x1f\x70\x23\xe0\xc9\x2c\xfa\x94\x07\x78\xb5\x71\x8a\x73\x08\x31\xed\x04\x3a\xac\xe0\x3d\x7a\x23\x75\x23\xe9\x8c\x40\xe3\xbc\xe1\x4a\x9a\x3b\xfa\xa9\x1d\xd1\x86\xd1\xe5\x46\x27\x33\xd2\x26\x63\xea\xa5\x56\x81\x03\x59\xa1\xfc\xa7\x77\x68\x82\xc0\xf4\xd8\xf2\x38\xcd\xd5\x84\xe5\x73\x72\x59\xdb\x20\x95\xf1\xc7\x69\x1c\x9e\xb4\x4b\x74\x1b\x88\x99\xa1\x8f\xbf\x70\x21\xb1\x4e\x60\xc4\x77\xdb\xe0\xd7\xca\x61\xd7\x6e\x88\xf8\xc3\xff\x65\x53\x15\x1f\x0e\x6f\x5e\xcc\xaa\xd4\x2e\x94\x6e\x1e\xc0\xc1\x59\xd8\x83\x33\x66\x64\x88\x53\x92\x1e\x62\x81\x3d\x6b\xf3\xbc\x0f\x11\x9e\x10\x1a\xb3\x4b\x67\x1b\xc9\x2e\x9d\xcf\x01\xf7\xa3\x81\x31\x80\x49\x0f\x5e\x8c\x11\xeb\xf5\xc6\x2d\x54\xec\x01\x83\xd3\xbf\x6d\xac\x1f\x4d\xda\x54\x2f\x6b\xb5\xa7\xd6\x48\xab\x55\x40\x4b\x1a\xd2\xf6\xfb\xa9\xb1\xd0\x01\xfb\x99\x85\xb2\x6c\x79\xbe\xc0\xd5\x75\xbe\x12\xc9\x1f\xee\xb0\x8d\x81\x0c\x2b\x95\xe1\xa5\xc9\xf0\xf7\x45\xf0\x79\xab\x3e\xff\x62\x3e\xff\x35\xfc\x5c\xaa\xcf\xaf\xcd\xe7\x7f\x85\x9f\x53\x6d\xa0\xf3\x19\x37\x4a\x8e\xa1\xb4\xde\xf7\x99\xfb\x7b\x38\xaf\xaa\x3a\x3f\x47\x9b\x7c\x9f\xd2\xb5\xdb\xa0\xd7\x0d\xfa\xdf\xef\x86\xb2\x3b\xf8\x3f\xea\x85\x82\x02\x09\xfb\xb0\x54\x7d\x58\x4e\x83\xb7\xd7\xda\x10\x2a\x7c\xfb\x41\xbd\xbd\x09\xdf\x3e\x2d\x84\x49\xbf\x09\xbf\xb0\x26\x7d\xee\x58\xe3\x60\xd7\x72\x46\x18\xb6\xee\xf7\xad\x1a\xe1\x1a\x0f\x0d\xb8\x13\xac\x2a\x27\xb8\xaa\x7d\x4a\xee\x83\x51\x34\x6f\xd9\xad\x6c\xbc\x12\xb7\x49\x79\x7c\x86\x7f\xd6\x26\xe5\x93\x42\xfc\x3f\x44\x0a\xe5\x8b\xa0\xf7\xa6\x21\xd1\x6a\xf2\xe3\x91\xda\x5b\x4b\x2f\x66\xae\xa6\x9b\xd1\x64\x8f\x6b\x9a\x75\x11\x2a\x35\x71\x4e\x4a\x73\xc5\x3d\x29\xfb\xa3\x64\xb7\x8b\xb9\xd1\x0f\xea\x4b\xec\xce\x08\xf5\xb8\x89\x2f\x05\xa9\x05\x9b\x94\xbd\xf6\xb4\x43\x93\xb6\xbe\x09\x6a\xa9\x0f\x44\x3e\xb7\xbd\xb8\x53\x46\x89\x19\x1a\xa4\xdb\x2d\x2d\x97\xb1\xff\x3e\x07\xec\xf7\xc6\x98\xb2\x40\xf3\xce\x1b\x9a\xf7\xcf\x18\x60\x38\xd5\x49\x8e\x9e\x66\x82\x72\xcb\x6d\x83\xa1\xbe\x51\x43\xfd\x6a\x71\x9a\xe3\xb7\x96\x0b\xcb\x55\xf2\x94\x73\xb6\xff\x96\xae\x84\x36\x3c\x54\xcb\xc7\xbd\xfc\x5c\x66\xf2\xc2\xdd\xbe\x0a\x7b\x25\xfa\xdb\x58\xc7\xb9\xa2\x7c\x7b\x49\x68\xe9\xeb\x7c\x7d\xdd\x6c\xbf\x7e\xfb\xbb\x3a\xf0\xdf\x6b\xff\x1d\xcd\xff\x71\x7b\xb6\x95\x87\x69\xec\x22\x44\x59\xa3\xc9\xce\xc8\x95\xa2\x8c\x44\xef\x53\xd6\xe2\x93\x65\xd9\x52\x5e\xb0\x7d\xf9\xb9\x6d\x1a\x9e\x6d\xd3\x9d\xa5\x9d\x69\x95\x57\xda\x4b\xc0\xb2\xff\x1c\x5e\x05\x7c\xc2\x59\x21\xe4\xc4\x8f\xb1\xc3\x43\xfb\xfc\xab\xd1\x44\x59\xaa\x28\x35\xca\x4c\xd9\x19\xcd\x51\xa2\x0d\x8e\x34\xdb\x8a\x83\x44\xbe\x65\x8b\x33\xaf\x9a\xcb\x95\xd7\xc9\x61\xf5\xc2\x4d\x66\x5e\x5b\x8a\x53\xb6\xec\xbf\x2c\xc1\x11\x5a\x76\x66\x3f\x8d\x41\x2c\x72\xc4\x2f\xfc\x49\x5c\x7c\x66\x97\xd7\xd3\x58\xd4\xef\xb6\xce\x5c\x4d\xd6\xed\x2f\x4a\xcf\xd2\xa7\x37\xc2\x01\x43\x46\xed\xdb\xce\x6d\x9b\x12\x8a\xa3\x56\x8b\xe0\x60\xeb\x91\x44\xc8\x3f\xb3\x6b\x1f\x16\xbe\xc7\x61\x68\x56\x62\x5d\x05\x95\x76\x41\xd4\xb4\x0b\xd4\x9c\x46\xc6\x1d\x6d\x86\x74\x49\xad\x45\x94\x60\x57\x40\x10\x7d\x64\xa2\x70\x1a\xd6\xa9\x34\xc9\xe4\x01\xca\xb9\x67\x1b\x94\xe9\x33\x3e\xd9\xfa\xe3\x18\x71\x9b\xb2\x41\x6b\xb0\xe3\xe4\x56\x7a\x73\xa4\x85\x29\xc3\xf5\xdd\xf9\x9d\xb6\xe4\x33\x45\xbe\x0f\x53\xff\xe5\x5c\xbd\x7c\x1a\xbc\x94\x93\xea\xfd\xfb\xff\xde\x3e\xdf\x86\x9d\x9b\x1b\x15\x86\xc0\xb7\x2d\x11\x1b\x5b\xea\xe5\x33\x3a\xf7\x43\xba\x12\x22\x26\xfd\x51\x22\x4e\x27\x79\xca\x69\x1e\x9c\x9c\xbf\x59\x75\x88\x73\x03\x5a\xe7\xae\x91\x52\x74\xeb\x94\x0e\xfa\x44\x75\x3c\xc6\x29\x19\x1a\x25\x4b\xfb\x91\x0b\x67\xea\x38\x95\xa2\x71\x5c\x01\x2c\x08\xf3\x67\x88\xc3\x0c\x94\x87\xeb\x99\x7a\x39\x27\x29\x6e\x3b\x71\xba\x93\x52\x55\x3b\x29\x65\x3a\x1a\x94\x73\x63\xae\xf9\xa6\x7a\xab\x8a\xd5\x4e\xa8\xde\xf9\xa9\xc6\x5d\xe5\xe8\x7e\x68\x0e\x2c\x68\x6f\xd5\xe5\x54\xfb\x18\xfa\xa3\xee\xf0\xa3\x3e\x9f\x77\x94\x57\xc3\x49\xd9\xef\x27\xfc\x52\x04\x46\x6c\xbc\xd7\xc3\x81\xd1\xc1\x09\x21\x74\xd7\x12\x16\xe7\xcd\x81\x8c\x21\x0e\x34\xcc\xf9\xe7\x7a\xb6\x5e\x0e\xc2\xc1\x53\x8a\xf3\xbb\xf5\xb4\xfa\x70\xaa\x95\xb4\xed\x94\x6d\x5b\x33\xba\xf6\x7f\x2c\x3e\xb5\x8d\xca\x02\x1e\x9c\x5b\x73\x7f\x3d\x34\x22\x52\x0b\x68\xcb\xe4\xef\x87\x98\xa2\xa4\xd3\x11\x0a\x8d\xb1\xdb\xfd\xdb\x01\xc2\x23\xf8\x9b\xb3\x2a\xf5\x2f\x87\xd3\xdc\x78\xb5\x1b\x51\x2e\x94\xd8\xee\x75\xa6\x06\x06\x51\x13\xff\x6a\x22\xe1\x19\x1a\x7c\x17\xd8\xbb\x9d\x95\x8c\xfe\xe2\x27\x3b\xe1\x5b\xb5\xb7\x6d\x96\xf5\x1a\xbe\x31\xad\xcd\x2d\xf3\xaa\x4b\x70\xde\x99\xff\x1e\x1d\xf2\x05\xc2\xba\x94\x78\x57\x97\xee\xd7\xa3\x73\x1d\xf2\x2a\xf8\xda\x34\x97\x87\x3d\xfa\xb1\xa9\xa3\x68\xed\x4e\x58\xb0\xc9\xc5\xa6\x3a\x57\x35\xb5\x69\xac\xb8\x6b\x12\xfd\xc7\x14\x2d\xc2\xaa\x9d\x14\xe6\x69\x40\xee\x51\xb9\xcb\x97\x9a\xea\xb3\x96\xea\x5d\xb2\x57\xa6\xf8\xd2\x36\xe0\x87\x74\x4d\xef\x68\x9f\xfc\x7c\x67\xfe\x6f\xd8\x86\x36\xa6\xca\xdd\xf3\xc0\x65\x09\xa9\xa6\x44\xca\x72\xd9\x18\xa7\xbb\x8b\xb3\x39\x42\x22\xe8\xd2\xac\x48\x37\x0d\x76\xdf\x16\x95\xd2\x3d\x8c\xe0\xda\x44\x2c\x6b\x13\xd8\x62\xfd\xf6\x69\x91\xeb\x59\x9a\x7d\x80\x68\x4e\x46\x83\xa2\xbb\xe0\x54\x29\x2f\x80\x27\xd6\xd5\x2e\xb2\x0f\x5e\x5e\xbb\x9c\x6a\xe5\x6d\x82\x0c\xa6\x28\x9b\xda\x2f\xfb\xac\xc9\xc6\xd0\xad\xa7\x5a\xad\x67\xb2\xdd\xdb\x92\xc3\xb7\x7e\x56\xb6\x1c\x57\xce\x96\x03\x54\xa8\xa2\x3f\x42\xc6\x68\xd3\x6f\x84\xdf\xf0\x9b\xa9\x63\xb9\xdf\x4f\xcf\xc6\x8b\x94\x79\xe9\xe0\x03\x3d\x40\x26\x3a\xe0\xbb\x52\xd3\x9a\x0e\xe0\x2f\x6c\x87\xde\x3d\xe0\x9b\x69\x13\x8e\x6b\x36\x9c\x8f\x1b\x11\x34\x29\x20\xa1\x2d\x59\x06\x69\xb4\x04\xf6\xb2\xa0\x1b\x88\x68\x8b\x4c\x38\xe2\x11\x2e\x03\xc0\x6c\xed\x17\x1b\x31\x10\xdc\xbc\x80\x9c\xdd\xae\x92\xbc\x4a\x08\xcb\xfa\xf6\xb0\xa5\xdd\x6e\xe7\x29\xe7\xe9\x61\x90\x57\xf0\x37\x2e\x3d\x10\x5b\x7e\x91\x97\x17\x25\xca\x57\x26\xee\xe5\x96\x33\xc1\xe0\xb2\xed\x3a\xad\xbe\xdf\x97\x3f\x68\xfc\x7f\x15\xdb\xb8\x94\x82\xac\x89\x84\x33\xe3\x2d\xfd\xc9\x01\xde\x42\x3c\x35\xd1\x0c\x62\x8e\x73\x15\x09\x13\x02\xfc\xc7\x10\x2b\x2e\x47\x27\xd1\xeb\x41\x98\x87\xb1\xb8\xac\x83\x31\x8c\x45\xaf\x87\x7e\x96\x43\xea\x7a\x2c\xe6\x4e\x4c\xf0\xbc\xfd\xa6\xf6\x1e\xb3\xd1\x10\x81\xa8\xd6\xdb\x80\x53\x59\x5c\x23\xf1\x5b\xfa\x51\x7c\xc7\x96\x34\x16\x08\xd9\x08\x2a\x5a\x68\x0d\x5f\x74\x88\xb0\xb4\xac\x95\xa9\x53\x82\x26\x2c\xa4\xb1\x40\x48\x5c\x73\xb6\x07\xe7\x6b\xd0\x9d\xbd\xe4\x9c\xf1\x38\xfa\xb1\xac\x76\xdb\x2d\xe3\x82\x2e\x2f\xe0\x1e\xf4\x42\x96\x9d\x5c\x44\x3d\x81\x3c\x78\x94\xe1\xb8\xbc\x34\x50\x37\xe3\xd2\xd0\x43\xcc\xca\xb9\x46\x13\xfb\x75\x4a\x5a\x42\x12\xbc\x51\x71\x29\xdc\x20\x96\x8c\x6f\xd2\x22\xff\x95\xb6\xc7\x58\xb5\x9f\xe3\xe8\xbb\xaf\xff\xf6\x22\x42\xa7\xd6\x48\x7a\x27\xfc\x7c\xfa\xff\x45\x3c\x0e\x61\xa1\x0a\x9a\x25\x3c\xf6\x92\x3e\x3e\x0b\xdd\x01\xf6\x0b\x3a\x1e\xcc\x50\x0a\xb6\xc3\x93\x87\xe9\xd1\x19\x19\x80\x32\x91\x5d\xd3\x8a\xcc\xe6\x3a\x16\xf4\x6e\xb5\xa2\x9c\x44\x91\xff\xf8\x03\xab\x88\x8e\x40\x9b\x0b\xca\x89\xf0\x02\xc8\xc8\x45\xe0\xa7\x7d\x23\x52\x2e\x0c\x28\x88\x1d\x04\xc2\xda\x46\x89\xc5\xbf\x82\x4d\xc6\x29\xf9\x75\xaa\x32\xfc\xb2\xa3\xfc\x40\xc2\xbc\x71\xd9\x1a\xb3\x73\x4b\xe9\x87\x16\x28\x11\x79\x18\x0c\x5b\x4e\xbc\x67\xeb\x51\x14\x26\x83\x46\xf7\x5a\x12\xba\x4e\xeb\x40\x38\xde\x0b\x00\x22\x51\x0d\xeb\x8f\xc6\xed\xe4\xd2\xe4\x74\x99\xa0\xbd\xa6\x3b\x9b\x9d\xdf\x88\x1a\xc5\x9d\x1c\x2d\x6b\x6e\xe9\xa9\xe2\x31\xde\x20\x5a\xe4\x8e\xe0\xe5\x96\x6d\x9d\x87\x9c\xa2\x2c\xfd\x28\xbe\xbf\xa1\xbc\xd0\xb8\x9a\x61\x4d\xde\x97\x73\x95\x8e\x83\x30\xe3\x72\x20\x54\x00\x2a\x7a\x69\xc3\x12\x79\x33\x4d\x91\x42\x73\xfb\x9b\x5d\x0c\x31\x54\x1b\xc4\x0f\x3b\x5f\x23\x67\x8f\xac\x65\xbe\xb1\xb3\x3f\xad\x4d\x11\xb0\xc8\x18\x62\x46\xca\xf1\x38\x37\x91\x5b\x52\x12\x5c\x24\x42\xa4\x6c\x47\x9a\x38\xd5\xa1\xbe\xaa\xa0\xcd\x6a\xd9\x28\xf8\x3e\x70\x71\x73\x18\x06\xfd\x91\x36\xfb\x64\x60\xa6\x9a\x5f\x8a\x10\xe5\xcc\x55\xa4\xb0\xfc\x7b\xbd\xd3\xc9\x92\x16\xea\x6c\x8f\x9f\xea\x78\x23\x04\x78\xe1\x64\x38\xe6\x97\x6d\x03\xcb\x7b\xe4\xa1\x45\x20\xf3\xbe\xcf\xf8\x1c\x33\xd2\xd1\x93\x10\xd6\x50\xbd\x3d\x14\x8c\xf5\x89\x97\xc0\xf4\x69\x52\x6a\x26\x11\x96\xd8\x1b\xcd\xc1\x10\xa6\x37\x3a\x25\x71\xad\xb2\x5e\x4f\x56\x37\x44\x08\xb3\xe3\x31\xf8\x08\x61\x69\x32\xc9\x15\x1e\x22\xcc\xfb\xe4\x61\x18\xd2\xbe\xd1\xb4\xa1\x6e\xda\xa8\xa5\x69\xae\x61\xb6\x21\xe1\xc4\xde\x55\xd7\xf1\x08\x0b\x40\xe9\xb2\x70\x0b\xd1\xae\x54\x20\xc2\xcb\xa8\x63\xf7\x8e\xc3\x66\xc1\x8a\x6e\x37\x7e\x3e\x75\x1b\xc8\x4c\xbd\x85\x65\x99\x0a\xc6\xe7\xfe\x36\xe0\x35\x5a\x9b\xe8\xbd\x9c\xea\xd6\xf4\x47\xb2\x39\xfd\x91\x8a\xed\x94\x3c\x18\x18\x2d\x4d\x14\xa1\x13\xfe\x6e\x4a\xa2\xf5\x26\xea\xe9\x0d\xf7\xc1\xc7\x07\x83\x5d\x99\x67\x6c\x49\x27\x51\x94\x44\xbb\x08\xe1\x6f\xef\xd8\x70\x1c\xc2\xdc\x6f\xdc\x37\x86\xad\x1b\x46\x6b\xd6\xc7\xf3\x70\x1f\xb1\x9b\x72\xbe\x8a\xeb\x9b\x89\x60\x84\x69\x0c\xce\x1d\xff\x36\x2f\xa9\xdd\x21\x82\xdd\x44\x2d\x9e\x97\x53\xfc\xe0\xfd\xfb\x59\xf5\xee\x45\xc9\xe7\xc7\xf7\xe5\xf1\x3d\x3f\xbe\x9f\xbd\xff\xb7\x56\x77\x95\x2e\x1c\x03\xdd\x5f\xfc\x32\xf5\x30\x9a\xd4\x04\xe6\x14\xf4\x73\xaf\xe9\xfa\xe5\xc7\x6d\x5c\xe2\xef\xa6\xbd\xd8\x68\x34\xb9\xa7\xc6\xe4\x46\x8d\xc9\x07\xf9\xba\x64\x9c\x3e\x4f\x2b\x8a\x26\x51\x1e\x25\x51\x84\x50\x63\xc3\x8a\x35\xd2\x34\x11\xce\xae\x69\xec\x77\x4a\xed\x5d\xc6\xee\xd7\xce\x35\xc9\xcf\x35\x7e\xe8\x9a\x82\x1b\x76\xdc\xc8\xd5\xba\x45\xe9\xd4\x6d\x71\xa5\x6b\xfb\x0a\xf5\x37\x16\x6b\x14\x38\xa9\x51\x3c\x09\xea\xad\xef\x2a\xb8\xd1\xa8\x9e\xff\xc6\x4c\x06\x3d\x9e\x26\x2a\x74\x50\x98\x49\x6a\xa1\xf1\x54\xda\x7e\xb3\xbb\xa8\xb1\x33\x86\xbb\x48\x6b\xbf\x75\xb7\x03\x6a\xdf\xab\xd1\xbd\x51\xb3\x73\xa6\x23\x0d\x22\x05\x03\x35\xbc\xd7\x36\xea\xed\x66\x66\xc4\x9b\x7d\x96\xdb\x9e\x9e\x9f\x83\x22\xad\x04\x58\xab\x12\xaa\x37\xb6\x20\xf3\x25\xb1\x54\x36\x39\x80\x45\xf8\x65\xc2\xde\x13\x44\xcf\xae\x91\x41\x59\xff\x61\x4e\xca\x9e\xf0\x7c\x97\x8d\xe4\x62\xa7\x26\xef\x81\xd7\x16\x84\xe6\xc4\x25\x21\x2d\xf4\xd3\xcd\x30\x03\x13\x23\x5c\x5e\xf2\xe3\xb1\xbc\x72\xab\xd6\x8b\x72\xd9\x10\x1f\x95\x5e\x54\x33\x3c\xa1\xc4\xc8\xf1\x27\xe9\x75\xb2\x07\x88\xe6\x72\x69\x1b\xe4\x4b\x4d\x33\x74\x5e\x86\xa8\xf7\x82\x92\xa1\xdc\x62\x4d\x48\xed\x17\x53\x60\x1c\xef\x68\xfa\x61\x9a\x6e\xf1\x0f\x77\x4a\xf6\x75\x16\x07\x37\xfb\x1a\xea\x4e\xd0\x8f\x82\x94\x6d\x4b\x5a\xb0\x08\xaf\xa9\x38\x07\x5e\x07\xea\x74\x5b\x84\xd1\x77\x38\x8c\xda\x35\x6d\x4e\xc1\x80\xed\xbf\x00\x90\x03\x79\xfc\xd2\x9e\xd4\xb9\x89\xc5\x29\x7f\x0a\x76\x69\xc2\x23\x32\xa2\xc0\xaf\x4a\xac\xcd\x15\xd5\x01\x49\x9d\x63\x8d\xb8\xf7\x62\x0a\x81\x6e\x05\x66\x08\xb3\x13\x38\xec\x2b\x03\x86\x52\xd9\xa3\x12\x62\x43\xa5\xe5\x9a\x37\xe6\xca\xbe\xa0\x22\x79\xa0\x87\xa8\xc0\x5e\x4f\xb2\xce\xb0\xb2\x0a\xf5\x52\x5c\x91\x12\x61\x68\x1d\x97\x89\x7a\xb5\x54\x60\x78\xca\x91\x1c\x1f\xdd\x1c\xd5\xf4\x0a\xa7\xc8\xc0\xb0\x95\xd8\x98\x67\x95\xfd\x0a\xf3\x7e\x85\xbc\x50\xe9\xbf\xdc\xb9\x63\xb6\x63\x45\xc3\x10\x8a\xfa\xee\xd5\xbe\x5b\xb5\xb2\xfa\xff\xea\x2e\xb4\x2a\x52\x41\x7e\xd0\x63\x8b\x73\x03\x67\xbd\x2b\x3f\xbc\x2c\x97\x71\xde\x7b\x42\x1f\xa1\xd6\x2d\xc4\xa4\x69\xdb\x43\xcc\x19\xf6\x8a\x04\xac\x50\x0a\x4b\x6e\x06\xaa\x8d\x8e\xa2\x81\x60\xf7\x3a\x50\x84\xb2\x7d\xc0\xea\x5a\xd6\xbb\xec\x97\xde\x2e\x49\x93\xd3\xc1\x57\xb8\xba\x02\xae\xd5\xed\x76\x24\x23\x93\xd2\x32\xb0\x36\x25\xfa\xb5\xb0\x54\xc9\xee\xef\x2c\x0e\x61\xa1\x59\x9a\x7a\xc7\x2e\x1d\xbf\x55\x65\xfb\x2c\xf3\x2a\xcc\x6d\x25\xdf\xa1\xf2\x74\x84\x2b\xc1\x90\x11\xdb\x6e\x9d\xe5\xc2\x9f\xc3\x2a\xcf\xb0\x6a\x10\x2e\x0d\x37\xd7\xfd\x20\x66\x28\x3f\xc1\x03\x83\xf9\x64\x06\x1b\xd7\x87\x24\x98\x64\xb5\x8e\x3d\xfc\x63\x2b\x55\x14\xa4\xf6\x7d\x64\xe9\x6f\xef\x94\xa5\x7f\xf9\xed\x92\xf6\xeb\x29\xb9\xb5\x21\x20\xdf\x31\xbe\x7c\xaa\xc2\xe0\xeb\x48\xf5\x23\xbc\xc9\x4b\xeb\x83\xfb\xad\x72\x67\x92\xd2\xf8\xc7\xa9\x3a\x18\x40\x50\x92\xfd\x35\x2b\xa8\xcc\x5c\x25\x9d\xd1\x09\x3f\x9b\x7e\x4e\x7c\x93\xd7\x53\x7c\x47\x0b\x5a\x7d\x25\xe9\xf1\x28\x4e\x6d\x2d\x33\x66\x0a\x7e\x03\xc3\xe8\x27\x96\x9f\xbd\x9b\x7a\x01\xef\xbf\x99\xe2\xaf\xa7\xf6\xce\x99\xda\xb0\xf5\xcf\xa6\x2a\x7c\x81\x09\x51\xff\x9f\x69\x5b\x68\x7d\xab\x87\x87\x2a\xa3\x13\xc2\xaf\xee\x91\xee\xa2\xf1\xa6\xbf\x49\xf3\x32\x88\xca\xff\xcf\xa9\xc3\xc2\x36\x97\x01\xe0\xfd\x48\x63\xe1\x87\x15\x1c\xe1\x12\xa1\x0e\x59\xaf\x06\x92\x80\xca\x8c\x3e\xb0\x9b\xab\xe5\xe0\x98\xf7\x46\x7e\x0e\x05\xb7\x32\x25\x6f\x15\x1c\xc8\x73\xd9\xe6\xf8\xcc\x36\xd0\x64\xff\x5e\xd8\x76\x62\x04\xc2\x17\x34\x63\x71\xbb\xa4\xae\xee\x2f\xda\x98\xac\xef\xf5\xf8\x86\x8a\xe3\x91\x7a\xb1\x62\xe4\xd3\x4d\x4e\xf7\x5b\xc6\x85\x7e\x85\x0c\x4b\x3b\xdb\x02\x95\xc5\x93\x97\xf5\x87\xb6\xda\x83\xcb\x17\x6d\x1a\xfe\x6c\x8a\xb0\x8f\x11\xe0\x21\x27\xe9\x20\xa2\xa1\xb5\x90\x3d\x6d\x2d\x21\xae\xb0\xc5\x5f\x52\x86\x40\x38\x55\xb6\x46\xce\xdd\x52\x99\x3f\x8a\xc1\xd9\x15\xd0\x56\x60\x45\xca\xc1\x5e\xa6\x13\x31\x53\xb6\x45\x20\xc0\x54\xf5\xb4\xa9\x72\xfb\x09\x3c\x83\x99\x03\x39\x73\xf3\x41\xfb\x0e\x02\x2f\x54\x92\xa4\xf2\x53\x04\x67\x4f\x65\xf4\xa0\xc2\x62\x8b\x41\x73\xd5\x1d\x8f\xd9\xd5\xc3\xe1\xb0\x5e\x39\x18\x8a\x38\xce\x00\x1d\x0d\x2a\xd5\x9e\x1a\xe0\x80\x8a\x3b\xff\x9c\xc6\x77\x35\xb7\xc4\x7e\xf2\xe3\xb1\xe3\x33\x06\x7f\x81\x5c\x84\x4b\x03\x97\x72\xa2\x13\x33\xd1\xbb\xdd\x70\x1d\xf4\x47\x52\x56\xb2\x9f\x4f\x71\x5a\xab\xa9\xd6\xab\x93\xd1\xe8\x77\xce\xf7\x65\x20\x78\xbe\x89\x51\x23\x2b\xf8\xb3\xe0\x1d\x99\xcd\x95\x0b\xa6\x9c\x9a\x55\xbe\x28\xe8\xeb\x33\x9e\x98\x45\xe8\x89\x69\xce\x4e\xd7\xa4\xd0\x67\xd0\x25\x08\x4d\xcf\xa7\xca\x95\x07\xe7\xf8\x5a\x35\xe3\x1a\xfc\x87\x3a\x4b\x3f\x9e\xb8\x16\x35\xb6\xc6\x8f\x11\x6f\xc8\x56\xa5\xbe\x21\x5b\x8d\x47\x11\x77\xd2\xe3\x51\x0e\x04\x2e\xf1\x06\xdf\x80\x3f\x0e\x33\x36\xa7\x9b\x4b\x62\x3c\x7a\x6e\xae\x94\xe3\xd2\x4e\x71\xc9\x57\x53\xe3\x0a\x29\xf3\x24\xf1\x46\x7d\x3e\x1e\x6f\x4c\x16\xd4\xed\xea\xb4\xff\x09\xd2\xe2\x9d\x95\x1a\x06\x8e\x65\x37\x28\xa7\x7d\xf2\xd6\xca\x41\x74\x5d\x77\x10\x75\xa9\xa5\xc0\xbb\xf3\x64\xd9\x5b\x8f\x2f\xb4\x4a\x73\x3e\xe3\x38\x9d\x10\xfe\x66\x4a\xde\x6d\x06\x8b\xb4\xa2\x6f\xaf\xe9\x86\xc6\xb7\xd1\xa0\xc9\xe0\x93\xdb\x45\x9a\x7d\x58\xab\x45\xca\x0a\xc6\x93\xe8\x7f\xbe\xfa\x6a\xb5\xfa\xf2\xcb\x3f\x0f\xa3\x13\xd6\x59\x52\x9e\x5d\x2b\x46\x7f\xbf\x22\x04\x4f\xcb\x4a\x19\x85\x45\x26\x4e\xd7\x3f\xa6\xe4\x17\xe6\x6e\x12\x9d\xda\xea\xce\xf3\x14\x33\xb0\xe1\xcb\x3c\x5d\x97\xac\x12\x79\x46\xf8\x09\x21\xfc\xe3\x27\x94\x61\x0d\xbe\x6e\xf3\xdb\x30\x30\xdb\xb4\xa4\x85\x29\x5f\x75\x8a\x2e\x09\x0f\xd8\x3c\x28\x56\x0d\x0c\x79\x99\x7f\xe2\x10\x26\x94\x3b\x13\x70\xdb\x74\x8f\x60\xd7\xa4\xfc\x6b\x00\x86\x1d\x2b\xa4\x30\x16\xe7\xc8\xa8\x93\xf4\x28\xe7\x77\x80\xdd\x1b\x0f\x3d\x39\x05\xfd\xa7\xfe\xa8\xdb\xe5\xbe\x81\xb8\x09\x6f\x2a\x45\x41\xaa\x8d\xc4\x97\x83\x7d\xbe\x94\x92\xde\xad\xfa\x0b\x50\xca\xc5\x3e\xa6\x08\x3b\x72\x24\xf4\x84\x2c\x36\x15\x94\x91\xd8\xfd\xde\x06\x60\xaf\x12\x6f\xef\x2f\xf2\x52\xc0\x3a\xbf\xf0\x1f\xfa\x51\x4f\xee\x78\x37\x94\xe7\xe2\x70\xba\xab\x02\x1b\x15\x15\x62\xfa\x78\x2a\x3d\x0a\xab\xf5\xa7\xa9\x8a\x17\xd2\x88\xa6\xf1\xd3\xf4\x77\x87\x51\x86\xe1\xfc\xcd\x61\x67\x87\x3a\x94\xba\xb3\xce\x32\xa8\x28\x25\x44\xaa\x08\x2d\xf9\x0c\xd6\x37\xc9\x21\x28\xbe\x02\x25\x39\x1e\x99\x3f\x95\x89\x30\xfc\x81\x03\xff\xfb\xc7\x54\x19\x01\x7a\x69\x10\xee\x8c\x14\x4e\xba\x25\xc4\x1f\x02\xd0\xa9\x0e\xb8\x1c\xe8\x90\x0f\x77\x84\x37\xcc\xab\xf8\x2f\x53\x49\xf6\x6e\xd7\xc5\x4b\x18\x08\xb6\x93\x7c\xea\xb5\xc6\x49\xdb\xb2\xca\x07\xdb\xfa\xfb\xb4\x86\x95\xab\x42\x3f\xfd\x6b\x8a\x3b\x23\x34\x11\x89\x30\x86\x02\xd9\xca\xdc\x02\xb3\x72\x95\xaf\xc1\xcb\xe3\x5f\x53\x08\x95\xe5\xb8\x12\xc0\xb2\xef\x04\x95\x9f\xe6\x4d\xc4\x34\x29\xaf\x98\xf2\xe1\xaa\xc7\x2e\x4a\xb0\x72\x86\xe5\x6a\xa7\x0b\xe0\x97\x97\x30\x9f\x3a\xa4\x04\x3f\x07\xb5\x9a\x66\x74\x6f\x4c\x7d\xd5\x6c\x93\x1f\xd1\x1c\x66\x35\x70\x60\x84\xf0\xcf\x37\xb1\xd8\x4b\x51\x7d\x49\xbf\x2f\x93\x3f\x4c\x4f\x08\x6f\xf7\x73\xed\xc1\xf7\x97\x29\xc9\xbc\x80\x87\x7f\x0b\x1f\xff\x1a\x3e\xfe\x6b\x7a\xaf\xe8\x83\x72\x6c\x7f\x9c\xc6\xba\x09\x8a\xab\xc0\xf9\xf1\x4c\x38\x42\x10\x38\x9c\xb8\xe8\x2c\x3e\x3c\x36\xa6\x50\x8e\x1d\xc0\x3d\xb7\xf2\x18\xb5\x84\x73\x71\x0a\xbd\xc0\x17\x3f\xb0\xca\x4b\x62\x5c\xb7\xc6\x9c\xfc\x34\x8d\x4b\xec\x7d\x71\x95\xe1\x1c\x1d\x8f\xf0\x19\x9a\x9e\xa3\x93\x52\x72\xfc\xa8\x72\xc0\xd0\x98\x40\x16\x4c\xa1\x4e\x58\xb0\xfd\x26\xf2\x04\x6b\x45\x9e\x60\xda\x73\xbe\xd2\x33\x75\x42\xc9\x8f\xd3\x81\x64\xba\xb1\x3e\x2a\xdb\x9a\xb4\xcf\x38\x4a\x20\xed\xdf\x20\xad\x6e\x4e\x40\x22\xac\x33\x4e\x56\x7b\x80\xbd\x55\xeb\xdf\x23\x8f\x2a\xe0\xaf\x53\xc0\xd5\x6b\x2f\xc2\xd4\xa9\x8b\x42\x7e\x24\xf8\x34\x8c\x04\xef\xa3\x1d\x5c\xd0\x13\xde\x72\x76\x93\x2f\xdb\x8e\x8b\xb3\x5f\x6e\x80\xee\x81\x61\x8f\xbf\x58\xa1\x4e\x39\x55\x6b\x2b\xe8\xce\x4c\x5e\xb3\x4f\x08\xcd\xcd\xce\x4b\xf7\x6d\x27\xb8\x33\x5c\x3c\xcd\x44\x7e\x43\x83\x93\x9b\xd8\xd7\x11\x3f\xf5\xa9\xc2\xac\xd5\x80\x5e\xda\xab\xf7\x21\xfd\x33\x4e\xc9\x70\xcc\x1d\x72\x54\x3f\x2e\x2f\x87\x5a\x85\xd1\x8b\xcb\x2b\xfd\x3b\x40\x93\xc2\x95\xc1\x15\xa9\x14\xd7\x14\x57\x44\x9e\x61\x2f\x09\x87\x21\x22\xfc\x78\x8c\xc5\x15\x3d\x1e\xcb\xab\x21\x1c\x99\x40\x1f\x7d\x39\x04\x01\x4f\x03\x26\x64\x01\xfb\x64\x0e\x56\x8c\x62\x86\x70\xea\xc3\x8a\xa5\xca\xe8\xdf\x78\x06\xfb\xc7\x25\xb9\x81\x0b\xc6\x0a\x91\x6f\xf5\x0e\x6e\x54\x9a\xb0\x91\x57\x72\x23\xc7\x06\xd2\x62\x02\xd1\xd1\x19\xa6\xe5\x32\x49\x71\xba\x60\x37\x34\x09\xa0\x73\x8c\x1f\xf3\x40\xb0\xcb\x14\x9f\x63\x14\xb7\x4b\xb6\x49\xca\x3d\x60\x50\x9e\x1a\xb1\xd3\xe1\x83\xe3\xc6\x6f\xa6\x71\xb4\x2b\x22\xec\x0d\xaa\x6e\x2f\x8c\x67\x74\x52\xb1\xc8\x5a\xf1\xbf\xb2\xbd\x87\xdf\xa7\xd6\x2d\xdf\x9f\x77\x07\x0e\xf8\xfe\xd8\xee\x3b\xe2\x78\xec\x68\xc6\x5c\x43\xa6\xb4\x10\xb4\x7f\x03\xb5\x03\xd4\xa3\x3c\x63\xf3\xbd\x8f\x5d\xaf\xec\x90\x37\x9f\xb0\x1e\x0c\xab\x17\xa0\xd3\x90\x95\xc2\xa1\xba\x51\xe5\xdf\x9d\x9f\xcd\x4c\x57\x3f\x44\x73\xa4\x57\x43\x49\xbe\xbb\x89\x29\xd6\x1c\x01\x79\x1b\x4a\x09\x98\xc8\x70\x93\xac\x8e\x85\x8c\xc7\x20\x00\x43\x5d\x40\xd3\x8b\x5d\x11\xa1\xc1\x8a\x65\xbb\x2a\x0e\xec\x0e\xbf\xfe\xf3\x67\x75\x01\x64\x81\xd0\x5a\xdd\x9e\xcc\x6b\xd8\x26\x1a\x18\xc3\xb1\x7d\xb8\x91\x2c\xc1\xa3\xdd\x1b\x0a\x7d\x97\xd7\xed\xc6\x9d\xb8\x35\xc7\x10\x21\x95\xe4\x78\xe4\x46\x99\xef\x79\x87\x10\xd8\x44\x51\x7d\x18\x9b\x76\x99\xda\x7d\x10\x8c\x33\x39\x60\xf6\xb4\x44\x34\x50\x56\x8e\x73\xcc\xf6\xbf\x51\x0d\x73\x93\xd3\xbd\x3d\x04\xe4\x1b\xca\x76\x82\xf4\x47\x46\x54\x17\x06\x15\xb6\x1e\xb2\x57\xae\xd9\x25\x2d\xd2\x83\xd2\x76\xca\x21\x83\x58\x43\x2f\x64\x92\x92\xed\x63\xd4\xd3\xf2\x3e\xdf\x69\x95\x2d\xdf\x95\x83\x45\xae\xf5\x9c\x28\xac\xb1\xa2\x90\x9d\xed\xb4\xb2\x94\xef\x4a\xdc\x6e\x54\xc4\x77\xcd\x90\x2f\xbe\x42\x1c\x0b\xaf\x0d\xa0\x4f\xb8\x0c\x5a\xd8\x1f\x0d\x51\x5b\x6d\x61\x22\x63\x5c\xe7\xc8\x60\xe6\x8e\x25\x9a\xa7\xdd\x71\x24\xa9\xd8\x8e\x67\xb4\x1a\xff\xc0\xd9\x26\xaf\xe8\x20\x2d\x8a\xb8\x1e\x62\xcb\xf1\x06\x93\x4a\x3b\x17\x01\x56\x8f\xd6\x3c\x21\x84\x06\xe2\x9a\x96\xed\x98\x2b\x9c\x2e\x77\x19\x3d\x1b\xf1\xc5\x06\xa7\x93\x1c\x97\x7a\xad\x95\x1c\x92\x28\x8c\x96\x6e\x57\x7f\xb0\x53\xb0\xad\xb0\x60\xa9\xe3\xd9\x5f\x60\x91\x0b\xb9\xc6\x4f\x31\x0d\xc8\x20\xdb\x1c\xda\xce\x7e\x5c\x86\x49\x84\x0e\x07\x89\x3f\xa5\xd0\x6b\x53\xa9\xa5\x7b\x34\x8e\x43\xc5\x9e\xe8\x10\xda\x8c\xa8\x98\xee\x91\x55\xf0\xb5\xcd\x4a\xa1\xa6\xad\x9d\xe0\xc6\x3c\x46\xcd\xf5\x4f\xcf\x4a\x9d\x1f\xf9\xc1\x20\x19\xcf\xce\x5e\xa5\x57\x54\xdc\xd1\x1c\xbb\x44\xfc\xdb\xf9\x25\xad\x04\x67\x87\x96\x12\xb3\x82\xa6\x3c\x68\x92\x6e\xaa\x3b\xc5\x21\x9c\xee\xef\xa9\x49\xd7\x56\xb7\x69\x55\xe5\xeb\x32\xbe\xd5\x73\x37\xb9\x2b\xb2\xb0\x4a\x03\xbe\xab\x7b\x29\xfe\x9e\x4f\x99\xc1\xf1\x04\x40\x1c\x80\x60\xc9\x97\x4f\x86\xd8\x3f\xa6\x2b\x11\x31\xd8\xf7\xd5\x2e\x2c\x0b\xa7\x65\xba\x28\x68\x95\xb0\x7d\x10\x67\x78\xef\xa9\xdf\xc1\x0c\xd9\xf8\x13\xc9\x65\xc8\x62\xaa\x24\x60\x9a\xac\xc0\x8b\x52\xc9\xc0\x25\xe1\x81\x0c\xec\xc0\x30\x4a\x7d\xaf\x5e\xa6\x1b\x8a\x59\x63\x4f\x2e\x49\x3e\xa3\x50\xcb\x83\x59\xda\xff\xf5\x69\xff\x5f\x73\x6b\x1f\xd3\xed\x76\xc4\x5d\x47\x40\xc1\xbe\x65\x7b\xca\x9f\xa7\x15\x8d\x91\xe2\xf8\xde\x8b\x13\xf2\x02\x6a\x83\x20\x55\x22\x1c\x65\xac\x14\x79\xb9\xa3\x47\x15\x53\xb4\x8a\x4e\x58\x05\xfc\x32\xa2\xcf\x38\xed\xf5\x94\xbd\x71\x23\x29\x21\x84\xc9\xc3\xbc\xf9\x70\x41\x4f\xba\xe4\x28\xf2\xe1\xa9\x78\x08\x4f\xc5\x6b\x00\xa1\x96\xd2\x59\x28\x89\x42\x74\x8b\x6a\x1f\x8b\x81\xae\x10\x25\x33\x7b\xf3\x21\xa5\xa3\x22\x0f\xa4\x23\xb7\x27\x5e\x04\x4f\xfd\xa8\x27\x3c\xd5\x85\xcc\x59\x6d\xd3\xf2\x4c\xde\xb7\xf4\xa3\x92\xad\x38\x2d\x97\x94\x4f\x69\x55\xa5\x6b\x3a\xa9\x3d\xc7\x28\x11\x83\x8d\xfa\x8d\xb0\x71\xab\x84\x70\xf2\xba\xad\xed\x57\xc1\xe1\xd4\xb5\xba\x25\x6f\x1e\x70\x49\xaf\x7a\xfc\x67\x0d\x8d\xf5\xd3\x34\xbe\x5b\x3a\x17\x68\x9c\x4b\x49\x27\xdd\x6e\x8b\x83\x14\x33\x35\x88\x0c\x68\x64\xe4\xc1\x4d\x4d\xbb\x8a\xe4\x33\x3e\x9f\xa4\x16\x48\x4a\x3e\xa2\xa4\x3f\xc2\x19\xa9\x2e\x87\x93\x34\x99\xa5\xd6\xd8\xa7\x42\x40\xb2\x5d\x64\xaf\xe2\x2b\x5c\xf5\x46\x72\xcd\x9b\xe7\xde\x08\x05\x03\xb3\xd8\x09\xc1\x24\x81\xc5\x61\x4b\x13\xfb\xd8\x46\xee\xa7\xca\x9e\x1b\xb3\x32\x2b\xf2\xec\x43\xc2\x30\x2b\x37\x6c\x57\xd1\x25\xdb\x97\x09\xc3\x51\xca\xf3\xb4\x5f\xa4\x0b\x5a\x44\x49\x74\xa1\x92\x27\x17\x91\x8b\x3d\x6b\x7e\xc9\x86\x47\x51\xf2\xc5\x45\x9c\x66\x19\xad\xaa\x8b\x0f\xf4\x70\x11\x7d\x61\x3e\xcb\x2e\xe2\x2f\x50\xf4\x05\xc2\xd1\x20\x42\x27\x9c\xe9\x60\x78\x8a\xbb\x74\xbb\xb2\xe1\xcb\xfc\xe6\xcc\xb4\x78\x03\xa9\x60\x62\xa8\x0c\x5a\xac\x2e\x42\xb1\xfa\x35\x93\x27\x66\xe3\xc3\xf0\x8a\xc5\xa5\xc7\x49\xec\x22\xb7\x67\x0d\x23\x17\x95\x08\xc3\xe4\x01\x97\x03\x90\x54\xfc\x71\x25\x14\xfb\x6a\xcb\xd2\x48\x25\xf4\x97\xbb\xae\xff\x43\x45\x54\xa8\x24\xf5\x42\x4c\xbf\xf8\x7e\x7a\x3e\xf2\x62\xeb\x5a\x91\x3b\xca\x0f\x4c\x8a\xcb\xfe\x83\x5c\x65\x61\x25\x6e\xcd\xa9\x8d\xa2\x3c\xc5\x74\x89\xf0\x6e\xdf\xa2\x29\xbe\x4b\xa3\x6b\x74\xb8\xf9\x92\x44\xb9\xa0\x9b\x9f\xa3\x1e\x1c\xf1\x56\x05\x63\x3c\x7e\xfc\xf0\xab\xc7\x5f\xfd\xe9\xcb\x87\x5f\x3d\xf9\x23\xbc\xe5\x69\xb9\x64\x9b\x18\x90\xc9\xb4\xa1\xc9\xe8\x4f\x36\x6c\xe5\x86\x64\x7b\x15\x5d\x62\xe8\xde\xc9\x92\x75\x0d\xee\x5d\xe0\xd2\x11\x71\x56\xd0\x08\x47\x6c\x0b\xb3\x15\x66\xce\x6a\x7f\x4e\x45\xed\xdb\x0c\x34\xed\xef\x3d\xd1\x57\xf6\xa6\x92\x9b\x8a\xde\xa9\x2b\x41\xec\xa9\x4f\xa4\x0b\x30\x7b\x48\x86\x58\x56\x9e\x44\xf2\xf3\x82\x7d\x8c\xc2\x25\x51\x93\x0c\x2d\x1a\xf5\x0b\xc7\x15\x22\x84\x59\xf9\x81\x1e\x60\x45\xd5\x5c\x6c\x1f\x7e\x49\x08\xb8\xf9\x3c\x67\x4b\x8a\xf8\x3e\x2e\x95\x2c\x88\xd5\x5f\x73\x16\xb2\xee\x21\x8f\xfe\xec\xa5\x3f\x1e\x1f\x3d\xf2\xb3\x97\xe0\xf6\x6a\xef\xdc\x62\x1b\xbc\x85\x2e\xa1\x2b\xfd\x51\xaf\x54\x7d\x36\x56\x05\xff\x5b\x7b\xb6\xf5\x3c\x1e\x86\xf5\x3c\xfe\x9c\x7a\x7a\xa3\xf3\x05\x3f\xfa\xd3\x5d\x25\x0d\xbd\x84\x4f\xee\x4a\x18\x16\xdf\x1f\xb9\x7c\xa3\x1a\x49\x1a\x64\x54\xa6\x6f\x36\xc9\x15\xf9\xd3\x13\x29\x16\xeb\xc7\x4b\xf2\xd5\x50\x72\xf0\xa0\x43\x57\x64\x68\xf6\x6e\xcf\xd6\x5d\xb7\x61\x56\x4b\x3c\x0f\x14\x7b\xa4\xda\xc7\xdc\x6e\x4a\x98\x91\xe1\x98\xb9\xbd\x9d\xf5\x7a\x28\x97\xec\x9f\xcd\x07\x82\xfd\xb8\xdd\x1a\x61\xa1\x61\x8c\x6d\x7b\xa4\x4d\xe8\x7f\x9a\xea\xa9\x72\xe7\x7e\xc4\xd1\x38\x95\x07\x50\x5d\xbf\xac\x46\x6d\x4d\x02\x07\x60\x96\x27\xda\xd8\xf2\x4e\x76\x4b\x68\xc3\x48\x10\x64\x38\x16\x97\xe1\x28\x80\x17\x95\x21\x8a\x98\xab\x10\x48\xac\x14\x69\x5e\x56\x31\x1d\x88\x94\xaf\xa9\x00\xfc\xc4\x70\x2c\xa5\x1c\xeb\x31\x88\xb6\x7d\xc0\xa9\x08\xa2\x13\xb6\x8b\x15\xdf\xb1\xd7\xc9\x7d\x36\x89\x00\xb6\xf1\x9e\x2b\x56\xa5\x45\xcd\x6e\x5b\x6e\xec\x96\xe7\xe9\x84\xa3\xf7\x1f\x97\x5f\x5a\x43\x32\xed\x68\xd9\x7a\x78\x0d\x66\x47\xc3\x4c\xd1\xb3\xea\x6a\x1d\x4e\x93\x5b\x05\x62\x76\x8e\x2d\xe1\x48\x38\x76\xe6\x0f\x86\xb1\x62\x72\x43\xe2\x6d\x49\xfe\x06\xe5\x45\x84\xd1\xe5\x7f\xea\xc4\x56\x3b\x7d\x9f\x6d\x3f\x5c\x34\x04\x53\xd2\xbf\x78\x50\xce\x21\x9d\x91\xb1\x76\x00\x10\x4a\xab\xd2\x1c\xe2\x7a\xb1\x1e\x2c\x70\x1c\xdc\x11\x56\x6e\x6a\x66\xb8\xd0\xda\x4d\xbc\x23\xfd\x11\x5e\x91\x7c\xbc\xba\xa4\x21\x75\x56\x8a\x3a\xfa\xed\x6c\x15\x92\xa6\xf0\x49\x73\xbb\x23\x2b\x0d\x69\xbe\xbb\x1c\x4e\xe2\x0c\x14\xd9\xbb\xbd\x3e\xe7\xe2\x20\x31\x36\xf5\x68\x87\x8b\x1c\x0f\x31\x28\x49\x3b\x43\x94\xc4\x19\x31\x15\xee\xe6\x78\x77\x05\xde\x89\xf5\xf4\xbb\x7e\x8e\x8c\x1b\x07\xef\x76\xb3\xa0\x61\xdc\x7b\x9a\x64\xb0\xc2\xae\xd3\xca\xdb\x27\x61\xa2\x1b\xf2\x46\xe8\x78\x8c\xb3\x96\xdd\x34\x4c\x85\x23\xc1\x77\x72\xe6\xa7\x24\x43\xc9\x3d\x4a\x85\x56\xb1\xcd\x80\x53\xb9\x90\xcf\xa7\xc3\x79\xaf\x07\x71\xc7\x9a\xd3\xb3\xdb\xed\x58\xe7\x92\xf0\xbd\x37\x61\x87\xfe\xa8\x28\x3c\x8d\x21\x1a\x23\x66\x8f\xec\x2a\xa7\xf2\xa4\x1a\xb6\x96\x16\xfb\xe9\xe0\xcc\xa5\xc6\xce\x4e\x2c\x5c\xf3\x1e\x31\x32\x53\x12\xe5\xe5\x8a\x45\x58\x9f\x31\xce\x72\x8d\xef\xd8\xc5\xd2\xdf\xea\xa5\x64\x02\xa3\x87\xd3\x49\x6c\x39\x55\x1b\xfd\xd5\x55\xc0\x92\x56\x19\x2d\x97\x69\x29\xa4\x7c\x9f\x2f\x3d\x29\x65\xc0\xe9\x2f\x3b\x5a\x89\x29\x4d\xab\x1d\xa7\x31\xac\x47\x58\x6f\x9c\xa6\xcb\x16\xed\x76\x45\x8b\x24\x85\x91\x39\x13\x90\x0d\x03\x1f\x05\x7c\xe3\x4a\x9c\x4b\x74\x3a\xe1\x3d\xcf\x45\x18\xd8\xd7\x6a\x03\x69\xe1\xdd\x16\x96\x10\xaf\x8d\xcb\x7f\x27\xba\x50\x17\x96\x0d\xe0\xd1\xb6\x7d\x48\x93\x94\x3a\xd2\xdb\x15\xb7\x21\xdf\xe2\x7a\x8e\x1e\x31\xa9\xfa\x26\x15\xc0\x9d\x24\x81\x05\x01\x70\xd1\xcb\xa1\x9e\x28\x50\x42\xfb\x3c\x6c\xd0\x17\x61\x63\xf7\x5f\x1d\xca\xcc\x73\xaf\x93\x8f\x77\x32\x38\x55\x8d\x8b\x17\xe9\x5d\xde\xc4\x56\x73\x35\xa6\x44\x80\x19\xcd\x9b\x7c\x51\xe4\xe5\x1a\x9b\x86\xc5\xea\xa4\xa2\xd5\x15\x6e\x42\xba\x9b\xbb\x73\x5a\x8b\x40\x63\xa1\x02\xbb\xc9\xd1\x55\xa6\x1f\xdf\xb1\x25\x25\xae\x79\xda\x4e\x98\x76\x20\xea\xc3\x66\x8c\xe4\xb1\x95\xaa\x07\xbf\x59\xca\x2e\xc9\xf5\x4a\x61\xcb\x68\xb8\x64\x48\x8d\xa9\x1f\x5d\x84\x87\xd1\x45\x94\xf2\x40\x55\x05\x75\x38\x4f\x3a\x7f\x53\x6f\x3b\x18\x39\x97\x83\xda\x58\x22\x43\xc3\x9f\xa6\xf1\xf9\x8d\x30\x38\x67\x3b\x26\x41\x7d\x26\xa1\x6e\x2f\x6c\x11\x77\x29\xda\x85\xa7\x68\x17\xed\x8a\x76\x1b\x89\xe6\xaf\x5a\x03\x7a\x02\x2b\x5c\xb3\xaf\xb3\x2d\x6d\x09\x44\x5e\x0b\x82\x2d\xda\x4c\x2d\xae\xf7\xbf\xdb\xd4\xe2\x0b\xd9\xc1\x67\xec\x23\x89\x86\x17\xc3\x8b\xc7\xf2\xbf\xe8\x0b\xbd\x7b\x7f\xb1\xe3\x45\xfc\xfe\x8b\x65\x2a\xd2\x24\xdf\xa4\x6b\xfa\xa0\xba\x59\xf7\x3e\x6e\x0a\x7c\x59\xdd\xac\x2f\x3e\x6e\x8a\xb2\x22\xd1\xb5\x10\xdb\xe4\xc1\x83\xfd\x7e\x3f\xd8\x3f\x1a\x30\xbe\x7e\xf0\x70\x38\x1c\xca\xa4\xd1\x85\x3d\xb5\x0b\x1c\x5d\x45\xf6\x88\x4f\xcb\x8c\x2d\xe9\x8f\xaf\x5f\x3d\x67\x9b\x2d\x2b\x15\x60\x00\x8e\x2e\x65\xa6\xab\x2f\x50\xe4\x99\x36\x2c\xf7\xde\x59\xf8\x7a\x1f\x7f\x71\xb9\x4d\xc5\xf5\xc5\x92\x44\x9b\xe1\xc5\xc3\xc1\x93\x8b\xe2\xe1\x45\x7f\x24\xff\x8e\x2e\x86\xf2\xc1\xfc\x8e\x2e\x2a\xc1\xd9\x07\x4a\x9c\xea\x80\xe2\x2f\xa2\x8b\x55\x5e\x14\x24\x2a\x59\x49\x4d\x8a\xfe\x3e\x5f\x8a\x6b\x12\x0d\xbe\x8c\x1e\x5c\x7d\x81\xf0\x17\xfa\xf9\x4f\xd1\xc5\x35\x04\x80\x24\xd1\xa3\xe8\x0b\xb5\xf8\xb6\xfb\x36\x6b\x2d\x37\x71\xa2\xe4\x76\x9b\x2e\x25\x2b\x4c\xa2\x47\xdb\x8f\x17\x7f\xda\x7e\xbc\x90\x7f\xff\xbc\xfd\x18\xe1\x0d\x44\x86\xfc\x96\xae\x44\x12\xf5\x47\xf2\x8d\x9c\x58\x45\x7a\x48\x22\x00\xd8\x89\xf0\xfe\x3a\x17\xf4\xcd\x36\xcd\x68\x12\x6d\x39\xed\xef\x79\xba\x35\xf6\x5d\x9e\x22\x8c\x72\xce\x78\x94\xdc\x2e\x18\x5f\x52\xae\x0a\x7c\xb2\xfd\x78\x51\xb1\x22\x5f\x5e\xfc\xcf\x72\x34\x6a\xc9\xb4\x4f\x79\x99\x97\xeb\xb3\xd9\x18\x98\x63\xb4\x64\x84\x0d\xec\x6c\x65\x5f\x7d\xf5\x55\x33\x8f\xd6\x06\x25\xb7\x2b\xa6\x60\xa3\xae\xe5\x66\x18\x61\x55\x46\xa2\xc8\x8f\x2d\xa5\x1e\x6e\x3f\x5e\x3c\x96\xf4\x68\x5a\xb9\x3d\x7e\xfc\x38\xc2\x99\x7a\x00\xea\x98\x42\x5e\xa7\xcb\x7c\x57\x01\x95\x43\xca\x4a\x52\x37\x1a\xa4\xd5\x3e\xaa\x41\x6f\xf2\x5f\x69\x12\x7d\x39\xfc\xdf\x08\xb3\x6d\x9a\xc9\x5d\x7a\xf0\xa5\xce\x62\xaf\xd8\x03\x83\xb9\x1f\x58\x95\xc3\xaa\x8f\x0a\xba\x12\x17\x6a\x53\xf1\x9b\xfb\x9a\x6e\x69\x2a\x92\x88\xc3\xdf\xfe\x47\xdb\xb9\x67\x90\x34\x89\x86\x83\x2f\x5d\xbb\xdc\x3d\xbe\x1d\x49\x5b\xd2\x2b\xb9\xd0\x92\xe5\x3e\x8e\x60\x1c\x51\x23\x8b\x37\x8e\x2d\x99\xf4\x28\x36\xb3\x99\x51\x6c\xab\x48\x8e\x61\x33\x87\xb6\x31\x68\xb3\x3d\x5c\xad\x96\xcb\xaf\xbe\x72\xb6\x87\xc1\x85\xb6\x5b\x02\x43\x3d\x30\xc9\xd0\x2b\x1c\xb4\x4c\x32\x91\xa5\x29\xa7\x45\x0a\x55\xe1\xa8\x9b\xa4\x2b\x41\x25\x45\xe4\x89\x8f\x96\x22\xf9\x22\x8a\xbe\xc0\x2e\x6d\xba\xa8\x58\xb1\x53\xd3\x00\x28\x3b\xc4\x85\x5a\x50\x0f\x61\x02\x79\x93\xf4\x91\x9d\xa4\xbe\xa1\xa3\x99\x3e\x72\x61\x7f\x22\x8d\x19\xbb\xc7\xb5\xa5\x55\xef\x8c\x37\x24\x5e\x07\xfc\x32\x34\xdd\xcc\x12\x6b\x14\xa0\x07\xe7\xee\xdc\x6a\xa9\xe9\xbc\x20\x38\x85\xb7\xde\x67\x69\x7a\xb1\x2b\xa2\xe4\x76\x93\x7e\x54\xf1\x6c\x93\x68\x34\x1c\x4a\x62\xb1\x1b\xca\x57\x05\xdb\xff\x94\x44\xe9\x4e\x30\x48\x3a\x0b\x64\xef\x79\xeb\xe8\x2f\x97\x4b\x55\x6c\x94\xdc\x42\x44\x71\x6b\xf9\x92\x80\x4b\x09\x57\x48\x66\x27\x39\x9c\xa0\x31\xb9\xb3\xd4\x9f\x57\x69\x51\xc8\xc7\x24\xfa\x9f\xc5\x72\xd5\xc2\x04\xbe\x31\x96\xea\x9a\x13\x78\x39\x34\x4b\xc8\x6a\x09\xb5\xf2\xff\x4c\x1b\x81\xfb\x9c\x70\xeb\x2c\xed\x5e\xcc\xe4\x91\x9f\xc0\x29\x7e\x1e\x90\xd4\x4d\x3d\x29\x89\x46\xc3\x08\x73\x45\xce\x87\x21\xeb\x3a\xcb\xef\x6a\xcc\xb0\xa5\x7e\x63\x0b\xb4\xd9\xe3\x9b\xb3\x6a\x49\xe3\x14\x87\x53\x5c\xe1\x0c\x17\x4a\x02\xd8\x35\x25\x80\xaf\x5a\x25\x80\xaf\x7c\x09\xe0\xab\x79\x32\xc4\xab\x16\xe1\x61\xe8\x8b\x09\xc3\xb3\x28\x24\x5b\xa3\x02\xad\x44\x9a\x7d\xb0\x56\xba\x52\xe4\x32\x20\x21\xea\xba\xd9\xf3\xbc\xdb\xb2\xca\xf8\xeb\x55\x19\xe3\x94\xa4\x01\x98\x46\xe5\x3f\x3d\x4b\x2b\x4a\x32\xeb\x1d\xfc\x5c\x32\x85\x8f\x82\x14\x5a\x79\xc3\xd8\x87\xa7\x10\x54\x78\x67\x6c\x85\xe5\xfa\x25\xab\x76\xd7\x4e\xa5\x46\x3e\xab\x25\x8f\x66\xf6\x36\xc2\x75\x69\xb0\x82\xcb\xc5\x33\xb7\xe5\xe2\x7f\x1f\x11\x32\x3c\x21\x54\xcf\x28\xa4\x3c\x33\xff\xff\x45\xe1\x87\x2d\xab\x6a\x29\x65\xff\x27\x51\x47\xeb\xdc\xe1\x31\x81\x4b\x37\x2d\x0c\x67\xaa\xc3\x77\x3a\xa5\x3a\xba\x4c\x6a\xcf\x03\x9d\x5d\x5d\x8d\x9a\x32\xe5\xf9\x15\x2e\xbd\xdb\xe1\x2a\xbc\xbe\xc3\x49\xd7\x75\x09\x8b\xfa\xd0\xf8\xb0\x1e\x46\x45\xeb\x4f\x01\x6a\x2b\x55\xb3\xe0\x8e\x0b\xfb\xab\xab\xd1\x57\xb8\x24\x7f\x7a\xf2\xe4\xd1\x93\x2e\xc4\x99\x01\x8a\xc9\x21\xad\x28\x87\x80\x2c\xcb\x43\x99\x6e\xf2\xec\x07\x4e\x33\xba\xa4\x65\x46\x75\x10\xc1\xdc\x9c\xcf\x81\x7e\x3d\x92\x23\x3c\xf4\x6c\x76\x55\x41\xa6\xd3\x31\x97\x07\xd6\xbf\x30\xc1\xfc\x9e\x79\x17\x09\x76\xbe\x82\x17\xf5\x60\x93\x97\x6a\x73\x7f\x4b\xf9\xc6\x9c\xfb\x04\xe3\x14\x30\x98\xca\x5a\x9e\xfa\xe3\x63\x28\x17\x16\x8f\xf7\x45\x0f\x4f\x23\x37\xd2\x31\x94\xbd\x21\xd0\x8a\xe9\x47\x7f\x8c\x45\x7f\x84\xfa\xf1\xc3\x3f\x3d\x1c\x3d\x7e\xdc\xa5\x93\x3f\x25\x43\x84\x53\x2f\xe9\x8c\xf5\x1f\xce\x0d\x04\x8a\x79\x33\x9a\xe3\x8c\x7c\x7a\xd0\xfa\x80\x85\xd2\xe8\xee\xf1\x38\x7a\x34\x1a\x7e\xf9\xb0\xab\x87\xa9\x20\x5c\xd1\xeb\xeb\x22\x5d\xfb\xe4\x1b\xa1\x89\x99\xe0\x49\xd8\xa5\x71\x83\x60\x29\x2e\x70\xd6\x03\xc2\x9c\xf2\x95\xed\x10\xf2\xa6\x8d\xdf\x85\xf9\xd8\x7a\x07\xed\xc2\xbe\x3d\x9a\x8f\x7d\x6e\x63\x87\x75\xa7\x46\xf3\xe4\x00\x74\x7c\x52\x5e\xb1\x31\xf2\xa7\x38\x28\x7d\x5a\xc7\x26\xf5\x4e\xf6\xa6\xfd\x6d\x4b\xe6\x0e\x1c\xa9\xfb\x81\x7a\x3c\x6e\xc3\x91\x3a\x07\xea\xd1\xed\xfa\x4f\x72\xd8\x86\xca\xd1\xb6\xd3\xe8\xea\xf1\xe8\xd1\xab\x39\xa7\x46\xf3\xcb\xe6\x4c\xe8\xd5\x26\x0b\xb2\x31\xfe\x24\xdb\x4f\x5b\x30\x94\x74\x13\xd2\x6e\x97\x69\xfe\x0b\x9e\xe4\xcc\x2b\xa4\x6f\xbe\x78\xef\x30\x23\xe6\x2d\xc2\xe9\xd5\xb0\xdb\x1d\x12\x9b\x69\x96\xf6\x65\x4f\xbd\xc7\xd1\xfc\xaa\x3f\x52\x16\xd7\x84\x94\xe6\x12\x05\xbc\xda\x6c\x9a\x87\xf3\x2b\xb7\xea\x25\xf1\xc2\x8f\xa4\x44\xa7\x93\x62\x17\x66\xb2\x76\x8c\xbb\x7d\x75\xa6\x63\x15\x34\xac\xe3\x7f\x9d\x55\xfd\xc7\x73\x70\x8d\x1a\xc3\xd7\xf0\xd3\xc3\xf9\x55\xa9\x27\x98\x79\x37\x6f\xe4\xc6\xc1\x8b\xde\xa8\x9e\xe2\x51\x3d\xc5\xc3\x7a\x8a\x87\xf5\x14\x8f\xea\x29\x46\x73\x5c\xf5\xc9\x63\xcc\xe5\x4c\x8a\x79\x9f\x3c\x46\xe3\x5a\xb3\x68\x4b\x3b\x9a\x15\x97\xcd\x9a\xb8\xa7\xfc\xd1\x24\x83\xad\xc2\x38\xc6\xb9\x75\x73\x9d\xaf\x9a\xce\x38\xc1\x9a\x31\x43\x31\x86\x3b\x37\xcd\x6d\x6a\x2c\xdb\x6c\x0a\x76\x13\xb5\xb7\x74\x43\x42\x1c\x07\x31\x8a\x2e\x39\xb7\x82\xdd\x63\x1c\x6b\x28\x8c\x2d\xab\x8e\x47\x71\x49\xd8\x60\x93\x7e\x94\xeb\xd9\x5a\x7b\x49\xa1\xa4\xc4\xcc\x63\x6f\x39\xc4\xc5\x8f\x6b\x32\x4c\x69\x6e\x6a\x5c\xeb\x20\x92\x91\x5a\x5e\xb2\xbb\x86\x81\x08\x78\xed\xd5\x15\x4c\x15\xbd\xb7\x62\x8e\x4b\xfc\x18\x79\xf4\x54\x0d\x39\x5f\x5c\xd0\xb1\xfb\x14\x6d\xc6\x02\x2e\xec\xce\x8d\x85\xa4\xf0\x9f\xba\x74\xe2\xf5\x36\xa6\x46\x63\x2a\x9b\xa1\x13\xba\xeb\x9c\xea\x2c\x3f\x0c\x5c\xed\xb7\x03\x4e\x77\x15\x5d\x5a\xa6\x33\x8e\xcb\xcb\xa1\xe6\x4c\xe6\xe3\xac\x9c\x77\x88\x37\x16\x26\x8f\x9a\x54\x08\x97\xbd\x1e\x1a\xd7\xa6\x4b\x6d\x5c\x2c\xed\x78\x8f\x06\xe0\x6e\x6e\x9c\x84\x1d\x27\x9f\x4e\x52\x98\xae\x6d\xda\xfd\x11\xaa\x4b\x9c\x9a\xc0\xea\x12\xcb\x0e\x49\x4d\xda\x12\x3c\xcd\x3e\x50\xae\x5a\xdf\xf8\xaa\x65\x31\xac\xa6\xb1\x6e\xdc\xa0\x12\x9c\xa6\x9b\x01\xa7\x15\x75\x42\x62\x9f\x5a\x77\x7d\x6f\x2d\x6d\x8b\x16\xc7\x36\xff\x2a\x15\xca\x2d\x89\xa8\xb1\xb1\x12\xb8\x94\x59\xc0\xa5\x64\x51\xc2\xdb\xa0\x51\xd9\x27\x8f\x7d\xe8\x35\x93\x5d\xe3\x75\x20\x88\xcf\xe7\x89\x0f\xe5\x58\x74\xbb\x39\x09\x5e\x8e\x91\x00\x6d\xbe\x0f\x30\xaf\x15\x97\xd0\x27\xef\x90\xa0\xcb\xf5\xe5\xc4\x56\x21\x6a\x6b\x7e\x80\x54\x07\x47\x9e\x1a\x49\x6b\x87\x00\x2c\x90\x27\x6e\x66\xf2\x74\xfb\xec\x60\x20\x53\xcf\x4f\x53\x7a\x66\x4d\x8d\xcb\x86\xb4\x47\xbd\x96\xe1\xc7\xb6\x07\xe6\xf3\xd0\xff\x5c\x4e\xfe\x9c\x98\x24\x5b\x33\x41\xbd\xf9\xea\xf5\xad\x4f\x46\x5f\x39\x1b\xf5\x2c\x2d\xdf\xb4\xb3\x4d\x7f\xac\x25\x71\x0f\xea\xfe\x09\x19\x50\x8f\xb2\xd6\x11\xa0\xed\x9b\x82\x89\xd8\x44\x6f\x7c\x8c\xec\xca\xd3\x69\xae\xd3\xea\xa9\xd6\x38\x1b\x0c\x71\xa4\x77\xf4\x58\x31\x05\x8b\xe7\xd5\x19\xea\x0f\xa5\x33\x89\xb7\xd6\xc4\xa5\x67\x9c\x6b\x89\xff\x0a\xee\x04\xce\xe8\xf0\x9b\x92\x19\x79\x64\x7d\xba\x67\x73\x1f\x77\xc9\xb6\x16\xee\x1f\x64\x2b\x2b\xff\xa4\xa5\x1c\xbf\x75\x21\x7f\xf6\xa5\x1e\x5b\xf2\xe8\xe1\x30\x0c\xcc\x30\x9b\xe3\x9c\x0c\xc7\x0e\xe4\x6f\x9c\xf7\xc8\x43\x14\x97\x44\xcc\xf2\xde\x68\x8e\x3a\xc4\xd5\x60\x04\x86\x26\xd1\x4a\x2c\xd9\x96\x61\xb9\xb3\x7c\x8e\xd5\x91\xa4\xd1\x84\x4b\xd9\x02\xd3\x80\x36\x73\x51\x31\xa3\xbd\xd1\x7c\xcc\x1b\x86\xa1\xde\x71\x73\xd4\x15\xdd\x2e\x25\xa4\x3c\x21\x74\x3c\xda\x5a\xa9\xac\xf5\xa4\xfd\x78\x74\x75\x7f\xee\x76\x53\xd7\xb7\x54\xf6\x8d\xc5\x29\x1a\x0b\xc2\x4f\x2e\x14\xfa\x6c\xae\x03\x9e\x3b\xa8\x43\x23\x80\x5e\x3e\x1e\x67\x16\x8f\xb0\x20\x62\x96\xf5\x14\x78\x6f\xe1\x53\x06\x05\x82\xb9\xe4\x50\x31\x1a\xef\x3c\xa6\x5b\xb8\x4d\x1b\xef\x82\xb5\xb2\x83\x85\xa2\xfe\x55\xc7\xa4\x5d\x6d\xc7\x9b\x65\xf3\x30\xb7\x5a\x2c\x0f\x87\x43\xac\x6f\x61\x77\xce\xfe\xb4\x0a\x2d\xaa\x5f\xb7\x9f\x37\x43\x64\xcb\x96\x85\xe2\x78\xd2\x93\xda\x3a\xa0\xa8\x1e\xb7\x20\x94\x31\x14\xaa\xc2\x4d\x5a\xe4\x4b\xb3\xa2\x5c\x61\x46\x38\x29\xf5\x41\x97\xdb\x83\x6e\xde\x7a\xda\x03\xd1\x36\x87\x8d\xb2\x71\x5c\xcd\x3e\xc8\x79\xc6\x71\x67\x84\x2c\x20\xa7\x01\x87\x6c\x30\xa3\x4f\x9c\x4c\x03\x26\x34\x1c\x06\x68\x8e\xcd\xcd\x15\x87\xe2\x81\xef\x59\x03\x44\x7f\x5a\x14\xe7\x70\x87\x3a\x2d\x14\xaf\x9f\x22\x1f\xa2\x31\x02\x2a\xca\x57\xde\x28\xc6\xc8\x6a\x25\xda\x58\xad\xf9\x01\x3d\xd2\x16\x16\x3e\xec\x8c\xb3\x8c\x4f\x97\x00\xb5\x54\xd3\xa5\xe4\xab\xf8\x51\xa7\x39\x0a\xe1\x68\xd7\xa6\x8c\xd9\xe3\x60\x14\xc1\x06\x26\x15\xe9\x8c\xb6\xcf\xa4\x11\x9a\x83\x33\x6f\xeb\xc7\xc7\xfe\xa6\x05\x0e\x09\x67\x9d\x01\xea\x67\xe3\xe1\x1c\x37\x5a\x4d\xdc\x90\x54\xe9\x86\x9e\xd1\xf3\x04\x0c\x58\xd0\x8e\xf1\x97\x68\xe1\x9d\xfa\x5b\x0b\x59\x5a\x2c\x87\xfc\x84\x63\xd1\x23\x8f\x50\xc0\x0b\x67\x62\x6e\x8b\x9b\x89\xb9\x2b\xca\x6c\x30\x4e\x47\x05\x54\xbe\x53\xed\x65\x86\xc2\x8d\x6f\x9e\x16\x34\x13\x2f\xc1\xfa\xff\x2e\x44\xad\x70\x2a\xea\x6c\x83\x55\x91\xae\xab\x19\x9d\x87\x87\x97\xe7\x46\x01\x77\x56\x55\xf6\x1b\x85\x44\x25\x55\xff\x16\x21\xd1\x17\x0a\x03\x9d\xc5\x7f\xbf\x91\x7a\xa9\xff\xde\x56\xd2\x4d\x7e\x96\x90\x01\x47\x0e\x95\x52\xa3\x71\x4c\x25\x0b\xec\x3f\x0a\x0f\xe0\x74\x8e\xda\x0e\x3c\xb5\x46\x5e\xa7\xd5\xf5\x27\x78\x60\xff\x51\xd8\xc6\x6f\x8d\x28\xf9\x9b\x5a\xf9\xf8\xde\xad\xf4\x44\xd6\xbb\xdb\xe7\x31\x87\x60\xc0\xce\xac\x68\xda\x21\x67\x86\xca\xa8\x59\xa5\xd8\xb8\xde\x9f\x1b\x6f\x29\xfb\x29\xc2\x35\x0b\x92\x6f\x75\x7f\xbc\xe1\x8c\x1b\x27\x25\x22\x9c\x20\x58\xd1\x3b\x48\x4a\xd1\x2d\xbd\x0a\xc9\x61\x0e\x80\xc1\x58\x98\x2a\x9c\xb2\xdf\x8b\x41\xa3\x0d\x33\xcf\x02\x91\x86\x93\xbe\x6d\x19\x0a\x9e\x67\xe2\x7c\xc7\x6c\xad\x56\xd5\x53\x6b\x9c\x67\xc8\xd1\xce\xbd\xff\x3b\x38\xf3\xc2\xb0\x2b\x3d\xa0\xb5\x43\x16\x9e\xcd\xe1\x5a\x88\xe3\xa1\xfc\x39\xc4\xf9\x44\x0f\x75\x8e\x73\xe5\xe7\xa6\x62\x19\xe0\xa1\x46\x34\xb0\x88\x35\xeb\xfb\xd9\xf1\x6b\x82\x99\x83\x8b\x6e\x86\x51\x55\xc8\xd9\x01\x4e\x9e\x92\x9a\x13\x35\x5b\xe2\x12\x25\xc3\x13\x42\xe3\x4e\x30\xe6\x33\x3a\x50\xe7\x02\x29\xc8\xcd\x49\x64\x0e\x09\xf2\x83\x3a\xad\xc9\xe3\xd0\x9c\xd8\x10\x20\xf2\x83\x12\x04\xa4\x88\x32\x27\x91\x91\xed\xe4\x87\x69\xfa\xf1\x3b\xd9\x8e\xc7\x73\x12\xe9\xdf\xf6\x83\x2a\xf9\x8d\xdc\x6d\x5e\xd0\xad\xb8\x96\xe7\x0b\x95\xac\xfe\x45\xd7\x9e\x6e\xb6\xb4\x6c\xe4\x1a\x3d\x84\xd6\xb4\x7e\x8c\x4e\xf1\x66\x7f\x3c\xc6\x9b\x3d\xb9\x35\x1e\xea\x87\x3b\x1c\x0a\xea\x54\xad\x14\x48\xae\x7f\x67\x22\xfc\x33\xb1\xba\x56\x13\xea\xaf\x56\x5e\xa4\x15\x6d\x4a\x2b\xad\xde\xae\x9f\xb8\x73\x31\x22\xa8\x16\x4a\xc7\xf2\x68\x37\xf1\xb6\x6b\x42\x5c\x1b\xd5\x1b\x7b\xd1\xa2\x9a\xd5\x38\xd3\x23\x5f\x20\xa9\xdf\x1e\x0d\xb1\x11\x38\x65\x17\xa4\x70\x90\xd8\xa7\x3e\x79\xf4\xc7\xb8\xec\x8f\x02\x35\x8f\xaa\xd8\x6e\xd4\x2d\x72\xb0\xcb\xff\x68\x8e\x21\x38\x57\x70\x25\xe0\x26\xf9\xe2\xce\xdb\xd4\xd6\x71\x91\x1d\x74\xc7\x77\xe3\xbb\x02\x08\x96\x01\x96\xbf\xd5\x83\x60\x6b\x3a\x2a\x13\x69\x6e\xb1\x49\x0f\x0b\xfa\x1d\x30\x94\xb6\x21\xb2\x9f\xef\xde\x71\x34\x41\x95\x7a\x45\x85\xf6\xb0\xd8\x9a\xb9\x03\xef\x54\xc9\x3c\xbd\x3b\xf5\x15\xee\x5e\xc7\x02\xcd\x2f\x31\xa9\x1c\x5b\xcd\x9b\x52\xb2\x2f\x3b\xe9\x1d\xce\x55\xdf\x7f\xec\x89\x4d\x8a\x0b\x7e\x56\xf6\x47\x2e\x3b\x6d\x91\xd0\xef\xce\xfc\xd0\xab\x3b\xff\x95\x7e\x66\xee\xd1\xfc\x53\xb8\xa9\x5e\x62\xf2\xd8\xce\x08\xf9\xfb\x53\x03\xee\x1d\x8e\xda\x62\x59\x34\xf5\x64\xde\x32\xb7\x47\x1b\x28\xdc\xdf\x66\x14\x2a\x45\x9b\xc5\xa0\x3a\x61\xfe\x46\x4b\xc0\x40\xc7\x57\xd7\x21\xd6\x76\x9b\x12\x97\x7d\x3f\xbd\xb7\x9d\x4c\x1b\xdb\xc9\x39\xae\xd7\x0f\x70\x7a\xcd\x13\x2d\x97\xee\xf7\x47\x41\xcb\x25\x75\x2f\x9c\x0c\x30\x34\xd0\xab\xd5\x07\xf3\xdb\x6c\x49\x72\xcf\xc1\xfb\x3d\xc8\x3a\xd3\x3d\xfe\x78\xc7\xd2\x6f\x36\x0d\x82\x53\x9b\x85\xaf\x90\x16\xcd\xda\x07\xa8\x55\x0b\x8c\x0f\x4f\xdf\xaf\x56\xb6\x76\xf9\xfc\x30\xfc\xfc\xd0\x0b\x15\x22\x27\x97\xed\x87\x60\x1f\x68\x49\xf6\x7b\xaf\x1a\x85\x8d\x3b\xac\x29\x0c\xa1\x18\xb8\x77\x98\x0d\xe7\x1e\xec\x2b\x64\x81\x97\x8e\x6a\xe5\xac\x74\x57\x7b\x03\xc1\x8c\x34\x99\x2e\xcf\xf3\x1f\x0d\x1e\xf0\xfd\x6a\x55\xb5\x40\x57\xd7\xc2\x57\xb8\x9a\xcd\xf5\xbc\x6b\xb9\xd1\x63\x6c\x59\xd5\xa3\xe3\xfc\x52\x81\x56\x8c\x95\xb5\xae\x83\x94\xdc\x15\x85\x7f\xc7\xad\x08\x3c\xeb\xf7\xf9\x7c\x9c\xf7\x35\xd2\x45\x9f\xc9\xc6\x97\x84\x99\x30\x4b\xc3\x49\x7e\x55\x0e\x04\x4b\xf2\x2b\x70\x86\x56\xa5\x72\xe2\x97\xe1\x3c\xb8\xea\x55\xa5\x41\x55\xbd\x9e\xac\xaa\xa7\xa3\x00\x80\x55\x39\x2e\x49\x6a\x68\x93\xbb\x13\x68\x5b\xfc\x19\xb3\x75\xe2\xd2\x50\xc0\x4c\x83\x1e\xd8\x55\xf3\x2b\x32\xec\x76\x75\x74\x0f\xf8\x64\x4e\xcd\xc2\x23\x8f\x89\x8f\xa2\x12\x78\x1e\x5a\x1c\xb9\xcb\xee\xdc\x68\x8c\xbd\x01\xfa\xff\xb3\xf7\x2f\xdc\x69\xe3\x5a\xa0\x38\xfe\x55\x30\xd8\xd4\x1e\x14\x8a\xf3\x68\x1b\x13\x25\xb7\x8f\x99\x33\x3d\xa7\x1d\x43\x92\x36\xa4\x0c\x4d\x15\x23\x40\x8d\xb1\x89\x6d\x02\x6a\x20\x9f\xfd\xbf\xf4\xb0\x2d\xf3\x48\xa7\x27\xe7\xae\xbb\xd6\x7f\xfd\x66\x2a\x22\xeb\xad\x2d\x69\x6b\x6b\x6b\x6b\x6f\x13\x03\x3b\xb3\x32\x0a\x21\xc9\x5f\xf1\x90\x81\x69\x26\x90\x58\xc7\xb0\x38\xfb\xaa\xd5\xe4\xa8\x18\x52\x53\x3e\xd3\xc6\xa9\xed\xd9\x55\x1b\x94\xec\x14\x33\xcb\xf6\xe5\x7c\xcc\xd5\x59\xa0\x02\xbb\x89\xb8\x42\xf3\xa4\x69\xad\x0e\x41\x28\x6f\xee\xe5\x9a\xc9\x17\x9e\x08\x31\x57\x56\x50\x62\x81\x64\x43\xb3\x8f\x91\x6a\xe7\x40\x29\x4a\xa6\x4a\x1f\x3e\x23\x6e\xe2\xc0\xb2\xc0\xd6\x6e\x36\x94\x67\xec\x99\xb6\xed\x1b\x1c\xac\x9f\x4c\x56\x82\x61\x52\xb3\xb9\x79\x92\xf4\x8e\xcd\xf3\xf0\x24\x39\x67\x89\xb6\x93\x5d\xff\x25\x7e\x6e\xb0\xf6\x9f\x6c\x98\x14\x09\xd8\xb1\x25\x29\x25\xef\x51\xa5\x21\xb5\xc5\x22\x38\x52\x5a\x2d\x4e\x01\x9b\x8d\x7b\xf1\x26\x97\x70\xd0\x2f\x85\xd3\xa4\x14\x0e\x4a\xd7\xe1\x34\xe8\xc7\x65\x49\x4f\x89\x02\x04\xa2\xc6\x0a\x0a\x13\x78\x47\xd5\x74\xfb\x96\x01\xf7\x11\xbb\x4d\x93\x30\xde\x30\x47\x65\xcc\x3f\x98\xaa\x2a\x55\xc4\x63\xd2\x47\x63\x29\xa6\x54\x66\x96\x5a\x0f\x28\xa2\xd3\x62\x45\x05\x0c\x8e\x57\x11\x78\xb2\x82\xf0\x33\x0a\xa0\x50\xe4\x32\x57\xf9\xb2\x36\x17\xd7\x4a\x2c\x34\x58\x41\xae\x6b\x8b\x80\x73\xbe\xf3\x5b\xcf\x5a\x90\x31\xd7\xf2\x5e\x46\xc7\xf9\xea\xe2\x1a\xf6\x8a\xf6\x3d\xd2\xf0\x9d\xac\x40\x27\xd8\x04\x8d\x49\x01\x0e\x7c\x67\x53\xaf\x74\xc4\x2e\xb2\x9d\x8a\x29\x64\x55\x87\x78\xe5\x0d\x55\x3a\x47\x32\xce\x41\x5a\xdb\x7a\x16\x29\x54\x24\x77\x4e\x27\xff\xd8\x8c\x3d\x0b\xc5\x29\xf7\xde\xfd\x3b\x14\x3c\x72\x15\xb0\xb6\x1c\x1b\x1b\x97\x63\x43\x5d\x8e\x8d\x9e\x23\xf8\x9f\xc5\x3d\x00\xe2\x66\x8e\xe5\x8f\x61\x01\xfc\xcd\x7c\x0d\x28\xfb\xfd\xa3\x5b\x98\xa0\x95\x70\xf2\x2e\x0c\xb0\x69\x35\xf1\x0e\xdc\x3c\xa0\x2a\x49\x50\x44\xb4\x2b\xd5\xf5\x56\xaf\x23\x79\x49\x6c\x23\x2c\x30\xfe\x59\xf3\x61\x7e\xd7\xf9\x8b\x18\x31\x2d\xc1\xb6\xd6\x08\x10\x85\x2f\xf4\x2e\xdc\x68\x40\x66\xa5\x19\x70\xc3\x3c\xc5\x41\x7f\x5b\x87\x57\xa1\xbb\x09\xb8\xbd\x4d\xc4\x9c\x9c\x62\x2a\x27\x7e\x1b\x39\xc4\x06\xf1\x44\xe9\x3a\x43\x0f\x92\xa0\xc5\x20\x51\xb9\x54\xdc\x6e\xbd\xc0\x99\x89\x4a\xca\x4a\x5c\x5d\xa4\x01\xb9\x30\x12\x2e\xe0\x49\x88\x41\xfa\x30\x0b\x07\xfd\xcd\x93\x82\x67\x6e\x8a\x67\x54\x47\x2b\x63\x2a\xc5\x90\xd6\xc1\xb4\xb3\xb3\x3a\x2f\x64\x09\x6b\x53\xf6\x1f\x4f\xac\x2c\x6f\x3a\x56\xd5\x2a\x3e\x2a\x04\xd4\xd6\x96\xf7\x49\x71\xfd\xe3\x22\x3e\x75\xcc\x0d\xe3\x94\xa3\xa6\xf5\xc9\xb5\xe9\xca\x27\xda\xc8\x78\x94\xc3\xb8\xde\xe4\x54\xbc\x66\x7b\x9b\xad\x35\x6c\x27\x91\xed\x4a\xeb\x41\x52\xfc\x16\xf6\xf3\x36\x51\x67\xf0\xe7\x7b\xde\x5a\x9d\xbb\x1b\x2a\xdd\x5d\xad\x75\x77\xb5\xda\x7c\x66\xe4\xf5\xa6\x43\x5d\xa8\x43\xec\x42\x0c\x76\x1c\x56\xcd\xf4\xce\xbc\x5c\x06\x24\x7b\x7a\x18\xad\xa8\x10\x27\xd9\xdb\x43\xb2\xf6\xf6\x30\x54\xdf\x1e\x86\xd2\xe2\x4d\x92\x5a\xdb\xab\x27\xe1\x31\xae\x56\xcd\xa8\x06\x57\xab\xcf\x54\x40\x4a\x6d\xe7\xd8\x02\x99\x96\x48\x7e\x4a\x10\xd7\x0c\xe2\x91\x21\xb2\xee\x49\x1d\x9b\x28\x7f\x64\x48\x54\x4d\x9f\x0a\x37\xe8\xf5\x2f\x1d\x09\xfb\x28\x41\x99\xa6\x8f\xfe\x36\xbb\x41\x1b\x49\x3e\x36\xd3\x36\xe8\x8d\x17\xf4\x7d\x03\x84\xd0\x3e\x3a\x8a\xb8\x3e\x9f\x4c\xd0\x39\x86\x28\xbd\x92\x6a\x0a\x5d\x54\xcd\x86\x06\xcd\xb0\x8a\xbb\xa4\x67\x29\x2a\xa8\x3c\x88\xb9\xa4\x02\xf0\x21\xa9\xed\x35\xfd\x23\xaf\xe9\xd7\xe0\xae\xc5\x8e\x02\xb8\xeb\xd7\xec\x5e\x35\xb4\x8e\x1b\xe9\x0d\x3d\xee\xfa\xfc\xfa\x3e\xae\x23\xdf\x0f\x67\xb1\x39\xb5\xaa\x55\x73\xc7\x86\x30\x51\xc9\xbb\xc5\xa2\xf0\x09\xe1\x74\xb1\x40\xf5\xf0\x0e\x47\x11\xe9\xe3\xd8\x9c\x82\x42\xbc\x65\x59\xf7\x49\x5d\x21\x7b\xcd\x69\x7a\x05\xcb\xdf\xcb\x0d\xe4\x5b\x56\x30\x82\x0d\xd0\xe7\x2d\xde\xe5\xcd\xd0\x4c\x11\x71\xd4\xa8\x56\xfb\xc7\xa3\x6a\x35\xbd\x49\xed\x7a\xb5\xbd\xdf\xfa\x3b\x7b\x3d\x69\xeb\xb7\x39\x3a\xea\x67\x9a\xe4\x47\xb5\xfe\xf1\xb1\x0d\xc6\xd0\xab\x4d\x6a\xe6\xe4\xe8\xc8\xb6\xc0\x1d\xc4\xdd\x71\x0f\x0c\xd9\x1f\x29\xa2\x30\x38\xba\xb3\xfa\x70\xa2\xa8\xe9\x18\x1c\xc3\xa1\x65\xdd\x13\x9e\x68\xb7\x07\x92\xba\x24\x0b\x4c\xab\xa9\xa8\xbd\x1a\xc1\x49\xcd\x5e\x2e\x45\x07\x48\xd6\x18\xbb\xb7\x5c\x9a\xd9\x5c\x00\x99\x20\x3c\xe9\x2b\xaf\x32\x5f\xcf\x14\xeb\xb5\x92\x17\x31\x45\x3e\x2c\x84\xa7\x2f\x57\x8a\xa1\x62\x73\x80\x9a\x9d\x3f\xed\xbc\x79\xfa\xd3\xce\x4f\x24\x48\xec\x17\xdc\xaa\x6f\x53\xb1\x33\x9c\x99\x7a\x49\x95\x40\x94\x70\x73\xdd\x44\x25\x97\x8e\x89\x8e\x70\x66\x74\x54\x39\xf4\x35\x52\x81\x23\x04\x71\xe1\xf8\x5a\xab\x59\x20\x66\xdd\x20\x03\xd3\xde\x7d\x01\x21\xb2\xee\x43\xc1\x66\x96\x93\x02\x1d\xc3\xc3\xdd\x6a\x15\xed\xec\x00\x74\x0c\xf7\xf6\xb9\xb7\x29\xa6\x33\xda\xd9\xdb\xe5\x36\x1f\x8e\xe1\xfe\x8b\x6a\xd5\xf4\x76\xe0\xfe\x0b\x56\x5e\xc3\x02\x61\x0d\x7a\x20\x4e\x31\xc6\x6f\x70\xff\xc5\x32\x38\x09\xba\xa4\x56\xeb\xc1\xd0\x09\x38\xaf\x27\x31\xc3\x5c\x33\x3f\x9f\x7d\xee\x0c\x9c\xcf\xe0\x26\x33\x37\x93\x28\xf4\x70\x1c\x57\xab\xf7\x7f\xb9\xef\x7e\xbf\xfa\xfd\xaf\xcf\x4e\x79\x12\x85\xfd\xa9\x7c\x75\xdc\xfa\xf4\xe6\xc3\xfb\xb7\x57\x9f\x4e\x3f\x38\xe5\x7a\x19\x5c\xbc\x3b\xbb\x3a\x73\xdf\xfe\xe7\xf7\xf3\xab\x3f\xdd\xb3\x73\xf9\x1a\x46\x0d\x6e\xbd\x3e\xff\x73\x53\xb0\x7b\x9a\xa5\xfe\xe3\xf5\xd9\xf9\xd5\xe9\xef\x7f\x9c\xfe\x7e\xf6\xa7\xa3\x35\x96\xd5\xea\xf3\xbf\xaf\xf9\xaa\xff\xfb\x5a\xea\x86\xfb\x7f\xd8\x9a\xfa\x07\xf7\x5f\x16\x38\x9b\x49\x05\x1a\xe9\x3c\xbc\x5a\xd3\x2a\xec\x71\x23\x21\xe6\x9f\x77\xf5\xf7\x81\xe7\x4f\xfb\xf8\x75\x10\x06\x74\x1c\x4e\x63\x61\xc0\x35\xe2\x6a\x59\xce\x43\x33\xb1\x9a\x42\x9e\x83\x2b\x14\x8e\xea\xdc\x68\xb4\x7c\x20\x9e\x58\x8e\x0c\x78\x3d\x48\x70\xc4\xaf\x8b\x53\xfb\x54\x0c\x81\x89\x1c\x49\x78\x94\x48\x4d\xa6\xc7\x89\x55\xad\x6a\x51\x9d\xaf\x17\x12\xf3\x63\x6b\xc6\xea\x39\x6a\x9c\x28\xd6\xd3\xb3\x1d\x22\xe2\x1a\xf8\x41\xb2\xb3\x7b\x60\x59\x4e\xae\x5e\x38\x95\x0f\xcd\x15\x0c\x0b\x9b\x49\x36\x48\x6a\x2c\xa9\x78\x0b\xc1\x1a\x30\x89\xf0\x9d\x7c\xef\x6e\xb2\x16\x2b\xef\xdf\x4d\x4b\xce\x46\xce\xe0\x92\xbc\x79\xd3\x52\xdb\xd4\x70\x70\x66\x22\x6e\xed\x0e\xec\x23\x7f\xf3\x05\x77\x0f\xf8\x8d\x14\xf3\x97\x97\xa6\x3b\x5b\x2c\x4c\x57\xb9\x4b\xfa\x31\x03\x6f\x7f\x69\xb3\x1a\x44\x68\xc8\x31\x40\xba\x63\x05\x61\x1f\x9f\xe1\xec\xa2\x8e\xa4\x2c\xc6\x34\xa1\x58\xf1\x82\xaa\x44\x03\xfc\x47\x14\x8e\x73\x15\xae\x68\x80\xcf\xc3\x9c\x6b\x19\x61\xc5\x94\xb4\xa0\x79\xd3\x2f\x71\x0b\x91\x7e\x31\x38\xfd\x21\x2b\xd8\xcc\x78\x54\x53\x3c\x7e\xf7\x91\x35\x54\xb6\xbf\x18\x1a\x67\xd6\x64\xa7\xbe\xef\x14\xa3\x24\x9b\xbf\x56\x4b\xb5\x3d\x66\x27\xb6\xac\xa7\x98\xab\x17\xe6\x36\x0b\x4f\xd8\x54\xe7\x7d\x04\x82\x4a\xaa\xe1\x7a\xc8\x39\x2c\xc0\xb6\x76\x52\xbf\x83\x15\x2e\xac\x84\x8f\x28\xe4\xf7\xa0\x5f\x28\x22\x09\xf3\x02\x76\x8a\x25\x24\x61\x33\x07\x68\xd1\xac\xb3\x08\xe2\xaf\x52\x14\x30\xab\x01\x1c\xd2\xea\xbb\x15\x99\x85\xcb\x4a\xf3\x8f\x62\x4e\x16\x9e\x55\x5e\x2c\x83\x45\xa5\x94\xb4\x14\xad\x4c\x4d\x76\xa6\x10\x52\x24\xd3\xf3\x14\x36\x3e\xcc\x2f\x4d\x38\xee\xdf\x26\x90\x70\x54\xcc\x59\x60\xce\xe6\xef\x73\xd2\x11\x4b\x05\x6e\x39\x58\x8f\x20\x96\x30\x29\xce\xa6\x66\x2e\x22\x26\xc3\xd6\x4b\x6d\xa6\x5b\xe7\x1a\x98\x05\xaf\x34\x59\xb1\x64\x5d\xac\x01\x64\xbc\xe3\x40\x29\xa0\x9b\xf4\x52\x4e\x0c\x07\x5f\x37\xe1\xd3\x2a\xd2\xb8\x0d\x21\xe2\xf7\x23\x1c\x14\xb8\x54\x44\x89\x10\x26\x9c\xf3\x61\xe9\x26\xbd\x5a\x50\x4f\xdf\x96\xc6\xdd\x88\x97\x15\x1e\xe3\xb5\x66\x09\x88\x87\x20\xb5\x1a\x40\x4a\x24\x88\x13\x46\xba\x84\x83\x92\x7e\xc7\xc1\x1c\x42\x79\x74\x94\x86\xf2\xd2\xc1\xdb\xc0\x0b\x0f\x6b\x44\x79\xde\x82\x8e\xa0\x02\xf1\xf4\x29\x0c\x61\xa4\xc9\xc4\x7c\x7f\x97\x9f\x66\xa5\xb9\xa7\xc5\x02\xd5\x24\x97\x2e\x05\xbe\x72\x78\x20\xcb\x65\x01\x3c\xb5\x1a\xc8\xab\x3b\xce\xf5\xb9\x17\xda\x08\x72\xb9\x7f\x65\x22\x93\xf5\x39\x1c\x6e\x9a\xbb\xea\xcb\x09\xa5\xda\x55\xe8\x65\xad\x50\x92\xff\xd2\x4a\x53\xac\x90\xfe\xfe\x4b\xf8\x58\x08\x45\xa5\xd8\x97\x53\xce\x39\x0a\x1d\x23\x12\x70\xaa\x59\x41\xc2\x52\xc5\x5a\x96\x46\x66\x91\x54\x37\xf9\x81\xa3\x78\xab\xe2\x5c\x71\xe3\xb5\xdc\x6c\x6a\x72\x88\x93\xd7\x52\xe1\xeb\xa3\x92\xe5\x0d\x90\x51\x81\xb8\xf8\xfe\x32\x6f\x01\x37\xa0\x93\x8b\x33\xa6\x7a\xdc\xf7\x2c\x80\x04\x85\x90\x3e\x48\xc5\xab\x22\x44\x4e\x03\xc4\xb0\x21\xa5\x8e\xb3\xa9\xe8\x09\x35\x5a\xec\xa0\x63\x1f\x1d\x79\xd5\xd0\x4a\xe5\x8e\x49\xd7\xeb\x81\xa9\xc2\x81\x8a\xbb\x5e\x4f\x58\x8e\x0a\x16\x0b\x3f\x23\xa8\xd9\x24\x32\x7d\x85\xee\x5e\x2c\xa6\x62\x44\x35\xd6\x8d\x30\x66\xdf\x63\x14\xdf\x68\x30\x64\x5e\x99\x50\x83\x28\x9b\x7e\x52\xc2\x0a\x79\x23\xdc\x97\x67\x19\xe0\xb3\x81\x14\x19\x61\x08\xb2\x6c\x10\x71\x43\x52\x99\x6c\xd0\xb4\x8e\x83\x7e\x6d\xf7\xa0\x5a\x35\xe3\x7c\x9e\x2b\x29\x40\x6c\x59\xa0\xa1\xc1\x69\x7a\x6c\xba\x97\xa7\x23\xd6\x95\x69\xc6\x1d\x3a\xde\xb1\xb9\xd1\x4a\x31\x13\xfa\x52\x90\x38\x36\x31\xc8\xd3\x80\xa9\x60\x81\x59\x16\xd8\x9c\x50\x18\xe1\x48\x53\x01\xcd\x97\x59\xab\x55\x33\x80\x53\x90\x1c\x0f\x24\xe9\xb2\x54\x9e\x48\xca\x69\x97\x19\xc7\x92\xa8\x37\x0d\x16\xdb\x4d\x6e\x59\x01\xd7\x55\xd9\x2e\x33\xb6\x40\xb0\x58\x60\xc1\xc5\x52\xe6\x3d\x6b\xc3\x62\x61\x9a\x81\xbc\x8c\xb5\xd2\x3b\x84\x5c\xaa\x03\x87\x83\x73\x1c\x8d\x81\xbc\x9f\x80\xe2\x4e\x01\x0b\xbe\xe6\x86\xfe\xc9\x83\x27\x08\x72\x28\xac\x2c\xa5\xc2\x3a\x52\xef\x26\x3e\xa6\x69\x1e\x13\x88\xcd\x0a\x2a\x60\xe2\x2c\xb4\x99\xcb\xd1\x7d\x9c\x71\x3b\x7d\xac\xa1\x7c\xa9\x64\x46\x43\xd3\x9e\x80\x84\xf7\x25\x23\x3c\x83\x9a\x0d\x22\x05\x32\x56\xc6\x1f\x0c\x20\x54\x23\x4e\xa2\x15\xe8\x38\x0d\x90\xac\x4a\x02\xe6\xf3\x74\xdb\xa3\x2e\xfe\x2c\x82\x2f\x1a\x53\x1d\x13\x21\xa0\xc9\x77\x1f\x36\xbb\x03\x0b\x60\xd1\x0c\xfe\xc2\x52\xd5\x4b\xa9\xac\xfe\x46\x93\x1c\x45\x5c\x1b\x1e\x41\x3e\xf9\x91\x3d\xe8\x6a\x12\xb1\x74\x0b\x71\x5d\xd2\x83\x50\x16\x9a\x72\x80\xd4\x04\x51\xdc\x25\xbd\x95\x36\xa1\xbe\x29\x15\xb2\x03\x2c\x80\x23\x5e\x52\x84\xfc\x4a\x35\x58\x97\xd7\x95\x6c\x8c\xf0\xf8\xd8\xb6\xac\xfb\x06\x84\xa6\x5d\x0d\xad\x13\x59\x2d\x64\xe1\x0e\xce\xf9\xae\xec\x3b\xe5\x4c\x88\x5d\x20\x4d\xd9\x10\x15\x2a\xe3\x94\x0b\xb3\xb2\x39\x16\x48\x76\xb6\xf2\x80\x3e\x79\xbd\x45\x3b\x55\xca\xe1\xc9\xf5\x84\x73\xc0\x35\x89\x2a\x0b\x9d\x6a\xd1\xe4\x50\xca\x2c\x4b\x15\x6c\xce\xa6\x49\x22\x76\xc0\xc5\x60\x3d\x2c\xd9\x10\x16\x80\x48\xb9\xf5\xe8\x6f\xc5\xf6\xeb\x8d\x4c\x11\x78\xa8\xa2\x7c\x04\x43\xc1\xef\x88\x61\xa3\x19\x1f\xed\x36\xe3\x5a\xcd\xca\xb9\x4f\xa1\xb2\x01\x10\x10\x9f\xec\x3a\xb6\xd5\x6c\x7a\xac\xa3\x6c\xe6\x49\x7e\x0e\xea\x7a\x3d\xfe\x6d\x6b\xcc\x5f\xb3\x7b\x7c\xac\xa2\x6a\x75\x17\xca\x00\x6e\x3b\x54\x30\xbd\x53\xc0\x9a\xb7\x33\x13\x01\xaf\xb6\x6b\xc9\xb6\xa6\x4c\x25\x0f\x66\x31\x4b\x56\x34\x84\xc9\x23\xd9\xed\x2c\xfb\x3a\x13\x70\x5d\x2a\xf1\x1d\x11\x74\x15\x64\x47\xb2\xf4\x23\x13\x26\x3c\xc5\x0c\x07\x90\x60\xd8\xc2\xd1\x59\x82\x27\x70\x4f\x88\x12\xae\x86\xcb\x0c\x24\x78\xc3\xa5\x63\x84\xc1\xca\x56\x34\x0d\x30\x3c\x10\xe2\x87\x1b\xa2\x44\xa6\x3f\xf2\x27\x0f\x1f\xc8\x98\x24\xd0\x66\xe9\x57\x43\x45\xda\xb7\xd3\x44\x4a\x27\x1e\x60\xd6\x92\xf4\x3b\x8b\x3d\x0f\xe1\x61\x1a\x73\x1e\x96\x97\xe6\x0f\x76\xb6\xfc\xa1\x9c\x2d\xff\xfa\x89\x86\x91\x75\x62\x46\x4c\x8c\x8c\x17\xca\x45\x65\x82\x82\xa8\x4c\x66\x5c\x9b\xbf\x00\x23\xc1\x50\x15\x7f\xe1\x62\x93\xef\xdf\xc1\xc3\x57\xb6\xbc\x8f\x1d\x93\x80\x07\x2a\x72\x32\xe2\xe9\xa7\x72\xca\x0c\x27\x13\xdc\x7f\x5d\x38\xa7\x4a\x9a\x0a\xcf\x4a\xf3\x99\x19\x80\x94\x58\x94\xa4\x12\x0b\xff\x7d\x66\x26\x6a\xe2\x2c\xc5\x84\xa1\x53\x4e\x4d\x4d\xba\x76\x4f\xca\xa2\x90\x54\xb8\x46\x51\x17\x10\xc3\xee\xdd\x4c\x20\x24\x01\x04\x91\xa7\xd1\x03\xa1\xd5\x5b\x3d\x6b\x47\x45\xb5\x93\x39\xf2\xd8\x09\x8f\xf7\x7f\x4b\x25\xa5\x3e\xc8\x93\x2a\x9e\x95\xde\xce\xcc\x08\x24\xe9\xe1\x5c\x88\xe6\x6e\x22\xda\x38\xc4\xfb\xad\x30\x7e\x54\xaa\x4d\x01\xe3\x3f\xb8\xf6\x4c\x97\x30\xc7\x03\x8a\xe0\x60\x9c\x1e\x6f\x94\xe2\x0a\xcf\x93\x62\x61\x33\xaa\xd1\x0c\x8f\x02\x55\xf3\x70\x5a\x20\x82\x41\x37\xec\x35\x95\x9b\x4e\x31\x22\xab\x74\x2e\xe2\xb7\x8a\x91\x25\xed\x40\xa1\x5c\x9f\xb2\xdc\xee\x79\xcb\x79\x13\x4c\x04\x08\x08\x72\xd3\x04\x4d\xbc\x58\x98\x98\xcf\x0e\xd8\x65\x2b\x39\x2b\x42\x79\xc5\x2f\x6b\x55\x77\x7c\xfe\xf4\x4d\xa4\x4d\xad\x94\x89\x5b\xb5\x94\xd7\x3b\x30\x35\x52\x38\xbd\x79\x10\x57\xab\x1b\x04\x7f\x52\xda\x38\xb7\x18\xa1\x6a\x5e\x4c\x36\x6a\x5e\x94\xdb\x3c\x08\xd9\xd1\x2a\x9f\xd2\x4d\x93\xf0\x7b\x3e\x19\x9a\x13\x4c\x42\xc2\x33\xac\x56\x79\xfc\x71\x68\x71\xdf\xfa\xdb\x29\x92\x3d\x9c\xaa\x56\x39\x3d\x1c\x88\xb7\x5c\x47\x44\xfc\xb5\x38\xc9\x47\xd4\x1b\x92\xa8\x78\x43\x12\x15\xcc\x99\x2e\x4d\xf1\x98\xd2\x2b\x5e\x36\xb2\x81\x38\x0f\xcf\x23\x8c\x4d\x2f\x7f\xdd\x98\xb5\x26\x22\x5e\x2a\x56\x72\x3e\xab\x56\x71\xb5\xea\x85\x41\x1c\xfa\xb8\xee\x87\x43\xb3\x7c\x96\x4c\xbd\x9b\xd2\x8c\x24\xa3\x12\x1f\x98\x52\xb9\xb6\x79\x72\x9c\xa8\xc5\x0e\x71\xf2\x17\x1a\xe3\xcd\x29\x25\x65\x21\xf5\x2a\x59\x16\x60\x4b\xea\x8c\x06\x09\x9a\x4b\x79\x96\xbf\xc2\x12\x2f\xa8\x84\x92\x52\xb9\x16\x65\x1a\x3e\x52\xb4\x94\x3f\xec\xcf\x10\xd5\x81\x95\x59\x6b\xcf\x43\xab\xb9\xea\x13\x31\x28\x45\xa4\x54\xad\x62\x86\x3a\xd8\x20\x15\x23\x4e\x58\xb8\x54\x85\x32\x0d\x4e\x45\x79\x94\x6f\xbd\x84\x83\xd0\xdf\x0a\x62\xbf\x9e\xbe\xa5\x33\xad\x4d\x4d\x4a\x2f\x74\x52\xb5\xb7\x79\xcc\x89\xed\xec\xfd\xb6\x12\x26\xb4\x7d\x4a\xaa\x7e\x6a\xc9\x9b\xba\x30\x4a\xb6\x69\x34\x92\xaf\x01\xb1\xf8\xcb\xd5\xee\x66\xd9\x9b\x6c\xc9\xf2\x93\x00\x79\xcc\x7e\x49\xf6\x80\xe5\x38\xe2\x76\x2c\x57\x9a\xb4\xb3\x93\xd9\x34\x26\xb9\x15\x6b\x71\xd7\x25\x4e\x45\x8d\xe6\x20\x3b\x1b\xee\xd8\x5c\xc9\x72\x6e\x8a\x98\x74\x07\x3d\xd0\x87\x83\x9a\xdd\xec\xe7\x27\xc8\x7e\xad\x96\x5e\x12\x91\x6e\x9f\x9f\x10\x47\xf5\xec\x05\x9c\x39\xb1\x16\x8b\x51\x51\xa6\xf5\xf8\xa0\xd1\xa8\x56\x27\xeb\x81\x52\xc3\x28\xcb\xcf\x41\x31\x11\x7f\xd7\x0a\xd8\x59\xc9\x6b\x1d\x37\x2c\xeb\x9e\xa4\x2a\x98\x07\x3b\x3b\xc0\x2e\xdc\x2e\x65\x51\x7d\x1e\x25\xb9\x25\xea\x1e\x48\xe4\x6c\xca\x2e\x64\xc6\xd0\x6e\x8e\xf3\x5e\x8e\x19\xb1\xdd\x1d\xf7\x72\x61\x29\x25\x77\x7a\x8e\x2d\x16\x28\x12\xe7\x06\xd4\x54\x4d\x50\x6c\xba\x6e\xe5\xdd\x6d\x9e\xef\xc5\xef\x23\xbc\x45\x9e\xec\x2d\x0a\x9e\x25\xa5\x71\x78\x87\x4b\x59\xe2\xd2\x20\x8c\x66\x28\xea\x97\x33\x21\xfd\x74\x6b\xc7\xab\xbb\x16\x6f\xff\xe3\x7a\x43\xc4\xc1\x2b\x95\x3a\x15\x14\x6b\x08\xcf\x67\x27\xf9\x82\x7a\xff\xce\xc4\x56\xad\x5c\xda\x39\x2e\x95\x9d\x72\xb9\xb9\xb5\x53\xd1\xca\xea\xb5\x72\x43\xaa\xea\x2b\xd4\x13\xec\xa4\x5c\xb8\xe2\xfe\xaf\xec\x80\xb8\xf0\xea\x08\x6f\x7f\x72\x04\x62\x88\x36\xb2\x47\xbc\x55\x06\x77\x90\x09\x87\x7a\xcd\xec\x39\xb6\x82\x2a\x25\x11\xc1\xaf\x46\xe2\xae\x27\xaf\x48\xfa\x3d\x08\x85\xff\x84\x64\x4f\x27\x52\x3a\x3f\x4b\x64\x39\x82\x21\xea\x73\xce\x83\x97\xcb\x6a\x69\x88\xeb\xfc\x4e\x19\x81\x92\xef\xf1\x27\x8a\x47\xd6\x62\xd1\xb0\x20\xcc\x6d\x66\xe3\xba\x54\x06\x62\x7a\xc0\xb7\x00\xdb\x03\xd4\x0d\x20\xac\xad\x8f\x88\x79\x47\x50\x89\x53\x7a\xa5\x70\x90\x1b\x81\x21\x19\xda\xcf\x1b\x08\xca\x56\x99\xdb\x20\x16\xb7\xc6\xde\x0a\xfb\x73\xb1\x68\xb0\x7e\xae\x30\x60\x17\x0b\x4f\x61\xae\x36\x7a\xc7\x0d\x79\x59\x23\x50\x67\x9e\xbe\xdb\x90\xb7\xd1\xd3\x62\xb9\x5c\x1b\x51\xb1\x8c\xf4\xbe\xc7\x83\x53\x79\xb5\x4d\x36\xb0\xc0\xf6\x39\x76\x1f\x1c\x37\xac\x15\x74\x68\x0e\x7e\x01\x34\xc8\x9f\x21\x1a\xef\x88\x9c\x9b\xe0\x23\x9e\xee\x0c\x8a\xd0\xc1\xab\x4a\x0f\x0e\xf0\x9e\xb8\x55\x5b\x89\x39\xc4\x7b\x6c\x6e\x16\x26\x77\xd3\x6a\xe6\x38\x76\x85\x8c\xca\xb8\x2f\x16\xe8\xc3\x46\xb3\x7f\x34\xca\xaf\x85\xe5\xc5\x7c\xb7\x5f\xab\xf5\xc0\x38\xf5\xdc\xa5\x9e\x21\xec\x43\x38\xca\x86\x45\x0b\x00\x85\xc3\x13\x6e\x75\x53\x6a\x0b\x20\x03\x93\x4a\x6b\x12\x13\x6e\x03\xfe\x67\x60\xa2\x19\x98\x32\xc0\xe4\xaf\xf4\x27\xd6\x89\xd4\x3a\x94\xbe\x7f\xda\x32\xc3\x04\x04\x27\x96\x05\xca\x0c\x31\x95\x72\x55\x7d\x79\x9a\x31\x8b\xfc\x3f\x4a\x54\x94\xf9\x28\x84\xf8\xa4\x5c\x76\xca\xa0\x24\x15\xb3\x88\x91\x18\xe6\xca\x32\xa8\x20\x73\x4f\x24\xdd\x49\x2d\x27\x48\x7d\xcb\xf4\xe5\xf3\x2a\xe2\xfb\x63\xea\x6f\x56\xd2\xa3\xca\xe1\x73\xd4\x27\xc9\x6c\x6d\x9d\x64\x56\x0d\x17\xe7\x4f\xac\xf9\xfc\x60\x0d\xca\x18\x5b\x1f\x84\x9d\x52\xfe\x8a\x3f\x13\x98\xca\x89\x95\x6d\xe8\x57\x61\x10\x71\x23\xc3\x50\xb3\xe5\xa1\x00\xab\x87\x82\x54\x40\xa0\x1b\x72\xa5\x74\xdd\xf0\xe8\x48\x28\xa3\xeb\xda\x35\x93\x7d\x58\x3d\xe0\xaf\xe1\x6b\xb4\x82\xaf\x51\x5d\xbe\xda\xe7\x9d\x25\xf9\x39\x80\x7d\x41\xad\x01\x50\x5d\xbe\x9a\x37\xd7\xe7\x8d\x5f\x5b\x2f\xdb\x94\xc9\x71\xdf\x2a\xcb\x43\xa1\x0a\x7a\x13\xa9\xa7\x8d\x4c\x53\xc6\x14\xa2\x74\xbe\x82\x01\xf4\xc1\x08\x36\x9a\xd3\xe2\xfa\xa9\x56\x47\x47\x76\xa3\x39\x92\x56\xd6\x56\xdb\x32\x28\xb6\x65\x9a\xcd\x61\x5e\x88\x5c\xe9\x9b\x9b\x34\x65\x4d\x12\xb8\x87\x95\x6a\x0e\xe0\x7a\x51\x0c\x64\x42\x43\x75\x1f\x4c\xd8\xd9\x04\xd5\x57\xb4\xb0\x98\xb1\x95\x1f\x57\x26\xf2\xb8\xd2\x87\x93\xb5\xe3\xca\x18\xf6\xa5\xb0\xd6\x4f\xe0\x39\x56\x30\x39\xaf\x6a\x47\xe8\x80\xdf\xdc\x8b\x31\xd7\x1e\x25\xce\x21\x77\xd6\xfd\xa4\x8e\xcd\xbb\xfc\x1c\x32\xe1\xe7\x90\x95\xc3\xf3\x31\x3f\x28\x9e\x98\x1e\x84\xdc\x57\xad\x9a\x5e\xad\x06\x62\xd8\xb0\x80\xd2\x3f\xf1\x4e\xd4\x8c\x81\xf7\x0f\xa7\x80\xda\xe4\x3e\xcf\x5c\x2a\x6a\xfe\x5c\x39\x83\xc4\x29\x9a\xfd\x30\x13\xf3\xc3\x31\xb5\x68\xb1\x88\xe4\x61\x0b\xe5\x87\xad\x08\x22\x95\xd5\x94\xbf\x88\x4b\xa9\xfb\x47\x0d\x7d\xf1\xc7\xcc\xa6\x05\xf4\xbb\xfa\xf5\x94\xf8\x7d\xf3\x5e\xd0\x97\xce\xf5\xac\x2e\x1e\x7d\x71\x65\x58\x62\xbb\x77\x36\x90\x00\x20\x09\x27\xef\xdf\x39\x2a\xab\x03\x8c\xd1\x5c\x65\x37\x15\xb2\xa9\x6c\x09\x20\x18\x2f\x8e\xc2\x84\x01\x7c\xa5\x38\x0a\x7f\x27\x7b\x84\x24\x16\xba\x83\x73\x39\xf8\x95\x04\xb9\x1e\x49\x3a\xc1\x85\x4a\x0b\x1a\x26\x97\x56\x11\x4a\xef\xdf\x6d\x7f\x37\x61\x9e\xcd\x16\x0b\xf3\x4c\x3c\xec\xba\xc0\xe8\xe6\x23\x9a\x58\x16\x1b\x25\x76\x6c\x4d\xcf\x2f\x8b\xc5\xd9\xac\x2e\xde\xca\x24\x50\x68\x7c\x15\x96\x6d\xc3\x3e\xe6\xca\x96\xcd\x55\x7e\x54\xad\x66\x59\x20\xa9\xe1\x0d\x0a\xf6\x25\x8a\x54\x70\x6f\xa3\x19\xe4\x6a\x75\x82\x14\xcf\x45\x30\xe9\x06\xe2\x3a\x58\x9c\xe8\xb1\x98\xaf\x91\x72\x04\xc9\xf4\xc7\x08\xd5\x84\x2c\x83\x9c\x40\xf2\xac\xc5\xe8\xf7\x6e\xd0\x83\xd8\xb2\x52\xfb\x8b\x58\xac\xe9\x77\xbf\xfa\x7a\x95\x6b\x3b\x4f\xf9\x74\x5c\xb1\x45\xca\xa7\xeb\x93\x98\xab\xc7\x80\xd1\x26\x76\x93\xe0\xa9\x6f\x9f\xa4\x5a\xa1\x0c\x4e\x7b\x15\x42\xb8\xfa\x8c\xf4\xa2\xb4\xf5\x5f\x99\xd4\x03\x84\x81\x51\x35\xa8\x47\x56\x0c\xea\xcd\x22\x34\x99\xe0\x88\x73\xa3\xec\x7d\x0d\xe2\xfa\x1d\x8e\x62\x12\x06\x5b\xce\x22\x2d\x3e\xef\x4a\x32\x51\xc9\xcc\xd6\x7a\x96\x11\x94\xad\x52\x3f\xc4\x31\x3f\xb3\x30\x0c\x55\x8a\xa6\x41\x42\xc6\x58\xc9\x04\xec\x7d\x81\x05\x24\xcf\x10\xf3\x45\xc7\xf0\x43\xaa\xf8\xa8\x5c\x2a\xb3\x83\x71\x61\x7e\xc3\x30\xb3\x14\x94\x1d\x11\x1a\x4d\x74\xc4\xa8\x42\x96\x86\x91\xcd\x6f\xc3\x69\x90\x70\xf3\x9c\x61\x66\x75\xb3\x99\xeb\x68\x92\x86\x56\x6f\x30\xe5\xd6\xaf\xc2\xc9\xe9\xd4\xc7\xb1\xb5\xd5\x2e\x70\x9e\xa6\x9b\xf4\xba\x76\x6f\x69\x59\xc0\x63\xb0\xf2\x61\xa3\xe9\x1f\x65\x0d\xf2\x6b\x35\xcb\x13\x15\x76\x7b\xca\x50\x4c\xd3\x8d\xde\xeb\xe2\x9e\x8c\x4f\xb8\xe5\xda\x18\x47\xe2\xfe\xc6\x94\x06\xf9\x02\xcb\xea\x71\x16\x85\x00\x46\x2b\x0a\x27\xd2\x30\xfc\x00\x8c\x38\x87\x4c\x09\xcf\x36\x9f\x91\xdc\x7c\x06\x70\xb4\xb6\xf9\xf4\xe1\x40\xf2\xca\x26\xb0\xcf\x88\xf3\x54\x6a\x11\x66\x92\x7b\xd5\xaa\x39\x81\xef\xef\xba\x93\x9e\xb5\x72\x4c\xee\x17\xa9\xd2\x3b\xd8\xef\x8e\xa5\xf0\xcf\xdd\x31\x6c\x58\x53\xf3\x0e\x4c\x80\x08\x5c\x79\xc9\x36\xe4\x69\x77\xee\x7a\x80\xc2\x9d\xbb\x26\x3d\x6e\x34\xe9\xce\x8e\x35\x35\x45\x6a\x30\x01\x43\x8b\x9d\xbe\x97\xcb\x74\x0f\x9b\x59\xf7\xa3\x3a\x36\x67\xf9\x1e\x36\x12\xf6\x50\x49\x2e\x72\x85\x67\xa5\xcf\x77\x66\xb8\x3a\x54\x0c\xb8\x72\xb0\xfe\xb8\xcb\x6c\xed\x72\x4b\x63\xc1\x31\x5c\x99\x41\xa9\xcd\xd1\x04\x90\xbe\x13\x00\x76\x20\x8b\x1d\xaf\x1b\xf4\xb8\x16\xf2\x38\x33\xfd\x19\x58\xc7\x3b\x36\xe0\xf6\x04\x9c\x06\x84\x01\x88\x6f\x08\x3b\xcd\x32\x4a\x5b\xf8\xd8\x5c\x13\x57\xb7\xca\x77\x31\xff\x92\x5b\x97\x05\x98\x9f\xfb\x84\xcd\x04\x6e\x46\x3f\xeb\x92\x19\xc1\xec\xc3\x92\x97\x6b\x92\x78\x8f\xc0\xef\x6c\xc0\x95\x9c\x16\xb7\xbc\x2f\x8e\xbb\x8c\x4a\x24\x85\x0d\x07\xbe\xb9\xe3\x4b\xe9\x1a\xde\x70\xa9\x29\x76\xda\x78\x87\x12\x24\x54\x3a\x67\x37\xed\x99\x2c\x2d\x2b\x2a\xbf\x62\xe4\xc0\x55\x24\x5c\xd9\xe1\x27\x8f\x3d\xc1\x1b\xae\x2a\x9d\x86\x55\x28\x43\x60\x90\x42\xca\xec\x20\xff\x11\x36\x9a\x1f\x8f\x36\x95\xd2\xfc\x58\xab\x59\x85\xa6\x74\x3f\xf6\x20\x5e\x09\xa8\x27\x6c\xef\x2d\xd6\xb6\x31\xdd\x10\x67\xaa\x3c\xe4\x71\x32\x16\xf0\x10\x7e\xc0\xba\xb8\xb7\xcb\xbb\xc8\x5a\xcf\x65\xd1\xf3\x78\x0e\x2f\x40\xea\xc3\x30\x09\x45\x30\xf3\xb1\x90\x31\x9a\x73\xfc\x83\x53\x1f\x37\x1e\x9b\xca\x6f\x40\xfc\x0f\xc4\x49\xca\xc1\x74\x7c\x8d\xa3\x7c\xe9\x61\x7e\x75\xf1\x7a\x66\x5e\x03\x6c\x39\x78\xc9\x87\x37\x45\x36\x30\xc7\x3b\xac\x9d\xe2\x92\x36\x16\xd6\xe1\xb8\x77\xb1\xb8\x5f\xb2\x98\x55\x25\xde\x3c\xcd\x5a\xa0\x60\x82\xa7\x8d\x66\x11\xe7\x6c\x87\x49\x1b\xce\x02\x58\x24\x8e\xc6\x1c\x05\xb3\xf0\xd4\x9f\x65\x95\x8a\x1c\xf3\x19\x2b\x58\x24\x19\x63\x31\x6f\x27\x24\x82\x3a\x79\x27\x3e\x4d\xd9\x31\x98\x77\xaf\xab\xa2\xe1\x3c\xd8\xea\x36\x7a\x3d\x40\x36\x59\x75\x15\x14\x1b\xdf\x7c\x1e\xe5\x64\x01\xc2\xe7\xf2\x5f\x33\xb9\x87\xf3\x28\x10\x66\x0f\x2d\xd2\xed\x2e\x47\xa0\xa1\x44\xa0\x11\x0c\x0b\x08\x94\x40\xb3\x01\x22\xc9\x1c\x37\x09\x48\x55\xb6\x66\xcc\xff\xb0\xc8\xfc\x0f\x55\xe6\x3f\x51\x25\x25\xfe\x15\x26\xe1\x63\x3a\x33\xff\xb1\x22\x1b\x55\x5b\xf5\x6e\x26\x3f\xc7\x26\x29\xe7\xa2\x1d\xc3\xa8\xdb\xe8\xad\x1b\x23\x24\x30\xea\x26\x35\xbb\xd7\xcc\x1e\x90\x44\x5c\xd6\x1b\x20\x68\x57\x43\x10\xcb\x4f\x7e\x42\xac\x56\xb3\x13\x6d\xce\x37\xf5\x20\xa9\x09\xd1\x80\x26\x39\xf2\x32\x21\x85\xe2\x95\x3b\x7f\x2b\x8b\xac\xdc\x54\x61\x0a\x81\x4c\xbf\xe3\x3f\x7a\x11\xcf\xef\xc8\x23\x2e\x2e\xbf\xdb\x8c\x14\x5e\x35\x51\x44\xfe\x52\x36\x11\x88\xe4\x45\x79\xb8\x72\x51\x6e\x12\x7e\x7b\x66\xa5\x97\xe5\x41\x37\xe4\x97\xe5\x64\x60\xee\xc2\xf4\x2b\x9d\x66\x33\x33\x00\x61\x6d\x37\xbd\x15\xe7\x59\x61\x16\xda\xe3\x5a\xae\x21\x4c\x38\x81\x46\x56\x72\xd9\xd9\x90\x37\x54\xda\x5b\x34\x70\x73\x87\x57\xae\x2a\x12\x1c\x77\x5f\xfc\x86\x6b\x49\xaf\x58\xc0\x1f\x3e\x5a\xb7\xae\xa0\x14\x60\xae\x01\xa3\x61\x55\x13\xeb\x38\x6f\x87\xa2\x3d\x71\xfb\xeb\x3b\xb8\x0e\xd4\x7d\x45\x47\xe9\xca\xe8\xa8\xc9\x18\xdc\x83\x15\xb8\x67\x43\xd8\x0d\x32\x41\x05\x25\x2c\x87\xba\x66\x37\x03\x06\xe3\x7c\xcc\x83\xda\xae\xb8\xa0\x81\xab\xe1\x76\xde\x9e\x65\x41\xbd\x88\x50\x5e\xfa\xb8\x00\x9e\x20\x7c\xd9\xde\x14\x6d\xee\x42\xb4\xb5\x0b\xd1\x86\x2e\x44\xac\x0b\x82\x7d\x10\x15\xdb\x19\xb1\xf6\x0b\xc1\x19\x35\xf9\x6e\xcf\x52\x6e\x3e\x33\x59\xec\xbc\xb4\x66\xb0\x7a\xfb\xa3\x92\x34\x76\x35\xa8\x56\x13\x08\x31\x57\x52\x2a\x59\x5e\x69\xee\x1e\xc0\xd6\x52\xbd\x71\x4c\x81\x93\xbd\x30\x7a\x0c\xed\x9c\xaa\xad\xcf\x79\x94\xd9\xee\x00\x92\xfc\x9e\xe3\xa8\xb1\x58\xfc\x34\x3d\xb6\x8e\x02\xd5\xd6\xc6\x80\x0c\xa7\xd1\x76\x8d\x49\x20\x4a\xa9\x71\x14\xc7\x64\x18\x98\xf2\x4b\x1e\xce\x83\xfc\x49\x8f\x38\x88\x59\x92\xeb\xc6\x68\xb6\x6a\xd5\x8c\x72\x32\x4a\x4a\xb6\x6d\xa6\xa4\x92\x9c\x92\x8a\x05\x39\x96\x84\x13\x4b\xd5\x0a\x91\xed\x4a\x3c\x4a\xb0\xb0\xc9\x96\xe3\xcf\xfb\x80\xaf\xaa\x52\x12\x4e\x4a\xd1\xd4\xc7\x25\x46\x68\x96\x94\x43\x10\x2b\xdc\x6a\x46\x62\xc3\x5b\x2a\xa7\x88\x94\x40\xe0\x4d\x57\x88\x87\x1c\x92\x9b\xe8\x87\x5c\xb1\xb2\x9a\x66\x40\x82\xfe\x96\xeb\x42\x76\x3a\x87\x30\x59\x5a\xf9\xe0\x9d\x70\x75\x1f\x89\x24\x46\x55\x22\x8a\xb7\xa5\x40\xc3\x89\x25\xa2\x84\x6c\x6f\x4f\x21\xd5\x53\x5a\x24\x49\xd2\x73\x71\xa3\xc3\xdb\xb4\x46\xaf\xca\x48\x96\x5c\x52\x19\x3c\x5d\x4a\x71\xe4\x2c\x91\x94\xe8\xc8\xd2\x59\x42\x02\x5d\xa8\xca\x14\xea\xe9\xcc\xf4\xda\x28\x0b\x63\xe5\x32\xd2\x80\xc7\x65\x47\xe2\xdc\x9b\x8f\x2f\x0b\x51\x8a\x54\x69\x70\x9e\xb9\x40\x94\x17\xe3\x2d\x45\xa2\x6c\x84\xe2\x0b\x59\xf6\x4f\x1e\x6e\x67\x4d\x48\x1f\xd4\xab\xa4\x05\x23\xd1\x7e\xa6\x9b\x33\x23\xe5\x4e\x8a\x9f\x5d\xdc\x73\xe4\xd1\x33\xd5\xda\x5d\x54\x80\x5f\xbc\x0a\xc3\xbd\x3a\x9b\xeb\x8b\x85\xa2\x30\x50\x0a\x54\x3e\x2e\x4e\x23\xca\xac\xd9\x8a\x79\xfd\x89\xd0\x76\xff\x48\xae\x62\xdd\xe9\x32\xed\xda\xbd\x7c\x97\x5c\x23\x73\xb7\x33\xbb\x04\xde\x5a\x23\x8b\xd5\x6b\x5c\x08\x93\x93\x86\x93\x74\x71\x6f\xb1\x58\xd1\x9c\x2a\xa7\xd4\xf6\xe2\x55\x6a\x56\x72\x70\x04\x95\x2e\x0c\x2d\x17\x57\x50\xc6\xfd\xb1\x97\xe2\x71\x14\x56\x48\x57\x7e\xa9\x98\xf1\x3f\xd6\xdf\x03\x47\x1b\xdf\x03\x4b\x2a\x15\x20\x98\x64\x27\xd0\xd0\x6a\x22\x2e\xec\x69\x06\x5d\xd4\x83\x5a\x23\x23\x5d\x07\xe2\x65\xef\x60\xf5\x65\xaf\xa2\xc9\x9a\x93\xfc\x45\x5d\xd6\xa9\x54\xb9\x16\x74\xbd\x5e\x46\x94\xf9\xa9\x34\x79\xda\xe3\x6e\xd2\xf5\x7a\xbd\x26\xdf\x4b\x35\x68\xfa\xca\xd6\x39\xe5\x8c\x02\xcb\x8c\x17\x0b\x33\xce\x4e\x9c\xaf\xc4\x81\x33\x9d\x2a\x6c\x3a\xb1\x0d\xdf\xea\xfa\x3d\x68\xab\x9a\xb2\xde\xcd\x4c\xcc\x6d\x4a\x2b\xca\xbb\x14\x2e\xca\x23\xab\x80\xe5\x66\xdf\x9c\x99\x16\x2c\xcd\xc1\x50\x61\xd0\xdc\xce\x0a\x54\x19\xee\x26\xbd\x05\xe6\xe4\xf2\xd1\x91\xfd\x22\x37\x9d\x79\x3a\x5b\xbb\xb2\x01\x04\x26\x59\x4f\x23\x28\x9e\x14\xa7\xc4\x71\xae\xd8\xbd\x44\x76\x14\x0b\xde\x2c\xe7\x9b\x19\xb8\x98\x81\xef\x33\x78\x4f\x82\x81\x63\xef\xbf\x04\x01\x0a\x1c\x7b\xff\x15\xb8\x0e\x43\xdf\xb1\x01\x19\x06\x21\x5b\x98\xce\x2e\x08\x03\x67\x0f\x0c\xa3\x70\x3a\xb9\xe2\xa6\xf9\xf6\xe5\x87\xb0\x96\x76\x00\xe4\x33\xa8\x17\x4b\xf0\x7e\x06\xef\xd1\xdd\xd0\x79\x05\x50\x82\x82\x5d\xe7\xa5\x34\xea\x77\xe3\x1c\x02\x2f\x9c\x06\x89\x63\x37\x84\xe7\x8a\x83\x2a\x76\x6c\x5b\x14\xe6\xd8\xbb\x60\x8c\xe6\x8e\xbd\x07\xc6\x84\x35\x04\xdc\x4e\x51\x90\x10\x1f\x3b\xf6\x01\x88\x93\x7e\x1f\xdf\x39\xf6\x0b\xe6\xbb\x43\x91\x63\xbf\x04\xf1\x74\xec\xd8\xaf\x40\x12\x4e\x6e\x1c\xfb\x10\x5c\x53\x67\xb7\x01\x66\x24\x19\x85\xd3\xc4\xd9\xb5\x01\x0a\xfa\xce\xee\x2e\x08\x23\x67\x77\x0f\x4c\x03\x1f\xc7\xb1\xb3\xbb\x2f\x59\xe0\xbb\x07\x00\xb3\xf8\x17\x4b\xd0\x99\x41\x3a\x34\xef\x3f\x90\x00\xbf\x0d\xc7\xec\x64\xe3\xbc\x1f\xd6\x3d\xe1\x05\x1f\xd0\x35\xf6\x19\xae\x62\x81\x7e\xfa\x01\x04\xd2\xfa\x40\x12\x1c\x21\x9f\x45\x09\xae\x16\xf8\x8b\x9f\xb0\x95\x70\x71\xe4\x06\xef\xa6\xd2\x56\x5d\x1e\x54\x7e\x7d\x1d\x97\x5e\x5f\xc7\x38\x48\xe4\x1f\xf7\x0e\x47\xe7\x64\x8c\x4b\xaf\xbd\x30\xe6\x3f\xa3\xd2\xeb\x98\x04\xfc\x67\x54\x7a\x9d\xa0\x80\xff\x8c\x4a\xaf\xef\x86\x59\xe2\xb7\x98\xf8\xa5\xb7\x23\xce\xad\x2f\xbd\xf5\xd1\x78\x22\x7e\x3f\xa2\xb9\xf4\x90\xa0\xf4\x36\x8c\x99\x1b\x95\x38\x6f\x32\xcb\xfb\x0e\xd1\xf8\x7d\xf0\x31\x0c\x92\x11\xf3\xbb\x03\xc5\x7b\x81\xf1\x8d\xf0\x5d\x62\x14\x95\xde\xe1\x61\xe9\x1d\xf6\x13\x54\x7a\x87\x23\x72\x57\xfa\x7d\x3e\x29\xfd\xe1\x87\x61\x54\xfa\x93\xc4\x49\x38\x8c\xd0\xb8\x2d\x47\xac\xf4\x67\xe8\x27\x17\x24\x48\x70\x14\x97\xfe\x0c\xa7\x51\xe9\x7d\x9f\xe7\x7c\x1f\x30\xc2\x2a\xc6\xa5\xf7\x11\x4a\x70\x89\xc3\xf6\x14\x4f\x7c\xe4\xc9\x8f\x7f\x87\x24\x28\x7d\x40\x71\xde\xc2\x0f\x41\xe9\x43\x38\xb4\x1b\xec\x77\xb7\xf4\x11\xcd\xb3\x98\x8f\x24\x50\xfd\xd3\x04\x97\x44\xeb\x5b\xa4\xd4\x8a\x70\x9f\x78\x09\x1b\x53\x14\xb1\xaf\x02\x78\xd3\x76\x66\x01\xa7\xa8\x5f\x3a\x65\x2d\x3a\xc5\x31\x4e\xe2\xd2\x69\x38\x0d\xfa\xa5\x33\x0f\xf9\x28\x2a\x9d\x0d\x83\xd2\x19\xe1\x6e\x54\x3a\x0b\xa3\x84\xff\xbc\xc3\xb1\x57\x3a\xbb\x65\x5f\x7c\x6e\x66\x65\x9d\xf1\x09\x9a\x7f\x4e\xc7\x99\xff\x1c\x05\xcc\x8d\x4a\xe2\x8b\x8c\x71\x9c\xb0\xe1\xfa\x8c\xbd\x24\x8c\x4a\x0c\xcc\x65\x36\x41\x32\xfc\xf1\x7e\x58\xbf\x43\x11\x61\x94\x2d\x9b\x75\x16\x28\xbf\xbe\x1b\x96\x84\x0d\xc9\x1b\x31\x94\xe2\x57\xae\xa6\xd2\xbf\xd8\x52\x62\x50\x62\x10\xc9\xfa\x29\x9b\x28\x9b\xc6\x9a\x54\x3a\x0f\x27\x37\xbc\xae\x70\x82\x23\x94\x84\xd1\x7f\x30\x9d\x85\x51\x1f\x94\xdf\xd0\xd2\x85\x58\x44\xa5\x37\x61\xe8\x97\xdc\xa0\xf4\x5e\xa2\x02\x51\xfc\x07\x3c\x48\x84\x8f\x9b\xdc\x2c\x09\xa5\x55\x25\xfe\x30\xab\xf4\x7b\xd0\xe7\xc5\x8e\xc3\x3e\x19\x10\x3e\xcb\x83\x7e\xe9\x13\x5f\x7d\x25\x57\x74\xcf\x0f\x87\xc4\x73\x65\xbd\xa0\x7c\x36\xbd\x2e\xbd\xee\xf7\x4b\x1f\xa7\x7e\xe9\x63\xd8\x2f\xbd\x23\x77\x7c\x96\xef\x96\x7e\xbf\xf5\x4b\x7f\xe1\xdb\xd2\x07\x36\x57\xe2\xb8\xf4\xaf\x04\x97\xfe\x95\x44\x2c\xfc\x14\x0f\xf1\x9c\x79\xce\x48\x30\xf4\x31\x4b\x26\x82\x5a\xe1\xac\xf4\x3a\x29\x74\x0d\x7c\x0a\x50\x44\xdd\x09\x0b\x43\x11\x49\x46\x63\x9c\xa8\x0d\x30\x4b\x16\x4f\xcf\x5f\xfc\x82\x72\xb7\xd4\xe3\x9f\xf1\xed\x14\x45\xf8\x0d\x27\xfa\x12\x50\xbe\x2f\x2d\x79\xf0\x75\x84\x3c\x0c\xca\x7f\x4f\x77\x5f\xa0\x06\x0f\x21\x82\x1e\x5f\x5a\xe0\x8f\x19\xbc\xbf\xba\xe2\x67\x86\xab\x2b\xa1\x9d\x17\xf1\x95\x7d\xc5\x4e\x43\x57\x09\x19\x63\x67\xaf\x71\x28\x03\x9d\x3d\xdb\x66\x5e\x67\xcf\xde\x03\xc8\x0b\x99\xe7\x80\x7b\x46\xce\x9e\xfd\x12\xa0\x98\x04\xce\x9e\x7d\xc8\x3d\x23\x67\x8f\xe1\xb4\x04\x05\xce\xde\xee\x1e\xf7\xb0\xa0\x03\x80\xee\x86\x6a\xe9\xbb\x2f\x81\x87\x89\xef\xec\xed\x1e\x02\x4f\x20\x05\x67\x6f\xcf\x06\x1e\xc3\x04\xce\xde\xde\x9e\xf0\x5d\x31\x5c\xbb\xb7\x77\x90\x7e\xb1\x9a\xf6\x5e\x02\xde\x88\x3d\x86\xab\x59\x1b\xf6\x6d\x89\xab\x95\xf2\xf7\xf7\x40\x1f\xd1\xf8\x8a\x04\x57\x63\xb6\xda\x9c\xbd\xfd\x03\x16\x72\x15\x0e\xb2\x80\x97\x69\xc0\x0c\xe3\x1b\x67\x6f\xff\x30\xfd\xa6\x18\x45\xce\xde\x81\x0d\xfa\x78\xe8\xec\x1d\xec\x01\x8e\x16\x9c\xbd\x83\x03\xd0\x67\x48\xc5\xd9\x3b\x78\x09\xf0\x7c\xe2\xec\x1d\x1c\x82\x01\x43\x2e\xce\xde\x0b\x1b\x8c\x52\x04\x73\x95\xed\x09\x7b\x2f\xf6\xc0\x28\xf4\x93\xab\x99\x40\x33\xce\xde\x8b\x03\x30\x0a\xa7\x2c\xc3\x4b\x40\x64\xb9\x2f\x0e\x01\x91\x28\xc7\xd9\x7b\x69\x03\xc2\xd0\x8e\xb3\xf7\x72\x0f\x70\x4c\x7e\x15\x09\xdc\xe3\xec\xbd\x3c\x90\x21\xdf\x43\x06\x89\x97\x2f\x81\x8f\xe2\x42\xbf\x5f\x1e\x02\x3f\x70\xf6\x5e\xd9\xc0\x67\xe8\xc8\xd9\x7b\xb5\xc7\x7c\xbb\xce\xde\xab\x03\xb6\x71\xa9\x69\x5f\xbd\x64\x7b\x58\x21\xe4\x90\x85\x4c\x59\xe5\x87\x36\x90\x70\x3a\xdc\x03\x13\xe2\xec\x1d\x1e\x80\x89\x40\x57\x57\x3e\xc7\x57\xce\xde\xe1\x4b\x16\xb4\x3a\x71\x0e\x0f\xb3\x3d\x51\x09\xde\x6f\xd8\x20\x42\x7d\x67\xbf\xb1\x07\x78\xf7\xf6\x1b\x07\x80\xbf\x08\x8a\x9d\xfd\xc6\x4b\x20\x2c\x98\xee\x37\x0e\x41\xcc\xf1\x99\xb3\x6f\xdb\x20\x1e\x06\xce\xbe\xbd\x07\xd8\x0c\xdb\x67\xfb\x2b\x9b\x60\xfb\x6c\x53\x0d\xa3\xc4\xd9\xb7\x0f\xb9\xe7\xaa\x8f\x63\xcf\xd9\xdf\xb5\x41\x7c\xcb\x82\x77\xf7\xe4\x46\xac\x56\xbf\x7b\x20\xf7\xe4\x42\x20\xdf\x9e\x0b\x21\x87\x80\xcd\xdd\xfd\x3d\x1b\xf0\xa9\xbb\xbf\xb7\x07\x92\x14\x03\x3a\xfb\x7b\x07\x40\xa4\xdb\x7b\x09\xee\x38\x3a\x74\xf6\xf7\x0e\x01\x9f\x30\xfb\xfb\xf6\x12\xfc\x39\x83\xad\x59\xe1\xca\xea\x5e\x5e\xe5\x31\x5a\x41\xf0\xb0\x9c\xf2\x8b\x6b\xf7\xb2\xdd\x72\x5d\xf7\x99\xcb\xff\xb8\x6d\xf7\x59\xe5\xed\x3d\x73\xee\xb3\xf3\x76\x8b\x7d\xfd\x68\x3f\xfb\xd6\x6e\xa7\x91\xef\x30\x73\xee\xb3\x2f\x3c\xf2\x5d\x5f\x84\xfe\xc1\x9d\x6b\x8e\x79\xe8\x1f\x9f\x78\xa9\xcf\x2a\x7f\xb4\x53\xcf\xb9\x4c\x77\xc1\x9c\x5b\xf7\xdb\x67\xec\xab\xe3\xd6\x93\x36\x0f\xff\x2c\xe3\x3f\xe7\xfe\xb7\x94\x39\x59\xeb\x80\x39\xe9\x1f\x31\x27\xfd\x84\x39\xe9\xff\xce\x9c\xf4\xdf\x30\x27\xfd\x3e\x73\xd2\x3f\x66\x4e\xfa\x03\xe6\xa4\x3f\x64\x4e\xfa\x27\xcc\x49\xff\x2d\x73\xd2\x1f\x31\x27\xfd\x31\x73\xd2\x9f\x30\x27\xfd\x53\xe6\xa4\xff\x8e\x39\xe9\x9f\x31\x27\xfd\x73\xe6\xa4\x9f\x32\x27\xfd\x3f\x98\x93\xfe\x7b\xe6\xa4\x7f\xc1\x9c\xf4\x2f\x99\x13\xfe\xdf\xb9\x93\xfe\x16\x73\xd2\xdf\x66\x4e\xfa\x4f\x99\x93\xfe\x33\xe6\xa4\xff\x9c\x39\xe9\xff\xc4\x9c\xf4\x7f\x66\x4e\xfa\x2f\x98\x93\xfe\x0e\x73\xd2\x7f\xc9\x9c\xf4\x7f\x61\x4e\xfa\xbb\xcc\x49\x7f\x8f\x39\xe9\xff\xca\x9c\xf4\x5f\x31\x27\xfd\xdf\x98\x93\x7e\xc4\x9c\xf4\x5f\x33\x27\xfd\x1e\x73\xd2\xdf\x67\x4e\xfa\x31\x73\xd2\x3f\x60\x4e\xfa\x87\xcc\x49\xff\x88\x39\xe9\x27\xcc\x49\xff\x77\xe6\xa4\xff\x86\x39\xe9\xf7\x99\x93\xfe\x31\x73\xd2\x1f\x30\x27\xfd\x21\x73\xd2\x3f\x61\x4e\xfa\x6f\x99\x93\xfe\x88\x39\xe9\x8f\x99\x93\xfe\x84\x39\xe9\x9f\x32\x27\xfd\x77\xcc\x49\xff\x8c\x39\xe9\x9f\x33\x27\xfd\x94\x39\xe9\xff\xc1\x9c\xf4\xdf\x33\xd7\x16\x8b\xb7\x71\x25\x16\xec\xc2\x6d\xf4\xc5\xea\x3c\x15\xeb\x14\x1c\x1c\x0e\xdc\xc6\x4d\xbb\x2d\x7c\xbb\x1d\x11\x16\xfe\x63\xdf\xab\x0b\x9e\xb7\x39\x72\x5f\xf5\x84\xef\xc6\x7d\x85\x79\x6c\x93\xb7\x04\x1c\x38\xdc\x09\x7f\xf3\x3b\x73\xee\xab\x85\x48\xeb\xbb\x87\xe7\xc2\x17\xba\xce\x8d\xc0\x07\x5f\x5c\x87\x8a\xfc\x12\x3a\x7f\x5c\x32\x27\xf3\xc7\x69\x38\x38\x68\xde\x32\xe7\x36\x4f\x39\xc6\x78\xbb\x14\xa1\x87\x23\xe6\xdc\xa6\xec\xdd\xd8\x6d\x7a\x1c\x8f\xbc\x3b\x93\xf1\x63\x1e\xea\xb6\x5d\xfb\x5f\xcf\xdb\xcc\xa5\xd0\x79\x77\xe1\xbe\xf6\x84\xef\xb3\xfb\x7a\x9c\xfa\x18\x9a\xb2\xff\xf5\xfc\xcb\x3f\xf2\xbc\x9e\xb5\xcf\x5c\xfb\x5f\xf6\x99\xa8\xc0\xfe\xcc\x9c\xfb\xa6\xd5\x16\x5f\xee\x9b\x4f\xa2\x93\x72\x71\xfe\x71\xcd\x9c\x4c\x3b\x60\xce\x7d\x83\x78\x59\xf6\x40\x86\x5e\x30\x27\x53\x77\x99\x73\xdf\x0c\x04\x78\xa6\xee\x9b\x1b\x51\xdb\x95\x4c\x7b\x95\xfa\x9f\x55\xde\xb5\x98\x73\xdf\xc4\x02\x0c\x29\x22\xe4\x4e\x02\x82\xf0\xf0\x4b\x91\x20\x90\x10\xe9\x30\x27\x13\x44\xcc\xb9\x7f\x06\x22\xc5\xad\xfb\xe7\x34\xf5\xfd\xfb\x6b\xbb\xed\xbe\xac\xe9\x53\xf7\xdf\x41\xea\xfb\x70\x96\xf9\xbe\xa7\xbe\xbf\x4e\x53\x9f\xcb\xfe\x56\x03\xe6\xdc\xbf\x7c\x1e\x5a\x4d\x64\xe8\x2d\x73\xee\x5f\x49\xbb\xe5\xbe\xac\x3d\x6b\xcb\xce\x20\xe6\xa4\xff\x1b\x73\x32\x35\x65\xce\xfd\x8b\xf2\xae\x3f\x3f\x97\xed\x3e\xe7\x7e\xad\x74\xca\x21\xfd\xfc\x52\x06\xf7\x98\x73\xb5\x52\x4f\x0c\x10\xc7\x3b\x47\x47\xff\xfe\xc6\x9c\xab\x3d\x3b\x6d\xb7\xf8\xa7\x0c\xf6\x99\x93\x39\x3f\x31\x27\xaa\xd4\x43\xe6\xa4\x7f\xc6\x1c\xf3\xbf\xfe\xeb\xe4\x07\x73\x65\x90\x5d\x37\x3b\x65\xed\xd9\xc5\x83\xab\x77\xdd\xb3\x1b\xf7\xec\xc1\xbd\x68\xbb\x1d\xb6\xcf\xb9\x5f\xda\x6e\xb7\xed\xf6\xda\xee\xd7\xb6\x7b\xd5\x76\xbf\xb5\x5d\xd4\x76\xaf\xdb\xae\xd7\x76\xb5\x2f\x5f\xdc\xca\xf4\xca\xd5\x3b\x9f\x5d\xfd\xf2\xb3\xab\xf7\x3a\xae\xfe\xed\x9b\xab\x23\xe4\xea\xd7\xd7\xae\xee\x79\xae\xde\xef\xbb\x3a\xc6\xae\x3e\x18\xb8\xfa\x70\xe8\xea\xa3\x91\xab\x13\xe2\xea\xdf\xbf\xbb\xfa\xcd\x8d\xab\xfb\xbe\xab\x8f\xc7\xae\x1e\x04\xae\x1e\x86\xae\x3e\x99\xb8\xfa\xed\xad\xab\x47\x91\xab\xc7\xb1\xab\x27\x89\xab\x4f\xa7\xae\x7e\x77\xe7\xea\xb3\x99\xab\xcf\xe7\xae\x4e\xa9\xab\xff\xf8\xe1\xea\xf7\xf7\xae\xbe\x58\xb8\xfa\x72\xe9\x1a\xae\xe6\xba\x46\x4b\x6b\xb9\x46\x5b\x6b\xbb\xc6\xa9\x76\xea\x1a\x67\xda\x99\x6b\x9c\x6b\xe7\xae\xf1\x49\xfb\xe4\x1a\x9f\xb5\xcf\xae\x71\xa1\x5d\xb8\x46\x47\xeb\xb8\xc6\xa5\x76\xe9\x1a\x5f\xb4\x2f\xae\xd1\xd5\xba\xae\xd1\xd3\x7a\xae\xf1\x55\xfb\xea\x1a\x57\xda\x95\x6b\x7c\xd3\xbe\xb9\x06\xd2\x90\x6b\x5c\x6b\xd7\xae\xe1\x69\x9e\x6b\xf4\xb5\xbe\x6b\x60\x0d\xbb\xc6\x40\x1b\xb8\xc6\x50\x1b\xba\xc6\x48\x1b\xb9\x06\xd1\x88\x6b\x7c\xd7\xbe\xbb\xc6\x8d\x76\xe3\x1a\xbe\xe6\xbb\xc6\x58\x1b\xbb\x46\xa0\x05\xae\x11\x6a\xa1\x6b\x4c\xb4\x89\x6b\xdc\x6a\xb7\xae\x11\x69\x91\x6b\xc4\x5a\xec\x1a\x89\x96\xb8\xc6\xec\xc2\x35\xe6\x17\xae\x41\x3f\xbb\xc6\x7d\xd7\x7d\xe0\x60\x7d\x70\xfb\xda\x9d\x8b\xb5\x3b\x57\xef\x69\x33\xf7\xc1\xfd\x54\x69\xbb\x9f\xb5\x1f\xee\x40\x5b\xba\xc3\x8a\xeb\x8e\xb4\xa5\x3b\xd7\x7e\xb8\xf7\xda\x0f\x77\xa1\xfd\x70\x97\xda\x0f\x57\x73\xb5\x7b\x57\x6b\xb1\x9f\xb6\xb6\x70\xb5\x53\xf6\x73\xc6\x7e\xce\xd9\xcf\x27\xf6\xf3\x59\x5b\xb8\xfa\x79\xe5\xd4\x35\xa6\x95\x96\xfb\xe0\xea\x9d\xca\xb9\xab\x5f\x56\xce\x5d\x83\x56\xce\xdd\x8b\xca\xbc\xd3\xa9\xcc\x3b\x97\x95\x79\xe7\x4b\x65\xde\xe9\x56\xe6\x9d\x5e\x65\xde\xf9\x5a\x99\x77\xae\x2a\xf3\xce\xb7\xca\xbc\x83\x2a\xf3\xce\x75\x65\xde\xf1\x2a\xf3\x8e\xc6\x12\x55\xa6\x95\x79\x47\x67\xd9\x74\x96\x4f\x67\x19\x74\x96\x52\x67\x49\x75\x96\x56\x67\x89\xf5\x3e\xfb\xc1\xec\x67\xc0\x7e\x86\xec\x67\xc4\x7e\x08\xfb\xf9\xce\x7e\x6e\xd8\x8f\xcf\x7e\xc6\xec\x27\x60\x3f\x21\xfb\x99\xb0\x9f\x5b\xf6\x13\xb1\x9f\x98\xfd\x24\xec\x87\x57\x7e\xc7\x7e\x66\xec\x67\xce\x7e\x28\xfb\xf9\xc1\x7e\xee\xd9\xcf\x82\xfd\x2c\x2b\xf3\x8e\xe1\xb2\x9f\x16\xfb\x69\xb3\x9f\x53\xf6\x73\xc6\x7e\xce\xd9\xcf\x27\xf6\xf3\x99\xfd\x30\x38\x18\xac\x47\x06\xeb\x91\xc1\x7a\x69\x30\x58\x18\xac\x6f\x06\x83\x86\xc1\xc0\x61\xb0\x5e\x1a\xac\x97\x06\xeb\xa5\xc1\x7a\x69\xb0\x5e\x1a\xac\x97\x06\xeb\xa5\xc1\x7a\x69\xb0\x5e\x1a\xac\x97\x06\xeb\xa5\xc1\x7a\x69\xb0\x5e\x1a\xac\x97\x06\xeb\xa5\xc1\x7a\x69\xb0\x5e\x1a\xac\x97\x06\xeb\xa5\xc1\x7a\x69\xb0\x5e\x1a\xac\x6f\x06\xeb\x9b\xc1\xfa\x66\xb0\x6e\x3d\xb8\x49\xe5\xc2\x35\x16\x15\x36\x5d\xd8\xd4\xf9\x54\xa1\x9d\xcf\x15\xda\x19\x54\x68\x67\x58\xa1\x9d\x51\x85\x76\xe6\x15\xda\xb9\xaf\xd0\xce\xa2\x42\x3b\xcb\x0a\xed\x68\x2e\xfb\x69\xb1\x9f\x36\xfb\x39\x65\x3f\x67\xec\xe7\x9c\xfd\xb0\x22\x34\x56\x86\xce\x3e\xf5\x8b\x0a\xed\x18\x53\xe6\xbb\x62\x3f\x5f\x2b\xb4\xf3\xe0\xea\xbd\x4a\x8f\xcd\x9c\xab\x0a\x72\x1f\x5a\x97\xd9\x4c\xfd\x14\xa0\xcf\x01\x1a\x04\x68\x18\xa0\x51\x80\xe6\x01\xba\x0f\xd0\x22\x40\xcb\x00\x69\x6e\x80\xb4\x56\x80\xb4\x76\x80\xb4\xd3\x00\x69\x67\x01\xd2\xce\x03\xa4\x7d\x0a\x90\xf6\x39\x40\xfa\x79\x80\xf4\x8b\x00\x19\xd3\x00\xe9\x57\x01\xd2\xbf\x06\xe8\xc1\x6d\x55\xb0\xdb\xae\x78\xee\x69\xc5\x73\x2f\x68\xab\x43\x5b\x97\xb4\xf5\x85\xb6\xba\xb4\xd5\xa3\xad\xaf\xb4\x75\x45\x5b\xdf\x68\x0b\xd1\xd6\x35\x6d\x79\xb4\xa5\x7d\xa1\xad\xca\x94\xb6\xf4\x0e\x6d\xe9\x97\xb4\xa5\xf7\x68\x4b\xff\x46\x5b\x3a\xa2\x2d\xfd\x9a\xb6\x74\x8f\xb6\xf4\x3e\x6d\xe9\x98\xb6\xf4\x01\x6d\xe9\x43\xda\xd2\x47\xb4\xa5\x13\xda\xd2\xbf\xd3\x96\x7e\x43\x5b\xba\x4f\x5b\xfa\x98\xb6\xf4\x80\xb6\xf4\x90\xb6\xf4\x09\x6d\xe9\xb7\xb4\xa5\x47\xb4\xa5\xc7\xb4\xa5\x27\xb4\xa5\xb3\x3a\xee\x68\x4b\x9f\xd1\x96\x3e\xa7\x2d\x9d\xd2\x96\xfe\x83\xb6\xf4\x7b\xda\xd2\x17\xb4\xa5\x2f\x69\xcb\x70\x69\xcb\x68\xd1\x96\xd1\xa6\x2d\xe3\x94\xb6\x8c\x33\xda\x32\xce\x69\xcb\xf8\x44\x5b\xc6\x67\xda\x32\x2e\x68\xcb\xe8\xd0\x96\x71\x49\x5b\xc6\x17\xda\x32\xba\xb4\x65\xf4\x68\xcb\xf8\x4a\x5b\xc6\x15\x6d\x19\xdf\x68\xcb\x40\xb4\x65\x5c\xd3\x96\xe1\xd1\x96\xd1\xa7\x2d\x03\xd3\x96\x31\xa0\x2d\x63\x48\x5b\xc6\x88\xb6\x0c\x42\x5b\xc6\x77\xda\x32\x6e\x68\xcb\xf0\x69\xcb\x18\xd3\x96\x11\xd0\x96\x11\xd2\x96\x31\xa1\x2d\xe3\x96\xb6\x8c\x88\xb6\x8c\x98\xb6\x8c\x84\xb6\x8c\x19\x6d\x19\x73\xda\x32\x28\x6d\x19\xf7\xb4\xf5\xe0\x56\x6e\x2b\x37\x0c\xe3\xb4\x2a\x63\xe6\xf7\xdd\x07\x97\x54\x42\xf7\x7b\x25\xcc\x90\xba\x31\xab\x04\xae\x31\x67\x3f\xf4\xb3\x18\xf6\xc8\x7d\x68\x3d\xfb\xc6\xd1\xcf\xa7\xca\x0c\x7d\xae\xcc\xd0\xa0\x32\x43\xc3\xca\x0c\x8d\x2a\x33\x74\x5f\x99\xa1\x45\x65\x86\x96\x95\x19\xd2\x5c\xf6\xd3\x62\x3f\x6d\xf6\x73\xca\x7e\xce\xd8\xcf\x39\xfb\x61\xd9\x35\x96\x5f\x67\x9f\xfa\x45\x65\x86\x8c\x29\xf3\x5d\xb1\x9f\xaf\x95\x19\x7a\x70\xb5\xcf\x95\xd8\xd5\x5b\xec\xa7\xcd\x7e\x4e\x2b\x31\x6b\xc6\xd7\xca\x94\xcd\xfd\x3b\x97\x2d\x83\x19\x6b\xd6\x0f\x11\x7c\xcf\xfc\x0b\xee\xbf\xeb\xe8\x57\x77\x1d\xde\xd8\x0b\xda\xe9\xd0\xce\x25\xed\x7c\xa1\x9d\x2e\xed\xf4\x68\xe7\x2b\xed\x5c\xd1\xce\x37\xda\x41\xb4\x73\x4d\x3b\x1e\xed\x68\x5f\x68\xa7\x32\xa5\x1d\xbd\x43\x3b\xfa\x25\xed\xe8\x3d\xda\xd1\xbf\xd1\x8e\x8e\x68\x47\xbf\xa6\x1d\xdd\xa3\x1d\xbd\x4f\x3b\x3a\xa6\x1d\x7d\x40\x3b\xfa\x90\x76\xf4\x11\xed\xe8\x84\x76\xf4\xef\xb4\xa3\xdf\xd0\x8e\xee\xd3\x8e\x3e\xa6\x1d\x3d\xa0\x1d\x3d\xa4\x1d\x7d\x42\x3b\xfa\x2d\xed\xe8\x11\xed\xe8\x31\xed\xe8\x09\xed\xe8\xac\x8e\x3b\xda\xd1\x67\xb4\xa3\xcf\x69\x47\xa7\xb4\xa3\xff\xa0\x1d\xfd\x9e\x76\xf4\x05\xed\xe8\x4b\xda\x31\x5c\xda\x31\x5a\xb4\x63\xb4\x69\xc7\x38\xa5\x1d\xe3\x8c\x76\x8c\x73\xda\x31\x3e\xd1\x8e\xf1\x99\x76\x8c\x0b\xda\x31\x3a\xb4\x63\x5c\xd2\x8e\xf1\x85\x76\x8c\x2e\xed\x18\x3d\xda\x31\xbe\xd2\x8e\x71\x45\x3b\xc6\x37\xda\x31\x10\xed\x18\xd7\xb4\x63\x78\xb4\x63\xf4\x69\xc7\xc0\xb4\x63\x0c\x68\xc7\x18\xd2\x8e\x31\xa2\x1d\x83\xd0\x8e\xf1\x9d\x76\x8c\x1b\xda\x31\x7c\xda\x31\xc6\xb4\x63\x04\xb4\x63\x84\xb4\x63\x4c\x68\xc7\xb8\xa5\x1d\x23\xa2\x1d\x23\xa6\x1d\x23\xa1\x1d\x63\x46\x3b\xc6\x9c\x76\x0c\x4a\x3b\xc6\x3d\x43\x05\x67\xba\xeb\x9e\xeb\xae\xfb\xd0\x6a\x8e\xb3\xa5\xca\x3f\x8c\x3b\xfd\xb3\x6b\xfc\xd0\x2f\x5c\x36\xcb\xf4\xce\xfa\x56\xc3\x10\x89\x7e\xc9\xa2\xa7\xfa\x17\x37\x45\x66\x3a\x47\x2d\x5f\xf5\xaf\xae\x7e\xa5\x5f\xb9\x0f\xee\x05\x45\x1d\x8a\x2e\x29\xfa\x42\x51\x97\xa2\x1e\x45\x5f\x29\xba\xa2\xe8\x1b\x45\x88\xa2\x6b\x8a\x3c\x8a\xb4\x2f\x14\x55\xa6\x14\xe9\x1d\x8a\xf4\x4b\x8a\xf4\x6f\x14\xe9\x88\x22\xfd\x9a\x22\xdd\xa3\x48\xef\x53\xa4\x63\x8a\xf4\x01\x45\xfa\x90\x22\x7d\x44\x91\x4e\x28\xd2\xbf\x53\xa4\xdf\x50\xa4\xfb\x14\xe9\x63\x8a\xf4\x80\x22\x3d\xa4\x48\x9f\x50\xa4\xdf\x52\xa4\x47\x14\xe9\x31\x45\x7a\x42\x91\xce\xca\xbf\xa3\x48\x9f\x51\xa4\xcf\x29\xd2\x29\x45\xfa\x0f\x8a\xf4\x7b\x8a\xf4\x05\x45\xfa\x92\x22\xc3\xa5\xc8\x68\x51\x64\xb4\x29\x32\x4e\x29\x32\xce\x28\x32\xce\x29\x32\x3e\x51\x64\x7c\xa6\xc8\xb8\xa0\xc8\xe8\x50\x64\x5c\x52\x64\x7c\xa1\xc8\xe8\x52\x64\xf4\x28\x32\xbe\x52\x64\x5c\x51\x64\x7c\xa3\xc8\x40\x14\x19\xd7\x14\x19\x1e\x45\x46\x9f\x22\x03\x53\x64\x0c\x28\x32\x86\x14\x19\x23\x8a\x0c\x42\x91\xf1\x9d\x22\xe3\x86\x22\xc3\xa7\xc8\x18\x53\x64\x04\x14\x19\x21\x45\xc6\x84\x22\xe3\x96\x22\x23\xa2\xc8\x88\x29\x32\x12\x8a\x8c\x19\x45\xc6\x9c\x22\x83\x52\x64\xdc\x53\x94\xe2\xef\xd6\x9b\x7b\xf7\x4c\xbf\x76\xcf\xf5\x6b\x57\xef\x51\xc4\x03\xf8\x92\x9e\xdd\x0e\x66\xb7\xc3\xd9\xed\x68\x76\xab\xb9\xb3\x5b\xad\x35\xbb\xd5\xda\xb3\x5b\xed\x74\x76\xab\x9d\xcd\x6e\xb5\xf3\xd9\xad\xf6\x69\x76\xab\x7d\x9e\xdd\xea\xe7\xb3\x5b\xfd\x62\x76\x6b\x4c\x67\xb7\xfa\xd5\xec\x56\xff\x3a\xbb\x7d\x70\x3f\xcf\x6e\xef\x67\xb7\x8b\xd9\xed\x72\x76\xfb\xd0\x7a\x7f\xc6\x09\x17\x95\x50\xc9\x02\xb7\x53\x30\x6a\x2b\x36\xd7\xb2\xad\x4d\x0f\xad\xff\xb8\x3f\x21\x80\x78\x92\x94\x9a\x7a\x0a\x25\xf5\xc0\xda\x39\xdc\xd2\xc2\xd6\xc7\x36\x9b\xfa\x7d\xb6\x16\x3c\x8e\x39\x75\x9c\x61\x2b\x7d\x28\x30\x14\xd1\xaf\xee\x08\xc7\x50\x7c\x58\x2e\x28\xe9\x50\x72\x49\xc9\x17\x4a\xba\x94\xf4\x28\xf9\x4a\xc9\x15\x25\xdf\x28\x41\x94\x5c\x53\xe2\x51\xa2\x7d\xa1\xa4\x32\xa5\x44\xef\x50\xa2\x5f\x52\xa2\x7f\xa3\x44\x47\x94\xe8\xd7\x94\xe8\x1e\x25\x7a\x9f\x12\x1d\x53\xa2\x0f\x28\xd1\x87\x94\xe8\x23\x4a\x74\x42\x89\xfe\x9d\x12\xfd\x86\x12\xdd\xa7\x44\x1f\x53\xa2\x07\x94\xe8\x21\x25\xfa\x84\x12\xfd\x96\x12\x3d\xa2\x44\x8f\x29\xd1\x13\x4a\x74\x56\xfe\x1d\x25\xfa\x8c\x12\x7d\x4e\x89\x4e\x29\xd1\x7f\x50\xa2\xdf\x53\xa2\x2f\x28\xd1\x97\x94\x18\x2e\x25\x46\x8b\x12\xa3\x4d\x89\x71\x4a\x89\x71\x46\x89\x71\x4e\x89\xf1\x89\x12\xe3\x33\x25\xc6\x05\x25\x46\x87\x12\xe3\x92\x12\xe3\x0b\x25\x46\x97\x12\xa3\x47\x89\xf1\x95\x12\xe3\x8a\x12\xe3\x1b\x25\x06\xa2\xc4\xb8\xa6\xc4\xf0\x28\x31\xfa\x94\x18\x98\x12\x63\x40\x89\x31\xa4\xc4\x18\x51\x62\x10\x4a\x8c\xef\x94\x18\x37\x94\x18\x3e\x25\xc6\x98\x12\x23\xa0\xc4\x08\x29\x31\x26\x94\x18\xb7\x94\x18\x11\x25\x46\x4c\x89\x91\x50\x62\xcc\x28\x31\xe6\x94\x18\x94\x12\xe3\x9e\x92\x07\x06\x7c\xe2\x3e\xb8\x65\x30\x0c\x93\xd0\x29\x9b\x77\xfa\xe7\xd6\x63\xff\xe9\x17\xfa\x9d\x71\x66\x7c\x33\x06\x46\x64\x4c\x5b\xc6\x7d\xf5\x93\x7e\xd7\xaa\x76\xaa\x23\x35\xd1\x5d\x35\x7a\xe6\xb6\x9e\xb9\xff\xef\xff\xd7\xef\x5a\xcf\xba\xfa\x9d\x7e\xd7\x62\x3f\xcf\x6e\xf4\xbb\x67\x33\xf3\xc2\x1c\x9a\xdf\xcd\x09\x6f\x69\xcb\x8c\xdb\x67\x6e\xbb\xf2\xa9\xd3\xae\x7c\xbe\x6c\x57\xbe\x69\xb3\xb6\xde\xae\x0c\xda\xfa\x69\x65\xd8\xd6\xcf\x2a\xa3\xb6\x7e\x5e\x21\x6d\xfd\x53\xe5\xfb\xa9\xfe\xad\x72\x8f\xaf\xdc\xce\xa5\x36\xab\x0c\x2a\xc3\xca\xa8\x42\x2a\xdf\x2b\xf7\xf8\x74\x2d\xa8\xad\xcd\x4f\x4f\x2b\xd7\x1a\x6d\x57\xbe\x6a\x77\xed\xca\xb2\xe2\xb5\x75\xa4\xbb\xa7\xfa\x48\xbf\x3e\xad\xcc\x2b\xbd\x76\x85\x56\x7a\xa7\xfa\x40\xff\xda\xd6\xe8\x69\xbb\x72\xf6\x89\xa5\x9f\x9f\x56\xae\xb4\x59\xbb\x32\xd0\x7e\xb4\x2b\x43\xed\xbe\x5d\x19\x69\x8b\x76\x85\x68\xcb\xd3\xca\xf7\x8a\x7b\x59\xe9\x6b\x3f\xb4\x7b\x6d\xa1\x2d\x2b\xee\xa9\xde\xaa\x60\xfc\x69\xbd\x39\xe7\x6b\x41\xfd\xf5\x46\x9f\x56\x26\x95\x53\x7c\xb9\x9e\xb4\xb7\x9e\x54\x9b\xb6\xfa\x5f\x37\x94\xd0\xed\x9d\x56\x3a\xdd\x76\xe5\xb2\x7b\xaa\x77\x2b\xd3\xd3\x4a\x52\xb9\x38\xad\xdc\x56\x4e\xcb\x20\x7b\x27\xe2\xc8\x6b\x20\x71\x53\x96\x5d\x93\xb9\xc1\xa3\x37\x65\xe2\x72\x6b\xcb\x4d\xde\xe7\xff\xe2\x22\xaf\xa4\xdc\xd9\xbd\x0e\xfa\x25\x37\x4a\x6f\xdc\xb2\x4b\xb9\x92\x72\xbd\x5d\x6a\x45\xe1\xb8\xfd\xa1\xf4\xfb\x7c\x12\x95\x5e\x0f\x87\x11\x1e\xa2\x04\x17\xbf\xdc\x49\xee\xff\x28\xef\xf2\x44\xa3\x48\x30\xe4\x57\xb5\x71\xf1\xf3\x03\x89\x93\x62\x48\x29\xbb\x3a\x2f\xfd\x21\x2f\x34\xdf\x22\xdf\x7f\x13\xf6\x69\x21\xe0\x75\x34\x8c\x4b\x6f\x48\x80\x22\xca\xdb\xd0\x0a\x67\xec\x33\xad\x35\x2e\xb9\x81\x1b\x65\xb0\xfd\x38\xf5\xf9\x0d\xe1\xc7\xb0\xcf\x6f\x0d\xcf\xa6\xd7\xfc\x9e\x30\xbd\x1b\x4c\xef\x0a\xff\xc2\xb7\x85\x5a\xb2\x8f\xf7\x7d\x1c\x24\xa2\x3f\x2b\xb7\xee\x6b\x31\x25\x7e\x43\xff\xff\xdd\xc5\xff\xff\xfd\x5d\xbc\xb8\x86\xe7\xe1\xca\x5d\x7c\xe9\x23\x4a\x22\x32\x3f\xc3\xbe\x08\x4b\x65\x38\x4a\x05\x21\x0f\xb9\xaa\xc5\xd4\x45\x11\x0e\xb8\xaf\x20\x1f\xc2\x26\xe9\xed\x14\xcb\xf9\xfd\x29\x9b\xe9\xf2\x5e\x5a\xd6\x99\xd5\xf3\x11\x27\x11\xf1\x94\xd9\xc8\x87\xe3\x23\x4a\xbc\x11\x1b\xc4\xfc\x8b\xaf\x39\x35\xb2\xc4\xff\xba\x13\xe5\x62\x3c\xbb\x2b\xcf\x6e\xc8\xcf\x12\x3c\x79\x1f\x70\xb9\x82\x40\x34\xfb\x35\xc3\x49\xe9\x7a\x6b\x45\x58\xea\x52\x0f\xa3\x58\xb6\x45\x88\xf8\x49\xd1\x28\x67\x77\xf7\x15\x50\x1e\x05\x39\xdd\xce\xac\x07\xd4\x27\x48\x4e\xb7\x01\x76\x5f\xf6\xc0\xca\x8b\x38\xa7\x01\xb2\x37\x41\x4e\xd9\x3e\x7d\x38\x9d\x75\xbe\x56\xfc\xc9\x6d\xc5\xbf\x8d\x74\x14\xc5\x7a\x12\x27\xc6\x68\x7a\x67\xc4\xb3\xb9\x31\x9f\xd3\xea\x90\xfe\xa8\xfa\x3f\xee\xab\xb7\xf7\x8b\xea\xdd\x62\x59\x5d\x2e\x35\xf7\xd9\x99\xe6\x6a\xad\x67\x5f\xb4\x96\xd6\x36\xbf\x68\x6d\xed\xd4\xfc\xa6\x9d\x6a\x5d\xeb\x42\xeb\x6a\xbd\x9d\x48\xfb\xaa\x5d\xd5\x03\xed\x4a\xfb\x56\xbf\xd7\xbe\x69\xe8\xf9\xb5\x76\xad\x79\xcf\x43\xcd\xd3\x96\xcf\x13\xb6\xb7\x34\xba\x95\x56\xa5\xdd\x40\x95\x76\xe5\xb4\x31\xa8\x9c\x56\xce\x9e\x27\x95\xb3\xca\x79\xe3\xa6\x72\x5e\x09\x9f\x27\x95\xb0\x32\x69\xcc\x2a\xb7\x95\xa8\xb1\xa8\xd0\xca\x8f\x8a\xaf\x0f\xf4\x61\xc5\xaf\xbc\xb9\xac\xbc\xf9\x52\xf1\xf5\xf7\x67\xfa\xfb\x2b\xf6\x77\xa1\xff\xdb\xad\xf8\xfa\xbf\xcf\xf5\x7f\x7f\xaa\xf8\xfa\x7f\x3e\xeb\xff\xb9\xa8\xf8\xd5\x3f\x3e\x55\xff\xf8\x5c\xf1\x1f\x2a\xb7\x97\x7a\xf7\x21\xed\xe3\x93\x8a\xd2\xfb\x6d\xd6\x25\xfd\x7b\x25\xaa\xc4\x7a\xf8\xa0\x87\xae\xf6\xf9\xe1\x41\x4f\x5c\xfd\xf4\xe1\x41\xa7\x9f\x2a\xd3\x07\xf7\x52\x4f\xbe\x44\x7a\x12\xc5\x46\x2f\xae\xb8\x7a\x52\x71\x2b\x2d\xe3\xba\xd2\x7a\xd0\x93\x07\xe3\xda\xad\x4c\x1f\x1e\x0c\xdc\x72\xf9\xe7\xb8\x7d\xf3\xe0\x5e\x1a\xa3\x2f\x0f\xc6\xe8\xc1\x98\xbb\xcb\x87\x07\x63\x29\x4a\x31\xe6\x5f\x66\xc6\x7c\x36\x37\x7a\xf3\x0a\x3b\xff\xbb\x95\x56\x15\x55\x5a\x0f\xc6\xfc\xa1\xda\x6f\xb9\xfc\xaf\xef\xea\xbd\x87\x87\xea\xad\xab\x5f\x3d\x3c\x54\xef\xdc\xfb\x87\xd3\xea\xd2\x35\xe6\x2d\xcd\x6d\x3f\x3c\x3b\x73\xf5\xaf\x0f\xa7\xcf\xbe\xb8\xc6\xac\xa5\xb5\xda\xad\x67\x5f\x5b\x5a\x5b\xeb\x3e\x43\xad\x67\x83\x53\x83\xca\x0f\x6d\xa8\x8d\x9e\x85\x95\x4e\xe5\xf2\x59\xd8\x7a\x16\x9d\xde\x2f\x9e\xdd\xb3\x01\xbe\x67\xd1\xe6\x69\xcb\x74\x5b\xa9\xef\xa2\x25\x73\x99\xa7\x0f\xe6\x37\x77\xf1\x70\x6a\xe2\x2f\x2c\x88\x4d\x05\xc4\x22\xac\x0b\x59\xdc\x45\xa5\x63\xdd\x8b\x42\x2b\xdd\x4a\xef\xb7\x7e\x05\x55\xae\x7f\x9b\xb3\xad\xbd\xe6\x57\x6e\x2a\x7e\x6d\x59\xf1\x2b\xe3\x9d\x8b\xca\xb8\x12\x00\x72\x6a\xf5\x2e\xff\xfb\x82\x78\x11\xed\xdf\xda\xad\xca\x6d\x9b\x65\xfe\xed\xbc\xfd\xdb\xc5\x99\xf0\xad\x67\x6a\xff\x46\xb2\x84\x7e\xfb\xb7\xf0\x54\xf8\x8a\x49\x96\x6d\x99\xa4\x76\xce\x83\x86\xed\xda\xc5\xa9\xfc\x46\x95\xeb\x1a\x92\x09\x6b\xfd\x56\x1a\xef\xbb\x95\xdb\x76\xbb\x76\x9b\x16\x5e\x4b\xda\xb5\x99\xf4\x89\x3c\x6d\x70\x96\x46\x82\xcf\x6d\x70\x79\x2e\x7c\xb2\x8f\xeb\x0d\x05\x41\x96\xfc\xb6\x0d\x92\x4f\xc2\xb7\x2d\xb9\x00\x46\x6b\xe7\x0b\x6f\xe7\x4e\x5f\xf3\x34\xb2\xd3\xaf\x9c\x57\xbe\xec\xf4\x5b\x3b\x24\x1d\xf1\x62\xc4\xe7\x1d\x7a\x6e\xfc\x38\xd3\x44\xa6\xfa\x25\x5b\xbd\xf5\x4b\xb6\x4a\xeb\x97\x6c\x4d\xd6\x2f\xd9\x6a\xac\x5f\x9e\xd6\xaf\xce\x7f\x9a\xe8\xa1\x1e\xb7\xb4\x4f\x0f\x7c\xd5\xdf\x3d\xd4\xef\x5d\xed\xfc\xe1\xe1\x79\xbb\xad\xb7\x5a\x2c\xec\xf9\x05\x5b\x36\xcf\x7b\xed\xe7\x3d\x57\x6b\xb7\x1f\x9e\x5f\xbb\x7a\xfb\xe1\xe1\xf9\xb0\xa5\x9d\xf1\x4c\xcf\xbf\x3f\x3c\x0f\x5d\xed\xf4\xe1\xe1\x79\xe2\xea\xe7\x0f\x9f\x9f\xdf\xb3\x4a\x13\x3e\x94\xcf\x93\xbc\xda\xe7\x89\xc4\x17\x1c\x53\x3c\x34\x90\x6b\x4c\x1f\x1e\x1a\x03\xd7\xb8\x7b\x78\x68\xdc\xb8\xf3\x87\x87\x46\x70\xea\x56\xce\x1a\x37\x0c\xa5\x18\xbd\xca\xf9\x43\xe3\xe6\xa1\xb1\x70\x8d\xfb\x87\x07\xfb\xd4\x35\x16\x0f\x65\x90\x8b\xd1\x33\x54\x69\x83\x5d\xfe\xf6\x93\x3f\x00\x70\xee\x05\x75\xc6\x71\xe8\xab\x1e\xc8\x11\xb0\xd3\xb5\x81\xbd\x7f\xd0\x5b\x02\xe5\xc5\xa1\xd3\xbd\x4f\x18\x4e\x3e\x78\x59\x94\x64\x56\xe5\x49\x37\x06\x7e\x9f\xf1\xa7\x06\x1f\xc2\x19\x8e\xde\xa2\x18\x9b\x56\x6f\xb1\xd8\xb1\x97\x26\xb6\x8e\x8e\xb8\x9c\xf4\x7f\x57\xee\xfb\x47\xcb\x5d\x3c\x52\x72\xfe\x84\x76\xc6\x25\xa0\x77\xec\xe5\xb2\x07\xb2\xf7\x1d\x4e\x63\x69\x81\xcf\x33\xb8\x7b\x08\x3e\xcd\xe0\xde\x21\xb8\x9c\x41\x7b\x77\x1f\xe8\xec\xcf\x4b\xd0\x66\x7f\x0e\xc1\xbf\x66\xd0\xde\x6b\x80\xff\xb0\x3f\x7b\xe0\xdf\xec\xcf\x0b\xf0\x85\xfd\x79\x09\xf0\x1c\xda\x7b\x87\x2b\x6a\x42\xeb\x41\x18\x60\x28\xf4\xce\x01\x5c\x17\xb2\x27\xb0\x2c\xfe\xb2\x10\x21\x35\x03\xcb\xe2\x2f\x0b\x19\x73\xb2\x00\x96\xc5\x5f\x9e\x86\xef\xf6\x30\x7d\xda\xbc\x34\x2f\x66\x8b\x85\x79\xa1\xa8\xe6\x4c\xe6\xd0\x1c\x26\xe6\x1b\x16\x04\x0e\x0e\x81\x78\x1c\x5c\x46\xd7\x71\x19\xa0\x68\x78\x4e\x27\x6c\xdb\xbc\x98\xc9\x06\xf4\x00\xdf\x9f\xfb\xc4\x73\x1a\x40\x80\x85\xab\x5d\xc8\x12\x2c\x2d\xc0\x8b\x03\x07\xaf\x94\xb2\xb8\xe9\x85\xa7\x15\xf7\xa2\x58\x5c\x2e\xc2\xb3\x52\xb0\xe8\xfc\x3f\x2f\xf8\x45\x23\x2b\xd8\x0b\x9f\xda\xe9\x17\xb6\x5a\xd8\xe8\xa9\xa5\xed\x66\xa5\xc5\x24\x78\x6a\x61\x7b\x6a\x61\x4f\x6e\xda\x7e\x56\x5a\x82\x9e\xdc\xb4\x03\xb5\xb0\x27\x37\x2d\x9f\x29\xaa\x04\xe2\x53\xa7\xc9\xcb\xb4\x54\x0f\x13\xff\xa9\x4d\xcc\xd6\x86\x94\x84\x7c\x6a\xe3\xb2\x75\xcb\xa5\x26\x37\xb6\x0e\x5c\xcc\x24\xca\xc8\x7d\xff\xbc\x86\x97\x8d\x42\x0d\x57\x63\x34\xff\x49\x2d\xbf\x50\xb6\xbd\x52\xf6\x96\xb9\xfe\x5f\x95\x9d\x2d\xa1\xa7\x2f\xee\x97\xd9\x0a\x7a\xfb\xf4\xb5\xfd\x72\x3f\x6f\xd8\xf4\x7f\x88\xce\x5e\x66\x6b\xa9\x20\x0d\xfb\xb3\xd6\xda\x3f\x29\xf5\x85\x52\x6a\x26\x51\xfb\xd4\x42\x5f\xae\x14\x3a\xe3\x86\xb0\x9f\x56\xe6\xab\x95\x32\x29\x66\x7b\xe3\xd3\xca\xcc\x56\x57\x1f\x0f\x9f\x38\xec\xaf\x1a\x79\x59\x7e\x82\x9e\x38\xd8\xaf\xec\xbc\xb4\x88\xdc\x3d\xb5\xb4\x6c\xad\xe0\xf9\x66\x1c\xf2\x0b\x65\x65\x6b\x85\x4b\x4b\x3f\xb5\xb4\x6c\xb1\xac\x4b\x5c\xaf\x14\x9d\xa3\xb8\x5f\xae\x24\x5b\x39\xaa\xfc\xf6\x46\x98\x3e\x0d\x97\xbe\x7a\x91\x57\x34\x7d\xea\xe4\x7c\x95\x2d\x22\xf2\x3f\x99\x51\xd9\xfa\x49\xe5\xd3\x9f\x5a\x60\xb6\x78\xb8\x8c\xfb\x13\x4b\x3b\xcc\x96\x4f\x41\x4e\x7e\xfb\x76\x21\x1e\x3f\x3d\xea\xfb\x85\xda\xed\x62\xed\xdf\xc3\xc7\x76\xaa\x7f\x52\xe1\xce\x4f\x46\xf7\x70\x37\xaf\x31\xfe\xdf\x6d\x12\x87\xd9\xea\xf4\x9f\x4a\xbb\x1d\x66\x4b\x93\x3f\x3f\x78\x6a\x69\x07\x4a\x69\xbb\x4f\x2d\x2c\x5b\x67\x85\x67\x10\x4f\x85\x5d\xb6\xe0\x0a\x4f\x29\x9e\x5a\xea\x2b\xa5\xd4\xe9\xda\x3a\xf9\x55\xac\x70\x98\xad\xba\xff\xc5\x46\x6d\x37\xb2\x65\x37\x21\x6a\x59\xff\xbc\x7f\x76\x23\x5b\x3b\xc5\x37\x25\x3f\xc1\xaf\xbf\x52\xc3\xae\x52\xc3\xff\xf4\x88\x68\x37\xb2\xf5\xb2\xfe\xce\x65\xeb\xfe\xf3\xeb\xb5\x64\x4b\x29\x42\xfd\x27\xce\x7d\xbb\x71\x90\x17\xf6\x64\xb4\x6b\x37\xb2\xa5\x24\x1e\xf0\x3c\xb9\xbc\x6c\x11\xf1\x57\x40\xff\x9c\xdc\xff\xe9\x4c\xcd\xd6\x51\xca\x16\xf9\x35\x30\x8a\x5c\x4a\x79\xd9\x42\x8a\x87\x4f\x45\x95\xb6\x9d\x2d\xa3\xa7\x1f\xe7\x6d\x3b\x5b\x50\x67\x4f\x3f\xce\xdb\x76\xb6\x78\xe2\x30\x7a\x2a\xaf\xc6\xb6\xf7\xd4\xd2\xf8\x6b\xad\x27\x17\x99\x2d\x8e\xf8\xf6\x7f\xd0\xc0\x6c\x75\xac\xbe\x1b\x7b\xea\xcc\xb6\x5f\x28\x25\x17\x1e\x9f\x3d\xb9\xe4\x6c\xcd\x14\x5e\xb0\x3d\xb9\xd8\x6c\xc5\x3c\x9d\x91\x63\xdb\x87\x4a\x61\x4f\x9e\x94\xbb\xd9\x14\x5f\xed\xe8\x2f\xac\xe0\xdd\x86\x5a\x08\xbf\x50\x7d\x72\xbb\xb2\xc5\x92\x72\x63\x37\x6c\x01\xbf\x52\x5e\xb6\x5c\x9e\x74\x5a\x7d\x33\x53\xd5\x9c\xce\x55\x55\x27\xf3\x2e\xee\x71\xed\x0a\xd1\x1c\x90\xf9\xaf\xa9\x78\x4d\xe8\x24\x53\xf0\xca\x5a\x99\xea\x77\x15\x26\xcd\x36\x2a\x77\xe5\x9a\x4d\x71\xfc\xfb\x78\x92\xac\x2b\xf7\xb6\xee\xe3\x19\x49\xbc\x91\x99\x95\x6e\xdd\x7b\x28\xc6\x25\x3c\x77\xa4\x3a\xc0\x32\x94\xaa\xa6\x84\x76\x68\x1e\x7b\xb0\x97\xc5\x6a\x85\xd8\x3e\x1e\xa0\xa9\x9f\x38\xb9\xa2\xf3\x75\xed\xba\xe1\x5c\x55\xee\xd4\xed\x35\x55\xb3\x0b\xbf\x23\x6f\x54\x54\xcf\x23\x55\x49\x6d\x52\x0c\x15\xe0\x59\x89\xcc\xcd\x06\x28\x97\x41\xb9\x6c\x01\xc5\x4e\xb5\x25\x0d\x34\x07\x78\xae\x9a\x67\x6e\xf6\xc3\xb4\xc7\x51\x66\x6b\x40\xf4\x78\xef\x85\x13\x08\x98\x26\xf5\xd8\x27\x1e\x7e\x17\x7a\xd2\x44\x34\x88\xea\x49\x28\xb5\xae\x09\x00\xd8\x7b\xaf\x1c\xa9\xb1\x8e\x6b\x80\xa9\x0f\x48\x14\x27\x6f\x47\xc4\xef\x37\x49\xb5\x6a\x06\x62\xa4\x48\x56\x87\x9a\xb9\x3d\x73\x52\x3b\xfb\x5b\xaa\x12\xa1\xa6\x0d\x76\x6c\x6b\xb9\x9c\x8d\x88\x8f\xcd\x55\x33\xd4\x99\xca\x91\x25\x07\x89\xb5\xb4\x2c\x10\xe4\x6a\x40\xd0\x5c\xb1\x07\xa8\x09\x9d\x70\x30\xd5\x91\x92\x9b\x80\x4f\xf5\x83\x94\xcb\x52\xf7\xe0\xcf\xf5\x0d\x0a\x75\xb6\x52\x95\x8b\xd0\xd6\xce\xc0\xa6\x41\x18\x54\xab\x7c\x42\x20\xd5\x06\x60\x0c\xcb\xe5\xa6\x84\x39\x5a\x99\x62\x31\x2c\xc3\xb2\x0a\x9a\x83\x3d\x16\xa6\x15\x03\xed\x7d\x9b\x87\x3e\xac\x84\x36\x78\xfe\x2c\x34\x9d\x7b\xbc\xd0\xa5\x50\x07\x58\xce\x14\x5e\x89\x46\x66\x8a\xfc\x63\xf0\xac\xfc\xcc\xca\x23\x85\x5e\x1a\x16\xd6\x64\xc0\x80\x10\x92\x13\xcf\xc9\xb3\x13\x50\x06\xb9\x41\x00\xcf\xca\x14\xc2\xfa\x42\xbf\xa2\xbf\x59\xbf\x62\x5e\x00\x06\xe5\x7b\xc5\xd8\x00\x28\x2f\xcb\x56\x3e\x5a\xf1\x7c\x5d\xdb\x7f\x3a\x93\x41\x04\xb5\x46\x33\xaa\x56\x83\x74\x36\xb1\x35\xd7\xb4\xb8\xa9\x46\x69\x7f\x3c\x9b\x0c\x69\x12\x36\xd8\x27\x01\x9f\x9b\xc2\xca\x58\x56\x95\x37\x2f\xea\x9d\x53\x2a\x0a\x60\x83\x57\x06\xc8\x9a\xaa\x47\x36\x3b\xf0\xac\x24\x74\xe0\x90\x63\xfb\x84\xec\xd8\x4e\xc3\x02\x08\xda\x4d\x74\x44\x84\x1e\xe3\x2e\xda\xb1\x7b\x8a\x22\x48\xd4\x6b\x8a\x89\x34\x0d\xb8\x71\x06\x33\xc9\xd7\x43\x90\xa9\x24\xae\x56\xa3\xa6\x95\x28\x0d\x0f\xbb\x41\x6f\xb1\x90\x21\x7c\x45\x8a\xb0\x93\x5a\x4d\xcd\x65\x46\x30\x49\xd7\xb7\x93\xfa\xb3\xf5\x91\x41\xe4\x38\x53\xc6\x7c\x92\x6c\x82\x87\x3f\xcf\xf5\x23\xad\xa0\x8f\xa4\x88\x3e\x34\x5b\xd1\x32\xa8\xd9\x20\x5a\x87\x12\x51\xa0\x14\x1d\xdb\x27\x91\x80\x52\x08\xed\x66\x78\x14\x71\x0b\x09\xa4\x1b\x16\xa1\x14\xf6\x18\x56\x0a\xe0\x23\xc6\x95\x54\xe8\xe0\x55\xd0\xe0\xa5\x65\x49\x1c\xa1\x05\xd5\x6a\xb2\x15\x4f\xe4\xba\x9e\xff\xbb\x2e\x37\xfe\xb7\x3d\x4e\x94\xe9\x4c\xba\x41\x8f\x35\x3d\xeb\x97\x0c\x5b\x2c\x82\x5a\x4d\x76\x2e\xc8\x0c\x22\x3d\xd2\xc9\x63\x98\xd9\x7c\xce\xba\x3b\x98\x17\x6d\x08\xe5\x5b\x8e\xb2\xe1\x72\xcb\x87\x42\x4b\x95\xd0\xb2\x05\xa3\xc5\x42\x28\x37\x65\xfe\x54\x1f\x33\x37\x0f\xc0\xf1\xbc\x99\xb0\xd9\xff\x78\x5a\x1f\xa5\x9b\x42\x58\xad\x86\xea\xda\xac\x56\xb1\x19\x02\x62\x01\x54\xad\x22\x25\x22\xe0\x36\xdf\x84\x71\x3b\x86\xd8\x23\x0b\x44\x79\x4f\x46\xf9\xc0\xf1\xd1\xca\x74\x9a\x5e\xcc\xf8\x15\x75\x8a\x67\xf1\xca\xde\xf6\x79\x26\x77\x64\x5e\x82\xb2\x59\x59\x02\x97\xee\x35\x1c\xfe\xf7\x3f\x59\xba\x8c\x96\x11\x09\xf4\x9f\x14\xd0\x56\x33\x0a\xce\x9a\xc4\xd2\xbb\x2f\xd4\x18\x4e\x8d\x89\x98\xcb\x99\xa8\xf3\x5f\x6a\x56\x41\x31\xa7\x59\x5f\x39\x72\xb3\xb5\x95\xda\x19\xfe\x02\x9f\x67\x96\xac\xf9\xd3\xcc\x11\xb3\x73\xb5\x61\x20\x12\x41\xd9\x18\xe4\x93\x04\x42\x98\x35\xa6\x5a\x8d\xd4\xcf\x93\xcc\xe7\xac\x80\xe0\x60\x5f\xee\xf8\x72\xc8\x4d\xb6\x76\x94\xfa\x94\x19\x90\x64\xda\xbb\x55\xba\x20\x55\xb2\x75\x12\xcc\xcd\x9c\x30\xa8\x17\x09\x48\x3e\x8a\x72\x7f\xdb\xdd\xd8\xeb\x22\x89\x95\x8e\xfc\x72\xb9\x22\xb1\xf0\x16\x45\x7d\x37\xc0\xe7\xa1\x1b\x60\x58\x0e\x03\xbc\x93\x84\x3b\x52\x7e\x81\xc5\x7d\x44\x01\x95\x91\x63\x14\xd0\x95\x58\x9e\x93\x25\xc9\xb2\xb2\x44\xc5\xbc\x22\x3a\xcd\xcc\xe3\x97\x66\x34\x5f\x2c\xcc\x68\x9e\xcb\x34\xf4\xb7\x52\xb8\x1b\xa8\xdb\x08\x63\x78\x39\x64\x2b\x2b\xd7\x80\x9a\x92\xbb\x7d\x82\x86\x41\x18\x27\xc4\x8b\x61\xb7\xb7\xc5\xd4\xf9\xbb\x3c\xd1\x4f\xb4\x15\x2a\xc5\x3d\x66\x18\x4f\x68\x85\xdc\x49\xf8\x1f\x86\x68\x33\xcb\x3d\x01\xf2\xe9\x06\x6d\x6e\xd6\x3d\x2f\xde\x1b\x61\xef\xe6\xf5\xd9\x79\x6e\xe2\xbe\x2e\xb5\x09\x16\xe6\xa8\xda\x14\xfc\xda\xf7\xb9\xf2\x4e\x2e\x1e\x69\xe6\x55\x6d\x8c\x7f\xcc\xc2\x27\xcc\x2b\xcd\x90\x3b\x96\x88\xbd\xc9\x2d\xae\xb3\x6d\x23\x9d\x82\xd5\x2a\x6b\x5b\x4a\xc7\x17\x9a\x9a\x84\xf9\x36\xc1\xc9\x5c\x41\x6f\x34\xd7\x20\xc8\x31\xd6\x7d\x8c\xef\x70\x44\x12\xea\x94\xb9\x42\xfa\x32\x18\xe3\x38\x46\x43\xec\x94\xa7\x01\x9e\x4f\xb0\x97\xe0\x7e\x09\xcf\x27\x11\x8e\x63\xae\xeb\x97\x01\xd5\x49\x4e\x04\x74\x1d\x01\x6b\x90\x84\x3c\x28\x09\x1d\xd6\x80\xa5\x95\xab\xd2\x4d\x81\xba\xc5\x74\xdd\x7f\x81\x0e\x8b\x63\xb5\x19\x33\x2a\x69\xa4\xb0\x3b\x09\xb9\xfc\xae\x89\x0b\x64\xfd\xa7\x99\x92\x34\x17\x55\x5f\x49\x75\xb0\xaf\xa4\x7a\x8b\x7c\xff\x8f\xbc\x13\x05\xf2\x76\xf7\x95\x53\x6c\x5d\x8e\x02\x0a\x07\x11\xdb\x51\x54\x47\x6e\x48\x9c\x68\x05\x6c\x27\x3f\x05\x66\x93\xfa\x33\x51\xbf\x9f\x2f\x1c\x46\xa9\x4e\x59\xe3\x95\x91\x2a\x85\x81\x4f\x4b\xdc\x4c\x08\xee\x97\xd8\xf2\xcd\xa2\xe2\x52\x38\x28\x31\xf0\x96\x44\x0d\xa5\x30\x92\x36\xd5\x92\x92\xe4\x1d\x96\x86\x61\xa2\x98\xda\x29\x76\xe0\x5f\x29\xfe\xde\xd6\xfe\xe0\x9f\x34\x38\x96\xb2\xd3\x25\x12\xaf\xb5\xf5\xd1\xd6\x04\xa0\x5c\x22\x81\x62\xeb\x4b\x90\x1f\x3c\x34\x4e\x30\xea\x97\x8b\xcd\xbd\x9c\xfd\x93\x51\xf9\x8f\x9a\xaa\x28\xb8\xbd\x3a\xcc\xfb\xbb\x8e\x34\x25\xb3\xa5\xd8\xa8\xd8\x7f\xf9\x29\x36\xca\x6d\xe0\xf8\x3f\xa5\x54\xb5\x5a\x69\x3c\x8d\x93\xd2\x35\x2e\x4d\x84\x36\xd1\x7e\xe9\x9a\x96\x50\x0e\x94\x38\x95\x27\x17\xe5\xb3\xd1\xe3\x26\x7d\xd2\xef\x2c\x3e\x8c\x4a\xa8\x94\x82\xb9\x9c\xa9\x72\xe6\x14\xc9\xca\x02\x2d\xae\x92\xed\x6a\x95\x83\xff\x7a\x2b\x25\x03\x33\xa3\xe6\x38\xa4\xf6\x5e\x82\xbd\x57\x0c\x5e\xdc\x18\x8f\xc4\xc1\x02\xe5\xb0\x9d\xd5\x54\x2e\xa1\x41\x19\xe5\x0d\x54\xb1\x91\xd8\xaf\x88\x5a\x60\x5e\xa6\x7d\xc8\x88\xb3\x14\x8f\x2c\x16\x2b\x9f\xf6\x81\xfa\x2d\xb0\x11\x51\x0d\xff\x94\x36\x0f\x54\xc0\x0d\xd6\xa2\x31\x4e\x70\x54\x1a\x70\xf6\xbb\x34\x93\xa9\x34\x9e\x28\x57\xdc\x85\xc6\x67\x59\xcb\x5c\x21\xb9\x6d\xff\x5f\x6f\x84\xb8\x3d\xdd\xda\x08\x61\xe1\x75\x2b\x4e\xb9\xf6\x71\x29\x09\x4b\x03\x12\xb0\xa6\xe0\x42\xad\x11\x0f\x51\x87\xe3\xb1\xc2\xd4\x06\xa4\x1a\xfc\x4a\xd9\x16\x43\x82\xd2\xe6\x31\x2e\x5d\x4f\x13\xbe\xfe\x83\x30\x19\x91\x60\x58\x5e\x99\xba\x39\xd6\xde\xae\x43\x57\x9d\xa9\x80\x9d\xd3\x73\x22\x9f\x0c\xcc\xa4\x5a\xcd\x66\xe6\x0a\x21\x60\xa5\x66\x4b\xb3\x20\x6e\xf0\x81\x4f\xb7\x7d\x1b\xd8\xec\x38\xe1\xf3\x8f\x57\xe0\x60\x0f\x1c\xd8\xe0\x60\x17\xec\x1f\x82\x83\x86\x05\x62\x11\xb3\xbb\x0b\x76\xf7\xc0\xee\xbe\xd5\x0c\x4f\xd0\x62\xb1\x19\x36\xd7\x61\xe8\xe7\xeb\xdf\x43\x12\x7b\x5f\xe3\xd2\x34\x16\x18\xd1\x0b\xc7\x13\x14\x91\x58\x01\x5e\x5c\xb6\x1c\xb4\x42\x0b\x57\xab\xa4\xf8\xb9\xb9\xbe\xbc\xb4\xb8\x74\x8d\x93\x19\xc6\x81\xdc\x0b\x62\x81\x7d\xa6\x31\x2e\xbd\x71\xdd\x0f\x59\xa3\xe4\x52\xf3\xe0\x9a\x96\x7f\x2d\xc9\x4e\xb7\xfc\x5c\xf8\x69\x66\x29\xaa\x8f\x9b\x62\xa7\xb8\xf7\x50\xd4\x77\xa2\x79\x81\xc6\x05\x9c\xcf\x99\xbd\x3b\x73\xba\x3d\x10\x06\x8e\x66\x03\x12\x78\xfe\xb4\x8f\x9d\x6e\x6f\x09\x22\x98\xe4\xe7\xb7\x7d\x3b\xc5\x16\x29\x27\x2f\x8f\xda\x15\xe6\x68\xac\xfb\xa0\x1e\x06\xd2\x06\x34\x24\x79\x82\xbd\xd4\x1e\xd4\x60\x6e\xaa\xc1\x7b\x16\xd8\xdb\x07\x7b\x07\x3c\x7b\x98\x69\xc2\x96\x4c\x33\x10\xc3\x20\x34\xc3\x9c\xc5\x16\x4b\x16\x1b\x82\xf1\x1a\x8b\xcd\x4b\xd9\x68\xcd\xa0\x5e\xec\x9b\x34\x12\x96\xb3\x0e\x3d\x41\x38\x79\x8c\x5e\xcb\xb4\x27\x8f\xad\xfb\xb8\x8e\xcd\x71\xce\x98\x8a\x85\xf6\xe4\xa5\xb0\x25\xab\x76\xd7\x02\x53\xf5\x5b\x34\xdf\x5f\x2c\xa6\x0c\x00\x0c\xda\xd0\x3f\x91\xf0\xce\xce\x0d\x85\x01\x60\xa1\x4d\x61\x1e\x75\x30\x37\xa3\x6d\x10\x19\xac\x40\x64\x04\xfa\x0c\x22\x83\x1c\x22\x7d\x09\x91\x11\xec\xaf\x41\x64\x02\x47\x19\x44\xe4\xa8\xae\x81\x62\x22\x40\x31\x59\x05\x45\xbf\x08\x8a\xbe\x04\x45\xba\x8d\xf9\x73\x33\xc9\x57\x57\xb5\x2a\x7b\x0d\xe1\xca\x2c\xe3\xac\x5d\x1e\x55\x00\x07\xfb\xe5\x1a\x9b\xf3\x63\x0b\x10\x36\xd5\xe5\xd4\xf1\xaa\x55\xaf\x1e\x4a\xcc\xe0\x83\x29\xeb\xb5\xb7\x32\xac\x39\x10\xa6\x12\x08\x3e\x9c\xae\x01\x61\x00\x46\xd0\x97\xec\xca\xbe\x28\x46\xc2\x62\x1d\x88\x83\x15\x20\x8e\x20\x4c\x0d\x6d\x6d\x59\xcc\xcf\xb8\x30\x4d\xa9\xfc\x2c\x25\x87\x46\xe0\x59\x59\xac\xe2\x20\x4c\x4a\xa1\xe7\x4d\x19\x79\x57\x72\xff\x2a\xa1\xa0\x5f\xfa\xd7\xa9\xfb\xa9\x55\xf2\x7c\x34\x15\x36\xd7\xc3\xc0\xc3\xcf\x72\xb8\x4f\x04\xdc\x27\xeb\x70\xcf\xe2\xa7\xc5\xf8\xa9\x88\x8f\x8a\x34\x6b\xf4\x53\x12\x30\x01\xe5\x6b\xb2\x4a\xb4\xf2\x66\x7b\x61\x90\x20\x22\x71\xa0\x24\x51\x59\xd3\x8b\x54\x21\xa7\x60\xe3\xb2\x05\x48\xb1\x66\xf2\xd3\x9a\x83\xff\x55\xcd\x12\xf5\xa6\x55\x11\xf5\x53\xd8\x36\x82\x10\x7a\x27\x71\xb5\x6a\x9a\xe9\x97\x42\x28\x79\x29\xa1\xe4\xf1\xf9\x69\x69\xc5\xb9\xcb\x66\x28\x9b\xbc\xbf\x92\x31\x5b\xea\xdb\x76\x9a\x20\x2c\x0d\xe5\x63\xde\x8c\xe0\x1e\x70\xa2\x31\x91\x1b\x0b\x3b\x20\x94\x2d\xf0\xdf\xd4\x2b\x5a\xbc\x85\xdc\x2f\x54\x20\xc0\x2d\x8c\x27\xb3\x6d\xae\xc0\x92\xb0\x2c\x67\x75\xa1\x65\x48\x68\x5b\xf1\x72\x64\xd2\x5c\xc5\x13\x45\xba\xc5\x15\x87\x91\x8f\xe0\xc6\xb9\x23\x3e\x17\x0b\x2d\xde\x06\xc6\xbc\x37\x61\xc4\x97\x59\x5a\x15\x09\x4a\x72\x6e\xc9\xe9\xf3\x4f\xc9\x23\x1f\x0f\x12\x4e\xca\xf3\x17\xe5\xca\xc4\x24\x71\x69\x4c\xe2\x98\x75\x2a\x2f\xbc\x50\x6a\x81\x1e\x52\xcf\xa7\xff\xb7\xe9\xf8\x81\x64\x72\xed\xbd\xb4\x24\xdd\x0d\x08\x0c\xe6\x66\x4e\xd0\x82\x10\x92\x7a\x7a\x1f\x9b\x6a\xfb\x97\xdc\x0c\x52\x4f\xef\x64\xad\xd4\x30\xbf\x06\x61\xb8\x6d\x84\x33\x52\x31\x3b\x08\x86\xe0\x59\x29\xe5\x50\x9b\xb1\xc5\xc0\xe3\x21\xdf\x67\xf4\xaa\x72\x51\x44\xc4\xe9\xf0\x59\x59\x1c\x23\xf3\x88\xb4\x52\x4b\x5a\x18\x14\x97\x64\xa1\x30\xb3\x8e\x8e\xb3\xe8\x9f\x34\x07\x25\x25\x1f\xa3\x58\x39\xa0\xa2\xff\x7d\xbb\x62\x88\x6a\x39\xbc\x9a\xb9\x97\xad\x88\xf8\x28\xca\xb9\xec\x3f\x6d\xec\x38\x54\xdb\x1a\xff\xaf\xda\x9a\x9b\x78\xf0\x60\x43\x5a\xb0\x8c\x54\x0b\x96\x8c\x56\x34\x3d\xe8\x5b\xc7\xeb\x53\x82\x47\xae\xcc\x89\xd4\x86\xfb\x5a\xe2\x1d\x7b\xb9\x76\x56\xec\xfa\x3d\x90\x27\xec\x7a\x3d\xf0\x2c\xed\x46\xc6\xbf\xcc\x77\xc8\xac\x3b\x7c\xe3\x7b\x64\x51\xe6\xe2\x00\x61\x52\x12\xe6\x1f\xfb\xab\x0b\xae\xc8\x2b\xd8\x7e\x08\x09\xe7\x66\xba\x5e\xec\xbd\x03\xf0\xef\x99\x05\xfe\x3d\x03\x5f\x66\x2a\xe3\xd4\x02\x01\x2c\x97\x81\x3c\x21\xdb\x7b\xfb\xe0\xe0\xa5\xa0\x78\xd9\x46\xa0\xd8\x98\xda\x7c\x07\x6d\x01\x7e\x97\x1b\x64\x16\x88\xb6\x9a\xce\x29\x5f\x5d\x31\x10\x5c\x5d\x95\x39\x5b\x91\xf9\xb9\xc5\x90\x6d\x13\x68\xcc\x5f\x2b\x0a\x83\x44\x19\x69\x71\x8d\xf9\xb6\x91\xcc\x88\x87\x9d\x22\x7f\x66\xc5\x4c\xbb\xb8\x5b\xb6\x80\x34\x96\x2b\x85\x00\xf0\x1c\xe4\xed\x00\x01\x37\xa6\x8b\xef\x70\x44\xb7\x18\xfb\x51\xc5\x22\x4c\x6b\x69\x59\x3f\xd9\x0c\x32\x46\x48\x61\x6f\xcf\xd6\x6b\x18\xe0\x52\x10\x06\x3b\x98\x95\x27\x76\x0e\x71\x22\x4e\x0d\xd0\x64\xf3\xeb\x51\xab\x80\x2b\x07\x44\x2c\xd8\x3f\xc9\x4f\x97\x22\x67\xc0\xe5\x2c\xb6\x55\xa6\x56\x00\xe4\x62\x53\x6d\xda\x2b\xbc\x6c\xb5\xdc\xcd\x96\xb8\x7e\x95\xe3\x9b\x80\x15\x96\x6e\xca\xcb\x4d\xcd\x04\x4f\x7e\x51\xf2\xa5\x70\x17\x30\x09\x33\xcb\xc6\x78\x3e\xf1\x89\x47\x12\x18\x49\xeb\xe3\xd7\x61\x94\x7c\x20\x71\x82\x03\x61\xea\x73\xd3\x4d\x01\x7f\x2f\xfa\x06\x0f\xc2\xcd\x56\xbf\xf2\xcb\xf1\xcb\xa1\x42\xd2\x5b\xf5\x08\xc7\xa1\x7f\x87\xdf\x07\x01\x8e\xcc\xb4\x25\x60\xc7\xb6\x9a\x49\xb5\x8a\x33\x93\x36\x89\x90\x35\x38\x6a\x34\xad\x04\x26\x29\xd3\x3c\x65\x39\x9f\xdc\x0b\xb6\x77\xce\xed\x4e\x0b\x4a\xf0\x5c\xda\xdd\x5e\x59\x97\x69\x5a\x99\xd0\x02\x09\x37\xaf\xcd\x77\xc6\xa5\xb8\xcf\x4e\xc7\x92\x4f\xbd\xed\x5d\x53\x78\xc5\xa2\x8e\x7e\xe8\xd5\x7d\x12\xe0\xd7\x89\x99\x17\x1f\xc0\x8f\x28\x19\xd5\xc7\x68\xbe\x5a\xf5\xce\xee\x41\xc3\xe2\xe7\x68\xd6\x58\x29\xa7\x12\xec\xac\xa6\x12\xdf\x6c\x07\x8f\xea\x31\x46\x91\x37\x32\xaf\x19\x16\xd2\xec\xfc\xae\x96\x1c\x35\x4e\x58\xd3\x1d\x01\x8f\xa0\x46\xd6\x81\x11\xc9\x1a\x88\x72\x0b\xc0\x47\x18\xf7\xb7\x59\x65\x92\x36\x92\xd6\xe7\x82\x3a\xdd\x7f\xbf\xc3\x41\x16\xb3\x79\xc6\x8b\x7a\xca\x10\x66\x67\xa5\x42\x69\x1b\x03\xa5\xd5\x3b\x6b\x83\xd4\xd3\x78\xbe\xd9\x0c\x13\xb6\xea\xdf\x43\x12\x98\xe5\x32\x03\xfb\xf3\xbf\x67\xcf\xeb\x09\x8e\x13\x53\xb1\x69\x57\xad\x9a\x6c\x1a\xc9\xf7\x15\x26\x4b\x33\x04\xe5\x32\xc3\xd0\xdd\x1c\x51\x9e\x94\xff\xfe\x7b\x56\x76\xca\xf9\x12\x57\xb2\x74\xbf\xfe\x3d\xfb\x3b\xee\xb1\x7c\x7f\xff\xad\x57\xcb\x16\x28\xf7\x54\xf9\x93\xbb\x82\x44\xc0\x36\xcb\xb0\xab\x46\x99\xf1\xc9\x3d\x3f\x2f\x3a\x78\x29\xec\xc2\x06\xf0\x11\xa4\xfb\xfc\xeb\xdf\xb3\x9a\x2e\xbb\x87\x85\x99\x1c\x86\x78\x4f\xba\xcf\xff\x9e\xfd\xa6\x3f\x07\xcf\x79\x7c\x6f\x23\x85\xb9\x62\x72\x6f\xea\xfb\x56\x6e\x96\xaf\x10\x2a\x8c\x53\xad\x5b\xa4\x4a\x36\x5a\xa4\x4a\xc4\x76\x22\x5a\xd3\x0c\xba\x61\xb7\xd1\xeb\x41\xc5\x9e\xa4\x10\x70\xc9\xcc\x67\xa3\x5a\xcd\x8a\xba\x61\x17\xf1\x54\xe9\x41\xd6\x13\x96\xaa\xbc\x55\x4b\x55\x82\xda\x1a\xcf\xcd\xc0\xaa\x8d\xe7\x66\x64\xd5\xca\xbf\xe9\x65\x39\xb0\x5d\x6e\xb2\x0f\x0f\x7f\x9f\x4f\xcc\xf2\xd7\x72\x8d\xad\xbb\x3c\x24\xb6\x7a\x4b\x33\x61\x9d\x8c\xcd\x00\xec\xf2\xa5\xd4\x6d\xf4\x40\x08\xa3\xae\xbd\x26\xc0\x90\x82\x2a\x80\x72\x67\x13\x18\xc0\x0c\xf3\x59\xb4\x58\xe0\x0c\x59\x4a\x14\x14\x9c\x04\xe9\xcd\x1b\x5b\x71\xe1\x84\x1f\xa7\x9c\x04\x70\x53\x25\x7f\x84\x91\x43\x52\xec\xc2\xad\x65\xcf\xe1\x6d\x98\x8f\xec\x76\x5c\xed\x85\xe3\x89\x8f\x59\x9a\x14\x61\x4b\xd3\xf4\x12\x67\xf3\x16\xc2\x88\x11\x09\x59\x61\x74\x5e\xd8\x9e\xc5\x76\x4b\xc2\xa0\x3e\x46\x24\xa8\x8f\x30\xea\xe7\xb3\xf5\x5a\x95\x20\xe4\x52\x7f\xa2\x7c\x40\xd8\x56\x59\xfe\x5a\xd6\x52\x58\x95\x75\xee\x8f\x32\x6a\x2f\x83\x1c\x59\x2c\xc2\x13\x75\x04\x72\x51\xaf\x93\xf2\x57\xb6\x8e\x40\xd9\x3c\x71\x94\x0d\x93\xdb\x81\xcf\x8e\x0b\x27\x65\x9d\x2f\x36\x69\x60\x0f\x9a\x0c\xf4\xdc\xe6\xbe\xa5\x18\xc5\x0d\x4e\x02\x07\xd7\xb9\x95\x2c\xfc\x16\xc5\xf8\xa4\x4c\x78\x2e\x07\xe7\xbd\xf9\x58\x90\x87\x4c\x14\xe8\x09\xc3\x90\x8b\x45\x21\x8c\xcf\x54\x8e\x81\x45\xa7\xd7\x6d\xa5\x07\x27\xb8\xde\x27\xf1\x44\x18\x51\x2b\x90\x19\x6c\xb4\x24\x00\x36\x9a\xb4\x94\x5f\xf7\x4b\x80\xeb\xe2\x39\xf4\x1b\xca\xad\x4a\x2a\x0b\x9a\x70\x02\x9b\x30\x52\xaf\x38\x4a\x92\x55\x7b\x9f\x5a\x94\x91\x93\x8c\x61\xf5\x08\x90\x20\xc6\x51\xe2\x24\x4b\xc0\xef\x97\x9c\x1f\xd3\xf4\x6e\x3a\xa8\x65\x62\x89\x4b\xc9\x55\x8d\x76\x02\x39\x4e\x1a\xa9\x73\x92\x6a\xb1\x08\xb9\x0d\xf3\x74\x47\x24\xe2\x5e\x3e\x04\xc2\x63\x71\xab\x89\x69\x24\xeb\xe6\xc9\xbd\xa8\x87\x2c\x9d\x95\x06\x65\x59\x93\x50\xfa\x1f\x69\x5c\x9a\x58\x69\x23\x37\x06\x79\x3f\x8d\x71\xc4\x77\x11\xa7\x4c\x82\xc9\x34\x1b\x22\x5c\x5e\x5a\xcb\xd4\x50\x37\x03\xb8\x4a\x52\x3b\x7c\x18\x94\xd1\x2c\x44\xf3\x45\x36\x9b\x73\x81\xaa\x0b\x8c\x6e\x3e\xa2\x49\xbe\x3e\xe6\xf3\xf4\x96\x9b\xcb\x5a\xd5\x49\x2c\x0d\xa0\x5b\x45\x61\xce\x04\xce\xe6\xf5\x21\x4e\x38\xed\x28\x29\x8e\xc5\x62\x36\xaf\xc7\x2c\x0c\x24\x90\xa3\x7a\x0b\x24\xbc\xb6\xd7\xbf\x20\x9d\x31\x41\x49\x82\xa3\x6c\x49\x7b\x23\x24\x4c\xa9\xf3\xaf\x41\xe8\xf7\x71\x3f\xfb\x44\x01\xcd\xfc\x93\x08\x7b\x24\xc6\xd9\xf7\x35\xbd\x08\x23\x96\x54\x15\x2d\x6b\x06\xb9\x01\xbf\x94\x16\x1e\x4f\xb9\x85\x59\x40\xe0\x70\x6a\x46\xf2\x4a\x8a\x57\x2b\xf6\xd9\x28\x65\xc2\x67\x74\x08\x08\x6a\xc4\x02\x08\x86\xf5\x24\xfc\x34\x99\xa4\xca\x45\x9a\x4a\x13\x45\xd6\xf1\xd4\x44\x10\x86\x27\x61\x51\x0b\x89\x83\x40\x83\x6d\x63\x35\x48\xc4\xb1\x10\xc5\x49\x84\xfc\x4c\x6e\x56\x83\x4a\x1b\xa4\x98\xd9\x36\x91\xeb\x2d\x42\x0a\x0d\x08\x55\x68\x16\x05\x72\xbb\x8d\x9e\xb0\x1d\x2b\x42\x8f\xb6\xa7\xcc\xef\x43\x12\xa5\x4d\x40\x1e\xeb\x44\x57\x53\x43\xc2\x28\xa0\xe9\xd5\x93\x1c\x8b\xd4\x42\xb5\x18\x0a\x7e\xbf\xa9\x08\x07\x4b\xe6\xc5\x78\xca\x4d\x35\xa7\xb3\x08\x41\x98\x74\x1b\xbd\x93\x6e\x03\x34\xc0\x70\x6a\x22\xab\xe7\x20\x08\x03\x1e\xb6\xb3\xdb\x50\x82\xf9\x96\x21\xf6\x3e\x85\x28\x56\xfa\x62\x49\xb6\x4d\x9c\xf5\x1b\x34\xc0\x86\xce\xf6\xe4\x3d\x51\xda\x34\xce\x0a\x20\x03\x33\x3e\x6a\xe4\x54\xfa\x14\x36\xc0\x40\x12\xac\x24\xc8\x80\x07\x76\x1b\x0d\xab\x39\x3d\x1a\x54\xab\xfe\x91\x27\x27\xd5\x48\xf4\x6a\x6a\x35\xd9\x58\x76\xfd\x5e\xb5\x3a\xd2\x60\xd0\xf5\x7b\x8b\x05\x3b\xf8\xd7\x6a\x3d\x38\xb5\xc0\xb4\xc6\xa6\xdc\x88\xdf\xaa\xfa\x47\x9e\x0a\xf3\x8c\x33\xd1\x87\x0d\x30\x81\x0d\x30\x86\x9a\x0d\xee\x60\x03\x0c\xe1\x8e\x0d\x28\xfb\xb9\x86\xcf\xbb\x68\xe7\x47\x2f\xa5\x75\x2c\xf0\x11\x6a\x0d\x30\x83\x0d\x30\xdf\xd2\x50\xf0\x1a\x36\x9a\xb3\xa3\x79\xb5\x3a\xc9\x1a\x7b\x23\x1a\x3b\xb3\x9a\xf1\x51\xa3\x5a\x35\xfb\x47\x5e\xb5\x7a\xc3\x86\xa1\xdf\xab\x56\x4d\xd2\xed\xb3\xe6\xce\x2c\x70\xc7\x22\x4c\x1e\x73\xd7\x5b\x2c\x6e\xd8\xa8\xdc\xf5\x4e\x18\x84\xef\xaa\x55\x73\xc8\xd2\x50\x38\xab\xd9\xe0\xae\x56\xb3\x9c\x3b\xd8\x90\xc2\x59\x2e\x14\x3b\x15\x38\x87\x37\x47\xbb\x07\x07\x27\x37\xc7\x70\xff\x55\xb5\x7a\x73\x04\x0f\x5e\x2e\x16\x37\xc7\xf0\xf0\x25\xff\xb2\x77\x77\x4f\x76\x9d\x9b\x63\xf8\xe2\x80\x7f\x1f\x36\x4e\x6c\xa7\xe1\x98\x2e\xbc\x9b\x9a\x37\x96\xa5\x41\xb7\xb8\x92\x4e\x6c\xc7\x15\x81\xca\x3a\x3c\xd9\x75\x1a\x4d\x53\x9b\x2d\x16\x36\x84\xe7\xd5\xea\x35\x97\x4a\x7f\x5d\xad\x36\x34\x78\x6e\x31\x32\xb7\x3b\xe9\x41\x78\xb3\x58\x04\xc2\x53\xad\x9a\x63\xa8\x35\xac\x93\xb0\x3b\xe1\x7d\x75\x14\xf1\xdf\x8f\x90\x9d\x26\xc0\x6b\x78\x0e\x66\x7c\xbc\x6e\x32\xa9\x84\x09\xbf\x71\x69\x40\xc8\xc8\xb9\x6a\xf5\xa3\x30\x28\x1b\xe1\x78\xea\x27\xa6\x39\x3e\x61\xd3\xd5\x69\x58\x3b\x76\xa3\x01\x42\x80\x19\x48\x64\x86\xa1\x98\xcb\x3b\xd9\xe0\x34\x00\xed\x39\xf1\xf1\x8e\x7d\xd2\xdd\x79\xa9\x46\xc4\x20\xae\x6d\x9a\xb2\xbc\xac\x93\xee\xce\xa1\x9a\x78\xc8\x4a\x61\xad\x7a\xa4\x25\xac\xf8\x9a\xf9\xf1\xa4\xe1\xec\xd8\x36\x9b\x12\xbc\x65\xbb\xf9\xc2\x14\xa7\xa5\x42\x01\x8c\xcc\x39\x61\x19\x59\x19\xac\xdd\x2c\x27\x88\x80\x22\x93\x21\x92\x3e\xca\x75\x00\x04\x76\xf1\x4e\xd6\x03\x10\x42\x1b\xa0\x95\xd7\x00\x28\x7b\x0d\x80\xd6\xc8\xe8\x38\x33\xec\xea\xc1\xb8\x66\x2a\x98\xf3\x64\x38\x65\xb8\x36\x00\xb1\x65\x39\xb6\xd5\x0c\x8f\xed\x6a\x55\xca\x03\xc3\xf8\x44\xfa\x3c\xc7\x24\xdd\x90\x0d\x70\x0c\xa4\xc7\xb3\x14\x01\x7b\x54\x14\xb0\x47\x8a\x80\x7d\x89\xe4\x2c\x85\x9b\x39\xfc\x6b\x5a\x17\x9c\x35\xf3\xde\x0b\xc7\xd7\x24\xd8\x68\x67\x75\x36\x30\x31\xb8\x47\x5e\x42\xee\x50\x82\xdd\xe0\x9c\x4e\x48\x30\x74\xb4\x06\x48\xed\x91\x0b\xb3\x7c\x9e\x1f\xc6\xd8\x0d\xde\xf8\xd3\x88\x45\x8e\xd1\xfc\x14\x07\x7d\x1c\xe1\xbe\x2b\x49\x65\x06\x6d\x29\x90\xf9\x1f\x4c\xc7\x68\xc2\x0b\xe1\x91\x6f\x7d\x14\xc7\xeb\xe7\xd3\x72\x79\x09\xd0\x75\x78\x87\xdf\x72\x02\x83\xdf\x50\x7b\xac\x28\xad\x01\x50\xbf\x7f\x1e\xa6\x45\x77\x7b\x4b\x70\x5f\x2c\x7b\xb3\x84\x62\xb5\x9a\x2c\x0b\x4d\x7d\x24\x99\xa8\xea\x91\x04\x1b\xdb\xbe\x51\x9f\x57\xf0\xb8\x8a\x2f\x7c\x92\x9c\xe0\x5a\xb9\x54\xae\x25\x0e\x76\x92\xa5\x89\xcd\xc0\x02\x89\x19\x70\xbe\x53\xa1\xa7\x5b\x04\x2f\x33\x79\xb1\xe5\x92\xfd\xcb\x49\x21\x57\x7d\xda\x82\x8f\x32\xfb\xb5\x82\xbc\x6b\x70\x6e\xd3\x92\x0b\x63\x1c\x41\x7c\x7c\x6c\xa7\xf4\x04\xc7\xbc\x5c\x05\x86\x99\x3c\x0f\xd2\x8d\x4d\xe4\x8a\x7e\xe3\x74\xaa\x19\xd5\x6c\xeb\xb7\x40\x9c\x77\x88\x9a\xc3\xc4\x3b\x89\xb5\x9a\x0b\xef\x98\x84\x67\xe0\x75\xee\x90\x34\xe7\xf9\x23\xcc\x2d\x95\xd3\xd7\x5c\xa5\xb1\xee\x08\x9e\x65\x67\x26\x46\x41\xfe\x41\xb0\xdf\x4f\xcf\x4d\x24\x18\x08\xe9\x74\xb9\x57\xb2\xb3\xfd\x7b\x16\x76\x1f\x61\xd4\xdf\xc0\x0b\x89\xea\x63\x8c\xe2\x69\xc4\x53\x99\xd6\x12\xcc\x22\x92\x6c\x5c\x12\x11\x3b\x01\x12\xae\xfa\x96\x25\xc5\xd6\x12\x30\xec\xc1\xea\x59\x36\x53\x06\xb0\xe0\x18\x0d\x58\x93\x84\xec\x0a\xa9\x87\x13\x1c\x70\x82\x4b\x1e\x1e\x41\x0c\x43\x79\x2c\xc0\x7d\xe0\xe5\x99\x90\x87\x13\xf3\x66\x2e\x69\x31\x39\xcd\xc2\x20\xc1\x41\x02\x37\x09\xd9\xa8\x33\x44\x92\x77\x56\xfe\x52\x8c\xcf\xe3\x6a\x55\xb2\x80\xef\x23\xbe\x2c\x37\x32\x0e\xfa\xa1\xc7\xef\x23\x24\x93\xe0\x77\x1f\xf3\xdb\x89\x72\x9f\xdc\x95\x95\x67\x33\x1e\x9b\xf1\x1f\x48\x9c\xb0\x8a\xcd\xb2\x37\xde\xc9\x89\xf4\xf7\x5e\x18\x94\xb9\x3d\x7e\x3a\xc1\x9c\x19\xa3\xa4\xb7\x58\x86\xa2\x05\x7f\x7e\x5f\x25\x8c\x63\x3f\xff\x3b\xae\x3d\x1f\x5a\x5b\x39\x2a\x6b\xf5\xec\x94\x6b\x98\x1d\x30\x2c\x10\x30\x8a\xfd\x75\x92\x44\xe4\x7a\x9a\x60\xb3\x8c\x22\x82\x76\x46\xa4\xdf\xc7\x41\x19\x94\x93\x68\x8a\xd9\xe1\x73\x09\xd2\x71\x73\x76\x1b\xcb\x8c\x29\xbe\x0e\x11\x95\xc9\xbc\x0d\x26\xf1\x04\x05\x0c\x28\xa2\x77\x7f\xa1\x31\x86\xc5\x16\xf2\xfb\xd3\x72\x46\xb7\x13\x28\x19\x27\x20\x84\x0d\xf9\x14\x28\x28\x52\xf1\x31\x0c\xba\xa8\x56\xeb\x01\x4f\x7a\x9a\xf1\x71\x58\xad\x46\x0c\x62\x38\xe8\x0b\x21\x91\x95\xf6\x9c\xe3\x39\xd7\x07\x6b\x12\x39\xf0\x21\xdb\x3e\x04\xc5\xe2\xc3\x47\xb3\xae\x74\xc5\x6a\xfa\xbf\x54\x51\x0c\x3c\x06\x7a\x7f\x2b\x00\x84\x0a\xdd\x3e\xcb\x58\x06\x21\xf4\xd2\x5d\x28\x54\xde\xa6\xfc\x62\xdf\x58\x85\x91\x32\x8c\x07\x8d\x25\xd8\x34\xa1\xb9\x80\x73\xbd\x8f\x13\x44\xfc\x0d\x87\x80\x9f\x8d\x69\xfa\x90\x68\x5b\xcf\xde\xf1\x82\xcb\x40\x30\x76\xd3\x95\x99\x56\x08\x12\xa5\x85\xaf\xc4\x44\x7b\x54\x6a\x3e\x4d\xbc\x93\x64\xde\xa5\xb5\x75\x1d\x94\x70\x5d\xf4\x78\x69\x59\x4b\xd3\x93\xc8\x50\xd9\x8b\xa0\xa7\x7e\x89\x68\x7e\x54\x87\xee\xdc\x44\x39\x49\xe6\xd5\xd7\x37\xe9\x54\xca\x3e\x1c\x3f\x8e\x0c\xb2\x64\x2b\x30\x4a\xc2\xd0\x4f\xc8\x64\x07\x4d\x93\x30\x3b\xe4\xe7\x89\x57\xb9\xc9\x66\x79\x1c\x4e\x63\xdc\x0f\x67\x41\x19\x98\x9b\xae\x15\x02\xc0\x16\x4e\x82\xa2\x21\x4e\x9a\x84\x0b\x0a\x44\xac\xa8\x26\x81\x44\x5e\x16\xb0\x29\x62\x91\x81\x59\xfe\xf0\xbe\x0c\x21\xa9\xa7\xca\xe4\xf9\xcd\xdd\xf3\x1d\xf3\xef\x7e\xcd\xd2\x9f\xd7\xf1\x1c\x7b\x26\xa9\x93\xbe\x65\x55\xab\xb5\xa0\x6b\xf7\x8e\xd0\xca\x39\xf1\xe3\xdc\x4c\x00\xea\xf2\xc8\x9e\x05\x38\xbd\x8f\xd9\x39\x90\xb5\xf9\x9d\x20\x2f\xf8\xfd\x97\xe8\x91\x4f\x62\x79\xa0\xe4\x7d\x53\x26\xb2\x38\x65\x72\xb8\xb1\xae\xbe\x09\xe7\x26\x02\xac\x6e\x65\x34\xd4\x52\x36\x00\x26\xf6\xa2\xd0\xf7\x55\xa8\x58\xf7\x11\xdf\xd5\xd8\xaa\x61\x7b\x5f\x3d\xc2\xb7\x53\x1c\x27\x1f\xc5\xb6\x65\x46\xf9\x26\xc7\xda\xb8\xf1\xb0\x1d\x4e\x83\x75\xf2\x56\xde\x58\x4d\x27\x7d\x94\xe0\x33\xec\x2b\xcf\x29\x44\xd8\xa6\xe3\x39\x2e\xec\x70\x2b\x9b\xb0\x60\x31\x25\x28\x4a\xce\x1e\x49\x24\xaf\x05\x36\xd5\x9b\xae\x03\xdc\xdf\xd6\x5a\x01\x89\x8c\x10\x58\x05\x46\x71\xd3\x5f\xed\xd0\x19\xf6\x37\x94\x9b\xbf\x07\x01\x72\x5c\x79\xc9\x8f\xf5\x93\x73\xf1\xd9\xbe\xce\x48\x28\x33\xc8\x76\xf3\xa3\x7c\x9c\x39\xd3\x6a\xb1\xc8\xe3\x8e\xa1\x12\x99\x84\xfc\x2c\x57\x58\xa3\x41\x4a\x20\xa4\x6b\x35\xcf\x0b\xd6\x9a\x95\xd2\x0a\xdb\x17\x33\x9f\x60\x11\x1e\x87\x77\xd8\xfc\x6f\x66\x6e\xd6\x1c\x90\x3c\x79\x06\x63\x39\x6e\x78\xe3\xa0\xe1\xe2\x0c\x96\xc5\x67\x43\xc6\x21\x20\xfa\xa6\x80\xda\x2a\x4c\x08\x33\xf3\xaf\x74\x39\xa3\x07\xc5\xde\x18\xc1\xac\x5b\xdd\xbc\xac\x9e\xca\x6e\x24\x50\xac\xb7\xa6\x2a\x1b\x2e\xb9\x68\x39\x1f\x39\x65\x24\x93\x93\xad\xbb\x97\xe5\x10\x33\x12\x4f\x46\xc3\xb4\x98\x72\x32\xc2\x41\x99\x04\x25\xce\x57\x1b\xe1\x40\x41\xf5\x81\x75\x1f\x64\x20\x52\x67\x1f\x56\xa6\x1e\xd0\x6c\x4b\xbc\x8d\x64\xa0\x67\x20\x6b\xa1\x80\x9d\x1b\xd8\xd6\x21\x4e\x83\x79\x89\xf9\x6e\x33\x67\xa5\xe4\x05\x83\x44\xc8\x24\x8b\x2e\x97\x58\x77\xcb\xac\x04\x27\xbd\x43\xcf\x0a\x0e\xd5\x5b\xc5\x3c\xfc\x27\xf7\xa6\x1c\xea\x8f\x93\x95\xab\xdb\xac\xdc\x42\x4a\x45\x72\x8f\x35\x0c\x24\x85\xa9\x8a\x95\x5d\xa8\x30\x85\x95\xf3\xc1\x2f\xa3\x05\x65\x8e\x3d\x7e\xdb\xcd\x8f\x16\x92\x85\xc8\x17\x80\x22\xe9\x1e\xc1\x95\xe5\xdf\x0c\x9a\x01\x0c\xd4\x77\xb8\x20\xaa\xd5\xac\x08\x42\x7c\x12\xd4\x47\x28\x5e\xa5\x5d\xd3\x09\x59\xb6\x16\x0b\x73\x23\x75\x9b\xa5\xc8\xe8\xdb\x04\x06\x96\xf3\x93\xd2\xaa\xd5\x40\xae\x8b\xed\x69\x32\xfa\xa7\x5a\xdd\xa4\x48\x02\xd7\x87\x38\x79\x13\x4e\x83\x3e\x09\x86\x6f\x7d\x82\x83\xe4\x14\x7b\x89\x69\xa5\x12\xe3\x9b\xe2\x9a\x51\x3d\x09\x27\x47\x01\xfb\x3d\xc1\x75\x81\x1a\xce\xc3\xc9\x0e\xe4\x41\x3b\x3c\xda\x89\xea\xd7\xdc\x7e\xcb\x71\x20\x3d\xd5\xaa\xa9\x24\xae\xc1\x34\xc1\x4e\x9a\xc0\x92\x62\xc4\x6c\x04\x00\x1b\xf8\xfc\x6e\x3f\x3f\xcc\x3d\x8a\xea\xf9\xf4\xe1\x0f\x75\xb2\x57\x47\xe5\x6e\x01\x22\xbd\xb2\x58\xbb\x78\xb1\xd0\xb2\x49\xbd\x8d\xb5\xcc\x4a\xdb\x06\x9f\x20\x5f\x13\x8f\xc0\x70\x2b\x7c\xb9\x38\x12\x83\xd3\x71\xc6\x16\x25\x41\x80\xa3\x3f\x31\x19\x8e\x12\x90\xa4\x20\xd9\xb1\x1b\x8b\x45\x0a\xa9\xa3\x4c\x38\xa1\xc1\xc8\xd5\x70\x62\xd5\xec\xc6\x5a\xe3\x09\x54\x92\x65\xa5\xf3\xca\x80\x52\xc7\x4e\x50\x1f\x71\x8f\x65\xed\xf0\xc2\x52\xde\x38\x5f\x6a\x8c\x16\x7e\x47\x22\x71\xc9\x05\xe1\x6d\xbf\x7e\x7a\xfe\x01\x20\xce\x92\x1b\x24\x20\x86\xbc\xa4\x0b\xd2\x4f\x46\x3b\x49\x9d\x8b\x5b\xa6\x53\x2d\xac\x56\xd1\x51\x56\x6f\x50\x9f\xb1\x44\x20\xb6\x4e\x42\xa8\xd9\x8e\x16\x56\xab\xf1\x7a\x34\x62\x3b\x67\x08\xb5\x86\x05\xee\xd9\xec\x21\x80\xd5\xe3\x84\xcb\x35\x2a\x62\xe3\x24\xc0\xdb\xf6\x8d\x38\xa1\x3e\x7f\xd6\x09\x4d\x7c\xc2\x3d\xce\x8e\x8d\x5f\x58\xb5\xf2\x64\x5e\x06\xb8\x90\x36\x3f\x0a\x27\xe1\x70\xe8\xe3\xd5\xd3\x70\x30\x08\x77\x58\xab\xca\x00\x73\x28\x28\x9b\xd1\x3f\xca\xcb\xa1\x54\x06\x9a\xcc\xad\xc8\x21\x15\xf6\xe8\xc7\xe5\xa4\xb6\xe1\xdf\xa9\xcf\x0f\xb0\xa4\x0f\x13\x10\xad\xe0\x98\x28\xf4\x71\x19\x94\xd9\xba\xba\x0e\xe7\x65\x6b\x2d\x01\x5f\x22\x78\x3e\x41\x41\x5f\x45\x42\x1b\x93\xf1\x73\x6f\x79\x8d\x76\x99\x8c\x22\x14\x63\xb3\xfc\x36\xeb\x73\xcc\x8e\xa1\xf9\x89\x59\xdc\xb8\x37\x09\xc7\x1b\x4d\x52\xab\xa5\x92\x08\xb8\x4b\x7a\x9c\x93\xa2\x6c\xd7\x31\x0c\xc5\x65\x39\xf0\xfe\xe1\xb9\xd7\x27\xac\x3a\x8f\x03\xa0\x56\xde\x29\xd7\x08\xf0\x36\x83\x41\x50\x0a\xe5\xf4\x58\xbd\x7a\xe2\x32\x91\xd5\xf4\xab\x55\xd3\x53\xb6\x32\x49\x67\x4c\xc1\x80\x33\x87\xd7\x18\x39\x39\xb7\x78\x20\xb9\xc5\x53\x38\x58\xe3\x16\x8f\xa0\xd9\x00\x53\x29\xc6\x67\xa2\x55\x10\x82\xd8\x6a\x8e\xaa\x55\xaf\xd0\xdd\x51\xc6\x0e\xee\x5b\xf7\x83\x3a\x36\xfb\x39\x3b\x78\x20\xdf\x0c\xa4\xac\x1c\x06\x5f\x76\x9e\x78\x8c\xa5\xc3\x82\xdf\x07\xe9\x69\xee\x3c\x9c\x94\x2d\xc0\x06\xe4\x08\x2b\xc7\xf8\x7f\x5e\x80\x30\xd1\xc5\xa6\xca\x06\xc9\x9f\x33\x55\xb2\xc1\x6e\x34\x7e\x33\x71\xfd\x3a\x0c\xe3\x64\xb1\x68\x58\x35\x13\x0b\xe6\xd1\x89\xdd\x70\xc4\x27\x5b\x48\x27\x07\xf2\x83\x51\x62\x27\xb6\xd3\x10\x97\xc3\x57\x8f\x0a\xcd\x01\x02\xc2\xf5\x6b\x5b\x49\x11\xa6\x5c\x45\x94\x24\x51\x26\x3c\x27\xe9\x92\x54\x76\x2e\x53\xca\x05\x89\x64\x41\xca\xed\x02\x86\x9b\x4e\x5e\x31\x4e\xce\xb2\x1d\x7b\x65\xb1\xf2\xa5\x9a\x6e\xba\xf2\xca\x33\x2d\x6d\xb1\x48\x8e\xd5\xf9\x16\x67\xfa\x59\x46\x24\x76\x02\x3c\x2b\x61\x75\x72\xc5\xe0\xf7\xb9\x19\x80\x14\xcf\xc8\x36\xaf\xb4\x18\x24\x96\x22\x02\x37\x59\x6f\x4f\x2e\x1f\xb6\x5e\x7e\x0e\x18\xf0\x13\xa9\x08\xb5\x05\x16\xb8\x9f\x84\xb1\x93\xd4\xc7\x68\xd2\x0a\x63\x53\x8d\xe3\x62\x74\x4b\x6b\xad\x91\x2a\x18\xac\xe5\xb2\x97\x82\xf2\x7a\x4a\xfc\x8d\x40\x4c\x47\x55\x5c\xc9\x6e\xa0\x5d\x40\x04\xbb\x3d\x40\x60\x43\xe8\x6f\xc2\xeb\xfa\x9b\x82\x8d\xfa\x9b\x02\x55\x7f\xd3\x08\xc5\xa7\xe2\x46\xc9\xb2\x18\x59\x60\x43\x08\x91\xbc\x64\xaa\x0f\x88\x9f\x60\xf9\x4a\x2e\x06\x5e\x1e\x31\xc4\x09\xe7\x87\x01\x9f\xd5\x9c\x05\x4b\xa8\xe6\x0d\xf1\x65\x43\x62\xe8\xaf\x35\x64\x0a\xa5\xea\x30\x30\x80\x5d\x1b\x1f\xee\x90\x5a\x8d\xdf\x81\x7b\x85\x17\x62\x9e\x39\xb5\x7e\xf5\x91\xd8\x40\xb0\x42\x27\x19\xea\x70\xc5\x73\x24\x77\xed\x39\x52\x94\x4b\x12\x0f\xe7\xe6\x14\x20\x30\xb0\xd4\x5c\x7e\x31\x97\x2f\x72\x65\xf2\xf4\x63\x70\x27\x94\xe0\xcc\x4d\x45\x9f\x17\x12\x92\x1d\x48\xc8\x52\x0f\xd3\x9b\x56\xfa\x38\xac\xa8\xec\xda\x18\xd2\xb5\xae\x5d\xc3\xb1\xec\x9a\x39\x84\x77\x62\x63\x30\xaf\xa5\x20\x9d\x25\x5f\xf7\x68\xf0\x5a\x60\x97\x6a\xd5\x1c\x76\x1b\xbd\x5a\xfa\xcd\xf6\x31\xb5\x9b\xd7\x00\x81\xa1\x55\xe8\x27\x2d\xf6\x93\xa6\x8f\xe4\xb2\x04\x61\x31\x41\x98\x09\xb9\x7d\x04\x33\x36\x0d\xe7\xe2\x08\xf1\x9a\xf5\x31\x12\x0c\xc2\x0f\x73\x65\xe0\x5e\xcb\xde\x7d\x84\xaf\xd7\x7a\x77\x03\x3f\xca\xde\x69\xf3\xc5\x62\x2e\xba\xa5\xc1\x9b\x35\xd9\x27\x16\x29\xb8\x92\x2b\xb1\x22\x50\xbc\x95\xd2\xe0\x5c\xb2\xeb\xc5\x57\x21\xa1\x88\x10\x09\x36\x44\xb1\x0a\x38\x4e\x5e\x89\x13\x78\x7a\x26\xa0\x78\x63\x39\x67\x73\x53\x8d\xb7\x8e\xcf\xe6\xe6\x9c\x8d\xc3\xac\x3b\xcb\x05\xce\xe0\x8d\x05\xe6\x85\x82\x14\x80\xbe\x2e\x02\xf4\xb5\x7a\xb3\x39\x5b\x72\x2c\xca\xe9\xf4\x55\xae\x5e\x46\xe5\xb2\x05\xc9\x45\x22\x48\xb5\x4a\x72\xd4\x92\xd2\x1b\x3e\xbf\xa2\x11\x2c\x01\xb2\x99\x25\x30\x85\x8d\xe6\x34\x63\x1b\x36\xa7\xb5\x1a\x43\x01\xa8\x3b\x55\x53\x41\xe8\x5b\xf7\x1e\x9c\x0a\xd5\x05\xcb\x02\x2a\x45\x0c\x3f\x47\xc0\xcb\xf0\x61\x84\xfb\x53\x0f\x6f\x61\x0d\x27\x2a\xb2\x39\xc9\x85\x21\x80\x14\x19\x76\xf0\xd2\x02\x36\x7e\x65\x01\x41\xd9\x38\x66\x0c\xdf\xcf\xc1\x06\x9e\x31\xab\xfd\x7c\x6e\x32\x82\x61\x69\x89\x3b\x55\x27\xac\x2b\x77\xab\x4b\x40\x4e\x48\x8e\x7d\x9d\x77\x8c\x40\x0b\xc2\x99\x69\x01\x4f\x91\x44\xff\xf1\x8b\x92\xe8\xfc\xde\x38\x13\x45\x27\xd9\xed\x5c\x38\xc1\xc1\x66\x15\x8c\x5b\x38\x8e\xb9\xcc\x1f\x2b\x3e\x4a\xef\xca\x38\x93\x26\xe3\x81\x81\x10\x9a\xa4\x9e\xde\x4b\xb3\x43\x90\x8f\x82\xe1\x14\x0d\xf1\x3b\x94\xa0\xd7\x89\x59\x2e\xf2\xa5\xe9\xdc\x8c\x24\xa3\x7d\x3e\xdf\xce\x71\x37\x03\xd9\x8f\xd5\x57\x1d\xea\x48\x49\xa9\x4d\xae\x61\x6c\xb1\x60\xf0\x6e\x31\x78\x67\x59\xb7\xea\x2b\x6b\x48\x5e\x69\xc2\x72\x72\xf2\xc5\x92\x2c\x2f\x33\x01\xc4\x5a\x5a\x56\x33\x15\xe4\x48\x45\xb5\x45\x89\x29\xf1\x15\xae\x8b\x11\xab\xd7\x0b\x10\xa6\x6d\xe8\x26\x3d\xfe\x76\xc3\x0c\xd5\x72\x04\x9d\xca\x8e\x69\x99\x84\xe2\x62\x11\x6e\x6f\x2f\x56\x27\x65\xb5\x9a\x48\xd9\x47\xb6\x9d\x4f\xbd\x11\x8e\x85\x08\xa4\x7c\xcc\xc0\x19\x9c\x1c\x22\xda\xda\xfb\x75\x0c\x61\x92\xaa\x4e\x6b\xac\xa8\x4e\x6b\x34\x9b\x82\xd9\xd2\x0c\x14\x32\x53\xc3\xdd\xa0\x97\x57\xdf\xb4\x82\x5a\x8d\x67\x6c\x46\x99\x44\x5c\xb5\xaa\x25\xdd\xa8\x90\x2a\xaa\xd5\xe4\x29\x37\x80\x10\xe7\x4a\xfa\xa2\x5c\x5c\x84\x63\x85\xc5\x22\x3b\xd6\x13\x08\x39\xdf\x0f\x77\x83\x5a\xad\x27\x77\x20\x0d\x26\xdd\x28\xff\xb4\x72\xc5\x9d\x66\xa8\x4e\x77\xeb\xe4\x6a\x5e\xe7\x54\x8a\x19\x82\x28\x9d\xfa\xf9\xc4\x07\x44\xf2\xd7\xd8\x07\x83\x60\x3f\xf4\x84\x89\xd3\xfe\x49\x16\xce\x27\x63\x06\x5c\x25\x43\x53\x43\x1b\xc7\x3c\x27\x9b\xd5\x09\xc5\x92\xfe\xb3\xa1\x4c\xa7\x46\xf8\xc8\xc5\x93\x8a\x8e\xd2\x29\x9e\xca\x13\x37\x38\x3a\x92\x57\x8f\x0c\xd5\xb2\x63\x4f\x1d\x0f\x06\xd8\x4b\x94\x4d\xdb\xcb\x08\x1c\x6f\x6d\x5b\xf3\x53\x02\xa7\xe9\xd7\x49\x6c\x7e\xe7\x1b\x04\x82\x5c\xed\x9b\x42\x40\x9b\xe9\x9b\x6e\x09\xd9\x7c\x5f\x9e\x5a\xf7\x5e\x1d\x9b\xd3\x7c\x97\xf0\xd4\x5d\x22\x2c\x2c\xa0\x6a\x15\x41\x98\x81\x55\x25\xa8\xc3\x6c\xcc\x50\x4e\x29\x4b\x6a\x75\xdb\x53\x8a\x62\x41\x62\x08\x65\x96\xe2\xa3\x13\x4e\x3b\xff\x4a\x29\x3c\x83\xf3\x76\xae\x90\xc0\xfc\x6a\x65\xbb\xd2\x2e\xd1\x8b\xbf\xe6\x80\x9d\xc3\x90\xb7\x53\xae\x29\xc2\x19\xbb\xf8\xc5\x6f\xfc\x33\x42\x41\x3f\x1c\xb3\x21\x48\x42\x61\x5d\xd5\xdc\x7b\x21\x64\xb4\x95\x47\x19\x6c\x5c\xde\xce\xe1\xbd\x38\xc9\x17\xf0\xa7\xc3\xd9\x03\xe5\x65\x7e\x7c\xfb\x7d\xae\xe2\x9e\x47\xf2\x00\x79\x45\x8f\xe2\x49\x38\x99\x4e\x64\xf0\x75\x38\x4f\x63\xc4\x10\xf5\x71\xec\xe1\xa0\x8f\x82\xa4\xec\x60\x7e\x44\x4f\x64\xbc\x17\x06\x49\x14\xfa\x71\xd9\xc1\x42\x8c\xe4\xaf\x39\x97\x92\x4d\x5b\xf2\x61\x45\x50\x9c\x13\x80\xdd\x46\x6f\x07\x67\xde\x82\xb4\xff\x2a\xe1\x54\xf7\x43\x0f\xf9\xf8\x2d\xd7\xd7\x81\xcd\x75\xa9\x72\xe5\x41\xc8\xbb\xa2\x38\x3e\x89\x3f\xa5\xf2\xce\xa6\x94\x77\x66\x94\x52\xd9\x3a\x11\x5f\x65\x67\x25\x4d\x1f\x33\xd0\xd4\xaf\x91\x77\x33\x43\x51\x9f\x25\x14\x41\xe5\x5c\x3a\xb4\xf5\x0f\xa4\x64\x56\xf5\x4d\x1e\xef\x2a\xd2\xf5\xb9\x46\xc9\xdd\xde\x89\xfa\xe1\xec\xd8\x6b\xa2\x35\x72\x33\x53\x85\x6b\x56\xdf\x90\xb5\xc2\x78\xf3\x06\x9e\xe1\x88\xad\xf3\x53\xb3\x7f\x76\xbf\xa8\x74\xea\xdd\x3c\xd7\x06\xd3\x8c\x4e\x08\x24\xf5\x11\x0a\xfa\x3e\xce\x01\x98\x80\x08\x04\x96\x53\xc0\xa3\x79\x3a\x11\x62\x26\x2c\x41\xb6\xc3\x71\x31\x4a\x22\x7a\x56\xad\x9a\x42\x31\x27\x17\x34\x48\x91\x99\x94\x97\x96\xb2\x7d\xeb\x78\x2c\x95\xf1\x0b\x37\xca\xf8\x85\xf9\x89\x31\x66\xa8\xec\x74\x6e\x59\x6b\x95\xd8\x40\xa2\xbb\x13\xca\x4f\x43\xfc\xdd\x9c\xb3\x63\x8b\xe7\xc7\xa5\x34\xef\x9b\x4d\x79\x1b\x2b\x89\x2e\xe6\x96\x54\x85\x22\x4e\x98\xb2\xe4\xf5\x83\xa5\xb7\xf1\x60\xe9\xc9\xf6\x4e\x33\x3a\x26\xad\x89\x43\x67\x9a\x61\xd8\x81\x38\xe1\x0d\xd6\x4e\x78\x4a\x02\x54\x4c\xb0\x2a\x82\x08\xfe\x7f\xec\xbd\x7b\x7f\xdb\x36\xb2\x30\xfc\x55\x24\x6e\x8f\x42\xd4\x90\x22\xd9\x71\x2e\x54\x18\xff\xd4\x24\x6d\xd2\xc6\x49\x36\x97\x76\x53\x45\xeb\x97\x26\x21\x09\x35\x05\xa8\x24\x64\xcb\x91\xf4\x7c\xf6\xf7\x87\x2b\xc1\x9b\x2c\xd9\x39\xfb\xec\x1f\xcf\xe6\x9c\x5a\x24\x81\x01\x30\x18\x0c\x06\x83\xb9\x68\x3a\xc9\xcd\x62\xf5\x81\xde\x18\xff\xa8\x05\xd1\xf4\x89\x30\x1a\x29\x98\x23\x9e\x58\x8a\x0a\x8d\x5c\xb5\x65\xe6\xb7\xd1\x42\xeb\x92\x36\xb6\x28\x40\x6a\xa4\x1b\x3d\x5f\xea\x7e\x1b\x80\x8a\x0e\x74\xb7\x77\x60\xbb\xe2\x85\x69\x4f\x8e\xe2\x9a\x7b\xda\x2d\x69\x7e\x54\x7b\xd9\x52\x85\x79\x35\x8b\x55\x1b\x58\xa2\xfc\xdf\xcb\x9c\x2d\xd9\x07\xea\x12\xa8\x84\x41\xe6\xbf\xa6\x2e\xb1\x83\xb2\xbb\x48\x2a\x57\x60\xa0\x28\x5c\x33\x4f\xcd\x39\x08\x80\x6e\xea\xb3\x4e\x18\xc4\xb1\xe2\x25\xf0\x10\x72\xe9\x5a\x0a\x4b\x3e\x86\xa9\x10\x09\x7d\x0a\x39\x32\xfd\x00\xa6\x16\xf7\x20\x7b\x70\x8f\xee\xce\x24\x84\x20\x83\x3a\x64\x11\xa4\x3e\x32\x93\x69\xa3\x47\x3a\x5f\x06\x35\x5f\x19\x85\x3d\x00\x53\xff\x7a\xa9\x6f\x5f\xc5\x21\xb3\x84\xd9\xa7\xdd\x93\xf4\xa9\x4f\xbd\xf4\x69\x06\x74\xbd\x4e\x9f\x05\xeb\xb5\xa6\x5d\x71\x5b\xab\xe1\x68\xca\x51\x12\x88\x28\x6f\xed\xde\xef\x97\xb9\xb9\x55\x1b\x87\x80\x50\x41\xfd\xfc\xd0\xd0\xd7\x8b\xbf\xa2\x67\xed\x9e\x57\x3d\x3a\x9b\x34\xca\x6e\x72\xda\x09\xca\x0e\x17\xd9\xec\x65\x16\x8e\xb6\x0b\x91\xaa\x6d\x1c\xf7\x6d\xc7\x47\xe4\x62\xa1\x9c\x63\xc0\x93\x8e\xad\x5d\x20\x8d\xfd\xb1\xbe\xbe\x53\x1a\x1e\xed\x4a\x07\xb5\x4b\x10\xa7\x37\xb1\xb4\x48\x0e\x1d\xca\xa6\x53\xd6\x12\x85\x6c\x4b\x6f\x75\x7a\x6a\xb5\xdc\xd0\x2f\xbf\x76\x0b\x55\x85\x1f\xe1\xdc\xcc\x2e\x4c\x61\xfc\xcc\xef\x02\x50\xdd\x6e\x08\x55\xfc\x28\xed\xc9\x86\xfd\x50\xda\x70\x98\x8d\x16\x9f\x60\xcf\xa2\x16\xe0\x55\xcc\x67\x0f\xc6\x3b\xb2\x22\x5b\xb0\xa8\x64\x45\x86\x7c\xb4\xbe\xd5\x48\xe6\x75\xcc\x08\xed\xc6\x8c\xec\x96\x05\x33\xca\x18\x0f\x29\x33\x9e\x0a\x82\xab\x23\xb4\xdc\xe4\xa1\x8a\xb5\x88\xca\x2b\x50\xf2\x2d\xb2\x71\xdf\x2f\x25\xa5\x7f\x58\xfa\xe1\x58\xdb\xaf\x03\xf8\x53\xfe\xf1\x0f\xfb\x71\x55\x6f\x0e\xbe\xe5\xa8\x23\xd8\xb6\xb0\xa3\xda\x00\xf8\x57\x1e\xfc\xeb\xa5\xff\x93\x65\x3c\x2f\x75\x2f\x65\x31\xfc\xdb\x52\xae\x74\x17\x6c\xa0\x24\xbe\xba\x6e\x68\xd2\x04\x1b\x38\x4f\xe8\x25\x8e\xaa\xe6\x61\x38\xb8\x14\x08\x72\x11\xac\xee\xb2\x3a\x6e\x6c\x00\x80\x7f\xcc\x3a\xa1\xbc\x67\x32\x97\x59\xe9\xf6\xca\xe2\x94\xb1\x01\x60\x94\x33\x1f\xff\x97\xe5\xeb\x5c\x12\x2f\x7b\x95\xe2\x65\xcf\x16\x2f\x7b\x23\x4f\x5f\x9e\x95\xf8\x8b\x11\xf1\x48\xce\xc8\xe5\xf5\x12\x36\x7b\x2a\x25\xc5\x7a\xdd\x4c\xc4\x21\x68\xbd\xce\x14\x52\xed\x44\x9d\xae\xb4\xb2\xea\xe9\xa3\xe3\x02\x77\x12\x21\xd5\x9d\x79\x30\x51\x5c\xd7\xc5\xfe\xb7\x4b\xce\xa7\x72\xe7\x32\x75\xe0\x35\x57\xdf\x87\xd0\x3a\x26\x61\x71\x95\x4f\xc7\xe3\x14\x31\x79\xfb\x7d\x1f\x57\xd9\x0a\xc4\xd8\x01\xb9\x62\xa0\xdd\x03\x5a\xa7\xa2\xda\xd3\xba\xc4\x03\xfa\xa3\x8b\x4e\x7a\x5c\xc4\x83\xa9\xfe\x98\xbf\xd7\x31\x1e\x64\x4f\xbb\x27\x81\x6f\x86\x70\xd2\xf5\xd2\x76\xcf\x0b\x9e\xf9\xa9\x38\x12\x67\x1f\x52\x19\x43\x9e\x64\x5e\xac\x2b\x25\xab\x7a\x7f\x2d\x3b\x74\xec\x06\x60\x03\x20\xdf\x34\x79\x97\x7e\xae\x72\x4b\xbe\x49\x6d\x27\x28\x69\xc9\xcc\x45\x18\x9e\x21\xdf\xd2\x0f\x5a\x46\x5a\x99\x8f\x23\x97\x2e\x95\x1a\x9f\xd3\xe3\xab\xa5\xff\x29\x12\x04\x28\x2f\x4c\x77\x76\xa4\xb4\x8d\xfc\x23\x74\x4e\x17\x24\x44\x9f\x45\x5b\x7e\xbb\xa7\x38\xc9\x82\x10\x4c\x26\x59\xd3\xaa\xd8\x20\x0c\xd1\x9c\x99\x62\xfc\x00\x47\x53\x5e\xb0\xdb\xd7\xb7\x41\x42\xb4\xcf\x13\x1f\x30\x6a\x31\x2d\x39\x27\xe6\x6e\x28\x29\x49\xce\xd8\xdc\x0d\xf5\xfc\xec\x3c\xa1\x45\xb1\x84\xfd\x93\x13\x8b\x88\xc8\x20\xa5\x63\x0a\x56\x49\x47\x18\x53\x69\xe9\x38\xc9\xdd\xc8\xee\xa0\x09\xcd\x19\x58\x89\xa0\x9a\x85\x01\x48\xaf\x48\x73\xd4\xf9\x88\x18\x3f\xe0\x66\x67\x23\xfe\x54\xb2\xcd\x7c\xbd\x04\x4d\x9f\x64\x06\x4e\x89\x8f\x3a\x2c\x09\x48\x1a\x84\x92\x3c\xeb\x94\x48\x76\x53\xf9\x76\x40\xab\xd5\x14\x47\x63\x4e\x00\xd8\xef\xf6\xf1\x53\x7b\xbe\x8c\xe6\x2d\xbb\xd6\xb7\x3f\x0f\xb1\xb8\xda\x4a\xd6\x6b\xaa\x89\x4b\xd5\x38\x28\xf4\x4c\x71\xa3\xe3\x6e\xab\x65\x31\x09\x2a\xe8\xf4\x59\x0f\x1d\xe5\x03\x4a\x6a\x6a\x2e\x44\xa3\xd8\x37\xce\x24\x2f\x1d\xba\x40\x4d\xeb\x87\x17\x60\xb5\x54\xc6\x93\xd6\xed\xfc\x87\x17\x59\xfc\xbe\x48\x86\x98\x8c\x8a\x21\x26\xeb\x3a\x64\xf9\xae\x68\x84\xa5\x73\x19\xdf\xa3\xdd\x86\x3d\x90\x5d\xa9\xc5\x7d\x37\xf6\x0d\x92\x80\xb8\x72\x51\x4e\x16\xb1\x72\xb2\xb0\xd0\xc5\x37\x34\xac\x3c\x4c\xf3\x0b\xea\x59\xbb\xd7\x6a\x85\x31\x0a\x92\x4f\x78\x86\xe8\x82\x55\x15\x02\x95\x4b\xf1\x66\x2d\x77\xcf\xd7\x84\xda\x6a\x35\x59\x36\xa4\x7c\x79\xfb\x00\x64\x20\x2a\xbd\xba\xfa\xb5\x11\xd9\x7b\x4e\x52\xc4\x74\x2f\xdd\x0a\x35\x9a\x24\x70\xd9\x3b\x97\x33\xc0\xe3\x2e\x3f\x59\xc3\xae\xf6\x4a\xd6\xcc\x40\x1d\x80\xa5\x95\x46\x01\x53\x3b\x5a\x68\x28\xf3\x8c\xbe\x11\xd2\x5f\x2c\xdd\x29\x38\x29\x30\x9d\x43\xe1\x9d\x98\x7b\xd7\x6a\x4d\x6d\x8d\x84\x5b\xa8\x71\x74\xb3\x1d\x47\x66\xea\x64\x8d\x77\xab\xb9\x5b\xbf\x9a\x93\xf6\x4d\x74\x3a\x5a\xa4\xe2\x1a\xce\xa8\x02\xd1\xe5\xdb\x20\x3a\x46\x48\xbf\xd7\xd4\xdb\x3a\x67\x0a\x35\xd3\x9d\x93\x3f\xf2\xd3\x4d\xb2\xe9\x36\xfc\x4a\x32\x53\x02\x36\x42\xe7\x4f\x4c\xac\x12\x62\x4f\x4a\x62\x16\xa5\x88\x48\x2b\xc2\xe1\x68\xac\x11\x85\x35\x1b\x67\x02\xe8\x8d\x4c\xb6\xb8\xb2\x13\x7e\x20\x14\xee\xf6\xea\xf8\xc0\xcf\x37\x28\xa7\x1c\xf3\x13\xa0\x12\x01\xfd\xcc\x0f\x3d\x58\x79\x73\x69\x54\x88\x8b\x51\x0a\xe0\xfb\x84\xce\x70\x8a\x74\xb8\x24\xa3\x4f\x77\x31\x00\x45\xc3\x60\x04\x56\x05\x76\xc1\xb9\xb9\x4b\xe5\x6e\x8b\xe4\x6d\x2e\x64\x9d\x34\x9c\xa2\x68\x11\xab\x1d\xd0\xe5\x2b\x26\x2f\xf5\x31\x39\x96\xb2\xc8\xf0\x93\x10\x19\xa4\x0a\x18\x40\xce\xd2\xec\x51\x23\x60\x67\x75\xc8\xb7\xb2\x03\xd5\xe9\xa1\xd7\x5f\x5d\x18\x71\x12\x89\x21\xf1\x85\xae\xe4\x11\x39\x10\xaf\x62\x83\x17\xee\xde\x55\x1b\xff\x76\x16\x81\x0c\x50\xc9\x1d\xac\x08\x5f\x5b\xc7\xa3\x5c\x03\xfa\x15\x2d\xde\xc0\x40\x65\x21\x50\x23\xa4\x58\x17\x60\xc3\x91\xb6\x20\xae\x32\xf4\x87\xd8\xb7\xc3\x8b\xe8\xcb\xbb\xfc\xb6\x69\x62\x49\x06\x02\x91\xc0\x5c\x80\x60\xe8\x70\x02\xc2\x64\x81\x1c\xe1\xf6\x59\xbd\xbb\x40\x55\xcf\x18\xb2\x70\x3a\xfe\x7b\xe9\x06\xf9\x75\x0a\xcd\xb3\x45\xf9\xaa\xae\xfa\x93\x3f\x2e\x23\xd5\xa1\xc2\x99\x19\x9d\x20\x7e\x66\x0e\x0a\x3b\xfd\x89\x79\x31\xec\x8e\x2c\x99\xc5\xb3\xa9\x12\x00\x6d\x53\xa3\x77\xc0\xfd\x8c\x69\xfa\xa1\x1f\xea\x03\xd8\x02\x26\x86\xe9\x5e\x4a\x4d\xe7\x65\x51\xd3\x89\xc7\x6e\x98\x33\x02\x32\xc6\x74\x62\x49\x87\xc2\xd7\xd3\xc2\xb2\x90\xbb\xc7\x3e\xdb\xc6\x52\x6b\xc3\x05\x36\x32\x8e\x58\x40\xbd\x88\x1a\x38\x76\xc7\xad\x56\xcf\xf7\xc7\x0a\x15\x2a\x88\xb2\x99\xf6\xcc\x2c\x48\xaa\x04\x8a\xd3\xd7\x05\x70\x5e\x83\xbb\xb9\xb1\x1b\x9a\x97\x70\x37\x33\x76\x43\x91\x1f\x69\xdc\xcd\xf2\xb8\x9b\xe7\x71\x37\x17\xb8\xeb\x35\xfd\x48\x4b\x01\x0a\x5f\x91\x0e\xce\x6a\xf3\xf8\x31\xe8\x53\x1f\x6f\x20\xf5\xbb\x7d\x5a\x29\x35\x8a\x5c\x59\x2e\x05\x7d\x92\x8f\xc0\x59\xc3\xd7\xfe\x90\x7c\x0d\xd8\x51\xf5\x56\xc2\xad\xeb\x95\xd0\xbe\x24\xa9\xb7\x3a\xcf\xf9\x83\xe7\x6c\xc4\x2b\xa6\x4e\x1c\x52\x91\xcc\x07\x23\x4e\x93\x76\x07\x8a\xbe\x39\x96\xc7\xf9\xf6\x7e\xe6\xf8\xef\x06\x2a\x61\x40\x88\x23\x1c\x3b\xe5\xd4\x39\x46\x5a\xe8\xe5\x4a\x23\x12\xd5\x70\xe2\xa3\xb2\x14\x72\x13\xa3\xac\xe9\xeb\x07\xd1\xd7\x66\x8f\xf7\x14\xc0\xc3\x2e\x28\x9d\xb3\x36\x9b\x0d\x80\xbf\x2f\xfd\x3f\x66\x9d\xf3\x20\x45\x9f\xa6\x68\x86\xdc\x95\xd3\xc9\xbc\x3c\x3a\x75\x3e\x83\xde\xca\x69\x35\x9e\x35\x16\xb1\xe3\xad\xc6\x94\xb0\x9f\x83\x19\x8e\x85\x07\x1b\xa1\xe9\x5c\xa4\xce\xbf\x9a\x62\x86\x3e\xf2\xdf\x9e\x43\xe8\x55\x12\xcc\x1d\x11\x93\x60\x1c\xd3\x2b\xcf\x91\xde\xbf\x0d\x0e\xd4\x81\xb3\x60\x29\xec\xce\xcf\xc6\x41\x1c\x9f\x07\xe1\x85\xe7\x3c\xea\x76\xe7\xcb\xec\x8b\xc8\x5f\xee\x8a\x97\xb0\xf1\xe4\xf8\xf2\x0a\x38\x70\x86\x89\xfa\x76\x78\xac\x0b\xcb\x33\xbe\xe7\xf4\xba\x68\xe6\xc0\x18\xa7\xec\x23\xbb\x8e\x45\x0f\x08\xe2\x25\x92\x09\x26\x5e\x17\xce\x83\x28\xc2\x64\xe2\x75\xa1\x18\x47\x8c\x1d\x6f\xa5\x3b\xf7\x2f\xdd\x3b\x47\x04\xee\x7b\x67\xfa\x8c\xe2\x18\xcf\x53\x9c\x3a\x50\x46\x54\xf2\x9c\x39\xc5\x84\xa1\xc4\x31\xf0\x9c\xde\x7c\xd9\x38\xe2\x9d\x89\x31\x41\xaa\x37\xbd\xce\x21\x97\x6a\x9c\x56\x2c\x62\x18\xd7\x21\xb5\xb1\x88\x1b\x31\x2e\x3a\x37\x78\x2b\x8e\x90\x89\xc8\x67\xed\x39\xff\xe8\x3d\x0a\x1d\x18\xd2\x98\xb7\x2e\x30\xec\x70\xc0\x51\x90\x5c\xdc\x0d\xee\xd1\x83\x47\x65\xb8\x9d\xed\x86\xc6\xde\xb9\x88\xcc\x06\x1b\xdb\xca\x49\x7b\x62\x2f\x18\x73\x3c\x79\x2b\xa5\xf6\xf2\xee\x39\x5f\x97\xe7\x8f\xf4\xff\x3b\xf7\x20\x9d\x07\x21\x66\xd7\x5e\xe7\x18\x72\x5a\x8e\x83\x6b\xcf\x39\x8f\x69\x78\x21\x67\x61\x10\xe3\x09\xf1\x9c\x10\x09\x7c\xab\xbe\x59\x54\x5a\xf0\x45\xf2\x56\xc6\xc5\xd7\x09\xce\x53\x1a\x8b\xdc\xf7\x66\x96\x8e\xe6\xcb\xc6\x13\x3e\x4b\x57\x8a\xb8\x82\x65\x5b\xf5\xcc\xa6\xb9\x23\x41\x84\x25\x44\xbc\x16\xee\x01\xd5\x8e\x04\xde\x2a\xd1\x14\xd8\xfd\x9f\x9d\xab\x4a\x3f\x02\x6f\x25\x3c\x24\x4c\x55\x8b\x5e\x52\x82\xe7\x73\xc4\x84\x6b\x59\x6e\xea\x9e\xcb\x29\xfb\x47\x57\xfc\xef\xf0\x30\x4f\x0e\x37\x56\x1b\x8b\xff\xc9\x6a\xc5\x0a\xef\x15\x06\x1d\x6f\x75\x89\x12\x86\xc3\x20\x56\xb3\xc0\x27\xa4\xcd\xe8\x5c\xe3\xaf\x0b\xa7\x7a\xdd\x75\x7a\xc7\x7c\xe5\xa9\x85\xe6\x74\x1b\xed\x6e\xe7\xd1\x7c\xd9\x68\x77\x1e\xf1\xf7\xe7\x34\x89\x50\xf2\x46\x0e\xb3\xf3\x60\xbe\x6c\x44\x94\x31\x14\x35\xfe\xf1\xf8\xf1\xe3\x32\xba\x6c\x1f\x75\x6f\x25\x3c\x58\x50\x48\x65\xac\x74\xcf\x59\x90\x08\x25\x7c\x9d\x95\x2b\x2a\x17\x70\x6f\x25\x3b\x22\x1b\xec\x76\x44\xdf\x38\xbf\x52\x5c\x01\xb3\x20\xc6\x61\xc5\x34\x85\x62\xd8\xa2\x24\xfe\x86\x3c\xe7\x49\xf7\x7f\x0c\xb1\x74\x1e\x73\x28\x86\x48\x31\xe1\x5d\x68\xd7\xd2\xaa\xa6\xba\x0f\x12\x43\x9d\x87\xbc\xb6\xa6\x76\xa7\xdb\x79\x58\xdd\x7c\x5b\xb3\xfa\xe2\xf2\x12\x1f\x67\x88\x4d\x69\x24\xd8\x70\x69\x69\x39\xf7\xbe\x2e\xba\xbd\x27\x87\xf7\x9c\x4d\x35\x64\xe1\x0c\x50\x5f\xf7\xf0\x38\x3c\xaf\xad\x2b\xf8\x1d\xdf\x39\xb7\xd6\x0f\x6b\xeb\x8b\x30\xd6\xe7\xf1\x96\xea\xd1\xe3\xa3\xe3\xaf\x8b\x28\x7c\x78\x5c\x3f\x00\x2a\x03\xd6\xdf\x0c\xe4\xe8\x61\x2d\x10\x61\xf4\x71\x73\x2f\x7a\xb5\x00\x10\x59\xcc\xb6\x60\xe1\xf0\x30\xa8\xad\x3a\x4f\xe8\x1c\x25\xec\x7a\x1b\x12\x83\xfa\x96\x2f\xd0\xf5\x15\x4d\xb6\x4c\x7f\xf4\xf8\x28\xfa\xba\x88\xa2\x5e\xef\xeb\x62\x8c\xba\xa8\x16\x12\x09\x66\x48\xee\xd7\xdb\x7a\x52\x4f\x4a\x4c\xae\xcc\xca\xaa\xc1\x79\x78\x4f\xad\x36\xb1\x86\x8e\xf9\x1a\x2a\x70\x92\x19\x8e\xa2\x18\x39\x42\x12\xf9\x5c\x1d\x93\x13\xe2\xb2\xda\x59\x48\x79\x5a\xef\xcc\x97\x9f\x56\x7e\x8b\x2b\x6c\xed\x02\xc2\x65\x54\x00\xe0\x97\x3d\x8d\x62\x73\xc0\x05\x40\xe3\x62\x52\x97\x96\xbc\xd2\x56\x20\xb3\x6d\xca\xdf\xa0\xc1\x76\x0f\x9e\x2f\x3a\x9f\x92\x20\xbc\x78\x81\x62\xe9\x98\x59\xbc\x52\xcb\x95\xe8\xe7\xe2\x01\x13\x9d\x42\x23\x91\x51\xb4\x2c\x5b\x03\xd1\x75\x31\xaa\x4c\x8e\xfe\x61\xab\x69\x52\x71\xf0\x1c\x99\xc6\xc1\x66\x6c\x6f\x03\xa9\x4f\xaa\x06\xaf\x72\x47\xe0\x4a\x5d\x78\xc9\xb5\x63\xc8\x46\xe2\xa6\xdf\x0e\xd5\x0c\x60\xe0\xdf\xff\xf7\xd7\xf4\x47\x15\x04\x82\x0a\x57\x45\x30\xec\x8e\xa4\x4e\x38\xeb\x57\x59\x0b\x4c\x2a\xb5\xc0\x96\x43\x88\x09\xc4\xbf\xca\xec\xc8\x03\xb8\xe0\x0d\x32\xdd\x60\xc8\xdb\xd2\x76\xa7\x63\xbf\xdb\x1f\x3f\x5d\xf4\xc7\x07\x07\x20\x3e\xf0\xf5\x31\x01\x5f\x83\xbe\xca\x66\xcb\x0e\x62\x6d\x12\xbf\x00\x30\xf4\xe3\x83\x50\x05\x40\x59\x00\xed\x7f\x11\x02\xc8\x0e\xfc\x50\xab\xc4\x7b\x37\xa9\x99\xa5\xaa\xb2\x02\xe9\xb5\x57\xa0\x7c\xd6\xbf\xc8\x3c\xb1\x7c\xce\xf1\x10\x09\x1c\x8d\x0e\xd4\x91\xde\x7e\x21\x8d\x7c\x75\xb8\x27\x19\x8d\x5a\x86\x07\x4d\xbd\xe9\xc6\x32\x5c\x9c\x07\x49\x5a\x6f\xdc\x0d\x45\x74\x35\x3e\x81\xc3\x11\x0c\xf8\x7f\x52\x75\x45\xa3\x02\x04\x25\x5f\xc9\xc9\xfa\x2b\xb9\x0f\xca\x13\x95\x14\x26\xca\x24\x45\x80\xb1\xc9\xbf\x4e\xfc\xfb\xc3\x7f\xfc\x30\xfa\xba\x72\x4f\x3c\x11\x16\xc4\x3d\xf1\x3c\x77\xf8\xef\xcd\xe8\x47\x00\x4e\xd6\xfa\xd7\xd7\x8d\x9a\xb7\x18\xf4\xed\xd0\x89\x64\xd8\x1b\x9d\x88\xe0\x20\x32\xe4\xd9\xd8\x27\xc3\xc3\xd1\x7a\x4d\x86\x47\xa3\xf5\xda\x71\xe0\xd4\x6f\xf7\x60\xe4\x77\xfb\x91\x09\x71\xd3\x8f\x0e\x0e\x80\x72\x36\x59\x9c\xe0\x61\x34\xea\xa4\xe8\x6f\xdf\x5f\x78\xe3\x56\x4b\x3c\xca\xcc\xd4\x63\xd0\x6a\xb9\x53\x3f\x12\x87\xfa\xa9\x1d\xb2\x71\xee\x77\xfb\x73\x2b\x64\x8e\x3a\xe1\x2f\xb4\xef\x06\x1e\xce\x05\x4c\x0e\x4e\xfe\x7a\xba\x00\x7d\x30\x3f\x38\xe8\x63\xad\xd4\x99\xc3\x2e\x5c\xa5\xe8\x6f\x6f\x01\x79\x73\xde\x78\x03\xe0\xd4\x9f\xf7\x8d\x47\x0e\x75\x83\x0c\xa5\x97\xc6\xaf\xe6\xb2\x44\xfb\x13\xe3\x57\x33\x91\x84\xf1\xcc\x9f\xb6\x5a\xea\xf7\xc1\x81\x26\xc3\x2b\xb0\xba\xec\x20\xf7\x2a\x23\xc3\x4b\xa9\x7b\x0d\x32\xbf\x9a\xcf\x4b\x77\x0a\x69\x16\xe3\x42\x04\xbf\xd4\x7f\x0f\xc6\x26\xc1\x05\x8c\xfd\x58\xd1\x7f\x57\x7f\x06\x07\xe3\x03\xfd\x52\xd7\x20\xd9\x22\x03\x22\xf2\x64\x3f\xf4\xef\xbb\xc3\x1f\xfe\x31\x02\x5f\xbf\xae\xec\x29\xb5\x01\x86\x1a\x60\x38\xec\x8d\x0e\x9c\x95\x63\xe0\xaa\x2f\x07\xa1\x05\x57\x60\xec\x1a\x9e\x17\x30\x76\xae\x30\x76\xed\x9f\x97\x30\x76\xea\x5f\x2b\x8c\x9d\xca\x9d\xc4\xcf\xe2\x32\x9e\x8a\xa5\xf4\x4c\xb5\xd4\x6a\xb9\xf2\x45\xbb\x0d\x4f\x3b\x8c\xb6\xdb\xc0\xc2\xe7\x79\x1e\x9f\xe7\x12\x9f\x54\xe2\x33\xb6\x4b\xa6\xf9\x92\xa9\x6d\x7f\xa7\x0d\x9c\x03\x8b\x81\xff\x73\xe9\x93\xa8\x73\x85\xa3\x09\x62\xee\x4a\xfe\xe5\x4c\xdf\xdd\xc3\x3e\xcc\xb0\x0d\xcb\x20\x8c\xe9\x50\x5f\xfc\xd9\xd8\x04\x80\x2a\xb3\x2f\x46\x5f\xbc\x3b\xad\x55\x21\xef\x16\xaf\x09\x15\x02\x49\x54\x1e\x35\x20\x32\x7a\x5e\x19\x69\xba\xda\x72\xcc\x36\x55\x95\x86\x27\x28\x12\x6a\xf4\x5f\x04\xae\x66\x41\x72\xe1\xae\x44\x73\x5e\xb1\x29\x67\x03\xe0\x6f\x7b\x6d\x89\x92\x51\x1a\xa7\x53\x79\xf7\x4e\xb4\x9e\x38\xa4\xbc\xc5\x14\x31\x97\xd5\x3a\xa8\x48\x96\x2c\xf2\x14\xd3\x93\x7f\x2e\xbd\x5f\x96\x40\x42\x2d\xfa\x61\x54\x47\x05\xda\x22\x5e\xe8\x7d\x55\x6f\x93\xb2\xaf\xe5\x88\xf1\xa4\x32\x62\xbc\xda\x27\x95\x31\x4d\x2e\x02\x8a\x74\xcb\x4a\xf4\x3d\x88\x26\xdf\x40\x46\x87\x0f\x8a\xd1\xe1\x73\xe4\x9b\xe4\xbc\x2d\xb2\x0b\x09\x7d\x97\xf6\x9a\xa4\x38\x92\x61\x52\xb6\xdf\xec\x64\xa4\x23\xc7\xb5\xe5\x6a\x82\xe9\x22\x85\x3b\xac\xcc\x75\x97\x28\xc1\xce\x67\xc6\xc1\x40\x3a\x58\x3f\xf5\x91\x72\xb4\x26\x1d\x46\x9f\xf9\x32\xbd\x87\xbc\x4b\xd1\x6b\xf0\xd7\x1d\x2d\x96\x5a\x2d\x63\x9a\xb4\x01\xf0\xcf\xbc\x5d\x12\x1a\xec\x64\x97\x24\x8c\xca\xab\x2d\x92\x72\x86\x11\x25\x9b\xe7\xdd\x2c\x21\xf0\xd8\xc5\x1d\x9c\xba\xbf\x2e\x8d\x6e\x1c\x17\x3e\xfd\xb9\x04\xad\x16\xb2\x0d\x1e\x7f\xe3\x92\x86\xc4\x30\xd4\x69\x6b\x6e\x32\x9a\xb0\x82\x71\x5a\x66\x07\xad\x96\x8b\x54\x5e\x86\xcc\xec\x16\x40\x51\xca\xba\x6d\x6d\x5a\x76\x0b\x16\xbd\xb8\x56\x21\x20\x40\xc9\x4c\x09\x68\x9b\x65\x56\xe3\x8f\x99\x58\xa8\x2a\xc7\xda\x56\x43\xab\x13\x24\x8a\x7a\x24\x92\xb9\xe8\x41\x3e\x5e\x27\x1b\xe4\xe6\xfb\xdb\x42\x27\x6c\x40\xca\xb7\xb8\xe6\x96\x40\x93\xde\xb6\xc0\x71\xdf\x16\x75\x4c\x21\x63\xe4\x83\x6c\x81\xfc\xb0\xec\x08\x71\xcd\x8a\x8e\x6e\x11\x8b\x3a\x38\xe9\xa0\xe2\x96\x94\x6e\x4c\x29\x13\x15\x5e\x1c\x2d\x99\x88\xce\xa0\xa6\x37\xf4\x0b\x41\xe6\x13\x11\x5d\x5e\x07\x96\xff\x25\x56\x56\x4b\x50\x06\x7e\x79\x4d\x18\xfd\x1d\xa3\x2b\xaf\xd9\xdd\x48\x7b\x7a\x23\x09\x85\xd9\x5c\xf9\x6c\xe0\xa6\x22\x20\x79\x66\x9e\xa6\x9d\x8a\x14\x7d\xf1\xcf\x70\xe1\x87\x9a\xae\xfd\xe1\xaf\x42\x83\x1d\x83\x51\xdf\xdc\x97\xe5\xad\x69\xd0\x00\x36\x7b\xa0\xd5\x5a\x28\xa1\x7b\xac\x03\x2d\x50\x32\xc6\x13\x5e\x79\x88\x06\x30\x18\xc0\x74\x00\x7f\x5f\x8e\x00\xd8\x58\xd9\x04\x34\x28\x75\x3f\x12\x8a\x54\x5d\x1a\xd1\xc9\xc0\x9a\x98\xaa\x43\x9d\xbe\x67\x66\x06\x20\x14\x01\x31\xac\x7e\xc9\xc0\x54\xeb\x35\x7a\xda\x15\xf1\x98\xb1\xe6\x88\x39\x63\x38\x6a\xde\x1f\x20\x18\xf8\xe8\x59\xb7\xd5\x6a\xe2\x1a\x6e\x66\x1b\x60\x28\x92\xa2\x22\xc8\xa6\xa6\x80\xc4\x25\x7a\x40\x2b\x83\x7c\x8f\x0d\x5c\x0d\x11\x52\x00\xf5\x0d\x81\xc4\x6f\x90\x9d\x22\x7f\x5b\xda\xe5\x84\x61\x90\xb6\x4c\xc3\x03\x5f\x6d\x47\x9f\x82\x73\x07\x26\x0b\xe2\x25\x03\xb7\x07\x60\x3a\xc5\x63\xc6\x7f\xb7\x7b\x40\x73\xfa\x97\x69\x18\xcc\x91\x2c\x55\xe6\xec\x26\xa1\x80\x9f\xcd\x86\x4e\x91\xd0\x64\x85\xa9\x75\x89\x6b\x4c\x83\x57\xf9\x8e\xab\x6b\x18\xde\x47\x11\x7f\x80\x0e\x76\x8c\x99\xac\x7d\x0c\x4f\xd0\xb0\x3b\xf2\xf0\x80\xb3\xea\x60\xe0\xbf\x5a\x74\xa6\x78\x32\x45\x29\x73\x7f\x98\x89\x7b\x92\x05\x43\xee\x90\x0e\x46\x35\x36\x99\xf2\x64\x48\x07\x20\xf3\xab\x1b\xf8\x9c\xd7\xd0\xd9\x4b\xfb\xee\xca\x5d\x99\x30\x8a\x35\xfc\x9c\x55\x90\xb5\x36\xb1\x94\xe7\x09\x97\x13\xdd\x9c\xa6\x03\xf6\x9c\xd2\x24\x4a\xdd\xd5\xd2\xe3\x12\x15\x46\x84\xfd\x0b\x5e\x9b\xdf\x5f\x78\x5f\x0a\xb6\xe0\x89\xa6\xa6\x2d\xd7\x98\x72\x23\x24\xf2\xc2\xec\x99\x4f\x32\x9a\x6a\x0a\x22\xc6\x9a\xde\x12\x4d\xc5\xad\x96\xcb\xac\x6b\xa7\x1c\xb5\x25\xd9\x5e\x31\x96\x81\xf8\xf2\x53\x97\xd4\xd0\x77\x89\x65\x3e\x53\x00\x36\xca\xe0\xfb\xb7\x65\x19\xb6\xa7\xed\x21\x04\x1d\x28\x4b\xfb\x81\xbf\x3a\x4f\x82\xf0\x02\xb1\xd4\x1b\x3a\xae\x03\x9d\xa1\x03\x9d\x95\x03\x9d\x7b\x0e\xbc\xe7\xdc\x1b\x41\x79\x79\xe1\x39\x60\xb4\xf1\xfa\xcf\x9c\x0d\x8c\x07\xdb\xf7\xf8\x82\x3e\x07\xd9\x7a\x9c\xc1\x98\xa1\xa4\xa8\xa7\xd1\x79\x22\x09\x27\xb0\xc5\x0d\xd0\xcd\xba\xd6\xe0\x85\x04\x31\x1e\xf8\xff\x19\x49\x1f\x6c\xdc\xe5\x18\x80\xfe\x78\xa0\x2e\xf2\x71\x84\xfc\x1e\x1c\x0f\x3a\x88\x44\xe2\x41\x59\x21\x4d\x77\x13\x62\x3e\x8d\xa5\x55\x7a\x8d\x20\x23\x4c\x1b\xb2\x9d\x3c\xcf\x56\x73\xda\xa1\xaa\xf4\x39\x40\x65\x1a\xf1\x6d\x2f\x9f\x42\xad\xec\x7d\x2d\x80\x3e\x69\xfa\xac\xe8\x78\x91\xc0\x76\x4f\x4a\x16\x7a\x08\x60\x53\x16\x58\x8c\x1d\x73\x59\x12\x2b\x84\x37\xd1\x5c\x4f\xcb\x58\x8c\x0b\x58\xf1\x00\x9c\x70\xa0\x9a\xb1\x05\x51\xe4\x0d\xc7\x03\xb5\xff\x33\xed\x3f\x2b\xff\x1e\xf4\xc0\x68\x03\x3c\x51\x71\x31\x00\x4a\x80\xd2\x55\xa5\xd8\x51\xc9\xe6\x9a\xda\xdc\x6b\xc3\xc5\x98\xbe\x1d\x48\x05\xe7\x03\xa9\x04\xc6\x2a\x2b\x95\x91\x31\xd2\x62\x64\x0c\x0d\x53\x2f\xb0\x68\xe0\x3b\x2e\x18\x8e\x56\x9b\xa7\xcf\x9c\x8c\xfe\xe6\x83\x7c\x18\xbe\x6e\x9f\x3d\x8d\x06\x5a\xd9\xc2\x0e\xfc\x43\x80\xc7\x6e\x34\x10\x39\x3e\x9e\xd3\x48\x2a\x00\x7d\xdf\x08\x9b\xea\x13\x7f\x7d\xd0\x33\x0b\xea\x72\xe1\xa2\xa7\xbd\xc3\xc7\x27\xc8\xe3\xe8\xc8\xf6\xe9\xd9\xa0\x60\xaa\x5f\x8c\x28\x20\xae\xf6\x7f\x52\x9c\xc0\x81\x42\xad\xb8\x5e\x87\x03\xb1\xa9\x5d\x0e\x7c\x87\x8a\xb8\x38\x56\xc6\xa1\xe0\x12\x4f\x02\x91\xb7\xf8\xfe\x80\x44\x09\xc5\xd1\xd7\x73\x95\xfd\xc2\x7c\xeb\x2c\x52\x94\x0c\x26\x88\x30\x00\x27\x82\xe7\x0b\xe3\x42\xc5\xf0\x39\x87\xab\x48\x56\x84\xc7\xae\x7b\x39\x38\x41\xd9\x15\xbc\x67\x7e\x0b\x4b\x60\x4e\xb2\x28\xd2\x06\x75\x0c\x75\x12\x14\x44\xef\x48\x7c\x5d\x64\xe8\xfa\x7b\x9e\xb2\x6d\x75\xe7\xb3\xc3\xf5\xfa\x90\x33\x6b\x2d\x8c\xf5\x7c\x5f\xe6\x2f\x48\xb8\x14\xb6\x5e\xb3\xa6\x8f\x75\xe8\x53\xfe\x93\xd1\xa2\x58\x52\xbd\x53\x09\x84\x57\xaf\x29\x11\xec\x41\x33\x5d\x8e\x63\xf3\x20\xd7\x09\xde\x33\x9e\x0f\x4c\xfd\xf9\x40\xa4\xb7\x11\xfe\x9e\x9c\x65\xf8\x7e\xa0\x09\x25\xf5\xfd\xe0\x64\xc0\x7b\x23\x42\xf7\xaa\xcc\x2c\xc1\x41\x70\x10\x80\x67\xed\x1e\xf0\xae\xe4\xb7\x14\x26\x1d\xc9\xea\x65\x97\xc4\x4f\x0d\x2d\x6d\xb5\xce\x2b\x07\x24\x3c\x5d\x74\x53\x4b\x05\x09\x58\x39\xd2\x68\x3e\x47\x5a\x6e\x91\x88\x03\x9c\x25\x66\x1b\xe1\x86\x8a\x80\x89\x66\xcf\xa4\x72\xcb\x02\x00\x5e\x1b\xe9\xea\xa7\x20\xbc\x50\x06\x14\x7b\x48\x4f\xd2\x52\xac\x92\x5a\xc4\x94\x31\x58\xc3\x47\xab\xa7\x0b\x4b\xeb\x66\x6a\xb8\x63\x39\x73\x96\x8c\xe2\xad\x5c\x8f\x34\x79\x54\x12\x8d\xce\x66\xa5\x7c\xd8\x59\xfb\x10\x66\x09\x01\x75\x4e\x8d\x2e\x00\xbe\x4f\x4c\x72\x10\x8f\x28\x25\x5f\x0f\x6c\x5c\x71\x7a\x84\x48\x11\x99\x70\xf8\x4d\xca\x8e\xbe\xa4\xd2\xd1\xd7\x3a\xf4\xa6\x22\x87\xf2\xe9\x20\x0f\xcf\x57\x34\x26\x0e\x27\xd5\x59\xbf\x64\xc9\xb6\x09\xf7\x2b\x32\x80\xf2\x57\x07\x26\x71\x52\x29\xd7\x56\xa1\x0e\x80\x56\x8e\xad\xa2\x3f\xf9\xc6\x22\xab\x20\x4f\x56\x81\xed\x7d\xa0\xb3\x80\xf9\x82\x9f\x5b\xc9\xdf\x2c\x11\x99\xc2\x55\xf9\x58\xc6\x45\x64\xbc\xd9\x58\xee\xf7\xe7\x03\x7b\x82\x9a\xbd\x7e\x5e\xea\x72\xa7\x03\xd0\x51\xc9\xc1\xdd\x2e\x54\x5b\xab\x1c\x7d\x8e\x04\x90\x74\xdf\x21\xbe\xa2\x63\x62\xa5\x82\x1b\x6c\xa1\x01\xc8\x0e\x0e\xad\x8c\x05\x5a\xd9\x6b\x51\x83\xc5\xe3\xc5\x42\x56\x3c\x54\xa9\x32\x24\x75\xd6\xe7\x75\xa3\xd2\x2b\x92\x2a\xf2\x2c\x4c\xeb\x70\xa5\x93\xa4\xc9\xcc\xae\x54\x2c\xf7\x0d\xd4\xaf\x89\x7e\xcd\xe8\x66\x64\x24\xd7\x78\xc0\xf9\x3a\x7f\x99\x25\x50\xcb\xe6\x5d\xee\xdc\xb4\x13\x90\x70\x4a\x13\x53\x02\x52\x49\x29\x85\xb4\x70\x81\xcf\xd1\x23\xe8\x50\x16\x30\x3c\x22\x58\xaf\xef\x7f\x4d\xd5\x7e\x13\x80\xf5\x3a\xc9\x78\x1b\xe7\x6b\x27\x19\x71\xea\x41\x1c\x98\xfe\x8a\xd4\x82\xa5\x0e\xe7\x3b\x50\x22\xd5\x52\x0f\x3d\x43\x68\x34\x47\x68\xf2\x9c\x88\xb6\x91\x1a\x2c\xa5\x92\x13\xb7\xec\x1b\x6b\x36\x97\x83\x7c\xf4\x4b\x31\x97\x38\x97\x80\x2f\x31\x02\x59\xcd\xd1\x57\xcc\xaa\x58\xcb\x12\x87\x4c\xaf\x65\x72\x92\x8d\x4b\xbe\x3c\x30\xc9\xc6\xbc\x44\xa8\x5f\xcc\x49\xb9\x30\x1c\xeb\x00\x93\x69\x75\x70\x69\x67\x78\x2d\x6e\x23\xca\xba\x0f\x83\xf5\x1b\x07\x62\x71\x72\x21\x84\xaa\xfe\x2c\xc4\x6c\x49\x97\x46\x0b\x5d\x83\x3a\x74\x6d\x4f\x69\xa8\x73\x0d\xde\x44\xfa\xb8\x40\xfa\xe6\x75\x05\xe9\xe3\xad\xa4\x8f\x4b\xa4\x8f\x2b\x49\x9f\xfa\xf2\x3d\xb4\xd7\x80\xd8\x8f\x03\xdf\x97\x27\x83\x0b\x3e\x66\x5a\xe6\xc6\x86\xe0\xf5\xba\x2d\xd1\xfa\x36\x32\xb7\x3b\x82\xc7\xee\xb9\x6a\x44\x6f\x14\xb9\x94\x8c\x14\xd2\x83\xa3\x1f\x4d\x05\xdf\x67\x07\xec\x40\x87\xc3\x5d\xd5\x83\xfe\xd1\x4d\x4f\x8e\xbc\x1e\xc8\xce\xbb\x72\x5a\x45\x74\x6e\xe1\x11\x84\xc7\x6e\xa1\xa9\xf6\xe1\x8f\x19\xb7\x90\x4d\xb5\x5a\x12\x05\xd6\xa7\x6d\xd8\x38\xf8\x3e\x18\x41\x52\x28\x0f\x18\x9a\xd0\x04\x7f\x43\x89\x4b\x81\x1b\x80\xa6\x3f\x19\x77\xfe\xa0\x49\xa4\x6f\xd7\x73\x9d\xef\xa9\xc9\x0b\x9b\x32\xd8\x79\x05\x88\x30\x03\xd1\x6a\x35\xf3\x72\xb1\xed\xd1\xf6\x65\xe2\x96\xf2\x52\xf3\xc3\x98\x72\x4e\x3b\x96\xae\x68\xd2\x7b\xae\x94\xe5\x9d\xff\xc9\xd6\xba\x6f\xfb\xca\x51\x3f\xb1\xa2\x7f\xf7\x69\xab\x45\xd5\x7d\x4c\xa2\xf4\xfe\x9c\xa9\xb7\xe5\xcb\x67\x56\xd2\x97\x7c\x53\xa2\x10\xc9\xf8\x3a\xa3\xa2\x19\x23\x6c\x51\x9f\x5a\xcd\x6c\x4c\x34\x04\xed\x6a\xca\xa8\x8a\x0f\xa0\x72\x68\x8b\x58\x78\x2a\x9b\x7f\xe2\x07\x1b\x73\xa3\xc5\x67\x1e\xb2\xff\x45\xf2\x2f\x08\x14\x89\x8f\x37\x5b\x18\x23\xbe\x1d\x9f\xbf\xc8\xed\xff\x55\x73\x6b\x9d\xef\x88\x42\x8a\xbe\x92\xf1\x7d\x96\x41\x7a\x37\x30\x37\x8d\x25\x1f\xe7\x6e\xa5\x8f\x73\xd7\xf6\x71\xee\x8e\xbc\xd5\x46\xe7\x29\x7e\xbd\x84\x17\x42\x03\x85\x00\x7c\xb5\x84\x1f\x85\x5e\x58\xe6\xb9\x32\x22\xf8\x73\x96\xc4\xed\x8f\xd5\x32\xb8\x96\xe4\x8b\x5e\x9d\x4a\x59\x89\xea\xed\xb0\xbb\x46\x43\xb5\x8f\x92\x34\x6f\xcf\x6e\x14\x72\x6c\xbd\x6e\xb2\xfd\x42\xd7\xd5\x75\x2f\xef\x52\x64\x77\x70\x90\x24\xf4\xea\x85\xc8\xfd\xc2\xfb\xf8\xaf\xa5\x18\x84\xfd\xf1\xf3\x3c\xfb\x94\x69\x7f\xdf\xf3\xe3\x77\xbe\x1a\x94\x0e\xd1\xb9\x22\xb9\xca\xc5\x02\x2f\xa5\xe9\xe4\x2d\x70\x53\x3c\x3b\x73\x4c\x09\x6c\x95\xfc\xd4\x59\x85\x9f\x7a\xab\xe5\xca\x1c\xc6\x39\xe7\xef\x21\xcb\x3b\x8a\x8f\x8c\xce\xf9\x63\x8d\xda\xf8\xad\x3b\xbc\x58\x6e\xd7\x1b\x5f\x2c\x41\x27\x97\x13\xef\x64\xf8\x69\x30\xf2\x86\x23\xa3\x4d\x3e\x1b\xc0\x6f\x9c\x2a\x65\x62\x72\xe7\xdf\xce\x06\xea\xdf\x3f\x5a\xbf\xef\x5b\xbf\xff\xc7\xfa\x7d\x60\xfd\x6e\x5b\xbf\x7d\xdf\x7a\x78\x96\x7b\xb0\x7e\x3f\xb5\x7f\xdb\x85\x9a\xf6\x43\xc0\x02\x72\x68\x3f\x93\xc8\x7a\xa2\x89\xf5\xb0\x20\x31\x4a\x53\x67\x33\x82\xcf\xad\x41\x05\x97\x13\x07\xca\x68\xa7\x9e\x13\x4c\x26\x09\x9a\x04\xd2\x12\x00\x93\x31\xf5\x9c\xe7\x41\x1c\x2e\xe2\x80\xa1\x06\x9b\xa2\x46\x70\x89\x92\x60\x82\x1a\xf4\x12\x25\x8d\x08\xcf\x10\x49\x45\x58\x72\xc8\xd9\x8f\xe7\x68\xbb\xc8\xac\x51\x19\x65\xff\x62\x6b\x13\x1f\x67\x41\x1c\xa3\x94\x35\x2e\x1a\x48\x9a\x2e\xa4\x8d\xf3\xeb\x46\x1a\xcc\xe6\x31\x6a\x88\xf3\x63\x7d\x03\xa1\x4c\xd9\xb3\x6d\x04\xbc\x44\x83\x2c\x66\xe7\x28\x69\xd0\x71\xd6\x06\x26\x62\x4c\x97\x22\x52\xc1\x0d\x2d\x9c\x89\x6e\xa4\xb7\x6b\xe8\x0a\xb3\xa9\x68\x2a\x0d\x66\x37\x0e\x68\x92\xd0\xc5\x7c\x6b\x3b\xbf\xf0\x12\x8d\x14\x25\x18\xa5\xb0\x71\x35\xc5\x31\x6a\xa4\x88\x31\x4c\x26\xba\x15\x83\xb8\x06\xa3\x8d\x5e\x7d\x63\xb3\x60\xb9\x7d\x6a\xc4\x82\x6b\xcc\x82\x25\x9e\x2d\x66\xbb\x4f\xfb\x0c\x93\x9d\xe0\x62\xb2\x1f\xdc\xbf\x17\x01\x61\x38\x46\x3b\x92\xec\xd7\x45\xf7\x28\x7c\xd8\xd6\xb5\x1a\x6e\xb7\xf1\x75\x71\x78\xf8\xf0\x81\xfa\xa2\x9f\x7a\x60\xf7\x2e\xa4\x2c\x8a\xd0\xe5\x8e\x1d\x98\xd3\x39\xff\xc1\x77\xd1\x94\x05\x24\x0a\x92\xa8\x11\xa1\x4b\x2c\x5f\xed\xd3\xe6\x65\x90\xdc\xa1\x4d\x61\xf5\x4d\xc2\x3d\x16\x6e\xba\x98\xed\xd8\x5e\xba\xcf\x04\x32\x3a\xdf\xce\x0c\xde\x04\xc9\x64\x4f\x5e\x30\x82\x2f\x2d\x86\x96\x2e\x66\x6e\xc2\xe5\xa6\xb3\x33\x21\x19\x9d\xc9\xf5\x7d\x76\x36\x3c\x9e\x8d\x00\xd0\xb5\x4d\x20\x26\xd3\x19\x65\xa4\x64\x48\x54\x0f\x8b\x03\x4b\xf9\x7a\xc6\x84\x9f\x4a\x53\xe4\x40\x71\x9b\xe3\x91\x81\x9b\xb5\xf6\xc3\xaa\xd8\xde\x46\x35\x08\xb2\xd1\x4f\x71\xca\xe8\x24\x09\x66\x67\x9a\x24\xdd\x33\xf3\xf3\xec\x0c\x0a\x5c\x9e\x5f\xbb\x31\x02\x0d\x3d\x88\xac\xce\x0c\xb1\x04\x87\x7a\x20\xbb\x8f\x64\x30\x9f\x27\x74\x89\x67\x7c\xb2\x82\x86\x59\x0c\x92\x3f\x70\x69\xaf\x11\x90\x86\x9e\x0a\x14\x35\x4c\x8b\xf6\x40\x2b\xba\xce\x87\x9c\x75\x7e\x53\xd1\x7b\x5e\xa2\xdc\xff\x8d\x1e\x40\x86\x99\x7b\xe2\xcf\x59\x82\x44\xee\xa1\xd2\xd4\xc1\x86\x73\x76\x16\xa5\xec\xec\xcc\x11\x3f\x55\x39\x4e\x1e\xfa\x55\x9a\x84\xd9\xd7\x09\x5a\x9e\x9d\x39\xe0\xde\xce\x73\x8d\x58\x83\x26\x0d\x05\xb6\x11\x34\x44\x77\x14\x86\x30\xe1\xf8\x11\x1d\x32\x7b\x85\xc1\x4b\xa1\xe3\x15\x54\x00\x1b\x0e\x7f\x2b\x7a\xbf\x71\xd4\x53\x6e\x00\xe6\xad\x18\x83\x55\x46\x0c\x63\xe3\x80\x7b\x20\xbf\x80\xdc\xb3\xb3\x24\x20\x17\x67\x72\xab\xe1\xe8\x29\xb6\xba\x3b\x71\xec\xb2\xde\x32\x2a\x10\xad\x8b\xce\xd9\xed\x6f\x60\xa3\x62\xe0\x39\xca\x57\x72\xc0\xf7\xec\xf9\x4e\x62\x43\xd6\x75\xdd\x83\x5b\xf4\xfe\x9e\x2d\x02\xb8\xce\xd9\x99\x9c\x74\x12\xcc\x90\xa0\xb9\xd2\x18\x76\x26\x3c\x29\x32\xf0\x4d\x3b\x13\x1b\xe4\xc6\xde\x98\x0b\x8e\x9a\x32\x4c\x42\x56\x37\xa8\x42\xc7\xf8\x30\xec\xae\x71\x52\xe2\xef\xcc\xc2\xe3\x94\x34\x82\x6f\x07\xfe\x4a\x04\x79\x7d\x37\xf7\x0c\xdb\xac\x95\x30\xfd\xff\x63\x7f\xf9\x3f\x9c\xdd\x9e\x63\xf2\x6e\xee\x7d\x1b\xc0\x68\xa1\x5c\xc1\x0c\x98\x6b\xab\xf0\x95\xf5\xdb\xde\x03\xa6\xb6\xa0\x60\x6f\x39\xf6\xfb\xd4\x34\x74\x4a\x23\x3c\xc6\x28\xc9\x1a\xc9\x76\x0b\xe1\x9f\xd6\xa0\x24\xbe\x6e\xf0\xed\x6e\x8e\x42\x5e\x34\x92\xeb\x77\xcb\x36\x24\x6c\x5b\x31\x99\x68\x38\xaf\x85\xad\x6b\x09\x40\x63\x4c\x93\x86\x40\x95\x28\xbb\x55\x64\x3b\x93\x79\x8c\x14\xcb\x8d\x63\x7a\xd5\x98\x05\xe4\xba\xcd\x68\x9b\x12\xb4\x33\x14\x95\xd1\xc8\x06\x43\x09\xe2\x50\x38\xb4\x7a\x30\x23\x18\xb0\x32\xa6\x54\x7c\x35\x0d\x4f\x9d\xff\xb9\x50\x28\x04\x45\xfe\x95\x93\x1c\x7f\xf8\x5b\x06\xfa\xa8\xeb\x1d\x22\x51\x2d\x1c\x44\xa2\xed\x50\x46\x26\xe6\xfe\xeb\x08\x11\x56\xe8\x64\x70\x6e\xc9\xd5\xd9\x92\x91\x4d\x7d\x50\xf1\xbe\x94\x0f\xa9\x5c\x02\x6a\x3b\xe6\x1c\x59\xae\x96\x12\xd3\xb0\x4e\x44\xe7\x29\xb2\x4f\x08\xc5\x06\x5e\x20\x86\x92\x19\x26\xa8\x71\x35\x45\x6c\x8a\x92\x1c\xab\x6f\xe0\xb4\x21\x14\xb9\x37\xb6\x70\xc6\x85\x85\x33\x7e\x98\xdd\xbf\x2d\xa1\x07\xda\xa7\xc5\x90\x6e\x41\x59\xe1\xc8\x96\x84\x21\x4d\x31\x41\x90\xef\x64\x49\x10\xe1\x80\xa4\x50\x50\xf6\xae\x18\x0c\x69\x3a\xdd\xb5\x39\x4c\x2e\x51\x92\xa2\xc6\xf4\x7a\x8e\x92\x73\x1a\xe3\xb0\x71\xd7\xe6\x53\xfb\x30\x71\xe3\x60\xef\xdc\xd6\x5d\x86\x7a\xb7\xc6\x59\xb0\xcf\x40\x19\x27\x1a\xc2\xee\xd4\xdc\x5d\xc6\x7a\xe7\xf6\x2f\x27\xbb\xac\x99\x81\x52\x39\xa8\x6d\x51\xaf\x7f\x2e\x99\xcb\x8a\xb5\x0d\x84\x08\xc7\x5b\x18\x0b\x5d\x90\xa8\xb1\x98\xd7\x70\x14\xce\xdb\x08\x0a\x12\x2e\x60\x60\xc2\xd0\x04\x25\xdb\x9a\x92\x3a\xe2\x1b\xd9\x58\xb6\xcb\x4b\xd9\x52\xd5\xe3\x28\xcc\x35\xbe\xd3\xf0\xe2\x60\x36\xaf\x6f\xf1\x0d\x9e\x61\x29\x5a\xc8\xa6\x8a\xe3\x53\xd7\xcb\x8d\xc0\x9c\xc2\x03\x12\xf1\x27\x79\xd6\xbf\xa9\xe1\xb3\x9c\xea\x60\xdf\xc6\x19\xdd\xa7\xa5\x6d\xeb\x7f\xb7\x96\xe4\x08\xb7\xb5\xb4\x3b\x43\xbd\x15\x3b\x83\x22\x6f\x92\xd7\xee\xe5\x9a\xdc\x79\xf9\xdd\x95\x9b\x56\x36\xbf\xd8\x6d\xd3\xaa\x92\x51\xd5\x9a\xe1\xed\xa2\x20\x9c\xee\xba\xe4\xa3\xe0\x3a\x3d\xc3\xe4\x6c\x46\x09\xdb\x32\x76\xb5\x58\xf2\x4d\xf2\xba\x7c\xd0\xe1\x22\x49\x10\x61\x0d\x01\x43\xf4\x40\x39\x1e\x44\x0d\xa3\x49\xbe\xa1\x0f\x67\x74\xbc\x47\x17\xa2\xe0\x5a\x4b\x37\x77\x6c\xf3\x0a\xa1\x8b\x7d\x9b\xe4\x75\x6e\xdf\xe2\x35\xb2\xd5\x46\xbb\xb5\xc8\xeb\xdc\xa6\x45\x34\xd9\x46\x43\x7c\xff\x60\x9a\x62\xf9\xaa\x8c\xd0\x24\x41\x8a\x86\xf6\xa5\xdd\x08\xc5\x2c\xd8\x75\xed\x44\x78\x3c\x46\x09\x22\x21\x32\x3c\xef\x1c\x4d\xb0\x08\x97\x24\x78\x9e\x12\x5f\x83\xbc\x18\xe6\xf2\x8e\x4d\x82\xc5\x04\xa5\xe5\x33\xa9\xdd\x95\x04\x5f\xee\xda\x95\x39\x4a\xda\x29\x0a\x29\x89\x1a\xa2\x5e\xc0\xf0\xa5\xd2\xc9\x29\x76\x85\xc9\x2d\xfb\x81\x96\x5b\xf6\x82\xac\x17\x68\x39\xa7\x84\x8b\xe0\x41\x6c\xdc\x2a\xac\x29\x50\x6d\x6a\x65\x77\x6d\x6b\x22\x06\xf0\x4d\x7b\x6b\x44\xaf\xc8\x77\xd9\x5d\xcb\xba\xa7\x5d\x86\xaa\xcb\xa6\x52\xc7\x65\x80\x34\xce\x17\xda\x18\xb5\xb6\x41\x1a\xb3\xb3\x2b\x11\x6a\x63\xa7\x6d\x21\x9d\x51\xca\xa6\x28\xaa\xde\x83\xb6\x36\xb4\xd8\x6d\x7d\xf2\x82\x7a\x81\xf2\xb5\xba\xff\xfa\xc4\x77\x5d\x34\xfc\x75\x1c\xa4\xac\xc1\xae\xa8\x52\x48\xa4\x75\xeb\x46\x6c\x2e\x28\xd9\x4a\xb1\x99\x3a\x75\x57\x11\x54\x96\xe7\x6b\x44\xe1\x99\x2f\x1c\xdd\x3c\x47\x0e\x9e\xa1\x3d\xda\x4f\x44\xc8\x84\xbd\x57\xae\xe9\x87\x14\xd2\xbe\x33\x56\x72\xfa\xc4\xfa\xde\x15\x34\x96\x96\xbe\x72\x1b\x0d\x48\xe0\x7f\xd1\x6d\x02\xd5\xaf\x14\x93\x06\xa3\x13\x79\x3e\xb5\x01\xf3\x95\x4a\x85\x37\xa2\x4e\x58\x5c\xdf\x4e\xba\x93\x68\xf1\x49\xec\xa9\x29\x6b\x24\x28\xe4\x7b\xba\x08\xe7\x95\xa9\x5d\x33\x75\x8c\x58\x8a\x97\x41\xdc\xd9\xd6\xe8\x4e\x87\x27\x12\xb0\x45\x12\xc4\x8d\x98\x4e\x82\x04\xb3\xe9\x6c\x8f\xd5\x1a\xd3\x49\xaf\xbb\xb5\x91\x45\x1c\xf2\x46\xce\x83\x14\xb5\x7b\xdd\xdb\x36\x72\xb8\xcb\x40\x44\x1b\x87\xb7\x6a\x62\x16\x2c\x77\x99\x1d\x8b\xfd\xe8\x0b\x40\x6b\xdd\x89\xc5\xb6\xc7\x71\x6f\x86\xc9\xbe\x8d\xaa\x73\xc9\xdd\x1a\x5d\x6c\x5b\xe4\xf9\xd6\x16\x0c\x69\x1e\x2b\xf8\xed\xfe\x4c\x76\x77\xa9\xf2\xb6\xa2\xe4\x1c\xdf\x08\x9e\x17\xa9\xaf\x9f\xa0\x08\x87\xec\x2c\xc6\x64\xab\x6c\xf8\x5e\x96\xcb\x9f\xac\x02\x29\x88\x48\x46\xc0\xbf\x8c\x17\x6c\x91\x6c\x3b\xa4\xce\x13\xb4\xab\x72\x2c\x6b\xa9\x27\xf0\x12\x90\x6b\x4b\x2a\x12\xfa\xca\x12\x3f\xd8\xd2\xb2\xb9\x99\xda\xe5\x88\x63\x56\x95\xec\x40\x26\x3a\xdc\x8a\xea\x92\x20\xba\x59\x14\xd6\xf2\x2f\xa3\x46\x2a\xbe\x8d\x28\xbc\xeb\x26\x56\xbb\x81\xdd\x76\xa3\xe2\x13\xcb\xf6\xd7\x78\x44\x48\x36\x9e\x36\x5c\x09\x01\x94\x95\x1f\xe3\x9b\x54\x1f\x22\x84\xde\x4d\xe2\xe7\xf7\x90\x3c\xd3\x30\x88\xb7\xad\x12\x3d\x99\x29\x26\x93\x18\xb5\xd5\x3d\x94\xd1\x55\x29\x85\x2e\x5f\x2d\x12\x52\xfe\x06\xbb\xaa\xc1\xc9\x96\x5d\x4c\xa2\x34\x95\x6b\x01\x4f\x88\x66\x56\xca\xb9\xbc\x60\xc9\x52\x05\x7d\x77\x4d\xea\x9d\x34\x99\xfb\x68\x51\xbf\x97\xf6\x34\xa5\xc9\x16\x2d\xff\x47\x9a\xb0\x3c\x1d\x04\x22\x75\x22\x9f\xb7\xeb\xc6\xf9\xf5\xcd\x13\x43\x13\x76\x16\xa1\x34\xdc\xa7\x0d\x95\x9f\x71\xf7\x46\xfe\xde\x36\x06\x6b\xf7\x48\xff\x5e\x04\x09\x6a\x24\x94\xb2\xbd\x70\x24\x6c\x57\xf6\xe3\x88\xea\xa2\xa8\x68\xbb\x72\x85\xd9\xf4\x36\x5a\x4b\x69\xca\x72\x87\x2e\x08\x53\x96\xbb\x75\x61\x31\xbb\x45\xfb\xda\x1c\xc4\x6c\x53\x65\xd6\xb2\x4b\xe3\x7b\xe8\xf8\xef\xaa\x60\xdf\x47\xbf\xff\x1d\xf5\xfa\x3b\xcb\x77\x9f\x09\x5e\x66\x42\x4f\x23\x90\xc2\x86\xd6\xef\x21\x8e\x64\x39\xd1\x37\xa1\x54\x83\xb8\x4d\xab\x7c\x60\x99\xd1\x9c\x11\x35\xf2\xe6\x1e\xb5\x4d\xeb\x02\x37\xed\x0f\x41\x8e\xff\xcb\x1d\x21\xd8\xba\x6b\x6c\x69\x74\x67\xa5\xde\x7e\x9a\xbc\x11\x34\x36\x40\xef\xe6\xde\xf3\x81\xfd\x58\xbe\x59\x3e\xbf\xd6\x0d\xfe\x86\xd0\x5c\x1e\x83\x71\xca\xcc\xd5\x39\x6c\x24\x68\x46\x2f\x51\x23\x88\xe3\x06\xe5\x67\xc9\xb4\x53\x7f\xbb\xcc\x97\x32\x5d\xb0\x6c\x0c\xa2\x6a\x05\x50\x21\x4f\x26\x37\x80\x1d\x41\x29\x75\x64\xbd\x25\x81\xc1\xcf\xcf\x31\x0d\x18\x26\x93\xb6\x3c\x6c\xbe\x0d\xde\xe6\xd9\xb2\x89\x6d\x6a\x6b\x2a\xc6\x35\xb5\x31\x19\x63\x82\xb3\xbb\xda\xac\xf2\xc8\x4a\xfb\xfb\x26\x67\x8a\x9f\x2e\x5d\x04\x7f\xbb\xca\x6c\xef\x85\x03\x5f\xb8\x74\x09\xec\x1d\x3d\x80\xc7\x8f\x00\x38\xb1\xb3\x07\xaa\x0c\x01\x1d\x46\x81\xe7\x38\x1b\xcb\x81\x03\xac\xd0\x10\x75\x4e\x85\x75\x87\x08\xeb\xd5\x1d\xf9\x4e\xf6\xe8\x40\xfe\xf9\x0d\x1f\x83\xf8\xda\x1b\xf9\x8e\x79\xb2\x3e\xfe\xce\x87\xef\x1f\xea\xaf\xbf\x4b\x6c\xf0\xcf\x3f\xab\xa6\xfc\xa3\x91\xef\xfc\x6c\x08\x8d\x7f\x1a\x64\xa6\x7b\xfe\x83\x91\xef\x0c\x6c\x53\x3e\x5e\xe0\x27\xdb\x76\xc3\x3f\x1e\xf9\x4e\xee\x8d\x55\xc8\x7f\xa8\x3f\xca\x97\xa7\xd2\x36\xc5\x7f\xc4\x47\x23\x7f\xe7\xdb\xb4\x08\xd2\x7f\x6c\xb5\x8d\x8a\xe0\x5f\x28\xfb\x14\xff\xc9\xc8\x77\xf4\x83\xfc\xf4\x4e\xa4\x24\xf3\x7b\x1c\x65\xf2\xb7\xea\x11\xa5\xb1\xdf\xe3\xa8\xe2\xbf\x54\xbb\xc6\xb2\x22\xf5\x7b\x1c\x4f\xd6\x0b\x59\xe2\xad\xa0\x37\xbf\xc7\xf1\x24\x7f\x3b\x1b\xf7\x6c\xb0\x5e\xbb\x67\x03\x7f\xb5\x51\xf6\xe4\x2f\x06\x75\x61\xcf\x34\x6d\xdc\x32\x87\x5c\x0f\x3d\x28\xe5\x28\x9e\x27\x74\x86\xd8\x14\x2d\xd2\xe7\x22\x30\x89\x8e\x9f\x36\x0b\x96\x92\x44\xd2\x53\xc4\x82\x28\x60\x41\x75\x5c\xd1\x09\x62\xef\x0b\x20\xea\x33\x6a\x57\xb6\x68\x1c\x19\xf8\x87\x7f\xbe\xa9\x0d\x35\xa6\xf2\xc7\xc0\xc4\xf8\x56\x63\x1f\x75\xe6\x34\x85\xd4\xff\x32\x71\x13\xe3\xb7\xe2\x62\xe1\x8e\x14\x54\xbb\xc6\xcb\xfc\xab\x30\x85\x21\x8c\xe1\x02\x8e\xe1\x14\x46\x70\x0e\x67\xf0\x12\x4e\xe0\xb5\x3f\x1c\xf5\xd3\x2b\xcc\xc2\xa9\x2b\x9d\x65\x3a\x38\x02\xab\x90\x1f\x83\xba\x1e\x1e\xbb\x2a\x6c\xa4\x8a\xf3\x22\x9c\x61\xc0\x7a\x6d\xe2\x1e\x65\xb1\x44\x4c\x65\xdf\xf7\x7f\xb8\x02\xab\x6b\x19\xfb\x68\x75\x81\x49\xe4\x9d\x0d\x0c\xcd\x6d\x40\x5f\xf8\x16\x6d\x6c\xe0\x49\x25\xf0\x44\x03\x4f\x6c\xe0\x7f\x56\x00\x57\xcb\xa1\x12\x36\xae\x84\x8d\x35\x6c\x6c\xc3\xfe\xb2\x6f\xc7\x69\x25\x70\xaa\x81\x53\x1b\xf8\x2f\x57\xad\x56\xbc\x74\x75\x05\xd8\x3b\x3c\x06\x3b\x34\xc7\xa7\xf1\xdc\x76\x6e\x63\x2a\x6f\x27\xe7\x7c\xfd\x6f\x83\xed\x01\xbe\x04\xab\xee\x60\x12\xc6\x8b\x08\xa5\xee\x39\xd8\x00\x60\x39\x29\x15\x5b\x17\xec\x46\x37\xdd\x17\x64\x70\xfc\x88\xd3\x41\x57\xd0\x80\x1a\x75\x50\x39\xea\x40\x8f\x3a\x30\xa3\xd6\xa1\x2c\x75\x71\xcb\xc7\xac\xf7\xe0\xd0\x02\x79\x6a\xc1\x39\xd5\x70\x4e\x2d\x38\xc5\x8e\x5a\xac\xc6\x9e\x98\xa3\xee\x9d\x80\x96\x19\x26\x5f\xab\x55\xb8\xb1\xa9\xe0\x86\x76\x7c\xdf\xff\xed\x4a\x62\xe2\xca\x7f\x33\x70\x19\x44\xa0\xff\x7c\x97\x79\xf3\x7d\xff\x6a\xfb\x7c\x55\xf5\x18\xc0\xea\x59\xcd\x46\x22\x19\xbb\x3d\x94\xd3\x56\x6b\xb1\x74\x4f\xe1\xef\x57\x15\x68\xb9\xa1\xba\xa0\xd0\xa5\xaf\x89\x23\x36\xbf\x42\xf3\x2b\xad\x24\x98\x54\xe3\x2a\xad\xf8\x18\xea\x8f\x61\xc5\xc7\x58\x7f\x8c\x6d\xaf\xc5\x65\x05\x63\x30\xbb\x3e\x9c\x99\x9f\x5e\xcd\x62\x32\x23\x5a\x2c\xdd\x25\xfc\xfd\x8a\x63\xe3\x64\xa9\xe7\xb1\xe9\xfb\x9f\xaf\xd6\xeb\x98\x7f\xeb\x82\xf5\xda\xbd\x5b\x5b\x19\x3a\xb5\x00\x61\xbd\xb2\xa4\x86\x22\x01\x56\x10\xa6\xdc\x59\x37\x00\x8a\xbe\x3d\x78\x0c\x1f\x3c\x81\xc7\x5d\x78\xdc\x83\xc7\x87\xf0\xf8\x08\xb4\x5a\xcd\x50\x7c\xe9\xc1\x1e\xa8\x58\xf3\x94\xc6\x1b\x00\xbc\xff\xd4\x80\x00\x3c\x7a\xdc\xf4\x7d\x83\xd8\x56\xcb\xc6\xf1\x97\xab\x72\x0f\xf5\x00\x73\x7c\xe9\xf0\xb1\xa7\xd2\x43\x31\xcb\xbf\x55\x44\xb4\xcb\xbd\xc9\x9a\xd9\x6d\x7c\x8e\x73\x9b\xb9\xd1\x5d\xb4\x7b\x78\x74\xe4\x15\x9b\x34\x72\x66\xbe\x64\xef\xe8\xb8\xbe\xa8\xdd\x39\xc5\x3e\x0a\xed\x3c\xf4\x8e\x8e\x6d\xfe\xbc\xa8\x5c\x6e\x0b\xbd\x68\x16\x86\x35\x9d\x6c\xe9\x9f\x67\xc0\x8d\x2b\xc1\x8d\x35\xb8\x71\x7e\x77\x2e\xe3\x79\xf7\x91\xfc\xf3\x2a\x27\x73\x4c\x2b\x1b\x9e\xea\x86\xa7\x45\xb1\x80\x33\xa2\x81\xef\x38\xfd\xa3\x87\x36\x3a\xa2\x6c\xff\xc9\xc8\xc2\x86\x18\x69\x88\x86\x58\x40\xab\xe5\x0e\xf2\x9b\x6e\x09\x82\x26\xfe\xf2\x07\x46\x95\x64\x7b\xa1\xf9\x3d\x7c\xe7\xd3\xa5\x3b\x5e\xba\xe9\xd2\x65\xf0\xd7\x2b\x00\x7f\xbd\x82\x7f\x5e\x01\xbe\x15\x54\xa2\x4b\x9c\x36\x6c\x7c\x5d\xc0\x58\xa3\xd1\x1b\x40\x61\xef\x8c\x92\xd4\x7b\xb7\x01\x1b\x9b\x90\x0e\x1f\x7a\xb9\xad\x7a\x5e\x89\xc2\xb9\x1e\xf0\xdc\x1e\xb0\xae\x33\x2b\xee\xd7\x76\xd5\x99\xae\x3a\xcb\xcb\x36\x25\x52\xca\x04\x99\x12\x69\x57\x2d\x96\xde\xe1\xb1\x27\x7e\xfc\x70\x55\x2a\x5f\x94\x89\x14\xd9\x3f\x2a\x15\xbc\xfb\x8a\xce\x8b\x3e\x47\x5e\xef\xe8\xb1\x8d\xce\xcb\x4a\x74\x5e\x6a\x9c\x5c\xd6\xaf\x2c\x23\xa2\x66\xeb\x6a\x52\x09\x6c\xa2\x81\x4d\x6c\x04\x7f\xae\x58\x57\x15\xc2\x1a\x5a\x4a\x24\xf6\x1e\x74\xf5\x8f\x9e\xfa\x71\xf4\xb8\x8c\xae\xbc\xd8\x2c\x41\xe8\x9a\x0f\x8e\xd4\xdf\x07\xea\xaf\x9a\x9f\x07\x0f\xd5\xdf\x47\xea\xef\x63\xf5\xf7\x89\xfc\x7b\xac\xea\x1f\xab\x86\x8f\x0f\xe5\xdf\x43\xfd\x57\xc1\x3b\x54\xf0\x3f\x97\xe7\x5b\x0d\x4c\x1f\xbf\xae\x37\x6e\x02\x29\x80\xa9\x5f\xcc\x7a\x39\x1c\x01\x18\xfa\xcd\x1e\x8c\xfd\x66\x17\x2e\xac\xf0\xea\x32\x7b\x9e\x75\x22\x53\xb9\xcc\x54\xdc\x25\x75\xe4\x41\x1d\xde\xa4\x3a\xef\xe4\x29\xc1\x0b\x39\xc8\xd4\x4f\x2b\xb2\x69\x66\x91\xc3\x29\x09\x03\xe6\xbe\x1d\x74\x2c\xa5\x10\x28\x6c\x54\x16\xd1\xed\x09\x54\x7f\xce\xbc\x03\x2a\x60\xe7\xa4\x02\x6f\x67\xd8\x39\x1f\x92\x3a\xb0\x7b\x82\xab\x00\xa3\x48\x6c\x77\x40\xca\x03\xa7\x02\x54\x85\xac\xbb\x3b\xd8\x0a\xa5\x5d\x45\x13\x9a\xd1\x78\x31\x27\xaa\x9d\x81\x6b\x7f\x9f\x0a\x88\x52\x56\xde\xb1\x9f\x99\x27\x8f\xd4\xbc\x6c\x46\x55\x13\x43\x69\xbc\x2f\xbc\x73\x4a\xe3\x6a\x68\xd6\x39\x6a\x0f\x64\xb2\x2d\x38\x94\xcc\x7d\x77\x60\x52\x27\x59\x45\x3a\x19\x07\xaf\x00\xc6\xac\x00\xea\x76\x56\xb9\xac\x96\x92\x2f\x8a\x60\x8d\x34\xb2\x0f\x54\x53\x69\x1b\x50\xb1\x67\xef\x0d\x55\xd4\xd2\x60\x37\x32\x1c\xe6\xc2\x24\x29\x5e\xd8\xc1\xe3\xc6\x26\x1c\xe6\x14\xac\x16\x1d\xe4\x4e\xb3\x90\x6c\x0b\x3b\xd2\xdf\x16\xd4\xdb\x3a\xa2\x2c\x7c\x53\xd3\x2d\xa9\xd8\x1e\x54\xaa\xd8\x1e\x8c\xc0\x7a\x6d\x3f\x42\xec\x23\xad\xb2\x2d\xc1\x38\xaa\x84\x71\x34\x6a\xb5\xf2\x4f\xd8\xce\x3e\x8e\xe1\x4b\xea\xbe\x1c\x00\x00\x65\x9c\x3b\x06\x19\xf5\x08\x54\x31\x2f\x3c\x0c\x2f\x83\x18\x47\x3f\xd3\xc4\x4b\x4e\xee\xff\x7b\x18\xb4\xbf\x0d\xda\x7f\x76\xdb\x4f\xce\xbc\xd1\xc1\x0f\xf7\x3d\xd9\xe0\x66\xe3\x22\x78\x83\x3e\xac\x10\xe9\xaa\x27\x84\x68\xa4\x77\xdd\xf5\xfa\xe8\xc8\x7e\x3e\x09\x6b\xa2\x08\x8a\x10\x3f\x3d\x3b\xc6\xae\xc8\x44\x6c\x9f\x49\x5c\xe2\x33\x99\x0e\x02\x32\xe0\x1d\x3d\xca\xb7\x63\x7e\xfa\xbe\xff\xcf\x2b\x4b\x10\xe3\xd0\x77\xd5\xb9\xfd\x79\x75\x12\x1e\x1c\x78\xae\x0d\xec\x87\xab\xf5\xba\x77\xf8\xd0\x6e\x4d\x9e\x8f\x2c\xc5\x5b\x55\x0b\x15\x8a\x37\xab\x57\xd8\xd4\xd9\x59\xaf\xf6\xcb\xd5\x7a\xdd\xcd\x77\xc3\xd6\xa1\x55\xf5\xa1\x5a\x87\xc6\x47\x64\xa9\xa1\xaa\x2a\x56\xa8\xa1\x84\x66\xcf\xaa\x98\x56\x56\xb4\xd4\x11\x65\xad\x1d\xca\x69\xed\x38\x3a\x42\x3e\xa5\xe1\xc6\xa5\x10\x03\x88\x61\x08\xe3\x5c\x9a\xeb\x6a\x9e\xb4\x25\x15\x95\xcc\x2c\x81\xc7\x6e\xb3\x52\x6b\xac\x83\x7e\x22\x15\x3d\x93\xa0\xab\xc6\x69\x30\xef\x6f\xd3\x34\x77\x32\x21\x38\x75\xed\xa7\xaa\x14\xe1\x52\xe7\xac\x62\x07\xa3\x72\x4c\x54\x5c\x19\x13\x55\x87\x0f\x4e\x44\xaa\x91\x40\xdf\x0d\x05\xa5\x8b\x1f\x13\xa4\xb4\x2e\x92\xaf\x88\x6a\x25\xf9\xc6\x53\x9f\x54\xe8\xe3\x41\x2e\x8a\xb5\x2f\x32\xb8\x97\xb0\x64\xcd\x27\xd3\xf3\xa9\x47\xae\x01\xb9\x42\x09\x5a\xe6\xd1\x78\x9c\xe5\x2f\xc1\x85\x70\x9e\xdb\x13\x96\xa4\xae\x8e\x0d\x7b\x28\x92\x17\x0c\xbb\x23\x18\xfa\x74\xd8\x1b\xc1\xd8\x67\xc3\xa0\xa3\x1d\xe1\xef\xbb\x67\xc2\x88\x68\x7d\x96\x2e\x66\xeb\x33\x69\x72\x0d\x7e\xb8\x0f\x1d\x07\x88\x0c\xdc\x31\xe0\xff\x29\xe4\x22\x58\xc0\x31\xef\x4e\x9c\x75\x67\xac\xba\xb3\xf0\xc7\xa5\xee\x4c\xfd\x85\x9a\x14\xc7\xf1\x7d\x3f\xec\xc8\x2b\xd1\x13\xfd\xc3\x97\xe7\x66\x4f\x3f\x37\x7d\xf5\x46\xa4\x46\x50\x65\x9c\x05\xb9\x20\x22\x58\x52\xd8\xc1\x64\x4c\x7d\x67\xb6\x88\x19\x9e\xc7\x99\x0d\x34\x6b\x88\x68\xdb\x32\x1f\x98\xba\x30\xc6\x69\x43\xe2\xda\x01\x50\xb5\xce\x6b\x9f\x28\x20\xd3\xce\x14\xc5\x73\x4f\x3e\x89\x76\xf9\xb3\x68\xf7\x76\x8d\x58\x99\xa3\xc7\xf9\xcc\xd1\x63\x19\xa2\x54\x24\x89\xc6\x63\xb7\xe7\xfb\x7e\x6c\x72\xae\x89\x48\xd1\x7e\xcc\xa7\x69\xee\xcb\x43\x3f\x9c\xf9\x91\xe8\x4d\x3f\xb3\xab\x77\x9a\xbe\x3f\x6f\xb5\x9c\x74\x31\x9b\x05\xc9\xb5\x78\x5c\xaf\xdd\xa0\x83\x48\x94\xfe\x81\xd9\xd4\x75\xe4\x74\x3a\x9c\x21\xcc\x7d\x47\x19\x88\x39\x70\xe6\x0b\x23\x5e\x46\x59\x10\x5b\xb6\x5e\xf4\x3c\x45\xc9\x65\x60\x06\xe3\x35\x1c\x2d\x09\xcd\x00\x80\x39\xc0\xe9\x62\xb6\x1d\xac\x30\xbd\xd8\x0f\xa6\xa4\xb7\xed\x60\xc5\xdb\x2a\xc0\x8d\x40\xb9\x08\x68\x63\x00\x83\xa7\x7c\x93\x00\x1a\x2a\x9a\x6b\xea\x99\x6d\xac\x99\xc2\xf9\x99\xc2\x76\x30\xd9\x4c\x34\x1c\x24\x49\x70\x2d\x73\xa2\xa8\x44\x6c\xa9\x0b\x40\x2d\x8f\xb5\x6e\x70\xab\x58\xec\x36\x36\x79\x52\xcd\x3c\x8d\xbe\xe5\x06\xde\xc9\xca\x62\x6d\x6d\xca\x25\xc5\x1e\x51\x89\x3d\x6e\xe4\xd0\x3c\x54\x3f\x38\x75\x01\xbd\xef\xe8\x5a\x2d\x6b\x28\xdb\x86\xfa\xbb\xc4\xb1\x55\x1a\xda\xe3\xe6\x0f\x4a\xeb\xf4\x3d\x51\x20\x32\x75\xda\xc3\xd7\xa9\x8d\xde\x0f\x7c\xe2\x3e\x39\x7a\xd0\x03\xf0\xef\x81\x4f\x3a\xc4\x7d\x3f\x00\xf0\xc3\xc0\x7f\xd0\xed\xc2\x9f\x06\xfe\x83\xc3\x43\xf8\xc7\xc0\x3f\xee\x1e\xc1\xbf\xb6\x5c\x20\x97\x12\x49\x52\x7a\x71\x1e\x84\x17\xaf\x95\xa9\xac\xff\xe0\xe8\x10\x1d\xcb\x6f\x53\xc6\xe6\xa7\x22\x83\xad\xef\xbc\x7f\xf7\xf1\x93\xa3\x12\x46\xcd\xf1\xfb\x04\x8d\xf1\xd2\x77\xee\x07\x73\x7c\xff\xb2\xa7\x3e\x8c\x11\x0b\xa7\x3f\x13\xbf\x72\x32\xc4\x47\xf1\x66\x23\x4b\x2f\x92\xd8\x67\xfc\xbf\x27\xe2\xbf\x9e\xa3\xa0\xa0\x24\xa1\x89\x0a\xd1\xee\x33\xd1\x89\x97\xd6\x2b\xc8\x4a\x7d\x6e\xb5\xdc\xea\xb1\x94\x8b\x02\xc8\x74\x37\x75\x2d\xdd\x6b\xf3\x81\x97\xc9\x86\xae\x8b\x59\xc8\xb0\x3f\xcb\xac\x0d\x0a\x21\xba\x6c\x86\x21\xeb\x63\x65\xd2\xb0\x6c\x51\x6d\x4f\xb1\x05\x89\x90\x70\x5e\xc8\x6c\x36\xfa\xa7\x4b\x3a\x13\x99\x75\xde\x05\xed\x4a\x14\x88\xa0\x9f\x59\x5a\x9e\xf5\x5a\xec\x42\x48\x47\x68\x16\x75\xce\x17\x38\x8e\x3e\xa0\xbf\x17\x28\x65\x0a\x91\xc2\x8c\xe6\x25\x89\x84\xf9\x8a\x0b\xa0\x48\x34\xf8\xe1\xcd\x47\x14\x24\xe1\xf4\x7d\x90\x04\xb3\xd4\x5d\xc9\x5c\xfa\x49\x87\xd1\xd7\x1f\xdf\xa9\x90\xd1\x00\x22\x12\x71\x49\xdc\x7e\x67\x45\xad\xcc\x30\x3e\x78\xff\xda\xc5\x9d\x45\x82\xe1\x4a\x66\x49\xf6\x0a\x68\x86\xe7\x34\xba\xf6\x70\x87\xff\xd9\x80\x8e\x64\x97\xd5\x39\xc5\x6c\x92\xe1\xeb\xdb\x7e\x76\x11\x80\x22\x58\xdf\xc6\xee\x82\x34\xa2\x72\xb7\x48\x7e\x12\xe1\x1f\x11\x93\x79\xbc\x50\x39\x7f\x17\xcb\xe7\xef\xd2\x71\x4c\xb1\xd6\xaa\x41\xea\x77\x61\xe0\xbf\x13\x99\x0b\x3a\x88\x30\xd1\x24\x06\x7d\xfa\x34\xd0\xd1\x4b\xe9\xc1\x81\x8e\xd7\x9a\xba\xc1\x90\x8e\x60\x0f\x0c\xbb\xa3\xbe\x73\xa6\xe3\xc6\x34\x7d\x3f\x6c\xb5\x48\x27\x88\x22\x37\x34\x1b\x7c\x2c\x93\x79\xc5\x35\xc9\xbc\xac\xcd\x82\xe4\xb6\x08\x8b\xb3\x55\xb1\xce\xec\x04\x2c\x88\x0e\x67\x44\x47\x33\xa2\xc3\x3b\x11\x5d\x93\xc9\x33\x0e\xcb\x49\x19\x81\xbf\x85\x94\x68\x05\x29\xe1\x22\x29\x55\x53\x92\x63\x76\xdc\x8c\x80\xe5\x30\x33\x2a\xce\xa4\x4e\x8f\xe3\xf6\xfe\x04\x73\x2e\xe8\x9c\x38\x40\xd7\x0d\xc0\x36\x3a\x4b\x0a\x74\x96\xec\x4e\x67\x0c\x12\x58\xb9\x53\x9a\x4c\x71\x8a\xd6\x64\x8a\xc0\x1b\xe5\xec\x2c\x66\xae\x16\xb4\x03\xbf\x0b\xc3\x22\xad\x51\xd0\x0f\x9e\xea\x90\xf0\xfd\x40\xd3\x5a\xec\xa7\x6e\x38\x0c\x46\x5c\x3a\x5f\x48\xb1\x6f\xec\xc7\xc3\x5e\x81\xec\x16\xad\x96\xbb\xe0\xdc\x82\x0f\x95\x93\xdf\x18\x18\xfa\x9b\x4a\xb1\x65\x5a\x93\x60\xd0\x16\x56\x72\xf4\x97\x3f\x79\xd4\xa6\xaa\xb4\xb3\x0a\xe6\x27\x5a\x1a\x27\xe5\xa0\x64\x33\x5c\x9e\x3d\x7b\x27\xce\xcf\x5e\xfe\xd9\x65\x00\xae\x36\x76\x4f\xb5\x01\xeb\xff\xda\x22\x81\x41\x1d\xfb\x95\x4d\xef\xc6\x7e\x77\x58\x33\xd0\x11\x82\xca\x70\xe4\x78\xc1\x52\x0d\xa0\x96\x25\x07\x37\xb3\xe4\xe0\x66\x96\xbc\xeb\x52\xc9\x93\x45\xf5\x3e\x98\x17\xe7\x6c\xd1\x2c\xa3\xd6\x0c\x92\x1e\xc8\xcd\x82\xa1\xda\xed\x5d\x2d\x8c\x1c\xf0\x12\x15\xdb\x01\xe7\x65\xa8\x43\x2f\x5a\xad\xe6\xf0\xc3\x00\xfe\x34\x80\x7f\x0c\x46\x99\x09\x91\x34\x46\x5b\xa4\x00\xb0\x69\x42\xaf\x84\xe3\xa3\x90\x57\xcc\x97\x4f\x68\x99\x65\xd2\x40\x15\x67\x6d\x5b\x11\xfc\x57\xca\x87\x5c\x5d\x08\x8f\x5d\x47\xe0\xd1\x31\x29\xf6\x16\x69\xa9\x59\xa3\x61\x54\x14\x7e\xa2\xfe\x7a\xf7\x66\x38\x4d\x31\x99\x34\x14\x90\x86\x08\xcc\x2b\xec\xb7\x51\x3a\xa7\x24\x45\x8d\x5f\x3f\xbe\x7b\x7b\xaf\x20\x33\x74\x84\xb2\xa1\xd8\x4a\x06\x4c\x2c\xe4\x7a\x58\x66\x64\xbc\x9c\x3d\xe7\x36\xdd\x6f\xd3\x03\x89\xf4\x7d\x0a\x8c\xf3\xcb\xcb\x4f\x7c\xf0\x05\xba\x14\x1a\xc5\x6c\x0b\x20\x39\xa6\xce\x00\x4c\x54\xfa\xc9\xd5\x22\xc1\x1e\x91\x54\x9c\x6c\xf2\x9b\xa2\x59\x6f\xb5\x04\x58\xd8\x63\x8c\x60\x07\x9d\xfb\x2a\x90\x58\xe5\x3e\x7b\x67\xb8\x6a\xbb\x52\x6e\xbb\x45\x0e\x75\x17\xf0\x8a\xc7\xd5\xb1\xe7\xbb\x80\x9e\x69\x16\x6f\x65\x67\x7d\xbd\xd3\xb9\xa4\xaf\xd4\x7f\x5c\x90\x9b\x05\xcb\xc1\x04\x9d\xe8\x1f\xde\x11\x3a\xee\x8b\xa6\xf4\x49\x70\x90\xa6\x34\x94\x8e\x1e\x22\x03\xdb\xdf\x03\x17\x00\x97\xa8\xc3\x4d\x7e\x38\xfe\x4a\x9d\x3c\xac\xc9\xa9\xa8\x94\x89\xe4\xfe\x70\x04\xb5\x92\x94\x55\x6b\xd2\x84\x2a\x26\x88\xa5\x6a\xee\x0d\x4e\x19\x68\xb5\x14\x0f\x67\x6f\x2a\x59\x15\xac\xaa\x54\x75\x34\x48\x11\xb3\x46\x57\xb9\x13\xe5\x54\xa5\xac\x33\xa6\xc9\xcb\xa0\xb8\xfd\x29\xf5\x68\x15\xc6\xf8\x16\x25\xd2\x92\xae\xd7\xae\xd1\xa0\xc2\xea\xa2\x29\x2f\x0a\x13\x00\xfa\x99\x9c\xdb\x85\xb4\x28\x71\x30\xd0\xc7\x4f\x75\x66\x6e\x99\x09\x40\x8a\x7d\xa9\x4b\x87\x58\x48\x1c\xa1\x1f\x70\x89\x23\xf6\x03\x2e\x71\x70\x9e\x96\x93\x75\x95\x8a\xcf\x4f\x44\xef\x42\xd0\xb7\x0c\x76\xa4\x56\x35\x84\x4a\x5a\x72\x87\xf1\x08\x00\x6f\x21\x84\x93\x18\x6c\x0a\xfb\x37\x3b\xdd\x2e\x6c\x20\xb0\xaa\xa2\x92\x4c\xe5\x30\xb9\x11\x44\x7e\x47\xc9\x03\xb2\x7b\xf2\x66\xeb\x31\xaf\x48\x76\xb9\x1e\x6c\xaf\x2a\x36\x27\x7d\x99\xa0\x04\xed\xd2\x76\x29\x6a\xf7\xb3\xc3\xe4\x56\x5a\x50\x95\x4f\x2c\x11\x8e\x75\x2e\xd0\x75\xea\x02\xe0\x0d\x47\xa5\x51\xd5\x1f\x26\xec\x81\xc9\x52\x8a\x8a\x18\x28\x0d\x70\x1b\x94\xda\xc3\x84\x24\xfc\x5c\x03\xf9\x51\x90\xf5\x7a\x28\xd3\x06\x24\xdb\x07\x2e\xb3\x6a\x9b\xc4\x45\x49\x01\x0e\xb6\xb1\x81\x05\x1a\x54\xa2\x82\x51\xc6\xdd\xfe\x55\xcb\xdd\xaa\xb2\x95\x87\x39\x6b\xfb\x30\x08\xa7\x48\xac\xc0\xd7\x03\x7e\x62\xbb\x9b\xa6\x20\x03\xd9\xc9\x11\x90\x8d\x19\x7e\xa4\xd4\x76\xb4\x27\x45\x3b\x12\x02\xbc\xb2\xce\xe0\xc4\xea\xb7\xad\x0c\xdc\x22\xce\x30\xd5\x8b\xb4\xd0\x0b\xc8\xa5\x20\x6f\xfb\x41\xbc\x04\xa4\x38\x94\x3d\x8e\xb5\x36\xb9\xc0\xa4\x0a\x3f\x8a\x4d\x23\x2b\xe7\x99\x10\x5b\x6b\x51\x94\x58\x28\x62\x0a\x45\xac\x8c\x22\x0d\x77\x8b\x8a\x90\x14\x90\x64\x75\x05\xb2\x22\x9e\xca\x12\x6a\x09\x4e\xc5\x90\x6e\x79\x02\x83\xac\x80\xaa\xd3\xc2\xbd\x91\xe1\x16\xad\x96\xda\x07\x04\xa3\x60\xa0\x1e\x6f\x4c\x8d\x27\xb4\x6f\xe4\x32\x88\x5b\x35\xa9\x1a\x4d\x85\x6e\x30\x00\x51\x7d\x1f\x77\x39\xd3\x55\x25\xb3\xb7\x7b\x59\x4b\xa4\xa4\x8a\xd4\xed\x5d\xdb\x45\x90\x00\x48\xbe\xf3\x59\x47\xb1\x9c\xcc\x75\xec\x67\x2b\x0f\xb6\x96\x58\x90\x25\xb1\x20\x2d\xb1\x20\xc3\x02\x3f\xb2\x24\x60\x68\x72\x0d\x4e\xca\xef\xbc\x1b\x60\x24\x68\x46\x19\x02\x27\x65\x0c\x1a\xdb\x07\x73\x0a\x11\xca\x5d\x0d\x46\x3c\x17\x4f\xc2\xb9\x8f\x45\x75\x6f\xee\xa3\x3a\xb2\xe5\xde\x09\xb4\x97\x40\xc8\x73\x41\xee\xb5\x91\x4e\x37\x6e\x36\x02\x71\x5e\x1f\xb8\xfc\xcf\xbf\xe4\x9f\xbf\x06\xd9\x67\xa8\x7f\xc9\x56\xf8\x73\xc5\x3d\xac\xa7\x80\xe8\xc2\x5b\x4b\x89\xdd\xe8\xd5\x00\xfe\x5e\xb7\x5b\xd8\x5b\x45\xd5\x3e\x50\xe3\x25\x55\x61\xd0\xa2\xe7\x84\x37\x1c\x2d\x75\xc6\x95\x6c\xd1\x76\x02\x12\xc4\xd7\xdf\x90\x0b\x20\xe3\x2b\xe7\x05\x0e\x26\x84\xa6\x0c\x87\xa9\xcb\x85\xa9\x12\x95\x7d\xce\x67\x71\x2d\xb7\x74\x4b\xbf\x34\x93\xf7\xa7\x11\x5c\x75\xe8\xd8\x5d\xa5\x74\x91\x84\xc8\x43\x30\x14\x19\xe2\x3d\xb6\x01\x7c\xd2\xc2\x20\x8e\x5d\x66\xe7\x1c\xfc\x62\xe7\x7f\xff\x3c\x31\xf9\x8e\x45\xc6\xfd\xc4\x7b\x75\xd5\x91\x10\x16\x09\x72\x57\x8c\xce\x3d\xb4\x01\xd0\xce\x3d\xeb\xad\x72\x99\x67\xbd\xed\xd9\xa8\xa1\xf3\xff\x39\xa3\x0d\x0c\xe9\x8c\xf7\xfd\x13\xbd\x40\x24\xf5\x56\x31\x26\xc8\x73\xfe\xe1\x70\xf9\xb3\xe0\x77\xd9\x79\x2f\x66\xcb\x77\xde\xab\x59\xcb\xf9\x61\xda\x4e\x98\x1b\xf7\xd5\x60\xbd\x76\x5f\x59\x7e\x80\x3f\xec\x42\x22\x30\x27\xd7\xf8\x3f\x0f\x5c\x7d\x8c\xc1\x44\x4e\xfd\xef\x03\x75\xaf\x42\x82\xf3\x18\xbd\x11\x31\x51\xfc\x66\xd7\x7e\xf9\x5c\x56\xe7\x87\xa8\x66\xb7\xe6\x2c\xa2\xca\x54\xdc\xb8\xe5\x99\x96\xdd\x15\xd5\x3d\x5b\xda\xab\x05\x53\x0d\x25\xbb\xfe\x0b\x19\xbe\x0c\x98\xd5\xd5\x9b\x3a\x52\x1a\x1a\xca\x77\x86\xef\xb7\x58\x5e\xf8\x6e\x07\x24\x30\x89\x4a\x23\xa9\xa9\x5c\xae\x5b\x1a\xc3\x6e\xcd\xe6\xe6\xab\xd0\x7c\x90\xbe\x5c\x32\x99\x45\xe3\xa6\x1d\xfc\x96\xb9\xb8\x5e\x0d\x14\xed\x42\xe2\x7f\x19\x48\x25\xca\x90\x88\xf3\x5a\x25\x76\x4d\xce\x4f\xa1\xe7\x11\xab\xd8\xbe\xb1\xf5\x6a\xee\x46\xe5\xd7\x8e\x64\x6a\x2e\x13\x89\xe1\x13\x3f\xd1\x6a\x05\x9c\xd7\xa6\xdb\x28\x69\xb5\x5c\xab\xe0\xe7\x81\x6b\xf0\xad\xa0\x65\xcb\x00\x00\x00\x93\x4c\x50\xff\xa7\xc8\x04\xcd\xa6\x68\x86\xdc\x95\xd3\x72\xbc\x95\xd3\xea\x84\xb3\xf6\x98\x86\x8b\x14\x45\x8e\xb7\xa2\x0b\x26\x17\x35\xa1\x04\x39\x50\x3d\x9e\x8d\x83\x38\xe6\x1b\x97\x7a\xbf\xd9\x40\x87\xd7\x93\x69\xd7\x50\xc2\x2b\x5e\xa2\x64\x1c\xd3\x2b\xcf\x99\xe2\x28\x42\xc4\x81\x63\x4a\xd8\xcf\xc1\x0c\xc7\xd7\xde\x3d\xe7\x05\xfa\x2b\xf8\x7d\xd1\xf8\x18\x90\xb4\x71\x4a\x09\x75\x60\x63\x46\x09\x15\x89\x84\xef\x29\x68\xe2\x8a\x62\x4a\xe3\x48\x00\xb4\xab\xb7\x83\xf9\x3c\x46\xed\xf4\x3a\x65\x68\x06\x7f\x8a\x31\xb9\x38\x0d\xc2\x8f\xe2\xf1\x67\x4a\x18\x74\x3e\xa2\x09\x45\x8d\xcf\xaf\x1d\xf8\x81\x9e\x53\x46\xa1\xf3\x0a\xc5\x97\x88\xe1\x30\x68\xbc\x45\x0b\xe4\xc0\x41\x82\x83\x18\x3a\x6f\x29\xa3\xa2\x1b\x0e\x74\xde\xe0\x73\x24\xed\x75\xd5\x9b\x34\x20\x69\x9b\x8b\x3c\x63\xe8\x0c\x78\x93\x8d\xe7\x34\xa6\x49\xe3\xe5\x8c\xfe\x85\x9d\xac\x95\xf2\x8b\x8f\xd7\xb3\x73\x1a\x3b\x0a\xbe\x5d\x4b\x8f\x4e\x07\xa6\x57\x0c\xd7\xf1\x56\x21\x2f\xe5\x39\xff\xe8\x76\xbb\x0e\xe4\xd8\x9d\x88\xb0\x3d\xcf\xd5\xeb\x08\xf1\x7f\x12\x8f\x7f\x20\x3c\x99\x32\xcf\x39\xa7\x71\x64\x66\xc5\x73\x7a\xf3\x65\x23\x0a\xd2\x29\x8a\x1a\x2c\x09\x48\x2a\x2d\xd3\x1c\xd5\x22\xa1\xa4\xdc\xe8\x39\x4d\x22\x94\xa8\x36\x12\x14\xe9\xc2\x8c\xd2\x98\xe1\xb9\xf5\xb3\x6d\x53\xb1\x20\x95\xc6\xb3\xc6\x22\x76\xbc\xd5\x2c\x58\xbe\x52\x1d\x3a\x3a\xee\xce\x97\xfb\xcc\x35\x9c\x05\xcb\x3f\x70\xc4\xa6\x9e\xb3\x20\xc2\xb4\x19\x2a\xc0\x8d\x67\x8d\x18\x3b\xde\x6a\x1e\x44\x11\x26\x13\xcf\x39\x9c\x2f\x1b\x3d\x34\x6b\xf0\xbf\x47\xf3\xa5\xb3\x81\x33\x4c\x54\xdd\xa3\xee\xff\xe8\x9e\x87\x66\x25\xbe\x10\xb6\x26\x9c\x76\x62\x1a\x30\xcf\x51\xa9\x02\x34\x9e\x9f\x3c\x79\x52\x31\xda\xac\xfa\x6b\x32\xa6\x62\x74\xc9\x04\x93\x4f\x74\xee\x39\xed\x5e\x8f\x8f\xce\xf4\xa8\x57\x1c\xac\x73\xef\xdd\x1c\x49\xea\xb9\x07\x1b\xf7\xde\x2c\x42\x1c\x05\x72\xe4\x9f\x09\x0e\x69\x84\xac\xd7\xbf\x24\x01\x11\x2f\x32\x32\xeb\x3b\x50\x4e\x88\x5e\x70\xd9\x08\x0f\x25\x66\x33\x74\xcd\x30\x69\x87\x94\x30\x6b\x86\xf3\x7d\x2f\xbf\x69\x4b\x0c\xf0\xb9\xf3\x64\x5e\x71\x41\x76\x02\x86\xe7\xdc\x6b\xdc\x73\xe0\x54\x4d\x64\xd7\x81\x3a\xcd\xbb\x08\xd8\x2f\x92\x09\x38\xf0\x4a\xb6\xdd\x75\x60\x8c\xc6\xcc\x73\xda\x87\xa2\x57\xb2\xd3\xaa\x63\x3d\xeb\xd5\x47\x76\x1d\x23\xcf\x49\x69\x8c\x23\xfd\x4e\x11\x5b\x9e\x42\x25\x96\xdf\x08\xa0\xbd\x43\x31\xbb\xbb\x0d\x49\x64\x91\xf8\x2e\x23\x4a\x64\xb9\xef\x3c\xa4\x0f\x12\x6a\xf5\x98\x84\x13\x04\x8a\x3e\xa1\x25\x1f\x03\x43\x4b\xf6\x02\x85\x54\xb9\x1a\x28\x12\x28\xaf\xf7\x8c\x51\x3c\x7c\x78\x3e\xd6\x50\x4d\x16\x5f\x01\x94\x2f\xed\x12\x0b\x41\x0f\xc7\x47\x63\x53\x21\x32\x52\xae\x61\xfc\xd9\xab\xb6\xbc\x19\xd1\x0c\x42\x4e\xcc\xd1\x7c\xd9\x10\xe3\x6e\xfc\x03\x3d\x3c\xee\xf6\x8e\x0c\xe7\xb7\x26\x25\xa4\x44\x54\x5b\x7e\xc4\xdf\xc4\x2a\x51\xd3\xd1\x3e\xa7\x6a\xb1\x7c\xc4\xdf\x38\xb3\x7a\xc8\x71\xca\x19\x97\x66\x1e\x3d\xa7\x80\x33\x81\xf5\x4b\x94\x70\xb6\x1d\x0f\x62\x3c\x21\x22\x9f\x8f\x03\x9d\x96\x17\x8c\x99\xd8\x17\xb2\xc9\xfe\xfa\x15\x05\x8f\x1f\xdf\x73\x36\xb9\x15\x19\xd2\x08\xf3\x2e\xe9\x55\xfb\xc1\x50\x03\x9d\x07\x21\x66\xd7\xa2\xdd\x0c\xa5\x8f\x82\x30\xac\x20\xbe\x90\x92\xb6\xde\xb9\x61\xa3\xe2\xa3\xbc\x27\x94\x94\x58\xd3\xb7\x90\xf7\x4d\xb7\xf4\xf0\xf8\x30\x7a\xd2\xad\x69\x29\x8c\x83\x34\xad\x85\xb5\x38\x3c\x0e\xcf\xef\xd5\xe0\xbe\x2d\x64\x82\x71\x10\xa2\xad\xf5\xc3\xda\xfa\x22\x5e\xd4\x79\xbc\xa5\x7a\xf4\xf8\xe8\xf8\xeb\x22\x0a\x1f\x1e\xd7\x02\x31\xf6\x6b\xf5\xf8\x38\x3f\x1e\xdb\xf8\xd8\x8a\x79\x76\x3d\xdf\xa5\x3f\xbd\xda\xfe\x20\xb2\x98\x6d\xc1\xc7\xe1\x61\x50\x5b\x75\x9e\xd0\x39\x4a\xd8\xf5\x36\x74\x06\xf5\x2d\xeb\x20\x3b\x5b\x10\xf1\xf0\x30\x47\x18\x3d\xfe\xaf\x06\x11\x24\x98\x21\xb1\x71\x6e\xed\xcd\x61\x6d\x6f\x98\xe4\x34\xb5\x34\xfa\xe4\xd8\xee\x0a\x42\x4f\xa2\xc3\xc7\xce\x66\x03\xe0\x2f\x39\x51\xd1\xda\x33\x2b\x19\xcd\xf8\x31\xff\x57\xe0\x8e\xc9\xe4\x3c\x70\x8f\x0f\x61\xe3\xd1\x13\xd8\xe8\xf5\x8e\x60\xa3\xdb\x39\x04\x7b\x09\x1c\x31\xf6\xa6\x5c\xb2\xac\x6c\x34\x8a\xa2\x82\xf4\x30\xe4\xa4\xdc\x36\x49\x50\xab\x6b\x3d\x44\xe7\xe3\xb1\xe1\x00\x4a\x08\xd9\x41\x2e\xa8\x05\x95\xaf\xdb\x78\x56\xe4\x16\xbb\x6f\xcd\x12\x7d\x82\x63\x15\xdb\xb8\x5d\x23\x15\x9b\x65\xc6\xdf\x6b\x9a\xe0\x1c\x5a\xd6\xf1\xcc\x16\x53\x39\xfc\x20\x8a\x1e\xca\xe1\xf3\x29\x48\xe7\x01\xd9\xb5\x06\x3f\xcd\x45\x41\x72\xe1\x35\x7b\x1b\x00\x7f\x2b\x91\x9a\x16\x73\xbc\x55\x18\x24\xc8\x74\x74\x5c\x42\xf6\x8e\x13\x75\xc4\xff\xf7\xf8\x7f\x77\xa2\x74\x1b\xff\x8b\x13\x55\x68\x62\xe7\x89\x7a\xf4\x90\xff\xdb\x67\xa2\x74\x8d\x6c\xa2\xba\x1b\x00\x7f\x1d\xf8\x97\xd7\x5a\xd3\x34\x5c\xb1\x60\xe2\xbd\x9e\x74\x38\x8b\x82\xf6\x59\x66\x03\xcd\x27\x61\xef\x9e\x7d\x7c\xf2\xf8\xf1\x71\x60\x7d\x4f\x85\x9d\x8e\xf9\x1e\x1c\xf5\x8e\x7b\xc7\xd6\x77\xc5\x4b\x2d\xe8\x8f\xbb\x8f\xed\x06\xcc\xd9\xfa\xf5\xa4\xa3\xf7\x31\x61\x9a\x5d\x5f\x25\xb3\x69\xd6\x45\x1e\x77\xbb\xf9\x6e\x73\xfe\x1f\x30\x9a\x64\x6f\x66\xca\xcb\xb1\x1e\xac\x90\x02\xad\x91\x89\xf8\x93\xea\xd8\x95\xbd\x3e\x4f\x82\x10\x65\x8f\x98\x08\x0f\x36\x0d\x55\x1e\xc7\xf4\x47\xa5\x6b\xcb\xba\xf9\xf8\xb1\x12\xa7\xa4\x40\x8a\x59\x10\xe3\xd0\xe1\x87\xfb\x3f\x07\x7e\xd2\x09\x13\x24\xb4\x44\x84\xf3\x7c\x77\x25\xd6\x93\xe7\xc4\xf2\x0c\xb4\x48\x51\xf2\x3e\x41\x2a\x64\xbd\xb4\x29\x77\x60\x8a\xd8\x27\x51\xcc\xd6\xc4\x70\xee\x8f\x2e\xfc\xb2\x5a\x27\xe9\x2c\x52\x03\xff\xcf\x01\xd8\x40\x76\x21\xf4\x6c\x3f\x0c\x20\x91\xbf\x3e\x2f\x60\x72\xb1\xd7\x65\xa0\xd6\x99\x49\xc5\x8c\x7c\x29\x72\xa4\xbd\xc2\x29\xa3\xc9\x75\xee\x83\x29\xcd\x2a\x0a\x56\x06\xe9\xba\x21\xb2\x56\xee\xde\xa3\x74\x61\x63\x37\xa9\x15\x35\xa8\x6c\x9f\x64\x8c\xe2\x76\x8d\xce\x25\x3d\x03\xc9\x89\x8c\x5c\xe7\xc9\xbc\xfe\x7d\x3c\x76\x85\x62\xca\x78\x37\x09\x55\x68\xea\x4b\xdf\xc7\x00\x32\xea\x61\xe3\xfb\xc8\x72\x63\xbf\xc9\xc2\x5e\x7b\x53\x3d\xee\x9e\x98\xb0\x2d\x6e\x17\x3e\x7a\x68\x4c\x85\x9c\x4e\xa7\xe3\x00\x13\x33\x71\x1e\xa4\x4c\xa7\xaa\x93\xc9\x14\x91\x8c\xef\x67\x83\xd2\x97\x22\x9b\x0d\x00\x99\x2b\x66\xd9\x11\x73\x53\xf0\x88\x24\xad\x96\x9b\xea\xcc\xe5\xbe\xf9\x65\x6c\x98\xf4\x0b\x00\x60\x2a\xae\x8f\xb4\xfa\x0a\x5b\xa4\x65\xe5\x5a\x9f\x07\x6c\xaa\xac\x6f\x88\x8f\x94\x55\x28\x9f\x03\x4a\x5e\x2e\xe7\x09\x4a\x53\x4c\xc9\x73\x91\x48\x0a\x52\x1f\xe5\x30\x07\x03\x1f\xd9\xce\x71\x30\xf5\x51\x07\x2d\x51\xb8\x60\xe8\x9f\xbc\x9c\x70\x0e\x8d\x69\xc0\x8f\x12\x30\xe6\x1f\x85\x26\x6e\x60\x89\x2a\x70\x61\x5e\xbf\xc2\x93\xa9\x58\x71\xbc\xf4\xd8\xbc\x96\x7a\x3b\x38\xf5\xdd\x2e\x14\xab\xe8\x03\x1a\x03\x99\xd2\x1e\x46\x55\x2f\xe7\x3e\xba\x90\x57\x82\x33\x7d\xaf\xa4\x4b\xbd\x14\x69\xf1\x41\xee\x1e\x94\x5d\x74\xca\x5a\x62\x37\x06\x9d\xbc\xde\xd5\x1d\x83\x8e\xa5\xcf\x76\x57\xa5\xdb\x2f\xbe\x86\x93\x0b\xf7\xe7\x81\xbb\x92\x37\x3a\xde\x6a\x91\xc4\x9e\xb8\xe6\x85\xe2\x26\xc8\x5b\x95\x6c\x78\xbc\x60\xc3\x79\x86\x08\x9b\x24\x15\xb0\xc3\xc5\xc9\xe9\xb5\xfb\xeb\x00\x78\xc3\x11\xe4\x9d\xcb\x94\xb6\x2e\x80\x0e\xdf\x51\x1c\x11\x7c\xe4\xb7\x81\xf7\xcb\x60\x04\x13\x3f\xea\xa8\xb0\xa6\x7c\x19\xa8\x2b\xb8\x44\x1a\x40\x4c\xf5\xa7\x92\x25\x9e\x83\x96\x73\x21\xe9\x35\x9e\xd3\x08\x9d\x62\xfe\xb2\xc1\x65\x87\x00\x13\x94\xe8\xa4\xa7\x0d\x46\x1b\x68\x89\x53\xe6\xc8\xee\x85\xfe\xe9\x58\x31\x4b\x77\x15\xd1\xd0\x23\x10\xe9\xde\xa5\xde\xf0\x9f\x03\x18\x5f\xba\x00\xa6\xe7\x2e\x80\xa7\xe3\x4e\x10\xc7\xf4\xea\x54\x79\xa3\x7d\xd4\xbb\x66\xda\xa1\x63\xb7\xd9\x15\x25\x84\x16\x20\x10\xaf\x7f\x16\x91\xbc\xf8\xb7\x0a\x43\xca\x88\x86\x92\x0a\xa3\xf5\xba\x89\x3a\x38\xfd\x9c\xa2\xe4\xe5\x25\x22\xcc\x75\x44\x38\x55\xe1\x7e\xe6\x80\x56\xab\xfa\xab\x11\x8d\x41\xde\x05\x94\x49\xc6\x93\xb0\x8f\x9c\xfb\x74\xec\x4b\x9e\x81\xa8\x1c\x21\xc2\xde\x91\xd7\x1c\x88\x03\x73\x65\x8d\x14\xd0\x99\x05\x98\x74\xa6\x28\x88\x94\x09\x7b\xc1\xa4\x06\xf5\xb5\x93\x33\x41\x57\x2f\x68\x28\x62\x11\x12\x74\xf5\xb1\x0c\x00\x62\x9f\x74\xb8\x6c\x32\x60\x6e\x22\xad\x4b\x9e\x61\xe9\x1b\x7d\xd8\xed\xe6\x01\x52\x9f\x48\x6e\xa4\x2c\x76\x65\x39\x98\xe8\x4e\xa4\x74\x86\x6a\xcc\x45\x19\x4a\x99\xcb\x69\xae\x80\x8d\x40\x2c\x61\xc9\x88\x43\xbf\xdd\x83\xb1\x3f\x1c\xc9\x88\x20\xa9\x35\x5e\x11\xd3\x3d\xcd\xcc\xcd\xb5\xa3\x7d\x90\x77\xb4\x57\xe1\x43\x02\xc9\x55\xe4\xf8\xa6\x7e\xca\xe7\x52\x8f\x71\x2c\x3a\x3b\x15\x3d\x6f\xfa\x21\x58\x85\xbe\x7c\xe8\x4b\xe7\xc2\xf4\xda\x4d\xa1\x7c\x03\x34\x75\x37\xfd\x48\x82\x9e\xfb\xf7\xff\xfd\x35\xfd\xf1\xbe\xe0\x39\xee\xb4\xc3\xf7\x56\x30\xec\x8e\xe0\xcc\x0f\x78\xbd\x08\xf4\xe7\x4d\x7f\xd6\x6a\xc5\x2a\x32\x8a\xd8\x0c\xa6\x2a\xe2\x10\x55\xbf\x0e\xe6\x6a\xba\x20\x26\x29\x4a\x98\x37\xdb\x80\x8d\xed\x68\xb7\xc8\x3b\xda\xe5\x42\x04\x68\x67\xc8\x93\x21\x82\x2b\x95\x6f\xcf\x8b\x61\x8a\xfe\x5e\xc8\x3c\x48\x5c\xf8\x1b\x79\x88\x73\xf9\xb7\xd7\x2e\x80\xc3\xc9\x00\x4e\x07\x23\xf8\x6e\xe0\x02\xf8\xc7\x29\xff\xcf\x4c\x20\xe3\x8f\x24\x98\xcf\x39\xe7\xfb\x61\xc6\x97\xc0\x70\xa4\x59\xfa\x4b\xea\x5e\x0f\x00\x7c\x49\xdd\x4f\xa7\xe2\xcf\xe0\x5c\x3e\xc9\x97\xf8\x0a\x00\x00\x67\x97\xae\x93\xf1\xeb\x86\x2b\x7e\x35\x3e\x4e\xf1\x98\x1d\xbc\xe4\xec\x4b\xb8\x1e\x12\x74\xc5\x9b\x4a\x81\x03\x20\xb9\xe0\xcd\x20\xa0\xdb\x93\x5b\xfe\xcb\x34\x0c\xe6\xc8\x81\xc9\x82\x54\xdd\x30\x09\xbf\x34\x7e\xba\x78\xf1\xee\xb4\x73\x1e\x2f\x12\x17\xc0\x66\x4f\x6c\x32\xaf\x16\x9d\x29\x9e\x4c\x39\x61\xe5\x21\xca\x4b\xab\x1a\x80\x29\x07\xd0\x35\x17\x54\xa2\xc3\x6d\xab\xca\xe9\xe9\x66\x04\x04\x8e\x16\xf3\x48\xf0\xe2\x94\x21\x52\xc5\x25\xf4\x45\xb5\xa0\x2e\x46\xb5\x15\x3b\xa7\xf1\xd1\x06\xc0\x99\x10\xb1\xfe\x98\x09\x03\x78\x86\xbc\x10\x4a\xd5\xa3\x67\x38\xe4\x06\xf4\x0d\x23\xf5\x67\x70\xd6\x11\x17\x3b\x2e\x90\xce\xaf\x49\x27\xc2\xe9\x5c\x90\x44\xa2\x1a\x92\x3d\x72\x57\x48\x6c\x2a\xa9\x47\x2e\x3a\x09\xca\x2e\x8e\xa5\xa9\x11\x80\x43\x19\x2f\x34\x15\x11\x13\xe6\x23\x00\xdd\x2e\xfc\x13\x77\xfe\x4a\x97\xc0\xfd\x13\x77\x7e\x4e\x82\x89\x10\x55\x57\xe1\x14\xc7\x51\x82\x88\x67\x0a\xa4\xc0\x7d\x1d\xc3\x95\x50\x70\xc9\x18\x4c\xc8\xcc\x71\x1b\x4b\x96\x64\x6a\x0d\x2d\xb8\x5f\x62\xb8\x0a\xa2\x88\x92\x4f\xc2\x3b\x70\x9e\xa0\x39\x22\x91\x55\xd8\x2a\xfb\x2a\xb6\x9a\x0e\x4f\xac\x2f\x6f\x31\x5c\xe1\x90\x12\xef\x17\x0c\xd3\x39\x26\xe2\x20\xe3\x55\x15\xf8\x8c\x37\x80\xff\xb3\xc7\xe6\x44\xf8\xd2\x81\xab\x04\x8d\xbd\x29\xb4\x86\x10\xce\xda\xa5\x51\xe4\x6b\x16\x7a\x1f\xcc\xeb\x3b\x3f\x0b\x0a\xe8\x11\xc2\x47\xfb\x9c\x11\xa3\xa4\x98\x27\x58\xb8\x1d\x43\x4a\x9e\xc7\x38\xbc\xf0\xd2\x0c\x92\xf3\x52\x56\x70\x78\xe7\x47\x62\x0c\x90\x5e\xf8\x19\x3e\xa6\x2e\xe8\x10\x1a\x71\x01\x4e\xdc\x1a\xf1\xe7\x73\x4a\x63\xc8\xcf\x19\xef\x20\x26\x04\x25\x1f\xf8\x08\x5d\xd0\xa1\x04\xbd\x1b\xf3\x2e\xbb\x43\xf1\x28\x4c\x9b\x20\xff\xc9\x09\x55\xfc\x90\x67\xb6\x11\xb0\xf0\x91\xbd\x86\x61\x9a\x9e\xd2\x68\x11\xcb\x97\xb2\xfe\x06\x06\x79\xc1\xcd\x1c\x0a\x98\x71\x04\xd2\x42\x0e\xdf\x61\xa4\xb1\x83\xb8\xc3\x05\xeb\x35\xff\x01\x3a\x13\xc4\x3e\xa0\xb1\x4f\xd4\x8f\xce\x39\x26\x91\xfb\x89\xb9\x04\x00\x48\x3a\xe9\xe2\x7c\x86\x99\xaf\x7f\xe4\xbf\x6e\xce\x98\x8c\xb4\xa9\x2c\xe1\xb8\x24\xcf\x28\xdf\x6a\x8d\x5c\xaa\xc1\x97\x4c\x53\xe7\x09\x9d\xa7\x1d\x8d\x22\x65\xe0\x9c\x7f\xa9\xaf\xfa\x3b\x09\x1a\xfb\x68\x93\xf5\xc6\x96\xcf\xd4\x77\x05\x20\x41\x63\x55\xc8\x05\xbc\x42\x82\x48\x84\x92\x8a\x18\x55\xa6\x35\xc8\xf7\x78\x83\x70\x21\xe6\x1a\x4c\x0b\x51\x57\xce\xad\x10\x6f\x59\x30\x11\x52\xad\xee\x20\x4c\xfd\x98\x1f\x88\x1c\x53\xdf\x81\x8e\xa9\xed\x40\x47\xd6\x75\xa0\xc3\x82\x89\x78\x94\xf5\x9c\x11\x80\x0b\x7f\xe2\xce\x5d\xe0\x32\xd8\x6c\xe2\x56\xcb\x19\xd3\x64\xd6\x56\xe5\x01\x24\x99\xc5\xa0\x12\xa8\x5e\x4a\x91\xcb\xa5\x30\x74\x57\x1b\x98\xca\xb5\x13\x58\xb4\xb2\xe0\x1c\x05\xb2\x8d\x9b\x74\xb8\x1c\x2a\x72\xed\x81\x7e\x70\x21\xc6\xc9\x29\x2f\xf5\xe9\x05\x0c\x2e\x3a\x11\x1a\x07\x8b\x98\xbd\xe7\xc3\xf7\xc5\x99\x58\xb4\xee\x6c\xe4\xb1\xe8\xc2\x0f\x2e\x60\x78\x21\xbf\xbc\x83\x8e\xd0\xfc\xc9\xb4\x5b\x39\x7a\xdc\x95\x48\x61\x42\xe3\x5c\xa1\x14\x7f\xcb\x3d\xeb\x6b\x09\xb3\x7e\x36\x30\xae\x3e\x8f\x6c\x9b\x27\x0e\x55\xcc\x92\x06\x27\xa6\x8a\x4f\xd9\x4d\xb3\xc4\x6b\x3a\xd0\xd1\xf5\xd4\x74\x55\xcc\xd1\x39\x23\x6d\x91\x2a\xbd\xed\x1c\x60\x48\x4f\xac\x17\xa6\xb2\x97\xbd\xdc\x3a\x8f\x81\x99\xc7\xc2\x0c\xf6\x63\x7b\xc6\xc2\x0b\x18\x57\xce\x98\xe0\x9f\x02\xb3\x32\x7b\xbb\x9a\xbd\xc5\x85\x1f\x5f\xc0\xf1\x85\x4f\xdc\xc3\x07\x87\x0f\x01\x9c\x5e\x08\xbf\xee\xf1\x05\xe8\xbb\x79\xf3\x55\xc3\x2b\x72\x56\x22\x99\xb7\x19\x02\xd0\x19\xca\x29\x14\x2f\x46\xfc\x60\xa1\x4c\x32\xcd\x42\x37\x9b\xa9\x36\xa4\x6a\xb5\x9a\x38\x7d\x1b\xbc\x75\x59\xe6\xac\x26\x19\x04\x53\x46\xd3\x95\x92\x43\x16\xbc\xe3\xdf\x5f\xd3\x03\xb0\x76\xbf\xa6\x07\x3f\x80\xfb\x13\xe8\x38\x60\x03\xb1\xef\xf0\xdd\x94\xe1\x19\x9a\xe3\xf0\x82\xef\xff\xd4\xf2\xcd\xc1\xfc\xe8\xef\x74\xcc\xb3\x88\x63\xe7\x08\xa3\x91\x76\x30\xc7\x0e\x0c\xfd\xd5\x8b\xc1\xa7\xc1\xd9\xa7\x77\xbf\xfc\xf2\xe6\xa5\x77\x6f\x28\x3e\x31\x3a\x99\xc4\xc8\x77\xee\x99\x7a\xf0\x9e\x33\xba\x07\x36\x30\xf6\x57\xaf\xdf\xbe\xff\xfc\xc9\xb3\xda\x80\x8e\xda\x8e\xc0\x06\x2e\xfc\xd5\xf3\x57\x83\xb7\xbf\xbc\xd4\xe9\x97\x9d\xcc\xdb\x13\xfe\xf4\xe6\xf3\x07\xcf\xe1\xf2\x8f\xfd\xf6\xb7\x97\x5f\x3e\xbf\x17\x89\x02\x16\xf3\xc2\xfb\x17\xef\xfe\x78\x2b\xbe\x44\xf4\x8a\xd8\xdf\x7e\x7e\xf7\xfc\xf3\x47\xbe\x38\xc3\x45\x6a\xbf\x7f\xfe\xe6\xf5\xf3\xdf\xce\xc4\x88\x06\xef\x5f\x7b\x4e\xc8\x77\x2e\xab\x80\xfe\x95\x02\xf8\xf9\xfd\x8b\xc1\xa7\x97\x9e\x23\xc5\x11\x1b\xc8\xcb\x0f\x1f\xde\x7d\xf0\x94\xdb\x96\xf5\xfe\xd5\xeb\x17\x2f\x85\xa9\x49\xae\xf4\xc7\x57\xef\xfe\xf0\x9c\x74\x4a\xaf\xac\xb7\x1b\x38\xf6\x87\xab\xe7\x6f\x06\x1f\x3f\x9e\xbd\x1d\x9c\xbe\x94\x59\x76\x1d\xf8\x76\xf0\xfb\xd9\xcf\x9f\xdf\x3e\xff\xf4\xfa\xdd\x5b\xcf\x39\x95\x2f\x3e\x7e\x7a\xf9\xde\xeb\x6d\x60\xae\xbc\x48\x45\x56\xaa\x71\xbd\xa5\xc6\x35\x0a\x92\xed\x15\xba\x85\x1a\x11\x0a\x83\x08\xdd\x50\xa7\xbb\x19\xc1\xa9\xbf\x5a\xcc\xbd\xa3\xc7\xf0\xe8\x31\x47\x98\x03\xf9\x7c\x78\x0f\xba\xf0\x41\xd7\x73\xc4\xdc\xc8\xab\xfa\xa3\x47\xf0\xe8\x91\xe7\x08\xc5\xb2\xba\xea\x3e\x7a\x02\x8f\x9e\x18\xb3\x08\x16\x9c\x7b\x4f\xe0\x13\xcf\x61\xc1\xb9\x03\x91\x90\x9a\xbd\xc3\x47\xf0\xf0\x91\xe7\x20\x25\x43\x23\x2e\xc6\x7a\xbd\x23\xd8\x3b\xf2\x1c\x24\x65\xda\x79\x30\x41\x9f\xe7\xde\xd1\x11\x3c\x3a\xf2\x1c\xf9\x24\xdf\xbe\xe0\x3d\x39\x7a\x00\x8f\x1e\xc8\xf7\x2f\x44\x6f\x52\x2e\x10\x7b\xbd\x87\xb0\xf7\x90\xcf\x0d\x1e\x0b\x93\x0c\xc2\x12\x1a\x7b\xbd\x47\xb0\xf7\x48\xde\x18\x27\x34\x76\xa0\xb8\xea\xf2\x8e\x0e\xe1\xd1\xa1\xe7\xc8\x7b\x2f\xc8\xbc\xc7\x0f\xe0\xe3\x07\x9e\x23\x32\xff\x08\x93\xaa\x07\x0f\xe1\x83\x87\x22\xcb\x2d\x3f\x0e\x6f\x60\xe4\x0f\x65\x92\x13\x07\xaa\xc9\x35\x73\xa6\xa7\xc2\x20\x78\x04\xe7\xfe\x6a\x03\x67\xfc\x3f\x97\xfe\x8a\x57\xfb\x93\x12\xe4\xb5\x8f\x9e\x40\xbe\xc1\x04\xcc\x6b\x1f\x3d\x86\x51\x70\xfd\x3b\x46\x57\xaf\x50\x10\xa1\xe4\x67\xfd\xfe\x11\x44\x4b\x96\x04\xf2\x39\xf5\xda\x47\x0f\x61\xca\x90\x38\xf4\x78\xed\xa3\x63\x38\xc3\x84\x33\x21\xaf\x7d\xf4\x00\xce\x82\xa5\xfa\x7d\x04\x17\x29\x7a\x2e\xc5\x72\xaf\x7d\x74\xc8\xc5\xba\x38\x98\xa7\xfc\x5b\x0f\xc6\x34\x0c\x62\xfe\xb3\x0b\x15\x07\x95\xd5\x0e\x9f\xc0\x08\xa7\xc1\x79\x8c\x22\xfe\x22\xf5\xda\x87\x8f\xa1\xd4\x27\x99\x17\x8f\x20\x97\x5d\xf9\xaf\x87\x50\xdd\x38\xf0\x87\x63\xde\x20\xe7\x78\x21\xf3\xda\x87\x0f\x60\x8a\x23\xf4\xd3\xf5\x47\x1c\x71\xb0\x47\x7c\x6c\xe9\xbb\xf1\x1f\x08\x5d\xbc\x50\x0d\x78\xed\xc3\x43\xc8\xbb\x41\xa2\x20\xe1\x1f\x38\x94\x1e\xbc\xc4\xe8\xea\x94\x8a\x5a\x5d\x01\xff\x3c\x48\xde\x73\x0e\x38\x13\x23\xe9\x3d\x81\xe7\x0b\xc6\x44\x07\x7a\x8f\xe1\x15\x8e\x26\x88\xbd\x57\x36\x17\x02\x25\xbd\x47\xfa\xad\x3c\xa9\xb4\x7b\x0f\x21\x9e\x10\x9a\xa0\x0f\x28\x88\x28\x89\xaf\xbd\x76\xef\x18\x5e\x20\x34\x7f\x37\x47\xc4\x6b\xf7\x1e\x40\xc1\x48\xde\x91\x8f\x53\x7a\xe5\xb5\x7b\x47\x5a\x6c\x6d\xf7\x0e\x45\xb9\xd7\x52\x67\xee\xb5\x7b\x3d\x78\x81\xae\x7f\xc2\x24\xe2\xcd\x73\xe4\x9d\x2f\x26\x5e\xfb\x09\x14\x1a\x1b\xa1\xed\xf8\x24\x78\xa7\xd7\x7e\x6c\x30\xc9\x59\xbd\xb6\xbe\x4e\xbd\xf6\x23\xf3\xe1\x15\x5d\x24\xa9\xd7\x7e\xa8\x31\xac\x9e\x8f\x05\x0e\xe4\x84\x3c\x80\x99\x2e\x28\x92\x33\x0b\x67\xfa\xe1\x23\x9a\x07\xe2\xd2\xc0\x6b\x1f\x42\xc9\xc7\xde\x91\xf8\xfa\xd3\x34\xa1\x8b\xc9\xf4\x85\x88\x37\x29\xac\x3c\xda\x3d\x28\x2a\xf7\x36\x70\x22\xc9\x8f\xb3\x46\x1a\x5e\x38\xf2\xbd\xa3\xa7\xc1\x81\x8b\xb9\xe7\x04\x49\x42\xaf\xda\x66\x9d\xab\x67\xb9\xce\xe7\x09\xba\xc4\x74\x91\xea\xb7\x72\xad\x13\xb4\x64\xfa\x8d\x5e\xea\x34\x0a\xae\xed\xba\xed\x10\x27\x21\x17\x2b\xc2\x18\x05\xd2\x90\x25\x9d\xb6\x0f\xf9\x33\x4d\x91\xe7\x2c\x1d\x2b\x3b\xcb\x75\xce\xf6\xf9\x72\x88\x46\xad\xd6\xe5\x90\x8d\x4e\xf8\xcf\xa7\x5d\xf9\xf0\xb4\x7b\x72\x1a\xb0\x69\x27\x38\x4f\x5d\xfe\x0c\xda\xd6\x23\x1a\x01\x4f\x16\x3e\x69\xf7\x3c\x55\xbc\x27\x5e\xb5\xf9\x93\xf8\x25\xc0\x79\x0a\x30\x1b\x79\x5d\x95\xf0\x20\x5b\xa2\x8e\xa3\x57\x68\xb3\x57\xb9\x40\x9d\xd3\xd3\xd3\xd3\xc6\x97\x2f\x5f\xbe\x38\xf9\x85\xda\xec\x65\xeb\xb4\x67\x56\x69\xb3\x67\x16\x69\xb3\x67\xaf\xd1\x66\x37\x5b\xa2\xcd\xae\x5e\xa1\xac\x23\x7f\xb8\x20\xb7\x50\x79\x5f\x72\xeb\xb4\xd9\xcb\x2f\xd3\x66\x4f\xad\xd2\x95\x8a\xf5\x23\x8c\x3d\xa0\x9c\xfa\x71\xd0\x18\x07\x6d\x41\x00\x6d\xaa\x49\x40\xbd\xcc\x11\x82\x7c\x57\x24\x07\xfb\x6d\x91\x28\x14\x94\x29\xba\x4c\x28\xc9\x11\x47\xfe\x4b\x9e\x48\xf2\x6d\xf3\x42\xb2\x67\x8a\x52\xe4\x67\x41\x2f\x86\x5a\xd4\x3b\xc1\x80\x37\x19\x1f\x5a\x29\x88\xbf\xd0\x06\xe3\xff\x17\x05\xd7\x06\xcc\x73\xfe\xa7\x91\x5d\x42\x6a\x50\xcf\xf9\x1f\x99\x50\x58\x89\x50\xb2\xcc\x29\x67\xe7\x9e\x23\xd5\x8d\x8d\x53\x99\x45\x94\x0f\x55\x7d\x78\xaf\x46\xad\x3f\xf1\x71\xaa\x4f\x6f\xd1\xd2\xd4\x90\xc0\xbe\x88\x2e\x28\x58\x5f\x44\xb2\x28\x0e\x4a\xbe\x36\x90\xe4\x07\x0e\x48\x7e\x10\x70\xe4\x4b\x09\xe6\x85\xd8\x51\x0c\x20\xf9\x28\x41\xe9\x4f\x06\x98\xfe\x48\xa4\xc9\x97\xf8\x28\x00\xda\xb5\x9e\x23\xc2\x16\xc9\xb5\x55\x4d\xbd\x91\xf5\xcc\x67\x51\xd1\x7c\xe2\x88\xe2\xdc\xca\x73\xde\xe3\xf0\xa2\xf1\x4a\x64\xcc\x16\x29\x2c\x39\x97\x96\x5f\x5e\xeb\x47\xf5\x59\x24\x99\xcc\x3e\xbf\x40\xf9\xcf\x1c\xe4\xa9\x48\xf7\xaa\x80\x9e\xaa\x34\xb1\x06\xac\xfe\x9a\x01\x3e\x35\x99\x64\x0b\x45\x32\xe0\xba\x08\x07\xff\x51\xa4\xda\x54\xe0\xe5\x83\x05\x5e\x7f\xcd\xc0\xeb\x22\x06\xbc\x2e\x92\x81\xd7\x45\xa4\xc4\xfc\x1e\x25\x98\x46\x9e\x23\xf7\x80\x86\x7c\xd4\x53\xf7\x49\xac\x3d\x35\x71\x9f\x44\xf6\x34\x35\xa7\x62\xfd\xe9\x19\x0d\x84\x74\x91\xed\xa5\x9c\x8d\x64\x5b\xa9\x64\x42\xc5\x9d\xb4\xd9\x2b\x6c\xa4\x4d\x6b\x1f\x55\xd2\x49\x69\x2b\x75\x14\x43\x71\xcc\x86\xba\xe2\x52\xec\x27\xb1\x80\x78\xab\x53\x7a\x25\x96\x4c\xf6\xc0\x97\x4b\xb3\xb7\xa9\xd8\x75\x57\x53\x9a\xe0\x6f\x94\xb0\x20\xd6\x17\xbd\xe6\xf0\x2a\x9f\x37\xf9\x5d\x99\x2c\xe2\x18\x26\x7a\x43\xe6\xec\x2a\xbf\x45\x37\x7b\xd9\x0e\xdd\xec\xe5\x36\xe8\x66\x57\xef\xcf\xaa\x90\xde\x9e\x9b\xd6\xee\xcc\x05\x56\x4b\xb9\x61\x22\x5b\xca\x4e\x28\xf5\x7d\xb3\xd7\xb7\xb4\x1e\x67\x9c\x11\xa6\xc3\xee\x48\x2a\x80\x84\x7b\x1b\x15\x47\xd2\x7c\xf4\x0e\x09\xa2\x33\xc6\x24\x72\xc5\x59\x4a\x1f\xbd\x40\x07\xa7\xae\xe3\x5d\xe2\x14\x9f\xc7\xc8\x01\xd2\x41\x51\x68\x3b\xf9\x09\x9d\x12\xc4\x8f\xf6\x8b\x73\x96\x04\x21\x73\x1f\x41\x27\x72\xb4\xc3\x61\xa1\x50\x10\x45\x2a\x38\x89\xda\x41\x44\x5c\x11\x07\x08\xad\xaf\x64\xc3\x37\x0e\x4e\x85\xc4\x99\xd2\x2b\xa1\x6d\xfe\xcf\x8f\x94\x0f\x62\xdb\x20\x0d\x26\xea\x47\xaa\xa5\xf4\xc6\x62\xee\xfc\x97\x4f\x67\x0f\x3a\xd7\xdb\xa6\xb3\x07\x9d\x69\x69\x58\x62\xfb\xfc\xef\x1c\x98\xea\x73\xed\x98\xec\x81\x9b\x81\x89\x53\xe0\xff\xed\xe1\x28\x8d\xe7\x96\xfe\x46\xba\xbf\xf2\x8c\xfa\xdf\xd9\x61\x35\x01\xa6\xaf\xea\x0c\xfc\xdf\xd9\x59\x1b\xbb\xa7\x76\x8f\x5f\xec\xc4\xab\xfe\x6f\x22\xd8\x74\x57\x2a\x1e\x4a\x36\x48\x4d\xbb\xbf\x26\x3e\x21\x8e\x90\xb8\x83\x03\x1b\xad\xc6\xd8\xbf\xa2\x61\x03\xca\xda\x76\x37\x08\xf9\x51\x5b\x9a\xbf\x9a\x51\xdb\xe5\xef\x75\xce\x19\x91\x3a\x3e\x69\x3c\xe0\x3b\xb6\xe4\xe2\x8c\xee\x81\x8e\xd0\x99\xe9\x2e\xb2\x1d\x3b\x25\x50\x5b\x9c\x2c\x05\x43\x29\x50\x76\x03\x24\x64\x75\xd5\xfa\x46\x9d\xaf\x9b\xbd\xf2\xf9\xda\x3a\x01\xe5\xcf\xd7\xd6\x07\x79\x9e\xce\x8e\x46\xe6\xd9\x9c\xaf\x35\xe4\xec\x7c\xcd\xcf\x67\xe5\xf3\xb5\x03\x1b\xce\xd6\x13\x76\xb3\x07\xe7\x09\x9d\xcd\x85\x94\xf7\x4e\x1c\xf5\xa4\xdd\x45\xfd\x97\x4f\x49\x40\xa4\x00\xf5\x02\xc5\xc1\xb5\x77\xd8\xed\x6e\xe0\x69\xa5\x21\xdb\xa5\x3c\x0d\x6b\x43\xb6\x4b\x75\xfb\x73\xa6\xed\x99\xe4\xd3\x04\x31\xd9\x9b\xd4\x65\xba\x84\xb2\x47\x51\x1e\x8d\x6a\x65\xf9\xc3\x91\xfd\x28\x0f\xac\x0c\x45\xd9\x7b\x8d\x20\x61\x36\xa6\x02\x88\x92\x14\x31\xe3\xc9\x1a\xea\x7b\x14\xbf\xd9\x83\xd6\x34\x9a\xc7\x45\x8a\x0e\x1f\x08\x84\x5b\x30\x82\x90\x2d\x82\x58\xb6\x67\xbd\x16\xfe\xc3\xea\xd8\x6c\xbd\x56\x97\xca\xbf\x2b\x41\xd6\xfa\x72\x8a\x89\x7e\xab\x92\x7c\xaa\x6e\xe1\xf4\x35\xc1\x4c\x0d\x08\x93\x89\xe9\x8e\xfc\x60\x3d\xf2\xd1\x7d\x16\x13\x5a\x9a\xcc\x9f\x13\x3a\x93\xa1\x69\x9f\xf3\x66\x75\x9d\x69\x20\x60\x08\xb4\x18\x38\xfa\x85\x6d\x31\x78\x46\x28\xc3\xe3\x6b\x39\xcb\xc2\x9a\x46\x19\x30\xe6\x4b\xa9\xe1\xbd\x37\xc4\xc1\xff\x9f\x2e\x6c\xc4\x9c\x89\x80\x74\x96\x8d\xe1\xa5\xb6\x31\x3c\xab\x0e\x14\x95\x1b\x6b\xd7\x0e\x42\xa3\x29\x41\xe8\xfe\x5d\x87\x05\xc9\x04\x31\xad\xb7\xef\xe7\x8b\x70\x36\xa2\xbe\x9c\xa8\x61\xce\x17\x05\x38\x5e\xe6\xeb\xaf\x97\xae\x2c\xe5\xa8\x44\xfe\x56\x88\x0e\x03\x58\xf2\x2c\x05\xda\x43\x2e\x03\x60\x0b\x5d\x0e\xbb\x23\xbf\xc8\x52\x8a\xf4\x59\xfc\xae\x99\x3b\x44\x1d\x61\x60\x15\xb9\x9a\x62\xf5\x62\xc9\x5a\x08\x3e\x51\xbd\x5e\x74\x3f\x76\x9e\x63\xaa\x17\x9a\x0d\x1a\xd4\x11\x61\xd7\x4c\xa7\xfd\xde\xad\x2d\xdf\x83\x19\x76\x0d\x66\x15\x3b\x97\x76\x59\xd6\x14\xb5\x5a\xf9\x72\x9d\xcb\x20\x76\x41\x87\x25\x78\xe6\xea\xd0\x20\x6a\x1e\x52\xc4\x54\xc2\x0f\xf1\x28\xd6\x9d\x60\xaa\x2f\x0c\xfb\x2e\x83\x00\xb0\xab\x24\x40\x3d\xce\x8e\xa5\x8a\xb2\xdc\x9b\xed\xae\x66\xd1\x5a\x32\xa0\x01\x63\x89\xeb\xd8\x1e\xb7\x7a\x8b\x2a\x76\xac\xa2\x1d\xd8\x2d\x4f\x91\xbd\xad\xe7\xa6\xaa\xc0\x1f\xd5\x4d\xb5\x8e\x15\x26\x4f\x44\x79\xb6\x60\x4c\x69\xce\xd4\x7d\x50\xcd\xda\xca\x6f\x56\x67\x63\x1c\xc7\x02\x77\xba\x45\xfe\x42\x5d\xed\x65\x20\xf5\xe8\xb6\x05\xcb\x71\x16\x44\x1a\xb9\x47\x62\xe1\x5c\xcf\x11\x1d\x37\x18\xc4\x7e\x13\xb5\x5a\x04\x52\x7f\x5f\xbe\x05\x03\xbf\x69\x8d\x51\x63\x5a\xa3\x64\xcb\x66\xd6\x6a\x35\x29\x4c\x7d\xc7\xd1\xd9\xad\x32\xfe\x7f\xc2\x79\x93\x67\xaf\x51\x26\x9c\xd4\x9b\x71\xab\xd5\xcc\x8a\xb5\x5a\xa4\xd5\xc2\xad\x96\x1b\xe7\x04\x3a\xeb\xb7\xa2\xcb\x76\x6f\x04\x60\x13\xe9\x13\xab\xca\x9e\x61\x73\x51\x69\x8d\x28\xb5\x98\x97\x1d\xf1\xd4\x91\x37\x8c\x52\x6f\x89\x20\x8d\x85\xce\xd3\x8b\x21\x4e\xa5\xbe\x02\x43\x3e\x66\xa9\x13\x08\xe1\x1e\x38\xf3\x28\x94\xd8\xf2\x2c\xcc\x6d\x80\xa7\x44\x56\x83\xbc\xbc\xcc\xb0\x5e\xf7\x34\xa1\xe7\x06\xb7\x5e\xe3\x13\xb7\x62\xef\xbc\x71\x13\x06\x9e\x9b\xfa\x85\x68\x7f\x05\xfe\x2d\x68\x14\x80\x7c\x11\xdd\xbd\xb2\x00\x03\x60\xea\xc7\xad\x56\x6a\x6e\x93\x33\xe8\x71\x47\xea\xb7\xdd\xd2\x0e\xbd\x0f\x78\xc7\x01\x15\xb0\x6f\xac\x77\xbb\x06\x08\xba\x6a\x7c\x40\x93\x97\xcb\xf9\x1e\x6d\x65\x17\xe9\xc3\xf6\xf0\xeb\x68\xb5\x71\xc1\x8f\x07\x27\x1d\xf8\xf5\xeb\xbf\x7f\x58\xff\xe3\x6b\x3a\xba\x3f\x81\xce\xd7\xaf\x3f\xb4\x1c\xc0\xff\xa6\x3f\xfe\xc0\xcf\x05\x8e\x03\x84\x1d\xb2\x3d\xbb\xe9\x5c\xd8\xb2\x33\xd8\x03\x95\x33\x68\x17\xe0\x88\x4f\xdc\x14\x54\x33\xf4\x22\xcb\x35\x3b\x88\xb4\xcc\x4d\xf0\x64\x82\x12\xc3\xe8\x0b\x32\x9d\x4d\x09\x50\xd7\xdc\x71\xd5\x34\x7b\xff\x81\x65\x03\xad\xc5\xac\x8c\xfe\x80\xb0\x46\x45\x7e\x76\x08\x53\xd7\x1b\xf9\xd9\x93\x2f\xf5\x90\xa6\x41\xfa\x49\x5d\xc7\xb8\xa0\xd5\x42\x1d\xf6\xad\x50\x5e\xdf\xd6\x00\xd8\xd3\x18\x36\xdf\xb4\x5e\x89\x57\x9c\x09\x65\x70\xea\x8a\x6b\x22\xe1\x7c\xe4\x66\x2f\xc1\xfd\xea\x8a\xe0\xc7\x9a\xf7\x9d\x54\x28\x7f\x53\x57\x6f\x4d\x67\x38\xfd\x9d\x63\xcf\x45\x40\x1c\x74\x8d\x5b\xc5\xfe\x5c\xcd\xc8\x31\xff\xfb\xd3\x64\x82\x8c\x18\x8e\x9e\x3f\x2d\x18\xba\x16\x5f\x34\xb7\x70\xbe\x7c\xf9\xf2\xa5\x7d\x7a\xda\x7e\xf1\xc2\x29\x49\x65\x59\xf7\xb7\xf1\x4d\xbd\x25\xd9\x3c\xf3\x59\x0f\xac\x74\xc8\xcb\x85\xdf\xed\x2f\x9e\x96\xcb\xf4\x17\x07\x07\x20\x3d\x28\x71\x48\xd9\xfd\xc5\xe8\x7b\x30\xb4\x7e\xea\xa7\x77\xe3\x37\x79\x26\x22\xad\x61\xd3\xfc\x76\xb8\xa5\xa7\xfd\xff\x2c\xdb\x50\x1b\x94\x92\x78\xcd\x6a\xdd\x8b\xa7\x14\x86\xf6\x9f\x23\x60\x89\xdb\xd0\x2f\x4a\xfa\x1d\xeb\x6e\xe0\xe4\xbf\x4e\xa6\xd8\x69\x66\x0b\xe4\x26\x65\x30\xc7\x29\xe2\xba\x9e\xe0\x77\xa2\x8c\x7a\xac\x08\x53\xa8\x12\x52\x36\x96\x6c\xab\xac\xbc\x8a\x92\x6d\x16\x4f\xda\x65\x1d\x79\xd8\x04\xb9\x53\x05\x4c\x7c\x72\x52\x79\x0c\x21\x40\x5c\x0e\xe5\x34\x7d\xd9\x01\x21\x11\x07\x81\x4e\xca\xe8\xfc\xf5\x6c\x86\x22\x1c\x30\xf4\x3e\xa1\xf3\x40\x26\x4e\x55\x86\xf5\xba\x77\x99\x4a\xa4\xaa\x87\xc6\xb2\xcf\x3e\x2c\xae\x36\xf0\x1c\x8a\x70\xc8\xe2\x02\xbd\xd5\x72\xc6\x28\x60\x53\x24\xc2\x80\xab\x97\xc2\x69\xe6\x64\x25\x6f\xd8\x27\x1b\x6f\xb5\xb1\xa3\xac\xda\x1b\x56\x7d\xc0\x2a\x2b\x56\x1e\xfb\x56\x3c\x45\x95\x76\xb6\x56\x4b\xa7\x1b\xaf\xf9\xec\x38\xb5\x1f\xb3\x8e\xe1\xf4\xa5\xd4\x84\xd5\x04\xb7\x75\xa4\xdd\xa9\x00\x25\x4f\x20\x68\xbd\x46\x19\x6b\xce\x9c\xa1\x3e\x5d\xcf\x91\x72\x88\x32\x40\x1b\xd2\x35\x2a\x6d\x04\x8d\x14\x93\x49\x8c\x1a\xe1\x34\x48\x82\x90\xa1\xa4\x21\x01\x37\x38\x6f\x9c\x21\xc6\x8f\x7e\x26\x0b\xae\x4c\x80\xeb\x5c\x3b\x9e\xc4\x4c\xdb\xec\xe1\x36\x29\x77\x30\x89\xd0\xf2\xdd\xd8\x75\xbe\x38\x40\x64\xbe\x74\x4e\x77\xad\x71\xaa\x6b\x44\x37\xd4\x60\xf4\x0d\xbd\x42\xc9\xf3\x20\xe5\xa2\x89\xa9\x1f\xe9\xfa\x53\x47\x64\x0d\x76\x5e\xdd\x0e\xce\x54\xc3\x99\xed\xda\xf3\x99\xae\x91\xee\x5a\x23\xd5\x35\x02\xd5\xd7\xc1\xed\xfa\x1a\x38\xa0\xaf\x8e\xdf\x9e\xd6\xd1\x6f\x4a\x24\x7e\x43\x3c\xb6\x8c\xe0\xc4\xe0\x95\x3a\xdf\x7e\x3b\xab\x7c\x6b\x07\x49\xe7\x4d\xbd\xa8\x3e\x91\xd7\x35\x75\x5d\x09\xf4\xb4\xf2\x6d\x64\x37\x95\x53\x0a\xd5\x84\x7a\xab\xd4\xa7\x01\x48\xfc\x2c\xae\xa2\x78\xa9\x36\x83\x94\x73\x12\xeb\xb1\x81\x45\xd0\x92\x90\x2f\x2e\x69\x32\x2c\xc2\xe9\xdb\x1c\x88\xc0\x5c\x0d\x20\x94\x59\x41\x38\xcd\x8b\x1c\xb0\x94\x45\x27\x91\xb6\xc0\x66\xcb\x40\x1d\xbe\xfe\x06\xcc\xed\x82\x0e\xa3\x9f\xe7\x73\x3d\xcb\x20\x2b\x21\xdd\x72\x7b\x40\x07\xfe\xe6\x24\x32\x4c\x46\x27\x64\x88\x46\xe2\x97\x27\xb5\xf7\x0d\xfe\x62\x23\x5c\x1b\x0c\xb6\xe4\xae\x73\xd3\xbc\x68\x6e\x24\x4b\xaf\xd7\x96\xe0\xd8\x78\xf5\xca\x9b\xcd\x9c\x0c\x62\x90\xa0\x8f\xc1\x0c\x09\x13\xa6\x0a\x65\x49\x2e\x13\x48\x47\xb5\x9f\xdd\x09\x21\xa1\x76\x70\x51\x07\xa7\x1c\x8a\x4b\xf8\x7c\xbb\x46\x62\x4d\x00\x4c\x80\xfe\xc6\x5c\x92\x7b\x6f\xab\x6b\xac\xed\xb0\x86\x4f\xca\x4c\xa2\xbe\xef\xe7\xa5\x07\x99\xc4\x71\xba\x55\x05\xbc\xfd\xf3\x7a\x7d\x93\x0e\xf9\xe0\x00\x8a\xe4\x0e\x46\x7a\xb6\x71\xe6\xca\x4f\x10\x75\xd4\x5e\x0d\x94\xd7\xa7\x90\x61\x84\x8f\xa7\xac\xda\x34\x25\xf4\x92\xa8\x6b\xef\x59\xcf\x3e\xc4\xdc\x34\x3a\x49\x44\x5a\x9f\x3c\x15\x41\x65\x33\x05\xf7\xeb\xf1\x5b\x84\x22\xc4\xcf\x47\x9b\xfc\x22\xd2\x92\x09\x02\xbb\xa9\xd0\x6d\xee\x50\xdd\x46\xcd\xcc\xe5\x69\xb2\xfa\x62\xc6\x24\x21\x91\x18\x2a\x69\xce\x8c\xcd\x9e\xc2\x8c\x38\xd2\x66\xa5\x35\x8e\xb3\x77\x95\x67\x26\x9d\xec\xa3\xfa\x2b\xdf\x76\xb7\xd5\x6e\x6e\xad\xcd\x3b\x51\xac\x2d\xd6\x9a\x97\xa6\x55\x75\xb3\x6f\xda\xb1\xd5\xba\x3a\xe8\x8b\x2b\x39\x75\x39\xa1\x10\x58\x77\x77\x01\x6e\xba\xdb\x48\xa5\xe7\x03\x87\x94\x73\x26\x37\x8a\x55\x96\xbf\xaf\xac\xbc\xab\x94\xd7\x9d\xd6\x5d\xe5\xa6\x78\xd0\xdc\xe9\xc6\x0d\x58\xfb\x19\x3f\xba\x7e\xae\xd6\xfc\x22\xb0\x72\xae\x1d\x99\x99\xc9\x45\xbe\x40\xb4\x73\xb3\xe8\x2c\xfd\x0b\xa0\x94\x8f\x3d\x94\xdd\x39\xe6\xcf\xca\xfa\x9c\x64\xcb\xd4\xe9\x94\x8a\xbb\xad\xda\xec\x05\x46\x0b\x8d\xcc\xb5\x69\xe1\xae\x4c\x68\x38\x66\xc1\x52\x7e\x2d\xdd\x97\x41\xf9\x1d\x13\xf7\xa8\xf2\xae\xed\x00\x99\xa3\x43\xdd\x25\x7b\xe3\x59\x23\xc2\x97\x0e\x50\x37\xda\x9d\xb1\x70\x43\xcf\x15\x69\x9b\xad\x68\x3c\xac\x6a\x65\xd4\xc9\xbc\x11\x00\x50\x8a\x79\x60\x8b\xab\xaf\xc9\x0b\xdb\xcc\xb5\x3e\x88\x6b\xd3\xdc\x35\x64\x97\x07\x76\xcd\x61\xf5\x42\x19\xe5\x1b\x7b\x49\x6e\xd9\x96\x6d\x7b\xbb\x5b\x53\x2f\xec\x3b\xea\x5b\x8d\x4b\xd4\xb4\x1a\x7b\x55\x37\x9c\xfd\x9b\xb0\xef\xcb\xb7\xb4\x20\x94\x5d\xe5\x83\x15\xdf\xa7\x55\x16\x89\x26\xeb\x68\x9d\x18\xc8\x4c\x3d\x4a\x7c\x38\x37\x55\xad\x96\x23\xee\x40\x88\x66\xbc\x25\x32\x70\xd9\x36\x60\xf6\x5c\x58\xb0\x9a\x19\x30\x7b\x9a\xb7\xc3\x52\x56\xdb\xe2\x34\x98\xfe\x24\xa2\x24\x55\x97\x80\x64\x2b\x18\x69\xf1\x2d\xc1\x0c\xc6\x7c\x9d\x54\x16\xd8\x0e\xa5\x6c\xf8\x69\x0d\xaf\x5d\xd6\x7c\x96\xcb\x1b\xf1\x9e\x0b\x98\xd7\x2e\xd8\x65\x4e\x04\x11\xb4\x5a\x5c\x80\xe7\x2d\xad\xd7\xce\x4c\xff\x48\xc5\x0f\x50\x35\x4f\xa2\xd6\x4e\xf3\xb4\x0b\xfc\xf2\xdc\xed\x00\xbf\xd2\x3c\x64\x6b\x43\x5a\xbc\x94\xd0\xaa\x84\xee\x6a\xa0\xd0\xcd\x1b\x38\x49\x62\x61\x57\x08\xc9\x7c\x67\xc3\xae\xbc\xea\x19\xf6\x46\x26\x70\x84\x08\x0a\xde\xec\x71\x91\x3a\x31\x83\xd8\xe8\x15\x99\xad\xb2\xbc\x72\xa4\x2e\xa8\x10\xb9\x7d\x30\x78\x98\xf8\xa4\x83\x53\xb9\xa9\x7e\x9c\xd2\x2b\x88\x7d\x53\x31\x69\xb5\x92\x7c\x8e\x81\x12\xaf\xc8\x77\x70\xbd\xc6\x27\x7c\xf8\xea\x3e\x9e\x0b\xa0\x6e\xe9\x96\x1e\x01\xe0\xa1\xad\x60\x64\xd6\x12\x83\x04\xed\x01\x58\x17\x52\x09\x12\x98\xc8\xe4\xf1\x8b\x38\x86\x81\x3f\x1c\xc1\xd4\x5f\x6d\x44\x1c\x9d\xab\x29\x0e\xa7\x22\x8d\x92\x48\x1d\x3d\x1f\x86\x23\xdf\x99\x3b\x70\x0e\xe6\x9d\x69\x90\xbe\xbb\x22\xef\x55\xf0\x45\xe1\xa3\xe9\xcc\x45\x94\x98\x21\x1b\xb5\x5a\x6e\x20\x03\x60\x30\x00\x55\xf7\x98\xcb\x60\xaf\x0b\x64\x96\x50\x57\xe8\xca\x9b\x5d\x95\xa5\x49\x65\xa6\xce\x2b\x20\xa5\x35\x32\x28\x11\xa7\xfe\x52\xd9\x05\x3d\x3e\xfb\x26\xb8\xb2\xb6\xec\x65\xe2\x33\x71\xe5\xc4\x5c\xa7\xe1\x00\x7d\xe5\xef\xfb\xbe\xce\x7b\xda\x6a\x4d\xf9\xa8\x7d\x3f\x19\x26\xd6\xc5\xab\x4c\x79\xc9\xe9\x90\xf8\xe6\xfd\x61\x9f\x3c\xf3\xbb\x7d\xd2\x6e\xf3\x4e\x37\xdd\xe9\x30\x19\x92\xd1\x08\x93\x46\x0a\xc0\x0a\xf3\xb5\x71\x9e\xa0\xe0\x62\x83\xc7\x2e\x06\x2b\xea\xd7\xf6\x4c\x95\xdb\xd0\x56\x8b\x66\xfe\xf5\x40\x08\xc6\x29\xa3\xf3\xbc\xd6\x0e\x75\xe6\x09\xe2\x82\xd3\x0b\xa9\x74\xc8\x09\x02\xd2\x37\xb4\x62\xf6\xe7\x43\x35\xc1\x23\xdf\x49\x1c\x38\x33\x8f\xad\x96\x9b\x3d\xf8\xcd\x1e\xdc\xbb\x4d\xc1\x2a\x7f\xc1\x97\x88\x54\x8b\x03\x46\xc3\x29\x96\x10\xb3\x62\x7a\x69\xc6\x91\x63\x0b\xd2\xbc\x31\xa9\x34\xba\x00\x7d\x94\x6d\x93\xad\x96\x4b\xea\x44\x08\x4e\x6c\x9c\x63\x34\x9b\x76\x02\x18\x02\xcc\x3c\x93\xaa\xfe\x57\xef\xff\x56\xff\xb7\x76\x9c\x08\xd1\x8d\x37\xbd\x7b\xcb\xb6\x35\xcb\xd6\x88\xf9\x15\xea\x81\x37\x8d\x37\x9f\x1c\x95\x0b\xa7\x5f\x52\x57\xf9\xb6\x43\xf4\xd7\xe1\xf0\xdf\x5f\x87\xa3\x1f\x47\x60\xed\x7e\xfd\x0a\x4e\xdc\x37\x9f\x3e\xae\xdf\x7c\x5a\xbf\x79\x73\xc2\xff\xad\xe3\x55\x0f\x3e\xd8\x80\xfb\x13\x58\x11\xce\x47\x70\xe9\xbc\xe1\x8d\x54\xb2\x0a\x35\xaf\xb5\x89\x32\x74\xc2\x6c\x13\x23\x8f\x65\xf6\x49\xfa\xfe\xf2\x85\x4c\xa7\x13\x53\x32\xe1\xb3\x2a\x41\x0a\xee\x27\x42\xd8\x88\x61\xe4\xac\xdc\x0a\x5b\xa1\xe5\x37\x76\x52\xff\x49\x69\x6b\x64\x84\xab\x22\x48\xb3\xb7\x23\xf0\xb4\xab\xa3\x46\x54\x7d\x2f\xdf\x12\x54\x97\x97\xac\xaf\x54\xb8\x64\xde\xb7\x8f\x4a\xf1\x69\x4f\xb5\x94\x2b\x6f\x66\xf4\xeb\xb0\xf3\xe3\xc9\x48\xfa\xb6\xe7\xd4\xa6\x4f\x7b\xb0\x4a\xcb\xa7\x4f\x3f\x65\x7b\xc0\x43\x50\xae\x70\xba\xad\x42\xaf\xa2\x42\xb4\xad\x82\xbe\xf4\xdd\xf7\xe4\x55\x55\xc9\xbe\x85\xd3\x0a\x99\x82\x49\x94\xa6\x38\xd8\x05\xb9\xeb\x8d\x37\x41\xca\xc4\xde\x1d\xd5\x28\x49\xcb\x76\xd5\xf2\x77\xa9\xee\x6b\x8e\x6f\x17\x8c\x14\x37\x68\x96\x14\x1f\xc5\xdb\x5b\xbe\xb1\xbb\x3a\x28\x02\xc8\x6d\xd8\xd5\xc0\x6f\x52\x15\xe6\x2d\x83\x72\x89\x01\xc5\xda\xab\x95\x7e\x4c\x50\x15\xdf\x4e\xa4\xa6\xb3\x2a\x9d\x58\x76\x81\x5b\xed\x0d\x3c\xad\xb6\xb2\xec\x0d\x4e\x58\x87\x7d\x73\x51\x79\xbd\xc1\x2a\x10\xb0\xa4\x2a\x92\x5e\x5c\xb0\xfa\x66\x06\x78\xec\xce\xa0\x6b\xac\x24\xc8\x36\x2b\x89\x8c\x59\x4b\x8d\xca\x0d\x13\x23\x55\x00\x92\x31\xc9\xd3\xbe\xca\x92\x26\x0e\xec\x06\x96\xf6\xe6\xaa\x51\xbd\xf1\x59\x29\x4a\xa9\xa0\x52\x55\xac\x01\x89\x74\x95\xe7\x94\xc6\x28\x20\xf6\x9d\x54\xf5\x3d\x94\xae\xe5\x02\xeb\x22\x4a\xd5\xce\x5d\x3c\x55\x37\xe6\xa3\x1b\x8d\x2e\xe7\x09\x9d\xbb\xd6\x30\xab\x01\xe5\xf4\x26\x05\xb3\x7f\x0b\x6d\x19\xde\xf2\x9e\x6f\x77\xc6\x5e\x1e\xdc\x7e\x38\xcc\xd7\xdd\x13\x93\xf9\xca\x56\x5e\x4d\x5a\x7f\x05\x7b\xc3\xc8\x0a\x17\xb3\xb9\xf6\x64\xbc\x3e\x21\x76\x17\x6e\x54\x40\xf5\xe0\xb4\xcd\x2e\x90\x08\x53\x8f\xd9\x80\x1a\xe9\x94\x2e\xe2\xa8\x71\x8e\x1a\x01\x69\xc8\xf8\x2e\x0e\x97\xcd\x6a\x2d\x89\x4d\x7c\x27\x99\xe9\x30\x97\x95\x2f\xd7\xd5\x4e\x4a\x13\xe6\x5e\x0b\x60\x5c\xc4\x4a\xa0\x5b\x36\x02\xe5\x07\x31\x5d\x43\xd9\x55\x1a\x8a\x24\x43\x36\x12\xd8\x22\xc6\x9e\x53\x5e\xf6\x70\x69\xc5\x44\x6f\xcd\xdb\x2f\x77\x05\x41\xf3\x1a\xfa\x55\x02\xfa\x1c\x90\x9b\x80\x5c\xf2\xd6\x6a\xb5\x27\x94\xb1\x30\x13\x3f\x59\xaf\xbb\xf0\x46\xfa\x2b\xd9\x87\x56\x6f\x1b\x27\x36\xab\xff\x8b\x62\x72\xb3\x2d\x4e\xce\xda\x21\x31\x96\x25\x59\x5c\x43\x1f\xb5\x5a\x15\x57\xd7\xad\x56\x33\x77\x14\x6d\xb5\x9a\x2e\xb2\xa9\x45\xee\x5b\x95\xb4\x22\xed\x5f\x2c\xda\x98\x2d\x52\xc6\x29\x83\x12\xd4\xa0\xe3\xc6\x50\x9c\x34\xd5\xb5\x36\x6c\xcc\x44\x1b\x0d\x9a\xa8\x78\x40\xa0\xaf\xfb\xe3\xdb\xfd\x21\xa2\x17\x2e\xb2\x43\x09\x69\xfe\x6d\xf6\x7b\xb3\x6d\x59\xb8\x2c\x9f\x8e\x93\x6c\xfa\xb6\x98\xf2\xd6\xdd\xf3\xef\xcc\x10\xb6\xc0\xde\x93\x3b\x6c\x81\x64\xb1\x8a\x9a\x3b\xc5\x7d\x79\xa0\x04\xd3\xaf\x36\x69\x68\xb5\x2a\x11\xb0\x5e\x37\x7b\x9c\x96\x6a\x28\x42\xdf\x36\xda\x56\x0e\xd2\xa8\x81\x26\x7a\xf8\xde\x38\x88\x53\x64\x51\x4d\x76\x17\x0b\x8a\xf8\x18\xab\xf3\x4c\xd9\x33\xc6\xe8\xd3\x0a\xde\x02\xd9\xa6\x5d\x67\x5c\xb2\x2f\x9a\x34\xa0\x1a\x44\x55\x23\x82\xa0\x2b\x29\x64\x94\x31\x51\x3f\xfb\xba\x25\x6b\xaa\x2b\x82\x69\xdc\x79\x40\x15\x30\xf7\x1a\x5b\x45\xfd\xfd\xc6\x59\x01\xc0\x1a\xb2\x7d\x98\xbb\xf3\x58\x6d\x60\x62\x2b\xec\x49\x4e\x58\x60\x72\x22\x97\x72\x0d\x4d\xdb\x20\xec\x71\x92\x46\xc0\x6b\x71\xca\x2e\x50\x74\x69\xc0\x36\x08\xbf\x42\x96\xbd\x91\x98\xa3\xad\x17\x3c\x37\x8b\x08\x5b\x6e\x12\x4e\xcc\xd6\x5d\x94\x1d\xf2\xe5\x4a\xee\x2d\xf6\x47\x19\x15\x78\x87\xd6\x2a\xcc\x27\x9b\xdd\x0a\x19\x65\xdb\x84\xe4\x00\x56\xcd\xc8\x16\xca\xcb\xf5\x45\x23\x3d\xa7\xc3\xca\xdc\x02\xab\xee\x4a\xca\xfd\xcf\xe8\x76\xdb\xbd\xd8\xbe\x53\x64\x03\xdb\x32\x43\x76\xb1\xe2\x04\xd9\xdf\xb6\xcd\xcf\xf6\xe1\xed\x3f\x3d\x36\xbc\xfd\x66\x27\xd7\x93\x1d\x27\xe7\x06\xea\xb2\x19\x69\xe1\x9e\xe7\x7b\xf0\xd1\xe2\xd5\x91\x72\x6a\xe8\x82\xdc\x89\x22\x27\xde\x64\x8e\x3c\x37\x41\xdb\x32\x19\x3b\x33\xaf\x32\xd4\x9b\xa6\x64\x87\x1b\x35\xa1\x5f\x8c\x16\x61\x2e\x02\x78\x16\x89\xca\x65\x7e\xfe\x26\x00\x3c\x7b\xb8\x5e\xb3\xa7\xdd\xf5\x5a\xc5\x76\x04\xeb\x75\xbb\x27\x6c\x3b\x8c\xbe\x4d\x98\x63\xe8\x8b\x04\xb4\x01\x70\x38\x52\x07\x82\xe2\x8c\x67\xa6\x25\xe6\xce\xab\xc2\x96\x19\x68\x03\x79\xe6\x77\xfb\xac\xca\x40\x9e\x1d\x1c\x64\x66\xf4\xc4\xef\xf6\xcd\x05\x9a\x54\x32\xe7\xb4\x41\x23\x11\x63\xa0\x6f\x99\xc7\x18\xbb\xe2\x2c\x04\x01\x3c\xea\x89\x2b\x32\x31\x13\xce\xa7\x04\xa3\xa8\x71\xd4\x6b\x88\xf8\x4b\x0d\x46\x1b\x63\x4c\xa2\x46\xd0\x10\xfd\x6b\x88\xf3\x44\x9f\x1c\x1c\x6c\xb6\xa8\xb2\xd8\x08\x32\x6d\x06\x54\x22\x69\x75\x1f\x7a\x67\x3a\x56\x70\x4e\x2a\xdf\xea\x83\x84\x57\xf9\x75\x0b\x99\x8b\xf9\xdd\xda\x60\x35\x7d\x57\x9e\x09\x5c\x87\xd0\x2b\x47\x1d\x62\xe4\x39\x42\x3c\x55\x5d\x9c\x01\x1d\x30\xd4\xaf\x39\x16\xa8\x10\xf6\xd9\x9d\x7b\xe5\xca\x51\x9d\x74\x41\xe3\xb9\x38\xf0\x12\xca\x1a\x02\x94\x98\xb9\x6c\xc9\x78\x79\xf9\xf5\xf6\xb7\xe3\x37\xf6\x23\xdf\x6e\x03\xa7\x0d\x99\x92\x28\x77\x52\xd7\xd0\xac\x6e\xb1\x6d\xa6\xef\xfd\xea\xa9\x61\x7d\x7b\x65\x90\xaa\xf5\x43\x0e\x0e\xc0\x6d\x56\x66\xce\xa3\x65\x48\x46\xe6\xb6\x1f\xdd\xe4\xe9\x9a\x19\x00\xa8\x5e\x1b\xfb\x20\x63\x30\x60\x74\xd1\x96\xf7\x73\x4d\x2c\x9d\x92\xaf\x92\x0a\xa9\x53\xb7\xda\x24\x5e\xef\xbe\xda\x24\x9c\xe2\x6a\x93\x6f\xeb\x56\x9b\xfc\x7a\xcb\xd5\x26\x2b\xff\x97\xaf\x36\xd9\xc9\xbb\xaf\xb6\x1d\x8d\x48\x6e\xec\x46\x79\xb1\x89\x3c\x7d\x85\xb5\xa6\x82\x14\xde\x72\xad\xa9\x89\xf9\xcf\xae\x35\xc5\x82\x6e\x5e\x6c\xc6\x66\xa7\xbc\xd8\x34\x1b\xdb\xba\xda\x4c\x78\xae\x3d\x17\x9a\xe5\xcf\x7e\x77\x11\x2d\x83\x75\x52\xfb\xa5\x66\xd1\x59\x25\x04\x0d\xd7\xc9\x6d\x59\x31\xbe\xc4\x6a\xd7\x14\xf2\xc5\xaa\x92\xb7\x2e\x7a\x55\xc9\x9b\x97\xc2\x8a\xf2\x0a\x2f\xd0\xf7\x59\x62\x56\x47\x6f\xb1\xcc\x8a\xc2\xd1\x4e\x8d\x28\xa0\x69\x8a\x22\xbe\x82\x54\x56\xb5\x46\x10\x86\x34\x89\x30\x99\x70\xa1\xc8\x04\x49\x69\xa4\x88\x2d\xe6\x52\x3a\x0a\xa4\x2e\xbc\x74\x7c\xb3\x70\xcd\x60\x7d\x1c\x84\xe2\xa5\x9c\x0c\x6d\xb0\x5e\x57\xde\x5d\x38\x8e\x5f\x1b\x19\x62\xbf\xd8\x0b\x86\x84\xe5\x65\xd4\x9d\xa9\x57\x82\xd1\x69\x7f\xb2\x3b\xf4\x3a\xee\xa5\xa3\xa0\x36\xe4\x0f\x6b\x0e\xa1\xc3\xf1\xcf\x67\x3b\xa6\x41\x84\xa2\xc6\x38\xa1\x33\xad\x90\x95\xa5\xd3\xa6\x53\xe2\x50\xf2\x8b\x8f\xf6\x61\x50\x86\xd5\x6c\xbb\x44\x2c\xb2\x94\x9b\x1d\x9c\x77\xd1\xfd\xed\x7b\xa7\xa4\xf9\xd1\x9d\x27\x4a\x03\xea\xa3\xec\xe4\x83\xf8\xc9\x07\xba\xf2\xc4\x23\x8c\x1c\x9e\xf6\xa4\x5e\xbb\x57\x3c\xd1\xe8\xea\x96\x12\x2c\x63\xef\xf5\x29\xf2\x86\x22\x84\xb6\x0e\xa9\x2d\x23\x6c\x3b\xd0\x99\x8a\x48\xa1\x8e\xf4\xd8\x76\xc4\x0d\xc9\xee\x23\xc9\xda\xad\xbb\x13\xab\xbc\x45\xa8\xd1\x8b\x1b\x60\x95\x6a\x70\x5a\xe9\xf1\x66\x69\x22\x73\x0c\x54\x1c\x18\x33\x1f\x2e\x94\x37\xa0\xa8\x59\x11\x35\x3d\x28\x36\xdb\xa0\x63\x7b\x0b\x17\x37\x2e\x0e\x6c\x38\xe5\x3d\x3b\x03\x68\x4d\x96\x0e\x49\x7c\x67\x3a\xd2\x80\xf6\xbb\x8f\xd4\xb5\x6e\xbc\x6b\x28\x49\x4b\xba\xa6\x25\x3c\x36\xbb\xfd\x9a\x32\x68\xef\x2b\xdb\xf0\x8e\xf7\x99\x25\x75\x97\x80\xb8\xf7\x95\xa6\xa8\x65\x21\x27\x9b\x76\x46\xd5\x3d\xe6\xbb\xd2\x3d\x66\x45\xc3\x90\xed\xcd\x61\x74\xc8\xe5\xef\x8a\x05\x0d\x74\x6f\x44\xe8\x8a\x77\xc3\x85\x86\x72\x0b\x74\x18\x7b\x8c\x3b\xaf\x14\x03\x69\xbf\xa5\x62\xaa\xed\x7b\x2f\xa7\xeb\x59\xab\x3e\x0b\x38\x7c\xf7\xfd\xc3\x80\xda\x6f\x38\x59\xbd\x3d\xc7\x93\x55\xdc\x7f\x59\xeb\x98\xc9\x77\x1e\xb5\x06\xb4\xd7\xe5\x93\xae\x74\xd3\x8d\x13\x1e\xbb\x62\xc7\xb8\xec\x68\xfb\x31\xdb\xf8\xef\x46\xd8\xb5\x77\xda\xae\xd9\x27\x6c\xc8\xd9\x8e\x01\x1d\xd0\x10\x78\x29\x4b\x53\x1a\xbc\x46\x79\xad\x51\x5c\x75\x9f\xdb\xbd\x9a\xb8\x7e\xe6\x72\x5c\x79\x44\x59\x67\xa9\x5c\xc0\xeb\xbb\x6f\x4f\x36\xb4\x3d\xf7\x28\xbb\xea\x36\xfe\x63\x88\x57\x21\xb1\xb8\x1b\xd9\x70\x4c\x08\x96\xd2\x19\x52\x05\xeb\xfe\xae\x6c\x57\xc1\xdc\x9b\xeb\xaa\x7a\x3b\x32\x5d\xe9\x53\x51\xc5\x77\x15\x1c\xce\x76\x2b\xf0\x5e\x59\xb6\x63\x62\x95\x6f\xed\x5a\x56\xec\x66\x01\x62\xaf\xa6\x85\x47\xed\xcd\x4d\xcb\x9c\x03\xdf\xbb\x69\x9a\xd6\xd0\x62\xa9\xd8\x2e\xac\x73\x77\xfe\xa8\x23\xb2\xdf\x79\xb9\x69\x40\xfb\xad\x34\x5d\x6b\xcf\x1d\x41\x57\xcb\x99\x99\x98\x70\xf2\xdf\xc1\xd6\xc4\xc0\xda\x6f\x38\x56\xc5\x3d\x47\x64\xd5\xb4\x06\xa5\x73\xea\xdd\xd5\x7e\x50\x80\xd9\xd3\x6e\x50\xd4\xd9\xd7\x5e\x50\x54\xb2\x0f\x1b\xb1\x38\xf4\x55\x47\x5e\xcc\x1b\x48\xd9\x34\x29\x3d\x4e\xbe\x03\x4d\x4a\x40\x25\xea\x91\xaf\x6d\xcb\x15\x74\xbe\xa8\x3b\x59\xef\x8e\x33\x01\x65\x4f\x94\x89\x3a\x56\x4f\x8a\x61\x91\xef\x8c\x84\x22\xc0\xfd\xc8\xa0\x58\x7b\xcf\xd1\x15\xab\x5b\x03\xb5\x14\xbf\xdf\x85\xf9\x28\x58\xfb\xf3\x1f\x55\xf1\x16\x2c\x48\xd5\xcc\x59\x40\x69\x4f\x69\x95\x27\xfb\xce\xb7\xf6\x39\x78\x7b\x5a\x3e\xe5\xea\xee\x6b\xf5\x94\xab\x6c\x0d\xf1\x66\xf7\xc5\xbd\x46\x98\x07\x27\x06\x68\x9c\xe5\x6e\x1c\x62\x41\xb9\x0c\x6c\x7b\xdf\xb4\x61\xe0\x14\x07\x97\xaf\x66\x4f\x5f\x95\x2f\xe8\x77\xb3\x60\xca\x41\xdd\xc1\x92\x29\x57\xbe\xce\xa2\x29\x57\x68\x17\xcb\xa6\x5c\x85\xef\x69\xe1\x94\x03\x7c\x3b\x4b\xa7\x7c\xdf\x58\xed\xa5\xcb\x56\x4f\xfb\xdb\x4e\x8f\x80\xb6\xc3\xb4\x88\x72\x75\xd3\x21\x3e\xee\x32\x0d\xd2\xd3\xea\x3b\xa2\x5f\xfa\x4f\xef\x6d\x2f\x93\xeb\x8e\xd6\x54\xe7\xfc\x0c\x6b\x6d\xcc\x0a\x43\xb8\xa5\xc9\xcb\x56\x2d\xbd\x31\x79\x49\xb6\x9b\xbc\x90\x91\x48\x59\x52\x36\x79\x21\x23\x2b\x55\x0b\x3c\x7c\xe0\xfb\x7e\x92\x33\x79\x39\x7c\xb0\xd5\xe4\x25\xd9\x6e\xf2\x42\x46\x90\xd4\x9a\xbc\xa0\x6d\xc1\x1a\x6e\x69\x63\x77\x13\x91\xda\xc5\x6a\x6c\xec\x6e\x24\xd1\xea\xe9\xbd\xb3\x8d\xdd\xed\x08\x34\xd7\x99\x1d\xe9\xb3\x66\x8d\xfd\x3f\x02\x2d\x10\xa8\xbe\xd1\xba\xf5\x26\x5e\x0c\x79\x53\x75\xf5\x6c\x2e\xdb\x0b\x6e\x8f\xe5\x4c\x30\x59\xa8\x7f\x49\x62\xdf\xd9\x01\x44\x77\x64\xab\x13\x48\xbd\xfb\x47\x61\x34\x35\xb7\xdb\xd5\xe1\x56\xb3\x58\x44\x75\x71\x73\x5a\xad\xba\x80\x3a\x76\x26\x5f\xcb\x51\x54\xc7\xa9\xaf\x38\x5c\x59\x91\xef\x53\xf4\xb3\x0c\x75\xf9\xba\xf2\x7a\x43\x1b\x41\xe6\x02\x62\x96\xef\x12\x44\x6c\xb4\xfc\x09\xc5\x78\xff\xdc\xf9\xd0\x94\x07\x77\x9b\xf3\x85\xa9\x6c\x49\x72\x65\xa7\xa3\xbb\xdb\x42\x95\x40\xee\x25\x8e\x97\xab\xef\x23\x8f\x97\x6b\xf3\xc1\x8e\x74\xf2\x90\xb7\x83\xd3\x97\x0e\x9c\xa0\x8a\xe4\x3e\x0d\x6c\x90\x22\xb2\x68\xff\xf6\xf2\x4b\x5d\x49\x6a\x4a\xbe\xfc\xfd\xe5\xdb\x4f\xdb\x8a\x06\x79\xa0\x83\xf7\xaf\xb7\x95\x4e\xb3\xd2\x01\x53\xd1\xbe\x84\xc6\xb8\xae\xc2\xd8\x54\x30\xca\xe5\xba\xa2\x51\xd6\x69\x19\xdf\xaf\xba\xd8\xc2\x14\x93\x69\x19\x39\x41\x54\x97\x0c\xb3\xce\xea\x74\x8a\xd5\x05\xcf\x37\x30\xb5\x3f\x20\xb0\x3a\xb7\x48\xf0\x79\x96\x82\xbf\xba\x7e\xbc\xd9\x8c\x00\xbc\xdc\xb8\x60\x03\x5c\xe6\x02\x38\xbd\x70\x01\x80\xc4\x3d\x7c\x74\xf8\x00\xf4\xe7\x58\xec\x0c\xaf\x31\xfc\x17\x86\x1f\x30\xfc\x1b\xc3\xf7\x18\xfe\x8a\x01\xbc\xc4\x9d\xab\x80\x85\x53\x57\x9a\xda\x44\x17\xb9\x3c\xf3\x1f\xa8\x8b\x21\xd2\x8e\x8c\xaf\xa9\x8b\x41\x96\x85\x17\x6b\xff\xf1\xbe\x4e\x3d\x84\x41\x3f\xb3\x3e\x2e\xae\x04\x48\x85\x63\x9b\xd8\xdd\xf9\x3e\x1b\xf8\xdd\x7e\xf0\x94\xf5\x83\x83\x03\x40\x87\xc1\xc8\x8a\x43\x13\x68\x37\x73\x17\xf9\x44\x44\x07\xe9\x04\xf3\x79\x7c\xed\x12\x28\xe3\x4d\x64\x19\xeb\x01\x10\xde\x43\x82\x6f\x7e\x40\x63\x3f\xe9\x84\x09\x0a\x18\xfa\x80\xc6\x22\x86\xc7\x0f\xfc\xab\x8c\xfc\x82\xf8\x06\xf1\x53\x90\x8a\x70\x73\x7e\x19\x87\x48\xb8\xf0\x4a\x6f\xa4\xf5\xfa\x0d\x75\x81\x2b\xa2\x12\x2f\xd0\xbb\xb1\x0b\x36\x10\xf1\x9e\x84\x1f\xa7\x78\xcc\x3e\x04\x64\xb2\x0d\x44\xc2\xbf\xdf\x3f\xe4\x75\x44\x06\xd1\x8a\x46\x25\x92\x72\x7d\x72\xc1\x41\xb1\x0d\x17\xf4\x35\x4c\x4a\x54\x9c\x3a\x5e\x92\x89\xfe\x88\xd4\xa3\xbb\xc2\x6e\xef\x07\xdb\xc4\xf5\xb3\x01\x57\x96\x97\x1a\x37\x88\x04\xe2\xbe\x51\xb2\x0d\x31\x8b\x14\xbd\xa1\x61\x20\xb2\xa0\x9c\x70\x14\x77\xd8\xb7\xce\x64\x81\xd2\xd4\x05\x9e\xf3\xf9\xd3\x73\x67\x03\x91\x95\xd2\x08\x6b\xae\x64\xac\xa5\x5e\xe0\xe8\x94\x2e\x2a\xf3\x1b\x65\xc1\x0c\x24\xc7\x93\x73\xcf\x5c\x20\xc5\x05\x9b\x4e\xf4\xde\xa8\x76\x55\x51\x52\x28\x2a\xb2\x8c\x69\xee\x4a\xe7\x48\xd6\x69\x88\xd3\x72\x1e\x62\x67\x93\xcf\x8f\xaa\xb2\xa0\x76\xa1\x95\x2c\xb5\xbb\xc9\xe5\x68\xed\xea\x94\xd1\xa5\x58\xa7\x5e\x9a\x3a\x3a\xb5\xb3\x83\x88\x4c\xc8\x2c\xf2\x4c\x9b\xfe\x7f\x93\x42\x8d\x9d\xed\x59\x7c\xcb\x28\x77\x93\x1b\x12\x25\xae\x23\x83\x0c\x16\x46\xe7\x58\x3e\xc6\x0c\xac\x98\x0a\x4b\x59\x4d\x10\x32\x1e\xa4\x59\x0a\xc0\x76\x0f\x36\x13\xf3\x07\x8e\xe3\xcf\x64\x56\x33\x37\xf5\x68\x76\x22\x94\xb2\x84\x5e\x3b\x15\x30\x5f\xe0\xa8\x3e\xee\xa2\x65\x1a\x28\x3a\x0d\x89\xcf\x04\x0a\x60\xe2\xb3\x1c\xa5\xf5\x25\x6d\x36\xb3\xb0\x71\x35\x3d\x11\x2d\x11\x41\x98\x3a\xd2\x38\x67\x22\x36\x2c\x19\xf7\x6a\x0b\x10\xb5\xcd\x3a\x70\xb5\xd3\xf4\xf1\x36\x36\x76\x98\x04\x12\xa1\x2a\x35\xb7\x45\xdc\x8a\x37\x76\xe1\x9f\xb8\xf3\x57\xba\x4c\x81\xfb\x3a\x86\xab\x50\xef\x11\xd2\x05\x54\x65\xef\x82\x29\xfe\x86\x3c\x27\x9d\x39\x30\x9c\xe2\x38\x4a\x10\xf1\x86\xa6\x2a\x70\xbf\xc4\x70\x15\x44\x11\x25\x9f\x44\x26\xf0\x79\x82\xe6\x88\x44\x56\x61\xab\xec\x2c\xe0\x63\x62\xb1\x4e\xa1\x1c\xa4\x48\x9c\x27\x1c\x48\xc9\xf3\x18\x87\x17\x2a\x15\xa8\xc5\x95\x2a\xe1\xbc\xc5\x50\xac\x2d\xef\x35\x86\x63\xbc\x44\xd1\x1f\x38\x62\x53\xbe\x50\x00\xff\x07\xad\xa2\xbf\x51\xb8\xb2\x72\x42\xd9\xc4\x6e\xbd\x86\x98\x10\x94\x7c\x40\x63\xaf\xb4\xd0\x21\x25\x3f\xd3\x70\x91\x56\xec\x99\xa8\x66\x02\xf9\xd2\x75\xc0\x06\x52\xf2\x53\xbc\xa8\x48\xf9\x58\x5b\x71\x8a\x23\x24\x2b\xfe\x86\xae\xf3\xa9\x2d\x8d\x8f\xd0\xd0\x79\x29\x12\x42\x3a\xd0\x79\x49\xb8\x74\x36\xe2\x3b\x44\xbc\x88\x50\xea\x8a\xe0\x00\xc2\x1f\x68\x2b\x7c\xbd\xc2\xb3\x35\xdf\x6a\xd5\xcf\x68\x30\xdf\x3e\xa1\x74\xc1\x64\xb6\xe4\x2e\xb4\x28\x48\x70\x7f\x91\x40\xbd\x7d\xce\x04\x27\x12\xd3\x2e\x2f\x2c\x2b\xe6\xdc\xec\x16\xdb\x27\xfc\xd7\x1b\x27\x7c\xcf\xde\xab\x7e\xbd\x26\xf5\xe4\x68\x6f\xc0\xdb\x7b\xf7\xaf\xca\xde\x8d\xf8\xea\x1c\x01\x88\x37\x6e\xd2\x79\xae\x39\x13\x80\xf3\x0b\x3f\xba\x80\xb3\x92\xc0\x44\xb4\xc0\xc4\xb8\xc0\x44\x2c\x81\xc9\x70\x2d\xac\x43\xd2\x68\xc1\x89\x00\xe8\x62\x9f\x65\x81\xd0\x20\x02\x40\x4a\x11\x65\xa1\x06\x77\x12\x94\xd2\x78\xc1\x61\x56\x7e\xe5\xd5\x3e\x32\x34\x4f\xfd\x61\x0f\xf6\xba\xf0\x61\x17\x1e\x75\xbb\xf0\x49\xb7\x0b\x7b\x8f\xbb\x5d\x78\xf4\xb0\xdb\x85\x8f\x0e\xbb\x5d\x78\xd8\xe3\x3f\x1f\x1c\xf1\xdf\x8f\x1f\x3e\xe0\x05\x1e\x1d\xf2\x22\x0f\xbb\x0f\xf8\x9f\xde\x61\xf7\x09\x2f\x71\xf8\xa0\xf7\x84\x97\x79\xf0\xf8\xe8\x31\x2f\x75\xd4\x3b\x3e\x7a\x88\x8e\xe0\xc3\xa3\xee\xa3\x43\x74\x34\xea\xcc\x82\xb9\x5b\x11\x46\xab\xd1\x43\x47\x3f\x8a\x20\x57\xd8\x6c\x29\x42\xf6\x90\x37\x01\x65\x6e\x1e\x7f\x72\x11\xe8\xeb\x40\x5b\x27\xb8\x13\x16\xea\xb8\xd8\x16\xb1\x80\x87\x0b\x1b\x96\x94\x6c\xb8\x08\x53\xae\x9b\x6b\x0f\x1b\xf4\x6a\x59\x40\x6e\x70\xfe\x82\x77\x81\x57\xd7\x84\x53\x12\xf6\x04\x2b\x86\xcc\x27\xd4\xb5\xb1\x0d\xfa\x2c\xb9\x16\x4a\x1c\xd6\x49\x5d\xd0\x6f\xba\xc8\x67\x1d\xe2\x02\xd0\x89\x28\x41\x7d\x93\xf4\x42\x36\xc4\x4f\x7c\xb9\xc1\x3c\x25\xfa\xb0\x58\x31\x6c\xa2\xb2\xbd\x54\x8f\x97\x80\xcd\x26\x14\x62\x7c\xc2\xf7\x72\xe4\x26\x60\x33\xc6\x24\x88\xe3\xeb\x15\xeb\x8c\x85\x9e\x06\x1b\xc6\xbc\xeb\x80\x74\x44\xb1\x4e\x82\x2e\x51\x22\xac\x4d\xef\x38\xc4\x67\xff\xdb\x43\x94\x01\xbf\x4f\x83\xe5\x47\xba\x48\x42\xf4\x01\xa5\x12\x86\x5f\xff\xa9\x73\x8e\x49\xe4\x7e\x62\x2e\xe6\x64\x6a\xc9\x9e\xa4\x4a\xf6\xac\x17\x47\x90\x1c\xa2\x36\xb2\xb7\x46\xad\xc4\x85\xd2\x80\x8b\xe5\xb8\xa8\x91\x2d\xed\x02\x20\xf3\x5e\x9b\x62\xe4\x98\x40\x81\x86\xed\x74\x20\xc5\xfa\x27\x95\x6f\x3b\x8c\x7e\x14\x8a\x03\x2e\x87\x5b\xa2\x58\x1d\xd6\x6a\xa3\x4f\xe7\xe7\xce\xae\xa8\x5a\x72\x91\x4a\xf9\x22\xfb\x7a\x57\xd1\x27\xbd\x80\x2b\x9d\xf0\x3f\xb7\x85\x4d\x92\x60\x3e\x6d\xab\x24\xca\x29\xdf\x14\x3e\x2e\xce\x67\x98\x55\x04\x39\x6e\x94\x63\x3d\x6e\xfe\x7f\xf6\xfe\x86\xcb\x6d\xdb\x78\x14\xc6\xbf\x8a\x96\x37\x95\x89\x2c\x44\x4b\xdc\xb5\x9c\x50\x66\xf4\x4f\x6c\xa7\x71\x6b\x5b\x8e\x57\x49\x9a\x2a\xea\x1e\x88\x82\x56\xac\x28\x50\x25\x21\xef\x6e\x24\xfe\x3e\xfb\xff\xe0\x6d\x08\xbe\x68\x6d\xa7\xed\x7d\xce\x7d\xee\x93\x9c\xe3\x85\xc0\x01\x30\x18\x0c\x66\x06\xc0\x60\xd0\x66\x2e\x35\x2d\x2d\x39\x6e\xff\x9b\x4c\xad\x4c\xd1\xbd\xd5\xd6\x92\x5c\xf5\xb0\x76\xfb\xfe\x93\x8c\x2d\x6d\x9a\xca\xdd\xdf\x60\x3f\x6d\xe1\xd1\xaa\xad\x65\x84\xe8\x43\xd6\x52\x53\xf2\xbb\xf4\x84\xf4\x95\xd6\xcd\x7f\xce\x1c\x68\x23\x59\x45\xac\x3f\x4c\xb2\x9f\x4f\x19\x04\x36\x8a\xbb\x8d\xb2\xf4\x6d\xdb\x94\x32\x79\xfe\x88\xed\x85\x83\xfd\xdd\xce\xc7\x12\xc9\xa0\x4e\x68\x6c\x9b\xbd\xce\x4b\xb6\x2c\x6d\x1b\x58\x99\x05\x2d\x33\xee\xa5\x6a\xfa\x61\x33\xda\x79\x4f\x73\xaf\xe3\xe6\xc8\xb1\x67\x4c\x29\x0d\x0c\x47\x57\xb8\xe1\xdf\x15\x2a\x75\xce\xb1\xe5\x57\x0b\xfb\x28\x83\xa0\xbc\x56\xf2\x90\xc0\x6b\xee\x64\x58\xf2\x86\xab\x60\x7f\xa8\xc0\x8b\xfc\xca\x4c\x51\x9b\x3e\x39\x72\xf7\x9b\xca\xb4\xce\x39\x89\x36\x74\xf9\x89\x13\xdb\xe2\xbc\xab\x75\x7a\xdb\xd9\x33\x5d\xbe\x23\xc4\x52\x47\x0a\xa2\x92\x09\x4f\x6f\x8e\x18\xdc\xaf\x44\x69\x41\xb5\xb3\x01\x2a\x30\x89\x78\xfc\x81\x06\x67\x16\x85\x75\xf5\x0f\x33\xef\x2f\x2d\xcc\x8b\x1f\xc0\xda\xe0\xfc\x6f\xa0\xdb\x2f\xd1\xfd\x5c\x6c\xbf\x6b\xc1\x76\x5e\x1b\x24\xc1\xc5\xf2\x15\x05\x27\x97\xfb\xae\x46\x55\x58\x6d\x6d\x9b\xfa\x06\x66\x8c\x82\x3b\xa5\xd0\xec\x89\xb0\x25\x77\xbd\x5c\x7e\xee\x35\xe7\x84\xc5\x44\xed\xec\xa0\x77\x00\x1c\x7c\x50\xe8\x39\x64\xcf\x53\x0b\xd6\xf9\x76\xcf\xd3\xce\x32\xbd\x65\x39\xd9\xee\x92\x98\xdd\x38\xd5\x91\x69\x54\xd0\xcf\xed\xe2\x13\x96\xdc\x77\x32\x72\xdb\x59\x12\x4e\x3e\x56\xf4\x89\x8d\xa5\xf3\x86\xdc\x75\x9e\x6c\x3f\xab\xed\xc1\xba\x5e\xc1\x60\x5d\xaf\x60\x5e\xae\x92\x58\x6d\x95\xf4\x61\x13\x56\xc3\x9f\x5b\x4f\x19\x97\xe7\x1c\x6f\xc8\xce\x18\x86\x6f\xc8\xae\x5c\x31\x51\xfb\x11\xe4\xde\xa0\x0c\x45\x9c\xa7\xdb\x6a\x10\x8e\xac\x64\xcf\x59\x7f\x1e\xaa\x87\xc7\x59\x98\x61\x1d\x14\x99\x19\xc3\xce\xc2\x06\x9a\xe1\xe0\x46\x78\x4d\x19\xcf\x62\x9a\x5f\x5f\x87\xb3\xb9\x29\xa2\x23\xf7\x29\xb4\xcb\x60\xdc\x82\xe5\x78\x2a\x7a\x80\x1d\x21\x21\x1c\x7c\x68\xdf\x9c\xaf\x57\xad\x37\xc4\x0b\x4c\xd9\x7e\x4b\x33\xb2\x48\x94\xed\x92\xb2\x55\x7c\xb3\x37\xbf\xc5\x32\xbf\x6c\xc2\xbb\xa1\xd6\xfa\xc5\x7e\x40\xaf\x56\x39\xe6\x08\x9b\x37\x90\xca\xdc\x19\x33\x5b\xea\x9d\xac\xdb\xcd\x66\x83\x79\x51\xa9\x3d\xaf\xd4\x5e\xbe\xa5\xd4\x5a\xff\xe8\x7f\xb2\x71\xa3\x81\x6c\x3e\x1b\xcc\x43\x16\x34\x3a\x2b\x63\x9b\xcc\x38\x66\x73\x54\x6d\x53\xbd\x1d\xd5\xd2\xa9\x46\x93\x02\x0f\xa6\x1a\xee\x76\x99\x09\x36\x93\xe1\x41\xad\xc6\x35\xc9\xc3\xe6\x96\xcb\xd9\xd9\xff\xb4\x76\xa3\x5a\x56\xee\x60\x84\x0d\xbf\x52\xab\x23\x10\xe3\xa6\x5a\x70\x95\x66\x2f\x49\xb4\x0e\x6b\x21\x1b\x21\x1e\xbe\xb0\xd7\xa5\x41\x8e\xec\xdb\xa4\x2d\x63\x34\x62\xcf\xb2\x8a\x3f\x80\xdc\x2a\x08\x33\x31\x76\x54\x6f\x0d\xe0\x78\x36\x98\xe3\x78\xd6\x9f\x0b\xbb\x99\x17\x2e\x2a\x5c\x84\x6f\x36\x61\xeb\xb4\xba\x8d\xd9\x32\xbd\xed\x76\x5b\x3f\x2e\xd3\x48\x1e\xb7\x74\xbb\x0a\xcc\x33\x19\x61\x18\x9a\x24\xbe\x3f\x51\x33\xf3\x6e\xc4\x48\xdc\x78\x6f\x88\x0c\x26\x2f\xfe\x8c\x99\x77\x13\xb4\x42\xe7\x34\x59\x75\xbb\xe2\xdf\x0a\xbc\xc8\x68\x2f\x60\x10\xd7\x98\xd9\x85\x54\x56\xf0\xbd\xa1\xb6\x63\x4d\x32\x07\xb9\x08\x2f\x36\x61\x5b\x8c\xfc\x8c\xfe\x6b\x4f\x73\xfe\x2d\x8b\xb7\xf2\x92\xf5\xf7\x19\xd9\xd2\x71\x6b\xae\x5a\x11\xde\x6f\x50\xdb\x52\xe1\xc4\x1b\x45\x46\xf8\xb8\xd2\x87\x81\x29\xcf\x78\x84\x07\xf4\xe2\xf1\xb0\x8f\x0a\xb9\x21\xf4\x66\x13\xce\x1c\x9e\xee\x1c\xec\x64\xf1\xcd\x9a\x3b\xd8\x59\xa4\x9c\xa7\x5b\x07\x3b\x09\x5d\x89\xdf\xb7\x42\xfd\x39\xd8\x59\x53\x0d\xa0\x04\x8b\x73\xab\x7e\xcf\xf1\xed\x89\x01\x79\xb3\xe7\xb2\x03\x93\x45\x4e\xb3\x0f\x34\xc3\x77\x15\xc1\x6b\x49\x54\xcd\xd9\x51\xca\x18\x8d\x38\x5d\x5e\x83\x57\xcb\x56\xd7\x21\x0f\x3f\xf3\x6f\x97\xcb\xb6\x8f\xb9\x69\xe1\x5a\x9d\xaa\xc9\x8f\xa9\xce\xcb\xaf\xe1\xe1\xf2\x94\x95\x0f\x2a\xbd\x64\xcb\xeb\xb0\x35\x57\x91\x5a\x7c\xd2\x9b\x9a\x19\x5d\x65\x34\x6f\xcc\x26\x39\x69\xce\x06\x38\x13\xff\xc4\x61\xbf\x54\x11\xa9\x8b\x0e\x4c\xca\xfa\xb3\x01\xa6\x2e\x42\x38\xeb\x76\x73\x17\x15\x00\x41\x5c\x74\x58\x6c\xdc\xd4\xca\xca\x61\x55\x59\x0e\x97\x8c\x18\xaa\x1e\x70\xeb\xc5\xcf\x7c\xf3\xd4\x55\x16\x9e\xf5\xd5\x1b\xb2\x2c\x3c\xeb\x2b\x04\x2c\x1e\x20\x42\x2c\xc5\x21\x9c\x59\xe5\x85\x6b\xf7\xc3\xee\x9f\xdf\x47\x85\x6d\x42\x69\xf9\x41\x96\x4b\x43\xd2\xca\x06\xd5\xff\xd4\x28\x6b\xdd\x88\xd2\xfe\x2e\xd6\x37\x29\x64\x8d\xcb\x48\x39\xb4\x1a\x50\x67\x5c\xab\x53\xcc\xb2\xe9\x8c\x6e\xd3\x0f\xb4\xb5\x75\xeb\x70\xa5\x6c\x46\x9e\xb0\x94\x68\x8c\xfe\x87\x75\xbb\xdc\xc8\x45\x86\x07\x08\x9f\x71\x88\xf9\x5f\x43\x45\x67\x2c\xe3\xfc\x34\x36\xb5\xa1\xd7\x9c\xaa\x63\x83\x02\x16\xae\x09\x4e\xa0\x0b\xd4\xeb\xa9\xc3\x37\x76\xba\xea\xdd\x32\xaf\x53\xb5\x6d\x60\x52\xef\x46\xba\xb3\x7c\x2b\xcd\x5a\x79\xa4\xbc\x26\xb9\xf9\x55\xa0\xf2\x7d\x41\xa3\x08\x4e\x54\xb3\xc8\x52\xb2\x8c\x48\xce\xad\xb2\x18\x5e\x4f\xed\x57\xbb\x60\x48\x64\xa3\x7e\xb3\x31\x2e\x66\x36\x51\x5d\x23\xaa\x05\x1f\xc9\x89\xfb\x3a\xce\x39\x65\x34\x73\x1d\x0e\x53\x4d\x2e\x9a\x5b\x27\x20\xc2\x5a\xc6\x36\x8b\x67\x54\x09\x1f\x9b\xd6\x08\xdf\x6e\xc6\xee\x49\x81\x40\x6f\x1b\x82\xc8\xad\x16\x3f\x51\xd4\x8c\x06\x74\x07\x1f\x08\xe7\x59\xbc\xd8\x73\x9a\x4b\xe3\x48\x98\xa0\x02\x37\xf5\x43\xbf\x1c\xfb\x82\x70\x22\x4f\x5b\xf7\x0b\x9e\x51\x65\x35\xa1\xe0\x21\x9a\xbc\x98\xbc\xb9\x52\xc0\x6f\xd2\x65\xbc\x8a\xe9\xb2\xde\xc1\x07\x44\x61\xbf\x31\xc1\xe4\x9b\x1b\x95\xa1\xb3\x18\xbc\x3e\x7a\x0f\x0c\x9e\x9a\x89\xff\xce\xf8\xb5\xd6\xd0\x3e\x84\x27\xc6\x40\x23\xd8\x32\x38\x65\x9f\xdc\x07\xe8\xd3\xed\x3e\xdc\x9d\xcf\x24\x7d\xab\xa2\x79\x50\x45\x55\x54\x5a\x6d\x58\x1a\xea\xa8\x29\xec\xd4\xba\x56\xd8\xf6\x62\x15\x88\xad\xe7\x02\xd4\xab\xda\xa3\x37\x9b\xc6\xba\xc3\xb2\x31\x99\x25\x19\x0b\xd4\x2a\xa3\x6e\x28\x7f\xa5\xfd\x0b\x5b\x7c\x24\xf4\xee\x94\xfa\x7e\x7d\x3c\xba\xd5\x0c\x39\xbb\x28\x3c\xd9\xad\x73\x95\x8b\x09\x80\x48\x3f\x17\x61\x12\x7e\xbb\xa9\xa9\xd0\xaa\xed\x59\x09\x46\x8e\x1e\xb2\x3c\xdb\x17\x3f\x14\xc7\x66\x85\xc8\x67\xf1\xbc\xb2\x92\x19\xe0\xdb\x2c\xe6\x26\xdd\x58\xd5\x80\x0e\x2c\xf0\xa6\x7a\x78\x56\xbe\xd4\x4a\xbd\xf4\x96\xd1\xec\x05\x98\xa8\xb5\x0c\x13\x7f\xe6\xe7\x98\xde\x1e\x8f\xf7\x9b\x02\x4f\x36\xe1\xcb\x8d\xdb\xc7\xf2\x7f\xeb\xcc\x6d\xba\xb1\x6a\x56\xa1\x67\x93\x54\xbf\xbe\xd2\x2f\x0d\x82\x2b\x09\x56\x3a\x2f\xcd\xe6\x98\x85\x83\x11\x7b\x56\xf7\x62\x52\x01\x5f\x66\xac\x37\xb0\x1d\x96\xca\xd5\x15\x6f\x46\x88\x94\xcb\x29\xf3\xf9\x5c\x20\x34\x73\x16\x69\xb6\xa4\x59\xcf\x39\x67\xe7\x4e\x4f\x19\x7d\x73\x61\x2f\xf6\x2d\x23\xe5\x7a\x63\xf3\x66\x24\xdf\x8c\x97\xdb\x23\x98\xc1\xef\x1f\xa4\x5d\xa8\x3c\xb0\xbb\xdd\x33\x38\x5e\x99\x6c\x46\x6a\x01\xb7\x11\x95\x08\xc6\x13\x6b\xf2\x3d\xa7\xcb\x2b\x7e\x9f\x48\xef\xd2\xb8\x42\xfb\xb2\xeb\x87\x02\x2b\x1e\x79\xd8\x56\x9d\x3f\xc0\x34\x38\x0d\xe9\xcc\xd9\x91\xe5\x32\x66\x37\x3d\xe7\x3c\x9e\x8f\x04\x97\x84\x53\x69\x85\x19\x52\x14\x6e\x86\x70\x1a\xc6\x9e\xa8\xef\x3c\xf6\x64\x3b\x98\x84\xb1\xc7\xd3\xdd\x79\xec\xa9\xf6\x70\x2e\x8a\x65\x9e\x24\x12\xc2\x91\xfa\xa5\xec\x63\x73\x3b\x56\xd2\x72\x91\xde\x09\x73\x3f\xf3\x16\xe9\xdd\x55\xfc\xbb\x7c\xb1\xc7\x95\x57\xcb\xb3\x74\xcf\x96\x6e\x7e\x9e\xa2\x33\xb5\x1e\xcb\x7b\xe1\xd5\xc6\xcd\xc0\xea\x56\x3d\x44\xe7\x29\xc2\x56\x81\xe8\x9c\x20\xe5\x32\xe2\x46\xa6\x80\xa2\x88\xa6\x04\x3a\x27\x08\xe1\xb3\x36\x16\x0e\x43\x4d\x79\x10\x89\x26\xf1\x52\x3d\x6a\x5b\xb8\x54\xbf\x28\x97\x84\x35\x24\x7b\x1c\xef\xc3\x1a\x1e\x3d\x36\x1a\x9c\xa9\x15\x90\x47\x16\xb9\x9b\x20\xd5\x8d\x04\xe1\x4a\xfe\x1e\x29\x6c\xf7\x40\xe6\x97\x1b\x57\x51\x18\x4b\xba\xe2\x1c\x47\xa8\x10\xed\xfe\x7e\x62\x25\x71\xf5\xf3\x9f\xff\x9c\x91\xdd\x3a\x8e\x72\x8d\xeb\xb8\xad\x87\xb6\xa7\xb4\xea\x6a\xb3\x60\xd1\x7a\xd6\xd2\x5a\x52\x97\x68\x7f\xdf\x4c\x79\xb2\x7d\x97\xde\x15\xe5\xc4\x7e\x6e\x4f\xec\x9b\xcd\xf8\x77\xf1\x7b\xdc\x26\xd5\x75\xd9\xf2\x29\x68\x2d\x28\xb8\xe2\x29\xcc\x0d\x37\x89\x31\x09\xe4\xac\x0b\x26\x9b\x72\x1e\xbe\xdc\x08\x09\x8a\x59\xb9\xc7\x74\xb8\x0b\x28\xbe\x0f\x38\x96\x15\x04\x0c\xab\x0a\x82\xac\x90\x94\x7d\x7b\x6a\xe9\x65\xce\xc8\xc0\x16\x94\xd3\x39\xd4\x2f\x47\x40\xae\x9a\xd4\x26\x3b\x4a\x19\xa7\x8c\xbf\x97\x16\x85\x25\xe3\xd4\x57\x75\x94\x56\xae\x3f\x6c\x9d\x17\x6b\x3b\xb5\x69\x00\x3f\xdf\xb8\x56\x69\x20\x4c\xb3\x3d\x8a\xa9\xa2\x92\xd9\xf8\xaf\xa2\x7e\x3c\x52\x4d\xbc\xc6\x77\xd5\x89\xaa\x12\x86\x8f\xa2\xf2\x13\x66\xb9\xdd\x7c\x05\xaf\x1a\xd1\xa8\x19\xbd\x36\xd2\x19\xac\x30\x2d\x94\x3a\x7c\x5d\x57\x87\x4a\x15\xb6\xb1\xcb\x9d\x14\xaf\xf7\x38\x83\x26\xe2\xb2\xbe\xb4\x7d\xce\xbc\x98\xbc\x11\x08\xbf\xa7\x64\x39\x61\xc9\xfd\xb8\xf6\x3b\x50\x4a\x14\x13\xa3\x77\x95\xc3\x86\x9b\x96\xb4\x81\x31\xf8\x76\xe3\x12\x7c\xb8\x0b\x38\xbe\x0f\x98\x66\xb0\xcc\x30\x58\x8c\x79\xba\x0b\x18\x96\x02\x2b\xe0\xe7\x19\x56\xa2\x28\x88\xcf\x19\x16\x93\x3c\xe0\x05\xc2\xa4\x10\x3a\xfd\x5b\x35\xc6\xf8\xa0\x06\x39\xa0\xd8\x22\x6d\xc0\x0a\x54\xe0\x17\x27\x19\x15\x9b\x77\x5a\x25\x79\xd5\x9e\xbe\xb2\xc7\x94\x6d\x66\xad\xf3\x2b\xb9\xc2\x46\xf9\xb0\xc1\x9f\x71\xef\x72\xba\xa6\x9d\x88\x24\xc9\x82\x44\x9b\xce\x2e\x4b\x3f\xc4\x4b\xba\xec\x10\x3b\x58\xc4\xc0\xc4\x70\x23\xb0\x7b\xeb\x19\xaf\x76\x53\xf4\x1a\x82\x8b\xa8\x03\xdf\x44\xd8\x8d\xfa\xd6\x9f\x81\x79\xce\xef\xae\x43\xd6\x36\x53\xf4\xea\x23\xac\x39\xf4\x9f\x35\xbc\xf9\x5b\xbb\x30\xe8\x18\x38\xb9\xcb\x14\x67\x74\x89\x3b\x8b\x3d\xef\xa4\x2c\xb9\xef\xf4\x3b\xbb\x8c\xe6\x42\x05\xe8\x68\x0e\x6d\x0c\x04\xe2\x4f\x27\x5a\x82\x6c\x1c\x9a\x01\xb0\x95\xf4\xd4\x45\xda\xaf\xaa\x3c\x6a\x21\x63\xba\xea\x88\x66\x3b\x8e\x2e\xe9\x78\x8f\x2a\x81\x16\x2b\x43\x3a\xe2\x62\xc1\xab\xde\xea\xe4\x5e\x4e\xb9\x4b\xb1\x68\xe2\xed\xa6\x7c\x9e\xc4\xa2\xb9\xbd\x9d\x61\xef\xeb\xd8\x20\x60\x13\xa3\xa2\xb6\x72\x67\xff\xdf\x40\x7c\x7c\x20\xba\x5d\x97\xeb\xcd\x73\xb9\xe5\xe3\x89\x35\x5e\xb9\xd3\x63\x91\xd9\xde\xdd\x51\x83\x51\xa7\x78\xb9\xb2\x6b\x6c\xbb\xc8\x0d\x71\xd8\xf6\x68\xe2\xa3\x00\xdc\xd6\xf1\x6d\x36\x5c\x6d\xd6\xde\x53\x69\xd7\x03\xa3\x4f\xc3\xa1\xb9\xe7\x22\x9d\x99\x63\xd8\xa1\x11\x4b\x87\x16\xf1\x65\x22\xae\x17\x08\x9d\x50\x51\x4d\xe4\x8c\x34\xb4\xf6\x7f\xaa\x9a\xcb\x12\x33\xfa\x89\xca\xd6\xa6\x4f\xf9\xca\x09\x7e\x79\xbd\x01\xf7\x18\x5c\xd3\x97\xca\xef\xba\x26\xf5\xd4\xb1\x80\x10\xd7\xb0\xf9\x67\x93\xac\x36\xda\xd6\xb7\xc6\x70\xb7\x61\x6a\x9d\x78\xd0\xea\x31\x4b\xb3\x12\x5b\x55\xb7\xd5\x65\x6d\x74\x09\x85\xfc\xee\x84\xf5\xf9\x0b\x25\x9b\x37\x64\x37\x16\xc4\xd0\xe9\x40\x2b\x95\x7f\x95\xda\xaa\x43\x5d\x33\x0f\x45\x83\xf6\x54\x3c\x75\x65\xef\x39\x61\x62\xca\x09\x7a\x75\x48\x47\x1e\xf6\x0a\x2d\x53\x55\x29\xff\x15\x51\xa3\x4c\x8d\xbb\x8d\xbd\xfc\x77\x11\xce\xd4\x3b\x4f\x1b\xb1\x3e\x94\x43\x87\x46\xef\x36\x52\xc0\x4a\xb5\x9d\xa1\x62\x34\x73\xb4\x3c\x74\xb0\x03\xb2\xd1\xc1\x4e\x39\x6b\x9d\x79\xfb\xb6\xe3\xbf\x36\xe5\x78\xcd\xe8\xbc\x71\x39\x64\x04\x2f\x16\xbc\x93\x78\x69\xe9\x30\xa3\x73\x7d\xd3\x86\x63\xa0\x83\x7c\x0e\x4c\xf6\xe2\xfd\x89\x41\xbb\xdf\x78\xef\xe5\x4e\x93\x99\xf3\xe3\x46\x4e\xf0\xaf\x0d\xfe\x6e\xd3\x62\x70\xc9\x95\xb6\xdc\xb7\xa8\x9c\xbe\x95\x77\x61\x1b\xf7\x88\x62\xeb\x1e\x91\x5c\x41\xf6\x47\xe9\xb3\x6c\x94\x9e\x9f\xa3\x78\x96\xda\xcb\xf2\x74\x3e\xe2\x61\x8c\xd9\xf1\xe8\xb2\xb0\xf5\xa8\xa7\x72\x86\xc3\xcc\x3d\x21\x45\x02\xb5\xfd\x83\xa5\x90\x40\xf0\x0c\x6e\xe6\x45\x62\x00\x13\x1b\x59\xb9\x44\x94\xb9\xb5\xda\x19\xd2\x9d\x43\x05\xce\xd4\x21\xd0\x2f\x6d\x44\x30\x26\x12\x3c\x55\x29\x5d\x6d\x64\x44\x72\xfd\xd2\x5c\x18\xf2\xe3\xd1\x5e\x1b\x71\x54\xe0\x7f\x6e\x42\xeb\xbb\xaa\xe3\x26\x49\x17\x24\xe9\x76\xab\x7f\x3d\xa5\xbb\xc2\x50\x5b\xa0\x26\x1f\xbf\x6a\xa9\xa2\x3c\xae\xd3\x87\x76\x8d\xc2\x22\x17\xff\x6d\x13\xfe\x73\x73\x3c\xbe\xda\x1c\x8f\xa7\x4f\xe3\xbe\xdf\xb4\x08\x89\xbf\x6d\xbc\xf2\xdc\xa5\xc0\x3f\x6c\xc2\xc7\xbf\xe5\x8f\x25\x79\x7e\xde\x9c\xd8\x96\xa0\xf0\x7c\x45\xaf\xd7\xed\xfe\xb0\xf1\x38\xcd\xb9\x4b\xbd\x68\x4d\xb2\x6f\xb9\xcb\x11\x1a\x95\xeb\x98\x02\xff\xb4\x09\x1f\xff\xe3\xb7\xfc\x5c\xd5\xfa\x6b\xfb\x46\xd3\x98\x6a\x17\xd7\x3e\xfe\x59\x68\xf0\xf3\x01\x82\xe7\x66\x7f\xda\x60\xc7\x41\x01\x2d\xf0\x17\x9b\xf0\x6f\x1b\xef\xea\x7e\xbb\x48\x13\xfc\xe3\xc6\xd8\xf0\xe5\xe9\xff\x9f\x37\xe1\x8f\x9b\xda\x5b\xdd\xf8\xaf\x32\xd3\x38\x40\xe1\xbf\x6c\xc2\x2f\x36\xe3\x2f\xca\x9c\x29\xb9\x09\x14\x87\x49\x0c\xff\xde\xc6\x16\x7f\xde\x18\xf9\xfe\x97\x8d\xe0\x24\x3a\xfb\xcb\x66\x2e\x5d\x70\x65\x2a\xb4\xca\xcb\x63\x2a\xe5\x1f\xfb\xfe\x05\x3a\x14\x6a\x33\xe6\xaf\xa6\x02\x64\x9d\xfe\xbb\x7c\xac\x8a\xb3\x40\x59\x11\x1d\xf9\x13\xe1\xb8\xc0\x74\xd2\xe8\x1e\x60\xac\x2c\x93\x49\x2b\x25\x27\xa6\x9d\x02\xb3\xc9\xc3\x3d\xcd\x5a\x6b\x50\x2e\xdf\x74\x5c\x3e\xd1\x3a\x76\x66\x8a\x31\x3b\x3f\x19\x91\x33\x77\x02\xc8\x7c\xbb\x4f\x92\xb9\x13\xb0\x49\xb7\xcb\x26\x9d\xd8\x78\x69\xb8\x14\x8d\xff\x2e\x97\xf0\x7c\x22\xd0\x91\x4d\xc6\x27\x9b\x94\x93\xac\x31\x01\xa8\x2a\x96\xb6\x15\x73\x72\xc9\x08\x8e\xfd\x34\x5c\x3c\x91\x66\x19\xe0\xa6\x78\x65\xee\x84\x61\x26\x91\xc0\x64\x12\x3e\xfe\xc7\xac\x77\x3e\xef\xdf\xcd\xfa\xbd\xaf\x49\x6f\x35\x3f\xff\xe2\x71\x8c\x73\x91\xdf\x5f\xcc\xfa\x03\xf5\x3b\x92\xbf\xd3\x59\xbf\xf7\x54\x65\x24\x13\xf0\x80\x93\x28\xed\x27\x75\xd3\xd8\x61\x32\x16\xa2\x85\x0f\x44\xf4\x13\xea\x2c\x15\x08\x98\x9c\xb7\xe4\xad\xc8\xfb\x65\x03\x9b\x4f\xbc\x72\x56\x0e\xdb\x2d\xfa\xaa\xd7\xd8\xba\xf4\x15\xd0\x11\x0d\x7f\xd9\xb8\x1c\x8d\xf9\xb9\xe3\x04\xbc\xa8\xdc\x58\xae\x37\xae\x86\x90\x06\xe7\xa2\xd8\xaf\xa2\x41\xad\x07\xf3\x89\x9e\xb9\xc0\x92\xec\x78\x8c\x20\x73\x9c\x4c\x5c\x33\x2b\x7d\x84\xd9\xd8\x0f\xbe\x42\x01\x29\xbf\xbf\x25\x6f\x83\x73\x5a\xe0\xd5\x04\xe2\x46\xe2\xb5\x49\xc7\x4c\xdd\x62\x9d\x54\x56\xfb\xe0\xce\x82\x63\x9c\x62\x82\x73\x1c\xe1\x24\xec\xe3\x7d\x78\x36\xc0\x2b\xf1\xcf\x3a\xd4\x61\x02\xac\x75\xeb\xc3\xcb\xd6\x97\xf2\xbe\xb5\x58\xa9\xda\xb1\x81\xc0\x3e\x59\x96\xde\x2c\x19\x4e\x43\xb8\xf0\x91\x85\xb1\x9e\xb5\x38\x09\x39\x26\xa1\x51\x36\x29\x66\xd6\xd6\xef\xce\x62\xd3\x24\xa4\x38\x0f\xad\x23\xe7\x0f\x98\x23\xbc\x1f\x2f\x05\x93\x93\xb2\xcc\x16\x1e\x3c\x0e\x69\x2f\x32\x0d\xc2\x7c\x8a\x8e\x47\xf6\x8d\x50\x22\xec\x59\xff\x78\x5c\x75\xbb\xb4\x97\x7c\x13\xa6\x65\xf9\x0f\x60\x7f\x7f\xbf\x51\xa7\xe1\x5b\x8b\x75\x6e\xc4\x80\xd5\xd0\xa8\x0b\x2c\x16\xf2\x9e\x4b\x7b\x11\x8c\xec\x6a\xbc\x9e\xb8\x0c\xa7\x22\x37\x41\x28\x60\x72\xd7\xb3\x6c\xf2\xc6\xf6\xab\x30\x74\x59\x77\xbb\x99\xea\x9c\x6b\x51\x8b\x58\xc5\xee\x2b\x98\x62\x16\x6e\xf5\x5b\x00\x96\xb1\x80\x63\xf5\xee\x6a\x14\x52\xbd\x93\x01\x94\xc8\x4d\x9f\x76\x6e\x24\x8b\xad\x4c\x06\xdc\x62\x12\xfd\xcb\x51\x0b\xd9\x97\x6e\x04\x3b\xab\x65\x85\xdd\xae\xdb\x00\x45\x98\xc0\x4e\x77\xb8\x9f\xc8\xb7\x9f\xfa\xf8\x97\x8d\xcb\xc4\x02\x6e\x1f\x9e\x9d\x31\x2f\xa1\x64\x29\x94\x43\x1a\xba\xab\xd0\xd9\x92\xbb\x5f\x48\xcc\x9d\x98\x75\x18\x1a\xaf\x26\xee\x7e\xe2\x32\x4f\xe7\xca\xd2\x1c\x05\x29\x5e\x87\x0e\xcf\x48\x2c\x5d\xef\x04\xe8\x58\xd4\x64\x72\x82\x35\xc2\xf7\x2d\x16\x0a\x3c\x00\x90\x77\xbb\xf5\x5e\x26\x72\xb7\x3f\x0a\xe3\xd0\x8c\x41\x81\xef\xbd\x55\xb2\xaf\x9e\xc5\x37\x7a\x3d\x26\xc1\x8d\x2b\x46\x00\x15\xf8\x5e\x49\xcc\xdd\x89\x89\x17\x9e\xf5\x71\xfc\x1f\x9a\x63\x1a\x0f\x43\xc9\x2c\x74\x34\x19\x4b\x6a\xe8\x8c\x20\xc3\xf1\x83\xc4\x8a\x11\x5e\x4e\x24\xa2\x87\xb2\x88\x26\x78\xc0\x71\x09\x57\xa0\x02\x6f\x27\xe1\x61\x49\x17\xe9\x9e\x45\x34\x58\x4e\xb0\x40\x99\xf3\x84\x06\xbb\x49\x81\x3f\xb4\xaa\x8a\xb6\xad\xec\x02\xdf\x4c\x9a\x64\xb5\xcc\xea\xb0\xe6\x05\x65\xed\x79\xdf\x4f\xac\x09\x73\x3f\x69\xf5\x73\x52\xba\xa7\xdb\x2d\xf5\x54\xf5\x8b\x17\x73\x2a\x83\x3e\xb4\xed\xea\x03\x92\xad\x1b\xf7\xed\x9b\xf3\xa6\x41\xe9\xb5\x90\xf3\x6c\x1f\xf1\x34\x0b\xc3\x10\xf2\xcf\x4c\xba\xb4\x29\xc6\x06\xbb\xa0\x24\x8b\xec\x5c\x39\xc9\x17\x13\xb5\x51\xdb\xdc\x6c\x39\x15\x6f\xf6\xa3\x2b\x3c\xc7\xaa\xfe\xcd\xa4\x71\x2c\x3a\x62\xcf\x78\xe3\x40\x2b\x0b\xb9\x3c\xdd\xf3\xca\x13\xce\xd0\xfe\x71\x3c\x9e\x0d\x70\xe6\xd9\xa7\x9c\x82\xd9\x1d\x15\xc5\x37\x56\x06\x57\xe6\x99\x13\x51\xe9\x43\x70\xea\x48\x35\xf3\x36\xf4\x5e\xbe\xdd\x0b\x68\xde\x4e\xec\x07\xe6\x3a\xb7\x60\x9e\xe5\x94\xbf\x33\xd4\x9c\xac\x8e\xc7\xea\xee\x36\x6c\x71\x5e\x5f\x4b\x9a\x5f\x5f\x87\x72\x2f\x5c\x57\x57\xd6\x7f\x57\xa9\xff\x4c\xac\x31\xb4\x31\x74\x16\x86\xf7\x13\xf9\xd2\x4d\xdb\x66\x6e\xf5\x4c\xc8\x96\xae\xf6\x5c\x7e\x4f\x57\x34\xa3\x2c\x82\x38\xec\x62\xad\xbe\x26\x39\x7b\xc4\x3b\x0b\x4a\x59\x27\x66\x31\x8f\x49\x12\xe7\x74\xd9\xe9\x75\xf2\xfd\x8e\x66\x2e\xaa\x40\x88\xd1\xa4\xcb\x72\xda\x53\x79\x48\xc3\xcb\x1e\x7c\x3b\x69\xf8\x15\x97\xbc\xf9\x9e\xae\x12\x1a\xf1\xe3\xf1\x4c\xa7\x4a\x1e\x35\x61\xff\x07\x42\x26\x35\xbe\x7a\xf9\x9a\x6c\x2b\x20\x6d\xac\xff\x2e\x4b\xef\xee\xad\xf7\x03\xb2\x7b\x43\x79\xb9\xbc\x69\x9a\xd0\xca\x4a\x6e\xb4\x26\x9d\x06\xf1\x6c\x8e\xed\xd5\xa8\x58\x75\xe2\x8a\x51\x6f\xd0\xb1\xf8\x63\x63\x4b\x84\xcd\x09\xee\x18\xeb\xdc\x9b\x4a\x6e\xfb\x3d\x28\x60\x98\xe3\xb1\xb5\x94\x34\x67\x65\xab\x72\x89\x31\xa9\xca\xbd\xb3\x2a\x1b\x9e\x88\xc0\xc8\xbb\x5d\x73\x97\xa4\x7d\x26\x5f\x09\x46\xe8\xd0\xbb\x5d\x46\xf3\x5c\xda\x36\xfb\x9c\x77\x68\xcc\xd7\x34\xeb\x2c\xa8\xb4\xdc\x3b\x69\x56\xd5\x0b\x16\xbd\x6b\xc7\x2c\xbc\xdb\xb5\x97\x6b\x07\x4b\x4e\x05\xda\x89\x81\x5a\x3e\x0b\x4d\x4f\xec\x02\x61\xde\xed\x9a\xc9\xe3\x12\xb8\xe1\x8b\x19\x96\x46\x65\xe8\xf2\x90\xe0\xfa\x46\x26\x66\xe1\x46\x4c\x21\xc1\x3e\x82\x4d\x8d\x44\x11\x99\xeb\x38\x47\xb6\xc0\x1c\xd1\xb0\xc9\x16\xac\xdc\x84\x11\x62\x41\x7a\x21\xd2\x90\x99\x2d\x1a\x61\xdf\x94\xbb\x34\x66\x86\xdc\x4d\xcc\x0d\xe2\xc2\x32\x48\x89\x15\x6b\x46\x03\x10\x84\xd3\xf6\xaa\x8c\xe1\xc2\x42\x82\xdd\x2c\x9c\x7d\xe4\x7e\x9e\xbd\xf5\xa7\xae\x61\x98\x0b\x03\x45\x31\x47\xdd\xee\x1b\x61\xc7\x94\xf4\xcf\x10\x8e\x55\x26\x8e\xe5\x61\x55\xe6\xbd\xdb\x67\xd4\xba\x34\x30\x9d\x84\x93\x49\x89\xfb\x95\xcd\xe4\x57\xff\x2f\x53\x7b\x57\x55\xb5\x77\xfd\x7f\x86\x5e\xfa\xbd\xaa\x97\x7e\xff\x37\xf5\xd2\xef\x75\xbd\xf4\xfc\x21\xbd\x74\xf5\x90\x5e\x7a\x39\xa9\x29\x08\x99\xf1\xbf\x57\x45\x41\xdb\x6f\xff\xaf\x56\x4e\xaf\xed\x79\xfb\xfa\x7f\x97\x72\x7a\x5d\x9d\x50\x2f\x26\x66\x25\x62\x26\x7b\x27\x66\x1d\x3a\x3e\xc5\xec\xdc\xf8\xb5\xb1\x87\xaf\xe7\xd8\x0a\xa3\x40\x01\x9d\xf1\x79\xc8\x30\x95\x5a\xf1\xdd\xff\x45\x5a\xd1\x4c\x5d\x37\xb2\xb5\xa2\xdc\x66\x11\x5a\x31\x6a\xd3\x8a\xaf\x8d\x56\x7c\x6b\x69\xc5\xd7\xff\x55\xad\xf8\xbc\x55\x2b\x46\xb0\xd7\x3a\x6a\x0e\xd2\x7f\x70\xd9\xa1\xda\x8e\x10\x7e\x31\x71\x5f\x4e\x5c\x1e\xe6\xd5\x50\x1f\xd8\x51\x4b\xf6\x1f\xe4\xe5\xc4\x4a\x70\x26\x74\xe0\x9e\x72\xe3\xd5\x1f\xc5\xb0\x55\x32\xf4\x72\x5f\x1e\x0b\xb7\x7d\x70\x11\xae\x7d\xd0\x47\x12\x08\xf0\x41\xd8\xc9\xc8\xea\xb9\x8c\xb2\x58\x6f\x9b\xac\x64\x8b\x64\x55\x69\x07\x7e\xaa\xda\xc9\xaa\xad\x4e\x2e\x03\xb5\x9b\x23\x20\xbb\xe6\x72\xc7\x48\x4c\x61\x7d\xfc\xed\xa2\x11\x2b\x7b\x67\x8a\xcd\xe8\xbc\x35\xd3\x65\xb5\xd6\xca\x8a\xaa\x7d\xd0\x47\xb4\x10\x24\x8a\x7a\xff\xda\xd3\xec\xde\xc4\xee\x93\x8e\x3e\xea\xc8\xf5\x45\xba\x7d\x99\xc8\x43\xc0\x1b\xc9\x98\xf2\x46\x88\x89\x0d\x68\x1c\xf9\x2a\x85\x5d\xa6\x36\x9e\xba\x5d\xd7\x4d\xc3\x0c\x59\xfc\xa2\x71\x39\x1e\x53\x9b\x8b\x7e\x98\xbe\x79\x6d\xbc\x58\x61\x73\x2d\x53\xdb\xcd\x98\x84\xdc\xa3\xc6\x01\xc1\xed\xe3\xd8\x5b\xc5\x6c\xf9\x62\xf2\xe6\x6d\xba\xa4\xc8\x85\x8f\xb2\x4d\x62\x4a\x13\x6f\x47\x32\xcb\xb3\xb0\x4a\x15\x35\xdb\x55\xd8\x8a\x1a\x63\x95\x2e\xab\x7a\xec\x61\x2c\xbf\xdb\xb8\x2d\x63\x65\xfc\xa1\xb2\xd2\x1f\x2a\x36\x74\xf5\x52\xa6\x0e\xfc\x46\x1f\x26\x6e\x8c\xba\xdd\xd8\x65\xc2\xd2\x93\xe2\xfe\x8a\x0b\x81\x73\x68\x78\xcb\xc9\x01\x94\x2d\xb6\xe1\xfc\xde\x66\xd9\x13\xcc\x93\x8b\x9a\x71\x16\x32\x70\xd5\x62\xa5\xab\x96\x19\x72\x12\xa6\xfa\xda\xaf\x72\x9f\xcd\xe1\x77\xe9\x3e\x4b\x8e\xc7\x5c\x55\x1b\x85\x46\x44\x6a\xa2\xc9\x38\x79\xad\xa7\xac\x9a\x2c\xda\x08\x34\xbe\x55\xc7\xe3\xa1\xc0\x29\xa0\x94\x94\x28\xed\x43\xd2\xed\x66\x67\x61\x98\x1e\x8f\x79\xb7\x1b\x9f\x85\x61\x32\x3a\xe3\x5e\xbe\x89\x77\x13\x26\xc3\xda\x75\xbb\xfb\x6e\x57\xb2\x5f\xb7\x1b\x19\x92\xa5\x86\x64\x89\xbc\x14\x6a\x81\x87\x67\x03\x19\x8c\xad\x42\x3e\x79\x41\xbe\x46\x30\xe0\x9d\x90\x36\x66\xcd\x7b\x69\xd8\x0b\x91\xf6\xb1\x89\xa3\x96\x00\xd2\x21\xce\x98\xf8\xb0\xd1\x3c\x71\x19\x1a\xeb\x45\x82\xd0\xa7\x4e\x20\x39\x61\xec\x48\x48\x73\x42\xe8\x04\x6e\x1f\x67\xe6\xc9\x56\xe3\x31\x53\xc2\x39\x81\x3c\xd8\xf5\xe2\x5c\x1d\xf0\xc2\x07\xf9\xd3\x91\x6f\x06\x88\x19\xde\xe8\xc4\x54\xce\x60\x58\x44\xfc\x81\x9e\xe0\x34\xa4\x1e\x4b\x97\x54\x50\x42\xce\x45\xc5\x5d\x79\xa8\x87\x81\xe8\x11\xd5\x83\x41\xf4\xb0\x16\xa3\xfc\x36\x16\x66\x90\x94\x65\x25\x31\x85\x04\x89\x48\x4e\x2b\x34\x81\x00\x26\x99\x8a\x50\x0c\x14\x60\x6e\x8e\x20\x10\x8a\x60\xfc\xde\x92\x72\x15\x5c\xb4\x40\x23\x59\x4f\x8d\x90\x27\xab\x8a\xdd\x1c\xd9\x45\x1e\x02\xc5\xb9\x0d\xa9\x89\x0c\x31\x7a\x4e\xb8\xaa\x9c\x9d\xa9\x90\x63\xf5\xda\x28\xce\xa5\x8f\x8a\xf6\xce\xaf\x34\x2b\x67\x14\x40\xa6\xa5\x53\x81\x18\x0d\x8b\xa3\xe5\x28\x68\x0f\xb1\x37\xe9\x92\xca\x33\x12\xfd\xfb\xbd\x18\x8e\xa4\xfc\x3d\x51\xa1\xf6\x46\x7a\xa4\xcc\x38\x99\x83\x04\x35\x4c\x66\x4b\xbb\x3a\x6f\x98\xa5\xb5\x70\x39\x39\xf4\xcf\xbd\x8a\x63\x48\x97\xe1\xd9\x40\x9d\xbb\x85\xdb\xc9\x2c\xad\x78\xf9\xdb\xfa\x74\x3f\xde\xbb\xdc\x6b\x11\x5b\x98\xe0\x04\x05\xed\x9f\xea\x3a\x4d\xba\x35\xbc\xdf\xd4\xb5\x38\xc2\xbc\x5c\x8f\x47\xd8\x4d\xc3\xcf\x08\x89\xa9\xbc\x7c\x2b\x6a\xd8\x05\xa7\x92\x3f\x16\xc4\xb1\x5e\x5b\xe9\x98\x62\xae\x70\x5a\xda\x44\x39\x2b\x59\xa6\x8d\xc9\xb4\x28\xdc\xff\x78\x04\xa0\xd2\xf7\xc2\x66\x23\x77\x3a\xc1\x87\xcc\xc4\x13\x91\x52\x4f\xc7\xb0\x6f\xca\x03\xe9\x6c\x38\x47\xdd\xee\x75\x75\x33\x22\x45\x98\xa8\x4c\x4c\x10\x8e\x9a\x9b\x11\xa3\x77\x13\x29\x36\xc4\x8c\xce\xc3\x83\xa5\x47\x82\x95\xb7\x48\xd3\x04\xdb\xaa\xc4\xe4\x59\xac\x66\xb2\x2c\x1e\x0e\x56\x9e\x3a\xb5\xc5\x16\xa3\x07\x2b\x4f\x47\x0c\xaf\x72\xb7\x10\x98\x2b\xb1\xe4\xdb\x51\xe4\xc2\x39\x85\xae\x14\x8e\x28\xd4\xef\x02\xe1\x8a\x79\x52\xd6\x69\x19\x38\xc1\xca\x23\xec\x1e\x1b\x85\x1d\xac\x3c\x41\x69\xac\x88\x6f\x7e\x41\xc8\x07\x05\x6c\xc4\xa2\xc0\x3c\x5d\xd2\x02\xbf\x9b\x98\x3b\x38\x42\xae\xd5\x08\x73\x36\xa8\x12\xe5\x6c\x50\x21\xc8\xd9\xa0\x42\x8c\x01\xbd\xa8\xd0\x41\x4f\xdf\x1a\x15\x74\x6e\xb5\x7b\x6a\xba\x5a\x5d\x93\x19\xd0\x33\xe5\x56\xa4\xfa\xa5\xcb\x43\xbf\xe4\x37\xe8\x96\xb3\x8c\x3f\x38\xea\x0c\xeb\x5f\x93\xf0\xdd\x04\xbf\x9f\xb4\x3a\x87\x27\x64\x41\x13\xa5\x41\x54\x14\xd7\x51\xc5\x7f\x21\xe4\x63\x2b\x96\xc6\xdf\x63\xef\xfb\x8c\xdc\xa8\xeb\x8c\x65\x0c\x8d\x3c\x22\x09\x11\x52\x3d\x60\xe3\x86\x8e\x92\xee\x50\x67\x7d\x08\x15\x90\x89\xd5\x2a\x47\xce\xf5\x35\x23\x5b\x7a\x7d\xed\xa8\xf8\xa3\x2e\x55\x1e\x8c\x76\x78\x14\x27\xdf\x09\xf3\xbd\x6c\x69\x76\xc6\xba\x5d\x07\x77\x9c\x4a\x80\x0f\x03\x55\x86\x3b\x49\xe8\x0d\x65\xcb\x9e\xec\x5b\x8f\xc9\x28\xd3\x50\x47\x56\x20\xec\x84\x0e\x6e\x6d\xe8\x44\x15\x6a\x8f\xc9\x0a\x8e\xf2\xc8\x79\x84\xf9\x2c\x9b\xe3\x47\xce\x23\x19\x2b\x04\x67\x08\x61\x73\x6b\x1b\xee\xd0\x56\xda\x10\x03\x62\xf7\xe5\x93\xba\xb0\xa5\x3c\x8b\xa3\x7a\x1f\xb8\x67\xa8\x77\x3c\x3a\xf5\x78\x27\x1f\xe9\xcb\x22\x23\x91\x5d\x97\x73\x10\x15\xd0\x7f\xab\x8a\x42\x85\x4c\x29\x5c\x14\x7c\x94\x5b\xa2\xa9\xf4\x52\x2d\xf0\x77\x93\xcf\x09\x34\x59\x8f\xcc\xcd\xca\xe0\x13\xff\xae\x47\x9d\x1e\x2b\xaa\xc3\x55\x82\xbf\x60\x35\x32\x77\x8c\x10\x32\x5a\x59\x45\xeb\xa1\xcb\x57\x6c\x49\xef\x68\x1e\xcc\xe6\x85\xbc\x46\x2d\x24\xc4\x15\xcd\x62\x9a\xab\x09\xdd\x12\xbb\xa3\x0c\xd7\x52\x86\x24\x51\xd5\x7a\xb5\x5a\x71\x1c\xce\xb8\x7c\xf4\x9b\x79\x11\xcf\x92\xbf\xd2\xfb\xe3\x91\x79\x5b\xca\xc9\x5f\xe9\xbd\x2a\x9c\x86\x14\x36\xa8\x49\xc6\x5f\x10\x4e\x46\x71\x98\x59\x11\x58\xd1\x38\x7b\xf0\x36\xf8\x59\x18\xf2\x02\xa1\xa0\x2f\x6f\x9a\x29\xf2\x8d\xd3\xe6\x9d\x3f\x6a\x5f\x17\xea\x64\x52\x32\xd0\x60\x06\xe4\x79\x99\xba\x14\xe1\x59\x26\x2f\xfd\xcd\xe6\xa8\xfa\x29\x43\x78\xc6\xe7\x7a\x6b\x63\x60\x35\xd5\xed\x56\x90\xed\x76\xdd\x38\x9c\xcd\xc5\xfa\xa4\x5c\x65\xd5\xa9\x1d\x0b\x7e\x85\x45\x9a\xa2\xb7\x7e\x80\x2d\xc6\x5c\xba\x08\xff\xf1\xa0\x87\x76\x98\x27\xf9\x5e\xd6\x7b\x9a\x53\x79\x5f\xd3\xfa\x59\x0d\x1a\x56\x81\x93\xf9\xa7\x71\x9f\xcd\x3f\x2f\x34\x32\x6e\xc4\x83\x86\x81\x96\x41\xa1\x53\xf6\x5a\xce\xcc\x37\xe9\x3e\xa7\x93\xbd\x5a\xbf\xa6\xec\x87\xf4\x03\xcd\xc4\x82\x51\x62\xd3\xca\x5d\x24\x64\xc6\x85\x79\xd0\xed\x8a\xe1\x4f\xcd\x9e\xfc\x69\xe1\x55\x0f\x46\xa8\xc4\x82\x83\x53\x66\x10\x08\xc8\xb8\xa9\x9a\x66\xac\x66\x78\x73\xd8\xf3\x57\x77\x8c\x71\x2e\x7a\x96\x26\x69\x86\xc5\x6a\x55\x29\xa5\xd3\x78\xe4\xfc\x3e\xa1\xc1\x21\xdd\x91\x28\xe6\xf7\x81\x8d\xfc\xf1\x98\x96\x0c\x95\xa1\xf1\x20\xf0\x9e\x14\x10\xfb\xab\xec\xf2\xb8\x6d\xbe\xba\x19\x32\xb8\x9b\x1e\x7d\xa0\x59\x40\xc6\xb1\xf5\xa5\x29\x15\x63\x4e\x4f\x86\xce\x3a\x29\x4a\x73\xf9\x4a\x81\x83\x75\x5f\x16\x24\xda\xdc\xc8\xeb\x91\xcf\x05\x19\x82\xbc\x16\x37\xf0\xfd\x04\x1f\x14\x59\x82\xc8\xc4\x5b\x3f\xeb\x6b\xd5\x23\xe3\x41\x59\xa3\xf9\xf0\xd0\xed\x92\xde\xa0\xb3\xe5\xbd\x41\x87\xd3\x3b\xde\xdb\xee\x39\x5d\x02\x1e\xab\x94\x71\x19\x0e\x6c\x70\x61\x47\x8c\x74\x14\xfd\x3a\x8a\x8b\x3a\xb9\x24\x9a\x50\xc4\x8c\x7c\x88\x6f\x08\x4f\x33\x6f\x97\x10\x2e\x10\x2b\xc9\xef\xbc\x21\x91\x83\xc6\xce\xf3\x37\x2f\x9c\xc0\x79\x3e\x7d\xff\xda\xc1\x4e\xe7\xbc\x13\xa9\xba\x94\xdd\xdd\x91\xaf\x77\xec\x12\xaa\x2b\x75\xea\xb1\xb7\x6a\x47\x69\xbf\x4c\xc2\x99\xf3\xbf\xfa\xfd\xaf\xfa\xfd\xbe\x83\x55\xea\x2b\x99\x12\x39\x7d\x48\x99\xbc\xaf\x20\xcf\xc0\x09\xa8\x08\xca\x5e\x42\x2a\x82\xb2\x97\x90\x8a\xa0\xec\x25\xa4\x4c\xd9\x08\x30\x88\xa0\xb5\x4b\x68\xed\x12\xf2\x22\xc8\x8b\x00\x83\x4b\xab\x96\x4b\x48\x45\x50\xf6\x12\x52\x11\x94\xbd\x84\x94\xca\xbb\x84\xbe\x5d\x42\xdf\x22\xa0\x41\x04\x34\x88\x00\x2e\x02\xb8\x4b\xe8\xdb\x25\xf4\xed\x12\xfa\x16\x01\x0d\x22\x80\x8b\x00\x2e\x02\xb8\x4b\xe8\xef\x25\xf4\xf7\x12\xfa\x7b\x09\xfd\x8d\x00\x2e\x02\xb8\x08\xe0\x22\x80\xbb\x84\x9e\x5f\x42\xcf\x2f\xa1\xe7\x97\xd0\xf3\x08\xe0\x22\x80\x8b\x2c\x4a\xf6\xfb\x04\x46\xd5\x87\x14\x81\x51\xf5\x21\x45\x60\x54\x7d\x48\x11\xa8\x85\x42\xd9\x21\xa4\x28\x94\x1d\x42\x8a\x42\xd9\x21\xa4\x28\x8c\x34\x81\xf1\xf5\x21\x45\x60\x7c\x7d\x48\x11\x18\x5f\x1f\x52\x04\x6a\xa1\x50\x76\x08\x29\x0a\x65\x87\x90\xa2\x50\x76\x08\x29\x0a\x63\x4e\x60\xa4\x7d\x48\x11\x18\x69\x1f\x52\x04\x46\xda\x87\x14\x81\x5a\x28\x94\x1d\x42\x8a\x42\xd9\x21\xa4\x28\x94\x1d\x42\x8a\xc2\xf8\xfa\x90\x22\x30\xbe\x3e\xa4\x08\x8c\xaf\x0f\x29\x02\x23\xed\x43\x8a\x40\x2d\x43\x48\x51\xa8\x65\x08\x29\x0a\xb5\x0c\x21\x45\xa1\x16\x43\x53\x02\x73\x9a\xc0\xfc\xf5\x61\xfe\xfa\x90\x47\x20\x8f\xc0\x9c\xf6\x61\x4e\x13\xe0\x44\x02\xf3\xd7\x87\xf9\xeb\x43\x1e\x81\x3c\x02\x65\x87\x80\xc1\x10\x6a\xa6\x90\x47\x01\x83\x21\x60\x30\x84\x3c\x0a\x79\x14\xca\x0e\x01\x97\x21\xb4\x41\x21\x8f\x02\x2e\x43\xc0\x65\x08\x79\x14\xf2\x28\xcc\x46\x02\xb3\x9b\xc0\x4c\xf6\x61\x26\xfb\x90\x47\x20\x8f\xc0\xec\xf6\xad\x5a\x2e\x21\x15\x41\xd9\x4b\x48\x45\x50\xf6\x12\x52\xa6\xec\x10\x30\x18\x42\xcd\x14\xf2\x28\x60\x30\x04\x0c\x86\x90\x47\x21\x8f\x42\xd9\x21\xe0\x32\x84\x36\x28\xe4\x51\xc0\x65\x08\xb8\x0c\x21\x8f\x42\x1e\x05\xea\xfa\x30\x6b\x09\xcc\x78\x02\xb3\xdb\x87\xd9\xed\x43\x1e\x81\x3c\x02\x65\x7d\x98\xf1\xc4\xe2\x4e\x0a\x65\x87\x90\xa2\x50\x76\x08\x29\x0a\x63\xee\x43\x8a\xc0\x98\xfb\x90\x22\x30\xe6\x3e\xa4\x08\x8c\xb9\x0f\x29\x02\xb5\x0c\x21\x45\xa1\x96\x21\xa4\x28\xd4\x32\x84\x14\x85\x5a\x86\x90\xa2\xc0\x11\x04\xf8\xc0\x87\x14\x01\x3e\xf0\x21\x45\x80\x0f\x7c\x48\x11\xa8\x85\x42\xd9\x21\xa4\x28\x94\x1d\x42\x8a\x42\xd9\x21\xa4\x28\x8c\xbe\x0f\x29\x02\xa3\xef\x43\x8a\xc0\xe8\xfb\x90\x22\x30\xfa\x3e\xa4\x08\xd4\x32\x84\x14\x85\x5a\x86\x90\xa2\x50\xcb\x10\x52\x14\x6a\x51\x79\x3e\xe8\x6e\x1f\x74\x37\x01\x1d\x4f\x40\xc7\x13\x80\x23\x00\xe7\x83\xc6\xf6\x41\x63\x13\xd0\xec\x04\x34\x3b\x01\x38\x02\x70\x3e\xe8\x69\x1f\xf4\xb4\x0f\x7a\x9a\x80\x3e\x27\x00\x47\x00\x8e\x00\x9c\x0f\xda\xd9\x07\xed\xec\x83\x16\x27\xa0\xc5\x09\xc0\x11\x80\x23\x00\x37\x84\xbe\x0d\xa1\x6f\x14\x68\x40\x81\x06\x14\xe0\x28\xc0\x0d\xa1\x97\x43\xe8\xe5\x10\x7a\x49\x81\x1a\x14\xe0\x28\xc0\x51\x80\x1b\x42\x2f\x87\xd0\xcb\x21\xf4\x92\x02\x35\x28\xc0\x51\x80\xa3\x00\x37\x84\xfe\x0e\xa1\xbf\x43\xe8\xef\x10\xfa\x4b\x01\x8e\x02\x1c\x05\x38\x0a\x70\x3e\x68\x67\x1f\xb4\x33\x01\x2d\x4e\x40\x8b\x13\x80\x23\x00\xe7\x83\x76\xf6\x41\x3b\xfb\xa0\x9d\x09\x68\x71\x02\x70\x04\xe0\x08\xc0\xf9\xa0\x93\x7d\xd0\xc9\x3e\xe8\x64\x02\xba\x9b\x00\x1c\xb1\xe0\x2e\xa1\x96\x08\x30\x88\xa0\xb5\x4b\x68\xed\x12\xf2\x22\xc8\x33\x70\x43\xe8\xe5\x10\x7a\x39\x84\x5e\x52\xa0\x06\x05\x38\x0a\x70\x14\xe0\x86\xd0\xcb\x21\xf4\x72\x08\xbd\xa4\x40\x0d\x0a\x70\x14\xe0\x28\xc0\x0d\xa1\xbf\x43\xe8\xef\x10\xfa\x3b\x04\xba\x50\x80\xa3\x00\x47\x01\x8e\x02\xdc\x10\x68\x30\x04\x1a\x0c\x81\x06\x43\xa0\x01\x05\x38\x0a\x70\x14\xe0\x28\xc0\xf9\xa0\x93\x7d\xd0\xc9\x04\x74\x37\x01\xdd\x4d\x00\x8e\x00\x9c\x0f\x3a\xd9\x07\x9d\xec\x83\x4e\x26\xa0\xbb\x09\xc0\x11\x80\x23\x00\xe7\x83\x4e\xf6\x41\x27\xfb\xa0\x93\x7d\xd0\xc9\x04\xe0\x08\xc0\x11\x80\x23\x00\xe7\x83\x4e\xf6\x41\x27\xfb\xa0\x93\x7d\xd0\xc9\x04\xe0\x08\xc0\x11\x80\x23\x00\x37\x04\x1a\x0c\x81\x06\x43\xa0\x01\x05\x5a\x51\x80\xa3\x00\x47\x01\x6e\x08\x34\x18\x02\x0d\x86\x40\x03\x0a\xb4\xa2\x00\x47\x01\x8e\x02\xdc\x10\x68\x30\x04\x1a\x0c\x81\x06\x43\xa0\x01\x05\x38\x0a\x70\x14\xe0\x28\xc0\x0d\x81\x06\x43\xa0\xc1\x10\x68\x30\x04\x1a\x50\x80\xa3\x00\x47\x01\x8e\x02\x9c\x0f\x9a\xd8\x07\x4d\x4c\x40\x63\x13\xd0\xd8\x04\xe0\x08\xc0\xf9\xa0\x89\x7d\xd0\xc4\x3e\x68\x62\x02\x1a\x9b\x00\x1c\x01\x38\x02\x70\x3e\x68\x62\x1f\x34\xb1\x0f\x9a\xd8\x07\x4d\x4c\x00\x8e\x00\x1c\x01\x38\x02\x70\x3e\x68\x62\x1f\x34\xb1\x6f\x69\x62\x0a\xb8\x0c\x01\x97\x21\xe4\x51\xc8\xa3\x30\x57\x7d\x98\xc9\x04\xa4\x00\x81\x19\xef\xc3\x8c\xf7\x21\x8f\x40\x1e\x81\xb2\x3e\xcc\x78\x1f\x6a\x26\x90\x47\x60\xc6\xfb\x30\xe3\x7d\xc8\x23\x90\x47\xa0\xec\x10\x70\x19\x42\x1b\x14\xf2\x28\xe0\x32\x04\x5c\x86\x90\x47\x21\x8f\x42\xd9\x21\xe0\x32\x84\x36\x28\xe4\x51\xc0\x65\x08\xb8\x0c\x21\x8f\x5a\x2b\xeb\x01\xa4\xbe\x96\x29\xa1\xcd\x07\x90\x32\x79\x5f\x41\x9e\x81\x13\x96\xc0\x12\xca\x3e\x81\xd4\x12\xca\x3e\x81\xd4\x12\xca\x3e\x81\x94\x29\x7b\x09\x18\x5c\x42\xcd\x11\xe4\x45\x80\xc1\x25\x60\x70\x09\x79\x11\xe4\x45\x50\xf6\x12\x70\xb9\x84\x36\x22\xc8\x8b\x00\x97\x4b\xc0\xe5\x12\xf2\x22\xc8\x33\x70\x97\x40\x83\x4b\xa0\xc1\x25\xd0\x20\x02\x5a\x45\x00\x17\x01\x5c\x04\x70\x97\x40\x83\x4b\xa0\xc1\x25\xd0\x20\x02\x5a\x45\x00\x17\x01\x5c\x04\x70\x97\x40\x83\x4b\xa0\xc1\x25\xd0\xe0\x12\x68\x10\x01\x5c\x04\x70\x11\xc0\x45\x00\x77\x09\x34\xb8\x04\x1a\x5c\x02\x0d\x2e\x81\x06\x11\xc0\x45\x00\x17\x59\x34\xed\xf7\x17\x30\xfa\x17\x90\x5a\xc0\xe8\x5f\x40\x6a\x01\xa3\x7f\x01\xa9\x05\xd4\xb2\x82\xb2\x4f\x21\xb5\x82\xb2\x4f\x21\xb5\x82\xb2\x4f\x21\xb5\x82\x31\xbf\x80\xd4\x02\xc6\xfc\x02\x52\x0b\x18\xf3\x0b\x48\x2d\x60\xcc\x2f\x20\xb5\x80\x5a\x9e\x42\x6a\x05\xb5\x3c\x85\xd4\x0a\x6a\x79\x0a\xa9\x15\xd4\xf2\x14\x52\x2b\xe0\x83\x05\x8c\xfe\x05\xa4\x16\x30\xfa\x17\x90\x5a\xc0\xe8\x5f\x40\x6a\x01\xb5\x3c\x85\xd4\x0a\x6a\x79\x0a\xa9\x15\xd4\xf2\x14\x52\x2b\xa8\xe5\x29\xa4\x56\x30\xfa\x17\x90\x5a\xc0\xe8\x5f\x40\x6a\x01\xa3\x7f\x01\xa9\x05\xf0\xc1\x05\xa4\x16\x50\xcb\x53\x48\xad\xa0\x96\xa7\x90\x5a\x41\x2d\x4f\x21\xb5\x82\x5a\x9e\x42\xca\x50\xdc\x87\xd9\x4d\x40\x32\x10\x90\x02\x3e\x48\x01\x1f\xf2\x08\xe4\x11\x28\xeb\x83\x3c\x20\xc0\xbb\x04\xe6\xbe\x0f\x73\xdf\x87\x3c\x02\x79\x04\xca\x0e\x01\x83\x21\xd4\x4c\x21\x8f\x02\x06\x43\xc0\x60\x08\x79\x14\xf2\x28\x94\x1d\x02\x2e\x43\x68\x83\x42\x1e\x05\x5c\x86\x80\xcb\x10\xf2\x28\xe4\x51\x98\xbf\x3e\xcc\x6e\x02\x92\x81\x80\x14\xf0\x41\x0a\xf8\x90\x47\x20\x8f\x40\x59\x1f\xa4\x80\x0f\x35\x13\xc8\x23\x20\x05\x7c\x90\x0c\x3e\xe4\x11\xc8\x23\x50\x76\x08\xb8\x0c\xa1\x0d\x0a\x79\x14\x70\x19\x02\x2e\x43\xc8\xa3\x90\x47\xa1\xec\x10\x70\x19\x42\x1b\x14\xf2\x28\xe0\x32\x04\x5c\x86\x90\x47\x21\x8f\x02\xc5\x7d\x98\xf1\x04\xa4\x05\x01\xc9\xe0\x83\x64\xf0\x21\x8f\x40\x1e\x81\xb2\x3e\x70\x2c\x01\x19\x41\x40\x1e\xf8\x20\x0f\x7c\xc8\x23\x90\x47\xa0\xec\x10\x30\x18\x42\xcd\x14\xf2\x28\x60\x30\x04\x0c\x86\x90\x47\x21\x8f\x42\xd9\x21\xe0\x32\x84\x36\x28\xe4\x51\xc0\x65\x08\xb8\x0c\x21\x8f\x42\x1e\x85\x99\xec\xc3\x3c\x27\x20\x23\x08\xc8\x03\x1f\xe4\x81\x0f\x79\x04\xf2\x08\x94\xf5\xa1\x3e\x02\x92\x81\x80\x14\xf0\x41\x0a\xf8\x90\x47\x20\x8f\x40\xd9\x21\x60\x30\x84\x9a\x29\xe4\x51\xc0\x60\x08\x18\x0c\x21\x8f\x42\x1e\x85\xb2\x43\xc0\x65\x08\x6d\x50\xc8\xa3\x80\xcb\x10\x70\x19\x42\x9e\x81\xf3\xc1\x02\xf0\xc1\x02\x20\x60\x29\x10\xb0\x14\x08\xc0\x11\x80\xf3\xc1\x02\xf0\xc1\x02\xf0\xc1\x02\x20\x60\x29\x10\x80\x23\x00\x47\x00\xce\x07\x0b\xc0\x07\x0b\xc0\x07\x0b\xc0\x07\x0b\x80\x00\x1c\x01\x38\x02\x70\x04\xe0\x7c\xb0\x00\x7c\xb0\x00\x7c\xb0\x00\x7c\xb0\x14\x08\xc0\x11\x80\x23\x00\x47\x00\x6e\x08\x34\x18\x02\x0d\x86\x40\x03\x0a\xb4\xa2\x00\x47\x01\x8e\x02\xdc\x10\xa8\x31\x04\x6a\x0c\x81\x1a\x43\xa0\x06\x05\x38\x0a\x70\x14\xe0\x28\xc0\x0d\x81\x1a\x43\xa0\xc6\x10\xa8\x31\x04\x6a\x50\x80\xa3\x00\x47\x01\x8e\x02\xdc\x10\xa8\x31\x04\x6a\x0c\x81\x1a\x43\xa0\x06\x05\x38\x0a\x70\x14\xe0\x28\xc0\xf9\x60\x15\xf8\x60\x15\xf8\x60\x15\x10\xb0\x1e\x08\xc0\x11\x80\x23\x00\xe7\x83\x2d\xe0\x83\x2d\xe0\x83\x2d\x40\xc0\x66\x20\x00\x47\x00\x8e\x00\x9c\x0f\xb6\x80\x0f\xb6\x80\x0f\xb6\x80\x0f\xb6\x00\x01\x38\x02\x70\x04\xe0\x08\xc0\xf9\x60\x0b\xf8\x60\x0b\xf8\x60\x0b\xf8\x60\x0b\x10\x80\x23\x00\x47\x00\x8e\x00\xdc\x10\x68\x30\x04\x1a\x0c\x81\x06\x14\x68\x45\x01\x8e\x02\x1c\x05\xb8\x21\x50\x63\x08\xd4\x18\x02\x35\x28\x7c\xa5\xf0\x95\x5a\x5f\xbf\x82\x12\x97\x80\xc1\x25\xd4\x1c\x41\x5e\x04\x18\x5c\x02\x06\x97\x90\x17\x41\x5e\x04\x65\x2f\x01\xab\x4b\x68\x23\x82\xbc\x08\x70\xb9\x04\x5c\x2e\x21\x2f\x82\xbc\x08\xe8\x4c\x40\x32\x10\x90\x02\x3e\x48\x01\x1f\xf2\x08\xe4\x11\x90\x0c\x3e\x70\x27\x01\x79\x40\x60\xee\xfb\x30\xf7\x7d\xc8\x23\x90\x47\xa0\xec\x10\x30\x18\x42\xcd\x14\xf2\x28\x60\x30\x04\x0c\x86\x90\x47\x21\x8f\x42\xd9\x21\xe0\x32\x84\x36\x28\xe4\x51\xc0\x65\x08\xb8\x0c\x21\x8f\x42\x1e\x85\x59\xeb\xc3\x9c\x26\x20\x0f\x08\xcc\x7d\x1f\xe6\xbe\x0f\x79\x04\xf2\x08\x94\xf5\x61\xee\xfb\x50\x33\x81\x3c\x02\x73\xdf\x87\xb9\xef\x43\x1e\x81\x3c\x02\x65\x87\x80\xcb\x10\xda\xa0\x90\x47\x01\x97\x21\xe0\x32\x84\x3c\x0a\x79\x14\xca\x0e\x01\x97\x21\xb4\x41\x21\x8f\x02\x2e\x43\xc0\x65\x08\x79\x25\x75\x7d\x98\xd3\x04\xe4\x01\x81\xb9\xef\xc3\xdc\xf7\x21\x8f\x40\x1e\x81\xb2\xbe\xc5\x9d\x4f\x21\xb5\x82\xb2\x4f\x21\xb5\x82\xb2\x4f\x21\xb5\x82\xd1\xbf\x80\xd4\x02\x46\xff\x02\x52\x0b\x18\xfd\x0b\x48\x2d\x60\xf4\x2f\x20\xb5\x80\x5a\x9e\x42\x6a\x05\xb5\x3c\x85\xd4\x0a\x6a\x79\x0a\xa9\x15\xd4\xf2\x14\x52\x2b\xe0\x83\x05\x8c\xfe\x05\xa4\x16\x30\xfa\x17\x90\x5a\xc0\xe8\x5f\x40\x6a\x01\xb5\xac\xa0\xec\x53\x48\xad\xa0\xec\x53\x48\xad\xa0\xec\x53\x48\xad\x60\xcc\x2f\x20\xb5\x80\x31\xbf\x80\xd4\x02\xc6\xfc\x02\x52\x0b\x18\xfd\x0b\x48\x2d\xa0\x96\xa7\x90\x5a\x41\x2d\x4f\x21\xb5\x82\x5a\x9e\x42\x6a\x05\xb5\x3c\xed\x3b\x73\xfc\xcf\x46\x9c\x32\xed\x20\x6d\x02\x84\x39\xe2\xb7\xa3\xdd\x57\x21\x7c\xbd\x0a\xe3\xc4\xbf\x09\x07\xd4\xbf\x44\xc6\xd3\xf4\xb1\xfc\xe5\xf1\xf4\xfb\xf8\x8e\x2e\x5d\x1f\x9d\x3b\xbf\x3a\x25\xe0\xa0\x02\x38\xa8\x02\xfe\xbd\x04\x1c\x7c\x65\x03\x0e\xbe\xaa\x02\xbe\xb4\x00\x9f\x54\x00\x9f\x54\x01\xdf\x59\x80\x7e\x05\xd0\xaf\x02\x4e\x4b\xc0\xaf\x6d\xb8\xaf\xab\x60\x7f\x2e\xc1\x86\x36\xd8\xb0\x0a\xf6\xa6\x04\xbb\xb0\xc1\x2e\xaa\x60\x1b\x00\x83\x30\x70\xd6\x77\xf1\x4d\x3e\x68\x72\xea\x23\x7f\x36\xa0\x3d\xbf\xd2\x40\xaf\x4e\xfb\x7b\xa7\x84\xec\x57\x21\x6b\xc4\xff\xbd\x84\x1c\x3c\xad\x40\xd6\xa9\x4f\x2c\xc8\xcb\x2a\x64\x8d\xfc\x2b\x0b\x72\x50\x85\xac\xd1\x7f\x57\x42\x56\x46\xbe\x57\x1b\x00\x56\xc2\x55\x06\xbe\x57\x1b\x81\xdf\xee\x16\x4f\x34\xa8\xd7\xb7\x9a\xf6\xfa\xfd\x5a\xbf\xb7\x1a\xec\xc4\x20\xa8\x6b\xc4\xfa\xfa\x70\x94\xee\x93\x25\x7b\xc4\x3b\xca\x4b\xb1\x43\x3a\xd2\xbf\x15\x77\x54\x60\xdb\xbc\x43\x3a\x8b\xfd\x8d\x83\x0a\xfc\xaa\x12\x5c\x4b\xfa\x17\xab\x28\x8f\xdc\x45\xca\x1b\xd4\x93\xb1\x02\x5d\xaa\x9e\xd5\xc8\xe4\x5b\x1a\x37\x38\x0f\x63\x6f\x21\x6f\xb5\x66\x66\xf2\x65\x37\x0b\xe2\x3a\xc6\xe3\x38\xc5\x0e\xee\x38\xc8\xfc\x24\xd5\x9f\x79\xf5\x27\xc3\x0e\xd2\x41\x6d\xa3\xd0\x7f\xf2\xe4\x4b\x77\xd0\x63\xc6\x83\x5f\x54\x5c\xd6\x5b\x79\xc3\x82\x7d\x99\x22\xec\xe0\xb2\xa2\xda\x57\xf2\xe0\xd7\x1c\xc9\x66\x0b\xfc\xb7\x49\xd8\x1a\x52\xa2\xf4\x13\xb7\xfc\xae\x17\xdc\x5d\x70\xf7\x50\x60\x86\xf0\xa1\xc0\x07\x49\xa4\xe0\xd5\xc4\x65\xda\x7b\x36\x3b\x0b\x43\x3a\xf6\x2e\x82\x81\x0c\xf3\x5a\x14\xf8\xfb\xf6\xfa\x0f\x37\x59\xbc\x0c\x0e\xeb\xf4\x83\x15\x10\x20\x89\xa3\x8d\xf9\x41\xf6\x3c\xfd\x21\xbe\x59\x27\xea\xc2\x4b\x1f\x6f\xd3\x7d\x4e\x55\x98\xe4\xf7\x64\x19\xef\xf3\x60\xd0\xef\x17\x58\xb9\xb3\x06\x87\x7c\x9d\xde\x06\x67\x83\x02\xdf\x91\xbb\x38\x0f\x0e\xdb\x74\x49\x03\x47\x3d\xf1\x2c\xbe\x4d\xe3\x68\x23\x1f\xbe\x12\x3f\xde\xc4\x2c\xcd\x20\x47\x00\x7d\x47\x72\x1a\x38\xdb\x38\x49\xe2\x9c\x46\x29\x5b\xe6\x8e\xcc\xff\x3d\x65\x34\xe0\x63\x67\x91\xa5\xb7\x39\xcd\x1c\xb8\xfd\x76\xaf\x9a\xe1\x71\xb4\xf9\x5e\x32\x1a\xa7\x59\xf0\xcf\x49\x81\xa3\x2c\xcd\xf3\x35\x89\x33\x83\xc3\xdd\xbd\x83\x15\xa1\x9c\xff\xb5\x58\x2c\x9c\x02\xf3\x34\x4d\x78\xbc\x33\x48\xf7\x71\x94\xe7\xcf\x13\x92\xe7\xc6\xaf\x59\x03\x38\xe6\x85\x81\xa0\xca\xa7\x38\x36\xee\xf7\xb1\xa7\x5d\x61\x49\x98\x9a\xbb\x34\x79\x98\x82\x2f\xf3\xeb\xd4\x45\x2e\x2b\xe3\xb8\x1e\x8f\x6e\x14\x46\xde\x9e\x47\x2e\x42\xf8\xd1\x6f\xac\x63\xfd\xf7\x6c\x19\x7f\x50\xf7\xed\x43\x47\xfa\xa7\x7f\xf3\xc8\x70\x4f\xa4\x6f\xe7\xb8\xce\xaf\xbf\xfe\xfa\x6b\xef\xcd\x9b\xde\x8b\x17\x9d\x1f\x7e\x08\xb6\xdb\x20\xcf\x3b\x7f\x77\x10\x7e\xf4\xec\xf1\x32\xfe\xf0\x4d\xb3\xc6\x5a\x56\xa7\xf3\x2c\xdf\x11\x06\xed\x50\x4e\xe2\xc4\x78\x23\x77\xa4\x17\x70\xe8\x94\xde\xc8\x3d\x45\xb9\xce\x23\x6b\xfa\x3c\x72\xbe\x79\xf6\x58\x54\xd2\x5e\xf5\x37\x25\x2c\xb1\x2f\xaa\xe8\x5b\x34\x4e\xd0\x79\x96\xf3\x2c\x65\x37\xdf\x94\xb3\x23\x13\xf8\xeb\xdc\xd6\xba\x5b\x7a\x62\x93\x4b\x91\x5e\x7a\x35\x3b\x0d\xac\x4a\x7c\xec\x57\xa2\x08\x3a\x75\x1b\xb4\x72\x37\x89\x8e\x1f\xd9\x0d\x6d\x17\xa2\x05\xd3\x01\x18\x1f\x8a\x1d\xc0\x3f\xb0\x65\xcd\xd4\x25\x33\x3a\x47\xe2\xb3\xe8\x81\x83\x02\xc7\x29\x10\xf2\xfe\x99\xc6\xcc\x75\x1c\x84\x9d\x5a\xa7\x1a\xa3\x28\x84\x84\xbe\x99\x36\x5d\xd3\xad\x7c\x83\x2a\x89\x99\x7c\x45\xae\xc0\x8a\xfd\x82\x83\x7c\x93\x3a\xa0\xfa\xcb\x41\xfc\x51\x57\xd7\xe8\x78\x10\xf8\x38\xe7\x74\x97\x8b\x92\xab\x38\x49\x02\x5a\xe0\x7c\x4d\x96\xe9\xad\xf4\xf4\xee\x17\x45\x81\x7f\x68\xbf\x1e\x26\x6f\xa7\xbd\x23\x19\xd9\xaa\x3b\x62\x4b\x7d\xf1\x00\xc7\x61\xe6\xe5\x9c\x64\x32\x44\x24\x4e\x65\xa8\x1e\xf5\x44\x3c\x09\x33\xeb\x65\x73\xb8\x4e\x26\xf2\xf6\x09\xaf\xd3\xbc\x1a\x1a\x48\x87\x67\xcd\xd5\x8d\xfc\x38\xe7\xe9\x8d\x6c\x3a\x0f\xa9\xa7\xae\x42\xe1\x28\x9c\xcd\x75\xb0\xd3\x3e\x5e\x85\xf1\x68\xf5\x2c\x4c\x47\xab\xf3\x90\x28\xac\xd7\x21\xeb\x76\xd9\x2c\x99\xe3\x65\x28\x5f\x06\xde\xcf\x47\xeb\x6e\x17\xdc\xe3\x93\x6e\x77\x3d\xeb\xcf\x9f\xad\xce\xc9\xe3\x41\xbf\x3f\x76\x23\xfd\xa0\xef\x80\x5e\x7c\x29\xbe\xe0\x9f\x27\xee\x7a\x36\x98\xa3\x39\xc2\xc9\xf9\x39\x0a\x96\xdd\xae\xb9\xae\xf2\xcd\xbe\xdb\x5d\x9e\x2c\xbd\xd4\xa5\x97\xb3\xc1\xdc\xcb\xf7\x5b\x51\xc3\x5e\xd4\x60\x03\xad\xb0\x30\x14\xe7\x26\x24\x95\x71\xea\xd7\x91\x52\xf2\x71\x1e\x1c\x0a\x2d\xae\x7e\x99\xcc\xf8\x9f\x7e\x99\xe8\xb6\xe7\x58\x10\x3f\x88\xb0\xbc\x31\x11\xc8\xb0\x08\x05\xfe\xb9\x6d\xdc\x2a\xcf\x82\x99\x11\x88\xf3\xb7\xe4\xad\xcb\xd1\x58\x34\x15\xf0\x62\xc4\xdc\xa7\xbe\xdf\x47\x98\xb9\x97\x5f\xf7\x87\xe2\xef\xc5\x60\x70\x21\xfe\x7e\xf5\x95\xff\x44\xfc\xf5\xfd\xe1\x57\x4a\x33\xfe\x34\xc1\xbf\x36\xee\x6b\xc5\x18\x82\xe0\xbe\x4a\xdd\xd8\xba\xaf\x15\x37\xee\x6b\xc5\xe5\x7d\xad\xb4\x79\x5f\x8b\x58\xf7\xb5\x52\x84\xf3\xb0\x3f\xca\x9f\xa5\xa3\xfc\xfc\x1c\x91\x59\x6e\xdf\xd7\xca\xad\xfb\x5a\xcc\xbe\xaf\xc5\x6a\xf7\xb5\x08\x42\x48\x5d\x96\x79\x4f\x57\x61\x06\x17\x96\x57\xf2\xc9\xcb\x2f\xe4\x17\x13\x8b\x95\x7a\x19\x59\xbd\x7a\x11\x8a\x94\xb9\x27\xa3\xee\x85\xe8\xdb\x32\x82\xe7\xa8\xb9\xfd\x05\x37\x70\x82\x1f\x26\xae\xbe\x88\xa4\x1e\x14\x48\xd2\xc6\x23\x40\xac\xd1\xd9\x6f\xfa\xdd\x2e\x44\x2f\x2d\x3b\xd6\x9f\x8f\xed\x1f\x81\xb9\x15\x56\x5e\xec\xa2\xd0\x1d\x2f\xda\x67\x99\x8a\xa9\x41\xbd\x25\x15\x72\xe7\xfe\x5d\x92\x72\xbb\x6b\xc2\x86\x12\x08\xb9\xdc\x45\x6e\xb3\x28\xc2\x0c\x7f\x0f\xe8\xc3\x93\xf6\xe6\xf7\x3e\xa7\xaf\xd3\x88\x24\x62\x46\x23\xf5\xa4\x84\xd5\x8e\xdd\x49\x32\x75\x4d\x9b\xf2\x6d\x0a\x95\x34\xd0\xea\x99\xc0\x07\x6f\xc6\xe1\xc6\x45\x38\xbb\xcb\xb2\x0b\x03\xb1\xce\x6a\x1f\x19\xb8\x47\x76\xea\x3b\xdc\x46\x61\x68\x9c\x49\xe9\xf3\xb7\x89\xcb\x70\xad\xe3\x08\x05\x6d\xf7\xe4\xec\x28\x4b\x76\x4d\x32\x5a\xd4\x29\x5e\xe1\xf5\x2e\xcb\xdb\x58\x0f\xde\x05\x44\x07\xcd\x82\xdd\x6e\x6b\xd8\x7d\xfd\x15\x01\xa7\x7e\x3c\xf6\xbf\x22\xdd\x15\xe5\xdf\xb2\xe5\x8b\x8c\xdc\xba\x0d\xea\x1a\x62\xf0\x26\x31\xe4\x33\x22\x65\x37\xaa\x77\xcc\xec\xd1\xff\x18\xb6\x35\x1c\x2c\x6e\x50\x37\x9a\x1f\xe2\x24\x39\xf4\xc0\x50\x37\x54\x22\x2d\x83\xf3\xda\xf7\xfb\xe2\xcf\xbb\xdf\x57\x3e\x46\x83\x99\x7d\xb5\x2e\x0b\x99\x52\x6e\x71\xc8\x60\x36\xa4\x21\xab\xcc\x84\x91\x52\x80\x67\x61\x98\xe9\x37\x63\x4f\x4a\x8b\xda\x3d\xc0\x8a\xcc\x28\x9b\x45\xfa\x7a\xbf\xe8\x2a\x42\x6a\xce\x8b\x96\xcf\xc2\x30\x6e\xdc\x25\x3c\x5d\x87\x3d\xee\x72\x35\xfc\xe0\x5c\x19\x73\x45\x5a\x14\xe8\x04\x6f\x70\xc6\x47\x66\xc2\x47\x67\x5a\xa1\x58\x08\xd3\x0a\xf9\xce\xc2\x30\xd5\xbd\x52\x08\x34\xc3\x35\x7c\x2c\xf2\xc3\xa9\x72\x9f\x10\xe6\xa1\x22\x27\xa1\x86\x2a\x83\x9e\xbc\x8b\xf9\x07\x85\xb8\x75\xff\xb2\x14\x6a\x64\xaa\x46\x0f\x58\xdd\xfe\x29\xc6\x5b\xf2\xb9\x79\xfe\xc6\xc8\x53\x39\x7d\x3e\xeb\xee\x68\xa3\xe1\x4f\xbe\xd7\x79\xe2\x32\xe3\xbf\x26\xb8\x1a\x15\xa1\x5f\x46\x26\xd0\x0f\x09\x95\x33\xbb\x1a\x20\xa1\x5f\xbb\xa4\x7e\xe2\x3e\xa9\xc4\xd5\xc1\x10\x02\xc3\x68\xad\x6a\xe9\xef\x26\xf8\x60\x5d\xba\x95\xf7\x3f\x4f\xcf\x46\x63\x63\x94\xd3\x87\x62\x7d\x43\xd6\xc6\xda\x12\xd5\xb8\x7e\xab\xd6\x86\xab\xdd\xb7\xad\x5e\x40\x6e\x56\xa8\xd4\x5d\x79\xa5\x31\x6e\xb9\xd2\xf8\xc5\x24\xfc\x75\x82\x7f\x6c\xb7\xc0\xa5\x50\x62\x21\x88\x06\x69\x1a\xdb\xb3\x4a\x86\xfc\x49\x48\xce\x7f\x2c\x6d\x75\x63\xf3\x09\x56\x43\x63\x25\x12\xb4\xfd\xad\x65\x80\x45\xce\xbf\x71\xb3\x91\xe0\xa8\xa5\x37\xc9\xee\xed\xdb\xfd\x2f\xb7\x3b\x7e\xdf\x91\x2b\x81\x8e\xaa\xc4\x29\x50\xe0\x6c\x09\xcf\xe2\x3b\x19\xef\x4f\xd7\x3d\xbd\xdf\xd1\xb1\xcd\x5e\x56\xcd\x4b\xc2\x6e\x04\xbf\x5a\x57\x4a\x7f\xb4\x6a\xec\xc4\x79\x27\x5d\x75\x6e\xc5\x02\x4a\x3d\x21\xf6\xc8\xc1\x76\xbd\xd8\x79\x84\x3b\x6a\xd0\x3b\x0b\xda\x79\xa4\x5a\x7f\xd4\x71\x33\x51\x71\xe7\x83\x0c\x9f\x81\x3c\x67\x5e\x54\x62\x10\x7c\x31\xc1\x07\x69\x36\x73\xac\xe9\x17\x30\x6c\x53\x2f\xc8\xb0\xb5\xc6\x09\xe2\x6a\x71\xab\x03\x89\x7a\x34\xb6\x24\xcb\xdb\xb4\x23\x6a\x96\x84\x89\xe9\xb2\x73\x4f\x05\x5d\x0a\xfc\xe7\xf6\x07\x45\xe0\x7a\x2e\xbd\xb4\x5e\x69\x19\xd0\x4b\xf9\x24\xcb\x5f\xdb\x07\x7f\xad\x1e\xc2\x45\xb5\x99\x5b\x8b\xad\x50\x18\x2b\x7c\x26\xc3\x05\x70\x6f\xb1\x8f\x36\x94\xe7\xf0\x48\x44\xc8\x52\x2b\x57\x46\xce\x14\xc6\x78\xec\xe5\x2e\x1a\x9d\xb9\x59\x18\x7b\xcc\x45\xc8\x5b\xa6\x8c\x8e\xcc\xd6\x46\xa6\xd6\x62\x98\x84\x17\x61\x18\xa6\xb3\xfe\xfc\x78\x1c\xe8\xd4\xd8\x99\x39\x81\xe3\x3a\x38\xb7\x3e\xf6\xe1\xe3\xdc\x09\x1c\xe4\x8c\x98\x5a\xf6\x90\xf3\x74\x36\x98\x9f\x3b\xd8\x39\x4f\x67\xfe\xfc\x3c\x3f\x77\x02\x91\xbc\x98\x9f\x3b\x62\x75\xab\x63\x6e\x46\xe8\x10\x7b\xd4\x8d\x50\xb1\x8a\x19\x49\x92\xfb\x43\xec\xad\x84\xa4\x6e\x8a\xad\xf6\xc8\x12\x33\xe7\xe0\x60\xa7\x13\x49\x89\x23\xb8\x47\xa6\xb0\xd3\xc9\xf7\x5b\xf9\x3b\xdf\x6f\xb1\xd3\x71\x30\x93\xff\x3a\x85\x60\x96\x02\xff\xe5\xf4\xbc\x1b\x95\xdb\xfc\x2d\x63\xf0\xf9\xcc\x61\xd7\xa7\x79\x5b\x91\xad\x36\x3b\x1f\x6c\xeb\xd3\xe7\x28\x70\x05\x8e\xc3\xb3\x81\x8c\x1f\x57\x69\xe6\x59\x38\xa0\x17\x65\xac\xaf\x72\xb2\xe9\x30\x5f\x6a\x52\x39\x01\x0b\xff\x3c\x81\xef\x8d\x5d\x93\x72\x4f\xb1\xa2\x59\x78\x76\x32\xda\x09\x5f\xda\x9f\xda\x2f\xb9\xc3\x7a\x5f\xdf\x75\x4f\x0b\x64\x2b\x81\xbc\x51\xcd\x4c\xef\x1d\x08\xcb\x51\x26\x66\x83\xb9\x1c\x67\xab\xfe\xbf\x0a\x05\x16\x58\x3b\x0b\x02\x18\x7e\xcc\x06\xea\xea\xf9\xbc\x50\x4f\x64\x49\x53\x50\x51\xea\xac\x31\x44\xa3\x45\x46\xc9\x46\x45\x1a\xd3\x92\xf0\x13\xe8\x54\xdd\xe5\x30\xaf\xd1\xe4\x27\x5f\xd0\xa3\x72\xe2\x74\xfe\x7f\xce\x39\x9d\xf5\xe7\xe5\xbe\xd1\x6f\xcc\x41\x81\x1c\x57\x7b\x9b\x64\x6c\xff\x38\xdd\xfc\x7a\xe3\x22\x6f\xcf\xe2\x3b\x57\x54\x8a\x3c\x9e\xbe\xba\x9a\xa8\x88\xb9\xee\xd9\xa0\x2d\x76\x4d\xd6\x3a\xdd\x9a\x84\x95\x14\xc4\x02\xdf\xb6\x70\x32\x3c\xe6\x09\x0d\x58\xc9\xb5\xaa\x4f\x15\xd0\x85\xe0\x1a\x39\x04\x3d\x39\x06\xc1\x6c\xde\x66\xb6\x48\xe6\xd2\x11\x0b\x6e\xd7\x31\xa7\x57\x3b\x12\xd1\xc0\xd9\x65\xd4\x29\x4e\x44\x62\xf8\xef\x70\x9d\x92\x25\xf1\x1f\x61\x1b\x1d\x36\x29\x60\x2d\x91\x8f\x3e\x79\xf6\x94\xc1\x97\xf0\x69\x20\x83\x84\xe6\x70\xec\xf4\x1d\x84\x2a\xa8\xa8\x57\x8f\xfe\x5d\x54\x54\x2d\x7f\x18\x95\x46\x94\xbd\x16\xe9\xd7\xb0\x23\x9c\x9f\x58\xbe\xdf\xed\xd2\x8c\xd3\xa5\x31\x26\xe4\xac\x92\x66\x84\x03\xcf\xf3\x7f\x82\xfe\x88\xab\x91\x33\x1e\xb4\x5e\x2a\xfc\x2d\xf7\x7d\x2b\xa4\xf8\x85\x64\x2c\x66\x37\x81\x23\xe7\xc3\xf7\x94\x47\x6b\xba\xec\x94\x26\x8d\x31\x4a\x9d\x8e\x62\xb8\x1c\xab\x77\x16\x97\x71\xbe\x4b\xc8\x7d\xcc\x6e\x3a\xab\x38\xcb\xb9\xd0\x56\x00\x2b\xad\x1b\x7c\x96\x9e\x44\xb3\x4d\x35\x7c\x0c\xd3\xb7\x29\x8f\xc5\xd4\x91\x88\x5e\xad\xd3\x5b\xd1\xf6\x36\xcd\x68\x87\xaf\x09\xeb\x38\x78\x40\x2f\x84\x0e\xd5\x11\x3f\x04\x29\x05\x44\xba\x5a\x75\xe4\xa4\xd1\xc7\x7c\x5c\xa2\x9c\x66\x9d\x1d\xcd\x64\x0e\x8b\x68\x27\xa3\x24\x4f\x59\xae\xf0\xb6\xf0\x78\x9e\x62\x75\xf2\x24\xcf\x83\xc4\xf2\xc1\xc9\xb7\x8e\x1d\x59\x45\x28\xcf\x9e\x0c\xd4\x6c\x75\xa5\xc2\x55\x8b\x74\x79\x6f\x77\x84\x89\xa9\x2a\x15\xfa\xdf\x4f\x44\x3a\x4b\x89\xda\xa0\x56\xd1\x32\xcd\x06\xb5\xb4\xa7\xd5\xa0\x28\x8b\xbd\x2e\x6f\xda\x56\x2b\x52\xd1\xf6\xc4\xfa\x2a\x6f\xc3\xaf\x3d\xa4\xd8\x2a\x49\x09\xef\x65\x35\x53\x61\xe6\xbc\x4e\xc9\xb2\xc3\x85\x2d\x2a\x18\x04\x3b\xdb\xbc\xf3\xdb\xde\xef\xf7\xfd\xce\x7b\xc0\x32\x50\x66\x8b\xfd\x45\x30\xba\xde\xfd\xef\x38\x38\x13\x5d\x47\xc5\xa8\xf2\x78\x3f\xf5\xe4\xfb\xf5\xa1\x59\xd5\x51\x6f\x2a\x63\xe3\x3b\x8a\xb2\x85\xfb\xd3\xe4\x78\x74\x7f\x9a\x84\x07\x13\xbb\x92\x4e\xc3\x83\x98\x37\xc1\x4f\x13\x05\x8b\xe9\xdd\x2e\x0b\x1c\x07\x4b\x3b\x3b\xb8\x18\xd2\x27\x58\xef\xf4\x9b\x68\x74\x80\xa3\xfc\x6d\xcc\xec\xb3\x01\xde\x92\xbb\xab\x74\x9f\x45\xd4\xea\x87\xd3\xcf\x1d\x61\x80\xbf\xa0\xcb\xfd\x2e\x89\x23\xb9\x6d\x24\xd8\x60\x9f\xd3\x77\x24\xe3\x31\x49\xde\xd3\x7c\x97\xb2\x5c\x1e\x74\xe4\x3c\xcd\xe8\x1b\x61\x1f\xca\xe0\x49\x98\xb2\x9b\x98\xd1\xc0\x71\x0a\xcc\xa7\x9f\x13\x3f\x4c\x33\x42\x66\x56\x46\x65\x1c\x31\xec\x66\x3a\xf2\x17\x44\xaf\xf6\xc8\x22\xcd\xf8\x2b\xf6\xbd\xb4\xeb\xe4\xec\xd5\x2f\x7a\x7a\xf4\x8e\x46\x7b\x4e\xe5\xda\xa5\xf1\xd0\x2f\xe6\xea\x54\x84\x53\x4f\x90\xed\x15\xdb\xed\xf9\xcf\xd2\x88\x66\x61\xf9\x3e\xa4\x8c\xaf\x0c\xf1\xab\x5e\x5a\x15\xba\x1c\x61\xf8\xa2\xc2\x04\xca\x8a\x84\x1e\xe9\x76\x33\x2f\xa7\x5c\x47\x0f\x74\x0f\x72\x5c\xb8\x98\xb5\x72\x09\x86\x0e\x59\x0b\xd6\xf2\x49\x84\x66\xb6\x2b\x9a\x39\xd1\x47\x45\x41\x1d\x40\x4d\x80\x3c\x87\x87\x90\x47\xad\x85\x9a\x51\x2d\x63\x05\xe6\xa2\x02\x67\xd6\xfe\x95\x98\x80\x42\x26\x9e\xf5\xb5\x69\x9a\xca\xb3\xa2\x1b\xca\x5f\x2a\x86\x72\x51\xf9\x3a\xdf\x63\x21\x76\xf2\x90\xf4\xea\xf4\x90\x7c\x28\xbf\x46\x61\xe3\x1b\xf0\xd9\xf1\x68\xde\xd2\x53\x07\xef\xab\x24\x4d\x33\xb7\xbd\x2e\xff\x09\xbd\x44\xd8\x4d\xa6\xf0\x5d\x2b\xa2\x2b\x4e\x77\xe8\x78\xec\x4b\x64\x10\x4e\x24\x4d\x7e\x7a\xff\xfa\x8a\x92\x2c\x5a\xab\x15\xa3\x7b\x90\xb2\x20\xe0\x78\x29\x38\x3a\xa8\x37\x51\x67\x75\x78\x9c\xc0\x45\x78\xa7\xf8\xfd\x3a\x33\x0c\xdf\x52\xb8\x36\x27\xac\xe2\x05\x32\xa6\xbb\x5e\x52\xb8\xb4\x41\x10\x7b\xfa\xa0\xe3\xb1\x7c\x30\xe2\x78\x3c\x11\x01\xda\xbc\xd1\xe7\x91\xdd\x8e\xb2\xa5\x50\x19\xa6\x8a\xd9\xdc\xc1\x8f\x0e\xd7\xd7\x64\xb9\xcc\x68\x9e\x5f\x5f\x87\x4e\x79\xfe\xe9\x31\xb2\xa5\xf8\x91\x53\x3c\x52\x3b\x7f\x75\x4c\x78\xb9\xac\x50\xc2\x28\x48\x43\xe7\x31\xd9\xc5\x8f\x3f\x0c\x1e\x4b\x12\x5e\xcb\xd1\x70\xb0\xdd\xb4\xdc\x0d\xca\xad\x4e\x23\xeb\xb3\x8c\x3c\x46\x4e\x7c\xcc\x39\xdd\x39\x38\x3a\xf1\x75\x4b\xee\xae\x73\x29\x9a\xae\x4b\x9e\x71\x1a\x48\xb7\x08\xb0\x2a\x02\x42\x18\x35\x8b\xa9\xfc\x8a\x81\xa5\x04\x6e\xa3\xcf\x76\x6f\x95\xab\xc4\xa9\xfe\x7c\x5a\x5b\xc6\x82\x2a\xe3\xfa\xeb\xb7\xda\x5f\xb1\x0f\x24\x89\x97\x9d\x1d\x61\x34\xd1\x6f\xb4\x3f\x3a\x6f\x1b\xa4\xf3\x47\xce\x23\x54\xac\xa4\x98\x70\xc0\xf3\xc5\x40\xee\x08\x5f\xbf\xcb\xe8\x2a\xbe\x43\x96\xb3\xcd\xb8\x3c\xf0\x4e\x10\x3e\x44\x24\x5a\xd3\xc0\x61\x69\x4f\x32\x8f\x83\xa3\x8c\x2e\x29\x13\x7c\x9c\x07\x4e\x4e\xb6\xb4\x97\x66\xf1\x4d\xcc\x1c\x9c\xc7\x37\x8c\x24\x41\xec\xa9\x44\x81\x3c\xbe\xa6\xac\x7d\x2d\xe4\xfd\x33\x17\x52\x46\xac\x82\x9a\x40\xf2\xed\xce\x7d\x14\xd1\x3c\x97\xa7\xf6\x52\x0c\xef\x73\x54\xa7\x04\xf5\xa8\xf8\x7b\x3c\x3a\xb1\x26\x89\x99\x7d\x9d\xbf\x5c\x4d\xde\x3a\x46\x81\xc8\x97\xfd\xd4\x2e\x80\xf1\x4a\xd2\x7b\x71\xd2\x13\xa9\xdc\x97\x4a\xe0\xe7\xc8\xd8\xe2\x61\x18\xa6\x63\x1e\x0e\x82\xa4\xdb\x4d\xac\x0d\x63\x97\x87\xe6\x27\x2a\x6c\xc9\x28\x51\x52\xea\x53\x6e\x56\xe9\x96\x6a\x9b\x7a\xf2\x90\x5f\x1d\xb8\x07\x39\x28\x61\x62\x6b\xe0\xa8\xc0\xb7\xca\xf2\x14\x6b\x19\x93\xc4\xd2\x50\x09\x0e\xc6\x02\x0a\x4a\x5d\xd4\x63\x95\xe2\xd8\x36\x84\x02\x5e\x60\x90\xd9\x83\xe2\x01\x9d\x21\x86\x44\x6d\xe2\x54\xc6\xc4\x91\xfa\x43\xd2\x5d\x8d\x89\x90\x11\x5a\x8f\x55\x7a\xee\x48\x98\x8e\xd2\xad\xc2\x90\x54\x32\xb5\xe3\x9c\x8b\x05\x59\x9e\x93\x1b\x5a\xc1\x44\x9d\x4e\x65\x7a\xa3\xf5\x25\x3c\x20\xf2\x7c\x2d\x44\x48\x75\xfb\xcd\x6e\xac\xa2\x93\x03\x5a\xa0\xb2\x12\x55\xf4\x7d\x7b\x79\x50\xba\xca\x08\xd2\x05\x4b\xc5\xd5\xa2\x03\xb5\x4c\x6e\x4e\x57\x59\x60\x2c\xfd\x82\x50\x43\xe0\xeb\xcf\x75\xb4\x1a\xcd\x34\x10\x33\xdc\xd0\xd6\x27\x18\xdf\x87\x3a\x56\x32\x41\x4b\x15\x6f\x9a\x72\xf0\x81\xba\xda\xcc\xbe\x96\x4a\xc5\xec\x39\x39\x54\x72\x1a\x28\xd6\xc2\xd5\xda\xa5\x75\xda\x52\xdd\x95\xb0\x3b\x63\x76\xf3\x00\x62\xc6\x34\x6d\x29\x5d\xd1\xd1\x0f\x54\xd1\xb0\x5c\xcd\x4b\x1b\x5e\xb4\xa6\xa2\xf2\x66\xd5\x35\x0d\xfe\x70\xe5\x75\x13\xf8\xa1\xea\xaf\x40\x33\x9f\xe2\x7b\xab\xe7\x96\x19\x4d\x8f\x47\x19\x86\x14\x2a\x52\x67\x17\xdf\x26\x34\xab\x9c\xed\xb6\x4b\xa8\x66\x41\xb1\xd6\x3d\x55\x0e\xa4\x51\xbd\xa8\x61\x6c\xa1\xbd\x1e\xe4\x6b\x69\xef\x03\x19\xa4\x7d\xa8\xea\xd1\xde\x18\xc0\x29\x0d\x71\xa9\x32\x41\x6c\xe0\x0a\x2e\xd8\x92\xb9\x4a\x3c\xaa\xdc\x9a\x88\xa8\x98\xe1\x05\x76\x9c\xd6\x39\x2d\x70\x94\xa6\x76\xdb\x87\xb0\x66\x55\xaa\x3e\xa3\x07\x19\xf0\x81\x6f\xde\x22\x66\x4b\x77\xca\xdd\x0c\xd5\xeb\xa8\x73\xda\x83\x5f\x5b\xeb\x69\xb0\xd4\xa9\x0f\x0f\x60\xf1\xd2\xf4\xba\x99\x59\x2d\xf5\xc7\x83\xf4\x9a\x25\xbd\x26\x74\xe5\x24\x1f\x32\xb3\x90\x81\x4f\x5a\x1c\x32\x65\xec\xcb\x23\x7d\x6b\xf1\x4f\x42\x26\xad\x1e\x9c\x87\xac\xcd\xdc\xc3\x91\x72\x01\xa8\x0c\x81\x7c\x01\xa5\x39\x59\xf1\x5e\xb6\x28\x3a\x3a\xe2\xa6\xe9\x50\x46\x37\xe7\xaa\xf5\x50\x1d\xeb\x5b\x08\x84\xea\x48\x5c\xe2\x10\x86\x21\x11\xe9\x16\x34\xd4\x9b\xcc\xbc\x81\x49\x18\x86\x91\xce\xaf\x0f\x7e\x18\x26\xe2\x8b\xe6\xc1\x30\xdc\x1f\x8f\x92\x48\xf6\x02\xf6\x8f\x9c\xc0\x9f\x28\x5f\x4e\xda\xd3\x03\x06\xde\xcb\xcd\xd1\x42\x62\xe9\x6e\x67\x33\x5d\x9b\x62\x9f\xa5\xcb\xff\xcd\xb0\xc9\x3b\x2d\x1c\x62\xe9\x5c\xc8\xf5\x3e\xef\x5b\xb2\x95\x81\xb6\x39\x70\x4d\x1a\x72\x2f\x5e\xea\xc7\x52\xd2\xac\xb9\x1d\xd4\x1e\x52\x57\x98\xd5\x27\x36\xdd\xf2\xb4\x7d\xdb\x79\x7b\x22\x3f\xde\xe0\x43\x69\x66\x07\x16\x51\xca\x5c\xdd\x77\xeb\x94\xbf\xb6\xdf\x90\xb2\xba\x55\x64\x1f\x4d\xd7\xbf\x61\x7b\x50\x83\xc6\x30\x83\x10\xb5\xda\xd3\x59\x98\x32\xb1\xb2\xf9\x76\xcf\x53\xc1\x41\x09\xe5\xd4\xc6\xb8\xf9\x55\x17\x00\xcf\x72\xa8\xd6\x2e\x60\x7f\xd5\x05\x5e\xc7\x8c\x9b\x03\x7b\x1b\x54\xe5\xab\x33\xdc\x1f\x62\x31\x64\xf7\x01\xc3\xd6\xe8\xaa\x57\x99\xaa\xfb\x8f\x9f\x3b\x24\x7f\xe3\xf8\x10\xe7\x93\x1d\x65\x15\x92\xab\x85\xc4\xd9\x00\xf3\xc6\xe1\xbf\xa5\x52\xf1\xa9\x3d\xe4\x7a\x55\xff\x2d\x3c\x8d\xde\x7b\x10\x55\xa1\xc4\x0d\xa6\x31\x5b\xa5\x10\x10\xda\x3e\x5e\x91\x8b\xcc\x5e\x2e\x7e\xe4\xf6\x39\x4b\x4b\x63\x9f\xda\x99\xbc\xd6\x1b\x7b\xe6\x7c\x97\xe0\xc3\x6d\x26\x56\xc0\xd9\x95\x40\x26\x0f\x0e\x5b\x92\xdd\xc4\xec\x35\x5d\xf1\xc0\xef\x63\xbd\x5b\x2e\x30\x4e\x62\x46\x7b\x8b\x24\x8d\x36\x4e\x81\xe3\x65\xe0\xec\x73\xda\x5b\xda\xb2\xb2\x27\x4d\xa8\x45\x7a\xd7\x2b\xef\x89\x20\xdc\x36\x3d\x5a\xb4\xae\xf1\xc0\x7e\xae\xcc\xb0\x20\x6e\x2a\x05\xeb\x44\x22\xa7\x9d\xca\xb7\xda\x91\xc8\xbf\xdd\x2f\xbd\x71\xd4\x13\x4b\xd7\xcf\xed\x56\x5d\x69\xb5\x75\xac\x0e\x53\xed\x9a\xfe\xda\x31\x9f\x6b\xbd\xfb\x22\x85\xa3\x39\xab\x57\xce\xa0\xbf\xbb\x73\x4e\xf6\x6c\xa5\x8e\x2f\x12\x1a\xf1\x9e\x56\x59\x76\x77\x2c\x51\x1b\xa9\xed\x48\xf5\x14\x45\xe5\x08\x5c\xed\x90\xd4\xce\xeb\xfe\x5a\x62\xa3\xde\x52\x72\xc8\x9e\xa7\x0e\xfe\x74\xd4\x04\xd1\x4f\x63\x26\x97\x23\xfa\xbb\x51\x49\xb1\xd6\xba\x0f\x8c\x82\x42\x16\x2f\xf2\xab\xf2\xf4\xa3\xf5\xc4\x46\xe9\x25\xc7\xbc\xe1\xe9\xec\xb2\x74\x4b\xf9\x9a\xee\xed\x83\x07\xe7\x5d\x99\x5b\x3b\x7d\xab\x97\xe7\x6b\xc2\xd2\x4a\xd9\xa9\xca\xd1\x47\xdf\x72\xd2\xea\xc5\x2b\xb1\x76\x0c\xc9\x58\x25\x03\x62\x76\x30\xe4\x8e\xc6\x1f\x95\x55\xad\x5a\x54\x2a\xdc\x9e\xf2\x3d\xec\xe9\x09\x72\x8a\x2e\x7a\xf8\x4f\x16\x6f\xb0\x87\xb4\x60\x3b\xdf\xcb\xaf\x41\x8d\x4a\x6f\x13\x7c\xd0\xf3\xe0\x67\x3d\x82\xf6\x8a\x09\x6b\xe3\x20\x20\x38\xce\xdf\xec\x13\x1e\x07\x67\x7d\x7c\x63\x2c\x9e\xd7\xa2\xa9\xf6\xf7\x5d\x19\x11\x8b\x79\x80\xfc\xb9\x61\x18\xd5\x20\xa3\x24\xcd\xe9\x1b\xca\xf6\x13\xa6\x1c\xc7\xd4\x19\x88\x92\x11\x82\xf3\x49\xcc\x68\x16\xb4\x5e\x18\x03\xeb\x8a\xaa\xbb\x61\x8a\xc3\xbf\x4b\x39\x4f\xb7\x42\xa8\xfc\x2e\xfd\xe1\x82\x0b\xac\xe7\xc1\xa0\xdf\xff\x53\x79\x31\xaa\xdf\xef\x3b\xf2\xbe\x58\x1b\xcf\xd6\xad\x7f\xcd\x28\xff\x9e\x7c\xcf\x91\x4b\x09\x3e\x70\xb2\x90\x97\xc0\x5a\x87\x39\x23\xed\x4c\x45\x48\x65\xe4\xd5\xee\xaa\xb0\xae\x3d\xf5\x2a\x35\x91\xd7\xd4\x9c\xc0\x71\xe0\xe9\x87\xe6\x16\x0d\x6d\x6c\x47\xb8\xe6\xd4\x0b\x15\xf6\x04\x51\x87\x65\xb5\xee\x7e\x22\x6a\x6a\xb3\xfb\x3f\x83\x9a\x3c\xcc\xab\xa0\x26\x73\x14\x6a\x67\x4d\xe3\xac\xdb\x3d\xab\xdb\x18\xc6\xa9\x58\x3d\x09\x22\xd6\xbd\x95\x49\xfc\xf7\x09\xb6\x2c\x74\x0b\x0a\xa1\x79\x4d\xb0\xee\x09\x3e\xa8\xbe\x4c\xc9\x22\x50\xbd\x6b\x1f\xc4\xb5\x1a\xe5\x57\x4b\x33\x50\x56\x07\x6a\x23\x57\x3d\xd9\x3e\x71\x4c\xff\xe0\xc9\xac\xac\xb0\xa7\x95\x44\xeb\xe1\x2c\x72\x77\x1b\x7c\x90\xe7\xad\x31\x2c\x10\x2b\x2e\x81\x96\x91\x59\x71\xb4\x54\xbb\x7f\xb1\x5e\x49\xee\x12\x12\xd1\x75\x9a\x2c\x85\x3c\x79\x29\xc4\xab\xd4\xf5\x1d\xb5\x8f\x6f\xa6\x51\x59\x61\xcb\x86\x5e\x9d\xa7\xfe\x02\xde\x8a\x25\xf9\xc5\x6f\x10\xcc\xad\x44\xad\xbb\xec\x96\x3c\xd7\x5c\x67\xfd\x21\x2a\x6f\x37\xf8\x50\xed\xbb\xd9\x6e\xfc\x5c\x02\x96\x1b\x82\xb1\xbd\x0a\x37\x1b\x73\x31\x38\xb9\xb6\xed\x21\xc6\xad\x0b\x74\x43\xe8\xf7\xed\x8a\xf6\xbd\x5a\xf5\xb3\x0a\xdd\x4f\x0e\x48\x59\x5b\xd9\x6c\xb3\xca\x66\xe3\x66\xf3\xb1\x09\x6c\xbe\x00\x68\xcb\x5e\x6a\xb3\x54\x0b\x50\x75\xf8\x7f\x3c\xc1\x29\x2d\xa4\xfc\xa4\x91\xa9\xef\x9d\xd9\xc2\xa4\xfa\x49\xf3\xe2\xbc\x85\x27\x3f\x77\xb9\xb2\x25\x0f\xf8\x47\x18\xc7\x4a\xb6\x29\x05\xa5\x85\x7d\x46\xb7\xe9\x07\xfa\x4e\xac\xbb\x6d\x0f\x12\x98\x03\xef\xe5\xf7\x8e\x04\x70\x94\xb2\xaa\xbc\x2a\x63\xb9\x5f\xb3\x69\xc8\xa7\x38\x9b\x86\xd3\x1f\xbe\x7d\x3b\xb9\xba\xfe\xf1\xa7\x97\xef\x7f\xbd\xfe\xe9\xfd\xeb\x91\x3c\x5a\xcf\xa6\xdd\xae\x73\x38\x74\xd4\x5d\xc8\x9f\xde\xbf\xee\x14\x85\xca\x3f\x1e\xdd\x6c\x1a\x3a\x6b\xce\x77\xc1\xe3\xc7\x89\x20\xe6\x3a\xcd\x79\x30\xe8\x7f\xdd\xf7\xf5\x49\x52\x3c\x6d\x1e\x0e\x38\xd7\xb5\x1b\xe5\x84\x2d\xd3\xad\x8b\xca\xa3\xbf\x8b\x21\xf2\xf2\xfd\x22\xe7\x99\xeb\xe3\xaf\x11\x2a\x70\x3a\x7d\xd0\xab\xb8\x5f\x60\xd2\x0a\xa1\xef\x15\x52\xeb\xba\x02\x2d\x70\x3e\x6d\x71\x91\x39\x38\x5d\x27\x70\xba\x64\xbb\x1b\x39\xd8\x79\x26\xd2\x09\x17\xc9\x6f\x44\xf2\x46\x24\x1f\x39\x8f\x02\xa7\xfb\xaf\x7d\x2a\xf3\x1f\x89\xfc\xff\x75\xf1\xb5\x48\x3f\x96\xe9\x3b\xff\xfb\x91\x53\x18\x1f\x0b\xdd\x19\x8a\xbc\x8c\x4a\x69\xe9\x3e\x9e\x75\x9f\x7d\xe3\x3c\x7a\x3c\x7f\x7c\x83\xdb\xce\xf8\xf8\x8c\xce\xe5\xb5\xc6\x68\xfa\xb1\x70\x1b\xfa\xac\x4d\x1f\xd7\xb9\xb4\xf2\x24\x1e\x3a\x77\x0e\x0e\x96\x0e\xd1\x95\x77\x07\x69\xe3\xdd\x41\xed\xf1\x96\x9d\x3f\x0a\x9d\x47\xe7\x74\x96\xcd\xe5\x01\x28\x5c\xd8\x3e\x0f\x99\xf6\xb9\xc4\x1d\x51\x6d\xe1\x14\x38\x69\x20\x27\xf7\x85\x0d\x6a\x92\xe6\x23\x91\xdb\xaf\x64\xf7\x35\xae\xf2\x55\x54\x7a\xf3\xf2\x6e\xe7\x3a\xff\x70\xdd\x59\xbf\xf7\xf5\xfc\x1c\xdd\xa3\x31\xa4\x6f\xad\xf4\xd2\x4a\xaf\xad\xf4\xd6\x4a\xe7\x76\x7e\x8e\xc6\x5f\x38\x48\x7a\x39\x6d\xe5\x99\x9c\x7a\x5d\xfb\x8c\x55\xd0\x53\x37\xee\xfa\x38\x0e\x1b\xcf\xc4\x03\xa3\xb0\x19\x9d\x9b\xc3\x4f\x79\xa5\xf4\x15\xe3\xae\xcc\x1c\x65\xe7\x61\xfc\x25\x2f\x60\xa8\x63\xd7\xc7\x17\x83\x27\x17\x43\x3a\x44\x38\x76\x2f\xf1\xb0\x7f\xf9\x15\x7d\x22\xd2\x43\xfc\xd5\xf0\x52\x25\xbf\xc2\x17\x43\x95\x1a\xf4\xf1\x90\x5e\xca\x94\x8f\xa5\x77\x45\xec\x0e\x2e\xf1\x00\xe1\xac\xc0\xfb\x36\xee\xa4\x98\x85\x8e\x53\x8f\xf7\xe1\xf4\x73\x47\xf7\xc5\xea\x87\xbc\xa0\x2f\xfa\x1c\x1f\x8f\xfc\x4f\x59\x18\x86\x7d\xe3\xd5\x6e\x79\x83\xf0\xc7\x19\x1a\xa5\x72\x19\xc3\xce\x43\xc7\x5a\xd5\x81\x57\x03\xc2\xbc\x17\xa6\x5f\x66\xa8\xec\x69\xe6\x3a\xf7\x8e\xe9\x2b\x3e\xeb\x23\x9c\xb9\xce\xad\xa3\x3b\x6c\x32\x96\x8e\xea\x35\x3e\x1b\xc8\xdf\x6b\x47\x76\xdd\xfc\xdc\x3a\xa2\xfb\xe6\x57\xae\x9c\xec\xcc\x37\xf1\x53\xfe\x60\x05\x5e\x4d\xc3\xef\xe2\x1b\x41\x77\xe7\x6b\xdf\xbf\xb8\x78\xea\xf7\x2f\x86\x5f\x3d\xb9\x7c\xfa\xf4\xc9\x57\xfd\xa7\x8e\xe5\xe2\xb4\x9e\x5a\xf3\xe8\x75\xea\x22\x19\x64\x80\x5a\x2e\x35\x05\xc0\x2e\x4f\xc1\x3e\x10\x64\xc0\x41\x85\xa0\xe0\xae\x5d\x0e\x09\x2a\xd2\x67\xab\x69\x81\xb7\xad\x83\xf7\xac\x3f\x76\x7a\xd2\xe8\x65\xf2\x47\x6f\xf0\x25\x0d\x28\xce\x64\x80\x04\x6f\xb9\xcf\xa4\xed\xe4\x32\x2c\xba\x8f\x70\x1c\x56\xbc\x76\xec\xb0\x10\x2e\x42\x38\xad\x7e\xb6\xbe\x90\x7a\x41\xb6\xe7\x54\x7e\xc9\xab\x5f\xd6\xe9\x3e\x93\xf9\x51\x35\x9f\xe4\x2f\xc8\xbd\xf8\x60\xc6\x5b\x4c\x84\x68\x5c\x72\x07\x07\xee\x88\xb0\xb3\xac\x86\x15\x59\x57\x83\x8e\x6c\xad\x9f\x29\x76\x72\x07\x05\x7d\x79\xc7\xbb\xad\xb6\x4f\x2e\x4e\x5a\x8b\x9f\x86\x4f\x5b\xe1\x53\xec\x78\x25\x78\xac\xc0\xd9\x37\xfd\x56\x60\x06\xc1\x5e\x2e\x90\x1a\x21\xe9\xc7\x57\xe0\x0f\xd3\xb0\xd5\xc3\x7c\x6a\xdd\x3b\x67\x62\xec\xdf\xd2\x0f\x34\x73\x82\xed\xd4\xe5\x3d\x86\x0a\x7c\x33\x0d\x1f\xff\xe3\xe6\xb7\xe5\xf9\x6f\x9e\x77\x1e\x7a\xe7\x5f\x3c\xc6\xf7\x0f\x4b\xd5\xd9\x7c\x64\x8e\x7d\x94\x66\x14\xaa\x65\x80\xbc\x7c\x97\xc4\xdc\x75\xba\x0e\xb2\xdf\xb2\x6e\x7f\xbd\xd2\xf8\x71\x68\x87\xda\x34\x74\x6e\x1c\x8b\x04\x9e\xa3\x6e\x68\xa8\xc0\x06\xf9\x2f\x31\xb7\x5d\x60\x52\xec\xd0\xbb\x5d\x16\x3a\x08\xa9\x9a\x48\xfd\xc5\xc4\xc6\x6b\x98\x87\x78\x19\xc4\x53\x17\x61\x79\x6e\x51\x36\x85\x60\x47\x81\xeb\x9b\x40\x19\x6a\x43\x9a\xdb\x77\x2e\x4b\x9c\x52\xd4\xed\xde\x4c\x3d\x4e\x73\x31\x48\x63\x7b\xe1\xbf\x98\xba\xdc\xa2\x0f\x41\x08\x05\xb4\x40\x98\x4e\x51\x01\x31\x07\x3a\x54\xbd\xd1\x59\xe0\x45\xdb\x64\xcd\x5d\x6a\xa8\x1a\x3a\x08\xfb\x42\x97\xf0\x59\x7f\x8e\xb3\x90\xcf\x06\x73\x1c\x87\x4b\x1a\xa5\x4b\xfa\xd3\xfb\x57\xe5\x6b\xd4\x59\xa9\xe3\x7f\x3b\x7f\x7c\x83\x9d\x8e\x83\x4a\x07\x35\xed\xf9\x25\xe8\x67\x1e\x63\x57\x0e\x8c\x71\x01\xfe\x51\xf0\x41\x6d\xa9\x49\xdd\x19\x8f\xcd\xb2\x17\x1c\x52\x0b\xe3\xb1\x2e\xad\x5b\x28\x64\xec\x5e\x67\x20\xcb\x69\x28\xb9\x5a\xb9\x8e\xd9\x6e\xcf\x9d\x40\x29\x80\x64\xea\xc6\xc8\xba\x1f\x97\xa2\xb1\x5e\xdc\xa4\x45\x70\xd0\xe5\x28\x5b\x9a\x52\xea\x86\x47\x2a\x96\x47\x26\xcb\x74\x40\x2f\x26\xd6\xa2\x46\x40\x8b\xee\xec\xf6\x48\xa9\x38\xad\x56\xbf\xe9\x8f\x6d\x8f\x0b\x52\x36\xdc\xee\x98\x66\x5a\x6c\x5d\x15\xe9\x92\xe5\x5e\x37\x05\xf8\x86\xb7\x42\x95\x3a\x75\xff\x43\xbb\x5c\xdd\x11\xa1\x5a\x52\xee\x8e\x5d\x6f\xd5\xf6\x98\x35\x06\x96\x97\xc1\x5f\xae\x26\x6f\x75\xf8\x26\xa0\x8e\x76\x62\x2b\x09\x28\x0f\xf7\x63\x73\xc5\xeb\x50\x14\xf8\x4d\xab\xfa\xf0\x36\xf4\x5e\x5a\x34\xe5\xe1\x6e\x8b\x16\xaa\xc6\x14\xd0\x06\x42\x39\xc3\x69\x45\xe4\x71\x2c\xb8\x1b\xbe\xb1\x06\x47\x33\x84\x8a\xc2\xe5\xea\x3e\x87\x60\x56\x79\x76\x2c\xb7\x39\x88\x75\x47\x3c\x87\xa3\xe5\xc8\x3a\x70\x4e\xaa\xc7\xcc\xfb\x13\xa7\xcb\xab\xb6\xd3\xe5\x75\xfb\xe9\xf2\x52\x36\x6a\xed\x4a\xee\xe0\xb8\x19\x6f\xc3\xb3\x33\x32\x75\x23\xd4\xed\x2e\xc5\x1f\x23\x90\x32\x57\xcd\x39\x1c\x4b\xd3\x42\xcc\x32\x9c\x86\x61\x68\x66\xd5\xb8\x1f\x68\x13\x44\x4f\x27\x4c\xc6\x83\x40\x99\x30\xf6\xdc\xc1\xfb\xa9\x9b\x23\x65\x9e\xb4\xbb\x4e\xee\x95\xd9\x63\x31\x21\x5e\x41\x55\x0d\x46\xc3\x6b\xf8\x56\x65\x25\x2c\xd9\x46\x49\xaf\x78\x75\xef\x2e\x55\xa3\xc6\xfb\x71\x87\xf0\xd6\xd2\x50\xf2\x8b\x99\xa9\x78\x8b\xb0\x50\x03\xd6\xc7\xca\xb4\xc5\x5b\x84\x84\x01\x42\xa6\x6e\x82\xc6\x99\x6b\xcf\x55\x9c\x88\x4f\x73\x73\xef\x3d\x9d\x9a\x8b\x56\x5d\x07\x15\xf8\xb6\x8d\x27\x5b\xc2\x06\x79\xde\x63\xb9\xf5\x32\xbe\xe9\x7b\x4a\x55\x3c\xc0\x5e\x54\x60\x7b\xd3\xf7\x38\x59\x84\x03\x91\xd0\x43\x10\xf6\xc5\x0f\x8b\xf8\xe1\x60\xed\xa0\xa2\x54\xa8\x56\xf7\xa7\x25\x37\x97\xe2\xf7\x1f\xbf\x79\xbf\x79\x8f\xb1\xe3\x88\x75\xd4\x5d\x5d\x41\xeb\xa9\xa2\x03\x21\x51\xc6\xb3\x98\xe6\xc2\xf4\xdb\x92\x9d\xcb\x51\x81\xbf\xad\x2c\x58\xcd\xea\xa9\x79\x03\x1e\x73\x2b\x66\x0b\x15\x3a\xa2\x3f\x62\xcf\xe8\x88\x9d\x9f\x23\x3e\x63\x76\xcc\x16\x66\xee\x70\x75\x3e\xad\x66\x56\xad\x39\x0b\xfb\xa3\xec\x19\x1d\x65\xe7\xe7\x88\xcd\x32\xbb\xe6\x6c\x3e\xe2\x66\xd0\xbe\x4b\xd3\x84\x12\x86\x1e\xf4\x6b\xa6\x26\x5a\x8c\x7c\x2c\x5f\x3b\x12\x6e\xa6\xe1\x61\x15\x67\xf2\xbe\x8e\x39\xa5\xdd\x51\x26\x8f\xbc\x1d\x7d\xa0\xe9\xe0\x98\xa9\xed\xce\x00\xfc\x4c\x0b\x3c\x69\x97\x56\x84\xb1\x94\xcb\xc9\xdc\xe6\x3e\xf0\xd1\xdb\x74\xb5\x2b\x57\xcd\xcb\x54\x69\x72\xb5\x23\x2c\xb8\x6c\xbf\x1a\xb3\x7e\x52\xbb\x77\x92\x32\xde\xbb\xa5\xf1\xcd\x9a\xf7\x16\x69\xb2\xb4\xb7\x49\xbe\x2d\x31\x75\x9a\x5b\xfa\x7f\x00\x91\x1a\x63\x3d\x74\x0d\x32\x77\xa9\x30\x2e\xb2\x90\x09\xe3\x22\x0e\xd9\x6c\xd0\x7a\xd9\xef\xc1\x87\xf3\x1b\x17\x9a\xb2\xf6\x48\x03\xe6\x73\x5c\x5e\xd4\x83\x0b\x43\xd3\xf6\x51\xcc\xf6\x89\xba\x2c\x94\xaf\xd3\x5b\x8b\x50\x38\x0e\x73\xd7\xed\xe3\x4c\x48\x69\xe9\xe7\x86\x5c\xb1\x5c\xf3\x65\x94\x42\xd1\x17\x12\xc6\xed\x7d\xf9\xd8\x5e\x6b\x8e\xdc\x57\x1c\x1f\x56\x64\x29\x6f\xbf\x9c\x3e\x20\x20\xee\x59\x8a\x4c\x9c\xa8\xcd\x74\xa6\x43\x78\xcc\xcd\xa9\x7d\xb4\xcf\xf2\x34\x0b\x9c\x5d\x2a\xfd\x23\x4e\x5d\x8a\x7c\x1b\xe3\x43\x1c\xa5\x2c\x48\xc7\xff\x8c\x83\xbf\xc5\x78\x25\xac\x7c\x13\xdd\xa1\x46\xc9\x26\xad\xb9\x3a\xb6\x42\xd8\xe9\xb8\x0e\xb6\x56\x0e\x1e\x49\x68\x56\x4e\x68\xa7\xa3\x4f\x3d\x64\xd0\xc3\xfa\x49\xc2\x55\x0a\x5e\x0b\xa9\x7d\xd2\xbb\x5d\xf4\xfc\x53\xc7\x7f\xbb\x8c\x56\x99\x5c\x36\xd8\x8b\x68\x92\x9c\xba\x90\x25\x24\x70\x3b\x1f\xb5\x31\x99\x23\x7a\x16\x54\xaf\x0f\x3b\xc4\xc1\x87\x75\x46\x57\xc1\xed\xd4\x7d\xf4\xed\xeb\x97\xef\xa7\x57\x07\xd9\xb0\x00\xb6\x6e\x43\x70\xfb\x36\x04\x6e\x90\xab\x4e\x80\x66\xe3\xd2\x36\x7e\xa0\x71\xae\x36\x23\x2b\x75\xcb\x1c\x55\x39\x87\x15\x75\xed\x90\xb6\xde\xd2\xc3\x58\xac\x52\x89\xc4\x7e\xea\x0e\xe8\xc5\x97\x65\xa5\x7a\xe7\xd7\xbc\xd3\xde\xed\xda\x61\xf5\x4c\x2e\xb2\x1d\xdf\x3f\x75\x3a\xd7\xbe\xe9\xb0\x7e\xf2\xb8\xb6\x2e\x58\xa0\x99\xc6\xdd\x69\x58\xc5\x34\x96\x2e\x9f\xe4\xcb\xb5\x4d\x7a\x97\x36\xdb\x31\xec\xe8\x0b\x76\x4a\x61\x28\x02\x5b\x22\xbe\xde\x7f\xeb\xd3\x7f\x84\x08\x56\x7d\xed\x94\xa8\x34\xf8\xff\x00\x39\x0c\x3b\x54\x26\x7d\xbd\xcb\xcf\x53\x7c\x58\xa4\xd9\x92\x66\x74\x59\xbb\xf6\xd9\xae\x03\xd7\x94\xb4\xdf\xd8\xfe\xd8\xa5\xe4\x75\x85\x7a\xf2\x74\xbe\xe1\x16\x51\x03\x92\x52\xfc\x23\x30\x2a\xf4\x69\xe7\x2a\x66\xd1\xc7\x40\xe5\x39\xbf\xd3\x72\x42\xd2\xbc\xb6\x0a\x54\xfb\xa4\xa8\x0a\x1f\x31\x1d\x3e\xe5\xba\xb6\x56\x10\x1f\x68\xc6\xe3\x88\x24\xdf\x26\xf1\x0d\x0b\x9c\x6d\xbc\x5c\x26\x95\xbb\xf3\x75\x0b\xf1\xd4\x7c\xfb\x6c\x7d\xbe\x48\xe1\xbe\xf2\x2e\x8b\xb7\xea\xb6\xb2\xc5\x6f\x59\x6f\x60\xf3\x44\x26\xd6\x69\x38\x2e\x95\xf6\x03\x97\xcb\x1f\xb2\x82\xb6\xbd\x7e\xfb\x69\x70\x89\xcf\x66\x3a\xd3\x41\xd2\xe6\xe7\x4e\x87\xd3\x3b\xde\xdb\xef\x76\x34\x93\x6b\x57\x1b\xc7\xdd\x5d\xef\xc2\xaa\x4c\x17\x6a\xb3\x9f\x2a\xe8\x51\x4f\xa9\xc1\x6f\xf9\x47\xc0\xb4\x97\xbb\x90\x34\xac\x22\xbf\x27\x53\x7c\xb0\xc5\x41\xc5\xd4\xb4\x2d\x9b\x39\x9c\xd0\x95\x3b\xc4\x57\x53\x31\x5a\x6a\x27\xcc\x58\xdf\x71\x38\x9b\xe3\x34\xec\x63\x12\xf2\x51\xfa\xcc\x38\xf7\x8c\xd2\xf3\x73\x35\xac\x79\x78\x2d\x8a\x91\x59\x3a\x17\x25\x8d\x86\x9b\xcd\x11\x1a\x99\x98\x95\xdd\xae\x2b\x8d\x75\x2f\xce\x95\xd1\x9e\xa3\x71\x1c\xc6\xb0\xb3\x89\x82\x58\x9d\xb2\xe4\x08\xb6\xa0\xfa\xf2\xcc\x5f\x07\x23\x92\x11\x29\x07\x76\x8e\x30\xa3\x82\xb8\xdc\xb1\xbe\xb6\x70\x07\x9f\x24\x41\x1b\x16\xf6\x11\x86\x9c\xac\xdb\x75\xb3\x70\x36\x2f\x83\x4d\xc6\x21\x17\xeb\xf6\x51\xfa\x8c\x56\xfa\x56\x9e\x28\xc5\x96\x97\x53\x7c\x3c\x3a\xa9\x64\x7c\x79\xa9\xf6\x7e\x47\xd3\x55\x27\xae\x9f\xeb\x54\x3b\x1b\x23\xf3\x5d\x12\x38\xc6\x29\xce\xd4\xd9\x1f\x09\xe9\x2c\x95\x21\x79\x4c\x68\x84\xb2\x52\x52\x8e\x81\x8c\x17\x17\x85\x7d\x9c\x84\xb6\x22\x89\xd1\x28\x7a\x66\xee\x8b\x8d\x22\x33\x20\xfb\x30\x99\x45\xb2\x52\xa2\x76\x00\xf7\x7a\x3b\x72\xa5\x46\x2a\x9e\xed\xe7\x38\x3d\x1f\x58\x63\xb5\xb7\x06\x6b\xd5\x18\xac\x15\x1a\xe7\x61\x6e\x80\x57\x28\xc8\xd5\x60\xad\x10\xc4\xde\xe9\xe4\x05\x9c\x0b\x09\x2a\xcd\xc8\xbc\x42\x93\x4c\x07\xfa\x41\x38\x96\x1f\xcd\x7e\xce\x8e\xf0\x75\x90\x19\xaf\xb8\x42\x1e\x20\xfc\x3e\x0d\x99\xfb\xd5\xc5\xc5\x57\xd6\xd9\xc5\x73\xfb\x3c\xa2\x3c\xa7\x14\x74\x78\x47\xf8\xba\x64\x83\x97\x53\x4b\xe0\xe0\x2c\x3c\xa8\x7b\x84\x24\x09\xa8\x67\x92\x58\xf9\x87\xd3\x65\x40\x3d\x93\xc4\x79\x94\x66\x54\x4c\x54\xf1\xf7\x9c\xab\xbf\x3a\x92\x2a\xf5\xe4\x5f\x38\xe1\xd1\xe7\x66\x74\xa9\x9c\xf1\x65\x72\x0c\xc7\x69\x74\x59\x5a\x79\x3a\x03\x05\xb4\x0d\x2e\xe0\x65\x45\x2e\x0b\x4b\x70\x39\xa9\x33\xf3\x33\x64\x08\x67\x65\x17\xdf\x4e\x1b\x41\x71\xb1\x3a\xa8\x6b\x2c\xad\x46\xd9\xb3\x18\x76\xa0\x0d\x7f\x88\x25\x48\x26\x96\x20\xa9\x90\xc2\x79\x98\xce\x06\x82\xbb\xc8\xc8\x3a\xd6\x8b\xe6\x63\xf1\x4f\xf8\x72\xea\x8a\xbf\x38\x47\x81\xfc\x9d\x17\x25\x1e\xaf\x1b\x78\x1c\x8a\xff\x30\x22\x74\x16\xcd\x05\x69\x34\x2a\x54\xa1\x02\x22\x82\x95\xc8\xbc\xb0\xc7\x3d\x3c\x48\xca\x05\xce\x6a\xff\xfb\xef\xf7\x0e\xde\xc9\xd8\xdf\x2c\xa0\x58\xf3\x4b\x30\x9b\xc3\x60\x56\x79\x9d\xa3\x31\x33\x5c\x15\x42\xaa\x3c\xf0\x08\xca\xaf\x33\x3e\xc7\x4c\x72\xec\xbb\xea\x8e\x88\xc1\x89\x0a\x9e\x55\x51\xea\x52\xb6\x0a\xe5\x0e\xf7\x15\x65\x79\x2c\x37\x09\xa0\x93\x70\x70\x6d\x5f\xbf\x36\xce\x94\xd4\xab\x94\x92\x61\x2f\x2b\x39\x58\x07\x55\x34\xbb\xaa\x9f\x5a\x6d\xb5\x98\xac\xb7\x9a\x85\x55\x2c\xb5\xab\x34\xe3\x9f\x5c\x69\x59\x44\x56\x58\xfe\xc4\x34\x8f\xc8\x8e\xfe\x30\x7d\xf3\xfa\x93\x2b\x2b\x8b\xc8\xca\xca\x9f\x78\x15\xb3\xe5\xb7\x49\x52\xef\xf2\x47\xea\xab\x96\x92\x75\x56\xb3\xf0\x2e\x53\x21\x2b\x4e\xd7\xb1\xcb\x28\xde\xa5\x39\xff\x18\x58\x9a\x73\x25\x3b\xe8\xf2\xaf\xf4\x3e\xff\x08\xb8\x05\x09\x02\x55\x46\x5c\xe5\xa9\x50\x06\x7a\xff\xaa\xb2\x4f\x57\xc6\xc4\x35\xbd\x66\x56\xdd\xcc\xd4\xcd\xec\xba\x05\x6b\xdb\x48\x01\x6b\xda\xb9\x23\x5b\x8e\x67\xd5\xa3\xb5\x38\xcc\xca\x93\x31\x39\xe3\xb2\x59\x7f\x2e\x8f\xc4\xa4\x6e\x36\x22\x5f\x56\xac\x90\xfe\x25\xe6\x6b\x75\x13\x28\x95\x48\x83\xda\x25\xe1\x21\xdd\xd1\x8c\x70\x61\xe6\xa5\x99\x83\x13\xba\xe2\x41\x8a\xa5\x77\x4f\x90\x16\x38\x0f\x09\x8e\xc2\xc1\x28\x7a\x16\x97\xba\x2d\x31\xcd\x46\xaa\xd9\xe8\x7c\xf0\x2c\x36\x6a\xaf\xad\xc2\x44\x57\x98\x14\xa3\xdc\x93\xc9\x70\x8f\xf3\x70\x5f\xd0\x24\xa7\x1d\x93\x95\x14\x0f\x61\x4e\x24\xe6\x05\x6e\x0e\x09\xc0\x34\xc6\x06\x9c\x4a\xc2\x06\xbb\x9f\x18\x28\x6b\xee\x8c\xed\x5f\xd6\x30\x59\xf3\x29\xfe\xe4\x7a\x6b\x13\x7d\x5c\xcf\xa9\xb0\x41\x45\x00\xa4\x9f\xdc\x46\x6d\x6a\x8d\xeb\x39\x56\x1b\xb5\x29\x47\xc2\xd9\x41\x07\x9c\x0e\x28\x5e\xd2\x1d\x5f\x07\xfd\x42\x68\x83\xd9\x7c\x44\x60\xa5\xa8\x63\x0e\x46\x21\xf1\xf2\x75\xbc\xe2\x2a\x46\xca\x59\x84\x54\x54\x03\xc5\x1a\x91\x09\x5d\x5d\xe1\xe1\x44\x8d\x31\x8a\x57\xee\xf3\xa9\x9b\x20\xc3\x2d\x0a\x60\x74\x96\x76\xbb\xb0\x22\x1d\x74\xbb\xf9\xcc\xfc\xea\x0d\xe6\x9e\x44\x28\x0c\xc3\x48\xa5\x2c\x1f\xa9\xc8\xdb\x11\x1d\x61\x7b\x1f\x1e\xd4\xad\xf8\xa0\x5a\x58\x65\x62\x05\x17\x98\x02\x05\xc2\xda\x7e\x32\xa5\x9a\xb7\xe6\x12\xcc\xf1\x1e\x33\xa4\x09\xa2\x5b\x2f\x90\xe4\x5a\x6d\xcb\xe5\xde\x2e\xdd\xb9\x08\xaf\x4d\x4a\x52\x64\x75\x3c\x9e\xad\x35\x55\xc4\x2c\x10\x04\x18\xbb\x6f\xa7\xee\xca\xa0\xb3\x36\xe1\xe7\xea\x68\x00\x44\xad\x51\xb0\xf7\x0c\xe0\xeb\xd6\xda\xda\x50\xed\x10\x6f\xcf\xd4\x80\xc1\x28\x0b\x83\x75\x05\x54\x49\x3c\x33\x69\xab\x15\x9c\x0f\x0a\x6c\x15\x91\x43\xf8\x99\x65\x00\xa8\x36\x00\x0d\x4c\xcd\x5c\x5d\x1a\xbb\x45\xc5\xdc\x73\xf3\x59\x7f\x0e\xdd\xdb\x85\xfd\xd1\xee\xd9\xd2\x18\x31\xbb\xf3\x73\xb4\x9c\xed\xe6\x60\x40\x2a\x57\x5a\xf5\xcb\x95\x5f\xc0\xdc\x94\xbf\xb4\x2d\x27\x06\x35\x3e\x1e\x5d\x3b\x4f\xb3\x22\x9c\xfe\x8a\x35\xca\x32\x5c\x7a\x79\x9a\xf1\xd3\xa7\xfd\xc2\x3e\xed\x69\x7b\x55\x46\x1b\x5f\xca\x5b\xdb\x15\x29\x25\x1b\x38\xa1\x37\xfe\xfb\xf2\x23\x56\x34\x91\xfb\xcb\x8c\xa8\x29\xaf\x71\x18\x55\x9d\x0f\xe3\x6e\xd7\x8d\x81\x60\x21\xc7\x71\x3b\x5d\xc5\x07\x8b\x90\xd9\xf1\xe8\xc6\x75\x2a\x22\x1c\x57\x89\xa0\xca\xfe\x31\xed\xb9\xcb\xa8\xe8\xb1\x30\x0c\xca\x6e\x0a\x23\x20\xfe\x68\xc9\x34\x97\x82\x5c\x5a\x0b\x56\xd9\x34\xaf\x8a\xa7\xcc\xc8\x94\xda\x42\xb3\x7c\xaf\xca\x7a\x16\xc1\x3a\x32\xaf\x1d\x83\x52\xe9\xda\x74\x10\x6a\xb3\x8f\xa3\x90\x8f\xf2\x67\x91\xe1\xd5\xbc\xd4\x9e\xd1\x2c\x9f\x8f\x2c\x8a\xc6\xec\xe6\x17\x92\x6c\xdc\x04\xa7\x98\x08\x25\xa7\x1b\x4d\xdb\x48\xa8\x81\x6b\x94\xac\x6e\x16\x70\xbd\x57\x40\xe5\x5d\x54\x6b\xc3\xa0\x37\x18\xa1\x83\xa5\xb5\xe2\x19\x99\xa5\xf3\xf9\x58\xff\x0d\xe2\x19\x9b\x11\x88\x7a\x9b\x5a\xae\xae\x68\x2e\x96\xab\xe7\x85\x5a\x09\x1f\xc4\x58\x18\xda\x67\x16\xc1\x32\x43\xfb\x4c\x8d\x5a\xd6\x32\x6a\x72\x30\x3e\x56\x58\x0e\x5c\xd6\x36\x70\xb6\x15\xfb\x91\x5a\x2c\xe3\x75\x6c\xff\xb2\x6a\x2c\x33\x0b\xb1\xea\x31\x1b\x01\x7a\x77\x21\x2c\x77\x17\x84\xb1\x73\x10\xeb\xe6\x68\xae\x35\x9d\xdb\xc7\xbf\x4f\xbd\xfc\x57\xe4\xea\xad\x20\x4c\xd5\x34\xfb\x40\x92\x1c\xe7\x68\x14\xcf\x92\x79\x18\x9b\x88\xa7\x73\x2c\x68\x0b\x81\x98\x64\x5e\x85\xc0\x61\x82\x97\x34\xa1\x9c\x76\xca\x32\x4a\x80\x5b\x4b\x7a\xb9\x14\x8b\x42\x51\x95\x55\x14\x61\xf1\xc5\xc2\x48\xfc\xac\xa1\x53\x65\xa6\xf6\x00\x69\x2d\xbc\x74\x28\x04\x33\x8d\xd2\x67\xbc\xb1\xe9\x44\x42\xae\xe9\xc5\x90\x24\x9a\xd4\x74\x4c\x4b\x78\xb5\x79\x63\xe2\x48\xa6\x73\x14\xa5\x8c\xc7\x6c\x4f\x55\x9f\xa4\xaf\x6b\xcb\xd7\x91\xe2\xb0\x56\xa1\x45\x70\x56\xd9\xce\xca\x95\xcd\x1c\xa6\x38\x2f\xe5\x16\xc1\xf1\x2c\x9d\x87\x39\x4c\xa3\x9a\x24\xaa\x54\x7a\x42\x20\x5d\x4f\x5d\xd8\xd6\xc0\xbc\x74\x59\xd3\x8e\xed\x11\xcd\x73\x31\x09\x63\x76\x23\x20\xdc\x0c\xd3\x86\x6d\xda\x04\x3b\xd1\x96\xd9\xae\xaa\x79\x4e\x9f\xd8\xc6\xa2\x08\x95\x63\xd3\xc7\x69\x48\x47\xf1\x33\x70\x70\x8b\xcb\xa1\x49\x67\xb1\x30\xe0\xb4\x98\x89\xf6\x59\x1e\x7f\x50\x4a\xc1\x25\x26\x64\xb4\x14\x0f\x4a\x15\x58\x54\x55\x28\x9d\x85\xd9\xf8\xe5\xd4\xcd\x71\x86\x82\x5c\x1b\x12\x59\x6b\x75\x25\xf7\x97\xd5\x19\x25\x5a\x97\x60\x76\xc1\x16\xb6\xd3\x31\xed\x8c\x63\xb6\xde\x8e\x2b\x67\x21\x45\x5a\x9d\x49\x75\x73\x15\xb3\x9b\x84\x1a\xf7\x75\x5d\xc7\xc8\x70\xd7\x49\xba\x69\xd9\x78\x62\x1f\x55\x6e\xa1\x46\xad\x1d\xcd\x4d\x13\x9a\x58\x91\x50\x98\x9a\x58\xb1\x20\x56\x84\x63\x14\x44\x9a\x58\xa6\x39\xf5\x08\x92\xbd\x65\x48\xd1\x28\x79\xb6\x37\x6d\x27\xa6\xed\x55\xb8\x9f\x25\x73\xc3\x0a\xc2\x26\x38\xd9\xd9\x95\xc6\x04\x29\x23\xf3\x04\xa7\x37\xca\x9d\xa4\x78\xc3\x0c\x39\x21\x50\xab\xdb\x20\xe3\x5a\x86\x25\x56\x2b\xf9\xe0\x5f\xa8\x30\x02\x2f\x43\x12\x81\x97\x5e\xa7\x7d\x6e\x08\x15\xcf\xc1\x4c\x39\x1e\xdd\x2c\xcc\x3c\x9e\xbe\x4e\x6f\x69\xf6\x9c\xe4\xd4\x95\x5b\x99\xd5\x1c\x84\x33\xe9\x02\xe7\x0a\x41\x24\xb7\x9c\x30\xc5\x31\x1a\x1f\xd4\xe6\xe2\xe0\x71\x1f\x9b\x9d\xbf\x99\xda\xfa\xe4\x7a\xeb\x93\x62\x90\x97\xc1\xec\xb0\xca\xd2\x6d\xd0\xc7\x3c\x0d\x28\x68\xcf\x62\x5e\xcc\x0b\xb9\x8f\xa0\x3c\xe5\x18\xbd\x21\xea\x9e\xe0\x7f\xa3\x1b\x67\x0f\x75\xc3\x46\x43\xed\xb0\x69\xcf\x49\xa5\x04\x5e\xfe\x88\x2a\x25\x0f\x35\x7b\xf1\xac\x8f\xab\x63\x17\x17\x15\x7b\x50\x06\x47\x93\x1b\xfe\xba\xc1\x54\x6f\xc6\x7e\x02\xed\xd2\x52\xef\x8c\xad\x74\x30\x13\xd4\x2b\x0a\x4c\x0b\x17\xe1\x7f\x9d\x70\x79\xfa\xd7\xd4\xcc\x95\x9c\xf2\x77\x86\x97\x27\xab\xe3\xf1\x70\x7d\x2d\x79\xfb\xfa\x5a\xd4\x14\xb3\x9c\x13\x16\x09\xa9\x20\x67\x78\xb7\x5b\xad\x8e\x7a\x00\x1e\xf2\xe2\x78\x3c\xf1\x96\x59\x27\x66\x1d\x8e\xb8\xb7\x26\xf9\xe4\x96\xbd\xcb\xc4\x7a\x85\xdf\xbb\x0c\x75\xbb\x2e\x9d\xb1\x79\xc8\x67\x6c\x8e\x0a\xfc\x2f\xb5\xb5\x59\x48\xf5\xf4\xbe\xe5\xb6\x90\xc8\xd4\x88\x93\x3c\x8f\x6f\x98\xdd\x64\xd9\x20\xc7\x2c\x1c\xe0\xac\xe1\x4d\x35\x62\xcf\x32\xe9\x94\x05\xd2\x5d\x62\x56\x71\xcf\x42\xba\xfe\x72\x86\x57\xb1\xd6\xd1\x51\x71\xac\x90\x8f\x05\xf2\xf1\x1c\x86\x95\x16\xf8\xfd\x54\x3b\x56\xc9\xe8\x2b\x50\xb7\xee\xd6\x77\xd3\xd0\x79\x17\xdf\xd1\xc4\xc1\xbf\x88\x24\xcd\x22\xca\xb8\x83\xff\x39\x0d\x0f\x7b\x16\xf3\xe0\x97\xa9\x1e\x6d\xef\x2b\xeb\xc0\xea\x95\x75\x2c\xe0\xb0\xfd\x76\x41\x33\x5b\x64\x8f\x6b\x65\x07\xfd\xfe\x97\xb4\x08\x5a\x84\xfb\xd8\x5c\x85\x79\xfc\x0f\xf7\xb7\xe5\x97\xee\x6f\xde\x6f\xcb\x73\x34\x46\xbb\xbb\x2f\x1e\x23\x5d\xcd\x77\xa6\x9a\xca\xe3\x69\x45\x70\xa2\xe8\x9f\xca\x92\xbf\x9c\x28\xe9\x46\x29\xcb\xd3\x44\xc5\xc4\x70\x1f\xe5\x51\x96\x26\xc9\x74\x9d\xd1\x7c\x9d\x26\x4b\xf3\x3c\x6a\x9c\x77\x74\x24\x42\xaf\xf3\xb3\x0c\x48\xa8\x3e\xe4\x41\xc7\x19\xf8\x32\x32\x41\xc7\x79\xd2\xff\x93\xe3\x79\xde\x23\x84\xff\x39\x45\xb5\x8a\x9d\x7a\xc5\xe5\x2b\x19\x8a\x12\x9d\x34\xeb\x68\xea\xc9\xf2\xd2\xd4\xfe\x5b\xd5\xe7\x09\x68\xce\x5d\x2b\x4c\x7d\x19\x14\x97\x23\x15\x3e\xa8\x7c\xce\x2f\x21\x39\xbf\x52\x2d\xa7\xbb\xb0\x8f\x99\x3c\xdc\x4c\xd9\x34\x8b\x6f\x6e\xe4\xd2\xee\x6c\x80\xb5\x2b\xfd\xaf\xf2\xbb\x5e\xbb\xab\x1f\xcb\x8c\xdc\xdc\x08\xcd\x21\xa1\xb6\xe4\xee\xdd\x3e\x49\x5e\xa4\xb7\xec\x45\xac\xa6\x9f\x84\xba\xa1\xba\x0d\xb2\x48\xe8\x54\x86\x00\x6b\x8b\xb5\x67\x9e\xaf\xaa\x81\x76\xac\xa9\x2c\x0c\xf1\x97\x09\x15\x5c\x39\x3e\x05\xdf\xc2\x3a\xa7\x40\xc7\xcb\x34\x92\x2c\x2e\xa3\x00\xaa\x7a\xbf\xbb\x7f\xb5\x74\x4f\x15\x40\xb0\xa4\x38\x05\xd1\xed\x56\x87\xf5\xd7\x74\xdf\x21\x19\xed\xf0\x4c\x86\x03\xe7\x69\x67\x47\xf2\xbc\xd3\xe8\xe4\x62\xcf\x3b\xb1\xe4\x23\xd1\x80\xd7\x99\xae\xe3\xbc\xb3\x8d\x6f\xd6\xbc\x7c\x45\x72\x2d\xc3\x88\x76\x16\x34\x22\xfb\x9c\x76\xf8\x9a\x76\xa8\x42\xba\xb3\x25\xf7\x1d\x96\xf2\xce\x9a\x7c\xa0\x9d\x05\xa5\xac\x43\x96\x4b\xba\x14\xed\xbd\x98\xbc\xe9\xdc\x53\xee\x95\xf5\x5c\x51\xda\x59\x73\xbe\xcb\x83\xc7\x8f\x6f\x62\xbe\xde\x2f\xbc\x28\xdd\x3e\x26\x6c\x43\x29\xdf\x92\x98\xc5\x8f\x33\x4a\x22\xde\x8b\xd9\x2a\x66\x31\xa7\x3d\x85\x6e\x0f\xc2\x4b\x3d\x8e\xf3\x7c\x4f\xf3\xc7\x4f\xbe\x96\xd1\xc2\x65\xa0\xf1\x98\xad\x52\x68\xc4\x41\xf2\x81\x44\x54\x60\xe6\xa5\xec\x4a\xb0\x4f\x85\x53\x6b\x9c\x77\x3c\xba\x36\x33\xf5\x31\xb5\x47\x5d\x3e\xd3\xf3\xf2\x83\x1a\x74\xcd\x8a\xc2\x9a\xbc\xa1\xbf\x06\x15\xc0\x69\xba\x8f\xd6\x12\xb0\xdb\x75\x2d\x50\x2e\xf2\xa9\xdc\x2a\x92\xa5\x90\xcd\xc7\x06\x0e\x33\xef\x3a\x66\x2b\x85\x93\x2c\x5f\xfe\xf4\xa4\xbf\x85\x77\x1b\x27\x89\x0e\xa9\xe6\xf0\x8c\xb0\x5c\x4c\x72\x07\xb7\x40\xca\xaf\xb1\x0c\xee\x55\x42\x76\xfa\x9e\x9f\x77\xa2\xfd\x22\x8e\x7a\x0b\xfa\x7b\x4c\x33\xb7\x8f\xfb\xb8\xef\x5d\x0c\xf0\x00\x49\x4f\x5f\x41\xad\x37\xe9\x07\x5a\x23\x96\x21\x8d\x10\xdc\x27\x29\x03\x3d\xfa\x14\xda\x58\xc0\x0f\x51\xe7\x99\xa1\x8e\x1c\x21\x93\xdb\x33\xb9\xdf\x84\x6f\xa5\x48\x82\x09\xb3\xd3\xf3\x7f\x9a\xbe\xa7\x2b\x21\xca\x40\xa0\xa1\x6e\x97\x59\x21\x05\x05\x60\x13\xe8\x3b\xc1\x77\x6b\xe9\x5a\x54\xd8\x68\x94\x0d\x0e\xbc\x27\x5f\xb6\x4a\x9a\xe3\xf1\xe3\xe3\x97\x7e\xa0\xd9\x2a\x49\x6f\x43\xe7\x43\x9c\xc7\x32\x88\xc1\xa9\xb1\x13\xe3\xa5\x87\x2e\x21\x9c\x5e\x2c\xdd\xfe\xee\x0e\x77\x9c\xf3\x36\x32\xa0\x73\x47\x7c\xec\xef\xee\xc4\x28\xea\x61\x7c\xc9\x96\xb6\x94\xfb\x54\x21\xaa\xae\x6b\x3f\x4c\x1e\xd9\x3b\x73\x83\x5a\x82\x7c\xaf\x1b\x92\x57\x61\xdb\x3e\xb8\x82\x9c\x9f\x4e\xfe\x81\x8c\xfe\xfc\xd1\xe7\x09\x3f\x87\xe4\x2a\x62\xcf\xc3\xf4\x66\x29\x6b\x1f\x13\x7b\xe6\xed\x59\x4e\xb9\x23\x3d\x64\x94\x74\x91\x80\xaf\xe3\x9c\x53\x46\xab\x57\x4a\x1c\xf3\xa3\x45\x19\x98\x82\xdd\x6e\x4e\x65\x38\xde\x74\xcf\x2b\x9d\xab\xe9\xa5\x12\xbe\x9e\x23\xec\x04\x84\xfb\x26\xe8\xb0\xf9\xbc\x96\xce\xda\x92\x2f\x4b\x71\xff\x36\x5d\x0a\x43\x46\x05\xc2\x0c\x40\xff\x98\x84\x56\x42\x5a\xad\x4c\xd3\xdd\xf8\x14\x48\x59\x76\x91\x2e\xef\x47\x0d\xc5\x7d\x3c\xba\xc0\x24\x31\xfb\x40\xb3\x9c\x8e\x99\x17\xe7\xba\xf8\xb7\x7c\x9a\xee\x5c\x8e\xab\x7a\xac\x9c\xad\x41\x05\x56\xc5\x9f\x79\x00\x1c\x95\x54\x59\x93\xfc\x4d\x9a\x51\xc9\x0e\x0d\x63\xa2\x5f\xe1\xc2\x7c\x9d\xde\xbe\x4e\xc9\x52\x3e\x21\x21\x27\xbc\xaa\x82\xd1\x3b\x5e\x56\x28\x7e\x89\x05\x4f\xdd\x5a\xb1\xa8\x24\x39\x41\x87\x12\xb5\x2b\x1d\xe0\x8f\x32\x3a\xde\x65\xf4\xc3\x0b\xc2\xc9\x6b\x69\x68\x07\x5c\x46\x60\x50\x3f\x44\xad\x7c\x9d\xa5\x9c\x27\x74\x39\x39\xcd\x68\x95\xd5\x32\x4e\xc5\x44\x26\x61\xbf\x34\x81\x73\x17\x1d\xe2\x6e\x37\x4a\x28\xc9\x0c\xa7\xc5\xd6\x4d\xde\xc8\x35\x47\x67\xd2\x4c\x4b\xac\x67\x06\x7a\x04\xef\x4b\x2b\xbf\xac\x72\xe5\xa2\x03\xb1\xe0\x84\xe5\x26\x4d\xf7\x08\xef\xad\x9a\xd7\x6e\xb9\xa1\x5b\xa4\x62\x69\xd9\xed\x9e\xc5\xdd\xee\xca\x45\x38\x77\xab\x3e\x57\xc9\x37\x74\xbc\x72\x51\x70\xd6\x57\x2f\x15\xb8\x71\x68\xcd\x8c\x6c\xbc\x0e\x56\x16\xfc\x98\xf6\x92\x40\xbe\x2a\xab\x4d\xfb\x85\xba\xb9\x61\x79\x47\x71\xb5\x5b\x84\x59\xc8\xb1\x79\xa5\x17\xe1\xc8\x53\xcf\x8d\xda\xc2\x51\xa0\x92\x86\x67\xfd\x02\x47\x85\x3b\x78\xd2\x6f\x99\xd7\x48\x85\x1d\x65\xc8\xb2\x28\x20\x55\xf9\x26\xf5\xa7\x49\x54\xbe\x08\x91\xac\xff\x96\xf9\x45\xcb\xda\xdc\x32\xa5\x21\x64\xa6\xb0\xeb\x78\xb6\x8f\x78\x9a\x85\xb4\xd0\x0b\x3e\x7b\x43\x25\x34\x8f\x82\x8d\xf5\x42\x4c\x3d\x56\xec\x4a\xab\xd1\x02\xb3\x56\x68\x98\xd1\xdb\x0e\x43\x85\xcb\x31\x45\xd8\x5e\xba\x35\x22\x79\xda\xe4\x8a\x57\xae\xb3\x67\x4b\xba\x8a\x19\x5d\x5a\xa2\xcd\x8a\xac\x51\x32\x71\x23\x78\xfa\xa3\x2d\x61\x4b\xc2\xd3\xec\xbe\x23\x60\x3b\x4e\x09\xeb\x74\xa4\xd5\x99\xe7\x31\xbb\x11\x36\x28\x55\x10\xc2\x2a\xa5\x54\xd8\x93\xb7\x6b\xca\x3a\x3a\x30\x91\x32\xfb\xf4\xdb\xfa\x5e\x47\xc6\x9e\xeb\xbc\x7f\xf9\xed\x8b\x37\x2f\xbd\xad\x5c\x00\x75\xf6\x39\xb9\xa1\x8f\xe4\xa9\xa7\xc4\xad\x26\x08\xd5\xfe\x55\xcb\xf2\xc0\xd5\xcf\x66\xd2\xc4\x8e\x7e\xa3\x04\xea\x58\xd5\x04\x1a\x22\x68\xab\xf9\x78\xbc\x8d\xd9\x32\xbd\x35\xd5\xe8\x88\x49\x34\xf1\xc8\x72\x29\xad\x20\xc3\x57\x66\xe5\xe5\x28\xd0\x93\xd3\x1d\xe1\xe6\xe2\xd5\xc2\x4d\xd8\xc9\x31\x49\x54\x99\x5f\xa1\x39\x48\x9c\x58\xc5\x94\x78\x29\x2c\x7e\x90\x5d\xfc\xe6\xe3\x15\x83\xec\x73\xfb\xf8\x24\x34\xb2\x3f\x35\x4c\x33\x0b\x49\xf7\x34\x75\xa4\x75\xa8\xdf\x70\x90\x50\x7a\xca\xc1\x08\x9d\x2a\xb3\x4d\x3f\x50\x28\x22\xa6\xe2\x47\x4b\xc8\xa7\x20\x74\x81\x97\x6c\xf9\x10\xfc\x56\x18\xbe\xcb\xf4\x96\x7d\x3a\x52\xb2\xc8\x67\x21\x25\x4b\xec\x77\x2d\x38\xb5\xad\x74\x15\x1b\x1a\x2a\x6b\xe2\xc2\x6f\x4f\x3e\x04\xf5\x7c\x1d\x27\xcb\x07\x3e\x89\xb9\xf0\x5d\xba\x97\x97\xd6\x9e\x27\x31\x65\xfc\x3d\x8d\xb8\x8b\xc0\x96\xd0\x83\xbd\x4a\xb3\x88\xaa\xc8\xca\x2e\xc2\xa5\x95\x73\xd6\xc6\x9a\x35\x4b\x10\x35\x05\xc2\x9b\x9a\x40\xa8\x95\x70\x40\x24\x94\x6b\xc8\x4e\x47\x10\xa0\x23\xf0\xef\x4c\xd3\x8e\x66\x29\x10\xa2\x24\x89\xf9\x7d\x47\x58\x6d\x72\x59\x7a\x9b\x66\x1b\xbb\x2c\xc9\x3b\xf4\x6e\x27\x5f\x79\x7d\x40\x70\xfc\xf6\xe8\x11\x2a\xda\xa5\xa2\xf5\x52\x70\xd8\x88\x6d\x6c\x33\xb4\x8a\x30\xf4\x07\x67\xfc\xc3\xb3\xe7\xe1\x36\x3e\x3e\x6f\x4e\x17\x7b\x80\x4b\x4f\x17\x3a\x39\x7b\x5a\x8b\x7c\x74\x02\x9d\x2e\xf5\xb9\xd8\xb5\x4d\x23\x74\x6a\x60\x21\x62\x78\xc5\x8e\x6f\x55\x6c\xd2\xb9\xb8\xfc\x69\x06\xa4\x65\x03\x4b\xc5\xc1\x6a\x35\x3b\x07\x85\x42\xe5\x86\xf2\x17\x34\x8b\x3f\xd0\xa5\x04\xfa\x3e\x4b\xb7\xef\x44\x7b\xed\xbb\xd0\xb4\x8a\x86\xe8\x89\x6d\x44\x8e\xdf\x4f\xdd\xf7\x53\x19\x81\x0f\xe1\x43\xcd\xc0\xb4\xcb\x16\x48\x85\xd4\xaf\xd0\xa2\x6a\xa3\xd7\x43\x73\x80\xef\x81\x7c\x89\xc4\xfb\xca\xbc\x0f\x4a\xc3\x30\xac\x2c\x09\x8e\xc7\x4a\x56\x6d\xf9\x30\x56\xfa\x51\xa8\x11\x4a\x99\x47\x3e\x90\x58\x2b\x9f\x80\x7a\x91\x14\x3d\xea\x27\xce\xc2\x57\x53\xb7\x3c\xe4\xcc\xbc\x3d\x8b\x79\x18\x86\xdf\x4d\xc7\xb4\xb4\xc0\x9f\x99\x97\x66\xcf\x59\x8f\x56\x94\xd9\xf9\x20\x68\x83\x7b\x3c\xe8\xf7\x5b\x60\x4f\x92\x42\x2d\x41\xfe\x0f\xa1\xc6\x39\xfb\x26\xac\xf6\xac\xa7\xbb\x1d\xd4\xa0\x2c\x6a\x7c\x59\x2d\x51\xa5\x44\xdd\x41\xa6\x16\x27\x5d\x70\x9b\xd2\x11\x41\xc3\x60\x3a\x1e\xf5\xda\xdb\xac\xc5\x4d\xf4\xdc\x5f\xe8\x62\x13\xf3\x89\xce\x55\xc2\x4f\xde\x96\x96\xf2\xc4\xa9\x44\x78\x97\xcb\x70\x54\x8d\xd1\xbf\x26\xf9\x73\x7d\xdd\xe5\x78\x3c\x3b\xb3\x5e\xb3\xf7\xcc\x35\x18\xf3\x50\x7c\x25\xb3\xd3\x3c\x9c\x69\x81\x32\x11\x6a\x8d\x8b\xd2\xc3\x56\x4c\xc5\x42\x3c\xd4\x7a\x2a\x23\x73\xc0\x88\x29\xb3\x5c\x8f\xbc\xb9\x2b\xa7\x2e\x54\xc5\xf6\xfd\xa0\x93\xbb\x9f\xd7\xd7\xe9\x9e\xd3\x4c\x14\x2c\xf0\x89\xfa\x3e\xa5\x9e\x8e\x73\x5e\xa1\x99\x29\x22\x63\x9f\xc9\xe7\xd3\xcb\x58\x18\x96\xe8\x29\x4d\xdf\x90\x17\xfa\xaa\x30\x2f\x3e\xa2\xac\x1e\xec\xf6\x61\x97\xaa\xcd\xca\xc0\xc9\x68\xa2\x8e\x2c\x8b\x07\x10\x30\xf5\x87\xbc\x38\x49\x80\x46\xcd\x64\x21\xe3\x4c\x50\xed\xf4\xdb\xd7\x4e\xbf\x7d\xcc\xd3\x5d\xd0\x1b\x7c\x79\xca\xb0\x2a\x2a\x71\x4c\x1f\x5e\xcf\x8f\x2b\x66\x4f\x42\x49\x4e\x01\xf8\xb9\x5a\xa8\x04\x0f\xd1\x49\xc3\xa0\x8a\xea\x37\x0c\x59\x09\xce\x5a\xea\x90\x6e\xf7\xac\xca\xe6\xb0\x01\x62\xe5\x25\x12\x14\x9f\xa8\xe0\xd3\x0a\x9f\x7d\x04\x8c\xb2\xe5\x1b\xf5\xcc\x92\x54\x69\xb5\xf8\x88\xdf\x4f\xc3\xbf\x4d\xf1\x0f\x27\x42\x1d\x24\xc9\x2b\x4e\xb7\xb9\xbc\x28\x2f\xfb\xdb\x76\x3d\x9e\x83\xeb\xd7\x93\x3e\x6a\xde\x94\xc7\x51\xb3\xc8\x93\xbe\x84\x4b\xc2\x48\xc0\xed\xc3\x48\xc0\xad\xda\xaa\xd6\xde\xbd\xba\xc0\x3a\x5c\x89\x02\xcb\x70\x25\x0a\xec\x42\x36\x32\x05\x5e\xae\x56\x34\xe2\xa8\xb2\x53\x47\xea\xa8\x2d\x2b\x15\x16\x08\xcf\xf8\xbc\xf1\x24\x32\x72\xbf\x9f\xe2\x03\xa3\x77\x3c\xa8\xae\xad\x8d\xbf\x8c\x7c\xd2\x5b\x4b\xa1\xa5\x7c\x54\x19\x5c\x7b\x69\x98\x9c\x3f\xe9\x8f\xf6\x2e\x45\xd8\x6e\x9d\xca\x50\x14\x7a\x74\x82\x35\x56\x43\x57\xbd\xd2\x78\x59\xbd\x1c\xad\x16\xd3\x9e\xe7\x39\x05\xc2\xa5\x69\x10\x18\x2c\xb0\x96\xeb\xe6\xf7\x37\xfe\x93\xb1\xf3\xf4\xc9\x87\xb5\x0c\xc4\xd6\x1a\x19\x17\x1f\x62\x31\x9a\xea\xe1\xe3\x02\xff\xdc\x32\xe8\x72\xa4\xed\x60\xa5\xf2\x05\x55\x2b\x1a\x6e\xcb\x9d\xcf\x57\xc9\x89\x3b\xa9\xbf\x26\xf8\x40\x96\xcb\x94\x4d\x65\xd0\xa7\x5d\x46\x77\xd2\x1a\x6d\x43\xee\x87\xa4\xfd\xaa\x27\x04\x31\xf8\x29\x6e\x5e\xc1\xfc\x6b\x8a\x0f\x42\x92\x7f\x9f\x46\x7b\xe9\x9c\x00\xf1\xad\xed\x8e\x55\xf6\xd7\xd4\xde\x0c\xcd\xf2\x38\x97\xdb\x09\xe1\x89\x5d\x5e\xa6\x76\x6f\x2f\xfa\x7d\x54\x54\xa2\x01\x67\x3a\xae\xc4\x4f\x53\x19\xc8\xe4\xdd\x54\x1a\x8e\xc6\xe1\xff\xac\x5f\xb9\x3b\xa2\x22\x0d\x38\x58\xdf\x75\x77\xf0\x0c\x52\x8f\xbd\x2f\x1f\xcf\xe7\x05\xc2\xbf\x4e\xc3\xd9\xcc\x31\x01\x48\x1c\x0c\x11\x48\xe6\x78\xe6\xe8\x48\x25\x0e\x86\x50\x25\x22\x57\xc5\x33\x71\xb0\x09\x68\x32\x9f\x97\x3b\x80\x5f\x4c\x5b\x83\x26\x99\x73\x5f\xee\x49\x1e\x68\x32\x7d\x7b\xf4\x0a\x56\xbb\x11\x6c\x05\x5f\xb2\xca\x4e\xa7\xf8\x50\x8b\xa3\x11\x50\x9c\xed\xb5\x06\x92\x91\x11\xce\x99\x0e\xcb\x21\x4f\xa8\x7f\x6c\x17\x38\x37\x59\xba\x97\x6f\xba\x94\x16\xdc\x78\x36\x0f\xb8\x7c\x0b\x5d\xc6\xaa\x7e\x2e\x9f\xfd\x4f\x9b\xa2\x82\x49\x01\xa1\x2f\xa4\x45\xea\x42\x5a\x72\x0a\x6c\x1f\x26\x02\x6c\x15\x26\x02\x6c\xdd\x04\x33\x21\x63\xce\xfa\x10\x2c\x46\x0e\xad\x8e\x12\x23\xb7\xa5\x7d\x84\x97\xe1\x5a\xd4\xb3\x0b\xd7\xa2\x9e\xed\xc9\xd0\x21\x1f\xc2\xad\x80\xbb\x09\xb7\x95\x6b\xd3\x27\x25\x97\x79\x70\x76\x36\xc7\x2c\x64\xa9\x4b\xd0\x88\x67\xf7\xd2\x1d\x84\x79\xb9\x8b\x46\x67\x2e\x0d\x99\xc7\x5c\x84\xbc\x65\xca\xe8\x08\x7c\x86\xb4\x57\x5d\x1c\x1e\x56\x71\x42\x83\xcc\x13\x7f\xb0\x8c\x77\x91\xa9\xc0\x15\xc6\xb3\x26\xc8\xc0\xc9\x46\x0e\x55\x1e\x64\x32\x2a\x8a\xb9\x44\xd3\x1a\x62\x67\x09\x97\xa8\xc5\x60\x8e\x62\x5d\xa2\x8c\x0a\xc0\xd5\x7d\x83\x18\x15\x85\x7a\x34\x30\x45\x07\xe6\x51\x37\x45\xc5\x2a\x66\x24\x49\xee\x0f\xcc\x93\xf1\x2a\x5d\x2e\x25\x30\xc1\xcb\x79\x35\x62\xc6\x27\xc4\x51\x91\xc1\x88\xed\xf8\x20\xf1\x0d\xeb\x49\xc6\xee\x45\x54\xc6\x44\x69\x0f\x3c\xb0\xad\x96\x5b\xf6\x56\x09\xbd\x73\x70\x72\x13\x38\x97\x0e\xde\x2e\x03\xe7\x89\x55\xf2\xd7\xe9\x89\x80\x0b\xb8\x7e\x1f\x3e\x6d\xbd\x0f\xaf\x1e\x03\xd1\x8f\xbb\x05\xcb\x59\x36\x97\xef\x4d\x94\x21\x9e\xb0\xd3\x53\x4f\xb6\x64\x8e\xf5\xaa\x87\xcb\xc3\x0c\x5b\xcc\xb0\x73\x21\x08\xe0\x52\x46\xff\xbf\x51\x51\xdc\xf1\xd9\x52\xe8\x2f\x79\x6d\xbe\x35\x90\x42\x79\xf9\xbd\x12\x7a\x45\xde\x7d\x8f\xc8\x2e\xe6\x24\x89\x7f\xa7\xb5\xfb\xf8\x1d\xd7\xc1\xf2\x6e\xa7\x0a\xe6\x52\xe0\xac\x79\x33\x5f\x90\x51\xd0\xec\x89\xa2\xd9\x65\xbb\x48\xff\x79\x8a\x0f\xb6\x2a\x09\x1a\x11\x20\xe5\x52\xdd\x7e\xfc\xcd\xd0\x37\xab\xe5\x7b\x3c\x8b\xb7\xd2\xdf\x4d\xde\x68\x67\xf2\x01\x68\x33\x23\x52\x3d\x23\x78\x98\x36\x66\x04\x09\x75\x0d\x38\x0f\x7f\x9a\x1a\xce\xce\x30\x51\x8c\x8b\x46\x36\xef\xea\x8b\xec\x6a\xe6\x10\x6b\xe6\x90\xda\xcc\x21\xf5\x99\xd3\x88\xf0\x60\x99\xc5\xc6\xc5\x58\x4b\x3f\x35\x2b\x12\x74\x48\x3d\xea\x26\xe5\xac\x48\xe5\xac\x88\xc4\xcc\x91\x8e\xa0\x91\xcb\x6a\x9a\xc7\x51\xef\x5b\x74\x16\xf7\x1d\x81\x4e\x27\xcd\x3a\x89\x89\x7f\xd1\x1c\x9f\x06\x9b\x77\xc4\x3f\xbd\x2c\xbd\xed\x65\x54\x9e\xfb\xa9\xc1\xbb\x68\x1f\x3c\x9b\x73\x3f\xa8\x67\x52\xd6\xe9\x6d\xcf\x8a\x48\x00\xac\xdb\xae\x75\x8d\x48\x57\xc3\x68\x96\x59\x37\x2e\xbc\x76\x68\xbf\x75\x50\x89\x44\xa4\xde\x56\xd7\x0b\x85\x55\xca\xb8\x7a\x46\xa5\xef\x7d\x9d\xd1\xad\x83\x93\x98\x51\xbd\x08\x1f\x78\x5f\x9f\x78\xd9\x05\xdb\x2f\x1b\xb1\xf4\x36\x23\x3b\x3b\xfe\x85\x73\xb5\x4e\x6f\x3b\xa4\x11\x1f\x4b\xe8\xe3\xfd\x7f\x2a\x5a\xc7\x9f\xa7\xf8\xa0\xd8\x43\x85\x9b\xca\xad\x89\x46\x15\x77\x39\x9d\x6f\x3a\x0e\x56\x0f\x84\xd4\x9e\xd1\xff\x61\x8a\x0f\xc6\xfe\xae\x56\x10\x7c\x31\x75\x3f\xa0\x32\x20\x84\x9c\xa5\x7f\x3e\x1d\xe6\xca\x32\xdf\xc5\x72\x25\x0b\x5b\x63\xa8\x9e\x7c\x6b\x44\x4b\x1b\x25\xf6\x31\x85\x68\x54\xe7\xb5\x98\x30\x52\x48\x18\xbd\x59\xaa\xcd\x7e\xd1\xb0\xb0\x5b\x43\xd1\x48\xd5\xdf\x8b\xd9\x2a\xed\xa8\x48\x32\x9d\x2c\xdd\xb3\x25\x5d\xf6\xf2\x2d\xbc\x57\x55\x19\xfb\x41\x51\x89\x5c\xf3\x70\xf5\x0b\xb2\xbc\xa1\x79\xdb\xc3\x33\x64\xea\x0a\x4d\xa8\x34\x3b\xaa\x44\xe4\xb0\xa2\x99\x18\xa3\xcc\xe2\x21\x30\xd9\xe4\x33\xa6\xba\xbf\xf5\xc8\x38\x56\x15\x10\x6c\xce\x8a\xc2\xa4\x4b\x09\xa1\x0b\x55\x98\x30\x5a\x42\x77\x67\x0f\x57\xd9\x78\x76\xcc\xd8\x86\xaa\x42\x95\xd6\xf5\x99\x90\x21\x3f\x4e\x3d\x3d\x67\xde\xca\xc0\x56\xf2\x1d\x33\x1d\x68\xfb\xaf\xd3\x90\xa7\xee\x8f\x53\x84\xff\xd2\xce\x4f\xd6\x2b\x75\x2c\xdc\x70\x2b\x82\xae\x65\xb1\x39\x4e\xc0\x31\xbc\x85\x2d\x59\x70\x2c\x8f\x38\x25\xbf\x38\xd2\xd7\x5a\x5e\xe2\x50\xb1\x2f\x65\x08\xce\x2c\x4b\x55\x0c\xce\x38\x7f\xad\x5f\x9f\x23\xe1\x01\x0c\x2e\x8b\x9f\xb0\x61\x31\x6b\xef\x46\xac\x8f\xba\x5d\xf5\x57\x1b\x91\xb5\x9f\x1f\x09\x1c\xa8\x0d\x9f\x07\x60\x48\x19\x3e\xe6\xbc\x50\xcf\xa0\xdb\x2b\x91\x29\x86\x69\xa3\xda\x55\xef\xf4\x94\x36\x6b\x40\xf4\xab\xa4\x31\x86\x2e\x8a\x95\x18\x2a\xf0\xdf\x65\xd4\x8c\xbe\xff\x35\xc2\xf4\x4a\x9a\x75\x7f\x9f\x22\xcc\xaf\x5a\x47\xe0\x9e\x6c\x93\xa6\xa1\xd1\x8c\x99\x16\xa5\x6c\x15\xdf\xf4\x04\xb8\xfd\x2c\x9d\xe0\x00\x7e\x55\xe5\x80\xe7\x12\x54\x71\x00\xbb\x12\x1c\xc0\xaf\x10\xce\xda\xdb\x57\x23\xc5\xcc\x83\xd9\x9f\x18\x2e\x0f\x47\xa1\x74\x42\x6a\xc3\xfe\xd3\x4c\x3e\x67\xed\x57\x03\x98\x29\xac\x75\xd4\xb2\xdf\xee\x48\xbf\x12\x51\x8d\x5e\xb9\x08\x1f\x84\xa9\x13\x44\x42\x41\xa5\xbb\xfb\xda\xcb\x4a\x44\xac\x05\xad\xd5\x1f\xc1\x83\x27\x72\xb5\x77\xf2\x35\x0b\xf3\x6a\x85\x7c\xc3\x62\x19\xe7\x64\x91\xd0\x65\x70\x16\x95\x25\xd2\xb1\xf3\x3c\xdd\xc5\x74\xe9\x04\x22\x71\xdf\xe1\x69\x27\x4a\xe2\xdd\x22\x25\xd9\xd2\x31\x1a\xc6\xaa\x97\x5d\x61\xfd\xfc\x2e\xb7\xd8\xe2\x2c\xc2\x82\x50\x41\xa4\xd7\x9a\x71\xfb\x50\x9c\x9e\x8c\xd6\xf4\x53\x4f\xa5\x3f\x56\xec\x70\x7a\xee\x35\x59\x2a\x03\xd4\x62\xf5\x70\x79\xa6\x9f\xab\x29\x70\x7a\x15\x32\xf7\xe9\xe5\x57\x7d\x84\x89\x62\xd8\xf4\x0a\xe1\xfc\x4a\xae\x88\x7f\x9f\x7a\xd1\xda\x95\x77\xfd\x9c\x67\x2a\xac\xe0\x37\x8e\xba\xbe\xe7\x3c\x7b\x0c\x19\x95\x45\xb3\xb0\x60\xdb\xfb\x28\x99\xac\xb2\x1e\x3c\x14\x72\x3d\xd8\x60\x3b\xc7\xf9\xb4\xbd\xa7\x83\x34\xe9\x9c\xef\x13\x72\xe3\x60\x92\xec\xd6\x44\x2c\xed\x56\x69\xb4\xcf\x8d\x87\x61\xcb\xd6\x54\x2d\x2c\x0a\x43\xea\x8a\x6f\xab\x02\x85\x4c\xeb\xae\x4c\xee\xb2\x76\xec\xb2\xb6\xd6\xe8\x38\x09\xf6\x66\x48\xf8\xb8\x37\x08\x06\xe8\x4b\x97\x8e\xd3\x80\x20\x4f\xbe\x45\x42\x9f\xa7\xdb\x1d\xc9\xa8\xbb\x42\x45\xe1\xaa\xde\xc8\x1b\xf3\xd2\x52\x3d\x4b\x3c\xd9\x33\xf4\x47\x42\xc6\x39\xbd\xf2\xb5\x41\x06\x41\x68\x9d\xe3\xd1\x0a\xbf\x2b\xe5\xdf\x3a\x5c\x19\x11\x9c\xda\x81\xe1\xd6\x61\x7e\x05\xd1\x76\xf1\xaa\x05\x87\x52\xee\xea\xab\xc2\xf2\x16\xf4\x67\x3e\x0f\x55\x15\x08\xce\xf3\x74\xbb\x25\x6c\xd9\x7b\x1d\x33\xda\x11\xf4\xa8\xc7\x85\x7b\x75\x62\x8b\xa9\xb1\x8b\x74\xc2\xe8\x5e\x25\xe4\x06\x2c\x6f\xb5\x2c\xf1\xbc\x6a\x78\xb3\xfb\xde\x85\x79\x27\x30\xfd\x24\xb3\x98\xb8\x66\xe5\x53\x54\x8d\xf8\x07\x83\xea\xe5\x3c\x8b\x77\x2a\x73\x9d\x7e\x90\x6e\x72\x9f\x1d\x68\xaf\x19\x4d\x4e\x4f\x09\x1d\xe0\x6e\x7e\x6a\xd4\xaa\x01\xe9\x96\xb5\xb7\x72\xef\x7a\x97\x1d\xc7\x7a\x62\xa3\xfa\x3c\xe3\x93\xfe\x9f\x9c\xe2\x81\xc8\xa7\x7b\x3d\x3b\xa9\x35\x1f\xf5\x1c\x55\x9c\x7d\x26\x03\xb1\x18\xf6\x2e\xd0\x89\xd0\xa7\x66\x11\x51\x0d\x3d\x67\x07\x1c\xa5\xb5\x47\x02\xcd\x36\xa3\xcb\xc3\xb2\x25\x73\x85\x4d\x37\x87\x2d\x29\xf4\x6b\x1c\xf0\xf1\x17\x71\xf0\x63\xac\x2c\x71\xaa\xdd\x3c\x75\xe8\xd9\x87\xe3\x02\xae\x1f\x98\x95\x26\x3a\xbf\x98\x6e\x6d\xe1\xf9\xc5\xa2\x20\xbd\xa5\xcb\x29\xb9\xc9\x83\x99\x89\xdb\x0a\x31\x91\x3e\x2b\x5c\x60\xe5\x7d\x26\x72\x23\x77\x50\xda\x97\x83\x86\xa0\xca\xe0\x4c\xf7\x79\x72\x7f\x45\xf9\x2b\xc6\xfe\xff\xdc\xbd\x0d\x73\xdb\x36\xd2\x38\xfe\x55\x24\x3c\xf7\xa8\xe4\x19\x52\xec\xa4\xbd\xbb\x1f\x5d\x54\xe3\xc8\x49\x93\x6b\xdc\xa4\x91\xd3\xb4\xa7\x6a\x58\x5a\x82\x24\xd6\x14\xa8\x92\x90\x5f\x24\xf1\xbb\xff\x07\x8b\x17\x02\x24\x25\x3b\x69\xef\x9e\x9b\x7f\xa7\x13\x8b\x20\x08\x2c\x80\xc5\xbe\x61\xb1\x4b\x33\xb8\x1a\xbd\x0d\xc3\x05\x5f\x26\x41\x34\xf4\x7c\x8f\xe1\xb8\x8a\xce\xfb\x7a\x04\xdc\xff\x13\xba\xcc\x74\x97\x3a\x72\xa5\x91\x77\x71\x02\x12\xcd\x64\xe8\x9f\x4e\x2a\x72\x8f\x24\x12\xb0\x6e\xeb\x4f\xe5\xb0\x7b\xc5\x5d\xc5\x6f\x67\xd0\xf6\x23\x45\xdd\x3a\xf3\x4d\x86\x2a\x05\x98\x64\xba\xcd\xa2\x63\x81\x67\xc3\x86\x50\xe5\x9f\x2a\x58\xd5\x43\xff\x8e\x68\x8f\xc7\x5c\xe8\xa7\x01\xaa\x08\x2c\x10\xa9\xb6\x16\x41\x54\x87\xae\x95\xa9\xaa\x7d\x3b\x7a\xa2\x10\xc1\x2a\x4d\x5c\x09\xb4\x54\xab\xb3\x80\xd5\x69\xd8\x0a\xb4\x9c\x35\xe6\x0c\x52\x5d\x0b\xa5\xea\x42\x68\x7a\xad\xaf\x51\x1a\x1d\x4d\xe5\x23\xc8\x4c\x3a\x0a\xad\x27\xc9\x17\x6b\x76\xcd\xd2\x5b\x93\x78\xc1\xe8\x65\x45\x01\x0e\x89\x52\x7a\x57\xf6\x54\x6e\xeb\x10\x9f\x21\xb8\xd6\xd9\xd4\x7b\xa1\x69\x48\x95\xf1\x51\x76\x86\x2a\x17\xf8\xb3\x03\xaa\xda\xa1\xbe\x9f\x35\x6f\x44\x13\x9c\x18\xfd\x0f\x3a\x92\xc6\x8a\x3d\xc1\xc9\xc5\x50\xe3\x69\x50\xad\xa3\x32\xa0\x3e\x14\x42\xf3\x90\xb8\x7f\x73\xe9\xc9\x6c\x75\x65\x32\x46\xd1\xd2\xec\xba\xc7\xd2\x5b\xdf\xf3\x7d\x8c\x5a\xd1\x3c\x45\x0d\x51\x59\xf7\x47\x11\x75\xba\x58\xca\x48\xc8\xf6\x3d\xbf\x1e\x35\x9d\x09\x2d\xa1\x8c\x2a\x5e\x09\xf1\x5c\x23\xf0\x4d\x51\x5b\x1f\x15\xb3\xbd\x61\x6d\x1c\xcc\xa9\xc5\xa6\x9d\x3e\x22\xd4\xad\x5b\x07\x9c\xfb\x1e\xa8\xf3\x26\xca\x79\xab\x9c\xe9\x87\x5a\x2c\xf3\x63\x8a\x69\x92\xb1\x71\xb1\x56\xaa\x1f\x85\xe5\x55\x14\xa5\xca\xb6\xd4\x3f\x28\x6d\x88\x0e\xaa\x61\xc1\xed\x19\x9c\x0d\xf1\x16\x08\x99\x0a\x21\x8e\x30\x28\x84\x0a\x3d\x21\x0e\xf7\xa1\x48\xdf\xd4\x8a\xf4\xed\xce\x80\xd5\xb0\x4c\xc1\xa1\xda\x85\x30\xdd\xb2\x61\xaa\x63\x76\x63\xda\x1c\xb0\xfb\xd3\xa3\xdf\x43\xcc\x6e\x04\x11\xd9\x4d\xe0\x6e\xea\x04\xee\x3e\x1c\x79\xfc\x81\xd6\xf7\xc7\xe3\xde\x1b\x1f\xf8\x3f\x12\x8f\xfb\x8f\x8c\xe9\x81\xf0\xda\xf4\xbf\x21\xbc\x76\xd0\x80\xe3\x0f\x60\x73\x46\x27\x69\x36\x6d\x40\x67\x4d\x69\x3f\x17\x59\xab\xdc\x7e\x2f\xf1\x2c\x8d\x90\xcc\xa3\xbd\x05\x8d\x12\xbe\x70\xf8\xbe\x2c\xea\xf1\xf4\xc3\x6a\xa5\xa3\x13\x3c\x18\x42\x19\x08\xbc\xa0\x4f\x7d\xab\xd6\x4f\x7c\xbf\xbd\xd3\xfa\x44\x3b\x4d\x56\x69\xf3\xf4\x73\xf9\xc8\x01\x48\x1f\xc7\x2b\x2c\x03\xbd\x6d\xab\xb7\xe2\x25\x08\x2d\x7a\xfa\x07\x8c\x3b\x40\x61\x3f\x5f\xca\x5c\x0c\xf1\x56\x7f\x15\x64\xfb\x84\xcc\x55\x33\x80\xe6\x40\x81\x11\x31\x78\x21\x01\x65\x2a\x9f\xc6\x45\x9a\xd1\xa6\x0d\xb2\x78\xe6\xac\x05\x77\x56\x6a\x19\xe1\xad\x54\x71\xef\xf2\x32\x2b\x2c\xd3\x1a\xe4\x2a\x9a\xca\x9c\x2d\xc7\xbd\x67\x74\xd9\xd2\xff\x3e\xfd\x4a\x3f\x20\x6c\x9f\x15\x3d\xfb\xfb\x57\xa2\x48\xe6\x49\x7f\x43\x67\x3c\x40\x27\xa2\xa0\x12\x1a\xfd\x2a\xca\x69\x12\x33\x08\x8e\x5e\x0d\x5b\x5e\x2a\xc6\x62\x4c\x62\xdf\xf6\x51\x22\xe4\xcb\x00\x2d\xd3\x8c\x22\xad\x60\x2c\x9b\x84\xf0\x3d\x49\x78\x3e\x93\xba\x1c\x48\xee\xf0\xa9\x31\xd7\x4b\x3c\x62\xf8\x0b\x82\xbe\x28\x6d\x3a\xf8\x0b\xf4\x05\x38\x06\x49\x05\x0a\xdf\x34\xaf\x7b\xa3\xff\x88\x12\x54\x4b\x13\x85\x2d\xb2\x1a\x1b\x85\x65\xb7\xf8\xf7\xe6\x05\x38\x8f\xf3\x89\xe8\x94\x4e\x5b\x8f\x4a\x11\xa0\x6e\xdb\x9b\xba\x8f\x8a\xed\x5f\x15\x6c\xea\x9e\x31\x8f\x92\xbd\x0d\x4d\x19\x7a\x7c\xc4\xc6\x42\x45\x55\xb0\x4b\x70\x20\xfd\x82\x78\x11\xe7\xe7\x59\xba\x5a\xd1\x69\x7f\x5f\xdc\x7f\xb1\x01\x3e\xca\xe3\x31\x04\x82\xa5\x7d\xe4\xa9\x3e\x46\x36\xc3\xd9\x0b\x44\xa2\xbb\x76\xf4\xe9\x02\xcf\x9b\x71\x42\x1e\xb1\x0b\x42\x20\x0f\xca\xff\x6d\x39\x74\x0e\x6e\x84\xd5\x10\x6f\x81\x10\x05\x8e\x13\x20\x24\xd3\xd1\x64\x29\x48\x0f\x1a\x1b\x9c\x64\xf3\x02\x27\xba\x12\x23\x4b\x87\x28\xa5\xc5\xa4\xfd\x7d\x67\xb5\x5c\x9d\xd2\xde\x0c\x15\x47\x82\x89\xbb\x1f\x3e\xca\x5d\x4c\x7b\x87\xa1\x2a\x16\x20\x3c\x6a\x28\x03\x27\xb2\x26\xa7\xb2\xab\x61\x53\xee\x4e\x9c\x91\x6d\x21\xd8\x43\xea\xd1\xd2\x7f\x22\x56\xfe\x13\x8c\xc4\x35\xff\x09\xc1\x40\xa4\xa9\x33\x9f\x64\xd1\x8a\xbe\x4b\xd3\xe4\x34\x1b\xa5\xe3\xdd\xce\x13\x7f\xc8\x96\xa7\x3c\x4a\x82\x63\xac\x0f\xea\x84\x66\x3b\x4a\xc7\x3d\x28\x3f\x3a\x92\x0f\xf2\xe5\xd1\x91\xe5\xfe\x10\xbb\xee\x0f\x31\xb8\x3f\x80\xcb\x06\xce\x05\x80\xbc\x04\x30\x57\x00\x46\x24\xaf\x01\x38\x21\x2a\x2e\x59\x6d\xdf\xf4\x7e\x4b\xaf\x4e\xb3\xd1\x44\x82\x3a\xd9\x07\xea\xc4\x80\x6a\x01\x97\xbb\xc0\xe5\x00\x5c\x19\x9d\xec\xe2\xcf\x9e\x5d\x1c\x91\xd4\x9d\xe1\x48\x82\x1d\x8d\xc9\x68\x2c\xc0\x8c\xc6\xca\x39\xa5\x3a\xcc\x20\xad\x8d\x1c\x27\xfa\x8d\xfc\x81\x0d\xe5\x80\x8b\x2d\x7a\x9c\x33\xb9\x08\xb3\xa6\x45\xc8\xf1\xa4\xb2\x08\x13\x35\x8e\x9c\x4c\x6a\xe3\x48\x48\xae\xc6\xb1\x26\xc9\xbe\x85\x58\xcb\x11\xad\xf5\x88\xd6\x7b\x47\x54\x6f\xc2\x1e\xc1\xb1\x1e\xde\xb6\x70\xc6\x32\x71\xc7\x32\xa9\xac\xd9\x6d\x33\xe5\x92\xb8\x20\xe9\xbf\x74\x94\x98\xca\x8e\x74\x51\x93\xc3\xf3\xe3\x0e\x9a\xae\x86\xe0\x2e\xf9\x38\x4f\xe7\x0b\xab\xb2\xe3\xe5\xfc\x08\x6f\xc1\xb5\xe8\x2a\x85\xaf\xa7\xa2\x21\xf8\x59\xf8\x78\x94\x62\xf6\x89\xbe\x75\x75\x7b\xd5\x90\x66\x37\xf1\x84\xb6\x34\x4b\xbd\xaf\xb0\xd2\x57\xcd\xb4\xf8\xb3\x9d\xbf\x18\xb9\x37\x87\x47\xcd\x4e\x60\xdc\x3f\x8d\xbc\xaa\x63\xea\x1e\x8f\x2b\x1d\xcb\x18\xb2\x1f\xee\x39\xd7\xd9\xe3\x44\x85\xd6\x89\x3d\x11\x77\x97\x5e\x82\x3f\x5f\x7c\x4b\xe2\xbd\x62\x8d\x63\x5e\x63\xae\xba\x28\xfd\x38\x24\x92\x62\xd4\x7a\x22\xa4\x50\x49\xaf\x4c\xde\xb5\x96\x9c\xa3\x5c\xb9\xeb\xb1\x86\x44\x3a\x0b\x69\x70\xc5\x77\x97\xde\xe2\xf3\xc7\x30\x1f\xe2\xad\x3c\xdb\xca\xa4\x5b\x1c\x2b\xd5\xd8\xe2\xf4\xb6\x62\x5c\x57\x78\x63\xd0\x46\xdd\xa1\x90\xe6\xf6\x3b\xb0\xfa\xde\x0e\x7d\x7c\xf6\x07\xb4\x1f\x35\xf0\xcf\xd7\x7f\xee\x86\xcd\x5e\x1b\x0d\x8a\x10\x36\xd7\x73\x2e\xa5\x2a\x5d\xdb\x17\x10\xe9\x28\x5b\x6a\x83\x99\x5f\xe0\xeb\x21\xd9\xc2\x55\x4f\xc8\x24\xac\x75\x70\xb8\x50\xd9\xe2\xf1\x92\x22\x3c\x59\xe7\x3c\x5d\xc6\x1b\x0a\x67\x6e\x41\x03\x36\x0b\xa1\xe1\x3c\xe2\xd4\x83\xa8\xaf\x1f\x2e\x07\x3a\x7a\x6b\x51\xe0\xc1\xc7\x73\xd3\xea\xc7\x34\xbb\x8e\xd9\xbc\x35\x8d\x33\x3a\xe1\xa9\xd8\xa6\x38\xa3\x49\x1a\x4d\xa5\x9f\xc4\x50\xda\xc6\x4d\x7d\xc7\x7b\xa2\x25\x6b\x3e\x06\x1e\xda\x47\xaa\xa9\xd9\x3a\x41\x01\xfa\xc0\xf2\xf2\xb1\x28\xb0\x50\xad\x65\xdb\xce\xa0\xc1\xa0\x58\xd6\x6c\x4d\x9a\xba\x17\xd2\xea\x9a\x5d\x4b\x77\x19\xfd\xe5\x2b\x1a\x4d\x5b\x50\x9e\xa3\x02\x8b\x69\x1b\x52\xa1\x51\x35\xd4\x12\x2f\x5b\x39\xbc\x05\x7d\x2e\xcb\xd6\x90\x51\xd8\xad\xfa\xf1\xec\x4d\xab\x7c\x27\x6a\xce\xd3\x2c\x5d\xf3\x98\x51\xb7\xe2\xb7\xba\x58\xd4\xc9\x79\x9a\x45\x73\xfa\x9e\x0a\x24\x8e\x53\x66\x2d\x27\xbc\x68\x65\xfa\x0d\x2a\x94\x80\x01\x8e\x55\xcb\x88\x45\x73\x9a\xe5\xc1\x56\xce\xed\xfb\xf4\x16\xd4\x9f\x7d\x13\xfd\x59\xce\x86\x87\x93\x79\xba\xaa\xce\x0b\x36\x85\xbc\x91\x92\xde\xd1\x7d\x5a\x29\xed\xad\xb3\x44\x25\x6b\xfd\xf0\xfe\x8d\xe0\x79\x62\x8f\x49\xd2\x0a\x3b\x4c\x6c\x51\x41\x06\x1a\x88\xdd\x1e\x60\x0e\x9b\xb7\x4a\x3a\xc8\x4b\x1a\x98\x15\x3e\x8e\x81\xae\x29\xf3\x89\xf8\x5b\x60\xc5\xa3\x2b\x33\x9c\x5f\xc7\xab\xa0\x7d\x5c\x14\xf8\xed\x41\x67\x12\x75\xba\xf5\x67\x1c\xe7\x30\x97\xd2\x0e\x5c\xc7\xdb\x45\x57\xde\xa8\x6c\x56\x8b\x9b\xb4\xe1\x83\x2a\xe7\x83\xe9\x57\x0f\xd1\x73\x1c\x93\xeb\xe1\x88\x8d\x77\x3b\x88\xcd\x1c\xab\x13\xbe\xa8\x74\xad\x49\xfb\x90\xa3\x93\xc4\x3d\x17\x3b\x71\x52\xd6\x99\xf4\x9b\x68\x42\x11\x4c\xf0\xda\x7c\xf7\x3e\xbd\xd5\x6e\x21\x71\x4f\xac\x89\x8c\x08\xba\xee\x27\x5e\x86\x59\xd5\xdc\xf9\x90\x4e\x6f\x79\xb4\x19\x97\xf5\x2e\xc0\x8e\x2a\xce\x05\xcf\xbe\xfa\x5f\x5b\xe1\x8d\x1e\x38\x7f\x06\x37\x78\x08\x84\x6b\xa9\x77\x02\xc4\xc8\x51\x7b\x75\x1a\x59\xe0\x58\x6f\x87\xfe\xe9\xdb\x2a\xa3\x83\x03\x5f\xc9\xd7\x86\x8f\xe0\x66\x0f\x9f\x21\xa3\x86\x3b\x69\x7b\x30\x73\x3b\xa3\x7c\xb2\x78\x2f\x93\x3b\x38\x7c\x92\x61\xa4\xcf\xa2\xb3\x35\x13\xa4\x51\xf0\x27\xc1\x2b\x15\xe1\x7a\x2f\x4b\x5b\xaf\x6d\xb6\x85\x1f\xd5\xe0\xd5\x3a\x4e\xa6\x95\xe6\x9e\x8b\x32\xb7\xb1\x06\x17\x12\x3d\x23\x56\x2f\xe5\x86\x54\xae\xc9\x86\x8b\x73\xcb\x19\x34\x25\x7c\x9f\xa3\xda\x65\xe5\xac\x5c\x02\xc4\x2c\xee\x1d\x2b\xd3\x66\x8d\x8b\xb3\x72\x99\x71\xd8\xbc\x76\x52\x14\x95\xa9\x82\x29\x97\x52\x23\x18\x3a\xe9\xdd\x2a\x62\x53\x3a\x95\x77\x93\x28\x7f\xa1\x9f\x05\xa8\xf9\x22\xbd\x7d\x05\x16\xf0\x7b\x1c\x55\x72\x53\x64\x7e\x8f\x0a\x81\xa1\x59\x7a\x2d\x7c\x1f\xe7\xe0\xe5\x11\x6c\x95\xa2\xea\xdc\xde\x88\xe0\xb4\xab\x62\xee\xdb\xef\x51\xc3\xca\xcb\x23\x5c\xb9\xa4\x96\xa0\x81\xb7\x9b\xa0\xa7\x6b\xb6\x50\x25\xba\xcf\xb6\xd3\xa9\x79\xff\x27\x76\x7d\x22\xbb\x86\x69\xcc\x63\x08\x34\xc1\x69\xd9\xff\x89\xdd\xbf\xa9\xf4\x29\xfd\xc7\x4d\xf3\x6b\x47\xd4\xce\xfc\xba\x23\xbc\x75\xc1\xad\x55\x01\x5f\x3a\xc2\x33\xb8\xcc\x29\x0a\xfc\xc2\x6b\x47\x62\x0c\x4d\xbe\x37\xeb\x6b\xf7\x24\x88\x77\x9f\xb5\x96\x57\xee\x71\x90\xeb\x5f\x6a\x7a\xcb\x7b\x51\x92\xc8\x09\x2b\xd9\xf6\x59\x92\xa0\x8a\xcf\xb1\xfb\x8d\x59\xa2\xea\x97\x1f\xcc\xda\x1d\xfc\xde\x5d\x87\x4a\x23\x51\x1f\x0d\xd2\x24\x89\x56\x39\x6d\x09\x48\x02\x24\xb1\xbd\xa5\xc0\x02\x12\xb9\x69\xb4\x83\xd3\x3d\x97\x0d\xf4\x75\x44\x09\x1c\x6c\xfd\xd2\x00\x82\x63\x82\xd6\x2b\x99\x17\xc0\x89\x6f\xdd\x3f\x09\x8e\x4d\x64\xe2\x51\x36\xde\xed\x3c\xf1\x87\x6c\xd7\x2b\x29\xbc\x1d\x63\xa5\x15\x04\x23\x38\x84\x1e\x65\x63\xa5\x44\xaa\x4c\x38\x5c\x15\xaa\x0f\x8e\x48\x8c\xa9\x5a\x4e\x3c\x18\x36\x7a\x9a\x54\x42\x6c\x4b\xbf\x93\xf5\x6a\x8f\xdf\xc9\xd4\xf6\x2d\xd1\x8e\x27\x53\x3a\x8b\x04\x45\xad\xbb\x9c\x98\x8b\x9b\x2f\x86\xf6\xc4\x58\xe9\x42\xc0\xdf\x53\x89\x99\xbd\x39\xe5\xaf\x39\x5d\x7a\xd4\xdf\xed\x2a\x79\x44\xb8\xef\x37\x59\x2b\xd8\x21\xc3\xeb\xc1\x1b\x88\x9c\x54\x7a\x48\xfd\x53\x07\x98\x5c\x03\x83\xe5\x5d\x3e\x8a\xd3\x31\x98\x1d\xa2\x31\x58\x91\xbe\x1f\x92\xed\x24\x65\x3c\x8a\x99\x50\xb9\x87\x66\x7d\xdf\x45\x8c\x26\xa1\x79\x15\x86\xcb\xdb\x0f\x1f\x28\xd2\xbc\xa4\x5a\x11\x8a\xc3\x70\x38\xbf\x7c\xbb\x40\x98\x09\x0e\x93\xd4\x6b\xc9\xf2\x30\xbc\x8f\x7e\xfb\xe1\xa7\xd6\xe1\x36\xe4\xba\xd4\xdb\x90\xe5\x61\xf8\x65\xf2\xfc\x1f\x2f\x1e\x68\x83\x47\x57\x8d\xc0\x8a\xe2\x30\x9c\xbd\x7f\xda\x9d\x20\x3c\xa1\x49\x03\xa8\xa2\x34\x0c\xff\xbe\x78\xff\xf4\x9f\x08\x53\x25\x91\xd7\xab\xe9\x37\x61\xf8\xf2\xe2\xe7\xa7\xdf\xd6\xe0\x71\x9a\xd1\xc7\xf7\xd5\x4a\xb2\x3c\x0c\xe3\x7f\x1e\xfd\xfd\xe6\x70\x13\x70\xbf\xa1\xde\x02\x14\x87\xe1\x19\x9b\xbc\x67\x87\x1b\x40\x42\xfd\xeb\xca\x7d\x8c\x9a\x40\x31\x6f\xc3\xf0\xe5\xfa\x98\x5e\x1f\x6e\x0e\xb8\x76\xc3\x90\x64\x79\x18\x52\xfe\x66\x75\x72\xb0\x89\x02\xbf\x19\x12\xe6\x7d\x79\xfc\xd5\x3f\x7c\x7c\x2e\x7d\xd5\xdf\x0c\x7d\xfc\x6e\x48\xac\x50\x79\x65\x7c\x2c\x19\xf0\xa5\xd3\x69\x7c\xa9\xa3\xc3\xec\x79\xcd\xa2\x9b\x78\x0e\x59\xab\x7e\x1f\x3a\x49\x25\x55\x6c\x76\x4a\x46\xe8\xc5\x74\x4e\x11\x46\x97\x59\x3c\x85\x20\xe9\xe8\x65\x9c\xd1\x59\x7a\x87\xc6\x98\x93\xe3\x53\x5e\x26\xb2\xe5\x47\xe4\xc4\x8f\x67\xde\xbb\x61\xa7\x63\x5a\x16\xbb\x35\x3b\x9b\x53\xc6\x65\x0e\x93\xb7\x33\x8f\x8e\xf8\xd8\xff\x86\x1c\xeb\x04\x20\x27\x9a\x3c\x1e\x17\x9e\xf4\x49\x7d\x3f\x24\xa2\x11\x15\xcb\xe6\x5d\x96\x2e\xe3\x9c\xf6\xeb\xb2\x4e\xdb\x7c\x6a\x87\xce\xda\xed\x3c\x4e\xda\xc7\xd8\xfd\x5c\x88\x69\x69\x72\x43\x3d\xbf\xc7\x17\x94\x39\xa4\x43\xb4\x84\xe1\xb4\x5f\x30\xc7\x06\xef\xe7\xc3\x1d\xed\xb9\x90\x5f\xb6\x8a\x7f\x1f\x8a\x86\x4b\xca\xf9\x7c\x68\xf3\x9b\x4e\x07\x8d\x64\x22\x9e\x96\x8e\x54\x36\x16\x9c\x64\x5b\x98\xdc\x37\x32\xf6\x39\xb5\x02\x62\x7e\x54\xc4\x37\x9e\x79\x27\x60\x98\x64\xe9\x94\x5e\xde\xaf\xa8\x9b\x45\x51\x48\x81\xe9\x2d\xa3\xd9\xb9\x89\x18\x24\x09\xfb\x8f\x31\xbd\x15\xb4\x79\x90\x2e\x57\x6b\x4e\xa7\x43\xa1\x99\x78\x54\x46\xbb\x36\x89\x60\xfa\x6c\xc4\xc7\x81\x95\xfa\xf4\x37\x0b\x72\xf4\xea\xf2\xe2\x8d\x00\x54\x76\x2e\xe4\x86\x3e\x0d\xa8\xca\x8b\x23\xa3\x17\xd2\xde\x22\xcd\x79\xf9\xfd\xeb\xa1\x32\xa7\xb6\x4d\x02\x18\x37\xfe\xab\x61\x61\xba\x49\xc5\xbd\xa0\xaf\x00\x7e\x3e\x7f\x7b\xfe\xb3\xc9\x44\x51\x1d\x1e\x34\x02\xd5\xfe\x47\x37\x6c\xd5\x15\x6f\x0b\xb9\xa6\x62\x02\x41\xe3\x34\xa1\x7d\x81\xa5\xeb\x87\x9f\x40\x9c\xd7\x4f\x3f\xab\x19\x79\xe2\x09\xfd\x78\x27\x03\xe0\xec\xc4\xdb\x24\xba\xf7\x9f\xc8\xd4\xc7\xec\x28\x3e\xca\xfc\x3e\x0d\x5e\x0f\x3d\x98\x27\x6b\xb9\x7e\xaa\xac\xb8\xc0\xc7\x19\xcd\x28\x9b\xe8\x48\xba\xce\x73\x40\x01\xca\x97\x72\x23\xb4\xbd\xb6\x42\xe6\x8b\xe1\x6b\xb6\x5a\xf3\x0b\xca\x17\xe9\x14\x0c\x94\x77\x7c\xb7\x6b\xd7\xc2\x41\x5d\xa4\x53\xea\xe3\x57\xf2\xf3\x27\x17\xc3\xd7\x2f\x5a\x27\xc7\x1a\xcc\xfa\xde\xb4\x92\x1f\xff\x68\x03\x7a\x72\x02\xb9\x43\x5f\x0e\x83\x13\x99\x45\xf4\xd5\x30\x78\x39\xdc\xed\x5e\x0d\xcb\x91\x7d\x38\xb0\xa2\x95\xe8\x54\x26\xb9\x18\x27\x3f\x0e\xbd\x93\x63\xbf\xef\xac\x3d\x9c\x3d\x82\xde\x92\xce\x66\x39\xe5\xef\x00\x8f\x76\x3b\x48\x00\xc2\x64\x70\x2c\x0a\x51\x74\x55\x7b\xc3\xf8\x2a\x89\xd9\xfc\xd4\x67\xc4\xa3\xa4\xe9\x95\xef\x34\x75\xaa\x32\x11\x75\x3a\xcc\xa0\x97\x95\x07\x4f\x22\x56\x1b\x62\xc8\x4a\x7c\x13\xbf\xfb\x5d\xb1\xbf\x46\xe8\xf2\x95\x20\x83\xe7\xe2\x9f\xb3\xe7\x6f\x5e\xa0\xb1\x21\x68\x65\x63\x7e\xa7\x83\x04\xef\x89\x27\x62\x5b\x7c\x1c\x0a\x15\x54\x07\x0e\x42\x7e\xff\xc3\xd0\x63\x7e\xc0\x02\xb1\xdc\x95\x4d\xb9\x2f\x26\x72\xe5\x45\x39\xed\x3f\xdb\xeb\xa4\x12\xe9\xd8\x5b\xaf\x2f\x2a\x58\xcf\x7e\x40\xcb\x8f\xff\x52\x12\x8f\x36\xdd\xed\xda\x25\xf5\xd8\xed\xda\x02\xa1\x78\x95\x9c\xec\x5f\x53\x93\x9d\x41\x5e\xef\xd1\x43\x7a\xa7\x86\xed\x71\xbf\x23\xfa\xef\x9d\xbf\x1d\x7c\xb8\x78\xf1\xfd\x65\xf8\xee\xed\xf0\xf5\xe5\xeb\xb7\xdf\x87\x2f\xdf\xbe\x79\xf3\xf6\xe3\xeb\xef\xbf\xc5\x19\x61\x7d\x0a\x97\xa4\x58\x9f\x07\x14\xa7\x65\x80\x33\x19\x93\xe9\xbd\x90\x72\x3c\xff\x34\x55\xd1\xef\x32\xee\x65\xf8\xd8\xc7\xf0\xfc\x82\x4d\xbd\x58\x87\xad\x8e\x48\x2a\x40\x59\xa6\xec\x8c\x4d\x68\xce\xd3\x6c\xa0\x85\xb6\xd3\x78\xe6\xd1\x36\x21\x51\xa7\xc3\xc5\x9f\xdd\x0e\x92\x92\x8b\x97\xb9\x95\x37\xbd\x49\xa7\xae\x60\x8b\xc1\x14\xde\xe9\x78\x86\x0c\xf2\xdd\x4e\x6c\x06\x19\x06\x53\x4d\x0f\xc4\x15\xf3\x21\xdf\x55\xe1\x45\x7e\x3f\x0a\x3e\x0c\xbd\xc8\x57\xd9\xbf\x60\x11\x35\x06\xe6\x40\x2a\xfb\x7f\x19\x7a\xf2\x17\xe6\x7e\x00\x0b\xf5\xf3\xd0\xe3\x3e\x14\x59\x04\xe5\x87\x61\x09\x5f\x35\xc9\xca\x37\x27\x56\xee\xd0\x32\xb3\xca\xc9\xb8\x6f\x3f\x04\x88\xa7\x2b\x84\x19\x81\xbf\xd2\xa8\x63\x42\xba\xa1\x40\xfd\x7e\x43\x67\x1c\x81\xf9\xc0\xcc\x41\x3c\xf3\xe4\x04\xc8\x04\x4a\x66\xfc\xe6\xea\xd8\x03\xd8\x8d\xd3\x5a\x8d\x5c\xc7\x6c\x53\x55\x76\xbb\xd8\x5c\xd4\x1a\xb1\xb1\xc9\x53\x2c\x7e\x9b\x29\xf8\xd6\xd1\x3f\x6a\x93\xf0\xb4\x71\x12\x9e\x8e\x3b\x1d\xfb\x09\x67\xe4\x87\xa1\xc7\x31\x4c\x82\x50\x47\xe4\x53\x22\x86\x2d\x94\x10\x06\x77\xd9\xca\x64\xec\x3c\x5d\x1d\x91\xec\xaf\x29\x16\xcc\x84\xf3\x74\xa9\x9f\xc4\x17\x47\x24\x86\xdf\x10\x11\x4c\x3d\x94\xf0\x7e\xe7\xc0\x8b\xee\xd4\x9c\xc3\x0c\x07\x48\x4c\x3a\xce\x88\x7c\x84\xf4\x8e\xe8\x3d\x5c\xdc\x0c\x90\x0c\x19\x88\x34\x10\xb6\x13\xdf\x08\x49\x03\x2d\x3a\x62\x47\xe8\x63\x3c\xe5\x0b\x34\xf6\x8f\x9a\x6b\x64\x65\x8d\x12\xa8\x7f\x0e\xcb\xb0\xdf\xaa\xfd\x8b\x88\x2f\x7a\xcb\xe8\xce\xe3\x23\x24\xc9\x27\x3a\xa2\x63\xcc\x47\x3a\xde\xe8\x11\x24\xf9\x43\x32\x9e\xa0\x7e\xb2\x6a\x32\xa7\xa6\x22\xf5\x00\xd3\x6b\xc6\x3d\xa7\xae\x82\x55\x94\x67\x23\x24\x9d\xdf\xd0\x91\x87\xe4\x9d\x79\x10\x2e\xfa\x48\xe2\x23\x4c\x8c\xff\xb8\x2f\xd4\x8c\x05\x6a\x0a\xfd\xb1\x1f\x1c\x5b\x83\xfe\xd7\xd0\xde\xdc\x82\xf7\xc8\x83\xf4\x0a\x9e\x66\x8a\x4d\x75\x3a\x35\x41\xc9\xe4\x7e\xd3\xd1\x0a\xff\x39\x34\x20\xa8\xe9\xc4\xd2\xca\x2b\x5e\xc8\x69\x57\xe5\x32\x9e\x10\x0d\x2b\x1e\x19\x82\x16\xbb\x49\x31\xb8\x1d\xe1\x56\xd0\x62\x19\xe5\x16\x0d\xc0\x05\xb8\x25\x44\xc2\x56\xd4\x02\x9b\x4d\x2b\xca\x5b\x91\xa1\x5c\xc8\x2f\x30\x0f\xf7\xa5\x89\x77\xd3\xe8\x1f\x9f\xb2\x32\xe5\x21\xd3\x39\xda\x32\xc8\x07\x75\x9a\xf5\x28\x5b\x2f\x69\x26\x14\x44\x62\x3f\xec\x76\xed\x13\x0c\xd4\x53\x1e\x8a\x89\xf7\xed\x63\x8c\xe4\xed\xa8\x58\xa6\x95\xcd\x7a\xb7\x59\xcc\xd5\x3b\xe3\xc9\x2c\xd5\x10\x93\x81\x8a\xe2\xac\x77\x4d\xef\x61\x5e\x6a\x31\xa0\x1c\xb4\x64\x9d\x0e\xf5\x9c\x98\xe3\x3e\xce\xa0\x4c\x4c\x36\x2f\x0a\xcf\xc7\x2c\xac\x65\x1f\xd4\xa2\x6c\x2b\x66\x2d\xda\xdf\x07\x04\xd7\x27\xc5\x0c\x97\xa3\x84\x83\x0e\x6b\x88\xe2\x59\x0f\x09\x2c\x91\x81\xd0\x65\x08\xc3\xb4\xc0\x59\xf8\xa8\xb4\x58\xe4\xe4\x94\x7f\x5d\x4b\x8a\xc5\xf5\xbc\x5b\x64\x6c\xc4\xc7\x46\x5e\xca\x04\xf0\xec\x71\x79\xb1\xc4\x94\x41\x5e\xac\x6c\x4c\xd8\x28\x1b\x1b\x97\x12\x6a\x29\x20\x71\x68\x49\x0f\x59\x08\xb1\x33\xf0\x36\x53\x81\x42\x81\x94\xd1\x1e\xe0\x2f\x96\x54\x2e\x90\x94\x8f\xaa\xc8\x94\x85\xb5\x99\xd2\xb0\xdc\x4c\xdb\x02\xdc\x6f\xe2\x99\x27\x77\x8e\xd0\x82\xe8\xbe\x60\xd0\x4a\x74\x10\x9c\x4c\x93\xdf\x4c\x3d\x49\xf2\x7b\xca\x25\xb9\x65\x98\x2b\xf2\x9a\x61\x6e\xc8\xae\x28\x55\x84\x36\x93\x4e\x13\x07\xfa\x52\x5e\x37\xef\xcf\xfd\x6d\xa1\x12\x7e\x42\xf4\x46\xd9\x30\x84\x6e\x84\xce\xd4\xa6\x55\x2d\x77\xd5\x6b\x1d\x91\x54\xf5\xdd\x85\xaa\x05\x4e\x49\x93\x0a\x24\x88\x8b\xcb\xde\xfc\x60\x5b\x80\xc3\x14\x34\x2e\x94\x22\x49\x3a\x3f\xca\xc7\x58\xcd\x74\x4e\x52\x13\xe9\xd4\x8d\xd6\x2a\xea\xc8\x37\x78\x62\xc4\x63\xf8\xba\x1b\xe1\xc4\x94\xa8\x08\xad\x90\x56\x7f\xb2\xdb\x25\x3a\xfb\x38\xa8\x3a\xa7\x93\x2e\xf9\x6e\xe8\xad\x31\xba\x43\x3e\x4e\xf4\xc3\xbd\x60\x7a\x12\x80\x2e\x99\x60\xdd\x4f\xb7\x4c\x53\x1f\x87\x4e\x8e\x87\x28\xfc\x73\xb8\xae\x44\x10\x1c\x97\x73\xc8\xcd\x1c\xe2\x94\x00\x56\x89\x49\x0b\x21\xea\x01\x01\xc5\x11\x4f\xc4\x58\xb8\x8f\x13\x62\xb1\xb8\x49\x4f\x72\xb8\xcb\x74\x05\x73\xe2\xe3\x75\xd3\x6b\xc1\x3f\xe4\xfb\x53\xd6\xe9\xc4\x9d\x8e\x17\x89\x65\x24\x86\xdd\xc1\xa3\x90\x2a\x23\x58\x75\xfb\x05\x60\xc1\xb1\x2f\x51\x76\x46\xe2\xd0\xdb\x0a\x94\x49\xc5\x17\x5d\xf8\xae\x9b\xc8\x70\xa0\x29\xd4\xed\xca\x4f\xba\x6b\x85\x4f\x6a\xe9\xcb\x10\x88\x7a\x1b\x89\xa5\x9a\xf5\x24\x17\x93\x99\xcb\xf4\x93\x00\x97\x1c\xe3\x76\xd6\xe9\xc4\x72\xb6\x17\xee\xa8\xcc\x47\x3e\x9e\x36\xbd\x11\x0d\xf8\xa7\x33\x00\x8e\x24\xdd\x05\x9e\x69\xf4\x55\x4f\x00\x21\x59\x77\xa7\x78\xa6\xd0\x5d\x3d\x94\xe0\x2c\x5c\x70\xa6\x0a\x27\x20\xfb\x06\xeb\xf3\x52\x7c\xce\xfd\x80\x13\xc8\xab\x6a\x64\xe3\xdc\x56\x8b\xbc\x19\xf9\x76\xe8\xcd\x30\xf7\x7d\x3c\x2b\x91\x29\x0f\x3f\x43\x8a\xb5\x51\xe9\x64\x8c\x1b\x4c\x1c\x35\x3e\x0e\x48\xcb\x04\xb6\x99\x45\x65\xf6\x26\xd4\xc6\xa2\x98\x31\x9a\xa9\x6d\x29\xd4\x8b\x7a\x75\x15\x3e\xd9\xae\xaf\xf7\xa8\xc0\x1c\xc2\xfb\xc7\xc1\x0f\x42\xcf\xc3\xb9\xf9\x6d\xc4\xc9\x09\x01\xb4\x89\xba\x19\x10\xb6\xac\x9c\x69\x89\x3c\x79\x37\x93\x84\x2e\xb3\x66\x5d\xa1\x50\x6c\x90\xc7\x84\x91\x89\x43\x6f\x62\x67\x5f\x09\x1b\x55\x16\x5b\x5c\xe7\x96\xb8\xae\x93\x7e\xb7\x4f\xa0\xca\x2c\xbe\x93\x39\x38\xc0\xb2\x64\xa9\xad\xba\xda\xb1\xa2\xd7\xbf\x59\x4a\x4b\xbb\xcd\x3a\x9d\x49\xe8\x31\x0b\x8c\x24\x34\x06\x01\x50\x2d\xa5\x0e\x6a\x04\xfb\x1f\x87\x9e\xff\x09\x86\x82\xca\xf7\xa7\xbc\xd3\x91\xd9\x95\x24\xa4\x42\x70\x37\x09\xcc\xfc\x53\x9f\x13\x5e\xf9\x40\xf3\xff\xdd\xee\x61\xa5\x7a\x1d\x56\x33\xc6\xd6\x90\xf2\xcb\x46\xa4\xfc\xd2\x41\xca\x2f\xc7\x38\x95\x2b\x7d\xac\x62\x04\x0b\xf2\x1f\xf7\x61\x66\xa4\x4e\xf7\x93\x20\x63\xb0\xfb\xd1\x4d\x4c\x6f\x57\x69\xc6\xa5\x0a\x95\x92\x3c\xf4\x22\x1c\x5b\x31\x5a\x73\xe5\xcd\x70\xaa\xa4\x6a\x69\xcc\x80\xea\x7d\xb3\xb2\x1e\x90\xc8\xdf\xa0\x59\xdf\x2c\x7e\xa7\xe3\xe5\x0f\x6d\x0f\x3f\xc8\x09\x92\xf8\x2c\xdb\x7c\xc8\x38\x91\x9d\x2a\x3f\xe6\xd0\xcb\x31\x80\x2a\x86\xa1\x0d\x26\xe5\xb6\xdf\xed\x26\xa1\x17\xf9\x7e\x4a\x26\xe5\x60\x12\xd2\xc0\x1f\xc1\x0b\x57\x31\xb8\x19\x49\x24\xb1\x3c\x4d\x25\xf7\x9f\x00\x05\xb3\xe8\x1d\x4e\x15\x21\x23\xeb\x23\x78\x89\x53\x25\x1e\x4c\x24\x4d\xb3\x29\x20\x4e\x25\x6d\x23\xb3\x23\xf9\x56\x8a\xdf\x0b\x52\xcb\x82\xe2\x31\xc2\xc4\x26\xb6\x23\x84\x88\x46\x17\x7d\x16\x30\xf8\xbd\xdb\x1d\x63\x05\x94\x2c\xe4\xe9\x4a\x96\x29\xf2\x29\x4b\x33\x9d\xe2\x22\x35\x04\x57\xbe\x90\x4f\xf0\xa6\xc4\xb9\x59\xe8\x9c\x3d\xc2\xd0\xff\x6a\xe4\x2c\x53\x6d\x61\x50\x13\xc7\xda\x17\xbb\x86\x9c\x5f\x35\x22\xe7\x57\xb6\xde\xff\xd5\x38\x38\x16\xeb\xd5\x05\xd3\x9e\xb1\x61\xc9\xf8\xe2\x66\x63\x52\x65\x4b\x59\x87\x42\x9e\xc4\x29\x8e\xe1\x8c\x5f\xa0\xb4\x72\x5e\x89\x5c\x8e\xc6\x4b\x4e\x58\xa8\x80\xd8\xa6\xa2\x16\xa5\xe0\xaf\xfe\x20\xd2\x23\xd4\x02\x66\x73\xbb\x51\x29\x72\xc9\x1f\x85\xdc\x51\x5b\x2d\xa7\x59\xdc\xb6\xd6\x74\x81\x27\x4e\x42\xea\xa6\x0b\x93\x96\x0c\x7c\x4d\xef\x03\x5a\xe0\x7c\x44\xc7\x78\x1b\x65\x34\x0a\x66\xa1\x27\x9e\xc0\xa9\x46\xc5\xcf\x69\x0e\xa0\xc3\x7b\xa2\x7e\x97\xc2\x9f\xc2\x07\xf7\xe9\xc6\xa8\xa4\x9a\xa8\xc9\x41\x66\x44\x2f\xb4\x21\x53\xdf\x10\x87\x31\x75\x3a\x59\x59\xa2\xe2\xe9\xfb\x72\xbf\xe8\xf8\x35\xfd\x64\x74\x3c\x16\x03\x0c\x26\xea\x07\x9e\x11\x13\x95\xa3\x8b\xfc\xf2\xfc\xb4\xb5\x3e\xf2\x66\x7d\xd4\x45\x47\xb3\x00\x21\x8b\x66\x4f\x43\x37\x93\x73\x0d\xb3\x9e\x35\x62\xd6\x33\x1b\xb3\x9e\x8d\xa5\x01\x37\x26\x99\xa0\x74\xd2\x7a\xc5\x05\xa5\x63\xbe\xd9\x54\x91\x40\xa8\x58\x68\x7b\xa6\xef\x95\xc3\xb6\x3e\xe5\xb0\xc2\xc7\xcc\x16\x7c\x78\x49\x22\xc4\x3e\x3e\x6a\x78\xf5\x5c\xef\x40\xa1\x6a\x34\xbc\x7f\x23\x77\x79\xe3\xb7\xef\x35\x97\xd7\x9a\xbf\x44\x41\x47\x1c\x3f\xca\x34\x12\xba\x32\xf9\x11\x2b\xca\x01\x2f\x6d\x85\x09\xb0\x19\x65\xd2\x70\x20\x37\x8e\x94\x16\xf4\xbe\x90\x56\x3a\xb1\xf3\x90\x2c\x41\xc5\xa9\xe5\xa9\x00\x2e\xe2\xde\x13\x20\x4f\x92\xf0\x28\x2a\xc3\xd3\xd5\x93\x39\x6e\xc2\x75\x3e\x92\xc1\x70\x0d\x40\x37\x66\xf5\x19\x61\x36\xe2\x1c\x8f\x95\xc9\x1c\xd6\x08\xc7\x44\x8d\x39\x73\x37\x69\x66\xf6\x72\x4a\x94\xb5\x5c\x0d\x48\x0e\xc5\x32\x95\x83\x48\xdf\x87\x31\xe9\x71\xe6\xa2\x20\x91\x46\x30\x18\xeb\x44\x14\xc8\x16\x51\x80\x6e\xa5\xed\x24\x11\x85\xf2\x77\xa0\x5f\x1a\x39\x68\x14\x8d\x09\x1f\x45\xe3\x23\x3e\x9a\x8c\x9f\x3c\xed\x66\xf0\x07\xc7\xa3\x7c\x4c\x98\x10\x4b\xfb\x7c\x94\x8f\xbb\xd9\x28\x19\x07\x7c\xb4\x0c\xbd\xdc\x1f\xe3\xb8\x9c\x80\x79\xe8\xec\x66\x99\x52\xbf\x54\xb3\x67\x31\x9b\xf6\xe5\x1f\x81\xd6\xda\xc5\xca\xe3\x62\x86\xca\x56\xee\x2b\x9b\xc8\x78\xcb\x31\x38\x16\xd3\xa1\xd5\xab\x06\x0a\x93\xc3\xdf\xed\xf0\xb5\x98\x32\x43\x8f\xcb\xa2\x66\x27\xac\x11\x1f\x8b\x8e\x0a\xa5\xa2\x64\x04\x86\xf4\x50\x55\xd3\xba\x5e\x9f\xcc\x2f\x84\xf0\x27\x63\x80\x5b\xdb\x36\x6b\x8e\x34\x48\x7b\xfa\xa9\x9a\x2e\xf8\xd7\x65\x3a\x8d\x67\x31\xcd\x4c\x8d\x5f\x5b\x71\xde\x9a\xd2\x55\x46\x27\x11\xa7\x53\xdc\x5a\xe7\xb4\x65\x55\x63\xbf\xb6\x91\xc9\x7a\x62\xbe\x12\x9a\xf0\x8c\x9d\xd2\x1e\x65\x10\xbc\xae\xd3\x79\x3e\x94\x59\xcb\xb9\xda\x60\x79\x6f\x95\xae\x56\x34\x13\x4a\x59\xb5\xcc\xc7\x65\x89\x39\x5f\x73\x2b\x9a\x62\x1f\x73\xc2\x20\x7f\x1d\x84\x0a\xb3\x58\xef\x55\x28\xc3\xe9\xdb\x69\x13\xe2\xfc\x9c\xe6\x3c\x4b\xef\xe9\x54\x67\x30\xd9\x6a\xd3\x1d\x64\x66\x90\xae\x9e\x39\x68\xfe\x59\x96\xde\x0e\xcb\x47\xce\xb3\xf8\x6a\xcd\xe5\xd3\x2c\x89\xd5\x3d\x27\xac\x40\x0a\xb6\x45\x71\x4a\x1b\xe0\x9e\x86\x5e\x09\x81\x4a\xec\x00\xc3\x94\xbf\x4d\x45\x95\x9f\x48\x7a\x8b\xf7\xb4\x20\xff\x52\xc8\xf7\x10\x4b\x5e\x50\x0c\x41\x5d\xc9\x42\x35\x68\xaa\xea\x37\xb8\xa1\xfb\x47\x77\xa8\x97\x34\xef\x89\xb1\xf5\xae\xd2\x35\x9b\x46\x59\x4c\x75\x0a\x9c\x83\xb5\xd5\xa5\x69\x01\xa7\xbe\x14\xf3\xce\xc0\x4b\x1d\x08\x9d\x81\x91\xfd\x63\xb6\x06\xa3\x30\xe5\x46\x8d\x5b\x0d\xa6\x69\xb0\x56\x57\x7e\xad\x01\xd3\xfe\x81\x5e\xfb\x4a\xa1\xb2\xf3\x85\x50\x72\xaf\x7a\x36\xa3\xc6\x3a\xe9\x94\x46\xab\x01\x9c\x77\xa9\x04\x20\xba\xe5\x94\xa9\x1c\x69\xd4\x0f\xbc\xa6\xea\xa4\x7d\x8c\x2b\x5f\xc8\x37\x70\x0a\x5d\xa2\xf2\x45\x58\x49\xff\x94\xa7\x4e\x26\x5c\x5a\x66\x5b\xb7\x3c\xe5\x5b\xd6\xf6\x83\x73\x58\x87\x7b\xdc\x86\xae\x85\x73\xd4\x3e\xc1\x68\x99\x23\x8c\x64\x5e\x1e\x84\xd1\x45\xba\x41\x18\xbd\x45\x63\x15\xd8\x37\xca\xce\xb8\x77\xec\xbb\xb1\x16\x8e\x34\x89\x3c\x11\xcc\xf9\xf8\x34\x2b\xed\xd2\x99\xb6\x8f\xc6\x84\x8f\x32\xa1\x5d\xc5\x7d\x84\x8e\xe2\x23\x16\x48\xfd\xf6\x90\xf3\x0b\xd8\xf7\x65\xde\x9f\x51\x3a\xd6\x14\x35\x75\xa2\x1a\x98\xc1\xdc\x85\xa5\x3b\x66\xf3\x76\x17\x53\x7d\x51\x5b\x46\x04\x49\x4b\x61\x93\x23\x5f\x67\xf0\x52\xd8\x22\x93\x89\x9d\xe9\x6d\xef\xa1\xbb\xae\x41\x2e\xe4\xdb\xfb\x4a\x25\x09\x36\xe8\x85\x50\xc3\x5b\x9e\xae\x9a\x5f\x80\xd1\xaa\xf1\x8d\xd4\x80\x1a\x5f\x29\x4d\xaa\xf1\x9d\x9d\xac\xb8\xe1\xfd\xe8\x36\xf4\x6c\xed\x7b\x4c\x90\x1e\x8e\x8a\x35\xea\x24\x50\xcb\x75\x32\x4c\x8d\xa3\x72\x5e\xde\x32\x35\xb5\x3a\x07\x8c\xda\x62\xe6\xe4\x5a\xd5\x83\x93\x54\x7b\x5e\x65\x6b\xe5\xd2\x9d\xed\x97\x23\x4b\x7f\x16\x47\xa4\x0c\xa4\xd6\x5b\x36\x71\x5d\xd3\xff\x8d\x7e\x4d\x6d\xe3\x64\x5c\xd7\x91\xad\x56\xe9\x69\x5a\x4f\xc2\x28\x5a\xdd\xae\xa2\x3c\x37\xd9\x18\xe2\xdd\xee\x3a\xf4\x5e\x0f\xbd\xd4\x3e\xa6\xd7\x87\x47\x99\x74\xfe\x4c\xad\x8d\xf6\xd6\x82\x8e\xf5\xd6\x40\x11\xc0\xd6\x4d\x32\x0c\x83\x6f\x48\xfd\x98\xd1\x1c\x22\xe6\x3b\xf5\x5d\x40\x4e\xe5\x48\x5f\xdb\x67\xd1\xd7\xa1\x17\x63\x93\x5e\xd0\xfd\x98\xf5\x6c\x33\x44\xee\x9b\x02\x45\xdf\x49\x8c\x99\x0c\xaf\x91\xbf\x90\x54\x03\xd2\x25\x97\xe3\xb8\x0c\x75\x86\x43\xb9\xb9\x9c\xba\xbb\x9d\x45\xe0\xc8\x5b\xb5\xd1\x9a\x59\x0d\xae\xb2\xc3\x7c\xb2\xa0\xd3\x75\xa2\x32\x4a\xda\x44\x6a\x18\x96\x49\x2a\x4e\xf7\xf5\xdd\xe9\x78\x32\xa5\x6f\x25\x53\x78\x53\xdb\x56\xdf\xc4\x53\x49\x33\x2d\x28\x89\x05\x9a\x5c\x9b\xc6\x94\x82\x7a\x79\xb8\x3d\xc3\x42\x6a\x71\xa6\x78\x9f\xf0\x75\x38\x27\xa4\xd3\x24\x88\x34\x0e\xce\x80\xae\x56\xe9\x88\x8c\xc6\xa6\x48\xaf\xa6\xaa\x57\x59\xd0\x13\xcc\xed\xe9\x0d\x2d\x23\x86\xbc\x28\xdb\xe9\xb4\xe3\xfc\xfb\xe8\x7b\xcf\x3e\x8b\xf6\xfd\x4e\x27\xce\x5f\x42\x16\x31\xc7\x9b\x6d\xa3\xf8\x92\xad\xad\x73\xbf\x61\xdc\x46\xb8\x46\xe8\x54\xa9\x1a\x4a\x41\xd0\x4a\x81\x3c\x4a\xc2\x46\x03\x51\x4a\x53\x83\x2a\xd2\xe9\x84\x21\x04\x8f\xf0\x21\xbf\x33\x5a\xdd\x21\xc1\xeb\x25\x6d\x63\x63\x38\x02\x3d\xca\x04\xaf\x13\x5d\x0e\x42\xe9\x4c\xa5\xfc\x1f\x9f\xc4\x8f\xf1\xa6\x7a\x51\x51\x09\xf6\x4b\xe5\xc0\x6f\x15\x6f\xc5\x31\x69\xb7\xb3\x4e\xa7\x89\x3d\x57\xeb\x33\x51\xcd\x70\x67\x21\x35\x4d\x69\xf6\x75\x26\xff\x16\xd2\xc4\xd8\x36\x16\x23\xf4\x2b\x3a\xe2\x47\xe8\x57\x84\x23\xf8\xcd\xc4\xef\x53\x47\x74\x8f\x8e\x50\x4b\xf3\x35\x21\xb2\x67\xf4\xf7\x75\x9c\xd1\x69\xeb\xea\xbe\x85\x8e\x52\xe7\x2d\x6b\xc9\xc0\xf7\x3c\x85\xcc\xa8\xb8\x75\x45\x5b\xf9\x3a\xa3\xa2\x20\x66\x93\x64\x3d\xa5\xad\x98\xb7\xae\xe8\x2c\xcd\xa8\xfc\xba\x8d\xcc\x81\x64\x2c\x5d\xae\x43\x32\x02\xeb\x53\x57\x25\x19\x55\x49\xfd\x64\x19\xa4\x5f\x12\x2b\x6a\xde\xca\xd5\x15\x25\xf2\x9d\xb4\x2e\xe9\xb7\x7a\xd5\x65\xa9\xac\xa1\x2c\x48\xf6\x43\x59\xaa\x3f\x04\x3b\x92\xac\x22\xd5\x52\x59\x22\x5f\x8f\xf1\x9b\x90\x7c\x1f\x2a\xf9\xe4\x99\xb5\xc0\xe7\x7f\xca\x01\xc6\x9b\xb0\xf4\x8e\x15\xc2\xcf\x1b\xdd\x15\x3b\x3a\x31\xe1\x6e\x4c\xe1\xb1\xad\x99\xf1\xbe\x10\x30\x20\x3d\x86\xe7\x07\x19\x4c\xe9\xbb\x90\x20\x21\x4d\x23\xfc\x7b\x48\xd0\x24\x49\x27\xd7\xb7\x71\x4e\x11\x7e\x2f\x1e\xd3\x35\xe3\x34\x2b\x4b\x2d\xb7\xd4\x1a\xfb\x1b\x1d\x63\x48\x16\x73\x58\xab\xcf\x84\x56\xaf\x2d\x4e\x4f\xbc\x5f\x8e\x76\xbf\x74\xfd\x27\x87\xa2\x28\xcb\x8b\xf1\xf2\xe6\x50\x64\xda\x99\x87\x5e\xd4\xb4\x3b\xba\xd2\xc3\x35\xa7\x51\x36\x59\x78\x4f\xf0\xee\x97\xfc\x09\x38\xeb\x9e\x46\xa3\x7c\xdc\xe9\x80\x2d\x53\xfc\x2c\xcd\x99\x58\x48\x61\xae\x4a\xfa\x56\xca\xf0\xad\x9c\xae\xa2\x4c\x08\xcd\x02\xa3\x21\xeb\x46\x2b\x5f\x45\x13\xea\xe5\x7e\x2b\xca\x68\x4d\x47\x8d\x5a\x93\x74\xb9\x8c\x5a\x1e\xf6\xc1\x3b\x83\x46\xd3\x9e\xd2\x54\x27\xe4\xc9\x2f\xf9\x5f\xf1\x2f\xf9\x5f\x77\xbf\xe4\x47\x4f\x70\x22\x27\x2a\xef\x8f\x22\xb3\x56\xb9\x59\xc0\x11\x80\x28\x67\x69\xe2\x8f\x8e\xc7\x63\x1f\x57\xca\x4e\xc6\x63\x5d\x5b\xb7\x90\x1f\x9d\xf8\xfe\x38\x18\x45\xc6\x88\x97\x90\xa4\x16\xca\xc7\xac\x98\x77\x02\x36\xfc\x76\x1a\xa4\x7e\xdd\x8a\x12\x59\xae\xcc\xfb\xee\xb9\x68\x2a\x2e\x84\x9e\x91\xf6\xee\xee\x9e\xc0\x3c\x03\x16\x1c\x21\x8c\xba\xd6\xf2\x73\xbf\xef\x39\x35\x09\x17\x1d\x1d\x63\xea\x07\x51\xe5\xd5\x91\x7c\x77\x22\xde\x51\x73\x43\x1e\xee\x62\x8c\xf7\x23\x8c\x6b\x32\xc1\x96\xa3\xd9\x12\x8e\xf5\x9f\x78\x5e\x3f\xf8\xa5\xbb\xfb\xe5\xc8\xef\xff\x32\xfd\xeb\x2f\x3d\xf1\xaf\xef\xf5\xfe\xea\x3f\xf1\x71\x4a\x8e\x20\xe0\x45\x44\xe2\xd1\xd3\x31\xd0\xc3\xb4\xb4\x73\xc7\x33\xef\x58\x60\x4f\x89\x3a\xff\x8b\xfc\xf2\x46\x56\xe8\xa1\xff\x05\xe7\xb8\xa8\xcf\x82\xcc\x1f\xf1\x31\x64\x38\x4d\x0b\x38\xb9\x59\xc0\x9b\xdd\x0e\xdd\xc0\xd1\x49\xa4\x9a\x35\x6f\xfa\xe6\xf8\x70\xdf\xd9\xd3\x63\x4e\x15\x83\xc7\xb6\x72\xe0\x28\xd3\x97\x60\x9b\xb3\x8d\xc2\xa3\x38\x06\xce\xa4\x52\x43\x24\x4d\x42\x86\x40\x07\xda\xc4\x85\xc5\x12\x84\xa1\x34\xc4\xc4\x23\x3e\x3e\x22\xec\xaf\x1e\xea\x4a\x9c\xc9\xba\x27\x63\x19\x01\x5e\x37\x2e\x29\xfd\xc7\x90\x6c\xf3\x45\x3c\xe3\xc1\x16\xd8\x46\x70\x72\x7c\x8c\x15\xeb\x82\x88\xf6\xac\x31\xf0\x78\xa9\xf3\x33\xc2\x5d\xeb\xa4\xbc\x84\xe5\x18\xba\x63\x41\x8e\x4a\x3f\x44\xb9\xe7\xe1\xfa\x70\x29\x9d\x45\x24\xd6\xba\x7f\xae\x49\x9b\xe1\x0b\x82\xbf\x38\x06\xcb\x09\xc9\x5d\xfb\x64\x22\x0a\x2a\xa6\x48\xbc\x56\x91\x13\x02\x06\xde\x34\x13\x9c\x8e\x26\x63\x1f\x53\x36\x75\x4a\x8e\xd2\x51\x32\xee\x46\xa3\x64\xec\xdb\x46\x1e\x65\x98\x90\x9e\x38\x11\x5e\xbb\x7e\x3b\x85\x32\x0d\xe9\x79\x7b\x7a\x60\xde\xec\x9b\x6a\xf2\xab\x32\x21\x22\x4c\x62\x75\x5a\xd4\x44\x44\xce\x0c\xe5\x24\xab\xcc\xf4\x44\x1f\x42\x2a\xa8\x26\x24\x0c\xbd\x23\xe6\xf7\x47\x47\x0c\x1f\x8f\x83\xe7\xa1\xc7\x70\x8a\x23\x9c\xfb\x8a\x3f\x80\xdd\xd5\xd3\x87\x78\x90\x74\x4c\xb9\x1c\x4c\x46\x27\x63\x5f\x1b\xbd\xf7\x55\x3b\xd2\xd5\x94\x77\x2a\x54\xd2\x2f\xa0\x16\x38\x36\xa8\x4a\x6a\xf9\xa4\x0b\x42\x43\x45\xd5\x1a\x98\x8d\x60\xaa\x53\x4c\xcd\xb4\x1e\x17\x78\x95\x81\x80\xab\x73\x08\xeb\x99\x7e\xf6\xc8\x99\xae\x19\xb9\x94\x2b\xb0\x36\x09\x6a\x95\xf5\xd4\x2a\x2a\x0d\x7b\x20\xc5\x79\x8c\x7c\x90\x47\x25\x52\x54\xac\x28\xd7\xb0\x6e\x95\xe6\xa4\xa8\x2a\xef\xc6\xa7\x2b\x58\x42\x38\x07\xcb\x49\x3c\xca\xc6\xa7\xb1\x36\x15\xc4\xc6\x34\x20\xca\x85\xe8\x2c\x99\xd7\x3a\xac\x83\x88\x9b\x20\xc4\x5c\x1b\xe6\x30\xab\x5a\xde\x7c\xd5\x4f\xaa\xbb\x89\x64\x2f\x39\xb6\xa7\x85\x4c\x4e\xe5\xe9\x2f\xef\xad\xb2\x38\xcd\x62\x7e\x8f\xd7\xa4\xba\x01\xf0\x8c\x6c\xd5\x3d\xd9\x1a\x29\x60\x64\x3d\xa2\xe5\x41\xd6\x88\x8e\xbf\x9e\x8c\xe8\xb8\xd3\x69\xf3\x1e\xcd\x27\xd1\x8a\x7e\x8c\xf9\xe2\xbd\x06\x19\x26\xd4\x10\x4e\x51\x1d\x8b\xea\xbe\x8f\x99\x72\x77\x63\x7e\x81\x73\x3a\x49\x05\x84\x4d\xdd\x95\xf8\x49\xdd\xfd\x9f\x91\x35\x38\x47\x96\x90\x7c\xf3\x00\x24\x99\x82\x24\x66\x9e\xf8\x14\x20\xe9\x7a\x76\x07\x6b\x79\xa2\x12\xac\xd5\x51\x8a\x6f\x00\x95\x2e\xa3\x86\xf7\x37\xeb\x82\x92\x56\x2a\x52\xa6\xe4\x57\x97\x90\x51\xbf\x6f\xae\x20\x07\xc8\x8c\x1b\x9d\xae\x15\xd5\x59\xe3\xd9\x88\x8f\x3d\x65\xfe\xae\x91\xa6\xb5\xd8\x2f\x7a\xe9\x02\xd3\x49\xe6\xe8\x5c\x6a\x17\x8e\xb1\x8e\x7d\xf9\x15\xae\xed\x8c\xc0\xf5\x62\x28\xf0\x35\xa5\xab\xcb\x74\x4e\xf9\x82\x66\x7a\xdf\x7d\xf9\x28\xce\xa0\xc9\x98\xd8\x81\x0a\x81\xe4\x85\x7c\x8d\xb6\xb1\x4d\xf9\x2a\x04\x4d\xf9\xf6\xcc\x92\x34\x15\xd4\x4f\xcd\x9d\x3b\x0e\x33\x7b\x70\xfc\x1d\xf5\xd5\x70\x0d\xb9\xc1\x13\x51\xe8\xf2\x86\x68\xef\x31\x15\x1b\xe5\xe3\xaf\x53\x08\xed\x06\x1e\x9a\x95\x29\x1e\x4d\xc6\x44\xbd\xed\x32\xc1\x20\x30\x1b\x4d\xc6\xdf\x88\xa2\xfc\xe0\x07\xb9\xc0\x6a\xc1\x25\xe0\xa0\x41\x4f\xe1\x57\x8f\x21\x5d\x20\x0d\xbd\x70\xc8\x80\x6d\xd3\x14\xed\x21\x8c\xec\x15\xaa\xfa\x08\x88\x09\xa7\xca\xd5\x46\xc8\x44\xf2\xee\x6d\xe9\x55\xd1\xca\x94\x6b\x73\xd6\x40\xbf\x20\x86\xef\x90\x26\x10\x00\xc8\xcb\xfc\xb2\x6d\xe9\xd0\x09\x4e\x44\xb5\xaf\x8c\xd3\x59\x66\xea\xbb\x92\xfe\xc7\xb3\xf7\xdf\xbf\xfe\xfe\xdb\xa0\xf5\x2b\x8c\x40\xc3\xf7\x6b\x6b\xb9\xce\x85\x36\xda\x82\x6b\xe2\xad\x74\xd6\x8a\x79\xde\x92\xad\xb6\x54\xa5\x36\xf2\x31\x3d\xd5\xf2\xc3\x7e\xe4\x29\xb1\x2f\x22\x69\x29\x4d\xa4\x16\xf6\x4d\x2a\x1b\x52\x22\x8f\x83\x54\x09\x99\xd4\x85\xf4\xb5\x28\xb4\x7c\xde\xf1\x8c\xac\xdd\x1b\xdd\x78\x21\xaa\xd8\x78\x37\x15\x05\x57\xda\xeb\x5d\xed\xca\x15\x59\x85\x5e\xe6\x8f\x92\xf1\x69\x3e\x9a\x8e\xbb\xab\xaf\xa3\xd1\x6c\xdc\x84\x49\xb3\x71\x97\x88\x77\x5d\x4f\x56\x14\x8a\xd9\x68\x36\x3e\x5a\x7d\x13\x8d\xa6\x7b\xbe\x38\x22\xb2\x4a\x57\x54\x69\xa0\x18\x71\x58\xfb\x4a\xf2\xb6\xa5\xfc\x30\x1f\x25\xe3\x27\x4f\xbb\xab\x27\x4f\xf1\x0d\x38\x9d\xd5\xb8\x25\x9e\xdb\x67\xf4\x37\xa5\xb7\xff\x7a\xec\xe3\xfb\xca\x3b\x7d\xcb\x61\x5d\xde\x72\xc0\x57\x64\xd9\x6d\x1a\xeb\xbc\x7b\xaf\x37\xe5\x55\xc9\x24\x0c\x8d\x16\xe2\x59\x77\x85\xaf\x7c\x7c\x2c\xc6\x05\x48\xa4\xcd\x61\xf6\x71\x11\xbc\x20\x1e\x0b\x3d\x46\xb6\x05\x9e\x61\x68\x01\xb2\x00\x7a\x57\x92\x80\x33\xbc\xc0\x08\xf9\x98\x89\x1d\x8a\xa9\x26\x81\xa3\xbb\x2e\x7c\x3c\x46\xf2\x04\x50\x6f\xda\xbf\x3d\xb0\x69\xe3\x99\x77\xb1\x6f\xb7\x82\xc0\x6f\x6f\xcf\x78\xe6\xd1\x9e\x3a\x5f\xec\x74\xec\x83\x3f\xa1\x4d\xd7\x8e\xd7\xdc\x7d\xcd\x3e\x4b\x3a\x68\x90\x84\x6a\xf2\x82\x2b\x8f\x56\x36\x56\x4c\x96\x02\x65\x61\x83\x35\xd6\x39\x19\xef\x76\x48\x28\xb2\xa3\xb1\xbe\x2b\xca\x7b\x57\x74\x11\xdd\xc4\x69\x26\xef\x8a\xb6\xde\x85\x41\x44\x46\x19\x8e\xc7\xa7\x10\x2e\x07\xee\x83\xb6\x7e\x17\xa5\xe7\xa2\x75\xbb\xf4\xbd\x2e\xc5\xed\x63\xfd\x42\xc7\x3e\x88\x48\xd9\xb4\x96\xc6\xa3\x06\x06\x9c\xe3\x09\x2c\x4d\x26\x74\xff\xdd\x2e\x2a\xd3\xae\x4f\x8e\x4e\xca\x69\x7d\xc4\xb8\x95\x90\x54\x93\x8b\x6c\x51\xa9\x9c\xf7\x99\xcd\xc2\x16\xc4\x88\xdd\x59\xa7\x33\xf3\x12\x79\xea\xe3\x7f\x33\xf3\xd6\x20\x98\xf9\xbb\x5d\x29\x71\xa8\x2a\x50\xfe\xb5\xa8\x21\x2b\xef\x76\x5a\xdc\x56\x15\x24\x49\x91\x8d\xf0\x74\x25\x2a\x94\xa2\xb6\xaa\x23\xca\xa1\x0d\x55\x19\x4f\x89\xdd\xb6\xf4\x9d\xf3\xf1\x8a\x38\x40\x29\x3f\x39\x1f\x2f\x89\xd5\x08\xf8\xd4\xf9\xf8\x86\xb8\x9d\x33\xd3\xf6\xdc\x19\xe6\xb4\x32\xa6\x95\x33\x80\x65\x15\xda\x1b\x7c\xff\x00\xa3\xcf\x04\xd1\x68\xb7\x39\xec\x9b\x1f\xa3\x2c\x96\x91\xf6\x3b\x1d\xef\x5e\xde\xed\x94\x7e\x9a\x29\x74\x2d\x8a\x28\x9b\xaa\x82\xd5\x6e\xd7\xae\x56\x5a\xaa\xb2\xb2\xd6\x8d\x8f\x2f\x1a\x3a\x78\xae\xc3\x0d\x36\xf4\xb4\xaa\xf6\x34\x6d\xe8\xe9\xa6\xd6\xd3\xd2\xc7\xb7\xe4\x6a\xb7\xbb\x38\xf5\x16\xbb\xdd\x7c\xb7\xbb\x95\x42\x84\xa2\x08\xa4\x7d\x8c\xe1\x85\xb4\x7e\x47\xa3\xc9\x91\x50\x90\x6e\x85\xfa\xd4\x10\x16\x45\x37\x4c\xfb\xaa\xdb\xa0\xec\x9e\xf6\xe1\x6d\x40\x0b\x2f\xf5\x5d\x17\x83\xec\xc8\x4b\xc1\xe1\x2c\x0d\x10\x6a\x60\x12\xea\xee\x49\x15\xdf\x6f\x9a\x69\xcf\xe1\x73\x7a\x5f\x1e\xb0\x37\x52\x47\x8a\xa5\x45\x54\x49\xb7\x05\xd6\xfb\x3a\x50\x96\xd2\x83\x12\xab\x71\xd1\xc5\xee\xaa\x05\xed\x13\xbc\x67\x1d\x83\xf6\x49\x81\x81\x24\x6b\xda\xfe\x77\x9b\xb6\x9f\x7c\x9e\xb5\xa3\x94\x3a\x62\x92\xe9\x79\x49\x49\xe6\x18\x37\x0e\x4b\x1d\xe0\x99\x0e\x16\x53\xbd\x09\x6a\x07\x23\x96\x5f\x95\x23\x65\x8c\x49\x3a\x62\x42\x46\xe8\xc3\x9b\x8a\x98\x3b\x0e\x8e\xdd\xb5\x5f\xc2\xd5\x8d\x26\xb9\x20\x96\xf2\xea\x22\x9e\x52\x3d\x3b\xff\x38\x28\xf1\x1f\x14\x53\x45\x33\x08\xa3\x8a\x0a\x5f\x15\x54\x79\x23\x09\x65\x70\x24\xd3\xd4\x6c\x83\x1d\xb2\xd6\x85\x3c\x17\x86\xfc\x15\xbe\xc5\xf9\x64\x56\x26\x49\x5b\xbe\x56\x5e\xc2\xd2\x53\xf5\x1b\xe3\x1d\x0c\x0e\xb3\xdf\x94\x3e\xc1\xca\x3d\xf6\x6b\x45\x2d\x61\xc4\x70\xe7\xbe\x27\x86\x57\x0e\x45\x3e\x83\x75\xb5\x57\x7a\x12\x8d\xd0\x5d\x37\x5d\xf3\x6e\x3a\xeb\x96\x60\x20\xa1\xea\x83\x20\x0d\xad\x9d\x1c\x68\xed\xe4\x51\xad\xb5\x4f\x6c\x9b\xd4\x44\x3a\x63\x0e\x65\x48\x3b\xb5\x8a\x5f\x3d\xce\x5e\x72\x07\x8a\xda\xbd\x6d\x8c\x2a\xb1\xf9\x53\x56\xc4\x72\xbb\x70\x16\x63\xbe\x5a\x9f\x4d\x26\x34\xa1\x32\x60\xe7\xa9\x39\x87\x49\xab\xc7\x02\xa5\xb2\x50\xf9\xe6\xd7\x96\x3c\x66\x6e\x2d\xd3\x1b\x3a\x6d\xf1\xb4\xf5\xab\x3d\xe4\x5f\xcb\x73\xb0\x88\x4d\x5b\xb7\x71\x92\xb4\x58\xca\xe5\x11\xd8\x4a\x50\x0b\x3a\x6d\xc5\xac\x35\x5b\xf3\x75\x46\x5b\x37\x34\xcb\x05\x81\x10\x5a\xc7\x3b\xa9\xc7\xfc\x96\x6b\x8f\x37\x1d\xd3\x50\xc0\xd7\x4f\x03\x5e\x05\x1f\xe7\xa4\xd1\x9c\x84\x27\x24\x0d\xbd\x5c\xe8\x11\x5b\x2d\x64\x05\xb1\x91\xb7\x0a\xbc\x6e\x0a\xfb\x6d\x51\x91\x8c\x30\x3d\xef\x31\x04\xa4\xd5\xfb\x42\x69\xc7\x20\xcb\xe2\xc8\x96\x33\xf2\xc6\x98\x59\x85\x00\xc5\x53\x17\xc9\x04\x3c\xa9\x97\xe9\x87\xf5\x03\x14\xc9\xf1\xb5\x9a\x11\x75\xda\x53\x4a\x4a\xc6\x32\xdf\x45\x42\xf3\xe1\xfd\xf5\x6e\x37\xdb\xed\x26\xff\xfb\x94\x10\x92\xfc\xef\xd3\x7e\x1a\x44\x41\x8e\xa7\x84\xf7\xd3\x40\x27\x7a\x90\x8e\xb5\x0b\x4f\xd6\x3a\xe9\x74\x12\xfd\xa3\x3d\xeb\x74\x78\x5f\x5e\xb4\xe9\x9e\x04\x99\x12\x4f\x78\xba\x0a\xa6\x5e\x26\xe5\x0f\xe5\x7b\x2b\x9e\xb5\xe0\x21\x7d\x73\x17\x5e\xa6\xe4\x96\xa2\xf0\xa8\xb6\xb5\x4f\xe9\x4d\x3c\xa1\xef\xe2\x3b\x9a\xbc\x17\x0b\xf6\xf5\xd3\xdd\xae\x3d\x08\xc5\x68\x2c\x01\x84\x69\xbf\x57\x6d\x3d\x58\x58\x36\xa6\xcc\x50\x5a\xa5\xbc\x4d\x6b\x16\xc0\x95\xc2\x12\xbc\xd4\xb6\xd8\x78\xe6\x2d\xed\x1e\x66\x7d\x73\xbb\xa7\xbc\x86\xd1\xef\xe6\xce\x29\xc3\x91\x16\xd4\x82\xee\x44\x59\x9b\xca\x22\x90\xf2\xf0\xca\x02\x6c\x71\xb8\x4d\xe9\xf6\xac\xe4\x47\xd1\xe2\xad\x53\x20\x45\x4f\x1c\x75\x3a\x53\x3f\x19\x4d\xc7\x44\x8e\x28\x89\x38\x7d\x36\xf5\xd0\xd1\xea\x08\xad\xee\x70\x0b\x1d\x2d\xe5\x8f\x63\x1f\xe1\x64\x34\x1b\x93\x63\x9c\x8c\x16\xf0\xc7\x71\x43\x2a\xe7\xa3\xbc\x52\x72\xe3\x4e\x41\xf7\x24\x38\x11\x62\xa2\x35\x02\xb8\xc2\x0f\xcd\x2e\xff\x7a\x23\x1b\x5e\xfd\x75\xee\x36\x3d\x3b\x42\x02\x8e\x05\x1c\x55\xdc\x93\xad\xe3\xa5\x15\x58\xf8\x68\xb9\x5f\x97\x24\x53\x09\x32\xf7\x0e\x1d\x35\xde\x04\xfa\x75\x62\x0a\x8c\x5e\x39\xb4\xdf\x57\x54\x4b\xb7\x0e\x88\x2d\x15\xc2\x20\x88\xec\x5d\x89\x50\xf7\x1a\x7b\x0a\x5c\x12\x46\x4d\x9b\xff\xdf\xc3\x36\x35\xcc\xf4\xd8\x36\xcd\x02\x98\x06\x9e\xd7\x8d\x39\xe0\xda\x57\x8e\x1d\xdb\xae\x1c\xac\xc9\x95\x83\xfa\xdb\xb6\xd8\xea\x6c\x44\xc7\x7d\xde\xcb\x29\x2f\x5d\xe4\x28\x16\xa5\x7e\xc0\x6b\xce\x73\x54\x99\x27\x6d\xa5\xbc\xd3\xb1\x3b\x73\x27\x4d\xe9\x62\x9d\x0e\x8c\xc8\xfe\xaa\x61\x76\x53\xf6\x26\x8d\xa6\x41\xf5\xb8\xb1\xbc\x71\x33\x0d\xbd\x18\x73\x4c\x31\xab\x2a\xb5\x11\x59\x84\x1e\xb3\xc4\xb7\x54\xd5\x7b\xd0\x1d\xb6\x56\x45\xfb\xc0\x9a\x23\x7e\x77\x6e\x1c\xc4\xc4\x91\x8f\x37\xa1\xc7\x71\x49\xff\xd9\x83\x8e\xa8\x85\x8f\x59\x1d\x95\x24\x4d\x29\x0a\xfc\x5b\x48\xb6\xa6\x87\x12\xb9\x9c\x56\x85\x04\xeb\xb8\x04\x09\x94\xaa\x38\xf4\x81\x4f\xb3\xf2\x43\xb5\xa3\x5d\x8a\x79\x96\x5e\x54\x6e\xa9\x99\x86\xe0\x63\x58\xe0\xd7\xfb\x02\x18\x58\xee\x34\xe0\x68\xdd\x70\x49\x6f\xdf\x25\xe4\xbe\xfd\x10\x6c\x8b\x53\x2a\xfd\xcb\x4a\x2f\x5c\xc7\xc9\x8b\xd4\x43\x74\x66\xf4\xf7\x35\xcd\x79\xc5\x41\x2c\x53\x9e\x55\x7e\x21\x9b\x91\x4f\xe4\xfd\xd0\xb3\x1e\x7b\x57\x70\x7f\x60\x11\xe7\xbe\xeb\x08\x69\x36\xff\xb9\xb4\x3b\xe4\x38\x76\xdc\xcb\xb6\x96\xf7\xa9\x98\x53\xe3\xf5\x2b\x1e\x1c\xff\xad\x60\x34\x2e\x2a\xbe\xd9\x84\x77\x3a\xbc\xf7\x1b\x58\x5a\xfb\x7c\x74\x3c\x0e\xb8\xed\xc9\x29\x83\x21\xa9\xd7\x4c\xbc\x66\x7b\xfc\xb3\xc9\xb6\x70\xf6\x74\x15\x68\x4b\x50\x8b\xcb\xdf\x7e\xd3\xce\xe7\xfe\x36\xab\x77\x30\xe2\xe3\xda\x4c\x38\x6f\x21\x10\xb4\xd5\x76\x3f\x76\x5e\x07\xdb\x42\xba\xb9\x39\x9e\xb9\xce\x05\xb0\xe6\x91\x1d\xbe\x15\x26\xd3\x3b\x17\xb8\x09\x62\xb8\x1a\x76\xf0\x62\x98\x72\xc8\xea\x72\xe3\x90\x55\x81\x6f\x9f\x6f\x9f\x7d\xdf\x81\xf6\x24\x61\xf2\xc1\xc1\x0b\x7e\x7a\xb6\xca\x67\x34\x41\x03\x23\x16\x85\x80\x3d\xe5\x94\x48\x2c\x54\x61\x17\x52\xd7\x75\xdd\xd9\xca\xa7\xa9\x72\xc5\x95\x30\x34\x3b\xf1\x36\xb8\x4f\x12\xe3\x53\xcd\x43\x8f\xe2\x11\x5c\xa8\x43\xb2\x5b\x9d\x64\xbc\xbe\xa3\xae\x42\x19\xb7\x02\x36\x46\x51\x60\xf9\xd5\x54\x22\xfc\xfe\xcf\xee\x1a\x3f\x6b\x82\x78\x7f\x1b\x97\xcd\x5d\x37\xf9\x2e\xef\x6f\x64\xe8\x36\x32\x16\x8c\xc4\xf3\x4f\x5f\x87\xbd\x0f\x3c\x4e\x72\xd2\xec\x9c\x2e\x05\xc7\xbe\xfc\x13\xb0\xde\xdc\xef\x49\xad\x00\x3e\xc2\xaf\xc3\x92\x93\xe4\xe4\xfb\x50\x14\xe8\x3d\x41\x7e\x0b\x61\x09\x7f\x0a\xc9\xeb\x10\xbf\x0c\x09\xf3\xfe\xfe\xff\xbe\x3c\xf1\xf1\xab\x10\xa2\x45\xbe\x0c\x7d\xfc\x63\x48\x5e\x85\x9e\xef\xf9\xf8\x83\xf9\xf5\x73\xe8\x48\xee\x86\xa2\x72\x2b\xe2\x23\xc7\xf5\x90\x0e\x42\x49\xa0\xb7\xf2\x52\x94\x07\x77\xe8\x8f\x4f\xe3\xaf\xd9\x69\x7c\x74\xe4\x67\xa3\x78\x6c\x51\xd8\xd8\x9c\x8a\xce\xb9\x77\x09\xff\x43\xe2\xbd\x28\x49\x7a\x20\x90\x08\xb4\x10\x13\x35\x2e\xf3\xf2\xfb\xbb\x9d\xa2\x89\xc8\x09\x81\x87\x54\xf2\x72\x1f\x97\x6d\x89\x4a\x39\xe5\xef\xdd\x7a\xee\xce\x11\xe4\xce\x69\x48\x7a\xa3\x7a\x95\x52\x42\x31\x17\x7b\x6f\xa2\x68\xbd\xa7\xaf\xfd\x84\x1c\x2e\x01\x9d\x6a\x55\xd5\xdc\xca\x32\xc7\x78\x3d\x13\x93\xfb\x63\x9c\x24\x1f\xd8\x32\x5d\x33\x6e\xf3\x0a\x97\x02\x43\x6f\x70\xcb\x00\x0b\x0d\x8b\x4d\x69\xd6\xc4\x58\x54\xa4\x33\x25\x15\x78\x3f\x86\xbd\x77\x59\x7a\x13\x4f\x69\xa6\x43\xd3\xd4\x9b\x15\x54\xc9\xfd\xec\xc3\x9e\xcf\xaa\xb3\xa6\xd8\xc4\x2a\x4b\x57\xb9\x49\x8c\xe8\x0b\xfe\x55\x78\x59\x6f\xa0\x07\xe8\xe3\xbf\x84\x4d\xfa\x9e\xbc\xb0\x16\xe7\x12\x29\xa8\xdf\xa7\x82\x75\xd0\x02\xff\xe0\x56\x87\xc0\x02\x3a\x2a\x51\x79\x26\xe8\xdc\x17\xa9\xe1\x1b\xb3\xf0\x8d\x7f\x73\xd2\x17\x5a\x1a\x5c\xd8\x3c\x39\xcd\xbe\xe6\x70\x19\x84\x81\x93\x91\x85\x79\xd9\xd8\x92\xca\x01\xd3\x94\xae\xc4\xc4\xc6\xfe\xb6\x21\xd8\x52\x33\x5c\xaa\x91\x1f\xa4\x3f\xf2\xa9\x0c\xac\x47\xc1\x6e\x3a\x59\x67\x82\xc9\x12\xee\x17\xf8\xbb\xd0\x52\xb8\xad\x1b\x3e\xf6\x9d\x7f\x9c\xae\xa2\x49\xcc\xef\x83\x63\x0c\x31\x71\x69\x06\x24\x25\x0f\x64\xfc\x82\x02\xff\x33\x14\x3c\xf5\x5f\xff\xf5\xdb\x12\x48\x3d\x52\x21\xeb\xd5\xb4\x96\xf2\xa1\x12\x1b\xab\xdb\x54\x72\xa4\xd7\x4a\x47\xd8\xb7\x99\x65\x2d\xb9\x8d\x21\xf2\x68\xe5\x3d\x08\xe8\xfb\x5f\xe7\x94\xbf\xb3\x5a\xa8\x13\x82\xb2\x7d\x45\x05\xbe\x0d\x65\x08\xa9\x55\x2e\x1d\xe4\xde\xd3\x19\x08\x7f\x56\x4d\xa0\x0c\x92\x6b\xbd\x73\x06\xa1\x48\x44\x0d\x84\xb3\x12\x48\x07\x02\xde\x33\xe0\x13\x5a\xff\x52\x76\x01\x31\xaf\x2f\x94\x34\x80\xf0\xd6\xd2\xd0\x4a\xb5\xad\x41\x57\x63\xb6\x89\xc4\xd1\x14\xa0\x45\x4f\xae\x16\xb5\x16\x8a\x15\x60\x75\xad\x82\x31\xa7\xfc\xad\x4a\x2c\x83\xbd\x1a\x5d\xb2\x14\x01\x3d\x6f\xd6\x1d\x3c\x47\x01\xd0\xef\x9d\xd2\x8a\xd6\x60\xda\x70\x2e\xe8\x95\x82\xff\x04\x82\xd7\xab\x4a\xa5\x40\xb9\x95\x9e\x0d\xcd\x6f\x61\x9d\xdd\x22\xa5\x3e\x97\x93\xd9\xb6\xd6\xc2\x9c\xc2\x5a\x65\x85\xef\x28\xcc\xa5\x99\xbe\xc0\x0d\xcb\x14\x68\xfc\x70\x4a\x0b\xbf\xa8\x2f\xf2\x5c\x63\xa8\xb4\x51\x36\xcc\x70\xcb\xc6\x3d\x31\x16\x29\x59\x89\xe5\xeb\x4f\xbc\x92\xca\xd8\x2f\xf6\xdd\x47\x14\xb3\x63\xd5\x52\xda\x7a\xf0\x5d\x78\x00\xb0\x77\xa5\x2e\xd9\x08\x9c\x05\x8e\x7e\xa8\x6f\xfe\x86\xd6\xcf\x8c\x6e\xbd\xa7\x61\x33\xf9\x95\x41\x3b\x43\xb0\xef\xce\xfe\xb3\x79\x18\x6f\xd7\xfc\xed\xec\xb9\x51\xab\x65\x46\xf9\x47\x8f\x05\x7a\x81\x83\x88\x7d\x63\x51\xa2\xe8\xbb\x0a\x41\x73\x42\x3d\xf7\x5c\x72\x07\xe2\x86\x5b\xd4\x53\xcd\x78\x25\xb1\xd1\xaf\x40\x38\x68\x20\x2d\x4d\x34\xa8\xda\x6f\x23\x70\x4a\xc6\xa7\xc4\x34\x66\xa1\x18\x56\x42\xcd\xca\x92\x25\x74\xac\x1c\xd6\xe9\x34\xc1\x0e\x8c\xe6\xa7\xd0\x63\x58\x90\xc6\x92\x60\x78\x7e\x23\x45\x74\x74\xe8\x87\x26\xaa\x36\x4f\xee\xe7\xde\x67\x48\x65\xe7\xf1\xb4\xaa\xbf\x03\xd3\xb7\x24\x1e\xd7\x15\xc2\x3c\xe9\x2b\x88\x8d\xb3\x03\x55\xab\x85\xce\x17\xee\x8d\x64\x68\xd9\x2e\xe9\x74\xce\x87\x9e\xef\x59\x1f\x58\xe7\x93\x36\xb5\xcb\x79\x16\x4f\x38\x5c\xce\xeb\x5b\xb5\x1d\xc2\x0a\x36\xf2\xca\xed\x35\x4b\xaf\xb7\x31\x71\x4f\x0b\xfd\x86\xea\x7b\x54\xbe\xa0\xa9\xea\x9e\x3b\x9e\xaa\x72\x33\x03\x15\xb8\xaf\x27\x5b\x28\x43\xa5\x26\x59\x5d\x83\x1a\x1a\xe0\x87\xe5\xee\x6f\x43\x7b\xb0\x86\xbf\x4b\xc9\x41\xde\x4b\x6d\xde\x2e\x07\x25\xf3\xbf\x38\xad\x1a\x59\xd9\xdb\x42\xe6\x2f\x25\x5c\x97\x62\x88\xca\xf1\x04\x2f\x5c\xea\xef\xf9\x16\x37\x76\xdf\x1b\x22\xec\xf9\x38\x75\xe9\x99\xa9\xd9\x44\xe7\x3c\x1f\xbb\x13\x15\x34\x4c\x9e\xf4\x0b\x7c\x27\xc0\x0f\x1c\xa0\x8d\xe0\x52\x81\xb9\x24\xdd\x9e\xe0\x69\x35\xa5\xe0\x74\xce\xbd\x7f\x85\x82\x32\x82\x46\x0a\x2d\x23\xdc\x64\x33\x6c\x30\x11\xba\xfb\xc7\xc8\x93\x15\xe3\x62\xe1\x9f\xfe\x64\xeb\xc0\xe5\x25\x25\xba\xb1\x8f\xcb\xab\xed\x61\x46\x12\x21\xcd\xa2\xea\x0b\x34\xb6\x82\x59\xd4\x54\xad\x41\xca\xf2\xf5\x92\x66\x80\x2b\x8d\x17\xf4\xaa\x1f\xfd\x2b\xc4\x13\x40\x81\xa6\xe1\x08\xd4\xee\x73\xa1\x0f\x31\x79\x07\xa2\x94\xea\x37\xf6\x41\x9c\x63\xb6\x86\xab\x7a\xaa\x44\x2c\x77\x19\xd8\x73\x78\xbf\xbc\x4a\x93\x5c\x5b\x3d\x0f\xd5\x81\x44\xbe\xe0\xd0\x91\xd5\xe3\x0f\xf1\x6a\x52\x21\xb7\x89\x73\x9a\x4f\xb2\x78\xc5\xd3\x0c\x60\xb4\xc2\xbd\x16\xe0\x8e\x0c\x37\x92\x95\xc2\x00\x5e\xc9\x9a\xf4\x96\xc3\x63\x9b\x4f\x8b\x76\x2a\xf5\x2b\x3b\xe6\x69\xdf\x7e\x08\xb6\xc5\x29\xff\xdf\xa7\x7d\xbe\x51\x13\x23\x14\x9d\xf6\xf1\x1e\x9b\xe2\x9c\x4b\x83\xfd\x88\x83\x59\x2e\x78\x60\x90\x79\x63\x30\x58\x48\x7d\x8f\x1f\xfa\xd4\x63\x82\xce\x59\x50\xed\x01\x69\x7f\xb8\xd9\x87\x56\x80\xc1\x05\x5b\xdf\xba\x05\x02\x8b\xbf\x21\x65\x8e\xa3\x85\xe7\xf7\x52\x46\xdf\xce\x2e\xef\x57\xd4\x1b\x89\x47\x26\x36\xb3\xf8\x21\x80\x18\xfb\xbd\x38\x7f\xaf\xae\x6f\x62\x49\xbd\x07\x26\xc3\x93\xa8\x25\x9d\x75\x2d\xaa\xd4\x54\x28\xf3\xc0\xd9\xaf\x80\x9e\x34\xb6\x24\x04\x29\xa0\x1e\x50\x78\x95\xa6\x09\xe6\xd1\x3c\x78\x8b\xe3\xfc\xed\x4a\x81\x2c\x4a\x6d\xc0\x26\x79\x7e\x91\x0a\x6a\x25\x07\x04\xf3\xa2\x6f\x66\x34\x0c\x51\xf7\x24\x46\x0b\x11\xdc\xc6\x3e\x9e\x45\x49\x72\x15\x4d\xae\xdf\x39\x03\xd9\xff\x61\x24\x94\x66\xf1\x5d\x12\xaf\x4a\x48\xcb\xc4\x3f\xd7\x2a\x27\x53\x70\x6d\x03\x5a\xaa\x29\x16\xa0\x2e\xe1\x32\x6d\xd5\x9d\x88\xf6\x43\x74\x36\xf6\x21\x29\x58\x9a\xab\x16\xc4\xe2\xe1\x59\x34\xa5\xd6\x2c\x66\x11\x53\x8a\x00\x7c\xb9\x88\x56\xd4\x7b\x27\x05\x39\xd1\x60\xee\x17\x38\xde\x90\xed\x43\xee\xf6\xd6\x5a\xab\x7b\xb6\xe5\x92\xc1\xd1\x02\x2c\x93\x09\x46\x13\x1c\x37\xcc\xad\xf2\x98\x82\xc9\x93\x11\x92\x75\xbe\x24\x99\xff\xb1\x9c\x27\x38\xea\x51\x03\x73\x8e\x7a\x60\x70\xed\x63\x7b\x58\x6c\x23\xb4\xbb\x77\x26\x94\x02\x70\x15\xbf\xc0\xe9\x66\x9f\x7d\xc4\x38\xb1\xab\x5b\x77\x4c\xd9\x34\xe4\x91\x0e\xd7\x16\x0c\xc1\xe9\x64\x6e\x6c\x69\x89\x73\x9f\xe5\xa9\xcc\x25\xec\x61\xcc\xc4\x7e\x74\xea\xce\x0f\xd7\x7d\x4f\x67\x44\xff\xa8\xbc\xd5\x03\x27\xe5\xcf\x4a\x0d\x73\xba\x03\x73\xce\x7b\xf2\x47\x81\x99\x96\x76\xa5\xb0\x7d\x4e\xb3\xf8\x86\x4e\x81\xdf\xbf\xcc\xd2\x25\x4c\x0c\xd9\x73\xda\x20\xdb\x80\xab\x28\xf2\x67\x5f\xb7\xaf\xdf\x15\x10\xa5\xad\xf8\x5c\x49\x5a\x89\xd1\x21\x75\xe4\x5f\xfd\x28\xc5\x23\x31\x57\xf9\xfe\x37\xa3\xe3\xf1\xc1\x97\xbd\x59\x3a\x59\x1f\xfe\x5e\x56\x91\x82\x9b\xbb\xbc\x8e\x01\x46\x34\xc0\xcb\x77\xf5\xcb\x09\xb4\xff\x9b\x07\xa9\x31\x6a\x4b\xdf\xa0\x3e\xba\xad\xa9\x4f\x4c\x76\x89\x3d\x5f\xfd\xe6\x08\x8f\xba\xb2\x5f\x94\xf8\x53\x83\x58\x0f\x99\x40\x1f\x06\x8f\xaa\x4b\x20\x9b\xd4\xaf\xcd\xb9\x8c\x31\x00\x99\xbd\x5c\x58\xf2\xed\x40\x31\x0f\xbb\x35\xa9\x2b\x96\x6d\xc2\xe9\xbe\xa1\xca\x2a\x64\x8f\xfc\x4c\xde\x42\x83\x86\xc1\x45\x5b\xd0\x00\x1c\x11\x93\xf7\xdc\x78\x30\xf8\x38\x17\xaf\xab\xb4\x03\x1c\x99\x2b\x9c\x05\xa2\x15\xba\x2c\x05\x2f\x94\xa7\x1a\x10\x26\x3c\x25\xda\xc9\xa0\xac\xb1\x84\x5c\xec\x73\x7c\x23\x3a\x37\xf3\x6a\xeb\x51\x3e\xbe\xaf\x6a\x60\xf8\x0a\xc2\xfd\x57\x4f\xe0\x2f\x08\x1c\xb1\xc9\x89\xc4\x02\xec\x29\xf5\xf1\xad\xe8\xc1\xd0\x27\x7c\xe7\x38\x67\x9e\x29\x31\xd3\x4c\x13\xc2\x48\x4f\x12\xc2\x48\x4e\x11\x52\x4e\xa7\x18\xc9\xd9\x41\x58\x67\x3e\xc0\xa8\x36\x35\x08\xa3\xca\xc4\x20\x65\xff\x34\x83\x46\xd2\xd7\xf1\x4c\x5d\xcb\xa9\x4c\x09\x74\x33\x17\x70\xe8\xd9\x40\x18\x99\xd9\x40\x65\x48\x5f\x98\x0a\x70\x7e\xae\x4c\x84\x80\x4f\xcd\x02\x40\x08\x6e\x95\xe5\x14\xd8\x10\xa2\xb1\x8f\xaf\xc9\xdc\x5b\x79\xbe\xa7\xef\x09\xcd\x7c\xcc\x7d\xfc\x56\x95\x4e\xf1\xba\xbf\x3e\x42\x32\xa1\x70\x60\x22\x03\xa9\x8d\xa0\xa7\xcd\xc7\x97\x44\x50\x7e\x73\xc1\x55\xfe\x8d\xf4\xb5\x08\x6d\x89\x4b\x4b\x87\xdd\xbc\xe1\xb6\x66\x9d\xed\x5d\x15\x05\xbe\xf1\xf1\x50\xb4\x2e\xff\x6f\xe0\x2e\xf8\x56\xa6\x8d\xbc\x8a\x72\x0a\xf3\x18\x5c\xf4\x6f\x7b\xe5\x13\x42\x90\xbf\x3b\x5d\x73\x78\xa1\x7f\x1f\x17\x7b\x75\x89\x77\x1c\x83\x95\x72\x88\xcf\xf0\x36\x66\x41\x8c\x53\xf6\xe2\x2e\xe6\x74\x2a\xb5\x2b\x83\x65\x42\x2c\x5a\x16\x7e\xed\x00\x87\x6e\x70\x5d\xab\xa8\x90\x1e\x8b\xc3\x5e\x5a\x0c\xfd\xae\x22\x8c\xdc\x17\x4d\xa9\xf3\x41\x67\x92\x29\x60\xd5\xed\x51\x1b\xaf\x23\x42\x7b\x15\x05\x14\x76\x72\xa9\x42\x42\x04\x7a\x57\xc1\xdc\x37\x19\x68\x1a\xdf\x20\x2c\x55\x4e\xa5\x62\xc6\x56\x92\xd4\xb7\xd8\xf5\xb1\x4a\x71\xa3\xdf\x69\x10\xf5\x11\xcf\xd6\x14\x69\x0b\x1d\x6e\x3a\xba\x61\x7d\xe6\x6d\x2b\xba\xf0\xa4\xf0\x03\x86\xdb\x8b\x4e\xa7\x06\x59\xbe\x8a\x98\x02\x0d\x2c\x3d\x16\x58\xd7\x0a\xd4\x5c\x4e\x90\xbc\xc2\x7e\xd8\x44\xa0\x29\x6f\xc9\x3f\x6c\xaa\x2f\x17\xae\x12\xe7\x0d\x78\x33\x8a\x59\x12\xcb\x58\xd6\x4d\x5c\xa2\xaf\x4e\xfc\x6c\xc2\xed\xf9\x41\xac\x06\xf3\x2e\xcd\x78\x94\x78\x87\x66\x5d\x29\xf4\xef\xe9\xcc\xf8\x85\xb8\x8d\x29\xa8\xaa\x8c\xcc\xf3\x7d\x29\x26\xd4\x54\xff\x74\x53\xca\x9c\x24\xdb\xe0\x74\xe3\x6c\x29\x12\x6f\xa4\x47\xeb\x86\xa4\x1b\x9c\x7f\x9a\xba\x52\x51\x44\xa0\xb2\xf7\xdf\x1f\x1c\xc6\x6f\xd4\x16\x6c\x6d\xa2\xa2\xfd\x60\x65\x3a\xb3\xf4\x85\x06\xc5\xe9\x53\x55\x88\x49\x93\x42\x06\x46\xb0\x46\x55\x6d\xbf\x12\x77\x40\x53\x6c\xd4\xd5\x78\x3a\x9f\xab\x12\xd0\x5c\xc4\xda\x80\x45\xdd\x0c\xe5\x80\x2e\x39\xa5\x49\x74\xdf\x38\x32\x50\x71\x20\x03\x73\x50\x2a\x7b\xd8\x34\x2c\x9f\x0b\xdf\xd5\x04\x3f\x45\x47\xfb\x34\x1d\x53\x9b\x13\x9b\xea\xc3\xb0\x2b\x1f\xca\xbe\x05\x72\x64\xf1\x7c\x4e\x33\x7b\xd0\xae\x6e\xe7\x68\xa1\x05\x9e\x6c\x88\x1c\xf5\xb1\x1c\xec\x57\xc7\x05\x4e\x36\xa4\x94\xe7\x5c\x95\xcd\xcc\x76\xfb\x44\x4d\xe6\x64\xa3\x97\xc4\xd1\xb9\x34\x1c\x68\x92\xc4\x93\x6b\xa4\x75\x30\x2b\x2b\xcc\x7a\xe3\x06\xb5\xee\x74\x3c\x2a\x93\x06\x58\x99\x1e\x9c\xb0\x6a\x33\xf7\x8b\x32\x3f\x7c\xa7\xe3\x71\x32\x12\xa3\xef\x74\xb8\xf1\xc1\xe4\x87\x6c\x52\xaa\xf7\xc2\x87\xa8\xba\x10\xa4\xfd\x0f\xab\x7e\xa1\xca\xa4\x4c\x46\x63\xcc\xf4\x09\xbe\xa4\xd2\x4e\x7c\x33\xd6\x8b\xa6\x53\x55\x0e\x26\x4b\x52\x2b\xa9\x28\x6f\x8b\x88\x4d\x13\x93\xed\x0e\x32\x7a\x93\xc6\xd2\xca\x77\xd2\x47\xb2\xd2\x55\xbd\xb0\xf2\x95\x5c\x4f\xa2\x7f\x54\x15\xc9\x45\x7a\xfb\x31\xe6\x8b\x73\xb1\xfc\xa4\xf2\x5c\x85\x3b\x9e\x52\xbb\xae\xf3\x5c\x53\x61\x2f\xd2\x75\x4e\x85\x98\x75\x99\xa6\x09\x8f\x57\xea\x72\x13\x39\xf0\xae\xb9\x8d\x37\x34\xba\xa1\xfb\x1a\x69\x78\xd9\x30\x42\x35\xb0\x86\xf1\xa8\x61\xd4\x7a\x7e\x91\x4f\xbe\xa3\xf7\xe7\xe9\x2d\x23\xee\xe3\x27\x29\xf2\x7b\xd5\xf4\x5e\x18\xe7\x17\x10\x4d\x0b\x02\xe2\xb1\x4f\x3d\xa4\xba\x68\xf4\x1b\xb2\x1b\x3d\xb6\x3d\xf7\x24\x7a\x3c\xee\x24\xa4\xd6\xd2\x89\x66\xff\x55\x44\xd3\x7a\xa3\xd9\x29\x32\xde\x9f\x28\x9a\x24\x34\xca\x86\x8b\xf4\x56\x67\xb7\xf5\xad\xf2\x57\xf1\x94\x9a\xf2\xe2\xdf\x69\xa9\x38\x88\x88\xcd\x4a\xb1\x22\x75\xe5\xcd\x91\x45\x7a\x43\x33\xe4\x7f\xd3\x3d\x11\x1d\x96\x15\x35\xf1\xd4\xc7\x64\xe1\xa2\x1c\x96\x32\x40\xd4\x47\x5b\x17\xe4\xdc\x46\x75\x99\x94\xda\x61\xc3\x7a\x52\x80\x3c\xb0\x19\x6a\x56\x80\x3f\x3a\x92\xbc\x5c\x38\x7b\x24\xee\x7a\xd2\xde\x8a\x66\x79\x9c\x9b\x51\xd9\x13\x40\xac\xc4\xc6\xf0\xb2\xdc\x64\x8e\xd3\x34\xac\x7c\x12\xdd\x7b\xf2\x26\x9e\xaf\xc7\x6a\x6d\x3f\x7b\x74\xe8\x05\xc4\x48\x91\xf7\xb5\xae\xa9\x8e\xfb\x2a\xbe\xf5\xe8\x3e\xc3\x88\xd4\x5d\x1a\x4e\xf7\xe0\xb4\xa3\x49\x21\xe0\x7d\xee\x51\x3f\x40\x92\x0f\xdb\x2f\xe0\x84\x5b\x7b\x73\x51\x2d\x02\x87\xab\x74\x25\xe6\x96\x68\xcb\x8e\xa4\x90\x07\x81\x00\x7e\xab\x73\x82\xd6\x3b\xea\xcb\x08\x98\x7c\x44\xc7\x7e\x7f\xb2\x19\xd1\x71\xc0\xe1\x1f\x6d\x3b\xb2\xf9\x51\xd5\x6f\xae\x4c\xa7\x0b\xf9\x6f\xad\xbe\xf5\x56\xb5\x62\xbb\x58\xe9\x23\x8e\xfb\x4e\xa5\x11\x1f\x1b\x35\xc0\xe9\xcf\xab\x64\xd6\x91\xb6\x34\x41\x67\xab\x80\xd4\x50\x1b\x8a\x0f\x93\x88\x26\x4e\x4b\xfb\xd4\x7d\x21\xb9\x74\x13\x64\x4a\x65\x92\x09\x25\x20\x5d\x32\x50\xbc\x9c\x4e\xdf\x45\x42\x90\x68\x74\xde\x73\xea\x94\xea\xae\x5d\xea\xf9\xa7\xfb\xe1\x13\xfb\x64\x74\x3c\x56\x50\x35\x55\x29\xec\x2d\x4d\xfd\xa2\xa8\x31\xdf\xba\x31\xef\xf1\x14\xc5\xde\xb2\xb5\xbd\x57\xb2\xbe\x3d\x7b\x4f\x54\x40\x72\xeb\x01\x4f\xdc\x43\x50\x34\x71\xf2\x0e\x82\xb2\x5f\x52\x72\x67\xc0\x74\x77\x68\x06\x1e\x45\x89\xfe\x3c\xea\x03\xfc\xb1\xd2\x81\xcd\x27\xe0\x9d\xd3\xb2\x0d\x61\xd3\x5a\x68\xbb\x03\xab\xcd\xd7\x03\xed\x5a\xc3\x69\x1a\x61\xd9\x6e\x93\x34\x79\x90\xf2\x68\xbe\xa0\x2e\x88\xb7\x20\x59\xa2\x61\x12\x09\x9d\x47\x93\x7b\xc5\x25\xbc\xda\xea\xef\x76\x42\x6e\xd7\x26\x5b\x87\x5c\xf8\x7e\xff\x93\x39\xa1\x8b\x58\xed\x75\xad\x6d\x45\x59\x95\x33\x8b\x83\x2e\x82\x44\x37\xc0\x67\x50\xde\xae\xe8\x07\xd6\x10\xa5\x12\x23\x47\xb8\x7f\x34\x9f\xc1\xd7\x6d\x40\x0e\x01\x5c\x83\xae\x90\x5a\x04\x88\x55\x6f\xd9\xa5\x12\xa7\xdc\xbb\x64\x7a\x4b\x68\x0a\x5e\x3f\x34\xce\xfc\x6d\x56\x8f\xe3\x4d\x4d\xa8\x46\xa3\x42\xfc\x19\xfd\x34\x05\x90\x76\xba\xaa\x6a\x45\x16\xba\x6b\x16\xe0\xe0\x63\xfd\x30\xa1\x09\x53\xab\xb9\xa7\x96\x11\x5b\x47\x09\xc4\xcd\xf7\x68\xd3\x12\xef\x76\xb4\x11\xb9\xfd\x4e\xc7\x84\xc4\xac\xc7\x3e\x57\x7a\xae\x5c\xc3\xfa\x06\xc3\xed\xe3\x8a\xec\xab\x8f\x9c\xf4\xac\x69\xb5\xd5\x06\xca\x96\xbf\xe4\x04\xd4\xd6\xdc\x43\x4b\x21\xe5\x41\x45\x5c\xc7\x95\xb2\xdf\xbd\x5f\xae\xb9\x06\xdb\x46\x3d\xf1\xa1\x8f\x2d\x58\xe0\x10\xec\x21\x58\xa0\x52\xcc\x2c\x48\x0e\x02\x00\xd5\x5d\x00\x64\xbf\xfb\x3e\xb8\xa6\xf7\xd3\xf4\x56\xb7\x6f\x4b\x7d\xf0\x9d\x64\x92\x0d\x5a\x6f\x4d\x5b\x31\x8b\xe0\x59\xaa\xca\x67\xce\xec\xa1\x8f\xf7\x4f\xee\xa1\x6f\x0f\x0f\xf3\xd0\x97\x87\x16\xe0\xc0\x17\x4d\x6b\x60\x90\xbd\x31\xf2\xfb\x23\xf0\xbd\x30\xb1\xfc\xab\x42\xa7\xde\xb9\xbf\xd5\x2d\xd7\x10\x19\x89\x6a\x77\xbd\xe6\x75\x3a\xa8\x52\xd2\xbe\xbc\x2f\x32\xcb\xd2\xa5\xa0\x9f\xa3\xf1\x01\x29\x63\xef\x1b\xc5\x15\x8c\x60\x7b\x3c\x36\x38\xe9\xf6\x0e\xa3\x54\x16\x93\x06\x4f\x2e\x5b\x7e\x57\x76\xd8\xdd\xae\x5d\xd1\x98\xfb\x20\x74\xaa\x73\x26\x75\xf3\xca\x73\x58\x55\x29\x05\x36\x9e\x0c\x94\x74\xf0\x74\x9f\x6a\xe8\xaa\xf5\xb6\x84\xff\xb8\xe1\x43\xf0\x3e\x5e\xd3\x12\x98\x7d\x94\x1b\x43\xf2\x38\x7d\x68\x9a\x8a\x27\x73\xb0\x1b\x11\xd6\x73\xed\xc3\x38\x17\x45\xf2\x78\x37\x51\x56\x15\x79\x04\xbb\x26\xac\xe1\xe0\x74\x46\xec\x1b\xcf\x0b\xfb\x49\x9d\xed\x4e\x09\xab\x9e\xed\xae\x4c\xcc\x09\xfb\x34\x97\x59\x87\xb8\x37\xc4\xba\x13\x8d\xaf\x48\xe5\x46\x33\xbe\x20\x4c\xc7\xb6\xbd\x25\x0c\x8e\x6b\xf1\x9d\xf8\x91\xc4\x2b\x7c\x26\x9a\xd2\xc7\xd5\xd7\xe4\xde\xc2\x67\xe7\xfe\x6a\xbe\xf1\xd5\x61\x25\x4e\x7d\x7c\x49\xe6\x5e\x84\xd3\xbd\xe7\x7a\xd1\x06\x6f\x4b\x03\x7b\xac\x2d\xfe\x5c\x9b\xf6\x73\xcb\x28\xdb\x64\xba\x5f\x5b\x67\x1b\xb3\xba\x3d\xbc\x6a\x8d\xaf\xbb\x6b\xbd\xb5\x0e\x14\x96\x96\x99\xfb\xa6\x62\xdd\xbe\xd2\x66\xed\x0b\xcb\x58\x9f\x4a\x63\xef\xad\x34\x35\xdf\xd9\xe7\x82\x56\x50\x96\x4f\x39\xd4\x83\x43\xce\x6b\x79\xca\x44\x95\xc2\x6e\x9d\x40\x5c\xe2\x2c\x4d\x68\x80\xb8\x34\x72\x20\x6c\x59\x70\x02\xba\xdf\x9e\x83\x6d\x0b\x49\x59\xb1\xc1\x60\x82\x53\xa6\xe8\x2f\x54\x2b\xc9\x71\xe1\x37\x9e\x0f\x9e\xf5\xcf\x6a\xe7\x83\xac\xf0\x83\x33\x29\xea\x54\x8f\xb9\x16\xf6\x31\x57\xbe\xc1\x8b\xca\x31\x57\x22\x8f\xb9\xa6\x1b\xb2\xd8\xe0\xd5\xa6\x41\x58\x87\x93\x71\x33\x7e\xa9\x9e\xe1\x9a\x1f\x03\xa4\x30\xb4\x6a\x76\x65\x14\x3f\xe0\xf2\xf6\xce\xdc\x8b\x98\xd3\x8d\x5c\x0b\x8a\xb7\x55\x94\xe1\xd5\xd3\x1f\x26\x86\x7a\xba\xaa\x0c\x6d\x55\x19\x9a\xed\xc7\x0b\xe7\x69\xe5\x09\xc3\x71\x0d\x73\xd1\x55\xde\x35\x83\x34\x27\x0c\x20\x24\xb5\xa4\x78\x22\x3d\x8d\x96\x1b\xb2\xda\xe0\x9b\x0d\xf1\x98\xf7\xf7\xe3\xbf\x3d\xf3\x31\x92\xd4\xed\x4d\x74\x45\x93\x3c\x9c\xc6\xf9\x44\x7c\x44\xa7\x61\xf8\xea\x64\x33\xfb\x1d\xf9\x78\xbe\x69\x22\xdf\xae\xcf\x6c\xe5\xea\xb6\x15\xbe\xde\x04\x97\xc7\x5f\x10\xf4\x85\x09\xc2\x4f\x47\x7c\x8c\xbf\x40\x5f\xc8\x65\xbf\x6f\x5a\x39\x70\x6d\x57\xd0\x48\xf0\xc0\x07\x26\x91\x3f\xc1\x03\x66\x7a\x07\xe7\xe6\xf9\x24\x8b\x56\xf4\x5d\x9a\x26\x38\x22\xb9\xe7\x1d\x63\x48\x03\x02\x06\x50\xdf\x6b\x9f\xf8\xf8\xa9\x8f\x27\x24\x12\xbc\x2a\x21\xd1\xe8\x64\x8c\xd7\x04\xe5\x54\x50\x86\xae\x6c\xaf\x6b\x00\x4d\x31\xea\x22\x03\x67\xac\x57\xdc\x3b\xc6\xff\x8a\x7b\xbf\xe5\x77\xb9\xef\xfd\x2b\xee\xbd\xcc\xa2\x39\x50\xdb\xf2\x60\x75\x64\xaa\xf8\xfa\xf0\x37\x9e\x06\x6b\x6b\x3b\x56\xba\xb4\x1c\x44\x4c\x23\x95\x70\x1d\x7b\x6e\xc4\x5b\x3d\x5d\xa5\x78\x3b\x49\x93\x34\x0b\x4c\x5c\x61\xbb\xc7\x65\xd6\x3d\xb1\x9a\x2f\xd7\x83\xba\xeb\xc1\x46\x54\xad\x07\xa6\x32\x5c\x3c\xb6\x47\xbc\xdc\x60\x6d\x16\x9e\xd8\xbe\x8b\xd6\x11\xae\x22\xc5\x83\xe1\x50\x45\x5f\xf6\xd6\x7e\xc3\x01\x98\x0e\xa0\xec\xb5\x27\x7e\xa1\x8e\xf8\xb7\xcb\xe8\x0e\x02\xd8\xa8\x3b\x99\x98\xd3\x3b\x7e\x96\xc4\x73\xa6\x92\x53\x16\xb8\x79\x96\xaf\x90\x35\xff\xe8\xb9\xcc\x6f\x92\x51\x98\xdf\x98\xcd\x03\x54\x08\xf4\xf5\x78\x6d\x22\x4b\x13\xb8\x3d\xca\xec\xc1\x65\xbd\xca\x10\xde\xda\x73\xe3\x1b\x1f\x86\x72\xd2\x6f\x36\x25\xb8\xb4\xf0\xc7\x85\x3c\x4e\x1b\x8b\x9f\x7e\x81\xaf\x1a\x90\x1d\x30\x9b\xb2\x29\xdc\x50\x85\x00\x73\xf3\x24\xbd\x8a\x92\x0f\x59\x72\xca\xb3\xfb\x2d\x87\xbb\x3f\x1f\xde\xbf\xf1\x98\x5f\x4c\x20\xd9\xc2\xfb\xf3\xa6\x21\xfc\xc4\x0d\x3a\x4c\x23\x36\x77\x70\xcb\x19\x49\xce\xb3\x94\xcd\x9d\xf9\x7b\x91\x65\xe2\x3b\x41\xb9\x5b\x08\xbf\x3f\xef\x2d\x69\x9e\x47\x73\x2a\xa0\x56\x59\xdf\x20\xc8\xf9\x22\xcd\xb9\x0c\xde\x1f\xf1\x05\x13\x72\xc3\x44\x3c\x64\x29\x4f\x27\x69\x82\x13\x12\xab\x1c\x21\xef\xa2\x2c\x5a\xe6\x78\x4d\x2c\xb9\x33\xe9\x51\xc6\xc5\x2e\xf0\xfc\xcf\xdc\x5a\x11\xc2\xdb\x85\x60\x78\x59\x13\x5e\x4f\x30\x7a\xf2\xa4\xdc\xbf\xa9\xf9\x15\x09\x9c\x5e\x97\xe9\x7a\x1b\x96\x55\xda\x39\xd7\xf5\x5d\x27\x09\x52\xee\x51\x41\x48\x18\xe1\x2a\xe7\x41\x99\xd1\xf7\xd3\x36\x64\xcb\x40\xcb\xfc\xa6\x31\x30\x77\x6f\x66\x6a\x63\x32\x85\x45\x05\xbe\xd8\x90\x11\x7a\xa1\xd0\x05\x61\xa4\x2e\xdb\x21\x49\x26\xe1\x47\xce\x5b\x43\x20\x8b\xe2\x35\xfc\x68\x9d\xaf\x65\x88\x19\x84\xe5\x52\xa3\x31\xbe\x6d\x26\xbc\x31\xa7\xcb\xbc\x61\x75\x06\xa9\x8d\xe7\xdf\x0f\x7b\x5c\xc8\xed\x38\x8f\x37\x82\xb8\x2d\x11\x96\xd1\x7f\xe5\x1d\x13\xe0\x3e\xe2\x47\xce\xb3\x78\x25\xcb\x9a\x57\x94\x2f\x68\x34\xb5\x51\xd1\x79\x99\xd9\x6f\x2e\x36\x8f\xa0\x89\x88\x2f\xec\x6f\xa8\xa6\x69\x18\x89\x8e\x68\x86\xfc\xca\x16\xe6\xd2\x63\xba\xfc\x84\x3f\x8e\x60\x54\x80\x73\x07\x35\x45\x95\xc9\x32\xfb\xbb\x69\x9c\x57\x1b\xbc\xd5\x15\x02\xcd\xd2\x3e\x64\x09\x36\x84\x20\xb0\x88\x42\x51\x1b\x41\xad\x37\x99\xf4\xac\xb1\x2b\x83\xa1\x83\xa1\x47\x7b\x0b\x1a\x25\x7c\x61\x21\xa2\x2e\x72\xf3\x42\x3e\xa2\x4b\xc5\x9a\x9b\xfa\xbc\xdf\xe0\x6d\x95\x9d\x07\x0d\x1c\x3e\xd1\x6f\x54\x5b\x25\x6b\x0f\x1c\x3e\x1f\x4f\xef\x02\xfe\x30\x48\x23\x94\x44\x39\xef\xca\x0f\xd1\xb8\x04\xed\xe6\xd2\x13\x7d\xe4\x5c\xee\x0d\xd1\xca\xec\xba\xc7\xd2\x5b\xdf\xf3\x1f\xd1\xaa\x6c\xb0\x3b\xd5\x3b\xca\x6a\x79\x79\xe9\x9d\xd0\x67\x7f\xb5\x5b\xd7\x1b\xef\xe1\x19\xa4\x62\x5f\xe6\xf6\x52\x88\x56\x60\xb7\xf6\x0f\xf2\x1c\x24\x58\x66\xb7\x46\xf2\xad\xef\x15\x79\x2b\xf9\x91\x62\x47\x77\xcd\x24\x40\xe9\xb7\x75\xfa\xf6\xea\x12\x6f\xa3\x24\x79\x2d\x48\x44\xa0\x70\x39\xb8\xdd\x88\xa6\xce\x36\xc0\xa6\xde\x5d\x82\xbf\xd0\x3a\x99\x0e\xd3\x8c\x8b\x6d\x0f\xa6\x32\x3a\xfd\x8e\xde\xe7\x81\x58\x12\x45\xa5\xca\xf5\x44\xb8\x2c\x7e\xd2\xfb\xeb\x93\xf1\xb8\xf0\xf1\xf5\x21\xc8\xbe\xcd\xd2\xf5\xaa\xb7\x5e\x0d\xd2\x35\xe3\x5f\xbb\xa5\xae\xe1\xb0\xaf\x39\xa1\x90\x2e\xb2\x65\x94\x20\xcc\x08\x5a\xa5\x69\x52\x0a\x7d\x36\x6e\xf9\x38\x23\x92\xc1\xa0\xff\xb1\x09\x75\x3c\x0d\x58\xd1\x40\x14\x95\xac\xd7\x48\x05\x56\x43\xbc\x05\xdb\x45\x40\x95\xa5\xe2\xc5\xdd\x2a\x62\x53\x3a\xc5\x42\x13\xb9\x48\x33\xa1\x5e\x51\x5d\xd6\x48\x00\x23\x84\xaf\xb8\x77\xc5\x3d\x17\x07\xf9\xb8\xc0\x99\xf4\x9b\x6d\x12\xef\xec\xcd\x82\x5a\x5e\xc9\x11\x1b\x27\x10\xa3\x27\xfb\x6a\xb8\x93\x89\x51\x6b\xbd\xf2\x51\x55\x44\xf4\xbd\x61\x8a\x4b\xc7\x81\x83\x03\xba\xdb\xe0\xad\x6a\x34\x68\xec\xaa\xd0\xa8\xf9\xb6\x19\x01\xa2\x09\x8f\xb5\xa9\x4b\xe8\x04\x9b\xa1\xc7\x7d\x1c\xd7\x25\x7f\x06\x82\x7f\x4a\x62\xc1\xaf\x23\x02\xe9\xa7\x26\xf5\x6a\x1c\xaa\x25\x32\x4d\xcd\x1a\x32\xd4\xe0\x19\xc9\xbd\x17\x43\x4f\x79\x8c\xe7\xdd\x55\x34\xa7\x5d\xe9\x35\x85\x30\xf8\x85\xbd\x02\x1a\x79\x0f\x0c\x6e\x91\xde\x7e\x60\x0b\x53\x50\x40\x83\x0b\x32\x13\x0d\x4e\xc9\x4c\x34\xb8\x6a\x6a\x10\xe6\x29\x8f\x53\xd6\x55\xc1\x3d\x2a\xe2\xff\xa1\xcc\x60\x2d\x85\x14\x82\xb9\x09\x2c\x98\xc3\x6f\xb0\x12\x8a\xa5\xd9\x16\x3e\x40\xb1\x24\x2b\x01\xc5\x0d\x59\x09\x28\xe6\x64\xd1\xb3\x80\xc7\xf7\xea\xd9\x40\x5f\xe2\x37\xcc\xd0\x8b\xd9\x8c\x4e\xb8\xef\x79\x35\x93\x5a\x52\xf7\x21\x2b\x95\xc3\xf9\x6e\x87\xd6\x2b\x48\x40\x59\xf2\x12\x2b\x71\x42\xe1\xfb\xa7\x91\xb7\x19\xca\x34\x27\x78\x34\xc7\xc9\xd8\x55\x38\x1e\x92\x03\x73\xdf\xcb\x53\xbc\xbd\xcb\x03\xf4\xa5\x23\x5f\x45\x42\x6d\xe8\x82\x00\xd3\x9d\x50\xc6\xf7\x4a\xc0\xcb\xb4\x59\xe0\x08\x87\x78\x2b\x87\x16\x2c\x70\x4e\xf9\x4b\xf9\x7b\x8a\x35\x52\x07\x4b\x51\xac\xf7\x71\x70\x53\xe5\x42\x4b\x05\xd7\xdf\x50\x23\xfa\xff\x78\x89\xb7\xd2\x2c\x2c\x23\x5e\x56\x03\x2c\xcb\xbc\x9d\x6a\x2f\xf4\x20\x76\x90\xb6\x0d\x9d\x6d\xf4\xa4\xbb\xef\x55\x1e\x3f\xcc\xfd\xd3\xb5\xc7\x0e\xe4\xfb\xd3\xc9\x06\xc0\x93\x1a\x52\x7b\xac\x3d\xee\x17\x52\xa3\x5b\xa4\xc9\x94\x66\x01\x92\x03\x6e\x5d\xdd\xb7\xb4\x3c\xd2\x4a\xb3\x96\xa2\xce\x6a\x6f\x3a\x88\x9a\xfa\x8d\xb8\x20\xb7\x6b\x2a\x14\x4b\x46\xb8\xa6\x34\x84\x10\x5e\xa1\x29\xc6\x2d\xab\xd3\x99\xef\x76\x6d\xd6\xe9\xdc\x17\xfe\x63\x74\xdf\xeb\x0d\xde\xda\x02\x02\xb6\x88\x49\x00\x1d\x97\x6b\x26\x9e\x5c\x0a\xdc\xa0\x95\xde\x78\x66\x53\x2d\xad\x4d\x45\x71\x7b\x09\x49\x8b\xfc\x42\x89\x92\x82\x3c\x9d\xbe\xdd\x08\xf9\x65\x95\x44\xf7\x02\xf5\x88\x12\xb3\x05\x28\x6f\xe2\x9c\x2b\x03\x99\x4c\xf2\x74\xb9\x21\x3c\xf5\xde\x6e\x7c\x3c\x6c\xa6\x69\x42\x95\x52\xb6\x5a\x46\xae\xb9\x67\x1b\x4e\xd0\x93\x68\x15\x3f\xb9\x39\x79\xa2\xa6\xad\x2f\x5d\xe1\x24\x19\x44\xbe\x0f\xe1\x83\x33\x9a\xaf\x52\x96\x53\x30\x35\x83\x18\x01\x66\xe6\x38\x7f\x93\x46\x90\x13\x22\x22\x32\x14\xdd\x3a\xc7\x39\x41\xf9\x7a\x32\xa1\x79\x2e\x70\x2d\xd2\x21\xec\x5b\x33\xca\x27\x8b\x98\xcd\xa1\xb4\xce\xf9\x2f\x37\xd8\x4c\x4f\x06\x11\x3b\x24\xfb\x81\xde\x82\xbc\x2f\x78\x3f\x88\x1a\x5e\xe4\x07\x31\x36\x5d\x07\x29\x36\x8e\x72\x97\x31\x4f\x68\xa0\x8c\x4e\x79\x2b\x66\x33\xc1\x92\x41\x86\x02\x09\x3d\x6c\x9a\x9e\x6d\x39\x3b\x81\x3d\x55\x4d\xdc\xf8\x11\x0a\xe4\xe2\xa9\xa3\xf6\x2a\x58\x50\x85\x9f\xc1\x60\x05\x45\x55\x3a\xd7\x46\xe8\x5c\x4b\xca\xb3\x78\x22\x64\x97\x75\x4e\xdf\xa4\x93\x28\xb9\x8c\xe1\xca\x4f\x09\x14\xc2\x08\xc2\x38\xbe\x8a\x73\x9e\x66\xf7\xea\xd2\xbd\x90\x76\x78\x9a\x51\xf1\xa9\xbc\x4c\x73\xb6\x16\xea\xf2\x72\x95\x50\x50\xdd\x64\xe1\xab\x78\xbe\x48\xe2\xf9\x82\x8b\x55\xd0\x85\x6f\x62\x49\xc6\xf4\x45\xff\x21\xa7\xab\xf2\xe9\x05\x9b\xc7\x4c\xc8\xb6\x83\xa6\xa9\xab\xef\x1f\xd4\xb7\x84\x04\xb1\xc7\x2e\x2e\xfd\xde\x6f\x69\xcc\x3c\xd4\x41\xbe\x5f\x78\xd4\x3f\x55\xf1\x94\x17\x72\x08\x70\xe1\x5c\xdd\x66\x2b\x30\x42\x42\x7c\xc4\x2f\x00\xa3\x1b\x2f\xb6\xa8\x49\xc2\x8c\x94\x8e\xc8\xfd\xd1\x38\x90\x49\xef\xec\x89\x93\xb7\x5e\x4a\xd4\x8f\x08\xed\x35\x4c\x9e\xbc\xeb\x02\xd3\x87\x93\xb2\xd1\x49\x7f\x5b\x04\x13\xb8\xcb\x56\x9f\x52\xb8\xce\x56\x9f\x54\xb8\xd2\x66\x4f\x2b\xdc\x6a\xb3\x26\x16\xaf\xca\x67\x39\xb5\x78\x49\xde\x72\x8f\xe2\xcd\xc6\xc7\x37\x75\xe9\x61\xd9\x5b\x45\x8c\x26\x39\x70\xdb\x39\xb9\x11\xdc\xf6\x9e\xdc\x08\x6e\x7b\xa5\x78\xbe\x9a\x47\x84\x47\x63\xa8\x75\x41\xae\x44\xad\x5b\x72\x25\x6a\xdd\xd5\xdb\x54\xf5\xce\xc8\x9d\xa8\x77\x4d\xee\x46\x27\xe3\xd3\x87\x79\xf2\x68\x7c\x6a\xee\xfc\xb7\x62\xd6\x4a\x7c\x6a\x07\x0b\xa0\xf8\x45\xea\x25\x23\x3e\xf6\xfd\xd3\x6b\x8f\xfa\xb8\x3d\x37\x67\xeb\x97\x9e\xaf\xa3\x68\xa7\x6c\x95\xae\x24\x89\xa9\xf5\x70\x7f\xe9\xa9\x5a\x49\x3a\x81\x6d\xab\x4c\x3d\xfe\x29\x35\xa6\x95\x4e\xe7\x1e\xbc\xb2\x7c\x3c\x4a\xc6\xf2\x40\xed\x6d\xcd\x9b\xcd\x83\xf8\xe2\xcc\x72\x9e\x83\xb0\x9a\xb2\x0d\x8d\x4b\x17\x75\x09\x08\xbc\x2a\x34\xc3\x80\xa4\x17\x3c\x18\x99\x80\x69\x2f\x52\x21\xcd\x8d\xd8\x18\xc4\x0a\x3a\xf6\x4f\x6f\x3d\x6e\x72\xc0\x7e\x75\x0c\x14\xfc\xd2\x1e\xd7\xd9\xa5\x77\x8f\x07\x1b\x31\xe7\x56\x23\x73\x1f\x8f\xb6\xf1\x34\x88\xc5\xbc\x40\x38\x4a\xb3\x69\xf4\x9c\xf9\x58\x45\xed\x0c\xe8\x65\x31\xf6\xfd\x4f\x20\x46\xf3\x7d\x16\x26\xda\x8b\xa7\x32\xbd\x84\x6c\xba\x4e\x83\xd9\x25\xde\xa6\xec\xc5\x1d\x9d\xac\x39\xfd\x41\x6c\x95\xe0\xad\x01\x24\x13\x3a\x0a\xc7\x29\x53\x81\x81\xa4\x80\x31\x0d\x9a\x22\x07\xea\x61\x57\x61\x29\x67\x57\xb0\x6a\xd6\x8b\xa7\x7d\x43\xf4\x99\xa4\xf7\x66\xdc\x42\xa5\x94\x97\xb2\xe4\xe9\xf3\x3b\xb1\x11\x1a\xd8\xaa\xd5\x59\x83\x44\x6b\xad\x67\x2f\x9e\xb6\x25\xb1\xb0\xd6\x82\xfa\x78\x54\x05\xc1\x5d\x12\x83\x36\x85\x3f\xf6\x05\x58\x62\xa3\xf9\x05\xb6\x49\x4d\x10\x63\x49\x97\x04\xaf\xce\x03\x86\x57\x51\xce\xc5\x04\xc6\x34\x0f\xa2\xfe\x45\x30\x1a\x63\x8b\xcd\xa4\x58\xd2\x9b\xe0\x0c\xd7\x69\x4b\xb0\xc6\x75\xca\x12\xcc\xb0\x43\x36\x82\x15\xb6\xe9\x4c\xb0\xc0\x16\x95\x09\xa6\x4a\x09\x77\x04\xc7\xc8\xd1\xe8\xa7\xdd\xab\x24\x9d\x5c\xb7\x96\x57\xdd\x67\x08\x57\x4d\x8a\x29\x03\x6f\x82\xe0\xd2\x32\x20\x9e\x4d\xa7\x2d\x58\x03\x24\x15\x28\xdf\xc7\xdf\x37\x1a\x9b\x65\x46\xbe\x92\xee\xa6\x25\x51\x8d\xfb\x08\x05\x71\xd3\x39\xca\x71\xe3\x31\x8a\xa4\x70\xeb\x9c\x76\x05\x45\x48\xba\x1c\xf8\xa1\x3a\x73\x99\x91\xb5\xa8\xbc\x20\x6b\x51\x79\xaa\x2a\xcb\x69\xe9\x02\xa1\xef\x1a\xda\xa8\x3e\x59\x91\xa9\xf8\x64\x49\xa6\xe2\x93\x1b\xf7\x13\x58\x13\xa5\x86\x01\x87\x54\x1f\x35\x93\x5d\xf5\x51\xe4\x30\xda\xf6\xf1\x1e\x12\x6c\x77\x73\xcf\x78\x74\xd7\x5d\x38\xcc\x58\x7d\xe8\xd0\x64\xfc\xd6\xfd\x30\x51\x9c\x5a\xd5\xbd\x24\x6f\x45\xdd\x21\x79\x2b\xea\x86\xae\x5c\x97\x96\x72\x1d\xc8\xd6\x4f\xc2\x90\x45\x4b\x1a\x86\x4f\x40\xa6\xcf\x85\x60\xb7\x21\x61\x29\xd8\x0d\x48\xa8\x04\xbb\x17\x7b\x5b\x52\x32\x86\x58\x78\xf2\xa2\xfc\xf4\x0d\x79\xa1\x3e\x3d\x27\x2f\x2c\x99\xf0\xdd\x81\x86\x84\xa4\xf8\x64\x96\x44\x73\x68\xee\x77\xf2\xae\x6c\xee\x3d\x79\xa7\x9a\x7b\x4e\xde\x59\xcd\x7d\x24\x1e\x5b\x27\x09\x21\xe4\xf7\xdd\xce\x60\xd4\xef\xbb\x9d\x2a\xf5\x38\xf9\x5d\xca\x8d\xd6\x6b\xde\x97\x3f\x03\x3e\x92\x82\x93\xe6\xbe\xdd\x5c\xc8\x39\x63\x7f\xb7\x43\x27\x39\xc2\xbf\x91\xc3\x6d\xb3\x86\xb6\x99\x6e\x9b\xe9\xb6\x57\x59\xba\xfc\x3d\xe9\x52\x2d\x34\xbd\x26\x9e\x10\x5b\xcf\x05\x86\x43\xe8\x81\x78\x49\x3d\xff\xc9\x09\x7d\x86\x7f\xda\x3b\x39\x32\x4c\x37\xfc\x4b\x38\x7c\x20\xa6\xe8\x25\xf9\xa9\x9c\xa2\x57\xe4\x27\x39\x45\x8f\x50\xa8\xe3\x99\xf7\x52\x82\xae\xb8\xac\x7c\x12\x8d\xad\x13\x3e\x3a\x1e\x9f\x26\x32\x29\x5e\x74\x95\x7b\xaf\xbb\x42\x67\x16\x24\x4e\xd6\xfa\x74\xbd\x59\xdb\xab\x4a\x4a\x03\x3e\x98\x20\xba\x3e\xf6\x8b\x59\x92\x46\xbc\x2b\x2f\x61\x36\x0a\xd9\xcf\x13\xbc\xbd\xcd\x22\x13\x74\x2b\x0f\xb6\x4a\x57\x0a\xd4\x6d\x5b\x49\xdd\x50\x21\x78\x56\x85\x7e\x74\x27\x0b\x3a\xb9\xbe\x4a\xef\x80\xcc\xd5\xb5\x64\xd7\x12\xa8\xd5\xc7\x85\xc7\x7b\xf0\x21\x9d\xfa\x85\x26\xb6\x03\x59\x10\xcc\x2c\x32\xf9\x21\xa7\x2d\xe8\xac\x05\xc4\xca\x95\xfb\x1b\x00\x97\xe9\x0e\xdf\xd0\x19\x0f\x9e\x1e\xe3\x43\xc3\x70\x48\xda\xe7\x8d\x62\x79\x68\x14\x2b\x6b\x14\x52\x36\x6e\x41\x97\x2d\x4d\x45\xff\xc4\xb1\x54\x68\xad\x35\x9a\x0a\x50\xf3\x4f\x19\xde\xbd\x33\xbc\xda\x68\x86\xa2\xd3\xd6\x4b\x43\xe0\xa5\xb1\xe1\x31\xb8\xa8\x2e\x15\x3f\x16\x19\x1f\x3f\x0f\x36\xfb\xf8\xbc\x25\xbd\x3d\xb4\xa4\x17\xf5\x49\x70\x18\xd6\x9f\xb8\xa2\x36\x3f\xfb\xbc\x91\x5c\x1f\x1a\xc9\x59\x7d\x24\x0e\x07\xfd\x13\x47\x22\xf9\xec\xe7\x8d\x61\x78\x68\x0c\x97\xf5\x31\x28\x9e\x5e\xa8\xf3\x7b\xec\x4d\xbe\x79\x76\xbc\xdb\xbd\xf2\x3b\x9d\x3f\xeb\xe0\xfd\x63\x94\x31\x21\x41\xb6\xc4\x1c\xbd\xea\x74\xd0\x07\x46\xef\x56\x74\xc2\xe9\xb4\xa5\x39\x4a\x4b\x72\xe4\xd6\xed\x82\x32\x63\xa8\x69\xe5\x34\xbb\xa1\x19\xd0\xb1\xa0\x3c\x55\x7e\xa5\x4f\xee\x7d\x3c\xf9\x86\x3c\x3b\xee\x74\xe4\x81\xef\x9e\xef\xce\x29\x97\x7d\xd9\x87\xe8\x2d\x99\x9b\x3a\x87\x3a\xad\x69\x3c\x53\xb1\x30\x5a\x57\x94\xdf\x52\xca\x5a\xf7\xe9\x3a\x6b\x5d\x65\xe9\x6d\xae\x52\x6f\xf1\x05\x55\xed\xf6\x5a\x97\x8b\x88\xa5\x79\x2b\xa3\x49\x4c\xf3\x56\xca\x5a\xd1\x64\xb2\xce\x22\x4e\x65\x73\x50\x1d\xda\xcd\xe2\x19\x6f\x2d\x05\x8a\xb4\x26\xd1\x3a\xa7\xad\x75\x39\x74\x49\xda\x24\x17\xcc\x7b\x08\x66\x7f\xf0\x6f\x9a\xf5\xea\x04\x29\x1b\x46\x2b\x89\x73\x1e\xb4\x1e\xbd\x1e\xf2\xb3\x16\x03\x1d\xa3\x85\xf0\xc0\xf2\xa1\xc0\x6f\xfe\x43\xb0\x4b\x21\xf0\x53\x41\x57\xfa\x4e\x0b\xe1\x37\x36\xd0\xef\xff\x43\x40\x83\xa4\xf9\xa9\x30\xc3\x47\x02\xe4\xf7\x36\xc8\x16\x18\x2f\x36\x78\x2b\xcd\x33\xc1\x7e\xd3\x85\xab\xf7\x39\x4a\xe3\x4c\x29\x8d\x79\xb0\x01\x69\x4b\x6b\x85\xf3\xfe\xf7\xf0\x1c\x6c\x8b\x26\xfd\xf0\xa2\x49\x3f\x3c\x73\xf5\xc1\x4b\x47\x1f\xfc\x58\x51\x1e\x7f\xc3\x0d\x76\xb0\x60\x65\x19\x55\xcf\x77\xbb\xe7\xea\x9c\xec\x4d\xb3\x4d\x19\xd4\x8a\x1f\x85\x32\x01\x96\xf7\xe7\xf7\x70\xc6\x0e\x8e\xbe\x8c\xd0\x9e\x74\x46\x53\xaf\x2e\x8c\x6e\x0c\xf6\x87\x25\x5d\xa6\xd9\xfd\x6b\xf6\xfc\x9e\xd3\xdc\xfe\x30\xae\x7e\xf8\xc6\x74\xf2\x2e\x8a\xb3\x4f\x3c\x1e\xad\x99\x62\x87\xe7\xcf\x5b\x43\x58\xe9\x0a\xbb\x40\x8b\x67\x2e\xd7\x5f\x75\x9f\xda\x7e\x6d\xaf\x68\x34\x6d\x0d\xa2\x6c\x1a\xb3\x28\x89\xf9\x3d\xb4\x02\x8d\x8c\xb6\x5c\xd9\x9c\xd3\x55\xeb\xe4\x58\x1e\x64\xc8\x1d\xda\xba\x8d\xf9\xa2\x05\xea\x56\x6b\x22\x86\x83\xb0\x40\xb3\x3c\xe0\x05\xae\x7c\x25\xc7\x2c\x6b\xb5\xae\xee\x9d\x8d\xae\xbf\x62\xb5\xaf\x6a\x7d\x09\x86\xd8\x92\x93\xdb\x5a\x0b\x7c\x45\x78\xcd\x62\x1e\x20\x98\x68\xdd\x50\xf6\x60\xf7\xb2\x61\x09\xf9\x2a\x8a\x33\xf3\x69\x5c\x8c\xf7\x1b\x97\xa0\x4d\x58\x7b\xd1\x29\xce\x88\xa5\x28\x21\x58\x4f\x14\x30\x15\x93\x28\xaa\x9f\xfd\x37\x4a\x5f\xee\x3a\x8c\xea\x4b\x66\x5c\x6a\x2a\x82\xdc\x20\xc5\x5b\xdb\x5d\xa8\x74\x22\xfa\x03\xfe\x42\x0f\xf9\xe4\x38\x7e\x41\x08\xc2\x75\x55\x7d\x32\x9c\x2a\x99\x32\xa4\x1c\xf6\x16\x8a\xf7\x4f\x39\xd3\xbb\x0d\xd6\xaa\x69\x46\x1f\x74\x21\x6a\x9c\xc0\xda\x5b\x56\x71\xec\xb0\xbc\x0e\x8b\xd3\x37\x95\x93\x2a\xb1\xcf\xe4\x36\x73\x4e\xa9\xce\xc1\xa6\xff\x66\xe3\xe3\x77\x7f\xe0\x94\x4a\x99\x0e\x78\x3e\xbd\x7a\xec\xe1\x54\xdd\xce\x79\x6e\xce\x9a\xe4\xe9\x92\x73\x9c\xe4\x1e\x3f\xd5\xce\x96\x4a\x22\x52\x3f\x5f\xfa\x7d\x43\xd0\xf7\x29\x7f\x99\xae\xd9\x34\x34\x0e\xb8\x61\xf8\xfb\x0f\x5f\xbd\x1b\x20\xfc\xfe\x11\xe3\x36\xc7\x03\xef\xd3\x35\x6f\x5a\xd2\x57\xf6\x06\xf9\x7d\xb3\x6f\x77\x9c\x38\xb8\xf8\xe5\xf1\x97\xb8\xf5\x2e\x9a\x53\xc8\x5e\x0a\xf0\xb5\x6b\x34\xf0\xab\x7d\x4e\x72\xc6\x27\xd2\x5a\x11\xbf\xd1\xc9\xf0\xdb\xb4\x75\x15\x4d\xae\x5b\x3c\x6d\x2d\xd2\xa5\xa0\x1e\x73\x8a\x8c\xc7\xc5\xf3\x0d\xd9\x26\x2a\xc3\xa6\x0e\x92\x14\x65\xd7\x56\x90\x9c\x75\x92\x58\x4f\x26\x92\x8f\x8a\xa8\x93\xf3\x78\x72\x7d\xef\x84\x2a\x02\x61\xc1\x2a\x80\x1b\x09\xd6\xb3\x0c\x4c\xdb\x18\x35\xa9\x31\xcc\x91\x3c\xd2\x6d\x0a\xff\x23\x23\x38\x99\xcf\xc7\x7e\x81\x3f\xee\xf5\xb5\x85\x56\x80\xd6\xd9\xf7\x72\xa8\x73\x2f\x87\xf6\x60\x2e\x20\xf2\x9a\x98\x06\x38\x6a\x82\x31\xc3\xe9\x92\x1c\x2c\x9c\x28\xc1\x28\xe1\x28\x89\x47\x73\xbc\x54\x51\x09\x65\x27\x08\xa3\x89\x15\x1c\xd0\x0e\x55\x98\xa8\x48\x58\xa2\x71\x84\x55\x86\x40\x8c\x64\xc3\x10\x42\x30\x49\x33\x15\x50\x70\xec\xe3\x1b\x15\xd3\x2f\xc6\x88\x45\x37\x57\x51\x86\x70\xdd\xb4\x0f\xc9\x1c\x69\xa7\xa3\xf2\x16\xef\x76\xe8\x2e\x57\xd9\xc1\xe5\x47\x5d\x05\x56\xe0\x3e\x77\xd1\x11\xf5\x0b\x81\x2c\x9e\xc7\xc9\x56\xbf\x94\x20\x06\x91\xee\xb2\x0b\xb0\x06\x79\xe1\x8f\xd0\xd5\xbc\x8b\x8e\x16\x63\xb2\xc0\x7c\x24\x81\xef\xa2\xa3\xf5\x98\xac\xc5\xb3\x1c\x44\x17\x1d\xcd\xc6\x64\x86\xb9\xef\x1f\xb8\xd6\x33\x95\x97\x27\x96\x8e\x17\x35\xdc\x92\xf8\x68\xdf\x92\x78\xbe\xc1\x1f\xab\xb7\x24\x04\xfa\x08\xd0\x90\x46\x8c\xf6\x89\xbc\xea\xf0\xdb\x86\x7c\xdc\xe0\xd7\x1b\x59\xe5\x2d\xe6\xf7\x2b\x17\xb9\x1e\x8d\x71\x4e\xe8\x34\x06\x31\x47\x7f\x6a\xa6\x13\x25\x2a\x31\x07\x95\x62\x3b\x76\x67\xaa\xb0\x24\xd2\xb1\x2b\xf7\x20\x87\x15\xc7\x52\xad\x7f\xae\xd6\x9f\x9b\xc5\x90\x1e\x0d\x19\xf2\x31\xdb\x3b\xb9\xa9\x98\x5c\x14\x65\x71\x24\x2f\x1e\x20\x21\x55\x88\xcf\x5a\x2c\xba\x89\xe7\x8a\x38\x62\xe7\xf0\x21\x2f\x7c\x1c\xef\x76\xfb\xe2\xf5\x95\x15\xe7\x5e\x05\x94\x6e\x3c\x49\x19\x52\x57\x97\x4f\x7f\xb2\x97\xef\xf5\x06\xff\xd4\xb8\x7c\x57\x6b\xce\xc5\x47\xb0\x44\xfa\x49\xae\xe2\xcb\x0d\xf9\x69\x83\x5f\x6d\x88\x06\x05\x18\xd6\x1d\xf7\xb6\x85\x8f\x7f\xdc\x90\x6d\x74\x72\x72\x7f\x28\xa2\xdb\x34\xce\xe8\xc4\x04\x6c\xd6\xb1\xec\xd6\x70\x80\x0e\x17\x49\x2b\xe9\x90\x7d\x3c\x07\xf7\x11\xd3\x40\x35\x68\x1c\x8b\x6e\xca\x07\xe9\x83\x61\x3d\x4f\xa7\x29\xbb\xd4\x98\xb6\x8f\x3e\x69\x28\x56\x19\x5d\xc9\x70\x76\xd1\x0a\x7e\x8c\x7d\xb1\xca\x42\x10\xaa\x11\xc8\x6a\x74\xb7\x1a\x52\x7e\x02\x42\xc7\xec\x7b\x58\xb3\x12\xee\x9c\xf2\x33\x18\xca\xcb\x2c\x5d\x42\x58\xc2\xf2\xdd\x92\xb2\xf5\x7b\x4d\xb4\x35\xe8\x42\x51\x03\xcb\x0b\x12\xaf\x91\xa0\xb5\x1f\x36\x64\x74\xde\xcb\x57\xd1\x84\xe2\xf3\x1e\xb8\x5e\xe1\xf3\xde\x7a\x85\xcf\x7b\x62\xa6\xa1\x6c\x8a\xcf\x7b\x82\xed\x8c\xf1\xcf\x7f\x38\xa8\x98\xbe\x04\xad\x82\x84\xfd\xa9\xe1\xc1\x64\x8d\x32\x6a\x95\xf3\xdc\x18\x4a\xac\x12\x44\xec\x33\xc2\x87\xc9\x3e\x2e\xc4\x6c\x43\x14\x2c\xe7\xb9\x52\xd7\x48\x2e\xa2\xaa\xde\x1a\xef\xe9\xcc\x13\x2f\x97\xaa\x89\x4a\xf9\x63\xe2\x62\xb9\x30\xd4\x62\x88\xa8\x96\xcb\xa8\x3d\x56\xf4\x65\x7a\xc7\x41\x0d\xac\xc7\xe5\xdc\x2a\xdc\xb5\x62\x96\xe8\x5d\x55\xbb\x93\x6b\xed\x57\xb9\x3f\xdd\x98\x9c\xe6\xad\x93\xf0\x65\x9a\xa5\xab\xf5\xaa\x2f\x76\x75\xd0\x54\xb9\x44\x78\x27\x72\x91\x2c\x2b\x69\x46\xc3\x8d\x64\x9c\x32\x35\x19\x81\x75\x9f\x5b\x15\x95\x3b\xc3\xfa\x52\x97\x15\x4e\x7c\xb0\xbd\x61\xc6\x64\x83\x40\x0c\x2b\x21\xc5\x9a\xd2\xe7\x34\x84\x90\x01\x67\x41\xe7\x3e\xf3\xfe\x26\x0f\xe7\x49\x2c\xd1\xd6\xf3\xab\x51\xb5\xf7\x05\x5b\xb5\xf1\x50\x63\x85\xfa\x56\x4c\xd2\xbe\xcf\x2a\x78\x64\x7d\x31\xe0\x59\xb2\xef\xab\xf0\x2f\x4b\x55\x63\xb7\xf3\x2a\x25\xc4\x84\x30\xd2\x10\x79\xbe\x74\x25\x1a\xd2\x84\x4e\x78\x9a\x79\x68\x04\x3c\x50\xbb\x04\x8e\x91\x09\x39\x65\x5a\x51\x80\xbc\xe6\x74\x29\xc8\x76\x1d\x10\x43\xf7\x34\x5a\x4e\x24\xe6\x9b\x65\xef\x23\xe9\x1d\x81\x02\x20\x8c\x31\xa7\x4b\x64\x0d\x0f\xbc\xe6\xf7\x04\xfd\x56\x55\x3c\xdf\x8a\xc7\x54\x0e\x46\xed\xd1\xd1\x58\x7a\xb3\x48\x8a\x48\xdd\x21\x9e\x25\x89\xf7\xc5\x48\x08\xd8\x04\x7d\x71\xa4\x1b\xd1\xa3\xf1\xfc\xa3\x2f\xd0\xf8\x0b\x37\x42\xca\x1e\x60\x4e\x47\x3a\x8c\x01\xe2\xe9\x7a\xb2\xd0\x11\x58\xaf\xe9\xfd\x7a\x85\xc6\x7b\x92\x09\xcb\xb5\xda\x1f\x0a\x84\x63\xba\x37\x22\x42\x2d\xa6\xca\xbf\x13\xb2\xa6\xb8\x0d\x0f\x03\xf7\x50\x74\x20\x88\x16\xb6\xdb\x3d\x83\x2d\x79\xbb\x88\x27\x8b\x4e\xc7\x53\x80\x49\x9f\xde\xfb\x15\xdd\xed\xd4\x3b\x42\xc8\x79\x8f\x47\x57\xbe\x13\x56\xc8\x5d\x74\xcc\x2a\xa8\x81\x33\x62\xc7\x00\xd5\x01\xba\x3a\x1d\x6e\x39\x0d\x0b\x2d\xbb\xd3\x61\x8d\xf5\x98\x55\xef\xd4\x6b\x67\x9d\x4e\x3b\xde\xed\x14\x90\x44\x03\xd9\xe9\x28\x20\xdb\x1a\x48\x37\x8c\x9e\x8a\xb9\xe5\x72\xc9\xe6\x40\x49\x98\x91\x72\x27\x10\xcb\xb3\x79\xee\x24\x53\x17\x48\x8b\xfc\xdd\x4e\x6f\x9f\x87\x6a\xe2\xcc\x99\x19\xb1\x79\x3d\x9f\x38\x73\x00\x80\x13\xb3\x16\x10\xa6\xc1\x7b\x12\xb3\xd5\x9a\xef\xc4\x9e\x8d\x32\x1a\x3d\x89\x7b\x9c\xe6\xe5\x95\x07\x21\x98\xc3\x3d\xef\xdd\x2e\xae\x04\xf6\x3b\x39\xb9\x97\x85\xac\xd3\x69\x67\x10\x24\x07\x5c\xd8\x3e\x6c\x4a\x1f\x36\xd9\x93\x6f\xd6\xf8\x1b\xf2\xe5\x3f\xcc\x5c\x7e\x4d\xfe\xdf\xb1\xdf\x14\xce\x02\xb7\x1b\x38\x4f\xa7\xe3\x65\x9d\x8e\x77\x48\xa2\x1a\xd7\x3a\xfe\xa6\x7b\xd2\x6f\x8a\x33\xe5\xae\x1d\xb6\x42\x7a\x35\xe6\xe7\xb3\x89\x95\xe7\xdb\x79\x1e\x7c\xbf\x21\x4e\x54\xa7\x13\xf7\xbd\x86\x61\xd9\x0b\x54\x6f\xab\xb1\x21\x7b\x6f\xd0\x7c\x52\xc5\xba\xc6\x48\x57\xcc\xf7\xfd\x78\x26\x66\x8a\x47\x57\x18\xbe\x6b\x9c\x19\xbf\x32\x0b\x75\xfc\xd1\xa0\x9d\x82\x6b\xbc\x6c\xd3\x99\xfd\xe6\x76\x0d\xf2\x00\x61\xf2\x1e\xdb\xb2\x12\x8a\xd7\xab\xc6\x56\x77\xbb\xd1\x79\x4f\xbc\x6f\x7e\x0d\xb1\xf8\x78\x96\x7c\x47\xef\xe5\x6e\x4b\x49\xc3\x74\xe3\x88\xa4\xd6\xd7\x8a\x0a\x9c\x8a\x4e\xcb\x8d\xb1\xdb\x9d\xf7\xac\x47\xab\xe5\x7e\x44\x20\x75\x7f\x3f\xea\x9e\x04\xa9\x72\xb2\xeb\x9e\x04\x9e\x04\xde\x6d\x82\x35\x36\x21\xf6\x49\x44\x22\x42\x48\xf9\x7d\xff\x38\x88\x8e\x4e\x7c\x9c\x8e\xa2\x12\xb3\xf4\xc4\x80\x96\x50\x36\x25\x07\x97\x37\x0d\xee\x34\x1f\xe5\xa6\xcd\xa6\x86\x84\xa2\x61\xb7\x74\x18\x1f\xcd\x87\x7b\xf7\xae\xf6\xad\x9d\x34\x4e\x75\x42\x86\xa0\x72\xc1\x35\xe7\xc1\x22\xca\x06\xe9\x94\x9a\x25\x73\xef\xbf\xe0\x35\x39\x3e\x5d\x7f\x3d\xd1\x17\x20\xd6\x47\xe4\x04\xf8\x87\x37\x19\xad\xc7\x3d\x41\x9d\x94\x61\xb6\xd3\xa9\x96\x08\x90\x9d\xc6\x04\xd9\x4b\xfc\x2d\xd4\xd3\x68\x76\x95\xd1\xe8\xba\xb0\x88\x74\x25\x06\x6c\x83\x20\xd9\x77\x22\x4b\x99\x6c\x83\x75\xb9\xf0\x93\x42\xfa\xfc\x39\x01\x7c\x30\xc7\xcc\x0d\x21\x33\x42\xf2\x3b\xa1\xc6\xab\xae\x10\x46\x5a\xa6\x17\x1a\xf5\xc9\xc9\xbd\xd0\xe6\x1f\x8a\xbc\x53\x2a\x09\x56\xd0\x9d\x35\x61\x3d\x30\x03\x40\x68\x1d\xa1\x90\x43\x54\x1d\x16\xdd\x40\x24\x9d\xba\xb6\x0c\x91\x73\xa4\x31\x00\xc2\xe6\x18\x3b\x00\x84\xcd\xe1\xd1\x1c\x5f\x10\x8f\x19\x29\x11\x27\x1e\x3b\x60\xf9\x31\x30\xd9\x29\x4c\x00\x1e\x84\x91\x80\x06\x61\x69\xf2\x42\x75\x48\xc4\xd0\xe5\xc5\x10\x8c\x0c\x14\x26\x27\x89\x06\x00\x8d\x7d\x1f\xdf\x92\xab\xdd\xce\x5b\xf4\x51\x12\xa3\x00\x4e\x76\x7c\x7c\x47\xda\x27\xa7\xd3\x4e\x27\xeb\xe9\xe4\x04\x70\xb6\x61\xad\x97\x36\x3c\x8c\x4e\xc6\x95\x92\x5a\xe2\x67\xaa\x79\x27\x00\xd4\xe9\x78\x77\x44\x4a\x53\xa0\x82\x9e\x95\xd6\x4c\xd0\xf4\xd4\x55\x14\xa1\xcc\xa1\xa3\x08\xb7\xbd\xf6\x62\xb7\x6b\x2f\xfd\x4e\xc7\x8c\xa8\xed\xb5\xa7\xbb\x5d\xfb\xce\x2e\xf3\x3c\x4a\xb6\x85\x3f\x42\xc0\xd9\xbb\x30\x4d\x5d\x74\x74\x33\x26\x37\x98\x8e\xd0\x15\x67\xb2\x0c\x8d\xc9\xda\x29\x90\xa6\xc9\x76\x7b\x86\x29\x68\x90\x40\xd2\xda\xeb\x4e\xa7\x7d\x83\xa9\x0c\xc1\x9a\x8b\x0f\x58\x74\x03\xf7\xc9\xd0\x98\x2c\x30\x3d\x68\xc7\x7c\xb5\x69\x4e\xfb\x5e\x51\x91\xc5\x3e\xaa\x7e\xfa\x73\x28\x93\x1e\x56\xcb\x6f\xa5\x69\xf4\x42\x5a\x65\xc5\x38\x6b\xd9\x93\x6e\xfb\x28\xa3\x33\x14\x20\x1d\x8c\x17\x8d\x49\x4d\x3b\xc3\xdc\xc7\xdb\x32\x58\x8f\xa5\x29\xea\xf8\x69\xa5\xfd\xe8\x4c\xf0\xf9\x86\x68\x3c\x3f\xdb\xd6\xbc\x1f\x37\xf8\xe7\xaa\x35\x0f\x8c\x71\xed\x63\x2b\x7f\x59\x55\x9d\x07\xf3\x59\xfb\x44\x1b\xce\xc4\x2f\x63\x32\x6b\x9f\x94\x8a\x7a\xfb\xa4\xc9\x26\xa5\x6d\xbb\x7f\xd9\x90\x9f\x37\x65\xc0\xfc\x1f\xfe\x7f\x99\xcd\x51\xc0\xf5\xed\x86\x8c\xf4\x45\x1f\xa0\x03\x63\xfc\xdd\x1f\x4f\xc4\x56\x89\xa4\x6e\xb5\xbf\xdb\xb5\x4f\x8a\x87\x2c\x55\x8f\x31\x24\x35\x30\x09\x19\x77\xaf\x96\x17\x4b\x16\x5b\x51\xbc\x0b\x47\xca\x4b\x99\x34\x56\x3b\x06\x1f\x5d\xe8\x51\x5c\xff\xfe\x70\x8e\x98\xea\xfe\xfa\x0b\x04\x6e\xb2\xcd\x51\x76\x5b\xb8\x6e\xba\x2a\xb0\xc3\x88\xbe\xdd\x34\x6e\x95\xef\xec\xad\xe2\xac\xd7\x9f\x9d\x94\xf3\x87\xff\xca\xa4\x9c\x3f\xfc\x67\x93\x72\x7a\x5b\x0b\x89\xad\xd4\x22\x0a\x4f\x8c\xd9\xbc\xc0\x7f\xb1\x16\x46\x62\xf0\x3f\x37\x84\x79\x5f\x3e\x7d\xf6\x77\x1f\xff\x6b\x23\xb8\xbc\xf7\xcf\x8d\x8f\xe9\x60\xdf\x36\xb3\xd6\x10\x33\x52\x5d\x41\x9c\x41\x0c\x04\x88\x78\x03\x51\x03\xc8\xf1\x69\xfc\x35\x3b\x8d\x8f\x8e\xfc\x6c\x14\x8f\xad\x05\x8d\x75\xf4\x98\x56\x99\xb9\x5b\x6d\x59\x73\x63\x6b\x24\x50\xcd\xdc\x86\xc9\x7c\xbd\x89\x7d\x2c\x68\xfe\x2b\x20\xe0\x19\x72\x39\xef\xb7\xa1\xc7\xab\xc9\x97\xa9\x8f\x7f\x28\x8b\x73\x08\x14\x27\x1d\xfa\x64\x2e\xfe\xcf\xc8\xef\xfd\x19\xd9\x9f\x0f\xee\xcc\x7f\x6d\x3c\xdf\x7b\x9e\xa6\x09\x8d\x98\xdd\x44\x15\x58\x1f\xa3\x5f\x4d\xc1\xaf\x2d\x19\x69\x02\x4e\xcd\xaf\x68\x6b\x9d\xd3\x69\x2b\x5d\xf3\x3c\x9e\xd2\x56\x3a\x6b\x45\xad\x5f\x2f\x22\x16\xcd\x69\xf6\x6b\xcb\x40\xde\x43\x3e\x7e\x38\x9d\x74\x39\xbf\x4d\xb9\x97\x4b\x84\x18\x1c\x48\x4f\xfc\x61\x7f\x4e\x63\xbe\xf7\x23\x3a\x10\x24\xa9\x3a\xec\x80\x17\x98\x4a\xb4\x87\xd5\x19\x90\xed\x24\xca\x28\xb7\x13\xa7\x56\x8e\xda\xff\xc8\x19\x51\xfd\x24\x4d\xdf\x38\x32\x47\x50\xf2\x4c\x71\x11\xe5\xab\x74\xb5\x5e\x21\xeb\x34\x69\x95\xc4\xbc\x9a\x7a\xd6\x3e\x37\x2b\x70\xb6\x77\x7b\x3d\x96\x8b\x29\x70\x54\x5e\xcf\xda\x11\xce\x63\x50\x59\x37\xb1\xc7\xc0\x5e\x86\x25\x75\x4c\xbd\xa5\x6a\x53\xd7\x6b\x6c\x9c\x62\xd1\x8d\x6b\x42\xe2\xd1\xbc\xd1\xfc\xe3\x30\x36\x80\xa8\xc2\xec\xa0\xcc\x98\x2c\x34\x1c\x6e\xf4\xf7\x39\xe5\x42\xb0\x3f\x64\xa8\xb7\xed\xd4\x6a\x4c\xd0\xc3\xa8\xb2\x90\xe3\x83\x9a\x98\xb6\xea\x1d\x8e\x6e\x0a\xfe\x10\x91\xa3\x6d\x09\xfd\x0a\x30\x16\xd4\x2b\xc0\x11\x50\xaf\x84\x56\xb5\x50\x5a\xd2\x54\xc7\x42\x85\xe3\x15\xd2\xa0\x26\x29\x8f\x08\xe7\xa0\x5c\x34\x2a\x94\x21\xd1\xa4\x51\x8d\xa4\xc2\x53\x8a\xc4\x3e\xbe\x21\xcb\x91\x7d\x0e\x3e\xde\xed\xf4\x49\xf8\xb9\x92\xff\x11\xbe\x37\x5a\xc9\x16\x69\xad\x40\x9d\x6d\xa3\x20\xdf\xed\xd6\xb8\x5a\xdc\x95\xfd\x06\x6b\xe8\xb9\x9b\xc4\xec\x1a\x05\xb3\xc2\xc7\x91\x8f\xaf\x08\x5a\x33\xc9\xe1\xa6\x42\xc1\x51\x12\xfb\xd2\x10\x9c\x7e\xf9\x33\x78\xf8\xb4\x1d\xe5\x59\x37\x65\xc9\x3d\x2a\xf0\x8d\x51\x42\x66\x9d\x4e\x7b\xd1\xf7\x28\x41\x11\xc2\xcb\xde\x22\xa3\x33\x82\xfe\x07\xf9\xc1\xa2\x4f\xc9\x22\xf0\x28\x59\x46\x78\x29\x97\x84\xa4\xe2\x97\x9e\x3b\x12\x55\x50\x4a\x8b\xdf\xfd\x1a\x49\x6a\x70\xd0\xb8\x37\x14\x41\xc5\x62\x96\xf6\x72\xe4\x9c\xb2\xa8\x03\x39\xd3\x81\x94\xaa\xaa\x94\x43\x2b\x49\x02\x33\x3d\xcb\x5b\xe9\x4a\x88\x2a\x55\x58\xf8\x00\x6f\x4d\x16\xb0\xa9\x1d\x44\x95\x49\x24\x8d\x01\x05\x33\x3a\xdb\xa7\xa6\x99\xd1\x78\x5e\xbc\x47\xa7\xa2\x0d\x3a\x55\x8a\x63\x7f\xcf\x04\xec\x1f\xfd\x83\x43\xdf\x37\xee\xc6\x78\xa8\xd9\xc0\x12\x2b\xd9\x00\x67\x83\x8a\x06\xa6\x7c\xb3\xa5\xf3\x3e\x5c\x14\xad\x76\xd8\x3e\x16\xd4\x57\x83\x05\xc7\x5c\xaf\x64\x14\xd5\x78\x40\xb2\x41\xc9\xd8\xd2\xc1\xff\x1f\xb5\x2a\x33\xbc\x68\xf0\x6f\x11\xc7\xd3\xc1\x7f\xa3\x38\x6e\x43\xf5\x1f\xca\x91\x9f\x0f\xb4\xe7\x55\x4d\x0c\xb1\xf3\x33\x66\xae\xb7\xa1\x9b\x0a\xbe\x31\x8d\xe0\xe3\x65\x18\x95\x54\xc9\x4a\x80\xd8\x9c\x81\xd0\xca\x11\x59\xe0\xc9\x80\x6c\xdd\xa4\xb7\xed\x93\xa2\xc0\xc9\x80\x6c\xd7\x2b\x15\x8a\x37\xa1\x33\xae\x42\x93\xaa\x01\xe8\xa4\x96\x82\x2f\x04\x3a\x81\x65\x81\xd7\x07\xb4\x08\x13\x95\x47\xa2\x29\xb0\x55\x83\x51\x4a\xcc\x79\x8c\x14\xb3\x97\xf3\x3f\xe2\xb0\x5a\xd7\x90\xa7\xd5\xe8\xa1\x18\xea\xd8\x4e\x7e\x02\x51\x7d\x6c\xb6\xcf\x1d\xd3\x2a\xef\x65\xca\x79\x12\x4e\xd5\xf0\x9a\x70\x19\x19\x7c\x46\xb8\x15\x56\x7c\x21\x06\x25\xd7\x09\x4f\xc5\x6f\x27\xc4\xf8\xb2\x3c\xee\x84\x80\xe4\x89\xc7\x0f\xd8\x4d\x75\x62\x51\xc9\xfa\x55\xce\x67\x27\xf5\xb2\xec\xa8\x21\x09\x73\x19\x8b\x77\xec\x1b\x19\x80\x59\xbc\x1e\xe6\xc7\x96\x09\x44\x81\xba\x75\x18\x44\x10\x02\xac\x89\xd5\x15\x3e\x4e\x85\x18\x90\x0b\x8a\xb9\xa8\x48\x92\x6e\xd6\xb2\x2a\x13\x96\x13\x7f\x41\xbc\x64\x30\xaa\x08\xa0\xca\xa6\x26\x04\x18\x85\x6a\xfe\x11\xea\xa2\x23\x2f\xea\x23\x0a\xae\x9d\xf2\x58\xdc\xc7\xb7\x64\xdd\x9f\x05\xd1\xc0\x8b\x06\x82\xe5\xcd\x7c\x3c\x19\x80\x95\xb7\x3d\xc5\x67\xa4\x29\xeb\x71\x19\xdd\xf7\xc2\xda\x7f\xb7\x95\xbd\xb3\x2f\x78\xb9\x4c\x6a\xcc\x4d\x52\x63\xee\x24\x35\x36\x70\x68\xcb\x30\x54\xf3\x71\xbc\xd7\xa2\x7a\x25\x58\x35\x8f\xae\x5e\xb3\x29\xbd\x0b\x50\xf7\x04\x49\x07\x62\x6a\xb1\x4d\xa1\xb1\xd9\xb0\x88\x7f\x4e\x25\xff\xa1\x66\xd2\x8c\x23\xcf\x69\xd6\xe9\x64\x1e\xf7\x8b\x02\xdf\xe0\xad\x0c\x40\x1c\x69\x2e\x19\x4f\xa7\x94\xa1\xa0\x4d\xab\x6c\xdb\xe6\xfa\x95\x74\xc9\x92\x57\x9b\xfb\xbb\xfd\x4a\x5e\xe0\x33\xfc\x9b\xb7\xf4\xfd\xe0\xac\xf8\xc4\x21\xba\x42\x11\x40\x5b\x81\xb2\x49\xb4\xda\x0f\xe8\x4d\xb9\x14\x8d\xb2\xc5\xda\x96\x2d\xf2\x01\x5e\x57\x65\x0b\xf0\xd5\x84\x0b\x20\x40\x1f\x85\x20\xb1\x6e\x14\x24\x66\x03\xb2\x1e\xe0\xc5\xa0\x92\x75\x18\x34\xd0\xaa\xc7\x64\x93\xc7\x26\x18\xd0\xab\xfa\xa3\x0c\xdd\x7a\x40\x1d\x7d\x3c\x5f\xb0\x7c\x29\x65\x07\xf4\x8e\x5b\xba\xe9\xf4\xdf\xad\x9b\x42\xa0\x01\xb5\xe0\xc4\x79\xfa\x74\x1d\xf6\x8f\x50\xff\x66\x57\xa5\x26\xad\xb8\x9a\xf8\x0a\x68\xbf\x71\x92\xcb\x08\xef\xc9\xe5\x81\xbd\xaf\x16\x10\x76\xbf\xe8\xf1\x94\xed\x76\xd9\x6e\x17\xef\x76\xe9\x43\x3a\xf3\x63\xf4\x5f\xfb\xd8\x50\x27\x91\xda\xa7\x12\x9b\x59\x6e\x76\xb9\x92\x63\x51\xa1\xe6\xe5\x58\x98\x0c\x59\x28\xe0\xcf\xa0\x5c\x8e\x25\x26\x54\x8e\x45\x2b\xd5\xbb\x9d\x1a\x55\x5f\xec\xd8\x00\x1d\x3f\xc8\x3c\x6d\x78\x84\xd6\x4f\xe8\x37\xdd\x93\xbe\xbb\xcb\x55\x6e\xf5\xbd\xa7\x9d\x8f\x3a\xd0\x94\x10\xe7\x4a\xa5\x16\xca\xb6\x1a\xd0\xac\x3c\xa4\x04\x85\x9b\xde\x09\x9e\xfb\xd0\x59\x24\x34\x67\xb8\xaa\x8a\xa0\x6c\x9d\x32\x8a\x66\x04\x60\xcb\x52\x73\x36\x9b\x7a\x5a\x4e\x6c\xc9\x39\x01\xd3\x82\x76\xd4\xe9\xc0\x69\xdb\x42\xd3\x84\x99\x55\x47\x75\x13\xd8\xea\xb6\x06\x45\x90\x6b\xa7\xb1\x2e\x80\x10\x2c\x0a\xeb\x6c\x4e\xbb\x91\x13\x42\xf2\x4e\xc7\x5b\xf7\x73\x82\x16\x7f\x43\x41\x24\x7e\x08\x22\x16\x4c\x41\x55\x16\x8f\x11\x0a\x16\x9d\x8e\x97\x13\xa9\x71\xfb\x7e\xed\x14\x2e\x07\x1a\x6d\xbb\xa7\xab\x76\xa7\x1a\x3d\x6d\x83\x8a\xc2\x43\xbf\xaf\x2b\x9b\x94\xf9\x53\x5c\x52\x7a\xaa\xc8\xbc\x45\xb8\x96\x8d\x2a\x75\x23\xb5\x9e\xda\xd4\x7a\x31\xc0\xd3\x46\x6a\x6d\x3c\xeb\x25\xc5\x13\x24\x7b\xda\x48\xb2\x57\x03\x32\x1d\xe0\xe5\xa0\x8e\xba\xf4\xda\xf3\x7b\x7c\x41\x97\xf4\x11\xa1\x4c\x8c\x87\xdd\x55\x3a\xbd\x97\x68\xfa\x26\xce\xcd\xc6\x44\x57\x69\xca\x73\x9e\x45\xab\xae\xba\xf2\x02\x7f\x08\x21\xd4\xca\xaa\xf4\xd0\xb7\xe6\xe2\x0c\x7c\xa7\x02\x7d\x61\x99\xa4\xf6\x66\xcf\x08\x60\x93\xaf\x73\x9a\xbd\xcb\xb4\x51\x55\x5d\x82\xe5\x97\xee\xd8\xf4\x9d\xaa\xfc\xda\xb1\xbc\x2c\x93\xae\xcc\x79\x2f\xc3\x11\x38\x97\x13\xed\xcb\x5f\xeb\x6b\xbc\x2d\xaf\x32\x36\x47\x1e\x8d\x70\x83\x9e\xae\x2e\x7c\x42\x70\x12\xb8\x0f\x0f\x73\x8e\xf4\xe6\x28\x87\xcc\x0d\x92\xd4\x6d\x7d\xcc\x53\xf5\xec\xe0\x1a\x56\xd7\xdf\xc7\x78\x1b\x4f\x52\x16\x7c\x17\xdb\x41\x53\xcb\xb6\xfb\x32\x90\xf4\xed\x22\xe6\x14\x99\xa8\xd2\xd9\x35\xaa\x45\x39\x7d\x68\x10\xe2\xab\xea\x18\xf4\x6a\x3f\x30\x04\xa8\xf6\xd0\x08\x5e\x39\x23\x30\x2d\xff\x79\x03\x50\xb1\x0d\xba\x2b\xc0\x98\x8c\x4e\xab\xa3\x01\x7c\x78\x78\x34\x50\xed\xa1\xd1\x9c\x3b\xa3\x31\x2d\x1f\x1c\x0d\xdc\x4c\x2d\xf0\x7c\x40\x98\xf7\xec\xef\x4f\xff\xe6\xe3\xfb\x01\xd9\x82\x47\x70\x30\xda\x32\x68\xe9\xdb\x2c\x5a\x2d\x10\x5e\x67\x71\x80\x9e\xcc\xe1\xa1\xc0\xea\xdd\x50\x05\xa4\x94\x2f\x55\xe8\x28\xeb\x2d\x5c\xc3\xb6\x50\x58\xbd\x78\xbf\x66\x10\xbb\xa1\xd3\x7a\xbe\x8e\x93\x69\xeb\xb5\x75\xc7\xd2\xb4\x25\xaf\x70\xeb\xb6\x06\xe9\x72\x19\xb1\x69\xf7\x4d\xcc\x68\xeb\x25\xc4\x94\x52\x35\x65\x80\x29\x53\xf1\x2c\xa1\x19\x37\x2f\x23\xf9\x64\xde\xea\x48\x9d\xea\x35\xd7\x81\x3b\xb1\x81\x2c\x29\xc7\x93\xc1\x43\x31\x2e\xc6\x58\xfc\x34\xe0\x1f\xee\xa2\xa9\x89\xff\x93\x19\x11\x70\x5f\xad\x27\xd7\x94\x9b\x6e\x9e\x27\xe9\xe4\xda\xd4\xbb\x92\x4f\xff\x77\xd0\x4d\xd2\xe5\x2a\x9a\x94\xe0\x7d\x0b\xc9\x09\x5a\x87\xa1\x7c\x93\x46\x53\x3a\xad\x54\x4a\xa0\xf0\xff\x70\x28\x80\xfb\xa6\x97\xff\x4a\x18\x0b\x7c\x35\x78\xcc\xdd\x64\x0e\x91\x57\x8c\xa0\x00\x82\xab\x7d\x5f\x19\xa7\x7b\x33\x24\x45\x24\x1d\x1d\x8f\xf1\x84\xa4\x0d\x89\x4d\x72\xdf\xfb\x6d\xe3\x72\x44\x88\x4b\x08\xd7\x83\x05\x33\xd4\x41\x41\x04\x5b\x57\x57\x31\xd1\x72\x8a\xd4\x1d\x61\x69\x37\x6b\x64\x87\x2f\x37\x78\xbb\x9f\x80\x4e\xbc\x76\x24\x88\xa7\x93\x41\xe5\x29\xaa\x04\x13\x78\x41\x1d\xd0\xd4\x95\xc4\xab\x0c\xae\xdf\xf2\xb4\xf1\x5a\x74\xec\xef\xb9\x99\x1d\x2f\xe7\x08\x6f\xf3\x6c\x12\xcc\x07\x38\x4a\x78\x80\xe4\xa4\x22\x9d\xae\xe8\x56\xe6\x2a\x7a\x9a\xd1\x25\xc2\x32\x6a\xd1\x7b\x69\x05\x3c\xee\x7d\x25\x0a\x8b\xc2\xc7\x48\xc5\xc0\xe9\xb6\x10\x66\xd2\x69\xd3\xca\xa6\x81\x59\x2f\x5f\x5f\xe5\x3c\xf3\x4e\x30\xd3\xe1\x2b\xc7\x7b\x43\xea\x47\x98\x29\xbf\xa8\x63\x0d\xc4\x6f\xeb\x9c\xc7\xb3\x7b\xe5\x15\x1a\x20\x70\x54\xee\xaa\xe8\x3c\xa8\x89\xdd\xe4\xbe\x47\xa3\xaa\x50\x73\x8c\xac\xa6\xcb\xf9\xb8\x1f\x8c\x58\x43\x24\x09\x25\x5b\xaf\xb3\x18\xc5\xac\x45\xed\x9c\x14\x59\xd4\x7c\x37\x3d\x8a\x30\xc8\xa2\x2f\xe8\xbe\x85\xa0\xbd\x75\x16\x3b\xf9\x47\xc4\xb6\x10\xac\x4d\xbe\x71\x46\xf0\xdd\x46\xec\x9a\x1b\x99\x55\xe2\xfb\x06\xc8\xad\xae\xe3\x81\xa9\x2b\x8f\xca\xed\x8a\xba\x17\x7b\xc6\x67\x03\x3b\x6d\x8c\x39\x99\x7b\x44\x28\xf2\xd5\xe0\x33\x47\xa9\xc6\xa8\xc2\x36\x60\x59\x5a\x8d\x0c\x7a\x68\x6e\xe5\xb5\xff\x05\xe7\xab\x3c\x78\xf2\x44\x62\x6a\x2f\x4e\x9f\xf0\x78\xa5\x9e\x9e\xcc\x29\x87\x98\x5f\x60\x14\xa4\xd3\xde\x72\xfa\xc4\x8d\x9d\x92\xac\x4a\x81\xc2\xee\xf7\x66\x80\xb7\x2a\x32\xc0\x85\x31\xe7\xcf\x92\x75\xbe\xb0\x8c\xe7\x8f\x36\xbb\x2c\xd2\x2c\xde\xa4\x8c\x47\xc9\x23\x6f\xef\xdf\x36\x53\xbc\x43\xb7\xac\x85\xc6\x9b\x12\xda\x03\x20\xe1\x0a\x7f\xd9\x2b\xce\x1f\xb8\x71\xad\xed\xc6\xeb\x7c\x21\x34\x5d\xf3\xa1\xd0\x6e\xd7\xe5\xdd\xeb\x24\xce\x95\x9f\x29\xc2\x69\xdf\x7a\xec\xca\x4f\x1b\xe2\xed\x1e\xb8\x94\x6f\x7d\x6e\xf5\x18\x34\x97\xab\x4b\xfa\x91\x7f\xe8\xc2\x77\x2c\x8f\x37\x73\x7b\xab\xaf\xe1\x3a\xf6\xad\xad\x34\x5e\x0c\xf0\x6d\xa3\xd2\xb8\x4e\x90\xbd\x56\xda\xe9\xf2\x6e\x40\x6e\x07\xf8\xcc\xe0\xc1\xc3\x96\xbc\x9a\x43\x4a\x54\xde\xc4\x6e\xc0\x9d\x88\xdd\x37\x22\x4e\x81\xaf\x5d\x44\xa8\x1b\x91\x0a\xfc\xf6\xf3\x71\x45\x99\x44\x22\xdb\x0c\x94\xab\xf2\x94\x41\xd0\x07\xe9\xcf\x30\x7b\x14\xfe\x18\xc3\x88\xe5\x98\x1e\x69\x77\x6e\xe9\xbf\x30\xf6\xf1\xc2\xe0\x53\xbb\x9d\xda\x2e\xce\x6d\x70\x82\x36\x9f\xb6\xdb\x79\xa7\x63\x23\x03\x18\x3c\x74\x7b\xed\xf6\xba\xe1\x2d\x3a\x5a\xe3\x6a\xa1\x13\x22\x20\xea\x74\xbc\x99\x31\xf4\x5d\x0f\xea\x06\x0f\x85\x43\x33\x1b\x87\x16\x80\x43\x6f\x6d\x1c\x3a\x1b\xe0\xb7\x8d\x38\x94\xc4\xea\x02\xff\xe5\x80\xbc\x1d\xe0\x61\xf3\xea\x80\x1f\xc6\xb0\x31\xcd\xd0\xdd\xe0\x13\xd3\x71\xf9\xde\xa5\xfd\x89\x3a\xb4\xd4\xc9\xe6\x6a\x29\x2a\xff\x84\xac\x6e\x26\x79\xa1\x10\x00\x02\x74\xbc\xba\x6b\x7d\xb5\xba\xb3\x59\xef\xe3\x52\xba\x99\xb0\x3d\x05\x0e\x07\xf5\xc4\x6e\x42\xca\x44\x67\x8c\xa5\x6b\x36\xa1\xd3\xd6\x1b\x3d\x67\x08\xa3\x8b\x98\xb5\x2e\x85\xb0\xe9\x7d\xb8\x1c\xf8\xa2\x20\xba\x73\x0b\x64\x22\x38\x99\xec\x61\xb6\x4e\x5a\x32\xf1\x4b\x0b\xe2\x1d\xea\xd7\x17\x32\x74\x1a\x1a\xe3\xcd\x80\x34\xa6\x9a\xa1\xbb\x1d\xef\xb7\x69\xa7\xc3\xfb\xe8\x72\x11\xe7\x32\x58\x5c\x6b\x11\xe5\x2d\x96\xb6\x96\x31\x8b\x97\xeb\xa5\x8c\xe8\x97\xc4\xcb\x98\xa3\x80\x76\x3a\xed\xe6\xca\xd1\x5d\xad\x32\x42\x81\x55\xf3\x0b\x15\x73\x30\x8b\xd8\x9c\xb6\xa6\x11\x8f\x5a\x71\x0e\xfe\x7d\xd1\x4d\x14\x27\x62\x5f\xa0\x02\x0f\x9a\x31\xaa\x0c\x71\x05\x6d\x41\xfa\xa3\x4c\x05\x69\x96\x11\x4d\xdd\xc4\x4f\x1c\xa3\xd2\x5b\xc3\xc7\x5b\x93\x30\x44\x67\xf1\x89\x49\x26\x84\x37\x93\xd1\x28\x25\x59\xb3\x74\xfc\x0a\x6f\x67\xc9\x3a\xde\x1f\xb6\xaa\xcc\x05\x55\x97\x72\x53\xcf\xea\x39\x16\x98\x60\xd2\x43\xc5\xcd\x59\xa1\x94\x6f\x90\xc2\x41\x30\xe7\x65\x11\xcb\x85\xae\x11\xa0\x49\xb4\x8a\x79\x94\xc4\x1b\x6a\x63\x63\x2d\x5f\x9a\x25\x60\x36\xf5\xa2\x82\x74\x3d\x90\xdd\xef\x0f\xa7\xf4\x0b\x07\xff\x91\x94\x7e\x0d\x52\x5c\x2d\x48\xd7\x32\x66\x90\x96\x02\x42\xe0\x45\x77\xf0\x3b\xb6\xe9\x14\xf0\x8b\x24\xca\x65\xc0\x50\x19\x22\x48\x27\x58\xc3\x39\x89\xfa\xf2\x96\x43\x00\x01\x46\x26\x64\x30\xf4\x72\x1f\x27\x64\x75\xe9\x31\x21\x42\xac\x2e\xbd\xac\x29\xeb\xe5\x83\x41\xc0\x90\xd8\x06\x5d\x4e\x73\x1e\x4f\x51\x80\xa8\xa1\x10\xd2\x5e\xb5\x19\x78\x09\x5e\xfb\xf8\x70\xac\xb0\x4a\x23\x32\x31\x53\x73\x92\xa2\x92\xdc\x59\x91\x46\xf2\xc7\x24\x04\xac\x74\x02\x7b\x4e\xa7\xa5\x6c\xea\x69\x38\xc0\x5b\x33\xbd\x41\xfc\xa8\x46\xd5\x32\xed\x1d\x7d\xd2\x9f\x8a\x09\x6f\x34\xb4\xbd\x7c\x64\x17\x72\xf5\xf7\x76\xb1\x16\x5d\x64\x8f\xeb\x22\xdf\xd3\x87\xc1\x23\x5b\x31\x5e\x5d\x7a\x8b\x4b\x2f\xf5\xfd\xfe\xcd\xa5\x97\xba\x79\x09\xf7\xf6\x06\x09\x5b\x51\x34\x4f\xd1\xf8\x11\x63\x33\x18\x6b\xf5\x1b\xf5\x1f\x5a\xfd\x68\x4f\x02\x41\xa9\x1e\xbc\x18\xec\x4d\x07\x03\x71\x33\x5d\x07\x32\x5e\xdb\x04\xfb\x22\x97\xb3\x32\x61\xeb\x63\xd4\xb0\xc1\x40\x47\x4e\xa4\xd8\x30\x80\x80\x8f\xe8\x58\x11\x0c\x7b\x0a\xad\x58\xa6\xb7\x32\x34\xa9\xad\x15\x7d\x9f\xea\x40\xaa\x19\x9d\xc7\x39\x17\x84\xaf\x07\x6a\x12\xe4\x55\x78\x84\x31\xc6\x09\x90\x67\xc5\xbb\x47\x28\xe0\x4d\x21\xfb\xff\x43\x69\x9c\x5e\x0c\xf0\x16\x62\x97\xca\x20\x7a\xf8\xe1\xf4\x4d\x10\x63\x54\x48\x26\x2a\x81\x16\x5c\x06\x2d\x33\x10\xa9\x8b\x49\xe7\x03\xd2\x7c\x0b\x43\x45\x86\xb2\x14\x01\xdb\x01\xcc\x6e\x53\xaa\x01\x59\x16\xdd\xbf\x9d\x79\x65\x75\xbf\xc0\xef\x84\xda\x61\xd7\x1c\xb9\xe1\x1f\x64\x4c\x88\x71\x81\x7f\xff\xc3\x87\xf7\x0a\xdc\x1c\x3c\xfe\xdc\x98\x14\x3a\x58\x84\x79\x77\x38\xa2\xcf\xc3\x17\xad\x3e\xe9\xc2\xc5\xde\x20\x32\x06\xe2\xe7\x5e\xed\x10\x32\x53\xa7\xe6\xba\x8e\xc9\xf8\xe3\x55\xaf\xf7\x96\x83\xb3\x65\x40\xcc\xb0\xf2\x44\x8a\x09\x3d\xfd\xe8\xc5\xfe\x6e\xe7\xc5\x64\x14\xab\xcc\x3e\x29\x61\xa7\xf1\xcc\xab\x7b\xd0\xa6\x9d\x8e\x97\x92\x54\x3a\x7a\x7b\x4f\x7e\xc9\x8f\x9e\xf8\x3e\x6e\xcb\x16\x90\xee\xc2\x72\x8a\xe6\xbb\x5d\x5b\x26\x8a\x8e\x73\x79\x7d\x26\xf5\x7d\xbe\xc8\xd2\xdb\x56\x89\x9a\xe8\x17\xd6\x82\xff\x2e\x17\xb4\x35\x8b\xb3\x9c\xb7\xb4\xcf\x5c\x4b\xb4\x21\xa4\x48\xb3\xe6\xcb\x75\x0e\x97\x42\xce\xdf\x5e\xb4\x58\x3a\xa5\xad\x34\x6b\x45\xac\x05\x08\xd6\x4a\x99\x29\xcf\xc5\x8b\xef\xd3\x29\x85\xf3\x46\xbb\x07\x79\x32\x64\x1a\x8a\x4c\xdb\x4e\x2d\xbe\x88\xb3\xa9\x10\x52\xa3\x96\x9c\x06\xb7\xa3\x99\x2a\xcd\x5b\x7c\x11\xf1\x56\x46\x57\x19\xcd\x05\x12\x03\x00\x20\x12\xe6\xb2\x39\x64\x34\x34\x39\x11\x06\x1b\xb4\xcb\xa6\x44\xd8\xd4\xbd\xef\x73\xb0\x6e\xec\xfa\x47\xb3\x7a\x54\x16\xb1\xc8\x99\xa4\xe7\x3e\xb6\x33\x23\xfd\xdb\x40\x68\x0a\xbf\x62\x43\x51\x14\x9e\x83\xb3\x36\x06\xd7\x7d\x40\x24\x41\xf0\x1f\x1f\xea\xa8\xb6\x15\xf6\xee\x84\x03\xaf\xf6\xde\x85\x77\xaf\x39\x36\xb0\x2b\x73\xf3\xd1\x5c\x78\x14\x13\xdf\x64\xd3\xf8\x84\x6b\x8c\xc3\xf4\xd0\x35\xc6\xca\x9d\xc5\x37\x83\xc6\x3b\x8b\xbf\xdb\x9a\xfd\xf9\x00\xff\x5e\xd1\xec\xdf\x0d\x60\xc7\xbf\x1f\x90\xdf\x07\xf8\xf9\x80\xc8\x10\xde\xcf\xd3\x35\x9c\x9d\x3a\xd1\x54\xbf\xea\x6e\x56\x08\x7f\xac\xd5\x99\x52\x1e\xc5\x49\xfe\x9c\xb3\x30\x8c\x2f\xa3\xd7\x13\x84\x7f\xab\x55\x02\x86\x74\x1e\xdf\x84\xe1\xe0\xbb\xd5\xcf\xcf\x10\x7e\xed\xd2\xf4\xf7\xa9\xc7\x34\xcd\xe4\xe4\x75\xea\x31\xeb\x3a\x96\x61\xc7\x3a\x16\x75\xeb\x3c\x95\x14\x9e\xf9\xd8\x83\xf0\x39\x86\xe6\x53\xdf\x5c\x86\x95\x4c\x10\xa8\x3a\xfc\x7c\xcd\x66\xa9\x14\x77\x70\xa6\x1d\xf7\x7e\x17\xfd\x8e\x64\xee\x29\x9b\x28\x0f\x22\x3e\x59\x20\x2c\xef\x7b\xbb\xfa\x73\xe5\xce\xab\xec\x85\x5a\x5d\x08\x9d\x4c\xe7\xb3\x92\x8b\x5d\x6b\xc8\xbd\xc8\x23\x97\xd5\x34\xd0\xdf\xab\x82\x1a\xb3\xcd\xf3\xc1\xe3\x22\xd0\x9e\x45\x51\xb4\x68\xb7\x86\xe9\x92\x72\x88\xae\x7e\x2b\x88\xea\x6d\x96\xb2\x79\xaf\x7a\xde\x52\x89\xed\x3c\x42\xef\x12\x1a\xe5\x82\x22\x27\x54\x50\xbe\x38\xcf\xd7\xb4\x15\x0b\x98\xe9\x2f\x77\xd1\x31\xc2\xcd\xd1\x6a\xb5\xd9\x7a\x1e\xf3\xc5\xfa\x4a\x6c\x5f\x65\xb3\xee\xc6\xa9\xb6\x5e\x43\x5b\x39\x52\xc9\x3d\x03\x14\x5e\x25\x11\xbb\x46\x38\xa3\x09\x64\x74\x96\xa7\xf3\x59\x8b\xa5\xe9\x4a\x6c\x4d\x5b\x88\x53\x67\x30\x12\x1c\x9e\x45\x93\x6b\x9a\xf5\xaa\x59\x45\x1c\x5f\x00\xb8\xbe\x03\x49\x26\x60\x8e\xbb\x0a\x63\x4d\xa4\x4d\x6b\x62\x3f\x5a\x13\x8b\x7e\x8c\xe9\x6d\x0b\x3e\x69\xa9\x4f\x6a\x93\xf6\x5e\x08\xa7\x4a\x16\x42\xff\xf3\x60\xf3\xbf\xed\x5b\x37\x7d\x2d\xc8\x28\x7b\x15\xbc\x50\x54\xcb\x2a\xe9\xf1\x54\x06\x27\x11\x5a\x1b\x6e\xc2\xa3\x92\x72\x0e\x79\x34\xb9\x96\xb9\x2e\x82\x86\x1b\x92\x45\x31\xf6\x31\x73\x29\x07\xfe\x69\x40\xb6\xa5\x13\x3d\x92\x87\xbe\x36\x41\xf8\xf1\xe6\xfd\xcf\x3f\x22\x3c\xcf\xc4\xc4\xaa\xd7\xe2\x21\x0c\xff\x15\x6d\xbe\xfd\x17\xc2\x79\xba\xce\x26\x34\x37\x2f\xd5\x73\x18\x66\xc9\x3f\x6e\xa6\x08\x43\xf1\xb9\x9c\x2c\x53\xc9\x2e\x0c\xc3\x7b\x7e\xf1\x71\x89\xb0\x40\x02\x53\x43\x3c\x84\xe1\xf9\xf7\xf1\xc9\x39\xc2\x6a\xae\x2f\xd3\x95\x79\x5f\x16\x85\xe1\x4f\x97\xb7\x5f\x3e\x45\xda\xcf\x54\xd7\x90\x8f\x61\x98\x3d\xff\xd7\xf5\x8f\x62\x79\xd2\x9c\x3e\xe7\x65\x0f\xba\x20\x0c\xef\xde\x5e\xd1\x1f\x84\xc2\xb8\xa4\xef\x23\x36\xa7\xe7\xf1\x8d\xa9\x65\x17\x86\xe1\xf1\x9b\x05\xef\x5a\x35\xeb\xd5\xc2\xf0\xe9\x3f\xd9\xef\xaf\xf5\xbc\x54\xa6\x25\x0c\xbf\xa2\xc3\x97\x5f\x19\x6f\x15\xf3\x35\x4f\x68\x18\xf2\x37\xf3\xbb\x1b\x84\xb3\xf4\x36\x1f\xd4\xd6\xc4\x29\x0d\xc3\x8f\xff\x7c\x73\x76\x0d\x75\xed\x1a\x61\xf8\xd3\x4f\x2f\x3e\xde\xa8\x59\x1f\xae\x22\xe6\x4e\xb9\x28\x09\xc3\x6e\xf6\xe3\x6c\x83\x30\xca\x68\xde\x3d\x46\xe5\xf7\xe2\x31\x0c\x57\x2f\x13\xb8\x94\x27\x1e\x9f\x1d\x8b\xff\xdc\x2a\xb2\x2c\x0c\x7f\xbe\x18\xcc\x6e\x74\xbd\xbf\x35\x55\xfc\x9b\xaa\x39\xf9\x32\x63\xef\x21\x5e\xeb\x0d\x4d\xc0\xe7\x52\xd5\x52\x05\x61\xb8\xfc\xf9\x1f\xeb\xd7\xa6\xc6\xd3\x6a\x8d\xa7\x62\x6e\xd2\x97\x3f\x98\x1a\xcf\xaa\x35\x9e\x85\xe1\x25\xff\xdb\xc5\x33\x53\xe3\xcb\x6a\x8d\x2f\xc3\x30\x9a\x0e\x57\x77\xff\x1f\x77\xef\xc2\xdc\xb6\xad\xfc\x0d\x7f\x15\x8b\xd3\xc3\x21\xea\x95\x22\x39\x49\x93\x50\x41\x34\x8e\xad\x34\x39\x95\xe5\xd4\x76\x6e\x55\xf5\xf7\x43\x4b\x90\xcd\x5a\x22\x55\x92\xf2\x25\x16\xbf\xfb\x3b\x58\x5c\x79\x91\xed\xf4\x9c\xe7\x3f\xef\x3c\x33\x99\x58\x04\x71\x23\xb0\x58\xec\x2e\x16\xbf\xd5\x39\x9e\x97\x73\x3c\x3f\x3d\xdd\xdd\x59\xf5\xff\xd2\x39\x7e\x29\xe7\xf8\xe5\xf4\xf4\xd5\xd3\xcb\xce\x2b\x39\xbe\x1f\xa2\xe5\x2a\x2b\x0e\x30\x26\x9d\x9e\xfe\x96\x85\x61\x47\xe6\x92\x61\xa8\x0b\xd9\x44\xda\xe9\xe9\xdf\x7f\x9f\x7d\x3c\x77\x72\x78\x57\xaf\x94\x62\x5e\xb4\x6f\xf1\x25\x77\x20\xed\x5a\x89\x7a\x96\x36\x2f\x11\xd9\x61\xce\x26\x19\x3a\x3e\x70\xb5\xb3\x99\x40\x40\xbd\x4c\x99\xc2\x9a\x99\x32\x90\x91\x27\xf1\xcf\x9d\x76\x1b\x52\x7c\x2b\xd2\x9a\x89\x4c\xad\x6a\x9c\xda\x0d\xf1\x9e\x73\xfe\x10\x03\x51\x5b\x67\xd3\x5a\x73\xfe\xba\xd7\xd2\x54\x07\xce\x96\x89\x53\xff\x75\x6f\x84\x64\x63\x8c\xb9\xd2\xfb\x01\xd1\xa9\xd2\x60\xb1\x9c\x33\xae\x50\xc7\xf3\x15\x6f\x8b\x8c\x2b\xa5\xc5\x7c\x58\xe5\xa5\x4f\x0b\x17\xf0\xf1\x1d\xe2\xf1\x16\x0e\xfd\x27\xc1\x7c\xe2\xe9\x12\x41\x2b\x8b\xf1\x42\x84\xf7\x8c\x80\xf3\xaf\xad\xed\xad\xce\xf2\x86\x38\x44\xde\x10\xd2\xf9\xd2\x62\x3e\x87\xe4\x5c\xa7\x7e\xbf\xb7\x01\x1a\xc2\x71\x20\xa2\x6d\xd0\xf7\xe7\xcc\x29\x46\x37\x7a\x9d\xa8\xcb\x69\x91\xba\x9c\x16\xd2\xd4\x4b\x46\xd1\xb8\x12\xed\xbe\x9b\x6d\xd3\x42\x04\x3b\xdf\x1a\x80\x00\x87\x43\x09\x37\x59\x0e\x9f\xeb\xad\xff\x2a\xa6\x1f\xb3\x02\xeb\x31\x15\x58\x4f\xdb\x4c\xc9\x6b\x1d\xfc\x2f\xab\x8d\xee\xa7\x33\xf6\x1e\x99\xef\xf5\x43\x0d\x0b\xaa\x24\xfe\x63\x3b\xf8\x50\xbb\xb2\xbe\x1c\x3e\x99\x81\xd8\x62\x9e\xad\x02\x73\x55\x17\xe3\x65\x28\x97\x0d\x39\x7a\x6d\xa9\x0b\xab\x26\xbc\x90\x46\xa3\x64\x6c\xc7\x22\x0c\x55\x4b\xa1\x2a\xbb\x5e\xab\xb5\x82\x19\xe2\x5e\xe2\x7f\xde\xf3\x78\xb9\x51\xdc\xec\x8c\x21\x23\x3d\xd9\xfa\x76\x87\xf8\x49\x0e\xdf\xea\xd6\xf7\x68\x34\x1e\xdb\xd5\xa8\x60\xa8\xeb\x35\xab\xb9\xe8\xa7\x63\xc9\x7f\xc2\xdb\x9d\xd0\x26\xdd\x6c\x14\x8d\xd7\x6b\x8f\xff\xa1\xa3\x31\x01\xfe\x03\xef\x4f\x7a\x0a\x15\x02\x7e\xda\x2b\xd9\x04\xd4\xfd\xce\xbb\x1c\x42\x7a\x97\x77\x59\x2b\x8d\x93\xac\xfe\x84\x6e\x8b\x55\x96\x55\xb3\xba\xd2\xf2\xda\x7b\x89\xba\xbb\x25\xa7\xde\x88\x62\x98\xfc\xcc\x75\x95\xc7\x93\xb0\xd1\xa7\xa3\x6c\xcc\xe7\x28\x52\x13\x13\x89\x9b\xad\x34\x19\xbd\xdf\xf3\x4a\x79\x89\x1e\x37\x33\x49\xae\xeb\x85\x12\xc8\xcd\xb3\x2d\x96\x09\x91\xc3\xba\xdd\x21\x50\x5f\x19\x0d\x09\x84\xb9\x47\xba\x21\x1f\x49\xfe\x5f\x8f\xff\xa7\x96\xdb\x88\x8d\x89\x3f\x62\x63\x05\x7f\x15\xf3\x71\x2b\xde\x71\xc5\x96\xc2\x0d\xe3\x10\x8f\xd8\xb8\xb4\x3e\xc5\x48\xfc\x57\x86\xbf\xf7\xa8\x5c\x3e\xbb\x97\xc3\x36\xef\x67\xc0\xbd\xff\xa8\xb4\x59\xc9\x66\x1f\xba\x97\x68\x32\x6a\x47\x08\x2e\x7f\x0a\x38\x4d\xc7\xf2\xcd\xb9\x77\xe3\xe8\x46\xa3\x8c\x2f\x11\xfe\x07\x97\x08\xff\x61\x2d\x91\xae\x5a\x0c\xa5\xf9\x54\x6c\x3b\xba\x97\xb4\xe5\x01\x34\xe7\x18\xed\x31\xdf\x76\x39\xe3\x0e\x67\xca\x5e\x19\xd0\x36\x4c\x68\x5c\xbd\x22\x6d\x91\x40\xf0\x46\x0f\x4e\x57\xcf\xba\xe4\x67\x6f\x02\x84\x60\x34\xfc\x12\xa2\xf5\xfa\xf3\x9e\x17\x8f\xb2\x31\xc4\xa3\x6c\xbb\x33\x16\xf7\xd7\x46\xe1\x98\x7e\xdb\xf3\x26\x12\x09\x51\x3d\xc7\xc8\x04\x92\xdc\x0b\x47\x6c\x2c\x0e\xac\x21\xce\xe1\xf7\xf2\x66\x11\xce\x3c\x07\xcd\x7f\x6a\xe9\x31\x69\xd4\x64\x9b\xec\xf6\x5b\xac\xb5\x9a\x87\xd3\x5c\x98\xbe\xd9\xf5\xd6\xf7\x93\xd6\xe4\xc2\xbb\x9b\x04\x29\x3b\x66\x51\x1a\x0a\x88\xb0\x76\x4e\xd4\xc7\x73\xce\x73\x4f\x6d\x88\x74\xc9\xab\x0b\x31\x4e\x47\xdd\x78\x69\xf3\x49\x18\x4d\xe6\xab\x29\x4b\xbd\xcc\xbe\xbd\x17\xe6\xf0\xeb\x3d\x42\x54\x6a\xa4\x28\xeb\xa4\xd0\x96\xaa\xaa\x52\x94\x2c\x7a\x8c\xb1\xc6\xf0\xc4\xd0\x90\xe2\x00\x29\x31\xa5\xbf\xef\x79\x99\x05\x2b\x97\xd6\x9f\xc2\xb7\xc5\xde\x35\x5c\x2d\xce\x58\xd2\x0a\xd3\x61\x30\xf4\xf8\x1e\xe1\xd7\x7d\xec\x3d\xcb\x9f\x57\x93\x13\x92\x7b\x29\x04\xc5\xd3\xa2\x72\x74\xa7\xaf\x7b\xad\x24\xbe\xb6\x4f\x00\x1f\x3e\x82\x79\xb7\x07\x77\xd6\x08\xf8\xa1\x90\x5f\x7d\x06\xd6\x38\xf9\x09\x58\xa3\xe8\x47\xe8\x06\x37\x0f\xa7\xca\x0f\xe2\xb7\xfa\x49\x90\x47\x49\xea\x98\x3f\x2c\x0d\x7e\x5c\x9a\x9c\xa0\x34\x19\x69\x69\x32\x26\xd5\xc9\x78\x7c\x10\xf7\x7b\xc3\x62\x7d\xdd\x6b\x09\x55\x6d\x83\x0a\x5f\x93\x5f\x7c\x92\xd0\xe8\xa2\x7b\xcf\xfc\xed\x98\x4f\xf9\x63\x26\xd0\x68\x7c\x50\xf6\x8f\x91\xc7\x71\x8f\x98\xd7\xa4\x6e\x14\xb2\x11\x2b\x7b\x89\x5a\x01\xfa\xad\xd2\xbf\x96\xa8\x22\x10\x54\x91\xfa\x59\x81\x2c\xc2\x02\x59\xc4\x60\xcd\x96\x9f\x42\x69\xae\xfc\x49\x0e\x16\x8b\x2f\x70\xf4\x48\x02\x68\x30\x7d\x50\x59\x8c\xa4\x94\x38\xda\xb3\xf1\xdf\x75\xf7\x54\xed\x13\x2a\xfe\xac\x1c\xd4\x72\xf8\xe3\x7f\xe1\x4a\xff\xa3\xcc\xd8\xd2\x36\x3b\x8c\xa7\xcc\x75\x8b\x97\xa7\x84\xc1\x1a\x31\x13\xbd\x72\x5e\x69\xff\xb1\x52\xa8\xb0\x73\xde\x63\x6d\xfe\x58\x40\x95\xe6\xe3\x21\xaf\xbb\x59\xb5\x28\x4c\x7e\xbb\x62\xdd\xab\x12\xb0\x8d\xc0\x1a\x2d\xf6\x59\x84\x40\xd9\xd0\x67\x02\xa5\x5b\xd5\x35\x96\x29\x78\xb0\x8b\x44\x9e\x60\x57\x2c\xdf\x7f\xd8\x96\xef\x7f\x0b\x33\x37\xeb\xd3\x3f\x2c\x34\x94\xac\xff\xff\x34\x1a\x4a\xd4\xff\xbf\x82\x86\x92\xf5\xff\xff\x88\x86\x62\xf7\xea\x7f\x01\x0d\x45\x0f\x72\xd2\xf7\xc8\x1d\x82\xa3\x84\x7d\x8a\xc7\xdb\x17\xc1\x92\x79\x1f\x33\x0b\x92\x10\xe2\xbe\x3e\x31\x36\x61\x85\x56\x59\xfc\x2e\x9e\xac\x52\xcb\x75\x16\x01\xc9\x6d\x6f\xdb\x74\x92\xc4\x73\x74\x8f\xb3\xd2\xca\xb1\x84\x4a\x51\x84\x2e\xd9\xed\x59\x1c\x24\x56\x2d\xe5\xf0\x6c\xa8\xdd\xcc\xd9\xf4\x6d\x21\xaa\xdb\x59\x30\xb9\x9c\x26\xf1\xf2\x51\x61\x8e\xd2\x2c\xc8\xc2\x89\x08\x6e\x14\x47\x7d\x8c\x7e\xaa\x7b\x10\x47\xfd\x1b\x09\x16\x27\x9f\xf9\xa7\xcb\xef\x92\x29\x7b\xf3\x38\xb5\x53\x1e\x89\x6b\x77\x9d\x04\xcb\xbd\xba\x17\x8b\x78\x1a\xcc\x6b\xdf\xa8\xef\xaa\x7d\x39\x11\x57\x2d\x6a\xdf\xb1\x9b\x8c\x25\x91\xf4\x6c\xc7\x2e\xcd\x82\xa9\x35\x11\xb5\x0e\xf1\xdf\xc5\x45\xe0\x9a\x31\x8c\x50\xc6\x2b\xb8\xc3\xeb\xbe\xa1\x9f\x1f\x42\x71\xf8\x61\x5f\x7c\x4b\x31\x49\x83\x63\xd5\x54\xac\x5c\xf1\x4d\xcf\xd5\xa8\x8e\x09\xac\xc4\x4e\x73\x28\x06\xdc\xa2\x09\xa4\x64\x24\xc0\xdd\x59\xc6\x92\xd2\x6b\x0b\x3e\x07\xb2\x24\x58\x16\x29\x35\x87\xa0\x5f\xe0\x97\x71\x9f\x40\x6a\x88\xbc\xd1\xb1\xc8\xbb\xd1\x36\x84\xdd\xe8\xd8\x24\xdd\xe8\x08\xd2\x74\xa6\x61\x30\x8f\xcf\x1d\x43\x82\x8d\xb6\x21\xe3\x46\x5b\x0d\x6a\xa7\xfd\xbc\x2d\xe6\xa0\xd1\x36\x44\x95\xf4\x0d\x39\x25\xd5\xc1\xbb\xcb\x44\x58\x04\xff\x34\xaf\x1b\xee\x3b\x39\x3c\x82\x84\x1b\x6d\x50\xd9\x4f\xf2\xf2\xd8\x35\xda\x1b\x46\x0d\xaf\x4a\x19\xab\x3c\x3a\x29\x9a\x41\x6b\x74\x72\x98\xf4\xff\x53\x0f\x96\x53\x26\x36\x5a\xe5\xa5\x72\x1a\x27\xe1\x79\x18\x05\xf3\xb7\xf1\xf4\xf6\x63\x30\x9d\x86\xd1\xb9\x7a\x77\xce\x32\x6c\x9a\x0f\xb2\x82\xfc\xa6\xf5\xc9\xb5\xf1\xaa\xde\xea\x15\x63\xc7\xd6\x2a\xa4\xde\x5b\xee\x20\x5e\xa5\xac\x10\x65\xab\xf2\xa6\xb6\x7c\x3f\x9d\x04\x4b\x46\x8b\x8f\xb5\x39\x8f\x91\xfd\xa8\x5a\x77\xa3\x50\x5c\xc6\xa3\x0f\xbc\xaf\xad\xeb\x24\x38\xa3\xd6\xef\x52\x1e\x45\x66\xd4\xfc\xac\xe4\x10\xc4\x47\xcd\xcf\x52\x8e\x05\xa2\x95\x96\xa8\x86\x6e\x48\x2f\x47\x05\x9b\xb3\x20\xa9\x7c\x88\x0c\xf5\x41\x1f\x78\x5f\x8e\x55\xa6\x68\x92\x5a\xbf\xef\xf5\x6f\xe2\xeb\xf5\x22\xbe\xde\x30\x9c\xfe\x7f\xc7\xdf\xa9\x16\xbc\x43\x42\xdf\xf0\xe5\xa0\x59\x09\x6a\xe6\x72\xb7\x41\xc1\x0a\xcb\x84\x51\xa8\x11\x37\xab\x50\xd4\xed\x9c\x80\x8a\xa2\x95\xca\x05\xe0\x11\x02\x88\x18\x64\xc9\xab\x15\x17\x1a\x07\xe3\x2e\x38\xd2\x4f\x45\x8d\x16\x17\x78\x64\x84\xa9\x30\xc5\x2f\x61\x53\xda\x68\x3f\x18\xe5\x4b\x5a\x53\x6a\x42\x9d\x68\x97\x11\x62\xbb\x04\xc8\x8f\x42\x23\xe6\xe6\x2f\xeb\x5a\xf5\xe9\x51\x2a\x1c\x15\x1b\x38\xaa\x62\x40\x31\x33\x14\xf2\x6b\x24\x7b\x71\x5d\xd6\x12\xdc\xb6\x51\x08\xd2\x26\xd2\xd4\x90\xab\xdc\x02\xeb\x49\xbe\xac\x66\x7f\xbc\xfb\xce\xbd\x54\x5c\x86\x53\xe5\xc2\x45\x09\x4d\x86\x27\x55\x3f\x45\xe9\x1c\x69\x96\xc4\xb7\x1e\x81\x8d\x61\x74\x0a\x50\xe3\x0a\x7f\x86\x2f\x46\x4e\x29\xf7\x46\x98\xfa\x11\x2a\x11\x28\xec\x7a\x0d\xda\x1b\x42\x91\x34\x74\x1e\xd9\x15\xeb\x8b\x04\x3e\xd4\xa9\xd8\x30\x65\xef\xe5\x53\x6b\x19\x24\x2c\x42\xa5\xc8\x0a\x08\x45\x5c\xb7\x21\xea\xc6\x8d\x11\xe7\xe5\x75\xd6\x8a\x97\x2c\xc2\xe8\xe0\xcd\x0e\x31\x3a\x82\x09\x4d\x55\xd9\x28\x30\x4e\x55\xbb\x9b\xbc\x56\xc7\x24\xdd\x64\x7b\x9b\x84\x33\x3c\xdb\xb0\x82\x34\x49\x2a\xee\x1a\x27\x5f\xd7\xad\x0b\x24\x84\x97\x39\x96\x5c\xd6\x0e\x44\xb8\x52\x8f\x88\x2b\xb5\x2a\x94\x50\x9e\xdb\xdc\xb7\xc6\x05\x47\xcd\xbd\xc8\x51\x9a\xde\x92\x14\xa0\xb8\x06\x9b\xae\xd7\x49\x9f\x60\x2d\xb9\xcd\xbb\xef\x03\x46\x6a\x15\xe5\x80\x6e\x09\xc7\x88\x97\x7f\xb8\xf5\x9b\x30\xd3\x8d\x13\x50\xf4\x6b\x68\xd3\xa6\xb9\x32\xe9\x98\x35\x5b\x62\x01\x9d\x1c\xbf\x42\x2d\xe6\xca\xb2\x92\x94\xa1\xc8\xa8\x42\x27\xae\x6b\x9c\x36\x8d\x97\xe7\x86\xcc\x62\x66\x36\xd6\xa5\x63\xee\x6c\x12\x40\x36\x38\x3f\x69\x5e\x52\x09\x7b\xf7\xa1\xf5\x57\x1c\x46\x9e\x03\x5b\x0e\x29\x54\xcb\x84\x49\x61\x13\x90\xf1\x06\xfa\xed\x66\xc9\xed\x9d\x65\xbf\x10\xb7\xf3\xa4\xfd\x22\x9f\x04\xd9\xe4\xc2\x8b\xc8\x1d\xc3\x4b\x63\x46\xd3\xdb\x20\x15\x95\x56\xaf\x22\x7f\x05\xcc\x75\xba\x50\x92\x8e\x6c\x80\xdc\xd5\x50\x7c\xd7\x22\x35\x39\xa2\xbd\x0d\xc3\x8b\x56\x0e\x3c\x42\xc0\xf3\x31\xdd\x98\xf0\x10\xe7\xba\x58\x31\xaa\xa6\x12\x75\x0b\x01\x24\x37\xec\xe3\xa5\x70\x65\x8a\x35\x36\xda\x8d\xda\x2a\xd5\x12\xaf\xf4\x64\x13\x94\x57\x39\x28\x50\x5e\x90\xbd\x4a\x23\xf9\xca\x8e\x39\xf5\x30\xeb\x7a\x0c\xdb\xd2\x2c\x2b\x9c\x79\xfc\x9b\x12\xc3\xf1\xc2\x62\x51\x49\x59\x1e\x81\x98\xb6\x21\xa0\xed\x6e\xf0\x3a\xe9\x06\xdb\xb4\x23\x58\x5d\xc0\x59\x5d\x48\xee\x62\x1a\xc8\x78\x4c\xac\x95\x5e\x84\xb3\xec\x37\x76\xeb\xba\xe2\xc4\xb7\x8e\xdb\x45\xa3\xc4\x8a\x67\x45\x7c\x53\x6a\xbd\x8e\x79\x8f\x9a\x9d\xf5\xba\xbe\x60\x81\x25\x56\xa9\xd1\xc8\xda\x15\x87\xd5\x0a\x0d\x6a\x26\x9d\x97\x45\xee\x0d\x68\xe9\x26\x84\xdb\x25\xbb\xdd\x8b\xa7\xac\x14\xc4\xad\x38\xd7\x36\x07\x54\xda\x5b\xed\x68\xd4\xf1\xfe\x3a\x42\x21\xfe\x43\xb4\xfd\x43\xb5\x3f\xb0\x06\xec\x80\x90\x9b\xf4\x8b\x5a\xa9\xb5\xfb\x78\x11\xc6\xb0\xf0\x7b\xc5\xea\xb6\xf2\xe8\x3b\x3d\xdb\x24\xf9\x6f\x88\xf7\xc7\x1e\xdb\x44\x07\xcf\x19\x3a\xed\x36\x7e\x35\x17\x37\x0b\xbb\x47\x72\x2b\x69\x28\x4b\xc2\xf3\x73\x96\x84\xd1\xb9\x22\xa2\x7b\x19\xa8\xa6\xbd\x6a\x39\x34\xd3\x16\x58\xbe\x0e\xf9\xca\xca\x55\xd7\xda\x96\x4b\xa2\x67\x21\x82\x64\x16\x9c\xe1\x49\xa1\x03\x4e\xb3\x53\xcd\x8b\x62\xaa\x42\x3b\xa5\x4e\xc2\xe6\x81\xb8\x9a\xfd\x23\xe2\x2c\xe8\x55\x15\x59\x51\x74\xff\x2a\xd8\xad\x55\x32\xa9\xcd\x5c\x35\x88\xab\xa6\x75\xdc\xda\x3a\xb5\xbe\x42\x75\xd7\x61\x34\x8d\xaf\x45\x08\xaa\xc5\x72\x95\xb1\xe9\x31\xef\xb9\x57\xb0\xbe\x8b\xf0\x1c\x4a\x07\x5b\x06\x49\xca\x3e\x44\x99\x87\x31\xbc\xce\x59\xa6\xcc\x9c\x22\x7a\x95\xb3\x14\x6d\x49\xf4\x5b\xb2\x5e\xb7\xa1\xd3\x26\x39\xd7\x41\x3c\x02\x78\x4c\x69\x38\xaf\xeb\x7a\x35\xc8\x6e\xc3\x60\xc1\xe8\xd2\x23\x9b\xde\xc1\xb9\xe7\x20\x27\x6f\xc6\x18\xfe\xcc\x1e\x37\x65\x4a\x23\x6a\x20\x0c\xcb\xb7\x1b\x06\xeb\xf7\x36\x45\x81\x5a\x8a\x50\x55\xd9\xa7\xa4\x06\x94\xa7\xa2\x72\x9e\xa2\xa7\xa2\x48\x14\x48\xb7\xaa\x53\x75\x0a\xbb\x10\x79\xea\x75\x7c\xab\x53\x4a\xc4\xaf\xae\x8c\xaa\x06\xdc\xaa\xb5\x33\x75\x37\x94\x57\x82\x99\xda\x6e\x37\xe5\xd0\x82\xe5\x86\xb5\x89\xda\x5a\x5d\xb7\xcd\x98\xbf\xa6\x1d\xd5\xdb\xc7\x4c\x26\x44\xe8\x03\x70\xc4\xce\xfb\x37\x4b\xcf\xf1\xfe\x67\xbd\x45\x9c\x6d\xb6\xed\x78\x5b\xeb\x9f\x88\x43\xba\x9b\xa8\x68\x43\x7a\x2b\x61\x88\x77\xeb\x49\xa7\xc1\x2c\x09\x17\x1e\xc9\xef\x9b\x1b\x9b\x62\xe8\x41\x90\x5d\xb4\x16\xc1\x8d\xd7\x86\xa2\x1c\x01\x0b\x6f\xe3\xf2\xb3\x2e\x6d\x1c\xf0\x0f\xde\x47\xd1\xec\x9e\x28\x1a\x85\x7b\x19\x41\x9f\x40\x48\xe5\x50\x49\x3b\xe7\x26\x90\x0f\x71\xd4\x8b\x20\x0d\x91\x7d\xe2\xab\x30\x38\xed\x31\xd6\x8b\x0a\x43\xe5\x01\x1b\xc9\x26\x9c\x6d\x2b\x57\x1a\x7e\x67\x63\x5a\x4a\x30\x79\x45\x77\x9a\xca\x3a\xeb\x14\xb2\xaa\xd4\x4a\x76\x63\xc0\x2d\x16\x30\xe9\x50\x8a\xea\x6a\x11\x84\xb4\xf7\xca\xe9\x75\x8a\x38\xcf\x7c\xf3\x50\xa2\x2f\x65\x79\x5e\x85\xb0\xa8\x1c\x86\x8b\xa1\x91\x1d\x94\xc6\xfc\x22\x31\x96\x0c\xfc\x1b\x3a\x96\x43\xcd\xe9\x23\xb9\x2f\x7e\xe5\x3d\x0a\xa2\x5e\xea\x25\x16\x64\x9b\x19\xd6\xeb\x06\xd3\x61\xa2\x1b\x8d\x52\xfe\x6a\x04\x34\xd7\x6d\x28\x06\x50\xdc\xad\xa6\x61\xba\x9c\x07\xb7\x34\xeb\x39\x51\x1c\x31\xe5\x98\xec\x74\x2d\xc9\xd8\x84\x74\x29\x9c\x9f\xe0\x35\xd4\xe2\xc1\x09\xc2\xcd\x56\x4e\x4c\x44\x9c\x17\x0d\xb4\x32\x2f\x46\xd5\x54\xd9\x11\x8b\x96\x4f\x30\x22\xd1\x9a\x43\x26\x8c\x00\xa3\x0e\x53\x30\xaa\xa6\x0e\x07\x73\x45\xef\x0a\xe8\xa8\x35\x9a\x16\xc4\x91\x96\x71\xeb\x32\xe9\x97\x80\x91\x10\x3f\x2d\xed\x4c\x42\xbc\x85\xda\x18\x89\x27\xc1\x99\xf2\x03\x96\x63\xa8\x86\x2e\x07\x2b\xa4\xcc\x9c\x4d\xcf\x6e\x1d\xff\x42\x90\xee\x0c\x0a\xa8\xde\x39\xdc\xda\x74\x30\x0b\xa6\x18\x1d\xb4\xef\x89\x7f\x77\x39\x7c\xcc\x0a\x17\xae\x0a\xe4\x57\x32\x13\x10\xb8\xcb\xe1\xee\x2c\x48\x19\x0e\xbc\x7f\xdb\xbb\xc7\xa4\x60\xb2\x39\x8e\x3e\xb3\xb8\xb7\x84\xca\xc4\x85\xcb\x83\x47\xf7\xb1\x7a\x64\x72\x6f\x37\xab\xd9\x1f\xd1\xd3\x9a\x42\x76\x67\xaf\xe9\xca\x75\xbd\xdb\x4a\x00\x9b\x8f\x99\x8a\xa3\x79\x17\x46\xfe\xdc\x75\x1b\x8d\x95\x75\x28\x97\xc2\x06\x36\xa1\x9a\x73\x20\x20\x90\x92\xba\x78\x34\xf7\xf3\x19\x53\x81\xc3\x65\x6c\x53\xcf\xc6\xe0\x34\x7d\xb8\x43\x8f\x93\xc2\x02\xae\x06\x0c\xad\x69\x36\xac\x89\x2b\xaa\x3e\xfc\x0a\xce\xc4\xa7\x83\x36\x6f\x29\x90\x61\x61\x14\x03\x65\x78\x32\xd8\xc3\x71\xca\xa6\x8f\x18\x24\x07\x62\xfb\x4e\xd1\x3d\xaa\x84\xeb\xca\x51\x91\xaa\x1a\x1f\x0a\x73\x5c\xb9\xc8\x09\x4c\x45\x4d\x95\x2d\xd4\x23\x04\xae\xcd\xa1\xba\xf2\x58\xb9\xff\xc4\xa3\x22\xe6\x6d\xd2\x90\x5c\xd7\xc3\x9a\x94\x96\x74\x7f\xee\x07\xf5\x2d\xe1\x4e\x5c\x73\xc3\x72\xd2\xb7\xfc\x4c\xe2\x3e\x4c\xfa\xc5\x1b\x96\x29\x26\x19\x19\x44\xb8\x95\xcf\xfb\x74\xd2\x87\x55\x5f\xc7\x53\x79\x2c\xe2\x5a\x0e\xb3\xfe\x3f\x44\xc5\x7a\x18\xe8\x6a\x4c\x20\x30\x98\x68\x92\xd8\xe3\xe9\xad\xf3\x08\x68\xb2\xd8\xa6\xdb\x00\x61\xa5\x66\xf6\xd0\xac\xfa\x30\xeb\x6f\x8a\x3e\x20\x70\xa5\x2e\xfa\x74\xd6\x87\xa9\x1e\x14\xbe\x59\x9d\xe0\xaf\xb2\x8f\xc3\xe3\x01\xea\xea\xfc\x0a\xe2\x94\xed\x26\x61\x80\x10\x26\xc5\xd8\x7a\x22\xc2\x77\xdd\x21\xbb\x75\xb2\x2e\x0e\xf2\xc7\x44\xd4\x54\x98\x9b\x65\xcd\xdc\x88\xf9\xd0\xb3\x13\x16\x66\x27\xa6\x06\x92\x10\x7d\x1b\xe5\x8d\xe8\x54\xce\xda\x8a\xb2\x96\x1c\x06\x98\x61\x3d\x76\xe7\xe1\x02\x8b\x8b\x5e\xc3\x54\xbd\xc7\x28\x6b\xf7\xcd\xb5\x6a\x91\x4f\xbb\x0a\xb9\x2d\x80\xce\x64\x5b\x88\xbe\x60\xb7\x84\x85\x44\x3b\xea\x9d\x08\xbf\xa6\xa3\xaa\x08\x6a\x51\xc8\x3d\x10\xa2\x07\x55\x63\xea\xba\x81\x18\x87\x5b\xea\x88\x81\xb3\x2c\xcd\x17\xbd\xba\xf8\xea\x17\xc4\xbf\xe8\x66\x95\x40\x26\xe6\xc6\x51\x01\xb4\x5d\x03\x35\x07\x05\x56\x26\xfb\x08\x21\xb1\x37\x73\xc7\x9f\xd5\x70\x5d\xe9\x83\x59\x8c\xc4\xe1\x64\xc9\x8a\xf1\x0d\xde\x70\xa8\x72\xc1\x55\x4d\x04\xb5\xab\x1a\xa9\x35\x2d\xb2\x74\x39\x54\xe8\x16\xca\x3b\x98\x43\x4c\x60\xba\x5e\x67\x24\xef\x2e\xed\x25\x33\xed\xc3\xb2\x76\xc9\x5c\x3c\x77\xf4\xe2\x90\x4a\x43\x91\xa8\x9d\x3d\xf1\xf5\x9a\xa2\x77\x3a\xcf\xc5\x1a\x5b\xf4\xe9\xb2\x0f\x57\xff\x84\xf1\x9c\xff\xef\x32\x9e\x59\x1c\x67\x48\x4a\xff\x84\xf5\x9c\xdb\xe3\x78\xd5\x87\xf3\x07\x58\xcf\x6d\x9f\x9e\xf7\xe1\x6c\xd3\xf2\x15\xd7\xed\xaa\x8e\xe0\x15\xd8\x5d\xc7\xa9\xc2\xee\xc2\xbc\x9a\x4f\x18\x15\x76\x08\xac\xe8\x9c\xe7\x9c\xd1\x39\xcf\x79\x51\x63\xeb\xc9\xbc\xdd\xcc\x23\xad\x45\x90\x5c\x1a\x53\x5f\xe9\x0e\x13\xc4\x1a\x64\x82\xe7\xe5\xb4\x51\x74\xfd\x9d\xc5\x89\xd7\xed\x92\xf4\x3a\x44\x2b\x1d\x5a\x4d\x29\x6b\x45\xec\x26\x23\xe8\x9c\xbf\xd5\xf6\xb5\xa7\x2b\xbe\x6c\x43\x48\x13\x04\x90\xf9\x74\x34\x10\xee\xba\x1f\x83\x24\x58\xa4\xde\x5d\x38\xf5\x23\x85\xfb\x98\xc9\x2b\xb8\x7e\x92\x13\xff\xe1\xdc\x39\x01\xd1\x2a\x7d\x06\x88\x69\xe3\x69\xd0\x1c\xe1\x3c\xfc\x64\x81\x68\xc3\x77\x0b\x96\x5d\xc4\x53\xdf\xf9\x78\x78\x7c\xe2\x00\xdf\x84\xfc\x30\x27\x5d\xec\xea\x33\x3f\x9c\x79\x5e\x8c\xb3\x11\x65\xa4\x15\x5f\x92\x3b\x59\xeb\x0b\x69\x96\x2f\x63\x8c\xc4\x12\x60\xe7\x84\x7f\xb0\xa8\xe5\x45\xe9\x83\x5f\xc0\x04\xa7\x8f\xb5\x66\x61\x14\xa6\x17\xde\x0b\x99\xb1\xd3\xf6\xf9\x5f\x11\x85\x49\x97\x49\xb3\x78\xe9\x11\xae\xa4\x32\x11\x06\x76\x34\x6a\x03\xbc\x80\x4e\x7b\x8c\x1e\x8f\x26\x96\xa3\xe5\x45\xcd\x27\xec\x7e\x87\xe2\x3c\xf7\x6a\x80\x94\x2a\x82\x61\xf5\x2a\xa5\xbc\x33\x5d\xb8\x0f\x19\xb9\xee\xd7\x3d\x94\x3d\x2c\x98\xab\xc8\x75\xff\x0b\xae\xf0\xe6\x96\xf5\x03\x37\xda\xed\x42\x32\x66\x49\x09\xbb\x6a\x35\x0f\xa7\xd6\x05\xff\x48\xde\x20\x81\xda\xdb\xa6\x85\xfa\xd4\x45\xed\x7b\xc0\xfa\x43\x4f\x4b\x6e\xe6\x62\xff\x9f\x37\xd3\x17\x55\xc4\x00\xe5\x41\x0e\x35\xdf\x5e\x81\x40\x0b\x92\xac\x99\x21\x9a\x58\xfd\xe7\x9f\x15\x70\x18\x8e\x11\xc4\x09\x1d\xe0\x1d\x09\xed\x75\xdf\x25\x80\x8b\x4b\x8f\xb4\x56\x51\x78\xe3\x45\xea\x0e\xd0\x93\x0e\x7b\x8a\x7e\xad\x8b\x20\xf3\x9c\xc1\x60\xe0\x94\x5d\xe0\x37\x76\x96\x45\xd3\x1f\xe8\x6a\x3f\x9a\xfe\xc3\x8e\x0a\x7f\xff\xff\xa0\xa3\xd3\x55\x22\x31\xd5\x1f\xd3\xd1\x7d\x99\xfb\xf1\x1d\x55\xf5\x9b\xce\x36\xf5\xf8\x82\xb3\x48\x1d\xd2\xba\x58\x2d\x82\x28\xfc\x8e\x50\x78\xff\x01\x79\xb0\x24\x64\xe9\x23\x49\x03\xf3\x3e\xea\x23\x84\x77\x56\xca\x05\x50\x51\xea\xb1\x03\x2b\xae\xbf\x3d\xb6\x43\x22\xf3\x0f\xf7\x48\x14\x7b\x6c\x97\x26\x17\xab\xe8\xf2\x91\x3d\xda\xc3\xbc\x3f\xda\x21\x51\xea\x3f\x99\x46\x73\x5d\xf0\x71\xfd\x3c\x32\x17\x1b\x1f\xd7\xd7\xfb\x6e\x28\x3e\x76\x20\xf1\xfa\xd7\xe3\xfa\x27\x6e\xd8\x3c\xae\x6b\xd5\xbb\xbc\x8f\x24\x35\xbc\x22\xf5\x48\x4a\x93\x40\x18\x3f\x32\x56\xa2\xfe\xff\x64\x56\xe7\x65\xe4\xca\xfb\x46\x0c\xf3\xfa\x4e\xa9\xb1\xd5\xdc\xd9\x0c\x4b\x1c\x95\x2e\x11\xff\x27\x20\xc5\xfc\x23\xe6\x61\x3d\x8e\x68\x5a\xee\xed\x28\x42\x30\x00\x3e\x32\xc9\x58\xe1\x10\x3f\x3c\x50\x1b\xb9\x71\x7c\x1d\xcd\xe3\x60\x5a\x8f\xf1\x69\x00\x7f\xbc\x8c\x46\x20\x4f\x24\x3f\x1d\x0d\xa4\x88\x2e\x06\xe5\xd3\xd1\xc0\xe3\x42\xd8\xdb\x79\x7c\xe6\x8d\xfe\x7d\x7c\x38\x94\x2a\x46\x38\xbb\xe5\xf2\x10\x97\x9b\x76\xc8\x58\xa9\x74\x5c\x22\x0a\x27\xc8\xa3\x9f\xfc\x95\xc6\x91\x83\x77\x5d\x54\x47\x7c\x67\xc1\xb2\xa0\x85\x2f\x6a\xfb\xb4\x08\x0a\xfb\x83\x2c\xb6\x65\x4a\xe5\x55\x80\x53\xf1\xe9\x05\xd8\x67\x04\x93\xe9\xec\x14\x61\x9f\x4b\xcd\xd4\x08\x1c\x13\xcf\xd9\xef\x0f\xfa\x27\x1f\x0e\x87\x0e\x81\x19\x97\x25\x6d\x99\xe3\x20\x48\x2e\xb7\xf6\xd9\x9c\x21\x3f\xf9\xbf\xdb\x8f\xe1\xe1\xe9\xde\xe1\xc1\xc7\xdd\xbd\x7b\x3b\x33\x8c\xb7\xf6\xf4\x2a\xaf\xf4\x68\xde\xd7\x40\xc2\x8d\x46\x50\x0f\x25\x7c\xd1\xdf\x44\x99\x8b\xbe\xc2\x45\xaa\x8d\xff\x51\xec\xce\x48\xf4\xc7\x01\x33\x80\x94\xd2\xa0\xe7\xe8\xe1\x42\xe8\x4e\xab\xb3\xe0\x6c\x09\x79\x77\xcb\x3b\xc4\x80\x87\xc1\x9c\x38\x65\x06\x95\x5e\xf2\xf1\x39\x5e\x9d\x2d\xc2\xcc\xbf\x1f\x6b\x1e\x2e\xbc\x00\x84\xe0\x09\xab\x42\xd7\xac\x11\xf9\x2d\x96\x91\x54\x2f\xe2\x39\xc2\x09\x1d\xb1\x20\x8d\xa3\xad\x59\x9c\x6c\x71\xad\x25\x8c\xce\xb7\x50\x14\x6f\xb5\x5a\x25\x24\xf1\xb7\x18\xd1\xd5\x77\x3a\xbf\x2c\x6f\x54\x78\x11\x31\xbd\xbf\xe0\xf4\xc6\xd1\xde\x05\xa2\x06\xd5\x5c\xf6\x35\xce\x65\x2d\x44\x11\x43\x9d\xc3\xea\xd6\x6d\xbf\x1e\x92\xd9\x02\xc0\xd2\xf0\xe6\x62\x99\xa5\x38\x24\x36\xa6\x96\x18\x24\x15\x30\x62\x6c\x45\xa2\x3a\xa8\x57\xfa\x55\x87\x51\x3b\x56\x81\xd2\x13\x13\x97\x06\xbd\x0a\xea\x03\xb0\xd5\x4e\x49\x41\x15\x2b\x22\xe6\xd5\x52\xde\x87\x79\x49\x15\x30\x18\x3b\xf5\x93\xf7\x6d\x0e\x77\xc1\x74\x1a\x47\x27\x38\x04\xcb\x84\x2d\xb9\x3e\x57\xbb\xb0\xde\xcf\xeb\x47\x54\xe3\xf3\x7e\x0a\xab\x9c\xa4\x42\x1d\x42\x0b\x16\x14\xb1\x75\x76\xbb\x25\xd4\x1c\x3d\xd3\x5c\x71\x36\x43\xc5\xd5\x67\xd8\xdc\x5d\xe1\x37\x72\x0f\xd7\x33\x8a\x21\xbb\x61\x93\x55\xc6\x9a\x67\x19\xe7\x92\xa5\xf9\x57\xec\x22\xda\x4c\x09\xd8\x6b\x3b\x16\xd9\x75\x3d\x05\x84\x22\xae\xa6\xfc\x08\xc4\x3c\xc6\xb0\xa1\x86\x36\x30\xed\x2c\xbe\x41\xbb\x89\x4a\x14\x53\x14\x3f\x40\x29\x1b\x94\x4e\x0b\x21\xa9\xb8\xbe\x06\x08\xcd\xb3\xf3\xac\xc8\x2b\xed\xf9\x7f\x3b\x2f\x71\x57\x19\xdd\x47\x14\x09\xa7\x66\x3e\xe4\xa7\xf8\x91\x99\xab\xd2\xe4\x38\xcb\x32\xab\x2e\x54\x66\x06\x53\x74\x95\x4f\xbe\x11\xa7\xb6\x84\xc0\x56\x25\x1e\x31\x23\xd2\x46\x5a\x42\x28\x7a\xd9\x36\x7c\x43\xf3\x12\x8c\x4a\x64\x3a\x19\x16\x09\x2a\x86\x45\x18\xf9\x6d\x79\x21\xfa\xa6\x4f\xef\x72\x73\xf3\x75\x57\xde\x7c\x6d\x9b\x8b\x8c\x97\x7d\x05\x03\x93\xad\xd7\x37\x7d\x01\x20\xc3\xbc\x46\x07\x22\x02\xf8\x4c\x1b\x6d\x82\x37\x1d\x0f\xfb\x25\x7f\xec\xcb\xbe\xb7\xdb\x07\xe1\x54\x7d\x52\x6b\x43\x13\x66\x6f\xeb\xe0\x99\x29\xb4\x86\x29\x9a\xbd\xaf\x58\x92\x85\x13\x8c\xe7\xc2\x64\xa0\xe9\x89\x86\xbd\x81\x39\x27\xa0\xd9\x2c\x65\x19\x1a\xc4\x39\x8b\x48\x52\xd6\x9d\xbc\x6e\xbb\xae\xb7\xa2\x8d\x15\x4c\x84\x6f\x47\x70\x96\x7a\x13\x02\x73\xda\x69\xb7\x9b\x73\xe1\x5f\x3b\xa3\x41\xcf\x3b\xcf\xbc\x8c\xde\xe5\xb0\xea\x61\xd4\x2a\x1d\xce\xdd\xba\x6c\x3e\x47\x10\x27\x02\x3c\x2b\xcf\x27\x73\xc8\x30\x57\x32\xe4\x9f\x78\xeb\x5c\x30\x19\x96\x5c\x97\x9e\xc8\xd2\x19\xf1\x79\x63\x91\x6c\x4c\x06\x13\x97\x71\xe5\x6b\x1b\x8b\x78\x3e\x7c\xaf\x23\xce\x5b\x8d\x45\xe0\x20\x0d\xd4\xb5\x15\x11\xb8\xa0\x67\x99\x77\x96\x61\x6c\x18\x02\x33\x6d\x74\x8a\x2b\xa7\xa5\x95\xf5\x14\x4a\x1a\xbb\x50\x20\xe0\x86\x3c\x8e\xfb\x45\x98\xe0\x98\x86\xad\x55\x94\x66\xc1\xd9\x9c\x9d\x9e\x05\xd9\xe4\x82\xc9\x2b\x2e\x69\xaf\xe0\xbe\xbb\x29\x17\x82\x7b\xe6\x7e\x64\x90\x4c\xca\xf7\x6d\x5c\xb7\x9a\xe6\x65\x10\x43\x42\xe0\x4e\xf8\x6a\xf9\x05\x3f\xc7\x9a\xdb\x18\xbc\x8e\xba\x4b\x1a\x19\xc4\x24\xcf\x91\x74\x4f\xeb\x99\xd9\x12\xf1\xbd\xf7\xe6\x02\x0c\x44\x13\x63\x68\x88\x0d\x49\x96\xef\xf2\xa9\x08\x2a\x13\x67\xa9\xa4\x55\xb6\x44\x52\xd5\xe4\xcc\x89\x75\x1e\x5f\x33\x01\x7e\x8a\x04\xbb\x5a\x2e\xd5\xe3\x4c\xa0\xb6\xe0\xc9\xcd\x22\x8c\xf0\xd0\x66\x1a\x67\xe8\xbf\x07\x0b\x1d\xb9\x66\x5f\x25\x5d\xd1\x59\xf3\x02\xce\x2b\xf8\xcd\x10\x42\x4c\xee\x0e\xfb\x5e\x23\x5a\xaf\x93\x37\x6d\x70\xfe\xcf\xf1\x3c\x9c\xb2\x64\xc4\x7b\x34\xfe\x3f\x5b\xe9\x45\xbc\x9a\x4f\x05\xc2\xb1\xf0\x7c\xbc\x62\x5b\x82\xbb\x6c\x85\xd1\x16\x86\x7d\xd8\xca\xe2\xad\x45\x70\xc9\xb6\x64\x51\xfe\x55\xe3\xad\xeb\x38\xb9\x6c\x39\x62\xf1\x04\xb4\x06\x54\x02\x7d\x09\xdf\xcd\xe3\x20\x23\xf7\x82\x14\x35\xb3\x9c\xe0\x31\x50\xe4\xba\x09\x51\x2e\xd7\x29\x0d\xbb\xe9\x6b\x1a\x77\xd3\x6d\x9a\x90\x66\x87\x8b\x7a\x02\xe6\xe5\x70\xe6\xa5\xc4\x75\x03\x01\xc3\x93\x9a\xd0\x36\xb9\xd7\x86\x18\x02\x48\xe1\x02\x66\x1b\x14\xaa\x18\x02\x0b\x1c\x48\x73\x03\xd6\xbc\x20\x4f\xae\x10\xd9\x8e\x2f\x1a\x48\x69\x63\xe2\xba\x8c\x52\xba\x5a\xaf\xf9\xaf\xd7\x74\xe5\xba\xec\x0d\x9d\xc3\xcc\xac\xa5\x29\x3a\x39\x9c\xe3\xef\xa8\x17\x96\x98\x86\x1f\x96\x17\x76\x40\x48\x37\x75\x5d\xcf\xaa\x62\x46\x60\x21\x61\x84\xce\xd1\x2b\x92\xb3\x85\x98\xb3\x05\xa7\x10\xa9\x64\x1a\x67\x0e\xde\xa3\xe7\xcd\xc5\xd5\x97\x4d\x19\x45\x08\xcf\xd5\x37\x64\x91\x34\x8a\xc7\x6e\x10\x6f\xf6\x43\xa8\x1a\x65\xcf\x25\x13\x98\xc1\x25\xbb\xf5\x59\x7e\x9f\x17\xc3\x3d\x46\x68\xde\x11\x4e\x77\x5c\xac\x3f\x27\x39\x7c\x7f\xcc\x51\xd1\x23\x96\x99\x5e\x54\x69\x71\x15\x4d\x8a\x6b\x6c\x2e\x17\xd5\x4a\x2e\xaa\x99\x11\x4a\xd5\x39\x69\xe1\xb6\x32\x81\x29\x9d\x37\x57\xb0\xa0\x17\x3f\x4e\xd0\xf5\xe4\xc7\xdb\x88\x47\x6c\x0c\x0b\xea\x88\x03\x33\xae\xc3\x7c\x89\xbd\x0b\xe2\xba\x8d\xa4\x15\xa6\x9f\x83\x79\x38\x55\x63\x79\x41\xe0\x8a\x2e\x7a\x17\xc2\x48\xe0\xe3\xd5\x84\xc6\x95\xeb\xb6\x1b\x94\x5e\x11\xcb\x23\x42\x12\x50\x23\x10\x44\x9b\xae\xd7\x01\x12\x6d\x8a\x44\x3b\x81\x5b\x4d\x5b\xf3\x2a\x6d\x61\x0c\x6d\x4d\x5c\xf3\x9a\xb7\x86\xba\xce\x09\xcc\x09\x81\x33\xca\xa9\xbe\x28\x69\x34\x9f\xb7\xff\xc5\x85\xa4\xcd\x7b\xa7\xc7\x9a\x2b\xf2\x64\xaa\x97\x19\x81\x03\xac\x27\x33\xf1\x6b\xf0\xe7\x3c\xc8\xd8\x57\x03\xb5\x18\xf6\x1c\x5e\xb5\x6c\x01\x1c\xe2\x10\x58\xa4\x27\x3f\x5c\x08\xfb\xb6\x69\xab\xad\xf6\xed\x9a\x46\xbd\x33\xff\x00\x6e\xe8\xa2\xa7\xd7\xeb\x35\x81\x0b\x21\x79\x10\xff\xfa\xf1\x0b\xe8\x56\x2e\xa0\x1b\xb1\x80\x0a\xde\x6a\x35\x58\x1f\x33\xbc\x2a\xcb\xa5\xb6\x93\x78\x35\xb9\xc0\x73\x81\x7b\xf2\xe5\x70\xf5\x43\x2b\x32\xcb\x61\x41\x72\xd8\xeb\xff\x08\xb8\xb6\x3c\x69\xac\xc3\xd6\x66\x34\xab\x3f\xa6\xd2\x20\xdb\x18\xa4\x41\xde\x9d\xc1\xfb\xc0\x78\x03\xe1\x3d\x7a\xd8\x1d\xb1\x19\xb5\xbf\x8d\x49\xcf\x3b\x9a\xf1\x6c\xe2\x37\x8e\xd6\xa7\xa5\x7d\xee\x59\x7f\xc1\x00\xaf\x05\x89\x32\x7c\x9f\x4f\x59\xb6\xa7\x9b\xf6\xb8\x64\x5a\xac\xb2\x78\x25\x26\x23\x77\x59\xdd\x4d\x11\x7d\x67\x4d\x95\x7d\x3b\x5f\x15\x5c\x3d\x2b\x0d\x75\xac\xcc\xd2\xa9\xf0\xe1\xfc\x0f\xa1\x8d\xe3\x3d\xbf\x1a\x90\x70\xe9\xb5\x25\xc7\x48\xc9\x33\xf4\xb8\xaf\x5d\xec\xc1\xc1\x4b\x3e\xab\xa5\x63\xdf\x71\x91\x05\x0c\x0c\x79\xdd\x25\xdc\x47\xb7\x27\xdd\xca\x2b\xe9\x52\xd6\xf2\x4c\x33\x85\x6f\xaf\xa2\xa7\x57\xb0\xd3\x0b\xc4\xc3\x2c\xd8\xf4\xc9\xe6\x5a\x4c\x25\xc5\xf9\x17\xdf\xaf\x26\x54\x55\x34\xbb\xaf\x0e\x31\x58\x95\x32\x67\xf3\x55\x1d\x62\xbb\x5d\x84\x67\xf1\x1e\x81\xf2\x2e\x3d\xc3\x51\xff\xb1\x3c\x71\xb9\x3c\x6d\x44\xce\x80\x86\xb6\xfe\x13\xea\xbd\x70\x4e\x43\xa3\xf6\x84\x52\x2d\x9a\xd1\xd0\x84\x34\xbc\xa0\xa1\x94\x22\x43\xdc\x00\x17\xbc\x2a\xde\x09\xb8\xa2\x61\x4b\xb9\xaa\xc2\x39\x0d\x5b\x81\x76\x1a\xba\xb5\x9f\x84\x87\xee\x99\x4c\x42\xd5\xf1\x84\xdd\x64\xef\xf0\xfc\x8e\xeb\xd9\x07\xf4\x30\xf3\x42\x18\x39\xba\xc3\x0e\x38\xaa\xbb\x08\xf2\x2c\x64\x0f\x70\x44\x57\x1d\x70\xb0\xa3\xc5\x60\x89\x8b\x30\xe2\xff\x07\x37\xbc\x30\x6f\x04\x1d\x3f\x44\xf7\x1c\xe1\xa1\xa3\xfc\x8c\x8a\x5d\x93\x09\xd5\x8e\x39\x63\xce\xc8\xd1\x63\xa4\xce\x2d\x5e\xc8\x6e\x05\xa0\xdc\xa6\x98\xbc\x26\x12\x57\x73\x26\xc8\xce\x29\x60\xa7\xdb\x04\x49\x08\xdc\x48\xd5\x11\x5d\xec\xd3\x47\xa9\x8e\x8c\xe7\xdb\xa8\x3a\x32\x70\xf4\x96\xe8\x40\xda\xe3\x3b\xbc\xb5\xcb\x7d\xf3\xb6\x9f\xb7\xff\xc5\x77\x41\x26\xd4\xc8\x4c\x36\xfc\x08\x35\x32\xe3\xf9\x36\xaa\x91\x59\xa1\xe1\xda\x7d\x35\xed\x39\xdb\x7c\x57\x75\xc0\x11\x9d\xe0\xca\x2c\xec\x1a\x89\x76\x45\xe0\x86\xc0\x25\xbd\x32\x20\xb7\xde\x6c\xbd\x96\xf0\xb8\x57\xc4\x75\xbd\x4b\x79\x5b\xe6\xcc\x75\xbd\x88\x9e\x79\x0b\xb2\xc9\x87\x7f\xe2\xdd\x25\x6c\xe6\xab\xb5\xac\x37\x0c\xe3\x5f\x7d\x89\x9e\xbd\x66\x6f\xbb\x96\x3b\xed\x2e\xc4\x11\x67\xd3\x05\x67\xf0\xf9\x2a\xa9\xf7\xf2\x96\x49\x9b\xbc\xc8\x8d\xf7\xb8\xb8\x99\x90\xa2\x22\x24\x89\xae\x89\x94\xca\x49\xd7\xbf\x28\xa4\x04\x37\x8e\x3f\xb5\x53\xa2\xf8\xda\xf1\x17\x32\x45\x93\xbd\xdf\x68\xcc\x8a\xde\x67\xe7\x35\x9e\xe5\xb7\x76\x45\x28\xb1\xf9\x11\x06\x4c\xa9\x01\xe5\xef\xf7\xe9\xdd\xc1\xee\xde\x69\x7f\x78\xd2\x3f\xf2\x9f\xc2\xdb\xdd\xbd\xdf\x8e\x3f\xee\xee\xf5\xfd\x97\x70\xb2\xfb\xd6\x7f\x05\xc3\x4f\x07\xa7\x7b\xe2\x75\x67\x07\xe4\x8f\xa7\x70\xfc\xfe\xc3\xbb\x13\xbf\xf3\x0b\xec\x9d\x1c\x0d\xfc\xce\x0b\xd8\x1d\x9c\xf8\x9d\x97\xf0\x71\xf7\xd3\x71\xdf\xef\xbc\x82\xbd\xdd\x8f\xc7\xa7\x83\xc3\xbd\xdf\xfc\x9d\x36\xf4\x8f\xf7\xfc\x9d\x17\x20\x6a\x7e\xba\x03\x1f\x77\x7f\xed\x9f\x7e\xfa\xe8\x3f\x7d\x2a\x7e\xee\x1f\x7e\x19\xfa\x4f\x9f\x41\x7f\xb8\xef\x3f\x7d\x0e\xef\x0f\x0f\xfa\xfe\xd3\x5f\x60\xd0\x7f\x77\xe2\x3f\x7d\x01\x3c\xe7\x4b\x38\xfa\xf0\xeb\xfb\x13\xff\xe9\x2b\xc0\xdc\xcf\xda\xf0\xf1\xe8\xc3\xf0\xe4\xf4\x78\xef\xa8\xdf\x1f\xfa\xcf\x9e\xc1\x87\xe1\x71\xff\xe8\xc4\x7f\xf6\x1c\xd0\xec\xdf\xf7\x9f\xfd\x02\x7f\xf4\x8f\x0e\xfd\x67\x2f\xe1\x70\xd8\xf7\x9f\xbd\x82\x93\x2f\x87\xfe\xf3\x36\x9c\xbc\x3f\xea\xf7\xfd\xe7\x1d\x78\x77\xf8\xe9\xc8\x7f\xbe\x03\xef\x3e\x7c\xee\xfb\xcf\x9f\xc2\xf1\x87\xaf\xfe\xf3\x67\x70\xdc\xff\xdc\x1f\xfa\xcf\x9f\x43\x1f\xdb\x7c\xfe\x0b\x0c\x3f\x0c\xfb\xfe\xf3\x17\xf0\xfb\xa7\xfe\xf1\xc9\x87\xc3\xe1\xe9\xc1\xee\xd1\x6f\xfe\x2f\x4f\x61\xd7\xff\xe5\x39\xbc\xf5\x7f\xf9\x05\xf6\xfc\x5f\x5e\xc0\xbe\xff\xcb\x4b\xe8\xfb\xbf\xbc\x82\x77\xfe\x8b\x36\xfc\xea\xbf\xe8\xc0\x7b\xff\xc5\x0e\x7c\xf0\x5f\x3c\x85\x7f\xfb\x2f\x9e\xc1\x6f\xfe\x8b\xe7\x30\xf0\x5f\xfc\x02\x07\xfe\x8b\x17\x30\xf4\x5f\xbc\x84\x43\xff\xc5\x2b\xf8\xe8\xbf\x6c\xc3\xef\xfe\xcb\x0e\x1c\xf9\x2f\x77\xe0\xd8\x7f\xf9\x14\x4e\xfc\x97\xcf\xe0\x93\xff\xf2\x39\x7c\xf6\x5f\xfe\x02\x5f\xfc\x97\x2f\xe0\xab\xff\xf2\x25\x7c\xf3\x5f\xbe\x82\x3f\xfc\x57\x6d\x38\xe8\x9f\xec\xfa\xaf\x3a\xf0\xe5\xc3\xf0\xf4\xb7\xfe\xb7\x53\x31\x4e\xaf\x76\x60\xef\x70\x78\xd2\xff\x7a\x72\x7a\xd0\x1f\x7e\xf2\x5f\x3d\xc5\xa9\xc4\xf1\x78\xf5\x0b\xfe\xe6\x63\xf2\xea\x05\xfe\xe4\xe3\xf2\xea\xa5\xf8\x89\x63\xf3\x4a\xcc\x3c\x8e\x0f\x17\x74\xf1\x81\x0f\x52\xa7\xdd\xc1\x07\x3e\x52\x9d\xf6\x8e\xf8\x8d\xc3\xd5\x69\x8b\x26\xc4\x98\x75\xda\xcf\xf0\x09\x07\xae\xd3\x7e\x8e\x0f\x07\x9f\x06\x27\x1f\x3e\x0e\xbe\xf9\x9d\xb6\xe8\xc2\xc7\xc1\xa7\x63\xbf\xd3\x16\x9d\x38\xf8\x30\xc4\x27\xd1\xf4\xc7\xfe\xd1\x87\xc3\x7d\xbf\xd3\x11\x8d\xef\x7f\xf8\xfc\xe1\xf8\xc3\xe1\xd0\xef\x74\x3a\xf0\xae\xe3\x77\x3a\x3b\xf0\x6e\xc7\xef\x74\x9e\xc2\xbb\xa7\x7e\xa7\xf3\x0c\xde\x3d\xf3\x3b\x9d\xe7\xf0\xee\xb9\xdf\xe9\xfc\x02\xef\x7e\xf1\x3b\x9d\x17\xf0\xee\x85\xdf\xe9\xbc\x84\x77\x2f\xfd\x4e\xe7\x15\xbc\x7b\xe5\x77\x76\xda\xf0\xae\xd3\xf6\x3b\x3b\xbc\x9a\x8e\xdf\xd9\xd9\x81\x77\x9d\x1d\xbf\xb3\x83\xbd\x47\x8a\xed\x3c\xe3\x24\x70\xf0\x61\xef\x70\xc0\x1b\x7c\xf9\x0b\xec\xef\x1e\xbf\xf7\x3b\x2f\x5f\x41\xff\xf7\x4f\xbb\x83\x63\xbf\xf3\xf2\x05\xec\x1d\x1e\x1c\xec\xfa\x9d\x97\x2f\x41\x75\xf5\x55\x1b\x8e\x07\x98\xf3\x55\x07\x76\x3f\x1e\x1e\x9f\x1c\x1d\x7e\x7c\xcf\x97\xc3\x0e\x1c\x7f\x18\xfe\x3a\xe8\x9f\xfe\xfe\xe9\xf0\xa4\xef\xef\xec\xec\xc0\xe1\xc7\xfe\xf0\xf4\xf8\xf7\x4f\xbb\x47\xfd\xd3\xb7\x47\xbb\x7b\xbf\xf5\x4f\xfc\x9d\xce\x2b\xb1\x04\xb1\x96\x9d\x9d\x36\xec\x0d\x0e\x8f\xfb\x95\x6c\x3b\x7a\xb6\xfd\x9d\x9d\x67\xc0\x57\xf0\xbb\x77\xa7\x48\x08\xfc\x99\xbf\xfb\x70\xc0\x9b\x79\x05\x21\xba\xa8\x1d\xc4\xd3\x70\x76\x1b\x46\xe7\xbf\xb1\xdb\x7e\x31\xbe\xa8\xa5\x4e\xcb\x4b\xd9\x5d\xc4\x1f\x08\xe6\xe2\x12\x7a\x83\xb5\x26\x59\x32\xc7\xab\xe5\xac\xb5\x60\x59\x80\x3f\xb3\x37\xb4\xdf\x6f\xbd\xeb\xb8\x6e\xf6\x5a\xfc\xda\x21\x2a\x8e\x75\x57\xba\x05\x2a\x57\xc0\x7e\xbf\xc5\xd9\x83\xfa\x6d\x58\x83\x4e\xb1\x29\x55\x27\x72\xce\xa2\x1e\x70\xcd\xab\x07\xce\x26\xf4\xef\xe3\x3d\xfd\x1b\xf9\x86\x7a\x90\xdc\x40\x3d\x22\x2f\x51\x0f\xf6\x80\xe9\x34\xfb\x41\x51\x82\xf5\xac\xb8\xa0\x4a\x32\x8c\xab\x90\xf2\xe9\xa3\xf5\xcc\x79\xa1\x7e\xb2\xb9\x95\x4a\x14\x6b\x55\x3d\x09\xa6\xaa\x9e\xac\x9a\xd4\x64\x97\x9e\xe5\x52\xd7\xc3\x2e\xed\xf5\x2a\xa1\x9d\xe7\x10\xa6\x7b\x17\x41\x12\x4c\x32\x96\xfc\xc6\x6e\xfd\x32\xca\x04\x4e\x22\xe7\x09\x68\x03\xe0\x1f\xfa\x61\xd8\x57\xf3\xd8\xee\xea\x2c\x8a\x75\xe8\x6c\xd6\x62\xae\xc9\xbe\xab\xf2\xfd\x51\x78\xd9\xec\x34\xa8\xba\x6b\x1c\x05\x57\xe1\x79\x90\xc5\xe8\xc4\x9a\xec\x9e\x73\xfd\x4c\x19\xed\x9c\x2f\xec\xec\xb7\x30\x73\x88\x80\x40\x60\xa6\x12\xe5\x6f\x6a\x08\x4b\xec\x29\xea\xa9\xc8\x9e\xed\xd9\x43\x4e\x63\x27\x08\x6e\x53\xc8\x22\x96\xb1\x9d\xa4\xb9\x8e\x6e\x4e\xb3\x05\x4d\x99\x7c\xa9\x6a\x6a\x14\xec\xc1\xd0\x35\x67\x11\x9a\x02\x8a\xf5\x8b\x45\xae\x17\x88\x61\x17\x3a\x83\xcd\x32\x54\x62\x1d\xdb\x50\xef\x0c\xeb\xd0\x1d\xa8\x63\x1f\x7a\x34\x4b\xf4\xd2\xc9\xf3\x1c\x86\x7d\xda\xef\x1b\x6d\x7e\x20\x0f\x76\xb2\xe4\xf6\xae\x06\x88\x1e\xed\x5b\x0b\x3b\x84\x59\x64\x9d\xbd\x6a\x2c\x0f\xaf\x0d\x61\x6b\x16\x46\xd3\xfd\xc3\x03\x04\x59\xc5\x48\x02\xe8\x4f\xa2\x71\x52\x4c\x27\x74\xe3\xfb\x05\x3c\x55\x44\x74\x87\x84\x62\x14\x06\x6d\xf8\x7f\x1d\xad\xd7\xec\x4d\x62\x0a\x7d\xec\x17\xce\x7f\x31\x02\x24\x53\xf0\xa4\x6f\x3a\xeb\xb5\x08\x0a\xc9\xa2\xa9\x23\x60\x86\x6e\x97\x3c\xd7\x20\xbe\x56\x41\x6b\x11\x86\xa4\x58\xcc\x3a\xd7\xfa\xbb\xdc\x29\x34\x2e\xf2\x6e\xa1\xe9\x3e\x94\xfd\x8c\x45\x3f\xa1\x68\xf0\x8e\x2a\x06\x6f\x34\x67\x23\x50\x2a\x95\x87\x23\xa9\x38\x7a\x5a\xc6\xd7\x5e\xa7\x0d\x47\x7d\x2f\x21\x44\x9d\x47\xcd\xe6\x71\x9c\x78\x5e\xfc\x73\xda\x0c\x7f\x4e\xc9\x13\x2f\xf9\x39\x25\x04\xe6\xf2\x26\x72\x18\x79\x1e\x6b\x86\xe4\x49\x02\x13\x02\x2b\x91\x9a\xc4\xab\x68\xea\xcd\xc9\xcf\xc9\x76\xd8\x95\xb6\xf0\x95\x38\x78\x9b\xd1\xa0\x8c\xcc\xac\x87\xce\xb2\x78\x17\xe0\xcf\x83\xd1\x4c\x2f\x54\xd5\xaa\xb4\xe9\xf0\x47\xe8\xc7\xde\x8c\x10\x32\x36\x23\x76\xd4\x2f\x44\xdf\xd6\x61\xa6\x20\xa2\x3a\xb8\x85\xb5\xf8\x5b\x0e\x79\x43\xdb\x28\xf0\x67\x72\xfc\x9b\xc5\xd7\xcd\x0e\x97\x64\x75\xfd\x6f\xfb\x45\xab\x6a\x2f\xe3\x7a\x17\x8b\xb2\x6f\x7e\xd6\x5a\x06\xe7\xec\xab\xc9\xfb\xa5\x9a\x57\x4e\xf5\xa8\x3d\xb6\x8a\x59\x89\xa5\x1a\xfe\x2a\xcd\xff\x39\xcb\xd0\x68\x1c\x46\xe7\x7b\x58\xfc\x88\x4d\x32\xed\x73\xbd\xc5\x7a\x51\x2b\x8b\x97\xdb\xad\xe7\x3f\x47\x2d\x71\xcc\xe7\x4b\x16\x88\x15\x1f\xa2\x92\xbb\x1d\xb5\xb8\xaa\x25\x72\xe1\xf9\x9c\x69\xf0\x43\x85\xe0\x6e\xc4\x2a\x08\xcd\xf1\xd7\x6b\x9a\xf4\x12\x9f\xbd\xa1\x51\x2f\xf2\x2d\x34\xd9\xaf\xa5\xb2\x48\xa2\x09\x0d\xd3\x77\x61\x14\x66\xcc\x93\xc4\x4c\x7a\xf2\x87\xaf\x27\x44\x6a\x61\x51\x2f\xf1\x0d\xb5\x7a\x89\x8e\x51\x73\xd4\xf7\x22\x42\x88\x69\xea\x5d\x5f\xb8\xc2\x54\xc1\x52\x6a\x9c\x30\x74\xa9\xf7\xfd\x62\xb0\x10\x27\x8c\xb8\x76\x87\x37\x6d\xa8\x33\x65\xea\x21\xa6\x89\x66\xfe\x4a\x4e\x91\x9b\xc0\x10\xb7\xca\x98\x66\xae\x1b\xf5\x42\x3f\x11\x1e\xfb\x5d\xf5\x4e\xec\x91\x31\x6d\x6c\x78\x8f\x5b\xb8\x2c\x9d\xf8\x61\xe9\x2d\x8a\x0d\xaa\x70\xf5\x35\x97\x44\xca\x6e\xf9\x36\x7d\xe1\x6c\xe5\x3a\x3b\x0a\x28\x0f\xe4\x0f\x23\x93\x5f\x49\x14\xf7\x15\x61\xdb\x3b\x3f\x8b\x89\x2d\x95\xc3\x0f\xbb\xb7\x64\xd3\x94\x2c\x6e\x05\xf9\x7d\xc5\x66\xf5\x51\x5e\xd4\xc4\xf9\x1b\x7a\x99\xe5\xa0\xa6\x73\x43\x96\x66\xc6\x05\x16\x9a\x8c\xd8\xb8\x10\x57\x25\x12\x3c\x96\x68\x1e\x50\xf6\xfb\x23\x04\x3a\x04\x62\x5a\x57\x68\x14\x8e\x0d\x6c\x24\xff\xd6\x1e\xd6\x9f\x81\x78\x22\x7e\x6d\x4b\x2a\xea\xa7\x4c\x18\xc5\xe3\x9e\xf9\xe9\x67\xb9\x17\x0b\xef\x04\x43\xc8\x9f\x11\xb7\x59\x3f\x7e\x32\x3c\x4f\xb3\xb8\x7f\x14\xa0\xf2\xfe\xc8\x94\x71\x54\x82\x6a\xb2\x16\x3b\x1f\x4a\xcb\x3e\x38\x4d\x82\xf3\xf3\xe0\x6c\xce\x4e\x92\x00\xc3\xd2\x17\x8c\x84\x89\x34\x58\x9d\x71\x56\x96\xc2\x84\xc6\xae\x9b\x68\x84\x9b\x5f\x99\x70\x02\xa9\x4b\xf3\x22\xb2\x5e\x8f\xc6\x30\xa7\x28\x2b\x24\xd2\x10\x92\x1e\xb1\x59\x8a\xbb\x5b\x82\x4d\x63\xab\xbc\x56\xbd\xa7\xd2\x1d\xd7\x6d\xcc\x5d\xb7\x31\x29\x9f\x80\x99\x8f\x68\x34\x32\xbe\xbd\x53\x8c\xd9\xa3\xc7\x91\xd2\x89\xda\x18\x3a\x3d\xf6\x1a\xdf\xa2\x8d\xa3\x2c\x8c\x68\x41\xa0\xc1\x30\x82\x88\xe9\x09\x11\xbf\x05\xf7\xa5\x11\xe0\xf7\x27\x82\x93\xa7\xb4\x1f\x7b\x29\xe9\xb2\x79\xca\xb8\x94\x3c\x17\xbd\x59\xd1\xbf\xfa\x5e\x00\x1a\x98\xb0\x5b\xac\xa2\xb9\x82\x88\xae\x64\x5c\x14\xfb\x4d\xbb\x9b\xb4\xe2\x08\x4f\x66\xbc\x88\xe4\x39\x24\x2d\xcb\x78\x54\x86\x2b\x13\xe1\x99\xc4\xf5\x14\x72\xa7\x6c\xe2\xfb\xd2\x3c\x2f\xe2\xd8\x6a\xa0\xb7\xb7\x7d\x4f\x4e\xb1\x99\x4b\x46\xb0\x3d\x5e\x37\x8e\x24\x24\xad\x60\x3a\x55\x15\x60\xbb\xaa\x16\xd9\x17\x73\x72\x54\xee\x4c\x03\x85\x29\xb5\x77\x7f\xf9\xe1\xd6\xb0\x66\xd5\x1a\xe0\x0e\x21\xdb\xac\x42\x56\x8a\x36\x14\xc5\xf2\xcd\x4a\xe6\x42\x91\x4a\x35\xc8\x09\xaa\x86\xce\xf0\x48\xd4\x4c\xae\x74\x32\xf9\xab\xef\x85\x9b\xe6\xab\x0d\x66\x56\x62\xd9\x37\x88\x5c\x37\x32\x7d\x2c\x9e\xdd\x94\xbb\x28\x33\x74\xad\x76\xd7\xeb\x04\x81\x21\xa7\x9e\x40\x64\xe4\x55\x99\xd9\x2e\x1e\x4a\x15\xfa\x3f\x4a\x70\x8b\x3c\x88\xaf\xd8\x54\x58\x2e\xd1\x64\x39\xe6\xeb\xed\x11\xd9\x2c\x33\xb3\x67\xb7\xc8\x33\x96\xa7\x34\x69\x09\x93\xe4\x11\x9b\xa9\x0f\xba\x87\x8a\x78\x0d\x7c\x5e\x9b\xf6\xd8\xd9\xeb\xa8\xb8\x70\x54\x58\x20\x35\x0a\x16\x7d\xd5\xf5\x45\x90\x17\xff\xc8\x4a\x9f\xee\xa1\xb5\xff\x4a\x9f\x2a\x47\x6d\x9c\x55\x98\x6e\xb8\x6e\x2d\x91\xc9\x92\x88\x44\xa7\x27\x17\x8f\x8d\x0e\x82\x44\xb8\x06\x94\x78\x71\x9d\x3c\x94\x68\xe7\x45\xef\x4e\x9c\xf0\x64\x78\xc9\xd7\x9c\x63\xa9\x54\xf0\xaa\xce\xce\xea\x43\x1a\x6d\x11\xbd\x24\x69\xa5\xc1\x15\x13\x0e\x37\x9b\x3e\x87\xb2\x5c\xc6\x38\x93\x0e\x46\xb1\x74\x70\x08\xa4\x83\x43\x4a\x1b\x5a\x26\x8c\x9b\x01\x59\xaf\xf1\xcf\xbf\x42\x4a\x8d\x8c\x7e\xd8\xf7\x1a\xe1\x7a\x6d\x29\x22\x21\x69\x50\x1a\xae\xd7\x29\x38\xd2\xe3\x67\x11\xdc\x8c\xb7\x9a\xca\xff\x67\x11\x46\xe3\x2d\x73\x22\x10\x37\x03\x70\x48\xc1\x93\x68\xb1\x9a\x67\xe1\x72\xce\xb6\xe2\xd9\x96\xed\x6f\xb4\xe5\x99\x5b\x87\x21\x9e\xc9\x93\xe2\x6c\xd0\xbb\x47\x44\x5d\xbe\xf7\x1c\x54\x1d\x79\x8a\x83\x34\x6b\xea\x8b\xcf\xad\xf8\x3a\x62\x89\xe2\x68\xdd\x5a\x70\x69\x83\x28\x8d\x2e\xac\xd2\x5e\xdf\xcd\x5c\xb7\xa1\x00\x92\xcb\x87\x82\x8f\x3c\x41\xfd\x7d\xee\xbd\x8d\xbd\xc8\x60\x60\x13\xd8\x50\x94\xb7\x42\x5c\xf7\x07\x0b\x18\x79\x82\x28\x54\x8d\xba\xfd\x46\x77\xfb\x9c\x65\x62\x9a\x90\x73\x6e\x3a\xa1\x2c\x0d\x29\xd8\xe8\xb7\xc8\xda\xf5\x9a\xe6\x22\x8d\x3a\x9e\xc4\x50\x4d\xf7\x6b\x53\x51\x2f\xe9\x85\x2d\x71\x1c\xe6\x87\x5c\xb1\xaa\x53\xa6\x3c\x9e\x09\xcf\xac\x30\x90\xe2\x2c\xab\xe9\xff\x00\xe5\x87\x47\x7e\x00\x7a\xd3\xb0\x62\x20\xc7\xec\xe1\xde\x5a\x07\x89\xea\x83\x7b\x99\x52\x02\x33\xa9\xe7\xa9\x9e\xd5\x6f\x9b\x9b\x0f\xd5\x35\x57\xb5\x8f\xf1\x0b\x84\x0d\xc2\xd2\xc1\xe7\x53\x9e\xe6\x5b\xa5\x48\x21\xa5\xe8\x0c\x50\x57\x0b\xba\x8b\xcb\x22\xfd\x68\x4a\xea\xfa\x6d\x09\x17\x0f\x38\x03\x3c\xd0\x6f\xf4\x41\x28\xf4\x5b\x97\x22\xb0\xd9\x89\xa1\xae\x16\xed\xc9\x50\xea\x76\x1d\x9d\xff\xc0\x60\x6b\x1f\x86\xca\x1b\xed\xc5\xb0\x61\x80\x8b\x25\x6b\xbc\x1f\x2a\x9f\x5c\xef\x37\x71\x6f\x9b\xff\xd8\xe3\x62\x93\x7f\x83\xf0\xe8\xb1\x08\x5a\x31\x39\x7d\x5e\xeb\xc9\x45\x63\xcb\x2b\xed\x42\x74\x53\x26\xc2\x8d\x3e\xca\x39\xa2\x8c\x86\x5a\x6e\xb4\x60\x84\x2c\x35\xbb\x21\x5c\x0f\x6a\x14\x90\x74\x55\x7f\x23\xed\xff\x23\x3a\x9b\x15\x3a\x1b\x99\x0f\x4b\x68\x84\x0e\x1a\xf6\xeb\x84\xcb\x7a\xc8\x3b\xc5\xb5\x38\xcd\xd6\x83\xf9\xe4\xb3\xf0\x47\xa8\x7a\xab\x94\x81\xc0\xab\xac\x90\xef\xc5\xa1\xb4\xf1\xc4\xc6\x05\x5d\xe3\x0c\x32\x68\x93\x27\x99\x44\x18\xb6\x19\x99\x47\x2c\x1e\xe9\x75\x9a\x31\xf9\xd9\x0b\x9b\x09\xd9\x4e\xfc\x58\xfd\xaa\x76\xf2\xed\xed\xc7\xb8\xd6\xaf\x46\xf4\xd4\x2b\x20\x48\x22\x93\xee\x35\x3b\x7e\x87\xfc\xec\xb1\x66\xb1\x17\x42\x90\x26\x45\xd6\x97\x25\xe1\x62\x77\x1e\x9e\x47\x42\x51\xc4\x34\xdd\x36\x57\xdb\x0b\x3d\x3a\x94\xee\x1e\x8f\x1c\x37\x61\x0c\xf6\x58\x33\x22\x4f\x44\xfc\xe9\xa6\x01\xf6\xb0\x80\x19\x3b\xed\xf6\xcf\x89\xe5\x52\x14\x5c\x31\x21\x3b\x57\x5b\xd2\x50\xf0\x36\x59\xb0\x31\xcd\x1e\xed\x98\x53\x84\xc7\xcb\x2c\xa7\x9c\x98\xeb\xee\x16\x2a\x9e\x32\x1c\xa7\x34\x13\xce\xdf\x13\x65\x9e\x9b\xd3\xcc\xf8\xa9\xae\xf8\x6b\xe5\x9d\x33\xb3\xc9\xe5\xc2\xda\x39\xa7\x72\x3c\x16\x92\x74\xae\x78\x63\x0a\x05\xe8\x5c\x24\x86\x8b\xd5\x02\xc5\x63\xe1\x07\x7e\x4b\x25\xe0\x1f\x9c\xf1\x8a\x82\x70\x2e\xd2\x0f\x44\x7f\xc4\xc3\x35\xcd\xca\xfe\xe3\x37\xb4\x4e\xc2\x50\xe3\x52\x91\x29\x76\xe9\x4d\x2b\xe3\xad\xa6\x70\x49\x6f\xd4\xc0\xc2\x21\x15\x08\x94\xda\x19\xc6\xb8\xa0\x84\xe0\x34\xaf\xc3\xec\xa2\x89\xe3\xe3\x10\xb0\x97\x7a\xa0\x4c\x33\xca\xfb\xa5\x50\x4c\x3b\x4a\x10\x58\xd5\x66\xd0\x6e\x46\x04\x66\x32\x43\x0c\x31\x01\xf6\xa0\x4b\xa4\xf1\x2d\xd1\xc2\xb6\x05\x75\x73\x58\xf4\xbf\x5c\xf5\x3e\xf7\x7d\x9b\xcb\x63\x72\xc1\x65\xc4\xce\x62\x23\x0e\x4a\x06\x5d\x7d\xff\x69\x69\xf9\xa3\xd8\x6f\x8d\x43\x8a\x08\x0f\x64\xbf\x13\x32\xa9\x74\x6f\xb1\x5f\xa0\x7f\x8b\x70\x7f\xb9\x7d\x04\x6c\x5c\x71\x14\x39\xb1\x38\x2a\xe6\xb9\xf6\xe6\x39\x27\x70\x46\x72\x02\xbb\x95\xea\x4e\xfb\x70\xa7\x17\x82\x1f\x82\x9a\x05\x7f\x06\x92\x80\xfd\x0b\xc0\xd9\xf6\x03\xe0\x6b\xc1\x4f\x81\xaf\x04\x7f\x02\x6a\x1d\xf8\x73\x30\xee\xd9\xbe\x62\x3d\x03\x9d\xe4\x11\x30\xde\xdc\xfa\xfd\x27\x9d\xe4\x11\x58\x04\x37\xfe\x02\xef\x30\x4d\x41\x11\xb8\x7f\x00\x45\xf2\xf6\xaf\x73\x02\x97\x95\x2f\xf8\xde\xdf\x3c\x1a\x88\x2f\x43\xc0\x76\x0f\x2f\x0c\x75\x51\x3d\xb4\x3f\x5e\x7d\xf2\xff\xa5\x8f\xd4\x63\x9b\x13\xb8\xd2\xee\x3f\x5c\x80\x52\x18\x9f\x08\x8d\xeb\x68\x77\xa0\x7e\x74\x11\x44\x13\x96\x78\x56\x48\x64\x2b\xa7\x70\xa7\x2e\x42\x3b\x1a\x67\x2e\x56\x82\x7c\xbc\xcb\xed\x49\x77\x92\x49\x53\xb9\x42\xd9\x03\x29\xee\x94\x61\xb7\x3b\xed\xb6\x98\xf5\x8e\x1c\x98\xbb\x1c\x04\xbb\xa8\xf5\x55\x40\x5b\x30\x44\xf4\x30\x43\x30\x28\x01\xd6\x3d\xd6\xcb\x78\xca\xe6\x2c\x63\x5b\x91\x30\x7b\x86\xd1\x39\xa8\x03\x0d\xe1\xcf\x28\x3c\xe5\xca\xf3\xbc\xd7\xd7\x68\xb9\x9c\xdd\x63\x04\x5c\xbe\x7c\xd8\x2c\x4e\x98\xbc\x16\xf7\xb9\x6f\xae\xc8\xe1\x6f\x81\x0e\xac\x13\xf4\x6c\x36\xda\xa0\x18\x92\xdf\xe8\x08\xc2\x6e\x74\x0c\x01\x34\x3a\x7a\x8a\x1a\x1d\xc8\x34\x6b\xf6\x47\x77\xf9\x18\x14\x6e\xbc\x4e\xd0\x2c\x9a\x0f\x8c\x26\xe0\xbb\xbc\x4c\xc1\x77\x79\x4e\x20\xc3\xe3\xbd\x6f\x3f\xe4\xb6\xfd\x48\x93\x73\xd9\xfe\x4b\xab\xd6\xd6\xd1\x58\x58\x46\xfa\x51\x5d\x20\x14\x65\x6a\x56\x33\xd3\xdd\x64\xe4\x04\x2f\x5b\xaf\x85\x7d\x48\x59\xdc\xac\xb1\xf6\x12\x4e\xfd\x42\x94\x20\x45\xf3\x89\xaa\x59\xa0\xd2\x4b\xcb\x87\x10\xdd\x30\x92\x8d\x7d\xaf\xb1\x57\x7c\x14\x11\xc4\x21\xb6\xb3\x5f\xc9\x7c\x62\xd3\x0f\xcd\x4e\x21\x5d\xd6\x45\x7a\x52\x16\x77\x62\x02\x76\x47\xe0\xb0\xef\x35\x3c\x67\x11\x46\xc5\x9d\xd8\x09\xa3\x2d\xbe\x85\x56\x5e\x6c\x5d\x87\xf3\xf9\xd6\x19\xdb\x9a\xb2\x65\xc2\x26\x41\xc6\xa6\xb0\xb5\x9c\xb3\x20\x65\x5b\xab\x94\x6d\x19\x8a\xd9\x0a\xa3\x34\x63\xc1\xb4\xc5\x77\x4b\xd1\x4a\x79\xbf\xd7\xad\x94\x5f\x3c\xd4\x8a\x26\x3b\xbb\x91\x7a\xc3\xcb\x83\x52\xa5\xd2\x9f\x1f\x29\xf6\x55\xb2\x3f\x24\xbb\xfd\xa8\x72\x57\x35\xc6\xe8\x50\x5b\xf5\x0d\x54\x20\x90\xb9\x6a\x20\x64\xf6\x48\xca\xec\x92\xbf\x20\xee\xb1\xe2\x13\xdd\x70\x86\x13\xcf\x27\xc1\x14\x5e\xaf\xd1\x7f\xb9\x90\xa6\x3c\x00\x34\xf5\xc5\xbd\xd8\x97\xf7\xf4\xb9\x84\x58\x23\x55\xa7\x16\xba\x2e\xe9\x4e\x1a\x94\xca\xfc\x1a\x25\xba\x64\x56\x9c\xe4\x04\x12\x3c\x65\x58\x84\x91\xeb\x86\xe2\x67\x70\xb3\x5e\x37\xf6\xfb\xc5\xea\xd6\xeb\xc0\x9b\x88\x38\x21\x62\xa0\xd4\x17\x3d\x52\x4a\x6f\x78\xd2\x39\x9b\x7f\x24\xc1\xcb\xdc\xf8\xfc\xc6\x86\x15\x0e\x6e\xcc\xa5\x19\x26\x36\x0e\x69\xff\x2c\x64\xca\x89\xcf\xba\x51\x39\x74\x51\x42\xe4\xf2\x4e\x44\xcd\xdd\xcc\x18\x57\x43\x62\xf5\xbb\xde\x5e\x55\xbd\x42\x60\x96\x6c\x3b\x2f\xc4\xd3\xd1\x9a\x87\xdc\x77\x25\xe7\xc1\x06\xed\x0d\x82\x73\x55\x71\x24\x5a\xd4\x77\x70\x55\x60\x04\x5f\xe9\x1e\x9e\x48\xfe\x99\x80\x49\xf9\xa8\x42\x4a\x30\x48\x1a\x94\x46\x26\x08\x4a\xd5\xec\x4f\xdb\x4a\xdb\x2f\x1a\x93\x13\x5b\x1f\x15\xe6\xf2\x7a\x6a\xc6\x33\x0f\x1b\xd6\x5b\xf0\x65\x41\x6c\xf5\xdd\xcf\x48\x57\xf6\x6b\x53\xd3\x56\xcb\xca\x52\xfe\x68\x95\x4e\xa9\x33\x09\x15\x6e\x01\x46\xd9\x89\xc4\x49\xa2\xdd\xe7\xb0\xda\xe7\x98\x26\x05\x54\x7b\xc2\xf5\xac\x9a\x25\x13\x63\x6d\x01\x86\xde\x51\xb1\x87\xea\x3e\x27\xc8\x4b\x91\xe2\xec\xed\x27\x20\x96\x5d\xc9\xb3\xd6\x88\xa2\x8d\x1a\x86\x63\x2b\xc7\x56\xc7\xed\xa2\x46\xdc\xbb\xdf\x36\x29\x31\xf2\x05\xd1\x84\x51\x26\x63\xb7\xc9\xe5\x62\x5c\x43\xca\x6d\xbd\x61\x3d\xb9\xb2\x36\x74\xc0\xc8\x93\x8f\xff\x80\xd7\xb5\x5d\xea\xd5\xa6\x6e\x6e\xbc\x38\x4b\x9b\xa9\xa6\x1c\x73\xfa\x4d\xc7\x75\x35\xc3\x34\x11\xa6\x3b\x76\xb8\xe9\x0e\x86\x9b\x96\xbe\x56\x96\x4f\xa1\xb9\x13\x19\x19\x59\xd6\xa6\x20\x64\x5b\xe8\x82\x63\xac\x0b\x5f\xfb\x5e\x02\xd1\x63\xaf\xeb\x88\x30\x0e\x15\x62\x37\xa6\x01\xfb\x7c\x13\xed\x04\x16\x92\x81\xa5\xfd\xa7\x42\xc9\x2f\xe9\xf1\x13\x9a\xb5\x8c\x24\x80\xc6\x03\x4b\x74\x44\xfb\x81\xbe\xb6\x33\xe3\xea\xbc\xba\x0d\xf3\x2e\x4e\x04\x33\x41\x4b\x42\xf1\x92\x8c\x79\x37\x95\xef\xaa\xf7\x65\x4c\x9e\x65\x8d\xf5\xc1\xcc\x37\xda\x1f\xd4\xca\xbe\xd5\xdd\x83\x33\x6b\xfd\xc2\x01\x3d\x93\x6b\xf8\x9a\x9e\x19\x99\xfd\xc6\x30\x21\x21\x26\x78\x07\x04\x76\xe9\xad\x57\xab\x8d\x45\xfa\x4a\x8e\x43\xc0\xe8\x1e\x91\x11\xb9\x43\x10\x77\x8a\xfc\x1b\x39\x57\x07\x46\x44\xbb\x36\xd2\x7a\x80\x6a\xc9\x52\x6a\x53\x4a\x48\x3f\x07\x54\x32\xfc\xb6\xb9\x52\xb2\x02\x3d\x6e\xfe\x0c\x8a\x63\xe8\x5f\x40\xfd\xc0\xf9\x53\xa9\x3a\xcf\x47\xed\xf1\x7a\x3d\x2f\xc6\xac\xb0\xfc\x61\x5a\x46\xde\xf1\xda\xe8\x6d\x82\xb7\x65\x14\xa5\x5f\xf5\xca\x83\x73\x45\xfc\x36\x1c\xd2\x09\xd6\x3b\x91\xd4\x7a\x27\xcc\x2f\x15\x5d\xe7\x64\x83\x4e\xcb\x47\x11\x8b\x38\xc4\x1e\x38\xad\xd6\xc4\x6a\x0c\x2f\xad\x91\x11\x0b\xd1\xbf\x69\x5e\x96\xcd\x02\x29\x81\x43\x92\x13\xa9\xcf\xa4\xfe\x6e\x5e\x7b\x11\xe5\xa7\x3e\xfd\xd4\xf7\xbe\xf5\x09\xfc\x5e\x7f\xd5\x5b\x50\x87\xb1\xd9\xa2\x30\x21\xbd\x55\x42\x44\x5c\x50\x8e\x2e\xc1\x7c\x1e\x5f\xef\x25\x71\x2a\x6e\xc2\x2d\x57\xe9\x05\x06\x11\x49\xe9\x10\xd1\x0a\x38\xe7\x9e\xf0\x25\x9d\x41\x48\x60\x4e\x27\x1a\xe3\x42\x99\x7c\xa3\xa2\xa1\xd7\x8b\xde\xb4\x5d\x77\xf2\x9a\x26\xa3\xa8\xd9\x19\x6f\xa7\xae\xeb\xcd\xf5\x03\x81\xe8\x75\xa2\xdd\x51\x5c\x77\xf2\x86\xbf\xda\xee\x8c\x9b\x3a\x1f\x3e\x10\x02\x5f\xfb\xde\x1c\xf1\x99\x7f\xfd\x5f\x57\xcc\x94\xea\x65\x04\x17\x88\x68\x52\x95\x4e\xd0\x69\xe8\x9c\x65\x88\xf7\x9c\x8a\xd3\x2d\x2f\x22\x7c\x6b\xd5\xa7\x5d\x43\xc6\xa6\x07\xf1\x55\x18\x9d\x7b\x91\xc4\xe5\x8e\x28\xa5\xd9\x28\x1e\x57\xb8\x6a\x40\xfb\x31\x4a\x0d\xca\x79\x34\x1e\xd3\x08\x82\xc7\xe8\x87\x62\x9e\x37\x6b\x87\xd9\x7a\x5d\xf0\x2d\x6a\x74\x08\x28\x57\xda\x7f\xa8\x38\x4a\x7b\x03\xa2\x97\x10\x73\x64\x3e\xc1\x50\x51\xb1\x3c\x2b\x0f\xe4\xd9\x79\x4a\x77\x93\x24\xb8\x95\xbe\xaf\x82\x60\xa0\x1f\x7b\x98\xea\x85\xdb\x1d\x52\xb9\xdb\xaf\xd7\x76\x9c\xa3\x4f\xaf\x63\xab\x9e\xa8\xa2\x95\xd5\xd1\x14\xe6\xd4\xdb\xa8\x8b\x4e\xca\x0d\xa0\x43\x9e\x6c\xe3\xf7\xbe\x76\x24\x50\x86\x94\x08\x70\x3c\x24\x2e\x83\xc4\x8a\x46\x68\xb4\xb6\x3f\xd7\x34\x5c\x51\x70\xad\x61\x81\x84\x4d\x58\x94\xf9\x2b\x10\x6b\xcf\x9f\x6f\x3a\x86\xff\x71\x6d\xf0\xe1\xb3\xd9\xff\x87\x14\x48\x25\x60\xab\xb3\x02\xe3\x14\x82\x6b\x4d\x29\x91\x89\x74\xcf\x48\xd0\xe9\x3d\x9c\x79\x8f\x55\x24\x5d\xd7\x0b\x1a\x52\xc9\x5b\xaf\xd3\x86\x54\xf2\xa4\x33\xd7\x84\xc6\xeb\x75\x26\xf9\x27\xaf\x76\xb2\xd1\x75\x4e\x78\xe1\x47\xb2\xda\x9c\x10\x12\x7a\x15\x8f\x3d\x9d\xf9\x43\x39\xf3\x3f\xd3\x1d\xf1\xc0\xbd\xa0\x3c\x92\xa2\x9e\xc6\xa4\x7b\x9e\x18\xd0\xbb\xbc\x3b\x72\xe4\xd6\x0f\x8e\x20\x51\x67\xbc\xe1\x18\x50\x2f\xa6\x51\x36\x76\x5d\x2f\x1a\x65\x63\xfc\x8d\x4b\xa2\xe4\xac\xaf\xfc\x40\x8b\x8d\x47\xc2\x7b\x3e\x29\x49\x8c\xb8\x5a\x08\x30\xa2\xc6\xd5\xd2\x45\x93\x47\xe9\xa2\x9b\xd4\x4d\x21\x24\x25\x0f\xeb\x9e\x49\x41\x37\x7a\x58\xf7\x0c\x6b\x75\xcf\xae\x70\x9f\x53\xad\x15\xf6\x02\xc1\xef\x37\x2b\xa5\xaa\x50\x79\xa7\x08\x21\xae\xc4\xac\x94\x7c\x65\x63\x65\x8a\xd9\x6c\xcc\x90\x13\x08\x1b\x94\x26\xa3\x8d\x39\xc6\x62\x50\x71\x1b\x8a\xe4\xbc\x90\x6e\x70\x4f\x01\x35\x26\x46\x19\x94\x9c\x2e\xc8\x0b\xc4\xbc\x49\xaf\x16\x28\x57\xf5\x7a\x2a\xc4\xf6\xe4\x06\x34\x16\x76\x17\x34\x7d\xf3\x07\xbe\x54\xf1\xa6\x54\xa4\x97\xa9\xf1\x1c\x69\x66\x7e\xd6\xe5\x29\xfa\x28\x76\xe2\x4f\x44\xf0\x17\x1a\x34\xd5\x89\x67\xe9\x2a\x46\x82\x6c\x3e\x6d\x6e\xb8\xa9\xc1\x5f\xcf\xcc\xe5\x11\x7d\x6c\x3a\x79\xe2\xd5\x9f\x32\x3f\xe9\xb4\xdb\x78\xba\x36\x27\x70\x81\x5c\xa9\x9e\x0f\x58\x4e\x62\xba\x52\xdd\x0c\xdb\x9e\x89\x10\x47\x78\xaf\x24\x94\xd3\x52\xe7\x05\xac\x44\x61\x4a\xe9\xc5\x28\x1b\x3f\xe8\xe2\x5b\xb1\x4b\xc8\xb9\xbb\xc8\x85\x1b\x20\x8e\xea\x74\x93\x69\x63\xda\xa0\x54\xf5\x66\x14\x4a\x01\x64\x2c\xeb\xe4\x1b\xc2\x49\xec\x4d\x0b\x44\xf0\xbf\x67\xe2\x28\x93\x8e\xea\x27\x02\x3c\x48\x91\x78\x42\x83\x91\xd4\x6f\xd3\x5e\xd8\x92\xab\x27\x1d\xc3\x9c\x26\xde\x84\x2f\xc0\x15\x35\x52\xc1\x5c\x49\x05\xa9\xda\xcb\x75\x9d\x42\x4a\x88\x73\xec\xd2\x8a\x52\x3a\x29\xd8\x49\xe4\x50\xac\xa0\xd1\xfe\xa7\x76\x0f\xd1\x90\x5d\xd6\xe6\x32\x75\xc3\xa9\xe0\xbe\x32\x5a\xa9\x06\x22\xda\x86\x84\x76\xba\xc9\xeb\xcc\x92\x62\xb6\x69\x87\xb0\x37\x34\x1b\x25\xc8\xe7\x69\x52\x74\x0f\x08\xce\x52\x2f\x13\xc2\x39\x23\xaf\xed\x24\x9e\xc0\x4b\xf0\x0a\x20\xb2\x3b\x59\xe2\x6a\x0f\x5a\x89\x15\xe3\x8e\x8c\xaa\x12\xc9\x79\xe1\x13\xca\x37\xf8\x51\xb6\xdd\xe1\x32\x58\x62\xb9\xb8\x07\xae\x9b\x8c\x42\x95\xea\xba\x5e\x4c\x43\x02\x81\xeb\x32\xc1\xed\xb6\x3b\x22\x91\xbd\x16\x0f\xbd\xcc\xcf\xb6\x3b\x04\xe2\x47\x5b\x92\x36\xcd\xc8\xa8\x3d\x7e\xb4\x31\xc8\xf6\x94\xb3\xaa\xd0\x97\x92\x46\x4c\x4f\x46\xa1\x52\x34\x0b\x6c\x74\x32\x2a\xfb\x56\x0a\x37\x89\x48\x79\xae\x26\x52\x0a\x0f\xa5\x14\x2e\x97\x45\x18\x89\x70\x80\xa2\xee\xbd\x60\x72\x81\x56\xf7\x46\xbc\x5e\xc7\xa2\x0a\xa1\x15\xc4\x58\x4b\x83\xd2\x48\x6d\x0c\x72\x03\xb7\x2f\xe2\x45\x16\xb6\x5c\xd2\x4d\x5f\xd3\xb0\x9b\x6e\xd3\x88\x04\xa3\x74\x4c\xd3\xae\xe0\xcc\x25\xb7\x84\xf2\xb5\xbe\xc9\xc3\xc0\x5f\xb0\xa9\xe7\xf4\x4e\x9c\x80\x66\xe2\x40\x34\x82\x25\xbe\xf3\x27\x79\x6e\xcf\x5b\x4d\xc9\x96\xc8\xa9\x47\x5b\xac\xd4\xc7\xca\xa2\x82\x5a\x4b\xc8\x32\x7c\x97\x50\x1b\x27\x04\x54\xf2\x17\xe5\x8b\xdb\x4b\x14\x9b\x51\x29\xdd\x78\x14\x8c\xa5\x0c\x91\xd2\xa0\xdb\xe8\x20\x57\x55\x6a\xb8\x34\x0a\xae\xd2\x8b\xe3\x55\x92\x48\xe7\x49\xb1\xff\xa6\x5e\x0c\x29\xf1\x6d\x0d\x9e\x53\xf9\x23\x06\x92\x6f\x9e\xea\x72\x90\x8e\x15\x6a\x36\x01\xc5\x08\x2b\x0c\x2f\xce\xd1\x51\xdf\xdb\x68\xe4\xad\xca\x2c\x45\x9f\xec\xa8\xe0\x2a\x94\xea\xd0\xea\x39\x29\x5a\x87\x8d\xf4\x57\xff\xe5\xf7\xcd\x10\x97\x4d\x0b\xda\x82\x31\x69\x84\xca\xa4\x91\x60\x80\x79\xbc\x80\x8d\x0c\xa1\x19\xbd\x0e\x91\x43\x70\x06\xd6\x64\xa3\xac\xd9\x19\xcb\x94\x66\x87\x00\x9e\x2c\xa9\x05\x90\x6d\xc7\x7c\x00\x7f\xf6\xd8\x28\x18\x37\x23\x29\x24\xf2\x36\xa4\xed\x89\x41\x00\x31\x84\xcd\x94\xac\xd7\xbc\x7e\x2e\x2e\x07\xe3\x66\xfc\x73\x68\x71\x7f\x93\x7f\xb3\x50\x64\x82\xe4\xe3\x37\xc5\xf8\xa7\x1b\xfd\xec\xc5\xcd\x90\xbc\x4e\xba\xe2\x52\x40\xa9\xf9\xc3\x88\x21\x81\xcb\xeb\x66\x44\x73\x97\x8c\x8b\x6a\x8d\x4e\x57\x54\x93\x5b\x97\xde\xcb\x3d\x52\x55\xd4\xf7\x4c\xdd\x60\x53\x02\x8f\x58\x4e\x9e\x30\x85\x68\xaa\xe2\x0a\xc2\x76\xc4\x47\x38\x7c\x43\x95\xbd\x67\xbd\x0e\x5f\xb7\x0d\xec\x81\x14\x9b\xb7\x23\xe4\xeb\xe1\x18\xd2\xda\x59\x9b\xa8\x59\x4b\x09\xcc\x69\xc4\x07\x3e\x1e\x37\x03\xb5\x3b\x35\xca\x23\x80\x5e\x4a\x11\x4c\x9a\x73\xbe\x2b\xe1\x87\x07\x62\xeb\xfd\x41\xc3\xb9\xb5\xc8\x23\x63\x88\x4d\x68\x56\xe2\xdc\x46\x46\x60\xc6\x72\x20\x97\x4c\x22\x85\x03\xf3\x61\xf9\x3f\x32\x84\x57\xba\x11\xea\x6e\x54\xa5\x64\x63\x2b\x4f\x2d\x89\x18\x26\xb8\xec\x35\x4c\x6a\x6c\x6c\xe5\x2b\x21\x4d\xc3\x4c\x88\xd8\x70\x61\xc4\x66\x98\xd2\x58\xb5\xb9\xa0\xb1\x6d\x3c\xbf\xd2\x6f\xc4\xf3\x39\x7f\xad\x8c\xe7\xb7\x34\x36\x56\xf2\x5f\x93\x78\xb5\xd4\x16\xf0\x14\xce\xec\x97\x68\xfe\x2d\xe7\x38\x90\x39\xaa\xf6\xe0\x72\xce\x6b\xc4\xde\xaa\xbf\x94\xcd\x6c\x73\x2f\x5e\xcb\x86\x1b\x0b\xa5\x34\xb0\x2d\xe0\xbb\xd5\x7a\xac\xf8\x5e\xf4\x7c\x94\x8c\xb9\xb6\xe1\xcd\xb5\xa7\x2b\x4f\x22\xc8\x24\x44\xa8\x77\xb1\xd1\x45\x9c\xdd\x6b\xbf\x1a\xdb\xf4\x8e\x48\x91\x21\x15\xc8\xa6\x21\xdc\x28\x60\xc8\xd0\x72\xbb\xbb\x01\xa7\x69\xae\x72\x24\x5c\x4a\xd9\x90\x4b\x59\xe2\x1d\x02\x13\x02\x21\xb1\x6d\xf8\x81\x31\x45\xa7\xc6\x64\x3f\x51\xa6\xe8\xeb\x51\x32\x06\x65\xeb\x12\x56\xfa\xc4\x58\xe9\x05\x72\xf5\x0a\xcd\xf9\xb6\xcb\x99\xb6\xf7\xcf\xa5\xd1\xfa\x8a\x57\xf3\x18\x6b\x7c\x82\xc8\xd4\xc6\xf6\x7f\xcb\x0b\x96\xcc\xff\x67\x2a\xad\xe6\x04\xe0\x60\x94\x8c\x85\x09\xee\x92\x86\xad\x74\x1e\x4e\x98\xd7\x86\x66\xa7\x82\x05\xaa\x77\x01\xbe\x3c\xb6\x3b\x10\x6b\x74\xce\xa8\xe8\x35\x19\x58\x56\x7b\x39\xbe\x51\xdd\x6b\x6b\x2e\x42\x91\x33\xda\xec\xfb\x58\x3c\x22\x88\xed\x39\x30\xa3\xa8\x0f\x06\xac\xd9\x08\x9b\x9d\xb1\x3a\x13\xb8\x1e\x85\xe3\xa6\x4c\x12\xc3\xbc\xe0\xcc\x9f\xf3\x8b\xd0\x86\x87\x55\xe7\x14\x97\xc5\xa3\x02\x65\x4f\x3c\x67\xd9\x3e\x4b\xc2\x2b\x36\xc5\x8d\xf8\x5d\x12\x2f\xd0\xd3\xac\x7e\xe7\x2c\x99\x8f\xd8\x7a\xad\xcc\x66\xcc\x58\xcb\x18\xa9\x39\x04\x94\xa6\x55\x63\x1d\x13\x3e\x1e\x85\x69\xb1\xc3\xae\x19\x5e\x19\x29\x5e\x99\x28\x5e\x99\x15\xf5\x29\x89\x86\x8b\x11\xf0\xa5\xca\x2b\xc6\x08\xe5\x29\xe9\xd7\x2a\xee\xe8\xf1\xd1\xbd\x2d\x10\x42\x54\x50\x86\x55\x05\xa3\x88\xeb\xc4\xf6\x67\xc8\xdb\x6e\x95\x3e\xff\x90\x65\x58\x11\x84\xb1\x6f\xc9\x20\xcd\x72\x0f\xc8\x6b\xd1\xc4\xba\xbf\xf6\x8b\x9e\x85\x47\xc2\xdc\xf7\x6b\x39\x56\x22\xda\xd3\xfd\x0e\x18\x39\xcf\x6f\xb4\x41\xed\x8f\xe8\x2c\x57\xb8\xac\x8c\xfe\x71\x6a\x35\x8f\xac\x95\x56\x62\x9d\x85\x77\x75\x5c\x58\x65\x78\x90\x09\xfb\xa3\xb1\x30\xff\xff\x86\xe7\x52\xbf\xf6\x09\xfc\xbb\x5f\xe3\xe9\xb6\x9d\xb2\x4c\x05\x04\x66\xd0\xf9\x85\xe4\xf0\x47\x5d\xbe\xad\x42\xe8\x60\x46\xf2\xae\xb3\x8a\xa6\x6c\x16\x46\x6c\xea\x34\x74\xfc\x52\x71\x97\xc9\x75\x9d\x84\xfd\xbd\x62\x69\xa6\xa3\x06\xbf\x4b\x82\x05\x52\xb2\xca\xe1\xd5\x76\x47\xbe\x6e\xd5\x16\xc7\x0b\x8b\xf5\xbd\x93\xc5\x26\x41\x34\x61\xf3\x6a\x29\xb1\x13\xb0\x21\x6d\x43\x36\xa4\x11\xbb\xde\x3a\x08\x96\xd6\x09\xd5\x10\xfd\x68\x86\x2d\xe1\x74\xc9\x4b\xe8\x77\xc9\xf0\x3f\x3e\xb7\xef\x70\xe5\x6f\xb8\x4d\x3b\xa6\xc5\xc4\xcb\xf4\x65\xe9\x8c\x44\x43\x2f\x22\xc0\x3c\xcb\x24\x1c\xd2\x7f\xf7\x8b\xe7\x2e\x5e\xd6\xec\x20\x69\x67\x43\x2e\xcd\xe3\xc9\x95\x56\xa7\x78\x7d\x36\xa2\x48\x38\xb4\xb5\x8c\x46\x03\x11\x62\x27\x71\x94\x05\x61\x94\xf2\x7d\x57\xe7\x8c\x87\x36\xda\x0c\xfa\xc8\xf1\x41\x8c\x67\x5b\xef\x4f\x0e\x06\x92\x91\xf6\x98\x5f\x80\xbf\xe1\x23\x94\x0c\xe5\x70\xd7\x9c\x80\x65\x43\x2e\x87\x7a\xcc\x5c\xe9\x18\xf2\x0e\xfe\xd1\xe7\x4d\x8b\x63\xb5\x21\x8d\xbc\x57\x3b\x3b\x1d\xeb\xa0\x30\x95\x9d\x76\x54\x8a\x15\x18\x97\xf5\x98\x97\x11\xbf\x88\x24\xcd\x88\xeb\x32\xd7\x75\x26\xab\x24\x61\x51\x86\x2c\x91\x0b\x98\x2d\x99\x40\xed\x0f\x9d\x0c\x3d\x23\xc0\xb3\xca\x5c\x42\x86\x74\x21\xce\xbe\x98\x80\x76\x89\x5e\xb3\x6e\xb4\xbd\x4d\xb2\x51\x34\xb6\xe6\x37\x1a\x57\x22\x59\x72\xf2\xa9\xb7\xd6\xa7\x43\x01\x5c\x4c\x6c\xac\x85\xf9\x50\x5b\x30\x1a\x9e\xb5\x90\x68\x69\x21\xad\xd7\x0d\x49\xd9\xea\x52\x58\x35\xa5\xb8\xe5\x09\xc3\xfe\x6a\x48\x31\xbc\xea\x2c\x4e\xae\x83\x64\x7a\xc4\x66\xa4\x1e\x9e\x80\xb5\xa6\xea\xbc\x07\x8f\x07\xcf\x59\xb6\x27\xa8\x84\x25\x78\x4e\xa8\x2f\x61\xa4\x54\x05\x6c\xc5\xda\x48\x57\x3d\x7e\x58\x2c\x59\x12\x64\xa1\x92\x2d\x88\x97\xd5\xdc\xfa\xbd\xcb\x73\xa2\xe4\xb1\x42\x45\x8d\x8e\x56\x1b\x26\x6a\xde\x5c\x97\x0f\x90\xeb\x7a\xa9\x9e\xc9\xd8\x23\xa0\xdf\x53\xbe\xed\xab\x5a\xfa\xb3\x19\x9b\x64\xa4\xb0\x58\x94\xab\x74\xe9\x3a\x14\xb2\x82\xfb\x4b\x96\x27\x56\x5f\x8c\xe9\x9a\x5b\x62\xba\x57\xa5\xbb\x61\x2a\x07\xc6\x4f\x08\x78\x06\x84\x8a\xb2\x32\x65\x7c\x57\x16\x47\x73\x7b\x7c\x60\xcd\x07\xa2\x6f\xc4\x68\x4c\x40\xa7\xf4\x42\x39\xb3\x1f\xe3\x24\x0b\xe6\x5e\x60\x5e\xc9\xf0\x14\xc4\x5a\x3b\xb3\xa1\xd2\x05\xf5\x25\x2a\x26\x8e\x46\xb3\x51\x7b\xec\x5b\xbf\x5d\x97\x8d\x3a\xe2\xa1\x63\x61\x1c\x5d\x0c\x6d\xba\xb8\xcb\xf5\xca\x1d\x95\xc0\xa5\xc6\x34\x2b\x26\x40\x34\x72\xbe\xb0\xb3\xcb\x30\x33\x6e\xf7\x64\x4c\x9d\xeb\x62\x5a\x86\x19\x0f\xe2\xef\xc5\x5c\x0b\x2b\x41\x64\x59\xa4\xc5\x1c\x07\xc7\xa5\x0c\x87\xc5\xf7\xb1\x79\x5d\xec\x18\xe7\x88\x68\x2e\x1f\xd6\xe2\x8b\xdc\x05\x6a\x9f\x60\xd1\xd4\xbf\x18\x7a\x8e\xde\x38\x1c\x30\xbf\xfb\x11\x42\xe2\x26\x41\x24\x4e\x97\x54\xe6\x13\x9d\xe2\x80\xf5\x80\xd9\xf5\xe8\x71\x76\x64\x55\x75\x25\xb9\x54\xb6\x5e\x6b\xff\x7e\xbb\x17\xe6\xa1\x50\x65\x5d\xb1\x42\x87\xac\x27\x14\x6a\xf8\xf2\x81\x7b\x36\xe8\x9e\xf8\xe3\xdf\xe5\x04\x96\x43\x2a\x1c\xcb\x78\x21\x31\x36\x8b\x21\xad\xe7\x2e\xe2\x62\x0d\xe9\x2e\x87\x74\x31\x14\xb7\xaf\x70\x84\xaf\x86\x85\x60\x3a\xe7\x43\x89\x8f\x70\x35\x1c\x31\xed\x52\x81\x0f\xd2\x45\x64\x8a\xbf\xb9\x20\xa9\x2d\x95\x51\x29\xb0\x06\x8a\xad\x92\x37\x87\xb4\xdd\x0d\x5f\x27\xdd\x70\x9b\x76\x14\x36\x46\x34\x0a\xb1\x06\x59\x4a\x5f\xe6\x6a\x5d\x04\xe9\xe1\x75\xc4\x25\x35\x96\x64\xb7\xd2\xc7\x04\x62\xe2\xba\xf1\x56\x18\x6d\x2d\x87\x85\x0e\xa1\xd7\x07\xe0\x4f\xb9\x99\x3a\x0e\x7e\xd3\xed\x90\x9e\x0f\x3d\xc7\x9e\x1e\x87\xc0\x99\x48\x2d\x8c\xbe\x43\xe0\x60\x48\x1b\x5e\xe3\x76\xb8\x5e\x37\xce\x86\x04\xae\x87\x94\xff\x2e\x16\x86\x9b\x21\x3d\xe3\xa9\xc5\xc2\x56\x0c\xa2\x61\x09\xda\xab\xbc\xdb\xf5\xd8\x88\xb3\x0f\x0c\xaa\xe5\x3d\x69\xfe\x79\xfd\xe4\x1c\xea\xce\xae\xf8\x02\x6f\x65\x31\xda\xbe\xc5\x52\xc8\x09\x19\x5b\x2e\x52\xac\xa0\xd3\x2a\x7e\xc2\xbf\xfa\x72\x48\x9d\x28\x8e\x98\x03\x87\x43\x8a\x51\xb6\x82\xc4\x81\x93\x21\x75\x58\x94\xb1\xc4\x81\xe3\x21\x75\xe6\x2c\xb8\x62\x0e\x9c\xea\xbc\xdf\x87\x14\x03\x88\x05\x09\x73\x60\x6f\x48\x45\x38\x60\x07\xfa\xbc\x0e\x11\x4f\x01\x86\x58\x87\xfd\xbd\x03\x4b\xb4\x2a\xef\x09\x10\x55\x43\x84\x33\x8c\x0f\x1e\xd2\x68\xd4\x1e\x03\x27\x00\x3b\x3c\xe4\x0f\x70\xf4\xcc\xda\x47\x14\xdb\x1d\x85\x50\xdc\xcc\x65\x96\xf5\x9a\x0f\x7c\x3e\xc6\xc1\xd9\x1f\x52\xbe\x48\x7a\xd8\xd6\x20\xb8\x8d\x57\x99\x68\xd1\xb7\x5a\x87\x8f\x43\x3a\xfa\x3e\x84\xbd\x21\xf4\x87\x30\x1c\x8e\xcd\x07\xff\x5d\x90\xb5\x28\xa5\xfd\xe1\x7a\xcd\xff\x0e\x87\x58\xff\x51\x3d\xa3\x4a\x3d\x33\x0a\xde\xe9\xb0\x3a\x0a\x10\x54\xa3\xa4\xab\xd1\x14\x81\xd5\x4d\x1f\x32\x3e\x24\x4a\x74\x33\xa2\x92\x15\xd2\x5f\x7f\xc9\x43\xc3\xe8\xe9\x4d\x6b\x64\x39\x7b\x29\x0b\xcd\x3f\x95\x96\x77\xba\x99\x84\x07\x8a\x69\x32\x2c\xf4\x21\x7c\x4d\x3b\xbd\xc4\xbb\x0b\xd3\x3d\xec\x3e\x9b\xd6\x9c\x08\xc5\xe8\x29\x22\x3f\x2b\xcf\x89\x1f\x79\x09\x84\x52\x76\x36\xa2\x61\x9c\x43\x36\xce\xb9\x54\x41\x53\x2f\xe0\x43\x3a\x47\xbf\x43\x58\xd1\x89\x21\xac\xad\xfd\x52\x0f\x66\x5e\xd8\xa0\xf4\x74\xe8\xba\xfc\xef\x70\xa8\x86\xfb\xe3\x50\x5b\x5a\x43\x4e\xbc\x1f\x87\x23\xb6\xdd\x41\xb3\xb7\x17\x92\xee\x2c\x98\xa7\x7c\xa2\x93\x5e\xec\x45\xc4\x9f\x97\x62\xd1\xdb\x93\xc3\x5a\xe6\xf3\x3c\xc2\xe9\x2f\x22\x79\x03\x3d\xf9\x7a\x99\x47\xfc\x8f\x49\xbc\x08\x53\x19\x18\xf7\x8a\x79\x09\x69\x65\x17\x2c\x12\xc6\x34\x9c\x10\x06\xe1\x98\xc0\xe3\x27\x72\x55\x33\x91\x1e\xb9\x8b\xbd\xef\x43\x92\x43\x38\xb6\x38\xfb\x5b\x29\x66\x40\x68\xe2\x60\x2d\x62\xb1\xef\x65\x28\x32\x6a\x59\x27\x5e\xaf\x63\x98\xe8\xf7\xbb\xc8\x4a\x60\x6e\x32\x4c\xd6\xeb\x09\xc2\xf8\x8b\x0c\x03\xce\x54\x60\x66\xde\xaf\xd6\xeb\x95\xc0\xf3\xc7\xf7\xfb\x2c\x98\xce\xc3\x88\x09\x68\x7f\x53\xe4\xc3\x62\xc1\xa6\x61\x90\xb1\xf9\x2d\x2c\x69\xd8\x52\x4d\x7d\x14\xfc\x08\x23\x00\xc8\xee\xa9\xa4\x2b\x4c\xc2\xd2\x2a\xe9\xdc\x2a\x29\x2e\xbb\xde\x9a\x72\x22\xe1\xcc\x94\x12\x09\x07\x56\x99\x5d\xe4\x72\x68\xfa\x94\x85\x64\xca\x8d\x29\x25\x53\x76\xad\x62\xfd\x68\x8a\x16\x34\x59\x86\x3f\x1e\x9a\x02\xfc\xf1\x04\x1f\x3f\x87\x69\x78\x36\x97\x4e\x32\x53\x38\xa6\xa9\x37\xe0\x7b\xfc\x0e\x81\x53\x7a\xcc\xc9\xf6\x3b\x3d\xe6\x9c\x60\x4f\xbc\xb9\x14\x5c\xa2\x4f\xf7\xf8\xbb\x21\xdd\xe3\xef\x06\xe2\x9d\x00\xa4\xdf\x21\xb0\x4f\x07\xfc\xed\x47\x3a\xe0\x6f\xff\xae\xf2\xe0\xa3\x62\x92\x28\xf8\xb6\x9a\xef\x4b\x4d\x3e\x43\x33\x7f\x19\xa2\x8b\x38\x41\x7f\xd1\x8b\x93\x53\xd0\x87\xaa\x3a\xa0\x4b\x7e\xb5\xe2\xe5\xd1\xbf\xb8\x7a\x8c\x68\xce\x53\x49\x09\x08\x73\x8a\xd0\x58\x0d\x94\xef\xbd\x3e\xa5\xf4\x70\xe8\xba\x1f\xb4\x0c\x9d\xa9\xe3\xbe\x5d\x4b\x0a\xdf\xed\x89\x9f\xfe\x2e\x7a\xad\xfa\xbc\xd8\x49\x7d\xb1\x4b\xab\xd8\xa5\x2a\x76\x69\x8a\x1d\xdb\xc5\x5c\xd7\xd3\x05\x0f\xad\x82\x87\xaa\xe0\x21\x16\x24\xd0\xe8\x08\x5d\xe0\xad\xd9\x65\x3c\x31\x67\x1f\xc5\xe0\x11\xa1\xc6\xbd\xab\x51\xad\x8b\x5a\x18\x44\xc5\x04\x46\xba\x91\x66\x71\x4c\xdf\x2c\x5a\xa5\x6c\x2f\x98\xcf\xcf\x82\xc9\x65\x91\xf3\xe8\xcc\xa8\x1a\x71\x16\x60\x46\x3f\x46\x38\x4c\xd4\xa7\xeb\x62\xc8\xdd\x0c\x21\x24\x50\xff\xee\x9a\xbf\xfb\x07\x5b\x4a\xec\x65\x15\x85\x68\x54\xbb\x2f\xbb\xae\xfe\xc9\xf9\xbd\xeb\xda\x45\x81\x09\x47\x03\x2b\xb7\x57\x13\x4c\x4f\x7d\x41\xe5\x05\x76\x1f\x8c\x98\x80\xf1\x89\xc6\xb9\xf7\x95\xc0\x7b\x9a\x7a\xef\xa0\x43\xf8\xc2\xf9\x2c\x46\xf6\x80\x2d\xe2\xc2\x77\x5d\xa9\x18\x27\x0a\xf0\xb3\x2f\x80\x3e\x95\x38\xa5\x30\x2d\x15\x74\xc0\xf7\x21\x2c\xe5\x65\xfe\xbd\x21\x9c\xcb\x9f\xfd\x21\x1c\x10\x60\x08\x89\x29\x85\x2f\xab\x60\x26\x0b\x2e\x64\x30\x8b\xbd\x21\xdc\xca\x9f\xfd\x21\x5c\x13\xc8\x44\x41\x21\xaa\x59\x05\x23\x59\xf0\x4a\x9a\xd8\xf7\x86\x70\x26\x7f\xf6\x87\x70\x43\x20\x2a\x41\x69\xde\xe5\x38\x13\xfd\x31\x81\x4f\x34\xf5\x8e\x86\x5e\xbf\x28\x74\x86\x33\x8f\x6f\x6d\xdf\x87\x8a\x44\x3f\xb7\xa4\x2c\x68\xce\x03\x5d\x37\xf3\xfe\xf2\x24\x59\x47\xdd\x9f\xb8\x20\xfe\xd9\x75\x3f\x7a\x9e\x01\x33\xf9\x3c\xfa\xa9\x08\x60\xa2\x96\x4d\x24\x64\xf8\xcf\xf0\x17\x27\x78\x5c\x1f\x42\xd9\xd6\xe6\xa5\x9f\x50\x96\x72\x5d\xef\x3d\xb6\x02\x17\x6f\xda\xae\xeb\x15\x4c\x96\x47\x86\x3a\xf4\x4f\x6a\x19\x3f\xed\x09\xfc\xea\xdd\x29\x1e\x83\xb7\xe8\x72\x02\x17\x84\x70\x25\x70\x85\x30\x8c\x3b\x04\xbe\xd1\x4f\x9c\x04\x7e\xa2\x9f\x38\xef\xfc\x9d\xfe\x3d\xf4\x7e\x22\x5d\xcd\x0a\xe8\xef\x50\x92\x1c\xbe\x7b\x99\xbc\xaa\x06\x09\xfd\x5b\xe5\xeb\x7a\x7f\x5b\xc2\x28\xa0\xd7\x4e\x23\x71\xdd\xcc\x75\xe7\xe8\xf2\x73\x38\x24\x20\x9e\x03\x7c\x3e\x19\x12\xf0\x12\xd7\xe5\x43\x3a\x5b\xaf\x79\xde\xa9\x7c\x42\x8f\x1f\x7a\x3c\x44\x14\x40\x0f\x4d\x8a\xdf\x3c\xce\x4a\x08\x8c\xb2\xf1\xfd\x66\x0f\xcd\x3a\x1b\xf3\xf5\x5a\xf1\xc3\x46\x20\x7e\x73\x26\xd7\xe0\xd5\x23\x8f\xe2\xd5\xcd\x21\x80\xd9\x03\x55\x56\x57\xf7\xa6\xf9\x78\x5b\x23\x8f\xdf\x57\xb3\x16\x22\x4f\x5d\x97\xf7\xef\x92\xcf\xbc\xa4\xa3\x13\x8b\x80\x4e\xd6\xeb\x13\xef\x54\x0c\xc0\x29\xf4\xc7\x62\xfc\x7f\xa5\xfb\x8a\x6c\x34\xa1\xba\x2e\xa7\xa0\x3d\x5e\xcf\xaf\xe8\x4f\x63\x54\x34\x5f\xa8\x38\x39\xfc\x4a\xf8\x2a\x80\x9f\xe0\x57\x90\x5e\x36\xa7\x96\x3c\x7b\xda\x3b\xf5\x33\xa1\x25\x7c\x19\xfe\x58\xac\x31\x25\x69\x9a\xbb\x11\x1b\x42\x8c\xd5\x79\xa9\x6f\x3c\xb0\xae\x22\x78\x29\x53\x5e\xed\xf5\x95\xbf\x86\xf4\xcb\x10\xfb\xf8\x61\x58\x77\x7d\xa5\x74\x9d\x43\xd9\x2e\x1b\x4c\x8a\x62\xc3\x60\xc1\xd6\xeb\x46\x46\xf2\xaa\x89\x16\x0d\x62\x66\x44\x8f\x57\xcb\x65\x9c\x64\xe6\xde\xab\xb1\x52\xd6\x19\x29\x43\xca\x5a\x57\x42\xfc\xd1\xb7\xda\x29\x82\xf6\x85\x68\xa1\x14\xfb\xcf\xa1\x94\x1f\x27\x26\x47\xb0\x5e\x07\x18\x08\x71\x16\x27\x13\x76\x84\x03\x85\x01\x11\xb5\x4d\x13\x43\x8f\xea\xee\x63\x04\x52\xe4\x97\xd3\x3d\x8d\x73\x33\xa5\xac\x85\xd0\xcf\x78\xf2\x03\x0b\xca\x3f\x1f\xae\xca\xdb\xf0\x79\xd9\x3a\x8a\x16\x04\x9a\x7a\x6f\x87\xde\x02\xe2\x82\x41\xd4\x42\xa2\x8f\x87\xde\x95\x91\x01\xce\xcd\xde\x27\x40\xe5\x8f\xf6\x8d\xe4\xc4\x15\xf4\x9c\x00\x23\xf0\x8c\xc0\x19\xbd\xe5\xdc\xe7\x80\xde\x72\xee\x73\x4d\x6f\x47\x3b\x63\xb8\xa1\xb7\xa3\xa7\x63\xd8\x35\xaa\xdf\x0d\xe9\xde\xb8\xae\xb7\x6b\xdb\x4d\xb1\x67\x97\xc5\xee\x66\xa4\x7b\x69\x6c\xe6\x98\xe3\x10\x4e\xee\x93\x1b\xae\xcc\xde\x08\xe9\xd0\xd3\xa5\x41\x89\x11\x70\x5c\x8e\x1d\x7a\x27\x27\x51\x7b\x65\x92\x70\xe6\x9d\x35\xc4\xf2\x8d\x34\x4a\xeb\x29\x7c\xef\x1e\xe0\x76\xd2\xfb\x6e\x8c\x0a\xfe\xdf\x43\xef\x80\xf0\x14\x69\x4e\xf0\x0f\xd4\x82\xfd\xae\xac\x0d\x04\x0e\xe9\xca\xd3\xad\x1e\x8b\x56\x8b\x87\xfd\xbb\x43\x6f\xc6\xf7\x3b\xef\x54\x1e\xfa\x9f\x02\x26\x19\xd3\xc8\x59\xc1\x34\xf2\x9d\x10\xf8\x4e\x44\xc6\x19\x38\x02\xb2\xd9\x32\xd3\xcf\x08\x9c\x12\x85\x24\x73\x9d\x13\x38\x91\x68\x9d\x87\xf4\xa6\xb7\x32\x3d\x39\x21\x7e\x63\xe2\xba\x7a\x26\x7a\xf7\x75\xf4\x02\xeb\xf1\xe7\x35\x99\x64\x10\x6c\x79\x48\xa9\x78\x93\xc8\x8f\x67\xc0\xb2\x71\xfc\xbd\xe1\x50\xfc\xaf\xa1\x40\x03\x3a\xcf\xf1\x62\x9b\xde\x44\xc3\x12\xaa\xca\xf1\xf1\x41\x2c\xcc\x9b\x61\xee\x1d\x0c\x09\x7c\x1d\x52\x27\x98\x4e\x1d\x78\x37\xa4\xce\x25\x63\x4b\x07\xde\x0f\xa9\xbc\x6a\xe2\xc0\x67\xfd\xdb\x36\xf2\x7c\x1a\x56\x70\xa4\xcd\xa1\x2c\x17\xdc\xaa\xfc\xc2\xb9\x64\xb7\xf2\x2e\x91\x7f\x27\xa3\xb0\xe2\xd7\xf3\xdf\x12\x7b\x1f\xcd\x84\x24\xb7\xce\x77\xbe\x0d\xb5\xed\xa3\x62\x79\x68\xd7\x5a\x1e\xda\xb6\xe5\xa1\x3d\xf6\x47\x63\x13\x8d\x79\x11\x2c\xbd\x4f\x43\xab\xfa\x9f\xfe\x0b\xd5\xc3\x3f\x3e\x42\x1c\x8d\x21\xa2\xa3\x31\x24\xb4\x8d\x7e\x46\xd2\x2e\x1a\xd3\x6f\x7c\x78\x21\xe0\x7f\x33\xd2\x8d\x6b\xce\xa0\x0a\x9e\xc7\x8d\x0e\x02\xd1\xc7\xaf\xc3\x6e\xac\x6d\xa9\x29\x0d\x46\x31\xda\x52\x53\x3e\xaa\x08\xa7\xc0\x47\xf7\x2e\x79\x1d\xa3\x4c\x11\x69\x2f\x0c\xe9\xea\x91\x40\x5c\x13\xf5\xb5\x3c\xbd\x4c\xd1\x6c\x90\xad\x52\xff\xeb\x10\x4f\xe6\x09\x24\x34\x26\x10\x89\x30\x0e\xf6\x2d\x4b\x2b\xef\xbb\x21\xa2\x5d\x6f\xd3\x0e\x70\xa6\x25\x30\xeb\xf3\x3c\x5b\xaf\xcb\xe5\x8a\x6d\xbc\xe7\xe5\xb0\x28\xfa\x0a\xd6\xf5\xfc\x1f\xf7\x9b\x48\x87\xd0\xbb\xbc\x1b\xd5\x0f\xf3\x95\x89\x42\xd4\x4d\x47\xd9\x98\x7a\xfc\xff\xf5\xba\x4d\xb6\x3b\xe6\xf4\xcb\xb6\x72\xa7\xa4\x35\xc3\x88\xf8\xb5\x1d\x4a\x47\x6c\xfc\xa6\x63\xad\xd0\x49\x7d\xbb\xfc\x33\x2b\xd5\x58\x31\x13\x2e\xd9\xad\x0c\xef\xc1\x3f\x48\x1f\xec\x34\xf0\xd0\x2a\x69\x50\x8a\xc3\x06\x75\x5f\x85\x61\x42\x25\x4d\xf0\x8d\x5c\xd6\x41\xdf\x0d\x89\x1c\x69\x71\xc4\xf2\xfb\x90\x8e\x1c\xb3\x4f\x3a\xe0\x48\x6e\xef\x80\xa3\xb6\x5b\x07\x1c\xb3\xd9\xea\x87\x5d\x69\x62\x76\x2c\x33\x92\x7e\x1a\x08\x43\xb3\x53\x6f\xee\xd1\x2f\x94\x69\x08\xaf\x4e\x59\xd2\x80\x03\x4e\x69\x3f\x77\xc0\x29\x58\x79\xac\xe7\x5d\x69\xa7\x76\x2c\xdb\x0c\x3e\x19\x13\x90\x79\xb4\x32\x2b\xc3\x0d\x3e\x18\xeb\x90\x79\xb4\xf2\x2a\xab\x8e\x33\xee\x36\xaa\x94\xf3\x0f\x79\xc3\x87\x21\x44\x65\x89\x33\x04\x0d\x8c\xf1\x21\x46\x03\xa4\xf6\x0c\xd8\x14\xdd\x36\xc4\xe8\xb6\xd1\x03\xd1\x6d\x2f\xd9\x6d\x3f\xca\xc2\x2c\x14\x2e\x26\x5a\xff\xff\x8d\xdd\x96\x22\xdb\x6a\x8f\xe3\x1a\xd2\x2e\x54\x83\x0b\x46\x3d\x6d\x5c\x9d\x98\x8b\xeb\xf4\x3d\xeb\x6e\x76\x71\xa5\x7e\x16\x2b\x35\x47\xd0\x2b\x3b\xc4\x6c\xf8\xa0\xb4\x6c\xb9\x77\x16\xa0\x44\xac\x9e\x55\x03\x96\xea\x3b\x93\x78\x9b\xc5\x3a\x29\xaf\xb1\xd8\xcd\x55\xd0\x50\x5d\xa8\xb8\x32\xca\x05\x9c\x31\x81\x15\x8d\xd7\xeb\xa4\xf5\x2e\x09\xce\x11\x0f\x76\x66\x1d\xcb\xfe\x3e\xdc\xc0\xea\x47\x6c\x4c\xe7\x23\x36\x06\x79\x52\xc8\x7f\xf3\x75\xaa\x1e\x91\xf1\x54\xf0\xe1\x56\x30\x87\x8a\x93\x98\x92\xbf\x23\xb9\xea\x21\xe6\x1f\x11\xc1\xc8\x11\xcf\xbc\x8f\x73\x1a\x52\x4a\xbf\x0e\xd7\x6b\xfe\xf7\xdd\x70\x93\xd0\x91\x09\x5c\xb2\x99\xd8\xc4\x63\xe4\x49\x4a\x20\x9c\x83\xe1\x1c\x7e\x0c\xe5\xa1\x28\x38\x33\xaa\xdb\x41\x96\x9a\x97\xae\xd7\xa9\x97\x59\x15\xe7\x78\xb5\xda\xa2\x4c\x2f\x16\xd2\x42\x4e\x20\x90\x77\x3a\xff\xa1\x5b\x9e\xf2\x9a\x10\x83\x28\x78\xab\x45\x20\xdf\xb8\xd6\xdd\xad\xa1\xf1\x9f\x86\x5e\x02\x61\x3d\xb7\x57\x97\xc6\x67\x61\x34\xdd\xc8\xc0\xbb\xf6\x32\xa0\x94\x46\x66\x5b\x68\xa0\x57\x81\x98\x92\x06\xa5\x9f\x87\xfc\xdb\xf5\xa3\xd8\x12\x51\xe7\x0b\x4b\xde\x6e\x51\xc5\xab\x4d\xbe\xf2\xf1\x98\x37\x47\xa9\x4f\xe8\xcc\x43\xfa\x61\x68\x78\xc8\x6f\x43\x7b\xbb\x33\xbe\xcd\x91\xd6\xa7\xf0\x96\x8b\x39\xcc\x0e\x0b\x0a\x20\x67\xc4\x7a\x17\x5a\xaf\xbd\xa4\x77\x67\x36\x86\x52\x0c\x7d\xcb\xf3\x96\xe4\x7e\x58\xc8\x19\xe6\x28\xf3\x5a\x42\xda\xbf\xef\xe9\x98\xd2\x21\x79\x5f\xbe\x0b\x8f\x68\x01\x22\x9f\x5e\xca\x1b\xf1\xe9\xa5\x10\x78\x31\xb6\x3e\x7f\xd4\x07\xf7\x32\x9e\x7e\x7a\x79\x52\xfc\x08\xbc\xa0\x53\xf1\xc1\x5c\x99\x75\xea\x05\xeb\xf5\x7c\xbd\xc6\xdb\xcc\x2b\xb4\x2c\xd8\xbb\x9e\xdf\x68\xe7\xf0\xdb\x50\x25\xfa\x81\xe5\x30\x9c\x41\x71\xc0\xfc\x39\xe8\xf1\xf4\x53\x21\x48\x95\xd6\xd8\xaf\x43\xb1\xc8\x56\x46\xd7\x8a\xa0\xb0\x21\xa2\x35\x0b\x2a\xd4\xc7\x87\x47\xab\x1f\x0f\xe0\x88\x4a\x0d\x44\x8c\xa0\x1f\xe6\x50\x54\xb0\x8a\xb3\xc7\x87\xcc\x21\x10\x11\xc1\x98\x79\x5b\x7f\x58\x74\xc4\x06\xf6\xaa\xb2\x05\x23\x46\xac\xa3\xfd\x73\x96\x59\x07\xfa\xc7\xb7\x8b\xb3\x78\x9e\xaa\x4b\x0f\xf7\xe5\xc1\x0b\xc3\xae\xeb\x25\xb8\xba\xaa\x02\x92\xfc\xd2\xda\x2a\xf6\x59\x3a\x49\xc2\x65\x16\x27\xd8\xc7\x16\x8b\x56\x0b\x96\x04\x67\x73\x86\x63\x2f\xe4\x50\xb9\x59\x46\x90\x68\xe3\x8c\xe5\x84\x97\x0d\x8a\xc2\x77\xa7\x9b\xbd\x2e\xef\xf1\xdd\x6c\x7b\x5b\x0d\x80\x30\x2b\x99\xbd\x3d\xb3\x37\xfa\x0c\xf1\x7f\xb2\x7f\xed\xf4\xd8\x40\x0e\x8c\x17\xa1\x03\x74\xbd\xd8\x96\x0c\xc4\x49\x9d\xbc\x17\xee\x3f\xf0\x91\x69\x4f\x66\x10\x2e\x23\x32\x43\xc8\x52\x8f\xc1\x43\x45\xbd\x88\x10\xdf\xee\xd5\x86\x2e\xd5\xb5\x70\x8b\xbd\x7c\x68\x06\x22\xc8\x50\xda\x54\x83\x6c\x05\x08\x8b\x06\x96\x90\x10\x0d\x68\x9d\xf3\xa0\x20\x07\xd7\x75\x52\xfc\x51\x79\xd3\x0a\x33\x96\x04\x59\x9c\xf4\x6a\x04\x0f\xe5\x80\x98\xd7\x21\x33\x70\xfd\xf5\x9e\x06\xd1\xe7\x32\xcd\x92\xd5\x24\x8b\x13\x4a\xa9\x4e\x6f\xa8\xdf\xc6\x6f\xa5\xa7\x7a\xe7\xeb\x16\x01\x3f\xce\xf2\x45\x1d\x94\x9c\xbc\xb2\x2d\x54\x93\x37\x0f\xac\xf6\xec\x36\xe4\xeb\x37\xda\x30\x89\xa3\x59\x78\xbe\xd2\xcf\xd7\x49\x98\xc9\xdf\x39\xf1\xf1\x82\x4e\x04\xc2\xb5\x27\x1c\xd0\x3b\xe1\xdd\xe5\x3b\x4d\xe1\xd2\xd5\x74\xe0\x20\xfe\xee\x3b\xcd\x45\xfc\xbd\xe9\xc0\x22\xe5\x3f\xd3\xa6\x03\x87\xbe\xd3\x8c\x9b\x8e\x75\x5e\x1c\x0f\xc4\xa1\xb9\x16\x63\xff\xd0\xde\x37\x7f\x0c\xbb\x7f\x0c\xa9\xe3\xc8\x80\x14\x9b\x1c\x8e\x96\x0e\x11\x8e\x46\x5d\xbd\x90\xf8\x47\x87\x03\x92\x6d\x0b\x1f\x29\x8c\xe0\x2d\x5d\x3f\xff\x18\x52\x83\xd5\xf2\xc7\xd0\x0c\x5d\x30\xb0\x3c\x04\x06\x1e\xe9\x59\x81\xd0\x07\x1e\xb1\xdd\xad\xd4\x00\x3a\xc4\xb7\x5c\x75\x74\xaa\xa9\x33\x7d\x54\x9d\xd8\x3d\x55\x15\x3e\x58\x3e\xa9\x05\x06\xc8\xfb\xd8\x8d\xf0\xac\x0a\xbf\x78\x14\x8d\xa9\x0a\x53\x5e\xec\x83\x44\xd6\x93\xf9\x5a\xd5\x1c\x34\xb3\x23\xdb\xcd\x0b\xcd\xa4\xf7\x34\x83\xfd\xab\xab\x9d\xbf\xc0\x4a\x71\x83\x1b\xc0\x6c\x40\x9f\x2c\x82\x2c\x09\x6f\xfe\xf4\xbc\xd6\xcf\xe4\x4f\xf2\x04\x2e\x74\xda\xd3\xa9\x4e\x35\xb4\x30\x1d\xd8\x9b\xb3\xa8\x5b\x5a\x9c\xba\xa5\x67\xe5\x57\xc4\x64\xb4\xff\xf7\x18\x71\x02\xca\xb9\x32\xf3\x89\xcb\x41\xf1\x2e\x1c\x5e\x74\x53\xa6\x25\xfe\x41\x03\x2f\x53\xd7\x0c\x6a\x1d\xe3\x92\x9e\xe7\x44\x78\xab\xcd\x5a\xc7\x09\x6e\x1e\x66\x5a\x13\x70\x96\x37\x0e\x21\xc0\xe9\x59\x8f\x5f\x36\xa6\x09\x21\xfe\x4a\x8c\xb2\xa6\xd3\x70\x0b\x71\x3f\xb2\x92\x43\x9a\x17\x12\xd7\xc5\xee\x86\x90\x8d\xc2\xb1\x35\x4f\x8b\x41\xf1\xda\xa4\xb3\x0c\xce\x99\xd9\x50\x7b\xce\x37\xc7\x77\xbe\x3a\xe0\x48\xc4\x18\x32\x86\x84\x3a\xe9\x24\x89\xe7\x73\x3b\xdb\x09\x46\xe5\x1f\xb0\x59\xe6\xe0\x3e\xaa\x3e\xcc\x7c\x6d\x64\x6c\xeb\x6a\xe1\x75\x2b\xb9\xbc\x88\x86\xfa\xb5\x5c\x90\xf2\x82\x55\x84\xd7\xf7\xa7\xb7\xfc\xb1\x66\xe7\xbb\xb2\x99\xf2\xa2\xc8\xc4\xce\xcb\xef\xf0\x26\xa0\x7e\x7d\x6b\x51\x49\x45\x4a\x86\x08\x12\x14\xe0\x0a\x21\x6d\x50\x19\xe3\xbd\xe1\x7a\x98\xeb\x56\xfa\xac\x65\x4d\xe1\x9a\xbb\x21\xe6\x09\xc1\x40\x2b\x28\xd4\x67\xf1\x12\xee\xf8\x93\x1f\x35\x69\x20\x83\x6a\xf2\xe1\x5c\xaf\xe3\xc2\x53\x1b\xb2\x78\xe9\x27\x26\xd3\x49\xbc\x34\x79\xf0\xa1\x9d\xe7\xc2\x9d\xbc\xdc\xe9\x84\x6a\xf9\xfb\x73\xc8\xae\xd1\xb4\x85\x4e\xc3\x5f\xd0\x37\xd3\xc4\x15\xc5\xb8\x9a\xf4\x6a\xe0\x25\x04\xb0\x6f\xdb\xf4\x5c\x3c\x98\x51\x3b\x2b\xec\x82\xe2\x78\x8a\x59\xd6\x03\xe6\xba\x8c\x52\xd6\x12\x7e\x9f\xa6\xdc\x81\x5d\x0e\x2b\xe9\x19\x8a\xf0\x5f\xa1\x29\x30\x8a\xa7\xec\x84\x6f\x50\xcc\x2f\x7d\x03\x32\x83\xeb\x01\x3a\xce\x1f\xb1\xf3\xfe\xcd\xd2\x73\xfe\xc7\x80\x6f\x3f\x19\xfd\xd9\xdc\x1e\xf7\xbc\x9e\xff\xe7\xf4\xe7\x3f\x5b\x6b\xf2\xe7\x74\xdb\xeb\xf9\x23\xd6\x1f\x8b\x37\x7f\x4e\xb7\xd7\xe4\x49\x2b\x8d\x57\xc9\x84\x81\x43\xbc\x5e\x63\x79\x43\x46\x41\xf3\xfb\xbf\xc6\xdb\x3f\x39\x04\x9c\xd0\x21\x70\x33\xa0\x4f\xfe\xc7\xcb\xe2\xe5\x1a\x23\xe2\xac\x45\xf0\x9c\x35\x86\xc5\xf9\xc9\xe2\x2f\xbb\x03\xdb\x7d\xd2\xe1\xef\x31\x40\x6e\x2f\xc3\x73\x8c\x34\x3d\xe2\xc5\x7b\x0e\xd6\xe2\xf8\xcc\x57\xe9\x6f\xb1\xc2\x9e\x23\x2a\x76\xec\xf0\xa3\x97\xd6\xf8\x58\x35\xaa\x3a\xe4\x5f\x91\x86\xaf\x7d\x27\x8b\x97\x32\x41\xd5\xa7\x7e\x88\x54\xfe\xde\x17\x13\x63\xda\x39\xd4\xec\x0b\x75\xeb\x70\xc2\x33\x23\x93\x70\x14\x2a\x9a\x43\x2c\x9e\xac\x12\xa9\x93\xb0\x39\x3a\xdf\x3b\x0a\xb4\xb5\xf9\xea\xd5\x2b\x08\xc5\x9f\x98\xee\x0e\x3c\xd1\x31\x88\x08\x04\xf8\xc8\x3b\xc0\x9f\x52\x7a\x39\xf0\x62\x02\x13\xfe\x37\x20\x5d\x91\xaf\x41\x69\x8c\x5c\xef\xd5\xab\x57\x04\x30\x73\x83\xd2\xc0\x75\xbd\x10\x93\x24\x5e\x8b\xe3\xc0\x8a\xe2\x5a\xed\xca\x06\x84\x7f\x32\x16\x40\xbe\x87\xd8\x71\xb5\x86\x9c\x4d\x9b\x96\xd0\x5b\x39\x47\xe5\x3b\xe1\x98\xaf\x9b\xf5\xda\x71\x00\x77\x49\xb1\x23\x10\x02\xa6\x35\x6b\x0b\x4b\xc7\xbc\x47\xea\x29\x1e\xd7\xf1\x6c\xdd\x35\xab\xdc\xa4\x50\x2e\xb0\xcb\x85\xaa\x1c\xee\x5b\xf8\xd9\x33\xf1\xc5\x70\x81\xde\xce\x92\xcd\x4f\x05\x9b\xc7\x4b\x71\x25\x4e\x3f\x95\x67\x5a\x4b\x3e\xee\x53\x3e\xe6\x0b\xaa\xa9\x68\xda\x4b\xfc\x10\xae\xe8\x6a\x34\x1d\x37\x67\xa3\xe9\xb8\x7b\x31\x5a\x8e\xe9\x12\x5f\x2d\xb6\xaf\xfc\x45\xf3\x2a\x47\x12\xb8\x90\x7d\x80\x8d\x23\x8d\x23\x24\xef\xbb\x9e\xdb\x9d\xbb\xdd\xdc\xb9\x5b\xd9\xb9\x33\xde\xb9\x5b\xde\xb9\x03\x9a\x8d\x6e\xc7\xcd\xd5\xe8\x76\xdc\x3d\x1f\x9d\x8d\xe9\x2d\xa5\xf4\xac\x77\x31\x3a\x1b\x6f\x1f\xf8\xfc\x4f\xf3\x40\xf4\xe8\xdc\x62\xd8\x27\x85\x4d\x4b\x0c\x50\x5d\xd4\x41\x79\x6d\x05\x6f\x98\x2c\x96\xab\x8c\x4d\xf1\x8e\xb2\xc7\x84\x4b\x07\xc8\x50\xc4\xaa\x7f\x02\x21\xca\x92\x4a\xc8\x7a\x5d\x93\x81\x0b\x33\x02\xf9\xc2\x75\x05\x89\x18\x68\x8c\x04\xa1\x4a\xa4\xb7\xf4\xe8\x7f\xda\xcd\x57\x7f\x36\x5b\x30\x7e\x72\x0e\x0e\x17\x2a\x97\xf3\x30\xf3\x1c\x70\xb4\xc1\xe6\xa6\x10\x28\x78\xd4\xd9\x19\xaf\xd7\xc9\xe8\xd9\x18\xda\x04\x6e\x4b\xef\x9e\xe2\xbb\xe7\xfc\x9d\xba\x84\x75\x77\xe3\xb7\xe1\xd6\x97\x0c\x3f\xa4\x77\x37\x7e\xd2\xba\x81\x5b\x3f\x69\xdd\xe6\xdd\x02\xd9\x86\xad\x1b\x9a\xb4\x6e\xb6\x05\x73\x6f\x8a\xd8\xc9\x45\x0a\x0d\x5b\xb7\x34\x69\xdd\x6e\x23\xc7\x6f\x62\x08\x66\x02\x75\xc6\xa8\x87\xc6\x95\x8f\xc2\x03\xe3\x5a\x93\x41\x8f\x6b\x62\x8d\xab\x75\xf9\x3a\x69\x2d\xf0\x88\x7a\x36\x20\xdd\xb8\xe7\x79\x21\xf5\x62\x1a\x8f\x3a\x63\x7b\x60\x37\x1a\x73\xad\xb1\x64\xd0\xc1\x38\x80\x64\xf4\x6c\x4c\xb3\xd6\x0d\x84\xa3\xe7\xfc\xc7\x2d\xa0\xd4\xea\x08\x81\xd2\x6c\x2a\x61\xeb\xaf\x38\x8c\xb0\x7a\x11\x55\x8f\xf8\xbc\x75\xd5\x9f\x8b\x01\x19\x75\xc6\xff\xb8\x0f\x9d\x1d\xd5\x89\xce\xd3\x6a\x2f\x9e\x4e\xef\xeb\x87\x38\xf8\x15\xf9\x71\x78\xe7\x41\xc6\xbe\x7a\xd6\xed\x94\x1b\xce\x52\xc8\x96\x7e\xf9\xcd\x8a\x11\xc8\xdb\x2a\xbe\xfd\xc3\x6b\xf3\x7a\x73\x2e\x29\x5a\xeb\xed\x58\xae\x37\x73\x6f\x02\x2f\xaa\x29\x7b\x02\xde\x57\xf3\x18\x46\xa7\xd7\x65\x4e\xed\x6d\xec\x2c\x4e\xa6\x2c\x69\x9e\xc5\x37\x9c\x0d\xa1\xd4\xea\x9c\xc5\x37\xc7\xe1\x77\xbc\xbb\x9e\xdf\x7b\xb1\xd3\x5b\x0d\x36\x51\x5c\xcf\xa6\x4e\x4b\x12\x87\x90\xf3\xd8\x98\xa2\xac\xa1\xec\x62\x09\x4d\xb8\xa0\x64\x09\x40\x1b\x29\x98\xe0\xde\x93\x54\x69\x34\x23\x7c\x0d\x66\x68\xd9\xdc\x60\xa7\x95\xc7\xed\x58\x1f\xaa\xe3\xd6\xf3\x28\xc3\x33\xcf\xeb\x41\x2b\x63\x69\xe6\x45\xc4\x75\x1b\x37\xf2\x21\x23\xaa\xfb\x72\x6f\x40\x2c\x0d\x14\x10\x63\xca\x5a\xc9\x2a\xca\xc2\x85\x00\x59\xc0\xd4\x6e\x4d\x5a\xa9\x79\x29\x5e\x8a\x57\xce\x2c\x8e\xb2\xe3\xf0\x3b\x43\x65\xa3\xe7\x74\xd8\xc2\xf1\x23\x2e\x50\x46\x34\x69\x2d\xc3\x1b\x36\xe7\x12\xe6\x36\xdf\x82\x54\x99\x10\xea\x1a\x89\xf5\xad\x15\x74\x99\x73\x82\x55\x16\x3b\x7e\x24\xaf\xbc\x7e\x1f\xd0\x91\xb3\x08\x92\xf3\x30\x72\x40\xce\xbc\x03\xce\x32\x98\x72\xf1\xd7\xb1\xee\x26\xec\x15\x15\x28\x40\x54\x84\x58\x7d\x3e\x6e\x28\xc9\x06\x85\x26\xc1\x19\x1a\x25\x63\x1a\x8f\x92\x31\xf0\xff\x10\xb3\x8a\x98\x52\xd2\x85\x8f\x11\xd8\x54\x1e\x4b\x85\xa8\x4f\xe8\x3e\xf5\xcb\x7d\x82\x18\x02\xda\xc6\x6a\xc5\x95\x20\x75\x12\xde\x0d\xb7\xb7\xf9\x2e\x97\x50\x54\xa9\x78\x86\x98\xb6\xbb\xf1\x6b\x75\x85\xa8\x1b\x2b\x3b\x9b\x8a\x4d\xd0\x4d\xa9\x1a\x10\xf4\xad\xb7\x24\x06\xbd\x28\xa3\x51\x3c\x06\xe7\x4b\x38\xcd\x2e\x1c\xe2\x27\xdb\xf8\x1c\x6c\x53\x8b\x77\xe0\xfa\x49\x09\xe1\x92\xbe\x02\xbf\x42\xb9\x78\x38\xa0\x77\x9c\x64\x51\xa6\xaf\x8b\x00\xd3\x9d\xc6\x77\x19\xed\xa0\x2f\xb0\x16\xb2\x5d\x37\x6b\x5d\xc4\x69\xd6\x13\x7f\x30\xfe\xbf\xba\x49\x98\x5f\x5f\x84\x73\xe6\x65\xae\xdb\x69\x14\xcb\xbc\x2a\x3c\x9b\x18\x66\xb9\x65\x8a\x19\xd4\x69\xc8\x28\xf2\x2b\xb5\x18\xc3\x39\x0a\x82\x1c\x0e\x5a\x57\x21\xbb\x5e\xc6\x49\x86\x5f\xef\x31\xe2\x5b\x69\x42\x1f\x97\x56\xda\xa2\x96\x50\x5f\xd9\x34\x9e\xd8\xf5\x4c\xe3\x89\xa9\x42\x28\xa2\x76\x81\x91\xd0\x5d\xc1\x41\x89\xdd\x19\xfb\x23\x54\x69\xc1\x11\x92\xba\x33\x86\xb8\x90\x7f\xa3\x4e\x27\x22\x54\xfa\x9b\xdf\x8b\x50\x96\x10\x50\xe4\x90\x90\xd2\x76\x57\x79\x12\xc6\xd6\x11\x53\xbc\x5e\xc7\xaf\x69\x5b\x40\x8b\x48\xa0\x5c\xed\xb9\x9a\x52\xa9\xf9\x93\xe2\xa1\x94\xc6\xc8\x79\x8d\x05\x53\x6a\xec\x05\xeb\x75\x9b\x37\x66\x91\x51\x4a\x30\xcd\xa0\x36\xa3\x0c\x1e\xf4\x3a\x7e\xb3\xa3\x3c\x07\x4c\x4c\x0d\xe1\xd9\x16\xaf\xd7\xea\x34\xbf\xd9\x41\x1a\x9e\xf4\xe6\x4d\x5c\x34\xa3\x9a\xb5\x0e\x21\xf1\x53\x7f\xd2\x13\x59\xe7\xfe\x7c\xdb\xdb\xc1\x9f\xa5\x22\x98\x51\x26\x49\xd6\xc1\x93\x88\x9f\x6e\x63\xea\xf7\x81\xf6\xa5\xe0\x1b\xd3\xf1\xc0\x1b\xc9\x25\x02\x8e\x98\x55\x67\x5c\x3c\x63\x18\x0e\x46\xce\x34\x9e\x14\xae\x6d\xd6\x9d\x73\x69\x53\x84\x8d\x72\xb7\x08\x6e\xbc\xa8\x62\x86\x28\x5b\x3d\x18\x19\x43\x24\x4c\x12\x75\xaf\x78\x0f\x14\xf1\xda\x2f\xbc\x88\x90\x7c\xe3\xdb\x9a\x4e\x3a\x42\xb5\xb7\x72\xa1\xc5\x40\xc7\xec\xe4\xdb\x04\x9a\x22\xb8\x88\x54\xee\xb4\xbe\x38\xee\xec\x1d\x1f\x77\xf8\x66\x17\xa0\x2a\x90\xe0\x51\x72\x90\x1d\xc4\x53\xe6\xba\xf1\x7a\x1d\xba\x6e\x38\x8a\xc6\xeb\x75\xac\xaf\x4d\xef\x0f\xe8\x9d\xd2\xfa\x7c\x27\x38\x4b\xe3\xf9\x0a\x41\x7a\xc3\x34\x3c\x0b\xe7\x61\x76\xeb\x3b\x17\xe1\x74\xca\x22\x07\xb4\x7b\xd8\xd9\x3c\x9e\x5c\xda\xf6\xd8\x8f\x83\xff\xe2\x25\x78\xb5\x51\x64\xa3\xb6\xf6\x9c\x6a\x23\x56\x9a\xb0\xda\x21\x51\xf4\x12\x3a\x18\x14\x21\xa6\x33\xe2\xef\x0d\xbc\x10\xf6\x07\xc5\x8b\xe2\x35\x19\xd1\x97\xc7\x6c\x08\x7f\x97\x65\x9f\x0d\x3b\x52\x24\x70\xa6\x22\xbe\x0f\x45\x26\xa6\x16\x13\xc4\x7a\x2d\x89\xf5\xa2\x96\x58\x95\x81\x72\x72\x11\x24\xbb\x99\xd7\x26\xc5\x9b\x94\xdb\x4c\x52\x7f\x87\x74\x39\xdd\xc4\xab\x8c\x25\xd6\x05\x65\x9b\x68\x6c\x4b\xbd\xeb\x7e\x1c\x78\x19\x30\x88\x7a\x6d\xbf\x23\x51\x10\x22\x8b\x8d\xb1\x87\xd9\x1e\x6f\x90\x15\x1a\xd0\x97\xed\x34\xbe\x91\x66\x12\x61\x2f\xeb\x79\xa7\x03\x0f\x35\xf1\x70\x9b\xf6\x79\xf3\x23\xcd\x0e\xc0\x2c\xf7\x88\x10\x58\x8a\xce\xf1\x65\x2e\xbd\xee\x4d\x8f\x9b\x1d\xa2\xc9\xf0\x48\xec\x6a\xc2\x46\xe5\x97\xaf\x01\x70\x11\x4b\x11\x3d\xff\x6d\xfc\xeb\x35\xea\x99\x0e\x3d\x5c\xb0\x24\xad\xd7\xcc\x18\xbc\x0a\x56\xb1\xac\x60\x15\xcb\xe1\x9c\x65\xaa\x90\x7f\x30\x50\x88\x3d\x65\xd1\x33\x9c\xd5\xc3\x2a\xe8\x7e\x08\xd3\x45\xa3\xa6\x5c\xd4\x0a\xcf\xa3\x38\x61\xc7\x17\xc1\xa5\x02\xae\x97\x6a\xad\x92\x01\x5b\x59\xfc\x2e\xbc\x61\x53\xaf\x2d\x70\xe5\xb3\x78\x69\x27\x05\x34\xab\x64\x4b\x85\x59\xd1\x4a\x42\x24\x36\x8a\xa6\x95\x98\x6f\x18\xb2\x67\x79\x64\x5b\xab\xb8\x6e\x56\x30\x52\x69\x43\x91\xaf\x5e\xe8\x43\x06\xd7\xe5\x4a\x5b\x18\x6d\xe9\xa3\x14\xce\x88\xc4\x9e\xd3\x93\x5a\xba\xaf\xcb\xe7\xe2\xef\x7a\x7d\x97\x93\x1c\xc2\x54\xce\xe8\xd9\x00\x58\x30\xb9\xf0\x8f\x07\x30\x49\x53\x7f\x39\x80\xc9\x3c\x8e\x6a\xb0\xd8\x20\x52\x76\x06\x71\x08\x45\xca\x17\xaf\x05\xe1\x19\x70\x6a\xc4\xf6\x6b\xc5\x57\x2c\x99\xcd\xe3\x6b\xf2\x70\x49\x9d\x17\xab\xb0\x9f\x0c\xac\x48\x0e\x8b\xf0\xc6\xff\x7b\x00\x9a\x26\x8f\x91\xf9\xf3\x85\x54\x77\x5e\x87\x86\xe9\xbc\x9c\xfb\x24\x5e\xd6\x65\x3e\x17\x99\x17\x2c\x39\x2f\x38\x0b\x19\xfe\x89\x3e\xac\xed\x4d\xc7\xba\x47\x83\xd6\x22\xbc\xe1\xe3\xfc\xba\xbd\x5e\x97\xb3\xbc\xa6\x99\xba\xe0\x62\x9f\xf2\x5a\xcc\x0a\x0a\x22\x98\xdf\x86\xa2\xf8\xe5\xb7\xf3\xee\xdf\x03\xef\x68\x00\xc3\x81\x58\x9c\x6f\x07\xf4\x68\xd0\xd2\x42\xa7\x61\xfb\x5f\x06\x72\x85\x1e\x0d\x5a\x6a\xaa\xd1\xba\x56\x2b\xbb\x19\x4f\x06\x3e\xcb\xa2\x46\xb5\xe6\x3c\x04\x07\x9f\xde\x42\xc2\x5f\x4c\xd2\xb4\x68\xa2\x94\xb0\xe7\x33\x4e\xe3\x8e\x08\x3e\x61\xf6\x2a\xfe\xac\x85\xcd\x8b\x6c\x81\x07\xb1\xa2\xf5\x61\xb0\x28\xc1\x4c\x88\xf8\x86\x6f\x71\x99\x22\xad\x50\xf1\x3b\x73\xdd\x4c\x1c\x50\x15\x85\xde\x2e\x66\xc8\x08\xd7\x02\x94\x0d\xb5\x81\xb1\x8f\x65\x3f\x33\xbb\x9f\x1a\x71\xca\x1c\x0e\xa8\x1b\xf0\x7f\x6d\x1a\xc4\x0f\x15\xc5\x5b\x9c\x11\xb4\x41\x44\x6a\xef\x3c\x11\xc7\x01\x6d\x90\xe1\xdd\x3b\x4f\xda\x39\x24\xf4\x8b\xe4\x1d\x95\x81\xc4\x73\x8b\x02\xb3\x0b\x0b\xcc\x4e\x82\x24\x4f\x6f\xd1\xa5\xac\x72\xa8\x21\xd0\x26\x9b\x5c\x17\x88\x82\xab\xf0\x3c\xc8\x62\xf4\xd8\x4f\x76\xcf\xf9\xe2\x57\xd7\x91\x9d\x83\xe3\x0f\x7d\x87\xb8\x6e\x5b\x48\x1a\x28\xbf\x20\x45\xad\xd7\x89\xb8\x26\x91\x08\x81\x55\xfb\x6c\x52\xaa\x06\x2d\x01\x47\xad\x3b\x87\x08\x68\x2f\xab\x08\x11\x7e\xb9\x1a\xb4\x68\xc2\x8b\x09\x8e\xec\x25\xa4\x3b\x91\x47\x17\x89\x75\x66\x02\x13\x71\x82\x91\x98\x33\x12\x40\xe3\x16\xb5\x84\xbd\x2c\x5e\x8a\x7c\x04\x22\x11\x06\xdf\x20\x7c\xcb\x04\x90\x95\x17\x3e\x88\xa0\x08\xc8\xc7\xde\xce\x2f\x52\x64\xc3\x2a\xbf\x58\x42\xbc\x00\x6a\xd1\x56\xe3\x73\xd1\x4b\x11\x75\x1f\x67\x2f\x11\xa7\x9e\x73\xe1\x55\x7f\xff\x12\x5a\xaf\xbd\x39\x2d\x5b\xe9\xa1\xb0\x06\xea\xd6\x4d\xad\x69\x5f\xac\x22\xb9\xf1\xae\x24\xfd\x94\xb9\x9c\x17\x13\x98\xd5\xbc\x3b\x89\x97\xfc\xd5\x05\x7f\x55\x54\xe5\x62\x02\x53\x3b\x55\x6a\x62\x31\x81\x25\x4d\x5b\x42\x78\xc6\x9c\xb0\xd0\xcf\xf2\x00\xf6\x6a\xa3\xb5\x31\x10\x07\x8d\x52\x02\xa5\x94\x5e\x69\x86\xfd\xd5\x75\xbd\x25\x02\x5d\x46\x2c\x91\xf3\x54\x9b\xf1\x9b\xeb\x7a\x0b\x95\x51\x4d\x90\x1c\x96\xba\x01\x9a\xa3\x9f\x5f\x49\x06\x79\x14\x87\x93\x50\xa7\x59\xcd\x9a\x8c\x68\xa6\x18\x1c\x4e\x37\x9a\x30\xe8\x5f\xc2\x76\xe5\xba\x32\x78\x1c\xff\x93\x75\x31\x3d\x11\x2c\x47\xb3\x3c\xb3\x72\x2c\x76\x23\x9b\x6d\x2b\x97\xbd\x4e\xce\xf5\xee\x0d\xc4\xb7\x22\xf5\x4b\x62\x76\xcf\x72\x58\x6d\xdf\x4f\xfd\xb3\xed\xa9\x85\x2e\x76\x6e\xaa\x5e\x62\xd1\xee\xc6\x8a\xcf\xd5\x5d\x26\x5d\x42\x56\x76\x4f\x63\xb7\xe6\x4c\x98\x77\xfc\x0d\x6d\xbb\xae\xf8\x36\xf9\x53\xe4\x7b\x83\x6f\xf9\x33\x36\xf5\x46\x64\xe9\x45\x02\x8d\xc4\xdc\x02\x1f\x14\xce\x7f\xbb\x0f\x4f\xb2\x94\x89\xed\x45\x81\x5b\x87\x64\xd8\x1b\x16\x52\x48\x90\x7d\xd7\x2f\xa5\x90\xe4\x62\x2f\x2c\xae\xa5\x90\x88\x8d\xb0\xb4\x96\x42\x69\x0c\xce\x2c\x86\x88\xb4\xc5\x1f\xb9\xc2\xa0\x8c\x21\xa2\x34\x26\x19\x83\x88\x16\x84\x51\x37\xa0\x11\x64\xd2\x4e\x41\x13\xfb\xcc\xf7\x5d\xe1\xe0\x25\x33\x0a\x0b\x6a\xa4\xf2\xa9\x43\xf0\xbc\x1c\x6b\x42\x73\x9e\xb6\x78\x48\x83\x64\x4a\xf9\xc6\xbb\x54\x8a\xe9\x44\x98\x11\xd3\x6d\x1a\x3f\xd9\xf1\x9d\x33\x7c\x74\x5d\x8f\x27\x10\x10\xaf\x93\x5e\xb0\x4d\x43\xfe\x5a\x98\xce\x5c\xd7\xe3\x09\x44\x9e\x99\x07\x38\x8c\xa9\x05\x77\xf6\x7e\xa0\x20\x94\x0d\x6e\xc4\x3b\xae\x5b\x44\xa3\xce\x98\xcb\xcb\xf8\x29\xd1\xa8\x3d\xe6\x82\xf2\x28\x10\xa7\x22\xb1\xe8\x60\x80\x07\x20\x31\xff\x5f\x69\x99\xa2\x1d\xa4\x3b\x84\xa1\xf6\xc4\xb7\x34\xd3\x51\x7b\xbc\x9d\x8c\xda\xe3\x66\x88\x75\xf1\x7e\x14\x72\xf1\x9a\xd2\x51\x87\x67\xea\xf0\x4c\x9d\xb1\x8d\xca\xf6\xb9\xec\x5e\x25\xaa\x7d\x2d\xe8\x72\xbd\x16\x8f\xdb\x72\x5e\xde\x48\xb2\x35\xe5\x3f\x55\xcb\x67\xf1\xf2\x35\x52\x39\x2f\xcd\xf7\x1f\x35\x95\x6f\xd4\x22\xb0\x2e\x30\x95\x0c\x74\xe6\x3a\xd2\xd1\xa0\xc5\x85\x72\x8f\x95\xd0\x7e\xc4\x5d\x18\xa6\x0f\xb9\xb2\x5a\x34\xa0\x48\x78\x80\x97\x75\xe9\x9f\x06\x45\xb4\x21\x2e\x65\x37\x11\xd6\xda\x3a\xff\xfe\xbd\x90\xc9\x7b\xf2\xaf\x9f\x9e\x08\x03\x39\x23\x3d\xb4\x5e\x7d\xe0\x5c\xb3\x95\xae\xce\xc4\xd5\x38\xaf\x0d\x06\x33\x9f\x40\xa7\x8d\xf1\x36\x7e\xce\x7c\x93\x99\x27\xa2\xb5\x54\x37\xf2\xab\x6c\x04\x41\xca\x78\x8b\xa3\xf6\x18\xe4\x28\x13\x40\xb4\x32\x4c\xed\x8c\xf5\x4a\xb0\x8c\xc4\xbf\x0d\x0c\x3e\xb7\xf2\x57\x17\x20\xf2\x18\xcc\x56\xac\xbe\xf5\x7a\xd4\x86\xf6\x18\x83\xda\x0a\xc8\x88\xc3\x42\x7a\x4a\x8d\xba\x01\x13\x1a\x49\x9f\x04\xae\x96\xc6\x74\x34\xd6\x6e\x5d\x9c\x58\xcd\x63\xa0\x4e\xc3\xef\x72\x58\xd1\x36\xcc\xe8\x87\x81\x37\x81\x86\xd7\xf0\x52\x2e\x50\xdd\xe5\x64\xbd\x6e\xa4\xad\x60\x7e\x1d\xdc\xa6\x6f\x6f\x3f\x4b\x2e\x41\xf8\xbe\xfc\x75\xe0\x4d\x48\xf7\xd7\x81\x17\xc3\x05\x81\x5f\x07\x5e\x00\xf2\x4e\xec\x94\xbe\x1f\x78\x17\x90\x09\x7b\x37\xdf\x96\xb9\x26\xc1\xb5\x10\xef\x02\xa6\xb8\xd1\xce\x10\x1c\x2f\x98\xfe\xb5\x4a\xb3\xaf\xeb\xb5\xfa\xf9\x8d\xb8\x6e\x82\xdb\xa0\x7e\xe9\xba\x9f\x07\xde\x14\x2e\x60\xa6\xc0\xbd\xe8\xb7\x81\x17\xc2\x93\xd1\x3c\x19\x3f\x39\x0f\xe1\x6e\xce\xd7\x31\x24\xbe\x33\x77\x72\x02\x57\xf4\x27\xde\xa5\x36\x81\x73\xfe\x2b\x80\x36\xe9\x7a\x65\x35\xb9\xb0\x3e\xd4\x42\x28\x2f\x10\xb9\x6e\x72\xe2\xc9\xcf\x59\xc0\x15\x9c\x13\xec\xca\x7a\xed\xad\x68\x07\x42\xba\x80\x98\x5e\x41\x40\xcf\x49\x6e\xf5\xfa\x9b\xeb\x7e\x2a\xf6\xfa\x56\xf5\x3a\x3b\x13\xbd\xce\x38\x73\x82\x33\xdf\xc9\x78\xaf\xcf\x44\xaf\x3b\x04\x0e\x44\xaf\x3b\xf7\xf5\x9a\xef\x49\x6a\xfd\x95\x17\xa6\x58\xae\xa6\xd3\xb7\x70\x06\x07\xa5\x4e\xdf\x42\x4c\xcf\x20\xa0\x07\x24\x5f\xb9\xae\x57\x9e\x2f\xa9\xf7\x2d\x61\x2a\x65\xb7\x6b\xaa\xe7\x00\x6e\xa8\xfe\x32\x3c\x7d\x5a\xaf\x6f\xc4\x17\xee\xd2\xb0\x7b\xed\xba\xde\xee\xbd\xf3\x43\xe0\xc6\xce\x53\x3b\x1a\x9c\xe5\xef\x3e\x9e\xf8\xf3\xb9\xa2\x15\x6a\x51\xcd\x35\xa8\xe4\x6f\xd4\x9a\x96\x1b\xf0\xe6\x86\xee\xe6\x16\xdd\x79\x4b\x5a\x1c\x70\xb3\x20\xb9\x48\x34\x8f\x23\x26\x74\x9e\x3b\x61\x94\x97\x54\x02\x62\xd8\x7d\x35\xfe\xb9\xf1\x3f\xd7\x7d\x09\x6d\x3e\x8c\x67\xe3\x28\x37\xa9\x63\xf3\xa4\x95\xb0\x34\xfc\xce\x70\x53\x55\xb9\xdf\x50\x95\x5d\x3c\x6f\xc7\x45\xb6\x8d\x81\x19\x30\xa5\x49\x8b\x39\x9a\x32\x07\xaf\xb8\xd4\x85\x9a\x4a\xc2\x8a\x0c\x87\x6f\x9a\x32\xa7\x54\x30\x88\xa9\xec\x1b\xaf\x4c\xef\x0b\x58\x03\x97\xf5\xe4\x09\xbf\xfa\x16\x21\x0d\xc8\xac\x6f\xa8\xcc\x8b\x4f\xdb\x71\x79\x0f\xc1\x6f\x11\x69\xfc\x63\xec\x3c\x4d\x95\xa7\xda\x81\xda\x7a\xc2\xb2\xe0\x29\xde\x34\x55\x5e\x21\x99\x12\x4d\xe4\x21\xc4\x24\x17\xf4\x0c\x73\xe3\xa0\xbd\x14\x5f\xdf\xa0\xf4\x42\xfc\x72\x5d\x29\x17\x4f\x40\xd9\x5f\x8f\x06\xe2\x95\x37\x21\xdb\x32\x7f\xf3\x42\x71\xfd\xa5\x6c\x0f\x6b\xb8\x90\x83\x61\xaa\x90\xa6\x5b\x5e\x87\xf8\x29\x2a\x91\xdf\xac\x4a\x60\x2f\xa5\xf8\x35\x91\xd2\xc9\x52\x48\x15\x5c\x34\x58\xe2\x4a\x87\x3b\xcb\xde\xe6\x17\xac\x6f\x60\x9b\xde\xfc\xa2\x25\x0e\x4a\xd6\xb7\xaa\x3d\x0e\x2c\x3b\xa2\x5f\xb0\x2a\xe6\x04\xee\x64\x44\x14\x1d\xd0\x35\x06\x7b\x69\xfa\x01\xa8\xed\xc8\x9f\x5b\x22\xca\xbf\xcb\x87\x78\x72\x41\xaf\xd7\x19\x84\x7c\x4b\xc1\x38\x1a\x8d\xba\xc3\x70\x69\xbe\x80\x84\x7e\xb5\x0e\xe2\x1b\xd1\x7a\x9d\x28\x55\x5a\xb0\x6d\xaa\xe4\x9d\x44\x6a\xcc\x92\x31\x52\x29\xc8\x24\x7a\x7d\x49\xb6\x9f\x28\x1a\x95\x12\x8d\x97\x80\xd9\x4d\xb9\x78\xaf\x7e\x57\x37\x42\xb5\xd8\x7f\x13\xfe\xb0\x11\xa7\xa6\x7f\x0f\x5a\xa7\xa7\x7a\x24\x84\x15\x86\x7e\x19\x80\x4a\x97\xb7\xc3\x8e\xd8\x24\x7b\x17\x27\xd2\x1c\x42\x3f\x0c\x90\xd5\xfe\x31\xa0\x91\xf7\xb2\xd3\xe9\x10\x60\xfb\x34\x6a\x45\xde\x1f\x03\x1b\xfd\x6e\xdf\x1e\x12\x11\x0f\x92\x6a\x73\x57\x28\x3c\x19\xcb\x58\x07\xf8\x86\x2b\xec\x08\xfb\x23\x47\x9c\x33\x6f\x6d\x68\x2d\xd9\x66\x0c\xd2\x72\x48\x0c\x4e\xda\x86\x33\x48\x8c\x0f\x21\x78\xc5\x84\xea\x65\x36\xa7\x56\x00\xb2\x80\xc0\xca\x7e\x9e\x90\x6e\x44\x29\x9d\xbb\x6e\x22\x70\xd2\xca\x98\x70\x12\x12\xae\x80\x3a\xe1\x49\xbe\x3b\x57\x1c\x77\x25\x00\xfc\x23\xca\xc7\x60\x95\x5b\xf7\x8c\x19\xe7\x10\xf1\x59\xca\x92\x2b\xe4\xd9\x56\x35\x08\x12\x30\x89\xa3\x08\xfb\x6e\x51\x66\xb4\x6f\xb9\x98\xe8\x2b\x11\x0d\x0b\xc0\x19\x0d\x7a\xcc\xb3\xef\x33\xd8\x65\xaa\xc8\xce\x3d\x66\x70\x29\xc3\xfd\x5a\x68\x44\x0b\xcc\x03\x7d\x99\x55\xf8\x0c\xae\xe9\x88\x79\x42\x4d\x27\x98\x87\xe7\x11\x4c\x28\x6b\xc5\x11\xc6\x19\x11\x17\xba\xe2\x28\xcc\xe2\x44\xa8\x7a\x47\xc8\x76\x11\x1f\x44\xa6\xbf\x5d\xcd\x66\x0c\xf1\x6a\x0a\xa8\x74\xbd\xb6\xbf\xc2\xc8\x71\x12\x64\xe3\x2e\x27\x30\x35\x8f\x5c\x5c\x4b\x5a\x7b\xb2\x57\xad\x38\x9a\xdf\x7a\xe8\xf8\x67\x17\xe8\x2e\x94\x6b\x88\xee\x32\x0d\xc1\x24\x8a\xae\xd3\xd8\x4a\xc2\x4f\xa0\x81\x95\x22\x3f\x85\x8a\x10\x7a\x57\xb5\xe3\xa3\x1b\x6d\x74\xc4\xf1\x45\x3d\x28\x64\xec\x91\x3b\x05\xa1\x6e\x83\xf4\x84\x65\x78\x48\x03\xf4\xc8\xa9\x52\x1c\x97\x68\x8c\xad\x06\xde\x53\x26\xb1\x47\x40\x17\x54\x06\xa3\x0d\x48\x4b\x06\xac\xac\xd1\x81\xc4\x23\x39\xe1\x42\x30\xda\x29\x42\xde\x69\xae\xd7\x7b\xca\x7c\x62\x41\x9b\x35\xda\xf0\x4f\x9b\xc1\x26\xf2\x1c\x36\xf5\x22\xf6\x48\x3e\xce\xab\x80\x5e\x54\x8f\x3c\x46\xf5\xd2\xa4\x16\x19\x52\x4b\x34\xa9\x85\x86\xd4\xd0\x24\x9e\xb9\xae\xe4\xd9\x31\x04\x74\xaa\x6b\x4a\x69\xb4\xcf\xc9\x63\x42\x13\xfe\xb7\x7b\xa1\x67\x97\x49\xbe\x96\x82\x49\xc3\x3d\x83\x4e\xac\x14\x41\x15\x89\x54\x43\x34\x3f\x12\x20\x29\x25\xf7\xf7\xd4\x75\x4b\xb6\xb2\x86\x65\x0f\x13\xa7\x33\x16\xcb\x35\x36\x2b\x7c\xc5\xb9\xd7\xdb\xf8\xc6\x9c\x8f\xca\x04\x4f\xc6\x83\xb8\x16\x16\x65\xad\xa0\xa9\xd2\xb9\x2e\x5d\xe1\x7d\x66\x11\x6f\x60\x8d\xe8\xd7\xa9\x6a\x8e\x2a\x35\x1b\x5b\x5a\x4a\x7a\x31\xfd\x37\x97\xfb\x53\x48\x88\x3f\x41\x3f\x8d\x5a\x77\x34\x2e\xa3\xd7\x58\xfd\x38\x0f\x2e\x58\xe2\xe3\xa2\x25\x3e\xdd\x64\x7d\xc5\x50\xdc\xf5\x26\xa3\x80\xc0\xbc\x6a\x31\x42\x5e\x5e\xb5\x18\x05\x04\x66\xd2\x3c\x95\x50\xbc\xf7\xf1\x15\x3d\x41\x7b\x59\x0b\x1f\xfc\x74\x3b\x93\xa6\xeb\xaf\x28\xbc\x84\x22\xd7\x37\x3b\xd7\x37\x7f\xa2\x73\x7d\x83\x6b\x79\x6a\x74\xa1\x4e\x8b\x38\xd7\x42\x03\x5c\xf2\x9a\xa6\xdb\x73\xd7\x0d\xf1\x29\x7c\x4d\x27\xdb\x2b\x98\xd2\x91\x52\x9c\xb9\xfe\xed\x4c\x26\xce\xb8\xb0\x3d\xcf\x20\x1b\x78\xd9\xc0\xbb\xcb\x21\x12\xf7\xee\xa5\x0c\x33\x45\x7c\xb4\xdc\x0b\x60\x02\x18\x8f\xb3\xc0\x88\x58\x83\x6e\x20\x4c\xd7\x0d\x05\x38\x7e\xfd\x25\x3a\x26\x62\x91\xb9\x2e\xd3\x41\xc9\xbc\x39\xd7\xaf\x42\xd7\x8d\x5d\x37\xf4\x02\x88\x09\xd8\x74\x40\xb8\x82\x75\x4e\x53\xef\x0a\x76\x08\xdc\xd2\x73\xfe\x21\x67\xf4\x7c\xd4\x19\xc3\x81\xc5\x80\x05\xf8\x6d\x31\x0e\x32\x81\xeb\x87\x72\x74\x37\x01\x19\x0a\xfe\x10\xed\x63\xb4\x35\xbe\x92\x63\xd2\x9d\x5a\xf0\x84\xd7\xe5\x55\xed\xba\x9e\x49\x93\x50\xbc\x04\x2a\xd9\x2c\x46\x51\xce\x4e\xb3\x7d\xcf\xbc\xbd\x25\x04\xaa\xac\x03\xaf\x7d\x14\x27\x43\x6d\xf0\x02\x7f\xb2\xe1\x35\x04\x68\x97\xeb\x7a\x16\xcd\xb9\xae\x4d\x5a\x4c\x10\x20\x7a\xa9\xe1\x2f\x3e\x21\xf8\x5e\x27\x7d\xf3\xa5\x5b\x8c\x2e\x2f\x69\x50\x3e\x32\x45\xb9\x58\x42\xfe\x36\xc9\xdf\xac\xe4\x6f\x24\xf7\x4a\x0c\x0f\x78\xff\xd8\xbe\x47\xbc\x12\xdf\x83\x80\xab\xe4\xb7\x1e\x81\x83\xf2\xb7\x8b\x2b\x2f\xde\x41\x75\x90\x2b\x59\x29\x83\x72\x36\x8a\x62\xe2\xad\xb2\x99\x6d\x98\xf5\xb0\x77\xe6\x11\xff\x16\x37\xad\x51\x28\xd1\xe5\x6e\xca\x7b\xec\x03\x18\x98\xf3\xde\x8d\x05\x02\xaa\x7f\xd3\xe3\xbe\x27\xb6\x34\x70\x84\x42\xe8\xf0\xfe\xf8\x37\x16\xa2\xa5\xfe\x2d\x81\x0e\x3c\x02\xa6\xbc\xb8\x18\x4f\x60\x34\xff\x21\x28\xe0\x9a\x01\xab\x21\x54\xab\x17\x35\x9d\x38\x33\x70\xc2\xb5\x01\x22\xea\xe3\x43\x20\x48\x1b\x6e\x98\x35\x28\x76\xb7\x9e\x08\xd4\x8a\xb3\x11\xa6\x9f\x83\x79\x38\x55\x37\x44\x97\xc2\xf6\x90\x08\x13\x83\x4e\x15\x18\x57\x93\xa1\xb7\x6c\x25\x6c\x06\x53\x9c\xca\x65\x0e\xf1\x7e\x11\x71\x2e\xdc\x27\xdd\x78\xbf\x08\x7d\x85\xdd\x10\x17\x53\x83\x7d\x1a\xef\x43\xba\x4f\x47\xce\x82\x05\xe9\x2a\x61\x0e\x38\x48\x7d\x0e\x7a\x27\x2b\x08\x1a\x67\x0c\x93\xfd\x07\xb1\xec\xca\x38\x04\x06\xa1\x20\xb6\xaf\xe0\xa3\xcc\x2a\xdc\x8e\xe7\xb6\x88\xbb\x32\xd0\x05\x33\xcc\x91\xb0\x6c\x72\x81\xb8\x75\x53\x96\x66\x49\x7c\xfb\x31\x5e\xae\x96\x87\xd1\xfb\x70\x2a\xa0\xeb\x6c\xe8\xbb\x85\x96\x4e\xae\xa8\x8c\xb3\x09\xe7\x62\xf3\x3d\x8a\xe3\x6c\x3f\x5e\x0c\xe3\x29\x83\x5b\x19\x06\x44\x75\xe6\x5d\x12\x8b\xd8\x7c\x70\x66\xc9\xcf\x07\xf8\xfb\x20\xe6\x84\x85\xc8\xcf\xd7\x26\x41\x20\xf1\xdd\x98\x84\xfd\xf8\x3a\x82\x5d\x7c\x3e\x89\x57\x93\x0b\x01\x9f\x7c\x59\x06\xd1\x3b\x2c\x27\x9c\x54\x31\xe0\x11\x7c\xf3\x98\x9e\x70\xce\x7e\x4a\x4f\x38\x67\xff\x5e\x73\xd9\xa4\x00\x99\x7e\x57\xd9\x09\xb1\x96\x08\x1d\xd7\xd0\x7f\x4d\xe3\x7d\x8f\x36\x23\xba\x66\x32\x4c\x02\x33\xba\xb7\xd0\xda\x42\xaa\x44\x93\x2e\x1e\xc6\x33\x73\xf4\x2e\xcd\x14\xc4\x75\xc3\x9e\x3e\xc4\x09\xfd\x72\xb6\x45\x18\xbd\x37\x39\x11\x67\x49\x27\xd1\x90\x40\x39\xbf\x30\xa0\x10\xd7\x4d\x7a\xea\x90\x28\xa9\xab\xf4\x8b\xce\xa7\xea\xfc\x22\x32\x6b\x3b\x4d\x26\xf0\xc2\xa3\x31\x29\xc0\xdf\x87\x6a\xcc\x98\xed\xca\xa7\xc6\xaf\x78\x2b\x37\x47\x71\x79\x46\x10\x7a\xfa\x7b\x05\x75\x1a\x57\xd1\x60\x03\xae\x7d\x69\x72\x35\x32\x75\x19\xdd\xbe\x44\x17\x35\x21\x64\xcc\x5d\x67\xde\xff\x49\x09\xbe\x5f\xbf\x5d\x15\xd0\xef\x83\xb2\x7a\x73\x1f\xea\xe8\xdc\xd3\x1c\x00\x19\x2b\x7b\x00\xa5\x54\xe7\xa6\x94\x86\xae\xcb\x35\x7d\x3e\xb5\xba\x4d\x9a\x0c\xbd\xeb\xcc\xdb\xcd\x3c\x82\xf1\x7d\x4d\xe1\x2d\xe6\xe9\xf3\x4e\xb5\x7f\x60\xb6\xeb\xa4\x7c\x97\x65\x16\x27\x5e\xb7\x4b\x24\xce\x30\x32\x14\xbe\xb8\x23\x76\x93\x09\xcc\xe1\xad\xb6\x9f\xd1\x74\xdf\x06\xa7\xf7\x22\x9a\xee\x63\x90\x55\xe2\xba\x48\x35\x99\xeb\xce\xb9\xf6\x81\x05\x9e\xfa\x12\x71\x78\xaa\x61\x83\x39\xab\x89\x97\x82\xad\x33\x01\x86\xa6\x36\xbd\x1f\x85\x80\xb5\x35\x38\x1b\x77\xbe\x18\x7e\x61\xe5\x11\x28\x0c\x54\x71\x22\x0a\x43\x20\xbf\x3d\x54\x18\xcb\xc8\x9b\x65\xcf\x15\x73\x16\x58\xc8\xf2\x41\xbd\x4b\x11\xf2\xc0\x31\x98\x12\x44\xa0\x0b\x8b\x60\x3e\x76\x60\x1f\x11\x40\x83\x93\x79\x54\xd8\xba\x66\xae\x3b\xf4\xce\x3d\x21\x26\xec\xd3\xd4\x1b\x70\xe2\xfd\x48\xf7\x39\xf1\xfe\x4d\xf7\x39\xf1\x1e\x95\x91\x41\xf5\x2c\xbf\xd5\x48\x5c\x26\xb4\xd0\xe5\x86\xd0\x42\x92\x93\x23\xef\xb5\x2d\x28\x5f\x0a\x77\xef\xbc\x8c\x74\x8f\x85\x83\xc2\x29\xd7\x2a\xe5\x60\x50\x4a\x3f\xba\xae\x87\x6f\x7a\x8f\x30\x15\xbd\xc5\xcf\xf5\xff\xae\xca\xb8\x56\x4f\x8f\x36\xf6\x14\x6f\x7a\x1c\x11\x6b\x38\xcf\xac\x2c\x67\xeb\xf5\x99\xf0\x96\x17\xde\x56\x32\x7c\x35\x42\x0a\x59\x83\xf3\xc1\x02\x8d\x67\xd7\x5b\xb2\xd7\xc5\x99\x37\x38\xce\x7c\xee\xf2\x51\x3d\x72\x5b\x01\x9a\x0d\xb1\xd7\xee\x43\xef\xfb\x6b\xc4\xc6\xdd\xbf\x0a\x5e\xb6\x76\xe8\xc2\xbf\x3d\xfd\x51\x99\x1d\xd7\x49\x79\xf2\x65\x98\x3b\xbf\x4f\x6c\xfc\xab\x80\x98\xab\x88\xb2\x41\xe9\xc7\xf5\xfa\x6f\x21\x4c\xda\x59\xe0\xe3\x3f\x96\xa3\xde\xc2\x39\x53\x26\xc9\x1a\xa1\xea\xd0\x04\xc9\x50\xde\xbd\x5f\x0d\x68\x6b\x5f\xa8\x78\x12\xe7\x67\x05\xf1\x32\x98\xa0\x93\xb9\xd5\x61\xd7\x55\x8b\x48\x3c\x45\xbd\xb6\xf4\x1e\x16\x01\xbf\x59\x82\xb8\xea\xa9\xaf\xb2\x71\x4a\x54\x43\xa5\x70\x95\x03\x02\xef\x68\xa3\xdd\x6d\xa8\x0b\x15\x0b\x6b\x60\x17\x2a\xf7\x42\xaa\xa6\x64\xbd\x96\x54\x5d\xed\xc0\x7a\xed\xbd\xa3\x0d\x79\x5d\xe2\x3d\xb5\x00\x50\xb5\x39\x0e\x03\x37\x7a\x73\xf2\xa6\xe3\xba\xde\x7b\xba\x01\xe3\xc8\x40\x1a\x15\xae\x03\x37\x27\x71\x94\xb1\x28\x73\x48\x0e\xf3\x8d\xf8\x4b\x36\xf4\xd2\xcc\x3f\x84\x12\x02\x61\xa9\x4a\xe9\x07\x45\x72\xf8\x0b\xee\x4a\xa1\x2b\xfc\x0f\x50\x0c\x5c\xe1\x7f\x28\xc1\x39\x5d\x80\x25\xe0\xa1\x1e\xbe\x41\xe8\xac\x13\x2d\x53\x0c\xc5\x1a\x42\x0c\xc7\x10\x6d\x0c\xa1\x1a\xec\xc3\x9d\x30\x6f\xf9\x57\xeb\xf5\x39\x88\xc8\xd4\x5c\xcc\x74\xf0\x03\x2f\xa1\xc6\x8c\xea\x37\xda\x26\x38\xed\x3b\xc0\x09\xf3\x17\x20\x85\x47\xff\x4b\x5e\x19\x3b\x39\xf2\xbc\xc6\xcc\x82\x94\x4a\xc1\x16\x32\xfd\x03\xb0\x45\x4c\xff\x1a\x2c\x01\x73\x2f\x58\x66\xab\x84\xf9\x37\x60\x4b\x99\x2a\x75\x57\x62\xf4\x6a\xfa\x0e\x08\x7c\x25\x39\xbc\x27\x12\xc8\xb2\x3b\x29\x29\x01\x28\x4a\x7f\x88\x22\x96\x08\x4d\x60\xbe\x4f\x27\xfb\xb0\x7a\x9c\x90\x6f\x04\xfb\x22\x7c\xb5\x96\xdf\x4b\xb1\xf5\x58\x6b\x11\x9f\x85\x28\xef\x7b\xa9\x31\x36\xa7\xbd\xbb\xdc\x4f\x49\x0b\xc7\xdb\x80\x52\xaf\x68\x2a\x92\x44\x94\xe7\x99\x7a\x94\xf0\x65\x17\xa6\x82\x19\xaf\x60\x06\x53\x95\x43\xab\x02\xc6\x5e\xdd\xfd\x8f\x95\xb4\xfc\x7e\x3e\xb3\xa8\xf2\x99\x2b\xe4\xfa\x92\xb7\xc4\x39\xac\x08\x9c\xd3\x60\xe3\x7a\x0d\xc4\x7a\x3d\xff\x91\xf5\x1a\x15\xd7\x6b\x40\x08\x4c\xb1\x8e\xa9\x77\xfe\xe0\xda\x0d\x91\xb4\x17\x55\xf0\x34\xb8\xa8\x5d\x62\x61\x61\x89\xe9\x5b\x93\x10\xe0\x12\x8b\x60\x0e\xe1\xc6\x05\xf6\xff\xd1\xf6\xad\xcd\x6d\xe3\xca\x82\xdf\xf7\x57\xd8\xdc\xbb\x2a\x60\x07\x92\x29\x27\x4e\x32\xf4\xe1\x75\x25\x96\x67\x67\xce\x8d\x1f\x3b\xf1\xd9\x33\x75\x14\x55\x8a\x22\x21\x09\x11\x49\x30\x24\x24\xf9\xd1\xfa\xef\x5b\x78\x90\x04\x1f\x72\x32\xa7\xee\x54\x4d\x4d\x2c\xa2\x01\x34\x1a\x8d\x46\xa3\xd1\xe8\x3e\xc0\xf9\x41\x9b\x61\x39\x26\x5b\xbc\x27\xcb\x92\x5f\x37\x2d\x7e\xbd\x56\x0c\xd4\xe6\xda\xc5\xc4\xdf\x4c\xc8\x4a\x9e\x5f\xeb\x88\xac\x9a\xd7\x9c\x19\x89\xfe\xfc\x91\xd5\xf0\xa9\x0a\x05\x49\xc9\x6a\x82\x49\xd0\xa3\xc8\x63\x9d\x50\x29\xd0\x09\x95\x02\xa9\x08\x2d\xba\x60\xc7\x63\x05\xb7\xf2\x17\x12\x2e\xf2\x17\x12\x2e\xf3\xed\x21\xdb\x81\xc3\xe3\x7d\x9d\x75\xb2\x4f\xdd\xdc\xc8\x7e\x53\x75\x82\x8a\x5a\x49\x9b\x7a\x1f\x83\x54\x5e\xd3\x00\x2f\xe4\xe0\x6c\xba\x8c\xd2\x3e\x5f\x6b\x80\xfa\xe3\x96\xa6\x91\x6c\xd1\x5c\x48\x70\xb9\xac\xca\xbb\x56\x74\x7c\x82\x82\x34\xca\x39\x8b\x60\x3e\xff\x1c\xfd\x04\x09\xa5\x4b\x8e\x47\x3f\x69\xaa\x42\xb0\x0d\x52\xb1\xe4\x30\x0f\xa2\xe0\xf3\x09\xcc\xe3\x20\x5c\xcf\x69\x9e\x3f\xca\x3f\x9f\x68\x0e\xea\x9d\x58\x0c\x34\x0e\x58\x4a\x61\x41\xd3\x94\x86\xb0\x62\x99\xe0\x19\x30\x6a\x5a\x61\x19\x5a\xf1\x94\x02\x8f\x30\xb0\x9c\x15\xb0\x66\x72\x49\x43\xbc\xa4\x47\x90\x04\x34\xe1\x90\xb0\x28\x83\x24\xc9\x40\x57\x19\xfd\xb4\x60\x39\x5d\xf0\x07\x48\xa9\x58\xe4\x3c\x15\xa0\x10\x3f\x4a\x10\x9f\x03\x4b\x31\x83\x2c\x88\x13\x74\xc4\x0b\x7c\x01\x99\x6a\x3d\x43\xec\x81\x41\x4e\xf1\xe7\x13\xc8\xe2\x4d\xb8\xa6\x39\x64\x3c\x5c\x53\x01\x59\x91\x41\x41\x73\x46\x0b\xf4\x1a\xde\x60\x17\x8a\xc7\x64\xce\x82\x14\x44\x4e\x39\x6c\xb2\xcf\x23\x34\xcf\xf9\xae\xa0\x39\xc4\x2c\x5d\x63\xd8\xf2\x28\x58\xc8\x46\x77\x41\x66\x28\x57\x1c\x85\x14\x1e\xa2\x00\x1e\x18\x4b\x39\x94\x64\x63\x59\x10\x81\x64\xfa\x39\xe7\x6b\x28\x58\xbc\x3e\x61\xa5\x47\xda\x60\x70\x7c\x32\x3e\x75\xdf\xc2\x9b\x57\x63\x17\xde\x9c\xfd\xec\xc2\xab\x65\xc1\xe1\xb5\x58\x65\x70\xe6\x4e\xc7\xc3\x37\x33\x06\x6f\xdf\xba\x05\xbc\x73\x4f\x0b\x08\x8e\x76\x01\x04\xf3\x20\x84\x20\x44\x34\x07\xce\xa1\x18\x62\x08\x18\x5a\x73\xc8\x53\x0c\x41\x8c\x82\x2d\x84\x01\x84\x1c\x43\x90\x70\x06\x41\x8a\xe8\x03\xa4\x8f\xf0\xb8\xc3\x20\xb7\x16\x08\x72\x14\xae\x60\x29\x01\x0a\x24\x28\x6c\x0a\x0c\x81\x10\x3b\x08\x36\x28\x62\x30\x4c\x20\x3f\x82\xe2\x08\xab\xb9\x85\x39\x45\xe1\x1a\xe2\x18\xd2\x6f\x18\xe6\x0c\xc5\x73\xc8\x23\x0c\xf3\x18\x49\x2c\x9e\x30\xcc\x73\x44\x61\x8b\x77\x30\xdf\x24\x73\x98\xef\x86\x28\x85\x0d\x86\xf0\xec\xec\xf3\x09\x84\x41\xc6\x20\x0c\x77\x01\x84\x51\x32\x84\x90\xc6\x31\x84\x2b\x91\x40\x18\x47\x21\x84\x49\x34\x84\x90\xa3\x24\x83\x34\xc2\x10\xe6\xc1\x0e\xa2\x00\x31\xa1\xfa\x5b\x62\x88\xe6\x82\x42\x14\x0e\x0b\x88\xe8\x96\x41\xc4\xc2\x00\xa2\x84\xcf\x21\xe2\x28\x84\x0c\x73\x88\x0a\x34\x3e\x85\x61\x84\x81\xc6\xe8\xf5\xcf\x10\x30\x0c\x34\x41\xf1\x29\x6c\x62\x0c\x34\x47\x2c\x84\xb5\x8b\x81\x16\xf1\x3b\xa0\x4f\x68\xfa\x7a\xf8\x76\xe6\x02\x2f\x60\x17\xc0\x13\xc5\xb0\xa0\x22\x84\x45\xfc\x88\x86\xf0\x05\xc3\x72\x7c\xb4\x81\xe5\xd9\x1b\x17\x96\x34\xa5\xb0\x5c\x0c\xcf\x60\x39\x4c\x38\x2c\x39\xfa\x3c\xda\x29\x06\x5d\xe6\x28\x88\x60\x93\x62\x58\x05\x8c\xc2\x2a\x64\x02\x56\xd1\x10\x25\x90\x81\xc0\xb0\xa2\x6c\x08\x2b\x86\x32\x01\x22\xc0\xb0\xca\xd0\x11\x03\x96\x61\x58\x15\xc3\x10\x56\x02\x85\x68\x08\x47\xf0\x05\x02\x58\x42\x06\x85\xac\x23\x64\xf1\x06\x05\x3b\x10\x21\x06\x36\x44\xa7\x2e\x2c\x39\x24\x01\x06\x76\xfa\xca\x05\x16\x84\xe8\x08\x86\xf0\xf9\x04\x03\x9b\xe7\x1c\x58\x44\x03\x60\x4b\x77\x0c\x6c\xcd\x13\x60\xc9\x78\x0d\x2c\x4d\xb9\xe4\xb6\x6f\x7a\x09\x7d\x0d\x90\x80\x2d\x0e\xe0\xab\xac\xf0\x95\x26\x1b\xf8\xca\x96\x05\xac\xa3\x88\xc1\x9a\x7e\x65\xb0\x5e\x0a\x74\xa4\xda\x5c\xc7\x3c\x85\x75\x26\x8e\x60\xbd\x0b\x87\xb0\x7e\x94\xe4\x5d\x63\x88\x29\x4a\x39\x3c\x30\x0c\xf1\x12\x1d\x2d\xe1\xf3\x09\x5a\x43\x2c\xa7\xf7\xcc\x85\xb3\xd7\x30\x9c\x06\xc3\xdd\x0c\x43\xcc\xe6\x3b\x88\x1f\xd3\x07\x48\xc6\xc3\x1d\x24\xaf\x96\x01\x24\x67\xee\xe7\x13\x48\x02\xc5\x62\x0c\x1e\x38\x86\x24\x44\xee\x18\x4e\xc7\x10\x06\x18\x92\x61\x98\x43\x42\x51\x1e\x42\xce\x30\x24\x0c\xf1\x77\xc0\x03\x90\x1a\x73\x92\xd0\x05\x24\x5c\x42\xbb\xa7\x30\x67\x10\x51\x88\x38\x08\x45\x39\x0e\x5b\x0c\x4f\x4f\x18\x12\x81\xce\x5c\xc8\xc6\xb0\x3d\xc2\x90\xec\xe6\x19\x24\x8f\xbb\x00\xd2\xb1\x3b\x75\x87\xa7\x33\x48\x4f\xdd\xe9\xe9\xf0\xd5\x0c\xd2\x57\x2e\x72\xe1\x14\x43\x7a\xa6\xfe\x80\x33\x0c\xe9\x5b\x24\xff\x1e\x63\x18\xbb\x18\x52\x8a\x50\x08\x09\x1e\x02\x4f\x41\x2c\x60\xb7\x80\xdd\x12\x76\x02\x43\xca\xd7\xe8\x0d\x30\x0c\xe9\x53\xb6\x02\x7e\xca\x12\xe0\x19\x12\x0c\x76\x5b\x0c\x3c\x0f\x52\xe0\xbb\xe5\x18\xb2\x77\xae\x0b\x59\x90\xa2\x00\x22\x39\xa3\x59\xf4\xb0\x84\x6c\x89\xc6\xaf\x60\x88\xa6\xe3\xe1\xbb\x19\x84\x18\x43\xb6\x62\x31\x64\x2c\xa7\x90\xc5\x28\x78\x84\x4d\x88\x21\x4b\x87\xa7\x90\x71\xb9\xcc\x72\x01\x05\xc5\x90\xe5\xfc\x01\xb2\x82\x71\xc8\xc4\x70\x09\xdf\x82\x61\x00\xdf\x42\xe4\xbe\x85\xf1\xa9\x24\xdf\xab\x53\x78\xe3\xc2\x70\x7a\x3a\x7c\x3b\x03\x36\xc4\xf0\x4d\xd0\x35\xe4\xaf\xde\xb9\x90\xbf\x71\x5d\xc8\x83\x75\x01\x39\x4b\x7e\x86\x9c\xa3\x2d\x85\x27\x8e\xa1\x50\xeb\xb1\x08\xd0\x92\x42\x12\x40\x92\x40\x52\x48\xb1\xb0\x0d\x30\x14\x6a\x5e\x56\x43\x29\x4f\xb2\x21\x86\x22\x5a\x4b\x58\xaa\x58\x55\xd1\xe8\xf5\x5b\x48\x42\x48\x23\x35\x55\xc5\x72\x35\x84\x62\x15\xe4\x50\x30\x8a\x86\x90\x60\x28\xd6\x43\x17\x8a\x18\xbd\x3e\x03\x16\x61\x28\x12\x14\xc4\x10\xe4\x30\x7f\x05\x4c\x80\x38\xc3\x50\x70\xb4\x10\x90\x3e\x62\x28\x32\xd3\xdb\x76\xa8\x66\xae\x78\x94\xbf\x93\x39\x06\x71\x8a\xc6\xef\xe0\xcc\xc5\x20\xde\x20\xd7\x85\xb1\x0b\xe3\x77\x18\x44\x80\x96\x02\xe2\x35\x06\x11\xc6\x43\x10\xd1\x72\x08\x82\xc6\x88\xc9\x9e\x05\x4b\x86\x20\xe4\x12\x15\x1c\x65\x31\x14\x2b\x0c\xa2\x40\x6f\x5d\x48\x86\x90\xbc\x82\xe4\x0c\x83\x78\x18\xfe\x0c\x9b\x0c\x7d\x1e\xcd\x61\x39\x86\x82\x61\xd8\x88\x42\xc0\xf6\xb5\xeb\xc2\xf6\xed\x99\x0b\x5b\x9a\x33\xd8\x32\x94\x2f\x41\x50\x0c\xdb\x35\x7a\xed\xc2\xd9\xd4\x95\xdc\x33\xdc\x62\xd8\x26\xaf\x5d\x25\xf3\x61\xbb\x89\x43\xd8\x3e\xa0\xb3\x53\x38\x7b\x25\xa7\xe1\xcd\x18\xde\xba\xf0\xce\x85\x77\x63\x78\xf7\x0a\xde\x9d\xc1\xcf\xef\x30\xec\x5e\xa9\x65\x8e\x61\x47\xe7\x21\xec\x56\x4c\xc0\x8e\xa1\xe5\x11\xa4\x21\xa4\x3b\x0c\xbb\x24\x9e\xc3\x8e\xa7\x1b\x78\x78\xeb\xba\xf0\x18\x14\x43\x78\xe4\x9b\x1c\x9e\xa8\xe0\xf0\x24\xe8\xb0\xdc\x25\xfa\x0c\x3c\xe5\x19\xb3\xf4\x63\x46\x2e\x79\x8d\x31\xde\x23\x6d\xe5\x4a\x49\x79\xb9\x93\xf8\xab\x8b\xb6\xfa\xb6\x98\xe8\xa0\xbb\x19\x79\xd6\x7b\xa9\x51\x1e\xc5\x1e\x63\xaf\x0d\x1c\xd7\xc0\x25\xcc\xcb\x6a\xa1\xf6\x50\x6a\x15\xfd\x5d\xe5\x0b\x4b\x94\x16\x18\xf5\x9d\x5a\xb4\xea\x97\x4d\xfc\x68\x42\x92\x49\xa5\x35\x5f\x4a\x75\xf8\x41\xb4\x9d\x3f\xb6\x13\xa9\xc3\xd7\xf1\xf9\x26\x95\xea\xee\x58\xa1\x2a\x1f\x27\x76\x0c\xaf\x8b\xd6\xfb\x5d\xaf\x95\x94\x5c\xd9\x76\xe6\x52\xeb\xe4\xe9\x65\xcc\xc2\xb5\x32\xc1\x54\x67\x35\xf5\xab\x3e\xa4\xd5\x85\x65\xf8\x7f\xfb\x98\xa7\x7e\xfe\xc2\xc3\x4d\xa1\xfe\xfa\x10\x6f\x34\x84\x19\xce\x35\x4d\x37\x8e\x36\x33\x5f\x4f\x7a\xae\x02\xec\x37\xfc\xbf\x73\xc4\x4b\x2f\x6b\x15\x19\x9f\xb7\xf3\xdd\x69\xb3\x6b\xd0\x0e\x8e\xcf\x31\x41\xc2\x37\x51\x4c\xd4\x17\x8a\x71\x79\xa4\x5a\x54\x14\xd6\x0e\x40\x62\x24\x72\xb6\x5c\xd2\xbc\xaf\x28\x10\x22\x08\x57\xbf\x45\x65\x18\x09\x75\xf1\x19\xae\x6f\x37\xa2\x60\x91\x39\x7c\xe5\x75\xa1\x90\x44\x3a\x54\x18\xd6\x14\x68\x82\x8c\x7f\x00\xe6\xb4\x86\x49\xca\x79\x31\xbe\x33\x75\x89\xba\x78\x97\x5f\xeb\x4f\x59\x4e\xd5\x8c\x76\xbe\xaa\xf9\x6c\x7e\x8d\x68\x1c\x3c\xca\x4f\x16\xd2\xab\xa0\xb8\xd3\x87\x55\xd3\x69\x5d\x64\x33\x41\x67\x26\x53\x5f\x98\x44\x56\x49\x05\x34\x91\xed\x9f\x8b\x91\xd4\x5e\xb5\xa9\x09\xb5\x38\x89\xe2\x12\x8d\x4f\x54\xa8\x7e\x8d\xfb\x20\x3a\x76\x49\x4a\x52\xe3\x95\x86\xf7\x75\xf7\xd7\x7c\x4b\x1b\xbd\xf7\xb6\x7f\xad\x72\xde\xa8\xe6\x0b\xd9\x32\xd3\x39\x14\xeb\x66\x14\xef\x7e\xbf\x1d\xc3\xe2\x2f\xe0\x39\x26\x8d\x81\xab\x0a\x6a\xe0\xa6\xb7\x9a\x9a\x2d\xc2\xa9\x74\x89\x31\x0d\x34\x99\xd4\x34\xa0\x4e\x9d\x2e\x9a\x8a\xd8\xe7\x74\xa4\x22\x0b\xd2\xe8\x5e\x19\x7f\x54\xe2\xcd\xc6\x17\xcb\xd7\x4a\x39\x72\xd4\x89\xfc\x44\xb5\x30\xfa\x6c\xc4\x56\x5a\xbf\xda\x6c\x80\x74\x26\x49\xab\x79\x15\xee\xed\xdf\x23\x88\x92\x15\x2f\x52\xde\x48\x13\x45\xf4\x0e\x85\x88\x18\xb1\x42\x41\xdc\xf3\x4f\x2b\xbe\x43\x2a\x85\x99\xb5\x14\x26\x81\xa0\xa3\x54\x16\xbc\xc0\x5b\x25\x8a\xaa\x9a\xc6\xce\xe6\x0e\xc5\xf8\xdf\x65\x0e\x2d\x2b\x15\x9a\x8d\x65\x57\x63\xa0\x9b\xac\x45\xe9\x8b\x6d\xda\x12\xb7\x6c\xb4\x5e\xb5\xed\x46\xa5\xa0\x7d\xb1\x39\x2d\x89\x5f\x20\xa2\x04\xb8\xe7\xbf\xb2\x88\x4a\x1a\x7e\x7f\x3a\xe7\xf1\x26\xb7\x27\xd2\x92\xf0\x0d\x44\xf4\x3d\x17\x4d\xc5\x44\xbb\x6c\xa9\xee\x9a\xb8\xd9\x9b\x83\xb5\x4a\x9b\x73\x44\xbb\xfd\x5c\xc6\xbc\xa0\xcd\x25\xc4\x0a\xab\xbc\x66\x09\x39\x68\xae\x72\xab\xeb\x36\xe4\xe4\xf8\x2d\x07\xbb\x0e\x56\x7a\x2b\x54\xf8\x54\xfc\x54\xae\x38\x05\x6f\x4f\xb3\xec\xc3\x9e\xa1\x8b\xb4\x7e\x6b\xd9\x84\x6c\x4d\x25\xf6\x9a\xc5\x17\x5a\x76\xd6\x1f\xbc\x26\xbc\x0a\xe8\xdb\x6a\x82\xa8\xae\x82\x79\x81\xd2\xa1\x8d\xec\xdf\x4e\xdd\xd2\x1d\xd3\x5e\x13\xee\xbe\xc5\xa2\x9d\x4d\xc1\x55\x2c\xa1\x01\xec\x75\x55\x7d\xd3\x7c\x22\x97\x7d\x93\x73\xf0\x60\xa0\x02\x8b\x34\xe7\xbc\xfb\x05\x95\x11\x50\x8f\x85\xc9\xde\x92\x59\xf3\x7d\xde\xed\x6a\x30\x38\xce\x01\x72\x49\xe6\x16\x62\x6a\x7a\x3b\x0c\xd3\xd7\x6c\xc5\x43\xad\x3d\xad\x73\x73\x86\xfa\x76\xbe\x63\x97\x34\xfc\x6d\xbb\x5b\x31\xee\xdb\x9e\x5f\x76\x76\xed\xed\x68\xbc\xc7\xc4\xc5\xb5\x3e\xa0\x5e\x9c\xfb\xf5\xcf\xce\x08\x4c\x24\x1e\x6a\xe7\x9f\x54\x03\x2d\x55\xbe\x5e\x86\x3f\xae\x24\x73\x50\xac\x55\xf0\x96\xea\x97\x5c\x59\xc1\x3c\xb6\x52\x4e\x54\x5e\xb3\xa2\xe5\x83\x82\xb0\x4a\x72\xb6\x34\x13\x50\x7d\x3d\x67\x37\x28\x27\x2a\x50\x5f\x6b\x59\xde\xa6\xf1\xa3\xe4\x1d\x76\x83\x18\x49\x15\x13\x75\x88\x20\x3f\x96\x4b\x56\x0e\xa5\xd9\x67\x37\x83\x7e\x89\xfc\x92\x8a\x7b\xad\xcf\x4d\x6e\xaf\x25\xa8\xf6\x02\x29\x55\x61\x64\xab\x7b\xd5\x86\x77\x2e\xf2\x47\x33\x50\x7e\x73\x00\x84\x2d\x50\x5a\x85\xdc\x30\x29\x1f\x73\xfc\x5c\x5e\x48\x33\x95\x11\xc6\xf4\x89\xee\x55\x50\x42\x83\xf7\x5d\xe3\x3e\xa0\xf2\xd0\xe9\xd1\x99\x54\xce\x38\x33\x12\xe5\x00\xae\x98\xf7\x2e\x0e\x42\x6a\x42\x67\xe7\xa3\xf9\x86\xc5\x82\xa5\xd5\xc7\x82\x04\x12\xb0\xba\xc2\x28\xfc\x5c\x3b\x0e\x29\x2d\x87\x84\x26\x16\x63\x3f\x0e\x55\x36\x41\xe5\xa4\x69\xd2\xb5\x75\x1f\x86\x55\x41\xd2\xed\xd7\x9a\xcd\x0c\x20\x2a\xd4\x5f\xf0\x37\x5e\x86\x54\x09\xac\x84\x75\x7c\x1a\xa8\xe0\x8d\x8b\x1b\x44\xa7\xc5\xac\x6c\x82\x91\x3a\xc0\x48\x23\x11\x49\x56\x8e\xcd\x4a\x28\x53\x25\x54\x75\x9c\x3d\xe2\x24\x20\x2a\x8e\x1f\x09\x2b\xac\x43\x44\x55\xa6\x0f\x1d\xe8\xf3\xc8\x29\xa9\x5f\xa5\xd0\x39\xc8\x33\xa4\x7b\x07\xd4\xe3\xa0\xc5\x7d\xda\xbe\xd9\x09\x94\x93\x94\x02\xd2\x7e\x56\x45\x09\x63\xee\x76\xe2\xf2\x77\x9d\x9b\x66\x53\x7e\x6a\x26\xa7\x51\x2e\x62\xd6\x2d\xd1\xaa\x4c\x76\x13\x75\xb2\xdb\x64\xbd\xd9\x6d\x94\xc3\x98\x95\x15\x67\x5b\xdf\x5e\x2d\xcb\xa6\x95\xb7\x58\xe9\x87\x36\x2f\x1d\xcc\x34\x9f\x5c\xd7\xb7\x05\xbb\x96\x2b\xda\x83\xc9\x46\x47\xc9\x7b\xff\xa1\x29\x4f\xd7\xea\x83\xac\x7f\x6b\x89\x00\xe3\xf8\x40\xee\xad\x14\x58\x52\x04\xd4\x6a\xaf\xb5\xa7\xdc\x37\x0f\x12\x3d\x3a\xb2\x56\x4f\x6a\xfd\xb7\xde\x11\xea\xca\x5a\x31\xee\x51\x96\x31\xb9\x6f\x68\x71\x5d\xe9\xaf\x00\x2c\x9d\xac\x07\xa2\x7d\xa6\xcf\x94\x65\xa0\x4e\xff\x93\x92\x2e\xc3\x78\xac\x4a\x99\xf5\x5e\x5f\xb0\x7b\xf3\xc1\x60\x6d\x5d\x1a\x71\x73\xd5\x7a\x5b\x5d\xb5\x06\x56\xd6\xa0\x98\xf4\xfa\xf5\x79\x2f\x89\x94\x3d\xb9\x27\xcf\x66\x82\xbd\x47\xd2\x94\x99\x5e\x5b\x88\x9a\x3b\xab\x05\x91\x6c\xe3\xad\x88\xb9\xe1\xdb\xb6\x73\x19\x6d\x48\x83\x01\xbd\x88\x74\xd9\xcf\xcb\x48\xcd\x7c\xea\x2e\x6e\xe1\xd5\x27\x0b\x62\x52\x26\x15\xc4\x58\x5d\xae\x1b\x57\xe1\xbb\x3d\x26\x7d\x3e\xe5\xcb\x8b\x25\xc2\xde\x52\xad\x64\x7d\x12\x37\xef\xcb\x1a\xef\xe6\x2b\x07\xb1\xfa\xb8\x5e\xe7\xee\xb6\x85\x69\x45\x37\xfd\xde\x8b\xe6\x4a\x9e\x5a\x6f\x0b\x54\x2c\xb0\xf6\xe6\x76\xce\x2e\x50\x00\xa0\xb2\x18\x1b\xe1\x66\x72\x2a\xa0\x00\x63\x2f\xf5\x39\xea\x56\x32\x61\x97\xd2\x0b\xb5\x33\xd3\x34\x52\x77\xa4\x48\xe9\x7a\x95\x4d\xa1\xe5\x29\xd5\x1c\xa3\x4a\xf1\x5f\xcb\x30\x83\x71\x57\x86\xa1\xfa\xf0\x62\x8d\x04\xf7\xe2\xd4\x63\xb3\xaa\x5f\x91\x75\x02\xda\xd4\x51\x0b\xab\x20\xf0\x3c\xf3\x1d\xb7\xfe\xad\x83\xe3\x5a\x1f\xb4\x77\xa3\x33\x76\xdd\xff\xe5\x90\xce\x78\x08\xdd\x5b\xe7\xef\xd6\x61\x45\x0f\xa1\x16\x48\x4a\x8d\x14\x75\x5e\x42\xfd\x7c\xc1\x7b\xd6\xef\x2b\x8c\x9b\x3b\xd1\xfe\xec\xc6\xc3\x7d\xbf\x57\xf4\x5a\x29\x8b\xc9\x1d\xcf\x45\x10\xff\x23\x8b\x02\xd1\x3a\x21\x18\xb5\x30\xa7\x5b\x5b\x61\x54\xe1\xa9\xba\x1a\xa3\xd6\xea\x15\x6a\x0b\x41\x73\xbb\x86\x4e\x78\x87\xfa\x6a\x29\x3c\x8c\x12\x61\xf4\x1e\x15\x04\xd9\x7f\x6e\x8b\x16\xaf\x2b\x6d\xf6\x24\xf0\x1d\xbb\x35\x9d\x5d\xf7\xf8\xb8\xd9\x87\x27\x3f\x94\x29\xe1\x6c\x99\x2c\xca\xec\x8f\xed\x21\x7a\x01\x69\x34\x10\xec\xc9\x7c\xd2\xef\x5e\x25\xa6\x8e\x3c\x0b\xf5\x87\xd7\x4c\x5b\x87\xcb\xca\x89\x4a\x58\x59\x1c\x79\x99\xb2\xaf\xca\x53\x37\x61\xd1\x35\xdf\xa4\xa2\x27\xa1\xa3\x4a\xd5\x68\x03\xea\x79\x53\xaa\x5f\xb7\x15\x5d\x78\x28\x2f\x24\x11\x56\xe6\x47\x75\x4c\xab\x13\x44\x36\xe6\xa8\xdc\x98\x54\xdf\x5d\xab\x1e\xc0\xb1\x2a\xea\x1e\x43\xca\xcf\xdd\x73\x26\x80\x52\xd3\xed\xe7\x4a\x0a\xb8\xb3\x14\xc9\xa1\x5e\xfd\x4f\x57\x2a\x82\xb9\x64\x86\x48\xd9\x13\x14\x64\x4b\x91\x2f\x1b\xe8\xb1\x37\x2a\x14\xa8\x89\xbe\xff\x43\x58\xf4\x19\x2d\x35\x16\xaa\x44\xa7\xeb\x3e\x84\xc6\xb1\x99\xba\x43\xa6\xcd\xc1\xe0\x30\xb5\xd4\xa1\xe6\x4f\xa1\xfa\x82\x09\x55\x63\x6c\x82\xc9\x96\xd8\xb6\x4d\x05\x65\x2e\xa0\xef\x60\x7d\xfa\x1d\xac\xbf\x53\xdb\x7e\x0e\x32\x57\x56\x97\x83\xe8\xe0\x73\xc3\x08\x34\xc8\x9b\xad\xf4\xf1\xfe\x3f\x59\x1c\xff\x23\x4d\x5e\x5c\x44\x5d\xd3\xce\xc1\x0e\x5a\xa7\x59\x09\xd7\x3d\xd0\x5a\xdb\xab\x04\xa8\x76\xd8\x0a\xbb\xd6\xb9\xef\xd0\xb2\x2c\x43\xc9\xd7\x3e\xa9\x7a\x95\xbe\x60\x7b\xb4\xae\x7a\x6c\xdb\x23\x06\xd0\xf9\xf5\x5b\x08\xe8\x77\x20\x2f\x65\x8b\x35\xba\x80\x28\xf5\xe1\xfa\x60\x95\x56\x8a\xba\xd2\xe3\x73\x9f\x76\xcf\x59\xe7\x75\x70\xd8\xbc\x13\x3d\xbf\x4c\xca\x53\xe5\xba\x55\x71\xa3\x9f\xf7\x2a\x9d\x22\xca\x4d\x10\xd0\x0a\xe7\x96\xb5\xe2\xa5\xf4\xa5\x35\xe2\xb6\xba\x9e\xfb\x07\xc4\xda\xf9\x01\x36\xc8\xcd\x23\xab\xce\xce\x52\xb7\x0f\xa0\xdb\xb4\xb6\x5c\x6b\xb7\xa0\xa4\xb3\x9f\xe4\x7b\xc3\x5e\x1a\x3d\xb3\x91\x35\xb7\x47\x75\x28\x1b\x0c\xcc\x7e\x6e\xda\xd7\x06\x78\x51\x33\x51\x9f\xad\xb1\x8f\x28\x75\x2c\x05\x9d\x05\xd9\x1f\xd3\x57\xff\x5b\x54\x52\xbe\x3b\xec\x2a\x82\x55\x7a\x61\x54\x87\xb4\xa1\x3a\xa4\x46\x75\xd0\xf9\xf8\x55\x23\xd6\x35\xc8\xcb\xa6\x9b\xbc\x63\x74\xa2\x84\x2b\x67\xb5\x8e\x19\x5f\xc5\xde\xd6\x41\xc6\x2a\x12\x34\xea\xa5\xd6\x72\x6f\xd6\x3e\xb4\xd2\x6b\x34\x07\x03\xd4\x5d\xc9\x75\xb1\x99\x23\x6b\x58\xfa\xb9\x59\xa3\xbf\xa6\x6c\x38\x2c\x5d\x3a\x1b\x56\x25\x0e\xbb\x45\xf5\x23\xb3\x83\xbb\x9d\x7e\x43\xf2\xdd\x3d\xe4\x3b\x12\x77\xdc\xee\xe9\xf0\x36\xf1\x23\x1d\x9e\x7e\x5f\xc4\xff\x68\x87\xa7\x76\x87\x3d\x1b\x6d\xd9\x53\x4f\x51\xab\x8b\xbe\x5d\xba\x35\x8f\x4a\xbb\xbf\xdf\xf1\xcb\x55\xc0\xd2\x9e\x94\xc8\xe5\x1d\xab\xb5\x64\x4b\xa7\xd6\xca\x10\x62\xa9\x4e\xa5\xb8\x9b\xd2\xd9\x60\x90\x4e\xe9\xec\x42\x16\x76\x15\x43\x4f\x42\x00\xa8\xc0\x65\x25\x2e\x0d\x0b\xed\x8f\xca\xe4\x40\x95\x2a\x59\x5c\xac\xf8\xee\xbd\xfa\x59\x85\xcc\x57\x0a\x7a\xf5\x5e\x4a\x31\x93\x83\x01\x74\x44\xd5\x4e\x81\x8d\x49\xd3\xf0\xf8\x03\xd8\x18\x4c\xaa\x28\x7b\xd6\xed\x84\xf6\x46\x50\x91\x0e\xcc\x61\x70\x30\xe8\x00\x4c\xdd\x59\x7f\xff\x7f\x21\x3d\x2c\x14\xfa\xa8\x62\x17\x77\x67\x49\xaa\xb6\xff\x06\x56\x2b\x16\xd1\xff\xae\x59\x6a\xdb\x86\xfe\x0a\x22\xad\xf8\x96\xe6\x7d\xe8\xd4\x77\xd4\x5d\x9c\x2c\x93\xd3\x5f\x41\xa2\x97\x71\xd2\xf7\xcd\x36\x4e\xd6\x55\xe7\x5f\x41\x22\x75\x47\xd4\x87\x8e\x29\xb0\x30\xa9\x6f\x7d\xfe\x0a\xba\x1c\x44\x44\x69\xd4\x35\x1e\xca\x8e\xf4\x7d\xfd\xef\xfc\x80\xba\x34\x18\xfc\x29\x8d\xb4\xfd\xb6\xcb\xc2\xa3\x3a\x0f\xff\xa0\x32\xd7\x14\xbd\x53\x3a\x3b\x4f\x07\x83\x14\x89\xf2\x5e\xac\x06\x95\x65\xf9\x60\x90\xdb\x0a\x93\xba\x1a\x39\xb4\x4d\x77\xee\xc2\xc6\x75\xc5\x5c\x99\xdc\x0e\x90\x49\x1c\xd2\x2a\x1b\x3b\x83\x7a\x43\x5b\x3d\x87\xe0\x7e\xda\xb0\x16\x07\x7e\x6a\x2b\xaa\x85\x84\xad\x2c\xe6\xa1\x2c\xdc\x08\x3e\xd1\xe6\x52\x12\x77\xa2\xef\x30\x4c\x36\xbe\x46\xd5\x18\x50\x9c\xfd\xf9\xe1\xd3\xd8\xc5\xa6\x75\xf3\xdc\x3d\x6a\x79\xbd\x20\xad\xdd\xb2\x7d\x0b\x6d\x76\xdd\xee\x75\x67\xe3\xab\xc1\x01\x6d\xaa\x2b\xe5\xb2\x7b\xf9\x83\x6c\x9a\x96\x67\x5d\x54\x5b\x95\x37\x2d\xbb\xb3\x2e\xaf\xbf\x60\xaf\xdd\x70\x1f\xd2\x5a\x92\xf6\xf5\xd5\x03\x5d\xfb\x29\xe0\xde\xee\x7b\xaa\x58\x6e\x08\xb8\xa2\x4a\xd7\x92\xaf\x89\x60\x1b\xf2\xad\xe1\xea\x47\xe7\xc1\x60\x50\x03\x29\xbf\x1d\x1b\x46\x7e\xc0\xd8\xeb\x6b\xe5\xd0\x40\x8c\xc4\x6e\x20\xd5\xb8\x21\xb8\xd8\xb4\xee\x07\xac\xfe\xf4\x2b\x91\x3e\x80\x43\xdd\x19\x61\x5c\x76\xd7\x70\x3a\xa9\x38\xc3\xbe\x0b\xd7\x34\xd1\x0e\x2e\xa6\x6b\xf5\x43\x91\x5e\x39\x6c\x98\xaf\xf2\x6f\x33\xdb\x16\x74\x0f\x1e\xda\x15\x06\xb7\x1a\xe8\x01\x54\xde\x1e\xb8\x4c\x84\x99\x21\x8c\xe2\xc1\x20\xd6\xeb\xb7\xfa\xc3\x5a\x98\x05\x3e\x5f\xa8\xe9\xa9\x3e\xf9\x0b\x5d\x7b\x65\xde\x7c\x6e\x1a\x31\x3a\xad\x10\xcf\x3e\x72\x49\x70\x23\xe9\x4f\x13\x8e\x75\x52\x5a\xf1\x98\xe9\xff\x79\xfa\x9f\xea\x4d\x45\x9f\x99\x3f\x1f\x0c\xaa\xe7\x84\x48\xa8\xcb\x4c\x93\x65\x1d\xf7\xbe\xda\x1c\x69\x19\x86\xb1\xac\xd7\x1b\x8b\xc6\x6e\x50\x5f\xee\xf5\x34\x68\xb9\x36\x95\x0d\xee\x31\x8a\xf1\x60\x80\x56\xa3\x9c\x2e\xfc\xf0\xc6\x28\xe7\xd5\x6d\x30\x89\x65\x81\x21\x6b\xa4\x1e\x66\x35\xe2\x58\xc4\x64\x55\xe5\xcc\x13\x86\x25\xda\xfb\x09\x00\xc7\x2a\x0c\x69\xfb\x52\x89\x1a\x09\x9d\x29\xcb\xb5\x43\x6c\xbb\xbf\x57\x5a\xc5\xea\xbb\x8b\xa8\x34\x84\xea\xb2\xae\xd5\x7b\x4f\xea\x4a\xc6\x80\x84\xb0\x32\xd9\x0d\x06\xa1\xc2\xc0\xa4\x9c\x6c\xe1\x91\x4c\x46\x77\x39\xdf\x32\x29\xcc\x4d\x46\x7a\x9b\x0c\xb6\x3d\x7b\x4f\x12\x12\xe1\xfd\x7e\x56\x1a\x7b\x97\x54\x4c\x68\xce\xb6\x34\x52\x26\x84\x5f\x72\x9e\xdc\x49\x4e\x7b\x69\x4f\x6c\xed\x34\xb9\x75\x69\x58\xa5\xc7\x49\x95\x1d\xbe\x69\xae\x4f\x07\x03\x94\x37\x3e\xfa\x29\xc9\x3b\x86\x7d\xbf\x59\x11\x93\x7c\xbf\x9f\x61\xc2\xf7\x28\x1f\x55\x84\xb1\xc2\x78\x1b\x55\xf9\xfe\x31\xa3\x7e\x32\x21\x55\x82\x1b\x35\x0e\xdf\xba\xf4\x73\xf2\x70\x68\x68\x32\x34\x4f\x2c\x0f\xdf\xcc\x79\xcb\x49\x23\x19\xce\xe3\x84\xf4\x99\x4b\xbc\xed\x84\x1c\xb8\x68\x90\x45\xf6\x65\xb3\xfc\xdd\xbc\x8f\xf6\x1c\x87\xb4\xbc\x2d\x3d\x97\xb4\xbc\xee\xbc\xd1\x98\xd4\x5e\x6e\x9e\x4b\x2a\x37\x2e\x6f\x34\x3e\x23\xf5\x15\xb4\xf7\xbc\xef\xbb\xd5\x3c\x1e\x93\xda\x50\xa6\x61\x3a\x57\x10\x12\x48\xdd\x29\x9a\x7f\x4b\x67\x12\xef\xd8\x25\x5a\x07\xf4\xa6\x33\x52\xeb\xa2\xf2\x57\xad\x10\xca\x5f\x96\x8e\xe0\x1d\x8f\xf7\x44\xec\xd1\xe6\x06\x93\xdd\xc4\x7f\x36\x41\x5e\xbd\x31\x31\x01\x52\xbd\xf1\x9e\x3c\x4c\x7c\x1d\x35\xf7\xfd\xc4\xc4\xe5\x2a\xc3\x5d\x4d\x9d\x30\x77\x88\x13\xc6\xce\xac\x0e\xd2\xb9\x9b\x94\x81\x3c\xa7\xc3\xd7\xb2\x5a\x23\x9a\xe7\xc3\x64\x6f\x92\x84\x58\x8d\xc4\xb2\x91\xfc\x40\x23\xfd\x6d\x08\x9e\x59\x2d\xcc\x43\x87\x38\x22\x3c\xd0\x82\x4b\x86\xaf\x7b\x9a\x30\xb9\x49\xea\x56\x84\x6c\x65\x7e\xb8\x95\xbe\x46\x04\xcf\x3e\x36\x49\x32\x97\xa3\x11\x87\x48\x72\x00\x17\x49\xd6\xfb\xc6\x90\x44\xfe\x52\x33\x07\x28\x2b\x78\xf6\x7b\x8b\xb8\x73\xd5\xce\x21\xe2\x1e\x40\x47\xcd\x50\x0b\x9f\xf8\xa5\x76\xfa\xd1\xd1\x14\x6e\x63\xa4\x46\x36\x3f\x8c\xd1\x41\x84\x3e\xb4\x27\x4c\x91\xfa\x60\x4b\x2f\xe1\xd4\x9a\x33\x35\xb8\xf9\xe1\x39\x3b\x34\x65\x5d\x8c\xf2\x97\x1a\xea\x9f\xb5\x3d\x59\xf7\x79\xeb\xeb\x3c\x4f\x71\xf0\xd8\xe3\x42\xc3\x74\x5c\x4f\x03\xa0\x1e\xb9\x2a\xb9\xf2\x9d\x97\xb5\x87\x5e\x07\xab\x34\x23\x0e\x26\x2c\xf2\x18\xc9\x79\x4c\x3d\x47\x70\x1e\x0b\x96\x39\xc6\x8f\x81\xef\x7b\x9d\x08\xc4\x85\x40\xd8\x13\x78\x4f\x6e\x0f\x45\x25\x35\x38\xd6\x8e\x3d\x12\x7f\x23\xda\x09\xaf\xdf\x67\xb3\x8b\xa9\x39\xaf\xcf\x3c\xa6\xbc\x7f\x5a\xe2\x96\x58\xaf\xc1\x83\x0b\xd7\x0b\x4c\xe4\xd2\x86\x04\x26\x9b\x1a\x28\xbe\x18\x8d\xbd\x58\x39\xff\x18\x24\x6a\xf7\x9f\x9a\x9c\x51\x5d\x61\x75\xa1\xb6\x1d\x33\x72\x6f\xa5\xbc\x81\xaa\xb3\x58\xa2\x1c\x92\x1a\xdb\x86\x72\x04\x52\x5b\x4a\xf3\xf3\xd2\xb7\x93\xba\xab\x51\x3f\x4a\xc8\xca\xcd\x68\xae\x30\x57\x7f\x5e\x4b\x6c\xaa\xbb\x92\x5d\x8d\xcd\x75\x95\x5b\xff\x5a\x45\x90\xd2\x01\xab\xde\xd7\x00\x0f\x17\xcf\x7b\xef\x81\xac\x6b\x97\xaa\x7b\x8d\xba\x71\xaa\xba\xad\xd3\x64\xae\x07\x83\x35\xb9\xf7\x69\x1d\xd9\x51\xeb\x03\x9f\x74\x84\x2b\x53\xaf\xd6\x7f\xbe\xf4\x31\x17\x79\xd2\x2f\x9d\xa7\x4e\x7b\x4e\x95\x64\xd0\xe7\x49\xe2\xb4\xa6\xad\xfc\x52\xcf\x91\x43\x1c\x7b\x3e\x1c\xe2\x54\xb3\x21\xf7\x01\x43\x6f\xf5\xb0\xa5\x41\x56\x87\x38\x5d\x5a\x3b\x26\xc3\x74\x45\x69\x09\x55\xd2\xd9\xa9\x62\x92\x11\xa7\xa2\x71\x1d\xb5\xcc\xe9\x23\x9b\xfa\x6c\x13\xc9\x21\x4e\x0f\x89\xea\x41\xd4\x04\x72\x66\x98\x5c\x36\x83\xdc\xe8\x07\x46\xe5\xa7\x76\x68\x01\xdc\x1b\x5b\xe0\xe8\xb2\x0a\x13\x60\xb4\xe1\x2b\x73\x4c\x78\xc2\xe7\xd5\xdb\x75\xa6\x82\x13\xa3\xab\xa6\x92\x56\xbd\x50\xd7\x15\x6f\xfc\xe3\x31\xf9\xe8\xeb\xa0\xa6\xce\x9c\xf3\x98\x06\xf6\xfa\xbd\xc5\x37\xfe\xad\x0a\x32\x7b\xc4\x16\xe8\x76\x30\x68\xc6\x1e\xbe\x35\x31\x9b\x27\xfe\xed\x68\x4d\x69\x66\xf2\x80\xdd\xf8\xc7\x92\xff\x26\xaa\x65\xf9\xc7\xfe\x80\xd8\xb9\xd6\xae\x5c\x4d\x45\x2a\x25\xb5\x9a\x17\x69\x7d\xa7\x6b\x2a\xa1\xa3\x20\xcf\xf9\xee\x52\x87\x2d\x20\xa9\x6f\x1d\x55\xd4\x3b\x15\xa1\x03\xcb\x1a\x09\xc9\x95\x4c\xac\x23\x97\xfd\xb0\xf4\x8b\x88\x33\x54\x3d\x39\x58\xc7\xf3\xd0\x3f\x54\x5c\xcf\x76\x33\xeb\x49\x75\x67\xac\x83\x29\x34\x06\xc2\x22\x8f\x13\x83\x8f\xc7\x48\x87\x39\xbc\x2f\x7b\x3c\xdb\x97\x2a\x1a\x27\x9d\x2b\x50\xef\xbd\xd1\x39\xab\x4f\xde\x4e\xb9\x7a\x5d\xda\x4a\xe1\x7b\xd2\xf1\xb4\xf2\x3e\xf5\xab\xbb\xc9\x61\x6d\x97\xf4\x78\x49\x7a\x4b\xd2\x74\xa7\xf4\x1e\x89\xe5\x6f\xe9\xcd\x7b\xb5\xd1\xfb\x3e\x3d\xf6\xa6\xa1\x63\x7e\xec\xa8\xc9\x1b\x5b\x15\x5e\x74\xf4\xea\x42\xc5\xdc\xc9\xf0\x9e\xdc\x4f\xf4\x72\xaa\x03\x33\x60\x74\x3b\xc1\xe4\xd3\x9f\x8f\xd6\x50\xb3\x4a\x33\x2c\x25\x09\xd4\x59\x94\x70\xac\xbc\x7b\xfb\xa3\x42\xc7\x8d\x60\x69\x45\x3b\x58\xda\xc1\x98\x96\xa5\x4b\xf3\x45\x71\x28\x84\x57\x3b\x98\x14\x7f\xd9\x34\x6a\xbb\x80\xee\x31\xf6\x62\x84\x49\x5c\x3d\xcd\xec\xb0\xec\xbd\x5a\x80\x92\x89\x82\x3d\xa1\x3a\x5a\x86\xec\xf1\xcb\xc4\xff\x8f\xab\xf3\x2f\x93\xd1\xef\x92\x1f\xfc\xff\xba\x22\x5f\x26\x23\x2d\x93\xfc\x4b\xf5\x43\xb7\xf3\x29\x96\x27\xd5\x7f\x32\xb1\x32\xf2\xaf\xab\xa7\x54\x87\xbb\xf6\xf3\x42\xd6\x78\x5e\xc8\x2c\x6a\xb2\x96\xdf\x42\xf5\xb6\x90\x61\x82\xa8\x5f\x3a\xdc\xab\x4f\xb5\xcf\x3d\x2e\x5d\xaf\xcc\xac\x16\xde\xf3\x7e\x4f\xa8\x39\x9c\x1b\xfc\x1a\x7c\xde\xca\x3f\x4b\xeb\xdb\xf7\x9e\xe4\x40\x75\xb3\xb5\x9f\x41\xc9\x40\x85\x8a\xbe\xb1\x54\x1f\x65\x53\xca\x23\xab\xee\xbb\x97\x3e\x25\x1b\x2a\xff\x7d\x75\x40\x27\xdc\x17\xa3\x28\x0f\x96\x4b\x96\x2e\x95\x3b\xa4\xb2\xbb\xab\x84\xa8\x55\x0c\xed\x58\xee\xb1\x82\x4c\x1d\x55\x45\x6e\x46\xa6\x82\x43\x1c\x05\x2e\x3f\x19\x60\xb9\xdf\x6c\xb4\x05\x26\x2b\xc8\xc2\xdf\x8c\x04\xcb\x7e\xe1\x79\x12\x08\x41\x73\xb2\xd2\x1f\xd4\xd9\x9a\x44\xfe\xc6\x60\xab\xf7\xf2\xcc\xdf\xf4\xee\xfc\x89\xbf\xb2\x94\xa3\xad\x6f\xc5\x9f\x92\xca\x51\xa1\x18\xa2\xd6\x91\x12\xb2\xf4\x57\xd5\xda\x7a\xac\xc1\x97\x17\x0b\xc4\xb0\xb7\x24\x73\xd9\x60\xa5\xdf\x5c\xd7\x10\xf3\x0b\x47\xf0\xcc\xf1\xe6\x64\xe7\xaf\xaa\xa5\xfa\x50\x2b\x2d\xbb\xc1\x60\x47\xde\x4b\x7a\xac\xc8\xb4\xa1\x23\x98\xfe\x5a\xbb\x7a\xb9\x33\x5a\x49\x51\x7d\x95\xbf\x79\xc4\x0a\x9d\xc7\x39\xc2\x17\xd1\x34\x98\x01\x44\x53\x77\xe6\x45\x9d\xe5\xf2\xc9\x3c\x4a\x7e\x4f\x9e\x7b\x68\xe3\x65\x96\xc0\xdf\x56\xb2\xfe\x91\x54\x48\x78\xd7\x95\x5b\xf2\x71\x61\xf2\xf4\x05\xa2\x66\x23\xd5\x37\xc7\x00\x0f\x6a\xb3\x09\xf6\xdd\x15\x7b\x79\xa5\x51\x88\xc9\x73\x15\xf5\x46\x87\x99\xd6\x46\x1e\xd6\x0c\x03\xd5\x95\x35\x2f\x2d\x08\x14\x90\x63\x17\xef\x9b\xa1\xa3\xfe\x7c\x13\x3a\x09\xb2\x5c\x00\x96\x4f\x22\x2b\xcd\x54\x07\x2f\x41\x0e\x28\x09\x54\x0f\xd8\xba\x02\x79\xd6\xdd\xdb\xb6\x37\x6b\x89\xc9\xa5\xb7\x9f\x61\xc2\x9a\x46\xa6\x8e\x31\xc9\x5e\x0b\x7d\x39\x6d\xe9\x9e\x58\x0b\xc2\x9b\x3e\xef\x67\xa4\x5c\x2e\x9e\x8e\xe4\xd4\xe1\x80\xbe\x66\x4c\x78\xf4\x1b\x1e\xd1\xfd\x9e\x08\x9d\xce\xfa\x69\xe2\x97\xd2\x95\x5c\xf6\x9f\xee\xb6\x8c\xee\xae\x99\x72\x06\x23\x69\xf9\x3b\x78\x50\xbf\xe5\x86\xb5\xcc\x59\x54\x96\xf3\xf2\xb7\x29\xd7\x8f\x23\xcc\x69\xa3\xa8\x54\x4e\x6d\x24\x6e\xc4\x65\xac\x12\xf4\xaa\x47\x6c\x21\x65\x31\x42\x7c\xc8\xf0\xc9\xd8\xc5\x44\xf8\x92\xb5\x7c\xf6\x13\x3d\x4f\xff\xc6\xcf\xd3\x9f\x7c\xaa\x93\x9b\xaf\xd6\x08\x8f\x36\x29\x7b\x40\xe9\xc9\x98\xbe\xc2\x72\xf3\x49\x02\x81\x9c\x38\xae\xbd\x9a\x55\xc4\x54\x46\x78\xb5\xde\x90\x4b\xfe\xc5\x46\x5f\x8b\x87\x02\x77\x75\xae\x3f\x2e\x47\x82\x25\x54\x91\x64\xc2\xb6\xa4\xd4\xf3\xbd\x69\x55\x0d\xa3\xa7\x09\x79\x0e\xe2\x98\xef\x2e\x73\x5e\x14\xca\xc4\xc5\x52\x8f\x91\x24\x78\xf0\x38\x49\x82\x7c\x5d\x78\x45\xa9\x87\x28\x2b\xa9\x37\x15\x24\x9d\x91\x92\x18\x6a\x4d\xfd\x30\x1e\xfd\x48\x38\x45\x16\xa4\xb2\x4e\x59\x58\x53\x43\x74\xa9\x61\xf7\xf7\x62\xdd\x1e\x4a\x4a\x8d\x50\xfe\xb7\x27\x57\x13\x5f\xf0\xbe\x28\x8c\x74\x14\x05\x22\x20\x3d\x21\x62\x7b\xc3\xc3\x76\xa0\x1c\x47\xc1\x85\x3a\x00\x55\xac\x03\x50\x6d\x7c\x31\x52\x09\xf1\xe5\xae\x21\x46\x71\x30\xa7\x31\x59\xf9\x62\x44\xf3\x9c\x44\x56\x23\x5d\x86\x62\x0b\x74\xbc\x1a\x0c\x36\xc6\x41\xe3\x3f\xdd\xf2\x3a\x7a\x33\x75\x67\xa3\xc4\xf0\xab\x30\x3f\x35\xbb\x96\x0c\xb3\xe9\xf1\x87\x4e\xf1\x73\x5a\x56\xfb\x9b\xca\x6d\xea\x57\xbf\x31\x49\xcb\x26\xfe\x53\x0c\x06\x2a\xec\x80\xf9\xad\x62\x6a\x4e\x29\x11\xb3\x32\x1d\x87\xca\xdf\x85\xc9\x74\x43\x56\x33\x35\xe4\xcc\x97\x52\x9e\x24\x7e\x24\x87\xbc\xf5\x0b\x54\x08\xf4\xec\x24\x2c\x1d\x4a\x06\x70\xbc\xaf\x14\xfd\x3f\x4a\x32\x4c\x9c\x24\x78\x68\x7c\x4b\x30\xd9\xc4\x2c\x92\xbf\x7e\xa5\x44\x92\xd0\x59\xb0\x34\x1a\x6a\x91\x9f\x65\x72\x3b\x96\x85\xff\xa0\x52\x18\xca\xc2\x58\xd0\x7c\xa8\x42\x52\x69\x13\x89\x5d\x5a\x7f\x1e\xc6\x74\x4b\xe3\xb2\x17\x17\xeb\xe8\xcb\x4b\x7f\x2b\x11\x7d\xf4\x97\xd3\x1a\x3b\x1d\xad\xbf\xc6\x6c\x46\xae\xfd\xe5\x48\x62\x45\x76\xb2\xa0\x83\xcf\x8c\x3c\xe8\xef\x6d\x54\x66\xe4\xbd\x2c\xe8\x60\x31\x23\x6b\x7f\x2b\x49\x73\xdb\xe5\x9a\x07\x85\xd8\xbd\x7f\x2b\x11\xfb\xe4\xdf\x4a\xb0\x2f\x5d\xb0\x9d\x02\x7b\xf2\xbf\x48\xb0\x4b\xff\x8b\x04\xbb\xea\x82\xbd\x57\x60\x37\xfe\x95\x04\xfb\xe8\x5f\x49\xb0\x49\x0f\xd8\x48\xf0\x4f\x3a\x77\x22\xc6\x7d\xe1\x63\x3b\x35\xae\x15\xd8\x07\xff\x77\x09\xf6\x4f\xff\x77\x09\xf6\xf5\x05\x69\x68\xf8\xf0\x3f\x2e\xd1\x86\x2c\xc8\x13\xd6\xfc\xb2\x20\x4f\x33\x4c\x7e\xfb\x7e\xbd\xff\x2b\xeb\x7d\x30\xb5\x3e\xcc\x30\xf9\xe3\xfb\x75\xfa\x0e\x26\xf5\x1d\x4c\xf3\x99\xdf\x28\x69\x04\x35\x6e\xbc\x0d\xa4\xd3\x5c\x2e\x73\x36\xb5\xab\x30\x3c\x75\x67\x33\xf3\x3a\x50\xd4\xaf\x03\x7f\xc2\x6c\x81\xfe\xfe\xe9\xf6\x66\xa4\x73\x51\xb2\xc5\x23\x12\xd3\x60\x36\x12\xab\x20\xe5\x85\x5e\xf0\x05\xf6\x7d\xbf\x05\xc4\xa7\xee\x4c\x25\x76\x6a\xc0\xe1\x67\xd3\x69\x50\x14\xf2\xe4\x91\x1a\x55\x38\x27\x12\x2b\x8c\xcf\x75\xf2\x6b\x15\xe6\x76\x8f\xbe\x92\xdf\x14\x89\x7e\x23\x5f\x6b\x4d\x6c\x75\x61\x09\xc9\x3f\x04\x79\x0e\x79\xcc\x73\xcf\x89\xa4\x18\xce\x9d\x5a\x10\xaf\x2c\x26\xd8\x63\xcf\xaa\xf5\x2f\x36\xfa\x25\x0f\x96\x4a\x8d\xac\xe5\x6b\x2d\x88\x2e\x6c\xb1\xdf\x0f\x6c\x4b\xf9\xeb\x2b\xf2\x5c\xed\x1a\x7d\x72\xd7\x24\xb7\x32\x03\x88\x91\xd1\xe2\x95\xfa\xa4\x1c\x03\x7a\x74\x1b\xbb\x9d\x35\x7a\x56\x42\x84\xee\x31\xf9\x27\xa2\x78\x8f\x42\xbc\x6f\xee\x5d\xd7\x3f\xb0\x59\x29\x39\xfd\x8b\x5a\xd5\xfd\xdb\xd5\x87\x98\x3c\xb3\xc8\x6b\x48\x84\xa1\xaa\x35\x0c\x57\x34\x5c\xcf\xf9\x83\x43\x7e\x64\xa4\x6b\xf4\xdc\x23\xe6\xc4\x48\xb5\x42\xa3\x3d\x26\x97\xa8\xfa\x55\x0f\xe5\x52\x7f\xf0\x9e\x6a\xf4\x9c\xab\x54\x1e\x50\x8e\x64\x6b\x2c\x5d\x1e\x59\x0d\x1e\xe9\x7d\xc7\x69\x6e\x9b\xbb\xab\x72\x0c\x2d\xe9\x65\x0d\xa1\xd5\xdd\x7d\x35\xa6\x4b\x03\xd2\xa7\x9d\xb5\x1e\x65\x7f\x42\xb4\x1a\x00\xa9\xff\x34\x94\xa8\x32\xb3\xde\x61\x43\x8c\x8e\x58\xaf\xea\xf4\x89\x75\xa9\x10\x7d\x44\xc2\x38\x23\xff\x3b\x2d\xb8\xaa\x05\x17\xef\x51\x39\x2b\x9a\xdd\xd4\x38\x7f\x4b\xb3\x8d\x68\x0c\xf2\xd8\xfe\x71\x3f\x18\x20\xd9\x67\xb7\x55\x2b\x3d\xad\x61\x61\xd9\x4b\xe7\x2b\xc6\xe4\x5b\x0d\x62\x63\xd0\x60\xda\x3b\xa5\xb2\x7c\x97\x6f\xc3\xea\x48\xd9\xc3\xb5\x07\xea\x48\x15\xf7\x80\x4e\xd6\x03\xad\x13\xd3\x16\x75\x05\x5b\x34\xfe\x81\x6b\xc1\xd0\xfa\x9e\xb4\x43\xc7\xb7\xb4\x57\x8c\xfe\xeb\x92\x3c\x4b\xb5\xcb\xfb\x63\x4a\xe5\xa1\x40\x28\x17\xfd\x82\xc6\x34\x14\x1f\x24\xff\x7a\x9c\x58\xea\xb9\xf7\x48\x2c\xe5\xdc\x9b\x13\xc5\xe3\x9f\x68\x90\x87\x2b\xef\x03\xa9\x27\xe4\xa3\x9c\x0f\xef\x66\xaf\x43\xc7\x7b\x3d\xe3\x2b\x87\x62\x17\xad\x5e\xd9\x25\xce\x0d\x3f\x52\x38\x14\x47\xbf\xf0\x4d\x1a\x1d\x3b\x7b\xbc\x6f\x69\xa1\x97\x13\xf2\x6c\xe3\x97\x35\xf0\x4b\x88\x75\xf4\xf0\x1e\x89\x75\xf0\xf0\xe6\xfd\x92\x62\xdd\x50\x9c\x54\x56\x62\x4b\x69\xa2\xd3\xb1\x54\x62\x5b\x7c\x81\xd1\xfc\x8a\x3c\x37\x89\xa6\x08\xe3\xb1\x52\xef\xf5\xfa\x37\x85\x5d\x90\xa7\xca\xe2\xd1\x18\xb4\x16\x1c\x47\x0b\x39\xe8\x91\x19\x34\x26\x37\xfd\x87\xab\x2c\x10\xab\x3b\x75\x58\x6f\xda\x8e\x1d\xc7\xd3\xc9\xc9\xe4\xa0\x09\xab\x8b\xf2\x0b\x67\x19\xf3\x79\x10\x3b\x5e\x4e\xb8\xbf\x16\xa8\x71\x45\x76\x12\x64\xec\x64\x3b\x3e\x31\xd2\xab\x7a\x39\xcf\x2e\x9c\x0b\xd9\x94\xef\xfc\xc4\x3c\xc7\xc1\x3a\x7f\x56\x4e\x8b\x8c\xa7\x85\x3c\x9a\x71\xa9\x53\xf3\x5c\x25\x34\x64\xc5\x47\x1e\x48\x81\x28\xf5\x70\x65\x1a\xd8\x14\x64\xe3\x3b\xc5\x26\x0c\x69\x51\x38\xc7\x2a\x91\xa1\xa3\x1e\x85\x1d\x2d\xa8\x08\x57\x92\x0a\xf2\x6b\xfb\x80\x85\xd1\xd5\xc4\xb0\x68\xa0\x0f\x08\xaa\x17\x6f\x73\x91\xd2\xdd\xd1\x95\xfc\x1b\xc5\xd8\x2b\x48\xd5\xa5\x17\xca\x63\xc6\xc7\x89\xff\xfc\x6d\x43\xf3\x47\xcf\x39\x59\xe6\x41\xb6\x72\x48\xbe\x89\xa9\xe7\x9c\x04\x31\xcd\x45\xe1\x90\xf9\x26\x5c\x53\xe1\x39\xe5\x48\x4b\xee\xf5\x9c\x93\x98\x07\x11\x8d\x1c\x52\x08\x9e\xd3\xfa\xf7\x9e\x4c\x7a\xe6\x40\x5f\x5a\xd6\xb3\x20\x69\xae\xb5\x8a\xea\xc8\x4e\x98\x5f\xa0\xab\x4f\xc8\xd9\x14\x34\x1f\x66\x39\x5d\xd0\xbc\x18\x2a\x1e\x18\x16\xe1\x8a\xea\xbb\x9c\x8d\xe0\xfa\x08\x23\x95\x1f\x95\xba\x97\x49\x35\x4f\x25\xbe\xd8\x8a\xd1\xbf\xee\x30\x72\x50\x5f\x65\xec\x60\x12\x7f\x17\xca\x3b\x8a\x82\x7c\x8d\xad\x53\xad\xaf\xfb\x3c\xf6\x7d\x7e\xc1\xbd\x70\x30\x88\x2f\x1c\x09\xe3\x78\x4e\xac\x53\xad\x36\x14\x8d\xf7\x1d\x87\x9e\x67\xa1\x1a\x56\x39\x53\xf3\x3b\xd5\x27\x4d\x43\xea\x71\x52\x50\x71\xaf\xca\x7a\x76\xaa\x40\xaa\x08\xfb\x7e\xe9\x97\x5c\x92\xe7\x96\xc8\xfd\xed\xf2\x80\x5e\x33\xbf\x24\xcf\x35\xdd\xbd\x94\xb4\xa8\xee\xe5\xa5\x38\xff\x9d\x6f\x04\xf5\x3e\x4e\xa6\x79\x6b\xdd\xfe\x4a\x9e\x17\xf1\x86\x45\xde\xb1\x6b\xae\x7f\x9f\xb3\x20\x92\x5c\x74\xcf\x33\xef\xad\x6b\x61\x69\x23\x29\xc8\x73\x4e\x83\x70\xf5\x2b\x93\x1c\xf2\xe8\x2d\x68\x0f\x5c\x81\xd1\x03\x25\xcf\xf3\xa0\xa0\x12\x4b\xfb\x22\x1a\xf7\x0f\xfe\x8e\x92\xe7\x45\xce\x13\xcf\x39\x71\x88\xe0\x8d\x1a\xe5\x5f\x6a\x10\x2d\x21\x78\xf3\xa4\x09\x51\xb3\xba\x4d\x96\x26\xec\xdf\xef\x2b\xd8\x72\x21\x1c\x06\x66\x9f\x2a\xe0\x90\xa7\x0b\xb6\x7c\x09\x78\x53\x03\x2f\xe2\x60\xf9\x62\xc3\x51\x0d\x2b\x57\xe5\x8b\xb0\xef\x6b\xd8\x82\xe6\x5b\x16\xd2\xa1\x4a\x47\xba\xa5\xf9\xe3\x4b\xf5\x3e\x59\xf5\x94\x00\x7a\x09\xf8\xae\x26\xa1\x28\xa2\xf9\xf0\xfb\x35\xbe\x58\x35\x94\xf6\xf0\x22\xf4\xcd\xa5\x85\x0c\xcf\x5f\x1e\xf1\xcd\xa4\x02\x2e\x65\xd3\x0f\x01\x97\x62\xab\xb1\x28\xa4\xcc\xf6\x9c\x52\x82\x35\xaa\xfe\xfe\xd4\x5a\x40\x66\xb9\xa8\x48\xfe\x3d\x2b\x67\xa6\xb7\xa2\xd2\x92\x73\x37\xf1\x51\x8a\x4e\xdf\xbd\x39\xc5\xe4\xff\x7c\xbc\xfd\xf0\xfe\xe3\x97\xbb\xf7\xf7\xbf\x7e\xb9\xfb\xfd\xea\x97\xdf\xfe\xc0\xe7\xce\xf3\xf3\x51\xdd\xfc\xd1\x7e\x2f\x25\x4d\x17\x70\x30\x70\x4e\x0e\x95\x04\xf7\xa8\xa7\x65\x00\x74\x37\xf1\x1d\x47\x5f\xba\x7c\x9b\xf8\xf7\xbf\xbe\xbf\xb9\xfd\xf4\xe5\xf2\xf6\xfa\xee\xf6\xe6\xea\xe6\xfe\xdc\x91\x0d\xb6\xbf\x0e\x06\x12\xa3\xda\x90\x6a\x30\x6a\x83\x01\xa0\x6f\x13\xdf\x51\x9b\x87\x83\x09\x33\x6e\x9d\xc8\x22\xdc\x64\xd2\x20\xdc\xdd\xa4\x23\x7a\xbe\x4d\xf6\x98\x54\x19\x10\xeb\x77\xa7\x1f\x1e\x7f\x8b\x90\x93\x73\x2e\x1c\x15\x6c\x74\x8f\xf0\xf9\xff\x38\x39\xf9\x9f\x47\x5a\xc5\xbb\xd6\x47\x87\x7f\xfc\xfe\xd1\x4f\x02\x96\x8e\xce\xde\x86\x3f\xd3\x57\x3f\xbb\xa3\xaf\x85\x54\xe6\xfe\x7f\x00\x00\x00\xff\xff\x87\xc8\xb0\x1a\xd1\x05\x1b\x00") - -func pkgUiStaticReactStaticJsMain57c9e390JsBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticJsMain57c9e390Js, - "pkg/ui/static/react/static/js/main.57c9e390.js", - ) -} - -func pkgUiStaticReactStaticJsMain57c9e390Js() (*asset, error) { - bytes, err := pkgUiStaticReactStaticJsMain57c9e390JsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/js/main.57c9e390.js", size: 1770961, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x55\x4d\x6f\xdb\x46\x10\xbd\xf3\x57\x4c\x6e\xb2\x20\x2e\x3f\x24\x3b\x89\x50\x14\x6e\x14\x0b\x90\xa1\x34\x6d\x28\xa0\x68\x6f\x4b\x72\x24\xae\x42\xee\xb0\x3b\x4b\xa5\xf2\xaf\x2f\x96\xa4\x64\x5a\xae\xd1\x9c\xe3\x93\xa0\xf9\xd8\xf7\xde\xcc\xe3\x6e\x30\xf6\x28\xdd\x63\x66\x7d\xc9\xac\x76\xda\x1b\x65\x57\x90\x28\x9d\x1b\x84\x84\x4c\xd1\xb0\x77\x5b\xaa\x0c\x35\x23\x7c\x5a\x6d\xbc\x71\xe0\x79\xc1\xf8\x8d\x07\x00\x63\x48\xd4\xc3\x43\x89\xb0\x48\x12\x48\xb0\xc4\xcc\x92\x81\x3b\xbd\x53\x1a\xe1\x10\x8b\xa9\xb8\xe9\xca\x0a\x6b\x6b\x9e\x07\x01\xb7\xe5\x7b\x16\x19\x55\x41\x9b\xea\xf2\x0b\xaa\x8f\x46\xed\x0a\x0b\xf7\x09\x2c\xa9\xd1\xb9\xb4\x8a\x34\x48\x9d\x03\xd9\x02\x0d\x64\xa4\xad\x51\x69\x63\xc9\x70\xd7\xf3\x05\x4b\x94\x8c\x39\x34\x3a\x47\x03\xb6\x68\xe9\x41\x4f\xf5\x29\xee\x9e\xc5\xf6\x7c\xea\x10\xf8\xa3\xb4\x38\x87\x38\x8c\x23\x3f\x8c\xfd\xa8\xa3\x7b\x16\xf8\x48\xcb\xcd\x24\x0e\xa3\x77\x70\x8f\x39\xfc\x21\x2d\x93\x16\x1e\xc0\xba\x03\xbb\xe4\xd0\x87\x61\xf4\x69\xb5\xb9\x9a\x00\xa3\xa3\xe3\xb8\x38\x2a\x98\x7f\xeb\xfa\x77\xca\x16\x4d\x2a\x14\x05\x59\x29\x99\xb5\xac\x90\x1f\xa7\x3b\x86\x25\x69\x0b\xbf\x7c\x43\xa6\x0a\x61\x69\x10\xe1\x5a\x44\xd7\x62\x06\xe9\x11\x6e\xb7\xa4\xad\xec\x73\xfe\x59\xe7\x20\xea\x46\xec\x4e\x39\x71\x79\xb1\x28\xe8\x27\x16\x6c\x1d\xc4\x68\x95\x91\xe6\x39\x2c\x16\xf0\xe1\x4f\x98\x89\x70\xd2\xf2\xe0\x39\x24\xab\x35\x7c\x5e\xae\x21\x12\xd1\x04\x16\x94\xe3\x7c\xa8\xf5\xca\x83\x01\x75\xc5\x7e\x5d\x4a\xa5\xfd\xce\x59\xf0\xd3\x09\xbb\xd7\xec\x60\xf7\xa4\x39\x2b\x4a\xa5\xbf\xa2\xb1\xc1\x45\xc7\xcf\x9e\xdb\xd0\xf8\xf9\x06\x66\x7e\x1c\x46\x6f\x27\x70\x4f\x1a\x92\x73\xbb\xf0\x5e\x36\x44\x4f\x50\x3c\x21\xb8\xff\xbd\x41\x73\x84\x7b\x79\x90\x49\x66\x54\x6d\x61\xad\x52\x23\xcd\x11\x0e\x53\x71\x23\x42\x6f\x68\x9e\xbf\x5d\x6d\x6f\xd9\x96\xd5\x4a\x67\x65\x93\x23\xf7\xf6\x17\x7b\xf6\x5e\x36\xf9\x85\x8e\xcf\x35\xea\xef\x33\xf9\xff\x5b\xfc\x19\x47\x32\xbb\xe0\x31\xeb\x5d\x18\x7c\xea\x87\xf1\x26\x7a\x3b\x0f\xdf\xfd\x75\x1e\xc6\x6d\x6d\x90\xd1\x1c\xda\xd3\x36\x58\xd5\x0d\xc3\x47\xaa\x94\x6e\x18\x3e\x10\x59\xb6\x46\xd6\x33\x38\x5c\x8b\xe9\x7b\x11\xc2\xe8\x04\x68\xdb\xd2\xbc\xab\x1c\x58\x39\x3d\xf5\xf8\xb3\xe0\xea\xa9\xf2\x38\x8c\x6e\xfc\x38\x8c\x43\xb7\x3c\x69\x0b\xa9\xe1\x37\xb4\x68\xb8\x9f\xc1\xa5\xfa\x8b\x8f\xcb\x29\x1f\xfd\x87\x8f\x9e\x30\x19\xe0\x4f\x83\xb4\xa4\x34\xa8\x24\x5b\x34\xc1\x7a\xb5\xb8\xfb\x35\xb9\x3b\xdb\x74\x0c\xe7\x4b\xed\x0b\xca\xcc\xc2\x21\x14\xd1\x7b\x11\x39\x60\xce\x0a\xcc\x9b\x12\x8d\xa8\x0d\xe5\x4d\xe6\xb6\x24\x2a\xa5\xbb\x3d\x3f\xb7\xe5\x52\x66\x98\x12\x7d\x9d\x38\x63\x88\x56\x8b\xb2\x0c\x72\xbb\x55\xa5\x92\x16\x59\xf4\x6d\x9b\x42\x31\x30\x35\x26\x43\xc8\x28\x47\x50\x7c\x5a\xe6\x0b\x3b\x86\xf6\xda\x02\xa5\x5d\xa2\x1d\x4a\xa7\x03\xb6\xaa\xc4\x3e\x0c\x86\xc8\x42\xae\x4c\x7b\xfd\x1e\x81\xb6\x60\x07\x40\xd6\xe0\xa3\xf9\x9f\xcb\x8e\x6e\x44\x34\xed\x74\x1b\x17\xf1\x15\xbf\x16\xd9\xb3\xee\x3b\xef\x64\xe7\x54\xbd\x4a\xdd\x7b\xfe\xc7\x37\x8d\xb6\xaa\xc2\xd7\xa8\xff\x87\xd3\x1c\xbc\xb9\xa0\xfe\x5d\x8f\x4d\xdb\x37\xb8\x54\x2b\xaa\x50\xdb\xfe\xc7\x77\xe6\x78\x20\x8d\x5d\xd9\x89\x77\xfb\xfe\x77\xa1\x8b\x3a\x37\xc5\x41\xfc\xfc\xf7\x80\x86\x1d\x89\x39\x84\xe2\x5a\x4c\x67\xde\xbf\x01\x00\x00\xff\xff\x4b\xe6\x4b\x37\x7c\x0a\x00\x00") - -func pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxtBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxt, - "pkg/ui/static/react/static/js/main.57c9e390.js.LICENSE.txt", - ) -} - -func pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxt() (*asset, error) { - bytes, err := pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/js/main.57c9e390.js.LICENSE.txt", size: 2684, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticJsMain57c9e390JsMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x59\x57\x2a\x41\xd3\x2e\x8a\xfe\x97\xf7\x56\xc6\x46\x44\x54\xd6\xb9\xca\xcc\x2a\x8a\xb2\x2c\x91\x4e\xc4\x3b\xec\x40\xa4\x07\x11\x38\x7f\xfe\x8c\x7c\x9e\x28\x2a\x0b\x71\x76\xeb\xfd\xce\xde\x63\x8f\x75\x33\xa7\x64\x65\x9f\x91\x91\xd1\xc7\xff\xf7\x3f\xeb\xd7\xc5\xf2\x7d\x3a\xf9\xcf\xff\x2a\xe6\xfe\xf3\xf6\x3e\x7a\xfd\xcf\xff\xfa\xcf\x72\xd5\x5b\xbd\x3f\xe7\x87\xcb\xfc\xb8\xf7\x3e\xf9\xbf\x4a\x97\xcf\xe5\xd7\x62\xf9\xf4\xff\x1a\x2e\xff\x93\xfb\xcf\xb8\x37\x9b\xbd\x4f\xfa\xcb\xff\xfc\xaf\xff\xfc\x7f\xa6\x46\xb5\x95\xca\xf9\x4a\xd5\x4c\xae\xae\xee\xef\x72\x4d\xa5\xce\xb4\xb1\x25\x91\xc9\x85\xca\x4c\x74\x2e\x56\xea\x4e\xe5\x02\xa5\x5e\x51\x33\xf6\xec\xbf\xa1\x9f\x6b\x2b\x55\xf7\x32\x25\x75\xe5\xe7\x6d\x2b\x15\xd9\x7f\x42\x74\x13\xda\x7f\x02\xfc\x59\x93\xd2\x58\xa9\xf8\xda\x76\x18\xfb\xa8\x51\xc1\x70\xbe\x1d\xae\x6c\x38\xb6\x67\x3f\x47\x55\x7c\x0e\x72\x81\x0a\x06\x3a\x57\xc3\x2c\x03\x15\x9c\xe9\xdb\xfd\x94\x55\xbd\x96\xeb\x2a\xd5\xc3\x3c\x1a\x69\xf1\xbb\xb6\xff\x86\x9e\x94\x9c\x6a\x73\xbb\x0b\xbc\xfd\xf7\x6b\xac\x74\xab\x6d\x7f\x66\xad\xed\x68\x61\x84\x89\xf9\xe8\xf4\x0e\xd3\xc3\x90\x76\xe9\x81\xa9\xfc\xed\x88\x57\xda\x5c\xaf\x03\xac\xb8\x69\x8b\xc6\xda\xfe\x5b\xcf\xc5\x2a\xce\xeb\xfb\x83\x89\x9c\x73\x22\x85\x5f\x4e\xa4\x6e\x1b\xbd\xeb\x46\x2e\x54\xc1\xd3\x5f\xcf\xe7\x54\x1b\xbf\xe0\xec\x40\x03\x03\xf7\x4d\xdb\x0e\x5c\x46\xdd\x9e\x9d\x6d\xcb\x1e\xb2\xa9\x60\x0a\x72\x5e\xaf\x4a\xbd\xe6\x2e\x3c\x15\x14\x79\x08\xf6\x70\x82\xbe\x79\xf8\x87\x29\x34\xca\x81\x1d\xb6\xd9\xe5\x96\x24\x80\xe6\x2b\xd5\xc4\xbf\x75\x23\x75\xf7\x7f\x47\xd8\x99\x19\xa0\xc3\x4f\xc1\xaa\x76\x07\xd8\x88\x00\x27\xa8\x32\xd0\x80\x26\x82\x64\x64\xa1\xcc\x0c\x01\xbc\x00\x1a\xff\x2e\xd7\x55\x9e\x42\xab\x5a\x2d\x17\xa8\xf0\x86\x60\x17\xe4\x22\x65\xee\x5a\x68\x6a\xcb\xfd\x46\x80\x15\xdd\xcb\xba\x02\xa5\x6a\x61\x2e\x52\x2a\x6a\xc9\xd4\x02\xf5\xa5\xd7\x66\xa4\xf7\xeb\x9c\x69\xb9\x37\xa7\xf6\xfc\xcc\x8e\xbb\x94\xeb\x28\x73\x83\x09\x0f\x58\xf5\x5d\x63\xa8\x64\x85\x6d\x65\x1e\x58\xd1\xd6\xb9\xb1\x3d\xd4\xed\x3f\xed\x7b\xd9\x0e\xbb\x6c\xdc\x26\x5e\x90\x18\xdb\x1b\x84\x38\x99\x19\xba\x8c\x3f\xec\x80\xfe\x4e\x63\x4f\x1f\x51\x64\x77\xc4\x3c\xb5\xfe\x64\x7f\xed\xe8\xf5\xd0\x1e\xe6\xc8\x47\x0f\xd7\xf8\xf8\x6c\x7b\x78\x99\xe8\x3f\xea\xa2\xae\x54\xd3\x36\x08\x26\xfe\x9b\xed\x2f\xee\xdb\x33\x8f\xbe\xf4\xd0\xfc\x03\x78\x94\xb5\x7b\x49\x6f\xe5\x92\xbe\xa3\xab\x36\x76\x64\x68\xec\x59\xc4\x5e\xae\xa7\xd4\x94\xb7\x66\xa3\x5d\x60\x6d\x2b\xd5\xce\x2d\x8d\x0a\xdb\xb3\xbf\x9e\xc1\x95\x36\xb7\x72\x67\xa7\x86\xb7\x2d\xb9\xb4\xfe\x8e\x3b\x71\x96\x96\xac\x0d\x36\x0d\xc5\x1d\x6e\x07\xae\x44\xdc\xcd\x05\xea\x79\x60\x72\x35\xf5\x14\x56\xed\x99\x57\x56\xce\x54\xda\x4b\xfc\xe8\x11\xcc\x30\xe1\x4e\xf1\xaf\xa7\xda\x56\xfe\xaa\xea\x7d\xef\xd5\x4e\x69\xaa\x0f\x67\x63\xca\x1e\x56\x15\x10\x23\x1b\xa5\x70\x3f\x70\xd7\x95\x8f\x2d\x8d\x5e\xb0\x8b\x04\xb2\x37\x5e\x28\x7b\xe7\xc2\x08\xeb\xcb\x85\xca\x0b\xba\xb2\x60\x5b\x7d\xc0\x5d\x07\x6e\xab\x87\x16\x27\x95\xed\x8a\xbd\xb0\x8a\x2b\x03\x50\x7a\x05\x02\x6f\xd7\x30\x0f\x5c\x88\x89\x79\xb1\x5d\xdf\x8e\xfe\x7a\xc1\x4d\x0b\x62\x5c\x64\xa7\xc1\x03\x27\x20\x74\x54\x30\xb0\x08\xec\x70\x2b\xba\xeb\x7f\x81\xc0\x85\x1e\x11\x43\xf5\x51\xf8\xa1\x13\x98\x27\xec\xed\xdf\xb6\xb2\xf3\xb8\x61\x17\xc3\x2b\x94\xc4\x79\x83\x6b\x25\x55\x8d\x32\x0b\xde\xe1\x13\x9e\x0f\x1f\xcc\xb2\xbc\x3b\x27\x09\xf0\x74\x92\x4f\x1d\x63\x21\xfb\xd9\xe2\xe0\xa1\xc7\x12\x3f\xf7\x6c\x11\xb0\xaf\xcc\x4a\x03\x5a\x2a\xb6\xc3\x2e\x46\xed\x04\x28\xc1\xec\x3c\x23\x4f\xa4\xc5\xd7\x40\x74\x75\x60\xc4\x8e\xcc\xfb\xdd\xfe\xd7\x1b\x79\xb3\x14\x6c\x5a\xb8\x61\x4b\xfd\xc1\xc9\x7d\x62\x17\xbb\x76\x72\xf1\xa5\xed\xed\x26\xc4\x43\xdc\x6d\x71\x2f\x5e\xf0\xb9\x87\x21\xf1\x6e\x2c\x3c\x5b\x57\xf5\xee\x9d\xef\xbd\x2f\x60\xc1\x81\x57\x75\xa6\xb3\xd2\x84\x4e\x1c\x82\xb1\xef\xfc\x54\xf3\xaa\x86\xca\xbf\x99\xd9\x16\xc1\x52\x4f\xfe\xe5\xc6\x4e\xf4\x8c\x57\xf6\x0c\x85\x17\x72\x41\x23\x75\xe6\xed\x4c\x29\x5d\xeb\xce\xc3\x62\xa7\xe6\x1c\x65\x01\x8e\x40\x0e\x07\xe3\x7e\xea\xdc\x5c\x2b\xf5\x80\x71\x4e\x35\x60\xd7\x0f\x64\x11\xf6\x80\x00\xd3\xf6\x34\xfc\x11\x5e\xa2\xc8\x4f\xae\x93\xc1\x33\x1d\x6e\x3c\xe7\xe5\x9e\x7a\x16\x40\x6b\xa8\x43\x4a\xc6\x12\x56\x91\x3c\x21\xea\x43\x63\x6b\xb7\x3a\xf7\xa1\x95\x7a\xe2\x4d\xdc\x79\x76\xb8\xb9\xb6\x5d\xe6\x83\x33\x2f\xc5\xfe\xa1\x6f\xa7\xfb\x88\x82\x82\x97\xc0\x9e\x7f\x7d\x21\x7f\xf7\x94\x8f\x5b\x51\xb3\x4d\x6f\xb0\x1e\x60\x52\x53\xc5\x04\x02\x7b\xf9\xd0\x79\x98\x27\x6d\xf5\xe5\x39\x23\xbe\xda\x56\x1b\x3d\x15\x4c\x1a\x28\xdf\x43\x3f\x8a\xbf\x7d\x65\x6e\x41\x11\xd4\x3e\xd1\xb3\xbf\xb1\xad\x82\xa7\xbe\xf4\xdd\x04\xdc\x62\x7e\xb6\xbe\xc2\x33\xca\x39\xdc\xd8\xa7\xf6\x2e\x45\xd0\x65\x39\xf6\x6d\xa8\x82\x95\x45\x30\x7e\x68\xb7\xb5\xa2\xbe\xb0\x2b\xa0\x92\xcc\x04\x88\x5d\x59\xdc\xe2\x3f\xa5\xab\xba\x4d\x57\x82\xa3\x88\xb0\x69\x41\x07\xf8\xe8\xc9\xf6\xf5\x56\x73\x16\x6b\x87\xc3\xef\x1a\x5e\xc6\xa0\x97\xab\x29\xff\xc5\xe2\x28\x75\xcd\xb7\x0d\xe8\x30\x9a\xd8\x83\x32\x43\x3d\xb6\x1b\xe3\xb7\x6e\xd3\x35\xd5\xb1\xa6\xeb\x64\x2e\xa6\xb5\xe3\x1d\xbf\x00\x45\xd1\xb8\xcd\x0c\x66\x78\xae\x53\xd0\xb7\x03\xdd\x22\xda\xac\x2b\xd5\xe1\x4d\xcd\x35\x95\x29\x78\xb9\xba\x32\x20\xa6\xc3\x76\xf2\x90\xa8\x78\x67\xdb\xc4\x63\x3d\xf8\x17\xf8\x2f\x7a\xa3\x2a\xd6\x7a\xe1\x7f\x7b\xb2\x36\x87\x6f\xd6\xc4\x6c\x51\x74\xbe\x2f\x1a\xeb\x8d\xc9\xfb\xfb\x01\x86\x5a\x50\xc2\x09\x00\x6e\xa6\xd3\xfb\x71\xae\x8b\x60\x09\x06\x26\x43\xdf\x98\xf0\xdc\x7e\xf6\x14\x31\xe5\x0d\x10\xbf\x6d\x6c\xc9\xc5\x20\x69\x7c\x06\x98\xbe\xd4\xe9\x33\xd4\xc5\xf6\xbd\x8e\x78\x67\xb6\x5e\xae\x6b\xaf\x23\x2e\x4a\x73\x63\xd2\xc7\xb1\xfd\xc5\x5d\x59\x78\xc0\x3b\x4b\xbb\x85\xfe\x25\x09\x72\x3e\xbe\xf1\x8c\x7d\x54\xf1\x22\xf8\xf6\x45\xb8\x24\x0d\xf6\x8e\x7d\x3a\xd5\x38\x62\x15\x2f\xed\x7f\xe1\xe3\xe8\x5f\x88\xe7\xc6\xcc\xa1\x4c\xde\x84\x32\x99\x93\x86\x9c\xf0\x92\x5b\x46\xa5\x3b\xb4\xbb\xf3\x80\x77\x5f\xd5\xc6\x3e\xc0\xa6\xac\x1d\x54\x48\x04\x95\xb4\x01\x32\xd4\x01\x80\x1c\x94\xf7\xdd\x89\xb6\x33\xb2\x04\xb2\x79\x34\x16\xf5\xe3\x31\x78\x31\x09\xba\x0c\x1e\x4f\xd0\x43\x38\xf1\xf1\xd2\xda\xcd\x0c\x6e\xfb\xd8\xf1\xad\x5e\xfd\x0b\xa3\xf2\x26\x44\xcf\x12\x8d\xfb\x29\xb8\x94\xb4\xbc\xf8\xa1\x7a\xd7\xf6\x16\x0f\xb4\x60\xc9\xc7\xb2\x21\xcd\xab\x30\xd2\x89\xc5\x6c\xa6\x64\x76\xce\xf0\xed\x4f\xfe\x28\x9b\xa4\x8a\xc5\x99\xbb\xbf\x9e\x60\x5b\x65\x18\x97\x7d\xbf\x76\xfc\x67\x52\x56\xf5\x2f\x87\x44\x5c\x79\x0e\x9b\x00\x70\x7c\x5e\xec\x6b\xf1\x19\x0f\x12\xe4\x7d\x63\xf7\x5f\x39\xf5\x17\x04\xee\xa5\xc9\x6d\xb5\x3d\x61\x92\xde\x15\x7b\xdf\x87\xc4\x9f\x44\x1a\xd7\x16\xf2\xf9\xfe\xe3\x6f\x15\xbe\x01\x0d\x95\x78\x4e\x05\x9c\x78\xd3\x21\x0c\x9a\x5b\xf0\xae\x03\x8f\xe7\xbe\xb6\x8f\x84\x79\x58\xe9\xbf\xdd\x0d\xd0\x41\xdc\x81\x68\xf7\x0d\xee\x0b\x3a\x43\x09\xb1\x5e\xbc\xf9\x17\x80\x5f\xe9\x52\x05\xa7\x7f\x25\x50\x31\xb2\x0b\x08\xd7\x76\x65\x55\x75\xe9\x1e\x08\x6b\x7c\xe8\x35\x37\x6f\xa2\x2d\xa0\xbf\xeb\x31\xc1\x7e\x29\x3f\x79\x65\x86\xa0\x0e\x0a\x81\xf0\xd6\xf6\x35\x19\xf3\x79\xdd\x18\xa7\xfa\xeb\x10\xd4\x67\xd1\xb8\x03\xfd\xd9\xdc\xeb\xca\x0c\xfd\xcc\xa4\x83\x9d\x3e\x32\xdf\x77\x9d\xff\x97\xcb\x72\xf7\x03\x87\x30\xd5\x97\x7a\x91\x22\xf0\x11\x11\xe9\x58\xf7\x83\x14\x34\x89\x11\x4f\x75\x6e\xaa\x95\x7a\xc3\x3b\x70\x8e\x55\xbf\xe1\xee\xaf\x8c\xf3\x50\x7a\xc2\xca\x78\xf6\xa1\xe4\x33\xdf\x1c\xa2\xb0\x0b\xce\xad\x76\x66\xf6\xdc\xb8\x7a\xe6\x1b\x33\x22\x8e\x04\xd9\xe9\xcf\xcd\x9e\xdc\x7a\xc8\x03\x52\x6a\x67\xc0\x47\x77\x05\x41\x26\xbe\x32\xf7\x1e\x51\x4c\xa4\x82\x91\xf6\x1d\x34\x25\x37\x6a\xdf\x45\xd1\x14\xf6\x28\xc8\x6f\x9c\xe1\x0e\x75\xb9\xab\xaf\xa4\xa8\xda\xf6\x82\x07\x6f\xa3\xe0\x1f\x80\xed\x65\xf8\x8d\xef\xeb\x9b\x79\x45\x64\x13\x89\x18\x46\x00\x26\x2c\xfb\x00\x98\x2b\x5c\xa5\xd8\xce\x6e\x62\xe4\xa5\x0d\x55\x78\xfa\x0f\x48\x70\xab\x4d\xa5\xfc\x4d\x3e\x94\xe5\xe8\xfb\x20\xfa\x76\xde\x98\x48\x71\xe9\xe1\xbf\x82\xc6\xbd\xcf\x63\x43\xc2\x53\xd2\x7e\x96\xa6\x0b\x1a\x8b\x7f\xd9\x89\xa6\xcb\x01\x3f\xdd\xd9\x57\x16\x78\x3e\xc1\xbb\x5b\x9c\xc2\xb9\xe0\x5d\xb2\x8f\x7c\x8f\x2d\xcb\x80\xaa\xa1\xe7\xbc\x9e\x67\x7c\xfa\xf6\x55\x26\x98\xe8\x9c\x20\x78\x0f\x80\x5b\xea\xe4\xab\xbf\xb1\x67\xe8\xfb\x20\x92\x38\xef\x0d\xe1\x70\xcb\x3e\xf3\x5c\xed\xc0\x7d\x9f\x2f\xf0\xa9\x09\xa8\xcd\xbd\x6b\x65\xd6\x20\x3c\x41\xf4\xd5\x30\x9c\xb9\x4b\x04\x1d\xe1\xbb\x59\xf8\xff\xb0\x2b\xad\x61\xf5\xf0\x70\x4e\xf5\x36\x10\xf6\x3f\xc0\x1a\x40\xbc\x17\xd0\xc1\x18\xe0\xbe\xd3\xa7\x94\x5e\x14\x4c\x4a\xc5\x9f\x61\xc9\x2b\x4d\x3a\x28\xb2\xd0\xff\xc9\xf5\x4f\xf0\x0a\xc7\xd3\x00\x4b\xb4\x8f\x48\x30\xa9\x14\xfe\xe5\x0c\x4f\xf5\xc6\x39\xc4\x32\x31\xc1\x89\x88\x52\x30\xe9\x11\xf9\x8e\x4f\x52\x42\x10\xb1\x72\x24\x7b\x13\x2d\x53\x80\xc5\x5c\x79\x64\x45\xca\x24\xf2\xaf\x3c\x87\x19\xc9\x0b\xe1\xff\xac\xfc\xa2\xbd\x27\xaa\x6d\x7b\xb9\x3d\x45\x2f\xd7\xc9\xb3\x16\x8a\x10\x16\xbc\xf0\xf5\xb5\x90\x52\x38\x12\xbe\x82\xf6\xa4\x6e\xf6\x7f\x86\xad\xbd\x98\x2d\x72\x49\xec\x11\x79\xfe\x8d\x6f\xff\xab\x5f\x04\x10\x4a\xf2\x0d\x22\x33\x25\x00\x31\x03\x7d\x5b\x36\x24\x24\xa2\x21\xea\x47\xc2\x26\xac\x2b\x96\x72\x6b\xe1\x01\x50\xd1\x96\xef\x68\x21\xe5\x1e\xaa\xe7\xfa\x34\xe0\x4c\x42\x15\x95\x88\xb1\xf2\x20\x43\xef\xfa\x95\x74\xb6\x05\xee\x23\x5e\x7e\x73\x43\x82\xda\x92\xdf\xa0\x58\x2d\x20\x80\xfe\x06\x21\x79\x48\x7f\x97\x4c\x4a\x7f\x87\xdc\x3f\x7b\xe4\x05\xbc\x6c\x23\x82\xc1\x17\xd0\xd8\x89\x2e\xff\xf5\xc9\x6f\xb5\x29\xe8\xcb\x2c\x16\xc1\xf5\xdd\x23\xf5\xb1\xa0\xd0\xab\x50\x05\xbd\xbf\x97\x4f\x9d\x6a\xa3\x36\x7f\xd2\xbf\xe5\xae\x5e\xff\x49\xfe\x75\x5d\xe0\xeb\x46\xf6\xd0\x61\x26\x2e\x89\xf5\x58\x5e\x77\xa4\x22\x6b\x87\x45\xa8\x95\x08\xa2\xe7\x40\x3a\x11\xc8\x26\x91\xae\x17\xf8\xe5\xc2\xcb\x2d\x35\xae\x9c\x01\x27\xb1\x6f\xda\x2e\x67\x2a\x2c\x75\x15\x0f\xa6\x41\x15\x61\xd5\xda\x4a\x86\xad\x0b\xf9\xc7\x57\x75\xc6\x96\x03\x3f\x4b\xba\x4d\x39\xf9\x18\x90\x33\xf1\x73\xaf\xca\x0c\xbd\x13\x2f\x21\xbf\x52\x99\x17\xa9\xf8\x18\x14\xb4\x30\x0e\xb6\xa4\xaf\x5b\xb3\xaa\x8b\x8a\x9b\x4a\x7d\xe9\x77\x0f\x34\xa6\x4e\x45\x41\x97\xdf\x44\x41\x5b\xed\x10\x81\x8e\x28\x68\xc7\xf5\x4e\xc9\xe4\xd8\xb1\xeb\xc5\x0a\xaa\xee\xe4\x52\x68\xf7\x97\x1d\x68\xe2\xa9\x7d\xef\xe1\x39\x76\xa1\x4e\x9e\xbd\xf6\x8e\x7b\xda\x14\x1e\x6b\x2f\x3e\x5e\x07\xdc\x13\x4a\xc1\x44\x10\x94\x27\xd3\xb1\x24\x4c\xaf\x2c\xf5\x65\x06\x66\x4e\xbc\x38\xf6\x73\xa7\xda\xbe\x29\x13\xee\xe0\xd4\xb7\x68\x5c\xbd\xeb\x82\x2f\x3b\xe8\xd4\x3a\xd5\x10\x3f\x75\x1a\x47\xa6\xf2\x6d\x16\xa5\xeb\xf9\x77\xa1\x94\xcc\x65\x7e\x40\x69\x0b\x97\x8a\xb9\x85\x79\xce\xe4\x04\x82\xa1\x2f\x3d\xfa\x6b\x22\xf0\x4a\x9b\x92\x5e\x11\x96\xcf\xb1\xdf\x27\x7b\x58\x9e\xeb\xa2\xb9\x4c\x4f\x76\x42\xfc\xfc\x61\xbe\x50\x56\xc7\xbe\x6f\x80\x13\x9f\xed\x19\xdd\xdf\x90\x94\xa4\x20\x82\x54\x9c\x65\x7b\x57\xc4\x60\x2f\x96\xf9\xbd\xb9\x20\x91\x0f\x02\x4b\x5d\xe8\xeb\x7d\x4f\xc1\x08\x04\x5a\xb8\xf2\x7f\x84\x7f\x48\x02\xc6\x7a\xed\x67\x2f\x40\x68\x6f\xcf\x0c\xcc\x4c\x44\x40\x74\x61\xec\xb4\xca\x0b\x5a\xac\xee\x81\xcc\xac\xcd\x33\xb6\x85\x70\xf2\xae\x0b\xb8\x43\x13\xbd\x25\xc0\xed\xb0\x45\xf5\x11\x0e\xb0\xce\xb7\x53\x4e\xa1\x01\xb8\xeb\x57\xf0\xee\xcc\xf5\x8a\xf7\x97\xe2\x49\x7b\x24\x91\x32\x1b\x8f\x3b\x58\xcb\x03\x3a\x6b\x29\x2c\x85\x2a\x14\x9d\x07\xcf\xeb\xc3\xfc\xfd\x79\x9d\x6a\x73\x3b\xa8\x1e\x72\xd8\x9f\x99\x33\xb9\xfc\xdd\x99\xf8\xee\x99\x54\x92\x33\xb1\x9f\x5b\x27\x38\x98\xde\xce\x77\xf1\x53\x24\x37\xfe\xf8\x0e\x13\x6c\x3a\x97\xce\x06\x0f\x65\x83\xaf\x30\x4c\xa7\x84\xfd\x7d\x3a\xbe\xbd\xa1\x32\x97\xfa\xe7\x2d\x0b\xd6\xee\x96\x7d\xfe\xc3\x96\x59\xc6\x7d\x41\xd1\xcf\x3b\xe6\xdd\xce\xf5\x94\x7f\x8f\x45\x7f\xed\x81\xbd\x3b\x33\x93\x70\xdf\xc7\xbd\xc8\x40\x01\x72\xf1\x89\x97\x82\x7a\x08\x2e\xf8\x4c\x5b\xe2\x62\xa4\x05\xcd\x6f\x00\x7d\x4b\x03\x62\xb1\xa5\x28\xd7\xdd\x73\x6e\xa6\x72\xa0\x35\x6c\xa5\x2f\xd1\x4a\x5e\xa2\x73\xb0\x2f\x5c\x29\xd0\xec\x52\x6f\xec\x9c\x83\xe7\x7f\x51\x1f\xbe\x8c\xaa\x78\x85\xc6\x21\x8f\x7f\x4d\xca\xe2\xcb\xa2\xee\x08\xe8\xf6\x5a\x2d\xd2\xd5\xaa\x36\x2b\x7e\xe8\x92\x9f\x70\xa6\x7d\x6d\x7f\x93\x17\xe5\x2e\xb1\xb9\xbf\xaa\x80\xea\xdd\xa0\x4b\x9f\x2f\x69\x77\x0e\x22\xe3\x6e\x03\x2a\xe4\xf6\x1f\x79\xd1\x63\xb3\x0d\x4a\xfa\xc8\x44\xdf\xf5\x2c\xfc\x07\x30\x68\x08\x4b\x3a\x0f\x73\x47\x95\x56\x9f\x69\x49\x5e\x17\x05\x45\xe5\x44\x4c\xee\x2f\xcc\xb9\xcf\x5d\x4a\x8a\xe2\xb2\xde\x84\xb9\x2c\xb9\xfd\xe5\x92\xaf\xa2\x08\x26\xd8\xbd\xce\x42\x40\x3c\x47\x9f\xcb\xba\x22\x4c\x29\xfe\xc4\x34\xcf\x34\x65\xd6\x52\x38\x0e\x2d\xbf\xb9\xf0\x37\xff\xb2\xd8\x47\xc1\xea\x87\xe2\xce\xce\xa5\x2e\xa7\xac\x45\x2b\x79\xae\x89\x3f\xc0\x24\x58\x56\xd2\xbe\xb9\x23\x17\xe7\x6d\x2b\x78\x9a\xf2\xc4\x08\x24\x90\x6d\xf5\x50\xf9\x33\xdb\x91\xf7\x46\x28\x69\x92\x9c\x7a\x85\x7c\x37\x2c\xa4\x4c\xa9\x7d\x9e\xaa\x7f\xbb\x8e\x0b\x6d\x1e\x64\x1d\x5b\x6c\xc2\xd4\x15\xba\x19\xf7\x38\x62\xe5\x17\x74\xfe\xfb\xa1\xf5\x2b\xd9\x76\xf1\xc0\x94\x0e\x0f\x2d\xb5\x2b\x00\x65\x2b\x97\x61\xc3\xf3\xda\x0a\x58\xee\xf8\xf3\x34\x3d\x29\xfc\xc4\x19\xed\xbc\xd2\x5f\x9f\xd1\xa7\x36\x8f\x24\xeb\x9b\x04\x90\x7a\x09\x42\x18\xe8\x87\xeb\x2e\x6f\xde\x4e\xf0\xd6\x18\xaf\xce\x08\xcc\x73\x1b\xc4\xc7\x58\x2b\x21\x1c\x9a\xa4\xdd\x55\x7b\x8e\x33\xcc\x07\x10\x58\x28\xaa\x1b\x9a\x20\x0a\xf1\x67\x2a\x24\x90\xee\x56\x9a\xda\x40\x4a\x4b\x21\xe7\xe8\xeb\xc5\xbe\xd0\x2e\x52\x30\xd3\x00\x64\x57\x57\x70\xc3\x92\x64\x6d\xf5\xef\xa5\x08\xe9\x92\x64\xc9\xa5\xca\x91\xe5\x36\x47\x7f\xbd\xa5\x17\xda\xdc\xe7\x2b\xc7\x8c\x49\x3a\xae\x31\x09\x81\x7e\x9e\x68\xb8\xc0\x34\x99\x15\xb9\xbb\x01\x26\x22\xf2\xce\x00\x23\x7c\x68\xa5\x6e\x95\x3c\xa4\x40\x8f\x42\xf4\x8f\x33\xed\x29\x4e\xdd\x51\xd9\xf5\xe8\x5c\x9d\x69\x46\x02\xf2\x64\x7b\x0d\xde\x2b\x89\x0a\x49\x25\xf4\x4b\xac\xbc\xb6\x7d\x55\x6e\x0b\x3e\x15\x5f\x20\x03\xfd\x2f\x6d\x4f\xa4\x37\xe4\xf1\xec\xcb\xba\x4a\x75\x4f\x6d\x23\xfb\xdc\xd7\x95\xba\x2d\xfa\x22\xb0\xa8\x27\xb3\x9d\xea\x4b\xcf\x65\xd5\xa9\x4d\xdd\x40\x58\x7e\x5b\x93\xda\x67\xc6\xf2\xfa\xe7\xa4\xf3\x4b\xe8\xa3\x53\xf8\xb6\xbe\xba\x52\x1b\xbc\xc6\xe7\xe6\xf2\x5f\x90\xd1\xc3\xe4\x47\xdd\xcb\xee\xbb\x05\x01\xe9\xb2\x71\x7a\x8b\x8b\x7a\x25\x12\x80\xa4\xd2\x86\x6c\xd6\xa7\x50\x70\xbb\x44\xc4\x61\x07\x21\x6f\xff\x45\xd1\x4d\x03\xb4\xe3\x9c\x5f\x14\x08\xef\x89\x45\x43\x17\x7a\x61\x5f\xe8\xa2\x56\xae\x05\x46\xfb\x5d\x54\x5e\x94\x9c\xb0\xdb\x12\x45\x87\xf6\x44\xef\x15\xd9\xac\x2f\x19\x77\x03\x46\xbc\xbe\x7f\xea\xfd\xb5\xe7\x8a\x8d\x0e\x5f\xfb\x1b\x57\x56\xe9\x8a\x63\x4e\x92\x29\x9b\x44\xee\x1e\xd2\xdc\x8c\xa6\x3c\x25\x67\x18\xae\xae\x46\xf4\x13\x0e\xa0\x8c\xdb\x19\x29\x25\xaa\xbc\xe4\x8f\x2b\x58\x84\xcd\xb8\x53\xe0\xfd\x29\x5f\x2a\x91\x49\xe4\x8d\x7b\x80\x64\x8c\x5a\x7c\x47\xc9\xd4\x03\x14\xd4\x54\x43\x7d\x90\xb9\x59\x07\xdf\x45\xaa\x84\x93\xb8\xb6\x17\xa6\x0e\xbd\x23\xc2\x54\xdc\x66\x73\x37\x0a\x52\x7d\x8d\x7f\x4c\xae\xfa\x40\x10\x7f\xfd\x20\x99\x58\x0e\x60\xe8\x26\xf0\xf1\xd7\xc4\x04\x0f\x52\x20\x23\x28\x64\xba\x91\x53\xfe\xd0\xa3\xeb\x7f\x80\xe5\x9d\xd9\x64\xd4\x2c\xf6\xcf\xa1\xb6\xe8\xfc\xea\x26\xf8\xbc\x16\x74\x5c\x53\xb7\xb7\x94\x06\xb1\xf7\x32\xef\xa0\xdd\x98\x91\x3e\xb1\x3f\xf2\x15\xe8\x0d\x9e\xc1\xfd\x43\x63\x1d\x0b\x90\x1b\x18\x9b\x04\xa9\x51\xa0\xf3\x67\x9d\x2c\xc9\x97\x2e\x98\xbd\xce\xc9\x54\xb1\x8e\xb6\x7d\x4c\x7c\xe0\x14\x91\xeb\x40\xd4\x6c\x1e\x13\xb1\x73\x22\x1a\x7a\xa3\xcc\xaa\x9e\xfb\xd2\x2a\x6c\xa5\xd6\x39\xdd\x72\x85\x8c\x10\x45\x1b\x15\xe9\x14\xea\x60\x3b\x05\x68\x22\xa3\x36\x5f\x88\x7b\xf9\xf1\xaa\x4c\x89\xa8\x2a\x19\x21\x56\xde\xd0\x42\x72\x84\xcb\x12\x43\xb7\xdc\x04\x19\x1b\x41\xba\x34\xd3\x0d\xa9\x6e\x31\x5a\x5d\x36\x29\x4c\xd6\x48\x0a\x83\x80\x3f\xc1\x8e\xf8\x53\x88\x1c\xeb\x3c\xad\x08\x82\x5a\x1a\x8b\x45\xef\xf6\x49\x32\x79\x0f\x26\x15\x6d\xe2\xde\xda\x1f\xf4\xf8\xc9\x1e\x69\xe7\x56\x07\x67\x43\x4b\xae\x68\x6a\x49\x7b\x53\xf6\x68\x3a\xc6\x4d\x2a\x98\x3b\x4c\x39\x9a\xeb\x5c\x4f\xa9\x57\xaa\x7e\x4d\xca\x15\x40\xfe\x67\x94\x3d\x5d\x20\xba\x78\x42\x36\xe9\x82\x02\xbe\x4f\xee\xa8\xc7\xdd\xe5\x40\x7f\xb2\xfc\x22\x27\x7b\x11\x7c\x5f\xf2\xe0\xcf\x97\x2c\xbd\xf4\xab\x07\xcb\xec\x6b\x75\xbd\x36\x43\x9d\x85\x8e\xda\x4e\x3b\xe0\x11\xc8\xc2\xbf\x44\x39\xb5\xd1\xe9\x3e\xf8\x45\x4b\x26\xf8\x94\xc7\x00\x26\xc0\x8b\x52\x22\xb5\xe2\xf3\x19\xad\x9c\x06\xaa\x27\xda\x1d\xd9\x81\x80\x02\xf1\x40\x05\x0b\x9a\xaa\x46\xa7\x7b\xc6\xa3\xa3\xcc\x42\xaf\x0f\xea\x9d\xea\xa4\xe2\x19\x4d\x30\x20\xe3\xed\xec\x20\x9e\x8c\x00\xc8\x17\x58\x6c\x7c\x01\x22\x68\x62\x2e\x39\xfc\x15\x87\x2f\x52\x6e\x74\x6e\x9f\x71\x7f\x48\xdd\x78\x97\x24\x18\x64\x49\x66\xa1\x49\x06\x75\x43\x54\xdc\xd8\x8a\xc1\x86\x46\x0a\xc9\x98\xc0\x13\xdd\xfc\xf7\x31\xc7\x58\x1d\x85\x57\x31\x4f\x97\xc4\x70\x66\x78\x53\xa2\xd4\x8a\xd6\x7a\xfe\x8d\x3d\xa8\xbb\x9c\x51\x3e\x6f\x4b\x6c\x4b\x7b\x54\x90\x45\x4b\x63\xb7\x23\x02\x55\x5e\x55\x04\xa9\x30\x57\x53\xe6\x1a\x47\x14\x46\x98\x25\xf9\xef\x05\xc8\x8b\x78\x8e\xf9\x77\x46\x76\xae\x3e\x1f\x99\x81\x1e\x38\x10\xd7\x84\xd6\x0b\x00\x19\xcf\x69\x17\xb0\xfb\x3e\x4b\xd5\xfe\x24\x67\x87\x71\x68\x5c\xeb\xab\x5a\xd9\x82\xf0\x0d\xcd\x43\xc3\xba\xdd\x88\x67\x52\x24\xf6\x51\x36\x33\x6e\x54\x88\x07\x81\x76\x0b\x7e\x6c\x97\x3c\x22\x82\x08\xdb\xa4\x52\xeb\xca\x7f\x03\xfa\x08\x3b\xb9\x9e\x32\x30\x84\x52\x1b\x62\x14\x6e\x48\x34\xab\x10\xd3\x45\xc4\x87\x62\x11\x61\x29\x19\xfb\x18\x4d\x88\x59\x69\x43\x12\x5f\x1a\x07\x82\xc9\x89\x6e\x0c\x46\x0f\x9f\xf7\x52\x4a\x8a\x3f\x46\x1a\x36\x2e\xe1\x2b\xca\xc9\x8e\xe4\x4d\x72\x21\xda\xb0\x11\x0d\x61\xf6\x81\x19\x51\xc5\xff\xeb\x29\x91\x14\xa8\xaf\x8f\x4d\x09\xe4\x54\x34\x3d\x32\x25\x5c\x52\x70\xcb\x2f\x3c\x1c\x99\x12\xc5\x1b\x11\x5f\x9d\xe6\x07\x0c\x68\x8a\x72\x7e\x21\x74\xc3\xfe\xad\x90\x82\x1f\xf6\xd2\x05\xb7\x0b\xcf\x05\xce\x33\xbe\xf6\x93\xe8\x87\x1b\x61\xaf\xa5\x85\xef\xd3\xbd\xf1\xad\xea\x82\x86\x30\xf9\x04\xf4\x93\x4f\xf6\x35\x84\xad\x62\x3c\x32\x27\xf6\xe1\xd9\x04\xcf\x76\xdd\x2f\x8b\x54\x7b\xda\x3a\x27\xd4\xe5\x22\x65\x6e\x7b\x94\x32\x7d\x69\x65\xee\x2a\xac\x12\xaa\x79\xf0\xb4\x10\xd5\x5a\x57\x99\xdb\xa9\xcf\xbb\x7c\xaa\xcd\x3a\x7c\x4a\x65\xd3\x0d\xaa\xb8\x21\x68\x86\xc8\xed\xfe\x39\x2d\x88\x5f\x61\x25\x92\x3e\x54\x81\xfb\x6f\x29\xe2\xf4\x29\xe1\xd1\x09\xc0\xbe\x9b\x46\xae\xa6\x06\x86\x76\xfb\xfe\x96\x37\x46\xed\x1f\xc1\x87\x1d\xed\xd4\x4e\xbf\x7d\x28\xf0\xc3\xd9\xb7\x0f\x45\x7e\xe0\xfe\x43\x2e\x7d\xc3\xdd\xdc\xcb\x9e\xcd\x4a\x73\x06\xfe\x39\xac\x1d\x62\xcc\xb9\x48\xf9\x09\xa0\xca\x8c\x1c\x91\xf8\xe2\x36\x77\x28\x12\x87\xc0\xce\x2f\xdc\xc8\xd6\x40\x10\x42\x13\x34\x72\x45\xfe\x05\x8f\x67\x75\x8b\x3d\x99\xdb\x1e\xcc\x82\xc2\xa6\x4b\xce\xef\xe4\xda\x22\xe7\x87\x3c\x7f\xf5\x23\xee\xa9\x9d\x08\x45\xca\xc1\xba\x9a\xda\x2c\x71\x22\x23\xff\x7f\x77\x22\x20\x13\x93\x89\xdc\x1f\x99\xc7\xa7\xb0\xa8\x1d\xb1\xe7\xa6\xae\x0d\xbb\x99\x6c\x70\x85\xc6\x20\x46\x29\x23\xbb\xc8\x53\x0b\x32\x47\x15\xa4\xe7\x63\x39\xa9\x98\x74\x55\x44\xc5\xa9\xbf\x10\xa2\xcc\x76\x32\x8c\xfe\xa4\x13\xfb\x2b\x3d\x59\xdb\xe5\xc7\x8d\xd3\x67\xa4\x82\x95\x27\x3d\x9d\x5c\x13\x27\x76\x84\xa7\x6e\xf2\x6a\xad\x79\x05\x85\x9a\x7c\xbf\x76\xac\xdb\x87\x94\x70\x7f\xe0\xbf\x98\x8e\x21\xac\x57\x7f\x77\xcb\x50\x2f\x86\xe9\xcc\xb5\x12\xeb\x41\x01\x59\x70\xb2\xb1\x00\xbc\x5c\x6e\xf9\x0c\xba\x30\x02\x95\x9c\x01\xe6\xfa\x0f\x4d\x4e\xdd\x26\x59\x30\xaf\xfd\xd0\xe4\xcc\x6d\x92\xb9\x00\xe1\xf8\x26\x6d\x33\x8a\x9c\x2f\xe0\x9a\x9e\xde\x61\x74\x2f\xb6\xd3\x53\x81\xc2\x8e\xc2\xb5\x54\xb5\xa7\xc3\xeb\x1d\x6d\xae\x8f\x9c\x56\xf6\x7c\xb2\x67\x07\xd3\x17\x7f\x90\xc0\x8a\x80\x5b\xc3\xe9\xf8\x9c\x52\x8c\x14\x71\xc4\xc6\xc1\x15\xd4\x8c\xb2\x4b\xfb\x00\x7b\x34\x60\x8c\x94\xc7\x49\x87\xf3\xd4\xc1\x27\xc1\x03\x78\x90\x8d\x6f\x89\xa1\x1b\x02\x30\x8c\x41\xcd\xc4\xb0\x32\x2d\x2f\xa2\xc0\x92\xc5\x37\x78\x5f\xa2\xfc\x2d\x00\xbf\xcf\xf7\x50\xac\x22\x48\x62\x15\x42\x52\x6c\xd8\xe1\x26\x4c\xa7\x62\xe5\x35\xc1\x3c\xde\xcc\xc1\xcc\x6d\xb5\x20\x97\x57\x65\x0a\x82\xa2\x65\x75\x1f\x26\xd1\xca\x86\xca\x5f\x1f\xfb\x56\x97\x95\x67\xd5\x8f\xa6\x22\xca\x6e\x7d\x70\x06\x30\x3a\x07\xad\x86\x73\xfd\xb0\x3c\x92\x4f\xc9\x00\x30\xc6\x00\x17\x94\xa6\xba\xfe\x03\xfa\x6e\x27\xe8\x56\x61\x29\xd1\xfd\x1f\x96\x46\xca\x6c\xfc\x3d\xe5\xac\xe2\xdc\x49\x45\xa9\x93\x8a\x33\xd8\x65\xf0\x5f\x1b\x2c\xc4\x89\x58\x4a\x51\x94\x17\x91\x32\xa5\x8a\x3b\xfa\x38\x50\x6a\x1c\x38\xa3\x0f\xab\xe9\xe8\x9f\x78\xe3\x16\xda\x77\xbb\x08\x95\x7a\x37\x2c\x0f\xfe\xa4\x3c\xc2\xf6\x05\xca\x04\x32\x64\x3f\x54\xaa\x1f\xda\x21\xcd\x02\xce\x00\x41\xe5\xbf\x3c\x64\x08\xe2\x36\x3b\x87\x62\xe0\x2e\x7b\xea\x29\x35\xf5\x9c\x65\x8f\xfc\xff\xb9\x13\xa6\xa4\xc9\x19\x4c\x94\xa2\xc7\x07\x8b\xd4\x6f\x46\xf8\xbb\x0a\x91\x32\x13\x0a\x47\x8a\xa4\x06\xe7\x1c\xf6\x94\x42\xb9\x1b\x34\xb8\xce\x3d\xe3\xa2\xc4\x16\xc7\xbf\x2a\xd5\xa0\x54\xf2\x4a\x9f\xe3\x7f\x7f\xff\x5e\xca\x3f\x81\x0a\x0a\x60\x73\xbc\x3b\x4a\x42\x80\x04\x7b\x83\x80\x0a\x67\xb8\x8f\x00\xb9\xe0\x9f\x10\xea\x70\x3b\x9b\xb3\x4a\x3a\x33\x95\x1c\x4d\x40\xf7\x03\xfa\x91\xc0\xd0\x7c\x48\x3b\xf8\xd8\xe9\x28\xe4\xb3\x64\xde\x4c\x62\xee\xad\x8c\x33\xa1\xc8\x92\x17\x7f\xf8\x29\x9d\x58\x00\xb3\xd9\x83\x91\xf0\x4f\xa4\xcc\xd3\xb7\xee\x64\xc3\x7f\x33\xbd\x66\xf2\x08\x67\xbb\xb3\x8d\x0e\x3e\x25\x8d\x26\x99\x4f\x99\x99\x2f\xb4\x49\x48\xce\x4c\x2b\x50\x31\xee\xa7\x4c\xab\x95\xde\x0b\xa3\x92\x4f\xc9\x34\xec\xa7\x57\x70\xac\xf8\xb6\x87\x21\xbb\xae\x82\x06\x57\xd9\x3d\xec\x11\x48\xf4\xdb\xa7\x04\xba\x6c\x8f\xf5\xfd\xa9\xa7\x83\x05\xdc\xf7\x63\x1d\x46\x47\x3b\x4c\xa6\xb8\xf8\xa1\x43\x39\xc8\x74\xe7\x33\x33\x1c\x7e\x3f\xe3\xe4\xd3\x40\xd3\xe5\xc6\x59\x72\xd2\xe1\xe0\xd7\x40\xf3\x8b\xfd\xfd\xc5\xa7\x5f\x2c\xf9\xdf\x3a\x3c\x38\xcb\xe4\xd3\xe6\x07\x38\x0c\x00\x87\xbf\xd8\xc2\x74\x33\x32\xc7\x75\x04\xae\x7f\xbe\x0c\xc9\x48\x47\xfa\x4b\x3e\x4d\x7e\x38\x2d\xb9\x0d\xc7\x66\xf1\xfb\x4f\x62\x2a\x73\x38\xf7\x97\xe3\xb3\x90\xdb\xf5\x8b\x23\x3e\xd6\x2a\x54\x8b\xea\xda\xde\x90\xcf\x6a\x30\x0a\x45\xae\x59\x57\x01\x10\x6d\xfb\x0c\xee\xad\x0d\xe2\x54\x11\xeb\x0f\x2b\x87\x1a\xc3\x73\xbd\x22\x39\xf9\x91\x88\x5a\xf7\xbe\xaa\x13\xc7\x20\xaa\x4d\x11\x25\xdd\x2b\xc1\x38\x55\x13\xd3\x1e\x1f\x2a\x22\xf5\x6a\x67\xff\x80\xe7\xb2\xa2\x9c\xca\x62\xfa\xdf\xb1\x14\xb7\xd9\xcb\x1d\xfc\x99\x16\x05\xf5\x29\x98\x6c\x23\xe2\x72\x88\x56\x4f\x84\x7f\x8d\x13\xbd\x19\xd4\x2e\xdd\x02\xed\xc3\xb1\x97\xc1\x1e\x1b\x94\xbc\x2f\xea\xd2\xed\x4a\x43\x7a\xa5\xd6\xeb\x14\x65\x9b\x3d\x59\x55\xe6\xf6\x9c\x84\xb9\xb1\x56\x41\xcb\x75\xb4\x8c\x2d\xc5\xbb\x8d\x55\xb5\x02\xae\xa8\xbd\x72\xab\xaa\xb1\xf6\xd1\xd7\x43\x2e\x50\xcd\x95\x37\xa2\x38\xf0\x03\x0e\xa3\x30\xe3\xf2\xdf\xd0\x0f\xe4\x30\x9d\x32\x3f\x5f\xf1\xf3\xa3\xcc\xa5\xc3\xc5\xb4\x2f\x0d\x00\x61\xac\x27\x14\x42\x8f\xaf\xa1\xba\x82\xea\xd3\x0c\x3c\x90\x7e\x3e\x9e\x9e\x7a\x90\xbb\xd2\xca\x34\xa8\xf4\x0d\x73\x67\xf6\x47\x62\x8b\x73\x6a\x7f\x80\xb4\xaf\xc7\xb9\xad\xfd\x01\xca\xb5\x4e\xce\xbe\x01\x77\xaa\x45\x03\x13\x59\x36\x60\x63\x79\x97\xdb\xbb\xc0\x86\x0b\x33\xe0\xb7\x4f\xd2\xf9\x94\xff\xb5\x47\x55\x0a\x34\x28\x96\xce\x07\xb9\xb6\x0a\x77\x66\x74\x4d\x6d\x72\x43\xc4\x87\x40\x7b\x1b\xb6\xdf\x36\xc8\x7f\x05\x2a\x7a\xdc\xb1\xe8\x94\xc3\xf1\xbe\x15\x58\x76\xd6\xa0\x60\x32\xcf\x35\xf7\x23\x59\xf3\x20\x4a\x7e\x53\xcb\x99\x0b\xd4\x67\x37\xef\xa7\xac\x00\x7d\x75\x7b\x8e\x97\x6e\x7b\x68\xe1\x8d\xf4\xb4\x0a\x3f\xb0\x99\xb0\x8a\x79\xa0\x04\xd5\xbe\x4c\x7e\xe3\x3c\x70\x2e\x0b\xe0\xe8\xe0\x9f\x0e\xfd\xfd\xa4\x92\xb9\x35\xa9\x73\x98\x34\xf0\x95\x79\x48\xde\x1f\xc1\xbe\x53\x4e\xb2\x66\x37\x60\x25\xd5\x22\x65\x1e\x68\xbe\x67\xff\xbc\xef\x4b\x9f\xbe\x32\x0d\xb0\x21\x8a\x9e\xd2\x16\x1d\x7c\x00\x94\x18\x88\x40\xaa\xc5\xb0\x71\xd9\x3b\x85\x35\x52\x39\x0d\xbd\x55\x2c\x57\x64\xee\x8b\x41\x5a\xde\xbf\x4e\xff\x9e\x84\x6c\x1a\x29\x73\x37\x0d\xd3\xf9\x18\xf7\xcf\x77\x8a\x6a\x81\x42\x66\x29\x3e\xb9\xf1\xd2\x3f\x97\xd1\xc1\x4c\xf7\xbd\x1a\xba\x6b\x92\x5a\xc0\x5b\x11\xc1\x93\x07\x58\x9e\xb8\xb6\x47\xcd\x90\xc5\x6a\x4e\x85\x31\x61\x3a\xe2\xdb\xef\xd4\xd9\xef\x94\x74\x12\x2b\xff\xcd\xd9\x81\x87\x64\x26\xa0\x5d\x76\x52\xbf\xae\xfc\xc7\xb9\xb7\xb7\x8f\xba\x33\xe9\x9f\xb4\x71\xe4\x21\x5e\x39\x7f\x17\x75\x7a\xa2\xe7\x3a\x3d\x94\xcd\x75\x7a\xbc\xdb\xeb\x6f\xa7\xde\xc6\x9e\xa1\x76\xdb\x3d\x9b\xe0\xa6\xf4\xeb\x86\x76\xb3\xc9\x0c\xe5\x02\x15\xb6\xf6\xaf\x89\xb9\x1e\x39\xb0\x55\xaa\xa6\x9d\x9c\x5c\x73\x71\xbe\x32\xf7\xb7\x47\xfb\x8b\x39\x7a\x0d\x2b\x76\xfc\xa8\x12\xbf\xc6\x86\x6c\x39\x4b\x5f\xc5\x86\xcc\x77\x28\x0f\x73\xbd\x73\x46\x3f\xa5\x24\x1e\xa3\xcf\x22\x76\xde\x56\xe6\xee\xa4\x9a\x39\xff\xa5\x73\xbe\x43\x67\x3a\xb7\xe9\x2e\x7e\x99\x44\x0f\x67\x41\x60\xbc\x47\x60\x33\x9d\x99\x92\x53\x27\x0b\x60\x0e\x14\x00\xc0\xda\x00\x30\xb9\x20\xbe\xf2\x27\xda\x99\x6a\xe6\xcf\x57\x71\x1f\x7e\x73\xee\x93\xbf\xd0\x8e\x46\xd3\x24\x46\x89\xa1\x48\x9b\x06\x66\x26\x3b\x19\x2a\xbf\x35\x8f\x89\x26\x38\xfa\xfe\xcf\x19\x8a\x09\xa5\x31\x79\x21\x7b\xc5\x4e\x80\x63\x79\x19\x26\x12\x26\x20\xc0\xdd\xde\xff\x49\xb1\x07\x88\x1e\x5f\xe4\xfb\x78\x9e\xc6\xb7\x1c\x14\x26\xe5\xb7\x29\x09\xf0\x2e\xfb\x68\x11\xa4\x47\x95\x9e\x6c\x97\x9f\x6c\x57\x31\x66\xf7\x16\x90\xcf\x63\x39\x59\xa1\x0e\x33\x3f\x64\x0b\x84\x80\xc1\x56\x92\xa2\xc2\x8d\x23\xad\x91\x69\x80\xc3\x09\x30\x5a\x44\x28\x32\xb7\xa3\xdb\xb4\x38\xe6\x3e\x06\xca\x3c\x4d\x05\x03\x85\xca\x7f\x5c\x51\x97\x5a\xb6\xaf\xef\x55\x85\xda\xc8\x8b\x4e\x8a\x9b\xe3\xcb\x0e\x6d\x73\xa8\x10\x07\xde\xbd\x00\x75\x10\xbf\x53\x9f\x5d\xee\x50\x75\x93\x8a\x33\x37\x22\x05\x4e\xc5\x99\x73\x3c\xa0\xd1\xaa\xeb\x88\x33\xa5\x6c\xd1\x85\xd0\xef\x54\x3b\x4e\x62\x96\xe4\xb8\xba\x2e\xd1\x70\xe3\x04\xb3\xa9\x8f\x6e\xb0\x01\x63\xfb\x16\x44\x15\x3a\x2d\x4d\x02\x78\xbc\xd9\xa1\x3d\xba\xc7\xf5\x45\x78\x12\x28\xe3\x2d\x6a\xdf\xa6\x41\x21\xd0\xea\xd6\x99\x86\xe8\xfc\x43\x7a\x2e\x40\xce\x2f\x92\xb0\x1b\x1a\x70\xfb\x89\xa1\x48\x91\xaf\xf2\x59\x60\xb1\x16\x34\x3c\xea\x49\xf4\x99\x8b\x5b\x2c\x62\xdb\xb5\xf4\xc6\x5d\x11\x5c\xb0\x7f\xd6\xc6\x13\x3a\xbb\x39\xa8\xd2\x55\xe6\xee\x5b\x61\xa4\xfc\xc7\xc2\xcd\xb7\x81\x0b\xe8\x2a\xf8\xbc\x4e\xaa\x87\x96\xb8\x92\x75\xb8\xad\x55\x2d\x1d\x35\x56\xa6\xf5\xf3\x1c\xcc\x48\xcf\xb9\x33\x97\x14\xb4\x2e\x61\xdb\xc9\x28\x1f\x9f\x16\x92\x17\xda\x9f\x83\xbc\x6d\x2f\xec\xa6\x9f\x07\x0b\x4d\x0b\xfe\x50\xf9\x3e\x84\xe6\x15\xff\x0c\xa7\xf7\x3a\x21\x3b\xbf\x6b\x59\x5c\xb6\xd1\x17\x38\x4c\xfb\x29\x7e\x01\x3c\x94\xba\x87\x67\xf0\xd5\x4a\x5a\x64\xcf\x40\x7c\x4d\x2e\x04\x2a\xd8\xef\xa6\x45\x73\x9d\x18\x6b\x82\xeb\xc8\xb9\xa5\xec\x4c\xa5\x62\xff\x7d\xd7\x78\x04\x6f\xc5\x62\x87\xc2\x3f\x8f\xde\xbf\x74\xa7\xb0\x9d\xd6\x9f\x20\x6c\xea\x83\x6e\x37\x23\x4d\x63\x0b\xc6\x34\xb0\x14\x47\x89\x44\xe4\x04\xb2\xfc\x4a\x3f\xdc\x13\x1e\x2d\x9a\xdc\x77\x87\xbc\xb4\x20\x3d\xcc\x4c\x27\xfe\xa7\x24\x9a\xf3\x5d\x5b\x5a\xd0\xef\x8f\xc9\x85\xf7\xb9\xf4\xc1\xe3\xe1\xd2\xb9\x67\xcf\xc5\x2e\x28\x5b\x4d\x19\x7f\x78\x4c\xa8\x78\x06\x84\xd2\x2e\x73\xf7\x4e\x6c\x03\xfb\xd4\xd7\x55\xbb\x6c\xf2\xfb\x42\xda\x47\x59\x42\x3d\x6f\x6b\x04\x1b\xdd\x7f\x84\x97\x3a\x84\xa5\x40\x38\x0f\xd4\x90\xd8\x01\x3d\xf9\xd3\x62\x36\xdc\x0f\x98\x05\xae\xf4\x7a\x7f\x84\xb0\xed\x27\xa4\x9c\xc8\x23\x9b\xe0\xb9\xf0\xcb\x42\x42\x84\x8b\x62\xfc\x91\xa5\xa5\x3d\x7f\xcc\x18\x30\xf4\x7f\xb7\x4b\x1e\x7e\x5b\xf2\x0f\xa7\xdd\x86\xc3\xe3\xed\x6b\xae\xa6\xaa\x6f\x72\xed\x4e\xef\x92\x23\x0f\x55\x70\xf3\x1e\x43\xd1\x4a\xa3\x60\x7f\x0c\x7a\xa8\x4e\x33\xeb\xda\x17\xce\xb3\x3e\x6a\xe5\x7a\x96\x05\xf8\xb0\x33\x37\x5b\xc2\xc2\xc3\xe4\x3e\x69\x51\x07\x8a\x38\xd6\x41\xf1\x2e\x29\x84\xd2\x2f\xc8\x75\x55\x70\x29\x1e\xf1\xb4\x47\xf2\x2f\x18\xbd\x63\x00\x6c\xfa\xcc\xc0\x03\x00\x13\x38\xab\x9a\xca\xba\x42\x23\x3e\x58\x18\xd9\xb5\x7f\x56\xa8\xa6\xbc\xc7\x33\x9a\x0a\x97\xfc\xe9\x3d\x38\xaa\xd9\x7d\xf2\x2b\xa0\x97\x51\xf2\x90\x2f\xb4\xda\x77\x75\x67\x5f\x79\x45\x55\xf4\xe5\xdd\xc1\x44\x84\x32\x8a\xef\x38\xd1\xec\x77\x6c\xd7\xfd\xa4\x79\x58\xa6\x9a\xd9\xb2\x6a\x2e\x56\x61\xd1\x92\xef\xb6\x70\x0e\xcf\xfe\x7a\x5f\x20\x9a\xde\x5a\x35\x7a\x42\x75\x56\xf7\x3c\xae\x58\x99\x3c\xaf\x93\x3f\x6f\xb0\xbe\xcf\xfa\xf4\xf8\xaa\xd1\x5b\x65\x5f\xbf\xa6\x16\xf1\xd0\xfb\xb4\x0b\xdd\xc6\x95\x04\x73\x04\xfe\xe2\x11\x56\x1a\x4b\xfe\x07\x7e\x48\x0d\x6f\xf0\xdf\x06\x0a\x28\xf5\xd5\xc0\x7f\x54\x66\x49\x8d\x35\x36\x54\x01\x48\x8c\xda\x82\x4a\xa1\xbd\xda\x8b\xcf\x37\x36\xf1\xdd\xf8\xd0\x14\xdb\xd8\xdb\x4d\x4e\x38\x40\xd9\x4a\xca\xc8\xa2\x44\xb9\xb6\x7a\xde\xe8\xc3\xa0\x38\xf1\xa0\x9e\x4b\x42\x7a\x19\x31\x48\x8e\xfb\x75\x61\x55\x9a\x4a\x75\x86\xb0\x53\xa9\x5f\xdc\xd9\xff\x9e\x03\xf9\x62\x39\xc1\x21\x9e\xfc\x22\x03\xa1\xc4\xef\x6c\x04\x5e\xa7\x33\xa9\xe3\x6c\xaf\xdc\x46\xb4\x1f\xc5\x97\xf6\xc0\x6e\xcd\x9d\xa2\x0f\x80\xff\x79\x2b\x86\x24\x91\x58\x93\x36\xd3\xf0\x14\x7e\x49\xf0\x1b\xc7\x6c\x81\x54\xaa\x3b\x1d\xde\xa1\x04\x88\x23\x8a\x13\x42\x3f\x68\xed\x7a\xbf\xbb\x93\x50\xc9\x1c\xb9\x84\xa6\x75\xda\x23\xc7\x67\x09\xa0\x59\x85\xc4\x4d\xa8\xfc\x9d\xa6\xb3\x78\x6f\x86\x77\x28\xbe\x88\x1d\x69\x5e\xbe\x95\x0e\x25\xcf\x4f\x2c\x8f\xd1\x79\x27\xd7\x53\xe1\x84\xfc\x49\xe1\xb7\xf3\x12\x5c\x11\x03\x57\x54\xd5\xd6\xa2\xae\x8a\x62\x5f\x99\x89\xfa\x95\x2d\x90\x70\x8b\xaa\xa8\x66\xe9\x3e\x19\xce\x92\x97\x03\x0d\x87\x3e\xdb\xd3\x43\x2e\x54\x37\xd4\x48\x37\xd1\x6e\xf4\x90\x98\x85\x29\xff\x1d\x54\x0d\x55\x8a\x1f\x0d\x1a\x1b\x50\x67\x25\xfe\xc4\x26\x9f\x84\xd3\x72\x9b\x7d\x38\xcd\xde\x8f\x35\xf3\x8b\xa6\xdc\x21\x52\x85\x0b\x6c\x33\x2f\xbf\xc8\x41\x93\x89\x68\x1e\xbb\xed\xf5\x6c\x21\x83\x35\x58\x94\x51\xa2\x38\x65\x09\x24\xd2\xd7\x83\x87\xef\x1d\x26\x6d\xa5\x10\xe8\xaf\x9d\x45\x05\x47\x07\xc1\x4b\x5b\xf2\xb7\xde\xdf\x2e\x94\xf6\x8f\x12\x15\x48\x05\x14\xf2\xc0\xec\xb1\xec\x67\x27\x18\x58\x76\xdb\x54\x68\xc9\x4d\x8d\x5d\xad\xf8\x48\xe5\xb3\x1d\x01\x4a\x47\x33\x34\xbc\x7d\x47\x2a\x24\x7a\xd4\x40\x85\x23\x43\x85\x82\x73\xd8\x35\x98\x5b\xfa\xf6\x39\xb4\xd5\xae\xf0\x92\x15\x74\x16\x28\x62\x3b\x3d\x98\xc9\xf9\x6a\xf4\xf0\xed\x4b\x57\x22\x1e\x60\x54\x7f\x60\xb6\x78\xd8\xa2\xc2\xb7\x3e\xcc\x48\x17\x18\xe3\x63\xd3\x70\xbf\xe1\xb6\xf8\xf4\xbf\x13\x85\xc3\xf3\xe4\xe1\xb7\xbb\x6f\xcb\x02\x48\x40\x2a\xaa\xec\xa2\xe8\x78\x19\x90\xc8\xeb\x38\x78\x38\x5e\x56\x92\x07\xda\xdf\x89\x55\x97\x1b\xce\x90\x57\xfa\x89\x53\x27\xe9\xfd\xc9\x20\x33\x46\xb4\xa9\x12\x18\xc8\x3e\x7e\x30\xdd\xa5\x09\x68\xae\xa6\x2a\x13\x3d\xa2\x35\xd1\x96\x38\xa6\x67\x51\x38\x5f\x3a\x44\x65\xa1\xa1\x5d\x54\x8a\x0f\x6f\xf1\x07\xa2\xc9\xc5\xa3\x1b\x72\x8d\xa2\xa5\xde\x71\x31\x4b\xe8\x61\x1a\xb3\x88\x17\x9e\x36\xe1\xb3\x1b\xbb\xea\x9b\x99\xe8\xd5\x3b\x62\xf7\x19\x2b\x75\x07\x6b\x0d\xf3\x92\x7a\xd5\x9b\xaa\x30\x0a\x0c\x42\x28\xea\x7b\x30\xb4\xac\x44\xff\x3c\xde\xf1\x36\x2d\x3f\x60\x02\x69\xd6\x1a\x38\xb8\xbe\xaf\x10\xb2\x42\x80\x48\x7b\xa1\x0a\x76\x1c\xf2\x0e\x14\xce\x9a\x27\x7d\x8a\xd3\x6c\xc7\xf4\x5c\x0e\x94\x0f\xf1\xc0\x28\xb9\x71\x17\x1d\x8b\xf8\x96\x9a\xd0\x12\x4b\xa3\x8b\x8e\xe5\x89\xc3\x4d\x12\x66\xe4\x9d\xd6\x1d\x43\x6a\xb9\xb0\x21\xe1\x8c\xaa\xa8\xad\xa6\xe1\xc5\xef\xb7\xd2\xb7\x14\xb6\xf7\x20\xdb\xc9\xb0\x2c\x4e\xcf\xb1\x0a\xa3\x5c\xa4\x2a\x33\xfd\x6d\x6f\x43\xe5\xdf\x7c\xc1\xfc\x47\x95\x08\x3d\x9f\xd0\x84\x5e\xf3\x64\x3b\xb3\x8e\x03\x67\x35\xf1\x89\x56\xf4\x89\x95\x15\x7d\xb1\xc1\x57\xb6\x01\x23\x39\x2d\x7d\x69\x10\xaa\x30\xaf\xbf\x4d\x2c\xa0\x28\x2a\x59\xf0\x19\xb6\xf2\xb5\x20\x1c\x62\xc4\x13\x0b\xe0\x34\x82\x9d\x2d\x65\xf6\x0c\x60\x69\xa9\x2f\x7f\x40\xf5\xdf\xe8\xe6\x57\x9b\xa4\x82\x7e\x35\xdb\xdc\x67\x1b\x3b\x8b\xec\x27\x4c\x2d\xd8\x79\xd9\x52\x54\x1c\xfa\xdf\xfb\xc0\x18\x16\xa9\x8c\xcc\x29\x2e\x75\x33\x9d\xa8\x6d\xb3\x26\x7c\x5b\x38\x2a\xea\xcf\x86\x5c\xaf\x88\x4f\x8e\x8a\x36\x7f\x4a\x18\xf3\xb1\xbb\x56\x4b\x4b\x3d\x79\x8a\x48\x25\xfb\x2a\x2b\xbe\xca\x44\x31\x66\xa5\x69\x21\x7e\x04\x37\x05\xb0\x93\x18\x68\xc1\x6f\x5f\x75\x8b\xaf\x60\x17\x15\xf5\x2b\x87\xf3\x19\x70\xd1\xeb\x7b\xbc\xf2\x9f\x8f\xb9\x24\xf8\x8c\x84\xa7\x7c\xa2\x8d\x92\xa5\x0d\x23\xe5\x3f\x04\x2e\x18\xf6\xf7\x9b\x67\x86\x7a\x90\x2d\xa3\x5d\x75\xa0\xc2\x85\x58\xab\x26\x44\xc3\x55\x9c\xc8\x38\x2c\xd5\x30\x68\xa7\x73\x11\x3a\xa1\x6c\xfe\x8e\x4e\xf0\x47\xe6\xbf\xb1\x6b\x66\x24\xd7\xf9\x3b\x19\xe1\x60\x74\x3e\x0f\x00\x63\xd3\x92\x5f\xc0\x36\xe6\x8e\x41\xab\x6a\x3b\xfe\x3a\x75\x6a\xfa\xc4\x9f\x8d\x3f\xdf\x7b\x40\x83\x20\x43\xe7\x04\x02\xe5\x13\xae\x06\xbf\xbc\x0e\x29\xfa\xcd\x1e\xd4\xe0\x86\x42\xd8\x23\x68\xd8\xbc\xda\xe6\x03\xf9\x24\x6b\xff\xb4\x47\x17\x48\x44\x52\xd5\x17\x44\x0a\xa1\x5b\xd9\x2b\xdf\x27\x38\xc5\xee\x32\xdf\xec\xf8\x9c\xc6\x99\x7c\xba\x4b\x22\xc6\x22\xae\xbe\x72\x3f\x95\x45\xc8\x97\xe2\x19\xdb\xc9\x09\x0e\x2e\xbe\x70\x6b\x5e\x66\x3a\x39\x71\x3f\x21\xda\x47\x74\x49\x04\x53\x14\xe3\xb7\x3d\x2d\x24\x6c\x96\x28\x72\xae\xaa\x50\xa0\x60\xa3\x8b\x19\xaa\xc4\xb7\x70\x41\x36\xd6\xfe\x55\x3d\xa5\xaa\x86\xdc\x5c\x9c\x20\xe9\x5c\x5d\x99\x2a\x5e\x9a\x66\xb6\xb9\xe5\x11\x0c\xa2\x4d\xc2\xdf\xd4\xf8\x67\x95\x1f\x6a\x41\xe0\x19\x14\xf5\xa0\x99\xcb\x10\x45\x5d\x65\x5a\x4b\x72\xb6\x01\x46\x85\x41\x94\xc4\x30\x38\xec\xa6\x63\xb1\xf3\x27\x6b\xc3\xf2\xb1\xc1\xbf\xfd\xa3\xb5\xdb\x96\xe5\x9b\xfa\x47\xd0\x3d\x35\x42\x08\x2a\x60\x0a\x72\x43\x0f\x10\xfc\x38\xd8\x57\x09\x4a\x7a\x57\xcb\xfd\x8e\x53\x31\x9b\x3d\xa7\x62\x57\x0b\xa0\xef\x24\x9c\x54\x9d\x21\x40\x4c\xc1\xd0\x6a\x8f\x6c\x12\xd9\xa3\x28\x97\x72\x33\xb9\xa6\x2a\x3f\x4e\x3c\x68\x8e\x96\x9a\x21\x9e\x18\x45\xab\x33\x01\xae\x88\x4e\x3b\x8e\x61\xd5\x8c\x08\x96\x91\x54\xc2\x53\x8a\x0c\x73\x75\x15\xcd\xec\x91\x5c\xf7\x29\x1c\xb8\x99\x3d\x42\x52\xcc\xab\x42\x64\xc3\x38\x90\x75\x7e\x27\x8f\xff\xba\x37\x5d\x31\x6b\x2c\x25\xa0\x5c\xb4\xdf\xb5\xad\x29\xf5\xdc\x50\x04\x77\x41\xd3\xff\x8d\xb0\x0d\x34\xa9\x19\xd2\x37\x11\x6d\xca\x90\x24\x49\x68\x17\x65\x5f\x42\x9a\xda\x80\x0b\x56\x63\x3d\xb2\x6f\x85\x5f\x00\x9d\xe3\x17\xc9\x06\x8f\x7b\x10\xb1\x95\xc5\xc0\x2f\x50\x01\x44\x08\xd1\x77\x81\xe6\x14\xd0\x1e\x2f\xee\x53\x56\xae\xac\xd1\x1c\x31\x49\x7c\xca\x1d\x62\x65\xaa\x22\xf2\xc3\xb5\xb9\x42\xc7\xd1\xac\x43\xfb\x68\x6c\x56\x74\x26\x52\x30\x62\xa7\xdb\x5c\x2d\xa1\x0a\xa3\x45\x74\x38\xec\x9c\xc3\xae\x8e\x0d\x4b\xef\x56\x3b\xa5\x7f\x18\xb6\x9a\x8b\x61\xbd\xdd\x55\xd5\xd7\x12\x5a\x3d\x6c\x49\x16\x9d\x02\xe0\x3e\x74\x81\x36\xbb\x25\x62\x32\xba\x04\xdb\x8f\x4d\x7b\x56\x93\x9e\xdb\xe4\x4c\x9a\x14\xd9\x84\x5a\xf2\xf0\xcc\x4f\x3e\x86\xf0\x33\xb6\x1f\x3f\x0d\x0f\xf8\x0a\x2b\xed\x0b\x7b\x1b\xc3\x5e\xa8\x0e\x3d\xd4\x5d\x44\x31\x9d\x38\x54\x34\x45\x9f\x92\x2d\x0b\xc4\xc3\x68\xa8\x49\x68\x05\xe7\xd0\x6d\x54\x2f\xa9\xc1\x1b\xc3\x5c\xa5\x4e\xf7\xb0\x3a\x29\x0a\x78\xeb\xaf\x21\xab\x6a\x52\x63\xfe\x4d\xec\xbc\xf5\xdc\x66\x6b\x3a\x6e\x2e\xab\xe0\x1e\x56\x54\x21\x2f\xc3\x5c\x53\x05\x43\x9f\x0e\xff\xce\x7c\xce\x3b\x6b\x4a\x3a\x06\x35\x38\x2a\x7d\x22\x02\xe8\x2b\xb4\x08\x3d\xf8\xae\x0d\xcc\x00\x5b\x7f\x68\x77\x1e\x28\x33\x30\xd3\xac\x49\xba\x65\xee\xbe\xee\x18\x9c\x6e\x94\x6d\x65\xe7\xbf\xbd\xa3\x98\x82\xf4\x53\xf2\xce\x9f\xe9\xd4\xac\x08\xe6\xfd\x7d\x6f\x40\x9b\x84\x29\xba\xf8\xd0\x08\xbe\xd4\xc6\xb7\x16\xa5\xf8\x0c\x5a\x56\x13\xf7\x8d\xd5\xad\x45\xa8\x2f\x0c\x74\x50\x27\x5e\x8e\x0a\x95\x84\x1f\x34\x2b\x86\xd4\xee\xb1\x42\x54\xaa\xc2\x31\x02\x5a\x77\xc6\x69\x7f\x3e\xe3\x97\x62\x95\xee\x43\x78\x58\xd3\xb8\x09\x7b\x03\xbe\x91\xa6\xd3\x55\xb4\xc0\x81\x8d\xf5\x65\xd5\xf5\x2a\xe8\x53\xfe\x9f\xa7\x58\x6d\x0c\x58\x89\x0b\x6d\xa2\xab\x90\xd2\x52\x33\x0b\x4e\xc1\x00\xbf\x12\x59\x49\x57\x5d\x54\xa2\xeb\x79\x52\x24\xbf\x88\x6c\xe1\x56\x32\x13\xa9\x3a\xed\x0b\xd6\xd9\x0e\xa0\xa2\xff\x65\x0f\x16\x91\x9e\x42\xe3\xb4\xa9\x88\xd7\x3e\xfd\xf5\x23\xaa\x93\xeb\xb9\x73\xad\xfc\xa7\x59\xfb\xf0\x3a\x6f\xdb\xc9\x52\xb2\x22\x79\x09\x3b\x7b\x86\x05\x85\xf4\x07\x8e\x77\xe0\x83\x68\xaa\xca\x2f\x3e\xb6\x27\x75\xa2\x09\x4b\x60\x39\x6b\x73\x62\xe1\xaf\x0a\x34\x9c\x89\xf3\xf9\xbe\x41\x8d\x7e\xf5\x0c\x90\x3c\x45\x80\xef\xa2\xc7\x80\x27\xbd\x42\xe4\x78\x54\x6d\xb1\xd3\xdd\x22\xdd\x80\x96\xd7\x7b\x27\x85\xbc\x59\xe2\xd3\x73\xd1\xad\x7e\x4a\x33\xc0\x12\xab\x6f\xaf\xed\xd5\x28\x1a\x12\x83\xd1\xa6\x02\x89\x56\x16\x54\xc0\x58\x2e\x8c\x1c\xfe\x1a\xf3\x3d\x80\x19\xbc\x02\x3b\xb1\xa5\xc1\xbc\x4f\x75\xd1\xc2\x6d\x4d\x74\x47\xe7\x3c\xad\x92\x49\x87\x31\x8f\x72\x40\x74\x47\x61\xc7\xe6\x9e\xc6\xec\xf1\xd7\x5d\x0a\xdc\xaa\xfe\x61\x5f\x38\x33\xd1\x1f\x80\x31\x32\x43\x13\x5d\x76\x40\xc0\xbc\xd1\x4b\xb4\x27\xd1\x3c\xa5\xe1\x7b\x68\x47\x2a\x48\x5c\x9a\x5e\x89\x66\x24\x9f\xd7\x12\x39\x04\xdf\x18\xc4\xaa\xbd\xa8\xbb\xdf\x40\x70\xac\xc5\xd9\x77\xa9\x57\x99\x8f\xb0\x8e\x31\x13\x73\x1e\x24\xfa\x1c\xf3\x68\x0e\xfe\x4c\x4c\x21\xe4\xcf\xf0\x7e\x83\x2e\x12\xd2\xe0\x8c\x2a\x58\x1e\x28\x62\x30\x89\x0b\xc9\x82\x62\xe2\x4f\x93\x38\xc4\xec\x29\x39\x7f\x4a\xf1\xf2\x4c\x84\x05\x4d\x58\x7b\x0f\xf4\x8a\x36\x49\xe7\x0f\x18\x71\xea\xed\x47\x37\x03\xda\xb1\x2f\xa3\x64\x13\xed\xe1\xce\xaa\xd4\xaf\x9c\x23\x1a\x6e\xa5\x92\xcc\xdb\x7f\x64\x98\x68\x68\xbb\x20\x88\xa8\x4a\x57\x35\x55\xbb\x87\xda\xa8\x42\xe7\xdc\x5e\x2e\xb0\x1b\x14\x2b\xf5\xc2\x28\x3a\xb4\x79\xea\x31\x34\x41\x3d\xc1\x3c\x41\xd1\xe2\x2e\x8b\xff\x16\x90\xce\xf4\xa6\xb4\xfa\x9d\xc1\xa7\x7c\x68\xc6\xf8\xbf\x82\x41\x90\x44\xc2\xdc\x62\x32\x70\x34\xf5\xe1\x3d\x76\xb7\x01\x0a\xab\xbc\x02\x19\x9d\x00\xf7\x4b\x3c\xcc\x68\x0d\x32\xb0\xa0\x29\x28\x8b\xe6\x1e\x91\x8c\x51\xca\x1f\x90\x93\xb8\xa0\x62\xaa\x44\x8c\x44\xe9\xa7\xed\xc4\x52\xb7\x03\x2a\xa3\x3f\xed\x53\xe5\x97\x3d\x81\xc1\x23\x9d\x7c\xec\x5d\xd6\xec\x97\x77\x74\xd9\x1d\xc4\x49\x6b\x4b\x04\x79\xab\x46\x52\xc7\x72\xec\x5f\xcd\x64\x7e\x91\x0a\x76\x7a\x19\xb8\x8b\xaa\x2b\x75\xb7\xe6\xa2\x04\xc4\xdd\x31\x27\x2d\xd7\x4d\x8e\x4a\xf5\xda\x94\x63\x4e\x28\xb5\xde\xa2\xf1\xc6\x5b\x34\x92\x3a\x16\x26\x4e\x39\x26\xa2\x51\xf8\x1b\x9d\x67\xbc\xf7\x2b\xac\xb5\x29\x1b\x06\x2f\x75\xb3\x3b\xb6\x61\x32\x2e\xbd\x00\x2c\x0a\xb7\x7d\xf2\x79\xb3\x9d\xd8\x71\x47\xb7\xc9\xf0\x91\x8a\x06\xbe\xdc\xe4\x19\xf1\x2a\xe2\xee\x98\x81\x96\x25\x2d\x08\x69\x40\x1c\xa3\x24\xbe\x2e\xc7\x0b\x6f\xf7\xc6\x63\x66\xa2\xf3\xee\xb6\x87\x37\x30\x34\x5a\x82\xa6\x34\x79\x3d\x10\x6f\x33\x86\xcb\xb4\x85\x67\xde\x84\xef\x75\x44\x7f\xf1\x50\xbd\x1b\xf8\x32\x46\x51\xe1\x25\xe7\xab\x85\x69\xbd\x03\xe7\xd6\x48\x31\xde\x4d\xa9\x7a\x29\x67\x6e\xef\xce\xbe\x66\x61\xc1\xd1\xc8\xcf\xc8\x09\x8c\x81\x1d\xba\x8e\x36\x6b\x2e\xb1\x1e\xaa\x6e\xfb\xc5\xde\xb3\xda\xcc\x0c\x5f\x92\xce\x04\x32\xd7\x25\xe9\xe8\x7b\x28\x6a\xd4\x9c\x74\x7e\x93\x6c\xd8\xa6\x91\x08\x49\x6a\xb3\xd4\x56\x3b\xb4\x34\xef\x75\xeb\xe2\xde\xa5\x09\x4e\x62\x5a\x34\x58\x9a\x60\x61\x89\xa0\x70\xc1\x3d\x39\x63\xff\x25\x2d\xd1\x07\x64\x42\x90\x5e\xad\x34\xb9\x5d\x3b\x15\x38\x23\x3e\x1d\x59\x3a\xac\x1c\xba\x93\x76\xe2\xd4\xe4\x17\x3c\x2e\xfa\xf7\xad\x9e\x73\x81\x0a\x8b\x9e\xf8\xba\x24\x58\x8c\x62\xc6\xc4\x47\x75\xcf\xe2\x08\xdb\x41\x31\x79\x67\xe7\x39\x84\xca\x4c\x2f\xe9\x24\xbb\x01\x52\xf8\x02\xfc\x0e\xf5\x3b\x0d\xda\x86\x78\xaa\x5e\xe9\xb6\x18\xe1\xf1\xab\x8d\xbd\xf4\x93\xd9\x79\xf2\x6d\x55\xb1\x2f\xcf\x17\xde\xca\x9d\x3e\xe1\x41\xe5\x43\x5b\xf8\x29\x3a\x68\x19\xa2\x26\x7d\xe3\xe3\x99\x77\x09\x9e\xea\x43\x83\x99\x64\x7e\x84\x1f\x48\x2a\xda\xda\x31\x9e\xfa\xe3\x94\x37\x6c\x06\x64\xfb\x9c\xf9\xe5\x2a\xc2\x4c\xd1\x8c\xea\x4e\xb3\x39\x2b\x2e\xd8\x2c\xf3\xcb\x55\x85\x99\xa2\x50\x93\x75\x8a\xca\x00\xd5\xfe\x40\x53\x53\x1d\x28\xd5\x5a\xa2\xfc\x39\x67\x90\x46\x27\x9d\xb3\xa5\xe9\xcd\x13\xd9\xe0\xcb\x16\x2d\x30\xc9\x53\xda\x66\x77\x97\x12\xc2\x7c\xcf\xd1\xc5\x67\x2d\x61\xa9\xec\xf4\xc4\x01\x7a\xd6\x84\x65\x86\xc8\x88\x6d\x85\xb0\x86\xef\xf4\xc2\xb1\x13\x8e\x10\x57\xca\x59\x12\xdb\x14\x19\x01\xbf\x76\xde\xca\xd5\x94\x7f\x6d\xa9\x1c\xe6\x4b\xa1\x63\x5d\x93\x6f\x42\x94\x87\xa5\x95\x01\x71\x72\x0f\x89\x13\x22\x80\x3d\xca\xe7\xcc\xf8\x5c\x69\x1d\x71\xcf\x00\x4e\x6a\x2e\xe1\x20\xa7\xc1\x7e\x9f\xd5\x58\x7b\xe9\x8f\x8e\x1d\x32\x18\x8a\x67\x59\xa0\x7c\xc6\x8a\x48\x0e\x6d\xe1\x76\xff\xe9\x74\x6f\x8e\x75\xef\xb3\xfb\x4a\xfa\x83\xdd\x4f\xa4\xfb\x50\x85\x2b\x5f\xce\x6e\x50\xdf\xbf\xcf\xe6\x41\xc0\x60\x98\x96\xe5\x2b\xad\xab\x96\xbd\xc7\x4d\x04\x3b\x09\x1e\xf2\x19\x21\x5f\xff\x96\x1a\xa1\x50\xf9\x97\xfa\x0c\x22\x94\x36\x9c\xd0\xb0\xb4\xbe\x2e\x92\x64\x10\x2e\x3a\x4a\xef\x5a\x59\x8b\x77\xff\x3e\xfe\xb2\x85\x75\xa8\xf0\xf7\xb7\xa3\xaf\x11\xbc\x1d\x90\x92\x46\xbf\x87\x08\xa7\x39\xc4\x83\xea\x12\xb9\xb4\xfd\x38\x89\xdd\xdb\x4d\x52\x02\xf1\x04\x9a\x74\xfd\xa5\xaa\x75\x60\xa8\xd2\x9e\x6a\xa4\x21\x30\x33\x4d\xc9\x59\x73\x00\x41\x49\x8b\xca\xd2\xa6\x44\x21\x21\xbf\x43\x12\xc6\xf2\x25\x16\x77\x7e\x59\xe0\xf0\xf3\x86\x1a\x08\xf0\x38\xb1\x85\xeb\x2b\x8c\xd8\x1e\xb6\x9c\xed\xe9\x0d\xbb\x09\x45\x71\xbf\x80\x91\x4a\x67\xa2\xa7\xdd\xe3\xfb\x68\x86\xe6\x3d\x48\x16\xdb\x14\xb3\x0b\x2e\xf6\x14\x21\x09\x9e\x8b\x2f\xb9\x24\xa8\xb7\xe8\x79\x50\x89\x21\x52\xaf\xf0\x7a\x9c\x6a\x5a\xa2\x14\x5e\x72\x91\xda\x04\x25\xfb\x9a\x85\xcc\x5d\xa4\x60\xd9\x31\x47\x8f\x5d\x0a\x52\x13\x2c\x59\xb3\x3b\x1e\x53\xce\x26\x22\x49\x84\xf7\xf3\x2b\xb0\xbf\x12\xf3\x12\x5f\x99\xbb\xc5\xb7\xdd\xff\x2e\xb3\x35\x79\x2d\xa3\xcc\xda\x0e\xf5\x3e\x6e\xe7\xc4\x2e\x47\x45\x97\x51\xce\x31\x02\x5a\xde\xef\x63\x7b\x24\xae\xb4\x07\x9f\xd6\xe2\x1f\x1a\xaa\x80\x4e\x40\xe1\x27\xb6\xc1\x32\x9f\xe6\x71\x48\x5d\x74\x1f\xef\xda\xed\x25\x83\xd9\xc3\x3b\xdb\x58\x24\x02\x7a\x0a\x5a\xf5\x9b\x12\x6d\x8c\x41\xfc\xc6\xf7\xa4\x7d\xfe\x4c\xe2\xb5\xaa\x90\x4f\x5b\x66\x98\xd4\x94\x65\x8d\x13\x36\xcb\xec\x84\xc4\x9f\xf6\x72\x42\xe2\x77\x94\xb9\xfb\x22\x41\xc7\xa9\xd6\xae\x9d\x7d\x99\xb6\x9d\x2f\xf1\x55\x86\x9b\x21\xbd\x44\x5f\xcd\x7a\x99\xd7\x64\x7d\xfb\xbd\x31\x3f\xd5\xce\x4c\xa6\x71\x64\x1f\x49\x69\x4c\xaf\xbf\xe6\xe6\x48\x63\x7e\xaa\x9f\x3a\xbc\x0c\x0d\x11\x2f\xbd\x53\x19\x19\x9b\x18\xdf\x1d\x19\x98\xdb\x7b\x76\x97\x69\x5b\x57\xd1\xa5\x47\x6f\xdc\x84\x12\xe4\x8a\x97\x04\x88\x55\xfb\xc7\xf5\xa7\xf4\x63\x4d\x99\xb2\x37\x77\x09\xb9\x64\xe9\xbf\xe8\x45\x36\x82\x02\x36\xdb\xac\xae\xcc\x40\xe4\x6d\x09\x21\x7c\xf7\xdb\x4e\x0e\xc9\xe7\x58\x99\x92\xf7\xe1\x12\xe1\xc9\x46\xfe\xa2\x17\xd9\xd6\xfc\x4d\xd2\xac\xa9\xc6\xfe\xc0\x3f\x81\x65\xa3\xda\x35\x7e\x8b\xae\x42\x55\xa8\xd2\xc9\x63\x0a\x67\xb8\xe0\x91\xa2\x0c\xe5\xc2\x95\x30\xa2\x42\x86\x92\x18\xae\x65\x89\xf0\x03\x90\xb2\xb4\x9f\xf7\x95\x21\x6c\x47\x30\xc0\xab\x13\x85\x1e\xd0\xd0\xd2\x49\xf6\x20\x52\x40\xeb\x29\xbf\xe8\x67\x7b\x23\xf7\x11\x67\xb9\x8f\x03\x08\xb1\x24\xb4\xf7\x99\x69\x96\x6f\x62\x63\xcf\x7f\xe6\x7c\x9a\xf9\x9b\xe3\x5d\xf6\xd4\xb8\x5a\xf4\x2f\xec\x13\xae\xce\xf4\xca\xcf\xc5\x6a\x64\xe0\x73\xbe\x34\x2f\x0c\xc2\xd1\xbd\xf9\xb3\xb5\x99\x9d\x47\x46\xf1\xf6\xcf\xa6\x11\x5c\x7a\x9f\x19\x13\x9f\xa3\x74\x65\xa8\xf2\x8d\xa2\x66\x94\x57\x7b\x94\xa1\x08\xca\x3e\xf9\xf8\x0c\xef\x85\x9e\x4b\xde\x44\xea\xe3\xe9\x52\x69\x2a\x5f\x14\x1e\x8b\xc4\x75\xe3\x10\x7a\xaa\xbe\xad\xe2\x54\xa7\xa8\x52\xd6\x64\x9b\xa3\x6d\xc7\xad\x73\x5a\xb5\xb4\x37\x5c\x62\xd5\x48\x7c\x2e\x13\xf8\x19\xb0\x53\x4a\x74\xa2\x22\xb7\x87\x2e\x1a\xdd\xdd\xad\x43\x93\x85\x8c\xdb\xe3\xcb\xf0\x43\x78\xcc\x58\x9e\xca\x29\x1c\x20\x5a\x49\xd1\x1b\x53\x12\xbb\xf0\x73\x69\xb0\x9c\xaf\xe6\xf7\xe6\xf1\xb7\xe6\x75\x15\x0c\xcd\x22\x48\x9f\x9d\x83\x99\x51\x36\xd7\x2b\xfc\xc3\xcc\x6a\xca\x2f\x1d\xcc\x4c\xa4\x50\x7f\x34\xb3\x9a\x8a\x13\xc3\x95\x68\x6d\xf9\xb7\x4a\xf5\x84\xda\x60\xc4\x58\xf5\x43\xc6\xa2\xeb\x48\x28\x0a\x7b\xf5\xb9\x00\x32\xd1\xd1\x26\xa2\x5b\x17\xe4\x4c\xbe\x53\xeb\x8c\x26\x54\x45\x72\x36\x6e\xed\xfa\x4a\xcf\x1d\x59\xfa\x4d\x65\x66\x1f\xe1\x88\xea\x87\x93\x6a\xda\x47\x2d\x0f\x2e\x2f\x38\xa7\x3c\x5f\x02\x42\x17\xab\xb6\x11\xe5\xdf\x67\x6e\x6d\xda\xa4\x39\xd5\x02\x75\x76\x37\xd4\x17\x30\x07\xdb\xea\x8d\xbd\x3f\xc1\x5a\x7f\x59\xa4\x74\x36\xd0\xd7\xa5\xfa\xef\xdf\x49\x98\xda\x86\xfe\x96\x06\x7e\x93\x7b\xc7\xce\x6f\x9c\xfe\x68\xf8\x62\x50\xb1\x70\x18\x79\xf3\xf4\x96\xfb\x7f\x8c\x5c\xf5\x24\x23\x83\xfb\xac\xee\xc5\xab\x3d\x10\xae\x15\xc5\x94\x3e\xf6\x4e\x75\x2c\x06\x41\x20\x99\x17\x19\x99\x84\x2c\x02\xc2\xa8\x85\xc4\xb2\x73\x88\x83\x1a\xa2\x98\x1f\x4b\x4f\x4a\x48\xa1\x9e\x25\x43\x4d\x48\xa4\xb1\xb5\x39\x7f\x25\x99\xe5\xbb\x55\x76\x30\x5e\x6b\x9c\x23\xf4\x4d\xb3\x6f\x92\x6f\xfe\x3e\x60\x8b\x85\x5c\xdc\x86\xf6\x91\x6f\x43\x38\x33\x0d\x44\x42\x2e\x6c\x81\xe0\x05\xbe\x05\x4d\x4b\xd0\xb4\x68\xe0\x1a\x32\xb0\xd2\xc1\xab\x82\xab\xa0\xc2\xfe\xbe\xff\x40\x99\x37\x9a\x60\xc9\x28\x90\xb3\x98\x3b\xee\x6f\x78\x45\xdb\x23\x79\x23\xfa\xfc\x45\xc1\x0a\x75\x3b\x37\xb9\xb9\xb6\x93\xda\xb5\x7e\xae\x2f\x4f\xc5\x49\x73\xdf\xda\xe4\xf5\xb9\xe8\x46\xba\x2a\x78\x50\xdf\x26\xcf\xcd\x39\x7c\x3a\x8e\x4c\xfe\xc5\xce\xc5\x9d\x7c\x5b\x99\xbb\x15\x27\x7f\xc2\xe1\xe5\x95\x1d\xf3\x97\x3c\x9e\x1f\x2d\x77\x32\x67\x3a\x99\x81\x9f\xcc\xe0\x68\xe3\xdb\x5c\x53\x85\x6b\x7d\x49\x95\xf4\x19\x9c\xf9\xea\x92\xad\x91\xac\x84\x04\xe3\xf9\x60\x58\xb8\xc1\x77\x01\x3b\xd1\x15\x6e\x7e\xdd\x92\xd0\x17\x7d\xbd\xf3\xed\x19\xd2\xe2\xbc\xa4\x87\xcc\x91\x78\x41\x57\xa7\x11\x32\x7f\x0e\x35\x21\x49\xdc\x16\xd3\x6f\x16\xa8\xb7\xbc\xe8\x96\xb7\x1b\x9a\x12\x1e\xbb\xee\x85\x84\x6e\xe9\xc0\xac\xb6\xa9\x82\x32\x21\x79\x95\xe9\xdc\xd0\x67\x2d\x57\x53\xdd\x4a\xa2\xf4\x09\x7d\x58\xc2\x19\x75\x65\x6f\xda\x8d\xff\x25\xfe\x33\xf4\x74\xf1\x69\x7e\x65\xee\xcd\xde\xb2\xfd\x49\xe0\x38\xd3\x73\x90\x7b\x55\xf1\x13\x45\x02\xbf\x31\x79\x9d\x98\x63\x26\xaf\x37\xe7\x96\x2e\x35\xd7\x0c\xe1\x2f\x04\x0c\x59\xa7\x1d\x65\xcd\x57\x5d\xd2\x8e\xdd\x34\xc8\x81\x2d\xab\x2b\xbf\x2c\xd9\x3a\xea\x97\xcf\x89\xd5\xa4\x79\x98\x32\x2c\x13\x93\x66\x15\xa9\x74\x4f\x6d\xd2\xeb\xaa\xce\xa0\x37\xf4\x30\x4d\x96\x61\xdf\x11\x23\x1f\x18\xca\xce\xdf\x36\xb1\xa9\xc5\x66\xb6\x5e\x1d\x9a\x57\x52\x2d\xcc\xff\x5a\x3a\xa8\xd1\x4b\x32\x07\x5f\x20\x68\xf6\x4e\x2f\xaa\xdf\x86\xda\x24\x5d\x44\xb9\x67\x65\xaa\xf0\xd7\x4b\x91\xcf\x1c\xfe\x47\x3b\x5d\x6e\x7e\x6b\x98\x4f\xc7\xde\x07\xbc\x1a\xbd\x24\xaf\x0c\xd3\x2a\x20\xe6\x25\xcd\x49\xe6\x3d\xdc\xc8\x1d\x6d\x1e\xb7\x77\x44\x9b\x78\x6a\x7b\x49\x05\x5b\x94\x56\xc0\x05\xde\x83\x02\x4c\xc9\x6a\x25\x86\xf1\x2f\xbe\x1d\x9e\xf2\x1c\x25\xf5\xd5\xdb\x81\x1e\x6b\x2d\x2a\x1a\x7e\x66\x78\xff\xc5\x1b\x18\x7d\x09\xef\x22\x82\xf4\x8b\x24\xe8\x49\x47\xc4\x4e\x65\x7d\x0a\x01\x4a\x97\xc1\x18\x4b\x72\xb0\x4d\x60\x92\xe7\x4c\x59\x5d\x99\xb7\xab\xe7\x44\x9c\x15\xbc\x39\x2d\x4c\x23\x77\xe6\x29\xe3\xcf\x23\x77\x94\x10\x66\xb0\x6f\xb9\x77\x40\x3d\x75\xfd\x45\x8b\x25\xaa\x8d\xdc\x95\xa7\x62\xff\x8c\x42\x82\x01\xc2\xcc\x02\x05\x54\x4e\xcd\xd1\xd9\xf8\x8c\xdc\xce\x48\x6e\xb3\x64\x66\x0b\x84\x32\x46\x3e\x41\x11\x93\x5c\x71\x07\x72\x5b\xc4\x02\x19\x30\x9d\xb0\x70\xf7\x13\x09\x11\x94\xa2\x9d\x76\xb1\x91\xdc\x70\x15\x5b\x54\xc1\x70\xab\x7d\x41\x18\x8f\xdf\xf0\x85\x1a\xff\x01\xbe\x80\xa5\xf6\xc8\xdf\xc7\x6a\x0c\x47\x34\x26\xa0\xc7\x1d\x5f\x3b\xc6\xa9\x4d\xda\x83\x24\x36\x13\x4d\x29\x6b\x48\x72\x39\xf9\x08\x63\x1d\xe0\xd6\xc6\x4e\xc2\x84\x44\x69\x48\x30\xa3\x14\x3d\x17\x02\x09\xc0\x1a\x29\xf5\xc6\x60\xb6\xfe\xb2\x92\x38\x75\x22\xb3\x6d\x20\x6a\xec\x36\x13\x74\xd2\xac\xaf\xb4\x7f\x0f\x60\x7a\x0d\xbb\x15\xf4\x41\x8a\x6f\xdf\x47\xe4\xf4\x61\x61\xe7\x48\x1f\xa2\xdb\x81\xb3\x10\x22\xb2\xbd\x09\x94\x1f\x9b\x87\xa5\x42\x8e\xf4\x21\xea\x0e\x3b\x8f\xb2\xcc\xe3\xee\xc7\x79\x58\xb2\xe5\x48\x1f\xa2\x4f\xb1\xf3\xd8\x91\xe6\x9e\x53\x90\x09\x2f\x6b\xf3\x90\xfb\x44\x9e\x8b\x2b\xc6\xbd\x92\x88\xa7\xf0\x14\x3d\xd7\x4a\x5d\xe9\xc9\xfd\xfe\x51\x81\x8f\xe9\x65\x65\x4e\x0f\x7d\x06\xbe\x7e\x00\x20\x62\x0a\x33\x43\xb3\x98\xe4\xa8\x6a\x30\xf8\x3b\xd5\x39\xa3\xc2\x22\xaf\x24\x5f\xa8\x70\x9a\x39\xd2\x18\x92\x54\xf8\x43\xdd\xac\x2d\x52\xf3\x2f\xe0\x22\xe3\xe5\xe5\xb6\x4e\x33\xca\x81\x19\x3d\x3f\x42\x5a\xf0\xd0\x3e\x62\xfc\x53\xa8\x26\x08\x15\x33\xdf\x18\xa4\xaa\x7e\x21\xe6\x5e\x73\x6d\xef\xf6\x64\x6f\xa3\x67\x6e\x3f\x92\x40\x74\xb6\x4d\xc1\x72\xa6\x3e\xc3\x2e\xf4\x19\xad\x76\x01\xdc\x51\x1b\x58\x28\x37\x43\x06\xae\x37\x7e\xee\xd3\x28\xe3\x0b\x25\xb2\xbb\xc7\xa3\x62\x71\xb1\xda\xf2\x9d\x87\xed\x0c\xc4\xc5\x46\x91\x1a\x06\x3a\x20\xd3\xab\x72\xcf\xca\xf7\x3e\xdb\xb0\xac\x5f\xe1\x6a\xdc\x17\x19\x58\x1b\x47\x31\xd2\xd9\x7d\x9d\x6b\x35\x5a\x9a\x85\xe9\xdb\xaa\x67\xa6\xe2\x44\x9b\x4b\x44\x98\xc0\x00\x41\x08\xc2\xb5\xaa\x8a\xb4\xbd\x77\xb5\x01\xe1\xdc\xcc\x31\xdb\x12\x75\x30\x2f\xac\x13\x95\x11\x8a\x69\xae\xaf\xaa\xc9\xcf\x04\x69\xf7\xdc\xa2\x60\x41\x35\xe7\x86\xaa\xf8\x0f\xa4\x3b\x65\x1c\xa5\x91\x1e\x90\xc6\x4d\xcc\x2a\xc8\xd1\x27\x5c\xf6\xc9\x9e\x95\xaf\x2b\x3f\x4f\x90\xec\x83\x67\x6a\xae\xf6\x14\xa8\xa3\x4d\x10\x5a\xf5\xe4\x9e\x76\x1c\x4c\x2f\x39\xe9\xb8\x96\x1a\x33\x89\x06\xd9\xa1\x39\x02\xaa\x34\x25\xb0\xc1\xbc\x03\xfe\x9d\x96\x21\xcd\x81\xe4\x39\xac\xe6\x7a\x16\x6b\xc5\x4a\xdd\x7f\xde\xd0\x9b\x90\x96\x71\x01\x63\xd2\x24\x3f\x24\xe6\x86\x0f\xd7\xa3\x0a\x1d\x90\x6a\x1b\x0e\xbe\xe5\x70\x20\x78\x6e\xa9\x24\x62\x62\x57\x66\xf2\xa4\x97\xd5\x94\xef\xfa\xd0\x84\x34\xc9\x84\x9f\x0d\x6d\x23\x00\x37\x8c\x1d\x4d\x46\x7f\x5f\xec\x57\xa5\xb8\x06\x83\x59\x3b\xcb\x6b\x77\x92\xb8\xdf\x08\x4e\x92\xe7\xba\x80\xaa\x6e\xae\xed\x91\x5f\x5b\x28\xf6\x9a\x41\x3a\x9a\xed\x10\x92\xa2\x56\x75\x6f\x61\xe8\x33\x49\xc9\x4c\xd3\xc8\x34\x5a\x54\x45\xcf\x44\x2f\xe9\xe1\xbe\xf4\xd9\xa2\xc0\x6f\xa5\x3d\x15\xbc\xbc\x93\x27\x62\x66\x2b\x70\xb5\xe6\x49\x0e\x70\x02\x55\xd6\x6b\xde\x35\xd3\x00\x04\x61\x29\xe4\x5e\xdf\x45\x99\x08\x16\xb4\xe0\x0d\x09\x32\x23\xc0\x72\x67\x49\x48\x5b\xc1\xc9\xbe\xfb\x69\x87\x0f\x40\x1c\xac\x44\xfa\x6e\x4f\x70\xac\x95\x3a\x31\x33\xf0\x00\x2b\x7d\xd6\x4b\xca\x5f\x95\x59\x98\x31\x67\xb7\x0d\x18\xaf\x62\x17\xb8\x13\x9b\xda\x23\x8f\x8b\xc0\x04\x4f\x4c\x9f\x11\x4d\x1a\xdc\xed\x13\x9c\x61\x74\x1a\xd8\xa5\xe7\x9d\x24\xee\x85\x1a\xff\x3e\x37\xea\xc4\x52\xb3\x81\xda\x99\x88\xde\xa3\xb6\xb6\xc5\x61\x0d\x66\x4b\x63\x63\x09\xd0\xdb\x2c\x04\x0e\x27\x7c\x66\x2b\x2c\xaf\x4c\x27\x4f\xb7\x19\x64\x71\x28\x5c\x99\xc7\x0f\x92\x29\xb8\xfa\x4b\x7b\xc0\xdb\x2b\xd3\x19\x58\xd2\x6a\x77\x65\x9a\x62\x3c\x87\xab\xb0\xbd\x32\x0f\x30\x87\xdb\x5d\x99\xbe\x3e\x6f\x27\xfb\xd6\x56\xa7\x57\xe6\x52\x0f\x6e\xdc\x9b\x21\x2c\xca\x97\x1d\x7d\x77\x65\x16\xe2\xfd\x09\x4c\x77\xfd\x41\x23\xca\x36\xb0\xca\x14\xf9\x4f\x9e\xec\x04\xf8\x9c\xd7\x4a\xd0\x81\xdf\x09\xc5\x44\x2a\x32\xdf\x97\x60\x84\xbd\xf4\xb8\xcc\x82\x11\xa6\xe3\x21\x94\x6a\xd1\x29\x82\x0c\xb4\x46\x8f\x16\x09\x46\x32\x48\xca\x5c\xda\xcb\xdc\x87\x5d\x5a\x74\x5e\xcd\xa5\xa9\x14\x17\xb0\x7c\x6c\x89\xf0\x7c\x57\x71\xb6\x90\x5c\x5f\xed\xe3\x91\x84\x3c\x69\x1b\x6c\x75\xb3\x1c\x1c\x81\xb8\xe4\x66\x5a\x7a\x7a\xbd\xaf\xf0\x2c\x49\x64\x4d\xde\xfb\xa0\x05\x02\xcd\xff\xe9\xf3\xf4\xf1\x80\x0d\x1b\x49\x9e\xd9\x3e\x3c\xed\xa9\xd7\x8f\x46\x49\x52\xec\xd8\x72\xf0\x99\x21\x97\x6e\x06\x61\x1a\x36\x30\xd4\x7b\x7b\xf4\x94\x04\xb0\x35\x25\x3d\x7f\x4a\x09\xb6\x47\x51\x86\x61\x5f\x58\x77\x22\x7e\x4c\x73\x09\x1d\x9c\x4b\xb3\x26\x92\x18\xa6\xc2\x9e\x63\x9a\x09\x45\x44\x8c\x7f\x40\x43\xab\xae\x68\x63\xc4\x54\x8a\x7e\x8d\x96\xbe\xdf\x47\xbf\x9d\x54\xdd\x8d\x9a\xdb\xcd\x0e\x27\x7c\x50\xaa\x88\xb5\x43\x33\xdb\x84\xf1\x18\xf2\x56\x5c\x42\x48\x68\x66\x7a\x7b\xe4\x58\xbe\x98\x39\xe6\x5d\x4b\x94\x47\x71\x58\x95\x10\xbc\x68\xfc\xac\xd4\x73\x5a\x2d\xb2\xb7\x38\x56\xaa\xa8\xa5\xc6\x86\xb7\xf8\x5c\x4b\xb6\x4c\x88\x04\x81\xde\x4e\xe4\x29\x61\x02\xa4\xfd\x53\xb2\x4c\x12\xbd\x05\x7b\x63\xe6\xa4\x13\xd2\x23\x23\x58\xdc\x48\x27\x3d\xba\x05\x89\x8a\x04\x01\xfa\x61\x2e\x24\xf9\x39\x25\x8d\x55\x38\xe7\x16\x92\x51\x92\xcb\xfb\x8c\x6b\x3b\xa7\xb1\xe2\x4c\x4b\x9d\xf6\x4e\x0e\x0a\xbc\x23\x15\xbe\xb8\xc8\x54\xf8\xaa\x5e\x3f\xa3\x45\xad\x38\x92\xce\xcc\x97\x68\xfe\x90\x4b\x02\x56\x94\x71\x53\x1f\x87\x22\x80\xc5\x1d\x7a\x5d\x3e\x1c\x0e\xa7\x02\x51\x1d\xc9\xeb\xe8\x39\xb8\xf5\xdd\xd5\xd3\x46\xd2\x56\x65\x7b\x88\x55\x50\x4c\xba\xf8\x8e\x9f\xfc\x12\x2d\x92\x11\x51\xd4\xa8\x11\xfc\xca\xfd\x6d\x3b\x41\x4a\x01\x22\xe6\x47\xbb\x6f\xb6\x84\x9f\x02\xb1\xe5\x38\x2b\x9e\x42\x08\xe6\x0f\xba\x36\x50\xbe\x96\x54\x81\x41\xa1\x0a\x04\x2f\xc8\xb7\xd9\x03\x25\xf0\x9c\xfa\x02\xde\x0e\xb1\x6c\xd2\xec\x81\xd1\x0d\x89\x99\x1d\x11\x96\xad\x73\x42\x88\x7b\xff\x91\x72\x30\x33\xb1\x1a\x74\xd0\x53\xa0\xfc\x27\x40\x3e\x28\xe2\xe8\x5a\x70\x4e\xbe\x26\x82\x3a\x5c\xf3\x71\x23\x25\x15\xe4\x9a\x0b\x15\x4b\x7b\xe3\xce\xe6\xe1\xe0\x79\xa3\x5d\x47\xde\x78\x3f\xd3\x26\x4c\x43\x1b\x31\xb7\xa9\x43\xa2\x58\xfe\xdf\x27\x9d\x6b\x47\x3c\x84\xc3\x68\xa6\x3f\x29\xcc\x2d\x26\xe7\x19\x24\xfc\xf7\x39\xb3\x45\x9e\x40\xa2\xe0\xc4\x9b\x0c\x84\xa3\xb7\x48\x08\x94\x4e\x6f\x95\x41\x01\x5b\x7b\x1c\xf1\x8a\xf1\xd8\x19\x16\x44\xf4\xdd\x30\xc7\xe8\x84\x13\x00\x0b\x0f\xea\xa1\x7a\x4a\x83\x94\x9d\xbc\xcc\x94\x84\x9e\x5b\x52\x30\xd1\x86\x5a\x38\xe9\xde\xe7\x42\xf5\xc0\x64\x68\x63\x84\xab\x98\x32\x70\xd1\xbd\xa2\x3d\x91\xc8\xe0\xfc\x24\x00\xc3\xde\xc0\xd7\x5d\xae\x99\x54\xb6\x78\x8e\x6e\x26\x8c\x3e\x51\xc8\x08\x45\xa6\x10\xaf\xf2\x61\xaa\xed\xaa\x74\x6e\xb3\xff\x45\x6f\x32\x3d\x4a\x42\x19\xd5\xe5\x3b\xcc\xfe\x64\xff\x9a\x98\x76\x3e\xe7\x24\x13\x8a\xd8\x2d\x64\x4c\x61\x0d\xd3\x10\xde\x9c\x41\x19\xda\xda\x01\xd1\x46\xdb\x3d\xe3\x65\xaa\xe4\x1c\x4a\xcf\xe9\xcd\xbd\x60\x8f\x52\x07\x51\xf9\xdc\x76\x06\x90\xd2\xc2\xe8\xf4\x45\xa8\x4b\x8c\x78\xa2\x5b\x07\x83\x86\xca\x94\x0c\x69\xb7\x58\xa6\x2b\xa0\x2f\xc2\x5f\x01\x72\x18\xc1\xd1\x2d\x82\x8b\x0e\x4e\x3d\x11\x4c\x45\x2a\x1c\x31\xd2\x0a\x53\x48\xed\x0d\x1a\x0a\x49\x62\x63\x3c\x65\x38\x3c\xbb\x51\xdd\x17\xa4\x8e\x2f\x64\x0e\xfe\xac\x2a\xf9\x90\x4c\xb2\x95\xb2\x58\x7f\x27\x84\xa5\xa0\x1a\xa9\x5f\x40\x64\xb6\xb7\x3f\x45\x8f\x72\x63\x81\x28\xb6\xd8\xd5\xb5\x39\x0b\x73\x89\x57\x66\x97\x43\x64\xa7\x54\xc4\x45\x7b\xfd\x8c\x0e\x66\x64\x2e\xcd\x9f\x62\x4e\x69\xab\x32\x3d\xd8\x39\x8c\x41\x79\xac\xbc\x64\x0e\xa1\x0a\xee\x1c\x47\x91\x02\xf2\xae\xdf\x41\x10\x56\xdf\x46\x96\xb1\x69\x30\x6a\x72\x62\xd0\xf1\x7e\xeb\xb8\xcc\xef\x62\xc9\xe3\x05\x68\xa3\xd1\xc3\xda\x31\xe4\x0d\xde\xa8\xcc\x65\xc4\xa7\xba\xe4\x04\x26\xdf\x7b\xe2\xad\x24\x0b\xda\x9f\xa7\x26\x88\x94\x5f\x30\x42\x6f\x7c\x22\x6c\x5a\x17\x5d\x8e\x85\xb9\x77\x38\x6b\x06\x77\xa2\x18\x41\x10\xca\xa9\x56\x66\x50\x99\x50\x0e\xbf\xa5\x8a\x27\xb7\x8f\xd3\xb8\xa6\x61\xa6\xf8\x84\x48\x2d\x24\x94\x18\xf9\x8a\x86\x02\x76\x1d\x35\xa6\x9a\xf7\xc5\x99\xc9\x2c\xf4\xc5\x8d\xdd\xc5\x4a\xaa\xf8\x18\xbd\x7f\x0b\x23\x74\xc4\x8a\x64\x62\xb2\x96\x32\x1f\xb7\x69\xe4\xcb\x02\x46\x17\x9a\xbc\xb6\x69\x31\xf9\xff\x07\x83\xf9\x31\x6b\xa8\x84\x1b\x99\x1d\xd8\xdb\x8c\x6f\x73\xfb\x98\x91\x45\x9c\xce\x4a\xf3\x60\x0e\x0e\x01\x93\x9f\x25\x93\xa7\xc1\x4a\xfd\xca\x22\xe2\xa8\xb1\xea\x72\x45\x50\xe1\xb2\x7b\xca\x87\x81\xd3\x6a\x78\x61\x6f\x69\x31\xbf\xa1\x1f\x30\x04\xd7\x46\xf5\x29\x04\xd8\x0c\xf8\xf8\x8e\x69\x4e\x0f\x7b\x4e\x5f\xad\xbf\xf9\x43\xd2\x22\x34\x1a\x3d\xef\x77\xc5\x07\x2a\xf0\x94\xb8\xe4\x5c\xc9\x63\x08\xfb\xa1\xea\x15\xc3\xf8\x5d\x58\x18\xf5\xdf\x90\xb9\xc8\xbb\x59\xf3\xd9\x8e\x2f\xd0\xa2\x2e\x79\x46\x52\x0d\x98\xc1\xb3\x7a\x2f\x7c\xc7\x0c\x8f\x57\x9d\x34\x61\xd2\xc6\x52\xf7\xc5\x24\x13\xd2\x9a\x26\x7c\x08\x70\xf2\x46\xc5\x7f\xed\xe4\x69\xff\xc9\xa2\xba\xaf\x0a\x03\x63\xf6\x39\x7d\x2f\xfb\x11\xff\xd3\xf7\xb4\x67\x51\xcf\x9d\x53\x21\x52\xe6\x7e\x0e\x72\x01\x11\xfc\x54\x8b\x88\xeb\x95\xa4\x7d\x9c\xdb\xfb\xb6\xc7\xc4\x14\xf9\x9a\x3b\x7e\x21\xd8\xa3\xf3\x95\x3e\x0b\x9c\xc1\x93\x2f\xb1\x0a\xef\x21\x51\x5c\xdc\xe7\xf6\xb9\x9a\x6f\xfb\x10\xee\x3e\x0f\x68\x7f\xcb\x59\x87\x0e\x15\xc0\x11\x87\x38\xbb\x7b\x95\x56\x12\x8e\x09\x33\x22\xb9\x8b\x28\x5a\xfe\x10\xe2\x5b\x41\x2e\xec\x5c\xc2\x11\x4f\x42\xf9\x12\xa8\xee\xc2\x24\x7a\x5c\x31\x08\xde\x5f\x8c\x80\xe7\x1e\x33\x09\x57\xc8\x73\xd7\xc3\x87\xbf\xc5\x05\x81\x44\x5c\x24\xb3\xd2\xc9\x67\x3c\x08\xea\xc8\x47\xad\xf7\x93\xeb\xd9\x0b\xfa\x18\x4a\xaa\x03\x79\x7f\x4b\x21\x90\xf9\x5c\xd8\x44\x9a\x24\xce\x1f\x73\x1d\x15\xdc\x2d\x18\xb5\x82\x51\x9d\x28\x3c\x8a\x07\xb0\x6e\x5e\xeb\x2b\x52\x54\xf7\xa8\xd1\x76\x6b\x0c\xa5\xc6\x09\x6b\x80\xb0\xaa\x11\xf6\x48\xbc\xc7\xf4\x61\xdd\xf7\x41\x75\x59\xd3\xad\x31\xbc\x61\x60\xf6\x53\xae\x8b\x84\xc6\xdc\xce\x3f\x18\xea\xe1\xf3\xe1\x2d\x82\xaf\x96\x6a\x5e\x76\x0e\x88\x00\x41\xcb\x4b\x12\x9b\x4b\x52\x3d\x25\x28\xf0\xdf\xce\x24\xe0\x08\x78\xf5\x5e\x99\x9a\x38\x18\xf1\xea\x25\xd6\xd3\x6c\x1c\x7c\x69\x22\xe2\xc0\x2d\x85\x38\x6f\x73\x86\xcd\x58\x80\x34\x78\x9e\x3f\x27\xbf\x60\x6e\xc2\x5f\x1b\x6a\x75\x48\xba\x32\xb4\xc7\xd3\x17\x76\xb3\x06\xc6\xbe\x1b\xc9\xdf\x01\x0c\x28\x9d\x26\x43\x61\x35\x31\xd2\x29\x9b\xac\x38\xd2\xf2\x39\xf9\x65\x47\x92\x5f\xbb\x23\x23\x6d\xd9\x0c\xd8\xb0\x1b\xcb\xdf\x01\x0c\x97\x9d\x26\xc3\x7a\xae\xa6\xc2\x4b\xb3\xed\xfe\x34\x17\x76\xba\xd1\x32\xf3\xa3\x4b\xe4\x7c\x0b\xfa\xb4\xfb\xd3\x38\x49\x2f\xdb\xee\xcf\xd3\x47\x2f\xd7\x25\xfb\xb0\xd6\xd5\x36\x33\xdc\x99\xfb\xd0\x67\x3e\xc5\xc7\x36\x7b\xe0\x7d\xb9\xeb\x59\x74\x5d\x33\x15\xe7\x4b\x78\x6c\xd7\xcd\x69\x66\x8e\x99\xa1\x33\x9f\xe2\x63\xbb\x3f\xf0\xb6\xee\x26\x64\x86\x76\xbf\x84\x87\xc7\x10\x21\x5e\x6f\xb8\x8f\x35\xd6\xac\x38\x00\xd6\x94\x55\xc2\x12\x63\x64\xea\x4e\x05\xc2\x45\x53\xe6\x72\x0b\x03\x63\xf6\x53\x83\xcd\xae\xbd\x0e\xed\x17\x24\x1f\xaa\x1e\xd9\x52\x61\x6d\x96\x1d\x77\x27\x44\x6d\x7e\xf2\x90\x4e\xc1\x0c\x3c\x67\x0e\xfb\x85\xfd\x41\xf3\x1b\x72\xc6\xf1\x91\x4d\x95\xd6\x9f\x1d\x77\x2f\x12\x9d\xbd\x03\xf6\x66\xe0\x39\xeb\x3b\x1c\xfc\x57\xcd\x6f\x49\x31\xe1\x09\x6c\x4b\x7c\x48\x93\x64\x70\x09\x19\xce\xa7\x2b\xf6\x5d\x6b\x28\xbb\x7a\xcf\x2e\x12\x6d\x43\x41\x51\x30\xf4\xad\xe9\x30\x78\x48\x36\xb5\x93\x99\x18\xe6\x68\xea\xe4\xba\xca\x5c\x13\x89\x33\xc3\x13\x33\xa4\xfb\x0b\x12\x4d\x5d\xb7\xe3\x26\xc5\xb1\x0b\x46\x01\xa8\xed\xdd\x48\xcc\xe3\x15\x10\x54\x65\xc1\x8e\x98\xf4\x88\x72\x56\xd9\x7a\x1a\xc6\x56\x93\xed\x89\xc1\x9e\x53\x16\xc8\x54\x48\xd3\x9f\x6a\xdf\x22\x01\xa4\xc4\x34\xca\x76\xbd\xc8\x80\xf4\xad\x34\x0d\x2c\x12\x5d\x3f\xfc\xd0\x77\x18\x67\x2a\x83\x10\x96\xca\xef\x3a\xf7\xac\xfc\xeb\x61\x86\x52\xa5\xec\xef\xe7\xed\xd8\x24\xdb\x21\xa4\x69\xfb\xa7\x99\x85\xdf\x31\x67\xb6\x56\x16\xbf\x58\x20\x88\x77\x95\x85\xe4\x7f\xa4\xfb\x0d\x73\xf1\x44\xc5\x0c\xd9\x1c\xe7\xba\x88\x0f\xb9\xa7\x64\xcf\xbf\xd9\xf0\x88\x61\x81\x90\x6c\x12\x94\x67\xff\xda\x04\x89\x2d\x84\x39\x0c\x98\x76\xeb\x97\x49\xcc\x0a\x49\x07\x5d\x9f\x79\xf9\x10\x9f\x6b\xd7\x5c\xea\x01\xd4\x4e\x62\x07\x08\x87\xa5\xe8\x81\xe2\x97\xbd\xef\xc8\xaf\xcd\x90\xd4\xa5\xc5\xa2\x5b\x78\xe8\xad\x8d\xda\xba\x50\x66\x69\x99\x98\x12\xb9\x29\x05\xe4\x62\x11\x24\x06\x3c\x76\xc6\xa4\x76\x11\x29\xea\xe6\x1d\xa7\xf6\x81\x43\x1b\xea\x8d\xeb\x5b\x45\x29\x47\x08\x83\x43\xb3\x33\x54\xc4\x7d\x37\x0f\xa5\x2b\x0d\x9a\x8b\x5d\x4e\xd2\x5c\x26\x26\xe6\x3e\x48\x58\xea\xbf\xa5\xb3\xf0\xd2\x59\x7c\x24\xb3\xa8\x7f\x9b\x05\x29\x22\x86\x6a\x32\x05\x73\xc5\x59\x7c\xb3\x94\x8d\x21\xf6\x45\xf3\xab\xbb\x4c\x73\x99\x85\xd8\xf9\xe4\x42\x15\x16\xfc\x0b\x56\x79\xf7\xec\xa5\x6e\x94\x1a\xce\xad\x1e\x73\xd7\x84\x57\x7d\x44\x90\x3d\xc9\xdf\x46\x14\xc0\x20\xac\x35\x51\xe7\xf8\xca\xd4\xb9\xdd\x65\xd7\x54\xed\x43\x7f\x30\x59\xe6\xea\x26\xc1\x29\x66\x67\x3e\x6f\x9c\xb2\x1e\x03\x5e\x04\x76\xca\xc2\x8e\xd5\xec\x00\x7d\x7d\x78\x7c\x6d\x65\xee\x98\xd8\x5b\x12\x1a\x0a\x6a\x2c\x8a\x17\x41\xa0\xfc\x19\x7d\x52\x24\x6d\xa2\x7c\x2f\xed\xbd\x0c\xc2\x8d\xa4\x92\x17\xb4\x40\xdb\xc1\x80\x40\x4a\x90\x15\x0c\x40\xcf\xd6\x90\x90\x1f\xaf\x1e\x93\x5f\x08\xbe\xb7\xdb\x5f\xff\xb6\x8a\x92\x7c\x6b\xc7\xb6\xed\xab\x9a\x6b\x2b\x3f\xaf\x99\x14\x97\x1b\x67\x26\xdf\xe2\x28\xfd\x60\x31\x97\xdc\xb9\x95\x44\x1c\xcf\x28\x26\x52\xdb\xb9\xbd\x70\xd2\x5f\xe9\xab\xeb\xec\xa1\x04\x8f\x09\xc1\x0a\x03\xbc\x5b\x95\x3b\x34\xaa\x33\xad\xac\x98\x92\x8f\x34\x2c\xb8\x6e\xb6\x90\x06\x5d\x49\x10\xd3\x8b\x4a\x2e\x8d\x62\x1a\x48\x7a\xf2\x99\x58\x29\xda\x67\x42\x22\x71\x01\x22\x57\xd7\xae\x98\x33\x51\x89\x1e\xca\x3e\x6b\x2a\xdc\x54\x8e\xd9\xed\xc9\x2d\x3d\x75\x0c\x55\x41\xe2\x06\xca\x3c\x9d\x88\x93\xa0\x9d\xe1\x0a\xf2\xc3\x57\x66\x65\xee\x41\x81\xe9\xbf\x1c\xde\xe1\x8e\x52\x63\x0b\x87\x01\xd4\x7e\x11\x10\x38\xf7\x72\x7b\xac\xff\x2b\xa7\xff\x05\xfb\xa7\xac\xbb\x0b\x0d\xa2\xff\x74\x78\x3b\x3b\xf6\x92\xbf\x27\xfd\x87\x2a\x80\xb2\xcd\x56\x79\xf8\x35\x38\xab\x0f\xc9\xf2\x7e\x1c\x5e\x11\x97\xc3\xfc\x0c\xef\x88\xe5\x74\xf5\xbf\x07\xcf\xe8\xc3\x85\xe7\xb0\x72\x72\x0f\xb1\x80\xf8\x8b\x67\x5e\x0e\xdf\xae\xc4\x23\x38\x7c\x24\x6a\x0f\xfc\x32\x22\x87\xfd\xd0\x4a\xdd\x01\xbf\x33\x88\x09\x05\x7b\x03\x04\x88\x8d\x48\xae\x84\x03\xfa\xb3\xf6\x05\x2d\x42\xe7\x53\x3f\xa1\xd1\xef\x04\x44\x4f\x3c\xee\xd2\x25\x8b\xfd\x99\xc3\xfe\x86\xec\xef\x9d\xfd\x0d\xd9\xdf\xfb\x4d\xd2\xbb\xed\x4f\x7a\x9f\xb1\xbf\x29\x44\x1d\x45\xc6\x74\x09\x38\x1d\x04\xb7\x78\xe8\xbb\xb7\x97\x06\xe7\x01\xba\x37\x0b\xc9\xef\x28\x2f\x8a\x7c\x43\x5b\x33\x49\xbe\xb9\xe4\x50\x9a\xba\x31\xfc\x60\x65\x59\x0d\x2f\x79\x37\x33\x76\xa0\xcc\x22\x91\x71\xf1\x88\x68\xa9\x46\xaa\x85\x81\x3e\xdc\xca\x93\xa4\x32\x4e\x29\xa8\x9c\xd0\x4b\x9d\x7b\x59\x87\xfd\xf1\x20\x3e\xb2\x14\x78\x03\x2c\xf4\x20\x3e\xb2\x14\x7c\x9b\x24\xdf\xbe\x2f\x65\x4a\xa4\x9d\x4c\xe6\x66\x6f\x59\x41\x8e\x9e\x5b\x6c\x27\x19\x89\x94\xf7\x70\x31\xc7\x9a\x06\x5c\xba\x60\xc1\xec\x6a\x08\x0b\x10\x82\xbe\x0c\x8f\xac\x06\x67\x6b\x16\x7a\x78\x64\x35\x68\x6b\x26\xc9\xb7\x3f\x5b\x4d\x8d\x5e\x12\x17\x51\x66\x78\x2a\xf8\x63\x67\x39\xf8\xcc\x0e\x8e\x54\x5e\x9b\xe1\xb1\xd5\xf0\xf4\x61\xd3\xf0\x38\x3e\x02\x66\x80\x4d\xb3\x10\x5f\xe2\xec\x6a\xd0\xd6\x4c\x92\x6f\x7f\x02\x66\x9c\x24\x7d\x7b\x9d\x49\xd6\xed\xd9\x7c\x5b\x4c\xf8\xfe\xbd\x29\xd5\xfe\xe3\x3d\x98\x75\x55\x90\x3c\x6e\xce\xdc\xcc\x40\xa2\x0b\xca\x62\x7a\xdf\x10\x44\x5e\x97\x79\x99\x4f\x1f\xe0\xed\x4c\x9b\xdf\x54\x7e\xc4\xa9\xb1\x8e\x1c\x47\x48\xc9\xa4\x9d\x76\xa4\xc2\x91\x04\xe4\x0c\x3f\xec\x7e\x9e\x56\x6e\x29\xfd\xe7\xfd\x28\x30\x2d\x2a\x05\x58\x63\x62\xc4\x81\xa5\xdb\x3a\x74\x4d\xdf\x32\xc1\xb0\xc4\x95\x21\x29\xd6\xdc\x01\xcd\x76\x45\x27\x64\xd2\x7f\x6b\x40\x5c\x0b\xea\x55\x87\xcc\x45\x3d\x05\xb6\x3f\x8c\xc4\x26\x94\x1e\x42\xb0\x0d\x74\x12\x69\x21\x4a\x23\xf2\x47\xca\xbf\x1f\x76\x9d\xe3\x4a\x09\x6c\x01\xf6\x2f\xa2\x5d\x09\xb6\xb7\x64\x58\x33\x89\xaa\x46\x9c\x2e\x35\x1c\xa9\xdd\xa7\x28\x56\x48\xd6\x33\x84\xb1\xed\x08\x7e\x10\x5f\x62\x63\x7c\xf8\x51\xf6\xdb\x2c\x34\x7d\x60\xa2\x59\x2d\xa9\x11\x28\xf3\x78\x36\x14\xa7\xe2\x9a\xdb\x0e\x4c\x35\x8d\x08\x20\x4f\x3c\x81\x09\x00\xbd\xa8\x6f\x19\x6d\x64\x64\x09\xee\x00\x9a\xb1\xb0\xc0\x20\xfb\x67\xfc\xaf\x48\xd5\x06\x95\x7e\xf1\x8c\xda\x57\xbb\x8c\x32\x65\x73\x32\xa9\xeb\xcc\xe7\xa6\x25\xd8\xce\xf1\x70\xd6\xbe\xdc\x96\xf1\x05\x2c\xd8\x6a\x69\x8c\x93\x90\xce\x0a\xf2\x2b\x89\xac\x99\xa4\x31\x70\xc6\x6d\x2a\x73\x9b\x8c\x28\x13\x93\x69\x7e\x1f\x9f\x21\x64\x6c\xe5\x8b\xc6\xb1\xe9\x23\x19\x39\xc3\xdd\xd5\xfe\x71\x7a\xe7\xdf\xc6\x0d\x9f\x92\x11\x7f\xdc\xbe\xc5\xb7\xed\xdb\xba\xdb\xb7\x70\xa7\x77\x91\xd9\x3e\x7e\x8a\xaf\xfe\x6d\xfb\x16\xce\xf6\x6d\x7f\xde\xbe\xc5\xb7\xed\xbb\x6a\x1c\x9b\x3e\xe6\xf7\xe5\x6e\xdf\x5f\x4f\xef\xfc\xdb\xb8\x7f\xb0\x7d\x93\x6f\xdb\xf7\xe9\x6e\xdf\xe4\xc8\xf6\x2d\xdd\x96\xf1\xf9\xb1\xf9\x9d\x1f\x9b\x9f\x77\x30\xee\x7e\xfb\x3e\x7f\xde\xbe\xc9\xb7\xed\x3b\x6f\x1c\x9b\xbe\xbb\x7d\x37\xff\x36\xbd\xd3\x6f\xe3\xca\xf6\x9d\xff\x62\xfb\xfe\xf8\xf2\x9a\x99\xbe\xca\x6c\xdf\xaf\x6e\xc7\xef\xb7\xef\x7f\xe2\xf2\x6e\xdd\xed\xfb\xeb\xe9\x9d\x7e\x1b\x37\x68\x09\xe0\x41\x7d\xaf\x9a\x9b\xaa\xf3\xab\x26\xd8\x9f\x0f\x74\x1f\x4f\x58\x5c\x00\x09\x17\x8e\xd9\x8c\x56\x39\x92\x17\xb8\xc8\x4f\xd3\xfd\x27\xcb\xc0\x56\xa8\xe3\xf1\x25\xc2\x62\xfa\xf7\xa4\xeb\x3c\xe1\xcc\x39\x92\x74\x7e\x45\xfe\xeb\xf6\x7b\xdf\x27\xc9\x97\x50\xf9\x2b\xef\x72\x4f\xe7\x37\x55\xc0\x47\x75\x8c\xa2\x1e\xbd\x9c\xbb\xe7\xe1\xfe\x4d\xec\xc1\x29\xe1\x51\xfd\xed\xc3\xc8\x64\xc7\x89\x63\x31\x45\xc2\x95\x03\xbb\x93\x80\xca\x31\xbb\xa5\x20\xce\x1f\x93\xeb\x0d\xd1\xf2\x68\x1f\xce\xcf\x5c\x5f\xd0\xc9\x24\x49\xc1\x93\x88\x1a\x98\x67\x2d\xc9\xc6\x23\x31\x38\xe2\xd6\x26\x4a\x5e\xbe\x7d\x44\xdb\xcc\x23\xdb\xdc\xda\x33\xf4\x90\xb4\x2e\x7a\x38\x78\x5e\x03\x55\x69\xe1\x7d\xc4\x2b\x1c\x28\xff\x55\xfd\xfe\x91\x5d\xca\x33\x7b\xfd\xc7\xaf\xec\x15\x56\x24\x0f\x6d\xc8\x14\x1d\x70\xff\xc7\xef\x45\xba\x02\x24\xa0\xbb\x45\x14\xaa\xec\x23\xdc\xcd\x19\xe5\xaf\x28\x6a\xee\x0d\xb0\xfb\xe6\x49\x2e\x0c\x00\xf7\x96\xd6\x08\x92\xb0\xa1\xa9\x02\x9a\x98\xad\xb2\xbb\x03\x9f\xcf\xa1\x28\x26\x65\xcb\x8d\xe5\x8d\xc5\x97\xb6\x0f\x7a\xfa\x7a\x5e\x4b\x0e\xc0\x77\x0f\xa0\x2c\x84\x61\xd2\x83\x9d\x66\x65\xa2\x37\x91\x4c\x23\xb0\x00\xd6\x56\xe1\x75\x4a\x4f\x1c\x59\x0a\xe8\x89\x88\xf4\x44\xf1\x17\xf4\xc4\xff\xc1\xe8\xff\x07\xa3\xff\x0f\x61\xf4\x8e\xdd\xbe\x46\x74\x86\xc0\xab\xd5\x85\x4b\xbf\x3f\xfc\x06\x9b\x47\x42\x74\x09\xae\xbd\x80\x40\x61\x66\xa6\x31\x6f\x4c\xa0\xc2\xd6\x25\x47\x4f\x09\x23\x78\xb1\x72\x2b\x1c\xa2\xc6\x0c\xc5\xe7\xe3\x28\x7a\x3f\x3a\x1a\xf5\x67\xb6\x39\x9c\x7e\x7e\xd1\x9c\xaf\x43\xf4\x43\xeb\x0e\x54\x15\x42\xc4\x39\x73\x25\x6e\xae\x7d\xb9\x73\xc5\x86\x99\x8d\x99\xff\xdb\x5c\x67\x32\xd7\x5f\x34\xff\xc5\x5c\x67\x8f\xb9\xb6\xaa\x2c\x4c\xce\xa8\x36\xe5\x75\x57\xf4\xf0\x82\xb1\x9b\xb9\x67\x28\xc9\xba\x85\x9c\xf8\xf6\x37\xcc\xc9\xb1\x95\x41\x86\xf1\x5f\x66\x46\x22\x65\x2a\xbf\x06\x7c\x3b\x93\x8b\xc3\x8d\x8f\x11\x56\xe2\xbf\xca\x77\x44\x2a\x6c\xfd\x86\xe5\x38\x06\x9a\xd8\x94\xff\x32\x8b\x61\x37\xe5\xd7\xdc\x05\x1c\xb3\x1b\x07\x37\x07\x9b\xf2\xdf\xe5\x26\x22\x15\x25\x9b\xf2\x11\xd2\xf6\xf2\x67\x22\x6b\x8e\xa1\xeb\xf7\xb9\x2c\xe9\x16\xaa\xda\xce\x30\xb2\xe4\x9f\x5f\x08\xb4\x33\xb3\x5f\xb5\x3b\x76\x13\x4e\x18\x3a\xc8\xd0\x93\x09\x42\xbf\x46\xe1\x77\x64\xe1\x91\x2e\xcc\xcc\xfc\x82\x9a\x5c\x72\xa1\x0f\x07\xcd\xea\x2a\xba\x4c\x9a\xfd\x85\xf5\x8e\xd9\x5b\xf2\xb5\x19\xc8\xab\x9e\x84\x3a\xbf\x10\xe1\x3b\x55\x16\x22\xc9\x41\xae\x4b\x93\x98\xbb\x45\x8c\xbf\x55\x43\xfa\x48\xc6\x74\x0d\x2f\x82\x94\x8c\x99\xf2\x40\x73\x49\x84\xfd\x99\x2e\x72\x82\x94\x57\xa1\x13\x33\x48\x0a\x29\xaf\xca\x7d\xe8\x44\xfb\x19\x72\x94\xfa\xa4\x47\xf1\x3a\xe2\xbc\x45\x0c\xd9\x0b\x17\x36\xe3\x33\x13\x57\xed\xa3\x0a\xb5\xc4\x8e\x72\xfa\x79\x4f\xc8\xda\x50\xa9\xf6\x22\x9d\x43\x98\xcc\x87\x11\x88\xd9\xeb\x92\x95\xab\xbf\xae\x2c\x0b\x85\xef\xd7\x1d\x4d\x0a\xce\x10\xd0\xbf\xc5\x78\x7f\xee\x8a\xd0\xde\x2c\xf4\xe0\xff\x19\x53\x0c\x1f\x32\x53\xec\x37\xb8\xe9\x6b\x57\x9b\x28\x79\xcd\xd6\x30\xbf\xde\x89\xb3\x2f\xae\x52\x97\x86\x8a\x3d\x46\x79\x16\x30\xa8\x31\xe1\x25\xeb\x8b\x74\xf2\x94\x81\xac\xbc\x29\x4c\xaf\x2a\x6b\x0a\xca\x45\xe9\xae\x38\xe6\x85\x04\x77\xab\xa7\x3b\x92\xb8\xa2\xd4\x98\xd0\x79\x3f\xef\xba\x0a\x26\x09\x42\xb0\xc7\x1e\x30\xf6\x5c\xd3\xdd\xcd\xc4\xa2\xd4\xfe\x73\xbc\x97\x9a\x32\x13\x5f\x96\x0f\x61\x65\xfe\xae\x72\xf2\x90\x33\x4a\xf5\xf5\x10\x59\xec\x18\xc4\xa1\xc6\x04\xb1\x35\xe6\x86\x6d\xb2\xaf\x39\x2d\xed\x61\xca\xb4\x33\x25\x18\xd2\x9d\x43\x7a\xd9\x2e\x38\xb6\x97\x1f\x12\x86\x3a\x27\x79\xc4\xb3\x39\x44\x9b\xf4\x5d\xa2\xf8\x54\x26\x89\xc9\xfb\x33\xcd\x30\x33\xb4\xfb\x5e\x7f\xcb\xc4\x30\x4d\xf9\x36\x59\x68\x41\xec\xb5\xa9\x9f\xed\x2e\xe0\x01\x43\xc5\xea\xc4\x4d\x9f\xf9\xcd\x5c\xe0\x14\x42\x60\x32\x86\x07\x12\x4d\xf9\x14\x27\x99\xdb\xcd\x9a\x3c\xa1\x80\xc7\x7b\xc3\x6d\x49\xce\x69\xa3\x69\x87\x1b\xf6\x0f\x3f\x26\x62\xca\x82\x3e\x07\xdf\xe3\xf9\xa5\x0f\xda\x71\x1e\x9b\x41\xf3\x2c\x1d\xdb\x52\x96\x91\xf2\xd5\xed\x91\x1e\xf7\x53\xec\xc0\xaa\xa8\xa6\xd4\xed\xba\x21\xbc\x4a\x4d\x74\x5b\x8a\x81\xc4\x1f\xdf\x41\x6d\x9f\xe0\xc7\x03\xf3\x35\x7a\x92\x9c\x6e\x24\xdb\x85\x3c\x5d\x66\xa1\xdf\x9f\xb2\xe5\x1f\x52\xde\x3f\x28\xa7\x9b\x6f\x7f\x28\xc6\xed\x08\x20\x5b\x36\x7b\x9f\x2c\x5f\xf9\x8f\x7c\x80\xa4\x1d\x53\x5f\x08\x17\x9e\xd7\x2e\x53\xae\x9a\xd3\x3b\xa6\x37\x67\xf8\xf3\x04\xec\x32\x31\xe9\x5c\x4c\xcb\xb8\xc3\x03\x0f\x79\x19\xd5\xbb\xc6\xba\xfd\xa1\xa6\xa7\x52\xd2\x29\x82\xca\xd6\x07\xda\xb7\x80\x3d\xd6\x08\xa4\x1a\x48\xaa\x8b\x0c\x14\x9f\x3e\x8e\x20\x76\xff\xa2\x0c\x7e\x45\x19\xfc\x16\x73\x69\x92\xc9\xec\x7e\x31\x16\x28\xe1\x58\xcc\xba\xcb\x9c\x99\xdd\xe8\x10\x2e\x2e\xd5\xbf\x93\x3b\xf8\x2d\x46\x8c\x72\x61\xf2\x47\xf1\xba\x59\x64\xd2\x95\xac\xee\xa1\x07\x9c\x0b\xc2\xcf\xdf\xe5\x52\x1e\xfe\x4e\x3a\x49\x41\xcf\x3c\x1c\x29\xfa\x60\x5b\x31\x87\xe1\xbf\x65\xb7\x28\xff\x40\xbb\xe9\xd0\xdd\xb1\x00\x21\xb8\x79\x99\x92\xb2\xf2\x75\xae\xa3\xba\xf2\x3a\x8d\x1f\x93\x5c\x20\x2d\x55\x78\xfc\xdb\x87\x37\xd8\x3f\xbc\xa2\xbc\xa9\x1e\x0c\xd4\x56\xa6\xa4\xef\x7e\x40\xd2\xe1\x50\x1c\x78\x92\x06\x48\x3f\x92\x18\x0d\xd5\x94\xa9\x8e\xef\x72\x89\xe7\xdf\xfd\xb1\xfc\x23\x1d\xa6\x70\x4c\xda\x1b\x66\x40\x48\xf3\x8f\x4c\xef\x7e\xa8\xc5\xfc\x23\x62\xf4\xb0\xc4\x28\x53\x5d\xca\x54\x83\xb5\x9d\x04\x1f\x63\x3c\x9f\xfa\xf0\x96\x31\x7b\xc0\xac\xf5\xdc\x27\x85\x6d\xe2\x45\xe6\x49\xa1\x32\xc9\xb6\x0a\x95\xbf\xf3\x6c\x7f\xd7\x5b\x34\x6b\x32\xa6\x5d\xf2\x02\x08\xb8\xd2\x39\xed\xc8\x64\xdb\x4b\x49\x6f\x2f\x33\xfc\xfe\x40\x5c\x06\xee\x03\x51\x7c\xfe\xd0\xe7\x30\xff\x7f\x2d\x37\xf8\xb0\x1e\x79\x21\x62\xe6\x1e\x90\x0b\x79\x76\x57\x94\x40\x6b\x6e\xa9\x91\x24\x91\xb4\x41\xee\x50\x83\xd6\x65\xc2\xdb\xfa\x97\x18\x4b\x3f\xf0\x17\x6e\x47\x7d\x94\xa8\xbc\xec\xbf\x97\x76\xc3\xc2\xbc\x73\xdb\xae\xff\x07\x2e\x1b\x75\x59\x62\xc1\xcd\xbb\x15\x5e\xdc\x38\x57\xec\x49\x70\xfd\xf9\xcd\xe1\xb5\x42\xac\xf5\x9b\x2d\x24\x48\x3d\x71\xea\xa5\xa4\x70\x42\x16\xe1\xde\x2d\x13\x5e\xaa\x71\xa4\xac\xe5\x96\x81\x93\xf0\xcb\xfe\xd2\x55\xac\x16\x8c\x5b\x45\xe8\xe0\x89\x4e\x83\xfb\x24\x9f\x84\x1c\xa6\xf4\x0e\xc6\xbf\xe6\xc6\xde\xae\xfb\xd3\x1b\xc2\xa9\x08\x2f\xdf\x49\x51\xd1\x16\x5f\x62\x1f\x71\xd9\x54\x82\xd3\xda\xa5\xb9\x7e\x72\x08\x4f\x84\xc6\xba\x9f\xed\x69\xd1\x50\x1c\xc2\x4a\x7e\x51\xdc\xf4\x29\xc0\x23\x1a\xcf\x76\xfa\xce\x7c\x03\x7a\x40\xe7\x8b\x8f\x5e\xae\xab\x7c\x55\xf4\x7e\x26\x95\xa4\xb0\x0f\xe7\x9f\xdb\x81\x4c\x5b\xe7\x3a\x2a\x6c\x88\x6c\xef\xef\xfc\x75\x72\x69\x3c\xd3\x84\xa6\x17\x90\x46\xd8\x53\xb3\x38\x46\xd3\x9b\x47\x00\x68\xf2\x34\x39\xcf\x95\x59\x6b\x12\x64\x02\xb4\xf2\xc9\xce\xa9\xb9\x43\x0c\x33\x58\x3e\xdd\xce\x41\xb5\x36\x45\xb1\x1c\x2b\xff\x45\xfe\x3c\xce\x1f\x60\x96\x74\xc7\x90\x34\xe0\x20\xa6\x9f\x32\x7c\xc3\xf9\x23\xf7\x88\x0e\x85\x0e\xdf\x60\x46\x9a\x82\xc7\x4e\x3e\x83\x24\xe4\xd2\x51\x9a\x4d\x9e\x6e\x9f\xa2\x47\x32\x52\x32\xb5\xe5\x21\x7a\x88\x25\x69\x95\xbf\xab\x08\xe4\xfc\xd3\x60\x7f\x3a\x4c\xb0\x4e\x86\xf9\x73\x5a\x9d\xd6\x9d\xbe\x3b\x07\x73\x87\x39\x18\xf5\x7e\xe7\x22\x5a\x1e\x51\x5d\x1e\xf3\x75\x15\xd4\x31\xf4\xeb\x80\x39\xf5\x99\x92\xd0\x0e\x03\x61\x7f\x60\x0b\x92\xa9\x01\x4d\x8a\x7a\x42\xe2\xe2\x31\x61\x87\x80\x3c\x5d\x17\x03\x1a\x5e\xff\x40\x47\xd8\x7f\xcb\xa8\x10\xd0\x47\xae\x3b\x04\x17\x23\x41\x4a\x98\xde\x2f\x1e\xdf\xa6\xd5\xed\x53\x60\xa1\x81\xf1\xd7\xd9\x61\xc7\x31\x14\xe8\x6e\xec\xb0\xd1\xcc\x5f\xc3\x1c\xa7\xc2\x1c\x60\x3d\x1a\x86\x99\x9c\xf8\x1e\x9a\x89\xa9\x24\xf2\xf2\xe0\x61\x86\xbe\x62\xb8\xd9\x85\xc0\xc1\xe6\x7e\x47\x2d\x4d\x9e\x39\x7f\xb6\x96\x9c\xac\x3c\x15\x25\xec\xbf\x7d\x8d\xbc\x06\x8d\xba\xaf\xec\x23\x53\xbb\x91\x0c\x4a\xc8\x27\x20\xf6\x7b\x75\x66\x02\x6f\xf0\xdd\xf8\x60\x48\xe3\xb9\xe7\x2a\x4a\x90\x46\x22\x52\xc1\x8b\x97\xae\xc3\x99\xe5\xd0\x38\x71\xca\x0a\x74\x3b\x7a\x4c\x26\x64\x7b\x28\xec\x27\x04\x02\xd9\xce\xd2\x7f\x2c\xf6\x64\x39\xa1\xf2\x6e\x4f\xb8\x8e\x55\x94\x8b\x54\x74\x97\xcc\xf2\x21\x9d\x65\xfc\x7e\x9b\xfe\x60\xe6\x22\xd3\x42\x30\x46\x19\x97\x91\xa6\x73\xa1\x8a\xee\x57\x40\x70\xf5\xab\x1b\x17\xbd\x4b\x96\xc3\x0c\x2a\xc7\xab\x26\xae\xc3\x49\x19\x2d\x5e\x9a\xd2\x98\xf8\xbd\x28\x71\x4a\xde\xf7\x0f\x46\xac\xcc\x9b\x7f\x50\x16\x2a\xf3\x84\x13\x80\xb4\x36\x68\xcd\x32\xd3\xa0\x20\x6e\x20\xd1\xf2\x9d\xd2\x50\x99\x97\xb3\xa7\x5c\x92\xaa\xe3\x9e\xcd\x9a\x99\x66\x43\x9d\x9d\x16\x9b\xbd\x9d\x3f\xe5\x92\x00\x5c\x0f\xeb\x27\x77\x31\x94\x70\xbd\xc4\x07\x65\xa1\x32\x8f\x6c\xd4\x86\x57\x3b\x83\xbc\x25\x6b\x90\x97\x8a\x29\x8f\xf4\x34\x33\x62\x2a\x95\x46\x5e\x3a\xcf\x5d\x84\xb4\x3b\x8f\xc9\x53\x0e\x6e\xdd\x51\xa5\xe1\x35\xc6\x3b\x47\x98\xb1\x4a\x11\xe3\xf9\x4b\x3e\x21\x73\x74\x96\x24\xae\x12\xd2\x6b\x63\x68\xd7\xe9\x7f\xd1\xae\xbd\x44\x01\x12\xa5\x35\x92\xd7\x82\x1e\xd4\xb1\x4c\x14\xc4\x57\x58\x34\x9f\x68\x47\x53\xb7\x0b\x08\x9f\x08\xaa\x3d\xfc\xdb\x41\x34\xbe\x8d\xb7\x62\x04\xb6\x76\xae\xab\x82\x0a\x93\xe8\x21\x5a\x5b\x8d\x09\xd1\x63\x38\x00\x9b\x07\x1a\xe0\xb6\x89\xba\xfd\xe7\x24\xc0\x97\x2f\xd1\x71\xcc\x46\x62\x22\x66\x1b\x07\x34\x5f\x5c\x62\x77\x9b\x0b\xb7\x31\xcd\x0a\x6b\x83\xdb\x23\xad\x3f\xdc\x6f\x43\x4d\x0e\xad\x33\x3b\xd2\x1c\x68\xb0\x20\xa6\x76\xd9\xd6\x86\x8d\xe9\xc0\xd5\x5d\x1d\x99\x38\x97\x76\xd0\x3a\xb3\xec\x59\xf2\xad\x6f\x5f\xf0\x2f\x8f\xd8\x93\x28\xb2\xc7\xe7\x8e\xd6\xee\xbd\x4d\xcd\x39\xb3\x15\xed\x9e\x68\xc8\x57\x63\xfa\xd4\xee\xa6\x4e\x8f\xef\xdc\x3e\x2a\x7b\x9c\x04\xef\x4a\xd4\x96\x52\x73\x2d\x81\xb7\xec\xd7\xcf\x98\x28\x98\x81\xe8\x93\x4f\xfd\x0c\x6e\xc5\x5d\xf3\x77\xc4\xc1\x1b\x3e\xae\xc7\xe2\x60\x5d\x3d\x30\xf3\x7f\xae\xa6\x2a\x8a\xf5\x7c\x6a\xa8\xc7\x34\x37\x6d\xd0\x5c\x7f\x2c\x2c\xa8\x78\x51\xd2\xe7\xef\x4a\x5b\x92\x2e\xe2\x53\xe0\x17\x2a\xb9\x8e\x2a\x7f\xf8\x0f\x0c\xc4\x11\x7d\xdc\xa5\xd9\x4f\xde\x46\x34\x7f\x9f\xb6\x53\xc2\x68\xa8\x99\x7e\x2a\xba\x82\xc9\x2d\xe3\x22\x3e\x96\x69\xb4\x7b\xf1\xcc\xe0\x3c\xf4\xa9\xa5\xc5\x6d\xd3\x2e\xa9\x45\xfa\x29\xba\x7a\x26\x4f\xdd\x49\x38\x11\x36\xac\x97\x2a\xb9\xa6\x65\xab\x69\xbd\x1e\x2d\x8d\x84\xb3\xe8\x24\xb1\x51\x6a\xc8\x75\xd6\x22\x8f\x12\xbd\x4b\x08\xb4\x8e\x32\x0f\x34\x5d\xbc\xe5\x67\x4e\x63\x2a\x11\x15\x2c\xf9\x44\x40\xe2\x67\x62\xd1\xa8\xe3\x7c\xc5\x46\xd3\x5a\x93\x12\xf1\x2e\x18\xf4\x60\x26\x7b\xcb\x48\x73\x17\x8c\x37\xe2\xc6\xdb\x36\x0b\xcd\x84\x6e\x7e\x9f\x0e\x92\x6e\x1c\x6c\xf3\x34\x80\xb1\x42\x8b\xbe\x10\xd1\xc9\x33\x43\xc7\x75\x94\x61\x98\x8a\x12\x77\x65\xc2\x5d\x99\x3f\x3a\x9f\xed\x8c\x16\x8c\x67\x60\xf9\x0f\xcb\x30\x54\x15\xc3\x30\x25\xa1\x79\x19\x8e\xea\x58\xb2\x42\x06\x49\x0a\xc4\x41\x8c\x99\x99\x18\x15\x3d\x94\xe4\x7d\xb0\x1f\x57\x9f\x00\xd3\xfb\x4c\x9c\xdc\x66\xea\x1b\xec\x27\x19\xff\x30\xaf\xa9\x25\x48\xfc\x91\x5f\xbe\xe1\x51\x72\x4d\xfd\x17\xb2\xa2\x1d\x65\x5e\x38\x0f\x88\x46\x5a\x8c\x9a\x1d\xbd\xff\xf0\x99\xd7\x30\xa2\xe5\x7c\x8c\x60\x09\x0f\x1b\x12\xc5\x9f\x48\x2e\xd7\xb8\xa1\x98\xcf\xfb\x21\xad\xa2\x51\x0b\x8b\x6b\xab\x76\x33\x64\x93\xa2\x3f\xcd\xae\xe8\x2b\x1f\xd1\x10\xf6\x8e\xd5\x69\x8a\xc5\x48\x19\x4f\xdc\x0c\xec\x6d\x36\x6f\xc4\xe8\x88\x14\x15\xd3\x1c\x83\x3b\x63\x98\xb7\x83\x69\xb7\xc2\x4b\x18\x31\x9e\xca\x76\xee\xab\x39\xce\xd5\x70\x67\x61\x5a\x92\x8b\x6b\xa7\xcd\x33\x3d\xd0\xb8\x8a\x70\xe0\xe7\xbe\x47\xdb\xf5\xd2\xea\x96\x97\x8d\x55\x74\x8b\x85\xbe\x1c\xae\xf3\x30\x9d\xe3\xb7\x75\xa6\x39\x1d\xff\x6f\x5e\xe7\x25\x53\x3a\x9d\xfd\xb8\xce\xb5\xac\x13\x28\xd3\x5e\xdb\x41\x2b\x81\xb8\x2b\xcd\xb0\x9e\x9d\x7d\x0c\x75\xcc\xc7\x6f\x6d\x04\x75\xbd\xb8\x68\x8a\x51\x4c\xa3\xf1\x4b\x9a\x21\x6e\xa2\x27\x2c\x44\x94\x40\xf5\xc9\x94\x45\x25\x06\xbb\x8a\xa6\xac\x29\x11\xaf\xf1\x9e\x24\xbe\xde\xe6\x26\x71\x2c\x63\x9c\x0d\x8a\x8a\x62\xa2\xf2\x0e\x09\x19\xa2\x43\x30\x1a\x65\x72\xad\x57\xa4\x5f\x86\x4c\xb5\x97\x09\xab\x0c\x4d\xf8\xa8\x82\x88\x2e\xd1\x98\x9d\x12\xff\xc4\x4c\x5c\xf2\xbb\x4e\x07\xec\x34\x13\xee\xd8\x72\x77\xc1\xac\xc2\x34\xf2\x11\xa7\xda\x11\x6e\x96\xe1\x60\xa2\xe5\x4b\x8a\x69\x06\x3d\xa6\x55\xc6\x01\x77\x3f\x5b\xf0\x04\x87\x57\x8e\x41\x20\x3f\xbd\xc0\x1b\x02\x03\xee\x56\x91\x19\xe8\x20\x56\xa7\xc4\xc7\x11\xb1\xf3\xcf\x19\x6e\x36\xc2\xa5\x0a\x95\x66\xff\xbc\x3d\xb9\x49\x16\x62\xee\x26\x62\x09\x1c\xa4\x46\xc1\xf6\x4f\x1a\xf5\xd0\x56\x98\xeb\x43\x46\x8c\xa7\xdd\x0b\x9b\xc6\x49\xc6\xd7\x68\x7b\x7d\x88\xbb\xa9\xd4\x66\x72\xa5\x6e\x3e\xcc\xd5\x95\x59\x09\x63\x4c\x63\xad\x6e\x29\xa4\x64\x4d\x32\x0e\xac\x7d\x80\x0e\x1b\xd6\x02\x8a\x61\x25\x7c\xec\xe6\xe0\x1b\x1c\xa2\x18\x76\x3e\x3a\x4b\xc3\xe2\xf5\xf5\x53\xae\x63\xe9\xef\x50\x5d\x53\x32\xc4\xc8\x04\xb4\x53\xda\x51\xc6\x03\x13\x1f\xc9\xbb\x96\x91\x04\xd1\x3d\x7f\x7d\x7d\x3c\xc6\x2d\x45\xa0\xf2\xea\xd7\xe1\x25\x64\x06\x9a\xa5\x3e\xc3\x31\x46\x44\xff\xa7\x2f\x38\x99\xfc\x2b\x9f\x28\xa4\x01\x3a\x92\x82\xb4\x88\xfd\x6f\x5e\xfa\x49\xb5\xb6\x5a\xeb\x4b\x33\xb6\x5b\x7c\xa6\x95\x6d\xb5\xd4\xbb\x88\x44\x92\x44\x23\x3d\xd2\xfe\xd4\xd2\xd0\xb5\x19\xe2\x78\x4a\xc8\xfb\xa8\x8c\x9d\x7d\x63\xca\xbd\xfa\x39\x53\x8f\x5c\x85\xc9\xb7\xba\x0a\xf0\x6e\xae\xb5\xd4\x60\xce\xd3\x78\x84\x53\x1a\x30\x85\x8d\x53\x68\xb7\x97\xf9\x28\x5f\xe8\x93\x21\xd4\xce\x2a\x13\x2d\x74\x22\x6e\x0c\x9f\x69\x24\x3f\xa4\xdd\x7a\xd8\x55\x2d\x5d\xc3\x58\x0f\x6b\x7d\x25\x43\x32\x96\xd2\xe8\x3a\x33\xe4\xbe\xf0\xbf\x31\xa4\x7f\xaa\x19\x02\xed\x2a\xb3\x4a\xdf\x7e\x1a\xe8\x4d\x35\x5b\x68\x31\x94\x94\x49\xef\x79\xa2\xb5\x6c\xc5\x11\x64\x4b\x0b\xc3\x9e\x33\xd3\x7e\xc9\x76\x9c\x14\xfe\xb6\xe3\xfd\xa2\x6b\x08\x55\x83\x10\xc0\x19\xef\x5b\xdf\x12\x5d\x73\xbd\xbb\xce\x1d\x38\x2c\xa8\xe7\x6c\x19\xf7\x03\x61\x8d\x55\x21\xdb\x47\x1e\xc4\xe5\xdb\xb7\x89\xd8\xd9\x31\x5a\x15\x77\x7a\xf3\x2f\x3b\x5d\x97\xbc\x5d\x4c\x97\xf1\x3e\x39\x54\x2a\xa8\x0e\xe3\x34\x74\x57\x12\x6a\xb5\xa7\x4c\x51\xf3\xb5\xfa\x60\x16\x30\x86\xd5\x6b\x2e\xaa\x49\x28\x3f\x79\xf9\x20\xfb\xf0\x28\x80\x79\xb5\xd7\xf1\x89\x7a\xd6\x61\x3b\xd3\xe1\xb3\x45\x24\x48\x30\xa8\xe2\x35\x83\x86\x4a\x98\x41\x58\x1c\x20\xb1\x13\x04\x73\x75\xa5\x9a\xa3\x6c\xdb\xbe\x56\x66\xa7\xb7\xa0\x48\xeb\x93\xec\xb7\x57\x28\xf5\xf8\x69\xf6\xad\x59\x58\x92\xc7\x1c\x2b\xe9\x2e\xc4\xa3\x84\x07\xba\xb8\xdf\xe7\xfa\xcb\xeb\x6f\x8a\xc7\x0f\xea\x25\x7b\x23\x0a\x6b\x8b\x9a\xbb\xa6\x9e\x67\x99\x4e\x98\x63\xba\x21\x1f\xbb\xa5\xa6\x3d\xc5\x32\x13\x70\xe2\x27\xa4\x7e\xfc\x35\xb0\x24\x6c\xb0\x32\x54\xd3\x3d\x8f\x7a\xdf\x50\x06\xcd\x15\x6f\x1c\x78\xae\x5d\xe1\x19\x19\x78\xdf\x86\xc5\xd3\x88\x61\x7d\x06\x49\xea\x5e\x36\x2d\x0c\xbc\x5c\x34\x93\x5f\xf6\x09\xa4\xd2\xdd\x8e\x92\x84\x5a\x0e\x2f\x30\xd8\xf3\x75\x52\xcd\xde\x5f\x2f\xd3\x2a\x9a\x84\xcc\xe7\xc7\xa9\x3a\xa5\xf6\xde\x4b\x21\x96\xe3\x8f\x4c\xb6\xce\xb2\x65\x81\x67\x46\x87\x5e\xa7\xd0\x5e\xa8\xdd\x8b\x73\xf0\x57\x40\xc9\x1b\x4d\x7f\xe3\xa4\xe6\xd4\x52\xce\xf1\xc0\xc7\xb1\xc9\x0b\x2b\xc7\xf6\xc5\xa5\xaf\xfe\xb7\x8e\xed\x6b\x7f\xf6\xff\x53\xc7\x16\xf2\xd8\x1a\x99\x63\x4b\x87\xfd\x7f\xf3\xb1\x95\x3c\x66\x2a\x4e\x70\x31\x72\x3a\x29\xe2\xab\xb5\x50\x45\xc9\x37\x70\x48\xaf\xa5\x6a\xb6\xcc\xce\x33\x5b\x86\x3e\x4c\xa1\x92\xb4\x96\x10\x7f\xd1\xb1\x9e\xf9\xed\x3e\xd3\x73\x52\xe6\xf6\xec\xf4\x91\xf6\x7c\xd5\xb3\x3f\xef\xcb\x99\x7b\x86\xe3\xa2\x27\xed\xef\x2e\xaa\x24\x24\xbf\xea\xd9\x23\xb8\xf4\xbe\xf7\x13\x2c\x48\x58\x5a\xaa\x0c\x2e\xd6\x2b\x2d\xe1\x91\xaf\x28\x77\xd9\xbc\x50\xbe\xc7\x44\x63\x99\xa6\x88\xe8\x83\x34\xdb\xcc\x20\xbd\x4a\x2a\x49\xd3\x9d\x34\x3d\xfb\xde\x74\x24\x4d\x6b\x2a\x58\x27\xdf\x4f\xb8\xd6\x7c\x06\x38\xb1\xd6\xd5\x6f\xd6\x4a\xe8\x5e\x85\x49\x37\x58\xeb\xf7\x7e\x82\x95\xb7\xb7\xc9\xca\xae\xf5\x24\x3b\x61\x59\xc6\xd7\x91\x09\x7f\x5b\xab\x34\x2d\x64\xd7\xea\x36\x9d\x1c\x59\xab\x3c\x90\xdb\x46\xee\x55\xa9\x67\x2a\x18\xdd\x18\x4f\x87\x71\x9f\xb6\x0d\xfb\x58\x0d\xfc\x6c\xcd\xd3\x06\x12\xd8\x8e\xf5\x30\x53\xdc\xa4\xb8\x85\x42\x1a\xa7\xee\x58\x2b\x53\xf0\xa5\xee\x55\x48\xd1\xc5\xf7\xad\x95\x5d\x3d\x63\xf0\x59\xb1\x50\x62\x98\x03\xb6\x32\x25\x4f\x7e\x6e\x91\x29\x5f\x92\xe0\xff\xa2\x13\x51\x95\xec\x9c\x56\xa6\xec\xc9\xcf\x3e\x08\xb7\xb8\xfc\xbb\x4e\x44\xb1\x3d\xb8\x4e\x5b\x99\x99\x1c\x86\x14\xce\xaf\x73\x3d\xa5\xa6\x7a\x71\xed\x36\x3c\x65\x0c\x98\xc5\xbe\x4e\x17\x41\x06\x40\xee\x48\xe1\xf2\x1a\x82\xb6\x2f\xbd\xca\xb4\x3c\x33\x94\x80\xad\xf6\xb5\xfa\x5a\x05\x4c\x78\x11\x4d\x3a\x87\x78\x5e\xf8\x8e\xf4\x29\x4f\x79\x82\xb1\xc4\x47\xcb\x4b\xa4\xf7\xbd\xde\x57\x05\x17\xf1\x5e\x46\x97\x7d\x4a\xcd\x30\x48\x85\x92\x47\xc6\x49\xdf\x9e\xef\xe3\x94\x39\xce\xe2\xa7\x71\x5c\xdc\x1f\xc8\x38\xe4\x7d\xbc\xc4\xaa\xc7\x52\x60\xb4\x30\xab\x5f\x4a\x44\xcb\x2a\x2d\x50\xc3\x83\x42\xdb\xfb\x00\x1c\x4b\x9d\xf2\x5f\x29\x94\x5e\x92\x2a\x9f\x8c\x64\xbd\xbb\x39\x68\x1e\x29\x3f\x1f\x30\xf6\x56\x12\xf0\xef\x3c\x76\xe2\x31\xe6\xed\xcc\x66\xd1\xca\x7c\x3c\xd9\xdf\xbd\x4d\x3b\x17\xa8\xf3\x0f\xb0\x6d\x21\x83\x61\xef\x33\xdd\x8c\x25\xea\x65\x53\xf9\x48\xe3\x9c\xd7\x14\x98\x39\x44\xa4\xda\x4a\x3e\xc8\x7d\x19\x4c\xdf\xba\xca\xdf\xf9\x64\xe7\xda\x29\x61\xaa\x6a\x96\x62\xee\x9d\xd0\x1c\xcd\xbc\xfb\xe9\xf7\x81\xc4\x70\xc7\x44\x51\xc1\x5f\x18\xe6\x57\x8f\x45\x4f\x3d\x80\xed\xc7\x0b\x03\xf9\xd4\xa8\x93\x18\xda\xb2\xe0\x8d\xf1\x9e\x9f\x2f\x44\x14\xc8\xbb\x7a\xc9\xe8\x84\xc8\x18\x1c\x4a\xfc\x50\xc9\x90\x5c\x24\x1d\x39\xa5\x73\x91\x45\x61\x25\xfd\x79\x97\x26\x43\x6f\x2e\xec\x76\x98\xd6\x19\x7b\xfa\xb2\xef\x48\x78\xbf\xab\x65\x5a\x81\x20\xb5\xac\xdf\x6a\xac\x8b\xfa\xfc\x15\xca\xca\xc2\x5d\x32\x2f\xcb\xbd\x8f\x61\x6f\xa8\xb0\x35\xcb\xb1\x56\xb9\x8e\xf2\x63\x86\x2e\x49\x50\x49\x17\x4c\x81\xec\x2b\x02\x3b\xb4\x37\x9a\x99\xcf\x68\x64\xd7\x95\x98\x51\x48\x92\x7a\x0a\x47\xb2\x4b\xbd\xbe\x73\xfb\xe8\x40\x3e\x71\xc9\x3e\xfa\x14\x87\x5f\x42\x22\x59\x36\x8c\x77\x9a\x80\x82\x49\x03\x48\xda\x0d\x59\x4c\xf4\x08\x16\xc1\x1f\x13\x9f\xdc\xfa\x45\x2a\x63\x78\x63\x62\x1b\x04\x9f\xd8\x06\x34\xce\x6a\xce\x48\x8d\x94\x99\xe5\xea\x22\xcc\x2e\xa5\xa3\xcc\x1b\x43\x09\x7f\x6a\x1c\xf5\x04\xa6\x87\x8a\x71\x77\x19\x72\x15\xf6\x64\x5b\x14\x4b\x22\x47\x93\xeb\xa9\x10\x32\xd1\xe6\x52\x22\x55\x76\xc9\xdb\xff\x79\xff\x1d\x70\x84\xa2\x6a\x08\x9f\x98\xb4\x83\xec\xd7\x02\x9d\x3d\x48\x64\xa0\x93\x57\x3b\x5a\xcb\xfb\x97\x49\xc6\x8f\xec\x97\xf2\xec\x4f\x4d\x19\x97\xe3\x0b\x3e\xa0\x4e\x64\x0d\xb9\x43\x93\xd5\x28\x35\x37\x6b\xfd\x85\x52\x06\x4c\x8f\x47\xaf\xa0\x57\x68\xeb\x10\xe5\x0e\x53\x56\x9a\xa1\x37\x65\x75\x5e\x81\x3c\x0e\x95\xe9\x7d\x6a\x8c\xec\x9a\x11\xaa\x0f\x98\xb2\x31\xa6\xbd\xe7\x18\x57\xdd\x67\xc4\xe5\x78\xcc\xd9\x0c\x5e\x81\x97\xde\x5f\x91\xd4\xca\x2b\x53\x52\xca\x34\x45\x1f\xaf\xe9\xa4\xcc\x88\x99\x1d\x42\x8a\x00\x4e\x5e\xd2\x09\x04\x23\x2d\x59\xc0\x28\x2b\xa3\x31\xbc\x50\xa4\x79\x76\xd8\x7f\xc5\x27\x62\x2e\x5c\x2d\x31\x9c\xb0\xdb\x74\x89\x6c\x5f\xea\x8b\x54\x7d\x9d\xff\x42\x03\xb9\x62\x6c\xa8\xf5\x54\xbb\x61\xa1\x7c\xa4\xcb\xfa\xc4\xb2\x9f\x47\x99\xb8\x63\x34\x73\xb8\x94\x18\x89\x92\x4f\x1a\xb2\x4c\xa6\x19\xc9\x1b\x5a\x0c\xc0\x50\x1f\x2b\x2f\x49\x30\xa6\x34\xd0\xea\x4f\xa9\x84\xed\x4b\x68\x0b\x3e\xd9\xa2\x97\x67\x9c\x2d\x84\x53\x55\x3b\xbb\xb9\x72\x5b\xbe\x65\xd9\x0a\x94\x79\x5a\xd2\x04\xa6\xbe\x41\x9c\x26\x7f\x8e\x8c\x90\xf7\x53\xde\xd8\x9d\x14\x36\x50\x48\x61\x1c\x33\x11\xfb\xe7\xbc\xc6\x89\xf1\x14\x33\x24\x45\x45\xc2\xcb\x86\xf9\x84\x4e\xc0\x8d\xbf\x45\xee\xa7\x1d\x3f\xf5\x6f\xd3\x4f\x35\x9c\xcc\x33\x93\x06\xc5\xe5\x7b\xe6\xfa\x3e\xa7\xfe\x17\x47\xf3\xbc\xe1\xb7\xbc\xfd\x56\x47\xde\xe3\x5b\xd5\xa7\x02\xa2\x70\xef\xce\x27\xce\xb5\x55\xf0\xb2\x94\xa8\xd0\x9d\x24\x9d\xa6\x7d\x1b\x3e\x24\x23\x43\x6d\x8d\x7c\x15\xb5\xc8\x5e\xc3\xb2\x21\xde\x8f\x0b\x07\x75\x2f\x64\x17\xd3\xba\x7e\xd9\xf0\xdd\xf7\x2f\x1a\x49\x2c\x06\x0b\x73\x97\x14\xb5\x7d\x35\x12\xab\xb6\x48\x72\xbc\xa8\xe8\xac\x72\xf8\x7e\x33\xcb\x49\x62\x3e\x46\xcf\x97\x88\x39\x2e\x9d\x00\x48\x59\xf3\xb1\x3e\xe2\x40\x3c\x95\x58\x78\xbe\x2f\x4c\xcc\xc7\xe8\x39\x8a\x28\xf7\x37\x97\x77\x16\xa3\x48\x2a\xce\x2f\x1c\x5f\x84\x6c\x05\xf5\xc2\x5b\x52\x16\x40\x7e\x15\xec\xcf\xf7\xb7\xf5\x90\x23\x2a\x54\xfb\x8b\xa1\xa2\xd9\x1b\x65\xd8\xcc\xe7\xc9\x2c\x32\x19\x6b\x32\x15\x4d\xdf\x68\xa8\x25\x69\xd1\x33\x0d\x18\x86\xf6\xc0\xc6\x8c\x0d\x2e\xd9\xa0\x46\xfc\x97\xc6\x6b\xe5\xdf\xe1\x8c\x97\xb1\x76\x97\x06\xca\x19\x03\x03\x98\x89\xa6\xa1\x0d\x9e\x0b\xb9\x3d\xc1\x92\xb6\x1e\xbe\xbd\x57\x0b\x6a\x74\x05\x5e\x4e\x1a\x89\x31\x2f\xf2\xc5\x4a\x2a\x25\xa3\x82\x0d\x11\x40\x81\xde\xbd\x86\x71\x90\xec\x61\x2d\x18\x98\x37\x69\x09\x33\xd1\xa7\xbf\xb0\x12\x9d\x65\xdb\xc3\x4c\x74\xf4\xdd\x4c\xf4\x48\x35\x18\xbb\x44\x20\x0a\x2a\x6a\x8e\x71\x3a\xf4\xa7\x3d\x52\xd9\x47\x22\xd0\xbf\x03\xbb\x91\xf9\x2b\x88\xf3\x86\x08\x80\xec\x4b\xb0\x0f\xfa\xa3\xb9\x10\xd9\x48\x60\x31\x54\x61\x85\x51\xac\x92\x04\xe1\x17\xf7\xa9\x49\xf0\xc3\x3b\xca\xe2\xc1\x9b\xe3\x36\xcd\x7c\x9d\x41\x81\xfa\x25\x01\x43\xa9\x21\x01\xc9\x33\x35\xb6\xac\xb1\x11\xb0\xa5\x91\x0b\x16\xb0\x2f\xa4\xa9\x4f\xde\xbf\xf2\x0e\x4a\x6d\xd5\x93\x4c\xe1\x29\xad\x5d\xa4\x70\x78\x64\xd8\x5d\x66\x62\xc3\x23\x53\xdf\x79\x96\x57\xdc\x55\x3e\xde\x7e\x01\x90\xb1\x8a\x98\x91\x2f\xc4\xb9\x9b\x4a\x82\xf0\xcf\x25\xd7\x00\x74\x02\x2b\x9e\x00\x2d\x6f\x59\x34\xe3\xdf\x42\x82\xca\xae\x9e\xf6\xf6\xd8\xcf\x9f\x20\x21\xc2\xcd\x17\x0c\xdf\x3a\x83\xce\x91\x7a\xe2\x15\x70\xc9\xb4\x0f\x74\x4f\x0a\x99\x9b\xac\x92\x1c\x22\xf1\x81\xc9\x7b\xef\x34\x70\x98\xd4\xa1\xe2\x2d\x57\x72\xfb\x54\xb9\xf2\x86\xbc\x9d\xce\x48\x9a\x14\xf0\x78\x86\xf6\x84\x4f\x4d\x78\x36\xc3\xc3\xfe\x4a\x99\x96\x84\xa2\xb1\x04\x4b\x1d\x61\xbf\x6e\x43\x24\xac\x24\x09\x1b\x6d\x48\x61\x7c\x52\x83\x46\x87\x82\x68\xc6\x64\xf2\x30\xf1\x8b\xd7\xd7\x3c\x05\x3c\xfe\x51\x17\xb4\x27\x4e\x82\x27\x77\x84\x2c\xa1\x72\x6e\x10\x7c\xb2\xc9\x82\x43\x4c\x8f\x0d\x41\x9d\x50\xbc\x8e\x7e\x3d\xc6\x77\x5a\x06\x52\xed\xa0\x54\x99\x67\x98\xfb\x9e\x65\xc3\x5f\xed\xcb\x5b\x76\xbc\x49\x24\x20\xb4\x73\x2d\xaf\x18\x82\xa8\x93\x1f\xeb\x03\x25\x92\x58\x99\x9e\x53\x67\x15\x96\x45\x2a\x3e\xd6\xf4\x5a\x90\x72\x0a\x24\xea\x20\xc1\x4d\x03\x62\xb9\x3a\x4d\xe1\xfd\x59\x87\x2a\xff\xfb\x64\x99\x62\x00\x00\x0b\x13\x6f\x2f\x94\x8f\x3f\xcc\xe1\x5a\xc3\xdf\xd6\xf1\x17\xc1\x80\x71\xe8\xa7\x5e\x32\x98\x05\x8a\xb4\xfb\x9a\xc5\xa3\x1f\xa0\x4b\xc4\x1c\xbd\x3d\x37\xce\x86\xd7\x65\x5e\x5d\x82\x96\x9d\x7f\x30\xf1\x06\xe2\x27\xc5\xa7\x98\xd9\x05\x3b\x8c\x1f\x4f\x75\x2f\xc8\xc1\x60\x4d\x13\xf1\xfc\x6b\x1a\x88\x9b\x39\xf2\xc2\x32\xc9\x96\x65\x84\x68\x4c\x26\xf7\x09\xdb\x52\x58\xcf\xe2\x8d\x8a\x0d\xde\x1f\x66\x72\xe8\xeb\x0b\x44\xa8\xef\x6c\x70\xdc\x3d\xb8\x2a\x5e\x17\xbc\x19\x5c\x1d\xa1\xd5\x6b\xda\x37\xaf\xce\x21\xe8\x56\x14\xf4\x01\x61\x18\xb6\xa1\xca\xb7\xb9\x84\xe7\x08\x06\xcc\x37\xa7\xa2\x22\x42\x77\xdd\xd0\x4e\xda\x72\x63\x75\x65\x1a\x74\x09\x89\x0a\x37\xbf\x71\x65\x58\x99\x4d\xf4\x7b\x28\x61\x94\x34\x36\x8c\x98\x7f\x1e\xb0\x11\x2a\xbf\xf5\xd5\x72\x44\x26\xf6\x7d\x8b\xf6\x01\x7d\xdf\x49\x77\x06\x1b\x1e\xd7\x17\x03\x63\xad\x3c\xa8\x6a\x3c\xbe\x1a\x63\x5d\xf9\xa9\x8e\xbf\x31\x13\x22\x9f\xcb\xc8\x22\x1a\x59\x62\xc2\xad\x91\x5d\xc6\x71\xf5\x63\xf8\xcd\xf0\x9c\xfa\x7c\x18\x77\x12\x2b\xfd\xfc\x5d\x9c\x73\x2c\x8a\x0d\x10\x84\xbb\xd2\xa7\xb1\xd3\x4d\x9e\x77\xea\x55\x7c\xad\x48\xa8\x16\xee\xc0\x03\xb0\x4a\x4b\x9a\x83\x69\x60\xea\x2e\x15\x8e\x68\x74\xf5\x9d\x12\x34\x2b\x2d\xc7\x50\x12\x6b\x36\x97\x6c\xdd\x23\xc0\x13\xfa\x67\x7e\x50\x53\x3f\xba\xa5\x9f\x2c\x0d\xf9\xec\x42\xca\x64\x94\x0a\x12\x30\x6c\x3c\x17\x07\xa6\xc5\x38\x5d\x52\xb8\x87\xb4\x02\x2e\xa9\xa9\x24\xc7\xb6\xfa\x10\xe7\x32\xcb\xe5\xf4\x41\x25\xd6\xc9\x78\xa3\x61\x92\x93\x16\x3b\xc2\x60\xf3\x60\x79\x06\x00\x2b\xd3\xee\xf7\xe9\xf7\x95\x77\x51\x80\x0a\x2e\x66\xfb\xac\x4e\xc1\x8e\x1b\xcd\xa0\xb3\xdd\x82\xb3\xd1\x74\x4d\xda\x53\x87\x25\x14\x49\x18\x7d\xd9\xca\xe0\x0d\x06\x52\x92\x05\xae\xae\xcc\xd3\xf0\x25\x17\xaa\xb8\x92\x39\x98\xca\xff\x3b\xce\x25\x74\xce\x65\x49\xab\xab\x19\x5b\x21\xd5\xd2\x42\x5f\x58\x04\x1e\xf2\xf2\x2f\xfb\x07\xfd\x31\x0d\x7c\xd1\x41\xe9\x83\xf0\xbf\x83\xd2\x0d\x89\xe6\xe4\x63\x82\xbd\x0b\x4c\xc6\x76\xc5\x2c\x93\x19\x9c\x5c\xa0\xb5\x00\xfe\x3e\x1f\xfc\xfc\x3d\x60\xe6\x75\x55\xc3\x54\x7d\x1a\x46\xd8\x7d\x0d\xee\x99\xda\x7e\x2e\xe7\x56\xc0\x4d\xaf\x7f\xb4\x28\xee\xe2\x8b\x45\x2e\xf9\x9d\x5c\x35\x62\xbd\x0c\x84\x71\x4e\x8b\xee\x67\x94\x6e\x11\xf9\xd2\xe8\xfd\x4d\x18\x48\xf1\x31\xa3\xf1\xfb\x1b\x73\xbc\x8d\x91\x2d\x45\x15\x34\x53\xcc\x52\xd2\x6a\xee\x33\xbf\xee\x66\x34\x71\x84\x68\x5d\x12\x63\xc7\x92\xd5\x80\xe6\xf6\x4f\x19\xcd\x72\x48\xcd\x72\x47\xf9\x48\x50\x10\x9e\x92\x02\xfe\xef\x78\xd1\x44\x4a\x0d\xfd\x94\x8d\x1e\x13\x2c\x9e\x2f\x49\x59\x1d\x73\x3c\x74\xdd\x41\x18\x0a\x78\xe2\xd3\x0f\x2b\xda\xe0\x05\xe8\x2e\x5f\x69\xdc\x54\x16\x37\x92\x1b\xc6\xd4\x8d\xc8\xc9\x60\x1c\x8c\x4f\xeb\xba\x2b\x5a\xdc\xeb\x92\xf8\xb9\xfd\x9d\xfb\x8e\xff\x72\xc1\x8b\x38\xb3\xa3\x98\x4f\x28\xf1\x37\x9a\x11\x9a\x5c\x77\x13\x35\x15\xbf\xe2\xe8\xa3\xf6\x6b\xaf\x1e\x0c\xb5\xba\x71\x1c\x78\x40\xf7\x6f\xfc\xcb\xfa\xb7\x4e\x6b\xec\x33\xe6\x63\x99\x76\x16\x88\xd5\x50\xd9\x48\x22\xfc\x31\xc2\xc7\xde\x4c\x68\xdc\x59\xb6\x6f\x4c\x70\xc7\x80\x88\x2f\xbc\x88\x3b\x17\x46\x07\x16\x46\xeb\x3e\x7c\x5b\x1a\x3e\x32\x8b\x98\xf7\xff\x49\xd8\x32\x2d\xa6\x1a\xe9\x22\xc5\x7a\x00\x6b\xc8\x7a\x31\xe3\xd5\xf8\xff\x7f\xdf\xc1\xad\x76\xc1\xea\x98\xeb\xe3\xa5\x16\xd0\x73\x81\xcc\x9f\x68\xe4\xb5\x34\x3e\xef\x3f\x6e\xb2\xb8\x33\xb8\x7f\x86\x12\x14\xff\x91\x79\x71\xd4\x71\xef\x40\x60\x74\xbb\x43\x34\xbb\x7a\x47\x9e\x9e\xd6\xba\x96\xfb\xc1\x0b\x66\x2a\xce\xa2\x5e\xee\x4f\xbc\x44\xc3\x01\xa5\xb9\x0c\xe4\x39\xd6\x22\xdd\xb9\x64\x12\x74\xb1\xb8\x3e\xa1\xf4\x00\x24\x67\x62\x3b\x2d\xc6\xfb\x98\x93\x9d\x78\x6d\x44\x16\x1a\xf0\x4a\x71\xe8\x80\x6c\xdf\xfb\x1b\x0c\x09\xe5\x29\x18\xf6\xf7\xfe\x52\x2a\x78\x87\xc9\x71\xc1\xec\x1c\xea\xfd\x54\x02\xbb\x30\x18\xd6\x25\xed\xc2\x0b\x2d\x71\x09\xc4\x1b\x39\x27\x10\x14\x92\xd7\xc5\x72\xd9\x7c\xae\x24\x3c\xf9\xc5\xab\xdb\x78\xd7\xa2\xdd\x96\x9d\x7e\xf2\xe8\xb2\x22\x8c\x58\x44\x28\x41\x8e\x32\x2a\xbd\xe4\xbe\x59\x92\x4f\xe1\xfc\x0e\xd5\xef\x40\x97\x89\xfc\xc7\x6f\xd4\x89\xd1\x64\x90\xd1\xac\x27\x6c\x05\xda\x81\xd8\x8a\xd5\x0c\xa5\x59\x4f\x13\x8a\xfc\xa6\x6f\x16\x9e\xde\x85\x18\x9c\x4d\x29\xa2\x61\x02\x66\xfb\xb1\xa9\xcc\xd0\xcc\xb8\x79\x9c\x55\x50\x42\x6e\x29\xbf\xb5\x25\x7f\xd4\x8c\xed\xe0\xbd\xf2\x9c\x4d\x93\x2d\xc3\x83\x34\xb4\x87\x15\x88\x08\xfc\xe4\x35\x17\xa8\xe2\x24\x68\xd0\x4a\xd0\xdf\x01\x35\x04\xdb\x19\x24\xd1\x8d\xc1\xeb\x61\x69\xd6\x24\x7c\x33\x23\x79\x75\x82\xd4\x63\x10\xea\x3d\xe4\x99\x50\x62\x0b\xbe\xd4\xdc\xed\xa4\x8a\xfd\xdd\x81\x0c\xdc\xb2\x07\x05\xfc\x9a\x56\x66\x86\x1e\x4e\xb5\x22\x38\xe6\xf6\xb8\xce\x11\x2c\xc8\xb9\xc6\x85\x1b\x06\x0f\x62\x38\xbc\x1c\xf3\xfc\x26\x6e\x46\x05\x27\x1b\xed\x29\x0d\x05\x72\x5f\x46\xa9\x53\xd1\x0a\xd5\xa9\x97\x45\xd6\xe2\x19\x55\x4f\x7d\x7c\x68\x8f\x18\xc5\xe2\x03\x49\x9b\x86\xb4\xc1\x6a\x97\x59\x78\x85\xc2\x37\xa6\x78\x5e\x51\xc4\xb3\x6c\xe4\x3a\xaa\x39\xd0\xf2\xf3\x04\x28\x16\x7c\x8a\x19\xe8\x31\x07\x9b\x54\xf7\x16\x8e\x50\x2b\xfa\x16\x80\x48\x59\xd4\x2f\xee\x29\xbb\x7c\x71\xaa\x20\xa3\x87\xce\x87\x49\x8f\x71\x62\xf5\xf8\x20\x65\x1f\xd7\xa2\x3f\x0c\xed\x1c\x39\xf3\xfa\xa0\x2a\x43\xc3\xe4\x3c\xe4\x36\x64\x47\xb9\x7c\x76\xaa\xd0\x93\x79\x74\x9d\xf4\xc8\x2f\x81\xaa\x0d\x34\xa3\x53\xd4\x8b\x15\x8b\x49\x1a\x94\x9a\xd6\x77\x41\xae\xa6\xe2\xc6\x96\xc6\x78\x97\xbe\x83\xa7\xbb\x76\x26\x51\x49\xaf\x75\xe6\xe0\xde\xf6\xce\x04\x6b\xbd\x66\x18\x72\xee\xa1\xaa\x5f\x08\xf3\xba\x8f\x72\x51\x4c\xc0\x86\x16\x04\xe9\x42\x9b\x2a\x1a\x78\x0c\xbd\x92\x74\xfc\xf5\xb6\x87\x39\xb9\x88\x7d\x6a\x85\x4b\xd2\xc9\xa9\x3d\x94\x68\xe8\x10\x86\x63\x40\x60\xd7\x93\xf7\xdc\x02\x4e\x9e\xa4\xee\x6b\x9e\x6a\x56\x21\x14\x6b\x74\xfd\xc1\x25\x27\xd1\x55\xa0\x27\xc5\x44\xcc\x84\x67\x1a\xf7\xc8\x63\xcc\x62\xea\xc7\xa8\x66\x41\x10\x81\x85\x33\x68\x90\x8b\x54\xa5\x75\x49\x0d\xfa\x55\xcd\xb2\x6c\xaf\x15\x67\x06\xa3\x61\x66\x06\x89\xb5\x51\x3a\x83\x4b\x93\xa2\x46\x0e\xc2\xf4\x71\x25\x67\x90\xdd\x9c\x29\xf8\xcf\xc8\x08\x33\x54\xcd\x22\xdb\xf3\x54\x7a\x2e\xf2\xf2\x53\xae\xba\xc7\xbd\x7e\x5f\x23\x18\x46\xe5\xf1\x8c\x76\x70\x64\x60\xa5\x72\x74\x3e\xb7\x04\x8a\xbf\xd6\x85\x85\xde\xa3\xdc\x67\xf1\xfd\x66\x8b\x76\x81\xc2\xdc\x08\x10\x99\x37\xfc\xd8\x3c\xb7\x18\xc1\xdc\x96\x48\x39\x5d\x3c\x02\x49\xd0\xf5\x25\x1e\x53\x90\x5f\xe6\xb7\x5b\x8b\x5a\x56\x3a\x4e\x2a\xc2\xb9\x27\x54\xc1\x8a\x08\xaf\xbd\xd2\x7b\xde\x20\x14\xc1\xdb\x48\x52\x60\xb1\xba\x79\xb8\x4c\x7a\xb2\xe0\xb5\xb4\x65\x11\x73\xed\x6b\x3c\x53\xed\xe2\x42\x5b\x6a\xe3\xe6\x94\xab\xc0\xf2\x42\x55\x2b\x89\x62\x23\xce\x87\xb9\xa6\xea\x3c\x8a\xb3\xbe\x40\xda\xe9\x14\xa7\xfd\xca\xcc\x9f\x92\x5e\x11\xdb\x2e\xa6\xd5\x02\x15\x5b\xb9\xfd\xf6\xd5\x78\x37\x98\xed\xa5\x46\x0e\xef\xd6\x02\xe1\xf2\xbf\x34\xad\x23\xa4\xfe\x57\x03\x56\x8b\x77\x92\xd6\xf4\xab\x21\x76\x22\x74\x7c\xc9\xf5\x3d\x58\x69\x11\xb6\x2d\x20\x54\xfb\xd0\xe9\xc3\xbe\xfc\x7e\x5d\xe5\x26\xf8\xca\xdc\x54\x73\x12\xe6\xdd\xdc\x4e\x6f\x13\x56\xc2\x34\x98\xc1\x92\x82\x11\x48\x01\xda\xca\x3c\xad\x19\x78\x1c\x69\xfa\x2f\xde\x80\x73\xd7\x73\x9d\xa0\xbb\xb6\xdd\x6d\xda\x0c\x1c\x5b\x95\xea\xd0\xc3\xdb\xb7\x9b\x58\xd2\xfd\x37\x6c\xc9\x00\x0a\xcf\xd6\xe0\xf1\x7f\x77\xa6\xa1\xf2\x1b\x1b\xaa\xdc\x25\x8e\x10\xb7\x28\x78\x3c\xbb\xce\x05\xea\xcc\xb4\x66\x37\xee\xc1\xc0\xcf\x5c\x7c\x0a\x48\x63\x31\x8b\x64\x4c\x69\x6d\xcc\x24\x99\x16\xbc\x2c\x65\x4a\x81\xf1\x29\xd9\xb2\x0e\xa5\x5a\xb4\x1d\xdc\xe1\xd6\x9c\xd9\x53\x0d\xd4\xda\xa8\x3e\xb5\x1d\xb9\x24\x37\x6c\x74\x8f\x00\x25\xde\x07\x13\x02\xb4\xe0\x5b\x28\x09\x55\xa3\x8f\x16\x92\xc9\x43\x4b\x3f\xa2\xc2\x6d\xdc\xb2\x4f\x04\x8b\x26\x2c\x9a\xb6\x20\x7f\x42\xd1\x4c\x8a\x60\xc1\x8f\x20\xf8\x8a\xd6\xfd\xb4\xa5\x93\xa2\x15\x6b\xcd\x6d\x43\x3f\x82\xfd\x19\x48\xf7\xca\x48\x7f\xd0\xb1\x2e\xef\x22\x3a\xd5\xd9\x5e\x23\x69\xb1\x3e\xaf\xfd\xf0\x35\x20\xe7\x12\xd1\xb3\x6d\x24\xa9\xdb\x05\xa5\xb4\x6d\xe3\x15\x03\x72\xec\x8b\x02\x86\x36\xad\x15\x6d\x8b\xeb\xc7\x01\x6f\x4d\x6d\x2b\xd2\xb1\x9d\xe5\x67\x42\x65\x4f\x9c\xf9\x0c\x43\xe2\xfe\x36\x93\x47\x02\x4a\x9e\x3e\x68\xfc\x37\x04\x05\x7b\x33\xac\x1c\x07\x12\x00\x28\xb2\xd1\x9a\x27\x9f\x40\x52\x53\xfe\xdd\x57\xd5\x85\x86\x04\xed\x16\x01\x2a\xf7\x3c\x0c\x98\x99\x99\x16\x49\xfe\x3a\xf5\x0f\xe8\xff\x7e\x1e\xa0\xa3\x73\x7a\x05\xe7\xf1\x10\xd5\xa8\x17\xa1\x11\xa4\xdf\x61\x17\xe3\x90\xb6\x02\xd2\xc7\xb2\x87\x41\x8b\x70\x03\x9c\x68\x1e\x97\xbb\xe8\x80\x19\xae\x2c\x3a\x84\x29\x32\x9f\xd2\xf7\x5e\x82\xb1\x7c\xaa\x23\xc2\x11\xa1\x55\xd4\x11\x67\x30\x2e\x7b\xad\x50\x5c\xf1\x05\x5d\x6b\x85\x32\xec\x68\x49\x4d\x39\x03\xea\x47\xa3\x0e\x95\xe8\x34\x73\x4a\xdc\x32\x18\xd6\x3f\xca\xdf\xe7\x9a\x96\x53\xa0\xd1\x78\xd2\x52\x88\x8c\x2f\xdc\x88\x0e\x39\xb1\x21\x8f\x2b\x69\x2f\x14\xc2\xb6\x67\xf7\xb0\x4b\x81\x42\x51\xae\xbe\x33\x37\x59\x5a\x41\x8c\xf8\xdc\x51\x6a\x01\xcd\xc6\xf6\xd3\x6a\x2a\x7f\xe0\x4b\xbf\xcb\xc7\x5c\x53\x05\x94\xdc\xe7\x41\x33\x7f\xea\xd6\xb2\xee\xde\xd7\xb9\x38\xea\x01\x8f\x12\xc5\x0e\x99\xfa\x8f\xfc\xe7\xf2\x87\xdb\x6b\xff\xfb\x64\x6e\x6d\x7a\xab\x12\x88\x68\x7f\x50\x63\x72\x92\xe5\x13\x70\xd9\x6f\xd1\xc0\xcc\x9b\x12\x03\x74\x85\x0b\x00\x11\xdc\x56\x21\x03\x69\x5c\x02\x39\x55\xc4\x74\x7a\x17\xba\x7b\x9c\x43\xea\xe1\xa6\x52\xf7\x9f\x6d\x68\x3a\xbf\xd5\xaa\xa9\x00\x3e\x08\xf7\x5f\x6d\xb7\x9b\x42\xe8\x9e\x03\xb8\x2c\xd4\x9a\x67\xba\x49\x6b\xd5\x55\xfc\xb8\x7f\xdb\x3b\x8c\x85\x7a\x97\x6f\xfc\xd1\xbb\x3b\x81\x92\x2c\x94\x67\x71\x15\xca\x17\xfb\xaf\x24\x67\x5c\x84\x7b\xc4\xe6\x4f\x2c\xd5\xed\x29\x7a\x2a\xda\xa7\xba\x4e\x32\xba\xbd\xd2\x7c\xb0\x41\x81\xb4\xf8\x81\xb8\xda\x24\x34\x9b\xb9\x9f\xf4\x50\xff\xbd\xb7\x7f\x5b\xa1\xb6\x15\xa8\x23\x8d\x77\xe9\xe1\xcc\x4b\x71\x5a\x68\x36\xde\x20\x95\xce\x99\xaa\x91\xbf\x03\x15\xdc\xf4\xd9\xba\x3d\x12\xec\xf5\x69\x59\xed\x90\x46\xd0\xf2\xac\x3b\x57\x7c\xa2\xd7\xf8\x11\xdd\xb9\xce\x02\xbb\x07\x5e\x67\x78\x10\xc4\xd7\xee\xa7\xc2\x83\xe8\xe6\x7b\x4a\x3d\x4f\xef\x73\x91\xfa\xd2\x23\xbd\xbe\x75\xa1\x74\xfa\x4c\x47\x38\x48\x6f\xff\x04\x4a\x03\x65\xca\x74\x7f\xb0\x63\x34\x66\xd8\xfa\x67\x07\x2b\x8a\x49\xd2\x31\x8c\x6c\x86\xa0\x4f\x3e\x40\x19\xbc\x00\x75\x1b\x27\xc9\xaf\xf9\x46\xb0\xfe\xdf\x44\x2e\x32\xdf\xa1\x47\x2e\xfd\x9c\x37\xe7\x28\x89\x68\xfe\x9c\x44\x9c\x78\x29\x89\x08\xb8\xab\x21\x7a\x47\xa4\x4c\x5f\xa0\x0f\xfb\xe7\x85\x42\x91\x4e\x04\x59\xfd\xfa\xaa\x4b\xf8\xe0\xb6\x65\xed\xff\x9a\x58\xfd\xe5\x7d\xb1\x53\x36\x07\x57\x25\x52\xd3\x45\xa5\xa0\x4b\xe4\x87\x0b\xd8\xba\x1a\x35\x2c\x8c\x89\xc7\x78\x46\x71\xc9\x72\xca\xe1\xc4\x32\xd7\x15\xa6\xb6\x67\x5e\xda\x88\x09\xf3\xfc\x25\xd8\xd6\xe7\xb4\xb6\xbf\x77\x37\x2b\x78\x7b\x81\x4e\x54\xf2\x24\x73\xba\x14\x6e\x79\xbb\xec\x5b\x36\xa4\x11\x46\x5a\xbd\xce\xa0\x0d\xe1\x50\x4b\x1b\xe1\xd6\x4f\xaa\xe9\x24\x29\x11\xe6\xec\xcc\x8e\xf4\xb5\x48\x10\x1d\xd6\xfd\x8d\x17\x24\xe9\xba\x4c\x2a\x8e\x54\x88\x6d\x5b\x53\xa5\x59\x00\xa3\xa6\xe9\x3c\x08\x0a\x9e\xc8\x5e\xb7\xda\xec\xa6\xc1\x9d\xb7\x17\xc5\xde\xde\x9a\x74\x6e\xf5\x72\x90\x68\x60\x2c\x19\x6f\x7f\x2c\x42\x10\x7f\xcf\xf6\x19\x7a\x0f\x1f\x49\x5f\x89\x16\xf8\x2a\xc6\x5b\xfd\xa1\x57\x96\x8b\x5d\x54\x2f\x21\x7e\x1a\x6b\x32\x85\xf1\x9a\x32\x91\xf3\x8e\xb8\x96\x22\xa0\x51\xac\xd4\x43\x89\xea\xcf\x13\xc8\xee\x2f\x70\x07\x1e\xf3\xfb\xb2\x38\x63\x8c\x15\x2f\x2d\x14\xbc\x34\xe8\x22\xbd\x48\xac\x03\x20\x67\xf1\x2f\x75\x7a\x01\xf2\x22\x68\x8f\x94\xf1\x8e\xf8\x45\xd3\xbd\xb0\xbd\x58\x6a\x60\x3b\x4d\xc3\x85\x68\xc9\x0e\xdb\xb3\xa5\x85\x63\x8f\xe1\x03\x82\x91\x49\xea\xdb\x72\x68\x91\x7a\x14\x5b\xbb\x33\xaf\x6d\x24\x34\xc7\xcb\xbe\x6a\x08\x67\x01\xa8\x15\xed\x14\xe2\x5a\xff\x95\x01\xf2\xd6\x32\xf1\xcf\xbd\x7b\x7c\x47\x99\x1d\xed\xd1\x4e\x50\x76\x93\x33\xea\x4b\xdb\xb5\xac\xf0\x6f\x84\x78\x25\xd9\x08\x72\xee\xbf\x43\x4b\x7a\x34\xd5\x3b\xf3\x6f\xcf\x9e\x73\xbe\x9a\x69\x9f\x01\x24\x32\x01\xf8\x47\xba\x80\x01\xb2\x61\xbc\x66\x7a\x0e\x58\x69\xe3\x92\xc5\xbb\x46\xaa\x73\x2a\x6a\xc6\x2a\x7f\x6e\xb9\x9f\x92\xe0\x82\x9f\x92\x0a\x34\x50\xb5\x47\x06\x91\x19\x88\x2e\x26\xb5\xf6\x8a\xd0\x3f\xa3\x4b\x8c\x9a\x39\xc7\xf0\x26\x60\xa0\x04\x86\x97\xed\xad\x49\x4f\xd3\x72\x00\x17\xa2\x77\x2a\xe2\x46\xbd\xf7\x9f\x09\x86\x34\xbb\x90\xb8\x90\xee\x97\x01\x10\xfd\xa4\x22\xb6\x79\x5d\xd0\x4a\xbd\x83\xf9\x20\x6d\xff\xd0\x70\xb9\x5d\xda\x16\xec\x13\x92\x9b\x4b\xa1\xdc\xc7\x7a\x74\xf0\x65\x66\x06\x7b\xeb\x75\x73\x2d\xf6\x28\xf6\x60\xd4\x8a\x66\x41\x69\x84\xb3\x3a\x33\x62\x06\x64\x17\xe0\x5e\xb3\xb4\x77\xc1\x1b\x18\xe6\x15\x08\x54\x45\x9d\x89\x60\x6f\x4c\x35\x7f\x79\x89\x60\xae\xf4\x27\x0e\x33\x7d\x51\xaa\xfe\xf4\xb9\x0f\x2b\x18\x48\x88\x7f\x6a\xc6\xa2\xe5\x37\xf0\xfe\xa0\xff\x04\x89\x5b\xb1\xe3\x68\x2f\x04\x37\x4f\xe5\x69\x28\x49\x80\xb3\x25\xf2\x4f\xcd\xbc\x2d\x4c\x47\xbb\x64\xe4\x27\xe2\x91\x05\xe9\xa5\xc9\xd4\xff\x58\xfd\xff\xd8\x7b\xb3\xe6\xc4\x61\x26\x5c\xf8\x07\x41\x15\xfb\x76\x29\xc9\xc6\x38\x8e\x43\x08\x21\x84\xdc\x11\x92\x60\x76\xb3\x2f\xbf\xfe\x2b\xf5\xd3\xf2\x42\xc8\x4c\xe6\x7d\xdf\x53\x75\xaa\xbe\x73\x33\x13\x6c\x49\xd6\xda\xea\xf5\x69\x89\xab\x61\xbe\xe3\x4c\xe7\xa4\x3e\x00\x46\xff\xe9\x7a\x2e\x28\x1b\x17\x4f\x06\x09\x4a\x5c\x70\xf3\x7c\x3d\x3f\x6d\xf0\xb5\x9c\xb6\xd7\xdb\xff\xdb\xa8\xe0\xc9\x60\xd0\xe1\x30\xa6\xa5\xb5\x6b\x7f\xeb\x21\x1c\x75\x12\xdf\xed\x68\x4a\xa2\x67\x78\x2e\xab\x18\xe2\x60\xa7\x3b\x67\xe7\x50\x43\x77\x5b\x4b\x7b\x59\x25\x3a\xf7\xe4\x41\x89\x43\x85\x0c\x54\xe6\x8b\x13\x9a\x0c\x15\x48\x88\x00\xd3\xd4\xcb\x99\x79\x89\x0d\xee\x98\x8f\xe8\x77\xc5\x67\x80\x7e\xc2\x43\xc0\x4e\xbe\x2a\xf3\xab\x0b\xb5\xa2\x07\x68\xdf\x57\x49\xe4\x03\x68\x8e\x8b\xb4\x10\x14\x59\xf1\xf9\xdf\xce\x96\xbd\xb4\xb8\x10\xaf\xfd\x91\xd6\x61\x4d\xe0\x00\x6a\xa9\xa6\xe8\x04\x79\xfc\xd9\xcf\x85\x6d\xb4\xf6\xb6\x50\xf7\xcd\x6f\xeb\x7b\x1f\x8f\x94\xb2\x46\xcc\x65\xa4\xff\xbd\xbf\x70\x70\x37\x89\x80\xff\xcd\x16\xe6\x79\x42\x26\xf5\x93\xb5\xb8\x8b\xbb\xe8\xbe\xc2\x6b\x71\x1b\xab\xcf\xf7\xbc\xca\x69\x7c\x4e\x00\x86\x0f\xb3\x8a\xee\x7e\x57\xb4\xc4\x18\x61\xff\x74\x23\xb4\xd3\x0b\xc9\x59\x11\xf2\xb4\x79\x57\x92\x32\x84\x00\x86\xca\x03\xaa\x78\x70\xab\xf8\x99\x8a\x0f\x89\xb1\xdd\x38\xed\xd4\x50\x26\xc4\x9a\xa9\x2f\x37\xf5\x94\x7d\x54\xba\x36\x6c\xdc\xe1\x7f\xbd\xba\x6a\x99\x9a\x1d\xe7\x35\x7c\xbe\xda\xdb\x36\xb5\xe8\x6d\xfe\xeb\x4f\xb9\x39\xc5\xa9\x15\xf5\x17\x26\x1c\x68\xcd\x07\x8e\x57\x6c\xfd\x0c\x6f\xdf\xf9\x0b\xd9\xd2\x26\x14\xbb\x63\xdb\x57\x45\xf4\x87\xda\x98\x69\x20\xb8\xdf\xf1\xa6\x72\x85\xba\x58\xce\x8d\xd2\x14\x3e\x36\x7c\x02\x40\xae\x7b\x6b\x37\xd3\x59\xb2\x97\xea\xf2\x1a\xef\x5f\xa7\x85\xdc\x9f\x5e\x82\x16\x6b\x1a\x3e\x26\x4a\x77\x8b\x24\x4e\xf5\xec\xb9\x24\x52\x28\x7b\x4f\xbd\x17\x3b\xf5\xbd\x0d\xf5\x55\x8c\xed\x37\x6a\x00\x2b\x13\x97\xa0\xdd\xa6\x5e\x92\xbf\x84\x1f\xff\xd2\x95\xe6\x84\x02\xdf\x90\x3c\x3a\xd3\x83\x9b\x05\x8d\xa3\xe3\x41\xdf\x31\x40\xbe\xf1\xe6\xdf\x20\x9d\x6f\x2e\x66\xba\x91\x39\xf2\x49\xa7\xdf\x85\x23\x38\x35\xa6\x9f\x26\x07\x7c\xd5\x13\x57\xb8\x05\xc5\x7c\x07\x83\x04\xef\x5f\xb3\x1d\xd1\xd9\xc9\x60\xac\xa7\xa6\xe0\x92\xfc\xf5\x81\xb8\x31\x68\x34\xd6\x8c\xe6\xdd\x16\x79\x77\x2a\x97\x08\x33\xd7\xd3\xf8\xb0\xb2\xc1\xcc\xe7\xa5\xda\x78\xef\x91\x3b\xd7\xe0\x09\x3c\x32\x0c\x8f\x83\x10\x57\xbd\x73\x34\x1e\x3c\xed\xc8\x49\x28\x6f\x83\x72\x70\xd0\x3d\xfc\x4f\xa8\x9c\x9f\x83\x99\xb4\xba\x64\x0f\x14\x98\xe5\xc6\x6c\xcc\x8c\x91\xf1\x14\x56\xf8\x2c\xc9\xd5\xfd\x63\xce\x1e\x83\x8b\x31\x19\xdc\x80\xc3\xb4\x4c\x3d\x14\xdd\x16\x59\xae\xf4\x36\x5a\x48\x57\x7f\x74\x29\x6d\x86\x0c\x21\x05\x16\x77\xb8\x4c\xda\x18\xa7\xa0\x7b\x6c\x89\xd8\x86\x4c\xaa\xe9\x47\x8e\x77\x70\x39\x6f\x0e\x79\x4f\x37\x97\xb2\x12\xc6\xb4\x8d\xe4\x21\x5b\x04\x64\x48\x1e\x95\x01\x2a\xe0\x9b\x12\x24\xb8\xd7\x24\xcc\x90\xb4\x15\x1f\x8a\x63\x26\xc8\x51\xb2\xa4\xce\x89\xfb\x7e\x06\xee\x14\x58\x91\x36\x63\x49\x3a\xc2\xa6\xc5\xf9\x48\x04\x50\xc1\x69\x0d\x4b\xf6\xef\xff\x74\x84\x03\xe3\xd4\x9b\x8a\x9b\xec\xff\xa6\xc9\x8e\xf0\x77\x96\x4d\xe8\xde\xae\xe9\x1d\x9b\xd8\xf1\xa7\x1e\x19\x39\xb9\x13\x8a\xa1\x4d\xaf\x9c\x58\x5f\xe3\xd6\x76\xf2\xfa\x60\xac\xf9\xd1\x6e\x77\xed\x7f\x84\x93\x69\xcc\xcf\xec\x33\xe4\xe6\x00\xdf\xb5\x7b\x60\xec\x73\xf2\x42\xda\x25\xef\x35\x42\x39\x80\x2f\xd9\x43\xe4\x11\xd1\x8a\x51\x3f\xbd\x3a\x9a\xea\x9a\x8d\xa4\x97\x84\x52\x1b\x24\x1c\x1e\x74\x95\xc3\x24\xb1\xce\x55\x56\x8e\xb3\xad\xdd\x2e\x8f\xc9\x56\xbb\xbb\xae\x74\xe2\x4a\x13\xfc\xdf\xd9\x70\xf9\x2a\x7d\x84\x74\xa0\x5a\x9a\x4c\x57\xba\xfc\xad\x92\xf7\xbd\xd2\xfd\xcf\xd5\xc9\xfc\xfb\x76\xf5\x8d\xf0\xaa\x90\x75\xab\x50\xf0\xad\x90\xb1\x84\x6e\xae\xfb\x7c\x5d\x74\x93\x98\x98\x3e\x33\xf0\x0e\xc8\xe8\x2f\xa7\xa8\x3e\x96\xd9\x91\x50\x1f\x08\xf0\x8e\x8a\x17\xcc\x32\x90\x78\x22\x93\xe4\xe4\xfa\x93\x26\x49\xc4\x45\xfd\xf2\x93\x99\xf8\x93\xc9\xe2\xa5\x1f\x8a\x8f\x03\xc9\xf8\x70\xde\x8d\x71\x55\x92\xfb\xa5\x9c\xac\xa1\x5e\x7f\x28\xba\xc5\xff\x30\xbe\x52\x4e\x97\xeb\x46\x77\xff\x5c\x32\xf9\xf9\x22\x91\x43\xe7\x2b\xc7\x03\xb8\x78\x60\x7e\x48\xbf\xf6\xb8\x98\x44\xbe\x96\xb6\xd0\x2f\xee\x97\xd4\x86\x6a\x46\x6f\x34\xcf\x59\xba\x51\xd9\x03\x9c\x1c\x00\x0c\x6d\xd8\x20\xb2\xae\xe8\xb0\xeb\x4b\x15\x55\x3e\xa7\x81\xb9\x11\xc8\x77\x0f\x67\xe8\x33\x01\xe1\x3a\x32\x7f\x53\x66\x5f\xb8\x18\x28\x76\x2a\x81\xf9\xba\x6d\x70\x60\xf1\x7c\x34\xdd\x41\xeb\x31\xde\xf1\x81\xdc\xe9\x83\xe8\x86\x08\x73\x58\x30\x05\x26\x52\x00\x5f\xe2\x53\xa0\xaf\x3d\xaf\x07\x1d\xcf\x07\xe8\x09\x5d\x14\x3d\xa1\xee\xe8\x5e\xfd\xe4\x04\x6c\x7d\x21\x06\x87\x80\x3d\x60\x06\xc2\xd9\x28\xd3\x65\x2e\xa0\x0f\x63\x54\xa0\x2f\xd4\xfc\x2f\x05\xdc\x84\x07\x8f\x7f\xf0\x0c\x95\x12\x0a\x77\x2f\x51\xd5\x3e\xa7\x34\xef\x72\x1c\x71\x8f\xd1\xb0\xba\x14\xc3\x65\xcf\xbe\xc5\x64\x31\x0a\x5f\x0e\x8d\x4c\x5c\xf2\xa5\x50\xfb\x45\xaa\x23\xbe\x10\x9d\x06\x74\x7c\xfe\x0c\x69\xe6\xe0\x8b\x40\x81\x98\x7d\xf4\x45\xbf\x71\xf5\xc4\xff\xe7\x95\x9d\x0a\x14\x2d\x65\x6a\xc1\x7f\x8e\xc1\xa0\x46\xf0\xb3\x76\x97\x4d\xd6\xa0\xf9\xe4\xb0\xd4\x17\x62\x8a\xa0\x4f\xef\xd8\xd5\x17\xb8\x88\xd5\xb9\xde\xee\x81\x92\xe1\x03\x48\x59\xbf\x27\x70\xa1\x6e\x5c\xba\x5f\x82\x2c\x47\x32\xb3\xdb\x33\x95\x3c\x0e\x37\x12\x3e\xe0\xde\x3e\xa1\x02\xe7\x69\x76\x49\x37\x9f\xf8\xd3\x33\x18\x61\x10\x79\xc9\x4a\xa9\x0c\x0b\xa4\xaf\x65\xd6\xb9\xaa\x67\x2e\xdb\xa5\xae\x3b\x08\x9f\xf0\x2b\xd0\x27\x92\x4e\xf9\x0b\xcb\x49\x73\xa3\xf7\xd3\x6f\x7e\x92\x8f\x6b\x4f\x93\xf0\x5b\x3f\xff\xd7\x4d\x75\xd2\x75\x7f\xfb\x93\x9a\xea\xa4\x9b\x6a\xa7\x0b\xff\xf8\xd3\xc5\x9c\xa9\xc7\xa8\x29\x0f\xf9\xe6\xe2\xc2\xdd\xeb\x11\xf9\xf8\x73\x88\x2b\x67\x09\xb6\x0e\x25\x92\xb5\x08\xeb\xec\x87\x9f\x3d\xa1\x1a\x16\x14\x4c\x9f\xcd\x3f\x35\x13\x85\x69\xdf\xfc\xd9\x13\xab\x87\x82\x8d\xf8\x89\x94\xce\xf8\x86\x5e\x76\xf9\x10\xeb\x65\x55\x5a\x2d\x0b\x60\x80\x4f\x42\x38\xa2\xf1\x8b\x6e\x15\xa8\x6f\x0a\xee\xbe\x06\x55\x73\x0a\xd6\x7d\xfd\x06\x20\x3c\xa2\x94\xb4\x8b\x7b\x97\x17\x76\xe4\xd2\x13\xba\x02\x5f\x18\xc2\xf9\x74\xf7\x90\xed\x08\x9b\x74\xdc\xef\x70\x70\xf7\x96\x4f\xb4\x7b\x61\xbb\xf6\xf2\x0e\x5f\x55\xba\xbd\x82\x13\xdb\x39\xfc\x42\xc4\x5a\xaa\xa7\x90\x48\xae\x7b\x06\xc9\x1a\x21\x74\xdf\x0b\x28\x70\xc8\x5b\x11\x76\x52\x83\x65\x48\xfd\xca\x7b\x22\x6d\xb2\x6a\x01\x7f\xda\xdb\xb5\xc8\xed\x8e\x1c\xd4\x36\x12\xe6\x38\xfd\xb0\xcb\x9e\xc0\x5b\xf3\x6c\xd3\xca\x0e\x85\xd8\x53\x41\xe3\xca\xab\x1f\x0e\xd8\xde\x7a\x68\x9e\x81\xb1\xa9\x67\xc6\x86\xcd\x27\x94\xec\x21\xb0\x69\x65\x47\xc2\xbe\xa7\xa4\x31\x56\x1e\xde\x86\x53\xc9\x5e\x00\xf4\x35\x75\x97\xfc\xb6\x7d\xbf\xbd\xfe\x80\xf0\x32\xa4\x13\x18\x16\xba\xa9\x37\x94\xd3\x3c\x66\x50\xe7\x2f\xd7\xc4\x76\xcb\xa6\xd0\xc3\x9a\x1d\xf9\x3c\x61\x37\xe4\x0a\x40\x96\xd0\x9e\x75\x81\x2c\xe4\xed\xd6\x1c\xe9\x4e\x78\x12\xb0\xf7\x0f\x39\xc8\x26\x7a\x47\xba\x74\x6e\x73\x97\xf0\x31\xfc\xb1\x56\x5c\xc0\x33\x80\xba\x4e\xb2\x81\xbf\x7e\x91\x12\xd9\x1d\x34\xcb\xd2\x7a\xa8\x1d\xf4\xc3\x2e\xfb\xe8\x1c\x71\x4b\xb7\xeb\x77\xd7\xad\xa9\xaf\x3a\xfb\xaa\x21\x92\x39\xf9\x8e\x03\x66\xe9\xce\x7a\xe2\x62\x04\x7f\xc1\x81\xb1\x47\x5e\xbc\xc3\x73\x62\xe5\xeb\x74\x80\x0e\x37\x56\x3e\xa7\xb6\xf0\x05\x60\x58\x33\x66\xed\x66\x9d\x54\xc1\x0e\xf1\x5b\x8a\xd9\x5e\x1f\x79\x90\xda\x27\x54\x39\xf7\x8d\x47\xb7\x70\x2f\xa9\x56\x42\x5c\x2b\x2b\x14\x98\x3b\x66\xd5\xf4\x05\x87\x48\xf5\x21\xc9\x36\x9d\xc3\x1c\x8c\xe5\xba\x4f\xea\x75\x1b\x81\xde\xa7\xdb\x15\xf4\x8c\x92\xff\xb6\x53\x51\x16\x89\x43\x8c\xaf\xa1\xc5\x29\x52\xac\x30\xfa\xb1\x2d\xd4\x73\xf2\xb7\x8b\xdf\x36\xc9\x85\xcf\xe4\x99\x49\xfe\xb7\xde\x83\x15\x17\x88\x90\x93\xdd\x57\x58\xc0\xbc\x39\xd1\x98\x7e\xbc\xc5\x7b\x86\x60\x61\x1e\xfc\xed\x63\x82\x4e\xd4\x90\x34\x09\x7c\x03\xd7\xed\x22\xb6\xb9\x0a\x50\xd6\xd2\xcb\xd5\x2b\x1b\x5e\x79\x3e\x27\x80\x28\xd2\x7f\x7d\x4e\xd6\x32\x24\x68\x68\xe2\x4b\x08\xd8\x5e\x35\x59\xde\xb0\xf3\x13\xf8\xa7\x56\x20\xab\x37\xe0\x8a\xab\x79\xea\xa1\x10\x23\xc0\xb8\x9f\x50\x91\xbe\xac\x9e\x4d\xcd\x22\xd7\xac\xa5\x6a\xd6\xb9\xe6\xdc\xd4\xec\x7c\xaf\x59\x9e\x80\xa2\x35\x52\x35\x21\x3a\x8b\x41\x0d\x49\xf4\xa8\xc8\x75\xcd\x2a\xd7\xcc\xa5\x6a\xb2\xec\x30\x20\x17\x2d\x05\x87\xdb\x9f\x6a\xd2\x59\xbc\x59\x1d\xd2\x0e\xda\xa8\x44\xfd\x76\x12\x6d\xd4\x27\x14\x73\x3a\xe0\x40\x44\xae\xce\x02\xc5\x27\x81\xd0\x7b\x35\x05\x84\x2d\x3b\x33\x91\xd9\xb1\xa4\x63\xe5\x08\xfb\xa3\x01\x83\x6c\x87\x75\x5a\x43\x5b\x1f\x87\x83\x6c\x04\xe9\x65\xd0\x65\x5f\x2f\x57\x65\x1d\xcd\xdc\x1c\x64\x2e\x48\x4f\x3c\x95\x2d\x5c\x95\x75\x01\x2f\x1e\x5c\x4d\x35\x41\xdd\x96\x50\xb6\x48\xaf\x96\xf2\x87\x2a\xe3\xa9\x84\x3b\x84\x23\xec\xa7\x1c\xaa\x20\x9c\x62\x13\x55\xf1\x90\x43\x64\xfa\xab\x65\x21\x05\xb9\x2a\xc1\xd1\x3c\x43\x35\x0e\x51\x4b\x3e\xa2\x0f\xe6\xff\xde\x52\x34\xe4\x36\xa6\x67\x79\xbd\xd2\x8e\x70\xde\x75\x0d\x97\xc2\x97\x9b\xe2\x88\xf8\x20\x72\xf3\x08\xe1\x59\x0f\x88\xa0\x55\x4b\x33\xc1\x5f\x5a\x24\xb2\xb3\x8e\xb8\x13\x08\xcc\xa0\x85\x54\xd0\x20\xb9\xc0\x8e\xb1\x67\x53\x12\x39\x1e\x1a\x0c\xcf\x0b\xef\xaf\x3c\xad\x05\x39\xcf\x3c\x91\x8d\x56\xcf\x71\xdf\x9c\x35\x06\x01\xe0\x33\x9d\x65\xdd\x88\x1f\x48\xde\x29\x89\x09\x87\x4a\xdf\x47\x08\x76\xa7\xf0\x9c\xfc\x66\x20\xd9\x39\x22\x1a\x61\x6d\x92\xd4\x63\x88\x2d\x6f\x7c\x7a\xb8\x8a\x04\x6e\xb5\x84\x58\x05\x58\xf0\x25\xb7\xc1\x8d\x7e\x98\x36\x57\xdc\x89\x03\x26\x66\x85\xd4\x46\x9b\x78\x03\x8a\x0e\x3b\x21\x5c\x28\x3c\xa4\x4b\x80\xde\xaa\x60\x01\x96\xbf\x33\x9d\xa6\x15\x60\x97\xf1\xd5\x06\xec\x08\xfb\xb5\x32\xf9\x79\x00\xfa\x04\x06\x6f\xd0\x58\xc7\x07\x38\x1a\x47\x47\xd8\x39\xba\x7f\x30\xa7\xdf\xce\x64\x63\x72\x25\xde\x87\x94\x66\x3c\x30\xc7\xf1\x6a\x7c\x95\x9e\xe6\x31\x9e\x81\xce\xe1\xb2\x4f\xcf\x94\x64\xe0\xf6\x18\x11\x70\x65\x42\x61\x6f\x40\x7a\xdd\xf8\x44\xee\xf3\x20\xc8\x97\x66\x82\x2f\x3b\xd2\x5d\xed\x40\x5b\x95\x03\x11\x6e\x00\xa5\xc0\xb0\x64\x95\x17\x53\x84\xd9\xbe\xae\x70\x03\x15\xdb\x55\x96\x92\xd9\xbf\x05\xb9\x0b\xc2\x6d\x18\xa8\xcb\x46\xa5\x3a\x4b\x14\x10\x03\x20\x80\x7a\x99\x0e\xfd\xca\xe1\x9e\x1d\x3f\x69\x16\x1c\x01\x8a\x3e\x45\x49\xab\xd6\xa9\x9f\x8d\x38\x4d\xd1\x59\x11\x7c\xd2\x91\x30\x8e\x2a\x92\x6f\x97\xf8\x1d\x73\x7c\x2a\xa7\xd2\xaf\xd6\x2e\x5f\xff\x7d\x21\x72\x72\x72\xfd\x8e\xb9\x00\x7b\x6e\x21\x14\x88\x53\x18\x26\xee\x26\xe1\xf1\x3d\xd4\xe8\xa5\xde\x50\x82\xbf\x22\x40\x57\x10\x67\xa5\xd7\x40\x77\x1f\x29\x9c\xc0\xc4\xaa\x83\xcc\x43\xb6\xed\xee\x50\x7f\xdf\x23\xd2\x3a\x63\x24\x7f\xba\x37\x21\xce\x9d\xae\x0b\x78\x40\xb8\xc9\xc8\x1c\x9c\x53\x0a\x89\x59\x2d\xc8\xb9\xdc\x32\xda\x41\x97\xa9\x72\x5b\xa8\x77\x28\x5e\x88\x8b\xef\xb3\x2f\x3b\xe0\x58\x4d\x31\x3a\x56\x3b\x89\xd4\x1a\x30\xbf\x95\x64\xfc\x26\x94\x79\x6e\x41\x77\xaf\x89\xd0\x27\x6a\xcd\xbe\x7a\x5c\xbb\x6a\x98\xc4\xd8\x90\xac\x1f\x2e\xb8\xb5\xcf\x20\x55\x80\x32\x3d\x8e\x56\xb7\x5e\x11\x4a\x76\xd8\xc4\x81\x69\x97\x64\xfc\x30\xa0\x24\x52\x42\x9f\x21\xb5\xf8\xb1\xea\x46\xdd\xae\x4a\x8a\x25\xca\x73\xef\x09\x67\x2b\xe1\x2c\xf6\x7d\xeb\x2d\xa4\xe8\x57\xac\x02\xd9\x27\x96\xef\xb0\x4f\x30\x2c\x24\xf1\x7c\xe5\x21\x44\x3d\x4f\xa8\x97\x22\x93\x73\x4f\xa8\x37\x97\x44\x01\xe8\xac\xa6\xf2\x64\xe1\x4d\x5b\x64\x86\x1f\x95\x99\x34\xbe\xb2\xb1\x15\xa3\x23\xda\xaf\x29\x57\xa0\xcc\x14\xc4\x43\xd3\x85\xda\xfb\x4e\x73\x98\xf5\x77\x67\x3a\x33\x6a\xa7\x45\x53\x15\xde\x11\x78\x5a\x86\x99\x82\x52\x9f\xa8\x79\xc2\xc4\xd1\x2d\xc1\xd8\x5d\x44\xb2\x19\xf6\x1b\x25\xf6\x90\x03\x9d\xd9\x29\x6c\x8d\x7d\xb6\x22\xe5\xb8\x6a\x20\x16\x96\x1e\xcd\xd8\x8d\x1f\x2f\x10\x34\x41\x40\xa1\x6d\xc2\x7b\x79\xa0\xe0\xc8\x27\x52\xc4\x6c\x89\xc9\xbb\x40\x03\x31\x96\xb9\x35\x32\xd9\xc9\x31\xc8\x6d\x1d\xe0\x54\x81\x01\x94\x20\x8b\xca\x08\x7e\x8f\xed\xb8\x8a\xc7\x3e\xe5\xa1\x5d\x37\xf1\x74\xae\x50\x0f\xf6\x8d\x26\xaa\x28\x00\xc5\x3c\x60\x22\x1b\x18\x70\xd6\xf8\x26\xde\x6e\xfb\xd2\x44\x9f\x7a\xaf\x7a\x12\xc6\xe8\x31\x12\x58\xaf\x14\xa5\x2e\xa5\x24\x27\xec\x37\x54\x82\xc1\x98\xec\x22\x77\x35\x86\x66\x89\xc5\xb0\x05\x52\x82\xf5\x42\x68\x04\x3b\xac\xb8\x89\xe0\xcb\xfd\x35\x0a\x98\x99\x5c\x02\x63\xa2\x22\xb7\x27\x9e\x97\xbb\xc4\x12\xf4\xf9\x75\x40\xba\xab\x40\x6d\x29\x4c\x46\x89\x0b\xac\xeb\x33\xb9\xd8\x1a\x0e\x83\xd8\x0e\x9b\x48\x94\x5d\x32\xaf\x01\x52\x27\xa8\xe7\xb0\x7f\x0c\x57\x90\x8a\xe0\x10\x75\x80\x4e\xec\x44\xad\xb8\xaf\xd8\x04\x68\xf2\x8c\x79\x98\x48\x04\x3c\x8f\x8a\x9f\x64\x23\xb2\xe2\x40\x3f\xa8\x41\x08\xbc\x04\xb6\x5b\xe2\x23\x97\x18\x87\x5b\xc4\xff\xdd\x12\xff\x86\xd1\xdc\x9b\x3e\x93\xe5\xb4\x8a\xa7\x48\x7e\xd5\x29\x81\x85\xee\x92\x32\x0c\xa1\xd5\x48\xcf\xe2\x05\xcf\xb4\x4c\x79\x14\xef\xd8\xc6\x14\xaf\x58\x8b\xf6\x9a\x35\x36\x21\x9b\xf7\xb3\xbf\x43\x1c\xd2\x16\x9a\x61\x77\x87\x3b\x2b\x50\x65\x9a\x3b\x78\x89\x41\x88\xde\xe9\xed\x6a\x3d\xef\xc8\x45\x61\x2c\xd9\x65\x07\xf5\xff\xd8\xd1\x1e\xf7\x6e\x0b\xa1\x95\x73\x40\xa3\x73\xd4\xa8\xca\x35\x8b\xaf\xc9\x33\x47\x60\x9a\xea\x63\x4b\x2f\x45\x85\xe7\x84\xbe\x68\x3f\x55\xe1\x59\x55\x62\xf0\xfa\x33\xe5\x1e\xb1\x97\x72\x8a\x1e\xdf\x31\x0a\x9d\xab\x99\xd3\xe4\xfe\xea\x10\xd6\x06\x22\xa7\x3e\xe3\x0e\xb6\x29\x24\xde\xd3\x15\xf5\xbc\x1c\x4f\x09\x2c\x04\x6c\xeb\x3e\xbc\x41\x78\x8c\xdd\x15\x64\x9f\xbe\xc8\x56\xa5\xc8\xcb\xa9\x45\x74\x53\x88\x6c\x5f\x38\x84\x0c\x3c\x30\x76\xcd\x1e\x4d\xbc\x47\xe6\x44\x8f\x89\xde\x93\x22\x73\xe7\x5e\x2d\x8f\xd4\x7f\x04\x12\x52\x60\x1b\x99\x42\xa8\xfb\x74\x44\xe0\xe6\xb9\x38\x42\x66\xd8\x2a\x84\x4f\x2a\xc0\xb0\x2a\xc2\x5d\x3d\xab\x10\xad\x6c\xfe\xd2\xca\xea\x08\xf5\xca\x1e\x69\x6e\x3d\x0a\x54\x98\xdb\x8a\x9a\x9e\xa8\x0d\x5a\x99\xfe\xa5\x95\xf5\x91\x04\xb9\x05\x50\xe2\xe0\x6d\x56\xb0\xd0\xc8\x58\xed\x7e\xd7\xc8\xd6\x34\x02\xed\x84\x4b\xae\x7a\x96\x82\x6f\xe3\x01\x6d\xbc\xfc\xb9\x89\x3d\x4a\x71\x34\x28\x5c\x63\xc8\x58\x72\x51\xe4\xab\xbd\x96\x27\x94\x78\xfd\x73\x3b\xc7\xa3\xd1\x5e\xeb\x76\xa0\xfa\xf2\xb3\x5b\x25\xfc\x25\xa1\xf3\x20\x54\x7f\x82\x48\xaa\xb1\x7c\x24\xe3\x73\x42\xf3\x4f\xa6\xf6\xd9\xbf\xcc\xde\x40\x8b\x01\xf1\xec\x09\xe4\x9e\x6c\xc5\xce\x7b\x15\x3b\xdc\x31\xc5\x74\x6e\x52\xcc\x35\x47\x5a\xef\xce\xd7\x14\x13\x8e\x5e\xfe\x16\x05\x46\xac\xdf\xf4\x85\xf0\x91\x64\x0b\xcc\xd4\x06\x00\x8d\x6e\x1d\xa4\xb2\x46\xad\x04\x92\x98\x2a\xd0\xbc\x81\x0d\x34\x1f\x6a\x47\x85\xb2\x0a\xd0\xae\x0d\x76\x72\x9d\xf2\x54\x75\x68\xdb\xde\xbb\x1c\xde\xc3\x5d\x86\x8a\xa3\x3c\x8c\x34\xa3\x0a\x49\x53\x9c\xb2\x07\xcf\xab\xf8\x76\xb5\x57\xcc\xa9\x05\x07\x66\xd2\x0f\x94\x85\x30\x94\x85\xad\xcc\xee\x25\x93\x57\x9f\x5d\xc8\x22\xba\x5a\xff\x64\x17\x72\x97\x72\x89\xda\x42\x7c\x7e\x51\x6a\x29\x76\x59\x20\xd8\x38\xf5\x92\xa1\x3c\xfb\xc7\x7f\x39\x64\x9f\xfa\x36\x89\xcf\x98\xe0\xc0\x4d\xa3\x27\x1e\x09\xb5\x6c\x92\xb5\x21\xff\x2f\x87\x4e\x1f\x8d\x8c\x8c\x0f\x9d\x98\x98\x94\x1b\x1e\x3f\x69\x57\x34\x03\x70\xef\x51\xea\x50\xd0\x12\x00\x9c\x0c\x2f\x33\x32\x32\x56\x64\x9e\x41\x31\x39\xea\x7d\xa6\x3b\xeb\xec\xe4\x19\xa9\xb8\x27\x09\xb3\x05\xab\x82\x0f\x6c\x54\x34\xfa\x71\xbb\xb6\xfe\xce\x38\x30\x36\x06\x68\x20\x38\xef\x9a\xaa\xdb\xd8\x7c\x4a\xa8\xd7\x3a\xdb\xee\x4b\x98\xd3\xf2\xc0\x70\x6b\xc2\xbb\xdc\xc1\x3d\x83\x83\x1a\x69\x6d\xfa\x7d\xf8\xcb\x10\x3a\x66\x1b\x18\x85\x42\xf3\x11\x9e\x3e\x86\x2d\xb7\xdc\x47\x78\x18\x36\x4b\x7b\xbb\x95\x9c\x5e\x47\xcb\x64\x72\x47\x0b\xed\xbd\xc6\x17\xe6\x76\xcb\xec\x15\xed\x1d\xc5\xae\x09\x5a\x82\x39\xf0\x85\x90\x38\x16\x79\xec\xfa\x5e\x09\xc7\xa2\xcb\xbf\x87\x05\x3e\x26\x59\x44\x33\xb8\xc2\x2f\x21\x5c\xc4\x54\xd0\x05\x34\x6d\x3e\x73\x05\x18\x48\xe2\xe3\xe4\x60\xfb\x2d\xf9\x96\x67\xd0\x0d\xcc\x78\x81\xce\x92\xba\xd8\x2c\xb6\xb5\xb5\xd8\x56\xc6\xb9\x11\xc4\x24\x53\xe7\x3e\x37\x26\xd5\x0b\x09\x2e\x70\xac\x00\xfb\x85\x57\xea\x00\x36\x66\x80\x3e\x7c\x5e\x28\x2b\xec\xc1\x5c\x23\x74\x93\x89\x04\x9f\x04\x6f\x08\xca\x0f\x47\x2e\x73\xfe\xff\x6c\xd5\x12\xcb\xd5\xfd\xdb\x6a\x1d\xa5\x2e\xaa\xc9\x24\x52\x00\x8e\xd0\xe0\x4a\xf5\x29\x20\xd8\x8a\xf3\x1c\x43\x41\x4b\x1f\x7a\xde\x73\xb4\xfa\x1f\x4f\x0e\x5d\x97\x7e\x4c\xd8\xc9\xac\x87\x2c\xd4\x4c\xe9\x0f\x8a\xe3\x3f\xfe\xd2\x8e\x1e\x94\x21\xec\x2c\xf7\x69\x4a\xef\xf1\x03\x75\x50\xe1\xf9\xdb\x66\xfa\x3f\xc4\x95\x36\xab\x86\x34\x3b\x42\x41\x16\x09\x90\xf6\x4f\x89\x7d\x8a\x68\x43\xfc\x81\xa6\xcb\x27\x8c\x16\x51\x25\x12\x6d\x97\x20\x5e\x4c\x78\xb3\x82\x42\xa5\x8a\xaf\x3f\xb1\x63\x91\x20\xc3\xc6\xdc\x13\x76\x1e\x79\x3b\x09\x0a\x42\x9d\x48\x4a\x9a\xcf\x77\x56\x46\x92\x13\x74\x8e\x7e\xac\x15\x19\x56\x80\x8a\x30\xb3\x5e\xd9\x33\x4f\x7f\x95\x18\xb7\xcf\x1a\x26\x27\xb9\x21\xe9\xb6\x72\x09\x70\xad\xe5\x4e\x2e\x7c\xf4\x28\x32\xc5\x83\xe2\x4a\x33\x4f\x86\xca\x04\xaa\xba\x31\x00\x50\x1e\xf2\xf4\xa7\x46\x80\x68\x3c\x5a\x2f\x3f\xbf\x4d\x35\x96\x8d\x65\x93\xb8\x5d\xcd\x62\x66\xc0\xfc\xe5\x9a\x73\x27\x3b\x53\xc2\x21\x5b\xd5\x44\x56\xa8\xcb\xa3\x09\xe6\x44\x91\xee\x36\xc4\x14\x2e\xa8\xe3\x2b\xb5\x39\xfd\x9a\x6d\xa1\xdb\x3b\x66\x5b\x78\xfe\x11\x6e\x45\x7c\x4c\xc3\x6e\x40\xe7\xe5\x97\x61\xad\xd9\xb6\x81\xeb\x47\x7d\x35\x32\xa4\xcf\x20\x14\x43\xbd\x99\xcc\xac\x8d\xc9\x6b\x4b\xd4\x88\xd4\xd7\x1e\x08\x34\x79\x25\xcb\x36\x1c\x9d\xe3\x8b\xd3\xab\xfb\xd0\x0c\x92\x8a\x45\xdf\xb1\xa7\xa7\xf8\x22\x27\xbc\x04\x75\x17\x79\x8f\x58\xc6\xc3\x4b\xbd\x5e\x3f\x6b\xff\xf2\x19\xf9\xe2\x75\x84\x42\x74\x64\x76\x28\x26\x0f\xf7\xe5\x29\x09\x93\xfd\x06\x10\x38\x3f\x44\xb6\x23\x4a\xad\xe6\x19\x10\xb0\xef\x53\xec\x73\x22\xfe\x10\xa4\x32\x2d\x0e\x37\xb9\x44\x62\x29\x61\x06\xd8\xc2\x0f\x64\xba\x38\x12\x48\xd5\x4f\x37\xef\x7d\x08\x60\xac\x00\x7c\x4d\x30\x37\x28\xe6\xd7\x09\x99\x2f\x54\xf3\x6f\x4d\xee\xe5\xea\xf9\x1b\x95\x52\x1b\x3b\xd9\x60\xae\x73\x93\x3e\xee\x95\x9a\x77\xd8\xb6\xc6\x64\x1b\x1e\x7e\x9a\xc4\x1f\xf8\xf6\xb5\xa2\x27\x4b\x86\xb8\x86\xc5\xbb\x89\x83\x5a\x95\xc2\xde\xa8\x13\x86\xdf\x56\x51\x54\x68\x59\x02\xcb\x9e\xe4\x71\x27\x02\x67\x81\xaa\x1b\xb8\x76\x17\x44\xff\x77\xb8\x04\x72\x38\x9d\x25\x09\x00\x1f\x44\x05\xcb\xa0\x43\xdd\x8a\x11\xfa\x59\xd1\x65\x6b\x02\xc0\x2a\xf1\x2e\x21\x8b\xbd\x88\xec\x56\xa9\x57\x72\xff\x75\x1b\x70\xf3\x69\xe7\xf1\x3f\x41\x2e\x7f\x59\xdf\xc6\x87\x7c\xfc\x0f\x18\x47\x5d\x0a\xb5\x03\xd6\x35\x80\xb5\x69\x68\x6a\x23\xe9\x86\x1d\x23\xf5\xdd\x90\x41\xf0\xf5\x57\xba\x17\xb4\xee\x15\xd9\x12\xc7\x06\x48\xa4\x63\x84\x85\xad\x03\x0b\x5c\x76\xad\xcc\x75\x5f\x00\x23\x34\x83\xfb\xff\x30\x5b\x94\xa4\x3f\xa7\x37\xc0\xbb\xe2\x70\x92\x91\xb0\x4f\x60\x68\x29\x40\xb3\xa5\x37\xae\x62\x5c\x45\x5c\xe5\xae\xc1\xbc\xab\x9c\xa5\x09\xba\xd7\x0c\xa4\xfe\x33\x43\xfe\x8c\x4f\xd5\x03\x93\xf3\xac\x27\xdc\x50\xce\xf3\xd7\xab\x34\x93\x8b\xbc\x4c\x00\x92\xc1\x64\x0f\x4c\xe8\x29\x76\xaa\x3f\xc6\xff\x6d\xbd\x9b\xfb\xc6\xb9\xd5\x5d\x80\xdd\xee\xb2\x76\x80\xc2\x15\x11\x22\xb9\x61\x55\xe1\x0a\xff\x03\xef\x92\x22\x84\x96\xf2\x84\x67\xde\x41\xf3\x9d\xf6\x53\x99\xa6\x50\x29\x84\x2c\xc1\xb9\x46\x8f\x28\x67\x46\x44\x40\x3e\x2c\x18\x64\xa3\xb8\xcd\x89\x0c\xf2\x10\xc0\xf3\x74\x79\xf7\x0a\x4c\xab\x7d\xe1\xee\x18\x22\x89\x86\xe5\x3c\x25\x36\x5d\x9c\x4b\xf5\x21\x35\xbe\x0c\xef\x92\xe0\xac\x09\xa1\x13\xa8\x15\x18\x9d\x16\xcf\x76\x6a\xd6\xba\x46\x41\x21\xec\x35\xfa\x38\xbe\x10\xa9\x98\x5b\xbb\x64\xb9\x4e\x1d\xac\xd1\xfe\x2c\xb3\x5b\xa9\x6a\xf0\x0c\x6b\x53\xa6\x7a\x91\x1d\x1a\xac\x33\x80\xb6\x42\x49\x45\x78\x16\x36\x3b\xa4\x65\xc8\xc2\x49\xfd\x67\xae\x11\xde\x49\x3d\xbd\xae\xf7\xb9\xc5\xb7\xab\xfd\x9c\x9c\x89\xc4\xc5\xce\xa8\x78\xa0\x22\x94\x9e\xb6\x47\x49\xef\x19\x0b\xc9\xa3\x17\xf7\x31\xfa\xda\xfa\x22\x71\xc3\x6c\xe8\x48\xdb\x1b\x19\x79\xb7\x89\xb7\xf5\x05\x4a\x23\xd2\x8e\x93\xf7\x88\x2a\xc9\x0d\x00\x03\x0f\x0c\xc3\x78\x21\x8d\x2e\x99\x15\xdc\xf7\x2c\x72\xb9\xe9\x09\xe9\xb3\x8d\xd4\x89\x52\xda\x07\x51\x2c\x8f\xfa\x02\x63\x8c\x19\xec\x20\xe0\xec\x72\x66\xd0\x1f\x8f\x14\x3c\x64\x70\xd8\xa2\xef\xad\x5d\xfa\x9b\xd5\x13\xb9\x0d\x3e\x27\xba\x6a\x01\x12\x8c\x42\x88\x2e\xac\x7a\x6a\xd2\xdd\x56\x01\x2c\xd2\x13\x22\x84\xb5\x3c\xac\x49\x4f\x8c\x22\x4b\x12\x0c\xb9\xf0\xa9\xd7\x05\xd3\xb5\xda\x01\x1f\xe2\xec\x90\x48\x24\x0b\x47\x76\x0b\x37\xff\x04\x4b\x12\x75\xa9\xa0\xa7\xc1\xfd\xba\x7e\x1c\x77\x65\x28\x3c\xce\xfc\x3b\x86\xe5\xa4\xb3\x7b\x83\xb7\x8e\x27\x9c\xb1\x6c\x98\x8c\xf2\x5d\xa1\x4a\x6a\xcf\x4a\x76\xca\x97\x46\xf0\xa6\x6a\x23\x4f\xa9\xe3\xbc\xa7\x23\xe1\xbc\x12\x12\xfe\x3d\xdf\xab\x8e\xb0\x9a\x94\x1e\x49\xff\xfe\xca\x0e\x45\x45\x3d\x6a\x42\x79\x0f\x6a\xec\x82\x3a\x2c\x23\x32\x69\x17\x38\xcf\x44\x99\x4e\x74\x03\xf6\x6d\xca\x57\x05\xdc\x11\x5f\xa8\x77\xdd\x60\x3f\xdb\x11\x67\xe7\xbd\x96\xe8\x42\xae\x49\x60\x72\x23\x5c\x47\xfe\xd2\x61\xc5\x33\x85\x19\x23\x05\x5d\xf3\xa7\xa8\x44\xf3\xaf\xc1\x7b\x7a\x9c\xaf\x64\xec\x06\x4d\x98\xb8\x6f\xac\xd0\xee\x54\xf8\x7f\xfd\xbb\xc3\x1a\x58\x3a\x83\x63\x4b\x33\x15\x39\x24\x0a\x10\x0b\x79\x47\x26\x54\x90\x79\xb2\xd9\x51\xba\x86\x29\xc9\x9e\x53\xc9\x49\x8c\xf9\x71\xa5\xa5\xef\x16\x7b\x23\x33\xb8\x55\xda\x4b\x7e\x41\x22\xf3\x48\xaf\xc2\x45\xea\xba\x03\x4d\x39\x88\x4b\xb5\x97\x92\x3d\xb3\xbd\xd3\x03\x3c\xa8\x1e\xb2\x9c\x0b\xd8\x9e\x32\x3b\xc5\x6f\x0e\x2f\x26\x3d\x92\xda\xc9\xcc\x24\x55\xab\x01\x8f\x7d\xd8\x04\x8c\xa7\x0c\xbf\xab\x3e\x80\xb9\x5f\x48\x61\xcf\xe5\x7d\xf2\x55\xfd\x01\x9c\x9a\xaf\x2f\x8a\x87\xe4\x9b\xcc\x03\xb1\x9d\xc4\x07\xaa\x06\x07\x8c\xf1\xbb\x71\x9b\x55\x00\x6d\x7d\x74\x9f\x92\xaf\x26\x6d\x40\xe3\xb4\x85\x2a\x70\x00\x1a\xbf\x99\xb5\xf1\xa9\xb6\x3e\xc0\xf0\xc5\xe8\x1b\x4b\x46\xc7\x64\x54\xbe\x9c\x38\x4f\x8b\xde\x74\x90\x0f\xed\xfc\x89\x60\x56\x94\x5d\xc3\xae\xea\x54\x09\x0b\xe4\x85\x8a\x30\x6c\x69\xf1\x44\x1a\x3c\x55\x95\x04\x11\x17\x4a\xd6\x14\xdb\xe5\x13\x59\x37\x33\x12\x64\x0c\xfa\xea\xee\x4a\x72\xe6\x55\x3a\x2a\x13\xa5\x27\x74\x73\xeb\x55\x99\x2e\xf4\x12\x5c\x9e\xda\xe7\x2d\x35\x36\x72\xb2\x03\xd2\xd7\xd0\x45\x45\x68\x83\xdd\x3a\x99\xeb\xf2\xb2\xb4\x8c\xfa\xa8\xd7\x0a\x8f\xcf\x44\xcd\x96\xcd\xcd\x26\xdd\xce\x86\x72\x5e\x74\xf8\x74\x17\xf4\xb9\xb4\x37\x2a\x78\x4c\xf6\x1c\x1f\x0b\x64\x2e\x3d\x20\x53\xb7\x70\x1f\x4f\x09\x35\xe1\x08\xe7\xa4\x96\x60\x1c\x16\x40\x67\x7b\x09\x70\xf9\x45\xb3\xd4\x6c\xf0\x4c\x2e\x98\x78\x98\x02\xba\xf1\x85\xd4\xbc\xe7\x74\x86\x9d\xbb\x65\x92\x03\x34\x36\x22\xf7\x76\x01\x0c\x95\xbf\x97\xcc\xc9\x6c\x20\xe8\x43\x3f\xd4\xdb\xa3\x26\x44\x8e\xa6\x39\x32\xf9\x99\x34\x4e\x4d\x9c\x0f\x13\x6c\xee\x7c\xc6\x04\x7a\x42\x71\x7b\xc0\xc3\x8d\xb1\x18\x45\x3b\x04\xb5\x7e\xac\x9f\x53\x0b\x54\xca\x73\x3d\xcd\x16\x6d\x15\xc9\x73\x35\xeb\xaa\x50\x6a\x15\x91\xdb\x7a\x7b\x73\x09\xe2\x69\xec\xb0\xf8\x8d\xb9\x54\x07\x2b\x31\x97\xfa\xdd\x32\x4c\x4f\x5d\x2d\xd1\xe0\xa7\x50\x27\xf5\xfe\x8f\xfd\xdf\x2b\x21\x8e\xe8\x7f\xee\xba\xff\x51\xa1\xbc\xa4\x74\x2f\x44\xf8\x73\xf6\x03\x6c\x4b\x24\xcd\x7c\x80\x34\x4a\xc8\xfb\x7a\x86\x4b\x3b\x2c\x59\x79\x87\xdb\x5c\x45\xf0\x15\x3c\x3a\x2d\xd8\x83\xc1\x69\x30\x31\xec\xe1\x04\x92\xba\x5b\x1e\x35\xef\x5f\xb5\x0b\xb2\x32\xd2\x2c\x0a\x10\xa3\x09\x07\xc5\x24\xa7\xaa\x12\xd1\x9c\x36\xa7\x2a\xbb\x52\x62\xd6\xfc\x3a\xf0\xc6\xde\x72\x14\x14\x30\x0b\xbb\x05\xc2\x6b\xc8\x59\x25\x5d\x7c\x66\xfb\x55\xfa\xad\x66\x50\xf2\x5f\x58\x6b\x53\xa5\x98\x92\xa5\x64\xc9\xb9\xca\xee\x09\xb4\xd5\x76\x90\x1f\x7a\x75\xec\xcb\x97\x1a\x50\x9b\x0d\x5d\x35\xbb\x33\x20\xd0\xcc\x41\xf5\x4e\xd7\xa9\x48\xf2\x4e\x01\x48\xb1\xab\x2f\xaa\x92\xf3\xbc\x2c\x60\xa8\x8c\x7f\x6d\x1b\xef\x2f\xf7\x0c\xe7\x9e\xee\x29\x12\x51\x7c\x02\x48\x70\xc4\x1d\xac\x7f\x7b\xd9\x84\xff\x9f\xbe\x10\x9a\x56\x81\xcb\x75\x84\xbf\x91\x45\xfc\xb0\x52\x6f\xda\xc2\x6f\xe5\xaf\x1f\xb9\x07\x3e\x06\x9c\x25\xa8\x06\x26\xa6\x1d\x5d\xb1\x2c\xc0\xba\x0d\x9b\x96\x0b\x3a\x2b\x08\xfb\x6b\x86\x15\xda\x1c\x60\x67\x83\x2f\x40\x06\x04\x61\x2c\x79\x68\x88\x14\xf8\x24\x46\xc7\x02\xa4\xa4\x89\x29\x88\x0e\x1b\x63\xb5\xac\x95\xb0\x03\xf8\xab\xce\x50\xb9\x28\x4b\x45\x66\x64\x49\x01\x08\x57\xd8\x5c\x34\x27\x51\xfd\x4f\xfd\x89\xaa\x25\xc4\x18\x3b\x08\xd9\x1a\xce\x0c\x84\x45\x03\x59\xc3\xfa\x02\x97\xbe\x3a\x67\x54\x7b\xa4\x44\xdb\xf6\x1c\x30\x13\xcc\x8d\xf7\x76\xa7\x44\xd7\x49\xef\x9a\x87\xe4\xf6\x45\x2d\x95\x89\xc9\x02\xd8\x4b\x02\xed\xd5\x6d\x58\x18\xc7\x4c\x8b\xaa\x9c\x30\xe2\x13\x02\xe5\x94\x5e\x0d\x20\xaa\x16\xc1\xa4\xd1\x7b\xe4\xf1\xe9\xcf\x2d\x84\x1a\xd0\xbc\xaa\x08\x0c\xdd\xce\x41\x9e\x2f\x22\x7f\x58\x05\xe4\x8e\xee\x70\x3b\xc2\x24\xf4\x2d\x5c\xe3\x9e\x10\x9f\x65\x62\xf6\x06\x05\x7c\x61\x29\xa1\xbc\x86\xd6\x84\x7f\x7e\x96\xad\xc4\xe0\xd0\x3d\xf4\x8e\x2c\xab\x53\x78\xf3\xb3\x52\xec\xa8\x19\xce\x41\xc5\xb0\x0b\xc4\x7a\x2c\x59\xa6\xc3\x46\x5d\x61\x81\x48\x30\xff\x8a\xbd\x04\xd8\x67\xbd\x6b\xc2\x06\x3f\x20\xec\x6a\x9e\x8a\x6c\xfd\x79\x22\xc3\x81\x64\xe6\xb4\x6b\x50\x0a\x03\x10\xf1\x3e\xac\xf9\xcb\xa3\x44\x5a\xbf\xae\x96\x87\x60\xe5\x5c\x2a\xde\x9c\x94\x42\x5e\x5f\xe2\xce\x54\x2e\xcf\x0c\x1b\xd3\xd7\xe2\x24\x0d\x96\x46\xf3\x3c\x76\xe3\x0f\x1c\xf7\xf1\xb2\xaa\x82\xbc\xa0\xe7\x9d\x23\xfd\xaf\x9e\x10\x1a\x1c\x1c\x69\xb0\x74\xef\xf7\x66\x47\x99\x40\x1c\x01\x95\xd9\xa1\x5a\x5b\x9f\xd0\x8e\x38\xbb\x0d\xd9\x28\x19\xbd\x45\x47\xe4\x5a\x02\x1a\x82\x05\x32\xac\x96\x47\xb1\x37\xa8\xcb\x07\x57\xff\x67\x54\x10\x23\x92\x92\xe1\xa8\xe2\x42\x93\x76\x51\x46\x4d\x65\x4f\x6d\x60\xa2\xf4\xa3\x60\x4f\x87\x0f\xac\x15\xe7\x2f\xb0\x99\x4b\xb5\x85\xfd\x3a\xe7\xc3\x77\x29\x40\x69\x75\x2c\x32\xbd\x8a\x65\x00\xa0\x92\x16\x8a\x29\x99\x0a\x1b\xbf\xcd\xe1\x3c\x13\xd0\x6d\x84\xfa\xb4\x63\x41\x0c\xa9\xe8\x7c\x52\x7a\x95\xec\x0a\x26\xc2\x2b\x17\xe1\xc6\x57\xe2\x26\x8b\xf4\xdb\xc1\xa4\x7d\x12\x2b\x8a\xad\xd3\x99\xf2\xa1\x2e\x70\xef\x98\xc8\xf5\x4b\x17\xec\x8a\x12\x2e\xe0\x6d\x31\x61\x09\xb9\xb0\x07\x7f\x06\x58\xb7\x0d\x72\x29\x9e\xc8\x3c\xd3\x05\x08\x0d\x68\x78\x21\x89\xe9\xf1\x43\x46\x54\x85\x76\x6d\x2c\xc7\x45\xfe\x2e\x78\xd3\x25\xe5\x81\x5b\x29\xca\xb5\x90\x53\x82\x66\xbd\x37\x8c\xb6\xc6\x28\x04\xc7\xd0\xd5\xed\xd0\x80\x0a\xd2\x28\x67\xfa\x51\x28\x24\xcd\xf7\x5d\x22\xb8\x96\xf4\x26\x24\xa5\x7d\x1e\x58\x6d\x52\x2f\x82\x42\xea\xad\xe8\xec\xac\xa7\x54\xab\xd5\x82\xd4\xf7\xa7\x5e\xfb\xae\x10\x0b\x38\xa2\x04\x08\xf0\x99\x97\x18\x56\x2a\x1a\x88\x1e\xe5\x11\xfb\xac\x77\x2a\xc9\xe8\xa0\xf1\xce\x3a\xe3\x55\x7f\xf9\xad\xa2\xaf\x79\x8c\x23\x4f\xf4\x38\xd9\x80\xda\x48\xbd\x00\x6d\x84\xd5\x4e\xed\xa7\x29\x9d\x8f\x85\xed\x4c\x08\x45\x7a\x69\x0b\xd8\xf9\x16\x76\x2f\x43\xe0\x0d\x53\x9b\xae\xf5\x87\x60\xcf\xf7\x3a\xe2\x6a\x99\xc3\xe7\x39\xd1\xfc\x96\x89\xd2\xe5\xe4\x36\xf4\xf7\xd8\x9e\xcb\xf1\x3e\xd2\xa5\xdb\x1f\x20\xc4\xa0\xca\xec\x43\xb3\x85\x16\x68\x2d\x11\x61\x0d\xcd\xe4\xe0\x81\xe0\x97\xb5\xe8\xda\x0c\x65\x1b\xd7\x89\x2b\x9c\xf7\x65\x7a\x9a\x3b\xe1\x01\x24\xe9\x78\x48\xcf\x93\x1e\xa5\x2b\x1a\x76\x83\x3a\x33\x93\x18\x27\x72\xa1\xad\x9a\x53\xb9\xc6\xef\x68\x65\x12\x90\xad\x38\x1e\xed\xca\x38\x35\xad\xe5\x76\xb6\x27\x9c\xf7\x35\x71\xc8\x81\xa5\xaf\xc3\x89\xf5\x0e\x16\xbb\x9d\x01\x92\x31\x10\x3e\x87\x34\xba\xb5\x0c\x0c\x35\x75\xf5\x5d\x42\xa6\xa7\x4f\x06\x68\x39\x40\xa7\x72\x61\x1e\x65\x7c\x86\x4f\xd5\x14\x07\x97\xc8\x97\xcb\x31\xe4\x7f\xa5\x02\x24\xb6\xdb\x6f\x53\x95\xa6\x02\xfb\xd2\x6d\x2a\xd0\xb9\x94\xfe\x40\x05\xc6\x15\x19\x39\xc5\xb3\x2d\x4e\x44\x7c\x85\x26\x0e\xae\xde\xaf\xa5\x12\x6b\x0a\x4b\x60\x11\x0b\xdc\x64\xbe\x14\x47\x73\x8b\xb1\x34\xd1\x84\x44\x62\x55\x9a\x0c\xf0\xbe\x1e\x14\xf2\x29\x32\xb0\x66\xff\x35\x22\x03\xbc\x96\x69\x32\x30\x93\xbc\xef\xdb\x70\x6c\xd5\x07\x62\x73\xb7\x2c\xb3\xf2\x0a\x54\xb5\xed\x6a\x3e\xee\xdd\xe4\x1f\xec\x9a\x79\xac\xc5\x97\x01\xa5\xf5\xb5\x68\x4a\x22\x67\x40\x5f\x4b\xd2\x0f\x35\x4e\x02\xc1\x0f\xc1\x26\x00\x53\xf1\xdb\x57\x48\xab\x19\xf2\xd8\x00\x4b\x1f\x12\xa9\xd9\x92\xca\xe2\x64\x09\xf0\xb5\xbd\x72\xfc\xe5\xb5\x34\xc4\x66\x59\xfc\x33\x59\xd0\x8b\x46\xe4\xed\x13\xd0\x4a\xa3\xec\x50\xd8\x35\x19\x94\x19\x2c\xa3\x0c\x5e\x67\xac\x4a\xc8\x31\x31\x95\xbc\x22\x19\xba\x2f\x39\xcc\xef\x88\x0e\xaa\x93\xbd\xa2\x7d\x74\xf7\x9c\xfa\xb8\x3e\x49\xba\x15\xf2\xdc\x55\x53\x35\x2f\xa7\x80\x90\xcf\x48\xc1\xf8\x15\xd1\xb7\xf8\x31\x20\x27\x1c\x21\x9c\x5c\x81\xaf\x78\xda\x08\x76\x98\xb8\xfa\x3e\x4d\x6f\xf9\x1c\xe9\x83\x39\x14\x76\xe3\x7f\x3c\x8a\x4c\x11\xe2\xf6\x9e\x46\x11\xaa\xe5\x3f\x8d\xe2\x01\x9a\xb2\x62\x3c\x0a\x32\xeb\x3e\xa5\x3e\xa1\xaf\x1f\xda\x49\x7d\x32\xdf\xb7\x35\xf7\x57\xba\xd1\x9c\x7a\xfa\xe1\x2b\x05\x52\x00\xda\x05\x59\x7c\xa1\xe8\x12\x00\x66\x45\xed\x5f\x93\xa0\xb0\x35\xbc\xe8\x23\xb8\x6a\xb9\xcb\xce\x15\x29\xea\x8a\x65\xeb\x22\x4f\x4f\x09\x7d\xe4\x96\x96\x62\xc0\xd8\xd9\x06\x1a\x61\xd1\xba\xe7\xca\x55\x3e\x4d\x7a\x66\x74\xe3\x80\x27\x5c\xc8\x73\x27\xeb\x88\x7d\xeb\x09\xa0\x7a\x17\xa2\x6c\x79\xeb\x7d\xae\x62\xca\xe6\x3d\x67\xdb\xa2\x05\x20\xec\xee\x10\x61\xb2\x8d\x14\x75\x53\x3f\x53\xb7\xce\x98\xe4\x0b\x27\x47\xa0\x02\xf7\x00\x56\x25\x55\xeb\xcb\x27\xff\xed\x0a\xef\x63\x59\x49\x2a\xff\xf8\x7a\x2d\x2a\x35\xf5\x4f\x6c\x88\xbf\x92\x97\x6c\xf7\x8c\x2a\x3d\x0a\x45\x49\x09\x3d\x53\x09\x14\xf0\x85\xcc\x5d\xbf\x73\x1b\xff\x43\xe9\x67\xd3\x8c\x98\x40\x31\x93\x63\x4e\x81\xbc\x23\x15\x65\xe7\xd8\x04\x27\x4e\x1f\x9a\xc8\x03\x25\x68\x08\xed\x52\xfe\xc6\x40\xeb\x52\x7d\x80\x54\x77\x17\x55\xc3\x59\xda\x5a\x78\xd0\x77\x09\x10\x29\x04\x9f\x03\x11\xff\xe8\x5e\x68\x9b\x3f\x9d\x54\x62\xf6\x3a\x7b\x78\xbd\xea\x86\x1c\x61\x9f\xac\x58\x45\xed\x11\x18\x48\xdb\x78\xb9\x90\xd2\xc8\x87\x1a\x8c\xc6\xbf\xf0\xaf\xdf\xb8\x53\xc6\x89\xf4\xc1\x9e\xe9\x86\xa7\x74\x49\xb0\xee\x9b\xb8\x65\x11\xca\x4e\x7c\xa9\xa8\xf7\x58\x3e\x1a\xb3\x9c\xb7\x55\x14\x90\xe0\x8a\x07\xbd\xdc\x8e\xbb\x22\x82\xd8\x42\xc8\x67\x17\xec\x7d\x58\x61\xb4\x28\x70\xb4\xdd\x35\x66\xa2\xbd\xa9\x52\xab\x81\x3c\x9f\x93\x51\xf1\x09\xf7\xab\xe7\x73\x81\x99\xe0\x26\x5f\x0d\x7d\x46\x6d\xa8\xc9\x1c\x30\x60\x2f\x54\x97\x44\x88\x87\x40\xae\xd0\x34\x67\xb7\x45\xf1\x9c\x96\xd5\x8b\xb2\x22\x4b\xc4\xf8\xbc\xab\x6d\x81\x03\xed\x1c\x5a\x28\x07\x41\x2c\x02\xee\x8c\x6f\x82\x9d\xcc\x1c\x21\x9e\x4b\x64\xa3\x1f\x15\x5b\x51\xa1\xb8\x3c\xbb\x87\xa0\x8c\x12\x37\xcb\xa8\x29\x53\x3e\xbd\x6b\x5d\x8a\x4b\x69\x83\x89\x0e\xf3\x32\x0a\xe6\xd4\x33\xda\x46\xe8\xc1\xf3\x99\x5c\x61\x15\x81\x62\xbd\x60\x6c\x8a\x1a\x7d\xd3\x43\xf3\x44\x5f\x70\xe3\x1e\x07\x78\x53\x7f\xb9\x88\x60\xdc\x90\x1b\x1d\x99\xab\x5f\x3f\xf6\xc4\x07\x2c\xf2\x2c\x33\x34\x58\xfd\x34\x23\x72\x37\x91\x1b\x86\xe9\xbf\x7a\x11\x58\x27\x9e\x61\x32\xd9\x9d\xad\xb7\xe8\xe8\x75\x9e\xb2\x6d\x71\xef\xb1\x22\xc0\xb3\x35\xc3\xfa\x9c\xd8\xac\x94\x25\xec\xed\xdb\xee\x15\x5d\xda\x9d\xea\x55\xef\xf1\xb9\xd3\xa7\xc3\xda\x79\xce\xce\x94\xba\xc3\x95\xe2\x02\xa1\x37\xfb\x49\x6e\x9d\xb0\x39\xe2\x86\x6a\x33\x17\xef\x73\x4c\x2e\x99\x07\x7c\xa1\x0e\x80\x59\x82\x60\x6c\x7d\x2b\xe6\x71\x82\xff\x39\x92\x03\xba\x38\xe2\x09\xc8\x1c\xb2\xc0\xd8\xca\xf0\xec\x42\x29\x56\x50\x42\xd4\xdd\xb0\x62\x4c\x7f\xaa\xc0\x69\xf3\xef\xf5\x66\x79\x66\xcd\x83\xab\xd9\x92\x05\x4e\x75\x3f\x87\x03\x40\x09\x64\xda\x19\xda\xba\x0e\xc6\x41\x6e\x04\x74\x20\x1c\x3e\xa8\x05\xb6\x15\x9f\xf1\x7f\x7f\x63\xac\x4e\xe4\x3c\x8c\x8d\x52\x92\x07\xce\xe2\xcb\x88\x81\x51\x29\x14\xb0\x6b\xac\x50\xac\xf2\x9d\x8d\x43\x5c\x84\x37\xd3\x14\x3e\x4a\x44\x55\x58\xc8\x98\x90\x1f\xa7\xa6\x9d\xc7\x23\x3f\xd8\x50\x7f\x9c\x29\x34\x44\xe7\xa9\xa1\x4f\x0e\x8c\x63\x0a\x53\xdf\xe4\x59\xb1\x63\x88\x82\xf6\xa1\x12\x99\x3a\xd9\x54\x78\xc4\x3c\x74\x21\x8a\x96\x90\x8f\x7e\xe1\x82\xb3\x07\x02\x6c\xa1\xfa\xcd\x82\xb8\x00\xb7\xd7\x0e\x6b\xb1\x0d\xd1\x99\xab\x05\x29\xee\x9a\x02\x37\xc2\x3d\x7a\x8b\x2c\xf9\xcb\x1a\x82\x6c\xcf\x0f\xc6\x70\x65\x17\x64\x9d\xb5\xc2\x89\xef\x39\x27\xf4\x5e\xdf\x9c\x67\xf5\x7c\xa8\x25\x29\x3a\xdd\x69\xc7\x9a\x8c\xd1\x3e\xf3\x60\x70\xbe\x44\xa4\x89\x65\xb7\x8a\x0a\x2e\x7e\x52\x62\x65\xac\x75\x85\x79\x5f\x8f\xd3\xec\xd3\xf6\x6c\xb1\x7f\x3b\x74\x46\xbb\x77\xa8\x47\x7d\x78\x48\x39\x81\x9a\xbd\xf3\x14\xba\x89\x29\xbc\xd0\x14\xda\xfa\x38\x4d\x2d\x5a\x81\x99\xda\xd3\xb3\x0e\x79\x64\x3e\x60\x5e\x1d\xc3\x6b\x2b\x58\x69\x7b\x94\xfc\x08\x7f\x8d\xa5\x70\x1e\x1b\x10\x19\x00\x2c\x3b\xdc\xb0\x1b\x50\x11\xb4\xe7\x20\x4b\x2e\xae\x4e\x05\x68\x26\x5b\xc1\x45\xa2\xdf\x60\x13\x39\xa5\x5b\x75\xb9\x7f\x97\xe8\xa1\xca\x61\xc7\x57\xa0\x69\x81\x4d\x7b\x06\x96\x98\x55\x4b\xed\x42\x54\xda\xde\xc9\x02\xae\xc6\x7e\xde\x80\x8b\x10\xb0\xe6\x8d\x8f\x15\x88\xae\xb8\x17\xc9\x25\x6f\xf7\xdc\x2d\x49\xf6\x73\xe3\xbc\x2d\x2e\x01\x55\xf1\x66\x43\x0e\xab\xde\x9c\x52\x91\xb4\xcb\x70\x2b\xdd\x92\xf9\xdd\x9e\xca\x4d\xed\xdb\x3e\x5b\x7f\xe1\xd6\xff\x4a\x5b\xaa\x6d\x16\xd3\xa1\x9f\x00\x7e\x58\x67\xf3\x05\x23\xe2\x0c\xcd\x20\x9f\x8a\x1f\xf2\xaa\xea\xe2\x40\x58\x6d\xd7\xb0\x19\x3c\xc8\x72\x7c\x5b\x1d\x08\x24\xd6\x39\xb1\x73\x0d\x3d\xfd\x54\xae\xa6\x2f\x67\xd9\xcc\x16\xa5\x2a\x35\xd9\xf1\x01\x4b\xbb\x64\x5f\x4c\x12\xfc\x57\xc0\x1a\x0e\xe3\x67\x3b\x89\xf9\xf1\x36\xf1\xb3\x77\x40\x0b\xf7\x76\xf1\xa3\xb9\xdc\xe3\xc7\x21\x7e\x16\xc8\x23\xd0\x86\x4f\xd1\x33\x7b\x2a\x11\x4e\xdc\x63\xe3\xf2\x06\xae\x88\xbd\xf2\x4e\xb3\x4d\x76\x8d\x15\xe5\xf7\xd9\x48\x2c\x84\x9c\xd9\x9b\x1f\x8c\x96\xcf\x4d\xa5\x0b\x74\xa0\x63\x74\xe0\x28\xc9\x2f\xbc\x33\xf8\x64\x64\x44\xf4\xb2\x06\x7a\x5d\x0c\x88\xa1\xed\xeb\xbd\xe5\xe5\x94\xf9\x81\xb0\x55\x7d\xfe\x5e\x89\x11\x2a\x22\xe3\xd7\x3b\x09\x13\x17\x8b\x41\xee\xff\xd0\xa6\xc3\x9d\x1d\xab\x82\x05\x17\x93\x13\xd6\xc6\x29\xc3\x85\x83\x52\x6e\xb1\xa0\xed\x1e\x90\x01\x6d\x84\xd4\x16\x3d\x21\xfa\x90\xed\x87\x65\x86\x76\x69\x73\x5c\x3a\x38\x07\xb7\x0e\x29\x73\x26\x0b\xec\x11\x9c\xaf\xf0\x83\x06\x14\x2e\xbe\xa9\xe1\xb0\x3f\x6c\x85\x1a\xb2\x29\x74\x6f\x74\xc4\x8f\x13\x01\xdf\x0c\x4d\x51\xbb\x80\xc6\xab\x90\x3a\x07\x9a\x61\xd3\xf7\xf4\x04\x6d\x0f\x36\x57\x4d\xdb\x9c\xd9\x3f\x83\xce\xf4\x9f\x40\x0d\xc1\x8e\x2d\x65\x99\xaf\xa1\x67\x6c\x82\x3d\x9f\x7e\xfa\x84\xae\xe2\x92\x87\x9c\x8d\xd0\xaf\xd4\xe8\x00\x3d\xae\x00\xe4\x4d\x4a\x15\x34\x65\x57\x49\x0c\xe8\x03\xf2\xd7\xce\x35\x23\x8b\x3f\x1d\x07\xee\xee\x0a\x85\xfd\x13\x7d\xd1\xd9\x60\xfc\x67\x96\xcb\x37\x3c\x61\x4c\x36\xdb\x17\xf4\x8b\x55\x2a\x2b\xbe\xe0\xe6\x7c\xf2\x1b\x68\x92\x95\x51\xd1\xe3\xba\x4b\x0a\x0b\x4e\xc7\xcc\xde\xd8\xe0\x49\x1b\x18\xfe\x46\x66\x78\xd6\x40\xa0\x78\xaf\xc2\x71\x84\xaa\xb8\x42\x8c\x00\x69\x1e\x0d\x9f\x7d\x8a\x80\xc3\xcb\x71\x83\xca\x5c\x07\x6e\x8e\x27\xe1\x84\xbc\x6c\x2b\x20\x58\x87\xe4\xef\xd9\x4b\x4e\xa1\x6b\x60\xf8\x92\xe4\x66\xaf\x4c\x65\x43\x6e\x8c\x17\x0a\xbf\x39\x90\xa9\xb1\xbd\x40\xb3\xcb\x87\xf4\x52\x73\x4c\xac\xde\x50\xcf\xb4\x3f\xf7\xea\xd6\xfe\x84\x0c\xaf\xc0\x65\xad\x30\x31\x1e\x43\xb0\x05\x86\x4f\x9f\x70\xf6\x3f\x66\x22\xc2\xbd\x71\xc4\x21\xbf\x72\x60\x5c\x25\xbe\x46\x7d\xc4\x96\x74\x4e\x75\x08\xd3\xe7\x3a\x7e\x5f\x90\x01\x30\x1a\xbe\xbf\x03\x26\xe9\x91\xdf\x37\xc8\x69\xa3\x95\xc1\xf1\xca\xe9\x5f\xb6\xcd\xe9\xe8\xf7\xf5\xb8\x4d\xce\x62\x00\x45\x5f\xe4\x86\x0a\x14\x34\x27\x51\xf6\x50\xc7\xee\x39\x26\xea\xa6\x4e\x1b\x82\x81\x3d\xf1\xeb\x2f\x98\xd4\xcd\x55\x56\x32\xed\x68\x95\xad\x2f\x76\xa4\x3c\xd7\x92\x1f\x56\x23\x5e\x1e\x8a\x4d\x16\x3e\x72\x8b\x77\xa3\xaf\xb3\xff\x64\xd6\x16\x35\x5b\xcc\x08\xdd\x43\x74\x5f\x13\x24\xf3\xf4\x05\xff\x49\xc8\xb2\x5f\x20\x19\x41\x2d\x61\xba\x98\xd0\xbf\x2f\x02\x38\xbf\x04\xc0\xf1\xf2\x4a\x74\x04\x74\x78\x85\x0e\x75\x2b\x67\x5e\x4d\xfd\x14\xf0\xf2\x9c\x4c\xe6\x81\x7e\x6c\x99\x60\xc2\x03\xa2\x70\x87\x44\x3c\x24\x97\xbe\xe6\x91\xdf\x6d\x02\xb6\x23\x0f\xbd\xee\xdb\x14\x43\x86\xeb\x97\x73\x51\x1c\x4d\x5e\xb8\x33\x0e\xc8\x62\xcd\x46\x3a\xae\x9f\xf5\xc4\xcc\xce\xc9\xc6\x5d\x82\x8d\x9a\xd4\x65\x76\xa2\x54\xcd\xf0\xb5\xb4\xf0\x2b\xea\x64\x51\x16\x6a\xc6\x07\xb3\xad\x89\x4c\x57\xdf\x7f\x82\x65\xd2\x0e\xa7\x09\x33\x6c\xd7\x8b\xee\xf8\xfd\x5c\x16\x6b\x34\x8b\x63\x59\xaa\xe9\xb3\xdf\x39\x31\x4a\xbb\x48\xba\xf5\x60\x4e\x46\x05\xe8\x77\x92\x3e\x55\xa2\xcb\x3a\xae\x90\x1c\x22\xa7\x64\xa4\xdb\x63\x1e\x02\x59\x46\x87\x86\xf4\xc5\x80\xda\xec\xdc\xeb\x5a\x47\x59\xa9\x19\x7a\x19\xd9\x0d\x7c\xbd\x47\xfa\x4c\x35\x9f\x76\x92\x42\x3f\x3e\x73\x54\xf0\xed\x63\x8c\x00\xd0\x5e\x40\x3b\x65\x2c\x61\xa9\x76\xeb\xd4\x37\x6b\x82\x49\x7e\x0d\x01\x73\xa1\xc7\xad\xdb\xdd\x57\x58\x6b\x79\xe0\xae\xef\x39\xa7\xae\x71\x9d\xf1\x45\x6f\x67\xc7\x26\xbd\xba\x9c\x63\x4f\xb7\xcb\x84\x05\x50\x43\xc4\x0c\xd5\x99\xb3\xc2\x85\x9c\xac\x16\x12\xec\x4d\xfd\x20\x19\xe5\x9e\x27\xbf\x60\x2d\xe8\xcc\x3c\x4c\x64\x89\x08\x80\xef\x9d\x06\x98\xea\xaf\x84\x5a\x6a\xfd\x06\x1e\xd1\x81\x16\xda\x13\xa7\x41\xe2\xb3\x1b\x45\xf9\x04\x1e\xc9\x11\x7a\x2d\x8f\xfa\x5d\x6f\x83\x0d\x5a\x9e\xf2\x4d\x78\x62\xbd\xca\x1e\xfa\xee\x33\x61\x3d\xb1\xb9\x33\x00\x50\xcc\x19\xa2\xc9\x9c\x74\x60\x9d\x19\xf4\x6f\x08\x8a\xaf\xb1\x4b\x08\xca\xe7\x4d\x98\x2e\xe7\x5f\xe8\x56\xb4\x94\xb9\x92\x01\xd6\xd8\x78\xd8\x16\xaa\x32\xe1\xcf\xed\x27\x59\xc1\x39\x69\xf2\x3b\xf4\xc5\x67\x58\x49\xcf\x2a\x02\x8a\x8a\x8b\x57\xad\xec\x56\x0a\xf5\x5a\xb3\x12\x3f\xc5\x56\x22\x10\xb4\xb3\xb6\x23\x2b\x67\xf7\x48\xb0\x42\x3b\x14\x44\x9a\xca\x76\xdd\xe6\x0c\x93\x99\x07\x12\x34\x29\x79\x5b\x46\xd6\x97\xd8\xc5\xaa\x04\x5e\x70\x89\x35\x2d\x57\xd9\x1a\xc6\x06\x3a\x4e\xf1\x0e\xa8\x5d\x63\x3c\xf5\x84\x18\xc0\x41\x75\x0e\x91\x06\x10\xdc\x4c\xa2\x1d\x7d\xc1\x93\x1d\x9e\xd5\x78\xb5\x5b\xd3\xce\xaa\xdd\xfa\x31\x32\xea\x4c\x24\x05\x63\x07\xd2\xb8\x29\x27\xb6\x4a\x03\xbb\xb2\x26\xf3\xd5\xe4\xbc\x8a\xce\xd1\x8e\x0c\xae\xdd\x83\x83\x40\xd6\x6a\x9d\xbf\x0b\x52\xdc\x5e\xd7\x79\xa9\x76\xac\x07\xca\x81\x44\x67\xee\xb3\xbe\x70\x02\xdb\xac\xd5\xb2\x68\x6c\x16\xc9\x26\x5d\xf1\x3e\xa7\x27\x79\x09\xd8\x92\x0e\x55\x57\x53\xcc\x46\xb1\x6e\x26\xac\x1a\xbd\xf5\x85\xaa\xc8\x35\xde\x4f\x48\x79\x67\x12\x8e\x9c\xa2\x32\xae\x9e\x02\x2e\x73\x34\x4b\xb4\xbb\x2e\xe5\x89\xfe\x45\xd5\x71\x8e\x27\x32\x57\x4d\xbc\x70\x2f\xf2\xd6\xb7\x5d\x21\x3a\x99\xfb\xab\xe9\x3b\x14\xd8\x38\x43\x38\x9e\x07\x3b\x3d\x43\x81\xf5\x85\xf1\x41\xb5\x97\xb9\x47\xf0\x7a\x7c\x6d\x91\xe6\x75\x60\xf2\x5e\x12\xf0\x11\x64\x2d\xda\x61\xa3\x80\xfb\x8b\x52\x62\x90\xab\x83\x81\x22\xe1\xac\x6e\x28\x5b\x06\xdf\xac\xe2\x2b\x94\x0b\xa1\xa8\x42\xd5\xc3\xd0\x02\xa8\x81\x3d\x74\x7d\x27\x27\x27\x1a\x73\x46\x4e\x6b\xa9\x35\xdb\x3a\x66\x20\xbc\x82\x8e\xb0\x2b\x36\xef\xa2\xef\x2b\x9e\x8b\x07\xce\xe5\xdb\xc2\xb9\x58\x28\xef\x00\xfb\x18\x89\x72\x0f\xdf\x36\x29\x6b\xab\x6c\xa3\xa8\x22\x3f\xdd\xf7\xd9\x09\x14\x77\xce\x83\x9e\x61\xd0\x23\xc2\xe1\x2e\xa9\xd3\xd5\xd6\x5d\xc9\xc6\x21\x7e\xb2\xa0\x55\x26\x30\xdd\x8b\x65\x5e\x6c\x8f\x32\x5b\x27\xbb\x05\xa5\x2b\x62\x69\x8f\x4c\xca\x63\xd9\x68\xc8\x04\x0d\x1c\xb7\x28\xea\x86\x40\x2c\xc6\xaa\x4c\xa6\x49\xeb\x2d\x5d\xe6\xac\x0f\xb8\x77\x90\xd0\x5a\xa8\xd6\x32\xd1\xd1\xbe\x10\xfd\x79\xed\xfb\x69\xb4\x97\xaa\x7a\xfc\xf9\xb0\xde\x55\xe4\xf6\x98\x9e\x51\xbc\xe8\xe4\xd4\x1e\x2f\x7a\x73\xc0\xba\x22\x96\x23\x03\x3f\x81\x90\xa3\xa4\xc0\x80\x96\xfc\x44\x2f\xab\x0d\xc9\xd7\x65\xec\x01\xb3\x89\xbd\xdf\x1c\x04\xe7\xb4\xeb\x8c\x5d\xa9\x62\x1a\x17\x22\x2f\xc9\x61\xc4\xde\xf9\x44\x13\xd9\x2a\xb6\x1b\x99\x77\x14\xc0\xe3\x02\x23\x3d\xeb\x09\xe7\x2e\xe9\x98\x32\xfa\x22\xbf\x1d\x79\x69\x24\xf5\x2d\xfb\x8c\xcc\xae\x95\x9a\x1b\x4d\x75\xc8\xe6\xc1\xb5\x01\xdb\xa7\x4c\xe2\xb4\x3f\x33\xcc\xb6\x5c\xaa\x74\x77\xce\x2c\x5a\xeb\x39\x5f\xa1\x9a\xa5\x2c\x59\x86\x52\xcd\x6b\xdf\x58\x00\x75\x91\x7b\x3a\x3a\xdd\x70\xf0\x4d\x2f\xa6\x2e\x72\x0c\xef\xc9\xb5\x5c\xd6\x0c\x7e\xc5\xa7\x3e\xe5\xbc\xa6\x62\x2b\x35\xeb\xf0\x4e\x8e\xfb\x1b\x15\xa9\x80\xa2\xbc\xe8\x9a\x9e\x27\x1c\xb7\xf7\x2f\x94\x9e\xb3\x6e\x1c\x1d\x36\x46\x25\x10\x05\x4a\x4c\x13\xbe\x41\x39\x36\x4d\xda\x14\x7c\x46\x7b\x52\xbd\x47\xdc\xfc\x53\xcc\x7c\xb8\x47\xe8\x52\x4f\x36\x85\x9d\xa0\xda\x94\x35\x31\x7c\x13\x38\x7b\x75\x84\xf5\xa0\xa2\xc2\x1a\x6b\xf4\x48\x2f\x04\xdf\x94\x0e\xa7\xe8\xbe\x40\xc1\x7b\xa4\x5d\xb1\x94\x10\xe0\x7b\x4b\x12\xb6\x56\x72\x27\x57\x14\x30\xdd\x21\x8b\xea\x52\x76\xf5\xec\x5b\x1e\x21\x18\xae\x64\x77\xd1\xc0\xe3\x85\xa4\x9b\x71\x09\x0f\x63\x3f\xa8\x82\xcf\xca\x29\x80\x87\x2f\x48\x62\x71\x1a\x40\x76\x6b\x59\x98\x8c\x0b\x56\xd9\x74\x84\x74\x58\x0a\xd0\x3e\x24\x7b\x7f\x58\x66\x6a\xd4\x5b\x2e\x06\x0a\x50\x8f\x13\x36\x48\xb8\xc2\x79\x85\xcf\x5c\x9b\xef\xa4\x4b\x2b\xeb\x0a\xf7\x7d\xcb\x96\x23\x1a\xee\x0b\x0e\x0d\xbc\x9f\xf8\x88\xc3\x61\x75\x38\x6d\xa4\x63\x35\x28\xb8\x95\x15\x7a\x06\x07\x79\x69\xc1\xfd\xb9\x33\x41\x94\xd9\x1e\x0d\xbd\x8f\x00\x18\xcc\x47\xfa\x88\xbc\x0c\xac\x57\xe5\xb0\x1b\x2f\xcd\x35\x6c\x89\xa5\xe1\xec\x7d\x0c\xf3\xd0\xf8\xa6\x8a\xaa\x03\xe3\x23\x67\x64\x43\x16\x50\xd4\x4e\xad\x10\x2e\xc4\xcb\x07\x47\x38\xbf\x01\x31\x75\xcb\x0d\x9d\x4c\xe2\x75\x6c\xc2\x3c\xee\xcd\x7e\xa5\x16\x3d\xf6\x85\xbb\xb4\xf7\x2d\xec\x87\x71\x09\x0b\x07\x8b\x94\x7d\x51\x95\x4c\xf2\x5c\x16\x5b\xd9\x85\x52\x27\x6b\x2a\x43\x3b\x3a\x0d\xe2\xf3\xc4\x90\xd6\x43\xe4\x21\xa3\xb0\x13\xd6\xae\xab\x9d\x05\xba\xd1\xc9\x64\xd8\x8b\x2d\xc7\x77\xf7\x38\x07\xba\x4c\x59\xf0\x03\x2b\xc8\xc5\x8f\x87\x46\x4b\x5f\x2b\xc4\xf9\x48\x4b\x12\x21\xd5\x84\x47\x33\xd0\x27\x81\x7e\x8e\x74\xd9\x4f\xda\xf5\xf4\x1b\x80\xbf\x63\x49\x06\x98\x1f\x9e\xc0\x13\x95\x9c\x95\xe7\xfc\x68\x01\x73\xf9\x8a\xe2\xa9\x6e\x7e\xa8\xc7\x76\xe2\xb7\x1f\xdb\xd8\xc2\x58\xbd\x97\x24\xb4\xdc\xec\xdd\x8d\xcf\xc0\xb3\x44\xb3\x1d\x6a\xf7\xf3\xa3\x89\x34\x32\x9c\x5a\xfe\x38\xae\xab\x2e\xfe\x37\x3f\x6f\x7c\xef\xcf\x15\xfe\xbe\x0e\x57\xf3\xf9\xbd\xc0\x9a\x8e\x05\xb1\xd8\x87\x1f\xe6\x8f\xf4\xd8\x3d\xa1\x5e\xff\x61\x69\xaf\xbe\x7b\x63\x64\x37\x1e\x51\xa5\x91\xb0\xa7\x72\x79\x97\xde\xbf\xb4\x21\x2b\x89\x8d\x59\xfb\xf9\xd3\xff\xf1\xa3\xeb\x71\x5f\x8d\xe1\x46\x8d\x19\x64\xc2\x85\x24\x6d\xcd\x6f\x4e\xca\xd5\xeb\x1b\x9b\xee\xc6\x67\xbe\xcf\xf8\x8d\x2d\x4d\x46\xfd\xa1\x50\x1f\xf8\x49\x74\x61\x14\xe1\x3a\xff\x75\x1f\xdc\xe8\xc9\xf7\x42\xd7\xa3\xf9\xc5\x49\xfb\x73\xb7\xae\x7e\xde\x38\xcc\x37\x9a\xfc\xde\xaf\xab\x8f\xfc\xf9\xe7\xef\x88\xc8\x8d\xed\xd9\x86\x93\xb8\x7a\xbe\xf9\xf3\x7a\x2e\xae\xbe\x7a\xe3\x9c\xdd\x18\xda\xef\x1e\xfd\x7d\x61\xfe\x93\x12\x37\x46\x7c\x5d\xe9\xcf\xd4\xe8\x6a\x31\xff\xfc\xf6\x77\x23\xa5\x4a\x0b\x4b\x85\xce\x12\x67\xbf\x0e\xfe\x7b\xb0\x6b\x18\x88\x09\x32\x2b\x81\x87\x18\x66\xfb\x94\x75\xb6\x2d\x9e\x60\xed\xeb\x17\x98\x83\x2c\xb2\x1b\x28\xb1\xd0\x9c\x54\x63\x9a\xe0\x11\x6b\xc4\xfc\x39\x0d\x2b\xe6\x04\x32\xf8\x7b\xa7\xd2\xf1\x93\xfa\x19\x5e\x39\x39\xcd\x44\xd8\x95\x44\x33\x63\xcd\x72\x5b\xcf\x73\x80\xd8\x6c\x54\x22\xac\xb2\xbd\xb0\x12\x7c\xf0\x39\x25\x16\xc3\x5c\x32\xb3\x29\x3d\x86\x55\x24\x23\xbb\x5d\x02\xfb\x83\xb6\xec\x19\xf1\xa3\x2c\x16\x14\x29\xda\xf3\x6e\x06\x9f\xdc\xee\x92\x05\x20\xe4\x6c\xb4\xb3\x03\x61\x57\x24\x33\x23\x0b\x79\x4a\xcd\x94\x66\x31\x67\x74\xd4\x2b\x66\x6a\x14\x14\xc6\x71\xc6\x5e\xa7\x0e\x6d\x2c\x92\x84\x3b\xe7\x39\xc5\x3a\xd5\xec\x10\x42\xf1\xe3\x0a\xff\xcf\x58\x60\xbe\xcc\xd9\x18\x1e\xf6\x13\xfc\x09\x26\xf1\x68\xcc\x7c\x84\xc4\x56\x97\x11\x9f\xed\xaf\x94\x71\x3a\x67\x7d\xff\x8c\x75\xa0\xf7\x14\x68\x06\x75\x4c\xee\xe5\xe7\xfe\x3c\xff\xad\x3b\xa8\x6c\xc3\x84\x2c\x7c\x36\xe8\xeb\x0f\x78\xc2\x7e\xc9\xcf\x59\x96\x28\xa4\xe6\x27\xdf\x80\xff\xdb\x51\x36\x7e\x9e\x9f\x3c\xb4\x54\xcd\xdc\xcb\xb7\x01\xc7\xa1\x08\x4f\xf1\x58\x99\x71\x9e\x90\x17\x49\x83\xb5\xa0\x2f\x89\xa6\xde\xf1\x8b\x18\xbe\x51\x5e\x0b\x30\xf6\x17\x4b\x41\x63\x59\x4a\x75\xb0\xd8\xa0\x28\xa7\x89\x8c\x1c\x5a\x55\xe4\x99\x14\x3b\x5d\x69\xc6\xae\x6f\x0c\x49\xe3\x1c\x94\x55\x60\xbb\x59\x0b\x44\xfe\x3e\xef\x10\xec\x7d\x21\x1e\xb7\x78\x3c\x8c\x37\x73\x85\xa1\xa4\xcb\x98\xa9\x4f\x3d\x9e\x87\x0a\x7c\xf0\x16\x66\xb1\x6f\x6d\xe7\x3a\x9b\x33\x2a\xac\x0d\x3e\x1a\xcf\xfa\x39\xcb\x84\xdb\x44\x01\x38\xea\xb6\x85\x25\x78\x45\x16\x32\x4c\x14\x23\x3b\xc8\x0e\x32\xd4\x6b\x41\xfe\x8e\x01\x76\x77\xb0\xc3\x2d\xc0\xf5\x8e\x00\x49\xd0\x80\x5a\x48\x6f\xaf\xa5\x9a\xf8\x10\x3e\x7c\x23\xdb\xb6\x37\x72\xe6\x83\x21\x9f\x47\x0f\xd5\x45\xc2\x95\x6b\x65\xfc\x5c\x0c\xff\x41\x5a\x63\x13\x9a\xee\x47\x7f\xf5\xf4\x3f\x14\xca\x3d\x40\x3c\x77\x59\xde\x65\x13\xa1\xe6\x2e\x07\x06\xa3\x11\x8a\x37\x53\x02\xff\x50\x2d\x2f\x6a\x8e\x5a\xea\x44\xff\xc4\x2f\x3a\xd1\xdb\x6e\x54\xb7\x1d\xbd\xe8\x26\xaa\xf5\xee\x68\xa7\x6d\x90\x43\x7b\x0f\xc5\x41\x0d\x91\x8b\x4d\x76\x60\x22\x6c\xfb\x28\x98\x36\x09\xf6\xe5\x72\xe0\x1a\x30\x2e\x21\xe1\xb1\x97\x9d\x26\xcd\x9c\x2b\xd7\x8e\xf6\xd2\x5d\x25\xf7\x4d\x8e\x2a\xe2\x91\x5f\xc9\xc5\xae\x23\xaa\x21\xcb\xd0\x66\xc1\x76\xdd\x47\xe4\x61\x09\xcf\xdc\xaa\x0f\x85\x0c\x7c\x74\xc8\xab\xda\x79\x8d\xf5\xed\xfd\x56\x34\x8a\xc8\x48\xd9\x31\x48\x00\x2e\x39\x3a\xd1\x1e\xa4\xf3\x34\x20\xd7\x35\x48\xef\x95\xe4\x2c\x78\x01\x22\x1a\x7b\x35\x9b\x6f\x02\x72\x0b\x45\x33\x83\x01\xe1\xd8\x61\xf3\x23\x2d\xf1\x50\x4f\xd9\x7b\xd6\x17\x0b\x5b\xaf\xde\xd2\x3e\x52\xf4\xec\xc2\x7e\x9f\x2e\x23\xa0\xc8\xb9\xbd\x61\xef\x08\x9c\xdc\xc1\x08\xb5\xda\x62\xd2\x7c\x03\x22\x47\x78\x66\x53\x30\x1c\x4f\x7a\x06\x42\xcc\x2b\x7a\x59\x4e\xd8\x3b\x6f\xbe\xe7\x71\xfd\x8e\x9e\xd9\x08\xe5\x19\xac\xb6\x01\x05\x7e\x51\x93\x65\x9b\x9a\x5c\xcb\x1d\x9a\x9c\x72\x93\x03\x13\x16\xe5\x95\xad\x08\x79\xd6\xc9\x30\xe8\xbe\x2f\x6a\x76\x43\x96\xd1\xfe\xe0\x95\xed\x29\x71\xfb\x84\xd1\x63\x86\x8e\xe3\x38\x20\x9b\x87\x79\xc6\x09\xa3\x11\x84\x4d\x43\x93\x6f\x30\xff\x14\xce\x6c\x9f\x6b\x33\xf2\x19\x39\xa3\x90\xf3\xbd\x0d\x78\xe2\xa9\x9c\xc3\x17\xdf\x5b\xcc\xc8\xbd\xf9\xbe\xc2\xeb\x16\x52\x68\x7d\x95\x92\x40\x6c\xac\x0c\x7b\xc5\xe3\x5b\x9f\x2f\xfa\x84\x0f\x4f\x6c\x86\xc9\xbb\xa6\xc6\xd0\x98\x59\x1e\xb9\xc2\x98\x2f\x80\x52\xb2\x55\x3b\x70\x90\xa7\xd6\xa3\x9c\x20\xf7\x8c\x82\x55\x95\xec\x24\xed\xc2\x2f\xd5\x23\x64\xbb\x36\x7c\x4b\x6b\xaa\x4a\x26\xfa\x36\xe7\x2a\xea\xc6\xbe\xc0\x0c\x17\x89\x33\x60\x2f\x38\xa2\x36\xdb\x16\xce\xdc\x5a\x26\x46\x17\xe1\xdc\x8e\x65\x25\xfd\xa1\x90\x3e\x51\xf8\x97\x4f\x74\x40\xe6\x6c\x60\x58\xc3\x25\x05\x7e\x3a\xb9\xe4\x50\xd5\x54\xc2\x1b\xb4\x06\xcd\x6e\x9e\xfd\xe8\x4e\x33\xc9\xba\x42\x4a\x58\x88\x25\x01\x10\x40\x85\xad\xd8\x6c\x92\x19\x83\xe0\x7e\x5c\xac\xc8\xec\xd3\x83\x41\x97\x81\x18\xf8\x3c\xbb\x64\x58\xbf\xcb\xe1\xd7\x82\xae\xad\x82\x3c\xe2\xa7\x47\x04\xb3\x3f\x85\xc7\x2a\x62\xcb\x1e\xb9\xa2\x59\xa2\xac\x23\xbc\xd0\xce\xfa\xe2\x6e\xfd\xd3\xd6\x40\x85\x23\xed\x89\xa9\x35\x43\x4c\x80\x07\xee\xef\xf3\x95\x6e\x80\x03\xef\x89\x9d\x9d\xf8\x12\x97\x34\x5f\x9a\x8f\x29\x48\x21\x6c\x9e\x29\xa6\xcc\xe3\x98\xe5\xcf\x42\x7a\xb1\x80\x53\xf4\x72\xa1\xaf\x3a\x73\xe0\x3d\x92\xfd\x69\x42\x34\xff\x24\xb9\x7e\x91\xb0\xe8\xd4\x86\x43\x5b\xfb\x75\x68\xaa\xf0\x19\xc5\xa8\x65\x7e\xf5\x13\x8e\x48\xe4\xde\xd8\xc7\xad\x7a\x57\x91\xc1\x57\xd6\x13\xfe\x4b\xd1\x37\x6e\x71\xc5\xa6\x5b\xbc\xb0\x75\x63\x07\x6b\xaf\x37\xbe\x60\xc5\x0f\x33\xb6\xb7\xed\x67\x40\xcc\x42\x3e\xd1\x2c\xc0\x76\x1d\x61\xd3\x6d\x72\x91\x01\xd7\xe3\xf3\x5e\xd2\x6b\xaf\xde\x8f\xa3\xc4\xf0\x6c\xd2\x94\x8b\x8b\x34\x5b\xb4\x3e\x23\xd6\xdf\xbe\x6f\x24\x1e\xc0\xc0\xc9\xbe\xe0\x97\xe2\x8d\x5d\xdb\xe0\x5d\xcb\xab\xa4\x1e\x1c\x74\xc9\x23\x9f\x51\xf6\xfe\x76\x1e\x85\xe9\xa8\x6a\x99\x0d\x1a\x77\xce\x60\x62\x1d\x64\x9d\xe6\x4c\xb4\x81\x64\xd4\xde\xf4\x12\x25\x7b\x55\xf2\x1a\xac\xf1\x2a\xf2\x2a\x0d\xa6\x7f\xe8\x5c\xa8\x16\x1c\x7a\x47\xb4\x2e\x75\x34\x88\xf4\x39\xac\x2d\x5f\xd0\x21\x39\x59\x1d\x0a\x46\xe9\xb1\xe6\xb8\x66\x5c\x3a\x53\x57\xc1\x42\x99\x1b\xa4\x68\x31\x42\xd5\xe5\x92\x24\x74\xec\xae\x04\xc1\xa1\x5d\xf2\x0c\x35\xf7\xe1\x87\x66\xbb\xd8\x3d\x75\x2b\xda\x3d\x14\xad\x5f\x4a\x6d\x3f\x75\x67\x28\x21\x88\xd4\xd6\xa0\xad\x1d\x8a\x3f\x12\xa9\x9d\xca\xc0\xbf\x0b\x09\xab\xa2\x9d\x58\x58\x21\x3a\x54\x45\x9a\xea\xd0\xee\x64\x56\x0c\x5f\x15\x8f\xd5\x15\x53\x19\xaa\x29\xd1\x7d\xe3\x78\xbf\x27\x62\xb4\x92\x86\x6f\xa3\x85\xc9\xe0\xc7\x32\xd6\xbd\x90\x63\x8c\xe1\x49\xe2\x7f\x88\xeb\xd0\xa3\x13\x24\x56\x32\x57\xd2\x13\x36\xe3\xd7\xcf\xd8\xae\x10\x35\x64\xf2\x34\xe6\x95\x9a\xde\xed\xc0\x5b\x69\x21\xa0\x75\x37\xad\xff\x92\xd3\x8b\x55\x9d\xeb\x31\xd4\xa5\x1b\x9c\xff\xce\x71\xac\x80\xea\xc9\xbf\xcb\x63\x84\xd3\x55\xf8\x77\x91\xdf\x97\xf8\x77\x7e\x4c\x33\xd6\x2d\xf0\xef\x2d\xb7\xb7\xe3\xdf\x2b\xd0\xb3\x41\x68\xea\x07\x70\x0f\x2a\x21\x22\xab\xb3\x18\xe3\xf7\x92\xdf\x57\x03\xb4\x5f\xe3\xf7\x9a\x3a\xea\x13\x36\x22\xd7\x11\xf2\x69\xe8\x13\xb6\xe0\x23\xe7\xad\xf4\xe0\x48\x69\xef\xe4\x4f\x0f\x7a\x24\xb2\x0f\x84\x5d\x32\x4f\xb4\xb8\xa0\x67\xf8\x62\x1e\xb4\x01\x0b\x60\x9f\xcc\x03\x9f\xf1\x19\x0e\xe6\x81\xab\x39\x3d\x5f\xd8\x9b\x1f\x4b\x70\xa3\x73\x49\x3a\xb6\x85\x04\x2f\x37\x3a\xb1\xae\x58\x0f\x84\xa0\x42\x92\x0f\x06\x08\xa2\xee\xe7\x2c\xf3\x14\xe3\xbf\xa7\x9b\xe8\xb3\x04\x19\x98\xd0\x69\xe1\xab\xe9\x8d\x19\xb7\xf2\xc5\x30\x14\x94\x89\x90\xb9\x88\xab\xb7\x74\x07\xaa\x82\x3c\xdd\x7c\x4b\x11\xda\xde\x5c\x99\x95\x34\x2b\xf1\x1a\xb1\x80\x76\x49\x2e\xaf\x96\x0d\xd9\x66\x71\xbe\xed\x92\x34\xab\x68\x56\xf9\x2d\x62\x04\xed\x40\x85\x57\x5b\xe2\x23\xe2\xee\xec\x86\xdc\x5d\xed\x1f\xe6\x9a\x88\x93\xb2\x6b\xb2\x70\xb5\xdd\x96\x09\xa6\xca\xae\xc8\xd2\xd5\xee\x0c\x13\xfc\x95\x5d\x90\x95\xab\xcd\x0c\xc7\x31\xb0\x81\x76\x45\x9a\xbd\x6d\xf6\x3e\x5d\x51\x83\x61\xb6\xa8\xd4\xc6\x82\x54\xec\xce\xff\x9f\x1a\x20\xfb\x07\x35\xc0\x62\xc5\x8c\xc9\x92\xa7\x18\xf3\xa3\xf7\x50\x24\x65\x77\x43\x90\x7c\xa7\xd0\x86\xc3\x4e\x2c\x23\xaf\x5c\xe8\x9f\xd8\x03\x5c\x4b\xc8\xb0\xb5\xaf\x64\xcd\xfe\x51\x40\xbe\x40\x6a\x5a\x21\x40\x35\x53\x34\x5d\x60\x8c\x8d\x3c\xc2\xc6\xc9\x5b\xc1\x2e\xb5\x6a\xff\x6e\xf6\x09\xa0\xe5\x1c\x72\xe6\x95\x48\x00\x5d\xc8\x13\x90\xec\x34\x4b\x5f\x92\x67\x20\xfd\x5f\xe2\x67\x1b\x89\x4c\xea\xc3\x5d\xf4\x4c\xf4\x4f\x38\xbd\x01\x28\xf4\x6c\x82\x78\x44\xbd\xbf\xbf\x38\x0e\x5f\x09\xf5\xa1\xd8\x89\x03\xdf\x54\xec\x7a\x01\x2f\x19\x65\xb2\x00\x91\xa5\xf4\x94\x48\xc7\x03\xf6\xb7\x2c\xb3\x7d\xe1\x33\x54\x02\xc8\x10\x05\xcd\xf6\x76\x60\xf8\xba\x7b\x72\xf9\xb4\x97\xaa\x36\x66\x54\x66\x3e\x30\xa4\x17\x68\xf0\xc3\x63\x39\x12\xc6\x84\x5b\x87\x4d\xb5\x8b\x1d\x94\xa8\xe6\x09\x7b\xa3\x4c\x95\x3b\x83\x27\x67\xbf\x61\x29\xc7\x01\xbc\x49\xe9\x7e\x0a\x82\xb8\x61\x5f\x53\xe2\x13\x87\x43\x4e\x4c\x29\x2d\x61\xc8\x29\x17\x9b\xe1\xd6\xa5\xdc\x6a\x5d\xf8\xf0\xc1\x66\xa1\x1e\xf7\xac\xb7\x84\x2b\x0a\x67\xd8\xeb\xcd\x30\xac\x1e\x3c\x03\x29\x6f\xc6\x23\x0f\xb9\xb7\x45\xc9\x17\x32\xaa\xf7\x0f\xe0\x63\xbf\x80\x08\xab\xc9\x05\x39\xc5\xe9\x77\xef\xb8\xbd\x69\x3e\xe0\x5d\xb8\x8d\xaf\x10\xb5\xb3\x2b\x3c\xd4\xed\xbd\x2e\x87\x18\xa2\x37\xaa\x83\x39\x7c\xe3\xb8\xf1\xb8\x4b\x7a\xcd\xec\x13\x57\xab\x82\x24\xe6\xa9\x1e\x01\x5f\x0a\x1c\xda\x0f\x06\xf1\x00\x86\x76\xd6\x13\xb3\x56\x43\x6f\xd5\xa0\x25\x88\x4b\xec\x07\x39\x8e\x29\x35\xd6\x45\xcd\xd8\x59\x70\x3a\x9b\x5f\x4d\x19\x45\x81\xcd\xe5\x47\xaa\xe2\x98\xe9\x5a\xb6\x4f\x74\x25\xf8\xb6\xf4\xea\x9f\x97\x5e\xdd\x58\x7a\xf5\xf7\xa5\x57\x37\x97\x5e\xdd\x58\x7a\xff\xfb\x30\x26\x4c\x5a\xc8\x5f\x41\x6e\x02\xf3\xf9\xb6\xb0\x9f\xdd\xdb\x5d\x49\xec\x24\xf5\x61\xe6\x6a\x1b\x30\x58\x4b\x47\x5f\xf0\x20\xec\xd1\x47\x16\xe3\x44\xd8\x4c\x25\xe0\xe0\x29\x2f\x55\xb1\x44\x47\xd8\x3e\xc9\x33\x2e\x8e\xa8\xb2\xbe\xf6\xfa\xd0\x9f\xab\x86\x3c\xf1\xf7\xd2\x23\xa5\x99\x2d\x70\xd0\xe5\xc1\x4f\xce\x58\xb7\x0b\xda\x71\x09\x92\x3b\xad\xb3\x2e\x80\xdb\x7d\x0f\xf3\xcc\xed\x16\x20\x19\x17\xd2\x93\xd6\xee\xe8\x7b\xb6\x22\xcd\xe3\x2a\xf5\x46\xdd\xd7\xd2\x3b\xb0\xb7\x03\xf0\xc9\x41\x56\x2f\xe9\xb1\xef\xf9\xd6\x86\xc0\xca\xd6\xf7\x15\x49\x03\xaa\x06\xaa\x15\x70\xbf\x33\x32\xd9\xc3\x2a\x64\xad\xde\x8c\x5d\x33\x4e\x70\x04\x81\x7b\xac\x0f\x3b\xbc\x9a\xda\x55\xf8\x48\x81\xe2\x73\x5c\x18\x52\xfc\x77\x2e\x89\xaf\xd1\xf5\x0f\x1a\xde\x9f\x65\x70\xfd\x58\xe6\x8b\x9a\x1f\xea\x30\xfa\xb8\x23\xd4\xfb\xbc\x93\x9a\xc1\x5c\x8e\x77\xd7\x23\x86\x38\x3b\xa6\x87\x68\xd8\x0b\x2c\x2f\x80\x51\xd9\x87\x70\x1f\xb2\x26\xfb\x92\x3a\xe8\x1d\x3d\xdb\x2b\x29\xd4\x52\x21\x0d\xde\x34\xb5\xac\x8c\xf3\x08\xad\x31\x47\x3b\xc3\x17\xb4\x5b\x4f\xcf\x06\x64\xa0\x83\x45\x80\x7a\x00\x33\xe8\xe6\xe0\x9c\xde\xc9\xe0\xdb\xf4\xdb\x33\x81\xbf\xfe\xba\x05\x77\x2d\x10\x77\xcd\x18\x3a\x35\xe0\x9b\x46\x15\xc9\xd5\x61\x2a\xe7\xaf\x37\x37\x0c\xa9\x10\xba\xdd\x1f\x36\xcb\x48\x38\x4b\xa5\xef\x1c\xf8\x34\x2b\x71\x40\x2f\x18\x2f\xf8\xfa\xeb\x9a\x70\x63\xa6\x42\x06\x65\x21\xdd\x30\xfe\x46\x84\x5a\x63\xc5\xcc\x02\xf7\xc7\x2c\x56\x81\xa8\xd5\xfb\x32\x93\x3e\xfa\xe4\xd8\xe1\x9c\xe4\x24\x7d\x8a\x8a\xc9\x6d\x58\xc3\x1a\x21\x68\xd5\xe5\x76\x75\x03\xba\x44\x7a\x29\x7e\x9a\x78\xd2\x1f\x6e\xec\x52\xfa\xeb\x89\x29\xf4\x85\x55\xa0\x84\x95\x50\xd8\x4e\x18\x45\x23\x39\xbe\x12\x6f\x53\x42\xc9\x53\x8d\x7f\x19\xa0\x1d\x5e\x0f\x50\x5f\x3b\x44\xc8\xfb\x9a\x1b\x08\x26\x57\x64\xc2\xd7\x55\xde\x53\x35\xaa\xa9\x1a\xd4\x31\x76\x11\x44\x2f\xab\x1c\x84\xc2\x81\x82\xa4\x17\xa8\x7d\x1f\x45\x59\x32\xac\x60\x2d\x3d\x43\x63\x19\x07\x86\x86\x80\x83\xab\xd8\x97\xa7\x5b\x43\x2c\xc0\x8d\xcd\xcb\x11\x37\xd5\x3d\x93\x88\xad\x3e\xae\x47\x7e\x42\x48\x7a\x28\x8b\xfb\xf4\x01\xcc\xa4\x48\xe4\xf2\x17\x63\xd7\x47\xfb\x28\xe9\xe6\xd4\x1b\x82\x3d\x39\xfd\xcc\x23\x08\xc3\x8f\x4b\x96\x91\xec\xab\x34\x4f\xd5\x98\x5b\xdf\xd7\x8e\x4c\x82\x57\x8b\x34\x1b\x2b\xf6\x99\x20\x50\x7c\xdc\x04\x15\xda\x86\x55\xf8\xed\xcd\xa5\x97\xe0\x22\xd4\x9b\x61\x10\x98\xab\xe8\x4e\x21\x0c\xb5\xbd\xe8\xde\x24\x11\x93\x36\xf2\x92\xde\xa9\x7b\x32\x38\xd2\xa5\xfd\x71\x7d\x99\x9c\x93\x37\x11\x66\x9f\xbd\xf4\x2e\x9c\xf3\xa7\x90\xbe\x3d\xcc\x55\x6b\x7e\x9f\x26\xca\x44\x38\xa8\x86\xaa\x4f\x39\xb5\x54\x85\x9d\x59\xcf\xd0\x25\x5d\xac\xe4\x2f\xa3\x59\xa2\xa9\x3d\xa6\x88\xfc\xaa\x00\x0f\x8d\xf7\x03\x74\x88\x2b\x00\x12\x1c\x26\x69\xba\x42\x9a\x48\xbb\x21\xcd\xf3\x6b\x9a\xc4\x09\xdd\xf6\xd6\xcf\x57\x58\xa0\x82\x74\x1f\xe7\x8f\x28\xd4\x60\x1d\xfd\xc2\x46\x8e\x01\xa8\x73\x2a\x84\xec\xd6\x06\xec\x27\xb3\x84\x63\xb9\xc3\x4d\xd0\x46\x7c\xad\x91\xf5\xbd\x0b\xe3\xce\x93\xf7\xdd\x07\xcf\x60\x72\xfb\xbd\xeb\xdd\x17\xdc\x11\xd9\x99\xdd\x05\x2a\xc7\x22\xad\x16\x06\x4c\x6a\x30\xb5\x91\xfc\xd8\xa8\x7c\xf4\xdb\xb5\x52\x05\x8f\x75\x3e\x48\xce\x3c\xd4\x4b\x90\x90\x16\x27\xd4\x04\x9d\xe2\x4b\x02\x93\x64\xcc\x7b\x0c\x02\x8c\x43\xa0\x7a\x24\x4e\xb6\x44\xd5\x08\x35\xb5\x71\x84\xa7\x36\x8e\x3c\x2e\xec\x22\x63\xb6\x91\x22\xe1\xd2\x8c\xaf\x36\x84\xf3\x50\x53\xc2\x83\xe9\xbb\x80\x3c\xb1\xc7\x16\x9c\xb7\xa9\x98\x9d\x28\x15\x4b\x63\x4b\x24\x19\x59\x00\xbc\x20\xf0\x7e\xb6\x50\x42\x2c\x45\x79\x4e\x09\x6f\x6f\xd0\x1c\x6a\xdb\xf4\x4e\x5d\x9a\x63\x10\xe5\x51\x3c\x48\x57\xf3\x2a\x10\xba\xd2\x5d\xd1\x4c\x92\x43\x27\x6f\x15\x45\xfd\x80\x6d\x7e\x60\x48\xe4\xd8\xdb\x37\xbc\x87\x87\xe3\x5e\x0a\x71\x96\x5b\x70\x0f\xed\x39\xe2\xf9\x09\xbf\xd4\xae\x61\x0f\xd5\xa1\x03\x6c\x17\x78\x5f\x9e\xc9\x23\x73\x44\x11\xa7\xd6\x52\x15\x8b\xd7\xfd\xa3\xf8\x5a\x9e\x3a\x8a\x67\x44\xe6\x85\x07\xc4\x38\x0e\x79\x5a\x18\x48\x6f\xdd\x22\x5e\xba\xce\xb5\x77\x7c\x41\xa5\xe2\x21\x91\x74\x78\x4b\xf4\xfb\x8d\x42\x22\x3f\x2f\x2a\xa4\x69\xfa\x7f\x7e\x18\x7f\xf6\xc3\x08\x54\xfe\x9f\x35\x99\xdb\x19\xd6\x60\x37\xc3\x01\xde\xcf\xe8\xb2\x1b\x1d\xf8\xf7\x71\x86\x03\x7d\xe2\xdf\x67\x7e\x7f\xe1\xdf\x79\xae\x5f\xe0\xdf\xc5\x19\xc8\x69\x89\x7f\x97\x67\xa0\xcf\x95\xd9\x6d\x4d\xe5\x7e\x8a\xf7\x87\x29\xb7\x37\x01\x91\x29\x4c\xb8\xfc\x54\xb1\xad\xa0\xc6\x25\xc6\x33\xc5\x1e\xac\xc1\xec\xb6\xf6\xf4\x5a\x5b\x5a\x9d\xa1\xcd\x1a\x97\xaf\xa3\xcf\x24\x02\xe5\x9e\xa1\x52\xbf\xa5\xb1\xd8\x3f\x65\x23\x3b\x7a\xa5\x26\x93\x96\x74\xcd\x03\xb0\x23\x7c\x92\x91\x77\x8d\x0b\x31\xf2\xe6\xaf\xd2\x05\x66\x0c\x35\x8e\x78\x0d\x5d\x60\x7b\xc5\xfc\x32\x87\x81\x4b\x4c\x17\x58\xa7\x0b\x0c\x70\x42\x10\x19\xa5\xdf\x97\x6f\x70\xcf\x10\x56\x43\x14\xf0\x6e\xb2\x30\xf1\x07\x8e\xdf\xb9\x40\x5c\x6c\x07\xbc\xcf\xa7\xdf\xf7\xd1\xbe\x27\xfc\x50\x01\xeb\x92\x72\xe0\x7a\xbb\x84\x36\xc5\xab\x90\x9d\xfb\xc5\x08\x23\xfb\x8c\x61\xd7\x6d\x61\xbf\x99\xa7\x79\x3f\xd2\x5e\x98\x0b\x66\xff\x95\xe5\x24\x32\xf6\xdb\xe1\x0b\xb7\xb4\x15\x3f\x0a\x70\x6e\xf6\x93\x18\x76\x71\x1e\x5d\xa0\xf9\x58\x7c\x5c\x59\xe4\xea\x30\xb7\x44\x23\x97\x3c\x0f\x5b\x6c\x07\x2f\x17\x44\xee\x62\x04\x5d\x68\x37\xd4\x39\x52\x0c\x22\x04\xdd\x5d\x23\xa0\x83\x82\x1f\x8b\xb4\xbb\x96\x08\x4f\xf1\x66\x40\xf8\x3c\x20\xfc\xc7\xad\x59\xd1\x18\x63\x1b\x31\x67\x34\x8b\xcc\x8f\x76\xc5\xbe\x34\x64\xec\xdb\xce\x70\xde\xae\x1e\x80\xfd\xa7\x1e\xf2\xd1\xb5\x03\x2b\xd5\x43\x8a\x38\xb3\xcc\x34\x76\x84\x1d\x48\x00\x8f\x11\x6a\x5a\x6f\x4c\xf7\xc3\x2b\xcf\x2a\x4f\x34\xa9\xff\xe7\x72\x7a\xff\x1f\x74\x83\x3d\x4f\x95\x50\x9b\x1f\x3b\xb2\xff\xd2\x7c\x41\x20\x6b\xaf\x71\x47\xaa\x64\xf4\x7f\xe5\xb5\xe4\xe5\xe5\x1c\x47\x8d\x8f\xff\xa0\x23\xe4\x22\xa8\x84\x9a\xfe\xd8\x8d\xb1\x85\x6e\xe4\xed\xb8\x1b\x05\xda\x8f\xaf\x81\x95\xdc\x52\xdc\x8d\xc3\xad\x65\xe9\xcc\xe5\x39\xfd\xe9\xde\x3e\x48\x88\x5b\x44\x89\x29\x8e\xc3\x82\x9d\xe9\x83\x64\xa2\xa3\x14\x06\x7a\x48\x4d\x15\x69\x82\x7b\x25\xec\x4f\x7f\x3d\x65\x29\xa7\x49\x46\xb2\xcf\xac\x23\xb6\x76\x41\x36\x12\x24\xc9\x9c\x11\xf7\x8b\x3d\x77\xec\x88\x9d\x77\xb3\x0e\xa5\xe5\xd7\x67\x0c\xe8\xa7\x25\x20\x5c\x6d\x96\x26\x7a\x9b\xc0\x25\x11\xf5\x59\x24\x89\xb6\x6d\x74\x6a\x0d\xf4\x60\x0f\xdb\x5a\x17\x07\xd0\x3e\x28\xf2\x83\xe2\x1b\xdd\xbf\x7c\x45\xdf\x57\x0f\xd4\xce\xe0\x35\xdb\x16\xa1\x14\x55\x40\x3f\xd0\xfd\x44\x1d\xe9\x85\xa4\x3c\x89\x97\x69\x1d\x70\xf0\xbd\x59\x26\x46\xc5\x55\xcb\x1f\x97\x69\xf6\x8a\x65\x3a\x3d\xc6\xcb\x74\x24\xc9\xe3\x95\x05\x8f\xd9\x6b\x72\x99\x2e\x2f\xb7\x76\xcb\xeb\x91\xbe\xbc\x91\xb4\x39\xb7\xb2\x42\x90\x66\xaa\x69\x66\xd5\x10\x7e\x9a\x55\xb6\x29\xce\x2d\xa6\x5a\xfa\x93\x5b\x0b\x29\xab\x61\x88\x80\xd9\x94\xc5\x73\x78\xdb\xad\x40\xa1\xaf\xe7\x72\x8d\x9b\xe6\x9a\xee\x36\x70\x05\x74\x69\x08\xf6\x45\x6f\xe5\x3b\x71\x9c\x70\xf0\x37\xc2\x3c\xe8\x93\xee\x33\x7d\xec\x5e\x6f\x66\xff\x24\x67\x24\xb7\x34\xcd\xfd\x64\xee\xaf\xc4\x66\xc0\x6d\x7d\x46\xaf\x8b\x36\x7b\x2d\x75\xa3\x8d\x60\x64\xee\xf7\x7f\xe9\x35\x88\xfd\x65\x99\xec\x74\x25\xdd\xe9\x1a\x78\x08\xfa\xa2\xfb\x46\xdf\xba\x9f\xe9\xc9\xf6\x4b\x72\x6f\xa7\x7a\x6d\x6e\x61\xea\x35\x33\xf8\x8c\xd7\x06\xaf\xfe\x89\xe4\x18\x6c\x12\xfb\x58\x8d\x94\x16\x3b\x39\xf3\xe0\x1f\xf7\xf1\xf5\x28\x70\x27\x1e\x52\xa3\x20\xb9\x3b\xde\xdc\xa7\x83\x4c\xec\x6e\xa0\x8e\xda\x7a\x7b\x3f\x98\xdd\x4d\x3a\xdc\xbd\xa4\x2e\xfa\x05\x49\xbd\x7b\x1c\xeb\x2b\xb0\x73\x41\x5e\xab\x68\x9c\x31\xff\x41\x23\x65\x45\x03\x35\x80\xed\xd6\xa3\x0d\xe4\x57\xb0\x3e\x21\x5f\xa0\x25\x44\xef\x30\xdc\x02\x3b\x93\x1c\x19\xba\xff\x3f\x39\xb1\x27\x44\x3b\xf5\x01\x50\x84\x96\xea\x52\x8f\x6a\xa7\xcc\xb0\x1e\x20\xcc\x52\x87\x7a\x95\xeb\x63\x6b\x26\xb2\x31\xbe\xba\x6e\x2a\xd6\x1f\x2f\x44\xf8\xe0\x18\x59\x71\xce\xca\xc4\x05\xa2\x78\x75\x4b\x7b\x76\x95\xda\xa7\xfd\x70\x7c\x61\x87\xbf\xbb\x08\xbf\x77\xcd\x90\x94\xd2\x8f\x24\x85\xbf\x6f\x64\x73\x5b\xa8\x93\x3c\xa6\xba\xc6\x98\x8a\x57\x05\x4d\xd2\x27\xfb\x65\x62\xfd\x27\x3d\xe3\x49\x53\x95\x3f\xf5\xac\x47\x44\x2c\x86\xb8\xee\x9d\x09\xf9\xe9\x35\xd5\x25\x98\xe8\x43\x59\x68\xdf\x26\x76\xf4\xe9\x83\x2a\xea\xf3\x77\x54\xa1\x82\x44\x13\x53\xbb\x88\x55\xa6\x8d\x59\x8a\x5c\x29\xe2\x7b\x64\x0f\xff\x24\xec\x4c\x68\x28\xba\x0c\xe8\x04\xa8\x17\x93\x6a\xe6\x2f\x67\x0e\x6c\xe0\x86\x61\x64\x68\x10\x76\x2d\x4d\x39\xd0\x10\xbe\xe8\x42\x1b\x72\x4f\x64\xda\xaf\xc8\x05\x3a\x5e\xbb\xe2\xf9\x93\x64\x7a\x98\xa0\x77\x04\xe3\xd4\x66\x7a\xc7\x21\xb1\x49\x55\x38\x05\x77\x32\x94\xf0\x6a\x4f\x86\x5a\xd8\x21\xdf\x43\xf4\x70\x6f\x4c\x54\x5d\x4e\xd2\x22\x9e\x57\x78\x83\xb9\xe2\x74\x3d\xcf\x88\x42\x55\x27\x39\xab\xdc\xe0\xdc\xf5\x2d\xdb\x13\xe2\xb9\x82\x52\xee\x75\x21\xf8\x2e\xd6\xe4\xfa\x9b\x58\xe0\x99\xd4\x86\x2e\x03\x34\xfd\x7c\xde\x0d\x8d\x88\xe6\x15\xa8\x22\xcd\xdb\xb4\xec\x9d\x11\x94\xfd\xb2\x1b\xd1\x5e\xf5\x5c\xd1\x1f\xa9\x12\x29\xa8\x45\xa4\x00\x30\xc7\x34\x95\x33\xb9\xbc\x22\x05\x19\xf6\xa3\x38\x99\x4d\xcd\x8e\xe5\x7f\x60\x3c\x17\x2d\xdc\xe0\xed\x78\x4f\xe3\xfe\x5e\xb6\xcc\xfb\xc4\xfd\x5d\x68\xfe\xfd\x68\x7d\xeb\x84\x39\x59\xcb\xef\xe4\xa8\x0e\xe7\x0c\x82\x32\xf7\x4c\xb0\x7c\x39\xe5\x5f\x78\x82\x7e\x66\x9f\xe3\x74\x22\x09\x37\xc3\x0a\xd2\x8d\x95\xb0\x26\xec\xd1\x09\x3f\xc3\xa7\x08\x9f\xf8\x6e\x07\x1b\x9c\x8f\x5b\xe3\x82\xcc\xfa\x93\x52\x72\xc2\x3b\x61\x99\xf1\x86\x56\xf0\x88\x9a\x91\x0b\xe1\x4e\x6d\xa0\x74\x3b\x30\xcc\x59\x55\x12\xd0\x8a\x26\x8a\x7b\x37\xdb\x66\xeb\x34\xcb\x4b\x4e\xae\x04\xff\xe2\xe6\x1a\x9e\x48\x65\x16\x38\x72\xcc\x90\x70\x23\x79\xca\x30\x4d\x8d\xd4\xbf\x37\xa2\x7b\xdb\x11\x6e\xa5\x79\x7b\xaa\x5f\xe1\xaa\xd8\x50\x74\x7b\x67\x54\x49\x6a\x29\xd1\x07\xd0\x5f\xc0\x11\xa8\xb1\xdf\x0c\x92\x9e\xcd\xf8\xd4\x03\xa8\x9f\x5e\xb7\x0f\x38\x86\x70\x12\xeb\x34\xec\x98\xeb\x00\x95\x77\x6f\x19\x17\x48\xee\x6c\xef\x70\xf5\x2f\x80\x83\x0f\x6f\xe8\xb7\xbf\x55\x25\xd6\xca\x54\xcd\x80\xb6\x40\xc0\xfc\xfa\x5b\x55\xcd\xdf\xa4\x3f\x3a\x28\xd9\xec\xbf\xfc\x97\xaa\x9a\xa9\x30\x55\x57\xc0\x82\x2a\x7c\x4f\x16\x79\xb3\xaa\xa6\x8d\x13\x99\xfa\x6c\xef\x04\x6e\x7d\x46\xfa\x32\xf6\x91\x80\x43\xab\xba\xcb\x76\x44\x93\xa5\x88\x0c\x84\xca\x84\x1c\x61\x87\xea\x3e\x31\x5b\x8f\x35\x13\x4f\x41\xdc\x15\xbe\xec\x81\x85\xf2\xa6\x4b\x02\x34\xdf\xb1\x6b\x3b\x58\x46\x33\x57\xa9\x8a\x6b\x8e\x61\x7e\x4a\xd6\x63\x9d\xfb\x18\x0c\x0b\x36\x03\x60\x02\x99\x99\x0b\xd8\x48\x31\x03\x69\x1f\x00\x99\x6e\x07\x87\x67\xfd\xb2\xc7\xb2\xcf\xce\xda\x33\xf5\x87\x6e\x85\x29\x36\x76\x73\x00\xa7\x47\x7f\xc1\x79\x53\xe8\xa3\x44\xed\x3d\x58\x42\x7b\x21\xc0\xba\xa6\x36\xec\x84\x1b\x2f\x82\x08\xe9\x01\xc9\x00\x90\x4b\x0c\xc3\x37\x2d\x41\x55\x3d\x2e\x81\xce\x5a\x07\x74\x28\x7b\x94\x42\xdd\xef\x19\xfa\x13\x0c\x5b\xe8\x5c\x7f\x52\x97\xb2\xe7\x16\x33\x28\xeb\x64\x15\xe0\x47\xdc\xa8\xb2\x96\xc2\x5e\x5a\x66\x42\x57\xa4\x72\xb6\x09\xc3\xc6\x7d\x8e\x0f\x05\xa6\x2e\x90\xbf\x9d\x35\x41\x16\x16\xe5\x9e\x93\x53\x57\xe0\xad\x75\xdb\x12\x55\x60\x50\xb7\x7f\x9b\xa8\x19\x26\xaa\x64\xb1\xba\xac\xbb\x4d\x8e\xe0\x2b\xde\xeb\x18\xc1\xf2\x9f\x47\x90\x4f\x2d\x7e\x8a\xc9\x60\x9e\xf1\xb7\x5d\x5d\x98\x35\x2d\xf0\x9a\x0e\x84\xba\xcf\xf3\xfa\x90\xd6\x91\x9f\xf7\x85\x5d\x93\x66\x45\xf6\xe4\x01\x61\x93\x61\x0e\xe3\xc1\xb1\xef\x4d\x13\x2a\xf1\x03\x63\xe7\xb3\xd1\x6c\x0f\xe8\x49\x0a\xea\x78\xce\xb1\xa9\x9b\x1a\x1f\xc1\x98\x64\xc4\x15\x3b\xb5\x89\xc7\xa5\xf8\xe8\xf9\x06\x85\x65\x2e\xd9\xd0\x86\xfe\x16\xa1\xbb\xa6\xfe\x96\xb8\xbf\x3d\xcd\x27\x98\x17\x64\x96\x30\x6f\x46\x5a\x08\xba\xf9\xe6\x53\xd8\x1b\x65\xc6\x08\x5e\xb0\xfd\x4e\xac\x01\x7b\xe6\xb5\x27\x88\xc3\x1a\x86\xe8\x24\x99\x9e\xd4\x45\x4e\x71\xaf\xb6\x57\x19\x08\x0c\x07\x1c\x44\xb2\x2d\xa9\x40\x86\xc4\x75\x70\xd8\xcb\x02\x4d\x8d\x10\x17\x43\x90\x27\x30\xf7\x56\xd8\x0b\xa2\xcc\x0c\x62\xe0\xc6\xd7\x69\xb9\x15\xe3\xa0\xc1\xf5\xa1\x37\x66\xea\xe1\x6b\xbe\x78\x3e\xff\x86\x87\x97\x07\x4a\x3b\x78\x70\x44\xea\x4c\x15\x3f\x2c\x00\x9e\xbe\x8e\x54\x0e\xed\xf0\xd1\x3c\xa5\x36\xc8\x37\x2c\x2e\xc9\xcf\x84\xb3\x07\x4a\x36\x4c\x3a\x68\x43\x33\xba\x04\x1f\xa5\x8b\x15\x5a\xaf\x0d\x40\x24\x1a\x95\xb3\xee\x49\x67\x2e\x8d\xe6\xd9\x68\xa6\xe9\x71\x20\x8d\x82\xda\x28\xb0\xb9\x74\xe5\x4a\xcf\x4d\x8f\xa7\xb2\x74\xa5\x0e\xa7\xc7\xa1\x2c\x5c\x69\xcd\xe9\xf1\x4e\x5e\xae\x94\xeb\xf4\x78\x23\x4f\x29\x1d\x7c\xeb\x09\xb1\x02\x97\xe4\x95\x75\xa8\xcb\x1f\x0d\x0a\x4c\xd5\xfd\xec\x50\x54\xad\x9d\xd5\xc8\xa5\x35\xfc\x22\xbb\x56\xaa\x31\x08\x65\x6e\xac\xfe\xd5\x4a\x50\x9c\x93\x65\xbd\xc7\x30\x54\x91\x4d\x6e\x14\x76\xb3\x76\x8c\x4b\x4a\x3f\xfa\x9b\xe8\xd9\xe7\x41\x72\x4e\x5e\x6a\xa1\x23\x9e\x68\x4c\x13\xe9\x80\x6b\x88\xda\x01\xa4\x37\xf2\xbe\x0f\x5b\x31\x52\x18\xd2\x64\xc0\xf2\xc7\x00\x67\xdd\x29\x01\x95\xf4\x97\x1c\x4a\x31\x31\xe6\x4e\x68\x77\x08\x6f\x44\x54\xe1\xf3\x88\xdc\xba\x53\x12\x7e\xd4\x5c\xae\xd8\x9f\x48\x93\xb5\xc7\xc0\x81\x2a\xbb\x2d\xd4\xc3\xc4\x89\x79\x1e\xec\x9f\x36\x5b\xc5\x49\x43\x42\x09\x3c\x3b\xc9\x1d\x5f\xe8\x65\x91\xde\x98\xdc\x0a\x5e\xe9\x9b\x39\x43\x26\xc9\x15\xd8\x9b\xbf\xe2\x78\xcd\xd8\xa2\x40\x53\xcb\x0a\x7e\x23\x4c\x91\xba\x58\xed\xd4\xd9\x68\xd9\x0f\x0b\xee\xa1\x67\x52\x8e\xce\xdb\x50\xe6\x7f\x2f\x12\xe5\x81\x45\x11\x86\xc3\xcc\xa3\x1c\xf8\xd0\x82\x62\xe2\xb1\x60\x52\xa6\xa7\x74\x0e\xbc\x93\x7a\x2c\xa3\x5f\xb3\x92\x1e\x52\x13\x90\x4d\xb2\x41\xf1\x79\x4a\x9c\xf0\x59\xff\xbc\xc0\xa9\x04\x9e\x1e\x26\xdd\x8e\x17\xcf\x27\xce\xbd\x06\x3d\xf8\xb0\xca\xd8\xa0\xd1\x43\xca\xb1\x57\xc6\xb0\x45\x81\x9b\xcc\x2f\x24\x1f\x0e\x87\xd2\x0d\x47\x4d\xf6\xac\xeb\xda\x2e\x29\xf4\x5b\x6e\x9d\x9b\xa8\x70\x13\xe5\x05\x5b\xfa\xc8\xe7\x03\x0a\xc4\xe3\x2b\x70\x88\x2b\x34\xe9\xce\xd7\x7e\xc1\x33\x78\x9f\xb5\xcd\xec\xd2\x3f\x4f\xb0\xd8\x0c\x53\x6f\xa3\xd9\x7d\x62\x6b\x4b\x04\x67\x38\xa6\xa9\x3d\xdd\x9a\xda\x07\xdd\xd5\x32\x26\x16\x8e\xb4\x3f\xce\x6b\x85\xe7\x15\x39\x33\xdb\xf1\x9c\x06\x26\xf5\x00\x77\x64\x04\x53\xb8\x18\x3c\x65\xe3\x04\xd6\x18\x4a\xaf\x19\xcf\xcf\x94\xef\xd7\x05\x26\x06\x7b\xb0\x1f\x4f\xca\x05\x93\x72\xd6\x93\xe2\x90\x45\xd9\xc2\xb7\xa3\x0f\x11\xf0\x86\x19\x31\xac\x54\x25\x72\xe6\x0a\x2c\x87\x32\x3c\x0d\xbe\xb2\x8e\x38\x5a\x70\xab\x5b\x01\x82\x31\x48\x1c\x3b\x13\xa9\xb5\xa5\xc5\x3b\x92\x63\x54\xc3\xd9\xd1\xaf\x32\xe4\x22\xeb\x31\x35\x67\xbd\x28\x8f\xb7\x3e\xa3\x13\xf9\xc7\x5d\xa9\xcf\xd7\x58\x92\x5f\x89\x2e\xb2\x3d\xa4\x95\x4b\xfa\x3c\xde\x41\x2a\x49\x1d\xf0\x6a\x33\x41\x35\x84\x57\x8e\xe0\x6e\x85\x03\x27\xa5\x35\x82\x8c\xe9\x66\xb9\x7b\xfb\x91\x10\xb4\x0d\xee\x38\xf5\x95\x1c\x94\x36\xf2\x9a\x22\xe4\x40\x11\xe6\xaf\xff\x63\x4a\x40\xe7\x16\x21\x40\xbf\xa1\x04\xdf\x8b\xb4\x11\x8b\x6c\x5a\x39\xdd\x28\x42\x1b\x4d\xff\x33\x37\xc0\x86\x24\x68\xa3\xdc\xf7\xa3\xe8\xd0\x51\x6c\xfe\xfe\x28\xaa\x9f\x8f\xe2\xf5\x61\x4b\x1f\xc5\xa8\xef\x4f\xb0\x4b\x0e\xbf\x9f\x0f\xfd\x0f\xbd\xdd\xdc\x3a\x1f\xc0\xe0\x98\xb2\xfd\xff\xbf\x3c\x21\x00\xae\x88\xcf\x48\x68\xe9\x33\x32\x6f\x3a\x74\x7b\xe2\x1c\xb6\xbe\xb2\xbe\xd8\x37\x5f\xe0\xc2\x4e\x7d\x59\xc9\x44\x0c\x92\x01\xf3\x08\x15\xaf\x3f\xd9\xb4\x24\xa2\xb2\x7b\x51\x40\xf7\x67\x14\xa9\xdd\x8f\xa2\xad\xbb\xa2\x83\x40\xeb\x37\xd4\x1c\xc6\x91\xc9\xd8\xb6\x9c\x60\x23\xda\xb7\x18\xfc\x27\xb1\x63\x97\xbb\x78\xc3\xc2\xf7\xcc\xaf\xe8\x1d\x7b\x0f\x1e\x6f\xcc\x8c\x7b\x90\x0a\x0e\x54\x5f\x8b\xa6\xd9\xb8\xea\xe9\x13\xbb\x08\x39\x4d\x67\x0e\x52\x7c\x00\x7f\xc4\x24\x3a\x75\x34\x3b\x1e\x98\x60\x14\x84\x51\x14\xf1\x63\x8b\xa9\x5c\x98\x40\x16\x8f\x9f\xaf\xe4\x12\x41\xd8\x9d\xa3\x03\x77\x6b\x25\xec\x4b\x13\x10\xea\x96\x58\x43\x08\xb3\x50\xb4\x04\xfe\xbe\x26\xf3\x1c\xf0\x3d\x43\x80\xf7\x06\xdf\x5f\xeb\x16\x9c\x20\xe1\xa0\x51\x70\x12\x1d\x61\xa0\xb0\x07\x10\x0f\xd4\xf1\xf0\x74\x22\x37\xdc\x8b\xbc\xf1\xfa\x56\x42\x85\x48\xe9\x94\x47\x7a\x78\xaa\x10\xf5\x88\x97\xaf\xe4\x20\x45\xd0\xb1\x99\xec\xcf\x89\x43\x0c\x58\xa7\xaa\x3b\xe6\xc0\xe2\xdd\x26\x0c\xdc\x3b\x97\x7b\xbc\x77\xb2\x43\xa1\x9e\x58\xf0\x46\x4a\xa7\xe6\x21\x7a\x37\x10\xf6\x33\x79\xbc\xf6\x08\x3a\xb2\x8b\xc4\xf8\x38\x97\xdd\x4a\x8b\xcd\x09\xd1\x06\x00\x3c\x77\xb4\x01\xb6\x89\x72\x48\x28\x41\xe0\xc5\xba\x2f\x06\x5b\xb6\x8a\x20\x5f\x0a\xc0\x03\x42\x23\x25\x49\xb0\x4b\xfa\x5e\xb6\x90\x75\x23\x8e\xde\x77\x70\x60\x14\x47\xd9\x60\x0d\x06\x87\x8e\x3e\x84\x74\x34\xdd\x63\xe7\x56\x0f\x4c\xc3\x91\x16\xa2\x41\xfa\xba\xfe\xc9\xa1\x4e\xe4\x4b\x4c\x13\xe6\x6c\x79\xdd\x43\x91\x8c\xe4\x1d\x51\xed\x8e\x31\x12\x5d\x75\x28\xf6\x50\x6e\x70\xbe\x81\x3a\xbe\xfb\x6d\x58\xaa\x22\x1b\xf0\xde\x14\x27\x32\x6a\xba\xfa\x4b\xfa\x38\xe7\x48\x75\xd2\x09\x19\x6a\x19\xf5\x07\x9a\xe3\x8f\x62\xde\x91\x6b\xfa\x45\xb0\x83\x63\xd7\xfc\x8d\x28\xa3\x17\x41\xd9\x62\xef\xe7\xd6\xec\x9f\x59\xec\xea\x12\xb2\x40\x6d\xc9\x16\xe1\xa5\x71\xe8\x6c\xf0\x93\xcc\x12\xa8\x35\x88\x6c\xe1\xab\x06\xe1\x31\x27\x4e\x95\xe2\x8b\xa2\xc5\x48\xd1\x5b\x7a\x74\x44\xd2\x04\xa4\xf0\x48\x66\xf8\x22\x27\x92\xd7\xf8\xcf\x2f\xba\x03\xc9\x3f\x8b\x90\x12\xd8\xfe\x09\xc9\x30\x92\x02\x9d\x2c\xe7\x26\x16\x2e\xed\xc2\xe1\x85\x32\xc5\x0e\xf3\x14\x2e\x8c\x8b\x9a\x65\xf8\x0a\xed\x49\x55\xb1\x38\xce\xbb\x85\x75\xa4\x34\x90\x1d\x0b\x33\x6a\x00\x3f\x75\xad\x80\xd2\xa5\x38\x3b\xc8\x9c\xa8\x74\xeb\x53\xc5\xef\x9f\xaa\xe1\x53\xa7\xe8\x53\x98\x6f\xfb\xcf\x9f\x72\x77\x89\xfc\x11\x33\x96\xab\xe7\xec\x9d\x82\xc9\x2d\x43\x75\xd5\x0d\x56\x20\x0b\x13\x38\x2c\x76\xa7\x2b\x2d\xcc\xa8\x8a\x5a\x9f\x98\xc1\xb5\x4d\x96\x78\x3f\xd3\xa7\x8e\xb3\x95\x9e\x0c\x25\xdd\x72\x1f\x67\x90\x50\x4d\x1b\x84\x66\x61\xdf\x65\x4d\x6a\x9e\x27\x52\x30\x0b\x33\xdf\xf6\x2b\x88\x31\x5d\x50\x9f\xf7\xa6\x1d\x03\x38\xd9\x90\x13\x70\x17\x34\xc8\x61\x81\xf2\x9b\xa9\x93\x2c\x73\xe6\xc8\x47\x53\x81\xdc\x02\x16\xaf\x89\x87\x15\x7a\x08\xd7\x4e\x17\xad\x74\x37\x13\xf8\xf7\x6e\x27\x26\x75\x42\xf2\x29\x4e\x86\x2a\x28\xda\x18\x13\xa2\x9a\xea\x85\xfc\xd0\x74\x4f\x1f\x7d\x3c\x7e\x4c\x3d\xce\x59\xaf\xd3\x55\xbc\x65\x47\xa2\x20\x49\xec\xdb\xcb\x80\xfc\x18\x48\xad\xc0\x57\xce\x81\x68\x96\xbf\xc7\x7f\x15\xd2\xd5\x7b\x8f\x6b\x93\xde\x8b\x08\x95\x32\x80\x00\x88\x16\x03\xcf\xe4\x1f\xf4\x5b\x7f\x6a\xe2\x0a\x0c\x5d\xf3\xb8\xa9\xaa\x8b\x2c\xd0\xd0\x9d\x23\xc0\x0c\x30\x06\x74\x78\x14\x17\x3b\x60\x9b\x8f\x5b\xb8\x21\x3a\xbc\x01\xf9\xe2\x58\x63\xf6\x72\x80\x81\x60\xa7\xd8\xce\x11\x7b\x05\x9b\x89\xf3\xdf\x9e\x90\xec\x87\xb3\x3d\xe4\x79\x5b\x64\x00\x66\x6d\x01\xf8\x86\x72\x09\x70\x87\xae\xbe\x0b\x74\xd6\xb6\x70\xc1\x7f\xee\xf5\xd8\x16\xf6\x2b\x63\x1e\x24\x68\x81\xfe\xda\x5e\xce\x95\xa1\x09\xa0\x1a\x1f\x4f\x60\xc9\x1b\x9a\xc8\x0f\x48\x45\xfd\x2a\x92\x27\xe4\x52\x4e\xa4\xe7\x3d\xc2\x64\xe6\x17\xd0\xba\xd3\x32\xc1\xf4\x5c\xda\xad\xae\xd8\x55\xfa\x2e\x59\xce\xa5\x33\x66\x9f\x09\x27\x1c\x06\x9f\x39\x85\x1e\x39\x65\x2f\xe1\x83\xc2\xd1\x97\x7d\x18\xf8\x8f\x72\x09\xe5\x0f\x17\x82\x58\x4f\x24\xf9\x95\xd3\xed\xe8\x1b\xc1\xa6\x6b\x81\x52\x41\x11\xc8\x8b\xad\x19\x15\xfb\x2e\xb8\xd3\xf4\xf4\xd2\xc2\x89\x78\xcb\xfe\xbf\xd8\xd2\xff\x9f\xc5\x96\xfe\xcd\x1b\xf5\x3f\xf1\x3e\xed\x23\x47\xaa\x9a\xb7\xa0\x6e\x4a\x04\x9f\x8e\x25\x47\x9f\x6e\x54\x3d\xf8\xc7\xb7\x0b\xf3\xf6\x74\xeb\xed\x27\xbf\x0c\x6f\xbd\x1c\xf2\xcb\xf9\xad\x97\x23\x7e\xb9\xbc\xf5\x72\x80\x97\x36\xfb\xcd\x8c\x57\xd7\xec\x80\x2a\xc9\xe9\xf1\x96\x53\x70\xc7\xa4\x47\x5d\x59\x37\xf7\x30\x12\x29\xb1\x31\x5f\xb3\xf6\x5d\xa1\x96\xce\x2e\x73\xab\xad\x08\x85\xec\x57\x6d\x85\x16\x85\x26\x3a\x9b\xe0\x16\x8f\x44\x32\xd6\xaf\xdb\xda\x58\x5a\x5c\x0a\x9d\xf0\x66\x5b\x51\x72\xf6\x5f\xb5\xb5\xd3\xfc\x85\x3a\x38\xcb\x9b\x6d\x45\xdb\xf4\x57\x6d\x9d\xac\xec\x48\xa8\x93\x33\xbd\xd9\x16\x7b\x31\xfe\xb2\xad\x8b\x95\x9d\x59\xaa\x20\x2f\x4e\xf0\xe7\x9e\xdd\x3a\x40\xe3\x50\x71\x86\xd5\x00\xf1\x68\x9d\xd5\xc2\x3c\x09\x11\x02\xd4\x99\x84\x1c\xc3\x33\xe5\x22\xb3\x10\xa7\x6e\xce\xbf\x17\xa1\x8a\xd0\x24\xd4\xd2\x4d\xb8\x95\x24\x77\xda\x41\x96\x89\x40\x0d\x2b\x2f\xd9\x38\xc2\xbb\xfa\x82\x5e\x2a\xa1\x9e\x19\xdc\x95\xa4\x4f\x40\xd8\x00\xc8\x1a\x30\x8c\x48\xf8\x4f\x22\xae\xe8\xad\x9a\x10\xb0\x23\xa9\xa6\xce\x79\xd6\x96\x50\xd5\x96\xe0\xc6\xd1\x45\x60\x80\xc7\xa8\x4b\x61\x93\x70\x10\x28\xcb\x07\x5a\xb3\x67\xb9\xa8\x1e\x25\xbb\x42\x0c\xc9\x45\xfe\xae\x79\x11\x37\xab\x7f\xb8\xc2\x5e\x36\xcf\xe3\xc4\x38\x36\x77\x7f\x1c\x46\x70\x4e\x7c\x68\xcc\x80\x12\x41\x0a\x58\xc2\x86\x41\x3d\x5d\x34\x8d\x5a\x41\x1f\x9e\x5b\xdb\x3b\xac\x35\x8d\xe0\x68\xfc\x3e\x6f\x7f\xb8\xe4\xfd\x30\xc0\x8d\x85\x10\x3d\xc4\x79\x74\x8b\xc0\x90\x89\xa1\x64\xda\xe4\xb7\xf8\x2f\x4d\x88\xb8\xaa\xfe\xe1\x89\xce\x09\x5e\x05\x65\x5c\x50\x9f\x60\x00\x3a\xf3\x85\x62\x51\xd5\xa7\xc8\xfd\x95\x49\xf3\xc2\x5d\x26\x2c\xb6\x5f\xac\x49\x0d\x42\x6c\x15\x59\x4f\x19\xc0\x48\x0b\xd7\x9e\xb0\x91\xb8\xb0\xb7\xa9\xfc\xd3\xfa\xa6\xda\x10\x03\x74\xb4\xd3\xc0\x28\xd6\x1c\xa4\x94\x5b\x24\xf9\x98\x4d\x22\x26\xa7\x1f\x7f\xeb\x40\x37\xba\xbd\xbf\xa7\xd6\x89\x7b\xb4\x35\xd3\xdf\x66\xaf\x47\xce\x27\x34\x28\xd4\x93\x46\x0b\x4e\x2d\xd1\xd9\x2c\x54\xd2\x81\xa5\x4e\x67\xa0\x7b\x3e\x26\xd4\x8c\x0c\x90\x55\x4a\xe4\x8b\xeb\x94\x01\x35\x98\xbb\xe7\x1d\x41\x91\x36\xea\xc7\x3b\xbb\xcc\x77\xe1\x92\x52\x32\xab\x86\x5a\x60\x84\x6d\x3c\x10\x1e\xe9\x45\xdf\x56\x7c\x97\x1c\xf0\xbf\x47\xe7\x07\x08\x5e\xc8\x1f\x3c\x95\x7b\xbc\xf2\x2f\x21\x73\x75\x9e\x10\xed\x33\x88\x86\xbf\x03\xe8\xd7\x4a\xf7\xaa\x1f\x5a\x85\x04\x2d\x19\x88\x3b\xb6\x6d\x71\x3a\x9b\x6e\x15\x78\x48\x0c\xb9\x9c\xe3\x74\x82\x65\x28\x87\xcc\x6c\x71\x32\x1e\xa4\x72\xe1\x23\x92\xa1\x4d\xf8\x79\x90\xc6\xda\x05\xda\x75\xcf\xed\x4f\xb9\x7d\x76\x17\x6a\x23\xb7\x69\x77\x06\xf1\x8d\xbe\xf6\x42\x82\xc8\x8a\xb3\xe7\x6c\x60\xc4\x11\x50\x6e\x73\x20\x61\xf7\xef\xbd\xa1\x4d\xc6\x5e\x72\xfd\x06\xc7\x4c\x32\x48\x1d\x1b\x89\x13\x1f\x77\xa0\x02\xf9\x3c\xd9\xb5\x30\x49\x83\x1f\xa8\xdb\x47\xc9\xf6\xd2\xa0\x65\xea\xc1\xf2\x31\x10\xad\x9b\xca\x18\x47\xa8\x1c\xa9\xae\xe2\x94\x0f\x7b\x72\xca\x54\x5f\x18\x15\x63\x28\x7a\x42\x3d\xa0\xa3\xc4\x9a\xf6\x7b\xb1\x3a\x89\xd6\xce\x47\x06\x3a\x2f\xfe\xae\x2b\x3e\x43\xbb\xb4\x4c\xdd\x1c\x98\xdb\xba\x51\xeb\x94\x5a\xdf\x06\xe7\x2c\xf5\xbd\xd6\xe4\xbe\x02\x09\x34\xea\x6c\xc7\xc0\x58\xbd\x00\x44\xe2\xfb\xcc\xbb\xe4\xa4\xa7\xfb\x59\x86\x2a\x27\x9a\xd0\x0c\xc7\x8a\x42\x3c\xc1\x21\xef\x7d\xeb\x80\x2b\x3e\x2b\xd1\xc4\xf2\x05\x68\x3a\xcd\xe2\xd7\x8d\x3e\x07\xff\x87\xfb\x0c\x01\x80\xee\x0b\x4e\x13\x9c\xf8\xfe\x5a\xa9\x69\x0b\x74\xb7\x0b\x6b\x5a\x8d\xb8\x7c\x8f\xbc\xba\xef\x38\x0f\xf4\xf8\x59\x8b\x12\xf7\xc1\xb3\xf9\xa5\x8f\xf3\x61\x44\xc7\x6e\x4f\x4b\xea\x1d\xee\x60\x8a\x8d\x7f\xea\x1a\xf1\x2f\xf2\x88\x43\x8d\xb8\x19\xaa\xc1\x3f\x1d\x28\xa7\x95\x31\xcf\x72\x6e\xff\xee\x89\x3d\x1d\x40\x3f\xcf\x9c\x59\xc3\x78\x03\xcc\xe1\x01\x36\xa3\x98\xe4\xf6\x0c\x6c\x0d\xa7\x0d\xd2\x0c\xc9\x47\x60\x95\xbc\x7f\xe6\x5d\xd6\x60\xde\x83\x35\x9f\x91\x35\xc2\xbb\xa7\xe6\x37\xac\x32\xdd\x29\xe7\x0c\xd9\x16\x61\x47\xdc\x71\x36\xa5\xd9\x9a\xf9\x9a\x39\x57\xc8\x84\x09\x05\xda\x58\x4e\xdd\x5c\x18\xbf\x18\x19\x5b\xd2\x56\x9e\xa4\x79\x81\x26\xbe\xf8\x58\x06\xa0\x26\xfe\xa4\x9e\xa4\x56\x53\xe8\x6d\x3b\x13\x86\x53\x9a\x32\x3a\x41\x72\x99\x54\x00\x08\x53\x08\xe5\x66\xcd\x8e\x84\x92\x68\xb3\x0d\xed\xc4\xf7\xe4\x11\xff\x0f\xf4\xef\xf4\xca\x7e\x6b\x87\x57\x72\x42\xe8\x0a\xa6\x9d\x06\xa7\xb2\xab\xf3\x5d\xc3\xd0\xc2\xdd\x56\xb4\x7e\xea\xa4\x62\xad\x09\xd4\xfa\xa9\xb5\xde\x30\xc1\xc2\x2a\x87\xd1\x2a\x8b\xeb\xd5\xd5\x97\xdc\x84\x4c\x76\x7b\x59\x52\x4b\x9e\x66\xac\xc3\x3b\x93\xe0\x70\xc5\x6a\x6d\x72\x72\x74\xc9\xea\xd0\x12\x67\xec\x72\xf8\x36\x00\xdb\xc5\x2f\x31\x94\x16\x81\xe0\xb1\x61\x20\x72\x05\x6a\x45\xb9\xa2\x23\x7c\x3f\x8e\x77\xce\x4f\x98\xa0\xda\xac\x2c\xca\x25\x61\xec\x7a\x7c\xc5\x98\x4a\x15\x2b\x7b\x03\x22\x90\xb2\x7e\x4c\xb8\xff\x17\x9e\x78\x74\x81\x69\xa8\x1f\xce\xb0\xac\x33\xba\x61\x9d\xf7\x86\x9d\x7a\x9c\xf5\x45\x55\x6e\xe4\x3c\x90\x89\xbd\xb9\x84\xe2\x6b\x2c\x73\x9c\x47\xe7\x0e\x9a\x9e\xd5\x9c\xbd\x27\x68\x03\xa8\x0f\x18\x18\xa0\x32\x4c\x2c\xd3\x07\x87\x03\xf7\x97\x3c\x06\xda\x03\x1e\xad\xf6\x1d\x6f\x01\x92\xf2\xdb\x79\x6a\x50\xbd\x15\xe6\x2a\xb9\x31\x68\x0b\x72\xac\x37\x9f\x7e\xf8\x0d\xf3\xa3\xfc\x5d\xe4\xc3\xa2\x5e\xc6\xb4\xab\x6d\x4d\xf2\x2c\x4e\x54\xbf\xe4\xad\x4c\x39\x7e\xd4\x1b\x7a\xf8\x0f\x1b\xe6\x26\x59\x00\x9f\x4b\x0a\x4d\xa7\x40\xd9\xbe\x9c\x86\xca\xd3\xcc\xdc\x8b\xec\xf7\x78\xf6\x0c\xf6\x57\x4d\x72\xa4\x0b\xc8\x00\xb6\xd7\x56\xe6\x6a\xa9\xed\x75\xfa\x79\x7b\xa5\x76\xd2\xd7\x8a\xfd\x78\xa3\xf5\xf3\x28\x16\x52\xf3\x35\x8a\x4f\x2e\xef\x91\x63\x11\xdc\x61\x40\x6a\x3c\x72\x48\x36\xf9\xd4\x6e\xee\x30\x30\xb9\x5b\x28\xd9\x3a\x73\x9e\xc2\x15\xd0\xa9\xbe\xd2\x5b\xfd\x4c\x28\x91\xd1\x66\x8a\x4e\x80\x2f\xce\x72\x63\x06\x0c\x3a\xf8\xc5\xae\x33\x7c\xbc\xfd\x31\x01\xf6\x2e\x65\x15\xe7\x6b\x54\x5b\xc9\x78\x2f\x21\x1d\x5d\x72\x2f\xcd\xe5\x7f\x74\xe4\xd3\x2b\xb8\xcb\x61\x2a\xea\xad\x88\xe9\x71\xa8\x1f\xf6\x41\xc5\xe4\xee\xe7\x3b\x6a\x04\xf7\x57\x6c\xbe\x5a\x37\xde\x7c\x1f\xd5\x6e\x62\x37\xa7\x28\x27\xab\xee\x53\xf7\x9c\xd9\xbf\x68\xbe\x4d\x56\x97\x5a\x2b\x90\xa5\x8f\x7f\xbd\x63\xb6\x7c\xc7\xec\xf8\xec\xef\xd7\x50\x28\x1d\xf8\x77\x3d\xc4\xfb\x06\x5f\x08\x47\xbe\x83\x4e\x86\xd6\x21\x6c\x6e\x87\x80\xa5\x6d\x4b\xef\x70\x8a\x3d\xc9\x39\x38\xd4\xe3\x6f\x06\x1a\xc9\x06\x9a\x39\x20\x48\x0f\x50\xed\xdf\x62\x12\x6d\x62\x40\x8d\x03\x1e\xd8\x76\xa0\x5f\x33\xc4\x11\x2d\x00\x43\x56\xf4\x0a\x48\xaa\x18\x72\xc2\x29\x7e\xdc\xd9\xad\xaf\x0d\xab\x0a\xf9\x88\x5c\xa4\x04\x6a\x73\x9a\xd4\x4e\x63\xaa\xb0\xa3\x68\xa3\x30\xd7\xbf\x20\x67\x95\xfb\x29\x92\x7c\x6e\x22\xb0\x0a\xcd\x4a\x16\x6b\xec\xb8\x49\x4e\xe3\xbe\xf1\x20\x05\xef\x44\xa3\x72\x01\x02\xc0\x96\x9b\x4d\x4a\x60\xbc\xa2\xc0\x86\x78\x57\x60\x79\x29\x92\xab\x5e\xff\xf8\x90\x9c\x23\xd8\xa1\x23\xd0\x56\x46\x6b\x03\xfb\x36\xb7\x28\x3f\x3c\xcf\x92\xe9\xe9\x07\x92\xc0\x73\xfa\x2b\x4a\x63\x5e\x90\x99\x12\xfa\x9d\xe3\xbd\x0f\x10\xdb\x7b\x0a\x9d\xd0\xa7\x11\x3a\x78\x3a\xdc\x25\xf9\x3a\x6d\x9a\xa5\x6d\x8b\x47\x26\xe7\xcc\xd8\xb3\xbe\xd3\xaf\x26\xd6\xcc\xa3\xb0\xd0\xbb\xff\x94\x8f\x04\x2e\xd0\x7b\x82\x93\xdf\x26\x39\xf9\x04\x1a\xfa\xfd\x69\x2c\x93\x93\xf3\xbd\x33\xae\xc8\xc8\x8d\x32\x8c\xf0\x36\x0e\xf0\xec\x7f\xf1\x7e\xc5\x6e\x6e\x31\x29\xbd\x70\x18\xc0\x18\xe1\x08\xa7\x64\xee\xd3\x0b\x9c\x31\xf5\xc7\x5c\x51\x96\x3b\x09\x9b\x08\x9f\x8f\x29\xee\x39\x36\xca\xe5\xc6\xea\x7a\x4b\x77\x90\x28\xed\xbb\xe0\x82\x8c\xc5\xbc\xc5\x2f\x95\xc8\xe7\x45\x35\x1b\x10\x55\xb2\xb7\xf1\xdd\x29\x0f\x35\x95\xf0\x1b\x0f\x59\xce\xad\xc6\xc9\xef\xdc\x2d\x0e\x67\x0f\x5a\x0d\x02\x7b\x77\x85\x42\xda\xe1\xf2\x32\xd2\x68\xea\xd1\x55\xdd\xac\x27\x9c\xd0\x40\x72\x7a\x45\x20\xd8\xbc\x9c\x38\xcf\x2a\x32\x0d\xdb\xcd\x1c\xf1\x18\x7d\xc4\x1f\x74\x2a\x65\x99\xbd\x42\x18\x2e\x28\x74\xa7\xcd\xd9\x68\xa3\x59\x28\x06\x71\x9d\x81\x70\x36\x10\xcc\x2b\x7a\xbb\x8e\xe5\xeb\xbc\x9d\x20\x3b\x4f\x89\x59\xec\x9d\xd2\xab\xb1\x49\xae\x46\xd9\x8b\x6d\x30\x56\x62\xad\x68\x84\x85\xef\x03\x54\x85\xd4\x00\x5d\xa1\xe0\xf1\xfe\x6d\x20\x24\xd7\xae\x78\xfa\x4c\x0f\x92\x23\xf8\x14\x65\x59\x51\xec\x48\xbb\x4d\x5d\x4c\x87\x54\x87\x3d\xb2\xf2\xdd\x89\xc8\x6f\xce\x11\x80\x4a\x6f\x0a\x10\x13\xfa\xd8\xf3\xb8\x8f\x6d\x04\x27\x19\xb2\x53\x91\xc7\xee\x38\x31\x08\xbb\x21\x4b\x7c\x1d\x65\xa0\xfb\x29\x1e\xa4\x51\x14\x2b\x0e\x73\x6b\xe0\xbe\x25\xc3\xac\x38\x49\x0e\x3d\x8c\xe0\xd9\xcb\x56\xd2\x77\xec\x96\x7b\x99\x49\xc1\x9b\xfa\xb4\xaa\x34\x73\xc8\x99\xce\xa0\x65\x89\x89\x6a\xc8\x3a\xb9\x3b\xf8\xeb\x1d\x6e\xc5\xd3\x02\x12\xf8\x82\x0c\x55\x48\xa5\x6d\x97\xf8\xa4\x68\x4a\xea\xde\xa2\xa4\x14\xf1\x47\x5f\x9e\x92\xb5\xab\xc0\xd6\xae\x32\x58\xb9\x85\x9c\x87\x49\x7b\xce\x8c\x75\xb1\x1c\x2b\xb1\x43\xfe\x50\x8b\xad\x77\xdf\x72\x72\x8c\xc6\x7c\x68\xe8\x06\xd4\xdd\xec\x93\x36\xf1\x64\x05\xff\x8e\x7a\x5c\xe7\xcb\xb1\xc1\x97\xdf\xba\x00\x81\x6b\xc3\x31\x79\x19\xbe\x4c\x73\xfc\x7e\xbc\xc1\x65\x19\x6c\x58\x60\xdb\xa8\x38\x1f\x5c\x01\x17\xe4\xd4\xca\x7e\xd3\x23\xe7\x5f\x31\x72\xd2\x4c\x8c\xe5\x06\x29\xb4\xc9\xbe\xaa\x8e\xed\xec\x15\x50\x47\x9b\x03\xbc\xce\xaf\x58\x37\x38\x6b\x31\xc2\x76\xf2\x60\x4c\x32\xec\x61\x72\xea\xc3\xc1\x23\x59\xd2\xce\x31\x3c\x35\xf5\x52\xf7\x5a\xcf\xe3\xe0\x20\xa7\x9b\xe4\x60\xee\x99\x56\xce\x7f\xfc\x4a\x86\x53\x9b\xf0\xa5\x07\x16\x34\xc7\x4c\x0c\x67\x82\xe8\xa6\x5c\x07\xa1\x76\x83\x02\x71\x71\x7f\x3d\x08\x5f\x88\xe1\x20\x6b\x00\xcb\x08\xe6\x61\x2d\x5f\x6a\x0f\x89\x19\x7f\x4d\x52\xdf\xe9\x7d\x14\x91\xe5\x9e\x72\xf2\xea\x26\x71\x84\x7a\x64\xa5\x36\x68\xe5\x9a\x32\xcd\x77\xe7\xec\x1e\x09\x60\x64\x1a\xc8\xa2\x9a\x52\x99\xa2\x32\x45\x82\x7d\xf0\x60\x10\x04\xc1\x6e\xfa\x13\x06\x6c\x99\xde\x47\x23\xed\x0b\x15\x00\x4f\x67\x86\xcb\x69\x18\xe2\xd2\x47\xd4\xd8\x52\xc2\x00\x7a\x55\x05\x62\x74\x54\x85\xb5\xcd\x88\x7f\x62\x1f\x70\x0f\x89\x30\xd4\x73\xd6\x15\x2b\xf9\x0a\x1c\x1f\xde\x8e\x2f\x89\xc9\x18\x9c\xbd\xd8\x77\xfe\x37\xb3\xb1\xa1\x58\x82\xe1\x69\x19\xcf\x06\xeb\xe2\x16\xdf\x96\xd5\x37\xee\x29\x33\x3a\xe0\xc3\x9d\x45\x29\x5f\x11\x6f\x55\xb3\x2e\x9e\xe9\x41\x3c\x36\xfb\xf4\x9f\x8e\x0d\x47\x2f\x39\xb6\x5e\x70\x1f\x05\xc1\xfd\x66\x68\x2b\x5a\xe8\xfe\x34\xb1\xd0\xc1\x4f\x43\xf3\x8c\x77\xc3\xed\x08\xb7\x95\x34\x08\xa2\xc2\x5d\xb5\xae\x16\xd6\x15\xaa\xe6\x20\x73\xab\xee\x62\x62\xf0\xbb\x7f\x19\xfc\x5e\xa9\x79\xf3\x75\xf7\xf2\xaf\x34\x6a\xb1\x51\x1c\xb9\xb5\xe4\x83\xbb\x8a\x9e\x84\xfc\x64\xbd\x61\xf4\x76\xfe\xbd\xdd\x30\x06\x12\xff\xde\x33\x9d\x5a\xc9\x03\x3f\x39\x6e\x60\x11\x3b\xf1\xef\x33\xd7\xb8\xf0\xef\xfc\x26\x61\x21\xab\xdc\xc3\xeb\xf0\x06\x65\x5b\xd0\x6a\x0e\xb3\x0e\x25\x6f\xed\x1a\x9f\xc6\xc1\x29\x15\xc4\x50\xa4\x4b\x0b\xb1\xf6\x63\xbe\xd0\xc4\x5f\xae\xb3\x84\x2b\x34\x79\x17\x74\xa7\xd0\x26\x12\xf7\xda\x3b\x34\xe4\x75\xc4\xa4\x03\xcf\x57\x4f\x3c\x15\xe4\xa6\x1d\x8d\xc2\x44\xa9\xf4\x76\xb2\x70\x35\x58\xfd\xb8\x2c\x43\x79\x49\x4d\x0a\xf3\x7e\x6b\xb9\x4b\x8c\x41\xc1\x34\xd1\x5d\x81\x96\x98\xef\xe3\x2a\x1d\xe9\xdd\xf3\xe2\xc4\x4e\x4f\x6b\x94\x1a\x6c\xa8\x94\x73\x48\xf8\x65\xad\xb0\x37\x81\x92\x7b\x80\x7b\xd7\xdb\x18\xd9\x4c\x52\x32\x26\xe7\x21\x4e\x6b\xcb\x90\xfa\xe6\x89\xe4\x4e\xd5\xda\xc3\x66\xd9\x05\x62\x67\x08\xc0\x0c\xa8\x1c\x1e\x84\x99\x40\x4f\xd8\x05\x3a\x21\x9f\x54\x15\x99\x8f\x5b\x2c\x4c\x75\x6b\x50\x0d\x79\xc0\x5b\x6d\xde\xac\x4b\xc2\x03\xc9\x52\xa3\xd7\xcb\x2a\xb5\xa3\x60\xf6\x28\xca\x0d\xa7\x46\x08\x09\xa8\x87\x91\xa5\x10\x86\x8c\x55\xcf\x10\x47\x71\xb8\x5a\xf5\xf1\x85\x12\x54\x72\x80\xc1\xfd\x77\x0f\xf9\x12\x8c\x21\x36\xb4\xdc\xbc\xaf\x71\x65\x2d\x64\x98\xfa\xe8\xc6\x58\x72\x7c\x21\x02\xc9\xf6\x53\xfd\x81\xae\x50\xcf\xa5\xc6\xcf\x51\x46\xe7\xbb\x6c\xc2\x66\xd6\x0d\xa9\x37\x7a\x0c\xbe\x10\xbb\x64\x43\x26\x3c\xda\x15\x83\x0d\xeb\xdd\xf9\xe4\xb5\x98\x63\x5c\x36\x12\x98\x25\x91\xa9\xd5\x17\x63\x19\x98\x0a\x7c\x78\x21\x78\x95\xe5\x1c\x3b\xe4\x14\xed\x10\xe5\x1e\xee\xbe\xaf\x3b\x6d\xab\x67\x62\x98\xc0\x58\xba\xeb\x69\x8a\x2b\x9e\x93\x8b\x8d\x9a\xaa\x6f\x2b\xa8\x0a\x86\xd1\x26\xfe\x9c\x55\x30\x8b\x74\x37\xa6\xdf\xbb\x71\x63\x4f\xde\xe8\x46\x7d\x91\x36\x43\x8e\xff\xde\x8d\xad\x52\x53\x66\x09\x8b\xb8\x1a\xff\x6f\x62\x09\xcb\x1b\x38\xe4\x54\x98\x26\x54\x37\x11\x5c\x1b\x3f\xa9\x6f\xa8\x39\x8a\x47\x0f\x13\x3e\xab\x33\x69\x12\xb5\x25\xf8\xbb\x82\x3a\x0e\xf0\x70\xf9\xfd\xe5\x49\x9d\x41\x3e\xc3\xef\xef\x36\x2a\x4f\xef\xd6\x72\xf3\xfd\x65\x4d\x15\x07\xb8\xc0\xb2\x65\x25\x9c\x0d\x28\x2f\xfb\x6e\x17\x92\x99\x55\x4e\xa4\xa7\xed\x2d\xd8\xf5\xb7\xd4\x66\x3d\x7f\x64\xeb\x9d\x1f\x64\xe4\x2d\xd7\x66\x03\x44\x7b\xba\x05\x90\x62\xfe\x89\x36\xfd\x64\xcb\x5d\xd0\xcf\x5d\x71\x77\xb0\xe7\x63\x19\xcd\x85\xa6\xa4\x9c\xfa\x8d\xae\xce\xfe\x01\xe1\x21\x16\xa3\x5d\x27\xa6\xb0\x9d\x8d\xa3\x0f\x68\x40\x5d\xe1\x55\xa0\xbb\x29\xc3\x7b\x13\x86\xfa\x30\x61\x99\x16\x64\x66\xe9\x54\x88\xed\x70\xcb\xf8\x2f\xcb\xa9\xad\xf7\x92\xef\xe9\x7a\x26\x39\xc0\x69\x3c\xc0\x89\xc4\x08\x19\xb0\x79\x2b\x11\xd0\x8a\x0d\x04\xed\x1a\xfc\x56\x15\x51\x73\x0a\x7f\x43\x5b\xc3\x1c\xf3\x8d\x51\x29\x36\xf5\x23\xd2\xe5\xab\x4a\x34\x53\xac\x69\xe7\x92\x36\x43\x7d\x71\x30\xc0\xe9\x15\x60\xd5\x00\xb4\xe9\x22\x2b\xf7\xec\x39\xfa\x9a\x4b\xe8\x37\xd6\x71\x2d\x7f\x5f\xde\xc1\x01\x68\x8f\xe9\x5a\x70\xe7\x88\x16\x72\x4b\x4d\x44\xfd\x72\x29\xd1\x2e\x6a\x6a\x18\xa8\x93\x62\x81\x82\x37\xf4\x28\xdb\x17\xce\x3c\x71\x11\xd1\x06\xea\x4e\xc3\x94\x85\xbe\x0a\x6d\xd3\x68\x87\xe0\xd9\x1a\x72\x81\x9f\xb7\xb8\x08\x2d\x76\x7d\xd4\xc2\x7e\xa2\x12\xdb\xdf\x79\x41\xaf\x6b\x55\xd4\x7c\x0b\xb6\x8c\xd6\x74\xfb\x16\xff\xbd\xc3\xdf\x19\x84\x2c\x04\xc4\x8a\x23\x74\x36\x50\x2b\x54\x6a\x37\xce\xac\xb1\x87\x3e\x95\xb4\x90\x6a\x29\xb9\x4e\x8e\x75\x80\x9e\x50\xaf\xdb\x37\x3d\x4b\x22\x59\x90\x1c\x64\x4d\xee\xd3\x35\x5a\xe4\x08\x0a\x4e\x32\xaf\x99\x41\x8e\x04\xf6\xf2\x8e\x61\x24\x45\x3b\x3b\x56\x94\xbc\xca\x13\xaa\x64\x23\x0c\x34\x3a\x44\x0f\x89\xd1\xaa\x02\x4c\xb7\x63\x4c\xe7\x9c\xf6\x84\xf3\x91\xf5\x45\x73\x4f\xdb\x64\xc9\x5b\x6d\xf6\x6c\x72\x5a\xa9\xb7\xf9\x73\x94\xf8\xe9\x0e\x81\xbf\x1d\x0a\xef\xd5\x3d\x8d\x0e\xa6\xf8\xeb\xb1\xdc\xa3\x3f\x94\x56\x31\x94\x1b\x45\x94\x55\xf2\xc1\xaf\xfd\xdf\x43\x59\xa1\xc2\xda\xf0\x26\x69\x7c\x23\x67\xf6\x49\xad\xde\xc8\x47\x76\x89\x90\xeb\x45\x37\xfb\xa9\x25\xb3\x28\x45\xe7\x03\x86\x04\x5c\x73\xcd\x6b\xea\x1b\xf6\xc1\x85\xc7\xcc\x20\xdb\x21\xfd\xb9\x96\x73\x28\xbf\x5f\x8d\x4e\x43\xef\xd0\x04\x2f\x46\xdd\xfa\xa4\x5e\x8c\x10\x32\xe2\x21\xb6\x5b\xd5\xa0\x34\x1a\xe8\x09\xda\xd2\x36\xa3\x66\xec\x82\xbc\xd5\xc4\x50\x37\x31\xd8\xa9\x1a\xf6\x11\x41\x00\x3f\x93\xa7\xcf\x59\x56\xb7\x2a\xe6\x41\x3c\xee\x4b\xdb\xac\x22\xfd\xd9\x17\x51\x67\xc9\xc9\xcf\x7e\xa4\x25\x19\x22\x72\x70\x4a\x59\x13\x4b\xcc\x4f\x0f\xa2\x87\x84\x44\x3f\xd0\x73\x9e\x43\x18\xe5\x48\x65\x8f\x4a\x15\xe4\x85\x21\x2c\xfe\xaf\xd3\xa9\x64\xb6\xb8\x40\x73\x5b\x56\x33\x40\x35\xd5\x65\xd0\x85\xce\x78\x67\xa4\x97\x60\xc7\x5a\x94\x1d\x6a\x4c\xf9\xf7\x3e\x88\x2f\xd8\x0a\x9d\x77\xb7\x08\x2d\x82\xa2\x50\xa5\x9d\xfa\x76\x21\x2a\x24\x02\xdb\xf1\xa5\x39\xe2\x59\x69\x65\x1d\xd1\xd9\xa8\x79\xa2\x61\x7d\x5b\x65\xf8\x02\xba\x8b\x62\x48\x26\xcd\x95\x44\x6c\xb5\xbe\x2f\x83\xe6\x45\x92\x47\xf7\x48\x17\xb4\xdc\x1b\x1f\xb4\xf1\xc1\x8a\xca\xd0\x07\x3f\xef\xf0\x41\x27\xeb\x88\x95\xdc\xa9\x44\x58\x53\x63\x69\xac\x10\x7a\xaa\xd2\x19\x03\xc1\x2e\x7e\x1c\x87\x94\xec\xeb\xfc\x19\xbb\xb4\x4f\x10\xe0\x70\x81\xd9\xa4\x84\xe0\xbd\x33\x3b\x3a\xcd\xc1\x84\xbb\x67\xda\xd4\x14\x7b\xe4\xb3\x36\xdd\xa5\xc4\x34\xa4\x2b\x27\x83\x98\xfd\x18\x0b\x4d\x0b\x69\xa7\x99\x3c\xf6\xb7\x82\xe2\x12\x9e\x3e\x74\xda\x82\x25\x53\x4a\xc2\xf3\xe5\x6c\xb3\xbb\x74\xd7\x57\xe4\x53\x26\x7a\x15\x78\x91\x79\x5c\xcc\x29\x8c\xbf\x59\x67\x1a\xa0\x00\x60\x28\xdd\x19\x18\x21\x67\x0e\xd9\x87\x42\x18\xde\xf1\xce\x3e\xbd\x69\x72\xd0\xdc\xef\x98\xf6\xaf\x55\x4c\x91\x29\x0c\xc5\x5d\xca\x31\xc7\x89\xe5\xf8\x25\x9e\xef\x64\x86\x35\xaa\x35\x8a\x1d\x54\x8f\xb1\x27\x38\x7b\x53\x64\x23\xc5\xbb\xa1\x9c\xed\xc3\x4e\xc5\xc6\x9a\x31\xdc\x0d\xba\x59\x25\x9c\xd0\x8a\x95\xf8\x67\x5a\x0a\xff\x42\x31\x21\x2d\xfe\x55\x1f\xa5\x1b\xa0\x54\xa3\x51\xbf\x89\xce\x78\x99\x3b\xd2\x9f\x44\x28\xdb\x7e\xa6\x6b\x5e\x47\x41\x6b\xa6\x8c\x96\x38\xac\xdc\x9d\xb1\x42\x9a\x90\x99\x8f\xa8\xe7\x6e\xf0\x11\x77\xc3\x9e\xcb\xb3\x19\x95\x23\xec\x37\x20\x76\xcf\x99\xed\xd9\x40\x80\xe0\x12\x6d\xbc\x3c\x6c\xa5\xf1\xd2\x12\xbe\x19\x7f\x63\xa4\xef\xc7\x9a\x45\xbb\x2b\x43\xdd\xea\x6e\x9a\xb8\xa8\x74\x39\x08\x3f\xed\x1a\x03\xe2\x45\x77\x2d\xe7\x42\x9e\x71\x98\x66\x19\xc6\xd9\x46\x2e\xd2\xc4\x50\xb1\x9c\x2a\x28\x56\xeb\xe9\x23\x3e\x10\x2b\x9b\x18\xc5\xd0\x1e\xe8\x79\x5a\xd9\xad\x2f\xfa\x35\x96\xc4\x4d\xae\xed\x39\x1c\x47\x19\xcc\x2a\x96\xa2\x54\x93\x93\x52\xec\xb7\x1c\xd9\x4c\x5c\xe2\x34\xa1\x66\x34\x47\x43\x1f\x18\x5f\x33\xc8\x2b\xb0\x54\x45\xe8\x68\x06\x7a\xaf\x04\xf6\x54\x35\x98\x14\xc4\x54\xc8\xc7\xd9\xd6\x47\x23\x6f\xd2\x9d\xc0\xca\x97\xcd\xbb\x42\xbd\x53\xf4\x46\x19\x62\xa5\xda\x81\x27\x2b\x94\x38\x35\x0d\x29\x0c\xec\x67\x78\x32\xe6\x12\x9c\x34\xe8\x2b\xe7\x76\x23\xfa\x7d\xc2\xe0\x96\x13\xbe\xd1\xda\xa4\xdb\xf7\x85\xa8\x80\x43\xb0\xeb\xa4\x54\x32\xfb\xa5\xad\x59\xf8\x06\x68\x66\xf2\x15\xe5\xd1\x25\x41\xcc\x0e\x38\x1a\xf3\x19\x87\x7b\x8a\x96\x4f\x32\x0a\xc9\x85\x14\x6d\x17\xee\xa3\x4d\xee\x96\x31\xfe\xe1\x1c\x3e\x26\xde\xd5\xa7\x5d\xa1\x2e\xd6\x29\xcf\x19\xa6\x5c\xa1\x9e\xeb\x4b\xf6\x24\xca\xba\xa2\x7b\x49\x20\x65\x8c\x19\x8d\xef\xd9\x5c\x91\x14\x5a\x38\x57\xc6\x80\x24\xfc\x35\x48\x43\x9f\xbd\x40\x35\xef\x93\x97\x35\x68\x71\xea\x73\x6e\x64\xba\x52\xd7\xee\xa7\xc7\xe7\x6b\x21\xda\xe4\x24\x21\x78\x20\xce\x84\xb4\xe1\x11\x50\xb1\x93\x83\xf9\x06\xd1\x61\xcd\x2d\xa6\xa4\x2d\xbe\x1a\xcd\xda\x7d\xe2\x2e\x6a\xb1\xd1\x73\x49\xc9\xc3\xdf\x6e\x7f\x07\x44\xdd\x15\xa3\x43\xb4\x67\x70\xb3\xb5\x38\x34\x69\x8e\x5d\x9a\x82\xcf\xe2\xfa\x33\x6c\xba\x61\x2f\xbb\x57\x2a\xd7\xda\xa8\xc3\xfa\x9f\xfd\xdc\x17\x7b\x64\xfd\x9a\xc9\xe5\x9e\xd5\x7e\x7b\xa3\xc4\x0b\xf9\xc9\x3a\x7a\xb2\xe1\x27\xdb\x3d\x14\x5e\x3b\xfe\xbd\xe7\xdf\x87\xfd\x4f\xd2\xec\xb5\xbc\x6b\x24\xba\x86\xd1\x89\x71\x0b\x27\x6e\xe1\xcc\xbf\x2f\x7b\xf5\x3f\xbc\xee\xc9\x43\x81\xad\x72\xf9\x3d\xa7\x92\xe4\x2f\x14\xf7\x30\x5f\x94\xcc\xa8\x6b\x32\x72\x4a\x58\xbe\xc1\xf0\x8f\x8c\x59\xe1\x7b\xd6\x68\x26\x97\x72\x8d\x74\x22\x9b\xe8\x59\x3f\xc6\x6e\x59\xd7\x92\xfb\xe0\x34\x61\x2f\xb8\xa2\xe4\xb8\xb5\x0e\xc3\x4b\x9b\x7f\x69\x73\x21\xdc\xb3\x81\xce\xd6\xa1\x3e\x0b\xe0\x01\x94\xa3\x8c\xa0\xc3\x9a\xcd\xca\x6d\x74\xd9\x98\xa1\x1b\x85\x54\xfb\xa7\x7f\x68\x3f\x67\x12\xc1\x05\x74\xf4\x86\xcb\x26\x7f\x01\x93\x64\x46\x50\x2b\xfc\x6a\x04\xd8\x77\x3b\x02\xf5\x18\x6c\x01\x07\x51\x01\x85\x0a\x09\xf4\xc0\xa9\x41\x9f\xc1\x1a\xed\xfe\x21\x9e\xd0\xc3\x0f\x61\x37\xbf\x0b\x49\xd9\x43\xa2\xef\x9e\x1e\xb2\x43\xa1\x96\x4e\x70\x33\xec\xe6\x77\x21\x29\xa6\x2d\xca\xe4\xaf\x42\xa7\x10\xde\x3a\x5c\x6b\x80\x05\xfc\xba\xb5\x1c\xa5\x8d\x51\x15\xe7\x72\xb3\xb9\xdf\x45\xf1\x44\x8d\x8d\x29\xc1\x6f\xe0\x5c\xd6\xff\xfd\x38\x03\x4d\x80\xed\xd0\x39\xdd\xec\xd8\xef\x42\x6f\xd2\x73\xb6\xf9\x61\xce\xfe\xb3\xb6\xa0\xeb\xc5\x86\x39\xfd\xaf\x36\xcc\x91\x3f\x32\xb7\xb0\x61\x0e\xab\xff\x22\x86\x89\xdb\x0a\x2d\x6c\x98\xcd\xcd\xb6\x16\xd2\x60\x5a\xfc\xae\xb5\xa5\x95\x5d\x49\x61\x17\x9c\xdd\xcd\xe6\x7e\x19\x12\x95\xea\xda\xe6\x87\xae\xfd\x2f\xdb\x5a\x21\xcb\xe4\x3f\x0e\x53\x95\x7e\x18\xe6\xff\xb8\xb9\x08\x97\xff\xf7\xdb\xa3\xac\xd4\xc1\xba\x38\x39\xdc\x57\xed\x44\xf2\x24\x24\xa6\xf1\x8e\xe4\x56\xef\xe5\x12\xee\x1b\x2b\x62\xa9\x29\xfa\xfc\x81\x03\x8f\xaf\x74\x5a\x90\xcc\x96\xb2\xca\xce\x46\x95\x7d\x32\x18\x61\x9d\x41\x90\xa2\xbc\x60\xdf\x27\x9d\x7a\xbe\x6b\xb3\xe0\xca\xb3\x49\x20\x2e\xf9\x93\x48\x7d\xe5\x08\xf5\x7a\x26\x3d\x98\xcf\xe0\x0d\x4b\xca\x91\xf2\x32\x26\xa0\x61\x4e\x16\x59\x91\x1b\x64\xf4\xe4\xb8\xe7\xce\x9c\x42\x69\x46\x45\x36\x47\x95\xf0\xbf\x07\xb5\xb0\x77\xea\xe9\x13\x98\xb3\xca\xe8\xbd\x9b\xdb\x21\x57\x78\x71\x40\xd8\xc5\x34\xd0\x55\x41\x66\x27\x4a\xbd\xc2\x6d\x92\xb3\xed\x67\x67\x96\x66\x69\x76\x1c\x48\x77\x70\x69\xd0\x67\x64\x0c\xa8\x37\x75\xab\x27\x59\x66\xef\x88\x79\x2d\x69\x54\x59\xb1\x07\xfd\x24\x64\x49\x52\x9f\x8e\xaf\xcd\xe1\x7a\x59\x46\x6b\x4a\xea\x66\xdc\x5c\x42\xf0\x0d\xdd\x9d\x44\xaa\x70\xe8\x68\xf5\xb6\x7a\x05\xb3\x7f\x96\x1c\xa2\xec\x07\x55\xc8\x17\x27\xfa\x6f\xb0\xa0\x9a\xea\x60\xc5\x18\x88\x53\x4e\x73\x33\x36\x12\xfb\x9c\xf4\x32\x67\x79\xd2\xb3\x78\x90\xa4\xd5\x60\x45\x60\x53\x14\x58\x5c\x9b\x20\x5d\x7d\x48\x66\x62\xaf\xa2\x4c\x4a\x12\xa7\x26\xf3\x3b\xf6\x51\xec\x0b\x45\x4a\x3b\xb7\xb2\x33\xd9\x58\x8b\x5c\x3d\xa1\x39\xde\xac\x23\x92\x6d\x23\x69\x93\xaf\xa7\xb3\x45\xb6\x13\xc8\xc9\x75\x84\x60\xd7\x1e\xaf\xbe\x39\x64\x29\x5f\xb8\x9c\xf2\x26\x8f\x51\xc6\xde\xcd\xf6\xdd\x4e\xef\x4d\xfb\x91\x5e\xb3\x04\x87\x4f\xbc\x40\xf2\x54\xe2\xb2\xfb\xf3\x57\x46\xfa\x1c\x70\xc7\x47\x4b\xb6\xfd\x61\x63\xd2\x16\xde\xc0\x83\xb2\x01\x0e\x8c\xad\x74\x00\xcd\xc9\xa9\x2d\xd6\x92\x10\x51\x1f\x79\x61\x93\x3b\x7f\x85\x47\xc3\x90\xa0\xa1\x55\x4d\xae\xf1\xa0\x57\xdb\xaa\x58\x7e\x24\x57\x7d\x8f\xe2\x15\x9b\x62\x76\x60\xb1\x6d\x0b\x95\x09\xee\xd9\x15\xdd\xdd\x65\xec\x0c\xca\xc6\x19\xeb\x65\xcb\x4a\x88\x9c\x15\xdc\x6b\x1a\x51\x76\xf2\x5b\xb8\x95\xb6\x76\xac\x2e\x6e\x9a\xd8\x5d\x83\xea\x57\x64\xbe\x54\x5f\x23\x6f\xec\xab\xbc\x05\x8f\x65\x47\x35\xb4\xec\x8e\x72\xfe\x81\x5f\x26\x2a\x2b\x4e\x21\x1e\x55\xcc\x7a\x84\xaa\x40\x97\xe1\x96\xd4\xae\x81\xf5\x1a\x0b\x8e\x13\xb9\x1c\xe1\x9b\x94\x83\x9f\x33\xde\xf3\x11\xa8\x2a\x8e\x89\xe9\x91\xab\x9b\xaf\x99\xf2\x2d\xc5\xcb\x34\xd9\xd9\xaf\x44\xcb\x63\x0b\x16\xd5\x3e\x35\xbf\xad\x90\x2a\x78\x30\xdd\x21\xe7\xdc\x8c\xc5\xb8\x0a\x6d\x78\xe7\xbd\x8a\xdf\x47\x19\xeb\x4c\x89\xde\x28\x10\x59\x5a\xd5\x5e\xf6\x2c\x85\x28\x4a\xc6\x0b\x22\x39\xe0\x64\xb5\x20\x8d\x12\xfa\x2a\xa1\xc6\x3b\x0f\x65\x98\x16\x3a\x17\xbe\xbf\xb7\x4a\xd7\x34\x7e\xb4\x0b\x62\xec\x09\x3f\x43\xa9\x18\xa6\x82\xb2\xef\x3e\x53\x3b\x15\x18\x5c\x9e\x4c\x3b\x59\x4f\xb8\x8c\x1c\x35\xc2\xfc\xb0\x57\x4c\x74\x6e\x5b\x94\xc9\xdd\x4d\x4c\x1e\x83\x47\x35\x35\x53\x8a\x31\x50\x5d\xee\x29\x79\x58\x90\x7a\x0b\xef\x42\x50\xd5\xe5\x59\x46\x60\xdf\xbd\xa2\x05\x4b\x24\x55\xa8\xae\x15\xaa\x60\x36\x5c\xf1\xf2\x98\x75\xc4\x88\xf4\xbf\xb6\x02\xea\xe6\x10\xce\x1d\xa4\xf9\x78\x22\x3d\xf0\x3b\xb4\x3c\x7d\x2d\xdb\xf0\x99\x83\x48\x96\x8d\x92\xd2\xb0\xfc\x09\x31\xba\x61\x65\xfb\xc2\xae\x58\xc7\x75\x74\x50\xec\x37\x88\xa2\x08\x51\xfe\x22\xc9\xa7\x2a\x59\x78\x1a\x6c\xf1\x7f\x97\x20\x91\x76\x36\xd6\x14\x28\xbb\xc4\x8f\xd4\x51\x6d\x29\x11\xf7\xa3\x58\x04\x1a\x68\xf9\xe2\x53\xa8\x13\xed\xa2\xfe\xe6\x48\x3a\x8f\x57\xea\xdc\x11\x55\x02\xb9\x3d\x92\xa0\x56\x97\x15\xae\x54\x26\xc9\x4d\xcd\xed\x6c\x51\x0a\x51\x96\x40\xba\x1c\xd6\x81\x3c\x4a\xda\xa8\xc3\xd6\x5c\xca\xe4\xe5\x46\x9b\xbf\x64\x67\x17\x4a\xdf\x43\x44\x89\x42\xc5\x77\xf4\x9e\x5a\xd5\x9b\x02\x8c\x13\xde\x4a\x6e\x9b\x7e\x55\xae\x7f\x0d\xc8\xfb\x43\x77\xef\x8d\x20\xd2\xf2\xb2\xc6\x7d\xab\xee\x29\x80\xb1\x40\x1e\x47\x75\x49\x65\x5e\xa9\x2f\x67\xd9\xe0\x32\x75\x12\x79\xd4\x89\xf8\x82\xe1\x81\x1c\xc5\xd4\xbb\xee\xe9\x0c\x8d\xbe\xeb\x79\x27\x77\x84\x1c\x57\xc9\x50\xa2\x0e\x55\x81\x7f\x75\x29\xa0\x3b\xe6\x85\xf8\xa9\x72\x40\x2c\xfa\x17\xa5\x90\x3b\xca\xca\x0b\x25\x39\x3c\x51\x72\xfe\xcf\xea\x4b\xf2\x9d\x32\xaf\xf4\x64\x97\x32\x12\x93\x4d\x38\xb1\x99\x44\x8b\x0a\x75\x26\x40\x46\xd7\x1d\x9a\x4a\x9a\xc8\x8c\x64\x62\x39\xd0\x04\x71\x48\x56\xe3\x5b\xa5\x76\x5c\x6a\x1b\x95\xd2\x07\x36\x6f\x51\xa9\x8b\xe4\x28\x77\x75\xe0\x62\xfb\x03\x3d\x51\x61\x93\xf8\x60\xa2\x32\xea\x83\x20\xaa\xf6\x92\xa4\xe3\x03\x8d\x66\x85\x8a\x1f\x13\x09\x30\xc7\x13\xd7\x3f\x1e\xa8\xc7\x0d\x4b\xef\xad\xed\xd5\x06\xe5\x32\xe7\x03\xe5\x12\x0e\xec\x1b\x65\x0a\x5c\x26\x1f\x95\x19\x92\xe6\xbd\xab\x7b\xa1\xa7\x2a\x2c\xf2\x54\xa1\x4b\x13\x00\xa8\x98\x0d\x27\x6e\x6d\x3b\xd2\x34\x61\xdf\x05\x14\xad\x9c\x07\x18\xca\x73\xf9\x40\x97\xc0\x4a\x22\xa0\xa2\x42\xdf\x56\x15\xa2\xa9\x47\xec\x97\xa7\x45\x0b\xbe\xd8\x4b\x22\x77\x03\xfa\xa9\xe6\x16\xcd\xe2\x19\x7d\x7f\xa2\xea\x47\xb9\x06\x0b\x73\x96\xf5\xa7\x48\x2b\xea\x2e\x97\xc8\x5a\x80\xe8\x78\x1c\x82\x1d\x7c\xca\x14\x80\xc5\x7a\x6b\x17\xeb\xdd\xd7\x87\x50\x5f\xc4\xea\x8d\xfe\xbe\xf4\xf1\xf7\xa7\xee\xff\xfa\x9e\xe6\x83\xf2\x67\x8d\xde\x31\x1f\x89\xad\x7f\xe0\xbd\x4f\x0c\xdd\xe0\x89\xf7\x3d\x70\x36\x75\x81\x97\x3a\xb9\xe2\x1d\x25\x80\x26\x07\x5b\x9b\xe2\x19\x2d\x34\xbe\xdf\x28\x6e\x1d\xe7\x6e\x7e\x22\x52\x10\xa6\x4e\x57\x5d\xe2\x13\xa4\x16\x19\x74\xe3\xa3\x35\x40\xaa\x44\xf5\x96\x9c\xb7\xaa\x8d\x79\xab\xb0\xd7\x52\x19\xbe\x24\xb7\x67\x2e\xbc\x31\x71\x05\xca\xf9\xe1\xd7\x6a\xf2\xe6\xc4\xe9\xe5\x5f\x61\x17\xef\x64\xfd\xc0\x3a\x2b\xd5\xe0\xfd\xc3\x4f\x54\x83\x12\x8b\x0e\x36\xaf\xe8\x60\x99\xdc\xc1\x90\xa3\xf0\xaf\x44\xaa\x82\xba\x70\x6e\x17\xc3\x4b\x15\x4a\x28\x00\xd2\xcf\x15\x63\x06\xe2\x46\xd5\x57\x0b\xe6\xae\xcd\x34\x8b\x26\xd6\x43\x76\x7d\x3a\xca\x14\x65\xf6\x95\xdc\xf3\xbd\x34\xe1\x3e\xef\xcd\x9e\x4f\x0d\x6e\x2b\x79\x6c\x39\x1e\x5b\x26\x1e\x5b\x8a\x38\x33\x69\x0e\x8e\x28\x36\x3e\x1a\xd2\x7c\xab\xd4\x94\x4b\x4d\xa2\x52\x89\x83\x96\x58\x75\x85\x45\x5f\x72\xf1\xc5\xd1\xd0\xd4\xef\x65\x42\x2e\xb3\xfa\x43\x99\x0d\x97\x59\x1f\x29\xa4\xed\x60\x31\x2b\x1c\x39\x6c\xb6\x4f\xa1\x01\x40\xa0\x60\x87\x16\xbc\xbd\xc8\xe0\x49\xf0\x0d\x67\x7a\xd2\xa2\x17\x50\x8a\x21\x51\x55\x15\xe4\x94\x0a\x1e\x75\xc1\x39\xc9\x60\xea\xe5\x5b\xc9\x63\xa2\x64\xf5\x8f\x25\xeb\x89\x92\xeb\xb8\xa4\xa8\x12\x14\x25\x27\x2b\x09\x11\x3f\x56\x3e\x32\xe7\x5e\x96\x42\xbd\x55\x8e\xc4\x29\xb5\x70\xfb\xc3\xe8\xb5\xa6\x9b\xde\x7e\x48\x7c\x19\x28\x84\x6b\xca\x9c\xcd\x78\xea\x53\xc4\x5e\x9f\x4f\xdc\x9c\x96\x6c\xdf\x2f\x27\x34\x47\xc7\xbb\x33\xe1\x9c\x34\x4c\x50\x5d\x82\xff\xf1\x29\xd4\xbe\x29\x98\x11\xef\x57\x96\xb0\x64\xd0\xa0\x6c\xb2\x41\x3b\x77\x33\xb4\x0a\x28\xcd\x50\xe2\x2e\x60\xcc\x4d\x52\x08\x0c\xc9\xf9\x20\x56\x5b\x28\x40\xe0\x0c\xc9\xdf\x19\x37\x57\xe2\xf1\x80\x93\x2f\xe7\xd4\x1f\xdf\xc5\xf2\x7c\xf2\x1d\x41\xc3\x31\x19\xbf\x7e\xa7\xaf\x10\xc5\x17\x3d\xde\xe1\xb0\x51\x47\xd2\xfd\xe3\x21\x0c\xe9\x4b\x38\xdf\xa9\x17\xd4\xde\x90\x60\xa8\x63\xf5\x5d\x94\x3a\x45\x9f\xe3\x64\x17\x28\xd9\xe1\x30\xc1\x92\xe0\x71\x9b\x99\xfd\x8a\xfc\xcd\xdc\x98\x4f\xee\x14\x65\x23\x29\xf2\x63\xa2\x08\xd4\xca\xcf\xcf\x7f\xe8\x8b\x51\xd6\x44\x73\x39\x24\x5e\x3c\xf9\x51\x7e\x61\xbe\x5d\xb2\x7e\xea\xd2\x91\xd2\xdb\xe2\x31\xe9\xba\x86\x14\xea\xfc\xc3\xe3\xf8\xcb\x6d\xa4\x22\xd0\x07\xe2\x87\xa9\x01\xe8\x6b\x02\xc1\x75\x48\x6e\x61\xc9\xe5\x27\x51\x6c\x48\x4e\xd5\x3f\x3c\x4e\xce\x00\x3d\x1e\x00\x69\x4b\x2f\x6f\x72\x01\xe3\x77\x7d\xda\x13\xbf\x58\xdc\x38\x45\x56\x87\x7c\xee\x79\x4f\xc5\xef\xda\xe4\xa2\x99\x5c\x61\xe6\xfc\xaf\xfb\xcb\x89\x31\xb5\x24\xf0\xc3\xbc\x25\x77\x22\xcf\xcb\x90\x3e\xfa\xc3\xb0\x7f\x98\xbb\x8c\x24\x12\x7a\xb5\xf4\xbb\x1f\x9b\xf9\xe1\xf1\x0f\xe7\xfc\x87\xbe\xff\xdb\xc6\xf9\xb1\x8b\x3f\x7c\xf4\x87\xc7\x3f\xec\xfc\x1f\x96\xf5\xdb\xe3\x91\x70\x72\x86\xc3\x6c\xe7\x8f\x2c\x24\xfa\x42\x7d\xc1\x02\xfd\x11\x3d\x98\xca\x31\x05\xb9\xf5\x98\xd7\xf4\x8a\xd0\x00\x31\x0e\x2d\xa7\x33\x5a\xda\x49\x2d\x55\xf1\x45\x6f\x99\xa5\x95\x41\xec\xdd\x67\xe9\x66\x55\xc2\xfc\x6b\xc3\x56\x6a\x6a\x9e\x97\xa4\xe8\xb8\x58\x33\x44\x20\xf7\x2b\x7f\xfa\xea\xb8\x28\x53\xb6\xe0\xc5\x87\x3e\x71\x1b\xeb\x0c\xad\xc9\xa0\xf6\x2f\x95\xeb\x4d\x82\x0a\xb5\x32\x21\xcb\x80\x6b\x47\xa8\x77\xc8\xff\x7a\xf3\x7e\xf1\x9f\x64\x4f\xda\x0d\x80\xca\x86\x30\x31\xa8\x1a\x26\x60\x68\x7b\x4b\x98\x87\xb2\x06\x0d\xbc\x26\xf7\xf4\xa4\x7d\x67\x5e\x3b\x51\xb4\x57\xec\xba\x0e\x87\x85\x3c\xcd\xc6\x33\x78\xe3\x94\x7c\xbe\x04\x17\x46\xda\xc1\xa9\x34\x9e\x56\xe2\x79\x61\xc5\xf5\x5e\x10\x34\xa5\x4f\x42\x54\x6f\x86\xb9\xa0\x8a\x06\x08\xbf\xc4\x3a\x32\xa3\x89\x6c\x89\x33\x2b\xd9\xe6\xe8\xfb\x6a\x00\x87\x4c\xca\xfa\x0f\x3f\xd3\x76\x05\x9e\x37\x93\xb2\x51\xa5\x68\xb6\xc3\x0a\x70\xfb\x33\x8c\x43\xc3\x86\x82\xe5\x0c\x85\x8f\x41\x3b\xd7\x0b\x49\x83\xa7\xa1\x76\x1a\x88\x95\xed\x95\x29\xad\x62\xc3\x2e\x10\x44\xae\x7b\x37\xd9\xb3\xcd\x18\x52\x47\x88\x5e\xfa\xd5\x35\x32\x59\x21\x11\xcc\xf1\x8b\x1c\x90\x58\xb9\x88\x10\xeb\x36\x39\x96\xde\xbb\x47\x18\x6e\xdb\x93\x4f\xbc\x1d\xc2\x7b\x9e\x5d\xa0\xb3\x9e\xb0\x18\x08\xbf\x43\xda\xde\xcf\xa1\x6e\x91\x1d\x5c\x3d\xe1\x34\x64\x83\x2a\xb6\x57\x23\x48\x55\xc4\x12\x8c\xe9\xf6\xdf\x61\xa9\x73\x27\x36\x80\x62\x67\xf5\xa9\x08\xe3\x4f\xd0\x4b\x57\x88\xde\x0c\xca\xb7\xf7\x39\x6b\xd6\x26\xcc\x9c\x50\xce\x2c\x0f\x02\x06\x97\xcd\xcb\x2d\xe2\x32\xe0\x3b\x86\x25\xc3\xe7\xfb\xc0\x25\x61\xd5\x78\xf6\x68\x09\xa7\xc2\xc4\x4e\x09\xf5\xb0\x86\xd3\x2b\x9c\x33\x1e\x37\xf0\xc4\xf1\x11\xa5\xaa\x1e\x74\xf3\x3e\x7b\x9c\xbb\xcf\x71\xd3\x50\x19\x10\x8d\x12\x9f\x8d\x05\xb7\xbd\x96\xc2\x69\x28\xc4\x14\x26\xd4\xc4\x5b\x89\x2c\xf3\x66\x05\x2a\xd0\x86\xb3\x38\x58\x5b\x1b\xdf\x5b\x57\x33\xca\x1c\x55\x40\x80\x9e\xc9\xc1\x94\x79\xa6\xb2\x55\x15\xa5\x91\x9a\xef\x93\xa9\xd0\x49\xa4\xa8\xe2\x22\x99\xca\xe3\xc5\x08\x0c\xdf\xe6\xa3\xaa\x0c\x92\xaa\xbb\xc5\x32\x3e\x42\x69\xb4\x66\xff\x05\x56\xfa\xac\xb0\xc8\xfe\xfc\x12\xbb\x16\xb9\xb3\x0b\x76\x93\x71\x5b\xb6\xe7\xd6\x05\x79\x7c\xb6\x5f\xcc\xe4\xb9\x42\xf8\x2e\x1a\x20\x93\x41\xe9\x0b\x7b\xbc\xfc\x85\x87\x25\x10\xc2\xc6\x5a\x22\xa2\x8d\x19\xe0\xfd\x99\xe3\x51\x28\xb0\x4e\xcd\xe5\xe2\x4c\x13\x45\x9e\xc5\xf6\x06\xae\xd6\x9d\x03\x2a\x53\x46\x63\x8a\x4c\xd2\x0c\xaa\x83\x86\x5b\xa6\x67\xaa\x20\x01\x77\x07\x82\xc1\x96\x3c\x22\xdb\x4c\x4d\x84\xdb\xd7\x5b\x75\x93\x40\x22\xcf\x9d\x13\x6a\xe0\xf5\x85\x3d\x72\x74\x8b\x1b\x8c\xd9\x9d\xf0\xd8\x79\x42\x3a\xec\xb5\x61\xc2\xe3\x0f\xec\x1e\x8a\x52\x6d\x84\x09\x4e\xa9\x21\xf5\xbe\xfd\x48\x11\xb7\xcf\x2c\x43\x13\x83\xb6\x95\xe4\x6b\x82\xb4\x01\x10\x3e\x92\x47\x6c\xa2\x50\x2f\x01\x59\xc4\x45\x11\x24\x4a\x5c\xfd\xad\x76\x31\xc9\x23\x53\x03\xe3\xec\x25\xff\x76\x85\x3d\x57\x1b\x40\xe3\xf4\x40\x1b\xed\xf7\xef\xa4\xf1\x68\x89\x2e\xc9\x1f\x8f\x43\x62\x56\x9e\xeb\x16\x3e\x46\x94\xa3\x21\x2d\x5e\x15\x47\xf8\x73\x39\xff\x8a\x8f\x7a\xf3\xb5\xca\x1b\x47\xd3\x88\x30\x2a\x88\x0d\xe1\x08\x45\xf9\x49\x9c\x9a\xda\x9c\xd3\xc7\xbf\xca\x0a\xb0\x88\x1a\xcf\xcf\x7c\x4b\x28\xc2\x6e\xa2\x34\x97\x67\x3a\x9a\x9d\xcd\x99\x57\x46\x99\x4c\x92\xde\xd6\xc4\x64\x7d\xdb\xea\x48\x2d\x16\x1d\xfe\x8c\x12\xff\x1f\x6f\x7f\xb6\x9d\xba\xee\x7c\x8f\xa3\x0f\x04\x63\xd0\x77\x97\x92\xec\x28\x8e\xe3\x38\x0e\x21\x84\xdc\xa5\x05\x4c\xdf\x1b\x9e\xfe\x0c\xd5\x2c\xd9\x86\xb0\xd6\xde\xfb\xf3\x3d\xbf\xff\x4d\x02\x46\x56\xaf\x52\xb5\xb3\xdc\xb5\x53\x0c\x85\x0b\x2c\xe0\xc9\x1a\x14\x94\xdd\xa6\xc9\x17\x3f\xb8\x5c\xe5\x9c\xc5\xeb\x08\x27\xb2\x05\x1c\x42\x02\x8e\xfd\x09\x57\xd4\xa5\xfe\x5e\xa2\x6f\x2f\xce\x02\x39\x11\x7b\x2d\x22\x77\xc0\xd5\x26\xf8\x3d\xd1\x63\x2e\x16\xc7\x9c\x02\x62\x4a\xca\xe3\x2f\x9e\x70\xef\xe7\x40\x1b\x31\x55\x46\x42\xff\xe0\x7c\xce\x31\xc9\xf1\x29\xdf\x9e\xda\x4a\x3b\x8f\x22\x7d\x47\x0b\xfd\x4a\xdb\xb0\x47\x8b\xf5\xd1\x49\x27\x98\x96\x62\x4a\x1d\xf3\x80\xa4\x8f\x00\x96\x75\xef\x89\x15\xd7\xb4\x23\x77\x52\xb8\x2f\xf3\xbc\x9a\x9f\x2e\x6d\xd8\xd9\xe0\x18\x09\x00\x9a\x70\x0a\x61\x39\xe2\x54\x9b\x17\x4f\x71\x34\x56\x4a\xdd\xb1\x2d\xe0\x88\xbe\x16\x58\x23\x6a\x18\x92\x08\xa8\xc9\xa1\xe1\xa4\x9b\x7b\xbe\x8a\x96\xc3\x94\x8b\x72\x1b\x17\x16\x07\x56\x17\x05\x74\x51\x1b\xae\xef\xa7\x4a\xd9\x5f\x54\x1f\x66\xb6\x06\xe1\x35\x2a\xd6\x5d\x6c\x65\x4a\x34\xbb\x42\x85\xf4\x6c\x2a\x1b\x7b\x0c\xbe\x18\x09\xf7\xd5\xb4\xba\x53\xea\xe9\xa9\x75\x52\xbf\xdb\xc9\x19\xf0\x0a\x14\x10\x39\x76\xe9\x5b\xcc\xda\xf7\xa6\x83\x0d\xc6\x15\xba\x42\xc5\x44\x5b\x0a\x68\x7f\x29\xd7\x0e\xab\x77\xc8\xb3\xda\x96\x72\x39\x51\xcc\x4a\xa6\xf4\xea\x01\x3e\x7f\x41\xe2\xd8\xbe\xa9\x8f\x36\xcb\xdb\x5b\xae\x7f\xe8\x66\xb1\x1f\x33\xb4\x40\xe8\xe4\xe6\xb8\xd9\x9a\x61\x1c\xad\x83\x25\x4e\xd4\xc8\xbd\xb4\x6a\x52\x8e\x56\x02\x30\xa4\x92\xed\xf4\x55\x95\x10\x58\x5e\x01\xaf\xd6\xfe\xf6\xea\x82\xac\x9e\x62\x9c\x0e\x7b\x50\x43\x42\xf7\x2d\x19\xc7\x9c\xfb\x69\xaa\x20\xd0\xc2\x31\xd7\x92\xeb\x70\xb4\x45\xda\x5a\xc5\xd2\xb2\x05\xa9\x87\x32\x87\xdc\x40\x88\x99\x03\x3b\xf1\x15\x33\xb6\xf0\xa7\xa4\xd1\x1c\x66\x43\x8e\xc9\x76\x51\x46\xbf\x4b\x72\x81\x97\x76\xac\x79\x1a\x53\x82\x88\x9a\xda\xf3\x24\x9a\xe7\x0b\x92\xb4\x4e\x30\x4a\xff\xae\x90\xd1\x61\xea\xbc\x23\x12\x7e\x93\x17\x7b\x23\x4b\x8c\x24\xcc\x97\x38\xdd\xda\x65\xf0\x03\x7e\xe3\x44\x1b\x68\x28\xf9\x6d\x58\xfa\x92\xcd\xf9\xe8\xdd\x39\xc0\x9d\xcf\xe6\x78\x78\x43\x1d\x5e\xc9\x2d\xc6\x0b\xf3\xf7\x24\xe7\x18\x6a\xde\x5c\xe6\x57\x69\x69\x57\x09\x66\x2d\x71\x24\x8d\x0e\x90\xa3\x2d\xd4\x84\x77\x56\x40\x3e\x65\xb5\x1a\x4e\x50\x8b\xaf\x41\xd1\x17\x9f\x4f\x48\x4b\xd7\xef\x90\xb6\xb5\x4d\x27\xb6\x22\x19\xe1\x8a\x24\xa3\x5d\x3a\x41\x9a\xa1\xa2\x0d\xf1\xd8\x32\x54\xd1\x02\x76\xed\xd4\xee\x14\x08\xf7\x74\xfd\xec\x92\xcb\x03\x5c\xa6\x26\x92\x95\x9b\xe1\xf8\xa0\x8a\x43\x47\xdd\x32\x54\xf2\x34\xf9\x25\x50\xb9\xf3\x8b\xea\xda\x7f\x11\x49\xa6\x17\x11\x92\x33\x47\xdd\xd4\x30\x2b\x47\xf8\x56\xf4\x4e\x19\x95\x09\xa6\xb2\x3c\xe4\x48\x0e\x58\x5b\xa7\x1f\xc4\x44\x51\x3c\xa0\x9a\xcb\x19\x59\x66\xde\x29\xa7\xef\xf2\x1d\x59\x5b\x5d\xa1\xbe\x56\xb9\xcf\x2a\x2b\x02\xa9\x9a\x1c\xf1\x54\x2c\xa1\x74\x29\xb3\x3c\x71\xf9\x2d\x62\xbc\xeb\x27\x05\xa7\x55\x57\xa8\x57\xf2\x78\x20\xb2\xe0\xde\x1d\x7b\xf9\x7e\xb5\xd6\xcc\xcd\x19\xd6\xb4\xe6\x65\x6f\xd7\x73\xaf\x37\x93\xb3\x6a\xd3\x8f\xa3\x53\xae\xd0\xf8\xc4\x87\x57\x8b\xee\x7d\x76\xd5\xc6\x9c\x2f\x12\xe9\x69\xbb\xec\x99\xf8\xfc\x76\x75\x9c\xfe\xf5\x2e\x17\x7a\xa8\x8e\x3c\xdc\xb3\x60\xbe\x3e\x59\xb7\xb1\x32\xde\x94\x1d\x43\xb1\x4e\x84\x92\xf2\x62\x58\x1f\xef\x86\xb6\xe1\x3b\x90\xcb\x4d\xfd\x63\xa4\x7b\x7f\x19\x39\xdf\xd8\x60\x78\x73\x21\x8b\x03\x31\x92\xe4\x8d\x92\xe4\x3a\xdd\x39\xca\x6c\xc4\x4d\x98\xc0\xfe\xd4\x71\x2d\x06\x1f\x61\xbe\xd2\x15\xb0\xeb\x0d\x33\x3c\xe0\xb8\xdf\xbd\xd5\x5c\x3a\xa9\x87\x8f\x4a\xc8\x1e\x49\xaa\xda\x0b\xaa\xa2\x5a\xb2\xb2\x61\xeb\x75\xcb\xc9\x51\x0d\x55\x92\x30\x20\x57\xe5\x56\xe5\x0d\xd1\x53\x85\xb6\xc7\x92\x8d\xf0\x1b\x89\x26\xca\x68\x62\x22\x47\xc7\x0c\x2d\x76\xa3\x5a\x12\xa0\x0d\x74\x08\xd6\x0a\x11\x11\x07\x1c\xf5\x95\xe4\xbe\xa6\xff\x10\x29\x93\xbf\x90\xe8\xe5\xb6\xd9\x4e\x2e\x88\x38\xae\x7d\x68\x66\x39\xb8\xcc\x47\x65\x25\xf4\xe0\xbb\x79\xe0\xbc\xe4\x2e\xee\x43\x72\x3b\xda\x49\x8a\xc3\x29\xa9\xf3\x96\xb5\x15\x1b\xb4\xf0\x38\x54\x82\x9d\x6d\x43\x76\x5e\x58\x48\x4a\xca\xec\xd6\xe4\x96\xd2\x25\xab\x1b\x8c\x87\x31\x13\x71\xaf\x6e\x9f\x30\xbd\x9b\x9d\xb9\x4f\x02\x02\xd4\xbd\xcd\x45\x79\x0c\xc1\x2d\xf7\x43\xb0\xce\x3e\x9e\x91\x2c\xda\xa7\x28\x82\xad\xdc\x56\x72\xcc\xfc\xa5\x37\x53\x97\xf3\xa8\x80\x6d\x5f\xfe\xc9\x9b\xc9\xa5\xcc\x16\xfe\xae\x4c\x65\x3f\x4f\x27\x3a\x7d\xbd\x23\x92\x45\xbf\x03\xe9\xe1\x54\xa6\xf5\xe9\xd7\xf1\x74\x0c\xce\xee\xb3\xc1\x8f\xab\xe7\x8f\x6b\xf8\x4a\xa2\x67\x0b\x60\xdd\x8c\x24\x8e\x46\x8e\x92\xf9\xa0\xb1\x4c\xca\x88\x97\x31\xd3\xe8\xba\x98\xbd\xef\xf1\x91\x7f\xdd\xa3\xbc\x3f\xb6\x0e\x12\x94\xff\xda\xec\x21\x1f\xbc\xda\x2a\x51\xc5\x99\x52\x95\x1b\xb4\xc2\x71\x36\x2e\x5f\x7e\xc9\x1d\x1d\x13\x84\xf8\xef\xac\xd5\x03\x08\x18\x2e\xa2\x52\xdc\xe4\xee\xec\x57\x4b\xd5\xcc\x41\x6f\x61\x37\xbb\x37\x57\x0b\xc2\xa7\x88\x0a\x4e\xc1\x1b\xba\xb3\xbb\xab\x25\xe1\x10\x4c\x25\x47\x5c\x72\x7c\xbd\x24\xae\x46\x94\xe4\xdc\x0a\xea\x9f\xaa\xdc\x22\x12\xe7\xf4\xf9\x4f\x05\x6b\x30\xe7\xba\xcb\xe0\x9f\x06\x9e\x90\x10\xec\xee\xbf\xae\x16\xc4\xdc\x52\xc1\x06\x87\x3b\xcc\xaf\xcf\x25\x2e\x63\x2a\x39\xe7\x81\x2f\xfe\x71\xe0\xd3\x0a\x4f\xe6\xf5\x69\xcf\x0d\x08\xb1\xd8\x6e\x42\x8b\xae\x96\x3f\x97\x45\x77\xd0\x7a\x9a\xa2\x31\xcf\xa6\x7b\xb5\xce\x4f\xd6\x35\x05\xfb\x21\x0f\xe4\xf1\xef\xe5\x46\x08\xa6\x77\x4b\xf7\x57\xcb\x7d\x33\x76\x43\xb0\x07\xfe\x76\x32\xf8\xa7\x41\xf3\xad\xef\x96\x9d\xab\x25\xf9\x9e\xa6\xb5\xe1\x92\xc7\xeb\x25\xb9\x69\x35\xa5\xcc\xc6\x5d\x44\xd7\xb9\x6b\xc8\xf9\x1a\x7f\x30\x85\x02\x5f\x32\x67\x18\x68\x0e\x72\xb2\xbd\xbb\xe5\xff\xbb\x26\xc7\x97\x98\xc2\x85\x01\x5e\x34\x0c\x09\x2b\xdd\xc0\x29\x4d\xb1\xb4\xa8\x6c\xc7\x29\x52\x50\x0c\x69\x43\xf0\xf9\x33\xfb\xbc\xf5\xb3\xcf\x9c\xab\x84\x3e\x8f\x72\x9f\xdb\x4e\xd6\xc2\x09\x5b\x02\x77\x5f\xd6\x71\x8c\x44\xa4\x5d\x65\x8f\x2f\xe1\xef\x79\xc7\xc3\x09\x31\xd7\x89\xfa\x20\xfb\x5c\x79\xcc\x3e\x57\x3f\xb3\xc6\xd6\xbc\xa9\xb3\xd6\x36\x76\x16\xa9\xba\x45\x6e\xe8\x87\x05\xbb\xe4\xa5\x8c\x80\xbb\xb7\x85\x89\x4c\xf1\x44\x9a\x75\xa0\x10\x38\xec\x9b\x0a\x02\xbe\x67\x55\x28\xb8\xd6\x50\x48\xba\x9d\x15\x5f\xff\x55\xf8\xda\x56\x20\xd8\xdb\xe2\xab\xaa\x75\x68\xac\x80\x75\x75\x6b\x74\x29\x44\x9b\xf4\x87\x2d\x9c\x0d\xdd\x11\xd7\xc4\xf9\x86\xa3\x0a\xf0\xf0\x5c\x8e\xae\x59\x55\xc0\x2c\x31\x27\xea\x42\x2a\x8f\x76\x55\x70\x45\x73\x90\x61\x17\x5c\x73\x74\xa8\xa2\xf3\x8c\x91\xe7\x96\xa0\xc8\xde\x54\xf0\x98\x13\x2e\xb9\x6b\x04\x90\x1d\x91\x04\x27\x44\xd2\x07\x35\xfa\x39\xe1\x79\x99\x2b\x5f\x2e\x79\x8f\xe1\x71\xb5\x8a\xae\xb0\xac\xef\xc2\x95\x22\xaa\x73\x69\xbe\x5f\xdd\x25\x30\x39\x9a\x55\xc0\x00\x01\xc5\xb2\x9c\x9b\xe9\xdd\x29\x9b\x7e\x92\x3e\x2f\x66\x7e\x46\x18\xa5\x42\xdb\x39\x6e\x57\x2d\x23\x4b\x73\xe8\x4e\xab\xd0\x35\x14\xaa\x36\x90\x03\xbd\x2d\xff\x65\x35\x87\xaf\xf4\x1b\xaf\xc2\xb0\x76\xf6\xe6\xfa\x6f\x6f\xae\xe0\xa2\xa7\xed\x3a\x8d\x6b\xd8\x09\xf4\xe6\xd6\xbe\x49\x4c\xe7\x95\x43\x7b\xbe\xeb\x69\xf6\x60\x50\xd7\xbc\xbe\x93\x1a\xf3\x83\xa6\xba\xfd\xdf\x3a\x72\xc0\x7b\xbc\x01\x66\x35\x66\xa2\x69\xea\xff\xf6\x1e\x90\x74\x35\xef\x90\x45\x8d\xf9\x6d\xf3\xde\xe9\x6f\xef\x2d\x28\x69\xe4\xe9\x8b\xf7\xd0\xa2\x92\x7f\xf1\xf8\x97\x17\xcb\xa4\x80\xd7\xbc\xc9\x56\xb5\xcc\x0b\xb5\x5b\xf9\x5b\x83\x6d\xbc\xc7\x9b\x70\x93\x1f\x60\xed\x6f\xef\x55\xf1\x1e\xef\xd2\x5d\x7e\x42\x1b\x7f\x7d\x0f\x13\xc3\xdb\xf8\x90\x6f\xaf\xf5\xd7\x09\x25\x68\x9c\x53\xc8\x1b\xfd\x58\x53\x96\xf8\x13\xb8\xd5\x9f\xb7\xc4\x42\xda\x8c\xb8\x66\x53\x90\x10\x88\x2e\x70\x08\x60\xe1\x9e\xbe\x95\x80\x0c\xc5\xc3\xaa\x41\x27\xcc\x9d\x65\x07\x6f\xea\x82\xd0\x27\x24\x9d\x5c\x58\x3a\x86\xd6\x96\x79\xb2\x86\x76\xce\xb7\xe0\x7c\xc8\x5b\xe2\xfd\xec\x71\x0b\xa8\x25\x1a\x10\xb1\xe9\x63\x00\x2b\x68\x4b\x6b\xed\xe3\x7d\xcc\xe7\xe2\xf5\xec\x71\xa9\x8e\xc7\xc9\x79\xe9\x39\xce\xdf\x32\x3e\x7f\xbc\x46\x8a\x15\x3d\xbd\x3d\x7b\xbc\xe4\xc7\xf3\xf3\xc7\x0d\x46\xbe\x02\xc4\x45\x54\xe6\xad\x5c\x91\xc5\x95\x52\xaf\x71\x2f\xae\x9e\xa9\xce\x5c\x21\x62\xe9\x14\x17\x4a\x35\x19\x84\x89\x7e\x69\x48\xec\xc5\x6a\x0d\xe2\x60\x0b\x1e\x5a\xd1\x9c\x06\xa2\x01\x86\xa2\xc1\xe1\x68\xd8\xc6\x34\xa2\x7f\xb5\x11\x3c\x42\xe0\xe2\xfa\xbc\x2b\xc8\x2d\x1a\x70\xca\x6b\x6a\x5e\x11\x43\xfb\x4d\xd9\x62\x5f\xdb\x94\xf4\xfb\x26\x61\x03\x22\x71\xd9\x4f\xe4\x5c\x5e\x5c\x79\x42\x13\xd7\x8f\xd5\xae\x91\x82\x1f\xc8\xad\xdf\xff\xaa\x23\x6a\x2f\x37\xb6\x0f\x5a\xa8\x9f\x2d\x93\xc5\x7c\x2b\x0c\xde\xbb\xd0\xd9\x0d\x99\xa5\x1e\xdb\x52\x3b\xfe\x90\xae\x36\xb7\xa6\x3a\x3b\xc6\x95\xde\x48\xe1\xfd\x14\x03\xe1\x88\x04\xba\xd8\x1d\x68\x39\xe4\xd7\x7d\x95\x34\x95\x15\x60\xb5\x7a\x87\x2a\x0b\x02\xdb\x49\xea\x99\x0c\x57\x5f\x1d\xcb\x1d\x3d\xbb\x19\xec\xb3\xdf\xdc\xa7\x03\xec\xfc\xbd\x62\x53\x1a\x01\xc9\x3a\x1b\x11\x3c\x58\xa3\xca\xe9\x46\x4c\x87\xbd\x23\x7d\x13\x13\x79\xc2\x07\x76\x5c\x84\xc9\x61\x23\x21\xd9\x90\xce\xc6\xdc\xc1\x35\x52\x29\xeb\x2d\x3c\x3f\xd6\xb2\x8c\x9e\xf5\x2a\x55\x7a\xfe\xd5\xac\x5a\x9b\x00\x35\xd5\x42\x53\x70\x77\xf4\xea\xf6\xc7\x06\x4a\x53\x40\x00\xec\x19\xfd\xac\x51\x35\x46\x0f\x18\x6e\x3a\x40\x4e\xb6\x0f\xc6\x25\x9d\x72\x4e\x63\x2d\x94\x4f\x24\x61\x2d\xeb\xb5\x7c\x1f\xd4\x84\x02\xe2\x44\xe3\xac\x6f\xe6\xd5\xc3\x89\xfc\xc1\xbe\x60\x06\x6b\x02\x15\x11\xc3\xbb\x41\xbf\x96\x74\xfb\x3a\x86\x28\x78\xb1\x5a\xd8\xee\xda\x60\x55\x72\xba\x4e\xd4\xbc\x9e\x3f\x02\x33\x7c\xab\xcb\x1b\xcc\x31\xb9\xc4\x77\xe4\x1c\x01\x89\x1d\xb8\x1d\x76\x19\xb4\x77\xbd\x81\xd9\x7c\x45\x61\xc3\xbd\x44\xae\xe0\x6d\x75\x25\x22\xc5\x3d\xc9\x6a\xf2\xa7\x65\x77\xd7\x97\xfa\x36\xb2\x3c\xb2\xcd\x57\x71\x5e\x9f\x6c\x1d\x81\x6d\x40\x09\x56\x74\x45\x1e\x69\x60\xb1\x1c\xc0\xe9\xf8\x94\xee\x07\xf6\x4b\x77\x44\x81\xa3\x34\x6a\xc0\x4c\xf7\x09\x56\x00\xc0\xcc\x70\x64\x2f\xe4\xdc\xd2\x8b\x5a\x0c\x86\x72\x58\x26\xff\x8c\xcf\x12\xd5\xf6\xb8\xa7\xe6\xc3\xa1\x62\xe0\xb9\x34\x08\x66\xe9\x14\x37\x4a\x3d\xd7\xa0\x64\x1e\x62\xed\xf8\x96\x64\x75\x7f\x13\x0a\xcf\xad\xba\xff\xa3\x56\xfa\xa3\xa8\xc5\x4b\xc2\x05\x7e\xc5\xd6\x95\xe4\xce\x31\x9d\x29\xa8\x29\x5f\xa8\x9e\x98\xe5\xa0\xc6\xeb\xaa\xf8\x29\xb6\x36\x17\x26\x2e\x4c\x36\x2f\x79\x55\x96\xb5\xcd\x5f\x97\x62\xc4\xad\xda\xf7\x36\xed\x69\x4f\x78\xa2\x41\x66\xaf\x8f\x1d\xd3\xc3\x1a\x5e\x73\x0f\xb2\xf8\x2d\xfc\x4f\xf3\xc6\x5c\xc2\xb8\xe4\xdc\x21\xf3\x2b\xf2\x1d\x24\x15\x73\x77\x7a\x63\xe2\xcb\x4e\xea\x08\xd5\x85\x3f\xe2\x03\x56\xdc\x38\xaa\x26\xc9\x6a\xe7\x12\xd4\x91\x12\xb0\x9b\x21\x0e\x07\x7f\xef\x91\x33\x7b\x90\x4c\x32\x1f\x94\xa5\xdc\x4c\xe4\x1f\xb6\x4b\x00\xcb\x97\xc7\x25\x86\xac\x00\xe2\x40\xe5\xa0\x8e\xff\xbd\xe2\x8c\x3c\xf8\x49\xea\x8d\x9e\x8b\x36\xf4\x42\x4d\xa5\x55\x4c\x66\xb9\x2d\xe8\x42\x9f\xd1\x19\x82\x2d\x32\xb8\xa1\x58\x08\xde\xb1\x88\x05\x48\x8e\xf0\x10\x82\x35\x48\xbd\x2c\x8f\xf0\x67\x5b\xc0\x76\x75\xc0\x16\xdd\xcb\x16\x53\x99\x76\xd9\x2c\x8c\x8a\x71\x96\xbe\x1b\xb9\xc7\x80\xc2\xd1\xc2\x63\x8f\x48\xb2\xf2\x0e\xb8\xdf\x4d\x69\x7a\xc1\xc8\x16\x95\xbc\xce\x4d\x4f\x65\xe7\x26\x77\x4e\xda\xb4\xdf\xdc\x2f\x20\x6c\xf1\xce\x47\xc4\x0d\xd0\x6f\x32\xf2\xe7\xa6\x29\x9c\x8a\xae\xd0\xd0\x7c\xb3\x9b\x6e\x95\x17\xed\x54\x63\x55\xff\xbb\x70\x5b\xb4\x1f\x0a\xb2\x0d\xf7\x14\xa8\x96\xbc\x98\xfe\x0d\x0c\xf1\x67\x03\x87\xad\x4c\xa9\x0d\x6a\x09\x96\x5c\x8b\xe1\xc6\x28\xae\xdf\x1c\x30\xb0\xa9\x7c\xc2\x88\xc1\x08\x36\xa4\x4e\xd2\x1f\xe8\xfb\xba\x66\x75\xac\x5d\xdb\xf7\x6a\xfe\xc8\xef\x94\xcd\xeb\xe5\x89\xbd\x5c\xd2\xb7\xaa\x7c\xca\x13\xc5\x8d\x54\x2d\x05\xb5\x6d\xbf\x4d\xf8\xc7\x8f\x30\x86\xac\x73\xab\x18\x4b\x65\x53\x14\xaa\xfb\x78\x9a\xd3\x49\x4f\x18\xf6\xa2\xd8\x13\xea\x85\x0b\xad\xa4\xe8\x3f\xb3\x47\x97\x4f\xea\xf1\xf4\x63\x65\x2d\xe1\x74\xe5\x5b\x7d\x73\x8f\x7c\xd2\xcb\x80\x50\x20\xcb\xeb\x1d\xfb\xf8\x93\x99\xfc\x96\x3f\x7a\xc2\x7d\x3c\xec\x55\x5e\xbb\x9b\xf6\x21\x89\x33\x73\xdc\xe3\x31\x4e\x95\xde\xfa\x95\x3b\x94\x6a\xff\x7a\x0a\x51\x4d\xca\x42\x44\xf8\xb1\xa4\x4d\xf4\xfd\x49\xf7\x2e\x29\x79\xbe\xc9\x0e\xdb\xc8\xe9\x08\x91\xe4\x6d\x0d\xb5\x68\x22\x3b\xb7\xe0\xdb\xeb\x7c\x59\x1b\x56\x62\x7a\xe0\x8e\x9a\x3f\x69\xf7\xdd\x96\x9c\x23\x93\xe7\x10\xff\x0c\x1f\xe9\x7d\xad\xd8\x39\xb9\xc4\xc2\x6e\x5d\x83\x1f\xe8\x52\x92\x7c\xca\x2e\x59\xcc\x81\x4e\x87\x95\xad\xe9\xb7\x7e\x5c\xd5\xf9\x32\x62\x14\x27\xb7\xe2\x70\x0c\x9c\xe1\x3a\x28\xbb\x90\x26\x25\xef\x8d\x40\x96\x32\x7f\x63\xfb\xa8\x85\x4b\x96\x65\x42\xab\x67\xf7\x87\x46\xf2\x4b\x63\x5a\xc7\xa3\x99\x6c\xc0\x11\x78\xae\x4e\x3a\x5f\xd1\xc0\xec\x38\xca\x5a\xe4\xff\xee\x00\x7c\x54\x74\xaf\x18\x88\x89\x33\x02\xa9\x5e\xa0\xc2\x5e\x87\x92\x59\x71\xe6\x60\xe4\x77\x27\x33\xe8\x0b\xda\x85\x79\xc0\x63\xa5\xc6\x42\x13\x53\x05\x48\x5b\x70\xb2\x5e\x05\x3f\xed\xf0\x13\xca\xfb\xe5\x83\x15\x09\x96\x34\xee\x80\xad\x42\x36\x76\xaf\x92\xf0\x15\x46\x0b\xeb\x8f\xbf\x41\xe3\x57\xc0\x7d\xf4\x87\xf7\xc5\xbe\xe8\x3e\x32\xc2\x92\x06\x44\xac\xdf\xfc\x64\x8b\x7d\x12\x33\x24\x8c\xd9\xbe\x07\x1c\xcc\x96\x6a\x61\xf1\xfc\xf6\x81\xe8\xd4\x3d\xb0\xa7\x51\x17\x45\xde\x3d\xc7\x60\xb5\x7a\x8d\x6b\xad\x4f\xd3\xd6\x67\xf7\xac\xa1\xa8\x7d\x43\x8c\xf8\x14\x2a\x91\x15\x56\x23\x9e\x77\x66\x22\xb7\x80\xfa\xa0\xbe\x6c\xb6\xdc\x97\xf8\xb2\xed\x5e\x2b\x67\x80\xb9\xda\x01\xd7\x4a\x36\xf8\xed\x3b\x3b\x1c\xfe\xf9\x5f\x58\x3c\x43\xb6\x87\x92\x5a\xaa\x4f\x67\x6e\x05\x9f\x80\x80\x64\xa2\xc8\xcd\x7d\xd6\x57\x9e\xfb\xa2\x2e\xb7\x64\x48\xf0\x6a\xd4\xa4\x12\x70\xe8\xf1\x57\x8c\x5f\xdc\xe1\xf4\xcc\x76\x5e\xca\xf7\xb8\xca\x19\x3a\x0f\xda\xca\x30\xfe\xa6\x7c\x0d\x0e\xdf\x61\x6c\x0b\xbc\x07\xfe\x03\x7b\x37\x30\xe2\x3b\xf8\xb9\x0d\x9d\xa1\x8e\xdc\xb4\xce\xaa\x1d\x81\x7a\xe1\xfa\x8b\x59\xae\xa3\x7b\xee\x73\xc2\x1d\xe0\x5a\x93\x09\x86\x4d\x2b\xe0\x2e\x55\x35\xce\xcc\x66\x3f\xa0\x5d\x25\x74\xfd\x13\xc8\x54\x9c\x51\x32\x42\x7c\x82\xfb\xc6\x4a\xa0\xdd\x03\x74\x42\x30\xc4\x16\x3e\x53\xe9\xb7\xb7\x44\x83\x9a\x30\x63\x02\x4a\x05\xc0\x89\xb8\x0f\x73\x6e\xcb\xa5\xb6\x34\x3e\x7a\x2f\x9c\x37\x20\x7f\x64\xf9\x6a\x1b\xdf\x40\x83\x37\x20\x3a\xba\x7b\x03\x10\xe1\xf9\x8f\xef\x45\xeb\xf2\x02\xa8\x99\x5a\x68\x0f\x1f\x23\x3e\x9d\x95\xbd\x52\xcc\x13\xaa\xe6\xec\x70\xa4\xbf\x2b\x59\x5f\xd4\x5c\x72\x5a\x82\xcf\x1a\xa5\x6c\x40\x36\x77\xf6\x04\x8a\xed\x8f\x77\x45\x65\x6e\xa9\x14\x85\x67\x40\xb1\xf2\x27\xd4\xa7\xcf\xdb\x47\xae\x73\x80\xde\x79\x5b\x2e\xd2\xbe\x5e\xc4\x13\xaa\xe1\xea\xac\xc6\xca\xd5\x1a\x0f\x28\x4e\x03\xb3\x66\xbe\x8b\x1a\xd3\x22\x9e\x70\x2b\x54\x63\xe2\x44\x08\xbf\xe3\xf2\xf8\xcb\x4c\x39\x46\xe1\xed\x39\x23\x37\xbe\x25\xe4\xe0\x3a\x72\x58\x1f\xe0\xa5\x9e\x86\x80\x46\xd3\xff\xa2\x1a\x6d\xa3\x41\x26\x70\x9d\x79\x5c\xe1\x27\x8b\xf4\x6d\xc6\xc8\xc4\x5b\x33\xc5\xf6\x6c\x07\x05\x28\x43\xfe\x6d\x2e\x92\x7f\xbb\x95\x96\xce\x7a\x53\x27\x07\x07\x97\x21\x0f\xe3\x04\xac\xe6\x04\x6e\x0f\x48\xd6\xce\x5d\xf4\x37\x48\xea\x15\x9e\x7f\x77\xe3\xcc\xcb\xf2\xd6\xf6\x8f\x34\xe4\x51\x99\x02\xae\x82\x2d\x3c\x0a\xdb\xf8\xcd\xe7\x5e\x78\x75\x6e\x83\x0e\x77\xd0\xc0\x37\xff\xb2\xd4\xa6\x4b\xde\x60\x3b\x20\x55\x05\x49\xae\x6d\xf3\x1d\x85\xb7\xf0\xd5\xd8\xde\xa0\x29\xdd\xe4\x4a\xac\x83\x01\x07\xa6\xf8\x9d\x74\xea\xb5\x78\x1e\x19\xa9\xa5\xaf\x9d\x7f\xb7\x34\x6b\xc9\x36\x8c\x31\xd9\x10\x7c\xe8\xf5\x19\x7b\x86\x5f\xdb\xda\x09\xba\x52\x12\x77\xfb\xec\x7a\xc9\x09\x4a\x86\xb9\x3a\x2f\x4b\x26\x57\x4a\x32\xa8\xfc\x59\x49\x6f\x4a\x6a\x8f\x5b\x58\xfa\x18\xad\xb4\x9e\x4d\x93\xf9\xde\xc2\xd1\xae\x87\xe9\x54\x9a\xaf\xec\x3a\x6e\x3d\x50\xfd\x75\x6e\xaa\x09\xd6\x19\xa1\x69\x31\x98\xd9\xce\x13\xb4\x8a\xcf\xb0\xfe\x12\x3f\xe5\x4d\x48\x50\xf2\x60\xc3\xf1\x4e\xf8\x07\xcc\x59\x86\x40\x30\xd7\x09\x39\x72\xd0\xe5\xe4\x31\xff\xe1\xf3\x17\x2d\xee\xd8\x7f\x63\xc5\x8e\x36\x50\x8b\xbd\x37\x0e\xd7\x0f\x22\x52\xa5\x12\x68\xf5\xb5\x82\x80\xf8\xc2\x02\xc6\x6c\xa8\xe0\xd1\xa0\x7a\x98\xa3\x4d\x3f\x77\xea\x9e\xec\x3f\x9f\x6c\x41\x0d\x71\xed\xed\xef\xa8\x3b\x4e\x8e\x64\x7a\x4c\x60\xe0\x94\x19\xec\xfd\x5c\x09\x68\xed\x3c\xa6\x2f\x67\x55\xb0\x33\x41\xef\x94\xe0\xa8\xeb\xab\xd5\xd8\x52\x09\xa7\x07\xbc\x56\xd3\xee\x60\xf9\x1c\xf5\xe7\xfe\xec\x72\xcd\x79\xa0\xff\x2e\xbc\xd6\xbc\x32\xa6\xef\x1d\xde\xc0\xca\x02\x05\xb9\x6c\x20\xa7\xfb\xe2\x9b\xf1\xc0\xde\xd3\x4a\x28\x4b\x7e\x92\xf5\x8e\x92\xe7\xcb\x62\xc6\xc7\x69\xc6\xd7\x8e\x81\xbc\xeb\x56\xd1\x83\x77\x0e\x84\xf8\x5d\x2a\x5f\xa3\x25\xde\xdc\x37\x9e\x25\xe1\x6f\xf8\xda\x31\x7f\xfd\xad\xdb\x2f\x6a\x71\x3b\x58\xf2\x12\x4d\x6e\xe9\x56\x0d\x8a\x3d\xa1\x47\x74\xb5\x7f\x01\x73\x04\x6d\xa9\xbb\x7c\x7f\x75\x16\xf6\x66\xc7\xe3\x1d\x72\xbf\xfb\x30\xac\xe7\xf8\xd2\x7c\x69\x43\x07\xcb\xe7\x7d\x3d\xfb\x3d\x10\xbd\xb9\xe6\x93\x48\xbc\xc2\x2b\xe6\x95\x64\x95\x97\x84\x10\x81\x9f\x89\x46\x3e\x0e\x28\xa4\x64\x01\x5f\xd6\x57\x0b\x00\x30\xb1\xdf\x01\x32\x43\xae\x9e\xea\x69\x82\x88\xa2\xca\xd2\x1c\xed\xe8\x83\x43\xf3\x72\xcc\x52\x48\x89\xe2\x58\xe8\x37\x62\x54\xed\x00\x72\xbc\xb8\xb2\x71\x86\x09\x5f\xc0\x9e\x50\x4b\xb5\x66\x9f\xf7\xf1\xb5\xed\x93\x16\x1d\x88\xad\x6a\xa8\xfd\x31\x63\x7f\xc7\x52\xd4\xd5\x73\x2f\xdb\x3c\xfd\x94\x21\x72\x85\xda\xaa\xca\x39\xa3\x47\xc7\xf3\x3d\x06\x26\x72\x30\x43\xa2\x97\xa5\xe2\x49\xa4\x1a\x67\x52\xb8\xcf\x9d\x33\x0e\x3b\xbe\xff\xb0\x0f\xb8\x63\x10\xf0\x4e\x5e\x96\x75\xa9\x09\xce\x93\x40\x39\xdf\x49\x12\x78\x11\x85\x38\xcf\x23\x7e\xee\x6d\x2b\xb2\xf8\x4e\xdb\xd5\xc8\x0d\x1d\xd9\x3e\x2b\x35\x20\x34\x37\x95\xc8\xda\x5d\xfe\xe9\x1c\x30\x63\x1d\xce\x44\x69\x39\xca\xec\x1d\x82\xc5\x3d\x7f\x07\xf9\x66\x7b\xbf\x2a\x9a\x49\xa1\xd6\x2a\xf1\x2f\x1e\x7f\x0a\x8f\x34\xd9\xd3\x8b\x9f\x38\x6d\x2d\xcb\xdc\x55\xc4\xea\x4e\xd5\xb5\x2e\xa0\x94\x2f\x44\xc9\x90\x2f\x2d\xce\x19\xdf\xb1\xac\xdc\xff\x7a\xc5\x9d\x2b\xee\x20\xef\x23\x52\x04\xa8\xa5\xdc\xa3\x13\xf5\x00\x86\xeb\x48\xa8\x8f\x06\x32\x7c\x37\xf9\x51\x5f\xb8\x1f\xc0\x34\x4e\x4b\xbd\xff\x2e\xf5\x2d\xbc\x07\x2e\x05\x71\x47\x8f\xe4\xfa\x3f\x88\x5b\x27\x2b\xe2\x70\xff\xf6\x8c\xbe\xb1\xde\xfc\x8b\x3a\xa0\x4b\x71\x63\xa7\x84\xd1\x58\x31\xc9\x15\x6e\x2c\x59\xe8\x73\x91\x35\xef\x3d\xf1\xb2\xf7\x60\xba\xd3\x6b\x75\x3a\xdf\x77\x55\xc8\x56\x73\xff\xfa\xc6\x53\x6b\xd5\xfc\x0f\xb2\xdb\x7c\xab\xfe\xb1\xf0\xc2\x16\xae\x71\x4f\xca\x47\x32\x6b\xab\xfb\xd1\xfe\xac\xfb\x0c\xbb\x43\x2f\x4d\x48\xf7\x5b\xf5\xf6\x69\xff\xad\x98\xbc\x02\xf6\x07\x64\x65\x9b\x4f\x7b\xc5\x9c\x51\x29\xbf\x4c\xee\x5b\x93\xb5\x84\xe8\x5d\x69\x4f\x80\x00\xdf\xc3\xf8\x4c\x98\x62\x2c\x7e\x28\x6c\x54\xc9\x39\x5a\x67\x25\x80\x57\x75\x80\xe1\x30\x94\x85\xf1\xb5\xd7\x80\x05\xa1\x46\xee\x39\xb1\x85\x6a\xde\x6d\x20\x21\xcd\xf0\x44\x7a\xbf\x31\x49\xf8\xb9\xe7\x8c\xc1\x69\x36\x9f\x21\x3c\x84\xe0\xd2\x71\x58\x50\xb0\x22\xcd\x01\x3a\xc7\xe7\xdc\x63\xf3\x2f\xcf\x87\x75\xf3\x37\x92\x61\x62\xf7\xf2\xec\x5e\xf2\x56\x67\xdd\x19\x9f\x88\x96\x0d\x2d\x2a\xc6\x65\x77\x9a\xb9\xee\xb4\x1c\x26\x3a\xcc\x0c\x50\x77\xb4\xe8\x3d\x97\x86\x10\x54\x93\x28\xeb\xac\x4a\x24\xa7\x1a\xf6\xcb\xb4\x0d\x07\xac\x52\xf2\x2e\x1e\x93\x3e\x54\x6f\xd5\xf2\xe1\x5a\xe1\x49\x6e\x2a\xd5\xe9\xb2\xca\x32\x70\xb6\x2b\xf9\x59\x72\xb7\xb2\xfc\x94\xef\x0e\xdf\xda\x72\x77\xfe\x2e\x07\xf2\x7b\x17\x8f\xab\xdc\x9d\xf5\xc3\xb5\xc2\xe3\xdc\x54\xaa\xd3\x65\x95\x55\x74\xa7\x96\xcd\x92\x27\x82\x3d\xc2\x7e\xec\xad\x01\xdd\x5b\x0b\xea\xd1\x68\x42\x9c\x4a\xef\x80\xb8\x25\xce\xbb\xff\xf8\x7b\xff\x6a\x16\xbe\x7b\x7b\x74\xeb\xf0\x40\xb6\xea\xe4\x21\xbf\x0d\x5b\x40\x9a\x8c\xab\x7c\xc8\x08\x43\xbd\x4a\x8a\x3f\x7d\x07\x69\xbd\xd4\x06\x3d\xd9\x01\x52\xed\x65\x7e\x3a\x3f\x51\x0c\xf7\xb6\x65\x5e\xf3\xfa\x0a\x32\x0b\x7a\x65\x3e\x3d\xa1\xd6\xee\x86\x6f\xd4\x78\xc7\xfc\x99\x12\xea\x1e\x8a\xb5\x80\xb3\x13\xfc\x71\x4b\x5c\x3b\x86\x5b\xe7\x9b\x74\x7c\xc7\xc9\xdf\xd7\xef\xd7\x59\x24\x04\xd7\xb1\x6f\xd6\x93\x7d\xe6\x47\xea\x42\x7b\xb2\xa5\xfb\xa1\x26\x97\xfe\xc5\x53\xca\xb8\xc7\x86\xd1\x59\xc3\x4c\xa5\xdf\x50\xb5\x1c\xaf\x30\x40\x16\x07\xf5\xc3\xfa\xb2\x54\xfb\xd5\x60\x3f\xf3\x7d\x60\x81\xb2\xf4\x5a\x35\x5e\x52\x72\x07\xfc\xde\xbe\xd9\x91\x9d\xe0\xfc\xd5\xb8\x65\x7e\x88\x5a\x72\x07\x6a\x95\x2a\x54\x8f\xb5\xdc\x7b\x8c\xf7\xcc\xd1\x97\x31\x9f\xdb\x62\x57\xec\xe4\x47\x31\x14\x5b\xe9\x25\xf7\x50\xe8\x36\x2c\x6a\xed\xb2\xa1\xd2\x27\x66\x80\x1d\xc3\x99\xe9\xbd\xd9\x0b\x37\x4b\x89\x04\xa6\x59\x4d\x04\x0c\x76\x7f\xf9\x42\x5f\xb8\x15\xd9\xa9\x13\x43\x71\x3f\x86\xf3\x7a\xf6\x8e\xe1\x60\x86\x3f\x70\x2a\x59\xc9\xdf\xef\xaa\x86\x6a\xcd\x58\x4d\x6d\xe6\xf6\x80\x5b\xe1\xf4\x65\xb7\x88\x50\x43\xd7\x46\x5e\xbb\x27\x95\x44\x67\x75\x9c\x08\xde\x72\x2e\xdb\x57\xb6\x96\x05\x22\x64\xa0\x1b\xf3\x89\xe0\xa6\xfb\xe6\x95\x57\x1b\xac\x1e\x91\x6f\xb8\x0d\x62\x27\xd4\xbd\x9e\x61\xf8\xd4\x0b\xca\xd2\x5b\x14\x56\x3d\x10\x41\x22\xc7\x14\x5b\xd1\x7d\xc5\xa5\x96\x2e\x44\xbb\x01\xab\x0d\x74\x28\x30\xce\x4d\x0f\x48\x69\x42\x19\x09\x3c\x04\x3a\xf1\x11\x19\xe2\x78\x0d\x2a\x30\xa4\xe9\xd8\x2d\xba\xe2\x75\x2d\xeb\x10\x5b\xc9\x80\xaa\x46\x92\x79\x6b\xdf\x86\x16\x0f\x19\xaa\xee\xf7\x17\x8a\x12\x32\x1c\xb8\xfd\x5c\x55\x3f\x45\x2d\xa6\x6a\x85\x60\x91\x8a\x5c\x72\xf2\xde\x25\x72\x9b\x1d\x97\x84\x8d\x32\x97\x09\x47\x00\xce\xc0\xc3\x0e\xe0\x8b\x44\xb0\x8a\x1d\xe4\x2e\x9d\xfc\xfe\x65\x02\x7b\xec\x7b\x87\x93\x72\xf0\x6f\x9e\xb9\x66\x56\x64\x8f\x7e\xcb\x37\x56\x5e\x12\x56\x52\x49\x9e\xfe\x63\x63\x9e\xd0\x47\xc9\xb0\x2d\x67\x35\xce\x18\x76\x6a\xfc\x7c\xf1\x14\x7c\x73\x28\xd4\xdc\x9d\x07\xf9\xb6\xb8\x08\x0b\x50\x40\x0f\x82\xca\x35\x96\x1b\xd4\x42\xc8\x07\x7b\x55\x3a\xeb\xc9\xbf\x7a\xaf\x67\x0d\x86\x7b\x67\xcc\x53\x53\xf4\x85\xfb\x11\x9f\x8f\x97\xeb\x62\x25\xdc\x2c\x4a\x5b\x85\xc7\xc5\xfa\x7a\xd3\x7f\x2e\x3e\xbe\x58\x86\xbf\xbd\xe0\x51\x96\xf2\xd0\xcc\xe4\x47\xbe\xf0\xe2\x0e\x01\x2b\xc3\x20\xff\xb4\xba\xa4\x80\x80\x8a\xda\x9f\x6f\x9b\x05\x45\x22\x46\xbf\x0b\x9b\x5b\x67\x4f\x96\x77\xef\x84\xd0\xa7\x8f\x09\xa5\xe8\xe7\x7c\x80\x48\xec\x17\x4d\x0f\x57\xaa\x0b\xe7\xcf\xb9\xb3\x31\xf9\x31\x7d\xdd\x43\x70\xf9\x98\x20\x3b\x7a\x15\xf0\x64\x53\x56\xbc\x69\x31\xbc\x79\x2d\x6a\x71\x72\xbd\x3a\x59\xeb\x05\x12\xec\x73\x2b\xa3\x86\x39\xd7\xb1\xe3\x16\x03\x31\x76\x8e\xb2\x4e\x3d\xf1\xde\x18\xa3\xeb\x62\xba\xea\x94\x4c\x58\x2d\xe5\x92\x3d\xeb\xeb\xc3\x6b\xbf\xf3\x46\xac\xc8\xe4\x7c\x4a\x9a\x38\x49\x35\xb9\xbe\xfe\xba\xf9\x1d\xbe\x71\x92\xd7\x63\x60\xf8\x72\xe2\x82\x1f\x4e\x23\xcc\x51\x9b\x75\x17\x7b\x36\x3b\x15\x5a\x74\xef\x2e\x5d\x72\x6b\x5f\xb8\x63\x95\x20\x72\xa4\x43\xb7\xa9\x57\x73\x2e\x5a\x59\xe2\x86\x32\x1d\xed\x53\x3f\x6b\xf2\x30\xbc\xb6\x2b\xac\x37\xab\xaa\xc9\x0a\xa0\x4c\x9b\x93\x3f\x97\xf3\x84\xfe\x41\x4f\x2b\x3d\xea\x68\x01\x14\xeb\x6c\xa2\x97\xee\x6b\xd1\x17\x0b\x77\xa8\x4a\x1f\x45\x4f\xf8\x7b\x85\x52\x0e\x63\xc4\xed\xe5\xb5\x65\x57\xcf\x13\x4e\x01\x8e\x5a\x44\xd4\xc4\xf7\xef\xd2\xe9\xb2\x74\x28\x74\x4d\xfd\xa9\xb8\x69\xf2\xa4\x5a\xce\xdf\x5a\xdc\xdf\x52\x8b\x4d\xc6\x99\xb4\x55\xb4\x51\xc5\xe7\xa8\x7c\x59\x3a\x14\xba\xa2\xfe\x54\xdc\xb4\x98\xa8\x0e\xb5\x28\xec\x92\x0d\xdb\xec\x27\x18\x91\x7f\x21\x33\x97\x93\xc3\x79\xa7\x0b\xdc\xe9\xf8\xbc\x45\x28\x2d\xb6\x40\xa6\xaf\x1e\xcc\x8e\xd2\x27\xa7\xe2\x5e\x7d\x17\x03\x2e\xfd\x2f\xcd\x0f\xe1\xa0\xf2\x3d\x3d\x6f\x9e\x05\xbf\xad\xf7\xd7\xf6\xed\xcb\x66\x03\x9e\xd4\xbe\xc5\xd6\xb2\x36\x1b\xa2\x23\xf2\x73\x44\x7a\x8e\x35\xa7\x32\x9d\xb5\x61\xca\xee\x10\x50\xaa\x5a\x3b\xdc\xa1\xb3\xfd\x23\xa2\x31\x23\xe4\x26\x5c\xe7\xa2\x6d\xbd\x9a\xa7\x7c\x43\x4e\xbd\xb3\x7b\x1f\x38\x85\xef\xf3\xc3\xf5\x59\xec\x0b\xb7\xa4\xb7\xf7\xff\xdc\xbf\x15\xf7\x6f\x54\xf9\x6b\xff\x26\xdc\xbf\xd3\xaf\xfe\xc5\xdc\xbf\xf9\x79\xff\x6a\xe8\xdf\xf2\xf0\x87\x69\xee\x93\xd6\x9a\x0e\x16\xdc\x8d\x1e\xad\x29\xf7\x82\x02\x88\x99\x84\x28\x10\xe3\xfc\xaf\x89\x7f\x75\x13\xb8\x69\x3d\x10\x33\xfb\xb8\xf8\xe3\xbb\x24\x07\xf4\xa6\x78\x17\x90\xaf\x46\x1a\xc2\x1d\x7d\x7e\xcd\x60\xf2\x48\x9f\x41\xb0\x31\x6e\x6a\xda\x71\x85\xa6\x10\xe8\x1b\x31\x7d\x86\x91\x9c\x21\x2f\x57\x32\xa6\x68\x57\x77\x2a\x8b\xdf\xc2\x15\xc5\xc8\x10\x59\xb2\x0f\xc0\xcb\x70\xc0\x81\x1d\xb8\x22\x07\xb8\x78\x3e\x09\x47\x33\x07\x4f\xb0\x02\x8a\x6e\x6f\x5e\xb9\xb2\x9a\x41\x1a\x12\x0f\x2f\x54\x6f\xd6\xfb\x43\xa1\x70\x1d\xd0\xdc\x97\xe1\x9c\xfe\xbd\x6f\xff\x71\x83\xaa\xa9\x6b\x77\xc0\xb1\x9d\x46\x35\x52\x62\x49\x84\xef\x76\xc5\x9f\x1a\x59\x2d\x91\x93\x7d\x3a\x52\x57\xae\xc2\x6b\x25\x1b\x64\x5f\x55\xfb\xdb\xd3\xa3\x69\xfa\xd5\xae\xf4\xf5\x23\x30\xbf\x46\x18\xae\x36\x1d\x4c\x20\x92\xe3\x4a\xec\x8b\xb0\xa5\xd9\x17\x06\xcb\x0b\x68\x8e\x8b\xbd\xf7\x62\xe8\x20\xdc\x83\x31\xf9\x87\x25\xcd\x52\x6f\x5d\xb9\xb6\x55\x5f\x52\x43\x57\x72\x6d\xf6\xf3\xa5\x02\x9e\xfe\x66\x85\x36\xe5\x49\x56\x78\xfe\xff\xcd\x0c\x9f\x55\x74\xc0\x38\xa3\xf5\xd5\x29\xbe\x5a\xb4\x84\x39\x2e\xe9\x04\x73\xbc\xb8\x3a\xc7\xf6\x18\x2f\xaf\x52\xbf\xab\x8d\x9f\x4f\x72\x4f\x0c\xe5\x49\x17\x03\xf1\x5c\xc0\x2c\x2f\xd5\xf9\x2c\x63\xb9\x42\x52\x2d\x9d\xe4\x62\xf2\xbb\x17\xb1\xdf\x2d\xfa\x62\xec\x1f\xe5\xf5\x37\x0d\x35\x82\x2e\x50\xcf\x2e\xce\x27\xf5\xf5\x3e\xd7\x9d\x48\xb8\x1d\xf7\x6a\x3f\x78\x48\xcf\x7f\xe9\xc8\x92\x3a\xb2\xf8\xd5\x91\xf4\x55\xa2\x8b\xf7\x96\x27\x3b\x2f\x41\xff\xfc\xb3\xae\xe8\xed\xed\x90\x40\xdc\xbd\x57\xa4\x47\x4b\x65\xa3\x26\x52\x89\x40\xc1\x01\x2b\x4b\x6f\x44\x90\xc6\x73\x8a\x8a\xdf\x40\xdb\xbb\x57\x67\x5b\x62\x41\x26\xf1\x5e\x09\xdb\x26\x3a\x51\xb7\x0a\xe4\x6d\xb3\x57\x87\xaf\x7f\x2a\xaa\xf7\x9a\x81\x7b\xd3\x8e\x14\x9a\x56\x5a\x36\x3d\xe9\x94\x2d\x64\x0d\x02\xf3\x31\x8d\x96\x2c\xe4\x2e\x9a\x77\x21\x66\x64\x49\x5b\xaa\xa4\xa6\x7e\xff\xaa\x2b\x37\xfd\xb3\x76\xc6\xad\x7c\x3b\xa3\xca\xbf\x69\xa7\x76\xd6\xce\xe9\xa2\x9d\x1a\xb7\xd3\x3b\x6b\x67\xd5\xb2\x79\x62\xa0\xee\xdc\xe5\xa7\xf6\xf4\x3f\x4c\xed\xf7\xbf\x9b\x5a\xef\xf7\xd4\x0e\x5b\x2a\x8f\xba\x4c\x66\x56\x58\xaa\x07\x5b\x58\xff\x46\x30\xf2\xb2\x53\x45\x6f\x9d\xa4\x5a\x61\xa2\x11\x53\x04\x34\x2f\x10\x7e\x19\xac\x13\x56\x8b\x53\x27\xdc\x7c\xd1\x42\x0c\xe7\xfd\x21\x4c\x30\x9c\xca\xba\xd1\x3e\x9f\xb1\xf5\x16\x0e\x78\xa5\xf5\xf9\x3c\x2f\xe9\xb9\xb7\xd5\x36\x4f\xa4\x1d\x41\xb5\x79\xa6\x3b\x6e\xc0\x7d\xb6\xbb\xe0\xec\xcd\x2d\xe8\xd8\xd9\xd3\x79\x41\xac\x75\xdf\x30\xa6\xcf\x84\x51\xe1\xdc\x1c\x11\x66\x15\xed\x39\x66\xcf\x70\xc2\xc4\x17\x8b\xaf\x31\xe2\xf5\xca\xa4\xb3\x57\x0f\x23\x46\x70\xdd\xbc\xa5\x8f\x49\x02\x5e\x02\xd1\x84\x21\x4f\xca\x43\xcc\xf8\x43\x51\x0b\xbd\x95\x5c\xfd\x05\x41\xab\x03\x71\xf5\x44\x42\x92\x5e\xaa\x26\xf5\x32\xb8\x38\x80\xf5\x66\x5e\x39\x71\x76\x00\x01\xe3\xb1\xa3\x9b\xbe\xa4\x5a\x74\x41\xbb\x3b\x1b\x67\xff\x2e\xc4\x67\x89\x27\x16\x7e\xc4\xa2\x0c\x7a\xd3\x50\x71\x22\xff\xb2\x4f\xc0\x42\x8a\xa6\x6c\x94\xff\xa9\x98\xe9\xe1\xa9\x93\x66\x68\xf3\xe6\xf7\xd5\xc6\xf9\xe6\x9a\xb4\x18\x55\x19\x4b\x03\x9e\xc3\xd0\x8e\x50\x88\x15\x75\xbd\xf5\xab\xeb\x94\xf0\xe7\xbc\xeb\x63\x74\x7d\x7e\xd9\x75\x50\xde\xc5\xca\x14\xea\xee\x6f\x92\xf3\x9d\x89\xfa\x3a\x9c\x75\x94\x3c\x7d\x0b\xe6\xcb\x43\xde\x8d\x91\x73\x97\xb2\xbb\xe3\x9a\x64\xb4\xe0\xeb\x40\x57\x47\xb7\xbd\x86\x72\x3e\x86\x7b\x59\x50\xec\x09\xf5\xb0\x70\xe1\xb2\xd9\x13\xa5\x89\x8c\x0d\xbf\x35\x99\x4a\x5d\x71\x8a\x75\xa9\x5a\x53\x69\x04\x90\x77\x4a\x5b\x39\xa8\x33\x0b\x4f\xe1\xdf\x73\x43\x08\xdc\xa6\x43\xdc\xdf\x5c\xb6\xa0\x0f\x24\x7f\xdf\xee\xc8\xc9\x02\xe8\x45\x8f\x11\x6d\xc2\x35\x85\x27\xa8\xbd\x6c\x02\x2f\xaf\xfb\x04\x86\x0a\x09\x78\xc9\xdf\x93\x34\x30\xe4\xd5\x80\x04\x85\xee\xa8\x67\x5e\x79\xcc\x40\x87\x98\xc8\xd7\x95\xc5\x39\x08\x57\x5c\x5b\x8b\x94\x34\x53\xd9\xec\xa5\x95\x6f\xe5\x6b\x51\x89\xb2\xdc\x31\x1e\x4e\x0b\x08\xf5\x47\xc2\xc3\x11\xdd\xc6\x2d\xea\x25\x68\x6e\xe0\x63\xad\xc8\x69\x32\xd8\xba\x66\x70\xf0\x9b\xaa\x15\x68\x2e\x09\x78\xe1\x81\x27\x36\x0f\xf1\xfe\x6d\x7a\x32\x84\x7c\xd2\xa0\xfb\xcb\xab\x7b\xc5\x40\xb8\x6f\x43\x76\x52\x6f\x14\x58\x1c\x2f\xa8\xcc\xeb\x34\x21\x35\x8d\x2a\x61\x10\x4b\x4e\x0c\xc2\x45\xfc\x65\x13\x2b\x54\xa7\xc8\x5a\xf6\x16\xa6\xec\xa0\x9c\xe8\xcc\xbe\x70\x24\xef\xb3\xb0\xd1\xb7\xea\x08\xe1\xed\xa0\x63\xa8\xc8\x13\x34\xc9\x21\x34\xf9\x1e\x05\x50\xba\xaf\x07\xe8\x27\xe6\xf0\x94\x9e\x69\x73\x77\x7f\x95\xa1\xee\x7b\x27\x18\xfb\x1a\xbe\xf4\xab\xfc\xdf\x7c\xef\x0a\x77\x2b\x81\xe5\x2f\xba\x9c\x88\xb8\xbf\xa5\x10\x51\x77\x29\xd9\x1d\xff\xfd\x84\x1f\xc2\x39\x1d\x10\x77\x29\x9b\xa8\x62\x07\xa3\x56\x7f\xcb\xc3\xa2\x70\x12\x37\x51\xe5\x16\x68\xb0\x69\xf6\x85\x7d\x5e\xde\x11\xc3\xb2\x37\x7d\xe9\x02\x9d\x8d\x01\x82\xc8\xa9\x5e\xb4\x55\x3e\x4e\xc5\x6b\x52\x02\x0e\x0b\x46\xfa\xd1\x6a\xf0\x60\x63\xba\x1f\x5e\x66\x9c\x9a\xaa\x48\x29\xe0\x3b\x0d\x6b\x87\x0b\x39\x98\xfa\x91\xea\xfc\xa6\xa5\x8e\x38\xf5\xae\x39\x10\xde\x48\x1d\x68\x31\xfb\x09\xa0\xe6\x0e\x5e\xb1\x2b\xbc\x58\xae\xa0\x6f\x25\xf0\x5a\x55\x92\xd3\x9f\xcc\x2b\x7a\xf6\x83\xa3\xe9\x0a\x75\x9f\xf3\x8f\x56\x56\xb7\xa8\x5f\x33\x4f\x51\xfc\x0d\x00\xd3\x16\x0c\x35\xf2\x87\xd0\x86\xab\xc0\x5c\xa0\x29\xcd\x8b\x7a\x68\x4e\x4d\x9f\x6f\x9d\x06\xb2\xbe\x20\x1f\x6b\x89\xc2\xc8\xb4\x62\x9c\xcd\x1e\xbd\xac\x85\x23\x38\x03\x49\x08\x98\x20\x11\x22\x79\x89\x7a\xa6\x86\x14\xb9\x22\x04\x15\x4e\xbc\x38\x2c\x99\x9a\x07\x2f\x7b\x34\x18\x8c\xe1\x1c\x49\xbf\x7b\xe6\x3e\x60\x77\x9d\xe6\x0f\x98\x88\xd6\x8f\xfd\x6a\xc8\xf1\xbe\x44\xfb\xa9\xe2\x6c\x4a\x68\x12\x38\xd3\x49\x29\xed\xbd\x16\x5e\x4d\x72\x32\x70\xaf\xf0\x86\xa0\x68\x20\x8f\xbf\x2f\x80\xb1\xd4\xdd\x96\x71\x87\xc2\x63\x7d\x45\x9c\x90\x77\x82\x27\x33\x82\x10\x4f\x4d\x95\x25\xce\x1b\xf0\x9a\xb9\x42\xe9\x34\x99\x84\x17\x59\xa0\x26\x4d\xa9\x13\x16\x16\xb5\x49\x25\xea\xc8\x14\x9c\xf7\x34\x07\xb2\x04\x14\xa1\xdd\x27\xc3\x6e\x89\x36\x52\xf4\x4c\xc1\x01\x4d\x4e\x7d\x11\x09\xfd\x52\xc9\x72\x79\x3d\x53\x5b\x33\xbb\xcf\x7b\x5b\xb2\x12\x7b\x8d\x34\x11\x9f\xf0\x62\x78\x72\x74\x6e\x49\x5d\x35\x26\x21\x3c\x58\xe4\xca\x7b\xa2\xfc\xb2\x87\x02\x8e\x13\x7f\xbe\xd7\x68\x68\x01\x87\xc0\x4c\xc9\x35\xb6\x3f\xa1\x00\x48\x0a\x66\x1b\xe4\x93\xef\x12\x86\x92\x6a\xa8\x02\x56\x25\x04\xd2\x1f\x4f\x8f\x8b\xe9\xf1\x77\xe4\x33\x34\xd8\xbf\x9b\xe6\xbb\x6d\x0c\xbe\xd7\x21\xe3\x8a\xb7\x24\x6f\x97\xe7\x26\xd9\xce\x45\x81\x5a\x7d\x2d\xc1\x7d\xef\x89\xa6\xf0\x15\x31\x0c\x32\x03\xdb\x0f\xf9\xa3\xd9\x4b\xd4\xb3\x75\x7f\xe4\xce\xdc\xdc\x58\xfd\x36\x22\xf1\x4e\x1a\xa1\xef\x4a\xe8\x8e\x9c\xe0\x1a\x8d\x80\xf7\xe7\x3e\x75\x6e\xb1\xea\xe6\x45\xfd\xb1\xbe\x43\xe8\x81\xf9\xa5\x50\xe2\x90\x81\xbe\x0d\xbb\x58\x83\x5e\x71\x1a\x9a\x80\x6a\xf2\x97\xb2\x89\xe0\x44\x22\x84\x55\x1a\xb4\xfe\xba\xdc\x12\xdb\x5f\xaf\x06\xc2\xfb\x38\x58\x0a\x4e\xce\xa2\xa0\xb0\x81\x7d\xc8\xdf\x7d\xa4\xd9\xeb\xc3\x8b\x9f\x7e\xf5\x84\xbf\x74\x18\x83\xd6\xa6\x49\xd1\x4b\x4e\x43\x44\xec\x4e\x70\xe2\x70\x81\x36\xec\xaa\x61\x8d\x2b\x3b\x3a\x74\x2e\xc7\x2d\xb8\xc8\x53\xee\x3d\x81\x77\xbc\xcd\x13\x12\x28\x52\x51\xfd\x02\xef\x04\xef\x69\x0f\xd5\x03\x6e\xa3\x26\x45\x66\x33\x22\x5c\x89\xed\x68\x13\xf2\xfa\x0b\x4a\x03\xdc\x0c\x43\xb2\x9a\xd6\x24\x72\xf0\xb1\x73\x04\x45\x4f\x22\x01\x7d\x63\xc8\x7d\x29\x60\x0c\x0d\xbe\x8d\x26\x50\x3c\xf9\xa5\x96\xcc\xae\xbf\x1d\x4d\x4e\xd0\x79\x20\xbb\x38\xbc\x0c\x67\x40\x4d\xe9\x76\x3a\xe8\xd9\xf1\xce\x96\x21\x37\xde\x07\x43\x25\x63\xb5\xbe\xb1\x52\x3f\x92\x94\x86\xd3\xdb\xb3\x66\xf7\xbc\x24\x25\x0a\x1b\x0e\xe9\xc7\xc0\x90\x0a\x5d\x53\xcd\x8f\x8b\x77\x4b\x1f\xf4\x6e\xb3\x00\x11\xdf\x0c\x30\x96\xa7\x07\x4c\x4c\x5f\x70\xe0\xd9\x12\x1e\x63\x54\x8c\xb5\x07\x7a\x2a\xd5\x45\xa9\x4e\xe1\xfa\xf8\x0f\xb4\x99\x83\xf5\x7b\x36\xfa\x42\x81\x89\xe6\x90\x60\x92\x2a\x34\x7e\xa8\x05\x00\x57\x58\x0c\x85\xb7\x96\xbb\x21\x6f\xc1\xbe\xa1\xa4\x04\x2f\x50\xfa\xbf\xb5\xc1\x47\xdb\x54\xff\xb1\x18\xc2\xd3\x1e\x12\x14\x4a\x7d\xd0\x66\x23\xd7\x8e\xe0\x98\x66\xb3\x0a\x85\xfa\xda\xbd\xd1\xd9\xdb\xd2\xbf\x80\xab\x49\xd3\x42\x32\x3e\x27\xec\x6b\xf2\xac\x8b\x95\x19\x23\x6a\xa6\xe9\x5c\xbd\x04\x37\x0b\xd9\xd5\xd9\x55\xac\x40\xf9\x89\x22\xb3\x43\x1b\xce\xe4\xf5\x62\xd8\xf1\x1e\x75\x1a\x6e\x65\x20\xc4\x67\x23\xdb\xf6\xdf\xc2\x1f\x29\xac\x0f\xf5\x4a\x3d\x8c\xbf\xe8\x4b\x03\x06\xa5\xfa\x0f\x45\x1f\x55\x29\x0f\x4e\xb4\x07\xbf\xe0\xed\x56\xe6\xf4\xe9\x8f\x11\x90\x9a\xc2\x05\xc5\xa8\x76\x97\x8f\x79\x9a\x3a\x79\x05\x67\x9e\x19\x98\x6b\xa4\x13\xe8\x32\x9c\x23\x13\x67\x7f\xcf\xf9\x39\xdb\x9c\x40\xa4\x01\x97\x94\x8a\x82\x53\x52\x77\xc9\x59\x7f\x3c\xc6\xff\xac\x49\x8b\x4c\x69\x6e\x48\x10\xfd\xb2\xcc\x40\x5f\xd5\x5c\x96\xb1\x36\xe6\x3e\xdf\xc8\xa7\xa2\x27\xe6\x86\xa7\x9c\x11\x1c\x22\x05\x70\xaa\xd7\x7a\x87\x99\x3d\xfa\xaf\x61\x6b\xb2\x6d\x41\xcd\xc5\xad\x09\x43\x8b\x19\x3e\xf1\x15\xa0\x91\x07\x09\xec\x8f\x41\xed\x13\x68\x95\x4c\x75\x3d\xe1\xdd\x23\xc7\x70\x40\xba\xd9\x17\xce\xf3\x89\xec\x67\xcf\xb4\x0c\x9a\x37\x11\x50\x2c\x89\x28\xcc\x2d\xda\x6d\x28\x44\x47\x22\xed\x7d\x6f\x79\x9f\x75\x85\x83\xed\x83\x32\x5d\x53\x11\xd1\x73\xf5\xd1\x84\xc8\x1b\x32\xf2\x90\x99\x57\x6d\x36\xd4\xa7\x05\x39\x3d\xc8\x16\xee\xa8\x26\xb1\xa5\xfe\x5c\x15\xe0\x67\x13\x95\x10\xbf\xde\xdb\x72\x78\x6c\x7b\x07\xce\x24\x31\x07\x5a\x55\x14\xaf\xc5\xa7\xd9\xfd\x69\x5e\xbc\xee\xa6\x4d\x96\xe3\x92\xdc\xf1\x92\x2d\x31\xbe\xa8\x79\x43\x70\xcf\x93\x1b\xca\xa7\x5e\x07\xd2\xe7\x50\x9e\xbf\x0d\x2a\xa1\x08\xa0\x59\x79\xc8\xf5\x3b\x94\x36\xac\xcf\xf6\xa0\x40\xac\x55\x45\x41\x6d\x4c\x10\xc3\x3b\x86\xb2\x76\x85\xfe\xaa\x75\x72\x2d\x8a\x6e\x2f\xb7\xfd\xa2\x31\x3c\x5a\x82\xd6\xd1\x56\x69\xb8\x5a\x7d\x92\x9d\x26\x8d\xf6\xb9\x4d\xff\xd5\x6b\x0b\x98\x24\xb6\x92\x21\x51\xd8\x90\x73\x14\xb7\x48\x15\xa5\x9f\x76\x3a\x5f\xb7\xb9\x26\xbf\x26\x0b\x65\x65\x2f\xf1\xde\x80\x85\xb6\xc7\x8a\xfd\x32\x44\xce\x7e\x6b\xc8\x65\x02\x70\x1a\x7a\xe4\xb6\x87\x29\x6e\x9c\xfb\x5c\x29\xb1\x25\x92\xee\xc5\x52\x2e\x9e\x17\x02\x53\x05\x99\x08\xc3\x32\x39\x24\x64\x74\xf2\x5d\xb8\x0f\x0d\x0f\xec\x23\xc9\xb2\x27\x1b\x05\x41\x11\x97\x60\xcc\x43\xf3\xd7\x23\xb6\x35\x28\x21\xc4\x61\x08\xfe\xea\x84\xb8\xcf\x8c\x9f\x8a\x0c\x3b\xc4\xaf\x45\x2d\x64\x1f\x8c\xd7\xa6\xb1\xae\x6f\xde\x70\xf6\xb2\xc0\x95\x76\x36\xd9\x3e\x33\x2f\x97\xd9\x55\x83\xf4\x36\x0c\xdb\x4a\xcd\x7d\x0a\xf5\xc3\x22\x78\x2a\x3a\x54\x21\x4a\xf7\x97\x18\x8e\xbb\x52\xd9\x18\x46\xed\xfc\x18\x08\xa3\xc8\xbd\x63\x69\xd2\xec\x73\x72\x8a\x67\x01\x8a\x98\x8f\x22\x07\x52\xfb\x4f\xe3\x36\x63\xd3\x93\x6a\x10\xbb\x31\xc1\xba\x77\x9b\x75\xb8\x4f\xa8\xf2\x5b\x8e\x75\x27\x72\x49\x12\x64\xc8\x70\xb9\x7d\xa8\x44\x56\x40\x93\xeb\x26\x6f\xa6\x87\x6b\x67\xb9\xce\xdd\xec\x6b\xb8\xd9\x4c\xe0\xdd\x64\xb9\x09\xdc\xb4\x91\xb2\x64\xc8\x05\x30\xaa\x5f\x2f\xe5\x19\x45\x97\x0e\x99\x23\xa6\x48\xfd\x4b\xa7\xc3\xf2\x85\x00\x18\xf4\x88\x4a\x00\xe6\xba\xa6\x16\x17\x17\x38\xd0\x2e\x81\xe5\x09\xd2\xaf\xc7\x37\xf6\x99\x27\x9c\xb9\x14\xc5\x9e\x08\xd0\x29\x4c\x99\x4f\x05\x80\x87\x80\xdb\xaf\xa6\x58\x77\xfd\x6f\xab\x05\x70\x9a\x7f\x6b\x4d\xba\x86\xd9\x99\xb4\x73\x7c\xd5\x16\x70\x7b\xfe\x6e\x44\x77\x1e\x23\x86\xec\xbb\x20\xea\xc4\x85\xf6\x8b\x5a\xbc\xd3\x79\x7a\x05\xbb\xb7\x27\x93\x90\x52\x05\x9e\xa0\x53\x1b\xfc\x26\x80\xd7\x4f\x72\x77\x77\xc6\x97\xad\x0d\xeb\xa5\x5c\x88\x09\x70\xe4\x54\x0f\xb4\x80\x44\xd7\x22\xc2\x74\x78\xe3\xfb\xa3\xc9\x2c\x20\xd0\xa5\xfc\x11\x6c\x55\xaf\x43\xf2\xe1\xd4\x4f\xc7\xc7\x2c\xc4\x35\x81\x3a\x20\x88\x11\xcd\xc1\x10\xfa\x99\x70\x79\x6b\xe3\xc8\x48\xd0\x36\x4b\x5c\x43\xe5\xb0\xa1\xfb\xe3\xd0\xb2\x54\xc4\x6c\x4e\x40\xdf\x70\x96\x1b\x58\xbd\xb0\xfe\x64\x36\xe8\x3e\x97\x8e\x74\x09\x34\x93\x90\x55\x94\xe1\x9c\xf2\xc3\xa8\x58\xee\xde\xb2\x7b\x0c\x48\x22\x1e\x20\xb1\x83\xbd\xe1\x09\xdd\x5b\x2e\x80\x0b\xdf\x3f\x20\x64\x8d\x95\x17\xe1\x96\x2e\xea\x68\xc2\x69\xf8\x1a\x2f\xa6\xdd\x04\xa9\x67\x50\x04\xd5\xe0\x00\xb8\x4f\x9b\x2f\x9a\x8f\x4a\x6e\x77\xaf\x26\x7c\xc2\xa9\xd5\xde\xe4\xc7\xc8\xf0\xe4\xf5\xfa\x44\x20\xe2\x2a\x15\xf7\xd5\x0b\x2f\x7b\xfe\xd6\x35\xe3\x27\xb4\x89\xa1\xe1\x8e\xd4\xcf\x81\x76\x84\x98\x90\x73\xab\xf7\xba\xe6\x37\xec\x4d\xe7\x0b\x25\x98\x49\xed\xb5\xa9\xc5\x30\xc6\x45\xed\x0b\xb8\x2d\xf1\x96\x4a\x18\x49\x9f\x59\xc2\xe0\xc8\x77\x75\x4c\x5b\xda\xdb\x33\x2c\x24\x15\xf6\x9e\x46\x13\x99\x93\x34\x70\x33\xd9\x11\x2d\x29\xd6\x4e\x41\x40\xf6\x18\xd3\x72\x82\xe8\x81\x38\xc7\x45\x34\x77\xa9\xd2\x48\x3f\x22\xd6\x8f\x48\xe2\xbb\x9f\x3f\xc7\xc3\xab\xc3\x7e\x54\x97\xf7\xb9\x61\x68\x6f\xbe\xc6\xdc\xda\xe8\x0f\x23\x36\x07\xef\xdb\x30\x04\x23\xd5\x86\x80\xe9\xad\xa1\x05\x08\xf6\x86\xbd\x0a\xc8\x20\x1a\xb0\xbf\xf6\x98\x1a\xd5\x1e\x55\x3d\xc2\x31\xfa\x5f\xeb\xd6\x22\x00\x51\x3d\x60\x62\x83\xc6\x23\x45\x5d\x57\xc1\x06\x9b\xc5\x7b\xa8\x29\x06\xe8\xf6\x84\x46\xbe\xa7\xd7\x69\x8b\x90\xa4\x5f\x19\xf1\x1b\x6c\x9e\x97\xe6\xbe\x37\x97\x62\x09\xa4\xa1\x6d\xa1\x41\xfb\xc2\x6b\xa8\x03\xca\xb3\x3c\x54\xdc\xb9\x42\xec\xdc\xe3\x90\x83\xed\x02\xa1\x2a\x37\x38\x9d\xd0\xf8\x7a\x33\xa0\xc3\xb3\x3a\x6e\x40\xe2\xd7\x88\x39\x75\xda\xf2\x30\x49\x6c\x6e\x8a\x63\x29\x66\x92\xb3\x35\x1d\xe9\x3e\xee\xa3\xaa\x6d\x9d\x41\x02\x08\xc3\xfd\x8e\xf2\x54\x35\x89\xa3\x57\xa2\x89\x7f\x25\x82\x69\x15\xc3\xd7\x0b\xd4\x88\x3f\xfd\xd5\xfc\x79\x7f\xc0\xff\xc3\xe1\x4f\xa5\x69\x9b\x29\xa0\xdd\x6a\x81\xcb\x89\xa0\x47\xfa\xd8\x70\x74\xcd\x53\x88\x97\x6a\x71\x4e\x02\xf1\xbd\x6e\xb0\x28\x62\x04\x0a\xb5\x95\xd6\xaf\x87\xc8\x39\x9f\x3d\xe8\xa7\x76\xf8\xf2\xae\x18\x3a\xc0\x7c\x76\xe8\x33\x67\xf9\xbd\xc1\x61\x22\x02\x76\x44\x76\xda\x93\xf4\x30\x97\x50\x65\x22\x8e\xaf\x4e\x08\x2e\x44\x31\x6e\xfd\x06\xd2\xb7\xd6\x7d\xf0\xad\x65\x0e\xa9\xd5\xc2\x7d\xa6\x53\x56\xda\xb2\x62\xce\x6c\xb0\xce\x9a\x20\x59\x47\x72\xef\x15\x53\xb8\xee\x19\x02\x45\x82\x39\xfe\x7b\x33\x42\x2e\x56\x2f\x43\x78\x13\xbd\xcf\x63\x90\x03\xd2\x6b\x2a\xd6\x07\x9e\x29\x3b\xd5\x2b\x82\x3f\xcf\xf4\xb2\xde\x1b\x33\x5a\xa0\x58\xe0\x45\x82\xfd\x84\xb8\x34\xba\x7c\x6e\x40\x66\x21\xe8\xd2\x79\x7e\x84\x54\xc5\xd9\x13\xfc\x2d\xe1\x8c\xab\x3b\x34\x85\xbb\xce\x05\x2d\xa5\xe1\xac\x8e\x6c\x3b\x82\x34\x15\xb5\x1f\xc8\x65\x0c\x64\x86\xaa\xd5\xcf\xe0\x02\xb5\xd0\xcf\x63\x8c\xa3\x5f\x6c\xde\x8a\xe0\x95\xf5\xb0\x1b\x29\x34\xaf\x45\x71\x71\x23\xbc\x8f\xe5\x98\xb5\xa3\x48\x9d\xb5\xb0\x5f\x43\x36\x3c\xe9\x8e\xc3\x76\x2f\x33\x0f\xde\x54\x16\xab\x8e\x10\x4d\x47\xd9\x62\xaa\xe2\x3a\xf6\xb3\xfb\xe5\x62\x0a\x7c\x0b\x90\xf2\x58\x3c\xdc\x88\x70\x21\xd1\xcc\x23\x65\xb9\xfb\x7c\xd9\x8c\x53\x37\x23\xe1\x55\x80\x81\x1e\xed\x16\xdc\xb4\x07\xe7\x61\xd5\x00\xb8\x3e\xe0\x99\x6a\x5c\xca\x1c\x4b\x65\xc8\xb0\xbb\x94\x75\x56\xd1\x03\x03\xc1\x16\x68\x53\x72\x01\x36\x06\x90\x03\xb5\xd7\xb2\xbf\x1d\x5c\xe1\xd6\x64\x9b\x13\xeb\x60\x39\x2e\x9b\x0f\x84\xbb\x54\x60\x34\xa9\x40\x89\x0b\x1c\x17\x08\x48\xa5\x7c\x7d\xdc\xf7\xd1\x92\x2b\x36\x7b\xf2\xb0\xc8\x1c\x23\x5b\xaa\x5b\xe4\x28\x66\xf5\x9a\x86\xdd\x7a\xb1\x2d\x1f\x08\x11\xe5\xca\xab\x3d\x31\x14\x18\x49\x62\x7b\x1b\x09\xd1\xcb\x17\x6a\x30\x00\xed\x59\x21\x9f\x90\x1a\x53\x15\xb7\x42\x86\xca\xe8\xbc\x90\xe9\xde\x42\x67\xd2\x3b\x46\xb6\xd4\xd9\xaf\x3c\xba\x86\xcc\xfa\x71\xb2\x6f\xd7\xef\x85\x8b\x14\xa3\x4b\x27\xab\x5c\xe0\x47\xb3\x51\x36\x76\x42\x89\x70\xfa\xc2\xeb\x90\x3d\x6e\xc8\xe0\x63\xb6\x9e\xa6\x27\x5c\x32\xbe\xeb\xc4\x99\x20\xb8\x93\xf2\x83\x3d\xf1\xc1\xd9\x28\x82\x1e\xe1\x43\xe4\xda\x8f\x47\x29\xf4\x0b\xef\xb7\x99\x12\xee\x07\xb8\xe2\x62\x28\xbc\x57\xfa\x88\x2c\xc9\x89\x9d\xdb\xb6\x23\x44\x9b\x28\xcd\xf6\xe6\x08\x7d\x30\x13\x14\x28\xed\xa3\x23\x41\xc3\x29\xd6\x8b\x67\x04\x3b\xac\x54\x99\xf3\x99\xca\xd4\xee\x11\x98\x0d\xc1\xc8\xcf\x75\x12\x9a\xbb\x0f\x2a\xa5\x72\x0f\xf1\x8a\xcd\x45\x04\x55\xf4\x59\x47\x2e\x10\x52\xa9\xca\xdf\xbf\xe9\x34\xbb\x42\x00\xbf\x67\x68\x18\x49\xce\xf0\x1b\x0e\xc7\xac\x6f\x1c\x22\x98\xda\xba\x14\x80\x1e\xa8\x6c\xf9\xe8\xe6\xd4\x34\xf7\x8f\x24\x7b\xe8\x62\x57\x78\x0e\xee\x53\x23\xad\xa4\x46\x1b\x8c\xc0\xc8\xca\x72\x08\x71\x48\x4f\x57\x30\x1c\x4f\xa0\x24\xd1\x95\x89\x63\x4d\x93\xc2\x1b\x6a\xb8\xa2\xf3\x3e\xf3\x60\xa6\x0f\xcb\x24\x13\x87\x3f\x2e\x84\x61\x72\xff\x27\x6c\x3f\xed\x80\x02\xaf\x24\x11\xd1\x25\x0c\x4a\x40\x8d\x52\xcf\xb0\x8a\x51\x34\x1c\x67\xcd\x18\x02\x0b\x72\xe5\x98\x19\x19\xa9\x11\xc8\xaa\x0f\x8c\xd1\x1b\x72\xe6\x18\x11\xd8\x93\x5b\xa8\xb2\x16\x8e\xb4\xff\x43\xc7\xaa\xe1\x3c\x5a\x36\xa5\xd8\x88\xf0\x65\x2e\xe6\x1b\x96\xac\xea\x20\xf3\xac\xa6\x9d\x41\x35\xf6\x8e\x7c\x95\xb1\x4a\x72\x5f\x83\xaf\xf9\x14\x3c\x40\x75\xec\xd8\xc7\x7d\x21\xfa\xf1\x14\x36\xcd\x42\x81\x98\x08\xa0\x33\x47\x9d\x26\x0d\xef\x99\x61\x38\xa8\x83\x5f\x34\xcb\x68\xd9\x73\x8b\x21\xe9\x47\xba\x29\xbc\x7d\xb4\x18\x3b\xb0\x41\xc6\x2c\x69\x8e\xc0\x85\xc3\x1a\x12\xd5\x6f\xf2\x7d\xad\xd3\x00\x7d\x28\xf2\x7b\x4b\xf4\x89\xab\xf0\xe3\x1c\x93\x5e\x03\x9a\x8f\x77\xea\x83\xb9\x21\x57\xf0\xaf\x54\xc2\xd3\x3e\xd2\xb8\x44\x47\x3a\x8c\x51\x15\xc5\x7d\x33\xac\xd0\x30\x98\x4d\x95\xbd\x27\xba\x96\xb3\xf7\x48\x12\x30\x6b\x30\x5b\xc0\x3b\x88\x1d\x89\xb6\x9c\x14\xab\xc0\x29\xa2\x29\x9d\x0c\x13\x22\x8f\xd5\x92\x7a\x4b\x14\x51\xd3\x75\x24\x82\x15\xaf\x69\x83\x33\xac\x34\x19\x4c\x83\x98\x8e\x39\x58\xf5\x77\xa8\x05\xac\x68\x3b\x39\x19\x69\x5b\x8f\xd4\x89\xee\xd5\xfe\x89\x73\xae\xe3\xd7\x23\xb2\xb2\x9b\x01\xfb\xf4\xda\xad\x48\x7f\x67\x21\x4e\x03\x42\xf9\x03\x42\x5e\x99\x10\x23\x59\x5e\xff\xf8\xc8\xac\x12\x1f\x82\x3f\xfb\xf4\xd9\xa5\xf8\x68\x86\x97\x72\x85\x47\xa8\x50\x41\x1b\xe8\x68\xcc\xbd\xb4\x10\x62\xf7\x21\x72\x0d\xbe\x40\x94\x3e\x12\x8c\x10\x80\x95\xbc\xb5\x85\x79\x30\x55\x03\x79\x61\x25\xf7\xe0\x02\xa2\x32\xf6\x4d\xbf\x02\xc7\xbd\x60\x91\x40\xcb\x00\xed\x1f\x7b\x8a\x78\xe3\x09\xef\x2e\x52\x4f\x73\x75\xa6\xd7\x3b\x54\x03\x04\x27\x48\xfd\xe1\x88\x83\xfd\x76\x16\xc6\x96\xf3\xc7\xee\x49\x77\xd4\x5b\x33\xd6\x16\xa9\x1a\xee\x21\x2a\x30\xf0\xb1\xdf\x44\xaa\x85\x70\x4d\x06\x00\x98\x78\x1c\xd1\xe6\x7c\x34\xac\x74\x0d\x36\x84\x12\xff\xb8\x21\x0f\x95\x01\x21\x5a\xfa\x13\x17\x0a\xb3\x84\x95\x61\x07\x06\x84\x3c\x7d\x66\x8d\xfb\x14\x7b\xc4\x4e\xd4\x1c\xe6\xd4\xdd\xbb\x30\x37\x8b\x2b\x1d\xd0\x6f\xff\xd4\x3e\x89\xf9\x86\x16\xb4\x76\x3c\x43\x36\x1d\x81\x23\x4a\xfb\x8c\x0e\x88\xb0\x0c\x81\xa3\xcb\x99\xb7\xa3\xea\x49\x72\xe2\xbf\x2a\x09\xa5\x0d\x45\x9b\x51\xd3\xfa\x84\x9d\xe3\xc5\xc4\xfb\xe6\x2e\xe3\x35\xab\x6a\x4a\xfb\x7a\x52\x1c\x29\x16\xcd\x4e\x94\xe7\x50\x3f\x51\xbb\x23\x70\x57\x7f\x68\x97\xcb\x8a\x83\x9c\x52\x68\x9b\xea\x28\x8c\xcf\xc7\x44\x72\x56\xb4\x3a\x61\x20\xbd\x62\x16\x0f\x72\xce\x0c\x5b\x64\xa8\x15\xd0\xe6\x3f\xb1\xef\x2a\x08\x63\x0a\x0c\xf9\x0c\x18\xc0\x85\x77\xf6\x8a\x32\x2a\xcf\x15\x9f\x99\x68\xee\x32\x2d\xfd\xa6\x9d\xae\xc4\x80\xf2\x8e\xbc\x08\x3e\x97\x9f\x84\xbf\xa4\xbe\xaa\x37\xe9\x41\x74\x45\x97\xb8\xea\x8f\xe3\x06\xb8\xfe\x55\x76\xc5\x6f\x66\xad\x9a\xbe\x34\xf9\x48\x9c\x3f\xfe\x2e\x2a\xb1\x92\xb1\xa1\x63\x53\x29\xb8\x5a\x36\xc3\xb2\x0b\x75\x5a\x43\x81\xb4\x39\xef\x9c\x94\x2b\xaa\x52\xce\xc6\x8e\x53\x1b\x18\xa6\x61\x06\xa0\xd7\xc1\x81\x47\xd2\x36\x77\x91\x1e\x29\xd8\xc4\x78\xb1\xa2\xc9\x96\x73\x49\x86\x42\x4d\x15\x53\x51\xa8\xaa\xd7\x53\x08\x83\x47\x64\x5e\x19\x90\x23\x71\x49\x32\xe2\x73\x34\xb3\x6f\x12\x61\xc4\x8b\x27\xb3\x31\x83\xad\xaa\x90\x48\xea\x88\x05\x6e\x85\x2e\xe0\x07\x7b\x10\x0d\x9e\x1a\x25\x22\xb3\xb7\xc4\xfc\x3f\x72\x99\x68\x89\x5c\x40\xd1\x0c\xdf\x83\xcc\xbf\x24\x20\x21\x13\xeb\x4e\xf7\xea\xe0\x29\xf7\x86\xbb\x95\x2b\xbc\xf2\x09\x71\xa9\x56\x53\x96\x73\xd2\xa4\x01\xf7\x60\xd9\xe3\x88\xe9\xfc\x16\x53\xaf\x13\x64\x7b\x09\x39\xff\xe7\x13\x22\x5d\xc9\x79\x1a\x68\x8e\x51\x99\xac\x75\xcf\x20\x60\xb4\xab\x34\x94\x23\x0f\x73\x33\x3f\x51\x70\x00\xb0\xd3\x89\xca\xbd\xad\x79\xcf\x96\x4f\x2a\x0b\x19\x8b\x38\xab\x0f\x9c\xb2\x23\x80\x18\x75\x5b\x25\x78\xb8\x1e\x62\xe6\x80\x4c\x73\xc0\x97\xb9\xb8\x22\xba\xbc\x0d\x89\x1b\xe5\x44\x33\x0d\xd6\xd3\x16\xb5\x18\xbc\x16\x43\xf1\x22\x00\x2c\xc6\xa7\x6f\x0d\x7e\x84\xb4\x5d\x11\xf1\x72\xf7\x7e\x1b\x42\xd0\x1e\x97\x24\x1c\x78\x29\xba\x30\xaa\x43\x38\xf4\x37\x14\x3f\xa2\x6b\xa9\xa7\xd0\x92\x83\x3d\x8e\x31\x79\x97\xbc\xae\x7f\xf2\xb5\xe3\x65\xcd\xfa\x23\xc2\xac\x04\x15\xfe\xac\x4d\x1c\xc4\xd0\xd2\xf1\xc6\x86\x5a\x40\x66\x27\xe0\xc6\xe7\x25\x2d\x40\xf8\x84\x6c\x35\x54\x5a\x44\x0d\xfa\xaf\x18\x46\xb1\x39\x61\x54\x48\x90\xbf\xae\xb2\x71\x75\x2e\x36\x12\xb6\xe7\x16\xd1\xb9\x4d\xbc\x4a\x00\x81\xd1\x7c\x4c\xb7\xce\xb3\xd5\x21\xdf\x3e\x15\x23\x11\x06\x33\x30\x02\x7a\xde\x92\x86\x87\x79\x9c\x81\xdd\xa0\xef\x99\x7b\xc3\x84\x9c\x34\xbc\x06\x93\xd7\x62\x20\xba\x8f\xec\x12\xa2\xa9\x10\xdd\xf8\x64\x9e\xf0\x08\x8b\x92\x13\x72\x30\x70\x7a\x70\x40\x1c\x64\xb0\x5d\x33\xdb\x6b\x68\xb8\x2c\x61\x42\x91\x65\x84\x18\x1c\xd7\xc1\x01\x28\xb3\x66\xb5\x8e\x74\xe7\x27\xbc\xee\x13\xc6\x54\xb4\xa3\x4a\x7b\x76\x76\xa1\x53\xfc\x1c\x4d\x72\xb2\xbc\xd5\xc5\xae\xa0\x4b\x08\xd6\xc8\xaa\x68\x64\x7b\x43\x99\x26\x28\x4b\xb9\x65\xc4\x86\x8a\xfe\xc4\x78\xe6\xee\xa0\xe1\x05\xde\xe6\x0f\xc7\x1b\xbb\xd5\x84\x9c\x75\xe6\x6a\x0f\xde\xcb\x9d\x4d\x1c\x60\x45\xa0\x05\x77\xd7\x30\x33\xa5\x41\x95\x08\x1b\x86\x4d\x8e\x02\xf7\x7e\xee\xa9\x6f\xf9\x0e\x26\x2a\xda\x90\x28\x58\xbe\x70\x0b\x45\x50\x81\xa8\x37\xeb\x6c\xe0\xbf\xc2\x30\x0e\xc4\x9b\x22\xe7\x15\x0c\x63\x46\xb0\xc3\x4e\x99\xc9\xce\x4c\xb2\x5d\x29\xb4\xba\xd8\xd1\xd1\x82\x70\x02\xc8\xac\x27\x9c\x7b\xac\xa1\x97\x12\x71\x85\x4c\x1d\xfe\x10\x49\xc8\xba\x86\x46\x46\x8c\x10\x5e\xa0\x2a\xc5\x42\x96\x66\x56\x7a\xbb\xa8\xdb\xee\xcc\x25\x67\xbf\xbb\x39\xab\xfd\x93\x96\x82\xa2\xe3\xc8\x85\x63\x4b\xe4\x19\xd8\xd1\xcf\x9c\x2c\x66\x71\xa5\xf9\x25\x0e\xf7\x70\xce\x79\xd6\x48\x7b\xa9\x3b\xf9\xd6\xc9\x4f\xd3\xc7\xc8\x7c\xf6\x32\x73\x45\x17\x1e\x2f\xfe\xe4\x8b\xe4\x43\x05\xd1\x60\x0a\x87\xdc\x61\x0d\x19\xde\x61\xdb\x84\x68\xa0\x5e\xe8\x4b\xfa\x56\x5f\xa8\x0f\x2e\x4e\xdf\x44\xbf\xdd\xa0\xee\x52\x4a\x17\xb7\x25\xad\x44\x31\x04\x38\x39\x3d\x0e\x96\xe9\xe3\x31\x87\xb1\xc6\x0a\x87\x21\xff\x9c\x9c\x91\x62\x46\x86\xba\xc1\xc4\x76\x90\x1e\xa0\x0f\x64\x5b\x5d\xb9\x5a\xbf\xff\x95\xf6\x58\x0b\xf5\x23\x2e\x0a\x68\x31\x60\x34\xc3\x09\x5b\x65\x2b\x53\x27\xf3\x17\x0b\xab\x13\xba\x47\x10\x1f\x8f\x28\xcb\x8e\xa5\x42\x9a\xbc\x75\x5c\xc3\x8f\xca\xac\x10\xbc\xbb\x1a\xa6\x92\x60\x99\x03\x9b\x1b\x21\x69\xc8\x6d\x1d\x5c\xfb\x77\x63\xea\xa4\x7b\xd2\xab\x33\xc7\x32\x27\x51\x40\x44\x13\xba\x18\xd4\x52\xc5\xe0\x3b\xbc\x09\x27\x91\x9c\x93\xe3\xa9\x11\xb9\x7d\xa1\x6e\x26\x7c\xdb\x35\x58\xf0\xe0\xba\x3f\xa7\xe4\xda\xae\x3a\x92\x0b\x04\x0d\xb2\xca\x89\xee\x10\xe6\xcd\xee\x08\x92\x44\xc0\xf8\xa3\xf4\x7b\x5f\x0c\x4e\xd8\xba\x8b\x8d\x4a\x59\x01\xc0\xf5\x86\x16\xfe\x9f\x5d\xc8\x63\x58\xab\x89\x87\x43\xaa\xbe\x1a\xe9\x20\x27\x6b\x55\x41\xa8\xf6\xba\x5b\xf4\x45\x67\xa5\x1e\xa0\x32\x15\x3d\xd2\xa6\x8a\xb0\xa1\x2c\xaa\x74\x58\xe3\xc0\xe9\x08\xde\x4f\x2e\xc0\x4c\xc8\x18\x77\xca\x63\x67\x0c\x41\x0a\x07\x23\xe4\xe5\x65\xd5\xed\x8a\x76\x8b\x6a\xc8\x11\x1d\x82\xde\x1a\x4c\x19\xe8\x83\x7f\xac\x29\xe0\xb1\x9c\x6a\x68\x77\x83\xb0\x73\x9f\x27\x78\xcf\xea\x77\xe6\x81\x66\xc0\x92\x7d\x5f\x7d\xe5\x24\x9f\x98\xf0\x87\x49\x3f\x11\xc5\xee\x90\xd3\x15\x11\x93\x18\x76\x33\xd4\x84\x64\x2c\x73\x72\x57\x15\x2e\xdb\x84\x97\xab\x7e\x1a\x30\x17\x04\x23\x18\x82\x99\xc5\xa6\x80\x25\x31\x96\xad\x29\x5b\xce\x49\xe5\x16\x02\x00\xde\x47\xa6\x65\x76\xf7\x13\x4d\x06\xf7\x2b\xb0\xc3\xc2\xe2\xcd\xf4\x69\x26\x97\x90\x0e\xcb\x23\x4a\xd4\x1e\xcc\x1d\x32\xc6\x39\x82\xcd\x53\xfd\x02\xbd\xae\x22\x53\x60\x28\x0d\x95\x1c\xdd\x40\x6c\xa1\x70\xd7\x70\x44\x02\x52\xb4\x94\xc8\x43\x25\x86\xb2\x05\xa8\x84\xa9\x64\xcc\xdd\x41\x0d\xff\xbb\xf5\x0a\x3c\x98\x61\x51\xe9\x75\xa0\xc3\x88\xda\x94\xce\x4e\xaf\xa1\xda\xe8\xb5\x12\xea\x89\xfa\x6a\x42\xa0\xb2\x0f\xac\x57\xfe\x84\xcc\x59\xa4\x0e\xd6\x15\xc5\x4e\x72\x2e\xa5\xbe\x07\x90\x49\xcf\xb5\x09\xe0\xc5\x80\x96\xa5\xbb\x66\x64\x45\xc3\x6d\x9a\x16\x43\x38\xa8\x58\xc7\x2c\x37\x06\x84\xf6\x08\x7c\x50\xbc\x81\x9b\xe1\x18\xa9\x25\xfc\xf8\x80\xef\x8c\xd6\x6e\x2f\xfc\x88\xe8\xaa\xd9\xc4\x89\xe4\x14\x54\xfa\x81\x00\x83\x7e\x02\xfe\xc2\xbd\x86\x90\xd0\x99\x3a\xc5\x9e\xe8\x8e\x9c\x36\x36\x72\xd4\x21\xda\xf6\x3e\x9b\xca\x8b\xee\x6c\x55\xc6\x9e\xe8\xad\xdd\x3c\xe6\x52\xde\x70\x3b\x0d\x0d\x26\x77\x28\x45\xc8\xa9\x74\xa3\xd6\x80\xdd\xcb\x27\xc3\xcb\x0a\x47\x4e\xae\xc2\xcb\xe1\xb4\x2b\x3c\xa0\xc0\x1c\x94\x2d\xf3\x1e\x43\x2b\x53\xd1\xb6\x8e\x67\x84\xa0\x9d\x28\xdb\xf7\xaa\xa6\x51\x1d\x25\xd6\x28\x5a\x5b\x19\x80\x6c\xa7\xdd\xe6\x89\xf2\xc2\x07\x89\x53\x83\x12\xbd\x49\x31\x99\xbd\xe4\xb2\x67\xf3\xbf\xce\x7c\xf2\x03\xf3\xd7\x1b\x70\xfd\x59\xf0\xea\x0e\xab\xf0\x23\xd8\x48\xb6\xc4\xd0\x13\x40\x0a\xc5\x64\x08\xea\xd5\x86\x66\xb2\xbd\x93\x6b\x3b\xdc\x24\x53\xc6\x1b\xce\x8f\x9f\x34\xe9\x88\xdc\x33\xf3\x41\x80\xd7\x25\x99\xb3\xce\x8d\x71\xde\xba\x31\xfe\xeb\xd6\x0c\x4c\xf1\x6a\x62\xd9\x2d\x82\xe2\xca\xee\xc2\x6d\x35\xe7\x69\xca\xe7\xf3\x98\xb0\x2c\x12\x09\xd1\x5f\x91\x47\xda\x5e\x4d\xb9\x07\x63\x9a\xb0\x7b\xdc\x40\xe8\x01\x4e\xbc\xb7\xe5\xb0\x57\x6a\x89\xe3\xe0\x6a\x60\xfb\x48\x05\x40\x9a\x7a\x05\xad\x0e\xd4\x05\x5b\xc4\x73\x6c\xcb\xd7\xd5\x05\xe4\x04\xac\x18\x75\xb5\x55\xcf\xa9\xb7\x88\x14\x77\x8b\xa1\xf0\x6a\x69\x46\xcc\xfc\xdc\xec\xce\xe6\x86\xc9\xe8\xff\x61\x6e\x08\xd9\x03\x5b\xe6\x60\x21\x1d\x18\xf6\xd6\x2f\x34\x68\x0d\x0d\x53\x0a\x86\x8e\x9e\x8c\x6d\xd2\x2c\x85\xb8\xff\x70\xbe\xc8\x13\xef\x53\x01\xc9\x05\xaa\x94\x93\x34\x18\xfd\xbf\x9c\xde\xca\x38\x73\x71\x26\x47\x05\x92\x4e\xd4\x1b\x8b\x9e\xd7\xa7\xdd\x1d\x81\xed\xcd\x4d\xbb\xf7\x4a\x16\x5c\x9e\x87\x30\x3f\x7e\x1e\x2d\xa1\x79\xcc\xa1\x6f\x4f\x87\x58\x26\x7f\x51\xc3\x5a\x66\xb8\xa0\xe4\x5c\x12\xbc\x90\xdd\x69\x66\x75\x2b\xb8\xbb\x29\xbb\x11\xce\xc4\x68\x84\x50\x13\x55\x9b\xa5\x3a\x44\x15\x40\x93\x17\xf2\x6b\x64\xaf\x0d\x8c\x94\x49\x9d\x63\xf7\xed\xff\x7b\xe7\xfc\x37\x6b\x59\x0d\x5e\xd2\x1d\x66\x17\x87\xf4\x67\x55\x34\xc5\xf4\x4b\x81\x8b\xea\xcd\xc1\x91\x26\x24\xd0\x28\x92\x8e\x9b\xea\x17\xcb\x60\x5e\x78\x03\xc7\x90\xd7\x03\xcd\x6f\xe8\x72\x90\x43\x72\x9f\x88\xea\x46\x68\x51\x6f\x4b\x56\x48\x1c\x4e\x76\x2c\x23\x8a\x25\x70\x88\x1d\xf0\x9f\x52\x06\x36\xd7\x2c\x79\x93\x90\xd8\x7d\x8b\x54\x9f\x30\x2f\xb2\x9b\x20\x29\x63\xef\x16\x90\x94\x7a\xbf\xf5\x51\xe8\xc7\x89\xb5\xfc\x81\xcd\x07\xfc\x89\x6c\xa1\x24\x85\x94\x58\x81\xca\x39\x4b\xba\x4b\x52\x20\xab\x1b\x30\xcd\x58\x23\x7f\x08\xd1\xe7\x79\x8f\xd0\x79\xaf\xf4\x93\x69\xcf\x3c\xc4\x5f\x51\xef\xd8\x29\xa9\x49\xc8\x9d\xde\x73\x70\x3e\xdb\x14\x12\x6d\x67\x1b\x9a\x2f\x51\xc6\x6c\xd7\x38\x63\x0a\x05\xd4\xb4\x6c\x0a\x5b\xc4\x19\x61\xb6\x67\xa0\xe8\xa2\xac\x96\xb4\xeb\x39\x7d\x66\x69\x7f\xa9\x0b\xab\x51\xfa\xaa\xde\x49\x1d\xc1\x40\x10\xaf\x1b\x8e\x70\xe7\x0f\x28\x85\x36\xf4\x2e\x58\x16\x11\x9c\xae\xde\x20\x93\x32\xb5\xef\xd5\x94\x7f\x79\x59\x83\x8c\xc4\x14\xda\x16\xde\x8d\x71\xac\x7f\xdd\x1d\x55\xce\xa6\x66\xfe\x2c\x49\xbc\x25\xe0\x0c\xb5\xa4\xa3\xee\x2c\x64\x71\xe2\x8a\x28\x56\x70\x20\xc8\x2e\xeb\x03\x5d\x6b\x1d\xb2\x10\xa8\xa9\xb3\x81\x70\xde\x6b\x95\x58\x7d\x73\x54\xc2\x7f\xad\x82\xcd\xce\xde\x32\x17\x28\xbf\x73\x52\xbf\xde\x99\x29\x21\x16\xea\x38\x64\xd5\x9f\x2f\xbc\x8a\x33\xb9\xa8\x21\x4a\x37\x7d\x0f\xee\xe0\x43\x07\x40\x85\xbf\x6a\x0b\x45\x14\xcb\x32\x63\x47\xee\x97\x67\x4c\x09\x45\xb3\xd4\x33\xed\x19\x99\xf1\x54\x43\x02\xc3\x3d\xbd\xfb\x87\x14\xf0\xf5\x32\x46\x78\x60\xd6\x09\xf3\x16\x0f\x23\xb9\x32\x8c\x1b\x11\xfe\x1e\xba\xa9\x8f\xdf\xd9\xff\x7e\x67\x20\x82\xdf\xaf\xf8\x86\x8e\xff\x1e\xeb\x95\xd9\x1e\x08\x3f\x96\xbf\xde\x8f\x08\xd6\xf7\xa2\xe8\x44\x0a\x1d\xcb\x72\xec\x9c\xef\x17\x6b\xdc\xd7\x76\x43\x2c\x6e\x84\x0f\x60\xfb\xc6\xe6\xea\x1c\x76\xcd\xed\xb5\xc1\xb3\x60\xc3\xb3\x82\xb9\xec\xfd\x69\x2e\x45\x74\x5e\xd0\x17\xde\x49\x71\xc1\x6b\x33\xb5\xfd\x3d\x53\x1b\x45\xd9\x42\x29\x0e\xf0\x6f\x93\x7c\xe5\x55\x72\x3e\x7c\x17\x7e\x4b\x56\xd9\x19\xe7\xf2\x34\xac\xd9\x6f\xd9\x15\x8a\x8c\xda\x1d\xb5\xfa\xf3\xd2\x5f\x59\xc6\x5c\x0b\xff\x6a\x31\xde\x85\xf7\xba\x62\xa9\x6c\x72\xc7\xce\x05\x70\xc8\xb1\x27\x3d\xe2\x10\xb1\x1e\x85\x9d\x44\x1f\x66\xde\xa7\x2e\xbe\x34\x6f\x0c\x35\x51\x4f\x2d\x66\xdb\x6f\x08\x18\xea\x89\xb9\xf8\xc2\x0d\x31\x0a\x4f\x25\x7c\x1d\x6a\x73\xb0\xdd\x27\x24\xa7\xce\x56\xde\x8b\xe5\x16\x91\x79\xbb\x3b\x4e\x07\xd4\x01\x37\x1a\x77\xd0\xcd\xb6\x75\x23\x23\x6b\x76\xcb\xbd\xfe\xe3\x3b\xa5\x76\x86\x2e\xb7\x53\x4a\xb5\xb8\xb0\xe7\x05\xc2\x6b\x48\x12\xd5\x07\x10\x5f\xb6\x63\x07\x82\x29\xf1\x3a\xc8\x9f\x1d\x95\x41\xa4\x7a\x8d\x32\xbf\x1e\x08\xd5\x70\x9a\x65\xa6\x90\xb8\x15\xf6\xd7\xde\x64\x31\xf0\xb3\x95\xbd\xe9\x25\x6e\x1d\x1c\xd2\xfb\xfa\x6c\x46\x83\x03\x1e\x47\xa7\xf7\xe2\x51\x0a\x7f\xae\x9a\x34\x9d\xfd\x36\x51\xf4\xcf\x3f\x94\xf6\xcc\xb6\xee\xc0\x28\x39\xca\xbb\xe3\xb0\xcb\xd2\x04\x2a\xdd\x1d\x94\x74\x9d\x69\xa6\xa4\xa3\xac\x26\x56\x1d\xd7\x9c\x58\x27\x92\x16\xd1\x36\x35\x75\x0a\xac\x35\x98\xc3\xfd\x17\xbe\x60\x6e\x93\x34\x3c\x08\x34\x39\x21\x53\x4f\x60\x4a\x06\x24\x30\x93\xee\x04\xa2\x2a\x47\x18\xdc\x15\x07\x42\x4d\xd5\x8e\x43\x48\x6e\xcc\x46\xb9\x87\xd2\x18\xdf\x44\x8f\x4c\x0e\x6a\x24\x4b\xdc\xb9\xd9\x14\xf9\xd4\x49\x4d\x2d\xe6\x6a\x3e\x55\xe9\x73\x10\xf8\x3a\xb9\x7c\x69\xe4\x34\xea\xf1\x7b\xe9\xb0\x6d\x67\xf3\xaa\x42\x2f\xed\xfd\x40\x28\x08\x26\x2d\x62\x10\x02\xa8\x34\x5f\xac\x5a\xd7\x7b\xb1\xae\xc1\xe1\xf3\x01\xf3\x39\xd8\xb8\xd0\x26\x52\xc8\x7e\x5e\x4d\xaa\xdf\xac\x56\x94\x3d\x9e\x5c\xe1\xbe\xc0\x56\x56\x4e\x33\x09\x90\x75\x04\x96\x4b\x6f\xfd\x40\x4c\xb6\xcd\x36\x69\x47\x5a\x25\xbb\x9c\x4d\x0b\x77\x90\xb4\xa2\xa1\x10\xfe\xe4\xa1\xe8\x89\xa1\xec\x15\xb5\x78\xfc\x81\xae\xc9\xbe\x3b\x8c\x1d\xe8\x0f\x46\x31\x59\xde\xbb\xc0\xf3\x76\x17\x75\xd6\x79\x2c\xe1\xb9\x56\x71\xa0\xf6\xcc\x4d\xdf\x9e\xe2\xc0\x34\x79\xa4\x7a\x16\xfc\x39\x2a\xdf\x41\xbf\xb6\x6c\xa9\x7c\x57\xc4\x51\xce\x81\x75\x4b\xfe\xcd\xae\x08\x4f\x0e\xbb\x3d\xfb\x0b\x32\x5b\x0e\x10\xad\x91\xf5\xa8\xc4\x19\x2d\x40\x56\xa0\x30\x81\xc7\x25\x12\x72\x87\x77\x75\x44\xa1\x1c\x68\x6b\x0f\xe0\x13\x9b\xf5\xfc\xda\xfb\xeb\x0a\xdf\x07\x66\x32\xf9\xf0\xa9\xbb\x11\x87\x45\xb0\xe7\x44\xff\x54\x62\xc8\x69\xe7\xec\x71\x8b\xb3\x5d\x91\xbb\x14\xb1\x95\x2f\xc7\xb9\xca\x5c\x74\x0d\x63\x53\xe3\x48\x64\x4c\xef\x7f\x5d\x5f\xce\x57\xb4\x03\xb7\x99\xcc\x72\x1e\xae\x87\x05\xce\x51\x8c\x87\xee\x71\x41\xde\x19\x4f\x1b\x4e\xd4\x35\xe7\xf9\xc6\xc9\x7a\x3a\xe2\xb1\x4f\x6c\xf8\x74\x46\x1a\xc0\xc7\x19\x2b\xf0\xe9\xe1\xbe\x05\x7f\x64\xea\xd4\x0a\x51\x22\x91\x39\x51\xec\x8b\x59\x82\xbd\xc4\xae\x8e\xe9\xc4\x5e\x26\xae\x9d\x71\x17\x57\x89\x3b\x92\x4d\x64\xa0\x0b\x73\x8e\x6e\x64\xa3\xda\x6a\x72\x9a\xfe\x5f\x26\x17\xeb\x9a\xef\x94\x9a\x43\xf4\x2b\x5d\x31\x33\xf8\x27\x08\x2c\xd6\xcc\x00\x1b\x82\xf2\xc6\x28\xc4\xfa\xfd\x04\xa6\x95\xb9\xe4\xa9\xd1\x7b\xe0\x12\x74\x37\xa4\x46\xfa\xa0\x2a\x60\x10\x60\xc5\x7f\x6a\xb7\xb8\xa8\xa0\xcc\x15\x24\xf9\x0a\x3c\x0a\x3d\x8b\xc6\xec\xb5\xb1\x80\x03\x55\x19\xab\xe6\x55\x16\xb4\x6f\xf7\x94\x99\x5d\x67\xb1\x5b\xfa\x61\x37\x83\x59\x6a\x92\xbd\x68\xc6\x7e\xfe\x62\x58\x93\x47\x7e\x70\x5a\xc0\xa6\x7d\x20\x97\x11\x41\xbe\x8c\xaa\x26\x27\x3a\x57\x1c\xbf\x72\x36\x12\x97\x40\x06\xb4\xdf\x22\xdd\x5c\xe9\x53\x19\x02\x30\xf9\x7a\x6e\x23\xb9\x7c\x78\x9b\x66\xa2\xeb\xad\x90\xd3\x30\x17\xe3\x1c\xce\x49\x97\x12\x21\x39\x40\x90\xdd\x7b\xf0\x6b\x50\xf8\x39\xdc\xe8\x3c\x66\x46\x0c\xdf\x93\xa0\x89\x28\x4b\x02\xc0\xb8\x11\x70\xf9\x78\x47\x2e\x5a\xf7\xa9\x70\x48\x39\x03\x20\x7f\xd4\xc8\xd9\xbf\x83\xa4\x65\x07\xd9\x84\x21\xc3\xb0\x16\x2d\xb9\x26\x31\x61\x62\x13\xb4\x5b\x23\x39\xfc\x9d\xb7\x6a\x9b\xff\x39\xb3\xa1\x13\xad\x70\xd7\x6c\x91\x23\x1f\x40\x44\xaa\x1d\xbb\x67\xb7\x3c\x07\x26\x72\x77\x3b\xe0\x96\x3a\x74\x68\xc3\x61\x64\xb9\x87\x99\x14\xde\x5c\x6e\x9b\xec\x5b\xe1\x18\x66\x0a\x69\x21\x6b\xcc\x19\x98\x87\xe4\x5a\xb3\x25\x97\x22\x0e\xcd\x8f\x29\x4e\x95\x20\x08\xa2\xd6\x0a\xee\x45\xac\x91\xa2\x51\x6a\x0e\x42\xe6\x09\x9f\x9e\x4d\x38\x5b\x21\x7a\x98\x78\x12\xa9\x69\x81\xbb\xa5\x07\xeb\xcb\xa5\x2b\x4e\x19\x7e\xee\xe1\x27\xdc\x67\xba\xe7\x0e\x19\x5a\xf4\x48\x13\x73\x6b\xb5\x13\x93\x13\x53\xc8\x29\xd2\x0c\xbf\xbf\x40\xe7\xcc\x69\x07\xd8\x15\xc6\x7d\x9c\x1c\xae\x38\x77\xe8\x9a\xac\x42\x9a\x0d\x17\x14\x8c\x09\xfd\x4e\x89\xd7\x7c\x69\x56\x31\xdc\x5a\x6b\xd2\x99\xea\xdc\x13\xa2\xd7\x24\x4a\xb4\x4d\xdb\xc2\x76\xd0\x90\xb2\x13\x48\xab\x8b\xe1\x99\xd9\x11\x11\x71\xe4\x5f\xfd\x6d\x96\xe7\x78\x0f\x82\x37\x80\xd5\xe1\x78\x1e\x0c\xb4\xe2\xd2\xd7\x5e\x56\x1d\x55\x41\x14\xef\x21\xb0\xbd\x35\x03\x29\x93\x21\x41\xc5\x12\x9e\xc8\xee\x8d\xe1\x9b\x11\xd3\xff\xd4\x24\x7f\xec\x07\xe2\x04\xc4\x62\x9a\xaa\x6d\xdf\x85\xf8\x5e\xc1\xb3\x7a\x2b\x59\xeb\x96\x6a\xfb\x5a\xc8\x69\x19\x4b\x78\xed\x07\x08\x34\xcc\x69\x50\xe6\xe0\x21\x07\xf8\xdd\x5b\xed\x15\x18\x30\xc6\xa8\xf6\x92\x81\x61\x0f\xef\x0c\x7b\x72\x77\xe0\xe0\xc1\x16\x4c\x78\x88\x1c\x99\x91\x29\x98\xad\x7a\x5d\x76\x46\xf0\x84\xf0\xe3\xe5\xa5\x6f\x84\x2f\x74\x45\x81\xe8\x86\x7b\x44\x88\x44\xf9\x68\xaf\xe4\x4a\xb4\x57\xb1\xac\x84\xa8\x2b\x04\x7d\x85\x1d\x87\xe6\x3a\x1c\xbd\x67\xf0\x47\xd5\xb7\x9c\x6b\x25\x3c\x8e\xd4\x2d\xb3\x89\x94\x1e\xf9\xc3\xe6\x8e\xc8\x87\x93\x98\x6b\xfb\xbe\xa8\xc5\x9d\x18\x5b\xfa\xb5\x64\x17\x38\x9f\x34\xfe\x09\x6b\x6f\xdf\x61\xa3\x8a\x56\x04\x85\xfc\xd9\x01\x13\x5f\xab\xa7\x2e\x8f\x6a\xea\xb0\xf0\x10\xd5\x46\xec\x49\x44\xfa\x3c\xf7\x19\x39\xe1\x90\x2c\x91\x78\xb7\x39\x2b\x45\x2f\x14\x2c\x4b\xd9\x7e\xa0\xc3\x94\x7f\x4e\x26\xf1\x0d\x1b\x44\x30\x82\xbe\xb9\x88\x29\xea\x86\xa8\x1e\x36\x5a\xb4\x79\x23\x75\x7c\x1b\x2e\x13\xd1\x08\xf6\xde\xa8\x0e\x60\x8d\x41\x65\x9f\xc6\xc9\x46\xa4\x76\xbd\x11\x65\x18\xcc\x06\x45\x5f\xb8\xf7\x66\xfa\xc2\x27\x78\xf7\xf5\xda\xe4\xc6\x1e\x76\xfa\x19\x2d\x6e\xb5\x39\x68\x2c\xa7\x30\x55\xb7\xb3\xc7\x62\xaa\x80\x6a\xed\x72\xf3\xcb\x14\xa5\xcf\xee\x62\xa4\x2e\xea\x92\xa2\x44\x33\xe8\x43\xa4\x72\x9e\x66\xe2\x2f\xbe\x72\x82\x92\xd0\x7a\x31\x5d\xf5\x63\x28\x10\xd7\xd2\x56\x3c\xa3\xd4\x0a\x56\xc9\x3d\x87\x68\xc2\x4f\x01\x99\x17\xf0\x43\xd6\x80\x9b\x5b\xdc\x9c\xc4\x75\x2b\x77\x99\x5a\xeb\x15\xe5\xa8\x53\x25\xd5\x21\x97\xd9\x90\xe1\xfd\xcc\xd8\x23\x66\x9b\xb8\xc3\x43\xa0\xb6\xa5\x5d\x76\x6d\xa0\x94\x75\x90\xf3\x37\x2d\x43\x6a\xe6\x92\x70\x22\x7a\x95\xe5\x99\xf2\x32\xe8\x3c\x98\xb3\xb4\x95\xcd\x9d\xca\xb7\x14\x9b\xcd\xb8\x92\xec\x5a\x3f\x7b\x24\x8e\xa8\x49\xd7\x03\xdc\x12\xc2\xfa\x6d\x0a\x4b\x70\x92\x6b\x07\x66\x25\x2d\xdc\x8f\x0d\xb9\xb6\x1a\x81\x4a\x0b\xf7\xab\x02\xe8\xa9\x70\x45\xed\xb9\x8f\x65\x0e\x07\xd4\xc2\x7d\x5b\xce\x59\x6e\xd3\xc2\x7d\x38\xb2\xeb\xac\xd9\x9e\xcf\x70\x7c\x35\x64\x7d\xf1\x99\x39\xc1\x9e\x58\x4d\xcf\x2a\xea\xb4\xcc\x71\xce\x5f\x3e\x59\x2c\xf3\x59\x81\x4f\x1f\xa1\xe7\xcd\xbf\xbb\xbd\xf6\xee\x42\x0a\xfd\x71\x70\xa1\x0a\x50\x46\x64\xf1\x2d\x3d\x80\x4d\xb4\x1f\x4b\xf2\xd9\xc1\x3a\x15\xd3\xf0\x70\xf8\x19\x9f\xba\xbf\xf4\xfc\xba\xa1\x5a\x49\xea\xd1\xc8\x5a\x79\xfa\x18\xa6\x1f\x15\xeb\x10\xc3\xd4\xb1\xdd\xbf\x52\x93\x0b\xcf\xee\x9f\xb4\x3a\x5f\xa8\xd7\x5c\x3f\x32\xc7\x2b\xfe\x6e\x48\x1b\xc7\x7b\x76\x96\xac\x77\xe6\xac\x00\x3a\x61\x0f\x77\xf2\xd4\x25\x87\x90\x31\x42\x28\xd6\xf2\x0f\x63\xdb\x93\x12\xcf\xed\x99\x7e\xb5\x38\x41\x33\xff\xf4\xab\xf6\xb9\x6c\x2f\xd3\x31\xab\xb7\x09\x87\xd4\x31\x7d\xe5\x6d\x40\x3f\xfa\x5b\x8e\x2c\x21\xf1\x2a\x6d\x4e\xa5\x8f\x2f\xe6\x8c\xc9\xaa\xb6\x00\x5e\x3f\xd9\x6f\x63\x22\xed\x3f\x69\x75\x6a\xaf\xb2\xaa\xfb\xbf\x07\xe5\x91\x1c\x7d\xf6\x8a\xae\x65\x0b\xa1\xa6\xf2\x2f\xfd\xd6\x24\x29\x92\x17\x24\x93\x24\x91\x43\x88\x1a\xd7\x40\x90\x70\xc9\x4c\x6b\xf2\xd7\xa2\x6b\xe1\x22\x8d\xaf\xcf\x95\x52\x08\xf2\x20\x66\xcd\x43\x3d\x37\x7d\x25\xc2\xda\xb9\xcd\xe6\xe6\xf5\xea\x58\xc2\xf3\x59\xd2\x1d\x39\x81\x15\x7f\xc0\x5a\xa0\x12\x3b\x2c\xb6\xc9\xc9\x5a\xcf\x21\xfa\x75\x1b\x00\x65\x69\xc2\x2c\x68\xe8\x40\x0b\xaa\x68\x86\xd2\x39\xc5\x70\x05\xa7\x6d\x79\x84\x6e\xab\x5b\x59\xc2\x5b\xfe\xb8\x74\x32\xe7\x2a\x7a\xda\x13\x3a\x71\x0f\x47\x79\x75\x0f\x9d\x6d\x94\x02\x50\x18\xa6\x2a\xae\xe5\x4a\x4f\xf0\xa5\x3b\x62\x3f\xf1\xb4\x28\x81\x2e\x71\xd1\x8b\xfd\x1c\x08\xef\x24\xf7\x69\xc6\x55\x64\x7c\x05\xe7\x05\x41\xc0\x5a\xd6\x12\x50\xd9\xfe\x01\xff\xc7\xb2\xc1\xfc\x40\xfe\x9c\x89\xc1\xb2\x4a\xd1\xd1\x23\xf2\x93\xa8\x53\x4b\x6b\x09\x34\x25\xf5\x60\x04\xc8\x94\x8a\xb8\xb0\x89\x34\x5a\x99\xa7\x7f\x68\x5d\x97\x0c\x61\xbc\x2b\x5e\xf8\xf5\x8b\x89\x74\x01\xec\x9c\x9d\xbf\x2a\xe6\x81\x9d\xe7\x48\x55\xd6\x63\xd4\xbb\x01\x67\xe7\xa4\x5b\x91\xc3\x2f\x9a\x3f\x66\x57\xdc\x81\x9d\xc7\x76\x63\xc4\x97\xb2\xa4\xac\x02\xb0\x3c\x0d\x20\xba\xb2\xbb\xbf\x69\xe8\xfd\x09\x59\xce\x20\xeb\x30\x2b\x5c\x72\x38\x54\x9a\x22\x3b\x10\x65\x19\x95\x16\xe4\xc1\x3c\x60\xf8\xb1\x19\xd8\xd5\x02\xf9\xd8\x96\x59\x4b\x89\xaf\xea\x8b\x61\xdb\xf9\xa1\xe1\xf1\x3e\x85\x7a\xe5\x3c\x54\x99\x85\xb7\x47\x8d\x44\xc2\x7f\xc8\x48\x6a\x8b\x93\x98\x8f\x47\x56\x0b\x01\x9a\x9e\xda\x45\x3b\xad\xbc\x5d\x14\x20\x40\xdd\x7a\x3b\xcf\x60\x07\x39\xde\x1a\xc6\xc4\x10\xa6\x7a\xf1\x42\x72\x87\x1a\xd2\xd0\x3e\xda\x70\x6c\xa4\xe8\x33\xef\xa1\x33\x49\xdd\x41\x3d\xd2\xb0\xd3\xef\x84\x42\xd4\x81\x1f\x52\xbf\x00\x39\x19\xdb\xea\x83\x7e\x5c\x5c\xfe\x38\x3d\xfb\x11\x21\x20\xb4\x85\x1a\xb2\xc4\xee\x7b\x6c\xfa\xad\xc7\x39\x5f\xa7\xb3\x17\xba\x57\x4a\x7a\xac\x89\xae\xfd\xa5\x78\x1d\xee\x35\x33\xcc\x5d\xd0\xa2\xb3\x27\xde\x9b\x4b\x56\x2d\xf2\x9b\xa9\xf3\x60\xc0\x5a\xb5\x70\xfc\x41\xed\xec\x62\xde\x19\x3e\xc7\x4f\x05\x6b\x64\xcf\x3f\xeb\x41\xc7\xe5\x7a\xbc\xcb\xe1\x5f\xf4\x25\x3d\x8d\xf9\x0e\x85\x0c\x6e\x14\x35\x99\x8f\x2d\x46\x22\xac\xdd\x64\x5b\x9f\x53\xc9\x07\x05\xfe\xcf\x1c\x25\x5c\x9f\xc3\x15\x10\x00\x19\xa0\x78\x41\x41\x45\x00\x6c\xd8\x53\x54\x91\xd9\x60\xeb\x5a\x9e\x12\x90\x67\x21\x87\x5c\x16\xe8\x82\x58\xcb\x69\xae\x24\x87\x05\xaa\xbd\x3c\xa0\x10\x2c\x07\xcf\x77\x56\xeb\x24\xc6\x34\x59\x2f\xfb\x8d\xca\x14\xad\xcf\x2b\xf2\xb9\xd5\x6b\x30\x27\xad\x09\x9f\xf6\x28\x85\xb7\x9d\x7c\x15\x07\x42\xff\x40\xb8\x44\x50\xf8\x02\xaa\x1b\x6c\x6a\x76\xf5\x1c\xb1\xd1\x78\xcc\x60\x6c\xec\xfd\xc3\x4e\xb9\x75\x06\x7e\xdb\x2f\x89\xd2\x2c\x9d\x21\xd4\x1e\xc1\x10\xb8\x20\x2c\xec\x02\x72\x74\x22\xcd\xf6\x28\x81\x90\x75\x6f\x8b\x99\x67\xe0\xd7\x96\xa3\xaa\x11\x9f\x2d\x7a\x73\xce\x9a\x91\xf3\x77\x2c\xc9\x1d\x4e\xd1\xe0\x2e\x53\x22\x2d\x65\x92\x02\xb1\xb8\xf0\x06\x4d\x18\xd8\xcb\x30\x78\xe4\x67\xef\x33\x08\x05\xa5\xce\x86\x52\x67\xc4\x52\xba\x12\x2e\xd4\x44\xeb\x69\x9e\xbb\x54\xda\xda\xf1\xc1\x8a\xac\x90\x77\x15\xc9\x95\x7d\x82\x59\x50\x77\x0c\x55\xe3\x27\x89\x3c\xa3\x95\x5b\x78\xe9\xc3\xd6\xcb\xde\x69\xfe\xc2\xcc\xb3\x7b\x6f\xb5\xc9\xfe\x73\x09\x2a\xa7\x88\xe7\x8b\xe0\x2a\x9e\x63\x10\xd4\x85\x2c\x7d\xc3\x87\xe3\x53\xb8\x8d\x14\x38\x2e\x78\xa2\x08\x1a\x98\x6e\x89\x07\x1c\x2f\x31\xbf\x3c\xa5\xe1\x04\x9c\xf9\xfb\x94\xbf\xef\x08\xc3\x42\x57\x14\xcd\x4c\xdf\x50\xff\x89\xfc\x21\x37\xe2\x0e\xbc\xe6\x9b\xf8\x37\x27\x2d\xdc\xad\x18\xd3\xff\x3b\xa1\xe8\x29\x2f\x72\x78\xa2\x4c\xa8\x6a\x70\x3c\x02\xbd\x9a\x41\x79\x82\xe1\x88\x43\xf4\x7c\x72\xc8\x1c\xb1\x57\xc1\x8a\xe4\x89\x86\xbc\xcb\xef\x14\x7a\xdc\xe3\x18\xcb\xb7\x1a\xb2\xd2\x12\x6e\xff\x1b\xec\x46\xe4\x27\x27\xfa\xdb\x5a\xc6\x29\x9e\x64\xc6\x40\xd4\xe4\x0e\x50\x2c\x66\xc7\x91\xfb\x21\x63\x84\x14\xaa\x60\xcc\x37\x37\x48\xf6\xdd\x40\xd5\x5d\x5b\xae\xb1\xca\xb9\x96\xd0\x4a\x12\xcf\x54\xe6\x10\xa7\xd4\x82\x2d\x42\xec\x61\x11\x8c\xc7\xe6\xd0\xe9\xa9\x62\x67\x19\x5a\xc8\xad\x63\xd7\x71\x60\x16\xa8\x0a\xa5\x4e\x69\x86\xc6\x1a\x59\x78\x99\x5a\x3b\x1b\x74\xed\x7d\x8b\xa6\xbb\xb4\x56\x8c\x1b\xd0\x05\xa0\x5c\xbf\x65\xc3\xb1\x06\xe2\x48\x2e\xab\x53\xe9\x53\xfc\xd2\xfb\x1d\x83\xf7\xff\xab\xa5\x69\xf0\xd2\xd4\xff\xbf\x5d\x1a\x24\x4a\x16\xcf\x48\x4d\xa4\x29\x55\x46\xcf\x4e\xc6\xdf\x66\x5e\xfd\xe3\xcc\xf7\x84\x5b\x93\xb0\xff\xab\x87\xff\x7a\xc6\x3e\x85\xba\xad\xde\x1a\x5e\x57\x53\x1c\x69\x70\x67\xd6\xe9\x5e\x60\x3d\x2c\xd1\x32\x93\x43\x01\xec\xd7\x66\xcb\xff\x0f\x93\xb5\x94\xb5\x6b\x4b\x3c\x24\xb5\x5a\x4b\xe6\x77\x47\x20\x7a\x1c\xf7\x54\xad\x73\x9c\xde\xb3\xe9\x44\xb4\x06\xe6\x78\x7f\x86\x39\x08\xe7\x50\x10\xf4\x88\xd4\xe4\x1f\x6a\x5c\x4c\xfe\xda\xcd\x18\xf8\x05\xbb\x05\x9d\xc8\xa1\x98\xd3\x8a\x9f\xc8\xee\xa5\x6e\xc1\x01\x59\xdd\x5b\x99\x55\xdb\xe4\x09\x3f\x18\x81\xcb\x1b\xdf\xd1\xd9\xc1\x8d\x58\x41\xe6\x00\xb5\x75\x8e\xa7\x33\xe5\x52\xc8\x6e\x81\x07\xe2\x9c\x7d\x20\x1f\xfb\x4b\xdc\x8f\x14\x6a\xa1\x85\x72\x10\x65\x21\xbc\x2a\x99\x19\xbc\xc7\x1a\x9b\xdf\xf6\xd2\x2a\x36\xd5\x48\x1e\x73\x7e\x6a\x13\xbe\x60\x99\xa0\x69\x24\xa9\x25\x41\x6a\x7f\x93\xeb\x5e\x7f\x3f\x76\xe0\x7c\xc5\x16\x6c\xea\xe9\xb7\x50\x2d\x35\xae\xab\xab\xbe\xd5\x08\x35\xe5\x60\x09\xe4\xdb\x50\xb7\x07\x80\x32\xf5\xb6\xdc\x71\x76\xab\x0e\x0a\x8c\xbc\x63\xbd\xa9\xeb\x48\x37\x17\xb5\x56\x0e\x03\xe9\xf8\xc2\x7d\x84\xb3\xb4\x23\x38\x43\x4b\xb0\x64\x14\xe6\x09\x86\x1d\x94\x81\xc1\xd3\xc0\x4b\x1f\x1b\xdc\xd5\x9c\x69\x49\x44\xdc\x38\xff\xae\x5b\xb0\xcc\xb6\x1f\x32\x1e\x3c\x39\x53\x64\xd2\xd4\x6d\x29\x24\x7b\x24\xcd\x5d\xea\x3d\xb7\x47\x2c\xd5\x28\x36\xf2\x84\xcd\xdc\xe8\xb7\x86\x93\xf0\x3b\xbc\x05\x20\xea\x12\xdf\xf0\xca\x39\xd5\x01\xb2\x02\xd5\x78\x0f\xeb\xdf\x85\xf6\xf3\x77\x74\x50\x28\xdc\x16\xee\x9d\x1d\x91\xab\xee\x9c\x6c\xa8\x3f\xbb\x9b\x2b\xd3\x4d\x0c\xae\x97\x32\x0e\x01\xf1\x3e\xec\xd7\x0e\x2a\xad\x6e\x87\xd0\xda\x62\xa7\x75\x6b\x6c\x54\x32\x1c\x1c\x23\x03\xd1\xfd\xaa\xe6\x2b\x76\x68\x9f\xe6\x3d\xde\xf5\x8d\x2a\x06\x42\x09\x76\x6e\xe3\xba\xfa\x9d\x95\x03\x17\x42\xeb\xc7\x3e\x9d\xc2\xe2\x69\xe7\x7e\x0b\x66\x22\x68\x3f\x14\x43\xe1\xc5\x2a\xf3\x05\x3b\xe3\x74\x02\xd2\xb9\xde\x8b\x78\x9f\x93\xe9\x96\xe4\x33\xab\x3e\x0a\x6c\xec\xaa\xed\x53\xe2\x27\x82\x31\x87\x2e\x96\x3c\xd8\x4b\xa7\xb3\xdc\x9b\xa6\x4f\xf7\x3c\xe7\xd1\xf2\xbb\xd8\x13\x1e\x44\xec\x70\x1c\xcb\x8b\xf5\x52\xf9\xc8\x8b\x56\x92\xf7\x36\x65\x9d\xbc\x0d\xe7\xc5\x8f\x22\xb4\x66\x82\x80\x22\xbc\xbb\x42\x0c\x26\xb3\x5c\x10\x02\xa2\x73\xad\x07\x6e\x5e\x33\xd7\x0e\x7e\xfb\x73\x9e\xe4\x6f\x37\x57\xe6\x0e\x67\x73\x64\x9b\x2c\xbf\x14\xad\x02\xcf\x90\xb2\x0e\x19\x97\xba\xc3\x07\xd0\xa8\x40\xf4\x11\x06\x4d\x49\x19\xd3\x5e\x90\x6b\x42\x48\xe6\x92\xbb\x00\x7e\x5a\x83\x11\xab\x09\x10\x19\x4d\xec\xbb\x2a\xc9\xed\xdd\x39\xa1\x81\xb3\x73\x73\x89\x88\x2e\x95\x1f\x40\xbc\xfe\x8b\xdc\xbb\xc6\xe2\xde\xe4\x44\xaf\x49\x07\xb6\x60\xf3\x08\x73\x47\xf5\xf4\x09\xfa\x43\xc5\xa9\x8a\x7f\x4c\x46\x23\x75\x1f\x77\x2e\xc4\x3f\xc2\x41\xf8\x25\x14\x46\x42\x6f\xe1\x79\x0d\xb3\x05\xb4\x34\xdd\x51\x87\x2c\x01\x4a\x14\xc0\xa4\x22\x06\x9e\x83\xa6\xbb\x23\x1b\x9b\xce\xc2\x47\x71\x20\xdc\x9a\xe2\x16\xc3\x7c\x64\xcd\xe4\x22\xb2\x06\x4e\x82\x7c\x18\x8b\x81\xf0\x9f\x33\xea\x3f\xc2\x86\x61\x05\xce\x8c\x6b\xeb\x30\x94\x4b\x61\x44\xd2\xd5\xa0\x94\xfb\xde\x25\x6c\x10\xdf\xfa\x11\x84\x22\xbb\xa0\xfd\x64\xec\xd8\x18\x32\x11\xad\x70\x2a\x9b\x75\x02\x07\x3c\xa9\x9c\x00\x5c\xe7\xfc\x3d\x5c\x81\xd9\x15\x2b\xd8\x7c\xe2\x9c\x82\x6e\x0d\xeb\xef\x34\x5f\x0c\x57\x7e\xf7\x00\xa3\x89\x5a\xcb\x04\xe6\xd8\xee\xb1\x01\x77\xf8\x53\xee\xbb\xb9\x89\x5a\x72\xcb\x8b\x32\x3c\x52\xdd\xd1\x88\x01\x57\x36\x75\x6c\xd6\x2d\x3c\xe6\xfc\x5d\x87\xa0\x80\xb6\xb4\x45\xfa\x64\xd7\x32\x32\x24\x64\xf3\x2e\xf9\xf1\xd8\x27\x2e\x62\x4d\xa1\x4a\x18\x51\x00\x9b\xc7\xb0\x6b\xc0\x77\x3e\x57\x80\x7c\x92\xf2\x0e\x98\xd3\x3d\x21\x3e\x68\xbb\x97\xc1\x14\xf8\x87\x36\x21\x98\x27\x14\xc8\xf4\xb1\x44\xa6\xca\xaa\xfd\xb1\x63\x46\xa5\x91\x63\x8b\x71\x2c\x3a\xa6\xb9\xee\x1a\x31\x92\x39\x39\xcc\x7d\x3e\x8f\x8d\xda\x0d\xcd\x0d\xa7\x23\x6c\x86\x13\xcf\x02\x6a\xf4\x3e\xb2\x69\x46\x85\xc1\x54\xe6\x34\xa9\xff\x41\x4b\x0f\x87\x97\x7a\xde\xc2\x00\x19\x9a\x95\x2b\x29\x30\x4d\x78\xa1\x39\xcc\xb6\x1e\x99\x48\x6c\x4a\x4e\xba\x46\xc8\x29\xf5\x28\xb7\x15\xa4\xf4\x51\xbf\xf5\x8d\x04\xfc\xc6\x99\x2a\x97\x36\xc8\xc6\x06\xb8\xf5\xc9\x03\x25\x1d\xe1\x5d\x6e\x1b\x31\x60\x53\x34\xbf\xfe\x4e\xda\xce\x5d\xee\x58\xfc\x2d\x7e\xce\xc6\xee\xd9\xf8\xb9\x09\x4d\xd9\x57\x2e\x70\x2e\x10\xa2\x8d\xa0\xba\x25\x69\x26\xcd\xd9\x4f\x8f\xc2\xe2\x86\x4f\x82\x69\xa7\xd0\x64\x72\x13\x90\x15\xb9\x27\xc4\x48\xb1\x9e\x27\x1f\x13\xf8\x60\x3e\x7e\xe5\x23\xf3\xbc\x1d\xcd\x50\xa2\x0a\x50\x82\x85\xf6\xad\xbc\x1e\x8a\x5e\xdb\xcb\x0d\x76\x56\xab\x49\xe7\xc3\xa3\x9c\xb1\xdd\x21\x82\x8b\x0e\xe4\x3e\x32\x52\x99\xb3\x76\x31\x10\xfa\x85\xf1\xac\x50\x80\xd4\x8b\x64\x28\xf9\x3e\xad\x81\x84\xe6\x64\xe5\x19\x63\x34\xb0\x78\xa1\xc1\x78\xee\x5c\x7f\xd1\xcd\xa2\xd0\x3a\x97\x15\x00\x83\x0a\x1f\xa7\x60\xa9\xba\x13\x0a\x39\xd3\xec\x23\x98\xaf\x94\xea\xfc\x9c\x53\x5d\xee\xde\x21\x61\xbc\x98\x82\xbb\x10\xa9\xe6\x90\x5e\xb4\xca\x36\x38\x97\xee\x7d\x0e\x7b\xab\x4c\x52\x6b\x9e\xb6\x26\x87\xd0\xfc\xe8\x5b\x46\xe9\xe6\x4f\x2d\x6e\xff\x5f\xb4\x68\xa6\xee\x7a\x8b\xd9\xbc\x05\xad\x1c\x97\x64\x39\xcf\xb1\xc5\x11\x20\x3d\x5d\x7e\x0a\xd5\x2b\x37\x6d\xbf\xbf\xc0\x7e\x3d\xa1\x15\x52\x51\x8c\x58\x71\xe2\xd2\xbe\xfe\xff\xd7\x4b\x38\x27\x38\x7f\xec\xe5\xb5\x75\xf6\x0c\xcd\xb5\x65\x01\x5a\x3c\xfb\xa7\x0e\x85\xc2\x7f\x49\x6e\xce\x68\x08\x75\x8c\x13\x3f\xd9\x67\xe4\xd5\x63\x36\xda\xca\xb3\xe4\x49\x04\x8c\xa6\x8f\x8f\x0c\xbd\x7f\xf1\xd4\xda\xcf\x1a\xee\xdc\xcf\x55\xd8\x5d\xc6\x60\x10\xeb\x33\x8e\xf4\x6d\xd0\x07\x37\x51\x4c\x4e\x53\x6b\x5b\x7b\xcd\xb9\x96\xce\x2b\x8c\xd5\xfa\x6a\x85\x4d\x54\xb8\x90\x2d\xfa\xe0\x71\xe8\x64\x95\x38\xd6\xb2\xfb\x4c\xdf\x4a\xf0\x72\x3b\x91\x08\x89\x2b\x88\x25\x96\x79\x2b\x8d\x44\xb0\x0e\x58\x2b\x4e\xdd\xb0\x24\x23\xa9\xfa\x60\x20\x50\xca\xb6\x79\x57\x63\xd1\xeb\x0c\x78\x0c\xce\x00\x62\x90\xb0\x2c\x30\x87\x0d\xca\x1b\x1b\xaa\xe6\xc2\xcf\x80\xe0\x81\xc8\x4b\xad\x0b\xfc\x50\x2d\xc4\xf7\x90\xfc\x7a\xba\xe0\x60\x29\x46\x3c\x0b\x60\x3c\xb0\xb4\x33\x86\x16\x23\xbe\x05\x76\x10\x9c\x5b\x00\x1c\xd6\x3f\xd1\x0e\x53\x53\x79\x02\x5b\x3e\x5b\x83\xe3\x9b\xde\x92\xd0\x3e\xa3\xb2\x33\x59\x9b\x59\x7f\xa7\x6f\x21\x9e\x4e\x2e\xdc\x9e\x56\xa0\x2e\xfd\xd1\x9a\x7c\x7d\x10\x07\xd1\x84\x58\xd0\x87\x33\x83\xe6\xe4\x20\x09\x4c\xe7\xf0\x81\xe9\xb6\x6b\xd6\xf7\x81\x52\x86\xb5\x73\xac\x55\x30\x06\x94\x07\xf4\x77\x56\xa3\x13\xd7\x54\x8e\xc5\x12\x13\xb9\x78\xe0\x68\x17\xc2\x9c\x87\xb8\x56\x42\x3d\xe7\x8d\xe8\x38\xdd\x01\x1e\x8c\x29\xeb\x6b\xc5\x2c\xec\x2c\x03\x52\x02\x49\x91\xf4\xa7\xaa\x22\x87\xbc\x7c\x66\x73\x35\x20\x8c\x95\xcd\xb5\xa5\x61\xbf\xf3\x01\x2b\x79\xf7\xd7\xc1\x78\x7f\x1f\x0c\x15\xfa\xdb\x38\xd2\xa8\x73\x73\xfc\xfe\x6f\xd3\x16\xd5\xa0\xa5\xea\x58\x25\x95\x19\x2a\x3b\x11\x07\x56\x39\x05\xdc\x6d\x7c\xcf\x94\x53\xfc\xd4\xaf\xb6\x55\x5e\xdf\xc2\x2f\xd3\x63\xc6\xe4\x70\x1b\xf2\x60\x55\x4a\x86\x9f\x9c\x17\x7e\x29\x89\xe7\xea\xe6\xd7\x00\x44\x37\x26\xf0\x15\x35\x42\x90\xc2\xc6\x7a\x56\xb0\x96\x8e\xa0\xd1\xd4\x5a\x6d\xb0\xf5\xc8\x35\x2b\xaa\x91\x60\xd2\xaf\xde\x65\x8f\xc8\x91\xb1\x04\xf8\x25\x46\xcb\xd3\x84\xc3\xcd\x1f\xc3\x39\x20\x8e\x72\xf5\x9a\xbe\xee\xa8\x5a\xfd\x25\xb2\x57\x92\xbf\x2d\x4a\x27\x53\xf8\xbe\xa5\xdb\xec\x05\x7e\x68\x1c\x8c\x6b\x77\x57\x6a\xba\xeb\x26\x1b\xb6\x5c\xd0\x35\x05\xf7\xe9\x87\xdf\x95\xbb\x89\xcc\xe8\xb9\x15\xb6\x77\xc8\xf6\xcf\x75\xa8\x67\x40\x45\x10\x05\xe4\x9f\x7a\xfb\x0d\xae\x97\xf6\x95\x3a\x6d\x0c\xe2\x19\xaf\xe8\x3e\x71\xf2\xf7\xa2\x16\x83\xb7\x0c\xd2\xa2\x07\x8a\xde\x4f\x10\x92\xea\x2f\x19\xd8\x6d\x76\x9f\xab\x31\xa4\x5b\xe4\xe1\x5c\x83\x50\x2d\xb0\xa2\x5c\x0b\xf5\x73\xda\xe4\x1c\x69\x41\x20\x87\xbc\x7a\x25\x28\x60\x46\xb2\x8a\x32\x40\x01\x7d\x5c\x92\xc8\xee\xde\x6c\x21\x4f\xa7\xa4\xd2\x17\xea\xf9\xba\x5e\x61\x6a\xa8\x5a\x1a\x33\x1e\xd5\xf5\xe5\xd0\x7d\x0a\xdb\xc0\x62\xc7\x2b\x27\x87\x7d\xf4\x55\x07\x12\xf9\x1d\x5a\x15\x5e\x87\x21\x84\x09\x07\x3f\x80\x97\xfc\x91\xfa\xc7\xa4\x17\x57\x01\x14\x53\x7d\xd0\x83\xde\x04\x73\xc2\xee\x47\x8a\xff\x6a\x11\x56\xdc\x62\x28\x1e\x7c\xba\xbc\xbf\xa9\x77\x83\x69\x00\x79\x7a\x42\xb7\xdf\xbb\x53\x4c\x51\x74\xd6\x52\xe5\xca\xcd\xb9\xdc\x0c\xe5\x88\xe0\x0f\x5c\xae\x9a\x30\x77\x5a\xfa\x52\xc5\xd3\xc1\xf6\xb0\x81\xba\xbc\xea\x40\xca\xf2\x20\x3b\x04\x25\x4c\x36\x90\xc4\xd4\x1b\x2b\xc5\x48\xe9\xf7\x9c\x6e\x04\x86\x08\xfc\xec\xd0\xc0\xa2\x35\x45\x30\xeb\xad\x64\xb8\xdb\x88\xb0\xa0\x1b\x8a\xd0\xc5\xab\xac\x03\xec\x1d\x90\x27\xb4\x44\xb7\x3f\x41\xeb\x33\x1a\xe7\x32\x07\x17\x6c\x2f\x49\x68\xe9\xbb\x4b\x92\xd0\x19\x9d\xf0\xfc\x56\x3c\x42\x27\x64\xd5\x2a\x5c\xfb\x7c\xcb\xae\xd1\xf4\x2b\xbb\x39\xd0\xd1\xda\xa8\xfe\x30\x28\x2a\xb3\xe7\x1e\x8a\x8c\x58\xa8\xde\x18\x5c\x2d\x03\x38\x33\x64\xfc\x04\xfb\x1b\x50\x1f\xc8\xcd\xc7\x73\x86\x08\x92\x18\x74\x68\xb6\xbe\xd7\xb4\xce\x5d\x1a\x9a\x3b\x57\x01\x69\x14\x77\x94\x42\xb3\xb7\xa7\x25\x09\x0b\xf4\x0f\xc8\xe4\xa2\x3f\xad\xe5\x27\x5d\x77\x14\x1c\xbe\xdf\x49\xe0\xd2\x6f\x43\xc6\xc1\xaf\xe1\xfe\x5d\x61\x25\xc9\x38\x2f\xbe\x29\x3d\x1b\x31\x24\x5a\x24\x66\xca\x95\x33\x36\x95\x13\xa2\xc2\xbd\x0f\x09\x0e\x36\xf9\x2e\xe3\x02\x60\x93\xc5\xad\x7c\xa3\xde\x5a\x11\x85\x0e\xee\x88\x61\x05\x56\x01\xb9\x90\xf7\x90\xa2\xe0\x1e\x0e\x2e\xb4\xa8\x03\x9c\x12\x62\x34\x2a\xcd\xb3\xbe\x97\xa4\x25\x38\x05\x6c\x16\x7f\x84\x65\x72\xce\xb4\x7b\xe3\x52\xb6\xa3\x02\x23\xc5\x6d\xb0\xa8\x03\x9c\x86\x78\x8b\x98\x12\x5e\x6a\x08\xeb\xf4\xd4\x03\xae\xaa\x27\xfc\x12\x2f\x66\x8d\xef\x50\x8a\x1c\x24\x83\xcd\x27\xd7\x65\x16\x94\xdd\x82\xd1\x97\xf7\xa2\x62\xb4\xbe\x1b\x01\xf0\x6b\xf2\xaf\xe7\x6d\xed\x71\x1f\xfa\xfb\xad\x05\x64\xce\xf5\x98\x79\xa2\xc1\x96\x64\x43\x7d\x92\x76\x7c\x7b\x10\x85\xc8\xb2\x2f\xeb\x6d\xaa\x8f\xd4\x42\x8f\x14\x67\x00\xa1\xf4\x2d\x51\xb7\xc8\x7e\x96\x22\x00\x5f\x43\x9a\x09\x9f\x76\xbc\x23\xec\xd4\xfd\xeb\x8e\x04\x42\xed\x6d\x47\x42\x20\x7b\xb5\x66\xcc\xa4\xf3\x0c\x2f\x01\x7e\x61\xbf\x47\x23\xc8\xb6\x5d\xa2\x03\x8e\x55\xaa\x36\xc9\x65\x61\xc0\x99\x35\xaa\x14\x7c\xdd\x8d\x4b\xe6\x52\x0e\xf7\x8a\x9b\x7c\xff\xa2\x10\x1b\x72\x79\xfb\x9e\x06\x00\x03\x0a\xb0\x83\xc1\x2c\x45\x6d\xb0\x41\xef\x5e\xda\xff\x48\xa8\x9a\xda\xd1\x9c\xb8\xfa\x99\x48\xb9\x48\xe7\x23\x38\xa1\x41\xd4\x32\x60\xf9\x50\xd5\x20\x49\x5c\x80\xb7\x4d\x82\x62\x40\x6a\xdc\xf4\x9e\x99\xc9\x25\xa1\xe8\x1c\x25\x19\x45\x12\x09\x9a\xc1\x38\xbc\x9f\x7c\xaa\xf6\x09\x73\x63\x9c\xf0\xe4\x92\xc9\x2e\x6f\xd9\xe0\x5e\x82\xbb\x6f\x89\xb5\x38\x34\xdd\xb0\x58\x54\x8d\x94\xad\x5a\xaa\x8e\x0b\x6d\x26\x59\x92\x38\x7f\x03\x09\x9c\x6b\xb8\x13\xbd\xa3\xad\xd6\xd2\x2f\x5d\x91\x90\xad\x3b\x84\xdd\x8c\xdc\x05\x0c\xc5\xb9\x57\x39\x0d\x5a\x99\x60\xad\xd4\x17\x91\x11\x02\x28\x56\x6b\xbc\x3a\x91\xa5\xdf\xef\x56\xf0\x2e\x7c\x6d\xbb\x07\xcc\xdd\x67\xa5\xa4\x52\x0b\xdf\x56\xd5\x4b\x2a\x5f\x19\x3c\x3d\x41\xd0\xa8\xaa\x53\xe1\x1a\x93\xb2\x86\x38\xb0\x25\x03\x7b\xb7\x4e\x60\xbd\x2b\x89\xfd\x1d\x76\xc0\x76\x0d\xca\x84\x8d\xab\xa6\x0e\x34\xa5\xdf\x1c\x31\xd6\x03\xd5\x54\x15\xd9\x04\x20\x6f\xab\x74\xad\x89\x96\x44\x40\xc9\x58\x76\x7e\xff\x6e\x15\x4b\x8e\x58\x71\x5c\x84\x2f\xd4\x53\xed\x9b\x82\x31\xac\x1f\xed\x2f\x1c\x66\x2b\x48\xf4\xe6\x77\x57\xd6\xd3\x0a\x48\x6d\xf2\x5e\x53\x35\x75\xdc\xe4\x26\xa3\x02\xe8\xfe\xe3\x6d\xc6\x82\x89\x41\x45\x22\xc4\xb5\xa8\x84\xf7\x40\xf2\x9b\xc8\xd7\xcf\xa8\x0b\xd1\xb8\x2c\xaf\xb4\x80\x9c\x7d\x56\xe5\x1a\x1c\x1b\xe7\x85\x36\xa4\xbf\xd5\x6b\xe7\x0d\xf7\x8e\x12\x1e\x87\xc5\x2c\xe1\xfa\x19\x90\x0b\xb6\x72\x37\x29\x86\xbf\x27\xd4\x43\x9d\x21\xbe\xce\xc7\xd6\xc2\x04\x78\x07\x4a\x01\xea\x8c\x64\x32\x33\x1c\x89\xcf\x6a\xdc\x15\x20\x75\x1e\x6a\x96\xaf\x22\xca\xb8\x71\x72\xec\xe6\x49\xee\xf3\x3f\xd6\xc9\xca\xa7\x9f\x91\xe0\x4f\xb9\x95\x63\xce\xa7\xe5\xe4\xd9\x82\xea\x6b\x33\xb0\x3e\x6e\xc2\x5d\xbf\x92\xca\x8d\xc4\xf4\x93\x9c\x34\xb3\x01\xa7\x58\x47\x6d\xa4\xa2\xa3\x0d\x45\xa6\x94\xad\x33\x1a\xfe\xc2\xae\x53\x53\x49\x86\x29\x25\x5a\x96\x30\x22\x24\x6b\x5c\xce\x1d\x7f\x32\x15\x72\xbf\xd0\x25\xbd\xa1\x49\x6a\x29\x61\xa7\xcc\xec\x8a\x23\xf6\xed\xca\xbe\xc4\x3e\x9d\xf6\xd5\x26\x85\x5b\xef\x9d\xb3\x77\xda\x08\xa6\x22\xe9\xdd\x33\x44\x7f\x61\x99\x7a\x20\x2d\x07\x2b\x8a\xfb\xf1\xe2\x34\xe7\x52\x3a\x95\x8b\x67\x62\xdd\xb7\x4b\x29\x1a\xb0\xfd\x8e\x16\x50\xd5\xf3\x85\xe0\xcf\x02\x44\x8e\x23\x7a\x82\x74\x0b\xaa\xa6\x58\x19\x02\xa3\x28\x81\x6d\x7b\x02\xc0\x77\x25\x10\x55\x84\xee\xe8\x2c\x66\x04\x13\xd6\x9b\x85\x39\x97\x24\x86\x49\x5c\x33\x74\x05\x0c\x77\x51\x95\xc5\xef\x31\xe3\x74\xd6\xf0\x98\x7e\x55\x3f\xa0\x96\x6b\xdc\xf0\x16\x9c\xdc\x27\x88\x1d\xda\x28\x61\x06\xcb\x06\x63\x4f\x11\xf8\x6b\xa6\xa6\x64\xea\x58\x0f\xff\x90\xfc\x97\xef\xc4\xc6\xc2\x30\xd2\x7b\x4f\x08\xd6\x07\xaf\x88\xee\xbc\x6f\x31\xf2\xe6\x6d\xb1\x27\xdc\x17\x84\x03\x9a\x2d\x54\x25\xef\x15\x11\xc4\x3b\xb3\x4b\x12\x29\xda\x2b\xda\x2e\xef\x3c\x9c\x88\x7d\x10\xc3\x11\xe3\xb5\x1e\x4a\x20\x41\x2a\x21\x8b\xb0\xbe\x3b\x60\xb3\xb1\x53\xc2\x96\x3b\x97\xba\xfe\x9a\x2d\x98\x1c\xe9\x22\x19\x0c\x77\x50\x81\x29\x4c\x46\xd8\x18\x3b\x1c\xe2\xcc\xde\xaf\x74\xd9\x1f\x21\xb0\x53\x3a\xc7\x5b\xdb\x8d\x31\xba\xf1\x1e\x9f\x77\x23\x56\x20\xc1\x3d\x2e\x17\x8c\x07\x66\x69\x47\x72\x8d\xbc\x56\xb5\xba\xb4\x71\x41\xea\x6d\x8f\xdd\x57\x25\xa1\x40\x3f\x76\x30\xd2\x60\xff\x50\xbc\xf4\xdd\xce\x9b\x6d\xa7\xea\xe8\x5f\x19\x20\xc3\x11\x92\x4d\xbb\x2b\xbc\x91\xac\x32\x99\x30\x24\xaa\x2b\xd4\xeb\x0a\x8a\x82\x88\x5d\x7b\xfb\x9d\x98\xfd\x88\x13\x99\x8e\xc0\xc7\x0e\x26\x79\x63\x47\x34\x72\xe4\xa2\x3b\xd1\x11\xd3\x4a\xcf\xcd\x5a\xed\x1f\x00\x31\xb6\xc2\x40\xff\xfb\x80\x55\x3a\x60\x62\xa7\x1f\x0e\x23\x10\x81\x12\xe9\x21\xdc\x97\xeb\xeb\x78\x31\x4c\xe0\xfe\x04\xa0\xfa\xea\xbe\x18\x18\x56\x88\x74\x8e\xf4\x00\x68\xe0\xc1\x68\x47\xbc\xd4\x83\x59\x6f\x57\x28\xb5\x0d\xce\x6c\x92\xc7\x02\x02\x9a\x50\x35\x6f\xff\xde\x11\x99\x9d\x6a\x16\xb2\xdb\x13\xf5\xb7\x93\x5a\x70\x7e\x45\x58\x35\xbd\x2c\xf8\x03\x86\xf6\xde\x92\x74\x29\xaa\x83\xdb\x73\x7f\x84\x63\xc2\x64\x87\x8b\x99\xe8\xa5\x62\xd6\x80\xac\x1e\x38\x19\x4b\x5c\x9f\xd3\xec\xe0\xc1\x47\x24\xa0\x83\x47\x0e\x01\xe1\x97\x39\x59\x41\x05\x10\xdb\x80\x22\x8c\x56\x90\x3e\x81\x85\xea\xce\xa5\x55\x13\x72\xd6\x82\x20\x41\xd6\x02\x58\xd7\x1f\xc7\xe8\x45\xf7\x05\x04\x74\xc4\xbc\xd0\xfe\x08\x64\x60\x4e\x79\xa6\xde\x20\x32\x0d\x2a\x6b\xd0\xb9\x23\xe2\x25\xa6\x92\x73\x43\xd4\xce\x9e\xfb\x09\xa7\x8e\xa4\x31\xa8\x27\x1a\xc3\xfa\xee\xd6\x4c\xca\x4c\x1d\x42\x5c\xf0\x54\x31\x6c\x0d\x1e\x22\xda\x68\xe0\x83\xf9\x2e\xd3\x6a\x8c\xd4\x06\x1d\x1c\xdc\xa0\xa1\x65\xee\xc7\xb5\xda\xed\x98\x0f\x20\x14\x6e\xc4\xff\x71\x9a\x2e\x62\x18\xd8\x5c\x4f\x14\x9a\x91\x02\xd1\xde\x1e\xdc\xf6\x01\xd9\xe4\x77\xe0\x08\xdf\xca\x5c\x9b\xa1\x7e\xfb\x1d\xdf\x7b\x9e\x50\x77\x6d\xdc\x37\x83\x06\x00\x22\xe0\x39\x02\xb3\x0c\x82\xa4\x14\x7a\x47\x61\x69\x7a\x24\xd9\xcd\x6f\x8c\xe2\x33\xda\x18\xef\xb5\x0b\x10\x17\xf2\xf9\x23\x65\x73\x8b\x8d\x4c\xec\x03\x3d\x91\x31\x6d\x46\x38\x74\xc7\x72\x48\x2f\x22\xeb\xb2\x97\x40\x9b\x6e\x13\x83\x0d\x88\xe3\x73\x5b\x9c\x3b\x66\x76\x96\x43\xe6\xf3\xa3\xe8\x89\x37\x7f\x63\xb6\x49\x70\x57\x86\xd3\xe1\x4c\x72\x4c\x53\x9f\xd6\x7c\x40\xca\xa9\xfe\xd0\xb0\xf8\x41\x47\xad\x11\x07\x4f\x1d\x1f\x12\x1f\xb3\x97\x43\x5a\xb0\x33\x78\x21\xcf\x06\xd6\xd1\x21\x3e\x41\xf4\x5a\x11\xe9\x14\xef\xfb\x21\xdb\xbb\x95\xe8\x93\xea\xe9\x45\x60\xa2\xcd\x4a\x04\x2e\x22\xc3\xfa\x7b\xe4\x3e\x4a\x43\x0b\x1b\x27\xe8\x1d\x2f\x62\x0a\xd5\xc7\x8a\xdd\xa8\x4b\xe6\x3d\xd7\x3d\xc2\xe9\x64\xc3\x6c\x62\xab\x4c\x1b\x19\xae\x52\xfe\x8e\xc1\x6d\x73\x4a\x36\x8b\x00\x2e\x7a\x07\xf6\xc1\xa2\xa4\xd9\x0e\xf6\xc5\x05\x7e\xb5\x91\x30\xb4\xde\x3d\xd2\xaa\x73\x98\x60\x6f\x6c\x56\xc3\x7f\x7c\x30\xa4\x5f\x23\x71\xa3\x88\xd8\xe2\xdf\x2f\xb5\xd9\xa9\xe2\x08\xd7\x7f\x6f\x4d\x76\xc8\x3b\x20\x1d\xf7\xb6\x8b\x54\x45\xe4\x89\xa1\x24\x13\xdb\xb3\x38\x0e\x99\xc9\xc2\x2e\xeb\xbe\x2e\x30\x75\xdd\x25\x32\x9f\x07\xe9\xc6\x56\xa4\x97\x30\xfc\x5f\x5c\xc9\x4c\x55\x01\x8f\xb3\x87\x7d\xf9\xde\xc0\x24\x8c\x94\x1d\x3f\x04\x7b\xec\xe7\x01\xbb\xd5\x5a\x91\xbc\x82\xa9\x8a\x6f\xec\x22\xe9\x57\x2c\xdf\x5d\xba\xfb\x11\x70\x17\x99\xde\xf9\x42\x29\xde\xfe\xa4\x23\xa3\xb0\x64\x3e\x93\xc9\x8e\x95\xa8\xf9\x07\x46\x96\x1d\x72\xae\x96\x5a\x81\xf3\x48\xd2\x24\x05\x25\xa8\x8d\xc5\x3b\x90\xb4\x7a\x43\x85\x4c\x31\xa3\xcd\x35\xf9\x6e\x01\x81\x59\xce\x13\x86\xb3\x46\x90\x7e\x84\x73\xd7\x3f\xed\xd2\x3c\x08\xaa\x61\x7b\xf0\x7d\x9f\x27\x21\x7d\x98\x75\x6c\x5c\x2d\xe2\x1e\x07\x14\xf2\xd8\x63\x6b\x7c\x09\x48\xbf\xf9\xb5\x76\x85\x7a\xc1\x59\x9d\xc9\x32\xa5\x6e\xfa\xa8\x81\xed\xa5\x5b\x64\x83\x5b\x64\x4e\x9c\xeb\xe7\x0a\xfc\xae\x21\x77\x75\xa9\xc8\x6c\x54\x96\x4f\x96\xc0\x79\xc2\x6b\x20\x7a\x25\xdc\x92\xbb\x0f\xf9\x8d\xb8\x6c\x0c\xdf\x10\xb4\xf2\x13\x18\xbe\x2e\xc9\xd8\xa1\x9f\xc5\x86\x22\x22\xf1\x0f\x90\xfe\x1d\xe6\xeb\xd8\xdd\x8e\x81\x86\x23\xda\xe8\x21\xfc\x38\x82\x86\x8d\x2a\xe7\x00\xc8\x02\x27\xc7\x8e\x49\x8f\x53\x95\x08\xbf\x53\xb8\x9e\x44\xb7\x0a\x76\x35\x62\x6d\x09\xa7\x41\x18\x13\xa5\xec\xc6\x8f\x44\x6d\x04\x51\x09\x87\xd4\xfd\xb8\x4f\x32\x50\x7f\x8f\x96\x29\x96\x8c\xfa\xce\x17\x0d\xed\x61\x2b\xc3\x2c\x5a\xec\x0f\xe7\x15\xff\x1a\x75\x43\x40\x47\x15\xcf\xae\xaf\xd8\x90\xf3\x46\x49\x96\x59\x78\x20\x13\x1f\x12\xa1\x40\x14\x27\x18\x6e\xb1\x96\x27\x08\xe4\xa4\xa2\x23\x3b\xc5\x86\x53\x87\x21\xdf\xde\x9f\x44\x79\xba\x4d\xbd\xd1\x4d\xd1\x17\x37\xe2\x84\xf9\x18\xac\x30\x6b\x67\x00\x74\x33\xb9\xa3\xbc\xfe\x41\x93\x83\x20\xb0\xfb\x92\xd1\x15\x2f\xa5\xf7\x12\x36\xee\x3b\xe8\xa4\x27\xdc\x35\x10\x03\xb0\x92\xda\x3b\x90\xb5\xe6\x95\x6d\x1e\xac\x71\xae\x0e\x8a\x03\xa1\xe7\xb2\x0a\xe9\x91\x1d\x8d\xa6\x35\x4e\xdf\xc8\x02\xce\x8a\xb2\xcf\x45\x7b\x24\x46\x47\x22\x75\x3f\x86\xd9\x16\x47\x8f\xfd\x1c\x29\x95\xc9\x4c\xc6\x39\x60\x77\x42\x30\xc3\x55\x72\xa6\xf8\xd8\x42\x25\xf7\x78\x3c\x9b\xe4\x39\x58\xe8\xd7\xf2\x99\x84\x39\x68\x61\x05\xd7\xac\x82\xbd\x29\x46\x42\x43\x40\x0d\xb1\xed\x44\x78\x18\x9f\xcd\x5f\xc0\x38\x2d\xb1\x5c\xb0\xdb\xfd\x88\x30\xec\xd4\xc7\xef\x29\x15\xde\xb5\x19\x55\x7b\x05\xfe\xcb\xc2\xd4\x73\xf4\x56\xba\x90\xa1\x10\xbd\xfa\x94\x3d\xc5\xcf\x30\xeb\x4f\x4e\x8d\x74\xb8\x5e\x51\x09\xff\x9e\x80\x0c\xda\xd6\xf1\x82\xf2\xb2\x44\x4b\x46\x51\x82\x11\x93\xc1\x97\xfa\x3b\x68\x13\xe6\xf0\xe4\xea\x35\xcf\xe5\xbf\x35\x94\x11\x35\x76\x47\x3a\x27\x5f\x38\xa7\x5f\x1d\xd6\xf7\x87\xe2\xdb\xc8\x4a\x8f\xee\x01\x1a\xe5\x12\x4e\x7d\x8e\x45\xf4\x0c\x01\xaf\x82\x3b\x14\x2d\xb2\x96\x29\x55\x40\x96\x42\x07\xb8\x7f\xaa\x84\xb8\xd7\x7e\x13\x8e\x81\xff\x0a\xb0\xdf\xb0\x67\x14\xc1\x9a\xb8\x05\x7a\x3d\x78\x62\xa8\xb7\x95\x4f\x42\x25\x52\xdb\x47\xb5\x69\x7a\xfa\x84\xbf\xfd\xc8\xc5\x62\x8b\xc1\xb6\x92\x62\x16\x89\xee\x98\x6a\xf7\x2a\x2e\x13\x9d\x85\x4f\x39\x70\x57\x72\x64\xe4\x40\xdd\x22\xdb\x83\x27\xd8\x63\xa4\x7c\x47\x2e\x85\xeb\x0b\x48\x27\x9d\x10\x77\x51\x27\x2e\x60\x0d\x27\x12\x7d\xfa\x66\x90\x99\x12\xc4\x5e\x8b\xe3\x35\x94\x22\xd8\x3a\x9b\xf2\x45\x1d\xee\x3e\x87\xfe\x9e\xa2\x82\xcd\xa4\x50\x63\x68\x1b\x14\x9c\xc4\xf5\x90\x02\xc2\xfa\x8d\x3b\xb8\xd6\x0c\x84\x3b\x57\x4d\x0d\xc2\x55\xce\xb0\xf3\xb6\x6c\xd7\x80\xf7\x50\x30\x6e\x40\x9f\xe6\xa4\x6e\x56\x9c\x53\xba\x75\x3a\xf7\xd5\xe1\xf0\xb0\xa6\x84\xbf\x0e\xdc\xad\x36\x94\x31\xb7\xca\x5a\x8e\x40\x84\xb1\xdb\x64\xb0\x8c\xce\x17\x21\x13\xfc\x82\x8b\xd5\x1d\x44\x98\x9f\x8f\xa7\x2f\xd4\xcf\xf9\x38\x6a\x77\x29\x18\x69\xd7\x6c\x1b\xd2\x9d\x56\x2c\x48\xd9\xc5\x60\xdf\xf3\x83\xed\xda\xcb\xc5\x0e\xb5\xc0\xbc\xda\xf4\x81\x55\x87\x1e\xc7\x99\x8b\x23\xbb\x33\xd9\xc1\xe6\xec\xad\x6c\x41\x66\x77\xed\x07\xc2\xae\x7d\x9e\x5d\xae\x30\x47\xa4\x1d\x68\x29\x18\xea\x31\x0f\x77\xeb\x26\x92\xbb\x65\x53\x1e\xd0\xad\x57\xb9\xba\x06\x90\x9d\xa6\x0b\x76\xb7\x32\xbd\x9c\xe0\x0b\x2d\x89\xc5\x99\xe2\xce\x32\x22\xc4\x24\x5b\x8a\x6f\x23\x87\x33\xe4\xc4\xff\x0c\xe3\x10\x09\xdf\x05\x8c\x43\xa5\xee\xde\x17\x95\xa8\xd7\x5d\x8d\x9c\x80\x1e\x32\xaf\x86\x6d\x32\xa9\x87\xbb\x31\x75\xfb\x6b\x8d\x69\x0e\x77\x68\x21\x9c\xc2\x64\x53\xbf\x2d\xf6\x0d\x51\x30\x4c\x56\xcc\x2b\xc0\x45\xfc\xfd\x0d\x12\x8a\x8c\x38\xf5\xcf\xaa\x00\xc0\xf4\x35\x4c\x82\x61\x19\x11\x73\xdd\x35\x54\x02\xc4\xd4\xa8\x9a\xb2\x3f\xd7\xc9\x7b\x20\x3c\x82\x5b\x00\x16\x81\x5a\xcb\x3d\xec\xd3\x61\x75\x4a\xfe\xa0\xfd\x2d\xde\xa6\xcb\xf3\x24\xf7\xdc\xcd\x59\x03\x96\x2d\xe4\x7d\xfc\x2c\x76\xcd\x8f\x73\x4e\x21\x58\x9f\x32\xa2\x13\x2b\x23\x00\x64\xe1\x33\xcc\xee\x8c\x03\x5e\xa1\x82\xe2\x6c\xef\x63\x96\xc1\x26\x94\x12\xb0\x93\x73\x76\x59\xa7\xb6\x74\xf5\xb1\x21\xca\xbd\x92\x5b\xd8\x73\x5e\x56\xb0\x0e\xdc\xcc\xd9\x87\x35\x33\xeb\xfb\x16\xfc\xfa\xd2\x23\x41\x6d\xcf\xe2\x76\xce\xe1\x13\x18\xfb\x15\x21\x17\xfe\x22\x82\x6d\x8e\xd5\x51\x94\x7d\x43\x84\xd5\x2d\xab\x4a\x4f\x0c\xb0\x5a\x0c\x84\xeb\xa0\x97\xd1\x72\x91\xb3\xf3\x6a\x76\xd5\x6e\x93\x00\xe0\xdd\x31\x80\x28\x27\xb1\x85\x8c\xa5\x0b\x77\x8c\xa9\x95\x1a\x2e\xdb\xed\xd4\x22\xea\x3e\xb0\x51\x46\xe7\xd1\xc8\xea\x63\xa7\x38\x30\x37\x94\x27\xc4\x4f\x03\x7a\x07\xb7\xd0\x64\x3e\xa6\x04\xaf\xff\x80\x2a\x56\x1d\xc9\xd5\xa5\x5d\x43\xb6\x08\xee\x1a\x1c\x91\xbc\xbb\x1d\x4b\xe7\x8c\x89\x96\x6e\xb1\x65\x15\x58\x21\xcd\xb6\x2c\xbe\x93\xff\xac\x39\xda\x53\x0e\x6e\xbd\xcb\x4e\x90\xcb\xee\x06\xa9\x1f\xe5\x9f\x42\x85\xb7\x37\x19\xcd\xd3\xcc\x9b\xae\x46\x2c\xc3\x4c\x5c\xe1\xcf\xad\x99\xc6\x74\xba\x42\x84\xaa\x07\x7a\xd5\xb7\xa6\x85\x50\x08\x7f\xc4\x51\xc4\x05\xa4\x71\x7a\x9e\x63\xa2\x6c\x26\xfd\x21\x96\x19\x94\xa2\xc3\xf1\xb4\x1d\x22\x5d\x2d\xf0\x0b\x3b\xa0\xb8\xf7\xa6\x56\x21\x71\x67\xcb\xb0\xa1\xda\x37\x72\x11\x01\x84\xf8\x15\xc6\x14\x3b\x51\x56\xbb\xc7\x0a\x28\xcf\x1f\xdb\x4a\xcd\x32\x5d\x98\x65\x8e\xd0\xad\x0e\x29\x95\xb6\xff\x42\x21\xc8\x5f\x24\x1c\xdc\xfd\x53\xb7\xb3\xaa\x2c\x22\x0a\xe4\xa4\x09\xfb\x41\x9d\x50\x35\x05\x4d\x47\xdc\xdb\x92\x5a\x72\xad\x30\x54\x47\x2b\x40\x49\xf5\x81\xcb\xdd\xab\x53\x86\xf3\xc6\x45\x29\x50\xfb\x23\x87\xba\x56\xc0\xb5\xed\x1e\x33\x5c\x09\xaf\xc2\xa7\xcc\x8a\xf7\xec\x59\x1c\x8a\x3b\x9f\xe5\xe0\x16\x74\xba\xc4\x01\x65\x08\x04\xb7\xa0\xb8\xa8\x92\x14\x0e\x51\xe6\xc8\x5e\x78\xc8\x9d\x3f\x95\x48\x3b\xb7\x20\x8f\x7e\x73\x61\x73\xd7\x9c\x83\x4c\x71\x48\x55\xcb\x7e\x31\x6c\x82\x53\x71\xf3\xaf\x2e\xc6\xcc\x18\x02\x59\x69\x5f\x3a\x5b\x34\x66\x17\x11\x5a\x31\x07\x0f\x55\x22\x7a\x79\x91\xd7\x8e\xa2\xbf\xbd\x2f\xdb\x2f\x24\x9d\xd5\x93\x57\x6b\xb6\x50\xb1\x2c\xeb\x62\x9a\xd1\xf8\x48\xa2\xaa\x02\xd8\x28\x6b\xd4\x34\xb2\xfb\xaa\x07\xf6\x91\x08\x90\xe6\x13\xb9\x92\xd5\x2b\x94\x26\x63\xf3\x0c\x31\xaa\x47\xe4\xfa\xff\x58\x20\x61\x2c\xb2\x90\x2c\xa1\x7e\xf0\x8f\x05\xa4\xc2\xe6\x1c\x6d\xd1\x0e\x68\x6c\xfd\x53\x5d\xc1\x05\xb1\x2f\x14\xa2\x9d\x03\xdc\x21\x5e\x8e\x80\xe4\x4c\x5e\x6b\x26\x72\x77\x79\x7a\xde\x8b\x41\x4e\x82\x07\x28\x49\xa0\xc5\x4d\xa3\x0b\xa2\x57\x22\x53\x1b\x08\x9a\x81\x11\x38\xf3\x5d\x32\x92\xcb\x48\x32\x9c\xe4\x1f\x9b\xe5\x16\xb1\x4a\xc1\x11\x9e\x6e\xbd\x35\x1b\xf1\xd0\x30\x50\x5b\x34\xbb\x0e\xd9\x69\xa3\xba\x20\xd4\xdb\xcb\x6e\xb0\x40\xa4\xa5\x60\x55\x3c\xde\x00\x6b\x71\x04\x92\x21\x9b\x58\x2e\xe7\x6f\x43\xe2\x6a\x54\x82\x55\x3b\x58\x14\xd8\xe9\xcc\x03\x36\xa8\xbb\x75\x9a\x8f\xc5\x34\xad\x73\xeb\x11\x4a\x9f\xff\xad\xa6\xe9\x04\x77\x06\x55\x35\x81\xf6\x16\x21\xeb\xd5\x47\xd2\x7b\xe2\x5d\x6f\x91\x5b\x78\xda\x07\x07\xaa\xfa\xd3\xe2\x11\x0d\xd9\xa3\xca\xd9\x9f\x2d\xbe\x7a\x12\xb6\x45\xf5\x41\xdc\x7f\x83\x0c\xf0\x5d\x62\x7f\xbc\x32\x51\xba\xe0\x96\x9c\x3c\xc4\x7b\x71\xa7\xcc\xc5\xd2\x3c\xdb\xcf\x63\x2f\x83\xf6\x5a\x54\xcf\xf5\x09\xe5\x39\x22\xe0\x40\xac\x13\x30\x26\x08\x21\xd3\xaf\xd0\xa0\x27\x19\x83\xc5\xd3\x13\x21\x1a\xf9\x50\xb7\x81\xd2\x66\x95\xca\x08\x3a\xef\x61\x94\x1d\x1a\xdc\xc1\x5c\xb9\xef\x84\x98\xf3\xa8\x10\x56\x75\xbf\xa1\x5b\x67\x2a\x17\x5b\x0e\x4d\xf3\x84\xc2\xb3\x25\xb8\x43\x50\x97\x6e\x83\xdd\xed\xa0\x06\x60\x9f\x57\x7a\x1a\xc1\xbb\x57\xbf\xc2\x52\x4d\x52\x65\x89\xef\xd5\x40\xe8\xa9\xdc\x00\xd1\x30\x9f\xb8\x2f\x10\xde\x0b\x3a\xc0\x20\x2d\x53\x92\x4f\x9b\xec\x4a\x07\x66\x97\xd3\x7b\x1c\x28\x94\x44\x6d\x65\x02\x8a\xdd\xc7\x24\x89\xb0\xf5\x9e\x6e\x6b\x2d\xfc\x8a\x4c\x37\x0b\x90\x84\x56\xb4\xbf\x7b\xcd\x20\x57\x6a\xe4\x20\x96\xcb\x4f\x1b\xe7\xe0\xf3\x01\x19\x59\x5e\x05\xfa\x61\x06\x0d\x11\x1d\x4e\x2d\x63\xfc\x4b\x55\x23\xde\xda\x89\xcf\xb3\xd8\xd7\x58\x63\x89\x98\xe2\x70\x33\x73\x80\x15\x3d\xef\xa4\xed\xa8\xc7\xe9\x50\xe6\xc6\x65\x3d\x96\x6c\xd2\xb9\x33\xe8\x38\xd3\x07\x82\x8e\x8b\x09\xf0\xc3\x2b\xb3\x47\x5c\x85\xb7\x67\x0a\xf1\xe2\x0b\xd1\x9d\xf3\x97\xf6\x0e\xa2\x59\x0b\x19\x09\x6a\x20\x4d\x93\x21\x91\xc0\x2e\x86\xa6\x9f\x67\xb0\x1a\xc4\xdf\xd8\xe7\x09\x07\xd4\x8f\xd8\xbc\x34\x4c\xa0\x79\xe2\x99\xe8\x22\xdd\x85\x97\xd8\x02\xfe\x66\x8e\x2e\x6c\x39\xd1\xeb\x79\x41\xbf\x63\xa1\xa3\x4c\xe9\xc1\x63\x31\x14\x4f\x62\x07\x87\x2a\x8e\x3a\x9a\xd4\x18\xc1\x7f\x8b\xfc\x9b\x86\x61\xdd\x2a\xdb\x3e\x4d\x32\xbd\xa0\xde\xf6\x41\x46\xbc\x69\xfa\xdd\xa7\x83\x29\xf5\x79\x4b\x8c\x09\x88\xb6\xe8\x7e\x00\x1f\x64\xdf\x51\x59\x0d\x4c\xd0\xdf\xec\xa6\xb0\x75\xb8\x42\x3d\x1e\x08\x13\xc7\x1b\x13\xb4\xe8\x60\x46\xa0\x10\xca\x29\xc1\x16\xf4\x33\x63\xcd\x41\xbd\x42\x24\xf9\xb5\x51\xc9\x7f\x17\xe1\x88\x52\x43\xbf\xe1\x70\xec\x89\x2a\x68\x98\x79\xc2\x02\x32\xb3\xf6\x39\xb3\x8a\x69\x3b\x12\xde\x48\x2d\x20\x35\x1e\x75\x46\x07\x74\x22\x67\x50\x8f\xbe\xaf\xc1\x1c\x44\x3b\x8a\x61\x5c\xb3\xab\xb2\x75\xb2\x1c\x2b\x73\x86\xd8\x4a\x00\x64\xfb\x79\x21\xf5\xa9\x57\x2f\x8b\xfc\x97\xfd\xda\xb1\x8e\xf7\xea\x61\xf7\x89\xcf\x5a\x2c\x6e\xd8\xad\x9c\x91\xb8\x0f\xe4\x2e\xe6\x9f\x38\x19\x33\xc5\x8c\xb3\x25\x4a\xd8\x5f\x7c\xb2\x75\x10\x3b\x81\x9f\xbc\x8a\x11\x90\x6c\xe6\x89\xb2\xd9\xe8\xf3\x9b\xa7\x65\xe7\xcf\x97\x75\x92\xa3\xea\x73\x5d\x4c\x11\xff\x27\xd0\x66\xf6\x6a\x3c\xf0\x3d\x60\xa3\xa9\x23\xaa\x25\x67\xe8\xa5\xb7\x62\x44\xc0\xd1\xc1\x30\x0b\x2e\xa7\xb1\xc7\x26\xac\xde\xd8\x1b\xd8\x9d\xe7\x1c\x69\xb3\x6b\xd8\x46\x8e\x94\x6d\x86\x5e\xd2\x0e\xa9\xaf\x6b\x37\xf1\x68\x84\x1d\xcd\xfa\xea\x6e\x89\xa2\x5f\xd2\x1c\x1b\x81\x08\x5e\x87\x07\x8e\xf8\x25\x38\x7f\xf0\xc8\x23\xeb\x1d\x03\x59\x0b\x80\xb7\xe7\xc8\xb2\xdc\xba\x67\x4e\x68\xc6\x86\x3c\x5b\xe7\x17\xf2\xc4\x44\xe8\x54\x01\xf7\xd1\x57\x85\xa4\xef\xb2\x8c\xad\x27\x26\x89\xb6\x1a\x37\x42\x00\x58\xe6\xf4\x92\x62\x43\x20\x56\x2b\x5a\x73\x34\xf5\xaf\x21\x7b\xb9\xfc\x74\x31\x22\x73\x03\x76\x6e\x3f\xc0\xf5\x1f\x4e\x4d\x11\x83\xf9\x75\x31\x96\x3c\x38\x6b\xdf\x30\x7d\x78\xa3\x95\xee\x86\x2e\xa7\xab\x8e\xc6\x4f\xd0\x69\x83\xb0\xed\x3b\x38\x28\xc3\x32\x22\x55\xc9\x68\x5e\xcc\x41\x4e\x57\x6e\xcd\x81\xbd\xfd\x23\xff\xc9\x31\xbd\x4d\x76\xa9\x2c\x2a\xe1\xce\x9d\x1d\x87\xf1\xb2\x6c\x35\x44\xe6\xbf\x2f\xb3\x3a\xf0\x77\xe0\x91\xa5\xbc\x02\xd0\x96\x39\x76\x9c\x7a\x21\xbc\xd5\x39\x47\x33\x83\x69\x9d\x42\x12\xbd\x86\xbb\xac\xb3\xb2\xcd\x2c\x72\x05\x59\xe7\x47\xf6\x42\x72\x85\xff\x4d\x4b\x44\xe9\xd7\xd4\xdd\xb9\x90\x50\x80\x50\x0a\xc1\x35\xda\x33\x9a\xab\x47\x2e\x9b\x6e\xbe\x20\xd1\x28\xbd\x94\x20\x89\x7e\x01\x1a\xb7\x6e\x29\x61\xbe\xcb\x42\x0a\xbe\xc5\x32\xab\xc5\xac\x8f\xa5\x6c\xde\x71\x49\x9d\xff\x3e\xf1\x9e\x2a\x10\x7b\x13\x55\xa1\x1b\xea\x4d\x0f\x8e\xcd\xdc\x35\x94\xd3\x9b\xd5\x43\x76\x06\x77\xc7\x8c\xdb\xc8\xdc\xd6\x3b\x51\x6e\xda\xd4\x2b\x33\xbb\x3c\x47\xea\xc1\xea\x30\x2e\x6e\x3a\xbf\x09\x9b\xfc\xd0\x4d\xb9\x23\x5b\x75\x68\xe4\xa2\x26\xc3\x01\x51\xc3\xfb\x28\x17\x3a\x68\x29\x72\x93\xac\xad\x14\x03\x23\xde\xd0\x35\x35\x4a\x2f\xf1\x7a\x01\x00\x2a\x8d\xf3\xef\xfd\x18\x28\x2c\x91\xe1\x38\x43\xd1\x6b\x29\xe6\xcf\xc2\xc9\x53\xe6\xbf\xb0\x0e\x32\xd6\xf4\x36\x17\x19\x88\x70\x9a\x3c\xdc\x0d\xf7\xa9\x44\xb9\xbc\x10\x34\xba\x64\xac\x93\xe6\x81\xa8\xc3\x44\x32\x8a\x56\x97\xb2\xda\x3b\x93\x71\x8e\x12\xac\xc7\x4e\x6e\x64\x56\xb3\x62\x35\x2d\xc5\x6f\x43\x9d\x36\x63\xa0\x19\x42\x17\xc1\x4c\xff\x1e\x84\xaa\xbc\x70\x72\xa8\x55\x53\xff\xfc\x75\xf3\xd6\x8c\xa4\x4e\x37\x56\x15\xf6\x6b\xc7\x4a\xde\x41\xf2\x21\x0f\x0a\x64\x2d\xe9\x4e\xdb\xac\xec\x19\x4a\xe1\xee\xe5\xf0\x39\x2b\x3e\x7a\xfe\x4b\xf1\x05\x15\xdf\xe5\x87\xb5\xff\xfb\xb0\x4c\x03\x73\x39\xcb\xbf\x31\xff\xfb\x1b\x0b\x7a\xe3\x30\x76\x20\xbc\x20\x1d\xdb\xb5\x99\x60\xee\xe1\x72\x26\x0c\x57\xc3\x33\x31\x55\x1b\x99\xd5\x72\xfa\x2f\xb5\x00\xc6\x91\xeb\xd9\xaa\xc6\x8c\xe1\x22\x69\xc8\x4d\x99\x0b\x89\xdd\x35\x41\x18\x18\xf4\x1d\x91\xc1\x02\x38\x92\x33\x26\x1e\x6b\x82\xd0\x76\x13\xa7\xee\x64\xd5\x34\x9c\x8b\x5a\x5c\xae\xdb\x06\x02\xbf\x9b\xc9\xae\xea\xec\x8d\xd1\x38\xf7\x4a\x93\x4e\x03\x7b\x6a\xf8\xe5\xb1\x53\x1c\x4b\xe1\x3f\x6f\x99\x2b\x5d\xb2\xf5\x86\x7f\x70\x9f\x2a\x18\xbe\x7d\x10\x3c\xf1\xfe\x62\x7d\x51\xf1\xd3\x26\x64\xb1\xf1\xc6\x43\x84\xe7\xf7\x47\x6b\x8e\x13\xb7\x82\x7c\x35\x97\xf0\x7e\xc9\x71\x40\x93\x1a\x51\x64\xb7\xc5\x9a\x78\xb6\xdf\x2f\x6f\xb1\xd4\xed\xdb\xdc\xcd\xef\x41\x3a\xc4\x6e\xd8\xb1\xba\x63\x4b\xa2\x1c\xe3\xac\x8e\x49\x26\xea\x25\xac\xda\x98\xe0\x76\xf0\x4b\x2d\x10\x46\xdc\x5d\x55\x52\x33\xee\x24\xd9\xd0\xd6\xb2\x4c\x4b\xbd\x96\x7b\x46\x57\x07\x6a\x59\xd1\x37\x27\x7a\xc2\x89\xb3\x37\x84\x2c\xfa\x48\x6d\x89\x21\x30\x55\x3f\x04\x20\xc1\x2f\xda\x9c\x66\xb4\x83\xec\xca\x86\x02\xe9\x92\x5c\xc3\x51\x30\xe5\x11\x3d\xa1\xdf\xda\x7b\xf6\x0c\x9e\xcf\x19\x5e\xbc\x77\xe5\xea\xf0\x7e\x86\x9c\x02\x9a\x99\x62\x2e\x3b\x61\xef\xa7\x29\xe5\x6b\xf4\x6e\xe7\xdf\x97\x57\x53\x28\x34\xc3\x7a\x01\x8d\x7b\x42\x76\xe0\x4d\xb8\xcd\xe9\xe4\x7a\x49\xed\x3c\x74\xdf\x65\xc8\xc0\xee\xb1\x66\x5d\x0a\x40\xdc\x02\xbe\xa2\xf4\x63\xf6\xf6\xa0\x81\x21\x84\x8f\xc5\xd4\xfb\x20\x9a\x1d\xf2\x31\x84\xe6\x99\x6b\x24\x57\x1d\x74\xf6\x70\x76\xd8\x11\x53\xfc\x69\x7d\x16\x3a\x9c\x80\xb1\xb0\x77\xc8\x51\x98\x0d\xe7\x95\x0d\x86\xcb\x81\x55\x90\xfa\x28\xe3\x62\x6f\x77\x60\xf1\x80\x5a\xd2\x23\x15\xfc\xad\x5e\x8f\x9c\xf1\x9c\xf2\xfe\x57\xbd\xf9\x9e\x6b\x11\x31\xac\x64\x34\xa4\xe9\x0f\x19\x24\xdf\x48\x9c\xe4\x28\x11\x1d\x6e\x01\xb2\x49\x20\xed\x01\x2c\xb3\x51\x8b\x06\xe5\x3d\x43\x37\xfe\xfd\xfb\x4d\x5f\xec\xc3\x96\x9c\x41\x03\xd7\x9e\x3b\x36\x8f\xa4\xe8\xad\x89\xbf\xb0\xf9\x80\x9b\xe0\xce\x88\xe9\x9f\x9a\xf5\xe8\x1a\x69\x5a\xb0\x41\x85\xc0\xd9\x70\xb7\x00\xad\x3e\x14\xb7\x62\x77\x76\x2d\x9d\x60\xdd\x2e\xb3\x39\x6f\x02\xb0\x5d\xa0\x12\x41\x57\x11\xe3\x1e\xd3\xd5\x2a\x2b\xc8\xb6\x0c\x7e\xb3\x81\x83\x47\xb7\xe8\x0b\xf7\x15\x0f\xdb\xf2\x61\xb7\x72\xcc\x18\xbe\xf7\xe0\x83\x7e\x10\xa5\x12\x2e\x1e\x8b\xa1\x35\xbe\xd6\xee\x39\xb6\xd7\x13\x4a\x1d\xc8\xd1\x4e\x93\x21\xda\xfe\x6d\xcc\xf1\xac\xbc\x48\x85\x54\xfd\x38\x2b\xa5\xf6\x5b\xfd\x44\xc2\xb2\x59\x39\xfd\xc3\x8a\xc8\xbe\x88\x1e\x28\xfa\xa4\xc4\x81\xc6\x24\xaa\xf7\x80\xa6\x11\xb5\xc9\x11\xca\xab\x21\x72\x10\x09\x43\x49\xe6\x7a\x46\x34\xca\x29\xc1\x09\x2e\x83\x99\x24\x0c\xfd\x25\x5c\x69\xe0\x19\x4f\xab\x13\x8c\xe6\xe6\xdc\xab\x7b\x4e\x3e\xf5\xb9\x44\x9f\xfc\x2d\xf9\x83\xea\x19\xed\xde\x8a\xb3\x61\x99\x65\xc1\x99\x0b\x0c\xdf\x6e\x66\xb7\x8e\xdd\x44\xb3\xe0\x33\xa6\x91\x2f\xd4\xd2\x39\x71\x37\x0b\x13\xa7\xf8\x29\xf4\xd3\xed\xaf\xda\x43\x43\x89\x77\xe8\x9d\x59\xcc\xe0\xc1\xbe\x73\x9c\xd0\x09\xf8\x10\xa9\x16\xf4\xc5\xb1\xc3\xd3\x77\x15\xa2\x12\xde\x2d\xa6\xd2\xf1\x80\xd1\xa7\x0c\x33\xef\x19\xde\x2d\x78\x19\x25\xa9\x03\x96\x7e\x68\x03\x50\xbc\xd8\x27\x88\x8a\x50\x54\xa4\x3f\x26\xc3\xa3\x56\x63\xd8\x6e\xfa\x44\x49\x7e\xbc\x2b\x3d\xc4\x8c\x36\xe4\x11\x35\x06\xa3\x3d\x0e\x4d\x9b\xfc\x94\xf4\x07\x11\xf8\x29\xa7\xd1\x6e\x90\x0b\xd5\x4f\xfd\x36\xbf\x1b\x3b\xc0\x77\xa7\x7d\x37\x24\x9f\x75\x7d\x22\xcc\xf1\x8a\x3c\x42\x28\x3e\x51\x74\xdf\x4b\x1b\xf1\x61\x63\x5c\xf5\xfd\x64\xc7\xd7\x0d\x19\x44\xfc\x98\x1c\xf1\xa6\x6a\xc3\x59\xec\x2c\x4e\x3c\xc9\x95\xae\x23\x8a\x29\xd4\x8b\x07\x9f\xd1\x3a\x1d\xde\xd4\x92\x1f\x19\x5e\xd2\x13\x3a\x51\x2b\x70\xc3\xeb\xa0\x18\x88\xe7\xa7\xa2\x12\x03\xbf\x67\x64\x3b\xd1\xdc\x3b\x3c\x1b\x66\x14\xbe\xe1\x9d\xfd\xf9\x81\xf2\x02\x3d\xd5\xbf\xb0\xd7\xfb\x50\x33\xbc\x8a\xd2\x4b\x7e\x90\xad\x01\x31\x8c\x88\xc0\x1c\x64\x83\xb4\x1b\x8e\x8e\xde\x11\xa8\x6d\x90\x74\xa2\x25\x2b\x52\x26\x15\x30\xaf\x7b\x8b\x70\xcf\x48\xd7\xa4\x7c\x26\xe7\xc2\x93\x03\x2e\x32\x26\x7f\x98\x68\x91\xfa\xce\x00\xda\x57\x74\x01\x12\x67\xb6\x4b\x28\x3c\x6f\x4a\x5d\xf6\x9f\x8e\xb7\x19\x37\x4e\x61\x0c\xac\xe7\x84\x67\x2d\x5f\xa8\xb6\xf5\x11\x5a\xf7\x0a\x07\xc6\x81\x73\x0d\x67\x23\xce\x77\x02\x19\x98\xda\x33\x16\x5c\xfa\xc2\x7b\x30\xd4\xc7\x3f\xdc\x67\x30\xaf\xa1\x61\x53\x9c\x0e\x69\x3d\x82\xa7\x8d\x95\x64\xfb\xf0\x80\xb8\x11\x53\xd8\x2c\xba\xcd\x79\x7a\x6c\x54\x2c\xe7\xe7\x68\x93\x70\x0a\xc7\x09\x73\x9f\x76\x31\xf3\x3c\x7d\xc6\xcc\x8a\x4e\xe4\xa8\x14\x3c\x1f\x4b\xac\xc6\xe9\x0b\xff\xbe\x18\x8a\x3b\x31\xbf\x52\xfd\x2b\x51\x86\x3e\x27\x9c\x19\x5d\x36\xe5\x09\xf7\xc5\x36\xb5\xf0\xec\x2a\xab\x47\xc6\xcc\xd4\xc2\x7b\x59\x2c\x72\x5c\x57\x85\xd5\x91\x2d\x53\x79\x97\x2c\xe1\x4f\xc1\x8c\x92\xc6\xdc\xcf\x3d\x7b\xec\x84\xdb\x34\xbf\x3b\xcf\xad\xa8\x98\x29\x4a\x09\xb4\x61\x7c\x8b\x34\xfc\x58\xd4\x31\xf2\x76\x90\x4f\xa4\xea\x28\x23\xfb\xe7\xcf\x19\xdc\x3e\x1e\x9a\x74\xb9\xa8\xfb\xf3\x4d\x39\xe3\xeb\xcf\xec\xde\x7b\x72\x84\x58\xe2\x98\xfa\xe6\xb8\x12\xe3\xcb\x25\x5c\x82\xdb\xbc\xa1\xb7\x86\x07\xc7\x2e\xa0\x7a\xe0\x51\x7a\x36\xf7\x60\x4c\xe4\xa8\xae\x9e\xda\xde\x19\x8d\x57\xc2\xfd\x3a\xb0\x0a\x03\xac\x64\x41\xe6\xe0\x56\xc6\x05\x9e\x4d\x4a\x89\x99\x46\x11\x21\x6f\x2f\xd6\xc4\x5e\x79\x7d\x43\x6d\x4f\xaa\x33\xff\xf5\x14\xbe\xac\x25\x89\xf7\xe9\xa1\x69\xfb\x57\xc9\x6f\xa1\xb6\xbf\xdf\x27\x75\x26\x9d\xbc\xe2\x80\xac\x6b\x59\x2f\xfe\x54\xcb\xfa\xaf\xb5\xbc\x0b\x37\x51\x9d\x1a\xdf\x50\x3d\xa1\x9e\xea\x35\xd6\x5b\x2b\xa1\x9e\x1b\x35\x99\x9b\x46\x0b\xab\xe4\x3e\xb5\xeb\xd2\x6e\x22\xf7\x91\x16\x05\xfb\xc5\xd0\x64\xb3\x14\x48\xc0\x76\xe0\xf5\x4d\xf6\x84\x4d\x5c\x91\x37\xb4\x01\x33\x00\x9c\xbc\x88\xc3\x1c\x4b\x54\xe3\x97\x8a\x36\x73\x8b\xd7\x90\xed\x6c\x0f\xa8\xfb\x94\xd1\x12\x41\xe3\xe0\x50\x14\x05\x55\x50\x65\xaf\x03\x04\x9c\x60\x01\x03\x08\x83\x53\x66\x7f\x98\x90\x55\x6b\xec\x22\x4b\x5b\x1d\xd6\x48\x6f\x48\x4e\x74\x7a\x0a\x46\x2e\xe6\x3d\x36\x01\xf5\x6e\x32\x03\xcf\xf1\x93\x81\x10\xfd\x9b\xfc\x03\x4f\xf8\x89\x83\xd0\x66\x3e\x1d\x3e\xcf\x1a\x73\x33\xe0\xac\xa7\xb8\x07\x41\x1c\xb5\x47\x53\x7b\x9b\xed\xdd\x91\x2a\x1c\xe0\x7a\x35\xfa\xff\x31\xf7\x66\xdb\xa9\xf3\x5a\xd4\xe0\x03\xc1\x18\x60\x3a\xc3\xa5\x24\x3b\x8e\xe3\x38\x8e\x21\x84\x90\xbb\xb4\x80\xe9\xfb\xe6\xe9\x6b\x68\xcd\x25\x37\x24\x7b\x9f\xef\x3b\xff\xf9\xab\xea\x66\x67\xe3\x46\x96\x65\x69\x69\xb5\x73\xc2\x63\x3d\x1c\x31\xd9\x03\xd5\xbd\xab\x8d\x42\x7a\xb4\xfe\xd9\x17\xea\x11\xc5\x1c\x7d\x6c\xf4\x7e\x39\xd6\x33\xf5\xc0\x5f\x60\x8e\x17\xe8\x35\x69\x91\xa8\x6f\xa3\x45\xc2\x95\xd5\xab\x9f\xb4\xd0\x72\x13\x59\x63\x26\xbc\x34\x2c\x2a\x42\x04\x07\xf0\x29\x95\xc0\x38\x00\xd5\x10\xdd\x7f\xab\x1c\x61\x46\x9d\x64\x83\x57\xb2\xbe\xe5\x76\x23\x69\x8d\xa6\x1f\x50\xf7\x6d\x8b\xe6\x19\x5a\x17\x5e\x12\x95\x1b\x11\xca\x42\x27\x15\x7b\xc5\x1c\x4b\x6b\xfc\x8d\x68\x17\xed\x37\x61\xe9\xf5\xce\xa0\x10\xa9\xb3\x07\x91\xa6\xa3\x6e\xa5\x92\x70\x2d\x14\x85\xf3\xb8\x0a\x3b\x22\xc7\xcb\xe3\x91\x9f\xad\xaf\x06\x33\x1c\x31\x80\xf7\x17\x74\x3c\xf8\x44\x86\x39\x93\x7b\xd2\x9b\xbd\x97\x15\x00\x18\xee\x04\xa9\x97\x83\x84\x93\xbf\x6c\x76\x55\xef\x39\x7a\x78\xd9\x51\xc8\xe5\xb3\x86\xf7\xef\x41\xbd\xb2\x72\xe4\x24\xc9\x81\x17\x5b\x43\x8a\x68\x87\xcc\xcc\x48\x7f\x14\x5f\x04\x23\x69\x6c\x2a\x4f\xa8\x21\xd2\x55\xc9\xbe\x02\xdd\x6a\x6f\x41\x43\xef\xdd\xcf\x31\xf9\x16\xc4\xf9\xf4\x82\x2f\xa5\xee\xea\x3c\x35\x09\x37\x5e\xdd\xc1\xe9\xad\x44\x87\x3f\xf8\x12\xe3\xd7\x27\x78\xe6\x3e\x10\x1d\xfb\x5b\x8e\xc6\xef\xce\xbf\x5d\xc4\xe5\x5d\x6b\x3d\x84\xd1\x81\xb8\x5c\x5d\x71\xf9\xbf\xf8\x18\x8a\xcb\xff\x7e\x11\xb5\xa4\x75\x31\x5c\xfc\x55\xfe\x12\xbd\xc7\x3a\x5c\xc2\xc3\x79\x13\x09\x84\xf2\xc2\x39\x20\x1b\xfa\x1e\xea\xf1\x2e\xdb\x92\x46\x34\x78\x41\x97\x94\xd5\x01\x25\x5d\xf6\x46\x00\xfc\x9b\x21\x15\x94\xbf\x5e\x60\xab\xc6\x29\x33\xee\x51\xcc\xaf\x04\x00\xe5\xb5\x86\x2f\xc0\xc5\x44\xfb\x18\x6d\x4d\xee\x1d\x52\x44\x48\xc6\xe8\x39\xbb\x96\x5a\xc2\xae\x64\x02\xcb\x22\x7f\xfc\x43\x88\xaf\x0d\x89\x34\xd5\x91\x4b\x96\x6d\x6e\x79\x28\xc2\xfb\xc7\x72\xaa\x4b\x93\x8e\xfb\x7a\xe0\xd7\x5b\x9a\xd7\xb3\xfe\xfc\x7a\xc4\x55\xef\x3d\x73\xa8\xa3\xb7\x84\xf1\xbc\x2b\xbc\x59\xaf\x4e\x1a\xb7\x9e\x2c\x7a\x2f\x0d\x82\xf1\x55\xff\x8e\xdc\xef\x3b\xee\x15\x01\x2b\xff\xbc\x66\x24\x85\xbb\x53\x1b\x73\x02\x96\xe2\x70\xbd\xa2\x54\x90\x1d\x87\xa5\x72\xb7\x15\xc4\xae\x97\xa8\xfb\xec\x45\xc9\x7e\xb2\xa7\xac\x9f\x50\x05\x89\xc2\x78\xe3\x1b\x28\xd1\x81\x88\x1d\x72\xbd\xe6\x0b\x40\xa0\x16\x48\x0c\xe5\xb2\x34\xa2\xf4\x7c\x49\xe4\x7f\xd3\xee\xbc\xd0\x2e\x25\xc4\x07\xb7\xfb\xff\xaa\xa9\xe5\x75\x53\x91\xf0\xc8\xf6\x08\xee\x45\xe6\xc1\xab\x6c\x72\xdb\x1b\x45\x8e\x1e\x69\x79\x7f\xcc\xdd\xbc\xd6\x71\x20\xa1\x14\x94\x80\x24\x44\x9e\x73\xef\xe0\xcc\x39\xdd\xca\x13\x53\x02\x0a\xaa\x38\xa2\xb2\xfc\xf3\x26\x96\x60\x0d\x79\xfb\xb3\x71\x7f\x52\xf0\x66\xc4\x26\xf3\x28\x95\xee\x2a\x91\x98\x2a\x1f\xb3\xd4\x44\x0d\x76\x1c\x20\xe8\xed\x0b\x01\x64\x76\x39\xc2\x8c\x3a\xc9\x35\xd0\x92\xee\x56\xe3\xec\x84\x96\x0c\x5a\x47\x56\x23\xa6\xa6\x5d\x53\xe6\x5a\xf0\xc4\x34\xfb\xb4\xb3\x26\x67\x27\x1b\xe0\x16\x6d\x3c\xfe\x46\xfa\x7f\xbd\xc0\x4b\x2f\x48\x4f\xe8\x8d\xd2\x4b\xa4\xf7\xe3\x70\x28\xa2\x85\xbc\xb0\x45\xc7\x38\xe3\xc1\x9c\xb3\xc1\xe8\x9a\x77\xbd\xdc\x37\xb2\x97\xdf\xa0\x7d\x56\x5f\x4e\xc8\xae\x2d\x6c\xde\xbc\x0b\x8a\xfe\x18\xe6\x75\xaf\x71\x44\xa9\xc5\x01\xf2\x7e\x78\x9f\xdb\xb4\xdd\x1b\x32\x03\x78\x2b\xbc\x6e\x62\x60\xc6\xb1\x5a\x21\xd6\xa1\x93\x22\xe4\x91\x18\x13\x65\x4e\x21\x91\xd7\x05\xf4\x4c\x58\x17\x41\x9d\xad\xbe\x36\x47\xf5\x48\x3f\x27\x2b\xc8\xef\xee\x65\xb6\xb7\xa6\xc9\x3a\x1e\xa0\x38\x87\x8b\x33\xd6\xa0\x25\x01\x3e\x02\x6b\xa7\x41\x9e\x0c\xef\x8e\x7e\x4d\x65\xfd\x02\xcd\xf8\x06\x81\xae\x36\xfc\x1c\x23\xb9\x81\x1e\x14\x02\xf4\x34\x6c\x12\xbc\x7a\x53\x6e\x59\x3a\xd7\x73\xeb\x7c\xa0\xbf\x03\x5e\x0b\xfc\x5a\xe3\x2a\x83\x1b\x97\x53\xc4\xd7\x09\xb8\x02\x64\xc3\x54\xba\xdb\xa8\x9f\x0a\xe9\x0d\xd4\x41\xee\x71\xe2\xab\xc3\xc7\xcf\x32\xeb\x3b\x07\x97\xaa\xfe\x8f\x1e\x89\x8f\x2e\x25\x4c\x38\x35\xcc\x74\xb8\x41\xe2\x57\x4a\x50\xe8\xe3\x49\x04\x44\xc3\xf5\x3f\xc8\x14\x07\xbf\x19\x43\x48\x30\x82\x39\x17\x46\x9d\xa1\xac\xb4\xd0\x9b\xa1\x7e\x13\x5f\x88\xb0\x8f\xf4\x2b\x0c\x4e\xbc\xba\x80\x62\xda\x9d\x50\x67\xbd\x3d\xd1\x14\xac\x78\x2e\xd6\x29\x25\x5a\xbd\x36\x49\x65\x19\x6e\x11\xeb\xa3\x17\xf3\xb5\xda\x7d\x29\xbc\xa8\xbf\xd6\x6f\x68\xaa\x24\xaa\x78\x6e\x6c\x9d\x09\x29\x2e\xe1\xc0\x23\x8d\xd1\x63\x8b\x67\xdb\xa4\xd0\x40\x30\xaa\x66\x7d\xd5\xbf\x4b\x85\x5e\x7a\x16\x5a\x5e\xf2\xd1\x8a\x2a\xbf\x89\x88\xe3\x35\x68\xe9\xa3\x7c\x76\x84\x3b\x93\xf6\xaf\xdb\xd6\x88\x09\xed\x59\x0f\xa3\x42\x22\xbf\xae\x2c\xaa\xf7\x89\xaa\x5b\x3a\x3d\xb0\xb6\x32\xfd\x1d\x13\x94\xa0\xde\x27\x9b\x55\xe4\x3a\x94\x78\x38\x77\x9c\xa0\x78\x41\x1e\xdb\xf1\xb6\x1c\x09\xd5\x71\x7b\x57\xb7\xd2\x94\x6e\x4b\x21\x46\xaa\x89\x8a\x90\xf0\x78\x41\x9d\xc4\x89\x31\xa9\x6b\xe0\xe5\xd7\xe2\x31\x5a\xdc\x5c\xd0\x99\xf6\x9a\x93\x75\x31\x0b\x2f\x2c\xfc\x26\x7e\xba\x61\x0d\x39\xb7\x1c\x6e\xc2\xd0\x5e\xea\xbf\x31\x98\x4b\x27\x18\xa1\x61\xa5\x30\xb5\xa7\xce\x01\x1e\xe3\x25\x69\x01\x5d\x0e\x88\xf4\xaa\x13\x87\x34\xb5\xb5\xa4\x3a\x80\x25\x2a\x3b\x67\x4e\xb2\x61\xb1\xbc\x49\xcf\x47\xac\x4f\xaa\x95\x1a\xf3\xd9\xfd\x5c\x7f\x9b\x85\xd3\x65\xc7\xbb\x09\xef\xaf\xf7\x39\x8e\xbb\x0d\x15\x96\x0d\xeb\xe0\xb4\xc2\x94\x54\x6e\x87\xa7\x28\x25\xe5\x3c\x8c\x2e\x4e\xb6\xc8\x56\xfc\xc6\x72\xea\xe7\xc7\x63\x24\xc7\xb4\xc8\xbd\x99\x0c\xf4\x9f\x2e\x27\xd1\x64\x76\xae\xf7\xb9\x5c\x22\x1f\xb6\xec\x0a\xff\xa9\xf6\x64\xd8\xb6\xbd\x97\xa6\x9b\x85\x6c\x5b\x7a\xe5\x79\x04\xc6\xf4\x44\xee\x9d\xa9\x5c\xf1\x0b\xcd\x37\xf0\xed\x2e\xf8\xf7\xb1\xae\x97\x67\x90\x38\xa7\xba\x4a\x0f\xf4\x4c\xf1\x38\xb5\xd0\xa0\x00\xda\xfc\x47\x13\xfa\xbd\xea\x8a\xc1\xbb\x41\x03\xce\xf1\x85\x3e\xc8\x5f\x7d\xda\x31\x18\x31\x59\x8f\xa4\xfe\x94\x3b\x2a\xcb\x13\x51\x9b\x05\x14\x86\xe9\x8d\x42\x83\x27\xb9\xa5\x9d\xa5\xd7\x46\xba\xf1\x9b\x6e\xf4\x24\x3b\xfc\x29\xdb\x08\x20\xb6\xd2\x03\x67\x0b\x91\xf2\x91\xdc\x3e\x94\x7b\xc2\x4b\xdc\xc3\xa6\xa8\xf4\xd4\xb9\xdc\x07\xdf\x31\xb0\xe4\x98\x53\x65\xda\x89\x34\xc4\xe2\x98\x16\x35\x92\xe5\x5e\x45\x99\x89\xb1\xdd\xa6\x57\x10\x41\x36\x79\xaa\x63\xb6\x33\xb9\xca\xb9\xc7\x51\x70\x31\x97\x16\xc2\x22\x75\xb4\xef\xd3\x44\x0f\x90\xe7\x52\x63\xe4\x24\xc4\x32\x10\xc9\x20\x38\x60\xbf\x03\x91\x90\x07\x8c\x2a\x16\xc9\xaa\xd7\x91\xc5\x6b\x5f\x2b\x22\x09\x5d\x0f\xa4\xcc\x3d\xfb\x10\x1b\x78\x22\xd5\x8a\x7a\xc2\x05\x3d\x9e\x36\x92\x9c\x87\x06\x24\x0d\xf1\xea\x3a\x1d\xea\x85\x7a\x6e\xb1\x80\xb9\xea\x30\xf2\xc0\x3c\x24\xc4\x7c\xc2\x3b\x47\xb9\xaf\x55\x63\x68\xc6\x84\xef\x1d\x6b\x85\x1c\x22\xf2\xf9\x85\x4a\xc4\x6a\x97\xf4\x29\xee\xc3\x0a\xb9\x0c\xc3\xc3\x17\x82\x53\x2d\xde\x26\xf4\xd8\xde\x90\x0e\xac\xa0\x8e\x9c\xd0\x0d\x8f\xf3\xc5\x1a\xcc\x0f\x32\x06\x74\xff\x58\x22\x64\x59\x8e\x84\x7f\x7f\x66\x9f\xfe\x05\x6f\x00\x75\x0c\xbe\x43\x86\xa6\xdf\x32\x8d\xc2\x82\x30\xff\x94\xc5\x49\xf0\xb8\x2f\xb0\xd8\x86\x2e\xe6\x26\xd8\xa1\xd6\x2e\xc6\x8a\x00\x4a\xa9\x2e\x21\xc6\x18\x14\x41\x5a\x48\x5e\x2a\xc5\x58\x6f\x54\x5f\xac\x85\x37\xc6\x09\x22\x5d\x8d\x69\x97\x4c\x73\x6d\x42\x4e\xcd\x30\xef\x64\xee\x81\xfb\x00\x02\xd8\xff\xd9\x60\x40\x38\xf5\x91\x10\x01\x3a\xae\xbc\xba\xfe\x44\xfe\x6d\x9b\x3c\x9e\xde\xe5\xe7\x88\x79\xc2\x7b\x5e\xf0\x84\x39\x16\xdb\xa5\x46\x17\x40\xd2\x89\x4b\xf4\x15\x82\x99\xa2\x09\x49\x80\x07\xdf\xac\x07\x0c\x85\xf7\x99\x8b\x95\xc1\x4e\x56\xb9\x51\xc4\xf2\x3d\x2c\xf4\x26\x13\xc2\xe6\x3f\x32\x24\x4f\x62\xe7\x63\xc5\xb8\x70\xf7\x46\xf2\x7f\x6a\xb1\xa3\x40\xaf\x9d\x19\x3b\x72\xe7\x56\xe6\x4f\x70\xc7\x58\x02\x7e\xa6\x8e\x50\x7c\x0b\x4f\x45\x4c\x74\xc1\xbc\x7b\x17\xf2\xc0\x81\x13\x6a\x21\xcf\x03\x73\x70\x28\xc4\x36\xf7\xb3\x2f\xc2\x19\x79\xd5\x7a\xd5\x01\xed\x01\x7a\xb9\x04\x5a\xa9\xe4\xec\xcc\x1d\xcb\xb8\x2d\xe6\x71\x9f\x06\x56\x04\x84\xe0\xb9\x43\x44\x2f\x40\x25\x83\x9e\xcb\x2f\x38\x60\x9f\x1d\xc3\xce\xe8\x8e\xe5\x71\x99\x4b\x8d\x59\x92\x4d\xec\x31\xba\xfb\x0e\x2b\x25\xde\xe2\x6f\x34\xce\x3d\xbd\x27\x1a\x92\x34\xd6\x8b\x0c\x2f\x40\x4c\xba\x4f\x49\x26\x82\xdb\x35\xab\x06\xfa\xcb\xfa\x2f\xe9\x4b\xf7\x84\x7a\xc6\xeb\x5d\x35\x26\x86\x17\xd2\x8a\xc2\x93\x9c\xc2\xb5\xa2\xb0\x81\xcc\xcf\x3f\x9f\xcd\x04\x0d\xaa\xae\x2e\x15\xc5\xbb\xb1\x5e\x46\x23\x4a\x92\xfc\xa0\xb4\x2e\xaa\x79\x76\xbb\x23\x3f\x73\xcb\x6f\x19\xa9\xab\xc3\xd1\xee\xd3\x0b\x79\x72\xf0\xae\x7b\x54\x47\xde\x6e\x3e\x20\x7b\x38\x05\xa7\xc1\x35\xb2\x18\x18\x7f\x63\x28\x06\x29\x5d\x08\x0d\xa9\x97\x2a\xd4\x88\xe9\x1a\x33\xa4\x49\xe5\xd7\x62\x70\x7a\x29\x47\x22\x84\x49\x1d\xea\xf6\xf5\x8a\xac\x90\x69\xa3\xde\xaf\xee\xb1\x01\x35\x3a\xa8\x70\x35\x6f\x89\x2a\x4c\x50\xf2\x28\xa2\xcd\x07\xbd\x4c\x85\x4d\x0a\x7a\x9b\xf9\x91\x65\x08\x54\xde\x0d\xed\x57\x5f\x94\xc8\xd0\xfd\xa4\xa0\x43\xef\x97\x37\xe0\xec\xc6\xc2\x70\x12\x3d\x58\xff\xb7\x8f\x32\xa8\xd1\xe1\xc1\x81\x0e\xbb\xb6\xd3\xba\x38\x59\xfe\xcd\x30\x7d\x3e\x76\x06\x4f\xbc\xd9\xd8\x35\x07\xdc\x0b\x8f\x9c\x17\xa0\x1a\xd3\x23\xd6\x25\x63\x63\xa4\x3e\x58\xd8\xba\xc2\x9d\xa9\xd0\x24\x1d\x91\xb5\x94\x7b\x2b\x5f\xf4\x2e\x12\x2f\x51\x45\x74\xc5\x7c\xc1\xec\x99\xb1\xf0\xef\x07\x69\x6b\x62\xcb\x89\x6a\xb7\xc8\x03\x59\x7f\x65\xbd\xe5\x84\x6c\x33\x5e\x8c\x1b\x4b\x23\x75\x3b\x67\x60\x96\xe5\x5a\xfd\x32\x0c\xee\x86\x34\xc0\xaf\x0e\xc5\xb4\xc4\xf3\x1e\xb1\xa4\xfb\xb2\x12\x3e\xbd\xd0\xdb\x01\xd8\xf6\x34\xee\x62\x29\xcb\x4a\x4c\xe5\x49\xea\xf7\x7f\x51\x7a\x3e\xdd\xf9\xa4\x34\x86\x2e\x4d\x5d\x62\x97\x03\x69\xac\x7f\x04\xe7\x43\x50\xa2\x69\xe8\x7e\x1f\xf0\x66\xe1\x1e\x7f\x69\xe4\x43\xe1\xdf\xad\x01\x01\xf5\x0a\x88\x27\x42\x33\x36\x79\x90\xe7\xd3\xcf\xc8\xb3\x67\x49\x0b\xb9\x95\xa8\x7a\x23\xd4\x57\xc1\xaf\x19\x6d\xd6\xa6\x82\xb6\x2f\x82\x6e\x43\xa6\x5f\x4b\xac\xe5\x16\x0a\x5c\xab\x8e\x84\xe3\x0e\xb9\x12\x43\x4b\xf1\xd0\xfc\x65\x11\x7f\x08\x31\xd4\x43\x44\x04\xba\xac\x21\x14\x2e\x18\xea\x3d\x79\xf4\x9c\x39\x26\x38\xdb\x84\x3e\xc4\x0a\xed\xff\xe1\x13\xe8\xcf\x35\x24\x98\xb2\xdc\x37\x20\xf4\xea\x0a\x98\x84\x0a\x1d\x0e\x84\x87\xe0\xa2\x7f\xe4\xe5\x45\x3f\xb4\xee\xe9\x22\xee\x8a\x03\x5a\xd3\xfb\xf8\x0e\x10\xeb\x1d\x29\xa1\x5e\xb9\x5c\xbb\x27\x6a\xd2\xec\x21\x9e\x10\xfd\x64\xc9\x71\x22\xd4\xd9\xd4\x5e\x72\xd9\xa1\x95\x47\xbd\xa5\xdd\xe9\xb7\xfa\xe8\x10\xae\xe7\x53\x8b\x88\x89\x8f\x5c\x9c\x53\xc7\xc6\x8f\xe2\x1c\x9f\x99\xa6\x56\x3c\x1b\x49\x6a\x83\x6a\xd3\x1f\x7d\x83\xf7\xa3\xc6\xa5\x0f\x26\x90\xf2\x21\x3c\x9b\xd6\xcf\xcd\x46\x02\x78\x28\xe2\x36\x8b\xcc\xd9\x2e\xa5\xc8\x55\x90\x15\x50\xd2\xdd\x5a\xa9\x3b\x24\xba\x89\x2c\x9b\xe4\x83\x75\x3c\x4f\xf8\x3d\x82\xe5\xa7\x78\x54\xa6\xf9\x29\x4f\x8b\xec\x5b\x4a\x4b\xec\xa7\x51\x46\x45\xf3\xd5\xbb\x5b\x76\x50\xf1\x33\xe3\x3a\x8d\x36\xe5\x01\x3d\x97\x80\x31\x14\x6c\x12\xc8\xe3\x6d\x40\x40\x0e\xfa\x29\x1f\x5e\xed\x41\xcf\xda\x5e\xfd\x01\x6e\x02\x6d\x65\x5c\xfa\xe4\x3c\x64\xb7\x67\xaf\xbe\xc5\xea\x6f\xb9\x57\xc3\x1c\x0b\xf7\x22\x05\xaa\x80\x07\x19\xf8\x6d\x8b\xfe\xdf\x65\x80\xa3\xcc\x9a\x50\x9f\xd3\x7c\x72\x62\x73\x91\x8f\xeb\xb4\x39\xad\x81\xf2\x8b\x7b\x4d\x40\xe1\xf4\x39\x76\xd9\x73\x72\x47\xbd\x9d\x53\x0b\x32\xf7\x06\x06\xdb\x94\xc8\x96\x1e\x79\xd7\x20\xee\x63\x04\x72\x7b\x28\x8f\x89\xb9\xd0\x30\x77\x29\x95\xad\xcf\x23\xd0\x1a\x53\x3d\xda\xb0\x9c\xd6\xfb\xa9\xba\xe4\x84\xe9\xde\xa5\x86\x04\xa6\x4d\xd7\x9c\xf6\x45\x70\x22\x5c\xce\x74\x73\xe6\x68\x6e\xb1\x23\x5c\x1c\x3c\xe5\x8e\x8c\xff\xda\x91\x63\x47\x81\x8a\x99\xec\xea\xac\x39\x6a\x67\xc2\x5d\x39\xfd\xe8\x0a\xf1\xa8\x62\x83\xf8\x2d\x19\x5c\xe5\x86\xea\x25\xdd\x0b\x14\xf3\x7d\xc0\x49\xea\xb1\x0b\x85\xa6\xa5\x7a\xc5\x90\x46\x26\x0f\xd6\x13\xca\x10\x6d\xc6\x07\x86\x8d\x81\x4e\x3c\xb9\x50\x86\xf2\x8e\x24\xf0\xdb\xa2\x72\x2d\x67\x15\x6a\x1a\x82\x9e\x49\xf3\xea\x09\xf5\x54\xc5\xce\x64\x3e\xce\xe9\x88\xd9\x55\xf5\x09\xd1\xe6\xba\x30\x6d\xa0\x65\x26\xcd\x28\xd1\x3b\x64\x97\x52\x34\x69\x22\x39\x37\xdf\x5d\xb8\x94\x5a\x80\xca\x46\x7f\xcd\xe3\xbb\x9b\x3b\x8c\xee\x14\x08\xff\x86\x8f\x46\x1b\x62\x0b\x72\xb7\x7a\x4d\x38\x89\x42\x63\x51\x8d\xf3\xe9\x37\x48\xcc\xf6\xab\x94\x21\xd5\x65\x4d\x12\xbe\x01\xa6\x5c\x67\x58\xe5\x01\x43\x05\x06\x4e\x8a\xd3\xd1\xa1\x29\x91\x97\x49\xd9\x27\x26\x44\xd7\x47\xdd\x93\x4a\xfa\x31\xad\xe2\xca\x62\xe3\x52\x2f\x7e\x66\x8d\xad\xe9\x2f\x01\x92\x0b\x2e\x9c\xea\xd2\x47\x54\x77\x18\xd2\xd2\x10\xa1\xa4\x81\xfe\xd2\x5b\x06\xad\x35\xeb\xd5\xba\xe5\xf4\xb0\x50\xf8\xdf\xad\x9c\xf7\x27\x34\x13\xe2\x81\x93\x36\x49\x18\xeb\x76\x23\x40\xc5\xd6\x03\xaa\x5f\x94\xb3\x30\xdd\xbc\x03\xf2\x9d\x7d\x0c\xf4\xa0\x7d\xe2\x7b\xfc\xf6\x09\x59\x40\xf4\x45\xfc\xfe\x91\xbf\x74\xdb\xf9\x21\xab\x7d\x71\xff\x5d\xd3\x33\x75\xa0\xa7\xb2\xef\xcc\x5e\xae\x5e\xc9\x7b\xfe\xe3\x1b\x19\xf5\xc2\x3d\x65\x08\x69\x22\x8a\xaf\x5d\x83\x9e\x09\xb4\x79\xb6\x6a\xcd\x65\x6e\x9d\xcf\x18\xec\x93\x46\xf9\x2f\x63\x69\x56\x7e\xf3\x93\x9f\xdc\x13\xa1\x65\xb6\xe1\xbc\x68\x1b\x35\x55\x2e\x87\x9d\x79\xd5\x46\x9c\x28\xb5\x41\x79\x59\x93\x79\x52\x1a\x9c\xff\xa7\x87\x1a\x97\x0e\xef\x28\x91\x66\x04\xd4\x99\x1e\x67\x48\x50\x00\x3c\xd6\x96\x51\x95\x1d\xe5\x88\x09\x5c\x2f\x04\xdc\xe6\x1d\xe4\x86\xb0\x8a\x94\x5b\xc2\x2a\xed\xed\xc0\x6d\xc2\x9a\xcd\x7a\x88\x8d\x11\xcf\x4f\x1b\xbb\x12\x4a\xa6\xcf\x16\x97\x19\x99\xda\x1a\x8b\x1c\x5d\xee\xc1\xe1\xdb\xd3\xb4\x8c\x89\xde\xae\xbd\x47\xf3\x4c\x02\x26\x95\x55\x37\x13\xf4\xab\xa5\x93\xef\x26\xeb\x76\xe6\x95\xf8\x6c\xb4\x5c\x62\x1d\x61\x40\x6e\x2c\xc9\x1d\x89\xd2\xc1\xf0\x3e\xd7\xe8\xd3\x47\x1d\xeb\x05\x59\x6d\x6a\x25\xf7\x9c\x2d\x6c\x12\x46\x16\x84\x17\xf9\x72\xe2\x94\x3a\xc0\x8a\x46\xa3\x1d\x0a\xd4\x76\x85\xfe\x84\x07\xaa\x8a\x7a\x3c\x91\x82\x66\x9c\xeb\xd7\x4d\xd5\xc8\xd7\xea\xf9\x36\x69\xbe\x3e\xe5\x51\x3c\x1d\xd9\x1f\xcf\xaf\x12\xee\x56\x0c\xda\xb2\x96\xc2\x7f\x9a\xa1\x04\x2d\x5c\x93\x73\x53\xbd\x57\xaa\x05\x7b\xfa\xac\xbf\xff\x4a\xde\x50\x90\xda\x64\x03\x6f\xb1\xd1\xe5\x47\x2c\x10\x73\x79\xd3\xa9\xd2\xe3\xc7\x92\x99\x24\xbe\x16\x88\x1a\x71\x92\x71\xd8\x7a\x47\x0d\xfb\x5a\x8b\xab\xe0\xb3\xea\x66\x1b\x49\xf1\x6d\xcd\x1c\xe4\xd4\x9f\x70\xc4\x29\x40\xe5\xb7\xb4\x8a\xb4\xc5\x70\x23\x87\x1f\xab\x9a\x18\xac\xf0\x16\xd7\xb3\x86\x95\x02\x52\x71\x9c\x12\x67\x5b\x5e\x00\x9d\x90\x4f\x28\x19\xc9\x4e\x02\xd5\x51\xbf\xb7\xad\xf6\xcb\x5f\xb7\x35\x84\x68\x0d\x55\x22\x25\x65\x51\x5c\x24\xb4\x15\xaf\xbd\xdf\xb6\xba\xe2\x1a\x3c\x15\xd6\xde\x8e\x93\x7e\x59\x64\x95\x5d\x11\xeb\x31\x7b\x30\xd6\xe2\xa9\x46\x9f\xff\x65\x03\x5f\x43\xb4\x06\xff\xe6\x63\x5a\xe3\xad\x1e\x8f\xb5\x6c\x0e\xe4\x04\xcd\xbe\xc6\x4e\x99\xd9\xae\x38\x93\x13\x93\x8e\x42\x75\xc6\x25\x3d\x37\xbc\x44\xce\x60\x08\x3c\x91\x60\x54\x0f\x24\xf5\xb4\xb1\x70\x25\x82\x9e\x51\xb1\x05\x0f\xc2\x8f\x45\x62\x9a\xde\x97\xf2\x2f\xe9\xed\x14\x2b\x5d\x66\xaa\xdb\xd5\xec\x3a\x8f\xb9\x44\x48\xbb\x14\xc4\xae\x25\xbe\xab\x19\x39\xbe\x6a\x4a\xf3\x18\x33\x0f\xeb\xb9\xdb\x23\xe1\x5b\x72\x59\x93\xb9\x75\x5d\x93\x39\x05\xee\x50\x92\x3f\xc5\xe8\xac\xfb\x97\xf6\xbc\x93\x3c\xd7\x72\x42\xf9\x52\xcb\x0b\x65\xd3\xde\x84\x53\xb4\x2c\xe8\x12\xb1\xc9\xfa\x09\x66\x6a\x7a\xca\xf5\x66\xc6\xdf\xdb\x46\x41\x01\x4b\x99\x2d\x4c\xc8\xc9\x26\x0d\x34\xaa\xee\x68\xc5\x92\x67\x97\x77\xe8\xab\x6f\x60\x26\x0e\x36\x20\x6f\x79\x61\xe2\x82\x7d\xa1\x82\x8c\x76\xb3\xbe\x5e\x2d\xaa\x8d\x34\x86\x27\x6e\x2e\xdc\x60\xc8\x0f\x41\x39\x75\x49\xeb\xaf\xda\x27\x17\x6e\x3a\xcf\x3a\x4b\xcc\x33\x1b\x19\x2b\x61\x8b\xfe\xaa\x07\xa8\xd1\x33\x7c\xa7\xee\xb4\x54\x90\x7d\x81\x70\x1f\x3b\xc0\x64\x7e\xdc\x4f\x38\xf9\x96\x73\x7e\xcc\x32\x3d\x32\x2c\x67\x73\xc9\x44\x15\x66\x65\x8f\xa4\xde\xe3\x0f\xb4\x16\xfd\xad\x4b\xce\xb8\x1a\xd9\xa1\x4a\x24\x18\x17\x7d\x58\x7f\xb4\xcb\x2b\xb6\x59\xaa\xa0\x4a\x0c\x9e\x90\x2f\x54\xd4\x86\x5b\x38\x3c\x41\x3f\xaf\x50\xbd\xa3\x11\xe5\x47\x93\xb7\xbb\x55\xda\xb0\xda\x1c\xc8\xb6\x4d\x9c\xed\x81\xb1\x6c\xc8\x12\xb3\x39\x17\x0c\x5a\x5b\x1b\x18\xcf\x11\x30\x8d\x02\xe1\x55\x1c\x30\x40\x18\xde\x2e\x5e\xf7\x08\x0e\xe8\x9d\x5e\x1d\xa8\xd2\x60\x2a\x2f\x70\xeb\x19\x77\xbc\x6f\xc9\xe3\xa3\xb1\x0c\x45\xbf\xb3\x34\xb5\x79\x7a\x40\x59\xb0\x9a\x8a\xc3\x0b\x33\x1e\x9e\xd9\x1e\xbd\x10\x54\x94\x6b\xab\x12\x46\x6d\xc0\x9f\xad\x6f\xf8\x4c\xe4\x05\xe5\x0d\xb2\xfa\x88\xa2\x8e\x9b\x1f\x4f\xda\xfd\x8b\x27\xa9\xba\x62\xd5\x76\x85\xd9\x42\x73\xfb\x8b\x63\xf6\x74\xf1\x48\x12\x2a\x21\x8d\x6b\x97\xfd\x59\x14\xbb\x47\x72\x5a\xb8\xa6\x7d\x36\x22\x60\x71\xd1\x96\xe5\xbe\xb8\xed\x48\x03\xad\x83\x93\x22\xdc\xd0\x5f\xcf\x39\xc2\xb3\x51\x3d\x90\x99\x4e\xfa\xfc\x41\x72\x9a\x5b\x50\x38\x19\xbe\x90\x3e\x32\xec\x2c\x8d\x76\xdc\x13\x62\xa6\xf8\xad\x6a\xa4\x97\x07\xe8\x41\x79\x28\x02\x90\xaa\xf7\xe6\x28\x44\x18\x2c\xb8\x73\x55\x6c\xb5\x61\x15\x8b\x07\x99\x5c\xf5\x5c\x26\x57\xbf\x09\x6c\xdb\x77\xe6\x96\x1f\x71\xfc\x17\xb1\x50\xd0\x23\x21\xb5\x26\x75\xf1\x86\xf5\x58\x4f\xa7\xdc\x61\x53\xfb\x5a\xe8\x95\x79\x34\x50\x99\x4b\x0c\xfc\x4a\x69\x1a\xcf\x27\xc0\x07\x46\x4b\xa0\x26\x7e\x64\x20\xfb\xbd\x8e\x11\xda\x7b\x6c\x52\xe3\xa3\x34\x89\xe6\x82\xa2\x62\x96\x3b\x81\xab\x7b\x24\xeb\x3c\x70\xb0\x4b\xd4\x2c\x45\xf2\xc8\xdf\x0c\x27\x8f\x96\xb3\xd6\x0b\x62\x61\x67\xc2\x82\x53\x63\x87\xa0\xe2\xe3\x05\xbb\xeb\x17\x37\xbf\xbf\x04\xd5\x5a\xd1\xe3\x27\xe8\xcb\x04\x9b\x3c\x95\xb2\xc4\x75\x7e\x95\xb2\x22\x4a\x00\x5f\x74\xc5\x19\x6f\x45\x19\xf0\xde\x4a\x5e\xf8\x0a\xc8\x8e\x1a\x7e\x51\x6e\x58\x87\x3c\x0d\x62\x82\x49\x3c\xa0\x22\x00\x79\xa3\x4d\x92\xc7\x64\xcf\xe1\xc9\x2f\x5a\x7a\xcc\x06\x60\xc6\x34\x1b\x01\xbc\xca\x82\x63\x38\xa0\xdd\x1f\x66\xc9\x8a\x71\x1b\x05\xb3\x13\xa0\xc3\x0f\x28\x05\x92\xe6\xbd\x7b\x93\x7e\x6e\x37\x91\x3e\xb6\x20\x24\x44\x05\x89\x5a\xb9\x7f\x78\xba\x27\x9c\x95\xe4\x71\x00\xec\x48\xbf\xbe\x60\xe4\xce\x25\xba\xf1\x46\x2f\xf5\x41\x75\x97\x64\x6f\xbf\x07\x24\xb3\xee\x22\x33\x78\xf4\x15\xd2\x77\xf6\x3a\x0a\xd4\x5d\x40\xd8\xc5\x12\x8e\x20\x5a\x1e\xcd\xa1\xb4\x22\x94\x19\xba\xd5\xc6\x11\xe9\xe5\x4f\x2a\xd3\x14\xc3\xcd\x02\x68\x56\xe4\x9d\x79\x5f\x2f\xb8\x56\x0b\x75\x5d\x71\x95\x3c\x49\xea\x13\xac\x41\x75\x54\x50\x84\x0d\xfa\xeb\x91\x72\xe1\x23\xca\x1c\xf2\x27\x04\xce\x50\x8e\xc5\xc1\xa6\x25\x66\x1c\xe1\xe0\x06\x51\xb7\xac\xa6\x84\x4d\x66\xfe\x86\x98\x51\x2f\x1b\x2e\xce\xca\x70\x89\xd4\x58\xb6\x21\x5e\xfa\x7d\xb4\x78\x02\xb7\x2c\x8a\xf5\x82\x36\x2d\x78\xff\x3e\x81\xd1\xcf\x0d\xfb\x97\x47\xda\xf6\xe0\x91\x00\x46\x87\xdf\xb9\x20\x61\xcd\x42\xf2\x93\x63\xda\x6d\xf2\x1a\xe2\xa9\x3c\x62\x9c\x93\xf2\x40\xb8\x5c\xc7\x13\x54\xc6\x28\x23\x45\x7b\xed\x31\xc7\x0e\x7b\x42\xbc\x4e\x82\x6c\x34\xfb\xe5\x9e\x70\x5f\x0a\xfd\x14\x6f\x78\x0c\xb9\x9a\x3c\xc3\x16\x44\xdf\xa8\x3f\xa6\x7e\xf5\x13\xca\xe2\x88\x68\xed\x30\x67\xd2\x9a\x11\x1f\x21\xeb\xd4\x6b\x09\x4b\x17\xd9\xf4\x1b\x2e\x70\x27\x6d\xe0\xc2\x29\x84\x2d\xd6\x44\xed\x25\x71\xf2\xbc\x9c\x19\x4f\x91\xcf\xc7\xe7\x33\x67\xa4\x58\x8c\x14\xd9\x06\xbc\x08\xa9\x41\xbe\xd6\xe4\xee\xcb\xb1\xf0\x5f\x18\x5f\xb4\xff\x8b\x94\x05\xee\x37\xf1\xd1\x04\xb4\x85\xbc\xae\x09\xc6\x46\xdd\x11\x06\x65\xbc\xc1\xba\xef\xcf\x13\xf5\x9b\x06\x4e\x21\x04\x22\x2f\x52\xfc\x3a\x74\x87\xb6\x2d\xb8\x4f\xc5\x87\x11\xe9\x86\x17\xfc\x45\xe8\x8b\xa9\x64\x96\xbe\x84\x29\xc0\x9c\x7c\xcb\xd4\x97\x59\x6e\x1e\x06\x04\x93\xa0\x3b\x3e\x5d\xfd\xd6\x71\x3d\x70\x33\x69\xba\x7f\xed\xdd\xd0\x12\x72\x4a\xad\x84\x08\x6b\x87\xa7\x69\xfa\x21\x18\x47\xa7\x30\xdc\xbe\x50\xe4\xfa\x58\x48\x03\x49\xc0\xef\xfb\xba\xac\xc9\x74\xec\x89\x58\xef\xbe\xf0\xde\x59\xaf\x08\x74\x16\x89\x2e\x74\x8b\xd7\x3d\x31\x48\xd2\x6f\x06\x84\xed\xe6\xf2\xc7\xa9\xa0\x76\x0a\x0d\x66\x53\x73\x8c\x2b\xc1\x3d\xc9\xc9\x5a\x5e\x5d\xb7\x04\xf1\x11\x5d\x17\x09\x77\x26\xf7\xb5\x5c\x28\xc6\x2a\xc9\xcc\xc3\xbb\x45\x06\x00\xd8\x2b\x31\xeb\x63\x1b\x45\xea\xc1\xb2\x47\x16\xc5\x0a\x0e\x89\x09\xe5\x88\x78\x4d\x99\xac\x7f\xa8\xd6\xaf\xe7\x36\x0b\xfd\x93\xc5\x1c\xe0\xc8\xde\x88\x6d\x14\xe4\x51\x53\xee\xf7\x21\xc8\x1f\xd4\x2d\xbe\x11\xfe\x18\x05\xd5\xb6\xfc\x69\xcb\x47\x2a\x13\x66\xf7\xfa\x44\x09\xf7\x5d\x41\xeb\xd1\x1a\x9d\x4f\x75\xef\x9c\xec\x3a\x23\x45\xc3\xf9\x58\x21\x23\x61\x3f\x77\xca\x67\x29\x54\x77\x3c\xc1\xca\x3e\x60\x22\x1a\xac\xca\x58\xa8\x95\xb3\x65\x7d\xfb\xb0\x2a\x9c\xeb\x89\x30\x51\x7c\x2e\xdc\x4e\x25\x8a\xb5\x79\xd0\x54\x53\x9a\x64\xd5\xf4\x14\xd9\x90\x03\xe2\xcc\xbe\x3e\xc5\xd5\xa9\x6e\xd3\x24\xf8\xf9\x73\x0a\xd7\xbe\x8d\x6e\x40\x41\x51\xe3\x6c\xd0\xed\x2b\x65\xb1\xae\xa0\x2f\xf9\xf3\xa9\x44\xb1\x12\x2a\xa6\xd2\xff\x6e\xe7\x48\x33\x9b\x11\xf1\x86\x7f\x70\x0f\x0c\x28\x51\x5a\x30\xd2\xb8\x7e\xeb\x31\xe3\xd4\xc4\xfb\x57\xd6\x6a\x37\xbf\xb5\x6b\x1a\xbb\x1c\x94\x1e\xfd\xba\x83\xda\xd5\xac\xad\x65\xbe\xad\x23\x49\xc5\x01\x63\x52\xfa\xe7\xb5\xbe\xa8\x29\xc9\xfa\x99\x28\xc6\xcf\x03\xc4\x4e\x59\x89\xe0\x3d\xcf\x76\x4b\x2e\x2f\x1a\xa6\xa1\x96\x54\xaa\x9c\xb2\x77\xe2\x14\x27\x1e\xed\xa5\x1e\x44\xfa\xc4\x7e\xee\x2c\x67\x9f\xe8\xde\xd4\x7f\x9e\x5d\x4b\x9a\xbb\x67\x29\x5c\x7d\x6f\xcf\xd8\x38\x38\xeb\x01\x08\x6a\xb8\xca\xed\x5d\x31\x27\x31\xf5\x8e\x00\xe4\xe3\xba\x5b\x42\x50\x27\x87\xd7\x13\x29\xc3\x4e\x43\x51\xe3\x89\x3a\xa1\x34\x3e\xae\x5d\xa4\x3e\xa2\xde\xeb\x97\xc2\x01\xb1\x95\x8b\x1b\x58\x0d\x81\x70\x7d\x3a\x64\xcb\x13\x67\xe7\x1e\x2f\x20\xd5\x5e\xc9\x13\x23\xbe\xf2\x11\x31\x95\xe3\x99\x34\xf7\x79\x89\x96\x11\x5e\x98\xb0\xb7\x1a\x05\x63\x62\x0d\xdd\x28\xaa\x33\x92\x33\x3b\xc7\xd0\x75\xd5\x54\x97\x3a\x4b\xfd\x5a\x6e\xc0\x6d\x46\x46\x3a\xb6\xc9\xfc\xc6\x66\x17\x60\x87\x1a\x51\x18\x50\x7c\x35\xe1\xee\x6e\x0d\xaf\x51\x1f\x3b\x8d\x5c\x32\x8e\x01\x2c\xd9\xc3\xf9\xc2\xe9\x38\xee\x2d\x26\xc1\x35\xb2\x48\xcd\xca\xfb\x8f\x55\x77\x54\xcf\x27\x77\x28\x32\x55\x54\xbb\xc1\xae\x22\xa7\xb8\x99\xc0\x11\xfc\xd6\x69\x70\x36\xed\x97\xb0\xd4\xc2\xd9\xe2\x67\xdc\x23\xb5\x85\x4a\x8a\xe3\x3e\xfd\x9f\x90\xf1\x63\xaa\xe7\x1b\xa0\xe6\x77\x48\x42\x96\x58\x60\x28\xa1\x4f\xd9\x2e\x6e\x26\xf2\xae\x00\x6a\x2e\x81\xea\x7c\xdb\xaf\xd9\xa4\x56\x90\x2a\x31\xc5\xb8\x06\x14\xd1\x8c\x19\x23\x24\x9b\x48\x25\x4a\xef\x2b\x7f\x88\x9a\xb6\x3d\x08\x8d\xab\x0f\x23\x78\xc8\x0a\x43\xef\x48\x3d\xfa\x5a\x51\xd3\x51\x93\x21\xbc\x98\x93\xb7\x77\xc1\x9e\x32\xa8\x12\xfa\x5d\x54\xcf\x11\x29\x32\x6f\x73\x78\x46\x1e\xc6\x96\xea\x26\x02\x26\x33\x09\xb1\x6d\x23\xbd\x45\x2d\xd4\x12\x79\x2e\xe4\x0e\xd0\xaf\xd0\x9a\x41\xd4\x2d\xe4\xa1\x91\xa6\x83\xab\x6e\x9d\xe5\x4d\x01\x76\xe6\x9f\x7c\x45\xef\x93\x80\xe6\x98\xb8\x2c\xcf\x27\x10\x08\x97\xe0\xbc\xc1\xca\xe8\xd1\x38\x13\xb5\xb5\x58\xc8\xc6\x89\xb3\xaf\x08\xf3\xd8\x7f\xbd\x82\x11\x38\x70\xfe\x99\xcd\x95\xa1\x29\xa1\xb9\x1e\xe0\x31\xe3\x24\x0b\x4a\xff\x84\xa1\x58\xe2\xbf\xb3\x8c\x4f\xdc\x13\xfe\x4c\x96\x95\xe8\x3f\x94\x7d\xf1\x24\x30\x58\x40\x06\x8b\xe6\x5c\xff\x7e\x4a\x20\xee\x6d\x16\xab\x4f\x46\xdc\x7b\x96\x33\x01\xc4\x4d\x3c\xaf\xc3\x92\xba\x30\x1d\xd0\x13\x8a\x29\xe9\x53\xb3\xb8\xe0\x82\x69\x97\x78\x4b\x9d\x23\x67\xc2\xcd\xf8\x3e\xa8\xbc\xbd\x33\xda\x89\x03\x3d\x85\x12\xc5\xb1\x59\x7f\x3f\x83\xf4\xac\xb2\xc7\x50\xbf\xc5\x8a\xf3\x13\xf6\x47\x07\x80\x5c\xf0\x96\xf6\xaa\xfc\xe1\xa9\xde\xc0\x9d\x31\x7a\x1f\x93\x2e\x52\x80\xeb\x66\x86\x02\x96\x47\x40\x8e\x31\x02\xcf\x64\xa9\x9f\x11\xbc\x30\xd1\xe2\x8f\x61\x5e\xc1\xa9\x72\x9e\x68\xc1\xee\x5d\xe4\x05\x38\x11\xa1\x19\xa6\x83\x9e\xb5\xde\xcb\xac\x2a\x01\x63\x11\x8b\x8b\x9c\xc9\x2a\x22\x96\x8b\x0e\xb4\x88\x16\x0a\x3d\xf6\x0b\x4e\xca\xec\x10\x2d\xc7\x54\x1d\x14\xc9\x8a\xc6\x26\x9b\xd7\x43\xd8\x39\xee\x41\x26\x56\x36\xed\x42\x9e\x43\x2d\xf6\xe5\xd5\xc9\x53\x64\x68\x74\x5b\xc8\xb5\x7d\xbb\x70\x7a\x81\xa9\x72\x3d\x01\x5d\x25\x2c\xa1\x18\x9e\xa8\x0e\x12\x07\xab\xc6\xe8\x25\x95\x5a\x8a\xf5\x1a\x8b\x91\x1c\x03\xab\xad\xc6\xc0\x9c\x86\xd8\x91\xdc\x20\xde\x41\xf2\x4c\x59\xd7\xcc\x32\xcf\xcf\x94\xd5\x92\xdd\x77\x7d\xe1\x1d\x54\x0d\xee\xeb\x3b\x9a\xdb\x5f\x3b\xba\xc3\x7f\x29\xd5\x94\x01\x46\x70\x44\x0e\x63\x51\x85\xc0\xf5\x8b\x78\xe1\x26\x77\xe0\xb2\xad\x31\x0c\xe1\x8e\x23\x11\xf3\x02\x6b\x3d\xd5\x9e\x2f\xd4\x91\x49\xc5\x3a\xb5\x1c\x6e\x6d\xc8\x4e\x4b\x0c\x2e\x9b\x60\x1e\xec\xc5\xf2\x56\x52\x52\x09\xf6\xb1\x40\xeb\xa0\x86\xdc\xb5\xfb\xcb\xc1\x5e\x37\xdb\xf1\x86\xb3\x6d\xc1\xd9\xce\x1e\xe2\x31\xe9\xb2\xe1\x73\xa6\x46\xc1\xd1\xce\xbb\x63\x93\x4c\x37\x84\xde\x4f\xb4\x58\x9e\x62\x2d\x8e\x43\xca\x41\xeb\x0b\xf1\xb4\x20\x9f\xe6\x10\x69\x3f\xbd\x13\x78\xc2\x4e\xac\x3a\x2d\x39\xed\xe6\xf0\x06\xbb\x83\x2d\xd0\x05\x05\x7b\xfd\x16\xc9\x75\x65\xe7\x7c\x30\xf1\x8e\x7c\x8e\x10\x2c\x9c\xfb\xf3\xbc\x84\x3f\x72\xad\x57\x7e\x6f\x0c\xf5\x7c\x45\x55\x1a\x0f\x73\xae\x43\x6b\x51\x11\xc1\xcb\xac\xe0\x5f\x98\xa2\xf4\xe6\x9b\xfc\x97\x83\x0a\x85\xf9\x5c\x77\xdb\x80\x97\xa7\x39\x51\x85\xbe\x9a\xe0\x52\xeb\xbb\xd0\x57\x86\x64\x8d\x56\x80\x7f\xa1\xf2\x10\x4f\xb8\x48\x4f\x8c\x36\xf4\x82\x5b\xd9\x2d\x7b\x62\x21\xdf\xf4\xb8\x74\x6b\x01\x77\x3e\x14\xe2\x61\xf1\x42\x50\x5d\x6c\x6a\xae\x81\x40\x77\x6f\xfa\x39\x05\x60\x26\xf7\x4d\xd1\xb8\x3e\x10\xdb\xc0\x07\xde\x6b\x0d\x7a\xa3\x97\x8d\xe1\x1e\xa3\x08\xeb\x7d\x9a\xd8\xe0\x0b\xff\xf1\xa1\x78\xc6\xb4\x8b\x08\x81\x69\x3d\x10\x1e\xed\xb1\x74\xb5\x89\x24\x9d\x1b\x54\x14\x80\x11\xbd\x60\x5c\x50\x5f\x4c\xc9\xa4\x5f\x7a\x22\xbd\x12\x2d\x42\x77\x8d\xed\x1c\x25\x18\x3d\xe8\x07\xea\x29\x97\x7e\x3a\x22\x37\xbf\xff\x49\x8e\xd9\x19\x01\xb0\xf6\x96\xc0\x79\x0e\x66\x94\x70\xf0\xd8\xc6\x06\x11\x59\x98\x40\x69\xdd\xe8\x50\xf8\x4d\x49\x16\x82\x37\x1d\x21\x25\xba\x01\xcd\xa4\x49\xb9\x2c\xfd\xec\x97\x3e\xc7\x0a\x72\xb4\x6c\x50\xca\x90\xa5\x2c\x46\x3e\x3f\x86\x3f\xdd\xfb\xd3\x6f\x10\x2f\xbc\x53\x47\x6c\x54\xbd\xd4\xa0\xde\x44\x4d\x56\x73\x68\xec\x44\x38\x25\x34\xe9\xd2\x1b\xd2\xbe\x7b\xd5\x37\x18\x1a\x33\x5a\xd9\xfe\x06\x05\x4d\xe1\xb4\x95\x2a\x54\x9e\x88\x1f\x00\x3d\x9d\x1a\x94\x9c\x4e\x41\x57\xb3\xab\x46\x9d\xa4\x09\x58\x16\x7b\xc3\xd1\xca\xb4\x65\xca\x4c\x94\xa3\x1b\xa8\xe7\xae\x50\x2f\x87\x87\xcc\xd1\x4c\x6c\x20\x26\xe9\x69\xc4\xb0\x5d\x17\x0b\x93\xb9\x0a\xad\x2b\x6e\x16\x83\xb0\x76\x21\xc4\x02\xb7\x36\xa6\xf9\x4c\x9e\xf8\xa5\xcf\x9c\xc8\x90\x34\xb3\x8b\x7d\x11\x6c\xb0\xf9\x32\xc9\x44\x78\x6a\xe9\xa9\xb2\x57\x2e\xc3\xa5\xf1\x9b\x54\xd7\x90\xd8\xb3\x0b\xe3\x11\xe8\xa7\xd6\x5a\x52\x4b\x8d\x99\xb3\x60\x4a\xf1\xe5\x83\xd6\xeb\x37\x52\x9b\x06\x9f\xa2\xc5\x96\x35\xd7\x61\x16\x8a\x63\xd4\x4a\x4e\xab\xc5\x04\x04\x0e\xac\x9b\x70\xd2\x99\x86\x3f\xb0\x80\xfd\x32\x00\x70\xa5\x9e\xbb\xd9\x8b\x2a\x5b\x72\x84\x86\x0e\x04\xc2\x75\xce\x44\xf1\xec\xdc\x5b\xac\x9d\xb6\x8f\xce\x9f\x06\x2a\x10\xea\xee\x88\xc8\xc7\x49\xd6\xdd\x3f\xf5\x85\x3f\xae\x6b\x49\xae\xb0\x25\x2c\xca\xfb\x2a\x58\x08\xfa\x78\xd0\xe0\x93\xb0\x2e\xcf\x09\x8b\xc3\xb3\x2a\xd7\xa4\x50\x0f\x8c\xa6\x14\xae\x1f\xb4\x11\x10\xa9\x0e\xbc\x88\x9c\x35\xd5\x74\xca\x03\xf1\xf5\xbd\x6d\x3a\xe9\xd0\xf7\x84\x97\xc8\x86\xf5\xd7\x91\x21\x86\x27\x69\x33\x6b\x25\x03\xd8\xf0\x77\x3a\x92\xad\xb8\x90\x16\x6b\x07\x9c\x1e\x50\x62\xe1\x46\xbb\xf1\x82\xd1\x48\xf6\x1c\x99\x1f\x37\x28\xf6\x74\x52\x8d\x3a\x3a\xd2\x39\xa5\x64\x81\xea\x7d\x76\x5b\x8e\x45\x70\x53\x9a\x67\xaf\xb6\x56\xa2\xe2\x56\xa5\x16\x0e\xbe\xb6\x7e\xb8\xaa\x27\x1d\x64\xe6\x30\xa0\xf9\x4e\xf8\xa2\xff\x6c\x59\x8c\x48\xd4\x37\xdf\x2a\x94\x99\x98\x5d\x0f\xb4\x83\x6a\xd7\xa0\xdb\xb8\xdd\xe6\x36\x97\xe6\xda\x2f\xec\x40\xf5\x09\x4b\xae\xaf\x74\xa9\xeb\x8f\xc7\x30\x54\x54\x63\x8b\x0a\xef\x37\x58\xb7\xca\x96\x7b\xce\x45\x60\x22\x7b\xcf\xe0\x41\x57\x50\xad\x5e\xc7\x67\xef\x83\xe7\x2a\x9c\xda\x26\xac\x40\x8c\x67\x50\xf4\xc1\x92\x9d\x77\x96\x79\xc2\x03\xbe\x7d\xc8\x84\xaf\xc3\x13\xe5\x9a\xed\xb1\xb2\x67\x2a\x38\xb3\x4b\x42\x94\xfb\xc2\x7d\xd5\x42\xc6\x11\x6b\xb8\xad\x3e\x36\x20\x47\xa3\xd2\x3b\xb5\x93\x4b\x80\xf4\x0c\xd0\xff\x61\xf2\xae\x35\xc2\x05\x72\xf6\xee\x0c\x08\xde\x0f\x28\xc5\x17\xe8\x12\x97\x5b\x32\x7c\xd5\x0a\x8d\xc4\x70\xe9\xa8\xf7\x64\x9d\xfd\xfe\x29\x6e\xfd\x6f\x10\x9a\xf6\xc0\xd6\x76\x47\x28\x11\xcc\x22\x67\x0e\x69\xbd\xa2\x5e\xc7\x06\xc9\xb1\xf3\x72\x2c\xdc\x85\x2a\x61\x69\x7f\x90\x92\xd9\x03\x79\x83\x7c\x28\x1c\xca\x58\x95\x88\xcb\xc9\xbf\xd0\xa1\xa3\xe2\xb2\x65\x9e\x29\xed\x33\x14\xce\x15\x66\xa6\xdb\x26\xc0\x30\xb5\x72\xaf\x66\x54\xe9\x0c\x51\x5e\x6f\x62\xe6\x2e\x51\x23\xb1\x41\x3a\xd3\x87\xa7\x55\x9f\x95\x53\x7a\xa3\x41\xde\x73\x1e\x90\x30\xb9\x22\x22\xa8\x2f\xd4\x55\x86\x2c\xe3\x19\x2b\x4b\x21\x4d\x56\xdd\x34\x3e\x28\x06\x3a\xe7\x32\xfe\x39\x49\x59\xe7\xd1\xe2\x54\x94\x2d\x8a\x5c\xbf\x4c\x1d\x19\x6b\xa8\x11\x23\xd3\x12\x78\xf2\x4a\x02\x35\x0a\xbb\xbd\xf8\xba\xe0\xde\x40\x3f\x13\x34\x2f\xc7\x61\x39\xa5\xa2\xdd\xbd\x97\x23\xad\xa8\xae\x01\xae\xfb\x30\xe5\xd2\xf5\xe6\xca\xf9\xab\x68\xa6\xc0\x04\x5e\x0e\x3a\xce\x60\x4d\xd9\x4a\xf1\xf9\x96\x6a\xcb\x51\xe1\x16\x6f\x7d\x2a\x52\x3c\xd1\x7c\xf6\x12\xf7\x5f\x35\x3f\xe1\x55\xc0\x15\xfe\xf9\x34\x24\x4b\x6e\x17\x79\xce\xc8\x39\x43\xc8\xd1\xaf\xe7\x13\xe8\x3b\xf9\x5c\xfb\x8b\x01\x4f\xb4\x92\x61\x5c\x9a\xc5\x89\xa9\x3e\x0b\xf7\x9f\x1f\xc9\xdb\x86\x90\xe8\xd0\xcc\xfd\xdf\x89\x14\xc4\xdb\xa5\x88\xe8\x5d\x71\xec\x37\xb8\x80\x31\x7d\x88\x00\x9b\x69\x74\x94\x25\xe7\xc4\x77\xe1\x05\x07\xa6\xda\x3a\xe3\x6f\x3c\x06\x1f\x93\x25\x41\x5f\x5b\x38\xce\x53\x48\x2d\xe4\xd9\x36\x35\x89\xae\xf0\x16\xf2\x80\xaa\xcd\x23\x81\x5d\x4c\x48\x2e\x74\x9c\x53\x7a\x30\xa4\xd2\x9d\x02\x27\x42\x0d\x36\xd9\x9e\x29\x2e\x29\x43\xfd\xa0\x98\xfc\x3c\xa8\x2d\x48\x05\x56\x4f\x75\x44\x47\xe8\x00\x3c\x4b\x6b\xdc\x58\x42\x41\x73\x5d\xda\xf8\xc0\x4d\xa2\xe3\x54\xaf\x0d\x66\xd6\xd0\xbf\x29\x0a\xee\xe7\x9f\x3a\xd9\x31\x73\x24\x82\x1f\xa7\x04\xf8\xf6\x2c\x25\x0e\x72\xff\xfa\xe3\xb8\x96\x16\xf9\x8f\x14\x89\xa0\x23\x69\x42\xa8\xbb\x1d\xa4\x4c\x2f\x21\x0c\x96\x78\x42\xab\xbe\x37\x9d\x1a\xa1\x44\x12\xb6\x4b\xb1\x1f\x65\xb1\x93\xde\xae\xf2\x26\x4e\x76\x82\x3f\x96\x66\x56\x99\x29\x08\xd1\xdf\xa6\xea\x3e\x3d\xda\xe1\x58\xd5\x47\x32\x73\x6e\x73\xc6\xce\xf5\x1e\xc0\x62\xb3\xdf\x7e\xa7\x88\x1f\xde\x7e\x81\xe1\xf5\x96\xf8\x3b\x00\x9b\x8a\x4a\xfe\x87\xdb\x80\xf3\x6b\xfe\x70\x61\x73\x70\x99\x84\x7e\x09\x8a\x95\xaf\xbb\x82\x60\x8d\x85\x20\xc0\x1c\xaa\x21\x75\xc4\x82\xc4\xc5\xff\x99\xe0\x0a\x1f\x89\x23\xee\xff\x1b\xe9\xe5\x0a\xf1\x50\x56\x60\xa8\xec\x8a\x7f\x2e\x68\x5c\x4b\x15\x96\x9c\xf3\x62\x96\xdc\x3f\x14\x6c\x3e\x13\x51\x6a\x4d\x91\xfc\x24\x8c\x71\x4d\x11\x79\x9a\x0e\x4b\x26\xc6\xee\x0b\x31\x5c\x8f\x54\x51\x2a\x4c\xa8\x4c\xb2\x3c\x10\x5e\xc7\x61\x62\xd6\xe1\x0a\xf3\xc6\x2f\x51\x7b\xbd\x1d\xe5\x79\xeb\xe9\xf3\x4a\xbe\x1b\x36\x23\x87\x3c\xb7\xfb\x95\x4f\xaa\xda\x98\x4f\xe0\x08\x25\x2b\xff\x0d\x54\x94\x2e\x90\x97\x2c\x50\x7a\x31\x32\x3c\xd6\x93\xe8\xf1\xb2\x3b\xbc\x12\xfb\xb6\x62\x4f\x31\x23\xaa\x35\x5f\xa9\x7f\x06\x8e\x24\xa9\xc9\xf2\x50\x9b\x14\x2d\xb2\x64\x08\x98\x41\xbc\x2d\x49\x59\xe8\xaf\xde\x49\xb9\xa3\x56\x09\xba\x45\xac\x65\x76\x6a\x28\xd4\x58\x5d\xad\xd9\x0e\x62\x61\x7a\xfc\xbf\xf9\x75\xf4\xa5\x7d\xa1\x3e\xcd\x95\xbc\x9e\xdd\x7b\x96\x72\xf6\x85\x22\x8b\xaf\x2d\xf6\x7a\xdb\x17\xe6\xbc\x7f\xbb\x16\x35\xbe\x88\x2e\x92\x8a\x2b\x3e\x36\xb0\x0f\x68\x08\x7b\x42\x6d\x24\x57\x39\xc7\x35\xfd\x01\x15\xc1\x5b\x88\x8a\xc3\x24\xd8\x35\x10\xdc\xec\x8a\x32\x93\xb3\xe3\x87\x2e\xab\x15\x3d\xe1\xce\x9c\x0a\x8b\x8f\x23\xb3\x01\x70\x7e\x45\x6a\xf9\x1b\xd6\x43\x55\xfe\x12\xde\x82\xb1\x3f\xc6\xb4\xcd\x58\xa0\x14\x09\x29\x17\x2e\x1e\x41\xa8\xbd\x5b\x45\x79\xb4\xb8\xcb\xe7\x09\x9a\x14\x41\xf6\x5e\xd0\x92\x21\x6e\xf6\xb7\x54\x08\x31\x33\x75\x5b\x55\x0c\xa5\x44\x5a\x8d\xd2\x22\x2a\x74\x4b\x22\x13\xe3\x47\x0e\xe2\x5c\x0a\xff\x22\xf7\xbb\x1c\xe0\x19\xa9\xc0\x1c\x3e\xb3\x6d\x08\x33\xe8\x6a\x1e\xfb\x7c\x83\x12\xb0\x64\xe6\xf4\x21\x07\xe4\x56\x9b\xa9\x5d\x8b\x6d\x00\x1f\xa5\xaf\x04\x12\x94\x22\x19\xc4\xda\xd2\xdd\xb3\x8a\x38\xfb\xce\xbf\xee\xf9\x82\x20\xce\x0d\xcc\xa0\x13\xdc\x73\x6a\x5b\x2a\xe6\x68\xda\x29\xf0\x95\xf8\x00\xe6\x56\xaa\x14\x46\x42\x55\xd4\x91\x93\xc6\x8e\x14\xed\xec\xa3\x8a\xf2\x3f\xc8\x02\x8b\x6b\x8a\xb2\x7b\x40\xaa\x78\x23\x76\xc6\x18\xd2\x52\xb4\x4d\x16\x84\xfb\xc0\xd3\x33\xcf\x89\x52\xc0\x6a\x88\x15\x40\x0b\x8f\x6c\xeb\x42\x41\xc7\x25\x03\x42\x2e\xc4\xb1\x5b\xb1\x5d\x72\x12\x91\x21\x66\xb8\xb4\xb8\x4c\x9d\x91\x17\xe3\xc9\x1d\xd1\xc9\xd1\xbb\x37\x15\x07\xce\x26\x77\x54\xc6\xdf\xe4\x49\xca\xa4\x04\x25\xf8\x08\x9a\x4e\x59\x01\xdc\xed\x4e\x1c\xb1\x50\xbe\xac\x73\xe1\xbd\x4b\x94\x37\xda\x1b\x5f\xe4\xf5\xfd\x94\x06\x1d\x81\x80\x67\x53\xe7\xd7\xf4\x84\x0a\x1b\x8c\x27\x3f\xa5\x19\xf3\xd1\xb1\x69\xf7\x19\x9a\x17\x68\x5c\x54\xf9\x28\x85\x4f\x9b\xd1\xad\x68\x32\x1f\x9b\x5e\xa8\xa4\xac\x1c\xe8\xb6\xb8\xd3\xd6\x8f\x72\x3b\xd2\x10\x03\xeb\xa6\x8d\x2c\x5b\xd0\x3c\x8a\x0f\x17\x28\x62\x95\x4f\xb2\x4a\xd4\x08\x05\x05\xed\x8b\x2a\x4f\x94\xf0\x9d\x0e\xb7\x5d\xba\x50\xcd\xd1\x96\x66\xcd\x49\x32\xb9\x08\x0b\xa9\x85\x3a\x7d\xa4\x57\x0d\x84\x18\x58\x17\xe7\x87\x30\x7b\x13\x6e\x62\xae\x3b\x03\xdb\x7c\x48\xea\xdf\x4c\x5e\xd8\xa2\xb6\x29\x37\x24\xda\x32\xe6\xf1\x8e\xe0\xa5\x83\x67\x7b\x50\x0e\xc4\xed\xfb\x04\x5c\x4a\xfd\xcb\x4c\xfd\x36\xad\x4a\xb7\x2c\x80\x07\x06\xd8\x99\x52\x12\x9b\x8c\x8b\xa6\x75\x1d\x62\xa3\x61\x28\xad\x29\xe7\x23\x60\x90\x44\xb8\xd3\xfa\xa2\x47\x10\x01\x17\xd9\x66\xeb\xf5\x82\xd4\xe5\xde\x88\xb0\xa9\xd4\x46\x1e\xf8\x04\x6c\x7f\xf5\x00\x7e\xb8\x70\xf9\x50\x5e\x4a\x31\x7c\x21\x42\xa7\x2d\x13\x53\x6f\xf5\x64\x52\xaf\xbb\x3b\xf3\x4b\x2b\xaf\x49\xe3\x97\x59\xe4\xd5\x4d\x81\x70\x42\x78\xa8\x9f\xc7\x73\x0e\xc9\xba\x12\x65\x13\x45\x59\x90\x11\x3c\x5b\xbc\x12\xd6\xff\x60\x4c\x65\x09\xc1\x91\xb6\xce\x09\x65\xbd\xa9\x83\x22\xd4\x2f\x02\xfe\xfc\xa6\xcf\x3a\x92\x33\x16\xcf\x5a\xd6\x7f\x68\xe3\xaf\x02\x4b\x7b\xc6\x2b\xef\x42\xfe\x6b\x8f\x22\x6d\x41\x15\xaa\xdb\x1d\xae\xf1\xad\xdb\xf2\x50\x44\x14\x2e\xff\x3e\xd5\xd2\x75\x4f\x25\x24\xec\x8f\x9a\x57\x95\xc1\xaa\x77\x11\xf8\x89\x13\xda\x17\x62\x43\x53\x30\x81\xde\x9a\x63\x22\xd0\xa6\x20\xa0\xef\x7d\x38\xfe\xb7\xcc\x52\xc1\x97\x82\xa6\x42\x50\xc4\xa4\xf0\xe0\xc8\x94\x52\x27\xb2\x8a\xcf\xe2\x5b\xb4\xea\xb7\x5a\x61\xf2\x92\x1b\x92\x29\x67\xea\x99\x61\x7d\xa7\xb7\x9f\x03\xc9\xf3\xd4\x76\xae\x05\xcb\x1e\xa2\xf7\xeb\x60\x6b\xd9\x1c\xba\x28\x92\x6c\xca\x06\x0d\xf3\xcd\xfd\xe5\x89\x04\xc9\xa8\x57\x50\x07\x36\x14\x50\xf2\x1e\x6a\x5c\x3e\xab\x47\xd0\x92\xad\x0f\x3c\xf8\x82\x98\x27\xee\xe9\xd7\xef\xcb\x6f\x7a\xc1\x8c\x99\x2a\x83\x91\x53\x83\xd3\x02\x46\xee\xe4\xf4\x83\x6b\x41\xad\x94\x49\x4c\x64\xe2\xa7\xd6\x2a\xbb\x29\xc5\x2a\x24\x25\x71\x02\x73\x20\xbe\x10\x4e\x84\xbb\x51\x67\xbc\x24\x75\x83\xdc\x36\x98\x22\x23\x59\x31\x1e\x43\xfa\xc8\xde\x42\x9a\x54\x3c\x3d\x2c\xb1\x56\x0c\x4b\x18\x8c\xb7\x1d\x5f\x49\x0f\xd8\xc2\x09\x5b\x65\x35\x71\x01\xb0\x92\xfe\x94\x52\x62\x86\x44\xad\x79\xcf\xb8\xad\x4c\x4d\xa1\x9c\x51\xcb\x29\xce\x3e\xad\x1c\xc4\x54\x31\xf2\x2f\x1e\xc1\xb4\x45\x7b\x8c\x4f\x9b\xe0\x36\xbc\x95\x43\xe2\xb3\x3b\xcc\x5c\xad\x63\xae\xa5\xad\x3d\xc2\x7d\x3b\x7b\xce\x17\x96\x8f\x00\x65\x91\x77\x93\xe9\x7d\xa2\x84\x72\x2a\x6d\xea\xae\x1c\xeb\x06\xb8\x2d\x2e\x95\x86\x52\x6d\xb9\x2b\xdc\x4f\xe4\xd8\x05\xcb\x37\xc8\xcf\x5b\x24\x98\x22\xf6\xa2\x97\x4b\x67\x80\x5c\x1b\xdb\xd1\x4b\x0b\x25\x8b\xbb\x29\x7b\xdf\xb2\x73\x23\x29\xbc\x55\xee\xb6\x15\xf6\xd8\xe2\x7d\xc5\x83\xe2\x2b\x41\x79\x48\x47\x46\x99\x8f\x6c\x0c\x56\xec\x62\xe1\x3c\x83\xaf\xcf\x6f\xd3\xf7\x99\xa9\x5f\xdf\x47\x7d\xe6\x68\x66\x12\x53\x4f\x1f\x8b\xf0\xa5\xcd\x45\xd9\x5c\xed\x5d\xc0\xb4\x15\x5f\x07\x2e\xf1\xdd\x92\xa3\x5d\x35\xe5\xe4\x03\xb8\x75\xc4\xf8\x7f\x29\x78\x21\xa3\x11\xa5\x23\xae\x64\xfd\x2e\xad\xde\xef\x82\x3b\x53\x77\xcd\xbb\x57\x26\x21\xda\x7d\xa9\x57\xd3\xfc\x07\xef\x61\x7b\xc9\x15\x5c\x54\x26\x6c\x41\xa2\xbc\x07\x61\xf9\xa0\x39\x05\x72\xcd\x54\xaf\xef\x01\xc9\xe9\x6e\xb0\x05\x4e\xc4\xd7\x8a\x03\x77\x47\xac\x1b\x6f\x43\x99\xb3\xaa\x29\xd7\x10\x14\x5e\x52\xe2\x08\x1a\x62\x5b\x13\xf6\x5a\x96\xfb\x7a\xe5\x4e\xfb\x85\xd8\x01\xc8\xc6\xf4\xce\xe0\x1f\x90\x45\x3f\x3e\xe6\xca\x4d\x37\x5d\x8e\x6c\xff\xb1\x77\x7d\xea\xdd\xe3\xff\xa2\x77\xee\xcf\xde\xf5\x85\xff\xa9\x75\xa8\xee\xb1\x97\xed\x19\x9b\xa3\xca\x21\xc7\x5e\x00\xb6\xd6\x3b\xcf\xf2\x52\xde\xe0\x5d\x4c\x2d\xa7\xd0\xad\x0e\xbc\x75\x13\xca\xe3\x54\x33\x95\x30\xe5\xd5\x7a\x56\xe8\xd5\x86\xe1\xf5\xfa\xfa\x1a\x46\xc1\x49\xf5\x46\xe6\x3e\x26\xd2\x50\xb9\xbe\x2f\xdc\x10\x09\x7f\x23\x27\x2d\x26\xd1\x50\x42\xbd\x77\x33\x3e\x8d\x31\xed\x20\xbe\x63\xcd\x65\x41\xb4\xd3\xd6\x18\x0b\x71\x94\xc6\x1f\xbf\xae\x92\xb9\xa2\x4e\x6a\xc3\xec\x36\xfa\x88\x9e\xdd\x3e\xf6\x14\x3e\xaa\x6f\x1c\x8a\xa5\x67\x2b\x30\x75\x1a\x0b\x02\xcf\xbb\x36\x23\xd6\x36\x23\x30\x6c\x70\x22\xd8\xcf\x1d\xca\x19\x7a\x32\x94\x05\xfa\x00\xf2\x9d\x0e\xd5\xec\x9e\x40\xf8\x33\x55\x29\x3a\xe1\x39\x49\xef\x1d\x62\x8c\xf2\xea\x3c\x9b\x49\xff\x25\xd7\x64\x32\x34\xd2\x1e\x15\x67\xcc\x73\x81\xb5\x54\x6c\x2c\x2a\xb4\xe3\x5b\x72\x8e\x44\x3d\xb6\x1e\x17\x5a\x19\x52\xdf\xa6\xb8\x85\xe5\xc6\x48\x5a\x54\xa7\xb2\x91\x16\x14\x8e\x00\x41\x12\x11\xcd\xbf\xcd\x6d\x81\x5e\x5a\xe6\xbe\xb3\xed\x30\xcd\x74\x05\x29\x08\xa3\x2f\xca\xea\xba\xdd\xd8\xf4\x61\x2f\x72\xcd\x31\xb2\xd1\x97\xbe\xd0\x23\x37\xa6\x58\xc9\x31\xb9\xe6\xfd\xf6\xa7\xd6\x07\xef\x29\x15\x55\x09\x82\x8c\x72\x4e\x50\x79\x82\x2d\xbd\xdc\x60\x09\x1c\x0e\x7f\xd5\x56\x19\x99\xe5\x49\xe6\x0f\x53\x86\x64\x1b\x08\x00\x80\x7a\x49\x0f\xcf\xc9\x74\x57\x2f\x13\x8c\x3d\x1f\x77\xef\x77\x0c\xdc\xd1\xe2\xf7\x9e\xa1\xfb\xd3\x4f\xa8\x39\xcd\x16\xfa\x50\x33\xe3\x92\xa0\xbf\x93\xaf\xf2\x97\x36\xc6\xea\x2c\x6f\x0b\xc3\xe3\x77\x31\xd8\xea\x6e\x8b\x5d\x83\x1d\xa2\xc9\x0b\x76\x4e\x14\xd4\xca\x03\x3f\xda\x06\xbe\xca\xec\x2b\xf7\x59\xa6\xc4\x51\xf0\xb6\xd8\x63\xf4\x97\x7b\xc2\x68\xe9\x28\x9b\x0d\x2b\x43\x2f\x57\xe7\x8c\x3d\x5f\x04\xef\x95\x8e\x32\x40\x2d\xea\x24\xd7\x48\x73\x58\xba\xb9\xc9\xa0\x56\xfa\x30\xf0\x9e\x12\xae\xd7\x9b\x2b\x93\xc9\x06\x7c\x53\x7d\x45\x5b\x0a\x51\x92\x1b\xb8\x49\xe5\x96\x56\x9c\x5e\xbc\xee\xbb\xb5\xe0\xfd\x82\x0a\x94\x68\xbe\xd5\x4f\x9c\xa0\xad\x72\x33\xc8\x7d\x37\x3b\x51\x36\x33\x88\x9e\xdd\xdd\xc8\x0e\x73\x76\xf3\x0d\x6d\x5b\xb7\xaf\xbe\x37\x88\x7c\xb9\xb5\x13\xf9\x36\xbd\x3b\xc7\x78\x09\x07\xb4\x5f\x12\x1d\xea\xdf\x9f\x55\x6b\xd1\x9a\x03\x6d\x08\xa5\xa5\xfc\x87\x67\x55\x4f\x94\xfc\xea\xdd\x8d\x66\xaa\x7c\x06\xd7\xf8\x80\x6a\x75\xe8\x69\x35\xe7\x6f\x4f\x6b\xb5\x1c\x06\x7f\xdb\x01\xd0\x47\xfd\xa7\xa7\xd5\x9c\x72\x4d\x0a\xef\x76\xd1\x64\xb4\x8a\x2a\x65\x37\x06\x8f\x3b\x46\xa5\xcb\x73\x17\x8d\x12\x07\xd4\x66\xae\x50\xdd\x14\xf4\x4c\x3d\xa9\xfc\xa6\xcc\x05\xda\x54\xee\x57\xa9\xe6\xae\x1a\x59\x2a\x7f\x77\x7a\xcb\xd8\xca\x5d\x74\xf8\x32\x49\x23\xea\xd1\xcb\xfe\xbb\xbe\x38\xd9\x16\xaf\xca\x29\x8f\x1c\x64\x93\x6e\xf0\xf4\x95\x1d\x3d\x7f\x65\x17\x8f\x3b\x5c\x4b\xe9\x0a\x75\x3f\xe9\x38\xd9\xa3\x50\x92\x8f\xbb\xf7\x32\xff\x36\xff\xe6\xbf\x69\x8c\x5c\x99\x29\xa9\xde\xff\x74\xed\x17\xe7\x10\x7d\x17\x6e\xcb\x5d\x10\x71\x54\xf3\xfe\x64\x15\xec\xee\x25\x8d\xa3\x3b\x96\x3b\xd6\x4a\xb2\xaf\x22\xdc\xfd\x94\xc3\xa1\x7d\x2a\x1e\x08\x0c\x3d\x13\x36\x21\x2e\x62\xad\xa1\xe4\x6f\xe5\x6e\x4e\x7f\xf4\x6a\x32\x9f\xae\xd7\x91\x55\x3b\x05\x2b\x8f\x09\xb4\x5f\x80\xd7\x72\x44\x41\xd5\x7c\xb0\x77\x4a\x01\x6d\x6f\x03\x6d\x62\x76\x4c\xb1\x00\xc2\x2e\xa8\x46\x8e\xea\xe7\x8d\xbe\xf0\xbe\x69\x9f\x6f\x35\xd8\x38\x34\x58\xfd\x50\x81\x11\x1d\xf9\x10\xe5\x50\x0c\xc7\x32\xed\x71\x6e\x26\x9e\xa7\x0e\x8a\x22\x87\x34\xe7\x06\x8c\x4d\xf8\x0a\x34\x11\x2d\x28\x3f\xf9\xbf\x5f\x42\xbd\x32\x94\x95\x6b\x58\x61\xd4\x4c\xd6\xcf\xbf\x0e\xc3\x3c\x34\xa3\xa0\x3a\xd2\x72\xa9\x09\xc0\x8d\x7d\x3e\x51\x2b\xfa\x4b\xb9\xcf\xaf\x99\x6f\xdf\x3e\x1b\xa2\x1b\x80\x30\xd1\xc5\xb7\xe3\x2d\x9b\x07\x14\x22\x7a\x6a\x75\xe0\x06\xe8\xc0\xbb\x16\x36\x68\x7b\x57\x63\x89\xfc\x9b\xa1\xf1\x1a\xc0\x99\xd0\x23\x6d\xe6\x3e\x5c\x53\x72\xe7\x1b\xe9\xa3\xc3\x43\x1b\x65\x64\x7b\xc8\x6f\x53\x43\xc7\xf4\x02\xf1\xbe\x4d\xd2\x74\xe6\x9a\x47\x1c\x49\xb2\x47\x1c\x08\xeb\xbb\x7a\x07\x3a\xc8\xd5\x96\x3f\x1b\xfe\xa6\x61\x13\xe3\x4a\xc8\x41\xa8\x6f\x08\x0e\x20\xdf\x14\x65\xf0\xba\x8f\x33\xaa\xe6\x0b\x9e\x8d\xf3\xe2\x47\x95\x80\x9b\xc8\xf6\x57\x39\x65\xba\x6d\x20\xdc\xf1\x4b\xf2\x95\x97\x12\x19\x8e\x50\xa4\xe0\x57\x2c\x59\xc8\x8c\xf9\x79\x8f\x2f\xdc\x8b\x6a\x35\x72\x7a\xfd\x9f\xae\x4c\x59\xc2\xff\x45\xeb\xa4\x86\x52\xb5\xe3\xb4\x96\x8b\xe1\x57\x8b\xaf\xb0\x29\xf1\x3e\x44\xdf\xfc\x0c\x59\xca\x08\xe7\xea\x9b\x4c\xa1\x65\xcb\xc0\x14\xe8\x96\x0f\x1c\x5f\x9a\xca\x3d\xec\xc6\xf0\xad\xdc\x17\x03\xc2\x60\xef\x02\x05\x69\xf8\x9e\x1e\xd7\xd3\x93\xbd\x78\x9c\x1f\x12\xb6\x25\xef\x3c\x27\x52\x32\x54\x47\xee\xd9\x62\x4f\x6a\x04\x98\xfe\x34\xa9\x65\x1f\x1a\xe8\x40\xe1\x4d\xfe\x82\x8d\xca\x5f\xa1\x5e\x70\x72\xf5\x4e\x60\x48\xec\x70\x87\x63\xc9\xbd\x1b\xd7\x32\x16\x6a\x93\xfc\xc6\x63\x46\xc9\x6f\x5e\x2e\xf9\x4d\xab\x80\x70\x2d\xab\xf7\x3a\xab\x47\x13\x1e\x3b\xd4\xa1\x9b\x4c\xb6\x3d\x0d\x5e\x84\x8c\x39\x17\x7c\x57\x5c\xc2\x3c\xd0\xc2\xe2\x69\x4a\x77\x19\xda\xe3\xaa\xca\xe0\xdc\xbd\x44\x99\xcc\x33\x93\xba\x96\xa5\x94\xf9\xc2\x15\x9c\x52\xe6\x17\x52\xca\x7c\xe1\x2a\xa3\xb1\xfd\x56\x72\x5d\x74\x97\x33\x7c\xc5\x75\x4e\xd6\x9a\x00\xa1\x42\xf2\x31\x07\xaa\x4a\x5f\xf7\xab\x7c\x94\x44\x3b\x44\xe5\x72\x4b\x45\x62\x9c\x8e\xd7\x14\x61\xcf\xa5\xd9\x8e\x4b\xc9\xbe\xf9\x70\x04\xdd\x05\xaf\x1d\x34\xe1\x38\x36\x5c\x68\xc4\x11\x4b\x83\x05\xa5\x6d\x23\x1b\x8c\x26\x35\xf2\x50\x83\x04\x0e\x27\x78\x0e\xe2\x75\x0c\x89\x17\x09\xb7\xee\x54\x58\x02\x00\x43\x31\xca\x31\xbe\x0d\x80\x99\xd3\xe4\xfc\x4d\xdd\xa9\x1a\x93\x1b\xd5\xe9\xaf\x7b\x30\xf5\xcb\xb9\x9c\xd0\x33\xf5\x70\xac\xc6\x30\x23\x52\x88\x26\x7d\x3f\xfc\x59\xe1\x05\x09\x74\x01\xb0\x17\x54\xdd\xc1\xb5\x4c\x00\xd6\xe0\x67\x34\xe9\x6f\x74\xd0\xad\x3e\xd4\x48\x48\xaf\x54\xe1\x51\x94\xc2\x1d\x6c\x0c\x33\x06\x47\x75\xd4\x4c\xad\x6f\x72\xed\x8b\xc8\x74\x85\x7f\x67\x77\x50\x32\x19\x5f\xac\x4d\x4b\xd6\xce\x62\xfd\x11\x12\x32\x35\x39\x1f\xb5\x85\x3e\x8d\x4c\xe2\x51\x50\x1b\xc9\x1c\x04\x56\xb3\x82\x38\x85\x49\x3f\x5f\x92\xd7\x67\x24\x4b\xd8\x3d\xb1\x77\xf4\xc7\xfa\x41\x2e\xc2\x27\x7b\xa6\x87\x6f\x93\x32\x1b\x74\x00\xf5\xfb\x5c\x56\x22\x10\xc8\x29\x06\x1e\x0f\x62\xad\x97\x01\x31\x80\xcb\x96\x5e\x67\xce\x60\x51\x4c\xc7\x69\x35\x69\x6a\x3c\xb6\xde\xcb\x31\x01\x17\xeb\x31\x1e\x93\x79\x75\xf3\x60\xa0\x26\x4c\xe4\xe5\x6c\x32\xb2\x27\x52\xb8\x4f\x1d\x97\x16\x1e\xdd\xd1\x69\xe5\x9c\x80\x26\xcd\x7e\x79\x2c\xe4\x02\x44\x95\x8a\x89\x34\xfc\x52\x34\xd1\x51\xcb\x42\x56\x1d\x27\x42\x1d\xcf\xec\xf9\x31\x80\x18\x4c\xe5\xc0\x6d\xc6\x1d\x12\x84\x91\xad\x4c\x62\xd8\x4d\xf6\xd2\x6a\x27\x1b\x18\xf2\x01\xaa\x27\x0d\xd2\x94\xf5\x0c\xa8\x8d\x16\x9f\x65\xcd\xb6\xc0\x12\xb6\x5e\x70\x15\x26\xdf\x6a\x30\x6e\x6a\xb8\x36\x74\x19\x3d\x3f\xc3\x39\xeb\x14\x3f\xef\xc1\xe8\xe8\x90\xd0\xcc\x50\x11\x58\xa0\xbb\xe9\xdd\x94\x3f\x84\xf7\xa2\xf5\xa6\x77\x17\x15\x04\xad\x55\xd1\x81\xb0\xe5\x4c\x7a\xd8\xa4\x1b\xa7\x6d\xd8\xae\x28\x24\x25\xfa\x80\x17\xf4\xeb\x7d\x3d\xe7\x02\x6a\x69\xd5\x46\xb1\x0c\xad\x1a\x90\x51\x2c\x94\x79\xb2\x3d\x25\xcb\xe5\x6b\x8a\x6d\xc0\x9f\x91\xf3\xda\xb7\xf0\x0e\x93\x19\x4a\xe9\x58\x29\x28\xb1\xf7\x8f\xb9\xf1\x97\x94\xe4\xef\x75\x54\x05\xd9\x46\xd1\x04\xf6\x6b\x98\x20\xa3\x98\x3e\x96\x3f\x6d\x70\x44\x14\x46\x68\x34\xc2\xdf\x5e\x03\x38\xa3\x27\x34\x16\x92\xf3\x50\x55\x94\x35\x53\xe5\x5f\x6a\x33\x10\x68\x9e\x8d\x5c\x6d\xca\x7f\x2f\xc1\xa4\x3a\x60\x54\x01\xba\xf8\xfb\xc2\xf9\x61\x51\xd9\x14\x08\x7c\x36\x4a\xec\xa1\x6d\x62\x92\x0e\x0f\x54\x53\x8d\xea\xa1\x60\x5e\x21\xdd\xcb\xb1\x4c\x2b\xb9\xdd\xe5\xb2\x62\xbe\x86\x06\xde\x29\xde\x02\x4b\x69\x0e\xe6\xc6\x3a\x27\xa6\x83\x97\xea\xc4\xbb\x3a\x16\xed\xa0\x3e\xcb\xc1\x35\x4d\x87\x79\xd4\x7e\x0e\x7d\xd6\xf8\x4a\x9b\xa4\xb7\xdf\xdc\x31\x88\x46\x63\x87\x2a\xe5\x26\x8f\x34\x85\xdb\x10\x35\x5a\x16\x62\x1b\x13\x2e\x1b\xe0\x06\x83\xda\x97\xde\x27\xeb\xaa\x04\xa4\xd8\xbe\x85\x07\x84\x5c\x73\x97\xff\x62\xa1\xf0\xb9\x54\xdd\xde\xd3\x5e\x75\xb7\x7a\xa0\x6c\x09\xf6\x12\x0c\xee\x69\xc2\xd9\x9c\xdb\x78\x46\x57\xa8\x76\xd7\xb7\xde\x8c\xc9\x20\xa2\x2a\x7c\xb5\x96\x47\x08\xec\xee\x8a\x10\xf7\xe1\x59\xaa\xc8\x3d\x30\x9a\xad\x3e\x78\x68\x67\x0e\x10\x07\x6b\xac\x99\xac\xe0\x68\x79\x64\xfa\xaf\x36\x57\xa2\x2a\x12\xce\xbe\xb8\x17\x35\x8f\xba\xd4\xc4\x26\x33\x33\xe9\x8d\x4c\x83\xb9\xe5\x75\x4e\x51\x80\x3e\x19\xf4\xa5\x1b\x2a\xb2\x95\xfa\xc5\x23\xaa\xb0\xfb\xad\x06\xab\xca\xf8\x1a\x23\xd2\x0f\xdc\x1b\xab\x09\x63\x74\x3e\x22\x24\xdf\xe7\x0b\xb3\x29\x18\xba\xf6\x23\x40\x2d\xda\xa7\x34\xad\x15\xf5\x28\x4d\x79\xa4\xc2\x76\xff\xae\xc3\x52\xc2\x54\x99\x2c\x91\x04\x88\xfa\xab\x99\x81\x37\x18\x0a\xff\xa0\xce\x9c\x68\xc9\x25\x24\x0d\xf8\xe7\x87\xc9\xc8\x45\x44\x88\x85\x99\x55\x01\x30\x14\xbe\xd1\x94\x66\x7a\x74\x47\x05\x51\xa7\x96\x89\x51\x42\x04\x33\x85\x74\x93\x0b\xb2\xf4\x17\x3a\xce\x08\xdd\x70\xa5\x16\xbc\xdc\xcc\x98\x8d\x98\xca\x76\xe9\x91\xb5\xc3\x13\x24\x1f\xa0\xc1\xa3\xc4\x70\x86\xc1\x68\x4a\x33\x5a\x0d\xbc\x46\x6f\x07\xc2\xd6\x97\x09\xca\xce\xd2\x12\x8e\x12\x46\x2b\xf0\xb1\x85\x6a\xad\x5f\x99\x5d\x82\x21\x87\xb8\xf4\x25\xd4\xd6\xcf\x49\x9a\xe1\x35\x36\x83\x0d\xa4\xe4\xb1\x47\x38\x10\x5c\x12\xb0\xff\xd6\x8d\xb7\xc9\x2e\xdf\xa8\xc3\x77\xfe\x11\xfa\x85\x3a\x27\xa9\xdf\xb4\x22\x91\xda\x1d\x4d\xea\x64\x81\xbd\xd5\x99\x94\xe1\xfc\xad\xb5\x18\x5b\x56\x18\xef\x41\x9f\x27\x40\x3d\x3e\xbf\xff\x36\x95\x96\xca\x92\xf8\x78\x27\x3c\xe4\x48\xe4\xbf\x3d\xfe\xd5\xfa\x36\x95\xac\x6a\xa7\xec\x57\xfd\x6d\xee\xaa\xf8\xca\x16\xae\xb8\x04\xe4\x3b\x58\x00\x87\xf3\x0c\x4f\x34\x85\x49\x43\xdb\xec\x50\x7a\xd4\xe3\x85\x5b\xce\xa8\x6e\x59\x11\xe8\x60\xc5\x9a\x04\x86\x16\x34\x99\x3e\xf6\x8b\x80\xf4\xda\x3b\x04\x00\x9a\xd4\x71\x75\xcb\x7a\x18\x6f\x53\x26\x3f\xe2\x8a\xae\xd5\x4e\xeb\xc6\x5c\xbd\x4d\x30\xc8\x9e\x9e\xf4\x48\x35\x38\xa4\x5f\x17\xb7\xd7\x61\x3b\x50\xc6\x91\x1a\xab\x2d\x26\x65\x9b\x95\x8a\x26\x8f\xd9\xf2\x1b\x5e\x67\x83\xa1\x31\xaf\x23\xc4\x53\xbf\x4d\xe7\xbb\x2f\xbc\x1d\x7f\x41\x8b\x30\x77\xee\xb6\x28\x57\x1b\x5a\x00\x2b\x99\x51\x44\x4f\x35\xe5\xbc\x89\x62\x4b\xa7\xb8\x56\x06\x7a\x7f\x4d\x1b\xc8\xf0\x07\xce\xfd\xb2\x4f\x60\x9f\x7a\x08\x9b\x27\x0c\xa1\x55\xe0\x5b\x21\x50\xb7\xf9\xd8\x31\xb5\xca\xa2\x6f\xb5\x54\x39\x63\xef\x06\x16\xc1\xa6\x9b\xc5\x3f\x50\xe5\xce\x4c\x0d\x5f\x8a\x4d\x34\xf2\xeb\x63\x35\xa4\x1a\xd8\x08\xe3\x4c\xb9\xd0\x6a\x27\x2b\x4c\xee\x00\x6d\x6b\x59\x4b\x4b\x87\xd5\x49\x56\x79\xa9\x8d\x83\x7c\xad\x15\xc0\xac\xc2\x12\xeb\x3f\x5c\x7e\xbc\x65\x48\x53\x26\x30\xa5\xe2\xbf\x3e\x45\x64\x03\x7d\x78\x6c\x14\xdb\x13\xe1\xcd\xd6\xcd\x5e\x15\xd5\x66\x98\xcd\xc9\x58\x37\x1e\x2e\x50\xa3\xca\x54\x17\x5f\x15\x7c\x8f\x31\x55\x6c\x79\x89\x6c\x3e\x94\x0b\x8a\x98\x27\x6e\xde\xf9\x85\x3e\x60\x2d\xc7\x1d\x62\x4e\x75\xa3\xca\xc3\x9f\xd5\xb1\xba\x2a\x55\xb0\xbf\x90\x2e\xf9\x66\xb1\xe8\xaa\x61\xac\x3e\xea\x24\x39\x82\x26\x44\xd7\x91\x8e\x2a\x40\xe6\x29\x40\xba\xea\x4e\xe2\xb1\x24\xfa\xbf\x72\x0f\xa7\xa1\x37\x2f\x00\xb8\x2b\x59\x78\x0f\x37\x51\xd7\xef\x41\xce\x72\xbc\xc7\xb0\x4e\xba\xc1\x1f\x7b\x5e\xab\xb0\xc2\xfd\xf5\xc7\xae\xf7\x84\x97\x38\xe9\x75\x36\xdb\x49\x37\x65\x4f\x0c\x68\x02\x3d\x88\xd2\xcf\xf1\x75\x99\xb3\xec\xd5\x7e\x30\x52\x58\x59\xd2\xd4\xf1\xb6\xe9\xc2\x2f\xec\x6f\x14\x54\xc4\xcb\xf2\x4c\xf7\xc7\xce\x0d\xcd\xc9\xda\x39\xc7\xf6\xbd\xc3\xda\x27\x0d\x84\xd7\x3e\x83\xe1\x84\x0c\x9c\x8a\x88\x8a\xfa\xfe\x6b\x36\x90\x3a\x10\x57\x04\x0d\x58\x24\xdc\x96\x04\xa2\xec\x49\x4e\xc3\xf2\x75\xf9\xaa\x8f\x62\x6a\x9f\xd8\x8e\xf5\xb8\x6c\xad\x7c\x12\x3e\x1c\x50\xf0\xc8\x01\xdf\xd2\x00\xe6\x86\x26\x5b\x33\x79\xd6\x7d\xa7\x98\x13\xf3\xb3\x24\x4b\x36\x90\x27\x14\x7f\x79\xca\x59\x11\x22\x66\xc8\x12\x73\xf2\xbd\x83\xa4\x51\x78\xfd\xd4\xfb\x55\xba\xfa\xcf\x04\x32\x4f\xf8\xf5\xb4\x4c\xe2\x4f\x79\x6b\xe6\x21\x55\xa2\x64\x8d\x4e\x26\xf0\x94\xef\xb4\xc1\x58\x76\xb5\xf1\x89\x91\x09\x0d\xae\xed\xec\x59\x7f\xa3\x85\x6c\xb2\x37\x2c\x77\xdc\xdc\x16\x89\x68\xac\x8e\x79\x72\xef\x22\x3a\xc5\xbe\x97\x79\xe6\x1a\x55\x03\x29\xa1\x85\xd1\x69\x84\x92\x4b\x36\xf3\xd9\xc9\x40\x28\xbe\x63\xa5\x4f\xa6\xf7\x41\xd7\xf8\xcb\x7d\x24\x73\xeb\xdb\x1c\x6a\x6c\xa5\x5b\x4e\x49\xec\xab\x7f\x43\x11\x25\x08\xe8\x0c\xee\x5b\x3d\x70\x79\x0c\x47\x92\x2f\x5a\x56\xaa\x77\x20\xdd\x6d\x67\x70\x50\x1f\xb2\x72\xb2\x00\xd2\xab\x32\x44\x84\xa7\x53\x10\x5e\x07\x13\x17\xc3\xe1\x35\x8b\xba\xfc\xe1\x81\x50\x27\xc7\x1c\xa8\x5e\x90\xb1\x32\xae\x92\xc5\xbc\xfa\x15\x26\xb4\x27\xbc\xba\x6c\x6f\x52\x8e\x4a\xf5\x88\xd8\x55\x15\xc3\xa7\x6d\x14\xe3\x31\xe4\xe5\xb4\x0e\x33\xec\xdc\x99\x04\x40\xee\x7f\xd1\xd5\xbe\x96\x22\x55\x5a\x9a\x62\x29\x13\x7e\xce\x9e\x1a\x1f\xab\xe5\x52\xa6\x25\xb3\x91\x08\x0e\x84\x95\x66\x50\x68\xbb\x29\x98\xc9\x5f\xbb\x58\x2f\x18\xf2\xff\x75\x47\x7b\xe4\x72\xd0\xeb\x15\xb5\xf8\x09\x1b\x5c\xb5\xb6\xf3\x5b\xdf\x0f\x2a\x41\xa1\xee\xa8\x84\xb0\x31\x6f\x6d\x21\x1f\xde\xce\xc1\x08\xb9\x51\xb5\x97\xab\x41\xff\xfc\xfb\xfb\xec\x14\xbf\xc3\x79\x45\xa9\x6c\x4f\x17\xa6\x00\x38\xaf\xb0\x5d\xb6\x2c\x55\x78\xe2\x21\x2c\xf7\x45\x70\x50\xc7\x4a\x9e\xe1\x55\x3f\xe9\xfb\x7f\xff\x24\x0a\x57\xcd\xf0\x6e\x4d\x05\xa4\x3e\xc3\x0a\x9c\xe2\x3d\x54\x28\x22\x74\x9b\x53\x9f\x6a\x34\xf3\x76\x92\xeb\xb7\x19\x6f\xf9\x90\xd3\x9e\x3e\xd9\x11\xf3\x50\xce\x70\xc7\xbc\xa7\x3f\xa8\x4c\xd8\xf9\x80\x77\x3b\x66\x67\xd4\x7c\xc1\xa5\xe7\x3e\xd1\x23\x10\x50\xdd\x85\xca\xc3\xbb\xeb\x30\xd3\x5d\x1a\x39\xad\x05\x7a\xd1\x2d\x18\x3d\x27\xa4\xcd\x26\x92\x31\x23\x49\x05\x1c\x3b\xf4\xf8\x33\x9d\xda\x40\xbf\x6a\x48\xce\x1d\x22\xe9\x77\x71\x66\x15\x76\x4d\x42\x46\x07\x1c\x54\x24\x8c\xc3\x6a\xc1\x20\xda\xe0\xad\x27\x15\xd3\x83\x48\xf8\x4d\x75\x1a\xe7\xd8\x41\xc7\x5f\xff\x50\x02\x11\xc2\x67\x98\x1f\x4c\xe4\xc7\x93\xb7\xe4\x90\xe6\xa7\x66\xce\x80\xc5\x2a\x87\xee\xe8\x92\xd2\xfd\x45\x2e\x5c\x2d\xc2\x3c\x7a\x47\xfa\x00\x68\x94\xe1\x14\xd4\x18\x36\x7a\xaa\x50\xb5\xf4\xfa\xf1\xdf\xf3\x36\xbf\x4d\x20\xd3\x62\x2f\x97\x25\x80\x58\x59\x99\x95\x4f\x94\xe8\xeb\x3a\x08\xb6\x09\xc9\x25\xc5\x48\xd8\x11\xc8\xea\xe0\x37\x90\x84\x92\x36\x78\xc4\x94\xe0\xae\x2d\xb7\x42\x1d\x8a\x59\xc2\x1a\xbc\x03\xab\x61\x90\xbd\xa8\xc8\x9c\xf2\xfa\xe4\x2f\x3a\x8c\xdf\x2b\x07\xe2\xf6\xf0\xeb\xc4\x8b\x08\xfb\xbd\x5d\x22\x81\xfa\x0f\xa6\x9a\x32\x53\x0d\xc3\x20\x86\x36\x21\x68\xfb\x0b\x1e\x34\x2a\x9c\x47\x2c\xb3\xa3\x37\x02\xef\xa1\x7d\x87\xda\xb9\xb0\xb0\x13\x8c\x6e\xe0\xa9\xa6\x1a\x17\xf7\x2f\x02\x7b\x32\x66\x74\xdb\x94\xaf\x15\xb5\x07\x54\x1d\x85\x14\xa8\xb3\xf7\x1f\xa5\x23\x0a\xfe\xc9\xf2\x0a\x73\xcb\xdb\x7d\x6f\x32\x65\x81\xc1\x49\xa8\x70\xe2\xe9\x88\x2d\x55\x4a\xcf\x53\x0b\x76\x23\x5c\x8d\xcb\x86\x2a\xf2\xd4\x46\x56\xc3\x0c\x46\x21\x1a\x5d\x20\x0d\x17\x97\x54\x62\xf4\x44\x50\x97\x23\xaa\xd1\xf6\xef\x4d\x63\xf9\x20\xe0\xce\x37\xae\x6e\xf5\x3c\x8a\x52\xb2\xe8\x97\xd6\xc8\x31\x1e\x6b\xf5\x59\xa9\x32\x62\x7c\x2c\xd4\xfb\xd2\xe2\x58\xe1\x48\x0a\x45\x1a\x54\xff\x04\x7f\x59\x38\x59\x73\x5e\x25\x43\x30\xb1\x7a\xe1\x2f\xe1\x81\xa2\x6b\x27\xb4\x65\x44\x76\x0e\x44\x8d\x02\xce\xb7\xab\x14\x60\x43\x3d\x30\xf3\x7f\x8f\xbd\x74\xf1\xbe\xc6\xea\x04\xf0\x7f\xa3\x23\x53\x43\xae\xc6\x6e\xd9\x10\xe6\x1f\x64\xea\x58\x73\x3d\xf8\x8f\x6b\xac\x04\xd5\xcf\x48\x0a\x97\x13\xf8\xd4\x62\xd6\x1f\x43\xbe\x20\x5a\x9d\x0c\xb8\x9e\xfe\x44\xeb\x30\x0d\x22\x9f\xd4\x09\xec\x4a\x25\xee\xc9\x02\xfc\x3e\x51\x0d\x10\xda\xc3\x2d\xf9\xc1\xfc\x85\xba\x30\x97\xfc\x27\x2a\x76\x39\xf1\x6b\x89\x97\xb2\x5b\x0a\x40\xb4\xa8\xf5\xe7\x14\x8a\x12\x10\xaf\x17\x7a\xaf\xf5\x38\x39\x61\xcf\xed\x62\xc2\xcd\x95\x81\x9c\x12\x51\x8a\x64\x3a\x05\x1c\x7d\xa0\xe5\x5f\x03\xf6\x1a\x8d\xec\x01\x6c\x48\x0c\x96\x5a\x02\xc9\x6b\x54\xc1\x5f\x03\x10\xfa\x31\xd2\x9f\x32\xa4\xcc\xa2\xbb\x70\x3b\xc8\x02\x6c\xc1\x99\x3c\x5e\x0b\xc9\xe1\x71\x8b\x28\x52\x3c\xa7\xca\x34\x2b\x55\x87\x4b\xd1\x2e\x44\x93\xe5\x35\x65\x15\x24\x58\x8c\x83\xcc\x93\x0e\x82\xa0\xb7\xb5\xc0\xa1\x84\x15\x50\x85\x5c\x5b\x80\x5e\xa7\x5b\x6a\xa4\xbe\x42\xef\x91\x3e\x44\x05\x21\x26\x60\x85\xab\xf7\x06\x3f\xb3\x82\xc5\xd0\x43\xc5\x28\x83\xca\x45\xcd\x2f\x58\x2c\xbf\x1c\x15\x3d\x06\x54\x5a\x68\xb9\x16\xc2\x43\x40\x95\x1e\xb7\x0f\xf3\x39\x66\x03\x71\xa9\x66\x4e\x2d\x02\xc8\xf6\x1e\x13\x84\xdf\x50\xc0\x70\xd5\x26\xf7\x97\xbb\xe3\x19\xda\x87\x39\xfc\x69\xad\xfc\x27\xab\xf0\x27\x1b\xc1\x83\x4d\xf0\x7c\x26\x27\x37\x2a\x07\x62\x72\xb7\x80\xdf\x7c\x0a\x12\xb3\xd8\xe6\x71\x63\x04\xff\x29\x1c\x56\x0c\x9f\xbd\x63\x2f\xf5\x1e\x7f\xfb\x1b\xe4\x40\xf7\xd7\xb4\x3e\xc2\x8e\x3c\xc0\x5c\x88\x01\x65\x89\x6e\xaf\x29\x41\x73\xa1\xc4\x16\xc8\x81\x03\x5a\x0c\x43\xaa\xa6\x1c\x1c\x68\x3f\x8b\x89\x0e\xe8\xe6\xbd\xc4\x9e\xec\x12\xaf\x37\x97\x3f\xf1\x0a\x4e\xc6\xfe\x14\xce\xcf\xfe\x8c\x32\x5b\xdc\x44\x4d\xf7\x4e\xea\x20\x20\xe7\xa5\x69\x21\xcd\xc2\x2f\x40\x6b\xae\x6e\xca\x81\x88\x37\x72\x0e\x83\x37\x9e\x26\xd8\xb7\x96\x28\x5c\xee\x9b\x5a\xff\x29\x92\x69\x7b\x3c\x94\x7d\x9e\x0e\x21\x25\xf5\x5a\x2e\x03\x21\x8d\x50\xde\x35\xd6\x4b\x4c\x7d\xf2\x98\x0c\x0e\x78\xcb\x70\xdf\xa2\x4d\x33\x91\x3c\x48\x83\x36\xac\xbd\x4e\x80\x8a\x7b\xfe\x89\xcb\xb2\xdb\xe8\x74\x7a\x31\xb5\x2d\x62\x44\x98\xd5\x18\x60\x9c\xe9\xf0\xe8\xcf\x11\x0a\xef\x3b\xdf\x11\x70\x54\xa8\x4f\x3e\x66\x9a\x17\x28\x38\xbc\x7a\x8a\x28\xf7\x84\x7f\xd7\x04\x0c\xc7\x84\x64\x84\xff\x20\x32\xb9\x47\x40\x9d\x37\x80\xbc\x85\xe9\xfa\x61\x5c\x38\x9e\xf0\x16\x69\x4a\xac\x7a\xe8\xb4\x39\x7a\x3f\x10\xea\x0e\x11\x30\x3a\xd2\x23\xa0\xc0\x9e\x35\x72\xcb\x19\xa1\x52\xd8\x86\x1e\xdd\x3b\x8d\xdc\x42\x8a\xc2\x54\x8a\xfb\x99\xba\x31\x97\x46\xa2\x1e\x52\x0a\xb3\x8f\x8c\x9a\x12\x35\x09\x5e\xbe\x90\x8b\xe2\x1e\x88\xf0\xe8\x40\x11\x8b\x7e\xfb\x19\x25\xdc\x2d\xce\xf3\x2f\xb9\xc2\xb5\xe4\x86\xcb\xe7\xf6\xb7\xb9\xb3\xea\xa9\xdc\xb8\x15\x9e\x33\x7e\x87\xaf\x62\x06\x32\x9f\x37\x6b\x8a\xd5\x53\x9d\xe2\xf7\x62\xc0\xa5\x93\x04\xab\xcd\x05\x9c\xb3\x26\x07\xb6\x1a\x46\x08\x9d\xc6\x20\x70\x52\x5c\x4a\xbb\xa4\x65\x97\x40\x3d\xec\xd9\x75\x16\x51\x2c\xb6\xb7\x34\x1a\x1d\x94\x70\x2e\xa5\xa1\xa8\x1f\x0a\x7f\xe3\x58\xc5\xde\x76\x1e\x33\x97\xb0\x9c\xc2\x5b\x82\x6c\xc1\x8b\xba\xc9\xdf\x6e\xaf\xf5\x80\xf9\x89\x33\xc7\x45\x18\xf1\x0b\x40\x5f\xcd\x45\x15\xda\xa8\xc3\x95\x73\x7e\xce\x3f\xe4\xf0\x8c\xd8\xf2\x40\xef\xe1\xcc\xab\x3a\xe1\x3e\xde\xe1\x7e\x26\xfa\xf4\xc1\x19\x09\x3c\xa6\x8b\x73\xe1\xd1\x5b\xb4\x31\x5a\x17\xa2\x43\xb5\xe5\x9e\x23\x48\xa1\x16\xa8\xfa\xd3\x9d\x79\x58\x64\x98\xe3\x87\xb1\x39\x90\x3f\xa5\x32\x8d\xa8\xde\xa3\x8d\x7c\x4b\xc9\xe4\x9c\x8f\x00\x86\xc7\x29\x78\x0a\xb7\xd8\x52\xa7\xf2\x86\x50\x14\x1c\x3a\x78\x96\xfa\x12\x75\x91\x15\xe6\x83\x85\x7a\xc3\x68\x8b\x91\x50\x2b\x35\x47\x6f\x18\xbc\x31\x3d\xe3\x5d\x24\xce\xe8\x61\x88\x45\xf8\x7c\xb8\xcd\x0f\x4a\xd5\xe6\x3a\xac\xf2\x87\x50\x75\x99\x00\x5a\xb5\x88\x71\xd8\xfc\xb8\xba\x94\x30\x87\x16\x88\x19\xc5\xcb\x29\x52\x3c\x4a\x88\x62\xdb\x72\x96\x38\x3f\x9f\xe0\xae\x54\xb3\x59\x08\x94\xae\xb1\x33\x90\xc7\xe8\x20\xd7\x53\x69\xf6\xd8\x81\x70\x67\x08\xef\x7f\x13\x3c\x39\xa0\x29\x5e\xd3\x5c\x49\xf7\x9b\x4e\xfa\x74\x92\x42\xe9\xdd\x1e\xde\x76\x20\x5c\xc0\xe7\x50\x8a\xa3\x8a\xa8\xd4\xb2\xfb\xc1\x59\x9a\xfa\xf4\x02\x0d\x27\x38\xef\xf3\xf9\xe2\xcd\x33\x9c\xec\x95\x3d\x31\xec\xf6\x0d\x36\x22\xcd\x1a\x28\x08\x78\xbf\xa8\xc1\x29\xe1\x6d\x03\xbd\xe0\x8a\x39\x3c\xc8\x33\x35\x22\xa9\x51\x97\x54\xf0\x71\xc7\x23\x12\xcf\x0a\xdf\x86\x8c\x8d\x16\x67\x34\x77\x18\x4e\x91\xcf\x85\x42\xd9\xb2\xc6\xd4\xf4\xcd\x93\x53\xfc\xa6\xee\x4c\x4d\xf0\xb5\xcf\xb7\x45\x59\x50\x73\x84\xda\xc9\x3a\x4d\x67\x6f\x71\x52\xc5\xb3\x73\x29\x82\xc5\xf5\x59\xfb\x03\xda\x1c\xad\xbd\x76\x83\x75\xb5\xf6\xf5\xc9\xf8\xf0\xe3\x64\x8a\x44\x4b\x5c\x2d\x4d\xaa\xf5\x70\x8d\x88\xd9\x90\x93\xfb\x7d\x0d\xa8\xce\x3d\x61\x45\xa9\xf7\x03\x43\x89\xae\x91\xe6\xf9\xcd\xc5\x3b\xad\x6b\x49\xd3\xf1\xa1\xc8\x6c\x69\x6c\x1b\x72\x65\xc1\x8d\xdd\x62\x98\x1e\xbd\x57\x45\x88\xf0\xa8\x8d\x33\x2d\x9e\x34\x69\xb5\x54\x92\xd8\xb9\xba\xd3\x35\xd3\x2c\x14\x62\x00\xd7\x85\x37\xbd\x2f\xbf\x09\x77\xe5\x1c\x3e\x8a\x0b\x7d\x75\x4f\x50\x01\x72\x9a\xe8\x2d\xe8\xe0\x3f\x97\x3d\xb1\x65\xfd\xf9\x0d\xc1\x1b\x32\xe6\x48\x99\xa7\x5d\x22\xd4\x2b\x11\x58\xab\xb3\xf3\xd5\x57\x13\x71\xf5\x99\x3e\xac\x3a\xb6\x39\xf4\xe3\x89\xa9\xfc\xce\xb2\x00\xbe\x36\xb6\x93\x8b\xfe\x6f\x11\xf9\x8b\x9b\x3c\x3c\xad\x16\x5e\xe5\x80\x3c\xf0\xfe\xd2\x86\xf9\xb9\xa2\xbf\xee\x0a\x84\x9f\x5b\x3a\xeb\x89\x9d\xcd\xda\x1d\xda\xbc\x5f\x50\x6b\xae\x53\xbc\xeb\x24\x81\x86\x76\x26\x2f\x40\x78\xca\x61\x58\x1e\xf1\xf8\xfe\xc9\xce\x82\xcc\xfe\x7c\xc6\xf5\x8d\x0b\xe8\x1e\x41\x86\x68\xb3\x70\x50\x53\xee\x37\x12\xa0\xfd\xdb\x89\x36\x14\xdc\x27\xaa\x80\x7c\xa4\x8a\x7b\x26\x64\x9a\x72\x1f\x9a\xb8\x32\x9c\x4e\xa9\xb4\xfe\xfd\x5e\xb7\x03\x00\x2d\x74\xf7\x6b\x29\xcf\xb6\xa3\x47\x79\x24\x2f\xfc\xda\x44\xa0\x76\x72\x90\xd6\x84\x86\xbe\xca\x0d\x49\xd9\xa9\x1e\x48\x28\xd5\x67\x1a\x29\x16\xee\xe1\xec\x98\x5c\x4d\x31\x3c\x9e\x9d\x8c\x94\x22\x43\x87\x52\x89\x7b\x24\x6b\x9d\xd2\xc4\xd4\x4a\xf2\x57\xf3\x4d\xce\xeb\x50\x8b\xd2\xcf\x3c\x76\xf7\x86\xa1\xa2\x37\x8c\x39\x5c\xa3\x77\xf1\x51\xd3\xeb\xef\xa0\x92\xf7\x97\x88\xf0\x1a\x5c\xf8\xdd\x43\x6e\x67\x58\x93\x61\xe4\x3d\x6c\xea\x70\xca\x31\xa4\x2b\xe5\xf1\x30\xc8\x20\x15\x92\x6d\x13\xd6\x75\x03\x21\xfa\xdc\x70\x0f\xe6\x7c\x48\x99\xb1\x68\x07\x2a\x0c\x0f\xfe\x52\x56\x38\xd7\x64\xc4\x2a\xdb\x0e\x4e\xe9\x60\x8f\xbf\x00\xeb\x89\x69\x59\x1e\xd8\x01\x38\x73\xb1\xf3\x68\x0b\xe9\xb3\x3d\xa5\x5f\xc7\xcc\xb3\xb2\x50\x29\x61\xbf\xea\x5e\xb8\x76\x13\xd4\x70\xc4\x41\x4e\xaa\x7d\x9f\xdb\xff\x48\x37\xdb\x83\xca\x61\xec\x11\x11\x27\x5a\x36\x31\x65\x0f\x2f\xed\x3d\xe8\x71\xee\x1e\x3f\x49\x64\x22\xf5\xa2\xb7\x01\x57\x67\x11\x47\x1f\x89\x0e\x73\x44\x20\x06\xf5\x9a\x93\x8e\x5b\x38\x22\x32\x64\x7f\xe6\xe8\x69\x31\x97\xb1\x5e\xc6\xdd\xc3\xc2\xf9\x4f\x6d\x92\x73\xa3\xc5\x3c\x11\xbf\xb5\x98\xd0\xb4\xe9\x9e\xfe\x41\x53\xfa\xbd\xf3\x4d\x79\x7c\xb0\x97\xb6\x17\x8a\x9d\x3c\xb8\x07\xa4\xec\xfc\x17\xfd\xf1\x84\x37\x26\x05\x85\xfa\xe3\xfe\x1f\xf7\xc7\x13\xfe\xce\xa5\x69\xd3\xeb\x60\xb1\xff\xeb\x26\x7c\xb1\x54\x17\xbd\xdc\xc7\x32\xc4\x92\x74\xb1\x30\x7d\x6d\xa7\x33\xda\x7b\xef\xd4\xbd\x9e\xe8\x5c\x96\xd2\x27\x64\x0d\x79\x89\xb3\xe7\x99\x79\x4b\x62\x27\xa9\x33\x06\xcc\x04\x45\xb7\xfd\x4d\x3b\x63\x66\x4b\xdc\x23\x55\x58\x2a\x71\x02\x22\xbc\x38\xf3\xdf\x72\x08\xf0\x7d\xcf\xc1\x74\xe5\x58\x7a\x15\xdd\x99\xca\x4d\xbd\xb8\x46\x08\x5e\x8a\x1d\x48\x48\x75\xab\x3b\xa9\x05\xe7\x89\xe0\x20\x27\xa4\xe4\x3a\x73\x39\x43\x8e\x71\xac\x15\x17\xd4\x49\x50\xa1\x9d\xeb\xea\xcd\x67\xe1\xfc\x3e\x8e\x9c\x68\x2f\xa2\x69\x1d\x82\x1e\x2b\x6a\x2e\xf5\x3e\xe4\x2e\xe4\x8e\xb1\x4c\xa7\xcb\xa2\x9d\x6a\xfa\xe7\x22\x7b\x97\x86\x8e\x40\xe6\x07\x8f\xff\x64\x8c\xb4\x58\xe2\x30\x26\x6c\xfb\xd4\x06\x6c\x93\xff\x91\x62\x50\xb0\x7e\xc3\x33\x75\x81\xa1\xcf\x01\xaa\xeb\x76\xd9\x5a\x8a\xc4\x59\x3d\x96\x63\x31\x53\xf1\x92\x41\xdb\xb3\xd7\x27\xd7\x6a\xb8\x51\x66\x60\xce\x53\xc2\x1e\x17\x55\xda\xbc\x73\x39\xa3\x11\x71\x7f\xf7\x84\xe8\xd6\xf4\xfe\xea\xab\xe4\x9e\x24\xec\x44\xff\x12\x55\x5a\x68\x89\xb3\x89\x7f\x19\x3f\x2e\x3e\xc0\xf8\x69\x2b\xd5\x99\x61\x64\x82\x63\x1d\xaa\xc3\x44\x1e\x88\xb7\xd9\xdd\xc9\x11\xc4\xd9\x84\xbf\x48\xfd\x3f\x7f\x11\x5f\x04\x2b\x87\xbf\x08\x89\xe4\x8f\x03\x3d\xc7\x1d\xab\x1a\x69\x0a\x61\x1d\x7f\xf6\x64\x93\x06\x9f\xcd\x4d\x1a\x02\xc9\xde\xa0\x87\xda\xb0\x25\x60\x50\x15\xe4\xb0\x12\xf8\x86\x8a\xf4\x56\x31\xb8\x2d\xca\xc8\x95\xa2\x3a\x0f\xa1\x87\xc8\x13\x07\xc4\xb1\xf5\x9e\x58\xea\xdd\xd3\x94\x6d\x03\xed\x36\xba\xd4\x0b\x1e\x9f\x1a\x67\xfa\x8c\xc1\xfe\x38\xa2\x90\xaa\x62\x90\x10\x9a\xc6\x58\xac\xcd\x89\x4b\x7e\xd6\x86\x87\x88\x8e\xfb\x1f\x1b\xb1\x7b\x4d\x67\xd5\x2e\x68\xec\xda\x08\xfd\x9c\x18\xc8\x0c\x25\xd4\x53\xb3\x95\x51\x42\x77\x2f\x79\x8e\x64\xa6\x35\x68\x5f\xb8\x34\xaa\x9c\x92\x96\x0f\xca\x4a\x78\x28\x77\xaa\x70\xfc\xb5\x0d\x0f\x44\x3a\xdd\x19\x58\x25\x64\x5e\x94\x2e\xfb\x3b\xde\xd8\xaf\x14\x8a\xa8\x23\x6b\x4b\xa0\x4b\xe8\x47\x3f\x53\xbd\x11\x05\x79\x55\x9d\x4a\x30\x50\xad\x92\xfb\x5f\xdf\x14\xed\xc0\xae\x23\x2a\x9a\xec\x7f\xbf\x9d\xfd\x62\x54\x25\xc5\xec\xfe\x28\x90\x58\x48\x7c\x33\x57\xa8\x97\xdc\xc5\x1f\x59\xe9\x50\xee\x68\x76\xa5\xf1\x97\x3e\xe5\x8e\xc5\xa6\xd2\x27\xf7\xbf\x90\x59\xbc\x9f\xce\x08\x7e\x10\x2b\x7b\xbd\x9d\xab\xc4\xcd\x9c\x3c\xe4\x01\x42\x44\x79\x32\x75\xd9\x57\x41\x4e\x03\x08\xad\x2a\x07\x08\x33\xbe\x4d\xc4\x07\xfd\xeb\x84\x91\xbe\x7e\x39\x73\x00\x4e\xb8\x99\x8b\x84\x60\xf2\x8e\x72\x74\x1c\x18\x08\x61\xa7\x8a\xb2\x92\x2a\xc3\x1e\x60\xa1\x12\x61\x26\xd5\xbc\x4d\x50\x32\xf2\xb5\x83\xd2\x62\xd9\xc6\xab\x44\xe9\x8d\x0d\x4a\xab\x28\xb8\xce\xde\x3e\xcb\x9e\xe8\x86\xeb\x12\xa8\xcc\x13\xdc\x1f\xad\x59\xb5\xa3\x94\x7c\xff\x20\xad\x16\x6b\xc3\x5c\x09\xdb\xc6\x3c\xac\xc0\x27\x03\xb4\xc2\xf4\x28\xc1\xc0\x6f\x54\x27\x71\xd3\x90\x75\x55\x51\x72\x40\x50\xba\x83\x5f\x3c\x66\xb4\x6c\x75\x94\x2b\x0a\x62\x37\x15\x9c\x43\x22\xb4\x51\xa2\x10\x36\x09\x18\x0b\xc0\x52\x02\x01\x8f\x25\x89\x09\xf7\x22\x37\x34\xdd\x7c\x87\x9d\x81\xf0\x5a\xda\x4a\x94\x87\xe2\xf6\x73\x49\xc8\x3b\xe2\xc3\x26\x9d\xc8\xfb\x68\x70\xc3\x2d\x54\x23\xe5\xd5\xc1\x40\x88\x37\x3e\x1d\xe8\x4d\x30\x71\x19\xf4\x3c\x1e\xd5\x8a\xfc\x4b\xfc\xc9\xe1\x01\xf5\x2a\x92\x31\x29\xca\x7d\xbd\xc7\x85\x42\x3c\xd9\xa5\x94\x52\x08\x7a\xb2\x4f\x78\xdb\x03\x21\x9e\x5a\x38\xb5\x95\x2d\x02\x09\x50\x96\xb4\xa6\xd8\xf0\x1b\xbb\x5c\x09\x2b\xf1\x89\xf4\x8c\x5b\xd1\x30\x1f\x4d\x09\xde\x12\xf8\xef\x5a\x7a\xdb\x8e\x3d\xcf\x6c\x7f\xbd\x36\x50\x4e\xf1\x3c\x9e\x50\x9b\x00\x65\x4b\xd4\x99\x26\x67\x60\x68\x56\x89\xab\xcc\xd9\x8e\x73\xe3\x45\x61\x6f\xff\x05\x5c\x15\xc3\xec\x93\x6c\xf9\x93\x74\x14\x89\xa4\xb8\x84\xad\x03\x9e\x65\xc3\x39\x62\x87\xe9\xdc\x0f\x85\x6b\x4b\x5a\x60\x77\x5c\x6e\x11\x6e\x4b\xb0\x34\x67\x98\x4e\x21\xa1\x35\xba\x17\x53\xdf\x6d\x9e\x7f\xd1\x06\xf4\x54\xae\x64\x3b\xbc\x2a\xcc\x31\xe3\x7d\x64\x21\x78\x93\xcb\xcf\x3d\x40\xee\x07\x5b\xf8\x30\x82\x0a\xd5\x39\xab\xf7\x5f\xd7\x44\x4b\x52\xb5\x42\x53\x8e\x64\x0d\x73\x3a\xb7\x28\x02\x11\x26\x88\xb1\xe5\x27\x7c\xf0\x5f\x4c\xf8\x40\x78\x3b\x06\xf7\x21\x07\xa4\xda\xc9\x33\x56\xec\x25\xfa\xc3\x6c\x0e\x97\x94\xeb\xe8\x27\x72\x87\x85\xd2\x6d\xbd\xe4\xd8\x8f\xae\xb5\x10\x1e\x90\x2d\x75\xc0\xff\x24\x85\x18\x5b\x95\x36\x37\x28\x60\x12\xb7\xe9\xcd\xd4\x58\x55\x38\x7b\xa9\xb4\xe6\x0b\x3a\x64\xbe\xf9\x84\xb0\xf5\x7c\x6c\x73\xf6\x94\xc0\xf6\xb0\xe0\xaa\xf8\x03\x58\x81\xb1\x93\x2a\x7a\xd1\xe7\xf3\x86\xb5\xb5\x3a\xe3\xe4\x1c\x69\x3e\xc6\x40\xad\x2f\x13\x59\x15\xd6\xc4\xd8\x11\x7a\xe8\x9e\x58\x77\xc8\xd7\x1a\x42\x9a\xa6\xa9\x53\x15\x42\xe0\xf0\xf7\x25\x88\x25\xc7\x62\xe5\xc0\x0c\xe7\x8b\xb1\xee\x55\x87\x52\x85\x7f\xdb\xd7\xb4\x4a\x03\xa1\xd7\xc1\xf6\x46\x49\x43\xfe\x1d\xf0\x9f\xe1\x04\xb8\xf0\x87\xfe\x4d\x2f\x7f\x13\xf1\x89\xc3\xab\x45\xed\x25\x16\x62\x50\x42\x56\x40\xa9\xee\x90\x12\x75\x94\xda\xe8\x0f\x85\x9f\xb8\xad\xd6\x5f\x94\xd7\xdb\x85\x02\x92\x40\x68\x42\x43\x47\x18\x0f\x3d\x60\x03\x53\xdf\xde\xfe\x74\x7f\x24\xc2\x8e\x4a\xda\xb9\xd7\xfd\xb9\xd4\x32\xba\xaa\x26\xa2\x37\xb7\x55\x56\x23\x0a\xaa\xb2\xbf\x92\x1c\x54\xdd\xca\x84\xe3\x25\x47\x48\x0b\xf5\xa4\xf7\xe5\x95\xe4\xa4\xac\xe4\x42\x73\xb0\x3b\xa2\xfb\x9c\xa9\xfc\xc2\x5d\xaf\x5a\xce\x0e\xff\x9d\x36\x0d\x92\x47\x0a\x6d\x3e\xdf\xff\x41\xfb\xd2\xff\x12\x17\x1d\x95\xc6\xbb\xfa\xf0\x5a\xde\x94\x23\x91\xc8\x00\x0b\xf0\x0b\xb8\x93\xa0\x2a\x18\xd6\x5b\x79\x1b\x65\xfc\x5f\xdb\x28\xa5\x1b\x38\x20\x60\x96\xc7\x37\x40\xfe\x73\x7e\x37\xd6\x4d\x19\xb0\x88\x68\xc4\x09\x37\x2f\xf0\x28\xe6\xf0\xf1\x67\xd7\x42\x20\xd4\xbb\x9e\x3d\x75\x09\xd7\x82\xf1\x12\xc4\xc2\x9d\x19\xe2\x14\x13\x65\x3b\xa2\x1c\xe8\xc3\x4e\x28\xfa\x67\x41\x4d\x30\x49\x07\x85\x81\x1e\xc1\xb1\xbf\x92\xb7\xf0\x7c\xd8\xdc\x59\x9e\x15\xb5\x44\x4f\xd9\xc0\x52\xa7\xe2\x22\xea\x8d\x91\x68\x4d\xde\x81\x8f\x05\xb3\x49\xec\x99\x85\x86\xf3\x52\x77\xcc\x3d\xc9\x8a\xe2\x77\xaa\x27\x62\xb7\xee\xad\x2e\xf0\xd7\xcc\x2f\x45\x59\x44\xbb\xc9\x8c\x97\x4f\xb6\x4a\x4e\x10\x3f\x4d\x39\xaf\x17\x97\x01\x09\x81\x5a\x95\x9d\x3f\x26\x88\xc3\x58\x0f\x75\x8e\x7c\x16\xdb\xe9\x09\x77\xa1\x05\x6a\xf8\x98\xfc\xac\x28\x3f\x78\xa6\xda\x47\x75\xe7\x8c\xac\xe2\x09\xf5\xd4\x5a\x3a\x06\xf7\x50\x3d\x20\xc1\x65\x8c\xed\x7c\xd6\x87\xa8\xbb\x2c\x8a\xf2\xdc\x82\x72\xdb\xa3\xf3\xd0\x67\x57\x6a\x6e\xe5\xf2\xfa\x2a\xb4\xec\xa2\x24\x17\xbd\x4f\x32\xaf\xcc\xe3\x04\xd1\xd7\x01\xe1\xdc\x8f\x91\xe9\x79\xe6\x54\x95\x31\x62\xed\x6b\xc6\xb6\x6a\x37\x65\x0a\x24\x19\xd3\x90\x74\x28\xb9\xda\x5d\x39\x59\x8b\xc2\x43\x7a\x12\xb7\xdb\x9f\x8d\xb9\x10\x07\xd5\x0d\xa9\x03\xa0\x75\xe4\x68\xf3\x72\x62\x56\x32\xed\x8e\xd1\xe4\xa2\xd2\xdf\x5c\x97\x9a\x1d\xd4\xbd\x64\xfb\x64\x44\xe1\x77\x9f\x28\xfa\x5f\x66\x63\x94\xb4\x30\x1c\xe8\x1f\x86\xa7\xd7\x04\x9c\x4a\x58\xb5\x1d\x18\x92\x07\x9e\x74\xbf\x25\x55\x5e\x82\x4c\x92\x6d\x6e\x32\x35\xc0\x08\xc2\x5f\xf3\x8d\xf6\xe1\x95\x82\xed\x51\xa6\x2a\x85\xf7\x13\xe4\x25\xcc\xc8\xb2\x54\x2f\x47\x66\x81\xa6\x30\xe2\xae\x93\x8e\xa0\x4b\xa5\x31\x01\x78\x57\x41\x96\xbd\xf5\xcb\x9c\x1e\xeb\x37\xe1\x63\xdd\x42\xaf\x28\x8a\x4d\xb5\x92\x63\xec\xd6\x0d\xfa\x14\x41\xdd\xcf\x91\xcc\x20\xf4\xee\xa2\xe0\x88\x21\xce\x82\x26\x23\xa0\x58\x34\xce\x31\x17\xc2\x15\x16\x30\xbf\x0b\xae\x40\x56\x2e\xbb\x91\x4e\x00\x99\xb6\x16\x5c\x72\x48\x69\x9e\x96\x2d\x7f\x26\x7a\xfe\x88\x31\xe7\x46\x47\xfe\x26\x35\x28\x0c\xad\x12\x83\xaa\x06\x43\xa5\xc8\xe2\x1e\x8a\x78\xa3\x18\x0f\x7f\x0e\x61\x49\xbb\xba\xfb\x2d\xf2\x56\xeb\x10\x5f\x93\x51\x38\xf6\x94\x91\xad\xde\xc7\xed\x5c\x16\xd9\x7f\x34\x68\xf5\x67\xb3\x60\x1d\x27\xce\x81\x79\x7f\xf7\x61\x39\x65\x77\x7c\xe5\x94\xa5\xc9\x3c\x47\xf9\xf8\x9a\xe0\x57\xa0\x77\xbe\xc8\x90\xb7\xf7\x53\xbb\xb8\x8d\xe1\xb3\x75\x27\xd4\x4e\xad\xea\xbc\x55\xdc\x93\x49\x47\x4d\x7c\xef\x08\x4a\x2b\x38\x32\x07\xc8\x37\xe2\xbe\xf0\x65\x87\x8c\x41\x12\x4c\x00\x29\x6c\x4b\xc6\x68\x0b\x26\x07\x93\x45\xa1\x27\x5a\xc2\xf8\x26\x7b\x74\x3c\x82\x82\x6f\xb1\x2a\xfb\x3b\xbd\x69\x24\xdc\x83\x33\xfa\x2e\x06\xac\xfd\x93\xcd\x65\x05\xd0\x22\xc2\x01\x32\x9c\xa6\x6e\xfa\xf2\x61\x5a\xe2\x7c\x6a\xe7\x4b\xc1\x49\x7d\x54\x1b\xd9\xb8\xc9\x6b\x93\xa4\x95\xa8\x97\x11\xac\x09\x34\xd7\x3f\x90\xe4\xeb\x1d\x2e\x29\x80\x65\x24\xdc\xb1\x6a\x4c\xdd\x6c\x3d\x56\x08\xbe\x13\x49\x90\x3e\x68\x96\xd5\xed\x8a\x23\x1e\x7f\xeb\xdd\x52\x52\x0e\xe3\x4c\x06\xe6\xe3\x60\xb8\xe3\x63\xd3\x41\x2e\x42\x87\xaf\x5f\xde\xc1\xa3\xc5\x8d\x8e\x3b\x85\xaf\x16\x27\xa6\xd9\xa9\x0b\xdc\x45\x06\x72\xef\xd9\xf6\x2f\xed\x8a\x41\xc2\x14\x77\x24\x22\xe9\x9f\x5f\x2e\xec\x0b\xaf\xe3\xfc\xa9\x03\xd4\x80\xbb\x92\xe6\xbe\x16\x87\x68\xd2\x59\xc0\x1f\xdd\x7c\x6e\x14\x18\xf5\xd7\x8c\x33\x6d\x73\xb3\x34\x95\xdc\x8a\xe2\xb9\xc4\x4f\x3f\xf8\xfa\x4b\x24\xb2\xa2\xae\x8e\x06\xb4\x24\xb3\xa2\x40\x9e\xf6\x26\xb7\x95\xa7\x62\x60\xd3\xa7\xf4\x2e\xea\x7c\x97\xfb\xea\x64\x72\xa9\x85\x64\xd4\x0c\xb6\xc0\x2c\x6d\x35\xb9\xbf\x7f\x75\xeb\xe0\xe4\xae\x39\x49\xa1\xe5\xf4\x93\xb9\xb4\xe8\x88\x0a\x9a\x44\x69\x37\x6c\x4c\xf2\x67\xdd\x83\x32\x07\x06\xb9\xf5\x8f\xf6\xe1\x78\x32\x53\x8b\x8e\x94\xa8\x46\x9a\xa7\xd2\xee\x9c\x69\xe1\xc8\xf6\x3c\xc9\x2d\x67\xf3\x6e\x90\x17\xc4\x4e\x0f\x45\x6c\x33\x4d\xb9\x1e\xe6\x4f\x86\x6b\x36\xb7\xeb\x64\xb5\x09\x90\xb2\xcf\x54\xed\x20\x0b\x6d\xb0\x1a\xd5\x3a\xa8\xf4\x6a\x2a\xb4\xbd\xba\xee\xaa\xb9\xc8\x92\x06\x44\x7b\x5f\x60\x5f\x5e\xae\x9c\x3f\xde\xc6\x40\xea\x5c\x9f\xff\xc2\x0d\x1c\x21\x59\xef\xa8\x1c\x5e\x2d\x73\x4b\x0b\xf9\x42\xc1\x53\x85\xa9\x5b\xa7\x1d\x5a\x4d\xde\x18\xd9\x0e\x21\x17\xcf\x98\x3e\x5b\x72\xc5\x8c\xe4\x7f\xbf\x50\xc4\x35\xc2\x5e\x43\x32\xff\x89\x05\x7b\x7e\x4c\x07\xf9\x9a\x2f\xb3\x81\xef\xa2\xdc\xfb\xab\x16\xb5\xb4\xb8\x1e\x26\x33\x9c\xcc\x7c\xf9\xd5\x0c\x73\x37\x79\xa7\xeb\xd1\x2f\x0c\x4f\xa8\x25\x3e\x9f\x9f\x78\x65\x5f\xdc\x24\x8a\x01\x08\xcd\xae\x65\xbe\xd2\x9f\x46\xb7\x70\xbb\x08\x13\x0f\x57\x2f\x54\xb9\x27\xfa\x4d\xe7\xcc\x44\x6a\x98\xe7\x9d\x15\x79\x1e\x87\x73\x78\x35\xf9\x68\x05\x19\xe4\x6f\x84\x18\xe5\xcc\x18\xda\x37\xf7\x3d\x98\xec\xe7\x6a\x12\x8a\x61\x71\xfa\x05\xd3\xcf\xf2\x9b\x16\x46\xf3\xed\x9f\xbb\x7c\xf5\xc6\x91\x08\x56\xe9\x1b\xb3\x74\x23\x97\xec\xf7\x57\xa6\x44\x1e\xd8\xd4\xcd\x2a\xdc\xdc\xee\xb1\xe4\xe4\x1c\x8b\xb8\x60\x9c\x22\x14\x88\x70\xc2\xa2\x84\x1c\xaf\xc1\x81\xaa\x2f\x7d\x3e\xb8\x7c\x33\xe9\xd7\xee\x49\x6d\xab\xca\x18\xd8\xde\xcb\xe1\x50\x98\x76\xc1\xf7\xf5\xc2\x27\xb8\xdf\xe4\x06\xd9\x79\x1e\x03\x07\x28\x35\xc7\x9a\x8f\x80\x29\xc0\x18\x15\x67\x69\x30\x2a\xa2\xf2\x87\x01\x6a\x20\x20\xd8\x5b\x2d\x5f\xd4\x9a\xb1\xcf\x2a\x4c\x7a\x33\xb7\x08\xb8\x60\x29\xeb\x2c\xed\x1b\x1d\xa7\xbc\x25\x88\xba\x66\xf1\x88\xd8\x4b\xbd\x85\xb9\x1d\x69\x99\x13\x94\x5e\x22\x86\x6d\xae\x33\xbe\x74\x8a\xeb\x67\x63\xe9\x2f\xe6\x9d\x94\xbd\x28\xae\x17\x6b\xa1\x1f\x1a\x80\xc1\x70\x49\xf6\x98\x0f\x14\x21\x3b\xd7\xf4\x90\xb1\x7e\x66\xb2\xda\x66\xf0\x1a\x12\xe8\xae\x68\x41\x38\xc6\x97\x7a\x1e\xa2\xcc\x07\xe8\x66\xaf\x45\xf2\x38\x5a\x70\x69\x17\x78\xce\x4d\x32\xca\x8e\x6c\x80\x5b\x2e\x04\x47\x02\xfc\x9a\x71\x4d\x49\xc1\x6f\xda\xb0\x24\xd6\x94\x1b\x0a\x7a\x58\x47\x30\xbd\xf6\x17\x93\x8f\x9b\x5b\x2d\x39\x5b\xfc\x16\x9b\x15\xfe\x94\x8e\xbb\x07\x69\x33\x01\x4e\xb9\x2f\x9c\xc7\x3d\xcd\xdd\x38\xf1\x53\xc3\x20\x10\xaa\xc7\xcf\xa7\xc4\xe6\xe1\x1e\x6c\xce\x1d\x12\x31\x91\xe5\x10\x3c\xef\x12\x54\xe3\x77\xdc\x58\x78\x42\x11\x4c\xff\x68\xf3\x36\x63\x83\x61\xfb\x48\x9d\xf6\x4e\x12\xf0\x44\x1c\xbe\x6b\xa3\xb8\xe6\x6d\x36\x67\x40\x36\xce\x31\x6d\x50\x14\x34\x98\xe5\x6a\x61\x13\x0a\x56\xdf\xb6\xa9\x83\x5f\x48\x89\xee\x63\xae\x02\xfc\x81\x19\x97\x66\x10\xf6\x71\x69\xef\xe4\x2e\xd1\x13\xac\xe3\x76\x00\x62\x58\x64\x94\xe6\x22\x68\x83\x34\xf0\xfe\x1b\xa3\xb4\x4f\x99\x1c\x54\x0a\xc7\x8c\x4d\x6d\x1a\xd7\xe1\x05\x3e\xd7\x78\x01\x75\x2e\x2c\x4d\xd0\x58\x93\xab\x80\x0f\x70\x67\x5d\xa0\x5d\x4e\xc9\xdc\xde\x3e\x3c\x23\x85\x35\x86\xb9\xc0\xdc\x46\x8c\xe1\x33\xb4\x5a\x4e\xae\x28\x75\x8c\x59\x51\xa3\x76\x95\x18\x5b\xbf\xbc\xc1\x96\xb2\x75\x45\xdf\x07\x5a\x34\xd5\x1c\xab\x8e\x64\xb8\xe8\x41\x65\xc9\x33\x77\x49\x36\xf3\xc0\x05\xe6\xd8\x54\x0a\xcf\x96\x3b\xf6\x25\x74\x88\x97\xe6\xbd\x0d\x7f\x1b\xca\x70\x08\xa2\x7d\xe9\xa4\x26\x3c\x31\xc2\x76\xcb\xbe\x78\xc6\x27\x41\x1d\x25\xc0\x42\x7a\x11\xe2\xbe\x2b\x72\xc7\x0d\xeb\x2c\x03\x73\xf1\xe1\x29\x03\x50\x61\x32\x81\x12\x9c\x32\x66\x06\x6b\x14\x3f\xba\x3b\x54\x3f\x68\xf3\xd0\xb9\x3d\x52\x78\x70\x08\x80\xdd\x3e\x87\x7d\x3c\xe1\x5e\x94\x7d\xf9\x65\x0c\xd6\x98\xed\xfd\x18\x6a\x3c\x8d\x81\xbb\x90\x7f\xfc\x98\x0d\x4c\x05\x5c\x1f\xaf\xb0\x2d\xc4\x35\x16\xf6\x50\x69\x43\xaa\x20\xb9\x15\x25\xf2\xdf\xf4\x08\x7c\x70\xb8\x9a\xe5\xdc\x10\xcc\x4b\x35\x18\xa3\xe7\xbd\x23\xe1\xdd\x34\xd5\x69\x60\x5e\x44\x04\x1b\xca\x6c\x57\xaf\x2d\x78\xd3\x6e\x6c\x98\x87\xf7\xfc\x79\xfe\xd6\x2c\xf4\x53\x22\xc7\x4e\x28\x01\xb2\x37\xe2\x94\xac\xeb\xab\x03\x4e\x35\xe2\x00\xef\x90\x2f\x5f\xc8\x34\xa8\x87\x6c\xbe\x8c\x57\x66\x4c\x5c\xdc\x51\x11\x8b\x91\xbc\x5f\x58\x39\xca\x92\x63\x66\xba\x58\x3c\x99\x6b\x18\xac\x0e\x9e\x13\x4b\xae\x0f\x5c\x78\xed\x09\xf5\x0d\xa0\xab\xf8\x17\x8b\x8a\xa0\x85\x3a\x08\xa2\xde\x4e\x18\xf9\x70\x49\x2c\xfe\x6a\x25\x63\x86\xcc\x99\x91\x6e\xad\x12\xd9\x6e\xc1\x08\x9a\xe5\x26\xd6\x4a\xbe\x60\x6b\xc3\xc8\x18\x0b\x61\x26\xf7\x32\xf3\xde\x3c\xa1\xca\x82\x4a\xfe\x2b\xa9\xdd\x98\xa5\x83\xd7\x20\x5d\x62\xa3\x4d\xb1\xa1\x9a\x46\x62\x79\xd8\xfb\xf6\x9a\xd1\xb5\x37\x39\xe3\x53\x6d\x9c\x46\x4d\xe5\xcf\x07\xdb\x0d\x5e\x7f\x33\x02\x94\x7a\x83\xa1\x7a\xcc\xf9\xc9\x8a\x60\xa3\xc9\x32\x77\x04\xb2\xb0\x79\x82\xae\x66\xd0\xcb\x6a\x55\xde\xaa\xb1\x8d\x7f\x66\x76\x70\x8d\xeb\x39\xc9\xd4\xcb\x56\xbd\xff\x62\x66\xfc\x04\x20\x96\xfd\xd7\x1f\xf3\x1e\x01\x4a\xe6\x58\x38\x2f\xdc\x6c\x01\x27\x73\xfd\x58\xaf\x4b\x3b\xc7\x64\x0e\xb1\xa1\x4f\xdf\x18\xc1\xf2\x2f\x17\x4a\xd9\x13\x7d\x5a\x25\x0f\x01\xd0\xfd\xee\xec\xe7\x7f\x3a\xab\x55\xfd\x3f\xcd\x6a\x7d\xf5\x90\x2a\x35\x14\x37\xbb\xc4\xbe\x7e\xf9\xfd\x4a\xc2\xf4\xba\xcc\xb5\x80\xf3\x9e\x98\x6f\x7a\x8b\x14\xa5\xfe\x8e\x82\x4b\x3e\xf1\x2e\x55\x6e\x49\xa1\x65\x5f\x5a\x54\x2a\x38\xc3\x37\xac\xf5\x76\x98\x0c\xb3\x8d\x09\x1d\x1f\xd0\x50\x44\x11\x2c\x03\x3f\x76\x04\x8f\x53\xcf\x22\x1d\xee\xeb\xb3\xec\x89\x77\x51\xc5\x26\xd0\x23\xfc\x2c\xe7\x69\x51\x61\x97\x37\xb8\x77\x06\xf6\x84\xd2\x4b\x66\xf2\x00\x48\x97\x98\x59\x31\xaa\xd0\xc9\x9f\x77\x40\xa6\x62\x77\xd3\x1b\xf1\xa3\xca\xfd\x94\xe9\x0c\xb9\x17\x66\xd6\xfc\xb8\x5f\xf4\xb9\xd9\x08\x29\xdc\x7b\x14\xb4\x90\xae\xeb\x0b\xf5\xd9\x04\x1e\x71\xe3\xc6\x04\xcd\x7a\x42\x3d\xe5\x5a\x08\x84\xf7\x7d\x62\x37\xff\x2f\xf1\xaa\x40\xa8\x17\xa4\x3d\xeb\x97\x0b\x51\x76\xc3\xc3\x70\xff\x60\xde\x88\xa3\x7c\x23\x1b\xf6\x79\x65\x4a\x44\x2e\xdf\xfc\x18\x7a\xb6\xaf\xc8\x91\xa4\x1e\x74\x07\xcd\x10\xfa\xe9\x4b\xfd\x78\x9b\x3d\xf9\x2c\xd5\x49\xae\xf1\x7d\xbe\x36\x98\x8a\xfd\x11\x11\xab\xf8\x75\x09\xb8\xb2\xaf\x05\xca\xf9\x7b\xf8\x6e\xad\x1b\x4b\x9e\x95\x9e\x27\xc3\x05\xb2\x48\x22\x33\x23\xf2\xcb\xf8\x8b\x12\xef\x7f\x5d\x03\x2e\x75\xc4\x11\xf5\x1d\xcb\xf8\x49\x6e\xb7\x1d\x26\xd6\xef\x0a\xc0\x8e\x77\xf5\xf1\xfd\x8f\x67\x86\x22\xec\xb8\xa4\x3c\x31\x8d\x55\x1d\xb1\x8f\xe3\xc9\x41\x0d\x7f\xc2\xf2\x69\xb4\x43\x91\xfb\xa8\x8b\x19\xcc\xb0\xee\x57\x62\x2a\x98\xb0\x87\xb9\x05\x52\x23\xe7\x64\xb8\x5d\x4e\x38\x5f\x67\xfa\x08\x2a\x12\x71\xdf\xf5\xf0\x9e\xe5\x53\x39\x12\x1b\x29\xd8\x74\x35\x90\x31\x0c\x37\x13\xad\xa1\xc6\x52\xdd\x84\x5b\x97\x4d\xe6\xe7\x6b\x2c\x8a\x4f\x3e\x92\xbb\xa5\x22\x59\x4d\xcc\x1f\xd7\x13\xd8\xfa\x28\xe7\x78\x68\xb6\x54\x9a\xe3\xc3\xd3\xaf\xdc\x3a\xa0\xb5\x81\x5e\x95\xde\x39\xad\x29\xd0\xe8\xed\x4e\x2c\x83\xe7\xc5\x8f\xb5\x7a\xff\xf5\x70\x6d\xa3\xf7\x0c\x65\x29\x46\x13\x9e\x0f\x0a\xa7\xab\x04\x87\xae\x36\x72\x82\xed\x62\xfa\x5c\xbc\x9b\x02\xdb\xee\x45\x76\x96\x45\x3b\x81\x6c\x5c\xf5\x54\x29\x15\xb2\x67\x96\x5e\xba\x07\xae\x64\x27\xce\x6d\xaa\x5b\x44\x98\x42\x8a\x8c\xab\x87\x26\xa5\x81\x44\x8d\xe7\x1f\xdf\x8b\x42\xb5\x74\xdc\xeb\x8e\xb9\xf5\x49\x09\x90\xc7\x49\xf1\x69\x2d\x28\xb2\x83\xb2\x12\x6e\x53\xa9\xcc\x73\x52\x66\x30\x1b\x0e\x89\x76\x0a\x2a\xa7\x02\xf8\x88\x3f\xe5\x20\x55\xd3\xc2\xc3\x1b\x33\x94\x65\xd6\x0b\x57\xbb\x84\x81\xe9\x08\x93\xa8\x00\x1f\xac\x31\x58\xab\x0c\xd4\x32\x3d\xfc\xc8\x79\xd0\x0b\x6d\x4a\x37\x29\x5b\x21\x64\x3b\xed\x66\x68\xee\x07\x5e\x72\xeb\x0a\xa0\x5f\x65\x1d\x01\x86\xa1\xf5\x81\xb5\xbe\x46\x37\x06\x1b\xfa\xab\x5e\x20\xd0\xf0\x52\xa1\x70\x9f\xf1\x1b\xe6\xf6\xf9\x20\x53\x22\x2f\x4f\x44\xbb\x1c\x58\x46\xc2\x5e\xc7\xf1\xf3\x4f\xcd\x90\xb3\x08\x2a\x84\x6c\xdd\xfd\xa3\x42\x38\xa2\x5b\x23\x0b\xfa\xbd\x11\xc6\x9f\x2d\x46\x19\xc8\x2c\x0d\xe2\xd6\xc2\xdf\x6b\xfb\x43\x6f\x22\xce\xcf\x73\xda\x6e\xe8\xa3\x4a\x55\xdb\xa9\xfe\x4e\x6d\x67\x9c\x8a\xac\x44\x7d\xf0\xae\x2f\xac\xc9\x7a\x51\x62\x9c\x5f\x11\x08\xa5\xf7\x33\x9a\xc8\x01\x1a\x4c\xd4\xe2\xaf\xda\x61\x3a\xb7\x2d\x74\xeb\x1e\x0a\xd6\xe8\xdf\x91\x3c\x51\xa1\xc9\xc2\x3d\x83\xbf\x06\x0e\xd8\x99\x6b\x92\x35\x98\x2f\xe6\xa4\xb6\xfc\x91\x6c\x52\x0e\xd4\x63\x83\x2d\x5d\x32\xde\x6d\xa4\x2f\x17\xd2\x7c\xd4\xfb\x11\x99\xd2\xbd\x31\xfa\x9c\x7a\x40\x26\x43\x04\x41\x13\x60\xdc\x76\x54\x83\xd3\x28\x2a\xbd\xf2\x15\xc1\x9b\x8b\xdc\xd8\x96\xe4\x9d\x54\x4f\xb2\x40\x58\x52\x24\x78\x57\x5a\x26\xb1\x70\xdf\xf4\xc4\x3c\xc8\xd3\xbc\x90\x42\x61\x44\xe3\x6e\xc9\x8a\x00\x11\xf1\xb5\x5a\x44\xd3\xfa\xcc\x1e\x83\xb0\x06\xac\xe5\x01\xf4\x4a\xe0\xe6\xef\xf8\x5c\xeb\x1d\x34\x88\xe0\xa2\xd9\x49\x6b\xfe\xcb\x71\x06\x7a\x31\xe7\x74\x7b\x7d\xa1\x5e\xb4\xea\xec\xdf\xee\x72\x4f\x19\x08\xf7\x81\x4c\x9a\x60\x36\x80\x96\x3c\x10\xde\xeb\x74\x70\x75\x48\xbd\xce\x16\xf9\x9b\x94\x38\xb0\x72\xb0\x5c\x32\x2e\x7d\xc2\x2f\xa4\x7f\x54\x1e\xb4\x7c\x1d\xab\xc9\xfd\x75\xd7\x3e\x44\x74\xd3\x24\xba\x35\xf7\x9d\x76\x27\xbb\xa8\x4a\x80\x80\xea\x79\xce\xf3\x75\x5c\xca\x81\xd7\x91\xf8\xf0\x6c\x59\xee\x8b\x9b\xa8\x78\xc3\xe7\x16\x49\xe2\x88\x8e\x40\xd9\x7a\x46\x90\x58\x7d\x52\x75\xef\xb0\x85\xd9\xd2\x83\x9e\x19\x43\x30\x31\xd7\x0c\x21\x30\x3d\xdb\x94\x44\x2c\x96\x52\xab\x9e\xb1\x10\x13\xd5\x99\xd3\x91\x8d\x6c\xe7\x02\x91\x9e\x08\x08\xba\xe2\x4e\x6c\xb9\x97\x65\x57\x44\x2f\x75\x70\x6d\xd4\xeb\x38\x36\x1d\x23\xa3\x48\xa4\xf7\xe9\x95\x96\xba\x39\x0b\xa1\xac\x2a\x45\x40\xc3\x8d\x4b\xea\x6d\x09\xa8\x29\x6f\x46\xfd\x32\x74\x62\x8b\x92\x02\x2f\x3d\x9b\x3e\xe6\xf8\x54\x9b\x31\x6d\x07\x8a\x2d\x3d\x3f\x10\x17\xc7\x99\xa0\x03\x35\x4e\xc1\xab\xb7\xb2\x19\x3f\x10\xe1\x4c\x1e\x26\x8c\x79\xb3\xe5\xb9\xa6\x65\xd7\x6e\xcc\x16\xc5\x98\x3d\xa7\xfc\x7b\x3f\x86\x69\x73\xe0\xdf\x47\x0a\xac\xfb\x14\xa5\x71\x0e\xe0\x7f\x9d\x48\x37\x7b\xe3\x9e\xd5\xd5\x73\x6b\xa3\x8e\x5d\x9c\xb3\x7f\x5f\x48\x43\xc2\xbf\xee\x0b\x27\x91\x4c\xc5\xd4\x6f\xee\x7e\xcb\xb4\xf8\x10\xee\x4e\x22\xb9\x49\xdd\x9d\xa0\x58\x1c\x89\x73\xe3\xb9\x19\x97\xd3\x4a\x8b\xce\x0a\xcc\x37\x90\xda\x9c\x0c\x35\x31\x89\x4c\xec\xe3\xa5\xb2\x21\xfd\xce\xd4\x39\x75\x50\xdc\xde\xef\x4f\x1e\x68\x3b\xac\x8d\x7c\xed\xec\x21\x91\x08\x3c\x3d\xcb\x5e\xa7\x38\xb3\x54\x94\x3e\xf3\x0a\x24\x0b\x78\xec\xe5\xb1\x8b\x80\x95\x7e\xd8\x58\xad\x2a\xbf\x37\xef\x8d\xe5\x19\xf9\x52\xf7\x48\x57\x4b\x16\x6e\x0a\x5b\xf3\x3c\x67\x24\x69\x53\xea\x74\xec\x6a\xc3\x22\xc4\x03\x28\x4c\x6e\x86\xc3\x62\x17\x33\xae\x54\x63\x89\xb1\x6f\xd1\xe3\x5f\x71\xd1\xda\xa4\xc1\xfa\xc2\xb3\x55\xf1\x0e\xd1\x27\x84\x91\xcf\x4b\x2b\x9b\x19\x03\xa1\x9e\xae\x26\xc5\x00\x21\xae\xee\x0f\x11\xc1\xc0\xbc\xe9\x75\x1b\xa6\x37\xe5\x19\xd6\x07\xfc\xcc\xd5\x94\x1a\xee\x7e\xb9\x2a\x49\xaf\x3a\xf2\x55\x87\xeb\xab\x22\x11\x2c\xd4\x3d\x92\xf6\xb4\x5a\xb6\x22\xeb\xe6\x91\xe2\x5d\x8a\x82\x63\x4a\xf1\x66\x41\x1b\x36\x03\x03\xc2\x98\xed\x35\x09\xb6\x67\x21\xf1\xd3\x48\x79\x46\x00\xb4\x59\x6a\x1a\x8d\x45\xb8\xd3\x15\xb0\x68\xe9\x7b\xfa\x0b\xc7\xa2\xaa\xaf\xbb\x46\x9c\x35\xc6\x45\x41\xdf\x20\x6e\x26\xb6\xfc\x9f\x53\x32\xd8\xc8\x2d\xcf\xc4\xdc\x37\xee\x11\x5d\x65\xb8\xa6\x58\xa2\x91\x2a\xea\xfe\x67\x1b\xee\xbb\x41\x83\xba\xe6\x12\xec\x0b\xf5\xb4\x26\xf5\x59\xbd\x57\x2c\xe7\x0f\x32\x86\xe4\x37\x32\x83\x48\x4e\xc4\x22\x5c\x28\xce\x6c\x1e\x22\x94\xf0\x76\x9f\x1b\x26\x16\x77\x1c\x6f\x84\x32\xd3\x00\xc2\xd3\xce\x69\x8e\x80\x00\x32\x45\xd6\xc4\xb7\x28\xdc\xc1\xad\xf6\x41\x68\xa5\x4e\xb2\x34\x43\xd9\x0a\xd4\x97\x7e\x05\x25\x0e\x61\xa9\x5e\xb8\xce\x92\x4c\xa9\xcd\x07\xa8\x20\x77\x1f\x6e\xe4\x68\x99\x43\x1d\x6b\x42\x9b\xe8\x9f\x29\xf6\x0f\xea\x6a\x75\x77\x46\x0e\x1c\x7b\x13\x0f\x15\x69\x34\x17\x82\x2c\x99\x02\x49\x94\xcf\x26\xc6\x8d\x41\x58\x3a\x41\x47\x56\x1a\x6c\xe2\x55\x72\x9c\x2d\x30\xe8\x18\x4e\x7c\x06\x63\x9b\x15\x9b\x1a\xdc\x76\xa1\x49\x73\xa6\x54\x17\x81\x15\xd6\xac\x14\xf4\x60\xf2\x4d\x1d\x8f\xa9\xfc\x50\x75\xf7\x93\x5f\x03\x98\x12\xc8\x34\x98\xa2\xfd\x9d\x64\x4e\xb0\xe1\x11\xf3\x06\x25\xe5\x27\x89\x82\x85\x3e\xb9\x72\xd4\x33\xb2\x26\xb8\x53\xe6\x66\x24\xdc\x8a\x81\x69\x61\x04\x94\x98\xa1\x7e\xc0\x52\x11\xf6\xe6\x58\x05\xc6\xd1\x65\x6c\x85\x0e\x61\xab\xaa\xcf\x33\xd2\xaf\xfd\xa6\x32\xba\x87\xf7\x41\xef\x95\xc8\x46\x7a\x46\x4b\xa4\xec\xd7\x50\x6b\xfd\x57\x21\x8a\x86\x82\x17\xd7\xc9\x37\xf6\xeb\x45\x22\x4e\xaf\xe9\x0b\x6f\xa3\x1a\xea\x3f\xdf\x12\x1d\xb4\x3e\x18\x26\xa4\x51\xbf\x6f\x69\x01\xfa\x17\xca\x64\x07\x4d\xee\x27\x98\xde\x70\x4c\xd9\x32\xfb\xc9\xb3\xc9\x7f\xe7\x43\xa7\x5b\xb8\x00\x50\x8c\xfc\x5d\xee\x09\xf7\xf3\x2b\xfd\x3f\x8a\x22\x9e\x2c\xe8\x69\x43\x94\xf3\xd0\x4d\x44\xbc\xc2\x77\xa1\x0d\x7f\xd5\x49\xa3\xdb\xa1\xf0\x9e\xab\x1c\xc1\xb8\xbc\xe8\xa1\xe8\xae\xd8\x38\x6b\x6f\x21\x45\xea\x55\x36\x4f\xb2\xcb\x62\xe1\x6f\x74\x57\x3d\xe1\x75\x6d\x9e\x3e\xbf\xa5\x13\xd5\x8e\x4e\x16\x4f\x43\x3e\x0b\xeb\x78\xfe\x94\x2b\x7c\xc1\x2f\xef\x31\x39\x00\xaf\xd2\xa0\x06\xf8\x9b\xd6\x81\x01\xf4\xc6\x2b\x8e\x5e\xf7\x4d\xee\x60\x43\x5f\xe1\xd5\x9d\x16\x4a\xad\x1b\x8d\xb4\xae\x42\xb8\x87\x12\x7e\x1c\x90\xb8\x5b\xe5\xe8\xca\x29\x7b\xa2\x2f\xdc\x99\x33\x59\xe4\x08\xb1\x9a\xc8\xd9\x0a\x8f\xf8\x9b\xbf\x38\x5b\x46\x3b\x02\xcf\x8f\x2f\x9f\x05\x8d\x86\xaa\xdb\x55\xa2\x5a\x9c\xf6\x95\x20\xd2\x61\x16\x67\x24\x7e\x69\x70\xa7\xe6\x08\x28\x7d\xe8\x1d\x15\x78\xce\xc8\xe8\x05\x22\xd7\xa0\xc3\x4b\x9e\xb9\x76\xf2\x8b\x73\xc4\xf6\x61\x8b\x44\x99\x37\x73\x4e\x13\x76\xc5\xec\x55\xf9\x37\x1e\xd4\x21\xf5\x0e\x3a\x61\x50\xe9\x42\x90\xfb\x22\xfc\x2c\x47\xe2\x46\x4c\x10\x4a\x00\x11\x3e\xa9\xba\x9f\x17\x24\xa4\x57\x99\xcd\xea\x08\x07\x4a\x64\xbf\x10\x05\xb0\x4c\x8e\x29\xd2\x3e\x61\x01\x1d\x80\x5e\x5b\x59\x70\x7a\xc8\x11\xef\xdd\x7a\xc9\xee\x12\x51\x9b\x08\x1d\x9a\x32\x79\xca\x9c\xaf\x07\xe6\x45\x3c\xe3\xef\xf0\xdc\xcd\xa5\x8c\x43\x45\x1e\xe6\x43\xad\x8c\x3e\xb3\x66\x74\xc8\x0d\x17\x13\xe9\xdf\x43\xa1\x9e\xf3\xbf\x03\x02\xd7\xa3\x2d\x44\xef\x82\xc3\xc7\x72\x28\x9e\xd6\x90\x7c\x4f\x33\x2a\xea\x50\x2f\x53\x00\x29\xf6\x2f\xa4\x58\x41\x20\xbe\x5d\x50\x16\xf3\x2e\x80\xcf\x45\x56\xb0\x7b\xcb\x1e\xe4\xbb\x31\x1b\xf8\xe6\x25\x2d\xe4\xf8\xc1\x3b\x81\xa4\x4f\x43\x4b\x55\x20\x22\xa0\x8e\x37\x6c\x95\xba\x82\xdf\x99\x88\x71\x44\xb2\xa1\xbb\x25\x23\x7f\xc4\x5e\xb9\xf2\x9b\x50\x15\x59\x03\x63\x62\x6f\xc3\x13\x6a\x8d\xd0\xd9\x58\x8e\x0d\x4f\x4a\xe7\xc7\x07\x0f\xb5\xe2\x49\x4a\x13\x90\xac\x95\xaa\x60\x47\x2d\x11\x3a\xd4\x20\xfb\x45\x53\x88\x38\xf4\xd4\x42\xcd\x9f\xa0\x59\x30\x09\x45\xe9\xb5\xdc\x13\xde\x2c\xc3\xa5\x11\x3d\xba\xd1\x84\xe4\xff\xd2\x98\x88\xf7\x34\x4d\x03\x03\x86\xd7\x82\x47\x74\xe7\x8c\xb0\x79\xe6\x1f\xe2\x33\x18\x27\x63\x5b\xc5\x13\x5c\x12\x59\x2b\x40\x8e\x9e\x41\x3b\x70\x90\x7c\x22\x4e\x00\xe5\x17\x5b\x53\x64\xc4\x11\x62\xa2\x5a\x60\x0c\xf7\x25\xa6\xae\xe1\x81\x4b\xaf\x1e\x61\x77\xed\x5b\xe4\xa4\x75\x9b\xea\xfa\x82\x86\x05\xb9\x53\x41\xc2\x2a\x82\x02\x75\xd9\xe9\xa6\x9f\xeb\x79\x8f\xe8\xcc\xa6\x82\xbd\x60\x89\x04\xbe\x72\x20\xa2\x85\xac\x82\x38\x7b\xd8\xee\xc2\x5f\xcc\xc1\xe5\x1f\x22\x74\x4f\x14\x79\xfe\x45\x9e\x57\xb9\x6c\xd5\x0b\xf1\x45\xf9\x94\x68\x70\x4b\xe8\xc6\x4f\x22\x2b\x2a\xc0\x7e\xab\xb7\x02\xf7\xe9\xcf\x33\x6b\x0a\x38\x3d\x7c\x90\xdf\xe7\x85\xda\xc8\x09\x46\x3e\xae\x30\xd7\xfa\x9a\xc3\xf2\x20\xbd\x46\x9d\x92\x88\xcf\x0f\xc5\x93\x1f\xfa\xe4\x1f\xe7\xa2\xfe\x54\x44\xd3\xc7\x02\x8e\xb3\x17\x4f\x8e\x89\x90\xbc\xd1\x7a\x7e\x16\x55\x0a\x7d\x07\xed\x23\xc6\x44\x6f\xd8\x9f\x0b\x6e\xcd\x98\xe5\x2c\x59\x52\xce\x21\xfd\xb5\xd0\xb1\x2c\xc1\x4a\xaf\x6e\xfa\xe6\xc5\xe5\x2e\x82\xf1\x39\xb7\xad\x51\x8e\xa9\x3f\x93\x8c\xe7\xfe\x5f\xce\x2c\x11\x4f\x11\xfe\xf9\xc3\x54\x52\x15\xe7\x2f\x53\x89\x7b\xa1\xea\x72\xf9\xfb\xe4\xf1\x0d\x0e\x16\x4f\xff\x4c\x71\xbd\x76\x9c\xd5\xe5\x88\x51\xa5\xc7\xf0\x82\x0d\xf2\xbf\xf5\x73\x4b\x35\x32\xa3\x36\xaa\xf2\xf2\xe3\x38\x09\x32\xde\x50\x3a\xaa\xfc\x26\x82\x83\x9c\xbe\xa4\x9f\xe3\x4d\x04\xdf\xe6\x4b\xfc\x2c\x01\x49\xe7\x69\xbe\x0e\x04\xce\xcf\x13\xf0\x6f\x46\x63\x8c\xd1\x8e\xdb\xc8\xe3\xa9\xa9\x83\xec\xff\x38\xc8\x7b\xee\x96\xaf\x2f\x6e\x8d\x4d\xea\x2f\xc4\xe2\x53\x8b\x1e\x24\xa6\x20\x8e\x23\x09\xad\x3a\x68\x31\x1c\x2f\xdd\x6b\x26\xa3\x85\x64\x94\x20\xb8\x44\x7a\xa8\xef\x8b\x90\xca\x03\x40\x86\xf8\x97\xa7\x46\x22\xd8\x38\x46\xa7\xce\x27\xad\xaf\x0f\xd0\xe3\x2d\x4e\xa8\x89\x85\x9a\xc9\x1a\xd4\x86\x7a\x76\x6c\xac\x55\xce\xa1\x10\x6f\x4d\x3e\x46\xa1\xd8\x96\x32\xaa\x90\x70\x93\x0a\xeb\x1a\x31\x71\x8d\x57\x72\xda\xca\x2c\x77\x6a\x25\xe7\x95\xd4\x65\x29\xdc\x85\x39\x35\x34\x66\x79\x7f\xc1\xdc\xe5\xcd\x1b\x60\xd8\xb1\x77\xe5\x5f\x8e\x6e\xaa\x68\x99\x81\xda\x71\x66\xc8\x74\xfe\xcb\xe0\xf8\xb6\x32\x83\x83\x65\x8f\xd4\xfd\xb1\x34\xc2\x20\x9f\xd6\x63\xbc\x79\x4c\x9a\xb7\x47\x61\xf9\xed\x62\x99\xa6\xc9\xa8\xbb\x33\xcb\x8c\xa2\x30\xf1\x49\x96\xdd\x88\xb1\xf3\x4b\x6e\x8f\x7b\xbf\x82\x86\xed\xf3\xcd\xe9\x4a\x56\xc8\x88\x98\xf3\x42\xdd\xb2\xe3\x99\xce\x7a\x8a\xaf\xa6\xdf\x04\xee\xb1\x74\x61\xd8\x33\xe9\x9d\x59\x92\xab\xb5\x34\x91\x56\x7f\x2c\xf3\xcf\x88\xf5\x3c\xb8\x2b\xbc\x67\x12\x97\x23\xe1\xbe\x2c\xe3\x34\x29\xc9\x13\xde\x13\x83\x15\x17\x82\x1a\xa9\x69\x46\x62\xc0\x04\x38\x78\x14\xa3\x64\xc1\x76\x1d\xb9\x8b\xd5\x2a\xbd\xc0\xb4\x71\xa0\xa2\x0f\xef\xa5\xfe\x52\xbe\xce\xab\xea\x31\x2a\xfa\x46\x5e\x27\x57\x1d\x66\x6c\x14\x0e\x84\x7a\xad\x51\x7a\xb4\x7f\x4f\xa6\x16\x38\xeb\x3c\x3d\x30\xce\x75\xae\x56\x12\xe7\x3e\xdd\x9a\xb6\xf0\x37\x6d\x1e\x7c\xee\x7e\xb5\x6c\x28\xd9\x61\x26\xbf\x8c\xde\xa3\x1e\x54\xaa\x02\x3d\x1c\xba\x10\x18\x81\x08\xd3\xe4\x36\xb6\x0f\x5a\x58\xb4\x71\x39\x23\x6a\xdb\xad\xb1\xff\x21\x0b\x64\x0b\xb7\x4c\x34\x1e\x67\x73\x8b\x12\x8e\x7e\xb7\xc9\xc0\x24\x35\x81\x51\xbd\x73\x76\x7c\xb7\x30\x4a\x99\xdb\x35\x9b\xe6\x95\xc6\xc6\x1a\x28\xe7\x4f\x11\x46\xa6\x3a\x41\xf3\x5c\xc3\xa4\xe9\xcf\xb8\x0b\x26\xcd\xed\xc4\x35\x77\xad\x19\xdb\xd6\xec\x22\x33\x3b\x10\xbc\xd8\x33\x13\x56\xa4\xaa\xad\x8f\xe9\x5e\xef\x77\xe1\x89\xc9\x93\x75\xfb\x0b\x26\x9a\x65\xfc\xc9\x0c\xde\xc8\x5d\xa8\x35\x25\x49\x38\x3d\xc6\xd4\x33\xe7\x48\xa0\x6c\x19\x7c\xec\x30\x2d\xdc\x37\x10\xee\xc2\xd9\x72\x18\xbd\xe1\x9a\x9e\xf8\xef\x25\x94\x0e\x9f\x37\xb4\x65\x55\x69\x18\xc6\x72\xc5\x5e\xb4\x84\x26\xa8\x7f\x4a\x89\x58\xaa\x1b\x94\x62\x23\x00\xeb\xd7\x3f\xcb\x7d\xe1\x5b\x72\x05\x45\xfc\xba\xb7\x7d\xbd\xe8\xea\xb1\xa1\x8d\x50\x9f\x93\x56\xb1\x07\xb1\x50\xa6\x07\xb5\x0d\x0d\x20\x56\xc4\x58\xee\x0a\x3d\x58\x49\xf2\x27\x1f\x25\x83\xe8\xac\x68\x70\x6f\x17\x53\xce\x59\x63\x16\xf1\x3d\xa7\x69\x6f\xb4\x7c\x74\x2d\x69\x8e\xff\x66\x77\xae\x8f\x39\xc4\xee\x05\xd3\x28\xa1\xf4\x62\xf3\xb3\x90\x25\x67\x66\x9d\xf1\x90\x30\x77\x8f\xfb\xa3\x08\xc3\x17\xde\xc2\xad\xad\xdd\x0c\x16\x07\x65\xbc\xa6\xed\xc5\xed\x4f\x25\x8d\x79\xc8\xb6\x63\xdc\xb5\x80\x34\x0a\xe7\xb7\xe5\x9e\x08\x9a\xbc\x45\xe6\xc9\x16\x0a\xaf\x50\x61\x7c\xbe\x42\x11\x09\xe7\x51\x98\x52\x68\x94\x60\xab\x2e\x33\xe0\xc4\x76\x3b\xf3\xa0\xf7\x84\xf7\x59\x66\x70\x11\xf1\xdc\x22\x0a\x47\x71\x46\xcd\x8a\x28\xfc\xdf\x15\x01\xf0\xfb\xa6\x60\x66\xdd\x49\xd3\x0e\xc8\xc1\xd4\xd3\x82\x69\x31\x96\x58\x56\xa1\xc5\x9e\xba\xac\x6f\xbe\x08\x60\x39\x3c\x57\xe9\x5b\x8a\x91\x3c\xf0\x4a\xca\x93\x2b\x04\x5a\x59\xe1\xa9\xc7\xe1\xa6\xe3\xd8\x45\x4a\x12\xa2\xfb\xc1\xf6\x86\xca\x1f\x9b\x86\x89\xc4\xcc\x81\x55\x0d\xa9\x1b\xdb\x06\x7e\xcf\x38\xfd\x1a\x66\x70\x69\x8c\x8a\x50\x7b\x49\xcc\x03\x3b\xd0\x7c\xa3\x38\x67\xa0\x47\xf8\x59\x9b\x76\xea\x8e\x6b\x70\xcc\x37\x69\xe2\x45\xf5\x8b\x78\xc2\xdf\xc8\x2d\x3b\x13\xd3\x1a\xeb\x3d\xd7\x58\xd7\x7f\x94\xbd\xff\x5a\x66\x7d\xd6\x23\xa1\x2e\x92\xcb\xcf\xbb\x15\xa6\xfa\xa8\x32\xcb\x9a\xa1\x6f\xc4\x1c\x8b\x51\x64\x4e\x44\x1a\xb7\xc5\x8a\x7b\x8f\xa0\xe2\x62\x21\x56\xaa\x95\xfc\xa9\xde\x9e\x7b\xee\x0b\x95\x38\x80\x10\x0d\x43\x2d\x4f\x3f\x59\x1f\xe7\x0a\x75\x70\xf1\x07\x5a\x69\xd5\x03\x96\x9b\x58\x3d\xe1\x3d\x75\xc0\x1c\x35\xd9\xc1\xb1\xa0\x4a\x76\x0e\x32\xa2\xb3\x56\xa9\x62\x74\x6f\xe7\x39\x13\xb3\xf7\x4e\xe1\xe0\x43\x23\x54\x6a\x10\x2a\x47\x6a\xe8\xf9\xb0\xe2\x14\xa0\x09\xd9\x18\x06\xe0\xa4\xc7\x25\x0b\x26\x81\x2c\x0f\x1d\x12\xd8\x5a\x11\x0f\xbe\xcb\x91\xb8\x13\x8c\x3c\x6d\x86\x90\x96\xcb\xa1\xc4\x81\xf8\xe3\x10\xf5\x70\xb9\xdb\x44\x7c\xa4\x6c\xc6\xc7\x93\x5e\x8c\xe1\x8b\xde\xd7\xd3\x55\x6b\x3e\xb8\x1d\xe6\x96\x13\x95\xe0\xab\x5b\xcb\x37\xda\x8a\x7f\xd7\x5e\x83\xbe\xc7\xc6\x6c\x66\x33\x64\x7b\xca\x87\xc9\x5d\x68\x9a\xc1\x9a\x4a\x85\x4b\x1c\xc5\xe2\x02\x1a\x83\x94\x0d\xba\xe7\xfe\xca\xac\x20\xce\x61\xe9\xac\xf5\x96\xa8\xea\x06\xd8\x3c\xa3\xb7\xdb\x90\x29\x13\x59\x52\x4f\x69\x53\xeb\xf8\x7c\x1a\xbb\xbf\x8d\x3d\xcf\x39\x4f\xc4\x84\xfc\xfa\x88\xc5\x4e\xb3\xcb\xfb\xeb\x5c\x77\x2f\x06\xa3\xf6\x7a\x6a\x52\xb6\xdc\x82\x04\xb3\xff\xd4\xcf\x6b\xc7\x2c\xcf\xfe\xb4\x20\x2f\x09\x14\x9c\xf9\x46\x66\xf9\xf2\x10\x95\xd0\xbb\xd8\x80\x60\x20\xfd\x35\x67\x72\x5d\x18\x65\xb3\xd9\x41\xfc\xb1\xff\x73\xce\xba\x15\x05\x02\x27\xba\x28\x55\x76\xf1\x02\x46\x08\x4d\x40\xb3\xc7\x45\x88\x9d\x1e\x84\x09\xd8\x5d\xbb\x2d\x0a\x20\x8f\xe4\x2e\x13\x32\x1f\x62\x48\x4c\xa7\xcf\x21\x12\xee\xbc\xfb\x23\x78\x88\x6c\xca\x2d\x25\xd4\x4f\x92\xef\x79\x18\x50\x2a\x09\x5f\x10\x23\x8d\x62\x5e\x9d\x35\x89\xce\x8a\x9c\x82\xa7\x26\x66\xa7\xf0\x55\xb7\x2e\x72\x8d\x3c\x0a\xa1\x65\xa0\xf3\xa3\x4d\xfb\x91\x6a\x04\xe4\x6e\xab\x07\x2f\xa2\x04\x14\x7f\x89\xd2\xb2\xb7\xf2\x56\x69\x05\x0d\x31\x57\x3d\x4d\xce\xfe\x7b\x06\xb2\x36\x95\xb3\xb5\x9e\x29\x2e\xed\x55\xce\xdb\xcf\xa9\xea\x13\x2e\x8b\xb6\x5c\xe5\x38\x49\x41\x7f\x7d\xa6\xd6\xab\x41\xb9\xa2\xe8\x3d\x99\x17\x5c\xfb\x60\x36\x00\xaa\xd6\x36\x9c\x90\x29\x5d\x64\x1f\x58\x17\x9e\xed\x30\xf2\x0e\xbb\x61\x56\xd4\x17\xe6\x08\x0a\xbe\x0b\xd9\x76\x9e\x50\xaf\xba\x5d\xf7\xc3\x04\x23\x52\x84\xf0\xab\xfe\xba\x7a\xeb\x3a\xdd\x75\x37\x8b\x3f\x3b\x9a\x47\xa6\xe8\xa7\x97\x66\xce\xff\xb3\x0d\xdf\xec\x62\xb9\x7b\xfe\xb0\xe1\xef\x37\x79\xd1\xf1\xb7\x0d\x7f\x2a\x85\x7a\x06\x71\x87\x79\xcc\x7c\x82\xf7\xb6\x27\x34\xe1\xfb\x42\x6f\xfb\x96\xfa\xb9\xed\x17\x5e\xe4\xe7\xd6\xfa\x7f\x6f\xdb\x1f\x2c\x54\x26\x34\xc4\xdf\x76\x6d\x6f\xa3\xd0\xa1\xa8\xff\x87\x77\x73\x85\x4a\xd4\xb6\xb0\xb3\xb7\xdb\x30\xa4\x4f\x94\x2a\xe2\xbd\x76\xbc\x6c\x4f\x56\x3f\x00\x66\xfe\x0f\x76\x5a\x57\x78\x8a\x77\x5a\x48\x37\x4a\xbe\x74\x85\xb7\x92\xff\x93\x5d\xd5\x73\x72\xad\xfb\xc2\xfb\x3c\x76\x9c\x6c\x8f\xb4\xdf\xb2\xbc\xb1\x64\x5e\x44\xc1\xf0\x44\x84\x82\xbb\x2a\xa4\xc2\x60\x05\x01\xf4\xa7\x3d\xb9\x3c\x14\x2e\x90\x00\x03\xdc\xa1\x3c\xbb\xc3\xd0\x9c\x9c\xe3\xaf\xe5\x72\x5d\x02\x32\x7b\xc7\x3a\xd0\x1c\xa2\xdc\x47\x6d\xd9\xa8\xc3\xc5\xd2\xbf\x9e\xbd\x83\x00\x24\xfa\x22\x82\xb3\xf3\xb4\x48\x0a\x5e\xe6\xb3\x1c\x4a\x15\xaa\x96\xfa\x42\x11\xe4\x70\xaf\xfc\x25\x86\xf7\x16\x5b\xd9\xda\x64\xf8\x10\xea\x7d\xc1\x33\x85\x3f\x73\xbf\xf9\x66\x92\x34\x54\x5d\xce\x7e\x0c\x84\x8f\x81\x00\x24\x2f\x92\x08\xa6\x9f\x94\xa1\x41\x3e\xd0\xa0\xf2\xc1\xe1\x41\xdd\x66\xe9\x03\xee\x8f\xca\x87\xf9\x39\x10\x62\xb0\x1f\x69\x69\xe4\xbe\x96\x43\xe1\x76\x77\x93\x22\x02\xc7\x9f\x9f\xa0\xde\x2b\x1f\x39\xdf\xea\xb6\x43\xad\xdc\xec\xd8\x98\xc0\xb3\x5e\x7e\x3e\x6a\x2a\x45\x74\x90\x0b\x0e\x84\xe4\x5d\x44\x94\x5e\x84\x7f\x86\xfa\x9f\x8f\xf4\x9f\x7e\xfa\x4f\x2f\x3d\xb6\x94\x42\x91\xa7\xea\x86\x77\x50\xb3\x7a\xc6\x6b\x04\x4f\xce\x4c\x6c\x71\x09\xcb\xb1\x68\xc8\x93\x6a\xfd\x85\x02\xe9\x29\xdb\x57\x3b\x20\x35\x40\xb1\xbf\xdf\x86\xa5\xda\x4b\x38\x9a\x0e\x7f\x6f\x30\xc1\x61\xd8\xdd\xd1\x0a\x95\x11\xde\x9a\xfe\xaa\xba\xaa\x6f\x52\x1f\x0d\x17\xe4\x1f\x89\x87\x0f\xe4\x9e\x86\xb1\x24\x2c\x08\x3b\xda\xd3\x25\x04\xd3\x2c\x86\x08\xba\x05\x5e\xc6\x5a\xa6\x3d\x73\x7f\xf0\x6c\x96\xc8\xa3\xe1\xb5\xc1\xd6\xdb\xb7\x49\x31\x0b\x2d\x87\x3c\x40\x47\xee\xe7\x76\xea\x64\x3b\x89\x2f\xdc\x77\x9a\x1f\x8a\x10\x71\xfa\xa5\x6b\xba\x8e\x90\xb6\x31\x4f\xdc\x8a\x33\x5e\x04\x84\x9b\x66\x33\xdb\x48\x1e\x86\x23\x6b\x67\x16\x8f\x8a\x01\xfa\x82\xe2\xba\xde\xf2\x36\x1c\x62\x8b\xf5\x85\x7b\x71\xca\x4a\xb8\xcf\x94\xee\xb4\xc0\xa0\x91\x1f\x2b\xe4\xda\x92\xb8\x3e\x85\xb1\x7e\x79\x80\x9f\x7d\x0a\xa9\xe5\x9f\x46\xec\xeb\xa6\xcc\x3b\x64\x74\x01\xf5\x87\x92\x21\xd5\x0c\x88\x29\xd1\x14\xef\xab\x4f\x85\xaf\x7a\x98\x9c\x7b\xba\xf6\xad\x8b\xae\xd4\xa7\xb4\x42\x3b\x69\x97\x53\x05\x98\x98\xec\xb7\x59\x15\x8d\x88\x56\xa4\x4d\x7a\xdd\xf5\xda\xcd\xd5\x69\xac\xdd\x5c\xb2\xea\xff\x1f\x66\x87\xe9\x5e\x1d\xca\xf5\x3f\x99\x1d\x3e\x43\x00\xb8\xd9\xe6\xcc\x34\x38\x47\x78\x78\xb6\x0b\x56\x68\x78\xcc\x83\x26\x1c\x8a\x1d\x04\x66\xff\xf5\x74\x0a\x69\x3a\xdd\xff\x3a\x9d\xbc\xff\xb7\xa6\x93\x07\x26\xfb\xf8\xef\x73\x2a\x64\x9f\x6c\x9d\xe6\x94\x6b\x22\x0a\xbe\x35\x57\xd9\xd5\x0d\x04\x4c\xc0\xf2\xa9\xe7\xda\x42\xfd\x8f\x26\xdb\x36\x3f\xd9\x9a\xf8\xa4\x51\x0b\x93\x8e\x89\xb7\xc7\x5b\x95\x22\xbc\xa1\xfe\x68\x6d\xe0\x72\x07\x42\x3c\x25\x30\xb7\xd7\xb2\x59\x91\x57\x8a\xa2\xbb\x22\xc7\xdd\x59\x52\x0c\xe0\x1d\xcd\x8a\x2a\xa1\xbe\x9b\xcc\x8d\xc1\x81\xe5\x67\x5e\xea\xe8\xaf\x85\xf9\x98\x9f\x6d\x54\x27\xb8\xff\xca\x4d\xdd\xa7\x9f\x93\x76\xf7\xc6\x81\x9b\xbb\xfc\xa4\xc5\x6b\xaa\xcf\xe6\xaf\x93\x16\xf5\xc5\xde\x72\xe3\xa6\x93\x96\xc2\xa1\x6b\xf6\x16\x0a\x6d\xc7\xfa\xa6\xa3\x3f\x63\x78\x00\x83\x1e\xd8\xb4\x31\x78\xa8\xe7\x6e\x11\x3a\x8d\x0b\x97\x65\xd0\xa0\x58\x15\x71\xd6\xde\x89\xca\x26\xe7\x51\x87\x22\x84\x6a\x49\xf4\x56\x7d\x37\x10\x42\x7a\x9b\x22\x52\x61\xf4\x71\x77\x21\x91\x09\x36\xdc\x72\x96\xf8\xa2\x4a\x1c\x58\x4d\xc9\xd6\xf5\x06\x91\x9f\x05\x2a\x24\x17\xf2\x80\xe4\xb9\xed\x06\x83\x58\xa1\x0a\x03\x77\x66\x8e\x9f\x39\x34\x31\x7b\x2b\xbf\x89\xc0\x4f\xe2\x72\xca\x18\x45\x34\x2e\x00\xd3\x0b\x84\x9a\xa9\x04\xd5\x42\xc3\x7d\x33\x5b\xd8\x94\x4c\xb2\xe4\x6a\x64\x6b\x9b\x62\x21\x04\x0c\x5a\x24\x26\x72\x1b\x13\x9c\x8f\xda\xc5\xf0\xe4\x96\xf4\xae\xad\x9e\x92\x92\x4a\x7f\xf3\x04\x55\x33\x59\x27\xef\x05\xb3\xbd\x3d\x37\x63\xc0\x54\x7a\x42\x09\xe6\x88\xf9\x91\x1f\xa1\x0d\x10\x9a\x36\x51\x45\x9d\xd7\x6e\xb6\xa9\x6e\xb6\xf9\x4d\xb5\xb3\xe3\xf8\x35\xf2\x74\x33\xea\x32\xef\x9e\xd6\x72\x8b\x86\x83\xb0\x92\xc2\x36\x5f\x0b\x2c\x08\x1b\x16\x53\x41\xb8\x28\x84\xe9\x53\x76\xf9\x3c\xa9\x99\x7a\x2c\xca\x0e\x95\x0a\x1e\xe2\xc3\xa2\x39\x77\x4b\xeb\xa3\x45\x00\xaa\x04\xd9\x69\xbb\xa6\x78\xd4\x7f\xc2\xff\x82\xd4\x78\x6c\x71\x3a\x57\x28\xdc\x4f\x7b\xe2\xfe\x51\xa3\x98\xe4\xbc\x3a\xa7\x61\x86\x11\x81\x42\xa3\x88\x15\xe5\x60\x8f\xd4\x82\x6f\x40\x47\x64\xf4\x62\x1e\x18\x01\x72\x22\x3a\x16\x55\x39\x96\xeb\x11\xe3\x64\x17\xd8\xc2\xdd\x83\xfc\xf3\xc2\x83\x33\x46\x6f\x50\x4c\x7d\x3d\x93\xb3\x8c\x0b\x71\x20\x06\xfa\x6d\x1f\x5e\x36\xe4\xd7\x72\xfc\x1a\xe5\xf8\x28\x97\xb3\x90\xff\xb0\x32\x0b\x8b\x79\x3a\x2c\x47\xc2\x5d\x29\x7a\xcf\xe0\xe1\x08\x54\x01\xdd\xaf\x25\xd2\x44\xa8\xc6\x53\xcd\x24\xc3\xe6\x79\xc2\xf5\x0f\xaf\x39\xd9\xb4\x7e\x45\xe4\x89\x51\x0a\x18\x42\x8f\x4b\x7c\x6c\x40\x90\xe7\x87\x72\x9c\x0f\x6c\xd2\x4d\xa3\x1c\xca\x6b\xac\x17\xc2\x4e\x61\xa4\x53\xb3\x69\xe2\xa6\xfb\x37\xbd\x3b\x25\x10\x88\xbe\xe1\xe7\xbc\x3e\x5f\x03\xc8\x34\xb9\x4d\xbd\x0d\x36\x8a\x31\xfd\x29\xa9\x15\x61\xab\xac\x98\xf8\x3f\x07\x4c\x42\xd4\x36\x08\xce\xeb\xb9\x57\x77\x78\xa0\x1f\x8c\x03\x2d\x16\x17\xe7\xa9\x4e\xf0\x70\x77\x45\x87\xad\x79\xfe\xaa\xc4\x56\xe7\x99\x76\x54\x5b\x5e\x77\xd0\x5c\xe0\xe7\xfa\xc7\x29\x8f\xd4\x3f\x35\x52\x30\xf9\x0e\x7f\xc1\x14\xe5\xdc\x51\x77\xc6\x7c\x3e\xe1\x50\x7f\xa7\xdb\x15\x7f\x01\xe3\x60\xb5\x09\x31\xf9\x96\x2d\x64\xbf\xb2\x97\xbc\x73\xc1\x3d\xac\x8d\x26\x60\x36\x3c\xae\x80\x08\xf5\xc1\x5f\x21\x22\xd2\xa4\x40\x9c\xd5\x6d\x8a\xe8\x99\xb3\xcd\xab\x97\x1c\x90\xaf\xfd\x94\x9e\x78\x4c\x2e\xd7\x06\x8e\xfb\x99\x77\x64\xf2\xd4\xf8\x93\x9d\xd7\xd3\x92\x51\xb7\x46\xa9\x6c\x8f\x74\x13\x48\x76\x42\x51\x3d\x31\x76\x61\xc5\xc4\xa2\x40\x1f\x3a\xbb\x21\x50\x08\x35\xaa\xaa\xac\x1f\x56\x5b\x5d\xf5\x83\x97\xaf\x9d\x41\xb1\x52\x54\x97\x68\x29\x94\x21\xf2\xeb\x33\x9b\x54\xa2\xc7\x49\x7d\xd7\x58\x19\xb5\x10\x65\x0a\xce\x64\x23\xa9\xf7\x06\xc1\x92\x2c\xa5\xb6\x4f\x3e\x4d\xb2\xf4\x08\x69\x14\x2f\xa5\x3a\xd7\xc8\xf3\x3b\x31\x52\x05\x27\x8b\x91\xf3\x8b\xff\xd6\x17\x69\x91\xad\xf0\xeb\xfc\xac\x8e\xfe\x64\x7d\x4a\x14\x79\x54\x58\xd1\x47\x4e\x80\x20\xef\xc6\x8e\x80\x86\x3c\xf1\x4b\x23\xfe\xcb\x09\x57\xfa\x53\x2a\x80\x0f\x66\x81\x56\xfd\xc6\x92\xb2\x93\xd7\x0d\xce\x40\x86\xea\xd3\xb3\x43\xfd\xf9\xef\xb6\x1b\xce\xe6\xde\x40\xa5\x3c\xd2\x6b\x78\x36\xa1\xbd\x92\x44\x7b\xd2\x1b\xfd\xbd\x49\xfa\xd9\x51\x50\x7e\xd0\x6e\x4a\x64\x19\x34\xb9\x44\x79\xbe\x76\xf2\x17\x0c\xf5\x36\x44\x14\xa1\x61\xe2\x90\x25\x52\x41\xd0\x8c\x51\x02\xe3\xc9\x01\x73\xb0\x49\xc5\x11\xde\x4a\x56\x47\x4e\x56\x36\x0c\xfe\x20\xbf\xdb\x60\xea\xfb\x0d\x72\xcd\x42\xca\xf7\xf3\xa1\xea\x36\xa8\x0a\xcc\xeb\x36\xf7\xbf\x82\x4e\x7a\x22\x5c\x81\xe8\x1f\x69\x41\xac\xb9\x76\x9e\x68\xcb\xe2\x51\xb8\xfa\xe0\x23\x1e\x9b\xcb\x1e\x8f\x2d\xd5\xc1\xf8\x36\x23\x02\x75\x55\x97\x8c\x74\x87\xd9\x82\x6f\xe5\xde\x53\xde\xec\xe3\xef\xe3\xfb\xa0\xc7\xb7\x27\xd4\xcb\xcc\x18\xcc\x0c\x69\x3b\xe3\xa2\x5f\x16\x0b\x3d\xac\xa2\xc8\x2c\xa0\x09\x30\x0b\xfb\xe4\x73\xa0\x8a\xe4\x99\xbb\x85\x0b\xb6\xec\x89\xbe\xde\x5b\x6e\x43\xca\x8d\xba\xdf\xb0\x40\xd1\xb3\xd3\x70\xec\xb8\x63\xb9\xd5\x9d\x8b\x5e\xcc\xab\x14\xb2\x59\x48\x0f\x7e\x43\xca\xa5\xda\x28\x36\xc0\xf3\x22\x34\x4c\xf9\x98\xab\xb7\x7f\x0e\x6f\x78\xbf\x39\x33\x17\xf0\x15\x72\x80\xe2\xd8\x46\x96\x10\x23\x01\x5e\xbf\x7f\x5c\x05\x70\x4b\x0d\xe0\x00\xa7\x21\xf6\x75\x5f\xf8\x3b\xd7\x04\x4e\xce\x54\x68\xa2\xde\x4d\x10\xfa\xaa\x9f\x11\x73\x66\xe5\xd6\x3a\x9c\x45\x47\x50\x4c\xa9\xcc\x69\xcb\x04\x89\x62\x0d\x28\x34\xe3\xbe\xb5\xb5\xee\x39\xe8\x38\xe6\x81\xfb\x1d\xfa\x4c\xe1\xdd\x84\x80\xfb\x3c\x4e\xc5\x9c\x82\x22\xe3\xa3\x3c\x25\x2d\x41\x41\xff\xc6\x7e\x8d\x7c\x8a\x05\x9e\xe7\x56\x4f\xa4\xa5\x7b\x77\x3b\xce\xaf\x60\x01\xba\x7a\xc4\x38\x7c\x1b\x6e\x30\xb7\x29\x8f\x32\x4b\xbf\xe5\xea\x63\x1b\x4c\x15\xcc\x80\x7d\xa6\xb4\x1d\x97\x21\x3a\x0e\x5b\xf0\xc6\x1f\x99\x00\x28\x99\xb2\xd9\x8a\x35\x38\xc4\x5b\xec\x50\x85\xb7\xa0\xf5\xd6\xab\xbe\x02\x52\x00\x35\x03\x34\x0d\x6c\xe4\x02\xc5\x2d\x46\xdf\x9e\x33\x49\x63\x13\xf5\x80\x36\x3b\x60\x27\x4c\x56\x42\x91\x44\xec\x2f\x47\xaa\x79\x8d\x4e\xe4\xb4\x5c\x38\x55\x20\x45\xbe\x75\xb8\x58\xf0\xc7\x9d\x6f\x69\x3e\x67\x78\xfc\x00\xe4\xd1\x5d\x0e\x4c\xd2\x13\x41\x72\xc3\xee\x0a\x2e\xfc\x44\xed\xcc\xc7\x82\x91\x80\x2f\x70\xb0\x0a\xd3\x5f\xd7\xa4\x64\xce\xa4\x9d\x79\x79\xff\x80\x51\x3e\xd0\xe6\xef\xde\x60\x8a\x27\xec\xfe\x83\x98\x8e\xae\x58\xc0\xdb\x67\x3d\x4b\xfc\x9d\xda\x21\x1d\x22\xe8\x34\xf9\xdb\x84\xec\xff\xae\xcb\x11\xea\x34\xde\x66\x7c\x49\xc5\x35\xef\xa2\x2e\xb2\xc4\xb9\x1a\x38\x37\x38\xd1\xa7\xfd\x7f\x98\x7b\xb3\xe6\xe4\x79\x25\x5a\xf8\x07\x41\x15\x83\x19\x2f\x25\xd9\x38\x8e\xe3\x10\x42\x08\x21\x77\x84\x24\x80\x01\x33\x8f\xbf\xfe\x2b\xf5\x6a\xd9\x82\x24\xef\xbb\xf7\x3e\xe7\xab\x3a\x37\xcf\x13\x3c\xca\x1a\x5a\x3d\xac\x5e\xad\xe6\xf2\x08\xec\x40\xff\x50\xa7\x24\xc3\xf7\x31\xb0\x11\x5d\x07\xfb\x44\xf6\x1e\x53\xd8\x95\xf8\xb4\xdb\x0d\x42\x04\xf8\x8e\x3a\x81\xcd\x1a\xce\xba\x39\xb9\x1b\xda\x5b\x4a\x2d\x50\x1b\xb9\xaa\x70\x14\x85\xc0\xd3\x38\xb9\x3f\x01\xe4\x51\x07\x18\x61\xcf\xa9\x0e\x27\xb2\x46\xb6\x14\xc9\xf2\x27\xee\xec\x8c\x3c\xca\x1c\x4d\x96\x8c\xcd\x67\xa3\xe2\x99\x6b\x0d\xd8\x60\x56\xe6\xf6\xef\xd2\x50\x89\x4a\x54\x8d\x12\xc9\xa3\xdc\x85\x84\xfe\xb0\x70\x51\xd9\x3d\x8a\x0b\x5b\x26\xa1\x61\x35\x15\x83\x35\x14\x93\xec\x29\x53\x53\x5e\x4b\x91\x09\xe2\xbb\xfc\xc4\x4b\x4c\xc1\xd2\x2e\x61\xe3\xd5\x4b\x91\x73\xa9\x2e\x73\x49\xd2\xf4\x3c\xcf\x7e\x6b\x61\x33\x7d\x00\x5a\x09\x75\xe3\x29\x7f\x06\x3a\xeb\x23\xcd\xf4\x1a\xd5\x97\x6a\x71\xcf\x18\xa9\x5e\x5a\xf2\x16\xcd\x97\xd0\xe0\x16\x01\x9b\xf9\xbd\xdc\x3d\x8a\xc7\x9b\xcc\xdb\x95\x3a\x6f\x69\xba\x8d\xe5\x81\xfc\x47\x9d\xf9\x0a\x8c\xf8\x24\x90\x4e\x6a\xc6\x80\x48\x7d\xb8\xa3\x97\xfe\x12\xd1\x9c\x25\x2c\xda\x32\x91\xa1\xed\x3c\xbd\x49\x0a\xd8\x4a\x90\xfe\x53\xf3\xbc\xda\x3d\x75\x6b\x93\x50\xf6\xbd\xf8\xc4\x61\x3e\x25\x22\x32\x80\xee\x45\x11\xb2\x7f\x88\x5c\xa1\xce\xf9\x0e\x71\x29\x87\xc6\x5c\x15\xe4\x9e\xe9\xd1\xcd\xac\xaf\x81\x85\x74\x58\xa2\x42\xee\x6a\xa5\x4c\xc7\xc2\x47\x72\xaa\xeb\x5e\xf7\xee\x98\x4b\x09\xea\xb8\x75\x8e\x5c\xe5\x65\x64\x78\xf5\x12\x68\xda\xd1\x78\xc6\x8c\x22\x2c\x86\xa2\x29\xfd\x1f\xb4\xf4\xef\x50\x88\x1e\x16\x2f\x15\x34\xa5\xfd\xa9\x4a\x91\x45\xb5\x52\xe3\xfa\xf5\x93\x72\x34\x3e\xc1\x78\x4e\x92\xfa\x6b\x02\x0d\x24\x58\xaf\x5d\x0e\xb7\x91\xf0\x8d\xa8\x93\x5c\x91\xdc\x63\xb6\xfa\x42\x45\x2c\x09\x23\xce\xb9\xeb\x3b\x5b\xda\x90\x06\xdb\x25\x23\x71\x2e\x2a\x7f\x94\x42\x55\xd5\x91\xd4\xad\x11\x2a\x8d\xa8\xcf\x39\x47\xbb\x58\xa2\x71\x4a\x7b\x80\x72\x0c\xc7\x2d\x38\x90\xb8\x77\xb7\x01\xcd\xe1\x13\xd5\x75\xf5\x37\x72\x8d\x02\xaf\xfd\x13\xca\xbd\x18\x5b\x7a\x89\xfe\xd1\x16\x84\x18\x6d\x62\x90\xd2\x70\xda\x17\x99\x2c\xc7\x69\xfa\xce\xb6\x50\x25\xaf\x56\x92\xbf\x3f\x60\x20\xbc\x44\x82\xaf\xa0\x7d\xa9\x62\x39\x37\xb0\x2c\xc3\x02\xd9\xf6\xc1\x4a\x16\xa1\x58\x74\xb7\x40\x68\xc7\x0b\x4e\x66\xa6\x8a\xb3\xea\x05\xbb\x00\xdd\xae\x17\x4a\x05\xc1\xbf\x41\x13\xec\x49\xca\x7c\xff\x05\xe4\x6e\xdd\x2d\x2b\x5c\xbf\xbf\x0e\x75\x95\x63\x89\xc0\x31\xdd\xd4\x11\xea\xf5\x0c\xb5\x28\x5a\x3f\x6a\x19\xd3\x50\x5a\x95\x29\x29\xb1\x79\xb4\xbb\x56\x50\x9a\xdf\x19\x13\x72\x2a\x8d\x78\x29\x16\x55\x7e\x2b\x85\xb7\x92\x13\x5a\xbb\x9d\x72\x4b\x4f\x33\x14\x9d\x5f\xb9\x4e\xcb\x1c\xd4\x4a\x52\xec\xa0\x55\x53\x28\x73\x3d\x67\x85\xea\x16\x07\xda\xd0\xd5\x45\xd5\x50\x87\x7e\x80\x5a\x4b\xc1\x53\x19\x5b\x5c\x8f\x09\x2e\x06\x25\xa4\xdd\x8d\x41\x78\x32\x9c\x7e\xa7\x0b\x2b\x12\xfe\xc1\x3d\xf7\xac\xdd\x26\x2a\x13\xc5\x9d\xff\xe6\x60\x91\x45\xfc\xb0\x7e\x3e\x12\xc1\x5c\x6e\x62\xef\x76\xe3\x20\x3d\x9a\x96\x8e\xb7\x92\x10\xd8\xe9\xcc\x7b\xc5\xc4\x1b\xc4\x8e\xe2\x3a\x75\x6b\x6c\xed\x47\x92\x21\xfe\x46\x9d\xf8\x35\x30\x24\x3c\xf7\x8f\x07\x6c\x06\xf9\x25\x79\x69\x0e\x4c\xde\xcb\x0f\x38\xa9\xf9\xcf\x16\x7d\xe9\xbe\x20\x5d\xda\x5b\xc9\x32\xea\xda\xdd\x5b\x9f\xa7\x3f\x67\xbe\x76\x29\x05\x26\xd7\x4a\x07\xb5\x2b\xc2\xcf\xf1\xd2\x72\xff\x14\xd8\x9a\x99\x70\xd5\x95\x23\x69\x7a\x05\xe6\x91\xc3\x36\x1f\x00\x79\x00\x3d\x87\xcd\x2d\x56\x76\xb0\x17\xa9\xb7\x0d\x29\x0a\x4a\x68\xcd\x52\x61\x5e\x30\x8f\xc5\xbe\x29\xc1\xc9\x1e\x88\xe0\x3b\x2e\x5e\xc9\x5e\xd6\x8e\x9a\x90\xf9\xa8\x42\xd3\xd0\xfa\x43\x18\xab\xd2\x1f\x1e\x1c\x2f\x96\x5b\x8b\x16\x62\x4c\x79\xf1\xd1\x26\x91\x59\x18\xbe\x3d\x7f\xfb\x13\x9d\x76\xfd\x66\xeb\x6e\xfd\xff\xfc\x2d\xdf\x13\xfe\x4a\xed\x37\x1e\x57\x0b\x24\xe7\x3e\x1b\xeb\xfc\x0e\xee\x1b\xe8\x6f\x96\x5b\x48\xb1\x37\x84\xa8\xa2\xd9\xda\x29\x79\xff\xfe\x52\x27\x04\x54\x33\x12\xa3\xaa\xca\x1d\x33\x45\xb5\x2b\xd4\xc7\x24\xfe\x09\x59\xdf\xcf\x98\xa0\xb1\x47\x04\x0d\x21\xb3\xde\x93\xfe\xdb\xc3\xd4\xa3\x04\x68\x7f\x05\xe4\xc9\x09\xd2\x1b\xe3\x1d\x3f\x01\xb0\xce\x3b\x26\xb7\x6c\xcf\xc5\x12\x9b\x34\x13\xc3\x0b\xef\xf6\xbc\x09\x77\xf6\xbe\x7d\xf1\x99\x09\x9b\xf4\x55\xda\xa0\x74\xaf\x9f\x65\x36\xd4\x5c\x90\x37\x55\xa4\xea\xf2\x09\x2d\xee\x8b\xe0\x11\x7e\x46\x48\xc6\x28\xc1\x4e\x12\xea\xad\x86\xb6\x90\xc9\x0c\x89\x0e\x4b\xa8\x15\xab\x0e\xf1\xeb\xbb\x47\x36\xf2\x56\xb4\x74\x4c\x5a\x70\x0c\xa7\x57\xb8\x2e\x93\x69\x54\x95\x63\x4a\x4e\x79\xd8\xc0\x74\x0e\xe2\x0e\xaf\xc8\xe2\x8a\xfd\x2c\x09\x6f\xb4\xbe\xf0\x76\x6a\x09\x11\xf9\xfb\xd3\x44\x9b\x1e\x46\x56\x19\x92\x34\x26\xee\x8a\x31\xbf\x7d\xa6\x4c\x09\xe2\xf2\xff\xfd\xcf\x20\x8b\xdf\x5b\x29\xa2\xea\x09\x1f\xfe\xbe\x94\xb4\x60\x6d\x46\xde\x3b\xd2\x7c\x71\x79\x2f\x59\x88\x70\x19\x65\xeb\x8b\xd5\x29\xfd\x62\x93\xac\xbc\x5f\x64\x8f\xeb\x8a\x2e\xbb\x24\xeb\x60\x13\x2c\x4c\xd8\x56\xa6\xe4\x71\x6f\x2e\x27\x91\x19\x51\xe1\x6d\x31\xf1\x4e\x67\x99\x02\xd8\xdb\xc2\xdb\xc8\x0a\x22\xf5\xf9\x50\x84\xdf\x55\x9e\xbc\x5a\x37\xe9\x9a\x4c\xe1\x53\xd1\xb5\xbc\x9f\x45\xd6\xe6\x73\xa8\xaa\x44\xbd\x1a\x5d\x50\x90\xfb\xc8\x99\x6c\x02\xe4\x6e\xc6\xdf\x1b\x52\x06\xbf\x2a\x42\x67\xea\x20\xf0\xc2\x4d\x1d\xcf\x08\xc0\x32\x32\xe0\x32\xe6\xf0\xa7\xf4\xc0\x03\x10\xe3\x97\x5e\x3e\x10\x83\xd7\x7c\x5b\xbc\x8a\xd9\x8a\x7d\xb6\x85\x29\x86\x1c\x0a\x51\xc2\xe5\xcb\xb6\x32\x2b\x6d\xdb\x74\x17\x80\x61\xb7\x73\x38\xf0\xde\xe4\xaf\x9b\x07\x98\xdb\x53\x29\xd4\xc7\x18\x8a\x85\x32\x27\x8d\xab\xb4\x72\xe0\x44\xb8\xf9\x92\x39\x3f\x75\x5f\x2c\x24\xa8\xc7\x33\x04\x92\x3f\x3f\xe9\x97\xaa\xa7\x53\x92\x52\xfc\xaa\xd7\xf1\x83\xde\x07\x02\x7c\x72\x80\xef\x9f\x41\xdc\xf4\xf5\x3e\xfd\xc6\x5d\xd1\x15\xea\x99\x31\x52\xf9\x23\x61\xd7\x99\x4b\x63\xad\x84\x07\xa2\x60\x60\xa8\x86\xac\x21\x77\x58\x2d\x0a\xcf\xc8\x2c\x18\xee\xc0\xa3\x5e\x80\x39\x4a\xe2\xcb\x23\x48\x49\x78\x0a\x2c\x77\x40\x0d\x95\xa5\xe4\xe2\x4a\x3a\x6d\x5e\x33\x77\x70\x4c\x5b\x86\x3f\x7b\x07\x1a\xec\x88\x21\xfd\xa2\xf0\x62\xb7\x04\xce\xea\x08\x80\x2f\x7f\xae\x1c\xd8\x6c\x21\xa7\xc2\x77\xea\x84\xe3\x09\x3f\xf6\x98\x2c\x8a\x9b\x4b\x36\x14\x27\x38\x3e\xe2\x1a\x6d\xfe\x44\x42\x3c\x80\xab\x70\xfe\x9e\x4f\x6b\x0b\xa0\xc0\xc6\x8c\xac\x63\x71\xa4\x89\xa0\x84\xfe\xbe\xbe\x08\x7d\x5a\xd4\xdb\x31\x2a\x13\x91\x89\x33\x97\x13\xa6\x79\xbb\xd4\x74\x1f\xf5\x12\x05\x87\x56\xda\xa8\x26\x39\x73\x9f\x28\x91\x35\x42\x1e\x56\x87\x94\x2e\xf5\x71\x5c\x7a\x76\xb7\x22\x14\xb9\x69\xb0\x91\x4c\xc2\x92\x5d\x39\x30\xcc\xb9\x0a\x1d\x77\xf7\x60\xe3\xb1\x03\x64\x3f\xb3\x32\x07\x56\x10\x16\xfe\x62\x63\x73\xca\x39\xf4\x0a\x75\x17\xc3\xed\x42\x5a\xf2\xfd\x36\x03\x99\xf6\x76\x70\xcf\x34\xb6\x34\x46\x2b\xbe\x0b\x8e\x85\x0e\xc7\x04\x97\xe0\x65\x3c\x80\xad\x42\x10\x48\xcd\x6d\x62\x35\x20\x39\xcb\x2b\xb8\x28\x39\x73\x54\xcc\xb1\x38\x39\xa6\x0b\x4e\x39\x6a\xcc\xc7\x81\x77\x7f\xa9\x9b\xf9\x9d\x4f\xb9\x2c\xaa\xca\xc4\x63\xc4\x03\x60\x89\xf7\x86\x44\x38\x20\xc9\x1a\x6e\x94\x35\xa5\xb8\xee\x3c\x5e\xbe\x6d\x22\xf9\xe3\xc2\x30\xd2\xc6\x1e\x88\x7c\xa7\x84\x32\x57\x6e\xcd\xb7\x27\x5e\x81\x4c\x5f\x5f\xcb\xe5\xef\x1a\x3c\xa4\x75\x10\xec\x2f\xe0\xfa\x67\xf4\xda\x63\xfe\x8b\xc9\x9e\x44\xd4\x88\x61\xc3\x9c\x88\x74\x45\x7d\xcf\x36\x57\x43\xd8\xc1\x71\xe1\x1f\xa7\xf8\x8e\x32\x8e\xf3\x90\x85\xbc\x68\x77\xd4\xf1\x5e\xf9\x3e\x9f\xf1\x71\x6f\xfe\x8e\x3d\xad\x4b\x0c\xa4\xea\x0b\xf5\x4a\x0f\xb8\xcc\xae\x46\xbe\xbd\xda\x72\x14\x64\xeb\xe9\xfe\xf5\x1c\x29\xd2\x1a\xd7\x8c\x04\x38\xf0\x25\xb9\x3a\x64\x2f\xf8\x4a\x68\x98\xb7\x1b\x76\x4e\x14\xae\x01\xec\x4c\x8a\x4f\x72\x90\x79\xfc\xd7\x80\x1a\xa6\x97\x1a\xdb\x99\xe0\xb5\x62\xb8\x21\xf6\x62\xd5\x54\xe5\x56\x4a\x27\xf2\x06\x54\x1e\xa7\x49\x99\x9c\x93\x3d\xca\x99\x31\x36\xc2\x1c\x5d\xdc\x91\xd5\xd1\xcb\xdb\xd1\x28\xe2\x75\x14\x41\x7e\x24\xd4\x41\xe5\x20\xc0\x87\x4c\x60\x1f\xad\xee\x4c\x78\x67\x20\xc4\xd7\xba\xc0\x38\x86\xea\x2c\x73\xeb\x84\x42\x39\x6e\x9a\x20\xba\x84\x5e\x7e\x86\xff\xe7\x6b\x75\x70\xd3\x0b\xdb\x42\xed\xd4\x09\x7b\x32\xd4\x5c\xec\x97\xc1\xfe\xce\xc2\x88\x5c\x85\x2e\xac\x90\x59\x24\xbc\x0b\x7d\x0d\xe9\x8f\x4f\xb4\xff\x68\xe5\xd4\xbf\xbb\x8d\x8d\xe9\x7d\xe0\x9f\x82\x62\x82\x73\xbd\xd9\x21\x28\x3c\x14\xc4\x8a\x18\x8b\x4c\xd5\x30\x08\xf4\x48\x60\x22\x8a\x4f\x05\x6b\x1f\xc4\x26\x3b\xd4\x76\xcc\x0f\x44\x30\x71\xc1\xda\x6c\xc4\xe6\x7f\x75\xb7\x9a\xbb\x73\xd2\xf8\xc3\x47\xda\x38\xca\x90\x55\xc4\x73\xf5\xc8\x4b\xba\x6d\x36\x0e\x82\xdb\xaa\x0f\xe6\xd9\xae\x49\x11\xbc\xf1\xf1\x69\x7a\x7c\x90\xef\x88\xfe\xbb\xe3\xe7\xb9\xfe\x5b\xfb\xa3\x92\xfe\xed\x9b\x5b\x29\x59\xb5\xcc\xd4\x08\xa1\xf0\x4f\x72\x0a\x42\xb8\x2f\xc6\x65\x9b\x1c\x9b\x50\x84\x04\xe3\x14\xdd\x0a\xca\x7f\xd5\x68\xd3\xf2\x37\x5c\xae\x32\xcd\xa1\x5a\xca\x52\x8d\x8b\x33\x69\xf9\x7f\x90\xc5\x1a\x32\xdc\x4b\x08\x32\xb5\x8b\xf4\xbf\x7a\x62\xce\x0f\xaa\x7d\x86\x81\x86\xc4\x74\xf6\x16\x98\xa0\x82\x1f\x03\xea\xca\x85\x2c\x8d\x3d\xdd\x9c\xd1\x7e\x76\x0b\x23\xf6\x85\x77\x42\x99\xd4\x18\xba\xca\xe0\x48\x05\x18\x27\x00\xba\x97\xf1\x72\x10\xa5\xf5\xab\x7b\x60\x45\x40\x05\x54\xc6\x3b\x7a\x94\x3a\x84\x32\x97\x60\x62\x9a\x2f\xd8\xb1\x18\xb0\x77\x71\xa2\xc6\x5c\xaf\x07\x42\xa8\xc5\x7f\x07\x5a\xad\xa7\xed\x83\x31\x2e\xf3\x5e\x3e\x14\x41\xc1\x3d\xf3\x6b\xff\xb8\x3c\x81\x88\x88\x8e\xe4\xa9\xeb\x24\x88\x44\xd4\xa8\xff\x44\x0e\x98\xc8\x7e\x15\x9b\x4e\x77\x06\x67\xcd\x54\xe6\xa8\x34\x7e\xd5\x4b\xfb\x8c\x94\x5f\x85\x7a\xec\x6b\x49\x01\xfb\xd1\x3d\x73\xfc\xe9\x07\xd2\x94\xeb\x3e\xb2\xf1\x43\x8c\xa7\xe4\x30\x18\x69\xeb\xe7\x43\xb0\xf7\xa0\x4f\x41\xd9\x21\x38\x53\x0c\x8d\x1f\x4b\xee\x05\x14\x34\xab\xed\x01\x70\x19\x38\xee\x17\xa1\x00\xec\xdc\xac\x4d\x5b\xa0\x61\x96\x72\x33\xfd\xad\xfd\xea\x44\x7d\xbb\x24\x3c\xa3\x38\xc9\x90\xd8\xcb\xee\x00\xbc\xc1\xcb\xf4\x9e\x19\xee\x24\x21\x6a\xdd\x12\x37\xb2\x46\x2e\x0f\xf7\x3b\xef\x8b\xbb\x47\xc6\xcd\x77\x72\x13\x8e\xf2\x73\xf7\x4f\x41\xb3\xee\x48\x38\x86\xa8\xe8\x4e\x4b\xdb\xab\xad\x3a\x3d\xc6\x7f\x86\x4f\x88\x4b\xce\xac\xae\x1f\xd3\xd7\x0d\xeb\xd1\xce\x45\x7f\x76\x3d\xa3\xd4\x44\x0e\x46\x88\xd6\xd1\x80\xa3\x00\x9d\x65\x43\x59\x94\xc3\x09\xd8\x07\xc3\x72\x01\x68\xe8\x0a\xd4\x95\x51\x6c\xa5\xb5\x6a\x43\xdb\x45\x81\x53\x5f\x78\x73\x84\x4f\x0e\x7b\x64\xab\x2d\x72\x14\xcf\xea\x6c\x90\x79\xf0\xbd\x46\x50\x24\x64\x16\xb3\xa7\x3d\xa6\xeb\x50\x5f\x4f\x59\xd5\xe8\x98\x0a\x27\x2a\x30\x6b\x43\x48\x94\xc8\x90\x1b\x8b\x5c\xf6\x84\x40\xb4\xab\xa0\x22\x2d\xd3\x59\x75\xbf\x71\xd2\xf8\x72\x4a\xf6\xec\x80\x55\xb1\x42\x79\x0d\xfe\x41\x56\xa9\x0d\x05\xef\xb9\xc8\xdb\x6f\xb2\x04\x59\x5e\x03\x99\x02\xdd\x26\x21\xb5\xc6\x4f\x75\x39\x69\x5e\x45\x5b\xf2\x4a\xf8\x9f\x0b\x8e\x50\xeb\x9e\xaf\xc4\x2e\xcc\x60\x9f\x2a\xbd\x1b\xb0\xc6\x63\x0b\x47\x15\x65\x85\x52\xc9\x82\xab\x47\xab\xcf\x9d\x9f\x6a\xda\x8f\x15\xa2\xdd\x3a\x3d\x8f\x65\xbe\xe2\x8a\xe3\x73\xa7\xb0\xc0\x4a\xda\x33\xff\xc8\x99\x0a\xa1\xab\x83\x72\x10\xee\xe2\xd8\xed\x97\xa9\x3b\xa7\x3e\x66\x45\xd7\x80\x54\xd4\x13\x52\xa6\xf3\x0b\x57\x8c\x3e\x6e\xf0\xc6\x21\x58\x68\x1f\x76\x06\xa2\x33\x14\xea\x71\x1a\xa5\xfb\xf4\xe3\x6c\xc3\xa1\xee\x8a\x14\xea\xa1\x32\x67\x83\x60\xad\x84\xff\x14\xb3\x6f\x82\xe2\xf4\x0e\xd0\x03\xba\x5d\x0f\xf3\x4d\x9a\x53\xa7\x1e\x1b\xc7\x94\x1d\xc5\x7f\x52\xac\x47\x28\xa1\xbe\xeb\xa6\x2a\xef\x48\xa8\x87\xc4\xe1\x5b\xbe\x84\x7a\xcc\x99\x02\x4a\x63\x29\xc2\x27\xcf\xe4\x69\xfb\xe0\xcc\xae\x12\x3f\xac\xff\x6a\xbe\xd6\xff\xa0\xef\x5b\xc0\xdf\xb2\xa1\x9d\xce\x47\x75\xd1\x41\x21\x33\xfe\x7a\xa2\xbd\x92\x4b\xee\x0b\x25\xd4\x3b\xea\xcf\xe8\x1e\xa2\x94\xe7\x2e\x54\xe6\xf6\x5b\xad\x69\x71\x4a\x6d\x76\x9c\xed\xbc\xf3\xf2\x59\x7d\x7c\xf2\x36\x3e\x12\x81\x0c\xb1\x28\x65\xcb\xc5\x78\x29\x16\x1e\x9c\xca\xb4\x1f\x1d\x5c\x5c\x3a\xb9\x5e\x25\xa3\xcb\xd6\xa3\x9c\x07\xb5\xdf\xd1\xe5\x5f\x14\x8e\x11\x35\x59\x20\x3e\xe9\xaa\xaa\x04\x74\xb8\xce\x87\xef\xa0\xd2\x4e\xad\x8c\x45\x22\xca\x09\x91\x26\xe1\x0b\xc0\x69\x2a\x94\x20\xa0\xde\xaa\x58\xf9\xbd\x0a\xc8\xf6\x29\x1b\x4f\x44\x75\xfa\x92\xe8\x09\xda\x07\x2d\x37\x9f\xaa\x78\xf9\x42\x71\xf1\x41\xf3\xb7\xf9\xf7\x34\xa2\xff\xce\xf8\xaf\x7e\xa4\x7b\x44\x83\xff\x9f\xa0\x8b\x82\x2d\x1c\x74\x8d\x85\x67\xd8\x83\x9a\xf2\x60\x1c\x99\xa4\x85\x50\xe8\x75\xaa\x56\x72\x36\x63\x9b\x37\xc6\xbd\xde\x9e\xf6\xd8\xfe\x81\x6a\xf1\x17\xe4\x0c\x87\xd7\x72\x9e\x9d\xa7\xcc\x5c\x8e\x48\x8c\x65\x7c\x46\xa9\x93\x29\x5c\x86\x63\xa9\x6d\x56\xd2\x15\x59\x5d\xef\x94\xa9\x8a\x80\x7a\x76\x12\xcb\xff\xe5\x3f\xd7\x56\x0c\x2e\xbb\xaa\x22\xa0\xe6\x12\xde\xda\x85\xac\xf3\xf5\x8d\x84\xa7\xc1\x97\xd6\x03\xc6\xa8\x07\x31\x5c\x71\x83\x96\x3b\x0f\xe5\x94\x7d\xe1\xd7\x09\x21\xc9\x36\x7a\x2c\x79\x83\xd0\x67\x76\x92\xd1\x69\x7d\xe1\xbf\x71\x32\x32\x21\x48\x36\x43\x4c\x6a\x4f\xf8\xef\x35\x64\xe6\x2c\xb0\x98\x4e\x47\xcf\x92\xb7\xe7\x13\x1b\x2d\x7a\xef\x67\xde\x23\xca\xe0\x83\xae\x1d\x6d\x47\x40\x09\x07\xc2\x25\x03\x4a\x20\x81\xea\x99\xe5\x74\xa7\x0c\x22\x9c\xae\x53\xc0\x8a\x9a\x61\x6a\x4c\x14\xb7\x98\xaf\xa3\xa2\x2a\x81\x96\x49\x23\x06\x4e\xa9\x8b\x62\xda\xef\x7f\xb8\x88\x16\x8c\xda\xb8\x5b\xc4\xe0\xa6\x43\x63\x6a\xfa\x2b\x53\xb4\x31\xc7\x2f\xaa\x1e\x30\x49\x66\x8f\x7c\x77\x28\xbc\xa6\x8d\xd3\xda\xcf\x78\x20\x53\x77\xbe\x88\x20\x1c\x4d\x61\xf6\x46\xec\x71\x75\x14\x44\x8a\x90\x12\x44\xc1\xab\xc1\x9a\x12\x09\x8e\x84\x4d\xaf\xaa\x2f\xf6\xb8\xc1\x9d\x08\xaf\x02\xb2\x7a\x22\x4a\x7e\x7f\x80\x82\xf5\xb1\xb8\x80\x7c\xae\xc4\x3c\x47\xc5\x25\x4f\xbb\xd2\x32\x4d\x59\xfb\xd2\xbd\xb5\x8c\x7f\x9e\x18\xd3\x98\xed\x5a\xe0\xa6\x67\xdf\xc5\x58\x5e\xa0\xd9\x76\x51\xd5\x37\x91\x5a\xa4\x07\xcf\xb3\xa3\x67\xb7\xc9\x81\x13\x85\x8c\x84\x3b\x6e\xcc\xb6\x08\xff\xf9\x0e\xd0\x1b\xaf\xb2\x83\xc3\xaa\x4a\xd7\x7a\x4f\xda\xe4\xd0\x8f\x2a\x1f\xec\xfc\xa8\x8b\x5d\x72\x25\x37\xb1\x66\x4b\xc1\xfe\xd1\x20\xd3\xc3\xbf\x2f\x22\xfe\x59\x45\x46\x27\x17\xe8\x0b\x8f\x50\x2a\xa3\x9a\x56\x87\x03\xe6\x40\xdf\xc1\xab\xd6\xe1\xe7\x7c\x54\xe0\x8f\x1d\xd4\x4f\xd2\xc4\x09\x85\x57\x03\x9e\xc0\x1c\xe4\x8b\x45\x98\xa3\xf9\x19\x24\xd8\x85\x9a\x94\x5e\x19\x3c\xaf\x8f\x5e\x96\xa5\xa8\x18\xcc\x9e\xe9\x79\xb4\xb9\x8d\xc8\xe3\x48\xe5\x2f\xef\xc3\xcf\x2c\x59\xad\xb7\x86\x52\xec\x01\x12\xeb\x1c\x31\xaa\xa4\xa0\x95\xb1\x66\x5a\x87\xa3\xde\xfc\x97\xf2\x35\xef\x8b\x6f\x51\x41\x47\x9a\xa2\x11\x8d\x4f\x2a\xc1\x22\x27\x30\x8d\xbd\xf2\x86\x1a\x03\xc1\xd4\x76\xac\xa3\x7a\x02\xda\xfb\xb3\x99\xe8\x55\xb5\x5b\xe0\x59\x5b\xe6\xb0\x9e\xc3\xce\xa2\x0d\xb9\x0b\x85\xca\x2f\xa9\x3a\x3f\x6b\xdc\xc0\x64\x8e\x51\xf9\xb2\x33\x9b\xb9\x00\xab\x20\x38\xd5\x99\x5e\xc0\x5c\x31\x81\x8f\xc6\x9b\xee\x70\x9e\xc3\x49\x7c\xbf\x7f\x71\xcd\x05\x0d\xe4\xc2\x8f\x9a\x80\x45\x7b\xb5\x35\x57\x21\xd4\x8b\xc4\xf9\xd3\x7a\x20\x50\x4e\x40\x25\x15\x23\x21\x62\xe9\x00\x53\xe6\x4d\xf7\x24\xc3\xb6\x12\x29\xc1\x08\x05\x0c\xe2\xc2\xad\x69\xb4\x22\x13\x47\x8d\x99\xad\xe1\xc4\x54\xc2\x3b\x38\x27\xa8\xcb\xf4\x58\x4b\xf8\x71\xd3\xf3\x47\x8e\x75\xe3\xb7\x72\xa4\xb9\x81\xdf\x3b\x02\xe4\x6e\xb8\xe4\xbe\xd3\xf7\x30\xdb\xe4\x59\xcf\x1b\xe5\xb8\x00\x75\xf5\x62\xeb\x0a\x44\x37\x7b\x4b\x52\x9b\x76\x20\xc2\x9a\x90\xb2\x18\xbc\xb4\xd2\xc7\xb3\x0e\x36\xa4\xbc\x8f\xe7\x30\xde\xf3\xe8\x92\x27\xa8\xe3\xf4\xb0\xc2\xde\x08\x46\x06\x25\xfd\xad\xfa\x66\x2e\x69\x0b\x75\x52\x7c\x4d\xb9\x47\x6f\xdd\x70\xa4\x89\x1d\x24\xf5\x95\x67\x9d\x8d\xcc\xf3\x56\x7a\x04\x82\xb9\x22\x8b\x4d\xe4\xe4\x8a\x34\xfe\x81\x03\xe9\xe1\xe7\x80\x95\x99\x62\xb3\x9e\xbb\xa5\x61\x16\xa4\xa1\x85\xd9\xf0\x48\x29\x8b\x9a\xa4\x2c\x5f\xbc\xc7\x1a\x66\xf9\xe8\x92\xed\x61\x6d\x21\xba\x27\xc8\x4a\x6f\x46\x1e\x73\x9f\xdc\xcf\x2b\x59\x05\x06\xa4\xbd\x9f\x4a\x90\x46\x1c\xa6\x57\xe0\x13\x03\x03\x1a\x8a\xe0\x20\x27\x18\xac\x74\x8e\x9a\x29\xc6\xbf\xc3\x9c\x96\xd3\xfe\x44\x16\xb0\x5d\x7a\x0b\x1e\x33\x4e\x73\x3b\x31\xc9\x51\x3d\x9b\xe9\x91\x08\x13\x55\x44\xe8\xa8\x5f\xda\x7a\xd6\xdc\x10\x81\x73\x00\x46\x16\x05\xc7\xb0\x47\x38\x94\x43\x6b\x1e\xde\x17\x47\x19\x24\x7f\x8f\x93\x02\xd2\xf8\xe2\xf1\x38\xe5\x36\x1e\x6c\x0c\xf2\x77\xac\x18\x75\xb6\x57\x42\xc5\x6a\xae\xec\xb1\xbb\x1a\xc9\x70\x0d\x3c\xf7\x14\x0d\xd1\x1b\xd7\x41\x36\x25\xb6\xa9\x3e\xab\x32\x69\xb3\x27\x60\x63\x6d\xe7\x12\xce\x9b\xa6\x0a\x01\x7e\x55\x42\x0d\xc1\x64\x11\xbd\x7f\x99\x4f\x1d\xa1\x4a\x2a\x47\xa5\x8a\xcd\xa4\x6f\x6f\xd8\x8d\x52\x43\xad\xa3\x21\x30\x66\x5a\xde\xa6\x5d\xd7\xd3\x1a\x73\xec\x66\xcd\x6f\x8b\x80\xac\xf5\x77\x3e\xb4\x26\xc9\xa6\x1e\xb9\x0a\x23\xdb\xf5\x25\xe6\xfd\x5a\xe0\x0b\x07\xd8\xcc\x61\x75\x0f\x9b\xff\xf6\x76\xfd\x4f\x77\xc7\xcc\x2d\x5b\xb2\xd5\x12\x6f\x0b\x60\x64\xeb\xa6\x7b\x22\xf2\xe3\xf6\xb5\x85\xd3\xfd\x36\xe7\x96\xb4\xfa\x94\xcb\xdb\x6e\x7b\xc1\xba\x2e\x21\xde\xd5\x45\x72\xcc\xad\x68\xe2\xd4\x1c\x29\x5a\xfd\x76\xb9\xd7\x74\x57\x3c\xf3\x97\x6c\x02\x21\xc8\x1c\xff\x7c\x0c\x62\x2d\xe6\x31\xd6\xe5\x7a\x5e\xba\x56\xa7\x5a\x13\x6b\x01\x49\x31\x66\x54\x97\x99\x7d\x3c\xb5\xce\x92\x03\x9f\x9d\x71\xac\x17\xb6\x8a\xbd\xef\x9b\x97\x92\x31\x53\xda\xd9\xb7\x05\x8e\xb2\xaf\x52\x0f\x94\x94\x68\xae\x69\xac\x59\x39\x0e\xf4\xb6\xc8\xd3\x7f\xbc\xe5\xd4\xc4\xed\x8f\x8b\x94\xa3\xfe\xf5\xaa\x50\x50\xc6\x8b\xd8\x48\x73\x69\x7a\x8a\xb0\x84\x7a\x0d\x3c\x42\xfb\xee\x63\xac\x55\xdd\x3d\xdd\x3c\x55\xef\xcf\x2d\xf3\xe8\xf5\x1e\x6c\x4c\xcc\xfb\x96\x7e\xef\xe9\x04\x41\x06\xe7\x19\x5f\x26\xba\xc9\x99\x36\x00\xd0\x05\x84\x7c\x72\xbb\xa7\x3e\x23\xa3\x5c\x24\xee\x8e\xfb\x76\x4b\x4b\x5d\xf4\x0b\x3b\x0c\x50\x71\xcb\x4a\x26\x40\xe8\xed\x09\xa6\xd6\x54\x6e\x89\x19\xd7\x6f\xba\x99\x78\x14\x11\x55\xa7\xa3\xaa\x34\x6f\xe2\x09\x9a\x75\x47\xf8\x6f\xf7\x78\x44\x3d\x06\x5f\x03\xfb\xc3\x97\xa8\xd2\x72\x92\x15\xd4\xb7\x70\xf8\x95\x65\xde\x85\x4e\x14\xdd\xfe\xcc\x55\x19\x06\x8f\x62\x45\x09\x6f\xbe\xc4\xdf\xe5\x7f\xae\xa1\xb7\x0e\x4a\x2c\xd2\x11\x8e\x3d\xac\x7f\x91\xe8\x61\xd5\xcd\x2b\x78\xa2\x9e\x05\xe7\x2a\x0c\xd1\xe5\x9e\xf0\x3f\x97\xe4\x14\xb8\xa7\xb6\x2c\xe4\x3c\xe1\xec\xb2\x94\x83\x6c\x8c\x55\xcc\x3d\x10\xd4\xd5\xf6\xe8\xde\xec\x0f\xc1\x9d\x51\x5e\x1a\x1b\xd0\x83\x35\xf9\xf7\x9e\x8a\x04\xc1\xcb\xe7\x30\x57\xd9\xd7\x89\xd7\x8e\x5d\xe2\x2f\x56\x39\x86\xc6\x34\xd8\x23\x3c\x14\xea\xad\xb9\xcb\x1e\xd3\x13\x3e\x7c\xb4\x71\x3f\x6f\x68\xb4\xdf\x17\xa4\x5f\xf7\xb0\x39\x44\x73\x56\xd5\x27\xd0\xbb\x90\x48\xd6\x21\x11\xe3\x53\x4d\xf5\x70\x69\xda\xae\x37\x9e\x15\xfd\x08\x9e\xea\x4c\xda\xa6\x7b\xae\xa6\xf2\x5d\x31\x51\x6f\xf6\x31\xbd\x86\xd7\x8a\x8c\x7c\xe6\xfe\x38\x62\xff\xeb\x10\x58\x61\xc6\xc6\xd4\x3d\xe1\x60\xe1\x8c\xa3\x38\x4b\xff\xc2\x34\x8c\xf5\x0b\xef\x80\x98\xa7\xe4\xb2\x55\x27\x45\x36\xf2\x90\x88\x10\x5f\xe6\x7a\xc3\x08\x1e\x84\xf9\x34\xff\x69\x8f\x71\x31\x9d\xc5\x6c\x52\x88\x15\x86\x3b\x49\xdd\x3f\x80\xdb\xd6\x7f\xaf\xed\x39\x97\xae\xc8\x81\x4f\x5f\x9b\xef\xbc\x4e\x78\xb4\x67\x64\x92\x10\x17\x46\x4a\x6e\xe2\xaf\x14\xcd\xe0\xc1\x07\xe2\x51\xa9\x8d\x43\xd1\x44\x68\x6c\x54\x2c\xc4\x3f\x29\xb0\xab\xe8\xf7\xd4\xe7\xf2\x5e\xf7\x46\x43\xb2\xdb\xd8\x1f\x73\x5c\x87\x42\x78\x6d\x62\xcb\x65\x04\x3a\x5e\x55\x07\x56\x96\xd0\x39\x7a\x0a\x50\x0f\x54\x29\xb4\x4c\xfb\x1b\x6b\x7e\x63\xa2\x4b\x57\x1f\x0d\x44\xe2\xae\xe5\x86\x4f\x11\x87\x04\x16\x1c\x09\xa1\x39\xfe\xee\xad\x66\x44\x4d\xe4\x55\x81\x83\x7d\xca\x1d\xbd\x2c\xc7\x3b\xac\xf3\x12\xd7\x86\x8b\xd6\x4a\x79\x5d\x1d\x95\x31\x6f\xa7\x92\x4a\x24\x10\x7d\x0b\xdb\x26\x54\x69\xfa\x0c\xc6\xf0\xf1\x11\x86\x46\x3e\x4d\xd5\xe9\x4d\x90\xf3\xd9\xc3\x29\xfc\xa6\x8a\x93\x0e\x26\xe2\x18\x29\x8a\x6d\xad\xc0\xee\x5c\xd6\x4f\x8d\x9f\x74\x15\x30\x5e\x3c\x12\xd1\x1d\x44\xd3\x9e\xcd\x71\xdd\xfd\xa8\x02\xb1\x93\x21\xcf\x65\xb8\xbe\xf5\x86\xb7\xd1\x0a\x31\x2d\x02\xad\x8a\xa1\x71\xe7\x73\x66\x7b\xb3\x81\x84\x24\x8f\x6b\x51\xbe\xd8\x32\xef\xd4\x91\x4d\x66\x8a\xf2\xed\xd3\x1c\x35\x98\xff\x1b\x6f\xcc\xd6\x62\x13\x90\x25\x4a\x93\xf1\xc2\xdc\x99\x34\xed\x07\xce\x59\x2a\x9c\x15\x4c\x16\x1e\xcd\x31\x32\xa4\xa6\xb4\x0e\x22\x10\x97\x53\xb9\x00\xaa\x29\x7c\x47\x11\x4f\x31\x4b\xbf\x44\xef\x93\x40\x8b\xa7\x5d\x52\x24\x06\x38\xef\x83\x62\x4e\xfd\x30\xef\x8b\xe2\x54\x3e\x78\x5a\xfe\xac\xe5\xe4\xf0\x63\x8e\x85\x22\xd8\x28\x32\xd4\x1e\x56\xcc\xd4\x67\x10\xf6\x70\x56\x20\x02\x40\x13\x67\xc0\x85\xf3\x1c\x75\x9a\xdf\x5c\xaa\x6d\x4d\xfb\xd2\x3e\xdc\xec\xea\xa4\x6e\xfb\x0d\x39\xf9\x5a\x8b\x8e\x15\x75\x61\x73\x2a\xef\xf4\xab\xb6\xe9\x12\x30\x01\x0d\x87\x6d\x76\x10\x16\x03\x2b\x40\x72\xa4\xdd\x84\xe1\xd1\xcd\x71\xe1\x81\x0b\x0c\xc1\x90\xa4\x83\x6a\xca\x05\x98\xf2\x10\x2a\x42\xb0\xf2\x66\x09\x88\x5e\x82\xaa\x6b\x17\xc4\xd1\x16\x1c\x18\xc9\x9b\x12\x76\xd1\x12\x2c\x87\xf3\x83\xdd\x7e\x66\xbb\x1f\xb0\x47\x7a\x32\xf7\xf0\x3d\xf3\xf0\xea\x23\x89\x47\xa9\x4d\x12\xec\x4e\x14\xd8\x4a\xe2\x62\x7e\xb4\xc6\x3a\xc2\x7f\xa7\xdd\x74\xf4\x94\xf7\xc5\x7b\x98\x00\x3c\xe5\xcd\xb6\x0c\x09\x2b\x24\x5c\xe5\xa5\xb6\xc8\xb6\xcd\x1f\x57\x68\x75\xf3\x48\x50\xc7\x60\xae\x1c\x28\x9e\x1d\x4e\x74\x1a\x96\x78\xb5\x2e\x0e\xa4\xaf\x55\x51\xb8\xa1\xef\x58\x87\x75\x5b\x51\x42\xc2\x1c\xad\xd1\xe0\xf9\x3b\x55\x37\x25\x07\xc9\x68\xe4\x70\xd7\xcd\x37\x84\x04\x55\x13\x53\x12\x6e\xef\xe4\xfd\xf2\xd8\x96\x4f\x28\x8b\xc3\xbf\x87\x82\x82\x34\x3d\x66\x65\x0e\xb4\xea\x0a\x53\xb4\x47\x50\x64\xfd\xa5\x77\x82\xc7\xb2\x8d\x40\xf1\x20\x61\xb2\x43\x1a\x8b\x05\xf2\x46\x87\xe3\x25\xaf\x51\x32\x68\x48\x46\x05\x05\x84\x1f\x1a\xb0\x49\xbb\xb4\x51\x10\x67\x85\x2b\x4a\x3b\x86\xa0\x73\xae\xd3\xa4\xc2\x3b\x62\x24\x14\x71\x67\x77\x66\x5a\x06\xf8\xb1\xfc\xa7\x97\xc3\xff\x18\x32\xde\x99\x81\xa0\xd4\x02\x7e\x3e\x9d\xd2\x5b\x90\x4f\x9e\xff\x97\x33\x6f\x8d\xc2\x7e\x24\x25\x94\xf9\x63\xae\x0a\xde\x4c\x0f\x12\x73\x2e\xcf\xe7\x5e\x69\xce\xef\xd2\xb3\x70\xbd\xbd\x96\x76\xce\x3c\x6d\x88\x47\x7e\x05\xca\x5e\x46\x38\x8b\xdf\x89\xfe\x0e\x91\xe6\x60\x66\xee\xf2\x40\xfc\xc2\x9f\xe0\xa5\x46\x45\xec\xa7\x7c\x47\x78\x5c\xfb\x58\x5c\x1d\x4f\xcb\x30\x77\x2e\x64\x73\xab\x17\x13\x56\x56\x8f\xcb\x12\x73\x50\x8d\x84\x7a\x9a\x57\xf0\xa3\x81\xad\xb8\xcd\xc2\x25\x20\x0f\xde\x51\x36\x40\xfc\x41\x3a\x0c\x86\xaf\x1b\x7b\x59\x84\xba\xde\xce\xc0\x85\xce\x98\x65\x3d\x25\x92\x4c\x3f\x57\x92\x6a\x5f\x0c\x37\x87\xbf\xe5\x81\x7f\x50\x44\xf0\xa6\xcc\x2c\x5f\x42\x1b\x7d\xa4\x00\x50\x9f\x2b\x53\x65\x3b\xd3\x52\x0a\x2f\x51\xf3\x9f\x36\x88\x5e\x29\x33\xa2\xb1\xe7\xc4\x9b\x9f\xf7\xf6\xed\x5b\x2d\xbb\x23\xbd\x35\xa4\x78\xfd\xdb\x37\x7c\xf8\x5a\x98\xbd\xd5\x77\xb6\x87\x48\x9d\x64\x0e\x1e\xb8\xa1\x36\xf9\x28\x19\xe4\x8d\xfc\x8a\x6f\x08\x86\xe5\xbf\x44\x00\x92\xf5\x21\xa2\x9d\x9b\xaa\x42\x66\x33\x23\x95\x8b\xac\x00\x4d\xa8\x5e\x9b\x97\xc8\x5c\x15\x28\xf6\xdd\x89\xc3\x12\xf8\xbf\x7b\x38\x69\xf1\x16\xf1\x86\xde\x61\xc7\xd9\x1d\xf1\xf7\x50\xfc\x93\x45\xd8\x50\xeb\xff\xcf\x08\x30\xea\xa3\x1f\xa9\xb2\x12\xbd\xd7\x53\x67\x61\x9b\x15\x35\xf5\xcd\xc7\x72\x14\x5e\xf9\xea\xe6\xa9\xda\xd2\x0b\x70\x5f\x5a\x45\x72\xa9\x66\xd5\xfd\x06\x5e\x74\x53\x20\xb3\x42\x9a\xd2\x14\x1e\xaa\x09\xc0\xd5\xdd\x06\x83\xac\x09\xfe\xe5\x35\x5d\x87\xa6\x8a\xa9\x94\x79\xb4\x6f\x61\x9b\x01\xe2\x76\xe0\x90\x36\x12\x54\xdd\x0a\x7a\x37\x5a\x9a\x4a\x2f\x3e\x54\x98\xb6\x10\xc3\x1d\xcd\x1a\xef\x79\x7a\xf0\x7e\x53\xc7\x8b\x5c\xd7\x81\x9d\xd4\x40\xec\xe9\x57\x95\x5c\x5b\xce\xfa\x45\x8e\xdc\xb3\xe6\xd9\xab\x93\x4e\x10\xac\x54\xee\xc0\xf6\xcc\xfc\x1b\xd0\xe0\xef\x5f\xdb\x4b\x48\xce\x09\x1c\xbe\xb7\x16\x81\x89\x90\x5d\x9b\x04\x91\xf0\x1d\xc5\x21\x96\xfd\x54\x82\x0d\xf9\x0f\x0f\xcf\x88\xf6\x3a\x6d\x36\xe8\x27\xf8\xc2\x7f\x36\x56\x5e\x37\x5d\x28\xe1\x84\xab\xc4\x16\xc9\xe7\xa6\xea\xb8\xc1\xf0\x0f\x33\xf5\xdd\x1a\xdb\xe2\xd5\xc5\x0c\xe3\xf5\x2f\x6a\x86\xac\x28\xae\xbe\x82\xc7\xee\x76\xcc\xbd\xf6\xd7\xe3\xda\x5a\x55\xc4\x08\x11\xe3\x0f\x3d\x6e\x28\x82\x82\xfa\x49\x0c\x2d\xbc\x1b\x56\x3b\x66\xc5\x3e\xae\xb9\x44\x9f\x03\x00\x51\xa7\x9c\x30\x78\x9e\xb2\xf4\xbe\x7e\x6d\xf3\x86\x10\x75\x84\x99\x7a\x0a\x77\x98\x89\x83\x82\x4f\xd0\x07\x69\x48\xd8\x21\x1c\xd7\x80\x63\x61\xc5\x97\x40\x22\xf7\x86\x3a\x05\x75\xad\x04\x04\xae\xe1\x20\x66\x62\xe1\xb9\x71\x53\x64\x69\xcc\x73\x35\x85\xcb\x87\x74\x59\xf5\xe0\x1c\x10\xb6\xe3\x72\x01\x8f\x15\x54\x7b\xa9\x93\x72\xa8\x5e\x37\x8c\xb5\xe4\xc2\x8b\x20\x01\x59\x12\xac\xe1\xc9\x74\x8c\x41\xa0\xed\x01\xc3\x23\x0e\xaf\x60\xa5\x36\x1c\x56\x1c\x27\xb4\xf9\x7f\x01\x81\xb7\xf5\x2c\xa0\x78\xd3\xcd\xf4\x6d\x2a\x33\x10\x5e\xd9\xf0\x8a\xa0\x35\x62\x25\xb5\x29\x4f\x82\xa9\x4d\x18\x9c\x47\xd6\x5c\x72\x60\xa4\x18\x31\x15\xc6\x8d\xe5\x4f\x72\x3c\xda\x70\xc2\x7b\x5b\x7f\x76\x8a\xb4\x5d\xa2\x8a\x1c\x87\x22\xbb\xb5\x8a\x64\x75\x8d\x80\x6b\x0c\x4e\x34\xbd\xa8\xbb\x2d\x91\x1f\x69\xa7\xf9\x69\xa7\x51\x5c\xbc\xb6\x57\x66\x26\xa8\xd7\x53\x6c\x45\xb8\xcf\x33\xeb\x47\x35\x0b\x8a\x87\xcf\xd3\x72\x4a\xf3\xad\xde\xe0\xd1\x1e\x09\x6f\x22\xc7\x6e\x16\x44\x79\x46\x08\x65\xc3\x1a\x6e\xc3\xc1\x2d\x20\x5f\x10\xbd\xea\x3c\x6b\x7b\x5b\x44\x17\x65\x9a\xfd\x1b\xb8\xae\x51\x73\xb3\x95\xb6\x29\x1a\x76\x3f\x62\xe8\x26\x0d\xf8\x4c\x16\xe5\x41\x86\x71\x25\x4b\x75\x7b\x98\xc2\x10\x7b\xc2\x64\x34\xf5\x08\xa8\xe7\x86\x79\x8b\x60\x41\x6b\xe4\x17\x39\x45\x32\x70\x7b\xc5\x65\x06\x6a\x04\x68\x88\x4a\x9f\x06\x70\x20\x02\x06\x81\x8f\x65\xd2\x02\xdc\x4d\xff\x73\x3a\x33\x9e\xc9\x17\xde\xc5\xdd\x44\xd9\xe5\xe7\x15\x09\xbb\xcf\x23\x4c\x95\x70\x7d\x47\x3b\xe0\x8e\xc3\x86\x5a\x39\x29\x99\xd7\x86\xf3\x46\x86\xf9\x7b\x21\xe2\x1f\x40\xfc\x0f\x8c\xc9\xd3\xcf\xf5\xee\xf6\x80\x80\x9e\xe7\x84\x21\x54\xef\x17\xb6\x0a\x44\x7a\x78\x26\x85\xff\x01\x00\x22\xb9\x93\xd5\x7d\x8e\x58\x2d\x3a\xbb\x35\xa9\x87\x8f\x82\x22\xb6\xd3\xb3\x97\x49\x99\x03\xba\x14\x48\xec\xb0\xcd\xbd\xa6\x15\x11\x7c\xfd\x7f\x40\x2e\x63\x9e\x77\x00\xbc\xe7\xa6\x87\xa9\xdc\x7e\xb0\x53\xfb\xbf\x2a\x40\x4c\x10\xe5\xbc\xa2\x80\x99\xcb\xfd\x9e\x91\x8c\xd0\x0d\xc3\xe3\x81\x8a\x28\xbe\x63\xdf\x2c\x1c\x28\xa0\xf1\x91\xc3\xd9\xee\x31\x86\xa4\xc6\x04\xf1\xe7\xd2\x81\xc8\xda\x83\xe8\xb0\x53\x8d\xf2\x6d\x11\x4e\xa4\x9e\x32\x59\x11\x17\x72\xb0\x70\x09\x6d\x60\x89\xc5\x54\x72\x36\x0b\x75\x82\x17\x63\x7c\xff\xe3\xae\xc8\x9d\xb0\x8e\x7d\x3c\xeb\xf4\x57\x8f\xf8\x5a\x6e\x7d\xeb\x8e\x99\x7b\xe7\xa2\x55\x6b\xa8\x40\x06\x12\x97\xd4\x10\x2b\xe6\x89\x29\x46\x74\x05\xa3\xe3\xfb\x94\xfc\x28\xc2\x34\x31\xdb\x74\xa8\xc3\xa9\xe1\xa6\x35\xe7\x02\x8a\x60\x5e\x30\xeb\xc2\x73\x4c\x85\x8c\x1d\x79\x89\xf5\xa2\x0a\x5f\x98\xa2\xcd\x90\xa1\x1e\x80\x0a\x2d\x72\x72\x19\xf2\x64\xaa\xc0\x6a\x21\xb5\x80\x53\x5f\x6e\x6e\xd8\xf3\x3e\x89\xc2\x8e\xde\x4e\xfd\xe3\x65\xd8\x78\xea\x86\x8a\x9c\x44\x1b\xe6\x70\xae\x08\x98\x53\x81\xbb\xad\x56\xe2\x4c\xc2\x7a\x89\x27\x81\xe3\x92\x5c\x9d\x12\xe2\xac\x2b\x22\xc7\x33\x04\xf7\x8c\x93\xda\xc2\x91\xae\x7b\xe3\x02\x7d\x1b\x0b\x94\x68\x8a\x98\xde\xa9\xb8\xd6\x62\x5d\xa1\xb6\x55\xa7\x7e\x20\x5d\x00\x30\xd8\x06\x69\x31\x88\xf1\xf9\x1b\x4e\x60\x0a\x44\x70\x67\x84\x85\xf7\x04\xf0\x3d\xb3\x7f\xd9\xef\x8d\x84\xb7\x52\x05\x2e\x45\xb2\x60\x0a\x4e\x17\x2e\x04\x76\xca\x93\xe6\x74\x72\xe7\x70\xb6\x77\xce\xa8\x6c\x0d\xc7\x00\x51\xc1\xfb\xc2\x9b\x28\xf3\xec\xa9\xbd\xfd\x9c\x62\x7b\xfb\xd9\xe2\x09\xbd\x06\xa9\xb9\x20\xcb\x0c\x57\xa5\xec\xdd\x11\x55\xfd\xa2\xa7\xf2\x56\xda\x99\x51\x65\x5f\x55\x57\x99\x85\x11\x65\x8b\x01\xaa\x69\x1c\x72\xc2\x15\x65\x26\x93\x0e\xae\xee\x2a\x17\xa8\x7f\x05\x6c\x8b\x9d\x1c\x01\x1d\xfb\x5a\xff\x7e\x81\x5f\x36\x20\xa1\x7b\xb7\xe1\x37\x4d\x2f\xa4\x85\x3f\x9b\x38\x2d\xe3\x67\x9e\xab\x06\x39\x37\x25\xde\xe0\xe7\x02\xff\xde\x12\x94\x51\x3d\xef\xf8\xfe\x5c\x4e\xab\x41\xc1\x7d\x81\x41\x17\xfb\x84\x1c\xcf\x94\xcd\x18\xad\x8a\x00\x4a\x33\xa9\x03\x9f\x9b\x73\x9d\xc4\xea\x05\x38\xd8\xab\xb3\xa2\xbf\x22\xde\x82\x85\xa9\x25\xab\x77\xec\x4f\x97\xaf\xa9\xcd\xe0\x5e\x83\x4f\x20\x48\xc8\x10\x51\x55\xb9\x48\x7f\xc3\x59\x5f\x05\xc6\x86\xaf\xef\x5c\x64\x7d\x96\x75\x2c\xa5\xcc\xc3\x79\xad\x2d\x32\xb5\x53\xac\xe0\x2f\xa5\x49\xe6\x0e\x76\xe0\xfa\x7f\x65\xd6\x8f\xd5\x6d\x14\x60\x01\x5d\xc1\xb8\xff\x13\xb5\x98\xb2\x9f\xab\x6b\xb4\xad\x34\x63\xa6\x2f\x94\x4b\x9e\x08\xb6\x7b\xfb\x98\x09\x62\x8c\x2a\xb6\x41\x17\xc5\xe1\xa0\xdd\x35\x8f\x28\x3b\xd9\x80\x13\x2d\xa0\x5a\xc3\x3d\xda\xe3\x82\xbe\xee\xbd\x82\x44\xa9\xb6\x01\xa1\xff\x09\x65\xeb\x7d\xe8\x4e\x79\x29\x51\x75\x7f\x75\xdf\x00\x58\x21\x98\x50\xad\x96\x31\x61\x85\x5e\x9a\xf4\xce\x70\x8c\xdc\x8d\x6f\x73\x0d\x09\x4d\xf5\x7d\xb9\x87\x2a\x4a\x6b\xa8\xcb\x85\xc5\x7d\x55\x7c\xb0\x2e\xba\xc7\x17\x06\x05\xbd\x5b\x06\x8f\xce\x3d\xe5\xd9\x54\x28\xa1\x64\x06\x3c\xa6\xbe\xb2\x2b\xc4\x60\x6a\x3f\x7c\xa7\xb2\x1b\xfb\x22\xcc\x51\x7b\x62\x05\x70\x63\x30\x64\x6b\xa3\x2b\x14\x38\xb2\x36\x92\x5c\xd6\xc1\x28\x3f\x14\xea\x95\xf4\x60\xc8\x33\x64\x30\x27\x14\xdf\xfd\xa4\xe3\x2c\x2b\xa3\x0a\x3c\x8a\xc1\x88\x28\x64\xc8\x48\x0a\x36\x2a\x5f\x91\xa2\xf3\x02\xf7\x41\x80\x12\xb7\x73\xf8\x18\x3f\x6e\x06\xe0\xb6\xcf\xfb\x48\x19\x3b\xb3\x7e\x3e\x12\x61\xa2\x0e\x08\x94\x4d\xe4\x18\x23\x4f\x03\xa3\x9e\x5f\xad\x41\x7a\xa0\xb2\x66\x0f\xd7\xa3\xd3\x17\x3e\x69\x08\x89\x44\x66\x4c\xf2\x9d\x1f\x88\xe8\x79\xc7\xa8\x1b\x3b\x3c\xf1\xb1\x24\xb4\xef\xbd\x6e\x5d\x47\x74\x1e\x30\x64\x2c\x70\xb5\x24\xf6\x08\xea\xe2\x2b\x53\x95\x90\xb9\x20\xd8\xe5\xd8\x59\xa2\x1c\xf8\x68\xc5\xbf\x2b\x0f\x79\xae\xef\xa7\x0a\xca\xa4\x5e\xa5\x51\x8a\x45\x2e\x4b\x09\x89\x12\xc2\x4b\x84\x2f\xda\x7a\x8c\xcc\x9c\xbd\x1c\x14\x43\x50\xba\xa2\xff\x60\xf4\xf0\xdf\x14\x6d\xa6\xa7\x22\xf4\xc1\x48\xa8\x47\x03\x39\x80\xab\x5d\x74\x4f\x1d\x13\x67\x0b\x77\x72\x6e\x52\x4a\x0c\x56\x8e\x74\xc7\xfb\x0c\x9b\x79\x3a\x42\x11\xc8\xd7\x5a\xc2\x7f\x39\x76\x32\x9c\xe5\xa9\x83\x13\x65\x29\xbc\x97\x32\x48\xfd\x6c\xed\x96\xf2\x9e\x28\xcc\xeb\x51\x22\xaa\x2b\xaa\xf7\x57\x6a\xed\x7c\xaf\x98\x14\x3a\x12\xd1\x2b\x9f\xd4\x5f\xc4\xd5\x26\x78\xc3\xdb\x91\xc9\xa8\x4e\x72\x4e\x83\xfe\xce\x2e\x48\x13\x73\xe6\xc4\x51\xfa\xcd\x05\xf3\xbc\xf4\xe0\x8f\x3e\x60\x90\x41\xbe\x27\xc2\x37\x43\x89\x31\xfd\xf1\xca\x03\xf5\x64\xc0\xc5\x41\x8e\xf0\x29\x74\x08\xe1\xe5\x22\x2a\xb0\xc9\x65\x2f\xd0\x3b\xaf\x79\x41\xe3\xe8\x11\x8b\xaf\xcc\xf6\x8a\x83\xa5\x39\xd5\x1d\x06\x72\xef\x58\x1f\xaf\x22\x71\xbf\xcb\xe3\xd0\xd1\x1b\xcd\xb7\xa9\x49\x51\x40\x80\x8c\x1e\xca\x08\x03\x75\x90\xab\x9d\xca\xac\xd2\xf5\x0e\x4e\xb7\xc2\x91\x3f\xf0\x84\x6f\xa9\x97\x00\x69\x4d\xea\x19\x34\x86\xc2\xef\x49\x45\x41\x0d\xd7\x5a\x35\xb2\x83\x20\x26\x2b\x67\xae\x7b\x78\xc1\x6e\xd8\x4e\xc6\xc4\xba\xf1\x34\x66\x48\xb8\xde\x99\x1e\xf9\xaa\x7b\xf0\x4b\xed\x49\x7c\x7c\x60\x3f\x08\x62\xd4\xc1\x02\x79\x5b\x44\xaf\x9f\x96\x54\x7a\xaa\x23\xc2\xc4\x4d\x00\xd3\xee\x36\x76\xac\xe1\xac\xe0\x80\x59\x32\x6b\x92\x16\xa0\x2b\xb5\x3d\xcb\xdf\x67\x7e\x8f\xc8\xef\x82\xda\x59\x19\x8f\x8e\xc9\xea\xa3\x0d\xc3\x7f\x65\xc4\xd3\xcd\x7c\x1e\xb7\xd2\xc7\x3d\xa5\x25\x54\x38\x75\x7b\x02\xe1\xdb\xe7\x67\x0e\x27\x30\x4d\xfa\x55\x26\x3c\xdb\x3a\xca\x04\x34\x45\xc7\x86\x23\x78\x3b\x8f\x66\x75\x3c\x36\x82\x4f\xa5\xc8\xfe\x77\x62\x55\x7e\xb1\x97\x29\x5b\x7c\x9c\x98\xbc\x63\x6a\x9b\x2d\xb6\xb0\x99\xdc\x51\xb6\x01\x0a\x7c\x07\xc0\xee\x8e\xe0\x89\x53\x88\x15\x50\xeb\xc0\x1d\xf8\x5e\x3a\xb1\x33\x11\x5a\xf3\x5a\x02\x4c\xb1\xdb\x5e\x61\x61\x80\x20\x53\x13\xca\x49\x9f\x61\xaf\x79\x4b\xe1\x65\x44\x0d\x48\x5a\xbd\x9b\x18\x68\x87\x05\x65\x51\xb1\x4c\xb1\x2c\x5b\xbd\xa8\xe1\xa7\xfa\xf9\x12\x00\x4f\xb4\xfd\x0f\xcc\x70\x98\x43\xe2\xca\x94\x3c\x32\x1b\x69\xda\x6a\x41\x01\x1a\x2e\xf9\x78\x1c\x57\x9c\x11\x1f\x3e\xf0\x35\xeb\x13\x83\x95\x9d\x12\xf3\x18\x7c\xa4\xc7\xbf\x84\x6a\xaa\x8d\x75\xe1\x58\x0a\xd5\xda\x5c\xdd\xe9\x7b\x84\xa2\xbe\xe7\x77\xfa\xc5\x13\x67\xb1\x5d\xff\xee\x97\x4a\x8c\x4c\x29\x21\x14\x41\x32\x21\x00\x47\x3e\x75\xf0\xe1\xaa\x83\xd5\xc7\xea\xe4\x59\xcb\x48\x74\x2f\xea\x0a\xbd\x72\xd5\xe1\x48\xc2\x05\x88\xc5\xf4\xf6\xf2\xc4\x99\x8c\xfa\x8c\x4f\x86\x8a\x67\xde\x71\x13\x71\xea\xd3\xde\xdc\x16\x77\xd1\x96\x0a\x7e\x3d\x24\x98\x2a\x26\xb3\x76\x51\xa4\x9f\x5f\x94\x0f\x77\x90\xf4\x83\x96\x5c\xe0\xc8\xcb\xcf\xbe\x26\xcc\xaa\x9f\xc8\x22\xa6\x14\x3f\xac\x33\xdb\x32\x3d\xf0\xfc\xea\x80\x98\x12\xa4\xf5\x84\xc7\x2e\x65\xf3\x42\x34\xbc\x1b\xb9\x66\x4f\x66\x75\x04\x8f\xc6\x58\x0a\xbf\xb3\x03\x91\xc7\x44\x16\x49\xd1\x55\xf7\xe6\x61\x48\x0e\x58\x4c\x39\xca\x74\xaf\x3f\xb8\xfe\xf3\x55\x14\x02\xd9\xa4\x6a\xdc\xfe\xa4\xbb\xcf\x7f\xfa\x31\x1b\x18\xb9\xab\x6d\x1a\x3f\x51\xc8\xc8\x3b\x9d\x19\x38\x04\x9d\xef\xdb\x43\x4a\x0b\xd7\x96\x1e\x34\x88\x57\x5a\x6d\xa0\x4d\xd2\x1a\x42\x2f\xf9\x1c\x89\x5c\x4a\x32\x1e\x47\xa5\x8b\x7e\x8e\x9e\xbb\x03\x31\x78\x99\x32\x33\x56\xa5\x0c\xea\x59\x20\x7c\x9b\x50\xeb\x4d\x6e\x20\xf3\x40\x74\x2b\x4d\xc2\xdd\x7c\xcd\x16\x26\x29\x14\x89\x0c\x24\xbd\x3d\x22\x22\x61\x2c\x74\x58\x3b\x01\x24\x9e\xaf\x49\xa1\x40\xb9\xe9\xc8\xfa\x89\x21\xaa\xf4\x16\xd1\x8f\xe7\xfa\x96\xbb\x76\xde\x17\xfd\x82\x64\xfb\x6c\xbb\x00\x6f\x1d\xb6\x53\xe4\x90\x44\x2b\xb0\x9c\xaf\x61\xda\x38\xa4\x4f\x98\x4a\xa7\x71\xe6\x61\xf3\xc6\xf8\x8a\xf7\x15\xa1\xf8\xdf\xd6\x40\x11\x8d\x80\x84\x57\x9f\x02\x10\x00\x5f\x84\x14\xba\x0f\xc4\x71\x9b\x7d\xfe\x5a\x8a\xe8\x7d\x4e\x6e\xf9\x07\xd1\x00\x6d\xe0\xeb\x5f\xdf\x1d\x8a\xf0\xa0\xea\xb1\x67\x76\x7e\xca\x71\x66\xf2\x31\x18\x76\xdd\x3d\xca\x26\x9b\x3c\x93\xa6\x2c\xb0\x91\xb3\xbc\xd9\x0a\x1c\x0a\xb5\x7b\x25\x99\xbe\xd4\x17\xe1\xbb\xf1\xab\x12\x78\x85\x24\x94\x5b\xc2\xc4\xe8\xee\x98\x0c\xa7\xc9\x82\x78\x16\x72\x41\x22\xbd\x41\xa2\xab\x3a\x2f\xd4\xb2\x1c\xc3\xa8\xb4\xdd\x7a\x61\x43\x63\xc7\x0f\xa4\x94\xc2\x31\xe4\x01\xf7\xef\x94\xde\xe9\xed\x14\x52\x06\x10\xa9\x38\x54\x29\x15\xf4\xc0\x03\xd4\x99\x71\xe1\xec\x84\x80\x24\xfe\x7b\xe1\x15\x1b\x50\x59\x99\xfc\x5e\x11\x9c\x79\x4b\xd5\x9f\x36\x12\x73\x05\x6b\x2a\xb8\x60\x42\x45\x4b\x06\x97\x6c\x74\x53\xce\x2a\x91\x73\xb8\xd3\x8c\x5f\x6f\x5b\xe7\x62\x63\xc4\x4d\x87\xda\x26\x0b\x7c\xd7\xe5\x62\x57\x2b\x46\x4c\xa2\x57\x07\xee\xab\x8c\x90\x7e\x62\x7c\xa9\xed\x29\xf5\xfc\xd3\x94\x69\x1a\xa6\x5c\xcf\xfa\x62\xe4\x7c\x28\xb6\x2e\xd9\x49\x2b\x37\x3c\x62\xab\xa3\xbc\xf1\xb7\x05\xb4\x94\xfe\x71\xc3\xf4\xb4\x58\xc9\x19\x2a\x91\xf6\x25\x75\x52\xfc\x48\xa6\x52\x32\xa7\x69\x75\xe3\x9a\x60\x22\x27\x14\x39\x1a\x2c\xcb\x2e\x51\x73\x49\xa6\xd7\xe8\x9f\xe9\x7f\xf6\x6e\x77\x27\x64\x78\xfa\xde\x18\xc4\x79\x15\xde\xbe\x28\x43\xbb\x2a\x9b\xcc\x2a\xa8\xb7\x9d\xbb\x13\x67\xed\x3f\xa5\x75\x0a\xe7\x66\xf5\xd8\xfe\xdc\xf7\xcc\x9d\x1b\xa6\xee\xdc\xb4\xd4\xaa\xfa\x4c\x9d\xba\x6d\xa1\x5e\xe7\x65\x4e\x9f\x25\x02\x2a\x75\x77\x29\x7a\x99\x0b\x6b\x7f\xe1\x84\xff\x98\xc1\x9a\x14\xcb\xf2\xde\x12\x4e\xdb\x47\x89\xbc\x22\x85\x14\x82\xd7\x83\x51\xed\xf4\xad\xe7\x29\xb4\xd4\x0b\xc7\x4b\x78\x79\xf7\xc7\x73\xae\x6a\x77\x62\x06\xc8\x33\x95\xb1\xf7\x13\x2f\x47\x54\xcd\xa1\x77\xe2\x3b\x0b\xf0\x82\x41\x20\x94\xb1\x60\xdb\x70\xc8\x9d\xcc\xfe\x18\x8e\x87\xa9\x6f\xeb\xb5\x86\x66\x75\x2f\x63\xcc\x48\xa6\x7f\xc5\x56\x08\xc4\x17\xc7\x27\x2a\x48\x0e\xc3\xac\xec\xd4\x15\x55\x2a\x73\x0f\x64\x86\x44\xcf\xbf\xfb\xbc\xce\x67\x99\xf9\xd8\x0b\xc8\x74\x39\x29\x9b\xee\xe5\xd8\x85\x61\x44\xf3\x96\x0a\x21\x76\x4c\x6f\x24\xa0\x12\xe4\x0a\x95\x47\xd2\x19\xbb\x27\x40\xe9\x8f\x11\x22\x4b\x85\xc7\x7c\x47\x44\x0f\x3c\xa0\x83\xb4\x12\xe1\x77\x63\x63\x79\x63\x27\x9c\x5b\xc1\xa9\x86\x60\x6e\x04\xf2\x20\xc8\xa1\x21\xd8\x04\xba\x18\x32\x7c\x62\xf6\xb7\x3a\xb8\x1b\x78\x25\xfa\x0e\x0a\x27\x95\x11\x28\xca\x18\x33\xea\x72\x8f\x97\xf4\x38\x57\x08\x9c\x8e\x6a\x2e\x27\x0f\x18\x60\x5f\xf8\x04\xa3\xfb\x98\x3e\x91\x83\x01\xd2\x26\x3c\x22\x4d\xfa\xf0\x8a\x8e\x1a\x08\xff\x20\x97\x78\xd9\x80\x17\xfe\x96\xfc\x38\x2b\x39\xc5\xc2\x1a\xd4\x79\xcf\xbf\x6e\x04\x79\x26\xb6\xcc\x4d\xc1\x30\xd7\x9b\x4b\xba\x42\x91\x6a\xff\x41\x40\x40\x71\x24\x25\xec\x83\xca\x0e\x35\x15\x27\x3b\x0d\x90\x9f\xbc\x3a\x66\xa1\xb8\x01\x31\xbc\xbb\x33\x12\xf7\xae\xa0\x91\x1e\xc1\xcb\xb3\x9b\x91\xf7\xcb\x3d\x50\x82\xe8\x46\x32\x69\x4b\x8f\x15\x34\x82\xff\xf9\x3b\x59\xc3\xe1\x6e\x29\xc1\xa6\x7f\x4e\xa8\x5d\xc4\x53\xbd\x52\x8c\xd7\xe7\x73\x15\x9c\x1b\x33\xdd\x45\x15\x5c\x5c\x03\xa7\x8b\xcc\x79\x98\xd8\x90\xb6\xa7\x00\xab\x01\x8c\x0e\x20\xe0\x66\x56\xe7\xab\x0a\xe9\x65\x2a\x70\xef\x23\xb9\xfc\x7b\xc7\x25\x40\x89\x52\x41\xbd\x97\xe8\x7b\x22\x30\x7c\x22\xa4\x46\xe7\xb4\x32\x56\x36\x14\x5b\x80\x7b\x76\x90\x79\xe9\x95\xb8\x70\x21\x87\x62\x3a\x34\xa5\xd5\xfb\x01\x4f\xda\xd3\x1a\xea\x32\x3b\xd1\x89\x73\x34\xf9\x49\x4d\x68\x81\xdd\x32\x3d\xc9\xaf\x23\x32\x99\xd0\x83\x38\x92\xd7\x39\x83\x29\x3e\x8a\x59\x8b\xe1\xef\x9b\x3c\xe8\x3b\x4a\x72\x0f\xc7\x61\x67\xb7\xc4\xe0\xc6\x0f\x7a\x87\x9d\x5c\x97\x7e\xb5\xc2\x3d\x7e\x2c\x4f\xed\xcc\x17\x0e\xfc\x23\x67\xde\xaf\x1e\xac\xe2\x09\x9f\x7a\x87\x5d\xc8\x1a\xb4\xdc\x29\x78\x87\x77\x0f\x84\xdc\x15\x7f\xb8\xea\x57\xec\xaa\xc7\xda\x6b\x9b\x65\x77\x80\x3b\x31\xda\x3e\x98\x15\x17\x89\xc0\xc1\x8a\xdb\x97\xb1\x1a\x69\x65\xbd\x70\xaa\xd2\x4f\xce\x70\x0a\xcc\x74\x58\x45\xba\x76\x51\x77\x44\x58\x95\x47\x3c\xa6\x7d\xe1\x5c\xa7\x9c\xe3\x12\x45\xd8\x7b\x19\xe9\xb3\x26\x07\xea\x8c\xb2\xfc\x23\xe2\x9e\x57\xb4\xf1\xab\xc7\x02\x53\x23\xe7\x30\x2c\x61\x81\xa1\xe2\x63\xde\xbb\xe8\xda\x95\x64\x86\x89\x68\x86\xc3\xe1\x7c\xcb\xe9\xc1\x7c\x99\x56\x69\x9e\xbf\x51\xb6\x77\xcb\x55\xd8\xf4\x1c\x64\xc7\x76\x47\xbc\xd0\x46\xb9\x97\x6e\xf1\xce\xa2\x43\xd2\x8a\xf7\xa9\x93\x86\xb5\xde\xf3\x4a\x04\x08\x4e\x2d\x21\x8d\x46\x86\x83\xa4\x48\x44\x6a\xea\x22\xab\x8e\xbc\xe9\x26\xf5\xb1\x2e\xb1\xb2\x4f\xaa\xcc\x2f\xef\xf7\x85\x3f\x51\xd9\x4a\x4f\x14\x04\xe0\x0f\xe9\xe5\xef\x24\x2a\x08\x75\xb9\x5a\x94\xee\xcb\x8a\x14\xde\x73\x5e\x89\xf6\x63\x3e\x10\x8f\xa2\x8e\xcc\xf1\xee\x05\xf9\xa8\xe7\x20\xdf\x15\xc1\x67\x91\xeb\xa5\x72\xf3\xb8\xb3\xd5\xdb\x12\xda\xeb\x57\x9d\x07\xa1\xb6\x64\x6d\x9d\x89\x01\x82\xe2\x84\xb0\xf0\x6a\xa2\xf6\x07\xc9\x68\x42\xda\xe2\xcc\x05\x17\xa2\xc1\xea\x14\xc7\xee\xf5\x71\x7d\xe3\x4c\xea\x5e\xec\x0b\xe1\xa8\x09\x27\xfd\xf1\x27\x55\xf0\xbe\x51\x7e\xa8\x57\x29\xcd\x9d\x2f\x28\xf9\xce\x86\x22\x5d\x27\x59\xde\xb8\x16\x88\x6b\x2a\xeb\xc8\x84\x23\x0c\x8c\x28\xc9\x1a\x4b\xd0\xba\xa3\x15\x4e\xbf\xe4\x36\xf0\x69\x5f\x27\x96\xeb\x7b\x4a\x4c\x15\x5f\x7a\x88\x7a\x7a\x68\x3a\x26\x25\xe8\xb7\x76\xcc\xa4\x49\x76\x9c\x78\xb0\xd8\x0f\x5b\x58\x7b\xf1\xef\x37\x2c\x24\xdb\x22\xe1\xca\xcb\xdc\x44\x09\x8f\x2e\x88\xd9\x60\x29\x2e\x31\x47\x86\x3c\xf2\xd1\xea\xb7\xc1\x1d\x02\x40\xa8\x56\x1e\x17\x3a\x03\xad\x2d\x78\x55\xf7\xfc\x04\x66\x49\x69\xff\x3a\x3d\x46\xc0\xbe\x8d\x4a\x9e\xee\x1a\xc3\x97\x8c\x80\xe8\xaa\xf4\x07\xbd\x0a\xc7\x5a\xd7\x00\xd7\x7e\x99\xeb\xf4\xf4\x1e\x0a\x6f\x02\x84\x68\xd9\xc5\x18\x1e\xae\x37\x2b\x6b\x0c\x55\xec\xda\x63\x28\xf2\x43\xe1\xd7\x4d\x6e\x33\x6a\x92\x1d\xb4\x86\x11\x95\xa4\x99\x08\x36\x2a\xa3\x36\xe1\xa8\xfa\x88\x30\xc6\xa4\x0f\x20\x01\x03\xfa\x11\x18\x57\x0e\x40\x96\x1c\x5a\xf0\xf8\x20\x75\x1e\xa5\x26\x66\x72\x4c\x3f\xbd\xaa\x5c\xe5\xec\x68\x7a\x70\x3e\x58\x48\x8e\x1d\x55\xd4\x50\x05\xb4\x6c\xc6\x1e\xc1\xd5\xc5\xb5\xb4\x42\xb0\x9d\x4e\x63\x84\xc2\x71\x87\x5f\x65\x1d\x84\x96\x5d\x5b\x5b\xc2\x8f\xe1\xc5\xe1\x6c\x32\x0a\x4b\xaa\x4f\xce\xf6\x64\x79\xa6\x4c\x81\x08\xc8\x45\xae\x0f\x31\x91\x45\xdc\x95\x49\xbd\x2a\x05\x5c\x7c\xe5\x80\xd9\xe0\xb9\xf6\x96\xa1\xf4\x73\x5c\xee\x11\xcf\x98\x20\x23\xa2\x6b\xca\xcb\x4d\x89\xab\xdc\xaf\x4b\xf0\xcb\x72\x28\x24\x08\xb5\xfa\xd0\xda\xb0\x0e\x32\x4e\x25\xe0\x40\x88\x57\x36\x2b\x9f\x62\x50\x62\x4e\xf1\x1f\xbf\x26\x20\x32\xe1\x58\x3a\xfc\x21\x78\xbe\xe8\xef\x1c\x00\x8c\xe4\x96\x4b\xee\xef\x1c\x06\xa4\x0e\xcc\xa6\x34\x10\xbd\x6a\xaa\xad\xff\x2b\xdc\x66\x4a\xc2\x4e\xd5\x95\x19\xab\x75\x83\x0b\xd5\xe5\x90\xff\x78\x04\xa9\xce\x28\xc1\x44\xef\x6c\x29\x37\x46\x15\xa0\xda\x6f\x4a\x9c\x71\x40\xac\xe3\xea\x3b\x05\x78\x03\xb7\x8c\x9d\xa8\x0f\x1b\xb0\x7e\x61\xd0\x0e\x98\x89\xe7\xb2\x02\xff\x56\xef\xc2\x70\x89\x29\x07\x78\xe5\x09\x68\x04\x43\xf1\xcd\x5e\x8f\x73\x89\xb3\x53\x09\x8f\xb9\xac\x49\x0a\x23\xf0\xb5\x57\x9f\x7a\x6c\x58\x71\x6c\x95\xe1\x0d\xd1\xe4\x3d\x43\xc8\x1c\x9a\xc2\x73\x2f\x25\x72\xb6\x2a\x92\x55\xd2\x7a\xf2\xa2\x77\xea\xc1\xe8\x5b\x22\x8e\xd2\x9d\xbc\x83\x4a\x8e\x9c\xbe\xfa\x82\x15\x61\x76\xd4\x3b\x3d\x7e\x8b\xc7\x8f\x14\x14\x0f\x86\x43\x99\x25\x50\x2e\x71\x56\x16\x15\x7b\x61\xe3\xb9\xd9\xb5\x70\xce\x65\xe6\x59\x4d\x2e\xae\x19\x51\x8a\x39\x39\x46\xe2\x6a\x61\xf7\x16\xc3\x51\x51\x75\x17\x5c\x65\xbe\x41\x8d\x87\x1a\x42\x67\x03\xf3\xeb\x15\xb5\x3b\xa7\x6c\x55\xf4\x84\x57\xf2\x7e\x94\x73\xbc\x5d\x73\x63\xa6\xeb\xac\xd3\x2c\x30\x55\x40\xcf\x33\x20\x7d\x09\xa0\xb1\x7e\xb7\x96\x9c\x8f\x32\x88\x13\xb5\xe0\xb2\xf4\xf1\x29\xd5\x85\xd5\x49\x36\xa0\xe5\xa1\xb7\x5a\x80\x9a\x32\xcb\x50\x0d\x31\x94\x73\x49\x59\x62\xa6\x5f\x22\x20\x75\xb0\xe1\x85\xcb\xd7\x82\xaa\x5b\xbd\xac\xde\xaf\x36\xd0\x6d\x95\xee\x0d\xee\x13\xc0\x1a\x42\xf0\xf6\x30\xa4\x65\xb1\xcc\xca\x41\xf6\x0f\x20\x73\xea\x40\x44\x81\x45\xa9\xaf\xc5\x97\xaf\xd5\x79\x7e\xcd\x7f\x71\xc7\x8f\xa3\x3d\x11\xb8\x56\x61\x46\xff\x71\xf1\x8b\xf1\x63\x7a\x77\x49\x40\x7f\xff\x24\x9b\x75\x9e\xc4\x5f\x20\xb3\x7f\xff\x31\x08\xe4\x6d\x98\xc1\xfd\xac\x56\x73\x4e\x05\x29\x72\x8a\xf6\x18\x1c\xbd\x09\x8d\x74\x7f\x4c\x53\x27\xaa\x2a\xae\x28\x70\x5d\x6b\x6f\x90\xd6\xda\xfb\xba\x2e\xb8\x37\x14\xca\xb3\x45\xc3\xbe\x8a\x3d\x38\x2d\x44\xc2\x73\xf8\xc8\x92\x01\x60\x80\x9c\x0d\x31\x44\xf7\xe7\xb0\x50\x83\x23\xca\x8d\x9c\xa8\xe0\x4a\xdb\xcc\x82\x5f\x29\x57\x9b\xaf\x59\x48\xe7\xc8\x70\xdf\x0b\x48\x17\xa3\xe4\xcd\xa2\xe7\xb8\x7e\x43\x65\xca\x5e\x0b\x22\xaa\xca\xae\x0f\x28\xe6\xf1\x90\x09\x81\x2d\x83\xda\xab\x15\xd7\xe2\x71\xe5\xd2\x47\x5c\x87\xb9\x68\x3f\x4c\x5f\x18\x08\xbf\x20\x2b\x25\x8b\xcd\xf6\xc0\xfb\xcc\x7e\xf8\x4b\x0b\x4b\xea\x1f\x5a\x78\xa0\x3b\x7a\x73\xf0\x68\x72\x1b\x4f\xaa\x56\xb2\x32\xfe\x4f\xd7\x4f\x47\x5b\x7d\xe0\x5d\x2a\xd4\xc6\x8d\xf4\x2d\xdb\x63\x22\xb9\x68\x9b\xf9\x02\xf6\x2a\xf5\xb4\x8d\xb6\x92\x06\xb2\x73\xfb\x7d\x87\x21\xfc\x14\x44\xa9\x98\x63\x0e\xe1\x46\xe9\x2a\x7f\x1f\xb6\x7c\xd6\x53\x05\x56\x46\x8e\x4d\x80\xeb\xb6\x44\x5b\xda\xdd\x0c\xec\x5f\x2e\xd5\xc2\x77\x39\x72\x87\x59\xa7\x1e\xf3\xc7\x07\xe1\x55\xdc\xf3\x58\xa6\x10\x7c\xf0\x45\xf5\x4e\x98\xbe\xa8\x63\xec\x7f\xf4\xec\x49\xb6\xbc\xcb\xe6\x58\xee\xc9\xea\xe5\x04\xbd\xec\x5f\x55\x97\x25\x75\x9f\x3b\xc3\xf4\x7c\x75\xcf\x4a\x09\x11\x84\xdb\x8f\x70\x24\x3a\x66\xbf\x04\x58\x68\x45\xdc\x72\x3d\xc6\xf2\x55\x6a\x4c\x5a\xb6\x56\x22\x7a\x9f\x33\xf9\xd7\x62\x6f\x31\x27\xc6\x30\xa3\x82\x5c\xc7\xe2\xf3\x98\x81\xdb\xb6\x00\xf4\x69\x04\x1f\x49\x4f\xef\x88\xcf\xcc\x34\xfa\x3e\x9f\x83\xbd\x05\x97\x46\x31\x18\x15\xf8\x31\xaf\xb0\xd2\x0b\x1d\x26\x74\x21\x2e\x6e\x2a\xfc\x17\x0a\x4e\x25\x98\x7f\x71\xe2\x7b\x5b\x3c\x0b\xf6\x40\x42\xb2\x72\x2d\xfc\xaa\x32\x51\x0a\xd5\x94\x8d\x12\xfb\x66\xa9\x18\x16\xd5\x08\x41\xbb\x7d\xc4\x3d\xca\xa0\x61\x6d\xc2\xa8\x82\x1a\xd1\xa0\xe2\xee\x1d\xae\x21\x91\x3d\x75\x24\x82\xaa\xcb\x0f\x8c\x0a\x28\xa7\xd7\x9e\xa3\x12\x95\x3f\x83\x9b\xf8\xea\xb7\xee\xab\x15\x7c\x97\xed\x65\x85\xa2\x7b\x73\x85\xa1\xf1\x9f\x39\x1b\xb7\xbd\xdc\x7b\x99\x2b\x5e\x19\xc6\x48\x42\x93\xf3\x15\x8b\x8d\x9b\x1f\x08\xef\x29\x61\x49\xb6\x5f\xb8\x06\x45\xe5\x4f\xe4\x61\xc1\x20\x6a\x0a\xaf\xf7\x5a\x29\x79\x9e\x3a\xc8\x31\x7b\xfb\xf9\x15\x73\x30\x14\x32\x87\x90\x3a\x49\xa6\x0f\x6a\x78\x29\xea\x4b\xcd\x65\x93\xdb\x85\x74\x5a\x26\x86\x5d\xf5\x21\xc1\x4b\xca\xbe\xd4\x61\x87\xe9\x74\x8b\x70\x82\x80\x92\x10\x6f\x39\x57\xa1\x8c\x3e\xaa\x7c\x13\x6c\x62\xc7\xa8\x80\x71\x11\x49\x2b\x2b\xe4\x9e\x11\xaf\x6d\x40\xdc\xb7\xcc\x5c\xbd\xb7\xbb\xa4\x74\x46\xf2\x29\x26\x58\x0d\xf5\x18\xd2\xc2\x13\xfc\x8a\xa8\x5e\xb3\xb8\xa9\x67\x28\x05\x58\x83\xd6\xd6\xc0\x2f\x8a\x9d\x56\xa9\x2a\xa1\x1e\xf8\x39\x08\xa2\xf7\x54\x23\x60\x70\xb8\xcf\x87\xc2\xaf\x1a\xae\xd5\x75\x2b\xf3\x8c\x23\x0f\x84\x60\x93\xd7\xa5\x11\x02\xa1\x3c\xe6\xeb\xd2\x92\xa5\x81\x72\x91\xc7\x98\x33\x3e\x7b\x62\x21\x2f\x30\x39\x1f\x40\x98\x4d\x6b\xca\x25\x07\x27\x39\x3d\xde\xf3\x43\xd1\xa1\xc2\x09\xea\x08\x3a\xb0\xde\x85\x87\x9c\x92\x73\x63\x79\xc6\xe1\x90\xd3\x3c\xda\xb4\x9b\x1f\xa5\xb6\xa1\x76\x52\x98\x8c\x10\xa4\x1c\x43\x9d\xda\x90\x42\xd7\xa5\xad\xe8\x39\x64\xc5\xb8\x5d\x71\x4d\x46\x1f\x85\x60\xdd\xec\x61\x22\x68\x50\x0d\x4b\xff\x69\xe5\x60\x8f\x37\xf7\x98\x81\x0e\xd2\xda\x88\x6d\x64\x44\xe8\xb6\x06\xc2\x7f\x3d\x51\xe3\xa2\x29\x78\x7c\x3f\x96\x25\x68\x1c\x9b\x92\xb2\x2e\xbe\x7a\x95\xa3\x65\x79\xb4\x91\x22\x7f\x96\xaa\x3e\x7d\x7d\x3a\x21\xd8\xb1\xa8\x68\xb9\x32\x6f\x3d\x5b\xa9\xb1\x3b\xf4\xfb\x27\x87\x0f\x89\x8d\xd6\xd4\x3a\x33\x14\x55\x1e\xb0\x1b\x41\x83\x56\xaa\x8f\xd9\x1e\x26\x24\x43\x83\x18\xbd\xfe\x4c\x32\x72\x09\x05\xab\xc4\x44\xca\x54\xad\xbe\xc0\x44\x8b\x4b\x29\xc4\x33\x84\x42\x99\x9c\x3c\x4d\xc8\x4e\x07\xf1\xc2\x0b\x3b\x20\xea\x24\x27\x17\x8a\xae\x9f\xb3\xd3\x4c\x9f\x1d\xe8\x3d\x8c\xa6\xc0\xbe\x47\x55\x30\xc7\x4c\x14\x4b\xc0\xf4\x41\x76\x99\x6a\x51\xc4\x84\xf3\x1f\xbd\x0d\xe2\x5d\x0b\x70\x62\xe0\xa6\x60\x42\x24\xa7\xed\x26\x7d\x91\xd7\x20\xc0\xf4\x41\x65\x27\xa9\x5c\x2a\x53\xdd\x9b\x9c\xf3\xc6\x53\xbe\x47\xd9\x68\x08\x44\xd8\x4d\xf0\x85\x42\x13\x14\xf9\xb2\x1e\xa9\xa7\xd4\xdd\xaa\xcf\xbb\x34\x35\x80\xe2\x3a\xe1\x84\x6e\xf1\x41\x25\xbe\x1b\x20\xbb\x89\x3d\x6e\xd6\x9b\x02\xa1\xbe\x77\x7d\x18\xf7\x9e\x50\x9f\x2e\xb0\x4d\x9e\x50\xef\xc8\x2c\xd4\x73\xe3\x6d\xfd\xfd\x2f\x0d\xa6\xe2\x0b\x48\xe1\xb8\x07\xa7\x1f\x8d\x85\xd6\xeb\x9f\x31\x80\x45\x3d\x16\x1e\x15\xfd\x74\xc5\x82\x51\x5c\xe8\x96\x92\x56\xbe\x95\xcb\x95\x20\x82\x0d\x52\xf0\x22\xe2\x0a\x15\x01\xb9\xa5\xe7\xf2\x5f\xfb\x8c\x44\xce\x55\x13\x22\xdd\x84\x29\x37\xc1\x17\xea\x6e\xd1\xcb\x46\x72\xfa\xa9\xbf\xfd\xb5\x80\xa0\x1b\xb3\x33\x62\x2b\x5c\x76\x91\x89\x0b\xcc\x74\x90\xbc\xc2\x88\xe1\xe2\x9e\xbb\x9c\x16\xd7\xde\x73\x23\xd0\x72\x3f\xf8\xf3\x05\xa7\x77\x7a\x41\xef\xb7\xc7\xeb\x01\x72\x06\x90\x70\x67\xde\x31\x77\xef\x98\xfc\x6c\xca\xc5\x30\x8e\xa2\xa9\x73\xf5\xda\x95\x34\xef\x9d\xa5\x7d\xab\x02\x6c\xf2\xd0\x46\xa2\x03\xb1\xc8\xf8\x8f\xe9\x4a\x08\x6e\x5a\xb6\x84\x8f\x76\x0e\xdf\x9c\x07\xd6\x50\xf6\x78\x7b\xb3\x33\x21\xa6\x2e\x72\xdd\x00\x57\xec\x81\xbb\x18\x52\x5c\xbd\x5d\x08\x0e\xe1\x23\x35\xee\xaa\x01\xd9\x0a\x1b\x08\x31\xcc\x9d\xaf\x27\x9b\x96\x33\x5d\xe1\x1f\x64\xfe\xac\x6f\x04\x27\x8d\x32\x37\x21\x4d\x4f\xcf\xf0\x30\x02\xb5\x74\x19\xf8\x44\xa7\x65\x72\x00\x50\xfd\x32\x80\x2e\xc2\x6f\x19\x9c\x39\xc8\x26\xf2\x47\xa9\x0a\x44\x48\x13\x04\x33\xd2\x48\xef\x07\x87\xcf\x3c\xc3\x85\x82\x97\xc6\xcc\xcd\x2b\x71\x77\xdf\x64\x36\xa3\x7c\x24\xfc\x81\x5e\xec\x05\x79\xe1\x3c\x7c\x40\x78\x72\x47\xa5\x9f\xf5\xc8\xf8\xf9\x63\xc2\xf9\x5d\xd9\x7d\x6a\x25\x39\xd5\x69\x38\x99\x67\x47\x37\x72\x8a\x5f\xbd\xd8\x3a\x3a\x97\x33\x3e\x3a\xbf\x3a\xba\xe0\xa3\x49\x76\xb4\xbb\x03\xdd\xf8\x12\x87\xc2\x04\xbe\x03\xcc\x8b\xc5\x0b\x94\x47\x6d\xa6\x5f\x60\x44\xa1\x80\xce\xdb\x96\x16\x27\x97\x9d\x40\xe4\x60\xf7\x4d\x45\x0b\x15\x2d\x36\xd6\x21\xf7\x04\x2b\x55\x41\x11\xd4\xbd\xfa\x19\xa6\xd6\xc0\x81\x37\x63\x7a\x50\xe7\x09\x42\xfc\x05\x6e\xfd\x18\x28\xea\x10\x71\x91\xa0\xdc\x37\x92\x88\xdf\xa5\x75\xd1\xb0\x2e\x2b\x6c\x99\xd6\x4b\x10\x1b\x0b\x4a\xf1\xea\xac\x91\xb6\x7e\x90\xa1\x7d\x96\x44\x79\x59\x9e\x49\xf7\x52\x0e\x90\xbd\xe9\xad\x67\xc4\x5c\xa6\x80\x8b\x68\xf3\xc0\x3e\xbb\x26\x43\x34\xda\x1e\xf8\xac\x77\x75\x76\x6b\x9f\xf5\x36\xb2\x5a\xf1\xac\xa1\xad\x54\x3c\x9a\x26\x32\xb6\x78\xbc\xa6\x72\x63\x0d\xcc\x45\x6e\xf1\x6b\x26\x77\xd6\xe1\x92\xdc\xe3\xd7\xd7\xc1\x3a\x7a\x90\x47\x3e\x7a\xba\x3a\x7a\xe6\xa3\x17\x6b\x6c\x1d\x8c\x6d\x91\x87\xfd\x82\xb1\xe5\x86\xfc\x3f\x3e\xb8\xb3\x2a\xcf\xd5\xf2\xd5\xe0\x96\x31\xb8\x55\x0c\xae\x39\x4b\x1c\xdd\x63\x05\x5b\x41\x4d\x54\x70\x75\x2b\x0f\x2e\x62\x57\xaa\x84\xc1\x4d\xcf\xf2\xe0\x56\x0e\x7c\xd6\xbb\x3a\xbb\xb5\xcf\x7a\x25\x39\xaf\xda\x83\x3b\xab\xda\x83\x1b\x04\x05\xba\xec\x7e\xb0\x5e\xa7\xa0\xc1\xe0\x93\xa5\x80\xb2\xa5\x40\x5b\xcb\xd5\xd2\x8d\x14\x58\xdc\xdb\x42\x60\x0c\xec\xc5\x58\x3a\xd6\x38\x9f\x64\x65\xce\x59\x2d\xd5\xab\x19\x54\xc3\xaf\x51\xdd\x3a\xba\x93\x0d\x3e\xda\xbc\x3a\x9a\xe3\xa3\x05\x6b\xaa\xc0\x3d\xd6\x1d\xc3\x12\xe8\xa2\xae\xb2\xe1\x9e\xfb\x7f\x7c\xaa\x1c\xab\x1c\x1e\xba\x9e\x2a\x53\x52\x6e\x95\x83\xa9\x62\xce\x12\x13\x6d\x4e\xae\x49\x2d\x51\x05\x46\xf8\x5f\xae\xa7\x4a\x0d\x53\xe5\x82\xa9\x92\x9e\xe5\xa9\x32\x3b\xf2\x59\xef\xea\xec\xd6\x3e\xeb\x5d\xe4\xe9\x6a\xaa\x1c\x6f\xa6\xca\xa4\x82\xa9\x32\x3e\x67\x53\xe5\x95\xa7\xca\x9d\x3d\x55\xb4\x0d\xe5\x35\x6f\xa6\xca\x51\x66\x53\x25\x08\x50\x2e\xe4\x7e\xb0\x8a\xfe\x87\x59\x57\x29\xc8\xfc\x3e\x9b\x76\x95\x2a\x43\x47\x16\xd9\x94\x49\xe4\x14\xbf\x46\xf1\xc2\x9e\x48\x33\x3e\x3a\xcf\x8e\xb2\x9f\xb5\xbb\xe0\x89\x54\x9a\x48\x6b\x22\x6d\xe6\xea\xc7\x4c\x5a\xd0\x4c\x7a\x6d\x38\x3c\xaf\xb3\xa9\xd4\x6e\x3a\x5a\xff\xf0\x2f\x57\x73\x69\x5a\xe1\x2a\x25\xfa\x81\xf7\x60\x71\xe5\xf7\x63\x5e\xa9\x6f\xbe\x12\x05\xa9\x83\xb3\x29\x8c\x4a\xaa\x7e\xb8\x92\x39\x6e\x5b\xd5\x0c\x3a\x95\x81\x8b\x38\xb0\x9a\x1e\xa6\x40\x66\xbb\x86\x89\x92\xb8\xd7\x27\xcd\x96\x60\x06\xdb\xb9\x1a\xec\x32\x06\xbb\x64\x84\x3e\x39\x02\x07\xa5\xb9\xbd\x9d\xaf\xd1\x8a\xe1\xc6\x74\x5e\xa8\xb7\x96\x2d\x77\xe9\xce\x3a\xba\x93\x7b\xfc\xea\x1f\xac\xa3\x89\xe4\x9a\x6b\xfd\xd3\xd5\x50\x9d\xf9\xe8\x25\x3b\xda\x3d\xf0\x46\xc0\x45\xda\x2e\x28\x38\x49\xb0\xa3\xa0\x8a\xd0\x3d\xd7\x62\xba\xea\xdd\x57\x7b\xdb\xb8\xa8\x26\x72\xe6\xa6\xdf\xd4\x31\x05\xf2\x98\x84\x39\xdd\x4d\x41\x22\xb7\x9c\xf5\x9f\x38\xd7\xf2\x1a\x8b\xf0\x84\x45\x68\xce\x3e\xc2\x15\x97\x43\xdf\x56\xb1\x08\xd3\x5b\x8d\xbc\x26\x3c\xa9\xda\x61\x11\xa6\x67\x8d\xbc\x3e\xf2\x59\xef\xea\xec\xd6\x3e\xeb\xed\xe4\xbc\x76\x25\xaf\x6b\xf6\xb8\xf8\x41\x42\x0d\xb8\x6b\x9f\x0f\x32\x5d\x24\xee\x85\x0c\x75\x6f\xce\x2c\x31\x46\x45\x73\xf5\x9d\x0f\x7c\x63\x91\xe0\x4d\x77\xed\xf8\x33\xbd\xcf\x9f\x7e\xea\x95\xba\x93\xa5\xa3\xb2\xee\x3b\x43\xb5\x7b\xe0\xa5\x5a\xc4\x4a\x45\x32\xe3\x7f\xb9\xe8\x17\x67\x6d\x39\xaa\x99\x8c\x25\x67\x9d\xd0\x89\xef\xa7\x3c\x55\x54\x5d\xb3\x7b\xbb\xa3\x2d\xe4\x92\x55\x79\x37\x8e\x7e\x2c\x3a\x78\x30\x5e\x66\x39\xa6\xa9\xca\x16\x5d\x34\x27\x37\xb3\x4a\xd4\x18\x5d\x47\xb4\x04\x6f\x73\xf8\xac\xba\xf9\x50\x78\xf7\xe5\x9d\xfc\x4b\x8e\x63\x2b\x30\x5e\xfe\xe8\x42\x95\xba\x3f\xa7\x00\x4c\x9e\x98\x1a\x9c\xd3\x86\xdb\xe7\x07\x54\x2d\x5f\x31\xa2\x7d\x06\xef\xe8\xa8\x59\x21\x0d\x9b\x13\xe4\x2b\xae\xb6\xf5\x37\x12\xa5\x9c\x16\x68\xc8\xa0\xba\xb0\x17\xd3\x92\x66\xd0\x68\x15\x58\xd2\x69\x82\xce\xeb\x8d\x2f\xe9\xe0\xaa\xb9\x9c\x82\x54\x3f\xbe\xb7\x96\x4c\x0d\xcf\xea\xd5\x17\xb6\xb6\xdc\xc0\xaf\xaf\x66\x76\x34\x3a\xc8\x09\xe5\x10\xde\x8d\xe2\x56\xea\x1b\xf0\x3b\xe7\x56\xfe\x4b\xac\x55\xac\x2e\x41\x3a\x2c\x8e\xa4\x71\xd9\xcb\x35\x7f\x5c\xd5\x66\x2d\xde\x6c\xe0\x1c\x2e\x21\x9b\xb8\x33\x84\x94\x5c\x54\x41\x8d\xbb\xdb\x40\x50\xee\x20\x39\x0e\x70\x4d\x35\xe5\x12\xe7\x7b\x07\x80\x84\x7a\x5b\xbe\xae\xc0\xec\x16\x2b\xe2\xc1\x56\x3b\xb5\xe6\x0b\x4f\xd6\x85\x01\x7b\x07\xb5\x68\xd3\x92\x27\x46\x8b\x36\xee\x16\xc2\x6b\x74\xe1\xa7\x99\xa7\xe2\x62\xc2\xca\x94\xd4\x85\x67\x40\x91\x61\x22\xb4\x55\xf7\x0a\x50\x76\x23\xae\x40\xb6\xad\x71\x42\xa8\x16\x18\xee\xae\xc6\x39\x15\x1c\xbb\xf3\x60\x4d\x02\x2b\xa2\x7b\x81\xf0\x88\x6d\x2a\x07\xf0\x32\x43\x41\x83\x61\x01\x48\xc1\x2f\xce\x70\xe5\x2a\xa0\x84\xf1\x3a\xa8\x33\x5d\xe4\x51\xb5\xae\xa7\x0b\xb5\xdf\x53\x7b\xdc\x49\x8c\xef\xe2\xe9\x80\x2f\x2f\xe2\x97\x20\x86\x0c\x79\xbc\xba\xe4\x94\x5e\x32\xa2\x4b\xe0\xe1\x1b\x99\xcb\x77\xee\x02\x1d\xd2\x49\xf0\x7f\xf8\x4d\xf5\x9f\x25\x7f\x07\xa8\xdb\x43\x38\x61\xb9\x9e\x4a\xce\xcd\xaf\xb5\x60\x79\x99\xb7\xd2\x19\xf0\x46\x13\x60\x91\x2e\x4c\xc4\x69\x43\xca\xc5\xbc\x17\x7f\x6e\x88\x5d\xde\x0a\x79\xfb\x53\x13\x39\x85\x06\x33\xe5\x7a\x83\x7a\x85\x76\x85\xf7\x7a\x3e\xcb\xab\x6d\x8f\x57\x73\x14\x33\xb0\xf9\xb8\x44\x80\x69\xcd\x85\xc4\xf1\x32\x93\x01\x7d\x7e\xd0\x2d\x8e\x5e\x76\xb9\x4c\xc6\xbc\xdf\xb4\xb8\x43\xc9\x46\x92\x58\x98\xfe\x47\x51\xd2\xd5\xdd\x7f\xdb\x52\x52\xe1\x8a\xb8\xa3\xf7\x9c\x49\x0a\x53\x5e\xf7\x4c\x62\x83\x1b\x9a\xf7\x84\xff\x86\xbf\xce\x52\x25\x46\x0e\x70\xe1\xf0\xc9\x2e\x5d\xdd\x4b\x19\x5f\x49\xcc\xd7\x27\xd0\x62\x99\xaf\x49\xc8\x2b\xe7\x39\xf0\x07\xd1\x53\x48\xeb\xec\x9a\x8e\x63\xd1\x47\x39\x32\x8a\xda\x13\xac\xd9\x17\x9f\x4c\xb3\x4b\x7c\x83\xed\xfb\xca\xdc\xba\xed\xef\xb4\x99\x1d\xdd\xcc\x58\xc2\x83\x73\x86\x10\x1d\xac\x12\x5b\x5c\xfd\x22\x9a\x66\x72\x77\xd5\xf8\x07\x6a\xfc\x51\x22\x30\xd1\xe1\x8c\xdd\x1e\xc3\x69\xe9\xd9\x75\x5e\x91\x15\xfe\x1f\x99\xb2\x86\xf6\xfb\x02\x1c\xf6\x99\x30\x95\x3d\xf0\xa2\x77\xcb\x25\x06\x15\x72\x4c\xa3\xc6\xd2\xb4\x7e\xf1\xf2\x65\xa9\x26\x92\xf3\x7c\xa0\xa9\x74\xad\x7d\x51\xc5\x72\x8f\x6f\x18\x1c\xae\xbe\xe5\x98\xb0\xe2\x76\xca\x0e\xb7\x2f\xf2\x6c\x0e\xcf\xe1\x6d\x81\x4f\xb6\x3d\x3d\x22\x47\x76\x34\xa1\x1d\x6c\x26\x13\x37\xce\xb6\xb2\x17\xfa\xe8\xa5\x16\x99\x20\x85\x68\x0b\x31\x64\xf2\xab\xb6\x50\x5f\xfd\x34\x20\xfc\xd9\xc9\xaf\xa5\x70\x1f\xf2\x63\x29\xa6\xf2\xbe\x82\x15\x3d\x93\x84\x15\x9c\xc9\x92\x83\xd8\xfc\x1c\xe0\x18\x55\xc4\x42\xee\x95\x20\xf2\x5e\xcb\xf8\xfd\xa5\xd5\xb6\xa2\x54\x27\xc9\xf4\xe0\x35\x1c\x1f\x96\x12\xdb\xc7\x52\xc6\xaf\x2f\x27\x3b\x3a\x96\xce\xd5\x70\xdd\x53\xcb\xcf\xdc\x72\x9e\x13\x0d\x7e\x5a\x93\xa4\xcf\xeb\x73\x7e\x2b\x45\x6f\x26\xf9\x25\xfd\x3a\x5e\xfe\xc9\xd8\xc4\x1c\x0e\xcf\x64\x35\xb1\x9d\x00\xbf\xbc\xbc\x78\xf3\x72\x4c\xf4\xee\x1a\xd9\x3e\x83\x09\xeb\x3c\x33\xa4\xbb\xb7\x73\x20\x5e\x00\xc0\x78\xc0\xa5\xe3\x76\x14\x00\x0a\xaa\xe4\xe9\xe9\xcd\x90\x33\x4a\xf1\xa6\x97\x39\xc0\xf4\x45\x5e\xd8\x1b\x26\xc9\xae\xe0\x31\xf4\x35\xa1\x10\x7d\xf3\x75\x55\x14\x29\x5b\x79\x73\x5c\x09\xba\xf0\xee\x2c\xfd\xe5\x09\xaf\x20\x6b\xb8\x7b\x2c\x0b\xd5\x7f\x6a\x1d\x49\xcf\xe1\x6a\x4c\xd3\xf1\x24\x2f\x98\x8e\x53\xf0\x16\x76\x4a\xd6\x06\x3d\x91\x63\x30\x11\x8d\x26\x4b\xdb\x28\x99\xe2\xd7\x30\x5e\xda\x43\x38\xc3\xaf\xaf\xf9\xd2\x76\x9a\x2c\xf0\xab\x9b\x58\x47\xe3\xff\x42\x71\xf8\x5d\x45\x58\xe2\x69\x3d\x3d\x43\xd5\x2b\x27\x7c\x4f\x25\xd5\xff\x23\xe6\xa4\x99\x14\xd1\xfb\x8e\x56\xf4\x6f\x8a\x44\xcd\xbd\x52\x24\xea\x8a\xe7\x16\x8b\x82\xed\xfc\xb7\x8e\x03\x6d\x57\x93\x07\x17\xdd\x96\x43\xc6\x73\xff\x84\x89\x01\x59\xa0\x12\x39\xc6\xaa\xef\x5f\xf8\x78\x8e\x06\x5c\x25\xb2\xcc\xe4\x1b\x28\x54\x44\xaf\xeb\x63\x3f\x2b\x01\x52\xbe\x53\x33\x16\x36\xb8\xe4\xde\xba\x64\x75\x00\x1f\xa8\xaa\xd1\x1f\x77\xf7\x2d\x5e\xf7\x5a\xfe\x10\x3e\xba\x87\xf9\x19\x20\xea\x78\x0f\x67\x5a\xfb\xc7\xb5\x4f\xd6\xb5\x21\xae\x7d\xc0\xb5\x28\xc0\x7b\x9f\xaa\x25\x1e\xc7\xa8\x81\x1b\xaf\x23\xbc\xdb\x3d\x95\x52\xfa\x7d\xbd\x87\x68\x6d\xe3\xc8\x15\x9e\xe7\x1d\x78\x37\x79\x5f\xf1\x5e\x52\x2c\x9d\x56\x72\x03\xf3\xa7\x47\xb9\xb4\x01\xaa\x1d\xe9\xa6\x79\x13\x24\x0a\x27\x60\x69\x62\x0c\x78\x3a\x37\xb5\x8e\xdb\xe0\xf2\xf6\xf4\xa2\xe1\x06\xb2\xb8\x2e\x61\xc5\x88\xc1\x01\xff\xff\x27\xa3\xe7\xb8\x47\x33\x70\x37\x37\xf1\xf8\x74\xde\xff\xb8\xd5\xa3\x44\xb5\x8d\x4b\xdb\xed\xda\x4d\xe4\x3a\x2d\x9d\xa8\x84\x82\x0a\x18\x60\x27\xfb\x02\xf1\x7a\xf5\x72\xa5\x6d\x31\x70\x3c\xff\x25\xd4\xc1\xdd\x33\xc6\x17\x57\xd6\xaf\xaf\x6c\x30\x1b\x54\xfe\x8b\x98\xbf\x88\x50\xe7\xc8\xe8\x56\x7a\x08\x95\xf2\xe1\x7c\x22\x20\x31\x69\x8c\xbf\x76\x9c\x7d\x51\x6d\xc1\xfd\x40\x2c\x6e\x05\x75\xe6\x97\xe1\xa2\x98\x09\x07\xb5\x48\xe9\xb0\x7c\xf2\x84\x3f\x47\xea\xda\xee\xf9\x8f\x41\xf8\x86\xc2\xd9\xa3\xc0\x03\xb2\x54\x47\x80\xa6\x5a\xc2\x2f\x10\xfe\x8e\x40\x55\xe1\x9a\x46\xd3\x7f\xd8\xfc\x39\xaa\xdf\x60\x55\x1d\x5e\xfe\xc3\xd1\x2b\x4b\x55\xf0\x98\x19\x1d\x81\xaf\x61\xe5\xc5\x12\x43\x0b\xa8\xb3\xfd\x64\x65\x1b\xf2\x35\x58\x4d\xfd\xfa\x4c\x5a\xc2\x65\xc9\xd7\xae\x56\x99\x21\x9f\xc8\x35\x7e\x7d\xe5\x1b\x52\xf8\x28\xf9\x35\x88\x6b\x28\x4b\x45\xc1\x92\x8d\x64\xc3\x6d\x74\xaa\x7a\x99\x68\xd9\xc8\x69\xcd\xea\xe1\x9e\x53\xa6\xd0\xc8\x45\xae\xd9\x23\x6d\x4f\xd4\x2f\x82\x60\xe2\xc0\x70\x3e\x4d\xb1\x02\x5a\xbc\xa2\xda\xf9\xf0\x50\x61\xf8\x2d\x8f\x79\xf1\x2d\xdf\x11\xb1\x36\xac\xb7\x7a\x47\xde\x13\xab\xc4\xc1\x15\xc8\xa9\x39\xbb\x42\x14\x5d\x53\xa2\x60\x21\x27\xad\x64\x9c\xed\x5f\xcf\x46\x51\x93\x4c\x88\xd1\x15\x22\x1c\x23\x88\xdc\x9d\x38\x6c\xc1\x40\x58\x75\x77\x75\x62\x77\x49\x24\x6a\x64\xf6\x0f\x5f\xb4\xd8\x2b\x38\x3d\x24\xea\xe3\x89\x6a\x5e\x98\x53\x04\xb3\xb6\x7b\xa8\xd3\xe0\x38\x86\x6e\xe5\xf7\x8d\xbe\xc8\x5d\x5e\x5a\xd9\x1e\x95\x5f\x76\xe0\x86\x3c\xc8\xf2\xca\x78\xac\x88\x1b\x4b\x4f\x9e\xf7\x29\x45\x9a\x06\x84\x62\x78\x7b\xa7\xbf\x63\x3a\xf3\x36\xd2\xfd\xd2\xa7\x13\xaf\x6f\xf9\xbd\x14\x7d\xca\xb8\x78\xfd\xd2\x7f\xf7\xe8\xf8\xcb\x3b\xfd\x4d\xc7\x5f\xb6\x52\x8f\x70\x97\x4e\x3c\xcf\x65\xfe\x28\x45\x17\x19\x28\xcf\x63\x7a\x49\x67\x00\xdf\x89\x3e\x14\x2b\x7a\xfc\x54\xd1\xe5\x13\xf5\xa6\xb7\x98\x29\x72\x3a\x56\xba\x5b\x8f\x52\x2c\x25\x9f\x4c\x88\xbb\x66\x8a\x52\x77\x2b\x89\x22\xba\xe9\xd9\x09\x91\x10\xf3\xd9\x89\xfa\xd2\x4f\x1a\xe3\xb9\x05\xf9\xa1\x2f\x1d\xe3\x5c\x41\x52\x11\xc2\x1c\x6e\x6c\xca\x97\xfc\x42\xff\x42\x1b\x9b\x12\x19\x9e\x0d\x9c\xad\xcb\x77\xfc\xc2\xd9\x3a\x6e\xad\xe1\x64\x15\xb7\xd6\xf8\x64\x55\x02\x0e\x50\x91\xfa\x03\x47\x75\xb9\x6a\x66\x7e\x18\x68\xc5\x45\x9e\x29\xa7\xdf\xd4\x2c\x35\x97\x35\x9e\x2a\xf5\x7a\x6a\x9c\xf6\x85\x18\x8e\xf1\xa0\x2f\x4e\x8e\xd3\xea\x97\x56\x32\xdc\x12\x88\xb2\x73\xb8\x7a\x54\x5d\xd9\xea\x44\x0d\xbf\x86\xf5\xec\x68\xb4\xf9\x07\x2f\xc0\x56\x5e\x6d\xde\x1f\xd4\xe0\x99\xde\xbb\x53\x37\x68\xb8\x80\x68\x18\x24\x65\x0f\xe6\x90\x7e\xc6\x12\x07\xfb\x2b\x3a\xc8\x66\x72\xc0\x7a\x7b\xea\xae\x83\xdd\x0c\x19\xdc\x5e\xc3\x40\x2a\x72\x58\x07\x40\xad\x1b\x51\x5e\x20\x68\xf9\x57\xfe\x8b\x2d\x5d\xb5\x53\x39\xf6\x87\xfe\x69\xc6\x3e\xd9\x56\xec\x2b\xdb\x84\xc0\xb5\xf8\xf0\x50\x04\x2b\xcb\x28\x2c\xad\xdd\xcc\x2a\x74\x60\x8f\x75\x1d\xe4\x11\x81\x6d\xf3\xf5\x6c\x6a\xf6\xee\x61\x00\x82\xdb\xb4\x0c\x4c\x68\xb7\xb8\x66\x67\x31\x3d\xc8\x73\xd0\x16\xfd\xa4\xb5\x54\x77\x76\x63\x1e\xb9\x31\xcb\x22\x57\x92\xca\x9b\xe2\x93\xdd\x02\x6c\xcb\x4f\x7c\x07\x73\xce\xea\x83\x6b\xa9\xfc\x89\xdc\xdd\xea\xea\x33\xb9\x67\x0d\x74\x73\xa5\xb4\x73\xec\x26\x4a\xa6\xcc\x99\x14\x68\x25\xfd\x25\x81\xe3\x6f\xdd\x80\xc7\xb0\x90\x4d\x07\xdf\xd7\x6b\xcf\xdb\xdd\x78\xeb\xf6\x4d\x2f\x73\xfc\x89\xa0\xca\x82\xff\xca\x83\x3b\xc6\x87\x0f\x26\x6b\xdb\xa2\x9a\xe2\x57\x3f\x36\x47\x03\x31\x6d\x1d\xae\x1e\xdf\x74\x6f\x9c\x7e\xcd\xe7\x7f\xd3\x2a\x80\x65\x0e\xce\xc4\xd0\x14\xc3\x2b\x35\x95\x2f\x54\xbc\x44\xbd\xaf\x79\x7f\xe4\xc4\x5f\xb6\x84\xe7\xf2\x8c\x35\x33\xd8\x00\x1f\x1d\xad\xb6\xe4\x1c\xdd\x31\x32\xb5\x09\x18\x36\xcd\xa4\x2f\xa2\xd1\x1b\xe2\x7a\xd4\x2d\x4e\x29\x07\x7d\x18\xed\x6c\x30\x80\x24\x2a\xba\xc0\x44\x66\xc2\xc3\x83\x3c\xe3\xe5\xc3\xfa\xf5\xf9\x1c\xca\x6f\x03\x5b\x14\x6c\x41\xce\x4c\x9b\xbb\xe2\x59\x8b\x23\x3b\x9c\xe9\xee\xf9\x0a\x24\x31\x7b\x4d\x4e\x69\x7e\xb8\x9e\xa3\xe9\x8f\x06\x79\xb0\x0a\x58\x3d\x39\xf9\x8d\xa4\x5f\xd0\xb7\xa3\xfc\x94\xe8\x3b\x64\xc3\x46\xc4\x94\x7c\x2f\xa6\x0c\x9b\x7e\x46\x9c\xae\x94\x8e\x00\xcd\xc8\xdd\xb3\x7d\x76\xc6\x79\x2d\x84\x2b\xf7\x9f\x2f\x48\xc8\xcc\xad\x59\xeb\x54\xda\xc2\xcb\x67\x34\xfd\x0e\xf7\x3f\xfc\xa6\xb1\x5c\x6f\x78\x43\xe2\xee\x5f\x13\x19\x07\xec\xb3\xa0\x4c\x76\x86\x42\xee\x08\x80\x71\xfd\x67\x52\x64\x81\x1f\xe8\x17\x41\x4d\x04\x6b\x64\xc5\xd0\xbf\x8d\x6f\x1a\x44\x4a\x7b\x8c\x3d\xd7\xdd\xb2\xca\xc9\x74\x46\xf8\x77\xc3\xf7\x9c\x1f\xec\x49\xb6\x7b\xa6\x44\x44\x62\xaa\x98\xca\x98\x2c\xc8\x8f\x19\x9c\x63\x47\xc9\xdf\x64\x82\x74\xaa\x95\xef\x0a\xaf\x15\xb3\x63\x13\x90\xff\x48\xf8\xe0\x5c\x6c\x54\x50\x96\x8a\x44\x1b\xf4\xfe\x98\xcb\xbf\x20\x62\x81\xef\xee\x79\x59\xd6\x6c\x88\x5c\x7f\xe0\xeb\x03\xbd\x8e\xbe\x29\x3c\x38\x04\x16\x0b\xbe\xae\xde\xd4\xfe\x0c\x47\xfd\x50\x01\x55\x01\xba\x51\x03\x73\x2d\x4c\xea\x5c\xcf\x99\xb4\x0b\x2f\x46\xaa\xde\xfc\xaa\xd5\x03\xe1\x91\x01\xe5\xe6\x2a\x1e\xbf\x31\x10\xea\xed\x3f\x7a\x23\xf5\xb1\x7e\xe6\xc3\xa4\x6f\x3d\xb2\x2d\xc2\xfb\x7c\x5b\xb4\xc4\x98\x62\x9b\x54\x24\xae\xbf\x8c\x39\x66\xb6\x8a\x65\x76\x74\x4b\xf3\xeb\x65\x97\xe8\xdd\x5f\x4d\x5a\x58\x51\xd0\x47\x6f\x1c\x35\x53\x8a\x4a\x0c\xb3\xe0\x84\x56\x0a\x77\x3f\xfc\x65\xea\xe3\x77\x0b\xba\x02\xb9\x33\xac\xae\xed\xc8\x54\x8d\x8f\xd6\x33\x59\xb5\x96\x1b\xd9\xc0\xcf\xd1\xa1\x66\xbb\x79\x26\x04\x4c\x1b\x7c\xc3\x75\xbc\x6f\x70\x28\x1b\x97\x82\x01\xbe\xe9\x50\x46\x57\x8f\xdc\xbd\xcb\xd6\xc9\xf6\x03\xc5\x1e\x3b\x82\x6e\x4c\xde\x22\x29\xf6\xe1\xba\xa6\xfe\x92\x72\x44\x7d\x23\x3a\x63\xc8\x8c\xc7\x7c\x20\x2e\x72\xa4\xf5\x9d\xa2\x24\x68\x57\x38\x61\xf4\xe7\xde\x01\x0d\x56\x7c\xc6\xca\x9a\x9e\xdd\xfc\x40\x4b\x99\x03\xfc\x55\xed\x23\x5f\x30\xe7\x0b\x66\x67\x97\x29\x37\x52\xe3\xf1\x74\xe5\xda\x5a\x9e\x3c\xb8\x6b\x9b\x58\x35\xf0\x65\x46\x8d\x0d\x81\xa8\x68\xeb\x9f\xab\xa9\xd4\x3a\xde\x42\x7d\x93\x01\xc2\xec\x2d\xbf\x36\x66\xa8\x1b\x03\x61\x44\x14\x3f\xc1\x0e\x21\x83\xfe\x69\xc5\x3e\x63\x82\x0a\x71\xad\xc6\x39\x91\x57\x84\x27\x2d\xa1\x12\xb7\xa7\x15\xaa\xa5\xfb\xca\x3f\xc6\xe6\x47\xec\x92\xf3\x41\xff\xd0\x1f\x31\x45\x89\x8e\xe0\x50\x65\xbf\x3f\xa1\xb8\x3c\xaa\xc6\x7c\x72\xc9\x67\x71\x76\x5f\xc0\x43\xcb\x23\x80\x3a\xf2\x1d\x2e\x19\x1c\x5d\x0c\xe5\x22\x9f\x05\x9a\xa8\x7f\x40\x40\x6f\x1f\xe4\x3b\xc2\x23\xa2\x82\x13\xde\x7c\x76\xb5\xb4\x38\xe0\x47\x99\x9b\x51\x87\x38\xee\xf3\x28\x13\x51\x16\x85\x49\x62\xaf\x9b\xff\x12\x33\x0f\x20\xac\x05\x3a\x87\x5c\x09\xe8\xce\xeb\xf3\x5a\x2e\x54\x3d\xb2\x6e\x2b\xde\x03\xf5\x8b\x4f\xd1\xe7\x96\x58\x92\x86\x37\x00\x32\xfc\x01\xe5\xf1\x56\x3c\xce\xe5\x77\x04\x2a\x51\x64\xdc\x21\x9c\x50\xb7\x41\xe9\x63\xda\x7c\xbd\xde\xc0\xb8\xb4\x5a\x29\xbe\xda\xa1\xce\x46\x1b\x25\xb7\x36\x3d\x57\xb5\xb2\x4c\xc1\xfe\x8a\x5a\xee\xad\x64\x8e\x5c\x65\xbb\x16\xed\x35\xe7\xd6\x41\x6e\x20\x75\xcd\x6e\x81\xc1\xec\x60\x1c\x0c\x29\xee\x8e\x69\x12\x38\x77\x79\xc0\x61\xc2\x0b\xc0\x7a\xdd\xb3\xc3\xb1\x8a\x33\xd2\xc3\xfe\x56\x01\xbc\x52\xcb\x62\x7e\x21\xa1\x32\xa1\x48\xcd\x0b\x69\x99\x9e\xfe\xc4\xa4\x85\x19\xd2\x7a\xc5\x6e\x5b\xbd\xfa\x18\xc2\x92\x54\x3d\xa3\x5f\x06\x7a\xd0\xf0\xfa\xf4\x70\x83\x4a\x1a\x98\xa2\x44\x5a\x54\x55\xb9\xef\xd6\x18\xbf\x21\x6f\x44\x64\xcf\xfe\x93\x26\x3d\x6e\x5d\x69\xd2\x2c\x13\xb6\xff\x85\x1b\x2c\xb1\x55\x9e\x1d\x54\x9e\x6d\xaa\xf2\x30\x1d\x2d\xfe\x75\x1c\xf6\x9d\xd7\x1c\xa3\xc0\x90\x46\x9a\xd3\x6b\x3a\xb8\xf0\x86\x9b\xd3\x17\xdd\xc1\xdf\xd5\xdf\x50\x87\x2b\x57\xab\x44\x5d\xe1\x45\x7b\x52\x95\x4c\x0a\x8f\x99\x33\x1c\x68\x68\xb2\xd4\x9c\x11\xae\x5d\x3d\xcc\xb7\xa4\xa5\x93\x8f\x0a\x74\x5f\x25\x04\x45\xa3\x32\x34\xae\x6e\xbc\x75\xe1\x94\x23\x70\x3a\x8b\xd9\xc1\xa9\x81\x74\xd9\x35\x74\xd7\x4e\x21\xbe\x52\xfa\x8d\x57\x66\x43\xce\x57\x55\x4a\x15\xb0\x00\x6c\xa8\xb5\x26\x9b\x4a\xbf\x4d\xe0\x83\xac\xb1\xcf\xe2\x1f\x35\xb0\x23\x26\xda\x88\xde\x6c\x54\x30\x14\x02\x18\x9d\xce\xd7\x3a\x58\x9d\x1e\x68\x74\xb0\x49\x16\xec\xfa\xc0\x86\xf7\xd7\xc4\xff\x5d\x89\xda\x01\x65\x1a\x5b\x01\x9c\x1c\x86\xab\x4f\x32\x4b\x3d\xda\xdd\xcc\x0a\x96\xc7\x0a\x16\xea\x79\x03\x76\xe3\x7e\x17\x5a\x3f\x3a\x3b\x10\xde\xdb\xad\xbe\xb5\x21\x55\xcb\x28\x5c\xeb\x9a\xf7\x1f\x29\x5c\x70\x6d\xf4\x0a\x78\x78\xc8\x63\x65\x64\x68\x67\x4c\x8b\x2e\x49\x55\x2e\xa4\x2c\xf4\x26\x7c\x17\x36\xcb\x30\xd7\xba\x9a\xe6\xa4\x74\xf9\x48\x66\x5c\x5c\x2b\x5d\xca\xa7\x12\x7f\xc3\x89\xb4\x35\xa0\xd9\xd5\x53\x7f\x53\x48\xea\xde\x14\xe9\x8f\x50\x4c\x6e\x55\x34\xaf\x95\xe3\x90\xac\x29\x9b\xab\x6d\xc8\x66\xd3\xd0\x50\xe8\x1e\xc9\x91\x60\xed\x73\xe8\xa2\x67\x01\x01\x70\x20\x66\x2c\x64\x9d\xb8\xb3\x63\x69\x2e\xac\xf2\x46\x97\x24\x94\xe9\x3e\x91\x0d\xbc\xbc\x4f\xf5\x3c\x5e\x39\x85\x71\x5e\x41\xfd\x51\xfe\xb9\x9d\x73\x81\x3c\xe4\x6e\x96\x31\xd7\xce\x52\x68\x3d\x62\x01\x2a\xde\x98\x13\x3b\xd5\xcd\xa9\x40\x5b\x23\xf3\x1a\x7f\xa1\x2f\xc2\x8f\x1f\x6a\x17\x64\xe1\x44\x8e\x7b\x7f\x29\x5d\x1b\x56\xba\x16\xd0\x75\x1a\xe4\x2a\x11\xaf\x0c\xc8\x15\x24\xec\xb7\xc8\x8e\xc6\x8f\x9e\xf9\x9b\xfa\xa0\x2c\x39\x1f\x42\x9b\x87\x35\x64\x9f\xd0\x39\x6f\xd5\xda\xd4\x6c\xdb\x71\x59\x20\xdb\xf1\xee\x1a\x33\x5a\xcf\x04\xa7\xba\xc8\xc6\x86\xc3\x31\x1b\xdb\x83\xb5\xd9\xe2\x39\xeb\x6d\xaa\xe6\x0d\x93\x5f\x22\x55\x4b\xf6\x48\x30\x7c\x7d\x89\x71\xfa\x5a\xe1\xff\x0e\x96\xff\xa2\x42\x01\xaa\xf7\x9d\xe5\xc5\x1d\x14\xb2\xf7\x4d\xe5\xe9\xea\xd1\x4f\xfc\xe8\x22\x67\x73\x9e\x1a\xc6\xb0\xa6\x05\xf3\x06\x1d\x81\xd1\x82\xb3\x06\xb1\x38\xc2\xf9\x01\xe0\x75\x6f\x43\x02\x56\x7d\xe0\x52\xd4\xc3\x12\x4f\xce\x1b\xcf\xbf\x2e\xaa\xd9\xa9\x8b\xc2\x05\xa1\x7e\x56\x59\xaa\x4f\xa6\x7a\x46\x1a\xe1\x17\x97\xf0\xe2\x18\xcf\x14\x0b\x3f\x46\x38\x34\x1f\x88\xaf\xc3\x2f\x81\xd6\x85\xd9\x56\x0a\x94\x56\x7b\xb1\x64\x46\x67\x09\xb2\xc4\xee\x89\xa3\xd8\xb8\x84\xe5\xfc\x36\x07\x91\x99\xe4\x30\xb7\x88\x24\xaa\xd3\xd7\xd3\xe5\x83\xc9\xaf\x72\x3f\x74\x74\x3f\x96\x7b\x38\x10\x6e\x9d\xb4\xe7\x56\xfe\x17\x6f\x6c\xbb\x2e\x19\x93\xbf\x97\xc8\x8d\x19\x54\xe1\xbf\x4d\x54\x03\x57\xfe\x4b\xa0\xb5\x76\x1d\x68\x5d\x49\x13\xe9\x97\x16\x24\x78\x09\xe3\xaf\x13\x43\xd3\xbc\x81\x60\x20\xc6\xaa\x12\x35\x81\xfa\x1d\x55\x41\x6f\x15\xe1\x04\x54\x32\xe5\x55\xb1\xc4\xe9\x68\x87\x0a\x98\x43\x87\x60\x0a\xea\x22\x5c\x06\x14\x70\x21\x88\x58\x7b\x57\x27\x4c\x07\x96\x16\xa5\x6c\x76\x8f\x58\x60\x6b\x39\x61\xb3\x6c\xa5\x97\x7a\xe7\xa0\xd5\xb1\xa7\x60\x9d\x23\x0b\xce\x8b\x09\x84\xa5\x5a\x0c\x86\x8a\xd2\x20\xf0\x84\x18\xcf\xbc\x58\xda\x2d\x0c\x84\xff\x3a\x29\x7b\x7a\x60\x4a\x0a\x2f\x2b\xb2\xa3\x3c\xd9\xda\xe6\xcf\x12\xbf\x06\xab\xec\x68\xb4\x92\x17\xd6\x53\x4e\xd6\x70\x8d\xc6\xad\xfc\x5a\xd2\x20\xa0\xef\x17\x72\xd7\xc0\xf9\x9a\x9b\xdf\x4a\xd1\x2d\xc9\x19\x56\xd4\x88\xb8\xc6\x72\xc0\xe1\x55\x61\xf5\x9e\x40\xf4\x47\xf0\x47\x32\x95\x43\xea\x07\xae\x51\xea\x5a\xbe\xbd\x97\x22\x9e\x32\xe0\xa1\xae\xc2\x00\xa5\xb4\xce\x6e\xad\xcd\xd6\x25\x25\x98\x3e\xa2\xe3\x76\x57\x4e\xc0\x5a\x3b\xdf\x11\x8f\xcf\x0d\xca\x7f\xe8\x6d\x54\xbd\xe0\x59\xd2\x66\x0b\x69\x53\x37\x68\xc5\x03\x17\x63\xcb\x52\x19\x54\x22\x37\xec\x16\x4b\xa1\xcd\x91\x50\x9f\x93\x33\x47\x4a\xcf\x76\xa4\x74\x09\xdb\xdc\xa0\x51\xf5\x85\xe5\x2f\xec\x42\x5f\xd6\x65\x45\xb8\xd3\x6f\x5c\xf0\xbf\x44\x3d\xfc\x44\x6e\x31\x16\x5a\xdd\xf7\x5e\xe0\x25\xa2\x92\x09\x1f\xca\x1c\x56\xd6\x61\xef\x83\x23\x50\x4b\x29\xfc\x4f\x85\x1e\xe1\xd0\x66\x1d\xac\xdb\x4d\xb9\x46\xb1\xf9\xb1\xc4\x56\xdf\xbd\x20\x62\x77\x91\x33\x8c\xe5\x52\x22\xaf\xbf\xbb\xaa\x73\x28\xaf\x91\x63\x33\x16\x64\x0d\xdd\x49\x93\xeb\xb8\x94\x01\x12\x59\x4a\x87\x1f\x45\x35\xe4\xba\x75\xc9\xd6\x59\xf7\x05\xe9\x9a\x6b\xb8\x28\x2a\x5c\x2b\x0b\x7e\x41\xae\xc4\x46\x3f\xee\x90\x09\xa5\xed\x91\x2d\xc8\x65\x4f\x6e\xa1\x0c\xf6\x86\x23\x73\xe5\xd1\x85\x27\x54\x15\xe9\x94\xcb\xcc\xac\xbc\x83\xf8\xe9\xf3\xd6\xd4\x4e\xf0\x7f\xe7\x95\xec\xca\x69\x81\xe9\xcf\x12\xf0\x08\xb6\x73\x75\xab\x09\x85\x3a\xc9\xa9\xce\x92\x4e\xaa\x92\xac\xef\x50\x95\x80\x9b\xcf\xaf\xa4\x1a\xd7\x62\x00\x82\x5c\xb5\x51\x60\x64\xc0\x1c\xdc\xd1\xce\x6a\x60\xbe\xc8\xcb\xe8\x4e\xcb\x19\xce\x81\xe2\x3a\x39\xf2\x6e\x15\x64\x07\xa1\x02\x37\x41\x1d\xa3\xad\x64\xec\x68\x0e\x44\x4b\x23\x1a\x7a\x15\xbb\x47\x96\xad\x2b\x2c\xe3\xf6\xb1\xce\x82\xb8\x9e\x82\x70\x3c\x10\x9e\x06\x4b\xba\x04\x86\x4a\x47\xc0\xf6\xd7\x0b\xe0\x01\x03\xc3\x6e\x42\x98\x74\xfa\x38\xb6\x3b\x3a\xfc\x08\x94\x38\x1d\x6e\xf3\xbe\x93\x1e\x2f\x58\xc7\xff\xfd\x72\x9f\xb3\xaa\x27\x24\xd2\x82\x37\xcb\x73\x2d\x7a\xe5\xba\x97\x9f\x49\x55\x57\xb1\xac\xd6\xbd\xfc\xad\x37\xfa\x6a\xff\x41\x64\x03\x49\x69\xaf\xb9\x16\x7e\xc4\xf4\xb4\xc1\x14\x0f\x2d\xb4\xc8\x2f\x5d\x67\x62\xab\x02\xc7\x36\x76\xe9\xb2\x19\x39\xb7\xfb\x5c\x5f\x28\xaf\x7c\x8d\xa2\xae\x81\xe7\x96\x2b\x5a\x45\xe8\x54\xb5\x72\x9b\x39\xcf\x06\xfb\xe6\xd7\x52\x85\x9f\x75\x2b\x66\xf7\xc8\x7b\xfd\xcc\x36\x55\x11\x59\xe8\xb2\xf0\x39\xdf\x19\x07\x7a\x9f\x2a\x5e\x59\xef\xed\x96\x48\x04\x7a\x09\x02\xba\x5d\xf3\x2e\xaa\x3c\xfc\x91\xb7\x8b\x83\xaa\x04\xc9\x9e\x1f\x90\xd9\xc7\xfa\x8f\x0f\xed\xfe\x13\x2a\x73\x79\x1d\x8f\x01\xc2\x68\xca\xcd\xfe\xb6\x15\x93\x2b\x04\xb4\x82\x32\x1d\xa0\x7f\x10\xcb\x66\xb2\x55\x0e\x2e\x21\xae\x1b\x3a\x6f\xfc\xfd\x91\xd8\xc8\x29\x05\xed\xd6\xf2\x95\x12\xe7\x44\x45\x82\x72\x67\x40\x31\x53\x8f\xcb\xf1\xc0\xee\x34\x9b\xeb\x12\x49\x72\xf4\x18\xd1\x66\xbd\xc6\x79\xd3\x33\xa6\x3d\xa2\xcd\x4a\xcb\x72\x32\xd2\x72\x3f\xbe\xfc\x1f\xf1\xa8\xe3\xeb\x2f\x7f\xf8\x2f\xbe\x9c\x76\x30\x5f\xff\xd7\x90\x17\xda\x6d\xc5\x67\xad\x9f\x7d\xaf\xd8\xca\xed\xdd\xef\x5f\x51\x94\x2a\x91\x4d\xef\xaf\x49\xb9\xbd\x81\x2e\x3d\x65\xad\xd2\x4f\xf7\x39\x00\x4c\x23\xfd\x4b\xe3\x10\xa7\x6a\x89\xb8\xe2\xd9\x53\x26\xfe\xbe\x99\x70\xa6\x60\x2e\x4d\xa0\x58\x65\xdd\xaa\xc5\x86\x6e\x56\x47\x88\xa2\xf9\x34\x02\x94\x7d\xbf\xe6\x2b\x52\x7c\xcd\x88\xf4\x49\x35\xdd\x48\x6f\x89\x73\x02\x1b\xfa\x41\x0e\x5d\xdf\x27\xb7\x9a\xfc\x76\xc6\xb7\xe1\xb1\xa9\x41\xf9\xc2\x80\xdd\xf1\x72\x28\xd0\x7e\x3f\x02\xf1\x88\x3f\xd7\xbf\x5a\x02\x06\x1d\xa7\x3d\xe8\xb7\x7d\x53\xc6\xe8\xd7\x91\xc0\x6b\xfe\x9c\x52\x20\x9f\xf5\xbd\xbe\x50\x3d\xfa\x41\xc6\xc4\x52\x1e\xb1\xcf\x74\x1d\x07\x5f\x5f\xba\x03\x8f\x89\x30\x56\x0d\x17\x85\x25\x74\x62\x68\xfd\x9e\x53\x14\xec\x29\x76\xef\x6f\x3a\xfe\x46\x01\xac\xe5\xec\x06\x63\x56\x0b\x94\x86\x78\xae\x01\xf9\x58\x91\x59\x8b\x6e\xfe\xee\x9b\xc4\xf6\x0d\x15\x79\x79\xe5\xa7\x10\x0f\xf7\x2b\x25\x4b\xbe\xc1\x53\xc7\xb1\x82\xa1\x1d\x44\xdb\xc8\x05\x66\xc9\x08\xa4\x52\xec\x35\x81\xd2\x41\x22\x63\x9e\x60\xae\x55\x90\xd1\x0e\x37\x32\x85\x4b\xf5\x14\xb0\xc3\xa7\x34\x17\xaa\x4c\x00\x10\x08\xb5\xc1\xda\x28\xf0\x18\xd1\x26\xb3\xe0\x12\x52\x79\x5f\xb4\xc8\x73\x37\x96\x73\xd9\xe4\x1a\x76\xb6\x5c\xe6\x50\xe3\x04\x1c\x17\x7b\x38\x16\xbe\x08\x67\x38\x3a\x6c\x29\x5e\xfa\xcd\x80\xcc\xf2\xf2\xa7\x4e\x3f\x96\x17\x39\x71\x6f\xba\x7d\xcd\xdd\x9e\x98\x79\x82\x7d\xb6\x80\x7c\x72\x4e\x5f\xcf\xb9\x44\x02\xc7\xc4\x21\xfa\xdb\x5b\x6b\x98\xbe\xcf\x39\x5c\xc8\xb6\x66\xb8\xc9\x11\xd7\xd8\x68\x5c\xf3\xf2\x5b\xa9\x44\xc1\x9d\x5c\xc7\xcc\x7f\x11\xfc\xf8\x26\x6b\x1d\x85\xec\xae\x7b\x81\x3b\x6a\x0a\xe7\xc4\xd7\xe6\x5a\xda\xe8\x09\x74\x37\x9c\xaf\x91\x3a\x7b\xd6\x73\xd5\x57\x67\xaa\x70\x50\xd1\xd6\xe0\x3a\x5b\xda\xb1\x64\xdc\xda\xec\x17\x2b\xf0\x5a\xe4\xbc\x4f\x58\x07\x9c\x32\xc6\xd0\xb0\xa6\xd2\x8a\xf5\x0a\xd4\xf7\x41\xf1\x24\x8d\x42\x1a\xd0\xa4\x73\x07\x05\x0a\xc5\x85\xa5\x81\xe1\x2f\xf1\xaa\xb2\x48\xf9\xf2\xe1\x9e\xda\xe8\x3d\x54\x07\xe8\xdb\xb9\xb4\x25\x55\xee\x1d\xa3\x4f\xa5\x40\x4d\x9e\x19\x49\x13\x25\xb4\x0c\x2b\x30\xcc\xf8\x97\x6e\x98\xfd\x2a\xc2\xb6\xfc\x99\xab\xff\xa3\xcf\x24\x95\xdf\x7c\x26\xe1\x33\x01\x40\x1a\xb0\xf4\xcd\xbd\x43\xb4\x15\x25\x15\x94\xa4\x16\xf2\x7e\x62\xb5\xf0\xeb\x37\x6c\xaa\xd5\x40\xb2\xb8\x0b\x8c\xee\x29\x78\xf6\xbc\xe8\x95\x60\x5a\x10\x88\xf9\x9d\x5f\xc1\xd7\xda\xaf\x38\xdf\x74\xc2\x47\xf6\x8e\x54\x8e\x5f\xfe\x96\xe3\xff\xd2\x15\x1d\xea\x8a\x47\x7b\xc4\xd5\xb3\x35\x4a\xa1\x50\x4f\x9c\x7f\x14\xf7\xc1\xfe\xa7\x04\x85\x1d\xf1\xf2\x50\x5b\xa3\x78\x6f\xda\x65\x5a\x1a\x1e\xe8\x79\xde\x7b\x94\xaf\x48\xb5\x33\x43\xcc\x81\x80\x95\x95\x9e\xf5\xcd\x39\xb3\x37\x39\x5b\xbf\x18\x41\x33\x39\xbf\xea\x88\x97\xeb\xd5\xc6\xeb\xca\x13\xea\x9d\x37\xa9\x74\x01\x92\xe7\xd7\xb0\xf2\x07\xe4\xa7\x43\xde\x35\xc8\x40\x2e\x5c\xd6\x20\x87\x32\x9c\x28\x22\x82\x48\xd0\xa3\x1e\xff\x89\x64\xa5\x6b\x46\x7b\xfc\x70\xb7\xb3\xfc\x32\x97\xab\x36\x3d\x32\x96\x7c\x76\xb5\x39\x61\x2f\x61\xac\x4c\x3f\xc1\x3c\x88\x28\xd5\x13\xb8\x8a\x31\x6d\x2c\x5e\x5d\xfd\xc7\x3a\xda\x27\x7a\x94\x9f\x69\x37\xe9\xeb\xf2\xcb\x94\x5c\x73\x8b\x12\x4e\xf4\x29\xfc\xd2\x94\x10\x0c\x93\xc1\x0e\xae\x28\x66\x4e\xe6\x4b\xff\xef\xbc\x61\x16\x58\x40\x8f\x7f\x78\xc3\xfa\xa6\x5b\x5f\xb2\x57\xa4\x73\xfe\x74\x35\xe7\xa7\xcb\x9f\xef\x53\x27\x59\xfc\x86\x48\xb2\x33\xe8\x58\xb1\xe1\x63\x27\x6c\x94\x49\x90\x3d\xf9\x33\xb2\x07\x20\xbb\x37\x4a\xb3\x26\xd2\xd1\x68\xca\xf8\x3b\xbf\x97\xca\x7d\xa9\xde\x82\xc4\xe1\x9c\xcb\x34\xf6\x66\xf8\x27\x74\x67\x09\x2f\x5e\xd0\x1c\xe5\x23\x11\x1e\x50\xbf\x0e\x55\x89\x83\x18\xbe\x4c\x22\x97\xe8\x82\x94\xbe\x7d\x07\xe3\x11\x2e\xe1\xae\xc1\xf6\x60\x61\x9e\x4c\x17\x45\xc2\x4b\x24\x32\xba\x3e\xa1\x5b\x41\xa1\xbf\x1b\xa4\x4a\x62\x28\xfc\x07\xe4\xc4\x89\x5e\xa1\x88\x78\x6e\xbe\x27\xbc\x8d\x3a\x65\xfb\xa8\xe8\x9d\xc7\x2d\x3b\x23\x8f\x54\x89\xbb\x5e\x7d\x65\x3d\x65\xbf\xa3\xa7\x74\x4e\x4d\xcf\x64\x92\x11\x0f\x93\x9b\xef\x08\x6f\x77\xfd\xb8\x75\xd3\xcb\x2f\x54\x0a\xd7\x81\xcf\x6e\x58\xdd\xd8\x1a\xca\x11\x4d\xac\xa8\xc9\xa4\x95\x05\x14\x3b\xb3\x02\x58\x2b\xe6\xb4\x8d\xfb\x55\x6f\x3a\x01\x8c\x9d\x54\x85\x8a\x8a\x71\x35\x68\xfa\xdb\x0b\xbe\x3a\xa1\xab\xa3\x43\x6b\x41\x57\xdf\x8d\x51\x2b\x85\xd5\x1a\x7d\x8f\xbe\x6a\x3c\x69\x11\x79\x99\xc4\x48\xf6\xab\x04\x88\xf5\x4b\x8a\x73\xf0\x06\xa6\x5e\x8c\x87\x65\x52\x47\xc9\x81\x4e\x79\x21\xad\xa7\x5d\x76\xc0\x5e\x9e\xf1\x01\xf4\x9b\x70\x99\xfa\x9f\xc6\x42\xe9\x61\x41\xc6\x44\xa0\x97\x7c\xe8\x57\x70\x3b\xec\xc2\x01\x04\x56\x8b\xff\xe6\x1b\x15\x57\xa3\xd6\xaa\x46\x28\xde\xf4\x3c\x1a\x4d\xb8\xda\xb2\x49\x58\x9c\xb4\xf2\x4b\xa9\xaa\x70\x2c\xb5\x03\x92\xcf\x4f\xa3\x79\x23\x53\x8f\xda\x23\xe2\xd5\x19\x1e\x14\xcf\xa2\x6c\xed\x1e\x59\x49\xe2\x7c\x96\x65\xee\xa7\x4f\x70\x2b\xd5\x7d\xa2\x76\xb7\x92\x6e\x4a\x4a\x1b\x51\x92\x7e\x03\x9c\x99\xc1\xc4\x0e\x2f\x19\x4a\x6c\x8a\xc5\x1c\x96\x68\x3d\xf6\x0e\x2f\x7a\x5b\x78\xe5\x78\xd1\x94\x9d\x0f\xd7\x53\xa0\x86\x1e\x2c\xc2\x35\xfd\xec\xa0\x80\xcf\x52\x0a\x5e\x87\x84\x39\x55\x96\x9f\xbf\xae\xf4\x54\x3c\x79\x67\x5e\x8a\xd3\x39\x86\x79\x0a\x5f\xd0\x29\x07\x7b\x58\x2b\xcc\x54\xe1\xdd\xdb\xa8\xa6\x9d\x3f\xba\xa8\x49\xdd\x87\xbd\x58\xae\x6a\xb7\x4e\x6b\x56\x23\xbd\x04\xe0\xf4\xe8\xca\xc2\x3e\x1c\x31\x23\x26\x5a\x24\x7c\xa8\x7c\x4d\x8a\xd1\x3b\x59\x35\x2d\x5b\x2c\xdc\xdf\x2a\xa4\xba\x63\xae\x9f\x74\xe2\x27\x15\xee\x74\x87\xb7\x1d\x1b\x4b\x67\xa4\xca\xfa\xde\x12\x2a\xfb\x95\xfc\x53\xaa\xe4\x40\x70\xb3\x7f\xb3\x84\xca\x01\xb5\xea\xaa\xd7\x32\x85\x9a\x53\xb9\x96\x26\x87\x13\x2a\xd9\x55\x28\x1b\x97\xb7\x9b\x29\xfb\xca\xad\xbd\x7a\x74\xfa\x0f\x7c\x1f\x29\x6a\x40\xad\x08\xf5\x61\x6f\xd8\x4b\xa9\xa2\x2b\x7f\xc7\xf3\xed\x7e\xf2\xb7\x96\xe7\x14\x6d\x0f\x41\x00\x04\xd9\x1b\x71\xee\xca\xeb\xad\xf4\x36\x8f\x5a\xbd\x3a\x1f\xfa\xd5\xae\x8d\x79\x34\x86\xc8\xcc\xd8\x21\x7a\x84\xae\xbd\x29\xab\x62\xba\x49\x6e\xa5\xf2\x1d\x99\xfc\x44\x3b\xfe\xc3\xed\x66\x80\xb1\x03\xbe\x3a\x4c\x40\x51\xf9\xd1\xad\xbf\xab\x40\xea\x93\x69\x23\x6c\xd2\x80\x9c\xbc\x0e\xb3\x4c\x64\xd6\x8e\x74\x4f\xdb\xfc\x83\x86\xc8\x0e\x98\xc2\x98\x4b\x31\xae\x39\x5a\x0a\x76\x29\xc4\x2b\x90\xee\x9b\xb2\xb0\x8f\xe9\x46\x48\xf0\xf0\x42\x25\x03\xc0\x0c\x46\xa1\xc6\x09\x59\x81\xdd\x25\x49\x63\xd8\x55\x2d\x01\xc7\x63\x89\xbd\x5d\xd7\x5a\x24\x11\x9d\xa5\xbb\xae\xbe\xf7\x6a\xac\xa0\xd0\x79\x2f\xb3\x5f\x5a\x9f\xd2\x13\x50\x3e\xa7\xde\x19\x03\xe2\x9f\x6c\x09\xd3\xd8\x7f\xdc\xe1\x7f\xce\x8b\xf8\x1b\x2e\x7a\xec\x99\x6b\xde\x33\x13\x0b\xf8\xef\x07\x24\x49\xd7\xb2\x2e\x2d\x51\xfa\xfe\xc3\x8a\xf5\xd9\xc3\xfc\x0c\x38\x47\xea\xd9\x52\xbc\x47\x72\xfa\x94\xc1\xf7\x97\xa9\xaa\x87\xd6\xe5\x49\xd8\x53\x09\x1c\x0a\x9f\x28\x46\x5a\x1d\xd9\xa8\xf6\x4d\x3c\x67\x42\xf4\x0b\xde\x1b\x68\x2a\xb7\x52\x8d\x5e\x36\xb7\xee\xce\x81\x49\x8a\xde\xd8\x38\x5e\x93\x40\x86\xa3\xa2\xf7\x57\x42\xd9\x59\xaa\x58\x31\x6a\x7b\x0a\x93\x7d\x26\x27\xfb\x6c\x9a\xfe\x9a\x35\xe7\x1f\xfe\xbb\xa0\x9b\x5f\x47\xb1\xcd\xbd\xc9\x97\x1a\x4c\x4a\x1e\xb0\xf2\x89\xaa\x61\x6a\x8f\x98\x8e\x65\x0c\x84\x39\x70\xcb\x05\xf2\x3c\xc0\x10\xdc\x2a\x36\x9e\x10\xbe\xec\x26\x63\xf2\xef\xc6\xfe\x2f\xc8\x75\xd1\x5b\x5c\x39\xd5\x38\xee\x96\x1f\x08\xb5\x73\x51\x26\x2b\x0d\xec\x98\x73\x7d\xe1\xef\xec\x0d\x50\xf4\x2a\x75\xda\x30\xde\x59\x91\x59\xc1\x67\x6e\x91\x3a\x7a\x2b\x7c\x17\x5f\xdf\xd1\x13\xeb\x62\x62\x3f\x4b\xda\x0a\xaf\x93\x56\x7e\xc9\x8a\xb8\x5d\xdd\xbf\xed\x22\xa0\x06\xa3\x4d\x4d\x4c\x7f\xc3\xe4\x6b\xfd\xe6\x4c\xef\xeb\x1f\xbe\xf2\x6b\xa5\xea\x12\x89\x38\x41\x83\xcb\xd3\x39\x7e\xda\x8c\x6f\x36\x14\x07\x71\x36\xce\xfe\xea\xff\x27\x95\xac\x6c\x54\xb2\x97\x3f\x54\x32\xfd\x4c\xc9\x74\x01\xe1\x3e\x21\x06\xbb\x6e\x89\x46\x7a\x2b\x0f\xea\x4c\xf9\xfa\x89\x9c\x1a\x7a\x2e\x0e\xca\xc6\x73\xf2\x8c\xf5\x2f\x44\x29\xbd\x90\xdf\x67\xba\xc5\x8b\x55\x69\x62\x87\x0a\xce\x0d\xe2\x77\xd9\x18\xbf\x5c\x05\x04\xf3\xa3\x7a\x36\x9b\x67\xaa\xf4\xcb\x08\xa4\x7e\x48\x5e\x58\xac\x3b\x35\xb8\xef\xec\xcc\x50\x72\x72\x30\x1b\x41\x79\xff\x5b\x28\xee\x97\xb4\xa4\x85\x3a\xfc\x92\x79\x6a\x25\xec\x06\x37\x99\x3b\x76\xb6\x5d\xf0\xc2\x96\x15\x76\x90\x69\x2d\xcb\xc3\xc0\x5e\x10\x89\xaa\x1c\x20\xf7\xe3\xa1\x42\xfe\x4f\x47\x06\xf9\x86\x14\x65\x39\xd2\xd3\xa8\x2e\xdf\xf3\x45\x29\x6a\xb2\x46\x60\x8f\x92\xac\x13\xab\x63\x51\x8e\x5d\x91\x5f\x4b\xa5\x0a\xee\x7c\xa2\x6e\x94\xa4\x19\x37\x0e\x6c\x6f\x7b\x28\x6e\x34\x2b\xd5\xfb\x3f\x3a\x4e\x7d\xd1\x94\x1f\xf9\xa5\x52\x35\x79\xb0\x55\x9e\x1f\x8f\xfd\xdd\x73\x6a\xaf\x80\xc0\xf0\x11\x58\x5e\xd4\x01\x89\xe0\xad\x6e\xb5\x4a\xc6\x2a\x7f\xeb\xad\x59\x5b\xde\x9a\xab\xa5\xa4\xcc\x17\x9c\x69\xdd\xc2\x5c\xdd\xc2\x25\xbd\x90\x89\x25\x06\x1d\xb9\xe4\x81\x5f\xed\xed\x3d\xbc\xcc\x66\x80\xb3\xb3\x63\xac\x6b\x5c\xb3\x90\x04\xfd\xc3\x42\xea\xd6\xfd\xfc\x50\x2c\xe4\x09\x35\xc9\xbe\xf6\x77\xb8\x04\xd8\x22\x05\xb7\x34\x25\x48\xae\xbc\xea\xd5\x14\xde\xd6\xae\x29\x70\x8e\x77\x90\x93\x3b\xab\x25\xa7\xb4\x26\xfc\xc1\x3a\x9a\xc8\x23\xc0\x2b\xa3\x53\x06\x62\xf9\x7d\xba\x8f\x00\x62\xc1\x0c\xcb\x55\x18\xa0\x82\x42\xa2\xbd\x1a\x47\xf7\xeb\x40\xfd\xf4\x1a\x8c\x50\x6e\xc2\x4b\xfa\x36\xf1\xe6\x77\xf6\xf3\xb4\x86\x98\xee\x59\xad\x17\xf7\xc7\x39\x9a\xc6\x0d\x4f\xbd\xdd\x8d\x11\x83\xeb\x9d\xf6\xa9\xb5\xe9\xcd\xe5\x19\xbf\xa2\x79\x8e\xaf\x6d\x0b\xf5\xb1\x80\x19\xd1\x4d\xcc\xc1\x1e\x91\xb6\xe7\x38\xc6\xbc\x32\x87\x97\x52\x8f\xd7\x1a\xc7\x47\x1b\x73\x78\x44\xa4\x40\x38\xda\xdb\x59\xcf\x88\xe5\x9e\x8f\x1e\xcc\x51\x2a\xc0\x7f\x34\x4f\x3e\x99\xc3\x33\x7a\x32\x47\x8f\xfa\x17\xeb\xea\xb9\x2c\xe2\x68\xa7\x64\x8e\x76\x85\xfa\x2e\x9b\x47\x38\xd6\x23\x3c\x47\x56\xb8\x71\x44\x03\x19\xe5\x7d\xd1\x5b\x21\xd5\x53\x10\x11\x3a\xd1\xe0\x0e\x1d\x62\xe6\x6f\x6b\x75\xf7\x69\x49\xac\x5f\x3e\x48\x9b\x09\x83\xf5\xc2\x55\x8a\xa9\xb6\x17\xe0\xfc\x65\x62\xee\xfd\xa4\xd3\x77\x7c\x3a\x10\x1e\xd4\x93\x0e\x4a\x08\xe6\xc0\xde\x3a\x91\x5c\xb1\xcc\xa1\x20\xee\xd2\xfa\x19\x30\x55\x69\xc2\xd5\xd0\x58\xb7\x22\x36\xd1\xb5\x12\xde\x2b\x51\xb7\x87\x5b\xda\x7e\x45\x7b\xc2\xfc\x07\x78\x50\x7b\xf6\x9c\x4f\x71\x5a\x04\xda\xf1\xa2\x35\x2a\x97\x87\x55\xbe\xb2\x09\xd6\xfd\x23\x8d\xbc\x5f\x07\xae\x58\x6f\x3a\x04\xb3\xc0\x63\x97\x60\x76\x7d\xea\x61\xab\xa6\x39\x32\x22\xf0\xcb\xc6\x9b\xf3\xa5\x67\x5c\xfa\x95\x58\x0c\x0c\x1d\xb6\x95\x62\xc5\x94\x0e\x9d\x06\x8e\x2e\xa9\x90\x86\x48\x64\xd3\x3a\x4e\xe4\x3c\xd9\x57\x56\xc7\x2d\x7c\x66\x59\x6a\x79\x8f\xef\x2c\xe2\x2d\xfd\xd5\xf5\xf3\x88\x38\x73\xae\x56\xdc\x96\x32\x5f\xb5\xe1\xab\x72\x25\x2e\x68\xbc\xe1\x0b\x2a\xb8\x60\x2d\x39\x69\xb7\x33\x2e\x7b\x5c\xe2\x9c\xcc\x26\x77\xc7\x17\xe6\xcc\x85\xcc\x12\xd3\x99\xde\x5c\x78\x30\x3d\xb5\x76\xf3\x0b\x25\xfa\xd6\x92\x3a\xad\xdd\x74\x6c\x3a\xe2\xf9\x93\xf4\x24\x58\x2b\x4f\xc0\xf3\x50\x27\x80\xa7\x85\xc3\x36\x21\xba\x2b\xeb\x85\xc9\xa4\x95\x0d\xb6\xe9\x05\x33\xda\xf4\x30\x11\x39\x18\x52\x61\x98\xa7\x09\x9f\x12\xce\x1f\x29\xd1\xd2\x6a\x90\x48\x07\xaa\x23\xee\xa9\x39\x63\x39\x46\x72\xd9\xc5\x1a\x45\x2a\xc5\x3f\xa6\x7c\xd7\xe1\x49\x66\xb7\x9b\x6b\x8a\xd6\xf7\x0c\x70\xff\xeb\xf5\xf7\x30\xd0\x92\x3f\x61\x6e\x3e\xe1\x68\x7d\x82\x19\xc8\x31\x83\x6d\x39\x23\x5c\xb7\x7a\xa9\xc4\x5a\xea\x66\xeb\xbd\x25\x6b\xf7\x91\x5e\xfb\xb9\x53\xd8\x46\xe0\xc8\x09\x74\xf3\xc0\xce\xfa\x64\x2d\xc4\x90\xe2\x0e\x77\x64\xac\xb4\x1d\x6b\x32\x87\x42\x7d\x9e\xc6\x57\x93\x7b\x2d\xc9\xb5\xa4\x4a\xd2\x5c\xb8\xc7\x09\x9a\x54\xdf\x07\xbe\xba\xc6\x07\x0b\x30\x4d\xc8\x9a\x17\x8d\xba\x97\x25\xc9\x8a\x60\x85\x60\x35\x38\x69\xb5\x2c\xa5\x81\x05\xe9\x7e\x30\x9f\xa2\x26\xf2\x0c\x32\x36\xd8\x4c\xa9\x39\xd0\x3d\xc3\x31\x2b\x6e\x50\x73\xe8\x49\x7d\xe1\x9f\x64\xb1\x6d\xba\xa5\x28\x45\x40\xbd\x32\xb6\x7b\x45\xb7\xb5\x28\x89\x7e\xa9\x9f\x42\x36\x6e\xdb\xac\x5f\x95\x93\x84\x29\x21\xda\x6e\xbc\xa3\x41\x2e\x38\xad\x2c\x78\x8c\x2d\x11\xdd\x3a\x75\x81\x31\x35\x19\x7d\x08\x0e\x83\xe6\xe4\xfa\xa1\x94\x98\x21\x50\x23\xf1\xcd\xe5\x09\xa0\x28\x39\x4e\x0b\xad\x03\xa0\xd6\xed\x3d\xff\xaf\x7f\xeb\xcf\x95\x40\xad\x8b\xc1\x84\xbe\x5f\x44\xf4\xfd\x41\x0e\x6f\xa1\x42\xb6\x54\x7b\x99\x92\x9b\xa7\x1e\x7d\xf6\x07\xac\xf9\x6f\xbb\xd9\x6f\xff\x63\xb3\x9d\xa9\xb2\xda\x5d\x01\x25\xf9\x55\xcb\x9b\xd8\x0e\xda\x0c\x8b\x6a\x03\x32\xa2\x56\x72\x5c\xf8\x8f\x5b\xae\xef\xd9\x53\xcb\xd3\xe5\x33\x71\xaf\xda\xb1\x43\xb9\xe6\xde\x89\x6a\x84\x8a\x80\xe6\x53\x01\x25\xe4\x14\x7b\x2c\x89\x9b\x97\x4a\xd8\xfa\x75\x95\x3d\xa9\xfb\x3f\x3d\x68\x37\xa0\xd4\x7a\x7a\x90\xe8\xea\xa7\xdd\x45\xa9\xb4\x0c\x84\x7a\x70\xac\x59\xa3\x7f\xd7\x7f\x99\x45\x1d\xda\x8a\xe5\xbf\xad\x08\x41\x66\x20\x5c\x00\x68\x49\x37\x25\xa4\x46\x4e\xdc\x9a\x57\x81\x5e\x15\x3d\xe1\x3b\x2e\xda\xd2\xc0\x33\x81\x1a\xdb\x99\xbc\xe7\xd3\x9d\xfd\xc2\x01\x9d\x7c\x06\x73\xc6\x66\x7c\xb3\x66\xb7\x92\x80\xf4\x7d\x81\xc2\x06\x8f\xbf\x2e\x88\xe6\xcc\xcd\xfa\xaa\x06\xcf\xa5\x6e\xb2\x21\xd5\x44\xfd\x05\xa2\x59\xfc\xd2\x33\xc3\x91\x55\xd4\xad\xf1\x2b\xf8\x9f\xbf\x43\x3d\x2d\x29\x0a\xeb\x4f\x41\x68\xcd\x8b\x5c\x3d\xc1\xae\xf1\x17\x98\x31\x01\x07\x69\xdb\x39\x60\x24\x82\x67\x6c\x5a\xf4\xc2\x3a\x8f\x5f\x15\x35\x85\xc8\x9b\x2b\x8a\xd3\xab\xf1\xab\x48\xda\x9a\xd3\x19\xb0\x59\x66\x43\xa0\x3f\x98\x64\x71\xb8\xc3\x4c\x0c\xe1\x25\x29\xc2\xc3\xfe\x4d\x95\xc3\x44\x3e\xa3\x21\x59\x59\x72\x3c\x14\x5e\x07\x75\x5e\xb9\x88\xd1\xef\xfb\x2f\x52\xa7\x44\xb4\x46\x1d\x9a\x68\xcf\xe9\x79\xce\x85\x61\x32\x7b\x05\x8c\x15\x65\xee\xef\x50\xf8\x2e\x3a\x4b\x5b\xce\x2e\x64\x93\xe1\x25\x77\x94\x0c\x0d\x7c\x5b\xd7\x1e\xf6\xf6\xa6\xea\x59\x48\x17\x2a\x48\xc3\xd9\x47\x80\xfb\x9b\x47\x62\x03\xf4\x3e\xc8\xeb\x58\xc9\xe4\x2b\x0a\xcc\xda\x4f\x8c\x9b\xa9\x07\x91\xe0\x9e\x26\x7d\x45\x45\x48\x29\x71\xdb\x1b\x64\xa2\xfc\x76\x87\x16\x33\x3e\x91\x22\x91\xdd\xf3\x1e\x64\x0b\x26\x14\xaa\x65\x16\x4c\x05\x0b\xe6\xb9\x3a\xbe\x52\x3f\xba\x2b\x1e\x0f\x4e\x5e\x09\x9d\x84\x62\x1c\x55\x59\xe6\x03\xc7\x22\x14\x3c\xda\x31\xdf\x4e\xc8\xb2\x08\x73\x55\x54\xeb\xa1\xa3\x9f\x05\x60\x08\xe9\x66\x13\x12\x53\x1f\x51\x3a\xe9\xf5\xa6\x31\xc1\x62\x8a\x1a\xd8\x6a\xc2\x3a\x01\x03\x95\x23\x6b\x57\x07\x50\x72\x40\x7d\x72\x27\xd6\x5c\xeb\x3b\x5f\xca\x8f\x66\xa3\x69\xeb\x59\x66\x32\xc3\xa2\x0a\x3e\x02\x73\x82\x36\xa3\xa8\x3a\xb5\xe7\x19\x7f\xcb\xb6\xc9\x4e\x03\xe4\xb2\xa0\xc2\x6c\xd0\xb9\xda\x17\x8f\xd9\xe8\x05\x7a\xd3\xdf\x59\x1d\xa6\x17\x93\xf3\x47\x07\xfa\xa4\x49\xe7\x03\xe1\xbf\x5c\x7f\xb8\xb5\x5b\xb6\x89\xb3\xeb\x5a\x32\xcd\x6b\xb4\xa4\x3a\xd3\x3a\x17\x0f\xa9\xf2\xd4\x37\x63\xbd\xe2\xf9\xc6\xde\xca\xee\x8f\x9d\x42\x9b\x95\x6a\x82\x32\x89\x69\xdf\xe8\x15\xf7\x42\x2b\x8e\x62\x2e\x04\xce\x0a\xff\x79\x22\xb3\xa7\x40\xa1\x2a\x43\xc4\xd2\x2f\xba\x6d\xcf\xd5\xdc\x43\x58\x91\xd9\xe2\x3a\x7b\xdc\xd2\x89\x79\x9a\xeb\x71\xd1\x0d\x39\x81\x55\x64\x43\xda\x86\xba\x03\x76\x1f\x52\x07\x45\xac\x39\x18\xac\xb7\x23\xbe\x98\x6a\x30\x73\xd9\xba\x5f\x2f\xe5\xe7\x92\xb8\xa1\x39\x60\x88\xe6\x72\xf2\xa7\x0a\xc0\x95\x97\xc2\x2a\x4a\xdc\x3d\xe4\x80\x0d\x4c\xd7\xe3\x02\x15\xa0\x60\x02\x85\x17\x4a\xc0\xbf\xbb\xcb\x1f\xa5\x88\xde\xa8\xe9\x64\xea\xde\x95\xad\x0d\xe1\x1f\x97\xf1\x51\x52\xbc\xa1\x8b\xda\xc3\xbe\xf0\xee\x8b\x32\x55\xc1\x3b\x22\x78\x48\x4b\x25\x46\x6b\x64\x5b\xd9\xc5\x54\x22\xe1\x3d\x97\x80\xab\x0f\xea\x3c\x7d\xbc\x54\x69\xf3\xcb\xe4\x9d\xe0\x8a\x9f\x02\xda\x84\x32\xc4\x74\xd1\x19\x00\xe0\x68\x07\xc4\x6a\x50\x83\x2f\xe3\x75\x8a\x35\x3a\xa0\xd7\x05\x49\xc1\x33\xcf\xe0\xd4\xb2\x19\x49\xcf\x4f\x78\x4c\xbd\xd6\x6a\xca\x02\x18\xb0\xbe\x19\xec\xf7\xe0\x76\x8b\x89\xd7\x64\x13\x21\x65\xfb\x0e\x0d\xe0\xea\x69\x88\xdf\x0c\x0e\xa4\xb9\x7a\x07\x69\xe4\x31\x49\xac\x54\xbe\xff\xfb\xe3\xf5\x6f\xfd\xcc\xa2\x14\x51\x41\xa6\x8a\xc1\xd3\xea\x66\x5e\x4e\xea\xd9\x16\xaf\xac\xb0\xb8\x78\x86\x17\x87\x67\x11\x3a\x87\xbf\x7e\x20\x56\xed\xd8\xc5\x2e\x74\x6c\x0b\x66\x3b\x21\xc8\x9b\xe2\xbf\x51\x11\xa9\x81\xa9\xcb\x5b\xcc\x1c\xf9\x5d\x6d\xc6\x46\x87\xb9\xc9\x6f\x62\x19\x40\xe9\x80\x27\x26\x6d\x14\xa8\x15\x72\xc6\xec\x8b\x2e\xf8\x9f\xe6\x1b\xe5\x8e\xd3\xf5\x66\x11\xcd\x31\x80\x51\x8d\x76\x71\x8f\xa2\x07\xae\x88\x30\x7c\x7c\x6e\x59\x40\x0d\x55\xd3\x10\x7c\x89\x7a\xce\x0f\x84\xe7\x55\x10\x59\xe0\x89\x40\xba\x7e\x28\xd4\x53\x75\x6a\xbf\x55\x44\x8b\xc6\xcf\x72\x3e\x6d\xbd\xa7\x35\xb9\x28\x2c\x94\x59\xd1\x3b\x93\xdf\x6c\x90\xcc\xb8\xaa\x18\xad\xcd\xb3\xb5\x92\x3a\x22\x78\xe1\xd6\x53\xa9\x31\x65\x7f\x42\x1a\x71\x0a\x69\xca\xc2\x29\x1b\x50\xc9\x98\xfe\x86\x85\x75\x19\xcd\xcf\x32\x7f\x91\x98\x12\x9d\x38\xc5\xf9\xc2\xd0\x6f\xb3\x95\x1b\x55\xa5\x80\xe4\x34\x4e\x0f\xcf\x14\x18\xbd\x64\xe6\x0d\xdc\x5b\x6c\x64\x47\x95\x23\xed\x57\x06\x42\x0c\xcd\x2b\x98\x23\x84\x8f\xfb\x4d\x79\xba\x30\xf4\x5f\xab\x3c\x09\x85\x5a\x08\xc9\x1a\x70\x81\x62\xee\x9c\x13\x6f\x03\xfb\x89\x35\x51\xa0\xe5\x23\x48\xd3\x2d\xf0\x1b\x4d\x77\x42\x30\x15\xe4\x84\xc7\xe7\xb7\x27\x05\xc6\x5c\x7a\x3b\xca\xd4\x06\x08\x90\xd1\xf9\xb7\xf5\x52\xc6\x81\x74\x96\xe4\xd0\xfd\xa8\xc7\x45\x06\x4b\x20\xc2\x17\xbe\x0a\x93\xdd\x9e\x50\x7e\x3a\x15\xc5\x7f\x36\x71\x3f\x00\xf6\xaa\x4c\xb0\x43\xb2\x2f\x92\x7e\xff\x8b\x56\xdd\x16\x5e\x5d\xbe\xa5\x9f\xff\xdb\x76\xd9\xbe\x5a\x61\x67\x0c\xf1\x5b\xde\xb2\x4e\x0f\xf2\xf9\xaa\x63\xcb\x24\x24\xfa\x1b\xd2\x9f\x83\x93\x1c\xcf\xb2\x14\x41\x76\x94\x5d\x6b\x07\x9c\x1a\xba\xbe\xd2\x0e\x08\xf7\xa2\xaa\xa9\xbf\xe6\xc5\xd2\x82\xb0\x8f\x3e\xfe\xd0\x75\x90\x39\xc0\x4a\x91\xd9\xe7\xeb\xae\x75\x67\xbd\xce\xca\x28\x07\x44\xa1\xed\xea\x76\xee\x88\x72\x49\x8c\x68\x38\x62\x1e\x0e\x66\x74\x5d\xb2\x08\x29\xc6\x6e\xc6\xc5\x11\xfc\x3a\x16\x6f\xbf\x89\x8f\x50\x2b\x32\x3f\x25\x87\x7f\x23\x39\x42\xa1\x9e\x31\xdd\xa2\x03\x8d\x86\xf7\xc8\xd3\xb9\x55\xc7\x98\xfa\x5c\x8e\x8f\x31\xd9\xed\x6c\xed\xdf\x7a\x0d\x50\xb4\x38\x10\xfe\x41\x21\x44\xcb\x01\xb2\x69\x8b\x8a\x47\xf5\xee\xeb\x53\xdb\x63\xad\xff\x8c\x25\x51\xee\x3e\xae\x67\x34\x8e\xfe\x8a\x95\xde\x13\x27\x28\xe7\x6b\x52\xb9\x07\x3d\xb8\x11\x7c\x04\x65\x90\x93\x77\x39\x14\x30\x14\xfe\x4c\xd5\x2d\xa0\x86\x3a\x29\x1b\x65\x54\xc1\xa9\xce\x0a\xc9\x1e\xf9\x8e\xf0\x62\x55\x3b\x72\x30\x4f\x69\x4b\x66\x24\x44\x2b\x3f\xf6\xc4\xd3\x53\x5e\x89\xbe\x2a\xc1\x3d\x82\x92\x8e\x65\xac\xa2\x98\x3c\x48\xfe\x5e\xee\xf0\x95\x89\xdc\xf2\x97\xac\x1c\x0f\x98\xdb\x25\x83\x1a\xab\x07\x57\xcf\xa1\x92\xaa\x1c\xec\x40\x94\x3e\xdc\x15\x5d\x72\x04\x44\x44\xd8\xe8\x89\x07\xc1\xdf\xa8\xa5\xf7\xed\x9f\x54\x38\xe8\xfd\xf6\x68\x8f\x8a\xfe\x3c\xb2\xef\x13\xae\x4a\x61\x35\x44\x55\x65\x99\xb3\x12\xf3\x63\x5f\xf8\x48\x27\xe7\xbc\xab\xe7\xf4\x42\xd2\x3d\xf7\x6c\x53\x85\xba\xcf\x2a\x2b\xe4\x91\x33\x22\x9c\x94\x52\xe4\x57\xb6\xcc\x91\x3e\x94\xb4\x2e\x12\x34\x0a\x0b\x2b\xde\x05\xa1\x41\x10\xe7\xa7\xec\xcf\xe7\xec\xcf\xcf\xf4\x4f\xef\x3d\xfd\xd3\x4f\xb8\x06\x06\x34\xf5\x21\xd8\xa8\x0c\x46\x81\xd1\x37\x84\xaf\x7b\x9a\x82\x97\xa3\x53\x07\xb6\xb8\x9f\xb6\x7c\x63\x28\x9d\x3a\x4d\x28\xc3\xe4\x94\xfe\xcc\xe1\xc7\xb0\x60\x0e\x1a\x77\xf5\x45\x8e\xcf\x9c\xb7\xe6\x99\xb4\xb5\x88\x6a\xc3\x71\xe6\x95\x27\xba\x7a\x0a\x3f\xd6\x68\x1e\x5e\x64\x81\x8b\x19\xf8\x24\x5f\xf0\xca\x83\xd5\xb4\xfb\xc5\xbc\x95\xe7\xdc\xa8\xc0\x4d\x00\x23\x09\x72\x33\xac\xb8\xc9\x1c\x09\x52\xe4\xe2\xbe\xc8\xd9\xbc\x65\xda\x88\x00\x98\xfb\x40\xf9\x52\x23\x48\xe5\xd3\x9a\x8a\x54\xf6\x0f\x14\xad\x0c\x91\x05\x8c\x40\x19\xa9\x30\x3e\xfe\x1c\xe3\x29\xfd\xd8\x7a\xb8\x9a\xab\x29\x1a\x42\xb8\x03\xaf\x24\xa9\x70\x1d\x2a\x80\x8f\x90\x91\x7b\xb9\x7a\xbc\xaa\xcb\x29\x3d\xc8\x07\x36\x0b\x5d\xa1\x70\xa0\x9b\xa6\xae\x27\x89\x9b\xa1\xac\xb1\xb7\xc5\x39\x79\xdb\xa4\xe9\x15\xa1\x33\x37\x29\x56\xe6\x30\xd7\x64\x0e\x1b\xe8\x96\x21\x07\x72\xe9\x78\x20\x06\x13\x05\x3a\x5d\x7c\xd7\x20\xe6\x18\xc9\x2c\x67\x11\xb8\x8f\x76\x38\xfb\x6a\xf5\xa1\x47\xd3\x3b\x9c\x73\xa7\x5b\xed\xd9\xe2\x50\xe7\x60\x77\x51\xc1\xf4\x7f\x30\x47\x57\x85\x4b\xc4\xa3\x66\xfc\x42\xfd\x8a\x20\xa5\xc1\xc7\xc5\x3e\x0a\xdc\xc1\xfb\x92\x6c\xec\x2a\x2d\x0e\x6c\xff\x76\x99\xff\xcf\x66\xe5\x41\x72\x0d\x8c\x5e\x01\x1a\x28\x85\x38\xfd\xed\xd4\x5a\x72\x72\xcf\x97\xd4\x7f\xbd\x24\x20\xdc\x2a\x5f\x32\xd9\xfd\xfe\x94\x0e\x35\xf5\x51\xac\x99\xc0\x2c\x20\x4d\x05\x1c\xb1\xf0\x12\x60\xa6\x84\x14\xbc\x7d\x07\x64\x80\x69\xa3\xdb\x60\xd6\x56\x8e\x35\xb2\xea\xb6\x1f\xb1\xb4\xa8\xf7\x1c\x79\x3b\x9a\x53\x2a\x2c\x1f\xa2\x1e\x6e\x1b\x40\xd5\x28\x9d\x1c\xbc\xe2\x04\x58\xdd\xde\xec\x9b\x03\xe1\xaf\x5c\x7b\xca\x78\x26\x28\xbc\xfe\xc8\x9b\x80\xc1\x5e\xae\xe4\x76\xed\x69\x19\x0d\xca\x90\xce\x5d\x3a\xa4\x84\xa9\x20\xc2\xa8\x72\xa0\xdb\x30\x44\x99\xd4\x10\x31\xf1\xd9\x8e\x62\x52\x43\x72\x1c\xf4\xab\x7f\x8c\x80\x88\xf6\x90\x37\x55\x45\x02\x71\x08\xf6\x5d\x14\xa0\x81\xd4\x57\xe4\x2d\x44\x39\xcd\x0f\x12\x00\xf0\x50\xbf\x26\x66\x3c\x02\xd1\x59\x71\x3d\x2f\x1c\x8a\x14\x6b\x5d\xda\x74\x3c\xcc\xd8\xa1\xcf\xff\x43\x00\xb7\xf3\x81\xa8\x78\x2c\xfb\x20\xab\x01\x36\xe0\xba\xf2\x0e\x5f\xbd\x40\x3d\x14\x66\x39\x79\x2f\xf1\xe1\x1a\x36\xde\x0e\xa9\xb6\x6d\x6b\xa9\x52\xf5\x00\x65\x33\x18\x0c\xa9\xdf\x7c\x2f\xff\xa5\xe7\x2c\x04\x1c\x26\x44\xd3\x94\xce\x1e\x4b\x31\xfc\xce\x77\xc5\xf3\xfb\x98\x58\x31\xee\x7d\xd2\x4e\x3a\xc2\x7c\x9f\x3f\xe1\x0d\x46\x64\xbd\x38\x29\xf2\xdd\xda\x24\xc3\x7d\x22\x6c\x32\x7e\x89\x0c\xe0\xfa\x83\x16\x87\x4d\x59\xc6\x82\xff\xe5\xad\xea\xd5\xdc\x48\xc4\x4c\xf8\xe8\xe0\x44\x77\x10\xa8\x87\x14\x02\xff\xf9\x01\x1f\x3d\x6b\xd9\x0a\x15\x77\x85\x16\x84\x21\x37\x4d\xbd\x4f\xe6\x1c\x2a\x0a\x00\x3b\x43\xce\x93\x1f\x50\x52\xf2\x5c\x66\x1d\x05\x4e\xf7\xb9\x4c\xf8\x86\xc5\xd5\x63\xcc\xd1\xe5\xbc\x45\xa9\xbc\x70\x3f\xae\xf8\xa8\x96\x51\x3d\x14\x4f\xec\xd9\xcf\xec\xc3\x13\x73\x9a\x72\x61\xec\xd4\xd6\x0f\xce\xe0\x29\x0b\x77\x04\x39\xf0\x28\xdd\x4d\x9c\xc9\x96\x99\x28\xd0\x98\x84\x0d\x10\xb5\x84\xa8\x82\xf9\x8a\xb5\x13\x22\x5d\x46\x39\xaa\x9f\xee\x61\x01\x88\x88\xe1\x1b\x72\x98\x82\x06\x49\xd0\x01\xc5\xba\x42\x87\x12\x68\x55\x5d\x5e\x1a\x40\xc5\x36\xd0\x0f\x41\x93\x40\xc0\x6a\x27\xf9\x00\x89\x7a\xef\xf1\xc2\xc5\x95\xd1\xcc\xe0\x25\x4d\xdc\x2d\xcb\xe7\x6c\x86\x8e\xe5\x05\x23\xe9\x57\x42\x16\x1a\x94\x2c\x43\x62\xd1\x5b\xce\x5a\xa8\xb7\xc9\x15\x98\xbc\x63\x95\x6a\x67\x4e\xe4\x0a\x77\xd1\x15\x03\xc6\x81\x65\x17\x78\xbb\xf4\x82\x35\x5f\x70\xe1\x0b\x90\x4d\xa6\x3e\x37\xd6\x79\xdd\xef\xd7\xe7\xbd\x95\x34\x17\x2c\x78\x4e\x7c\xe6\x87\x42\x7c\x5d\x80\x41\xf4\xf6\x4c\x92\xf4\xa9\xa7\xea\x45\xfe\x76\x58\x0c\x37\xf1\xed\x23\xfa\xc2\xab\xfe\xb8\x78\xc2\x98\xc5\x7d\x8e\xaa\x8b\x8e\x4a\x37\x6f\xd6\xe7\x23\x2a\x9e\xa4\xbb\x8d\x61\x01\xa3\x13\xfe\x8f\x74\xaf\x67\xd5\x48\x4e\xd8\x88\xfc\xb1\xee\x40\xa2\xd3\x72\xc5\x92\x13\x43\x48\x88\x3f\x9e\x7e\x6e\x6a\x47\xde\xd4\x2e\xd7\x9b\xda\x18\xc5\x2a\x38\x4f\xb7\x73\x9a\xb3\xca\x7a\x44\xfb\x3a\x27\x86\x63\x30\xc7\x03\xfd\x0e\x58\x2f\xdb\x28\xfb\x28\x95\x92\xa5\x06\x76\xf4\x5c\xe0\xca\x52\x0c\x64\xd8\x4b\xf2\x19\x81\xcf\xd7\x57\xe6\x0b\xb6\x34\x23\xfd\x06\x89\xbf\xbb\x3b\x56\x35\x61\x58\x73\x4b\x95\x23\xf7\x09\x5d\x6d\x72\x97\x57\xa9\xaa\xe6\x3f\xfd\xb5\x85\xaf\x71\xcb\xd7\x26\x69\xa1\xa4\x08\x5d\xb8\x7d\xa7\x5a\xa9\x78\x9d\x18\x4b\x14\xcf\xea\xc0\x66\xe2\x6f\xa7\x6e\xe5\x94\x3b\xef\xa2\x96\x70\xea\x8c\x26\x05\x8f\x6a\xa7\xa2\xbc\xf7\x44\x8d\xf7\xfc\x8c\xc9\x1e\x35\xee\xd3\x5a\x21\x22\xdc\xbd\xc3\x21\x4c\x6d\xe0\xe2\xaf\x63\x39\xe7\x27\xac\x02\x68\x5c\x46\x9d\x28\xb1\xdf\x8c\x23\x6e\xd1\x81\xa4\x55\x10\xff\xa2\x47\xac\xa9\x6c\xb9\xd6\x30\x95\xc5\xf1\xd2\x37\xe5\xff\xa7\xc4\xbb\x03\xcd\x7e\x26\x89\xaf\x05\x7c\xe9\xc1\xbd\x85\x11\xba\x24\x59\x38\x97\x8a\xbf\xae\x38\x6d\x0c\xc9\xc7\x8c\xfc\x8b\x40\xe1\x30\x7a\xc0\x34\xa1\xa7\x20\x84\xc8\xde\x58\x62\xc2\x79\x66\x16\xde\x2e\x55\xec\x2c\x4b\x04\x88\xfa\xf9\xb2\x4b\xd5\x76\xa9\xaa\x7f\x4c\x9f\xa3\x8d\xe1\x40\x35\x62\x96\xe5\x89\x35\xfe\xf7\x6f\x33\xda\x65\x0f\xad\x07\xbd\xd0\xe8\x1b\x15\x17\xda\x39\xb1\xf1\x49\x95\xfa\xee\xde\xc6\x4b\x2b\x56\x36\xa9\xd2\x86\xd0\x7e\x83\xf8\x00\x79\xe1\x76\xc6\x00\x57\xf2\xa3\x5c\xd4\x4f\x89\x37\x66\x6e\x57\x7c\xbf\xd6\x4d\xd4\x89\xcd\x23\x6d\xd1\xd5\xcf\x24\x84\x29\xb5\x2b\x74\xce\x3f\x94\x9a\x7c\x5a\x71\x36\x91\x5c\xa4\x19\x38\x39\x8e\xcc\xfe\xfa\xae\xc9\x12\xdf\x4b\x85\x6a\x15\x4f\xb0\xf2\x12\xf2\xdb\x59\xd2\x50\x9d\x64\x8e\xe9\xad\xe0\x5d\xe8\xcf\x11\x39\x21\x37\x1b\xe5\xea\x30\x2a\xb2\x33\x89\x39\x3a\x88\xc5\xfa\x01\x6a\x8c\xf4\x30\x46\x33\xfe\xa5\x39\x39\x78\x7a\xdb\x0e\xbb\x83\x3b\xc2\x9b\xb8\x17\x74\x52\x7b\x45\x5d\x4e\xb3\x4b\x84\x07\xef\xc7\x77\x1b\xdf\xb1\x9a\x4b\x23\x4b\xfe\xfd\x8d\xdc\x01\x83\xb4\x03\x4c\x2f\x6c\xdc\xff\xf3\x87\xf8\xa8\x8a\xd1\xc6\x93\x66\x5e\x9b\x86\x4e\x7d\xbc\xff\x26\x46\x4e\xf2\x0c\x91\xd6\x2b\x33\x8d\x05\x24\xd2\x44\x15\xd9\xa4\xf3\xb5\xed\x42\xf2\x64\xf9\x53\x7a\xb2\x38\xbc\xcc\x32\xe9\x49\x4e\x74\x6f\x85\x72\x77\x0d\xcc\x68\xcc\x4c\x30\x88\xf5\x90\xd5\xd2\xc1\x0e\xdb\x39\xcd\xd8\x9b\x95\xd0\xa8\x95\x54\x61\xf7\xa3\x93\x73\x38\xf4\x55\xa0\x92\x10\xaa\x29\x8f\x98\x62\xbd\x88\x36\x0d\x96\x57\x73\x4a\xb2\xf3\x62\x55\xc1\xd9\x7e\x89\xf5\x8b\x2d\x4d\x88\x30\x06\x58\x9e\x1e\xdc\xbf\x2c\x79\xe3\x49\x88\xc2\xe1\x85\x51\xa2\xc9\x32\x93\x02\xc1\x02\x1f\x4c\x54\xa7\x3e\xe7\x6d\xea\x0d\xa9\x27\x44\xbb\xa9\xbb\x7b\x54\x42\x39\xed\xe9\x02\x62\x15\xc1\x00\xe6\x60\x06\x5a\x01\x79\x91\x5b\xda\xcb\x47\x8d\x67\xe4\x1d\x45\xd0\x42\xfc\x39\x6e\xdf\x2f\x8d\xc6\x9a\xe9\x9a\x3b\x1e\xd4\x22\xfc\xec\x6b\x70\xd3\xb4\x81\x14\x8e\xc8\x72\xbc\xdf\x02\x83\xf3\x46\xd5\xcc\xd9\x29\x49\x8b\x55\xcf\x47\xff\x71\xf7\x73\xbc\xb6\x38\xd4\x3e\x2c\xb3\xf1\xf2\x9b\x72\x8f\xc3\xc3\x57\x6d\x3d\x7f\xe0\x2b\x5c\xc1\xef\xec\xec\x01\xb0\x6c\xef\x20\x65\xfc\x5c\x8d\xf5\xfd\x48\xa8\x37\xdd\xe3\x1f\x4c\xe7\x1f\x2d\x90\xd3\x6e\x5f\xae\xf7\x29\xb6\xdb\x51\xc5\x61\x04\xda\x1e\xb5\x32\x20\xbf\x21\x1c\x95\x83\x13\x5e\x43\xf6\x8d\x2f\xcc\x1b\x02\x14\xda\xef\x2e\x71\xb6\x7b\x29\xf0\xd6\x4f\x0c\x38\xde\x41\x36\x41\xf3\xd4\xe6\xe8\xfb\x08\xad\xf7\x40\x1d\x18\x94\x29\xfd\xcf\x15\x5c\x01\xa9\xbd\x83\xec\x28\x11\x70\xc1\xc7\x66\x12\x8c\x73\x9c\x9d\xf1\x41\xca\xea\x50\xaf\x77\x22\x90\x64\x84\xed\xab\xc8\xe4\x19\xd9\x52\x21\x17\x3a\xbb\x7a\x9a\xe8\x8c\xb1\x11\x10\xc6\x2b\xb8\x47\xbb\x22\xa7\x0e\x96\xa3\x06\x0a\x57\xf4\xcb\x17\x30\xd0\x34\x39\x9f\x9e\xf9\xbe\x3a\x1c\x46\x77\xf0\xac\xf6\xb9\xe0\x11\x7e\xd9\x63\xb8\xe8\xcd\xab\xa8\x2d\x8b\x26\x53\xd2\x30\x91\x42\x01\x76\x12\x7f\xab\xd1\xad\xd2\xad\xab\x0e\xfc\xd2\xdb\x98\x5c\x00\xbe\x4b\x35\x0c\xb0\x83\xc2\xa5\x7f\x35\x01\x2f\x3c\x01\x73\x5c\xa4\xaf\x5c\xca\xc8\xf7\x22\x4a\x83\xbf\xdf\x63\xfe\xbd\xb7\xb2\xf9\xd7\xcb\xe6\xdf\xd3\xe5\xe7\xfc\x3b\xe3\x50\xa7\x64\xcf\xbf\x82\x2c\xe2\x70\xef\x23\xef\x8b\xd6\x6b\x13\x92\xa7\x53\xc4\x1b\x3b\x97\x9f\xf3\xce\x0b\x21\x07\x2a\x98\x15\x3d\xe2\x78\x1a\xf1\x8d\x11\x54\x9b\x2d\xbb\xa9\xd6\x86\x93\xcf\xd3\xdf\x86\x78\x18\xcf\xd4\xbe\x53\x4a\x95\x26\xef\x90\xde\xb1\xc5\x49\x17\x77\x00\x6f\x17\x2d\x71\xb0\x9a\xdd\x51\x74\x2f\x50\xe6\x6a\x38\x36\x64\xfe\x20\xf6\xb5\xed\xa1\x04\x56\x80\x7a\x66\x66\x61\xef\x08\x45\x11\x7e\xc2\x97\x93\x75\x94\xaa\x53\x92\x83\xd4\x1c\x5d\x9c\x25\x40\xda\xf5\x1c\xec\xfd\x22\xb9\x9e\xbd\x73\x8d\x6c\xf1\xa3\x24\x6b\xae\x89\x05\x82\x0f\xeb\x15\x48\xb5\x51\x61\x7e\xad\x47\x66\x41\x0f\x58\xba\x5c\xab\x1f\x75\x2c\x1c\x42\xda\xa9\x95\x5b\x2e\xca\xf4\x80\xee\xd8\x23\x31\x84\x76\x26\xf8\xaa\x2d\x7c\xad\x41\x73\x69\x15\xd3\x2e\x71\xd2\xdd\xce\xa2\x4e\x10\xbd\x06\xf2\x32\x56\x98\x87\x55\x3a\xd8\x07\x62\x8f\x78\x78\xc0\x0a\xd4\x8e\xef\xe8\x6a\x41\xff\x82\x12\x82\x5c\xce\x2b\x55\x86\x00\x6d\x9b\x0a\x6b\x90\xa3\xdf\x47\xae\x55\xc7\xbe\xa0\x1d\x67\xcb\xcc\x77\x96\xc3\xa1\x65\x65\xda\xcf\xc8\xd7\x24\xba\x18\xc7\x76\x03\x79\x45\x4d\x50\xcf\xf4\x8a\x3b\xce\x86\x27\x79\x39\x87\xd1\x18\x34\x1d\x84\x1a\xb9\x7c\x60\x78\xa8\x70\x8a\x1f\x18\xab\xb4\x3d\xee\x97\x18\xf2\x87\x78\x86\xbf\xa3\x85\xe4\x89\x23\x99\x1f\x97\xb1\xbc\x47\xc5\xdf\x3c\xd5\x10\xd1\x4f\x23\x5f\x85\xf8\x62\x4f\x73\x20\xd4\x49\xdd\x41\x3c\x1f\x3d\x21\x8a\xde\x53\xde\xf2\x1a\x13\x8c\x69\xef\x6f\xfc\x5c\x85\x61\x91\x31\xdb\xc3\x94\xd5\xb4\x84\x22\x40\x71\xb3\xde\x8c\x7d\x65\xa5\xc4\xf6\x67\x0c\xf7\x00\xdb\x74\x01\x7d\x52\x8e\x4c\x00\xa2\xd2\x26\x62\x24\xc4\x90\x89\xc7\x76\x2e\x00\xf5\x2b\xb6\xae\x66\xd8\xb6\x87\x70\xdd\x77\x89\xca\x4d\x39\x72\xce\xa7\xa7\x33\xaa\x6e\x33\x3c\xb3\xe8\x75\xf3\x1d\x7d\x3a\xe6\xd3\xda\x7c\xd4\xa6\x1e\xd7\x3d\xd8\x10\xd3\x47\x55\x6e\x01\x68\xa1\xe6\xaa\x34\xa1\xc2\x53\xc9\x4a\xb7\xb1\xe5\xd7\x00\x6c\xdf\xfe\x7f\xe4\xbd\x59\x73\xea\xb0\x12\x2d\xfc\x83\xa0\x8a\x79\x7a\x94\x64\xe3\x38\x8e\x43\x08\x21\x84\xbc\x11\x92\x00\xc6\x80\x99\x87\x5f\xff\x95\x7a\xb5\x3c\x10\xf6\x74\xce\xb9\x55\xf7\xd6\xf7\xb2\x77\xb0\x65\x59\x96\xe5\x56\x0f\xab\x57\xd3\x2b\x57\x1f\x4c\x43\x16\x66\x86\x44\x40\x26\xe1\x5d\x7e\x5a\x30\x67\xce\x29\x2c\xa5\xed\xb5\x16\xd3\x1c\x41\x42\x55\x39\x8c\x70\x81\x1e\xb8\x34\x08\x4a\x47\x78\xaf\x5b\x36\x79\xb5\x46\xcd\x7c\x8b\x80\xf9\x35\xd2\x13\x6a\x72\x6d\x0f\xed\x54\xc6\xb5\xb7\x67\xd2\xbf\xa8\x65\xc7\xd8\xad\xfe\x02\xc1\x8c\x16\x45\x5a\x01\xb2\xd9\x59\xd8\x8a\xfa\x60\x33\x1b\x07\xfc\x75\xe4\x10\x23\x58\x51\x40\xce\x2d\xa8\xa0\x01\xd2\x17\xea\x67\x02\xe1\x8c\x02\xab\x6a\x89\x1e\xba\x5b\x06\x21\xc2\x6d\x7c\xa0\x19\xbc\x6f\x48\x4c\xe1\x80\xa7\xf0\x13\x9a\x54\x3f\xc8\xbc\x36\x85\xb2\x3a\xfd\xec\xc4\xaa\xef\x03\x76\x83\xfe\x9e\xd9\xbb\x78\x22\xb5\xc6\xe3\xb0\xdb\xf2\x87\x72\x3f\x47\x11\xfa\x50\x4b\xdd\x01\xa5\xc5\xbe\x0a\x58\xc8\xa3\x2b\x0b\x79\x23\xb7\x11\x74\x89\x96\x15\x1f\x67\xfb\x40\x5d\xe4\x9e\x4f\x16\xb2\x27\x13\x55\xda\x05\x59\x83\xb1\xbf\xb7\x40\x57\x8c\x77\xd8\x8b\x8e\xc4\x54\xa8\x1a\xf2\x84\x79\xe9\x61\x7e\x94\xda\xf1\xef\x3d\xb7\x3f\xa0\xfd\x19\xed\x23\x75\xc9\x9c\x77\x1e\x4b\x90\x37\x57\x4b\x45\x10\x03\xed\x0b\xdd\x5b\xb1\xc3\x3a\xfb\x7c\xc6\xfc\x34\x4a\x3a\x58\x1f\x9d\xa9\x5c\x33\xa3\x31\xd6\x84\x95\x4a\x52\xd5\x1a\x65\xea\x53\xf4\xcd\xb7\x57\x86\xbd\xd9\xa1\x24\xff\x82\x2c\x15\xec\xe4\xb3\x29\x42\x87\x09\x91\x68\x6b\x74\xff\xa6\x25\x54\x3b\x0c\x32\xdf\x66\x37\xb8\xd5\x5d\xa0\x90\x0a\x46\x9d\x59\xa9\xe4\x71\x33\x98\x5f\x5f\xed\x8b\x9c\x0a\x15\x42\xa1\xfd\x16\x04\x51\x5f\x7f\x74\x30\x26\x7b\x28\xdb\xed\x08\xd5\x50\x9b\x55\xe2\xd4\x1b\x09\xf1\x55\x6a\x32\x79\x36\x32\xa4\x4e\xe3\xb4\x23\xd0\x9b\x11\xe9\x2f\x2a\x0b\xf4\x4e\x08\xe5\xb2\xdc\xa9\x11\x95\x95\xd6\x75\xdc\xcc\x25\x90\x61\x6b\x2b\x75\x89\xbb\x5b\x70\xee\x3e\x6d\x31\xe4\xb3\x65\x98\xcc\x86\x84\xdb\xd2\x9e\xa6\xbc\x8a\x23\x31\x7f\x79\x82\x79\xe0\x84\x24\x6d\x1b\x53\x39\xc8\xf7\x44\x73\x2a\x3f\x99\x22\xd1\xa9\x93\x97\xec\x0b\xa2\xaa\x81\x95\xd3\xa4\xf9\xf8\x2a\xb5\x81\xb2\xbf\x87\x2a\x94\x3d\x48\x61\x20\x67\x42\xfe\xec\xaf\x0b\x1f\x24\xc9\xee\xcc\x1c\xa4\x91\xb4\x81\x77\x27\xa7\xb9\x53\x2b\xd3\x4e\xf3\x35\xa3\x25\xa5\x42\xa6\x19\x70\x2a\x2d\x54\x1e\x59\x10\x9e\x44\x85\x12\x7c\xfa\x1c\xb6\xdd\x58\x77\xe0\xb8\x5a\x42\xf6\x87\x12\x65\xfc\x45\xb7\x86\xff\xbd\xf2\x86\x9c\x90\x1f\xb0\x22\xba\x05\x3e\x5c\xa5\xc3\x17\x45\xde\xec\xbd\xac\x6d\xec\x04\x4f\xe1\x5e\x80\x64\x5d\xe3\x7b\x1c\x13\x61\xe9\xd7\x92\x76\x7c\x05\x66\x7e\x6f\x07\x54\x2a\x62\xad\x20\x27\xe2\x8c\xf1\x9f\x02\xe2\x3c\x4c\x1a\x71\x60\xae\x26\x75\xe7\xda\x8e\x30\xc9\x52\x3b\x2e\x76\x7a\x19\xfe\x30\x23\x80\xc9\x6d\xf6\xf2\x63\x6d\x91\xae\x9b\xec\xf1\xc2\x80\xb2\x26\x01\x41\x3d\x38\x05\x96\x25\xec\x84\xab\x11\x5b\x60\x2e\xa7\x05\xa3\xc8\x72\x9d\xa9\xb6\xd2\x1a\xe9\xa8\x84\x39\xf5\xea\x1b\x1b\x39\x43\x8f\xa9\x57\x3f\xe6\x0a\x06\x5e\xe5\x21\xdf\x13\x73\xeb\x60\xd8\x33\x9d\x22\xde\xcc\x99\xd3\xe1\xa0\x0a\x3a\x2b\xfd\x76\xa7\x78\x2f\x98\x9e\x61\x89\xc2\xfb\x1e\x25\xba\xdd\x13\x06\x00\x1e\xa8\x2f\xa1\xbe\x2d\xfe\x7b\xac\x17\x19\x49\x96\x1a\x7f\xd1\xf0\x0e\x15\x58\x12\xe7\xf7\x96\x10\x67\x8b\x8d\x8d\x9e\xb0\x23\xe7\xcc\xfb\x80\x96\x5f\xae\xa8\xaa\x50\x72\x01\x31\x67\xeb\xe4\x7d\x31\xf5\xef\x90\xd8\xa1\xdf\x98\xfb\x9d\xef\x88\x3b\x2f\xa2\xda\xe1\x5f\x2b\xf2\xe1\x2c\x39\x8b\x7a\xbc\xa2\x0a\x46\xcf\x14\x90\xae\x3f\x3c\x93\x32\xe2\x74\xf2\xbe\xd8\xb8\x77\xc6\xbb\x24\xdc\x03\xfb\xa3\xd3\xe1\xc0\x8f\xd8\x97\x48\x7b\xe0\x3c\xe5\xbc\xf3\x97\xcd\xd8\x77\xa7\x85\xdf\x8a\x0d\xbd\x88\x03\x0b\xe6\x37\x34\xe6\x0d\x04\x60\xd7\x98\x83\x70\xe8\xa9\x8d\xfd\x2f\x1e\x3f\xe1\x5e\x42\xfd\x19\xd7\xef\xde\xf7\x73\xfe\x7c\xc9\x30\xff\xe2\x7c\x18\x78\x37\x9c\x3d\x5d\x64\x0e\x82\xb3\xd8\x19\x93\x98\xe2\x63\x64\x32\x38\x55\x2a\x59\x61\x8e\xd5\x6c\xb3\x6d\x68\x7d\x79\xcf\x99\x22\x97\x78\xf3\xd9\xa6\x8e\x9e\x70\xd4\xcf\xf7\xc5\xd4\xcc\x21\x89\xd8\xe9\x0f\xa5\xc1\x15\x13\x37\xe2\x15\x77\x74\xf2\x13\x29\x36\xed\x3b\x20\x1c\x92\x20\xd3\x03\xd0\xa2\x6b\x09\x7c\x6f\x97\xb6\xd9\x27\xc2\xda\x58\x2b\xd2\x3f\x7d\x05\xf0\xce\xc3\x4b\xad\xa9\x74\x2f\xde\x7b\x95\xbe\x94\xfb\xce\x92\xde\x72\xbf\xc6\xb6\x66\xde\x17\x3e\x27\xac\x7a\x6c\x0a\x0b\xb7\xc8\x3b\xd9\x1a\xe9\xc8\x1b\x87\xbe\xa7\xca\x9c\xea\x59\x43\x1b\x77\x67\x24\x92\x94\xbb\x03\x20\xa4\xb5\x48\x90\xf3\xfd\x26\xc5\x69\x75\x4b\x1f\x30\x0f\xf5\x58\x02\x84\xd7\x2f\x92\xfa\xa9\x1e\x23\xda\xc4\xee\xfa\x9c\x2e\xd8\x25\x09\xe2\x3c\x74\x00\x2d\xa7\xf0\x6e\x5d\x6f\x03\xde\x41\xae\xa8\xdc\x62\xd1\x7e\xce\xbb\xa2\x69\x9d\x65\x85\x84\x43\xcb\xda\xc8\xe5\x84\xe5\x17\xef\xcd\x35\xd2\xb0\x26\x16\x9b\x25\x2c\xb2\xfa\x61\x64\xb2\x75\x4d\x22\x20\xa1\xff\xdd\x70\x82\x5d\x08\xd2\x47\x8c\x36\x51\x3b\xfd\xdb\xd9\x70\xe0\x21\x24\xec\x7e\x4d\xce\x71\x3b\x37\x6a\xe1\x85\x91\x26\xe7\x72\x18\x8a\x95\x99\xaf\x28\x4a\x17\xd7\xca\x0f\x84\xfd\x48\x5b\xf3\xd5\xcd\x3c\x2d\x9d\xee\x96\x11\x83\xe9\x0a\x88\xcc\xd1\x36\xe6\xeb\x85\x76\xb2\x2e\xf2\x3c\x33\xd1\x3b\x83\x57\xb0\xdf\xf1\xfd\x57\x1d\xc4\xc6\xe8\x95\xd5\x80\xa8\xaa\x3b\xb4\x66\xe9\x05\x6c\x18\x7b\x8d\x94\x5a\x52\x7c\x29\x61\xdc\x16\x96\x53\x64\x4b\x89\x2d\x1f\xea\xaa\x1f\x6a\xf3\xee\xe9\x2b\x8c\xe8\x73\x7c\x63\x5f\x9c\x0b\xbc\xdc\x5d\x08\x4f\xc2\x1c\xba\x25\x6d\xd6\x8c\x25\xdc\xeb\x87\x57\x91\x3a\xf0\x73\x00\xbc\xe3\xed\x99\x8e\xcf\x98\x61\xcd\x3a\x0c\xc4\x20\xc2\xef\x16\x55\x06\x57\x35\x99\x63\xf8\x52\xab\x8e\x09\x38\x71\x6c\xff\xda\xc4\xda\x37\xd8\xc4\x1a\x0a\x7b\xaa\x84\x19\x9c\xbe\x17\x0d\xce\x7e\x84\x27\x03\x07\xbd\xa7\xbc\x23\xee\x45\x8d\x4d\x9d\x22\x67\x5b\xe0\x02\x27\xa0\xcc\x64\x28\x3b\x3b\x79\x29\x64\x54\x91\xc2\x8b\x41\x87\xa9\x1d\x25\x5d\x83\xc8\xc0\x76\x28\xe8\x20\x42\x69\xa6\x86\xd4\xa6\xb3\x4c\x15\xfd\x2c\xc0\x0d\xec\x36\xf9\x7f\x44\x5b\xde\x19\x19\x49\xe9\x35\x83\x0a\x4b\x69\xd0\x1c\x29\x93\x67\x6d\x9e\x65\x5a\xd2\x4b\xca\x7e\x31\x5d\x70\x6e\x50\xa9\x99\x5c\xe5\xea\xad\xa3\x14\xb1\xcb\x8f\xe7\x9b\x5e\xfa\xce\xc4\x1d\x66\xdc\x37\x59\x3a\x3b\x86\x94\xeb\x81\xd2\xb3\xad\xa4\xf1\x57\xd9\x42\xbd\x26\x79\x1d\xe7\x7b\xfc\x7d\x54\x42\x14\xd5\x05\xcc\x99\xb4\xcc\x78\x9b\xf1\x44\x97\xac\x9c\x47\xc1\x26\xa3\x59\xca\x0c\x0e\x62\x53\xfc\x33\x73\x56\x3d\x97\xd2\xcb\x73\x74\xc2\x37\xe6\x9f\xe9\xac\x5d\x92\x07\x44\xfc\xf3\x0b\x25\xc4\x5a\xc5\x1b\x5c\x95\xe2\x1f\xd4\x95\xfd\x1c\x47\x0c\xe2\x7b\x02\x39\x7f\xfd\xc1\x02\x14\x77\x94\x05\x09\xbc\x99\x53\x8d\xda\x94\x8d\xf8\x04\xb5\x8f\x67\x4d\x1f\xed\x23\x79\x07\x07\xea\xdc\xec\x39\xd3\xac\x6e\x9a\x35\xf8\xc0\x16\x1a\xd1\x70\x06\x90\xee\xf8\x90\x3a\x4e\x21\xad\x1d\xde\xa6\xd3\x8c\x68\xff\xc2\x6d\xe3\x66\xfa\x68\x87\x6a\x75\xf2\x81\xf5\x4a\x5b\xc5\x6f\x5b\x19\x52\x3a\xc6\xc0\x63\x79\x46\x27\xfa\xe2\xf5\x22\x63\xf1\xe1\x86\xab\x76\xc6\x17\xe2\xea\x0d\x42\x66\x25\x8a\xaf\x55\x9a\x5f\x89\x94\x91\xe8\x5f\x49\x14\x67\x7d\x07\x12\x0f\x2d\xbe\x2a\xb4\x68\x3c\xf2\x8e\xdc\xbb\x33\x5e\x70\x7f\xe3\xa6\x58\xb7\x85\xd8\xb7\xaf\xdc\x14\x9e\xb0\xc3\x3b\x83\xc9\x63\x69\x15\xf1\xcd\xd3\x9a\x8a\x63\xca\x6d\xa9\x23\x7d\xe1\x2e\x0a\xa0\xac\x38\xed\x1e\xaf\xb1\xb3\xba\xcb\xcf\xa4\x18\xb6\xf4\x7e\xf2\x76\xb6\x88\x13\x74\x63\xb1\x03\x9e\x48\x4d\x44\x7f\x05\x07\x79\x89\x29\x8f\x10\xb5\x0c\x21\x2a\x66\xb2\xc5\x06\x08\x18\xef\x9b\x70\x22\xa6\x0e\x77\x84\x7a\xd7\x47\x5d\x61\xbf\xf2\x25\xaf\x66\x52\xbd\xa9\x2c\x39\xf9\xa3\x52\x85\xb5\x9c\xdb\x3b\xb2\x87\x9c\xc0\x26\x06\xd2\xfc\x88\xd8\xa8\x28\xf0\xb2\xd1\x9d\xd6\xef\xc4\x94\xdc\xb4\x95\xbb\x7b\xd0\x52\x31\x5c\x9c\x86\xca\xce\x97\x51\x03\x0b\x04\x6e\x29\x2b\x3f\x10\x5e\x04\xd7\x5c\x0e\x4b\x63\x22\x37\x11\x1b\x63\xcc\x0f\xff\x05\x7e\x78\x83\xd9\x2b\x80\xf6\xa1\xdb\x24\xe2\x0d\xf5\xa1\x1f\xc0\xa5\xe2\x1f\x33\x39\xa5\x4a\x0d\xea\x0c\xee\xd4\x92\xe2\x72\xb6\xb7\xa6\xa9\x5e\xd6\x97\xbb\x07\xbe\x39\x41\x88\x7a\x85\x31\x02\x39\x1d\xa1\x46\x31\x0d\x83\x2a\x22\xd7\xbb\xa4\x0a\x5c\xae\xf2\xcf\xfd\xed\x61\xb4\x0d\xc2\x28\x8d\x5d\x60\x27\xcb\xd4\x4b\xf5\x42\xfc\xcd\x31\x0f\x0c\x78\xf8\xd0\xdc\x59\x72\xe0\x83\xe3\xf9\x97\x85\xf1\xd4\x50\x3c\x15\x7d\xed\x8f\x34\x38\xf5\xa4\x7f\x11\x54\x5e\x54\xd4\xe1\xa8\xd2\x27\xc5\x4a\x5e\xf6\x30\x57\xc8\x8d\x61\x73\xb1\x8a\xe3\x3b\xc1\x08\x19\xea\xa7\x6f\xbf\xa3\x94\x37\x02\x79\xba\x47\x58\xff\x83\x13\xfe\xf7\xb6\xfd\x94\xbd\xae\xdf\xc7\x77\x4c\xf6\xf1\x8d\xe0\x03\x58\xeb\x87\x97\x23\x17\x29\xd5\x4b\x7f\x66\x3e\x21\x5b\x38\x94\xdb\xd2\x2b\xb2\x3d\x5b\x42\xb3\x4f\xbd\x2e\xd7\x10\xcc\x00\x2f\x2d\xfe\x7d\xba\x09\xbd\xd2\x79\x35\x04\x11\xf1\x7a\x08\xc9\x6e\x3a\xa3\xf7\x92\x6a\x6c\xfe\xb6\x43\x44\x57\xdd\x0b\x57\x37\x31\xf5\x46\x5d\xad\xf5\x71\xac\xa4\x13\x2b\xff\x8f\x47\x8e\xbd\x4e\xb7\xd8\x20\x4d\x92\xca\x4d\x2b\xb0\xbe\x21\x45\xa3\xdf\xa0\x8f\x46\xed\x24\x7a\x72\x1b\xc0\x1b\x61\xcf\x74\x10\xd0\x40\xb5\x73\x57\xe8\x8f\x93\x2b\xe0\x52\x6b\x9e\xca\x05\xf9\x7f\x3a\xc1\x20\xb5\xc6\xbe\x13\x4c\xdd\x12\xbc\xf8\x0b\xa2\xb1\x7f\x64\x66\x89\xc1\x0e\xff\x3b\x74\x56\x7d\x22\x56\x6e\x1f\xb0\x3e\xa8\xad\xb0\x97\x8f\x79\x57\x0c\xc9\xa6\x78\x76\xcf\x9b\x76\xe6\x42\x6d\x7e\x7e\x32\xfe\xe6\x08\xb2\x41\x08\x2d\x3b\xba\xcb\xf7\x85\xf3\x5d\x0c\xaf\x2e\x18\x25\x17\xd4\x89\x8d\xb0\x9f\xa3\xad\xcf\x2e\x38\xf9\x9e\x70\xde\x28\x85\x92\x9f\x89\x9d\x5f\xfd\x1a\x23\xa5\x4f\x53\x86\xcb\x9f\x8d\xe1\x0e\xed\x05\x2b\x9c\xeb\x90\xcf\x64\xeb\xb7\xcd\x21\xce\xfd\xe8\x91\x0a\xb2\xc0\xe1\xbd\xa6\x62\x75\xf6\x43\xac\xa8\xdf\x45\xa1\x1d\x67\xa5\x3d\xad\x43\x0a\x77\x11\x20\xf9\x53\xe9\xa5\x3c\x42\xbc\x1c\x3a\x14\xaa\xc8\x1f\x03\x19\x1b\xac\xdf\x50\x73\xe8\x38\xfd\x39\x24\xe6\x30\x85\x5e\x3c\xea\xe5\x2b\x69\x0b\xbc\x05\x82\x27\xc0\x60\x90\xc9\xa8\xb8\x00\x12\xbe\x20\x8e\x14\x7b\x74\xa2\xc7\xca\xd9\x2b\x96\x28\x51\x0a\xc4\xfd\x38\x54\xb9\x2c\x06\x85\x4d\x64\x89\xac\x7e\x97\x56\xfc\x9d\x11\x66\x7a\xce\xcb\x04\x16\x52\xed\x0a\xde\x0e\xfd\xd6\x76\xe8\x94\xa8\xbc\x1e\x2a\xad\xf4\xe1\xad\xfc\x48\x3a\xed\xd6\xb8\x66\x0f\xeb\x86\xbe\x10\x40\x57\xdb\x75\x50\x1b\x22\x67\x9c\x69\x91\x4f\xe0\xdc\xec\xae\x4f\x56\x7a\x44\xea\x64\x8a\x6b\x8c\x1b\x9c\x1a\x14\x2e\x30\x01\xdb\x0a\x70\x99\x93\x93\x65\x1e\x4b\x3f\x73\x65\x0b\xa7\x29\xc9\x72\xe2\x33\x7b\x10\xc4\x3a\xb6\xde\xd1\x09\x2f\x3c\x43\x53\x6e\x20\xf0\x53\xa1\x34\x2c\xa7\x1a\x51\x21\xaa\xf7\x15\xaa\xfd\xcd\xc0\x92\x30\x40\x9a\x65\xc0\x91\xc2\x56\x3f\xdf\x15\xea\xb1\x09\xa6\xe8\xf2\x91\x6a\x31\x3e\x56\xb8\x24\x7d\xf5\x68\xe5\xbf\x84\x7a\xe4\xb5\xe8\x97\x31\x30\xf5\x58\xe1\x9a\x61\xab\x93\x45\x9c\x2b\x8f\x11\x1f\xd0\xc2\x6d\xa8\x6d\x3e\xbe\xa2\x7e\xb4\x08\x72\xf8\xd8\xe0\x03\xcd\x23\xed\xe1\xea\x81\x17\xac\x3f\x3f\x91\xcb\x6f\x14\x9e\x32\xbf\x87\x9d\xbc\x23\xfa\x14\xab\x7c\x66\xec\x8c\xb0\x67\x44\x37\xa6\xda\x24\x38\xc8\x09\xac\x88\xa4\x4d\x9c\xa4\xa9\x62\x76\xc6\x90\x71\xb8\x25\x2f\x7c\x97\x3d\x3d\x99\x18\x2d\xb7\x6d\xfd\x84\x16\xe1\xb0\x45\x28\x73\x88\x54\xf9\xf5\x93\xfe\x90\x1d\x6d\x13\x8b\xa5\xdc\xac\xa1\x5e\x6c\xd7\xa4\x79\xad\xe5\x2e\x75\x80\xa8\xcd\xe0\x21\x46\x46\x6b\x07\xe9\x19\xed\xa7\x02\x0f\x93\x57\xc3\x40\xff\xf2\x58\xe4\x66\xcf\x39\x58\x55\x24\xf8\xc6\x85\x93\xa9\x7e\x47\xfe\x29\x36\x0b\x58\xa6\xf6\x5b\x6b\x6d\xa4\x74\xc8\x82\x7d\xc4\x3a\x2e\x8f\xc8\x75\xb5\xe4\x52\x71\xc7\xa2\x9d\x5e\x60\xc2\x5d\x13\x83\xa4\x5d\x91\x57\x4b\x4f\x38\xda\xe4\x8e\xa9\x4a\x9c\x50\x2d\x69\x54\x0d\xeb\x69\xd6\x84\x54\xdf\xac\x55\x3a\x64\x57\x5d\x52\x01\x94\x97\x9b\x87\x6d\xd8\xda\xfd\x15\xd2\x64\x3e\xb4\x34\x71\x2b\xe4\x84\x6f\x8b\x32\xc8\x73\x4f\x70\x30\xd4\x90\x2c\x73\xe1\xc9\xa6\x73\x76\x6d\x8c\x05\x69\x0b\xe7\xf0\x8b\xbd\x02\x3b\xaf\x0d\x7a\xc2\x94\x29\x50\x1e\x93\xb4\x9e\xc0\x23\xe7\xee\xd8\x18\x80\x8b\xd4\x5f\x7d\xe0\x3b\x18\x27\x59\x55\x0e\x5d\xa1\x42\x95\xda\xb3\x3b\xa0\xf2\x5b\x5b\x5c\x20\x02\x78\x90\x15\xa5\x20\x93\x31\x35\x69\x33\x7d\x3e\x3c\xd9\x5b\xda\x22\x4c\x7e\x65\x0a\x80\x7a\x80\x8b\xd6\x9d\x8e\x13\xbc\x3e\x9c\x23\x4a\x1c\x09\x67\xaa\x44\x81\x5e\xab\x12\x6b\xbc\xac\xad\x84\x0d\x3e\x93\x07\x62\xec\x9f\x29\x4a\x7e\x2f\x48\xaf\x8a\xdd\x66\xb8\xc1\x26\xe2\x9d\x97\xe4\x67\x52\xa1\xbc\xb0\x27\xf8\xbc\xb1\x79\x5c\x97\x65\xd2\x66\x2e\xb5\x49\x05\x78\x5f\x7c\xb1\x42\xf9\xa1\x1c\x4d\x88\x53\x20\xc1\xe5\x59\x7c\xca\x15\xf6\xfb\x2a\xcc\xde\xed\x08\xb2\x82\x50\x9e\xb8\x06\xfa\x11\x31\x70\xef\x34\x4b\x1a\xe8\x0b\xeb\xd9\x1b\x15\x97\x7c\x5d\x89\x07\x59\xdc\xe0\xba\xd2\x32\x69\xa0\xaf\xdb\x64\xaf\xd3\xca\x3a\x79\x5a\x03\xbe\x6e\xb6\x81\x19\x11\x2c\x93\x06\xa8\x6f\x25\xb3\xd3\x02\xe6\x89\x50\x5e\x78\xa0\xe7\x05\x62\x2b\x97\x59\xd2\xc0\x17\xf6\x67\x35\x7b\xc3\x32\x85\xf6\x54\x28\x2b\x70\x84\x3b\xe5\x15\x42\x2a\x95\x79\xd2\xa0\xab\xd7\x76\x3f\x7b\x9d\x19\x68\x85\x07\x5a\xe6\x81\x56\x96\x49\x03\x1a\xe8\xee\xea\x86\x8b\x36\xca\x8b\x57\x38\xb9\xb6\xbc\xc6\x7e\x63\x3e\xcd\x45\x1b\xda\xcd\xfa\xea\x55\x54\xcd\x1d\x6b\x7c\xc7\x2a\xdf\xb1\xb6\x4c\x1a\xf4\x84\xc3\x71\x07\xe2\x0f\x33\x89\x90\xad\xdd\x8f\x90\x68\x13\x87\xd6\x52\x9f\x73\x89\x72\x80\x56\x9a\xf5\x10\x42\x55\xf0\x97\x2f\xfa\xe7\xe3\x9c\x69\xe5\x9a\x08\xef\xcc\xe4\x8e\x56\xa8\x13\xc9\x2d\x5c\xf3\xce\x9c\x33\xf6\x0a\x24\x67\x3c\xf6\x77\xd5\x5d\xd4\xde\x24\xac\x43\xcc\x82\xa9\x35\xd2\x27\x68\x43\x5b\x98\xff\xf5\x2d\xa3\x64\x1b\x5b\x8e\x0c\xb1\x0d\xab\xbf\x9a\x35\x58\x2c\xb0\xb9\x7e\xac\x10\x01\xec\x5c\x96\xf0\xd2\x9d\x97\xed\xf4\x6f\xda\xe2\xf4\x5e\x71\x78\xa2\xbc\x0e\xeb\x02\xda\x79\xfd\x60\x7a\x13\xaa\x6c\x7e\x79\x03\x6f\xda\xc9\x77\xb4\xa2\xea\x0a\xb1\x91\x55\xc2\x84\x29\x21\xe2\x0f\x5c\x2d\x25\x27\x2d\xfa\xb9\x82\x1d\xbb\x2f\x88\xb2\x6d\xbd\x65\xf2\x0a\xad\x5f\x54\xb8\xcc\x19\x14\xe0\x42\xd0\xce\x33\xe5\x32\xeb\xe0\x5f\x73\x98\xe8\x78\xa2\xa7\x10\xbf\x90\x50\x7b\x62\xc0\x80\xb6\x3e\x67\x92\x42\x13\xba\xaf\x00\x40\x43\x2f\xb7\xa6\x90\xf8\x84\x94\xa0\x9d\x6a\x30\xa6\x64\x1d\xb4\xf3\x75\xa9\x0d\x34\x02\x6f\x9c\xaa\xfa\x2a\xf5\x04\xd4\x06\xb2\xd9\x2d\xfe\x9b\xb4\xaa\xa3\x14\xa2\x28\x73\x94\x97\xee\x16\xa0\x3b\x9d\xb1\x48\xfb\x17\xfc\xef\x1d\x00\x0a\x62\xd1\x35\xdb\x31\x50\x14\xc5\x87\x69\xfb\x2a\x01\x70\x94\x1f\x00\xed\x7e\x37\xa1\x27\xa8\xc9\x13\x29\xcc\xfe\x31\x80\x94\x7a\x34\x98\x53\x7d\x60\x01\xe1\xa9\x5f\x7a\x85\xca\x6c\xd9\x05\x59\xdc\x31\xca\x55\x21\xb4\xae\xdc\x13\x2d\x4c\x25\xa8\x80\x36\x81\xfe\xef\x90\xa0\xa8\x85\xb3\xfb\x34\xc3\xba\xed\x4d\x77\x29\x2f\x88\xfa\xd5\x86\x71\xde\x33\xd4\x70\xdf\x8e\x41\x86\x17\xa4\x72\x53\x3d\x36\xca\x44\x63\x44\x5c\x20\xa9\xe2\x4c\x1f\x15\x6f\x67\x5a\x77\xb3\xe1\x5e\xf7\xc6\x04\x75\x56\x78\x64\x5f\x88\x2e\x78\x86\x28\xa1\xfb\x0c\x1f\x22\xbd\xe7\xc9\x1a\x9a\xfe\x74\xdd\x36\x07\xf5\x27\xe0\x09\x75\x91\xb8\x9a\x43\x53\x1e\x25\x29\x99\x26\xce\x9b\xe9\xd9\x99\x5a\x78\xab\x18\x7e\xf1\x0e\xbe\x01\x02\xc5\x50\xaa\x4d\x89\x2c\x0b\x3f\x35\x52\x9b\x38\x2d\x28\xc5\x1c\x4b\x19\x47\x3f\x73\x84\x98\x54\x6e\x6e\x8d\xff\x49\xef\x12\x95\x89\xf5\x6b\x0c\x0e\x71\x60\x08\x7f\xe6\x1b\x0c\xa9\x36\x2b\x7c\x20\xb3\x84\xcb\x7c\xf4\x45\x57\x9b\xcc\x91\x2c\x52\xd1\xb8\xcc\xaa\x08\x38\xe2\xee\x5e\xb9\x9b\xd4\x41\xde\x19\x84\xf9\xa4\xed\x12\xe7\xec\xb4\x2d\xca\x8c\x2b\x67\x1e\xef\x94\xb2\x1e\xc0\xc6\xf6\x17\xc4\x67\xa8\x3c\xac\x2d\xb3\xe2\x7f\xb3\xb8\x5a\x61\xfa\x42\xbb\x25\xeb\x58\x5f\xa3\xe9\x02\xcc\x5e\x2b\xae\x05\x8f\xf5\xaf\x1e\xd2\xe7\x5d\xd8\x45\x9d\x06\xc6\xd2\x24\x33\x72\x50\xfc\xc8\x1b\x0a\x4d\x6d\x39\xeb\x8f\xec\xe3\x82\xf2\x3f\x55\x79\xae\x4a\x58\xd6\x38\xa2\xde\x28\xda\x53\x42\xe1\x9f\xbf\xb0\xab\x03\x60\x97\x5c\xa4\x2e\x72\x6d\xc6\x1a\xe7\xe4\x9d\xa0\x2b\xbc\xa6\x1c\x12\x2b\x5a\xcf\xaa\x0d\x9a\xd1\x01\x93\x00\x46\x7b\xa2\xe9\xf9\x3e\xea\x65\x69\xdd\x4f\x40\xe9\xd2\xa9\x2e\x98\x27\x61\x0f\x6f\xd6\x1e\x23\x80\x37\xd8\x83\x26\x62\xbf\x06\x6c\x6d\xd0\x26\x94\x3a\xe7\x08\xb7\x26\xcd\x49\x6d\x5a\xe8\xbd\xe6\x99\x54\x25\x23\xa9\xb7\x3b\x22\x0d\x13\x33\xf8\x4f\xc2\x22\x61\x7d\x36\x2a\xaa\xe1\x4e\xfb\x5d\x9b\xc4\xcd\x91\x90\x47\x44\x09\xcf\x69\x58\x3b\x40\x5b\x2b\x74\x18\xac\x5a\x4a\x30\xce\xab\x2b\x5c\xd4\x52\xef\x55\xb1\x40\x46\xa9\xa4\x2c\x72\xb0\x2b\x17\x6c\xad\x96\x58\xb2\xbe\xce\x96\x3f\x7d\x28\xe7\x72\x82\xe5\x14\xde\x05\xa5\x93\xba\x28\xb9\xa8\x1e\x50\xd9\x70\xc0\x05\xb9\x4b\x74\x56\x45\xf2\x4c\x44\x13\x3d\xe6\x6f\x1d\xf1\x55\x7d\x3e\x3c\xc3\xe1\x21\x37\xdf\x58\x7c\x5f\x77\x51\x8b\xcb\xf1\xa9\xf7\xe9\x81\x49\x0c\xbc\xf4\xb9\xce\x99\x8b\x3d\xea\x3e\x09\xff\xff\x8b\x76\x5c\x14\xd2\xdc\x84\xbe\xcc\x8d\x4c\x1f\x25\xab\xe0\xfa\xd6\xe9\x06\x7d\xad\x70\xa4\x1b\xb8\xc2\x3d\xc8\x64\xfd\x74\x31\x16\xfb\x01\x86\xc0\x00\xd6\xd0\x18\x4f\xab\x4e\x72\x36\xff\x31\x3b\x54\x75\xf8\xc6\xec\xf8\xc2\xd9\xfd\x18\x8b\x79\x32\x7a\x0f\xa9\xc7\xf3\xe2\xf2\x80\xb8\x82\x7d\x1b\x4d\x66\x7b\xa2\x4a\x05\x36\x17\x05\x73\x84\x12\x66\x81\x31\x3f\x09\xbe\x8e\xa9\x1d\xc8\x88\xbf\x78\xde\xf4\x44\x13\x1c\x8b\x6a\x73\x25\x09\xd6\xfa\x9e\x5b\xfb\xc0\x2a\xb1\x25\x40\x98\x84\xf8\xaa\xca\xfc\x42\x6d\xf5\x7e\x4b\x1a\xa3\x45\xb8\x01\x76\xa0\xc4\xa5\xc5\xdf\xe0\xa6\x03\x8f\x32\xbe\xc1\x6b\x87\x60\xc0\x94\x45\x59\xff\xd5\x49\x25\x98\xe1\xce\xba\x83\x90\x3b\x95\xd9\xc0\xc3\xc3\x47\x10\x4a\x05\x2a\x4c\x2d\xa4\x5f\xf8\xef\x05\xfe\x26\x3f\xc7\x17\xf9\x39\xe8\xf0\x2a\x75\x78\x2b\x8d\xff\xa3\xaf\x27\x39\x9d\x83\xd8\xd8\xb3\x5a\x08\x0f\xb7\xb7\x43\x08\x90\xab\xb4\x9c\xe0\xc9\xeb\x6d\x98\xaf\x67\xbd\xc7\x8e\xd5\xc2\x46\xd9\xed\xa5\x8f\x3e\x20\xb2\x47\x8f\x10\x1d\xe1\x36\x5b\x4d\x40\x54\x8e\x88\xd0\xa1\x21\x63\xf8\x4c\x72\x33\xd1\xc1\x6d\x9c\x13\x23\xde\xd9\xd5\x19\x32\x53\xe6\x02\xff\xe3\xcb\x8e\xd2\x95\x96\x49\x0a\x15\x18\x3e\xc0\xf1\xb8\x88\x4b\x74\x6e\xf9\x2a\x10\x86\xc3\x2a\x0e\x8e\xe4\xc8\xad\x50\xbd\x9e\x41\x75\x94\x67\x72\x46\xfb\x79\xc5\x04\xe6\x71\x16\x2c\x81\x41\x02\xd5\x32\x39\x8a\xa0\xab\xa7\x15\x7b\x19\x70\xf2\x8f\x6b\xb4\x88\x1c\xb0\xa1\xe3\x70\x4d\xa8\xc5\xc1\xfe\xc3\x98\x89\xea\x62\x15\xc9\x42\xe4\x38\x05\x42\xe0\xf9\xb3\x2f\xd4\x3d\x3d\xc3\x51\xe6\xeb\x44\x4e\xa6\xf2\xa9\x7c\x2b\xfa\xb1\xd7\x3f\xfc\x4a\x6a\xcb\xfb\x6a\x70\xf9\xb5\x66\xc9\x24\xfa\xd2\xdb\xd9\x73\x5e\x2c\xfc\x97\xb4\xb0\x3a\x0b\x72\xc8\x8d\x48\x67\xf9\xa0\x24\x92\x27\x3e\x43\x8c\x7d\x20\xe2\x64\x02\xaf\xea\x44\xcf\x88\x33\xd5\x7a\x83\x16\xb1\x55\x74\xbf\x96\xb5\x12\x58\x06\x2e\x0e\xf6\xc9\x7d\x13\x32\x98\x8d\x82\x24\x17\x87\x52\x4b\xd9\xb9\xfe\x8a\x85\x05\x86\x37\x6f\x77\x96\x99\x7d\x7e\x20\xc4\xb0\x89\x45\xd7\x49\x2c\x6d\xd2\x6a\x96\x36\x89\x6d\x71\x87\xde\xc9\x8b\x3b\xd0\x1d\xd7\x58\x71\x38\x30\xdc\xf0\x40\xa0\xb0\x11\xf6\x11\x79\x6a\xfe\xea\x4e\x2a\x90\x13\x92\x2b\x3e\x07\xf8\x67\x65\x0b\x33\x7b\x2a\x59\x9c\xdd\x17\xb3\x21\xf8\x15\x28\x24\xda\x08\x78\x40\x66\x96\x1f\x7d\x00\x10\x36\xc0\xd2\xb0\x5b\x12\x5e\x82\xf8\x84\x8f\xe7\x77\x38\x23\xbe\x8e\x65\xbf\x90\x41\xc5\x8e\x3f\x23\xe5\x96\x28\x64\x40\xa5\x14\xda\x62\x8e\xfc\xe9\xee\x81\xd3\xa6\xea\xe4\x9c\xf3\xcb\x2d\x8b\xdd\x91\x84\x89\x39\xa6\x4c\x31\x7c\x0e\xf3\x1f\x29\xfb\x57\x09\xdf\x07\xb5\x3e\xf2\x8b\x89\xce\xe9\x7c\xfd\x1b\xa9\xe0\xbf\x68\x69\xef\x7e\x50\x00\x14\xd1\x72\x2f\x2f\x99\x96\xee\x14\xc2\x11\x98\x42\x44\x6e\x3f\xf0\xb0\x11\x64\x29\xb3\x98\xf7\x12\xa0\x0f\x17\x9b\xfe\x45\xbe\x7a\x24\xc1\x68\x2e\xfa\x11\xb2\x03\x07\xe7\xaf\xf4\x43\x6c\xae\x1f\xc2\x59\xdb\x19\x69\x32\x3d\x72\x1d\xb0\xfd\x3c\xdd\xce\xa8\x9d\xe8\xdd\x43\xd4\x65\x82\xad\x6d\xc4\xc1\x6e\x67\xf5\x90\x20\x19\xbd\x88\x7c\x9f\x76\x35\xa7\xd7\x90\xfb\xc4\xe4\x42\xbd\x05\xa2\x93\xa3\x25\xfe\xef\x72\xb3\xc5\x4c\x6b\x29\x6a\xaa\x1e\xa0\x95\x96\x50\x71\xf8\xbd\x58\xb6\x93\x03\xae\x10\x83\x59\x25\xb3\x38\xec\x8a\xca\x34\x71\xd0\xa5\x2b\x9e\x22\x58\x78\xd4\xb3\x5e\xe7\x5e\x7e\x4c\x3b\x4f\xcf\xf0\x7d\xc4\x43\x58\x9f\xb9\xba\x31\xf0\x04\x9b\x78\xd1\xd8\xc8\xbd\xc8\xe1\xe5\x55\x65\x03\xeb\x1d\x14\x70\x1d\xc3\xa7\x32\x43\x14\xad\x05\xd0\x05\x09\x69\xb7\x82\xe4\x2a\xae\x1a\xb1\x95\xcb\xa1\xc9\x9f\x56\x15\x39\xad\x32\x27\x17\x45\x3d\xd0\xf9\x56\x9e\x18\xdf\x9c\xe3\x38\xaf\xe1\x88\xa4\x48\xac\xa3\x3f\xd2\xf7\x35\x7d\x18\x8a\x44\xb6\x7d\xff\xfe\xa3\xeb\x50\xc5\x5d\x13\x61\x20\x95\xf9\x7b\x87\x0e\x40\x09\x0f\x78\xe0\xa3\xcc\xb3\xb0\x74\xc1\x0c\xa6\x60\x6e\xb9\x7a\xeb\x81\x40\xa5\xb8\xc9\x1d\x1f\xfd\xa2\xa3\x2e\x53\xd1\xe9\xc6\x5a\x34\x10\x0f\xea\x2b\x4d\x10\x39\x19\xbe\xf4\xd7\x96\x18\xb2\x55\x02\x1c\xf6\x96\x43\x6c\xe3\xc7\x36\x05\x17\x26\xb2\x84\x56\x2d\x59\xc6\x83\x8f\xf5\x65\x3f\x9b\x50\x52\xd9\x56\xe5\xbf\x78\xa3\x11\xee\xb2\x48\x1d\x0f\x72\xf4\x10\xea\xbe\x40\xef\xdf\x79\xfb\xc5\x1d\x44\x07\x37\x50\x07\x19\x72\x4c\x1e\xc2\x41\x3d\xd6\xce\x29\xd0\xd4\x0a\xa5\xcf\xdf\xb4\xc9\x41\x70\x5c\x2a\xf9\xa8\xa8\x2c\xe2\x8d\x3f\x7b\x5c\xd1\xc4\x06\x33\x80\x1b\x98\x90\xb2\x36\x03\x67\xe4\x0b\xb5\x5f\x0d\x68\x57\xcb\x82\xbb\xd0\xbf\x31\x3e\x08\x3b\x62\xf4\x37\x32\x44\x3f\x2a\x87\x51\x3e\x92\xd0\xf5\x81\xa5\xb5\x16\x35\x23\xaa\x4b\x1b\x6f\xdc\x44\x30\x4b\x81\x1a\xbd\xfa\x15\x25\x86\x43\x80\xc2\xee\xea\x36\x4a\xb6\x89\x52\x8b\x4e\x84\xdc\xde\xe3\xb1\xcd\xc6\x10\xa3\x74\xf5\xab\x24\x97\x8e\xc3\x91\xd9\x75\x85\xbd\xa4\x7a\x91\xec\x24\xe8\x0e\xf5\xf2\x7b\xe6\xf7\xde\x13\xea\x31\xc2\xde\x43\x50\x39\x75\xa7\x55\x17\x5a\x29\x23\xa1\xee\x1b\x01\x9f\xd2\x1b\x64\x33\x48\x9d\x39\xb1\xdb\x4f\x1b\x6f\x77\x67\xa4\xeb\x10\x63\xf4\xfd\x94\xd3\xaa\xf5\x6d\xee\x98\xd1\xc5\xd5\xcd\xee\x2b\x5b\xbe\xa6\x27\xd4\x5d\x75\x9b\xba\x46\x25\x7d\xf1\x3a\x1d\xea\x55\x61\x52\x2d\x75\xfb\x49\xd4\x36\x67\x38\x11\x99\x0d\xd0\x2a\xa3\xdf\xf0\xff\xd7\x09\x5e\x9f\xee\xb9\x8a\xef\x1b\x68\xa9\x80\x0b\xb3\x1b\xb5\x6d\x7f\x82\x21\x55\x42\x2b\xa6\x6e\xab\x8d\x52\x2a\x1a\xb3\x37\x77\x02\xe6\xd9\xfa\xc5\x0d\x76\x8a\xfb\xee\xb4\xbe\x93\x1d\x10\x6f\x81\xf7\xc0\x15\x3e\xe4\xc1\x6e\x0b\x3b\xbc\xb1\x48\x17\x55\x0c\x51\x7e\xcd\x7c\x5d\x66\x64\x9b\x6d\x4c\xe7\x83\xd5\x3d\xd0\x13\xca\xc9\xa6\x01\x58\x17\x06\xad\x76\x4a\x97\x9c\x2f\xb8\x04\x0e\x3a\x84\xa0\xe1\xf1\x34\xbf\x69\x55\x20\xf9\xa6\x4e\x39\x46\xe4\x42\xb1\xa1\xf9\xee\x49\x7e\x8d\xc2\x80\xf3\xb5\x02\x3b\xa5\xf2\x42\xb3\x8c\x70\xce\x6b\x4d\x25\x2a\x0c\x9c\x39\xdd\xfe\x8c\x6b\x2f\x9e\xf9\x65\x23\x64\x29\x3a\x7c\xe8\x88\x06\x4b\xea\xc0\xb9\x70\xd4\x94\x6e\x21\xbe\x8c\xbf\x8c\x32\xac\x4c\xf0\xde\x16\xea\xb9\x82\x8b\xcb\x64\x5f\xf7\x93\x5f\xa4\x6b\x84\x70\x64\x4c\x55\xe4\xeb\x3e\x21\xb9\xce\x27\x26\x1d\x57\xf1\x0e\xa0\x5c\x8e\x1a\x6c\xa0\x69\x4c\x90\x9a\x43\x4a\xa5\xcb\x3e\xde\xe9\x16\x86\x6e\x13\x88\xe6\x87\x06\x58\x54\xea\xf4\xdf\xa8\xb5\x61\x13\x2f\xb7\x61\x37\x2e\xa5\xb1\x7f\x55\x08\x00\x6f\xd7\x24\x77\xc9\xa5\xf8\xe6\x28\x73\x31\xd4\x97\xb9\xc2\x2b\xe1\x75\xa1\x0d\x0b\x6e\x5a\xe0\x5a\xd1\xb6\x03\xa3\xc8\x12\x44\xa8\xc6\x93\x5f\xc7\xe4\x57\x24\x58\xdc\x2b\x98\xa8\x6e\x1d\xd3\x77\x48\x5d\xb3\xc2\x93\x5e\xf0\xa4\x53\xca\x7b\xb7\xc4\xbe\xc5\x08\x23\x47\xd8\x48\x20\x3f\x20\x9e\xe3\x4d\xa8\x85\x6a\x47\x48\xca\x45\x29\xac\xbe\xbe\x8e\x94\x09\xbe\xd0\xaf\xb1\x10\xa7\x8a\x0b\x00\x66\x09\x9f\xd9\x09\x9d\x26\x12\xe0\xfa\x18\x5c\x8d\x7a\xf6\xa9\x24\xfb\x9d\xb9\xb3\x5f\xb9\x90\x4d\x0a\x48\x5d\xc8\xd0\x5f\x2f\x9f\x14\x92\x35\xa4\x1b\x27\x92\x5f\xc6\x10\xb4\xb5\x61\x38\x14\xf6\x92\x60\xfd\x6c\xea\xf6\xf1\xe5\xcc\xed\x04\x34\xd2\x15\x29\x25\x3b\xae\xc3\xd2\x31\x95\xe8\xd9\x07\xd8\x31\xac\xc9\x4e\x88\x15\xb7\x9f\x83\x0d\x2c\x42\xed\x98\xcf\x44\xcf\xa5\x22\xc0\xed\x52\x17\xbe\x99\x3e\xfd\x57\x23\xb9\x31\xd0\x67\x36\x92\x4f\xad\x10\xbc\xdb\x92\x31\xca\xd4\x12\xeb\x1a\x50\x95\x0a\x1b\x4f\xfc\x82\x67\x92\x13\x1a\xa7\x00\x34\xeb\x91\x10\x4a\xf8\x7e\xcb\x21\xd3\xd9\x05\x2e\x6c\x59\x99\xc1\xca\x2b\xcf\x2c\x60\xe0\x02\xbe\xa4\x79\x06\x13\xa1\xa3\xb7\x98\x4f\x1c\xe5\x69\x99\xe3\xe2\xc1\x06\xb0\x6c\x7f\xde\x60\x2c\x66\xa2\x82\x16\x8c\x0a\xda\xe1\x32\xfd\x00\x21\x89\x05\x2e\xf5\x1b\x67\xc4\x11\xf6\x60\x04\xf2\x1b\x7b\x36\xb5\x72\x14\x07\xc9\xf8\xeb\x13\xb8\xa1\x0a\xe5\x85\xb6\x49\x5b\xd4\x41\xeb\xc0\xfc\xb6\xba\x1b\x57\x78\xec\x03\x2c\x81\xec\xd5\xdd\x72\x34\xa8\x56\xb3\xe2\x49\xef\x54\x91\x4a\xef\x1e\x89\x67\x8e\x7d\x2a\x06\xf8\x4a\x09\x1e\x3d\x03\x6a\xdd\x33\x56\xcf\xe7\x2c\x5c\x7f\x49\xb7\x53\x15\xd5\x22\x2b\x03\x5f\xfe\x0a\x2e\x55\xbf\xe4\xc5\x37\xcb\x3c\x11\x27\xc2\xba\x14\x54\x17\xe3\xc2\x09\x71\xfe\x70\x84\xa2\x63\x23\x21\x5e\xea\x68\x2b\x26\x73\x4e\x3b\x83\x13\x26\xac\x53\x54\x80\x76\xd3\xa9\x9c\x33\x06\x37\xc2\x51\xb2\x7a\xbf\x57\x7c\xb0\x41\x90\x14\xfb\xbe\xc6\x3b\x76\x0e\x6f\xcf\x2f\x9c\x11\xcb\x30\x83\xf8\xfb\xe7\x74\xb4\x05\xd3\x00\x04\x5e\x98\xcb\x23\xba\x8d\xba\xcf\x61\xa0\xc3\xe8\xc2\x90\xc0\xd4\xf9\x81\x70\x2a\xd2\x8c\xeb\x5f\xee\x87\x39\x73\x45\xa7\x81\x25\xb9\xbe\x30\xdb\x33\x99\x0d\xdf\x60\xcc\x81\xf2\x3f\x08\xbe\xf2\x9e\xb0\xbe\xeb\x80\xe6\x77\x2d\x16\xe7\x9e\xb0\xdf\x1b\x27\x26\x7a\xa2\xff\xed\x17\xfc\xe6\xa5\x3b\xe1\x3e\xb9\xde\xe0\xf2\x6c\x98\x47\x49\x76\x63\x0b\x58\xa0\xbc\xda\x8a\x62\x09\x15\xc8\x37\x3c\xa8\x25\x8e\x45\xe8\x9a\xef\x79\x47\x58\x21\x28\x01\xbb\x0a\x57\x5b\x20\x3f\x43\x8e\xfb\x8c\x65\xf1\xa5\x48\x91\x43\x54\x3d\xba\x11\xea\x28\x32\x5e\x50\xb7\x73\xb5\x05\xcc\xfe\xde\x19\x66\x76\x78\x2a\x62\x02\x9b\x07\x58\xd3\x5b\x16\xd4\x2b\xf9\xe3\xf4\x50\xb8\x4b\x7c\x15\xbb\xee\x1f\x26\x89\x31\x7c\xe9\xa9\x72\xe2\xe9\x70\x2a\x49\x51\x4d\xda\x36\x56\xd2\xc5\x77\x1b\x49\x81\x82\xef\x84\x27\xe0\x3f\x3b\xc9\x9f\xdd\x9b\x7f\x8e\xcc\x9f\x43\xb2\x3d\xf8\xcf\x61\xf2\xa7\x56\xfd\xcc\xdf\xfd\x9b\x7f\x7e\x99\x3f\xa9\xb0\x14\x91\x71\x39\x5c\x79\xff\x93\xff\x5c\x4b\xf3\xf7\x42\x52\xe5\x8c\xa5\x64\x59\x48\x0c\xd9\x01\xb6\x2b\x37\x7f\xbc\x17\xde\x73\xb2\x8d\x8d\x97\x70\x8c\x74\x56\xfc\x3f\x12\xe3\x15\x2a\x82\x76\x03\xc8\x99\x5e\x40\x7e\x86\xc1\xba\xcc\x99\x55\xa4\x26\x08\x12\x75\xf0\x65\x01\xc5\xc3\xb6\x2d\x62\x8b\x43\xf8\x69\x51\xb6\x90\xbc\x09\xbc\xb0\xc9\x93\xb2\x95\x07\xbe\x63\xf9\x62\x25\xb0\x06\x8f\x83\x04\xb3\x7b\xdc\x97\xee\xef\x86\x72\x86\x81\x98\x01\xd1\x45\xfa\x62\x72\x7c\xf4\x48\x75\xec\xe8\x0d\xed\x2e\xe4\xfc\x9e\x0b\x76\xff\x2d\x3e\xad\xaf\x13\x51\xaa\x76\x0c\xbb\x12\x1f\xe5\xf5\xcf\x3b\xe3\x0a\xbf\xee\x22\xfa\x00\x94\x37\x19\x27\x9a\xbd\x5e\x9c\x9f\x42\xbf\x40\x27\xbf\x57\xe6\xd9\x9b\x6b\xb8\xbc\xf6\x40\x04\xb8\xd9\x7f\x63\xa2\x2b\x70\x4a\xfb\x2a\xf3\xaf\x2f\xfc\x06\x46\x03\x6e\x9e\xe8\x6c\xb8\x42\x0d\xb9\x8e\xb0\xcd\x08\xce\x14\xfe\xcc\x77\x45\xa0\x0a\xaa\x5a\xb4\x8d\x06\xb9\x82\x8f\xd7\x3d\xd4\xf0\x9a\xe0\xdc\x20\xa9\x8c\x27\x1c\xb7\x78\x92\x8b\x77\x29\xcb\x7c\x49\x64\x5d\xb6\x38\x96\xf1\x55\x9f\x98\x0d\x98\x9c\x74\x03\xbd\xe4\x5f\x8c\x30\x80\x0b\xee\x89\xab\xad\x19\xc6\x03\xfb\x65\x71\xe2\x4c\xe9\x88\xb6\x84\x17\xe3\xcc\xa3\xcc\x6d\xa0\x9e\x73\xac\x5e\xc2\x9d\xc5\x12\xb3\x7e\x82\xa8\x6b\x91\x1b\xdb\x99\xaa\x2d\x06\x38\x28\x70\x09\x86\x52\x9d\x62\xa3\xef\x3f\x44\x05\x06\x2b\xfa\xa7\x32\x49\x8a\x9d\x5c\x80\x2c\x1b\x0e\x3e\x1f\x25\xfa\x84\x3f\xa1\x08\xa2\x09\x69\x9f\x67\x36\x34\xc3\x69\x33\x3d\x0f\x2d\x09\x6b\x15\xf3\xe3\x98\x81\xf7\xcc\xb8\x69\x32\xe0\x95\xe8\x56\x2e\x6c\xcb\x98\x25\xb7\x25\xbf\xab\xb7\x73\xcd\xaf\x84\x1c\xf4\x00\x4e\xba\x5e\xc0\xc4\x90\x99\x2b\x5c\x5c\x41\x1d\xfa\xe4\xd9\x20\x65\xa2\x49\x03\x38\xca\x90\x47\xd8\x8b\x2f\xa5\x81\x92\xf2\x10\x5e\x18\x21\x69\x20\xc9\x3b\x40\x26\xbb\xaf\xe4\xaa\x52\x7d\x9e\x08\x27\x73\x3d\x11\xfd\xec\x20\x12\xb9\x84\x1c\x3f\x8d\x3b\xd5\x5f\xc3\xd8\xbd\x10\xdb\xe7\xa7\xa8\xb2\xa5\x4f\xa0\x49\x5a\xa0\x54\xf2\xe2\x59\x5d\x1d\x4d\xfd\x69\xa0\x8b\xd9\x3f\x89\xee\xee\xf3\xba\x2d\x39\xb5\x3f\x63\x5c\x80\x93\x94\xb9\x74\x48\x7e\xa3\x20\x5c\xaf\x84\xed\x11\x5b\x02\x15\xf4\x83\x7a\xb9\x92\xfc\x36\xab\x6b\x08\x96\x06\x2b\x5e\xe9\x3c\x91\x65\x9f\xf6\x87\x35\x25\x5f\xf5\x36\xf8\xb5\xe8\xa7\x32\x82\x77\x5a\x69\xb1\xa1\x26\xae\xe1\xea\x1a\x84\x3c\x9c\xc6\x93\x51\x6b\x91\x1f\x66\x09\xa4\x97\x61\xe7\xc8\x2d\x39\x6a\x6c\xa2\x9d\x1f\x24\xff\x2c\xc0\x52\x8d\x82\xfc\x44\x3a\x4c\x9e\x08\xa3\xf5\xf3\xd7\x91\x43\x49\x01\x59\xad\xd0\x9c\x64\x43\x6e\x4e\x48\x14\x6d\xb5\xd3\x01\x6d\x22\xf8\x57\x8f\x37\x0e\x1a\x78\x1a\x05\x64\x6c\x76\x5a\xd0\xa7\x17\x43\xbe\xaf\x3e\x13\xde\x3f\x41\xb6\x4b\x39\xc8\x4c\xd6\xef\x26\x91\x54\x6d\x1f\xd2\x42\xe2\x4a\x7c\xd4\x21\xa0\xe0\x5a\x89\x5f\xc8\xa9\xdc\x1e\x39\xcc\xed\x9a\x32\xbb\x10\x83\xe4\x05\x30\xe4\x8d\xec\xbf\x2b\xec\xd9\xe1\xb6\x93\x26\x7b\xc2\x29\xc9\xc9\x14\x26\x3b\x9c\xd2\xe4\x4a\x70\xe0\x4f\x10\xfd\x1a\xf6\x11\x46\xb2\xb1\xf1\x6d\xfc\xe8\x75\x4a\xb7\x18\x16\x4a\x5c\x67\x61\x98\xf7\x85\x53\x50\xd5\x32\xf7\xd7\xe1\x3a\x36\x3f\xfb\x5b\xde\xec\xaf\x89\xda\xad\xd3\x72\xaa\x3f\xaf\xa4\xb6\x30\x1e\x46\x88\x4f\x11\x9b\x76\x9f\xb7\xd8\x2e\x44\xa9\x7b\x91\x73\x5e\xd5\x7a\x16\xde\x91\x66\x3a\xc4\x11\xdd\xd5\x3b\xbd\xfe\x7b\xe6\xd1\x93\x38\x11\xdb\x00\x48\x54\x9c\x92\xed\xb5\x51\x89\x54\xef\x9c\x1f\x18\x19\x4b\x45\x7a\xed\xa5\xba\xc3\x95\x5d\xc3\x90\x90\xbe\x72\x97\xbe\xb2\xf8\x40\x53\x43\x89\x89\x4e\x4b\x76\x71\x1d\xbd\x1d\x17\x69\x20\x7c\xef\x0d\x8b\x7d\xc8\x60\xf6\x81\xfa\x55\xae\xce\xcd\x90\x89\x56\xd5\x32\xda\x8c\x13\xaa\x35\xef\x18\xe8\xce\x37\xf5\xd7\xaf\xbb\xbb\x21\x1a\x2b\x70\xf3\x2c\x1f\x60\x38\xe5\x2c\xde\x8d\xf5\xf3\x1c\xef\x69\xc4\x1c\x14\xe9\xbc\xc4\x3b\x3e\x36\xef\x9e\x61\x89\x7b\x09\x72\xc8\x65\x2e\x77\x32\x43\x3d\xd0\x47\x64\x7f\x17\x5b\x6c\xe9\xaf\xa0\x98\x34\x08\xc2\xf0\xb5\x39\xe9\x6d\xc4\x2f\x60\xd3\x3f\x93\x2c\xd5\x4a\x4e\x5b\x88\x63\xbb\xd6\xa4\x3c\x79\xf8\x12\x9f\xeb\xe6\xe4\xdc\x12\x62\x6e\x35\x9a\x56\x9c\x65\x5d\xb3\x9a\x90\xc2\x0b\x99\x9f\xa8\x58\x75\x2a\xca\x25\x7b\x33\x56\xac\xe2\x52\xbe\xb8\x71\x2e\xae\xe1\x4c\x30\xb9\x6c\x3f\x7d\xf6\x9e\x1d\xd2\xc3\x74\x81\x1f\xf2\x8a\x65\xad\xa1\xa8\xcf\x52\xb9\x1d\xff\x26\x52\x1a\xf4\x60\x4f\xe8\x63\x57\xdf\x85\x5d\xa6\xbd\xb8\x6e\x0f\xc6\x03\xaa\xe2\x34\x97\xe1\x21\xf6\x76\xeb\x57\x41\x44\x72\x22\x3f\x16\xea\x99\x03\x02\xe8\xf5\x55\x85\x08\x73\xff\x7e\x30\xea\xe1\xea\x66\x0f\xf9\x81\x18\x40\x74\xf3\x4e\xda\xc8\x3c\x6f\xe9\x37\xcf\x5b\x2f\x53\x28\xe2\xb3\xc1\x5d\xea\xdf\xfa\x83\x6c\x65\x9f\x37\x92\xe6\x81\xd1\x40\x59\x4f\xd8\xec\x32\x8f\x86\xf2\x10\x03\xdd\x61\x43\x65\x1e\xed\xf9\xfa\xd1\x6e\xdf\x57\x3d\x5c\x8d\x43\x3f\x5a\xef\x33\x51\x85\xe7\x70\x00\x0f\x6a\x9c\xd2\xbb\x05\x80\xbf\x84\xb5\x35\x45\xd4\x5e\xec\xab\x88\xb3\x37\x68\x7f\x13\xcd\x0e\xef\x44\x36\x7d\xb7\x2b\x19\x73\x5d\x87\x15\xa6\x59\xa9\xe8\xbb\x79\x8f\x79\x57\xdc\x89\x65\xe6\x20\x98\x18\x22\x69\x8e\xae\x2a\x69\xb0\xee\x49\x46\x7c\x7c\x5d\x21\x68\xac\x58\x71\x89\xd9\x5a\xf5\x07\x32\x32\xef\x19\x7a\xdb\x50\x16\x31\xbf\xfe\x2a\x45\x6a\x48\x4a\x4a\x8b\xb2\x56\xd4\xc1\x18\x59\xa6\xdf\x39\xf5\x48\x89\xaf\x38\x91\x2b\x11\xf8\xb0\x21\x6b\x8f\x50\xf4\x5d\xa1\xda\x39\x14\x3d\x6d\x87\x57\xa3\x9d\xc9\x4a\xf6\xea\x49\x19\x40\xf3\x06\x4a\x2f\x01\x38\x40\x17\xbb\xc4\xbb\x23\xdc\x0b\x89\x03\xf5\xa5\x57\xd8\x1b\xd8\x17\x6c\x36\xd6\x72\x9c\x38\x0b\x03\xbe\xcb\xd5\x3b\xd8\x89\x66\x06\xbc\x90\xf7\x78\x10\x84\x5a\xb5\x34\x7c\xa1\xcb\xc5\x6f\x2e\x36\xe3\x9d\xcb\x3b\x28\x90\x7c\xb1\x27\x1c\xb2\x22\xde\x1a\x04\x30\xb7\xf5\xee\x61\xbd\xff\xfd\x40\x7c\xe1\xd1\x49\x0b\xf4\x07\x7f\x75\xf7\x76\x8b\xee\xee\x8c\xf4\xd0\x89\x93\xf4\xfd\x6f\x87\xae\x37\xaf\x3f\xdf\x2e\x3b\x53\xed\x82\xb9\x9d\x17\xa7\xea\xf9\x58\xf3\x4f\x7f\x5c\xf3\xc2\xe1\x05\xe5\x2d\x7c\xca\xe1\x86\x32\x5b\x64\x9a\x04\xdc\x88\xa3\x2c\x2f\xac\x6d\x17\x33\x58\xf6\x1c\x54\xf7\xab\xbb\x0c\x69\xdf\x78\xf1\x2e\xa0\x35\xa0\x6f\xe2\x4b\xa8\xc7\xff\xfa\x1b\x71\x85\x7f\xba\xf9\x8d\x98\x34\x2c\xd2\x68\x16\x92\x4a\x6e\x07\x52\xfc\xe9\x7b\x59\xca\x49\x13\x21\x33\x33\xd4\xec\xd2\x27\x68\xc6\xfe\xd6\x99\x18\xb1\x5b\xae\x73\xe5\x32\xea\xd7\x40\xcd\x6e\x7d\x28\xb5\x88\xe3\x49\x26\x03\x8c\x4c\x4f\x9a\x48\xfb\xfe\xf0\xf5\x8b\xef\x36\x7d\x93\x5a\xf6\x26\xf8\x96\xc5\xb0\xf6\xc7\x9b\x00\x20\x75\x37\xa7\x94\x83\x41\xfa\xb5\x68\xa9\x5d\xc2\x93\xb6\x64\x1d\xac\x30\xb0\x7b\xcc\x32\xb8\xf1\x28\x00\x8c\x1a\x1e\x9e\x9f\xc3\x50\x2d\xcb\x9c\x4c\xdf\xe3\xea\x71\x44\x67\xce\x96\x61\xa1\x74\x35\x68\x8f\x48\x13\x2d\x1a\xaf\x1a\xe8\x45\xcd\xb2\x44\x09\x56\x01\x7f\xbc\x0d\x07\x84\xef\x5e\xf9\xd0\x06\x84\x04\x96\x01\x64\xfa\x3d\x59\xff\xfa\x5d\x53\x7f\xdd\x9f\xfd\xfd\x98\xf8\xab\xfe\x0a\x57\xfd\x51\x75\xf5\x26\x22\x43\xb7\xe6\xf3\x47\x0f\x8a\xb3\x71\x76\x74\xb2\xc3\x00\xd3\x39\x2a\xf9\xf4\x8e\x5c\x33\x0f\x34\x81\x26\xd9\xa6\x49\xdc\x3b\x36\xee\xb6\x79\xca\xc7\xde\x5d\xfb\x21\xa5\xdd\xbf\xa5\x5d\x7c\xe0\x2b\x44\xb9\x5e\x97\x26\xb5\x88\xa4\xf7\x12\x99\xc7\x1f\x30\xf7\xd3\x4e\xd4\xae\x70\x41\x8d\x5a\x26\xb4\x70\xfb\xa1\x02\xd4\x70\xd7\xb8\x3e\x73\xc8\x8f\x9f\xdd\xd1\x5b\xbe\x90\x91\xee\xb0\x81\x80\x36\x9d\x25\x58\x49\xd7\x34\xc4\x51\x8b\xad\x06\x84\xc5\xf6\xcc\x71\xd0\xa8\xd3\x0e\xd1\x3d\x82\xb3\x61\x58\x49\x5c\xc1\xfa\xf0\x81\x3c\xa4\xaa\x64\xfd\x9b\x43\x97\x66\x71\x8a\x11\x77\xf4\x7c\x11\x57\xdf\x26\x15\xea\xd8\xd2\x5c\x0c\x0b\x95\x94\x13\x26\xed\xb8\x9f\xc1\xcc\xec\x55\xf0\x9d\xfb\x8f\xfa\xe8\xf7\x0d\x6f\x3d\xc7\xb0\x55\x28\xc5\x0d\x47\x7d\xbe\x17\xa7\xf8\x15\x49\x70\xb1\xdc\x84\x2d\x32\x6c\x9d\x39\x84\x8f\x27\xe8\x06\x66\x3f\x26\x6c\xa9\xe1\x06\x9f\x23\xe2\x4b\xf6\x43\x52\x43\xe5\x94\x12\xc8\x0b\x29\x94\xd8\xa0\x80\x41\xb8\x86\xdd\x43\x49\x6f\xa1\x2c\x57\x18\xf8\xdf\x48\x64\xb4\x2f\xec\x93\x84\x6b\x57\x75\x4c\x3f\xd5\x0a\xe1\x60\xed\x87\x1a\x4b\xd8\x7a\x85\x02\x7f\xce\x5b\xe5\xaa\xe3\xbd\xc4\xe3\x9a\x46\x10\xc3\x3b\x20\x78\xe4\xa1\x9c\xf4\x07\x16\xa0\x08\xd1\x19\x75\x75\x27\x95\xb9\xd3\x42\x0a\x97\x97\x3f\xec\x57\x6d\xf5\xc4\xaf\xe6\x7f\xfe\xb4\x4d\xf4\x63\x3f\xb4\x78\x0c\x39\xda\x8d\x9c\xb7\xc6\x55\xbf\xf3\xd4\xc3\xe6\x78\x87\x22\xb4\xaa\x1d\xc8\x53\x39\xe9\x6c\x25\x85\xd8\x4a\xf2\xba\xa8\x9a\xbc\xba\x8d\xca\xdc\x66\x1c\x3f\xe9\x3d\x56\x44\x5c\x31\xa4\x3f\xad\x40\xd9\xae\x72\x6d\x8a\x94\x6f\x30\x22\x12\x98\xde\x11\xa9\xbf\x27\x82\xcc\x51\xd0\xd8\xe1\xb8\x2b\xb6\xb5\x7b\xd1\x04\x8d\x43\x1e\x39\xb0\xb6\xc9\x81\x55\xe6\xa8\x13\x42\x61\x2d\xd5\x7e\xbd\x63\xda\xd3\xbf\xd0\x2a\x8f\xe8\x60\x38\xe5\x67\x0b\x6e\x6f\x40\x9e\x50\x07\x85\x8a\x1b\x83\x20\xdb\xf4\x7a\x17\xa1\x9d\x75\x42\xd6\xfe\x30\xfc\x63\xd3\xf0\x17\x4d\x7f\x0e\xa0\x43\xb0\xa2\x3b\x9e\x9a\x61\x81\x29\xfa\x9b\x35\x66\x26\x84\xe3\x66\x5a\xcf\x1c\x9e\x4a\xb2\xcb\x87\x41\xf6\xf0\xfb\xe1\x37\xf3\xa6\xa6\xf1\xac\x9c\x6a\xd8\xdb\xe6\x65\x38\xb1\x10\xba\xa6\xc3\xae\x50\x17\x75\x46\xbb\xc1\xe5\xaa\x1d\x28\xc5\xe8\xb0\x1b\x17\xe1\xff\xe1\xf6\x49\xdf\xb1\xc8\x77\x2c\x5d\xf5\x74\xb4\xe2\xc3\xae\x70\x1a\x46\x65\x31\xab\x98\xe4\x70\x25\x67\x19\x36\x25\xd1\xc9\xc1\x94\x1f\x06\x8c\x6c\xa6\x83\x71\x36\xf3\xd2\x66\x44\x4e\xf2\xcd\x37\x52\xab\x7a\xa4\x75\x85\x42\x25\xb3\xee\xc5\x1a\x5b\x56\x89\xee\xa2\x90\x5d\xd0\x61\x8f\xc1\x60\x7a\x75\x1b\xd5\xa2\x6c\xe6\x7b\xbe\x0d\x8b\x09\x51\x64\x2f\x18\xfa\x28\xa0\x8f\x3a\x0f\xb5\xb0\xb9\xea\x83\xce\xcf\x2c\x84\x3c\xe6\x88\x4c\x0c\x96\x6b\x3b\x1d\xae\xe0\xb0\x23\xfc\x78\x66\xcb\x70\x45\x4d\x45\xaa\x39\xb1\x53\x7e\xb0\xc4\xeb\x34\x88\x21\x24\x35\x04\xd0\xdd\xa5\x9b\x12\xdd\x8c\x15\x6a\x85\xcc\xb3\xae\x47\xb3\x60\x26\xc6\xe5\xa2\x1d\x77\x04\x45\x49\x4b\x13\xa7\xa5\xaa\xcc\xad\x9d\x67\x5e\xfe\x8c\xcf\xcd\xdc\x95\xc1\xa7\xc6\xe7\x36\x33\x7b\x5d\x47\x38\x17\x19\x8f\x36\xe9\x81\x7d\x7a\xbc\x58\x28\xdd\x10\xde\xa0\x74\x23\x76\x78\xa5\x1a\x2d\x7f\x36\xea\x99\xc4\x1f\xe3\xdd\xa5\x96\x6e\x49\x15\x19\x55\xd1\x41\xb0\xc4\xdd\xc4\x8e\x34\xbe\xb9\x7b\xca\x38\xd2\x1e\xa0\x54\x7b\x7f\x76\xa4\x75\x89\x3a\x67\xf0\x88\x72\x50\xe3\xd8\x4d\xd6\x7b\x4a\x8e\x87\x6a\x84\xe3\x7a\x7c\xc9\x71\x7b\xa9\x8e\x32\xe5\xd0\xa2\x47\xec\x53\x31\x23\x7d\x77\xf5\x70\xe5\x73\xcb\x7a\xcc\xf8\xf1\xfd\x32\xb9\xa1\x14\xbd\xfe\x40\x96\x58\x13\x5d\x36\xc0\xb9\x36\x43\x56\x7a\x75\x6f\xb4\x42\xbd\xae\xb5\x96\xd0\xac\x26\x51\x0e\x5f\xd8\x91\x1d\x3b\xd7\x7c\x53\x1a\x2e\x7b\xbf\x20\x73\x3f\xd1\xad\x01\x3b\x79\xd5\xb5\x2f\xec\x52\xe2\xa7\xf3\x0c\xca\x23\xdb\xd5\xf4\xaa\xab\x00\xe4\x40\xbd\xfd\x8e\xd3\x1c\x3a\x62\x10\xaa\x10\xe9\x57\xf1\x0d\x56\xf0\x17\xe3\x01\x0c\x24\x2b\xfd\x18\xae\x10\xfd\xf4\x6f\xc7\xd4\x5c\xc2\x97\xe6\x0b\x0f\xdc\xc3\x6e\x19\x73\x30\x2a\xe1\x53\x23\xc9\xab\x75\xe3\x13\x94\x97\x72\x4a\xeb\x99\x02\x53\x7d\x48\x69\x3d\x5d\x0a\xbf\xd2\x78\x99\xcd\x7a\x73\xe4\x2d\x10\xf8\xb5\x80\x59\xef\xc6\x38\xc8\x48\xb8\x12\xc3\xe8\x20\xea\x1c\x0e\x02\x2e\x29\x83\x73\x78\x9f\xef\x88\x57\x77\xc9\x44\x56\x79\x8f\x29\x72\x09\x37\x6a\x4f\xe5\x22\x4c\x15\x8c\x70\x68\x24\xbb\x30\xa9\x42\xe5\xfd\xc3\x8d\x55\xa4\x2e\x26\x73\x8a\x29\x20\x9f\x29\xbc\xfb\x89\x92\xb0\x5b\x94\x43\xbd\x2c\x68\x9f\xde\xfc\xe6\xd6\xff\xf4\xb8\x05\x89\x27\x65\x5d\x76\xb5\x61\x6a\xd8\x63\xda\x4c\xe0\x7b\xf9\xc8\xcd\x1f\xbf\x52\xe1\xef\xb9\xfb\x63\x4e\x68\x0b\x09\x11\xdc\xfa\x03\xf7\xf5\x50\xd8\x0d\xae\xe5\xe5\x9a\xf9\x52\x9f\x37\x1e\x0a\xea\xd2\x7c\x03\x5d\xff\x54\x6d\xa7\x49\xad\xe9\xdb\xce\x71\x6e\x99\x99\xb6\xed\xc6\x26\x45\xe9\x73\x87\x2c\x5c\x6f\xbf\x01\x01\x23\x83\x3e\x4f\xb7\xe6\xee\x37\xb7\x21\xc6\xe6\x50\x21\x93\x8e\x13\x7c\x8f\x1b\xe6\xd4\x6c\x20\xab\xd9\x6f\xe2\x7f\x2f\x9d\xb4\xc5\x1c\xe8\x71\x22\x3f\x51\x3c\xba\x91\x5e\xa9\x6d\x0a\x3b\xbb\xc4\xb4\x33\xbe\x70\x1f\xf4\x5e\x26\x9c\x38\x4e\x94\x23\xe3\x3b\x23\x30\xed\xd0\x8a\x1b\x19\x0c\x93\x0d\xfd\x34\xdc\x30\xfa\x8f\xff\x47\x5c\xf9\x31\x19\x4e\x48\xf0\x0a\x97\x8a\x0d\x52\xe1\xc7\xb6\xe0\xac\x13\xb3\xfd\x7b\xf7\x66\x3e\xda\x84\x68\xc6\xd0\xfb\x8f\x71\x30\xee\x04\x98\xdc\xed\xe7\xa5\x5a\x38\x1d\xf1\xe6\x76\x21\xcc\x6d\x61\x7f\x90\x58\xf9\x22\xae\x22\xeb\x1b\x28\xf6\xfe\x86\xb3\xa2\xf5\x98\x56\x72\x0f\x16\xc5\x16\x82\xbc\x43\xa0\x06\x68\x7b\xa5\xed\x7b\x8d\xc6\xc9\x45\x84\xca\xda\xe2\xd7\x97\xba\xbe\xc6\x13\xf6\x4e\x65\xaf\x51\xaf\x49\x6b\x2a\xca\xa2\x84\xba\x3b\x80\xd9\xd0\x47\x53\xf5\x48\x75\x2a\x06\x14\xd8\x5c\xa6\x66\x75\xb0\x43\x91\xd7\x6a\x37\x99\x46\x8a\x80\xdb\x2e\x51\x24\x89\x7b\xca\xd3\x05\xbb\xf3\x07\xa6\xa6\x82\xca\xee\xc6\xde\xcc\xac\x88\x96\xc2\x57\x51\x62\x8c\xde\x0a\x52\x72\x0d\x92\x0b\x77\xfd\x4c\x6f\xdb\x31\x2a\x36\xe3\xd2\xf3\xb6\xf8\x9a\xda\x34\xb5\x4f\x66\x12\xec\x27\x9f\xdf\x8d\x4d\x54\xc4\x8e\xb0\x02\xb0\x66\xf6\x97\xcf\xe9\x01\x50\x68\xf5\x2b\x33\x8a\x88\x47\x41\xef\x69\x78\x79\xfe\xc5\x78\xa9\xac\x4d\xff\xea\x2e\xbf\x69\x4f\xcf\xe7\xdf\x1c\x82\x2b\xec\x43\xfc\x2a\x33\x27\xd5\xe7\x99\x0f\x3f\x22\x55\x56\x51\x41\x74\xfd\x6e\x50\x15\xf3\x92\x7a\x53\x8e\x70\x3f\x13\xcf\xe3\x90\x39\x08\xb2\x1f\x1d\xd7\xb7\x1a\xa4\x5f\xc9\xcd\xaf\xf3\xa4\xe8\xe3\x9b\xc9\xef\x4c\x23\xa8\x25\xd9\xf9\xc2\x93\xbe\xa7\x14\x3f\xd1\x2d\xe2\xe6\x23\x8e\x69\xe4\x6d\xb1\x52\x2d\x2b\x89\x05\x0c\x2a\xcf\x69\x05\xf1\x39\xbd\x9c\x62\x8f\x56\x0d\xf2\x05\x51\x59\xaf\x50\xcd\x1e\x46\x1a\xbf\x16\xad\x53\x55\xb1\x36\x5e\xfe\x97\xe1\x54\xfa\x8b\x72\x50\xc5\x1f\x1a\x0d\x84\xbb\xb9\x56\xb7\xd4\x06\x3c\x8f\x23\x30\x1a\x51\x15\xbc\x2b\xfd\x4b\x9d\xd0\x64\x22\x4d\xb9\x02\xb7\xf2\x9f\x84\x36\xff\xd4\xd4\x2e\x48\xf0\xb9\xb9\xa9\x98\x24\xa3\x67\x40\x52\x07\xd4\x6d\xdf\x40\x7f\xce\xe0\x46\xf0\x0f\xb4\xf0\xe2\x78\xa2\x61\x2a\xf5\xc2\x09\xb3\x3a\xbc\x1b\xca\x13\x2a\xd8\x24\xfc\xe2\xd9\x4e\x29\x58\xc3\x0b\x23\xee\x51\x77\x65\xc5\x0c\x46\x4c\xde\xc5\x94\x4c\x5c\xa2\xcb\x79\x41\xea\x95\x4c\xd4\x90\xa0\x7e\xe3\x85\x3a\x9c\xce\xbb\x48\x35\x0c\xeb\xd7\xaf\xd8\x15\x5e\xd2\x4e\x4f\xc3\x69\x62\x2c\x0b\x0a\x48\x32\xf7\x43\x54\xcb\xa6\x8a\xcd\x51\xfa\x32\xaa\x81\x70\x84\xe4\xc8\x04\x50\x8f\x32\xb2\x53\x27\xf2\xfa\xda\x3a\x05\xfc\x00\xed\x9c\xca\x26\x03\x1d\x75\x2b\x07\xef\xdd\x29\x60\x01\xf3\xdb\xba\x4c\xec\xd4\xee\x6f\x7a\xf3\xe0\xdb\xad\xb1\x37\x23\x36\x68\x56\x74\x24\x3b\x94\x4b\xc1\xfa\x0f\x87\x32\xb1\x79\x2c\x20\xd6\x1e\x95\xf0\x1e\x29\xd3\x07\xa0\x69\x3f\x71\x46\x82\x55\x49\x51\xd5\x4e\xe7\xb1\xf0\x8d\x9a\x14\xfa\xbb\xf6\xfa\xba\x85\xb5\xc1\xee\xd2\x35\x79\x42\xcd\x27\xe4\x61\x4f\xa8\x08\x52\x48\x67\x9d\xfb\xbc\x27\x9e\xdd\x03\xbf\x8d\x58\xd9\x75\xc5\xa0\xc0\xe0\x91\x09\xef\xf6\xb5\xec\x60\x6a\x37\x07\x73\xe3\x5e\x89\xc6\x6b\x0b\xfb\xa0\xd2\x03\xa5\x18\x3a\x1c\x33\x6e\xc0\xb9\x77\x5c\x03\x08\x38\xa6\xa0\x6a\xb0\x2a\x7a\x1d\xcd\x10\x9b\x70\x0e\x17\xac\xa3\x92\x9d\xbc\x88\x3d\xb2\xf0\x8b\x41\xb6\x09\xd4\x3e\xfd\xc0\x9b\x76\x43\xed\xb7\x69\x74\x86\x8d\x62\x58\x44\x2a\x6a\x37\x24\x0b\x91\xec\xfb\x4d\xc3\x24\x82\x9b\x30\x89\x23\x63\x0b\xea\xbf\x80\x5d\xfc\x2b\x8c\xe3\xfc\x80\x99\xcb\xf4\x17\x58\xff\x31\x8c\xa3\x08\xbf\x58\x2d\xd3\x5f\x2d\x19\x5f\x32\x15\x26\x69\xa6\x24\xc5\xcd\x53\x63\xad\x7c\x19\x29\xca\x05\xaa\x08\xa7\x96\x96\xa2\x46\x66\x8e\x0c\xf5\x9b\x53\x89\xc5\x2a\xa7\x59\xaa\x43\x56\xac\x52\x6a\xa3\x39\x32\x82\xc0\x74\x5b\xbf\x11\xb4\x7f\x73\x24\x36\x18\xd3\xa0\x90\x28\x0d\x0a\x59\x77\x39\xc6\x41\x3c\xd7\x09\x9c\xe4\xcf\x40\x94\x6d\x97\x19\x28\x76\x74\xe5\xe6\xef\x81\x28\xfb\x2e\xbd\xdc\x83\x43\xf4\x1f\xc0\x9f\x51\x52\xb8\xd9\xb3\xb2\xf8\x91\xdf\xcb\xfb\x08\xfa\xfa\x02\xdf\x65\xff\x44\x27\x19\x3f\x52\x7e\x8c\xbf\xbf\x5f\xe0\x47\x02\xc2\x71\xbc\xad\x1f\xe3\xa4\x56\xe1\xed\x98\x3a\x68\x4f\xff\xdb\x2f\xf0\xfc\xc5\xe0\x91\x4f\x6d\x49\xcc\x28\xd9\xd4\x13\x6e\x60\xed\x1b\x56\xfa\x01\xd2\xf1\x25\x9e\xfc\xdf\x3f\x40\xcb\x4a\x6f\x58\x5a\x1c\xec\x6b\x69\x07\xc0\xdc\x64\xf3\xac\xa7\x36\xb6\xc7\xb2\x25\x44\xd9\x3a\x4d\xed\xa4\x12\xb9\x7d\xa6\x93\xa2\x2e\xf3\x4d\x22\x09\xb8\xa4\xce\x06\x76\x11\x67\xcb\x04\xe7\x15\x7b\x59\x4a\x9d\x3d\x59\x65\x9c\xdd\xcb\x82\x03\x39\x33\xa1\x57\x59\x95\xd3\x3b\xc8\xb8\x19\xfd\x2e\xca\xe0\x8e\xe3\x5e\xe4\x0e\xa3\x83\x5f\x87\x7d\x1a\xd1\x71\xe0\x0d\x03\xb1\x94\x41\x01\x65\x22\x0c\xb6\x62\xdf\x68\xc3\xf7\x75\x60\x56\x0c\x7d\xa0\x2f\xd4\xc3\xd5\x6f\xeb\x84\x9c\x7c\x4a\x54\x7f\xa4\x8f\x62\x5c\xf0\x53\x2d\x44\xbf\x86\xd4\x90\x43\x06\xc0\x52\x8a\x01\x2c\x9c\x28\x3b\xa2\x0e\x08\xf0\xa1\xac\x33\x48\x7d\xc6\x48\x9e\xa9\xfd\xdc\xb7\x3d\x2d\x3d\xc0\xe0\xa9\x44\x9d\x59\x77\x1a\xf8\xdf\xce\x91\x46\xa4\xde\x9a\x94\x0a\xc7\xe9\x0b\x43\x68\x0c\x17\xca\xbc\xe3\x52\x28\x23\x1e\x74\xfa\x96\x27\xbe\xd9\xb9\x41\x59\xaa\x13\x79\x69\xdc\xba\x7b\x2b\xbe\x3b\x3f\x2d\xb7\xff\x62\x93\xdd\x0c\x62\x27\x5b\x0c\x7a\x41\x03\xe7\x3b\x0d\x44\xa9\xec\x53\xdb\xc5\xef\x46\x53\x6e\x90\x70\x1c\x57\x6e\x0e\xa6\x76\x3d\x18\x6e\x3e\xaa\x65\x07\x13\xc5\x83\x41\x83\xf4\x60\x56\x40\xc5\x8c\x4a\xd8\x90\x0c\x42\xa0\xf5\x37\xa8\x18\xf8\x30\x86\x15\x9b\x80\x23\xbb\x2c\x2e\xa6\x49\xcf\x4d\xb8\x98\x7b\xd1\x6a\xa4\x0f\x32\x75\xe6\x4e\x9a\xc3\xb9\x86\x09\xa8\x40\x3f\x2c\xf0\xf1\x49\x33\x05\x8c\xb1\x23\x79\x68\xfd\x74\xc5\x1b\x77\xb9\x0a\x7e\x1d\xc2\xa0\x67\xb9\x34\xe1\xc0\xda\x1c\xb8\x50\xad\x81\xb3\x34\x8d\x0f\xee\xd0\xca\xe0\x5c\x8a\x75\x46\xc9\x1c\x7a\xbf\x46\xc9\x98\xa1\xaf\xe4\x2e\x7b\x75\xb9\x4e\x28\xa5\x82\x3c\xfd\xe6\x6a\x9e\x8f\xaf\x4d\xf6\xda\x6a\x1d\x3e\xbd\x0b\x81\x7d\x7f\x8b\xb0\xe9\xfd\x1b\xc2\xa6\x69\x96\x37\xd5\x57\x50\x51\x02\x92\x51\x8f\x69\x90\x4c\xf7\x2f\xfa\x32\x8f\xbe\x96\x54\x19\x42\x5d\xfe\x09\xae\x63\xa6\x7d\x21\xa9\x22\x48\x02\xf6\xf1\x98\x79\xf2\x5f\xf0\x3a\xe9\xc7\x8a\xf1\x3a\xef\xbf\x03\xd0\x64\x06\xef\x53\x6e\xd5\x9f\x30\x37\x57\x23\x7e\x04\xe8\xa6\x33\xfa\x31\x79\xde\x5f\x8c\xf8\xfa\xfe\x53\xf5\xc7\x21\x5f\x3d\xe4\xe9\xbf\x18\xf1\x5f\xa1\x92\x32\x57\xfb\xc4\x7b\xfd\xbf\x1f\xe2\xd5\x22\x7a\x0c\x54\x3c\xa9\x06\xc9\x04\x08\xc0\x0a\x14\x82\xbf\x15\x54\xbf\x87\x32\xcd\x9b\xc8\x6c\x85\xb1\xf7\x88\x4e\x5b\xd5\x0c\x94\xa9\x8e\xed\xf0\xea\x2e\xfd\x82\x16\x1d\x4f\x31\x94\x49\x3f\x26\x71\xcc\xfe\x41\xae\x65\xe4\x97\xba\xc8\x69\xf3\xf7\xf2\x6e\xd1\x4c\x85\xd1\x9c\x8b\x2c\xdd\x90\x77\x36\x57\xe9\x25\x17\x42\x5d\x92\x7b\xad\xf4\x1b\x90\xd3\x2d\xd9\x57\xf9\x81\x78\x32\x77\x5e\xd0\x3d\x69\x9b\xdd\xdf\x3a\x73\x0d\x46\x6a\x64\xc1\x48\xb7\x04\x57\x16\x8c\xd4\x45\xfd\x14\x45\x79\x25\x31\xe2\xe9\xa7\x14\x4d\xdf\xa4\x95\xbd\x09\x24\xab\x18\x9f\xfe\x78\x93\x4b\xe6\x26\x3f\x05\xfd\x6f\x60\x55\x10\xfe\x62\x78\xf8\xe3\x4d\x0e\x80\x55\xf1\x4d\xd2\x12\x9d\x9c\x37\x29\x38\x95\x12\x66\x29\xfe\x9c\x27\x45\x25\xb2\x94\x30\xde\xa7\x9f\x0f\xa9\x4e\xd9\x16\x3f\x47\xa8\x4a\xd2\x9c\xbc\xde\x58\xfe\x01\x71\x55\xfb\x1d\xe2\xea\xc7\x6a\x30\xf8\xa6\x33\x65\x7a\xd8\x1c\x59\x8a\x5a\x7f\x89\xb8\xfa\xf1\xe2\xaf\xfa\x0b\x7e\xd7\x5f\xe7\x67\x7f\x3f\xde\xf1\x55\x7f\x8c\xe0\x8a\xfb\xbb\x85\xe0\xba\x9a\xbb\x6c\x0f\x5c\x1f\x91\x7a\x48\x10\x5c\x65\x34\x9d\xc8\xcb\x2c\x55\x38\xd5\xab\x98\x15\xbb\x21\xa5\xf9\x31\xe5\x7c\x99\x9e\xd9\xf9\xc2\x6d\x3a\xe7\x6f\x54\x84\x80\x21\x01\x05\xcb\xa8\x6d\xc5\x08\x95\x0d\x4b\x51\x9a\x2c\xd4\x69\x5e\x50\xf4\x2b\xac\x65\x0e\xaf\x69\x50\x4c\x67\x00\x90\xd3\x9c\xf0\x4c\x02\x7e\x96\x22\x8c\x98\xd8\x6b\x63\x46\xa9\x2d\xf1\xb1\x5e\x44\x06\x98\x0d\x3f\x90\x6b\x1c\x40\x8d\x07\xb3\xbd\xdb\xc8\x10\xe4\x9a\x02\xfb\x3d\xf5\xb7\x95\xa5\x19\x67\xd7\xff\x77\x0f\x5f\xad\x71\x64\x90\x1f\xab\x89\x30\x15\x3c\xf7\x66\x4a\xe2\x6c\x12\x2f\x51\x88\x11\x80\x28\x58\xa9\x3b\x45\xc6\xc7\x55\xc4\x1f\xfd\x4d\xed\xe6\xb3\xf1\xe9\x5e\xca\xcf\x36\xe3\x94\x81\xca\x2c\x45\xd8\xf0\xef\x4f\xd5\x09\x13\x4f\xc4\xcb\x1c\xe5\xe9\xf2\x8a\x6b\x00\xb8\x66\x58\x28\xb0\x93\x38\xaf\xae\xdf\x09\x16\x9d\x79\x31\x4d\xc6\x26\x98\xc9\xc8\xcc\xd0\x9e\x5d\xf6\x5c\xc5\xd8\x11\x36\x58\xd9\x3b\xe9\xf9\xe4\xd8\x83\xcb\x29\xe5\xb3\x1d\x87\x14\x9d\x7c\x5c\x02\x23\xc6\x60\xe9\x7d\x73\x2d\x85\x12\x53\x92\x34\x09\x56\x6a\x41\x58\xa9\x7d\x93\xa9\x21\xd8\xeb\xc8\x18\xac\xd2\x0f\x0c\xd6\x11\xfd\xd8\x0f\x27\xde\x06\xcf\x4d\xda\x46\x9d\xb7\xc3\x55\xc7\xab\x14\x08\x4b\x37\xa2\xad\x15\x80\xb3\xa5\x5c\x36\x92\xee\xb6\x44\xe4\x38\x75\x11\xa4\xba\xba\x91\xca\xdc\x68\x72\x0d\x38\x23\xb7\x08\x5e\xec\xff\x89\xa7\x2d\x36\xdb\xf9\xa2\x7e\xda\x12\x0f\xa2\x8c\xf1\x3a\x6f\x97\xab\x8e\xcf\xa9\xa7\x2d\x37\x8d\x66\x00\xd0\xd9\x49\x46\x8d\xa4\xbf\xb2\x14\xa2\x8e\xe0\xad\x5a\xaa\xab\x3b\xa9\xcc\x9d\xd6\xc9\xe3\xb6\x98\x3b\x76\xe3\xdc\x80\x13\xfe\xaf\x1e\xb7\xda\x34\x70\x42\x1e\x44\xbd\x69\xe0\x84\x57\x1d\x67\xe0\x84\xb1\x82\x74\x62\x38\xe1\xa6\x91\xf4\xc7\x70\x42\xf7\x0a\x4e\xd8\x34\x70\xc2\xd4\x9d\x52\x70\xc2\xc7\x04\x64\x87\xfa\x91\xff\x11\xca\xce\xcd\xa0\xec\x94\x28\xf7\xe3\xc8\x2c\xfe\x7d\x16\x31\x2b\xa0\x7a\x47\x9d\xbf\x5f\x63\xf0\xfc\xdf\x60\xf0\x8c\x42\x67\x7f\xff\xa3\xfd\xba\xce\x01\xf0\xba\x74\x11\x70\x2b\xde\xd6\x0b\x3c\xa1\x2e\xaa\x4a\xa1\xc2\x5e\x94\x6d\x7a\xad\x64\x78\x42\x35\x54\x9d\x9a\x76\x37\xd9\xa6\xd7\x1a\x0b\xa1\xfc\x50\x92\xa1\x6f\xd4\x5a\xad\x3c\x3b\x42\x7d\xa3\x48\x56\x8c\x13\x6c\x36\x18\x74\xdb\x60\x72\x83\x94\xe9\x4c\xb1\x14\x6e\x6f\x8c\xe2\xba\x69\x5f\xc9\x1e\x8f\xfb\xa9\x65\x8f\xa3\x1f\x77\x03\x4f\x46\xbf\x90\xcb\xe0\xf7\x50\x3c\xf8\xbf\xc2\x00\xda\x81\x9c\x56\xdb\x59\x69\x84\x57\x11\xd8\x7f\x8b\xa6\xdb\x18\x34\x5d\xf2\x85\x57\x9a\xe9\x3e\xd5\x54\x5d\x52\x0b\x9a\x01\x77\x99\x26\x76\x4b\x9a\x26\x2c\xe2\xc4\x1e\x03\x89\x68\x20\xaa\xf6\x4f\x80\x3b\x96\x1b\xa2\xca\xc5\x00\xd0\x47\x40\x86\xd0\x1f\x00\x77\x09\x68\xaf\x99\x05\xed\xa1\x0f\x03\xda\x03\x99\x43\xbf\x70\xbc\xea\x83\x8c\x6d\xff\x99\xb9\xf1\x52\x88\xa1\xb0\x85\x96\xdb\xad\x34\xfa\x35\x05\x48\xd3\x8c\x87\x71\xe3\x65\xaa\x71\x0f\x71\xcf\x99\x62\x74\xd1\x04\xc1\xaa\x1e\x13\x0e\x76\xe6\x73\xd6\xcb\x36\xa4\x59\xc5\xd4\x96\xf9\x0c\xe4\x8f\xcb\xf7\x84\xb5\xac\x8e\x51\x23\x46\x92\x0d\x91\xcc\x27\xa3\x53\x0f\xbb\x2d\xe7\x59\xb5\xe0\x23\xd5\x86\xc0\x4c\xbe\x27\x08\x85\x71\x8b\x69\x80\x48\xf0\x34\x52\x82\xa7\x93\xeb\xe5\xbf\x44\xd9\x0a\x53\x94\x43\x83\x06\xd1\x11\x39\x44\xeb\x2c\x26\xb4\x69\x73\x6a\x27\xa9\xe8\x54\x2d\x5e\x7f\xae\xaf\x79\xe6\xfb\x5c\xde\x35\xd4\x24\xf8\x4d\x26\xef\x0f\x4c\xe0\xaf\x1a\x2d\x3a\xc0\xda\x21\xcf\xff\xd7\xed\x56\x1d\x28\x6a\x11\xb7\xf3\x6f\xcd\xa1\xcf\x64\x9b\xde\x82\xfe\xeb\x16\x18\x59\x44\xc4\xe1\xdd\x2d\x9c\x93\xbd\x1d\x43\x1c\x31\x7b\x54\x02\xd9\x29\x58\x3b\xee\xb8\x0b\x05\x25\xd5\x31\x65\xc5\x2a\x2a\xbf\x2d\x6e\x74\xac\x3e\x7f\xd9\x31\xd9\xde\x85\x4e\xe6\xe4\x39\xb9\xab\x1b\xa8\xd2\x5f\x3d\x8e\x01\x65\x9a\xd5\x39\x01\xaf\xc2\xcd\x27\x39\xfd\xe5\x93\x64\xfb\x54\x0f\xbf\xec\xf3\x0f\x0f\x31\x0e\xd4\xb2\x17\x87\x2a\x69\xbd\x7d\x8a\xcc\x6f\xf7\x73\xe1\x64\x90\x05\xce\x15\x90\xd3\x15\xdd\x2c\x90\x73\x76\x0f\xc3\x34\xb8\xff\xfd\xb1\x7f\x8f\x7a\xfd\x12\x82\xf0\x97\x27\xec\xe4\x84\x7e\x3b\x6f\x20\xd9\x1a\xc4\xe1\xad\xde\x2b\x5c\x8a\xfd\x3f\xb5\xb1\x0f\x72\x9d\x86\x91\x9a\xb0\x50\xa7\x8b\x70\xdf\xf3\xf5\xb9\x5b\x29\xd8\x26\x67\x5a\xef\xca\x4c\x56\x08\x6e\xea\xe0\x21\x9f\xe0\x29\xd5\x52\xa2\xad\xdf\x04\xde\x12\x21\x97\x37\x60\xf4\x40\x42\x4a\xa5\x63\xec\x9d\x2a\xb9\x37\xc6\xf4\x03\x58\x9a\xba\x6f\x0b\x1f\x78\xa7\x49\x94\x74\xdd\x16\xdd\x9f\x63\x6c\xb3\x67\x5a\x02\xc1\x9c\xa3\xaf\x86\x3b\x62\x42\x54\xf0\xc3\x70\x4e\xc8\xac\x83\xcc\x66\x88\xff\xdd\xd3\x2e\x4d\xc9\x24\x46\xa3\x16\xd2\xa9\xe7\x2a\x92\xcd\x53\x36\xaf\xfb\x3d\xcf\xb4\xd0\xf6\x4e\xe5\xdc\xab\x40\xe6\xed\x9b\x30\xf8\xe3\xc2\x6c\xda\x7b\x46\xb6\x32\x48\xb7\x87\x3a\xd4\x86\xae\xf6\xc6\x38\x88\x76\x2d\x05\x30\xa9\x0c\x40\xaa\xb1\xe5\x4a\x3f\x39\x46\xbf\x4e\xad\x5b\x97\xa0\xf5\x52\xad\x67\xed\x3f\x3e\xc8\xef\xf2\xe9\x91\xbc\x4d\x95\x2b\x9e\xa1\xb5\x31\xc9\x45\xfa\x39\x76\x72\x5f\x80\x4e\x17\xdd\x38\x5b\xfa\x97\xa7\xcc\xc1\x27\x1f\xa9\x08\x3c\x0d\x7f\x78\xcc\x5c\x8b\x91\x8b\x94\xab\x60\xae\x99\x80\xa9\xad\x1f\xdc\xbc\x66\x42\xd5\xc7\xd4\x52\xed\x7a\xff\xcf\xbf\x63\x2a\xb8\x58\xdd\xb4\xff\x7f\xfb\x22\x3b\x62\x70\x30\x64\xe7\x88\x52\x4f\xa4\xf0\x1a\x60\x4a\x18\x6d\x48\x90\x0d\x30\x31\x8e\xb0\x37\x50\xc7\xb6\x74\xf8\xab\x86\x12\x57\x9d\x1c\xf8\xa8\x7b\xe3\x04\xc3\xe0\x36\x70\x8e\x82\xbf\x56\x1d\x3f\xfa\x50\x04\x3d\xad\x58\x8b\xcc\x01\x97\x50\xb9\x7b\x49\x83\x38\x30\x1d\xd7\x28\xaf\x84\xfa\x08\xba\x9c\x01\x60\x0b\xf5\x5a\x95\x08\x33\x90\x39\x36\x95\x94\x94\x38\xa2\x8a\x63\x1f\x4b\xf0\x7b\xa0\xc0\xc8\xcb\xa4\x43\xf1\xf4\xa3\x2c\x3c\x02\x22\x0b\xbc\xc7\x1b\x31\xd6\xec\xc9\xab\xd6\xa5\x8d\xf8\x99\xe0\x31\x23\x14\x8a\xcf\x41\xed\x21\x5c\xfb\x23\x91\xdd\xf6\xa9\xd1\xeb\x23\x35\xa2\x87\xf9\x20\xe4\xd0\x17\x5d\xf0\xbd\xb5\xe8\xc7\x93\x36\x1c\xbf\x99\xce\xc0\x21\x16\x7c\x87\xa3\x02\xce\x26\xa5\xe9\xa1\x78\x84\x1f\x4c\x9c\xc4\xb3\xe4\x02\x98\xb4\x98\xa0\x1e\x71\xc8\xb9\x66\xc0\x4e\xe4\xc0\x9d\xe3\x2d\x27\x94\x09\xd9\x45\x64\x89\x18\x1d\x76\xbf\xa0\x5e\xe3\x8e\xfc\xe5\x84\x33\x51\xec\x98\x4b\x67\x8e\x53\x5e\x38\x21\x5c\x51\x07\xf5\x75\xac\x7c\x96\x9e\x8a\x6b\x87\xa2\x1f\x86\x9e\x33\x49\xd9\xae\xd0\xce\x27\xc4\x3b\xc8\x47\xe0\xa2\xd7\xc0\x73\x34\x9f\x53\x8e\x65\x7d\x8b\xe9\x77\xde\x16\xfe\x81\x8b\xa5\xd2\xe5\x62\xd4\xfa\xc8\x3b\x54\x35\xce\x15\x8f\x14\x1f\x75\x51\x61\x4b\x89\x42\x9f\x0b\x93\xc1\xf8\x9e\xd2\x2e\x72\x2f\x0a\xf5\x98\xd2\xdb\xb7\x98\x0f\x87\x6b\xf0\x9f\xe6\xd8\xec\xf2\x8a\xca\xd9\xb9\xe2\x4e\xec\x89\xc5\x4e\x9c\x4d\xb5\xc9\xd0\xc0\xc1\x41\xaa\x8e\xa2\xfc\xc2\xcd\xd5\x81\x82\xd7\x3a\x59\x8b\xab\xd3\xda\xaf\xc4\xee\x6d\xc1\x63\xda\x81\x45\x9a\xbd\xd4\xd4\xda\x59\x4a\xd4\x64\xf3\x8e\x65\x19\xe3\xd1\x3b\x28\xaf\x73\x99\xf2\x78\x1d\x64\xd9\xd8\xaf\x18\x11\x8a\x59\xf5\xf6\x20\xe0\x3c\x84\xf8\x48\x0d\xa3\x3c\xbd\xc4\x3a\xad\x22\x87\x0b\x36\xe4\x7d\xaa\xfe\x49\x60\x55\x0a\x2b\xda\x6f\x04\x34\x39\x11\x17\x2e\x3b\x76\xbd\x13\x6a\x6f\xd1\x73\xab\xef\xf2\x02\xb3\x1c\xa2\xfb\xce\xa9\x4c\xeb\xac\x97\xeb\x9b\x39\x74\x02\x72\xe6\xdc\x93\xf7\xe1\x7e\xf7\x4e\xff\xd1\x4d\xca\xf4\x86\xf8\xa5\x0f\xb1\x88\x1b\x94\x6b\x69\xc3\x7f\x04\xba\x4e\x06\xa3\x79\xf5\x88\x47\xfe\x15\xe3\x2a\x73\xf0\x28\x0e\x6a\x95\x76\x0a\x30\x89\x5c\x66\xa2\xb0\xd5\x66\x4e\x57\xa8\xad\xac\xe5\xe8\x3d\x84\x72\x91\x43\x80\x70\x53\xa1\x54\xb8\xe7\x82\x9b\x3c\x5b\x87\x70\x23\x4f\x65\x2c\xe6\x78\x30\x01\xe8\x0b\x4d\xb7\x84\x28\x1e\x69\x7d\xcf\xbe\x80\x90\x59\x88\xfc\x80\xfe\x75\xe9\x5f\x3b\xf5\xb7\x4f\xff\xce\x55\xea\x07\x4e\x7b\xf4\xef\x42\x66\xae\x50\x82\xc9\xf7\xee\x78\xe5\x6b\x25\xf1\x44\xde\x31\xe7\x01\x1e\x08\x8c\x9c\x4b\x46\x3b\xa6\x14\x6c\x25\x7d\xca\x67\x1f\xd5\xac\x6a\xf2\x56\xb1\x4d\x78\xb9\xb2\xc5\x26\x22\x99\xf3\x05\xfd\x49\xae\xa5\x7e\x19\x91\x74\x2b\x6f\x5a\x56\xba\xe5\x37\x62\x73\x9b\x83\x23\x72\xd8\x42\x7a\xf0\x43\x0e\xec\x35\xfd\x16\xbd\x33\xfb\x35\xc7\x5f\x57\x21\xd5\xb5\x2b\xbc\x8b\x6c\x12\xdd\x8d\xf8\x0a\xe9\xab\xb2\xbb\xa8\xcd\xb5\x22\xd0\x76\x59\xa6\x6a\x73\x95\x54\x52\x9c\x4b\xdd\x93\x92\x38\x2d\x61\xc3\xca\x97\x95\xf0\x2b\xb2\x8e\x57\x45\x53\xed\x80\x8b\xaa\x47\xab\x7c\xb4\x04\xf6\xd1\x2f\xa2\x78\xd0\x89\x24\x0e\xa1\x01\xdf\xb8\x70\xb5\x96\xe6\x01\xfb\x4f\xe0\x4e\x43\x81\x97\xaf\x72\x97\x8b\x2e\xe9\x6f\xe4\x84\xcd\xb5\x41\x79\xeb\x9d\x06\xed\x6a\x8a\x78\x67\x03\x99\x9d\x53\xf5\x3c\x5b\x70\x88\x6d\x2f\x85\x12\xf9\x72\x47\x78\xf7\xf4\x15\x7d\x35\xbb\xe9\xf7\xe2\xcf\x17\x94\xb7\x48\x99\xc6\x02\x9f\xeb\x01\x24\x97\x9d\x22\x11\x39\x7e\x52\x50\x98\xd6\xf6\x54\x7d\x23\x5c\x1d\x9f\x1f\x0b\xf5\xdd\x78\x4e\xf7\x9b\x3e\x27\xc6\x61\x2f\x3f\x24\x55\x46\x09\x3b\xc6\xe8\x59\x9f\x0d\x95\xfe\xd8\xc3\x9e\xb9\xe4\x4b\x0c\x08\x00\xf4\xe4\x7d\x62\x17\x8d\x3b\x9b\x48\x2d\xaa\xaf\x8f\x8e\xb9\xd6\xb9\x5d\x52\x37\x4e\x8d\x77\x39\x76\xb2\x28\xa1\x36\x6a\x0e\xc4\x28\x01\x63\x1e\x8b\x21\x36\x3a\x81\x5a\xba\x9e\x78\x79\x42\x1c\x22\x84\x76\x53\x57\xf9\xae\x28\x4a\xc2\x79\x7e\x88\xc5\x73\x76\x2d\x13\x5a\x0c\xa9\x8b\x1d\xf0\x36\xc3\xad\x49\xb5\x34\x43\xab\x4a\xcd\xbf\x76\xf4\xd1\xaa\xef\x2d\x2e\xa3\xdf\x7a\xca\xb1\xed\x61\xef\x5e\x71\xee\xdd\x0a\xe7\x46\x11\x3e\x5b\x9b\xa0\xf4\x3e\xe5\x22\xda\xe5\x79\x3b\x3f\x10\x9d\x82\xdc\xf7\xf0\x85\x00\x5a\x6b\xbf\x67\x5f\xba\xfb\x9d\x1f\x0b\xab\x73\xbd\x12\xb4\x0a\x81\xa0\xd4\x1a\x5f\xd8\x68\x73\x6b\x3d\x8e\xb9\xac\x0f\xec\x2e\x15\x8b\x27\x5e\x8f\xb3\x57\x6c\x42\xcf\xa9\x65\x69\x63\xe9\x39\x29\x09\x25\x72\xb4\x50\x5a\x57\xeb\x51\xf8\xab\xaa\x5e\x66\xf6\x81\x57\x90\x39\x8c\x54\xa6\x1c\x28\xdc\x47\xb9\x9f\x4b\x53\xeb\x2d\xf4\x08\x84\xe2\xb4\x02\x59\xa5\xc5\x32\x7c\x8d\x25\xa9\xaf\xbf\x8f\x3d\xe7\x91\xe6\x68\x7c\xfd\x48\xab\xaa\x76\x03\xeb\xb8\x37\xcc\xbc\x21\x04\x73\x7c\x21\x3e\xaa\x3d\xad\x9b\x88\x5a\xef\xfa\xb3\x22\x88\xf5\x1a\x8a\x37\xd5\xed\x77\x57\x58\x15\xdf\xfa\x7d\x7e\xd0\x77\x21\xbe\xd2\x4f\xa2\x7e\x3c\x71\x77\x4d\xf4\xf5\x6e\x24\xab\xfd\xe4\xad\x75\x85\x63\xff\xfc\x60\x3d\xa1\x8a\xf2\xd7\xf3\x36\x16\xea\xf3\x3b\xdb\xf7\xcd\xd9\x55\x25\x19\x55\xe9\x2d\x90\x30\xf5\x85\x7a\x11\xc9\xad\x5d\x61\xab\x9f\xb7\x1e\x08\xf5\x9c\xfe\xed\x12\x8f\xe4\x4f\x29\x6d\x22\x09\x73\xac\x21\x96\xac\x1c\xb1\x9b\x51\xea\xa6\x7f\x9f\x77\xc4\xbd\x1b\xc0\x62\xe0\x1a\x07\xab\x1d\x38\xb7\x23\x86\xa7\xae\x50\xa0\xac\xbb\xef\xc1\x07\x57\x81\x44\xf6\xc5\xcf\xb3\x4e\x20\x71\x56\x21\x56\x07\x01\x0b\x56\x73\xef\x80\xeb\xba\x34\xb7\x7e\x5e\x69\xd5\x4c\xcb\x48\x0c\x25\x16\x2d\x27\x6c\x00\x9c\xd4\x82\x93\xf6\x5b\xc0\xa9\xa6\x4c\xee\x49\x9d\xea\xf3\x46\x09\x3b\x60\xab\x67\x21\xbe\x20\x95\x30\x95\x0f\x41\x35\xfc\x90\x51\x3e\x4d\x67\x42\x8c\x6b\xe7\x74\xf6\xe1\xb6\x0e\xf5\x75\x83\x4a\xa7\x6e\x8e\xab\x95\x50\x51\xf6\xbd\x7a\xcd\x77\xc4\x46\xb9\x21\xd5\x56\x11\x5b\x52\x59\x03\x75\x5e\xb3\x4d\x6d\x4a\xff\x6e\x89\x5f\x59\xa1\xe6\xa4\x72\xb9\x33\x7b\x5b\xc4\x8b\x26\x3d\x76\x07\xfe\xc8\xf4\x41\x4e\x91\x01\xbc\x42\x9f\xdb\x17\xe3\xc2\x79\xc2\x3b\x5c\x1d\xbc\x80\x74\xb7\x05\xda\x60\x7b\x8d\xc3\x9d\x4d\xaa\x5f\x4f\xa8\xa9\x45\xc2\x4a\x98\xab\x8f\x49\x97\xea\xf5\x74\x7d\xd0\x15\x8a\x04\xee\x7b\xfa\x8c\x2f\x14\x09\x6c\xf1\x69\x8e\x9e\xd1\x37\xb9\x57\x3f\x2f\x7c\xb0\x88\x83\x08\x29\x2c\x65\x89\x0f\x97\x71\xf8\x95\xf4\x0d\x91\xee\xc1\xe5\x44\x6d\xef\xf2\xf3\xa0\x6a\xf0\x54\xa4\x7b\x8f\x2f\x28\xfd\x3c\x18\x5f\x90\xbe\xaf\x0b\x5a\x26\xe1\x55\xae\x0f\x52\xe1\x1f\xd2\x87\xb4\x88\x71\x9e\x42\x2f\xfb\x06\xeb\x67\x84\x13\x43\x79\xa8\xa2\xac\xce\x04\x21\x8a\xee\x14\x54\xe8\x83\xf9\x9e\x58\x11\x0b\x32\x4c\x1d\x70\x85\xfd\xd6\xba\xcf\x76\xd5\x3c\x83\xdc\x07\xb5\x45\x3f\x4f\x55\xd4\xe5\x81\xa3\x6b\xb0\xe7\xab\x96\x57\x03\xc8\x9d\x01\x50\x99\xe3\xaa\x0b\xae\x3a\xf0\x55\x47\xba\xca\xf9\x8e\xbc\x9f\x0b\x4f\x7f\xb9\x02\xfc\xd0\x3b\x5a\xcd\x1e\xb8\x44\xc1\xa9\xad\xdc\xfc\xec\x9e\xaa\x69\xd0\xdf\x75\x97\xff\x16\x7d\x0a\x46\xc2\xd2\xa3\x8a\xa1\x4f\xf0\x9f\x91\x7d\x4a\x1a\x49\xc0\xb8\x73\x4a\x19\x58\x48\x2d\x48\x52\x2d\xe6\xd7\x2d\xbe\x98\x13\xab\xc5\x07\x07\xcc\x10\xfd\x81\x9f\x7d\xb0\xe4\x21\xd8\x58\x4a\x5f\x38\x8e\x7b\xa6\x4b\x7a\xf1\x25\xdc\xad\x39\x4b\x65\xf2\xcd\x5d\x1a\x32\xd5\x6d\x4f\xa8\xf7\x14\x19\x00\x5b\xfb\x2a\x92\x29\xae\x81\x1e\xb6\x09\x67\x27\x7f\x3c\x32\x57\xc5\x47\x80\x37\x73\x68\x9b\x3a\x44\x83\xd3\x4f\xfd\x91\xca\xdc\x1f\x09\xf5\x8a\x9f\x54\xaa\x5f\x2f\xa1\xa9\x4c\x1d\x58\xa5\x0e\xd0\xd8\xb4\x8e\xf4\x96\x1a\xd6\x50\xa8\x97\x54\xc0\xa2\x27\xec\x37\x06\x5b\x13\xe6\x20\x94\x8d\x3e\xde\x5c\xf1\x41\xa8\xfb\x66\x3f\x76\x2c\xbc\x70\x51\x14\x3b\x29\xde\x63\x9b\xda\x3d\x04\xaa\xfa\xdf\xfd\xe9\x09\xf7\x23\x9f\xa2\xe6\xee\xa7\x04\x28\x0a\xc5\x28\x51\x24\xc7\x85\x23\x9a\xa8\xde\x23\x36\x73\x08\xd6\x2d\xff\xaf\x3f\xbb\x07\xb1\x43\xa2\x78\x6f\x02\x42\xe2\x4e\x63\xc9\x56\xd6\x64\xcb\x04\xf9\x7b\xe6\x10\x2a\x70\xf2\x7d\x1d\x90\xa4\xc1\x02\x5c\xb7\xe3\xe9\x25\x39\xee\x08\xaf\x66\xed\xd1\xe5\x18\x94\x16\xbd\xd2\xd4\x41\x0d\xdb\xfa\xcc\x49\x1f\xaf\xd0\x71\x9b\x39\x67\x8f\x67\xce\xc3\x52\xc2\x7e\xa2\x4a\x4e\xe7\x7a\xd6\xe1\x0b\x0e\x10\x1f\x1e\xbc\xd2\x36\x15\xfe\xc6\x93\x0a\x97\x6b\xbf\x8c\x2a\xb8\x91\xcb\xc7\x9d\x12\xa1\x20\xd5\x14\xef\xe7\x0c\x32\x81\xde\x65\xca\x71\x14\x4a\xa6\x42\xed\xc3\x09\x57\xe0\x32\x51\x2b\x55\x90\xd5\x0d\x1d\x1a\x6d\x03\xeb\xfa\x32\x75\x91\xc7\x19\xfd\xca\xb1\xc8\xfd\xfe\xd1\x84\xa2\x3e\xce\x73\x3e\x2e\x8a\xfc\xb9\xc8\x81\x53\x3b\x3f\xd4\x1b\x2f\xf0\x02\x9d\x20\x4e\xb8\x74\xc0\xb1\xef\xd6\xf0\xf8\x1c\x31\x53\xa6\x48\xe3\xe1\x2c\x7f\x3e\xf8\x9c\x1f\xbc\xf6\xdb\x07\x2f\xf2\x83\x97\xfe\xe2\xc1\xed\x82\x9c\x1f\xf1\x7e\xc3\x63\xec\x07\x64\x97\xc4\xe2\x60\x5f\x77\xa4\x1a\xea\xfa\x39\xcf\x34\x18\x7e\xce\x4d\xff\xea\x31\x5d\x30\x8c\x7b\xeb\xd7\xc4\x82\x22\xc0\x83\xfd\x79\xfb\x82\xdf\xcf\x8b\x3b\xc3\x98\xba\x01\xaf\xc6\xd4\x03\x69\x25\x4c\x77\x59\x67\x17\x6c\xd2\x67\x3b\x94\x7b\x22\x05\x1f\xe4\x5d\x6d\x51\xef\x70\x53\xa4\x4e\x78\x15\xf0\xb6\x8e\xf5\x07\x63\x22\x47\x1d\xe6\xd9\x77\x85\xaa\x58\xf4\xf4\x45\x79\xe9\xe7\xbb\xc2\xe6\x1c\xb2\xb8\xf7\x24\x71\xbf\xfc\x4a\xd6\xb5\xba\x82\x7d\x5c\xff\xeb\xe8\xb9\x22\x8e\xf6\x1c\xab\xd0\x5a\xa6\x1c\x61\x1f\x7f\x81\x46\x6c\x49\x6e\xd2\xb3\xac\x9d\xa0\xf1\x4d\x5a\x00\x32\xa8\x4d\x09\xa0\x8a\x2d\xdc\x7b\xa4\x47\x04\x72\xc7\x47\xf7\xa5\x58\x29\xd7\xfb\x29\x1f\x3d\xe2\xe8\x20\xef\x89\x0e\xf9\x18\xee\x5d\xd6\x54\x18\x0e\xb2\x81\xb4\x59\x00\x02\x73\x4e\x9a\x3b\x0d\x89\x36\xec\xd7\xc9\x0c\x92\xab\x91\x1d\xe0\x5c\xe8\x34\x58\xd9\x5b\xa5\xc6\x00\x0f\x36\x35\x31\xe5\x65\xc9\xab\x4c\xda\xaf\x7a\x12\xc6\x5c\x24\x33\x0c\x47\x6d\x32\xfa\x4d\x65\xd5\x0b\xa7\x63\xb3\xa2\x7a\x48\xdc\x87\xaa\x6d\xa8\xf0\x57\xa6\x50\x2a\x29\x26\x49\x39\x44\x4e\xe1\x8b\x53\xd7\x30\x29\xd9\x03\x86\x5a\xe4\x8c\x62\x5a\xb0\x82\x86\xc0\xe3\x6c\x5e\xd9\x73\xaf\x1f\x61\xa5\x7f\xd8\x5b\x64\x4f\x89\x32\x11\x7b\x11\x9b\x31\x83\x76\xe1\x08\x3f\x15\x09\x6c\x30\x95\xe7\x22\x3c\x2e\xf9\xb8\x70\x55\xe6\x4f\x57\xa8\xcf\x4b\xc9\xce\x0f\x84\xdd\x9e\x14\xb2\xe2\x6f\x23\x99\xd8\x93\xfc\xfe\x0a\x5f\x78\x6a\x2d\xab\xb7\x94\x57\x68\x4f\xc1\xc9\x09\xf3\xd4\x72\xd9\x69\x90\x55\x80\x65\x0e\x5b\x04\x08\x82\x90\x8f\x4c\x35\x07\x61\x67\x12\x60\xc9\x7e\x32\x91\x03\x92\xc7\x28\x01\x2a\xbc\x65\x19\x8b\x67\xce\x4c\x9d\x48\xd7\x38\x30\x23\x3b\x2f\x29\x2a\xc3\xf6\xa1\x2d\xcf\x1e\xfb\x13\x4b\x31\x78\x58\x91\x8c\xa0\x44\x1b\xe6\x1e\xa7\x95\x85\x6c\xa6\xd7\x38\xaf\x4c\xb9\xd5\x57\x72\x52\x5d\xd8\xed\xbf\xe7\xba\x0e\x07\x06\xe5\xe4\x8a\x7c\x51\xf8\x1a\x6f\x5c\x9e\xb0\x43\x3c\x1f\xef\x5e\x7a\x3b\x21\x0a\xa0\x67\x71\x3e\xa5\x76\x25\xf5\x7a\x30\x52\xcd\x11\xea\x51\xfc\xfb\x9f\x9e\xb0\x1f\x26\x27\xc0\x5f\xa7\x27\x3b\x11\x49\x7c\x9f\x51\x8d\x9e\x85\xec\x6f\xe7\x1e\xa2\x81\x29\xf6\xbd\x3d\xa1\x59\xd4\x7b\x0d\x23\x07\x16\xa4\x53\x1e\xe1\x9d\x2d\xd3\xbd\x89\x1f\x7f\x7a\xc2\x3e\x59\x46\x94\x5d\x96\x98\xd7\x2d\xaa\xb5\x8c\x0f\x69\x26\x93\x22\xf6\x48\xba\xad\xfe\xe8\x14\x53\xfb\x9b\xab\x9c\x6d\x0b\xa0\xad\xc6\x6b\xe6\xf0\xbe\x85\xba\x79\x73\xd9\x8a\x07\xe8\x0b\xbb\x62\x01\x50\x10\xaf\x48\xf8\x67\xfb\x7a\x13\x0f\xd5\x56\x5e\x49\x3f\x8f\xa5\xdf\xe4\x8d\xd5\x87\xd7\x7c\x52\x4d\xed\x14\x00\x61\x95\x2b\x73\x1c\x20\x32\x4a\x44\xc1\x8e\xdf\xa6\x6b\x48\xa3\xdf\xd7\x24\x81\xbd\xfb\x72\x25\xd6\x77\x5c\xa1\x08\xd3\x13\x25\x62\x57\x6b\x82\x62\x16\x8f\xa3\x27\xbc\x50\x56\x07\xf1\xca\x72\x85\xf2\xff\x78\xc5\x27\xff\xfa\xd0\x76\x36\x7c\x5b\xa9\x67\x72\x42\xb9\x9c\x31\xb2\xae\x66\x8a\x7f\x4f\x07\x79\x5f\xec\x24\x33\x9b\xc4\xaf\x04\xe8\xeb\x15\xdc\xd9\x55\x14\x31\xd0\x32\x6d\xa5\x76\x08\x79\x9d\x6b\xa8\x89\xd0\x9a\x22\xdb\xb8\x8a\xcc\xe3\x12\x53\x37\xc7\xc4\x94\x0f\xe1\x3d\x79\x2c\x49\x0a\xd2\xeb\x7d\xa0\xa6\x7c\xe4\xbe\x94\x2a\x39\x5d\x87\x9f\x61\x26\xc3\x01\x7b\xd8\x29\x5f\x76\x60\x3e\x55\xe1\x1e\x4a\xf8\x7c\xa6\xbc\x3f\xae\xce\x16\x27\x46\x68\x71\x36\x39\x71\x51\x3a\x2a\x63\x27\x88\xa5\x03\x70\xe6\xc8\xa3\x3c\x95\x97\x15\x8d\xb2\x67\x6b\x1b\xe1\x05\x12\xdd\xc9\x8f\x85\x03\x9d\x9b\xbc\x7a\xbd\xb0\x6c\x93\xae\x3d\x2f\x33\x02\xa5\x8c\xf2\xb9\x5b\xfe\xbd\xa1\xdf\x1d\xae\xf8\x85\x82\xe6\x62\x22\x0f\x83\x04\xf0\x1e\x6b\xb1\x75\xb2\xed\x6c\x91\x2b\xd9\x57\x7b\xe6\x9d\xa8\x45\x71\x44\x90\x50\x21\xc2\x35\x80\x04\x7e\x09\x5a\xad\x9f\x90\x91\x59\x93\x62\x86\x5d\x6d\xfc\x98\x9a\x21\xa7\xc2\x6f\x0d\xc5\x39\x10\x36\x59\x4a\xae\xd8\xc1\xdf\xab\xb3\x2e\x13\x27\xe7\x9a\x1c\x41\x91\x2c\x65\xcf\xae\xe8\xac\x0a\xad\x39\x61\x7b\xb6\xb2\x42\xfa\x8d\x85\x02\xe7\xe8\xbe\x3a\xd0\x76\xc9\x13\x62\x0b\x44\x7d\xdc\x0b\x06\x99\x5e\x16\x65\xec\x80\x13\x8a\xd5\x0e\xa7\x54\x58\xb8\xa5\x4e\xae\xb9\x7e\x90\x04\x4f\x17\xc4\x8b\x46\xf5\x25\x76\xb2\x34\x30\x2d\xc6\xc2\x7e\x9a\x0e\x33\x9f\x68\xae\x67\xb6\x41\x47\x38\x81\xb5\x43\xb8\xa8\x63\x78\x9f\xea\x5e\xde\xd4\x9d\x70\x92\x7e\x86\x7a\x7f\xa9\x0d\x7e\x3c\xa4\x2b\x44\x6f\x0a\xdd\xde\xab\x96\x68\x05\x9c\xe4\x66\xf0\x63\xaa\x88\x4b\x8c\xdb\xd5\xa9\x5d\x77\x27\x4b\x73\x27\x7f\x83\x89\x70\x4d\x33\x3e\x95\xab\x7d\x3b\xd3\xcf\x65\x42\xba\x07\xd5\x04\x52\x17\x75\xeb\x34\x11\x16\x36\xb8\xb6\x30\xb3\x4b\x55\x71\x97\x61\x6d\xee\x90\x8e\xa9\x62\xfd\x21\x05\x8f\x55\xaf\x7f\xd7\x9d\xb2\x7e\x3d\x36\x87\xf9\xa3\x91\x6e\x2b\xe2\x40\x98\xf0\x6e\xb7\xf6\xa0\x4b\x45\x3f\x3a\xdb\x62\xf5\x0c\xf1\x32\x2b\xd9\xa5\xb5\xcf\x9c\xac\x65\x4f\x1e\x71\x12\xde\x9e\x8a\x6c\x64\xcf\x9e\xcb\xc4\x02\xf7\x0a\xdc\x60\xa7\x3e\x30\x32\x4c\x85\xb2\x31\xf8\x31\x04\x76\x48\x39\xf1\x10\x2e\x24\x80\x85\x7f\x5e\xb6\x13\x89\x20\xfa\x07\x0f\xdf\x2a\x9d\x1c\x6e\xe0\x2f\xdd\xa1\xec\xfc\x91\xca\xe4\xdb\xf7\x65\x7c\x96\x73\x79\x19\xa4\x84\xc9\x52\x46\x83\xcc\x36\x83\x9c\x13\xf5\xba\xf1\x33\x87\x91\x73\xe2\x3a\x7a\xee\xbf\x57\x9c\xc4\x40\x3b\x90\x7a\x62\x5e\xde\xff\x68\xff\x72\x2a\x16\x5f\x5e\xa7\xda\xdc\x4f\xbf\x9a\x05\x57\xef\x1b\x95\x54\xcd\x1e\x35\x21\xcb\x5f\x4c\x65\x52\xc9\x47\x5f\xb1\x89\x18\x45\xcc\xb5\xee\xd3\xc7\xf5\xd4\x1d\x11\x7d\x9c\xca\xc6\xdb\x2f\x34\x39\x57\xb8\x21\x53\xb1\x0c\x53\xb2\x83\xf3\x5e\xdc\x0b\x93\xb8\x31\xe5\xb1\x9e\xfc\x9f\x8c\x5f\xa4\x5e\xed\x00\x03\x58\x55\xb9\x4c\x2d\xb9\xd4\x28\x59\xc3\x7a\xbf\x30\x61\xf2\x19\xbd\xf1\x33\x3d\x94\x29\x88\x80\xef\xef\xa9\x84\x36\x76\xb9\x60\x78\x71\xf4\xd1\x0a\x1f\xad\x16\x98\x0d\x24\x00\x8d\x21\x85\x82\x62\xba\x33\xff\x11\xf5\x3e\x07\x14\x24\x78\x2a\x21\x59\xd5\x2e\xe2\xa2\x76\xf0\x76\x43\xce\xa9\x57\x30\x13\x0f\x8e\x14\xd4\x67\xf2\x48\x7d\x7e\x5a\xb6\x89\x08\x51\x31\xbf\x59\xa7\x88\xfa\x5e\xa6\xdb\x72\x81\x29\x50\x28\x25\x0e\xa5\x04\xfb\xe7\x6c\x9b\xaa\x69\xa3\x6f\x04\x53\x0e\xed\x10\x4b\x47\x19\xd5\xb9\x36\x0d\x9c\x9d\x6c\x60\x52\xc3\x34\x97\xc4\xea\x31\xa1\xf7\x51\x15\x68\xd1\xfe\xf2\x46\x0b\x4a\x36\xaa\x48\xc8\xd1\x7e\xe4\xa5\x9f\x29\x7c\xc8\x1b\x6a\x29\xfb\xa2\x52\x73\x94\x0c\xb4\x89\xe9\x76\x37\xb7\xe6\x48\x74\x8e\x28\x92\x51\x2b\xd9\x54\x65\xde\xfa\xc5\x94\x90\x04\x72\xce\x78\xe8\xee\x85\x42\xfc\x21\xde\xe0\x14\x84\x31\xf6\x8e\xaa\xc0\xb7\xc1\x72\x21\xfa\x41\x72\xd8\x11\x0a\x0c\x74\xe6\xdc\xd5\x1c\x39\xc2\x7e\xa6\xae\x4e\xbc\x18\x2a\x53\x3a\xf8\x52\x2d\x67\xfb\xaa\x30\x42\x61\x0b\x7e\xc3\xf7\x4a\x31\x7b\x9c\x6e\x52\xc6\x8f\xe4\x20\x95\x53\x5e\xc0\x8f\x80\x0f\x62\x27\xb1\xcc\x41\x14\xf6\x49\x7f\x77\xf2\x49\x01\x51\xb0\x93\x81\x4f\xbb\x8f\x12\xa5\x86\x94\xec\x90\x25\xef\x98\xbc\x18\xa7\xa1\xad\x0d\x1b\xda\xd9\x51\x3b\xe6\x69\x99\xdd\x26\x67\x2f\x9c\x9e\x8c\xf2\xe6\xbb\x22\x9c\x32\xe5\x1d\x47\xea\x8f\xde\xaf\xbf\x3f\x47\xa8\x93\xc5\x6b\xe3\xea\x05\x76\x1b\x11\xbe\xcf\x03\xc1\xe5\xd5\x41\x56\xb9\xe4\x0d\xef\xe7\x01\xbe\x57\x6f\xb2\x57\xf9\x81\x18\x30\x21\x50\xf3\x2e\xf6\x2b\x20\xcf\x30\xd6\xfe\x3b\x3b\x98\x0a\x2d\x86\x66\x15\x29\x95\xc2\x45\x28\xd2\xdd\xbd\xdd\x6a\x53\x46\xba\xc5\x49\xe6\x95\x70\xc5\x21\xb3\xd2\x08\xdc\xfb\xbe\xdf\x66\x2d\xcd\xc3\xd2\x36\x9c\x3b\x0e\x73\x1b\x36\x16\x5c\xde\x32\x70\xe8\x7f\x78\x0d\x95\x40\x78\x13\xeb\xd2\x11\xd3\x77\xfa\x59\xd5\xef\xe6\x45\x44\x4d\x4e\x84\xd3\x37\xca\xba\x17\xfd\x8d\xdc\x22\x12\xf5\x75\xe1\x35\xbd\xa9\x33\xdb\x45\x2e\xa4\x2d\x9c\xdc\x5c\x1d\x42\x31\x58\x62\xa7\x4d\xb8\xb6\x00\x86\x4e\xb9\x45\x40\xee\x47\x17\x95\x4f\xdc\x35\x2e\x5b\x3b\x30\x4f\x2b\x8d\xa4\x00\xb9\xcb\x69\xd0\x6a\x63\x2d\x8f\x54\x64\xf2\xe3\xcf\x35\xe3\xce\x00\x08\x75\xe1\x11\x5a\xd2\x40\xd4\xb7\x7e\x7e\x47\x88\xaf\x4d\xc4\x66\xca\x1d\x68\x2f\x03\xce\x5b\x4c\x57\x2a\xd4\x02\x0a\x79\x36\xda\x42\xba\x3f\xbe\xe1\x06\xfc\xbc\xad\x61\x02\xcc\x6b\xd2\x6a\xec\x44\x54\xb8\x4f\x74\xcf\xf0\x1d\xb4\x64\x29\x00\x5b\x3d\x76\x99\xd9\x2e\x8b\x1b\x0d\xc8\xff\x3e\xac\x98\x4c\x4e\x1a\x9a\xdd\x50\x7c\x07\xae\x63\x5f\x21\x07\xa4\x7a\x2f\xb3\x66\x9f\xbe\x89\x7e\x12\x78\x1e\xf4\x9d\xba\xc2\x6e\x29\x3d\xfb\xb4\xf8\x50\xa7\x90\x4f\x38\x3b\xb5\x35\x45\xd3\x6b\x54\x74\x5f\x05\x72\x12\x61\x0d\x60\x97\xbf\xb5\x7a\xec\xa9\x5a\x2c\xb2\x36\x63\xa8\x50\xd2\x80\x07\x3d\xab\xd2\x27\xd7\x52\x3f\x8a\xdb\xa1\x77\xf2\xb6\x24\xb1\x9a\xce\x07\x41\x48\xe6\x03\x44\x2c\xae\xee\x7c\xb3\x6f\x2f\xb4\xf6\xe7\xec\xfa\x9e\x2a\xad\xba\x46\xf2\x4c\xe4\x97\x44\x2e\xa9\xbe\x4b\x99\x75\x88\x39\x9f\xfe\x69\xce\xab\xe4\xbc\xf6\x2e\xca\x2c\xef\xac\x56\x87\xf2\x9f\x50\xd0\x22\x55\xb8\xcf\x5f\x63\x5b\xd5\x49\x0e\x7f\xa5\x84\xd8\xa1\xfc\x71\xc5\x48\x8b\x3c\x0a\x14\x3b\x3b\xb5\xda\x64\xc7\x76\x91\xac\xf5\xb0\x27\xdd\xf4\x39\xad\xca\xb8\xd6\x40\xc9\x62\x94\x5b\xf2\xba\x90\xf1\x82\x08\x1a\x80\xdc\x76\x49\x4d\x9f\x6f\x0e\x6b\x42\x95\xeb\x3e\x2b\x6f\xf1\x4e\xa8\x9e\xec\x1b\x2d\xd5\x2b\xeb\x4f\x93\xe7\xfc\x40\x0b\xc9\xae\xb0\xde\x91\x1a\xe6\xbb\x99\xdb\x93\xdf\xd1\x2e\xc9\xa3\xbc\x29\x40\xd9\xfc\xc1\x9e\xdb\x7c\xe3\x72\xfe\x11\xbd\x38\xef\xc6\x35\xbe\x70\x22\x3b\xf7\x98\xb6\x27\xa7\xb2\x49\x22\x68\xdc\xea\xe5\xbb\x62\xda\x7e\x25\x77\x2c\x5c\x02\x5d\x71\x1f\xca\x45\x3f\x1f\xc7\x50\xf6\x6d\x06\x9d\x95\xdf\xd0\xc7\x94\x5c\x00\xdd\x0a\x56\xa5\x7f\x6e\x01\x7f\x0f\xb7\xde\xea\x1d\xe5\x34\xe2\xc4\xdd\x77\x1a\x99\xdd\xb9\x50\x0d\x32\x7b\xc2\xb8\xa0\x32\xaf\xe9\xc5\x48\x5b\x81\x62\x39\x4a\x7e\x89\x51\x0b\x46\xb1\xe9\xfa\x8d\xf4\x5e\xaa\xc6\xdd\x59\xbd\xe8\xc9\xf9\x6c\x32\x8e\x73\x64\x0e\xea\xa5\xb7\xa3\xb5\xf5\x84\x3b\x01\x25\xf8\x1d\xfb\x4d\xed\xa7\x7a\x99\xa3\x36\xba\xf1\x4b\xa3\x4c\xc8\xdf\x17\x61\x36\x53\xfb\x9e\xe2\x93\x84\x4a\xf3\x00\x73\xc9\xe1\x8a\xb3\x2c\xbc\x71\xcc\x90\x42\x96\xc3\x1f\x9e\xea\xdd\x02\x7b\xc0\x9e\xff\x4f\xfc\xd7\x82\x6a\xed\xaa\x88\x89\x80\x76\xc3\x94\x78\x76\x0a\xab\x76\x12\xee\x21\x5a\x63\xf1\x5d\xa6\x2e\x1c\x41\xd5\x3e\x4a\xef\x99\x95\x51\x63\x60\xae\x96\xd7\x27\x85\x10\xf0\x4f\xe7\x0a\xb9\x32\xb4\xad\xec\x5e\xb8\x4e\xfc\x54\x5e\xcb\xf6\xe2\x02\x46\x61\x69\xe1\x80\xfc\x00\x23\x27\xad\x53\x7d\x9b\x4a\xb8\xb6\x36\x51\x40\x0c\x72\xa0\x81\x93\xe7\xc8\x25\xfa\x5a\x52\xf6\x42\xb6\xe5\x57\xda\x94\x52\x4f\x1c\x94\xae\x21\x81\x27\x8a\x4d\x9d\x9e\x16\x7b\x7c\x72\xf7\x09\xef\x5c\x3b\x3d\x11\x2d\xd4\x64\x29\x51\x3c\x8c\x64\xed\xde\x82\xb3\x26\xa4\x19\xe8\xce\xdf\xf5\xdb\x7c\x76\x79\x60\x8e\x70\x0f\x86\x8f\xf7\x60\xe6\x88\x12\x58\x86\xd3\x51\x7e\x2c\x9c\x9a\x5a\x90\xeb\x10\xa4\xf4\xa1\x75\xd5\x28\xc4\x3a\x5b\x6e\x69\xfe\x2f\x56\x22\xd3\x70\xbe\x51\x24\x6c\x4d\x77\x42\x8a\x9c\x5d\xa0\x7c\xc6\x91\x83\xed\x99\xbe\x66\xb0\xef\x10\x41\xa1\xfa\x04\xe6\x48\x1f\xff\xa0\xeb\xbe\x49\xcd\x47\x0a\xeb\x17\x2d\xe1\x6f\xca\x02\x11\xed\x1b\x17\xd9\x42\xbd\xb8\x09\x06\x92\x4c\xe8\x41\xa4\x02\x36\x8a\xab\xd0\x25\xbb\x33\x24\xf7\x58\xe4\xb5\x80\x52\xd4\xc1\x72\x3e\x0c\x53\x5e\xc4\x8c\xc3\xed\x8d\xf4\x1b\x3a\x5e\x81\xab\x81\xcb\x62\xaf\x25\x20\x49\xc6\xa7\x38\x55\x6b\x60\x9f\xb7\x72\x1a\x12\x49\xe8\x2b\x98\x34\xed\x35\x18\xcd\x56\x72\x83\x32\x71\x76\x1d\xcc\x25\x1d\x54\xf7\x36\x0d\x54\x60\x71\x86\x66\xac\x47\x2d\xe9\xd1\x9e\xc9\x07\xb6\x6b\xa1\xf1\x11\xf5\x33\xfd\x13\x77\xb6\x45\x61\xea\xce\x16\xc9\xa8\x83\x1a\x56\xa1\xbd\xe2\x76\x11\xb7\x5b\x20\x9a\xd1\x5d\xf2\xef\x39\xff\x0e\xcd\xa0\x16\x8e\xde\xbf\x2a\x16\x98\x10\x49\x77\x06\x7b\x00\x88\xb9\x3b\x45\x17\x04\xd9\xf0\x47\xe4\x3b\xc2\x8d\x54\xb1\xd0\x8e\x85\xa2\x2b\x9c\x88\x2b\xcb\x30\x20\xb7\x94\x9e\xd5\x42\x21\x89\xf7\xb9\x4d\xf6\xc7\xe6\x20\x43\xeb\x70\x33\x57\x86\x79\x4f\x74\x02\x6d\x5f\x3e\x9a\xf6\xae\x36\x08\x06\xc2\xbe\xaf\x41\x95\x72\x19\x99\x99\x37\xd6\xda\x1b\x5c\xab\xd4\x6e\x2c\xc4\x60\x43\x0a\x8b\xf3\x7e\xf6\x13\xff\x65\xb1\x1a\xdf\x20\x09\x68\x87\x70\xea\x75\x8d\x73\x8f\x43\xd4\xdf\x0b\xe2\xf8\xeb\x15\x61\x68\xe0\xf3\x72\x23\x94\x0e\x8a\x95\xc1\xae\x29\x3c\x0d\xc5\x70\x50\xa4\x07\xe9\x63\x33\xea\x50\x06\x18\xf8\x0a\x5f\x5b\x67\xc2\xaa\x36\xe5\x0e\x04\x2e\x6f\x4d\xda\x03\xe6\xe4\xb8\x79\x3d\x4e\x21\xdb\xd4\x11\xda\x04\xe5\x36\xd9\x1b\xa9\xf5\x78\x0a\x89\x05\xcc\x0b\xba\x3c\xd1\x37\xf3\x94\x1d\xad\xf0\xca\x45\x99\x79\x0a\xde\xd3\x86\x48\xac\x27\x26\x72\xa7\xa6\x9a\x70\xd1\xf7\x5a\xb4\xb0\x14\x70\xe5\x33\xbe\x84\x5f\xc2\x74\x61\xc3\x48\x83\x6e\x4a\x7e\xf5\xcf\x2b\xcf\xa7\xb7\xa7\xdb\xa9\x87\x16\xeb\xb1\x5b\x40\xb9\xcf\xa8\x6b\x61\xa4\x7c\x28\x4b\x34\x7b\xea\x69\x41\xce\x8c\xd8\xea\x28\xc9\xfa\x10\x0b\xa6\xa1\xff\x77\xbe\x43\x1e\x3d\x19\x32\x2f\x57\xae\x6e\x5f\x38\x2f\x67\xfa\xba\x8c\x1f\x3a\x7d\xb1\x71\xe9\xfe\xea\x3d\xae\x80\x63\x1c\x5e\x90\x13\xf3\x7e\xfd\x28\x59\x61\x9f\xf5\x5b\x47\xf2\x34\x55\xbf\x99\x86\xcc\xb5\x73\xb2\xd2\xfc\x56\x51\xbf\x35\x75\x87\xf7\xd5\xc4\x44\x7d\xce\x22\x83\x73\xa0\x9e\x5e\xa7\x90\x49\xdd\x66\x1d\xaa\xff\x55\x9d\x64\x7c\xf2\xfa\xd3\xa2\x3e\x2f\x06\x71\x4f\x4b\x9e\x0a\xf1\xd2\xc3\x30\x17\xe6\x8f\x4f\xd2\xbe\xc8\xec\x27\xa9\x5e\x96\x65\x18\x96\x85\x31\xd4\x96\xf3\xc6\x4e\xcb\xbc\xd7\x13\x4e\x97\x68\x96\xec\xa9\xfc\xd3\xa3\x3a\x7a\x79\x9a\xea\x0d\x99\x70\x85\x23\x5c\x8e\x41\x44\x9c\x56\xd2\x62\x12\xdb\x93\xc9\x70\x80\xa3\xb8\x5b\x38\xf0\x2b\xdb\x20\xe9\x19\xf6\xcc\xa5\xc1\xe0\x0b\x47\x94\xe5\x73\xbe\x23\x2e\x92\x80\x68\x6f\x33\xf2\x29\x81\x10\xea\x4d\x20\x4f\x73\x8b\xcf\xbe\xb7\x83\x1d\xfe\x42\x41\xc7\x5e\xeb\x4d\x2f\x16\x4a\x49\x79\x5b\xac\xdb\x3f\x2f\xe3\x3b\xf7\x72\x07\x2b\x75\xd9\x92\x9a\xba\xcf\xeb\x64\xae\x5c\x21\xfa\x47\x0c\x7f\x7c\x3a\xc2\x36\x51\x66\xd5\xe3\xe5\x09\xe4\x2b\x70\x8a\x10\x25\x50\xf5\xf5\x1b\x58\x20\x0e\xdd\xdd\x91\xe3\xd2\x7d\xaf\xdf\x43\x50\xcf\x0c\x5b\x99\xbe\xf3\x46\xee\x10\xf2\xb1\x73\x55\x88\x93\x42\x95\x91\x79\x05\xb2\x74\x7a\xb3\x31\x32\x62\x78\x5a\xec\x3d\x68\xc6\x3c\x8a\x71\xa9\xa7\x1d\xbc\x83\x76\x98\x96\x03\xea\xe9\xc2\xe2\x7c\xdd\x82\xff\x25\x3a\xe0\x43\x0c\xc8\x26\xb4\x9b\x53\xdc\xec\x40\x09\x2b\xf6\x43\x73\xcd\xab\x61\x43\x19\x02\x4e\x8d\x93\x23\x50\xb9\x67\xb8\x63\x56\xf3\x5b\x2f\x90\x48\xd0\x91\x9e\x75\xb4\xfe\xfc\xbe\x39\x22\x7f\xf8\xaa\x58\xd3\x53\x76\xf5\x14\xe1\x51\x55\x35\x99\x9f\xf5\xb4\x7a\xa5\x17\x7a\x3b\x09\x8b\xde\x5e\x8b\xab\x82\x95\xda\x7f\x85\x5f\xcf\xba\x94\x61\x6e\x75\xc5\xfe\x21\xb2\x4f\x35\xc6\x58\xc3\x69\x31\xc8\x8f\xb4\x60\x2d\x01\x3d\x6a\x5c\x19\xfa\x68\xb9\xc7\xdb\x0b\x4a\xb7\x7c\x35\x48\x4f\x7d\xcb\x6f\xa9\xb2\xf6\x80\x8b\x0e\xba\x4b\x84\x2c\xbb\x6b\x53\x36\x2d\x70\xd2\x95\x1e\x06\x71\x72\x19\xb3\x58\x6c\xda\xe4\x97\x29\x30\x9b\x78\x6e\x62\x6b\x5d\x2f\x90\x7c\xa0\x5b\x5b\x4b\x8e\x28\xe8\x7f\xab\x14\x84\xb7\x77\x72\x4f\xb4\xfd\xee\x52\x16\x49\xa5\xfa\x6a\xfd\x5f\x30\x9a\xfe\x81\x2d\x19\x1a\x52\xa7\x00\xb7\x8a\x3b\xa1\xd4\x6d\x03\x53\x0f\x30\xdf\x1e\x71\x19\xb8\x2f\x79\x47\xdc\xed\x19\xca\xb4\x5d\xd2\x05\xdd\xc3\xd2\xd1\xaf\x69\x22\x3d\x48\x02\x3e\x9c\xf7\xe3\x6a\xd1\x7d\x26\x16\x48\xb2\xf0\xe8\xa2\x8e\x50\x2f\xb4\xea\xce\xa1\xde\xff\x09\x81\x6c\x51\x5d\x5b\xfd\x30\xb3\x1a\x03\x55\x1c\xa1\x5e\x76\xcb\x1f\xc1\xa1\xf4\xed\xe3\xfa\xe4\x97\x78\x54\xfa\x0a\xad\x4c\xcf\x77\x44\x51\x32\x5a\x8d\x32\x87\xb7\xf0\x88\xe5\x40\x7a\xcb\x75\x6e\xcc\x2d\x75\x23\xd0\xb6\x13\x60\xbb\x93\xd4\xf9\x08\xf5\xc6\xea\x00\xb2\x3c\x87\x83\xa4\x93\x1f\x88\x36\x39\xe4\x9c\x5a\xee\xba\xac\x09\x93\x39\x7b\x5c\xb1\xe6\xec\x26\x97\x2f\xcc\xe5\xfd\xbf\xba\x9c\x48\xd5\x90\x35\x4d\x05\xd3\xa1\xcf\x45\x7b\xae\xea\xba\x07\x7b\x4b\xfa\x77\xc7\x80\xec\xf5\x41\x6d\xf7\xaa\x7d\x15\x3e\xf5\xbc\xd2\x6b\xaf\xa3\x97\x5e\x5f\xff\xd3\x05\xd2\x43\x09\xfd\xce\xf8\xaf\x5e\xfc\xcf\x97\x70\xee\xd3\x19\x79\x61\xad\x9d\xda\xb3\x4f\x8f\x14\x7d\xfd\x24\x28\xc6\x79\xc9\x39\x53\xfa\x58\xc0\xe0\x12\x7a\xb8\xde\x09\x2f\x9c\xa9\xad\x88\xc0\xae\x73\x7c\x84\x52\xec\x08\xe5\x2e\xe0\x8d\x1c\x2c\xf1\xbf\x73\xd2\x26\x95\x8d\xb5\x16\xa8\x39\x30\xf3\xcc\xe7\x38\x87\x93\xad\x7f\x81\xbd\xf6\x4e\x29\x16\xd4\x99\xb0\x4f\x8f\xfa\x8a\x99\x5c\x13\x0b\x96\xdf\xf0\xcd\x51\x8f\x7c\x95\xec\x52\x73\x09\x60\xef\x7d\x5e\x2f\xaa\x22\xbd\x79\x31\x2c\xd1\x2a\xe2\x14\x0e\x77\x0b\x89\x3b\x83\x28\xed\x1d\xd0\xc8\xe3\x6c\x0e\xc2\x74\xa0\xbd\x48\x10\x31\xfa\xc3\xd1\x9a\x5f\xfb\xc7\xa5\x1d\x02\x53\x22\xc1\xa0\x14\xde\x3a\xaf\xa6\x56\x32\x93\x0e\x11\x86\x72\xbf\xac\x3d\xa5\x98\x49\xa2\x05\x0a\xd6\x54\x37\x5a\xf4\x19\xe0\xfc\x79\x94\xb4\x40\x26\x56\x63\xd1\x46\x31\x7d\x78\x90\x91\xb0\xd7\xbb\x10\xf2\x4f\x7d\x02\x05\x00\x82\xb2\x39\xe5\x9d\x89\xb5\x9c\x12\xa0\x4e\x1d\x54\x11\x1a\x54\xf7\x40\xfa\xe4\x44\x4e\xe7\xb6\xe1\x00\x53\x53\x75\x04\xb6\x70\x70\xe2\xb3\xc1\xdc\x86\x10\xb6\xb5\x76\x33\x61\xf8\xa8\x01\x2b\x85\x73\x3b\x4e\x4e\x0e\x55\xb9\xca\x31\x09\xbe\x76\x01\xde\x8e\xe5\x1d\x7e\x16\xfb\x71\x4f\x15\x0b\x5a\x5c\x85\x5b\x2e\x89\x4a\x00\x34\x6c\x2d\x89\x6d\xa8\x5b\x0e\xd9\x99\x18\x65\x47\xc8\xe4\x4c\xa8\xf5\x3d\x91\x9b\x39\xb2\x17\xa1\xaf\xd7\xf9\xec\x89\xcf\xee\x32\x67\xe7\x60\x00\xfa\xaa\xf1\x7d\xd7\x2f\xa8\x70\x47\x25\x78\x76\x61\x7a\xf2\xc5\x60\xcd\x08\x9d\x69\x1f\x44\x32\x01\x23\x62\x9b\x0b\x27\xff\xc5\x94\xe2\x8a\x3e\xca\xd7\x88\x30\x1b\x84\x50\x79\xa5\x3f\x29\xfb\xe9\xb9\x00\xd4\xd1\x97\x71\xbe\x3b\x27\x69\xa8\x5f\x72\x0b\xac\x9d\xbb\xbc\xa9\xa6\xf6\xac\x17\x8f\xbb\x91\x25\x5e\x03\x28\xc4\x2e\x06\x14\xd4\x24\x57\x8b\x78\x3b\x13\x3d\xc3\x9e\x96\xe9\x33\x69\x0a\x27\x75\xe2\xf6\xe7\xa2\x85\x59\x72\x84\xfd\x71\x29\x5a\xd8\x54\xb6\xd0\x2b\x8a\x3d\x2d\xaf\xbf\x37\x05\x86\x4b\x2e\x9d\x7c\xdf\x94\xbc\x00\x1c\xfb\x10\x98\x9d\x02\xa6\xa5\x9e\x17\xb8\x2c\xcc\x32\x23\x0f\x49\xaf\x45\x86\x97\xfa\xa4\x9d\x8b\xbe\x33\x72\x9e\xc2\x0b\x59\x91\xa5\x2e\x3e\xea\xb7\xd8\xdf\xed\x9e\x1c\x68\xb0\xc9\x29\xfd\x2d\xd3\x51\x83\x1a\xca\x31\x7d\x35\x56\xa6\xf9\xd7\xb8\xde\x1c\xb7\xb1\x72\x08\x02\x82\xcd\x64\xe1\xa5\x32\x9c\x8f\x8c\x5e\xac\xad\x90\xe1\x5c\x5f\xc1\x7f\xa6\x2f\xa1\xda\x29\x39\x1c\x18\x35\x38\xcf\xad\x49\x48\x0a\xb7\xba\xce\x5c\xd7\xbb\xba\xae\xa1\x26\x11\x6f\x7d\xc4\x07\x4b\x95\x5c\x56\x3f\xf6\x2d\xec\xa7\xe4\x01\x79\xd7\x3d\xe8\x8f\x93\x23\xfe\x2b\xe4\x48\x57\xb9\xdf\x1a\xfd\x56\x4b\x65\x9a\x35\x90\x95\x53\xee\xc7\xcd\xc9\x2d\xc3\xb2\x04\xbc\x5b\x74\x95\x2f\xec\xa5\xa5\x9f\xc2\x15\xce\x73\x92\x38\xdd\xa5\x54\x03\x43\xd5\x06\x48\x66\xe7\xcc\x5e\x52\x50\x2b\xaa\xa5\xb6\xf5\x7f\x4b\x5b\x44\x0a\x3e\x2e\xea\x5d\xc0\x57\xb9\x5a\x51\xa4\xfe\x93\x93\xf3\xf5\x96\xf5\x46\x70\xd1\x25\xf8\xb6\x7a\xec\x5c\x74\x58\x17\x50\xaf\x8b\x06\x37\xf5\x84\xf3\x24\x00\x47\xa7\x77\x34\x6c\x84\x49\x7e\x98\x07\x3f\xd8\x04\xe9\x4a\x62\x49\x93\x3a\x88\x5b\x10\xc0\xd7\x17\x5e\xa4\xe0\xd7\xc8\x1b\x06\xac\x77\xfe\xcd\x05\x63\xdc\x8f\x98\x6e\x41\xb7\xb8\x83\x01\xe1\xe4\x63\xb6\x97\x3b\x10\x54\x73\x55\xc0\x7f\xe0\x24\x89\x1d\x7e\x3d\x16\x18\x81\x01\x31\x30\x66\x6f\x3e\x61\x46\xbc\x13\xd7\x33\x3f\xd4\xf5\x37\xd7\x65\x43\x69\x02\xec\xfc\x58\x9b\x13\x36\x13\x34\xb1\x06\x1e\xe1\x5e\xbd\xcb\x91\x39\xd8\xa8\xda\x54\x1d\xee\xd6\xf2\xc6\xa2\xd5\xbd\x6b\xe1\x53\x0c\x97\xe0\x15\xa5\x4e\x39\xe6\xb4\x45\x78\x63\x69\xea\xb0\x74\x84\x78\x3f\x00\x29\x96\xf7\x44\x47\x7f\x5a\xed\xa5\xdc\xb6\x14\x0b\x08\x57\x58\x07\x59\xa1\x81\x59\x5d\xb0\x82\x76\x59\x59\x9b\xc6\xe5\x9b\xc0\xf6\xc0\x8e\xa0\x23\xdb\xb4\xe5\x32\xc9\xe2\x49\xba\xe8\x81\x09\xaf\x87\x3c\x40\xf2\xa9\xfb\x85\x09\x63\xb3\x3d\x7a\x5c\x24\xe9\xfa\x42\x7c\x24\x30\xc6\x91\x7e\x36\x87\x12\x64\x6c\x2a\x76\x4c\x70\x55\x46\x95\x04\x48\x80\xef\xcc\xb1\x58\xb9\xc6\x53\x81\x93\xc7\x80\x6e\x80\x52\xe9\x96\x67\xb8\xd5\xf2\x4b\x7f\x9c\x8f\xb5\x26\xeb\xc8\x6c\x2a\x9c\x1a\x14\x9d\x78\xaf\x57\x49\x6a\x78\xfb\x19\xa6\xbb\x85\xda\x83\xfd\x94\xeb\x84\x31\x5a\xe4\x16\xe8\x0b\xf5\xb8\x2a\x24\x26\x95\x5e\x66\x70\x17\x88\x11\x57\xae\x0b\x5c\x6d\x3c\xb6\x14\xff\x2c\x41\xb9\x6b\x46\x08\xab\x45\xec\xe4\xe2\xc3\x4f\x14\xaf\x5a\x4f\x68\x3d\x85\xea\x82\x0c\xde\xb8\x0c\x74\xa9\x69\x9b\x9d\x40\x05\x94\x3d\x65\x8b\x45\x25\x7b\xfb\xf9\xd1\xca\x77\x85\x1b\x32\x83\x35\x6d\x1d\xe3\x02\x39\xe2\x1c\xd0\x6b\x76\x51\x3a\xcb\xc8\xd1\x06\xb9\xb6\xec\x0a\x46\x50\x2f\xd8\xf9\xb5\x14\x6b\xc9\x06\x63\x93\x0b\xed\x44\x3c\xd5\x6b\xfc\xff\xc5\xb5\xb2\xe2\x4a\x76\x96\xb8\x20\x42\x6b\x84\x40\x71\xdb\x36\xbb\xb5\xdd\x60\x0e\xc2\x6d\x62\xa8\xfc\x35\x2f\xeb\x6d\x06\xd3\x54\xc9\x71\x9a\x86\xa7\x3c\x93\x2b\x59\x9f\x5c\x62\x7c\x67\xff\xfc\xd2\xdc\x98\xcb\x40\xdf\xa6\x2f\xec\xfb\xa2\x9b\x16\xe9\x0b\xf2\xbf\xa3\xe4\xce\x76\x6f\xc3\xfb\xbb\xdb\x33\xde\x30\xef\x8a\xa3\x24\x7f\xe1\x4e\xc6\x6c\xac\xc5\x08\xfb\xe3\xf6\x0b\xf5\x0d\x01\x1a\x06\x45\x55\x8b\xd4\x37\x7b\xaa\x44\x3c\x23\xe4\x0f\xa0\x67\x55\xdf\x57\x5d\x90\x0e\x44\x74\x4b\xdf\x47\x4a\x90\x12\x21\x76\x00\xc3\x18\xbb\x6e\xc2\x2d\x4e\xfc\x36\x52\x4f\xb7\x16\x7f\x73\x90\x33\x3f\xae\x4d\xde\xcd\x94\xaf\x5a\xac\x1c\x02\xac\x1e\x00\xe4\x76\x23\xec\x1f\x62\x0b\x32\xae\xaf\xca\x16\xca\x56\xc8\xda\x92\x3e\x59\x00\xa5\xb1\x9e\x51\x97\xdf\xa3\xee\x66\x25\x85\xfa\x58\xa6\xfa\x5d\x48\x13\xbc\xb9\xc8\x12\xf6\xcf\x9b\xb5\xca\x2f\xcc\xb6\xc9\x63\xd1\xd7\x74\xb4\x3a\x80\xbe\x18\x32\x2e\xe2\x59\xd0\x52\x25\x00\xa3\x65\x6f\x8d\xcf\x8a\x26\xd1\x17\x6e\x84\x2f\x7f\x8d\xbd\x6f\x50\x4a\x2d\xc7\x54\x3d\x0b\xbd\x4e\x36\x38\x94\x2c\x0f\xd7\xa4\x08\xf4\x28\x88\xf5\x61\xe6\x5d\x6f\x53\x7d\x6d\x37\xa0\x10\x32\xf7\x65\x7f\x4f\x69\x43\xb7\xf9\xad\x61\x33\x73\x99\x44\x85\x05\x78\x9c\xb9\x40\xc5\x46\x79\x62\x4c\x7f\x24\xec\xaa\x7a\x8d\x3a\x4c\x72\xcb\xc1\x08\xbd\x48\x7b\x64\x46\x3e\xbb\xe6\xa2\x22\x15\x51\x55\x0f\x31\xc1\xf2\x8f\x4e\x54\x28\xd3\x8d\x79\xa5\xd8\xaf\x5b\x2c\x12\x73\x6e\x1d\x30\x3c\x96\x79\xd4\x30\x6f\x54\x40\xd5\x89\xe8\x59\x4c\xf2\xc5\x8a\x13\x6d\x9d\x58\xdc\x9e\xb8\x8f\xe3\x12\x8c\x88\xa7\x65\x76\x30\x11\x73\x7b\xeb\xf3\xfc\x6a\x45\x47\xcb\x4b\x10\xbc\xee\x31\xd5\xef\xe6\xb2\x09\x83\x8a\xa9\x58\x1a\x6c\x55\x00\x41\x44\xf7\x1b\x67\x2e\xf4\x51\x8e\x82\x62\x7c\x01\xf6\x06\xfd\xfe\x0c\x66\xe4\x72\x35\xad\x6b\x9a\x7a\xfb\xfb\xfa\x78\x9e\x53\x8a\x9c\x12\x33\x6c\xd3\x60\x4d\x80\x00\xeb\x65\x2d\x0b\x58\x15\x25\x12\xbb\x19\x2e\xe5\xa1\x70\x5e\x59\xfc\xf0\x06\xb7\x85\x28\x8d\x45\xea\x79\x6f\x11\xdb\x35\x90\x59\x66\x32\xb0\x30\xc4\xf8\xb2\xb7\x12\xa9\x41\x45\x53\x21\x7a\x27\x87\xd8\x2e\x53\x6e\x25\x35\x68\x7d\x91\xe9\x64\xed\xd3\x36\x50\x9c\xc6\x31\x77\xe1\xac\xeb\x56\x7e\x44\x1c\x4a\x57\x77\xfa\xd3\x45\x43\xe1\x06\xf8\x4c\x8e\x13\x2e\x2e\xa7\xc5\xee\x89\xac\x83\x61\xb4\x66\xc8\xfc\x8a\xac\x0f\x26\xa3\x6d\x18\x19\xb3\x22\x58\x36\x20\x6c\x6e\x40\x50\x31\x4b\x94\x26\x31\x18\x6b\xac\x35\xc7\x37\xb1\xe2\xea\x3d\x11\xfe\x77\x42\xaa\xbe\xf7\x39\xf7\xe0\x85\x01\x1d\xc9\x78\xd7\x20\x28\xe3\xfb\x84\xb2\xb6\x54\x1b\x89\x52\x5d\xee\x2e\xf6\x84\x92\x44\xef\x6f\xd8\xe1\x89\xc6\xc2\xcf\x21\x30\x39\x2c\xd4\xd2\xc7\xd5\xd2\x0a\xc1\xee\xc9\x63\x55\x96\x19\xbb\x71\x7c\x1d\x09\x2d\x37\x0e\x5a\xc9\x75\x84\x73\xa2\x9b\xfb\xe5\x0b\xf6\x65\x42\xbd\x58\x07\x30\x2d\xf1\x6c\x80\x04\xcf\x09\xe5\xcf\xe9\x20\x3f\x7c\x9d\xa7\xb3\x2b\x44\x67\xb9\xb7\x53\x6b\x47\x8c\x2a\xcc\xcd\x09\x01\xe6\xf0\xc6\xbb\xfa\x4e\xae\x68\x65\xc7\x39\xbc\xba\x82\x23\x96\xeb\xd4\x15\x85\xdf\x5c\xd1\x4d\xfc\xd3\x46\x68\x60\x67\x89\xee\xa7\x56\x10\x64\x84\xf1\x57\x7e\x24\x8e\xf7\xec\x9b\x39\x7e\x63\x93\x3c\x5a\xc2\xfd\xe4\x6c\xe2\xad\x27\x6c\xb0\xa1\x22\x55\xc2\xec\x0a\x9d\xa8\x2e\x63\x64\xa9\xe3\xae\xe7\x50\xb9\x77\x65\x44\xef\xab\xa4\x00\x3f\x88\x68\x0e\xa7\xce\x92\xe0\x3f\xf6\x1b\x60\x1c\x7a\x2b\x99\xdb\xef\xf9\x8e\x68\x58\xee\xac\xcc\x25\x53\x69\x43\x56\x6f\x0b\x20\x85\x90\xbd\x5b\xbe\xe0\x15\xb5\x10\x1f\xf5\x17\x3b\x82\x89\xbf\x4e\xe1\x1a\x77\xea\x3b\x76\x28\xef\x6c\x22\x5a\x00\x40\xd7\xd9\x55\xd0\x3c\xd7\xd4\xcb\xdd\x7e\x04\x24\x98\x42\x1d\x9e\x10\x83\x02\xf8\xa3\x72\xdf\x90\x2a\xf1\x1d\x1d\xa1\x9e\x40\x79\xa4\xc4\x1e\xbe\x81\x9e\xfe\xed\x0a\xd1\x5d\xd5\xd9\x4b\xc5\xad\x7b\x39\x82\xfd\x88\x89\x0c\x77\x44\x55\xb1\x61\x8c\x6f\x77\x02\xb7\xd9\xd0\x70\x0f\x97\xc9\x20\x57\x81\x9a\xad\x2d\xb6\xb4\xb5\x4c\xad\x9d\x59\xb7\x75\xf5\x9c\xb3\xd5\xa7\x0a\xb2\x79\x49\x3d\x3f\xe3\x44\x48\xe0\xdd\x95\xf1\x37\xb3\x27\xf9\x17\x66\x50\xdb\xc3\xb5\xd1\x23\xca\x17\x75\x32\x98\x31\x67\x05\xe9\x14\xb7\x3b\x72\xbb\x1a\xb7\x6b\x00\x28\xe2\x80\x7f\x24\x69\x77\x46\xbb\x01\x11\xca\xa8\x92\xdc\x60\xc3\x75\xe6\xc7\x6c\xbb\x22\xb7\x6b\x71\xbb\x3a\x49\x5a\x17\xd8\x4b\xff\x4c\xbf\x10\x83\xd9\xc8\x90\x41\x29\x65\x38\x5a\x8e\xb2\xf0\xac\xf7\xf7\x86\xe2\x59\xe8\xce\x30\x69\xbd\x20\x3b\x69\x2d\xf9\x5f\x4c\xda\x84\xf3\x53\x97\xd5\x54\x02\x54\xf5\x8c\x38\x9a\xa4\xb2\x6d\xc2\x99\x0f\x7f\xd3\xe6\x04\x37\x94\x93\x83\x43\xf1\x17\xad\x5a\x08\xc0\x3b\xeb\xd6\xef\x5a\x99\xd7\xd2\x9c\xfc\xae\x95\x79\x29\xab\xe6\xef\x5a\x99\x57\x52\x5d\xfc\xe2\x09\x49\x77\xf2\x85\x78\x6f\x91\xeb\xe9\x49\x98\x05\x6e\xf7\x68\x2b\xfe\x20\xad\xe7\x91\xec\x50\x52\x7d\x86\x4c\xc3\xe3\x09\xbb\x20\x57\xf8\x6a\xfb\xf4\x41\x3e\x22\x04\x33\x5c\x16\x60\xc3\x17\x0a\xda\x22\x55\x1b\x39\x2f\x5c\x9d\xa0\x7a\x78\xce\x45\xe6\x02\x90\x3c\x93\x64\xe7\x2f\xd8\x83\x63\xa9\xbb\x51\x7a\xeb\xda\xc9\x02\x7c\x84\xbd\xc5\x96\x53\xad\x87\xd0\x35\x5f\xf2\x5d\x2a\x2f\xb3\x4a\xde\xb3\x3b\xab\x59\x29\xef\xa3\xfd\xbd\x98\xa9\x58\x62\x68\xdb\x6b\x8f\xe0\xd3\xe0\xc0\x41\x28\x7d\x87\x83\x2a\x53\x34\xdf\x5d\x17\x28\x8f\xbf\x3f\x45\x74\xd3\x9f\x5c\xb4\x48\x70\x22\xb9\x1d\xfd\xbe\x93\x71\xaa\x93\x6d\x8e\x44\xf0\x20\xe0\xe5\x37\x3b\x5b\xf9\xbe\xde\x0e\x76\x64\x75\xfb\x1c\xa4\x86\xbf\xbd\x87\x4c\x95\x0b\x25\x06\xba\x8c\x39\x30\xa8\x2c\x66\xad\xef\x44\x4d\xf8\x7b\x57\xd0\xd9\xdd\xd6\xba\x9d\xe2\xa5\xf3\xf5\xa7\x41\x6f\xa4\x82\x5a\x7b\x2d\x56\xa9\x40\xc4\xaa\xff\x6c\x52\x87\x0e\x17\x22\x2a\x22\x07\xbe\x28\x77\x08\xcb\xf8\x55\x02\xfa\x98\x7c\xd1\xd6\xa7\x59\x1e\xfd\x57\xad\x5d\x0a\xa6\xc4\xa3\xfd\x45\x89\xc8\x94\x00\xb7\x60\x7f\x44\xa8\x84\x9e\x83\x0d\x7a\xa6\x3e\x5a\x12\x01\x6a\x7f\x0d\xe3\x3e\x40\xc2\xa8\x37\x5b\x13\x59\x5a\x64\x99\x03\x6b\x97\x1e\xe4\x19\xaf\x4e\xa6\x6e\x24\xe0\x9e\xdb\xbf\x50\x83\x4a\xce\x46\xcc\x07\x83\xe3\x36\xce\x6b\x08\xaa\x79\x37\x57\x6b\x43\xbe\x06\x30\x6a\x7b\xb5\xc5\x5f\xdd\xc0\x5e\x5a\xe8\x82\x35\xbc\x6d\x93\xf3\x3a\xa3\xec\xd4\x30\xa1\x19\xdd\x5d\x11\xe6\xce\x47\x6e\x8b\x57\x5e\xfe\x8c\x93\x0d\x84\xdb\x8a\xe3\x64\x93\x16\x5b\x7c\x53\x44\x1f\x3a\xb5\x05\x6f\x86\xc8\x4e\x3d\x86\x14\x63\xea\xd5\x88\xc3\x43\x7d\xf2\xf4\x1f\x9b\xed\x9f\x2f\x89\xb8\x48\xaf\x1b\x30\x12\x9f\xfa\x25\x1e\xd3\xfa\xcc\xc1\x64\xb0\xce\x43\xb3\x33\xd2\x52\xdc\x1c\x98\xb3\x9d\x69\xa6\x0f\xbf\x9d\xef\x90\x70\x18\xef\x54\x17\xd9\xc6\x55\x90\x9c\x4e\xa3\x9b\xe7\x2a\xcd\x13\x59\xe2\x80\x13\xa9\xdd\xc3\xb0\xc6\x3a\xdc\x3d\x7b\x4d\x62\xc7\x56\x0e\x05\xcd\x8f\xa7\x36\x0c\x0f\xca\xe1\x2a\xad\x74\xf3\x85\x7c\xc9\x77\x44\x20\xc1\xa8\x56\x44\xc5\x97\x95\x6c\x1d\xe8\xcd\x74\x9a\x54\x20\x44\x55\xe4\x8e\xa2\xdb\x6e\xb0\xe0\x94\xe1\xa1\x50\x2e\x3c\x7a\xf9\xbd\xc5\xa4\x7a\x77\xf7\xf9\xb9\x23\x3a\xf7\x75\x42\x9e\xe1\xbd\x98\x4c\xd9\x23\xb1\xe3\xf0\x2f\xba\xb7\x23\xdc\x8f\x15\x4b\x29\x18\xb1\xd6\xa3\x31\x62\x91\xf6\x17\x8f\xf8\x6e\x59\x63\x3a\x8a\x43\x57\x5b\x8d\x80\x2a\xae\x60\x04\x0c\x03\xa8\x9f\xde\x26\x40\xc5\xf9\x3a\xcb\xc1\x25\x59\x16\xaa\xc4\x15\x70\xe8\x65\x7d\x19\x09\x36\x99\x29\x64\xae\xc1\x2b\x4b\x1f\x6a\x2f\x62\xf7\xd0\x6c\xa6\x3f\x63\x75\x91\x05\xd0\x2e\xcf\x9f\x33\xa7\xab\x94\xb0\x6c\x97\xe4\x01\x9f\xf6\x51\xeb\xe8\xde\xcb\x92\xce\xe6\x38\x95\x4d\x60\x23\xa5\xe4\xcc\x8b\x3a\x92\xdd\x2c\x36\x20\xcb\xe8\x1d\x6b\xf4\x55\x7a\xbb\x39\x83\xd6\xe7\x9c\x30\xad\xc5\x55\x9d\xb6\xb8\x5e\xf9\x05\x69\x08\x05\x64\xe3\x17\xe8\x25\xfb\x48\x75\xf1\x00\x58\xb8\xbe\x5a\xaf\xa4\x33\x99\x05\x9d\x9c\x02\x0c\xbc\x85\xab\x4b\x74\xd4\x2d\xcc\xda\x19\x3f\xd5\x0c\xe3\x88\x8f\xc3\x51\x35\x01\x7f\xc4\x57\x93\xfa\x08\x2c\x9e\x48\x61\x20\x61\xc6\x25\x00\x4a\x0c\xef\x4c\xce\xa8\x6e\x4d\x4b\xc1\x5a\xfb\xa4\xb6\x94\x9b\xf1\x75\xc0\xbb\xf4\x8e\x66\xb7\x0b\x9d\x7c\x5f\x7f\xc0\x73\x80\xcb\xbf\xb6\x90\x5b\x84\x35\xc8\xb5\x2f\x1c\x69\xac\xb3\x9f\x1b\xbb\xf2\x10\x7a\x54\x47\xef\x5c\xd1\x02\x1b\xc8\x6a\x41\x6f\x74\x84\x53\x43\xca\x8d\x88\xf9\x02\x7b\xe1\x11\x5f\x2f\x14\x96\xc4\x97\x24\xb6\x92\x82\x17\x33\xf9\x91\xef\x08\xf7\xc2\x09\x57\xc8\xdd\x1e\x2f\x8f\xa6\xf8\xb5\x36\xeb\xd2\xf0\x2b\x57\xa8\x17\xe3\x26\x24\x40\x17\xf8\x30\xe8\x3e\xfa\x5c\x11\x3b\x0f\x69\xa9\xfa\xf7\xea\xc8\x49\x00\x11\x1a\xec\xe4\xfa\xc8\xd9\x54\x1b\x1c\x21\xb6\xfd\x57\x0a\xc8\xf6\x19\x64\xf6\xba\x25\xec\xa1\x0b\x9d\x3d\x73\x01\x8a\x8c\xba\xa2\x2a\xdd\xb0\x81\xf4\x0b\x8a\x50\x34\xa4\x58\x00\x3a\x38\x3a\x60\x93\xec\x15\xc8\xcf\x3d\x48\xc3\x60\xc8\x7f\xbd\x47\x7f\x00\xba\x86\x73\xae\x27\xa2\x84\x7a\x49\x05\x85\xdd\x38\x14\xdc\x8d\x7f\x26\xd1\x62\x37\x1b\x41\xbe\xf5\xb3\x1f\x77\x70\xeb\xe7\x17\x8a\xb4\x52\x7f\xee\xfd\x02\x83\x18\x2f\xd9\xd0\x38\x51\xb6\x80\x71\x28\xfe\x48\xcb\x28\x6e\xf0\xa0\xa5\x4d\x42\x3d\xdb\x92\x08\xd4\x0c\xe6\x80\x53\x0c\x0e\xf4\x6d\xa9\x9d\x3c\xa3\xf5\x17\x57\x56\x9e\x42\x3c\xc4\x2a\x42\xa3\x04\xfa\x5c\xf0\xa2\x2d\xb0\x3a\x29\xc2\xe4\x5c\xb0\x90\xee\x92\x17\x98\x64\xe1\x9d\x11\xb3\x1b\x1e\xd0\x3b\x61\x8a\xc8\x59\x54\x4c\x66\xb7\x43\xeb\xe7\xd1\xb5\x18\xdb\x6a\x0b\x87\xb2\x99\xda\x9f\x25\xe6\x19\x98\x22\xef\x02\x62\xb9\x48\x71\x65\xae\x8e\xd4\x9d\xa0\xb8\x45\x6f\x1a\x90\x6a\xd3\x3b\xe2\x9b\xa4\x85\xe6\x0b\x15\xa9\x65\x43\x5f\x6b\xdf\x57\x31\x0b\xc4\x46\x61\x68\xd6\xd8\xca\xc3\x88\x89\x7a\xa3\x9f\x5d\x2e\x6f\xff\x8b\xd5\xd2\x8f\x5f\x6c\x9f\x11\x2d\xfc\xcf\x50\x78\xb4\xb1\x7b\xfa\x25\x5c\xbd\xbc\xfd\xd2\x4e\xbd\x63\xc4\xef\xf0\x0a\x23\xf5\x7f\xec\x15\x72\xde\x1a\x36\x82\xca\x5e\x21\x71\x11\xb0\x60\x84\x6e\xb6\xe0\xaa\xec\xed\x42\x8e\x88\x0e\x62\x19\xda\x4d\x41\xf6\x28\x13\x13\x21\xe6\x17\x7a\x56\x11\xff\x7e\xe6\xdf\x1c\x3f\x53\x4f\x34\x2b\xff\xf2\x9b\x27\x90\x2b\x0b\xef\x41\x5a\x31\xa8\x61\x8b\xf2\xeb\x50\x9c\x1d\xd8\x62\xa7\xb5\x43\x7e\x31\x8a\x8c\xaa\x07\x8a\x52\x90\x97\xcc\xb9\xaf\x46\x98\x80\x5a\x84\x26\x70\xf9\x96\x39\xd1\xb3\xb2\xb2\x4d\x53\x15\xc8\xe3\x9a\xc2\x9a\xfd\xcd\x9a\xc2\xba\x77\xb3\x35\xef\xb8\xdc\xbd\x5e\x6a\x53\xa5\x5b\x51\xb4\xdc\x1c\xa5\x55\xa5\x7b\xd4\x73\x72\x5a\xe9\x15\xfa\xf4\x74\x4c\xfd\xd6\xcf\xb3\x4e\xf5\xed\x8a\x41\xc8\xfe\x09\x2e\x0e\x38\xa1\x7c\x8c\xee\x8a\x6a\xb5\xa8\xcf\x22\x94\xa9\x02\xe3\x4d\x0a\xb0\xcf\xbd\x06\x67\x6c\x55\xd7\x0e\x5e\x85\xde\x87\xd5\xe5\x0c\xef\x31\xca\x6a\xf8\xab\x29\x79\x77\xbe\x1a\x6b\xb0\x92\x96\xe9\x86\xc4\xec\xa2\x6a\x6a\x47\xbe\x0e\xe5\xae\xb7\x24\x6e\xd5\x05\x28\xe0\xc1\x19\xff\x77\x0f\x67\xf2\x4b\x7e\xee\xcf\xc9\x6f\x4a\xc8\x7d\xa5\x85\x10\x17\xee\x04\x35\xbb\xac\xef\x55\xea\x32\xa6\x2b\x36\xc5\xe6\x17\xda\x02\x53\xcf\x73\x70\x18\xf6\x37\xb9\x6c\xa1\x17\xa2\xc2\xed\x05\xb0\x22\xba\xb8\xc6\x9f\xcd\x1d\x56\x7a\xf4\x9d\xdc\x03\x1c\xbc\xa7\x83\x95\xa0\x39\x68\xe2\xf6\x9c\x4f\x5c\xdb\x52\xe2\x32\xa7\xa4\xec\xf1\xb2\xbb\xb5\x03\x07\xc9\x4c\x65\x04\x28\xd6\xa4\x7a\x8d\x58\x15\x62\xfc\x30\x27\x81\x5d\x39\x40\x15\xc8\xb3\xfd\xac\xd3\x54\x8c\x16\xdf\x34\x5b\xcb\xef\xfc\x88\xfc\xe3\x33\x29\xac\x4f\x24\xd4\x77\xa9\xb7\x2f\xfa\x8e\xfa\xf9\x2f\x3d\x19\x8d\x13\xbb\x1f\x69\x91\x0d\x67\x10\x32\x83\x60\xa1\x17\x8e\x5d\x93\xd9\x03\x62\xd8\xb0\xd3\xbe\xce\x7d\x0e\xf6\x53\x81\xcc\xf9\xce\x74\xa7\x55\x78\x97\x19\x21\xca\x98\xa7\x5e\x23\xfb\xa4\x9b\xff\x4b\x9f\x34\xfb\x64\x45\x86\x79\x85\xef\xf1\x93\x5d\x5f\x35\x10\xee\x14\x4f\xca\x12\xac\x1f\xe0\xac\x3f\x81\x93\xa4\x79\x64\x9e\x06\x02\x6d\x4f\x0d\x9b\x3e\x81\xa4\xf9\xb1\x4b\xd8\x24\xe0\xe1\xee\x18\xdb\x3e\x04\xbf\xe8\xd4\x5a\xa1\xc3\x7e\xc9\x34\x5f\xc0\xb9\x04\x83\x67\x1e\x70\x73\xfa\x5f\xab\x8a\x3d\x8a\xde\xca\x8c\xfb\x75\x4f\xb3\xd4\x3f\x7c\xc3\x19\x4b\xbf\xba\x27\x3d\x67\x1e\x15\xbf\x6c\x9f\xe4\x96\x0e\x8e\x05\xf6\x0d\x1f\x75\x72\xd5\x53\xb0\x81\xbb\x53\x2f\x59\xaa\xcd\x0f\x29\xbe\x79\x47\x2d\x15\x33\xa1\xc7\x08\x76\x57\x31\x3e\xed\x33\xdc\x6b\x29\x29\xb7\x0a\xec\x48\x71\x77\xa6\x7d\x99\x11\xc5\xef\x50\xb3\x4c\x77\xe6\x6e\xd5\xd4\x69\x97\xeb\x0b\xec\xf1\x36\x98\x4c\xc8\xac\xa8\x25\xbc\xe3\xc7\x77\x72\x8e\x3f\xfd\xf5\xba\xb2\xff\xd7\xeb\x6a\x28\xc4\x38\xbb\x42\xec\x8d\x3a\xf2\x3b\x7c\x4a\x2f\xb7\x40\xfe\xc5\x87\x24\x46\xd0\xbd\xd5\x05\xd0\x89\xc1\x86\x67\xf0\xd7\x6b\x74\x28\x3c\x8e\x35\x9c\x79\x57\xad\x64\xe7\x8a\xa3\x31\x66\xd0\xab\x0d\x89\xfc\xcc\x8c\xea\x47\xbb\x7e\x19\x59\x69\xe5\xd4\x70\x0f\xc6\xc9\xd6\xb2\xb7\xa8\xfc\xdb\x2d\xcc\x72\xc8\x8a\x09\x87\x31\x05\x95\x2d\xf4\x8d\x03\x8c\x15\x3a\x4b\xa9\xb9\xb4\x44\x19\xe8\xd2\x6a\xb1\xe3\x19\xff\x0f\xa2\x1d\xe5\x40\x71\xd1\x55\x23\xd4\xd3\xf1\xed\x4e\x48\x9b\x8b\xf7\x96\xf7\x44\x5b\xcc\x38\x6f\x72\x5e\xe7\x04\x2d\x83\x60\xa8\x90\x15\x6e\x47\xf2\xc6\xb5\x1d\x02\xcf\x88\x09\x76\xa5\x15\x69\x21\x07\x55\xc0\x10\xbc\x62\x5d\x65\x82\x43\xab\x15\x51\x40\x6f\xd4\xf9\xfe\x6a\x1d\x39\xf0\x55\x51\xc0\xc6\x3a\xb1\x72\xb7\x46\x9c\xbc\x5f\xc2\x1b\xf7\x8b\xc8\x61\xef\xb2\x1e\xe4\x9b\x52\xb5\x5a\x89\xb7\x36\x4f\xbf\xb9\x46\x5b\x1f\x49\xf3\xfe\x9f\x9a\x43\x35\xca\xdc\xa2\x87\x6b\x52\xfb\x63\x27\x6e\xeb\x5e\xf5\xff\x2f\x6d\x3b\xbf\x69\xeb\x5d\xb5\xf5\x6f\xb7\x25\x4b\x99\x32\x2e\x29\xca\xac\x36\xea\xaa\xff\x88\x1f\xf2\x97\x17\x75\x92\x8b\xba\x42\xb9\x58\x39\xa2\x97\x6d\x6f\xb8\xfb\x9b\x78\xb9\xfd\x25\xb7\x5a\x14\x21\x5c\x96\xf4\xbf\x73\xe0\x88\x91\x99\xd8\x75\xcc\x08\x05\xaf\x0d\xf1\x1e\x92\xfd\x6f\x6f\xb7\xc8\x4f\x2e\x31\x93\x42\x91\xf0\x79\xce\x07\x69\xd8\x2b\x90\xd0\x12\xcd\xb4\xee\xa0\x46\x18\x43\x36\xb0\xcb\xe8\x15\xee\xc1\x83\x64\x52\x7f\x7b\x3d\x43\x87\x01\x42\x33\xf6\x0c\xea\xc6\x44\x6e\x66\x9c\x8f\x36\x43\x8a\x63\x01\xae\x5f\x3b\x47\x45\xf2\xec\x86\x55\x87\x37\xad\x57\x43\xc7\xf6\xfa\x21\xe5\xe8\x6b\x16\x38\xcb\x30\xdf\x17\x5f\x15\x70\xb3\x6a\x59\xf4\xf6\xc0\x37\x76\x27\xa8\x1d\xd2\xd3\x43\xbc\x9b\x4e\x9c\xf8\xa0\xcb\xe8\xa0\xf6\xf7\xef\x7a\xc6\xe8\x9c\xfc\x50\xf8\xa1\x4a\xf7\xe9\x8a\xf6\xfd\xdf\x5c\xd8\x17\xf6\x8b\x7e\x81\x04\xd9\xf3\x2f\x9c\x10\xb3\x4c\xb1\x56\x9f\x32\x92\x76\x91\xe3\x12\x8d\x5a\x72\x6e\xce\xfc\x63\xa5\x84\x53\x63\xa7\x2e\xf2\x0d\x87\xb0\x39\xf0\x6d\xb6\x36\xce\x4f\x11\x92\xf7\x84\x0d\x46\xe0\x5d\x8e\xd6\xc1\x1a\xe9\xb0\x67\x72\x23\xaa\xc7\x02\x10\x18\xee\x16\xd6\x8f\xbf\xe1\xe2\xbc\x3c\x90\x09\xe2\xc4\x5d\x1c\x56\x40\x80\xb9\x39\x40\xa1\xe7\xd3\x38\x7f\x5d\x78\x21\x2f\x92\xf8\x20\x71\x1f\xae\x28\x20\xa4\xee\x90\xd7\xa2\x04\x6e\xa3\xfc\xfc\x4c\x69\xb3\x64\xa2\x84\xf3\x1a\x61\xd3\x39\x3e\xd1\x8d\x37\x5b\x18\x1d\xe7\xb5\xa3\x65\xd1\x4e\x9e\x30\xd2\x8e\x19\x59\x6e\x03\x51\xdc\xce\x8f\x85\x0d\xb8\x71\xc4\x3c\x7d\x17\x6e\x02\xed\x89\x58\x06\xc5\xd2\x6c\x62\x1c\x09\x27\xbf\xaa\x8a\xac\x73\x20\xc9\x55\xb0\xdb\xa5\xbc\xeb\xac\x0c\x8d\x38\x0d\xc7\x21\x2e\x14\xb5\xc5\xe0\xaf\x1e\x42\xf8\xf9\x9c\x14\x62\xa6\xf2\x4d\x29\xfa\x1c\xb8\x5f\x4f\xac\x24\x78\x5e\xda\xd9\xd9\x17\x42\x98\x0a\x14\xc0\x34\x51\xd9\x09\x27\xb1\x74\x84\x5d\x53\x84\xcb\x3b\xe6\x60\x51\x1f\x40\x78\x81\xd2\x48\x4a\x94\x08\x75\xf6\x20\x16\x1c\x83\xe8\x09\xf5\x54\xe4\x3a\x91\x79\x47\x8c\xb5\xa0\x7f\xf1\x96\x21\xba\x5d\xec\xf5\x46\xaf\x1e\x4b\x40\x81\x55\x39\xd6\x76\x39\xcb\xf4\x5c\xac\x24\x02\xbd\x0b\xa9\x6d\xf2\x20\x4e\xef\xb6\xdf\x2a\x53\x26\xd4\x70\xb5\xb2\x86\xba\x6c\x44\xbf\x24\x0d\x30\x93\xb2\x8e\xb8\xda\xbe\xde\x9a\xf4\x67\x7b\xfd\x1b\xb0\x86\x0e\xea\x52\xa9\x92\xc5\x65\x9e\x06\x44\x3e\xfd\x86\x27\x12\xbd\xba\x81\x87\x76\x84\xfd\x12\x3f\x00\x38\x2b\xd6\xd8\x51\x7b\x87\x57\x96\x88\xe8\x00\x60\x36\x87\x09\x8d\x96\x6f\x08\x7b\x80\xf2\xfa\x89\x9c\x41\x28\xb4\x33\x0e\xb6\xf8\x26\x72\x00\xd6\x7e\xec\x98\xcc\xfe\x3c\x73\x88\x63\xee\xf1\x02\x37\xa4\x5f\x9c\x69\x6b\xcf\x9e\x9a\x12\xd5\x18\xda\x04\x85\xe0\x46\x1b\x94\xb0\xf6\x67\x5b\x87\xb5\x64\x3d\x38\xd3\xb9\x31\xc4\xe6\x9f\x14\xb7\x29\x90\x68\x75\x38\x51\x03\x09\x5f\xc2\x6b\x06\x1c\x6a\xa5\x9c\x73\x40\x9d\x95\xbb\x39\xb5\x53\x5a\x9d\xba\xe3\xc8\x72\x8d\x72\xdc\x98\xd0\xb2\x39\x23\xf0\xc1\x78\x3b\x84\x45\x07\xfe\x31\x1f\x87\xed\xd0\x02\x99\xe3\x17\x79\xf1\x0f\x08\xd8\xba\xac\x5f\xfb\xf8\x30\xfc\x66\xc0\x45\xcf\xca\x0c\xb1\x3e\x31\xa0\xe3\xb8\xa6\xa5\xf9\x5e\x9f\xe2\xab\x9b\x7e\x10\x0b\x8f\x19\x96\x79\x32\x2f\x3f\x16\x2e\x63\x0d\x72\x84\x6d\xed\x06\x44\xc1\x44\x7b\x41\xc7\x34\xe7\xcf\x70\x0e\xa0\xf7\x57\x8d\xe4\x2d\x87\xa1\x76\x47\x26\x48\xe7\x58\x11\xcf\xc3\xe7\xff\x99\x69\x98\x42\x5d\x28\xe0\xf1\x73\x40\x5e\xb9\xfa\xde\xff\xab\x69\x98\x10\xde\xcf\x0f\x3f\xc0\xa4\x90\x99\x06\xdc\xce\xd1\xa6\x4f\x3c\x0f\x3e\x83\x3b\x1a\xa4\xf1\x76\x50\x83\x41\x81\x4a\x70\xb6\x73\xc0\xee\x30\x14\x62\xb8\xdc\xd2\xb6\xf4\x4c\xc1\xa7\x4e\x2f\x9f\x42\xd2\x77\xf7\x3d\xbd\x01\x53\x9d\x8d\x8d\xdc\x32\x05\xd1\xf2\x31\xde\x88\xa9\xc8\x7d\xe6\x92\x7e\xfd\x9b\x0a\x91\x9c\xb6\x5a\x98\x95\xee\xbe\xa1\xda\xd1\x7a\x1f\xc7\x64\xef\x3b\x59\xe2\xef\x80\x3f\x0c\x2d\x26\xcf\x52\xd4\xef\x78\x43\x2f\xa1\xae\x7c\x67\xcf\x89\x86\xf9\xc5\x3d\x5c\xaf\xa2\x7f\x02\x26\x9f\x8a\x8c\x0d\xc7\x3f\x86\x8e\xb9\xb3\x1f\x4c\x15\x78\x3d\xd5\x1d\x9e\x00\x9f\xac\x3b\x32\xb3\x0e\xe9\x7a\xba\x87\x76\xea\x11\x1c\x53\x85\xe9\x3b\x6f\xa0\x94\x6a\x2a\xd9\xa3\x43\x9f\x16\x5b\xec\x8c\x7f\x8e\x8f\x2c\x71\x64\x41\xb2\xe8\x48\xb4\x06\x06\x5f\x05\x03\x15\x8e\x3b\x95\x8f\x8b\x82\xf5\xa0\x99\xc3\x5d\x0c\x6b\x86\x98\x80\x61\xb4\xf6\x38\x81\xb5\x31\x67\x95\x09\xe1\xf8\x80\xa0\x65\x88\x84\xb9\x00\x97\x10\xfa\x11\x19\xf2\x5a\x93\xb2\x81\x10\xdd\x86\x90\x8e\xbb\x90\x81\x51\x7a\x8f\x48\x77\x22\xbc\x26\x55\x8a\xb2\x01\x66\x72\x97\x58\xbe\xe6\x82\xcc\x0d\x85\x13\xdc\xe5\xfb\xf1\x6a\xe4\x30\xd5\x57\xeb\xd6\xd8\x4a\xbf\x1d\x9b\x19\xd6\x7c\x83\x9c\x86\xd3\xb1\xfd\xc7\xe1\x99\x91\x5d\x5d\x93\xb9\xad\xdb\x62\x14\x30\x17\xc8\x22\xab\x51\x7d\x50\xfb\x29\xc2\xc8\xfe\x9a\x3c\xbf\xf6\xab\x7e\x43\xe3\x06\x89\x53\xeb\x13\x51\xbc\xc4\xfa\xf0\x84\x1a\x13\x1b\x0b\xe1\x31\x45\x35\x36\x66\x79\x5f\x3d\xc1\x43\x8b\x1d\x95\xb2\x05\xda\x62\xbe\x63\xfe\xf7\x9d\x93\x4f\x23\x44\xf7\x01\x83\xe8\x2d\x14\x04\x5c\xd2\xe7\x9b\xd2\xc5\x79\x64\x1d\x8c\x4c\x0c\x4d\x07\x7a\x4b\x63\xaa\x21\x90\x90\x2f\xd5\x95\xc5\x52\xad\xab\xd4\x95\xea\x2e\x7b\xa5\x7a\x30\x9b\x63\x6e\x47\x0b\x72\x50\xd8\x65\x7e\xf7\x81\x56\x21\xc2\x94\x2b\xd3\xa9\x99\xe9\xf9\xe7\x98\xae\x7a\xee\xb1\x9f\x25\x6b\x64\x34\xff\x69\x78\xea\xc1\x0c\x6f\x0b\x5f\x64\x6f\x67\x14\x43\xca\x46\xb3\x0f\xd7\x06\xdb\xe9\x28\xff\xe3\xfe\xf5\xe3\x9b\xfe\x17\x3b\x07\x4a\x09\x00\xd7\x19\xeb\xea\x21\x79\x9c\xdd\xfc\xdf\xe6\x24\x7b\x3b\xb5\xb4\xae\xa6\x67\x0f\x45\xa9\xd3\x58\xb1\xb6\x98\xc4\x2a\xd5\xf7\x04\xa8\xc2\xee\x84\xf0\xb1\xea\x7e\x0a\x9c\x6c\xd7\x34\x36\xab\x8b\xbe\x9b\x34\x1a\x77\x48\x94\xee\x12\x94\xc8\x0a\x95\xea\xb2\x76\x68\x2b\xf8\xeb\xfb\x0a\x7f\x3a\x67\xa7\x3d\x45\x19\x54\x74\x6d\xd4\x36\xfe\x93\xce\xaa\xd4\x99\x5f\x03\x99\xc5\x85\x75\x9a\x55\x36\x86\x5b\xae\x81\xd1\x5b\x46\x05\xf6\x62\xdc\x40\x6c\x87\x32\x05\x15\xce\xc1\xe7\x0f\xbf\x8f\x7a\xfb\x7f\xfb\xb3\xe7\x52\xd8\x26\x7f\x89\x02\x4b\xb5\xdb\x02\x40\xb9\xfc\x05\xb8\xff\x81\x00\x30\x21\x2b\x20\xe9\x29\xfc\xf3\x5f\x89\x82\x7e\x76\xc8\x87\xeb\x55\xdf\xfc\xa7\x21\xff\x5e\x28\xf4\xd9\x85\x4a\x90\xaf\xcc\xc0\x13\xf1\xf0\x9f\xdd\xe9\xa6\x78\x30\xb9\x2c\x44\x55\x91\xb9\xdd\xff\x4e\x50\xc4\xc6\x2d\xb9\x9b\xec\x7f\x17\x19\xca\x6d\x06\x78\x99\xf8\xf5\x5f\x09\x0e\xc2\x22\xfd\x07\xd2\xa3\x1e\xb0\xb2\xe4\xdc\x10\x22\x4c\x59\xb9\xb1\xfe\x13\x51\x52\x35\x3d\xbb\x37\x24\x0a\x7a\xf6\x1b\xd6\xff\x56\xae\xd4\x53\x19\xcb\x8d\x1f\x63\x63\x0a\x9d\x8d\x31\xfa\xe3\x4c\x22\x47\x38\x53\xf6\x07\x1b\x7c\xbb\xee\xa1\x34\xe7\x61\x29\x60\xe9\xbc\x74\xf4\x45\xdf\x94\xdd\x65\xf3\xb4\xaf\x86\xdd\x29\x3f\x7c\x0e\x83\x38\x32\x5c\xac\xa9\xd8\x0d\xe0\x9e\xc0\xa6\xe2\x16\x88\x21\xe0\x19\x5e\x00\x25\xd4\x5d\xc6\x8d\xa2\xda\xc6\x83\x32\x41\x8d\xd1\x36\xd3\x8b\xd9\x7b\x10\x93\xb5\x0f\x8c\x80\x6f\xf2\xef\x16\xff\xae\x4f\x28\x5a\xdb\x6e\xf0\xef\x2a\xff\xae\xf1\xef\x7d\xb5\x9d\xff\x12\x2e\xe2\xbf\xb9\xbb\x64\x60\x3b\x76\x84\xfd\x18\xd8\x71\x81\xfc\x8f\x0b\xa3\xe8\x79\x84\x2f\x39\x8e\xae\x07\x51\x3b\x3d\xd2\x57\xa2\x89\xf3\xcd\xf8\x78\xbc\xcf\x70\x1d\x75\x0e\xdf\x38\xfa\xad\x9b\xbe\xe4\x8e\x94\x12\xdd\xdb\x41\x63\xb4\xb7\x47\x12\xe6\x6f\x04\xdc\xeb\x95\xf8\x68\x91\x8f\xae\xee\x09\x93\xd6\xe2\x71\x34\x6b\xc4\xb6\xec\x9a\x5a\x0e\x94\x08\x84\x77\xb2\xdb\xa5\x9d\x5f\x09\xea\xbd\xbe\x31\x76\x8e\x27\x1c\x8e\x3a\x14\x53\x0b\xe0\xff\x23\xef\xcf\xb6\x53\xe7\x95\xb0\x51\xf8\x82\x60\x0c\xfa\xee\x50\x92\x8d\x71\x1c\xc7\x21\x84\x90\xe4\x2c\x2d\x60\x0c\x98\xbe\xb9\xfa\x7f\xa8\x9e\x92\x1b\x42\xe6\x3b\xdf\xb5\xd6\xf7\xef\x3d\xf6\x77\x32\x33\x91\x25\x59\x56\x53\xaa\xf6\xa9\x06\xa3\x92\xd4\x00\xdc\xcc\x11\xad\x87\x6d\x66\xb9\xf7\x00\x99\x22\x95\x87\x7b\x28\x73\x5c\xf8\x79\x4d\x3e\x89\x06\x60\x3f\xdb\x60\x02\xb5\x1f\xea\xe8\x6d\xb5\x5a\xd8\xc5\x41\xea\xac\x3f\xe7\xcd\x91\xcc\x77\xe9\x4c\xae\x9c\x81\xb1\xf1\x8c\x21\x1b\xce\x1f\x01\xce\x05\x2b\xf0\x0e\x10\x46\xef\x53\xba\xf7\xfa\x46\x74\x85\x90\xa4\xde\xc7\xaf\xe8\x22\xca\xde\x7c\xea\x35\xdc\xa3\xfa\xb9\xc9\x5d\xd3\x81\x58\x59\x1c\x93\x54\x05\xea\xc0\xa8\x81\xad\xe0\x2c\x6f\x8b\x29\x18\x56\x05\x18\xab\xc8\xf0\xa3\xc4\xdc\x66\xed\x17\x5b\x8c\x79\xc6\x9b\x5b\xc4\x30\x1f\x69\x82\x86\xf4\xc1\x07\x52\x16\x21\x3f\xba\x17\xef\x33\x91\xcb\x26\x8d\xd0\x89\xdd\xc9\xf4\xc3\xc0\x84\x5d\x53\x32\x21\xd2\x9c\x51\xad\x01\xe5\xf6\xbc\x27\xb7\x64\xcb\x9f\xa3\x1b\x6f\xb1\x47\x0c\xf1\x6a\x4f\x70\xa1\xdf\x47\x1e\x4f\x0b\xc6\x34\x7f\x3e\xfb\x59\x8f\xa4\x4a\x2b\xb1\xf5\xc7\x0a\xc1\xa3\xb9\x3a\xbe\x9e\x54\xf4\xe5\x9d\x97\xe4\xd4\xe5\x7e\x72\xfc\x76\x52\x71\x4a\xd3\xa9\x8c\x35\xe4\x45\x28\x6b\x76\xd1\xd7\x74\xcf\xa1\xf0\x24\xa7\xe6\xc8\xaa\x6d\xc5\x63\xf5\xc7\xc1\xa2\x7f\x11\xcc\x3a\xca\x8c\x16\x78\x2a\x43\xa1\x6a\xea\xda\x68\xf4\xab\xb8\x57\x1a\x36\x64\x42\x8a\x61\x58\x66\x72\x60\x3b\xc5\x34\x49\xcb\xa0\xc5\x99\x7b\x36\x14\xa0\xc9\xc9\xb8\xdd\x49\x5b\x66\xd6\xdb\x16\xd8\xc6\x4a\x34\x59\x03\x39\x25\x1e\xa9\x27\x6e\x73\xcb\x5f\xa7\xe5\x07\x7e\x75\x17\x8b\xcc\x20\x2d\x95\x89\x5d\xfc\x10\xf6\x7b\x6b\xab\xfe\xb3\xf5\xf7\x28\x84\xf3\x46\x94\x81\xcc\x79\x9a\xe7\xbf\x9e\xe3\x2f\xe7\x11\x63\xac\x96\x81\x70\x1c\xd4\x81\x57\x90\xd4\xdb\xcd\x71\x52\x2a\x75\xae\x58\x45\x94\xc2\xe0\x36\x57\xed\xc0\xfb\xa4\x86\x61\xc7\x12\x41\x0e\x02\x5e\x90\x98\x29\x5e\x49\x37\xe1\x30\x12\x5d\x2f\x19\x7f\x88\x42\x34\x37\x70\xad\x1a\xc7\x32\x09\x21\x0e\x6e\x32\xaf\xb2\x69\x57\xd8\x19\x4e\x82\xda\x95\x49\xe2\x1e\x34\x01\x75\xf9\x4f\xcd\xfa\xa6\x99\x1e\xb6\x2b\xc4\xc8\x02\x0c\x50\xbe\x55\x9f\x4c\xc3\x9c\xbd\x4a\x28\x4c\xa4\xcf\xc6\x14\x5f\x2f\x28\x01\xa3\xb2\xfd\x74\x17\x03\xb2\x84\xa0\x2e\xac\x1f\x03\x48\x52\xe8\x60\xc2\x36\xb2\x05\x3a\xe7\xc5\x80\x13\x65\xdf\x81\x1d\x27\x5d\x6e\xc2\x55\xd5\x3d\xb1\xd1\xe7\xcc\xfe\xd8\xb5\x8e\x34\x50\x11\x9c\x61\x0d\xc9\xfd\xd6\x08\x97\x7e\xac\x93\x71\x48\x05\x47\x46\x5f\xab\x23\xa0\xc1\xf4\x13\xb4\x28\x00\xcc\x0e\xe5\x9f\x2a\xf4\xcd\x2e\x0c\x96\x30\x87\xb9\x8d\x29\xf4\x61\x05\x62\x79\xdd\x12\xae\x82\xea\x2a\xd5\xd7\xbb\x95\xbd\x93\x23\x78\x21\x36\x40\xb9\x92\x27\x78\x46\x1b\x58\xfe\xd2\x8b\xc7\xee\x84\x8b\xff\x94\xc8\x51\x8a\x75\x77\xad\x08\x75\x1a\x30\xc1\x7e\xf4\x52\xbc\x62\x76\xcf\xd0\x02\xbb\x23\x2f\x69\x01\x93\xb9\x41\x03\x09\x8e\x0c\x3e\xa3\x49\xc1\x9f\xa3\x18\x8a\x23\x99\x2f\x49\x17\x9d\x28\xe4\xb2\x16\xee\xe5\x71\x63\xd2\x34\x38\x56\xd4\x1f\x5e\x00\x4a\x6a\x5e\xd0\xfd\xd9\xbd\xcb\xd0\x94\x69\xa6\xf6\xa9\xe1\xad\xc8\x71\xee\xff\xf6\x35\x00\x19\x32\x8b\x70\xfb\x3f\x5e\x02\xf4\xfe\x73\x0d\xdc\x74\x05\x1a\xff\xb7\xaf\x00\xee\x0b\xb3\x02\x97\xb7\xc9\x7f\xbf\x06\xe8\xff\xe7\x1a\x6c\xe2\x34\xf0\xd6\x6d\x5d\xac\xc2\xaa\x89\xbf\x5b\xce\xf6\xfd\x7f\x76\x39\x7c\xba\x79\x6f\x45\x01\x49\xee\xfd\xe5\xea\x27\xbf\x14\x90\x0d\xf6\x2a\xe7\xc3\x94\xdd\x69\x29\x3d\x4b\x7f\xb5\x96\x4e\xeb\xbf\x58\xcb\x40\xcf\xf4\x35\x3e\xec\x6f\x17\xca\x26\xd0\x42\xe5\x75\x2e\xd4\x3e\xe6\x8a\xf9\x8d\xa7\x34\x57\x0d\xee\x3c\xd5\x51\x97\x13\x35\xd6\x17\xbc\xc7\xc1\xfe\x8c\x8a\x80\xce\x4d\x7c\xf0\x06\x16\xe0\x8f\xd2\x2b\x87\x84\x05\xa2\xe7\x6d\x91\xc1\x23\x02\x8f\xef\x93\x81\x36\x92\x87\x1d\x23\x79\xb1\x37\x8c\x47\x4a\x5e\x7b\x21\x0f\x48\x78\x3c\x3a\x72\x4c\xfc\x69\x47\xae\xab\x53\x79\xde\xb1\x34\xb0\x73\xb4\x74\xca\xf2\x0f\x27\x36\x7b\xfb\xdf\xbd\xb0\x6e\x5e\xd8\xb8\xfa\x42\x66\x3e\xd7\xf4\xc6\xf5\xf5\x37\xae\xfe\xdd\x1b\xdb\x3b\x63\xa7\xea\xe4\x5f\xb9\xb0\x52\xdf\xec\xb7\x3d\xa2\xc4\x27\x5e\x26\x58\x09\x6c\xc1\x7c\x26\x29\x9f\x0f\xcd\x82\x33\x81\x64\x76\x20\x13\xe2\xdb\xf1\xd7\x56\x85\x10\xad\x68\xb1\x4c\xab\x13\x0c\x8f\xe7\x6c\xab\x4e\xb6\xd5\x6a\x26\x19\x4d\x9e\x66\xc0\x84\x79\x97\xa9\xdd\x52\x56\xb2\x0d\xe1\x61\xc1\x0d\xab\x33\x4a\x42\x2c\x0e\x32\x7e\x27\x94\x02\x95\x83\x64\x73\x85\xeb\x96\x72\x74\xe2\x56\x4c\xe7\x0c\xf4\xe1\x98\xd4\x13\x99\xff\x12\xea\xc3\xf7\x82\x20\xf5\x3f\x28\xe5\xc9\xe9\xe9\x0a\x33\xcf\x56\xf0\xff\x9c\x7c\xa8\x48\xd5\x0f\xf0\x30\x8c\xcd\xea\xb0\xc3\x0a\x3c\x6a\xb3\x2c\x01\xc9\x63\x53\x9c\xfd\xd1\xe2\xcf\xd5\x35\xe9\xa4\xfa\x1b\x8c\xe6\x6d\xfd\xe7\xfa\xfa\xba\x1b\x50\x14\x1d\x7d\xe7\x4b\x54\xeb\xfe\xf3\x68\xd6\x6a\x0c\x55\xf4\x3f\x55\xe7\xd1\xac\x15\xd0\xa1\xff\xa9\x3a\x06\xe3\x9c\x55\x98\xdb\xb1\xe2\x0d\xca\x98\x8a\x6d\x1c\x76\x44\xc0\x98\xdf\x2f\x21\xa3\xde\x50\x61\x22\x71\x84\x76\xe4\xe7\xcf\x39\xf5\xb0\xce\xf6\x30\xad\x32\x08\x62\xe8\x5c\xe9\x21\x36\x3d\xd4\x73\x3d\x1c\xb3\x3d\x8c\xb9\x87\xe8\xcf\x3d\xa4\x07\x11\x3c\x34\x75\xa1\x8e\xf0\x4c\xe3\xac\x7c\x6f\xf1\x45\x1f\x5a\x56\xf0\xc4\x07\x47\x22\x01\x83\x71\x27\xd7\xa8\x1d\x6c\x0e\x0c\xbf\xb6\x83\xe1\xf3\xcb\x30\x08\x42\x19\x28\x31\xc4\xfb\x55\x9a\xd2\x60\x9a\x08\x67\x4c\xb8\xc1\x65\xc5\x6a\xbe\xf1\x9c\xd1\x0a\x2b\x76\x06\x6f\xa5\x4d\xbf\xc4\x4a\xd6\x48\x1f\xa9\x8e\x92\x3c\xf1\x95\xa8\x36\x70\xbf\x26\x00\x2f\x0d\x5a\xdb\xdb\xb8\xd1\xcd\x68\xb8\xd5\xed\xba\x91\x77\x09\x68\x7a\x99\xf4\x4d\x47\x59\xaa\x5f\x7d\xfc\xad\x2f\x7c\x26\x17\x65\x4e\x13\x59\xaa\x64\xe0\x67\xfe\x7e\x60\x55\xf2\xcd\x55\xb7\x35\x46\xde\x83\x42\x5c\xdd\x42\x56\x75\x4c\x78\xd7\x41\xa5\xfa\x28\x42\x99\x16\x2f\x0d\x1e\xfa\xa5\x29\xd3\xe8\x38\xab\x93\x8c\x0d\x9e\xa0\x9b\xd3\x36\xcd\xbd\x83\x94\xe6\xa6\x4d\x62\x12\x4f\x38\x16\x58\xcd\x35\x3d\xfa\x31\x01\x8a\x35\x12\xbd\xab\xe3\x68\x33\x6a\xcf\x84\x8c\x44\xde\x98\xc8\xd3\xa0\x44\x48\xe7\x35\x5e\xcc\xe7\xf4\x3d\xd6\xbf\x7d\x4f\x35\xa4\x63\xf6\xb2\xf4\x7f\x7d\x0d\x4b\x83\xa7\x11\xd6\xa0\x83\xdc\x00\xc1\x89\x95\xd2\x3f\xb2\x30\x31\xe6\xda\xf4\x39\x09\x10\x06\x7e\xd0\xb6\x0a\x5f\xb5\x76\x09\x51\x36\x67\x0c\xc1\x2f\x00\xc6\xd9\x83\x9b\x70\x69\x45\x49\xb6\x3a\x72\x4e\x5b\xd6\xba\x69\x52\x58\xd0\xc7\x1a\x73\x1e\x72\x22\x3a\xc6\x32\xf6\xe8\x06\x8c\x54\x92\x5c\xcf\x11\x36\x92\xf8\x8f\xe2\x6d\x72\x49\x52\x84\x0a\x72\x0b\xfc\x32\x6c\x37\x89\x04\x98\x91\xbf\xd4\x68\x4f\xf3\xf1\x6b\xa6\xa9\x0e\xc4\xf9\x39\x27\x94\x9b\x50\xa3\x7f\xcc\x4f\x15\xda\x26\xbb\x8d\x49\xfc\x78\xc2\x75\x13\x4d\xf9\xa2\x27\x64\x05\xf8\xd7\x7d\xd4\x46\xc5\x91\xf0\x3a\x9a\x51\xeb\x89\x63\x66\x5f\xe8\xbf\xd4\xce\xdb\xac\x6d\x82\xa2\xfa\x6e\xf0\xd1\x2a\x6c\x01\x5d\x43\x34\x97\x92\x43\x7e\x09\x35\x91\x86\x4c\x6d\x58\x1f\x0f\xa7\x21\xe4\x84\x54\x0f\x20\x83\x07\x09\x4e\x7b\x79\x80\xdb\xf9\xb9\x9a\x06\x64\x1a\x34\x31\x32\xbb\x59\xe1\x91\xad\x40\xd0\x67\x4e\x3e\xf3\x56\x35\x63\x7c\x2a\xc9\xac\x11\xcf\x27\x8f\x3a\x47\x88\xf7\x3a\xc9\x6d\xc4\x08\x0f\xcd\xc1\xcd\x34\x5e\xbc\xed\xad\xf1\x84\xe1\x39\x53\x8c\x3b\x9b\x91\x11\x39\xbd\xf7\x57\x3a\x5f\xc9\xa3\x9a\x79\xe4\x27\x78\x8a\xe6\x51\xc3\x3c\x4a\xcf\xb6\x79\xd4\x32\x8f\xfa\x79\x53\xe6\x9b\x16\xa1\x44\x66\x18\x29\xe8\x9e\xc3\x9e\x22\x3e\xa0\xa2\x7f\x54\xf2\x92\xb4\xe8\xe6\x25\xd1\xcf\x4a\xbe\xd1\x9a\x27\x95\x16\x3f\x2b\x71\xa0\x79\x5a\xc9\x8e\xd5\x26\x83\xb1\x58\x7e\x03\xc8\x62\xe5\xad\x98\xa0\x2c\xa2\x2c\x4e\xca\xf4\x8b\x50\xb6\x4e\xca\x74\xbf\xd5\x37\x84\x6d\xd4\xb8\x4c\x7f\x7f\xfd\x8d\x5c\x0b\x64\xf8\x06\x18\x9b\xf4\x9b\xe9\x9b\x7c\x76\x59\xec\x93\xca\x55\xfe\x86\xd9\x48\x36\x83\xb3\x95\x81\x0e\x9c\x33\x00\x04\xfb\x41\x40\xc2\x29\x23\xa1\xef\xb0\xc2\x57\xdb\x23\xf8\x3a\x86\xd3\x7f\x2f\x0e\x84\x8a\x2d\xa2\x22\xe2\x47\xb2\x22\x97\x63\x68\xec\x8e\xcc\x3f\xeb\x00\x8c\x28\x3e\x5a\x45\x4f\x78\xa1\x55\x6e\x5a\xe9\x74\xdd\x61\xb6\xfc\x74\xb2\xee\x30\x57\x7e\x3a\x55\x77\x98\x29\x3f\x9d\xa8\x3b\xcc\x53\xa6\x55\x93\xa6\x29\x96\x11\x4f\xdd\xb5\x69\xea\x13\xa3\xed\x0a\x55\x01\x24\xd8\x47\xb2\xa2\xbf\x62\x5d\x66\xe6\x2d\x02\x11\x8d\x5c\x68\x99\x5b\xd9\x5c\x15\x87\x29\x1c\xd3\xbe\x17\x80\x3b\xe8\x57\xa1\xba\xac\xb9\x74\x1e\xaf\x56\x76\x16\x6a\x3b\xcd\x4e\x7e\x35\x94\x04\x3f\xf7\xdd\x38\x33\xc4\x4c\xfd\x4a\xaa\x27\xae\x25\x96\xb2\xc6\x8b\x54\x73\x35\x8d\x3d\x5a\xe5\xdb\x5c\xab\x30\xe6\x0c\xf7\xf0\x5e\xd7\xbb\xa4\x1e\x6c\xd5\x12\x2c\x49\x86\x49\xc9\x1c\x0e\x27\x39\x9c\xb8\x89\x77\xb9\x2b\xe9\x4d\xcb\x81\x2d\x09\x40\xe0\x7f\xd5\x01\xdf\xc7\x64\x69\x0b\x26\xea\x0e\x0c\x14\xf6\xed\x8b\xa6\x4b\x82\x4b\xe8\xc4\xbf\x68\x86\x4b\x64\xeb\x7c\xfd\xa8\xf3\xa5\x19\x94\x0e\x39\x35\xbe\x21\x79\xbd\x0f\x0c\x3e\x2a\xf8\x00\xcd\x71\x1b\x72\x08\x59\x0e\x55\x1c\x90\x1d\x94\x7c\x40\xc0\x70\x4b\x92\x61\xe4\x68\xbb\xdc\x62\x3f\x7a\xbf\x95\xe8\x4f\xa5\x08\x9d\xd1\x8d\x2e\x2f\x49\x38\xf5\xfd\xe1\x41\x40\x5e\xf6\xfa\xc1\x1d\x32\x30\x7c\xfc\xb9\x5c\x7f\xde\x7d\x5a\x1e\xa9\xb7\x6b\xe5\x76\xa4\xca\x32\x43\x11\x68\x9a\x68\x66\x0c\x31\x00\x5c\xf0\xd0\xe4\xdd\x33\xb7\x2c\xae\x51\xb3\xa9\x6b\x72\x86\xeb\xdb\x8b\x18\x22\x64\xf1\x5a\x4c\xb2\xef\xd1\x99\x2e\x9f\xe0\x7e\xd8\xa9\x5b\x94\x4c\x4a\xed\x00\x0e\x33\x93\x99\xc5\x4f\xce\xd0\x3f\xbc\xce\xca\xbe\x8e\x90\x70\xf6\xac\x15\xdf\x21\xb3\xc4\x4c\x56\x0a\xfa\x3d\x1b\xbb\x92\x6e\xd5\xf4\xce\x61\x12\xef\xb6\x64\x99\xf1\x32\x87\x48\x32\xe3\x1e\x93\xa5\xe6\xac\xff\x6e\x2d\xb7\xb0\x21\xf0\x47\x64\x3d\x5d\x2f\xef\xf2\xd4\x3b\xd8\x78\x34\x1e\x9c\xa2\x36\xd5\x8e\x65\x4b\x25\x73\xe0\x20\xf9\xf8\xdb\xe2\x62\x7c\x17\x27\x81\xfe\xd7\x17\xee\x5a\x99\x91\x32\xaa\x8b\xb3\x4e\x46\xca\x77\x89\x7b\xcc\x8d\xf4\x15\x03\x7d\xf9\x87\x7d\x45\xee\x06\xfa\x03\x10\x0a\x47\xf2\xb8\x1d\x73\x36\x0b\x72\x01\xb1\x26\x9e\xf9\xb2\x93\x14\xa2\x2a\x4b\x20\x6c\x63\x4b\x33\x19\x67\x05\xa7\xf9\xa0\xad\x8a\x33\x25\x9c\x50\x96\x7b\x97\xb4\x53\x93\xcd\x00\x99\x5e\xef\x2f\xde\x9a\x9f\xb6\x90\xa7\xad\xc9\xc4\xa7\x93\xce\x57\x86\x0e\x9e\xa6\x64\x6b\x1a\x15\x03\xe1\x95\xc0\xaf\xb5\x3f\xc0\xa7\xd5\xe8\x28\x8f\x4c\xa8\xf9\xc9\xe0\xb8\xd4\x3f\x31\x57\x2d\xf0\x3e\x1c\xe8\xda\xa4\xdd\xa5\x44\xe7\xc0\xf2\x0b\x40\xfd\x1b\xdf\xbf\xa9\xed\x28\x12\xe7\xda\xb3\x01\x86\xa3\x4a\x9c\xa6\x2a\xe5\xac\xc2\x23\x9b\xce\xf1\x32\xf1\x62\x18\x3e\xc6\x28\x6d\x83\xae\xf6\xf9\xb1\xde\x84\x15\xb9\xb0\xcf\x5e\x86\xe3\xb9\xe0\x18\xe8\x7f\x6f\xc2\xad\x25\x7b\xe2\x85\xa9\x6a\x25\xd9\x13\x2f\x50\x81\xb8\xad\x64\x4f\xf8\x74\x11\xd3\x15\x38\x48\x49\xc7\x37\xae\xc0\xb2\xcc\xac\x99\xcf\xa7\x70\xf0\x07\xe8\xe6\x85\x95\xe4\x5d\xd7\x24\x7d\xf2\x90\x39\xdc\x53\xd9\x91\x7f\xdc\xd4\x1c\x1d\xe4\x46\xc9\x07\x0c\x10\x37\xe1\xee\x93\x0f\x18\x00\x8d\xd9\xad\xfc\x9b\x4d\x5d\x95\xd7\xb6\xde\x40\xf7\xc3\x58\x13\xe3\x77\xc8\xc7\xbc\x4f\x46\x7c\xc8\xcf\xaa\xf5\xff\x9e\xf1\x0e\x93\xf1\xb6\x95\x7b\x44\xde\xce\xe0\x50\xd3\x3b\xb7\xa3\xee\x21\xe0\x97\xf2\x1f\x50\x80\xdb\x41\x4d\x89\xd6\x0f\x62\x67\x2e\x53\x84\x9d\x0d\xcd\x65\xba\x89\xcc\x65\xda\xd7\x4c\xc4\x7e\xf4\x57\xd7\xf1\xf5\x1e\x82\xeb\x3d\x5c\x70\xc2\x5f\xc9\x01\xcf\x56\x4a\xf7\xb5\x79\x0d\xd4\x88\xa0\xb0\x6b\x99\x7d\xdb\x54\x0a\x7b\x22\x7f\xbe\xa8\x9f\xa0\x99\x9b\x3e\x4a\xa6\x0f\xf7\x6f\xfb\x18\xb0\x88\x93\xf6\x81\x80\x97\x7f\xd3\xc7\xd0\x24\x35\x4c\xfa\x08\xff\x75\x1f\xcc\x62\x64\xfa\x88\xfe\x75\x1f\x7c\xfa\x33\x7d\x2c\xfe\xd4\x87\x37\x91\xad\xc7\xdf\x58\x9e\x0f\xec\xa6\x0b\x06\x87\xaa\x8f\x1e\xf4\x36\xee\xc8\x69\x86\x79\xc1\x83\xfb\x1f\x97\x4c\xf0\x98\x30\x1d\x4e\x4d\xc6\x4d\x4e\x83\x04\x90\x3d\x27\x55\x6b\xc1\x79\xb3\x8c\xb4\x52\x03\xb8\x02\xce\xc1\x2a\x7c\x2c\xf0\x37\x68\x12\x32\xb5\x71\x3b\x6b\x72\x68\x0e\x40\x07\xf9\x26\x89\xa5\x49\x49\x43\x37\xc9\x17\x00\x40\x20\x63\x4f\xa0\xa6\xeb\xd0\x25\xe3\xec\x55\xfa\x41\x88\x87\xfb\x87\xf1\x54\x54\x9b\xc7\xd3\xe1\xf1\x94\x6b\xfa\x42\x7a\x39\xcb\xac\x76\x88\x2c\x25\x87\xbc\x47\xae\x31\x14\x19\xa7\xa8\xe5\x22\xe3\x94\xd5\xb9\xac\xdc\x94\x1c\xce\xf7\x79\xb4\xc6\x30\xcc\x2d\x65\x87\x0f\x3e\x54\xeb\xc4\x79\xaa\x9f\x67\x9e\x03\x37\x7f\x15\xaa\x5f\xc4\x0b\x13\xc4\xfd\x1e\xce\x99\x4b\x0e\xbf\x3d\x92\x2b\xd9\xc1\xf8\x84\x55\xa1\xc6\x1d\xc5\x44\x7e\x4c\xae\x0a\x0e\xd6\xa7\xec\x92\xe2\x01\x21\xfb\x0e\xa7\x43\x5a\xd5\x32\xbe\x8a\x25\xa2\x20\x3f\xf3\x30\x89\x51\xe1\xa0\x47\x91\x0b\x32\x99\xcb\x35\x81\x5e\xaa\x63\x6a\x47\x28\x39\xcf\x55\x20\x80\xf8\x35\x78\x56\xf9\x82\xdc\xc4\xaa\x67\xf0\x06\xf5\x1d\x90\x08\x57\x1f\x08\x0a\x0d\x81\x7e\xef\x2f\xce\x44\x7f\x68\x73\xa9\xcf\x39\xd7\x86\x1d\x85\xac\x62\xea\x1d\x16\x36\x7f\xb7\xb6\x32\x35\xf7\xdc\x7e\x8d\x13\x43\x21\xb5\xea\x7b\xb5\x40\xfb\x73\x53\x65\x3a\x38\x35\x51\xda\x66\xbc\x2d\x81\x29\xea\x6c\xd0\xc5\x19\xb1\x98\xb4\x9f\xd4\xf3\x09\xbf\xfc\xc2\x26\xfb\xba\x12\xd7\xad\xb5\xf0\x71\xb3\x3d\xbc\xe0\xf6\x3c\xe0\xe9\xce\x22\xcf\x3e\x01\x97\xd0\x10\xd0\xc9\x7e\x21\xce\xbd\xb1\x14\xa3\x78\xbc\x22\x95\x1e\x45\xf1\xa8\x50\x4e\x56\x28\x3e\xac\x73\x9d\x1c\xf9\x13\xeb\x40\xf9\xe1\x4f\x6c\x70\x69\x7b\x6d\x81\xaa\x0b\x00\x06\x75\xb8\xbc\xb0\xb6\xa0\x34\x17\x50\xe0\x96\xb8\x7c\xbe\x01\x9e\x64\x7d\xc2\x21\x7e\xa5\x2d\x0f\xc6\xcb\x4c\x15\xf1\x95\xc2\x1f\xaf\xb3\xb3\x3a\x59\xf3\xaa\xec\x89\xec\xbd\x09\xe8\xa5\x2a\xd8\x92\x7e\xab\xca\x73\xd2\xc1\x9c\xac\xe7\xe8\xb8\xc1\xe5\x63\x2e\x8f\xb9\x7c\xbc\xb3\xc8\x4b\x5a\x80\xc5\x9b\xf0\x5c\x75\x6a\xa8\xbe\xe1\xe0\xb3\x23\x4f\xed\x72\x9d\x9b\xc3\x98\xbf\xa7\x19\xca\xec\x1c\xb6\xe0\x44\xef\x87\x32\x5b\x19\x14\xcf\x6f\x6e\x73\xf3\xdd\xe2\x2f\xdf\x6d\xb2\x13\xbb\xe7\x25\x5e\x6d\x00\x8a\x2d\x40\x9f\xd6\x5c\x3c\xdb\x65\x7a\x26\x8b\xa0\x78\xde\xae\xc9\xc2\x7a\xa0\x2d\xfc\x89\xac\x48\xbb\x86\x04\x3c\x64\x93\x47\x14\x77\x54\xf2\x80\x92\x22\x72\x60\xee\x88\xe3\x60\x28\x35\x96\x78\xa9\xb5\xd8\x87\xfc\x05\x5c\xaa\x2f\x9c\x9a\x32\xfb\xb9\xbd\xcd\x8e\x94\x11\x39\xfc\x49\x4b\x65\x3f\x6b\xcc\x62\x4b\x7d\x6b\x65\x56\xb4\xc1\x95\x6b\x4d\x95\x9d\x99\x2a\x9f\x89\x59\x7e\x31\x22\x5e\x8c\xc3\x0e\x93\xce\x99\x6f\x6a\x5c\x5c\x3d\x62\x87\x02\x91\x2f\x92\x0d\x2e\xaf\x1f\x19\x81\x93\x1d\xa6\x5b\x5c\xde\xbc\x28\xef\x70\xf9\x9e\x4d\x30\x2b\xa0\xd3\xbc\x77\xea\x18\x4d\xe1\x84\x1d\x36\x46\x14\x93\x2c\x71\xf9\x7c\x86\x05\x6c\xde\xf2\x89\x39\xf0\x5a\x1d\xb0\x56\x3d\xac\x55\xc4\xc5\xc7\x23\xd6\xea\x80\xc4\x56\xfe\x14\x76\xd7\x51\xf5\x06\xd2\x4b\x83\xeb\x9d\x8f\xf0\xf6\x2a\xc7\x40\xcc\x0b\xf9\x75\x1b\x78\x7d\x7d\xd4\xd9\x3a\x13\x71\x79\xbd\x01\xb2\xd2\x68\xf0\xe4\x2d\x40\x23\xf6\x3e\xa4\xeb\x1a\x4f\xea\x7c\x81\xcf\x5e\x2c\xf8\xac\x1e\xf1\xfe\xe8\x99\xdf\xcf\xf5\x96\x0c\x71\x81\x3c\xee\xb1\xdc\xf2\xb8\x0a\x47\x8b\x53\x98\xef\x25\x08\xed\x91\x9f\x8c\x4f\x7c\xba\x5b\xc8\x59\x25\x17\xfc\x60\x7a\xb2\xd8\x1a\x8b\x27\x1d\x19\xf3\x93\x08\x61\xd5\xc1\x14\x18\x37\xef\x25\x2e\xaf\xb0\x16\xaf\xcc\x93\xb4\x5c\x60\xdb\x1c\x3d\x60\x5e\x34\xda\x18\x64\xb3\x81\x8d\x83\xdc\x1d\x13\xd9\xe2\xf2\xea\x96\x6e\x88\xb7\x56\x1f\x6b\xd5\xe1\xf2\x71\x53\x01\x43\x91\x13\xab\x4e\x8e\xbc\x01\x79\xcd\xab\xfc\xbe\xe8\x8c\xc9\xaf\x1e\x19\x64\xee\x5c\x40\x07\x0d\xdc\x2b\x04\x32\x49\x03\x80\xbb\xe9\x70\xf9\x08\xad\x76\xc8\x1d\xb6\xb8\x5e\xd3\xac\x72\x01\xf5\x66\x5c\x6f\xc1\xf5\xda\x11\x36\x49\x27\xe2\x4d\xb3\xc0\x96\x6f\xd2\x6e\x38\xab\x88\xeb\xd5\x97\x18\x78\x95\x93\x13\xec\x97\x7c\x45\x9d\x30\x51\xd3\x16\x0d\xf4\xb5\xc3\xe5\xab\x15\xae\xae\xf2\x17\xae\x08\x2e\x3e\xf1\x19\x39\xbb\xfc\xfd\x4c\xf4\x67\xb1\xc5\xe1\xf5\x74\xd6\x5a\x32\x32\x0f\x4e\xd8\x45\x25\x6a\xf0\xb9\xe0\xe2\xea\x2e\x47\xca\x6a\xc8\x6d\xe5\x6f\xe2\x1c\x79\xda\x72\xed\x5d\x9c\xbb\x1d\xb9\x74\x3e\x47\x29\x0d\x2d\x2d\x5e\xae\x40\x38\xa6\xc4\xad\xa8\x50\xae\x79\x0a\xe6\xfc\x60\x6e\x1e\x6c\xcd\x03\x1e\x63\x83\x7c\x4e\xd4\x53\x71\x66\x09\x25\x0e\xa4\x66\xb1\x6f\xcc\x96\x3a\x54\x71\x6d\x84\x37\xf0\xf7\x9c\x5b\xc8\x77\xa4\xeb\x98\xb3\x35\xe6\x33\x73\x7e\x45\x47\x53\x5d\x67\x77\x4b\x75\x0c\x19\xa8\x46\x38\x67\xf5\x1e\xbc\x4d\xab\x8e\x50\x62\xf3\x4e\x75\x5a\x3c\xcd\xcb\x13\x56\xb1\x85\x11\x85\xb2\x58\xd6\xb5\x9a\xba\xd6\xd7\x0d\x2c\x60\x94\xad\x64\x18\xc2\x4f\x26\x38\x6e\x34\xcb\xb4\x53\xec\x5d\x5e\x86\x9d\xc5\xaf\x71\x36\xc4\x36\xb2\xb4\xb7\xd9\x63\x7b\xd2\xc9\x42\xe6\x9d\xe0\x37\x3a\x68\x12\xb4\xdc\xe3\x04\x69\x42\xfd\x59\x87\xd8\xd6\x97\xd6\x14\x09\x8a\x57\x80\xcd\xec\x77\x10\x58\x13\x19\xca\x0f\xd1\x7c\x07\xe6\x30\xa8\xb0\x97\x02\x25\x0b\x72\x38\x12\xb5\x89\xd4\x78\x5f\xad\x9f\xc3\x71\x44\x9f\xee\x81\x7b\xb7\xb2\xc0\x30\xa2\x13\x31\x6f\x8f\xa8\xd4\x47\x9a\xcd\x87\x24\xa3\xac\x23\x9c\xf7\x36\x4c\x88\x48\x46\x55\x74\x84\x4d\x08\x0f\x68\xc1\x09\xfc\x9a\xf0\xee\xf9\x6d\x06\x8a\x03\xc3\x75\xbb\xdb\x33\x1c\x39\x66\x48\x49\x45\xe4\xee\x89\xf8\xd8\x28\xe2\x80\xdc\x14\xee\x90\x24\x1a\x01\x0f\x73\x6e\xe0\x46\x9c\xf4\x75\x75\xce\x4f\x3a\x72\xdd\x3b\x9b\xb3\x63\x5e\x69\x83\xf5\x08\x62\x42\x14\x1a\xb1\xf7\xd9\x8e\x43\xe4\x00\x9a\x59\xba\x36\x47\x6a\x2f\x29\x7d\x4b\x28\x81\xeb\xd7\xfa\x4f\xe7\xca\x13\xce\x42\x52\x6d\x4b\x50\x6d\x64\x97\xb5\x85\xfd\xc8\xf8\x5e\xb6\xb0\x9f\xff\xe3\xee\x5d\x62\xc1\x5d\x61\x23\x84\xa1\x2b\x0a\xeb\x6e\x76\x6f\xc5\x55\x46\x96\x8f\x61\x83\xe3\x35\x0f\x76\xf7\xa9\x31\x9f\x84\x04\xbb\xa2\xe2\x27\xb3\x1c\x36\x99\xd1\x61\xe8\xad\x20\x0f\xcf\xcf\x45\x76\x84\x18\xf0\x38\xc7\x80\x8f\xa7\xd9\x6f\x33\x4e\x62\x31\x20\x44\x49\xbd\xac\x58\xf0\xfc\xb2\xe2\xbf\x94\x02\xfa\x0f\xab\xaa\x7b\xc5\xaa\xba\x87\x95\xba\xfa\x12\x7b\x61\x65\x96\xd8\x64\x6f\xc1\x12\x8f\x26\xcd\x64\x6d\x53\x11\xa3\x30\xbe\x7a\x38\x8a\x43\xe1\x30\x5e\xcd\x7c\xc2\x49\xa4\xc3\x5c\xfb\xd6\x9f\xdb\x7f\x25\xed\x97\x68\xff\xd6\xbb\xdc\x60\x99\xa4\xc1\x93\xee\x1f\x36\xa1\x96\x92\x18\x52\x77\x35\x61\xe4\xee\x9b\x2b\x9d\xb5\xfe\xaa\xb3\xa9\x4c\x7a\xdb\x98\x2f\xbb\xbd\xd2\x5b\xed\xaf\x7a\xfb\x12\x8d\xde\xd9\xaa\x63\x12\xfa\xe7\x84\x73\xb6\xf5\xbd\x7d\x02\x9f\x4a\x19\xbb\x58\x70\xa0\xf4\x47\x4b\x30\xcf\x14\x5d\x80\x0b\xc7\xd6\x72\xc6\x86\x8b\x1b\x53\x99\x38\xb2\xab\x48\xd6\xb9\x38\x26\x7d\xf1\xe8\xc4\xa1\x3a\xc0\x0e\x3d\x03\x8b\xad\xcd\x4a\x5d\x2e\x1c\x4b\xe6\x3c\x29\x69\xf4\x09\x4a\x88\xfe\x1a\xe6\x9b\x37\x66\x48\x57\x5c\xbc\x00\xc0\x25\xd9\x1c\xd5\xe7\x1c\xf1\xbb\xfd\x10\xc9\x31\xe9\x76\xfb\xe6\xb8\xbf\x23\xd9\x04\x5e\xb6\xac\x5f\x80\x5e\xae\x1f\xdf\x31\x47\x75\xa2\x5b\xbf\x22\xab\x28\x8f\xb2\x52\xd4\x51\xce\x50\xba\xcd\x97\x42\x04\xe8\x4f\x0c\x57\x26\x00\x34\x30\x46\x71\x8b\x70\x46\x06\x03\xdc\x98\x4b\xd2\x5c\xf6\x3b\xef\x34\x69\x6f\x10\xce\xa6\x28\xac\xa0\x10\xa0\xeb\x5b\xb9\x23\xe5\x4f\xbf\xf6\x9e\x5e\xe8\x5b\x59\x45\xd5\xc6\x3b\x3b\x2e\x09\x30\x47\x75\x14\x9f\xc9\x55\x35\x20\x38\xd2\xef\x02\x79\x3d\xf4\x47\x58\xb6\xed\x0b\xf8\xb6\x2a\x4a\x5f\x50\x7a\x7c\xa1\xe4\x3e\xb2\x8e\xd2\x90\x0e\xdb\x68\x88\xd5\xd9\x61\x25\x16\xcf\x34\x80\x31\x0f\x6b\x8e\xd2\xe8\x19\x73\xf0\x86\x39\x58\xa1\x74\xcf\xa5\xa4\x12\xb5\x8f\xb2\xfe\x84\xcf\x1d\xe5\x26\xac\x8d\xca\xa5\x11\x51\xe4\x95\xe1\x78\x0a\x28\x9e\x3c\x67\xbe\xcd\xae\xc9\x31\x8f\x0d\x90\x3c\x37\x90\xe4\x87\x78\xdd\x1c\x7b\xb5\xae\x67\xb7\xde\x5d\xc8\x19\x6d\x87\x39\x00\x64\x8a\x4a\x6f\x91\x43\x90\xfc\xe8\xea\x7f\x5c\xc4\xab\x15\xdf\x84\xba\x8f\xc7\x16\x7e\xb8\x42\xdd\x87\x91\x65\xfc\x0f\xd4\xc3\x96\xbb\xf8\x10\xea\xae\x8d\x94\xa3\x04\x9a\xf6\x10\xc6\xd2\x58\x91\xed\x27\xea\xaf\xbd\x94\xf9\x1e\x83\x3f\xf6\x38\x96\xbf\x76\x19\x08\xe7\x73\xf3\x5a\xdc\x11\xa3\x4e\x36\xe4\xa3\x5c\xdf\x43\x2f\x3a\x10\x62\xc8\xfe\x60\xdf\xc5\x24\xe5\xb0\x70\x91\xf0\x57\x7f\xff\x28\x34\x0a\x17\x47\x3c\x8e\xe9\x66\x2e\x49\xce\xa1\x1d\xac\x1b\x49\x0a\x4a\x0c\x2e\x24\x9d\x15\x65\xa2\xb8\xa3\xae\x28\x57\x16\x17\x88\x5f\x7f\x8b\xe2\x40\x04\x5b\xb9\x30\x09\xfa\xc0\x89\x31\xb4\xca\x63\xf1\xa0\xd9\xb5\xd5\x80\x58\xb1\x1a\xdc\x95\xfd\x29\xf0\x07\x47\x35\xf2\x88\x53\xef\xc5\x31\x85\xe2\xe9\x4a\x0e\x38\xb1\xcd\x23\x38\x31\x36\xcb\x50\x56\x3a\x9b\x55\x57\x22\x13\xf3\x09\xc6\x23\x7a\x86\x03\x21\xa5\x6d\x7d\x23\x5d\xd6\xb3\x30\x79\x5b\xf5\xc4\xd2\x56\x23\x59\x50\xf4\x6b\x27\x27\x29\xff\xd2\x2c\x57\x87\x7d\xcf\x0a\x88\x13\xed\xd7\xf3\xf5\x90\x5e\x56\x55\x64\x29\x93\x4d\x56\x13\xb2\xe9\x47\xae\x1e\x92\xcc\xda\x0d\x79\x04\xe6\xbb\x57\x85\x33\xd7\x57\x1b\xfd\x71\x92\x7b\x2a\xfe\xd0\x7c\x62\x6d\x8f\x82\xdd\x1c\xfd\xcd\x9e\x72\xf5\x74\xf1\x40\xa8\x86\xdc\xc3\x09\xd6\x9b\x73\xbd\x4d\xbe\xde\xdc\xd4\x5b\x70\xbd\xe5\x13\x7d\xc6\x6a\xde\xcd\xd5\x5b\x3e\xe1\x33\xc0\x02\x78\x6d\x80\xb2\x0d\xaa\x1f\xb9\x5a\xba\xb8\xaf\xe9\x47\x07\xae\x0a\xde\x66\x4f\x51\x9f\xfd\xb9\x9f\xab\xb7\xa1\x6c\x07\xf6\x42\x22\x67\x2e\xdf\xc9\xf5\x13\x5c\x91\x3a\x5b\xce\x27\x00\x88\xe2\x20\x6c\x82\x25\x69\xf6\xf9\x0e\x22\xde\x17\x99\xc7\xcb\x2d\x80\x67\x9b\x7c\x4b\x21\xa1\x84\xfb\xc4\x0a\xdf\x88\x25\x83\x27\x8d\xa7\x0a\xf4\x89\xe3\x57\x5f\xd0\xda\x9f\xb5\xc9\x25\xaa\xa1\x26\xb9\x44\x04\x62\x70\xcc\xd7\x9b\xb7\x19\x12\x3c\xcc\x65\x24\x10\x23\x9e\x35\x53\xaf\x4d\x1a\x1a\xbb\x24\x1b\x48\x06\x38\x98\x4d\xb5\x90\xe7\xc6\xcc\x74\xdf\x42\x14\x6d\x64\xc7\x6a\x32\x88\xcd\xce\x0c\x2a\x7d\x72\x72\x1e\x6c\xe6\xeb\xc9\x6e\xc7\xdc\x03\xaa\x8e\x16\xf9\x8e\xf6\xff\xdc\x11\x43\x52\x1a\x05\x2b\x73\x52\x7d\x70\x52\x40\xb0\x32\xb9\x84\x6d\xa1\xba\x9c\x29\x98\x23\xc2\x37\x7a\x0c\xf6\x33\x17\x6e\x88\x7e\x7a\x94\x74\xc6\x65\x25\x77\xbd\xd1\x4d\xdd\xb1\x19\xb4\x8d\x84\x33\x81\x0c\xcc\x4a\xcc\x9a\xf8\x7b\xd2\x2c\xe5\x83\x88\x49\xfd\xfc\xd5\x9a\x3b\x99\xd3\xa6\x62\x4e\x12\xd1\xc8\x9d\x2d\xf5\xca\xd9\x21\x26\xd5\x6e\xe6\x28\xa9\x4f\x3e\x32\xf9\x83\x3c\xb6\xe8\x24\xaf\xd5\x60\x79\xba\x04\x48\x82\x69\xc9\x6b\xf4\x8d\xb4\xa2\x1a\x8a\x36\xd7\x1f\x2a\xb9\xc2\x09\x2d\x54\xda\x11\x91\xdf\xab\x19\x36\x35\xc0\xe1\x23\xd2\xc0\x0f\xeb\xb4\x47\x4d\x0a\x5b\xc2\x87\x6a\xf4\x0d\x45\xf5\xde\xcd\xb9\x30\xa7\x3b\xf1\x00\xb3\x17\x8a\x72\x57\x8b\x61\x48\x9b\x64\xb0\x1a\x1a\x15\xbd\x8a\x7e\x1c\x76\xe4\xff\xc7\x55\x8b\x56\x2d\xd2\xa4\x0e\xa6\xb7\x78\xe2\xea\xfb\xef\xf2\xe8\x67\x5b\x71\x46\xec\xfe\x0c\x00\xc5\x83\xa6\x97\x34\xac\x5d\xd2\x02\x84\xb0\x12\x5a\x88\xdc\x34\xc1\xf6\xc4\x74\x61\x0e\xa2\x39\xba\xd1\x0b\x7e\x96\x50\x6c\x59\x62\x4a\xa9\x3f\xa6\xf2\x8c\xe9\x1c\x54\xf1\xf7\x6d\xef\x03\xc9\x06\x90\xee\xf3\xec\xf4\x91\xd1\xa5\x25\xcf\xf0\xe8\x98\xa0\xf7\x43\x02\xbc\x47\x26\x0b\x23\x5a\x3e\x99\x59\x2c\xef\x8d\xe2\xde\x16\xea\xb5\xb2\xef\xe6\x68\x13\x78\xb7\x4b\x4a\x44\x5e\x64\x77\x39\xba\x33\xc7\x29\x78\x23\xbd\x9a\x83\xe3\x48\xb6\x91\xfb\xc4\x8b\xd0\xa9\x71\x84\x8a\x9f\x2e\xb6\x8d\x9a\x88\xb4\x24\x5f\x49\x30\x0a\x0e\xe3\x78\x2d\x69\x47\x38\x7b\x68\xc0\x01\xd7\x7f\x81\xdb\x92\x85\xa7\x65\x68\xca\xf9\x02\xc0\x8a\xb4\x6b\x94\x68\xf6\xaf\x1c\x10\xf7\xc8\x16\xb4\x91\xe8\x7e\x86\x44\x91\x33\x50\x31\xf6\x8b\xe6\xaf\x90\x83\x63\x4a\xe7\xfc\x89\x90\xbb\x1a\x8a\xd0\x27\x0a\xc3\x2b\x67\x4b\xf4\xbb\x45\xf6\x2c\x50\x0b\xd5\xba\x76\xce\xc4\xf0\xf4\x91\x4e\x93\x6a\xc9\x12\x9d\x9c\x6c\x0c\x2e\x25\x07\xb0\xa1\x8c\x49\xd0\x4e\xd2\x18\x0e\xa2\x29\x71\x06\x3c\x37\xfb\xa8\x4f\x31\xb5\x81\xb0\x44\xbd\x7f\x75\x80\xeb\x42\xe2\x8e\x41\xc4\x08\x81\x05\x6f\xd1\x39\xbd\x40\x87\x42\x9d\x15\xd4\x66\x37\x17\x6f\xe1\xaf\x26\x16\x47\x99\x55\xe5\xbc\x4f\x1c\xb0\x1c\x10\x6b\x6f\x53\x6e\x7f\x33\x17\xa1\xca\xf7\x43\x33\x70\x0f\x97\x0d\x95\x1c\xd0\xad\x2a\x26\x60\x21\xa8\xe5\x99\x5a\x1f\xca\x9c\x70\x64\xf9\xcd\xd5\xf2\x4d\xad\xaf\xa4\x96\xcd\x40\x01\x94\x98\x91\x86\xb4\xe0\xef\x06\x11\x26\x91\xfb\xbe\xdd\x62\x21\x8d\xd8\xa4\xad\x22\x28\x5c\xd8\xd2\xf4\x1e\x0a\xab\x0c\x18\x02\xf9\x61\x3a\xe9\x16\x5d\xe1\x33\x42\xe4\x61\x92\x5a\x17\xbd\xf5\x39\x0b\x15\xe1\xde\x19\xa8\x08\x26\xc4\x7d\xca\x26\x97\x67\x71\xd4\xcd\x25\x2b\x43\x97\x1a\xc5\x8c\xe9\x9f\x35\x19\x72\x42\xbd\x53\x7e\xfb\x14\x5d\x71\xf7\x19\x92\x51\x74\x88\x84\x42\x4d\xac\x61\xd0\x99\x40\xd5\x09\x4e\x77\x24\x54\x8f\xfe\x77\x3c\x22\xb7\x24\x5f\x77\x4e\x63\xa2\xdb\xba\x7b\x18\x36\x0a\x13\x4e\xd4\x0b\x6b\x2b\x59\x41\x80\x72\xf7\x82\x5e\x09\xa4\x15\x40\x2f\x2f\xbd\x4c\x09\x69\x8c\x86\x37\x49\x49\x08\xf7\xbb\xc1\x6d\x52\x32\x81\xf3\xe7\xf0\x2e\x53\x87\x5c\x16\x46\xf7\x49\x49\x24\xe9\x2e\x78\x7b\x48\x4a\x62\x78\xd0\x0c\x1f\x4d\x89\xcd\xaa\xbf\x61\x06\x63\x85\xba\xfc\xda\xd2\x4c\x9a\x7c\xfe\xd3\x32\xf4\x19\x31\x09\xb5\xf6\x33\x9d\x02\x91\x3b\xd5\x50\x85\xe7\x88\x47\x06\xd7\x83\xd1\xa2\x88\xea\xc5\x27\x3d\x49\x06\x0e\xf4\x84\x2c\xf6\xa3\x12\x83\x75\xca\x8b\x29\x5e\xf4\xae\xf6\x88\x2b\x54\xf8\x5b\x58\x73\xfa\x1b\x2d\x07\xba\x0b\x38\xa9\x72\x0e\xa9\xaf\x15\x7d\x0b\xd9\x9c\x55\x45\x9e\x49\xd8\x1a\x22\x6c\x60\xa4\xdf\xb0\x96\x2d\x94\x35\xb3\x65\x0d\xb4\xee\xd7\xf1\x77\xa4\x8f\xc3\x42\x6e\x31\xd5\x1b\xee\xb2\xaf\xe7\x37\x22\x60\xa3\xc1\xec\x0b\x65\x43\x72\x72\x46\x4e\x8b\xf2\x9d\x69\x6b\xb3\x7d\xf9\x78\x97\xc1\x4c\xc4\xed\x71\xe4\xfd\x57\x87\x6c\x34\xe0\x70\x33\x82\x77\xe0\x41\x30\xc7\x40\x24\x45\xbd\xef\x30\x59\xc8\xbd\xb2\x0f\x19\x2c\x40\x13\x93\xf5\x8e\x31\x70\x1d\xa1\x7a\x07\x2f\xfd\xff\xe6\x3d\xfd\xff\xfe\x23\x53\xce\x79\x94\x3c\xa1\x7a\x4d\xb0\xa6\x8e\xde\xbb\x7c\xe1\xa0\xef\x99\xdc\x23\x5f\x7f\xff\x0c\x90\xff\x69\xdd\x4e\xa9\xc1\xb0\x83\x25\xb3\x33\x41\x70\x75\x02\x7c\x7a\x9b\x20\x0b\x24\xe5\xa5\xf7\x4c\xa3\x23\xdc\xe1\xfa\x27\xc0\xb1\xaf\x11\xdf\x50\x80\xa2\x04\x5d\x8e\x65\x08\xac\x8d\xaf\x36\x9c\x83\x5f\x6a\x31\xd2\xe0\x63\x65\x2b\x88\x31\x1a\x1d\x26\x70\x27\x1a\x07\xa0\x32\x9d\x9a\xa6\x27\xaa\xa2\xa6\x08\x4f\x19\xb6\x90\xd9\xcd\x9f\x71\x4e\x97\x0d\x25\x7c\x21\x8c\x60\xd5\x90\x25\xba\x91\x86\xe7\x3f\x56\xea\xcc\x59\x25\xeb\xff\x5a\xa9\x22\x8f\xc4\x0e\x04\xbc\x5c\x57\x2b\x9d\x65\x4c\xdc\xc6\x20\xae\xfe\xfe\xba\x9a\xac\x80\xb1\xe8\xcc\x7f\xef\xa9\x22\x1b\xa8\xd4\xf8\x63\xa5\xf8\x44\xca\x69\xef\x84\x2c\x74\xa3\x32\xf9\xd9\x8c\xf6\x21\x6b\x4a\x13\xaf\xad\xa6\x0f\x17\x5b\xb0\x5d\x5c\xad\x71\x64\x08\xb2\xc4\x99\x6a\x46\x39\x7e\x55\xa8\x6e\xb0\xa7\x9d\x4c\xc8\x00\x65\xa7\xd7\xad\xdb\x68\x1d\x2f\x2e\x5b\x6f\x0e\xdc\xba\xc4\x69\xb2\xf2\xed\xbf\x41\x46\x9a\x0b\x44\x8c\x76\xd6\xdd\x8b\xf6\xe4\x34\xa9\x4a\x09\x5f\x97\x6f\x8e\x24\xf0\xc1\x8e\x74\x02\xa3\xf5\xf2\xf2\xed\x6d\x4a\x1e\x36\x96\x14\xdb\xfd\xb9\xe4\x4c\x6c\x5c\xbd\xb4\xa7\xa1\x3d\xc7\x21\xe0\xce\x48\x2b\xa3\xca\x48\x46\x76\x7d\x9c\xa7\xb4\xe5\xc5\x67\x52\xc4\x8c\x7d\x54\x15\xe4\x04\xe4\xce\xc6\x70\xd6\x18\xe6\x3b\x9b\x60\xd2\x06\x73\x72\x7e\x1a\x45\x8c\xd8\x99\xf6\x56\xe0\x94\xf4\x87\xfe\xcf\xa1\x88\x41\x5a\x4f\xa4\xb9\xf3\xbd\x05\x49\x33\xf7\x6b\x46\x65\x82\xef\x00\xd4\xd6\xc0\x86\x39\x4b\xd6\x62\xd3\x44\x7a\x87\x18\x7c\x5c\x3d\xe6\xb3\x1e\x96\x33\xde\x2e\x6f\x70\x2f\x84\x0f\x3d\xae\xb7\xaa\x64\x1f\x61\xcd\xbd\x9d\xe4\xa2\xcc\x79\x88\xe6\x94\xb8\x47\x05\x0d\xa2\x4e\xf6\x0a\x1e\xfa\x6b\x59\x2f\xd3\xf4\xde\xa3\x5c\xf4\xeb\xf4\x97\x90\x50\xfc\xef\xd4\x7d\xa6\x2e\x4b\x20\x0c\x23\xca\xe0\xaf\x1a\xd4\x7f\x5b\xb6\x16\xb4\x4b\x2b\xb2\xcd\xc2\xe4\xb9\x4e\xc9\x3a\xad\x35\x7c\x4e\x9e\x80\x59\xa2\x82\xe9\xc6\x4e\x9e\x53\x3a\x1e\x10\x18\x14\x50\x88\xf0\x23\xa1\xa7\x93\x53\xc2\x81\x7c\x49\x85\xa9\xc2\x44\xd4\xe3\x3c\xa5\x7d\x24\x00\xd6\xf7\x13\x13\x42\x28\x51\x07\x2b\x97\xe9\x5e\x92\x70\xd2\xab\x95\xaf\x20\xb8\x9b\xfb\x29\x0b\x42\xec\xb4\x60\xde\x28\x41\xb0\x5c\x6c\x2c\x42\xe6\xd9\x81\x1c\xbc\x91\x8a\x68\xd2\x01\x28\xd0\x8e\x8c\xc6\x27\xf9\x58\xf4\xc5\x5a\x36\x91\xad\x2e\x92\xd0\xae\x31\x89\x24\x63\xc6\x24\xf1\xe4\xa7\x5c\xb0\x73\xaa\x86\x14\xf8\x88\xe2\xa4\xb5\x78\xe1\xf6\x84\x40\x79\x5f\x6a\xe3\x25\x93\x2a\x18\xb7\x2a\x5b\x03\xe8\x1a\xa9\x63\x38\x2f\x7d\x30\x3a\x94\x6b\x05\xb0\xdc\x31\xb4\x1e\x53\xda\x7c\xb1\x5c\x9e\x00\xdb\x58\x82\x42\xed\xac\x26\x10\xdf\x9d\x31\x83\x67\x17\x40\xc2\x3f\x40\x87\x08\x9b\xd6\x8b\x54\xbb\x05\x85\xc3\x18\xef\xf9\x5a\x63\xb7\x05\x75\xa4\x7d\x7a\xc1\x0c\x58\x35\x55\x3f\xa1\xa2\xc1\xcc\x9a\x91\x42\xc9\x79\x2a\x53\xf6\x28\x25\xf6\x55\x4e\x95\xb0\x01\x2f\x3c\xee\x11\x98\xf1\x11\xbc\x87\xbf\x2a\xd0\xf2\x95\xa4\x79\x5e\x9f\xc8\x2c\xd2\x37\xa7\x0b\x3d\x60\x18\xfd\xc5\x26\xab\x82\x0b\x59\x30\x42\x52\x46\xaf\x02\x56\xfd\x89\xdd\xfd\x0c\xd0\xae\xcf\xff\x35\x92\x9d\x71\x8b\xab\x53\x5f\x7d\x60\x0c\x75\xfe\xdd\xf6\x70\xdc\xf6\xdd\x55\x3d\x44\x48\x68\x06\xb6\x38\x80\xaa\x0b\x75\xf1\xef\xb3\x38\x93\x39\x6d\xb8\x24\xad\xb1\xdf\x2a\x67\xf5\x7f\x08\x16\x56\x5b\x05\x7d\xc5\x34\xc8\xd5\x61\xdd\x5f\x64\xb2\x5a\x36\xbf\x72\x8f\xa1\xf2\xf3\x62\x89\x0c\x92\xfd\x45\x85\xd3\xed\x9c\x29\xbb\x02\xb4\xaf\x1e\x69\xbe\x83\xdb\xce\xf3\xaf\x62\xfe\xe2\xf8\x07\x51\xde\x35\x97\x8a\x7a\x4e\xee\x17\xe7\x79\x7e\xf3\xcf\x62\xb6\xf3\x74\x3e\xc3\xee\x36\x83\xd6\x8e\xa1\xac\xd6\x1d\xdb\x38\xd2\xd3\xe4\x1a\x4f\xf7\x21\xae\x3f\x47\xd8\x67\xeb\xc0\xea\x33\x4e\x63\x9e\xac\x2c\x5c\x45\x7a\xb8\xaf\x21\xc4\x7a\x8d\x30\x15\x13\x46\x42\xbc\x75\x40\x8f\x77\x78\x3c\x48\xda\xc5\x16\xee\xb0\xf5\x45\x3b\x3d\xcb\xa4\x8a\x63\x5a\x73\xa5\x21\x92\x80\x6c\x2f\x1a\xea\x25\x84\x61\x20\xfa\xa5\xa9\xb3\xb7\x6e\x12\x4d\xb5\x42\xf2\xd1\xfe\x21\xc0\xf9\x09\x0c\x45\x23\x92\xae\x4a\xf2\x88\x55\x1e\x7f\x43\x78\xfe\x2e\x26\x49\x03\x90\xd7\x9c\xe5\xda\x55\x80\xcf\x08\x20\x90\xa6\xed\xb7\xb8\x82\x07\x05\xdc\xe4\x23\xd7\x2c\x23\x2a\xc4\xca\x2c\x74\x7d\x89\xf5\x68\x2c\xbb\xf9\x31\x4c\x54\x01\x6a\x9d\x61\x93\xb7\xcb\xf3\x65\x1f\xe8\x14\x71\xa8\xc3\x5a\x4a\x42\xe8\x79\x47\x92\x87\xd2\x8c\x2d\x02\x4d\x50\xa6\x61\x8b\xb6\x35\xe7\x13\x3d\x38\xa4\x66\xdc\x3a\x62\x0c\xb1\xa5\x7f\x06\x7e\xe5\x90\xb0\x1f\x54\x24\xc7\x24\x24\xf5\x1b\xf5\x6e\xea\x98\xf9\x59\xaf\xe3\x96\xda\x03\x57\xcb\x1f\x13\x27\xa3\x3e\xc1\x5a\xf5\x4b\xc8\x10\x30\x3a\xed\x11\xee\x2e\x91\x45\xa8\x0f\x46\x14\xbe\x92\xef\x63\x06\x0c\x95\x19\x8f\xc3\xb3\x64\xad\x66\x43\xa6\xce\x8c\x31\x07\xe2\xf4\x6b\xb9\x42\xf8\xd5\xf7\x2b\x19\x47\x97\x88\x63\x1c\xfa\x67\x99\x7a\xbc\x85\xf2\x94\x04\x1e\x66\x6a\x1e\x50\xb8\xcf\x38\x02\x2e\xe4\x8e\xad\x96\x39\x2b\xe2\x86\x6d\x8b\xb9\xe6\x2b\x6e\x7e\x70\xe0\x2c\x46\xe8\x1e\x2a\x92\x05\xb6\x64\x06\x70\x7b\x62\x94\xcf\x25\xcf\xcb\x12\xca\x8f\xea\x82\xe5\x37\x0e\x7b\xdc\x1f\x31\x8d\x88\xde\x55\x9f\x73\x2e\x0e\x52\xef\xba\xbd\xdc\x05\x98\x84\xe7\xec\x30\xd8\x5e\x57\xca\x15\xb2\x69\xaf\xb3\xec\xa6\x5e\x3d\x13\xd9\x06\x98\x68\xff\x18\xa4\x0e\x7e\xdf\x07\x74\x5a\x09\xb2\x35\xcb\x28\x8c\xbf\xb3\x93\xb8\xfc\xc6\xc2\xe4\x6a\xd6\x51\xb3\xe4\x66\x27\xb1\xe0\x62\xf4\x37\x48\xc8\x75\x03\xc3\x20\xd4\x83\x8d\x03\x8e\xf7\xe6\xc0\x4e\x7a\x28\xee\x90\xfc\x3a\x38\xf4\xf0\x2e\xae\xbb\xca\xad\x62\x9d\xa7\x3c\x9a\xa7\xab\x63\xaf\x25\xe7\x0e\xec\xc3\x19\x6e\xbb\x04\x4a\x87\x2c\x6e\xba\x42\x89\xc2\x02\x3e\x46\xdc\xe1\x3a\xf5\x6d\x74\xbf\x77\x51\xa2\xa6\xc9\x79\x54\xf7\x33\x1e\xd5\x3f\x22\x98\xdd\x8a\xcc\x46\xf0\xfe\x0c\x01\xec\xa2\x24\x8d\xe8\xfd\x11\x39\x96\x09\xb0\xd9\xb3\x62\xf9\xbc\x60\x0e\x99\x4c\x21\x4b\xb2\xf7\xc1\x6f\x2c\x96\x47\x98\xb4\x47\xe5\x0d\x72\x61\xa9\x15\x3b\xa6\xff\x37\x9d\x7b\xe3\x28\x8d\xd4\x0b\x84\x57\x92\x11\x82\x7b\xfd\x36\x3b\xc4\x0f\x84\x3d\x91\xe5\x02\xc7\x35\x8d\x29\x64\x76\x22\x8f\xf0\x8f\xf0\x2b\x74\xfb\x78\x27\xb8\x66\x3e\x97\x18\x0b\xe9\x3d\xe3\xbb\x0d\x13\xca\x67\xa6\x84\x04\x6a\x72\xbd\x4a\xcb\x62\x0e\x2d\xae\xb3\xbc\x35\x23\x4c\x3b\xf5\xda\x81\x1b\x91\x5f\x45\xec\x7b\x40\x06\x77\xf5\xbe\x5d\x20\x97\xc3\x6e\x03\xf7\xf9\x39\x39\x84\x7f\x57\x96\x9c\x5a\xfc\x20\x53\x5d\xf1\x77\x83\x3f\xa9\x30\x46\xe5\x3a\x0c\xdf\xc6\xf0\x38\x1f\xe3\xe8\x9e\x3f\xc1\x22\x56\x10\xb9\xef\xaf\x90\xfa\x8c\xc5\x66\x15\xca\x16\xb2\xd5\xfb\xe3\x82\x9d\xba\x3e\x84\x72\x52\xe0\xfc\xf1\x47\x00\xf1\x9e\xe0\x9f\x29\x1b\x3c\x98\xc3\x02\x29\x1b\x2d\x76\x08\xe4\xa1\x9f\x22\x5c\x8c\x73\xf6\x7c\x6c\xf0\x70\x0e\x9d\x6e\xd6\x3f\xfa\xd8\x41\xf1\x66\x03\xc8\x64\xb8\xbe\xc7\xb2\xc6\xbd\x4f\x8f\x28\x6f\x3e\xa3\xbc\xc3\xe5\xcd\x4a\x37\xeb\x92\xcb\x78\x98\x7e\x21\x5f\x5c\x32\xc5\x65\x36\x37\xb2\x5b\x77\x88\x9b\xde\x9f\x1d\x39\x0d\x3d\xd1\x17\xb5\x95\x2d\xee\x7e\xbe\xec\xe6\x1c\xc4\x17\xb8\xb4\xfc\xe6\xda\x61\xff\xc4\x6f\x70\xfd\x1d\xe4\x8e\xf2\xdb\x6b\x87\x5d\x4b\x3f\xc1\x2e\x4c\x90\x9b\xd6\x24\x21\x9d\xca\x3b\xf4\xd4\x01\x4e\xab\xbf\x76\x69\xd6\x96\xe4\xcf\xe9\x44\xd2\xec\xad\xc2\x1a\xd3\x59\x54\x42\x7d\x92\xfd\x6f\x4c\x2e\x5b\x94\x31\x83\x6d\xe2\x1b\xb2\x89\x2b\xe2\xe3\xe7\xb2\x58\x96\x7a\x26\x63\x4e\x18\x53\x7c\x13\xea\x6e\x65\x7e\xf4\x85\xba\x53\x48\x0b\x3f\xa2\x0e\x39\x54\x58\x3d\x46\xd9\xfa\x9c\xd9\x68\x24\x9c\x9b\x16\x79\x5a\xd5\xa6\xb7\x27\xfb\xb0\x97\xc5\x99\x52\x2a\x86\xe3\xde\xf1\x4c\x1b\xed\x20\x5b\x10\x15\x9a\xe4\x4d\xab\x4a\x12\x00\x6b\x53\x19\x22\x31\xc8\x03\xd2\x3f\x75\x61\x6a\x9e\x01\x83\x68\x4e\xb2\x61\xfa\x78\xdc\xd5\x13\x69\x73\x8e\x9d\x29\x76\xcd\x60\x41\xa2\xb1\x02\x67\x43\x09\x84\x1e\x04\x92\x7f\xb4\x48\x39\xff\x40\x2c\x82\x5a\xc8\x54\x6d\x5c\x79\x46\xee\xd9\x93\x25\x1c\x24\x01\x09\x96\x1c\xd9\x81\x68\xb2\xef\x0e\x79\x5a\x05\xfa\xdb\x1b\x48\xa7\x4b\xa2\x0f\xf4\x1d\xbb\xac\xd8\xc3\xf0\x9b\x45\x5b\xf8\xc8\x02\x76\xaa\x27\x96\x22\xe1\x46\x1d\x06\xd7\x09\x48\x81\xe7\x08\x4b\xcc\x18\x88\x13\x94\xc7\x13\x6a\x46\x02\xd1\x59\xc5\xfc\xb1\xbb\x83\xe2\xd8\xf4\x26\x14\xcc\x01\xed\x4c\x65\xde\x43\x09\x91\x2d\xc2\xc7\x87\x86\x9f\x8e\x4b\xef\x58\xfb\xe9\x5a\x96\x78\x0c\xee\xe5\x01\x8f\x69\x02\xfc\x05\x0f\x6b\x35\x20\xf1\xa1\xb2\x51\x89\x3c\xe2\x21\xfa\xe0\xa0\x79\x8f\xde\xf3\xdc\xba\x18\x52\x9b\x87\x14\x11\x24\xb7\x70\x11\xae\x4c\x12\x9b\x6a\xa0\xf2\x09\xda\x01\xff\x7c\x26\x94\xb5\x5e\xf9\x06\xf4\xd8\x15\xea\xdb\x7c\x83\x8b\xb9\x1a\xe3\x28\x50\xf8\xae\x96\x15\x7b\x82\xf6\xeb\x4e\x56\xc8\x0e\x6d\x96\x0b\x46\x57\x30\xdf\x85\x2d\xe3\x08\xac\xa6\xa0\x8f\x6b\x64\xa9\x19\x12\x5c\xf8\x77\xf1\x24\x85\x65\x87\x27\x0c\xa5\x6e\x19\xd3\xed\x0f\x39\xb5\x5a\x27\xd5\x46\x7f\xc2\xbe\x13\x45\x57\xf8\x1c\x37\xd0\xb9\xa5\x44\x40\xa6\xae\xdb\x2f\x54\x88\x01\x5c\xca\x3d\x2f\x11\xf7\x04\xe7\x92\xb0\x8d\x10\xd6\x9d\x9e\x19\x6f\xab\xbb\xbd\xc1\xea\x7c\x92\xc4\x35\x22\x8f\xc7\x15\x29\x50\xbd\x0d\x92\x32\x0e\x4a\x94\x6a\xdb\x79\x64\x7c\xd4\xcc\xa2\xad\x95\xc9\xc6\xac\xa5\xc5\x82\x65\x42\x32\x9d\x0a\x1b\x4c\x48\xaf\xab\x3f\xac\xfb\x08\x1d\x4d\xc0\x7e\x7f\x15\xc0\x4e\xac\x38\x77\x23\xb4\xb1\x5f\x25\xcc\x01\xec\xf9\x3e\x49\xb7\xaa\x25\x0f\x80\xc0\x76\x8e\xc0\x82\x0e\xd0\x93\x77\xd4\xc7\xd6\x65\x8d\x30\xf0\xef\x76\x52\xd3\x95\x0a\x67\xbc\xa6\x39\xdf\xc8\xa7\x62\x82\xfd\x8a\x01\x6d\x7f\x6c\xbe\x29\x49\x3f\xfd\x88\xf8\x97\xbe\x62\xed\x5b\x8d\x15\x49\x21\xdb\x63\x78\x58\xa4\xf5\xeb\x87\x3d\xe0\x27\x6e\x38\x85\xde\xfa\xdd\x14\x93\x12\x0a\x70\x7c\x99\xaa\x3e\x3b\x02\xeb\xfa\x33\xa5\xb6\x5d\xec\xaa\x15\x48\xf8\x07\xad\x4e\xa5\xea\x14\xd3\xd4\x9f\xb4\x2e\xc4\x0c\x3a\x91\x64\x48\x07\x65\xae\x75\xf1\x52\xa5\xd1\x70\x5e\x44\xc4\x50\x92\x4c\x71\x47\x89\x0e\x19\x31\xeb\xae\xee\x21\x1d\x92\x8d\xac\x89\xec\x36\x2a\x5c\x2a\xb7\x23\xc9\x65\x75\xaf\xe8\x0b\xe7\x8e\x33\x5e\xbf\xc4\x90\x7a\xfd\x65\x05\xbf\x8f\x2b\xa7\x78\x50\xea\x79\xc1\x21\xdc\xac\x8e\x68\x31\x5e\x06\x94\xa2\xc0\x57\x4a\x4a\xec\x85\x9c\x7f\x60\x02\x17\x1f\x49\xb5\xb3\x3c\xc0\xf3\xf9\xe3\x38\xeb\x26\xa5\x5b\xc9\xa8\x6d\xc1\x39\x2d\xb5\xbf\xcb\xf8\x31\xe2\xc2\xc1\x6e\x46\x94\xfa\xeb\x5c\xd6\x77\xbe\xbd\x57\xc6\x4d\xb9\x09\xd2\x3d\xd4\xab\x3f\x91\xc8\x3f\x4b\xf7\xfb\xfb\x7a\x69\xe3\x92\x11\x60\x0f\x36\x48\x17\x40\x5a\x44\xe7\x3e\xaa\x3b\x99\x69\x9d\xd5\x9d\xe2\x4a\xa9\xef\x90\xc3\xed\xe0\xad\x9a\x1d\xbe\xdd\x92\xe7\x73\x6e\x25\x46\x8c\xa1\x2d\xea\x50\x01\x7e\x32\xc1\xdd\xd4\x39\x08\x70\x5b\x97\xd9\x02\xaf\xfd\x58\xdc\x28\xd5\x03\x96\xb0\xbb\xc2\x3b\x2e\x26\xa3\xc9\xc2\x7f\x66\x7e\xed\xf5\xf5\x37\xeb\x4e\x66\xf8\x8a\x11\x19\x14\x35\xd9\xba\x15\x35\xae\xdb\x01\xd3\xd4\xa7\xa4\x63\x3c\x04\x77\xd5\x86\xda\x8b\x66\x4b\xad\xf1\xcb\x4d\xed\x4f\xd9\x21\x53\x84\x4e\x5b\xcf\x99\x33\x91\x42\x0f\xfd\xe9\x21\xa1\xe6\x6c\xd0\x6d\x30\xa5\x01\x05\xf3\x8b\x8a\x94\x4a\xe4\x7d\x8f\x13\xd3\xfa\x79\x71\xee\xe5\x14\x99\x8b\xfb\x11\x53\x3a\x3c\x5d\x6a\xae\x4d\x9d\xe5\x14\x52\xf0\xa0\x91\x99\x98\x50\x36\xf1\xeb\xab\x73\xe5\xae\x55\x13\xb5\x83\x3b\xff\x4c\x22\x29\x5e\x83\xcf\x2d\x7d\x7c\x99\xe3\xbe\x7d\x46\x20\x39\x5a\xac\xd4\x9b\xc1\xaf\x85\x6a\xfb\x30\xf2\x0a\x72\x4b\x55\xb1\x55\xc0\xf5\x40\x33\xf5\x8d\x44\xf5\x53\x99\x64\xfe\xc7\x7f\xc7\xf4\xef\x8e\xfe\xfd\x12\xb6\x43\x9f\xdc\xc4\xdb\x5a\x24\x8d\x2b\x50\x43\xb7\x5a\x06\x67\x5f\xc3\x5f\xfb\x20\xf5\x40\x90\xa1\x8e\xa3\x1e\xa1\x71\xf3\x8e\x15\x95\xb8\x8e\xda\x25\xd9\x86\xbe\xf0\x4b\x0f\x23\x92\x8a\x34\x9f\x73\x09\x4e\x01\x14\x98\xe2\x28\x14\x42\xcc\x6d\xa1\x9e\x19\x9c\xdd\x16\xea\x81\x98\xac\x2f\x62\xa5\xc1\x8c\x90\x13\x9f\x22\x98\x48\x72\xc6\x20\xfe\x09\x2a\x59\x55\x3c\x80\x05\xb3\xc1\x81\xe1\x82\x83\x73\xee\x6f\x2d\x32\xa5\x99\xff\x66\x5e\x94\xa9\xfb\xc2\xe0\xdd\xaf\xb9\x51\x67\xfe\x1b\x18\xff\x1c\xc5\xd8\x20\x10\x03\xcd\x8d\x0e\x5f\x05\xee\xdd\x11\xf6\x9d\x49\x1e\x39\xd2\xd3\x54\x24\xd0\x6f\x84\xe5\xd5\x0e\xb4\x43\xca\x32\xe9\xb2\x91\xb9\x01\x96\xf0\x96\x8a\x09\x6c\xff\x3d\xe5\x96\x18\xc2\x9f\x00\x0f\xfd\x52\x01\xba\x92\x3d\x74\x65\x35\xa4\xd3\x68\x23\xc3\xc4\x92\x78\x26\x70\x62\x9f\x31\x80\x62\xb9\x0c\x43\xcf\x14\x3a\x42\xd1\x5d\xa5\x54\x1b\xc9\x4c\xab\x32\x62\x7c\x56\x6a\x82\x44\xc1\x22\xd8\x3f\xc1\x27\x85\xef\x72\x07\x09\x2f\x44\xa6\xd0\x16\xce\xa3\xf9\xdf\x04\xba\x8f\xb6\x9c\x28\xde\xa6\x23\x3d\x2f\x1f\x11\x19\xb3\x4c\x52\xe7\x25\x72\x7b\x20\x51\xee\x73\x7c\xa4\x5d\xb6\xc2\x10\x9f\x89\x26\xae\x55\x95\xec\xa2\x4b\x45\x1c\xfe\x5e\x36\x49\xf3\xe9\x4f\x38\x21\x03\xb0\x0e\x8f\xb2\x8a\xcc\xe4\x1f\x07\x64\xc5\x0c\x16\x78\xcf\x5a\xee\x66\x0c\x8d\x49\x88\x2f\x62\x8e\xc5\xda\xcb\xc6\xeb\x95\x7e\x22\x35\xc3\x60\xc9\x69\xe8\x13\x6a\x63\x72\x21\x10\x6f\x67\xc4\xbc\x7f\x51\xe2\x77\x7d\x63\x27\x5c\xd5\x19\x8a\xa4\x61\x71\xa3\x88\x0b\x26\xda\x02\xaa\xf7\xd2\x62\x6f\xe0\x1a\x41\xd8\x29\x44\x4b\xba\x75\x18\xd5\x5e\xf6\x18\x5c\xd0\x61\x73\x33\x05\x71\xdd\x64\x17\xf4\x90\xf2\xa5\x5b\x2b\xdd\x22\xad\x1f\x4c\x42\x33\xe9\x69\x40\x59\xf9\x28\x11\x52\xa1\x01\xae\x70\x5f\xe3\x64\x13\x7c\x79\xaf\x29\x0a\xdd\xdd\x82\xe2\x1e\x30\xc8\xaf\x5a\x59\xe6\x46\x43\x48\xa4\xe9\x3b\x77\xaf\x97\xef\x3c\x0f\xb2\xef\xa4\xe7\x2a\x56\xa7\xf1\xf5\x97\x96\x08\xdc\x82\x27\x08\x5d\x36\x68\xa7\xf7\x5b\x08\xd9\x62\xa7\xaa\x0d\x41\x05\x3c\x6e\xa1\xaf\x3a\x49\xff\xca\x7c\xd0\xf8\x55\xc3\x5a\x1d\xaf\xbf\xab\x46\x1b\xcc\xdb\xf3\x07\xd2\xc1\x71\x7a\x94\x63\x01\x9e\x20\xfa\x8d\x35\x85\x60\xb2\xe1\x99\x38\x1b\x1b\xb1\x67\xe6\x8c\x92\xaa\x5d\x54\x65\x95\xa0\x58\x8d\xd4\x80\x9b\xab\x2a\x41\x3b\xed\x05\x0b\x33\x24\x91\x81\x0e\x9a\x67\xe6\xdc\xf4\x73\xc7\x66\xae\xbe\x66\x55\x02\x57\x58\xa9\x35\x7d\xaf\x1d\x59\xe5\xc1\x8f\xd5\xc4\x51\x1c\xae\xeb\x98\x5b\xca\x7b\xaf\x42\x55\x1e\x83\x7f\x56\xe4\xa7\x13\x4a\x98\x70\x86\x2d\x38\xfc\x9c\x64\x9e\x1a\xf0\x64\xed\x30\x49\x5c\x4b\x6d\xbb\x87\x8b\x15\xaa\x57\xd2\x0a\x84\x3c\x42\xa3\x3d\x8c\xc1\x58\xc7\xcd\x2c\x1b\x32\x07\x1b\xb2\xef\xf1\x25\xba\xdd\x73\x5f\x0c\xa9\x03\x82\xd9\xee\xc2\xb9\x66\xb7\xff\x71\x51\xda\xa1\x2c\xc0\x90\x3f\x9a\xd4\x32\x57\xb3\x8a\xe4\x18\x03\x1d\x2d\x55\x4a\x30\x6a\x55\xb6\x20\x93\xb4\x50\x45\x77\xba\x50\x8b\x1c\x75\xa0\x35\x51\xb7\x67\x7b\x0c\x93\xf5\x57\x98\xed\xd6\xae\x98\x6e\x07\xf0\xfc\xd3\x17\x25\xa9\x19\xdd\xca\x0f\xce\xc0\xf0\x2c\x6c\xa5\x2d\x13\xe9\x66\xfb\x54\x8b\xb9\xb1\xaa\xcc\x0a\x44\x94\xc4\xdf\xb8\xd1\x5a\x99\x4b\x12\x92\xd6\xa8\x2c\x53\x19\xa4\xf7\x5a\x54\xc2\x65\xdb\x5c\x91\x22\x06\x9b\xfa\x3b\xd4\x4d\x94\x1d\x31\x30\x73\x3e\xba\x29\xb3\xed\xce\xf1\x05\x86\xaa\xf5\x76\x18\xdf\x5b\x0d\xe5\x7e\x9c\xac\xb7\x2b\xec\xb3\x34\x8f\xf7\x67\x42\x9b\xd9\xca\x4a\x56\x88\x0b\x30\x1f\x36\x44\xc8\x0c\x7b\xa4\x99\x8f\xf1\x11\x98\xa6\x32\xae\x5f\xae\xfa\x54\xa9\x96\xe4\x55\xaf\xc0\x8d\xf8\x1a\x7b\x64\xb7\x64\xec\x5c\x88\x03\x2b\xa8\xb2\xd9\x79\xce\x9d\x93\xcd\xde\x9f\xb2\xee\xcc\xd0\x60\x3a\x7f\x2a\x94\x85\xaa\xb1\x91\xeb\x1b\xfe\xa1\x41\xdd\x0d\x34\x27\xf2\xe0\xd5\x63\xcc\x98\xe0\x1a\x73\x53\xc3\x11\x8a\xee\xbe\x27\xca\xe7\xaa\xa6\x30\xd4\x92\x4b\xa3\xf9\xc1\x9e\x11\x7e\x44\x69\x97\xde\x19\x9c\x3c\x4a\x70\x25\xd5\x1b\xdd\x31\x2d\xb9\x29\xfc\x18\x18\x69\xcf\xc8\xfa\x6e\xbf\xee\x42\xbb\xb8\x93\xea\x5b\x7f\xf4\x5c\xda\x25\xe6\x66\x75\x37\x56\xb1\x29\xb5\x54\x34\x12\xce\x7d\x31\x01\x21\x43\xe0\x6d\xc0\x90\xe5\x4b\xf8\x1e\xf7\x5b\x3b\xe3\x60\xe5\xb3\x67\xdf\x1d\x8d\x96\xd8\xd1\x3b\x8e\xe2\xff\xd3\x7f\x6d\xe1\xc0\x65\xab\xbd\x63\x5e\x91\x2e\x31\x4e\x7f\xca\x79\x24\xd9\xe0\x33\x65\x1d\x9a\x49\xba\x5c\x45\x8a\x78\xff\x50\xa2\x64\x5d\xc3\x12\xe5\x41\x41\xee\x3c\xe1\xd6\x29\xa2\xcf\xe9\x21\x2b\x20\x77\xc1\x5d\x91\x0e\xe5\xbb\xc1\x91\xa2\x6d\x1c\x70\xbf\xd2\x24\xc3\xe5\x5d\x99\x88\xc5\x52\x3d\x16\x5d\x31\x51\x9a\xd8\x8e\xa5\x9a\x30\xea\xfe\x6c\x9d\xb5\x95\x1e\x27\x70\x77\xa8\x91\xf4\x18\x4b\x67\x89\xbe\x3e\x6a\x25\x86\x7e\xa3\xcd\xe5\xec\x65\x01\x14\x08\x7e\x0c\x6a\x2d\x0d\x13\xab\xf9\xea\x16\x7e\x1d\xf0\xeb\x28\x0d\x43\xd1\xd7\xa2\x8a\xe2\x53\xdc\xd7\x22\xbd\x32\x7d\x58\x62\xb8\x96\xc7\x03\x6b\x71\x6c\xe1\xdc\x9d\x0e\xcc\x59\x79\xc2\xb3\xf4\x21\x7d\x2d\x3a\xa2\x27\xde\x31\xab\xe4\xfe\xfe\x19\x83\x7d\x0f\x66\xb8\x0f\xc8\x04\x1d\x40\x8b\x54\x43\xd4\x81\xdf\x5e\x29\xb4\x20\xc7\xb1\x23\xc7\xc3\x15\x1d\xe1\x91\x57\x64\x24\x23\x54\x74\x27\x0b\x3b\x09\xd1\xf9\x1c\x2f\xf0\xb9\xa0\xfc\xb5\x3d\x12\x2d\xcd\x61\x41\x25\x60\x70\x7b\xaf\x28\xf7\x87\x38\x13\x08\xcd\xb0\xcb\x61\x29\x2e\x80\x73\x1e\x44\x15\xfe\x1a\x33\x72\x39\x74\x22\xc8\x0c\x64\xf7\x71\x62\x89\x79\x16\x7d\x7d\x06\x6c\x2d\x6e\x0c\xf5\xd7\xdd\xf3\xbc\x0b\xf7\xc4\x90\x77\x8d\x2d\xdf\x9d\x7a\x0f\x04\x3d\x9c\x9f\x13\x31\xd8\x80\x04\x76\x67\xdc\x13\xef\xdc\xfb\x39\x36\x4d\x0f\xce\xad\x8b\x3a\x27\x83\xab\xe3\xfa\xc3\x69\x43\x9e\xea\xcc\x28\x0e\x52\x77\xe7\xb2\xb4\x73\x87\x51\xf8\x4f\x24\x18\x7e\x42\x49\xa7\x37\xee\x14\xc6\x9b\x2b\x7d\xf7\x85\x1d\x49\xcd\x2b\x79\x70\xb9\xa4\x6e\x38\xed\xc6\xd3\x1c\x30\x33\x07\x05\xf4\x75\x75\x54\x55\xc6\x45\xd3\x37\x26\x59\x4e\x90\x58\x9d\x5f\xec\xe9\x17\xdf\xb8\x68\xf6\xc7\xb7\xf9\xe2\x31\xed\xb9\x2f\xbc\x05\x83\x18\x7d\x08\xf1\x84\x77\xb8\x4f\xe9\x78\xd0\xbb\xea\xfd\x61\x3c\xcb\x6b\xe3\x71\x9e\x70\xe6\x70\x14\x2e\x46\xa2\xc2\x9f\x23\x09\x84\x6b\x46\xa2\xd9\x96\xdc\x50\x72\x0b\xd6\x17\xce\x6d\xfa\x36\x81\x0c\xa2\x2f\xc2\x12\x75\x5a\x45\x5f\x84\xd3\x6e\x32\x51\xea\xe1\x0c\x33\x25\xa9\x63\x11\x55\xac\xf7\xd6\xe8\x31\x89\x4c\x77\xb5\x08\xe0\x0a\x4f\x55\xa0\x24\x72\xb6\x70\x60\xdc\xc1\xa7\xb1\x41\xf9\x9b\x6c\x56\xac\xf9\x6d\x66\x31\xd6\xcc\x4c\x6c\xf0\x97\xf0\xef\xef\x1b\x32\x09\xc3\xf5\x5f\x91\x67\x92\x42\x1f\x88\x51\xac\x64\x78\x5d\x04\x9a\xb8\x55\x34\x7e\x69\x34\x9d\x44\x25\xe6\xc4\x6a\x43\xc9\xc1\xbb\xa2\x83\x77\x05\xf3\x0a\xdf\x92\x74\xcb\xda\x3d\xd6\xcc\x9d\xbb\xc6\xb7\x53\x95\xe4\x2c\xd1\x38\xea\x47\xb3\x8a\x63\xe4\x3d\xe1\x44\x68\x9e\xad\x7f\x54\x87\x16\x33\x34\x5b\x62\xcc\x06\x70\x12\xa4\x83\x7c\x96\x3b\x8c\x6b\x34\xd9\x12\x3e\xe9\x68\xaf\xaf\x22\x37\x92\x53\x94\x1f\xe4\x9e\x43\xb7\x2a\x74\x00\x0e\x44\xf9\xdf\x57\x34\x3c\x67\xaf\x6a\x70\x4d\xf3\xb6\x14\x42\xe9\x2e\x77\x89\xdb\x9b\x77\xaf\xeb\x3f\x83\xbd\xb1\xcd\x5c\x89\xb7\x0e\xa6\xde\xad\x53\x4b\x77\xa1\x48\x76\x98\xcb\xe3\xef\xef\x71\xcf\xd9\xf7\x90\x0b\x03\x59\xf9\xdc\xe6\xb1\x9b\xbc\x6e\x2f\x19\x43\x10\xbe\xef\xc9\xfb\x62\x5c\x34\xee\x9c\x86\xe6\x2e\xd4\xdd\x3f\x7f\x57\x47\x55\xd0\xb3\xb7\xff\xf8\xdb\xef\x6a\xc1\x3d\xd9\xad\x52\x4b\x67\xab\x92\x67\xfe\xbb\xde\x02\xbe\xdf\x88\xba\x6c\x27\xd3\xc4\xf2\xf8\xc4\xba\xd8\x27\xf3\x93\x70\x6c\x76\x4a\xa8\xe7\x26\xa2\xbe\xa8\x76\xa5\x92\x60\xcf\xde\xd7\xe4\x0c\x7c\xc6\x30\xcc\x28\xed\xd5\x6b\x27\x86\x9c\x55\xc0\xdc\x0e\xd9\x8c\xe5\xb2\xcd\x6c\xfb\x42\x4f\x57\x3b\xde\xcf\x3b\x27\xfb\x74\x07\x03\x6d\x1b\xe3\x1f\x76\x8e\x99\xb6\x7b\xc9\x39\x7a\x47\x0d\x3e\xd5\xb3\x86\x3e\x96\x9d\xc1\x6b\x71\x6a\xa9\x85\x84\xea\x2a\x84\xe2\xc7\x86\x9d\x51\x75\xf7\x2c\x95\x19\x54\x59\x86\x71\x6c\x56\x1c\xa2\xd0\x53\x26\xde\x7b\x76\xbf\x86\x2e\xdf\x9e\xf3\x8a\x2c\xb8\xb7\xe5\x89\x38\x66\x97\x5d\xc0\xec\xd5\x09\x6c\xdf\x9a\x7f\x6f\x4e\xd8\xf9\x5b\xfe\x5d\x0e\xa1\xa4\xa9\x20\x91\xa9\xbd\xea\x80\x85\x5c\x23\x1f\x98\xbd\x3b\x51\x90\xe3\xc7\xde\xf4\x87\xf0\x01\x00\x05\xd8\xa7\x1e\x04\xe3\x1e\xea\xc2\x8b\x71\xcf\xdf\x05\x35\x5e\x03\xcf\x38\x43\x03\xe2\x2a\xed\x69\x8f\x5e\x1a\xe2\x19\x83\x69\x62\xd2\xec\x6a\x8f\x7a\xa9\xf1\x33\xfe\xbe\x23\xbf\xff\x74\x42\x12\xb6\xb3\x19\xff\x09\x2f\xad\xf0\xef\x2a\x3f\xaf\x99\xd9\x3d\xe1\xfc\x36\xf8\x77\x93\xe7\xa3\xc5\xbf\xdb\x3c\x1f\x1d\xfe\x5d\xe0\xe7\x25\xfe\x3d\x3e\xa3\xbf\xc9\x99\xae\xc0\xed\x43\xe7\x26\xe5\x79\xfb\x33\x2a\xfc\x5e\x64\xf8\xe0\x7e\xbb\x8d\xd4\xbb\x8d\xaa\x53\x5c\xde\x28\xab\x22\x9b\xd8\x7f\x2f\xfb\x38\x15\x8e\x22\x09\x2f\x50\x21\x84\x1e\x9f\x10\xc4\xd6\xdc\xd0\xe2\xef\x5f\x70\xbf\x1c\x24\xc5\xc4\x7c\xb0\xa2\x58\x59\xfb\x99\x6d\xe4\x86\x6e\xbf\x38\x53\xc2\x83\x73\x09\x79\xd7\xaa\xf7\x7d\x81\xd1\xd8\x5b\x18\x73\x04\x77\xac\x20\xe6\xf2\x65\x41\x9a\x94\x8b\x56\x2c\x8b\x55\x7d\x8d\x84\x3b\xd6\x59\x9f\x24\x07\x03\x89\xa1\xbe\x18\xec\x48\x16\x57\x36\x30\x62\xaa\x92\xa0\xf3\x46\xc4\xa5\xf8\x42\x7d\x2e\xfa\x7f\xfd\x9e\xc5\x3f\xbd\x67\x21\x8b\x1b\xa2\x2d\xa2\x38\x14\xef\x5b\x39\x5b\x93\xd4\xfc\xa5\x39\xe9\xa9\x5c\xcb\x49\x27\x2b\x64\x8c\xe9\x97\xe1\x39\x82\xed\x92\x23\x57\x89\x65\xb5\x43\x90\xb3\x21\x19\x83\xbf\xba\xc5\x59\x4f\xc5\x72\x41\xa6\xb1\xeb\x33\xcd\x4e\xa6\x7f\x9a\xea\xa1\x9e\xea\x0f\x61\x45\xd2\x2d\x2a\xd1\xf5\x3a\x70\x04\x2f\x06\x62\xb0\xb8\x50\x86\x6f\x28\xbf\xa4\x19\x5c\xbf\x71\x0b\x98\xb3\xdb\xe2\x49\xa9\xdb\xcf\x12\xe2\x3e\x83\x3a\x28\x89\xdf\x2b\x4e\x6f\xc4\x2d\x3c\x36\x37\xf2\x68\xf6\x86\x27\xc4\x51\xd6\xf1\xeb\x8e\xf9\xc5\xbe\x10\x83\x0e\x3c\xee\xc8\x75\x0c\x96\xf7\xe7\x02\x8a\x3e\x5a\x71\x56\x6d\xdf\x46\xbe\x02\x33\x4e\x9f\x36\x09\x49\x0f\xa8\xf6\xb2\xef\x64\xe0\xfc\x39\x45\xc8\x5a\x25\xb6\x49\xb1\xed\x10\x43\xa9\xc5\xc6\x2e\x2e\x62\xbb\x5a\x22\xe1\x29\xa8\x51\xd6\x6a\xfc\xd6\x2b\xbc\x83\x65\xf6\x25\xea\x38\x49\xf9\x97\x50\x1d\x69\x2a\x2e\x7b\x44\xdb\xe2\x9e\x66\x6b\xd9\xb1\x17\x75\x5f\x10\x03\x80\xfc\x61\x1c\xd3\xe2\x6d\x3a\x0c\xd4\xab\x09\xf4\x16\x9d\x7b\x73\xf6\x2a\xd4\xdb\x8c\x0d\xe8\xea\xc1\xfa\xf1\x28\x10\xd6\x2d\xb0\x69\x69\xc7\xcd\x14\x0c\x0b\x07\xea\xc5\x1a\xab\xe2\x50\x58\xaf\xc5\xa5\x12\x41\x2c\x1f\x72\xfb\xe1\x44\x41\x61\x03\xcd\x02\x10\x68\x21\xcb\x43\x98\x99\x10\xa2\xb9\x66\x00\x3c\x72\x46\xbf\xdc\xf9\x3e\x59\x87\xb1\xf3\xcb\x53\x76\xf3\xa8\x85\x84\x7d\xec\x10\x1b\xe5\xd5\xc9\x3d\x4d\xf5\xe0\x63\x38\x56\xd7\xfa\x88\xa4\x96\x47\xf4\xe6\xeb\x91\x6f\xb9\xbb\xa0\xd5\x0f\xc0\x2e\x76\xef\xb1\x51\x46\x58\x28\xaf\xd9\xd2\x64\xd9\x79\x6f\xb5\xd8\xe7\x94\x3b\x3b\x37\x10\xd4\xb4\xbe\xfa\x0e\xbf\x41\xf1\x87\x2a\xb4\x4e\x70\xf5\xed\x9b\x04\x0e\xd9\xf6\xae\xb0\xef\x8a\x9e\xb0\xbe\x71\xe5\x0c\x36\x1d\xfc\xfd\x65\xe0\xfe\xe2\x8e\xd5\x21\xbe\x70\x5a\xea\x7a\x8f\xa4\x7b\x77\x1b\xfa\x84\x59\x01\x0f\x2e\x3f\x66\xf5\xce\xf0\xf4\x98\xb2\x0d\x6d\x42\x36\x05\x99\x37\x17\x5e\x60\x1b\x19\x08\xa1\xea\x48\x6d\x14\x44\xe4\x84\xaf\x38\xf2\x0b\xae\xbb\x04\x96\x6b\x8b\xdc\xe8\xd9\x9f\x89\xab\x03\xf1\x2b\x20\x30\x70\x05\x38\x9b\xd9\x04\xc2\xdd\xb2\x6e\x13\x53\xb7\xa5\x61\xf9\xe4\xfd\x77\x43\xde\x5b\xcf\x9c\x89\x6a\x85\x3c\xb2\xfe\xaa\x4e\x49\x7c\x1a\xb2\x02\x1d\xca\x20\xfb\x80\xf4\x09\x2d\x0a\xb8\xfa\xd6\x27\xaa\x2d\xf9\x00\x0c\xab\x6c\x8f\x02\xba\xe0\x27\xb9\xf2\xea\xb1\xf6\xad\x15\xf9\xd5\x8c\x65\x8b\x42\xe6\x9e\x63\x93\xe7\xb8\xed\xa4\xdf\xbd\xae\xdb\x17\xdf\x0d\x14\x8a\x81\x10\xdf\x33\x78\xa1\xf9\x48\x0a\x3e\x97\x65\xba\x43\xbd\x16\xd3\xe5\x1d\xcc\xee\xfe\x86\x42\x21\x18\xb0\x85\x21\x7f\x32\xd3\xe3\x0b\x77\x2b\x77\xff\xe5\xab\x59\x0d\xb1\x51\xa9\x0f\x55\xe5\xb7\x17\x06\x62\x22\xcf\x72\x8e\x69\x19\xad\x48\x5b\x70\x13\xce\xd5\x7f\x3c\x02\xcf\x28\x62\x21\xa7\x67\xdf\x35\x56\x62\x26\x11\x85\x3b\xac\x02\x97\x7c\x78\xfc\x2c\x26\xb1\xf6\xb4\x12\x03\xeb\xf0\xa9\x57\x62\x29\x27\x54\xaa\xbe\xff\xeb\xa5\x68\xb2\xeb\x6f\x4d\xe5\x96\xe2\xf4\x56\x1c\x0a\x55\xc2\xcc\x1c\x3f\xff\x4f\x2e\xc5\xe9\x8d\x5d\xc2\x28\x03\xdf\x2f\x2f\x0c\x44\x98\x59\x8a\x03\xb9\x63\xdc\xc4\x85\xff\x23\x4b\x31\x4b\x97\xe2\x85\x53\xee\x9e\x1a\xec\x3b\x96\x39\x14\xe7\x86\xc4\xa9\x98\x9e\xe4\xbf\x3f\x16\xa3\x1f\x13\xb2\x92\x71\x0d\xb9\x2a\xf3\x4b\x71\x6c\x13\x73\xc3\xa8\x48\xa7\xc6\x0f\xb2\xf1\xaf\x17\xe3\xda\xbb\x79\x31\xf4\xcb\x92\x83\xd1\xf8\xf5\x95\xf9\x93\x71\x46\x8e\xab\x1b\x8e\xcc\xfc\x4f\xc6\xf0\x87\xe5\x98\xa7\xcb\xf1\x36\xc7\x3d\xf6\x9c\xa3\xbe\x7f\xf5\xbe\x97\xbf\x7e\x5f\x5d\x0a\xaf\x65\xd8\x57\xe2\x11\xcb\x0f\x57\x59\x44\x7d\x32\x3f\x00\x76\x64\xd3\x3d\xf9\x45\xc6\x56\x25\x04\x88\x3e\x38\xcb\x85\x3c\x80\x19\x23\x0f\xb1\x07\x04\xfc\xf7\x0d\x4b\x3a\xf6\x89\xcb\xaf\x62\xe5\x03\x7d\x3d\x13\xa7\x7a\xd4\xcb\x6a\x11\x9e\xdf\xe3\xe4\xb1\xe8\x88\x2e\x01\xca\x54\xa4\x26\x14\x62\x40\x5c\xc6\x23\x7c\xe3\x16\x57\xb8\xeb\xec\xdd\x3f\xeb\x50\x6e\xef\xad\x2c\x16\xa4\x08\x28\x11\x49\x57\x98\x46\xd3\xb6\x53\x7c\x11\xb6\x1d\xb6\x1d\xfd\xe1\xce\x23\x73\xd3\xf4\xdd\xf3\xfe\xf5\xef\xe6\x30\xa0\x11\x2e\xb2\xb1\xe6\x45\x2d\xab\x38\x14\xb6\x35\x09\xf4\x50\x15\x63\xd7\xe8\x4e\xe0\x2c\x91\x4c\xc2\x9c\x15\xa3\x7f\x37\x0d\x85\x77\xc3\x58\x91\x4d\x66\x28\xac\x12\xa9\x23\x1f\xa7\x14\xe5\xf4\xef\xe7\x64\xe7\x42\x3e\x77\xf5\x8c\x9c\xe9\xf2\x73\x2a\x19\x7b\xe0\x94\x76\xb0\x1f\x47\x59\x4e\x40\x45\xb2\x73\xc1\xce\x54\x38\x70\x33\x5f\x31\x2d\x9f\xd0\x05\x47\x6c\x4d\x5f\xdc\xb5\xe8\x45\x2f\x0b\x4c\xfd\xe1\xe7\xcc\xb7\x0d\x7b\x31\x9c\xb5\x1d\x78\xac\x69\xde\xb3\xd8\x54\x09\x62\xd4\x6b\xd4\x76\xb2\x42\x0c\x71\x9b\x4e\x56\xb2\x09\x84\x45\x28\xe6\x9f\x9a\x97\x14\x33\x55\xe8\x40\xb3\x6e\x69\x71\xa7\x23\x8b\x75\x4b\x78\x11\x8e\x11\x8e\xc8\x9e\x34\x9c\x0e\x05\x51\xf5\xa0\x66\x5d\xc8\x25\xc5\xd3\xde\x88\x0d\x71\x79\x53\xdd\x7d\x77\x2d\x39\xe5\x78\x3f\xe6\x41\x4c\x01\x0b\xeb\xcf\x29\x7a\xc9\xd6\xab\xa7\xd6\xc6\x59\xf8\x72\x55\xf9\xb2\xbf\xbd\xba\x22\xe3\x02\xa2\xae\x4c\x78\x6e\x4c\x09\x4b\x6e\xc8\x27\xc4\xbb\xc3\x3a\xdf\xfa\x6c\x4b\xfd\xeb\x75\xde\x43\x3b\xbe\x3b\xb3\xc5\xc0\x16\xc2\x09\x29\x84\xf2\x76\xad\xf4\x74\xf7\xf7\xff\xb4\xea\xf6\xa7\x7e\xab\x75\xb3\x00\x5f\xf0\x83\x23\xd5\x4b\x4d\x6e\x5c\xbf\xed\x81\x05\x69\xf1\xfa\x6c\x6b\xc2\x56\xf0\xd7\xea\xb7\x3d\x30\x56\xbc\x07\x5e\x96\x6d\x27\xb3\x3e\x2a\x94\x3b\x58\x07\xae\xce\x3e\x24\x15\x57\xf4\x36\x48\xfc\x2b\x31\xde\x9e\xc0\x7b\xff\xf5\x5a\x50\xa6\xa4\x42\xb7\x38\x14\x3d\x32\x96\xb9\xb7\x58\x83\x1b\x8f\x0d\xf6\xff\xe1\x1a\x64\x52\x9a\x61\x21\xf4\x12\xb7\xa5\x08\xb6\x7f\xb3\x10\xce\xff\x23\x0b\x51\x25\x8c\x52\x0f\xca\xbc\xca\x20\x75\xe9\x82\x11\x71\x58\xf4\xc4\xed\x23\xe8\x5a\xdf\x90\x2c\xb3\x36\xe5\x01\x64\x59\x53\xfe\x83\x12\x01\xf0\x41\x4b\x71\x2f\x42\x0c\xd6\x3e\xbc\x33\xae\x2f\x0c\x4f\x65\xfb\xad\xc8\xf6\x2f\x27\x4a\x3a\xd6\x5f\x3b\xd0\x34\xaa\xb5\xfa\x7d\x7e\xf4\xcd\x73\x26\x97\x85\xe7\x6c\xbb\x2b\xb3\xa4\x45\x8b\x12\x08\x95\xe9\xe8\x27\xa5\x22\x4d\xe0\x50\xa8\xe0\xa7\xd4\x19\x90\x0a\xc7\x15\xea\x89\xc8\x50\x59\x55\x8e\xc9\x17\x3a\xc2\x3a\xd3\xa2\x93\xb5\xe5\x46\x5c\xfd\x58\x06\xed\x89\xaf\x5c\x50\x33\xb3\x32\x1f\x73\x58\x6e\x07\x0b\xa0\x7b\xd6\x23\xbd\x45\xbf\x48\x22\xfe\xf4\x48\x51\xd2\xc3\x15\xd5\x00\xe0\xda\x33\x63\x1b\xb9\xc2\x79\x9c\xbc\x53\xc7\xab\x36\xe9\xc8\xc9\x3c\x2c\x88\x57\x78\xdc\x4e\x58\xe1\xfe\x8a\xe0\xb0\x57\xf3\xcb\xa7\x77\x30\x8c\x26\x92\x4b\x7a\xeb\x2a\x32\xa5\xaa\x70\x8d\xeb\xbd\xca\x08\xe4\xd5\x33\x62\x6a\x1b\x60\x4b\xfc\xd3\x02\x0d\x17\x9b\xb4\x5e\x5f\xd8\x35\x75\x51\xb1\x5f\xc7\xb9\x4f\x1a\x36\x29\xe1\x5f\xbf\x4e\xdc\xc7\xe0\xd4\x27\x4c\x1f\x65\xb8\x9e\xec\xc4\x94\xcd\xfd\xe1\x8f\xab\xf4\x29\x94\xd3\x32\x98\x54\x55\xf6\xca\xf0\xe7\x05\xde\x4e\x73\x9b\x24\x5a\x60\x79\x20\x52\xad\x77\xb5\x45\xdd\x03\xf1\xb8\x2b\x1e\xa4\x49\x53\xe1\xaf\x07\x78\x05\xf1\x8d\xc6\xca\x4d\x8e\x27\x08\xcd\xe2\xd4\x47\xd5\x1a\xdd\x3f\x83\x1a\xd2\x59\xf4\xd3\xd2\x81\x50\x15\xb9\xe5\x2b\xf5\x72\xaf\xd7\x1a\x88\xcf\x9c\x95\x20\x76\xc7\x84\x03\x8f\xe8\xdb\xeb\x87\xc9\xa0\x91\xc5\xbf\x10\xa2\xe2\x4a\x0a\xa7\x21\xd3\x6e\xae\x57\xfc\xa7\x6e\x7e\x2b\x6f\x94\xd8\x83\x5c\xf3\x4f\x80\x31\x1f\xd6\xa1\x66\x0a\x96\x7c\xbb\xb1\x8f\x86\x93\xce\x58\x4c\x77\xa5\x02\x06\x53\xa2\xaf\x2a\xb1\x0e\x8e\x61\xd9\x03\x51\x7c\xa1\x64\x35\x8e\x10\xee\x19\xba\x2d\x1f\x9a\xa5\x5d\x89\x91\xd1\x14\x52\xc1\xa5\x33\x1c\xd5\x38\x3e\xc2\x11\xd6\x48\x73\x65\xa1\x9c\xd5\x88\x5d\x22\xa7\x67\xbb\x04\xc6\x6c\x45\x5f\xf3\xca\x0a\xb1\x17\xcd\xe7\x00\xd1\xc0\x9e\x06\x50\x82\x07\xe6\x17\xe1\xa7\x7e\x92\x7b\x22\x6f\x76\x7d\x74\x7a\x8f\xfa\x84\x7b\x95\xac\x80\x55\x45\x6f\x3e\x6d\xe0\x29\x39\x37\x7e\x1a\xed\xef\x0e\x7f\x57\xe4\x84\xde\xb0\x7a\x99\x21\x0b\x1a\x70\x76\xe0\x33\xcd\xed\xd9\x1d\xc5\x23\x6f\x13\x4b\xd9\xb0\xfe\x47\x23\x5f\x4a\x1a\xfa\xde\x42\xfc\x40\x32\x68\x4f\xa8\x6f\x8c\x8b\x4c\x1c\x42\x77\x7d\xc3\xa1\x17\x14\x00\xd4\x2b\xa6\xa0\x9a\x45\x02\x40\x20\xa3\xe7\x44\xb6\xc0\xf0\x55\xe8\xdc\xa8\xef\xd4\x37\x6f\xf6\x80\xff\x97\x95\x50\x63\xac\xfd\x44\x1e\x60\x82\xa5\xea\xc4\x0e\x97\x0b\x32\xd3\x5e\xf4\x97\x9c\x2f\x70\xd3\xcd\xd4\xb3\x5b\xa6\x5e\x3f\x41\xec\x70\x37\xbc\x73\xb6\x1d\x3a\x57\x40\x6e\xe0\xe1\x8e\xc9\xe1\x4d\x7d\x4f\xc6\x97\xad\x96\xac\xc2\x8c\xd1\xea\x3d\xd3\x48\xdf\x48\x7a\x1e\xa6\xb5\xcb\x46\xd3\x0e\x43\xf7\x91\x72\x53\x51\x6e\x31\x6e\x54\xdb\x48\xc4\x6c\x24\xdf\xfd\x8e\xff\x6e\x94\xe8\x26\xdf\x9b\xe9\x0b\x91\xc8\xf7\xcc\xd7\x91\xaf\x37\x98\xc7\x97\x35\x47\x9c\xfd\xd4\xfc\xbe\x10\xd8\xd6\x13\x52\xc3\xda\x33\x46\xe5\x3a\x81\xbf\x18\x6e\x40\x36\xc2\x82\x83\x54\x3e\xb0\xd4\xa2\x6e\xb3\x4d\x77\xa4\x68\xec\x9c\x3f\x6f\x10\x27\x39\x4c\xf6\xb8\x43\xfa\xc1\x21\xdb\xc1\x81\x6c\xa3\x68\xb9\x23\xae\x32\x2b\x80\x84\xc5\x04\xbf\xaf\x5e\xa7\xc8\xf2\x76\x40\xad\x3d\xdb\x02\xd2\x3a\x03\xdd\x7b\x07\x09\xff\x72\x8d\x35\xf9\x98\x02\xef\x21\xc8\x95\x06\x93\x09\xbc\x31\xc0\xf2\x7b\xc2\xd9\x5a\x9d\xef\xcc\xe0\xc1\x94\x84\xf4\x08\xbe\xaf\xe3\x82\xa3\x45\x66\xba\xa5\x95\x6d\xec\x75\xea\xb6\x44\xe0\x1c\x16\xb0\xbc\x4e\x55\x0e\x84\xc4\xb6\xdd\x53\xb2\x6d\xa8\xfc\xdc\x13\xf6\x98\xd7\xa6\xcd\x3e\xd4\xcf\x28\xda\x33\x53\x0e\xdc\x59\x78\xd1\xe8\x05\x7a\xdc\xcd\x19\xb8\x43\x5f\xa9\xb0\xd6\xb7\x49\x3b\x42\xff\x57\x15\xd5\x01\xe3\xd9\xee\xd8\xc5\x0f\xd1\xa3\x00\xe6\xfe\x42\xc5\x75\x3d\xa6\x27\x3d\xa6\xa1\xb5\x69\x26\x63\x22\x87\x45\x9f\xf3\xc1\x21\xa5\xaf\x47\x3d\x28\xb8\x27\x62\x0c\xce\x1d\xbd\x3b\xeb\x61\x85\x57\xaf\x30\xf3\x5e\xb5\x0a\x8d\xa9\x3e\x3b\x5b\xa4\xcd\x20\x02\xf2\x58\xc3\x4d\x3b\x20\xc9\xf6\x91\xd1\xdc\x58\xa2\x27\x38\xca\xdc\xa7\xde\xea\xa1\x08\x7c\x01\x25\x3b\xbd\x8b\xcc\x73\x64\x24\xc9\x6e\x52\x45\xf8\x83\x53\x84\x3b\x00\x34\x96\x0c\xc5\x8a\x95\x0f\x41\x85\xb0\x02\x48\xf9\x30\x93\x47\xa8\xbb\x6d\xa3\x99\x98\x35\xe8\xce\x1c\x35\xd6\x5d\xc2\x1d\x51\xba\x42\x5f\x78\x64\x0b\x7c\x3c\xc0\xd1\x02\xde\xf3\x8f\x8c\x36\x4d\xef\x6e\x22\x1b\x20\xb0\xa4\x6a\x0c\x1f\xd8\x46\xb0\x0d\xbd\x9d\xb0\x9e\x05\xe8\xe7\xa8\x44\x8e\x12\xcf\xc5\xa9\x32\x42\xfc\xb3\x9e\x09\x35\x91\xb3\x13\x43\xc5\x8c\x84\x20\x06\xd5\x61\xbc\x4e\x1a\x99\x5e\x5b\xfd\x86\x9d\x0c\x4f\xdd\x62\x9f\x79\x8e\x47\x8a\x87\x52\x48\x57\xe9\xf3\x42\xd7\x10\xd3\xb0\x9a\x91\x7b\xe2\x3d\x0d\xbf\x81\xec\xda\x5d\xae\x02\x07\xe6\x9f\xc7\x1c\x99\xd4\xf8\xe4\x2e\x0b\x94\x1e\xfd\x39\xe9\xe0\xc7\xf7\x9b\x9d\x45\x4b\xe5\xd7\xab\x7a\x02\xed\xe7\x4a\x3a\x07\x8e\x68\xc9\xdb\xb4\xd6\x58\x89\xb9\x26\x93\x23\xa1\x02\xa3\xcb\x2d\x30\x2f\x58\x62\x01\xab\xd0\x46\x00\x37\xe8\x81\x29\xd5\x1c\xb3\x66\x68\x2e\x94\x01\x43\x20\xee\x98\x52\xdd\x76\xc8\x8e\xfc\xc6\x59\x91\xdd\x32\xd6\x2a\xd3\xbb\x13\x83\xcb\xce\xf6\x9e\xb5\x94\x20\x00\x49\x5f\x41\xa5\xd1\x6d\xa1\xee\x14\x95\x58\x4b\x2f\x31\xd5\x06\xe2\xf0\xb2\x90\x3b\xfc\x1c\xd6\x25\xc7\x65\x24\xcc\xec\x51\xae\x59\x6a\x5c\x41\xcc\x7f\x62\x57\x5d\x9c\xcb\x2f\xaa\x89\x10\x6a\xc9\xc6\x42\x42\x10\x70\x1e\xb9\x9e\xc1\x0a\xd1\xf5\x90\x59\xf5\x2c\x59\x11\x48\x81\x32\xce\x73\xab\x90\xb5\x80\x16\xda\x59\x0b\xe8\x70\xcd\x16\xd0\x15\x29\x16\x1d\xce\x62\xc6\x54\x1a\x4c\xf7\x9e\x98\x23\x25\xf4\xd4\x03\xb5\xc9\x73\xf5\xd5\x73\x5f\x83\x12\x32\x58\x90\x4a\xed\xab\x0c\x4b\x89\x3f\x33\xf7\x4f\x93\x12\xc1\xbd\xea\x4e\x3e\x0b\xd0\x92\xa2\xe5\xe7\x2f\x2d\x57\xe6\xba\x43\xcb\xa7\xbf\x6f\x69\x18\xb3\x2d\x5a\x86\x24\xcb\x64\x9a\xfa\xbf\x37\x25\x89\xb7\xbf\xa7\x6c\xcf\xce\x56\x99\x36\xc7\x91\x09\x33\xb3\xef\x0f\x23\x3e\x09\x81\x50\xf7\x56\xe6\x54\x6c\xeb\x69\x9c\xa4\x68\x76\x38\xd5\xc8\x09\x9c\xb4\xb9\xea\x4a\x75\xbb\x58\xbe\x51\x95\xb7\x58\x1e\x18\x55\x77\xbb\xce\xc4\x87\xed\xd6\xec\x86\xb7\xcf\x94\x56\xe4\x61\xfd\x9b\x7d\x3f\x82\x04\x39\x98\xe3\x2f\xb2\xc3\xf7\x2b\x08\xf4\xeb\xef\x66\xf0\x42\x5d\x9e\x19\x6a\xf6\x20\x85\xda\x13\x0c\xbc\xbf\x5e\x51\x04\x87\x35\xd9\x20\x26\x8a\x82\x7f\x20\x3e\x6d\xaa\xf0\xe6\xdf\x52\xa7\xf6\xd3\x94\xd2\xb5\x01\x7d\xc6\x23\xf9\x91\x62\x38\xec\xa7\xfd\xcc\xca\x3e\x30\xa0\x08\xf6\x6b\xb5\xe6\x5c\x7d\xe0\xd2\x35\xfb\x48\x74\xaa\x8c\x3b\xf7\x59\x21\x59\x36\x2e\x03\xda\xde\x8f\xb9\x17\xd9\x66\x58\xc6\xfe\xe3\x0a\x9b\x8c\x0d\x9e\x95\xd4\x40\x6d\x15\xca\x4c\x45\x2b\x5d\x28\x24\x9b\xf0\x70\xf6\x89\xac\x04\xe4\x3e\x0e\x1e\xc7\xf3\xe8\xf4\xc3\x19\x43\x4f\x31\xfb\x5b\x7b\x5e\xf1\x4d\xd8\xd6\x64\x0b\xd9\x6e\xba\x75\x28\xae\xfb\x21\xcc\x14\xe8\x41\xdf\xe9\x61\xb4\xe5\x03\x91\xad\x9d\xd4\x0c\xd4\x54\x9d\x2d\xba\xcc\xd7\x1d\x90\x8a\xf9\x19\xa7\x68\x71\xe6\xd8\x11\x0e\x98\x38\xf2\x73\xf3\x1b\x4b\x41\x21\xb6\xc7\x4c\x53\x42\x9e\xe1\xa6\xcb\x15\xbe\x3b\xc6\xdf\xe4\x77\xf1\x43\x33\x78\x2b\x8a\xd4\xe1\x47\x1b\xea\x55\x7d\x6e\x2f\xba\x42\x18\x32\xf7\xb7\xc1\x43\x60\xc4\x98\x9a\xbb\x0e\xe9\x71\x4a\x6a\x7f\xd9\x54\x57\x35\x4d\x4f\x1d\xa7\xb8\x52\x26\xdb\xcb\x57\x09\x48\x2e\xa4\xe7\x64\x56\xaf\x02\x69\xb4\xc9\x41\x7b\x9c\x94\xd3\x3e\x83\xca\xc2\x99\xc5\x3f\xfa\x69\x25\x45\xc6\x8d\xc7\x26\xa9\xb5\xbe\x18\xaf\x0d\x0e\x34\x5e\x89\xa2\x7c\x54\x03\x39\x0a\x94\x5d\x81\x83\x52\xc0\x56\x97\xfa\x81\x5d\x9a\x1b\x70\x35\x24\x65\x98\xef\x16\xe6\x4c\x17\x68\x37\xdf\xdd\x55\xe0\x6a\xde\x87\x37\x91\x3b\xde\xb2\x08\x43\x1a\x99\x09\x3c\xbf\x3a\xf4\x9d\x1e\x18\xdf\x9a\x9b\x9f\x27\xe3\x8a\x3f\x51\x0c\xd8\xe8\xef\x01\xdd\xef\xd9\x88\x50\xb9\x52\x3f\xc2\x4b\xfd\xc6\x93\x9e\xd6\x58\x9d\xc8\xe3\x71\xd4\xfc\x84\x07\x11\x60\x2b\xce\xe4\xbe\xe5\xd4\x38\x00\x98\xdd\x04\x95\x3e\x10\xbe\xa6\xe8\x66\x1e\x26\x14\x98\x46\x16\xe4\xad\xa2\xa3\x60\xbc\x3b\xb4\xa8\x53\x41\xc8\x2b\x9d\x99\x17\x01\xbf\x34\x14\x85\x1c\xf6\xcf\x67\x65\xb1\x60\x55\xab\x26\x2a\x9d\x09\x03\x51\xea\x8b\xbc\x0e\x54\x05\x8f\xbb\x72\xdb\x24\x5f\x1c\xe5\x6a\xc3\x11\xe3\xba\xc5\x9a\xc0\x3e\xb9\xc5\x14\xdf\xe7\x85\x84\x9a\x6f\xaf\x65\x1b\x21\xce\xc1\x8e\x55\x5c\xd4\x24\x3c\x72\x46\xd8\x80\x1d\xdc\x1c\x4e\x85\xb2\x23\x4e\xf1\x26\xba\x03\xe8\x2e\x32\x7c\x9c\xee\xc9\x96\xdf\xf6\x13\x76\x43\xed\xe0\x9c\xea\xaf\x09\xec\x04\xd9\x7a\x5c\xc0\x0f\x0d\x96\x3c\x36\xf2\x4f\x7e\xa0\xf8\x1b\xd9\xe6\x80\xef\x74\x83\xd7\x66\x80\x13\x8a\x28\xcb\x78\x50\x78\xc4\xcd\xed\x0b\x85\x14\x7c\x2e\x42\x37\x40\xe5\x67\x33\x27\x91\x1e\x39\xfc\x8c\xe2\xfa\xba\x19\x62\x1b\x1c\x4b\xdd\x0c\xbf\x4f\xa8\x93\x05\x84\xe2\x78\x71\x95\xc1\xf8\x8c\x22\xd5\x5b\x55\x13\x94\x50\xe1\x4c\x4a\xdd\x0c\xae\x95\x27\x14\x87\x92\x8f\x81\x7e\x4f\x83\xde\x25\x84\x1d\xa0\xaf\x36\x5e\x22\xfa\xa4\xfb\x1b\x9e\xf1\x58\xd7\xb5\x17\x2c\x3a\xb8\xc9\x66\x4f\x9b\x79\xc2\xee\xc8\xf8\xc8\xe1\xa3\x6d\x29\x9c\x27\x08\x1b\xfa\x9b\xea\x08\xa9\x0b\x3a\x1d\xd6\x53\x15\x08\xb2\xca\x25\xdb\x69\xcf\x5d\x8c\x09\xc8\xb0\xcb\x0a\x39\x63\x6b\xa4\x71\xd8\x91\x34\xad\xe6\x3d\xcc\xb2\x97\x02\xbe\x1a\xaa\x57\x5d\xe9\xbf\xc7\xee\x5e\xed\x4a\x9c\x0b\xf5\xbc\xd1\x04\xa6\xde\x6d\xc9\xe3\x20\xc3\x92\x8c\x4b\x59\x96\xe4\x4b\xdf\x40\xe4\x0e\xb5\xea\x16\xe7\xae\x2a\x75\x17\x12\x32\xee\x95\xab\xb0\xc1\xae\x6e\x3b\x09\x2e\xcc\x11\xaa\x0c\x59\x9f\x8d\x5f\x83\x38\x24\x72\x38\x24\xaa\xbd\x90\xcb\xd0\x49\x8a\xfb\xc2\x9e\x98\x02\x5a\x7b\xfa\x00\x64\x87\x25\x1f\xcb\x99\x8c\x91\x47\x34\x30\x82\xfe\x78\x65\x27\xcd\x47\x94\xfe\x47\x5f\xab\xba\x8f\x9c\xd3\x57\x20\x1e\xc9\xbf\xee\x65\xcb\xea\x2c\xdd\xd6\x28\x58\xa6\xcc\xcd\x26\x62\x0f\x22\x3c\x7d\x7d\x56\x1b\xc6\x74\xc0\x75\x8a\x03\xf1\xd9\x52\xa7\x8a\x4d\xbe\x63\xad\x94\xab\x5c\xca\x4b\xef\xb1\x55\xce\xb5\xed\xa5\xc6\x8c\x5d\x75\xd9\x2d\x9e\x94\x5a\xc8\x48\x22\xcc\xeb\x45\x15\xeb\x5d\x61\x3f\xc5\x9d\xdf\xbc\xda\x18\xfe\x98\xbc\xda\xec\x58\x12\x92\x59\x9f\xbf\xcd\xd7\x8c\xd5\xd7\x8e\x7e\xd8\x0b\x59\x99\x91\x8e\xe1\x81\xaf\x63\xf6\xda\xbb\xf5\x8a\x4b\x25\x06\x89\x73\xa1\x2b\x04\x43\x75\x8a\x51\x71\x67\x09\x41\x30\x4c\x4f\x3c\xf5\xb4\x79\x5d\x78\xbc\xa6\x10\x1b\x6f\x0b\x08\xde\x3e\x25\xd0\xb6\x43\x9c\x12\x6e\xe2\xd1\xa5\xf0\xfe\xb4\xed\xe8\x89\xb9\x19\x46\xf7\x66\x5e\x56\xf2\x28\x67\xf4\x6b\xa0\x79\x42\x24\x6d\x01\xe9\x02\x62\x86\x84\x57\xd2\x5b\x08\x27\xb5\x08\xbe\x7d\x83\x43\xc7\xa6\x1d\xb2\x44\x65\x8a\x78\x54\x35\x76\xfb\x7e\x21\xbd\xb5\xf3\x99\xe7\xa4\xcb\xd3\xac\xbb\xde\x60\xc2\x28\x5b\x41\xb1\xdc\x53\x1d\xf9\x5d\x6d\x22\x28\x3e\xef\x5d\x57\x05\x71\xfa\xa8\x6d\x12\x7f\xbd\x6b\x3e\x77\x2a\xf1\xef\x1c\x64\x3c\xfb\x54\x28\xeb\xdc\xae\xb1\x49\x7b\x9d\xc8\x2a\xae\x8d\x5a\xda\xfe\xbb\x8a\x66\x41\x2d\xe3\x34\xca\x79\x4a\x9a\x4c\x20\x23\x6c\x08\x7f\x8e\xa0\x56\x8e\xf2\x9c\x8c\x7b\x19\xfd\x65\x75\xcf\x80\x28\x89\xaf\x9f\x77\x3e\x65\x64\x41\x00\x91\xb0\x2c\x38\x63\x79\x3d\x22\xcd\xb8\xbd\x27\x07\xe9\x0f\xb6\x93\x55\x65\x8c\xf7\x2d\x94\x7e\x61\x20\xc4\x46\xb6\x28\x72\x06\x9c\xd7\x49\x6d\xe1\xc1\x4c\x31\xe4\x00\xf2\x77\x97\x07\x0e\xf1\x53\x42\xbd\x33\x96\xa0\x23\x2c\x57\x0b\x8f\x9e\xae\xd7\xa5\x7c\x7b\xef\x24\x30\x23\x0a\x2b\x96\x61\x64\xe2\x5a\xfa\x5a\x6c\xe2\x1c\x5f\x50\xae\xe1\x88\x73\xba\x2f\x3a\xe4\x5f\x7b\xa0\x78\x8c\x56\x10\xff\x7c\xcd\xbe\xbd\x08\xd5\x52\x27\x78\x1a\x7e\x74\xa6\x5d\x4c\x73\x1b\x91\x0f\x54\xe0\x0a\xf1\x49\xc0\xe4\xd9\x42\x8f\x1c\x56\x5d\x61\xdb\x35\xe0\xc3\x8d\x96\x1c\x82\x10\x77\xb4\x80\xec\xd4\xe4\x8e\xfd\x51\x2b\xcc\x63\xd5\x49\x7f\xf5\x64\x15\x0b\x52\x8c\x09\xb0\xa8\xe7\x96\x68\x5a\x06\x7c\xb8\x9e\xcb\x33\x3b\xf9\x4d\x5a\x47\x4c\x8a\x17\x1f\x7e\xca\xe6\xbf\xae\x87\xbe\x8d\xe6\x6d\x4d\x0b\xed\x92\xc2\xbc\x0f\xc2\x4e\x82\xab\xc0\x68\x3d\x4d\x39\x05\xd6\x93\x79\x36\x51\x53\xc4\x06\x67\x7c\x49\x5f\x42\x14\xc1\xb7\x49\x5c\xb4\x80\x4f\x0a\xed\xa1\xe7\x69\x03\x22\xc1\xe4\x23\x5b\x23\x68\x73\xc2\xcc\x31\x56\x26\x20\xce\x0d\x4a\x93\x0d\x6d\xd1\x48\x72\x0b\x50\x1d\x83\xf8\x93\x10\x07\x6f\x43\x8e\xb7\xea\x39\xdb\x44\x64\x5b\xb0\x86\x08\x16\x40\x16\x0e\xe9\xb2\x50\x91\xfc\xab\x46\xac\x45\xf5\x2a\x2f\xd9\x17\xbd\xfc\xb1\x0d\x30\x29\xe1\x14\xac\x3e\xb9\xc9\xe8\x8f\x4d\xda\x1c\x87\x4e\x3e\xdb\x76\x94\x81\x4c\x8a\x4e\x8c\xb4\x0f\xc4\xaa\x3a\x1c\xea\xbd\x90\x16\xdd\x0d\xad\x05\x9c\x05\x0d\xf5\x1f\xf7\xb2\xc4\xa8\xb6\x66\xea\xbf\xee\x16\x0b\x5d\xb5\xb0\x20\x0d\x8d\xad\x56\x4a\x77\x44\x64\xcd\xb6\x39\x3f\x61\x40\x55\x51\xb7\xb8\x5a\x4e\x52\x90\xf8\x83\x5f\x3b\xb5\xd8\x26\xc4\x44\x9c\xd5\x32\xdf\xfa\xc3\x60\x81\x43\x83\xbf\x92\xba\x48\xe1\x47\x5b\xae\x33\x4d\x27\xaa\x02\x85\x5a\xd6\x41\x79\x4c\x5f\x90\x38\x28\x8f\x08\x75\x81\xe0\xaf\x33\x2d\x17\x72\xb7\xa5\xfc\x3e\x5d\x78\x5b\xe6\x84\x66\xd5\x30\x42\xf3\x54\x1e\x33\xc5\xe7\x6b\x54\xd7\xde\xca\x03\x3a\x9e\xc9\x10\x82\x58\xa0\xbf\xd5\x3e\xcb\x59\x87\xc3\x08\x2b\x4d\xe8\x7a\xe6\x4d\x07\xfa\x4a\x04\xff\x5b\x01\xe8\x49\x8d\x1f\x23\xd5\xc0\x48\x7f\x80\xbe\xa9\xd4\x13\xdf\xab\x23\x73\xa1\x86\x90\x91\xc6\xb8\x09\x81\xf2\x99\xb9\x08\x89\xf0\x5a\x14\x01\x6c\xc3\x75\xed\xe1\x48\xf2\xe0\x17\x71\x32\x0f\xc4\xd6\x0c\x68\x75\x1e\x88\xb7\x67\xc5\xa9\x3b\xd1\x67\xde\x0e\x33\x10\x03\x4b\x5f\xff\xff\x86\xc8\x61\x5b\x22\xef\x62\x87\x0c\x49\x07\x92\x55\xd7\x52\xb0\xe0\x75\xf0\x8b\x29\x20\xee\xc4\xd5\xdc\x8c\xa7\x07\x3b\x91\x47\x3b\x53\x81\x00\x3c\xe7\x8a\x9f\xf8\x17\x4f\xd4\x5e\x99\xb2\x92\x03\xd4\x32\x9b\xb2\xe6\x38\xd9\x77\xe4\x9b\x6d\xbb\x66\xb8\x76\x45\x46\xbd\xcb\xd6\xce\xeb\x71\xc6\x62\x05\x29\x84\x6f\x0e\x34\xf9\x8a\x72\xc5\x26\x71\x6e\xf5\x47\x53\x25\xd0\xf3\xc7\x54\x76\xb4\x48\x9b\xfa\x7a\x2e\x4b\x76\x5e\x7a\xde\x2b\xf3\xd8\x13\x76\x78\xf9\x38\x5c\x03\xa8\xa6\xf9\x9e\x76\xee\x9e\x25\x06\x40\xd9\x20\x70\xab\x28\xfd\xdd\x00\xd7\x09\xc1\x71\xd3\x8f\x13\x2e\x82\x97\x63\x21\xfb\xf5\x1e\xa1\x5a\x9a\x80\xd9\x02\x6e\x21\x77\xbb\x4a\xf3\xbe\xbd\x9e\x1f\xa0\x6f\x84\x14\x82\xf0\x22\x64\x6c\x59\xc1\x37\x2d\x58\xe3\xaf\x5b\x0e\x09\x97\x6f\xb4\xae\x58\x24\xbd\xc8\xac\x3e\x00\x50\x98\xba\x87\x4b\x2d\x81\xf9\x5d\x2e\x21\xde\x6c\x5b\xb1\x90\x74\x21\x5b\x31\x10\xea\x21\xf9\xcd\xc8\xe4\xd0\x56\x8e\x9b\x9c\xf0\x92\xf1\xd3\xec\x58\xc5\xbc\xc2\x7a\xcc\xbe\x96\xd2\x39\xe7\x37\x7f\x03\x0d\x3c\xfb\xe6\x82\x5d\x2c\x2b\x92\xce\x29\xd8\x9d\x35\x3e\x9a\x3b\x98\x91\xda\x0a\xd4\xd2\xab\x71\xb7\xab\x92\x9e\xf2\x97\x07\x1f\xa7\x36\x53\x1a\x88\xd7\x00\xe8\x58\x08\x82\x5a\xb3\xcb\xcd\x30\xbb\xc5\x12\xf1\x9e\xf0\xf9\xe7\x73\x06\xa7\x22\x18\xaf\x09\xb8\x9b\x13\x3c\x12\x48\x34\x77\xe0\x79\x07\xc4\x87\x25\x7c\xc2\x48\xaf\x7b\xbf\x98\x24\xd6\x04\xe1\x94\xe1\x31\xee\x96\x86\xa6\x69\xc0\x81\x89\xc2\xe5\x67\x4e\x85\xe2\x70\xd5\x5e\xcd\xb8\x9b\x68\x02\xaf\xfd\xf9\x24\xa1\xcf\x04\x6c\xce\xc0\x83\x35\x8a\xbf\x74\x2c\x63\x23\x72\x42\xc5\xae\x2e\x98\x02\x31\x27\x58\x0b\x9f\x3f\xb7\x54\x4d\x82\x91\x15\x22\x37\x75\xef\xbd\x00\x93\xa8\x25\x7f\x32\x82\x4d\x7a\x46\xde\x74\x2b\x6a\x49\xa0\xa1\x3e\x07\xcb\xa7\x0f\x03\xe1\xd6\x92\xef\x56\x2e\x40\x11\x2c\xd1\xc2\x85\xe4\x8f\x6b\x17\xf5\x6d\x61\x1f\x25\x77\x66\x21\x99\x88\x63\xf8\xf6\x01\x06\x60\xbd\x2f\xd8\x38\xd4\x00\x1c\x53\x1f\xaa\x48\x80\x02\xe1\xc4\xa3\xa4\xc9\x6f\xd1\x2b\x44\xee\xf3\x6e\x09\x2d\x86\xe6\x53\x4c\x4f\x84\xf5\x49\xb1\x18\xb7\x0d\x6e\x54\xa7\xbf\x04\x0b\xdf\x13\xf9\x42\x9a\x9a\x20\x92\xa9\x3d\xad\x5d\xc3\x49\xab\x94\xd3\xa9\x7b\x5d\xed\x10\xbb\x77\xdc\x59\x99\xe1\x8b\x97\x52\x95\x95\x59\x07\x49\xb0\x70\x03\x92\xaa\xa1\x4d\x9f\x67\xa5\xeb\xb9\x44\x02\x86\x90\xc3\x53\x99\x00\x0d\x08\x09\xdd\xaf\x4d\x9d\x3c\x89\x77\x70\x9e\xdc\xcd\x14\x51\xbe\x89\x15\x0c\xae\x96\x8a\xe8\x83\x5e\xe0\x0e\x78\xa9\x7e\x9b\xfe\xaa\x07\xa3\x6c\xda\xd0\x5f\xac\x79\xd5\x98\xa7\xc1\x10\xb4\x00\xcc\x00\x7b\x3d\x43\x9b\x91\x34\xeb\xc7\x80\x01\x6c\xf2\xa9\x5f\x33\xa8\x65\x89\x92\xa0\x4c\x14\xe3\x90\x04\x11\xfe\xba\x33\x02\x0f\x57\xcf\xf0\xb4\x5d\x70\x69\x73\x4b\x60\x0d\xef\xab\x39\x70\x5d\x79\x84\xbe\x1e\xa1\x47\x70\x48\x04\xae\xc7\xa5\x05\xe2\xf0\x6c\xc0\xd9\x95\x31\xd0\xef\x2d\x3e\xc2\x3d\xce\x65\x3a\xd2\xe8\x0f\x23\x6d\x1c\xd2\x06\x7d\xa1\x3a\x72\xca\x51\xc1\xdb\xfc\x50\x3f\x69\x37\xbe\xec\xf3\x43\x9d\xc8\x13\xc6\x3a\x3c\xf3\x8b\x57\xbb\x6e\xa6\x7a\x85\x4b\xf5\x9c\xbe\x68\xd9\xc1\x65\x5f\x71\x30\xc2\x11\x8e\x1a\x7f\xff\xe5\xd0\xf6\x0c\x9d\x20\xfe\x72\xea\x5c\xe1\x30\xe2\x35\xf2\x14\x0c\x3a\x4c\xcc\xda\x25\xf0\x1c\x50\xc3\xb0\x0e\xdf\x6c\x22\x47\x4c\xd5\x44\x13\x85\x92\xb4\x11\x09\x6d\xd9\x07\x18\x6e\xc0\x36\x92\x4b\x92\x7a\x8e\x56\xa4\x3e\x9d\xcb\x0e\x10\x7a\x17\xf2\x54\xc2\xa2\xc6\x64\xea\xee\x2d\x59\x5d\xa5\xc8\x60\x43\x10\x62\x50\x18\x1e\x32\x0f\xf4\xdb\x35\x29\xdb\xa1\x6c\xaf\x8a\x6f\xfa\x6e\x89\x60\x59\xff\xad\xcf\x3d\xcc\x21\xd4\xa7\x95\xed\x33\x06\x7e\x69\x2f\xdb\xe7\x82\xbc\x83\x6a\x6a\x6e\xd2\x2e\x92\x52\xe6\x9e\x03\x9e\x83\x0a\x5d\x48\xea\xde\x5c\xd0\x87\x29\xc5\xa1\x43\x53\xd5\xcb\x7e\xea\x0b\x7f\xe9\x2b\xd4\x1d\xe2\x80\x24\x75\x41\xfa\x69\x1c\x77\x45\x9f\x24\x04\x72\x46\xf2\xa7\xa4\x8d\x80\x13\x9f\x19\x3b\x91\x78\x1e\x33\x25\xe6\xa9\x58\xb5\x4e\xe6\x1e\x57\xb7\xcc\xc5\xe0\x4e\x55\xb7\xd9\xa1\x0e\x84\xdb\x6d\x85\x00\xb8\xa6\x3e\xab\xc0\x81\xbf\x18\x0a\x56\xb8\x6f\xfe\x3f\x20\x08\x1c\xfc\x7f\xd4\x01\xb2\x4b\xbf\xd5\x35\xef\xf4\x84\x6a\x58\x99\x97\x06\x42\xf5\xda\x65\xd8\x5e\x1a\x88\x2e\x0f\x56\x55\x5c\x74\xbb\x32\x22\x93\xc7\xd8\x4d\x1f\x11\x6f\x32\x66\x0b\xfc\x46\xa4\xd9\x27\xbb\xa3\x90\x85\x27\x69\x77\x3a\xc8\x1f\x66\x05\x5f\x38\xb1\xec\xcc\x2d\x72\x25\x23\xcb\x71\x30\x66\xc9\xf8\x72\x93\xaa\x06\x27\xd4\xe8\x38\xd9\xdb\x1f\x18\x3c\x6c\xf6\x76\x85\xe7\x4e\x34\x43\xe5\x89\x71\x49\x1f\xbc\x27\x70\xfd\xa3\x73\x29\xd7\x88\x79\x1b\x3b\x96\x6c\x86\x0d\xca\x4c\x53\x03\x03\x9b\xa6\x67\xb6\xa2\xae\x4c\xac\x2b\xf4\x69\x21\x82\x8e\x48\x2a\xef\x03\x72\xad\x81\x1b\x83\xd1\xfb\xb5\x09\x0b\xd5\x63\x0d\x20\xca\x5e\x19\x2a\xdb\x6b\x6f\xb8\xd8\x10\x9e\xf8\x68\x01\xeb\x90\x81\x09\xf4\xde\x51\xcf\xf5\x95\xe6\x20\x1f\x45\x93\xe6\xdd\xb2\x49\xff\x3e\x62\x20\x24\xef\x83\x54\x63\x2b\x08\xcb\x1f\x8b\x4c\x29\x7c\x81\x85\xbb\x04\xae\xcf\x6b\xd4\x4a\x87\xad\x6e\x79\x0f\xe4\x27\x46\x8c\x06\x04\xa6\x07\x15\x7b\xb2\xc2\xa6\xd2\x92\x2c\xf8\x5e\x47\xd5\x5a\x64\x01\x7d\x6f\x83\x53\xf6\xf7\x3c\x23\xbb\xba\x21\x51\xfa\x8b\xcc\x3c\x1d\xea\x74\x10\xdf\xc1\x7e\xd7\x90\x77\x08\x42\x81\xb3\x6b\x77\x21\xad\x7a\xf0\x75\xc8\x3d\x3c\xb4\xc9\xb3\x00\x3a\xa3\x13\xe9\x3a\xd6\xac\x60\xec\xd7\x80\x17\xbc\x91\x88\xa0\x04\xf9\xa3\x67\x6e\x37\x15\x55\xd6\x08\xf7\xbe\x29\x9e\x2c\xd1\xbb\xdb\x22\x5a\xb1\x3d\x07\xc7\xda\x2c\x23\xc5\xdd\x07\xe1\xe1\xa0\x8b\x88\x67\xbe\x8e\x09\x1d\x8c\x48\x31\x39\x95\xeb\x56\x3a\xb1\x9c\x89\x90\xe2\x20\x45\x1f\x47\x34\xd8\xa9\xd4\x18\xb9\x96\x7b\xc5\x11\x14\x9a\x13\xd5\xef\x73\xd8\xd6\xe2\x92\x84\x31\x09\x71\x14\xc6\x21\x3d\x79\x25\x00\x8c\xae\x11\x0d\xde\xfe\xb0\x32\xd1\xb8\x97\x7b\x8a\x48\x7b\x42\xd3\xf3\xea\x47\xd2\x4a\x3b\x67\x3b\xd5\x07\x5f\xf2\xee\x59\xe6\xfb\x24\xc9\x24\x34\x12\xb6\x9d\x42\x0f\x2f\x63\x7c\x0f\x14\x12\x70\x5f\x21\x4f\x2d\x03\x09\x19\x24\x06\xb7\x1a\xe1\x25\xce\x2c\xfd\x1c\x49\x77\xdc\x35\xe0\x63\xc8\x8c\x4e\xd6\x84\x4f\xa3\xb0\xef\x11\xed\x5d\x2d\xd8\x61\x76\xc1\xf9\x55\x92\xa7\x2e\xa9\x72\x03\x71\xe7\x2e\x7a\x19\xae\x5f\xdd\x9f\x4e\xa0\x81\xe7\x13\xbd\x82\xfc\x84\xc7\x32\x2b\x0b\x90\xce\xf2\xa2\x9a\xbb\x99\x75\xc9\x8b\xe7\xb9\x75\xfc\xf9\x60\x2e\x75\x1f\x93\xb1\x7e\xad\xb3\x95\xf3\x9d\x5d\xec\x8b\xce\xdd\xed\x94\x94\x94\xb3\xe0\x6e\x0d\x3d\x01\xeb\x3d\x96\x39\xbd\x87\x5f\x61\xbd\x47\x99\xc4\x7f\xfb\x75\x2d\x33\x8e\x46\x33\x39\xb3\x8a\x5f\x42\x9d\x55\x64\x25\xbf\x3f\x84\xf8\x68\xc9\xe2\xd8\x53\xf1\x7d\xc4\xa0\x40\x8d\xcd\xbf\x0f\xa6\xae\xd7\x81\x4e\xc1\xdc\x05\x29\x1e\xf6\xf2\xb0\x61\x99\x30\xa3\xae\x8d\x8d\x3b\x48\x36\xa0\x5f\xc5\xac\xb6\x1e\x19\x5d\x36\xe9\x6b\xab\xe4\x7f\x6e\x8d\x6a\x99\x5e\x9f\x98\x57\x09\xf4\x67\x87\xa0\xe8\xfd\x69\x94\x20\x9c\x5d\xd3\x07\xdb\xef\x75\xf4\x00\xe6\xeb\x4c\x5e\x27\x03\x06\x60\x7d\x5a\x2e\x93\xac\xde\xea\x6e\xb6\x64\xa5\xe0\x80\x60\x37\x93\xf2\x35\xeb\xff\x3f\x84\xba\xdb\xd8\x10\xd7\x47\xc2\xb9\xe5\xc4\x05\x0a\x30\x9e\xd7\x51\x3a\xd9\x1e\xa6\xee\xc2\x71\x37\x05\xca\xdc\x67\x1e\xcc\x3a\x76\x0a\xb1\xd9\x4d\xcb\x7b\x29\x04\x68\xa5\x6d\xa7\x7d\x6e\xa6\x5d\x3e\xfe\x58\xfe\x1c\xfe\x66\x06\xa0\x33\x03\xdb\x99\xa9\x90\x81\xf8\x1c\x72\x4a\x9a\xbb\xec\x77\x3c\xfd\xe9\x3b\x1c\xe1\x3d\x50\x21\xd9\xb0\x86\xa5\x0e\x87\x7f\xe8\xa7\x1b\x69\xd4\x34\x70\x30\xd4\xf7\xca\x3b\x74\x2c\x0d\x8b\x12\xb8\x72\xc2\x21\x88\x87\xc3\x7d\x68\xa0\xd4\xc9\x88\x8c\x84\x1d\xf8\xf2\x31\xfb\x26\xcf\xa0\x56\x98\xcb\x2d\xfe\x43\xde\x2c\x9a\xa1\xf2\xc5\xdd\x8c\xb4\x98\x9f\x37\xc5\xd4\x29\x67\xc2\x5e\xb2\xf5\x9c\x7b\xa0\x77\xa4\xd8\x69\x45\x31\x5a\x9f\xe5\xa3\xf1\x8b\x09\x84\xfa\xbc\x6c\x31\xa9\xb1\x8f\x40\xb7\xf8\x25\x9c\xcf\x08\xf9\x13\xcd\xd3\xd6\xa3\x61\xfb\xd4\xed\x94\xe6\x53\x24\x4e\xfb\xc2\x47\x5f\x00\x96\x5a\xca\x67\xf3\x0d\xd4\x84\xab\xe9\xe3\x39\x21\xaf\x68\xfb\x89\xfd\xee\x34\x11\xe3\xaa\xfe\x8f\xce\x84\x97\xe9\x85\x3d\x91\xb3\xbd\xa8\xbd\xf5\x73\x6c\x42\xd1\xd8\x2a\x52\xb3\xfc\x65\x39\x4a\x5a\xd9\x47\xc9\x3e\xc3\x99\x97\xf5\x93\x2c\xd3\x4b\x28\x74\xfa\x47\x5a\x97\xe1\x77\x2a\x47\xa6\xbc\xa5\x12\x4b\x02\x1c\x7b\x22\x7c\x5d\xf1\x19\xb7\x32\x0e\x4a\x36\x28\xf2\x48\x2c\x94\xbe\x95\xe6\x6a\x2e\x89\xd6\x3d\x5e\x2e\xd4\x2d\x2a\x06\x62\x4d\x15\x57\xea\x4b\x73\x68\x0b\x39\xc7\x08\x78\x67\xf8\x0b\x79\xc2\x25\x63\x36\xf4\x80\x31\xe8\x9e\x38\x61\x80\xde\xc5\x9a\x95\xe2\x72\xf7\x13\xc0\x4b\x60\xd9\x47\x0d\xea\x05\x89\x87\xbb\x7f\x02\x49\x80\x1b\xeb\xaf\xbe\x4d\xeb\x5e\x6a\x55\xd8\x00\x76\x65\xb4\x05\x78\x78\x43\x95\x69\x7d\x9c\x47\x5c\xf4\x3c\x7e\x0a\x8f\x83\xce\x3a\x31\x31\x3a\x89\x85\x11\xb0\x41\x67\x46\x4e\x42\xe2\x17\xcd\x16\xb8\x0d\x49\x41\xc3\x37\x14\x8f\xe8\x51\xd6\x8b\x5b\xc2\x5e\x50\x13\x75\xac\x73\xa4\xe4\xb4\x97\x7c\xfb\x42\x46\x88\x46\xf2\x4e\x70\x0e\xd4\xf3\xe4\x42\x95\xfd\x10\x1e\xd8\x1b\x38\x30\x5a\x54\x42\x28\xe7\x03\x59\x40\x08\xd0\x98\x26\xf2\x9d\xe1\x35\xa8\xd4\x13\x0e\x23\x82\xea\xd2\x37\x21\xbe\xca\x70\x62\xf8\xa8\x1c\x01\xce\x32\x46\xe6\xbc\xb5\x35\x61\xb0\x3b\x26\xe9\xa3\x3d\x3e\xc9\x1d\x6f\x24\xcc\x78\x13\x84\x93\xb8\xbb\x3d\x15\xcc\x60\x9d\x7e\x2f\x41\x11\xe8\x15\xc6\x12\x01\x1a\xd9\x02\x17\x93\xa1\x6a\xea\xa2\xd4\x5d\x52\x4e\x7d\xd1\x5f\x00\x32\x26\x57\xde\x4f\xc0\xa7\x2e\x9f\x1e\x09\x50\x29\x28\x0d\x92\x91\x0c\x48\x46\x57\xc8\xa7\x2e\x5c\x68\xc8\x06\x30\xc0\xa9\xc7\x25\x69\xa8\xbd\xe5\x82\xb6\x55\x3f\x9a\xb0\xbd\x10\x4e\x35\x54\x4e\xa2\x6b\x05\x49\xc8\x14\xd7\x9f\x21\xba\x00\x47\x34\xa9\x3d\x83\x10\x5f\x33\x90\x2b\x65\x40\x81\x6c\x60\xec\x1b\xa4\xa5\x01\x25\x44\x74\x85\xb2\xeb\x30\x1a\x04\x88\xea\x0e\x2a\xa8\xca\x9a\x54\x18\xaa\x82\xf5\x3b\x41\x2f\x78\x97\x6b\xaf\x42\x79\x66\x23\xfa\x6d\xd1\x64\xe5\x76\x9e\x9b\x40\xe5\xc5\xeb\xbc\x56\x1f\x29\x64\x2e\x9c\xd2\xa3\x99\x9e\xc5\xbd\x64\x2f\xc8\xdc\xa2\x3a\xa2\x2a\x63\xa3\x01\xdf\xb0\xc2\x8e\x22\x07\xd8\xa0\x07\x8b\xc6\xe8\x1c\x73\x84\xf6\x27\x3c\xaa\x4d\x18\x13\x20\x8b\xc8\xf3\x77\x29\x29\x1f\x30\xbc\xa5\x9a\xb2\x52\x80\xe8\xb7\xb5\x32\x7d\xf7\xcb\x05\x23\x2a\xba\x42\x45\xd6\x84\x77\x79\x81\xba\x19\x96\xf0\x6b\x3a\xed\xd1\x05\x16\xb1\x25\x62\x5c\xce\x38\x3a\x9f\x26\x5d\x6c\x87\xcc\xc5\xf4\x2c\xe0\x89\xc1\xdf\x67\x91\x85\x94\xce\xc7\x0b\xa2\x2c\x46\x99\x27\xf0\xab\xf1\xce\x84\xdb\x6b\xc7\x6a\xd6\xa4\xe0\x63\xef\x3d\xe3\xb2\xbe\x4c\x5d\xd8\x69\x4b\xb0\x24\xb8\xe1\xfc\x0f\x05\x84\x2b\xaf\x33\x6e\x10\x21\x7f\x09\x57\x29\x3f\x17\x37\x17\x35\xcc\x94\x15\x1c\xba\xc9\x5b\x47\x87\xf8\xe1\x4a\xa6\x0a\xaf\x83\xa9\xd2\x99\xdb\x3f\xaa\xec\x19\x2a\xc1\xd4\xd1\xd7\xe7\xe6\xa2\x8e\x61\x55\x37\x53\xc4\x55\x75\xe2\x2e\xa1\x15\x65\x47\x63\xa8\x8e\xa9\xa3\x8a\x53\x95\xaf\xb1\x37\x5f\xc4\x35\x6c\x72\xec\xcf\xf5\xc1\x35\x0e\x3e\x49\xd5\x9f\x40\x75\x81\xa3\xe6\x9b\xa6\x71\x43\x4e\x9f\xbc\x3e\x62\x13\xac\x76\x30\xbf\xef\x77\x30\x51\x6c\x8e\xa6\xae\x6e\x0f\xf9\xca\x17\x69\x08\xd9\x65\xbb\x2d\xe2\x3a\x2a\x94\x77\xc6\x69\xe0\x5c\x2e\x8f\x24\xd2\x20\xa1\xe1\x99\x87\x74\xf9\xa6\x2a\xb2\x48\x8c\x04\xbd\x69\xab\x92\x8f\x70\x4d\x0b\x3a\x56\x1f\x68\x85\x58\x86\x17\x2e\x0f\xf4\x66\x4a\x4f\xe4\x90\xfc\xf2\xda\xd8\x9a\x40\x5c\x7b\x33\x4b\x3f\xd0\xd4\x8d\x77\x7c\x99\xe8\xb9\x7a\xa8\xf0\x0b\xf4\xef\x91\x10\x6f\xe6\xb7\x1e\xd2\x8b\xb0\x23\x59\xcb\x54\x18\x2b\x3d\x8f\x26\x56\xcc\xad\x64\x07\x47\xe2\x8d\xef\x25\x05\x8a\xbd\xeb\x72\x43\x1b\x61\x1a\xda\x99\x0d\xeb\xd0\x7d\xd3\x15\x3c\xae\x0c\x55\xb1\xdf\x4d\x45\x0c\x8e\x31\x5f\xcc\x5b\xeb\x7a\x40\x52\xdc\x3d\x14\x87\x62\xf0\xd1\x48\xcf\xea\x40\x3c\x92\xa8\x3f\xb8\x25\x93\xdc\x54\x41\xa4\x38\x55\x58\x0f\x45\xfe\x96\x18\xdc\x94\x70\x86\x86\xe7\x09\x1a\x37\xf9\x68\x23\xc2\x80\x43\xae\xcc\xf1\xd2\xef\x9b\x4a\xf1\xfa\x54\x6c\x4b\x31\x25\x72\x62\x09\xf3\xda\xf6\x94\x30\x39\x95\xd5\x31\xe3\xa0\xf9\xa3\xe4\xd3\x36\x11\x1d\x96\x27\xf7\xd0\x68\xa7\x3b\x1c\x27\x72\x56\x91\x69\xde\x5c\x6f\x1a\x22\xd5\x6e\x88\x7b\x9d\x7f\x83\x7b\x98\xc8\x33\x7b\xd3\x8f\xc3\x1e\xf1\x1d\xc7\x15\x85\x3a\xb3\x5f\xa1\xe9\x78\x1a\xf6\x0c\xba\xf1\xc0\xe4\x0d\x9a\x81\x79\x2a\xe1\xfe\xf4\x00\x4c\xbd\xa2\x33\xf3\x50\x42\x59\x5d\x0b\x22\x16\x69\x48\x1a\x08\x86\x43\x4c\xe5\x5e\xb6\x01\x13\xbd\x63\xf5\x70\x14\xb2\xac\xca\xef\x59\xf0\xef\xdc\x7b\xc5\xb0\x4a\xe6\x0e\x8a\xbb\xf7\x1a\x7f\xdb\xa8\x44\x99\xea\x3c\x83\x78\x92\x4e\xd5\xc5\x06\xe4\x3d\xf3\x17\xfb\x6f\x66\x96\x43\x77\x18\x65\xa9\xa1\x8a\xcc\x91\xc8\xb0\x38\x76\xca\xe2\x80\xc0\xd8\xb8\xb3\x39\xfd\x98\xa1\x96\x29\x39\xa5\x4c\xf4\x0b\xba\x92\xfd\x03\x41\x38\xab\xbb\x35\xfb\x4d\x99\x2b\x9d\xd9\x14\x7f\x1e\xe4\x6e\xf4\x12\x39\x30\x97\x64\x52\x7d\x49\xe8\x7d\x6f\xfb\x6a\xbe\xfa\x92\xa2\x3d\x5a\x92\xcb\x5d\xfd\x9a\x17\x21\x46\x47\xc6\x99\x16\x49\xa9\xc1\xc5\x56\x2e\x98\x12\x0b\xca\x9f\x15\x5c\x47\xdf\x2a\x40\xa0\xf6\x5a\xfe\xe5\x0e\xd4\xb2\xe6\xc5\xc6\x2c\x53\x2e\xf5\x92\x5a\x2d\x29\xfb\xdd\x77\x31\x10\x3d\xb1\x0e\x73\xd7\xc9\x8c\x22\xbf\xfd\x32\xa9\xfa\x3d\xc4\x4d\x70\x2a\x76\xae\x71\x02\x27\xe0\xb7\x66\xd2\xd4\xb1\x27\x99\x3a\x05\x43\xa0\x07\xcd\x26\x8b\x63\x23\xa1\xde\x7f\xf2\xce\x84\x01\xde\x7d\x23\xf4\xd2\x08\x70\x8a\x83\x39\xb4\xfc\xcc\xbd\x77\x9f\x8a\xae\x70\xbc\x25\xe1\xe6\xf7\xf4\xb2\x39\xf0\x54\xc2\x35\x1d\xca\x23\x34\x23\x53\xda\xc7\x14\x4b\x1a\xde\x8f\x8a\xae\x98\xde\x93\xb4\xa4\xec\xe5\x73\xf1\x32\xf2\x20\x86\x75\x8b\x60\x54\x04\xf2\x10\x72\x14\xb5\xdf\xae\xd1\xe8\xc8\x3e\xe9\xed\x70\x22\xd7\x04\xdc\xec\x44\x2a\xe5\xf6\x66\x08\xba\x19\xb5\x26\xf9\x1d\x1f\x91\x86\x4f\x21\xba\xc7\x45\x02\x6e\x65\x9b\x5a\xe6\x9c\xc0\x7f\x7e\x58\x09\x8d\x0e\xd5\x06\x91\x1c\x88\xf7\xbd\x2a\x1e\x2c\x31\x97\x94\x23\x7a\x88\xac\x36\x54\x91\x66\x71\x28\x94\x5f\xa6\x1f\xd6\x9d\xde\x11\x47\x9c\x69\x96\x92\x3b\x72\x4d\xa3\x22\xb7\x63\xb1\x95\x50\xd1\x52\x9c\x82\xda\xaa\x6d\x7e\x95\xa7\x63\xdc\x10\x44\x28\x14\x3b\x96\x97\x10\xd8\x1d\x18\xf3\x39\x23\x78\x0d\x9b\x67\xe8\xee\x16\xf0\x36\xf2\x0d\x10\x82\x66\xc9\x06\x94\x14\x5a\x1f\xd9\x46\xc9\x49\xb1\xbc\xce\x60\x1d\x0e\x21\x32\x14\x97\xa0\x72\x72\xca\x2c\xe9\xcd\x29\x1c\xd3\x26\xd8\x01\xc1\x32\xf8\x82\x05\x29\x37\x13\x52\x7b\x93\x48\xd9\xc6\x4e\xe1\x9d\xc9\xf9\xd9\x24\xee\xa2\xbd\x03\xc7\x00\xd8\x8c\x86\x93\x13\xd4\x8e\x18\xc6\xde\xca\x92\xfb\xf7\x81\x9e\xde\x99\x64\xca\x14\x77\x93\x98\xe5\x89\xbc\x60\xbc\xae\x4c\x10\xe8\xd4\x55\x3e\xf0\x90\x02\xdb\xb7\x54\x1a\x14\x58\x91\x93\x49\xef\xca\xb9\x4c\x89\xb5\x22\xf6\x92\xf6\x14\x26\xb7\x7f\x0e\xaf\xb6\xa8\x77\x7f\x7a\xaa\x59\xc6\x93\x5c\x9d\x95\xf1\x04\xc3\x48\xbc\x23\xc3\x1c\xd1\x94\x35\xe3\x6e\xf1\x85\xa2\xda\x35\x17\x42\x2a\xf6\x21\x03\xa5\xd1\xcd\xd4\x08\xa1\x24\x6a\xf3\x3e\x68\x53\x8a\x77\x87\x42\x95\x38\xd8\x92\x1d\x4d\xb9\xf7\xeb\x5f\x95\x50\x1b\xde\x17\x6b\xe3\x8f\xa6\x77\xe7\x73\xcb\xe6\x23\x9f\xf8\x41\x5e\xf2\xba\x57\x88\x16\x65\x77\xa2\xdd\x55\xb3\xd2\xcd\xe5\xe5\xf6\x56\x2b\xec\x69\x86\xd2\xad\xc9\x84\xab\x06\x89\x9c\x72\x44\xf2\xbc\x4b\xf2\xfb\x40\x88\x97\xf0\x01\x9f\x51\x90\x19\xa5\xd1\x0a\x28\xe8\x83\xab\x3b\x00\x4b\xef\xe8\xa5\xef\xba\x71\x94\xd1\xe0\x7b\xf5\x0e\xdc\x8f\xe3\x36\xb2\xfb\x48\xef\x42\x68\x52\x3e\x29\x63\xc1\x07\xf8\x07\xf2\x9b\x68\xcb\x23\x42\x51\x9b\x14\x2b\xe2\x20\x75\x1d\x82\x00\x83\x19\x65\x57\xec\x4e\x64\x29\x4c\x2b\xa5\x9e\xe3\x1b\xab\xf8\x21\xd4\x56\xb2\x53\x85\x3f\xa5\x98\xc1\x83\x44\x82\x98\x23\xa9\xd1\x9c\xde\xac\x2c\x33\x80\xbd\x35\x4e\x7d\x53\x85\xd4\x48\xbf\xf5\xac\x50\xde\x1c\xbe\x93\x1f\x8b\x2b\x4b\x2f\x74\x55\x53\x2b\x9e\xdc\x4c\x6a\x92\xdb\x12\xbc\x76\xb5\x2c\xd9\xfd\xd6\x8c\x24\x23\x41\xb9\x8c\xc5\x05\x91\xaa\xbf\xbf\x29\xf6\x45\x77\x41\xd4\xc8\xe9\xc3\x27\x3d\x9d\x55\xae\xb4\xbd\x41\xa2\xfa\x31\x7d\xa1\x25\x26\x27\xb6\x34\xf3\x49\xcd\x71\x6d\x37\xa1\x2a\x96\x95\x08\x3e\x34\x65\xb2\xc5\xfd\x67\xb1\x60\x89\xc1\x87\xa9\xcb\x3b\x40\x4f\xf8\xe3\xa7\xde\x2b\x55\x55\x9a\x51\xee\x91\x9a\xd2\x6c\xfb\x87\xcd\x03\xd4\x0c\xdd\xfc\x27\x43\xf7\xfd\xac\x89\xc2\x58\xf6\xff\xc0\xc7\x79\x62\x22\x69\x67\x4d\xe5\x4b\xca\xcf\x39\x22\x94\x21\xf9\x75\xcf\xa4\x7f\x8d\xb1\x7b\x5d\x4c\x39\xb0\x42\x09\x41\xf7\x2d\x11\x50\x4a\x31\x49\xde\xf8\x6f\x62\x29\xdf\x22\xd2\x7f\xfb\x9d\x37\xe3\x6d\x12\xcb\x06\xa9\x37\x36\xf2\x65\xfa\xcb\x04\x55\xf9\x16\x59\xaf\x34\x5f\xb7\x96\x6b\x55\xac\x2b\x71\x90\x33\x39\xa7\x54\x70\x47\x19\xc9\xe2\xd4\x16\x65\x39\x96\x5b\x46\x3c\xe5\x9b\x1a\xfb\x36\xf3\x3a\xe1\x54\x4b\x12\x80\xce\x86\xa6\x27\x73\xea\x69\x31\x7b\x4d\x1b\xbe\x26\xb7\xaa\x58\xb7\xc4\x54\xf5\x13\x38\xad\x2c\x8f\x17\xaa\x3d\x8d\x7a\xa6\x96\x6a\x3f\xf9\xc1\x04\x0e\x45\xa4\x16\x56\xb1\xdd\x13\x33\x35\x96\x25\xfd\x39\x91\x26\x04\x9e\x98\xa9\x03\xae\xa9\x48\x91\xd2\x68\xae\x20\x30\x4f\xc6\xbd\x9f\x44\x78\xa1\x28\xd7\xfc\x4a\xd5\xc1\xf8\x4e\xa2\x0c\xe3\xbb\x56\x0b\x42\xd1\xd8\xa8\xb1\x71\x57\xee\x87\xeb\x84\x0b\xbe\x24\x9d\x73\x64\xd1\x25\xb5\xea\x04\x79\xb7\xfb\x74\xbd\x90\x82\xc7\x7b\x2f\xbe\x88\xbd\x8a\xf5\xeb\xca\x6a\x26\x8f\xd3\x6b\xf4\xb1\xa2\xef\xf9\x82\x12\x75\x35\x83\x35\xbc\xdf\x59\x5d\x10\xdd\x81\x68\x68\x2a\x38\xb6\x45\x41\xb1\x1e\x0a\x08\x6d\x7a\xcb\x96\xf4\x1c\x6c\x06\x62\x65\xd9\xc7\xf0\x87\x06\x6e\x6d\x2d\xe8\xa2\xd9\x58\x03\x23\x38\xad\xe8\xb8\x6f\xad\xcf\xe2\xdc\x13\x27\x8b\xc2\x49\x67\x12\xb7\xd7\x9a\x5d\xe6\x78\xda\x5f\x12\xf2\xd6\xa5\xf7\xda\xaf\xb1\xc9\xa5\x39\x10\x42\x55\x39\x99\x4f\xc8\xf9\x1f\x76\x08\x50\x8d\x78\x88\x00\x64\xae\xcc\x38\x8d\x0b\x31\x29\xb3\x6e\x52\xc8\xae\x48\x6c\x03\xba\x7c\xe4\x6f\x19\x8e\x8d\x76\xfe\x0e\x8e\xd3\xfd\xa7\xa2\x27\x6e\x28\x21\x91\xef\x74\xda\x4e\x2a\xdd\xdd\x3d\xe8\xb2\x89\xfc\x55\xba\x53\x49\x42\xaf\x34\x57\xd5\x63\x0a\x4e\x74\xae\xd2\x28\x07\xa7\x6a\xd7\x9c\x37\x0e\x3a\xf2\x56\x90\xf8\x3b\x0d\xc6\xfe\xd7\xcc\x5c\xed\x1b\x87\xe8\x3b\x55\xec\xe0\xb2\x58\x8c\x34\x6b\xfc\x40\x89\xcf\xa6\x72\x4e\x5e\x35\x21\xc5\xb9\x36\x25\xf7\x0d\xfa\x2b\x62\x45\x70\xe7\x75\xd9\x19\xe7\x75\x48\x95\xaa\xa6\xe8\x56\x4d\x4b\xfc\x2e\xf0\x93\xa6\x60\xef\xdf\xce\x60\x05\x21\xd5\x35\xf1\x29\x51\xd2\xaf\xfe\x06\xc7\xa4\xc4\xc1\x67\xc5\x74\x3e\xc4\xb0\x89\x65\xe3\x2a\xf6\x56\x46\xe4\x5a\xe9\x62\x05\xad\x01\x39\x89\xb7\xe0\x01\x38\x5c\x92\x69\xdb\x35\xe6\x2d\x72\x64\xe4\x80\xb2\xb6\x16\x43\x6e\x6e\x0a\x87\x6c\x77\x22\xd0\x8f\xfb\x62\xd0\xa3\x2b\x3a\x92\xd9\xb7\x51\x06\xd6\xdc\xdb\x44\xff\xcc\x03\xce\x0e\xdc\x17\x2d\x19\x13\xee\xdb\x5c\x4d\x64\x89\x63\xfa\x58\x62\xfe\x60\xe7\x37\x93\xc4\xe7\xd8\x4d\x76\xe9\x88\x12\x3a\xb2\x6b\x5c\x55\x0a\xa7\x02\x44\x99\xf6\x1b\x50\x11\xc8\x9c\xc9\xb9\x56\xb7\x2b\xe7\x2a\xfd\x52\x35\xc9\x98\x26\x73\x79\xc2\xa9\x5f\xc8\x73\x44\x2f\x21\x4e\x59\xcf\x3d\x4c\x1b\xef\x04\xac\x68\xbf\x66\x18\x4e\xc3\x80\x5f\x63\x38\xfd\x4b\x86\x53\x74\xac\xa2\x02\x84\x90\x70\x39\xdf\xc1\x40\x8b\x4e\x86\x94\x7a\xcb\x08\xb7\x72\x07\x0a\x6f\x2b\x5b\x03\xe8\x35\x16\x70\xc4\x56\xb8\xdc\x07\x0c\x85\xd2\xa1\x90\x76\xf0\x01\xde\x96\x0e\x24\x51\xdf\x37\x30\xf0\x5a\x38\x55\xa0\x29\x5c\x95\x4e\xb4\x8a\x64\x3b\x69\xff\x95\x38\xd7\xd2\x0b\x07\xa4\x52\xe6\xe1\x94\x64\x12\xe1\x1f\xca\xf4\x95\x14\x1a\xef\x08\x7b\x2f\x3b\x93\x7f\x92\x0c\x58\x07\x87\xf1\x18\x29\x80\xe4\x96\xa1\x16\x82\x0c\x79\x02\xd7\x17\xab\x7f\x25\x0d\xb8\xc2\x85\xb8\xb4\x33\xfe\x57\x2c\x64\xe8\x8b\x64\x40\x1f\xab\x28\xe0\x31\xf1\xb3\xdc\x90\xe3\xba\x25\xb6\x70\x60\x1f\xed\x98\x1b\x42\x03\xfb\x1d\xcf\x45\x1f\x68\xf6\x6c\x8b\x01\xa9\xaa\x32\x5a\xf5\xb9\xe1\x90\x03\xbb\x22\xb5\x4f\x9b\x85\x92\xec\x53\x17\x91\xa2\x6a\x2d\xb9\x3b\x12\x0d\x1d\xb0\xc3\x5d\xd1\x41\x80\xba\x91\x17\x47\x30\x25\xf3\x9d\xef\xaf\xa1\xce\x2b\xe3\x33\xfb\x13\x82\x81\x73\xf7\x72\x3a\xce\x7d\xda\x48\x4f\xd7\xd3\xb5\xb7\x3b\x04\x40\x97\xa8\x99\x66\x35\xac\xed\x6a\xc5\xe9\x83\xe1\xcc\xf4\x6a\x7e\x4f\x00\xf9\xb1\x86\xe8\x1c\x94\x9a\xac\x7b\x4e\xdd\xac\x77\xc8\x5d\xdd\x3f\x40\x5c\x0e\x32\x2d\x5f\x28\xae\x58\xcf\x03\x8b\x04\x13\xe4\x9c\x2c\xda\xa2\xf4\xa9\x09\xed\xf8\xeb\xbe\x45\x89\xe2\x3d\x2d\x45\xdc\xb8\x19\x89\x3a\x0d\x17\xcf\x60\x5b\x27\x67\xf2\x42\xd6\x9f\xbb\xb9\x8f\x37\xdf\x5d\xee\xd8\xc5\xb1\x14\x0e\xd2\x1c\xb9\x06\x4f\x3b\x2f\x52\xdb\x84\xad\x66\x89\x26\x27\x6f\xe7\x4d\x7d\x4d\xfe\x76\x85\x1b\xab\x33\x7c\x0d\xe6\x4b\x7d\x3d\x86\xd6\xcd\x02\xdf\x4f\x05\x2f\xa2\xf3\x7c\x77\x6a\xdb\x45\x25\xa6\x16\xa1\x59\xd0\xb6\x3f\x68\x02\x30\x7b\xf9\x6c\x42\x8a\x1e\x55\xc9\xc5\x82\x69\x85\x68\x70\x46\x5e\x08\xfe\xc3\x12\xed\x85\xd7\x7c\x38\x5b\x33\x17\x85\x39\x5a\xb0\x27\xc5\x1c\x9e\x14\x6b\x59\x29\x31\x54\x47\xc9\xe6\xd4\x9d\x37\x00\xb0\x60\xc9\x37\x89\xb7\xd3\x0f\xea\x96\x5a\x4c\xe5\x51\xc6\x5b\x0e\x37\x56\x42\x3d\x96\x35\x61\xb2\x06\x7a\x96\x7b\xb4\x0a\xfd\x29\x78\x9c\x97\xca\xc9\x2e\x9a\x6c\x8f\x16\x11\x06\x55\x91\x95\x04\xe9\x4e\x3d\x8c\x49\x9f\x03\xc3\x27\x0c\xd2\x9a\xd5\xb2\x1f\xd8\x33\x91\x92\x6d\xd6\xbf\x4c\xb9\x7a\x98\x20\xca\x47\xf3\x43\xf7\x04\xa7\x35\x78\x3e\xf8\x45\x47\x3c\x8e\xf4\xff\x11\x11\x21\xaa\x44\xec\x23\x39\xc6\x5a\xce\xe8\xbe\x5e\xcb\xe3\x82\x9c\x2b\xbb\xc2\xf4\xa0\x48\x55\xfc\x7c\x40\xf9\xe3\x71\x91\x64\x3a\x51\x62\x0c\xe0\xba\xdb\x03\x32\x15\x8f\x8e\xf4\x57\xbd\x0b\x8c\xc5\x11\x36\x79\xe6\x3c\xeb\xe7\xb8\x3c\x7d\xc3\x06\xd4\xe4\x71\xca\xfb\x1a\x5e\x0c\x2f\xe9\xb3\xc7\x78\xa2\x92\xaf\x41\xf9\x92\x4e\xb2\xba\x8d\x27\xec\x05\xe4\x52\x16\x40\x7e\x0d\x10\x0f\x01\xb2\x73\xbb\xe2\xfc\x21\x35\xf6\x98\x28\x03\xee\x61\xb0\x6e\x4a\x53\xdf\xd9\x2b\x36\x88\x7a\x42\xbc\xce\xee\x10\x9f\x32\x81\x7b\xf7\x99\xcd\x22\xa7\x88\x69\x51\x03\xa1\x74\xea\x80\x50\xbd\xfc\x3a\x38\xc2\x7e\x40\x07\xa3\x39\xf9\x83\x85\xea\x4b\x5f\xa8\x1b\xcd\x61\x06\xc2\x72\xcf\x53\xce\x22\x4c\xef\xaa\x10\x8b\xf0\x4f\xef\x3a\xaa\xc3\x1e\x38\x27\xab\x85\xbe\xa5\x2b\x6a\x40\xec\x6c\x2f\x02\x98\x26\xcc\x1e\x25\xc0\xc5\x94\x91\x53\x50\xef\x29\xeb\x36\x01\xaf\xf2\x8a\x9c\x5c\xdf\xad\x49\xbd\x8b\x35\xcf\xaa\x3b\x29\xa8\xde\x02\xd8\xe9\xbf\x75\x62\x10\xb0\x88\xbd\xf2\x84\xbb\x56\xe7\x66\x36\xd4\x16\xe8\xf7\xe6\xa8\x78\x53\x94\x86\xaa\x58\xe8\xaa\xb5\x45\x52\xd1\xd8\xfa\x2a\xfe\xa7\x71\x56\xe5\x5c\x9c\x55\x43\x2d\x4f\x3f\x1d\x90\x66\xb9\x60\x29\x5d\x34\x85\x5f\x2e\x64\xa6\x83\x14\x60\x47\xe0\x15\x8f\xb9\x9d\x51\x9e\x35\xd5\x90\x13\x8e\x7b\xca\xc6\x64\x55\xe4\x6a\xdb\x2d\x7e\x08\xbb\x4b\xa1\x35\xd9\x00\x53\x7b\x22\x4f\x5b\xf6\x1e\xfa\xcb\x90\x28\x8e\x5e\x18\xe9\x71\xea\xbf\x7a\x70\x8e\x10\x2f\x6d\xf2\xf2\xb7\x8f\x56\xcd\x78\x06\x24\x41\x52\x18\xe3\xa8\x15\x25\xf6\x53\x22\x79\x31\x3a\x2a\x0e\x85\x6a\xa8\xc5\xac\x97\xc8\x12\x43\x8e\x77\x50\x61\x22\x3e\x2c\x67\xb0\x8e\xc6\x71\x6a\xff\x36\xd8\x1a\xb5\xc4\x2f\xed\xc0\x09\xa1\x81\x32\x62\x84\xe6\xf1\x7b\xa6\x90\x75\xea\x1c\xbf\x54\xad\x39\x64\xf3\x4b\xed\x9e\xc8\x29\x27\x22\x69\x06\x84\xd6\x6c\xcd\x57\x4f\xe6\x55\x99\x62\x57\xd8\x9f\xa6\x78\x35\x03\x03\xd9\x8a\x98\x01\x2b\x4b\xd2\xd0\x52\x34\xf8\xc8\x08\x08\x1c\x08\xb2\x99\xf5\x8a\x6f\x06\x6a\x78\xcb\xef\x43\x21\xf1\x40\x6a\x22\x4d\x29\xbe\x4c\xdd\x9b\x6f\x3a\x98\xbf\xf0\x4d\x86\xca\x18\x08\xbe\x59\x2c\x39\x6f\x5b\x47\xc8\xfe\xa6\x2e\x93\xdf\x99\x38\x4d\x7f\xc9\xe7\x29\x55\xf7\x81\x95\xc5\x8e\xbb\x5e\x5d\x21\x5b\x9c\xb7\x5b\x52\x52\x82\xb7\x45\x07\xb4\x28\xbe\x05\xee\x5b\xee\xa1\x51\xe2\xb7\x9b\xfa\xc6\x73\x8f\x19\xd7\x84\x58\x25\xe2\x80\xcb\x66\x1f\xff\x9c\x8f\xb0\x62\x63\xf0\xf8\x9d\xd2\x6b\xab\xea\x97\x19\x9c\x97\x89\x4c\xe2\x19\x4b\x5e\x55\xc6\xb7\xa2\x9a\x3b\xb1\xf2\xf6\xe0\x59\x8f\x30\x4e\x52\xfb\xce\x1c\xc0\x35\xc7\x64\xae\x79\xaf\xf5\x43\x85\x10\x34\x6a\xbf\x98\x5e\x79\xe8\x6c\xd9\x47\x03\x71\xed\xfb\x8b\x0e\xc8\x5d\x97\x28\xa5\x60\xe8\x82\x6f\xe2\x9b\x9a\x34\xd3\xdf\xa2\xe8\x6b\x02\x64\x5a\x65\xb7\x4e\x5f\xa8\xe7\x43\x7e\x47\xad\x5b\x76\xba\xd2\xfb\x95\xba\xc4\xe9\x2a\x87\xbd\x62\x55\x09\x6f\xaf\x92\xbd\x5c\xc5\x97\x4d\xd4\xe5\xe0\xdd\xe2\x97\x50\xdf\xc7\xd9\x65\x29\xb2\xfb\x1c\xff\x37\x03\x1a\xcf\x7b\xc5\xb1\x95\x0e\xc8\x25\x23\x9f\x2b\x44\x43\x9e\xaf\x4c\x14\x47\x96\xb8\xfb\xdc\x8e\xb7\xef\x53\x6e\x93\x64\x3b\xe5\x55\x4a\xec\x76\x93\x3f\x09\xac\x4c\x49\xb0\x40\x35\x1f\xcf\xa1\x6e\x48\xaa\xeb\x92\xbd\xea\x4d\x58\x91\x2c\xb3\xdb\x59\xa2\x5b\xca\xf7\x51\x23\x8c\x73\xf5\xd9\x26\xbc\x4f\x45\x39\x55\x45\x0b\x99\xd5\xbc\x0a\x6e\x5c\x6f\x72\x07\x5e\x16\xf9\x81\xce\x76\xae\xa3\x4e\x90\x00\x1a\xf6\x85\x13\x9a\xdc\x00\x07\x8a\x8a\xfa\xcc\xc7\x69\xe6\x63\x28\x0b\x0f\xe8\xb6\x8e\xa8\xf7\x8d\x12\x6e\xcb\x62\xb0\x85\x91\x50\x9f\xf3\xb9\x93\xdc\xd3\x9f\xb0\x8f\xff\x0f\x48\x84\x91\x04\x11\xd0\x42\xf4\x99\x80\x31\xae\xd1\x80\x06\x99\xb8\xd4\x59\xd2\xaa\x0c\xaa\x60\xd4\xfa\x08\xe5\x53\x0b\x99\x2d\x70\x99\xcf\x99\xb0\xbb\x5f\x0d\xe7\xa5\xbe\x24\x17\x4f\x75\x9f\x61\xd2\xf9\xbf\x34\x7b\xd4\x52\xad\xe5\x6f\x43\x58\x6c\xb5\x68\xe9\xad\xd9\x16\x9d\x9d\x40\x8f\x23\xde\xd3\xe4\x63\x01\xc7\x82\x32\xc5\xa6\x08\x51\x95\x44\x88\xd6\x67\x88\x1a\x6c\xf0\x2c\x36\xf9\x6f\x2b\x4f\xfe\x11\x8e\x5a\x22\x4f\xcb\x1b\x6e\x6a\xbc\xc1\xf9\x6b\xc4\x54\x36\x4a\x1c\x87\x95\xc4\xd9\xce\x15\x45\xf4\x8c\x48\x5e\x1c\x0a\xe5\x18\xf7\x96\x99\x96\x38\x0d\x5c\x3c\x67\x25\xf2\x34\xd3\xd0\x41\xa0\x2b\xa1\x0e\xaa\x86\x3c\xbe\x65\xbf\xe1\xb7\xd1\x6e\x23\x5c\x8b\xcd\x15\xd1\xac\x50\x35\x58\xc1\x1a\x02\x6b\x6b\x4a\x56\xa7\xfe\x89\x43\xa7\x2b\xb3\xb4\x3a\x11\xd6\xf5\x8e\x26\x98\x90\xef\x29\xb1\xb6\x98\x28\x43\x31\x73\xe4\x41\x7d\x9f\x97\x99\xc0\xd8\x71\xc8\xfc\xc6\x91\x0d\xfb\x9d\x3b\xb2\xfa\xc8\xc2\x89\x30\x67\xd4\x1d\x57\x77\x4f\xcb\x2e\xb4\x01\x17\x05\x5f\xfa\x37\xa9\x3f\x09\xbc\x90\x60\xf9\x2c\xdc\x41\x47\x02\x0a\xf0\x66\x63\x4d\x1e\x9c\xf7\xcb\xa8\x92\x02\x77\x60\xfc\x0c\x26\x80\x92\xf1\xff\x61\xaa\xd6\x1b\x7d\x1c\xbe\x1b\xaa\x58\xb5\xc4\x5c\x4e\xd8\x38\xd3\xcf\x38\x35\x14\xe8\x42\x71\xda\xa0\xd9\x0d\x59\xba\x46\xd7\xbf\x7f\x52\x7b\xf2\x64\xf9\x1f\x91\xf3\x76\xd4\x2b\xee\x40\xce\x29\xc9\x64\x8d\xb5\x16\x04\xfe\x70\x26\xe0\x6b\x20\xb1\x05\x93\x16\x27\xfe\x47\x38\xea\xda\x85\x5b\xf3\x50\xd8\x15\xb9\x64\x6c\x15\x36\x75\x70\x5f\x15\x23\xcd\x55\xa6\x94\x6b\xc5\x5d\x58\x29\x7a\x50\x99\xf2\x71\x38\x04\x0f\x64\xd9\xc6\xd5\xaa\x40\xc3\xb6\x6f\x09\x7c\x7e\xa6\xcc\x8c\xcc\x22\x98\xa2\xa3\xe8\x22\x40\x82\x40\xd5\xd5\x37\x2d\x6a\xc3\xc4\x9d\xe7\xe6\x6f\x21\xaf\x5e\x97\xc8\xf0\x2b\x1a\xd7\x9f\x5e\x6f\x24\x46\xfb\x0b\x66\xad\x0b\x17\xcf\x71\x4a\x09\x7d\x61\xd7\x12\x37\xd3\x79\xc4\x3c\x56\x40\x11\xa8\x09\xf8\x04\x85\x66\xdd\xc5\x51\x2f\x4b\x91\xab\x40\xbb\x1c\x10\xf2\xe4\x94\xb1\x71\x8b\x7d\x61\xaf\x55\xa6\xa6\xe6\x30\xeb\x75\x56\x65\x1f\xc8\x11\xa0\x05\x9d\xd9\x90\xfc\x49\x8e\x56\xea\x6e\x65\x26\x35\x3b\x5a\x75\x6b\x46\xfb\x0b\x05\xa2\xc4\xec\x2a\x92\xa6\x5a\x8e\x9c\xbd\xf2\xa6\xff\x9d\x7a\xf9\xe4\x20\xb4\x54\xc2\x7d\x4e\x3d\x5b\x4a\xf6\xd5\x9b\x63\x15\xf5\x8a\x1b\xc9\x40\x2d\x05\x5a\xd1\x9a\x5c\x47\x3f\xf7\x75\x20\xc4\x47\x46\x99\xc3\x21\xf0\xc1\xfe\x3b\x57\x93\xec\x39\x04\x5e\xaa\x3a\x32\x1a\xa7\xa4\x27\x1b\x9f\x86\x25\x51\xa1\x5c\xe4\xb7\x92\x3f\x0d\xd9\x49\x7e\x83\x74\x93\xa5\x88\xe0\x9d\x1a\x8a\xdf\x62\xea\xc1\xb2\x6a\x2a\x53\xbc\x57\xa3\x0c\xeb\x77\xf6\x1d\x5f\x42\x95\xd4\xc5\x3b\xdc\x43\x8c\x68\x1f\x04\x89\x56\x4a\xb9\x80\xbd\xdc\x44\x7f\xfe\x17\xd7\xc6\x69\xdc\x83\x77\x9a\x1e\x5b\xe4\x42\x86\x05\x9b\x12\xb0\xa8\xdf\x91\x8b\x4d\x17\x0e\xdf\xba\xd2\x0c\xb9\x31\x73\xb5\x3c\xe6\x3d\x6f\x5c\x83\xe5\x77\x8a\x7a\x1c\xe5\x76\xe6\xef\x2a\xa3\x44\x75\x64\x25\xea\x65\x8e\x80\xe8\x27\x4b\x7c\x29\xa7\xe8\x35\x62\x12\x55\x8d\xc8\xe5\x4d\x75\x54\x8d\x5b\xd7\x51\x22\xc6\xb2\xc1\x25\x4d\x94\xd8\x15\xd9\x32\x73\x49\x3d\x2a\x41\xf2\xb5\xa1\x0f\x74\x30\xec\x3b\x2a\xcb\x5f\xd3\xfc\x4b\xaf\xc0\x49\x92\x8d\x7c\x40\x2e\x8b\x32\x49\x87\x57\xa6\xb5\xd9\xb2\x24\x5e\x8b\x58\x77\xe8\x09\xf1\x02\xc3\x31\x99\x79\x0c\xfc\xc2\x95\x08\xaf\x0c\xb4\x91\x82\x62\xc7\x4d\x02\xb1\x98\x7a\xc0\x22\x3d\xa4\x7a\x95\x96\x45\x88\xaf\x1c\x53\x15\x59\x57\x98\x07\x10\x16\x6f\x16\xb2\x99\xea\xca\x11\xa5\x9d\x18\x44\x56\xd1\x17\xb7\x3b\xc5\x04\xd0\x1c\xda\x94\x6a\xbd\x69\xc9\xe2\xc8\x4a\xae\x19\xb3\x4c\x2c\xfb\xf7\xeb\xdd\xec\x4d\x96\x36\xfa\x10\x4e\x43\x2d\x9a\x18\xd9\x04\xb0\x5b\x83\x35\x27\x8d\x5b\x45\x14\xd8\xa9\x45\xac\x81\x10\xfe\xa9\xa9\xe7\xc0\xbd\x29\xfa\xa2\x47\x13\xf6\x40\x9e\x33\x5d\x32\x20\x31\xde\xd3\x76\xee\xe4\xb0\xee\xec\xad\x2c\x1c\x28\xe2\x6f\xb8\xab\x20\x29\x45\x52\x85\x80\x5c\x8e\xb2\xd8\x56\xc2\xa9\x00\xec\x21\x7e\x40\x84\x9d\x9e\x59\xc3\x4a\x9b\xc1\xae\xc1\x0e\x7e\x43\xf8\xba\x7e\x68\xb2\x75\x7d\x02\x7e\xc8\x10\xa5\xcb\x25\x42\xc0\xa1\xae\x40\x41\x82\xc8\x91\x8f\xef\xf8\x28\x41\x7f\x7d\x95\x55\xd5\x7f\xef\xc9\x59\xed\x12\x4c\x45\x3d\x14\xc7\xb6\x9e\x21\x4a\x65\xd5\xff\xe3\xb9\xae\xcc\x7f\x7f\xc3\x4a\x09\x37\x22\x1e\x7d\x4a\xcc\xc4\x77\x29\x0b\xb3\xe2\x53\x0c\x59\x66\xbb\xff\x2b\x62\x65\x97\xf4\x76\x1c\xba\x25\xb6\x8f\x8d\x49\xbc\x7e\xba\x9f\x6d\xec\x54\x3d\x8a\xd8\x74\xe4\xda\x26\x5d\xf6\x48\xd3\x1b\x84\xac\xd3\xc4\xbd\x2e\xc6\xbd\x84\xc6\x3c\x68\x06\xfd\xbf\xa7\x43\xae\x70\x4b\xd2\x90\x20\xd6\xda\x0c\x8d\xba\x86\xc9\x0d\x8c\xba\x35\x4e\xcf\xb1\x01\x4f\xea\xbb\x45\x47\xd4\x25\x9d\x5b\x0e\x1d\xf0\x4a\x48\x74\x12\x78\xa4\xfa\xdd\x20\xf7\x02\xf9\xce\x89\x47\x42\xa3\x79\x3a\x01\xdd\xb2\xff\x00\x7d\x3a\x8d\x1a\x47\xfb\x2c\x11\x4c\xc0\x8f\x42\x37\x75\x4c\x21\x45\xee\x44\xc5\xac\xdf\xfe\x4d\x19\x52\x7d\xd5\x54\xba\x25\x0f\x73\xf6\x86\x18\x27\xc0\x18\xc2\x5b\xc2\xec\x34\xea\x2c\x10\xcf\xa5\x9a\x3c\x92\x46\x19\x49\xf8\x79\x72\x82\x45\xe6\x2d\xdc\xab\x9f\xa2\x29\x54\x14\x8f\xd2\x34\x9b\x6f\x80\xa9\x15\x5f\x6f\x56\x60\xc8\x2d\xc4\xa2\x50\x8d\xe3\xa4\x9b\xbb\xad\x06\x04\xd8\xc2\x99\x27\xcc\x98\x67\x26\x6a\x52\x5d\x1d\x24\x25\xa0\x97\xbf\x0c\x05\xca\xf9\x5f\xde\xe5\x6b\xca\xd2\x60\x7b\xeb\x1e\xe0\x29\xf3\x59\xb2\xcc\xf6\x44\x6e\x36\x30\xc1\x67\xc0\x51\x03\xa1\x3e\xeb\x6c\xda\xd9\xcf\x00\xa8\xb2\x6c\x4a\x84\xf1\x51\x18\xe5\xa6\xca\x08\x68\xd8\xe0\xee\x1a\x88\x94\xba\x11\x99\x95\xe7\x1b\x80\x87\xe4\x9e\x3b\xaf\xd5\x92\xd9\x22\x43\xda\x22\x50\xf2\x2b\x13\xb7\xee\x76\x6a\x0c\xab\xc3\x09\xfd\xce\x47\x86\xbd\xd6\xdb\x79\x7a\x60\x1c\x50\x4f\x4b\xc2\x03\x21\x3e\x8f\x85\x8c\x8b\xdf\x5c\x92\xc6\x7d\x50\x41\x5b\xbb\x4a\x52\x92\xe8\xd7\x90\xa9\xce\x9e\x55\x19\x54\xf7\x46\x53\xf1\x89\x55\x5a\x74\xff\xb8\xbd\x96\x31\xbb\xb2\x14\xd8\x15\xe0\x7f\xb3\xbf\x96\xb1\x01\xe4\xa1\x0d\x76\xfc\xdb\x0d\x66\xda\x6d\x76\xe9\xaa\x2f\xac\x93\xfb\x1f\x1e\x2f\x68\xf1\xfe\xff\xb5\x39\xff\xf7\xc3\x9c\x2a\x11\x74\x38\x1e\xdb\x11\x96\x98\xcc\xd9\x29\x76\xce\xbe\xf6\x8d\x04\x23\x8a\xbc\x3d\xb6\x06\x80\x61\x4e\x72\x1d\x7b\xaa\xc5\xdc\x6a\x35\xef\x15\x3f\x84\xfd\x0a\xb7\xd5\x29\x83\x51\x38\xc2\x7d\x27\x97\x66\xf6\x01\xff\x13\xb9\x14\x25\x64\xba\x3c\xca\x26\x76\x3e\x89\x77\x36\x8c\x1f\x4d\xbb\x38\x10\x95\xc7\x87\x29\xb9\xd4\x15\x1e\xef\x16\xd3\x6c\xc8\xf4\x6c\xda\x2b\x16\xba\xea\x38\x84\x4f\xf3\x3f\x47\x2c\xdb\x31\x85\x19\x3b\xc2\x1a\x65\xc3\x8c\x9f\xd3\x38\xe4\xcf\x2a\xfa\x18\x64\xe2\x94\xed\x50\x9e\xca\xf4\xeb\x67\xfc\x1f\x1b\x29\x73\xf1\x7f\x7d\xc6\x38\xa2\xf8\xbf\x87\xba\x44\xcc\x1f\x87\xcf\x65\x71\xca\xd4\x13\x4b\x8a\xd7\x9d\xe4\x77\x73\x78\x00\x90\x5c\xa5\x22\x69\xe2\x8d\x0e\x8c\x55\x3b\x21\x18\x01\xf5\xca\x97\xed\x69\x4e\x77\x79\xff\x4c\x88\x4c\xea\x9d\x55\xff\xe5\x39\xb1\xe1\xc1\x7a\xde\x23\x50\x32\x0c\x0d\x7e\x0c\xec\x54\xff\x64\x16\xe6\x5a\x34\xd8\x71\x9c\x1b\xcd\x4b\x69\xcb\x66\x0d\x66\xad\xf5\x6b\x03\x4d\xb4\xcf\xf3\x6b\xfe\xeb\x02\x69\x05\xa0\xa0\x02\x34\x02\xe5\xf8\x53\xcf\x7c\x3e\x11\x69\xdd\xca\x3a\xfc\xf5\x13\x05\xdd\x99\x50\x62\xac\x93\xd2\x1b\x16\xe1\x5d\x01\xbb\x27\x9f\xc8\xbc\xe6\xc2\x59\xc7\x05\xfc\x11\x18\x8d\x03\x94\xeb\x89\x4b\x7e\x15\x17\x72\x6e\xc4\x3e\x63\xb7\x90\xc9\x87\xd8\xac\x1d\xd4\xfc\xee\x6a\xc5\x01\x88\x8a\xd3\xea\xcc\xd5\x7a\xc5\x38\x3b\x0b\x3a\x45\xd0\x51\xe8\xb1\x1a\x17\x11\x36\x81\x2d\xe8\xc3\x5c\x20\x9b\xd4\xae\x4e\x07\xac\x4d\xf6\x44\x2a\xc0\x9f\xe4\x2b\x19\x8f\xfe\xe6\x8a\xa2\xb7\xbc\xa3\xcc\x04\xa8\x6d\xf2\x01\x6a\x17\x4d\xff\xab\x00\xb5\x74\x8c\xa7\xcb\x98\x31\xff\xa2\xc2\xea\x8f\x15\xf4\x07\x64\xdf\x41\x0c\x2e\xaf\x6d\x93\xa6\x1d\x3a\x9d\xa0\xc5\xa3\x47\xa1\xf3\xc9\x40\x1a\xa4\xf2\x16\x20\x6d\x1c\xc4\x49\xb0\x46\x3f\x22\x29\xa3\x89\xca\x9e\x05\xff\xc8\xfd\xf1\x6e\xec\xc0\x15\xbe\x33\xef\x65\x62\x2b\x33\x51\x94\xdf\x99\x28\x96\xdb\x04\xba\x2b\x13\xe8\xe2\x3c\x17\x03\x61\x09\x2f\x33\x48\xd1\xe7\xf1\xdd\x51\x44\x99\x51\x2c\xd0\xda\x54\x65\x3e\xff\x4d\xe6\x77\x36\xd8\x46\x8f\xf6\x94\x84\xcd\xc5\x95\x34\x6c\x6e\xf4\xff\x95\xb0\xb9\x18\xca\xc5\xcb\x28\x39\xbd\x35\x3b\xf2\xef\x83\x8c\x02\xe2\x8e\xb9\xf1\x9b\x38\xf7\x9e\xc6\x61\xaf\xa8\xfe\x7f\xe4\xbd\x59\x77\xe2\x3c\xb3\x06\xfa\x83\x60\x2d\x30\x33\x97\x92\x30\xc6\x71\x08\x21\x84\x24\xe4\x2e\x49\xa7\x99\x27\x33\xf3\xeb\xcf\x52\x3d\x25\x4b\x06\xd2\xfd\xbe\x7b\x7f\xdf\x3e\x67\xad\x73\xd3\x1d\x6c\xd9\xd6\x50\x2a\xd5\xf8\x94\x98\x2a\x35\x9b\xb6\x9c\x48\x91\x42\xf3\xd7\x24\xef\xe2\x87\x8e\x97\x2e\x8e\xc6\xc7\xfe\x8c\xe8\x8f\xdd\xb9\x99\x1d\xb6\xd4\x2a\xc4\x36\xdf\xc8\x73\xfe\xdf\x43\x63\xe4\x3d\xba\x74\x09\xca\x39\xc6\xe5\xaf\x89\x67\xaf\x6e\x6f\x9e\x3f\x50\x56\x7b\x35\xd4\xb9\x9d\x18\x58\x00\x03\x9e\x49\xf2\x8d\x81\xe5\xa1\x1d\x81\x10\xb5\x90\x40\x8f\x62\x27\x2e\x71\xc4\x01\x7c\x4d\x14\x98\xd0\x5a\x3a\x3c\x6f\x1d\x08\x04\x27\x36\x16\x63\x9a\x09\x91\x3e\xa2\xb0\xe8\x30\x26\x86\x4b\x85\x82\xc4\x9d\x66\x72\xf0\x36\x71\x00\x07\x6a\x45\x85\x00\x73\x78\xaf\x21\xbe\xe7\xab\x4a\xf1\x6a\xfe\x93\xe6\x7e\x0f\x13\x53\x88\xec\x55\x88\xe7\x1a\x0d\x41\x8d\x64\x15\xc1\x9e\x5d\xee\x7e\x67\xbb\x84\x7d\x76\xdc\x81\xd2\x4c\x4f\x76\x80\x78\xb1\x6c\xa5\x9b\xd0\x2b\x5a\xa8\xe5\xe5\x33\xdd\x50\xbe\xd3\x7a\x71\xa3\xa5\x68\xaf\x6b\x4e\x72\xf0\x68\xea\xe0\x04\x73\x2d\xfc\x7e\x99\x51\x0c\x87\x7b\xc2\x09\x2e\xa2\xb3\x47\xca\x80\x13\x54\xba\x56\xbc\x54\x61\xea\x1b\xb2\xd0\x36\x9e\x40\x81\x9c\x4c\x88\x35\x17\x1b\x37\x3e\x1e\x30\xaa\xbc\xe8\xe8\x9b\x6d\x11\xb4\xca\x13\x23\x18\x90\xfb\xff\x83\x26\x26\xa4\xc2\x74\xb4\x61\xbf\x13\xe4\xbc\xc8\x5d\xbe\x22\x19\xdb\xee\xe1\x24\x39\x4b\x46\xa3\x29\xd4\xb8\xe6\x82\x9e\xfb\x22\x87\xf3\x9d\xaa\xc1\x8d\x34\xc5\xc2\x82\x35\x6b\x5f\xf8\xed\x39\x72\x3a\x88\xa9\x7d\x90\x86\xa0\xdf\x9f\xe8\x08\x2b\xf3\x7e\x2e\xb2\xa8\x55\xde\x46\x27\xdb\x17\x7e\xcb\x00\x32\xeb\xf6\xa1\x68\x3e\x64\x43\xb2\x9b\xba\x31\xc0\xc3\x22\xc7\x61\x68\xf1\xef\x9e\x2c\x6f\x9c\x50\x59\x27\xd8\x01\xf5\x2b\xe6\x23\x60\x8d\xa9\xa9\x3c\x27\x77\x29\x39\xff\xfa\x76\x28\x1e\xc2\xec\x52\x89\xfe\x2a\x09\x77\x9f\xa3\xc6\x57\xa1\xda\x4c\xfa\x33\xa5\xe4\x46\x62\x74\xc3\x8d\x89\xbb\x09\x85\x78\x5b\x10\x39\x3b\xb0\xb3\x5c\x83\x8e\x0f\xb3\x4a\xd3\xf1\xef\x11\x22\x81\xb1\x6c\x2e\x60\x62\x19\xa1\xf4\x43\x59\x1e\x7c\x77\xcf\xb7\x51\xb4\x81\x42\x3d\x7d\xaa\x0f\x1f\x6a\x7d\x89\x0e\xd2\xbd\x74\x5e\x9d\x58\x43\x46\x14\x04\xa5\x45\x4d\x0a\x77\x81\x31\xd0\x9f\xaf\x61\x3d\x48\xe3\x0b\x1a\x68\x3a\x17\x5f\xb0\x4b\xe0\x81\x16\xba\x2d\x4e\xa1\xfc\x99\x27\xb6\x0e\xca\x1f\x25\x89\xee\x09\x7b\x31\x00\xe3\x07\xcf\x40\xc0\xe3\xf7\x6c\xdd\xa4\x12\x96\x98\xb6\xa8\x0a\x5e\xd7\x45\xb2\x63\x7b\x77\xe7\x24\xdb\x00\xd0\x02\x68\x73\xe3\x05\x12\x7e\x16\x28\x26\xb8\x70\x08\x95\x07\xbe\x23\xdf\x54\x9b\x91\x9b\xcf\x54\xab\x80\x2f\x46\xfb\x2f\x02\x33\x80\x70\xc6\x00\xab\x63\xae\xe4\x5a\xe7\x1d\x7b\x6a\x5a\x20\xa8\xc8\x27\x73\x2e\xe7\x29\xe6\xdb\x7a\x50\x8f\x5e\xdb\xfc\xea\xd8\x02\x79\xde\x4a\xa2\x82\x90\x30\x37\x6d\xe5\xda\xc7\xfb\x6c\xc5\x94\x86\x9d\x92\x0d\xf3\x2c\x97\xe0\x96\x27\x49\xa4\xf1\x46\x8a\xa0\x9a\x70\xac\xe0\x20\xe7\x53\x66\x27\x7e\x7d\x09\x73\xed\x95\x0c\x0e\xa4\xbf\x18\xce\x9b\xe8\x2f\x35\x18\x2a\x07\xab\x49\xcb\x2a\x2c\x7b\xae\xcc\x9f\xd6\x57\x2a\x3e\xc3\xcc\xbd\x9a\x10\xda\x91\x2c\xa0\x3f\x43\x69\x49\x75\xe2\xcc\x2d\x03\x28\x76\xf1\x15\xf5\x7b\x62\x81\xaa\x82\xe4\xb2\xe8\xd7\x29\x02\xc9\x3f\x73\x60\x46\x8b\x8b\xaf\xbe\x52\x2c\x3e\x7d\x67\xbc\xb8\xfa\xce\x3b\xf6\xd1\x0a\xa2\x70\xbf\x38\x56\xa0\x54\xfb\x75\x08\x4c\xc9\xc7\x11\xdd\x88\x68\xe1\xab\x6f\xf3\x81\x5c\xca\x05\x76\xd2\x4b\xfc\x71\xff\xf2\xd3\xc0\xcc\x11\xbd\x9c\xd1\x11\x09\xc9\xb9\x5d\x82\xe4\x4b\x41\xdc\x0d\x61\xc6\xca\x0b\x5e\x3a\x35\x28\xa6\x65\x8b\x03\xab\x9d\x81\xe0\x76\x94\xc2\x16\x89\x2f\xfc\xf4\xc1\xc9\xff\xe0\x83\x15\x50\xd8\x9e\xd1\x8b\xf9\x7b\x7b\x29\x92\x01\x1a\xe9\x75\xee\x3e\xd7\x85\x91\x97\xb4\x0c\x46\x6a\x9e\xd1\x8b\xd5\xdb\x7c\x41\xcb\xa6\x79\x53\xb3\x91\x9d\x4b\xd1\xb8\x83\xab\x56\x85\x9a\xf6\x1b\x77\x02\x7f\x0f\xa5\x16\x3f\xbf\x50\xc9\x26\x49\x6e\x38\x90\x55\x94\x1d\xf9\xb4\xcb\x00\x82\x84\xa0\x03\x70\xc9\xd4\x37\x54\x8b\x44\x92\xe7\xc5\xcd\x71\x15\x10\x9f\xcb\x39\xdf\x6a\xa6\x32\xf0\x1a\xbf\xe2\x82\xff\x66\xf8\xee\xc5\xfc\x97\x16\x0d\xe7\xb9\x70\xa6\x86\x94\x9b\xa9\x5a\xe6\x33\x25\x2d\xba\x86\x90\xfa\xca\xbf\x68\x53\xdb\xc9\x8a\x84\xf3\xce\x17\x2b\x5b\xec\x90\xf6\x94\x14\x8a\xe6\x8f\xee\xd8\x9c\x36\xc1\x39\x52\x37\x29\x89\x4e\x93\x3c\x17\xb7\x5e\xa0\xb6\x38\x6d\xb1\x85\x53\x9f\x37\xfd\xc6\xff\xca\x27\xf3\xf8\x64\x4f\x88\xce\x8a\x6c\x07\xfe\x3d\x11\x14\x97\x34\xff\x81\x80\x2b\xf7\xa0\xdf\xea\xbd\x53\x2b\x99\x2e\x52\xc0\xe7\xe5\xe3\x17\xe4\x88\xa7\xf7\xfa\x69\x33\xc3\x2e\x7c\x1e\x34\xcf\x1e\xc9\xd0\xea\x01\xbf\x3a\xcb\x3b\x7d\xb8\x21\x7d\x62\x2f\x57\x77\xe6\x22\xbd\x1e\xc3\x5d\xa9\x49\xd5\xc5\xaa\xa1\xbb\xbe\xa9\x42\x0c\xdd\x8e\x7a\x1a\x16\xd8\xc9\x32\x27\xe4\x15\xff\x49\x77\xb9\x4f\xdf\x7e\x20\x72\xd8\x9f\xc1\x32\xf5\xff\xba\xc3\xe3\xb9\x6d\xaf\x37\x6c\x15\x5e\x8c\xd9\xbd\x96\x6f\x1a\x33\x16\x65\x58\xbe\xa1\x5a\xa3\x5f\x42\xbd\xec\x59\x3c\x35\xd7\x17\x75\xe2\x52\xef\xf9\x1a\xa1\x99\x2d\xe5\xe5\x83\x79\x14\xff\x89\x79\x39\x50\xbb\x38\xc8\xcf\x02\x9b\xaa\x52\x80\x59\x8c\x2e\x50\x9f\x76\xb4\x9c\x2f\xe5\xd0\xad\x2a\x40\xae\x5e\x0c\x68\x01\x28\x4d\x2e\x0a\xcb\xd8\xfd\x44\x3d\xbe\x5b\x29\x3e\x86\x19\x04\x60\x82\x10\xb5\xa2\xd2\xcf\x12\x37\xaa\x0a\xb5\x09\x73\x30\x24\x8a\xb5\x55\x4a\xbf\x0d\x60\xf2\x59\x5a\x82\x45\xf0\x4e\xb7\x6d\x4f\x00\x13\x21\x76\x0c\x2f\x05\xe3\x91\x2c\x81\xe3\xb7\x17\x43\x9c\x15\x78\x3a\x2d\x18\x73\x79\x50\x20\x88\x73\xb9\xd2\x07\x81\xbc\x1b\x04\x5d\x54\x76\x01\x42\xfe\xaa\x98\x49\xbe\x80\x2a\x48\xed\xf5\x93\xee\xc4\xef\x19\xb9\x71\x83\x87\xac\x53\x4b\x7a\xcc\xa9\x60\x08\x5c\x29\x6d\xe9\x35\x65\x35\xfc\xb8\xd5\x29\xdc\xb6\x2f\xed\x9a\x02\xd3\x1f\x10\xca\x91\xeb\x34\x77\xcd\xd9\x05\x5c\xe3\x62\x77\x75\xc2\x16\x15\x21\x60\x1d\xdb\xe3\x0a\x25\x9e\x8f\x10\x80\x3e\x9f\x35\x6d\x79\xa7\x3e\x59\x07\xd4\x4b\x15\x46\x82\x49\x11\x0f\x8e\xc2\xe4\x41\x2d\xe4\x55\xb6\x4d\x73\xb8\x44\xc2\xe7\x6a\x58\xa6\xd3\xe4\x3f\xd2\xdf\xef\x26\x20\x69\xdb\x5c\x13\xd6\x04\x64\x89\xd6\xb4\x54\xa9\x3e\x4f\x8f\x44\x1c\x7b\xc8\x58\xed\xdd\x5e\xcb\xf2\xc1\xe7\xba\xd4\xbc\x9e\x84\x2e\xed\xb1\xbb\xb0\xb2\x68\x51\x67\x61\xac\x2a\x86\x89\x59\x9c\xf3\x8e\x17\x65\x78\x1f\x77\x05\x67\x1d\x57\x1c\xd6\x97\x04\xcb\xb4\x0b\x67\x3f\xfb\x21\x82\x51\x63\xf8\x41\xc1\x16\xb4\x67\xbf\x63\xca\x25\x8b\x3e\xb3\xa1\xb8\x03\x4d\x95\x60\x8f\xad\x1a\xeb\x03\x09\x3b\xbf\x32\x08\xdb\xe8\x19\x67\x16\x0b\xb5\x29\x47\x8c\x2a\x22\x8d\xa9\xb3\xbd\xd9\x08\x22\xad\xbf\x92\x55\x9b\x91\x2c\x02\xc6\xca\x00\x7c\x54\xe7\x48\xf0\xc6\x30\xf7\xfc\x5a\x72\xd4\xf9\x8a\xa2\xad\xd4\x73\x2d\xc3\xa2\x96\xd6\x07\x1b\x36\xfa\x1e\x05\xbf\xb2\xbe\x08\x7f\x19\xc0\x3a\x16\x8e\x2f\x80\x72\xf5\x29\x3d\x41\xf2\x09\xc4\x61\x84\x1a\x87\x65\x4a\x2c\x4f\xb0\xae\x9d\x5e\x9b\xaa\x40\x47\x98\x0f\xc7\x94\x67\xf8\x58\x45\x39\x11\xf3\xc0\x69\xd1\x42\x94\x16\x4a\xc5\xe9\x56\x83\xc4\x53\x3b\x41\x59\xb5\xfc\xc6\x96\x55\x63\xdf\x02\xe7\xe3\x25\xa7\xcd\x01\x09\xe9\x0a\x8b\x69\x1f\xeb\x18\xb8\xff\x37\x64\xf6\x89\xaf\x1f\xbe\x7f\xa4\xdb\x26\x2f\x5c\x37\x3a\x19\xde\xdc\x2d\x3d\xc1\x88\x43\x42\x08\x2a\xdd\xeb\xae\xbc\x18\x3d\xe3\x4f\x4b\xa6\x8e\x12\x4a\xc5\xcf\x8b\x4f\xc8\x82\xac\x73\xb4\x2f\x14\x1f\xf8\x52\xd4\x8c\xf6\xaa\x6f\xd4\x94\x8b\x0f\x5e\x38\x6a\xb6\xb7\xbf\x78\xe5\x96\x09\x84\xbf\x20\x68\x0f\x56\x86\x2e\xe0\xd9\xdf\xaf\xd5\x27\x7e\x2c\xa8\x72\x24\x2d\x94\xa0\xd4\xfa\x7c\xfe\xaf\x96\x47\x35\xcf\x44\x4e\xdd\xe3\xef\xab\xd5\x21\xcc\x68\x4e\x49\x33\xb3\xe4\xde\xa7\xef\xa5\x08\x26\x9a\xad\x5a\xd9\x2f\x11\x78\xea\x00\xc5\xe9\xe0\x13\x09\x5a\xc0\xf6\x87\x64\x09\x79\x28\x07\xdf\x5d\xbb\x89\x99\xc9\xf4\x5d\x5e\xb4\x77\x73\x79\x4c\xa8\xf8\xbf\x6e\x77\xdd\x21\xec\xae\x08\x72\x92\xbb\x38\xee\xd3\x5e\xc5\x1e\xd3\x5d\xb9\x4b\x16\xd7\xbc\xb5\xef\x2e\xea\xef\x74\x4f\xf8\x26\x34\x54\xff\x25\x59\x09\x82\xd1\x53\xbf\xce\xbd\x9b\xd3\x64\xfa\xa2\x9b\xf5\x35\xa1\x78\x0c\xb4\xc7\x23\xf8\x61\x76\x9d\x21\x30\x2a\xf1\x6b\x51\x77\xe7\xc1\xc7\x03\x46\x7d\x4e\x01\xfc\x13\x98\xac\xab\x5f\x6b\xe2\x49\x37\x30\xf6\x5d\x33\x0e\xd1\x77\x89\xad\x2f\xfc\x51\xc3\x6c\x0b\x62\x4b\x66\x86\xfe\xae\xe7\xb3\x4f\x25\x28\x43\xd9\xcf\xe1\x73\x8c\x36\x8a\x73\x44\x08\x02\xa0\x9b\xc9\x8b\x22\xea\x7b\x52\x09\xfe\xd3\x45\xd4\x7d\xf2\x35\x72\x11\x75\x45\xa1\x7e\xcf\x5c\x9b\xa7\x67\xff\x7c\xb5\x7f\x7e\xf1\x9f\xbe\x6d\xe0\x8b\x54\x89\xf5\x37\x2a\xd9\x3c\x94\xa6\xc6\xfa\x4c\xea\x3e\x4f\xe5\x3f\xab\xb2\xfe\x4a\xaf\xa5\x71\xfd\xa9\xae\xb7\x3f\x93\x4e\x9d\xed\x92\x14\x6d\xaa\xab\x1d\xfa\x5a\x5b\x8f\x4c\x71\xed\xc2\x02\x28\x6c\x45\x63\x56\x5b\xc0\x8f\x06\x59\x80\x55\xf9\x22\x40\x80\x21\xfa\x6b\x71\x6a\x23\x85\x3f\x53\x65\xe7\x19\xe4\x4d\xe8\x23\x66\x44\x26\x40\x02\xb8\x69\xf0\x41\x34\x5d\x22\xb1\xba\x0a\x81\x70\x24\xef\x71\x34\xbf\xd3\x6a\x6f\xdf\x0d\xaf\x23\x2f\xbc\xd6\x0c\x38\x26\x9e\x85\x22\xb4\xa3\x5d\x3f\x42\x20\x6a\x8e\x76\x62\xb8\x57\x96\x4b\xaa\x4f\xc4\x39\xb7\xc1\x9e\xbb\xc5\x77\xe7\x57\x7b\xdc\x64\xac\xa5\x0f\xd1\x18\x64\x07\xc2\x7f\x44\xa9\x31\x7f\x59\x74\x23\xd7\x9b\x64\x3b\xee\x01\xa0\xda\x1f\xff\x72\x38\x4a\x93\xaa\x4b\xfb\x27\xc9\x96\x0f\x73\x17\x34\xdb\xa4\xb8\xbb\x88\x0d\x9e\xe5\x7a\xe0\x7a\x35\x1c\x10\xba\x6a\x80\x43\x5b\x11\x62\x65\xf5\xca\x6a\xe9\x8f\x9c\x14\xda\x73\x89\xb1\xbe\x48\x77\x69\x0d\x21\x65\xc0\x9e\x98\xbf\x23\x8b\x98\xf4\x90\x79\x70\x2a\xf1\x2b\x0e\x52\x44\x6e\xf9\xc9\x33\x01\xc3\x2f\x5e\xee\xe7\x84\x5b\xb4\x7b\x79\xc8\x4d\x5d\x0f\x40\x6d\xea\x96\x33\x8c\x56\x5d\xe0\x6b\x77\xb3\x6b\xa5\x8e\x6f\xd0\xde\xc7\x25\x18\x85\xd2\xc0\xd5\x63\x30\xee\xde\xa4\x60\xaf\xde\xac\x54\xe8\xaf\x60\xc8\x67\xd0\xea\x36\x7a\x0c\x58\x4f\x76\x76\x16\x38\x6d\xce\x4d\xf7\x99\x9c\x1c\x37\xb1\xda\xcb\x29\x18\x1e\x6c\xfd\x25\xc4\x5c\x75\x16\xbb\x66\x92\x42\xaa\xfc\x1d\x1b\xa1\x09\x36\x06\x6e\xaa\xce\x22\xca\x06\x62\x2d\xe1\xb3\x22\x7f\xd6\x13\xbc\x6f\xd8\xeb\x1d\x2f\xcc\x46\x22\x18\xc9\x55\x2a\xd7\x6f\xd7\x71\xf1\xc5\xe7\x73\x2e\xe9\x4c\x5d\xf0\x47\xf2\x00\x1d\x80\x2b\xbb\x7f\xad\x0e\x41\x76\xda\x52\x7b\xb5\x92\x35\xdc\xb9\xa8\xff\x38\xc5\x1c\x0d\x66\x05\x77\x06\xff\x79\xfd\xc7\x7f\x58\xe9\xf1\x73\x8e\xf7\x1f\x58\x3f\xf0\xc6\xac\x4d\xf8\x42\x3d\x9e\x32\xe0\x0e\xd9\x8e\x78\x6d\x65\xae\x12\xf1\x30\x93\xa2\xa3\x4f\x97\x89\x2c\x96\x39\xde\xb3\x2c\x13\x47\xa0\xff\x69\xae\x9a\x5c\x3a\x68\x81\x01\xac\xed\x47\x63\x25\x99\x63\x0a\x3d\xe6\x30\x1c\x41\xbc\x92\x09\x2e\xe0\x32\x89\x2b\x55\xbf\x26\x4b\x8e\x16\x67\x8f\x39\xa6\x7d\xc6\x86\x24\xcd\x38\x86\x06\xef\xdb\xdf\xca\x19\xb7\x9e\x2f\x11\x80\x71\xbf\x58\xba\x09\x2e\x22\x2a\x9e\x38\xc5\x47\x9f\x1d\x6c\x7a\xe6\xb3\x63\xf1\x61\xa5\xe4\xdc\x2b\x38\x8a\x96\xc4\x2b\x79\x16\x81\x9c\x00\xb6\x8a\x12\xc1\x02\xa0\xfd\x46\x14\xcb\x2c\x5a\x49\xf2\xa1\xe8\xe7\x0c\xeb\x2b\x4b\xd2\xe1\x29\x8d\xcf\x35\x3b\x68\xf6\xa7\xc2\x19\x4f\x18\x3f\xdc\x8f\xb4\x2a\x42\x89\x3f\x4d\x31\xdb\x63\xe1\x2e\xdb\xb4\xb3\x1f\x9a\x7b\x86\x42\xbd\x43\xa3\xee\x0a\xd5\x8a\x79\x9c\x7a\xee\xe8\xb4\x35\x87\x2b\xa5\xfb\xeb\xb5\x6f\x1a\xf5\x5b\xb5\xcc\x1b\x37\xcb\x16\xc8\x93\xa0\x5f\x00\xa1\x7b\xab\xdd\x98\xf5\xf9\x71\x64\xaa\x22\x98\x56\x7d\xa7\x55\x69\x08\x8f\x80\x87\x60\xa4\xcf\x1f\x9a\xe5\x19\x06\xe7\x88\x66\xef\x3f\x7c\x73\xb7\x64\x44\x20\xf4\xed\x37\x9a\x75\x85\xf2\x93\xef\xad\xc1\x99\x37\x7a\xff\x87\x13\x69\xae\x1f\x96\x04\x9d\x15\x3c\x92\x80\xbf\xc5\xf3\x90\xf0\xc7\x9c\x76\xae\xff\xa6\xdc\xa2\xdf\x45\x26\xca\x21\x0a\x75\xcf\x59\x28\xb0\x05\xdc\xd4\x56\x8e\xd3\xe1\x9b\x2c\x6c\x5b\x51\x0a\x87\xd7\x60\xbf\xb7\xc9\x2d\x0c\xea\xa1\xd5\x0e\xb6\x87\x9f\xa1\x9b\x74\x4e\xac\xa3\x50\xd0\xf4\xe8\xc4\xb1\x3b\x14\x85\x6c\x41\xf6\x68\x1e\xe1\x41\x5e\xd3\x9c\xff\xce\x23\xe0\xc5\x64\x90\xc1\xab\x65\x2e\x1e\x32\x68\x5b\x3d\xc3\xe5\x55\x60\xf3\xcc\xe5\x7d\x6f\x1e\x40\xca\xd3\xa7\xa1\xcd\xa5\xcc\xa0\xd0\xf9\x9e\x34\xf2\x68\x07\xd7\x21\xe5\xa6\xed\xe5\xfc\x21\xf5\xd9\xdd\xef\x84\xaa\x66\xe6\xde\xe5\xd7\xa7\xcb\x64\x84\xf6\x05\x97\x5d\xc0\x37\xdb\x5a\xf5\x0c\xe1\x60\xe9\x4f\x43\x6b\x78\x72\x17\x6a\x5d\x87\x43\xee\x68\x40\x45\xff\xbe\x54\xe3\xa1\xc5\x07\x19\xc9\xc9\x30\x3d\x0d\xf9\x08\x82\x04\x39\xbb\x62\x63\xf2\x65\xae\xb4\x0f\xc9\xe9\x03\x75\xb8\x5d\xfc\xce\x06\xa2\x7f\x97\x0d\xb5\x84\xa5\x3b\x43\x85\xc8\x19\x8a\x7f\xf3\x88\x4e\x46\x42\x3d\xce\xd7\x4d\x0b\x33\xc0\xc1\xb3\x11\xc1\xb1\xfb\xdc\x8f\x37\x2a\x2d\x37\x96\xde\x32\xb0\x04\xb0\xac\x73\xf2\x40\x5b\xf8\xb1\x1a\x61\x2c\xc4\xf8\x9e\xa9\x79\xd7\x7b\xa7\xec\xfe\xfc\x3b\x78\xaf\x12\xa1\xfe\xab\x25\x18\xdb\x2b\xb6\xbb\xfc\xb3\x0f\x76\x6f\x98\x68\x89\xcc\xab\x14\x7d\xf8\x8c\xce\x81\xd8\x20\x2a\x7e\x2e\xd7\xb4\xe9\x60\xbc\xec\x9f\xf7\x7c\x4c\xe6\xf7\xec\x33\xc4\xb4\x7c\xd1\x13\x1b\xe4\xe5\x7e\xc3\x49\xda\x4f\xc8\xb4\x00\xac\xc1\xa9\xec\x32\x00\x8d\x6e\xbc\xa0\xae\xa9\x9c\xfc\x67\x5f\x20\xe6\x40\x61\xe0\x07\xda\x56\x2b\x59\x80\x39\xae\xb7\x5a\xdb\x24\x11\x44\x6f\x13\x83\x7e\xce\xc0\xd1\x8f\xeb\xe8\x08\x8a\xb0\xf9\x4d\x82\xd3\xf0\x98\x15\x6e\xd8\xce\xe9\x81\x28\xba\x9b\x9d\x01\xbd\x6f\x0b\x3f\xb0\xef\xc3\x01\xe9\x3f\xd3\xc3\xa6\x1a\x77\x81\x03\xb5\x72\xf3\x26\xac\xd4\x49\x73\xc4\x9c\x22\x75\x45\x9a\xe6\x86\x37\x13\x6e\x42\x34\xc1\x10\x3b\x95\x16\xac\x3f\xc7\x9e\x25\x1a\x46\x7b\xa7\x69\x7d\x24\xf3\x4d\x42\x3a\x5d\xe1\x37\x16\x3c\x69\x6b\x2c\x30\x07\x21\xf2\x54\xf4\x28\x14\x54\x2d\xd7\x98\xa0\x05\x41\x20\xa8\x6f\x4c\xdb\x7c\xd1\x4c\xda\xf6\x84\xf8\x9a\xa3\x55\x3f\xdb\x11\xc1\x5e\x9d\x7f\x3c\x4c\x06\xa2\x4d\x50\x29\xad\xd0\x9c\x21\xf6\x30\xfa\x12\xe2\x63\x51\x66\xa0\x4e\x72\x7d\x14\xca\xcd\x74\x8f\x9c\xdc\x8f\xda\xd2\x64\x7a\x90\x80\xef\x29\x0f\x8f\x76\x4e\x65\x0b\xf7\xc1\x78\x50\x54\x94\x1f\x91\x77\xac\x07\x76\x56\x64\xe7\xf6\xf5\xa9\xda\xf8\x95\x87\xb4\x85\xd2\xf6\x8c\xac\xb8\xaa\x4a\xfb\x4d\x3d\x15\x84\xe9\xf2\x92\x87\x19\xec\x2c\x2f\xc7\x76\x63\x31\x82\x9c\x3c\x73\xb0\xd3\x2d\xf2\xe8\x6a\xa5\xc8\xc8\x10\x19\xe6\xeb\x8b\x3d\xf9\x81\xc3\x18\x7e\x60\x61\x91\x55\xf5\x3b\xdb\x48\x33\xa6\x20\x9c\x7f\xca\xb2\xf6\xb6\x70\x66\x80\xf2\x87\x3b\xff\x16\x87\x32\xbc\x69\xb8\xa2\x48\x27\x71\x92\x7c\x52\xcf\x1a\x65\x73\x4c\xb2\xef\x60\xe5\x31\xd3\xd5\x32\x12\x15\xe7\x56\x45\x69\x1a\x39\xbc\x6d\x93\xf0\xb6\x08\xbd\xe0\x6d\xc1\x95\x45\x73\x2b\x87\xf1\xee\x78\x14\xde\x3f\x1d\x45\x36\x14\x05\x19\x6a\xc6\x55\x94\x62\x4a\x81\x05\x9d\xe3\xdb\xed\x15\xec\x53\xae\xcc\x33\xea\x1c\xbc\x73\x9c\x77\x84\x72\x6f\x28\x3f\x77\x21\xf2\x6d\x37\xee\x3a\x3e\x63\xba\xff\x72\x28\xab\x58\xc6\x00\x35\x8a\xec\xa9\xac\xff\xcc\x69\x1d\xa8\x47\xc0\x95\x6f\x59\x5b\xb1\x0c\x96\x71\xb8\x75\xc2\x79\x55\xa6\x3b\x7d\x23\x2b\x1c\x29\xc3\x45\xa4\xfd\x9c\x52\x34\xbb\x20\x4b\x9a\xfa\x5d\x00\xa0\x49\x8d\x4d\xdb\xae\x74\x10\x18\xe3\x7d\x58\x67\x58\x04\xf6\xa0\x05\xa2\x10\x75\x2b\xb9\x40\xcb\xa2\x6b\xa9\x45\xa0\x90\xc4\xc2\x9e\x10\xac\x72\x24\xd3\x8e\xca\x7f\x5c\x4a\x9a\xfa\xda\x15\xe2\x8b\x77\xa4\x4b\xc2\x54\x76\xe0\x82\xce\x56\x75\x10\x46\x71\xc6\x08\x4a\x8f\xc8\xd7\x09\x44\x14\xeb\x31\xb5\x44\x3d\xca\x5e\x27\x18\x24\x76\x30\x7e\x7d\x95\x77\x70\x42\x0a\x39\xf3\x21\x18\x50\x48\x5a\xb9\x8f\xdb\x6e\x17\xbb\x8e\xc5\x97\x39\x7a\xa7\xe8\x52\x14\x04\x57\x97\xed\x26\x25\xc5\xe0\xfc\x41\x2a\x00\x8e\xb3\xad\x22\xf9\xf0\xce\x7c\x94\x0c\x50\xed\x8b\x31\xb5\xa9\xa0\x6b\x32\xa6\x6b\x71\x20\xf8\x3c\x6f\x9b\x97\x9d\x0c\x56\x26\x5b\x40\x6b\xf1\x32\xcd\x98\xd6\x5a\xc8\xc4\xe9\x30\xc0\x80\xae\x5f\xae\x05\x91\x85\x23\x8e\x93\x41\xc1\x1f\x4b\x5b\x73\x84\x88\x62\xcc\x41\x1e\x6c\x56\xad\x71\xc2\x0b\xa5\xcb\xab\x84\xb5\xf1\x8c\x53\x40\x77\x95\xe8\xc2\x5f\x19\xa9\xe7\xe7\x6f\x86\x2f\x7a\x46\x26\xa6\x21\x17\xff\xd1\x5f\x45\x10\xd3\x44\x1a\xf3\x13\xdf\xd1\xfa\x98\xe2\x6b\x97\xc4\xc2\x48\x43\x49\x5b\x12\x5b\x53\xcf\x77\xd2\x6f\xcb\x65\x92\xfa\xe5\x51\xdd\xc1\x3c\x9b\x11\xb4\xbd\x98\x52\x2c\xb5\xf8\x22\x57\xfa\x76\x9f\x3a\x0c\xb4\xd6\xd4\xf8\x84\x61\xbe\x53\x02\xe3\xe9\x24\xfc\x7f\x08\x0a\x28\x53\x30\x83\x3a\x4a\x7e\xd3\xc0\xe8\x8c\x05\x24\x53\x60\x95\x02\x4f\x4e\x56\x60\x2c\xf3\x55\x8b\xd2\x6c\x0f\x72\x4f\x1b\xc3\xaf\xfe\x6f\xb6\xbf\x5f\x54\x1c\x08\x37\x94\xa2\x91\x93\xd7\x6c\x20\xd4\x92\xb6\xee\xf4\xb0\x43\x50\x77\x0a\x4c\xc3\xd4\x5b\x1a\xc7\x4d\x87\xcf\xc1\x15\x8c\x52\xa7\x89\xb7\x69\xbd\x62\x6c\x41\x3e\xc6\xc1\x5c\xfc\x2d\xa1\xb5\x36\x7e\xb3\x47\x28\x69\xbe\x59\x41\xb1\xf3\x68\x78\xa2\xaf\xb7\xab\x7a\xda\xa4\xc9\xe4\xd4\x26\x7d\x55\x7f\x4a\x4b\xc2\x54\x3a\x3a\xe2\x91\x7c\x09\x51\x94\x91\x95\x53\xcf\x1b\xba\x96\x21\xdc\xba\x49\xc3\xd6\x45\x9e\x13\xde\x43\x77\x48\xaa\x72\xc7\xb3\xfa\x8c\x8a\x65\xc1\xd2\x7c\x63\x4a\x16\xbd\x70\x4b\x46\xb7\x60\x43\xff\x85\x17\x6c\xd4\x44\xfa\xcf\x99\x1b\xa0\xa0\x72\xf5\x29\xe1\x07\xd8\x89\x06\x08\x64\x86\x57\x82\x67\x9e\xc3\x24\x19\x71\x07\x1e\x51\x23\xfc\x07\xb5\x00\x67\xf0\x78\x3b\x65\x10\x7b\x55\x79\x4b\xf4\xae\xa8\x8c\xc8\xe8\x0e\xde\x2a\x6e\xbc\xb4\xa3\x47\x93\x2f\xdf\x5a\x2d\x03\xc7\x7a\x39\xa9\xa8\xca\xba\x95\x19\xa8\x60\xbd\x51\x17\x81\x50\x49\xde\xd1\x27\xb4\x87\x36\x6f\xc2\x81\xe5\x05\x01\x89\xbb\x6d\x46\xdb\x0c\xd7\x07\x8e\x3a\xe2\x9d\xb1\x7c\xbc\x91\xfb\xdf\x36\xb1\x8a\xf0\x45\xeb\x07\x0b\x96\x3d\x0a\x9f\x12\x2f\x1a\xb5\x35\x3c\xa6\xab\xf8\x26\xc3\x00\x11\x0d\x16\x5b\x06\x55\xb0\x7e\xef\x14\xba\x80\xfe\x58\x78\x7a\x30\x2c\x44\xc5\x8d\x21\xb2\x1b\xbe\x50\x3d\x67\xb6\x6a\xdd\x16\x4d\xba\x42\xf4\x32\x90\x6b\x07\x8b\x13\x2c\x4f\x15\x78\xbf\x7b\x90\x42\xfc\x51\x83\x25\x90\xe8\xcc\x4c\xe3\xb4\xe0\x52\x6b\x7a\x0f\x66\x86\x44\xab\xb9\x44\x46\x3b\xac\x5a\x84\xb3\xb0\x96\xe5\x3d\x45\xc5\x85\x75\xe2\xab\x9d\x17\x3a\x72\xb2\xa1\xe8\x84\xd0\x47\xc4\xe8\x37\xc2\xe1\x57\xba\x37\xcf\x7c\x08\x40\xd0\x99\xb2\xa0\x33\xe3\x6c\x08\x2e\x75\xd6\xc9\x1c\x6f\xeb\xea\xea\x59\xdf\xfe\x35\xe6\xfc\xb0\x51\x11\x75\x0f\x59\x5a\x3b\xf1\xe6\xdb\xb2\x72\x46\xe1\xbf\x7e\x31\x11\x4f\x7f\xd4\x5f\xfb\x14\x22\x71\xcf\xf0\x88\x03\x68\x7c\xbe\x50\x8f\x3b\xa8\x3f\xf8\xc1\x05\x92\xa8\x1b\xbb\x3c\xeb\x97\xa1\xf0\x1f\xcb\x57\xe2\xfb\x07\xaa\x7b\x0c\xa8\xcc\xf4\xd3\x87\x3e\xc0\x3e\xab\xa4\xb3\x35\x44\xfc\xb3\x71\x49\xbd\x64\x23\xe1\x43\x32\x7b\xae\xd3\x7a\xa8\x99\x34\x1a\xc9\x1f\x34\xc3\xc8\xd4\xbb\xc3\x01\x3d\x4c\x9e\x49\xb4\x05\x5f\xf3\x3d\xa3\xbf\x24\x1a\x60\x24\xd4\xfd\xa6\x2e\xff\xa4\xf8\x84\xd7\x8a\x4f\xf0\x71\xad\xf8\x18\x7d\xf1\x2c\x7f\xd2\x17\xef\xfe\x81\xd8\x98\xb2\xe5\x38\xa7\x6f\x5a\x20\x4d\xf8\x25\xab\x91\xe8\x06\x2b\x86\xcb\xbc\xb3\x64\x17\x2d\x57\x58\x35\x6e\x49\xf2\x5f\xcd\x83\x00\x56\xf5\x7c\x7b\xd8\x64\x51\x2e\x28\x14\x0d\x61\xd0\x11\x6a\x54\x00\xb5\xf1\xb8\x8a\x91\x05\xb7\x8c\x2f\x9e\xa3\x48\x17\xdd\x1a\x11\xbe\x7d\x21\xde\x13\xa1\x57\x19\x29\x11\xf5\x82\x45\x6f\x45\x60\xf6\xfe\x2f\x0f\x9e\xe8\x66\xe9\xfb\x1f\x4d\x0e\xe7\x68\xa6\x44\xea\x48\x04\xfb\x06\xa3\x2a\xdc\x30\x17\x8a\x79\x95\xab\x40\x33\xd8\xd1\x98\xf2\x1d\x83\x5f\xb7\xae\x07\x22\x00\x3a\xd1\xb5\x75\x94\xeb\xd5\xa8\xba\x1c\x11\x72\xa9\x99\xe0\x8e\x08\xef\x26\xcf\xb7\xc4\xba\x6b\x1d\xaa\x48\x4b\xa3\xea\x28\xf6\x47\x53\xd7\x15\xea\xd9\xe0\x7b\x9a\xe7\x33\xe0\xe4\x1e\x73\xb3\xc2\xaa\xc5\xe8\x90\x5b\x8f\x9e\xdf\x36\xe2\xbc\x7f\x9b\xd1\x91\x35\xab\xa0\x70\x0a\x72\x08\x7c\x73\x46\xfa\x50\xd7\x0c\x58\x5c\xae\x9b\xca\x25\x10\xa3\xff\x33\x4b\xa3\x8a\x1b\x89\xc1\x96\x2d\xe8\xf5\xd5\x15\xa3\x27\x2f\xd7\xec\xd6\x75\x2a\x16\x1b\x6c\xaf\x6e\xf2\x44\x20\xfc\x69\xcf\x47\x87\x1e\x9e\xf1\xc4\xbe\x7b\x20\x9f\x23\xe8\x1a\x98\x4c\x14\x34\xf6\xb9\xca\xdc\xd2\x40\xc3\x05\x31\x69\x4e\x8c\x48\x0c\xba\xdc\xa8\xbb\x45\x28\xcf\xc5\xb3\xfa\xb2\x0b\xc8\xaa\x0e\xe9\xdb\xe3\x02\xaf\xc6\x1d\x75\x37\xf1\x10\xd0\x9e\xf5\x63\x95\xbe\x80\xf2\x4d\xd6\x91\x70\xf9\x96\x05\xa2\x45\x7a\x47\x0e\x41\xfb\xe9\x3e\x2d\x81\x69\x84\x69\x57\x13\x7f\xe2\x58\xe3\xcd\xb6\x7c\x31\x17\xcd\xab\x46\x15\xf2\x42\xfd\x36\xd1\xda\x7c\xb9\x3a\x54\xff\x98\x35\x4d\x1a\x17\x73\x97\x38\x55\xd2\x1f\xf1\xcb\x92\xbf\x52\x5a\x19\x1b\x8d\x77\x68\x66\xf3\x92\x4a\x5c\xbe\x0a\xd5\xbe\x5c\x04\x3c\x28\xba\xfc\x5c\x05\xcf\x29\x4f\x56\x57\xad\xff\xc3\xd5\xfa\x8f\xad\xcb\x12\x1e\x9b\x9e\x10\x5f\x39\xc8\x1a\xef\x74\x0e\xba\x5b\xe6\xd2\x71\x62\x7d\x0a\xe9\x51\x91\x21\x8b\x33\x8c\xaa\xc4\x33\x0d\x6c\xcd\xc5\xe8\xff\x30\x29\x66\xd7\x6f\x1b\xcc\xad\x37\xc0\xef\x06\x3f\x1d\x12\xf6\xc5\x52\x8e\x60\x93\x5f\x22\x1a\x22\x9a\x3f\x64\xbf\xf5\x41\xb8\x5f\x07\x97\xd7\x3f\x84\xf8\xae\xaf\x5c\xb2\x53\x75\x79\x45\x87\x43\x25\x3a\xf0\xb6\x0e\x8e\xc0\xb2\x7e\xa1\x51\x90\xbb\xdc\xc4\x4d\xb1\x4f\xaf\x3d\x9d\xc3\x38\xbd\x02\x7e\xd4\x48\x65\x9d\xb2\xa7\x9d\x24\xa2\xcf\xf8\xc7\x66\xa8\x55\x13\x4e\xe9\xb7\x7a\x81\xab\x6c\xc1\x57\x2b\xdb\x06\xc9\x67\x23\x18\x9f\xea\x8c\xb3\xe8\x51\x38\x98\x7a\x3e\x87\xa9\x89\x3a\xcf\xd8\x04\x84\xb0\x4b\x3e\xb8\x0c\x63\xec\x21\xae\x90\x6c\x11\x9d\x0b\x5b\xc4\x68\xc8\xc1\xee\x53\x84\x1e\x77\x5c\x4f\x65\x47\xf8\xbf\x0e\xd7\x26\x10\xfd\xca\x7d\x7a\x0f\x1f\xaf\xe7\x2e\x10\x8a\x90\x62\x7e\x19\xae\x1a\x62\x8d\x8c\x0d\x38\x61\x2c\x1b\x29\x82\x11\xe1\xbe\x87\x9c\xde\x6f\x82\x4c\x60\x92\x60\x93\x5b\x87\x28\xe8\x01\xe2\xde\x88\xa5\x7b\x92\x7e\xc2\xc7\x7d\x95\x03\x21\xb5\xba\xd2\x7a\xe0\x7a\x9f\xbd\x65\x4a\x27\x55\x23\xc9\x81\xd9\xe4\x38\x59\xaf\x5b\xc6\x05\x11\xb4\xb6\x71\x2b\x7b\x11\x4b\x88\x72\x47\x89\x06\x8b\xf0\x98\xc6\x67\x2d\x27\x5d\x81\x30\xa5\xb5\x52\x78\xd2\x2b\xf5\x10\x60\xe3\x30\x64\xe7\x57\xfa\xe5\xfe\x19\x1a\x46\x11\x51\xed\xcf\xa0\xd5\xce\xfa\x23\x79\x83\x0f\xaf\x96\x88\x8c\x2e\xed\x5e\x0c\xd0\x91\xae\x35\x4b\x25\x0a\xfe\xbf\x78\x36\x56\x3b\xea\x8c\xd8\xc8\xf3\x92\x42\x1c\xfa\x27\x38\x58\x36\x72\x34\x23\x75\x67\x42\x74\xbb\x92\xb0\x18\xb6\x0f\x70\x3f\x66\x03\xd1\x9e\xc8\xca\x38\x99\xb3\xd6\x43\x8c\x09\xec\x31\x9c\xb1\xe6\xb0\xed\x85\x3c\xc2\x44\x67\xaf\x06\xe2\xd7\xef\xca\x21\x71\xf7\x8c\x25\xdc\xb0\x6c\x96\x53\x66\x4b\x1d\x0b\x1c\x98\x8a\xe7\x3a\x19\xa2\xec\x0e\xa1\x9a\x8c\x20\x85\xce\x10\x0b\x49\x29\xa4\x83\x29\x4b\x0f\x33\xfc\xef\x43\x07\x0b\x85\x1a\x35\xf2\x17\xa2\x89\x07\x63\x18\xc1\x11\xfb\xfb\xb9\x72\x9c\xd8\x15\xc8\x22\x94\x55\xef\x57\x25\x8b\x24\x6e\xc0\x52\x5e\x89\x80\x2a\x71\x9d\xe4\x94\x80\x9f\x83\xbd\xb4\xfa\xfc\xf2\x00\x6d\x29\x67\xb5\x8c\x87\x38\x6d\xa0\xef\x6b\xb2\xd9\xca\x43\xcc\x79\x32\x2b\x28\xa8\x3f\x19\xe9\xa9\x0a\xfe\x8c\x9a\xd3\x62\xf0\x9b\xcd\x4b\x2b\x2d\xab\x89\x1f\x28\x68\xc3\xaf\x9a\x44\x82\x92\x09\xc7\x2d\x50\xb4\x59\x40\xd5\x9e\x92\xae\x96\x0b\xc8\x13\x1b\xcf\x5a\x3f\xf6\xf5\xdf\xd9\x8f\xf4\x9b\x02\x2d\x33\xf2\x4b\xac\xe9\xd0\x24\xed\x0c\x73\x3e\x55\x82\xa3\x5e\x7d\x71\xa7\xde\xad\x49\x6b\xbd\x6b\xde\xee\x4b\x57\xcf\x5b\x5f\x34\x1e\xcc\x16\xbe\x35\x5b\xa1\xf0\x3d\x75\x02\x3d\xff\xb3\x09\x32\x5d\x79\xe5\xd6\xdd\x2a\x45\x8e\xf9\x13\x37\x4a\xc8\x2e\xe5\x5d\x15\x19\xa9\x08\xfa\x6b\x6f\xc1\x9a\x2f\x2c\x5d\x5d\x92\x57\x57\x8a\x53\xb2\x36\xce\xa6\xe4\xad\x17\x6c\x91\x06\x64\x1e\xcc\x11\xc6\x40\xa7\x0e\x50\xa9\x76\x25\x9f\xb6\x9c\xed\xe8\xf8\xa8\xca\x33\x15\xb3\xe1\xf4\x0d\xfd\x5a\xc6\x27\x57\xe4\x32\x60\xde\x27\xda\xc4\x47\x9a\xf7\xe4\x49\xe5\x82\x80\xfa\x78\x6a\x50\xe9\xff\x0f\xc3\x28\xeb\x9f\xd9\x57\xd1\x22\x19\x29\x78\x87\x64\x8e\x8a\x71\x13\x15\x13\x23\xa2\x94\xcb\xfe\x59\xf3\xbb\x07\xa8\xbe\x29\x4e\xd7\x38\x91\x61\x88\x8e\xba\xe0\x2d\x0f\x43\x99\x16\x72\xfd\x06\x29\x69\xf1\x1a\x41\xab\xeb\xb5\xbd\x43\xfc\x05\x18\xee\x05\x99\xb4\x32\xaa\xdc\x0c\xac\x95\xba\xef\x03\xb2\x96\xce\x3a\xab\x80\x09\xc2\x31\x4e\x2e\x04\x02\xd5\x78\x7c\x60\x31\xd6\x89\xc9\xdf\x3d\x72\x6c\xdb\x78\xcd\x75\x25\x88\xd5\x74\x63\x89\x80\xb5\x4e\x41\xcb\x2d\x7b\x19\x64\x6b\x52\x9c\xe4\x3b\x98\xd9\x58\x89\xe8\x19\x95\x25\x4e\xb0\xf5\x23\xf8\xac\xb8\x6c\xa5\x8e\x74\x4e\xb2\xfc\x4d\xb0\xe2\xc8\xb0\xac\xd1\x31\xd6\x9d\x72\x5d\x87\x24\x24\x59\xf8\x33\x06\x7e\x4a\x6e\x11\xd3\xcd\x24\x88\x6b\x03\x08\x52\xea\x05\x42\x4d\x3a\x22\xc8\x7e\xea\xfb\xe2\x4b\xf3\xa3\xbb\x0d\x43\x32\xeb\xe9\xdb\x0b\x94\x24\xb9\xb8\x1f\x58\xd6\x6a\x7e\x07\x9a\xb0\x0e\x4a\x84\x80\x12\x1b\x92\x4d\x3e\x19\xf2\xec\x9f\xf6\xe3\x74\x48\xd8\xbc\x1a\xa1\x0b\xe7\x83\x4c\xdf\xa2\x11\x8f\x95\x91\x92\x11\x5c\xc8\xce\x1a\x23\x2e\x5d\x0a\xee\x08\x90\xaf\x73\x69\xd6\xdf\x37\x3a\x23\xda\x84\xf9\x3a\x95\xa7\x3b\x47\x62\xb2\x12\xd4\x3c\x1f\x50\xad\xe0\x33\x09\x11\x83\x78\xea\x4c\xf3\x7f\x7c\x78\x89\xd5\x51\x04\x1e\x83\x06\xcf\x68\x5e\xbf\x58\x1d\x85\x01\x4b\xa1\xbe\xe4\xcf\xdf\xdf\x5d\x52\xd4\xff\xb0\x03\xc3\x06\x75\x40\xff\x47\x00\x31\x6b\x89\x42\x99\x06\x98\xb7\xc6\x9c\xce\xb8\xf9\xf3\x4b\x30\xc8\x3a\x88\x11\xb6\x87\x2f\xfd\xcf\x0b\x37\xbd\xcb\x2a\xfd\xae\x84\x49\x1f\x89\x85\x34\xc4\x10\xf5\x10\xb4\xc4\xe3\xdf\x2f\x10\x4d\x18\x16\x0e\x5c\xe2\x4c\x0b\x4e\xc5\x03\x4b\x1a\xa1\xf0\x5f\xf4\x51\x32\x91\xf3\x91\x6b\xdd\xaf\x8e\xd8\xba\x1f\x0a\xbf\x9b\x8d\x44\x63\x24\xe7\x27\x86\xa6\x0f\x45\x6b\x2c\xf5\x6b\x23\xd1\x87\xec\xdc\xce\xbd\xfd\xbc\x1b\x3f\xc8\x1f\xb4\xb3\x52\x86\x49\xa6\x6f\x27\x3e\x07\xce\x58\xc9\xbe\x8a\xdc\x44\x16\x55\x89\x46\xbc\x9c\xca\x07\x6f\xe5\x22\xf9\xe8\x13\x64\xad\xd4\x71\x26\xd9\x9b\x70\xa6\xa7\x2f\x81\x16\x2a\x10\x63\x2f\x22\x11\xd7\xf0\x12\x7c\xc4\x36\x3e\x53\xc5\x92\x4b\x9e\x5f\x44\x78\x6e\x18\x94\x61\xbb\x71\xaf\xde\x80\x6a\x50\x2b\x59\xc1\xaf\xd7\xaa\x73\x75\x21\xa7\x64\x04\x7f\x9d\x3d\x3a\xd7\x36\x48\xfa\xe9\x6f\x4b\xb6\xe5\xec\xdf\xc4\x42\x5e\x83\x0e\xdd\x8e\x3b\x55\x23\xc9\x21\xa7\x5d\x17\xc0\x68\x24\x21\xc8\x7e\x67\xff\x14\x4b\xa9\x7e\xdf\x88\xb9\xdc\xa0\x12\xe3\xf6\xc9\x5c\xf2\x61\xe9\xe8\xcd\x0f\x14\xd6\xb1\x04\x1a\xc0\xf3\xc4\x24\x47\x9f\xa4\x31\xd1\xf7\xb4\x7a\x1d\x92\x98\xd1\x32\x55\x83\x90\xcc\x40\x15\x08\xc5\x50\x06\x4e\xe6\xda\xf4\xce\x76\x17\x88\xc7\xfd\xa4\x3e\x96\x8f\x3c\x8d\x25\xaa\x74\xf5\x57\x85\x00\x42\xde\x18\x1f\xed\x1e\xd9\xe4\x44\xac\x33\xe6\x12\xbe\xe3\x89\x16\x7d\xe6\x12\xd9\x80\x3d\x85\x6c\xa3\x04\xdc\xf6\x0b\x8b\xa7\x4f\xaf\xb7\xec\x07\xe9\x0e\x1d\xd1\x14\x08\xfb\x3d\xde\xa1\x80\x53\x11\xe0\x8a\x65\x39\x47\xaa\xf6\xa0\x1c\x98\xe0\x4c\xf2\x69\xe1\x20\x2d\x9f\x02\x2d\xb8\x6f\x55\x86\xd2\x96\x02\xa4\x1a\x79\x14\x25\x3a\xb8\xcb\x76\xc4\x4a\x85\xec\x90\x40\xb1\x47\xcd\x55\xfd\x58\x36\xf8\x07\xa1\xec\xa2\xda\xac\x10\xd9\x75\x4b\x84\x7e\x7e\xdd\xd0\xec\x25\x01\x94\xfa\xe0\xc8\x55\x94\xc9\xa7\x66\xd2\x48\xc8\x7f\xfc\xf1\xc5\x92\xb3\x18\xe4\x4b\x24\x06\x74\xbd\xd2\x7f\xe5\xd5\x9a\x0b\x14\x1f\x10\xfa\xd5\x11\xc1\xac\xb1\x5d\x36\x6f\x8e\x6f\xd9\x12\x5f\x0f\x7b\x04\xe6\x02\xdc\xe9\xb0\x64\x71\x97\x61\x18\xd5\x51\x1d\x29\x33\xb2\x71\xd0\xd2\x6e\xb0\xd5\xf3\xd5\x88\x32\x88\x9c\x86\x9c\xd9\x3d\x0d\x49\xe0\xfd\x3c\xd3\xff\xe1\xdb\x69\xc8\xb4\x50\x6a\xc0\xf2\xd7\xd3\x62\x2f\xd7\xbe\x1b\x22\x9f\x8c\xa0\x74\x54\x59\x19\x57\x58\x52\x00\x65\x8d\xbf\x49\x63\xff\x2a\xe3\x0d\x5d\xf7\xe1\x50\x04\x75\xc2\x61\x0d\x9e\x63\xb4\x2d\x36\x6c\x61\x8e\x95\x84\x66\xd4\x5d\x79\x41\x12\x3b\xac\x46\x72\xe9\x71\x5d\xb4\x06\x2f\xbe\x4f\xdc\x00\x6d\x67\x28\xb2\x46\xc3\xf1\x7f\x4f\xc1\xb9\xbb\x2b\x99\xf4\x5e\xd4\x7f\x41\x27\xea\x40\x6d\x12\xe1\x02\x70\x1c\xdd\xf9\x54\x1f\xdb\xca\x53\x53\xda\xd7\xdd\x7c\x98\xd0\xbf\x28\x2f\xe4\xc5\x53\x3b\x84\xad\xec\x07\xa4\x12\x98\x67\x3c\x06\x99\xd3\xcf\x1c\xdf\x2f\x1e\x29\x0d\x40\xed\xf4\x48\xd1\x3c\x12\x4b\xfb\x48\xf5\xb2\x6f\x79\x80\xc8\x78\x03\x88\xda\xfc\x88\xe6\x63\xc9\x33\x9b\xb5\x7f\xf1\xd0\x16\x03\x8a\x36\x18\x50\xf2\x58\xf9\x18\x98\xca\x5b\x42\xe4\x4f\xcd\x8b\xc7\x72\x23\xc0\x92\x64\x28\x37\xc2\x2f\x9b\xc7\x8a\x3e\x40\xd5\x19\x02\x0f\x71\x6d\xdd\x2d\x95\xec\xfe\x42\x54\x85\x84\xa2\xd0\x2d\x07\xee\xf2\x21\xeb\xa0\x5b\x4d\xad\x29\x80\x65\xbb\x93\x51\xd3\x5d\xbd\x31\x6a\xca\x74\xe3\x09\x92\x37\x04\xfb\x92\xe0\xf4\xea\xce\x43\xf7\xea\x82\x69\xc5\x56\x87\xd5\xdc\x9c\x09\x55\xba\x17\x21\x3e\x74\xf7\x0d\x97\x7e\x80\x5a\xd6\x3d\x06\x09\xa1\xa8\xdf\x7c\x98\x1f\x27\x4d\xf7\x22\x7f\xbd\x0a\x75\x9a\x69\x2a\x53\x49\x95\xc8\x1a\x4a\xb8\xd8\x8b\xb2\x3c\x71\x0f\x57\xc0\x50\x98\xc8\xff\xee\x64\x8f\x81\x8d\xf7\xcd\x6c\xc9\x57\xa3\x00\x07\xc9\xb0\xb1\x38\x24\x67\xd2\xbf\xae\xf4\x33\x4f\x55\xfa\x89\x55\xad\x94\x7a\xfa\x55\x88\x01\x3d\x8b\x6f\x4d\xa5\x66\x4b\x5c\xe7\xf2\x20\x73\xf6\xd8\x14\x9e\xbc\x51\x24\x28\x87\x7c\x60\x03\xc5\xd4\x13\xaf\xcf\x1b\x08\x3f\x6e\xb8\xff\x28\x95\x5d\xf1\x5b\x2b\x4e\x28\xc3\x7f\xc7\x4a\x90\x9f\x54\xb0\x11\xcf\x94\x79\x9d\x40\x93\xad\x91\x5a\x16\x67\xd8\x69\xcf\xa8\x66\xf3\x31\x0c\x69\xa6\xa0\x48\x6d\x0d\xaf\x4e\x7d\xcd\xfe\xe2\x69\xcb\x94\x0c\xf7\xeb\x88\xa8\x1a\x21\x65\xa7\x83\x50\x33\xf3\xb9\x36\x9b\xc3\xcc\xef\xf0\xf8\x45\xa0\x7c\x54\x78\x56\xcd\xd4\x12\xa7\xf0\xf9\x09\xee\x8b\x35\xc2\xd2\x73\x7b\x0c\x88\xb0\xb8\x45\xfb\xf0\x81\x82\x33\x6c\xb8\x9d\x0f\x51\xc0\x6d\x31\x4b\x5a\x91\x15\x90\xe1\x78\xe7\x88\x6d\xef\x3b\xb7\xdb\xc2\x9f\xb9\xb7\xfb\x7a\x68\xc3\x54\xb6\x41\xc7\xd4\x4c\x30\x58\xcf\x68\xa7\xf6\xca\xdb\x91\x2e\xd9\xe6\x3e\x9e\x9e\x98\x10\x37\x28\x0b\x98\x64\x61\xf1\xfd\xf5\x10\xd6\xf7\x27\x4e\x9c\xa7\x0b\x28\x9a\x48\x8c\x81\xe9\x20\xc7\xc8\x83\xa7\x27\xc2\x69\x52\xce\xd3\x27\x5b\xb6\xa6\x27\x94\x6f\xde\x73\xca\x01\x03\x3f\x43\xe5\xea\xd4\x28\xa9\xdf\xe2\xdc\xd0\x6b\x39\x9a\xb3\x11\xb4\x24\x45\x58\x26\x19\xa1\xbf\xe6\x38\x97\xf8\x1d\x61\xd6\x7a\x82\xa2\x35\xfd\x40\x89\xf5\x4e\x7d\x60\xb2\x4b\x44\x80\x68\x87\xd1\x88\x7c\x92\x83\xe1\x48\x66\xa7\x8a\x92\xf8\x7a\x9a\x07\x1d\xe2\x00\x64\x96\xe0\x32\x0f\xe5\x79\xc3\xe8\xd1\x35\x69\x90\xe4\xc3\xf8\x89\x12\xc9\x56\x64\xc8\xff\x7e\x41\x9e\x01\xc5\xde\xe1\xcc\x7a\x3d\x73\x0e\xf5\xc1\xa0\xcb\x0e\x13\x6f\x70\x34\xa6\x82\x7f\xe2\x3e\xab\x38\xea\x24\x04\xba\xa3\xe8\x8e\xc8\x75\x48\x01\x7c\x5a\xe5\x1e\x4e\xad\x5c\x49\x15\x31\x8e\xc8\xb9\x3c\x03\x80\x27\xcc\xb5\x12\x38\xf1\x76\xe6\x03\xb8\x28\x5c\x16\x4e\x7f\x07\x31\xe2\x1d\xcd\x6c\xf7\xd2\xb8\x6f\x98\xba\x93\x3a\x3f\xd3\xb8\xc5\x85\x3f\x3c\xee\x72\x61\x03\x60\xcf\x22\x47\xcb\x9e\x1e\xa9\xbe\xc2\x84\xc6\xfa\x71\xfc\x65\xa2\x34\xeb\x8d\xa1\x2c\xeb\x0d\x31\xf7\x29\xfc\xb9\x35\x96\x64\xd4\x6b\x9e\xe1\x0c\x58\x6b\x75\xa5\xf9\xa2\x25\x4d\x7f\x27\xe3\xc8\x5c\x84\xb9\x81\xac\x58\x4b\xc9\x45\x1c\x46\x88\xd5\x8f\x36\x80\x3b\x5f\xc3\x9c\x90\x39\xa2\xf8\x6d\x71\xa3\x37\x85\x56\x43\x03\xf1\xbc\x96\xd9\x71\x43\xf4\x9a\xa5\xd0\x7e\xe5\xe9\x45\x77\xb1\x5b\x48\x7f\x85\x44\x86\xa3\xff\x45\x9d\x3c\xf8\x61\xc9\xff\xcb\x37\xba\x62\xef\xe7\xd4\x6e\xd4\xbc\x5d\x99\xc2\x47\x94\xb8\xe8\xc7\xa1\x16\x70\x8a\xa6\x32\xc5\x81\x6b\x36\xed\x89\xd1\x6c\x7c\x56\x10\x0f\x4c\x0a\xe5\x32\xf6\xaa\x49\x68\x98\x2b\xaa\xd7\x14\x08\x55\x6d\x64\x13\x34\xef\xd5\x50\xda\xdb\x6b\x75\xaa\x20\x33\x6f\x4f\x42\x48\xef\x48\xa8\x37\x8f\x64\x36\xaa\x4e\x6f\x6f\xee\x01\xc8\x1f\x20\x31\xaf\x75\xf2\x2d\x7d\x02\x96\xc4\xd9\xf6\x9a\x7b\xe4\x29\xcc\xe4\x29\x03\x0d\x2b\xc7\x8e\x26\xfd\x9d\x98\x81\x7c\xf3\xa1\xa6\xf6\x70\x46\x5f\xef\x4e\xeb\x48\xda\xad\x52\x98\x0f\xd2\x7d\x28\xe8\xe1\x99\xb7\x88\xd9\x5e\x7e\x11\x61\x04\x36\xe5\xf8\x89\x03\x00\xa6\x46\xc1\x50\xcf\xc9\xde\x52\x4d\xbe\xb9\x34\x37\x5f\x11\xfd\x4b\xe2\xed\x50\x1e\x92\x2a\xa9\x90\x3a\x2f\x2b\x28\x04\x9a\x05\x7f\x50\x19\x79\x80\xaa\x67\x3e\xf0\xe0\x29\xf5\xe0\x99\xcb\xba\xa0\x29\xed\x89\xd0\x14\xf3\x00\x06\x64\xbb\x3a\x37\x71\x5d\x04\x16\xc3\x3e\xc2\xe5\xce\xc7\xc1\x90\xe1\xf2\xc0\x76\xb5\x8a\x1d\x60\xaf\x17\x94\x10\x15\x55\xe8\x98\x0f\x0c\xc4\x4c\xae\xe0\x85\xaf\x21\x08\xf0\x35\x17\xdb\x62\x11\x16\xd6\x6c\x3a\xe2\xba\x1a\x8a\xe7\x33\x34\xfe\x54\x73\x7c\xed\x62\x94\x25\x69\x24\x79\x83\x22\x42\x1b\xd5\xb2\x1d\x59\x50\x52\x95\x7a\xca\xee\x94\x10\x27\x95\x67\x85\xae\x3e\x6f\x65\x07\x22\xd8\x82\x40\x77\xa4\xce\x7d\x20\xf7\xc8\xbc\x1f\xc7\x20\x12\x8d\x93\xca\x60\x87\x18\x65\xc8\x8e\xb1\x3d\x0b\x07\x86\x71\x25\x65\xad\x92\x13\xd2\x06\xcb\x1d\x97\x17\xbd\x47\xad\x95\xdf\x54\x61\x71\x51\xa1\x29\x69\xc7\x3b\x18\x15\x18\xc2\x2c\xca\x14\x59\x82\x2b\xa3\xd4\x41\x4c\x0a\xa7\xaa\xca\xcb\x39\x38\xee\x13\x1f\xb1\x03\x91\x49\x30\xd7\x44\x59\x4f\x54\x19\xeb\x9b\xfe\x66\x89\x28\xcc\xef\xf5\xc6\x56\x5f\x5c\x0e\xda\xc3\xf4\x86\x85\x7d\x53\x93\xc1\x5b\x6e\xd3\x72\xf5\x58\xc4\x0f\x85\xa5\x3d\x95\x41\x3a\xb6\x66\x72\xf1\x90\x0d\x44\xa5\xf5\xb0\x1a\xba\x62\xd7\x7c\xe8\x8a\x5d\x83\x33\x97\x21\xd5\x7b\x30\xd3\x54\xc5\x70\x26\xc1\x28\xbe\x13\x24\x4a\x42\xe8\xba\x6d\xcd\xb8\x65\x75\xb8\xd2\xe6\xfd\x4f\x36\x6f\x38\x70\x84\x28\x2b\xf1\x6b\x55\xe0\x78\x37\x83\x9a\x25\x42\x3d\xe4\xa3\xcc\xf1\x3a\xdd\x43\x2d\xe9\x0a\xf5\x7b\x0f\x68\xa2\x0c\x7b\x97\x39\x18\xa5\x0d\xa0\x69\x9f\x10\x47\x46\x74\x08\x86\x27\x8f\x98\x4d\x93\x58\xc7\xb1\x1e\xdc\x78\x0e\xbf\xba\x43\xc0\xbe\xe6\x5e\xdd\x97\x91\x6a\x76\x20\xe9\x57\x95\x95\x7e\x3e\xf1\x0e\x74\x0f\x6c\x4f\xd2\xbd\x7f\x3b\xd0\xae\x79\x75\x31\xc6\x34\x41\x62\x6c\x47\xc9\xc0\x7f\xfc\x29\x32\x3e\xa8\x3e\x6a\xc1\x49\xc6\x5a\x98\x52\xba\xab\x1a\xa2\xc6\x51\x2c\x67\x0c\x35\xb0\x5c\x52\x6d\x8a\x57\x6e\xbd\x5a\xb2\x97\x7a\x41\xb8\x91\x48\x36\x83\x0e\xf3\xb1\x65\xa8\x59\x60\x27\x43\xca\xf4\x19\xb0\x86\x2b\x64\xbc\xce\x20\xce\x38\x6d\xb4\xf4\x01\x0b\x45\x7f\xf2\x6c\xb2\xc5\x1a\x80\xbc\xfc\x1c\x03\xab\xfc\x83\x98\xb5\xa6\xcb\xd6\x84\x2a\xda\x36\xc9\xb1\x32\x81\xe9\x05\xc6\xf5\x5f\xdb\x3b\x2c\x60\x57\x74\x28\xc2\xea\x61\x8a\x95\x45\x84\xe3\x6e\x42\xf0\xdc\x77\x7b\x06\x0c\x25\xb3\x61\x64\xef\xf5\x85\x7a\xb3\xf7\xcc\xd5\x9e\x08\x7a\xc0\x05\xda\x93\x31\x45\x4c\xa5\xef\x90\x3a\x7d\xd1\xdf\xdc\x21\x1c\xc2\x74\x96\x1e\x7f\x9d\x1c\x90\x8c\xbd\x1d\x98\x46\x5f\x26\x35\xc0\x60\x0d\x6d\xef\xb2\x0e\xd8\xd0\x7a\xac\xe5\x3f\xb5\x52\x75\xd8\x0b\x5f\x73\xa8\x0f\x1e\x1d\x15\x15\x8c\xe2\x27\x97\x92\xc1\x49\xb5\x7a\x64\x40\xcb\x6c\xcb\x0e\xa7\x7d\x58\x3c\xa3\x50\x6f\x6d\x7c\x62\xde\x21\x6d\x61\x41\xd4\xe2\x97\xa8\xee\x43\x6f\xe4\x9c\x9c\xe7\x2d\x2c\x52\x0b\x80\xee\xe8\x83\xeb\x28\x1f\xf5\x7f\x05\x39\x01\x47\xdf\x91\x55\x63\xd1\xb8\x9f\xd3\x01\xb5\x6b\x3c\xe4\x72\x6e\x71\xe1\x5a\xaa\xb8\x70\x7f\xc5\xbb\x7a\x89\xe2\xc2\x2b\x59\x64\xf8\xf9\x4c\xce\xa7\x1e\x4e\x51\x5c\x78\x2f\x57\x5c\x5c\xf8\x50\xb7\x37\x6a\xbe\x1a\xf9\x7b\x39\x84\xa1\xd0\xb1\x1e\xfa\x23\x63\x13\x74\x15\x1c\x20\xeb\xbc\x9e\x61\xd2\x6b\x93\x7c\x85\xec\xb6\x89\xe2\x3d\xc0\x35\xf0\x4d\x3d\x51\x83\x00\xbd\x1b\xb7\x9c\xec\xc2\xfd\x38\x2d\x16\x88\x7f\x52\x3f\x54\x73\xd3\x05\x25\x84\xbd\x31\x7f\x00\xc8\x57\xdb\xab\x52\xa1\x25\x53\x54\x54\x4f\xe2\xbd\x79\xe8\x90\x80\x1d\x8f\x9b\xbc\xc0\x7a\x3f\xef\xee\x2e\xf6\x33\x10\xd8\xa3\xc3\x98\x0c\x6d\x77\x86\x95\xec\x50\xa8\xfc\x6b\xcf\x62\xd3\xce\xd4\xab\x57\x24\xfb\xc7\xaa\xce\xca\xcd\x01\x59\xe1\x3d\xf7\x41\x6e\xf8\x4d\xb6\x79\x3a\x66\xb9\xf4\xb2\xf5\x30\x76\x3d\x2e\x61\x45\xd0\x98\x9a\xab\x75\x44\x53\xf0\x98\x79\xce\x7a\x5b\x2e\x6e\x5d\x20\x5f\xbb\xff\x2e\x12\x00\x46\x83\xc4\x1d\xa7\x26\xb9\x57\xae\x05\x89\xdf\x5c\xc0\x3f\x4b\xb6\xf4\x6f\x3d\x16\x8c\xd4\xaf\xe5\x24\x61\x18\xc5\x16\x5f\xb9\x63\xa2\x32\x0e\x7a\x49\x47\xea\x65\x98\xd7\xdc\x75\xa9\x1e\x56\x29\xd4\xfb\xf9\xd8\x3d\x57\x3a\xe7\x2d\x9f\x2b\xdb\x66\xf6\xa4\x54\xac\x3e\xb7\x24\xff\x0c\x54\x76\x18\x0a\xff\x85\x09\x32\x31\x07\xae\xa5\x21\xa7\xcd\x14\xee\x52\xae\xe9\xa8\x85\xa5\x36\xf1\x8d\xc6\x7e\x0a\x33\x83\xde\x6e\x28\x5a\xd8\xc2\x88\x7c\x72\x7e\x30\xec\x4a\xeb\x45\x8b\x12\x6d\xa4\x25\x0d\xd8\xf7\x3b\x05\xe2\x20\x9b\xf1\xcb\x15\xd6\x26\x39\x45\x64\xcc\xe0\x7a\x79\xad\x76\xb4\xf7\x84\x8a\x15\xe1\x11\x46\x77\x7d\xd1\x8f\x04\x42\x7c\x9b\x47\x18\xb4\xd6\x46\x20\x51\x7c\xc1\x21\x7d\x93\x5c\x31\xbb\x1f\xe2\x63\x4c\x23\x3a\xa6\x45\x27\x1f\x37\x93\x66\x5d\x11\xc4\x8d\x6c\x46\x0b\x44\xb2\x5c\x45\xde\x3b\x3c\x85\x7d\x0e\x4e\x80\x26\xd0\x9d\x64\x7c\xeb\xaa\x09\xd9\xb9\xe8\x0b\x41\x45\x48\xc5\x5c\x22\x3e\x8b\x53\xa3\xf0\x10\x64\x56\x60\x9d\x4c\x08\xb5\x44\xf9\x66\x89\xaf\x06\x45\xa6\x2b\xb6\x62\x76\x82\x3f\x0e\xe3\x6a\xac\x5f\xc2\x9f\xa8\x31\x04\x6f\xe7\xd9\x81\xf0\x39\xd7\xd4\xbc\x21\xf3\x09\x4a\x61\x4b\x2a\x15\xef\x59\xd1\xc0\x1a\xdf\x34\xad\x8a\x0e\x9c\x03\xc5\xbf\x4d\xe4\xe5\x7c\x5e\x7f\xa2\x2b\x9a\x8d\x6c\x46\x8a\x0e\x6b\x69\x8b\x91\xb2\xe8\xa4\x8c\xd6\xbb\x82\x8b\xdd\xd9\xec\x2f\xcb\x09\x17\x3b\xd7\x73\xc9\x66\xfa\xc4\x6e\xff\xb1\xe0\x33\x74\xf8\x49\x84\xc4\x25\xfd\xf0\x48\x44\x15\xa6\xf6\xea\xa5\x9a\xf3\xb3\x4a\xdc\xf5\x8d\xf0\xd3\x11\x19\x75\x64\x89\x28\x29\xec\xbe\x46\xcd\xf8\x98\x0b\x4c\x40\x15\xfe\x20\x58\xbd\xe0\xf7\x39\x93\x66\xd4\x4b\x34\x26\x94\x30\xb5\xe7\x30\xa5\xc1\x0c\xb1\xbd\xe9\x02\xf3\xf3\x61\x0a\x60\xe4\x0c\xd9\xe9\x74\x9f\x1d\xb7\xd4\xb1\xf1\x56\xaa\xdd\xc2\x16\xb9\xf0\xd0\xf8\x9f\xec\xa1\xb9\xb1\x31\xbd\xc1\xff\x76\x5f\xce\xb1\x2f\x13\xd6\xb2\x45\x4a\xfb\xf4\x8c\x8a\xaf\x23\x53\x91\x2a\xa3\xf9\x63\x00\x59\xf9\x8b\xe2\xf7\x59\xc5\xd8\x72\x11\xf3\x51\xb2\x0b\xb9\x06\x56\x46\xb9\xbf\x7b\x2b\xa3\xea\x74\x39\x7d\x7c\xdb\x98\x02\x37\xbd\x3d\xc3\xff\x5d\xd7\x23\xa8\x45\x7b\xf3\x4a\x13\x83\x0c\xaf\xc0\x97\x50\xfb\x06\xc3\x49\x26\x5f\xe3\x84\x4c\x53\x23\x6a\x58\x0a\xb2\x3d\xf1\xcb\x93\x5e\xa8\x45\xc7\x0f\x4d\x4d\x53\xb9\x90\xa3\x7a\x6a\x75\xea\x41\x6a\x75\x96\xcc\x1f\x49\x98\xf0\x7f\xd3\xd1\xd3\xaf\x49\x52\x5e\x3c\xa9\xcf\xe0\xa3\x9c\xc8\x4d\x37\x9b\x44\x45\x48\xca\x2c\xe2\x34\xf9\x75\x52\x92\x42\x3d\x29\xe8\x32\x80\x23\xbb\xfc\x33\xa4\x3f\x29\xdc\x3b\x12\xea\x53\xef\x4b\xf1\x4d\x60\x59\xe5\x8d\xf3\xbe\xca\xa6\x81\x11\x07\x54\xb3\x6a\x00\xfd\x58\xb7\xff\x80\x13\x58\xfd\x8a\x03\xe3\x66\xe9\x3c\x0e\x2e\x85\x80\x7c\x13\x66\x9b\xbe\x56\x01\x8e\x1b\x3e\xc9\x37\x2d\x36\x4b\xaf\x95\xc9\x96\x35\x31\x41\xed\x0c\xc1\x56\xf8\x54\x63\x21\x32\x51\xaa\x73\xc6\x85\x0a\x09\xcc\xd0\x51\x57\xb7\xac\x25\x9e\xa4\x50\xfe\x6e\x6b\x5a\x45\xa2\xf1\x98\x9d\x37\x44\xe7\xce\xf0\x30\xf7\x0d\x8c\x80\x43\x9f\x2a\x48\x32\x08\x6a\xea\xc8\x01\x30\xe3\x31\x41\x9b\xcd\x73\x60\xf0\x1d\x85\xd5\xbc\x3b\xd9\xc9\x37\x9a\x04\x54\x6a\xc1\x8d\x22\xe3\x50\xd9\x8e\x89\x92\xe5\x61\x1b\xe0\xae\x54\xbb\x9a\x14\x41\x9d\xc8\xa8\x1b\x53\x32\x0a\x03\x6a\xc4\x88\x2f\xeb\xd4\xc3\x14\x15\x26\x91\xf0\xb4\xd8\xdf\x54\xbb\x11\x96\xa6\x2e\xcc\xaf\xb7\x93\x83\x48\x0e\x59\xa9\xa4\xb2\xf2\xc6\xda\xd9\x3a\x1e\x5b\xe1\xd7\x5e\x1a\x08\xc3\x80\xf6\x45\x04\x23\x85\x08\x23\x18\x6f\x38\xb0\x00\x0b\xc6\x88\x86\x50\x54\x92\xa4\x80\xab\x5e\xf4\xe1\x46\x51\x2b\x05\x03\x7c\x6f\xe3\x66\x4c\x76\x96\x70\x67\x24\xcf\x9f\x36\x2c\xd5\xec\x12\x5b\x8e\xbf\x80\x3f\x96\xf2\xc4\x06\x42\x3d\x22\xbf\x4e\xf4\xaf\xb3\xef\x08\x46\xeb\x5b\x04\x39\x39\xa3\x6e\xbc\xc6\x5b\x34\x45\x89\xe4\x04\x69\x92\xa7\xa1\xc8\x2c\x60\x03\x58\xf2\xbd\xbc\xb5\xe0\xac\x5d\xef\xb9\x43\xe6\xfa\x55\x47\x3f\xb4\x98\x9b\xa6\x87\xf9\x83\xe6\x1b\xef\x26\x88\xf8\x27\x72\x40\xac\xf1\x57\xd1\x40\x4f\x54\xa4\x08\x73\xc0\x90\x4d\x4d\x38\x27\x94\x67\xec\xe9\xd4\x1e\x3a\x09\x53\x91\x66\x0d\x53\x54\x39\xed\xcd\x0a\xc8\x1c\x30\x59\x05\x26\xb3\xe2\xaa\xdb\x9c\x88\xd0\x2d\x36\xb2\x81\x78\x48\xaa\xaf\xa7\x07\x42\x09\x0b\x6a\x41\x92\x79\xa0\xd5\xe5\xe2\x8d\xcc\x0e\xf5\x1c\x7b\xe4\xe5\x7e\x9e\x6d\xd9\xd1\x16\x89\xe0\xc1\xb4\x25\xec\xdc\xc7\xd5\x0f\xd3\xca\xe5\x82\x3b\xba\xff\x1d\x8a\x4c\xb1\x85\xe9\x51\x01\xa7\x03\x1b\xc3\x65\x8a\x1d\x51\x11\x10\x60\x06\xd9\xd0\x24\x18\x35\x0c\x1f\x49\xe6\x1c\x21\x8d\x1d\x33\x3f\x2b\x76\xae\x4e\x1f\xa9\x58\xca\x56\x25\x4b\xef\xb7\x6c\xa0\xdf\x98\xac\xd8\x1d\xce\x83\x51\x57\x32\xd1\x51\x9a\x72\x6a\x7a\x7d\xa6\x64\xeb\xf6\x64\xaa\xf9\x90\x90\x38\xda\xd5\x1e\x0c\x25\x95\x9e\x89\x72\x0d\x5f\xec\x77\x6a\x79\x1c\xc9\xa6\xd7\x57\xbb\x88\xea\x53\x9a\x52\xeb\x59\x1b\x81\x6c\xe2\x58\x53\x5d\xa3\x70\x43\x4e\x00\x85\x6a\x31\xe5\xe3\x12\x4e\x5e\x6e\x5d\xcc\x71\x10\x50\x0d\x55\x35\x12\x49\xce\x7c\xbd\xbc\xe7\xb0\x31\x2a\x02\x51\x42\xb4\x62\x77\x7f\xc1\xdc\x26\x5b\xb2\xeb\x9d\xa5\xb9\x61\xca\x69\x79\x0c\xb6\x7f\x22\xc6\xd6\x2b\x9e\x10\xcd\x77\x5a\x50\xda\x50\xc8\x45\x62\x4c\x3c\x37\xe1\xc2\x50\xa0\x6f\x10\x0e\x09\x77\xad\x25\x2a\x0c\xf7\xfd\x67\xe6\xf2\x25\xd4\xf1\x8a\xc3\x8d\x10\x89\xd9\xad\x2c\x82\x44\xab\x8a\x38\x0f\x87\xca\x5a\x6f\x79\xaf\x62\x7b\x34\x2e\x66\xb1\x2b\x54\x51\x1e\x6e\xb1\xfc\x97\xf5\x88\xe7\xf2\x62\xb6\x9c\x4e\xf9\x7b\xf9\xd7\x56\xc4\x9d\x3f\x44\x50\xa7\xa6\xc1\x8d\x53\x63\xb4\x65\x83\xe9\xe5\x0d\x1a\x8b\x39\x3d\x49\xa0\xf5\x90\xfd\x03\x6e\x71\xd8\x99\x55\x4e\x7c\x39\xb3\xad\xa6\xfe\x50\x0f\xa0\x15\x4d\xb7\x9a\xc2\x59\xf0\x21\xa3\x6c\x30\x23\x67\x8b\x3f\x27\xf3\x53\x23\x96\x93\x2d\x54\x08\x83\xce\x68\xf6\xdc\x90\x82\x19\xd9\x4a\x8e\x46\x01\x43\x35\x0c\x49\x84\xeb\x9d\x38\x03\xfb\x4c\xee\x65\x9f\xe4\x53\xf1\x4d\x51\x2e\x1c\xf4\xb8\xd6\x5b\xdb\x67\xa8\xff\x19\x60\x88\x0b\xd4\xff\x11\xab\x8c\x80\x03\x17\x73\x2a\xda\x62\xa3\x86\xfb\x4b\x98\xa5\xce\x2c\xad\x04\x80\xfc\x12\xe1\x19\x05\x2a\xf3\x24\x33\xb9\x2f\x89\x18\x81\x8b\x1a\x47\xc4\x3e\x23\x7e\x27\xe2\x6b\x97\x5c\x40\xe1\x8b\xd5\x6b\x5a\x21\x98\x3b\x3b\xc8\xb5\x06\xc0\x23\x34\x95\x06\xce\xbf\x68\x9d\xa7\x2c\x8e\x7e\x8c\x96\xf4\xbb\x07\x25\x41\x81\x7f\x7a\xf2\xe2\x1e\x6c\xdf\x7b\x86\x32\xbf\x71\x2f\xd8\x3b\x33\x05\x14\x6c\x02\x19\x7f\x13\x8e\xfd\xbf\xcc\xe2\x54\x6d\x83\x40\x56\x8e\xc7\x6a\x9f\xa0\xde\x51\xbe\xe7\xe8\xee\x0b\x16\xa1\xe1\xdd\x4b\x61\xcc\x29\x06\x5d\x31\xba\x53\x45\xfa\x35\xbc\x9b\xca\x0c\x25\xaa\xe4\x42\x18\xc3\x83\xed\xb0\x09\xd7\xe7\x99\x19\x4c\xb1\x69\x04\xae\xca\x1d\x05\xbf\x7c\xb6\x4d\xe1\xe2\x3d\x0d\xe4\xb1\xbe\x47\x68\x40\xdb\xb9\x2a\xba\xa6\xe6\x7b\x81\xf3\x73\x8b\x7c\xce\x4d\x9a\x4e\x82\x35\xd5\xca\xf3\xc9\x9b\xb2\x36\xf4\xc6\xd5\x7d\xa0\x8a\xf9\x53\x76\xba\x82\xda\xe6\xec\x93\x89\x44\xe4\xc1\x3c\xfa\x32\x01\x05\xef\x38\x62\x60\xb9\x69\xf1\x2a\x86\xc2\xdf\x36\x6e\x4d\xaf\xe8\x63\x0b\x90\xd8\x5d\x33\x56\xdc\x8f\x1a\xe5\x46\xf2\xc1\x8a\x04\x9a\xce\x5d\xb6\x23\x1e\x44\x8d\xab\x46\xde\xe8\x3b\x3c\x41\x6c\xa6\x2c\xf0\x69\x50\xc4\xd4\xd1\x6f\xcb\x44\x44\x9e\x09\x1b\xe8\x96\x85\x13\xb4\x13\x3a\x0c\xfc\x89\x19\x3d\xca\x17\x5d\x0d\x7f\xa7\x05\x6a\x67\xf8\xc1\x96\xc2\x92\xfe\x0b\xbd\x2f\x71\x74\xdc\xed\x41\xf8\x82\xfb\x39\xbd\xd9\x4d\x08\xbd\xe9\x7e\xd6\x73\x0d\x46\xe3\xd4\x82\x3e\xf7\xf3\xc9\x66\xbc\x47\xf3\x29\x8c\x1c\x4b\xb2\xbb\x7f\xef\x21\x88\xb9\x97\xbb\xc2\xdf\x2b\x73\xfd\xf6\x38\x88\xed\xd0\x69\xc8\x10\xea\xfe\x98\x54\xcf\x17\x1a\xe1\xc4\x44\x3a\x6b\xa1\x20\x03\x16\xd1\xcd\x61\xf7\xfb\x64\xc8\x13\xfd\x49\x60\x7e\xe9\xfd\x5b\x83\x26\x8e\x75\x11\x33\x99\x2b\xa7\x47\xca\x86\x06\x40\x3d\x1e\xc1\x2d\xaa\x5b\x9e\x94\xb3\xba\xd5\xb6\x93\x9b\x71\x9d\xe3\x36\xdb\xef\x1a\xa2\x5e\x96\x16\xa8\xb5\x3b\x84\x00\xc1\x49\xa7\xb3\x73\x92\x6c\xa7\x7e\x67\x7e\x67\x6d\x39\xe8\x88\xa1\xf2\xc3\x87\xaa\x3e\x29\xdf\x1f\xd9\xbf\x38\x55\xe2\xfb\x01\x2e\x7f\x5e\x75\x6c\x3f\x15\x73\xa4\x2a\x11\xd7\xb7\xa6\x8b\x5f\x09\x5d\xec\xf2\xb4\xe3\x3f\x60\x52\xd8\xb5\x38\xdc\x00\x10\x30\x18\xbc\xb8\x31\x1c\x80\xad\xde\x89\x6a\xae\x71\x8b\x12\x60\x72\x51\xf7\xab\x12\x97\xe8\xef\x12\xe4\xea\x02\x27\x21\x06\x58\xf9\xc6\x98\xfa\x0c\xd1\x46\xb1\xcf\x01\xbc\x21\x2f\x94\xf9\xa7\xe0\x8a\x65\xd6\x72\x75\x6e\x12\x6e\xe4\x97\x50\x2b\x79\xce\x00\xac\x5d\xdc\x78\x3d\x4f\x99\x7f\x94\xd5\x6f\x27\xbd\x24\x3d\x43\xb3\x3f\xcc\x50\x65\x02\x1e\x8f\x98\x36\x50\xdc\xe7\xff\x3f\x26\x28\x31\xb2\x80\xa5\x7c\xe8\x89\x79\xff\x57\x2c\x85\x00\x90\x98\x97\x8c\x3b\xce\xde\xe2\x5e\x44\xe7\x2f\x6a\xb3\xfd\x45\x49\xd6\xff\x6f\xcc\x68\xf8\x5c\xfd\x76\xa2\x39\x6f\x4e\x8e\x9a\xa8\xea\xb7\x53\xc1\x80\x27\xe7\xf3\x7f\x37\x39\x3f\x9d\x16\x26\x23\xb2\x49\xb3\xc1\x45\x79\x53\x5c\xb6\x9d\xcc\x46\xfd\xf6\x6c\x30\x2b\xbe\x8f\xff\x7b\xb3\xf1\x47\x52\xf9\xa7\xa7\xcf\xb7\xbe\xe2\x78\x1a\x00\xde\xf4\xc7\xc3\x90\xb4\xbd\xf4\x21\x53\x4c\x6a\x4d\x51\xcd\x42\x74\xe7\xf1\xe7\xee\xfc\xb8\xa5\x6b\x20\xc0\xc5\x05\x01\x52\x0a\xbf\x3f\x42\x62\x56\x11\x10\x8a\x37\xba\xa5\xe7\xa8\xbe\x0c\x9c\x59\x8d\x08\x23\x27\x12\xc1\x5d\xf5\x9b\xeb\x35\xf5\x84\x18\xb0\x30\xcd\xd2\x1a\xc3\xf6\xb1\x68\xee\x53\x81\x90\x06\xd2\x9b\x7e\x9d\x32\xd6\xac\xa5\x94\x31\x68\xfd\xb8\xd3\x1f\x28\x87\x56\xd8\x47\x1e\xfe\xfc\xc8\x58\x72\xc5\xc3\xb7\x13\x2a\x86\x36\x8c\x60\xf9\xd3\x27\xfc\x38\xa9\x84\x77\xbb\xc9\xb7\x88\x72\x4e\x22\x61\x85\x05\x53\x86\x31\x63\x6d\x40\xbd\xd5\xa6\xa0\x5b\x42\xe0\x3c\x54\x1b\xec\x57\x49\x60\xbb\xc2\xf3\x8e\xb1\xf0\xc7\x90\x4d\x51\x81\x43\xb7\x4c\xce\xc8\x70\x4b\x49\x54\x01\xc5\x0c\x87\x23\xc4\x61\x26\x98\x36\x26\x9f\x1a\x61\x26\x61\x89\xe3\xce\x72\xf1\x9f\x06\xd8\x37\xa9\x66\x61\x89\xd1\xca\xf6\x5b\x0a\x29\x79\xce\x26\x20\x56\xbb\xa4\xc2\x3f\xeb\xde\x9d\x13\xc2\x63\x3b\xe7\x1d\xbd\xb3\x1b\xd3\x70\x7a\x6b\x92\x46\x43\x0e\x58\x89\x37\x2e\x91\x1a\x12\x00\xd8\x3c\x18\x09\x20\xef\xad\xae\xc5\xf7\x36\x5b\x4e\x89\xf2\xd2\x2a\x18\x32\x55\x39\xc0\x27\xdc\xa0\x6a\x08\xf6\x6d\x58\x3d\x37\x6c\xf4\xef\x48\x56\xce\xa8\xd4\xa5\xd7\x24\x78\xc0\xcd\x6d\xff\x7e\x49\x55\xba\xf2\xfd\x07\x6f\x99\xca\x71\x49\x15\x26\x1d\xe4\xb8\x30\x69\xe6\xdc\xcc\xae\x95\xaa\xbf\x70\x76\x3e\xdd\x75\x4b\x89\xfa\x50\x3e\x7b\x9c\xa4\xd2\x9f\x0d\xb1\xf6\xeb\x5d\xd3\x0e\x12\xcd\x61\x1c\x56\x5b\xb9\xe8\xa0\x62\x38\x81\x0f\x05\x23\x99\x63\xb8\x3a\xf4\x64\x98\x8a\x4c\xe9\x6f\xd9\x87\xbd\x89\x9b\xd9\xa1\x52\x4f\x2b\x39\x71\x03\x59\xba\xcb\x3a\x84\xb9\xb8\xcc\xd0\xdb\xaf\xc2\x1f\x29\x44\x25\x71\x93\x0d\x62\x95\xa2\x3d\x17\x93\xd2\x23\x6a\x16\x4d\x31\x63\x84\xb9\x50\x3f\x27\x79\x46\x8f\x25\x08\xb6\x29\x34\x09\xdc\x9a\xa5\x6e\xcd\x71\x0b\x95\x65\x17\xce\xad\xb2\x5c\x9a\x78\x19\xa3\x4d\x9a\x5b\x7b\xb9\xce\x73\x7e\x94\x7e\x2a\x76\x6e\x79\x72\xe3\x3e\xb5\x4d\x3d\xb5\x63\x8d\x94\x9e\xda\xa7\x6e\x1d\xf2\xcd\x84\x8e\xa3\xa3\x73\x6b\x6b\x6a\x82\x23\x8c\xf0\xec\xdc\x8a\x65\x3e\xcf\x39\x96\xb4\x34\xce\xad\xaa\x2c\xb8\x43\x2e\xa6\x86\x5c\xc2\xad\x39\xbb\x4e\x9d\x7b\x33\x55\xc1\xbd\x25\x23\x38\x38\xf7\x16\xaa\x86\x7b\xa8\x6f\x50\x4f\x4d\x55\xc6\xed\x48\x2e\xd5\x91\x21\x93\x0c\xa2\x96\x3d\x7b\xab\x68\xea\xd9\xc2\x29\x37\xf1\xdc\x59\x9c\x7a\xce\x2c\xce\x3c\x77\xaa\xe6\x1e\xcf\x07\x05\x9b\xd9\x5b\xfe\x4a\x2e\xcd\xb7\x2a\x92\x9c\x24\xd4\xa5\x83\x12\xea\x17\xfd\x3d\x96\x9a\xcb\xf2\x89\x3c\xa4\xe2\xf4\x5b\xb9\x38\xb8\x9b\x47\xef\x80\xb9\xdc\xc0\x44\xb6\x96\x54\x55\xab\x31\x87\xc2\xd4\xae\x57\x14\xef\x08\xd8\x0a\xa7\x88\x6c\x9b\x51\xc9\x68\x55\x96\x73\xd4\x23\xe9\x01\x79\x6a\x86\xa8\xea\x76\x8e\x22\x83\x82\x29\xb1\x93\xfb\xee\x6a\xc2\x98\x7e\x89\x9f\x32\xa7\xf8\xfd\x73\x66\x15\x0b\xde\xa2\x45\x8a\xa7\x19\xc9\x21\xc3\xfe\xee\x39\xdb\x74\x3d\x69\x65\x3f\x44\x34\x31\x7d\xef\x0d\x89\x9d\x85\x23\xd2\x9a\x3e\x4b\x8c\x4e\x47\x40\xcc\x6c\x26\x05\x92\xc4\x8c\x5d\xa4\x81\xf0\x29\xcf\xbd\x77\x1e\x36\x92\xe2\x49\x1d\xca\x94\x63\x06\x77\xe0\xcc\xf1\xed\xdc\xe7\x33\x8e\x2c\x8d\x1c\x2d\x97\xe4\x6a\x0e\x84\xf8\x2a\x2c\xc1\xd4\x67\x39\xcd\x7a\xb9\x66\x74\x6f\x98\x0b\x92\x37\x17\x18\xbe\x78\x51\x84\x19\xe3\x7c\x6a\x20\x6f\xab\x44\xd0\x4f\x9d\x32\x81\x2e\x9c\xf1\x60\x05\x09\x7b\xfd\x78\x1b\xb0\x12\xa7\xf9\xf9\x18\x66\x70\x7a\xd4\x54\x6e\xef\x9c\x4e\x78\xdf\x71\x4f\xbe\xa4\x98\x94\xf2\x30\x2e\x49\xf3\xd6\x40\x88\xb7\xac\xd2\x8a\x2f\xe0\xe2\x5a\x08\xe9\xa9\x9e\x03\xcb\x6c\xa3\xca\x39\xc8\x7e\x8b\x70\x82\xa0\x8c\x1c\x67\xc4\x6f\x51\xc8\x22\x3c\x6c\x28\x31\xf9\xb5\x4c\x86\xae\x60\xc5\xf1\x05\x53\xe2\x6c\x88\x3f\x51\xf6\x4f\xff\xe6\x55\x44\x48\xee\xc1\x9f\x3a\x14\xfa\x45\x41\x9f\xca\x5f\x05\xd9\x04\x1a\xbb\x06\xea\xba\xfa\xf2\x88\x8c\x6a\xfe\x56\xea\x06\xa1\x5e\x1b\x80\xd8\x3e\x1f\xf7\x94\x74\xdb\xdb\xf1\xef\x3d\xff\xce\xf3\x6f\x8f\x7f\x17\xf8\x77\x91\x7f\x9f\xe8\x77\xf0\x06\x8f\xcf\x37\x45\xc7\x91\x19\x73\x86\xf8\x8f\x70\x0b\xb3\x11\x8a\x5d\x44\xab\x00\xf9\x3e\x0c\xce\xbd\x0a\xcc\xf9\x49\xee\xbc\x00\x8a\x7e\x7e\x7d\x7b\x42\x82\xbf\x5d\x6d\xda\x3f\x5b\x08\x24\x0d\x93\x2a\xd1\x5f\xa3\x02\x57\x65\xe9\x91\x17\xb5\x00\x58\x18\x55\xc2\x1a\xa1\xe7\x64\x30\x40\xb0\xd8\x87\x47\x51\x30\xca\x53\xb6\x63\x07\x5a\xa9\x40\x5f\x6f\x8a\x18\x15\x26\x3a\x73\x10\x62\x67\x56\x42\xc2\xdf\x14\xd1\x17\x9d\x89\xa7\x2c\xa2\x00\x19\xc3\x15\xd7\xce\x0e\x87\xd1\x15\x39\xb0\xbb\xd9\xff\xa5\x27\xef\x79\x4e\xec\x49\xe4\x88\x07\xb6\x4f\x14\xc4\xa3\x1e\xce\x84\x2b\x28\xda\x79\xfe\xed\xf1\xef\x1a\xff\xae\xf3\xef\x0a\xff\xae\xf2\xef\x61\x8c\xdf\xa3\x18\xbf\x33\x7c\x3f\xc7\xf7\xc7\x04\x31\xa1\x1e\x28\xbd\xe4\x7c\x41\x59\x06\x21\xad\x41\x83\x5e\x32\x74\x83\xee\x2a\xf9\x57\x7f\x1d\x81\x4f\xd1\x39\x20\xc7\x3a\xe7\x58\xa3\xcf\xec\x29\x08\x85\xfa\x85\xca\xc6\x14\x68\x82\xd2\xd4\x7d\x94\x51\x19\x72\x89\x8c\x6a\x9c\xfe\x6c\x5b\xf8\xc2\xf0\x8d\xec\xab\x08\x3f\xc9\x2f\x02\x93\xde\x19\xfd\xbd\xe7\x4f\x9a\x69\x3c\x79\xf6\xf4\xed\x70\x48\x84\xda\x30\x42\x9d\xa6\x30\x12\xc5\x28\xdb\xd1\xa7\x9a\x82\xfe\xb3\xb3\xf4\xe4\xa7\xfe\x91\x68\x4d\x62\x7c\xc8\xb1\x96\x2b\x94\x98\x6d\x58\x3a\xee\xd0\x4b\x7f\x98\x09\x24\x7d\xb5\x59\x4a\x00\xc7\xef\xe7\xd6\xea\x0f\x1f\x0b\xc9\x4e\x1e\x0a\xf1\x42\x86\xdf\xef\x0d\x26\xe8\x7b\x66\x0a\xee\x1e\x00\x7c\xa6\xe6\x45\x77\x14\x46\x34\x8d\xb6\x84\xca\xe2\x7b\x72\x33\x6b\x5d\x8c\x72\x81\x27\x7a\x8b\x9d\xb2\x83\x51\x9e\xb3\x29\x19\xca\x96\xc9\x7e\x7c\xb5\x1f\x5b\x55\x20\x5c\x74\x4f\xe4\x80\xef\xcd\xf7\x7e\xd6\xe2\x13\x86\x7a\x5f\x4d\xfe\x23\x74\x54\xda\x80\x8f\xc5\x7c\x4a\x26\x49\xee\xff\x9c\x98\x70\x78\x7d\xa6\x29\xaa\xff\x7f\x41\x51\x54\x4d\xf4\x5f\x51\x94\x3a\x37\x5c\xce\x48\x30\xf6\xbc\x08\x73\x74\xb1\x05\xda\x29\x16\xc9\x11\x30\x88\xb7\x7e\x32\xc4\xb2\x1c\x62\x78\xfd\x91\xa9\x9d\x8e\x24\x89\xa3\x1e\x55\xc3\x04\x1e\x2f\x31\x39\xfc\x0a\x75\x3f\x59\xfb\xf6\xc0\x27\xdd\xca\xff\x2c\xed\x5b\xa9\xcf\x68\xae\x97\x93\xe3\x92\x72\x46\xa7\xb5\xda\x7f\xb9\x5f\xbc\x9f\x47\xb7\x66\xce\xaa\xb5\xc5\x45\x9a\x74\xc6\x13\xab\xf5\x35\xab\xbf\xaf\xce\x33\x23\x05\x77\xe6\xe0\x6b\x33\xb5\xb0\x10\x4d\xea\x69\x0d\x31\x9f\xf4\x9f\x00\x60\x64\xec\x8f\xba\x79\x3a\x72\xcf\xfd\xa2\xc4\x83\x8a\x5a\x6b\x22\xdf\xf0\xd1\xb7\xe5\xa3\xef\x3f\x71\x74\x86\xc2\x7f\xde\x3b\xbd\xbd\xdb\x61\x75\xbe\x16\x76\x09\x7d\x61\x8a\x17\xe7\x28\xfc\xa3\xcb\x96\x66\x2a\x14\xf2\x97\xe6\x3c\x37\xca\x53\xc2\x7c\xc3\x7f\xb8\xa0\xf2\xd4\x1c\x6e\x80\x5d\x9b\x93\x5b\xd3\xab\x40\x44\xbf\xf2\xb1\xcb\x43\xb4\xcc\xf4\x2f\x57\x7e\x7f\x73\xe5\xbb\x42\xb5\x8d\x20\x82\xd9\x15\xbd\x32\xe4\xd2\xeb\xc3\x51\xf7\xae\x32\x6d\x71\xcd\xc5\x48\x34\x3e\x27\xb7\x8f\x1e\xad\xbd\x5b\x86\x4b\xba\x8e\x5f\x97\xa7\xb1\xc3\x29\xd4\x7b\x35\xfd\x2c\x11\xbf\xff\xb6\x64\x19\x38\x3b\x10\xe1\x67\xf3\x7f\x45\xec\xca\x25\xf6\x50\xf8\x0f\xeb\x98\xb3\xf5\x6f\x6c\xdd\xba\x64\x74\xa5\xc1\x24\xb5\x75\x7f\x63\xeb\xc2\x15\xe3\xc9\xf4\x2b\xd4\xe3\xad\xad\x5b\xd9\xa7\x3f\xa3\xa9\x7e\xa2\xd2\x5b\xf7\xdf\x2f\xa0\xda\x37\xf2\x67\xc8\x35\x67\x8f\x83\x46\xb6\xb4\xdb\xde\xb7\xe8\x39\x8e\x8d\xee\x3b\x19\xc6\x96\x80\xcc\xdf\xcc\x90\x9d\x4e\xb2\x78\x95\x5d\xa7\xc0\xcd\x79\xcf\xc0\x2d\xd8\x1b\x1d\x18\x10\x0e\x88\xa4\x23\x69\xd1\xef\x0a\x7b\x62\x0e\x8c\x7f\x47\x15\x8b\xf9\xef\x86\xf3\x77\xb9\x18\x70\x30\xe2\x5c\xa9\x55\x17\x68\xce\xbb\x0c\x7b\xf8\xb5\x48\x55\xbc\xd2\xca\xa6\xb2\x46\x00\x4e\xaa\x2a\x4b\x55\x06\xac\xa8\xa2\x64\xa7\xfb\xdb\x14\x83\x0b\xc9\x14\xf8\x4e\x95\x21\x45\x41\x1a\xbc\x84\xb6\x50\x65\x65\xf1\x12\x44\xb4\x92\xd9\x61\x53\x3d\xbd\x0d\x8b\x57\x61\xf0\x5e\x29\xf8\x43\x2c\x79\x48\x8e\xde\xbb\x02\xd5\x94\x2c\x9a\xdc\x90\x5d\x86\x73\xdb\xfb\x42\xbd\x1b\xeb\x5d\x92\xc3\xea\x0b\xff\x09\xef\x89\xe6\x80\x03\xee\x2e\x60\x88\xa4\xdf\x91\xc5\xf1\x23\x86\x31\x81\x6b\xea\xc0\xae\xa9\x78\x90\x6a\x59\x61\x5c\x84\xd1\x26\x80\x90\xc2\x5d\xd8\x20\x36\xbd\x33\x61\xd0\xa8\xea\x73\x36\x55\x98\xd5\x94\x51\xdd\xd5\x11\xcb\x3e\x4b\xb7\xe3\xc2\xbc\x9e\x34\xd5\xbb\xf2\xc6\x2c\xc3\xed\x56\x80\xfa\xe1\x0a\x9d\xe7\xe4\x7d\x85\x3a\x52\xe1\xb7\xe9\x76\x28\xbc\x1a\xb8\x38\xf2\x55\x0f\x9c\xd0\x03\x82\x41\x9b\x3b\x9e\x5f\x00\xb7\x96\x2f\x47\xf9\x4d\x83\xc2\x0c\xcf\x36\x76\x3d\xf4\x16\x1c\x6a\x85\x4a\xf5\x62\xe1\x04\x09\x92\xe9\x84\x83\x97\x23\x67\xe2\xdb\x28\x93\x93\x89\x69\xbc\x5d\x13\xbb\x7f\xa0\xf1\xab\xcf\xfd\x06\x65\x97\xd3\xb1\xe3\xea\xfd\x54\x40\x9d\x4d\xcf\x94\x41\x5a\x90\x29\xf1\x65\x9f\xd7\xf3\x1e\x34\x16\x67\xe9\xbe\x47\xa4\xdf\x4b\x15\x69\x44\xc7\x5c\xa4\x9e\x04\x65\x69\xb3\x9a\x5f\x45\x55\xbe\xe4\x89\xc4\xc6\xea\x21\x17\xbb\xf4\x5e\x8b\x53\x99\xf4\xab\x22\x27\x7f\x14\x9b\xd9\xa5\x52\x45\xc9\x0e\x2f\xc4\xe5\xec\xe4\xa2\x6e\x8d\x78\x6c\x3f\x05\xfc\xa5\x7a\x66\xc8\x92\xc8\x78\x8f\x76\x52\x71\x14\x32\x45\xa9\x16\x55\x35\xbd\xd1\x5e\xb5\x94\xa6\x9f\x19\x23\x63\x21\xca\x01\x78\xa9\x53\x41\x24\x49\x1f\x3c\xc9\x9b\x21\x57\xb0\x80\xff\xbf\x90\x47\xe8\xb3\x87\x44\xef\x41\x92\x1e\x7f\x1b\x78\x21\x11\x96\x51\x60\x10\xc1\x9f\x07\x8a\x55\x7e\xcf\xce\xef\xb5\x02\xd8\x16\x0d\x71\xa4\xb0\xd8\x10\xd6\xf8\x4e\x76\x23\x85\xba\xa7\xe0\x86\xe0\x09\xe3\xd9\xb7\xac\xa1\x62\xf6\x9e\xf5\x45\x13\x03\x8a\x46\x39\xaa\xb2\xfb\x31\xa4\xfc\x83\x36\x4f\xcd\x9c\x10\xc1\xc6\x24\x5c\x2e\x64\xee\x84\x25\x2e\x51\xde\xad\x7a\x5c\xa2\x2a\xe6\x8a\x2a\x48\x3d\x8d\xb6\x28\xa2\x3e\xa4\x84\x06\xf5\x50\x05\x24\x42\xbb\x42\x60\x08\xea\x61\x86\xd2\xaa\xdd\x29\x4d\xb3\x7a\x1a\x1d\x41\x48\xc3\x23\x1d\x8c\x4f\xe7\xba\x0f\xe8\x26\x60\xa5\x3f\x2d\x90\x24\xd2\x85\x39\xc8\x7f\x5a\x03\x05\x31\x46\xbd\xaa\xcd\x3b\xe9\xda\x77\x64\x10\xdf\xe6\x68\x6f\xf5\x96\x73\x7a\xd5\xf3\xee\x9d\x02\x75\xf7\xd4\xf4\xf3\xf0\x4e\x7c\xe8\x81\x4e\xbf\x18\x30\x1f\xed\x39\x82\xfe\x1f\x4e\x14\xd5\xda\xd7\xf3\xac\x5e\xe0\xdc\xa1\xca\x41\x8f\x80\x3f\x79\xa6\x0c\x9a\x3e\x5d\x7f\xa1\xeb\x54\xc6\xb6\xf3\xa6\xbb\xf4\x38\xc8\x7e\x6b\xd1\x9b\xec\x41\x6a\xc4\x34\x31\x97\x54\xd8\x3b\x06\x80\x0d\x2d\xc8\xf7\x80\xb6\xf4\x3b\x72\x8e\x44\xf6\x24\x55\x5d\x3d\xc6\x47\x97\x66\x0e\x9c\xe3\xa2\x07\xf9\x24\xb2\x53\xa5\x1e\x16\xf2\x7c\xb6\x86\xe0\xe6\x52\x66\x0b\xa1\x7a\x8a\xe5\xf8\xc4\x55\xef\xcf\x19\x0b\x4b\xe4\xc9\x3c\x7e\x4d\xa5\x97\xb1\x91\xec\x9e\x2c\xe0\xd7\x77\xd1\x69\xbc\x97\x25\xbe\x5a\xb6\x6d\x4b\x21\x52\x84\x7a\x15\x5c\xab\xc8\xd1\xb1\x05\x4d\x2b\xeb\x54\x93\x27\x71\x6a\x47\x3c\xd5\x54\xa7\x44\x7e\xdf\x56\xd9\xb8\xe4\xa1\x42\xca\xe0\xa1\x41\xe0\x01\xfa\xad\x3b\xa3\xd0\x20\xe1\xa5\x53\xba\x87\x61\xd6\x86\x41\x74\x4f\x14\x12\xa0\xee\xce\x1c\x2d\x36\x47\x84\x50\xaf\x02\x6d\x64\x28\xcb\x07\x00\x68\x56\xf6\x8a\xf3\xcb\xab\x7b\x32\x97\xd5\x29\x26\x96\xa9\x7c\xc8\x85\x34\x47\xfc\xff\x8d\x2f\x2d\x77\xd4\xe5\xbb\x4a\x81\xdf\x5c\xa5\x37\x07\x18\x11\xbf\x67\x8c\x05\x7a\x1d\x15\x4d\xf5\x42\xfd\x82\x51\x55\x3a\x49\x77\x35\x20\xc3\xbd\x60\x22\xce\x9f\x9a\x49\x77\x30\x51\xa7\x4f\x52\x5b\xf8\x48\x7c\xcd\xed\x80\x0b\xca\xe0\x3c\x73\xd2\x4a\x54\x59\x9e\x3f\x13\xaf\xa0\x9a\x51\xb1\x8b\x00\x06\xbd\x3b\xdd\xbc\x7f\x6a\xc3\x71\x42\x19\x77\xd1\xfa\x0d\x99\xcf\x6d\xc2\xa7\x52\xf3\x83\x53\x79\xfe\x58\x63\xfc\x44\xdd\x4b\x2e\xd8\xd1\x5e\x91\x8d\x31\xf8\xc4\x6f\x33\x30\xee\xd2\x24\x19\x98\xd6\x5e\xa7\xb8\x3a\x98\x15\x39\x23\xc0\x93\x46\xac\x8c\x68\x61\xee\x60\xeb\xfe\xbd\xdc\xb4\x50\x49\xb1\xe8\xa6\x0c\x9c\x4d\xf9\x02\x3d\x82\xc2\x8a\xc0\x14\x27\x12\x6d\x3e\xf0\xdd\x98\x8f\xe0\x35\x69\x94\xa8\x34\x2b\xda\x73\xea\x45\xe3\x61\xc1\xaf\x73\x7b\x17\x0a\xe5\xf6\x43\x91\x79\x91\xed\xea\x23\x09\xdf\x92\x0a\xf5\xca\x35\xf8\xf1\xa4\x1f\x25\x58\x40\x3f\x68\x59\x0d\xe8\x94\x7e\xaf\xd9\x77\x44\x16\x1d\x4f\xaf\xea\x03\x93\x45\x7e\xd6\x02\x64\x4d\xb1\x04\xe7\xc9\x0e\xef\xe2\x48\xb5\x22\xe9\xc3\x95\x8b\x8d\x10\xd9\x8d\x70\x78\xd0\x54\x95\x6b\x1e\xc9\x0d\xd7\x2d\x0c\xcc\x63\xa1\x50\xf7\xa5\x7b\x5c\xc4\x37\x0a\xf4\xca\x97\xfd\x11\x11\x7f\xd4\x41\x8e\x33\x6e\x67\xda\xba\xc5\x92\x64\xbd\xa3\xcc\xb5\xcd\xc5\xa1\x14\xaa\xde\xc4\xef\xe1\xf5\x13\xc1\x13\xdd\xe2\x45\x9e\xc2\x15\xb8\x99\x62\xb4\x65\x92\x48\xfb\xb1\x84\x01\xe2\x59\xac\x58\x65\xf6\xee\x00\x2a\xc8\x98\x9f\xa8\x19\x50\x85\x70\x47\x8c\xf8\xf8\x69\xd6\x55\x3d\x8c\xcf\x01\x72\x20\x3a\x94\x03\xa1\x85\xc3\x8d\x44\x65\x44\xc2\xe8\xfa\xd2\xad\x7e\x01\x47\x8a\xdc\x5d\x45\x18\x63\xa6\xaa\x36\x43\xd1\x66\x2a\xfb\x24\xda\x7a\x29\xe2\x3b\xaa\xa0\x59\x93\x39\x18\x1c\x21\xdc\x20\x78\xc9\xbf\xc3\xe1\x00\xc4\x9e\xca\x8c\x6a\x44\xff\xce\x9a\x72\xa4\xe8\x33\xed\x99\x32\x96\x33\xc2\x01\x5b\x02\xcb\x5a\xc8\xd1\x8e\x15\x9a\x0f\x21\x3e\xf2\x00\x52\x3c\x3f\x40\xbf\xc5\x9c\xc1\x49\x38\xe4\xa8\x22\x4e\x0a\xf1\xcf\x72\xf2\x99\xed\x8a\x68\x29\xa9\x0a\x8d\x88\x25\xb3\x81\x41\xee\x48\xb5\xa3\x7f\x67\x9c\xdf\x0c\xc3\x11\xac\xe4\xc5\xd5\x28\x63\xab\xb5\xb5\x29\x0b\xfe\xa9\x2a\x4b\x17\x4f\xea\x93\xf9\x75\xcb\x22\x5d\x3f\x35\xaa\x3f\x8f\x49\xf3\x56\x77\x4c\xea\x78\x73\x4c\x5d\x84\x4e\xf9\x5b\x3d\xa6\xce\x4f\x63\x0a\x44\x34\xba\xec\x3e\xb0\x30\x0f\xe0\x36\x3b\x60\x0f\x98\x7b\x6d\xdd\xed\xbb\xba\xba\x1c\x0d\x69\x58\xfa\xde\xfd\xea\xe6\x48\x07\x66\xa4\x5d\x0e\x65\x8f\xb2\x83\xbf\x8f\x99\x26\xf0\x8c\x13\xaf\xc0\x3b\x4f\xef\x69\xb1\xe1\x21\x1b\x5f\x77\x15\x58\xb1\x5d\x26\x34\x55\x6f\xd0\x9b\xe6\x38\x95\x5f\xaa\x47\x0e\x92\xa4\x18\x87\xd7\xca\xad\x33\x42\xf4\x2a\x7c\x04\x5e\xbe\xec\x1c\x78\x18\x51\xb7\x82\xff\xc7\xb2\x0a\x7e\x73\xf1\x86\xd7\x32\xe1\xca\x22\xdf\xa2\x7d\x80\x81\xe1\x35\x06\x7c\xc6\x6b\xfe\x64\x1e\xc6\x5b\xda\x35\x06\x6a\x9c\xed\x52\xdf\x13\x1b\x19\x7b\x4e\x91\x1c\xaf\x0f\x0c\x00\xcd\xd9\xd7\x3d\x1c\xa3\x40\x8c\xc9\xd1\xe6\xdc\x80\x99\xd0\xb7\x19\x70\x4b\x74\x6f\x1f\x83\x8b\x68\x38\x4f\xaf\x4d\x81\x80\x72\x51\x14\x58\x29\xbb\x1c\x45\x74\xde\x59\x90\xae\x50\xed\x09\xe6\xf1\xbf\x43\x42\x5a\x79\x1e\x06\xf7\xb5\x63\x0b\x85\xe9\x66\x73\x9c\xca\x6a\x38\x86\xcf\xd0\x8b\x19\x02\x95\xfb\x09\x7f\xbb\x23\x9d\x14\x70\x24\xbc\x20\x40\x98\x44\xcf\x48\x2b\x0b\x4d\x51\x9a\xb8\xa7\xd5\x68\x8a\xd3\x78\xfd\x84\xad\xd2\x83\x1b\x1a\xe0\x76\xa2\x93\xa1\xf5\x38\xca\x8d\xd6\x4b\x0b\xf2\x85\x1f\x6e\x7b\x26\x16\xb8\x2d\x8a\xb2\x49\xe5\x08\xeb\xc8\xfb\xdf\xd0\x41\x50\x34\x19\x10\x05\x09\xf0\x70\xdd\x37\x2a\x13\x09\x09\x81\x91\x42\x29\x9c\x7b\x89\xe8\x8f\x8f\x19\x18\x31\xcb\x24\xa2\x97\xe7\x10\xc8\xea\xb6\x91\x8a\x38\xd2\xda\x03\x33\x95\x48\x88\x15\x45\xf3\x46\xd5\x0d\xa9\x0e\x64\xa1\xee\xd3\x1c\xbf\x64\x23\x11\x0a\xc2\xb8\x99\x4a\x72\x0a\xbf\x50\x85\x44\x53\xd7\x37\xf1\x53\x11\x67\xbc\xdc\x3d\xe0\xb4\xe2\xfb\xcc\xe4\x7e\x9b\x88\x66\xad\xcc\xcc\xd8\x49\xb1\x0b\x16\xb8\x1f\x65\x68\x17\xf4\x41\x89\x9d\x12\xe9\x04\xb1\x7a\xc9\xd6\xa4\x38\xa8\x3a\x65\x47\x4e\xa5\x59\x45\x16\x85\x6a\x0b\x9a\xa6\xba\xa4\x53\x4f\xe9\x1e\xe6\x18\x87\x0b\xb2\x22\x41\x4e\x3c\x22\x83\xa1\x84\x4b\xa1\xbe\x85\xa0\x45\x67\xf5\xc9\xd2\x00\x94\xdc\x17\x44\x7d\x28\x84\x72\x4f\x53\x1f\x24\x08\x1d\x51\xbe\xfe\xde\x86\x6c\x03\xa4\xe8\xbd\x01\x2a\x41\x5f\x22\x76\x0e\x45\xce\x08\x0f\x7c\x39\xf4\xda\x5a\x89\x4d\xe8\x93\x7b\x25\x3a\x07\x16\x1d\x53\xb2\x46\x88\xb0\x36\xf2\x87\x1b\x91\xa1\x5b\xa2\x9a\xab\x77\x4b\x38\x46\xc7\x7c\x6f\x84\xf7\xe1\xae\x18\xca\xed\xd7\x8d\x09\x8b\x56\x2c\x1f\xff\x7c\x57\xff\x2e\xf7\xcc\xab\xc8\xdb\xfb\x6d\x51\xe2\x63\x44\xf4\x76\x73\x14\xc5\x5e\x07\x62\xd8\xad\x69\xee\x92\x84\xff\x18\xae\x61\x2b\x99\x91\x81\xa8\x90\xc8\x41\xc4\x57\x7f\x3b\x52\x31\x41\x56\x4d\xfc\x12\xc8\x35\x87\x84\xa5\x25\xcf\xc9\x84\x36\xbb\x7f\x96\xe9\xdb\x84\xd5\xf9\x54\x22\x4f\xfa\xbd\x27\x53\xdb\xbc\x23\x82\x99\x04\x78\x40\x77\xdc\x71\x21\xfd\x26\xe4\xb3\xef\xee\x3a\x09\x50\x9f\x3f\x92\x7b\x5c\x1c\x02\x34\x6d\x40\x63\xcd\x31\xa8\xe0\x30\xc8\xda\x72\x9c\x23\xd2\x17\xef\x4c\x4e\x44\xff\x69\x49\x0e\xc3\xc7\x3f\x0b\x47\x87\x47\x2b\x1c\x6d\x7b\xf6\xef\x7c\xa1\x79\x43\x38\xa2\xca\xf3\xf5\x0b\x31\xe8\x95\xc4\x20\x94\x7c\x6e\x93\x4f\xf4\x1b\xf8\x03\xa7\x96\x91\xe1\xd5\x56\x66\x20\x31\x2e\xa9\xee\x43\xb1\x37\xa5\x7d\xbb\x90\x23\x3a\x45\x0a\xbd\x6f\x20\x50\x74\x72\xcd\x6c\x5f\x14\x7b\xdf\x5f\xbc\xd9\x43\x51\xea\xcd\x1a\x2c\x6e\xae\xe7\x80\x01\x43\xd9\x96\x91\x8c\x91\x1d\xa0\x1f\x0a\x44\xb9\x47\xd1\xf2\x84\x7a\x9d\xe9\x2d\x64\x81\x96\xa8\xda\x23\xb9\x2c\x63\xe4\xb2\x3a\x6c\x69\xe2\x6f\xa2\x98\x28\x1f\x5b\x56\x03\xa1\x59\x87\x14\xd4\x25\x01\x88\x0b\x9a\xb4\x77\x9c\x72\x52\xdc\x72\x6a\xa7\x0f\xfc\x55\x2d\x0d\xbc\x56\x24\x0f\x22\x10\x4a\x95\xec\xf8\xfb\xc9\x21\x37\xa2\x29\x52\x2b\x79\x31\xc0\x0a\x51\xfb\xcb\x84\x26\xc7\x8f\x41\x5d\xe1\xa3\x5e\x91\x57\x2d\xaa\x37\x7c\x9c\x91\x0d\xf8\xc7\x09\x07\x00\x68\xa3\xac\x90\x1e\xf1\xbf\x61\x61\x70\x5f\xce\xac\x87\x20\xca\x4d\xb1\xa1\xf4\x39\x31\xf1\xb3\x4a\xf8\xc4\x3b\x54\x65\xf8\xf3\x0b\x4e\x50\x65\x3b\xf5\x4f\xfa\xaf\x08\x7e\x45\x11\x4f\x6d\x73\xcf\xd1\x88\x43\x21\xfa\x08\xa2\xca\x76\x29\x4c\xec\x5a\x34\x14\xc5\xf6\x5f\x26\x59\xcf\xe3\xeb\xff\x67\xa6\x51\x73\x85\x41\x32\x6f\xdb\x86\xf3\xc8\x4f\x13\xa7\xb7\xe3\xdf\x26\x27\x18\x35\xff\x28\x4d\xfe\x7d\x9a\xa8\x94\x1b\x4e\x8a\xae\x10\x25\x69\xa7\x4c\x1c\x6e\x98\x37\x8a\x8a\x80\x02\x02\xda\x65\xa6\xd0\x19\xd1\x2e\xa6\x01\xb4\xb0\xdb\xfd\x9d\x16\x6e\x0f\x29\x12\x41\xb1\x61\x5f\x54\x86\xe6\x73\x5a\xfd\xe1\x99\xf7\x44\x66\x3c\x49\x11\x1c\x1b\x69\x01\x4e\x54\xff\xba\x1d\xff\xcf\x29\xe5\x06\x91\x84\x94\x09\x62\x89\xc2\xcc\xd2\xbf\x9f\xc1\x9e\x38\x74\xaa\x0d\xad\xc3\x2b\xdd\xf9\x2d\x09\x8f\xfe\x4c\xed\xe6\x89\x25\xc0\x47\x02\xdc\x54\x4e\x0e\x29\x6b\x4c\xd3\x0a\x20\x3b\xea\x0c\x40\x68\xda\x40\x98\x23\xf9\xe3\x69\x0a\xe1\xfd\x43\xf3\x68\xc2\x01\xdf\xe0\xc2\xeb\x16\x4c\xbb\x93\x49\xd8\x71\x48\x40\xdb\x14\x61\x02\xe9\xb9\xdc\x70\xbf\xb6\xde\xe8\x07\xda\x94\xc6\x76\x67\xc4\x81\x3d\x7a\xa9\xcf\xe9\xb6\x50\x6f\x1e\xdc\x14\xf9\xc1\xc5\x19\xde\x16\xc1\x3b\xdf\xdb\x15\xae\xac\x3f\xe0\xcb\xe6\x0c\x6f\x5a\x4e\x0f\xfe\x2a\xbe\xbe\x12\x81\x10\x66\x93\xb6\x95\x95\xc2\x9b\x3b\x38\x18\xc9\x62\xfb\xe2\x68\x87\xb9\x4b\xdd\x8f\xeb\x8c\xab\xc7\x71\x9c\x75\x96\xee\xf5\x11\xbe\x97\x85\x76\x42\xd8\x8d\xdb\x3b\xfd\x15\x41\x3e\xd7\x8b\x4a\xa8\xe3\x30\xd7\x83\x94\x77\x5c\x86\xd4\x16\x09\xc5\xc9\x4c\xe2\x51\x90\xe7\x5a\xa1\x6d\x11\x2c\x54\x15\xb6\x97\xd3\x99\x31\x94\xc8\x46\x30\x81\x2f\xa4\x3c\xf6\x1d\x6d\xf9\xcf\xa6\x8f\x40\xa8\x87\xd5\x4e\x22\x05\xba\xad\xc5\xb6\x29\x84\x82\x8f\x2d\xf2\x08\xc9\x39\xb2\x47\x62\x7a\x05\x1f\x78\xd4\x97\x3e\xe2\x25\xc9\xe4\x9f\xd9\x28\xa9\xbc\xb1\x68\x38\x5f\x52\x9f\xfa\x4b\xaa\x00\x2e\x13\xf1\xb3\xd1\xbe\xc4\xba\x45\x64\xb0\x37\x10\xdf\x99\x87\xce\xd1\xd9\xc2\x92\xd3\xc6\xf8\x4a\x23\xf2\x13\xb4\xf5\x90\x42\xe1\x97\x81\x0f\xfa\xca\x76\xac\x39\x6a\x11\x16\xe4\x76\xc9\x81\xda\xc4\x9c\x96\x40\x5a\x59\xca\x3d\xd3\xc6\x90\xeb\x24\xac\x32\xd4\x17\x4d\x6c\x61\x1c\x4c\xf0\x89\xca\x19\xba\x00\xa6\x70\xd3\x72\xe4\xa7\xdc\x9f\x66\xf0\x96\x7c\xa4\x67\x73\xb1\x97\x26\xa1\x5c\xb4\x4b\x63\x38\x81\xf3\x98\xcc\x57\xae\x27\xd5\x29\x2d\x39\xb0\x3b\xaf\x6e\xcc\x46\x5d\x15\xd0\xf3\xef\xfa\xb9\xe5\x88\x83\xdd\x91\xfb\xb4\xda\xaa\x29\x94\xab\xb5\xcc\x71\x3b\x48\x88\xed\xdd\x8c\xe3\x46\xf5\x7c\x4c\xf2\x81\x31\x59\xfb\xc7\xc6\xf0\xcc\xf0\xe0\xfb\x56\x6a\x50\x49\x30\x6f\x9d\x45\xa7\x52\x4c\x2e\xac\x45\x63\xce\xf1\x75\xf9\x96\x2b\x6f\xf6\x2b\xd0\xd0\x61\x71\x53\x7b\x95\x99\xc3\x5e\x8a\x58\x71\x3d\x16\x7c\x80\x02\xd1\x19\x53\xb4\x48\xeb\x54\xbd\xbf\x47\xee\xda\x61\x2a\x9d\xa4\x88\xe3\x34\x89\xce\x50\xf7\xf3\x05\x92\xe3\x91\xbf\x2a\xc2\xf3\xca\x4f\xcc\xb4\xb4\x1f\x2f\xcd\xb4\x0b\x3c\xd0\x39\xe0\x2d\xe1\x68\x01\xd4\x38\xb6\xd1\xbe\xe1\xfe\xe6\x3e\xd4\x93\xa7\x28\xd3\xda\x9d\xcc\x88\x64\xf1\xbb\xb0\xcc\x94\xa4\x35\xec\xb5\x14\xea\x65\x6f\x48\x2b\x19\x50\x91\x62\x74\x3b\x9c\x61\x43\x2d\x41\x6e\x45\x4a\xe4\x0f\xea\xf0\x0a\x94\x68\x17\x0a\xd2\xd1\x87\x72\x3e\x25\xf9\x9f\x12\x4b\x44\x4d\xea\x89\x08\x45\x90\x93\x71\x8c\xc3\x6a\x9a\xe7\x12\xef\x44\x85\x4c\xb7\x23\x54\x00\xea\x22\x73\xad\xfe\x27\x6a\x3c\xe5\x9b\x5c\x97\x13\x81\xcf\x1e\x8e\x05\xda\xd3\x27\x35\x49\x71\x8b\xde\x82\xdf\x1f\xd3\xc6\x17\x5e\x83\xc9\x94\xfc\x70\x1d\x54\x92\x1e\x62\xbf\xd2\xe1\x3b\x20\x5d\x1e\x38\x41\x40\x5d\x98\x33\xd0\xf6\x82\x73\x94\x99\xfc\x78\x2f\x51\x6d\xd1\xa2\x1c\x4d\x4d\x11\x2d\x5f\x28\xa1\x5f\xa8\xdf\x42\x38\x09\x1f\x20\x9e\x3d\x22\x17\x8b\x72\xc3\x93\x48\xd8\xfe\xca\x2f\x12\x2d\x05\x77\xdc\xef\x79\xbe\x95\xb8\xf6\x55\xf5\xe6\xe4\xc0\xfd\xdd\x9e\x2f\xd8\x69\xa4\x37\x8e\xe3\xbf\x08\x70\xba\x6a\x26\x8b\x30\x5a\x12\x17\x22\x84\x40\x74\x0e\x80\x8e\xec\x95\x17\xf4\x16\x2c\x02\x3c\x86\xd4\x98\x2a\x8b\x8d\x25\x9f\x72\x5c\xb6\x95\xa2\x3e\x38\xfb\x20\x96\xee\x22\x46\x66\xfd\x18\x70\x7c\x2c\x17\x8b\x56\xf6\xa4\xd4\x79\x50\x96\x64\xd6\xf6\x09\x52\x70\x29\x8f\x54\x93\xa2\x0b\xf6\xb9\x63\xdc\xc6\x33\xa7\xab\x62\x7c\xfe\xf1\x2e\x75\x97\xd1\x8e\x81\xfb\x8a\xd8\x19\xbf\x79\xb3\x21\xe0\xd7\x93\x6a\x33\x04\x46\x78\x77\xb3\x25\xa0\xff\x80\xc2\xc4\x2d\xc7\xb7\x5b\xa2\x48\x34\x5a\x82\xa9\xfa\xea\x6f\xaf\xdc\xd2\x8a\xfb\xe7\xaf\xbf\x35\x2c\x72\x9e\xd5\xaa\xfd\xb7\x81\x03\x48\xda\xdf\xff\xba\xd9\x10\x73\x8b\x1c\x3b\x58\x1c\xfd\xc5\xed\xb9\xe4\x1d\x43\x40\x6c\x3c\xf0\xe5\x5f\x07\x6e\x2a\xcb\xcd\x6f\x4f\xbb\x33\xa0\x13\x70\x28\x8f\x4b\xf2\x15\xaf\x7e\x5f\x36\xdd\x01\x49\x53\x37\x9d\xf0\x6c\xfa\x37\xdf\xf9\xc5\x85\xa2\xdb\xfb\x21\x0f\xe4\xf1\xcf\xed\x46\xe0\x82\x7e\xee\xfe\x66\x3b\x72\x5c\xd0\xfb\xde\x70\x7f\xf0\xb7\x41\xb3\x8f\xd6\xa7\xc2\xc9\xd7\x2d\xe1\xa6\xc4\xda\x70\xcb\xd3\xed\x96\xfc\x69\x35\x23\x6b\x64\x0f\x15\x1c\xfc\x18\x10\xc8\xbc\x35\x31\x85\x22\xd9\xa7\x08\xbe\xf7\x93\x08\xd8\x70\xc3\x89\xd7\x5b\xfe\x7f\x57\xe1\xdc\x47\xb2\x6a\x0e\xb2\x5c\x99\x4e\x44\x2b\xc4\xe0\x02\x70\x6c\x86\xa5\x65\xa8\x51\x54\x96\xea\xa2\xd9\x4b\xd6\xd4\x0a\x8c\x56\x5f\xf6\xef\x6d\x64\xff\x46\xad\x18\xfc\x3d\x72\xfe\xae\x35\xec\x17\x90\xb9\xce\x27\x95\xed\x38\x46\x22\x92\xae\xf6\x4d\x0e\xd1\x9e\x29\x1e\xe1\x28\x4e\x27\x50\x0b\x83\x65\x84\x47\xfb\x77\xe1\xcb\x7e\x2c\x66\xa2\xb6\x5f\xdb\x98\x59\xa4\xd7\x2d\x9d\xa1\x1f\x96\x98\x38\xeb\x20\xf4\xf7\xa6\x31\x19\x88\x79\x22\xf5\x3a\x44\x90\x5c\x7d\xe1\x6f\x7b\x1e\x6c\x4c\x4b\xcf\x2a\x5c\xbd\xf3\xe9\x0f\x0f\xe6\xa3\xec\x46\xa9\x97\xbd\x02\xba\x9b\x09\x15\xf1\xb5\xec\xdf\xc8\x1e\x94\x6a\x34\x0f\x90\x12\xe1\x3e\x3b\x32\x58\xc5\x07\xe3\x9c\x15\xd5\x9a\x8f\xb5\x50\xf8\xcf\xcc\x57\xd7\x79\x94\xa7\x27\xa2\xf6\x19\xb2\x39\x46\x20\x4b\x8f\xe3\x5a\x3c\x4e\x32\xec\x08\xff\xa8\x6a\x40\x13\x9c\xcb\x15\x1a\xa5\x6e\xa3\x30\x4a\x0f\x94\xbc\x23\xbc\x91\x00\xe6\x37\xbd\x5e\x36\xb1\xae\x8e\x58\x91\x1a\x87\xf1\x29\x9e\x6a\xd2\xfa\xfc\x33\x60\x26\x10\x76\xd7\x2d\xd3\x8c\x1c\x28\x2c\x73\xdb\xc1\xc5\xb8\x41\x8c\xe8\x6d\x46\x4f\x2d\x1b\x44\xd5\x2b\x29\x78\xf0\x3d\x32\x56\x91\x18\xb4\xe6\x0e\x7c\x51\xc1\x90\x04\x19\x65\x8c\x1d\xe0\x74\xec\x04\x28\xda\xb7\x2d\xb9\x8a\x4f\x72\x03\x51\xa7\x01\xeb\x6f\x8c\x1c\x6c\xf2\x54\x8a\x2e\x54\xff\x0e\x17\x0a\xa0\xc3\x60\x2a\x37\x0a\x41\x6a\x6e\xb7\xfd\xe3\x0b\x0d\x05\x7e\x90\xae\xe2\x7f\x09\x25\x37\x9b\x20\x20\x5e\xe8\x76\x8c\xf7\x46\xc6\x61\xdc\xa8\x34\xc8\xa5\xb3\x43\x85\x32\xfb\x60\xbf\x9e\xba\xbf\x91\xa4\x3c\x7d\x10\x39\x0e\x25\xa2\xf8\x04\x7f\xd3\x28\x42\x7d\x65\x07\x3e\x02\x01\x6f\x14\x33\x6b\xc6\x3f\x43\xe8\xe7\xc2\x47\x6c\x4a\x86\x75\x0b\x6c\x12\x14\xb0\xe3\xc8\x32\x12\xc2\xe0\xa1\xd6\x17\xc2\x7a\x1f\x31\x42\x90\xfe\x4e\x32\xc7\x12\x7f\x94\xe5\xf2\x84\xe0\xa0\x2f\xc4\x38\x87\x09\x90\x0c\x8a\xc0\x4c\x7d\x20\x0c\x45\x74\xf0\x2c\x7c\xca\xc2\x61\x5a\xd8\x71\xf9\xd5\x7f\xf6\xa6\x42\xc3\x7d\x53\xb9\x81\x7c\x1e\xe0\x44\x01\x04\xf2\xe3\xec\xbb\x33\x1e\x65\x4d\x92\x99\x88\xe0\xf3\x77\x21\xa1\x4a\xd0\xd1\xab\xa8\x34\x08\x29\x86\x58\x45\xbb\xc6\x28\xfe\x88\xf6\x85\x2e\xdf\x3b\x4b\xc7\xc2\x4d\xc1\x38\x1f\x48\x44\xed\xe4\x40\x8b\x28\x58\xd3\xd9\x06\x68\x40\x6c\x55\x37\x68\x1e\xdb\x3b\xb8\xad\x6a\x92\x05\x68\x8c\x17\x92\x64\xb8\xf5\x7f\x22\x86\x3e\x36\xe4\xde\x4f\x53\x43\x08\x42\xba\x3d\xaa\x3c\xfb\x11\x8b\xd7\xc3\x82\x9d\x7b\x2c\xbd\x3f\x8d\x8b\x68\x78\x0d\xd6\x45\xe1\xa5\xfd\x61\x93\x0f\xb5\x2d\xa3\x8f\x82\xdc\xb7\x01\x1c\x10\x7f\x98\x84\xbe\x9d\x84\x70\x41\xca\x62\x6f\x0e\x09\x6d\x28\x17\x90\x08\x40\xb6\xdf\x64\xf5\x6c\x68\x8e\xb6\x94\x74\x65\xe8\x20\xef\x73\xc4\xd0\x5a\x09\x7f\x04\x61\x9c\xea\xfc\x4e\xa5\xb3\xef\x7a\x36\xfa\x11\xe8\xa6\xee\x9c\xd4\xe0\x36\xcb\xa9\x6c\x0a\xf4\x8b\x67\x19\xe3\xf9\x40\xa8\x64\x9d\xcb\x0a\x20\x20\x84\x72\x43\x70\xe7\x95\x71\x1d\xf5\xe8\x70\xc1\x07\x30\x24\x85\xd4\xf6\x85\x78\xa5\x09\x1c\x00\x55\x3b\x30\xd0\x90\xa2\xad\x1c\xce\x0d\xd4\x77\x14\xfb\x81\xf4\x1d\x8d\xf5\x7f\x61\xb5\x87\xc8\x0c\xcc\x4e\x41\xb2\x87\xb5\x9d\x01\x5e\x10\x5b\x37\xc0\xe6\x5e\xa9\xa6\x2d\x57\x1c\x22\x6d\x61\xa3\x6c\x3d\x05\x51\x53\x43\x84\x1c\xee\x48\xc3\x0d\x84\xd8\xc2\xba\xe7\x2f\x70\x94\xad\x79\x05\x90\xc9\x7d\x20\x59\x63\x71\x87\x60\xe7\xa9\xdc\x33\x02\xac\x44\xb8\x0b\x03\x09\x6c\xf8\x67\x96\x8a\xf7\x22\xf9\x20\x72\x4e\xeb\x39\x66\xea\xa8\x9c\xd6\xdf\xc0\x0e\xfe\x9a\x2a\xe7\x7b\xfe\x11\x55\x27\x2a\x17\x7d\xa4\x90\x04\xa7\xc0\xc4\x3c\xb5\xfe\x24\x00\x55\x1a\x42\x0c\xb1\x15\xc8\x9e\x98\xbb\x43\xaa\x78\x0b\xaf\x47\xba\x4d\x70\x20\xe6\x95\xa1\x93\xd6\x0b\x1a\x18\x54\xd9\x37\x83\x02\x4f\xc7\x30\x20\x3e\xf2\x13\x30\x69\x4e\xe4\xd1\x37\x03\xd2\x67\x00\x44\xa1\xfe\x91\x9a\x7c\x80\x59\xa5\x3f\xe5\xc7\x14\xa0\xd5\xdb\x6c\xb8\x1f\x31\x82\xcd\x23\xe8\xd6\x50\x86\xc6\x34\x57\xab\x3b\xe8\xab\x73\x68\xc7\x75\xe9\x50\x06\x3b\x49\xf9\x21\x22\x4e\xb2\x40\x70\xb1\xde\x0c\xaa\xc3\x10\x4d\x28\x13\x4e\xa3\xff\xec\xb3\x01\x74\xca\xfb\x30\xe4\x18\xdf\x00\x9d\x21\xc0\x3a\xbf\xc8\xa1\x77\xd4\x33\x9f\xa6\xad\xdf\xb6\xb1\x9f\x0f\xb6\xe2\x1e\x55\xf4\x10\x5b\x2a\x28\xe2\xdf\x71\x41\x29\x79\xf6\xc8\x9c\xd8\xce\x93\x39\xd3\xdf\x3a\xa1\xc6\x75\x84\x86\x77\x3c\x8a\xd3\x16\x7d\x8f\xab\x6c\x26\x69\x6e\x14\xe5\xa7\x97\x72\xcc\x69\xa3\x9c\xb4\x64\xe1\x01\x1a\x3c\x94\x50\xa8\x9c\x5f\xe6\xd0\x82\x52\x01\x30\x28\x45\x7e\x2f\x42\x11\xf2\x92\x2c\xa3\xb1\x14\xd3\x1a\x87\xe7\xe9\xa7\x9b\x23\xb9\xc0\x6f\x86\x9d\x28\x48\xcf\xc3\xe1\x31\x86\x96\x3d\x97\xf5\x1d\xaf\xcf\x6e\xd7\xc2\x84\x95\xf7\xd0\x3c\x8b\x30\x27\xd5\x4c\xec\x24\x0c\x40\xac\x0b\x67\x5e\x61\xa6\x23\x08\x90\x22\xe7\x42\x13\x56\xd3\x1c\xe5\xe1\xc1\x43\xe6\xe0\x7b\x5f\xfb\x1a\xc7\x66\xd3\xe7\xd5\x4a\x4e\x29\xcc\xb3\x73\x1a\x71\x52\x15\x61\x90\xab\x85\x1c\xa2\xa3\xbd\x13\x4c\xc3\x83\x73\x86\xa2\xc2\x63\xb9\x85\x16\xf2\x9a\x19\x73\x00\x04\x81\x91\xab\xbd\x44\x76\x59\xbf\xb4\xe0\x5c\x86\x85\xd6\xef\xfd\x2d\x43\x82\x75\x6a\x4b\xce\x09\xe9\x0a\x31\xa8\xd5\x9b\x49\x60\xb2\x88\x26\x54\x13\xc0\xdf\xab\x6a\x3b\xcb\x49\x43\x22\x5c\xef\x79\x3e\x08\x21\x6b\x86\xfe\xb5\x17\x94\x99\x32\x6a\xcc\x91\xe7\xd3\xc4\x0a\x8d\xb8\xba\xf2\x82\xb0\xe4\xde\xc6\x54\x0f\x80\x11\x6a\x46\xf7\x7a\x82\x76\xe0\x40\x7b\x39\xbc\x37\x57\xc9\xa6\xf6\xae\xfb\xee\x29\xb8\x5d\x9d\xab\xfa\xc4\x19\xb7\xb3\x6d\x11\x8e\x64\x49\x73\xc5\xb8\x41\xfe\xc6\x8d\x5c\x81\x00\x3e\xa0\x84\x52\xb1\xb1\xbc\x5f\xd5\x7c\x65\xe6\x37\x39\x7b\x5c\xd9\x93\xe3\x2b\x0b\x40\x3b\xfd\xf5\xdf\xc4\x21\x4b\xc4\x83\x7e\x73\x34\xb6\xe5\x22\xf5\x06\x36\xcb\xa6\x21\xc4\xa9\x81\x9a\x71\xbd\x09\x0a\xc9\x75\x5d\x9f\x32\xb1\xdc\x2f\xf0\xf1\x59\xc3\xd4\x3a\x14\xfe\x9a\x41\x7e\xf5\xdf\x39\xd8\x65\x90\x52\xd3\xf7\x78\x1f\xfa\x74\x88\x7d\x71\x5c\xc7\x77\x89\x7a\x38\x30\xfc\x6f\x61\xbb\xdd\x9b\xbc\xad\x8f\x44\x68\xfd\x4c\x8d\xed\x1d\x7a\x6d\x26\xf2\x11\x01\x4d\x87\xc6\xe3\x9c\xfe\x38\x36\x96\x14\xdb\xaa\x2f\x25\xce\x24\x55\xd5\x6c\x3a\x84\x67\x43\xdd\x83\x51\x64\x5f\x0d\x0e\x68\x01\x34\xff\x1d\x9f\x19\xcb\x83\xe0\xb0\x56\xb2\xa4\x97\xaf\xd5\x9d\x22\x41\xfe\xa3\x0c\x5a\x7c\x2b\x8d\xf8\x37\x48\xf0\xbd\x64\x8a\x04\x11\x85\xa9\xcf\xcc\x82\xbd\x1b\x28\x3f\x71\x94\x65\x28\x38\xeb\x23\x8b\x83\x44\x50\x5f\x36\x8d\x06\x21\x33\x34\x6f\x1f\xc2\xaf\xfa\x75\xf8\x2f\xfe\x01\x89\x16\xb1\x02\xd3\x99\xd3\x70\x9c\x69\x92\x7d\x2c\x47\x6f\xa9\xfb\xa8\xdb\xb5\x93\x13\xc7\xfb\x43\xc3\xae\x5e\x9d\xfb\xa7\x14\x4f\xba\x3c\xf7\x97\xdc\x7d\x3d\x7b\x23\x59\x44\x4d\x28\xa0\xa9\x7c\xf0\x93\x5c\xbd\xcb\x92\x7b\x08\xe6\x04\x73\x70\x37\xcb\xc9\x60\x9a\x7b\xf5\xcc\xc0\xf7\xc8\x7d\x3f\x9c\x79\x7f\x99\x78\x19\x06\x20\xb5\x02\x52\x47\x93\x3b\x4b\x5a\x73\x3f\x9b\x27\xc7\xd9\x02\x27\xd5\xd2\x37\x15\xba\x20\x1f\xb7\xdd\x56\x79\x8a\x2f\x12\x73\xf9\xe4\x74\xe3\xba\x07\xeb\x6b\xc9\x83\xfb\xc0\x77\x12\xfd\x80\xd5\x18\xf4\xe9\xdb\x0a\x6d\x35\xbf\xf8\x35\x3e\x11\xd9\xd1\x3e\x0b\x11\x5f\x00\xfb\xe9\xc2\xc7\x3e\xee\xd5\x3f\xa0\xd3\x7f\x64\xbf\x44\xec\x97\xd4\x88\x00\x67\x06\xcf\xe0\xa6\x24\xab\x0f\x3e\x88\x1c\xfa\xd0\xa4\x68\x5b\x7c\xbc\x38\xf7\x3f\x0e\xc4\xdd\xfd\x62\x54\x20\x5a\xf7\x1a\xcf\x59\x25\x0a\x0d\x9f\x15\x56\x50\xc2\x3c\xd3\xcc\x7e\x0b\x7f\x25\x17\x1e\xa6\x54\xeb\xb8\x43\x69\x4a\x93\xf8\x9e\x8c\x30\xe5\x1c\xec\x06\x3d\x47\xf7\x35\xa7\x26\x19\x8a\xc0\xe8\xae\x48\xc2\x52\x4f\xe3\x7b\x4d\x54\xbd\xc9\x7d\x76\xa7\x94\x17\xbc\xa1\x84\x3e\x0d\xaf\xf1\x5a\x35\xc0\xfa\x91\x50\xdd\xca\x90\x4a\xc9\xfa\xec\xd8\x18\x4a\xe1\x7c\x53\xcd\xd4\x36\xef\x06\xeb\x93\xda\xad\x54\x1b\x29\x57\x24\x1d\x06\xe5\x11\xbf\xae\x2d\x44\x2f\x66\xfb\xe3\x7a\x2f\x93\x8b\x63\xb9\x98\xb3\x7d\x6c\x6e\xaf\x7e\x40\xbc\x01\x7f\x27\xb3\x0d\x57\x2d\x37\xb5\x3f\xd9\xd0\x72\x22\x86\x56\xc6\x2f\x63\x71\xb1\x46\x9b\x51\xe4\x6c\x82\x4e\x1e\x2c\x22\xcf\x01\xe1\xfa\x38\x2b\x4c\x4c\xc8\x7c\xbc\x07\x23\x1b\x62\x43\x81\x77\x82\x44\xd8\x0e\x44\x0f\x98\x0f\x8f\x5b\x42\x8c\x81\x27\x50\x01\x8f\x80\xd3\xa4\x3a\xc6\xd9\x99\x9f\xb0\x35\xa5\x2d\xd4\x11\xa3\x59\xa2\x88\x45\xe0\x81\x90\x7c\x7e\x15\x5b\x07\x81\x3f\xe5\xc7\xf8\x16\x06\x31\xc4\x8f\x3c\x8c\x38\x71\xd7\x4e\xc2\x9c\xc8\xdf\x3f\xb2\xb5\xed\x84\xbe\xd7\xe0\x2a\x5b\x41\xad\x2d\x33\x67\x4e\x1e\xca\xc3\xb8\x77\xc6\x49\x94\xc1\xcb\xc7\xbf\xd1\x80\x1e\x24\x4a\x0f\x72\x70\x2f\x69\x56\xaa\xcf\xaa\xf2\xbc\x65\x27\xbe\x32\x67\xef\xb9\x1e\x49\x12\x86\x06\x1c\xd9\x5b\x57\x39\xcd\x5b\xb3\x67\x13\x51\xd8\x2b\x72\x38\x4f\xe9\x74\xf5\xae\xea\xa9\x65\xed\x4e\x2c\xbf\x04\x93\xf3\xff\x6a\xc2\x4a\xd5\xe0\x66\xe7\xf0\xf2\x3d\x0b\x3b\x15\xfe\x58\xfd\x4c\x55\x57\xe6\x20\xe2\x61\xbe\x75\x35\x9a\xd4\x9f\x6a\xf4\x61\x6d\x64\x41\x7c\xd5\xd3\x64\xf2\xb9\xbb\x75\xdc\x61\x6b\x62\x9b\x8d\xee\xfb\x3a\x8f\xa9\x8c\x23\xf4\x40\xe1\x01\x22\x98\x51\xd2\x6d\xa3\x42\xfe\xaf\x01\xd3\xe1\xff\x6c\x1a\x20\x81\x9e\xe5\x18\x0a\x7e\x60\x1c\x1e\x38\x26\x89\xb8\xbf\xf2\x3c\x07\x89\xe1\x14\x67\xc9\x10\x42\xe2\x68\x72\x45\xda\x82\xa1\xa3\x17\x31\x5b\x7b\xd7\x78\x79\xe3\xd6\x84\xd7\x24\x4e\x21\x71\x79\xb3\xbc\xa6\xf4\xd0\xfa\x73\xe5\x49\x7f\x39\x98\x25\x6e\x8a\x0e\x6f\x67\xc6\x5b\x61\x93\xa8\x99\xa5\xc4\x09\x1a\xe6\x79\xbe\xdc\xb5\x09\x84\x2a\xb7\xb2\xa6\xaa\x36\x0e\xb2\x80\x03\x17\x12\x72\xde\x1a\x31\xe1\x72\xe4\x61\x11\x47\xa4\x5f\x58\x5a\x3a\xd1\x6f\x60\x26\xb3\x44\x4e\x7a\x50\xdd\x63\x93\x9c\x1b\x76\x1b\x19\x66\x94\x5c\x60\x87\x6a\x32\x71\x84\xa7\x7b\x56\xb6\x1b\x27\xfe\x3c\xa7\x7e\x3b\xdd\x60\xa7\x4e\x6d\xd9\xb2\xc6\xfa\xfa\xe5\x42\x38\xef\x2b\x48\xfb\xd6\x1a\xf9\xe2\x73\x32\x19\x02\xbf\x9d\xdf\xe9\xa5\xdc\x46\x99\x25\xd1\x7d\x5e\xda\x6f\xcf\x4e\xad\x64\x05\x5e\x41\x59\xbb\x96\x21\x3a\xfd\x22\xfc\x40\x27\x4e\x20\xb6\xfd\x97\xed\x52\x8d\xbf\x9b\xdb\xa2\x32\xed\x61\x24\xed\x9c\x9c\xdf\xae\xc7\x30\x81\x2d\x32\xdc\x41\x50\x08\xf6\x1b\xec\x5c\x6f\xc6\x96\x6b\xca\x0d\x85\xd9\x3b\xc6\x7f\xd3\x53\x2b\x7b\x40\xbd\x17\xdd\xb2\x0a\xea\x76\x4c\xff\xfb\x17\x2c\xf0\x8b\x73\x2c\x2c\x9e\xa8\x3f\x26\xd9\xf4\xc4\x3b\x9f\x9f\xdd\xbf\xb8\x0b\x9d\x07\x4f\x2c\x23\x44\x0d\xc9\x78\x98\x8b\xe5\xa9\xc5\x9e\x07\x10\xdf\x82\xf9\xba\xbe\x0e\x01\x66\x05\x13\xd5\xd5\x3b\x02\x63\xd1\xf0\x2d\x39\x8a\x64\x4f\xb5\xe7\x9d\xeb\xa9\x31\xd6\xf9\x7a\x44\xa5\x51\xbf\x00\x67\xe8\xf0\xac\x1b\x6c\x87\xd6\x80\xe9\x74\x94\x6f\xd9\xb9\x2f\x3d\xa6\x3f\x80\x9d\xa0\x52\x1c\xcf\x3c\xc0\xef\x5c\xaf\x98\x17\xa7\x2f\x33\xd5\xbc\x9e\x99\xb4\x86\x5c\x50\x91\x5e\xf5\x6c\x36\xa2\x08\x02\xfb\x67\x68\xff\x54\xf6\x4f\x1a\x0f\xa6\x63\x61\xba\x1a\x0a\xd1\xc3\x2a\xdc\xe7\x65\x32\x5d\xd8\xf1\xd0\xca\x23\x73\x34\x5b\xe6\x50\x69\xd2\xda\xae\x1b\x17\x1b\x29\xcd\x7f\xcd\xee\xa4\xf5\xe7\x29\xf2\x98\x4c\xd7\x8d\xd4\xe5\x98\xeb\x24\xf3\x0b\xf0\x46\xfd\xf0\x69\x69\x1b\xfc\xb8\xd5\x09\xde\x6d\xad\xae\xde\x48\x73\x68\xd8\x5c\x9a\x28\x82\xd2\xb2\x65\x25\xfb\x01\xfe\x84\x15\xf2\xb8\x65\x4c\x03\xfc\x84\x6f\xe0\x10\xb2\x8d\x10\x4d\x42\x73\x11\xac\x4f\x8f\x88\x71\x40\xfe\x70\x8a\xd5\xdd\x53\xec\x68\x16\xc0\xce\xea\x9c\x29\x6d\x71\x76\x19\x14\xfd\x05\xef\xe9\x3a\xef\x08\x41\xe7\xe9\xf5\x49\x01\x45\xd4\x63\x32\x66\x89\xed\x94\x47\x6c\x48\x75\xd5\x72\x36\xc1\x86\x27\x76\x0b\x30\x97\xe0\xc4\xb4\x17\xe3\x1b\xc9\x53\x67\xfe\xad\x0f\x53\x32\x66\x9c\xa4\x09\x79\x13\xbd\x1a\x3f\xe4\xf1\x60\x36\xdc\x41\x0c\x51\xe0\x03\xec\x7f\x07\xad\xec\xf2\xce\x19\xb0\xbf\x78\x8c\x25\x5d\x1f\xae\x8f\x7c\xcb\x1e\x29\xf7\x17\x07\x87\x69\x69\x9e\xf4\x98\x09\x14\xf0\xff\x92\x28\x99\x83\x28\x03\xe7\xd8\xf2\xdd\xb9\x6f\x1b\x39\x93\xd2\x9b\xf9\x6f\xcb\xc0\xf8\xee\xea\x01\x6b\xcd\xa9\xfc\xfc\xc1\x32\x7f\xb0\x1c\xd9\xd9\x28\x99\x7b\xf9\x84\x53\x24\x2e\x39\x7e\xbd\xb9\x44\x92\x97\x39\xdd\xf2\x7f\x96\xbc\x92\x77\xb0\x0f\xf7\x8f\xed\xc8\xfe\x8a\xf3\xb6\x6d\xfd\x3d\x38\x44\x82\xd0\x15\x0a\x92\x3f\xed\xf1\x0d\x2b\x05\xe0\x3c\x59\xb5\xd3\xf2\x09\x59\xd9\x22\xd2\xe5\xeb\x94\xb3\xdc\xeb\x82\x4e\xbd\x1f\x39\x62\x26\xe6\x65\xee\x10\x28\xd7\xad\x76\x99\xd8\x11\x4c\x71\x9e\x1a\x7f\x90\x08\x72\x57\x73\x12\x50\x49\xf8\xae\x56\x61\x53\x4f\x2a\x3b\x54\x66\xf4\xb5\x17\x21\x6a\x2f\x18\xb7\xa6\x5e\xeb\x68\x38\x81\x6d\x9d\xf6\xad\x1b\xec\xd1\xcf\x41\x70\x2e\x03\xc5\xc2\x2f\xbe\xfe\x71\xb6\x21\x08\xea\x37\x14\x61\x61\x38\x14\x5a\x26\xba\x83\xe8\x69\x6d\x19\x2c\xb3\x1c\x67\xf7\x95\x81\xeb\x74\x2a\x40\xe2\x28\x82\x14\xfc\x3a\x2e\xe7\x0b\x2d\x56\x98\x26\x3c\x0f\xec\xc8\x2d\x24\xdf\x38\xc3\x1a\xec\xcf\x40\x7f\xa5\x02\x8e\x84\x32\x4f\xf5\x88\x21\x62\x33\x76\xd3\x3a\x9f\xad\x14\x50\xb5\x60\x66\xf6\x1b\x69\x3b\xe6\x47\x20\xd4\xf1\x3d\xbb\x0b\x85\xd8\x85\xdb\xba\x13\x18\xe8\xa1\xfc\x17\xa6\xa9\xce\xe2\x07\x7f\xb0\xee\x39\xc3\x2d\xbc\xba\x33\x68\xcf\x60\x7b\xfc\x46\x78\x6b\x12\x72\x6c\x66\x8e\xe3\x34\xe8\xd2\x80\xf3\x27\x7a\x09\x1a\x4c\xdf\xc4\x56\x99\xbb\x7a\x35\x6b\xfe\x55\xa7\x5c\xed\xd5\xec\x6b\xb7\xb3\xb3\xd8\xe9\x2c\x32\x1d\x4c\x50\x86\xed\xac\xfb\xe0\x65\x97\xb9\x9b\xd4\x87\x0f\xa3\x48\xdf\xe8\xc8\xff\x60\x76\x4e\xf7\x89\x0c\xaa\xbf\xa8\xea\xbf\xf0\x49\xba\x58\x92\xa4\x63\xd0\x77\x21\xfd\x00\x87\xe5\x3f\xb8\x24\x87\x07\x21\x0e\x0f\x87\x92\xfc\x8f\xaf\xfb\xe5\xc8\xce\xef\xce\xc2\x92\xd9\x9b\x4e\x5d\x2a\xa7\xf1\x9f\x1e\x95\xfd\x90\x7e\xfd\x7f\x66\xa5\x2e\x5f\xdf\x31\xde\x71\xfc\x43\x21\x6e\xff\x95\x0f\xf5\x39\x6a\xee\xbf\x43\x71\xcc\x4c\x37\x7c\x3a\x99\x9d\x69\x25\x97\x51\xc1\xc6\xf6\x9b\x20\x20\x3a\xc5\x63\x4d\xa5\x2a\xf7\x96\xcd\x4f\x94\x10\xf9\x89\xaa\xf7\xfe\x4c\x44\x37\xf6\xe9\x8e\xb0\x18\xbb\x07\xb2\x80\xaa\xf3\x5c\xc1\x5d\xda\xfc\xf7\xfb\xd6\x0e\xa7\xe0\x0b\x51\xf0\xff\x4a\xd2\x7f\xeb\x0d\x1f\x9a\xff\x93\xbe\x0c\x95\x10\xa6\x28\xa7\x41\x04\x7c\xc5\x3f\x1f\x88\x66\xf9\x3f\xec\xcc\x41\x91\x3b\xe5\xa2\x33\x3f\xb0\xd2\xff\xc0\x3e\x5f\x7c\xb1\x4c\xee\x07\x89\x37\x31\xdc\xe6\x58\x87\x1c\x70\x58\x06\x1f\xde\xc4\x4d\x79\xba\x48\x0c\x51\x5c\x13\xb7\x6d\x63\x9d\xe8\xf5\xd5\xa7\xff\x1e\xed\x9f\x98\xf6\x81\xda\x1d\xe4\x1b\xd9\x79\x43\xa8\x45\xdb\xd9\x04\xab\xc2\x0f\x42\x5b\xf2\x61\x96\x11\x58\x66\xf7\x27\x07\x28\x3e\x19\xf4\x75\x1a\x5f\x1c\x45\x6d\xd4\x71\x14\x9d\xc5\x9d\x3d\x93\x19\x98\x1f\xb0\x1f\xd1\xf9\x44\xa2\x05\x8a\x56\x63\xe1\x57\x0f\x59\x03\xb6\xde\x5e\x3e\xd8\x07\xe9\x82\xe5\x1e\xa9\xdf\x97\xf7\xbb\xe2\x71\x41\x2e\xdb\x81\x15\x52\x6f\x8c\x29\xd9\xf2\x4d\xfc\x69\xb4\xa3\x40\x34\x4a\x8d\x7f\xf1\x78\x59\x5e\x0a\x43\x6b\x2e\xeb\xa5\x6f\x03\xc3\x03\x42\xd1\xc9\xb6\x8c\x40\xa4\xa1\x11\xb5\x9d\xa6\x9c\xa6\x06\xe1\x20\xa0\xe1\x7d\x39\x1f\xea\xb1\xba\xb3\x81\xe4\x34\x6f\xe8\x37\x2d\xd4\x91\x69\x25\x45\x06\xfb\xa6\x35\x2d\xe9\x1e\x6d\xe0\xa4\x99\x05\x20\x1b\x13\xd2\x47\xe9\x00\x8b\xe7\x75\x81\x1c\x17\x41\xfc\x47\x52\xb0\x1d\xb5\x8a\xde\xc5\x45\xd3\x5b\x73\xab\x63\xa7\xc5\xa6\x21\x24\x37\x8d\x2c\x97\xbe\xdc\x66\xab\xdf\xf5\x9d\xce\x10\x96\x8e\x11\xb2\xe2\x7f\xbc\x19\xb2\xf3\xc9\x4f\xf7\xb1\x13\x37\xf2\x31\x06\xea\x31\xcd\xf2\x08\xd9\x1e\xb2\x06\x18\x84\xe9\x3f\x99\x3e\xec\xd8\x3b\xb4\x0d\x9e\x46\xb4\x77\x06\x5c\xe6\x4a\xcf\x64\xb0\xf6\xac\xcd\x8f\x64\x61\x63\x9e\xf3\xe8\xf7\xf7\xe5\x7d\xf6\x77\x05\x5b\xbe\xbf\xe4\xfb\x23\xf6\xb2\x23\x84\xbc\xbf\xf3\xec\x6b\x42\x33\xc3\x1b\xcf\x3e\x6b\x2e\xf6\xb2\xa1\xe8\x4e\x9b\x3b\x5e\xc5\x22\xd7\x25\xa0\x4e\xf3\x08\xd9\xf0\x71\x98\x34\xf8\x14\x2c\xc3\xe3\x6a\x58\xe9\xb8\x4e\x31\x3b\x1f\xf1\xc9\x31\x22\x71\x24\x24\xcf\xce\x34\x6f\x24\xf6\x22\x53\x1c\x2f\x9f\x16\xb7\xbf\x0c\xa9\x7a\x1b\x47\x10\xe7\x27\x79\xd7\xc3\xbc\x1e\xb3\x3f\x85\xed\x88\xcc\x23\x86\xf9\xb4\xfa\xc0\x2c\x67\x9c\x37\xea\x03\xbd\xfc\x68\x54\x85\x5b\xa3\x09\x51\xdb\xd6\x90\xcd\xdb\xd9\xdd\x16\xb5\x2a\xa7\x2a\x22\x10\x43\x62\xee\x28\x1b\xae\x65\x07\xec\x10\x76\xda\xfe\xa3\x35\x22\xcd\xf2\x0c\xdd\x34\x0d\xf5\xe8\x07\xb8\x37\x97\x53\x48\x61\x0d\x8d\x6d\x67\xb8\x65\x73\x04\xb3\x4d\x16\x7d\xd7\x88\xea\x09\x3a\x26\x4c\x5b\x1f\x0f\xb9\x43\xd3\x86\xdb\x1e\x0e\xcd\xf4\x83\x15\x72\x7b\x9a\x07\xbb\xc6\x90\xa9\x1f\x54\x86\x97\xf8\xb3\x0f\x47\x59\xa6\x39\x2d\xb3\xb6\xcd\xa6\x97\xf2\x28\xb8\x91\x15\x30\xad\x81\x19\x56\xb9\xb1\x6e\xf5\x53\x78\xfc\x9c\xdb\xd6\x7f\x6a\xeb\xa4\x06\x2c\xb9\x6d\xee\xa7\xb6\x4e\x3c\xfb\x9a\xdb\x72\xea\xc5\x75\x5b\x27\x60\x7c\x3e\xe2\x3e\x0c\xfe\xfa\xda\x0d\xbf\x76\xf2\xd3\x6b\x9d\xb6\x3b\x6e\x3b\xfb\xa9\xad\x33\x0d\x07\x6e\xbb\xf8\xa9\xad\x13\xfe\x7f\xe2\xb6\xab\x7f\x30\xb4\x3c\xb7\x8d\xff\x41\x7f\x0b\xdc\x76\xfb\x53\xdb\x9d\x14\x6a\x8f\x60\xfc\x12\xb7\xdd\xff\xd4\x36\xf1\x18\xc0\xa2\x9d\x41\x6a\xd2\x1f\xda\x55\xf8\x8d\xc7\x9f\xde\x98\x24\x02\xd4\xb8\x25\xd3\xa0\x3e\x68\x2c\x0d\x32\xf1\x92\xc1\x87\x25\x72\xaf\x68\x25\xf3\xc0\x46\x28\xdb\xd8\x7d\x9f\xd3\x16\x0f\x88\xa6\x59\x28\x3e\xfe\x8a\xb0\x0c\x9e\x8b\xad\xe4\x37\x01\xfc\xf0\x6f\xdd\xa3\xbc\x4a\x0e\x17\x75\x46\x58\x57\x81\x3f\x57\x2c\x3a\xa6\x4c\x57\xb2\xe8\x98\xf4\x75\x77\x14\xe2\xf2\x9c\xcb\x1f\xc1\x02\x3c\x00\x03\xfb\xf3\xc0\x39\xf6\x9c\xee\x2f\x82\xcb\x27\xdd\x21\x52\xe0\x68\xc1\x31\x12\x43\x62\xb0\x96\x47\x5c\xec\xf1\x0c\x44\xa3\xcf\x5b\x4d\xa7\xee\xd5\x0f\x54\xe8\xe6\x30\xdf\xcb\xa6\xca\xb9\xc8\x98\x53\x49\x57\xb7\x66\xe2\x6c\x5f\x39\xc5\x00\x05\x47\x0c\x01\xe2\x69\xe6\xd5\x97\x5d\x75\x2e\x07\x56\x64\x32\xdc\xdc\x08\x5b\xbf\xf5\x37\xe6\xa4\x7d\x96\xe5\xc8\x75\xc0\xd4\xe6\x98\xd7\x3a\xca\xda\xf8\x67\x36\x11\xeb\x53\x92\xe7\x52\x4f\x7d\xe2\xe4\x33\xed\x38\xe4\x9d\xcf\x23\xb5\xf8\x6d\x9b\x14\x36\x8e\xea\x17\x26\x8b\xef\xbb\xce\x56\x42\xe0\xac\x34\x6d\xbb\x20\xd5\xae\xf4\x3b\x01\x0c\x8e\xd6\x1f\x96\x6e\x26\x15\x79\x29\xf7\x96\x8a\xec\x1b\xe7\x47\x2b\x45\x0b\x36\x1c\x39\xa2\x68\xd1\x21\xfb\x8e\x63\x9c\xe6\xcb\xf5\x62\xeb\x4a\xa5\xca\x1a\xfb\x21\x5c\x0d\xe5\xe8\x72\xb9\x36\x99\x04\x70\x41\x44\x97\x52\xd5\x8f\x7f\x5d\x08\x58\xa1\xad\x6f\x64\xed\x48\x6d\xe3\x4e\x31\x40\xf5\x61\x2d\x72\x4f\xcd\x4c\x11\xc6\xb9\x2d\x8b\x95\x7c\x04\x0c\x4b\xb0\xf0\x19\x69\x73\x58\x68\xdd\x9c\x7f\xc3\xff\x8c\x3b\x85\x6c\x91\x9c\xfc\xb3\xc3\x23\x55\x26\xa1\xd3\x09\x02\xc2\xf9\x94\x92\x2a\x1c\x95\x1e\x27\xb6\x6f\xfb\xdb\x4c\x0e\x76\x3d\xc3\x5e\x05\x87\xe2\xba\xec\x5a\x71\xc9\x57\x6d\x84\x9d\x42\x2b\x91\xdc\xc3\xd1\x1e\x6c\x66\xcf\x9b\x03\x07\x1e\x7b\x3b\xa9\xbf\xfc\x69\x3d\xce\x92\x13\x40\xc2\x1d\x43\x58\x60\x90\x16\xce\xd8\x75\xc2\xb3\xb3\x28\x39\xa4\x40\x6b\xad\x26\x88\x0b\x3f\x6c\x71\x67\x65\x5a\x24\x89\x1d\xae\x0a\x61\x15\x8c\x1f\xff\x1a\x98\xcc\x05\xe1\x2c\x63\xa2\x3a\x82\x1f\xf3\x37\xe2\xd2\x35\xe5\x95\x6d\x6c\x42\x42\xc6\x26\x32\x01\x6f\x2c\xdc\x63\xca\x74\x87\x8a\x50\xe2\x4f\xf7\x46\x3a\xd0\x83\x64\x1e\xd5\xa7\x24\x8d\x40\xf8\x67\x28\x81\x79\x1e\xe1\x96\xbf\xca\x7c\xa7\x64\x04\xd0\x7d\xa9\x95\x5c\xf9\x12\x0d\x14\x92\x1f\xec\x6f\xf4\xf1\xb4\xbd\xe8\x3f\xcd\x8d\x1e\x28\xfb\x6b\xb7\x61\x3a\xbe\x0b\x25\xbc\xfd\x13\xcc\xb2\x31\x4c\x54\x07\xec\x07\xdf\x92\x53\x3d\xed\x04\x71\xdc\x2e\xec\x50\xcc\xf8\xee\xb9\x6e\x1c\x0a\xee\xb9\x11\xf3\xfe\x62\x87\x18\xf6\x30\x57\x00\xb5\xee\x21\x40\x66\xf9\x2c\xa5\xc6\xf8\x14\xfb\xb7\x99\xde\xf0\xcc\x98\x82\x4b\xab\x11\x00\x62\x39\x94\xed\xd3\xf4\x32\xe1\x0f\xb3\x08\x45\x3a\x35\x91\xcf\xf9\x63\xaf\x46\x61\x5f\xe1\xbd\x60\x15\x5c\x6c\x34\xef\x44\xd8\x78\xec\x24\x8e\xae\x26\x02\x61\x71\x7e\x60\x9e\xd4\xff\xb1\x04\x38\xf8\x63\x7f\x16\xd0\x87\x4f\x50\xd8\xce\xa1\x26\x0b\x83\x85\x52\xe0\xac\xbb\xa4\x7f\xa3\x0d\xeb\x0e\xdb\x96\x15\x19\x8e\xbc\xb4\x17\xbd\xd2\xff\x9d\x78\x2f\xc1\xe7\x9c\x22\x1a\x75\xfc\x4d\x2b\x6c\x48\xa9\x44\x46\x93\x5d\xa3\xb6\x65\x0d\xb1\xe4\x8c\xbb\xc0\x9f\x28\x96\x5a\x97\x1a\x7f\x5a\x7d\xbf\xdc\x1a\x25\xd6\x8c\x28\x42\x64\xdb\xba\xf5\x44\x3a\xac\x62\x0a\xd8\xfa\xef\xd1\xc6\xf2\xda\x35\x65\x38\xcd\x1a\xf5\xc8\xe5\xb1\xbb\x0b\xca\x46\x77\x32\x0b\x65\x15\x08\xfa\x2b\xb7\xe0\x5c\x46\x72\x39\x75\xf8\xbd\x88\xf5\xf8\x80\x9c\x66\x74\xb1\x12\x4f\xeb\xb1\x64\x75\x4b\xd8\xa9\x4a\xfc\x91\x72\xa9\x75\x45\xf7\xe9\x01\xcc\xeb\xd2\x76\x60\x3f\x77\xb4\x49\xce\x7c\xa5\xa5\x1d\xef\x5a\x44\xf7\x14\xf4\xd7\x89\x87\x88\x8c\x20\xaa\xec\xd4\x09\x69\x98\x66\xa8\xb3\x5e\x29\xcb\x95\xb8\x8a\x23\xf3\x16\x66\x9a\x35\x9e\x62\x45\x15\x08\xcf\x03\x36\x6c\x91\x1a\x51\xfe\xb1\xb3\x90\xb3\x79\xd4\x0f\xa0\x11\x1a\xdf\x83\x7b\xc9\x7b\xb0\x8d\x9b\xa9\xd1\x2d\xea\xf2\xe6\x6f\x3d\x2e\x4d\xe7\x45\x3e\x18\xa6\x7b\x47\x8c\x3b\x32\x01\xcc\x80\x04\x32\x6d\xbb\xbf\x98\xc5\x5c\x8c\x8a\x75\x3b\xca\x10\xe1\xdd\x3e\xdf\x81\xa6\x73\xfc\x89\xe1\xa1\x65\xcd\xaf\x5b\x6e\x54\x30\x30\xb2\xc4\x79\xf9\x50\x2c\x18\x7f\x37\x25\x43\x9f\x2e\xd6\x8b\x92\x94\x79\x18\x33\xc7\x44\x79\xaa\x60\x08\x8b\xd4\x6c\x52\xe4\xeb\xbb\x70\xcf\xad\x3a\x49\x85\x63\xb9\x46\x7d\xc6\xc4\xae\x08\xb4\x82\x28\xcb\x51\x0b\x6a\x02\x8b\xff\x81\x8f\xf0\x55\x7a\x95\x76\xbb\x5b\x9f\x4b\x2d\x9e\x99\x54\x67\x3e\x29\x0e\x18\xf3\xd9\x4c\x8f\x35\x99\x7d\x96\x26\xc0\x6e\x70\x24\xb7\x8d\x48\x91\x08\x3b\x3c\xfd\xdb\x24\x93\xc7\xf9\x75\xa0\x2d\xe3\xdb\x26\x46\x04\x0d\xb0\x76\x1d\x7b\xa7\x6b\x8c\x1d\x07\x6c\xd9\xdb\xcf\x24\xad\x9c\x2e\x99\xb3\xd0\xa7\x0a\xa2\x03\x21\x8a\xd2\x98\x20\x12\x63\x87\x9e\x3e\x98\x3c\xf4\xf5\x9c\x0f\x99\x9d\xe6\x94\xc3\x2d\xe2\x72\xca\x8e\x67\x26\xe3\xc2\xf4\x62\x9e\x84\x4a\xfb\x97\x67\x2b\x2c\x07\x9b\x49\x2f\x3d\x58\xe5\x8e\x77\x8d\xa6\x80\xc4\x84\xeb\xee\x08\x7c\xa0\xca\xbc\xa3\x52\x32\x57\x0c\x49\xeb\x36\x43\x29\xd4\x02\x2e\xf9\x1e\xce\xfe\xf2\x8f\x2e\xf9\x8b\xfe\xeb\x19\x43\x4e\x63\x72\x89\x27\x2a\x39\x45\xc7\xcd\x5b\xb4\x11\x19\x72\x38\x9f\x52\x93\xdf\x35\xd1\x44\xcd\xd4\x6e\xa0\x70\xfb\xf6\x4f\x97\x5c\x6b\x9a\xd9\xbe\x41\xb2\x53\xb9\xdb\x8e\x9c\xc0\x64\x62\x69\x8c\x79\x82\xf3\x9a\x03\x5c\xb2\x98\x5e\x82\x4c\x7f\x4e\x4b\x8c\x73\x12\x5a\xbf\x58\x05\x9a\x07\x36\xc2\x91\x2f\xd9\xb9\x36\xb3\x6f\xf9\xe5\x37\xe7\x12\x46\x55\x16\x66\xed\x4b\x39\x75\x31\x10\x6a\x8f\xe4\xdd\xf9\xe1\x26\x71\x78\xbc\x8d\xf4\x1c\x32\x6d\x71\xd7\x87\x13\xc4\x5c\x96\x9a\xc6\x42\xb7\xa4\x30\x29\x30\x53\x96\xbd\x8c\x19\x6f\x60\x19\x30\x23\x05\xa4\x27\x70\xc2\x5f\x3d\x0c\xac\x7a\xba\x7d\x74\xfb\xec\xbe\x02\x77\x0e\x48\x99\x58\x73\xc7\xf7\x29\x76\x52\xa1\x13\xd5\x33\x81\xe0\x07\x27\x54\xab\xf0\xa0\x3f\x8c\x44\x59\x14\xda\x81\x09\x60\x16\x1a\xc7\xc0\x2d\x05\x6c\x47\x2f\x5c\x35\x4c\x6c\x37\xc4\xd8\x98\xc3\xaf\xea\xec\xac\xe9\x91\x0d\xdf\x31\x2d\xf0\x5b\x78\xde\xda\x42\x0c\xf0\xce\x71\xa3\xb4\x83\x18\xc2\xa5\x0a\xfc\x1d\xa9\x12\xfd\x05\x72\xf5\xe7\x04\x2d\xd8\x33\x25\x6f\xa0\x1c\x60\xa5\x4e\xc8\xc4\x0d\xce\x57\x2b\xe5\x27\xa6\x7c\x9a\xc1\x77\xe6\x2b\xac\x24\x12\x3b\x7a\x6d\xdb\x89\x70\x74\x27\x47\x19\xba\x0a\x99\x67\xc1\xd4\x23\xe9\xb3\x33\xe6\x00\x0c\xc7\xf1\x63\x4d\xec\x91\xc9\x38\x81\x67\xaa\x75\xf9\x2a\x5e\x4b\x4e\x8c\xe4\xe8\x7b\xb6\xe2\xf2\x1b\xcd\xfe\xd6\x77\x90\x4d\x67\x42\xf3\x8e\x91\xcb\xb2\xf9\x62\x25\x07\x97\xe0\x76\x81\x18\xbd\xf3\xd5\x5d\x3d\x65\xfa\x2e\x24\x28\xfd\xef\x1a\x91\xdc\xe9\xc0\xbf\xc3\x01\xfb\x68\x98\x14\x44\xe1\x92\xa5\x33\x79\x3c\x38\x06\x64\x73\x34\xcd\xf6\xa9\xd0\x59\x3d\xf4\xde\xf5\xdc\x71\x77\x78\xc0\x3c\x77\x36\x54\xce\x00\x5d\x60\x63\xe5\x20\x09\x1d\x98\x40\xf4\x23\x75\xc5\x53\xc6\x4d\x36\x0b\x4a\xc1\x22\x97\x52\x30\x01\x18\x95\x19\x08\x37\x19\x97\x92\x81\x84\x46\xaa\xae\xf3\x91\x5b\x4e\xb5\xac\x0d\xc9\xbf\xf4\x5a\x2c\xa6\x43\xf0\xa4\x0d\x70\xe2\xa0\x77\x3e\xff\x33\x0a\x1f\x0f\x85\x5a\x41\x0c\x2b\x1d\x38\xac\xe8\xe2\x2c\xbf\x30\xae\x0d\xf7\x49\x4c\x2e\x39\x70\xd6\x17\xd1\x80\x89\x72\x59\x3f\xfe\x20\x4e\xce\xda\x56\x64\xac\xbd\x3b\xb2\x64\x8c\xbc\x57\x48\x14\x8f\x17\xac\x25\x39\x36\x01\xe8\x51\xfd\x59\xe2\xc8\x4b\x57\x54\xb3\xfd\x3f\x58\x45\x06\x4e\x5e\xc6\x50\x32\x0f\xec\x7c\xb3\x4f\xed\xa2\x43\xb6\x64\xdd\x68\xfb\x68\x07\x61\x5f\x9b\x77\x84\xd4\x61\xf3\xc6\x64\xd0\xa4\x72\x7d\x48\xa8\xed\xeb\x7b\x3c\xae\x00\xbc\x2b\xdc\xf8\x77\xef\xde\x4a\x78\xcb\xde\xf5\xeb\x0c\x88\x89\xb3\xe3\xd3\x21\xdf\xa6\x53\x8e\xd6\x73\x3d\x39\x17\x47\x1f\xe3\x98\x5b\x25\x7f\x86\xaa\x29\x39\x43\x1a\x6c\xd1\xfa\x9f\x8a\x79\x9b\x6d\xeb\x52\x1e\x49\xcc\xd2\x5b\x42\x90\x0b\x9d\xf1\x08\x0a\xad\x4b\x0b\x68\xe9\x93\xf7\x10\x5d\xcd\x3f\xbf\x92\x8f\x24\x3e\x7c\x6e\x9e\x3b\x7c\xd1\x78\x0c\x9d\x6d\xe7\x1e\x4c\xde\x03\x3e\x41\x11\x93\x3c\xb8\x5c\xf9\x47\xbb\x4a\xfe\x84\xf0\xa8\xfa\x22\x25\x37\x58\xfa\x4d\x6c\x99\xf1\x2e\x15\xc6\x92\x16\x32\x1c\xb1\x82\xee\x2c\xf1\xe5\x5e\x36\x83\x34\xf8\x80\xce\xca\x8a\x14\xaa\xfe\xe6\x28\x4f\x93\x4a\xea\x9d\xd6\xb8\xd4\x06\x70\xb7\x68\xb3\x3b\x0a\x57\x3b\xc0\x11\x17\xed\xec\x5a\x09\xb1\x76\xb4\x36\x0a\x81\x40\x9d\x85\xde\x94\x5f\x3a\xab\x5c\x87\x95\x42\x92\xe4\x0b\x63\x25\xc4\x98\x8f\xa0\x31\x3f\x14\x1b\x5d\x4a\x77\x3c\x23\xcb\x29\x8b\xba\x39\x8b\x93\x7b\xbe\x50\x45\xc4\x67\xcc\xf1\xfc\xf7\x02\xff\xbf\x2f\x2b\x24\xee\x0c\x56\xf8\xbd\xb9\xe3\x73\xf9\x92\x43\x19\xb3\xf4\xb4\x41\x0b\xbf\xf4\x88\xea\xbb\x34\xed\xa3\x8a\xeb\x5c\xdc\x21\xf5\xb5\x5f\xac\xd8\x58\x14\x14\x6c\xf2\x9a\xbb\xbd\x51\xcf\x75\x5f\x72\x6b\x93\x62\x42\x8b\xd7\x15\xa2\x3f\x2d\x28\x6b\x94\x2a\x56\x58\xa8\x87\x28\x7a\x9f\xe4\x50\x7f\x70\x7a\x89\x79\xdd\xfe\x8c\xfc\xb2\xf2\x1c\xf6\xaa\xd2\xbc\x41\xc4\x62\x7e\xe7\x97\x20\x1e\x6f\x29\x53\xf7\xe1\x30\x00\xc8\x83\x3f\xac\xa9\xd4\x43\x85\x33\x1e\xca\xf1\x43\xfa\xfe\x97\x10\xf1\x3b\x5b\xb1\x4e\x67\x63\x57\x6e\x53\x1e\x27\x33\x6d\xb2\x0c\xed\x5b\x17\x72\x86\x6f\x43\x79\x4b\xa5\x16\x3f\x71\xc2\x13\x89\x41\x67\x8b\x35\x70\xa4\x94\x8e\x10\xfd\xd9\x1d\x15\xc3\x80\xa9\x72\xc7\xcb\xbf\xaf\x5c\x1f\x22\x97\xb8\x4d\x69\xe9\xb8\x84\x08\x89\x57\x6c\x3e\xa0\x55\xf0\x3a\x18\x97\xed\xb2\x61\x6d\xba\x39\x00\x59\xf8\x6b\x14\x7f\x3e\xd0\x5c\xfc\x8a\x19\x80\xa8\xc0\xb0\x7b\x93\x1a\xbd\xa7\x7f\x63\x93\xfa\x46\xc6\x2b\x19\xce\x55\xf9\xd9\x00\x11\x08\x31\x25\x4b\x5d\x2e\x2d\xfd\x9c\xee\x1d\x43\xd9\x07\x62\x39\x94\x7d\xf5\xcc\x09\x8e\x4e\x8b\x76\xc6\x20\x9f\x70\x31\xdc\xee\x79\x8e\x33\x62\x77\x74\xc2\xf1\xe1\x52\x61\xef\xc6\xc0\x80\xf8\x0c\x65\xc0\xee\x9a\x96\x73\xc7\x80\xa9\xe8\xae\xdd\x39\xd7\xb1\xf9\xc8\xa4\xf8\xc5\x27\x10\xb1\x3b\x5c\x6f\xdb\x95\x4a\xe0\xb7\x94\xd7\x76\x4d\x34\x55\xc7\xdf\x56\xe3\x95\xae\xbb\xac\xe7\xea\x22\xc9\x8e\xfc\xe3\x5c\xb9\x8e\xdf\xd3\x5b\x1b\xfa\xc5\x13\xf3\xf1\xca\x3e\xd5\x1a\x0a\xd2\x14\xb1\x1e\x79\xe9\x1e\x12\x8e\x88\xc9\x59\x1d\x02\xca\xaf\x83\x01\x8c\x9c\xf7\xa4\x3f\x17\xea\x69\x27\xb1\x03\xd4\xdf\x96\x1c\xf6\x5f\x60\xb7\x51\x9c\xda\xfb\x24\xe3\xbe\xb8\xfe\xb1\x85\xd1\x5b\x2b\xac\x8a\x63\x85\xaa\x5e\x83\x75\xb8\x92\x87\x6f\xfb\xfc\x40\xfd\xea\x0e\x84\x9a\x9c\xc7\x64\x0d\xd3\xf2\x24\x03\x0e\x66\x5e\x0b\x07\x6e\x98\x1d\x08\x75\xec\x70\xb0\x40\x40\x2e\x92\xc0\x46\x49\xa2\xcf\x3c\x6c\x07\x4b\x27\xb8\x73\xd9\xae\x49\x69\x00\xd3\x96\x26\x37\x5f\x3f\xf2\x20\xc4\xe6\xa1\x3e\x76\x3c\xa0\xdb\x81\x73\x8c\xa0\x6b\x9b\xbd\x64\x3f\x30\xc1\x8f\xae\x94\xf5\x79\x65\x38\xa3\x62\x5f\xbd\x3e\x21\x37\x70\x50\xc7\xbf\xa0\x08\x50\xf7\x77\xc4\xcb\x56\xa8\x06\x5a\x8a\x2e\x85\x15\x4e\xde\xca\xbf\x63\x67\xbe\x63\x33\x06\x66\x7f\x86\x8c\xfa\xaa\x56\x5f\x29\xf9\xe4\x78\xe3\xeb\xe9\xf4\xe1\xeb\x94\xa2\x53\xb5\x65\xfd\xa3\x5c\xd3\x8e\xcc\xb5\x7a\x8c\xfb\x6d\xea\xe4\xd8\xb2\xf1\x8e\x4c\xe1\xa5\x94\xca\x96\x0d\xd8\x07\x88\x70\x83\x98\x45\x4b\x9c\x7b\xbd\x7c\x95\xcc\x80\x53\x79\x64\x45\xca\x88\x9c\xfc\x9d\x8b\x97\xe9\xcb\x57\x5e\x25\x77\x50\xf9\xb3\x4c\x3b\xf9\x92\x85\x38\x71\xda\x6d\xd1\xdd\xab\x8e\x8f\x6b\x93\x91\x17\x3e\x0b\xef\x9c\x12\x09\x4b\x55\x92\x58\x36\x34\xa2\x23\xe0\xba\x46\x47\x46\x16\xd1\x9d\xfd\x55\x76\x55\xd1\x13\x46\xb6\x96\x66\xea\x9c\xd7\x0c\x6d\x2c\xd0\xe8\x78\xe5\x98\x1e\x1f\x5b\xf6\x68\xb1\x03\x00\x75\xd7\xdd\xee\x1f\xaa\x76\x79\x1d\x6f\xdd\xad\x64\xb7\x36\xa5\x85\xd3\x44\x2c\x39\x94\x05\x0f\xd3\xb9\xf2\xa4\x9f\x6c\x6c\x49\xdf\x1f\x88\x9f\x48\x25\xa1\x08\x22\x57\xa3\x30\x2a\xa3\x99\xe8\x39\x78\x63\x01\xc4\xa1\xbb\xd0\xd8\xd7\xae\xbb\xc4\x31\xa4\x1e\xc3\xee\x95\x1d\xcf\xad\x1b\x1a\xc9\x8c\xce\x21\x53\x76\x1e\x34\x2f\x56\x8c\x75\x53\x26\xa5\x31\x63\xf7\x5a\x4a\xf1\x8c\x2d\xb7\x9d\xca\x50\x61\x83\xda\xb0\xd2\x72\x52\xc7\x49\x53\x2b\xdb\x31\x0e\x92\x31\xfe\x62\x2d\x9e\x83\xbb\xf2\x08\x02\x61\x6f\xcf\x84\x25\x88\x92\x73\x90\x5a\x75\x8b\x1f\x99\x8e\x20\x59\x8e\x46\x2c\xc1\x8c\xdc\xe8\x5f\xf2\xcc\xf2\x9d\x66\xd2\x9e\x74\xca\x91\x72\xf4\x23\x2b\x07\xec\x1c\x1a\x32\xe9\xe5\xb1\x39\x5c\x9c\xa3\x81\xd3\x64\x8d\x5d\x83\xc2\x0d\x8f\xe9\xe6\x7c\x6f\xe2\xfa\x72\x6b\x33\xd7\x7d\x51\x94\x57\xcb\x88\x29\x36\x0a\x98\x9e\x77\x63\x37\x22\x49\x64\x8b\x75\x30\x53\x63\xc3\x14\x7d\xf8\xb8\xd3\x43\xa7\x7f\x86\xc4\x9f\x11\x18\xcc\x09\xdd\x65\x76\x17\x9a\xc9\xd8\x7e\xde\x9c\x8b\xc5\xb7\x95\xa6\x4e\x36\x7f\xd2\xcc\xc3\xd5\xc7\x2d\x3d\x90\xc6\xc8\xc5\x2e\x4d\x42\xaf\xa2\x52\x54\xc9\x4b\x02\x77\xe1\x99\xcc\xf6\x0e\x4d\xe5\x67\xae\x6f\x67\x39\x94\x36\xa6\xa0\x5e\x93\x17\x62\x1e\x8f\xcb\xa4\xf9\x0e\xff\x34\x2e\x55\xfe\xfd\x97\x81\xed\x53\x16\xa6\xf8\x72\x60\xa5\x7f\x32\x30\x9e\x8e\x5d\x6a\x9d\xb0\x77\xff\xc1\xc0\x74\xbb\xf1\x85\x9e\xdf\x31\xce\x01\x43\x1c\xbb\x13\x82\x29\x8a\x07\xe7\xed\x35\xff\x07\x92\x02\x2f\xe7\x47\x97\x1c\xc8\x49\x6d\xbd\xdd\x35\x19\x82\x9b\x24\x5f\x8a\xb1\x9d\x73\x3b\xe0\xbc\x1c\x6b\x69\xb1\x9a\x58\xc8\x5c\x2e\x01\xd4\x17\x8c\x6a\xc4\xaa\x3a\x57\x91\x52\xe1\x05\xfa\x46\x39\xba\x30\x70\x5d\x9e\x3f\xc9\x53\xe6\x00\x31\x87\x12\x78\xd0\xf9\x4a\x56\xcb\xf0\x96\xca\x15\x65\xea\xf7\xc1\x83\x13\x3c\x7d\xd8\xda\x67\x88\x59\x25\xdd\xc8\x15\x53\x0a\xb6\xd5\x70\xb9\x6b\x95\x9a\x74\x92\xb7\x88\x85\xd7\xe4\xcd\x43\x7d\xb7\x35\x00\xd8\xad\x8b\xc9\x28\x45\x17\xa7\xbe\xdb\x3d\xfd\x01\xfd\x9a\xfc\x21\xdd\xed\xcb\x76\x22\xdd\x1d\x7e\xb9\x2a\x43\x64\x39\xe4\x39\xcc\xb1\xf6\x47\x6b\xdb\xcf\x56\xa5\x8e\x69\xc8\xb0\xb7\xac\x60\x44\x93\x07\xc7\xd0\x34\x07\x76\x66\xec\x1a\x9f\x32\x74\x24\x18\x95\x08\x32\x1c\x40\x32\x3f\xdc\x9e\x60\xfd\x79\x14\x9c\x05\x18\x19\x65\x4a\xcb\x34\x97\x2f\x4d\x76\x33\xeb\xfa\x19\x14\x24\x5b\xdc\xa7\xee\xf8\x17\xc9\xa8\x1b\x66\xcc\xb3\xda\x2d\x07\xd2\xfe\xfe\x6a\x30\x4c\x4c\x35\xc6\xf2\xbe\x8c\xed\x75\xa4\xfc\x3a\x15\xd0\x8f\x96\x49\x14\x72\x42\xc5\xf3\x5a\xcb\xc8\x45\x8a\xb3\x2f\x59\x53\x0c\x66\xc3\xe6\xcf\x1a\x6b\x5a\x4e\x58\xd6\x4c\xb8\xf3\xec\x9c\x8a\x74\x5e\x27\x37\xa0\xcc\x66\x5a\x37\x66\x2a\xd9\x6f\x1c\xa7\x62\x49\x26\x95\x61\x71\x60\x85\xb6\xdc\xe0\xc8\xe3\xea\x0e\xba\xce\xce\x24\xa8\xa7\xe1\x01\xd8\xb3\x95\x28\xf6\x3d\x72\x8c\x05\x6e\x46\xfb\x4d\x3c\x01\xee\xba\x1d\x13\x8c\x8d\xbc\x2a\xeb\xf4\xe5\x98\x2f\x6f\x6a\x26\xc6\x67\xcb\x57\x38\x12\xa7\x56\xe6\xad\x56\x73\xe2\x32\x0e\x3c\xeb\x47\xfc\x7f\xa0\x09\xe7\xb2\x68\x22\xb5\x2e\x4d\x56\x9c\xf4\xbf\x8b\x9a\x9b\x3d\x6e\x5a\xd8\xe0\xcb\xee\xa2\x66\xa5\x17\x12\x6a\x9e\xa7\xb5\x34\x4d\x4d\x87\x24\x41\x75\xc6\x35\xc7\x6c\xbb\xdf\xdc\x32\x5c\x93\xb8\xc9\x50\x3e\x74\xbb\xce\xc7\x5f\x86\x71\x24\x6e\x82\x9f\x44\x39\xd4\x8b\xa9\xc3\x5c\x7a\xe2\xef\x9f\xf1\x7f\x85\xf8\x84\xd7\x74\xf9\x1a\xe1\x3e\x75\xe1\x89\xcd\xd7\x70\x56\xd4\x3d\x9a\xb4\x5e\xc6\x6b\x31\x1a\x56\xb1\xe6\xb2\x92\x42\x0d\x15\x2e\x86\x8c\x61\xc2\x37\x77\x35\x98\xeb\xf6\x6c\x27\x3a\x2d\x61\xb2\x39\x2f\x5d\x23\x07\x77\xa9\x5c\x73\x34\xa4\xa5\xc9\x89\x37\x31\x2e\x04\x47\x10\x1e\x57\xd4\xe6\x33\x2d\xa7\x46\x42\x7c\x2c\xc9\x93\xb5\xa6\x07\xca\xcd\xa3\xef\x18\x6e\x0f\xfe\x85\xa9\xac\x57\xda\x42\x23\x9e\xd4\x79\x82\x5d\x84\x25\x37\xb4\x0a\x9c\xe6\xd5\x4d\x8a\x1f\x9f\x5c\xed\xc5\x51\x0b\x6a\xa9\xf0\x99\x5a\xcb\xc6\xca\xe6\x0c\x4d\x96\x1d\xdb\xd9\x16\xd0\x31\xfe\xb0\xde\xb2\x01\xb4\xa3\x3a\x0b\xce\x75\x46\x1a\xc8\xb1\x00\x9d\x9c\x57\xeb\x1c\x4b\x8b\x39\x90\xb1\xf9\xad\x67\xcf\x44\xcb\xaa\x32\xb2\x6f\xa7\x75\x26\xb6\xfa\xcf\x2e\x3c\xce\x4d\x3f\xda\xb7\xda\x7c\x62\x1a\x2e\x63\x8e\xb0\x9e\xb3\x02\xd4\x53\x81\x4e\xa4\xd8\x1f\x01\xdc\xcc\xdf\x54\x39\x96\xa4\x96\x4a\xe8\xd0\xba\x25\x94\xf9\xf8\x94\x4a\xc7\xa8\x14\x31\x13\xde\xae\x91\x12\x7b\xaa\x98\x0b\xc6\x15\xe9\xb9\xf2\x0f\x75\xe9\xf2\x3b\xf3\xfa\xe5\x07\x0e\xbb\xf4\x9b\x97\xa7\xd4\x2b\xfd\xcc\x39\xd1\xa0\x54\x1d\x16\xa4\x22\x43\x4b\x6d\x5f\x7f\x52\xbb\xcc\x1a\x99\x97\x18\x63\x8f\x7f\xcb\x68\x08\x47\xd2\x5d\x6a\x1d\xf5\xba\x52\x10\xb0\x63\x56\xc3\x77\x58\xc1\x75\x03\x62\x9d\xeb\x07\x96\x5b\x0c\x56\x3d\xef\xb6\x15\xde\x5a\x08\x53\xc9\xe1\x44\x55\x27\x2b\xf1\x6b\xf2\x88\x53\x27\xbe\xd1\x03\xcc\x55\x87\x7b\x99\x2f\xd1\x5b\xcc\xe7\x9c\x0f\x25\xd1\x67\xe6\x0b\x7a\x0c\xe4\x35\x78\x6a\xba\x54\xb5\x04\x06\xe8\x6b\x22\x7e\x05\x6e\x6e\xd0\xcd\xd9\x60\xf6\x69\xcc\x34\x27\x88\x3e\xd7\x39\x71\xce\x40\x2e\xa6\xd7\x6c\x13\x76\xf5\xd2\x74\xa4\xbd\x49\xa6\x65\xee\xec\x30\x19\x5e\xcd\x61\xd5\xf2\x44\xb3\x4d\x35\x91\x1d\x99\x84\x4c\x10\x72\xcd\x81\x98\x59\x55\xd1\x96\xe5\x45\xb3\xb3\x8b\xfc\x48\x31\xba\x20\x4f\x7a\x68\xc2\x21\x90\x4e\x12\x5f\x68\xff\xc9\x3b\x78\xfe\x71\xf7\x72\xc4\x27\x86\xcf\x9a\x14\x30\xd4\xc3\xfb\x85\xe6\xcd\xc8\x6c\x9b\x18\xed\xce\x28\x25\x12\xcc\x9f\x9c\x19\x64\xa9\x31\xe6\x74\x1e\x16\x3f\xb0\x7e\xac\x6f\x26\xbe\x70\x3a\x80\xbe\x50\x0f\xa2\x94\x67\x4f\x46\x1e\x5a\x0a\x28\x61\xcd\x57\x17\x5e\x60\x4f\xd2\x31\x1b\x29\xb7\x57\x3c\xe7\x62\x35\x19\xf6\xe7\x1c\x38\xba\xd6\xa5\x8b\x88\xcc\xf6\xcc\xc4\x8a\x27\x1b\x05\x06\x40\xf7\x64\x17\x45\x89\x2a\x04\xff\x51\xe1\x74\xf1\x48\x8f\x75\xa0\xf0\xea\x4e\xd7\x60\x9d\x7b\x89\x0b\x3d\xd1\x13\xa0\x01\xa8\xd4\x75\xeb\x8d\xb2\x1f\xb7\x71\xd0\x14\x0e\x5c\xb0\x0c\x99\x84\xa1\x8b\xfe\x97\x93\x00\xb6\xd4\x08\x6e\x85\x5a\xdb\x8f\x99\x6b\xe1\x86\x69\xb5\x5a\x4c\xe0\xbf\xe8\x32\xb4\xd1\xad\xcc\x3a\x42\x6c\x7a\x48\x5e\x92\x2a\xa2\xb6\x2f\x74\xe5\x50\x37\xd6\x61\xf7\xdf\x50\xa4\xe1\x50\xec\x3d\x37\xc5\xe3\xf6\x9f\xc4\xaa\x38\x71\xe6\xe4\xa6\x18\x9c\xf9\x62\xde\x4d\x8b\xe1\x87\xf2\x5d\x21\xf2\xdd\xe2\xcc\x31\xf0\x96\x66\x4c\x15\xc3\x96\x10\xc3\x56\xd9\xde\x53\x45\xf8\x16\x2b\xdc\x22\xce\xfc\x70\xb4\xf9\x0e\x00\x4c\x72\x7c\x54\x6a\xe0\x02\x5b\x7e\xca\x6c\x69\x83\xa0\xb5\x63\x04\x2d\x48\xc7\x4d\x46\x1a\x89\x96\x07\xec\xee\x6a\x11\xbb\xfb\xf0\x40\x6f\x21\xd4\x67\xe3\x86\x38\x31\x63\xd9\x67\xae\x3d\x92\x4e\xac\xcf\x25\xa9\x56\xea\x2d\x3b\x8b\x0e\x39\x0c\x58\xe2\xc1\x5f\xea\x2f\x6d\x5e\x09\x2a\xfd\x56\x1b\xc3\xb6\x23\x1a\x27\x87\x83\xd4\xb0\xd3\x8a\x40\xd2\xf5\xa7\x47\xb6\xf2\xdb\xc7\xb8\x32\x8d\x83\x00\x35\x1f\x73\x2a\xe7\x8d\x87\x13\x54\x92\x3c\x37\x3a\xfe\x65\x55\xac\x36\x60\xd3\xb2\x50\x93\x9b\x0f\x83\x0d\x23\xed\x15\x8b\x24\xd4\xf6\x98\xcd\xae\x33\xcc\xa9\xcf\x3f\x38\x09\xd3\x2f\xee\x8c\x29\xae\x64\xa0\xe7\xfc\x89\x75\x5e\x5e\xa6\x2a\xc2\x88\x3e\x2a\xcc\x10\x0c\xfe\x63\x4a\xb5\xd4\xec\x1b\x07\x2c\x4b\x17\x3d\x0a\x07\xf7\x47\xd0\x93\xf3\xdc\x1b\x2f\x73\x23\x5d\xc0\xd8\x00\x99\x0d\xb6\x9d\x20\x4d\x0a\x2f\x8a\x6e\x0b\x0f\x1b\x7e\xae\x7c\x70\xa5\x4c\x27\xff\x36\x1b\xf0\x4a\x3d\xa5\x43\x2b\xf8\xdc\x1d\xe0\xbe\x1e\xb0\x31\x73\x64\xf8\x55\x67\x0c\x71\x49\x22\xff\xde\x1c\xa1\x9b\x0c\xb6\x84\x77\x06\xe6\x1e\xf8\xff\x38\xdf\xe2\x34\x86\x22\x2f\xe5\xf2\xd8\x04\xe7\xd5\x94\xb2\x41\x7d\x0e\x02\x8d\x7a\x25\x01\x24\x19\x3f\x47\xef\x71\xaf\x8c\x05\x68\x4e\x74\x5f\x23\x52\x89\x1b\x65\x7e\xa7\xf9\x36\xfb\x0b\x5a\xc9\x40\x5c\xff\x81\x79\x45\xc1\xa6\x0b\x7e\xac\xea\x17\x2f\x48\x4c\xf4\x30\x5a\x55\x33\x97\xb3\x27\xd2\xed\x2f\x22\xe7\x9d\xc4\x64\x12\xe5\x2f\xd8\xc3\xb5\xb4\xb9\x30\x72\xfa\x23\x7c\xb9\x8f\x29\xc1\xc1\x59\x34\x96\x07\xae\xd6\x79\xe7\x59\x3a\x0c\x84\x18\xd3\xa6\x62\x70\x7a\x3e\x2b\x77\x46\x20\xe2\xff\x6f\x2c\x58\x80\xba\x7e\x56\x4d\x52\x9e\xa9\xf8\xc0\x51\x21\x57\x1b\x51\x5f\x2d\x98\x8f\x67\x5a\xae\x65\x7f\x5d\xf2\x93\xad\x9d\x28\x37\x4b\x86\x2a\xa3\x86\xb1\xb4\xc7\x03\x3d\x02\x32\x58\x0d\xf9\x60\x4c\x46\xc9\xa7\x66\xa9\xee\xae\x83\xe5\x87\x97\xcb\x87\x28\xb8\xae\x10\x33\x69\x58\xf3\xc9\x6c\x75\x87\x56\xc8\x99\xf3\x0b\x94\x57\x6f\x5d\x4a\xd2\xd1\x7f\x76\x0d\xdd\xe5\x63\x21\xd2\x9d\x7a\x12\x1c\x99\x99\x14\x3d\x27\xd9\xba\x84\x32\xc1\xe1\x10\x73\x3d\x92\x6c\x32\xb3\xbd\xed\x18\x14\xb1\x10\x11\xa8\xbf\xff\xd0\x02\x00\x8e\xbf\x2e\x5b\xb0\x41\x88\x4d\x19\x63\x04\xa2\x84\x98\x9a\xc5\xc5\xd5\x2c\x10\x0e\xf5\xad\x49\x2e\x75\x38\x39\xc3\x22\x95\xe9\xdc\x72\xcd\x97\xa9\xcd\xf5\xc6\xaa\x76\xb2\xfc\x06\x1b\xf7\x90\x37\x16\x81\xa3\x83\x92\x87\x80\x8e\x16\x41\x1a\x81\x22\xe1\xf3\x5d\xb1\xb6\xea\x86\x1d\x38\xe5\xb3\xd6\xbc\x78\x06\x70\xaf\xec\x5a\x1e\x5d\x82\xd2\x14\x97\xe8\xa9\xa7\x11\x5e\x1e\x3b\x0a\x6d\xb9\xde\xba\x90\xb1\xaf\x41\x9a\xf3\xf9\xf4\xcb\x5c\xed\xc1\x55\xc2\x6a\xcc\x93\x0d\xa2\x5f\xa2\x9b\x71\x52\x22\xef\x22\xf6\x88\x1d\xce\x96\xc7\x64\x88\x14\x8e\x30\xc6\x3e\xc3\xb0\x81\x4e\xae\x18\x36\xb4\xee\x46\x28\xd4\xf1\x22\xb6\xcd\x2d\xf0\x5f\xdd\x6d\x92\xe1\x26\xcc\x71\x67\x1c\xd1\xc9\x4d\x86\xbc\x67\x0c\x5d\x70\x46\xed\x9a\xc9\xf4\xff\x21\xef\xcd\xba\xda\x66\x9a\xb5\xe1\x1f\x64\xd6\xf2\x3c\x1d\x4a\xb2\x2d\x84\x43\xb8\x09\x21\x84\x9c\x65\x00\xcf\x93\x3c\xca\xbf\xfe\x5b\xaa\xba\xaa\xbb\x5a\x92\x81\xdc\xfb\xd9\x7b\x3d\xef\xfa\x4e\xc0\x96\xa5\x56\x0f\xd5\xd5\x35\x5e\xb5\x74\x2e\x9b\x03\xc5\x4e\xc8\x08\x7c\xa1\x6a\x27\x64\x68\xa7\x61\x85\x66\xc6\x0c\x18\x31\x5c\x55\xdf\x1e\xff\xad\x83\xd3\x71\x63\x5a\xbe\x27\x7d\x28\x3d\xa1\x80\x0b\x3d\x52\xd8\x34\xcf\x94\x44\xf6\xcc\x0b\x7a\xaa\xe6\xa2\x32\xd2\x97\xa6\x27\x10\x37\x37\xad\xa5\x1b\x2f\x28\x7f\xe7\xa9\xad\x0f\x72\xc2\x25\xb9\x47\x90\x81\x55\xd2\x49\x57\x65\x5c\x1c\x35\x55\x24\x0b\xef\xe2\xf4\xcf\x0e\x2c\xf0\xc5\xf3\x5e\xd0\x14\xcb\x41\xf8\x02\xad\xee\x11\xa0\xfb\x8f\x72\xa1\xf0\x9f\xbd\x8b\x24\xa5\x67\x88\x24\xf7\xd9\x3f\x90\xba\xf0\xcf\xe4\x05\x30\x3f\xa2\x3f\x6e\xbb\xb6\x35\x24\xfd\xe3\x9f\x7d\x9f\xc5\x54\x7a\x4c\xf5\x38\xf5\x4b\xe6\x8f\x79\x05\xc6\x87\xbc\x07\xdb\x08\x9d\x05\x3c\x29\xe7\x72\x3e\x1a\xc9\x31\x80\xe4\xf4\x74\x1b\x89\x6d\x76\xf2\x3b\x00\xa9\xe0\x2e\x36\xce\x5a\x64\x9f\x50\x3b\xfb\x06\xf6\x72\x6b\xcd\xf6\xbd\xf6\x1a\xa6\x46\xe5\x62\x3e\x28\x4b\x8d\xc2\xed\x25\x8d\x80\x43\x5a\xcb\x38\x0b\xd2\x1d\x94\x8e\x74\x8c\xd3\x83\xc6\x9e\x6a\x05\x28\x16\xea\x05\x6b\xb6\x40\x86\x1d\xe0\x8c\x8c\x41\xa3\x35\x30\x87\x36\xe8\x6a\x25\x7e\xed\xf4\xa2\x70\x9a\xa6\xfb\xe3\x92\xc7\x5a\xc1\xf6\x15\x9e\x45\x6a\xc5\xf9\x5b\x47\x36\x7e\x8b\xca\x7b\x4f\xfc\xe9\xd2\x45\x01\x08\xea\x53\x7f\xb2\x04\x77\x5c\x7d\xf1\xbc\xd5\x97\xec\x2d\x5e\x28\x37\xf4\x14\x27\x35\x0b\x86\x05\xdc\x0c\x3c\x6f\x33\x88\xf5\xb3\xdb\xa5\xe2\xba\x9e\x6a\x21\x9e\x20\xcf\x75\xc2\xa6\xa2\x7f\x9c\x51\x2f\x9a\xa2\x52\xd2\x3b\x42\x2f\xe8\xfe\xe2\xed\x76\x60\xc2\x8a\xe7\xbc\x66\x9b\xea\xf5\x55\xc7\x67\x6c\xee\x10\x28\x34\xae\xe0\xb9\xd5\xb2\x06\x99\xe9\x98\xbb\x65\x94\xdc\xac\x46\xef\xa8\xd7\xda\x7e\x70\xb8\x6c\x90\x00\x05\x26\x58\xa5\x2a\x34\xf7\x92\x0d\x5c\xa3\x08\x97\x07\xc7\x1d\x12\x7a\x3a\xaf\xdd\x72\x27\x62\xc8\xe5\x6b\x9b\x18\x94\x0c\xed\x63\x4d\x0d\x9b\x60\x1e\x06\xe7\xdc\xe0\xe9\xf1\x28\xfa\xc0\xd3\xc4\xc9\x71\x52\xc3\x56\x36\x9d\x05\x6f\x3e\xe8\x46\x70\xcc\xce\xc2\x48\x76\x30\xc7\xf7\xed\xd4\xc9\x6e\x7c\xeb\x1e\xe6\x09\xe8\xf4\x7c\x14\x15\xab\x7c\xf4\x62\x06\xfe\x8c\x06\x57\x06\x5e\x58\x5c\x3d\xb5\x09\x94\xd2\x89\x04\x4d\xb2\xe1\x5f\x81\xb5\xd3\xfd\x7c\x75\xed\xf2\x85\xa2\x97\xbd\xa6\xdd\xaa\xf9\xb3\x8d\x75\x29\x91\x19\x46\x00\x60\xc9\x48\xc5\x8c\x68\xf9\x66\x9f\x31\xb0\x29\x3b\x83\xc2\x7a\xdc\xcb\x4f\xf2\x05\x35\x37\x32\xe1\x5f\xb2\x34\xeb\x59\x70\xf9\x55\xf4\x67\x51\xbd\xce\x08\x3b\xb1\x95\xae\x1f\x50\x41\xa8\x5f\x1b\xf1\xd1\x58\x6d\x39\xf0\xef\x30\xef\x96\x94\x31\xe1\xa2\x65\x84\xb8\x97\xec\x9a\xae\x78\x0d\x5c\xab\x3f\xec\xf7\x9b\xae\x2b\x4c\xbf\x03\x63\x06\x05\xbc\xd3\x71\x4d\x21\x1d\x6b\xf4\x88\xcc\x1a\xbf\x3b\x88\x66\xe7\xdd\xa5\x2e\x18\x06\x5e\xf4\xb5\xfb\x09\x81\x54\x85\xcf\xf6\x33\x28\xc2\x0b\xeb\x80\x1d\x5a\x49\x7e\x82\x6e\xb2\x5b\xe0\xbb\x11\xd8\xde\x6a\x32\xd2\x44\xab\x80\x11\x36\x98\x13\x0e\x6d\xfa\x66\x24\xbb\x7f\xd3\xd6\x16\x6d\x71\xcc\xd7\x57\x23\x02\xfe\x45\x5b\xc6\x9a\xaf\xa3\xaf\x36\x2d\x8a\x3e\x9f\x11\x31\x9c\x82\x19\x8c\x39\x3b\xd8\xee\xd8\xf5\xd8\x6f\xe1\xed\x5f\x78\x0b\xb5\x91\xf2\xa7\xbc\x07\xf5\x0b\x2b\x86\xae\x0c\x51\xb5\xc9\x89\xdf\xa4\x81\x15\x74\xe6\x51\xec\x4e\x87\xe2\x5e\xf0\xf1\xb3\xfe\x57\xbd\x40\x0e\x19\x54\xe7\x87\xf6\x4d\xad\x04\xdc\xb3\xd2\xfb\xa4\xc7\x9a\xc7\x39\x47\xe9\xa1\x85\x32\xc8\xba\xdf\x3a\xca\x69\x39\xb0\xa7\xcf\x5e\x30\xaf\x4b\xb0\x9c\x13\xbd\x7d\x4b\xe9\x70\xe3\xcb\x5e\xea\x76\xae\x55\x31\xe2\x4e\xe9\xfd\x7d\xb9\xb0\xb8\x72\xdf\xa5\xaa\x36\x1f\x70\xdf\x96\x82\x5f\x2e\xfa\xeb\x89\xb6\xcf\x5e\xe5\xb9\x62\x2b\x97\x70\x9e\xef\x92\xac\x41\x05\x8c\x58\x59\xd8\x55\x58\xcb\x41\x3b\x16\x5a\x1d\x5f\xa4\x01\xb0\xa6\xba\x0a\xc4\x52\x81\x8b\x08\x7a\x12\xd3\xd9\xbc\x85\xc8\xc5\xf4\x75\x89\x76\x63\x65\xca\xcb\x1c\xac\x93\x5d\xe2\x8f\xfb\xd0\xce\xad\xed\xe9\xde\x06\xaa\x8a\xe2\x2f\x1d\x93\x20\x1c\x79\x40\x2c\x4d\x94\xc7\x5d\xb1\x5e\x87\x47\x1c\x25\x89\xf6\xfa\xab\x40\xed\x4b\x0b\xde\x34\xe9\x4d\x7f\xbf\xe6\x66\xbe\xaf\x86\x5e\xb0\x66\x15\x72\x83\x33\x00\xc1\xf7\x48\x85\x60\x93\xfd\x42\xaa\x0f\xa7\x5f\x66\xac\x26\x14\x7c\x79\x10\xc3\x51\x60\x41\x3c\x02\xc9\xe7\xeb\x4b\xc4\xf8\x73\xfe\xee\x5b\xc8\x2c\x21\x72\xf4\x72\x6d\x3c\xa7\xca\x42\xee\xea\x93\xec\x79\xe7\x31\xd5\xae\x7a\x4c\xbd\xb8\xb8\xdd\x17\x54\x62\x0c\x19\x22\xfb\x25\xdf\xfb\x6a\xb9\x67\x1f\xa8\x95\x7b\xf6\xfd\xf5\x4e\x68\x7f\x59\xf4\x6c\x17\x92\xa6\xc2\xa5\x74\xba\xa6\x3e\xde\x4b\x11\x45\xe7\xa3\x9a\x13\xf4\x3d\xa8\xbe\x3a\x9d\x57\x43\x72\xe6\xf8\xf2\x02\xa9\x31\xfe\x84\x55\x37\xd2\x91\xa7\x06\xb3\xcb\x88\x92\xad\x6b\x1d\x8c\x30\xc9\x4a\x36\x96\x90\x90\x98\x46\x17\x38\x70\x46\x09\xb3\x2a\xd5\x4d\x1e\x62\x0b\x78\xc5\x71\xe0\xa5\x1f\x13\x08\x2c\xa7\x16\x43\x55\xb4\x07\x0e\x75\xc6\xa3\xc8\x6e\x7b\x08\xeb\x5c\xef\xf3\x6e\x67\x22\xc3\x05\x3c\x7f\x01\xd5\xbc\x6c\xfb\x1d\x8a\xab\x55\x54\xcb\xa1\xe7\xcd\x7d\x07\xe1\xa8\xc4\xd8\x75\x0b\x7f\xf9\xd3\x76\x3b\x9b\x7c\x61\xe7\x4c\x89\xfa\x6c\xe7\x42\x3c\xea\xc0\x3a\xda\x10\xf3\xbb\x81\x45\xa9\xd9\x74\xfc\xfd\x98\x11\x0d\xb0\xd0\x74\x92\x19\xd3\x23\xda\x55\x67\x37\x53\xbe\xba\xe4\xda\x87\xfd\xb3\x13\x12\x6c\x95\xdd\xd0\xeb\x7d\xfd\xc5\xf6\x43\x2e\xf8\xdb\xc2\x91\x76\x68\x5f\xe7\x40\x7d\x5b\x93\xc8\x1c\xfa\xe6\x37\x18\x7b\xb4\xa3\x17\x86\xbc\xd2\xd0\x06\x61\xef\x47\xac\x26\xef\x62\x00\xcb\x35\x42\xcb\x4d\x67\x30\x4e\x9d\xb1\xb2\xb2\xc2\x31\x49\xa0\x01\x30\x83\x46\x53\x58\x67\xc6\x91\xe5\xbb\xc9\x38\x52\x8e\x59\x66\x4c\x66\x5f\xa4\xba\x81\xf9\xb2\x60\xba\x60\x69\x64\xbe\xeb\xdb\x93\x78\xb1\xeb\xeb\x2d\xa8\x1c\x91\xe6\x96\xfa\x46\xed\xd2\xc6\x26\xb4\xdb\xf0\x5c\x1e\xd8\x77\x54\xf4\x97\x75\xa3\x67\x9f\x39\x2c\xfa\xf6\x99\x46\xe9\x5a\xbf\x70\xc8\xc4\x16\xcc\xbf\xaa\x9d\x54\x9f\x6a\x8a\xcc\xc7\xde\xa5\xdf\x57\xa0\xde\xf1\x34\xb2\x7b\x52\xf2\x25\xfa\xd6\x1a\x06\x3b\xc4\xe8\x70\xad\x11\x1d\x73\x69\xca\x11\xaa\xe2\xf4\x9d\xd0\x2f\xdd\xa8\x4a\x74\x76\x13\x7e\xc7\x38\x0b\xf7\x2a\xec\xbd\x20\x51\xf7\x8a\xb2\x97\x78\x63\x4b\x65\x94\xb4\xcd\x1a\xf7\xea\xc9\xf3\x9e\xa4\xa5\xf7\x3a\x3b\x74\xf2\x98\xa5\xb1\x05\xdb\xcf\x05\xa5\xf0\xa7\x5c\x34\x9e\xf3\xe5\x37\xb7\x19\xb4\x10\xcc\xd9\xd2\xb4\x3d\x32\x35\x37\x33\xb3\x6f\xf8\x81\xe4\x43\xf4\x14\xfa\x1d\x35\xce\x6f\x5c\xc0\x69\xb0\xd7\xd9\x54\x4d\x8d\x9d\x6c\xc3\x32\x86\xaa\x44\x85\x76\xaa\xea\xab\xfa\x33\x82\x0d\x2f\xb5\x62\x5d\x4b\x1a\x1b\x59\xaa\xd8\x61\xef\xb4\xb9\x9a\x2b\x6f\x5c\x66\x02\x5d\x67\xa8\x88\xa4\x84\x44\xb7\x61\x91\xa8\xda\x3b\xb4\x73\x81\x3b\xfb\x4e\x60\xcd\xf4\x12\x68\x97\x0d\xbc\x83\x7d\x77\x4a\xf9\x5b\x15\x7f\x0d\xc8\x17\x29\xae\x14\xaf\xb3\xd6\xf2\xcb\x91\x9f\xa4\x81\x7c\x66\x2f\x8f\x18\xc6\x21\x9d\x39\x40\x5e\x33\x95\x60\xd8\x6a\x91\xf4\x8a\xb0\xb4\x26\x8c\xab\xcb\x1a\x71\xe7\x23\x78\xf4\xc6\xf7\xbc\x53\x4f\xf8\x57\x64\x31\xcf\x38\xb4\xef\xc1\x63\x3c\x8d\xc8\xf3\x66\x41\x36\x38\x9c\xa2\xce\xd9\x81\xd3\x58\x71\x92\x5a\x73\x85\x04\xd6\xb3\x02\x2b\xea\xae\x14\x41\x34\x6d\xc0\xb8\x09\xb2\xd8\x1e\x79\x8b\x8f\x67\x91\x3e\x14\xed\xae\xcf\xe6\xc7\xda\xab\x26\x61\x48\x7e\x62\x53\x03\x1a\x9a\xce\x72\x94\x7c\xf4\x69\x82\xd7\x3e\x0e\x22\xc9\x50\xc4\xbb\x49\x58\xbd\xb1\xa1\x4f\xcf\x32\xa3\x6e\xd8\x3b\xb4\xe6\x73\x60\x64\xf0\x0a\x2a\xee\x9d\x4f\x81\x3e\x8a\x60\xfd\x39\xae\xd9\x70\x3c\x47\x8e\x2c\xcc\x1b\x0d\x41\xa6\xb3\x02\xb4\x8d\x9b\xd8\x03\xe8\x46\x80\x6f\xcf\x7c\x8e\x2f\x8c\x77\xcc\xce\x8f\x0b\xdc\x68\x03\xd3\x72\x9d\xe7\xdb\x67\x6d\x94\x2d\xa1\xa0\xb9\xb6\xa6\x56\xf3\x53\xda\x8d\xf5\xac\xa7\x07\x01\xd2\x7f\xa5\x49\x3f\x10\xde\x27\xd7\xeb\xf3\x9c\x99\xec\x92\x0a\x11\x34\x7f\xd1\xdc\x48\x9c\xd7\x3c\xb3\x14\x0f\x4c\x0b\x11\xcf\xc2\xd0\x26\x18\xf0\xb7\xa1\x86\x6a\xb1\x7b\x8e\xc2\xbd\x4e\xb9\x85\xa8\x9d\x78\x21\x6a\xcb\x41\xf6\x65\xa4\x73\xfc\xb1\x15\x52\x24\x0a\x16\x9b\x73\x44\xd2\xe8\xc3\xba\x4a\x13\x26\xce\xb9\xc5\x3c\x20\x9c\x67\xde\x25\x6d\x7f\x39\x0f\xcc\x75\x3e\x02\x0e\x2d\xa2\x5f\xde\x5b\xfb\xe6\x75\x26\x67\x62\x29\x1d\x60\xa2\x1f\xa1\x9e\x5e\xcc\x62\xc6\x21\x66\x77\xa7\xc4\x8d\xcf\x22\xe1\x6f\x6e\x36\xd0\x5c\x18\x8f\x91\x06\x89\xfd\x36\xd9\x08\x5e\x6d\x33\xb1\x77\x67\x6a\xaf\x95\x21\x27\x35\x55\xa6\xcc\x95\xa9\xed\x88\xf3\x44\x92\x0d\x63\xe2\x77\x65\x3f\xe5\x09\x6a\xba\xd2\x17\xbc\x78\xde\x28\x98\x56\xad\x57\xed\x8e\xca\xc5\x07\x4d\xc4\x9c\x88\x8a\x2a\x3b\x36\x72\xc2\x37\x2d\xa9\xd5\x3e\x69\xf8\xc8\xda\x27\xc4\x9f\x9b\x1c\x5a\x36\x54\x03\xb9\xc9\x38\x4e\x15\x36\xe5\xad\x20\x14\x09\x36\xa5\xb9\x48\xf1\xe4\x1f\xba\x98\xce\xb5\xbe\x68\xfc\x3b\x06\xd9\x5f\xbf\x74\x16\xa9\x13\x66\xe1\x7f\x34\x0c\x2b\x93\xb0\xd8\xcc\xd0\x7b\x2e\x24\x29\x13\x71\x96\xb9\x66\xca\xd0\x60\x52\x27\x2d\x37\x88\x22\x68\x6b\xb8\x87\x6e\xe6\x65\x66\xd4\xf2\xc6\x27\x4a\x90\xa5\x8f\xe9\x65\x07\x8d\x39\x23\x33\xf1\x45\x48\x4d\x85\x17\x95\x74\x42\xa9\x9c\x17\x84\x16\x75\x99\xf7\xcc\xe2\x93\x35\x07\x38\xe5\xe4\x4e\x5d\xe9\x61\x7a\x9c\x93\x9a\x78\x97\x74\x43\x7d\x4b\x8c\x52\x83\x9e\x82\x87\xe1\xb3\x03\x75\x2b\xe6\x73\x75\x76\xa8\x84\x19\xfd\x77\x35\xeb\x59\xbe\x47\xdd\x38\x35\x1d\x78\x1c\x39\xc1\x2d\x4d\x17\x30\x1b\x1b\x2d\xc0\x40\x15\x73\x36\x3a\x2f\xd0\x81\x25\xfe\xeb\x17\x6f\xc7\x81\x2e\xc9\xc5\x52\x46\x4d\x39\xee\x64\x9d\x8a\x4e\x19\xd3\x29\x6b\x27\x82\x9c\x2a\x16\x90\x27\x91\x2f\x07\xa3\x9b\xab\x5b\xaf\xdf\x8e\xc6\x04\x56\x72\x8f\x34\x49\xa5\xd5\xe8\x70\xc6\xcc\xdb\x44\xef\xd2\xc7\x74\x23\xa5\xce\x41\x25\x25\xdf\xfe\x14\xca\xe9\xbd\x8b\x84\x96\x1b\xa1\x2b\x25\x74\xa6\xa8\xea\x09\x6b\x71\xa5\xc6\xa3\x69\xb6\x02\x1b\x60\x59\x09\x6c\xc6\xde\x42\xa2\x15\x52\xb9\xb8\xe6\xf7\xd4\x09\x09\x3a\x62\x1e\x1f\x5a\x01\x66\x43\x68\x07\xc1\x81\x55\x88\xb2\x0d\x02\x2b\x60\x4d\x74\x6e\xcf\x95\x96\x7c\x6e\xa9\x61\x67\xd3\x6f\x5d\x48\x0a\xc9\xa4\x38\xbc\x66\xe6\xcf\x8d\x0a\xdb\x20\x2b\x40\xb2\x62\x16\x92\xf4\x12\x00\xbc\xeb\x8f\xa4\xa8\x08\xc4\xc1\x91\x36\x37\x8b\xef\x92\x60\x5c\xaa\x2b\x6f\xf4\xb9\xa9\x44\x28\xc4\x26\x37\x55\xc9\xff\xfa\x44\x0e\x28\x97\x08\x75\x70\xaf\xe9\xad\xeb\x91\x32\x93\x41\xc9\x59\x1d\x27\x71\xa9\xb0\x39\x9e\xcb\x5b\x26\x86\x1b\xa1\x41\x92\x34\x6e\x21\x1c\x64\x52\xb8\x47\x08\x4f\x3e\xb3\x05\x95\xd3\xc6\x5f\xf5\x06\x49\x3b\x41\x53\x36\x67\x46\xb6\x9f\x47\x1c\xea\x4e\x74\x8b\x8b\x06\x0a\x9b\x74\x35\xc0\x89\x3a\xf8\xd8\xb9\x8b\xd9\x3b\x8d\xa1\x5a\x2e\x72\x22\x12\x86\x77\x92\x61\x66\x76\xe0\xdb\xcd\x91\x71\xa5\x64\xbd\x99\x46\xf3\x6c\x67\x0b\x63\x1a\x57\xd8\x22\x61\x1a\x3e\xbb\xcb\x44\xcd\xce\x8d\x1f\x32\x98\xff\x52\x51\x3c\x55\xdd\x39\x07\xba\x33\x0b\x39\x5d\xd0\x71\xe9\x63\xc8\xe3\x0f\x9a\x2c\xf6\xd4\xd0\x66\x7d\x9e\xd7\xf8\x32\xa4\x5f\x51\x51\x83\x87\x38\x9b\x20\xa9\xcd\x3c\x2b\xe4\x95\x8d\x75\xe1\x41\x31\x01\x99\x27\x9a\x8e\x6f\x00\x8a\xe7\xd0\xde\xd4\xd0\x67\xa5\x8d\xd3\xbe\xa4\x41\xa2\x0a\x47\x26\xfc\x16\xa1\x19\x6f\x5c\xb5\x9a\xa7\xd6\x30\xb9\x65\x07\x15\xa2\x4e\xc2\xe7\xc6\x3f\xd7\x21\xa0\x3d\x7b\xde\x2f\x07\x84\x0f\x92\xc5\x9e\x03\x38\x52\x79\xa3\xf8\xe8\xb5\xc6\xbc\x8e\x4a\x59\x15\xd9\x9d\xf1\x34\xac\xec\x16\x3a\xc5\x7a\x54\x15\x03\x91\xed\x9d\x62\x06\xb7\x85\x45\x69\x83\xe9\x88\x2c\x0e\x0f\x0c\x28\x63\xa8\xd6\xb3\x5b\xa0\x22\xf9\x60\xf3\xac\x0d\x33\xb2\x02\x63\x09\x12\xbe\x90\x0b\x18\x49\xad\xc3\xb6\xc8\xf1\x03\x18\xf4\x74\x4d\x26\x1e\x03\x05\x76\xbe\x76\x40\x69\xca\xd0\x5c\xed\xf5\x13\x32\xa1\xf0\xc0\xc2\xfc\x70\xe3\x3c\x60\xaf\xc7\x1d\x60\x1c\x93\x2e\x0f\x2a\xee\xba\x3b\xc4\xce\x5c\x6b\x1e\xb9\x1d\xcc\xc8\xd9\x53\x5b\x43\x95\x86\x39\x8f\x38\xf2\x5c\x12\x09\xc1\xe2\x55\x0f\xa7\x37\x2a\x01\x36\xcc\xeb\x3f\x99\x7d\x88\xa7\x00\xb3\xc8\xbb\xe4\x33\xb5\x20\xea\x51\xd5\x9e\x08\x86\x6a\x8a\xd0\x2a\x2d\xb9\xb9\x6d\xae\xd8\x38\x70\xa9\xb9\x47\x4e\xd3\x8d\xbc\x60\xc7\x02\xfc\x68\xc1\x73\x35\x5e\x14\xd9\xac\x91\x1b\x3b\xd3\xa9\x42\xb2\xca\xdd\x2f\x02\x78\x83\x59\x7b\x87\x2a\xba\x5f\xb0\xe1\xda\x9b\xec\xb2\xff\xa7\xc9\x01\xc9\x30\x18\xda\x74\x11\x5d\xa4\x84\xee\x17\x88\xb4\x93\x07\x67\x1a\x64\xe9\x39\x83\x50\xe8\x89\xd2\xfa\xd0\xda\x1c\xff\xb3\x39\xa5\x9d\xb9\xca\x2a\x1a\xbe\xad\x28\x04\xa7\x47\x08\xef\x66\x37\xf7\x72\xc7\x35\x09\x7a\xdc\xad\x99\xcf\x9c\x62\xec\xa3\xec\x41\xdb\x75\x79\x61\x7b\xb2\x9d\xe8\x01\xc9\x83\xb4\xe6\x95\x99\x9e\x83\xf3\x92\x93\x5f\x92\x25\x44\x9f\x33\x03\x41\x95\x8f\xc2\x85\x89\xb6\xfb\x56\x4c\x47\x48\xb1\x22\x3b\xd0\x84\x4d\xf4\xa2\xb0\x17\x63\xa1\x08\x05\xae\x8f\x8f\x84\xda\x50\x7e\x50\x67\xc9\x95\x0a\x5c\x44\xcb\xa1\x41\x2b\x0a\x34\x71\x37\x90\x5e\x2c\x39\x06\x7d\x46\x7a\x50\x2f\x49\x7b\xba\xc7\x74\x88\xca\x85\x28\xb4\x79\x68\xdf\xe0\xbe\xed\x0e\x9b\x9a\x4d\x81\x49\xdb\x16\xdc\x82\x11\x51\x2d\x8e\xe8\x5b\x70\x02\xd3\x1a\xf6\xcf\xb9\x5d\xd3\x37\x2e\xe0\xc6\xc0\xd2\x01\xbb\xbc\xa7\x21\xaa\xe6\xb6\x16\x4c\x7d\x6d\xec\x14\x14\xc7\x2d\x2d\x98\xe8\x96\x50\xf7\x51\x1c\x77\xdb\x62\x6d\x65\x7d\xec\xe9\xd9\xc3\x43\x09\xff\x38\x99\x91\xf2\x9c\xf8\x55\x74\x09\x05\x0c\xd6\x28\x2e\x7f\xa3\x19\x1b\xd0\x3f\xd1\x9b\x84\xe9\x11\xb7\x54\x15\xe3\x91\x78\x1f\xbe\x6f\x6b\x00\xb4\xfb\xb6\x32\x30\x1e\xc6\x4e\x64\x1f\x2d\x07\xb0\x36\xaf\xa5\xfd\x76\x4f\xe2\x0c\xc8\x0e\x7f\x42\x1e\xcf\x49\x60\xaf\x4e\xea\xca\xcc\x9e\xeb\x72\x79\x7b\x62\x2b\x49\x29\xee\x83\x32\x48\x46\x5b\xb2\x7c\x54\x6b\xf5\xc0\x57\x5a\x0c\x4d\xf4\xc8\xbf\x84\xf1\x00\xa6\x20\x88\x36\x6f\x2c\x15\x9f\x14\x18\x51\x63\xc9\x66\x88\xf5\x3a\x2a\xce\xc6\xc5\xb0\xe4\xbe\x25\x97\x07\xaa\xd1\xec\xc4\xfe\x79\xcc\x3f\x77\xf8\xdf\x27\x4d\xf7\x45\xef\x7e\x8c\x15\x1a\x8d\x5e\x96\xd1\xc5\x67\x44\xe7\x2f\x49\x3a\xda\xc2\x31\x97\xa6\x73\x85\xc0\x77\x76\x5b\xdc\xe7\x91\x42\xc4\xc3\xd1\x59\x44\x36\x69\xa2\x8b\x29\xd5\x33\x40\x60\xb5\xbe\x73\x39\x9d\xc9\xa1\x2d\x0d\x44\x3d\x41\x0f\xca\x0b\xad\xf3\x36\x16\x91\x75\x6f\x35\x31\xff\x23\xb4\xf2\xc9\x59\x95\x7d\x87\x83\x91\xb6\x29\x17\xbc\x9e\x7f\x12\xf9\x7f\xc2\xac\xb7\x1f\x4b\x53\xe9\x62\x8c\xce\x3e\xa3\xbe\xa6\x34\xba\x46\xad\xc6\x4a\xbb\xa7\x9d\xb8\x2c\xba\xc2\xef\x87\xad\x22\x1b\x69\xd7\xec\xa9\x33\x79\x85\xd6\xd6\x67\xdf\x7c\x87\x74\xc9\x87\x8a\xfc\x70\x6c\x71\x5a\xd4\x09\xad\xa6\xdf\x8d\x7b\xf8\xd4\xee\x19\x62\xe7\xc7\x3a\x31\x70\x59\xcf\x26\xa0\xd7\x80\x14\x2e\xd1\xe4\x9b\x1d\x5b\x9c\x7d\x3c\x28\xb7\xa7\x57\x90\x73\x8c\xa3\x17\x3f\x4c\x96\xcc\x50\xa6\xcb\xc8\x7c\xff\x8d\x65\x8d\xa6\xab\xec\x4e\x69\x6c\xb9\x6b\x28\x70\x9c\x76\x6b\x8e\x9b\xb6\x5d\x56\x22\x26\xcc\xb7\xa7\x9c\xba\x36\xe3\xc3\xe9\x56\x85\x34\x47\x5e\xb0\xfe\xc3\x87\x5e\xef\x28\xd0\x5f\x45\x3c\x29\x38\x33\xd0\x73\x17\xec\xd5\xbd\xb5\xf1\xc9\x92\x6e\x86\xdf\xed\x5a\x3d\x87\x2d\x96\x41\x77\xc2\x3d\xe9\x4b\x7b\x91\x1d\x5c\xbd\x95\x5d\x09\x61\x1c\xc2\x32\x36\x5d\x23\x2f\xc0\x18\xb1\x32\x57\x38\xad\x9f\xc3\x58\x03\x4b\x72\xcb\x75\x68\xb5\xcb\x69\x57\x19\x37\x24\x59\x4e\xe9\xbb\x94\xb9\xea\x5b\x5c\x81\x1b\xeb\x26\x0b\xec\xd5\x4f\xb6\x6c\x72\xb3\xd5\xcb\xaa\x7f\x8d\x16\xfb\x34\x96\x7b\xe6\x06\xab\x3d\xbb\x5d\x4c\x4a\x33\x0d\x71\x6b\xfc\x9b\x41\xf7\x99\xe2\xda\xfa\xa7\x23\x40\x04\x08\xbc\xe4\xc9\xee\x51\xd8\xd3\x73\xc2\x3f\x34\xaf\x3a\x23\xaa\xf0\x7c\xf4\x2d\xa9\x36\x3e\x69\x76\x8f\x6f\x27\x56\xc5\x2a\xe0\x4d\x56\x31\x8b\x36\xca\xc5\xcf\x27\xca\x82\xfa\x33\xbd\x5e\x33\x9f\x43\x80\x38\x9f\x17\x5d\xae\x5a\xd3\x89\xe4\x5b\xda\x0e\x9a\xb0\xb7\xd0\x45\xb6\xf9\x27\xa1\x12\x41\x8e\x48\x2b\x9f\x83\x59\xd0\x58\xb7\x80\x37\x02\x56\x5b\x55\xc4\x34\x84\x54\xb1\xc1\x6e\xc9\xc3\x80\x21\xb2\x83\x1c\x3d\xe4\x83\x3c\xb2\x18\x22\xc9\xa1\xa9\x40\x1d\x30\x86\x7c\xa4\x82\x11\xed\x44\xb3\xbf\xdd\x48\x21\x0b\x08\xad\x3f\xde\xbc\x6b\xa5\x31\x3c\x6d\xef\xad\xc8\xc7\xa7\xdc\xf2\x2b\xab\xea\x4c\xda\x27\x20\x08\x34\x46\x8a\xe1\xaf\x71\x0b\xd3\xc5\x78\xce\x29\x1a\xe2\x15\x5f\x37\x38\x32\x65\xc3\xe5\x72\xe6\xdf\x54\xe3\x3b\x3c\x49\x4c\x0d\x98\x47\xd2\x34\xf7\xe4\xf0\x95\x6c\x15\x8b\xaf\x78\x2a\xb2\x25\x59\x8d\x6c\xc3\x1f\xa1\x79\x1d\x90\x4a\xf4\x60\x93\xf5\x2b\xdd\x81\x1d\xa9\xf2\x37\x4d\x1f\x0b\x52\x01\xc0\xf0\x60\x12\xe4\xdf\xcf\x9f\x6c\x02\x80\x50\x3f\x91\x27\x35\x95\x2e\x72\xeb\x2b\x33\x04\x72\x63\x15\x36\xcb\x9b\x1b\xcd\xb2\x41\x51\x9a\xdd\xf7\x3c\x6f\xdf\xab\xb6\x07\xf6\xc4\x3c\x1e\x4c\x8e\x09\x6d\xfe\xc2\x26\x37\xbe\x17\xb4\x5f\xd0\x24\x83\x28\x4b\x93\x49\xcf\xf3\x12\xb7\xc9\xe4\x10\x6a\xb8\x88\x75\x61\x93\x0c\xd0\x89\x26\x39\x40\x5f\x9a\xac\xf4\x3c\xaf\x62\x9b\xa4\x84\x8e\x03\x7b\x74\x52\xa9\x74\xfc\xa8\xbc\x00\xcb\xd5\x3b\x2e\x07\x37\x22\x6f\x0b\x09\xa9\x3d\xe5\xe3\x1e\xee\xfb\xc6\xb1\xa7\xfc\x10\xc6\xfd\x43\xef\x6f\x42\x14\x4d\xef\xb1\x5e\x0b\x5b\x11\xd9\x5a\x53\xc4\x72\x59\xec\x95\x27\x5e\x74\x42\xaa\xd5\x9a\x7a\xff\xdb\x46\x12\x4c\x7d\xc7\xbc\xd5\xa6\xfe\xcc\x78\x7a\x96\x6d\xed\x01\x16\xcb\xb7\xd1\x37\x66\xc9\xb5\xcc\x4d\xbf\x7a\xaf\x3d\x0d\xe9\x7c\x57\x39\xad\x66\xc6\x92\xc9\xf2\x91\x19\x38\x75\x26\x87\x81\xa4\xa5\x44\x15\x9b\xc9\x76\x1b\x31\x9b\x75\x74\x10\x64\x6e\xba\xad\x45\x29\x82\xad\x5f\x94\xc8\x50\x17\x22\x95\xbc\x5a\x6d\xe0\x02\x2e\x84\xdc\xdf\xb7\xd5\x5a\x96\xce\xdd\x80\x88\x75\xef\x76\x4a\x8c\x4a\x2e\xf4\xf4\x86\xd5\x9e\xbb\x94\x9b\xe2\xc6\x9e\x43\x36\xc0\xd4\x95\xda\x47\xe6\xd5\x10\x62\xe8\x28\x06\xc9\x50\xcb\x60\xad\xdb\x84\x63\x86\xdb\x80\xd6\xb1\x63\x9c\xf9\x5e\x30\x4f\x59\x6d\x6f\x75\x1b\xe3\xea\x68\xa1\xac\xcd\x26\xcd\x74\xc4\x32\x7b\x03\x45\x0f\xce\xb8\x29\x3b\x5d\x71\xe6\xba\xf4\x8d\x09\x40\x64\xca\xd6\x8c\x5a\x7f\x1e\x18\xd3\xc7\x17\x64\xd1\xb4\x61\x7e\xde\x08\xf6\xc8\x05\x7d\xb8\x52\xc5\x0e\x4b\xe7\x58\x74\xbd\x64\x2e\x08\xba\xe9\x68\x59\x50\x0d\xce\xaf\x93\x9b\x02\x8a\x71\x14\xd6\x3d\x47\x89\x9c\x29\x16\xf2\x49\xa5\xc5\x6f\x56\x70\x15\x8e\xc8\xfd\xf1\x5b\xc2\x88\xcc\xfd\xe9\x5e\x49\xa0\xc1\x1f\xf0\x5f\x2a\x21\x86\x6e\xc4\x80\x40\xee\xd1\x48\xae\xf7\x5c\xe5\xba\xba\x7c\x87\x21\x80\x0a\xe9\x30\x5c\x23\xbd\xb5\x9c\x2b\x76\x7e\xe7\xc6\x29\x26\xa7\x1e\xbb\xbe\x6f\x53\xa1\x2c\xee\xcb\x86\xf3\x1e\x3f\xdb\x59\xb3\x81\xf3\xcd\xa5\xa3\x80\x6d\x89\xe7\x3d\x54\x18\x41\x36\xba\xb5\x07\xda\x1c\x74\xa8\xd8\xd4\xad\x17\x8e\x9f\xb7\x2b\xf2\x9c\x84\x3b\x4b\xa7\xa1\x37\xe8\x92\xdd\xf2\xd9\xa2\x1a\x9a\x63\xf4\xe8\x64\x29\x43\x96\x5f\x31\xe5\xec\x97\xfc\xff\x39\xcb\x30\x95\x43\x6b\xeb\xe8\x39\xfa\x2f\x5d\x9e\xa8\x20\xb9\xb4\x59\xf3\xc3\x55\x16\x48\xe5\xde\xf3\x46\xf7\x6a\x34\x43\xcf\xab\xff\xa3\xe6\x75\x68\x91\x05\xf7\x6c\xe9\x3f\x30\x70\xf8\x02\xec\x75\x09\x76\x7b\xfc\xc5\x48\x8e\xbf\x2e\xdc\x6b\xd5\x55\x1a\x15\x9e\xaa\x75\xd9\xfd\xc0\x62\x1e\xd8\x40\x0d\x92\x6f\x79\x13\x59\xef\x12\x0a\xf6\xcb\x6f\xcc\xdb\xf0\x00\x56\x9b\x8f\x9e\x03\x82\x80\x70\xce\x1f\x00\x44\x95\x00\x16\xd8\xf5\x07\x38\xe4\xb5\x8d\xfb\x76\xdf\x4b\x5a\x78\xa3\xa4\x1d\x02\x28\x02\xb5\xfd\x44\x2e\xcc\x2f\xdb\x84\xf3\x02\x4e\x76\xd9\x6f\x2d\xe4\xb7\x40\xaa\xb1\x34\xfd\x13\x06\x02\x0a\xb1\xe9\x66\x61\x2a\x28\x6f\x96\xe5\xd8\xf9\x93\xc3\xa3\x76\x6d\x27\xaa\x7c\x28\x34\x0b\x64\x2c\x0d\x18\xcb\xb7\x2c\x55\xd9\x12\x4f\xee\x21\xe5\xa4\xab\xe4\xba\xb2\x0e\x71\x6c\x30\x9b\x47\x8c\x64\xa9\x6f\x63\xb1\xb5\xde\x5a\xe9\xaa\x20\xb6\x7a\x5b\x05\x5c\xd6\x1f\x6d\xec\xe4\xe4\xa4\x42\xb9\xc7\x75\xf5\xc8\xb6\x16\xea\xe8\x68\x13\xbb\xb9\x64\xf0\x7e\x7e\xfb\xaa\xde\xb3\x5f\x36\x03\x7b\xd7\x2c\x46\x1f\xcd\xe9\x9c\x20\x42\xa9\xbd\xfa\x1f\x04\x78\xdc\x4a\x0d\x3b\x8e\xf2\x90\x39\x3a\x63\x45\x9d\xf8\x0c\xae\x68\x17\x34\xf9\xd6\x59\x49\x4d\xe7\x6e\xaa\x48\x7c\xb3\x0f\x8a\x44\x28\x06\x63\x21\xb9\x85\x77\xbc\x08\x50\x9d\x9e\xe7\x75\x5c\x01\x8a\x63\x76\x10\x73\x56\x5e\x15\x18\xc0\x3b\xf4\xc2\x7a\x4f\x9c\x5f\x4c\x2e\xfd\x3b\x1a\x4c\x87\x19\xa4\xf4\xea\x84\xe4\x4a\xc7\x63\x32\xdc\xc0\x3c\xc1\xee\xbe\x3a\xd7\xd4\x3b\x21\x56\x61\x24\x29\x0b\xdc\xee\xa3\xf2\x3a\x8f\xd6\x8a\xa3\x14\x47\x96\xcc\x71\x4b\x06\x3e\x91\xb5\xbd\x05\x7e\x5c\xf2\x7f\xc6\x3a\x40\x01\xcc\xaf\x2d\xe6\xb6\x27\x36\x55\x3f\x67\x7d\x40\x2b\x3c\xbb\x5e\xe7\xa3\x6f\xc5\x21\xd1\x57\xfe\x39\xd3\xe9\xa4\x64\xa4\x2e\x81\x3c\x64\x95\xe7\xb3\x8a\xe4\xbb\xe3\x23\x41\x24\xf2\xf4\xb9\x7f\x34\x6f\x35\xd1\x80\x0c\xd8\x72\x5a\x6b\x5f\xac\x29\xab\xd7\x6f\x54\x39\xfa\x69\xff\x15\x47\xa0\x71\xe4\x4f\xd1\xed\xd2\x4a\xa4\x03\x7d\x55\x63\x30\xd2\x44\x73\xee\x6b\x78\xb4\x93\x68\x68\xcc\xe4\xc6\x1b\x8b\xd2\x0d\x6f\xb2\x47\xbd\x00\x48\x1c\x71\x6e\x06\x86\x2f\x11\x18\xdf\x7c\x5e\x17\x26\x05\x3c\x72\xa1\x0c\xd2\x5c\xd7\x74\xde\xc0\x32\x56\xe6\xf0\x85\x2f\x1d\x84\x31\xac\x79\x27\x3c\x6e\x5a\x81\x9e\xc0\xfd\x6c\x60\xe9\x42\xe6\x0a\x2d\x0d\xb5\xd7\xd8\x99\x46\xf1\x15\xaa\x39\xa5\x8f\xcf\x26\x6b\x8f\x55\xd9\x75\xa4\x27\x37\x6d\x8d\x07\x53\x2f\xa2\x8c\x47\x0b\x1e\xeb\x3c\x7d\x28\x29\xba\x1c\x09\x62\xe2\x1b\x2d\x84\xd6\x5d\x7a\xa1\xb1\x5e\xb9\x7f\x5c\x33\x10\xc2\x84\xd3\xf9\xce\xb7\x76\x04\xa2\xcb\x6e\xa4\x88\x51\xda\x4a\xac\x14\xe1\x17\xaf\x5f\xe5\x90\x82\x95\xd2\x0a\xe6\x6c\xd9\x5a\x70\x83\x23\x1f\xbe\x64\xa6\xaf\xfa\xb7\x7f\xa1\x24\xe0\xdc\x68\xc0\x31\xd6\x94\x10\x53\x1e\xd2\x54\x57\x33\x9c\xb1\x8a\x35\x1f\xca\x37\xc5\x3e\xcd\x7c\x74\x6f\x72\x2b\xf6\x60\xea\x1b\x76\xda\x2a\x38\xa1\x09\x4f\x4c\xba\x23\x0d\xf6\x11\xd2\xf5\x96\x8a\x12\x1a\xf8\x52\x85\x04\x3e\xd1\x10\x94\x02\x58\x52\xd2\x10\x4b\xf1\x04\x48\x41\x13\x54\xc5\x83\x58\x67\x86\x61\x4a\x45\x8f\x91\x5f\x7d\xa3\x4b\x45\xcb\xc5\xb6\xaa\x6c\xda\x6d\xfb\xe6\x22\x95\x57\x47\xe7\x53\x5a\x31\xbb\x7a\x5c\xd6\x47\x34\xff\xad\x0f\xb5\xd8\xc6\x74\x52\xb2\xdb\xa5\xaf\x2c\xef\x40\xf5\xf9\xad\x4e\xac\x18\xc5\x5e\xa4\x84\xaa\x0a\x99\x6e\xea\xc2\x13\x92\x8e\x5b\x17\x4c\xdb\x2e\x70\xa1\x67\x4d\xc6\xe0\x60\x5f\x09\xca\x9e\xcb\xc8\x3a\x6d\xc4\x32\xd4\x55\x92\x1e\xd2\x63\xf8\x80\xda\xc4\x10\x3e\x88\xf1\xb9\x96\xa2\xcd\xbc\x67\x35\xda\x6b\x11\xaa\x82\xf8\xb5\xb5\xef\x5b\x8a\x0d\xec\xbe\x04\x7a\x46\x3a\x9d\xb0\x32\xf1\x47\x9a\x64\x03\x11\x06\x18\x80\x4d\xc1\x59\xee\xda\x5e\xaf\x34\x00\x4f\xa5\x2c\x56\xc7\x2a\x28\xc2\x5e\xd9\x6d\x48\x75\xc2\x54\x8d\xd0\xf2\x98\xa5\xca\x5b\x47\x50\x60\xae\xbe\xdf\x44\x56\x4a\x4e\xa7\x28\x58\x72\xe8\x92\xca\xbd\x0e\xf4\x47\x95\x89\x92\x41\xc7\x63\xa0\xf8\xee\x59\xcd\x5b\x69\xde\xd3\xc6\x56\xf3\xf1\x9f\xc2\xab\xdd\x73\xcf\x82\x01\x28\x5c\x80\xc5\x8b\xbd\x67\x56\x55\xf9\x5e\x9f\xad\x98\x5a\xaf\xa8\x86\x66\x33\x99\x0f\xcc\xf0\x51\x09\xb4\x7b\xdf\xde\xf8\xc7\x72\x91\x7a\xde\xe8\x5b\x6b\x49\x71\xd8\x3a\x7c\x0c\xad\x0d\x9b\xe7\xda\x1b\xde\x65\x95\x0e\x9b\xf7\xaa\x26\xa4\x8c\x95\xee\x65\xc7\xbd\x3f\xb0\xc6\xe5\xee\x46\x73\x7e\x2e\x32\x9f\x91\x66\x3b\x9b\xc8\x5a\x70\x0d\x96\x00\x73\x6a\x0e\xe4\xfb\xc5\xec\xe6\x84\x6e\x8c\x3a\x34\xcd\x2f\x15\xa1\x46\x8a\x43\xde\x58\x71\x8e\x0c\x08\x88\xb4\xc5\xcd\xf7\x6b\xf8\xf3\xe8\x89\x4e\xf9\xfa\xca\x49\x8b\x8e\x86\xb6\xcb\xe5\xf7\xbb\x5c\xa2\x2e\x07\xf5\x57\xf6\xa7\xa0\xcf\xad\x82\x3e\x9f\xd1\xad\x49\x51\x9f\xeb\x17\xfa\x8c\x9b\xef\x63\xdd\xe7\x92\xd3\xe7\x94\x5a\xf8\xac\x62\xc6\x51\xaf\x28\x3a\x6c\xa1\x96\x18\xeb\x58\x2e\x99\x19\xc2\x28\x4d\x22\x4b\x5a\x81\xc6\xd1\x0e\xec\xfd\xc5\x1f\x77\x87\xbe\x8d\x4f\xd8\x1f\xfa\xd6\x3e\x17\x68\xf6\x60\x8a\xd2\x9c\xbf\x8b\x12\xf6\xe2\x79\x2f\xa1\x32\xa8\xd2\x2d\x24\x48\x7d\xb7\xb7\x57\xdf\xbf\xfd\xf8\xdd\x5e\xad\x7f\x77\xb1\x71\xf4\x03\xf4\x89\x89\x3a\x51\x8f\x34\xf5\x23\xc1\x74\x9c\x7f\x86\x7f\xae\x7c\xb7\xe3\x99\x32\xa7\x6d\x00\x0c\xe0\xfb\x07\x4e\xe4\xbe\xc2\x1a\x50\x99\x35\xb4\xf4\x38\xaf\xb9\x6f\xd8\x80\x10\x5f\x48\x11\x81\x20\x92\xce\x80\x4a\xcc\xac\xd9\x3a\xd3\x94\xd4\x37\x20\xf9\xeb\x3e\xb1\x5a\x72\xfa\xc0\x19\x74\x53\x1b\xb3\xaf\x6a\x8e\x7c\xcc\xb1\x76\xf6\xde\x1a\x53\x0a\x04\x85\x39\x9f\x12\x33\x1d\x0d\xe1\xaa\xa0\xb3\x06\x57\xfc\x8d\xc7\xdc\xfe\x66\xca\xbe\xf1\x78\x2a\x05\xe3\xb8\xf3\x67\x0e\xde\x78\x2c\x91\x43\xf1\x56\xc0\xfa\xfb\x9e\x37\x22\xc2\xee\x06\x3a\x1a\xa6\xea\x17\x76\x7e\x72\x66\x1f\xd4\x6c\x0c\xe8\x21\xc9\x43\xbf\xf7\xbc\x8e\x4f\x76\xff\xaf\x52\xe9\xa6\x79\xa4\xbd\xf1\x53\x9d\x9b\x17\x6b\x41\xdc\xa9\xef\xe9\x97\x27\xec\x31\x63\x73\xf0\x60\xb0\xed\xe7\xa3\xdd\x9c\x68\xf6\xdf\x5e\x70\xe6\xb5\x41\x72\xe4\x77\x5e\x77\xce\xf3\xbc\x3b\x8b\xa8\x32\x15\x68\x9f\x27\xcf\x7b\x91\x33\xec\x58\x96\x40\x93\xf4\x6a\x59\x7c\x48\xcf\xc4\x3e\x68\x1a\x06\x2e\x81\x44\x29\x2f\xe3\x37\x8c\x04\x6f\x28\xf3\x06\x76\xa6\x37\x33\x6f\x40\xf9\x63\xd8\x0f\xd3\xd7\x8d\x48\x5a\xdd\x7d\x3a\x2b\xcb\x1d\x68\x0f\x14\x62\x72\xd5\x44\x66\x54\x05\x4d\x26\x4e\x8d\x1a\xb9\xb3\xc9\x19\xfb\xe1\xfe\x0f\x5d\x5e\x32\x22\xf1\x88\x43\x8a\x1f\xdb\x25\x3e\x4f\x4f\x7f\x32\x62\x51\x2a\x43\x27\xc8\x30\xea\x02\xb6\x81\xcb\x58\xb0\x45\xa2\xdf\x5e\xb2\xe5\x06\xd5\xc1\x91\x36\x73\x4c\x38\x95\x75\xdc\x64\xe9\x05\xf0\x01\x9d\xcf\xce\x5b\xa7\x88\x64\x59\xfa\x99\x7d\x79\xf1\xad\x09\xb2\x9a\x58\x9a\x83\x2b\x70\x6f\x37\x17\xed\x5c\x3e\x1c\x6f\x13\x54\xf3\xa7\x75\xfa\xcc\x9b\x86\x8b\x42\x42\x15\x97\xe9\x0d\x40\x98\x5f\x4a\x6c\x9d\xd8\xf1\x5c\xcc\xf0\x73\xda\x56\x1d\x81\x55\x58\xe0\x39\x59\x53\x66\xbe\x13\xd8\x59\x99\xbb\x11\xb8\x35\x22\x6d\xf2\x2e\xdc\xd4\x6d\x60\x91\x48\x3d\x0b\x5f\x8f\xbd\x38\x36\x50\x8a\xa9\x0c\x05\x8d\x08\x54\x00\xe6\x83\xde\x54\x50\x19\xb4\x8a\xff\xf1\x6d\xe6\xa9\xba\x79\x38\xfd\x19\x4b\x54\x43\x6e\x4e\x1d\xff\xcb\x9f\xec\x53\x35\xf8\x4a\x8c\xb1\x70\xc3\x4d\x4e\x59\xf9\x9c\x7c\x92\x6f\xf4\xfa\x83\x0a\x66\x3e\xd3\x92\x06\xf5\xd7\x0b\x7d\xc3\x33\xd9\x97\x4f\xf8\xb2\x52\xe0\xd3\x0e\x90\x73\xe9\x06\x8f\xf0\x2d\xb7\x8a\xd7\xce\x6f\x15\x3b\xe0\xa8\xa0\x0d\x09\x53\x53\x7f\xcd\x63\xe4\x85\xac\x1d\x49\x10\xdf\xfb\xdd\x23\x20\xbe\xe8\xde\x7b\xbc\xb4\xcc\x26\xd6\x96\x36\x57\x65\x75\x32\x6d\xfe\xa3\x29\x1e\xa8\x57\x6f\xc3\x82\x57\x83\xc6\x46\xb5\xe2\x77\x4f\xb1\x7b\x78\xa2\x8f\x3a\x3f\x7c\x02\x1f\xeb\x74\x14\xe5\xde\x6d\x49\x65\xcf\x1b\xf8\xf4\x83\x76\xc2\x04\x76\x6b\x3c\x22\x49\x35\x87\x2f\x56\x23\x4c\x37\xac\x69\xae\x8a\xdd\xbb\xe1\x5e\xee\x3e\xdb\x88\x53\x60\x87\x49\x53\x92\x5c\x86\x11\x13\xc7\x4f\x94\x68\x6a\x4f\x3a\x66\xab\x9c\x94\x58\x59\x28\x24\x16\xee\xf0\xf4\x35\xbd\x75\xc3\xa6\xa0\x1a\xb2\xe4\xc5\x33\x15\x03\xb8\x0c\x8a\xd8\xae\xe1\xeb\xef\xcd\x90\x8d\xf8\x4d\x13\xf3\x14\x2a\x3f\x05\xd4\x94\x48\xa5\x1f\x1b\xfd\xc0\xb3\x3e\x69\x6b\xbd\xb7\x91\xd5\x0d\xf5\x65\xd5\x9b\x01\x59\x60\x8e\xde\x7c\xa1\x79\x4b\x06\x57\x2f\x5e\xd0\xfe\xe5\x84\x77\x96\xe3\xbc\x7d\x62\x82\xc7\xdb\x71\xce\x9d\x02\xf7\x66\xe8\x99\x6c\xaa\xe6\x50\x4b\xf7\xea\x87\xc6\x30\x2b\xf6\x5f\x65\x00\x71\x79\x12\x76\x08\xcf\x60\x45\xf0\x04\xb1\x99\x37\xfa\x7c\xa8\x7f\x5b\x29\x88\x57\x1b\x0d\x4c\x49\x51\x9f\x9d\xd5\x77\xdf\x83\x1f\x15\xc9\x35\x9d\x50\x62\xe4\x19\xf3\xc9\x3a\xb6\x8a\x1d\x45\xb7\x45\x19\x86\x9e\xb2\x86\xd2\xc8\x9d\x1f\x38\x06\x51\x4a\x79\x90\x79\x22\x13\x6a\x29\xf1\x95\x6b\xf6\xd6\xca\x52\x35\x49\xd8\xd3\xd1\x0d\x46\x51\xf1\x8c\x3d\x27\x3d\x5e\x8f\x4a\x2f\xae\x6e\x07\x56\x14\xdf\x56\xfa\x7f\x65\x28\x9e\x0c\x3c\x6f\x32\x70\x3d\xed\x67\x55\x2e\xf1\x52\xf2\x9f\x18\x3e\xab\x5f\x94\xaa\xbd\xdb\x5e\x4c\xa8\x80\x03\x63\xcc\x32\xdf\x48\xaf\x03\x6a\xa6\xd0\xdd\x27\xfe\x41\x32\x5b\xeb\x27\x9d\xa5\xbb\x6a\xd8\x32\xa4\xe1\x66\x0d\x3b\x1d\xc7\xf1\x44\xa6\xee\x69\xb9\x0a\x13\x28\x5b\x1a\x88\x8f\x3f\xd2\xa8\x3f\x49\x6a\x3a\xad\x6a\xe2\x83\x59\xaf\xe1\x17\x55\x50\x0b\x5b\x86\x0c\xd8\x7d\x63\xae\x32\x65\xb1\x76\x57\x02\x9e\xe7\x0c\xb9\x30\x53\x52\x3f\xf7\x83\xdd\x54\xc1\x53\xec\xa7\x14\xc0\x55\xef\x1f\xa6\x3a\x3c\xb0\xd3\x64\x59\xb6\x8b\xdc\xbb\xf4\x7b\x3a\x98\x11\x2b\x00\xeb\x12\x2b\xd8\x5c\xd0\xb6\xe4\x4f\xe6\x11\x16\x8d\xca\x43\xe0\x05\xc7\x69\x04\xe4\x4c\xc2\x08\xc2\xd5\x64\x1a\xc1\xfe\x41\xd0\xba\xb8\x5a\xe1\x7b\x37\x3e\x57\x65\xe0\xa3\x8e\x17\x66\x3e\xd5\x0e\x6d\x7c\xc1\xc5\x7e\xa1\xf5\x7f\xc2\xec\x52\x48\xad\xb1\xe5\xef\xcb\xad\x66\x46\xc3\x5a\xa2\xcc\xff\xa2\x5c\x32\x51\x35\x60\xfe\x19\x33\x6d\xcd\x4d\xe8\x64\xe4\x05\x55\x2e\x89\xda\xda\x2a\xac\xa1\xf9\x0f\x46\xff\x66\x97\xe5\xe1\xf9\xe3\xda\x4f\x5f\x1c\xc5\x0b\xa9\xd9\x13\x79\x5e\xdc\x17\x0f\xb2\x0d\xd5\xca\x29\x20\xb4\xa6\x8a\x18\x77\x7d\x08\x62\x4c\x8c\x67\x87\x18\x53\xdd\x64\x42\x60\xc4\xd4\xdf\xf1\x54\xa1\x6f\xc3\x86\xd6\x01\x81\x75\x9b\x22\x91\xf7\x01\xbb\x9e\xf2\x80\xd6\xb3\x7d\x13\xab\xf5\x00\xa4\x51\x2f\x81\x1c\xbc\x84\x55\x58\xb1\x28\xac\x12\x97\x74\x8a\xba\x48\x51\xbd\xe1\x1b\x50\x15\xc6\xa6\xd3\x28\x5f\xb9\x2e\x26\xe8\xf8\xd3\x6d\x0f\xcd\x41\xc8\x31\xd0\x53\xc4\xdf\xbf\x69\xdf\xfd\xdd\xb4\xd1\x5c\xb4\xfe\x4f\x2d\x38\x24\xd6\x70\x3e\x2b\x93\x60\x67\xc2\xa9\xdf\x23\x1f\x05\x2c\xc4\x6a\x51\x81\x29\xe4\x00\xbc\x97\xe3\xd8\x12\xaa\x2e\x35\x60\x8f\x99\x9c\xa3\xfa\xca\x2d\x5a\x10\x66\x6c\x18\x57\x99\xac\x28\x9b\x63\x65\x6c\x0a\x5e\xd6\xf2\xb6\x16\xb8\x0c\x1d\x23\x80\x60\x93\xf4\xc2\xcc\xf6\x32\x38\xbd\x66\xdb\x35\x9e\xf0\xdb\xc2\xc6\x8c\x07\x79\xc6\x39\x19\x09\xe3\x63\xb8\x06\xd2\x4e\xed\xda\xe2\x84\x05\xd6\x16\xa2\xca\x32\x03\xda\x32\xcc\x3f\xbc\x52\x66\xb8\x18\xc9\x0a\x1a\xc0\xc4\xc9\x48\x3c\xfb\x74\xf3\x19\xe1\xef\xc9\x56\xac\x1c\x1d\x2c\xf0\x1a\xa5\xa4\xb5\x1d\xb2\x32\xeb\xd9\x8e\xb0\x23\x35\x61\x82\x5a\xef\x0a\x1d\xa9\xb4\xb6\x6d\xd2\xcd\x4b\xa4\xe5\x1d\x58\x91\x3f\x71\x9c\xd3\x88\xd8\xc8\x2f\xdd\xb1\x7d\x9b\xb4\x73\xfe\x65\x58\x3f\xf6\x74\xec\x02\x4d\xb4\x83\xbf\x28\xb1\xb7\x91\x53\x50\xf9\x49\xc9\x4a\x2a\xb4\xc3\x08\xa3\xc1\x89\x4b\x7f\x6d\x76\x0e\xea\x99\x32\x3b\x9b\x1d\x0b\xb3\xb3\xaa\x98\xa1\x2c\xd0\xcc\xa2\xd5\x0d\xaa\x05\xa3\x94\xe0\x06\xb6\x5f\xaa\x8f\x77\x92\xa6\x6f\x52\x8b\x25\x4a\xd0\x74\x89\xfb\xfb\x0c\xa4\x2f\x55\xf7\x53\x55\x7e\x28\xfa\x64\xb1\xec\x8a\x9e\x30\x65\xe7\x33\xc9\xe0\xd9\x6b\xf6\x3e\xdb\xca\x9d\xa9\xe1\xf9\x6c\x8a\xe7\xda\xb7\xd9\x42\x05\xf6\x57\xdb\x9e\xe5\x82\xc6\x7e\x72\xe1\x53\x30\x7e\xfd\xd8\x8d\xf9\x4f\x26\x67\xb8\xf0\x93\x91\xb2\x6c\x20\x27\x4d\x0c\xf6\x7f\x3f\x4f\xf2\xd5\xef\x76\x51\x13\x95\x56\xc1\xb4\x74\xce\x56\x97\xde\x70\x3c\x4a\x02\x3d\x21\xde\x45\x72\x1f\x45\x62\xf9\xce\x53\xd4\x18\xef\x3a\x3c\xa7\xc5\x67\x8d\x72\xd0\xb7\xc6\x5c\x8a\x3b\xf8\x22\x87\xee\x0a\x14\x9c\xee\xbf\x28\x1d\x1c\x41\xf8\x22\xb7\x1a\x71\x2c\xcb\x4d\xc0\xd2\xa6\xf5\x83\x9a\xd8\x04\xc9\xe5\x54\x2f\x18\xd6\x10\x3b\x30\xdf\x47\x66\x03\xd3\xc4\x51\x94\x5e\xda\xf3\xf6\x83\xb5\xf0\x9e\x26\xc1\x5f\xba\x15\x46\xab\x6b\x15\x17\x33\xeb\xd9\x2f\x9d\x51\xcf\x71\x38\x8c\x0f\x38\xa5\x49\xce\x68\x6b\x57\xfa\x4f\x2f\xe8\xbe\x78\x4e\xbf\x5b\x87\xd0\xe5\x45\x21\x15\xd3\x86\xeb\x84\x3c\xc9\x4e\x13\x1f\x9c\x0e\xf9\x6e\x5a\x4a\x5b\xf8\x69\x1d\xfa\x71\xc7\xed\x97\xf7\xf3\x9d\x6e\xfd\xdb\xf7\x52\x63\xe0\xb7\x80\xb7\x75\xac\xf3\xa2\x33\xa8\x63\xe2\x54\x40\xd1\x8b\x85\x6a\x6f\x60\x8f\x9b\xb1\x6f\xf3\x0f\xae\x2f\x2c\x5d\xef\xc2\x52\x4f\x0e\x7d\xb3\x70\xf4\x9d\xdf\x5b\x2e\x38\xe2\x6a\xe5\xd0\x56\x31\x5c\x7d\x2f\x3c\xe3\x8e\xa8\x64\x50\x30\xc8\xa4\xa1\x12\x01\xaa\x7b\x25\xdf\x2a\xdf\x3a\x0c\x5b\x7b\x04\x81\x8d\x7c\x2f\x98\xbf\xca\xcd\xb0\x89\xef\x23\xcb\xa4\x02\xdb\x64\xf3\xcd\x26\x1b\xaa\x49\x6f\xe4\x37\x9d\x26\x5b\xd2\x24\x25\xc1\x39\x3f\x75\xf6\x91\x65\xa7\x0a\x69\x2a\x28\xf4\x70\xec\x7e\xd1\xcd\x80\xb6\xaf\x7f\xfa\x17\x3e\x7a\x13\x8c\x84\x78\x90\xb6\x42\xc2\x48\xb2\xc9\xea\x1c\xad\x9a\x0b\x8c\x34\x0f\x08\x93\x99\xcf\x54\x3e\xbf\x0a\x84\x73\x65\x20\x01\x57\x70\x26\xd2\x46\x4d\x9b\xfb\x96\x60\x2f\x8b\x5d\xee\x46\x7b\x56\x91\xbd\x0e\x89\x8f\xa3\x0b\x71\x78\x36\x40\xbb\x28\x54\xdb\x7e\xb2\xdd\x2c\xba\x2f\x9d\xe3\x39\x99\x60\x83\xe5\xc4\x6f\x6c\xde\xe8\xbd\x6d\xc8\x2d\x97\xf5\x91\x6b\x64\xfc\x81\x14\xbc\xc9\x4f\x91\x15\x58\x8b\x1e\x26\x9f\x08\xa6\x6d\xef\x3c\x9c\xce\x46\xfc\xf5\x0d\x75\x5e\x8a\x0b\x8e\xfe\x64\x9e\xda\x00\x2e\x36\xc6\x0d\xc7\x7c\xa7\x88\x75\xe2\xb5\xa5\x75\xe1\x6a\x95\x25\x0e\xe9\xad\x55\x77\x1f\x39\xa3\xc5\x59\x7e\xfd\xf3\xa5\xc2\xae\x72\x90\x08\x76\xa6\xdc\x7a\x64\xd9\x6b\x14\x34\xb9\xe3\x70\xe6\xb1\x3f\x8a\xf5\xcb\xa8\x5a\x3f\xcc\x3a\xd0\x83\x4b\x74\x74\x7e\xa6\xa0\x92\x83\xbf\x6b\x3b\xa9\xf3\x92\xe5\x27\x90\x1d\x8b\x6c\x74\x74\x94\xf6\x4f\x05\x6d\x55\x00\x16\xc1\x40\x86\xd3\xeb\x7c\xca\xe2\x68\xc4\xc1\x73\xf5\x2a\xff\x98\x30\x4b\xe0\x92\xa8\xb7\x6b\xb8\x8f\x2a\xd7\x9e\x57\xb9\xae\xd4\x54\xfe\xe3\x88\xb1\x51\x5f\xc8\xdc\x15\xee\x59\xc6\xda\x51\xec\xe4\xd7\x2d\x71\x8e\x97\x98\x0c\xc5\xe1\x8a\x7f\x8b\xbf\x70\x57\x28\xa0\xe0\x27\x74\x02\xc1\x9f\xe1\x1c\x8d\x03\x7f\x3d\xf6\x04\x11\x89\xb5\xff\xe3\x00\xdf\x81\x16\x94\x04\x08\x22\x9a\x2a\x60\xb0\x99\x42\x73\x56\x29\x35\x3a\xad\xf8\x80\xb9\x27\x32\x3b\xa0\x2c\xe8\x01\x1a\xe1\x9c\x8f\x99\xd6\x5a\x37\xd1\xd3\xcd\xb1\x20\x7f\xeb\x05\xbb\x3f\xd4\x2a\x97\x0d\xa8\x1e\x1c\x5b\x54\x63\xa6\xc3\x9b\x01\x83\x94\x79\x47\x15\x78\x67\xf2\xbd\xdb\x52\xe9\x5d\xa5\x59\xa4\x07\x12\x8a\xae\x3f\x67\x64\xd0\xfb\xc9\x46\x7c\xae\xe6\xa7\xe5\x86\x84\x5b\x2e\x07\xb9\xda\xf0\xa3\x2a\x3a\x0c\xb6\xd7\xc3\x7b\x28\x24\x72\xf2\x2f\x43\x2b\x9e\xce\xf7\x8a\x5b\x4b\x66\x03\xb3\x74\xb0\x45\x38\x73\x0c\x84\x09\x9d\x19\x6b\x6d\xea\x9a\xcd\xa3\xab\x4e\xe0\x79\x9d\x60\x2d\xfe\xc0\x3b\x03\x8d\xbe\x98\x47\x57\x95\xc0\xf3\x2a\x34\x57\x0f\x3b\xde\x95\x9f\xac\xb1\x60\x88\xe1\x92\x75\xdd\x24\x44\x1b\xeb\x4b\x68\xfd\x76\xa1\xe7\xad\x90\x16\xc7\x71\xc3\x91\xe3\x68\x4a\xb8\xb2\xdb\xf3\xfe\xd7\x55\x23\xf0\xbc\x86\xe9\x8d\xd4\x53\x3d\x4a\x4f\x4e\x7b\x27\x72\x94\xa2\x37\x77\x44\x8b\xfd\xf6\x9e\xfe\x03\x9c\x2b\x5d\x91\xb6\xab\xd8\xd6\x7c\x82\xe9\x5a\xf0\x70\x62\x4a\x4d\x49\xf5\x09\xb2\x00\x1d\x99\x38\x88\x51\xf6\x19\x33\x96\xcd\x27\x30\x1f\x3c\x98\x72\x6f\xcb\x63\x61\x60\x23\x6d\x6a\x58\xcc\x52\x8a\x20\x9b\xd9\x46\xd5\xb1\x2f\x97\x0b\x36\xf9\x8a\x81\x74\x51\xe8\x62\x0c\x47\x5b\x87\x29\xad\xcf\xaa\x7c\x7d\xa1\xe1\x18\x10\xc0\xb6\x2e\xee\x45\x94\x2b\x71\x83\xd5\x1f\x11\xc1\xee\xfc\x73\xc5\x91\x13\x92\x98\x33\x6c\x37\x52\x08\xe8\x10\x23\x20\x24\xf6\x35\xae\x55\x7b\x4b\x97\x8f\x0a\xc7\x8b\x4b\x5c\x74\xfd\x8d\x06\x49\x9c\xa0\xbd\x09\x0a\x04\x23\x1a\x58\xdb\x1c\x1a\xff\x64\x61\x5a\xbc\x68\x33\x63\x7e\x52\xde\x5e\x5b\x75\x6c\x09\x5b\x56\xfa\x7e\x15\x95\x52\x51\xe0\x24\x0d\x05\x63\xb7\xc7\xe4\xc5\x47\xfa\x9f\x90\x30\xb2\x73\x50\x30\x2c\xb5\xa5\xbc\x5f\xa6\x62\x7b\x8c\xae\x6a\x81\xe7\xd5\x02\x0e\xb4\xe0\x35\x1b\x98\x95\x4c\xf7\xf6\x88\x57\x12\xeb\xd4\x04\xbf\xaa\x1c\xf4\x3a\x31\x7a\xcd\x92\xd7\xfe\x85\x6c\xfb\xec\x63\x69\x81\x0c\x0e\x7f\xb9\x66\xac\x90\xd6\xd7\xaa\x06\x51\xa7\x9f\xa7\xa1\xf5\x06\xf1\xd1\xa8\x5c\x7f\x2c\xa4\x90\x19\x70\x3a\xc6\xd8\x5a\x47\xb3\xbb\x77\xb8\x31\xc1\x68\xf2\xd4\x3f\xc8\x8c\x9d\x64\x45\xe7\xee\xeb\x1c\xbd\x06\x27\x5e\x3e\xc9\xb6\xeb\x4a\x86\xbb\xa9\xb9\xd3\x61\x5f\x9e\x44\x22\xd8\xda\x6e\x47\xfe\x41\xb0\x49\x26\x8b\x08\x0e\x0d\x8c\x13\xd7\x17\x8b\xc8\x64\x10\xd2\x80\x71\x7d\xb3\x88\x54\x71\xa9\x9d\x64\xdc\x2f\xa2\xab\x49\x90\x52\x26\x14\xa0\x85\x3d\xdd\x39\x41\x92\xaf\x0b\x9e\x84\xad\x19\xb4\xe5\xee\x48\x9a\x95\xad\x38\xb7\xe0\xe3\x53\x32\xfd\x5b\x8b\xc8\x29\xdb\xd5\x15\x6c\x95\x4c\x3f\xed\xf9\x11\x4a\xfe\x7a\xba\xab\xe5\xd1\x7b\xd0\xc4\xc3\x54\x50\x45\x8c\x05\x65\xe6\x5f\x90\xe3\x32\xe6\xca\x25\xef\xba\x95\x22\xb0\x9e\xfc\x10\x1a\x03\x0e\x5b\x14\x28\xfe\x8f\x8a\xc8\x1c\x7e\xe3\xf0\x34\x92\xff\xd2\xb7\xd2\xa0\x2a\x74\x6a\xdf\x5c\x78\x31\xf8\xf0\xc5\xdc\xe3\x06\x1a\xbd\x39\x8e\x5c\x42\xbf\x33\x00\xc6\x25\x66\x15\xeb\x44\xa9\x1c\xba\x40\x92\xb9\x38\x3b\x45\x45\x97\xfb\x45\x17\x83\x0f\x5f\xec\x7f\xb8\xa7\x25\xf4\x34\x4e\xf4\xf1\x4e\xf3\xfe\x45\x10\x50\x31\x08\x0c\xe6\xf1\x88\xbd\x7b\x3a\xe6\x40\x63\x1f\x2a\xd8\x48\xbb\xa4\x80\x8b\x70\xab\xc2\x01\x32\xad\x26\x68\xf5\x5c\xcc\x7f\xc8\xab\x28\xe1\xe6\xfc\x08\x97\xdd\xad\xb3\x3e\xda\x39\x45\xda\x6a\x9a\xca\x35\x5d\x4c\x6d\x09\xff\x77\xdc\x14\xef\x87\x2d\x53\x1f\x87\x95\xb7\x4f\x4a\xea\x7a\xac\x9c\xd4\x51\x76\xda\x07\x99\xb9\x6d\xed\xb5\x89\x93\x1c\x6d\x27\xec\xa1\x53\xa4\x37\x03\x29\x35\x00\xa6\xc2\xe0\x8e\x09\xd9\x07\xcb\x2f\xf0\x32\x18\xf1\xf3\x8b\x3d\x45\x54\x62\x76\xff\xca\x8d\xc6\x1c\x27\xca\xf5\x62\x0f\x39\x61\x9e\x98\xfb\x3b\xb3\xa1\x42\x9b\xca\x16\xbb\x0b\x02\xd4\xea\x63\x90\x31\x00\xc2\x3b\x6c\x01\x84\x0c\x2f\x30\x30\xc3\x21\x64\x1a\xf1\x42\x50\x48\xb1\x93\x6a\x47\x14\xb7\xd2\x9a\x0a\xb9\xd6\x56\x22\x03\xdb\x39\x6a\xc6\x91\x83\x06\x44\x3c\x1b\x73\x05\xec\xa7\x3d\x77\x6c\xdc\x22\x91\xae\x4e\xb0\x0d\xdb\x61\x67\x05\xc8\x7c\xa3\xe1\xf1\xed\xe7\x22\xba\x7b\xe0\xcd\xfb\xec\x79\x5b\x6a\xec\xc4\xa9\xea\x36\x3b\xb1\x0f\x53\x7c\x35\x50\xc7\x5d\x8b\xee\xbd\x55\x42\xdc\x11\xf4\x57\x4d\xf2\x61\x08\x4e\xda\x55\x72\x22\x7f\x68\xa2\x50\xcc\x0e\x2b\xa2\xa3\xa5\x14\xe1\x5f\xab\x8c\xe5\xd5\x8d\x34\xa1\xce\xff\x13\x97\xbf\x60\xad\xec\xa1\xbd\x30\xd0\x4b\x43\x9b\x67\x67\x01\xc1\xfa\xec\xd9\x37\x44\x54\xd1\x2a\xc1\x52\xb9\x09\xa6\x3b\xc5\x16\x66\xbb\x77\x5d\xe8\x2a\x5f\xa8\x30\xe5\x32\x98\xeb\x62\xa6\xe3\x73\xde\x8f\x22\xaf\x97\x37\x97\x58\x45\xea\xcf\xd8\x37\x52\x4f\xdc\x60\xdf\xd5\xc6\xe7\x28\x89\x98\x8d\x7b\xf1\x4a\x69\x62\x5b\x50\xd5\xfc\xec\xae\x80\x39\x0c\x1c\xa8\x56\x45\xd0\xe2\x2d\x6e\x2b\x2d\xe3\xdc\x16\xa4\xb2\x48\xe4\xca\x95\x23\xd1\xe7\x7f\xe0\x08\x7c\x5d\x96\x7b\xb2\xd1\xf7\x28\xa5\xc8\xfd\xe1\x0e\x53\x1e\xbe\xd7\x02\xeb\xf0\xb7\xa9\x5e\x50\xd8\x50\xdf\x5a\xd4\x2d\xc0\xa4\xb1\x10\x4f\x38\xfa\x7e\xed\x4e\xcf\x08\xb3\xd6\xc4\x54\x77\xc0\x7a\xad\x3b\x72\x8b\x28\xaa\x76\x12\xa9\xa6\x67\x15\x02\x89\xdb\xb3\x74\x2d\x75\x7f\x36\x67\x0e\x33\x88\xf1\x92\xed\x39\x82\x10\x5e\xc5\x0c\xd4\x64\x73\xa6\x0a\xe5\x01\xb7\xa5\x8f\xfd\xe4\xc4\x64\x01\xe5\x65\xe2\x3b\x9d\xf3\xbb\x69\x06\x5e\xd1\x4d\xd4\x36\x6f\x64\x41\xc7\x17\x74\x73\x7b\x60\x1c\x84\x46\x06\xe1\xb8\xd0\x19\xc6\xdd\x75\x99\x02\x55\xbb\x51\x51\x14\x33\xae\x76\xd2\x65\xb0\xfc\x51\x9d\x73\x62\xd6\x5b\xf0\x40\x5b\xc0\x82\xf9\x48\xeb\xa8\xb6\x93\x3d\x16\x94\x15\x7d\x3c\x8d\xf2\x02\xf0\xbe\xcc\x8c\x7d\x0a\x52\x92\x45\xa9\xbe\xd8\x18\xeb\xd5\x2b\xdb\xb0\xd3\xdf\x7b\x00\x44\x87\xd8\xb6\x8a\x2c\xcc\xcf\x0f\xc5\x41\xdb\xd0\x09\x1b\x8a\x40\x45\x21\x3d\x47\xb6\xaa\xd9\xb4\x35\xb8\x72\x8b\x47\x56\x5a\x08\x96\x38\x3b\x86\xe5\x73\x64\xd1\x40\xd8\x98\xd3\x94\x05\x6a\xb3\x77\x77\xf2\x6c\xa3\xe8\x03\x6b\xda\x0e\x2c\x5f\x31\x1f\x83\xf3\x0f\x15\x77\x33\xad\x38\x2b\xed\x90\xb1\xbc\x57\x32\x3e\x4b\x2b\xee\x7c\xfd\xec\x9c\x71\xe9\xe5\x4b\xdd\x3b\x4b\x78\x09\x85\xd6\xe2\x6a\xcb\x5c\x4d\x3b\xda\xc5\xd5\xce\x39\x82\x9c\x44\x36\x34\xf4\x6b\x54\x89\x6c\xba\x03\x82\x1d\x9d\x2e\x73\xa1\xf8\xe9\xa0\xa9\xa0\xfc\xb7\xd8\x0e\x3b\x34\xbd\xa8\xf0\xf7\x03\x4c\x8a\x15\x71\x97\xd1\x7b\xab\xa1\x75\x41\x9c\x2a\xa1\x75\x41\x34\xbb\x36\xf8\xea\x85\x05\x03\x54\xde\x61\xd1\xa7\x02\xbd\xd1\xe9\x8f\x2a\x68\xb6\xf4\x73\xd3\xf9\x53\xc2\xab\xd8\x5b\x7c\x66\x9b\xf0\xab\x53\x2f\x28\x9d\x88\x7b\x2a\xe8\x6b\xfc\xff\x26\xab\xc5\xa1\xff\x86\x26\x12\x5c\x9b\x01\x8e\xf8\xba\xe0\x1b\xee\x17\xd0\x4e\x7e\xcd\x3d\x27\xbe\x06\x6b\xe0\xd4\xe3\x3c\xdd\x55\xde\x33\x2d\x19\xbe\x9d\x76\xf0\x80\x88\xf7\x12\x8c\xdc\x65\x74\x98\x43\x49\xd8\x9f\xf7\x87\x91\x10\xc7\x6e\x75\x24\xcc\xca\xc8\x27\x1e\xb0\xf2\xb3\x44\x22\xe9\xa8\x4d\x67\x4f\x79\x99\x6b\xd6\x59\xff\xd1\x79\x08\xe6\x37\x0c\x7b\x27\x02\x6c\x25\x2b\xa5\xf4\x8b\xfd\x20\x08\x86\x91\xcd\x51\x77\x36\x31\xdd\x57\x67\x22\x19\x18\x99\x9a\x12\x16\xd7\x91\x9e\xbd\x4d\x12\x41\x55\xb0\x9e\x89\xf4\xbb\xa4\x12\x67\x38\xd9\x58\xa5\xd1\xd3\x4b\x2a\x73\x88\x1b\xf8\xcf\xd1\xb3\x9f\xd4\xe7\x1a\x37\x54\x8f\x0a\xbe\x6d\x32\x4f\x8f\x6e\xde\xe8\xdb\x50\xe0\xbe\xfe\x54\xb7\x88\x80\x95\x84\xc0\x36\x57\xbb\xa7\x1b\xc7\xfe\xba\xa2\x41\xa7\xb6\x5b\x9c\x54\x3b\x3c\x75\xdc\x5e\x9b\x99\xb0\xce\xea\xec\xe8\x8a\x07\x46\x0f\x8c\x38\xa6\xee\xc0\xff\x16\x98\xd8\xb3\x60\x2b\x93\x08\xf7\xdb\x08\x8e\x43\x04\xaf\xd3\x67\x71\x50\xb9\x6a\xc3\x82\xa1\x03\xc9\x29\xc2\xd2\xfe\x08\x27\xcc\x78\x6b\xdd\xf0\xec\x36\x58\xfa\x55\x6e\xbb\x82\xe2\x41\x93\x11\x67\x3c\xac\x7c\x01\x5c\x50\xab\xc3\xab\x88\x78\x34\xf6\x82\x4e\x47\xa1\x79\x2e\xfd\xfe\x93\x63\xfa\x70\xb5\x83\xab\x6d\x46\x52\x89\x4a\x04\x7e\xd2\x2f\xb3\x29\x47\x78\x54\x19\x77\x97\x46\xfc\x5d\xd8\x55\xf2\x95\x49\x93\xf1\xdc\x0d\xdf\x32\x72\x3e\xac\x64\x67\x95\xc7\x19\x2c\x5f\xb7\x1c\x4a\x60\xe0\x05\x50\x6f\x16\x87\x2e\xaf\xe2\x9c\xb3\xa6\x8f\x7c\x5c\x87\x6d\x90\xe7\xf1\x8f\xda\x72\xa7\x3f\xf6\xc4\x61\xc7\x9f\x46\xe7\x73\xda\x61\xf6\x7c\x8a\x2c\x2c\xe1\xff\xc1\x34\x90\x9d\x1b\xf2\x55\x57\x8e\x00\xac\x62\x67\x24\x79\x2b\xcb\x4a\x6e\x15\x71\xa5\x8a\xff\x2b\x2e\x10\x35\x69\x82\x6a\xee\x3c\xef\xab\x94\x92\x42\xdd\x5c\xac\xfb\x8e\x3d\x40\x0f\x33\x0e\x4d\x9f\xcd\x14\xe4\x7a\x7a\x05\xa9\xca\xa9\x08\xf9\xba\xaa\xf1\x60\x76\x80\xd5\x1f\x71\x89\xbc\x49\xc0\xf8\x57\x82\x58\x8b\xff\xcd\x84\x77\x70\x05\x0b\x72\xc2\xf5\x58\x95\xb7\x42\x92\x83\xe4\x1d\x74\x95\x19\x50\x86\x62\x7a\xd2\x97\x41\x8e\x29\x6a\x72\xcf\xe1\x53\xa3\x1f\x72\xed\x91\x2c\xb9\x56\xa0\xef\x53\xd1\x27\x39\xe1\x9a\x41\x19\xe0\xfb\x34\x96\x3f\x25\xcc\x6e\x66\x2c\xa3\xe0\xf6\x23\x9d\x4f\x9f\x7e\x40\x40\xc8\x83\xb8\xff\x0a\x46\x74\x62\x06\xc0\xda\xfb\xb7\x4b\xc3\xb7\x43\x1c\x35\x03\x2b\xfb\x12\x35\xd4\x07\x42\x28\x4f\x5e\xd0\x7c\x69\x02\x96\xa5\xd2\xbe\x36\x7e\x6a\xca\x6c\xfd\x21\xc3\x13\x77\x4a\x42\x3d\x9c\xf8\x07\xd1\x90\x12\x3e\x44\x39\xbb\x6f\x84\xd0\x72\xd0\x44\x95\x17\x7c\x75\xa6\xd7\xff\x34\xb3\xf6\x43\x6f\x8c\x98\xab\xce\xcf\xfc\xcd\x09\x5a\xf5\xd6\xea\x89\xac\x03\x18\xd6\x93\xe3\xcf\x0f\x82\x89\xf5\x54\xc5\x96\xa8\x22\xd2\xf4\xe3\x67\x40\x13\xff\xcd\x41\x85\xa1\xbd\x79\x26\xdc\x4a\x5c\x45\x1b\x61\xbc\xad\xbe\xb0\x90\xf4\x1f\x58\x08\x36\x3d\x52\x95\xc6\x7d\x87\x6f\xb7\x61\xc2\xdc\x0d\x9d\xd7\xd7\xd1\x60\x02\x1f\xee\x69\xcb\x92\xc5\x12\xc9\x3a\x22\xdb\x2d\xc1\xf6\xe5\xba\x48\xc2\x4d\xf2\x1a\x06\x27\x8e\xf0\x69\x48\xd1\xfa\xdc\xe9\x1e\x7a\x1e\xe3\x92\xd4\x7d\xd7\xe8\xb0\x02\x98\xab\x9c\xc4\xf2\x3d\x1d\x0a\x4b\x63\x22\x9b\x6a\x21\x58\xad\x28\xe4\x2b\x5e\x57\xc1\x19\xb7\x5c\x85\x6f\xed\x9a\x8c\xfc\xd0\xe6\x2e\xc2\x23\xd2\xa9\xf8\x2a\xc6\x8d\xec\xa9\x52\x7c\x21\x20\x3f\x55\xe8\x79\x27\x3f\x7b\x33\xe9\x66\x15\x27\x96\x19\x66\x0b\x9a\x28\x71\x81\x4b\x5d\x81\x22\xa7\x00\x79\x36\x57\x81\x62\xde\xe3\x1b\xc8\x15\xe6\x10\x5e\x41\x35\xa9\x73\x41\xd3\x7b\x98\xb4\x57\x2f\xd6\xae\x12\x03\xa2\x27\xee\x0c\x68\x3b\xd5\x4a\x39\x48\x96\x71\xf5\xb2\xb4\xd5\x91\x4a\x63\x54\x6e\xd7\x89\x95\xa1\xeb\x3b\x04\x15\x4b\xc5\x95\xf6\x35\x59\xc9\xe1\x9e\x93\x2a\x6f\xc5\x36\x9d\x7e\xce\x42\x23\x74\x23\xcf\x5d\xa9\x10\xe9\x94\xd6\x90\xbd\x0f\xa9\x54\xa4\x3e\x56\x68\xaa\x24\xed\x06\xf5\x1f\x7c\x56\xc5\x4e\xe8\xa7\xd1\x5a\xe6\x55\x6b\xbb\xbc\x73\x80\xfa\xaa\x6c\xdf\xdf\xf8\x75\x56\x1f\x4f\x40\x7e\x25\x35\xf2\x76\x55\x15\x25\x9e\x9a\x59\xe7\xa6\x4c\x8d\xc2\x36\x68\x03\x1d\xa2\x58\x72\xb6\x91\x8b\x22\x5a\x99\x2c\xe1\xfc\x25\xed\xe4\xc6\x9f\x57\xa5\xa4\x31\x5d\xff\x23\x94\x7f\x84\x30\x2f\xc9\xec\x5d\x03\x8a\x1d\x4a\xf5\xa9\x61\x0d\x0c\xf0\xc4\x20\xd0\x7d\x5e\x03\xa7\xf6\x0a\x7c\x7e\xd4\xc1\x12\x8f\xa5\x8a\xe4\xe0\x45\xec\xaa\x50\x08\x87\xec\xa0\x83\x07\x0c\xb9\xc3\xa4\x57\x31\x56\x17\x36\x03\xff\x57\x4e\x88\xa9\x23\x9d\xfe\x22\x35\x9b\xff\x2f\x67\xa9\xb6\x31\xc5\xd1\x28\xf5\xa0\x7a\x59\xc1\xcf\x4c\xcf\x14\xac\x77\xb1\xe5\xe9\x39\x60\x98\x12\xa0\x43\xd3\x13\x1c\x5e\xda\x60\xbd\x80\x3f\xfa\x23\xf1\x2e\x2b\x64\x61\xac\xb7\x8e\xaa\xc3\xe5\xc6\x31\x3d\xc7\xb3\x45\xd4\xc5\x34\x9c\x73\xf3\xd0\x77\x38\xdb\x18\x13\x95\xac\xdd\x69\x40\x19\xf3\x64\xe3\x4e\x03\x50\x19\xd9\x3a\x8c\x1e\x55\x2f\xb1\x9b\xbe\x4e\xfc\xc0\xa9\x17\x1a\xa0\x49\x9a\x9c\xb5\x5f\x2f\x08\x39\xd8\x06\xb3\xb1\x0f\xef\x5c\x1d\xad\xd7\xaa\xe2\xaf\x13\x7d\x1d\x7c\x9d\x93\x2b\x80\xd4\x7f\xa2\x00\xa2\x27\xa0\xc3\x03\x20\xf8\x58\x65\x57\xe5\xd6\xe7\x9a\x9b\x61\x5b\x4a\x0c\xb3\xe4\x28\x19\x75\x3b\x34\x4c\x45\x4a\xda\x6c\x60\x9c\xc1\x0e\xd1\x2e\xdc\x0f\xe2\x25\x36\x99\x1b\x18\xee\x8c\x03\x22\xee\xc6\x88\x99\x42\xcc\x45\x63\x41\x39\x02\x9d\xa7\x74\x02\xe6\x4f\x30\xe3\xb5\x0f\x81\x5e\x23\x3b\x1b\x2d\xb8\x57\xda\x70\xf5\x40\xe7\x45\x64\xc5\x14\x7a\xc7\x0c\x1e\x76\xc7\x35\x9e\xf8\xe5\xa9\x03\xa8\x9f\x5e\xdc\x21\xf2\x02\x65\x1b\xb6\x1c\x5d\x00\x83\xfb\x6e\xcb\x43\x02\xd6\xb9\x09\x7f\xc1\x7e\x48\x47\x44\xae\x9f\x99\x3a\x9e\x9d\xbc\xfd\x03\x52\x6d\x5d\x89\x81\xcf\xf4\x13\x70\x7d\xb6\x04\xdc\x79\xc7\x8e\x54\x88\x62\xe9\xc5\x94\x1e\xb2\xdf\x69\x69\xe4\xe2\x2c\xe6\x3d\xce\xe6\xde\x69\xd5\x3a\x7d\x49\xda\x59\xeb\xd2\xf0\x7b\xc3\xc9\x96\x76\xf3\xbe\x1f\xdd\x72\xc0\x5a\x09\x98\xb9\x89\x6e\xd9\x21\xba\x85\x16\xd1\x54\xab\x06\xdb\x28\xbf\x71\xd6\x86\x56\x0e\x71\x06\x86\x64\x54\x0c\x6d\x13\xfb\x70\x75\xc7\xb1\xbd\xc2\x3e\xf7\xf2\xd6\xb5\x94\xf0\x93\xa0\x83\x38\xba\x9a\x05\x9e\x37\x0b\xd6\xc2\x22\x62\x71\xa6\x77\xb7\x91\x7e\x6e\x60\xde\x9f\xce\x61\x1b\x9c\x6f\x52\x15\xf7\x19\x37\x2b\x61\x8e\x9e\xdb\xdb\x5b\x2f\x28\x73\xf5\xd5\x55\x99\x45\xf0\x69\xed\xef\xac\x39\xb2\x4c\x63\xb0\xe0\x39\xb7\x8c\x56\x70\x71\x55\xe5\xab\xed\x9a\x4b\x40\x4b\x68\x3b\xa9\xb8\x60\x9d\x32\x6b\xdf\x31\xe5\x32\x6f\xf6\x0b\xf6\xda\xf3\xe5\x4d\xc6\xb3\xb2\xb9\x63\x9c\x81\xa9\xbb\xd7\xe0\x10\xf8\xc8\x5e\xbb\x9f\xce\x02\xdd\x94\x24\x56\xcb\x0e\xaa\x31\x53\x6e\x24\xae\x2d\x0c\x8e\x1a\x0c\x7f\xc3\x9c\x09\x13\x77\x61\x32\x6a\x01\x2d\x55\xdb\x9f\x62\x52\x30\xd6\xc9\x92\x0b\x84\x4e\x7a\x0b\xd4\xb7\xcb\x88\x80\x00\x69\x40\x72\xfc\x1b\x33\x4e\x96\x03\x26\x07\xb3\x69\x97\x01\xa8\x11\x3f\xac\x51\x86\x25\xa9\x44\x52\x61\x91\x7f\x38\x63\x64\xa9\xd6\xcb\x14\x8d\x1f\x44\x31\xae\x55\x28\xa0\x22\xd8\xbd\x9c\x62\x87\x87\x4b\x57\xe4\x0d\x20\xa9\xf4\x7e\xbe\x52\x77\x5b\xb0\x91\x51\xf5\xdc\x3b\xab\xea\x4a\x83\xf8\xdb\x21\x46\x22\x9f\x7d\x19\x29\x0f\x88\xa4\x15\xfa\x2f\x9f\x35\xfd\x9b\x2e\x91\x10\x8f\xf2\x8f\xff\x76\xed\xd4\xb4\x0a\x3d\x27\x55\x19\xc2\xbc\x9e\x57\x90\x41\xd1\xac\xd6\x56\x1b\xec\x5e\x49\x99\x78\x50\x67\xfb\x4b\x02\x7b\xf3\x2e\xb7\x17\x43\xd3\x44\x2a\xe1\x5b\x57\x29\xf5\x74\x47\x2d\x4d\x4c\x5c\x59\x0d\xfb\x47\x67\x9c\xe5\x4a\xf3\x6d\x77\xb6\x06\x09\x05\xe0\x7f\xdf\xed\xf4\x54\xe1\xf7\xe7\x4c\x05\x47\xb9\x69\x25\x38\xff\x64\x23\xd9\xfb\x79\x57\x91\xd1\x8d\xfa\x36\xfd\x7b\x1f\x7f\x34\xda\x2a\x42\xad\x74\xa3\x22\x89\x3d\x52\x59\xe5\xae\xee\x3c\x5b\x2f\x30\xc3\x07\x6a\x31\x3c\x5e\xa0\x28\x90\xa6\x5c\xd6\xdf\x59\x7e\x22\x04\x39\xde\x60\x0f\x38\x5e\x71\x73\x24\x37\x0b\x7e\x5b\x98\xf1\x0d\x43\x91\x87\x88\xbc\xdc\x00\x41\x1a\xdf\xe7\x46\x00\xd1\x77\x59\x27\x77\xb9\xc2\x89\x4d\x68\x6c\x79\xa3\x4f\x78\x7c\x83\xc0\x27\xb5\x86\x63\x76\xa3\xa9\xee\x86\x32\x35\x16\x22\xc0\x4c\x6d\x36\x0a\xd0\x2c\xce\x7a\x13\xb8\xa4\x40\x21\x0f\x8b\xe8\xe2\x4a\x0c\xcd\x04\x07\x63\x76\x98\x57\x40\x6b\xd5\x5a\xde\xfd\x59\x90\x37\xc5\x06\xd6\xfa\x2e\x43\x2e\xea\x18\xac\x26\x6c\x04\x60\xfc\x84\x15\xe3\xc4\x23\x5e\xa0\x03\xba\x66\x5e\x31\x2e\x02\x2a\xb8\x55\x66\xdc\xb4\xe3\xc0\x21\x18\x7a\xc1\x9a\xe5\x5b\x51\x39\xeb\x35\x15\x1e\xd3\xd0\x32\x84\x8e\x32\x9d\x67\x9d\x08\x00\x49\x00\x3e\xc7\x36\xb2\xe1\x5d\xdd\x58\xfb\x96\x4a\x58\xa2\xfa\xce\x71\x43\xc9\x13\x55\x98\x6a\x70\x79\xb6\x65\x1d\x79\x8e\x13\x5e\xdf\x66\x3b\x56\xdb\x45\x36\x12\x46\x1a\x3e\x26\x2a\x16\x80\x95\xbc\x44\xcb\x4d\xfa\x00\xef\x2a\x04\x4d\x65\x5d\xa5\xc0\xa3\xa1\x92\x29\xdc\xb3\x5f\x0b\xaf\xb5\x8e\xef\x82\x4d\xf3\xa4\xd6\x3b\x4e\x4c\xa5\xf6\x80\xa9\xa4\xd1\xe8\x18\x5a\xaa\x5f\xf5\xb3\x3b\x16\xc8\x33\xd8\xe7\x15\xbe\x17\xe9\xe2\xf8\x6d\x73\xab\x35\x32\xf7\x96\x0d\x04\x90\x78\x9e\xef\x76\x4b\x77\xfb\xbc\x54\x1e\x49\x9b\x0c\x68\x3b\xbe\x25\x0a\x5c\x06\xe2\xf5\x03\xa5\x94\x2d\x89\x47\x30\x06\x1a\xe8\xeb\x29\xaa\x9b\x25\x4b\xeb\x01\x7a\x76\x5e\xe4\xca\x31\xce\x0c\x53\xae\xd8\xb7\x81\x33\x8a\x25\x9b\x18\x51\xb2\xb1\x81\xc0\x06\x87\xfa\x5a\x8c\x4c\xd3\xf2\xeb\x47\xbd\xe0\x8b\x39\x1d\x84\xf7\x65\xb8\x55\x41\x62\x1d\x82\x4d\x0a\xe6\xaf\xf4\xed\x04\xe7\x23\xb4\x9c\x81\xba\xc5\x23\xff\xc1\x03\xdf\xd1\x9b\xfd\xe4\xdd\xfe\x53\xcf\x16\x1d\x07\x15\x9a\xa5\x43\xa0\xc1\x48\x84\x3f\x71\xcf\x9e\xa5\xcc\xac\x69\x38\x15\xb8\xbb\x47\x05\x5a\x99\x00\x40\x75\xe9\x67\xce\xbb\xbe\x9b\xb4\x1d\xea\x98\xb2\xc8\x81\x01\x23\x53\xae\xd4\x57\x82\xf2\xda\xdd\x39\xea\x74\x8b\x59\x2e\xa3\xaa\x0f\x37\xa8\x74\xb2\x6c\x98\xf0\xec\xa1\x99\x3d\x17\x12\x0d\x40\xcb\x93\x83\xf3\xc4\x03\x93\x09\x42\xe2\x99\x00\xc6\xdf\x3f\x3e\x00\x88\xe2\x33\x16\x85\xeb\x73\xc8\x1b\x15\x5a\xb7\xe7\x73\xe2\xe8\xd8\x6e\x76\x4b\x9d\x14\xa6\x87\x51\x8d\x8f\x98\xde\x65\x69\x21\x84\xaa\x9e\x1d\x6d\x47\x8f\x76\x81\xf9\x2a\x63\xbe\x04\x51\x3a\x06\xd1\xd4\x9d\x0a\x7b\xf5\xc8\xaa\x70\xff\x14\x4c\x6c\x12\xff\xdb\x5e\x3d\x74\xd4\x8c\x6e\x00\x32\xb6\xfa\xf7\x34\x91\x76\x4a\x68\xa2\xb5\x66\xe2\xab\x89\x69\x50\x22\x80\x10\x17\xf4\x22\xfc\x52\x6e\x3c\x2f\x07\x04\x1c\xb8\x7b\xe9\xe2\x7c\xea\x4c\x19\x7d\x62\xeb\xaf\x51\x03\x79\x8b\x89\x13\x53\xc0\x7f\x80\xd0\x88\x26\x42\x13\x93\x72\x3b\x5a\x5f\x26\x3a\xc0\x7f\x95\x3f\x15\xcf\x90\x12\x1c\xec\x44\x4d\x6e\xde\xdb\x3d\x7b\x0c\x6a\x7a\x69\x50\x68\x97\x8c\x52\xb5\xff\xe4\x26\x5a\x3a\x98\x6a\x05\xd9\x1e\x90\x6a\xa4\xd4\xa8\x23\xd8\xda\x13\x44\xb6\xbf\x63\x52\x03\x17\xc7\x28\x86\x45\x7d\x31\x21\x55\x4e\xe3\x99\xe3\xc9\xfa\x6a\x71\x14\x1e\x7c\x1b\x40\xb4\xed\x0c\xec\xfd\xf5\x1d\xb0\x8d\x71\xc8\xc7\xe8\x89\x00\xb6\xd4\x65\x87\x9b\x43\x8d\xbe\x0d\x2f\xec\x2e\x1c\x37\xbb\xa2\xcd\xc5\xc1\x19\xcc\x81\x85\x86\x32\x63\x83\xb8\xcf\x77\xee\xae\x6d\x37\xe7\x08\x32\x10\x5a\xde\xfd\xcb\x09\x4b\x20\xf8\x9c\x69\xfb\x07\x87\xd7\x0e\xfc\x4f\xdd\xed\x75\x76\x12\x85\xc4\x0e\x17\xde\x25\x0b\x7a\x7f\xe1\x85\x9d\xb8\x58\xdc\x74\xc5\x91\x2a\x8a\x59\x7e\xb4\xde\x0e\x05\x36\x68\x23\xb8\x03\x82\xa7\x88\xa2\x36\xbc\x40\x7f\x2c\x58\x5c\xab\x99\x86\x8b\x30\x73\xb2\xe9\x85\x6a\xe4\xe9\x3b\x5f\x81\x3d\x4b\x75\x9b\xd3\x7b\x54\x57\x67\x3a\x9a\xf1\x1c\x24\xce\xe1\x72\x77\x6c\xf2\x13\x63\xd8\xa3\x0b\x39\x08\xf8\x7c\x83\x73\xb1\xe3\xbe\x1c\x47\xe9\x83\xfb\x6f\xef\x1f\x77\x46\xb2\x1c\x69\x02\x68\x16\xf6\xaf\x22\x48\x86\x6f\x72\x7b\xb3\x0e\x7b\xac\xff\x12\xbb\xe1\x08\xe3\xc7\x69\xaf\xde\x94\x5b\x8c\xed\xf0\x5d\x76\xc9\x23\xce\x50\xd7\xec\xa6\x88\xba\x16\xd0\x9a\x62\xd4\xb9\x7c\x13\x18\x56\x2d\x2e\x0c\x0a\x59\xe2\x09\x9a\x2f\x7b\x96\x82\xce\xe9\xbf\xde\xe4\x95\x36\x45\x30\x17\xe0\xd8\x16\x40\x2d\x42\x43\x93\x4f\xfa\x28\x7d\xe3\x4d\x97\xc9\x28\xb9\xc8\xbc\xda\x35\x2d\x4c\xe2\xdd\x7c\x80\xf0\xa4\x1c\x6e\xb5\x4c\x80\x4e\x1c\x6e\x2d\xf3\xda\x03\x7d\x23\x29\x26\xb9\xa5\xaf\x77\x3e\x24\xda\xc3\x50\x93\x5c\x95\xb5\x36\xb8\x6b\x0f\xdc\x6c\xc2\xf0\x2b\xeb\xdb\x82\xc7\x65\x0e\xc8\x49\x5f\xb5\xa4\x50\x0b\xea\x7b\x76\xf2\x1f\x48\xa8\xd8\x05\x8e\x33\xe7\x5f\x8c\xee\x09\xa3\xd3\xb3\xde\x80\x37\x41\x2c\x52\x0d\x90\x7d\x53\x91\xff\xd1\x07\x68\x22\x0f\x3f\x13\xe7\x58\xb0\xc4\xae\xa7\x85\xde\x2f\xa6\xdd\x6e\x2c\x06\x85\x02\xea\x94\x38\xaa\x72\xe2\x18\xb5\x2a\x10\xb4\x55\x46\x3f\xfd\x59\x7c\xb1\xdb\xa4\xfc\xd9\x7e\x8e\x19\xcf\x11\x78\x94\x52\x44\x17\xa9\x81\x34\x35\x30\xec\x58\x15\xf2\xb4\x44\xa9\x29\xbe\x61\x86\x22\xb3\xed\x35\xd3\x41\x4d\xc1\x65\x35\x70\x0b\xea\x87\x75\x91\x3d\xb5\xda\xc2\xdf\xb3\xd4\xd8\x5f\x74\xcb\x71\xe9\xfe\x54\x01\x9e\x3f\xaf\x16\x6f\xec\x39\x1e\x87\x18\x81\x5d\xbf\xe5\x1a\x46\x73\xc4\xe4\xb4\xfe\x51\xdb\x85\x14\xd1\x8e\x9f\xd9\x22\xf1\x52\xfb\xf3\x8f\x18\x16\x75\xe3\x70\x4e\xbf\x04\xbb\xd7\xd2\x27\xdb\xc2\x06\x7d\xda\xac\xd8\x79\x2f\x6a\x0f\xc4\xa0\x2d\xb3\x2e\x4c\x25\x02\xf7\x12\x04\x9d\x9c\x31\x8d\x27\x85\x8a\x39\xe1\x98\xac\x12\x2f\xc7\x04\xfe\x83\x71\x53\x44\x67\x1e\x39\x06\x2d\x97\x47\x4d\x39\x70\x02\xd3\x6d\x73\xe2\xac\xb7\x48\x23\xc8\xac\x09\x27\x59\xa0\x8e\xf0\xb5\xee\xed\xea\xb7\x7d\x9a\xa3\x2c\x7f\xab\x59\x22\x4f\xf0\x5b\xcb\x3c\xe3\xe8\x47\xac\x33\xc2\x0a\x11\xcd\x22\x47\xa3\x5a\x91\x5b\xcf\xfb\x1d\xdf\xea\xf9\x59\x0d\x33\xf4\x77\x61\x76\xd0\xad\xcd\x9d\x33\x37\x55\x54\x7d\xc0\xe5\xf8\x4e\x2d\x37\xc6\x41\xf6\x2f\xfe\x3c\x75\xb6\x1a\x26\xe0\xcd\xe1\xb1\xcf\x65\xee\x0b\xc1\x02\x08\x15\x53\x8e\xf0\x9c\xca\xc0\x69\x21\x33\xdc\xf1\x77\xdb\xa7\x3d\x4e\x92\x19\x08\xa8\x0a\x04\xd6\x63\x55\x49\x17\xe3\x3d\xdf\x34\xae\xf2\x5a\x36\xc4\x83\x6c\x2f\x93\x1d\xcc\x99\xc6\x06\xc8\xac\xf9\x2e\x99\xad\x40\x66\xcb\x0c\x99\x75\x3e\x39\x97\x17\x2c\xa2\x34\x68\xa7\x9c\x03\xde\x0f\x5e\x08\xf0\xe3\xe9\x35\xa7\xe0\x53\x6d\x80\x7e\xce\x2e\xb0\x34\x0e\xa4\x5b\xcf\x7b\x16\xb8\x67\xce\x28\x86\x30\x3a\x3d\x17\xb1\xad\xdf\x96\x6b\x01\x7b\xba\x32\x02\x5c\xf1\x51\x01\x94\xc2\x84\x18\xdf\x5b\xbe\xb1\xce\x25\x82\x07\x87\x17\xe9\x58\xaf\xf2\x22\xfe\x3a\x3c\x33\xff\xc6\x47\xd8\x9c\xb2\x34\xeb\x5c\x0e\xf1\xfc\xfd\x82\xfd\x94\xfe\x1c\xb0\xea\x82\x42\x4c\x8b\xc0\x8c\xf2\xfc\xcf\x87\xb8\x27\x44\x31\x2c\x40\x3c\x57\x7b\x73\xc5\x41\xef\xb2\xb9\x4f\x15\x5e\x64\xb8\x6d\x27\x58\xfb\xdc\xa3\x94\x85\xc1\xe7\x65\xeb\x5b\x21\x8b\x95\xf5\x54\x2c\x76\xd1\x2c\xa6\x00\x7e\x15\xf6\xf0\x49\xb0\xb4\x98\xb8\x6b\xcf\x0e\xf3\xa9\x56\x18\x93\x2d\x59\xfb\x19\x2e\x2b\xeb\x6b\xb9\xec\xae\xa5\x8b\xae\x2c\x9a\x7e\x96\xcb\x7a\xe1\xea\xa7\x6d\x60\x0b\x0f\xcb\xf4\x47\x11\x8f\xad\x31\x84\x10\x26\x1c\xc4\x5f\xc2\x11\x28\x71\x91\x9a\xf8\x1b\x4e\xf0\x9d\x04\x7c\xd6\x11\xd6\x2b\xa7\x8b\x8c\x5a\xae\xd7\x56\x6e\xb0\xa6\x4c\x19\xb5\x7b\xed\x2c\x11\x77\x7a\xa8\x59\x2b\x3a\xb9\xee\x65\x58\xeb\x4a\x81\x59\x32\xaa\xc8\x5f\x2d\xf7\x11\xc6\xc1\x15\xf6\x7a\x7d\x17\x68\x76\x5b\xc3\x65\xbd\x36\x29\x03\x02\x5a\xfb\x07\xce\x23\x77\xae\xe4\xbc\x8c\x33\x27\x31\xce\x23\xb9\xbc\x59\x2a\xd7\xec\xba\x63\x03\x34\x23\x0c\x77\xf7\x8f\xe6\xba\xb5\x7f\x43\xe8\x6c\x16\x8d\xcd\xc8\xf9\xef\x14\x6d\xd4\x9f\x35\x1b\x96\x26\xb2\xd3\xb0\x5c\x19\x9d\x2b\x18\xbf\xae\xce\xee\x51\x1e\x8f\xb1\xd0\x4b\xc5\x89\x97\xe0\xc4\xed\x8a\xc3\x89\xe5\x0d\xed\x4a\x11\x27\xfe\xdf\x9a\x60\xe1\xc4\x6b\xbb\x67\x68\x76\xbf\xfd\x05\x27\x46\x90\x30\x8f\x90\xe2\x87\xf8\x42\xc7\xb9\xb9\x32\xd7\xaa\x33\x78\x2c\x2b\x1c\xf1\x37\xad\x70\x58\x1b\x67\xa3\x6d\x75\x00\x23\x69\xaf\x11\x2a\xb6\xe6\x90\xf7\x84\x57\x3e\xfe\xa6\xf8\x11\xaf\x4d\xaa\x0e\x18\x67\x21\xe2\xab\x05\x03\x67\x91\xd7\x94\xd3\xef\xc7\x85\xf5\x0c\xde\x9d\xf0\xa5\xd1\x28\x50\x76\x44\xcf\x49\x77\x1d\x01\x22\x7e\x91\xf3\x48\x1e\xe3\xfe\xdd\x43\xef\x98\x2b\x6c\xc0\x19\x42\xa7\x8d\x67\x14\x38\x84\xcf\xdc\xeb\xb5\x16\x28\x43\xa9\xcf\xfb\x03\x27\xd7\x96\x11\x03\x98\x17\x88\xe3\x44\x4f\x94\x69\xba\xbd\x73\x22\xa9\xb1\x4a\xc9\x91\x46\x63\x7c\x2e\xd8\x40\x50\xcc\x31\x8d\x76\x02\x9f\xd2\xf5\x75\x4d\x89\x92\x34\xa5\x5c\x84\x5d\xae\x24\xca\x93\x8a\x17\xb5\xea\x5c\xc7\x66\x8e\x6e\x34\xa4\x08\x58\xda\x37\xb1\x10\x53\xdf\x82\xf8\xf5\x2f\x3b\x77\xd9\x88\x8d\x86\x40\x51\x0b\xf1\x70\x7f\x60\x00\x7d\xeb\xdb\xb6\x33\x26\x67\xca\x93\xab\x37\xe2\x17\x07\xaa\x84\xf9\xe8\x7d\x17\xb8\x44\x7a\x49\x86\x14\xea\x07\x53\x0a\x4c\x58\x12\x4b\x69\xa7\x9a\x2c\x99\x8e\xe9\xee\xc8\x49\x90\x92\x98\xb3\xa6\x5a\x3d\x77\x8d\xe6\x85\xd1\xa4\xaf\x81\x2d\xa0\x81\xc0\xab\x9d\x84\x7c\x60\xf2\x9b\x6d\x4d\x9c\xc2\x4b\xd7\xfe\x05\xdb\xe1\x91\x62\x8c\x87\xb3\xc3\x75\xc1\x54\x77\x1c\x87\xb3\x64\x11\x75\x8e\x61\x41\xef\x36\x4b\xb5\xe1\x10\x5b\x5f\x57\x69\xcb\x1d\x60\x0b\x77\x6b\xfa\x9c\x8f\x6c\xe1\x14\x59\xfb\x9e\x65\x04\xfb\xe2\x6d\x04\x6d\x9b\xf7\xdd\x77\x2e\xb0\x61\xf8\x0e\xb6\xe1\x11\x46\xfe\x93\xa4\x96\x65\x8d\xfc\x92\x15\x9d\x20\x4e\x63\x07\x43\x58\xcd\x35\xf2\x7b\x13\x3f\x8e\xc1\x4f\xe3\xc0\x56\x7a\x17\xcb\xbf\x8d\xc7\xec\xc3\xfb\x59\x40\xdd\x9b\x1b\xcd\x26\x8f\x9f\x2f\xda\xf0\x2f\xd2\xed\x9d\x4b\xb7\x70\xc6\x12\xdd\x3a\x81\xdb\x1d\x9b\x9e\x1f\x2c\x5f\xad\x4b\x36\x65\xf5\xd2\x29\x31\x82\x4b\x70\x27\xe2\x50\x5c\x82\x28\x5e\xe4\x8e\xf2\x0f\x5f\x3b\x4b\xac\x6d\xa0\x6f\xdb\xe0\xd5\x42\x8a\x5d\x35\x74\xdd\x0e\xb2\x76\x6b\x37\x39\xf2\xa3\x73\x5c\xe4\x7d\x30\xdd\x27\x8f\x73\xb6\xd9\xc8\x62\x70\x61\x6e\xe2\x7f\x35\x37\x56\xc8\xd3\xd3\xb2\x91\x08\x88\x8a\x4a\xcf\x6b\x49\xba\x4e\x25\xbb\xd5\x9c\x93\x94\x9e\x97\x22\xb1\xca\x6e\x75\x27\xa2\x6b\xf5\xad\xe7\x49\x2b\xfa\xce\xba\xd1\x5e\x4a\xa5\xd4\x4c\x78\x1a\xd5\xd3\xe0\x50\x09\x8e\x11\xde\x7c\xb3\xcb\x82\x13\x7e\x5b\xca\xa4\x59\xa9\x1c\x20\xa2\xcf\x5d\x49\xeb\x09\x12\xc5\x91\x0b\xe0\x90\x18\x11\xea\x1d\xc3\x46\xfc\x94\xbc\x9a\x05\xd0\x33\x7e\xa7\x9b\x8b\x06\x97\xdd\x5b\x46\x97\x12\x57\xc4\xd7\x2b\x93\x7c\xc4\x81\x0d\xdf\xec\x85\x27\x3b\x75\x0a\xc1\xa4\x7d\xe2\xa8\xbd\xc6\x49\x01\xc3\x09\x80\x8a\xfb\x53\x68\x7f\x2a\x3b\x3f\x05\xd3\x57\xa4\x0d\xf0\x21\x3c\x9f\xf4\xec\xbb\x50\xad\xa5\xae\xf0\x40\xaa\xcb\x82\x04\x79\xd6\x6d\xce\xca\xf3\x5f\xc1\x33\xd5\xba\xf6\x59\x70\x98\xcb\x2e\x10\xfc\x31\xd4\x96\x6c\x6f\x5d\x58\x32\xa9\xbf\x5b\x77\x51\xb0\x80\x06\xcf\xcc\x74\x57\x77\x3c\xad\x35\x2e\xe0\x8c\x72\x6f\x6a\x51\x49\xe0\x38\x05\xb9\x93\x6f\xd2\x0a\xc0\x0b\xa7\x2d\xee\xf7\xa8\xc5\x4b\xb8\xad\x6a\x04\x1f\x13\xee\x95\xce\xd9\xac\xbf\x83\x95\x62\xcb\x47\x55\x1c\xec\xf8\xc3\xc1\xd7\x31\x1f\x9e\xee\x5a\xeb\x0f\x2b\x6f\x04\x7f\x79\x9b\xbe\xc5\x00\xdf\x36\xe1\x10\x40\xf8\xcc\x8c\x32\xb5\x66\x7e\x05\x60\x60\x82\xa0\x7a\xad\x87\x5f\xdf\xaa\x18\x9e\x12\x42\xf0\xe7\x91\x7e\x80\x93\x99\xfa\x5c\x3c\x38\x02\x14\xee\x48\x61\xe4\x03\xf7\x04\xf3\x3b\xc3\x92\xef\x41\x02\x29\x81\x18\xc4\x6c\x41\x28\xdc\xd6\x51\xd7\x08\x37\xb5\xf9\xa6\x9f\x27\xb0\xac\xd1\x09\x67\xf7\xc1\xc1\xad\x14\x9c\xe1\x7a\xc2\x91\x73\x08\xa0\x3b\x2e\x3e\xb2\xd2\xf1\x5e\xf5\xb9\x06\x7c\xcf\x36\xee\x3d\xe2\x7f\x4a\xe9\x94\x64\x33\xe7\xa3\x57\x70\xc3\x72\x73\x61\x96\xf3\xb0\xe4\x12\x5b\xb4\x1b\x0e\x1b\x83\xad\x1c\xac\x19\xdd\x71\xb5\x01\x00\xfd\x41\xf9\xd9\x75\xe8\x5b\xa6\x5c\xb3\x7b\x9e\x23\x33\xa7\xaf\xf1\x03\x8c\x5c\xb0\x76\x6b\x95\xa4\x93\x66\x2b\xd2\x92\x94\x91\x50\xb7\x39\x91\xfa\xd5\x89\x42\x4a\x38\x89\xda\xaf\xe3\x54\x1f\x31\x0e\xd0\x76\xcf\x03\x15\xc0\x50\x5c\xde\xe3\x32\xfb\x37\x20\x7c\x15\x75\xf0\x11\xd3\xf2\x20\x1e\xf1\xd9\x4e\x4a\x5e\x5a\x50\xf5\x21\x45\x5a\x86\xa9\x40\x0f\x5b\x48\xe7\x48\x21\x9e\x1c\x15\xdf\x3d\xea\xf6\xed\xb9\x58\xaa\x43\x46\x23\xbe\x83\x83\x47\x2e\x1e\xab\x5c\xe9\xe3\xb0\xd3\x47\x4e\xe6\x41\x93\xdf\x96\x3e\xad\x43\xab\x8c\xe8\xe7\xc4\xe0\x74\x90\xe4\xe6\x66\xc5\x4b\x7a\xcd\x7e\xc7\x78\x2b\xf2\xc6\x3d\xea\x1a\xcb\xa1\x67\xbd\x0a\x4e\x6c\xdc\x1e\x82\xb8\x3c\x26\x81\x55\x95\xa3\x3b\x80\xec\x7d\x05\x61\x58\xd6\x65\x21\x65\xd2\xc7\x0d\xd7\xa9\x6b\xa6\x6b\xb3\x03\xb0\x01\x6e\xe0\x40\xc5\x4d\x7a\x5b\x70\xe0\x2c\xba\x2d\x7c\xed\x63\x24\xd2\xdd\x01\x1c\xb5\x32\xe6\xa3\x76\x8a\xeb\x92\x7c\x37\xed\xa8\x9a\xb0\x35\xec\x0c\xea\x52\x70\xe1\xa3\x0b\x3b\x82\xf2\xf7\x82\x11\x95\x3d\x06\x58\x19\x58\xcc\xf9\x25\xe7\x46\x41\x70\xe4\xdd\xa5\x1a\x4d\xc2\x1c\xfa\x6e\x8e\xa4\x64\xe7\x7d\xe6\x09\xff\xa4\xcf\x50\x24\x4e\x56\x3e\xd9\x06\xa4\x48\x96\x2a\x98\x14\xda\x68\xb0\xaa\x4d\x29\xca\xd4\x48\x2a\x73\xd7\x8f\x80\x5d\xac\x36\x3e\x92\x06\x14\x7a\x1e\x9f\x57\xe5\xeb\x0e\x2b\xb6\x5d\xd6\x9a\x13\x16\x8e\x8c\xd9\xd0\x73\xf7\x7a\x3a\xb3\x12\x91\x6e\x30\x51\xc8\x15\x25\x86\xb8\x55\x64\xb1\x64\x1a\x7c\x18\x9d\x92\xd0\x52\x51\xca\xea\x32\xd3\x29\x39\x06\xa5\xdf\x4a\x48\x68\x36\x1c\xbb\xb2\xe3\x3b\xbd\x85\x96\x99\xbe\x8c\xcf\xc1\x76\xe3\x5a\xc9\x0f\xcf\x76\x29\xf8\x0f\x23\x1c\x84\x9e\xb7\xf4\x27\x37\x6e\x3f\x23\xd9\xfa\xf5\x93\x92\x14\x26\x77\x79\x41\x41\x4e\x62\xa6\x40\xcc\x53\xcf\x52\xdc\x19\x53\xe6\xcc\xcb\xde\x9d\x82\x05\x8a\x47\xb5\x2f\x8d\xee\xc1\x06\x33\xbb\xa3\x8b\xd2\x13\x3c\x7d\xb6\xdb\x4b\x90\xf0\x2b\x8d\xae\xce\x6e\xe5\x01\x9a\xda\x64\x07\x08\x23\x63\xe2\xe9\xc7\xb5\x48\x1c\xb3\x66\x1c\x40\x3c\xc7\x38\xd4\x68\x6c\x65\x98\x5b\x89\x5c\x65\x53\xe7\xe0\x4d\x11\x4a\x12\x73\x1a\xb5\x9e\x3d\xb4\x9a\x35\x65\x30\x35\x29\x49\x14\x70\xe0\x60\xfa\x98\x8f\xcd\xd9\x40\x25\x1f\xed\x7a\x26\x46\x98\xb1\xf7\xb0\x7b\xb6\x58\x03\x4e\x03\x39\xfd\xa6\x66\x2b\x44\x44\xfd\x1d\x26\x78\xcb\x01\xfa\xc0\x8f\xdb\x61\x06\x18\xe2\xe6\x41\x7e\x04\x90\x9b\x0b\x9c\xf1\xcd\x9e\xb3\x6c\xef\x12\xff\x0d\x1e\xaa\xff\x66\xbd\xb4\xad\xf8\xaf\x93\xc8\x2b\xe3\x24\xb0\x20\xdc\xb5\xc1\xc3\xb2\x14\xda\x1c\xc9\x1c\x61\xf7\xc6\x98\x6a\x51\xa6\x8f\x78\x52\x1e\x92\xe8\x63\xe4\x95\xf7\x63\x64\x2c\x64\x8e\x14\xe5\x42\x28\x88\x34\x7f\x34\xb2\xb0\xac\xd6\x8b\xe7\xfd\x93\xfc\x36\x2d\x86\xe9\x41\x2e\xa3\xc3\x02\x72\x7d\x85\xfe\xb9\xaf\xa0\x90\xb8\x08\x5b\xff\xc4\xd7\x64\x49\x57\x6b\x1e\xda\x7a\xcd\xdf\xf5\xea\xde\xfe\x47\x96\x95\x27\x92\xef\x90\xa8\x77\x56\x4a\xc6\xcd\x82\xf3\x8a\x5d\x50\x7a\xe5\x10\x20\xdb\xe0\xa8\x0e\x0e\x68\x17\xd0\xf9\x69\x33\x8f\x34\xb7\xd8\xf3\xeb\xdb\x07\x27\x74\x7c\x33\x43\xa5\x67\x33\xf1\xe5\x79\xcf\x4e\x7d\x25\xcc\x6f\x24\x89\xef\x1f\x1d\x25\xe3\x66\xde\x54\x89\x7e\x50\x2a\xf7\x58\xde\x26\x54\x47\xa8\xda\x29\xdf\xd1\xe0\x06\x40\x9d\x6e\x6d\xa2\x2c\xfe\x8e\xc0\x39\xba\x64\x31\x50\x17\xa3\x1c\x84\xdd\x9d\xb2\x55\xf1\x67\x0d\xc4\x53\x00\xca\x13\x3a\x9d\x92\x77\xf6\x0b\xbb\xe6\x52\xf5\x4e\xf7\x4f\x2f\xcc\x9d\x24\x15\xd8\x4b\x9d\x95\x2a\x4f\x73\x80\xc5\x0f\xe6\xae\xb1\x0a\xa4\xdb\x38\xb8\x3a\x99\x91\x9a\x98\x26\x18\x7c\x3b\x48\x15\x4a\x7b\x24\x18\x0c\xd5\xcf\x4a\x56\xa6\x03\xff\xce\xb6\xb2\x5f\x02\x8c\x0b\x95\xd8\xa5\x05\x06\x7e\x59\xc2\x59\xb5\xe8\xf2\xd5\x11\x8b\x5e\x52\xd0\x6c\x31\x11\xd8\x09\xc2\x7f\xc3\xd5\xd5\x44\x80\x7a\xc9\xad\x81\xab\x9b\x09\x67\x14\xc4\xf5\x28\xb3\x6b\x36\x30\x51\x08\x82\x0f\xff\xdb\x71\x2c\xc5\x1a\x84\x8a\x90\xb0\xdf\x6a\x02\xe3\x39\xab\x9d\x25\xb8\xf1\xf9\xb7\x09\x57\x72\xee\x77\xa9\x40\x49\xd0\x7d\xe9\xf4\xe5\xbb\x06\xa6\x38\x22\x60\xe6\xb4\x65\x61\x94\x7a\xa2\x61\x73\xdc\x77\x5c\x42\xc6\xf9\xdf\x9c\xa0\x3b\x05\x8c\x23\x28\x4d\x58\xe7\xf4\x75\x6c\x7c\x8c\xe1\x70\x9c\xdd\x9a\xa6\xd3\x7e\xac\x9b\x8e\x89\xdb\xb4\xdd\x74\x6c\x3c\x78\x28\xed\x25\x61\x8d\x4d\x34\x7d\x8e\xbf\xd9\x84\x93\xd1\xb7\x2b\x6b\x98\x38\x28\x0f\x4c\x23\x83\x07\x05\x01\x00\xeb\x24\xb3\x27\x31\x6e\x48\x93\x2e\xa3\xcc\xfd\xc0\x48\x68\x2c\x2c\xd4\xbe\x5b\xd3\x8b\xb8\x41\x45\x7e\x93\x50\x7e\x3c\xb3\x86\x94\x9e\x38\xe9\xd1\x13\x5c\x3e\xc9\x6c\xb1\x30\xb7\x3a\x46\xe2\xcb\xd9\x2b\x79\x80\xd6\x74\xe0\xbc\x45\x60\x26\x1a\x87\xde\xd5\xa3\x17\x9c\x18\xe8\x3b\x19\xb1\x46\x7a\xf8\x2f\xe0\xa0\x52\x5a\xf6\xc0\xcc\x3d\xae\x3b\xb1\x97\xc2\x96\xd6\xee\xbc\xe4\x15\x5e\x49\x22\xe4\x12\x3b\x45\x3c\x8d\xf4\x66\x17\x15\x4d\xb3\x32\x6a\x8a\x79\x27\x14\x4c\x64\x9d\x00\x98\xe6\xb8\x07\xa6\xc2\x5e\xd3\x54\x9d\xc9\xb0\x66\x4a\x1d\xa6\xad\xac\x00\x11\x20\xc9\x6b\xaa\xd3\xef\xd3\x85\x24\xb2\x72\x98\x89\x25\x83\x54\x8c\x15\x70\x3a\x4d\x2d\xc4\x45\xae\x33\x64\x51\xaf\x67\xc9\xc2\xb3\x5c\x27\x58\x7e\x63\xdb\x1a\xce\xd1\x53\x01\x15\x8c\xb6\x24\x0a\x2c\x3e\xa5\x2d\x74\x25\x11\x30\x15\x1e\x35\x43\x51\x2a\xae\x74\x5f\x34\x12\xe9\x22\x30\x2f\x56\x03\x12\x0f\xe6\x03\xc7\xa4\x65\x88\x8a\x2a\x07\x02\x84\x93\x05\xcd\x76\xdf\xc2\xcc\xac\x46\x03\x93\xe7\x1d\x52\x9e\x1a\x8f\x72\xd7\xa4\x69\xbf\xeb\x34\x98\x76\x6a\x20\xeb\x9d\x00\x76\x52\xe8\x3d\xc4\x93\x35\xff\x67\x9d\x3e\xd3\xe9\x66\x5b\xd5\xba\xa8\x60\x3a\xaa\xcd\xcb\x39\xdd\x33\x72\x66\x97\x3f\x77\x35\x0a\x64\x89\xf5\x42\xb1\xfa\xee\xb9\xd6\xcf\x06\xec\xf9\x07\x97\x16\xe2\x43\x20\x01\x64\x67\x1b\xc4\xd4\xb5\x47\x08\x87\x47\x8d\x7d\x48\x57\x47\x08\x18\xe7\x7e\xda\xd3\xad\x5f\xd6\xe0\x6f\x26\x87\x8e\xec\x20\xbe\xdc\xa8\x41\x34\xa1\x34\xe2\x46\x11\x53\x46\x81\x08\x69\xa1\x31\x12\xb9\xb8\xcf\x23\xce\xaa\x5b\xf9\xe3\x4c\x5a\x5d\x61\x13\xa1\xbb\x99\x0b\x61\x10\xc7\x3a\x2e\x11\x4f\x77\x1c\xbe\xa9\xde\x10\x02\x9f\x35\x68\xb3\x2d\xad\xd1\x54\x67\xc8\x2f\xfa\xb8\x54\xc5\x22\x27\x2c\x20\xb4\xdf\x58\x32\x27\x6a\x7d\x51\x65\x49\xf7\x38\x66\xc9\xb6\xfa\x9b\x63\xc7\xc4\xf1\x05\xde\xdf\x62\xf2\xe8\xfc\xb1\x4a\x5a\x17\x2b\xc6\x19\xd3\x30\xf5\x44\x69\x0f\x61\x74\x18\x1a\x7c\x6b\xea\xd9\x08\xb6\x80\xee\x47\xbb\xb6\xc5\x69\x39\xdd\x2b\xd0\x12\x4f\xb7\x6d\x38\xe8\xf2\x86\xef\xe8\x3b\x26\x33\x64\x95\x2a\x99\x4a\x74\x11\xd1\x4d\xce\x24\xc7\x73\x3e\xc8\x0f\xe1\x37\x60\x73\x09\xd1\x29\x1f\x92\x3b\x86\x09\xaa\xc1\x3c\x24\xba\x27\xee\x3f\x90\x42\xb3\x20\xfc\x8a\x1f\xb0\x74\xda\xc9\xe9\x33\xfe\x85\x15\x75\x9e\xb6\xa2\x19\xfd\x9b\xb9\xce\x35\xc7\xb3\x3b\xc1\xec\x96\x9b\xf9\x94\x06\xf9\x8d\x8d\x35\xe9\xaf\xed\xcc\x5d\x64\xa4\xc5\x5d\xe3\x56\xbe\x85\x59\xae\x85\x6e\x41\x0b\x1b\xdc\x35\x7d\xab\x85\xbe\x48\xba\x4e\x0b\xc1\x92\xc9\x77\x8b\xdb\xe6\xad\x9c\x52\x14\x1a\xa5\x28\xe4\xfc\xe9\xbe\x29\xae\x6e\xad\xc8\x74\x73\x3a\xa9\x92\x29\x71\x6f\xb1\xd9\x4d\x99\x86\xcb\x2d\x74\x5a\xbe\x53\x55\x48\x37\x25\xbf\xa5\xab\xcc\x55\x86\x1b\xc8\x3e\xac\xb0\xa5\x63\xd9\x2a\x48\x55\x6b\x91\x55\xa0\x1a\x38\x1e\x4e\xd5\x13\xcb\x08\x5a\xb7\x36\xea\xae\xfc\xcd\x84\x70\x3f\x77\x9a\xd9\x99\xb3\x2b\x6d\x78\x7b\xe2\xcc\xc0\x4c\x11\xc6\xec\x14\x59\xc3\x2f\xb3\xa8\xd8\x99\x5c\x09\xfd\xc1\x41\x37\x1c\xcd\xfb\xcc\x4e\xd2\x8e\xa4\xe7\x81\xd9\x7b\xba\x4e\x2b\xcd\xe1\xa3\xd8\x8e\x69\xe9\x5a\x90\x67\x33\x4b\xa7\xec\x90\x2d\x14\x8a\x5a\xbe\xbf\xa3\xfb\x9a\x8b\x56\x12\x0b\x18\x13\x1a\xfb\xb8\xd2\x11\xd3\x8f\x2d\x6c\xce\xf6\x4e\x2b\x75\x69\x63\x4f\xb6\xdd\x30\xdb\xa2\x0c\xd2\xf6\xf8\x91\x26\x31\x28\x33\xbb\xdd\x63\x54\x87\xff\xea\x51\x75\x35\x2d\xcb\xf1\xf5\xde\x10\x05\xc8\x1f\x23\x3c\x15\x91\xaf\x53\xeb\x66\xb3\xe4\x81\xc2\x9b\x47\xd3\x02\x2c\x41\xe8\x10\xa1\xec\x99\x2e\x5e\x40\x16\xf6\x24\x7a\xff\x01\x25\x4d\x49\x25\xdf\xd3\x98\x7d\x0f\x47\x18\xdf\xd3\xef\xbf\xe1\x45\x7b\x28\xc7\xd7\x85\x33\x2c\x23\x0b\x79\x22\x22\xcf\xfb\x46\x45\x12\x7c\x61\x82\xd2\x6a\x3b\xbe\xbe\xba\xf5\x82\xe9\xa3\xe3\x0b\x3b\xe7\x0e\xa7\xec\x24\xbc\x01\x61\xf6\xa0\x21\xcc\xb8\x94\x3f\xab\x95\xaf\x02\x54\xfb\x26\x8e\xd9\xde\xaf\x24\xac\xe2\x49\x4d\x85\x4a\x9d\x75\xcc\x29\xca\x80\xcc\x8e\x91\xad\xb7\x19\xa8\x7a\x16\x8e\xe2\x1d\x51\xe5\xf8\xbe\x15\xb7\x17\x0c\xa4\xd8\xa2\x59\x89\xfb\x8e\xb9\x85\x05\x0e\xb1\xa3\x84\xc6\xa7\xfb\xb6\x35\x85\xef\x5c\x38\xcd\xdf\xef\x1c\x6b\x0a\x54\x07\x80\x55\xff\x3c\xb7\xd9\x7b\xb6\x6a\x28\x0b\xf0\xb9\x16\x29\xe5\x53\xac\xfc\xaa\xfc\x77\x17\x22\x16\xe6\xf1\x45\x2c\xea\xe2\x6a\x81\xe6\xdf\x6e\xa8\xaa\xa2\x76\xc5\xce\x1c\xc4\x68\xc1\x04\xe9\x26\x63\x52\xb7\x14\x57\x3b\xf1\x1d\x5c\x1e\xf5\xe4\xd7\x4f\x8e\xba\xb2\xdd\x33\xb0\x4c\x47\xd5\xd2\x12\x44\x28\x04\x2b\xec\x45\xdf\x98\x42\xe3\xca\x00\x3c\x33\xf2\xc6\x82\x3a\x37\x0e\x24\x92\xb7\xce\xcb\x79\xae\xeb\xb5\x68\x40\x93\x1a\x03\x3e\xf2\x88\x6a\x7c\xa7\x99\xb1\x23\x19\x1e\xc1\xfb\x8b\x96\xfc\xe7\x1e\xbe\x7f\x8e\xd8\x09\xe6\x23\x9f\x62\x22\x02\x9e\xdc\x91\x14\x73\xa4\xba\xad\x3e\x2b\x51\xfc\xc0\x8c\xd3\xec\xd9\x05\xd2\x5f\x30\x5d\x71\x58\x68\x7f\xc5\x56\xd3\x35\x7f\xdb\x04\x12\x1b\xcf\xdf\xb7\x52\xee\x7a\xc7\xdf\xf7\x0c\x5b\xc0\x70\x4a\xfd\x23\xb7\xc4\x0e\x8a\x3e\x00\x39\x38\xbe\xb4\x5f\xe1\x82\xb3\x55\xfe\x56\x63\x0f\x3e\x3b\xc4\xfb\x0d\x36\xa9\x34\xf9\x9b\x89\x2a\xe0\xb2\xa7\xfd\x0e\xdf\xdb\x65\x57\x9a\x8a\xc2\xe8\x14\x0d\xea\x13\xd4\x24\x1a\x12\xff\xb2\xe2\xd0\x2d\x46\x0b\xfb\xad\x71\x0d\xdb\xff\x3b\x07\x78\x2b\x77\x80\x0f\x3f\x70\x80\x13\xcb\x39\x39\x40\x94\xdd\x02\xb9\x6a\x92\x93\xab\x94\x6c\x47\xa9\x59\xc7\xc8\x96\xc4\x28\x5f\x3e\xc5\x2a\x64\xf2\x0e\xba\xe9\x71\xd4\x5b\xfc\x19\x6f\x7b\x6f\x1c\x66\xcd\x8f\x9d\x37\xc1\x74\xe4\x3b\x27\x4e\x38\x6a\x43\x4f\xa3\xf8\xe0\xf6\x7b\xcc\xb6\x13\x93\x4c\xb2\x27\x6d\x67\x3e\x74\x3a\x55\xd5\x21\x45\x15\x8d\xd6\x01\x14\xc3\xa3\x6b\x5e\x12\xa3\xec\x98\x4d\x07\x8b\x01\x77\x69\x3a\x70\xa2\xd6\x16\x7f\xab\x88\x8b\x25\x67\xdb\x14\x16\x50\xe5\x20\x8b\xbb\xd9\xfe\x6f\x95\x71\xf4\x41\x7a\xde\x04\xcf\x9c\xb4\x23\x1b\x54\x3d\x6d\xd3\x03\x0d\x62\x66\x7f\x54\x5e\xa6\xae\x88\x49\x68\xff\xf0\x76\x35\x7c\x91\xe8\x44\xb9\x9f\xb5\x23\xc1\xc3\x21\x66\x4a\xc7\xea\xef\x57\x5e\x20\x14\xfc\x60\x35\x66\x23\x35\xbc\xd9\x22\xd5\xbe\x48\x3d\xdb\xa3\x6b\x41\x71\xb5\x60\x3e\x5a\xa1\xe5\x5c\xcb\xa5\xa0\xfb\x9c\xd2\xda\xe4\x47\xeb\x88\x33\xc1\x08\x02\x6d\x1c\x78\xd9\x43\xfb\xaf\x44\x81\xa5\x66\xbd\xe4\xef\x9e\xf8\x8b\x86\x6e\x30\xe8\xbe\x9c\x77\xd7\xec\x83\x27\xc0\xf8\x1b\xb5\x73\x9e\x10\x0b\x7e\x8c\xac\x76\xbd\x6b\xe7\x0d\x44\x8d\xbd\x2a\xf0\x22\x95\xf9\x2a\x76\xe0\xa4\x7e\xfc\xa3\x19\x85\x5d\x70\x84\xd6\x80\x8d\xc5\xad\x8b\x0c\x41\xdb\x6a\x9a\x43\xd9\x76\xe9\x7d\x95\x83\x62\xec\xad\x22\x1e\xc8\xca\xc0\xb0\x80\x07\xb2\x56\xfb\x13\x94\xcc\xb6\xdf\x27\x70\x1c\xe1\x8f\x29\x49\x71\x39\xbd\x07\x6a\xa1\x8c\xe8\x6e\x24\x39\xf2\xb7\x2d\xa2\x44\x8c\x55\x19\x00\x93\xac\x51\x2c\x82\xff\x39\x81\x95\x30\x4c\x36\xbb\x89\x53\xf9\x4d\xfa\x32\x05\x25\x3b\x39\xfa\xea\xfe\xdf\xd0\x97\xf7\xf0\x3f\x25\xaf\xe0\x34\xf2\xc5\xcb\xc7\x43\xef\x1e\xfe\x8a\xc2\x84\x3c\xfa\xff\x9e\xc2\x6a\x9a\xc2\x1a\xff\xfb\x14\x76\x36\x88\x43\x6f\x51\x58\x9d\xaf\xff\xf3\x1f\xa3\xb0\x0d\x58\xd8\x3f\xff\xff\xa2\x30\x2e\x9f\x6f\x07\xfe\x9f\xa2\xaf\xa0\xf9\xfa\x51\x02\x33\x0a\xe2\xf0\x62\x95\x4c\x65\xbd\xa8\x5e\x5e\x42\x71\xa9\xd9\xc9\xb4\x0e\x0d\x29\x86\x57\x9b\x33\xcd\x32\xe6\xbd\x42\x4d\x1a\x4a\x39\x78\x49\x4a\x11\x94\x41\x41\x90\x7d\x1b\x19\xc5\x20\xa8\x19\x31\x51\xec\x7a\x8d\x1a\xfb\x2c\xc4\x5e\x9c\x7e\x4f\xe9\x24\x70\xa0\xdd\x64\xe9\x6a\x2e\xb4\x9b\x84\x37\xa3\x8d\x6e\xa6\x0d\x36\x68\x06\x55\x06\x61\xad\x60\xfc\xcd\x76\x5e\x50\x84\xc8\x56\x10\xaa\xad\xc3\x28\xdd\xea\xd5\x09\xac\xba\xf7\x9e\x57\xef\x0b\xde\x8c\xa3\x37\xb1\x7a\x20\x18\x16\xfb\xc0\x6c\xed\xf4\x2b\x47\x39\x0c\x6c\x60\x0d\x99\xab\x17\x12\xd8\xab\x11\x7a\x45\x67\xbf\x53\xfd\xba\xf3\xbc\x15\x85\x92\xb6\x03\x25\x80\x0a\xd6\x4b\x5b\xd7\xf3\x82\xbe\x96\xf6\xc7\x88\x68\xf5\x13\x59\xd6\x9f\xdf\x78\xdb\xd1\x06\x12\xde\x52\x42\xfe\x17\x63\x32\x4b\xe7\xad\xdb\x56\x86\x8b\xa4\xad\xb8\xa0\x23\xa4\x34\x8e\xea\xb6\xe6\x51\x87\x31\x68\xf9\x5a\xcd\xde\xe8\x54\xbc\x4e\x01\x81\x97\x0e\x3d\x6f\x8d\xd0\x8f\x2d\xe2\x76\xc7\x70\xe1\xcf\xda\x3c\xc3\x1b\xff\x58\x1f\x14\x34\x51\x42\x15\x50\x81\xb6\x63\xd4\x50\xd4\x16\x11\x7a\xac\xb0\x4a\x8e\x84\xf2\xd2\xab\xd1\xc7\x43\xf8\x42\x79\xa4\x0f\x15\x8c\x18\xa1\xc3\xa0\x2d\xd9\xac\x07\xbc\xf8\x88\xbb\x76\x1c\x51\x6f\x0a\x90\x74\x44\x6f\x6b\x2e\x7a\x7f\xdd\x99\x7e\xb6\x33\x08\xce\xc6\x97\x72\x3b\xa7\xc2\xc3\xab\x27\x86\x00\xd9\xa0\x99\xbb\x0c\xf5\x6b\xf7\x94\xb3\x25\xb2\x17\xdd\xcc\x05\x69\x7f\x85\x4a\xbf\x3c\x09\x41\x93\x71\x57\x47\x40\x96\x1c\x77\x14\x41\xb0\x8e\xb4\x6f\xdb\xb4\x0e\x15\xa4\xa9\x52\x2a\x6f\x9d\x91\xa5\xd4\x16\x99\x20\x4f\x73\xbf\x90\x5c\x16\x0e\xd3\x0c\xf3\xd0\xcd\x8c\xe9\x41\x03\xbd\x3f\x90\x2e\x47\x9c\x17\x84\x35\x6f\x39\xc1\xe5\x9d\xba\x0d\x40\x8c\xe6\x3b\x97\xbe\x9b\xf8\xdf\xc1\xff\x0c\x23\x76\x29\x56\xe8\xe0\xd8\x24\x6d\x9e\x13\x2d\x3f\xd7\x40\xb5\x18\xe6\xad\x3a\xf0\xc4\x69\x98\x6e\x82\x11\xc9\x8d\x6d\x5f\x26\x3f\xdd\xa5\x6b\x3f\x1b\xc7\xf6\xe2\x79\x89\x2f\x86\xcd\x96\x00\xe4\xde\x8a\x17\x70\xba\x2d\xa8\xde\xae\xc3\xc8\x26\xf4\xc2\xb1\xd3\xee\x6a\xd6\x4b\xf9\xec\xc8\x3f\x35\x71\x63\xf6\x04\xcb\x92\xd4\xbe\x13\xa8\x08\x69\x72\x5f\x9d\x9d\xcc\x94\xd9\x93\xac\x51\x77\xb0\x4e\xd7\xba\x33\xd8\x87\x63\x82\x4b\xc8\x1a\xac\x2a\x2a\xe5\x53\x66\x1d\xfb\x6a\x8e\x9a\xdb\x69\x07\x51\x39\xd2\xbb\x5d\x23\xdb\xa1\x31\xbc\xba\xf7\xba\x83\xf6\xcd\xd5\xad\xd7\x19\x6c\x87\xac\xd8\xdd\x0b\xe9\xb1\x16\x79\xc0\xff\x2d\xfe\x37\x9b\xd7\x57\x2a\xfe\xdb\x19\xff\xf3\x0a\x0b\x45\x73\xea\x41\xfc\x24\x36\xe0\x76\x47\xb8\x6a\x7c\xec\x5b\xcb\xa4\x89\x02\x46\xa9\xfe\x56\x9d\xcb\xd1\x7c\x55\xed\xc0\x90\xec\x16\x70\x43\x95\x5b\x0e\x7c\x0a\x27\x0b\x5f\x00\xad\xa2\x8c\x24\xd0\x82\xf2\xdc\x79\xc3\x95\xc8\xd6\x34\x13\xf7\x4e\x32\x23\xd0\xe7\x36\xc8\x74\x38\xc3\xa3\x4b\x9d\x71\x9f\x96\x1c\xa2\x93\x0b\x31\x56\x9b\x70\xde\xf7\xb9\xe9\xba\x2d\xc9\x55\x00\xae\x1e\x5f\xea\x55\xdf\x22\xfe\x38\xe0\xaa\x95\x27\xe3\x3c\x8d\xa6\x1c\xd7\x32\xb1\xd0\xc1\x11\x19\x1e\xef\x3c\xaf\xea\x73\x9a\x45\x28\xd6\x64\xa4\x5c\x22\xd2\xae\xb1\xfb\x40\xac\x35\x24\xca\x01\xef\x3e\x32\xc8\xd1\x08\xa2\x3d\x97\x96\x6c\x84\x12\x85\x81\x74\x84\x27\xee\x21\xe7\xf4\x66\x27\x5c\x63\x7a\x3d\xc2\x1a\x9c\x4e\xf8\xbd\xe7\xc5\x91\xc9\x4e\x40\xe4\x71\x3d\x53\xc9\xa5\xac\x5e\xf4\x2c\x75\x19\xe5\x58\xb0\x75\x54\x05\x74\x1d\xb9\x14\x52\x85\x88\x25\x7d\x9e\x80\x9d\xdb\x2b\xca\xee\x0b\x76\x6c\xd8\xef\x88\xff\xe6\x9d\x45\xe9\x5b\x24\x24\xc3\x92\xeb\x7e\xe6\x28\x07\x9e\x13\xba\x62\x84\x46\xe5\x9c\x6c\xb2\x29\x3f\xd2\xe5\x19\x1e\x60\x33\x86\x19\xad\x03\x65\x85\x33\x1b\x90\xc7\xbf\x58\x07\x56\x1d\x58\xae\x21\x4e\xad\x28\x97\x74\xdb\x3b\x23\x07\x6e\x02\xba\xcd\x02\x6d\x72\xa4\xb7\x2e\xb5\xc7\xc4\x5f\xe6\x9f\xe7\xb4\xd1\x87\x8d\x0a\xcf\x64\x16\xb4\xfa\x00\x99\x52\x0e\x37\x64\x5b\x3c\xb8\x89\x23\x75\x86\xa3\xac\x0a\x7a\xb4\x49\xc5\x21\x9a\x93\x04\x5a\x60\x13\x36\xd1\x97\x0e\xa6\xe1\xec\xce\x3e\x73\xad\xd0\x9d\xfb\xc8\xf3\xf6\x14\x62\xf7\x0d\x36\xf3\xba\xb3\xe5\x1e\xe6\x08\x9b\x60\x11\x0a\xa8\x38\xf0\x40\xec\x88\x28\x2a\x7e\x53\x82\xc0\xee\x8d\x6d\xcc\x33\xf3\xfb\x90\x1e\x43\x32\xb7\xad\x09\x0d\x7e\x28\x75\x3d\x36\x6c\x71\x85\x43\x66\x5f\x63\xa7\x69\x06\xef\xfb\x19\xf5\xe1\x33\x04\x37\xe5\x2a\x23\xd8\xb3\x66\xe3\x90\x8b\x1f\xf4\x2c\xe8\xbf\x02\x27\xc9\x45\x7c\x05\xea\xf4\xdf\xaf\x48\xe8\x05\x4b\x44\xb2\x75\x0a\xa7\xfa\x2d\x42\x37\x92\x12\x74\x69\x01\xb5\x2e\xa3\x3b\xa9\x34\x40\x91\x4c\x80\xc9\x7b\x63\x72\xd2\xef\xe3\x9e\x72\xdc\x9c\x22\xb5\x58\x99\xf4\x86\x9d\x2a\x96\x4c\x91\x95\x85\xdb\x98\x67\x35\x2a\x61\x03\x57\xdf\x1a\xd7\x52\x39\xbc\x47\x10\xa1\xea\x9d\xcb\xb6\x6e\x5f\xaf\x2a\xcf\x81\x81\xbb\xbf\xe3\x44\x6a\xf3\x19\xa1\x6c\x9e\x33\xf6\x78\x47\x8f\xf6\x15\x2c\xb2\x78\xe3\xd8\xb6\x3a\x82\x9e\xff\x66\xb7\x63\x95\xd5\x0c\xa0\x28\x14\x95\xa8\xcf\x99\xd2\x1a\x9c\xd6\xe7\x16\x95\x60\x8f\xfd\x3a\x28\x43\xb2\x59\x41\x81\x5f\xe2\x50\x9e\xe2\x8c\xc1\xe6\xcb\x1c\x17\x38\x7a\x3e\x94\x9a\xf3\x9f\x3d\x2e\xd0\xf6\xf9\xfa\xbf\xf1\xbc\xa8\xf3\x36\x5a\x80\x7a\x9a\x1f\x59\xb7\xf4\xcf\x2a\xb3\x62\xf6\xb4\x38\x40\xd1\x4c\xf7\x83\x44\x18\x9e\xe7\xec\x8d\x99\xde\x98\xdf\x88\x51\x7c\x29\x5e\x2c\x9e\x73\xcc\x94\x20\x0b\xf3\x3a\x54\x34\xee\x91\x29\x09\x4c\xa1\x74\x70\x78\xb4\x8e\x05\x17\x35\x77\x0a\x17\x9c\x8c\x38\x8d\xa3\xcc\x20\x43\x5d\xfc\x2a\xf7\xab\x9a\x82\x0d\xc6\x71\xe7\xc4\xf2\xeb\x60\x40\x7d\x70\x06\xce\x38\xd6\x80\x45\x3a\xff\x06\xe9\x33\xb7\x91\x7c\xc8\x35\xbb\xb3\x3b\x0b\xa5\x38\x03\x2f\x06\x20\x6f\x0b\xf6\xce\x6c\x38\xb3\x6a\xca\x98\xe4\xdb\x95\x53\xdb\x25\x5e\xe7\x20\x5e\x10\x65\x10\x43\xaf\xe5\xff\x47\xa8\x01\x0d\xd8\x2f\xb1\x97\xce\xfe\x9e\x01\x8e\x2a\x8b\xfe\x3b\x1b\xf3\x41\x20\x5a\xa2\x3a\x84\xc3\x36\x8f\xb7\xb6\x0a\x50\x0b\x65\x0d\x6c\x1f\x08\x0b\x5b\x07\x6f\x6c\x2d\x56\xa7\x08\xc9\x85\x67\xb1\x2b\xf0\xef\x33\x40\xbb\x73\x69\x9f\x60\xf7\x47\x7c\xb1\x58\x9f\x6d\xec\xa3\xa6\x49\x93\x45\xc9\x03\x3b\x8a\x67\x1c\x11\xb0\xe0\x3a\xbb\x82\xdd\xbb\xc4\x53\xfa\x28\xde\x70\xc4\x59\xeb\xe8\x67\xe4\xf2\x2e\xe4\x8f\x0a\xdf\x6d\x02\x74\x11\xe1\x3a\x43\x39\xa0\xfa\x01\x82\x91\x84\xc9\xad\x75\x40\x80\x41\xa1\x09\x2d\x00\x2c\xe0\x54\xa4\xc1\x03\xb0\xf8\xd1\xf3\x26\x5b\xbc\x3b\x1c\x6d\xd0\x62\x75\xbe\xbf\xe4\xb9\x7e\xd8\x7e\x65\xf9\x03\x15\x93\x76\x4c\x69\x13\xd4\x2a\x5b\x6f\x1c\xaa\x45\x46\x3a\xd4\x76\x04\xc7\xab\xb7\x33\xef\x38\xa0\x8e\x72\xed\xc4\x0b\x59\x01\xca\x4f\xd7\x6d\x6c\xc1\x32\xfa\x81\xe9\xb6\xc9\x93\xd2\xe1\x2c\x94\xc5\x17\x56\x26\x26\x7e\xc1\xda\x1d\xe3\x4c\xf1\x1b\x29\x75\x93\x0a\x02\x4e\xe9\x9a\xb3\xfa\x21\x7f\xa5\xf0\x56\xdb\xf8\x49\x5d\x69\xf9\x9e\xd7\xa2\x5b\x83\xb3\xa9\xac\xb3\xdf\xca\xc3\xbb\x6d\xfe\x00\x93\x18\x67\x29\xc1\xfa\xc6\xdd\x34\x39\xb8\x4d\xf6\xef\x78\xa7\xa3\x19\x4c\x60\x31\xa2\x18\xb0\x75\xb1\xb9\xf7\x43\x45\x1a\x42\x46\xed\xd7\xcb\x9b\x3c\xe6\xdd\xb8\xff\xad\xd7\x1e\xd9\x25\xef\xf4\xb3\x89\xec\x11\x42\x0d\xba\x2e\xe0\x47\x47\x76\x1f\x64\x0a\xf3\x27\xbf\x3f\xc0\xa4\x36\x10\x55\x01\x56\x2b\xa6\xd2\x09\xfc\x23\xa7\x65\xe8\xf0\x9c\x2e\x82\xa0\x44\x5c\x9e\x73\x0f\x8b\xb8\xdb\x91\x75\xe0\xb1\x9f\xe7\x72\xbf\xa9\x56\x31\xf9\x48\xd6\xfe\xff\x26\x67\x7b\xf4\xbc\x49\x6f\x3a\x52\xbc\x6b\x1c\x6c\xc3\x2c\x8b\x4b\x69\x6f\xd1\x23\x4a\x9b\xbe\xcc\x01\x2f\x96\x72\x33\xa7\x40\xd4\x01\x24\xb8\x31\x15\xca\xfe\x4f\xd8\xd8\x18\x9a\x7f\x86\xe1\x64\x39\x18\x48\x6f\x8f\x5c\xd6\x37\x18\x58\x32\x28\xe2\x88\x19\x06\x86\x3e\x77\x99\x81\xd5\x56\xd1\x7f\x8a\x81\x81\xe7\xa8\xb7\x43\xf8\x41\x64\xf0\x04\x8d\x7d\x88\x81\x81\x1b\xa2\x74\xf0\x64\xec\xbf\xc1\xc1\x66\x89\x14\xce\x92\xf0\x07\xb8\x55\x16\x89\x94\x60\x94\x5a\x56\xea\x07\xe6\x57\xfa\x0a\xca\x88\xd1\x95\xe0\xfc\x8a\xf1\x4c\xc6\xce\x3b\x81\x2d\x68\xdf\x29\x2f\x4b\xaf\x30\xab\x2b\x43\xcf\x50\x0d\xa8\x39\x45\x03\xab\x5c\x17\x1c\xc6\x90\x65\x77\x86\x64\x77\x71\xe6\x6e\x52\x98\xdc\xbb\x57\x66\x30\xd5\x2a\x4b\x64\x82\xd5\x2e\xb6\xd4\x2e\x70\x42\x04\xec\xbc\x2d\x8b\x25\x09\x22\xef\x75\x86\x65\x87\xf6\xfe\x7f\xda\x7c\xba\xaa\x1f\x63\xd6\xd5\x0a\xd3\x3f\xea\x47\xbf\xc5\xac\xe5\xcc\xc7\xad\x85\xdc\x9a\x0c\xad\xc1\xfc\xd5\x15\x74\xfe\x1f\x9b\x39\x73\x7c\x98\x5a\xe6\x33\x78\x42\xc6\xdd\x8f\x69\x50\x41\x93\x23\x78\xc4\x17\xf0\xe6\x73\x8e\xa6\xfe\x96\x4a\x8b\xd4\x33\x8b\x27\x12\xe8\xbe\xf3\x39\x99\xf6\x3d\xfd\xaf\xf2\xa9\xc0\xc6\x3a\xd0\x4b\xea\x73\xc3\x20\xcc\x20\x25\xb2\x35\xaf\x97\x87\x36\xf8\x73\xe0\x1c\xa1\x09\xf0\xdd\x4e\x35\x06\x01\x10\xac\x1b\x7a\x3b\x4e\xd2\xea\x6f\xbd\x5c\x50\xd3\x2a\x46\x46\x66\x32\x5d\x60\x14\x64\xc4\xab\xd1\x7c\xcf\xa3\xf1\x37\x77\x59\xfa\xda\xd3\x4a\x1c\x96\xe7\x85\x9f\x15\x33\x89\x84\xe7\x5f\xb0\xe4\x72\x46\x0e\x92\x77\x26\x37\x6f\x3e\xca\x61\x13\x18\xc6\x9c\x59\x4d\x52\x6c\x8b\x56\x77\xa9\x86\xb3\x29\x8f\xa5\x98\x5f\xb4\x46\x28\xd6\x1b\xcb\xf1\x54\x71\xc1\x5e\x88\x94\xe6\x1c\x43\x71\x5e\xea\xd0\x39\x07\x52\x27\x5b\x06\x75\x83\x10\xe3\x2e\xfb\x9b\x96\x47\xa7\xd7\xf2\x6b\x0c\x3e\x99\x7e\x07\xbe\x9d\xb0\xde\x01\xbf\x78\xa0\xbf\x6d\x50\xd5\x32\xd3\x1a\xff\x4a\x7a\x61\xd4\x58\xc2\xdc\xe0\xa2\x4c\x1d\x93\xeb\xab\x17\x2f\x58\xbf\x5c\x45\xde\xdd\xea\x7b\x87\x44\xb0\xdb\x00\xcb\x18\x7a\xff\x9c\xbf\xaf\x61\xf5\xe6\x00\xa7\xb9\x0a\x7b\x3e\x8e\x7d\x29\x08\x15\xcc\x03\x15\x22\xb0\xcb\xed\x2c\x99\x9d\x52\xc0\x67\x5f\x3d\xc0\xe1\xe7\x18\x4a\xd7\x26\xaf\x86\xd8\xd6\x89\xc3\x73\x25\x17\x65\xbb\x67\x91\x48\x00\x8e\xca\x2d\x5b\xdc\x77\x43\xc5\xe6\xcb\xb7\xc8\x70\x56\xdb\x11\x82\x23\x62\xfa\x26\x7e\x5c\xb1\xe1\x09\x94\xac\x3d\xa8\x72\x2a\xad\x63\x8a\xcb\x00\x91\x58\xf5\x24\xe4\x6c\x6a\x63\x58\xb0\xbb\xdd\xd8\x44\x9c\x2d\x91\x69\x28\xdd\x74\x2f\x6c\x64\x86\x83\xae\xc3\x11\x99\x94\xab\x3e\xec\xc2\xa5\x57\x6a\x8b\xe6\xd0\xd6\x3e\xf0\x92\xa4\x4d\x95\x03\x66\x83\x69\xf7\x77\x3c\x2d\xf7\x59\x93\x39\xc3\xea\x32\xc8\x90\x94\xfc\x4a\x5f\x46\xf8\x14\x28\x19\xce\x46\x8f\x5b\x0b\xc4\xd1\xa2\x86\x9b\x70\xf8\x4b\xf0\x03\x3f\xf5\x20\xbd\xab\x54\x55\xbc\x88\x94\xc5\x31\xdc\xe0\x7e\xe3\xa2\x06\x91\x75\x9c\xce\x23\x84\xb0\x94\x69\x03\x31\x20\x35\x5a\xbc\x52\x90\x47\xd9\xfc\x4d\xd9\x70\x1e\xfd\xcd\x62\x2e\x89\x55\x7a\x36\x0e\x8c\x51\xb6\x6f\x03\x85\xad\xe5\x50\x6c\xb9\x55\x40\x5b\x9e\xb5\xc8\xce\x05\xdf\x82\xfa\x4f\x0a\xbe\xfd\x75\x80\xdf\x73\xb2\x77\x9d\x50\x4c\x39\x12\x92\x64\x0b\xdc\x04\xd3\x57\x81\x48\x92\xc2\xd7\x0b\x84\x62\x97\x1c\x8b\xa7\xd1\xc6\x80\x77\xb3\x8e\x07\x45\xa3\x79\x60\x1b\xe1\x8a\xb4\x8b\x79\xe0\x1e\x49\x95\xcf\xb4\xd3\x0e\x7d\xa7\x45\x9a\xe4\xec\x94\x55\x40\xb0\x8e\x9f\xcd\xe4\xc0\xb8\xce\x16\x89\x7f\x69\xdb\x28\xe2\x3d\xef\x20\x64\xc5\x7c\x73\x4a\x34\xd7\x58\xf5\x79\xec\x90\x3e\xf7\xd4\x55\xe5\x17\x46\xc4\x2f\xca\x81\x93\xda\x2c\x34\x24\x35\xcc\x25\xaf\x46\xca\xf1\x21\x84\xbb\x4d\xfc\x6f\xe4\x57\xa7\xfe\x7b\x34\x74\x9f\xbe\xdd\x2e\xc5\x5d\xf0\x97\xd4\xf3\xe0\x79\x8f\x42\x2d\x38\x8c\x58\xe1\x11\xdf\x62\xd2\xe4\x47\xc7\x0d\xbf\x98\xa4\x8e\x20\xf4\xe9\xc1\x49\x20\xc4\x80\x19\x25\xab\x43\x2e\x95\xdd\x40\x80\x30\x27\x52\x9d\x0b\x4b\x12\x33\x14\x66\xa5\xe6\x22\x6d\x41\x18\xd9\x97\x38\x42\x46\x9e\x46\xcf\x26\xa6\x8a\x36\x7d\x3d\x64\x12\xb7\x2f\x51\x17\x06\x86\x04\xd1\x15\xc5\x72\xcf\x7b\x68\x73\xb6\x7f\xd3\xe1\x2a\xfb\x0c\xd4\x87\x52\xc6\x59\xd4\xb7\x3c\x11\x06\xcb\x57\xbc\x96\xf0\x85\xbe\x39\x44\x21\xae\x25\x33\xc3\x81\xe7\x31\xa6\x44\xbb\xff\x1f\xe4\x40\xb2\x29\x2f\xf0\x08\x6b\xc6\xd5\x3c\x42\xc2\x23\x98\xea\x70\x24\xfd\xd7\xb2\x2e\x6f\x45\xb7\x34\xc3\xbf\x65\x5d\xb9\x49\xca\x72\x2e\x90\x7a\xa2\x64\x3e\x49\xd4\xad\x9c\xfe\x15\x19\xba\x4c\x6e\x4f\x1b\x3d\xf6\xdf\x27\xa5\x8b\xa2\xa4\xd4\x1a\x55\xa4\x19\x54\xbf\xb3\xac\x0f\x38\xd7\x73\xd7\x91\xdc\x25\x18\x0f\xce\x89\xea\x2a\xd2\xa1\x18\xfa\x72\xd6\x75\x05\x82\x34\x06\x7f\x9a\x41\x94\xe1\x44\x08\xc7\xc6\x6d\x14\x0f\xea\xcb\xe9\xcd\x5b\xfc\x9f\x9f\xf3\xbe\xc6\x50\x7c\x69\x1d\xa8\x38\xd5\x0f\xab\x2a\x1c\xdf\xe6\x38\x70\x9d\x72\xff\x62\x71\xc9\xfe\x96\x0a\x77\xa5\x31\x07\x17\x4b\xd1\xa1\xd1\x39\xd2\x40\x5c\x0b\x9f\x2c\xec\x44\x81\x3b\xde\x7a\x3b\xe4\xe9\x4e\x6a\x7c\xb6\xb4\xeb\x28\x8c\x51\x51\x80\x6f\x2c\x19\x8a\x16\xb3\xa8\x72\xe4\xe4\xb4\x1a\xe9\xbe\x8e\xc4\xcb\x94\x68\x83\xd2\x44\xf7\xc0\x14\x15\x39\x47\xba\x2f\x32\x81\xc9\x3c\x70\xfa\x04\xfb\x40\xa6\x67\x92\xe4\x7d\x56\x1d\x5c\xaa\x54\x42\xdd\x55\x78\xb7\x27\x5b\xdb\xe3\xd0\x0b\xce\xec\xa8\xda\x48\xb0\x59\xe9\x92\xac\x2b\x49\x34\xa8\x5c\x00\x69\x76\xdd\x32\x0e\x6f\xba\xbc\xe3\x71\xaf\xc5\xe5\x7c\xa3\x27\x74\x83\x84\xb5\x4d\xbb\x57\xa4\xe4\xa0\x64\x6e\x5f\xb1\xe4\x19\x64\xd9\xd0\xf3\x76\x3e\x3a\xb0\x98\x5b\xc1\xf9\xd1\xf3\x36\x7e\x93\xd5\x42\x96\x1f\x3d\xf3\x51\x15\x90\xb5\xe6\x16\x17\x0e\xca\x88\xb5\x56\xc0\x46\x0c\x0d\xc7\x7f\xfd\x16\x87\xa0\xe2\xaa\xe8\x6c\x2e\x12\x28\xf4\x2e\xa0\x8c\x9a\x50\x34\x4a\xfd\x07\x1f\x92\x52\xed\x2d\xd8\xa8\x64\x47\xcf\x6e\x14\x90\x15\x19\x73\x6f\x9c\x46\x16\xe5\xf0\xf2\xfd\x4a\xf0\x31\xfa\x68\xda\xa3\x8c\x5c\x60\x90\x3d\x5d\x30\x69\xcf\x7d\xd0\x20\x7b\x22\x54\x43\x34\x41\x86\x97\xd4\x10\xbe\x56\x27\x48\xb9\x77\x01\xbe\xa7\xd4\x1c\x4e\x99\x02\xc1\x07\xe1\xbd\xe9\x77\x12\xfe\xc0\xb3\x75\xd3\x45\x71\x98\xf2\x9c\x14\x34\x16\x80\x4f\xdd\x5e\x7e\x5c\x72\x77\x2a\x75\x84\xb0\xe0\xd2\xc8\xfe\x69\xcc\x1c\x05\xa4\xbf\x9c\x0f\x32\x07\xe5\x40\x9f\x93\x25\xcd\xd3\x83\xf1\xab\x65\x99\xcb\x96\x8d\x0d\xa5\xbc\x85\x0d\xad\xd6\x37\x38\xc7\x5d\x5d\xfb\x51\x4e\x4a\x3b\x7b\xcc\x71\x27\x5c\x9f\xca\xad\xa3\xbf\x4f\xae\x19\x2f\x84\x09\x8d\x53\x25\x09\xfa\x96\xac\x07\x90\xed\x34\xc7\x46\x68\x01\xcb\x5a\xcf\xe9\x9f\x1b\x39\xfd\xce\x64\xb8\x79\xf6\xf4\xde\x14\x42\xce\x9e\xe7\x4c\x4d\xe8\x2a\x06\x22\x02\x9c\xb4\x27\xdf\x19\x4f\xb2\xc6\xa4\xd9\x65\x2e\xcf\x0a\x25\x8e\x61\x3c\x2f\xf6\x64\x30\x49\x14\x18\x37\x79\xc6\x43\x2e\x1d\x9d\x7e\x9c\xfa\x02\xae\xc1\xd1\x48\xd7\x05\x5d\x7e\xcc\x75\xd9\x4c\xe8\x7c\x6c\x37\x24\x2a\x2b\x51\x39\x1a\xc8\x1a\x98\xb6\x51\x8b\xe6\x76\x9f\x9f\xdb\x30\x93\x61\x90\x15\x72\x58\x00\x75\x1b\x83\xa4\x31\x86\xb1\xa9\x58\xf2\x38\x6b\xca\x14\x6b\x55\x37\xca\x4f\x5c\x55\x85\x5f\xbd\x3b\x6d\x29\x7f\xeb\x14\xcc\xbe\xc9\x42\xa0\x51\xdc\x79\x05\xcf\x53\x97\xb7\xae\xa8\x63\xe7\x31\x23\xfd\x96\x39\x02\xb3\xd6\x0c\x8b\x4c\x79\x55\xdf\x61\x43\x8a\x67\x6c\xd7\xd7\x6c\xfb\x50\x55\x8e\x4d\xb8\xfd\x7a\xad\x01\xbb\x10\xd5\xc3\x51\x03\xbf\xe8\x86\x13\x64\x8b\x16\x7c\x19\x6d\xfe\x7f\xcb\x0f\xec\x57\xc6\xe7\xb1\x51\x32\xec\x95\x8b\xb7\x07\x03\xa5\x5a\x4e\x62\x09\x19\xc6\xc8\x1b\x21\xf1\x0b\xe0\x3f\xed\x99\xb1\x72\x0d\x82\x64\x9c\x20\x0e\x39\x0d\x44\xd7\x82\x3a\xf8\xa3\xec\x96\x9b\xc6\x23\x3f\xe5\xb5\x92\x75\x20\x09\x07\x19\xcd\xe6\x96\xd7\x2b\x2b\xd9\xea\xfc\x0b\x61\xb8\x67\xa7\x38\x21\xae\x66\x48\x4f\x36\xeb\xf6\x10\xfe\x85\xae\x9a\xd5\xdd\x2c\x6d\x08\x6a\x33\xf7\x7a\x88\xa8\xf5\x6d\x9b\x5b\x9f\x96\x5c\xe3\xb2\xea\x74\xa9\x6b\xf1\x0c\x39\xa4\x5c\x44\x16\xb9\x61\x34\xb0\x71\xf5\xac\x9d\x40\xde\xb1\x6f\xaf\xe4\x2c\x5b\x52\xe0\xfd\x60\xb9\x6e\x96\x29\x3a\x58\xcf\x32\x3b\xe0\xb7\xe6\xa5\x5a\xbe\x72\x47\xed\xf0\xa9\xe7\x4b\xcf\x9b\x4e\x4f\x6b\xd9\x4e\xe7\x4b\xe9\x82\xbd\x3f\x4b\xb9\xfc\x66\xbe\xd3\xa6\x0f\xc4\xa4\x3a\x22\x85\xe5\x66\x15\xef\x2f\x8f\x06\xf9\xf1\x64\x2f\xee\x9a\x81\x1d\x97\xb4\x59\xeb\x18\x6e\x1e\x94\x39\xa7\x3a\x01\x4f\x9f\xff\xa5\x58\x08\xe1\x1c\xea\xed\xb9\xb8\x9e\x83\x91\x71\xd4\xa7\xa2\x5f\xed\xb5\xb7\x7f\x35\x33\xe2\xbc\xed\xfe\x38\xcc\xfc\xbc\x3f\xb2\xf8\x39\x85\x17\x52\xfc\xec\xb5\xc4\x94\x09\xfe\x72\x1e\xba\xa9\x43\xe9\x11\x3d\xb4\x40\xfe\x1c\x41\xce\xd1\x4a\xf4\x50\x58\x5d\x44\xfa\xac\x6f\xad\x49\x80\x7c\x3e\xae\x7c\x98\xbc\xcb\xa0\xf1\x06\xfb\x32\x9a\xc0\x0e\x85\xe4\x2e\xbf\xca\x77\x7b\x04\x4f\xbb\x51\x96\x68\x52\x76\x45\x7e\x31\xf0\xe1\xf5\x29\x52\xf2\xa6\x76\x63\x3d\x64\x26\x7e\xc1\xde\x92\xa9\x04\x77\xe3\xe8\x62\x70\x84\xe2\x02\x03\xd3\x59\xa0\xcf\x5e\x09\x32\xb0\x7d\x3a\x74\x55\x95\x3c\x01\x7a\x87\x07\xa7\x82\x42\x66\xcb\x6e\x36\x46\xae\x6f\x95\x06\xd0\xbc\x24\x8b\x5d\x88\x07\xad\x67\xdd\xa7\x6e\x9a\x44\xf3\xa8\x80\x52\x6c\xe7\x5c\x87\x12\x7b\xe5\x67\xf9\xf2\x8b\xa7\x91\x6f\x28\x67\x4b\xdd\x99\xfa\x92\xdc\x21\xe5\x17\x32\x95\x15\x9e\xb7\x35\x3b\xfb\x46\x5e\xe8\xab\xcd\x20\x6f\x1d\xbb\xd2\x8b\x99\x41\xea\x36\x4a\x27\xe1\x6c\x87\x23\x95\x23\xf4\xc7\xbe\xf8\x53\xf7\x28\x4b\x78\x86\xa9\x82\xdf\x72\xc4\xd5\xfa\x94\xee\x7a\x18\x28\x19\x54\x96\x4f\x7f\x4a\x49\x06\x5e\xc7\x74\xac\xc7\x1b\xbb\x6c\xf6\x06\xf7\x93\x04\xe9\x2a\x76\xb4\x85\xce\xd4\xed\xf2\xb1\x74\xe4\xf9\xe7\x59\x23\x91\x8a\x44\x03\xdc\xd5\x19\x66\x5f\x92\xf6\xe7\x84\x38\xbf\xf4\x35\xf9\x6e\x14\x75\x28\x7d\x53\xc1\x53\xa7\x9b\xb7\xc6\xf3\xce\x43\x94\x40\x9b\x7b\x88\x60\x41\xdf\xbc\x23\x6d\x6a\x86\xd2\x36\xf3\xbd\x31\x37\x85\x84\x73\x49\xcf\x51\xfc\x0f\x5f\x19\x35\x51\x77\x59\xe0\x27\x33\xa2\xdb\x83\x85\xb8\x1b\xed\x49\xb1\xa8\x73\xb5\xa7\xcd\x9c\x81\x14\x4e\x10\xb2\x36\x6b\xce\x8e\xac\x02\x3d\xe5\x6f\x5e\x42\x50\x9a\x40\x83\x2a\xff\x9b\x1e\xd7\x14\x56\x0d\x93\xef\xc1\x97\xfb\xe6\x13\x09\x6b\x21\x6d\xd1\xca\xad\x54\x96\xa9\xef\x39\xe5\x97\x66\x0c\xb1\xd3\x51\xa5\x70\x38\xb4\xc4\x3a\x38\xfb\x8c\x73\x43\xbf\xa7\x67\x09\xb2\x35\x39\x00\x13\xf7\xc1\xdd\xd6\x58\xf2\x1c\xc5\x9f\x1c\x97\x3c\x37\x9b\x0e\x7a\xb3\x44\xc7\xa5\x30\x54\xda\x6a\xe6\x61\xba\x76\xb1\x05\xde\xfa\x68\xa6\xc6\x71\x4a\xe1\x72\x7f\x2d\xc3\x88\xa4\xe2\x02\xa3\x77\x87\x09\xe4\x70\x99\xbd\xc4\xcf\x09\xa1\x96\x8a\x5a\x28\x50\x76\x82\x95\x4c\x57\x8e\xb7\x6b\x84\x20\x81\xcc\x72\x66\x1e\x9d\xa0\x36\xdb\x14\xff\x33\x24\xa6\x3e\x19\xb1\x5f\x42\x6b\x90\xf5\xf0\x7c\xf5\xe8\x05\xd5\xd7\x31\x07\xee\x6c\xcf\x1c\x5a\x1c\xff\x64\x01\xac\x75\xad\x85\x1d\x11\x68\x11\x5c\x7d\xd6\x92\x37\x9b\xa0\xb3\xa1\xec\x62\x7d\xd9\x3f\x93\x07\xe1\x59\x02\x2b\x74\x74\xf5\xe6\xcc\xd2\xac\xa4\xbc\xe1\x3c\x6b\x72\x86\xcb\x78\xca\x01\x9c\xad\x29\x30\x3e\x99\xed\xf5\x27\x60\x39\xa7\xc6\xb5\x34\x26\xb7\x85\x92\x73\xb6\xe6\xfc\x8c\x50\x12\x4b\x90\x74\x02\x68\xba\x7b\xcf\x7b\x98\xd5\x80\xcd\xbf\xa1\x12\x1d\x87\xb9\xae\xfc\x93\x1e\x63\xe9\x38\xab\xb0\x0d\x37\x16\x48\x9b\x63\xb2\xea\xb6\x25\x72\x1e\x27\x59\xb3\xe8\x35\xcd\xcf\x96\xb4\x12\x38\x66\xd7\x7b\xdf\x3c\x49\xfa\xe5\xa5\x27\x43\x9b\x3d\x17\x59\x90\x1c\x98\x3d\x05\xa4\x79\x84\xe9\x43\x6c\xdd\x66\x44\x43\x7a\x20\x92\x9d\xe3\xe2\xe2\x2b\xdb\xa1\xb8\xce\xf2\xf6\x2b\x4d\xe5\xf2\xab\xfc\x46\xd1\xe4\x2f\x4e\x1f\x4c\x2c\x7c\x0c\x21\x10\x24\x2d\x8b\x36\x8f\x9c\xb3\x49\xac\xce\xb8\x7c\x6a\xd9\xc8\x26\x9a\x1b\xc7\x74\x8d\x1c\x14\x39\x29\xcf\xd0\x0f\xf1\xea\x09\x38\x8c\xc0\x4d\x73\x78\xf8\x63\x7c\xf3\x37\x07\x5d\xd0\x7d\xdd\xf9\x66\x17\x2b\xe6\xf1\xf6\xc1\x07\x60\x6a\x45\x04\x13\x98\xeb\xe5\xe0\x6b\xad\x99\xd0\xca\x73\xf7\xe8\x9b\xe2\xbe\x78\xf9\xde\x6b\xb3\x47\xe1\xbb\xfd\xfc\xc8\xc9\xb8\x33\x08\x17\xe6\x64\x7c\xb7\xdd\x77\xda\x20\x2b\xf2\x7b\x6d\x64\xcf\xcd\x0f\x4d\xba\x1c\xa3\xe3\xe6\xb5\x50\x72\x68\xd1\xdb\xf7\x27\xf0\xd2\x86\xf3\xab\xbc\x25\x7d\x23\xde\xd2\xc1\x66\x7f\xeb\x94\x45\x98\xe2\x2c\x01\x74\xa0\xfb\xca\xcc\xcd\x90\x7b\x3a\x0d\xe5\x50\x90\x13\x39\x16\xcb\x3d\xef\xaf\xc7\x3a\x6a\xb5\xb7\xe7\xea\xb8\xdb\xde\xd8\xdd\xbe\x26\xc4\x30\x6a\xfd\xa1\x11\xfc\x75\xe7\xf5\xe9\xdd\xa6\x5e\x07\x3b\x82\x63\x53\x53\xb5\xc5\xa8\xea\xcd\xff\xc1\x54\x51\xf5\x16\x27\x98\x13\x51\xf2\xe6\x8c\x6f\x14\x94\xdb\xdd\xdc\x5b\x46\x8e\xe0\x13\x29\x45\xa0\x0e\xfe\xe5\x17\x3a\x31\xe7\xd9\x83\xff\xe8\xd6\x25\x90\xa2\xbd\x69\x87\xe1\x80\x12\x2c\x78\x41\xca\x97\xda\xc8\x1c\xc4\x89\xc2\xb8\x6c\xc3\x5b\xfb\xd2\x9c\x93\xdd\xdd\x09\xd3\x41\x92\x3b\x7c\xe4\xa3\x4c\xe2\x5a\xaa\x65\x73\x73\xac\xb6\x4a\x95\x5d\xf0\xf5\xa3\x14\xf4\xa5\xca\x81\xf2\x85\x60\x92\x90\x9b\xb1\x12\x62\x72\x5b\x0b\x1d\x79\x23\x7b\x13\x7d\x31\x77\x2e\x02\xcf\x5b\x04\xa6\x76\x30\xc7\xc9\x00\xe8\x38\xa5\x36\x94\x49\x64\xa3\x86\x91\x3c\x64\x1e\xc9\x9c\x8f\x67\x6b\x6d\x57\xf4\xd0\x92\x80\xdc\x33\xd9\xb3\x04\xb3\x86\xf3\x15\x12\x9a\x4c\xdb\xe9\x8f\x75\x55\x5c\x94\x56\x76\x20\x8a\x2d\xd8\xf3\xce\xa1\x39\xc2\xe2\x5a\xbe\x66\xe8\xf7\xb8\x73\x9f\x2d\xe1\xd9\x72\xb3\x58\x5c\xa1\x5c\x1d\xde\x83\x6b\x94\x4c\x81\xa2\xd4\x45\xdd\x33\xe3\xf6\x58\xb4\x79\x2e\x76\x30\x58\xad\x6f\xad\x4d\xda\xb6\x88\xc7\x47\x31\x8b\x75\x72\x1c\xe2\xcc\x5c\x10\xf9\x7c\xeb\xc2\xbc\x0b\x81\x9c\xdf\xfc\xbb\x04\xc6\x7e\x46\x8a\x7b\xe6\xb8\xed\x8e\x83\x8c\x94\xd6\x30\x1e\xdc\x74\x01\x27\xe3\x37\x1f\x97\x9e\xf0\xdd\x3f\x95\xac\xa7\x64\xb4\x16\x17\xe2\x38\x70\x19\xd7\x2e\x97\x9d\x5e\x95\x1c\x11\x8d\xb3\xaf\x96\x53\x73\x56\xda\xcc\x5d\x37\xb2\xf5\x0e\xd8\xb0\xfd\xb7\xb4\x6b\x63\xb3\xca\x9a\x6e\xc8\x6e\xd0\x56\xab\x96\x51\xf9\x6b\x20\xec\xb5\xab\xf2\x2b\x48\x08\x89\x14\xce\x38\xe4\xf4\x96\xf9\x1b\xdd\xfd\xf0\x6a\x0a\x22\x5c\xb0\x63\x1c\x59\x34\xcf\x28\xf0\x0f\x5a\x81\xcf\xa7\x73\xca\x7b\xeb\x8e\x79\x5a\x22\x9d\x25\x35\x78\xd1\x71\x35\x73\xb4\x51\xeb\x72\xda\x58\xb9\xcd\x5c\x2e\xb3\x0c\xb7\x9e\x37\x3c\x25\x39\x3c\x91\xcb\xf2\x6f\xba\xe5\x37\x8f\xf4\xef\xb0\x25\x31\x78\x98\xb5\x09\xb8\x92\xd4\x21\x56\x01\x7b\x57\x0e\x76\x11\x23\x61\x1d\xfc\x3d\x6a\x3c\x9e\xca\x8c\x8c\xb4\x44\x14\xa6\x13\xbc\x3d\xf1\x95\x6f\x54\x47\x32\x3f\x7b\xde\xc6\x17\x2a\x92\x54\x5c\xc9\x32\xa8\x10\x77\x94\xc9\xe0\x98\x12\xe1\xcb\xd6\x39\x81\xdc\xbe\x2c\x20\xb4\x4c\x71\x32\xe0\x91\xf8\x7a\x91\xb6\x3e\x6c\xaa\x84\xe1\x11\x1b\x44\xab\xbe\x46\xf1\xa8\x26\x6a\xf0\x9c\x1f\xca\xe8\xff\x73\xdf\x71\xbc\x88\xd9\xbf\x43\xa0\xc1\xec\xaf\x19\xfb\x52\x6b\x5b\x4c\x32\xdb\x88\x2b\x04\xcc\xe1\x25\x99\xc1\x7f\x22\xf5\x7a\x71\x4c\x21\x10\x60\x8e\x40\x00\xf5\x34\xc1\xa1\x3a\x68\xff\xc1\xee\x75\x59\xf8\x34\xc2\x77\xad\x62\x23\x76\xf2\xfb\x13\x17\x9e\x8c\x1a\xf6\x14\xca\xb8\x28\x0d\xbc\xbc\x80\xbd\x44\xb6\x8a\x84\xcc\x69\x65\x20\xf9\x16\x43\x84\x0b\x7c\x3b\xec\xd8\x1a\x7a\xd8\x10\xbe\xe4\x53\xa3\x41\x8d\x47\x1c\x7e\xc0\xbf\x91\x3a\xff\x3c\xc0\x75\x8e\x13\x1f\x52\x96\xf1\xd0\xa4\xf6\x84\xe6\xa5\xb8\x05\x61\x6c\xfc\x4c\x28\x50\x1d\x9c\xc3\x8d\x02\x78\x52\x97\x8d\xea\x7f\x20\x08\x8a\xfb\x96\x75\xde\x87\x38\x14\xb2\x66\xd9\x09\x39\xab\x9e\x5c\x0a\x07\xde\x02\xf3\xaa\xf5\xca\x06\x57\x25\x81\xde\x05\x54\x16\xb6\x35\x73\x76\x01\x63\x38\xc5\x7e\x7e\x33\xbc\xc8\xce\xa1\xed\x54\xa1\x01\xc4\x81\x29\x8f\x62\x77\xc9\xc2\x49\xdc\x67\xe3\xfd\xd4\x2f\x37\x1d\x23\x60\x27\x21\xba\xd8\xc2\x3c\x0a\x1b\xcf\x11\x51\x18\xcb\x73\x64\x84\x71\x76\xc2\x1f\xcf\x91\x9a\x7d\xf8\x2f\xcc\xc0\x82\xee\xcb\x55\xe8\xf5\x16\xaf\x3a\x7a\x21\x98\xbe\xb2\x7e\xd2\x74\xdc\x87\x8e\x7f\x77\xac\xfc\xa4\xfc\xa2\xf4\x95\xdf\x61\xc4\xe9\xc0\x13\xba\xdc\x0f\xd2\x96\xc8\x2e\x95\x90\x63\xef\x74\x53\x00\x4f\x10\xee\x91\xe4\x63\xba\x1f\x92\xe3\x9a\x76\x95\xbb\x55\x6b\x6c\xe6\xde\x9b\xb2\x1b\x62\x49\x30\x09\x40\x05\xcd\xb3\xb7\x43\x32\x8f\x63\x16\xd9\xc6\x99\x5d\xc9\x6a\x74\xa6\xb6\x46\x57\x4e\xb7\x98\xbe\xbf\xc8\xf7\x02\x50\x97\x36\x6b\xe6\x77\xb0\x8a\xb0\x7e\xf2\x19\x16\x5c\x56\x40\xef\x1b\xc7\x82\xf0\x31\xb3\x85\x29\xf4\x1b\x5b\x78\x53\x55\x75\x12\x85\x61\x2c\xd4\x9d\x5c\x23\xe4\x8f\x80\xb9\xb9\x8e\xe9\x95\x3f\x2e\x8e\x4d\xab\xc2\xb3\x22\x40\xd6\x82\x30\x8d\x33\x6a\xac\x72\x11\xc4\x63\xbd\xa9\x45\xd6\xb7\x1b\x4b\x78\x4e\x4b\x39\x7c\x85\x94\x67\x89\xea\xb3\xac\x47\xc2\xd5\x6d\xd9\xb1\x73\x4e\xb2\xbd\x12\x07\xde\xe2\x4c\x57\x82\xfa\x4b\xb6\x8b\x59\x94\x86\x36\x7e\xcf\x86\x0b\x66\x23\x34\xa5\xdf\x5d\x44\xfa\x8b\x00\x91\x1d\x82\x81\xa4\x47\x08\x58\x76\x34\xd9\xfc\xff\x31\x06\x06\x52\x9f\x55\x78\x7c\x32\x34\x67\xbc\xe2\x51\x64\xe6\x41\x90\xd7\x99\x89\x97\xef\x3d\x14\x19\x8f\xcc\xfc\xa4\xdf\x41\x84\xb8\xda\xc1\xd5\xba\x53\x49\x06\xce\xb7\x1a\xb1\x98\xa5\x3f\x59\x71\x89\x69\x84\xa6\x10\xab\xff\xe6\x5d\xa9\x84\x01\x2a\xf7\xf7\x28\x29\x31\x42\xc3\x63\xa7\x1a\x4c\x67\x0e\x61\xd9\xa8\x5b\x12\x9d\x90\x3e\xfc\x94\x36\xf3\xe5\x9c\xdf\xeb\x43\xa9\x2b\x5c\xb4\xc9\xa7\x2d\x0b\x44\xb0\xc0\xe6\x4e\x1c\xe3\xe0\xc5\xcd\x7d\xde\x38\x3e\xb2\x77\x79\x47\xa4\x7c\x5e\x93\x1a\x6c\x07\x14\xbb\x06\xcf\xea\xe4\xcc\x53\x2b\x81\x64\x9d\xa6\x89\x63\x0c\x96\x2f\x57\xf7\x5e\xaf\xf2\xc2\x50\x05\xc1\x7a\xe4\x7b\x17\x79\x02\x9d\xef\xc2\x49\x26\xba\xf8\x8f\x05\x61\xac\xf3\xf2\xaf\x91\x6c\x5b\x4a\x24\x6c\x4f\xc7\x17\x02\x5e\x9b\x04\x5e\xe0\xe3\x14\x0d\x56\xcf\x61\x98\x63\xfa\xa1\x11\x18\x45\xae\xaa\x62\x22\x0b\x62\x1d\x70\x64\xd2\x56\x4b\xc0\x12\x65\x36\x00\xe1\xec\x3a\xea\xf3\x91\x3e\x29\xcd\x44\x50\xa9\xbe\xc2\xf2\x8c\x26\xb7\x73\xda\x8d\xbf\x4d\x02\x2e\x7c\xd1\x19\x19\x29\x4b\x7d\xe0\xde\x5b\xc4\x30\x9e\xf7\xca\x23\x77\xa5\x30\x28\xcc\xa2\x6a\x77\xf9\xc8\x00\xec\x8f\xcf\x76\x66\xd3\x69\x68\x7e\xb2\xe7\x3c\x70\xb7\xa5\xa3\x12\xb2\x29\x8d\xa4\xe7\x2b\x79\x4b\x2a\x85\xb7\x65\xfd\xfb\xe2\x02\xc7\x01\xf1\x94\x2d\xce\x24\xc4\x62\x57\xbd\xfe\xc9\xe9\x86\x13\x28\x20\x13\xbe\x99\xbb\x29\x3e\xa3\x8d\xb3\xa9\xfb\xa7\x3d\x2d\x33\x07\x2e\xf2\x94\x44\x57\x2a\x92\x31\x64\x1c\x31\x63\x75\x60\xd5\x27\x53\x11\x2e\xf2\x82\x78\xe4\x4b\x54\x4a\xe5\xec\x5f\x99\x52\xcf\xc9\x08\x4a\x76\x29\xe7\x42\xce\x03\x77\x8a\x57\xbc\xbd\x47\x5c\x4d\x37\xe3\x15\x4f\xd7\x68\x37\x77\x02\x35\x2a\x2a\x6e\x98\x5c\xcd\x03\x64\x57\xdc\xbb\x90\x91\x04\xe4\x76\x0d\x6d\x81\xb5\xf6\xa6\xf6\xe1\x4b\x27\x4a\x34\xd8\xb6\x5f\xab\x47\x97\xbd\xed\x11\x1d\x83\x43\x18\x74\x4e\xfe\x38\xdf\xa7\x67\x12\xe4\xd2\x69\xea\xc6\x79\xd8\xbe\x16\x14\x20\x71\xf0\x5e\xec\xe4\x63\x33\x17\x7c\x40\x86\x5f\xe0\x66\x49\xa5\xfb\x22\xe1\x53\xaa\xdc\x43\xac\x5c\x50\x6f\xc6\x7e\x0c\xb1\xd2\xed\xeb\xcc\xd7\xf8\x95\x1f\x9d\xaf\x4b\xef\x0a\xb3\x1a\x3b\x85\xcb\x2c\x7b\xea\x72\xa1\xa0\x3c\x3e\xeb\xe1\xd8\x92\xe8\x26\x1a\x74\x54\x46\x8c\x70\xd9\x0d\xed\x31\x71\xa6\x73\x0e\xa0\x82\xa9\xa5\xc5\x6f\x2e\x81\x95\x7d\x66\x3b\x14\xe2\x57\xe7\xbb\x54\x9d\x99\xfa\x87\x3f\xdb\x44\x41\x72\xba\xde\x81\x7c\xe9\xf1\x6c\xd6\x22\x49\x23\x12\x55\x53\x84\xa7\xb8\xaa\x2a\x67\xbb\xc0\xd2\xae\xaa\x6e\x45\xb9\xda\xd9\xc7\xf9\x84\x58\xa7\x58\x72\xe4\x6c\x73\x87\xf8\xda\x6d\x30\x7d\xb5\x34\x28\xb9\x35\xd4\x85\x6c\xc2\x8d\x44\xdb\x4a\x5e\x8d\x36\x4d\x9a\x07\x4d\xb4\x6d\xfa\xb4\x3a\x36\x32\x71\x8d\x2a\x18\xab\x20\xce\xd6\x64\x4b\x1c\x38\xce\x56\xde\x98\x7e\x77\xe2\x6c\x55\x53\x6e\x8c\x99\x3c\x21\xec\x4c\x22\x6c\x75\x4b\xf9\xb1\xa4\x77\x3f\x7a\xc1\xf8\xa1\x52\x0d\xed\x5a\x2e\xdf\x89\xf2\x37\x53\xeb\x54\x78\x11\xf9\x8e\x8f\x44\xd4\x7f\x5c\x28\x63\x3a\x59\x01\x9e\xa4\x6e\x28\xd9\x9e\xd7\x4f\x00\xb9\x70\x10\x38\x18\x53\x7e\xe7\x1f\xb8\x70\x73\xce\xfc\x63\xaa\x72\xa5\xba\xed\x2c\x6b\xec\x94\x01\xd7\xe1\xd4\xc1\xb9\x38\x76\xd2\x95\x3b\x3b\xf7\x57\x38\x88\x94\xa5\x2c\x63\x85\x84\xb9\xb5\x81\x56\x9b\x85\xad\x26\x7b\xf7\xd7\x8f\xb6\xaa\xac\xcb\xa1\x9d\xaf\x69\xcf\x3a\x1f\x56\x3c\x4d\xbb\x1b\x7b\xe7\x25\x3f\xc5\xd6\x2f\x7c\x1d\xf9\x22\xa0\xa4\xc0\x94\x3b\x3e\x14\x0d\xa2\xb5\x77\x7f\xbd\x34\x08\x65\xe4\x44\xbb\x8b\x67\xa6\x6d\x80\x3a\xb0\x3b\x7a\xf4\x0f\x1d\x34\x4b\xfe\x96\x38\xce\x69\x04\x27\x54\x3b\xc4\xba\xea\xfe\x16\x2e\x78\xb1\x8c\xb1\xc9\xe4\xa9\x69\x23\x13\x7e\x1f\x94\xf3\x19\x1d\x9e\x0e\x48\xc6\x38\x02\xf3\x41\x22\x11\x10\xb0\x20\x97\xa9\xd3\xf2\x5b\x65\xae\xd3\x0e\x1f\xbd\xa0\xfc\xa2\xe0\xd6\x63\x16\x06\x40\x9a\x28\xd4\x8c\x47\x86\x00\x99\x41\xc5\x21\xc0\xfc\x74\x3f\x2b\xce\xa5\x3e\x76\x3e\x1b\xd5\xfc\x1e\xf6\x9b\x0d\x42\xfe\x39\x40\x42\x39\x12\xf0\xe5\x82\x1b\x21\x1b\xc0\x20\xf8\xf1\x31\x02\x1c\x72\xa5\x59\x3c\xbb\x4d\x59\x96\x5b\x2d\x95\x51\x0f\xcf\x50\x8c\xf2\x6f\x77\x8b\x46\x1b\x46\x6b\xb0\x10\x3b\x21\xe5\xe3\x53\x26\x47\x55\x39\x03\xc7\x3a\x85\x2e\x9d\x9e\x7b\xc4\xe8\x3f\xa2\xc9\xcc\xc2\x70\xd0\xb0\x38\x2a\x88\xc1\xfe\xb1\xf4\x74\xfa\xe3\xac\x88\xf7\x28\x29\xd4\xa1\xad\x1b\xad\xfa\x78\x2b\x4b\x14\x1a\x47\x95\x5d\x12\x00\xc4\xd8\x9f\x76\x13\xff\x6f\x96\xcb\x1c\x5e\x3c\x43\x8b\x2f\x6a\xa0\xaa\x29\xa2\x15\x26\x12\xf4\x07\x77\x2e\x8b\x5f\x13\xac\x5f\x9d\xf7\xd8\xbb\xc9\x1b\xc1\x77\x23\xfe\x3a\xd7\x37\x77\x11\x97\x2f\xea\xa7\x09\x7c\x36\x4c\x60\x3c\x8f\xbf\x73\x27\x96\x71\xa6\xf5\xd3\xf3\xaf\x95\x3f\xd2\x56\x6c\xbb\xe0\x1b\x38\xa3\x03\xfb\x11\x6b\x76\xe4\x7f\xcb\x95\xff\x36\x85\x01\x94\x29\xa5\x70\xa6\xa1\xea\x6f\x79\x3e\xef\x2f\x90\x2f\x1f\x6a\x19\x43\x53\xbb\xe6\x8f\xbb\x6b\x2e\x6d\x15\x43\x72\xfc\xb0\x38\xdc\xe2\x8c\x77\x54\x3c\xff\xb5\x61\xd1\x80\x91\x43\xf9\x81\xb1\xc3\x80\x67\x92\x4c\x33\x37\x13\x3f\x98\x30\xd7\x3d\x9b\x5c\xca\xd0\x5a\x7d\xb5\x51\x6d\x58\x60\x54\x1b\x7a\x41\xf3\x77\x65\xac\x40\x87\xd7\x97\xce\xec\x90\x8b\x1d\xc2\x02\x5d\xe0\xd2\x88\xbc\xdf\x55\xde\x54\xfb\xa9\x03\xbb\x73\x38\x30\xe3\xa2\x32\x57\xf7\x67\x0e\x2a\xe5\x22\xa3\x13\x38\x97\xcb\x79\xa1\xcf\x95\xf7\xca\x2c\x85\x4c\xf8\x58\x73\x04\x4a\x8e\x5d\xf8\xac\x0c\x84\xa6\x97\x74\x6e\xec\xec\x59\x1a\x59\x8b\x42\x7a\x49\x8e\xd9\x33\x8e\xd9\x4d\x05\x18\x34\x4e\xe2\x33\x64\x5a\x71\x41\x66\xc4\x4b\x51\xa3\x36\x4d\x96\x2d\xea\x75\xc8\x4f\x5d\x5f\x29\xb6\xbc\x52\x75\xb4\x3f\xb9\xb5\xec\x0a\x41\x78\xa5\x39\x09\xa0\x4f\xd6\xee\x50\x9e\xd3\xcd\xa8\x39\x2f\x19\x22\xcb\x72\xbe\xde\x46\xd3\xc2\xa8\x46\x02\xa0\x8b\x7c\x16\x65\x22\x30\xd5\x4e\x33\xfc\xc0\xa6\x3d\x40\xd1\x9c\x09\xb4\x6c\xd9\x49\x30\x13\x2b\x46\xcb\xa8\xb9\xc1\xfc\x8f\x93\x0c\x12\x97\xf3\x01\xff\x60\xea\x7f\x11\xff\x9d\x1e\x12\x9f\x2f\x87\x7d\x17\x7d\x92\xb7\x2d\xff\x71\xbd\x94\xc4\xdb\x7e\x08\x96\x30\x08\xf5\xc5\xe4\xfd\xb9\x27\x01\x02\xaa\x24\x41\xbb\xee\xe2\x19\x75\x9d\xf4\xd2\x06\x41\xfa\x84\x9e\xf7\x07\x73\xaf\x3c\xa0\x4f\x9e\xf7\x3b\x19\xfb\xc0\x5c\x14\xc8\xa7\xc9\x0c\x00\x61\x28\xba\x27\x21\xc0\x52\x1b\xe4\x88\xcc\x96\x2c\x92\x5b\x8c\x1c\x06\x6c\x40\x74\x63\x5b\x8e\xae\x56\x81\xe7\xad\x02\xb1\x6e\xa4\x83\x42\xa5\xb1\xd1\x20\xe7\x20\x6d\x33\x76\xf5\x04\x00\x91\x07\x67\xa1\x46\x3d\x23\x5b\x8c\xa5\x30\x86\xf2\x94\x79\x86\x91\xfc\xd4\x16\x3d\x5d\x20\x7b\xe2\x17\x54\x44\xd6\x5b\x48\x0a\x95\x65\x66\xdc\xea\x53\xa2\x8b\x59\xb1\xc3\xde\xe6\x96\xfe\x9a\xfd\xba\x52\xd5\xbe\x67\xbf\xd2\x5e\xdd\x1b\x51\xe4\x01\x85\x95\x99\x81\x37\x9d\x6d\xcc\x6c\x6a\x76\x2d\xca\x95\xe1\x42\x0d\xe4\x54\x9f\xfe\x1f\x9e\x96\x3a\xf3\xc7\xda\x40\x4f\xd2\xee\xc7\x87\xa6\x21\xd8\x71\xd5\xfa\x96\xe4\x96\x97\x2f\x26\x75\x65\x54\xea\x8f\x6d\xe7\xa7\x94\xb3\x7d\x99\x21\x08\x82\x85\x1f\xe6\x31\x8f\xa6\x05\x56\xb4\xb3\x99\x8f\x5c\x30\x87\xb9\xf1\x0f\xd1\xbf\x51\x18\xe7\xd9\xf6\x4a\x9c\xd0\xd8\x8c\xb3\xba\xec\x3e\x3b\x5b\x6b\x68\x33\x12\x5d\x39\xe7\xed\x98\xad\xd7\x23\x9c\x5f\xbc\xa5\x6b\x66\xea\x27\xd8\xf8\x8a\x6e\x23\xf0\x23\xb8\x26\x4a\x1d\x31\x0e\x4e\x9d\x72\xa8\xba\x1a\xbe\xec\xdf\x4d\x40\xf5\x70\x9e\x3d\x6f\x0d\x1b\xba\xec\x65\x31\x29\x6c\x60\x96\x86\x5d\xbc\x1a\x3b\x24\xc4\x25\x8f\xec\x0c\xce\x7c\x43\xaf\x4b\xdf\x3d\xbd\xd3\x96\x7e\xca\x7c\x90\xda\xf0\x8f\x38\x43\xd2\xc7\x79\xfb\x60\xce\x8d\x3d\x42\x0c\x2b\xfa\x62\xdc\x77\xd7\xbd\xe1\x5b\x12\x10\x53\x4a\xa6\x9d\xce\x89\x9d\xf8\x8b\xd1\xa5\x51\x60\x19\x83\xf5\xab\xb5\x02\x12\x3f\x13\xcc\x0c\x45\x0d\x2f\x92\x6f\x8b\xaa\x3b\xe4\xc0\xfe\x81\x61\x02\xd3\xe1\x27\x34\x79\x61\xf1\xb2\x68\xc2\x6a\x1b\x7b\xb1\xd2\xcb\xb2\x6d\x3b\xe4\xf8\x7e\x31\xef\x7f\xc8\x7e\x0a\x3d\xaf\x12\xbd\x49\xe4\xa1\x7b\x14\x8d\xad\x89\x6d\x45\xd2\xf0\x94\xcd\x26\xeb\x33\x90\x16\x13\x31\x30\x55\x9d\xd2\x0d\xfb\x24\x83\xc3\x10\x65\x2a\xd2\xe8\x22\xcf\x77\xd5\x82\x1b\x6a\x89\x8a\xb7\xae\x23\x0e\x62\x86\xc0\xad\x39\xc3\xb2\xac\x7a\x85\x86\xe4\x5b\x2f\xa8\x73\x0e\xdf\x0a\x27\x45\xb5\x88\x15\x30\x52\x4e\x57\x80\x19\x93\x9a\xe8\x38\xe9\x13\x65\x66\x22\x8f\xff\xea\xe0\xb7\x9f\x16\x9a\x9a\x4d\xca\xbc\x15\x6a\x7f\x93\x2b\xff\xde\xf3\x5e\x85\x92\xa1\x9c\x70\x5d\xab\x8d\xda\xfa\x62\xb9\xc7\xd9\x39\x62\xd1\x79\xa3\x8b\x2c\x2d\xd7\x4a\x50\xca\x16\x91\x16\x89\x40\xe5\xc1\xa8\xa4\x23\x27\x03\x70\x35\x83\x70\x64\xea\xb9\xe2\x9c\xb2\x0f\x80\x73\x18\xd3\x3d\x09\xba\x46\xab\x58\x70\xaa\x72\x09\xd6\xa1\x33\x38\x42\x85\xb5\x01\xc9\x4d\xf0\x64\x20\xe4\xa8\x30\xc7\xc1\xad\x09\x10\x36\xb3\xbd\x01\x4b\x3f\xf0\xff\x09\xaf\xd9\x9f\x7c\x9c\xd3\x93\xe7\x8d\x82\x5d\x77\x70\xb5\xf5\xbd\x4f\x48\x6f\x5a\xd6\xfd\xab\x7e\x46\x2a\xe7\x57\xc7\xfc\x9e\x7f\x1c\x51\x49\xca\xfb\x4c\x04\xfb\xb4\xe6\x6b\x99\xc9\x80\xc8\xec\xb7\xfe\xd5\x9e\x42\xec\xe9\xb6\xe9\xfe\xa2\xd8\x19\x79\xc3\x99\x5f\xa9\x51\x09\x9f\x70\x5c\x8d\x9c\xe3\xc8\x1d\xe8\xa4\xe6\x0c\x34\xf7\x33\x42\x4b\xda\x39\x7a\x8e\xbc\x60\xf9\x93\xc5\x00\x34\xd1\xbd\x2c\x62\x0b\x4a\xca\xb9\xed\xc2\x0d\xb0\xf7\x1c\x31\xca\x0e\x10\xa0\x38\xb5\x0d\x2e\x49\x7a\x51\x8e\x01\xf1\x44\xf3\x9d\x12\x53\x0c\x3f\x34\xbb\x3f\x10\x0e\xef\xe0\xb1\xcb\xdb\xa5\x86\x1b\xdb\x08\x32\x85\xdc\xf8\x45\x52\xee\xba\xad\xea\x7c\xb7\xdb\xae\x1f\x9d\x1f\x07\x2b\x14\x78\x3f\x6b\x70\x06\xa7\x0d\x67\x98\xc2\x79\x55\x59\xeb\x17\xf8\x52\x2e\x2b\xb5\xa3\x40\x3b\x72\x8c\xed\x17\x2f\x46\x5e\x50\x7d\x60\x75\x07\xc2\xc2\x78\xa4\x8b\x25\xd8\x5d\x54\xb0\x36\x4e\xa9\x2e\x03\x3a\x63\xcc\xe3\xd2\xd3\x65\x55\xe5\xea\x15\x28\x9a\x57\x0a\x81\xa2\xa1\x81\x28\xf6\xc0\x60\xa2\x1b\x0e\xab\xbc\x53\x69\xc3\x15\x74\xc5\x0f\x57\xf5\xb5\x0c\x33\xf1\x73\xee\x03\xcb\x12\xc9\x9c\x75\xb6\xe0\x7f\x19\xea\x2d\xa9\x53\x76\xa0\x7a\x74\xc4\x51\xb0\x4b\xae\xb3\x8f\x9a\xf0\xd7\x4e\x3f\xd7\x4f\x66\xad\x3f\x24\x64\xf2\xc8\xf9\xc7\x2f\xb0\x58\xd4\xb5\x61\x54\x1d\xac\xb9\x0a\x09\x8d\x61\xee\x3e\x98\x9c\x78\x6a\x0d\x01\xc9\xf1\xfd\x31\x8f\x45\x03\xfd\x68\x83\x74\xe5\x3a\x5b\xb2\x0f\x3a\x0c\x83\x82\x44\x1c\x81\xd1\x71\x65\xa0\xbe\x8c\xff\x41\x8f\xc6\x53\xde\xa3\x61\x52\x41\xa4\x93\x17\x7d\x49\x66\x41\x73\x17\x65\xb4\x2c\xa9\xac\xd5\x8c\x92\x0c\x4b\x06\x3b\x8e\x4f\x38\xbc\xda\x59\x51\x5e\xa5\xbb\x2c\x8c\x9b\x28\x06\xa6\x14\x5b\xdf\x7d\xe0\xc3\x1e\x27\x0e\x58\x4b\xbb\x25\x4d\x8b\x04\x45\xbd\x3e\xb9\x82\x49\xac\x82\x70\xcf\x15\x93\xdb\xd9\x47\x38\x53\xfa\x75\x3a\x72\x56\x03\xaa\xeb\x56\x18\x47\xc1\xaf\xc1\x81\x87\xb1\xc9\xb4\x70\x39\xcb\x5c\x34\x60\xa0\xe1\x88\xa3\x9d\x8d\xb9\x37\xd9\x83\x8a\xed\x12\x4e\xe0\x19\x0e\x60\xf9\x56\x71\xf3\x8e\xe4\xfb\xb2\xca\x76\x97\xed\xa7\x1c\x95\x67\x63\x74\xf7\xaf\xc4\x70\x5b\x55\x8e\xb4\xd9\x95\x7a\xfa\xd4\x34\xf4\xd0\xcb\xfe\x9a\xf5\x6c\xa6\xed\x52\xb8\xf1\xc9\x65\x20\xaf\xe9\xde\xfb\x99\x6d\x7e\x06\x9c\x3d\x5f\x4d\x54\x94\x6c\x7c\x84\x3a\xd1\x77\x46\xcc\x3c\xf9\xee\xee\xa8\x33\xd6\x75\x87\x81\x34\xa7\x75\xc5\xb9\xc5\x18\x01\x94\xaa\x13\x8e\xa4\xa3\x75\xb6\x00\x1e\x15\x93\x3c\xe5\xd8\x7d\xca\x9f\x2b\x84\x53\x1c\xf1\x2a\x6d\xbb\xe1\x1b\xcb\xeb\x40\xe8\x09\x56\xcf\x95\xc0\x06\xa5\x77\x4c\x70\x0c\x7c\xf8\xf9\xa0\xcb\x5b\x2b\x69\x84\x0e\xed\xfd\xb7\xd1\xd5\x65\xea\x50\xb4\xa3\x57\xd5\x42\x3d\x41\xe8\xfb\xc8\xf4\xef\xbb\x6f\xcd\xc2\xfb\xd3\x3f\xc3\xf4\x7f\xf8\xf9\x20\x66\xe8\xba\x15\xa6\x3f\x2f\x76\x85\xda\x3d\xf2\x13\x5c\x8a\x9b\xff\xae\x6d\xbc\x92\xff\x1a\x39\xa9\xfe\x4a\x1c\x40\xdc\x3c\xe0\x04\x76\x2e\xfc\x53\x36\xc1\x80\x62\x25\xd4\x39\xbf\xb8\xcb\x9d\x8e\x0c\xb3\xf4\x47\x36\x21\xf4\xf7\x33\x0e\x71\x49\xe4\x6f\x75\xb2\x87\x78\x3d\x77\x7e\xd7\x33\xc6\xca\x49\x60\xef\xae\x69\x41\x3e\x81\x6c\x78\xce\x9d\xe3\x68\xc2\x31\x47\x0b\xb2\x26\x30\x1d\x71\xb7\x99\x4f\xcc\xc4\xf1\xac\x4e\xaa\xd3\xd9\x37\x17\xcd\x01\x6d\x6a\x61\x1a\x3e\x24\x89\x7a\xa2\x66\x8c\x18\xc7\x7c\x0e\xcf\x14\xbb\x60\x50\x2f\x02\xe5\x03\x26\x9f\xac\xc9\xb9\x82\x30\xeb\x18\x93\xbf\x63\xd5\x67\xf5\xdb\xce\xfd\x1a\x79\xd7\x35\x75\xac\x35\x31\x17\xfb\x84\x3b\x77\xc0\x68\xd3\x9b\xf4\x51\xb6\xde\xe6\x8f\xb2\xf4\x1e\xe2\x48\x66\x89\x9b\x70\x05\x4f\x3e\xd9\x55\x06\x1e\xbb\x95\x48\x4a\xfc\x63\xa5\x5d\x28\x91\x54\x01\xc8\xb0\xda\xb2\xe4\x21\x2f\x5e\xc1\x14\xbf\x1c\x5f\xe7\xda\x46\x8b\x9e\xb9\x51\xf7\x38\x7d\x8f\x16\x3c\x74\x83\xf9\x91\xc9\xdd\x5d\x80\x95\x91\xfb\x32\x88\x5f\xc5\xe5\x8c\xc4\x3a\xac\x4a\x6d\x6d\x33\x04\x22\x29\x80\x34\xab\xf2\xc0\xe6\xc2\x5e\x7c\xd4\x87\xa6\x0c\x66\xf6\x67\x22\x67\x0f\xac\xa5\x0a\x27\x24\xb7\x5d\x5a\xf0\xd5\xe6\x1f\xf3\x8e\x6c\x30\x8c\xe4\xc4\x18\x3a\x33\xd3\x27\xc4\xd6\x52\xe8\x48\x41\x26\x2c\x50\x7a\x8d\xc8\x5e\x87\xf0\x43\xe7\x69\x59\xfd\x78\x97\x5f\x7d\xf3\x06\x53\x8f\xab\xd4\x71\xcd\x16\xd6\x46\x6a\xba\xd7\x28\xe8\x5d\xbb\xee\xff\xfd\x4b\x4d\xbc\x4e\xbb\xae\xdd\x61\x99\x70\x1d\xb6\x17\xd4\x3a\x85\x94\x26\x31\x87\x29\xdb\xa2\xf3\x15\xef\x4b\xbf\x67\xa3\x75\x18\x07\xf1\xbb\x4e\x47\xc6\x63\x3f\xdb\x4d\xb6\xf8\xb7\x3b\x0a\x6c\x1f\x7c\x40\x10\x7d\x84\xf6\xf4\x2b\xf2\x43\xe4\x7e\x06\x6b\x56\x88\x6b\xe0\xde\x6b\xcb\xf6\xff\x67\x7e\x9d\xac\x49\x78\xa2\x4d\xc2\xf5\x8a\x6b\x12\x0e\x12\x53\xe7\xb6\xdf\xfd\xec\x10\xd9\x75\x39\xca\x68\x4f\xc5\x89\x5b\xd6\x12\x20\xca\x97\x3d\x42\x1c\xd0\x22\x31\xf7\x4a\x48\x39\x9f\x7e\x9a\xeb\x5e\xf2\x07\x81\x9d\xbf\x01\xe8\x02\x17\x2c\x07\x36\x2e\x73\x11\xd1\xd6\x00\x2b\xf1\xe8\x04\x39\x4d\xe9\x16\xe5\x3e\x1c\x93\x2b\xe4\x98\x49\x2a\x3d\xe7\x00\x62\x3e\xd2\xcf\x20\xf4\x04\xc0\x65\x2c\xa4\x83\x91\xd6\x99\x26\x47\x67\x44\x2a\x1d\x75\x4c\x4c\xd8\x41\x0c\x4f\x73\xea\xa4\xf6\x63\xa3\x1a\x24\x90\xa9\xd9\x50\x61\x4a\x35\x08\x19\xb2\xf3\xc3\x9f\x97\x48\xc9\xe9\xdb\x65\xcd\x39\xd8\xc6\xaa\x04\x60\xd8\x00\x53\x13\xe6\x86\x3d\x64\xc6\x85\x67\x56\x0d\x9d\xfb\x4c\xf5\x66\xe8\x16\x0e\x54\x40\x50\x47\x82\x6c\xd7\xf9\xc9\xbd\x89\xe2\xf1\x71\xf0\xe0\x96\xd8\xbd\xa5\x84\x94\xd8\xf9\xee\x5a\x9f\xb7\x15\x53\xa9\xc9\x90\x7d\xd3\x9a\xc2\xd8\xa5\xbb\x12\x08\x14\x77\x56\xaf\x6e\x09\x1e\xd2\x04\x4c\x8d\xf0\xe2\x66\xee\x36\x1d\xc5\xc5\xa3\x17\x97\xfb\x81\xa5\x82\x0d\x7b\x86\x9f\xa7\xb0\x7f\xe9\xeb\xd9\x5c\x74\x9b\xc7\x3a\x8e\x03\xcd\x01\x33\x79\xac\x87\xe3\xb5\xde\x04\x92\x88\x3a\x8e\x55\x1e\x6b\x83\x15\xec\xbe\xb9\xc3\x78\xa6\x55\xbe\x6a\x3a\xb7\xb2\x8b\x2f\x34\x5a\x94\xdd\xfa\xc1\x47\xe4\xbb\x99\xf3\x90\x23\x9b\xef\xdc\xba\xfe\x56\xbc\x18\xb9\x05\xb8\x2e\x25\x8c\x7a\x0d\x3a\x0a\x77\x81\xd8\x6a\xe4\x81\xe6\x8e\xb7\xd6\xb4\x13\x18\xbe\xf0\x22\x35\xf4\xe9\x6d\x1d\x12\xd4\x9b\x3d\x31\x76\xda\x9c\xcb\x27\xcf\x7b\x5e\x30\x08\xc2\x18\x42\xff\xa8\x72\xcd\x05\x2b\x52\xe2\x62\xb1\xfd\x54\xb1\x4e\xac\x89\xef\x79\x5b\x93\x8f\x16\x9c\x7f\x5d\x85\x5e\xaf\xf1\x4b\x6c\x7e\x15\x15\x66\x05\x8b\x2f\xe3\x8e\x1e\x5e\xba\xba\x76\x8c\x4a\xa8\x6c\x3a\x6c\xd0\xa0\xe6\x43\xfc\x5f\x92\xb4\xfb\xc0\xcc\x06\x16\x6f\x08\xef\x4a\xaa\x9e\x69\x23\x8e\x39\xef\x33\x20\xb4\x72\x72\xd5\x5d\x6d\x07\x52\xc1\x4f\xb2\x32\x7f\x5b\x6a\xc5\x60\xc5\xa0\x82\x0d\x7f\x5b\x82\x1c\x32\x66\xd2\xaa\x8c\x01\x40\x60\xdc\x1e\xbc\x63\xc7\x12\xc6\xdf\x33\x26\xf5\x87\x2e\xaa\x02\xb9\xaf\x9d\x05\xa9\x58\x7e\x87\xd3\xa7\xea\x66\x78\x0a\xe3\x2e\x27\x74\x58\x02\x45\x75\x37\xd5\x28\x7b\x2b\x0e\xf8\xe2\x44\x12\x49\x41\xe8\xd9\x68\x7e\x79\x6d\x3a\x06\x9a\xd0\x03\xd0\xd7\xf6\x8a\x55\xc5\xe3\xc8\x25\x56\x53\x31\xb4\xe4\xc6\x1a\xcb\x64\x09\xb1\x95\xdb\x36\x21\x47\x1c\xfc\x69\xaf\x67\xbe\x14\x80\x0c\x1d\x13\xad\x31\x9f\xde\x15\xa0\x09\x33\x97\xca\x64\x42\x05\x26\x57\x2d\x90\xfa\xfc\x98\x41\x95\xff\xfa\xe0\x79\x8f\x59\x38\xdd\x74\x7a\x82\xe5\xab\x80\x38\x3d\x48\x54\x2e\x4b\x2f\x6e\x13\xff\x1e\x67\xf8\x31\x8b\x33\x0c\xae\x9f\x11\xa5\x04\xa9\xfc\xdf\x21\x0c\x1b\xd3\xa1\xb2\x1a\xea\xde\xfc\x47\x10\x86\x7f\xa7\x94\xfc\xb9\x05\xb9\xa9\x5a\xd5\x12\x0d\xe5\xaf\xa6\x3f\x0b\xd6\x3f\x7e\xc6\x91\x9d\x8f\xda\x40\x0a\xc7\x68\x07\xa8\xd5\x91\xb2\x42\xb8\xa6\x6f\xe3\x47\x30\xb3\x21\x52\x06\x4d\x52\xf6\x2e\x23\xa9\x48\x36\x96\xcc\x6c\x45\xfb\x1e\x63\xed\x5a\xcc\xde\x41\x41\x6d\x0c\x71\x1c\x49\x05\x8c\x2e\xaa\xf3\x10\xce\xbb\x45\xa2\x43\x70\x77\x82\x51\xa7\xc2\xa4\x11\x19\x8d\x25\x59\x59\x3b\xce\x4c\x03\x0b\xa7\x88\x3e\xb4\xba\x9e\xda\xb4\x5d\x4e\xbf\x19\xdd\x62\x19\xee\xbd\xa0\xcc\x6e\x32\x53\x4c\x01\xf1\xc3\x27\x1d\x7e\x36\x5e\x07\x2a\xfe\x0c\xb5\xa0\xcf\x39\xc3\x46\x64\xde\x33\x42\xd9\xda\x71\x6c\x65\xc3\x7b\x63\x83\xa5\xc3\x15\x9d\x9c\xc5\x91\x35\x55\xcf\x51\x98\xd7\x06\x81\xad\x35\x32\x20\x07\x95\x6d\xa9\x64\xc5\xb8\x77\x44\x32\x48\x0d\x6a\x02\xa1\xf9\x8e\xae\x11\xf7\x61\x8a\x0e\x32\xb9\xb7\x31\xbc\x15\x5c\x5d\x2a\x78\x2e\xf2\xbc\x27\xea\x4c\x10\x7f\x62\x3f\x0a\xac\x7b\xcd\xff\xd1\x00\x1d\x23\x82\x14\xed\xee\x22\xee\xed\x51\xea\x6c\xa9\x29\x97\x72\x5b\x56\xf8\x83\xc4\x08\xb1\x12\x21\x75\x18\xb6\x99\xb7\x27\x11\x5f\xbe\x00\xbc\xc6\x8d\x0b\x7c\xe4\x09\x8c\x6f\xac\xc9\xa2\x5f\x70\x1c\x74\x48\x40\x58\xb3\x98\xd0\x15\x20\x00\x1d\xfd\x36\x2b\x4b\x12\x5d\x1d\x3c\xd5\x99\x79\x19\x44\x45\xa1\xb6\x8f\xe0\x1c\x54\x21\x98\xed\xe9\xb5\x3d\x29\xa7\x25\x3e\x58\x3a\x88\x81\x9f\xc2\x29\xde\xfe\x44\x23\x35\x16\x34\x67\xad\x8a\x12\x5b\x10\xd4\xb8\xfb\x41\xb3\xdb\x1a\xdf\x20\xb0\x75\x0a\xd5\x44\xa2\x11\x09\x8e\x68\x72\x63\x99\x7e\xbb\xae\x25\x12\x12\xf7\x88\x7d\xb7\x7f\x5c\x45\x5e\xc9\x2f\x7d\xed\x10\x2d\x94\xfd\xfa\x57\xa6\xa3\x03\xc2\x8f\xb6\xcc\xa0\x66\x73\x21\x03\xea\x48\x78\x07\x27\x6d\x65\xc3\x4b\x3b\xc5\xf5\xc9\x82\x2b\x88\xd6\xfc\x09\x36\x79\x68\x48\x93\x8f\xb0\xc0\x48\xff\xcf\xf6\x63\xdf\x7e\xbc\xab\xb6\xe9\xcb\x94\x4e\xd5\x4d\xaf\xd1\x86\xd8\x99\x76\xa3\xa6\x3e\x9f\x03\x23\xda\xf4\xa9\xe4\x25\x1a\x91\xd0\xac\x21\x95\x71\xa0\x8f\x6c\xdf\xc8\x7e\x4c\x6f\x18\xf7\x6c\x1f\x26\xaa\xa2\xfc\x4e\x61\xc1\xef\x7d\xfb\xd2\xb9\x9f\xdd\x70\x74\x39\xb4\x1f\x5f\x0a\x6f\x08\x72\x93\xa1\xae\xaa\x09\xc8\x5c\x65\x0f\x90\x3d\xe6\x4e\x24\xd9\x8e\x68\xb8\xbd\x5d\x42\xbb\xe7\x85\xf8\xf6\xe2\x10\x28\x2d\xd8\x90\xe1\xe4\x5e\x11\x26\xc8\x93\xf4\x85\x7b\xe7\xee\xa0\xcb\x05\x44\x56\x3c\x1d\xbb\x6a\x81\x45\xf6\xd9\xf4\xf0\x8e\x95\x55\x27\x5a\xad\xec\xc3\x0e\x41\x32\x9a\x09\x8f\xc0\x89\xbf\x59\x66\xe2\x63\xb8\x16\xd9\x81\xcb\xb4\x29\x20\x19\x44\x50\x3c\x99\x60\xd7\xd0\xeb\x95\xd3\x91\x05\x8b\xde\xa4\xc1\xe9\x92\x9b\x12\x8d\x1b\x28\xcd\x56\x29\x81\xe0\x51\x75\x8f\x2d\xa4\x8f\x9d\x59\x7f\x26\xa5\xed\x07\x44\x88\x59\x33\x62\x87\x16\xed\x36\x73\xb8\xed\x9c\xbc\x3d\x25\x77\xa9\xb4\x5f\xf3\x93\x57\xf4\x16\x98\x4d\x87\x6e\xc8\x85\xdb\xe6\x5f\x3e\x88\x8d\x6b\x25\x1f\x73\x7c\x34\xfe\xc9\x6b\x30\xa8\x32\x43\xc3\xd9\xc4\xac\x1d\xd5\x4b\xcc\x51\x5a\x25\x8a\x26\x19\xb6\x19\xae\x8f\x20\xf6\x82\x39\x0a\xc8\xe0\xf4\x38\x54\xdd\x60\x5d\xf3\x67\x53\x57\x11\x14\x5e\x21\xf9\xee\x92\x28\xd7\xa1\x91\x0d\xd8\xf9\x25\x69\x95\x1b\x84\xa6\xc7\x93\x1b\xc5\xf5\x5e\x72\xae\xf7\xc9\x1a\x13\x92\x0a\xfe\x07\x8a\x80\x1d\xcc\x8d\xb5\xbc\x3f\x0a\x16\x8d\xc1\xd5\xd0\x1b\xc4\xe9\xb5\xfe\x8c\x28\xb8\x47\xe7\xe2\xcb\xbe\x8c\x0a\x7d\x13\x3e\x15\xf6\xfc\xca\xfe\x81\xfe\x0f\xce\xe9\x74\xf7\x1b\xfd\xd2\x84\x66\xe8\x8e\x47\xb5\x41\xf6\x2d\x6e\xaa\xa7\x8d\xf7\x39\xb4\x7c\x90\xde\x39\x34\x45\xee\x11\xd4\x6d\x0f\x62\x3e\x0d\x3a\x8d\xdc\x69\x70\x6a\x47\x4a\x6f\x22\xff\x69\x28\x83\xe6\x73\x6d\xe8\x79\xbf\x30\x60\x79\x7e\x59\xc6\x29\x41\x83\x1d\xf9\xd6\x35\x9a\x5e\x5d\x61\x25\x76\x68\xba\x6a\x1a\x1c\x7a\xc1\x99\x05\xad\x04\xf7\xa8\x29\x0e\xff\x3b\xea\x01\xa9\xf3\xb9\xeb\x46\x68\x48\xd9\xa7\x8c\xe1\x58\x7b\xd9\x2e\x78\xe3\x94\x73\xed\xc5\xc4\xeb\x11\x4b\x58\xdb\x78\x8f\x12\x7d\xec\x5e\x43\x19\x86\x6d\xa1\x76\x84\x8a\x0a\x0b\xcc\xc6\x24\xd2\x1f\x56\x5a\x96\x70\xaf\x87\xca\x21\x6f\x67\xc0\x96\x2b\x3b\xb8\x73\xe0\xfe\x10\x4a\x18\x25\x5a\x86\x95\x97\xe5\xa1\x9d\xb5\x9f\x1b\xb2\x31\x59\xe3\xae\x95\x9c\x5d\x41\x6b\xad\x6f\xc0\x7c\x5b\x21\xf9\x71\xd9\x33\xd3\x4a\xda\x53\x97\x81\x62\xe6\x5d\xee\xdb\x0c\x59\xbd\x65\x84\x98\x57\x00\x24\xc3\x33\x0d\xd3\x00\xb2\x3e\x56\x5d\x01\x99\x21\xa2\xea\x1a\x28\x96\x54\xb2\x24\x7d\x3e\x88\x7f\x13\xe1\x95\x20\xd1\x9c\x26\x17\xd5\x92\x64\x72\x93\xf3\x1b\x88\x94\x62\xad\x1a\x7b\x9e\x80\x0e\x08\xb9\xca\x84\xdc\xf4\x33\x2a\xce\x84\x05\x21\xce\xdc\xbe\x2b\xd7\x15\x33\x75\x29\xb7\xc1\x42\xd1\xa2\x67\x5c\x4c\x53\xbf\x39\x31\xa1\x07\x61\xda\xb6\xa3\xff\xb5\x26\x37\x24\xea\x34\xfc\x7a\xd3\x1c\x2c\x29\x6f\x81\x90\xd6\x54\x81\x7f\xac\x10\xb3\x6c\xed\xb2\x1a\x7d\x24\x7b\x99\xe1\x9f\x05\x45\x03\x6f\xda\xb3\x3f\xa6\x2b\x16\xe2\xc9\x0d\xe0\x0e\x78\x9d\xa4\xca\xc7\xf4\x86\x01\x49\xf8\x80\x2f\x71\xd1\xef\xe5\xc4\xd1\x9f\x8c\xbe\xa1\xe7\xbf\x81\xb9\x94\xb5\x71\x53\x1b\xa4\x5d\xdb\xdf\x75\x43\x2d\x0a\x04\xff\xec\xcd\x24\x4a\x4d\x73\xe3\xa0\xed\x9d\x1f\x87\xdb\xad\x29\xda\xdf\x6f\x88\xba\x36\xb4\x41\xc7\x80\x5b\x81\x0e\x8a\x83\xcf\xf4\x69\x90\x9d\x4e\x7b\x43\x25\xb0\x49\x2c\x27\xf5\x99\x03\xdf\xd4\x83\xf4\x9d\x7e\x7a\xd4\x6c\xbc\xef\xe4\x9f\xea\xef\xa1\x58\x17\x25\x53\xd4\x0c\xc1\x66\x57\xbd\xb1\x62\xe9\xbc\xb0\x32\x34\x17\x06\xcf\x0b\x80\x0d\xad\xb3\x93\x8e\xe0\x1c\xc8\xbd\x3a\xa1\x9c\xed\xdc\x99\xe1\x60\xf9\x32\x6f\x38\xd8\x06\xf6\xcd\x32\xa9\x30\x99\x5b\x9c\xec\x1a\x9a\x2a\x26\x18\x0a\xc7\x80\x48\x72\x42\xb2\xc9\x02\xbd\xed\xba\xb7\x0a\x43\x0d\x3a\xcb\xbe\xe5\x5c\x8c\x71\xd6\x65\x31\x72\xbb\x04\x52\xa4\x20\xa0\x80\x5c\x52\x8a\x8a\xbc\x60\x8e\xe8\x1e\xb4\x3f\x9d\xea\x43\x8a\xc8\xfa\xd3\x5e\xc4\x8d\xbe\xe7\x0d\x0f\x8a\x3b\xfc\xde\xe2\xa9\x39\x3f\xf5\x4d\x0a\x21\x6f\x48\xf8\xf8\x39\xfb\xec\xee\x3e\x63\xd5\x00\xb5\x6f\x9b\xee\x26\xb0\x64\x31\xb3\x09\xcf\x33\x20\xfd\xdb\x68\x74\x3b\x8a\x7f\x7e\x5d\x0d\xbd\x3b\xf6\xdb\xf4\xa6\xa3\x1e\xcb\x2e\x94\xb3\x75\xce\x1b\x6b\xb8\xfe\x57\xdd\x6f\x1d\xb8\x2b\xcb\x29\x0b\x24\xb5\x12\x70\xa7\x81\x0a\x57\xe3\xff\x21\x4c\x87\xff\x1f\x7b\x6f\xd6\x9d\x36\xd3\xb4\x0b\xff\x20\x58\x8b\x79\x3a\xec\x6e\x84\x10\x98\x60\x42\x08\x76\xce\x6c\xc7\x06\xc4\x3c\x09\xa4\x5f\xff\xad\xae\xab\x5a\x6a\x09\xec\xe4\x7e\x9e\xfb\x7d\xbf\xb5\xf6\xde\x27\x89\xd1\xd0\xea\xa1\xba\xba\xc6\xab\x76\xbe\xcd\x99\x70\x5c\x6c\xab\x0c\x03\x13\x53\xdf\xd5\x04\xc3\xb1\x7c\x0c\x9b\x80\x96\x92\x5d\xae\xa1\xf3\x04\xb3\xac\x51\x2f\xe7\x3d\xd2\xe2\xe9\xa2\xb2\x84\x4d\x0a\xb8\x6d\x72\x40\x27\xff\x1f\x70\x17\xf6\x88\xbc\x5b\x52\xa3\x27\x59\x3c\xc0\xfe\x30\xbf\x40\x58\xf2\xab\xa0\xb4\x2d\x6b\xc2\xd7\x06\xcc\x2a\xa8\x0e\xf1\x18\xe8\xc9\x1f\x56\xfb\x75\x60\xd9\x20\xb0\xa2\x64\x20\x97\xf8\x9d\xba\xbc\x33\x68\xd7\xd8\x6b\x6a\x39\xcf\xbe\xbc\xc7\x02\xc6\x2b\x5c\xcd\x9a\xfb\x8b\x65\x9e\x27\x52\x7f\x79\xe8\x26\xd4\x81\x09\xf1\xea\x9b\xac\x6b\x98\xf3\x72\xa5\x4e\x2a\x82\x37\xf4\x0d\x2b\x0b\xea\x29\x9c\x98\x0b\x63\xf1\x30\xa2\x29\x49\x83\x36\x3c\x46\x98\xfc\x78\x6c\xfd\xc8\x3b\x62\x78\xe4\x83\xfa\x7c\x2b\x1c\x6b\x29\xff\x91\x9c\xeb\xc3\xfa\xcf\x2a\x57\xdf\x61\xba\x76\xcc\x98\xad\x43\xc6\x4d\xc5\x80\x22\x80\x4e\x05\xe4\x1f\x28\xbe\xde\x99\x2c\x75\x7a\x17\xf9\xbe\x68\x87\xef\xe9\x68\xa6\xa2\xdf\xcb\xef\xa5\x50\x87\xf7\x12\x7f\x4c\x1f\x76\x47\x29\xc4\x51\xc2\x92\xbb\x82\xdc\x0c\x9b\x7b\x0e\xe2\xe8\x92\x38\xd4\x6b\xc1\x10\x13\x61\xc7\x7c\xdf\xeb\x07\x47\x05\x0f\x5e\x84\x69\x62\x7e\x0d\x1f\x13\x4e\x01\x96\x66\xca\x35\x4a\xfb\x40\x7e\x4f\x36\xa0\x3f\xef\x59\xe2\xf3\xd9\x72\xcd\xa6\xcf\xf0\xf7\x12\x1f\xc8\x4b\xb6\xd3\x65\x08\x47\x2f\xfc\x7b\xbc\x24\x4f\x6c\xe1\xad\x5b\x92\x49\x5f\x88\x17\xb6\x1d\x9e\x2d\xfb\xaf\x25\xb1\x18\xb9\xce\x4b\x82\xf9\xef\xf5\xc4\x18\xdf\xe9\x75\xe3\xfc\xf5\x7b\xc8\xea\x41\x1f\xea\xf8\x4f\xcf\x74\x86\x89\x86\x96\xb7\x6f\xcb\xd4\xdc\xf0\x7b\x99\x65\x0e\x81\xd1\x73\x21\x0a\x3f\x30\x5c\x42\x7a\x4f\x84\x92\x12\xc9\xe3\x42\x88\xe9\x65\x16\x45\xf9\xa7\x65\x5e\xc2\xfa\x7a\x21\x6d\x64\x23\x4d\x40\x57\x94\xac\x14\x39\xa5\xe4\x86\x57\x28\xb4\x4e\x81\x7f\xb8\x36\x83\xd8\x59\xa0\xd7\x86\xcf\xcf\x5c\x66\x6d\x38\xe6\x27\xfc\x2f\xd6\x46\x5d\x53\x8b\x03\xcb\x49\x09\x04\x6d\xf8\x4e\xa5\xec\x65\xa4\x84\x32\xdb\xe7\x82\xc7\x44\xf3\x3c\x82\x90\x4b\xe5\x54\x32\x48\xfa\xbd\xa2\x49\xb2\xf5\x84\x00\xa6\xd5\xb7\x12\x3e\xd2\x30\x00\x87\xe1\x85\x18\x40\x4e\xee\x60\x12\x19\x25\x6d\xec\x54\x4d\x66\x1a\xc4\x1e\x40\x59\xbe\xb5\xbc\x13\x69\xe8\x25\x18\x02\x4e\xca\x7c\x60\x21\x35\xdc\xfc\xfe\x9b\xe7\xd7\x3c\x39\x9b\x72\x4a\x24\x4f\x7a\x0c\x49\x65\x08\xe6\x6b\x4d\xff\x3f\x25\x7f\x1b\x5f\x3d\xc7\x87\x7a\x96\xfc\x7f\xd4\x1e\xf2\x0e\xc1\x93\xb8\xc6\x67\x7f\x99\xf7\x12\x8d\xdb\x02\x0d\x37\x7c\xa9\x6e\xe7\x69\x98\x70\xf1\x1c\x06\x85\xc4\xee\x1a\x45\x51\x5c\x25\xa7\x41\x20\x05\x70\x27\xd9\x91\x53\x43\xae\x5e\x28\xe7\x35\x6b\xc1\xb1\x88\x40\x70\xfb\x6d\xc2\x0f\x6a\xe4\x39\x69\xb6\x7d\x1c\x49\xf3\xb6\xc1\x86\xbc\x24\x45\x39\xb0\x9c\xc1\x85\x16\x0b\xef\xff\xe2\xed\xa5\x95\xf4\x29\xc3\xab\x4d\x2b\xb3\x9b\xe0\x09\x16\x0f\x37\x2c\x03\xb8\x49\xfc\x05\xc4\xaf\xe8\xee\xf9\x68\x76\x01\x2d\x83\x2a\xbc\xff\xf5\x3a\x50\x08\xdc\xdd\x75\xf8\xca\xe2\x44\xc6\xc1\x87\x05\x0e\x2f\x73\x28\xb3\xf4\xac\x05\x26\x42\xff\xb5\x15\x89\xfd\x7d\xa9\x32\x5e\xd2\x7c\x5f\x28\xf6\x99\x1e\x99\x29\x9e\xfe\xac\x4c\xa2\x82\xec\x41\x36\x6c\x0d\xd0\x76\xe4\xe5\xa7\xe2\xe9\xac\xf9\xdb\x14\x36\xd4\x75\xb5\xf3\xdf\x49\x6e\x85\x88\xf1\x7c\x8b\x77\x25\x37\x08\xb3\x83\xb4\x44\x92\xe4\x9d\xf2\x8c\xd4\x6b\x5f\x4b\x6e\x27\xa6\xdf\x73\xd5\x4b\x24\xb7\x69\x46\x72\x33\x92\x90\x71\x32\x18\xc9\x2d\x4c\x09\x6e\x47\xae\x05\x66\x04\xb7\x46\x8d\x83\x58\xab\x69\xc1\x0d\x45\x73\x9f\x7c\x3d\xaa\xe9\xd1\x63\x81\x07\x82\x5b\x8c\x5e\x5a\xbd\x2b\xb8\xb1\x95\x69\x56\x4c\x13\x26\x5f\x2e\x57\xd2\x82\xdb\xb2\x97\x11\xdc\x62\x01\x97\x64\xc4\xeb\x1d\x79\xc9\x58\x10\xff\xb9\x18\xd7\xe0\x09\xcf\x19\x2c\x45\xf2\x6d\x74\x52\xc4\x7e\xa3\xb9\x1b\x72\x8c\x10\x35\xbe\xe0\x1d\xe6\x2f\xd3\x81\x6f\x96\xb1\x21\xbd\x9e\x16\xa7\x25\xeb\xc4\xc2\xb5\xde\x7b\xcd\x8f\xc4\xaf\xa2\x96\xc2\x9f\x57\x72\xcd\x12\x7c\x03\xbc\x69\x3c\xab\x77\x92\x70\xc2\x19\xfb\x2a\x56\x7f\xf3\xdd\xbe\xf1\xce\xe9\x2e\xfc\xa2\x13\xfc\xd9\xae\x33\x7c\xa7\x13\x3b\xea\x44\xb5\x7d\xbf\x13\xaa\x80\xcd\xb8\x64\xf7\x4a\x66\xb1\x79\x1f\x5e\x6c\x83\x80\x59\x96\x64\xfa\x93\x99\x30\xf2\x74\x8a\x4d\x09\x78\x60\x56\x6c\xfe\xad\x7b\xb6\xad\xa1\xca\x5c\x04\xc2\x23\xd8\x58\xa1\xd1\xc5\x21\x94\xa2\x1b\x7b\x67\x99\x8b\x9b\x9d\x4c\xf2\xbf\xe2\x1a\x48\xd9\x78\x3f\xab\x60\xfc\xb0\x9a\x44\x45\xa7\x82\x18\x81\x70\x51\x91\xd7\x74\x5d\x7a\x8e\xf1\x5b\x75\x49\xc7\x07\x06\xca\x38\x38\x60\x67\x6c\x57\x37\x36\x7d\x07\x55\x6f\xfb\x5f\xa0\x18\xde\xa4\x29\xb2\xa5\xee\x78\x37\x89\xb1\x7e\xbc\xe7\x37\x78\x4b\xcc\xa8\xab\x0c\x0a\x60\xda\xbf\x90\xe3\x2a\x76\x2b\xb6\x6b\xa6\x60\x01\x0c\xac\x1b\x57\x89\x70\x2a\xbc\xa5\x8f\x73\xde\x2a\x68\xc3\x54\x0c\x35\xfb\x10\x51\xf4\xc0\xff\x70\x7c\x93\xad\xca\x5b\xef\xd6\x59\x07\x1e\xc0\x17\x60\x9c\x71\xbf\xf6\xd3\xa9\xcd\x9b\x29\x90\x66\x73\x3c\x2b\x14\x35\x61\xb6\x67\x0e\xb1\x5c\x6f\x31\x4f\x6b\x4e\xde\x0f\xc1\xef\xb6\x11\x75\x73\xf0\x98\x6c\x2a\x98\x62\x03\x3e\x56\x0d\x88\xe2\x5b\x3a\xc1\xfa\x2b\x3a\xca\xad\x90\x49\x8d\x90\x90\x65\xdb\x3a\x8d\x16\x3b\x2b\x00\xa0\xb1\xb7\x9d\xb3\x2b\xa2\x8a\x32\x43\x61\x85\xcf\xc9\xc0\xeb\x2d\x03\x88\x9e\xfc\xcb\xee\x47\xc3\x67\xf0\x2d\x3e\x9b\xf2\x31\x98\x4d\x9a\xfe\xd7\xb4\x8c\xbf\x0b\x9a\xf3\xbf\x6d\x5d\x5e\x79\x23\x06\xc7\xc7\x14\x39\x73\xe6\x19\x68\x3d\x2f\x9d\xc9\xc2\xc1\x3f\xe5\x42\x7a\x9b\x5d\xd9\x80\xcd\x22\x76\x0c\x82\x1d\x91\xff\x0d\x48\xa2\xa7\x36\x4f\x05\xce\x09\x67\xc5\x04\x92\xb3\x4b\x4c\x98\x32\x60\x6b\x86\xef\xde\x64\x41\x78\xe3\x00\xd9\xc0\x6c\xea\x14\xee\x93\xed\xd8\x0f\xb6\x76\xd6\x1d\xd9\x7a\x9e\x71\x8e\x8d\xac\x23\x28\x06\xce\x37\x10\x6c\x28\xee\x9d\xbc\x74\x44\x8e\xc3\x15\xe1\xef\x4d\xf6\x1c\x9c\xa2\x18\xc4\x8a\x8e\xd3\x1d\xfa\x7b\x35\xb0\x14\x07\x24\x49\x9a\xc8\xba\x05\x63\x3e\x44\x11\x96\x36\x8c\x5c\x2e\xf5\xcb\x13\xc7\xc8\xbe\x1b\x7e\x7f\x7d\xe8\xb2\x65\xcf\xc0\x42\xe3\x0b\x2a\x00\x2e\x42\xb6\xdd\x44\xf0\x6c\x58\x59\x91\x40\xf4\x5f\x2e\x13\xd8\xd9\xb1\x10\x53\x9f\x03\x23\x5b\xed\x44\xf4\x4c\x86\x7b\xb6\xa2\x6e\x2d\x25\xc1\xc4\xf1\x57\x2d\x0f\x05\xfd\x95\x03\x1c\x72\xed\xc4\x11\x57\xe5\x6e\x82\xd7\x88\x85\xda\x72\xf2\xce\x51\x25\xdc\x76\xcd\x3f\x2e\xdb\x0e\xc7\x54\xc6\x0d\x96\x69\x39\xdc\x02\x57\xd4\xd8\x87\x5c\x61\xe3\xe2\xe5\xe3\xd2\x10\x47\x04\x5c\xba\x39\x2f\x4e\x45\xed\x43\x11\x70\x67\x3d\x82\xed\x6a\xca\x08\x15\x22\x38\x2c\x3f\x3b\xcc\x0b\x87\x6c\xfa\x66\xbf\x9f\xb3\x51\x53\xef\x99\x37\x4e\x75\x2b\x17\xb6\xbe\x60\x5f\x14\x72\x26\x9d\xe0\x91\x7e\xae\x21\xaf\x07\xdf\x53\x6d\x06\x35\xb0\xd3\x23\xb7\xd0\xd8\x79\xf6\xd3\x19\x3a\xe4\x97\x81\xca\x40\x74\xb8\x25\xde\xb9\x51\x3b\x2c\xd8\xa2\x6c\x41\x47\x9b\x0d\x93\xe3\x6a\xc7\xd8\x20\xba\x75\x73\xa7\x6c\x9c\x4a\xf1\xc8\x2a\x16\x06\x12\xc5\x8e\x67\x9f\x4c\x12\xa5\xf4\x4f\x93\xf9\x9f\x33\x07\x51\x82\x4a\xc5\xbb\x73\x5d\xb1\xe2\x83\x72\x0c\xfa\x59\x62\x12\xbd\x82\xdd\x5c\xda\x29\x42\xcf\x4f\x85\x5a\x7d\xb0\x78\xc7\x2b\xbd\x91\x58\x61\x8a\x0a\xc1\x6e\xb4\x90\x11\xca\x1c\x9e\xdb\xe2\x64\xac\xe2\xa2\xa7\x7b\x9f\xa3\xaf\x1d\x4c\x35\x00\xd7\x22\xdc\xcc\x93\x08\x54\xab\xa0\x3b\x9b\x9a\xb5\x9a\xd5\x9f\xd8\xe9\x40\xf0\x6f\x1c\x79\xe3\xc7\xf5\xac\xc6\xa4\xc3\xf5\x85\x78\xe2\x90\x21\xc6\x8f\x29\x71\xb1\xd3\xf5\x04\x4e\x6f\xbb\xf4\xd5\x9f\xda\xec\xc7\xd5\xee\x6a\x9c\x98\xb7\xb4\xd4\x5a\x8e\x36\xbf\xbe\x65\xdd\x1f\x21\xcf\xc2\x8c\x6b\xa1\x69\xa9\x34\x96\x57\xb8\x5b\x67\x24\xee\x30\x8c\xe1\x1e\x31\x71\x2b\x84\xfa\x1d\x8b\x06\x10\x9e\xce\x00\xde\xb5\x31\x49\xf5\x09\x33\x9b\x4d\x67\xa7\x34\xda\xb8\x9d\x0c\x1f\xda\xa9\xe7\x45\x1b\x1c\xdf\x1c\x92\xd5\x39\x1f\x1c\x4f\x38\xa2\x36\x9c\xc3\xcf\x27\x45\x95\x8b\x2c\x93\xa9\x6a\x2f\xf3\x97\x07\x21\x2e\x0f\xe7\x3a\xa3\xce\x13\x1c\xf0\x5c\x16\xb4\x3e\x34\x93\xeb\xe7\x32\xb9\x29\xd5\xe1\x43\xf7\xdb\x97\x6b\x3d\xf8\x85\x6c\x74\x7c\x06\x58\x2b\x33\x46\x86\x01\x5c\x2b\xb1\xa5\xab\xf3\x09\xa7\x23\xbf\x7d\x3b\x66\x69\xe9\xb4\x95\x13\xa7\xbc\xf1\x72\xd6\x78\x24\x7f\x33\x49\x4b\x59\x34\x55\xe9\xc1\xbf\x5e\x67\x0d\x8e\xa4\x62\xa0\x85\x33\xb6\xf7\x8e\xb8\xf5\xd4\x9e\xd3\xa4\x03\x9c\x6b\x67\x93\x93\xcf\xc1\x6d\x7c\x0a\x55\xd0\xe7\xe6\x9a\x7a\x11\xeb\x5c\xb3\xc0\xce\x75\xb1\x2a\xf5\x98\xec\xf6\x32\xad\xd4\xcc\xa0\xb5\x9c\xaa\x38\x8e\x2e\x67\x99\x2f\xca\xb8\xa2\x49\x88\x0a\x65\x9e\x7d\x9c\xba\xd7\xb6\x29\x39\x31\x34\x85\x5c\xfa\xa0\xa2\x03\x4b\xee\x55\xf8\x8b\x11\x8e\x66\xba\xf4\x37\xb3\xb6\xbe\x99\xb5\x35\xcf\xda\xe6\xde\xac\x3d\x9b\x59\x23\xa3\xe4\x1f\x29\xb1\x8e\xb6\x1c\x96\x3d\xe7\xed\x44\x1e\x86\x28\xe4\x19\x57\x6f\x19\xff\x73\xb5\xeb\xa1\x50\xad\x57\xa4\x20\x58\x09\x3d\x07\x63\xd9\x64\xb5\x9b\x15\xe8\x23\x32\x45\x2f\x0c\x01\x69\xd4\x6a\x16\x33\x11\x39\xd1\x62\x25\xc5\x04\x7c\x98\xdf\x88\xdd\x30\x78\x5b\xc5\x94\xfa\x6c\x14\x2d\x63\xfe\x22\xae\xc0\x3f\x2e\xa6\x0b\x73\x4b\x73\x4d\xbf\x17\xda\xef\x45\xfc\x23\xe4\xe7\x23\x03\x42\xcb\xbf\x5b\x65\x0b\xcc\x23\xc7\x2b\xc2\x99\x58\xcc\x52\x8b\x39\xcf\x5a\xf8\x52\xce\x7a\x61\x66\x73\x22\x2c\x00\x34\x0f\x48\xa4\x4b\xd6\x37\x78\xf6\xe9\x0d\x95\x79\x61\x8e\xf2\x40\x15\xd8\x9b\xca\x8f\x9f\xbd\xc8\x97\xae\xcb\x5b\x03\x91\x71\x48\xcd\xe7\xe9\xd0\x15\x63\x1b\xa8\x43\x56\x3e\x92\x18\xb2\x71\x38\x28\x2a\x4e\x0c\x30\xc6\xe3\x18\x23\x65\xc8\x85\xeb\x13\x51\xbe\xc8\xae\xc4\x13\xe7\x46\xac\xcd\x6c\xf2\x92\xd3\x49\x8e\x3a\x1c\xea\x84\xb2\xe4\xf6\x2b\xfa\x7f\xa3\x47\xc5\xd2\x76\x5a\xd2\xa8\x9a\x00\x60\xd0\x6d\x63\x45\x79\xad\x88\xbc\x7c\x32\x03\x31\x6d\xb0\x08\x3e\xe1\xdd\xde\x17\xe2\xd7\x7a\x07\xb5\xad\xb6\xa2\xd0\x82\x19\x09\x57\xe4\xe1\xff\x65\x8e\xfa\x23\x5b\x11\xcd\xd9\x6b\xbe\x85\x78\xeb\x01\x0f\x37\xae\xe0\x14\xc2\x78\xb4\x19\x1a\x16\x90\xc6\x5e\x89\xab\x4f\x38\x96\xcb\x8c\x5b\xac\xe4\xdc\x44\x29\xe2\x6a\x3a\xee\x4d\x28\xb0\x49\x54\xde\xa6\xeb\xa8\xb0\xe1\x33\x09\xc3\x31\xa5\x54\x52\x50\x57\x9c\xcb\xc6\x25\x1c\xec\x3b\xac\x23\xac\xed\x08\x0f\x93\x04\x59\x67\x45\x35\x1e\x54\xaa\x86\x46\xde\x42\x40\xb0\x92\x6e\x52\x79\x5f\xc9\x8c\x9b\x64\x5d\xe2\x3e\x1c\x14\x59\xb2\x80\x79\x88\xb4\x58\xdf\x32\x40\x3d\x17\x38\x13\xaf\xfd\x84\xd0\xf8\x52\xc9\xba\x54\xb3\x90\x7c\xf4\xc5\x5a\x06\xd9\x07\xd9\x1c\x61\xaa\xad\x2c\xfa\x4f\x31\x6e\xf6\x99\x85\x4c\x87\x2f\xd5\x38\x9d\x8c\x0a\xa4\x7c\xc4\x60\x2e\xfc\xde\x97\xdf\x32\xb4\x9b\x19\x8e\xb9\x6c\x7d\x7b\xcc\x62\xac\x55\x50\xca\x78\x55\xd6\xcc\x5c\xce\x0a\xea\x0a\x22\x97\xbc\x58\x3a\x8d\x0f\x0e\x43\xb7\x66\xfe\x93\x25\x36\xdf\xff\x12\xf2\x88\xeb\x28\xd0\x71\x6b\x41\xe3\x7d\xc4\x05\xeb\xcc\x56\xab\x11\x83\xe1\x33\xce\x44\x60\x99\xbb\x7a\x6c\x31\x1c\xc2\x11\xcc\x14\x8b\xfd\x31\x6f\xe7\xd3\x45\xd2\x76\x92\xea\xaa\x6e\x65\x93\xcd\x34\x14\xfa\xc0\xa8\xb0\xfe\xa7\x86\x6d\x0e\xc6\x3b\x43\x42\xe1\xe8\xb9\x82\xac\xd9\x70\x0e\xeb\xc8\x23\xa9\x29\x47\x71\x65\xd6\xcb\xc0\x6d\xf4\x33\x2e\x45\xeb\x23\x67\xf8\xa0\x9a\xd4\xe7\x48\x26\x71\x2e\xee\x76\x1c\x33\xa8\xdb\x7c\x0c\x8f\xc1\x81\xfd\x5f\xf8\x02\x73\xb3\x28\x63\x98\xa4\x85\xac\x7a\x09\xde\xdc\x21\x56\x3c\x0e\x92\x20\x12\xf6\x12\xb8\x08\xed\x42\x4e\x7d\x6d\x86\xe7\x24\x09\x46\x25\x62\x93\xa0\xb1\x36\x96\xf8\xdc\x64\xd7\x93\x65\x6f\x4c\x94\xce\xba\xe5\x7b\xd0\xa3\x41\xa4\x73\x41\x65\x9a\xfa\xc2\x70\xd9\x0f\xd2\x06\xc9\x94\x95\xab\x55\x92\x9f\xdb\xa9\xff\xc3\x30\x29\xd7\x0a\x1e\x4a\x5c\xb6\x89\x08\xb8\xe3\xad\xb5\x34\x18\xcf\xe4\x6b\x55\x64\xe7\x6b\xef\x4d\x37\xcb\x71\x83\xab\x79\xcc\x5b\xdd\x24\xa8\xb9\xe8\x9b\x24\x02\xe3\x1e\x2e\x2e\x7b\x8c\x53\x59\x32\x21\xa7\x37\xcf\x64\xfa\x53\xe0\x38\x1d\xd3\xe6\xb2\xc7\x72\x7c\xdc\x02\xda\x54\x9b\xf7\x5a\x2d\xe5\x40\xb5\xde\xaa\xc6\x3d\x35\x11\x79\xa9\xe0\x80\x56\xfa\x1b\xe1\xc2\xf4\xc9\x04\xd0\x65\x22\x0a\xa3\x45\xe2\xa9\xd1\x7b\x91\x73\x07\x2a\x56\x0a\x81\x93\x4f\x62\xc7\x49\x9a\x66\xc7\xc6\xc5\xc6\x59\x34\x48\x47\xc5\x13\x18\x4b\x0c\xd6\x7a\xb2\xb9\x60\x85\xaf\xb2\x2b\x9b\xdf\xa9\x9e\xc0\xa5\x4d\x69\x37\xbe\x7c\xfb\xd0\xb3\xe1\x76\xe6\xc9\xe4\x44\xc4\x31\xb6\x9d\xe3\x74\xc2\x21\x7c\x84\x8b\x08\xa5\x15\x53\x92\x46\x7f\x56\xe0\x8b\x56\xb8\xdc\xa9\xc4\x56\xa8\x5a\x37\xb1\xf8\x26\x05\xa1\x93\x13\x98\xfe\xc2\xda\x5b\x0e\xe2\xa2\x85\x8b\xdf\x80\x3f\xa6\x81\x8a\xf0\xd5\x39\x57\x6f\xcb\xf1\x87\xb8\xd4\x75\x7d\x6e\xa0\x4e\xaf\xc7\x64\x3c\x4d\x0c\x68\xf6\x94\xa7\xfc\x8e\xfd\xc8\x12\x24\x59\xbf\xdf\x57\x15\xaf\x61\x85\x13\xe5\xcb\x2d\x89\xa0\xb1\x1c\x6d\xb7\xf7\x67\x3a\x3c\xeb\x30\xc2\x35\x3e\x12\xfa\xb8\x58\xa6\x5b\x3e\xd9\x79\x85\x80\x68\xd2\xc2\x1c\x70\x55\xea\xb0\xd4\x4d\xb2\x14\x4e\x8c\xaa\xcb\x45\xa6\x8b\x25\x7d\x6e\xab\xd6\x7b\x65\xc6\x3a\x0b\x00\x3c\xca\x25\x8e\x12\x2e\xd9\xd1\xb6\xd5\x92\x85\x7f\x16\x30\x64\xac\x01\xd9\xb8\x5e\xd8\xae\x75\x51\x49\xe1\xe2\x3d\x8a\xb7\x79\x41\x2b\x0b\x58\x66\xc0\x55\x20\x64\x75\x12\x21\x2a\x4c\xf2\x51\x9c\xf5\xd1\xca\x10\x59\xcf\x91\x6b\x42\x3f\x9c\xe4\x05\x63\x9d\x8a\x00\xc3\x78\x6d\x27\x5f\xe2\x7c\xd5\x8c\x55\xc7\xb6\xa9\xf4\x37\x1c\x87\xb8\xb0\x4a\x15\xbc\x25\x7f\x16\xbe\xe1\xdb\x0b\xd0\xfe\xa1\x84\x41\xb2\x19\xa9\x68\x78\x17\x4a\x0d\x1c\x86\xc9\x8b\x8b\x87\xe4\xef\x6d\x3b\xd5\x08\xb3\x2b\x63\x37\x3c\x7f\xff\xf4\xc9\x16\x76\xb2\x5b\x86\xa5\x31\x3c\x02\x19\xeb\xb0\x6b\xa3\xc6\x29\x5c\x80\x68\x66\x63\xb0\xcb\x8e\x0a\xa2\x58\x54\x60\x0b\xc7\x0f\xfb\x04\xb5\x1d\x3f\xc9\x4e\x30\xb3\xc0\x73\x48\x2b\x44\x6f\x63\xf7\x35\x54\x04\x93\xfe\x12\xc6\xa0\xfe\x9a\xac\x14\xa2\x7f\x38\x42\xe6\xf4\xe7\xb1\xad\x5c\x37\xc7\x81\xfb\x55\x4e\x65\x32\xc1\xe1\x2d\x3c\xbc\x67\xe1\x42\x4f\x80\x6b\xdc\xed\xcd\x53\x7a\x18\xb3\x3d\x17\xec\x1b\x08\x31\xf1\x91\x4b\xd5\xe3\xa1\xf8\x3f\xe8\xbd\xe3\x1c\xf1\xc3\x87\x61\x6a\x68\x2b\x1b\x9c\x7e\xc3\x16\x26\xe8\x2b\x47\x65\x51\x21\xed\x71\x46\xa2\x3f\x31\x7c\x8d\x29\x66\x8e\xe2\x1b\xa3\xb9\x39\x84\xfa\xd9\x32\x20\x16\x83\xc0\xd2\xc0\x0a\x0a\x87\x32\x39\x6c\x4e\x30\x57\x1b\xc8\x2f\x7a\x43\x4f\x1f\x9f\x25\x48\x7f\x22\x43\x3f\x1f\xd8\xdb\x3a\x5b\x06\x5a\x6c\x46\xaa\x26\xce\x0e\xb7\x8c\xf8\x58\x67\x33\xb3\x9d\xc8\x64\xb5\x36\x01\x0e\xba\x2f\x3d\x18\x2f\x62\x61\x60\xce\xae\x13\x82\xe8\xb9\x93\xad\x32\x68\x1e\xd0\x3d\xf6\x91\xc3\x50\xe0\xf1\x6b\x50\x5f\x0b\x7d\x3a\x7d\x16\x90\x0c\x73\x7d\x4b\xb3\xbd\xed\x0d\xa8\x84\xe3\xde\x18\x7b\x95\x77\x7a\xf4\x96\x50\xde\xac\xc2\x7e\x9b\x24\xb4\xf3\x6c\xec\x31\xe0\xfe\xab\x35\xa9\x7e\x6b\xea\x17\x2a\x1f\x77\x4e\x5b\x62\xf8\x83\xf5\x06\x8c\x9f\x23\x35\x9d\xcd\x49\xc6\x56\x4e\xaa\xaa\xd0\x39\xcc\x89\xa3\x0c\x92\xf6\xeb\x9c\x86\x72\xc0\xd0\x36\x6b\x69\x99\x8b\x48\x03\xd9\x65\x63\x9d\x1b\x73\x2f\x66\xf1\xc4\xb8\x87\x89\x8d\x78\x13\x71\x04\x87\xed\x76\x11\xc9\xbc\x32\xec\xa7\x09\x01\x37\x0e\x29\x94\x86\x2b\x12\xaf\x19\x25\x56\xaf\x2a\xc3\x0c\x57\xa5\x35\xb9\x2b\x46\x1f\xb2\x24\xc3\xf8\x85\xe3\x52\xfe\xe1\x85\x22\x3f\x71\x91\xa9\xf1\xae\x4d\x26\x7d\xd2\x5e\x6c\xd4\x48\x1a\xc8\x78\x57\x29\x74\x80\x1d\xa2\x78\x46\x35\x40\xdd\x7f\xff\x15\x62\xcd\xff\xe0\xe1\x41\x81\x51\xd5\x20\x25\x3c\x5e\x60\xfe\x0b\x71\x88\x8f\x03\x46\xf0\x08\xab\x89\xf5\x93\x7e\xe3\x7e\x42\xba\x71\x25\xdc\xdc\xb7\xff\xa5\xbd\xb1\x64\x79\xfb\x9a\x63\xbc\x4d\x06\xf9\x38\x72\x39\xcc\x16\xf3\xd0\xc2\x05\xa7\xde\xfc\xc2\x87\xc9\x9c\x6b\x83\xf2\x59\xc9\x76\xcf\x32\x04\x8f\xa5\xc4\x51\xd9\xb8\xba\x96\x3c\xc9\xe7\xf2\x23\x31\x8e\xe5\x1c\xdb\xa2\xc5\x0d\x57\x1f\x21\x40\x48\x93\x7e\xf1\xdd\x92\x7f\x28\x34\x82\x9d\xf6\x0b\x83\x8b\x77\xa5\x8a\xa7\x7d\xb3\x57\x6a\xdc\x93\x06\x09\x17\xe4\x60\xff\x5e\xe5\x7a\xa3\x6c\xf1\xa0\xa9\x5c\xc8\x46\x3f\xde\x29\x96\x60\x95\xf4\x15\xfc\x19\xe5\x8b\x8a\x20\xd0\x06\x7f\x64\x5b\xeb\x40\x75\x5f\x7a\x2c\xa9\x92\x81\x0f\xa0\x69\x33\x9e\x9b\x52\x91\x6b\xe1\x82\x64\x4c\x79\x19\xb3\x33\x4d\x5b\x3c\x11\xb5\x48\x31\x14\x25\x7b\xba\x66\xae\x2d\x58\x8d\x9f\xf3\xef\x42\xf9\x1f\xd5\x57\x6b\xd7\xd6\x5e\xe9\xd5\x32\x2f\xd2\xe2\xc0\x1f\x9e\x61\x4b\xac\x4a\x58\xe2\x35\xe4\x01\xbf\x6d\xf5\x35\xfc\x30\xb3\x44\xb6\x3b\xe8\x1c\xbf\x13\x97\x9d\x30\x53\x65\xcb\x8d\xf7\x5a\xe0\x47\x5a\x1d\x88\x1e\x8c\x25\xf4\x0d\x35\x0c\x18\xab\xed\x8d\x25\x14\xfd\xe3\xb7\xd5\xff\x92\x5d\xa0\x88\x0b\x03\xb1\x99\x80\x0d\xb3\x0d\x26\x8b\x08\x4e\x35\x97\x8b\xf0\x2c\x0d\xa6\x10\xdf\x36\x44\x01\x21\x68\xf7\x96\xb0\xf5\xfd\x13\xd3\x33\xfb\xf6\x78\xf2\xf7\x3b\x58\x9e\x8d\x68\x39\xfb\x09\x0f\xd9\x2f\x70\xaa\x1d\x72\xd4\x02\xbe\xab\x27\x54\x8f\xa7\x8c\xc9\x3f\xef\x20\x52\xd6\x58\xfe\xdc\x5e\xa5\xfd\xf6\x65\x07\x9f\x6a\x83\x6f\x9f\x28\x33\x75\x72\x69\xd9\x61\x04\x5a\x6d\x79\xd7\x04\x1e\x86\xc0\xb8\x28\x34\xe3\x9e\x90\x1e\xfa\xf3\xde\x97\x67\xdf\x8d\x52\xb5\x8b\x61\x8e\xf4\x88\x79\xdb\x85\xc8\x2b\xdc\x5e\x79\x76\x78\xb0\x9b\x6f\xc8\xf3\xe8\xc7\xbd\xd5\x5f\xd8\x5d\xa5\xe9\xde\xc4\xea\x1e\xce\xba\x5d\xcd\xfb\xec\x61\xab\x3b\xd6\xf7\x86\x49\xac\x6c\x7c\xae\x9a\xef\x9b\x0d\x61\x98\x06\x07\x4e\x76\x12\xb9\xfc\xd0\x89\xa5\x21\xaa\xfa\xb5\xc5\xd6\x98\xaf\x7a\x89\xd8\xb3\x78\xa4\x4f\x2f\x21\x56\x9e\x5e\x21\xa9\xa0\x23\x97\xb2\x96\xaa\x54\xf4\x51\xb9\xb2\x8b\x8f\x3b\x58\xa6\x9d\xb0\x26\x41\x30\x50\x7c\xf0\xb1\x53\x7f\xc9\xd1\x10\x2b\x9e\xcb\x25\x6a\x39\x3c\x9b\xdf\x56\x5f\x0d\x73\x89\x36\x3d\x58\xed\x4b\x30\x7d\x9b\x11\xd9\x7b\x5a\x8b\x98\xab\x25\x03\x90\xec\xb1\xa9\xaf\x1c\x88\x91\xee\xf5\x6a\x82\xc9\xdc\x43\x42\x8e\xf8\xa1\xcd\x2b\xf4\xb0\x2a\xb4\x41\xae\x7f\x68\x15\xe1\x47\xcc\x4d\x69\x99\x0e\xe7\xb9\x1a\xf3\x97\x89\xa9\xba\x2f\xe7\x94\xd9\xcb\xba\x8b\x2c\xff\x7e\x15\xd6\x31\x4b\xb4\x09\xe9\xae\xcb\x59\xfc\x2c\xd8\x20\x7e\x13\x27\x62\xb7\xbc\x45\xa9\xf5\x1a\xc7\xde\x1e\xd3\xb2\x50\xe6\xa4\x24\x11\xa7\x8b\x56\x21\xc3\x3f\x27\xde\x63\xfa\x22\x64\x46\xb8\x9f\x9d\xc3\x43\xc6\x09\x5e\x27\x79\xd9\xea\x20\x4d\xa1\xcb\xe6\x02\x16\xa6\x16\x72\x0d\x64\x00\xe7\x04\x7c\x87\x9c\x2c\xc3\xe5\xe6\xfc\xc4\xeb\x20\x80\x17\xfa\x01\x3f\x59\x97\xb5\x6d\x87\xa0\x07\xa1\xa9\x9f\xb9\xcc\xe9\xa1\xfd\xff\xf7\xb9\x4c\x47\xa6\xa9\xae\x51\x40\xbc\x7b\x0b\xb1\xeb\xce\x6e\x9e\xc2\xf2\xc9\xd2\x01\x94\xb0\x38\xd9\x39\x03\x7b\xd0\x62\x6b\x53\x8e\xdd\x21\x9b\x8a\x17\xe7\x5c\x7a\xb3\x4a\x86\x84\xe8\x14\x99\x81\x46\xe6\xec\x73\x31\x0f\x15\x80\x92\x96\xeb\xdb\xbf\xa8\xa3\x7c\x89\x5f\x58\xd3\xe3\x35\x22\xde\x03\x0b\x9f\x56\x82\xe8\x96\xc2\xb9\x1b\x36\xb6\x9a\x66\xd0\xab\x72\x6c\x33\x25\x29\x9d\x8d\x69\xed\xfb\x19\xee\x2b\xbe\xbd\x30\xc1\xa1\xd4\x7b\x2c\xfa\xd6\x04\x78\xd1\x70\xb9\xc8\xb6\x41\xc6\x36\x39\xc8\x61\x3a\xfc\x75\x50\x9c\x59\x21\xd6\xd6\x24\x96\x78\x66\xca\x33\x3b\x1b\x86\x46\x5d\x49\x26\xad\x26\x2b\xb1\x70\x58\x95\xc5\x01\xe7\xa7\x1f\x25\xfd\xf7\x80\xbf\x81\xb9\x33\x6f\x67\x9c\x6b\xbb\x76\x66\x47\xd6\x8c\xa9\x9e\x3d\x49\x2b\xa3\x0d\x98\x5a\xca\x9d\x12\xe2\x2d\x47\xfb\x42\x6c\xa6\xbf\x2b\xb3\xc6\x2f\xd4\xb0\xed\x47\xf5\x79\x2f\xdf\x4f\xc3\xd5\x04\x89\xb9\xc6\x65\xaf\xd4\x50\x88\x87\x3a\xfc\x65\xe4\x24\x80\x82\x63\xef\x0e\xd5\x42\xc0\xdf\x31\x0b\xa9\xb0\xcb\xfa\x91\x0a\x73\x8b\x39\x19\x1a\x4c\x66\x92\x70\xce\xbe\x89\xf8\xea\xa4\x84\xee\x1c\x38\x55\xf1\x68\x0e\x86\x31\x89\x2a\xfd\x34\x88\x69\x3b\xfe\x7b\x80\x5d\x4f\x02\x8a\x71\x80\xe0\x63\x14\x8e\xf3\x3d\x5e\xb6\x86\xac\x68\x8e\x5e\x97\x7b\x00\x14\xfc\xa5\xc5\xdb\x60\xd0\x71\x50\x2e\x45\xf2\x7c\x4b\xd9\x00\x87\x87\x4c\x85\x4c\x6c\xd2\xed\xd5\x35\x9e\x1c\x31\x8c\x1d\xb9\x69\x6b\x4f\x3a\xf3\x37\x6f\xf9\xb0\xbc\x04\x24\x83\x51\xdf\xdf\x53\xb6\xd0\x7f\x58\xe3\xc9\x4d\x61\x79\x1e\xb8\x37\xc7\x72\x92\xdc\x49\x35\x9f\x3c\x53\xe8\xa4\x6a\xd7\x4d\xa5\x01\xf4\x93\x79\xb9\x93\x7d\x10\x33\xbf\x5d\x02\xed\xea\x26\x41\xac\x3c\xc0\x3a\x7b\x82\x4c\x36\x48\xdd\xf6\x0c\x99\x8b\x18\x35\xf9\x2b\x7e\x98\x70\xea\x0d\x27\x37\x1e\xab\x1d\x64\xb7\x39\x42\xd5\xe0\xfb\xd8\x73\xf0\x64\xb0\xca\x42\x28\x51\xcc\xfd\x9a\xd1\x93\x18\x05\xeb\x6a\xf2\xd6\xeb\x9c\xd4\xc8\xd0\x52\x1f\xc6\x59\xcd\xee\xaf\x16\x8b\xe8\x45\x06\x5e\x79\x21\x0f\x10\x55\xbb\x61\x86\x96\x05\xcf\x40\x2d\xa8\x9b\xd0\x75\x12\x9e\x78\xb3\xee\x32\x05\xf8\xe2\x53\xbb\x96\x86\x53\x58\x70\x64\x4e\x90\xca\x83\xaf\xf6\xad\x24\x5f\xef\x26\xaf\x3e\x55\x5f\x23\x1d\x5f\x9d\x31\xca\xc6\xd8\x51\x24\x72\xf1\xb7\x0e\xcd\x74\x38\x78\x92\x13\x34\x4d\xde\xcf\x54\xe7\xb6\xac\x24\x51\x2a\xec\x36\x2e\x46\xe0\x26\x07\xb2\x81\x78\x35\xe5\x9e\xf6\x13\x13\xdf\x92\xc6\xa4\xca\x95\xbc\x3f\x45\xb5\xec\x9d\xf8\xf3\x33\x75\xe6\xa8\x88\xcd\x81\x17\xd8\x8c\x80\xd9\x76\x09\x47\xd3\x87\x49\x98\x37\x6b\x51\x8c\x0f\x9d\xec\x02\xf3\xb6\x5b\xb3\x53\x6d\x63\xdc\x25\xb4\xc0\x26\xeb\xf5\x50\xb3\x44\x03\xdb\xcc\x82\x82\x18\xea\xfa\xca\x25\xfd\x38\x33\x63\x79\x87\x3a\xef\x01\xdc\xaf\x97\xbd\xc4\xf1\x61\x3e\xc2\x11\xee\x65\x9c\xd2\x95\x32\xf3\x54\x06\x8a\xa8\x70\xcc\x47\x9d\xdd\x2c\xc6\x87\xb2\x2d\xd9\x40\x12\x24\x69\x7a\x3c\x73\xfa\xd8\x45\xc6\xb4\x77\x82\xc4\xb1\x1e\x12\xf8\xd4\xde\x25\x34\xaa\x42\x87\xdd\x1b\x26\xc9\x80\x83\x34\xdc\xa6\x4a\xce\x0f\x4e\x64\x4a\xb0\x1b\xac\xcc\xc5\x74\xc2\x76\x92\xb8\x38\x67\x47\x61\x1a\xc5\x20\x9b\xb3\x68\xa7\x16\xc7\x67\xc0\x99\x17\x34\x98\x7d\x9a\x7d\xf1\x19\x50\x5e\x32\x87\xfb\x6a\x6a\x0e\xc9\x11\xd9\x4b\x82\x6a\x17\x2c\xb4\x14\xf7\xd4\x81\x1f\x25\x0e\x40\x08\x81\x8c\xf0\x1c\xfb\x86\x86\x06\x46\xe1\xa7\xb8\xcb\x0d\x08\x04\x46\xbc\xa4\x53\x6d\xd4\xf5\xc7\x6c\x6e\xf1\x05\x13\x11\xf3\x39\x51\x70\x21\x55\x13\xa1\x19\x13\x9c\x09\x12\xb9\x09\x0a\xe7\xb8\x8a\xc5\xd5\x4b\x30\x24\xec\x82\x42\xb0\xb8\x18\xfe\xbf\x3d\xb3\x10\xb8\x87\x50\x5c\x3f\xd9\x30\xae\x31\xef\x88\x8c\x53\x3b\xb1\x44\x12\x9b\xf9\xb6\xdf\x7b\x31\x39\x4c\x4c\x58\xf4\x2d\xe8\x74\x03\x2c\xa4\x01\x45\x76\x7f\xbd\x97\x8a\x41\x9e\xa8\x6f\x07\x50\xf6\xfc\x44\xfd\x22\x19\xfe\x31\x46\xb7\x1a\x18\xee\x87\x85\x67\x17\x5e\x73\xe1\x24\x7c\xaf\x52\x6b\xa7\x66\xcc\x04\x4a\x9e\xe3\x70\x15\xeb\xa8\x4c\x1b\x01\x4f\xb0\x8f\x39\xfe\x12\x93\x5e\xe6\x70\xc8\x66\xc8\xb5\xca\x57\x77\x93\x3e\x9a\x1c\x82\xdb\x3a\xda\xaa\x7f\x3d\x01\x50\x7f\x37\x22\x46\x72\x16\x9f\xf8\x0c\x4f\x83\x5b\x6b\x7d\x9c\x14\x8f\x34\x14\x3b\xa7\xb5\x6c\xf7\x90\x22\x73\xb0\x31\x3b\x26\x59\x84\xa3\x6f\x2e\x57\x7c\xe9\x6a\xfd\xd6\x8d\x6e\xec\x48\x51\x4b\x2e\x88\x29\xc9\x2e\x80\xa8\x7c\xb2\x0e\x69\xa9\xa1\x5d\xff\x6d\x22\x31\xf0\x84\x01\xab\xbd\x5c\xdc\xfc\x51\x0a\x35\x7f\x3f\xa4\xf2\x54\xc6\xe6\xe4\x3c\xdd\x14\x28\xd6\x14\x72\x59\x73\x34\x13\xa0\x9d\xc8\xd4\xf6\x13\x62\x25\x07\xc1\x23\x06\x68\x23\x11\xa7\x25\x9c\xe2\x95\xdb\x6b\xde\x69\x6f\x6d\x18\x4c\x9d\x43\x87\x08\x4f\x6b\x01\xaf\xde\x17\x1f\xc9\x60\x87\x01\x90\xbd\x22\x6b\x75\x7b\xbb\x69\x62\x81\xef\x9c\xe3\x8f\xfa\x56\xdc\xa6\x09\x3d\x40\xf8\xca\x9b\x55\xd9\xc0\x8e\x87\x31\x98\x3e\xf3\x5c\xb6\xf3\x2e\xdc\x50\x8e\x1d\x4e\xe3\x0a\x51\x27\xc2\xbf\xb6\x51\xc2\xd4\x24\x6b\x18\x94\xef\x2b\x52\x0f\x42\xb9\x31\x37\x9a\x5e\x52\x06\xcc\x28\x3a\xc7\x82\x45\xd8\xe5\x73\xdb\x9e\x0b\x27\x99\x86\x89\x10\x2f\x66\xc0\x71\x30\x06\x14\x92\xcb\xa7\x73\x4e\x1b\xd7\xec\xf6\x11\x49\xe4\x66\xe3\x23\xce\x72\x13\xa7\x45\xc4\xdc\x4a\x53\x45\xe9\x13\xa6\xa0\xe6\x04\x2c\xb7\x9c\x1a\xc9\xa1\x93\xa2\x76\x70\xee\x96\x5d\xf2\x3e\x55\x62\xad\xc1\x93\x5d\xbf\xdc\xb9\x68\xcf\xab\x9b\x29\x87\x65\x18\xe3\x8e\x9d\x5b\xc7\x33\x1f\xf2\x2b\xd6\x78\x39\x47\x6b\xb5\x07\x8b\x2e\x32\xba\xeb\x75\xeb\xd9\x53\xc1\xbc\x67\x91\xe0\xd4\xa9\xd5\x47\xeb\x64\xcc\x6b\xd6\x79\xce\x7c\x99\x03\x5f\xb3\x2b\x4f\xc4\xc5\x00\x92\xec\x39\x48\x52\x86\xd2\xb9\x33\xeb\x77\x94\xd2\xf5\x84\x18\x6f\x90\x09\xd1\xac\x26\x65\x0b\xc0\x0f\xe6\xed\x4a\x20\xe3\x09\x8f\xc3\x4c\x4d\x89\x65\x53\xe7\x14\xe6\x47\x4e\x74\x49\x21\xdd\xb7\x98\x0b\x16\xfc\x4e\x46\x5f\x31\x95\x5e\xf4\xc9\x5f\xe4\x59\x8b\x18\x44\xd5\xb7\xee\x2d\x7a\xe9\x4f\x91\x57\xaa\x9e\x28\x2d\xcf\xa6\x14\xb0\x5d\x8a\x0b\x39\xad\xe9\xdf\x30\xf9\x73\xc5\x88\x96\x8d\x5a\x06\x1e\x0f\xad\x25\xb7\x56\x06\xe0\x14\xb3\xb5\xe2\xa2\x38\xfb\x3d\x0b\x7a\x29\x00\x23\x46\x57\xe6\x40\x65\x0e\x2a\x2f\x62\x14\xaf\x38\xc1\xf9\x79\xc3\xc2\x4d\x49\x19\x53\x51\x21\x46\x10\xe3\xe7\xf6\x46\xc1\x38\xdc\x59\x7d\x83\xa0\xc2\x23\x0b\x2d\x80\x92\x5d\x68\x9e\x8f\xa7\xce\x64\xad\x77\xed\x82\xde\xa9\x85\x6c\xc2\x23\x82\x7d\x6e\x78\x3d\xbf\x96\x26\x31\x91\xe2\xda\x70\xab\x54\xec\xd3\xcf\x4d\x42\x92\xf3\x4a\xa8\xe8\x17\xa1\x97\xfc\xca\xc8\x11\xcb\x6e\xa2\xc3\x36\x52\x81\x9c\xd8\x8f\xc6\x6e\xf5\x5f\x6e\xc8\x68\xb8\x7d\xa4\x9a\x96\x8d\x86\xb5\xce\xd6\xd7\xaa\x15\x0b\x4b\xab\xc6\x29\x05\xf1\x45\xc7\x04\x6c\x98\x5c\x06\x13\xa3\xbd\xea\x21\x30\xbd\x6e\x0e\x67\x4b\xdb\xaa\xf3\xdb\x7e\xaa\xc4\x46\x8b\x00\x61\x21\x71\x36\x1f\x6e\x54\x34\xfd\x49\xa2\x8a\xd4\x4b\xeb\x0d\x4e\xa1\x02\x9b\xd0\x53\x1d\x33\xbd\xb5\xbf\x37\x30\x08\xc7\xe2\xd3\x2f\xdc\x1d\xe4\xbd\xb6\x86\x22\x1c\xce\x5f\xeb\x75\x2e\xc3\x69\x90\x8a\x92\xb9\x5b\x97\xbb\x49\x98\xdc\x86\xe3\xfd\xb7\xb8\xb8\x27\x18\xb6\x86\xda\x95\xed\xf1\xf0\xcd\x78\x6a\x0c\x5b\x6e\x71\x44\x10\xfb\xda\x7a\x16\x81\x8e\x22\x3a\x60\x9f\x4f\x39\xdb\x72\x90\xaa\x69\x4f\x27\x4c\x93\x93\xdc\x9b\x96\xe5\x01\xff\xc4\x35\x59\x45\x56\xb1\xd2\x03\x23\x7f\xcf\xab\xad\x68\x9d\xeb\xc4\x4c\x66\xb2\x6e\xd0\xac\x87\x06\x0d\x03\x1b\xbf\x02\x72\x3d\x57\xba\xd9\xdb\x43\xc0\x9f\x7e\xf7\x3b\xeb\x33\x45\x4e\x53\xd2\x0e\x71\x34\xde\x74\xbc\x53\x7d\xde\x62\x88\x1f\x99\x94\x65\xb2\x7f\xed\x29\x68\x5e\xad\x8d\xdd\x4a\x6f\x4b\x6e\xd1\x82\x5d\x31\xf0\xe6\x96\x9f\x9d\x93\x4c\x6c\xfe\x60\xca\x8d\xfc\x65\x33\x6e\x82\xc0\x14\xda\xbd\x89\xfe\x59\x6f\xac\x66\xca\x76\x33\x95\x74\x33\x8b\x6b\x7a\x7e\x9a\x0d\x10\x88\x3e\xb2\xdd\xa4\xf0\x60\x4d\xde\x7e\xe6\x9e\x01\x09\x0e\xe4\x24\x08\x06\xfc\x6a\x9d\x9d\xa6\x7c\x02\xd6\xd8\xb9\x4b\x97\x69\xed\xa7\xac\xa0\xff\x94\xd2\xd2\x0c\x35\x70\x50\x69\xc4\x6b\x53\xff\xbf\xe0\x73\x8c\x5a\x7a\x9c\x35\x46\x62\x3b\xd0\xbc\xbd\x99\xac\xe3\x74\xcf\xaa\xf7\x24\x99\xcf\xba\x06\x65\xae\xf6\x3f\xd3\x35\xbb\x56\xf7\x85\xd3\x98\xcf\xef\xb6\x12\x66\xcf\x22\x0b\x00\xef\x9c\x89\x68\xd9\x35\x9a\x96\xd1\xef\x4e\xa5\xd2\x2d\x90\x3c\xdd\xeb\xd6\x2e\xc6\xc6\x43\xcc\x49\x23\x63\xe9\x9d\xbd\x33\x52\x4c\x22\x1d\xbc\xdb\x02\x6d\xf8\x2d\x89\x9f\xcc\x2d\x99\xb8\xd2\x79\x37\x65\x93\xfe\xb2\xb3\x0f\x5a\x7a\x03\x51\x62\x6e\x6a\x01\x8c\x00\x52\x3a\xc2\x7a\x1a\xc1\x43\x7e\xa9\x43\xfb\x3c\x30\xe5\x7e\xae\x66\x98\x48\xb4\x35\xd7\xfa\x89\x52\x32\xb9\x11\x0f\xd6\xe4\x0c\x19\x55\x31\xad\x27\x9c\x71\x26\xf4\xaf\x9e\xae\xa3\x75\x2d\xa3\x94\x46\xb9\xc8\x51\xe7\x97\xd4\xa6\x9a\xd5\x59\xbe\xd6\xfc\x7b\x6e\x26\xcf\x4b\xf0\x97\xd6\x46\xec\x32\x11\x9d\xfd\x18\xaf\xb9\x96\xd2\x2c\xcc\xb1\x1f\xc5\x18\x02\x89\x05\x84\xad\xc9\x08\x7a\x7e\x35\xe6\x64\x8e\xb7\xe5\xe8\xeb\x74\x65\xd1\x1c\xc2\x3f\xcb\x45\xc8\x1e\xbb\x3b\x34\x6b\xbe\x9f\x0b\xd3\xb3\xfb\x47\x29\x24\xde\x3c\xb3\x93\x67\xab\xfe\xa9\x72\x3e\x4d\x16\x0a\x56\xbc\x56\x7f\xcf\x02\x5e\x56\x76\xd4\x79\xc5\x16\x8d\x90\x5f\xa4\x6a\x40\xa9\xdd\x9c\x52\xe6\xcf\x22\xea\x23\x96\x4b\x9c\x22\x59\xef\x5a\x7b\x2c\x06\x4c\x49\xb2\xa4\x70\x7d\xed\x7b\xa9\xc7\x37\xb0\x5e\x99\x43\xe2\x62\xc5\xbb\x2e\x18\x57\xb2\xd2\xb4\x69\x9c\xfc\xde\x7f\x63\xf0\xd0\x7b\xe5\x2f\x6d\x1d\x26\x23\xc1\x56\xf0\xb2\x6b\xd8\xb6\x0e\xb9\x5b\x01\xf2\x8b\x55\xfb\x6a\x95\x2c\x7d\x2f\x5e\x50\x73\xae\xde\x1a\x09\xee\xf0\xd3\xcb\xf9\x2f\x4c\x2b\x69\x5b\x4a\x6c\xf7\x22\x79\xb5\x91\xfa\x88\xa1\xc2\xb0\xc8\x2a\xdd\xa7\xbb\x88\xb5\xf7\x2f\x29\x3d\xb3\xd3\x32\xe3\x34\x15\xeb\xfe\xee\x2c\x40\x14\xf6\xe1\x7f\xe9\x98\xfa\x64\x74\x22\x35\x81\x15\x5e\xa8\xbb\xc3\x74\x84\xda\xbd\x65\x46\x1c\xd6\xee\x72\x87\x74\xab\xa5\x23\xa4\x5e\xdf\xfd\x7a\x0e\x4d\x99\x1a\xc0\x6b\xf5\xef\x4c\xa5\x31\x87\xad\xd6\xed\xbb\xdb\x9e\xf9\x4f\x52\x26\x8a\x8c\x61\xec\x61\xe2\x80\x22\x95\x38\xf9\xca\xdb\x54\x2c\x68\xe6\x2b\xd0\xad\xaf\x2a\x63\x7b\x3b\xb1\x47\xa3\x7a\x40\x28\x51\xcd\xfa\x4d\x75\xbf\xaf\x6c\x3d\x22\xfe\x66\xb9\xf8\x38\x9a\x9f\x43\xa3\x7c\x02\x8f\x2a\xd2\x32\xed\xdc\x05\x97\x0f\x66\xed\xf5\x6a\xc2\x93\x56\x49\xf8\xf9\x85\x7a\x71\xe8\xf0\x2e\x37\x07\x52\xdd\xe3\x18\xde\x06\xf3\xbc\xe4\xca\x29\x97\x69\xe5\xcd\x24\x2f\xba\xdc\xaf\x0b\xa0\xf5\x4b\xdf\x0c\xfb\xa3\x4c\xb1\x59\xda\x3c\x0c\x74\xb9\x3f\xda\xe7\x6c\x91\xcf\x78\xac\x50\x03\x37\x13\x72\xab\x17\x5e\x4f\xaf\xe4\x52\xa4\xcd\x0b\xa7\x0a\x9d\x2c\x89\x3d\x7c\xcb\x18\x22\x0e\x71\xc2\x3e\x0d\xf2\xe8\x5a\x68\xc9\x94\x34\xb7\x6a\x59\xa5\xed\x0e\x88\x83\xe6\x29\x3f\xbe\x5a\x78\x70\xe4\xb8\x7a\x01\xa7\x46\xda\xc1\xbe\x69\x25\x2b\xaf\x0e\x59\x1f\x1a\x88\xf9\x80\x52\x58\x73\x0b\x7a\x9e\x6b\xaf\xd6\x87\x9c\x6a\x92\x75\x85\x17\xb9\x7c\xde\x82\x32\xef\x07\x1b\x20\x10\xe4\xf8\x03\x9f\x17\x76\x31\xc0\x0d\x46\xdb\x44\xd0\x1b\x3e\xb6\x38\x82\xea\x76\x7b\x0e\x22\x7f\xbf\xb9\xec\x1a\x27\xc5\xef\x05\x02\xf9\xf0\xe6\xb6\x48\x8e\xe9\xad\x3c\x71\x94\xd4\xfa\x90\x6e\x8a\x9f\xb6\x2f\x13\xa9\xf0\xff\x8d\x43\x37\xb5\x5c\xc6\xd9\xd8\x04\xf1\x1c\x9b\xe9\xd6\xee\x5c\x8e\x29\x84\xbf\x84\x89\xdd\xac\x11\x37\x5f\xb6\xf8\x32\xaf\xdb\xe2\x89\xbc\x57\x3e\x22\xfd\x96\x48\x66\xab\xb0\xad\x22\x36\x1a\xf6\xf5\xce\x9f\xa6\x16\x3a\x26\xa3\x79\xd5\x3e\xd6\x2e\x5c\x5e\xb3\xc5\x43\x80\x13\xe9\xcd\x26\x15\xa4\xfb\xbd\xdd\x90\x80\x47\x49\x85\x31\x7d\x59\x59\x1d\xd9\x54\xc6\xf4\x36\x6f\xa2\xc6\x28\x67\xea\xee\x66\x32\x35\x87\x06\xae\xc7\x74\xcc\xfc\x36\x9d\x21\x24\xb6\xb7\x4f\x46\xa0\xf9\xf1\x87\xa9\xb2\x78\xff\x84\xdf\xa4\xe4\x9a\x34\xff\xfd\x7b\x21\x6d\x93\x3a\x8c\x78\xde\x8f\x32\x0a\x19\xa6\xd9\x68\x87\x09\x33\x7e\xd3\x24\x68\xd8\xfe\x82\x05\xfb\xb4\x31\x75\xad\xec\xa5\x59\x99\x13\x2f\xc7\xfc\xa5\x70\xb5\xc5\xfd\xc5\xb2\x97\xbf\x10\x98\x8c\x41\x6f\xb0\x6d\xa9\x4e\x11\x99\x67\xff\xf9\xc9\x3d\x93\xa6\x14\x6e\xee\x42\xdf\x7f\xf2\xd3\x89\xcf\x3c\xe8\x67\x43\x7c\x3c\xc8\xba\x84\xb3\x3b\xb8\x37\xed\x27\xe9\xd8\x4d\xde\x68\xcd\x35\x84\x44\xbd\xf1\x27\x6a\xb6\x34\x14\x13\xf0\x99\x15\xb3\xe8\xde\x01\x6b\xb6\x80\xdd\x2b\xcd\x8a\x0a\x17\xef\x8b\x26\xff\x81\xc2\x1a\x1b\xcc\xff\x13\x41\x84\x2b\xc0\xfd\x0b\xd6\xfc\x38\x3b\xd8\x36\x8a\x9e\x2f\x89\xcd\xda\x43\x71\x8a\xd8\xa4\xba\xbf\x24\x96\x6a\x36\xb2\xc5\xf7\xb6\xd1\x3d\x72\x74\xcb\xec\xd1\xf3\x53\x06\x5d\x1e\xc9\xa5\x78\xcf\xda\x7b\x48\x59\x60\x9b\x91\xed\x15\xb8\x63\xe7\x4d\x1b\x87\x33\x8b\xd2\x2c\x7e\xe5\x3a\x82\x0e\xee\xde\x9a\x4f\x4c\x98\x92\x9e\x99\x18\xa0\x32\xb7\xb6\x24\xc0\x52\x7c\x60\xa9\x79\x07\xa0\x0d\x1c\x80\x7d\x13\x39\xe3\x24\x25\x50\xb9\x8c\xdb\xb1\x90\x2e\x92\x38\x07\xb1\xfc\x80\xf4\x84\x17\x57\x90\xf6\xc3\x2d\xe2\x9f\xa2\x2d\x62\x37\xca\x3e\x04\xad\x8a\x8f\xdf\x6b\xc6\x5e\xda\x70\x2a\x64\xc8\x39\x7d\x51\x09\xbf\xcf\x5c\x3f\x31\xe0\xff\xeb\x41\x82\xa3\xd4\x6f\x04\x78\x68\xc1\xf1\xd8\xf4\x61\x9f\x23\x98\xcf\x15\x8e\x60\xea\x33\x56\x3d\x3c\x08\x20\x60\xb3\xe9\x6a\x18\xd0\xb2\x84\xa3\x7e\xc5\x5f\xad\x36\x41\xd0\xb5\x26\x7e\x97\x8b\xf0\x8a\x54\x8a\x68\xa6\x59\xf5\x12\xd7\x49\xab\xca\x6d\xb3\x82\xc7\x30\x48\x68\xb9\xd8\x64\x2a\xa6\xc9\xe4\xe6\xaa\x15\x4e\xe0\xe7\x5e\x69\xed\x93\x72\xe4\x4d\x2f\x2b\x76\x24\x14\x5f\x5c\x17\x8d\x26\xb7\xe1\x5e\x1c\x8b\x89\x6f\xcd\x39\xf1\xc5\xb0\x69\x6d\x1b\x86\x88\x64\xed\xb2\x91\xa5\x21\x6b\x65\x93\x83\x2f\xc7\x10\xd1\x5f\x10\x82\x2a\x21\x9e\xc5\x48\x7d\x6c\xbf\x5d\x50\xd8\xe1\x6f\xdb\x2c\x4b\xb3\x7d\x96\xac\xf3\xae\x28\x45\x58\xd5\x90\x7b\x59\x80\xfd\xd5\xa0\x14\x7e\x11\xc1\x01\xe7\x02\x05\x6b\xb4\x57\x38\x7c\x02\x20\x4c\x64\xca\x36\x99\x21\x9a\xd8\x29\xe3\xea\x62\x6b\x3a\xf3\x09\x66\x8b\x75\x80\xb7\xce\xd6\xa0\xa8\x06\x63\x8e\xd7\xcf\xf8\x5d\x59\xa5\x43\x94\x82\x16\x87\x33\x71\x2d\xbd\x43\x31\x1d\xde\x14\x71\x25\x58\x13\x6f\x62\x42\x9c\xce\x61\x1a\xe1\x24\xcd\xf2\x82\x14\x52\x46\x39\x4c\x93\x27\xcf\x43\x9c\xff\xec\x70\x22\x81\x63\x67\xd3\x12\xab\x67\x8b\x05\xe7\x2e\x63\x7b\xd4\x32\x99\xd1\x90\x1b\xf8\x62\x52\xfd\x66\xc3\xe1\x23\xeb\xd8\x9b\x65\x90\x36\x4c\x95\x20\x13\x60\x62\x4a\x11\x19\x2f\x5a\x58\xc3\xbe\xcb\x16\x12\x35\x96\xa6\xea\x39\x8d\xda\x62\x50\x5c\x6a\x8c\x1d\x57\x0c\x79\x9b\x65\x4a\xa0\x96\x78\x88\xe1\x9e\xb7\x9d\xa9\x4c\xc0\x45\x31\x0b\x69\x5c\x85\x65\x11\xbb\x77\xce\x33\x3e\x3b\x58\x82\xfb\x69\x67\x27\xf5\x12\x76\x57\xc6\x44\x82\xdf\x2a\xfa\x68\xa3\xc6\x09\x5f\x0e\xb7\x58\x0b\x0e\x52\xe4\xab\x75\xf6\x8f\x1a\x87\x9f\xe6\x4f\xc4\xdf\xb8\xa2\xa9\xa9\x44\x1a\x30\x6b\xcc\xad\x31\x45\x3e\x27\x0e\x2c\x2e\x9c\x3a\xb2\x66\x77\xe3\x89\xa1\xcd\x0d\xa4\x30\xe2\x2e\xa7\x07\x5a\x26\x55\x63\xb0\x1f\xb6\x83\xf9\x95\x4f\xb6\xb0\x75\xee\x58\xf1\xff\x16\x78\x35\x09\xbf\x3d\x48\xf8\x38\x71\xfa\x29\x7f\x8c\xed\x8a\x21\x8e\xc7\x82\xde\x88\x83\x71\x0c\x8e\x23\xa7\x4b\x96\x2d\x39\xb0\x62\xfd\x6d\x85\x45\xe7\xca\x96\xde\xb6\x65\x1e\xe4\xf3\xca\x2f\x30\x2e\xd6\x30\x63\x0f\x52\xfc\xf2\xf9\xd8\x65\xb3\x4c\x37\x1e\x82\x66\x07\x6e\xec\x25\x8a\xa5\xb5\x33\x9b\xe5\x0e\x7f\x7e\x74\x5f\xb7\x63\x58\x1b\xb8\x5d\x36\x4e\x46\xd7\xaa\xfb\x86\xbd\x4d\x7f\x77\x36\x40\xe3\xdf\x9e\xc0\x17\x0a\x80\xe2\x30\xaf\x1b\x76\x70\xce\x39\xa9\xeb\x66\xaf\x18\x5f\x89\x2d\x43\xef\x6d\x27\xd4\xc1\x40\xa4\x7d\xde\x0f\x07\x5d\xe8\x1b\x11\xb1\xc9\x95\xce\xcc\xab\x86\x65\xb1\x78\x63\x2e\x7f\xd5\x85\xa3\xdd\x85\xd3\xdf\x77\xc1\xcc\x82\x31\xdd\xfd\xe1\x53\x59\xf2\xb9\xf5\xe6\x25\x7f\x9e\xeb\x49\x7c\x7b\xbf\xc8\x6e\xbc\x13\xad\xaa\xda\x7d\x24\x02\x4f\xc5\x8a\x70\x5e\xf2\x30\x02\x7b\xf1\x6f\x9e\xda\xf2\x53\x91\x79\xea\x6e\x5b\xc6\x35\x58\xfb\xf2\xa9\x05\xa3\x6b\x9f\x02\x2b\xeb\xc2\xb5\x58\xcc\x20\xa9\x39\x41\x17\x2e\xdc\x6c\xe3\xd3\x66\x3f\x73\x82\xa5\x40\x4b\x04\x7b\x88\x4d\xbb\x33\x9a\xba\x52\xdb\xd8\x33\x79\xed\xe7\x89\x8f\xf2\xf3\xc5\x33\x47\x9d\xf1\xed\xb1\xb0\x1f\x85\xf7\xe2\x0c\x79\x49\xc7\x26\xb2\x99\xa2\x2f\x59\x2a\xde\x7c\xc6\x8f\x5c\x42\xc5\x1c\x0a\xe1\x9b\x02\x04\x31\x6d\x11\x79\x18\x75\xcd\x58\xf3\x74\xef\xcc\x07\xf9\x74\x19\xaf\xac\x0f\x72\xee\x49\x9c\x8b\x92\x92\x83\x81\xc6\xb3\x33\xd8\x31\x77\xbf\x04\xb9\xab\xff\xf9\x87\xd4\x01\x58\x60\x4b\xfe\xd2\xea\xee\x97\xc8\x7c\xb7\xeb\x1b\xad\xf1\x62\xfb\xad\x89\x17\xf2\xe7\xd6\x14\xc0\x30\xde\x3c\xda\xbf\x30\x65\x8f\x79\x4b\x14\xd9\x0f\xee\xf5\xc8\x2c\x5b\x5c\x1a\x5f\x1f\x5b\xec\x36\xda\x71\xba\xeb\xb6\x85\xb3\xb2\xbc\x35\x99\xb3\x34\xc4\x42\xd5\xa5\x96\xe6\x8c\x54\x30\x3b\x01\xc0\xe3\x2c\x77\x74\x48\xab\x16\xea\xa1\x6d\x0d\xec\xe1\xfa\x5e\xd4\x29\x0b\xef\x46\xce\x8f\xc5\x28\x96\x69\xd7\x2a\xf1\xcf\x95\xd6\x10\xe4\xb7\xb9\x6e\xaa\x7f\xac\x13\xac\x57\x88\x60\xde\x70\x02\x47\x6e\xdd\x4b\x75\x77\x8d\xcb\xe1\x32\x85\xbe\x13\x31\xce\xd1\x65\x69\xc3\x00\xf1\xc5\xea\xd2\x42\x1e\xaf\xf1\xc5\x45\x0e\x33\xe8\x33\x00\x5e\x73\x64\x55\x84\xc7\x7f\xd5\x02\xe2\x18\x4a\x0c\x17\xc2\x83\x9c\xd9\xdf\x98\x73\x73\x39\x3f\x0d\xfb\xc3\xf0\x05\xa1\x1f\x57\x89\xe3\x2b\x06\x06\xbd\xc6\xbf\xeb\xbe\x01\xe2\x69\xf0\x95\xe2\x32\x06\xeb\xe1\xc6\x8b\xab\x18\xd0\x87\x67\xa5\x9c\x7c\xce\x11\x2a\x78\xa1\x25\x82\x5d\xb9\xb4\xf8\x53\x80\xb3\xc1\x07\x0a\x69\x1b\x9c\x62\x8c\x1f\x8e\x51\x62\xac\x20\x2e\xde\x72\xad\x9b\x20\x72\xb6\x7e\xb8\x88\xfc\x71\xad\x9a\x4d\xb4\xe1\xee\x57\x0b\xf8\xe2\xf3\x6b\x69\xa0\x84\x6e\x90\x8c\xae\xf5\x98\xac\xad\xd8\x96\xe4\xc5\x56\x8d\x84\x9e\x81\x71\xe5\xd9\x5f\xea\x5b\x5f\x8a\x1b\x6c\x71\xca\xa3\x30\xdd\x77\xfe\x8c\x57\x34\xe7\xcc\xb8\xda\x5f\xe1\x15\xa9\xd5\x0f\x9a\x07\x86\xa3\x6d\xa5\xa7\xe1\x26\x99\x0d\xe3\xa8\x2c\xb2\x18\x4f\x06\x88\xe9\xcb\x79\xc3\xc2\x70\xdd\x50\x5e\x92\xcf\x9e\xfd\x6b\x08\x28\x3f\x3d\x5c\xfd\x3c\x43\xf4\xf9\xf7\x66\x33\x3e\x99\x52\x43\xd3\x6d\x5e\xa4\x10\x17\xd9\xb8\x01\xbe\xf2\xab\xac\x5f\x53\x02\x58\xba\xfc\xdb\x57\xca\x1c\xcf\x0d\x0f\x3b\x48\x25\x35\x40\xd5\xba\x2d\x49\xd9\xa0\x69\x54\xb5\x9f\x48\xf2\x61\xde\xe5\xdf\xf0\x2e\xc7\x52\x68\xbd\x9b\x42\xe6\xcd\x3a\x07\x66\xf9\xc6\x3a\x02\x5e\x61\xe2\xfa\x8d\x9b\x65\xf5\x8e\x80\xfc\x92\x81\x5d\x66\xe5\x32\xb2\x1d\x46\x6c\xaf\x31\x67\xb8\x6b\x79\x82\x95\xde\x6d\xc5\x24\x3c\x1e\xc6\xe2\xea\x05\x01\x12\xf2\x94\x72\xa8\x2f\x8e\x1e\x71\xbe\xa5\xf2\x8f\x16\xad\x64\x92\x73\x48\x73\x3b\xdf\xc1\x34\xa3\xdb\x3e\xaf\x39\x47\x82\x5a\x1f\xa6\xc8\x19\xf6\x05\x3c\x59\x3e\x58\xa2\x90\x27\xab\x1b\xdb\x93\x8b\xbc\xc8\xa5\x15\x1e\xc6\xf0\xbc\x96\xdd\x57\xf7\x6f\xc1\x78\xe5\xd7\x0d\x57\x43\xe3\x38\x6a\x2a\xf6\x34\xbd\xd3\x66\xfd\x35\x5f\x54\x42\x30\x3a\x42\x89\x43\xe7\x43\xdb\x80\xdd\xbc\xb8\x89\xca\xd6\x62\x94\x68\xe8\x92\x4f\x37\x83\xb6\x00\x8c\x0c\x02\xdd\x6d\x12\x92\x01\x09\x6e\x41\xc5\x30\x5a\x3c\xbd\x7a\xe4\xa4\xe3\x46\xc5\x82\x74\xe6\x07\x97\xa6\xb6\x23\x1b\x2d\xd9\x61\xc1\xe0\x58\x31\x2a\x94\xb5\xde\x6b\xc4\xca\xf0\xe4\x87\x14\xdb\xae\x2a\xd3\xfc\x50\xb4\x9b\xf0\x4d\x14\x38\x73\x7b\xd9\xa1\xb9\xe5\x69\xe5\x5f\x35\xd7\x3e\xf2\xf7\x21\xce\xb1\x02\xfb\x65\xf9\xf2\x91\xc3\x5d\x02\x53\xba\x11\x02\x5d\x68\xca\x16\xd0\xdc\x73\xfc\xed\xea\x91\x82\x7e\xde\xf3\x23\xd1\x3e\xbf\x37\xfb\x06\xe3\x41\xad\x3e\x2c\xc0\x78\x4a\xa2\x7c\xe1\xe8\x18\x46\xc7\x6a\x31\xf3\x31\x59\x54\xb5\x30\x36\xf3\x92\x2d\x94\xf7\x47\x2b\xb2\x8c\x98\x13\x61\x89\x85\xa6\xd8\x11\x5e\xa0\x79\xf9\x65\x9b\x83\x8a\x2b\x32\xfd\xbc\x15\x88\x32\x43\x99\x35\x1c\x1c\x48\xf0\xdd\xb6\x8d\x61\xd1\x5c\x6f\x5e\x3b\x5a\x0b\x9f\x13\xf2\x47\xb9\xc3\xc6\x27\x74\x76\xb3\xb6\x59\xce\x5e\x22\x68\x3e\x85\xc8\x58\x6d\x74\x89\x91\x5c\x10\xbe\x60\xcc\x0d\xf5\x06\x8b\xc3\xfc\x7b\xdf\x42\x1c\xbd\xd6\x7c\xac\x73\xca\xbe\xec\x9a\x6c\x9d\x0b\xf3\xa0\x5d\xea\xeb\xee\xd9\xe0\x22\x27\x97\xad\x96\x12\xd3\x8f\xfe\xac\xa9\xd5\x9f\x1a\x80\xda\x81\xc7\x85\xdc\xd0\xe1\x9e\x7c\x56\x97\x76\x5a\x10\x72\x47\xef\xca\x73\x91\x62\xa6\x68\xa7\x33\x7b\x31\x4c\x54\xb1\x44\x50\x14\x55\xb9\x61\xa1\xcd\x94\x87\xb3\xb6\x7d\xdf\x00\x2b\x1b\xef\x41\xf2\x4d\x61\xfd\x76\xe3\x48\x9c\x2a\x73\x59\x94\x9a\x34\x83\x9e\x45\x49\xde\x35\x3d\xc5\x21\xdc\xbe\x29\xb8\xce\xc6\x34\xb6\xcc\x47\x1c\x34\x63\x1a\xbb\x36\x2d\xae\x4e\x54\x3a\x1f\xd6\x7a\x14\x63\x5a\xeb\x7f\x76\xe2\xec\xd9\x04\x5f\x01\xe7\x75\xcf\x0c\x44\x7b\xa8\x75\x01\x7a\x4a\x34\x8f\xbe\x1f\x19\xcf\xca\xc0\xd2\x25\xf3\x3d\x60\xfb\x30\xdd\xfd\x87\x6f\xce\x86\x0b\xaa\xd2\xac\xf4\x7d\x13\xc1\x98\x4c\xdd\xb9\x09\x4b\x68\xd0\x4c\x4d\x95\xdf\x86\x08\xbf\x44\x8a\xf8\x79\x83\xd2\x6d\x11\xe9\x16\x2a\x82\xd7\xae\xc8\x0b\x7e\x5d\x5b\x39\x64\x22\x7b\x80\xe8\x2f\xc4\xd0\xfa\xe6\x33\xf1\x45\x32\x6b\x5a\x17\xe3\x80\xa4\x9b\x27\x17\x4a\x88\x85\x32\x97\xeb\xeb\x76\xfe\x39\xae\x07\x56\x35\x08\x87\x9f\x1d\xc7\x8e\xe5\xfb\xf1\x62\x04\xc5\x73\x92\x35\xc1\x01\x4a\x34\x1c\x16\xb4\x12\x46\xce\x46\x2c\x93\x1d\xb7\xec\x59\xf5\x2b\x38\x59\xd4\x3a\x78\x19\xa1\x99\x5d\xec\xb5\x95\xed\xd4\x4c\xc6\x67\x02\x5f\x79\xee\x02\x9e\x4b\xf6\xaf\x06\x8c\x27\xce\x19\x27\x0b\x7e\xea\xc0\xba\x1d\x9c\xbc\x95\x38\xa3\x23\x0e\x0d\xa4\x43\x65\xd5\xbe\x37\xbc\x76\x8b\x38\xec\xf3\x26\x95\xae\x58\x24\xca\x09\xba\xb4\x31\xcb\x6d\xa1\x69\x2d\x68\xa7\x24\xb0\x2f\xa8\xa5\xbe\x6c\x1b\xf1\x68\x89\x3e\x55\xd7\xed\x18\xdd\xf5\x05\x21\xf0\xfc\x6c\xf9\xca\xb0\x98\x1c\x57\xdb\x34\xf8\xd9\x7b\x62\x8b\xad\x86\x15\x5f\x68\x6f\x21\x2e\x81\xc3\xfe\xbc\x2d\x9a\xf7\xb7\x26\xd6\x0c\xb0\x43\xd7\x8f\xc4\xaa\x83\xe8\x83\x56\x9a\x79\xd9\x64\x41\x8b\x34\x2b\xf2\x3e\x1a\x01\x54\x43\x05\xfd\xdc\x06\xb1\xd7\x91\x09\x06\x03\x3d\x74\xef\x2c\xfe\x42\x7e\xba\xf0\x5c\x5a\x21\xf8\xf9\x4f\x96\xdd\x54\x60\xf8\x69\xaf\xfa\x72\xc9\x08\x29\x84\x75\x21\xbf\xa4\x80\x81\x89\xeb\x09\x97\xe9\x96\xe1\xe8\x66\xd3\x6a\xed\xae\xaa\x9d\xe2\xe4\x0e\x94\x6c\xbd\xe5\x4a\x32\xc9\xf0\x29\x5a\x30\x70\x22\x5d\x40\xa0\x9f\xc8\x5e\xfb\x06\x4e\xf1\x33\x9b\xce\x82\x6a\x37\x11\x1e\xcf\x03\x8b\xa7\x27\x02\xf7\xde\xb1\xed\x14\xc6\xa6\x10\xc3\x0a\x2c\x14\xea\xa9\xfa\x5a\x84\x75\x77\xdf\x11\x07\xc9\xab\xdb\x58\x7f\x2a\xeb\x63\xd1\xfa\xff\x6c\x20\xfa\xfd\x23\xd7\xe0\xae\x35\xac\xb8\x90\xd9\x3d\x34\x06\xc2\x78\xe6\x22\x3f\x99\x99\x85\x50\xaf\xa7\xf7\x61\x17\xd3\xa2\x56\x16\x08\xf6\xe8\x03\x74\xaa\x47\x52\x03\xe1\x9a\x0d\x6e\xf4\x09\x36\x5d\x18\xbe\x9b\x8f\x23\x3b\x3b\xa9\x96\x8a\x6b\x8e\x68\x8a\xe9\xab\x75\xbf\x01\x63\x14\xe2\x2d\x6d\x66\xb9\xbe\xb5\xfc\xf0\xe6\xdb\xa0\x25\xdd\xa2\x31\xce\xd5\xbb\x46\xcd\x72\x4b\xcf\x85\x6e\x42\x57\x57\x3e\x78\x92\x46\x18\xcf\x2f\x97\x95\x85\x8d\xfd\xa6\xce\xb2\x6d\x55\x25\x33\x9e\xef\xc7\xa5\xbe\x82\x52\x4a\xc9\xbd\x23\xe2\x90\x85\x23\xb4\xfa\x10\xb5\xba\xf7\x3e\x4f\xd1\x3c\x15\x37\xd5\x2a\xfd\xd8\xf2\x54\xef\xec\x70\xfe\x62\xcb\x6a\xb1\xf4\x8f\x47\xc5\xe9\xd8\x5b\x99\x1a\xc5\xca\x60\x3b\x70\xf6\xb6\x6b\xb4\xbc\x5a\xe2\xae\x78\xcb\x76\x87\x86\xa8\x4a\x0f\x21\xa4\x14\xf4\xe8\x50\xcc\x1e\xec\x31\xb7\x2b\x26\x7b\x98\xf0\x18\x4c\xe8\xcb\x05\x25\x4d\xdd\x1d\x57\xb1\x49\x67\x7e\xf1\x26\x29\xd0\x2a\x8c\x88\x96\x38\xcd\x77\xcf\x48\x9f\x30\x0f\x87\x32\xc3\xdd\xd2\x9a\x34\x33\xbf\xf3\x07\x1c\x52\x76\xf0\xd4\xf9\x43\x93\xd0\x91\xec\xaa\x15\x27\x75\x6b\x5b\x57\xc6\xd4\xa4\x89\xf0\x00\x29\x60\x7b\x76\x92\xed\x18\x71\x92\x33\x99\x1c\xce\xd2\x12\xf3\x84\xdd\xff\xd2\x03\x5c\x3b\xdf\x32\xeb\x12\xc7\xd7\x38\x31\x64\x86\xcb\xf2\x61\x12\x90\x61\x92\x42\x34\x73\x24\x15\x89\x57\x20\xb7\xb6\x10\xc0\xa0\xc8\x19\xac\x06\x8e\x17\xaa\x98\xd4\x48\x4b\xc1\xa7\xf9\x5a\x0f\xd3\x6c\x82\x3c\x2d\x2b\x2e\x26\xc9\x41\x84\x47\x5e\x98\xd3\x39\x8e\x54\x49\x98\xa8\x67\xb6\xde\x9e\xd1\xe6\x5a\xe9\xe5\xb3\x9e\x1a\x93\x01\x63\x28\xc4\xcf\xf4\x9a\x5e\x89\x0c\xde\x73\xdc\xc7\xa8\x86\xcd\xcb\x4b\xd5\x9c\xe3\x04\xdf\xcd\x12\xd0\xeb\xc1\x6c\x0f\x5a\xdb\x13\xbc\x8e\x6a\xfd\xda\xc1\xb3\x00\xe2\x6b\xdc\x10\xdf\x97\x42\x55\x1a\x96\xda\x3a\xd3\x89\x5d\x06\x2a\x59\x0c\x83\xac\x63\x45\x66\x87\x9f\x7c\xc3\x13\x82\xbc\x9a\x95\x36\x05\x71\x94\xdb\xd3\x23\x7f\x66\x37\x47\x92\xd6\x99\x91\xa9\xaa\x57\xee\xfa\x54\x54\xda\x73\x3c\x5c\xa7\x8f\xb6\x0b\x14\xa3\x31\x6f\x17\xbf\x23\x55\x3a\xde\x43\x8b\x82\x4a\x94\x70\x08\x2d\x26\x6b\x74\x71\x83\xb5\x64\x6e\x35\x9d\x94\x1c\x6e\x2d\xd2\xac\x6e\xc2\xee\xe3\x18\x7e\xd7\xaa\x22\x7a\x40\x5e\x7d\x1f\x55\x34\x67\xed\xca\xcf\xa6\x4f\x72\x5b\xbf\xd1\x06\x0c\xd3\xd9\x9a\xfd\x42\x32\xfb\xd9\x23\xee\x1f\xd6\x14\xad\xb4\x23\x97\xa6\x63\xe1\xdd\x2b\xe8\x39\x14\xa2\x09\xc1\x2b\xe7\xb7\x93\xe9\x50\xb1\x70\xa9\x22\x3e\x2d\x50\x4f\x8b\x41\xbd\x4e\x14\xa9\xea\xd2\xe9\xed\x1e\xc7\x09\x17\x5d\x21\xc3\xde\x5d\x36\x41\x88\x2b\x06\x1b\x5c\xac\x39\x1e\x06\x2f\x02\xf3\x2d\x40\x0c\xb1\xbb\x45\xc7\xdc\xf2\xda\x0a\x59\x8d\x5a\x2e\xa6\x7a\x20\xd4\x8a\xc2\x3e\x26\xa5\x95\x85\x22\x93\xae\x8f\xb0\xde\xf4\xf2\xa1\x14\x1b\x39\x73\x20\xef\x6e\x2c\xa4\x27\xce\xa3\xdf\x6e\x7a\xf9\x1c\xd5\x47\xc8\x20\x36\x5d\x39\x98\xed\xd2\xf4\xcc\x03\x2e\xbb\xa4\x69\x32\x6b\x00\x5b\xae\xd5\xd8\xd5\xde\xf4\xe2\xa4\x62\xab\x15\xfa\x67\x93\x4b\x39\x52\x8a\xcc\x65\x4e\xdc\x9d\xfd\xca\x52\x9a\x0e\xab\xdb\x4a\x0c\xe5\xa6\xc7\xc6\xd1\x43\x2e\xa6\xa3\x04\xbe\x6e\x40\x50\x35\x6e\x92\xc9\x64\x60\x9e\x66\xe5\x0e\xb2\xa7\xc8\xe7\x5f\xa7\xdc\xce\xc1\xd2\x2e\xc3\x53\xb1\x0b\x61\xf3\xd7\xaa\x4d\x83\x31\x70\xca\xa5\xa8\x16\x29\x0a\xd6\x99\xb0\xef\xe5\x07\x62\x2d\x77\x4f\xba\x83\xca\x92\x59\x30\x53\xd6\x81\x51\xdc\x18\xf3\x2e\x2d\xb8\x4a\x44\x19\x65\xcc\xce\xf8\x41\x06\x72\xfc\x89\x3e\xd4\x78\x13\x0f\xd9\x23\x73\xbc\x4a\x36\x02\x63\x4f\x6c\x18\x4f\x8b\x48\x73\x24\x04\x5b\x95\x72\x0d\x90\x1a\x17\x81\xe5\xf6\xd9\xe4\x51\x44\xd8\x5e\x31\x4c\x35\x15\x53\xc7\x10\x85\x91\x92\x23\xa6\x66\x55\x21\x9f\x6d\x7b\xf9\x2a\x8a\xb8\xa2\x9b\x96\xff\x48\x25\xae\x1b\x95\x1e\x2e\x3f\x34\x12\x22\x7a\x25\xed\x0c\xe8\x0c\xbe\xe9\x40\x8b\x21\xca\x66\x07\x99\x44\x8c\xb6\x5a\x6c\x4f\xa3\x5c\xe6\x5c\x2b\x56\x4d\xa9\x16\x24\x0e\x9b\x51\xb3\xda\xcd\xaf\xdb\x5a\xdf\x6b\x5e\xd8\x7f\xb2\xc3\x9d\xe5\x81\x0b\x60\x30\xe1\xf2\xe5\xf5\xa1\x87\xa0\x1c\x92\xda\xb6\xf6\x8e\x48\x50\x98\x2d\xf0\x85\x3b\x3a\x3c\x17\xbc\x12\x43\xa3\xfc\xdd\xdb\x7b\x09\x56\x52\x9c\x3d\x6b\xc2\x54\x2c\xe8\x27\x3c\x62\xac\x26\x2c\x0d\x13\x8c\xe1\xe8\x8e\x98\x4d\x16\x5b\x8e\xd9\x4b\x87\x18\xc2\xdd\x34\xac\xc2\x48\x71\xa5\xc3\xac\x48\xd7\x6a\x46\x64\x48\x10\x71\x0c\x71\x6c\xae\x44\x1c\x20\x44\x63\xe6\x27\xe2\x50\xc1\x74\x87\x60\x82\xd1\xf6\xc0\xa8\x47\x24\x61\x6e\xd3\x5a\x86\x2b\x5a\xed\x8b\x3e\x59\x9a\x6d\xe4\xf6\xff\xb9\x66\x78\xba\x58\xc9\x97\x8c\xfb\x2f\x8e\x48\x4f\x88\x06\xcd\x70\xa8\x6c\x4e\x4e\x07\x16\x38\xf9\xb0\xb1\xa2\x76\x47\xe7\x39\x93\x13\x29\x1b\xb9\xbb\x62\x24\x69\x3d\xac\xa3\xfc\x9d\xd6\xb3\x8e\x2c\xe1\x38\x4a\x29\x61\x88\x28\x65\x5b\x78\xe3\x01\x9d\x60\x7c\x49\xa3\xf1\xfc\x2f\xf6\x41\x6d\x7e\x70\x27\xf6\x87\xd8\xbf\x4b\x42\xfe\xd6\x62\xb9\x17\x16\xc2\x63\x4b\xd6\xbd\x78\x88\x3e\x4b\xd8\x43\x13\x0f\xb1\x9e\xc1\x11\xb5\x97\xb9\x76\xa2\xa8\x9f\x95\xa5\x50\x9a\xbe\x25\x45\x45\xf4\x23\x22\x7e\x9d\x37\x8b\x7e\xcc\xd8\x65\x8c\xfd\x51\xef\x57\x42\x30\x1d\xad\x10\xf8\x35\x3a\x1e\x8c\x2b\xac\xe4\xd8\x4a\xe7\xe8\x7c\x88\xfd\x6e\x34\xc3\x19\x7a\x25\x11\xa7\x79\xa3\x31\xc7\x22\x75\xe9\xef\xd5\xfd\xa1\x50\xc1\x4f\x04\x64\x8f\x2e\x87\x5e\x7e\x8b\xda\xa3\x24\x26\x6e\xff\xe4\x0a\x33\xf6\xc2\x53\xcb\x5a\xdf\x6c\xec\x70\x92\x25\x61\x42\x4f\xac\x3c\xfc\x0c\x8f\xd1\x4f\x04\x2b\xef\xce\x32\xd9\x04\x72\x6b\x14\x8c\x49\x84\x4b\xd5\x22\x15\x77\xb4\xe4\x9c\xdf\xa6\x52\xfe\xd8\x47\x89\xf5\x33\xe1\x8c\x39\xe4\xcf\xa8\xe2\x78\xda\xa8\x92\xcc\xcf\x14\xfd\xd6\x1d\xa9\x29\xc1\xb2\x42\x51\xcf\xff\x1b\xc1\x01\x3b\xfa\x3b\xd6\x55\x18\x46\xd5\x95\xd8\xd8\xb0\xb4\xd3\x24\xe1\x3e\x2e\x8b\xb0\x2d\x57\x58\xe9\xd2\xeb\x3d\x9c\xcb\x22\xdd\x56\xa2\x04\x76\x3f\xa4\x39\xa0\xd0\x4b\x5f\xb6\xf3\xa1\x52\x15\x09\x07\xc4\xac\xc6\xbd\x23\x8b\x69\x01\x5b\xbe\xc1\x95\x1f\xc3\x36\xb1\xfc\x6d\x60\x00\x49\x1a\x21\x94\x6e\x38\xf1\x86\x01\x87\x33\x53\x46\xa5\x8a\x48\xf6\xfc\x29\xf4\xa7\xaa\xf2\x8a\x72\xad\x3f\x2f\x54\x8d\x4d\xed\xa4\x69\x74\xc1\x10\x2f\xba\x83\xde\x0a\x7f\x13\x04\x75\x51\x6a\xba\x1f\xf9\x6a\x95\x7a\xf2\xe1\x01\x19\x55\x4d\xc2\x87\x56\x1f\xd4\xd3\x15\x8c\x3b\x9f\xf7\xb4\x42\xf9\x57\x53\xe8\xf9\xca\x37\xf0\x66\xba\x83\xfa\xdd\x9b\x2e\x12\xea\x0f\x91\x87\x3e\x40\xdc\x8d\x2a\x95\x79\x53\xe9\x97\x5c\xb6\x4a\x35\x61\xd7\xdb\xca\x1a\x00\x7a\xa7\x4d\xb4\x7f\xd2\x0b\xa6\xc0\x82\x89\x88\x9e\xfd\x7d\x2f\x99\x29\xe5\xcb\x0b\x68\xfb\xb9\xb0\xeb\xc5\x73\x36\x10\xea\x10\x4f\x0b\xa6\x74\x54\x26\xaa\x57\xaf\x66\x0e\xf0\x9c\x18\xad\x69\xc0\xea\x75\xce\xed\x2e\xf7\xa6\x04\x31\x95\x2c\x57\x2b\xbe\xbe\xde\x63\x87\x17\xe5\xc6\x3c\x59\xf1\xf4\x15\xb5\x52\xb9\xb1\x7e\x56\x68\x76\xff\xbd\x97\x1f\x89\xa9\x63\x7a\xc3\x1f\x2f\x52\x27\xd5\xab\xe9\xbc\xf9\xf8\x92\x46\x39\xf1\xb9\xfc\x0c\x98\xd7\x78\x53\xd0\x3c\x44\xcd\xb1\x03\xe6\xc0\x81\x7e\x9e\xe1\xff\x89\xfe\x3d\x31\xe0\x56\xc0\x68\x7d\xa3\xf9\x9d\x14\x57\xe4\x3c\x57\x26\x5b\x85\xd6\xb3\xcc\x15\x3e\x8e\x4a\xb8\x94\xd2\xa7\x66\x28\x05\x1a\xa8\x0b\xa2\x4c\x27\xe1\x6b\xbe\x28\x85\xaa\xc2\x70\x7a\x52\x11\xcc\xc0\x93\x66\x89\x06\xe8\xf8\x38\x22\x5a\x44\xc4\x03\xc4\xf1\xcf\x90\x61\xbc\x97\x54\xd8\x55\xd2\x0b\x24\x82\xa9\x1a\x7e\x50\x7d\x90\x99\xa4\x2d\xfd\xc1\xdb\xd1\x57\x2b\x08\x3d\x93\x59\xd9\x43\x85\x29\x39\xfb\xc1\xed\xec\xa5\x50\x6b\x3c\x77\x55\x73\x7e\x2e\x57\xf2\xb4\x74\xa7\x4a\x72\x61\x9e\xab\x4b\x62\x5d\xe9\xe7\xea\x25\x2a\x81\xaa\x36\x72\x8b\x8e\x55\x25\xbd\xc7\x0d\x16\x94\xcf\x0f\x56\x4b\x5e\x7e\xad\x74\x83\xfb\x1f\xfc\xdc\x56\x09\xe7\x9d\x1e\x5b\xc5\x8f\x69\x95\x60\x4b\xed\x5d\x06\x3c\x9a\x63\xd2\x5c\x14\x8f\x43\x6b\x19\x75\xea\x5f\x68\x9e\x6b\x4a\xad\x39\x0d\x85\x08\xa4\x26\x08\x85\x7a\x6d\x2d\xda\x83\x0a\x3e\xc6\x2b\x4d\x91\x12\x79\xa5\xff\x21\x1f\x3d\x18\xf7\x4c\xfa\x40\x2f\x9d\x1c\x5f\x35\xc7\x7f\x47\xb6\xe3\xc4\x27\xac\x44\xb5\x69\x6f\x29\x82\xc2\xb0\xb7\x40\x6d\x30\x5a\xbd\x84\xa1\x14\xea\x95\x3a\x23\xf4\xd0\x9d\x6f\xd0\x32\xc8\x47\xaa\x7a\xf9\x72\x47\x28\x27\xcc\xb9\xf8\xf0\x58\x28\xb1\xa4\x6f\x2a\x91\x3f\xb7\x4d\xc7\x02\x49\xcd\xa1\xcb\x60\xea\x58\xe1\x56\x3c\x08\x47\x28\x37\xbe\xab\x7e\xe8\x9b\x7b\x6b\x50\xac\xb7\xe1\xdd\xa3\xa6\xd1\x1f\xbe\x93\xbf\x78\xa2\x28\x35\x5f\xfa\xbe\x34\xc4\xb7\x4a\x7a\x5e\xa6\x89\x36\x54\xc7\xa4\x21\xf6\xc4\x35\x54\x41\xce\x11\xfc\x6c\xd6\x58\x54\x29\x4e\x74\x30\x66\x6a\x6d\xe0\x38\x33\xd4\x2a\x2e\x4a\x4f\x2b\x22\x73\x62\xba\x63\x8c\xd6\x89\x56\x8c\x40\x77\xc9\x16\xd9\x9c\xf4\x16\x51\xdf\xf3\xfb\xae\xf0\x7a\xd7\x47\x9b\x00\x98\x77\x39\x73\x95\xb0\xa0\xbd\xe4\x4c\x7c\xd3\x9a\xb3\x51\x99\x2b\x82\x92\x81\x55\x43\x2e\x07\xcc\x19\xf4\xbf\x5a\x03\x9f\x58\x59\x81\xd3\xc8\xe2\x39\x9a\x5a\xe7\x32\xc3\x6d\xd4\x83\x3e\x18\x9d\x5e\x44\xc4\xb5\x96\x7e\x03\x0a\x7a\x8b\x4e\x8b\xc1\x02\x85\x37\xa7\x44\x32\xd3\x49\xde\x13\xde\x15\x76\x8a\x43\xd4\xcd\xcf\xda\xa2\xe1\xfe\x98\xcd\xba\x78\xf7\xf8\x43\x93\xa6\x20\xdf\xb9\x5a\xb5\x23\xcc\x7f\x51\x86\x51\xd7\xba\x11\xb5\x6b\x03\x70\xe2\xea\xc0\x5c\xde\x2a\x15\xa9\x4d\xdb\xea\x78\x61\x0b\xe0\xfb\x32\x64\x5d\x92\xc5\x27\x3e\xbc\xb0\x13\xd8\xc0\x48\xc6\xa4\xa7\x69\x66\xe0\x51\xf0\x42\x69\xe4\x99\xa1\x10\x23\x85\x47\x95\x11\xb2\xb7\xd4\xa5\x71\xa5\x03\x8f\x3a\x35\xe7\x25\xcd\x91\x5e\x30\x04\xb0\xfc\x1b\x4e\x9e\xe1\x77\x7a\x34\x44\x59\x8e\x02\xb4\x0d\x98\x4b\x47\x27\x12\xf4\x46\x08\x16\x18\xa2\x16\x0b\xbf\x3d\x04\x78\x25\xb0\xaa\xc8\x90\xe0\x6c\x1e\x8f\xd8\xd3\xef\xb0\x40\x91\xb4\x06\xcb\xdc\x42\x0b\x75\x0e\xf5\xd7\x65\xc1\x0f\x1d\x6a\xdd\x8c\x0f\xfa\xd7\x00\x11\x0c\x37\xe3\x43\xc7\x5e\xc8\x41\x34\x40\x3d\x28\xbe\x86\xba\x74\xb8\x33\x25\xb5\x95\x9c\x8d\x43\x5c\x20\x3c\x59\x0a\x20\x99\xe8\xe1\x4e\x49\xa3\x79\xa6\x2f\x4e\x29\x88\x86\x32\xde\x06\x50\xb9\xa0\xb3\x13\x15\x8f\xa8\xdb\x53\x1f\xfd\x58\xd0\x7f\x96\xbc\x3f\x41\x1d\x8f\x17\xd8\xb4\x9e\xa9\x3f\x0b\x5a\xd8\x56\x97\xb6\xcf\xf3\xd2\xc1\xf8\x23\xa2\xb0\xe7\x17\xfa\x16\xc9\x9b\x0b\xe2\x67\xe2\x65\x91\x7a\xe2\x05\x2a\xef\x5e\x22\xfa\xa2\x41\xc1\x72\xce\x47\x13\x86\x96\x31\xea\x9a\x69\x39\xc0\xf1\xe5\x05\x50\xa0\x98\xc3\x33\xf1\x4a\xcf\x57\xf4\xeb\x4d\xff\xdb\x69\x97\xf8\xf1\x21\xf9\xe6\xc8\xad\xdd\xc6\xc3\x0d\xb4\x3f\x4c\xb2\x0a\x10\x25\xee\xb5\xc8\x9f\xf7\xd2\xe4\xac\x06\x3d\xf3\xfb\x80\x68\x74\x7c\x20\x0b\xea\x24\x40\xe2\xdf\x1a\xe9\x96\x2f\x9a\x57\xcc\xe5\xa1\x4e\xce\xea\x89\xd6\x34\x7f\x06\xa8\x0b\xa6\x77\xc3\x03\x65\x64\xd1\x1e\xfe\xb6\xac\x93\x7f\x53\xeb\xe9\xea\x57\xab\xd6\x46\xea\x9c\x23\xd4\xf7\x75\xae\x8d\xb7\xc7\x42\xfd\xbc\xa2\x70\x8b\x26\x2d\xf7\xc7\x02\x3a\xeb\x85\x4b\xee\xd2\xb2\x52\x99\x0f\x32\xb2\x2f\x25\x9e\xa4\xcb\xc9\x5f\xa1\x14\xe3\x46\x17\xa4\x82\x34\xe0\xd3\xa6\x03\x8a\x26\xd3\x9a\xd2\x52\xad\x23\x44\x7f\x87\xea\x03\xe4\x2c\x9d\xd6\x31\x91\xc3\x46\x4b\x81\xf5\x9c\x9f\xed\x87\x16\x2b\xca\x54\x79\x09\xd0\xd4\xf0\xbc\xe9\xe8\xc1\x16\x24\x07\x9e\x9b\xe7\xb6\x2d\x50\x22\x31\x81\xe1\x37\x3c\x33\x5f\x29\xfb\x99\xe5\x8a\x42\x5e\x9e\xaf\xdc\xd6\x65\xa3\x37\xac\x6a\xc9\x56\xba\xad\x75\x8b\xec\x4a\x33\x49\xc5\x1a\x86\x8f\xf9\x37\x2d\x2c\x15\x96\xa9\xc6\xd6\x2b\x0f\x0f\x45\xdc\x5a\xb8\xd1\x9b\xd9\x2d\x48\x22\xd7\x90\x04\x03\xf1\x14\xf8\x14\xcf\x51\x94\x02\x6e\x85\x13\x97\x79\x82\x50\x5a\x3b\x41\xa8\x1b\xc5\x37\x35\x57\xd0\x23\x71\x4a\xee\x1a\x78\x65\x2f\xf9\xa9\x70\xe7\xa0\x7e\x22\x23\xf2\x46\x0f\x22\xc6\x0d\x2e\x96\xa1\x2b\xd5\xea\x6c\x4f\x21\x87\xf1\x6b\x9e\xf1\xbf\x60\x9f\x1b\x94\x3e\xb4\x72\x50\x6b\xcf\x20\xfe\xcf\x88\x2c\x27\x35\x72\xd5\x3f\xb3\x2c\x5b\x85\x59\xf8\xad\xb5\xeb\xe5\x3d\x71\x6a\x5f\xe9\x72\x28\xb1\xdb\x26\xb4\x6f\xc8\xa6\x36\xa0\x94\xa2\x2d\x76\xd2\xcc\x3a\x91\x38\xac\x62\xaf\xc4\xb9\xdd\x72\x17\x25\x22\x9f\x99\x8c\x10\xf0\x3a\xd8\x93\x65\xdf\x39\x71\xf8\x35\x7d\x2e\x68\x53\xe0\xc7\x56\xd5\x20\x73\x0f\x72\xb4\x83\x49\x65\xec\x17\xe2\x7d\x17\x7f\x80\xec\x7a\xf5\xb6\xc9\x14\x18\x36\xe9\xf1\x50\x92\x99\xec\x07\x6d\xa9\x3d\x0e\xcf\x1f\x02\x22\x01\x1a\x79\xcc\xe9\xff\xce\xed\xdd\xb7\x6a\x48\xdd\x2a\xcb\x12\xc2\x60\x86\x7b\xcc\xc9\x9b\xbf\xe9\x11\x09\x5d\xc1\x8f\x8e\x92\x3e\xb6\xde\x92\xab\x60\x26\x83\x6d\xcf\x3e\xc3\xce\x7a\x14\x47\x59\xea\xe6\x87\x62\x27\xc5\x16\xa7\xf9\xa0\x8c\x18\x80\x29\x4c\xca\x6b\x97\xf2\x0a\xa5\x0f\x56\x35\x98\x51\xc1\x87\x11\x2a\x1c\xa9\x23\xa4\xc1\x28\xbe\xbd\x63\x58\xc8\xdc\xae\xa7\x09\xf3\x24\x2b\x58\x92\xd4\x0d\xb2\x34\xac\xf5\x39\xe0\x05\xf1\x9b\x7a\xed\xb6\xb1\xba\x3e\xa9\xe0\xc3\x07\x65\xee\xd7\x8b\x5d\x8e\x4f\xad\xd1\x2d\x37\xe9\x53\xd3\xee\x71\x23\xdb\xe3\x5c\x91\xac\xbd\xa3\x16\x5e\xfb\x30\xd7\x97\x0c\xdd\xa3\x84\x7a\x6d\x46\x64\x07\x7d\xde\xe1\x58\x1f\xe4\x88\xaf\xa8\x95\xbc\x70\xd1\xa7\x00\x68\x15\x83\x3a\x38\xfa\x60\xb6\xd6\xac\x4a\x1d\x24\xd1\xfd\xe8\xc0\xef\xe1\xb6\xf3\x3d\xd2\x84\x5b\xf5\xbe\xe7\x87\x22\xf8\xd6\x86\x57\xea\x14\x5a\x54\x48\x7e\x16\x46\x55\xff\x10\x2c\x30\x0d\x8d\xcd\xf6\x6c\x51\x64\xab\x0d\x92\x5c\x6a\xd1\xc0\x01\xb1\xbc\x13\x41\x8c\x7d\xba\xf5\x8c\xad\x57\x56\xbc\xbf\x5c\xa3\x95\x4c\x57\x6d\x9c\x50\xc4\x8b\xa9\x5c\xe0\x0b\xfd\x5d\xa0\x35\x1c\x96\x89\x55\x4f\x6a\x2a\xae\xfb\x36\x74\xe2\x74\xc6\x41\x3b\x36\x4c\xbf\x57\x69\xcc\xcf\x25\x7c\x61\x43\x54\xb5\x90\xf0\xb3\xf1\xcf\xf7\x6a\xdb\x1a\x1c\xba\x87\xde\x69\x85\xea\xac\xe6\xef\xfb\x2b\x11\xed\xa4\x88\xe8\xdd\x77\xec\x5c\x27\x92\x6b\x50\xc8\xcb\x18\x22\x40\x3f\x2e\xbc\xa7\x34\xcf\x6a\xc1\xcf\xd5\x27\x51\xf5\x81\x31\xaf\xc7\x42\x2c\x15\x10\x4e\x86\x47\x82\xfb\x53\x05\x8e\x33\x21\xa3\x45\xbf\x01\xbb\x07\xad\x87\x3e\x06\xf9\xb4\xf2\xb4\x82\xff\x0d\x2b\x1c\x51\x7e\x33\xa1\xb2\x3a\xad\x23\x56\xb9\x84\x12\x3a\xbc\xba\xe2\x0d\x8b\x7b\x45\x7e\xb6\xfe\xec\x4c\x35\x9c\xcb\x2a\xd5\x5f\xd3\xd5\x9a\x8c\xbb\xba\xb5\xba\x3a\x15\xea\x1b\x83\xa4\x1e\x7a\x38\xab\x1c\xa1\x3e\x1a\xec\xe0\x6c\x1e\x90\x7a\xfb\xd0\xe2\x0b\xb9\x03\x95\x04\x76\x7a\xba\xcd\xce\xf5\xc8\x4d\xee\xd3\xa3\xaf\xca\x73\x2c\x80\xba\x42\x45\x38\x96\x26\x55\x32\x56\xbd\x57\x0e\x29\x5d\x77\xa0\xa9\xfb\x59\x28\x40\xd1\x94\xa4\xb9\xcd\x54\x16\xee\x7b\xfa\xee\x41\xce\x8f\x37\xd7\xa7\x42\x4c\xcd\xe5\x74\x6b\xee\x46\x55\xbe\xee\xf2\xf9\xeb\x59\xf0\x84\xf3\x9b\x5e\x38\x99\x17\x96\x99\x17\xc8\xfb\x97\x7a\xeb\xd9\x5f\x42\xfa\xdd\x56\xdb\xc4\x0c\x1a\x9a\xa6\x18\xee\x63\x71\xec\x80\x09\x72\x7f\xcb\x35\xe8\x43\x85\xab\x4c\xbd\xb3\x90\xf3\x99\x63\x3d\xa1\xae\xed\x23\x25\xfb\xba\x0f\x88\x4a\x9b\x2e\x21\x9c\x99\x86\x8a\x87\x1e\xd9\x82\x64\x89\x07\x7c\xe1\x45\xfb\xfe\xe3\xde\xe3\x17\xd8\x1d\x5d\xea\x9b\xea\xf8\x66\x78\xeb\x3f\x0f\xcf\x50\x05\xbe\x28\xca\x30\xad\x55\xe2\x0f\xeb\xeb\x7a\x09\x46\x7a\xc7\x9e\xda\xc9\xd8\x15\x50\x31\xb4\xc6\xb2\x21\xb5\xa9\xed\x6e\xd2\xab\x79\x1e\x61\xd7\xb6\xbe\xdb\x57\x1b\x98\xa2\xc1\x9f\xae\xd5\xf7\x64\x26\x56\x2b\xa7\xc4\xd9\x33\xd8\x6e\x9c\x02\x9f\xea\xd7\xcb\xca\x9a\x08\x4c\xf8\x84\xc8\x52\xf7\xee\xe4\xac\x8e\x77\xc6\xa2\xd9\xa1\x57\x52\x8a\x2a\x72\x93\x18\xb4\x93\x99\x01\xcc\x5a\x24\xb3\xe5\xd4\x0a\x01\x27\x25\xf9\x60\xdf\x6e\x82\x5a\x81\xfd\xd9\xf7\x67\x38\x65\x76\x83\xec\x33\x2f\x48\x3b\x71\x2a\xee\x21\xdd\xbe\x66\xf9\x53\x2d\x4a\xd5\x51\x03\x6d\x96\xed\x80\x7e\x60\x22\x9c\x2b\x3d\x40\x15\xec\x37\x77\x77\x86\x9a\xc7\x3b\x63\x91\x40\x3f\xab\xd7\x22\x9f\x31\x24\x55\xbf\x12\x6d\xd4\x0c\x6d\x4c\x33\xa4\xa1\xe9\x75\x10\xd3\xe8\x48\x38\x4f\xf4\xfc\x0e\x01\xc6\xfd\xfc\xe8\xde\xd6\x2a\x73\xd6\x77\xd9\xd7\x52\x8c\xf3\x93\x5e\x29\xb4\xda\x78\x65\xf8\xd5\x2b\x55\x5f\x8b\x5e\xfc\xca\x3c\xd7\x36\xc1\x14\x5f\xbd\x42\x38\x40\xe6\x95\x39\xbf\xf2\x6e\xbf\xe2\x21\x02\xa5\x7a\x84\x76\x77\xca\xcc\x27\xad\x86\xd3\x8a\x8f\x11\x2d\x34\xc1\x2e\xf6\xee\xe3\x4c\x18\x9d\x10\x8a\x5f\xe2\xa0\x18\x62\xd2\xc4\xb1\xcf\xfb\x2e\x99\x1c\x48\x12\x52\xad\xce\xfa\x01\x4a\x81\x16\x03\x0a\x2b\x2f\xb5\x2c\x8b\x4d\x07\xaa\xf2\x92\x4e\x94\xfc\x50\x38\x8f\xd4\xeb\xa0\xe0\xde\x1d\x28\xf5\xba\x7e\x8c\xd5\x14\xa1\x82\x74\xd7\x17\xd0\x17\xae\xbf\x32\xfb\x66\x60\x02\x2d\x17\x2d\xd2\x7c\xa0\xeb\xd5\x03\x9c\x78\x51\x99\x98\x35\x42\x32\x80\xc7\xbe\x92\x61\x99\x3a\x57\x55\x1b\xd0\xc2\x4a\xae\xe9\xc3\xea\x04\xf3\x47\x5b\xbf\xd5\x17\x6e\xaf\x58\x26\xb2\x7c\x07\xda\x01\x85\x14\x78\x95\x7d\xaa\x5b\x97\x25\xf1\xb3\x93\x2a\xae\x49\x33\x7e\x99\x43\x9f\x1f\xcf\x2a\x9d\xf8\x37\xcd\xc4\x4c\x0a\x67\x05\xb3\xc2\x82\xef\x15\xb8\x5d\xa5\x39\xdd\x4c\x41\x72\x78\x13\xea\xa9\xe6\xd3\x46\x1d\x16\xbc\x1b\x62\x9f\xa2\xc4\xb2\x6a\x64\xcf\x14\x78\x56\x9d\x9f\x5a\xc2\xd8\x0c\x1e\x71\x60\xb3\xe5\xae\x0f\x63\x05\xb0\x4f\x56\x4e\x32\x9a\x94\xf5\x82\xb6\x0f\xac\x2b\x28\xa3\xd6\xff\x40\x51\x65\x5a\x32\x72\x86\x2c\xe5\xba\xfd\xa9\x25\x02\x2a\x98\x4f\x89\x09\x6f\x75\x56\xd0\x48\x3a\xe1\x66\x3d\xe0\xd0\xc0\x6d\x46\x0f\xac\x07\x85\x87\xe3\xb5\x8b\x34\xa1\x5a\xd8\xb5\xdd\x02\x79\x4f\x0c\x4f\xfa\x6b\xa7\x87\x35\x2b\x15\xd0\x05\x54\x4b\xb5\xd8\xd4\x3e\x5f\xf5\xe2\xe0\x97\xc9\x82\x8a\xf2\xaa\x00\xfe\xfd\x3a\x7a\x30\x6d\xd4\x55\x7e\x20\x72\xfd\xab\x6c\xd6\x15\x54\x8b\x36\x0c\xce\x90\xd8\x4e\xa8\x18\xf0\x7c\x1a\xa5\x78\xf7\xa1\xa7\x37\xd6\x4a\x61\x3e\xae\x28\x06\xd4\xdf\xad\xd4\x1d\x3a\x57\x15\xc9\xd5\xb0\xa7\x8d\xb5\x07\x03\x3c\x91\x83\xf3\xeb\x70\x6f\x57\xa9\x13\x59\xed\x05\x6d\x2b\x2c\x7b\xfa\xeb\xb9\x21\x5d\x0c\xa9\x30\xe7\xb0\x88\x34\x9a\x92\x8a\x78\x4b\xe4\x8e\xd4\xb9\x87\xd2\x17\x5b\xf6\x88\x98\x1f\x2c\x33\x52\x4b\x9e\xe9\x7b\x87\x9f\xb4\xe8\x06\x05\xe6\x48\x64\xa3\x6a\x8e\x1f\xdd\xeb\xe9\x47\xd2\xd1\xe5\xc6\x4b\xbd\x19\xb2\x58\x51\x82\xe3\x6b\xd8\xa4\xa0\x34\xd5\x90\x14\x0e\xe2\xb4\x83\x9b\xd3\x50\x9f\x3a\x67\xb0\x9b\xcc\x67\xc8\x1d\xf5\xc9\x77\xf4\x52\x6c\xc9\xca\x78\x4d\x7f\xe9\xaa\x1a\xfb\xec\x27\x5e\x84\xd2\xa4\xd9\x17\x67\x4a\xc0\xf4\x1f\xf4\xa0\x97\x0f\x2b\x39\x87\x5e\x3c\xcc\x11\x0b\xfd\xb1\x60\xb5\xf5\x54\x25\x93\xd2\x33\xf6\x60\xb4\xc0\x6a\xcc\x20\x95\x3c\x07\x88\x64\x69\x76\xf4\x1e\x2f\xc8\xc3\x07\xf1\xa0\xe6\xab\x7d\xb3\xda\xec\x50\x42\x91\x2a\x36\x61\xe1\x28\xe0\x4b\xe6\xfe\xb2\xd5\x31\x89\xcb\xaa\xa4\x2a\xf5\x8e\x7d\xb3\xf2\x8b\x78\xe8\xf2\x2d\xf3\xb9\xb1\x50\xf3\xf6\x99\xb6\x9c\xd7\x7a\xbc\xed\xcb\x95\x0c\x99\xba\x33\xf3\x4a\xea\x6b\xe7\xb2\x22\x74\x25\x75\xf1\x3b\x30\xbe\x5c\xd3\x0f\xe0\xfd\x9d\xe2\xd2\xab\x93\x79\xba\xb7\xdf\x60\xff\x5e\xd4\x59\x39\x4b\xbf\x1c\x9d\x88\xdb\xcd\xd5\xac\x01\x23\xd0\xfc\xa0\x3e\x1b\xeb\xf5\x1f\x8d\x75\xcd\x27\x75\xe9\x4e\x77\xe6\xea\x5c\x47\x67\x4b\x95\x7b\x9d\xad\xa0\xe4\xef\xcb\xc5\xbf\xb3\x6a\xbe\x3a\x47\x5d\x72\x4a\x9f\x65\xab\x7c\x6f\xae\x2a\x2a\xf0\xa1\x9d\x9d\x1f\xef\x0c\xb6\x22\x6b\xe4\xf9\x1f\x56\x4b\x32\xbb\xee\x7d\xe1\xd4\x64\x11\xde\x8c\xb7\x5a\xd5\x85\xa8\x43\x9a\x49\xfd\x24\x63\xd5\xe3\xe7\xec\xd8\x31\x99\x1a\x5a\x19\x86\xb3\x9c\xd4\x87\xd9\xa9\x97\xdf\x2b\xb5\x1b\xa1\xe6\x67\x89\x7d\xd7\x4b\xc4\x3d\x92\x11\x63\xbc\x5a\x27\x89\x4b\x40\x5c\x08\xe4\x09\x9e\xe2\x33\xdb\x71\xe8\x39\xf6\x46\x5f\x43\x74\x10\xb6\xa3\x73\xed\x26\x1b\x90\x6b\xf2\xb3\x32\x69\x1e\x88\xab\x5a\x33\xb0\x1e\xcb\xed\x7b\x99\xfa\x50\x60\x0a\xec\x73\x80\x11\x35\x08\x90\xca\x1d\x97\x16\x28\x9a\x90\xa0\xd9\x5a\x1a\xa4\x14\x0e\x40\xfc\x75\x7b\x76\x58\x59\x0b\x2b\x54\xe2\x22\xfb\xd3\x0c\x40\x52\xf8\x51\xfc\x89\x93\x1d\x61\x7a\x13\x70\x35\x55\x43\x50\x4c\xab\x8a\xc0\x95\x15\xc7\xb4\x98\x10\xd9\xa7\xc4\xdf\xbf\x43\xc0\xbf\x95\x9e\x75\xb0\x43\xae\xd7\x09\x16\xc8\x02\xf6\xd2\xe0\xb7\xfe\xca\x1c\x31\x89\x5b\x18\x05\x38\x8f\x02\x11\x94\x3f\x93\x60\x80\x39\x52\x47\x23\xb0\x20\xce\x3e\x81\xbf\x5f\x9a\x3b\x13\x3e\x65\xc7\x1c\xc6\x7c\x66\x3f\xe5\x8e\x43\x6f\x37\xdb\xe4\xba\x3e\x3c\x0d\x02\x0e\x2f\x09\xa4\x40\xc6\x5c\xe2\xd0\x73\xd8\x0f\x1d\x64\x48\xe6\x6c\xac\x5e\x04\x2e\x26\xa9\x60\x9e\x29\xd6\xca\x21\x2e\x1c\x49\xb5\xe5\x78\x31\x3a\xfc\x19\xb8\xa0\x16\xe3\xaf\x99\x47\xf4\xfa\xbd\x53\xd7\x2b\x6b\x83\x65\xfe\x87\x4f\xc5\x49\x18\xe5\x80\xc3\x40\x18\x1e\xa4\x1a\xa6\xd1\xa2\x2a\x5c\xd6\x14\x53\xd6\x2c\x22\xdc\xc4\xcc\x49\x8d\xbd\x56\x67\x0e\x5d\x3f\x20\x2a\x29\xe2\x28\x2e\x2d\x13\x53\xc4\x22\xe0\xdd\x46\xcd\x33\xc9\x72\x5e\x81\xc9\xa1\x50\xc2\xf5\xdc\x19\x47\xc4\xbc\xe6\xea\x8d\x26\x4a\xc8\xff\xf2\xb9\x5c\x38\x90\xd4\x69\x9f\x2d\xe4\xc1\xe0\x98\x60\x23\xf5\xee\x6c\xa3\x15\x87\x93\x70\xd1\xe9\x5e\x7a\x8f\x71\x30\x39\xa9\xf2\x28\x9a\x5e\xe3\x24\xa3\xcc\x83\x1c\x91\x67\xa3\x21\x31\xdd\x66\x1e\xe4\x6d\x46\x01\x26\x8c\x8c\x59\x7b\xbe\xf7\x20\xe2\x15\xa1\x8c\xe0\x81\xd6\xfd\x4f\x5b\x2d\xce\x97\x9c\x2b\xfd\xf3\x4f\x9f\x06\x8d\xd7\xe6\xf2\x0f\xa3\x8e\x98\xe6\x4b\x9d\x3f\xf4\xd1\x54\x37\xaa\xdc\x7d\xd0\xfa\x74\x5c\x7c\xfe\xee\x60\x88\xa9\x92\x6a\x84\xc7\x0a\x9f\x3d\xa6\xae\x88\x89\x3b\xee\xbb\xf6\x12\x37\x7c\x7b\x91\x99\x97\x52\xce\x29\x47\x3b\xb7\x4a\x56\x84\xbd\x1d\x68\x98\x0f\xdb\x42\x84\xed\xf4\x8e\xc9\x27\x51\x9b\x49\xc6\x0f\x25\x47\x80\xbd\x9b\x0c\x00\x02\x73\xf5\x4d\xf0\xe9\x21\x80\x09\x7c\x66\x6f\x20\x98\xfa\x0d\xee\x8b\x95\x04\x93\x5f\x74\x85\x2a\x20\xd2\xa6\xb9\xb3\x42\x1a\x91\x3d\x11\x27\xbd\x41\x78\x18\x9a\x00\xd7\x17\x72\xb8\x71\xbc\x92\xfe\x11\x03\x3c\x10\x52\x49\xa8\x12\xbe\x05\x63\xf1\x9c\x8b\x9f\xc6\x5c\xc7\xb9\xc1\x44\x61\xb1\x0b\x09\x53\x9c\xe8\xc3\x60\x23\x9c\xd7\xcd\x28\x29\x39\x14\x5c\xec\x9b\xe5\x99\x2f\x11\x96\xd6\x2c\x23\x28\xb0\xc6\xe9\xfe\x17\x02\x8f\x54\x3b\x06\x63\xa5\x18\xd0\x3a\xf6\x39\x07\xa5\x45\xc1\x3d\xf0\xc7\xff\xd9\xfe\xb4\x8f\xee\x8e\xd3\xbc\x57\x5c\xa3\x7d\x95\x82\x44\xb9\x9a\x6a\xb5\xb8\x5b\x2f\xcb\x84\x90\xfc\x4a\x3c\x81\x49\xa8\x2b\xe8\xdb\x04\xf6\x1a\xec\xb1\x6c\x14\xac\x15\xfb\xb7\x5c\x5b\xc8\x6d\x5a\x8c\xb1\x7b\xfb\x93\x57\x72\x87\xd3\xa3\x3f\x4b\x2d\x19\x4a\xfd\xa7\x3a\xb8\x38\x5a\x41\xb8\x87\x23\x42\x0d\xcd\x7c\x71\xa3\x0f\x4c\x38\x51\xba\x51\xfd\x29\xb5\xf9\x1d\xae\x19\xc6\x74\x8d\x7c\x70\x66\x24\x68\x1f\xb9\x36\xde\x31\xb0\x33\x04\x0f\x81\x97\x64\xdf\xee\xf9\x75\xce\x60\xf0\x19\xa9\x6f\xc6\x78\x7c\xa7\x0d\xc3\x05\xf2\xff\xbb\x73\x3c\xfb\x9a\xba\x4d\xc3\x4b\x97\xa3\x1e\xf3\x71\xc0\xfb\xdc\x02\xb8\x5e\x19\x70\x6e\xd2\x8e\xf7\xb8\xe3\x07\xde\xad\x0c\x32\xdb\x75\x92\xd7\x4e\x97\xce\x3f\x12\x43\xe6\xbc\xce\x4d\x8c\xd3\xbf\x74\xee\x10\x28\xa2\xfb\x38\xb5\xde\x8a\x52\xb7\x56\x75\x9f\xcd\x4a\x84\x84\xc0\x57\x3d\x14\x1a\x8b\x05\x09\x03\xba\x7b\x00\xbb\x08\x0a\x3c\x53\x83\xf8\x72\xfc\x68\x85\x11\x59\x0f\x88\x60\xde\x0e\x92\xcf\x2b\x73\xc3\xea\xc0\x82\x0b\xbe\x15\x4e\x8c\x1e\x84\x9f\x5c\xb2\x61\x7b\xc2\xf0\xe6\x3b\x4c\xdd\x8e\x3b\x8f\xee\x70\x12\x0e\x77\x0e\x48\x5b\xe0\x9a\x60\x8d\x91\xb2\x99\xa2\xc5\x71\xc8\x49\x8d\x67\xf8\x65\xce\xc6\xf4\xed\xea\x44\xfa\x7a\xd0\x4d\x96\x2a\x69\xde\xe0\x88\x97\x76\x6c\xb9\xe4\x14\xbb\x7e\x96\x2d\xb3\x90\xba\xe5\x14\x4b\x48\xae\x27\x14\x38\x6b\x0c\xb0\x7d\xad\x09\xf2\xa5\xdd\x99\xe5\x73\x72\xc7\x00\x5f\x70\x50\xff\xd5\x92\xa6\xe6\x17\x65\xc9\x48\xbc\xff\xf5\x13\xb7\xc2\x14\x9b\x70\xd2\xd3\x67\x64\xab\xb4\x34\x65\x6a\xda\xb5\x4c\xa9\xbc\x4a\x1a\x8b\x93\x51\xb4\x78\x79\xab\x07\xc6\x52\x64\xc2\x88\xa6\xf7\x84\xa9\x9a\x11\x9d\x35\xcf\x57\x57\x08\xd4\xe5\x90\x6b\x61\x57\xad\xe8\xd8\x7b\x98\x75\x96\x30\x59\xc7\xce\xe4\xbe\x15\xb1\xa0\x75\x8e\x19\xa7\xc7\x9d\xcc\xf9\x02\xe7\x55\x16\x8f\x9a\xa5\xab\xc8\xca\x7b\xcc\xb1\x2c\x3c\x6f\x78\x49\x06\x10\x56\x8f\x31\xf9\x99\x6b\x14\x2a\xd4\xd5\x26\x19\xa8\xae\xed\x8a\x49\x43\xe3\x74\x17\x4e\xf6\x66\x25\x65\x8e\xb0\xfa\xd2\xdc\x00\x45\xd2\xb6\xe1\x44\x8d\x60\x9b\x4a\xfb\x9a\xc1\x54\x71\x18\xda\xdb\x77\x3d\xe3\x2a\x09\x14\xc3\x38\xb3\x83\x86\x75\x07\xd3\x5f\x3d\x1e\xd3\x9f\xab\x67\x3f\xe4\xda\x5f\xb8\xec\x94\x89\x3e\x56\x35\xa0\xcb\xee\x19\x90\xfe\x94\xb3\x21\x82\x8e\x2a\xc9\x94\xc8\x7c\x09\xd7\x8e\x8c\x33\x74\xb5\x6a\x4c\x46\x9c\x19\xd3\x7c\xb4\x50\xc1\x70\x64\x2e\x0e\xc9\x98\x58\xd1\x39\xb9\xf1\xe4\x53\x4e\x0f\xa7\xef\x06\x8c\xf3\x4b\x96\xb4\x13\x56\xb4\xcc\xf9\x3a\x95\x1b\x7c\x66\x7b\x49\x89\xfd\xc3\x53\x60\xb0\x37\xb5\x00\xc2\x55\xd1\xe9\x18\x20\xff\x8a\x63\xd5\x55\xc7\x66\x2d\x5b\x21\xf5\x09\x19\x26\x20\x9c\x2e\x93\x1a\x7c\xb3\x49\x11\xf1\x7e\x1c\xe1\x80\xbf\xba\x56\x33\xa9\x2c\xc6\xb1\xdd\x60\x0a\x81\xd1\xec\x39\x58\xe3\x79\xaa\xa3\xad\x8a\xc3\xe9\xed\x55\xc9\x33\xa6\x37\x8f\xda\x49\x10\x08\xe9\xf5\xaa\x05\x66\xb0\xe0\x42\x4e\x8d\x9c\x95\x17\x6c\x24\x05\xc7\xe4\xd0\x06\xb2\x9d\xb0\x31\x2b\xb8\x5c\x24\x0d\x25\x7f\x0e\x7d\x84\x42\x02\x6f\x72\xad\x32\xd2\xeb\xec\x29\xcb\x11\x59\x7f\xe5\xf8\x85\xcb\xaf\xd8\x5a\x00\x6b\xf1\xe1\xa7\x7d\x52\x73\x87\x3f\x0a\x51\x0a\xde\x0c\xca\xf6\x3b\x17\x23\x47\xd8\xfc\xcc\x8c\x2d\x8a\x0f\x10\x27\xc1\x82\x88\xba\x16\x1e\x26\x4f\x98\x25\x1a\x31\x04\xb0\xa5\x98\x2b\x1e\xe2\x96\x5c\x90\x4c\xff\x3e\x27\xab\x1b\x50\x86\x15\x4e\x1c\xf3\x5b\x9f\x50\x47\x65\xb5\x32\x48\xd7\xdd\x23\x77\x9a\xb4\x3f\xe5\x1a\x4d\x9b\x46\xf0\xc4\x70\x9b\xa4\xf8\x0d\x52\x03\x86\x89\x65\xd7\x86\x4d\x26\xf7\x60\x0f\xb9\x24\xcd\x98\x85\x39\x94\xc9\x56\xdc\xbe\x33\x93\x8e\x99\xc9\x25\x1d\xc2\x6f\x8c\xbc\x94\x9a\x1e\x4a\xc3\xb5\x92\x7b\x4d\xb5\x69\x92\x7c\x39\xa5\x20\x23\x26\xda\xd9\x4d\x06\x6b\x93\xb3\xea\xbc\x4c\xaa\x12\xa5\x46\x42\x2c\x4e\x22\x20\xe6\xd9\x1c\x06\x93\x7f\x4d\xac\x9b\xb9\x58\x70\xbc\x0b\xe2\x10\x27\x51\xad\x2c\xa5\x28\xcb\x1c\x0c\xa5\xdb\x2f\xa2\xb0\x54\x7a\x47\x58\xe5\xf6\x07\x19\xb1\xd9\xc2\xd8\x4d\x84\x66\x3a\x05\xbb\x2d\x0a\x70\x9b\xc9\xd0\xc6\x95\xb0\x30\x37\x40\xe3\xfd\x38\xef\x3f\x4e\xef\x4a\xa4\x2f\xfe\xca\xf9\x77\x9c\xb5\x84\xd4\xa5\xe0\x77\x3e\x9b\xa6\x57\xd3\x13\xe7\xe6\xd4\xfe\x40\xe1\x16\xc3\xc3\x21\x3e\x91\x2d\xb9\x6a\xd7\x4d\x22\xad\x90\xd1\x51\xe0\x72\x3b\xa9\x04\xd9\x18\x93\x8f\x79\x76\x25\x90\xb6\xf5\x87\xb9\xb6\x51\x67\xfa\x31\xdf\xd6\xe7\xf7\x13\xe0\x98\x60\x1a\x72\xa3\xf0\xd3\x24\xab\x34\x5b\xe2\x63\xe4\x92\xda\xd2\xe6\x20\x31\x67\x88\xf8\x0f\x7b\x25\xc6\xa7\x93\xba\xe5\x48\x47\xa6\xa1\x13\xff\x9f\xaa\x06\x0c\x32\x5b\xf5\xec\x75\xee\x9b\x75\x82\xf7\x7d\xcf\x38\x7d\x07\x3e\x88\x74\xf7\x7a\x27\x3a\x57\x38\xab\x29\x45\x39\xb6\x39\xea\x33\x01\xca\xa0\x17\xcf\x0b\x31\x1e\xa9\xc3\xb2\xb4\x77\x8b\x4a\xed\xcd\xd9\x86\x87\xa3\x13\x14\xbf\x28\x63\x77\x5d\x8d\xfd\x8e\x94\x29\x6f\xad\x25\x09\xa5\x69\xa0\x1a\x63\xbd\x7a\x48\xff\x4f\xd3\x49\x72\x88\xb0\xb0\x1e\xa6\x64\xbb\xc4\x94\x17\xa6\x28\x6c\x06\x3f\x5d\x8e\x81\xa2\x12\xa1\x60\x17\x78\xf6\x7a\xf3\xe2\xb5\x13\x1a\xcc\x2e\xc3\xcd\x99\xed\x40\xe2\x89\x29\x27\x8b\xdb\x9b\xc0\xc8\xc7\x02\x1b\x73\xf2\xfd\xe4\x7e\xa7\x96\x72\x31\x49\xb1\x8f\x10\x74\xea\xcb\x06\xab\x7b\x17\xc6\xed\x35\x65\x7c\xc1\x37\x99\x9b\xec\x89\xc5\xbf\x5c\x98\x6d\x96\x22\x2b\x85\x78\x56\xb1\xcc\x21\xab\xa6\xa5\xfe\xd1\x60\xeb\x4d\xeb\x20\x0c\x0c\x2e\x26\x8f\x3c\x7e\x3c\xa6\xb9\xd2\xca\x12\xea\xb2\x0c\x36\xce\xfe\x6b\x51\x6c\x95\xba\x42\xf4\x2f\x86\x0c\x96\xa1\x7b\x90\x6b\x73\x9e\xdf\x9a\x19\xc2\xea\x10\xa7\xfc\x22\xa3\xdd\x98\xee\x07\x97\x95\x31\x95\x07\x2c\xbf\xbf\x19\x6b\x19\xe1\xf1\xad\x19\x23\xc8\x85\x1a\x48\xc9\xf9\xc8\x84\x6b\xb1\x81\x9e\x03\xf2\xc6\x28\xa2\x53\xe9\x24\x6b\x5c\xa8\xdf\x33\xe1\x24\x4b\x68\xd8\xb4\x05\x44\xed\x25\x95\x01\xf4\x73\xf0\x14\xcc\x65\xbd\xe0\xdd\xdb\xb4\x44\x54\xac\xb6\xa1\xf5\x09\x4b\x7b\xfb\x76\x92\xf3\xd9\x72\xfe\x59\x2f\xf6\xf2\x7c\x4c\x9f\x33\x39\x30\xca\x40\x6e\x90\x36\x12\x13\x4a\x22\xdc\x5e\x93\x62\x01\x9e\x10\xcf\xdb\x52\x42\x25\xb4\xa5\x8d\xd0\x4e\xaa\xe5\x41\x25\x8b\x6d\x7f\xcb\x8d\x81\x92\x86\x1c\x75\x8d\xa5\x3e\xb7\x54\x32\x9c\xa0\x75\x9b\xf8\xcf\x71\xa4\x43\x21\x56\xaa\x58\xf6\xee\xed\xac\x7c\x5c\x43\x39\x7d\x8c\xf5\x61\xe0\x23\xa3\xd3\x06\xe6\x1d\x44\xd3\x84\xb6\xdc\x6c\x31\xbd\x6c\x76\xe8\x7d\xca\xf4\x84\x6a\xbd\x57\xd8\x12\x5e\x85\x44\x6b\xf8\x1f\x4c\xd8\xb1\x67\x67\xb5\x63\x95\x14\x9e\x25\x13\x21\xcc\xce\xa2\x32\xda\x58\x97\x80\xd7\xb3\x40\xc1\x2c\x2e\xe1\x32\x2a\x97\x01\xa9\x55\x63\xd1\xa4\x40\x3e\xa4\x51\x95\xdb\x68\x1d\xb9\x0e\x48\x36\x69\x3c\x6a\x13\xda\xf4\xc3\x01\x01\x8a\xa3\x05\xd7\x1e\xc1\xb9\x71\xff\xfc\x8a\x27\x0d\x45\xd4\xec\x8c\xcc\xbb\xf3\x41\x8c\xb6\xd4\x4d\x76\x3e\x53\x6d\xec\xf6\xa1\x5c\x6c\x56\xc4\x10\x63\xcf\x5a\x72\x2b\x55\x29\x83\x15\x6b\xa3\x1e\x94\xd3\xfa\x35\x4b\xd1\x17\x3e\x00\x92\xe5\xa9\x1d\x12\x9e\xb4\xa5\x23\x70\xe3\x58\x5d\x36\x06\x1c\xf3\x98\x4a\x9f\x39\xdc\x7a\xb5\xca\x30\xcd\x7b\xaa\x50\x47\x42\xc4\xd8\xd4\x9b\xe3\xa3\xe2\x6c\xa9\x6d\x1d\x73\xa3\x2f\xc4\x28\x4c\x8e\x37\x32\x15\x65\x8e\xbb\xe5\x24\xb1\x5c\xb4\x02\x7c\xbf\xf2\xf9\x23\xbb\x3d\x03\xa4\x73\xfd\xb1\xfb\xd6\xa2\x10\x59\xed\x17\x86\x45\x35\xd6\xa2\x0b\x1b\x19\x0d\x16\x5d\x75\x65\xe5\xe7\x73\x8b\x21\x65\xa3\xd0\xf8\xc7\xa5\x14\x66\x5d\x91\x8b\xf4\x25\x0f\x7a\xe9\x5a\xe8\x7a\x15\x3f\xb7\x2f\xd5\x77\xec\x3f\xe1\x46\x93\x92\x5f\x69\x0b\x13\x63\xc4\x12\x23\x35\x1d\x98\x73\x8d\xdf\x9d\xcc\xe8\x53\xec\xfb\xb4\x7a\x99\xd8\x94\x68\xba\x62\x7b\xd3\x27\x16\xa6\x53\xdf\xee\xcc\xf5\x9b\xb5\x89\x75\x07\xaa\x7f\xb0\xfa\x60\x89\xd4\xf5\xc3\x48\x2d\x4c\x06\x21\x53\x90\xa1\xab\x1d\x84\x7b\xb6\xd3\xe6\x8a\x2c\xa7\x14\xb0\x2f\x2a\x94\x39\x3b\x5a\xd6\x39\x80\x84\x18\x5c\xca\x70\xdd\xec\x6b\xd5\x1c\x1e\xbb\xb1\xb0\x75\x4e\xcd\x1e\x6b\x96\x6c\x7d\x66\x83\xfd\x06\x3b\xe2\xbc\x30\xb5\x16\x0b\xec\x04\xde\x6f\xe1\xb7\xf1\xf9\x08\x0f\x8f\x40\xa6\x8e\x98\x05\x17\x8f\x0c\x42\x4e\x14\x5f\xe1\x63\x4d\x0f\xfa\x3d\xd6\xd2\x47\x1f\xc9\x61\x97\x83\xb8\x58\x63\x5b\xdd\xec\x0a\xa6\x53\xd9\x50\x5c\x36\x63\xb2\x9e\xd9\x26\x1f\x70\xa5\x72\xe6\x89\xb3\x31\x75\xa5\x3a\x63\xc9\x35\x44\xea\xc9\x31\xe8\x25\x13\x51\x39\xde\x62\xa2\xec\x59\xd4\x6d\x05\x9d\xe4\xf0\x21\x4e\x4d\x59\x56\x3f\x32\xd5\x04\x78\xb5\xc6\xcc\xe1\x03\x76\xde\x07\x3d\xcb\x65\x13\x2f\xf9\x6a\xc3\xca\x1f\xa5\xb6\xb1\x7b\xf3\x12\x20\x32\x18\x19\xee\xc7\x5e\x46\xb6\x35\x93\x7e\x30\xb5\x0e\x90\xec\x55\x83\xee\xca\x83\x0d\x03\x9e\x68\x0a\x4a\xa8\xbc\x73\xa1\xb8\x51\xae\xe0\x5a\x07\x4e\xcb\xfd\xa4\xed\xd9\x2f\xec\xf8\x10\xf7\xae\x46\xf5\x34\x2b\x04\xf6\x15\xf7\xfc\x0a\xc1\x6f\x54\x0c\x7a\x49\xeb\x85\x63\x1a\x11\xe0\x46\x38\x6f\xb2\xef\xf2\x67\x8a\xca\xf7\xa1\x4a\x20\x01\x4c\x79\x19\x96\xfb\x89\x4f\x62\x42\xf7\x2d\x2f\xf1\x6b\x94\xea\x69\x0d\x92\x02\xf6\xb9\x0e\x16\xa3\xce\x5a\x8f\x58\xad\x1c\x5b\x5e\x32\xd5\x95\x2f\x5a\xa9\x01\xc8\xa5\x72\xb7\x95\x66\x8b\xbd\x93\x9a\x94\x5b\x48\xf8\x1e\x9d\x19\x3e\x97\x73\x6f\x3e\x6f\xba\x02\x84\xd8\xda\xdd\xa6\x2f\x09\x16\x0b\x51\x43\xfd\x9e\x4b\x8c\x9a\xdb\xd7\x18\xc1\xb2\x6b\xfc\x9d\x37\xcf\x7a\x42\x9d\xde\x18\x99\x22\x6c\xc5\x9e\x69\xe2\x39\x5f\x74\x30\xea\xf2\x93\xad\xbb\x5d\x2c\xb6\x2c\xb4\x8f\xc2\x17\xed\x5c\x41\xeb\x85\xbb\xad\x94\xed\x95\x98\xdf\x94\xec\xba\x19\x66\x80\x05\xb9\x7d\xd2\x4b\x20\x40\xaa\x2d\x2f\x4e\x09\x1c\xfb\x0d\xab\xa6\xf6\x79\x01\xeb\x11\xd7\x8f\xf4\x19\x84\x9e\x37\x4f\x1d\x36\x05\x38\x7b\x56\xf7\xde\x3b\x74\xe3\x7b\xd6\x7b\x06\xcb\xa1\xae\xd4\x41\x6e\x7e\x6c\x68\x64\x19\x20\x85\x8b\x52\x42\x88\x3b\x37\x42\xa5\xda\x9c\xc1\x07\x6e\x1c\xca\x52\x92\x55\x78\x50\xec\x45\x1f\x0d\x91\x68\xa2\x65\x29\x49\xfa\xa8\x10\x5a\xef\xa4\x3a\x29\x4b\x59\x27\x80\xab\x31\xc5\xcc\x1d\x64\x2f\x26\xcf\x89\x10\x53\x43\x99\xfc\x7b\xb2\xe1\xc1\x84\x24\xa4\x40\xb7\xf0\xca\x78\x68\xb2\x6a\x60\x88\x8d\x85\xe4\x16\xfb\x42\xd4\xe1\xd7\x38\x71\xc3\xd4\xcc\xc5\xfe\xf1\x6c\xff\xad\x5b\x85\xa9\x06\x91\x3f\xa3\xdc\x49\xc5\x22\xdf\xa4\x00\xd3\xea\x08\xd9\x7b\xd6\x7b\x93\x2a\xa6\x9f\xb0\x25\xc9\x44\x35\xa8\xb5\xf4\xe7\xbb\x07\xae\xb4\x87\x2e\x3e\x97\x20\x29\x9d\x65\x92\x4e\x39\x28\x28\x0e\x4b\xe0\xd9\xc5\x4c\xeb\xc9\x7d\xba\x32\x58\xc3\xfd\x09\x74\xee\x4c\x20\xaa\x08\x7a\xc9\x2c\x52\xc1\xd8\x12\x90\x44\x5e\x52\x93\x3b\x99\xb3\x65\xbc\x74\x21\x8b\x53\x91\xe4\xfa\x15\x31\xdb\xe1\xbd\xc1\x71\x65\x43\x1e\x3e\xf1\xb7\xc6\x43\x5c\x29\x78\x50\x27\x0a\x7e\xce\x0f\x84\x5b\x7a\x58\x8d\x6f\x47\x74\x56\xea\xf1\xca\x7c\x34\xe0\x64\x5e\x93\x70\xeb\x0a\xb5\x51\x49\x3a\xe0\xa4\x11\x78\x71\xcb\x5e\x1d\x60\xf3\xb4\x42\x0b\xc8\xe2\x1c\x53\x07\xab\xa9\x66\xd3\x2d\xf3\xc2\xd0\x78\x0d\x04\x7e\x53\x1a\xa7\x27\xdc\x93\xb7\x99\xd9\xd3\xac\xfb\xb1\x4f\xcf\x9d\xfa\x9a\xf8\x76\x17\xf6\x9a\x50\xa2\xc6\xa2\xfd\x27\xc2\xaa\xe3\xfd\x85\xf4\xe3\x89\x9b\x90\xfd\x87\x32\x0c\x33\xf4\x35\x12\x62\xbc\x44\x1a\xae\xfd\xc2\xa7\x84\xa6\x55\x6d\x4d\x63\x17\xa5\x1e\x4a\xdf\xfd\x71\x9a\x4e\x9c\x03\x1b\x3e\xca\xd9\x64\xdf\x81\x2f\x43\x2d\x79\xf4\x26\x76\xae\xef\x86\x2a\x9d\x26\x59\xbe\x23\x31\x38\xc8\x32\x7e\xb4\x33\xf9\xbf\x83\x6e\x31\x7b\xc9\x0b\xfe\xad\x94\x60\x27\x00\x62\x4b\x0e\x6e\xa0\x99\xdc\x94\xfe\x83\x4c\x4d\x67\x0e\x4e\xb0\xc4\xcb\x65\x59\x29\xff\x2f\x24\x62\x3a\x2b\xb0\xed\x3a\xa7\xf5\x9d\xae\xff\xd7\xa6\xf7\x39\xfe\x3b\x7c\xa0\x98\x82\x8b\xcc\x4f\xc5\x33\x87\xc4\x11\xdd\xad\xe5\x06\x59\x7a\x7c\xfc\x6d\xb1\x40\x53\x80\xdf\x0c\xe0\x48\x55\x0f\x48\xcb\xa7\x4c\x28\xe2\x11\xbf\x49\xae\x1d\x37\xb8\x44\x44\x8e\xca\xd4\x38\x73\xa9\x62\x2f\xd9\x0b\x47\xcf\x23\x30\x9e\xa6\x65\xbc\xb9\x58\xb9\x17\x45\x8a\x8a\x31\xdc\x86\x04\xb4\x41\xf9\x9b\xe6\x5a\xbe\xdc\x84\x9c\x4d\x33\x15\x8a\x8b\x9d\xd2\x68\x7e\xcc\xbc\xe4\x03\x97\x73\xb2\xac\xaa\x24\x23\xf4\x7c\x74\xa1\xff\xd5\x77\xda\xad\xe3\x39\x70\xf3\x10\xf9\xbf\xa4\x4c\x7c\xe6\xcd\xd8\x09\xa3\x13\x5e\x1b\xea\x1d\x3a\x12\xa1\xd7\x92\x2d\x9c\xa1\xc4\xda\x0b\x5d\x81\xa4\xbe\x35\xa9\x6b\x6f\xd5\x37\x46\x45\xf2\x0c\xec\xc3\x99\x58\xa7\x13\x80\x83\xbe\xe5\xcb\x80\xdd\xd3\x9b\x8c\x80\xc3\x06\x48\x7d\xd7\x1c\xd2\xf1\x9d\x10\xd8\x05\xd4\x1b\x02\x88\xe6\x0d\xdb\xd6\x02\xd6\x63\x12\x02\x31\xa4\x46\x9f\x56\xbc\xf9\x4c\x92\xf3\x85\xd6\x8a\x93\x9c\x21\x03\x11\x83\x1a\x96\xca\x29\x0c\x09\x10\xfe\xf0\xc4\xd9\x07\x00\xb5\x1a\x22\xd5\x22\x1f\x03\x33\x80\xc5\x0f\x08\x4d\xa8\xe2\xd4\x30\x11\xfd\x2a\x54\x9f\x51\x85\x9b\x2c\xd3\x6f\x17\x93\xf6\x0e\x30\x0a\x1c\xbf\x3e\x6f\xea\x12\xf7\x8e\x99\xdc\xb4\xc2\xf6\xe6\x0a\xac\x68\x47\xc6\xea\x01\x36\x66\x99\x53\x17\x60\x35\x6b\x51\x2d\xce\x85\x2c\x32\x5f\x20\xe3\x2a\x43\x30\xac\x25\x29\xf0\x71\x7e\x32\xb2\xdf\x66\x92\x31\x7f\xca\x12\xe2\xc5\x46\x69\x4a\xdb\xaa\xca\x43\x7e\x28\x0a\x4a\xd0\xac\x4f\x5e\x62\xd2\x78\xdb\xc1\x2f\x3a\xd6\xed\xd0\x80\x4a\x28\xff\x45\x48\x03\x9a\xfe\xcc\x5a\x72\x38\x20\x9f\x92\x1e\x59\xb5\xf4\x9e\x0f\xca\x26\xe6\x09\x1c\x52\x93\xa2\x7b\x6a\x7f\x4f\xb5\x9a\x00\xb1\x50\x4e\x31\x25\xcc\x29\xd4\xb8\xf7\x56\x29\xd4\xa5\x01\xe3\x83\x30\x10\xd4\xe4\x5a\x91\xf1\x46\x63\xca\x0a\x71\x6b\xba\xb9\x79\x71\x20\xd4\x49\x5e\x78\xa2\x67\x76\x03\xea\x20\xf5\x02\x0c\x71\xcc\xfa\xce\x77\x64\x53\xaf\x1d\x77\x11\xe8\xfb\x1b\x47\xcc\x03\x5c\x99\xe4\x4e\x7a\x4d\x7d\xe7\xb7\xfe\xda\xb7\xf9\x99\x56\x9c\xf0\x1c\x3d\x6c\x44\xfa\x93\xe6\x24\x92\x6d\x16\xc6\x5c\x93\x5b\x48\x7f\xcf\x9c\x95\x9c\x61\x07\xea\x3d\xe1\xa0\x86\x6d\x93\xb1\x80\x18\xee\x48\xb1\x89\x16\x30\x1d\x3e\x7d\xe6\x59\x8b\xb6\xc3\x95\x56\x88\x3b\x3b\x39\xc4\x71\xe2\x09\xf7\x75\x93\x9e\xe6\xd1\x2e\x00\x4b\xba\x04\xe9\x79\xd2\xa3\xf4\x44\xcb\x69\x51\x67\x96\x26\x9b\x9c\xf0\x5d\xb7\x1d\x5f\xee\xf1\x3b\x5e\x19\xc0\x97\x8f\xf5\x62\xb3\xc5\xa7\x36\x4b\x4d\x6b\x55\x4b\x34\xee\xeb\x9e\x2c\x7d\xf3\xb6\x3e\x0e\x17\xed\x57\x14\xc3\x31\x89\x20\xa4\xd4\x8e\x5f\x38\xc3\x64\x6e\xb8\xa9\x16\xd7\x00\xa2\xfd\x9e\xce\x2a\x40\x56\x80\x18\xce\x42\x64\x7b\xf8\xd8\xb8\x90\xf9\x97\xf2\xef\xb8\xc0\x88\x56\xe0\x17\x32\xa6\x13\x2e\x70\xae\xdc\xe7\x02\xa3\xa8\xf2\x05\x17\x98\xa1\x86\xf9\x08\x7b\x37\xe1\x02\xa3\x36\x33\x1c\x4f\xd3\x6b\x05\x94\xd7\x2f\xd3\x37\xc4\xb8\xc4\x4d\x16\xe9\xb7\x5b\xe2\x3d\xd8\xe5\xed\x45\x2c\x56\xa5\xd9\x00\xd3\xf5\x73\xa9\x98\x62\x03\x7b\x5c\x46\xd6\x1e\xaf\x65\x9a\x0d\x2c\x25\xd3\xfd\x90\x34\x7e\xca\xff\x3f\xf4\x36\x55\x2c\xfb\x0c\x5c\x75\xa8\x45\x69\xf5\x0a\xa0\xb9\x7e\x3e\x01\x17\x48\x0e\x03\xa7\x93\x1f\x88\x36\x4d\xc9\x49\x82\x18\x86\x83\xfc\x9b\x50\xdf\x1a\xa4\xc8\xae\xcc\xc5\x61\x6c\x1d\x72\x82\x9b\xaf\xbc\x09\xe7\x2a\x77\x3c\x36\x04\xee\xec\x88\xd5\x1c\x95\xe6\x34\xd7\xb6\x80\xd5\x61\x52\x4d\xbe\xbc\x97\x86\xd9\x6c\xca\x5f\xb3\x05\x8f\xa0\x7b\xb4\x7e\x43\x26\xf2\xc9\x5b\xfe\x45\x38\x0d\x39\x67\xc4\x56\xdd\x0d\x2d\xeb\xcc\x54\x05\xb0\x71\xbe\xe4\x15\xc9\xa1\x46\x24\x14\x92\x0b\x3a\xa8\xae\x0e\x05\x99\xb8\xbd\x1f\xa9\x8f\xeb\x9d\xb4\x84\x05\x60\x2a\x94\xaf\x56\xd5\x54\xb0\x6b\xb8\xa2\xe9\xf8\x88\xf9\x5b\x72\x59\x2b\x29\xdf\x49\x77\x2d\x94\xf8\x88\x27\x42\x70\x76\xd6\xd1\xf7\x6e\x7a\x6b\xd2\xd2\xcb\x12\x69\xa3\xff\xee\x28\x72\x65\xc0\x9d\x9c\x69\x14\x3b\xb5\xf9\x47\xa3\x40\xca\xa8\x5f\x4e\x46\x31\x15\x5e\xa0\xbe\xa7\x3e\x51\x84\xd9\x6f\xaa\x3f\x80\xdc\x74\xaf\x55\xb9\xd3\x9c\xfa\xfe\xc9\x57\x4a\x84\x38\xec\x94\x64\xf9\xa7\x16\xe3\x9f\x72\xbf\x53\xed\x67\x59\xd0\xae\xfb\x12\xe9\x2d\xb8\xed\x7a\x9b\x51\x86\x15\x8d\xc5\xa6\x1b\xc9\xeb\x77\xcb\x19\x7e\xa4\xa5\x00\xb6\x11\x65\xea\xf5\x35\x07\x5e\x77\x1f\xf8\x65\x93\x66\xa8\x67\x46\x37\x1e\x10\xcb\x5e\xcb\x70\x94\x77\xc5\xb9\xfb\x7d\x4b\xbc\x2c\x22\xce\x56\x6c\xbf\xc2\x61\x09\xce\xd6\xff\x91\x1f\x8a\x2e\x4c\xda\xe3\x17\xa4\x82\xb5\x52\xdc\x4d\x7d\xce\xdd\x46\x33\xd2\x2f\xdc\x82\x4b\x42\x22\x19\x58\x49\xc9\x54\x3f\xdf\xf9\x6f\x4f\xf4\x7f\x6f\x6a\x77\xd4\xea\xb2\x52\xfe\xe0\x46\xaf\x86\xbe\xe4\x78\x21\x5e\x01\x10\x52\x4a\xe9\xf1\x25\xe2\x0e\xd7\xb2\x70\x03\x88\xd4\xfa\x17\xb5\x1f\xa4\x9a\x93\x10\x28\x96\x72\x06\x27\x8a\x49\x47\xbc\x74\x20\x89\xd3\x87\x16\x32\xa0\xec\xce\x9d\x53\x29\xde\x19\x68\x51\xa9\xd7\xaf\xec\x07\x2f\x24\x89\xb8\x62\x26\x01\x4f\xb9\x50\xfb\x0e\xba\xed\xd2\x71\x9c\xed\xf6\x1b\x34\x22\x07\x27\x2f\x19\x9b\x11\xf5\xc3\xa9\xba\x2e\x5b\x89\x1f\x6b\x7b\x86\xee\x8a\x4f\x89\x0d\x19\x43\x87\x6b\x86\xe4\xa6\xac\x41\xf9\x87\x3c\xdd\x0d\x70\x37\x12\xbc\xae\x22\xde\x3e\x18\x60\x2d\x88\x52\x48\xf7\x3d\x02\x10\xb3\x2c\x4f\xca\xfe\x1d\xca\xef\x56\x5b\xf4\xe1\x11\x9a\xe9\x93\xd1\x77\x48\xbc\xba\x1f\x12\xd9\x0e\x5b\x9d\x7c\x02\xd9\x15\xc2\x12\x3c\x2a\x20\x1b\xae\x5f\x74\xa0\x6d\xee\x31\xb8\xa1\xbe\xee\xc6\x63\xf2\xf0\x85\xb7\x1c\x9e\x1e\x06\x0d\xb2\x1b\x4e\x90\xb1\xf3\xdb\x7f\xad\xef\x7b\x7a\x24\x17\x59\x02\xba\x3b\x69\x70\x94\x21\xef\x78\x65\x5c\x7a\xf6\x6b\x37\xb6\x21\xa7\xa2\xaa\xb8\xfb\xbe\xba\x73\xb7\xa5\x2e\xe0\xfa\xce\xcd\xad\xab\xaa\xe3\xc5\xb7\xcd\x9d\x17\xe7\x2a\x06\x01\x75\xfe\x35\x34\x2f\x8f\x55\xf7\x05\x02\xab\xcb\x34\xc6\xd6\x23\x34\xd3\xff\xf3\x40\xea\xc4\x52\xee\x91\xbe\x3e\xbe\xee\x01\x5c\x01\x80\x32\x3d\x4f\xde\x1c\x76\xbf\xe3\x3e\x11\xb9\x96\xb2\x4c\x07\xcc\xa0\xf2\x0c\x1c\x23\x4c\xc8\x33\xb4\x1e\xfa\x0f\xfa\xea\x68\x36\x49\xa2\xbd\x4a\x91\xa5\x48\x6e\x09\x8b\x94\xcb\x1f\xd0\xf4\x1c\x91\xdb\x31\x89\xd8\xf6\xb9\x25\x23\xdc\xc0\x2f\xea\xf9\xf2\x76\x6a\x3d\xe3\x0d\x4b\xd6\xae\x15\x3c\xdd\xdc\x83\xca\xbf\xd2\x83\x33\x7a\xf0\x52\xba\xd7\x83\x85\x13\xa8\x90\x1e\x70\x7a\xb1\xd8\xd9\x70\x28\xc7\xfb\x22\x03\x6c\x26\x92\xe7\x66\x1d\xae\xb8\xb1\xa7\x10\x1a\x57\x8b\xa3\x1d\xb8\x4f\xe6\x64\x34\x75\xfa\x38\x3e\xee\xab\x9c\x30\x8d\xff\xbd\xde\x59\xf8\x83\xde\xb9\x84\xe2\x59\xe8\x08\xb8\xdc\x16\x30\xdc\x2e\xa4\x41\xe5\x61\xe9\x32\xc4\x8e\x5f\x22\x10\xa6\x76\xee\xdd\x8a\x97\x93\xb6\xde\x66\x57\xa7\x7e\xee\x25\xa4\x5f\xba\x00\x04\xab\x4c\x05\xef\x14\x55\xb2\x52\x1e\x4a\xaa\xb5\x8f\x12\x3a\x81\x18\x6c\xab\x08\x68\xa0\x9e\x3f\x1b\xa9\x53\xf9\x4a\x3f\x49\x62\x91\x79\x72\xcf\x4f\x36\xb8\xe1\xfc\x48\x8b\x05\x15\x88\x34\x4c\x78\x0d\x52\xbf\x9c\x27\xf3\x8e\xd1\x70\x8f\x14\x99\xa6\x7e\xaf\xaa\xdd\x9b\xeb\x94\x05\x6f\x75\xd6\xd3\xbc\x7b\xc3\x0f\x1e\xab\x8c\xf8\xa0\x87\xd4\x4a\x0f\x89\x70\xaf\x14\x69\x08\xed\xb3\x0c\xf8\x8d\x4f\x06\x54\x91\xe4\xda\x71\x2a\xca\x3c\x78\xa9\x76\x39\xe4\x68\x7e\xc5\x95\x1c\xb5\xeb\x94\xe2\xb6\x4c\x37\x8b\x27\xc2\x08\xf8\x7d\xba\x73\x9d\xc2\xfe\xd3\xdd\xf7\x95\xe9\x7e\x58\xed\xc2\xea\x4f\xcc\xe8\x9a\xea\x3e\x83\x8c\x0e\xb1\xba\xa5\x4c\xf7\x89\x52\x86\x5a\x56\x9f\xb7\x15\x08\xa3\x96\x7d\x44\x13\x33\x3d\xd2\x02\xb7\x9d\xe1\x34\x7a\xe6\x26\xf3\x71\x19\xe5\x05\x70\x3d\x22\xc7\x34\x91\x5d\xcb\x32\xfe\x8f\xa7\xcb\xf1\xdb\x27\xd4\x29\x35\x2b\xbb\x26\xd8\x68\xe7\xa9\x92\x99\x82\x3a\x4d\x81\xfa\x1d\xdd\xb9\x3e\xc9\x0c\xda\x13\xde\x3c\x9e\x9a\x7a\x95\xc1\xb0\xf4\xd4\x1c\x00\x4a\x1d\x80\x48\x1b\x94\x73\xd7\x3e\xdf\x10\xa9\x16\x46\x7e\x46\x20\xcc\xc3\xe7\x84\x49\x78\xc9\xd7\xfb\x23\xd5\x83\xfb\x5b\xaa\x5d\xd0\x7e\x52\xbf\x1b\x99\xb1\xe9\xeb\xe4\x9b\xa6\x02\x06\x5e\x60\xbe\xd5\xb4\x57\xfb\x84\x21\xc1\xc3\xe8\xe5\xe8\xf3\x77\xc8\x54\x7f\xa0\xe7\xfe\xe7\xa4\xb9\x3c\x63\xfe\x5b\x77\xae\x4f\xb8\x1b\x9e\xf0\xe2\xf9\xc8\x55\x2d\xdc\xba\x00\x7d\x8c\xd0\xc7\xf5\x95\xfb\x58\xb9\xd3\xc7\x6f\x44\x68\x91\xaa\x7c\x42\x41\xf7\xb8\xc1\x67\x34\xb3\xa6\xbe\xa9\xdf\x85\x3b\xd7\x29\x46\x01\x7d\x8e\x4c\x9f\xb9\x1f\x0c\xbf\x78\xb5\x18\x9a\xf0\x2a\x74\x18\xbc\xe4\xda\xa9\x96\xf6\x57\x52\xa9\x22\x99\x83\x8c\x52\x86\x8f\xee\xa3\x40\x3f\x9d\x9a\x3c\xc1\xc4\xf6\xbc\xa7\x0a\x2c\xed\x2e\xc9\x21\x47\x89\xfb\xe2\x85\xb6\xd3\x8b\xf1\xb5\xa9\x83\x2c\xd3\x67\x86\xf8\xda\xb4\xfc\xa0\x95\x83\xb9\x93\x98\x91\xfd\xb3\x64\xd7\x8b\x23\xd4\x53\x35\x47\xcc\xa6\xb7\x95\xe4\x35\xd9\xcb\x03\x02\x07\x9f\x89\x3c\x8e\xf8\xf6\x94\xdb\xcc\x4f\x44\x7f\xd3\xd1\x0b\xfc\x26\x7a\x4b\xd9\xcf\xbc\xa1\x19\xfa\xed\x1b\xa3\x9a\x43\x52\xd7\xe9\xe1\x2c\x0f\x74\x42\x35\x9d\xce\x91\x02\x55\x5b\xce\x77\x1c\x7b\x4d\xe7\xd1\x5c\xb9\xa8\x00\xfb\x31\x6b\xd9\x67\x9b\xfe\x54\x88\xe7\x85\xed\x01\x98\xc0\xb8\xff\x46\xa2\x32\x04\xfe\xd8\xf8\xee\x88\xf0\xe1\xca\xf9\x63\xc0\x11\x18\x43\x89\x7a\xc3\x47\xce\x8a\x80\xec\x0f\x4a\x5c\x58\x5a\xfd\x95\x2c\xdf\x59\x1a\x8a\x21\x8f\x18\x03\x02\x1d\xaf\x2c\x42\x36\x38\x58\x42\xcb\xb9\x54\x7d\x10\x8b\x5d\x32\x90\x8c\xcf\x67\xcc\xcb\x5e\x06\x05\xcd\x06\x94\xaf\xaa\x70\x65\x2d\xe5\x14\x37\x9e\x28\x45\x33\x50\x1e\x58\xe2\x10\x57\x1f\x41\xbe\x73\x54\xdc\x79\xc9\xd5\x70\x3e\x18\x79\x05\x2c\x40\x15\x64\x15\x09\x46\x6b\xd9\x58\x76\x52\x4f\x60\x07\xaa\x83\xa2\xfb\x0b\xe9\xaf\xd2\xf7\xd7\x44\xb4\xee\x41\x01\x4b\xf5\x87\xb1\x4f\x8c\xb5\xd6\x60\xb6\x31\x3e\xe3\x9e\xda\x5a\xee\x70\x3a\xf5\x13\x24\x03\x00\xbc\x16\xdf\xc8\x5a\x77\x40\x3e\xbc\xcd\x9c\xfa\xc2\xdb\xc8\x23\x46\x3e\x9c\x23\x83\x93\x74\xee\xdf\x70\xbc\x93\x65\x78\xb4\xdd\x59\xda\x92\x05\xd3\x34\x14\x6e\x4b\xe6\xdf\x44\x1b\x72\xb6\xd9\x1c\xdf\x90\xf2\x3c\x3c\xa9\x14\x78\xce\x1e\xd3\xf9\x5c\x81\x86\x31\xae\x02\x72\x04\xad\xee\xf0\x09\xa2\xf9\x8a\xc3\xa7\xf7\xb8\xc1\x10\x03\x75\xe6\x97\x00\xef\xd9\xf1\x52\x6e\x29\xca\x47\xcd\x25\x00\x4e\x7c\xbe\xbc\xa0\x80\x1e\xe5\x4b\x52\x04\x46\x57\xbe\x7c\x09\x08\xf8\xee\x15\x38\x34\x11\x5f\x0d\x4d\x1b\x0a\xb2\x0d\x5f\x2e\x06\xbd\xfc\x8b\xf0\x7e\xe9\xf1\x6f\x7a\x3f\xf2\x4a\x6c\x7b\xce\x09\xea\x88\x19\xd7\x5e\x4b\xcb\x8e\x2f\xcf\x18\xc7\xdb\xaa\x99\xa0\x94\x54\x64\xe3\x03\x50\xbc\x9e\x70\x7e\xe7\x50\xfa\xf9\xad\xd6\x70\xf3\x13\x51\x76\x7f\xe8\xf5\x46\xde\xfa\x9e\x0d\x9b\x67\x4a\xd7\x57\x1f\xa7\x0b\xcd\x83\x51\xa2\x73\xe4\xaa\x52\x2b\x39\xaf\x19\x9b\x63\xda\x20\x10\x4d\xff\xac\x28\x3b\xc2\x69\x2f\x61\x26\xb4\x55\x29\xa3\xc4\x7d\xa1\x88\x2d\x72\xac\xdf\xe5\x58\xf5\x1b\x08\x67\x27\x97\xf8\xb5\x96\x1c\x88\x94\x7a\xe9\xd4\xfe\x97\x74\x32\xb2\x11\xd0\x16\x3e\x5a\x42\x38\x85\x09\x7e\xdc\x11\xc2\x97\x92\x85\xf0\xe2\x21\x2b\x84\x1f\x6a\x5f\x09\xe1\x57\xc6\x8c\x21\x29\xfc\xda\xfb\x6b\x31\x7c\xde\xd9\xd6\xf8\x94\xa9\x75\xef\x88\xe1\xfb\x36\x7d\x61\xd5\xfe\x6f\xc4\xf0\x65\x8d\x22\x41\xa6\xfe\xa5\x47\x0a\xaf\xb3\xbc\xf4\x00\x31\x38\xd5\x54\x91\xa8\x8b\x7c\x7a\x7f\x62\xcf\xb6\x55\x8c\xbf\x31\x6a\xef\xfe\xce\xa8\x3d\x04\x77\x1e\x5c\x6a\x26\x66\x09\x3e\x5c\xdd\xe6\xea\x42\xcb\xd0\x50\xc6\x4f\x15\xd6\xba\xb0\x00\xe9\xae\x1f\xac\xae\xa3\x23\x9b\x4b\xef\x0f\x1d\x2f\x5e\x7b\x7f\xd1\xf1\x03\x36\x50\x7f\x7f\xa1\xa7\xc7\x3b\x6e\x77\x4b\xbf\x4d\xc7\x2b\xbc\x74\x56\xcf\x0d\x56\xba\xe9\xf9\xbc\x6d\x7a\x5e\xad\x19\x29\x61\x2a\xd4\xee\xa6\xe7\xa7\x3f\xf6\xbc\xfe\x57\x3d\xbf\x72\xcf\x2f\xdc\xf3\x80\xdb\x3d\xa7\x7a\xde\xba\xed\x39\xef\xfb\xb8\xe7\x85\x78\xce\x73\x35\x56\x72\x88\x1f\x66\x3b\x1e\xfd\xb1\xe3\xb3\xf0\x6f\x3a\x5e\xe1\x8e\x97\xb9\xe3\x25\x6e\xb7\x98\xea\xb8\x5f\xbf\xe9\x38\xa3\x38\xc5\x1d\xaf\xc5\x1d\x5f\xd6\xbf\x9c\xf2\xda\x1f\x7b\xbe\xfe\xab\x9e\xb7\xb8\xe7\x4d\xee\x79\x83\xdb\xad\xa7\x7a\xbe\xbb\xed\xf9\xe7\x53\xbe\xaf\x77\x71\x0a\x4c\xa9\x3a\x44\xa6\xe3\x85\x3f\x76\xfc\xf8\x57\x1d\xf7\xc1\xb5\xfa\x0b\x50\xd6\x78\x7e\x45\xbb\xb3\xab\xdd\xf1\xe0\xb6\xe3\x53\x8e\x9e\x30\x1d\x0f\xb8\xe3\x15\xc7\x88\x7b\x33\xe9\x40\xb8\x9b\xcb\x5f\x60\xb0\x33\xf9\x58\x3e\xe0\xca\x85\x18\xd4\xbf\x26\xee\x35\x9d\x8c\xb8\xc7\x02\x17\x3e\x52\x54\x05\x3d\x8e\x6b\x22\xee\x0d\x8d\x17\x9a\x30\x0b\x37\x18\xde\x78\x43\x66\xae\xfe\x71\x4e\x82\x5f\x2b\x29\x30\xe1\x08\x1f\x39\x22\xd3\x3b\x2e\x03\xe7\x24\x2f\x1c\xe4\x77\x1a\xda\xe7\xfa\x76\x86\xd8\xb2\x5a\x11\xae\x84\x1d\xca\x7d\x4d\x8a\x1f\x5a\xe7\x58\xb5\x9b\x10\x9f\x76\x0b\xe6\xdf\xf0\xd9\x4d\xb7\x38\xe4\xdf\xa3\x53\x37\xbe\x4f\xf9\x9d\x80\xa6\x19\x37\x8c\x8e\x87\xa5\x7b\x43\xb0\x47\x67\x73\x4d\xe3\x14\x53\x58\x08\xaa\xf3\xdc\x5e\x26\xa1\xdf\x6b\x82\x05\x4c\x4e\x24\x6f\xbc\x5c\x77\x5a\x38\x72\x4b\x4e\x15\x91\x69\x77\xe4\xb8\x23\x1c\x00\x6f\xab\xc8\xc2\x81\x54\x1b\x59\xa5\x81\x4f\x73\x0b\x1c\xf3\x85\x85\x56\xe1\x54\x20\x97\x98\xb6\xf1\x06\xf6\xc4\xe7\x2d\x99\x0d\xd5\x41\x16\xe8\x13\xbe\x4b\x35\xba\xcf\xea\x08\x9f\x6b\x1f\xe1\xd9\x2e\x43\x06\xfd\x24\x65\x62\xc6\x2e\x7a\x63\xd6\x2c\xb7\x91\xf1\xde\x27\x3f\x4f\xad\x0d\x10\x49\x92\xfe\x46\x39\x6a\xe7\x25\x72\xec\x0c\x5a\x6a\x75\x8f\x2d\x84\x4a\xc9\xb6\x71\x15\xe7\xdd\xb4\xd1\x4d\x8c\xab\x43\x04\x3f\x34\xe9\x33\x53\x3e\x94\x91\xea\x32\x8e\xa4\xc9\xa3\xf4\xf8\xb0\x7f\xf9\xc2\x56\x3a\x32\xb6\x52\x47\x2c\xdc\xd2\xf7\x33\x70\x34\x9b\x50\xa1\xe0\x8e\x35\xc5\x19\x9c\xb9\xb3\xcf\xb1\xf7\x87\xeb\x9f\x7e\x4d\x48\xea\xda\xae\x22\x60\xf6\x82\x1c\xaa\x23\x2a\xf2\xca\x9a\x0f\xbb\x48\xd5\x4f\x2e\x8f\x36\x2a\xff\x26\xbe\x0d\xe7\x60\x54\x64\xd6\x7a\x17\xea\xdb\x09\xb0\x33\x64\x27\x5a\x4a\xa1\xbe\x95\xf8\x42\xfd\x84\xda\x4d\xdf\x1a\x7c\x61\x41\xfa\x8e\xfa\xc6\xd8\x78\xa4\xbe\xd3\x03\x2b\xbe\x00\xdd\x58\x7d\x3b\xd4\x53\x9d\x37\x52\x7b\xb1\xc0\x91\x80\xf3\x16\xc4\xf6\x2b\xe2\xa2\x86\x1c\x07\x39\x9e\xa7\x07\x7d\x9e\x81\x2a\x83\x0a\x26\x54\x4b\xc3\x05\xf7\xfa\x96\x8f\xa1\x7e\x8f\x41\x5a\xb8\x87\x48\xa3\x7e\xfb\x32\x25\xc6\xeb\x03\xfb\x5d\x1f\x5b\x73\x99\x92\xfa\xf5\x71\xa8\xf5\xb0\xd7\x55\xe3\xee\x87\x2b\x5c\x16\x51\x7f\x38\x50\xbb\xb3\xcc\xc7\xa8\xb8\xd9\x2f\xeb\x03\x8a\x4c\x4c\xe9\x2f\x6b\xee\xff\xa6\xbf\x1c\xa5\xbf\xac\x99\xeb\x42\x0a\xef\x95\x62\x19\x22\x57\xab\x05\x45\xd7\xa9\xd4\xef\xaa\x05\x9c\x59\xb4\x94\x7e\x4b\x4b\xfd\x83\xdf\x7a\x95\x7b\x29\xa1\xbf\x5a\x85\xd0\x5f\xb9\xfe\x33\xa1\x7f\xd3\xfb\x3a\xba\xd6\xa4\xf9\x8f\xd6\x11\xec\xb6\x9b\x08\x42\xee\x96\x7f\xef\xf8\xf7\x3e\x42\x5e\xef\x81\x7f\x1f\x23\xb2\x3f\x8d\x4f\xfc\xfb\x1c\x51\x5e\x83\x66\xde\x4e\x0b\x69\x1a\x01\xc5\x2e\x3c\xf7\xe0\x77\xab\x1c\xbb\xff\xcf\xf1\xf6\x5f\x39\xde\xb6\xf4\xf5\x93\xbc\xef\x7f\x13\xcf\x98\xb0\x5f\x8d\x57\x75\xe3\x85\x73\x6a\x5f\x39\xd1\x8c\xee\x16\xdc\x51\xd2\x2a\x6a\x36\xa3\x71\x84\x72\x3e\x8b\x71\xfa\x9c\x9d\xfc\x1f\xf0\xad\x8d\x58\x8d\x5b\x62\x80\xcf\x04\x2a\x2e\x03\x8b\xc2\x26\xec\xa8\x67\x41\xcf\xc3\x98\xf4\x8e\x7d\x3d\x65\x08\x93\x1e\xf3\xad\xc7\x28\xfe\xe0\xe3\x90\xa1\x67\x7a\x6c\x63\x3d\x36\x21\xb3\xe0\x2e\xb3\x0d\x04\xb6\x59\xfa\xb1\x72\xe7\xb7\xd9\x2e\x6b\xeb\x39\x87\x9f\x1b\x24\xba\xe8\x4a\x1f\xe1\x91\x7b\x47\x19\xad\xba\xac\x8c\x5e\xc0\x85\xa7\x01\xf8\xf7\xf0\xfc\x18\x9b\x45\x85\x57\xa7\x58\x45\xa7\x87\x49\xbf\xd1\x0f\x93\xc2\x26\xfc\xa6\x27\xc4\x73\x4b\x0b\x32\x8a\xa2\x15\x5c\x2f\x47\x7c\xa3\x2b\x10\x47\xb9\x9a\x73\xaf\xe7\xc4\x20\x9d\x13\x22\xca\xc6\x34\xfd\x33\x2c\xed\x33\x61\x5e\xbc\xd4\xf8\x38\xa9\x93\x5a\x29\x46\x0d\xfe\xad\x25\xf8\xa1\x26\x15\x7d\x10\x1f\xa4\x08\xc0\x62\x07\xc5\x06\x0b\xb5\x7d\xcd\xd9\x58\x6a\x1e\xe4\x02\xc2\x8c\xee\x91\x47\xae\xc3\xb1\xed\xfa\x96\x9a\xcb\x79\xe6\xcd\x27\x2d\x3b\x1d\x70\x80\xce\xe4\xb7\xbc\x23\xbc\xb9\xd4\x73\xd9\x76\xae\xa6\x39\x62\xf8\x62\x21\x0b\x7c\x41\xf3\xdb\x17\xa1\x3e\x9e\x48\x94\xd3\x0b\xe4\xed\xe2\x86\xad\x82\x27\xbf\xce\x88\x47\x1e\x95\x29\x78\xd0\xf9\xb9\xe3\x67\xea\x49\xb7\xd5\xef\x06\x5d\x8c\x3c\x23\xe7\x16\xdd\x07\xc8\xb9\x25\xf7\x01\x6b\x57\x74\x1f\xc3\x13\xae\x5c\x14\x2b\x31\xff\x8e\x9c\x5b\xf5\x32\x72\x2e\x6a\x17\x4d\xf1\x91\xfd\x88\x8a\x3a\x6c\x46\xb1\x9c\xdb\xa8\x76\xad\x78\xcb\x20\x09\x76\x7c\x58\x36\x70\x87\xca\x6f\xf5\x0f\x88\x2a\x9b\xfa\x05\x97\x99\x19\x79\x6b\x55\xe3\x15\x33\x4a\x29\xce\x6e\x4d\xaf\x66\xe7\xa5\x00\x51\xa8\x7f\xac\x77\xf3\x9e\x70\x7a\xc0\xfb\x9a\x54\x6a\x14\x84\x32\xbd\xcc\xe9\x30\xa2\x22\x41\xea\xe1\x3a\x27\xce\x36\x3a\xd3\x94\x7a\x0f\x54\x10\xfc\x07\x60\xd5\x87\xa5\x4a\xd7\x0a\x92\x8a\xa4\x09\x92\x0a\x43\xb2\xad\x92\x66\x34\x88\x42\x46\xe0\x0a\x7b\xa8\xc3\x14\x31\x6e\xf9\xf7\xa4\xb2\x9d\xa8\xca\x25\x81\x31\x9d\x20\xb4\x23\xe9\x19\x81\xbf\x70\x88\x23\xbd\xfc\x2d\x55\xad\x13\x53\xc1\x08\x94\xf5\x33\x40\xd7\x77\x17\x27\x15\xd8\x03\x9a\x70\x76\xd2\xdc\x30\x00\xe0\x20\xda\x1f\x2b\x44\x94\x4d\x8f\x08\x38\x7d\x3e\xf1\xef\x3d\xfd\xaf\x76\x0a\x96\xf1\x97\x39\xd9\x3b\x9e\x4e\x7f\xf9\x38\x05\x37\xf5\x37\xf2\xca\x62\xbd\x3d\x25\xa4\xbc\xb9\x15\xc9\x15\xb6\xa2\x4a\xd7\x0a\xd2\xaa\x49\x13\xa4\x55\x0e\x51\x72\xe3\xb1\x80\xe7\x66\xed\xd8\xe2\xb3\x81\x3f\x05\x76\x61\x52\x43\x86\x7a\xd1\xda\xaf\x3b\xe0\xec\x4d\x5a\xdb\xd4\x60\xcf\x1b\x2d\x79\x4e\xc9\x1f\xfc\x43\xe4\xf0\xd0\x90\x5e\x1c\x21\x1c\x1d\x2f\x3a\x3f\xf4\xe3\x4f\xf0\x55\xc0\xa3\xf1\x4b\xe8\x4f\xd5\xa4\x79\xa9\x80\xff\x47\xfa\x77\x5f\xa8\x0f\x34\x72\xe2\xab\xc7\x5d\x47\x1f\x1a\x73\x49\x54\x53\x95\x8d\x2b\x49\x3a\x1b\x19\x6e\xa1\x22\x6c\x77\x74\xe7\x2c\xb9\xa7\xe6\x02\x22\x83\x77\x6d\x22\x3a\xca\x45\xa5\x1c\x26\xf5\x8d\x7a\x44\x67\x8c\x7a\x04\x29\xea\x0e\x79\xbf\x90\xc7\x34\xac\x2b\xec\xec\xb1\x16\x94\x89\xab\x4c\xf4\xba\xf6\x77\xed\xfc\x48\xf4\x16\x44\x1b\xaf\x9a\x76\x54\x47\x40\xcc\x70\x85\x4b\xd9\xfb\x1f\xb4\xc5\x08\xfe\xc1\x09\x64\x89\xa9\x54\x4f\xfa\x5e\x0a\x07\x56\xd9\x2b\x30\x4a\x87\x65\x58\xd7\x27\x85\x26\x92\xe9\xc2\x32\xd2\x1b\xb5\xca\x45\x69\x62\xc5\x90\xc6\xf9\x4e\x12\xa1\xf2\x65\x89\x97\x3d\x17\x22\xd3\xb6\xc6\x05\xa3\xca\xa8\x0f\x74\x95\x2d\xfe\xde\x2c\x02\x50\x64\xa3\xa8\x5b\x76\x7e\x6a\x4d\xcb\xa6\x52\xc3\x0b\x4f\x61\xef\x86\xac\xf5\x6e\xc5\xbe\x54\x95\x76\xe5\x7a\x5b\x9d\xe3\xd7\x9a\x19\xa2\xde\xd3\x7d\xd1\xff\x8d\x78\xd3\xe1\xba\x6d\x4d\x5a\xba\x6b\x0a\x35\x2f\x3c\x66\x9d\x64\xef\xeb\x0b\xe7\xc7\x36\xc4\xa1\xb2\x0b\x53\x6a\x2a\x0e\x0e\xb5\x91\x27\x78\x3b\x5a\x2c\x51\x73\x8c\x1f\x1f\x41\x5a\xf8\x0d\xef\xde\x98\x49\x88\x0d\x53\x12\x5d\x3b\xd0\xd8\xfc\x08\xcf\x56\x69\xcf\x28\x9c\x0f\x04\x84\xa8\x3f\x01\xa9\x69\x8c\xb0\x40\x8a\x8e\x1e\xbf\xe6\x07\xc2\x3d\xb4\x09\xae\xe3\xe5\x67\xde\x15\xe3\x95\xcc\x74\xf4\x5e\x1c\x00\x9d\xc0\xa6\xc7\xfa\x8c\x7f\x89\x0b\xf8\x15\x16\xa0\xb5\x23\xb6\xf5\xa3\xde\x74\xed\x39\x0b\xf8\x9b\xf2\xe7\xce\x79\x57\x38\x2d\xc9\x98\xee\xc3\x62\xc3\xd8\x5b\xfc\x12\x3b\x47\x69\x92\xb1\x89\x23\x75\x65\xcd\x25\x6c\x74\xe3\x6f\xaf\xe2\x6f\xef\xed\x6f\x17\x6a\xe9\x6f\xdf\xf3\x7e\xbf\x88\x95\xf4\xd5\xd7\x03\xfa\xeb\x46\x87\x62\x2f\x1b\x32\x44\xf3\xc3\x2d\xf3\x1e\x0a\xc1\x69\x80\x52\x38\xe0\x7e\x89\xa1\x8d\x0f\xb4\x6a\xce\x8f\x7a\xc8\x67\x57\x66\x01\x88\x3e\xd5\x4a\x7a\x77\xd6\xd8\xf9\xd0\x1a\xf1\xf8\x21\xf3\x8e\xed\x06\x77\xf5\xbb\x66\x77\xdc\x1f\xdb\xd6\x1e\x1b\x17\xd2\x6a\xb1\x25\xdf\xf6\x56\xbb\x7a\xc3\x73\xb7\x87\xed\xcc\x0a\x35\xb1\x1d\xc6\x78\x8d\xc2\x4e\xd5\x88\x39\xec\xed\x1a\x9d\xed\x4f\x16\xd3\x9f\xb4\x9d\xcd\x7a\x69\x4a\x7f\xe8\xfe\xdf\xb6\xa5\x57\xa6\x16\xaf\x4c\x4e\x99\x63\x74\x2a\x94\x80\x0e\x51\xe1\x69\xbc\xd0\x91\xab\x1e\xaf\xd6\x6f\xfd\xdd\x37\x94\x81\x3b\x45\xa9\xcb\xef\xf9\xa1\xf0\xae\xb2\x06\x1e\x71\xb6\x79\x04\x90\xe5\xa6\xbb\x9d\x9e\x3c\xef\xd0\x46\x40\x5c\x6d\xc6\x45\xc6\x23\xb3\x99\x2b\x21\x07\x9e\x98\x5b\x86\x1b\xe5\xd0\x5b\x6a\x81\xce\xbe\x59\xc0\x9c\xb5\x9d\x32\xe5\x99\x06\xc0\x84\xaa\x6c\xb4\xb9\x32\x69\x6d\xf7\x30\xa1\xe5\x1d\xf1\xf6\x9a\x1f\x8a\x5f\xc2\x60\x65\xc4\x43\xd0\xf2\x78\x74\x40\xf1\x0a\xb9\x6f\x27\x8c\x9f\x4a\x6a\xff\xd8\xee\xd8\xc5\x29\x63\x81\xf0\x24\x6b\xe8\xdc\xb8\xf1\x2b\xdf\x17\xde\x6b\x61\x2d\x33\xb3\x65\x8c\x68\x91\x5c\xed\x3c\x34\xe6\x0a\xb7\x67\x7f\xfc\x4d\xb8\xbf\x79\xe6\x2e\xe9\x21\x19\xc2\x2a\x03\x3d\x7f\xdc\x0a\xc9\xfa\x53\x68\xc7\xa6\xbd\x78\xfa\x82\x16\x3c\xc0\x9c\xf8\xd8\xa2\x17\x8b\x64\x5e\x7c\xaa\xec\x49\xd0\xd8\xca\xcc\xd1\xbe\xa6\x35\x76\x1a\xed\x00\x08\x2c\xa3\x23\xe1\x69\xf7\x7f\x44\x51\x2f\xfb\x1c\x99\x4b\x4a\xb7\xd7\xb5\xd2\x1a\x70\x37\x0d\x8d\xf2\xa0\xae\xf4\xd4\x53\x69\x47\xc7\x4c\xe7\x34\x23\x99\x77\x7a\xdd\xa6\xe6\xe8\x4d\xdf\xf7\xc4\x8f\x96\xfc\xec\x81\xbc\x27\x5e\x56\x8a\x67\xe8\xd6\x30\x79\x09\xda\x5f\x49\x6f\x50\x3a\x91\x60\x63\x04\x54\x2e\xa5\xd9\x17\x2e\xe2\x14\x4b\xb0\xbe\xfd\xb5\x6d\xf3\x42\xa5\xaf\xaf\x4f\x6c\xc2\x6c\x41\x43\xfb\x3f\xda\x86\x79\x79\x3a\xdc\xb7\x61\xbe\x88\xa5\x6c\x68\x35\xe5\x63\x18\x22\x5f\x63\x7a\x50\x5a\x55\x7e\x02\xd1\x4e\x77\x94\xf5\xa9\x9e\x00\xe2\x33\x3d\xa0\xbc\xfa\x13\x87\x86\x46\x54\x61\xe6\x09\x5e\x8c\x69\xa0\xf7\x96\x7a\x82\xbe\x3a\xfd\xad\xf5\xfc\xa7\x37\x0c\x70\xdf\xd1\xfc\xe8\xa9\xbe\x47\x6a\x63\x9b\x8a\xa0\x3f\xe1\x13\x2d\x87\xee\xc1\x80\x30\x2d\x51\xfd\x0b\xf5\x04\x93\xcb\x34\xa0\x6a\x19\xea\x09\x42\xfe\x74\xe3\xd0\x07\x21\x0a\x4c\x57\x7c\x73\xc9\xe5\x89\xb5\x1e\xe3\x00\x88\xf2\x35\x20\xb3\xa5\xfa\x91\xa4\xa7\x8d\x17\x33\x86\x65\xf2\x3b\xec\x23\xa1\x08\x4d\x1c\xe2\x9f\xf8\x00\xc0\xcd\x7c\x1f\xd5\x1d\xa1\x04\x2e\x57\x32\x7f\xcf\xee\x18\x40\x50\x9e\x5d\x38\x5c\x83\xd2\x6b\xae\xe3\x1f\x79\x25\xc2\xb1\x13\x35\x6f\xad\x84\x8b\x3e\x57\xec\x5f\xd3\xae\x29\xf4\x7e\x9c\x61\xa8\x9f\x96\x6a\xdd\x38\x96\xe0\x2a\xeb\x35\xa3\xf4\xd5\x20\xc9\x4d\x0a\x7b\x12\x1b\x1b\xf2\x02\x9b\xd3\x34\xaa\xc7\x2a\x99\x12\xaa\x21\xab\xf5\x58\x4f\x7c\x13\xce\x86\xf5\xc4\x42\xce\xcd\x4f\xc4\xb9\xf7\xa8\xd9\x79\x2f\x97\xc3\xc7\x0e\x05\xd7\xfe\x58\x8e\x41\x78\x1c\xa1\x7a\xa6\xee\x91\x23\xd4\xef\x36\x72\x8c\x1d\xa1\x3e\x20\x53\x51\xce\xa8\x63\xc2\x69\xd5\x23\x00\xd7\x48\x7a\x9f\x93\xc5\x7b\x7c\x0a\xa8\x4e\xfc\x8f\x62\xe0\xa2\x06\x0d\x7e\xff\xaa\x07\x28\x37\xdd\xc0\xef\xa7\xc5\x85\x00\x1f\x46\x3e\x65\x91\xab\xef\xcb\x0b\xee\xaf\xf0\xfb\x69\x7d\xa1\xe5\x98\x6c\x2e\xae\x5e\x88\x5f\x66\x9a\x3a\x88\x8a\x73\xf4\xbe\x06\x11\x70\xe8\x1f\x19\x93\xf0\x0c\x2c\x42\x28\x42\x06\x19\xe4\xc1\x20\x41\x28\x36\x48\x4c\xbf\x99\x2b\x26\xf9\x7c\x57\xef\x24\xf9\x7d\x21\xaa\xed\x9c\xe5\xa9\x81\x3c\xed\x33\xd5\xde\x72\x76\xed\x28\xba\x31\xdc\xee\x95\x6a\xad\xe4\x4a\x16\x90\x64\xfc\x75\x58\x06\xdb\x94\xce\x25\xc4\x21\x1f\x72\xb7\xa6\xba\x2f\x6d\x7c\x77\xad\x78\xbe\x9a\x2d\x38\x44\x69\xbe\x48\x2e\xd7\xfe\x5f\xb0\xfc\xff\x4c\xb0\x3c\x01\xb7\x86\xbc\x72\x05\xe0\xf3\x91\xb6\x43\x61\x7e\xc8\xb6\x5f\xcb\xaf\x72\xf5\x29\x03\xbf\x00\xdf\xc0\xb9\x82\xe5\x2e\x15\x61\xa6\x2e\x16\xdb\xc9\x44\xd6\x42\xc0\x42\x83\x11\xb1\x3d\x9c\x8f\x1a\x40\xeb\xf6\xf7\xb0\x22\xa0\x0e\x79\x81\xac\x28\x6a\x87\xe7\x4f\xe4\x6c\xf7\x8e\x93\xfc\x50\x14\xe5\x53\x93\xc0\x5c\x8c\x2d\x53\xd3\xfb\x4a\xdd\xb1\x65\xee\x95\xb1\x65\xc2\xe1\x33\x93\x41\x68\x1b\x33\x5b\xb6\x31\xd3\x13\xfb\xba\x9e\x80\x4e\x8f\xdd\x49\x7f\x6f\xd6\x1c\x68\x0d\x0a\x26\x3f\xf1\x62\xa2\xf5\xca\x26\x7c\x8f\xa1\x06\x36\x54\x1a\x6a\x18\x69\xc9\xb9\x07\x60\x97\x94\x25\x70\x0d\xbe\x49\x98\x02\xea\x77\x8e\x01\x2a\x5c\xe1\x7c\xdf\x91\x54\xe5\xb7\x8d\xf9\x6f\xad\x04\xcc\x7f\x1b\xf5\x13\xc3\x5d\xab\xc7\x30\xc0\x95\x8b\x2a\x85\xff\xa2\xf9\x6f\xdb\xce\x9a\xff\x1c\xcc\x24\xbe\xb2\x76\x28\x4f\xdb\x77\xfe\x99\xfd\x4f\x09\xf5\xe1\x10\x77\xd9\x18\xa3\x42\xb1\x97\x7f\x16\xfd\xab\x84\xca\xfc\xa9\x9d\x4e\x3f\xc7\x81\x3a\x6a\x2e\xe7\x45\x36\x31\x98\x62\xb6\xae\x70\x7d\x89\xb8\xd7\x4f\x8d\x54\xe9\x87\x0d\xbf\xf1\xe7\xdd\x94\x1d\xb2\xf2\x9a\x8f\xcb\xfa\x9e\xe0\x06\x58\xb4\x38\x78\xcc\xc7\x1f\xfd\x06\x95\x20\xd4\x07\x0f\x0a\x91\xbc\xb3\xba\xdd\x9f\x51\x24\x85\x73\xb5\x46\xdf\xa0\x4a\xa8\x9d\x99\xac\x23\xa0\xba\x9f\x6b\xd2\x33\xb4\x75\x3d\x54\xcc\xed\x33\x10\xe8\x1c\xed\x4f\x9b\xb5\x2e\x0c\xe0\xf4\x0c\x24\xb6\xb7\x01\x63\x80\x72\x27\xa6\x1c\xcd\xbb\x94\x3e\x6d\x30\xbf\x9f\x8b\xab\x0e\x78\xbe\x04\xd6\xde\x70\x2b\x2d\xd5\xe8\x00\x37\xff\xf0\x4a\x83\xf3\xb9\xfc\x64\xb9\x8b\x70\x5f\xfa\x16\xb1\xfb\xb7\x11\xd7\x33\x39\x14\x7b\x37\x19\xd4\x6a\xe7\x70\x0c\xc2\x60\xb7\x04\x8d\xd5\x8b\x9a\x0f\x38\xaf\xd1\x25\x09\x23\x48\x85\x36\x1f\x6e\xaf\x1b\x0d\xd1\x15\xee\x26\x56\x36\xb1\x42\xea\xb1\x61\x95\x6f\x9d\x98\xb0\x78\xb2\x81\x9a\xc2\xef\x48\xdb\x9e\x5e\xec\xba\x86\x2d\x30\xb4\x81\xbe\x39\x11\xee\x4a\x25\x61\x9e\x63\xbb\xcb\x7d\xa1\x3e\x68\x69\xaa\x23\x4e\x5f\x1c\x89\xc1\x4a\x86\x9f\x86\x94\x7e\x16\x8a\x50\xe7\x1a\x70\xcd\x06\xa2\x5f\x4b\x05\x47\x8f\xf7\x2a\x9b\x33\xc4\x55\xec\x20\xfa\x3c\x6f\xe7\x7a\x69\x54\x45\x16\x88\x0d\x35\xfe\x2f\x8a\x45\xa8\x7f\x16\x8b\x40\x22\xc6\x42\x0a\xc7\x77\x0a\xd0\x77\xa6\xeb\x35\x36\xf0\xa9\xdc\x4e\x69\x56\x58\x50\x31\xa9\xb2\xa4\x73\xae\x92\xda\x58\xd0\x0b\xdc\x1b\x62\x4e\xe1\x08\x7a\x13\xea\x5b\xc5\x72\x14\xbd\x08\xf5\xcd\x38\x8a\x60\xd5\x71\x08\xc1\xfc\x77\x44\xe6\x2c\xd5\xf7\x89\x90\xdc\x4e\x46\x40\x36\x91\x04\x39\xec\xd9\x69\x03\x2b\x3d\xac\x0e\xb5\x9c\xec\xb7\xcb\xa4\x90\x1d\x3a\x5a\x50\x3e\x76\x9c\x28\x77\xd7\x9d\x5e\x6c\xb2\x83\x49\x0b\xd2\x89\xa4\xbb\x52\x89\xa4\xcb\x10\x0f\x8d\x99\x77\x83\x27\xf0\x2c\x9c\x86\xba\x98\x26\x0a\xb3\x6e\x7e\x22\xc2\xf6\x2f\x72\x5f\xe5\x66\x7c\xf9\x30\xd7\xcc\xa4\xd1\xa7\xd4\x5c\x5f\xbe\x83\x47\x0e\xb4\x72\x32\xc3\xb1\x82\xad\x5f\x81\x0d\x71\x95\xc0\xb0\x54\xfb\x4f\x50\xdd\x23\xf9\x95\xd8\xd8\x32\x62\x63\xe9\x1f\xf8\xfb\x8b\x4a\x35\x06\x57\x2c\xd6\xb2\xcc\xd8\x53\xf3\x42\x46\x52\x1c\x08\x67\xde\x2e\x2f\x38\x84\xdd\xcf\xde\x1e\xea\xcf\x7e\x19\xb7\xbb\x6a\x7f\x95\x75\xe9\xff\x5b\x51\xbd\x4e\xd0\x41\x9d\x1b\x03\x65\xa5\x4f\xb1\x30\xea\xa1\x26\x26\x8c\xc9\x08\x10\x57\x57\x99\x9b\x79\xbc\xb4\x05\x4e\x1b\x46\x10\x8a\x5a\x29\x7d\x8c\x2c\xa9\x8c\xd2\xc5\xc1\xa0\xa2\xb9\x5e\x76\x75\x52\xd5\x06\xc5\x0e\xbe\x03\xca\xf8\xfd\x3a\xf7\xf2\x55\xa5\x7e\xcf\x55\x09\xc6\xb5\x5b\x91\x7c\x34\x2b\x1b\x7b\xb5\x80\x0f\x6c\x5e\x66\x4f\x71\xb9\xc7\x66\x36\xba\xd1\x90\x3b\xbe\x51\x2f\x51\x0d\xf1\x66\x87\xb8\xcf\x4c\x55\x58\x26\x5a\x93\x8f\x3f\xce\x90\xe4\x73\xbe\xc5\xdb\x8a\x98\x3e\xcb\x72\x97\xc8\x94\xfa\x8f\xf3\x11\x59\x07\x5d\xe4\x50\xd3\xd2\x68\x94\x04\xea\xa0\x72\x40\xc1\x63\xe1\x22\x60\x6b\x2f\xe0\x23\x16\x0a\x92\x58\xf9\xd4\x4d\x74\xb7\x67\xb8\x00\x4c\xe0\x21\x76\x15\x82\xa8\xf1\xbc\xaf\xd8\xff\x3b\x3c\x66\x1e\xd2\xeb\xc5\x0f\x15\x24\xf6\xba\x18\x70\x3e\x77\xfc\x90\x6e\x5d\x3f\x34\x16\x3b\x77\xa3\x56\x20\x96\x66\x89\x4a\xca\x86\xe0\xca\xf5\xdb\x03\x36\x70\x10\x03\x85\xf3\xb2\x83\xb5\xfb\x86\x69\xda\xb4\xd8\xdd\xb2\xd6\x3c\x4a\x35\x90\x7c\x36\xe5\x44\xd1\x35\x22\x33\x96\x52\x0b\x1d\x6b\xb5\xd3\xf2\xf1\x4a\x09\xcd\xb2\x2c\x4e\x8d\x72\x25\x93\x43\x3f\x49\xfc\x0c\x5c\x16\x9a\x49\x93\x80\xeb\x75\xc4\x00\x7f\xe3\xda\x28\x31\xbd\x11\x4b\xf5\x9a\xcc\x9f\xc2\xaa\xb1\xe2\x6f\xf6\xc4\xbf\xe7\x4a\xaf\x04\xd7\xe7\x67\xcf\xd0\xa1\x84\xa8\x90\x62\xb1\x07\x0f\x10\x24\xc0\x13\x5f\xde\x96\xf8\x32\x71\xf4\xe7\x57\x50\x71\xa9\xd8\x43\x3d\xdf\x4b\xa9\x87\xe3\x4a\x7f\xb7\x54\xe8\x66\xbe\x3b\xa3\x23\xf2\x9d\x66\x61\x12\x44\xbd\xd8\x81\xe9\x09\xe7\xe4\x9c\x09\x3e\xeb\x85\x66\x72\xaa\xdb\x1f\xcd\x25\x9c\x92\x74\xe3\x59\x5f\x1a\x5c\x25\x14\x59\x3c\x45\xdf\x09\xee\x7f\xc7\x2b\xb5\x2b\x98\x68\x3d\x27\x9e\xa1\x49\x33\x1b\xf7\x88\xb2\xf5\xd7\x44\xa9\x0f\x5e\xe8\xb1\xa9\x71\x68\xdd\x44\x9e\xe5\xa7\xe4\x15\x0d\x30\x4f\x5a\xea\xfd\x8c\x4e\xa3\x41\x7e\x20\x9e\x7c\x55\x58\xcb\x7f\xd8\xf9\x78\xb7\x78\xe2\xe7\xb7\xcd\xfc\x7f\x6a\xec\xf1\x86\xfc\xef\x07\x3a\x16\x5b\xd9\x92\x7a\xa4\xae\xa8\x79\xb0\x7f\xf2\x69\x6b\xe1\xe4\x8d\x0e\x50\xf5\x2f\x46\x2c\x5f\x71\xa6\x75\x7d\xd9\x8b\xd3\x5b\x3d\xaf\x84\xa8\xb3\x31\x07\x0b\xb3\x8e\x93\x1f\x88\x21\x65\x59\x7d\xf3\xaa\x54\x7b\x65\x62\x8e\xf3\x66\x0b\x7a\xbf\x81\xc0\xaf\x1d\x58\xab\x27\x15\x9f\xf6\xd8\xae\x9d\x37\xa0\xeb\xea\xdb\xce\x49\xb6\x60\x9d\xb4\x53\x67\x23\x0f\x30\x33\x0e\xf7\xf8\x9f\x65\xc8\x1f\xd4\xf2\x4c\xea\xcd\xe9\x0a\x64\x79\x89\xe1\x9e\x12\x9f\x38\xe8\xb5\x72\x43\xb5\xbc\x2b\xc7\x7b\x76\x85\xc1\x5b\x84\x18\xa1\x51\x41\x71\xf1\xf3\xe1\xe9\xaa\xa7\xd4\x39\xf1\xa7\xf7\x12\x1a\xfb\xfa\xca\x4c\x65\x85\x28\xcc\x41\xf0\x96\x77\xa9\x3c\x0b\xa1\xef\x81\x61\xbf\x57\x4a\x46\x52\x8e\xc1\xe4\x87\x00\x24\xc3\x81\xd7\x8f\x68\xaf\x0d\x67\x50\x2f\xfa\xf3\x99\x1e\x67\xef\xaa\xf8\x02\x0e\x47\x62\x31\x1f\xc1\x5b\xfa\xca\xe8\x23\xef\x89\x37\x2f\xd0\x67\xc4\x6f\x51\x2c\x73\x1a\x48\x10\xf5\x32\xeb\xa1\xe6\xc4\xa8\x0d\x6c\xd4\x2a\x15\x55\xde\x17\x62\xda\xa2\x21\xa8\xdf\x4d\x14\x5f\x9c\x1e\xa8\xf7\xca\x38\x6f\x9f\x6b\x65\x24\x49\x97\xcb\xac\xc1\x3b\xcc\x13\x1c\x3d\xd7\x22\xcf\xd1\x79\x2e\x17\x6e\x7f\xde\xb0\xaa\xb2\x25\x3e\xd5\x67\x49\x11\x00\x36\x58\xc6\x6c\x0f\xd8\x24\x30\x80\x09\x91\xb6\xfb\x3a\xe4\x8f\x21\x1d\x0f\xaf\xb4\xd0\x03\x5b\x78\x2e\x96\xad\xe7\xc4\xb8\x50\xee\xa5\x2d\x40\x9a\xa8\xf4\x87\x72\x46\xf6\x79\xb0\x1f\xd7\x0d\x52\xdd\xfa\x3a\x6e\xbf\x74\xb3\x77\x3d\x82\xd9\xc1\x72\xea\x5d\xe6\x15\xda\xb4\x8b\x5f\x28\xaa\x7b\x4a\xad\xbd\xeb\x43\xc3\x8b\xd4\x67\x7d\xe4\x89\xa3\x89\x34\x9d\x53\xab\xf8\x9b\xd0\x58\x2a\x99\x8f\x39\xd6\x55\xb7\x86\x9d\x81\x37\x5c\x90\xe0\xaf\xd4\x1e\xe7\x6c\xbf\x12\xb6\x00\x20\x75\x8e\x24\xb3\x03\x67\x71\x50\x5c\x32\x6c\x64\x09\x47\x98\xb9\x30\x3a\xf1\x56\x62\x8d\x50\x5f\x3e\x2b\xd5\xea\x44\xed\x1a\x00\x9d\xef\x48\x3c\xdb\x8a\x91\x78\x76\x15\x8e\x9d\xab\x40\xd4\x99\xc1\x32\x49\xb9\x61\x33\x35\x47\x3a\x02\x99\x5a\x3a\xa3\x35\xac\x36\xa3\xfc\x48\x38\xfd\x0d\x7e\x40\xe6\x1b\x46\xed\xc7\xb8\x99\x37\xd1\x9e\xe4\xfb\xe2\x6d\x25\x0f\xdc\x38\x7f\xae\xdd\xce\x9f\xa5\xda\x48\x0b\xb0\x0b\xf9\xc2\xa7\x4a\x8f\xd3\xb4\x5f\x84\x43\x29\x8c\x1e\xed\xd6\x8e\x60\xdb\x68\x7f\x5e\xec\xc5\x66\x3d\xf5\xeb\x8c\x20\xe4\xf1\x02\xb1\xd2\x6e\xe1\x4c\xde\xb0\x5f\x33\xd8\xa8\xaa\x00\xab\x7c\x8a\xb0\x97\x2e\x52\x40\x0b\xa5\xbc\xd0\x62\xc4\x84\xd4\x66\x41\x00\x96\x1e\xad\xdf\x1c\x14\xdf\x3c\x02\x84\x71\xe4\x72\xca\xd2\x52\x6a\x49\x8d\x26\x73\xcb\xf0\xa7\x57\x9f\x4d\xf4\x33\x29\x9c\x02\x03\x40\x5c\xd8\xd1\x55\x40\xc4\x28\x0c\x07\x7d\xcd\x1b\x87\x14\xe3\xf5\x4d\x2c\x95\x15\x31\x8a\xa3\xc0\x3c\x46\xc7\x8a\x74\xad\xc0\x97\x9c\x34\x70\x97\xea\x97\x4a\x2c\xf1\xca\xd4\xfb\x74\x1e\xa0\x38\x22\x96\xd4\x79\xd5\x97\x9c\xb5\xcf\xa7\x14\x6b\xbb\xea\x89\x5a\x3c\x2d\xc8\x52\xf1\x78\x84\xd0\x05\xb8\xe5\x3b\x1d\x35\x88\x6f\x33\x3b\x4a\x95\x8a\xbe\x79\x28\xbc\x3e\x3e\xc3\xb4\xdd\xd7\xc7\x62\x0c\x6d\x38\x66\x3a\x1a\xec\x69\x29\x53\xa8\x57\x0b\x16\x42\x10\xe8\x58\x28\xf6\xd8\xfa\xb2\xc4\xda\x3e\x43\x94\x22\x53\x7f\x01\x75\x1a\x9e\x2b\xc5\x14\x17\x6c\x82\x5b\xbf\xfb\xa5\x1e\x42\x28\x8a\x44\x6d\xa8\x79\x5a\x04\x5e\xfa\x88\x28\xf5\x3d\xef\x11\x80\xe4\x50\x74\x00\xd1\x34\x71\xf2\x23\x71\x1e\xfc\xd2\x5d\x2f\x82\xfa\xc7\x1b\xee\x6b\xee\x3b\x51\x1d\xba\xca\xfa\xe9\xa8\x4e\x6a\x12\x57\x54\xc7\xb9\xb4\x42\x8a\xc9\x68\x7e\x69\xe3\x9c\xa6\xb9\xdd\x57\x91\xab\xd1\xa4\x17\xd4\xaf\xc4\xc4\x5b\x58\x71\x18\xc1\x4c\x09\x17\x78\x57\xde\x02\x5c\x73\x92\x33\x5a\x18\x45\xc6\x4b\xf4\x79\x22\xc4\xd3\x8e\x3e\xa2\xa8\x24\xfe\x60\x4e\xd2\x52\xff\x3b\x0e\xc2\x8a\xe6\x21\x03\x7d\xde\x77\x45\x81\x47\x5b\x04\x20\x98\x09\x89\x2d\x19\xdb\xf6\xf7\xbc\xc7\xb5\x9c\x1c\x8a\xaa\x82\x66\xba\x86\x2a\x32\x6d\xc0\xf4\x38\xaa\x2f\x1d\xb8\x43\xd9\xc1\xea\xb0\x2e\x86\x22\x75\x6b\x72\xb5\x1a\x8c\xe3\xad\xdc\xe1\xf7\x44\xbf\xed\x0a\x05\xfc\x7f\x6f\xb6\xfe\xff\xd8\x7b\xb3\xe6\xc4\x7d\xe5\x7f\xf8\x05\x41\x15\xfb\x76\x29\xc9\xc6\x31\x0e\x21\x84\x10\x92\xdc\x91\x4c\x02\x18\x30\x66\x5f\x5e\xfd\x53\xea\x4f\xcb\x0b\x90\x4c\x66\xbe\xdf\x73\x7e\xa7\x9e\xfa\xdf\xcc\x04\x5b\xd6\xd2\x6a\xb5\x7a\x6f\xa6\xdc\xf0\x8d\x88\x4d\xb5\x73\x18\x63\xc8\x12\xae\xd8\x6a\x46\x6e\x84\x54\xcc\x6e\x4b\x58\x14\xc8\xf1\x3c\xb9\x10\xe7\xc9\xac\x60\x3e\x07\xef\x1c\xf0\xfb\xc5\x1c\x4e\xaa\x21\xff\xde\x68\xd1\xc2\x9e\x29\xee\xab\xaf\xfb\x5a\x3f\x24\x61\x02\xd5\x00\x8a\xd0\xb8\x9c\x47\xad\x1f\x6d\x6b\x5b\x58\xa2\xc6\x01\xad\xd8\x0c\xd5\x6c\xcc\x5a\x31\xf4\x9c\xb1\xe9\x6f\x39\x6f\x71\xba\x84\x55\x6a\xf0\x3b\x2d\xae\xa6\x46\xed\x26\xf7\x60\x3d\x6f\x45\xc8\xd3\xdf\xc4\x5f\x7a\xc2\x09\xd4\x12\xc9\xef\xba\xc0\x1a\x9b\xb6\xcb\xed\x27\x0f\x92\xbc\x82\xa3\x58\x0c\x29\x72\xc5\x58\x6e\xd1\x67\xa7\x51\x26\x09\x81\x70\xa9\x43\x71\x9d\x2d\x51\x00\xaa\x32\x3b\xdc\x9d\xe9\x61\xd5\xeb\x88\x7a\x53\x24\x02\xd8\x88\x48\xed\xd4\x4a\x00\xec\xbe\xc4\x42\x4a\xb6\x27\x9c\x66\xac\x6d\xdd\xe0\x7d\xa7\x58\x6a\x45\xed\x5d\xa1\x7e\x11\x93\xd1\x9e\x3e\x98\xfe\xdb\xc2\xe9\x51\x55\x7f\x79\x2c\xc5\xf3\xea\x08\x35\x96\x3c\x19\x80\xd9\x79\x68\x9c\xe1\x6e\x1a\x6c\x8c\xba\xd5\xc4\x70\x1d\x91\xeb\xde\x8f\xca\x94\x81\x6a\x22\x37\x57\x20\x63\xd7\xd4\x91\x7a\x7d\xc7\xa5\x0a\xcf\xb0\x1d\x9a\xb8\xc8\x03\xed\xcd\xec\x38\x1b\x45\x94\x5b\x41\xd8\x19\xa8\x4a\xdb\xb0\x95\x64\xc0\xa2\x20\xdc\x37\xa3\x12\x71\x05\x33\x9b\xf2\xbd\xd2\xf5\xda\x21\x6f\xe7\xfb\xb8\x93\xb9\xe9\x44\xf3\xe8\xa6\x93\x97\xac\x2b\xc6\xd2\x57\x70\x98\xed\x96\x2b\x24\x9c\x12\x55\x5f\x48\x94\x8e\x38\x82\x7a\x1e\x25\x19\xb1\x4f\x72\x98\xfa\xf5\x8a\x83\x97\x7d\xd1\x12\x92\x8a\x7e\xb8\x21\x6c\x98\x24\x01\xb4\x39\x07\xe6\x93\xde\x61\xe6\x6a\x65\xfc\xb7\x5e\x01\xcb\x08\xa6\x03\xf2\x8e\xf1\x0b\x50\x67\x4f\x0a\xac\x39\x01\x39\x43\xac\x25\x17\xab\x6c\x14\x28\xa6\x8c\x33\xc0\x6f\x61\xa9\xcf\x71\x39\xbb\xb5\xcc\x7e\xe8\x03\x0f\x99\x57\xe4\xa5\x1f\xa2\x40\x07\x24\x21\xfc\x5b\xe4\x64\xa0\x9a\x7f\xcd\x59\xeb\x31\x5d\x2d\x82\xc8\x43\x59\x8e\x99\xc7\xf1\x71\x7d\x77\x6a\x5c\xf4\xae\x8e\x1e\x8f\x92\x6a\xaf\x38\x3b\x85\x0b\x12\x09\xb3\x9d\x4d\x82\x0f\xf5\xe8\xfc\x16\xe5\xa6\x48\x6a\xf1\x99\xe2\xbb\xa4\x3f\x2b\x5c\x31\xdc\x2c\x4e\xfa\x6e\x78\xd9\xe0\x96\x76\x70\xc3\x17\x8a\x2c\x85\x43\x87\xda\x61\xab\x5d\x0f\xb1\xab\xb1\xf0\xd2\xcb\x87\x16\x72\x4e\x4d\x39\xd9\xfd\x06\xe4\x70\xb0\xd8\x72\x4e\x6e\xba\x4a\x71\x37\xf8\x18\x11\xf1\x86\x9a\x15\xec\x0a\xd1\xf5\x13\xf7\x47\x4f\x4c\xd5\x4c\xf1\x45\x0a\xae\x1e\xcc\xcc\x80\x4a\xbd\x19\x6b\x1b\xfb\x08\x2f\xe2\x0f\xf5\xaa\x6f\x99\x4e\xc0\xa8\x47\x8a\x08\xf4\xc1\xb4\x03\x99\x7c\x73\x73\xaa\x34\xd2\xcb\xcc\xa1\x7e\xce\x61\xa5\xb4\x0c\x81\x4a\x3e\x63\x59\x2d\x25\x69\x88\xdd\xa2\x23\x4f\x5d\xfa\x48\x0c\xda\xcb\x9c\x52\xe7\x7e\x0c\xaa\xde\xc5\xed\xdf\xa9\x58\x50\xdc\xeb\xe5\x52\xe8\x8f\x02\x9f\x24\x9e\xe8\xc7\xfd\x84\x81\x65\xf6\x16\xca\xbd\x0e\x59\x02\xd6\x98\xf4\x4b\xad\x0c\xf8\xd0\x99\x6b\xef\xcb\x30\x65\x84\x65\xa2\x3b\xa8\x6b\x02\xf9\xcb\x62\x50\x41\x5a\xde\xf1\x8f\x7b\x5e\x79\x9b\xac\x90\x54\x49\x85\x40\xf8\x64\xd6\x86\x68\x2f\xfc\xf0\x10\xac\x4e\xcd\xdd\x92\x2c\x5f\x4c\xc1\xa1\xe0\x9e\x68\xe0\x65\x59\x0f\xed\x36\x54\x0d\x48\x89\x05\x8b\xee\x91\x3e\x54\x9f\xe3\x0a\x87\x5b\x68\x82\xa2\xee\xe9\x9b\x92\x86\xb0\xf3\x84\x53\x52\x4e\xcc\x61\xc3\x3f\x1e\xa2\x29\xec\xe4\x09\xea\xad\x0e\xef\x20\x81\xd9\x13\x65\xc9\x4e\x01\x98\xe0\x48\xb5\x34\x38\x62\x64\x6a\xc8\x5b\x0a\xbd\x92\x7e\x9a\x27\x61\x5a\x50\x2d\xb7\xe0\x4c\xd8\x31\x71\xc5\xb7\xd0\x30\x51\x75\x89\x08\x57\x88\xeb\xa9\xf2\xc0\x5f\x21\x59\x5b\xb8\x8c\xcd\x23\x5a\xeb\xf0\x56\xe0\x5a\xe7\x9c\x50\x1b\x9a\x98\x1a\x2b\x6c\x8e\x23\x68\xe3\x6d\x2d\x25\x4f\x6f\x9e\x68\xc4\x8d\xbc\xca\x40\xac\x80\xbb\x79\x10\xfe\xde\x9c\x55\x37\x9b\x13\x0a\x0e\x1d\x3b\xc9\x7b\x75\xa7\x12\x4e\x60\xc1\x8e\xc3\x7e\x94\xf0\x48\xd0\x6c\x8a\x63\x37\xc1\xd1\x88\x81\x46\x66\x17\x5c\x81\x61\x76\x92\x6c\x81\xdd\x60\xf1\x34\x3d\xe6\x23\xdd\x7d\x89\x81\x39\x83\xd4\xe5\xf5\x44\x62\xd4\x2f\x96\x5a\xcf\x57\x66\xdf\x63\x64\x91\x58\x00\xe3\xc3\x9e\xf6\xcb\x7d\x9e\xcd\x7f\x70\x07\x12\x78\x28\x9d\x82\x1a\xcb\xec\xd4\x12\x0e\x38\x8a\xbd\x91\x1f\xf5\x7b\x2f\x71\xf0\x1b\x8c\x0d\x67\xcb\xea\xf3\x8a\x88\xf9\xb0\x4f\xdf\x10\x00\x17\x59\x4d\x4f\xd8\xb1\x9f\xdf\xd0\x94\xc4\x88\x19\xa1\xc4\x16\xa8\xd7\x25\x01\x86\xa7\xca\xf7\x71\xa7\x9c\xfa\xd2\x9e\x11\xf5\x68\xeb\xce\x3b\x4d\x28\x54\xb4\xf8\xe3\xdc\x4f\xe3\x0e\xe9\x32\x99\x34\xc9\xbc\xce\x08\xec\x69\xdc\x74\x42\xb5\x40\xab\xc6\x1d\x5d\xae\xc5\x23\x1a\x97\x27\xcd\x6c\x57\x74\x2d\xf0\x68\xa7\x20\x06\x77\x4f\xa8\x88\xcb\x8c\x16\xd8\xb9\xba\xc7\x8e\xe8\xcf\xe4\x25\x66\x61\x59\x8e\xb8\xb3\x77\x24\xe6\x94\xe4\xfd\xf2\xe1\x4f\xb6\x53\xf4\xb3\x0b\x0a\x5e\x59\x7f\xd9\xf7\xc2\xe2\x6a\xb3\x88\x28\x01\xb1\x37\x6e\x49\xec\xcf\x43\x86\x95\x2a\xd9\x56\x91\x18\xc0\xd3\xe0\x64\x4a\x4b\x91\x1b\xf7\xdc\xb6\xbd\xae\xa2\xec\x46\xd3\x34\x73\xc2\x6b\xcd\xb6\x55\x54\xec\x80\xed\x1d\x9c\x82\x79\xb7\xe7\x2e\x5a\x51\x17\x07\x79\x62\xaa\x54\x2f\xc3\x19\x1e\xd4\x4b\x78\x8b\x5f\x89\xec\xdc\x79\x74\xf0\x5e\xa8\xba\x09\x07\xd7\x51\x05\x86\xe6\x31\xfe\x6f\x17\xab\x2e\xbc\xcc\xe9\xfa\xe4\x7c\xd6\xcc\xda\x52\xc4\xbf\xba\xaf\xc3\xc4\x1a\xb1\xa0\xd5\x8f\xe8\x4b\x3d\x69\xfa\xc6\x61\xb5\x27\x29\xd9\x49\x18\x74\x3f\xc3\x62\x6a\x96\x6c\x2e\xd5\xd0\x83\x22\x47\xa3\x44\x4d\x42\x81\xf2\xb2\xd9\xe3\x2a\xc8\x1f\xf9\x5a\xa6\x7b\x48\xcd\x94\x80\x4b\xeb\x92\x74\x38\xed\xac\x23\xea\x12\xc5\xe3\xeb\x48\x9b\x55\x9c\x10\x77\xf3\xeb\xaa\x2c\xc5\x12\x30\xe7\xb8\xb6\xd8\x65\x46\xb7\x5c\x58\x90\xf7\x22\x17\xc5\x0f\x33\xdd\x39\x5d\xd8\x0e\x18\xb3\x2a\x94\x19\x33\x10\x95\x9e\x5f\x64\x87\x7a\xfa\x6e\x92\x20\x08\xde\x2a\x87\x92\x87\x4b\x58\xdf\x7b\xa7\x2a\xe2\x9d\x91\x91\x88\x67\xe3\xb0\x9d\xc3\xd9\x72\x68\x6d\x8f\xeb\xce\xb1\xe0\xdf\xdb\x41\xf0\xdf\x57\x5b\x89\x4e\x54\xc8\x64\x33\x9f\xbe\xd5\xe7\xa0\x83\xfd\x43\x95\x66\x4c\x4a\x8e\xa6\x40\xd7\xde\x06\x37\xe6\xb6\xc2\xee\x53\x55\x56\xa6\xf2\x6b\xd4\xf8\x26\xdf\xc1\x5b\x82\x45\xe7\x99\x68\x90\x48\x7e\x4c\x4e\x2a\x6f\x28\x92\x99\xf8\xc2\xd6\x5f\x38\x7a\xe1\x11\xf4\x3c\xc1\x3c\xb6\x23\xbc\xd8\x65\x46\xd0\x7d\x24\xda\x55\x62\x01\x5d\x76\xb8\x04\xee\xc7\x6d\x02\x16\x75\xc8\x42\x32\x78\x84\xf0\xee\x88\x4c\x9b\x6a\x6d\xd4\xe6\x52\x30\xcd\x9b\xca\x55\x11\x0c\xe6\x9a\x56\xae\x1a\x72\xcc\xfc\xf4\x1c\xff\x53\x71\xb2\x0f\x4e\xd1\x67\xde\x8d\xf0\x7f\x99\x2c\xe1\x1f\x16\x14\x51\x7c\x9b\xe6\xa6\x14\x54\xf4\x3e\x22\xe5\x91\x6a\x48\x34\x56\x82\x18\x28\x25\xb2\x4b\x29\x86\xcd\x0a\x6b\xd2\xea\x55\x32\xb0\x89\xb5\xa9\x48\x12\x5f\xa7\x07\x98\xfe\x8f\xac\xfc\xda\x4f\x88\x2b\x3f\x02\x6f\x3a\xa5\x02\x85\xd9\xcf\xc8\x9d\xac\x33\x27\x65\xa7\xba\xa1\x5b\xb5\x57\x1d\x91\xf3\x48\x51\x52\x59\xdd\x40\xd5\x60\x12\xd7\x82\xcf\x50\x88\x0f\x50\x61\xef\x44\xa9\xac\xdd\xb1\xe2\xe2\x42\x53\xe4\x39\xe7\xca\x31\x33\x7d\xc4\xbb\xa4\x29\xbf\x77\x0f\x25\xdc\x57\x54\x70\x45\x3d\xa6\xcb\xaf\x14\x41\xc5\xbb\xe4\x81\x6b\x37\x24\xa3\xd4\x98\x39\xf7\x35\xb1\x9d\x2a\x88\x80\x97\x87\xee\xa2\x1b\xd0\x19\x9a\xcb\xec\x5a\x0a\x3b\x54\xec\xe0\x30\x2e\x5f\x61\xf8\xd7\xb4\xdb\xaa\x20\xa9\x4e\x43\xe7\x31\x07\x64\xee\x8e\x6a\x10\x79\xc1\x0e\x55\x8c\xd2\x31\xc2\x83\x3c\xb8\xc1\x5e\x81\xd8\xa8\xb5\x1d\x4a\x66\xe3\xd6\x5c\xac\xa4\x54\x6c\x21\xa5\xfa\x1a\xf7\x7e\x67\x89\x49\xd2\x8b\xbe\x10\x83\x22\xe9\xcc\x39\x2e\x23\x80\xd6\x37\x47\xd2\x94\xfd\x58\xe2\xbb\xb5\xd2\x42\x72\x1b\xbd\x31\xde\x41\x16\x98\x93\x1c\xed\xed\x78\x72\xd5\xe0\x2b\xe5\x9a\xbe\x14\xca\x92\x2c\xe4\xb4\xef\x63\x29\xe0\xb5\x07\x45\x7e\x40\x5c\xb4\x5d\x50\x09\x0b\x2b\x38\xc1\x09\x00\xfb\xd6\x40\x79\xf4\x6f\xf5\x77\xaa\x26\x29\x07\x96\x03\xf2\x54\xaa\xa4\xb1\x6f\x21\xc7\x16\xac\xc3\xab\x03\x14\x0b\x38\x82\xec\x92\x38\xb3\x62\x3e\x1a\xec\xe9\x21\x51\x40\xa6\x53\x80\x34\x9c\x4f\x08\x12\xa2\xbb\x68\x9a\x1e\x06\x62\xeb\xf9\x16\xcb\x82\x6b\x69\xa1\x72\x43\x70\x76\xcc\x90\xee\x7c\x2e\xb3\x43\xd1\x69\xc8\xdd\x29\xfd\x36\x97\x90\x69\xb9\x78\x8d\x91\x69\xf3\x0c\x93\xe8\xbc\x92\x8a\x15\x49\xa9\x08\x11\xf6\x52\x4c\xd5\xe3\xc1\xf0\xf7\x37\x31\x92\x37\x13\x6e\x53\x51\x62\x02\x68\xd8\x60\x0d\xf1\x51\x82\x8c\x00\xab\x7e\xe1\xd8\xec\x10\xda\x40\x65\xf5\xda\xaf\xe4\xb8\x88\x72\xcb\x5e\xf1\x25\xdb\xd7\x1d\x51\x51\xcf\x37\xba\xd8\xe8\x73\x68\x91\xbd\x31\x57\xab\x54\x51\x90\x3a\x6e\x3d\xfe\x7a\x52\x27\xd7\xa9\x4f\xa2\xcb\xb3\x89\x8a\x47\x26\xaa\xd8\x14\xb8\xd6\x0c\x21\x25\x45\xd7\x1b\x8c\x57\x97\xa4\xb7\xab\x49\xaf\xc5\xbb\x78\xf6\xd6\x15\x6b\xf5\x5c\xc2\x19\x9c\x94\xad\x48\xeb\xd8\xf6\xe5\x74\x04\xb6\x33\xe4\xb3\x8b\xb9\x72\xfd\xa6\x0c\xdd\xa3\xf6\xdb\x78\x0d\x9d\x36\xae\xcc\xad\xbe\x2b\xdf\xf5\x5d\xf9\x26\x36\x15\xf6\x89\xfb\x04\x8c\x6d\xa1\x5e\x77\x9f\xf0\x51\xb4\xcc\x23\xe7\x75\x0c\xd3\xfe\x04\x2c\x46\xc7\x67\x56\x63\xca\xfa\xab\x1a\x28\xf1\x49\xde\xd2\xe3\x56\x34\xf9\x57\x54\xce\x2d\x16\x62\xc9\x60\x2c\x4b\x05\xec\xc7\x7e\x67\x45\x0c\xe0\xaf\xc3\x0e\x43\xc4\x2c\xbe\xfd\x7c\x9b\xe2\x6f\xc6\xc8\x05\xd0\xd5\x87\xc8\x15\x76\x40\xe9\x1f\xd5\x4d\xbc\xf5\xec\x84\xd9\xa5\x1a\xd3\x36\xd5\xe6\x0a\x24\x4a\x25\x7b\x65\xdb\xc8\x63\xea\xb5\x3c\x4f\xdf\xa0\xec\x0f\x4b\x68\xa6\x7c\x79\xa4\x2a\xac\x9d\x13\x59\x3d\x3d\x0b\x37\x11\x95\xaa\x99\xc1\x61\x6e\x0e\x5f\x32\x4a\xc7\xd1\x5e\xc9\x63\xde\x82\xfa\x69\x20\x54\xab\x81\x1f\x31\x08\xec\x57\x0a\x18\x2e\x12\x2e\x5b\x2f\xbb\x4a\x9a\x69\xa3\x3c\x84\xb6\xfe\x14\x69\xde\xf6\xc4\xa2\x86\x48\x6d\x39\x18\xd7\x68\x4e\x6f\x48\x05\x56\xe3\x10\x82\x0a\xd9\xb3\x20\xf7\xb3\x9a\x63\x5f\xd1\x03\x3a\xbf\x56\x8a\x7d\x72\x68\xa7\xd7\x5c\x65\x0a\x71\xdc\x3c\x32\xf1\x2e\xa8\x23\x5d\xa5\x49\x39\x50\x80\x96\x16\xe0\x23\x90\xdf\xe0\x17\x9c\xaa\xd9\x1d\xaa\xce\xf4\x4a\xf7\xf7\x42\x03\x3f\x33\x6e\xc7\x5c\x62\x57\xa8\x5f\x69\x26\x51\xb4\x27\x55\xd0\x3b\xee\xdb\xc8\x09\x10\xdd\xec\x67\x8a\xc6\x6e\xd6\x16\xad\x9f\xc8\x03\x9e\x70\xee\xd6\x98\xf0\x6b\xbc\xe7\xb3\x1a\xd4\x8c\x5b\x99\x02\xeb\xa6\xda\x32\x61\x08\xa8\xb1\x83\xe6\x1e\x9d\x2e\x27\x61\xd3\x2c\x23\xbf\xe6\xea\x23\xf5\xf9\x0a\x7c\xd2\xc1\xe8\x28\x52\x8c\xf2\x80\xcc\xaf\x8e\x09\xa0\xf7\x25\x17\x49\x6d\x43\x1c\x70\x61\x31\x68\x64\x98\xee\x77\x84\x33\xc6\x0e\xec\xe0\x73\x4f\xed\xba\x42\xf4\x0b\xe5\xe4\xd9\x6b\x23\x6c\x84\x66\xb5\xac\x72\xac\x66\x90\xd6\xce\x6d\xdf\xd0\xe7\x8b\x66\x52\xf6\x28\x05\x3a\x9c\x7d\xd1\xe8\x9d\x4c\x40\x7a\xe0\x2d\x4a\x7a\xbe\x80\xc9\xd6\xe3\x30\x4e\xd4\xd2\xa7\x1f\x6e\x06\x2c\xaf\x68\x7e\x93\xae\x4e\x5e\x88\x99\xbd\x7e\xdb\x87\xdf\xb1\xe2\x30\x80\x52\xf9\x5a\x37\x90\x67\x8c\x2b\xc1\x38\x97\xee\x46\xbf\x9d\x48\xe1\x70\x96\x01\xa8\x8d\xa8\x74\x95\x5b\xf9\x27\xb3\xea\x08\x07\x45\x50\x50\xb0\xa8\xfd\x18\xdb\x84\xfc\x90\x6d\x42\x79\x25\x6e\x79\x4f\x2a\xdd\xaf\x67\x1e\x7e\x3d\xf3\x91\x14\xfd\x86\xc4\x95\xca\xac\x0c\x27\x3c\xce\x99\x44\x5d\x31\x8e\x7e\xfe\xe7\x30\x14\x99\x24\xb9\xcd\x35\xc4\x22\xba\xb5\x78\xbc\x8a\x20\x1f\x9a\xc5\xe3\x7e\xaf\x01\x00\xa8\xc2\xb9\xcc\x91\x30\xe9\xe3\x44\x48\x07\xa5\xa3\x2b\x8e\x54\x0f\x56\xf5\x35\xe8\x1f\x77\x35\x62\xb9\x7b\x9a\x61\x7d\x24\xf6\xde\xda\x82\x64\x0d\x43\x84\xa2\xcc\x0c\xbb\x07\x87\xc5\x35\x58\xc2\xe1\x4c\x73\x10\xce\x46\xf2\x10\xa8\xa6\x47\x83\x22\x61\x45\x0f\xd9\x6c\xe1\x85\x35\xfc\x05\x31\xd2\x11\xee\xc6\x22\x61\xe5\x4c\x5c\x45\xe0\xc1\x39\x25\xa2\x04\x32\x8f\x6b\x40\xad\xd9\xa8\xb4\xbe\xbe\x81\xf8\xde\xab\x17\xa3\xd9\x51\xa6\xcf\x0a\x98\xb1\x31\x5f\x7d\xc5\x39\xb8\x86\xfc\xbe\x49\x59\xfc\x64\x61\xdf\x84\x3f\xbe\x79\xaa\x77\x2d\xaa\xdd\x97\xd0\xfa\x1c\x92\xf3\x55\xc0\xcf\xf4\x74\xdf\xf5\xbe\x3d\x5f\xd3\x12\xb5\x19\xbe\x63\x69\xbe\x30\xdd\xec\xd8\xe9\x9c\x67\xbf\xcc\xa7\x14\x44\x6d\x58\xad\xce\xba\x1a\x4b\xf3\xd5\x1e\x00\xe9\x1c\x18\x30\x57\xb5\x4c\x0d\xd9\x4d\x43\xad\x77\x09\x35\x0d\xc9\x21\x06\x33\x53\xc0\x60\x62\x29\x91\xf6\x44\xad\x54\x8d\xf1\x93\xbf\xa9\x92\x8b\x8f\x73\x4f\xc2\xb6\xf3\x38\xde\x35\xe3\x63\x55\xde\x13\xc7\xf7\x99\xb8\xe5\xab\xff\x41\x8a\x9f\x3e\x4f\xfa\x18\x0c\x19\xf1\x9c\x1d\x04\xeb\x4a\x39\xbd\xff\x9b\x85\x95\xb8\x19\xc4\x4b\x29\xa1\xb1\xe9\x0b\xb5\x51\x10\x4e\x58\xff\x72\x5f\x2c\xeb\x13\xe3\xd1\x8d\x0e\x07\x80\x3c\x6c\x0e\x09\x7a\xe1\xff\xf7\x56\xb8\x64\xbd\x12\x67\x9d\x8a\xb5\x14\x2b\x79\xe5\xde\x53\x41\x0a\x91\xd3\x07\x8f\xd2\xe7\x9a\xcf\xf7\x26\x89\x85\x4a\x22\x50\x28\x59\x11\xc1\xe0\xb0\xc7\xa0\xb0\x79\xba\x9f\xda\xcf\x31\xa9\x0e\x22\x52\x2d\x85\x33\x93\x8b\x90\xe4\x35\xd4\xc8\x87\x85\x85\x2a\xf0\x53\x5d\xcf\x61\x45\x51\x44\xfa\xce\xec\x8c\x61\x36\x95\x50\xbf\x8c\x16\x76\xc2\xa2\x0e\x2b\x8a\x7c\xf9\x4c\xbb\x25\xd8\xb1\xa3\x4b\x0c\xb5\x23\x1c\xda\x93\xb1\x34\x7d\x69\x54\xef\x09\xe7\xfe\x9c\x3b\x75\x84\x73\x57\x24\xbf\xa2\x6e\xab\x44\x3c\x42\x63\x2d\xf5\x0d\xbe\xdc\xc8\x91\x34\x3e\xe4\x3d\xe1\x90\xcf\xab\xb2\xcb\x35\xe3\xc5\xbc\xb1\xe1\x04\x44\xfc\xe1\xd6\xce\x3a\x62\x30\x87\xd5\xe6\x53\x69\x10\x3f\x0a\xda\xad\x66\xb2\xb9\x3d\x56\xa7\x3c\x2c\x33\xc0\x92\xa3\x14\xe2\x97\xa0\x74\x64\xea\x98\x6f\x65\xe7\x4a\xd5\xb6\xb2\xc2\x75\x18\x51\xa8\xf5\x50\xa6\x6c\xdb\x4f\x7b\xb8\x35\x0d\x2b\x1b\x95\xed\x0b\xdb\xe7\xf2\x70\xc6\xfb\x7b\x40\xb8\xe7\xa0\xf6\xb2\x78\x40\x3e\x8a\x11\xbb\xeb\x2c\x58\x68\x0f\xab\xa4\x87\x0b\x55\xbc\x43\x0b\x36\x49\x66\xd7\x96\xa9\xea\xe7\x36\x96\x51\x14\xc7\x5c\xbe\x65\x3b\x62\x26\x35\x91\x26\xd3\x09\xa5\x23\x50\x0f\x41\x81\x5d\x16\x3d\x61\xdf\xf3\xbb\x65\x95\x42\x1b\x1e\x60\x24\x4b\xbf\xd3\x14\xfb\x45\xa8\x87\x71\xe9\xf2\xdd\xb6\x4a\x4e\x75\x0f\xfe\x95\x77\xfb\x2a\x59\x25\x1f\x66\x57\xde\x1d\xf9\xbb\x20\xf1\xae\x25\xb2\x6b\xa5\x0a\x12\xbc\xf0\x02\x4e\x39\xbd\xda\x3e\x72\xe9\x54\x3e\x97\x9b\x8e\xdd\xfd\x03\x39\x27\x87\xc2\x89\x0c\xde\xa3\x66\x27\xb9\x47\x76\xf9\xf7\x03\xfe\xef\xa2\xfc\xe5\x11\xbf\x3a\xa7\xf8\xa9\xfd\x59\x5d\x80\x85\xab\xe0\xff\xde\xf4\x1d\x95\x20\xf2\x79\x4e\x3c\x54\xb6\x23\x96\x6d\x26\x57\x53\xca\x05\x42\x15\x0c\xd4\xdb\x6a\x61\xa3\xf2\x99\x40\x10\xd9\x1a\xd9\x09\xc8\xef\xc4\xb9\x9f\x95\x9d\xc4\x2e\x2f\xeb\xad\xec\x52\xa9\x4f\xbe\x56\x0b\xeb\x9b\xf3\x79\xdb\x27\x39\x27\x55\xea\x5a\x06\xf4\xbf\x10\x7a\xaf\x85\xa0\xe8\xf3\x8d\x84\xae\xfc\xb4\xc7\x81\x45\xa6\x3e\xf5\x39\x5d\xfe\x00\xb7\x34\xc6\x16\xc9\x4b\x4a\xb5\x12\xf8\xf3\x00\xf4\xa9\x36\x09\x7d\xe0\x49\xd2\x15\x02\x5a\xd5\xee\x98\x6a\x08\x4d\x64\x82\x29\xae\xc0\x6d\x63\x58\xdd\x73\x6a\x65\x94\xa8\x1f\x97\x39\xe7\x35\x3c\x5d\x1c\x2a\x2c\xa9\x25\x29\x54\xf5\x64\x4b\xd0\x60\x49\x42\x5e\x1d\xf2\x11\xcf\x2a\x4f\xce\x84\x6a\x03\xd9\x30\x07\x5e\x5f\xb7\x84\x8a\x5e\x3f\x9c\x2f\x95\x46\x8c\x31\x23\xc6\xf8\xe1\x1b\x18\x5d\xdf\xf8\x35\x3b\xef\xee\x0a\xc9\x2c\x87\x4a\x8b\x6a\xac\x96\x36\xde\x68\xea\x20\xeb\x98\x43\x3f\x00\xfa\x3e\xcd\xbf\x30\xfc\x2f\x0e\x3c\x84\x2b\xec\xd7\x59\xb1\xf9\x35\xd4\x49\x2f\x55\xd4\xd3\xd6\xa4\x3f\x02\xff\x68\xcd\x49\x0c\x35\xfc\x39\x4f\x5f\x38\x85\x65\x8f\x92\xa1\x3c\xd7\xb8\x82\x77\x8d\xb6\xbe\x57\x9c\xc1\xb8\x2e\x1b\x47\x38\x6f\x16\x41\xdb\xbd\x25\xa4\x8f\x6c\x4f\x74\x29\x88\xf2\xde\x1b\x67\x50\xd7\x39\x02\x7c\x9b\x54\xfa\x0e\x14\xa5\x85\x3c\x61\xe6\x47\x91\x93\x70\x45\xfa\xf1\x86\x6c\x34\x54\x32\xd8\x3d\x72\xbc\x5b\xc0\x2d\x54\x77\xe1\x92\x91\x33\xa3\xd4\x41\x36\x97\x98\xef\x30\xb7\x88\x62\xac\xd5\x4a\x8e\x42\x0e\xc1\x19\x87\xf1\xe3\x92\x2c\xa2\x71\xbf\x34\x8d\x2b\x77\xcf\xe8\x69\x5b\x28\x51\x83\x9b\xc8\x54\x36\xa6\x32\x7a\x5d\x90\xf5\x29\xe5\x57\x68\x36\xc8\x35\xe4\x65\xec\x45\x1d\x86\x72\x82\xee\xdf\xfd\xc4\x30\x6f\xd3\x90\x73\xb5\xce\xe2\xa7\x62\xac\xfc\x19\x55\x5a\x6c\x2e\x4c\x06\x46\x4a\x3f\x03\x15\x41\x17\x26\x2b\x78\x3d\x0c\x98\xcc\x12\x23\x69\x34\x36\x9a\xa5\x74\xb8\x56\x33\x9d\x08\x61\x9b\xc7\x76\x00\x5f\x85\xd9\x04\x96\xa1\xd5\x13\xfd\xb7\xa8\x10\xb0\xdf\x42\xfc\xdf\xbc\x1a\xa7\xbc\x50\xe7\x01\x1a\xbe\xda\x36\x68\x73\x1c\xfd\x61\xec\x7b\xd8\xd6\x78\xde\x0e\xa0\x54\x40\xed\x20\x17\xf1\x40\x48\xd2\xc9\x6b\xe9\xd2\xe1\x5b\xdf\x7c\x91\x16\xd4\xdd\x61\xae\xb0\x75\x77\xa0\xce\x72\xea\x35\xbe\x90\xe9\x66\xdd\x54\x31\xae\x66\x07\x9e\xb2\x1d\x71\x2b\xb6\x64\x10\xf0\x72\xe4\xb8\x86\x94\x10\x45\xd2\x9a\x3c\xcf\x91\x66\xd6\x09\x66\x1a\x2d\xd4\x6d\x40\x6b\x37\x26\xb8\xbc\x06\xa5\xd3\xa2\x87\x45\xf9\x18\xda\x89\x23\x52\xad\x93\x31\x9d\xc7\x24\xb8\x96\x65\x76\x2f\x45\x9b\xdd\x42\x80\x57\x07\x68\xd9\xdb\x21\xb1\x5c\xbd\x3a\xc2\x25\xb8\xf6\x72\x03\xbc\x71\x8f\x2a\x7c\x67\x58\x29\x4c\xc5\xcb\x13\x85\xca\xdb\x9c\x9a\x97\x14\x27\xac\x42\x6c\xcf\x11\x63\x54\xd8\x50\xec\xe6\x1b\x4c\x5b\xeb\x9c\x8c\xe4\x14\xf5\xbc\xc9\xb1\xa4\x96\x93\x1c\x88\xc6\x09\xd4\x54\x41\xee\xcc\xbb\x1a\xea\x10\xf8\xec\x43\xd0\xd0\x54\x4c\x15\xe4\x9e\x33\x01\x3e\x80\x1f\x77\x84\x7a\x3d\x3d\xe0\x4e\xac\xb1\xd6\x1b\x99\x20\x0f\x35\xf6\x6a\xa8\xb5\x12\x01\xc6\x1b\x19\x00\x97\xda\x8d\xa1\x26\xa9\x2f\x75\x24\x13\x14\xe6\x99\x71\xe3\xad\xc9\x09\xc9\x2e\xdd\x49\x1d\x3e\xb4\x7e\x9d\x84\xc2\x9a\xe4\xe1\xf2\xb5\x56\xb6\x4e\x85\x54\x75\xbf\x39\x19\xc6\xfd\x52\x25\xe9\x3a\x48\x5d\xed\x84\xd2\x6f\x41\xa0\x22\x48\x10\xe1\x1c\x73\xc9\xa6\x2b\x23\x8f\x1a\x28\x21\xb3\xab\x62\x09\xbe\x8c\x3e\xed\x08\xaf\xa0\xc6\x30\x68\xf4\x0b\x71\x2a\x84\x8e\xf1\xc7\x2d\x36\x58\x26\x2d\x53\x44\x5d\xff\x40\xc1\x14\xaa\xa4\xca\x6c\x7d\xdb\xe4\xe4\xe5\x57\x0b\xb8\x2b\x2e\x24\x57\x37\xe8\xea\xd6\x5d\xe1\xe4\xac\x0c\x82\xf5\x3e\x82\x42\x2b\x3e\x4f\x7b\x62\xb3\xed\x9a\xe4\x99\x74\xd7\x7b\xa4\x49\xe2\xea\x22\xf4\x5b\xd3\x37\xcd\x83\x74\x85\xe8\x56\xab\xb4\xff\x5d\xb2\x02\x5a\xe6\xab\xed\x1e\x39\xf1\x1e\x77\x01\x22\x2a\x09\x44\x0f\xd9\x91\x2d\x44\xc6\xca\x10\x39\xca\x59\xd9\xc5\x9d\xe8\x92\x7f\xaa\x8b\x00\x4b\x45\xf9\x48\xef\xe1\xc8\x3b\x97\x05\x1e\xb3\xc8\x73\x40\xf0\x8c\xde\x5c\x91\xed\xea\x7f\x28\x7f\x55\x5f\xb8\x76\xc9\x2c\x6e\x4f\x46\x06\xf5\x44\x3f\xc9\x82\xa3\x98\x00\xa1\xf0\x7e\x49\x8e\x7d\x50\x9c\xd3\x5d\xf4\xc5\x3c\xd6\x3c\x72\x8e\xdc\x97\x26\x9c\x55\x39\xee\x73\x29\x0f\xf5\x28\x5b\x31\xa7\x8f\x6c\x73\xd0\xe3\x0b\x4e\x48\x09\xbf\x06\x85\x4a\x5c\x37\xb0\x47\x6a\x2c\x75\x4f\x57\xf7\x83\x80\x08\x82\xb0\x80\x0f\xe8\xe7\xdb\x9c\x0b\xc5\xb7\xf2\x25\x76\x42\x63\xe4\x2e\x43\xe0\x98\x4b\x66\xf6\xbc\xea\x10\x9f\x74\x21\xf6\xdb\x07\x6b\xdb\x70\x53\x93\xf3\x56\x2c\x14\x1f\xc9\xc9\x21\x27\x8f\x7c\x29\x97\x1a\xc4\x37\xbe\x6e\x1b\xec\x23\x77\x32\xab\x21\x4d\x24\xd8\x11\xd8\x00\x10\xf7\xd3\xf7\xf7\x71\x48\x52\x27\x3b\x20\x4f\x7d\xbd\xe6\xe9\x9e\x7d\x57\xe0\x59\x40\x80\xdd\x73\x12\xf2\x4d\x1a\xb0\xa3\x43\x2b\x51\xac\xa1\xd7\x28\x82\x53\xac\xbf\x22\x1f\x8e\x86\xac\x2b\x94\xb3\x82\xb0\xed\x2e\x8d\xcd\x46\x2f\xc6\xa3\x08\xb7\x0b\xd8\x93\xc9\xef\xfc\x71\xb4\xea\x6c\x5f\x38\xbe\x9a\xd7\xd8\xd8\xda\x48\xec\xd8\xe9\xea\x8e\x61\x46\xdd\xc2\xe7\xf9\x86\xb5\xfe\x43\x1b\x56\x6d\xb8\xa9\xb9\x9d\x6d\x58\xe5\x62\xc3\xaa\x0d\x06\x4a\xee\xcf\x36\xac\x2f\xdc\x13\x39\x9e\xba\x4b\xda\xb0\x0f\x91\x5b\x92\x87\xb8\x98\x95\xc9\x52\x2c\xa6\x7e\x2b\x3a\x6f\xc9\x7f\x57\xd2\x1c\x3e\xda\x26\x59\x4b\x6f\xea\xf6\x80\xd4\x5f\xd8\x52\xe4\x36\x19\x6c\x39\x0d\x3d\xee\x97\x3d\x91\x29\xb5\x84\x29\xf9\x57\x8e\x1a\xa9\xc7\x0c\x37\xe6\xdf\x2c\x3a\xfe\x12\x70\x0f\x34\x6f\x2b\xcc\x29\x4b\x46\x9d\x31\x95\xc5\xb4\x1b\x74\x4d\x3f\x6c\x29\x3b\x82\x6a\x46\x89\x20\xc8\x4e\x11\x48\xf6\x38\xdf\x34\x00\x24\x3d\x03\x4f\xf4\x2b\xc6\xd8\xc6\x61\x92\xf6\x58\xea\x19\xda\xa8\xb9\x9f\x63\x41\x1f\xde\x64\x20\x85\x83\xc6\x91\x23\xa7\x94\xbe\x2e\x83\x79\xd3\x30\xe8\xa2\x77\x80\x3f\x69\x7b\x41\xb6\xcd\x0e\x39\x90\xb5\x5c\x9f\xe9\x5d\xf9\x80\xab\x68\x44\xd7\xf0\x63\xae\xc0\xd1\x72\xf5\x02\x99\x3c\xec\x7b\x9a\xb7\xbe\xc4\xad\x66\x56\x99\xba\xff\x5d\xc3\x0a\xeb\xcb\x87\x7a\x0f\x70\x0a\x78\x14\xd5\x90\x3e\xdf\x25\xab\x17\xd8\xad\xea\x14\x21\xf1\x4c\x61\x2e\x88\x72\x29\x10\x7f\xca\x26\xb7\xe2\x11\x39\x68\x08\x22\xed\x02\xe5\x6f\x58\x23\xac\x2a\x54\x2e\xd8\x40\x77\x5e\xe0\x23\x72\xa2\x50\x53\x75\x90\x13\x13\x20\xf5\x80\xff\x4e\x08\x2e\xe5\x1b\x0c\x93\xb1\x1b\xaa\x0c\xb8\xb7\x2b\xc8\xe7\x8f\xf0\xc5\x7e\x15\x4f\x3f\x6a\x0d\x4a\xa8\xf1\x36\x03\x47\x70\x90\x19\x5c\x94\x1f\xa5\x55\x0b\xa6\x91\x3c\x72\x98\xb4\xc7\x79\xd4\x24\x9c\x20\x71\x22\x35\x20\x82\xb5\x21\xc5\x50\x8f\xa7\xf3\xb1\x2a\xe9\x76\xaa\x20\x17\xc8\x8e\xd9\x1e\xc3\xc9\x85\x6d\xc1\xc9\x66\x5d\xbd\x61\xf9\x22\x6e\x48\x7f\x05\x27\xd6\xf2\xca\x49\xf4\xe3\xac\xd4\xbe\x48\x44\xa7\x39\xc4\x32\x39\xa6\x36\x2c\x24\x81\x6e\x1f\x7e\xb0\xce\xae\x16\x08\x42\x04\x71\xfc\x47\xa6\x3b\x10\x6e\xa8\x4e\xd5\xf8\x0e\x7e\x17\x62\x4d\x5a\xb2\x9d\xfa\xea\x2a\xce\xd3\x01\x9c\x58\x74\xf0\x72\x12\xa9\xce\xba\x23\xa4\xa7\xcd\xb5\x0f\xa4\xe6\xdd\xca\x0a\x94\xd9\x09\x45\x7f\x3b\x99\x31\x9f\xb5\x2a\x2e\xb2\xb8\xa4\xd9\xe5\x67\x13\x70\xee\x44\x7f\x1d\xdb\xe5\x9b\xf9\xc8\xd2\xcc\xfd\x7b\xbd\x4e\xd8\xb7\x26\xc1\xe9\x20\x67\x5c\x1f\x6b\x82\x44\xc6\x7b\x99\xe3\x85\xce\xe0\x7f\x41\x2f\x46\x52\xa8\x42\xbb\x96\x40\xe2\xfb\xfa\x81\x9d\x4a\x57\xd4\x1d\xa5\xe4\x9a\x52\x38\x53\x4e\x9a\x4f\x79\x55\xaa\x4e\xab\x08\x15\x7c\x0f\x27\x72\x17\xc3\xc2\xd3\xb7\xfd\x16\x98\x4c\xae\x40\xc8\x1a\x47\x5c\xa4\x13\x22\xad\x59\x3c\x06\xc5\x26\x12\x35\x72\x21\x4a\x90\x59\x8b\x4a\xc1\xcf\x15\xc6\x0e\x91\x55\x99\xc6\x9e\x4b\x61\x6b\x3e\xdf\x6e\xfa\xd0\x24\xe4\x10\x09\xf1\x26\x22\xe6\x1a\x39\x91\xfb\xb8\x79\x28\x4f\x13\x55\x54\x82\x85\xc1\xe6\xdd\x99\x1e\x5b\x94\x74\x26\x2f\x67\x9c\x2e\x77\x8e\x27\xaa\xa2\xee\x52\x87\x85\x7c\x6a\x65\x91\xb2\x5d\x8a\xbd\xbc\xb8\x37\x4b\x94\xfd\x45\xf4\x8a\x78\xb0\xd4\x3c\xa0\x0a\x9a\x39\x16\xb0\xf6\x73\x4e\x84\x49\x36\x1f\xce\xc6\x0d\xc2\x0d\xcd\xaa\x37\x87\xce\x2c\x2f\x73\x9c\xee\x31\xa4\x3d\x09\x55\x56\x41\x39\x23\xdc\x05\xb9\x4a\x38\x62\x4d\xb9\x1d\x05\x05\x13\x72\x74\xbc\x47\xbd\xa8\xe6\xd5\x79\x79\x42\x90\x33\x80\x28\xa9\x68\x7a\x25\x78\xbb\xb4\x0b\x5c\xe4\x9e\x12\x6f\x6e\xec\x7a\x35\x9e\xbe\x98\xd2\x47\x05\x78\x3b\x73\xea\xcc\x15\xef\x30\x3e\xc8\x59\x48\x0a\xe3\xae\x4d\x44\x41\x85\xe1\x50\x36\x01\x01\x15\x1e\x48\x99\x45\x69\xa6\xd9\xce\x54\xf9\x35\x5d\xe9\x82\xff\xd6\x2d\x78\xc2\x58\xbe\x5a\xd9\x79\xa2\xb9\x88\xbe\x33\xf1\x5b\x15\xb6\x79\x8b\xd4\x5a\xc8\x43\xbd\x96\x5e\xa2\x2b\x2c\xaa\xed\xaf\x6a\x56\xb6\x28\x85\x28\xd3\x34\x7c\x85\x4a\x8d\x13\x72\x53\x2e\x40\xfb\xc3\xca\xb3\xf7\x02\x0e\x32\xa8\xaf\x3d\xa5\xb0\x9a\x1e\xda\xeb\x5f\x9d\xa8\x6e\x91\x4b\xe2\xb8\x15\x4f\xd0\xa6\xd4\x22\xe4\xd0\x05\xdb\xea\x20\xb2\x41\xcc\xe9\xa0\x7c\xf2\x85\x65\x67\x20\xab\xcf\x39\x97\x75\xd6\x15\x4d\x8a\xc9\xb4\x7d\xc9\x89\xb3\x46\xd2\xcf\x80\x2e\xd6\x8d\xfe\xc5\x13\xcd\x67\x52\xd2\xcd\xa7\x5a\xd0\xbd\xe9\xc0\x80\x44\xeb\x02\x27\x13\xca\xb0\x66\x38\xc4\x1e\x27\x3c\x38\x21\x47\x83\xbd\xe4\xb4\x64\xb5\x83\x85\x24\x36\x74\x44\x9b\xfa\xb3\xb7\x22\x1c\xd6\xe0\xc8\x3b\x28\xd1\x2f\xfb\xb9\x78\x62\x05\xaf\x86\x46\x89\x98\xb8\x07\x2b\xbb\x50\xe2\xe5\xd7\xf5\x2e\x73\xc4\xa5\x52\x78\x63\xa8\xf6\x9c\xd4\xe5\x40\x9c\xbf\x8d\x93\xd9\xd5\x4f\x5d\xb1\x92\x13\x2b\x9b\x91\xe2\x28\x73\x08\x48\xdb\x03\x5e\x13\x85\xab\x5f\x77\x53\x07\xf2\x59\x21\x1f\xcc\xf5\xb1\x95\x9d\x2a\x0d\xe7\xa0\x92\x44\xc1\xb1\x05\xb1\x5c\xbc\x14\x40\xe1\xdb\x94\xc8\xcd\x0e\xa5\xa6\x12\x56\xe7\x08\x26\xce\xdc\x26\xdd\x1d\x19\x5a\x3d\xac\x8d\x4c\x4e\x8f\x08\xba\x28\x92\xcc\x7c\x87\xbd\x1d\xea\x8d\xe1\x40\x8d\x7a\x9d\xf5\xbd\xb6\xb0\x7f\x21\x10\x49\x43\xa4\x10\x36\x63\x16\xa6\xca\x9e\x7c\xbb\x11\x67\x2b\x86\xb5\xe4\xf6\x1b\x2a\xb3\x84\x2f\xa0\x12\x6a\x86\x0e\xdb\x44\xed\xe4\x89\xdb\xc4\x5f\x81\x45\xc9\xc5\x21\x0e\xfd\xe5\x08\x46\x19\x3b\x4a\x64\x23\x86\x15\xce\xf7\x5e\x0e\x9b\xd9\x17\x3d\x05\x42\xeb\x89\x2c\x25\xc6\x5c\x53\x82\x2d\x28\x22\x12\xfd\xf5\xb6\xe8\x6f\x87\xfe\x1a\x89\x9e\x06\x42\x0c\x89\x87\xeb\x27\x9f\x22\x18\x87\x4c\x1e\xba\x45\x95\xb4\x91\x76\x68\x83\x7f\x56\x58\x08\xb9\xd5\xe7\xa0\xae\x3a\xd4\x68\x80\xfb\x65\x2d\x82\x25\xbb\x63\x08\x90\x66\xda\xab\xe7\xbf\xdc\x29\x75\xb9\x53\x94\xb4\xca\xd3\x80\xb5\x44\x88\x93\x04\x32\xd3\xae\xb2\x2c\x41\xe4\x00\x19\xcc\xd4\x32\xd3\x84\x5b\xcd\x50\xb8\x41\x42\xdd\xc9\x0e\x50\xed\x6c\x55\x8a\x1e\xe9\x61\x2c\x90\xe2\x0a\x4a\xba\xea\x4e\x54\x13\xc9\x25\xa0\xdf\x82\xb8\x92\x35\x91\x9c\xea\x24\xb7\x4d\x84\x1a\xb9\x42\xc0\x75\x79\x47\xb5\x2e\x28\xa9\x56\xbb\x08\x57\xb6\x4b\x24\xa2\xfb\xc1\x46\x76\xf2\xac\x23\xac\xb5\x5c\xec\x69\x1f\xea\x60\xdd\xb9\xe2\x0b\xed\x46\x9f\xe8\xfb\xbb\x7e\x68\x90\x60\xac\x77\xc7\xad\xd8\x79\xcc\xad\xbf\xe2\xd0\xf8\x2a\x97\x68\xd1\xf3\x36\xc1\x0e\xf5\x63\x8b\x54\xcb\x77\x9c\xec\xa6\x9b\xc1\x03\x51\xe4\x4c\x5d\xa2\x3b\x3a\xb5\xb2\x79\xba\x15\x09\xaf\xc7\xa7\xb8\x21\x50\x34\xd9\x30\x46\xec\x13\x10\xfb\x3e\x8d\xd8\x99\x34\x62\x17\x46\xad\x7f\x86\xd8\x7a\xcc\x04\x62\x97\x12\xfd\xfd\xb7\x10\xdb\x4e\x22\xb6\xfd\x33\xc4\x76\x4f\x6c\xd2\x1a\x08\x71\x27\xe0\x50\xee\x8a\xbe\x06\xd9\xa3\xc0\x55\x2f\x7a\xf9\x39\x52\x14\x68\xba\xee\x0a\xf5\x6b\xe1\x24\xa4\x65\x07\x92\xf4\x3c\xc3\xda\x61\x4a\xb4\xca\xb7\xc6\x7e\x4b\x7a\xbd\x86\x3c\xc0\x67\xbb\x5d\xcd\xb4\x8c\xe2\xd8\xf1\x65\x80\x84\xbe\xbd\x13\xfb\x92\x1f\xc9\xa4\xc8\x1d\x9f\xea\xec\x22\x9a\xed\x98\x53\x63\x97\xe7\xe4\x9c\x2a\x72\x39\x8d\xc4\xf6\x13\xd6\x55\xcc\x5c\x23\xae\xce\x8a\x03\x3e\xf7\x12\x1e\x8f\x57\xbb\x6f\xa8\xb3\xee\xbb\x22\x37\x78\x38\x4c\xc8\xf5\xcf\x45\x50\xd8\x80\xe7\x11\xd9\xab\xbd\x39\xb1\x9c\xea\x21\x3e\xa3\x9b\x06\xfb\xda\x7d\x50\xc4\x76\x47\x73\x77\xc8\x38\x47\x8d\x3d\xa1\x5a\x01\xab\x1a\x4b\x98\xd6\x2d\x6d\x7e\x71\x93\x7a\x38\xa3\x1b\x94\x98\x10\x75\x92\xe6\x65\x21\x4c\x7c\x91\x0f\x53\x0f\xd3\x5f\x98\x97\xfe\x5c\xc5\x5f\x4c\xf0\xc3\x3c\x8c\xbe\xe8\x08\xbb\x24\xe1\xe3\x98\x6d\x8b\xf5\xa0\xcb\xb5\x05\xcf\x00\x29\x3c\x9a\x86\xcd\x66\x5f\xb2\x8f\x38\xf7\x00\x7d\xbe\x7a\xed\x8b\x08\xa9\xfa\x8c\x54\x50\xdb\xb1\xca\x7a\x6f\x34\x50\xb0\xb7\x4d\xa5\x0f\x49\xb9\xa4\xd6\x25\x7e\xb3\xe2\x37\x59\x4f\x38\x25\x05\x1b\x30\x1d\xe6\x66\x67\xc5\x3f\x66\x26\xb5\x0a\x47\x6e\x52\xae\x0b\x55\xa7\xb0\x4c\x2d\x99\xe1\x14\x1d\x9f\xa0\x7c\x33\xe9\x57\xba\xcf\x59\x4f\xb4\xec\x02\x82\x3c\x26\x39\x18\xf4\x7d\xfa\xdf\x0a\x65\x3d\x43\xe7\x27\x4f\x4a\x2d\xa5\x2a\xac\x58\xe1\xc4\x68\x7b\x3a\xf3\xf6\x4c\x59\x71\xa3\xe6\x44\x51\x3a\x9c\x9c\x3d\x1b\x79\x1a\xa2\x8f\xdf\xe1\xe4\x05\x60\xe8\xb4\xd1\x55\xae\xda\x65\x82\x4b\xb5\x1d\x4a\x70\x65\x1c\x75\x9b\x70\xd1\x27\xec\x53\x94\x26\x90\x92\x89\x52\xdc\x86\x4d\xae\xc4\x4d\x1b\xd9\xd7\x42\xf8\x41\xb7\x97\x8b\x26\xd4\x73\x08\xe1\x64\x5d\xc9\x69\xe4\x9a\xd8\x04\xef\xa0\x8a\x94\xf5\xd7\xb2\x89\x1a\xbf\xe3\xa8\x57\x46\x28\xf9\x9a\x07\xf5\x7f\xd7\x68\xb5\x52\x08\xb4\x55\x6f\x9c\x2f\x23\xd1\xb6\x2f\xd4\x4e\x46\x8d\xdb\xc2\x41\x58\xc2\xd7\xbd\x39\x39\x8b\xbc\x0a\x50\xf0\xe9\xe5\x10\xcf\x48\x38\x64\x91\xec\x96\x91\x8c\xb8\x57\xe1\x57\xe4\x7f\xbd\x50\x63\xd2\x78\x97\xe5\x62\xe2\x26\xd2\x4c\x10\xb9\xb1\x81\x35\x48\x8f\xa7\x4e\x1c\xbc\xcd\xd8\xf4\xee\x30\x27\x5b\x21\x91\xfb\x93\x7d\x8f\x86\x89\xc7\x94\x4f\x4a\xc5\xf4\x7a\x4e\x79\x38\x55\x68\xc7\x4e\xe7\x53\x99\x63\xdf\xa9\x3a\xba\x1d\xc9\x43\xae\x45\x5a\x51\xb5\x05\x1a\xed\xe5\x38\xc3\xb9\x32\x33\xa4\xf1\xf1\x4d\xda\x57\x47\x8c\xad\xb2\x72\xb4\x7c\x3c\x97\x14\x50\xf9\x41\xf1\xc9\x70\x8e\xd7\xd3\x09\x3b\x47\xd9\xcb\x2a\x61\x75\x36\xc8\x1f\x59\xe1\xe0\x59\x92\xc9\x4f\x6c\xee\xf4\x84\x7a\x35\xc5\x1f\xa9\xb4\x9e\x5b\xb0\x28\x86\x31\xa4\x19\x94\x3b\xe4\xf8\x3a\x55\xd3\x5c\x8b\x43\x81\xa3\xf9\x5f\x02\x5a\x9d\x24\x32\x49\xc2\xb1\x3a\x4a\xfe\x47\x71\x2e\x94\xf2\xf7\x06\xdc\xc4\x42\xae\x32\x1c\x33\x34\xc9\xb4\x62\xa8\x79\xac\x8b\x6c\x4f\x2a\x37\x31\x44\x28\xb1\x74\x99\xb2\x11\xab\x3b\xda\xe8\xf0\x14\xa9\x25\xc3\xfb\x97\xe5\x89\xa2\xf1\x8f\x92\x4a\x7a\xd1\x25\xe5\xcb\x19\x20\xd8\x26\xca\x69\x3f\x7c\x4b\xd6\x39\xde\x82\xa2\x9d\xed\xdf\x91\xa1\xb5\x8a\xe5\x6f\xf2\xf9\x55\xaf\xb0\xd7\x23\xcc\x5c\x0f\x48\x41\x9a\x75\xdb\x38\x53\x88\xce\x14\x9c\xfc\xa0\x91\x6b\x65\xa3\x1a\x7e\xe4\xee\xb9\x51\xd7\xf8\xf8\x0f\x51\xb9\xfd\x35\xaf\x5f\xbe\xe8\x88\x51\x7b\x24\xa1\xaf\x59\xc3\xfa\x3a\xcf\x43\x5d\x33\xae\x45\x2a\x0a\x52\xf1\xd5\x2c\x8c\xaf\x2f\x35\x61\xa6\xa2\xee\xe0\xe3\x0c\xf9\x7f\x20\xc4\xfb\x14\x75\x60\x5e\x72\xac\x55\x59\xe4\xc9\xf9\xa4\xa0\x42\xe6\x39\xcd\xdc\x57\x2a\xf1\x9d\x2a\xc9\x2a\xf2\x4a\x6b\x29\xca\x79\xdd\x90\x82\x50\x35\x43\x44\xc4\xf4\x8c\x01\xd0\xe4\xc5\xaf\xb3\xe2\x32\x32\x0c\x92\x4f\xe3\xae\x72\x13\x7b\xb6\xad\xa0\xf0\x47\x2a\x82\x09\x54\x7a\x7a\x5f\x1d\x68\x4f\x90\x2d\xd9\xb2\x97\x38\xca\x2f\x9c\xfe\xe2\xc2\x1a\xd6\xa3\xe0\xdc\x3b\x77\x3e\xf6\x68\x46\xab\x11\x3b\x23\xe3\xff\xbe\xfe\xed\x0a\x7b\x2c\x6b\x48\xa1\x95\x91\xe1\x03\xf4\x8a\x6b\x60\x4c\xff\x50\x24\xcd\x48\x5e\xee\xa1\x48\x33\x0f\x5e\x0a\xa8\x34\x3e\x66\xbd\x0d\xc7\xb7\x8e\x8e\x08\x40\xa9\x53\x01\xd6\x87\x71\xe6\x86\xb9\xd9\x3e\xe9\xfa\x6d\xd1\xf6\xed\x28\x92\xbd\x3d\x65\xbe\x75\x74\x60\x47\x86\x0d\xb4\x08\xb0\xe3\x71\x97\xd8\x03\xf1\x41\x1e\x05\xea\x44\xe1\x38\x7a\x2b\x38\xa5\xba\x7e\xad\x99\xfa\x19\xfa\xe8\xcd\x88\xf1\x56\x15\x99\x6f\x90\x1e\xf2\xc9\xb4\x9f\xae\x34\xe6\xdc\xbd\xce\x56\x34\xa7\x3e\x59\x5a\x7b\xaf\xc4\xea\x72\x21\x66\x02\x9c\x6a\xff\xd6\xa8\x49\x5e\x34\x33\x99\xd9\x71\xc1\x66\xda\xb1\x2a\xa7\x50\x83\x53\x35\xa7\x3b\xd0\x02\xe6\x6b\xd6\x13\x16\x29\xfe\x5d\xaa\xf4\x26\x2c\xa3\x2d\x6b\xd3\xfe\xb6\xc9\x82\xdc\x65\x2b\x40\x7b\xbe\x90\xf0\x21\x20\xd6\x20\x0f\x15\xfa\x2d\x29\xb4\x29\x8c\x70\x10\x32\x72\x1a\x7d\x78\x46\x46\xfa\x70\x0d\x20\xb5\x44\x7d\x15\xa8\xbf\xa1\x67\xeb\x24\xd5\x7d\xd0\x4b\x52\x16\xe1\x48\x09\x67\x3f\x64\xfb\xc2\x3a\x6f\xb6\xb8\xa2\x10\x84\x52\xee\x45\x58\x82\x33\x10\x53\x50\x9a\xf3\x00\x54\xbe\xd0\xd0\x39\xf7\x73\x9c\x31\xd2\xc0\x7a\x42\x7d\xae\x96\xf0\x80\x5b\x17\xe2\xe7\x7d\x7d\xf7\x41\x33\x4b\xbf\x09\xbc\x66\xd4\x75\x9e\xea\xba\x8a\xb9\xdc\xe4\x5b\xd1\x13\xd8\x2e\x4e\xb8\xbd\xad\x1a\xc7\x30\x42\x5c\x3a\xbe\x1b\xcd\xa9\x70\x16\x6c\xa7\xaf\xc8\xec\xbb\x70\x67\x0a\x7e\x42\xfa\xd2\x1b\x29\xa1\xee\x50\x1c\x43\xaf\x62\x2f\x85\x4d\xde\x3d\x62\xa7\x02\xd6\xfe\x5e\x21\x27\xae\xe8\x8d\x95\x21\x27\xe4\xa0\xca\x89\x13\xe0\xc2\xe8\x5b\x7f\x76\xf4\x3d\xf1\xf4\x58\xda\x5f\xa3\x17\x0a\xa9\xe9\x87\xd9\xae\x18\xcc\xb8\xb2\xb3\xb1\x2c\xbb\x89\x48\xcc\x4e\x31\x83\x1b\x36\x98\x50\xe7\x6f\x7b\x64\x52\xe8\xf8\xbd\x6c\x5b\xd8\xa2\x44\xde\x9a\x36\x32\x20\x14\x2b\xc8\x3f\xc0\x01\x63\x84\xd6\x8f\xd3\x2d\x7b\xbd\xd8\x42\x3d\xc0\x78\x85\x9c\x78\x0f\xb0\x60\xc1\x9d\xff\x29\x4a\x30\xa7\x3e\xd5\xa5\xbe\xd7\x26\xbe\x9c\x42\xe3\x70\x98\x7d\x90\x72\xa7\x4e\x65\x95\x97\x92\xd8\xdb\x50\xb2\x51\xea\xbe\xb1\x25\x36\xe5\x49\x18\xb9\xd9\xbe\xcb\xb8\xd1\x12\xa9\x3c\x3a\x92\xad\xf8\x32\x6c\x20\x8b\x16\x84\x88\xd1\x3b\x24\x7b\x93\x19\xa6\x27\x12\xbf\xbb\x74\x3a\x93\xbf\x55\xcd\xaa\x1f\x49\x9a\x68\x36\xe0\x2f\x75\xad\x9f\x17\xd1\x3d\xc8\xf1\xfb\x95\xd7\x65\x49\x21\xbe\xa4\x40\x38\xeb\xf9\xd7\xd9\xef\xb7\x1f\x0c\x34\x10\xf6\x27\x8d\xc3\x49\xe6\xd6\xb5\xb4\x5a\x2b\x4f\x8a\x80\x21\x1b\x53\xa7\x6f\x59\x47\xb4\xee\x66\xf4\x1f\x6f\x37\x87\xdf\xce\x91\xa5\xda\x64\x9b\xf7\xf4\x6d\xcc\xf3\x79\x07\xff\xe3\xfe\x3a\xf6\xa2\x34\x57\xec\x7b\xeb\x65\xa0\x81\xa4\x4b\xd4\x9d\x11\x9b\xee\xd5\x1e\x8d\x68\xa5\x6e\x0b\x70\x48\xeb\xee\xf3\x24\x6e\xb7\xc3\x84\x1b\x4c\x6f\x3c\xba\x31\xb8\x21\x9c\xcd\x49\x65\xdf\x85\x8d\xcd\x72\x11\x6e\xc9\x9a\x87\x6e\x3e\x8f\x6b\x60\x29\x6b\x48\x78\x51\xc4\x35\x6d\xb1\x46\xde\xbc\x5f\xd0\xfb\x84\x86\x7a\x4d\x12\xb0\x53\x22\x97\x56\x72\x4b\xe0\xc3\x0f\x45\x61\x45\x95\x12\xcf\x3f\x84\xf8\x38\xf0\xc9\x5c\x93\x64\x3e\x6f\x06\x70\xbc\x86\x98\xf6\x1e\x70\x28\xfb\xba\x8c\xff\x17\x9c\x5a\x43\x4f\xd9\x23\x3b\xb4\x7b\xbb\xc1\x3b\x18\xa0\xba\xa3\x3e\x60\xd1\x15\xea\xb1\x96\xe4\xdf\xf6\x55\x93\x8e\xa6\x43\x6a\x60\x57\x88\x12\xcb\x51\xdd\x15\xeb\x2a\xf3\x34\x7b\xc1\x3e\xbe\xc3\x59\xe9\x26\xe6\x79\x17\x25\x94\xd0\x4a\xf0\xbc\xde\x98\x1d\xea\x33\x88\x09\x9d\x49\x3f\x1f\xb1\x72\xf7\x6a\xad\xef\xa6\xf7\x37\xb8\x05\x15\x99\x7b\x24\x85\x8b\x1c\xd7\x4d\x96\x4d\x64\x9c\x8c\x42\x29\xe0\xb6\x42\xde\xcd\x1b\x59\x2f\xc3\x25\x34\xab\x84\xf7\x0c\x2b\x2b\xfd\xd3\x35\x69\xe6\xd9\x2b\xd2\x83\xde\xf9\x8b\x7f\x7a\xa6\x40\x45\x17\x9a\x85\xbe\xb0\x3f\x91\x6d\xdb\x43\xec\x1b\x98\x68\x6e\xcd\x69\xb8\xd5\xca\x4a\x3c\xec\x44\xe8\xef\x42\x16\xa6\x4f\x6c\x36\x6a\xe0\x75\xfc\x26\xee\xb1\xc3\xe9\xd5\xbb\x66\x78\xd5\xb0\xce\xfb\xe9\x18\xbf\x18\x79\x3e\x71\x7e\xcd\x8e\x09\x5e\x22\x83\x90\x61\xb3\xfa\x89\x01\x2f\x26\x61\x17\x6c\xe3\x74\x47\x46\x07\xf1\x92\xf0\xc6\x8b\x32\x4a\xe9\x2b\x2d\x67\xe1\xcf\xb6\xb0\x9f\xf3\xa4\x90\x86\x17\xbc\x0a\x65\x28\x4d\xc8\x1d\xc9\xe7\x1c\x90\xe6\xc0\x4d\x2f\x5e\x59\x5f\xb8\x2b\xb9\xf6\xb9\x64\x0a\xbd\xec\x0a\xe7\x71\x5e\x93\x66\x03\x85\x7d\x0e\xe9\xf8\xeb\x78\x6e\xbc\x44\x3b\x67\x77\xe1\xfe\x9b\x18\x88\xa7\x68\xbc\x06\x3b\x42\x85\x96\xc5\xa7\x14\x3c\x41\xa8\x48\xf7\x3e\x57\x89\xaf\x58\x99\xa4\x42\x6b\xaa\x28\xfa\x9c\xe8\x87\xda\xc9\x8a\xe2\x2c\x81\x90\x19\xa0\x8b\x31\x4e\x05\x53\x0e\x31\x44\xc2\x70\x4e\x19\x38\xa6\x2a\x75\x0d\x8b\xaf\xae\x0e\xdd\xe8\x19\xc2\x81\xa7\x35\xbc\x42\xeb\xf0\x57\xde\xa9\xe2\x18\x08\x4d\xb7\xc3\x3b\x6b\xfa\xa9\x8e\x02\x58\xb5\xde\xc1\xe1\xd8\x70\x8a\x88\x73\xe0\x3f\x4c\x26\xd5\x17\x23\xf6\x0b\x2f\x47\x06\xfd\x7e\xbe\x8a\xe0\xda\x1c\xb3\x8c\x4b\xd2\x2f\xf3\x63\x31\x28\x54\x6f\xc8\x59\x4b\x82\x01\xe9\x67\xa8\x99\xf3\x1a\x67\x5a\xdb\x55\x51\x5b\x7f\x8d\x8e\x1e\x1b\x48\x61\xdf\x13\xd9\x85\x52\xb9\x83\xfc\x0c\xc6\x29\xd7\xe6\x9e\x10\x62\x5f\x35\xa1\x1b\xa8\x38\xa1\xd1\xe0\x99\x56\xf7\x14\x6b\xb5\x56\x65\x4e\x3a\xb2\x94\x94\xc7\x95\xb2\x09\x12\x87\xa2\x6e\x37\xec\xda\xb2\x96\xec\xfd\xac\x72\x32\x79\xe1\x94\x95\x7a\x62\x97\xed\x09\xfc\x52\x87\x07\xa4\x18\xed\x72\x42\x8c\x09\x31\xe1\x1f\xc8\xc8\x98\x8d\x92\x5d\xc0\x59\xa8\x5f\x82\xe9\xc6\xa1\xcc\x7f\x44\xd6\x6e\x44\x15\xcf\x46\xb2\x36\x52\x26\x25\xc0\x48\x92\x73\xa2\x46\x89\xa2\x85\x13\x41\x7e\x82\xa7\xa6\x89\xf3\x11\xfd\xf9\x5d\xd4\x95\xf0\x88\xc4\xdb\x05\x88\x09\x54\x6d\x4b\xed\xec\x58\x8f\xc0\xad\xe2\x88\x96\x80\xcc\x53\xde\x9c\x75\xda\x74\x50\xaf\x96\x07\xaa\x23\x99\x28\xda\xbb\xd0\x6d\xda\x2b\x74\x87\xaf\x6d\x7a\xa7\x4e\xcd\x11\x74\x81\xef\xf1\x22\x5d\x2a\xb1\x94\x56\x69\xd0\x54\x78\x8b\x26\xf0\xa5\xb9\x13\xd0\x3d\xe9\x96\xd0\x20\x95\x12\x96\x82\xf0\x16\xdb\xb5\xa5\x4a\xf4\xeb\x32\x87\xd3\x43\xe4\xf5\xb2\x13\x25\xec\x1a\x52\xf1\xd7\x71\xe3\x75\x0a\x08\xfc\xf6\x8e\xa8\xd4\x49\xfe\xd0\x56\xa0\x8a\xc5\xf3\xf9\x91\x73\x28\x83\xce\xd3\xa3\x4c\x31\x87\x3d\x0a\x49\x30\x58\x38\x7f\xc2\x92\x02\x9b\xdb\x75\xfe\x7a\x33\x56\x00\x36\xb5\xb5\x0f\x1e\xb6\x89\xea\x79\x50\x84\xde\x2b\x59\x3f\x3f\x4e\x6c\x11\x9d\xcb\x43\x43\x26\x31\xa5\x01\xfc\x5c\xca\x4a\x2d\x99\x6d\x1a\xe1\x6a\x88\xe5\x75\xea\x48\x4b\x32\x21\xfd\x88\x73\x9c\x11\x4a\xd6\xec\x10\x05\x86\xee\x17\xf8\x9f\xb3\x4f\x79\xa7\x19\xbb\x02\x86\x83\x6c\x9c\x50\x15\x1b\xb8\x87\x23\x8e\x4b\x38\x35\xae\x47\x49\x54\x45\x9b\x7d\xb9\x11\xc4\x47\xc5\xdc\x88\x5e\xda\x93\x5b\x72\x5f\xc5\xdd\x9e\x7b\xfa\x7a\x3e\x8f\xbf\x9b\x0e\x3e\xb6\xf7\xb0\x31\xb7\x0b\x08\x17\xd0\x03\x78\xc2\x7e\xca\x83\xfb\x59\xcb\x42\x0a\x3e\x9a\x29\x5b\x92\xed\xa1\xf1\x35\x7c\xf2\xa4\x0a\x3d\x34\x73\x4f\x17\x0b\xc6\x76\xe8\xd5\x3e\xc4\x6b\x65\xd3\xc2\x44\xd3\x28\x7d\xaf\x91\x67\xe4\x53\xa2\xab\x37\xfc\x22\x9a\xf2\x9e\x7f\xd2\x18\xfc\x39\x9a\xf3\x01\x2d\xa5\x26\x58\x6c\x50\xe6\x92\x09\x4e\x36\x31\x39\x07\xd8\x5c\x93\xd5\x1f\xc6\x39\x96\x57\x29\x67\x18\xb9\x27\x18\x53\xf6\x06\x5e\x30\x24\x0f\xbc\x81\xb9\x6f\x0b\x71\xbf\xc6\xe3\x61\x7c\x58\x2b\xd0\x6e\x7b\xe5\x19\xc7\x63\xbe\x08\x71\x57\x41\x76\xd1\xb9\xd9\xec\xab\x87\x97\x93\xe9\x56\x38\x57\xc2\x7e\xc6\x2b\x99\x19\x07\x9c\x44\x03\x47\xd8\x1b\x97\x32\x1e\xf0\x8e\xcc\x65\x98\x68\x46\x8a\xd7\x0d\x04\xee\xfb\xf2\x8c\x9d\xe9\x66\x61\x92\xfa\x4d\x43\x45\x8c\xe3\x02\x30\xd9\xdc\x92\x22\xc8\x62\x6b\xc4\x05\x50\xde\x01\x0f\x2e\x8a\xa1\x41\x3e\xa0\x1c\xad\x07\x6b\x5c\x97\x89\x0d\x3d\xb0\x69\x8d\xf8\x1c\x4a\xf3\x24\xa3\xdc\x01\x1b\x0b\x81\x71\xdd\xe9\x84\x4e\xe0\xcb\x6c\xc2\x5a\xa9\x89\x47\x73\xa1\xd8\x05\xca\xfc\xe1\x10\x29\xee\x92\x56\xe0\x59\x70\x31\xae\x8f\x2a\xd3\xe7\xd5\x33\xd8\xec\x8e\xbe\x0a\xeb\x5b\x78\x19\x8c\xa1\x1b\x1e\x36\x6e\xa3\x97\x63\x95\xe1\x97\xb9\xad\x6b\x9e\xda\x48\xee\x34\x28\x6f\x11\x54\x48\xcb\x64\x0f\x4b\xd4\x39\x7b\x01\xb5\xea\x6a\x24\xf9\x17\xdf\xf6\x20\x1d\xd2\xf1\x55\xa5\xf3\xb7\x03\x42\x4f\x7a\x3d\x14\xb7\xa4\x05\x6a\x3b\xc9\xcc\x28\x6b\xaa\x68\x8d\x4a\x26\x03\x15\x4f\x7d\x6f\x8a\x8b\x69\x38\x0f\xd1\x43\x4f\x28\xdf\x3e\x7b\xeb\xc1\x13\x83\x18\x3d\x95\xb3\xce\xde\x76\xc1\x46\x90\x07\xeb\xcd\x46\x8f\xee\x3a\x9c\xed\x92\x9a\xe4\x25\x67\x60\x73\x4d\xa5\xaa\x2a\x10\x67\x46\x0e\x8f\x1d\x0e\x4f\x98\xc2\x3f\xed\xa5\x82\x74\xf7\xfd\x0d\x45\xac\x75\xe8\x8e\xb8\xdd\x83\x8a\xbe\xad\x91\x39\xe7\x7e\x43\xf5\x09\x2c\xb1\x86\x8c\x34\xd8\x8d\x60\xda\x99\xc0\x9d\xa9\x73\xe0\x6a\xbc\x9c\x62\xa2\x8c\x9c\xfb\xd4\xa7\x2b\xc4\xcb\x46\xd3\xa4\xb2\x4d\x49\xfb\x0f\x4d\xa1\xaf\x73\x52\x96\xc1\xd9\x7c\x88\x89\x7d\xec\xa4\x99\x53\x98\x43\x2d\xe5\xc9\x08\xe7\x80\x8a\x24\xe3\xb0\x21\xcf\xb8\x4b\xae\x5f\x2d\x4e\x35\x0c\x3f\x18\xb0\x6d\x9b\x29\x66\x52\xa7\x19\xa9\x1c\x02\x48\xc1\xbe\xdd\x46\xbe\x94\x2e\x74\x49\x70\x52\x73\x4c\x8e\xa3\x19\xbc\xbc\x7a\x3e\x25\x05\xe5\xa8\x2c\x1e\xb7\x8c\x6b\xb8\x87\x54\x78\x7e\x9e\xe4\xe8\x8d\x5c\xe4\x39\x1d\xbf\x13\x85\x05\xbf\x12\x0f\x67\xd2\xc7\x27\xd8\xf8\x07\x84\x55\x0c\x53\x6f\x23\x46\x9c\xde\x32\x73\x83\xfc\xfd\xf3\x57\x50\x2c\x7d\xce\x4b\xf4\x37\x29\x83\xba\xa4\x2b\x9f\x59\xef\xa4\x1a\x23\x76\xc5\x83\xf2\xdf\x42\xac\xa9\x95\x1a\xe0\x1d\x7c\x93\x78\x79\xa0\xd8\x66\x05\xb2\xdb\x87\xed\x87\xc8\xb9\x4f\x41\x3b\x25\xc4\xbe\x79\x03\x30\x7e\x14\x96\xfe\x8c\x0b\xff\x19\x2c\xc7\x5d\xaa\x5f\x62\xbd\xcd\xc4\xa1\x64\x99\x59\xe8\x02\x9b\x96\xe1\x34\x0c\x5d\x94\x8c\xd0\x8d\xc6\xb1\xad\xb4\x5f\x20\x55\x0c\x87\xf2\xa2\x24\x06\x34\x35\x33\xe4\x04\x99\x12\xe5\xf0\x66\xcf\xc8\x86\x70\xcc\x1b\x97\x3d\xce\x6a\x12\xc3\x75\x46\xfb\x18\xaa\xcb\x26\x11\x70\xd1\x84\x33\x15\xe5\x39\x0d\xd4\x57\xf0\x9d\x91\xa1\x5f\xcd\xac\x3c\xfe\x10\x07\xf6\xaa\x3d\xa2\x6e\x33\xe0\xec\x27\x92\xf3\x00\xf7\x00\xcd\x1a\xdc\x04\x86\xd5\xbc\x4c\x3f\xd4\x22\xb7\x55\xe6\x2e\x0b\xdc\x65\x7e\x4e\x3c\xc3\xbb\x40\xd1\xfe\xb8\xcb\xbe\x75\xfe\xb5\x47\xf6\xed\x96\x5b\xe7\x2e\x2a\xdc\x45\x79\x2e\xe3\x2d\x3b\x60\xcb\xf6\xb4\x65\x35\x69\xda\x2c\x41\xf2\xba\x1c\x5b\x75\xc8\x73\x86\xde\xa9\x66\x21\x9d\x27\x8d\xe7\x16\x05\x56\xa0\xdc\xdd\x9d\x40\x4e\xdd\x3d\x09\x0b\x0d\x07\x96\xa6\x32\x09\x87\x1b\xa4\xdf\x67\x36\xf5\x9d\x26\x68\x45\x87\x82\x14\x1c\xe0\x5b\x32\xa0\x73\x28\x4f\x01\x75\xa6\x93\xdb\x42\xaa\x42\x14\xc8\xfd\x7a\xc7\x37\x27\x58\x1b\x3a\x01\x2d\x94\x74\x32\x27\x0a\xa5\xad\xcc\x91\xf4\xca\x2f\xb1\x3e\x14\xbb\xbe\x87\xc4\xe0\x31\x3d\x75\x84\x7a\x7a\xf8\xf6\x84\xa5\xcf\x5f\x24\x7b\x72\x82\xf6\xe1\xe5\xe1\xd1\xff\xd0\xe1\xf1\xad\xf4\xe1\x81\xc2\x0a\xc7\xc7\x57\x7f\x71\x7c\x26\x24\x60\xc6\x07\xa8\x74\xf5\x00\x75\xa2\x8c\x64\x04\x62\x53\x53\xed\xec\x24\x35\xfe\xe1\x49\x22\xcc\xa7\x63\xb2\xf9\xc9\x49\xba\x6c\x12\x41\x12\x4d\x0e\x57\x9a\x44\xe0\xe4\x81\x30\xe5\x3a\x47\x31\x5d\x60\xbc\x4b\x18\x7f\xf3\x73\x8c\x57\x3f\xc2\x78\x4f\x38\x9f\x26\x1d\x08\x6e\x0b\x24\xd3\x78\xdd\xf1\xdd\xa1\x25\x8d\x0f\x90\xcd\xc0\x1e\x4b\x2d\x93\xa4\x1e\x93\x17\xd0\x5e\x46\x1a\xc9\xa5\x9d\x93\x65\xd2\x6a\x9f\x9a\xe4\x7b\x90\x6f\xe6\x64\x00\x4e\x68\xb8\x79\xcc\xf6\x84\xfd\x89\x2c\x0f\x8c\x99\xc3\x6c\x5c\xea\x05\x75\x15\x5e\x4c\xf9\x31\x94\x3b\x83\x1d\x14\xdb\x7b\xd8\x41\xa9\x01\x60\xcd\x39\xa9\x3b\xb9\x1b\x7f\x00\xde\x08\x83\xf0\x46\x5c\xee\x6f\xea\xe8\x6b\x68\x25\x91\x1b\x2b\x38\x7b\x3b\x77\xb2\x03\xb1\x55\x14\x2a\xb9\x52\xee\xf9\xeb\xe2\x96\xb2\x1c\xbf\x1d\xe0\x72\xd1\xde\xc3\x55\xad\x5d\x1a\xdb\x17\xed\x34\x9b\x21\xcf\x5f\xac\xc7\x94\x42\xe1\x2d\x40\xf4\x4c\x7b\x5e\xa7\xb8\xb7\x81\x89\xec\x77\x2e\x5a\xf7\x38\x36\xdd\xb7\xd8\x2a\x12\xbd\xa5\xbc\x09\xea\x0d\xc9\xa5\xdb\x01\x28\xc2\xf8\x28\xcf\x1b\xb5\x85\x5d\x90\xe7\xcf\xb7\x4e\x76\x28\xd4\x5b\xc8\x81\x18\xc4\xb7\x0d\x77\xa9\xe5\xaa\x40\x6e\x9d\xec\x8b\xb0\x6f\x77\x67\x60\xd8\x8e\x29\xad\xc5\x5b\xc8\xab\x58\xd4\xe1\xdb\x5f\xb8\xba\x8a\xed\xd8\x35\x2a\x34\x3b\xa7\x76\x67\xab\xd8\x8f\xdd\xec\x8b\x50\x6f\x2b\xee\x6b\x59\x87\x42\xa1\x74\xb5\xaf\x3d\x8d\x8c\x1c\x62\x81\x75\x38\xeb\xeb\x38\x76\xb3\x1f\x42\xbd\x6d\xb8\xaf\x75\x1d\xb5\x41\x2a\x57\xfb\xd2\xad\x59\xbf\x69\x9f\xac\xd3\x59\x5f\x79\xde\xa9\x1d\xf7\xb5\xe5\x9d\xaa\x5d\xed\x2b\x9f\xda\xa9\xc2\x59\x5f\xdb\x19\x45\x3f\xbe\x85\x5c\x6d\x69\x81\xd0\x96\x41\x01\x6a\xdc\x73\x78\xcd\x54\xa2\xaf\x1d\x57\xf9\x30\x6f\x57\x54\xd4\x55\xbd\xb1\x70\xdd\x3e\x40\x52\xed\x4d\xaf\x75\xa5\x1b\xb3\x52\xd6\xae\xa9\x65\xba\xa7\x03\x79\x5e\xaa\xb7\x22\xf7\x54\xaa\x81\x28\x2c\xaf\xf5\x74\x28\xca\x48\x9f\x5b\xe2\x5a\xd8\xd1\xcb\x09\x1c\xe4\xdf\x38\x6e\xba\x5d\x9f\x82\x15\xf0\x11\xdd\x9d\x6a\xd7\xd6\x82\x4b\x03\x2e\x49\x9f\x09\x3b\xd2\x0b\x97\x92\xb9\x4f\x38\xa5\xcc\x39\xae\x68\x56\xbf\x61\x25\xe4\x3a\x6e\x44\x0c\xaa\xe6\xe4\x29\x6e\x14\x6a\x16\xd0\xca\x1e\xd5\xf9\xe4\xda\x3d\x1d\x2e\xbf\x75\xd9\x09\xaa\x81\xb6\x41\x57\x1d\x5c\x99\xb6\x0f\xdd\x03\x22\x90\xdb\x1f\x3c\x9a\x4d\x39\xd6\x1c\xcd\x07\x66\x5f\x84\x05\x67\x84\x57\x62\x96\xd7\x92\xfd\x0c\xc8\x68\x50\x64\xb5\xe5\xae\x04\xf7\x85\x6d\xe9\xcb\x15\xa0\xcf\xc8\x5d\xb4\x41\x4a\x26\x9b\x8b\x7a\xd7\x91\x7b\x70\x58\x2b\x32\xc6\x34\xb3\x51\xf6\x46\xf2\x5e\x72\xc0\x33\x98\xa3\xda\x0a\x29\xde\xe6\x46\x53\x46\x0f\x60\x3d\x36\xf8\x82\x99\xb1\xff\xdc\x76\xc2\x99\xc7\x26\xd8\xa5\x06\xfe\xef\x74\x75\x07\x8d\x2f\x96\xc4\xbe\xb8\x63\xce\x09\x35\xe2\x1d\x5e\xfb\xe7\x7d\x50\x64\xe0\x78\x86\xbb\x68\x43\x05\x5d\xdd\xed\x04\x95\x91\x7c\x88\xfa\xac\xda\xe5\x6f\x5f\x2a\x28\xb1\x44\x1c\x82\x16\x27\xba\x9c\xb3\x9e\x25\x32\xfc\x0d\xad\xd1\x93\x5e\xec\xce\x9e\x19\xc1\x5b\x0b\xda\x2f\x9c\x5c\x60\xd9\xdc\xc8\x80\x05\x70\x08\xe4\x77\x0f\x70\xfc\xe2\xb8\xeb\xb6\x5f\x21\x18\xdd\xa6\x57\xc8\x66\x7b\x61\x57\x4f\xd2\x64\x55\xd1\x12\x11\xc9\x51\x6c\x0e\x25\x05\x06\x72\x1b\xbc\xc0\x51\xce\xa6\xab\x81\xfd\x86\xd9\xb4\xdd\x6b\x94\xb9\x5c\x03\x12\x32\xf4\x0a\x4b\xf8\xc6\x14\x99\x0d\x5e\x3f\x41\xb8\xd9\x21\x0b\xf8\xb6\x93\x3d\x2a\xb5\xeb\x70\xc6\x85\x22\xd7\x7f\xf8\xdf\xd1\x6b\x1c\x43\x4a\x85\xdb\xe3\x72\x24\x14\xad\x52\x81\x1c\x39\x2e\x9b\x2a\xad\xb1\xee\x62\xa3\xd6\x3b\x8e\x90\xa0\x90\x4a\xd8\x37\x28\xa0\x22\x90\x08\x2e\xee\x45\x11\xc6\xbd\xf4\xcf\xa1\xb0\xc5\x9c\xcb\x4f\x00\xf4\xf1\xd7\x42\x21\x3f\xd5\xc2\x37\xc5\x36\xa8\xc7\x00\x7a\x7d\x34\xf3\x39\x32\x11\xcd\x93\x56\x13\x75\x92\x45\xce\x73\x04\x4f\xe2\x54\x4b\x4d\xae\xa6\xc9\xd7\xb3\xd4\xeb\xd8\xf8\xd3\xd1\x84\x04\x65\xd0\xa1\x1b\xde\xb6\x52\xdd\xc4\xc6\x19\x95\x93\xc7\xd1\x4d\xdc\xe3\x69\x74\x73\x36\xe0\x01\xc9\x92\x9c\x22\x32\x22\xde\x90\xb3\x14\x69\x21\x54\x0b\x6b\x22\xbb\x43\x8b\x52\x97\xb8\xd4\xa6\x45\x75\x34\xdd\x5b\xfa\x9b\xc8\x94\x7b\x47\x7f\x23\x22\x9d\x62\x21\x5b\xb5\x11\x5c\x8a\xca\x64\xb7\x55\x0f\x87\x80\x7c\xd4\x3a\x08\xc4\x50\xf7\x8d\x09\x52\x94\xd7\x89\x14\xaa\x07\x7f\x4e\x51\xaf\xdd\x09\xf1\x0e\xea\x01\xca\xfd\x47\x32\x5a\xa0\x8e\xe0\x13\xfd\xbd\x5a\x3a\x91\xbd\xcc\xad\x95\x93\x00\x1a\x68\xcc\x28\x23\x3e\x1b\xe7\xa4\x52\x49\xbf\x47\x32\xd7\x9c\xac\x1f\xad\x18\x26\x8d\xa3\x75\xbe\x5d\x1d\x2a\x3b\xed\xbb\x71\xa3\x5a\x0a\x05\xe2\x46\x75\x1f\x8c\xc4\x33\x19\x67\x20\x3b\xbf\xd2\xdf\x1b\x1f\xa9\x52\xd7\x3e\xe5\xf2\xbe\xa7\xf8\x02\x2a\xf3\xa9\x5e\xc9\x2a\xdf\xfb\x45\xed\x2a\x13\xda\x3c\xaf\x4c\x81\x5c\xea\x96\xf4\x58\x94\x9a\x4f\xb5\xd8\x5c\x32\x26\x75\xe9\xd3\x04\x2a\x54\x22\x55\xea\x15\x3a\xfa\x2e\x11\x41\xf5\x80\x34\xca\xdd\x00\xbf\x56\xaf\x34\xc5\x25\xcd\xe4\x6e\x81\x77\x21\xde\xe5\xea\x1c\xff\x47\xfa\x11\xd5\x42\xd8\x55\x9b\x8e\x99\xba\x5b\xc3\x60\xb9\x81\x1d\x68\xcb\xf9\x21\xd1\xf2\xb0\x87\x91\x70\xbf\xa7\x2d\xbb\xdd\xa3\x7a\x2f\x5d\x92\xea\xb1\x31\x81\xfb\x77\x1d\xeb\xb8\x3f\x72\x76\x4f\x7c\x9b\x4f\xa0\x75\x6d\xfa\x05\x2c\xa7\x09\x80\x37\xbe\x68\xb4\xad\xf0\xa5\x4f\x71\x0c\x97\x07\xa4\x4f\x99\x8e\x92\x8d\x0e\x97\x8d\x06\x9a\x0f\xce\x20\x61\x08\xa4\x83\x5c\x3c\x9c\xa2\x84\x6a\x4a\xe0\x1f\xa2\x08\x9e\xfe\xa7\x8d\x64\x04\x26\x37\x41\x37\xfd\xa2\x1b\xbd\xed\x45\xdf\x76\xa2\x17\xbd\xc4\x67\xb6\x18\xcd\x68\xe4\xa3\xe4\x7b\xcc\x3d\x3f\xbd\x14\x33\x36\x41\x2b\x0e\x62\xf0\xe3\x56\x0a\x91\x55\xe2\xfc\x1f\xea\x7f\x22\xf5\xbf\x23\x19\x8d\xdf\x17\xb6\x98\xa2\x2b\x8d\x9e\xea\x75\x55\x33\x61\xfd\x03\xba\xbe\x7b\x91\xef\xd2\x1a\x6f\xbc\x06\xea\xb4\x31\x99\x2d\xa3\x5a\x8b\x8b\xc2\xa7\x65\x10\x3e\x97\x83\xc7\x5c\x4a\x1e\x64\x11\x0a\xbf\x52\x0a\xb9\xf8\x22\x73\x85\x13\xaa\x0d\x72\xe5\x6e\x61\x10\xa4\xf4\xb9\x33\xb9\x63\xcb\x54\x1e\x15\x6d\xa8\xc4\xc1\x58\x16\x8c\xd8\xe6\x7b\x90\x16\x1d\xa1\x3e\x37\xbe\x87\x0e\x7c\xcf\xe4\x57\x54\x33\xb9\xe3\xa7\x7b\xdf\x8b\xea\x03\x04\xf2\x60\xda\x72\x76\x12\xf2\xf9\x32\x69\x49\xd6\xaf\x26\x15\x8c\x7a\xdb\xbc\x42\xd0\xf7\x3d\x2e\xe2\x47\xd2\xdd\x89\x3f\x5f\xdf\x46\x51\xc1\xea\x93\xe7\xbf\xf0\xc9\x06\x41\xfa\xa6\x07\x32\x85\x22\x18\x84\x1c\x0b\xc5\x04\x4b\x6e\x43\xa7\x16\x72\x3f\x79\xdf\x83\x69\x8b\xd4\x30\x63\x75\x00\xc2\x79\x15\x00\xb4\xbb\x2c\xc3\x89\x0e\x1e\x1d\xf7\xa7\x29\xd7\x64\xa5\xab\xb4\x6d\x5a\x55\xc1\x4d\x8d\x9d\x80\x17\x52\xf6\x3d\x0a\x20\xcd\x13\x32\x17\x54\xc0\xdd\x06\x26\xa3\x47\xb9\x95\xcd\x20\x12\x51\x77\x1b\xa4\xbb\x35\xad\xb8\xdb\x55\xd3\x74\x9b\x09\x38\x0e\xd5\xa5\x19\x75\x85\xa8\x48\x83\x10\x39\xce\x30\xbf\x2d\xb7\x92\x0a\xa3\x87\x6c\x42\x17\x04\x3d\xef\x4b\xb0\x45\x64\x45\x8e\xa3\x2d\x01\xcc\xde\xe6\x96\xb2\x1d\x11\x17\xb0\x53\xe4\x1a\x2b\xda\x79\x4e\xdd\xdf\x8c\x40\x4c\x39\x53\x26\x2e\x99\x43\x27\x0c\x16\x04\x2a\x70\xae\x7a\x07\x31\x0d\x08\x1b\x70\xc3\x66\xb6\x2d\xa6\x5d\x32\x07\x8f\xbb\xa2\x1e\x20\xac\xa9\x30\xbf\x41\xa5\xa6\x89\xd9\xdf\xc8\x34\x85\x2c\x5e\x33\x99\x33\x7b\x44\x18\xa8\x2c\x83\x7b\x0c\x85\xfe\xa4\xae\x60\x6a\x26\xe2\x9d\x8b\xda\x27\xf0\xd8\x89\xf1\xd8\x3c\x35\xbf\x93\xbd\x0c\x29\xab\xbf\x2d\xdc\xd0\x3a\xef\xe4\xe2\x18\xd8\xc2\xde\x28\x33\x15\xf3\xf4\x7c\x6a\xd3\x3a\x25\x10\x73\x02\x15\xd4\x55\x7a\xbd\x23\x15\xdb\xc5\x2b\x4b\x53\x33\x8a\xd2\x6a\x2d\xe2\x43\xac\x1e\x4e\xbc\xe7\x75\x1c\x80\x0f\x58\xb5\x1a\x09\x98\x0c\x84\xaa\xd2\x21\xf2\x95\x8f\xcd\x82\x12\x71\xc6\x5f\x9a\xcd\xda\x8c\xa9\xa8\x01\x2c\xce\xf7\x28\x45\x67\xb6\xaa\x54\xe7\xb6\xd0\xc4\xbb\xe3\x05\xd9\x26\x82\x66\x79\xef\xa4\xe6\x5d\x9f\x78\x9c\xff\x87\xaa\xad\xc1\x51\xd1\x94\x5e\x2c\xc5\x13\xf7\x1e\x28\x29\x83\x99\xbd\x3e\x5f\x0b\x29\xd4\xed\x0e\x9e\xd1\xec\xd9\xb4\x6e\x66\x3f\x84\x3d\x96\xa7\x76\x8a\x9a\x04\xe8\xf6\x29\xb8\x49\xe0\x65\x17\x8c\xb6\xfa\xb5\xe3\x4c\x54\xd7\xcc\x87\xdb\x0c\xe7\x53\x98\x91\x1f\x96\xbd\xb3\xe2\x30\xbd\x23\x82\x8c\x3c\x72\xfc\xa8\x4c\xad\x04\xa9\x49\xba\xef\xee\x64\x15\xe2\xc0\x84\x3b\x11\x6d\x38\x12\xcd\x59\x1c\x3d\xfb\x94\x09\xd4\x59\x47\x9a\x4a\xda\x9c\x46\x69\x4f\x9b\x24\x06\x0b\xa2\xd2\x4e\x28\xa3\x1e\x92\x0b\x13\x2f\x55\x36\xdd\xed\xe0\x1f\xe6\xde\xe9\x5e\x0a\xca\x40\x01\x03\x98\xec\x13\xa4\xa1\x7d\xad\xc3\x53\x68\x4b\x89\x98\xf0\x0d\xd9\xaf\xf9\x1b\xa6\x9a\x1f\x87\x89\x07\x17\x33\x12\xa3\x26\x58\xdf\x5e\x9e\xa2\x8f\x5c\xa1\x7c\xf5\xd5\x47\xae\x70\xc8\x2f\xe8\xa0\xf6\x38\xe0\x5f\x20\xd8\xfb\x39\x89\xfc\x06\xc1\x72\xe4\x17\xae\x66\x4d\x1e\x94\x89\xb6\x7b\x82\x3e\xe7\xb1\xc4\x27\x29\x71\x3f\xd8\x3b\xb9\x45\x58\x4d\x84\x8d\x99\x89\x87\x6c\x44\x03\x93\x0a\x88\x2e\xdf\xef\x4f\xcf\x38\x3a\x3d\xba\xf3\xbe\x50\x23\x22\xa1\xa1\xb2\xbf\x59\x9b\x9e\x57\x82\x9c\xce\xbe\x3d\x3d\xe6\x63\xc6\xe7\xde\x26\x31\x5e\x4f\xa8\x95\xb3\x3b\xcb\xcd\xa5\x45\xf7\x5f\xd1\xed\x97\x46\xf7\x20\x31\x13\x62\x94\x19\x42\xfb\x71\x1a\x5b\x4e\x37\xd1\x98\x7d\x7d\x45\x9a\x41\x93\xdf\x69\x2c\x3c\x24\xae\xee\x9e\xb0\x6b\x51\xc3\xe8\x2e\xa7\xc4\xf8\x87\x5a\x9a\x60\x2d\x46\x4c\x4d\xf5\xb9\x87\x17\x3b\x52\xf4\x3c\x08\xde\xc2\xeb\x30\xfe\xfa\xe4\x8f\xa4\xb0\x5f\x51\x0a\x2b\x85\xc0\xae\x46\xe0\x4c\xad\x75\x8e\xa3\x9e\xde\xe3\x33\x1c\x1d\x93\x68\x62\x87\xf2\x64\x56\x15\x1d\xc3\x9e\x50\x4f\xfb\x2b\x10\xbd\x76\xce\x1c\x31\x95\x2b\x75\x8d\xdc\x70\xf6\x83\xc7\x31\x29\x48\x34\x87\xd7\x36\x79\x23\xc6\x16\x7f\x30\x9d\x12\x4d\x7c\x67\x6a\x18\x98\x49\x2e\xa6\x5e\x76\x2b\x45\x28\xeb\x08\x65\x67\x23\x02\x56\xd6\x0e\x5b\xc9\x09\x17\x37\xf0\x6f\x69\x90\x92\x1a\xc5\xdd\xe1\x50\xf1\x38\x41\x4a\x20\xe2\xb7\xf9\xa3\xf4\x9e\xda\x8f\x88\x6c\x66\x9f\xf5\x74\xc7\x4c\x90\xca\x1e\x52\x6e\x6b\xfe\xd3\xbe\xb9\xda\x4d\x02\x35\xf0\xe9\x1c\xc5\x2a\x03\x75\x09\x5c\xee\xb2\x2d\x6c\x72\x53\x7b\xf4\x39\x0c\xf7\x12\x84\x7d\x4a\xdf\xc3\x38\xfc\x1d\xa4\x96\x52\x74\x7d\xb9\x39\xbb\x27\x27\xbe\xc7\x5e\xfd\x38\xe3\xab\xa9\x77\xe5\x90\xbc\x05\xe9\xb3\x33\xaa\x90\x5b\xb2\x7a\xdb\x70\x73\x83\x2f\x86\x6f\x34\xbf\xfd\x99\x17\x11\x7e\xdf\x62\x74\xd1\xb3\x99\x4a\xe1\xdc\x86\xfc\xf5\x7c\xea\x69\x6c\x75\xde\x56\x67\xb3\x1b\xf9\x9e\x71\x64\x1c\x98\xd8\x54\x77\x96\xa4\x40\xad\x0d\x76\xa5\x13\xdc\x24\x0e\x99\x1a\x47\xa7\x4e\xf7\xfd\x21\x3c\x2b\x30\x0b\xfb\xfe\x56\x11\x9d\xa2\x8b\xb0\x8d\xae\x10\x2b\xb5\x2e\x7f\x47\x90\xf5\xbe\x4e\x11\xfa\xa1\x89\x56\x4e\xfe\x80\x22\x07\xcd\xf4\x7d\xa3\x91\xa0\x2b\x9c\x40\x2e\xe7\x69\xda\x3b\xf7\x99\xf6\x6a\x82\x10\x36\x68\x43\x67\xe6\x0c\x69\xc6\x37\xaf\x4f\xfd\xe9\xbb\xfb\xde\x08\x0a\x08\x9b\xb2\x37\xb2\x38\x4a\x73\x85\x8b\xe4\x18\x8d\xa9\x07\x0b\x5a\x3b\x92\x27\xf4\x3b\x4d\x68\xc8\xbe\xbb\x58\xa4\x3f\x5e\x1a\x81\x83\x26\x48\x91\x57\xa6\xc6\x52\xd0\x8b\x77\x28\x43\x24\x78\x83\x03\xf6\x05\x20\xd7\x70\xd7\x1d\xe1\x6a\xf3\x67\xdf\x5e\x6d\xe6\x63\x5e\xdd\xcb\x99\x00\x34\x0c\x28\x6f\x8c\x0a\x6e\x56\x07\x95\xbc\x86\x5a\xa5\x6f\x18\x9b\x46\xea\x3a\xec\xed\x12\x63\xbc\x0b\x75\xb2\x76\x69\x79\xaa\x9b\x6c\xa0\x81\x90\x9c\xc4\x50\xd8\x27\x75\xf8\x99\xb0\x46\xf5\xe8\x0a\x67\x77\x81\xfe\x06\xa9\xa5\x09\xb6\xfa\x10\x39\x94\x0f\x80\x8c\x68\x9c\x5a\x37\xe0\xff\x27\x4b\x17\x8a\x74\x64\xa5\x09\xe4\x98\x51\x22\xbf\x60\x95\x23\x25\x09\x45\x6b\x4e\xcb\xb0\x1c\xc9\xd8\x14\x5d\xbf\x27\xd7\x53\x0a\x85\x74\x4d\xfd\x81\x6f\x19\xca\xc7\x0d\x39\x4a\x3e\x9f\xa3\xd3\xde\x4f\x32\xaf\x33\x4c\x9b\x0b\x53\xb6\x53\x14\x71\x3c\x76\x29\x2d\xc1\x51\xb2\x10\x4f\x0c\x24\x9b\x02\x6a\x7c\x54\x8b\x53\x8f\xf3\x15\x32\x04\x56\xea\x7a\x2f\x90\x3f\xdb\xfc\x3d\xe9\xc3\xda\xc1\x4c\x77\xe2\xd4\xac\x73\xb4\x1d\x8d\x95\xc9\x88\x40\x06\xe8\x09\xd4\xdc\xd6\x4f\x67\x99\xe7\x59\x36\xfe\x72\x96\xf9\xe4\x2c\xc3\xaf\x66\x59\x1c\xc1\x97\x14\xec\x00\xe6\xc8\x59\x4d\xf7\xb9\xaf\x95\x10\x6a\x2c\x59\x84\x4c\x72\x0b\xd0\xde\x87\x6a\x05\x9e\xf1\x8b\x43\xb8\x4a\xb3\x60\x9b\x6f\x59\xb0\x03\xee\x51\xc4\x8b\xec\x54\x9e\xdc\x7f\xdb\x1c\x38\xeb\xad\x12\xbc\x91\xfe\x3f\x1c\xa7\xe4\xd8\x4a\x3d\x45\x29\x37\x7c\xf6\x46\x54\x9e\x71\xd5\xdc\x9d\x1d\x87\xa2\x61\x9c\x08\x16\x00\xb2\xff\x7b\x58\x90\x42\x86\xa2\x61\x28\xd7\xb3\x3a\xc8\x5d\x70\x09\x9b\x98\x93\x4a\xf3\x25\x83\xb3\x2b\x2f\x5f\x41\x02\x2f\x07\x0b\xde\xcd\xbe\x03\x65\x90\x5e\xef\xe1\x4b\x50\x3a\x64\xd3\x20\xd9\xb2\x01\x75\xf7\x97\x30\x4c\x8b\x97\x85\x2f\x41\xa8\x57\x5c\xf2\x3d\xf6\xc8\xa2\x5b\xac\x1a\x60\x7b\x6a\x48\x7a\xed\x15\x54\x5a\xcb\x90\xbe\xc6\x16\x94\x45\x3a\xea\xfa\x34\x05\xd0\x28\x22\x28\x67\xf3\xb7\x19\xf8\x3a\x53\x88\xff\xcb\x6a\xa2\x8c\xb5\xc1\x29\xa9\x73\x54\x9e\x8f\x62\x7f\xfc\x7e\x80\xa2\xd6\xbc\x7d\xf5\x4c\x42\x14\x47\xa6\x99\xd9\xb7\x17\x45\x8d\x4c\xc8\x02\xba\xee\xfb\xc6\xb7\x17\x6e\x83\xd6\x63\x87\xcd\xfc\x99\x2e\x24\xe9\x99\xb7\xba\xf4\xcc\x7b\x80\xb2\xf6\x8a\x58\x30\x10\x0a\x25\x24\xa1\x27\xc5\xaa\x4d\x09\x88\x14\x2b\x01\xd7\x0d\xb8\x1d\x6f\xaf\x75\x94\x62\x06\x35\x7e\xd5\x86\xc8\x02\x01\xfd\xd8\x68\xfc\x9d\xa6\x21\x07\xd3\x38\xd4\xa1\xf7\x95\x2f\xa1\xe0\x0a\xaf\x61\x97\xcf\x64\xba\x05\xea\x96\x25\x57\xbf\x59\x7d\x43\x51\xe6\xbc\x2d\xcb\xea\x77\xac\x90\x16\x14\xe2\x8d\x29\x7d\x39\x25\xca\x37\x33\x4b\xeb\xd9\xfa\xbb\x86\x45\x39\x0b\x0e\x4b\x2b\x2d\x29\xfd\x5e\xeb\xf9\x3b\xfd\x26\x90\x6a\xa7\x66\xfd\x6f\x0f\xd7\x99\xa2\x2d\x57\xfb\xee\x74\xe9\x8f\x3b\xa2\x7b\x6a\x9e\x2b\xd9\xaa\xa9\xfb\x0f\x61\xd4\x6a\xa7\x66\xec\xe5\x43\xca\x4f\x75\x6b\x56\x39\xe1\xb0\x99\xdc\x73\xd6\x15\x9d\xb7\x73\x4d\xd0\x31\x13\x17\x61\xec\x2f\x9b\x48\xce\x32\x9b\x79\x29\xc8\xd5\x51\x6e\xbf\xbd\x6c\xea\x3e\x4e\x32\x6c\xa4\x49\x67\x15\x55\x1f\xe0\xb2\x35\x29\xba\x30\x83\x9f\xf7\xd2\x28\x53\xa0\x8e\x3b\x21\xde\xd7\xdb\x5d\x74\x93\xf1\xbd\x04\xce\x04\x67\x9f\x2f\x28\x51\xb1\x17\xc8\xd5\xd9\x67\xa3\x29\x73\xff\x94\xb3\x3a\x3c\xfb\x6c\xd9\xd0\x24\xa4\x1b\xc8\xcd\xd9\x67\x93\xa9\x17\x8b\xc2\x48\x51\xa1\xcc\x94\xab\xb9\x56\xbc\xe0\xee\xe7\xf9\x44\x0f\x71\xad\xcd\xfe\x1a\x37\x45\x23\x5a\xae\x01\x38\x96\x69\xdf\xe1\xe3\xcd\x03\x29\xbd\xf7\x0f\x15\x79\x0a\x11\x58\x79\x0c\xc9\x60\xd7\x13\xd9\xa5\x52\xa5\x67\x56\xfe\x57\x32\xff\x3b\x96\x60\x9a\x50\x15\x95\x1d\x28\xa6\xf7\xdc\xe8\x5b\x53\xdb\x17\xd6\xd4\x5d\xbe\x2c\xa8\xfd\x0b\x1e\x06\x97\x2f\x0f\xea\x48\x2f\x87\xe1\xe5\xbb\x13\xdc\xaf\xeb\x70\x7d\x1c\x9c\x4a\x2a\x1b\x65\x96\x1f\xea\x7f\x10\xb7\x33\x37\x71\x3b\x28\x44\xf3\xfd\xdf\xb6\xb0\x67\xf0\xea\x58\x40\x72\x1f\x86\xc8\x5f\x36\x93\x31\x0c\x91\xec\x37\xfe\xb3\x77\xf9\xd4\x25\x6d\x24\xd5\xa4\xe7\x60\x5e\x13\x0c\x16\x15\x73\xf7\x13\xe1\x57\x5d\x2e\x05\x56\x6e\x69\x06\x1f\x63\xb9\x19\x0a\x93\x15\x7d\x07\x09\x68\x28\xeb\xfe\x12\xb1\x82\x33\xf2\xb1\x84\x7f\x42\xfb\x48\x23\xa8\x3b\x7e\x69\xef\x97\x28\xfb\x43\xf5\x61\x9f\x57\x67\x4f\x9b\xc8\x17\xcf\x4f\xb7\x6b\x3b\x3b\x10\xee\x3d\x7a\x5f\xdb\xd7\x7b\x77\x84\xe8\xb1\x6a\xa6\x8d\xe0\x64\xb5\x92\xe1\xdf\x0f\x87\x5a\x81\x53\xa0\xf0\x16\x8e\x9c\x9d\x76\x82\xab\xbc\xf9\x0a\x28\x38\x4c\xc5\xce\x3f\x98\xa7\x4d\xf3\x2c\x9c\x3d\xa5\x69\x1e\xce\xa7\x49\xde\x0c\x98\xe6\x02\x39\x7a\x5f\x70\xe5\xa2\xfa\x88\x2b\x54\xc5\xea\xe1\xed\xe3\xf5\xb7\x7d\xbc\x7d\xba\xfe\x76\x80\xb7\xcf\xd7\xdf\xbe\xe0\xed\xeb\xf5\xb7\x43\x1c\xb7\x7b\xc0\xd0\x70\x02\xca\x87\xe7\xeb\x12\xd3\x4d\xbd\xe8\xe1\xc5\xe3\xc5\x8b\x3e\x5e\x3c\x5d\xbc\xe0\xf9\xb1\x13\x4e\x72\x0a\xfa\xea\xb4\xe0\xe0\xb3\xe0\x53\x7d\xf9\x7e\xce\xef\x83\x2f\xde\x2f\xf8\x7d\xf8\xc5\xfb\x25\xbf\xff\x3c\x9b\xd8\xd8\x1a\xf1\x1b\xb2\xc0\xa7\x5f\x4d\x64\x72\xd2\xa9\x57\x53\x8e\x1b\x3a\x9c\x8d\x87\x74\xac\x05\xeb\xc8\xef\x4f\x5f\xbc\xcf\xf3\xfb\xc2\x17\xef\x11\x7a\xb7\x66\x12\x98\x18\x7a\x66\xad\x79\x56\x9b\xcb\x59\x6d\xf9\xd5\xee\xf2\xd5\x9e\x5f\x1d\x2e\x5f\x61\xae\x7b\x99\xbb\x3a\x97\x9c\x35\xe2\x08\xa8\xb1\xba\x3e\xd7\x09\xbf\xf7\xbf\x78\x3f\x35\x11\x54\x5f\xbc\x9f\x73\xaa\xac\xe0\xec\x3d\xb2\xb4\x05\xf6\x82\x93\xff\x87\x97\xdf\x6b\x80\xd8\x80\x61\x51\x72\xc5\xc7\xc8\xd8\xdd\xdf\x71\x05\xcd\x7a\x89\x4b\x6a\x42\xcf\x46\xd6\x52\xbb\x65\xb8\xb5\xb2\xd1\xe5\xd9\xc2\xfe\x55\xe1\x3b\x35\x5f\xb4\x8d\x82\xcf\xfe\x55\x28\xa2\x68\xac\xbe\xf7\x49\xad\x64\x0b\x3b\x94\x63\x23\x28\x07\x4d\xf3\xbd\xf7\xab\xc4\xa2\x58\x39\x48\x36\xad\x04\x68\x5a\xce\xbb\x90\x7e\x29\x4b\x6b\x25\x0f\x4b\xe7\x11\xa9\x4f\x29\xed\xdf\xe7\xe9\x00\x2e\xaa\x1a\x20\x99\x21\x3d\xac\xf1\xf7\xf5\x80\xe3\xcc\xa9\x90\x73\x90\x52\xd4\x73\xf9\x0e\x63\x99\x9e\xe3\x5a\xa6\x3c\x71\xe2\x95\x73\x0d\x40\x11\xf5\x4a\xd1\xd1\xcb\x44\x0c\x80\xd1\x87\x56\x6c\x23\x1d\x16\x73\x54\xad\x7b\x49\x62\x61\xd0\xa4\x83\x3e\x41\x5f\x95\xdf\xf4\xb5\xcc\x53\x8d\x6e\x31\x07\xcf\x49\x75\x35\x61\x41\x9e\x1c\x25\xc5\xdd\xe5\x0e\x52\x14\x61\xb3\xee\x9f\x10\xcc\x96\x62\xdf\x0f\xd2\xf0\x92\x89\xbd\x51\xd7\xf6\x46\x5d\xdb\x1b\x75\x75\x6f\xd4\xb5\xbd\x51\x57\xf7\x46\x5d\xdd\x1b\x75\x6d\x6f\xd4\xe5\xde\x90\x5b\x85\x6f\xa7\x56\x77\x85\xe9\x8d\xf9\x37\x7c\xa9\x6e\xcf\x36\xd4\xad\xc1\x83\xb9\x5b\x32\x6e\xed\x47\xa9\x11\x9c\xcb\x86\x6a\x28\x50\x2d\x93\x2d\x5d\x8c\x9f\xa6\xb7\xb2\x66\x8a\xed\xc7\x09\xd7\x36\x30\x33\xb8\xc6\x31\x57\xfe\x7c\x0a\x5b\x29\xd4\x4e\xae\x29\x59\xb2\x12\x57\xb8\x57\x27\x31\x95\x24\xba\x3e\x9a\xae\x01\x3c\x75\x6b\xe0\x36\x5a\xd8\xd9\xbe\xb0\xdf\xaa\xb5\x66\x6a\xc2\x49\xde\xfc\x10\xf1\xe6\x11\xe8\x29\x19\xd2\x38\x0d\xe5\x24\x5f\x7e\x8a\xf8\xf2\xe4\x6e\x3d\x9b\x51\x0d\x62\x18\x9c\x60\x9c\xea\xcc\xca\x36\xb9\xe6\x98\x52\x36\xe5\x76\xb6\x2b\xec\xdb\x4a\xfb\x2a\x98\x30\xf7\xf6\xc5\xdc\xab\x93\xa4\xf5\x21\x80\x9b\xa6\xcf\x38\x69\xd0\xaf\x92\x98\x4a\x57\xd8\xa1\x9a\xd6\xd3\xcb\x29\xce\xbd\x58\x57\x56\x6b\x98\x12\x8a\x86\x1d\x55\xee\xec\xfa\x5a\x46\x64\x2d\x51\x41\x74\x0a\xcc\x6e\x6e\xc6\x50\xa9\x36\x58\x44\x1f\x2d\x74\x43\xfb\x24\xc7\x0b\xef\xeb\xe3\x66\x4e\x56\xf2\x4c\xf5\x34\x55\x33\xe3\x69\x5a\x31\x92\x5c\x61\xed\xee\x44\x31\x8b\x6a\x4a\xe8\xe6\x4b\xee\x44\x9f\xa3\x9e\x10\x55\x85\xa7\xe6\x24\xe9\xc7\x64\xe9\x31\x0f\xfe\xc5\xb5\x5c\x3d\xcf\xe5\x84\xe1\xe6\x37\x2b\xec\xf9\x17\x3b\x52\x9d\x27\xbd\x4d\x72\x0d\x4e\x7c\x49\x48\x9e\xe4\xf2\xa9\x20\xc6\x2c\x26\xc4\x14\x3d\x3f\x89\x85\x0b\x97\x4b\x1e\x46\x62\x85\xf9\xdb\x3e\x58\xa8\xd6\x1d\x8f\x59\x9f\xa7\x94\xe6\xe3\x4c\x8b\x0d\x12\x6d\x93\x42\x40\xcc\x2e\x76\xcf\xa6\xd4\x30\x77\x05\x48\x1c\xb7\xb3\x9f\xc0\x4e\xad\x22\xd8\x5d\x03\x48\x57\xd8\xbf\xb0\xc1\x0d\x2a\x24\xf0\x72\x65\x7f\xd5\x6d\xe3\x3e\x29\x41\x3d\xff\x74\x66\x3f\xde\x16\x73\x27\x23\x8d\xa0\x99\xcb\x5f\x77\x53\x89\x90\x78\xb2\x80\xee\x54\x6f\xaa\x2b\xdc\x82\x4c\x75\xa9\x44\x25\xb1\x9d\x3d\xb2\xdc\xe9\xf1\xfd\x82\x4c\xed\xa0\x2d\xec\x83\xfc\x69\x4b\x72\x7b\xb1\xf4\xb6\x37\x29\x6b\xe3\xd3\x37\x13\xee\x8a\xc7\x53\x34\xd7\xc4\x32\x5f\x36\xcc\xb6\xc5\x74\x33\x85\xa3\x3e\xe5\xb2\xd4\x12\xe2\x35\x74\x13\xc3\x63\x49\x45\x1b\xd6\xd6\x68\x65\x50\x65\x81\xde\xc8\xd9\xf0\x33\xfc\x8e\x3e\xe8\xe9\x0d\x84\xf3\x76\x7e\x58\x26\x01\xd9\xf2\x90\x1f\x1b\x49\x85\xc9\x77\x2e\x39\xa4\xc7\x59\x43\x81\xc8\x17\xdb\x68\x0b\xbb\x0b\x34\xab\x24\xf0\xac\x2b\xd4\xe0\x92\x8c\xf4\x84\x58\x60\x95\xbb\xc0\x3a\x03\xb5\x53\xb8\x46\x8d\xd4\xcd\xd5\xe6\x8e\x70\x7f\x5d\x4e\x24\xbd\xde\xbe\x68\xdd\x5e\xd9\x8d\x56\xd4\x28\xf1\x70\xf0\x6a\x1e\xa6\x71\xcc\x3b\xc3\xb1\x1f\x91\xdd\xdb\xab\x58\xf0\xfd\x57\x7d\xd1\xb9\x24\x65\xd3\xc0\x33\x09\xaf\xc9\xce\x09\x3c\x39\xa8\xaf\x71\x23\x42\xec\x08\x37\xde\xff\x16\x35\xe6\x81\xc7\xc9\xc1\x61\xfb\x20\xd4\xb0\x4b\x66\x70\xf7\x2a\x4d\xfb\xc1\x89\x76\x85\x53\xb8\x58\xe9\x22\x3d\xd8\x26\x63\xa8\x76\x74\x91\x8a\x33\xfa\xf8\x91\xfd\x10\xea\xd1\x58\xd6\xff\x6c\x0a\x69\xda\xf4\x05\x52\x3f\xf8\xd3\x9b\xc4\x19\x50\xfe\x5f\x60\x82\x73\xb9\xa7\xcb\xf4\x9e\xee\xb0\xd2\xc3\x37\x2b\x9d\x90\x81\x5a\x3d\xae\xfe\x6a\xad\x94\xe0\xc3\xa0\x63\xc4\x29\x3b\xc2\x7e\x4c\x5c\x03\xbf\x5d\xde\x57\x48\xb2\x0e\x3c\x53\x1b\x90\x42\x2e\x81\xa1\xbb\x2f\x28\xd9\x77\x54\x6d\x66\x9d\x2d\x7b\x2e\xf5\x82\x86\xbb\xa9\x97\xbc\xff\x4a\xa9\xfb\xef\x9d\xc3\xa4\xf5\xb5\x78\x0e\x1d\xe7\x07\xd3\xdf\x06\x5e\xd2\x1e\x7b\xc2\x66\x14\xbe\xbb\xb7\x9d\xf4\xed\x98\x5c\x93\x9a\xc9\xb3\x35\x2c\x11\xd8\xfd\x12\xc2\xbd\x61\x25\x6f\x7f\x47\xb2\x6c\x35\x9e\xab\xab\xfb\xf2\x37\x7d\xfe\x18\x2b\xf7\xe9\x7b\xa0\x00\x40\x54\xae\x60\xe5\xff\x1d\x17\xf0\x15\x60\xfe\xa0\x2b\x15\x53\xe6\xaf\x50\xe2\x18\x78\x9c\xdb\x09\x29\xb2\x60\xb4\x71\xe6\x01\xfc\x96\xad\x00\x3a\xcb\x36\x3f\xb8\x33\x8e\x1e\x11\xc1\x1d\x25\x2f\xe3\xc4\xa6\xbd\xe8\x3d\x63\x4f\x15\x69\xbe\x4a\xa2\xd5\x63\x84\x09\xe0\xd5\xc5\x5e\x46\xcc\xba\x4b\x82\xa0\xf7\xcd\x48\x86\x95\x4e\x33\xd1\x6a\x23\xaf\xdc\x76\x7f\x81\x20\xf9\xc0\xa3\xcc\x70\x28\x0a\xdb\xaf\x00\x41\x1a\xe6\xd0\x56\x17\x1e\xa7\x86\x33\x00\xa3\x02\xd8\xea\x9c\x51\x2e\xa6\xbb\xa9\xfd\x65\x37\x5a\x3c\xab\x47\x75\xe0\xfa\x0d\x74\xb3\x49\xb1\x2d\x29\xfe\x3d\x71\x8c\x7e\xb2\x4f\xa8\x14\x7c\xfa\x8e\xe0\xf2\x71\x15\x67\x02\xd6\xff\xd4\xa6\x55\xd3\xb8\x9c\x03\x98\x02\x2b\xcd\x36\x7b\x11\x39\xb3\x85\x22\xb5\x7c\x3b\xa6\x7f\xa4\x83\x20\x23\xd1\x4c\x5e\x48\x3d\x41\x5a\xea\xc9\xa5\xa5\x1e\xf7\xf2\x2a\xdb\x53\x8e\xaa\xf7\x4a\x9a\xa6\x57\xfe\x5c\xb6\xfd\x9a\x93\xc8\x04\x5e\xb6\x1a\xa5\x44\xee\xfb\x98\x54\xee\x9b\x49\xc5\x3e\x32\xe1\x24\x25\x6b\x6d\xd4\xbf\x38\x2f\xdd\x67\x02\x58\xb3\x33\x60\xfd\x03\x0a\xeb\xc4\xf7\x7b\xf4\xa9\x2b\x9c\x0b\xa1\x83\x39\x5b\x16\x3a\x82\x1c\xe7\x21\xfe\x86\x9f\xf3\x84\x7d\xd1\xcb\x74\x91\xe6\x49\x73\x69\xfe\xe5\x0a\x7c\x57\x08\xcc\xef\xe7\x4c\x40\x05\xab\x71\x8e\x13\xb8\x71\x04\x15\x27\xb9\xc4\xf7\x34\x5a\x2b\xdf\xbe\x58\xdd\xdf\xef\xc2\x3c\xbd\x0b\xab\x1c\x33\xb5\xa9\x95\x5b\x2a\x79\x22\xde\x35\x88\x05\x20\x7a\x7e\x02\x16\xe9\xee\x36\x17\x9b\x6a\xff\x9b\xc0\xe0\x65\xa9\xc2\x5f\x42\x24\x7d\x19\xbb\x57\x2e\x63\x4f\xb8\x17\x1b\xbe\x5c\x20\x7c\x8a\x6d\xcc\x3b\xac\x31\xfc\xc7\x88\xeb\x5e\x45\xdc\x9f\x70\x6d\xeb\x45\xc2\x73\xf4\xc0\x07\x5c\xfe\x21\x1e\x6f\x17\x91\xfa\x8f\x58\x3f\x60\xc2\xe9\x77\x98\x40\x65\x4d\xed\x4b\x4c\xd8\xa7\xbb\x2b\xe4\x4c\x2d\xf0\x2f\x31\x01\xde\x21\xdd\x1c\xc3\xe5\x6f\x10\xe1\xf0\x5f\x45\x84\xe3\x82\xdc\x32\x39\xe7\x57\xbf\x84\x25\x6e\xae\xf1\xfa\xb6\x50\x6f\x3f\x66\x9c\xed\x04\xe3\x9c\x24\x60\x97\x72\xfa\x4f\x24\x92\xfc\x22\x75\xe7\x55\x30\xcb\xc6\x55\x4d\xe7\xf2\x4b\x5d\x44\xe9\x6a\xfb\x2f\x75\x17\xee\xca\xba\x9c\xeb\xcd\x35\x45\xc3\x95\x87\xae\xe8\x5e\xc0\xba\x98\x5e\x45\x0d\xa5\x18\x9c\x2d\xc5\x19\x18\xbe\xfc\x52\x29\xf2\xb5\xae\xc8\x48\x7e\x02\x4a\x79\xa3\x94\xf9\x8e\xb5\x79\x3c\x07\x6d\x39\x4d\xfa\x1b\x3c\xa9\x4c\x2e\x29\xac\xe7\x50\xd2\x63\x98\x66\xc5\x62\xc5\xc4\x55\x63\xcd\x1f\xa1\xef\x7a\xd2\x84\x54\xeb\x2f\x93\xf3\x75\xae\x29\x7b\x2e\x6f\xc1\x7a\xfa\xa0\x06\x94\x22\xd1\xa9\xa9\x6c\x57\x34\x49\x5d\xfa\x40\x0e\x06\x9c\x35\xb4\x9d\xab\xc1\xc6\x30\x67\x5f\xaf\x39\x79\x2f\x0c\x76\xcf\xf4\x6b\x49\xa6\x7c\x72\x53\xe9\x09\xbb\x62\x9b\x68\xcb\x84\xa1\x4b\xb8\x67\xf3\xa7\x0c\x44\xec\xab\xbe\x9f\x20\x2b\x44\xb0\xfc\x11\x11\xa0\xfe\x9c\xb4\xca\x51\x95\xac\xdc\xac\xf9\xa5\x6f\xf9\x84\xf3\xf3\x2c\xb6\x2e\x47\x9c\xf1\x50\x8b\x25\x79\x81\xbf\xac\x90\x36\xd2\xd5\x0d\x5c\xf2\xb0\x5a\xfe\x86\x7a\x78\xc2\x6b\x5c\x5c\xac\x93\x30\xba\x25\xa8\xa6\x6e\xd6\x15\x37\x08\xcd\xab\xc1\xcb\xa2\x7b\xf8\x3c\x5f\x8a\x5d\x91\x0d\xa4\x71\xe9\x1e\xd8\xa4\x69\xc3\xdb\xc9\x4d\x8d\x18\x2c\x50\xbb\x0c\x14\x35\xbf\xe0\x0a\xab\x0e\xb2\x68\xdb\x5c\x21\x85\x5d\xa3\xcf\x41\x59\x2a\xa2\x76\x25\xb2\xaa\xe0\x63\xe3\x17\xbe\x99\xab\x2f\x01\xb7\x85\xa5\xfb\x7d\x43\x3b\xdd\x5b\x94\x08\x4f\x2a\x16\x95\xef\x38\x07\x62\x0e\xb9\x20\xb9\x71\x57\x37\xee\xe9\x51\x92\xb0\x24\x5d\x85\x59\xaf\xee\xcb\xa7\x98\x75\xe7\xa1\x88\x67\x31\x87\x15\xa6\x98\x8a\x70\xe4\x7d\xc5\x29\x4e\x97\xd4\xd2\x86\x1d\x27\x90\xb3\x65\x2c\x56\x0c\x84\xba\x35\x62\xc5\x97\xe8\xd8\xd3\xcc\xb7\x39\x36\xd0\x85\xab\x3b\x63\x5e\x5e\x2e\x89\xde\xdb\x8f\xab\x65\x9a\x62\x45\x14\x2c\xef\x66\x5f\x84\xfd\x56\x40\x1a\x14\x1a\x8b\x1d\xce\xa8\x5d\xd2\xda\xe2\x91\x33\xa2\x97\x18\x28\xf6\x72\x8e\xa6\xa7\xe5\xea\x33\xa1\x66\xc7\x4b\x8b\xce\x36\x49\x4c\x0a\x0a\x69\x3d\x70\xe2\x66\xd5\xe0\x98\x50\x36\xb0\x5a\xbc\x1f\x3d\xe1\x1e\x94\x39\x97\x7a\x49\xcb\xdf\x2d\xa9\x2f\x54\x10\xd9\xa2\xbe\xd4\x8e\x86\xa9\xcb\xb0\x81\x9a\xdf\x5d\x54\xf3\x6b\x1f\x8b\x32\x1b\xa7\x96\xdb\x86\xc8\x70\x60\x96\x66\xd6\xbb\x03\x5b\xc1\xc8\xb8\x85\x27\xd3\xe4\xdc\x2e\xae\xe9\x85\xdd\x90\x3f\xa2\x17\x55\xe4\x71\x7a\x3f\x23\x11\x33\x6b\x47\xce\x01\xbd\xf1\x02\xde\x6e\x19\x14\xe6\xe8\x06\x73\x76\x53\x1c\xdb\x29\x7c\x66\xf8\xcd\xe5\x01\x08\xbd\x1c\xf3\xbd\x13\xe6\xd3\x96\xfc\x1d\x96\xd6\x3b\x55\x65\x9a\x48\x90\x27\x78\x42\xd5\x42\x85\xf9\xcf\x09\x74\x12\xea\x03\xcd\x93\x4c\x76\xf2\xcc\xe1\x20\xa5\x5e\xdc\x8c\x4c\x54\xc7\x85\x7e\x6e\x0b\x64\x15\xf0\x31\xa2\x62\xd3\xe4\x68\x59\x92\x2b\xf6\x9c\x4d\x63\xa7\xfa\x4c\x20\x63\x57\xb8\x11\xd6\x5f\xc7\x88\x9b\x18\x23\xae\x8e\xe4\x08\x2f\x54\xbb\xe5\xf7\xac\xc9\x32\x4c\x5d\x3d\x3b\xac\x26\xf8\x83\xd5\x14\xbe\x5a\x0d\x57\x09\xbd\x58\xe4\xd5\xa7\xcf\xff\xfd\xa5\xaf\x43\xf6\xaa\x26\x6f\xdc\xc2\xd9\x15\x43\x02\x45\x84\xf7\x57\x5d\x47\xca\x01\x53\xd0\x4a\xca\x39\x40\x15\x64\x1a\xcb\x58\x95\x66\x1e\x56\x03\x8a\x98\xa5\x34\x34\x63\x69\x1c\x0b\xf4\x42\xbb\x42\x59\x49\x4e\xe3\xe3\xfc\xe8\xe9\xab\x35\xea\xfc\x2b\xab\xec\xf9\x2d\x93\xfb\x4c\x74\x68\x57\xd4\x7f\x62\x4d\x5f\xcc\xd6\x1e\xab\x33\x47\x89\xbf\x1e\xcd\x15\xee\xaf\xf3\xbe\x4c\x37\xdf\xac\x18\x2a\x93\xd4\xa4\x44\x3f\x39\xeb\x61\x72\x9b\x2f\xe6\x83\x2e\xec\x86\x3c\xa7\x93\x9a\x43\xae\xc8\xf4\x25\xb9\xbf\x4d\x38\x9e\x10\x7e\xb3\xfb\xc7\xf7\x4e\x23\xa2\xcf\x3e\x23\xec\x70\xd2\x23\x66\x0c\x64\xba\x04\xa2\xe8\xce\xce\x18\x88\x25\xfe\xcf\xdd\x26\x51\xe3\x15\x18\x95\xa6\x68\xea\xb6\x12\xf9\x99\x63\x9a\xf0\x08\xb1\x69\x6a\xe3\x33\x73\xf5\x93\x69\xac\x59\x52\x54\xbc\x86\x5a\xd5\x46\x7e\xf4\x2f\xdb\x6b\x11\x07\x19\xe3\x0e\x68\x7f\xfb\x6d\xf7\x9a\xec\x68\xc6\x06\x1a\x1f\x5b\x7d\xdb\x58\x1f\xd4\x35\xdd\x6b\xd0\xec\xd8\x77\xdf\x4e\x45\x8b\xbd\x47\x92\x53\x60\xb2\xa3\x70\xe5\xaf\x9b\xcf\xd9\xb8\xea\x67\x78\x2a\xdf\x35\x5e\x2f\xa2\xa9\x64\x7e\x30\x95\xe9\xc2\xc4\xc2\xc1\xfd\xc2\xbe\xf9\x76\xa1\x5a\xc2\x82\xd6\x0f\x56\x1f\xfb\xe1\xdb\xe6\x99\x68\x8f\x6a\xd1\x1e\x7d\xd7\x5e\xcb\x4a\x79\xb2\x2c\xc1\x96\x62\x3f\x7d\x3b\xf9\x65\xd4\x3c\xf8\x49\xf3\x6d\x04\xf6\x95\x01\xfb\x77\x93\xa9\x86\x86\x6e\x43\x68\xb7\x5b\xdf\x36\xdf\x86\x06\x92\xac\x1f\xfb\x1e\x92\xa3\x10\xca\xf8\xba\x84\x1e\x1e\x15\xaf\xbf\x6c\x7e\x8c\xb6\x75\x67\xb6\xf5\xbb\xde\xa7\xd1\x64\xc6\x3f\x99\x8c\x96\x43\x60\x41\x80\xb6\xdb\xbe\xff\xb6\xf9\x3e\xea\x7d\xf3\x93\xde\x17\x51\xf3\xd9\x4f\x9a\xd7\xa3\xc9\x40\x0d\xf1\xc5\x64\xf2\xec\x47\xbc\x01\x21\x6c\x93\x61\xef\x8b\xb6\x1c\x58\x71\x98\x27\x9b\x5e\x9f\xc5\x10\x4d\x4f\x3f\x68\xfa\x8e\xa6\x85\x1f\x34\xed\x82\x31\x0c\x53\x4d\xaf\xe3\x53\x0f\x4d\x57\x3f\x68\xda\x47\xd3\xcd\x0f\x9a\x0e\xd0\x74\xf7\x83\xa6\xd1\xe1\x8d\xf6\xc1\x28\x52\x70\xc4\xae\x7d\xf3\x01\x50\x94\x7e\x00\x8a\xe8\x00\x2c\x0d\x46\x37\x12\xdd\x5f\x3f\x92\xf0\x64\x9f\xca\xca\x1f\xf4\x9f\x0f\xe9\x1e\x1c\x42\xd5\x69\x3b\x57\x1b\x4f\xb8\xe3\xda\x0f\x3a\x9e\x72\xdb\xc6\x1f\x4c\xe2\x4f\x60\x38\xe7\xf4\xa2\xb9\x54\xff\xcd\xab\x6d\x17\xdc\x76\x1c\xfc\xbe\xed\x92\xdb\xfa\x3f\x68\xfb\x37\x9b\x63\xbc\xf6\x67\xa9\xfe\xaf\xdf\xae\x5b\x86\x61\x10\xfc\x1e\x86\x7b\x6e\x1b\xfe\xa0\xed\x91\xdb\xae\x7e\xd0\xf6\x6f\xf6\xa6\xc8\x30\xdc\xfd\x00\x86\x65\x6e\x7b\xf8\x41\xdb\x2a\xb7\x3d\xfd\x87\xf6\x26\x62\x21\x42\xd8\xf7\xaa\x12\xa6\x3d\xfb\xed\xdb\xe6\xeb\xa5\xa1\xd8\xd0\xa3\x7c\x01\x49\x07\x40\xcf\xcd\x7e\x0f\xf4\x3a\x6f\x50\xe1\x07\x1b\xe4\xa2\xe9\xf8\x07\xe7\xcc\x43\x53\xff\x0f\x8e\x64\x31\x34\xfa\x0e\xb6\x5e\x58\xdf\x36\x2f\x47\xcd\x0b\xdf\x35\x6f\x63\x22\xb3\x1f\x4c\xa4\xc3\x47\xe0\x0f\xe6\x7c\x64\x3d\xe1\x54\xc2\x90\xf4\x1b\x0c\x39\x46\x2a\x1d\x48\xcb\xbf\x59\xe2\x7e\x69\x38\x63\xa8\x0a\x9c\xeb\x67\x17\x91\xdf\x47\x59\x4a\x6e\xa1\x93\x3b\xf7\xb4\xb9\x70\xac\x47\x1d\x3f\xf6\xed\x87\x10\x69\x07\x56\x52\x6d\xde\x4b\xc8\x69\xf9\xa5\x47\x09\x7c\x6a\x4e\x5a\x8b\x3e\xb7\x8d\x03\xbc\xbd\x92\xe3\x45\x5a\xa1\x72\x26\x81\x26\xfc\x55\x8c\xea\xaa\xb4\x4c\xcf\x32\x47\xf9\xc5\xed\x37\x4e\x66\x1d\x1b\xb8\x62\x35\xe2\x20\x52\x38\x9f\xb8\xe6\x39\x87\x05\x7f\x2f\xcc\x7d\x02\x78\x49\xcf\x2a\x72\xeb\xa4\xa7\x49\x33\xc6\xf5\xa7\x49\x79\xe8\xcc\xe8\x55\xa3\xf0\x64\xdb\xe5\xdd\x79\x4e\xf6\xd4\xfe\x27\xfd\x1b\xf3\x6a\x8d\xb2\xee\xd9\xf6\x95\x01\xc4\x5a\x55\x52\x0a\x90\xce\x98\x45\xa2\xa4\x1e\xa4\x2b\xc4\xfe\xbc\xdd\xec\x7a\xbb\xc5\x79\xbb\x06\x8b\x6f\xe9\x76\xaa\x8d\xa7\xbf\x5f\xd8\x37\x4f\xff\x79\x0f\x3f\xef\xf7\x02\xb8\x46\xf9\x51\x59\xea\x05\x7e\x46\x70\xfd\x42\x2d\xa4\x2a\x72\xf7\x8d\x2d\xa1\x97\xc4\xee\xdf\xeb\x61\x97\x24\xae\x3d\x45\xe8\xff\x7f\x32\x28\xab\xc4\x95\xb5\xfa\xb7\xc7\x98\x28\x5f\x36\xce\x09\x05\x87\xa2\x0f\x4c\xcd\xd9\x8e\xf1\x47\xf9\x33\x17\x0a\xfb\x64\x5d\x78\xa3\x04\x89\xb0\x15\x7f\xcc\xc9\x97\xce\xf2\xf5\xf9\xa8\x78\xdf\xe6\xc7\xec\x15\x13\x5e\xf1\xc0\x74\x84\x7d\x3a\x53\xd0\x68\xa9\x30\xca\xd0\x54\x58\x22\x71\x0a\x2b\xf3\xdb\x49\x50\x44\x56\x0a\x33\xec\x02\x8e\x9f\x48\x09\xe5\x6c\x64\xfb\x2a\x12\x86\x94\x2e\xc1\xf1\xe5\x7c\xaa\xaf\xce\xd2\x49\x92\x69\xa7\x7a\x92\x39\x79\x98\xd1\x6d\x2a\x28\x91\xd6\x54\xee\x67\x1e\x05\xd3\x97\x25\x17\x9e\x5b\xcd\x39\x6b\xf8\xff\xab\x81\xf8\xff\x6a\x20\xca\xff\x7f\xd4\x40\xac\xd6\xb9\xa3\x60\x94\xcc\x10\x31\x1f\xa9\x18\x24\xbd\x10\xa1\xce\x4e\x01\xc5\x88\xac\x78\x41\x0b\x4e\xe8\x8b\x02\xfc\xb4\x9c\x8d\x83\x5c\x09\x35\xfb\xcb\xd5\xc0\xdc\xd5\x5b\x20\x27\x76\xc6\x94\x8e\x0d\x60\x73\xef\xe5\x11\xb8\xbf\x71\x28\x41\xc2\xcd\x71\xf2\x3f\x57\xa6\x71\xbb\xc6\x29\xdb\xad\x61\xbf\xdb\xaf\x59\xb7\x7e\xe0\x07\xeb\x09\xe9\x89\x07\x1b\x2e\x23\xb1\xcf\xa1\xee\xd8\x01\x93\xe8\x6a\xda\xa2\x09\x29\x93\x9c\xee\x71\x6d\xb2\x06\x9e\xb8\x87\xfc\x1a\x3d\x14\xf8\x77\x71\xcd\x54\xb3\xc4\x0f\x32\x48\x21\x3b\xcc\x21\x76\x3b\x55\x62\x61\x43\x3a\x4f\xb7\x8e\x8a\xfc\x71\x8d\xc7\xb6\x50\x3b\xe9\xef\xaf\xad\xb7\x67\x8a\x57\x2c\xac\xab\x14\x85\x72\x67\x77\x32\xf5\xb8\x3e\x45\x5f\xa8\x31\x2e\xd0\x13\x6a\xb8\x7f\x1c\xfa\x66\x98\x3e\x07\x6b\xcf\x51\x46\xfd\xbd\x01\x06\xb2\x5d\xa1\x5d\x42\x5d\x6d\x37\x0f\xc1\x1c\xc9\xfe\x97\xa4\x21\x1a\xfa\x0e\xc1\x61\x90\x03\xa0\x06\x13\xfd\x81\xbd\xb2\xfe\xbc\x44\x46\xee\x19\x66\xb2\xfa\x07\x20\xae\xb9\xb0\xd7\x40\x56\x8a\xdf\xee\xf6\xb7\xab\xe7\x42\x8a\x7a\x92\xef\x42\x1d\x9c\x43\xe6\x5a\x5f\xa8\x32\xf6\x87\xbd\x0d\x2b\x8e\xd9\xc8\x68\xa7\x35\xfe\xbe\x1f\xa2\x0d\x07\x46\xdc\x3c\x20\xf2\xac\x96\x82\x68\x88\x89\xe4\x21\x0f\xa7\xc1\x2d\x7a\x55\x3b\xdb\x17\xef\x07\xd5\x78\x48\x22\x5b\x8b\x7a\x3a\xca\xf1\x96\x26\xee\x1e\x0e\x74\x8a\x7b\xc5\x1c\x27\x6e\xc4\x6d\x5e\x70\xaf\x6d\xd2\x40\x88\x41\x1e\xdc\xc1\xf9\x87\x3b\xcb\x1c\x18\xe1\xae\xbc\x2f\xf7\xca\x15\xce\x01\x43\x94\xb1\xa3\xef\xab\x5d\x8c\xa6\x85\x2f\xd0\x34\x2a\x6a\xfe\x2d\x68\x97\x33\xae\x87\x3a\x2a\x53\xf9\x8c\x61\xb0\x25\xd7\x86\x1d\xea\x67\xe0\xf2\x7b\xa7\xb9\x24\xab\xa2\xee\xd4\x81\xd3\xb6\x9b\xf3\xaa\xb7\xc0\xdb\xc8\x35\x17\xbb\x44\xb5\x15\x4d\x7e\xa6\x52\x37\x25\xab\xb2\x48\x9d\xf8\x2b\xc5\x56\x79\x99\xcb\x0a\xa7\x72\x5f\x55\x5c\xd3\x8f\xaa\x7c\xb1\xce\x9f\x21\xe4\x32\xc0\x4a\x0a\x5e\x76\x64\xa9\x82\x5d\x41\x52\xa4\x1a\x4c\x52\xf6\x08\xff\xe5\x49\x4f\x6b\xaf\x68\xf3\xec\xb9\x46\x02\x45\x93\x17\x0e\x8b\xbd\xbb\x31\x04\x2c\x66\x8d\xb7\x26\xd9\x1c\xd5\x34\xd0\x3d\x16\xa6\x28\x10\x8d\xfb\x12\x77\x36\x7e\x8c\xe1\x29\x44\xcc\x45\x93\x4e\xe8\x10\x3d\x93\x80\xd8\xc7\x3b\x37\xaa\x60\x82\x62\xdb\x70\xf2\xea\xe6\x4f\x94\x81\xeb\x63\xb3\xa2\xcc\x74\xc8\x2b\x73\xa2\xc4\x6f\xce\xb1\x19\x8f\x81\xac\xa3\x78\x4e\x7f\x97\xdf\x09\x01\xc3\x3b\xb4\xd1\xcf\x0f\xf7\x04\x9b\x3c\x32\x4a\xd8\xb5\x39\x27\xf0\xda\x22\xdb\xd4\xa1\x61\x45\x43\x0e\xc1\x1d\x0b\x5c\xb7\x9b\xe9\x4d\xaa\xe5\x2e\x00\x68\x4a\x07\x15\x2d\xac\x57\x92\xf1\xa2\x78\x66\x99\x31\xdd\x2b\x83\xda\x8c\x01\x40\x0b\x03\xed\xe1\x26\xbc\xda\x7d\x20\x53\xd3\xa5\x2b\xf0\x3e\xd1\x39\x60\x5b\xa6\xcc\x17\xce\x9e\x57\x50\x59\xe1\xab\x03\xf2\xa2\xe8\xd7\xd4\x35\x36\x93\x5e\x9d\xee\x68\x2d\x7b\xce\x73\x1d\xd6\x65\xfc\x4e\x4f\x15\xd5\x5d\x68\xc3\x85\xdd\x00\xb5\xed\x66\xd6\xc6\x82\xc5\x2a\x92\x78\x97\xc7\xa8\x52\x64\x1f\x80\x5d\x47\x64\xfc\x7c\x09\x7c\x4c\xf0\x8e\x9e\x56\x89\x87\x51\xc1\xe7\x86\x17\x7e\x4f\x8f\xcb\x23\x4c\xb7\x8a\x2b\xd2\x3e\xad\x71\xe4\x47\x8f\x80\x77\x02\xdb\xf2\x48\x1f\x17\x8f\x3b\x81\x7a\xdb\x2e\xf1\x37\x79\xdf\xe8\x63\x18\x21\x0b\x94\xbe\x4c\x74\xca\x0d\x8b\x35\x96\xb3\x83\x82\x92\x25\xcf\x4a\x96\xa2\x2b\x44\xd1\xe5\xf6\x65\x94\x28\x70\xfc\x91\x4c\xb7\xca\xbb\x42\xe4\x5d\x4c\x66\x2a\x85\x0a\x3e\x8e\x53\xde\x5a\x7c\x49\x87\xd9\x3e\x22\x10\xc4\xfd\x1a\x6b\x4a\x9b\x9b\xa8\xe5\x80\xf9\x53\x7c\xb3\xe0\xf2\xf2\xb9\x06\x9d\x72\xbb\x78\xb2\x7e\x83\x81\xb5\x30\xdd\x72\xb1\x64\x54\xa7\x34\x7f\x54\x8e\x90\xcf\x46\xf9\x23\xc6\xa0\x02\x52\x34\x12\xe9\xb5\x0b\x63\x27\x46\xc2\x39\xb2\x0d\xe3\xc7\x69\x77\x93\x46\x8a\x0e\x6a\xaf\xd2\x3c\xf4\x55\x3b\x92\x1b\x20\xde\x26\xc3\x7d\x90\x18\x75\x89\x2d\xc4\x09\x2e\xbd\x78\x50\x11\xcf\x12\x60\x5b\x9f\xce\xc0\xbd\xb8\x11\x62\x71\x53\x54\xf1\x74\x90\xd9\xc6\xce\xf3\x99\xc3\x91\xa3\x2e\xc8\xe4\x4d\xaa\x5c\xee\xf3\xb8\x73\x63\xea\x91\xaf\x4a\x64\x6b\x06\x23\x6b\x13\x2c\x6d\xcd\x16\x53\x06\x43\x7e\x9a\xe1\xdf\xc4\x9c\x04\x9f\x58\x73\x74\x70\x73\x05\x3e\x1f\x31\x59\xcb\xbb\x57\xe9\x11\xf0\xfd\x04\x79\xcf\x5e\xcb\x78\x1e\x8b\x53\x82\x54\x15\x18\x95\xf2\x3c\xd3\x51\x8d\xa5\x31\x52\x77\x00\x07\xd3\x1b\x47\xab\xa5\x19\x87\x6e\x4c\xce\xea\xd3\xb3\xef\xa9\x45\xae\x45\x2e\x84\xd3\xd5\x0d\xfa\xd1\x67\x39\xc8\xdf\x5c\x10\xa5\x3c\x2f\xc2\x2c\xa6\x5e\xb8\xe1\x3d\x89\x87\x7f\x4d\xf7\x4f\x1e\xe4\xe0\x15\xae\x91\xa0\x45\x19\x28\x5c\xab\x35\xd1\x87\x86\x23\x12\x07\x26\x41\x35\x25\xf2\x11\xcc\xdd\x0b\xc2\x34\x62\x90\x15\x77\x24\x47\x39\x22\xb1\xb5\x54\x98\x73\xcd\x34\x8e\x01\xc7\xe3\x62\x4f\xf0\xe9\x8c\x49\x11\x28\x02\x8a\xd7\xc1\x09\xc1\x2b\xa2\x75\x85\xaf\x24\x62\x36\xa2\x2d\xc5\xdd\x6e\x57\x12\x7b\x86\xcd\xc4\xf4\x71\xbf\xdb\x75\x1e\xb0\xcf\xa3\xf6\x56\xad\x18\xaf\x17\x60\x97\xed\x90\xff\x9f\x93\x87\x1d\xe3\x34\x46\xad\x31\xa1\xe0\x7e\x00\x2e\x9e\xd0\x14\x5d\xf1\x80\x47\xfc\x87\xa4\xdc\x48\xb3\xd8\xcb\xf8\x0c\xdf\x2d\xc1\xb7\xaf\x37\x85\xca\xc2\xfe\x12\x7c\xb0\xcc\xdc\x51\xde\x89\xea\xf3\xa9\x06\x29\x45\x7a\x93\x3d\x3e\xf6\xf7\x09\x2a\x51\xf6\x92\x33\xc0\xf3\xae\x59\x1b\xbf\x4c\xa0\x7d\x0a\xc4\xc7\x11\x9f\x42\xfd\xd5\x8e\x6f\xb0\x7c\xe2\xa8\x24\x7b\x65\x95\x02\x7f\x1a\x5f\xec\x0c\x76\x30\x1a\xad\x24\xa8\x79\x07\xd7\x77\xe6\x1d\x3b\xe0\xf2\x5c\xd6\x89\xce\x7d\x99\x98\x3e\x51\x0b\x46\x02\x3e\xdd\xc4\xcd\x3a\x67\x6b\xa5\x5e\xd1\xa0\x80\x47\xc5\xc1\x19\x00\x82\xa7\xb8\xcb\x25\x6f\x2a\x3b\x30\x6b\x4a\x14\xb5\xdb\xcb\xb8\x9d\x21\xa2\x01\xff\x3f\x43\x61\x80\x43\x0a\x7f\x5a\x57\x86\x3d\xdd\x99\x0d\xd7\xff\x55\x6f\xe1\x24\x34\x48\x7e\x76\x75\x59\xc8\x20\x6c\xbe\x9b\x70\x99\xcd\x41\x84\xa0\xdf\xcc\x0d\xd9\xaf\x18\x41\xb1\x35\x67\x08\xfa\xd3\x89\x72\x92\xed\xdc\x6d\xe2\x68\x79\xa8\x9b\x2f\x7a\x5c\xd2\xca\xae\xfd\xf6\xd4\x16\x97\xd0\xe6\x19\x1a\x93\xe1\x02\xf3\xb1\x60\x70\x82\xe7\x2b\xa3\x3a\x7f\xb6\x98\xe2\x4a\x3b\xf0\xe9\x45\x7e\x70\x1e\x61\x94\x77\x62\xec\x50\x17\x7f\xea\x7f\xf0\x2f\x34\x2c\x56\xfc\x78\x9a\x20\xc4\x5e\xfc\xa7\x6d\xfe\x54\x3e\xe5\xed\xec\xe5\x01\x90\xdd\xba\x15\x8f\x9a\x3c\x5d\x93\x29\xf3\x73\xa1\x15\x5f\x2a\xa7\x8d\x9b\xc0\xe8\xe8\x31\xd6\x35\x2a\xe0\xc0\x2f\x51\xde\xd4\x5e\x2c\xa0\x9f\xd0\x1b\xe5\xe8\x2f\xa9\xbb\xaa\x05\xf6\x70\x46\x33\x1a\x11\x13\xd0\x50\xe6\x9c\xeb\x6f\x9c\x44\x73\x03\x4b\x03\xdb\xfc\x02\x97\x56\x01\x43\xec\x19\x25\x30\xad\x77\x71\x31\x73\x97\x0b\x1d\xf7\x36\xc8\x35\x6d\xe7\x26\x44\x99\x89\x45\x7b\xaa\x66\x12\xf7\x5b\x02\x20\xae\x10\x9d\x62\xc6\x4d\x9c\x4f\x92\xe7\x76\x18\x74\xcb\x10\xd9\x3a\xf1\xc7\x63\xc3\xff\xe4\xdc\x33\x12\x5d\x28\xba\xbf\x87\x27\x03\x8c\x6f\xa2\x80\xff\xd7\xb0\xd2\x8b\xd7\xb0\x72\x85\xda\xdc\xa3\xfe\x27\xaa\x70\xdb\x1b\xfe\x9f\x11\x33\x93\xbc\xab\xed\xf3\x3b\xf1\x50\x02\x0f\x32\x29\xdd\xc4\x0f\xc1\x47\x43\xe4\xb5\xa7\xa7\x98\x01\xa1\x92\xaa\xb7\x73\x88\x50\xa5\x31\x61\x48\xa7\xcc\x5b\x52\x0a\xd3\x60\xa0\x85\x50\xc1\xc4\x36\xe3\x37\xd4\x5f\x05\xd6\x78\x55\xc0\xca\x8f\x9e\x41\x77\x23\xc0\xcc\xda\xd8\x51\xee\xb6\x52\xc6\x6d\x99\x80\x77\x92\x2c\x5f\x34\x23\x65\x74\x1d\xa7\xa4\xc2\xf0\x3b\x22\x74\x16\xac\x64\x08\x3c\xe6\xfc\x95\xe6\xfb\x59\x93\xf9\x40\x3d\x3d\xdc\xd6\xb4\xeb\xb4\xf9\x11\x4f\xc4\xfc\xf1\x86\xcf\x7e\xa6\x98\x1e\x3c\xc8\xc8\xe8\x39\x11\xbc\x04\x48\x68\xec\x05\x7e\xcf\x19\x9b\xe7\xfd\x08\x92\xe4\x29\x3e\x6b\xa6\x5e\x7f\x01\xd7\x04\x70\xa3\xeb\xe7\xb4\xe6\x5d\x6e\xa7\x90\x6c\xc7\x6b\xdd\x5c\xc1\xb1\x5a\x11\x0b\x9d\xb7\x52\x48\xb6\x63\x26\xba\xec\xdb\xc8\xcc\x5b\xe5\xb9\x26\x38\xf0\xf8\x70\xd7\xfa\x7a\xe6\xdb\xa7\xe3\xda\xbd\x20\x3b\x33\xc6\x9c\x45\xc1\x35\xbc\x9b\x0a\x5f\x81\xab\x68\x51\x19\xb7\x92\xc4\x82\xfe\xf4\x50\x89\xca\xd0\xdd\xa8\xd3\xc4\x33\x97\xdd\xb2\x93\xcf\x06\x28\xc1\x77\xd9\xae\xcb\xa5\x44\x99\x84\x53\x4c\xc1\x04\x4b\x0e\x51\x55\x38\x12\x0a\x17\x79\x97\x5d\x2a\xf0\x1a\xac\x64\xb7\x7e\x72\xb3\x45\xe4\x57\xa1\xd6\x58\x56\x77\x9a\x77\x8d\x7c\x46\xab\x35\xad\xe3\xaa\x01\xd4\x1a\xd5\x88\xba\xfb\x8d\xf1\xa5\xa0\x79\x1c\x36\xac\xce\x9a\xb8\xec\xff\x87\xbb\x89\x6b\x0c\xac\x4f\x6e\x52\xe0\x28\xed\x93\x38\x59\xce\x71\x61\x5d\x12\xd4\x39\x85\xfb\x71\xe3\x99\x49\x12\x9f\xba\xc6\xa5\x81\x8b\xd7\xbb\x4e\x90\x3c\xa1\x0e\xef\x3e\x98\x99\x6e\xf9\xe4\x66\x27\x8a\x32\x69\x47\x42\xd2\x1c\x97\x72\x0e\x24\xaf\x9b\xdf\x18\x67\xc5\xb8\xc9\x0c\xea\xaf\x08\xc5\x73\x55\xb4\x2d\x6e\x50\xd1\x86\x66\x3a\x5e\x79\xf1\x3e\x2f\xea\xee\xf9\x4e\x5f\xfb\x8b\xf8\x8c\x43\x42\x86\x03\x99\xe8\x9a\x5a\x18\xf6\xfe\x90\xc0\x7f\x83\x6b\x86\x5a\xa1\xc9\x21\xd9\x04\xf2\x08\x61\x00\x05\x66\x6c\xa5\x9e\x89\x41\x54\xd2\x18\x41\x5b\x55\xde\x44\xd2\x9e\x16\x02\x2b\xbc\x55\xfb\x93\xc1\x8e\x3c\x74\x09\x33\x5c\xd8\x54\x4e\xfe\x18\xc5\x1b\xf6\x4a\x99\x9b\x14\x63\xc0\xc3\xfe\x60\xc9\xd7\xfe\x3a\x5b\x74\xbc\x1c\xe6\x41\xd3\x0b\x0e\xeb\xe7\x0b\x2e\x27\x17\x6c\x40\x86\x05\xab\xf1\x07\xaf\xb8\x3a\x76\xd9\x83\x96\x56\x30\xcb\x45\x2b\x20\xa4\x4c\xf0\x1f\xcc\x27\x9d\xce\xc8\xa2\x51\x25\x88\xa9\xac\x05\xee\x39\x03\x10\xd3\xa3\xb4\x38\x90\xcf\x40\xd4\x0f\xe6\xbc\x2e\xf4\x20\x92\xc2\x75\x82\x54\x33\x47\xcd\xbf\x8c\x6c\x63\xbe\xa1\x09\x67\x28\x3e\xb2\x5b\xc9\x58\xa9\xdf\xf5\x8a\x1d\xd1\x1b\xfd\x9b\x61\x97\x2f\xbb\x29\x32\x04\xf7\x31\x1e\xe0\xd8\xd6\x2b\xf0\xdb\x8d\x84\xdc\x60\x58\xb3\x69\x9e\xf9\x3d\xa6\xfb\x63\x66\xfc\x46\x23\x20\x7d\x65\x89\x8f\x16\x33\xd0\xd0\x12\xb2\x65\xda\xd5\x03\xc1\x6b\x67\x85\xcb\x94\x3c\x06\x78\x2c\xec\xe3\xd8\x8b\xa5\xf5\x59\x7c\x51\xe9\x9f\x3c\x0f\xc3\x54\x9a\xb7\x73\xe6\xe0\x8f\xcc\xd0\x97\x13\xd0\xaf\x6e\x9b\xa9\xb3\x19\xa2\xb8\xa9\x6b\x9e\xeb\xeb\x80\xae\x4b\x00\x5b\xf3\x02\x64\x56\x4b\xf2\x02\x4c\xd6\xa2\xeb\x61\xc3\xd7\xc3\x12\x09\x31\xcf\x66\x65\x18\xda\x3c\x2b\x0d\x98\x0f\x0b\x79\x56\x45\xf0\x55\xbf\xa3\x4a\xe2\x65\x33\x46\x58\xec\x90\x05\xed\x6d\x4c\x6b\x07\xa6\x1e\x76\xe5\x70\x55\x6d\xb1\x7f\xc3\x35\x96\xe4\x5f\xcf\x58\xd7\x14\x87\xa2\x79\x44\x6a\xb3\x71\x2f\xee\x22\x3a\xba\x9b\x0b\x7c\xd6\x0c\xad\x5e\xad\xd9\xf6\x33\xde\xd5\xc8\x66\x86\x27\xe5\x51\x23\x0e\x63\x53\x07\xcf\xc5\x2a\xa8\xea\xc6\x38\xf2\xe1\xf0\xad\xbc\x8b\x89\x47\xa4\x2e\xbe\xea\xfe\x90\xe8\xe9\x07\x6f\xb4\x63\x18\x9b\x34\x14\x07\x52\x54\x15\xd5\xb4\x11\x93\x85\xbd\x52\xbe\xac\x3d\x42\x71\xdf\x51\x26\xdc\x58\xf8\xd2\xca\x2e\x94\xb2\x9a\x22\xf9\xa2\x27\x84\xda\xb3\x55\xb5\xbc\xb5\xd9\xac\xe5\x10\xed\xd4\x07\xf3\xb9\x42\x0f\x45\x59\xd1\xcf\x5f\xba\x8d\x6d\x92\x44\x41\xe3\xe5\x07\x0e\x27\xe2\xb3\x84\x03\xf9\x6e\x4a\x77\xe4\xaf\x49\xc0\xe9\xdc\x23\x9e\x06\xbd\x39\x14\x27\xd1\x5e\x63\xd5\x13\xb9\xc1\x1f\x9d\x30\x0f\xc5\xdb\xc8\x27\x57\xc8\x0d\x89\xdc\x28\xde\x13\xca\xfc\xd4\x46\x4a\x16\xdd\xcf\x86\x78\x62\xa7\x99\x55\x42\xdd\x61\x41\xa5\x03\x6b\xeb\xc8\x21\x00\x15\x08\xc6\x51\xd7\xe6\xed\x64\xc6\x15\x30\x0b\x53\xf8\x84\xf8\xa1\xa3\x41\x36\x93\x05\xd5\x3a\x03\x8c\xd8\x77\x22\xc4\x71\xf3\x13\xc5\xd7\x3f\xea\x16\x09\x2f\xff\x00\xd6\xe4\x85\x3d\x49\xc4\x8a\x8e\x3d\xcc\xb9\x4c\xed\xeb\x7b\x19\xd3\x83\x43\x3e\xaa\xa7\x2f\xdc\x7a\xa0\xf4\x76\x78\x05\x62\x07\xd7\xf0\x2d\x78\x3e\x4d\xa9\x20\xfa\x63\x0c\xdd\x8c\xcb\x69\x6d\x6f\xc4\x80\x8c\xe2\x0f\xc8\xfa\x13\x52\x22\x5b\x02\xa4\x4b\x95\x5d\x5b\x05\x2d\x94\xb5\x46\xb2\x71\x03\x21\x26\xc3\xc6\xaa\x29\xc3\xc5\xe3\xa4\xd4\xc8\x67\xd8\x26\x8f\x03\xac\xc4\x87\x3b\x6f\x97\x7e\xd0\x3f\x22\xfd\x1b\x05\xb9\x3f\xf9\xa9\x6b\x6a\xe1\x24\x1e\xbc\x9c\x7d\xd1\x89\x5f\xb5\xa9\x3e\xdf\x4d\xbc\xa4\x65\x93\xd5\xaa\x4d\x71\x43\x56\x8a\xee\x92\x97\x9f\x39\xd8\x67\xcb\xcf\x1d\xf8\x06\xad\xde\x08\xc7\x38\xb0\x20\x95\xed\xa2\x84\xe3\x14\xa2\xa0\x6f\x77\xb2\x8d\x16\xaa\x82\xb3\x85\xb9\xac\x18\x4a\x2d\xcc\x35\xdb\x14\x4f\x93\x55\xd7\xa9\x69\x1e\x9b\xa4\xd2\x19\x68\x38\xeb\xed\xdb\x91\xcd\x63\x2a\x41\xb5\x68\xa0\x5e\xec\x4a\xd0\x48\xd4\x9f\x81\xe5\x1e\x95\xf5\xda\x39\x24\x61\x65\xdb\x97\x32\xe7\x3b\x03\x9b\x1c\x5d\x77\x6d\xec\x07\x3f\x1b\xc0\x30\x6e\xf1\xdf\x64\x4a\xd3\x08\x8a\x07\xb6\xbe\xa7\x48\x1d\x4b\x95\x80\x06\xcd\x78\x17\x06\xec\x6b\xe2\x90\x0a\x39\x36\xca\xd1\xbc\xbb\x84\xf6\x03\x14\x64\xf0\xc8\x8d\xc8\xab\x01\x25\xcb\x4b\x3e\x1b\xc8\x1d\x81\x58\x4b\x67\x5e\xd2\x47\xb6\x87\x3a\xc0\xbd\x7c\x48\xc0\x9f\x4b\xce\x3c\x52\x90\xd9\x8e\xb8\x9d\xcb\x23\xd9\x3e\x3c\xd8\xb6\xc1\x26\x55\xc8\x35\xaa\xb5\x00\x21\x39\x29\xff\x36\xe1\x49\xb1\x60\x5f\x17\xae\x23\x0b\x05\x61\x5d\x16\xb0\xf5\x79\x0a\xd8\xf5\xf2\x1a\xea\x96\xdf\x84\x0a\x91\x68\x75\x8f\x0b\xe7\x84\xb0\xb5\x50\x89\x84\x77\xb2\x1d\xef\x64\x4c\xe0\x5d\x73\x36\xd9\x88\xed\x09\x3b\x50\x19\xe8\xab\x3a\x94\x30\xf4\x1e\x20\x26\x44\xb0\x50\xbe\x8b\x00\x43\x49\x10\xda\x16\xd2\x72\xd0\x93\x8f\xec\x8b\x50\x9f\xdc\x5c\x09\xf5\xa6\x60\xbd\x85\xd3\x46\x0b\xcf\xdb\xc2\x2e\x28\x0f\x1d\x28\xa1\x7e\x11\x79\xe4\xa8\xfb\x6c\x5f\xd8\xaf\xb3\x93\x03\x4c\x53\x42\x3d\xe5\x4f\x0e\xf4\x27\x3d\x21\x06\x77\x28\x5f\x49\xd2\x0d\x71\x2c\xbd\x7b\xca\x0e\xd1\x05\xd5\xd4\xc4\xe8\x01\x19\x82\x7b\xa6\xb8\xbc\x78\x79\x44\xda\xbf\x7e\xdc\xe6\x09\x6d\x06\x7a\xa7\x61\x2e\xea\xa3\xd2\x82\x42\x41\xe7\x41\x3c\xe2\x2b\x46\x1c\xc6\x1f\xbf\xe1\xe3\xf7\x78\x0e\xbf\x68\x0e\x1f\xf1\x83\x4f\xf2\x36\x37\x01\x1c\x60\x08\x95\x9e\x83\x32\xee\x44\xea\x95\x91\xd4\x25\x00\x70\x0e\x6c\xf5\xa8\x9b\x59\x4d\xb4\xea\xfd\xa8\x55\xf7\x6a\x2b\xf7\xac\x55\xff\x6a\xab\xb6\xb0\x1f\x50\x78\x44\xb7\x7d\xa6\x43\x40\xa9\xea\xe8\x64\x69\xda\x40\xd1\x32\x54\xa2\x08\xf5\xa6\xf4\xd4\xaf\x3f\x6b\xb3\x33\xd4\x23\x9e\x75\xf5\x33\x17\x32\xad\xa2\xbd\x75\xb2\x6d\x7d\xbd\x75\x78\x11\x4f\x68\xd7\xfb\xea\xdb\x6b\xed\x7a\x7a\x29\x8e\x50\xaf\x78\x36\xf8\xea\xdb\x2e\xb0\x15\x2b\x22\xd7\xc1\xeb\xed\x6c\x10\x60\x75\x8b\x67\xee\x95\x71\xfb\xc2\x6e\x2a\x83\xab\x70\x2d\xeb\x45\xd8\xd1\xc7\xcf\x81\x50\xbe\x15\x9d\x11\xf5\xac\x78\xdf\x29\xcf\xa3\x62\x32\xa1\x34\x1a\x95\x28\xff\x08\x37\x9b\x6d\x6d\x7c\xaf\x67\x55\x2f\xa0\xb4\xfc\x9a\x4b\xdb\x2b\x90\x2c\x87\x8e\x53\x3f\xee\xd9\xe0\xc0\x53\xea\xcf\x17\xae\x38\xf5\x96\x68\x9b\xf3\x9b\x71\xf7\xa3\x69\x13\xbb\xef\xd0\xee\x7f\xb0\x2f\xa6\x1a\xa7\x07\xea\x98\x8d\x4d\x8d\x39\x30\x60\x4f\x0d\xb4\x00\x87\xea\x00\xaf\x53\x3d\x26\xbe\x85\x23\x3c\xb9\xe5\xc8\xd3\xd1\x89\x27\x9d\x3f\x3a\xc4\x23\x2c\xd8\x3b\x2d\x35\x8f\x91\x34\x45\xfe\xfd\x74\x77\xd1\x1a\xc2\x8d\x15\xaf\x6e\xb9\xb1\x92\xab\x8b\xda\xef\xea\x6e\xd6\x64\xac\x7f\xd8\xd7\x5d\x33\x1b\x3a\xd2\x8a\xcc\xca\xa4\xb8\x50\x87\x68\x05\x76\x02\x26\x76\x0c\x7c\x9b\x46\xe7\x69\xd9\x98\xd6\xc2\xa8\x43\x08\x00\x55\xa3\xd7\x50\x0d\x59\x9a\xb4\x40\x0c\x1c\x61\xb7\xca\xd0\xbf\xac\x09\x05\x0e\x72\x15\x38\x78\xd7\x15\xea\x6e\x57\x53\xf8\x31\x10\xea\xae\x3a\x69\xc5\x78\xcd\xcf\x87\x42\xdd\xe5\x56\x16\xc0\x36\x14\xea\x69\x35\xbe\xc1\x9b\x77\xa1\xee\x96\x1b\x0f\x74\x69\xa1\xa9\x74\x63\xd7\xc2\xaf\xbe\x50\xf7\x19\xf3\xc3\xd3\x1c\x64\x8f\x6a\x0b\xd9\x42\xbc\x2b\xa6\x73\x48\xe8\xa6\x99\xb5\x13\x3d\xfa\xd8\xd3\x25\xf7\x01\x0f\x88\x8f\xa3\x42\xa2\x9e\xf8\xa5\x03\xf8\x0a\x2f\xd9\x82\x6e\x59\x55\xb0\x72\xa6\x6a\x02\x78\xac\xfd\xa1\x65\xda\xe8\x3e\xbf\x78\x4b\x23\xaa\x9a\x75\x38\x1f\x43\x35\x08\x8e\xea\x72\x24\xf2\x10\x73\x9a\xe9\x59\xa5\xa6\x5c\x48\x4d\x59\xf9\x32\xd9\xbb\x7a\x4b\xb5\xf5\xe5\x29\xf1\x13\xa6\x28\xb0\xdb\x28\xbe\xd4\xd7\x3b\xf6\xba\x5a\x36\x63\xac\xe5\x33\x0b\x8c\xd2\x67\x96\x91\xe0\x05\x48\xf0\xce\xf3\x34\x04\xd6\x36\x07\x95\x5c\xf4\x1e\x53\x7f\xb2\x8b\x8f\x3e\x55\x7d\xd3\x56\x9f\x59\x8d\xb0\xc8\xf3\xd2\xa9\xde\x68\xba\xf7\xc9\x87\x77\x48\xc9\xb2\xc0\x9e\x30\x6e\x26\xc6\x63\xb1\x41\xdd\x86\x7b\x37\x46\xb0\xf5\x92\x11\x69\x24\x93\xe8\xa6\x6f\xf5\x18\xdf\xf4\x2f\x83\x70\x73\x99\xc4\xb8\xa5\x4c\xa2\xdc\x5a\x26\x71\xee\x98\xc2\xb9\xf7\x24\xce\x7d\x08\xfb\x11\x66\x10\x02\xe1\xc3\x51\xc6\x8d\xa2\x2f\xa6\x32\xf9\x89\x1e\xf7\x1e\x95\x71\xb3\x1f\x31\x21\xd3\x53\x7b\xe6\xbf\x87\x31\x31\x7a\x27\xb0\xf5\x4c\x96\x4c\x43\x0c\x5f\xe8\x4f\xa2\x04\xfa\xf1\x2f\x6e\xad\x47\x7a\x4d\x7d\x49\xc3\xe8\x21\x0d\x83\x82\x21\x13\x9d\x10\x01\xa0\x6c\xe9\xe9\xbf\x13\x9d\x30\x35\xd0\xdd\x68\x72\x70\xf6\xf3\xc7\x0d\x2f\xa6\xfb\x1e\xcf\xf6\x43\xd8\xbf\x42\x88\xdb\x4c\x82\x12\x58\x13\xc5\x34\x10\xf5\x4c\x60\x45\x0f\x66\x37\xbd\x0c\xe6\xe9\xfa\xfa\x26\xd2\xe4\xb7\xcb\x77\xfd\xfd\xb1\xe0\x24\xbb\x3d\xff\x53\xf3\x2f\xbe\x65\xe8\xa5\xd2\x33\x2d\x54\x5b\x31\xf7\x52\x6e\xb4\xcc\x05\x68\xbf\xfa\x4c\x7d\x3d\xa1\x7e\x4d\xad\x18\x9b\x7d\x8b\x75\x00\x86\xaa\xf6\xe3\x33\x11\xe1\x33\x13\x72\x9c\x28\x26\xe4\x06\xd3\x23\x04\xea\x47\x84\x91\xf8\x5b\x2f\xd8\x73\x68\xc7\x91\x82\x7b\x1e\x8c\xf6\x9c\x4f\xef\x69\x8e\xd4\x27\x0d\x24\x62\xd8\x1f\xbd\x48\x45\xde\x3e\x1c\x39\x5e\xec\xa8\xb1\xad\x9b\xd3\x9c\xf0\x9d\x7b\x3a\x26\x3b\x14\x9d\x4a\x1e\xb5\xd1\x09\xac\xdb\x77\x88\xb6\x2f\x94\x25\x8d\xf3\xd7\xac\x37\xac\xdb\x46\xa5\x29\xbb\x03\x69\xbc\x64\x99\x33\x8e\x8c\xb4\x63\xb5\xf2\xed\x6f\x3e\x78\x30\xba\x58\x72\xc1\xde\x7a\x06\xc4\x0e\x55\xd5\xb7\x1f\x27\xf1\x05\x41\xfc\x94\x17\xa6\x96\x6e\x3f\x90\x97\xec\x8e\xa7\xbf\xd0\x6c\xaf\xb2\x63\x48\x6c\x9c\xff\x23\x40\x3c\x44\x6e\x18\x04\x86\x92\xe4\x25\x7e\x0f\x36\x03\xab\x24\x20\x4e\x00\x04\x50\x6c\xc0\xf9\x34\xbc\x60\xfb\xff\x2f\x0c\xc8\xb2\xa5\xc9\xd9\x48\x2c\x17\xec\xc8\x40\x28\xca\x91\xe0\x31\xf8\xfe\xe7\x96\xfb\x77\xfb\x1c\xad\xb6\x84\xd5\xee\xaa\xd6\x19\x9a\x37\xdc\x7f\x67\xbd\x6d\x5a\x6f\xeb\x67\xeb\x1d\xfe\xe9\xf6\xc6\x2b\xd0\x64\xac\x0d\x7d\xa5\x22\x85\xaf\xe7\x0f\xfe\x37\x57\x70\x1d\xdf\xaa\x73\xcf\x78\x9f\x28\x8a\x24\xf0\x0a\xc7\x7f\xe9\x84\xfd\xb7\xb6\x60\xbd\x63\xf1\x62\xa0\x67\xab\x97\x50\xfa\x5f\x5d\xc2\xf5\x3d\xd8\xce\x5b\x09\x1c\xea\x6a\x62\x7f\x6c\x45\xe3\xf5\x84\xfb\x64\xe8\xfc\x64\x29\x41\xe8\x5d\x61\x3f\x2e\x54\x62\xe7\xf4\x57\xab\xb5\xfc\xfd\x57\x86\x0d\x19\x08\xf5\x49\x5f\xf9\xcb\xd4\x57\x77\xbb\x3f\x5e\xeb\x45\xcb\x05\xe5\x6f\x1f\x69\x56\xc1\xa1\xbc\x70\xf6\xe3\x0e\xd1\x67\x7a\x58\x0b\x4b\x7c\xbb\x3a\x57\x03\xb7\x0d\xff\xaf\xf7\xe1\x1d\xfb\x6a\x3f\x42\x48\xa7\x6d\xd6\x5d\x24\x77\x25\xd9\xc7\x96\x7c\xef\x94\x26\xbe\xce\x73\xb1\x67\x76\x5f\xdd\x1b\x51\x70\x8a\x88\x2e\x16\x05\x49\xff\xa9\x76\xf2\x2b\x0e\x3b\xc1\xbd\xa4\xd9\x1a\x16\x63\x3d\x30\x62\x48\x39\xa0\xdf\xd5\x64\x51\xc5\xd6\x71\x12\x32\xd7\x4a\x88\xad\xbe\xd2\xbd\x95\x82\x96\x8b\xcc\xcb\x2e\x6b\x0c\x49\x21\xf7\x31\xe3\x88\x9b\x8a\x8d\x7c\xc5\x1b\xe0\x67\xfd\x88\x70\x83\x06\x2f\x2f\x73\x84\xaf\xf6\x29\xe0\x5a\xf3\xdc\x6e\x74\xe2\x76\x14\x88\xa4\xc6\x72\xd6\x4d\xe2\x37\x72\x7d\x19\xfc\x9e\x9c\x4c\x14\x12\xf4\x82\xfe\x09\xcf\xa7\x27\x0e\xfb\x44\xfd\x04\x7e\x3a\x3f\x79\x91\x40\xfd\x16\xf0\xc3\xfd\x89\xb9\x55\x92\x8b\x0f\x27\x15\x6d\x46\xd7\x24\x6a\x8d\xf8\x93\x13\x87\x2a\x7a\x1a\xec\x21\x77\xb0\x3c\x71\xf6\x2e\x82\xe0\x8a\x9f\xae\x53\x4f\x37\xfc\x74\x1b\xcf\xd7\xd3\xf3\xdd\x45\x93\x88\xb2\x8a\x52\xa8\xc3\x81\x9f\x1f\xf9\xf9\x9c\xb7\xe0\xc4\xcf\xf3\xa7\xc4\xf4\x0a\xfc\xb0\x78\xf2\xb2\x55\x25\x04\x69\xa1\x55\x60\x95\xf8\x79\x19\x53\x79\x87\xe2\xa0\xc2\x4f\xab\x27\xb2\x7f\x0e\x00\xe4\x1a\x3f\xad\x9f\xbc\x6c\x06\xf5\x31\x34\x3c\x54\x83\x9f\x67\x4e\x51\xdd\x0c\x4f\xd8\xbe\xca\xf1\xf3\x51\x5e\x83\xb4\x73\x9f\x75\x85\xff\x3e\xa5\xf9\xd9\x42\x0c\xa1\x8c\x27\x85\xe4\xe4\x7d\xa7\xaa\xd0\xc7\xf6\xf6\xa4\xd6\xfe\x18\xaf\xf4\xee\x64\x32\xaa\xa2\xe9\x52\x25\xa3\xc4\x7e\x0b\x85\xed\x62\xca\xb5\xa5\x35\xa7\x34\xce\x5f\x2c\x16\x29\x97\x50\x43\xfd\xdd\xe7\xf7\x8c\x31\xbd\x46\x8d\x0f\xee\x48\xea\x29\x72\xd0\x76\xf4\xd6\x58\x5b\x7b\x1a\x0a\xe6\xd0\x17\x51\xc3\xae\x5b\xaa\xc8\xa8\xf5\xbb\x50\x1d\x4d\x7b\x29\x56\x5c\x03\xcf\x15\xf6\xbd\x19\x0c\x1f\x58\x14\x39\x38\x96\x6b\xf2\xa0\x50\x83\xf3\xa9\xac\x0a\x3c\x95\x9e\xb0\x03\x19\x10\xb1\xb7\x8f\x0b\xdd\x95\x1b\x48\xd3\xfa\x2a\x4a\x47\x74\x9c\xb4\x15\x29\x3a\xae\x36\xd2\x10\x0b\x83\xe0\x06\xb5\x8f\x7c\x9a\xc2\x39\x85\xb4\xcf\x14\x2c\xab\x47\x22\xc4\x04\xae\xb6\xff\x9c\x3c\x87\x7d\x73\x0e\xa7\x79\x0f\x81\x05\x6a\x96\xff\x73\x7c\x59\xd3\x00\xdd\xc4\x19\x27\x61\xcd\x74\x9e\xc2\x5f\x3b\xc6\xdf\x39\x06\xb5\x6f\x83\xfc\x45\xc3\x8e\xb0\x6f\x43\x82\xba\xf8\xbc\x8d\x60\xde\xa1\x62\x19\x95\xd4\xae\xb5\xd9\x68\xd7\x17\x22\x43\xba\x9a\x40\x9d\xed\x6b\xfb\x84\xba\xd9\xed\x31\x2c\x12\x85\x8e\xbe\x49\xc7\x4d\x4e\x8e\xb7\xc8\xc3\x14\x1e\xf2\x2c\x96\x79\x8f\x89\xe3\x2a\xb5\xdd\xa9\x7e\x8c\xde\x6e\x65\xcd\xee\x92\x10\xed\x6d\xe0\xe0\x50\x97\x9a\xbb\x4f\xcf\xfe\x45\x88\xbc\xb5\x41\xd4\x4b\xa0\x6e\x53\x5d\x17\xf9\x8e\x20\x29\x7a\xd6\xdc\x04\xd6\xd5\xb9\x25\x46\x61\x35\xa6\x73\x50\x87\x6d\x72\xcb\xd4\xbd\xd9\xac\xf3\xfb\xa7\x4a\xe8\xe2\xbc\x45\xc7\x9c\x3b\x2b\xed\xa9\x82\xd9\x58\x06\x13\x8e\x6f\xd0\xf7\x8c\x73\x1f\xf6\xd2\x27\xcf\x11\xce\x58\x36\xe0\xed\xdc\xc9\x4f\x65\x94\xe3\xf2\x69\x93\xff\xe2\xf6\xca\x6b\x84\xb4\x6f\x77\x06\xd7\xf3\x1a\x7d\x9c\xfb\x0a\x72\x32\x75\xf6\x53\x19\x05\xe6\xcf\x25\x82\xc2\x0e\x3e\x57\x65\xa3\x43\x7e\xf4\x89\x26\x14\x61\x30\x7c\x3a\xd1\x4f\xe5\xcb\x3c\xb5\x12\x03\x72\x26\x1f\x91\x86\x5a\x95\x50\x4b\xb9\xae\x4a\x09\x5a\x58\x56\x9a\x0a\x4e\x60\xa6\x56\x95\x34\x35\xe9\x17\xce\x40\x51\x53\x5c\x69\x25\x4f\x26\xa1\x5c\x13\x13\x35\xaa\x63\x27\xd6\x5c\xd8\x42\xf4\x73\xf9\xf8\x4a\x69\x73\x84\x5d\x27\xba\x52\xf8\x08\xef\xc8\x33\xa2\xd3\xd0\xb8\x79\xeb\xd5\x7d\x92\x0d\x5e\x92\x9f\xea\xd3\x4f\x55\xa1\xc5\x00\xd9\xc3\x95\x9b\xea\xde\xf4\x74\x4e\x1c\xc6\xf9\x38\x7f\xfd\x41\x4d\x8a\x1e\x8c\xef\x1d\xb2\xc8\x75\x84\x6a\x9a\xd5\x8e\x0a\x48\xa9\x95\x55\x7a\x97\x4f\x45\x28\xd7\xaa\x1b\x4e\xd4\x7b\x42\x38\x07\xac\x54\xaa\x24\x0f\xf0\xe9\x68\xcf\x03\xd4\x5e\x27\x77\x26\xba\xd7\xd5\x63\x2b\xf1\x37\xcc\x8e\x28\xf2\x1b\x48\x0d\x69\x51\xa5\xb0\x42\x55\x53\x70\x18\x2e\x24\x6e\xaa\x81\x68\xbf\x9e\x83\x3b\x07\x36\x04\x3a\xd6\x9d\xcc\xed\x2e\x17\xd8\xd5\xdb\x3b\xa7\xd8\x09\x95\xb3\x4a\xf9\xef\x2e\xf1\xdf\x30\x07\x9e\xb0\x77\xb2\x1c\x6d\xa8\xf0\x6a\x5f\xdd\x1d\x1a\x35\x66\x29\x4a\xd9\x6b\x10\x8f\xa4\x2a\x56\x15\x76\x43\x9b\xd1\x4f\x6f\xd4\xa6\x08\x2f\x25\xea\x74\x5f\x84\x93\x59\xa5\x4e\x86\x98\x4e\xf0\x12\x31\x08\x14\x1e\xbb\x3a\x83\x41\x23\x62\xbe\x88\x9f\x3f\x24\xba\xda\x7d\x5c\x6b\xb9\x94\xe3\xfd\x8f\xba\x20\xcf\x21\x4a\xa9\xb0\x90\x21\x13\xcd\xf4\x27\xa7\xb1\xdc\xdc\x47\xed\x8b\xb8\xda\xbb\xe2\x38\x96\x7b\x14\xa3\xc7\x3d\xec\x08\x3b\xe8\xf1\x64\xcc\xde\x94\x42\x2c\x6f\x01\x7f\x0b\xdd\xa6\x20\x7d\x64\x27\x8d\x80\x3e\xa2\x02\xf5\xc9\x66\xae\x70\x56\xaa\x8c\x43\xfd\x52\x42\x1c\xa8\x57\x0c\x28\xb9\x90\x7d\xc8\x9f\x93\xcc\xae\x50\xf7\xe7\xf4\x5e\x53\x61\xbd\xb4\x22\x25\xec\x50\x9f\xb5\x33\x2a\x1d\xb2\x2d\xb8\x2f\x9c\x95\xdc\x2d\xe4\xf5\x2d\xd6\xd8\x53\x44\xbe\xd2\x92\xac\xfd\xfd\x41\x61\x17\x14\x75\x77\x0c\x5a\xff\xca\x39\x79\x17\xce\xa7\xf9\xbd\xce\xeb\x73\xf3\x71\x9f\x75\xc4\x13\x1c\xec\x3e\x88\xbd\x1e\x86\x0b\x42\xd2\xee\x3c\x03\x9f\x88\xc3\xb2\x99\xbe\x1f\x16\x94\x24\x77\x65\x99\x17\x93\x02\xae\x96\x7b\xf2\x84\x1c\x8e\x8f\x88\xc2\x39\x4d\xd2\xdf\x9d\xd6\x54\x5c\x80\x68\x6f\x49\xae\xe6\xe9\xb7\x25\x9b\xa2\xe7\x25\xe7\x4d\x30\x8e\x18\xa5\x3c\x9a\x4d\xe1\x18\x5e\xcd\xb7\xa2\xd7\x9a\xb8\xaf\x1a\x57\x7a\x11\x2f\x46\xfb\x95\x7e\xdc\x2f\xec\x6d\x73\x00\x1c\xff\xe6\xc4\xdf\x96\x57\x64\xc0\xe8\x55\x17\x34\xef\x0f\xbd\x41\x39\x22\x99\xae\x9e\xcb\xa0\x99\x7d\x11\x4f\xe2\x5f\xa1\x77\x06\xb8\x2a\x90\x79\x40\xf9\x1f\x6f\x69\x4f\xf4\x7d\xf2\x8d\x10\x85\xab\x97\x83\xe8\xed\x71\xaf\xad\xe4\x29\xef\x9d\x9d\xa0\xf1\x24\xd9\x44\x0c\x37\x4c\x57\x34\x87\x3a\xb3\x98\xba\x18\x4e\x10\x2c\x37\xaf\xc0\x2e\xc8\x55\xfb\x1a\xbd\x9d\x5e\xa5\xb4\x9d\x48\x1f\xa1\xd2\xd9\x32\x2e\x3c\x5c\xb6\xf2\xda\xc7\xe4\xea\xa2\x36\x6a\x81\x40\xb7\x61\x8a\xc4\x9a\xb6\x5a\x64\xa0\xe8\xbf\xd7\x3f\x20\x8e\x4e\xcd\x66\xaa\x2b\xd2\xf4\x36\xa6\x70\x9d\xeb\x04\xce\x94\x15\xd0\x2c\xf8\xa6\xc9\x9d\x9c\xcf\x89\x37\xa1\xd3\x78\xb9\x9c\x93\x53\x53\xf0\x0b\xff\xdf\x23\x56\x89\x3b\xd0\x8e\xee\xc0\x35\x31\x8c\xf6\xed\xe6\x9f\x1d\x05\xc3\x32\x9e\x83\xa8\x42\x5c\x9f\x3a\xfd\x6b\x47\x43\x53\x3b\x94\xb8\xd0\x8c\x95\x7d\xdf\x38\x67\x74\xad\xec\x8b\x68\xfb\xf2\xb0\xfb\x1f\x62\x65\xde\xc5\xab\xbb\xba\x10\x4e\xbe\xdb\x7e\xd2\xc7\xcd\x5e\xd2\xdc\xa2\x3e\x1f\xd7\xb9\xc5\x6b\xb8\xa8\xa9\xf7\xc6\x36\x07\xe4\x12\x7f\xde\x77\x31\xfe\xfc\x08\x48\x93\x3c\xb9\xb3\x94\x64\xee\x0b\x20\x79\xc2\xfb\x0c\x10\x2d\xdf\x59\xcf\x64\xe4\x27\x39\x21\x01\xd4\x11\x6a\x0c\x1f\xf1\x23\xa5\x2c\x6a\x17\x10\x06\x94\xe3\x20\x3f\xb8\x76\x96\x07\xb1\xe4\xa5\x0e\x72\xb2\x80\x6a\xc0\x47\xaa\x07\x03\x92\x58\xe4\x0a\x90\x85\xab\xa3\x07\x0f\x34\xe4\x6f\x04\xb7\x31\xa2\xd0\x87\xe1\xdf\xec\x92\x2c\x1c\xd9\x71\xb7\x68\x65\xcb\x52\x28\x3d\x2b\xf7\xf1\x58\x24\xb6\xac\x33\xf7\x65\x94\x94\x6b\x29\xa1\x62\x72\x29\xae\xf3\x46\x80\x90\xd8\x17\xf2\x31\x5d\x29\x47\x94\xbb\xea\x85\xe4\x55\x0a\xbc\x10\xdd\x25\xa2\xf9\x47\x64\xc0\xdc\xc9\x15\xd2\x0b\xd0\x63\xda\x09\xd8\xac\x97\x70\x93\x71\x16\x7b\xe2\x0d\x3a\xc4\xd8\xb3\x77\x4e\x65\x4a\xb2\xff\xd3\x1a\xee\xec\x9d\xe5\x4c\x42\x3d\x34\xa0\x54\x28\x2f\x94\x8c\x0b\x64\xe5\x17\xea\xfe\x88\x0e\xdd\x7b\x19\x15\x4e\x9a\xb8\x93\x6f\xaf\xdc\xd7\x62\x49\x38\x7a\x79\x61\xf3\xeb\x11\x09\x93\x5f\xbd\x76\x6a\x37\xdb\x10\x35\x67\xf6\x33\x09\xdd\x56\x4f\xf3\x8c\x8a\x2b\x5e\x39\x24\x7f\x69\xa9\x76\x0c\x57\xff\x32\xbc\xf7\x5f\x6a\xc5\xe8\xd6\xd0\x17\x46\xe4\x49\x39\x62\x45\xe3\xd1\x22\xbd\xb0\x3e\x3e\xd5\xbc\x07\xaf\x2c\xbe\x55\x20\xa7\x14\x09\x81\x42\xb5\x2a\xa4\xb4\x68\xc3\xca\x16\xec\x0d\x1c\xf9\xae\x7f\x73\xb2\x7f\xfc\xc9\x91\x2e\xb3\x99\x75\xfe\xc9\x1c\xce\xff\x9c\xf8\x92\x74\x5a\xd1\xb5\xc7\x16\x90\x7f\xd6\xc7\xdf\x4e\xf8\xcf\x3e\xf9\x27\x33\x25\x5d\x3a\x5b\x0c\xdc\xb7\x39\x22\x36\x3a\xf9\x19\x6a\xd6\x68\xc4\x1c\xc3\xcf\x72\xc3\x5b\xb4\x28\x70\xc4\x83\x26\x61\xe1\x0f\x1f\x3a\x27\xfb\xc0\x84\xa4\x78\xd9\xf5\xee\x5f\xea\x7a\x3d\x95\x5c\xf2\x91\xea\x6e\x10\x2a\x22\x32\xac\x7b\x28\x5c\x4a\x7a\x1d\x61\x6f\xe4\x16\x95\x57\xdf\xb3\x8e\xf8\x98\xe9\xe9\xbc\xb9\x70\xcd\xa5\x7c\x12\x1f\x4d\xfe\x1b\xba\xf5\x06\x7d\xad\x42\xab\x0a\x0d\xe7\xbb\xcf\x61\x23\x49\x0a\xb2\x47\x8f\x43\xd3\xcd\xbb\x70\x66\xd6\x8c\x1b\x6e\xa1\x2c\xca\xbd\x64\x63\x4d\x19\x88\x6a\x7f\x77\xf2\xe2\xda\x6d\xee\xb4\x44\xee\x33\x08\x6c\xee\xcd\xf0\xcb\xdd\xb7\x23\xad\xa0\xb3\x45\xae\xb3\x91\xcc\x21\x2b\x81\x5b\xbc\x31\xb1\x47\xf6\x41\xd5\x28\x1c\xe1\x24\xe7\x08\x9e\x6e\xe7\x32\x74\x9a\x1f\x46\x39\x78\x4f\xcd\xc0\xa4\x75\xa0\x35\xc0\xfb\xbe\xb0\x67\x32\xd9\xa0\x2d\x9c\xb1\x9c\x52\x4b\xe7\x91\x13\xc6\x74\x32\xb3\x58\xf1\xf3\x09\x51\xb0\x70\xc6\xc9\x57\x5b\x68\xb1\x90\xc2\xf1\xd5\xb1\x04\xd9\x6f\x34\x97\x9c\x40\xb1\x47\x49\xe2\xf3\xf0\x37\x2e\x7b\x5c\xb2\x94\x02\xfd\xe8\x0e\xe9\xf1\xb5\x57\x2c\x78\x98\x14\x86\xc9\xc3\x57\x1d\x01\x52\x9c\xd1\xc0\x5e\x2c\x39\x2a\x24\x47\x04\xb2\x9d\x29\x82\x94\x95\xc6\x1c\x9a\xf9\x1c\xc7\x87\xf4\xe8\xdf\xee\xe4\x84\x0a\x62\x27\x64\xd3\xec\xe4\x8a\x1c\x11\xd7\x4e\x35\x6d\x0b\x27\x74\xcc\xe4\x17\x86\x54\xf7\x28\x97\x3f\xee\xbf\x02\xdc\xb7\xd9\xf5\x1f\x59\x02\x7b\xd7\x79\x11\xf2\x04\x76\xe9\x83\x1b\xd1\x58\xc7\x7a\x76\xe8\xd3\x1b\x09\xcd\x7b\x31\x32\xbe\x04\x76\xf2\x79\x59\x0a\xdb\x5a\x1d\xb0\xec\xea\x12\x2a\x6b\xc3\xa8\x95\x0b\x38\xdd\xc1\x29\x7e\xaf\xef\xf4\x1a\x07\x3b\xae\x8f\xb0\x5a\x6c\xf8\xc6\x9c\x1e\x59\x75\x7c\x8c\xdb\xeb\xd9\x27\xdb\xeb\x63\x6a\x74\x50\xf1\x54\x35\x9b\x56\xbb\xc9\xbe\x08\x4b\x34\x2e\xed\x05\x8e\x70\x83\xc8\x5e\x50\x2d\x98\x3a\x0f\x21\x21\xb7\xe3\x2b\xb6\xac\x98\x73\x78\x5a\x82\x93\x6f\x70\xfe\x3f\xc9\xef\x53\x3d\x3a\x81\x9a\xb1\xc2\x70\x32\x97\x89\xca\xdd\x73\x85\x7e\x55\x88\x34\x23\xe6\x63\xc6\xc3\xa6\xf1\x8e\x54\x26\x99\x15\x39\xdd\x5c\x5d\x1e\x7f\x72\xb0\xb3\x03\xe1\x34\x24\x2a\x05\xeb\x3e\x6b\xab\xf4\x17\x9b\x6f\x00\xd6\x4d\xa8\x7d\x58\xd0\x42\x3a\x47\xb3\x1d\x5e\x80\x3c\x91\x20\x53\xfc\xee\x5f\xfc\x92\x8e\xd7\x17\x1f\x0e\x85\x1d\xde\x65\x3b\xc2\x41\xb2\xad\x2d\x42\xa1\x3a\x85\x0d\xd5\x17\x7f\x2e\x0f\x71\x4b\x0c\xe9\xa3\x0c\xf0\x50\xcd\x64\xee\xc2\xf6\xb3\x5b\xb5\x34\xab\x42\x14\x7c\xa3\xa6\x20\x0b\x5e\x75\x4a\x0e\xc9\xf7\x35\x24\x85\xa1\xdf\x29\x43\xea\x48\x69\xde\x69\xd4\xa2\x13\x6d\x95\xe6\x69\x71\xcd\xca\x1e\x95\x70\x57\xd2\x67\xf5\xf2\x74\x9e\xe4\xdd\x56\x11\x6d\x8c\xca\x9e\x36\xb9\xc2\x53\x57\x38\x77\x06\xa9\x7e\xc4\xf6\x8e\xf2\x2c\x1b\x54\xe6\x70\x54\xcc\x51\x5a\x13\xf5\xb0\xdc\xb0\x4d\x64\x97\xb2\xae\xf4\x6b\x94\x99\xd6\xad\xc9\x2d\x24\xf0\xce\x7c\x9e\xd4\x5a\xef\x8e\x37\x30\x71\x1e\x7c\xae\xa5\xc7\xc6\xe7\xdc\xf6\x86\x26\x1a\x3d\x8f\x34\x91\x35\xce\xa7\x0b\x9a\x57\x82\x9b\xc8\x3e\x32\x7e\x34\xf8\x75\x9c\x06\xc6\xe1\x1a\x81\x71\x17\xb9\xdd\x4d\xd6\x13\x4e\xad\x99\x1c\x35\x05\x6f\x44\xdf\xad\x41\xd3\x36\x53\x99\x40\x9f\x2a\x44\xd9\x91\x3c\x6c\x62\x8b\x24\xb2\x6a\x35\x9a\xa8\x93\x58\x23\x83\xf7\xe9\x66\xdf\x60\xfa\x37\x97\x09\x79\xba\xcc\xbc\x21\xb1\x9d\x6b\x9a\x67\xce\xf2\x8b\xe9\xb3\xb4\xa2\x90\x95\xf7\x3d\x5d\x5d\xbd\x46\x23\xc6\x6e\x67\x65\x19\xba\xba\x9e\xcb\x44\xbd\xdd\xa2\xb4\xe8\x38\x53\xbf\x4b\xea\xb7\x71\xd1\x6f\x88\x54\x4f\xdb\x2b\xfd\x86\x51\xbf\xdb\xb3\xf9\x36\xe3\xf9\x56\x89\x3f\xda\x5c\xf4\x3b\xb3\x68\xbe\x4b\x27\xdd\x6f\x27\x39\xdd\xfd\xd9\x74\x6f\xe2\xe9\x96\xa9\xdb\xd5\x45\xb7\xf0\x2c\x1c\x2e\x2e\xbb\x8d\x67\x3b\x9e\xda\x60\x8a\x28\x47\x62\x75\x41\x57\xd7\x3b\x59\x1d\xc6\xe0\x26\xc9\x63\x6c\x02\xbe\x7b\xd8\x58\x68\xbe\x9d\x9d\x9f\xd9\x19\x44\xd3\xaa\xd2\xaa\x79\xbe\x03\x1f\x14\x1f\xde\x26\x23\x26\x45\x9e\x6d\xa5\x61\xb6\x47\x45\x13\xe0\xbe\x83\xd7\x7b\xf3\xac\xbb\x53\xfe\x02\xf0\xef\x24\xff\x50\x77\x45\xe2\x30\xf6\x51\x77\x9a\x4f\x80\x43\x02\x32\x0c\xe6\xec\xdf\x74\x87\xcc\xbe\x03\xc0\x7b\xe8\xaf\x90\xd2\xe9\x10\x3a\xe7\xad\xb4\x34\x3a\x21\x48\x1f\xce\xfb\x5c\x9d\xb1\x1e\x27\xf4\x09\x60\x0f\x67\x2b\xe8\x12\x77\x67\x7d\x9e\xd0\xe7\x88\xfa\xdc\xfd\xae\xcf\x9c\x85\xda\x87\xbc\xee\x35\xad\xfb\x48\x54\x74\x66\x5f\x69\xcc\x15\x76\x96\xa0\xcd\x23\xdc\x38\xc3\xd2\x5c\x6f\xbc\x0a\x6e\xce\x46\x6b\x6c\xe4\x39\x16\xd2\x09\xe7\xd1\xa0\xa7\xdd\xf2\x2f\x91\xfe\x91\x82\xff\x3c\xda\xce\x02\xb6\xd3\xfd\x0d\xfc\x7d\x2b\x89\x1d\xfb\xef\x06\xf2\xa8\xf8\x92\x61\xbe\xa3\x8d\x2e\x61\xa3\xcf\x97\x74\x3e\x50\x60\x91\x07\x49\xfe\xff\x63\xef\xcb\xba\xd3\x66\x9e\xbc\x3f\x10\x9c\xc3\x8e\xe0\xb2\xbb\x25\x64\x21\x08\xc6\x98\x10\x72\xe7\x38\x18\xb1\x83\xd8\xf9\xf4\xef\xe9\xfa\x55\x0b\x49\xe0\x25\x79\x9e\xff\xcc\x9c\x79\xe7\x26\x0e\x5a\x5a\xd5\x5b\x75\xad\xbf\xe2\xe6\xf2\x1f\x7d\xc9\x35\x59\x06\x75\xe4\xd3\x86\x15\xb2\x07\x74\xb3\x8e\xe8\xfe\xcc\xba\xe2\x51\x9c\xba\xef\x48\xd2\xfc\x29\x0e\x83\x19\x44\xe2\x19\xf0\x0e\x5e\x2e\x6b\x18\x98\x83\x90\xb3\xfa\x21\xba\xf9\x50\x9d\x9c\x83\xa2\x28\xd4\xf1\x2b\x3e\xe7\x0a\xa5\xf9\xaa\xf7\x48\x46\xa0\x68\x67\x78\x3f\x8c\x00\xee\x3e\x97\x39\xd5\xf4\x3c\x93\xc6\xc3\x44\xc0\xa4\x63\xa4\xd1\x94\x72\x84\xd0\x5e\xa2\x5a\x92\x5e\x39\xa7\x8f\x2a\x7b\x42\xd2\xfd\xf7\x4a\x8e\x21\xb9\x39\x47\x51\x6b\xc6\xd5\x9c\x97\x7d\x11\xea\x22\x05\x31\x3f\x3a\x1b\x76\xc4\x0f\xc5\x9e\x4c\x51\x83\x82\x9d\x1d\x8a\xe7\x8d\xd2\x1c\xc6\x13\x62\xaa\x92\xb6\x80\x3c\x87\x2a\x2b\x72\x5d\x96\x54\x05\x38\x8e\x9d\x1a\x36\x56\x79\xdf\xa0\x4c\x49\xd6\xdd\xc3\xe2\x35\x66\x80\xf0\xd7\x35\x9d\xae\x95\xba\x1b\x6b\x7b\x24\xc4\x48\x6f\x18\x6f\xad\x04\xf5\xff\x02\x58\xea\x4e\x75\x21\x63\xcc\x2b\x80\xa2\x4f\x30\xac\xca\x3b\x22\x20\x49\x9c\x09\x79\x41\x09\x15\xfd\xdb\x14\x15\xe0\x7c\xf6\xb3\xbe\xf0\xbf\x57\xc7\x91\x1e\xa6\x7e\xab\x68\x70\x28\xc7\x85\xac\xde\x79\x86\x7a\xab\xda\xd9\xb6\xf0\x96\x12\x81\xc4\x5b\x7d\xf2\x37\x5a\x55\xa0\x28\xf4\xc8\x54\x6e\xeb\xd1\x71\x05\x2c\xea\x4f\xd4\x9f\xde\x74\x89\x98\xaf\x15\x21\xb8\x36\xc9\x8f\xef\xe5\xa5\x79\xcf\xaa\x51\xa6\x98\xa5\xca\x40\x88\x18\x56\x0c\x8f\x24\x6c\x2d\xe7\x97\x85\xc9\xed\x55\x59\x0e\x25\xd9\xbb\x46\xe0\x5a\xaa\x20\x49\xd5\x9b\x48\x0b\x60\x5b\xbd\xac\x27\x7c\x98\xc6\x7c\x5a\x5f\x3d\xe3\x16\x8b\xf8\xb2\xad\xd5\x48\xa0\x34\x78\x97\x83\x7f\x7b\x53\xf4\x2a\xab\x38\xc5\x62\x01\x26\x34\x57\x77\xdb\x12\xbd\x53\x86\x7a\x10\x34\xf2\xe8\xc1\x6b\x01\x7f\xdb\x7b\xcf\xa0\xf7\x39\xdf\x03\x0b\x33\xb5\x41\x96\xfa\x30\x2c\xc3\xd5\xb9\x02\xea\x4c\x67\x41\xa2\xc3\x18\x49\x8e\xb0\xb5\x0f\x97\xe5\xc8\xa9\x4a\xe0\xed\x6e\x49\x6f\xcc\x86\x58\x95\x4d\xa6\xb0\x23\x9c\xa9\x04\x40\xae\x4a\xbe\xa2\x25\x97\x19\x9e\xa3\x94\x74\x97\x24\x37\x08\x2c\x6d\x16\x2c\x80\x54\x32\x24\xeb\xd1\x90\x82\x73\x10\xac\xbf\xb3\x1b\x51\xfb\x5a\x99\x6f\x0b\xaf\x79\xd5\xb6\x60\x65\x3b\x48\xb3\x86\x82\xe2\xbb\xa3\x62\xb2\x84\xda\xcd\x0c\xc5\xa2\x21\xe9\xbe\x3b\xbf\xe0\x8d\xba\xd2\x62\xeb\xdb\x19\xa0\x52\xf9\x13\x9d\xef\xaa\x51\x60\x94\xb3\xe2\x89\xe4\x88\xf6\xd3\x91\xf3\x59\x56\x4b\xc8\xfd\xba\xfd\xb1\x3c\xe4\x59\x30\xdd\x30\x64\x70\x18\x5e\xd7\x29\x57\x97\x74\x02\x99\x07\x60\xc3\x58\xee\x62\xb7\x7b\x42\xad\xef\xdf\x31\x41\x5d\x25\x59\xa9\xda\x1f\xd2\xe5\x7d\x33\x74\x6d\x96\x32\x56\x6e\x35\x4f\x02\x9a\xc7\x41\x14\xd4\x37\x93\xa4\xb6\xc6\xe4\x77\x26\xba\xff\x5d\xcd\xcf\x1e\xc5\xb1\x15\xe7\xa9\x0b\xaa\x25\x97\xb4\xa3\x10\x0f\xed\x86\x78\xd7\xdf\x16\xe2\x21\x32\x6d\xe1\x58\x72\x05\x2c\xc6\xf6\x25\xd4\x12\xa4\x7a\x3a\x22\x6b\x9b\xd3\xa6\xdb\xd3\x5c\x4c\xb9\x99\x48\x2d\xb6\x5b\xea\x00\x44\x9a\x32\x24\xd8\xe2\xc9\xc7\xf4\x97\xb0\x2c\x7b\xc5\x32\x94\x46\xfb\x00\x2c\xd9\xce\xf9\x4b\x7d\xf4\x4e\x92\x4c\xbc\xb9\x30\x61\x73\xd9\x27\x7b\xc5\x09\x8e\x87\x12\x3b\x51\x3a\xc2\x09\x65\x59\xc6\x09\xca\x18\x82\x72\x4c\x50\xc6\x10\x54\x62\x82\xf6\x57\xd6\x3f\xa0\x8c\x64\x82\xa3\xe5\xd0\xc7\xe5\xf0\xbe\x55\xa4\xa3\x17\xe4\xfa\xe7\x75\x12\xd4\x0f\x11\xb7\xd4\x8d\xe6\x16\xc7\xc1\xb9\xb0\xd4\x55\xc9\x1b\x41\xba\xc9\x84\x8e\x43\x75\x82\xe6\x72\xe1\xe9\xc8\x23\x90\x4a\xa0\x40\xc1\x41\x16\xc0\x2c\x49\x67\xa3\x6d\x30\xe7\x8d\x7d\x80\x7f\x90\x9c\x18\x5a\xbb\x2a\xc0\x5a\x40\x81\x57\x11\x00\xd3\x6e\x8a\x54\x2d\x52\x16\x46\x99\x25\x49\x3a\x63\x92\x02\x9c\xa0\x79\x2a\x25\x43\x1b\x77\x29\x8f\x5d\x05\x86\xb3\xf9\xfe\xde\xe5\x97\x60\xc9\x95\x71\x5d\xe1\xcc\x1b\xf3\x87\x78\x53\x2f\x16\x9b\x37\xf3\xcf\xe0\x18\xe4\x1f\x19\xde\x7d\x24\x66\xdb\x34\x35\x39\x54\xa1\x91\x0a\xbb\x7c\x09\x39\x06\x64\x2a\x63\x4f\xbb\xf5\xc8\xcb\x68\x42\x39\x53\x41\x9c\x77\x4c\xa5\x1c\x89\x97\x32\xa9\xd6\xf3\x4d\xe3\x7d\x61\x80\x8f\xfa\xcf\xd8\x1b\x8e\x70\x0a\x0f\xfc\x4a\x64\xb1\xec\x50\xd4\x68\xe1\x26\xe2\xd3\x15\xee\x21\x8a\xf8\xfc\xf7\x9f\x2e\x45\x4f\x7f\x59\x0d\x8d\xbf\x30\x91\xc2\x39\xd9\x87\x44\x08\xad\x7a\x32\xce\xab\x74\x94\x5a\x3c\x7a\xd1\xa3\x68\x47\x55\x99\xb0\xb0\xb0\x94\xb1\x3a\x4d\x05\x79\xdd\xbb\x13\x59\x28\xdd\x8f\x77\x2a\x96\xc8\x18\xd1\x26\x7c\x90\xa6\x4f\x22\xd1\x2c\x7a\x3a\xe6\xdb\x9e\x50\x04\x63\xf1\x01\xcd\xe5\xf2\x90\x7f\xe8\x13\x73\x42\xcb\x70\x0f\x72\x42\xe8\x3c\xee\x73\x9d\xb7\x70\x66\x29\x21\x9d\x12\x41\x39\x36\x35\x96\xde\x71\x8f\xbb\xc2\xab\xcb\x15\x92\x3f\x3b\xd5\x49\xdc\x0e\x50\x42\x75\xf1\x35\xe3\xb9\x12\xf3\x99\x48\xcd\xf5\x7e\x39\x5a\xa4\x6b\x74\x35\xaf\xf1\x84\xf8\x76\x26\x6f\xd0\x99\x3e\x45\x60\x26\xce\xb7\x6a\x11\x70\x7d\xbb\xa2\xf3\x85\xb8\x0e\x55\x51\xf1\xb8\x8e\x91\x70\xd5\xee\x6c\xdc\x45\x04\x02\x0e\x8b\xa6\xcb\x59\x01\xbc\x1f\x5e\xd3\x7b\x55\xb7\xa6\xf9\x48\xfa\x2b\x00\x92\x1b\x58\xa9\x3d\x0c\x77\x91\x63\x35\x80\xd9\xd8\xb1\xfe\xf1\x57\x06\xc2\xad\x3b\xe6\x33\x51\x88\x0a\x80\x97\x5f\x96\x85\x0f\x63\x54\x2e\x72\x7f\x6a\xd0\x54\x06\x6c\xc7\x0d\x2b\x5c\xd1\x99\x32\x8e\xc8\xb3\x50\x4c\x18\x47\x7a\xf1\x2c\x02\xfd\xdb\xe4\x0b\x50\xce\x99\x5b\x50\xc6\xda\x91\x9f\xc4\x45\x5a\x82\xbb\xd5\x12\x2d\x66\x4d\x6b\xf9\x52\xaf\x10\x0a\x57\x21\x53\x21\x82\x19\x8e\x49\x19\xe4\x89\x2b\xfa\xe3\x2d\xbd\xe8\x7f\x13\x8c\x53\x1c\xee\x24\xe4\x66\xb2\x79\x25\xdc\x9d\x7c\xba\x69\x40\x0c\xf6\x54\x4e\xfe\xdb\xa9\x74\x1b\x0c\x7b\xeb\x6f\xde\x32\xec\xcb\x40\x88\xe1\x74\xa1\x52\xcd\xf5\x85\x7b\x52\xbb\x44\xa6\x81\x7a\x4c\x8e\x89\x6a\xc5\xc6\xa4\x27\xbc\x67\x33\x24\xe7\x37\xf6\xad\xf4\xb4\xd2\x79\x26\xb9\xaa\x9e\x18\x92\xca\xe7\x43\x72\xd1\x6a\x04\x8f\x49\x06\x63\xb2\x96\x04\x84\x15\x1f\x94\x9d\x19\x94\xb1\x7d\x3b\x28\x17\x68\xad\xa0\xc0\x9d\xaa\x39\x4f\xfe\x6e\xd6\x8c\x39\xa8\xcf\x5b\xe3\xa0\x8e\x11\x68\xdd\x21\x70\x0c\xac\xd0\x1b\x17\x70\x2c\x4e\xba\xaf\x3f\x43\x22\xeb\x84\x0e\xc6\xad\x5c\x16\x29\x40\xa8\x20\xaf\x34\xaf\x01\x30\x95\x3d\x12\xc9\xe3\xd6\x4d\xab\xa9\xc0\xeb\x49\x23\xe6\xec\x09\x2a\x31\x91\x4c\x3d\x8e\x71\xac\xbf\xae\x8b\x7e\x5c\x1c\x39\x35\xb2\x71\xa7\x91\x31\xf4\x6d\xce\x1c\x2f\x9b\x9b\x25\xe4\x9d\x09\x01\xb6\xc0\x97\xdb\x3f\xe0\x0b\xee\x2b\x4c\x95\x59\x8f\x03\xa7\xb4\x00\x18\x97\x14\xe0\x84\x72\x0a\xe4\xe2\x99\x49\x02\xe0\xfc\x0d\xf0\x73\x9f\x02\x16\x56\x24\x78\x03\xc2\xdb\xa3\x58\x32\xbf\x88\x28\x4d\x68\x48\x4f\x4b\x92\x3d\xdc\xa9\x1e\xe3\x86\xc0\x13\xd5\x3c\xc7\x92\x77\xb4\x42\x67\xb1\x74\x52\xcb\xc3\xa2\xbe\x24\x19\xda\x9b\xcb\x1f\xd7\xcf\xf8\x5a\xf4\xf1\x03\x39\x3b\x82\xd5\xee\x26\x28\xeb\xaf\x5f\x78\x2d\x02\xef\xad\x17\x2c\x9b\xf0\x0e\x64\x5d\xd1\x80\x47\x1f\x25\x74\x28\x49\xa0\x8b\x49\xcf\x1d\x65\x7a\xd2\x3d\x5e\x95\x08\xc4\x50\x5a\xb0\x71\x5b\xcb\xdb\xd0\xd4\x91\x50\xcf\xe9\x40\x29\xae\xd9\xeb\xcf\x93\x81\x55\x75\x4a\x65\x76\x72\x51\x68\xe6\xfd\xc0\x19\xaf\x6e\xf0\xb4\x3b\x42\xfc\x2c\x03\x38\x6c\x0f\x84\x89\x9f\x64\xcf\x39\xcb\x5d\x21\xa1\xb6\x1f\x8f\x04\x4b\xf4\x2a\xf4\x08\x2e\xe4\x89\x60\xdc\xd4\xc1\x8d\xe1\x71\xed\x78\xed\xcd\x1c\xe1\x72\x5b\xe7\x12\x35\x7d\x94\x95\x16\x74\xe9\x72\x8b\x72\x50\x6c\xc4\x3d\xd0\x7b\xba\x29\x22\x75\xd3\xa4\xb0\x4c\x39\x2d\x27\x8e\xf3\x2d\xa8\x84\x06\x02\x73\x7d\xc7\x3c\x72\x0d\xd8\x28\xd3\x71\xdc\xd7\x73\xe1\x09\xb7\xe0\x14\x33\xac\x8f\x8c\x65\xb6\x0c\x3c\x89\x9e\x10\x1b\x35\xf1\xd8\x80\x07\x70\x31\xbd\xf5\xa7\x88\xb0\x89\xed\xfc\x82\xd9\xf9\xd5\x3b\x3b\xdf\x52\xdc\x20\x35\xe5\xd6\xd5\x8e\xb7\xfe\xa5\xe4\xc5\x54\xb2\xf1\xd8\xf8\x0a\x62\x5b\x5f\xd3\xfd\x09\x6f\xd2\xf2\x79\x27\xc6\xb0\x09\xfe\x4c\x37\xe6\x51\x00\x05\xf1\x6f\x4c\x11\x9d\xf0\xbf\xc9\x6a\xb3\x73\xae\xc4\x9b\x23\x41\xf3\x00\x91\xb7\x8b\x34\x05\x6e\xd0\x58\x96\x6f\xdd\xa3\x9a\xdc\x31\x01\x2e\x39\x4b\x69\x1e\x80\x7c\xaa\x1e\xc3\x58\x7e\xc4\x42\x0a\xff\xf9\xc0\x56\x87\xc3\x3a\x6e\x26\xce\x9c\xee\x9c\x4b\xf3\xcf\x3b\xaa\xcf\xcf\xe8\x64\xda\xa3\xa3\x3f\x33\xa7\xf4\xd1\x54\x89\xba\x73\xe7\x68\x42\x1b\x62\x00\x1a\xb4\x74\xc9\x73\xb1\x01\xe2\x2e\xa0\xf1\xaa\x92\xaa\xda\x71\x59\xb2\x3f\x98\x0b\xcb\x21\xdf\x71\x72\x2e\x88\xbd\xc5\x29\x8c\x06\x7c\x75\x6f\xb5\x38\x4c\x08\x17\xd6\x53\x07\xa6\x70\x3b\x8a\x39\x72\x4f\x53\xe7\xea\xc8\x35\x04\x9e\x36\xee\x67\x04\x92\x3a\xe3\x42\xe1\x1b\xd3\xbf\x3f\x4f\xc8\x90\xde\x4b\xde\xa9\xb9\x90\xfc\x4c\x95\x18\x72\x5e\x95\x37\xea\xf6\x0e\xbd\xac\x37\x9d\x08\x78\xd2\xb9\xc8\xc2\xc6\x8d\xa4\x2a\xbd\x28\x76\xef\x2d\x8a\xea\x28\xee\x55\xaf\xd7\xc8\x83\x52\x49\x74\xe8\x72\xfa\xb4\x43\x70\xd6\x8c\xe5\x74\x1a\x45\x34\x44\x12\x7c\xf2\xe8\x32\x5e\x05\x79\xd9\xdf\xf1\xf7\xb8\x53\x17\xb9\xcf\x35\xcd\x36\xfc\x07\x2d\xb1\x8b\xd2\xc9\xbd\xd3\x02\x25\x1f\x3a\xf5\xa8\x1d\x04\x3b\x3b\x9c\xf9\xaf\xcf\xdb\xd2\x84\x06\x65\x22\x03\xc4\xf3\x85\xf2\x76\x2c\x6b\x77\x56\xa7\xe9\x8c\x69\x79\x52\x32\xee\xad\xdd\x1c\xa0\xc6\x76\x9a\xa4\x75\x84\xaf\xe6\x58\xb2\x90\xa0\xc8\x7d\x2c\xf0\x50\xd7\xe2\x4b\x27\x87\x91\x2e\xfc\xe9\x48\xaf\x59\x41\xfe\x7c\xa0\xd9\xdf\x12\x91\x93\x68\xc1\x45\xbc\x83\x9f\xfb\x68\xa0\x3f\xe8\xd5\x9f\x8e\x73\xf5\xce\x38\x73\x57\x0a\xef\x0d\xf3\xf2\x66\x98\x3f\x9a\xf9\xeb\x38\x2f\xde\x12\xbe\x3b\x02\x06\x55\xbb\x04\x13\x59\x7e\xce\x44\x22\x57\xcc\x7c\xd1\x8c\xac\xf6\x53\x6a\x65\x81\x03\xe8\x24\x8f\x07\x32\xd9\x6e\xe9\x24\xf2\x09\xb2\xaf\x29\xc2\xf2\x5d\x07\x10\x39\xfa\x9d\xa5\xca\xbd\x3b\x8e\x19\x72\xf5\x65\x64\xa1\x42\xfa\xf1\xf2\xce\xd6\x5f\xd8\x7a\x78\x34\x5f\xfb\x2d\x9e\xee\x91\xbb\xd1\xdd\x25\x53\x56\xc1\xf2\x20\x3e\x6a\x01\xae\x8a\x7a\x38\xa3\x4b\x91\x18\x6e\xd8\x20\xf1\x0a\xb9\xb6\xa5\x35\xac\x9d\x45\xe0\x8e\xbf\x52\x78\x98\x71\x2d\x38\x8c\xf6\xeb\x2f\x6b\x20\x67\x51\xd3\xc2\xac\x47\x41\x63\x17\xc5\xb1\x92\xaf\x39\x64\x2f\x74\xb7\x27\xf2\x57\x9c\xa4\xb9\x71\x08\x21\x25\xd4\xf2\x7a\xe4\x9a\x3f\xf5\x75\xcf\x64\x7f\xef\xf6\xfa\xe4\x75\x1e\xe6\xc9\x44\x95\x13\xd6\xc5\x6e\x7f\x27\x96\x57\x59\xea\x1a\x59\x9e\x83\x73\xec\x8b\xb1\xe5\x04\xa3\xe8\x52\x8d\x23\x94\xec\xf2\xaa\x10\x6b\xbb\x04\x52\xb5\xe3\x69\x33\xb9\x02\x15\xf6\x86\xa6\x42\xcf\x3d\x83\x5e\xef\x16\x20\x38\xa6\xbe\x68\x22\xd4\x57\xdf\x62\x09\xee\xbe\x70\x68\xb6\xbe\x9f\xa9\xf0\x87\xa2\x96\xdb\xd9\xad\x12\xee\x93\x26\xc5\x6d\xec\xca\x1f\xdb\x42\xcc\xd7\x05\x42\x64\xf8\xa3\xe9\x95\x7f\x1e\xc5\x94\x98\xd9\x1d\x1d\x26\xfc\xc2\xf9\x4e\x26\x84\x7e\x98\xd6\xde\x61\x59\x08\x26\xb0\xc0\xa5\x32\x03\xe8\xae\x9b\x73\x20\x35\xd2\x4a\xfc\x45\xd1\xaa\x5a\x3c\xf5\x84\xf8\x45\x1b\x64\x89\x0d\x72\x28\xdf\xf3\xba\xf6\x91\xdd\x19\xde\xd9\x1e\x23\x3a\xc1\x7f\x4d\xa8\xfa\x41\x57\x7f\xff\x97\xe0\x7d\x38\xa0\xff\xd3\x92\x03\x98\xa5\x69\x1c\xd9\xf2\x5a\xb1\xa2\xc2\x2e\xc6\x26\x90\x96\x3f\x67\x0e\x43\xc7\x92\x3f\x08\x58\x99\xa7\x35\xf9\xc7\x7f\x5f\xb7\xdf\x32\x6c\x44\x6c\x4c\x64\x54\x06\xb2\x59\x88\xb0\xa1\x74\x77\xd8\x31\x8d\xba\x52\x83\xd2\xfb\x8e\xe9\x9e\x50\x56\x2c\xec\xb5\xb2\x63\x79\xa4\x6c\x0b\x51\xb3\x8b\xd0\x73\x06\x41\xfd\x26\x11\x6c\x24\xdc\x92\x9b\xce\x75\xe0\x79\xa3\x4a\x08\x5c\x1b\x05\xbb\xa4\x50\xfc\x93\x5d\xa2\xe6\x66\x71\x7d\xbe\x1d\x49\xe2\x38\xdc\xcf\xd0\xa8\x6d\x60\x7e\x1e\x1f\x68\xd6\x96\x8d\xc3\x3b\x2b\x3c\xe5\x55\xaf\x1c\x48\x9d\xdb\x19\x2a\x4c\x18\x4d\x69\x8d\x05\x58\x0e\xb5\x9c\xa4\x2e\xd2\xcc\xa5\xc9\x5d\x01\x2e\xfe\xa0\xce\xa9\x4d\x69\x3c\x9d\x58\x9e\x10\x03\x3f\xba\x07\x67\xf9\xce\x09\x72\x8c\xef\xa3\xd5\x9d\x7d\xb4\xfb\x7c\x1f\x21\xf2\xa0\xbf\xde\xdf\xac\x0e\xaa\x43\x15\xdc\xdd\x47\x85\x3b\xfb\x68\xf5\xde\x3e\x3a\xdd\x5d\x78\xbc\x8f\xd6\xef\xef\xa3\xd9\x57\xf6\xd1\xe9\xcf\xf6\xd1\x22\xbe\x8f\xc2\x2f\xee\xa3\x71\x39\xbe\x8f\xd2\xdd\xe1\x60\x0c\x94\xf6\x18\x54\xde\x0f\xc6\xe8\x09\x55\x89\xed\x23\xcb\xec\xa3\xa2\x2d\x44\xf5\x93\x7d\x54\xb8\xd9\x47\x3c\x6f\x99\xff\x21\xfb\x28\xb3\x01\xe4\x3c\xef\xa3\x75\xe3\xf4\xc9\x3e\xe2\x88\x97\xd2\x3b\xfb\xa8\x00\x25\xb0\x57\xc4\x3e\x2a\x7c\xb6\x8f\x12\xe8\x5c\x77\x36\xd1\xfc\xdd\x4d\x54\x1e\xc5\x42\xf0\x26\xd0\xe4\x12\x9b\xe8\xf0\xf9\x26\x42\xa2\xfa\xeb\x29\x3d\x66\x0e\x4a\x34\xde\x3f\x8c\xe8\xae\x7b\x80\x80\x4b\x08\x20\xce\x03\x45\x67\x5c\xca\x37\xcd\x18\xcc\x4c\xaa\xa5\xe5\x72\x78\xd6\x54\x93\xeb\x09\x87\xa2\x37\xec\x05\x59\xb3\xa6\x88\x2e\x29\xd2\x56\x99\xd2\x26\x51\xbf\x2e\xb1\x4d\x32\x14\x4e\xeb\x72\x4e\x46\x45\x8c\xb5\x36\xe3\x99\x7a\xd9\xf6\x3b\x7b\x67\x15\xdf\x3b\xbb\x4f\xf7\xce\xc4\x16\x62\x61\x4f\xb0\x77\x2e\x64\xf8\xf7\x2f\x29\xe1\x65\x0f\xbc\xef\x69\x4c\x12\x2f\xf1\x7a\xc9\x4e\x1a\xb7\xa2\x38\x8f\x73\x91\x80\xd4\x4f\xd1\x9a\x48\x0e\xd4\x28\x3d\x0d\xa5\x23\xad\xdd\xb3\xac\x07\x0f\x37\xd6\x65\xb1\x20\xbb\x63\xe5\x06\x70\x21\x06\x83\xd0\x13\x6a\xed\x32\x02\xc2\x67\x58\x05\x9e\xf0\xea\xaa\x42\xe9\x3b\x9d\xf5\xdc\x89\x99\x6c\x16\xea\xd6\x62\xc3\xa9\x2b\x1f\xae\x2d\x72\x2c\xb0\x16\xee\xb3\x1f\x7c\xdf\x26\x5f\xd8\x41\xf1\xa2\xb8\x0e\x3f\x37\xc8\x52\xf6\x62\x8b\xdc\xed\xec\x5e\x09\x37\xb4\x4b\xdb\x5b\x47\x8b\x26\x70\x41\x70\xca\x87\x18\x17\x99\xa3\x16\xc3\xd7\xf3\x21\xdf\x91\x2f\x33\x61\xe3\x03\x17\x8f\xbb\x8b\x5c\x3c\xd1\xc6\x5f\x7d\xf4\x82\x13\x44\x2f\xdc\xb3\x23\xcd\xa4\xf0\x1e\x96\xf9\xbf\x32\xfd\xef\x47\x71\x67\x88\x7f\x6b\x74\x3a\x7d\xc1\xba\xe6\xc0\xe6\xb4\x47\xe4\xc9\x0e\x65\xc2\x7b\x5b\xd4\xd1\x1b\x68\x01\xbb\x22\xeb\x19\xd4\xa8\xa8\x65\x48\x2b\x43\x15\x30\x82\xef\x99\x2b\xfe\xbf\x2b\xdc\xdf\x85\xb4\x41\x0d\xe7\x0c\x51\xe6\x96\x64\x9d\x0d\x3d\xf9\x51\x2c\x97\x89\x0a\x80\x2a\x6c\xd1\x28\x56\x80\xd0\x90\xc9\xfb\xdf\xe5\xea\x3c\x1d\xfc\xec\x0b\xe7\x92\x50\x37\x0b\x9f\xf7\x10\xa1\xe3\x30\x59\x15\x71\xf2\x07\xf8\xac\x58\xd9\x51\xf6\x14\x65\x14\xc6\x16\x25\xb7\xcb\x26\xa1\x44\xaa\xd5\x02\x89\x0e\x5b\x62\x83\x05\x9b\x03\x16\x96\xb0\xb6\x77\x67\x38\x15\x87\x73\xaa\xe1\xae\x4a\x31\x43\xe4\xb4\x1d\x99\x46\xc4\xd8\x5e\xc1\x9b\x30\x93\x05\xce\x3a\xd0\x7b\xc6\x6a\xa4\x0c\xd8\x44\xbd\x78\x21\x7a\x5d\x4b\xe6\x78\x0c\x8b\xf1\xa9\xdf\xde\x99\xfa\xd2\xe7\x03\x73\x70\x6e\x1d\x61\xdb\xb4\x2d\xcf\xe8\x35\xec\x08\x63\xf7\x42\xaa\x19\x4d\x21\xde\xb4\xe4\x35\xe6\xd0\x4a\x2d\x87\x03\x96\x03\x3d\xe8\x84\xd2\xdc\xfe\xc3\x45\x9f\x19\x21\x49\xb3\x27\xc4\x08\x9e\xdd\x4a\x82\x3f\x55\xee\x74\xfc\xea\x4c\x7a\xcf\xa4\xb3\x74\x18\x17\x93\xf2\x2d\xc9\x2b\x32\x93\xf3\x12\xb9\x93\x76\x77\xdc\x49\xb0\xba\x5c\xdd\x49\xba\xdd\xdb\x26\xf5\xc2\x5d\xb0\xe3\xa6\xfe\x77\xdd\x1d\xbf\xc5\x26\x7a\x71\x67\xa2\xad\xbf\xea\x2f\x95\xd3\x49\xf6\x77\x23\x97\xe8\xef\xe5\x4e\x7f\xc7\xf6\xa7\xfd\x9d\x43\x74\x41\x7f\x2d\x8a\xcd\xf9\x8b\xfe\x4e\xde\x62\xae\xfb\xc8\x73\x1f\xeb\x6f\xfd\xf3\x85\x4d\x6e\x72\x5e\xd8\x79\x2c\xec\xb7\x45\x7a\x61\x1b\xde\x98\x2d\xde\x31\xa0\xc1\xd1\x3e\xa4\xef\xbb\x15\xb9\x5e\x73\xf2\xc3\x5b\x8c\x73\x2d\xfc\x6b\x1a\xa6\x21\x2e\xf7\x39\x71\xc1\x3d\x76\x74\x43\xdd\xc5\x50\x57\xbe\x43\x5d\x80\x1d\x47\x2f\x39\x07\x39\xad\xfc\xd5\x48\x6f\xe2\x2b\x6b\x72\x67\x65\x05\x95\xcf\xfd\x01\x76\x82\x85\x90\x3b\x60\x92\xee\x8b\xe1\xd1\xd9\x33\x58\x88\x47\x79\xb1\x9e\x10\x53\xbb\x8c\x50\xb0\xd1\x19\xcb\x6c\xbd\x06\x0f\x3d\x23\x7a\x2f\x6e\xa7\x8b\x1a\x39\x2a\x21\xf2\x2a\xf5\x62\x29\x60\x16\xda\x06\x58\xa1\xbb\x73\x53\x7c\x94\x28\x15\x03\x10\x77\x91\xf3\xca\xc7\x41\x37\xe7\xe9\x07\x84\x11\x86\xb0\x70\x4d\x1b\xc7\x0b\x59\xfe\x9d\x5d\xc3\x44\xe6\x64\x28\xe1\xc5\x7d\x5c\x72\x24\xee\xea\x2d\xee\x0a\x60\xae\x95\x18\xeb\xe9\xe7\x63\x5d\xb7\xb3\xaf\x66\xac\x6b\x58\x38\xcb\xdb\x85\x53\x2a\x5f\x75\xb4\x9b\x85\x43\x4d\x68\xb9\xce\x87\x9d\x77\x59\xb9\xaf\x60\x2c\x2f\x8d\x98\x9a\x5e\xac\xb9\xb7\x7a\xfa\xfc\x0e\xc1\x9f\xb3\x9d\xb0\xa8\x75\x2e\xc3\x77\x74\xc3\x2f\x7a\x2b\x9d\xc0\x78\x4e\x77\x18\x4f\x46\x09\x9f\x8e\x9d\x86\xf8\x90\xfb\xe8\x96\x29\x36\x91\x88\x75\x46\x88\x61\x50\xeb\x8a\x7f\xef\xb1\xee\xb9\xe0\x6a\x2d\x20\x17\xfb\x62\xe1\xe4\x5f\xcb\x27\xe1\xa4\xcb\x28\x6e\xe6\xe9\x6e\x23\xf9\xdb\x46\x4a\x7f\xdc\x48\xf1\xb6\x91\x4a\xbc\x91\x39\xcf\xe1\x1f\xee\xee\x7c\x7c\x77\x67\x9a\xb7\xbb\x7b\xf9\xf9\x8a\x3b\xd9\xb7\x02\x02\x25\xd1\xc6\x17\x9c\x55\xfe\x20\x52\xe6\x84\x5d\x47\xdf\x77\x4b\xf2\xc2\x7c\xb4\xf8\x16\x53\x60\x41\x5c\x52\x81\x5d\x7f\x4e\xdc\xc1\x26\x5d\x54\x22\xef\x1d\x7e\x6b\x79\x43\x9d\x39\x2d\xee\xba\x49\xa8\x09\xf1\x0a\xea\xea\xb2\xc0\xd4\x5d\x50\xef\x8a\x75\xa0\x55\xc9\xbe\x55\x82\xc2\xcf\xe9\xd3\x2a\x5c\x27\xe6\xcd\xd5\x04\xfe\xd4\x8d\x25\x09\xcc\x95\x3f\xf0\xe6\xa2\x0d\xd1\x03\x0d\xee\x45\x96\x98\xc4\xf0\xe0\x19\x56\xa7\x7e\x1d\xc6\x49\xbc\xbc\x6c\x47\x78\x53\x79\x32\x6e\xc8\xcf\x16\xc2\xee\xf3\xbe\x84\xbc\x10\xee\x87\xc4\x47\xd3\x5b\x61\xea\x0a\xb5\x87\xab\x8c\xb6\x5f\x34\xaf\x42\xda\x16\xe3\xf0\x23\x1d\x5f\x60\xd8\x1f\x29\x7d\x37\x1e\x58\xa0\x39\x75\xd1\x92\x7b\x92\x16\x7f\xa7\xf6\x96\x88\x3a\x46\x7c\xc1\x3c\xa1\x1f\x9c\x3e\xef\xdc\xda\xd6\xad\xf0\x44\x71\x71\xb1\x9d\x1c\xa7\x19\xab\x61\x78\xd9\xd9\x1d\xc6\x8a\x36\xc4\x02\x34\xb8\x4b\x55\x67\x12\xcb\xf1\x95\xbe\xb8\x63\xaa\xb9\x7c\x4e\xe0\xee\xde\x4a\xbf\x61\xfc\x66\x3f\xdf\x5d\xe9\x3b\xac\x74\xc8\x33\x75\x99\x63\xea\xc6\x9b\x64\x86\x8c\xe2\xc4\xb6\xb8\x1e\xf1\x39\x7d\x35\x97\x72\xfc\x40\xe0\x18\x81\x2e\x21\x90\xff\xe2\x8a\x44\xe5\x83\xe0\x31\x34\x41\x41\xe9\xae\x70\xe7\x6a\xba\xe1\xe1\x5b\xc8\x78\x74\xdb\xd6\xbe\x13\xdd\xf6\x39\x81\xf9\x58\x74\xdb\x18\xb5\x0d\x42\xb9\x4d\xef\x44\xb3\x0f\xee\x32\xb2\x3c\x47\xb7\x11\x05\xee\x54\xcd\x99\xc0\xcc\x1b\x55\x1c\x44\x75\xd9\x0c\x5b\xb4\x2b\x89\x11\xb4\x3e\x27\x70\x69\x73\x2b\xcb\xd9\xa7\xce\x67\xce\xa4\x3a\xcb\xd2\xe1\x26\x9b\x6b\x2b\x85\x3b\x25\x83\x91\x4f\x78\x2e\xec\x7d\xce\x55\x6e\x9e\x8c\xca\xd3\x38\x3b\x65\x1a\xba\xf5\x9b\x9e\x29\xae\x6e\xa6\xd6\x16\xf9\x4d\x77\x5f\x0c\x99\x88\xba\x43\x44\x38\x3b\x95\x7b\x47\xce\x18\x8f\x13\xc8\x03\x3b\x20\x4c\x26\x25\xa3\xf5\xf6\x26\x4e\x2c\x3d\x7c\x73\x16\x6b\xd6\x9f\x8f\xde\x9c\xe7\xb1\x92\x1a\x3c\x6a\xc2\xc4\x48\xec\x28\x45\x89\x07\x6f\xb7\xbd\xf9\x58\xcc\x53\x5e\x79\x77\xec\x82\x55\x13\xbe\xfb\x12\x21\xad\xbc\x17\x23\xd1\x26\x21\xe1\x21\xe5\x73\x36\x3d\x32\xcd\x6f\x22\x0f\x7e\x8e\xc2\xa4\xd5\xda\x4e\xd3\x35\xb5\xa3\x90\x82\x8b\xb4\x52\xdd\xfb\x3f\xc7\xef\xdf\x3a\x7e\x27\xe3\x04\xbe\x04\x56\x68\xe1\x4f\x57\x28\x72\x8d\x47\xe1\xe7\x0b\x74\xca\x33\x9f\x9e\x41\x6a\xc1\xc4\x96\x1c\x3e\x5a\xa0\xb1\x85\x60\x45\xcd\xfc\xdd\xfa\xac\xbe\xb7\x3e\xb9\x3f\xd6\x7b\xcb\x73\x79\xb3\x3c\xe3\xdb\xa6\x70\xb3\xfd\xfe\x6f\x7d\xfe\xed\xfa\x9c\x8d\xe3\x11\xf1\x0b\xef\x56\xbe\xcb\xbd\x1f\xfe\x1d\x47\x52\xe8\x6a\xc9\x8a\xc6\x0c\xba\x35\x7b\x76\x4c\x60\xe9\x8c\x53\x72\xe6\x29\x5c\xb4\x6c\xba\xa0\xc1\x8b\x10\x2f\xeb\x05\xe9\x2a\x84\x58\x83\xdc\x63\x13\xce\xa8\xdb\xfe\x7a\x34\xed\xb2\x71\x27\x9a\x76\xec\x5c\x4f\x9c\x34\xd0\x76\x2a\xfc\xd5\xd9\x29\x43\x7f\x1a\x7f\xaf\x56\x00\x24\x37\x40\x28\x92\x88\x0b\xc8\xce\xc9\x35\x6e\xef\x60\x91\x5b\x0d\x2d\x4f\xcc\xdd\xfa\x6f\x68\x33\x06\x2c\xf9\x45\x38\x4b\x59\xe2\x89\x59\x6d\xa2\x9c\xb8\x81\x51\x6d\x57\x04\x51\x66\xc9\xa0\xea\xdf\x31\x15\x12\x52\x59\x5b\xb8\x96\xdc\x9c\xe0\x33\x59\x8c\x13\xe2\x0f\xe2\x4e\x20\xfe\x44\x51\xfa\x69\x51\xfa\xf2\x91\x9c\x45\xc1\xd3\x26\x82\xc5\x9d\xaa\x90\xc5\x98\xd5\x38\x89\xca\x80\x2f\x25\x23\xbb\x34\xd1\x9f\x99\x28\x80\x0a\x09\x49\x6b\x01\x49\xf0\x24\x6f\xe2\x43\x0b\x95\x84\x92\xfc\x74\xa7\x0d\xb1\x01\x0d\x85\xa2\xbd\x24\x19\xd4\x11\xd5\xa2\xdd\xaa\xd2\xd2\xb4\x8a\x76\x4d\x86\x1b\xbe\xf8\x14\xd5\xc0\x9c\x1b\x34\x19\x52\x8c\x01\x7f\xa1\x57\x2d\xe0\xb7\x3a\x40\x78\x6f\x3f\x51\xed\xca\xdc\xd6\x8f\x6e\xdf\x3e\x9a\x8f\x3f\x1a\xec\xf8\xd1\xe1\xbd\x47\x8b\xf1\x47\xa7\xe6\xd1\xd1\xbd\x47\xcb\xf4\xa8\x83\x47\xe7\xe6\xd1\x99\xbc\xdb\xec\x3a\xf6\xec\x74\xff\x11\x05\xe3\x4d\xec\xd1\x9d\x79\xb4\x7b\xef\xd1\x3d\xc1\x87\xf2\xa3\x56\xc5\xfe\x60\x08\xaa\x71\x62\x97\x86\xd8\xfe\xdd\x47\xc9\x01\xe1\x3c\x07\x6b\x7e\xaa\x27\xc4\x4b\xe0\xa1\x62\xe3\x18\xc0\x48\xfd\xe0\x44\xed\xfd\xa0\xf6\x1e\x3e\xe8\x4e\x66\xe5\x67\xdb\xa2\x52\xb5\x57\x04\xb8\x42\x73\xdc\xc8\x76\xf4\xac\x57\xd5\x33\x5c\x26\xb4\xf1\x86\x2f\x94\x0d\xd5\x47\xf6\x28\xed\x8a\x97\xef\xb1\xfb\x2f\x94\x23\x3e\xb6\xec\x8b\xbf\xa1\x86\x82\xc0\x3e\xeb\x4b\x8b\xc0\x9e\x03\xa2\x43\x6f\x9e\xc0\xb2\x87\x59\x25\x26\x96\xbd\x94\x87\x19\x0e\x8f\x5a\x55\xb3\xa5\x0e\xd0\x44\xfa\x4b\xaa\xbc\xeb\xb2\x93\xaa\x08\x57\xd9\x46\x96\xf0\x1f\xe7\x42\x69\x63\xee\x06\x2e\xb3\x91\xde\xcb\xea\xa2\x6a\xdf\xc0\x3e\xb0\x3a\xdb\x26\x5e\x10\xf8\xff\xa6\x8a\x67\xca\xd1\xd5\x15\x6a\xad\x12\x4e\xb0\x3e\x23\xac\x51\xe1\xc5\x03\xee\x9d\x89\xaa\xb1\x52\x31\x18\x03\x7d\xc3\x16\x61\x8d\xf8\xc6\x60\x85\xbf\xbd\xdd\x94\xcd\xa2\x7d\xd1\x27\xcf\xcc\xa3\x3f\x23\x7c\x3a\xf5\x20\x12\x0f\xce\x2f\xc8\xf8\xc4\x51\x42\x36\xf7\x39\x57\xd4\x1d\x08\x31\x08\x4a\x0c\xe4\x53\x02\xd4\x3a\x5e\xce\xb6\x85\x5f\xd2\x0c\xa0\x71\x91\x1b\x34\x34\x9c\x1e\x38\x5b\x9a\x82\xf1\x1d\x51\xa1\xd0\x4d\xd5\x1a\xd7\x88\xe3\x34\x81\xcf\x7e\x60\xba\x66\x05\x54\x6b\xa4\x92\x2d\x53\x95\x1b\xdf\x8a\x47\x47\x18\x62\xe9\x15\x82\xfb\x84\x11\xf0\xd4\x22\x76\x32\xfb\xa1\xcf\xad\xb9\xda\x4f\x09\xc0\xb1\x45\xcd\xef\x91\x92\xab\x49\xb5\xea\xf6\x81\x16\xf9\x51\xee\x10\x64\xd2\xd7\x8f\x8c\x33\x76\x1d\xb8\x01\x2b\x5c\x3d\xca\x13\x80\xe0\xb8\x2e\x0a\xf8\x88\xb7\xa1\xe0\x85\x76\x93\xe4\x2c\xe4\xb1\x8c\x01\x11\x39\xa6\xa4\x25\x1f\x79\xea\xfa\x64\x9f\x75\xcd\xeb\x9e\x3e\x55\x34\x79\xce\xdc\x2e\x57\x09\x93\x56\x4d\xe9\xad\x43\xc6\xde\xc8\xf0\xac\xdb\xac\xd5\xed\xfe\x86\x00\xdc\xea\x75\x7b\xcd\xc4\xd5\xea\x76\x2b\xba\xb8\x55\xac\x90\x0e\xbb\x60\x08\x58\xb1\x08\x62\x98\x53\xdd\xbe\xe1\x84\x7e\x69\x69\x4c\xb3\xd3\x0d\x9d\x2e\xaf\x43\xea\x26\xe0\x15\xe8\xc6\x50\x4b\x7d\xf9\x8c\x8d\x3d\xec\xed\x79\x20\x1e\xd0\x71\x7c\x65\x55\x50\x64\xf5\x9a\x17\x94\x38\xb3\x8c\x64\x47\x26\xa6\xdf\x34\x15\x15\x3e\xb5\x0c\x46\xd8\x61\x85\x00\x1a\x16\xec\x94\x5e\xf5\x18\x36\xe4\xce\x2f\x64\x3d\xf5\x46\x54\x78\x63\x23\x85\xf3\x5d\x3f\x5b\x91\x0b\x20\x8e\x4e\xe4\xae\x86\xe0\x5c\xc9\x87\xca\xf1\x42\xcb\x7f\x78\x4a\x41\x93\x45\x8d\xcc\x94\x70\xd6\xaa\xf4\x3b\xf1\xf4\x76\xe9\x65\x3d\xe1\x1f\x80\xfd\xd0\x8d\xe7\x65\xa8\xab\x4f\x61\x8f\xb2\x05\xa8\xf3\x58\x94\x53\x8b\xe9\xac\xfa\x9c\x9c\x30\x01\x4a\xea\xae\x4d\xcb\x6c\xd3\x46\x4e\xc9\x89\x57\x37\x0d\xf7\x0c\x55\x18\xf6\xf5\xe6\xcd\xa3\xa2\xaf\xbf\xeb\x5c\x54\x21\xfe\x02\x5c\x79\xbd\xe3\xb1\xa9\xd7\x6a\xa0\x68\x02\xba\x6d\x56\xe7\x39\xcb\x35\x72\x83\x8f\x2a\xe6\x5d\xbd\x03\x6b\x23\x9a\xfd\xfa\x08\x97\xf4\x07\xef\x5c\xe2\x2f\xe0\x76\x8d\x0b\x57\xbc\xa2\x74\xb6\x18\x06\x75\x46\x8c\x64\x8b\x71\xa6\xca\x42\xc1\x7d\x69\x64\xb7\x21\xa3\xd1\x30\x87\xec\xcd\xbb\x1f\x82\x3c\x94\xfc\x14\xe4\x2f\x61\x18\x8f\x9e\x59\x2e\x9a\x91\x76\x43\x90\xec\x48\xdc\xad\x30\x6b\xfe\x41\x67\x28\x5c\xf6\xcf\x3a\x53\x0a\x49\x22\x2d\xfd\x64\x88\x0d\x52\x5d\xfe\x70\x74\x6b\xa8\x70\xfa\xa5\x4e\x75\x84\xaa\x3c\x64\xb9\x6e\xaa\x50\x27\x4e\x2a\xa0\x27\x4d\xc7\x10\x04\x9f\x1c\x5c\x4d\x8d\xb9\x0f\x2c\x1f\xdc\xaf\x1d\x29\x5d\xed\xb5\x7e\x4c\x0e\xd4\x8b\x89\xc6\x48\x36\x0d\x8c\xb1\xf7\x9b\x8e\x7f\xba\x86\x54\xbe\x97\xdc\x1e\x1d\x99\xa0\xe7\x19\xbe\x1c\x1c\xa8\xc3\x83\x5f\xb7\x5f\x41\x91\xd0\xff\xf4\x57\xb6\xb4\x21\xff\xb5\xaf\x0c\x85\x1b\xcc\xe4\x11\x67\x77\xb7\x67\x50\x1d\x07\xc4\x1a\xa2\xdd\xd7\xcb\x99\xf5\xd1\x15\xea\x07\x63\x45\x0d\x83\xe3\xf5\xe2\xef\x09\x5f\x9c\x5e\x2f\x16\x01\x89\x79\x71\xbc\x13\x02\xb6\x92\x08\x00\x0b\x62\x8b\x9d\xe9\xe9\x76\xb1\xa7\x96\x1b\xf5\xc5\x2c\x37\x45\xc5\x92\x27\xc0\x8d\xd4\x87\xf7\xb7\xd5\x9c\xeb\x97\xfa\x42\x7d\xd7\xab\xac\x37\xdd\x24\x83\x71\xe7\x1c\x8b\x48\xb8\xf2\x2a\x27\x73\x8b\x26\x46\x8b\x5a\x4e\xec\x26\x2c\xb3\x3f\xdc\x4f\x47\x52\x02\xe6\xee\x86\x8e\xe3\xfe\xfc\xf3\x2e\xc5\x38\x20\x4f\x59\x44\x86\x12\xca\x72\x68\x9e\xf7\x84\xd6\x7d\x20\x65\xa9\x97\xde\x61\xdc\xa7\xbc\x02\xab\x0c\x36\x0f\xb1\x5e\x8c\xf4\x6b\x8b\x3c\xf1\xd4\xfe\xf2\xcf\x47\xb8\xfe\x97\x23\x5c\x36\x23\x1c\x2c\xff\xdd\x11\x26\xcf\xb3\x1b\xb8\xa6\x26\x6b\x7c\x29\xfd\xbe\xc1\xdb\xfd\x6c\x7d\x99\x91\x7f\xd5\x72\xd6\x18\x38\x09\x77\x67\xcd\x3c\x48\x30\x1a\x9c\xb4\xde\xd6\xaa\x60\x06\xe7\xf4\xdd\xb1\x35\x2f\x8d\xb4\x90\xcc\x9b\xed\xbf\x72\x99\xd7\x48\xd5\x54\x39\x39\x7f\x7f\x12\xc0\xac\xfe\x6a\x99\xaf\xff\x72\x99\x83\x0b\xc7\x97\x79\x2e\x5a\xe6\xfd\xcf\x96\x79\x55\x65\x5f\x74\x97\x96\x89\x65\x3e\x91\xff\x4d\xeb\x3c\x63\x86\x78\xf9\x2f\x0f\x31\xd6\xf9\xfc\xff\xd6\xf9\x17\x26\x61\x62\xf3\x24\x84\xff\x7b\xd6\xf9\xd8\xc6\x3a\xdf\xfd\xcf\x58\xe7\x33\x33\xc4\xbb\xff\xc8\x3a\x9f\x5e\xd7\x39\x8a\xc2\x3d\x2d\xbc\x7f\xbe\x98\x53\x63\xa1\xa5\xf6\xf7\x8f\xda\x9c\x13\x9d\x98\x6f\xc5\x89\xfc\xda\xb0\x2c\xc8\xc1\xed\xcc\x55\xfe\x4b\xbb\x23\x27\x83\xb7\x7f\x26\x95\x92\xd8\x3c\x41\x9f\xbb\x48\x9c\x50\x64\x1c\x7d\x20\x80\xae\xee\xcb\x3b\x6a\xd3\xd0\x20\x49\xff\x91\xa4\xba\x92\x42\x4d\x1b\x8c\x1f\xf4\xba\xbe\xd7\xc4\x67\x62\xa8\x6e\x22\x6c\x6c\xb8\x89\xf0\xef\x9b\xa8\x01\x91\xa9\x4d\x23\xb0\xdb\x61\x49\x6f\x2d\x3f\x5b\x93\xe2\x95\x90\xf9\x7f\x7a\x3b\x2b\xc5\x17\xdb\x54\xd7\x71\x49\x6b\xc9\x0b\xb7\x78\x29\x5f\x25\xa3\xcb\x63\xe9\x4b\x4f\x17\xf9\xe9\xca\x97\x9e\x2e\xe3\xe9\xe6\x61\x4f\xa0\x0f\xcf\x7b\x18\xd2\xbb\x13\x86\x87\x46\xe5\x0c\x4f\x0c\xdb\x34\x2d\x1d\xfd\xef\xcf\x67\x60\xce\x65\x3d\xe1\x7c\x9b\xd6\xde\x8f\xcc\x22\x83\x39\xe0\xfa\xbd\x80\xc9\xd9\xfb\x5f\xde\xfb\xbb\x8f\xf6\x3e\x6b\x90\xea\xed\xa3\xe5\x7e\x26\x39\x34\x27\x73\xf3\xe6\x9f\xec\x71\xc2\xaa\x72\x2f\x2a\x4c\xd5\x81\x0b\x90\x04\x52\xdf\xdf\x04\x44\xf7\x85\x18\x1e\x4c\xb9\x79\xb8\x24\x5e\x4d\xd9\x85\x2d\x41\xc7\xbb\x73\x32\xe2\x94\xe4\x2e\x95\x3a\x62\xd9\x28\xfa\x55\x23\x68\xfe\x6e\xce\xf2\xef\xf5\x64\x63\x63\x87\x60\x34\x3b\x41\xed\x2e\xe1\x61\x40\x65\x17\x4a\xf2\x8c\x52\xaf\xef\xb5\xb6\xe2\xd6\x60\xa8\x7b\xaf\xb5\xfa\xdc\x85\x1f\x63\x85\x32\xc4\xff\x99\x39\x1c\x99\x39\xac\x9d\x5c\xfd\xcc\xd3\xe5\x74\x7f\xb2\x26\x7a\xcf\x6c\x24\xf9\x2d\xe6\xd2\x4b\x13\x1d\x8f\xe6\xa3\x85\x57\xfb\x6f\x5c\x78\xe1\xbe\x89\x95\x97\xf9\xa3\x85\xb7\xde\x37\xf5\xe9\x52\x50\x26\x16\xec\x5e\x94\x21\x75\xae\xfa\xdf\xd8\xb9\x3c\xef\xaa\x60\xf1\x47\x9d\x2b\xd2\xc9\x09\xe7\xe4\x5b\x91\x24\x14\xef\x52\x27\x73\x30\x32\xe8\x39\xee\xf4\xdd\xb3\x24\xce\x6b\xdf\x37\xf5\x14\x4f\x4d\xbd\x6a\x77\x0f\x08\x8e\xea\x6e\xae\x35\x80\xc2\xd8\x01\x33\x28\xa5\x58\xbb\x09\x0a\x13\x2b\xfb\xb4\xb9\x13\xb2\x2b\xc6\x32\xbb\x72\x0c\x1c\x3b\x89\x9a\xdd\xe0\x70\x35\x38\xb2\xdf\x6d\xe1\x18\x64\x75\x7a\xa4\x5d\xdf\x92\x0f\x67\xfa\x3c\x83\x25\x62\x50\xb9\x77\xa4\xbc\x0a\xf1\xda\x48\x0c\xe6\xc2\xa2\x7a\x00\xea\x62\xc3\x11\x39\xb0\xbe\xf6\x5e\x3e\x7a\x6f\x39\xe3\x32\xa7\xa1\xba\x6b\xf1\x53\x96\xac\xb1\x30\x52\x3f\xfa\x89\x47\xe0\xd5\x03\x4a\xe1\xe6\x4e\xb6\x89\x18\x18\x14\x1a\xd3\xcf\x17\xc3\xfd\x62\x43\xb1\x52\x84\xea\x7d\x1d\x05\xd1\x5d\xfd\x4e\x10\x5b\xb3\xfc\xec\x48\xcc\xe4\xf4\x5b\xb6\x23\x02\xe9\xd5\xad\xdb\xfc\x39\xaa\x9c\x3b\x06\x4a\x52\xaf\x7e\x72\x49\x2c\xa2\x50\xbf\xa5\x0c\x79\x81\xae\x08\x6f\x53\x3d\x02\xec\xb6\x57\x3a\xb1\xcc\xb7\x97\xc2\xb5\x97\x40\xf8\xfd\xac\xcc\xb1\x81\x76\xd3\x8b\xe5\x16\xda\x6d\x20\x54\xc9\xc1\xa6\xbb\x36\x5f\x56\xc2\x0d\xa2\x11\x8a\x29\x37\xa2\x17\x69\x3c\xa0\x2c\x50\x69\xd2\x7a\xf1\x57\xdf\x39\x60\xee\x9d\x24\x43\xad\xdc\x54\xdd\x64\x63\x33\x29\x1c\x2a\xdc\x2f\x96\x2a\xdd\x66\x05\x92\x70\x20\x27\xb4\xbd\x7a\x16\xb3\xd7\x31\xe1\x9a\xb9\x73\xf9\x90\xb8\x6c\x76\x54\x7c\x95\x75\x08\xf8\x90\x18\xc9\x89\xcb\xce\x9b\x2f\x6b\xbd\x0b\xb7\x32\x7c\xcb\x32\xb7\x5e\x85\xb3\xa4\xcd\xfa\x1e\x4d\x62\x45\xdd\x5d\xaa\x79\x2a\x8c\x84\x49\xce\xd9\xf7\x49\xfe\xf1\x90\xf5\x84\x5b\xe3\xfe\x2e\x6b\x77\x5f\x0e\x64\x09\x45\x7d\xba\x53\x94\xc8\x32\x6f\xff\xda\xd5\xe2\xa3\xab\x1e\x83\x4c\xf2\xb9\x3b\xb2\xf0\x9d\x4d\x10\x3f\xf1\xb7\x05\x2e\x59\x3f\x40\x1e\xa6\xf0\xea\x9b\xe6\x57\x5f\x1c\x12\xe2\xd5\x7b\xa2\x01\x05\xd4\x11\x77\x44\x29\x50\x36\xb0\xeb\x79\xf0\x84\x0b\x98\xd9\xa5\x5a\xff\xed\x18\xf0\x8a\x7a\xcc\xd5\xff\xe9\x18\xec\x6f\xc6\x20\xf7\xb5\x31\xd8\x27\xc7\xe0\xf0\xde\x18\x30\xda\xb3\xf0\xcc\x18\x64\xa2\x31\xa0\x35\x16\xfe\xe1\x18\x7c\x4f\xae\xfb\x09\xd5\x09\x70\x2f\x72\x3b\x85\x04\x9c\x8f\xe3\x50\xd7\x2b\x7e\x84\xec\xe7\x7a\x94\x7d\xf2\x20\x4a\xb4\x3a\x3b\x04\xdc\xc2\x50\x30\xce\xb9\x4f\xde\xb6\x4b\xdf\xfc\xa2\x51\x9e\x23\x0d\xfb\x44\x24\xaa\x83\xda\xa0\xc8\xcd\x60\x77\x49\x02\x09\x97\x6c\x36\x32\xce\x08\xbe\xba\xa4\x2a\xb0\x62\xbc\xa0\xe6\xcc\xed\x73\x85\x6a\x33\x3b\x10\x8e\xa5\x08\x67\x4b\x0c\x2f\x00\x04\x3c\x93\x71\x55\xbc\x5c\x00\x47\x40\xbf\x09\x9b\xbf\x80\x90\xf8\x4e\xfc\xea\xd0\x3c\x35\xe1\x08\xa6\xd3\x84\xdc\xf8\xbb\x46\xee\x81\x9c\x60\xf0\xee\xfe\xc3\x46\x0f\x1b\x4d\xba\x43\x78\x66\xc2\xe3\x26\x4d\x7f\x0a\x64\x3c\x08\x64\x61\x02\xef\x2d\x46\x36\x79\x5b\xbc\xd4\x79\xe2\x0f\x21\x00\x13\x8f\x50\xbd\xe1\xcc\xf6\x4e\x3c\x96\x93\x3c\x1f\xda\x65\x42\x3b\x77\x01\x05\x7f\x02\xc8\xa2\x69\xd9\x3c\x74\xe2\xa2\x35\x97\xb1\x13\x35\xa9\xd7\xbc\x35\xa7\xa6\x43\x86\xee\x4d\x92\x83\x70\x7e\xe7\x20\xa9\x48\xd3\xa5\xe0\xde\x6b\xb9\xb0\xba\x25\xb6\x27\xdc\xa5\xd2\x4d\xdf\x3c\xef\xfc\x9e\xe6\x93\xe4\x5b\x13\x9c\x26\x65\xd4\xfe\x3f\x4f\xed\x3b\x84\x9e\x11\x45\x14\x2a\xe8\xff\xbf\x1a\x84\xcc\x4f\x49\xf9\x4e\x65\x0d\xe1\x9e\x70\x1a\xab\x74\x04\x1e\x24\xbe\x4d\x6f\x6b\xe2\xc2\x35\x4d\xce\x4c\xa2\xc4\x99\x53\xb1\x01\x52\x84\x58\xb4\xe4\xc5\xc9\x45\xd1\xd9\x58\xb7\xd4\x4d\x1b\x04\x33\x99\xa4\x3f\x5c\x35\x21\x34\xcd\x19\x99\x58\xd3\xa1\x2a\x5e\xb6\x2d\x1c\x91\xed\x0b\xdf\xd3\x8f\xbd\x1d\x5b\x14\x5f\x00\x92\x73\x08\x97\x2a\xd1\x07\xfb\xd8\x5d\xb4\xa9\x3b\xb9\x66\xe2\x9b\xd6\xb2\x09\xa1\x4e\x6f\xbc\x29\x7f\xe0\xc3\x27\xe7\x6f\xf1\xbe\x2c\xe0\x9f\xd0\x32\xb5\x23\xb2\x5d\xe1\x09\xc2\xfa\xd8\xae\x11\xe3\x67\xb6\xa5\x69\x24\x17\xb7\x21\x55\x73\x0a\x22\x48\x5f\x38\x27\xb5\x0b\x9d\xfb\x8f\xea\x35\x1f\x3d\xda\x11\x6e\x81\x82\xcb\xde\x2a\x84\xed\xab\x1a\xbc\xa1\x6f\x5e\x1b\x09\x27\x94\x97\xd8\x9a\xd1\x77\xe7\x2b\x96\x7a\x46\xc2\x23\x01\xa5\x24\x4b\x75\x60\x04\xa3\xd8\x54\xf6\x55\xa8\x5f\x44\x08\xd5\x5b\x15\x9d\xd9\x04\xb1\x04\xd3\xb5\x0d\x8c\xab\x81\x49\x4d\x5a\xd0\x2c\x56\x64\x15\xe5\xdb\x38\x00\xe3\x88\x88\x2e\xad\x8c\xcd\xe5\xfe\x51\xaf\x54\x94\xd2\x98\xcb\xf0\x91\x5a\x9c\x77\xb2\x9d\x44\xf4\xd7\xaa\x87\xff\xaf\x1a\x5a\x88\xb0\x9e\x92\xfd\x99\x23\x48\x41\x2b\x1c\xbf\x11\xba\x41\x00\x9d\xe2\xd7\x6a\xcd\x61\x37\xc4\x33\xac\x00\x9b\xe1\x40\x91\x44\xed\xf9\x3b\x6b\x08\xa5\x17\x2e\x7d\xfd\x0e\xe4\x9c\x5f\x0b\xa8\x77\x1b\x59\x9a\x33\xb8\xeb\x08\x31\x71\xd3\x91\x6e\x6a\x90\xdc\x8e\x03\xd2\x36\x4e\x93\xe8\x6b\x3e\x6a\xa0\x52\x42\xba\x2a\xb9\x74\x01\x51\x73\x5a\x35\xa1\x70\xb9\xdc\xc3\xa7\x0d\x15\x38\x41\xc6\x34\xb4\x6b\x2c\xbe\xe9\x2b\xd8\x40\x6f\xa8\x25\x70\x44\x57\x79\x71\x8f\x81\x71\x57\xe2\x29\x36\x5d\xdd\x99\xae\x06\x9f\x93\x6f\xbe\xda\x15\x5e\xd0\xcc\x20\x2e\xab\x5b\xbe\x96\x7d\x9c\x42\xcd\xa1\x19\x69\x5f\x62\xbe\xce\xa7\x6a\x09\xa0\x63\xe1\x14\x18\x31\xc9\xc0\x51\xd1\xdd\x67\x1a\x11\xbe\xba\x2f\xcc\x7f\xdb\x75\x3b\xeb\x8b\xe6\x8a\x98\x61\xa0\x2a\x1b\x37\xad\x1d\x8d\xae\xf2\xa5\x57\xfa\xc0\xa4\xa8\x17\x0c\x57\x94\xa1\xf2\x7f\xaa\x4c\xb0\x98\x62\xb8\x40\x08\x8a\xc1\x80\x4a\xd3\x95\xcf\x70\x04\x69\x47\xa8\x83\x3d\x3b\x39\x9f\x7e\x89\x16\x21\xbe\x64\xbe\x31\x67\x40\x08\x3d\x12\x96\x3d\x43\xfd\x84\xe1\xa9\xd4\x48\x84\xfb\xba\xa1\x64\x2c\x97\x9b\x8a\x5f\x28\xb5\x57\x6c\x47\x6a\xa6\x27\xdc\xb5\xcd\x6a\x66\x35\x32\x98\x01\x0a\xe8\x41\x5c\x75\x4d\x2a\x77\xf3\x54\x59\x30\x14\x5c\xa1\xf1\x07\x83\xef\x1c\x6c\x8b\x84\x89\xe1\x06\x85\xe6\xd6\x61\x62\x8c\xc8\xae\x77\x52\x67\x54\x23\x29\xa4\xec\x01\xba\xfd\x48\xf9\x67\x73\x8b\x18\xd5\x01\x1a\xdb\x83\xb6\xce\x15\x00\x66\x18\x8f\x4a\x9d\xeb\x35\x11\xf4\x48\xb9\x8e\x92\xde\xf3\xcd\x97\x47\xe9\x4c\xf6\xdc\xe2\x03\xa6\x03\x43\xbe\x39\xd3\x60\x95\xec\x3a\x06\x2b\x63\xf2\x45\xae\x05\x30\x80\x9b\x64\xd5\xfc\xfb\xad\x6e\xa5\x50\x75\xb9\x00\x77\x5f\x48\x0e\x9f\xca\x35\x23\x8f\xcf\x52\x6d\xca\xe0\x80\x55\x8c\xf3\xf5\x6e\x8f\xab\x2d\x23\x9a\xf2\x60\x30\x52\x18\x0d\x3a\x8f\xc2\x1a\x57\x78\xfc\x73\x09\x81\x4d\x05\xb9\x69\xe0\xce\x34\xf3\x00\x51\x42\xff\x33\x0f\x94\x69\x4b\x74\x8b\xeb\xeb\x8f\xf7\x3c\x23\x0b\x2d\x10\xa9\x8b\x93\x69\xdd\x69\xed\xec\x7d\xfa\xfe\x4c\x1f\x22\xaa\x62\x8f\xdb\xff\x06\x35\x2b\xa6\xa6\xda\x4a\x0e\x92\x16\xb0\xf2\x5b\x84\x0a\x65\x87\xc2\x59\x2b\xa3\x5c\xa7\xc3\xea\xd3\xeb\xd6\x00\x89\x99\xb5\x41\xb1\x40\xaa\x60\x9f\x2b\xee\x1d\x82\xc3\x3c\xaf\xbd\xa1\x70\xe7\x6a\x7b\x6e\xde\x79\x66\xcd\xd6\xf2\x4b\x22\x3a\xbc\x3f\x9d\x37\xf5\x81\xbd\x53\x53\x0e\xa2\xff\x8c\xb2\xa7\xc4\x9a\x05\x5d\xa1\x3d\x39\xf9\x9f\xd2\x75\x0c\xb9\xca\x69\x28\xa3\xc3\xfe\x6d\xb3\xa3\x47\x67\x00\x00\x1b\xed\xb6\xce\xfd\x0d\x49\x15\x65\x93\xa5\x1c\x4e\xce\x12\x3b\xa9\xb3\x84\xb8\xea\x56\xcb\x00\x9c\x2c\xad\x71\xf2\x1f\x6c\x23\x37\xb8\x56\xf4\xf9\x69\x9d\x4c\x67\x34\x81\xfd\x19\xd5\xab\x7b\x9b\x9f\xb9\x20\x24\x20\x82\x7b\x16\x80\x76\x08\x85\x26\xc1\x33\x19\x45\x68\x46\xea\x49\x17\x5e\xd1\x0b\xaa\x49\x46\xc7\xfe\x86\x3b\x3d\x96\xc2\x3f\xc8\x0d\x5c\xa1\xdd\x99\x4a\x24\x64\x86\x50\x42\xba\xfb\x4e\x14\xa9\x2a\xbc\x79\xc8\x39\xc0\xaf\xb4\xe9\x10\x24\x9c\x59\x80\x5d\xe4\xea\x6c\x97\x61\x48\x4c\x2e\x3a\x79\xa0\x58\x50\x8a\x69\x74\x2b\xea\x1a\x56\x85\xd7\x1a\x6d\x81\xcd\xad\xff\x7d\x2c\xa0\x6a\xe4\x73\xb1\x71\xaf\x25\xfd\x75\x97\xe0\xc8\x3d\xe1\x59\xaa\x86\x3d\xdc\x85\x70\x73\x63\xeb\x1b\x4e\xeb\xef\xb0\x95\x0d\x99\xc1\xf6\x60\x2b\x33\xb0\x95\xfe\x2e\xc6\x56\xa6\xea\x88\x9b\x83\x25\xb7\x91\xa9\x99\xfc\x01\x52\x3b\x72\x35\xff\xce\x22\x55\x6b\xfb\x58\xa6\xd6\x86\x97\xc5\xfd\xc5\x59\x0e\x38\x79\xe3\x00\xbb\x09\x4a\x37\x21\xb0\x76\x5d\xf7\xbf\xfa\x8e\x93\x53\x17\x50\xa8\x07\x77\x26\x7f\x64\x3d\x31\x95\x82\xa9\x1e\xcb\xf0\x1f\x71\x8b\x2d\xf1\x9e\x93\x03\xde\x93\x6a\xed\x0b\xbc\x6b\xa3\xb4\x68\x5a\xb2\x27\xf7\xde\xff\x63\x6a\xf6\x4c\x4d\xad\x95\x9c\xa7\xf7\x79\x97\x69\x80\x21\x27\xdf\xc1\x1a\xb4\x66\xf8\x5b\x87\x26\x41\x47\xea\xda\x61\x84\xd6\x14\xd1\x71\x3e\x31\x55\xf9\xf3\xbd\x61\x36\xfc\x6b\x5c\xa0\xed\xd0\x3f\x95\xa3\x62\x55\xa2\xbd\xc0\xdc\x75\x97\x07\xe2\x66\x27\x7b\xba\xbf\xc1\x17\xd5\xb4\xbe\x83\x2f\x6a\xcd\x38\x60\xe9\x82\xd3\x8e\xce\x3e\xe7\x73\x4a\xeb\x6d\xb0\x81\x99\x2d\xc4\xd1\x2e\xfc\x4e\x30\xd0\x25\x4e\x4c\x16\x82\x5d\x21\x7e\x03\xd0\x81\xbc\x00\x22\xd9\x07\x17\x51\xfe\x8e\xe5\xf1\x0a\xef\xd7\x38\xca\xb6\x1a\x23\x69\xaa\x0a\x39\xae\x2c\x58\x53\x42\x2c\xec\xcc\x0a\x63\x51\xe4\x4a\xa9\x86\x6b\xf2\x69\xcb\x68\xf8\xbd\x4b\xe9\xca\x37\xdb\x5c\xfa\x87\x04\x94\xae\x29\x20\xf0\x29\xcd\x3e\xf1\x85\x04\xcd\x7d\xa1\x82\x8e\x21\xb7\x52\x75\x92\xb2\xcc\x52\x56\x9f\xfe\x66\x70\xee\x7f\x28\xe7\x8d\x31\xc3\x71\x3e\x22\xda\x36\x8b\x75\x9e\x70\xa3\x60\xe9\xee\x51\x5d\x0b\xaa\x13\x06\x5a\x8f\x18\xd6\x33\x55\xf0\x13\xaf\x87\xf7\xd8\xd6\x9e\x42\x1b\xaa\x39\x46\x32\x06\xa3\xa9\xc4\xd8\x56\xf8\x11\xdb\x02\xac\xf5\x5d\xb6\x15\xda\x47\x10\xff\x7a\xf9\x3a\x0b\x52\x4b\x9b\x6c\x3f\xc3\xc2\x1f\xbc\x33\xb5\x2f\x8d\xfb\x72\xd7\x4e\xce\x68\x01\x53\x92\xa1\x0a\x90\x11\x82\x8c\xc3\x40\xce\xd9\x65\x99\x75\xc5\x86\x78\xdd\x5a\x8a\x9a\x61\xdf\xa5\x7f\xc4\x5d\x8e\x14\xa9\x55\x70\x56\xed\x7f\xa3\xb5\x33\xb7\x36\x6b\x27\x27\x27\xc1\xab\x5e\x84\xf3\x06\xc3\x0c\xbb\x58\x87\x27\xe2\x0a\x62\x2c\xd3\x5c\xe1\x6b\x1c\x6c\x96\x47\x31\x4e\x44\x75\xda\x77\x3a\x12\xe7\x0a\x4b\x35\xbe\xdc\x1b\xba\x88\x7f\x21\x15\x86\x88\x8a\xf8\xd7\x99\x57\xf7\x05\xfc\xab\xfe\x97\xfc\x8b\x29\x25\x5e\x1b\x3a\x8d\x4f\x28\xcd\xc9\x09\x28\xbd\xd2\x42\x7c\xc8\x11\xaa\x22\x0f\x5d\xec\xde\xad\x14\xce\x13\x4a\xd0\x67\x8f\x8e\x10\x19\x27\x93\xbb\xf7\x92\x66\x6a\xbc\xcc\x93\x5d\xcb\x0e\x84\x9b\xf3\xcc\xad\x79\x9e\x6b\x45\xc5\x29\x55\xcc\xef\xdd\x74\xbb\x2a\x54\xf9\x03\xdf\x2c\xd5\x6f\x26\xe9\x4f\xe6\x8e\x0c\xc8\xb7\x4d\xe8\x67\x96\x63\x54\xe1\xd9\xd0\xa7\x54\xe5\x81\xcf\xd5\x4a\xfd\x66\xb0\x3f\x98\x83\xfa\x57\xbe\xc8\xcf\xae\xd3\x5f\xac\x18\xbe\xae\x99\xe5\xde\x1e\x57\x9b\x71\xa1\x78\xb9\xbf\x36\x4d\xb5\x1b\x90\x7e\x39\xba\xac\xe3\xcd\xe8\xed\x1c\x31\xf6\x5d\x3d\xc9\xd8\xab\xd0\xd7\x89\xaa\x9e\x83\xc6\x89\x1f\xd6\x12\xdc\x77\x4b\xda\xf8\xc3\x9d\xf9\xd5\x8d\xde\xcc\xaf\x3e\x02\x06\xe6\x6a\xe5\xc4\xe6\x29\x4a\x0b\xf6\x85\xbb\x8b\x8e\x80\x8f\x16\xce\x7b\x0d\xd7\xbd\xad\x69\xf8\x1d\x96\x5f\x8f\x58\xfe\xce\x45\xcf\x07\x42\xcd\xe5\x8a\x8b\x53\x1e\x38\x93\x72\xc1\x8c\xf3\x72\x8a\x92\x92\xda\xc2\xa1\x74\x1c\xd7\xdb\x4c\x51\x75\xb9\x0c\x3d\xd7\x2f\xc3\xa2\xbd\xce\x91\x37\xa2\x24\x37\x39\x38\x15\xea\xef\x9d\x1a\x2b\xa9\x77\xcb\x6a\xcc\xea\x0f\x3c\xaa\xcb\xb1\x1f\x9d\x1a\x39\x5c\x23\x20\xff\x1f\xd4\x65\x3e\x0a\xd9\xb9\xf3\x3d\xab\xc4\x8a\xea\x22\x07\x52\x1c\x51\xf6\x7d\x9e\xfb\x27\x5c\x72\x4c\x41\xe0\x07\x67\xf1\xed\xb6\xb1\x2f\x88\x97\x19\x49\x4c\xd6\x5e\xdd\x79\xfd\x8f\x69\x99\x30\x2d\xec\x74\x8c\x06\x26\x25\x5d\xaa\x83\xca\x83\x59\x27\xbf\xf7\x8e\xd2\x9a\xab\x26\x50\x95\x23\xb7\x16\x45\x56\x3a\x17\xca\x09\xfd\x27\x5a\x76\xbe\x7a\x87\x96\x38\xeb\x2c\x45\x5e\xe6\xbf\x53\x97\x67\xf0\x55\xbd\xff\x81\x40\x55\xb1\x22\xff\xd0\xac\x18\x37\x72\xcd\x9d\xe5\x16\x31\x46\xd9\x2b\x22\x00\xa7\xcd\x73\xfe\xff\x16\x65\xd4\xd7\xb2\x46\x12\x4c\x41\x96\x67\x60\xc2\x01\xb9\x30\x7f\x97\x27\xc4\x36\xe2\x06\x4f\xa7\x79\x4a\xc2\x32\xbf\x63\xaa\x24\x67\xda\x56\x66\xd0\x8d\xe1\xd4\x37\x9e\x3f\xf7\x64\x17\x2c\xec\xb6\xcb\x2b\x8e\x44\x8b\xaa\x1f\xff\xc4\xe6\xa3\x3a\x9b\xdf\x4e\x55\xbc\x77\xdf\x88\x49\xc1\xce\x07\x45\xf9\x80\x62\x90\xed\x0a\xf7\xd9\xbc\x30\x43\x50\xcf\xe1\xce\x0b\xbb\xc4\x0b\x56\x8a\x37\x23\xff\x1b\xc9\x7a\xa8\x84\xec\xd5\x11\x60\xd0\x35\xf5\x8b\x27\x17\x93\x42\x7f\xe2\x9a\x9e\xe5\x4c\xca\x0e\x3a\x96\xc2\x01\x28\xc3\x8f\x1a\xd9\x16\x9c\xd5\x19\x84\x65\x1e\x12\x32\xfa\xb5\xad\x60\xc2\xcc\xbf\x13\x2b\xbb\xbc\x20\x5f\x94\x0a\x9c\x3c\x93\x3c\x96\xc2\xfb\x61\x3a\x99\x6a\xeb\x03\x79\xbf\x2b\x54\xdd\x36\x6d\x0c\x84\xf7\xdd\x4a\x9d\x0c\xe7\x1f\x91\x70\x53\x97\xc7\xaa\x83\x27\x5f\x62\x23\x9a\xfe\x18\xc1\x4e\xe3\x8d\x83\x5a\xb5\xf0\x42\x5f\xb8\xe4\xa1\xde\x49\xf3\xda\xa1\x40\xa6\x1c\x53\x14\x7c\x5f\xb8\x5e\xee\x0a\x75\x51\x99\x43\x13\xaf\x0e\x85\xfb\xab\x22\x93\x8b\xe7\xac\x84\xa8\x29\xb3\x78\xa2\xd1\x25\x9f\xc0\x48\x88\x85\xcc\xc3\x43\x41\xbe\xe0\xae\xf9\x64\xae\x10\x21\x34\x2b\xcb\xcb\xf0\x17\xef\x58\xa3\x5b\xd9\x1b\xe3\x76\xd1\x16\x6a\x19\x85\xe6\xc6\x62\x9f\xb2\xc5\x86\x50\x53\x79\xbc\x34\x93\x2c\x4c\xbf\x95\xb4\xc8\x56\x90\x0a\xa9\xe6\xbd\x6b\x23\x0b\x64\x42\xd2\x11\x78\x74\x94\xa6\xec\xd0\x58\xc7\x1e\xa8\x66\x98\x0b\x16\x6d\x2d\xa6\x47\x06\xc2\x1a\x2d\x0f\xa7\x55\x61\xa5\x62\x5c\xf7\xb3\x23\xe1\xb4\x02\x9e\xbf\x4d\x9d\x62\x82\xdc\xc7\x13\xcc\xe1\x0b\xdb\x84\x0a\x28\x14\x1a\xf7\x0a\x39\x3e\x1d\x47\xf7\x8f\xae\xa2\x14\xea\x22\xb7\x38\xba\x5e\xa7\x99\xfb\x7a\x46\x8c\xcf\x28\x4b\xcd\x77\x0d\x73\x9a\x39\x8f\x7b\x04\x4e\xc6\xb9\x43\xfb\x67\xd6\x13\x4d\x93\xe2\x65\xda\x0a\xe7\x7c\xae\xeb\xf9\xb3\x76\x1c\xda\x83\x28\x9e\x9d\xaa\x42\x20\x5e\x1f\x99\x2e\xcd\x0a\x56\xb0\x9a\x0d\xad\xf3\x17\xec\x81\x2b\xae\x0c\x6c\x4a\xe2\xde\x7c\x56\xcb\xa1\xa6\xc5\xf5\x31\x76\xd1\xd0\x72\x87\x50\x35\x6d\xde\x7d\x45\xeb\x59\x96\x5c\xed\x6f\xba\xae\x9e\x66\xbd\x7b\x5c\x4d\x24\x57\x76\x59\x09\x31\xb3\x77\xa9\xe3\x63\x73\x66\xf9\xec\x7d\x85\x78\x58\x9f\xfb\xf1\x53\xcf\x14\x02\xc6\xa6\x60\x4c\x39\x95\xf3\xcd\x70\x9e\xfd\xf4\xaa\x3f\x13\x7d\xed\x71\x7a\xd1\x7a\xc2\x3d\x44\xb2\xd4\xc6\x36\xe6\xbe\x2e\x99\xfb\x1e\xe1\x73\xa9\x7c\xb2\x98\xaa\xb4\x98\x8e\x58\x4c\x63\xb9\xfc\xc2\x6a\xca\xc5\x57\x93\x7a\x2c\x11\x72\xe8\x8c\xd8\x45\x49\xe6\x92\xc1\x62\x80\xcb\x86\x29\xc9\x5b\xa6\x11\xe1\x29\xa3\xf8\x64\x03\x56\x20\x71\x58\xb5\x52\x2b\xb1\xbe\xc4\x7a\xca\x80\x29\x8f\xc8\x82\x0b\x9c\xee\xd7\xc3\xb1\xa9\x9f\x61\x5b\xa9\x85\x19\x7a\xa5\x6a\xf9\x6a\x86\xbc\xef\xbf\x98\xef\xb1\x2d\xc4\xf6\x66\xbe\xf7\x98\xef\xd1\x07\xf3\xfd\x1a\x2c\x18\x46\xc6\xcc\x6d\xbd\x39\x5e\x60\xb3\xee\x78\x72\x01\x68\xd9\xd6\xd3\x5b\x90\xfb\x5f\x5f\x98\xde\x7d\x34\xbd\x1d\x9a\xde\x6f\x98\xde\xfa\x97\xa6\x37\x6f\xa6\x37\xfc\xd3\xe9\xbd\xcb\x2c\xde\x9d\x9d\xc9\xe5\x76\x76\x0a\xc7\x26\x9c\xb1\x3e\x90\x75\xd4\x5c\x6d\xff\x7a\x13\xde\x9f\x94\xf3\x17\x26\x65\x7e\x3b\x29\x33\x9e\x94\x53\x7a\xc7\x1d\xbe\xb6\xe3\xc2\xb8\xf6\x02\x3c\x1f\x94\xf1\xe9\xe6\x03\xad\x8a\x39\x4f\x1b\x76\xfa\xec\x32\xef\x68\x21\x67\x42\x78\xc9\x54\xd8\xf1\x93\xb6\xfe\x84\xd2\x88\x04\x26\xb3\xc6\x42\x81\x93\x5e\xaa\xd8\x70\xcc\x2f\xab\x84\x2a\xc8\x2d\xa2\x33\xfb\x8f\x68\x17\xea\x68\x18\xc6\x45\xdb\x2a\xa3\x0d\xaf\x43\x9e\x1f\x8f\xcb\xd1\x32\x3e\x54\x1f\x90\xe7\x6a\xe7\xae\x42\xd6\x6a\x97\x01\xdc\xf6\xf5\x19\x3e\x3e\xc1\x00\x8e\x0e\xa6\xde\x7e\x5b\x38\x81\xcd\x6c\x2e\xe2\x90\x70\xc9\xf4\x50\x87\xa7\xc0\x4d\xd4\x9e\x23\x03\xf5\x52\xd6\x09\x01\xa5\x93\x0b\x55\x96\xe3\x28\xbd\xb5\x9c\xed\xf8\xab\x65\xc8\xf4\xa5\x32\x4f\x60\x46\x0a\x91\x91\xb5\xd6\x3d\x12\x5e\xee\xf2\xd8\x8e\x50\x53\x6f\xeb\xdc\x6f\x6e\xa2\x84\x98\xa8\xfb\xcd\x75\x90\x41\xb6\xcf\xbd\x43\xca\x67\xef\x3a\x6b\x97\x09\x1a\x67\xf4\xfc\x39\xad\xc0\x6c\xc0\x0c\xa4\x82\x39\xff\x5e\x65\x48\x6c\x70\x1f\x0f\xc0\x78\xc8\xdb\x31\xc8\xf0\xba\x45\x2d\xbb\xf9\x92\x17\x07\xf2\x98\xc1\x4d\x7c\xca\xa4\x4d\x86\xc0\x60\x83\xbd\xca\xc9\xd1\xba\x76\x16\x65\x02\x2b\x1b\x15\xc6\x70\xb9\xe9\xd5\x74\x8a\x80\xed\xfd\x67\x2a\xf1\x36\x19\x23\x0e\x90\xec\x46\xfd\xd2\xde\xbb\xdb\xc2\x14\xb3\x8f\xb4\x10\x83\x4d\xe4\xc0\x13\xb6\x47\xe4\x53\x2f\xa4\x0d\x34\x5a\x49\x23\x77\xdf\x03\x9c\x7a\xd1\xba\x4e\x61\x97\x3a\xfc\x97\x0c\xe9\x01\x9e\xf5\x51\x13\x15\x5a\x61\xfd\x5a\x17\x15\xfe\x2f\x66\x97\xe5\x51\x5f\xe5\x90\x82\xc5\x2a\xea\xd1\x73\xa8\xca\x89\xdb\x34\x00\x3d\x4c\x37\x5c\x4d\xbb\x2f\x52\xbd\xbc\xa1\xda\x3a\x40\xdf\xc9\xc0\x8a\xf1\x05\xaa\x33\x44\xf5\xa1\x51\xf8\x84\xea\xf2\x2d\xd5\x23\xa1\x1e\xcc\x6b\x99\x02\xe3\x4e\xb9\xc2\x79\xd3\x1b\x10\x68\x7a\xd9\x57\xd3\xb3\x60\x05\x6e\x75\xc0\x21\x6c\x66\x73\x09\x37\xc5\x62\x87\x20\x30\x68\x84\xc7\x98\x95\x60\x8b\xf0\x26\xe3\x24\xbd\xbe\xd6\x13\x4e\xe0\xa4\xe4\xaf\xe5\x1c\xc5\x34\x04\x68\xcd\xf1\xed\x2b\xf0\x98\xa9\xe6\xcf\xb8\xe2\x2a\x50\xa7\x54\x3d\xff\x15\x0c\x36\xcb\x73\xd2\x4c\x3e\x4d\x55\x24\x82\x6d\x5e\x74\x11\x03\x93\xbb\x43\x87\x1e\x5c\x73\x9d\xab\xf9\x3b\x56\xa3\x54\xba\x1b\x4d\x3f\x95\xcb\x09\x72\x34\x27\xe4\xfe\x75\x1f\x0d\xf6\x74\xc6\x44\xb0\xbb\xc2\x09\x64\xae\x70\x9d\xa5\x17\xbd\x4d\x53\xb3\xa4\xf5\xf6\xc4\x1c\xbd\x98\xf1\xb7\x96\x70\x48\x5a\x01\xac\x04\x3f\xef\xcd\x02\xe9\x90\x1c\x3a\xe5\x90\x1b\xf3\xd6\xdb\x0f\x23\x01\x51\x63\x06\xe5\x3f\x37\xbe\x3d\x73\xdd\x8c\x60\xce\xfe\x4f\x8f\x60\xf7\x66\x95\xf3\x08\x56\xa1\xcc\x1f\xf8\xbb\xf7\x06\xb0\xfc\x3d\x32\x4f\xbd\x46\xa3\x58\xb2\xe7\x3f\xee\x8e\x62\x9e\x80\x47\x9c\x40\x96\x32\xfe\xff\xfe\x71\x1c\xa6\x38\x41\xbb\xbe\xbb\x87\x94\xe8\x84\xf2\xd7\xbd\x91\x2d\xcb\x28\x72\x78\x2a\xd7\x64\x62\xf7\xf6\x05\x95\xb0\xbf\xb9\xbf\x2d\x02\x01\xff\xd2\xcb\x53\x78\xdd\xae\xe2\xd6\x2f\x84\x50\xe2\xf8\x7c\x59\x02\x8c\x8a\x0b\xb2\xcc\xbf\xb4\x6b\xd4\xd2\x3e\x92\x01\xa0\x4b\x62\x97\xb1\xc5\xc4\x2c\x44\xfa\x6c\xd5\xc7\x56\xe3\xed\x73\xdb\xd0\x71\xc7\xb6\xe3\x4a\x33\xb2\x0d\xb9\xa1\x91\x6b\x22\x44\x72\x5f\x88\xf6\x92\xb0\x53\xdd\x50\x9a\xd6\xcc\xdd\x25\xc7\x5a\x30\x88\xa4\x9e\xfd\xbc\x24\xa8\x6b\x57\xb8\xf5\x68\x0d\x7c\xf0\x78\x51\x0a\xd7\x92\xe6\x41\x4e\x8e\x18\xa5\xb3\x22\x4e\x24\x27\xbc\xec\x0e\xf7\xd6\x94\x18\x98\x25\x95\x1c\x09\x75\x69\x98\x52\xf3\x40\xdc\x77\x1f\x63\xeb\x65\x22\x79\xc1\xf8\x7b\x4a\x8c\x56\x0f\xfa\x26\x4c\x31\x07\x3a\xdd\xfa\x7b\x37\xb1\x07\x92\xb6\x52\x67\xad\x38\x1c\xee\x46\x04\x24\x48\x56\x83\x5e\x99\x18\x13\xb5\x54\x51\x57\x0d\xef\x26\xd8\x55\xf7\x67\xaa\x52\x7c\x9f\xb3\x9f\xe2\xcd\x94\xa5\x70\x73\xf1\x35\xbf\x88\xfa\x40\x16\xe1\x78\x17\x88\xce\x41\xf3\x4e\x07\xde\x29\x5b\xe7\x0b\xa7\x60\x2f\x53\x96\xe9\xf1\x85\x2b\x7a\x75\x84\xda\xc9\x4a\xe6\x6b\x5d\xda\x9e\xd0\x25\xf3\xbc\xe9\x12\xf4\xa0\x7e\xbc\x19\xdd\xa5\x40\x7d\xad\x4b\x30\x1c\xb4\x3e\x9a\x93\x5d\x7a\x4e\x26\x17\xf6\xe4\x77\x84\x3a\x48\xeb\x8b\x1d\xd8\x73\x07\xac\x54\x07\x38\x85\xc3\x4a\x75\x60\xaa\xee\xae\xab\x9b\x0e\xc0\x2d\xfc\x2d\xd1\x81\xb4\x8d\xdf\x29\x29\x53\x9d\xd3\xf4\x61\x96\xe8\x43\xfd\x8b\x7d\x38\x72\x1f\xea\xa9\x3e\x70\xe5\xc7\xfa\x47\x7d\xf8\x60\x12\xe0\xf5\x7f\xbc\xdb\x87\xf7\xca\x8a\xfa\x5a\x94\x4a\x2f\xad\x45\xa2\x57\xb9\x2f\xf6\xea\xcc\xbd\xca\xa5\x7a\x05\x60\xbc\x41\xee\x2f\x7b\x45\x08\x80\xc3\xa7\x3f\x9d\x99\x55\xa2\x0f\x41\xee\x6b\x7d\xc8\x73\x1f\xcc\xf3\xa6\x0f\x80\x37\x1b\xc4\x9b\xb9\xe9\x83\x96\x16\xd2\x5c\x35\x75\x54\x63\x4b\x14\x79\xad\xce\xcf\xf7\xf5\x5e\xcd\xd6\x0d\xd0\xb3\x39\xb4\x77\x8d\x5b\xb9\xa4\xed\x6d\x49\x59\x7a\xd5\xac\xfb\xdb\x6f\x18\x73\x4b\x17\xff\xe6\xa0\x52\x3f\x6b\x75\x03\x3e\x48\x61\xc9\xc7\x87\xc8\xd6\xb2\x93\x1b\x94\x11\xee\x6f\x96\x4e\xf2\x6e\x5b\xeb\x67\x13\x0a\x76\x1f\xac\x2e\x68\x7e\x59\x85\xb3\x4a\x9f\xa7\x27\x99\x37\xf9\x02\x78\xf5\x7a\xf7\x28\x75\xcb\x45\xdc\xee\x12\x95\x6d\x2d\x8f\xd0\x51\xdc\x15\xa2\x3f\x01\x10\x26\x4c\x23\xed\x93\x29\x34\xd4\xa5\xc4\x7c\x3d\x0a\x99\x85\x7d\x05\xc5\xec\xcd\x17\x0e\x4e\x5a\x45\x6c\xd6\x13\x0d\x71\x46\xe1\x9a\xd1\x81\xb3\x2f\x4f\x3b\x56\x0a\x5f\x85\xf3\x9c\x81\x12\xf8\xd2\xce\xbe\x52\xa6\x05\x2b\x99\x6e\xcb\xe2\xa7\xab\x6b\x37\xdb\x17\xce\x0f\x6b\x7d\xfd\xdd\x63\xb0\xd0\xb9\xac\x75\x61\x65\xe8\x46\x41\xa0\x81\x34\x4f\x16\x1b\x46\xc8\x51\xa1\x1c\x23\xdb\xa8\x63\xe5\xaf\x79\xa4\xbf\x8d\x83\x8f\x71\x0f\xd5\xe3\x0a\xae\xb0\x7a\x1e\x79\x23\xbb\x54\x34\x5c\x2c\xbf\xdf\x37\xd8\xcf\xd6\xea\xee\x33\x61\x40\x08\xce\x07\xa7\x8c\xf4\xce\x11\xa6\xac\x94\x07\xf5\x97\xf7\x5b\x6e\x0b\xd1\xfd\xa0\x51\xfd\xe1\xdd\x4e\xbe\x4f\x97\xba\xb8\xfb\xa2\x8b\x05\xc2\xb3\xc5\xde\x68\x93\x67\xbe\xd0\x8d\x3b\x17\x09\xc3\x62\x50\xf8\x57\x3a\xdb\x11\x6e\xe8\x18\xc2\x38\x99\x59\x79\x3c\xa0\x9f\x74\x1b\x83\xe5\x2c\xd5\x98\xc3\xf1\xad\xcf\x9f\xef\x08\xaf\xae\x38\xad\xb6\x5d\x2f\x3d\x44\xda\xe8\xbb\x21\x95\xb6\x16\x6f\x4b\x0a\x2e\xf3\x2f\xbd\xb2\xd2\xaf\x78\x94\x41\x66\x74\xe5\x17\xa1\x1e\x82\xf3\x3b\x26\xba\xaa\x12\xa2\xaa\xb6\x94\x6e\x51\xb7\x8d\x4c\x7e\xf3\xd8\x4c\x09\x31\x53\x87\x16\xc1\x7d\xc6\x1b\x1f\x0a\xf5\xb0\xee\x7d\xf4\x12\xda\x5e\xbe\xdf\x36\xcc\x4c\x68\x7b\x6e\x27\x94\xfc\x7f\xdc\xf6\x42\x09\xb1\xe0\xb6\xd7\xff\x55\x6d\x47\xca\xf1\x99\x54\x8e\xce\xe5\x0b\x52\xbe\xa7\xd7\x12\xab\xc5\x6c\x0d\x6d\xae\x5a\x49\x56\xee\x0a\x45\x1a\xdf\xf3\x5e\x73\x29\xd5\xe0\xf8\x27\x4f\xb8\xb4\xde\x9f\x05\x5f\x75\xb0\xf6\xfd\x5f\x91\x4f\xeb\xfe\x89\x31\x19\x23\x6c\x1c\x59\xc7\x91\x07\x2c\xd2\xe5\xa2\x13\x2c\x86\x2b\x13\x4b\x77\xbf\x77\xf1\x0b\x82\x7b\x47\xb8\xf5\x86\x91\xdc\xf7\x19\x36\xb1\xb3\x0d\x30\xfb\x2a\x1a\x73\xc9\xf0\xb1\x90\xde\xfd\xc7\x94\x6d\x28\x2a\x9f\x75\xbf\x57\xe3\x13\x8c\xfd\xd3\x53\xe3\x2b\x16\x89\x36\x0f\x7a\x64\x4b\x71\xfe\xe7\xf4\xda\x2c\xa8\x2f\xf4\x7a\xc5\xbd\x0e\xff\x23\xbd\xfe\x5a\x07\x43\xe7\x6f\x3b\xd8\x8d\x75\x70\x3f\x26\xb1\xa2\x95\xba\x6d\x60\x52\x4c\x11\xb5\xc4\x6d\x63\x9e\x45\xae\xf1\xcb\x89\x45\x29\x2e\x45\x3d\x97\xa6\x16\xb5\x11\xe0\xca\x10\xe0\x86\xfa\xbc\xab\xc8\x53\x4a\x20\xc3\xbe\x1b\x9e\x72\x09\x75\xb5\x73\x02\x9c\x73\xd6\x15\xde\xf3\x0c\x76\xec\x0a\x9c\xc3\x94\x73\x09\x3d\x7f\x5b\x68\x5e\x63\x58\xd7\x48\xe7\x3f\xe4\xae\xcc\xb7\x27\xfc\xef\x87\xf7\x98\xf1\x8b\x10\x2f\x15\x4e\x03\x21\x78\x6d\x6a\x92\x1d\x39\xa3\x0b\x4b\x5f\x57\x20\x6d\x9f\x0d\x20\x01\x51\xe6\x65\x60\x5b\x1e\xc3\x21\xf2\xd2\x66\x98\x4b\xc1\x04\xb9\x42\x3d\x67\x3b\xa2\xfd\x48\x17\x9a\x59\x25\x3c\xcf\x90\x76\xbc\x20\xe1\xdb\x20\x37\x33\x36\x73\x7f\x52\x92\x91\xe8\x52\x51\xe6\x6c\x33\x77\x6b\xc5\x28\x65\xc6\xb5\xa4\x39\x8d\x4d\xb7\x76\x94\x16\xad\x7e\x5e\x90\xb3\xc7\xf9\xb8\x9b\x3d\xdb\x47\xb4\x8a\x30\x2d\xf2\x9c\xd7\x68\x92\x2d\x79\x48\x25\x85\xed\x6a\x1e\x9e\xee\x1a\x24\x93\x8b\x8c\x5e\x4a\x3f\xa3\x87\x4f\xf7\xd2\xba\x79\xa4\x44\x22\x94\xfa\x59\xf9\x1d\x5d\xee\x42\x63\x77\xfc\x39\xfc\x63\x31\xcc\x90\xa1\x10\x65\xb5\xab\x70\x11\x85\xeb\x75\x53\xb0\xbb\x23\x44\x9e\x16\xdc\x52\xcd\x87\x37\x77\xb9\x9c\xb7\xfe\x6c\x81\x12\x10\x4f\x8d\x63\x72\xeb\x9a\xb2\x21\xd7\xd2\x17\x21\x5f\xb9\xdf\x4e\x97\x00\x08\xed\xcd\x9a\xf2\xfa\xc8\xf5\xfb\x53\x6b\x12\x28\x5e\x02\xc7\xf0\xbd\x9c\x36\xe3\x5d\x1b\x17\xb0\xb4\x28\x84\x48\x5e\x8a\xd0\x02\xaa\x80\xff\x1a\x05\x9c\x17\x3f\xcb\x93\x28\x56\x92\xc1\xb8\x09\x35\x61\x77\x8d\xf9\x89\x52\x5f\xf7\x4e\x36\xe5\x73\x7b\x41\xd5\x49\x77\x69\x07\xed\x1b\xf0\x15\xf5\x98\xc6\x5e\x29\x4f\xf5\x62\x75\x7f\x1d\xea\x90\x5f\x4c\x3d\x90\xe3\x4d\xc3\xb1\x6a\xf6\x7a\x23\xbf\x0a\x77\xee\xac\x60\xdd\xba\xac\xfc\xd4\xbe\xdb\x90\x55\x4b\x09\x72\xff\xe4\xf5\x90\x2c\x64\x9d\xd8\xde\x42\x86\xb9\xf4\x0c\xb7\xc9\x93\xaa\x4c\x8d\x3b\xef\x3d\x80\x18\xca\x5c\x4c\x23\xc4\x5c\x6c\xae\x7c\x16\x1e\xfc\xbb\x6f\xc5\x61\x65\xb0\x02\xd5\x4e\x0b\xac\xee\x5e\xf2\x62\xfb\xa7\xab\xaa\x23\x54\xc5\xfe\xcf\xac\x2a\xa7\x49\x35\xfb\x04\x61\x62\xb8\x15\x70\x0f\x1a\x50\xf7\xc4\x65\xff\x65\x21\x77\x8d\xe4\xea\x68\x19\xf7\x92\x3a\x26\x1c\x2d\xbf\x5c\xec\x05\x69\xd6\x63\x79\x49\xf2\xe3\x05\x2a\xcb\x58\x11\x5b\x4e\xbe\x77\x90\xf4\xde\x4e\x1d\x69\x8a\x0a\xf0\x73\xeb\x07\x5e\x0b\x67\x94\x17\x86\xd2\x05\x18\x8e\x31\xf7\x8a\xf4\xbf\x67\xcc\x80\xfe\x6f\xfc\xf2\xe2\x84\xa8\x26\xfa\x01\x0f\x8b\x96\xb8\x4e\x04\xb4\x40\xb9\xb1\xa3\xdd\xb1\x41\x61\x52\xf1\xa6\xf7\x7c\xe6\x7c\xb5\xbd\x1c\x31\x6c\xaa\x1a\xf1\xc2\xed\xcd\x13\xed\xbd\x7d\xda\xc4\x41\x5d\x7b\xcb\x4d\x24\x7a\x9b\x3f\x36\xee\xbd\x06\x60\x4b\xaa\xfe\x3a\x96\xfc\xde\xe9\xee\x7b\xbe\x38\xca\x8d\xbc\xd4\x1b\xe9\x91\xd7\x8c\x7c\xf1\xa4\xa5\xc9\xb9\x73\x49\x9d\x88\x00\x19\x1d\xe9\x9b\x81\xba\xe4\x12\x3c\xba\x67\x8e\xb3\x59\x8d\xac\x07\x4b\x39\x67\x26\x7e\xae\x91\x0b\xb2\x75\xe1\xdf\xf9\x1a\x29\xd0\xad\xc2\x7b\x99\xbf\x40\x9b\x84\xe0\xbd\x53\xef\x0a\xde\x7b\xc2\x29\xc5\x63\xa7\x2f\x3d\xe6\x5c\x1f\x4b\x57\x15\xca\x14\xd8\x31\x89\x6a\x12\x11\x6c\xc4\x3e\xb2\xed\x8b\xbe\x5e\x86\xa1\x3c\x03\x03\xad\x7b\xaa\x51\x04\xf5\xa3\x88\x1f\x5d\x4f\xe9\x93\xeb\x54\xf3\x22\x8b\x04\x25\x5d\x8a\x89\x3c\xa0\x76\x8f\x73\xdc\x40\x29\x0c\x8a\x4e\x5c\x5c\x1a\x1c\x32\xe4\x6b\x9e\x3a\xe2\x7e\x53\x7c\xc0\x39\x27\x99\x2b\xc8\x7f\xff\xdc\xae\x11\x3c\x49\x2b\xdd\x93\xe5\x98\x46\xa8\x93\x7b\xfa\x08\x5b\x2b\x82\xfc\x61\x00\xb5\x43\x8a\x39\x76\xd0\x85\x81\x50\x05\x67\x5e\x4d\xb2\xdb\xe2\x54\x65\xbb\xc2\xfd\xb5\xe3\x33\xe1\x6b\x07\xd6\x22\xaf\x07\xd7\xcb\xc9\xed\x37\x1c\x0a\x05\xe4\x1d\xe8\x6f\x04\x72\x3d\x8f\xcb\x8b\x4e\x54\x74\xd7\xd4\xa4\x28\xed\x9a\x24\xe7\x66\x16\xa6\xa0\x09\x81\x7c\x1c\xb8\xb2\x7f\xfa\x31\x7d\xc2\x95\xe4\xb1\xc0\xde\xe6\xcd\x43\xec\x53\xbb\xa3\x1d\xff\x54\xa4\x31\xfe\xdd\xe4\x04\x6b\xbe\x3b\x91\xc2\x7d\xbc\x87\x68\x76\x7b\xa8\x9a\x93\x87\x26\x95\x2a\x55\x94\xf3\x38\x29\x6b\x1c\x7a\x3a\x10\xea\x47\xe9\x1f\x09\x7b\x55\xb3\x68\x34\x5d\xdf\x03\x00\xdf\xfd\x35\x5d\xa5\x56\x22\xef\x38\xdf\x45\x0d\xba\x6c\xac\x7a\x95\x3e\x65\x3e\xa9\x5e\x55\x49\x15\x82\x9d\x51\x21\xd8\x7c\x37\x55\xbd\x6a\x9d\x4b\x96\x78\xf6\x84\xd8\xd2\x51\x3b\xb7\x6b\x88\xa0\x9b\x49\xab\x00\x45\x6a\x61\xf9\x5c\xfc\xf6\xf6\xf5\xb1\x2d\xc4\xec\xfa\x8a\x49\xf2\x31\x45\x57\xdc\x43\xba\x84\x79\xc5\x14\x99\x25\x92\x1c\x4b\x56\x12\xaa\xc0\xa7\xa5\xa1\xcf\xd0\xf2\xba\x85\x16\x3b\x70\xb3\x54\xfc\x04\xa3\x15\x26\xab\xbe\xde\x19\xad\xcf\xab\x7b\x97\x6c\x8a\xd6\x45\xbd\xfe\x2a\x0a\xad\x5e\x10\x42\x53\xda\x70\x3a\x12\xbb\x69\x6b\x28\xf0\x1e\x1b\x97\x30\x97\xa8\xaf\x4b\xed\x73\x66\xca\x42\xae\x43\xd2\x23\x87\x7a\x0f\x4f\x4d\xf3\xba\x13\x73\xb5\x0a\x13\xcf\x24\xc6\x7a\xda\x47\x93\x65\x3b\x2a\x22\x9e\x6e\xf2\x25\xf5\xbe\x18\x04\x9e\x3e\x78\x68\x41\x56\xec\xf2\x8e\xa3\x01\x2b\x3c\xa3\x2b\x2b\xf6\x38\x8a\x13\xde\x7c\x6e\xe6\x08\xb1\x72\xb8\xd4\xe0\x58\x2e\x13\x33\xeb\x0b\xf7\xf0\x90\x9a\xd9\x14\x2c\xd7\x0d\x51\xee\x9c\x02\xb2\xbc\xe8\xf2\xe9\x5b\x74\x94\xe4\x68\xa8\x8a\x18\x8e\x40\x1d\xbf\xc5\x9e\x48\x0c\x86\x65\xaa\x8a\xe7\xef\x8c\x06\x1a\x1c\x24\xde\x16\xbd\xca\xdc\x8f\xc6\xe2\x64\x17\x31\x16\xaf\xa5\xf4\x50\x9c\xbe\x65\xfb\x04\xa7\x75\xfb\xad\xb1\x5e\xdb\x4e\x19\x43\xf1\x3a\x4f\x8f\xc4\xf2\xdd\x91\x98\xd9\xb7\x04\xb9\x81\x13\xf2\x12\x37\x65\x10\xe1\x5d\xed\x5e\x5a\xb1\x22\x9d\x58\xd0\xa5\x64\x95\xe0\xcf\xb7\x3f\x81\x85\x75\x68\xf7\x37\xab\x10\x2a\xe7\xba\x2d\x4f\xa8\x67\x81\x99\xdc\xc1\xef\xe5\xe8\xaf\x7b\xc2\x25\x6e\x38\x87\x1c\xbb\xb0\xf9\x0d\x3a\x6d\xc7\x8a\x0a\x19\x9e\xe9\x0d\xcd\x00\x62\x85\x0c\x83\x56\xf6\xa6\x8e\x61\x82\x06\x31\xc2\x06\xbf\xc8\xfa\xdf\x6d\xf0\x59\x23\x36\x1a\x8a\x07\x83\x78\x0f\x20\xea\x5e\x2a\xb5\x54\xe4\x31\xe5\x1a\xa9\x9c\x64\xbf\x3d\xac\x26\x4e\x2b\x1b\xd5\xdd\x24\x8a\x28\x64\x80\x93\x6c\xba\x19\x04\xa6\x8e\x4e\xac\x00\x9c\x31\xd4\x3d\x92\xb2\x61\x41\x41\x9c\x43\x67\x53\xb0\x01\xe6\x52\x47\xe8\x69\x6e\x8f\x5c\x90\x22\x61\x31\x38\x17\x65\xc8\x31\x02\x62\x1d\xa7\x68\x9b\xe2\x36\xfd\x8b\x3c\xaf\xe9\xf7\x51\xee\x1b\x09\xce\xb5\x2b\x91\xab\xc7\xb3\x80\xeb\xd3\x5d\x3f\xe9\xbe\x4e\xe1\x8d\x3b\xed\x01\x3c\xcd\x05\xc3\x16\x75\xca\x42\xf2\x2e\x27\x18\x95\xae\xa5\xc7\xfa\x62\x10\xea\x41\x7a\xde\x62\xd2\x7f\x5c\x0a\x2e\x99\x37\x76\xa1\x7d\xc3\xf1\x16\xfc\xda\x96\xe4\xed\x5e\xa5\xe2\xa2\x60\x75\x25\x17\x2b\xab\x46\xbe\x02\x53\xb9\xec\x28\xe7\x5c\x4a\x86\x49\xf0\x35\xb9\x54\x44\xd6\x7c\xe0\x7d\xda\xf4\x26\x0f\x0b\x84\x81\x13\x30\x75\x65\xaa\xaa\xc9\x1a\x27\x94\xd2\x8d\xbc\x14\x69\xc4\xa7\xb2\x4a\x4e\x30\x5f\x3f\xe4\x0a\xf5\x78\x5d\x75\xf3\x85\xcd\xb0\x5b\x24\xc8\xce\x16\x88\x0c\xd0\x9b\x70\x4e\x42\xea\xc4\x34\xf2\x6b\x33\x07\xd4\x18\xc4\x45\x0c\x23\xb5\xe8\x0b\x87\x48\xfa\x01\xdb\x70\x25\xc7\x78\x7e\xb5\x26\x59\xfe\x6b\x54\xbc\x3b\xc4\xdc\x87\xc0\xb5\x6f\xaf\x8b\x32\x46\x11\xcf\x91\x73\x90\x54\x5c\xd4\x34\x1e\x6b\xc1\xd1\xd2\x82\x7e\xd9\x13\xfe\xaf\x15\x84\xb4\xa3\x3c\x36\x12\x07\xfc\x7a\xfd\x10\x9b\xf0\x12\xed\xc3\x15\x2d\xbf\x40\x16\xe6\x90\x9f\x48\x61\x51\x42\xeb\x11\xf1\xb5\x33\x93\xd3\x71\x2b\xd2\xc3\xbc\x5a\xd1\xbe\xb6\xe4\x5a\xb6\x79\x3b\x33\x8c\x0c\x67\x6f\xec\x1c\xbc\x6d\xa2\x1d\x7b\xbb\x23\xbc\xd0\x1e\x17\x34\x5d\xd3\xa2\x9a\xa9\xac\x12\xb3\xa2\xba\xa8\x9d\x5e\x37\xdd\x46\x85\x4b\xdb\x95\x01\xad\x54\x9c\x43\x21\xd8\x14\x93\x52\x68\xe6\xe2\x22\x41\x8b\x22\x74\x46\x6d\xda\x9d\x0a\xe2\xeb\x40\xa8\x03\x96\xf6\x91\xab\x20\x96\xf2\x31\x1b\x9e\x5a\xcb\x15\x1c\x8d\x7d\x8b\xf6\xd9\x5e\x96\x49\x73\x9b\xaa\x1d\x0c\x94\xbd\x3d\xfe\x76\xe7\x6b\xff\x66\x0f\x38\x08\xcb\x5e\xca\xea\x33\x8c\x91\x41\x4b\xf3\x94\xa7\xcd\x1e\xf1\xed\x93\x05\x8c\x9d\x6b\x46\x60\x95\xe7\x2e\x78\xe2\x74\xc1\xce\xd2\xa3\xd2\x3b\xfe\x38\x6e\x26\xa6\x6c\x22\x0d\x26\xc9\x16\x9e\x5d\x2a\x67\xb0\xb3\xc3\x4d\xf3\xee\x08\xe4\x2f\xae\xf1\x61\x88\x36\x61\xdd\x8d\x08\xcb\xa1\xaf\x0c\xba\x94\xe8\xd7\xc9\x3f\x6b\x36\xfa\x06\x11\xe1\x51\xaf\x73\xfb\x68\x54\x3a\xc2\x09\xb8\x5b\x3c\x36\xd4\x2f\xca\x93\xdf\xaf\x00\xb3\x5f\xdc\x6a\x41\xdf\x9b\xab\xf1\xc3\x67\x84\x6b\xad\x2a\xac\x90\x5f\x73\xea\x8c\x1f\xef\xd2\x5f\xbc\x70\x0e\xa4\xa6\xff\xc7\x87\xf4\xe7\x9c\xcf\xe9\x57\x4b\x55\xdd\xfe\x7b\xb3\x57\xc9\x79\x24\xc1\xef\x42\xa8\xf3\x5b\xfa\xeb\xad\xd5\x71\xf9\xe9\xb4\xe9\x59\x09\x29\xcc\x4b\xd5\xed\x77\x7a\x5f\xbd\xb0\x8a\xaa\x7b\xff\xeb\xc3\xde\xcf\xff\x7e\xf6\xbc\x9f\xd1\xae\x7e\x9f\x5c\x2d\x2e\xf2\x64\xcd\xdf\x9b\xac\x32\xfe\xc2\xb7\xfb\xf3\x43\x72\x83\xff\x30\xb9\xc4\xe9\x41\x6e\xf0\x1e\xb9\xb5\x38\xb9\xbf\xff\x31\xb9\xff\x60\x6d\x75\x85\xf7\x78\x9f\x33\x78\xa1\x44\xe7\xbf\xb2\x94\xda\xc2\x99\x3a\x07\x84\x52\xde\xa9\xa2\x2a\xba\xab\x4e\xbc\x29\xb5\xb6\x0b\xcc\xf2\xee\x3d\xdd\xce\x85\xc8\x91\x5b\x50\x7a\x98\x73\x52\xe6\xe4\xbd\xff\x74\xa1\x61\xb2\x09\x9d\x50\xd1\x79\x94\xdb\x38\xef\xd3\x52\xd5\xa2\xa8\x0a\xe5\x95\xa4\x99\x14\xf5\x9a\x6a\x69\x56\x5f\x57\x15\x19\x96\xb5\x5c\xbc\xac\xb8\x76\x76\x23\x55\x41\xda\xc8\xa6\xec\xa8\x48\xbb\x27\xcc\x0e\x6f\x52\x20\xce\x33\x9c\x4f\xa1\x21\x57\x1e\xb2\x23\xa1\x2e\xc0\x57\xa9\xc1\xaa\xd3\xdf\x9c\x1f\x60\x8f\xa6\x99\x7d\x11\xfe\xf3\x15\x1b\xf0\x60\x21\xf5\x20\x78\xa1\xf7\x8f\x15\x95\x7d\xd5\xd3\x54\x5f\xa1\x76\x9d\x5e\x00\xcd\x90\x13\xc9\xae\x22\x9b\x57\xcd\xc7\xdb\x16\xc3\xf9\x52\x4b\x16\xea\xa4\x36\x8c\x84\x6a\xbd\xc1\xe8\x0b\xa4\xb0\x7e\x66\x0b\x73\x85\x9e\x71\x4f\xb8\x4b\x94\xaa\x2d\x1a\x00\xaf\x5f\x48\x87\xd2\x27\x16\xa3\x66\xa1\xea\x70\x36\xaa\xe7\x6b\x20\x5c\x17\x17\xaa\x02\xcb\x4e\xba\xae\x50\xce\xf2\xa2\x8c\xfc\xe1\xff\xa2\xb1\x47\x28\x6b\xbf\x46\x62\x8e\xa2\xce\xbf\xea\xc5\xbd\x94\xc0\xfe\xeb\x4f\xe8\x94\xfb\x3e\x6d\xc5\x9e\x73\x5a\xf5\x6b\x97\x86\x42\xfd\xb2\x80\x5d\xdf\x09\x7e\xe9\xa1\x41\x54\xcc\x9e\x94\x1d\xb5\x03\x18\x44\x7f\x8f\x51\xa7\x8a\xdc\xde\x41\xa2\xa2\xbf\x60\xf8\xd3\x8b\xca\x56\x95\x9a\xab\x1f\x34\xd0\xe3\x29\x0d\xf4\xcb\x85\xab\x62\x50\x65\x5f\x79\xba\x00\x8c\x90\x12\x3f\x26\x13\xf8\xd5\x0f\x3b\xc2\xc1\xf9\xbe\xdf\x21\x5c\x92\xb2\x60\x5b\x80\x1b\x74\xb2\x33\x5b\x35\xd7\xaa\x92\x81\x0d\x8c\x92\xb0\x47\x27\x96\xc0\x28\x0e\x5b\x09\x02\x62\xef\x70\xde\xd7\x0e\x42\x54\x86\x0f\xf4\x4a\xec\xfb\x73\x59\xc5\xaf\x57\x2b\x76\xb5\x10\x51\xb5\x9d\xb4\x0c\x8e\xbe\x22\x07\x57\xcd\x03\xd3\xd0\xf2\xe0\xe6\x97\x89\x46\x53\xcf\xd5\x31\xdc\x66\x70\x5e\x2e\x03\x0f\x41\x56\xdb\xc0\xa3\xd4\xe7\x87\xf8\xe5\x8b\xdc\x93\x5a\x2c\xc6\xb2\x19\xbf\x5e\x91\x61\x88\x32\xe7\x33\x79\xdc\x26\x6e\xd5\xe5\xfe\x99\x84\xcd\x8d\x2c\xef\x12\x8d\x4d\xd5\x31\xf0\x00\x2a\x49\x1c\x6b\xe9\x23\xa4\x8c\x3b\xef\x70\x15\x59\x8e\x8c\xe2\x0a\x45\x24\x3d\xf6\xaf\x7c\x0e\x73\xa9\xb7\x16\x2b\x37\x53\xc2\x97\x10\x45\xa8\x63\x23\xae\x94\x4e\x6a\xf9\x04\xd0\xbe\xfb\x80\xed\x6d\x33\x44\x64\x4f\x50\x27\x7f\xb4\x5b\x73\x56\x28\x51\xe9\xc2\xb2\x81\x42\xca\x93\xe8\x92\x3e\x44\x90\x3a\xd7\x3d\x22\xef\x68\xd8\x8f\xca\x0a\xb9\x62\x21\x2b\x54\x3e\x57\x0a\xb2\xa3\x74\x50\xce\x9a\x74\xae\x82\x04\xe9\x8e\x50\xdf\x8f\xd8\xfa\x0b\x45\xd6\xe9\x1f\x97\x0a\xfc\x39\x92\xa1\xbd\x78\xee\xd4\x53\x8e\xb3\xa6\xf2\x15\xd8\x24\xd6\x47\x1b\xc6\xfb\x9a\xc5\x48\x63\x03\xa1\xbe\x2d\x29\x42\xba\x55\xb9\x80\x1d\x84\x17\x78\xe6\xcf\x38\x6d\x46\xbb\xc0\x23\x54\x51\x45\xf9\x4a\x7a\x5e\xf5\xd5\x27\xb2\x9f\x59\x17\xda\x13\x25\x99\x43\x89\xad\xde\x0a\x83\x40\x2f\x51\x04\x3a\xf5\xa0\x16\xba\x37\xc4\x8f\x1e\x81\x05\x7a\x91\x88\x59\x22\x24\xbe\xba\x45\x51\x24\x6e\x58\x69\x50\x95\xef\x13\x92\xdd\xbb\xb3\x49\x8b\xf4\xf8\x1e\xbf\xe9\x10\x6e\x0d\x01\x66\x14\xd4\x01\xa9\x9d\xdd\xc5\xa4\x05\x38\xab\x6e\xec\xa9\x12\xc0\x04\x55\x60\x5f\xf0\x98\x20\xd4\x07\xc6\x8b\xa1\x86\xf3\x4a\x1d\x54\x81\x32\x13\xbe\xb4\xad\xda\x3b\x1b\xbc\x8b\x9a\x6a\x89\x2c\x01\xc4\xcf\xa6\x2d\xb6\x45\x19\x07\x87\x6a\x04\x53\x98\x38\xa0\xa9\xeb\xf5\xb6\x7d\xc1\x40\x44\xe7\x2f\x18\xc6\x7a\x4b\xcb\x5f\x15\x6c\x41\x9b\xfc\xd9\xfa\xc3\x2d\x5e\x0b\x68\x8b\xcf\x64\xe9\x70\xdd\xcd\xf5\x68\x37\xaf\xa6\x2d\x58\xc0\xa9\xa5\xb1\xbc\xa0\x3e\xcc\xc9\x94\x22\x67\xa9\xcd\x8a\xbd\xbc\x56\xe6\xe5\xcc\xa4\xc5\xe5\x36\x28\x68\x78\x2b\x4b\x7b\xc6\x18\xa4\xb7\xcb\x78\xbb\x57\x8f\xbd\x1c\x46\x5f\x9e\x05\xa4\x09\x75\x56\x13\x70\x54\xcd\x83\xce\x4a\x7d\xdb\xc9\x25\xfb\x82\x3e\xed\xa3\x93\x18\x6f\x5b\x64\xc7\xb6\xb2\xc5\xde\xfe\xe7\x23\xb4\x95\xd1\x10\x51\xdb\x6b\x49\x93\x59\x95\xd5\xb3\x56\xa5\xd5\xc5\x78\x65\xb5\xae\xf2\x9d\xe6\x94\x38\xbc\xd3\xdc\x1d\x80\xf4\x30\x7b\x85\x0d\xeb\x42\x9b\x7b\x2a\x97\x00\xd7\x05\x4b\xa4\x88\x4e\x3e\xad\xf3\xe0\x1e\xfd\x02\xfe\x82\x3d\x9c\x72\x18\xa4\x23\xfe\xba\x30\xf2\x16\x27\x8c\x32\xdb\x8a\x4f\x96\xe8\x56\xc9\xe0\xa1\x4a\x8a\xbd\xd2\x6b\x3a\x33\xf4\x99\xd9\x26\x70\x22\xcd\xae\x97\x72\x85\xab\x38\x89\x18\x65\x67\x01\xb0\x0b\x4a\x65\x2a\xa0\x37\x4b\xc9\xaa\xbd\xb1\x18\xb2\x7b\x8c\xfe\xaa\x03\x50\xcf\x66\x84\xff\x83\xba\x68\x6d\xd3\x92\xcf\x65\xb8\x04\xc1\xee\x39\x07\xbb\x42\x01\x39\x4b\xf9\xaa\x27\xf6\x85\x70\xe4\x1c\x2f\x9f\x43\xde\x42\xf6\x45\x14\xd5\xef\x13\x58\x37\xcb\x30\xfb\xdd\x43\x76\x61\xab\x8a\x3d\x95\xc9\x1b\x34\x6a\xe3\x49\x03\x63\x8f\x1d\x3a\xcd\x71\x95\x40\xb3\x5a\xfa\x42\x80\x43\x6d\x54\x76\xd6\xd0\x67\xd6\x39\x07\xe0\xbf\x7a\xc0\xc0\x32\x19\x95\xf5\x85\x4d\x69\xc2\xdf\xca\x53\x2a\x6a\x4f\x81\x27\x0e\xf9\xf9\x1b\x13\xcd\xb8\x9d\x92\xe4\xbd\x37\x69\x64\xdb\xa2\xb1\x22\x45\xdf\x59\x01\xc6\x85\x71\xcc\xeb\x19\x47\xb7\x34\x97\xd9\x89\xab\xbc\x03\x18\xfe\x06\x50\xaa\xbd\xc3\xc1\x06\xec\x28\x4d\x70\x0e\x68\xdb\x80\xf5\xed\xfd\xc8\xba\xe2\xa9\x3d\xa5\xda\x3f\x63\xb9\x25\x39\x5a\xad\xe5\x2e\xe0\x34\x6f\x0a\xcb\x09\x1a\x28\x86\x81\x8b\xfe\x78\xda\xc8\x32\x2e\xb8\xfa\x19\x4c\x19\x56\x15\xd9\xfd\xb8\xb8\x64\x53\xc9\x23\xfc\x27\x8e\x70\xbe\x6f\xcf\x74\x2e\x8c\x61\x26\x9f\xa2\x4f\x7e\x10\x52\xbc\xd2\x4e\x8e\x19\xe7\x5b\x5f\x30\x92\x4c\x7f\x1f\x10\xd7\x0e\xe5\x0e\xca\xab\x3f\x63\xc3\xd9\x42\xb3\x6b\x87\xb4\x06\x6f\xb9\x94\x57\x53\x27\xce\xfa\x8a\xbc\x5a\xf2\xd4\x55\x2a\xcc\x43\xd6\xf4\xa6\xeb\xf8\x1b\xa8\xb6\xe7\xf1\x4d\xb7\x40\x3e\x23\x55\x52\xed\xf8\x17\x51\xea\x87\x64\x56\x8f\xd9\x81\xbe\xbf\xfa\xfe\x4c\x23\x5d\x45\xb5\x81\xae\x85\xbf\xed\x15\xf6\x49\xfb\x92\xe1\x63\x07\xda\x09\xcb\x4e\x95\x29\x05\xe4\xf5\xd6\x78\x8a\x87\xce\x3c\x95\x23\xcc\x04\xff\x32\x85\x3d\x8f\xb4\xeb\x73\x06\xed\xad\xc9\xfa\xcd\xfd\xf3\x56\xc8\xf2\x8d\x1e\x35\x4f\x61\x68\x97\x16\xaa\x57\x51\xc5\x8b\x01\x09\xb3\xcf\x00\x93\x99\xcb\x31\xa4\xca\x5e\x8e\x8e\x12\xf5\x63\xea\x24\x26\x76\x3c\xd6\x3b\xdc\xe9\x1a\x7b\x2f\x45\x71\x4f\xf0\xe8\x69\x2c\x13\xf3\x5d\x9d\x52\x41\xbc\xdf\x01\x9a\xf4\x1f\xf5\x92\x75\xf6\xf4\xcb\xc5\xe8\xd4\x21\xd6\xb5\xe7\x28\x87\xb7\x5d\x21\xc6\x3f\x9a\xd5\x68\x3d\x11\x28\x45\x06\x9d\xaa\x03\xf9\x20\xf5\x0c\x6a\x45\xe9\x35\xe7\x0a\x75\x00\x8c\x00\x91\xd2\x11\xea\xc9\xac\x3a\x43\x9a\xf9\xad\xdf\xd5\x47\xb7\x34\x6b\x95\x70\xfb\x1f\x11\x1b\xcd\x3a\x44\x65\x99\x20\x6e\x17\x11\x17\xad\xeb\xd8\xdc\x30\x6d\x44\x4b\xea\xb9\xf6\x12\xa6\x48\x43\x9b\xfe\xb6\xa6\xcd\x7c\xda\xf4\x35\xbe\x6d\x88\xb6\xeb\x96\x89\x68\x2b\x62\x7e\xdb\x66\x7e\xab\x64\x25\x6b\x1f\x08\x49\xb8\x5d\x83\x98\x1f\x70\xe1\xa8\xa3\xc9\x2a\x5e\x90\xc3\xc8\x04\x3e\x10\xd9\x22\xb1\x4c\xee\x35\xe3\x86\xaa\x6e\xfc\x03\xf8\x0b\xc9\xe0\xa7\xb9\x4a\x70\xfd\x94\x14\xe0\x3c\x57\xdf\xf4\x07\x10\x2b\xeb\x1f\x90\x54\x49\xa7\xa7\xfa\xc9\xbe\xf7\x37\x6e\xc1\x15\xce\xcf\xc3\x5b\xfc\x5a\xd6\x17\xee\xf7\xc3\x6b\xac\x81\x3d\x1a\xa0\xc7\x4c\x03\x63\x3b\xd6\x40\x60\xc7\xaf\x65\x7d\x31\x7d\x09\x64\xc5\x89\xb1\xe3\x31\xf1\x42\x87\x99\x4a\x77\x5e\x57\xd7\x1e\xbc\xcd\xea\x48\x90\xa8\x5b\xf0\xe6\xd6\x08\xa8\xea\x2c\xa7\x29\xbe\xbd\x0a\x58\x3f\x26\xd3\x04\xa1\x41\xab\x83\x62\x6c\x2d\x4d\x68\xf8\x8d\xde\xc7\x88\xa8\x20\xe6\x6a\x2a\x77\xd9\xd6\x6c\x0b\x97\xe1\x1e\x2a\xa8\xca\xb1\x80\xfc\xca\x9b\x51\xfd\xdc\xd3\xa0\x77\xca\x14\xd5\xe7\x57\x46\x59\x5f\x6c\x25\xc5\x2f\xad\xa5\x77\x78\xbd\xc6\x20\x9b\x61\x11\x54\x82\x27\x16\x9c\x6c\x06\x1c\x37\x16\x16\xbc\x10\xcb\x8c\x8c\x4e\x94\x8e\x26\x6e\x9e\x51\xb1\x23\x46\x74\xe6\x96\xee\x8a\x73\xf3\x42\x26\x68\xe0\x85\x1c\x9f\x49\x19\xfc\xed\x9c\x26\x0e\xed\x6b\x26\x35\xfc\x46\x77\x77\x67\xcd\x9e\xd5\xf7\x62\x2e\xde\x2f\xe6\xfa\xa6\xb3\xd4\x2d\xbe\x96\x78\x5d\x5f\x72\x5a\x75\xac\xb8\x67\x3e\x9e\xa2\x09\x98\x05\x0d\x94\x06\xd0\x13\xb0\xc4\x04\x9c\xd4\x15\xdc\x2c\xd1\x49\x5f\x73\x26\x8a\xc2\xcc\xbd\x99\x2f\xb4\xb5\xc6\xf7\x2d\x4e\x6e\xfe\x44\x08\x4a\x03\x4c\xa7\x7b\xc0\xdc\x64\xe8\x8d\x4e\x72\x88\xf4\x10\xbc\xc5\x69\xe5\x79\xfe\xb9\xc8\x24\xbb\x3a\xa3\xba\x2e\xea\x29\x3e\x27\x25\x50\xa6\xe7\x55\x8f\x59\x8a\xd0\x0e\x35\xac\x1e\x53\x63\xfe\x94\x1e\xf2\xca\x54\x53\xe9\x44\xaf\x9f\xa8\xbc\xe6\x63\x15\xc7\x6e\x34\x4e\xe5\x31\x74\x0c\x1a\x27\x0b\xfa\x7c\x78\x6f\x9c\xb8\x5d\x1e\x27\xdd\xfa\x1f\x0e\x54\x19\xaf\x74\x92\x84\xaa\x40\xc6\xda\xba\x37\x54\xbc\x00\x8e\x13\xe7\x66\xa4\x72\x24\xa8\x60\x63\xc4\x87\x2a\x3e\x06\xf1\xb1\xe2\x05\xfd\x94\x5e\xcf\xb9\xb7\xaf\x0c\x15\xd7\x2f\x31\xa8\xc1\x2c\x12\x9c\xfe\x5a\x26\x38\x82\x47\x4f\x71\xb2\x3a\x57\xa1\x00\x1e\x1e\xd1\xd9\x47\xe4\x74\x85\xfb\x3b\x4d\xce\x7e\x7e\xb5\x8d\x15\x62\x04\xcd\x57\x7f\x4d\xd1\x6c\xc5\xd9\x65\x08\x99\x4c\xd0\x54\xf8\x0a\x4d\x9b\xb1\xca\x32\xa6\xab\x42\x18\x82\x7f\x61\x44\x48\x9e\x93\xef\x7a\xf9\xc0\x12\x37\x05\xfc\x5a\x9b\x2b\x88\xf3\x03\x7e\x48\x92\x69\x97\x8e\x9c\x47\x91\xb8\x97\x5a\x3b\xc2\xd7\x7c\xc5\x17\x6a\x2e\xf9\x5c\xe0\x35\xf5\x98\x7e\xce\x2c\x14\xa0\x27\xf0\x19\x60\x66\x5f\x5f\xfc\x6d\x96\xc4\x89\x58\x92\xb3\xd5\x67\x9d\xfb\xbc\xbf\x24\xb9\x4a\x75\xa9\x4c\x88\x89\x3a\xa1\x7f\xd3\x75\x62\x2d\xc5\xfa\xb7\xc6\xd2\x30\xfd\x9b\x99\x2f\x64\xd4\x4d\xff\x22\xc6\x9a\x5c\x98\xfe\x9c\xaa\x88\xa8\x79\x92\x64\xf5\x98\x7e\xce\xb0\x0c\xf4\x2f\x31\x18\xdc\x3f\x33\x22\x1f\xf7\x0f\xe0\xbb\xd0\x48\x80\x21\xeb\xd5\x02\x84\x30\x42\x04\xe9\x92\x81\xa8\x67\x61\x9c\xa7\xb1\x65\x57\xc3\x52\x48\xa9\x23\xa2\x7d\xc9\x5d\x97\xe3\xab\x5e\x42\x3f\x36\x53\xc6\xa0\x0e\xc9\x09\xa5\x96\xf6\x16\xeb\x90\x3b\x93\xc9\x98\xe3\xf8\xaa\xa8\x88\x0e\x6a\x10\xb8\x7b\x49\x56\x7e\x65\x3e\x77\xd5\x58\xda\xc2\x5b\xcb\xf4\x31\x50\x1d\xb3\x75\x84\xba\x34\x87\xcc\x6c\xfa\x94\xfb\xd3\x3e\xf1\x88\xb6\x77\xe8\x81\x77\xdd\x0c\xac\x2c\x70\x0f\xb7\xa9\x1e\x4e\x9d\x7f\xdc\xc3\xc3\x84\x7b\x58\x1b\x27\x7b\x78\xe6\x1d\x47\x82\x86\x11\xe2\xa2\x1e\xe4\xec\x2b\x2f\xe0\x71\x4f\xcf\x10\x55\xf8\x15\x3f\xca\x08\x0d\x5a\x10\xcd\xfa\x9d\x0c\xbd\xea\xe6\x6c\xbd\xfb\x2b\xb6\x79\x3b\xae\x22\x3a\xf0\xc4\x7a\x07\x94\x5e\xcd\xd8\x9c\xdf\x40\x63\x40\xea\x29\xdb\xe0\xaf\x3a\x67\x47\x78\x73\x59\x1c\x27\xd9\x46\x6d\xdc\xba\x4a\x4b\x85\x9c\xcf\xd2\xd2\x97\x7a\xc1\x73\xc2\xbd\xb0\xff\xa0\x0f\x87\x49\xbc\x0f\xf5\xb1\xfc\x67\x9d\x28\x56\xe5\x75\x26\x82\x9a\x8c\xaf\xb4\xf5\x9d\x95\xe6\xd0\x4a\xb3\xc1\x2b\x50\x87\x1a\x02\x20\x36\xa5\x6a\xc1\x91\xf0\xe1\x74\xa9\x92\x0c\xc0\x45\x0d\xa8\xc0\xfc\x0b\x0b\x8d\xa3\x7a\x6f\xb7\x10\x46\x43\xf7\xb5\xd6\x44\x61\xf2\x14\x7f\xc8\xc4\x27\x6a\x9d\xdc\x4d\xa5\x7f\xa1\x8f\xb7\x93\xf9\x2f\xf6\xf0\x3a\xdf\xba\x87\x97\xde\xdd\x1e\xee\xad\x6b\x05\xca\x7e\x85\x67\x71\x52\xb4\xaf\x4b\xd2\x5b\x51\x3e\xb6\x12\xbb\xb1\x7b\x67\x82\x14\xaf\xa7\x20\xa3\xd2\x96\x84\x50\x96\xa1\xd7\xb6\xd7\xdb\x07\xbd\xc9\x89\xa9\x7b\x41\x31\xce\xdc\xbd\xdf\x57\x55\xa0\x50\x47\x1b\xd9\x9a\x12\x0f\x6b\x32\xa8\xdc\x59\x11\xe6\x94\x58\xca\x15\x22\xd2\xda\x7a\x66\x6e\x8f\x1c\x7f\x1e\x63\x6d\x53\xf9\x09\x57\xce\xc9\x22\x13\x1b\x62\x9e\x5d\xb6\x38\xf8\xdc\xef\x38\xdf\x22\x33\xc2\x3d\x0e\xe1\xf2\x68\xaf\x68\x53\xbb\xcf\xb9\xc0\x4d\x0c\xf7\x24\x60\x13\x2d\x8d\xf7\x8e\x57\x14\x8f\x77\xfd\xe3\xf1\xe6\xc3\x9e\xc7\x5b\x2f\xb8\x3f\x1b\x6f\xbc\x1f\x1f\xef\x03\xb7\xf1\xce\x78\xa7\xa4\x8e\xa5\xac\x4e\x92\xe3\x9d\x14\x61\xee\x8d\xf7\x57\x4f\x0c\x4b\xfd\xb3\xd1\xc7\x5a\x37\xa3\xaf\xe9\xbc\x37\xfa\x8b\x7a\x24\x42\x3a\x85\xd8\x4e\x9d\x8e\xed\xeb\x56\x05\xac\xfa\x26\x26\xf7\x51\x79\x88\x3f\x38\x56\x92\x87\x3d\x99\x3e\x3d\x32\x05\xfb\xfc\x2e\x77\x46\x05\xf2\x9e\x21\xd2\xec\xd8\x02\xe9\x90\xcf\x99\x94\xcc\x39\x0b\x5a\x51\x3d\x0f\x87\x12\xf5\xb8\x17\xc1\xac\xf5\xf7\xbd\x48\x73\xa2\xbf\xee\x43\x92\xeb\x4c\x03\x79\xb7\x13\xb5\x86\xc1\x8b\x34\x18\x3d\xed\xf1\x2b\xfc\xcb\x50\x75\x88\xab\xb6\x73\xe3\x78\x07\x1e\xf5\x03\x8f\x7b\xd4\x44\x8a\xdf\xeb\x09\xe7\x17\x82\x3b\x3b\x9c\x99\xec\x0a\xd5\xe4\x60\x4c\xfd\x3b\xe7\x5c\x9b\x41\x31\x0c\xaf\x86\x70\x32\x8c\x56\xe6\x4c\x6a\xe9\x6f\xda\x59\x3b\x1c\xbf\x7e\xf0\x4a\xef\x8e\xc9\xea\x40\x39\x5e\x6c\x16\xda\x93\x74\xe3\xb4\x0e\x2b\xb6\x32\x46\x51\x9f\x84\xec\xd9\xe2\x37\x12\x04\xaa\x9f\x7b\xf8\xb7\xfd\x44\x9f\x9c\x9f\x77\x8d\xad\x7f\x28\xba\x00\xd5\xbc\xbd\x73\x89\x91\xbd\x2b\xba\xf8\x54\x1f\x53\xb7\x50\xcb\x38\xa9\x16\x38\x00\x60\xc7\x95\x5b\xee\x35\xa1\x42\x7b\xbb\x01\x91\x21\x2a\xae\xfb\xd5\x71\x23\x26\x24\x98\x49\x2f\xef\x14\x26\xfd\xac\x92\xdb\x2f\xb8\x46\xde\xf6\x4f\x88\xef\xe0\x69\xcf\xfd\xff\x3e\xed\x09\x46\xd9\xdd\xfe\x89\xd0\x97\x9c\x3b\x75\x70\xde\x13\xfb\xae\xf3\xbf\x9f\xa4\xe7\x3f\xb6\x82\xd2\xb3\x8f\x06\xd4\xc1\xce\xa0\xbc\xf1\x5f\xce\xfe\x79\x19\x93\x34\x42\x44\xbb\x8c\xa7\x3e\x10\xc2\x03\xc4\xbf\x76\x4f\x6f\xb1\xb1\x7b\x1b\x07\x32\x75\x95\xcb\x64\x38\x6b\x69\xee\xe9\x2e\x7f\x17\x77\x1e\x1b\x83\xf5\x9c\x62\x87\x52\x6e\x2c\xff\x7a\x8f\x65\xf0\x6e\x27\x47\x72\xb3\x0a\x9c\xf7\x8e\x7f\x72\xfa\x6c\x78\x95\xb9\x42\x7d\x27\xb3\x92\xb5\x4f\x6d\x6f\x57\x8f\x82\x69\x1b\x67\xdf\x4b\x6e\xda\xd2\x6d\x5f\x54\x75\xff\xd1\x3e\x8b\xf1\x5c\x43\xfc\x71\x42\xf6\xd7\xc1\x77\x32\xfa\x52\x0f\x62\x86\xa3\xc4\x3a\x6a\x0b\xf7\x27\x39\x4b\x07\xf1\x9e\x6b\x6e\x5c\x46\xda\xf7\x20\xfe\x74\x47\xa8\x82\xb2\xb3\x69\xc5\x8c\x3b\xda\xab\x8f\x13\x81\x43\xae\x10\x2a\x9b\x57\xc8\xa6\xd5\xa3\xa4\xcc\x28\x99\xe8\x9e\x4a\x8e\x84\x91\x36\x8b\xaa\xaf\x3c\x04\xa1\xa4\xa4\xb9\x0d\xcc\xca\xa1\xe4\xa8\x14\xf3\xcb\x23\xc9\x9a\x8e\xf6\xfd\xfd\xd5\x95\x79\x35\x27\xbb\x5b\x00\x92\x0e\x76\x78\x8e\x4b\xf9\x25\xcd\x95\x3f\xab\x6c\xce\x4f\x19\xe7\x1e\xd1\xd3\x8a\x39\xc4\x93\x47\xba\xb8\xd9\x14\xa2\x9d\x55\x42\x59\xf0\x3d\xd7\x87\x34\x14\x1b\xd4\x72\x30\xdb\xe6\x6d\x3f\x89\xff\x16\x1d\xf3\xdb\x30\x55\x59\xcb\xc4\x2f\x88\xce\x59\x13\xe1\x91\x5d\xbb\x21\x2e\x6e\xc2\x60\x02\xba\xd5\xcf\xb4\xf5\xd3\xc2\xf5\xd6\x9c\xa6\xb2\x68\x3f\xeb\x21\x73\xaa\x27\xde\x23\xbe\x10\x4f\x22\xab\x84\x38\xcb\xe3\xde\xbe\x3a\xbd\x3b\xab\x89\x9b\xad\x1e\x26\x1d\x75\x7a\x69\x51\x2f\x8b\xb4\x69\x72\x92\x83\x89\xa9\xf2\x17\x19\xbf\x2b\xb1\x52\x87\x23\x92\x07\xce\x92\x42\xd3\x2b\x0a\x61\xe5\x87\x49\x0b\xa1\x35\x47\xf8\xa6\x1f\xae\x4a\xe4\xcb\x69\xd6\xca\x76\x85\xcb\xe5\x12\x31\xc8\x5b\x88\x2b\x68\x85\xb3\x75\xec\x53\x1d\x05\x39\x8e\x14\xc6\xa1\x9a\x9c\xa9\xea\x08\xf5\x74\xa1\x36\x28\x5c\xb4\xff\x3d\xdb\x11\xdf\x44\x1e\x2d\xac\x24\x2a\xc8\x9b\x04\x88\x42\xcc\xbb\xd1\x43\xcc\xb5\x88\x5d\xd1\xdf\x75\x85\x5b\x72\x0e\x78\xbd\x93\x37\x0d\x3b\xc2\x7d\x2e\xf0\x45\x95\xed\xaa\x83\x7c\xdb\x9a\x4f\x2c\xe1\x86\xf3\x10\xbd\xe8\x5c\xed\x0e\xde\x0a\x65\x34\x7b\xeb\x90\x3a\xd2\xc7\xb7\xc8\x64\x66\x49\x68\x8f\x7a\x20\x38\x21\x99\x2a\xde\xaa\xeb\x65\xf2\xd2\x84\x88\x70\xdf\x9b\x8f\x59\x00\x17\x73\xf2\xa8\xbf\xdd\xa5\x60\x87\x13\x6a\xdb\xb9\xc7\x95\x43\x45\xce\xa5\xc8\xba\xaa\xf5\xb4\x40\x01\xd4\xe8\x25\x50\x78\x41\x79\x99\x22\xf5\x55\x71\x90\x14\xfd\x73\x99\xb6\xb0\xca\x88\xe7\xa8\x1f\xfc\xc9\x02\xfa\xe7\x70\x14\xd9\x90\x1f\xeb\xad\xa6\xa9\x07\x2a\x98\xbd\x19\x71\xc1\x8a\xb3\x51\xb7\x01\x1a\x33\x9c\x78\x44\xf5\x8c\x8b\x93\x93\x63\x17\x26\x8e\x05\x97\x10\xd2\x9f\x68\xab\x66\xc9\x89\xbe\x11\x94\xb8\x0b\xb0\x39\x23\xfd\x7b\x26\x85\x78\x3b\xee\x29\xba\xf0\x6c\xe2\x6e\x06\x1c\xc9\xa5\xf0\xf9\x65\xb5\x09\x79\x92\x50\x2b\x38\x97\xf0\x55\x88\x5f\xba\xf7\xa4\xf0\x74\x28\xab\x56\x51\xfd\x25\x93\xbb\xb1\xa0\xac\x85\x8d\x69\xb3\x2b\x5a\x5a\xb9\x50\xe2\x24\x33\xa8\x19\x10\xf5\x1a\x83\xca\x35\x51\xf7\x13\x64\x27\xd0\x6b\xe1\x4c\xf1\xf4\xd2\x19\xd7\xa0\x71\x00\x8f\xf3\x87\xd1\xe3\x9e\x52\xb9\x46\xbe\xe6\xa1\xd1\x69\x29\x36\x53\xe1\x37\xa0\xeb\x50\x8c\x57\x86\xb2\x2b\xf2\x52\x50\x9b\x13\x2e\x16\xa7\x2e\xc7\x3b\xa3\x9c\xb1\xa3\x87\x86\xc8\x58\x15\x4e\xe9\xcc\x05\x4f\x07\xc2\xb1\xec\xd9\x9d\xb7\x6e\x83\x67\x7c\xd5\x3a\xd8\x13\x33\x05\xed\xc8\xa6\xd3\xb3\xb0\x51\xe6\x08\x09\xc3\xb2\xae\xcd\x5a\x18\x68\x7d\xb0\xd5\x79\xaf\x64\x9e\xf4\xdc\xf4\x73\x4f\xe6\x17\xc3\xbf\xa9\xa9\xca\x3d\x65\x5d\xf5\xf0\x14\xad\xec\x79\x8d\xbb\xbe\xb2\x95\x73\x92\x0b\x13\xee\xa1\x0f\xec\x73\x91\x66\x34\x90\x85\x22\x08\xcf\x54\x1d\x76\x1a\xf2\x36\x20\xe8\xb6\x29\x13\xbe\xb7\x7c\x93\xe7\x51\x94\xaa\xf9\xe3\xca\xb1\x66\x92\x29\xf3\x15\x70\xf1\x35\xc9\xc0\x1e\x19\x01\x99\x0d\xf6\x35\x3a\x39\x18\x3c\xce\x5c\xe9\x9a\x5c\xfa\x1b\x99\x3c\x12\xfa\xf4\x55\xad\x5c\x51\x4e\x42\x1b\xb6\x1a\xf8\xa3\x69\x63\xd6\x15\xfc\x1c\x24\xa5\xf9\x57\xcd\xc9\x0d\x4c\x67\x1d\xf5\xad\xcd\x3e\x6a\x22\xb3\x2c\xd7\x08\x5b\x72\xc7\x8d\x6b\x7a\xa5\x8f\x13\xb2\xa5\x19\x23\xd1\x3e\xc1\xb2\xfd\xc6\xf9\x65\x59\x46\x7f\x33\x07\x13\xbf\xcc\x81\x50\x30\xf3\x78\x3f\x63\x8b\x73\x65\xc7\xb3\x2a\x7f\x51\xd4\xf2\xa4\x11\xe1\x02\x10\x1c\x36\xa1\x49\xd9\xfa\x18\x15\xdf\x0a\x0c\xec\x4e\x21\x76\xce\x91\xaa\x69\xbf\xb0\x5e\x1f\x5d\xd3\x9b\x3b\xaf\x5f\x52\x16\xb1\xd7\x6f\x25\x7a\x0b\xf5\xf3\x41\xea\x4a\x5a\x48\x27\x5a\xe1\x2c\xab\x2b\x76\x4e\xbe\x0a\xf1\xad\xc3\x4f\x17\x95\x10\x45\x55\x86\xc0\x5e\xe1\xa2\x3b\xd4\xb9\x47\xd3\xb9\xae\x10\x27\x57\x2f\xa7\x17\x13\x97\x2a\x46\x25\x9a\x1b\xdf\x45\x8e\x54\xb6\xa3\x5a\x74\xf3\x4c\x47\x82\xda\xc1\xb1\x07\x5d\x18\x47\x09\x85\xbd\xb4\xcd\xd1\x64\x7b\x27\xa9\x37\xc3\x48\x64\x3d\xa7\x45\x01\x17\x19\x0e\xae\x41\xa8\x17\xa3\xfb\xa0\x06\x14\x2d\x23\x40\xe3\x91\x1b\xf9\x2c\xb1\x6b\x6b\xbc\x6b\xc1\xad\xbd\x9a\x89\x59\xd3\x4c\xde\x98\x72\x5f\x85\x53\x6a\x44\x51\x81\xdf\xf2\xd4\x4a\x13\x73\xeb\x09\x8f\x17\xda\x41\xff\x69\x36\x8f\xbc\xd6\x5c\xa1\x1e\x55\xd6\xd4\x20\x6c\x45\xff\xf5\xf4\xf1\xae\xc8\x08\xed\x23\x5c\x15\x2b\x60\xce\xe6\x2f\x1a\xc5\x6e\x95\xf4\xf5\x76\x83\x57\xa3\x7e\x20\x50\x28\xb7\x47\xc0\xc8\x75\xc5\x45\x9d\x19\x63\x12\x86\x76\xf7\xa0\x47\xda\x79\x9e\xc2\xdd\x73\x26\x42\xfd\x02\xe5\x72\x0d\x34\x05\x0f\x65\x99\x87\x25\x20\xeb\x09\xbf\x42\x53\xdb\xc9\xd1\x89\xf8\x48\x4b\x90\xa9\x2d\x60\x1b\xec\x20\x98\xe8\x0f\x92\x48\xd8\x81\xea\xb9\x25\xf9\x23\x40\x69\xbd\x01\x61\xea\x0a\xfc\xb7\xc7\x22\x05\x16\x3d\x60\x65\x29\x2a\xb9\x5d\xd0\x9f\xf7\x58\xcd\x38\xaa\xac\xdb\xd8\xc9\x3d\xcd\xdf\x46\xe2\x14\xf4\x5d\xb0\x2f\x12\x64\x1e\xcc\x15\xb7\x35\x6d\x20\x3e\x3e\xb2\x7c\x65\xe0\x1e\xcc\x56\xbd\x07\x4f\x13\xed\xb5\x0e\x48\x4c\xc8\x7a\x62\x44\x48\x1c\xbf\x41\xce\x0a\x5f\x2b\x5a\xf2\xea\x29\x9a\x52\x8d\x40\x7d\x8c\x47\x7c\xc2\x52\xd9\x54\xfc\xfc\x39\xe5\x80\xe4\x02\x63\xe6\x2c\x5e\x21\x92\xb6\xd4\x30\x2e\x47\x24\xba\x45\x0d\x22\x4e\x81\xd4\x32\xf5\x7d\xea\xbc\x7b\xc6\x20\xe0\xa7\xbb\x73\x51\x61\x24\xc3\x4a\x0a\x70\xd5\xa0\xd5\x75\x48\xab\xf3\x4b\xe8\x09\x05\x55\xb9\x10\xca\x39\xa5\xfa\x81\x9d\x9f\x03\xf5\x86\xda\x4f\xc5\x33\x51\x57\x93\x01\x02\xf7\xba\xc8\x4b\x25\xb6\xf4\xaa\x5f\xf9\xce\x41\x8b\x51\xb0\x78\x09\xf1\x80\x3b\xcc\xc2\xef\xac\x23\x1a\xad\xea\x35\xc1\xe0\x19\x22\xee\xcb\x05\x1d\x29\x83\x76\x32\xd2\x21\xa4\xc2\x47\x92\x5e\x7c\x00\x51\xba\x7c\x60\x3d\x44\x03\xa8\xa6\x8a\xc3\x6e\x00\x93\x5c\xa1\x4d\xfe\x0b\xc4\xf6\x38\xa0\x19\xa9\x42\x5d\x54\x25\x7a\x7f\x38\xdc\x43\x34\x1c\x6d\xb5\x97\xad\xf1\xa4\x95\x3d\x2a\xb1\x96\x6e\xfc\x1c\xa9\x50\xb8\xb9\x0a\xd4\x81\xa2\x06\x7a\xdb\x19\x98\x67\x89\xca\x9d\xb4\xcf\xf5\x26\x19\x34\xac\x25\xd7\xde\x72\x4c\xbc\x4b\xdf\x78\x22\x7b\x16\xb8\x6e\x8d\x10\xb2\xd4\xef\xe8\x54\x39\x49\x0a\x6c\x6e\x5d\x8f\x99\xe1\x81\x91\x1f\x14\x60\x71\x3a\xc2\x39\xa8\xed\x85\x21\x8c\xeb\x28\x04\x70\xf8\x8e\xd3\x55\x0b\x40\x72\x91\xba\x59\x7f\xc5\xf2\xef\x0b\xb5\x93\xf9\x6a\xf2\x66\xf0\x1b\x27\x77\x47\x1f\xa2\xe5\xd4\x4d\xeb\x15\xaa\x75\x47\x6b\x06\xe7\xd4\xcd\x6d\x60\x9b\x98\x09\x55\x92\x53\x46\xa9\x35\x63\x01\x01\x6f\x4c\xc5\xcb\xd8\x31\xef\xb1\xfd\x10\x71\xf7\xe1\xe4\x81\x42\x53\x36\x08\x90\xef\xeb\x17\x9c\x83\x8d\xa4\x4e\xee\xb2\x69\x2c\x68\x51\x6b\x13\xaa\xf7\xa9\x96\x14\xd8\xfa\xf2\xea\xa2\xfa\x01\x74\x8f\x02\xbf\x32\xcb\x2b\x53\x6b\x78\x63\x0b\xb1\x81\x09\xbd\x71\xce\x01\x3d\xd6\xc6\xc3\x25\x3c\x9c\x87\xc8\xf5\x92\xe3\x2e\xe9\x99\x7b\x65\xb0\x34\x11\x31\x8d\xef\x39\x67\x9d\x22\x68\x76\x68\x12\xf1\x41\x0d\xb1\xda\xab\x9a\x9f\x1d\x8a\x97\x93\xe2\xb4\x4a\x8a\x42\x7f\xd5\x82\x52\xc7\x82\xdc\xd9\xc1\xd6\x60\xc4\xda\x41\xf9\xa2\x97\x50\xef\xa2\x7b\xfd\x44\x52\xb3\xf8\x5d\xb9\xf8\x57\xe5\x7c\x98\xed\x09\x97\x64\xf3\xdf\xe5\xc4\x75\x42\xda\x7a\xd6\x42\xa4\x72\x2a\x3c\xd3\xb3\x35\x47\x4e\x51\x54\x18\xb1\x7b\x44\x21\x5b\xe4\x9e\x57\x8c\x14\x37\xe6\x19\x0c\xaa\x3e\xc7\x9f\x53\xba\xc6\x98\xcb\x50\xf8\xe2\x61\x44\xda\x44\x6f\x0e\x9a\xab\x68\xde\xbf\x40\xdc\xf5\xf3\xe3\x16\xe3\xf8\x90\x62\x8b\xab\x7a\x27\xb7\x7f\x65\x3b\xa2\x25\x38\x38\x82\xf7\x71\x1d\x47\xc5\x4a\x5d\x83\x4f\x0f\x64\x8a\xa4\xad\x58\x92\x55\x88\x39\xbd\x52\xce\x37\x5b\x94\xdc\x09\x19\x0e\x90\x41\x16\x04\xaa\xfa\x7b\x54\xf1\xc8\x7d\xa3\x7b\x6d\x86\xd4\x3e\x80\x95\x5b\x7b\xfc\x25\xf6\xdb\x26\xe2\x5a\x82\xf8\x0e\x15\x2d\x6d\x88\x1a\x3e\x34\x28\xcc\x5b\xb1\x23\xbf\x48\xa7\x15\xeb\x80\x94\x80\x20\xa0\x14\xa1\x64\x4e\xaf\x3a\x07\x79\xd6\xbc\x05\x33\x56\xcd\x31\xdd\x75\xbe\xd5\xa3\xff\xbb\xbf\xe9\xba\x2d\x70\xa4\xb7\xf1\x31\xfb\x9b\x7e\x8d\xce\x75\x4d\xc8\xac\x61\x3a\xe1\x0a\x97\xed\x86\xd4\x15\xe7\x19\x49\x42\x41\x34\x94\xea\xdb\x95\xd3\xf4\xd6\x27\xe4\x39\xca\x05\x40\x5a\x3b\xcb\x53\x33\xeb\x0b\xe7\x85\x24\x8c\x9f\x94\xcb\xac\x9e\x51\xca\xb2\x94\xc7\x1a\x38\xd2\xa9\xe1\x06\x89\x77\x3c\xc0\x75\x4e\x24\xc0\x46\xbc\x73\x07\x12\x26\x34\x9e\xa0\x4a\x4c\x72\xcf\x0a\xc6\xb8\x2a\xb1\xb1\x5f\x68\x43\x12\x3e\x21\xc2\xd2\x07\x53\x28\x04\x9d\xea\xce\x6c\x5a\x48\x58\x14\x2e\x89\x6b\x6d\x7d\xef\x45\x1f\xbe\xa7\x1d\xe2\x0b\x62\x51\x93\xc1\x89\x17\x2a\x44\xf4\x23\x0a\x38\x0d\x38\x1f\x58\xf1\xf1\xb1\x71\x84\xcb\xd9\x87\xab\x02\x33\x8d\x35\xb0\xc8\x84\xd0\xa7\xdd\x4a\xf2\x84\xe1\x4a\x07\x39\x1d\xf8\xe1\x53\xc0\x66\x1e\xf9\x35\xcb\xe8\xad\xb6\xa9\x59\x69\xb9\xa5\x35\x49\x8d\xbd\xe2\xba\xc1\x37\xbb\xc2\x11\x1b\xbc\xf2\x1a\x7e\xf0\x21\x1f\x60\x86\x77\xbe\x1a\x35\x5f\x6f\xd4\xf3\x5c\x27\x27\xdf\x88\x9e\x54\xdf\x2f\x07\x24\x25\x9f\x69\x0f\xf0\xd5\x6f\x22\x22\x20\xd6\xd6\x5f\x7d\xb7\xf4\xe5\xef\x0e\x45\x5b\x6d\xa9\xb3\x94\x5e\x64\xd3\xc1\xea\xea\x93\xf4\xc1\xd6\xff\xf5\xf5\xeb\x5d\x87\x26\xe3\x0c\x3a\x60\xd3\x42\xd9\x4f\x20\x47\x01\x3b\xa4\x6b\x32\x31\x51\x6c\xb0\x8f\x45\x23\x5e\xa1\x7a\xd2\x23\xf4\xbf\xa1\x50\x6b\x9f\x24\x3e\x7d\xba\xd9\xf4\x19\x47\x77\x14\x0a\xa4\xab\xff\xfb\x40\xff\xf5\xf4\x7a\x73\xa0\x2b\x0d\x74\xbf\xd6\x92\x85\x24\x57\xa8\x56\x10\x38\xb1\x44\xb4\xbd\xba\xfe\x28\x9f\x59\x4a\xd2\x52\xa5\xd5\x37\x9a\x8b\x6a\x32\xed\x7a\x63\x55\xfb\xd7\xff\x07\xc5\xe6\xb5\xd9\xcb\xf6\x9a\x82\xf1\x00\x3b\x1c\x09\x03\xed\x73\x86\x18\xe5\x84\x73\xad\x76\x75\x1f\xe0\x01\xd8\x27\x47\x8f\x52\x20\x4f\x9e\xf9\x85\x8d\x3b\x12\xbd\x3a\x38\x54\x71\x0d\x9b\xd3\x8e\xca\x85\xaa\xdf\xfa\x39\x2a\x2d\xfd\x4c\x73\x33\x22\x30\xf4\xef\x94\xe1\xbd\x85\xd2\xb0\xa7\xf1\x75\x73\x2a\x61\x3f\x48\xaa\x68\x6b\xcd\x18\xcb\x72\x8a\x84\x84\x31\x00\x2c\x7a\x41\x09\x31\xd2\xd8\xdf\xd5\x0c\xcd\xd0\xab\x45\xa2\x0e\x83\xbe\x41\x30\x7b\xe6\x1c\x37\x4d\xfb\x73\x95\xe4\x3e\x51\xa3\x5c\x05\x72\x8f\xf4\x2f\x68\xb7\xbc\xe0\x62\xd9\x16\x72\x9b\x88\x9b\xef\x6c\x1f\x09\x4f\x82\x43\xe6\x7b\x24\xd9\xb8\x57\x56\x22\x00\xdb\xa7\x67\x5d\x4f\xe7\xca\x9e\xcb\xda\x54\x2b\xab\xe2\xb5\x8e\x86\x82\x18\x0a\x5c\x67\x45\xd1\x7b\x2e\xd9\xe4\x7f\x51\xdb\x2b\x19\x2c\x15\x9b\x22\xf5\x04\xa5\xfa\xf7\xd3\xe8\xb7\x2e\x38\x67\x99\xb3\x02\xf2\x10\x2b\xcd\x50\x53\x45\x16\x31\xa2\x42\xdd\x4f\x65\x08\x7a\x7b\x95\x2d\x4a\xb2\x78\x6a\x7a\x15\x15\x36\xc3\x8f\x31\x81\x0e\xe9\x1f\x8e\xe8\xd4\xdd\x30\xa0\x55\x3f\x28\x51\x48\xb5\x89\x7a\xf1\xf4\x27\x63\x66\x22\x7a\x73\x6f\x7c\xeb\xb4\x56\x19\x22\xa5\x72\xe2\x22\xee\x9c\x9c\x7b\x15\x49\x02\x8a\x46\x85\xc6\xd2\xf4\xc7\x9c\x23\x5b\xa7\x82\xc6\xea\x57\x2d\x2f\xdf\x79\x8f\x4e\xeb\x80\x0a\x81\xb9\x17\x15\x7f\xaf\x93\xd0\x5f\x56\x3d\xfc\x9f\x1c\xc1\xbb\x47\x9c\x29\x55\x5b\xb8\x15\x16\x00\xe8\x4d\xf7\x99\x7e\x04\xf4\xc3\xc1\x52\x65\x5f\xc3\x4c\x96\x02\x8f\xad\x98\x1d\x2d\x84\x74\x68\x58\x3c\xe1\xb9\xb9\x99\x1d\x3b\x3d\xab\x33\xe2\x92\xdd\x23\x3d\x2e\x16\xc0\x0e\x7a\x3b\x21\x43\xd0\x9b\x13\x20\x88\x13\xb0\x94\xbb\x40\x0e\x2a\xbb\xa2\xbb\x13\xd8\x1f\xd9\x52\x6a\xe1\x9d\xf6\x19\x7f\xcd\x8a\xe3\x50\x4b\x6f\x42\x2f\xa9\xa8\x4c\x3f\xe8\xfb\x45\x7c\xc3\x65\xfa\x1c\xa1\x7c\xe8\x2f\xe6\x1c\x77\x9a\x45\x34\x97\x7c\x83\x98\x82\x4b\x06\x88\x19\xf9\x04\x85\x57\x0b\xd8\xfe\x06\x4e\x77\xe5\x61\x45\x45\xcb\xe4\x4c\xb5\xde\x69\xe9\x94\xa5\xf9\x75\xe5\x7e\x7c\x61\x06\x93\x13\xff\x59\xd9\xea\xd0\x5b\x77\x2f\x67\x0f\xa2\x9c\x12\xea\xf7\x85\x16\xac\xbf\xa2\x5a\x00\xaa\x35\x22\xde\xb5\x2e\x7c\xf1\xb0\x21\xf5\x37\x97\xa3\x12\x88\x83\x4c\x2e\x76\x86\xfc\xa8\x5e\x08\x04\x79\x60\x5d\xec\xe8\x34\x69\x3f\x4f\xbf\x1b\x29\x52\x2c\xa4\x55\x81\xdd\x82\xb3\x62\x51\x3b\x23\x47\x7f\xda\x99\x8e\x56\x0c\xe6\xb2\x0c\x61\x6f\x58\x42\x84\x45\xbb\x38\x69\xe1\xc6\x1e\xde\x82\x39\xc7\x11\xcc\xc8\xd6\xa7\x7e\x9f\x18\x61\xa7\x80\xf4\xe9\x76\xa6\x4e\xb6\xdf\x9f\x50\xe9\x36\x40\x03\xa8\xc9\xdd\xe9\xe1\x2a\x61\x99\xd3\x40\xbc\x60\xf0\xba\xc2\xd9\x35\x16\x68\x78\xa2\x79\x90\xf3\x48\x2c\x11\xe0\x31\xc6\xdb\x32\x93\x42\x3d\xd9\xe4\x57\x55\xd1\x93\x62\x64\xb3\x19\x12\xa1\x1a\x90\x6c\xcf\x19\xe6\x5a\x21\x49\x4e\x7a\x30\xf4\x4e\xde\xc1\xcd\x34\x58\x15\x7c\x98\xcc\x20\x16\x87\x8c\xfa\x72\x36\x59\x80\xaf\x64\xdc\x45\xc7\xfc\x7c\xf8\x60\x84\x32\xe1\x2d\xf1\x83\xa6\x72\xed\xcc\x0f\xa4\xc6\x0f\x66\xdf\xb3\x6d\xe1\xbd\x95\x0b\xa8\x4e\x13\xae\xc8\x76\x48\x65\x1c\xd4\x4e\x6e\x60\x9a\xef\x97\x56\x4e\xf6\x45\x14\x24\xe1\x1a\x4d\xe5\x12\x0b\x21\xdb\x11\x79\xf9\x98\x3d\xda\x6a\xa9\xbc\x2d\x04\xca\x17\x70\xc0\x1c\xbc\x5f\xdd\xda\xd1\x65\xe4\xa5\x0e\x45\x84\x43\x51\xad\x0f\x23\x1b\x9f\x5b\x86\x82\xdc\x59\x86\x54\x41\x72\xb8\x08\xf5\x02\x3f\xca\x8b\x5a\xff\xc0\xb0\xeb\x53\x60\x73\x81\xa5\x54\xb3\x9d\x01\x65\xf4\x7d\x87\x1f\xcc\xca\x03\x41\x92\x3c\x29\x35\xfc\x18\xe8\x8d\xf5\x83\xf2\xe6\x5e\x20\xb6\x86\xdb\xa6\xd1\x2e\x94\x43\x70\x4b\x26\x51\xfb\x95\x6c\x4f\x03\xce\xd9\x23\xf2\x10\x82\xbb\x94\x8c\x67\x4d\xea\x02\x02\x96\xf0\x2c\x61\xf7\xbc\x2d\x97\x6c\x40\x8f\x47\x67\x8f\x51\xe8\xb3\x53\x5a\xb6\xde\x0d\xcf\x86\xb5\x04\x95\xc3\xbd\xf2\x92\x64\x6c\xe4\xa2\xc3\xe2\x81\xe1\x28\xe0\x86\x5b\x5d\x12\x2c\x37\x43\xc1\xc1\xc8\x7b\xb8\x50\x02\xeb\x53\x06\x75\x12\x88\x71\x3f\x53\xb2\x09\x92\x5b\x1e\xa7\x67\x86\x8f\x71\x85\x7a\x3a\x9e\xe0\xfb\xd6\x5b\xad\xf9\x9c\x55\xe2\x55\x18\xfd\x42\x78\x7d\xac\xb5\x6f\xd4\x31\x2e\x7c\x4b\x12\x8a\x9a\xaa\xd3\x31\x66\xe7\x28\xc0\x19\xd4\xb6\x59\x35\xa6\xcc\x35\x44\x3a\x0c\x4f\xdc\xdb\x0c\x86\xe4\x35\xb7\x24\xab\xd8\xd4\x3e\x9f\xd9\x4d\xe7\x08\xa7\x05\x57\xb6\x49\x8c\xda\xae\xae\x40\x59\x9c\xe2\xc6\x50\xe3\x23\x08\xb1\x3b\x42\xfd\x56\x96\x01\x88\x7c\x79\xc6\x96\xcf\x53\x25\x36\x0b\xe3\x71\x06\x34\x78\xb7\x81\x6c\x77\x25\xfc\x8b\x5c\x92\x65\xcf\x1e\x2e\x60\xe1\x7b\xd9\xe5\xfc\xe8\x78\x69\x1b\xc7\x24\x08\xaf\x67\x70\x2b\x03\x54\xf1\x4e\x0d\x26\xaa\x9d\xe2\x9c\xf6\x03\xc3\x35\x93\x92\xe9\xa0\xc6\x0d\xc1\x1f\x5b\x64\xdd\x78\x5b\xe1\x54\xc8\x53\x2a\x45\x45\x36\xaf\x53\x99\xaa\x54\x34\x82\x63\xa5\x52\x61\xb4\xc8\x8a\x4f\xa5\xd9\x60\xc5\xa5\xe9\x99\xc8\x67\xcc\xa5\x23\xd4\x9e\x86\xb7\xa2\x06\x64\x96\x5a\x4f\xc8\x8b\x47\xb9\xde\x5c\x38\x5a\x55\x9b\x2e\xf3\x06\x2e\xa3\xaf\x96\xd0\x4e\xd6\x98\x82\x6e\xa6\x02\x4f\xf3\x42\x8e\x77\x80\xd9\x91\x6b\x8c\x47\x67\xcb\xe3\x42\xe3\x31\xa5\xa9\x53\x21\x86\x53\x9f\x72\x5e\x64\xdf\xd0\x9c\xc2\xdb\xa9\x78\xaf\x3a\xc2\x6b\xf2\x62\x62\xf7\x9d\xfa\x11\x32\x80\xa7\xfe\xf1\x6d\x5b\x68\xde\x59\x87\xf4\x2b\x5a\x88\xf4\x61\x37\x31\x01\xb4\x3d\xcc\x2c\xe4\xd8\x42\xa1\xd7\x3d\xc5\xb5\x79\xa8\xaa\x56\x9b\xd1\xfd\x5e\x8d\x96\x00\x59\xad\x17\xaa\x20\x4b\x7c\x34\x67\xa9\x6c\x74\x19\xd1\x13\x5e\xee\x95\x4c\x2b\x18\xe1\x32\xca\xb0\x0e\x2c\x20\xc0\x78\x1c\x1e\x6e\x84\x38\x16\xc4\xb8\xe4\xf2\x30\xc0\x5f\xf7\x3c\x8c\x78\x46\x28\x8f\x40\xb4\x78\xb1\xa3\x11\x3f\x48\xf0\xc6\x86\xb9\xe2\xae\x89\x4d\xd8\xaf\x73\x4e\x7a\x3c\x16\x64\x92\xeb\x94\x64\x91\x9b\x41\xac\xe3\x60\x04\xee\x02\x4c\x82\x25\xae\x4d\x50\xf1\x4d\xb2\xa4\x46\xa9\x3a\xac\x4c\x44\xb2\x1c\x59\x9a\x7b\xc6\x1e\xe4\x0a\x8f\x43\xc5\x43\x40\xb7\x0c\xf6\xfc\x37\x1b\x15\x28\xd2\xb3\xb3\xc4\xb6\xc5\x58\xa0\x0a\x79\x78\x64\xeb\xcf\x91\x8e\x95\xe1\xd4\xf2\xa3\x15\xbf\x86\xb9\x7f\x41\x85\x95\xb5\xb8\xdd\x16\x62\x0a\xe3\x33\x90\x7c\x01\x18\x4e\xc4\xf7\x35\xb7\xea\x07\xce\x35\x40\x81\xe6\xf4\xf5\xe1\xce\x57\xd4\x5c\xf9\x51\x7f\xbe\xe5\x56\x77\xf8\xe8\x0a\x87\xe0\x50\xdf\xfc\x98\x8f\xce\xe1\xc8\x18\xaf\x5b\xd7\xc9\x18\xd6\x57\x2d\x04\xa8\x74\x84\xf8\xc9\xb7\x66\xc8\x25\xef\xe5\x50\x78\x14\xdd\xf9\x39\x06\x6e\x17\x27\x9a\xf7\x0e\x0b\xc4\x7f\x1e\x17\xe4\x21\xcc\xc1\xaa\xcb\x3b\x20\x5a\xb6\xbd\xdd\x75\x94\x44\x3b\x43\xa6\xa8\xf6\x49\xc1\x71\x03\xbc\x41\x0b\x3a\x58\x5b\xf3\x50\x37\xe2\xf6\xdb\x0b\x7c\x2c\x75\xdc\xf5\xc3\xb0\x11\x2d\x90\x8b\xa9\x34\x3f\xb0\xa3\x73\x87\x97\xd8\xe8\x7a\x12\x95\x08\x9f\xae\xa3\xd5\x5a\xeb\xf8\xc0\x61\x09\xd8\xf3\x55\xcc\x09\x2d\xe8\x82\x62\x3b\xaf\xd6\x8e\x1f\xc1\x2c\x07\x14\x01\xa1\x06\x56\xd8\xbc\x5a\xd7\xf2\x61\x33\xe6\x0e\xba\x14\xb1\x95\xcb\xcc\x56\x0d\xbf\x3a\x57\x7d\xd6\x67\x28\xe0\x9a\x9f\xda\x70\x1e\x58\x38\xbd\x06\x99\xb6\xcf\xc5\x26\xd0\x4d\x0e\xb1\x95\xd4\xac\x1a\x90\xcc\x02\x46\xa0\x53\xa0\x8a\x95\x4e\x41\x6e\x32\x0f\x59\x57\xd8\x4d\xea\xd4\x51\xe9\x63\x8f\xa0\x2a\xf3\xe8\x14\x3c\xd2\x14\x3d\xa7\x7e\xae\x29\xeb\xcb\xbd\xa8\x6d\x46\xb3\x85\xc6\x42\x55\xf0\x78\x41\x16\xf1\xf8\xf6\xfa\xb8\x93\x93\xa7\x7d\xf3\x6a\x53\xcc\x72\xd5\x2e\xa7\x00\x94\x23\x2e\x29\x3e\x93\xa4\x12\xf5\x7a\x10\xcb\x2a\xc0\xb2\xeb\x64\x08\x05\x70\x34\xb5\x43\xc6\x2d\xe9\x89\xc1\xf7\xad\x04\xdf\x21\x81\xf4\x99\xc5\x51\x3d\x22\xe4\x72\xec\x9a\xe2\x16\x9b\xb1\x26\xca\x99\xcb\x37\xf3\xaa\x98\xc8\x11\x0e\xb3\x28\x34\x42\xc0\xd6\xf5\xc6\x8c\xd4\x13\xee\x49\xf6\x63\xcd\x23\x69\xb2\x13\xd2\x4c\xb4\x4f\x6c\x27\x20\xf7\x76\x8c\xc5\x8a\xce\xae\xa8\x7f\xb5\x7e\x6c\x31\x29\x2c\x1b\xb0\xc5\x7e\x76\x69\xde\x1c\xec\xa2\x3d\x5f\xd1\x29\x06\x04\x99\x12\xed\xd3\xce\xb9\x44\x79\x02\x94\x0c\xdb\x10\x17\xfa\x35\x97\xc4\x8a\xda\x36\x14\x66\x3c\xa2\x2e\x44\x0a\x80\x14\xa8\xd8\xfa\xd0\x1e\x90\x72\xfc\x43\x7f\xea\xa8\x48\xd8\xec\xd3\xa0\xf6\xd1\xce\x54\x5a\x7a\x50\x27\xb2\xd6\xc8\x17\xb1\xb0\x46\xb1\xdb\xa2\xb7\x29\x13\xed\x2b\x15\x96\xf1\x5d\x92\xa2\x66\x72\xa8\x07\xea\xed\x77\xd6\x11\x63\xf9\x48\x6a\x39\x85\x14\xcc\xd4\x44\xf2\x08\x78\x7a\xa9\x2f\xb0\x5a\x59\xf2\x24\x30\x44\x80\x34\xf1\x10\x59\x6b\xa8\x49\xab\x2d\xac\x88\xd3\x8d\x0f\x58\x43\xca\x24\xfa\x0d\x29\xd4\xe7\x6d\x4a\x70\xe7\x08\x52\x19\x1f\xe8\x33\xdd\x35\xc2\x3e\x9c\xd5\x0c\xbf\x69\x68\x83\x83\x7c\xf7\x21\x13\x11\x1e\x3d\x34\x39\xe2\xa1\x90\x4b\x23\x6f\xe6\x5a\xf8\xf6\xd6\xce\x38\x41\x7a\x33\x45\xba\xf3\x6d\xb7\x64\x04\x16\x18\xae\x08\x37\x8b\x95\xe5\xb6\x70\xa7\xaa\x8a\x92\xe7\x94\xf4\x39\x03\x24\x46\x2e\xe6\x6b\x2b\x1c\x21\x8e\x16\x8a\x09\x9f\x5d\x1e\x8e\xa5\xee\xe1\xfc\x40\x6d\x4d\xca\x58\x6c\xd9\xc8\xcb\x83\xff\xd2\xe9\xa1\xa2\xdf\x70\x5f\x75\xb0\xd9\xc9\x6d\x95\x6b\x6c\xaa\x28\xed\x15\x56\x19\x19\x42\x6f\xbf\x12\x7f\xae\x48\x1c\xa7\x0d\x20\xfd\xce\xf9\xa8\x87\xff\xe1\x71\x5d\x8c\x85\x2e\xb5\x0f\xe1\xc3\x75\x31\x9e\xf7\x2a\xbd\x4d\x20\x69\x38\x95\x82\x32\x7e\x1c\xc7\x65\xfa\xdb\x85\xf3\xc3\x75\xac\x69\x7f\x9b\x3b\xc1\xfc\x21\x62\xd0\x94\x5c\x1e\x3a\x45\xe2\x61\x30\x35\x0a\xde\x4e\x5d\x55\xea\x9e\xe4\xbc\x06\xfe\x98\x5b\x35\xdf\x73\x89\x92\x11\xfc\x4f\x3d\xa2\xc2\x79\xcf\x21\x0a\x6a\x6f\xfc\xa1\xe2\xf5\x8b\xfe\x50\xd1\x7d\xdf\xff\x07\x8b\x07\xbc\xa1\xce\xf2\x71\x0c\x3d\x82\xd2\xa7\x37\xf2\x32\x69\x71\x5e\x30\x40\x5d\x5a\xcc\x95\xf1\x9f\x4e\x6d\xaa\xf7\xba\x2a\xc8\x31\xc2\x32\x7b\xe5\x0c\xab\xab\x15\x24\xdc\x16\xe4\x94\x03\x36\xab\x99\x07\xdc\xb1\x32\x7a\xa8\xd5\x49\x5a\xd8\x01\x9d\xfc\xb4\x89\x3b\x85\x69\x13\x77\x26\x08\x1c\xec\x9d\x57\x0c\xfd\x72\x59\x39\x68\xad\x80\xcc\xca\xc1\x02\x65\xfe\x26\x72\x59\x75\x81\xd8\x8c\x38\xd3\x4e\xad\xc4\x37\xea\x25\x17\x8d\xed\x77\x0d\x16\x71\xb8\x48\xcb\x81\x8e\x12\x55\x91\x47\x5c\xe9\x44\x3e\x3a\x7a\x1e\x5b\x6e\x70\x09\xe2\x5d\x14\xbd\x62\xfd\x21\xdb\x17\x6e\x01\x40\x59\xc3\xcb\x04\x8c\x69\x43\x85\x5a\x9c\x83\xa4\x50\x68\x9b\xa6\xdd\x0b\x97\x98\xc9\xb5\x45\x96\xb9\x87\xf3\xa4\xa9\xdf\x9d\x4a\xc3\x94\x15\x50\x94\xfa\x41\x99\x74\xd8\xbe\x8d\x94\x98\xb2\x47\x61\x33\xb2\x54\x57\x31\x31\x58\x8f\xa0\xcf\x78\x1c\xea\x9b\x05\x61\x97\x7f\x4d\x80\x46\xc0\x4f\xea\xd1\xe9\x71\xe0\x9d\xfa\xbe\x51\xb1\x07\xf5\x28\x5c\x6f\x1d\x37\xf1\x46\x4a\x47\x1c\x10\xb0\x8e\x89\x4e\x99\x15\x88\x0a\x5d\x57\x3b\xb9\x2b\x83\x47\xf0\xb2\x89\xdf\xd7\xdb\xe9\xfe\x7b\xa2\xad\x5f\xa3\xfd\x34\x14\x55\xef\x62\x17\xe7\x24\x2b\xfd\xa9\x65\xd9\x5f\x36\x36\xc4\x6d\xeb\x1e\x92\x85\xf6\xd2\xc2\xf2\xeb\x9e\x1b\x31\x59\xa4\x58\x72\x23\xa9\xe7\xe7\x0e\xc1\x79\x83\x22\x49\x0b\x7a\xba\x5a\x90\x8f\xf2\x15\xb3\xab\x1d\x8a\x1e\xc6\x41\x42\x76\x98\xd3\x75\x7a\xec\x20\x47\xe8\x82\x8d\x88\xaf\xb8\xad\x72\xe1\x81\xaa\x3d\xc6\xae\x3d\x6f\x9a\x64\x6e\xdd\x13\xec\x57\x28\xc3\x66\xaa\x6d\x5f\x38\x0d\x2e\x6c\x49\x55\x41\x14\x40\x41\xac\x39\x34\x81\x80\x4b\x75\x55\x69\xcf\x71\x5c\xbe\xc2\x16\x43\x8b\x6b\xf8\x70\x6f\xfb\xc1\x61\x6a\x3d\x62\x1b\xcb\xdc\x43\x34\xb9\xa2\x7f\x3c\x36\xcc\x27\xfd\x0b\x42\xd6\x76\x40\xfc\xef\x6c\xf6\xd2\x98\x57\xf5\x60\x57\x23\xdd\x78\x20\x54\x8b\xb5\x90\xce\x64\x67\xb3\x3a\x4b\x0f\x4d\x8a\x0f\x48\x81\xab\x83\x6a\x54\xec\xec\xef\xea\xee\x95\x0f\x57\x1a\xcc\x25\x8c\xdd\x58\x74\x32\x24\x89\x7b\x6b\xc9\x85\x68\xe9\xc0\x99\xae\xfc\x98\x6f\x1c\xa5\x47\x3b\xf5\x62\x12\x79\xa7\xab\xe5\x61\xa4\x54\x6a\xed\xa1\x0f\x65\x49\x2c\xa4\x88\xfe\x4f\xad\x94\x9c\x62\x09\xe6\x02\xc2\x51\xf1\x5f\xf4\x62\xfd\xb5\xe2\xc2\x99\x53\xd8\x3a\xfc\x0b\x55\xf2\x5c\x63\x95\x15\xe5\x7c\x84\x76\xcb\x24\xf1\x8b\x0d\x65\x5b\x38\x28\x7a\x30\x83\x31\xf3\x71\x4e\x80\xe0\xea\x79\xfe\x2b\xb1\xac\x49\x50\x71\x97\x2b\x1f\x16\x68\xbd\x8b\x6b\xd4\x83\x6e\x8d\xe0\xb3\xd8\x6c\x56\x3f\x5f\xad\x7f\x8e\xd9\x39\x33\xce\x6a\x58\xed\x95\x41\x71\x77\x02\xb2\xef\xb5\xf3\xd3\x07\x68\x14\x01\x01\x26\xab\xa5\x2c\x0c\x13\xdf\xed\x13\x90\xf1\x8e\x5d\x9b\xf0\x3b\x0e\x00\x01\x9e\xa2\x90\xdc\x51\xfd\xc3\xed\x93\x2c\x0e\xee\x48\xa8\x7c\x5c\xd9\x09\xce\xb6\x0e\x11\x9d\x40\xd6\x34\x14\x8b\xd6\xec\xde\x5b\xdb\x65\xe4\x77\x7c\xba\x8b\x60\x04\x81\x54\xff\x02\xce\x57\x7b\xb8\xba\xc0\x27\xdf\x62\xab\x83\x25\xfb\x95\xb4\x48\xde\xf7\xe9\xec\x7e\x10\x0b\xd4\x1e\xed\x2f\xeb\xee\xf5\xc5\x31\xdc\x27\x85\x98\xfb\xe4\xc3\x05\x3f\xa4\x31\xd1\x33\x5c\x76\x3a\xab\x9d\x9d\x55\xe2\xe1\xc7\x12\x51\xd5\x9a\xdd\x74\xc4\xdc\xf1\xae\x30\x0e\x5e\x1e\x3c\xfe\x75\xbd\x6e\xfd\xf9\x0a\xd4\x12\x7b\x63\x03\x5d\x11\x31\x16\x43\x0b\xf1\xd3\x54\x77\x77\xae\x32\x33\xd6\x23\xe1\xd3\x9b\x83\x37\x43\x41\x21\x38\x13\x04\x87\x0c\x0f\x6b\xff\x6a\xdd\x3c\xae\x69\x64\xc9\xa6\xa5\xe6\x4e\x29\x87\x93\x80\x71\xc0\xef\xbd\x66\xde\xd0\x04\x95\xec\x5d\x99\x8d\x2b\xfa\x3c\x28\xfd\xc8\x9a\xa0\x69\x35\x83\x2a\xfd\xac\xa2\x51\x24\xc4\xa0\xdf\x57\x9e\x57\x8f\xf3\xbc\x10\xb6\xbc\x76\xf1\x87\x6e\xf7\x6d\x62\x33\x5c\x25\x58\x76\x6e\xcb\x40\x52\x74\x94\xcf\xed\xcc\xd9\x66\xd0\x4a\xe0\xc9\x95\x00\xd1\x8e\xfb\xce\xc9\xce\xaf\x38\xb0\x5c\x09\xf5\x50\xda\x50\xe9\x4f\x06\x4a\x27\x3b\x47\xab\xf8\x23\x3b\x8c\xb3\x56\xa7\x55\x76\xaf\x57\xb8\x18\x6e\xe7\x54\xd6\x12\xa1\x13\xc8\x45\xb9\x09\xaf\x05\xa9\x3e\x66\xc1\x57\x46\x10\xcd\xb7\x9c\x4a\x03\xb7\x20\x56\xa5\x85\xe8\xc3\xb8\x5d\xf7\x20\x6b\x8c\x3a\xba\xba\x9a\x4b\x18\xee\x14\x13\x3a\x80\x12\x9b\xc3\x24\x9c\xe5\x6e\x4d\x72\x58\x20\xb7\x6b\x0e\x57\x8d\x24\x4e\xa7\xae\x0a\x44\x9d\x12\x18\xf5\x76\x88\xa2\x00\x50\xc1\x16\xad\xd8\x7a\x8d\x1f\xef\xb0\x63\x77\x8c\xb9\x60\x11\x12\xa3\xee\x91\xf2\x72\x72\x6a\x80\x50\xe8\x9c\x56\x5c\x5a\xbd\x48\xd1\x65\xbf\xb7\xa7\x26\x1c\x36\x64\x3b\xd8\xdd\xed\x7f\x85\x3d\x1f\xb0\x8e\xe6\x6e\xfb\x7f\x8a\xfa\xbf\x55\xd9\xab\x05\x01\xb1\x45\x57\x9b\x42\x49\x4e\xc7\xa4\x6c\xe7\x4d\xff\xa7\xf2\xb8\x4e\x5b\x10\x9c\x9c\x3a\xa0\xc6\xbc\x5e\x32\xae\xd9\xa8\x9b\x62\xf3\x6e\xc7\x49\x77\x8a\x7a\x57\x86\x5a\x57\xa6\xe8\xa6\xb9\xdc\xc0\x91\x41\x22\xc0\x70\x89\x23\x03\xe1\x62\x19\xae\xb8\x69\xf1\x2a\x9f\x93\xa5\x78\x29\xcd\xf5\xab\x02\x30\xc0\x59\x36\x0d\x5b\x66\x70\xbd\x9c\x32\xe6\xe5\x6a\x59\x8f\xc2\xe0\x55\x65\x3d\x55\xf7\x0b\x72\xad\x75\x20\x7b\xd6\x1a\x64\x60\x45\x7b\x6d\x67\x7b\x6a\xde\xfa\xbd\x86\x9d\xfa\x7f\x8d\x80\xef\x09\xe7\x00\x4c\xb0\xed\x89\x38\xfa\x59\xce\x0f\xb1\x48\x22\x4e\x1b\x98\x47\x91\x3e\x71\xb2\x2c\xae\x1c\x0a\x69\x1a\xf9\xf1\xfe\x1b\xf1\xbb\xc0\x35\xc6\x12\x31\x93\x0b\xfb\x93\x34\x00\x40\x97\xbd\xb2\xf7\xda\x82\x05\x06\xcd\x7a\x00\xa7\x47\x54\x32\x3d\xe0\x2c\x11\x1c\xb4\xc8\x03\xf7\x4f\x2e\x01\xa7\xda\x67\x7e\xe8\x93\x8b\xe1\xc5\x24\xe7\xb0\xc3\xbf\xcd\x92\x14\x71\xeb\x8d\x12\x4e\xf0\x00\xf7\x32\x50\x65\x8b\xb2\x54\x64\x0f\x9e\x1d\x75\xdb\xcf\x45\xb1\xf5\xd1\xfb\x9a\xf6\x6c\xd5\x16\x62\x8c\x69\xa8\x99\x72\x3f\x5a\x4e\x40\x6a\xe5\x06\xb6\x7f\xa4\x3f\xd6\x24\x1a\x79\x44\xa4\xd3\xbc\x83\x98\x32\x60\x16\xf6\x77\xa7\x18\xe9\xaf\x6c\xd3\xd1\x2f\xbf\x19\xff\x7c\xc7\x18\x78\xf6\xb1\x6e\xd4\xed\x78\x7d\x1c\x90\x80\xfd\xd9\x9b\xd2\xad\x21\x12\x30\x38\x57\x00\xb1\xa9\xd8\x04\x73\xb8\x49\xb1\x15\x63\xd9\x11\x39\xc4\x2a\x17\x21\x86\x56\xae\x99\x29\x1d\xe4\x90\x65\xe1\xb9\x79\xe5\xf0\xee\x51\x99\x96\xf0\xb0\xc0\x39\x26\x12\xde\x76\xce\x59\xc0\xcf\x51\xd9\x8e\x75\x0e\xe4\x81\x3a\xcd\xe1\x5f\xa6\x23\x9c\xb8\x08\x11\xc3\x39\x51\x36\x82\x7c\x7b\x43\x3e\xa3\x0b\x57\x6c\x66\x3e\x52\x88\xfb\x33\x5f\x73\x23\x54\x5d\x23\x5b\x1c\x3f\xe2\x1d\x4a\x84\xba\xfc\x7a\x20\x11\x46\xfd\xa8\x91\x80\xe2\x23\x3e\x7c\x46\x10\xc3\x5a\x94\x1e\x0a\x2f\x54\x6e\xcc\xf0\xb1\xbc\x34\xaf\xa6\x0f\xcf\x42\xf9\xce\x41\x15\x7f\x7d\x0b\x41\x66\x1c\xb4\x76\x2c\xd0\xb7\xc8\x55\xaa\x5a\x7b\x07\xab\xac\x44\x05\xa1\x01\xdf\xa6\xa0\xcc\x5d\x16\x9c\x58\x13\x09\x2b\x7d\x3a\x09\x7a\xc4\x96\x06\xd5\x7c\xac\x9d\xa5\x3a\x93\x6a\x48\xe1\x88\x62\x5a\xd5\x47\x79\xbb\x39\x81\xc9\x01\xf5\x3a\xfa\x27\x2b\x9e\x81\x76\x04\x54\xf0\x23\xec\x34\x11\x46\xba\x23\x9c\x1f\x73\xde\x1a\x17\x44\xcb\xb4\x57\x1b\x52\x27\x76\x71\xac\xaa\xcb\x5d\xc3\x0e\x2b\x6e\x3b\x19\x99\x75\xdc\x08\x51\x23\x7b\xd7\x82\x53\x72\x2a\xa6\x34\x49\x11\x2c\x23\x69\xbc\x71\x61\xf3\x45\x5e\x5c\x8f\x33\x13\x79\xd3\x15\x98\x3e\x46\xd0\x9d\xc8\x3a\x2c\xcb\x3e\xd7\x40\x3a\x1b\x0b\x2b\x49\x27\x15\x36\xc6\x66\x06\x70\x05\x0f\x90\x93\x9a\xe7\x9d\x6b\x6c\x6b\x4a\xa8\x42\x33\xb7\x20\x06\xdd\xab\x42\x79\x6f\x4f\x17\x5a\xa3\x53\x6f\x9b\x79\xe4\xcc\x10\xce\x36\x0f\x09\x4c\x8b\xef\xcf\x25\xf8\x84\x8a\x12\x6e\xf2\xa5\xd2\xdb\x66\xe6\x68\x7e\x1f\x34\x04\x0c\xb1\xe7\x3c\xd3\x83\x99\x98\xc8\x8a\x3c\x5a\x6c\x44\x08\x58\x64\xdc\x3e\x1a\x34\x7c\x23\x70\x70\xd5\xa6\x89\xdc\x6d\x70\x68\xf3\x5e\x9e\x91\x93\xd3\x0b\x62\x96\x59\xcd\x1e\x1e\xda\x90\xa5\x46\x3b\x3d\xcf\xae\x1d\x92\x68\xdb\xf8\x5d\x1c\xc3\xc9\x53\x1a\x6b\x89\xd5\x0f\xd4\x19\x17\xae\x9f\x3e\x8f\x9b\x89\xba\x3e\x73\x04\x2c\x76\x10\x81\x88\xa3\xa6\x46\x4b\x41\x0c\x2a\xf4\xd7\x87\x29\x50\x73\x9b\xc6\xb7\x2a\x15\x94\x6c\x8c\xe5\xe9\x1e\x9d\xa2\xdb\xc9\xf6\x85\x73\x91\xe1\x9a\x63\x20\x16\xad\xeb\x31\xb6\x5b\x22\x36\x38\xeb\x8b\xf6\x5a\x55\x43\x3f\x49\x59\xb1\xe6\x19\x30\x75\xda\xe6\x33\xb2\x19\xc3\x67\x3e\x45\x4c\x6f\x7f\x5a\xf1\x10\x55\x53\x46\x7a\x48\x69\x8d\x33\xa2\x5a\x02\x19\x3c\xa5\x74\xbf\x2f\xd4\xda\x36\x0f\xa4\xc8\x74\xb3\x67\x29\xbc\x83\x3c\xa6\x26\xa6\x56\x94\x66\x74\x06\x91\x3f\x85\xf2\xb2\x7a\x85\x92\x5e\x87\xce\x73\xa6\x00\xad\x38\x57\xf0\x12\x9f\x9e\x65\x5c\xc0\x8b\xe4\x91\x5a\xdb\xbf\xac\xee\x8c\x90\x63\x10\x7b\xdd\xec\x51\x0a\xf5\x64\xe1\x61\x9f\x97\xd9\x80\xa1\xbc\x3d\x68\xc9\x94\x03\xa9\x69\xd3\x34\x7f\x27\x0a\x07\xa6\x56\x8e\x13\xca\xfc\xdc\xa1\xb4\xdf\x2d\x51\xfb\x56\xdf\x61\x0f\x66\xce\x4d\xfd\xfb\x7b\x0e\xca\x6c\x47\xcf\x09\x0a\x09\xfe\xbe\xae\xa2\x25\x4a\x8b\xf7\xca\x60\x5f\x9d\x60\x49\xa1\x3b\xdd\x50\xe5\x2b\xa9\x89\xc9\x14\xa3\x98\xbb\x81\x50\x01\x03\x5a\xd7\xdd\x0f\x86\xc1\xd9\x49\x73\xe3\xbc\x69\xa1\x9c\x9c\x23\xd4\x54\x16\xf2\xd7\xfe\x0e\x85\xfb\x68\x27\x3f\x75\x7c\xcb\x9a\xa2\x87\x1c\xb0\x52\xa7\xe0\xac\x7e\xbd\x7b\x67\x9e\x55\x28\x89\x57\x0e\x96\xdd\xf8\x48\x97\x3b\x70\xfa\x7c\xc0\x88\x35\x2b\x04\x23\xd6\x63\x51\x2f\x72\x36\x2f\x59\xf5\x07\x74\xba\xfe\xa2\x96\xf3\x9c\xb4\x0c\x66\xfc\x03\x9e\x93\x8e\x3e\x5d\x27\x14\x22\x3e\x6d\xbc\x66\x95\x98\x35\x42\x89\x84\x31\x21\xf4\xb6\x6b\x10\x9b\x16\x13\x59\x2a\x79\x40\x6c\xa0\xf2\x51\xe3\x22\xaa\x61\xeb\x8e\xf9\x5a\x43\x5a\x29\x6f\x8c\x93\xef\x3b\x73\xf0\x8e\xc9\x56\x1d\x44\xa5\x5d\x7c\xe6\x3f\x6d\xe1\x2d\x1d\x05\x21\x19\xc5\x62\xd7\x2d\x4e\x1d\x21\xa7\x27\xf4\x46\xee\x27\x92\x84\x86\x4b\x74\xf3\xe7\xf5\xb8\xd9\xe3\x0c\xc3\x71\xb3\x6c\xc4\x5e\x39\xf2\xd1\x12\x3d\x3a\xbc\x3e\xb8\xbe\x3e\x28\x56\x72\x43\x27\xe4\x30\x1c\xab\xab\xfd\x62\x31\xa6\x79\x7d\x61\x43\xee\x69\xad\x27\xbd\x73\x6a\x9c\x89\x48\x8e\x71\x0d\xca\x36\x33\x7b\x0a\xc8\x2c\xeb\x95\xf4\xff\xd8\xfb\x93\xed\xc4\x95\x27\x5a\x1c\x7e\x20\x58\x8b\xbe\x1b\x66\xa6\x84\x90\x05\xc6\x14\xa6\x30\x9e\xb9\x2b\xd4\x21\x40\xf4\x3c\xfd\xb7\x32\x76\xa4\x24\x6c\x57\x9d\x3a\xe7\x77\xbf\xfb\x9f\xdc\x89\x31\x42\x4d\x2a\x9b\xc8\x68\x76\xec\x70\x1e\xc8\xd7\x74\x34\xd5\xd7\xcd\x76\xb4\x4c\xe1\xdd\x02\x40\xa3\xb0\x0f\x2c\xc1\xc0\xbf\x95\x1d\x8e\x2b\x98\xf4\x9b\x85\x58\xf6\xa9\x3c\x55\xda\x17\x17\x2e\x04\xb0\x05\x6a\x60\x81\x27\x4f\xf6\x72\x09\x85\x63\xde\xfa\x3a\xe1\x38\x43\x7b\x8b\x72\xb2\x53\x6d\x04\x64\x93\x4a\xbd\xaf\xe1\xff\x98\x33\xb5\xff\x98\xb9\xfb\x63\x2a\xd6\x90\x85\xec\xc7\x04\x36\x55\x1b\x89\x58\x07\x42\x62\xe3\x21\xce\xdc\x20\x25\x67\x76\xc1\xe7\xf8\xda\x1c\x10\x80\x45\xa6\x01\xee\xdd\x45\xda\xc1\xb8\xd7\xa6\x7a\xae\xb1\x5c\x52\x49\x4b\x0b\xf1\xe6\xf1\x3d\x55\xf3\x40\x24\xed\xda\x70\x41\xe4\x48\x1e\xaa\x40\x25\xc8\x8b\x4a\x65\x77\x6b\x22\x9a\x86\x33\x57\xa5\x16\x2c\xd5\x73\x93\x15\xd1\x6d\x33\xcf\x8b\x56\x58\x9c\xf9\x9f\x19\xd2\x63\xcc\x7f\x6f\xc2\x4e\x06\x69\x9f\x35\x33\x9b\x31\x76\x0c\xc5\x3e\xc8\x33\x80\x62\xb3\xd3\x4e\xe6\x8e\x3d\x74\x45\x40\x1e\xc0\x0d\xb6\x94\x00\xdb\xcc\xf4\x82\xb9\x43\x28\x94\x67\xb2\xf6\x76\xb2\x96\x14\x43\x52\xa8\x06\x31\x6a\x18\x2e\x22\x2a\x63\xa8\x12\xd2\x63\x14\x80\x9f\xf3\x46\x0f\x9a\x42\xbd\xa7\xb7\x3d\x67\x23\xf7\x1c\x2c\x3e\x80\xb1\xc8\x33\x40\xae\x2a\xaa\xde\xc1\x58\xe2\x93\xc8\x6f\x01\x2c\x06\xc7\x96\xa7\x26\xb6\xac\xbf\x8f\x85\xfa\x75\x3a\x83\xcf\xa3\x83\xbd\x7c\xd4\xae\x92\x91\xfe\x3c\x85\xed\x84\x49\x35\x02\x0a\x45\xbd\x6f\x90\x39\x3e\xeb\x22\x1d\x86\x8f\x8b\x51\x6b\x35\xd4\xab\xb6\x26\xa3\x14\xd0\xd7\x3d\xa2\xf5\x26\x78\xda\x6e\xdc\x15\x0f\x5f\x7d\xe4\x11\xee\x57\x0e\xfc\x41\x5c\xfe\xc0\xf6\xd1\x85\x3e\xc5\x10\x27\xeb\xcd\x5d\xbe\xec\xf6\x50\xc6\x27\x28\x4e\x99\x63\xb0\x88\xcb\xa0\x3b\x28\xfa\xf5\xd9\xf9\x95\xbb\x54\xb5\x2a\x7c\xfd\xc9\x90\x65\x72\x98\x70\x62\x79\x05\xcd\x9d\x18\x90\x4b\x37\xa2\x31\x1e\x1d\xdb\x1e\x71\x0a\x2a\xf2\x18\x4c\x76\x2d\x23\x59\x5f\xb4\xec\xba\x42\xd0\x4e\x1b\xa4\x03\x8e\xeb\xf4\x31\xe1\x4c\x2f\x12\xc9\x62\x7e\x23\x8c\xf7\x76\xd4\x87\xc8\xd1\x02\x2f\xf6\xdd\x82\xcd\xdf\x86\xa4\x14\xd0\xb7\xf7\x58\x1f\x85\x9b\x7d\x08\xf5\xdc\x7b\xd0\xc2\x44\x04\x68\xed\x47\x8f\x57\x57\xa9\x49\x46\xea\x47\x85\x72\x5b\xed\xb3\x5a\x36\xb9\xb2\x53\x0b\x27\xac\xa8\x54\x1b\xbb\x1a\x22\xce\x9f\x43\xd2\x6a\xb1\xcb\xc4\x2c\x01\x50\x9f\xcc\xac\x97\x66\x83\x02\x95\xe4\xc7\xb6\x6b\x0e\x20\x0a\xfd\xaf\x22\x37\xae\xb2\xc8\x2d\x6e\x2c\xf4\x45\x37\x54\xbf\x14\x10\x8c\x5e\xc9\xe6\x47\xb9\x7a\xea\x87\x85\x5b\xd9\xf5\x3e\x11\x98\x11\xe5\x9d\x48\xa8\x06\x7e\x20\x11\x35\xd4\x03\x70\x57\x27\x60\xd9\xbe\xaf\x87\xfd\xd0\xff\x95\x9a\x6b\x3f\x84\xdd\x87\x70\x9e\x1f\x9b\xf9\xce\x73\x96\x25\xe4\x25\x96\x1d\xe1\xa2\xd8\x4e\xd0\x42\x27\x61\x65\x90\xe9\x60\xc7\x0a\x78\x1b\xc6\x96\x38\xe5\x9c\xc2\x0e\x80\xa6\x11\x47\x61\x3b\xc4\x6a\xf5\xac\x3b\x4b\x4f\x97\x12\xc3\x92\x2b\xa6\x9a\x49\x42\xfe\xed\x45\x84\x7e\x1f\xc5\x14\xae\x52\xb1\x6c\x22\xdb\x38\x97\x43\x5d\xc8\xa1\x71\x21\x56\x4a\x82\x47\xcb\x1c\x98\xce\x95\x62\x0f\x77\xe9\xd5\x5e\xb8\x87\x5f\xf3\x9d\x6a\x5d\x2d\x6c\x6a\x90\x00\x66\xaf\x0a\x1c\x18\x75\xa1\x5f\xd8\xac\x2e\x4b\xf6\x5d\x2b\xa1\x62\xbb\xd5\x70\x79\x9c\xb5\x31\xb8\x42\xc7\x91\x29\xac\xde\x7b\xfd\x6f\x17\xd4\x54\x8c\xdf\xa3\x80\xdc\x1c\xc6\x9b\x4d\xb7\x27\xd4\xa1\xbd\xc9\x4c\x48\x7d\xb6\x53\x30\xc7\x06\xb9\x31\x96\x40\xb4\x4c\x4a\x54\x5f\xca\x7e\xae\xa0\x2e\x65\xbe\x01\x36\xd3\x2f\xf6\x58\xc8\xd7\x5c\x1b\x7f\xb0\xc7\x96\x2d\x58\x58\xb0\xa2\xca\x79\x11\x51\xf4\x35\x38\x02\xfa\x0d\x04\x41\xbc\x7a\x03\x68\xb7\x1a\xdf\xb2\x4a\xdf\x9d\x1a\xe7\x41\xf0\x92\xe2\x1a\x58\x3d\xb4\x31\xdf\x8b\x4b\x29\x3b\xab\xc3\xcd\xb0\x68\x93\x35\x53\x0e\xf9\xd2\xc8\x6a\x79\xf2\xc5\x26\x8b\xe4\x81\xad\xcb\x46\x67\x60\x38\x11\x84\x5b\xc7\xa3\xc6\xab\xa6\x2c\x70\x5d\xed\x49\xfc\xfa\xa3\x6d\x6d\x50\xbc\x64\xb4\xaa\x72\x02\xa9\x41\x1f\x62\x19\xaf\xa8\xbb\x6d\xa7\x45\x09\x12\xa2\x2e\xbb\xd8\x2f\x36\xaa\xd2\xd1\x6f\xd0\xec\x6b\x8b\xad\xe1\x08\x38\xee\x66\x41\x9d\x4d\x36\x3d\x56\x91\x6c\x49\x0e\x3a\x57\x9a\x2e\xc1\xd6\xeb\x34\x7a\x91\x6a\x50\xe0\x64\x8e\xba\x27\xf6\x51\x8f\xb2\x55\x62\xc0\x1a\x44\x46\x97\xc4\x89\xbd\x87\x40\x8d\x01\x89\x22\x07\xf6\xfb\xd6\x57\xa6\x0c\xbc\x7a\xee\x21\x86\x86\xaa\x45\x25\x0c\xeb\x47\x05\x9f\xb3\x3a\x6c\xd8\x49\x0f\x66\x23\xdf\x54\x35\xd4\xd6\x41\x33\x93\x00\xf3\x77\xb3\x74\xb2\x28\xb3\xb6\x86\x36\x00\x62\xcc\x2e\x17\x59\x88\x3e\x8b\xc5\x77\xc7\x8b\xe7\xeb\x07\xba\x42\x55\x06\xdf\xb7\x7a\x41\x7a\x9d\x93\x85\x22\x5b\xd2\xa7\x32\xa9\xee\x43\xb5\xca\x36\xb9\xb6\x06\xbf\xb3\x9f\x9a\x57\x0a\xce\x8b\x1e\x2b\x53\xbb\x9e\x45\x25\x06\x76\x87\xc1\xed\x85\x37\x36\x86\x4d\x53\xd9\xaa\xc9\x3a\x5d\x6e\xdb\x16\xaf\x34\x57\xb8\x1b\x69\xdd\x5e\xf9\x67\xb3\x11\xbe\xaa\xfd\xd2\xb9\x31\x17\xd9\x50\xd0\x3a\x9d\xee\x9f\xcf\x56\x24\xa6\x95\x6a\x58\xfe\xae\xd8\x6c\xf7\xf1\x4b\xb3\xa3\xae\x55\x66\x82\xe7\x09\x27\x0d\x6c\x71\xce\x47\x23\xbd\x31\xff\xd6\xdb\x61\xf9\x05\x48\x00\xdb\xa4\xa8\xbe\x98\x73\x56\x34\x8b\xec\xf7\x2a\xe6\x31\xb0\x8d\x90\x2c\x0f\x9d\xc2\x39\x63\xe1\x3c\x1a\xd6\xf1\x15\x7f\xb6\x03\xae\x6c\x77\x42\x3e\xd2\xa9\xa5\xca\x4b\xa9\x17\x43\x8b\x5f\xcb\x9c\xa9\x97\xc5\x4c\x8c\x62\xf9\xe5\x35\xbe\x9a\x5d\x07\x58\xe7\xd3\x84\x7a\xc0\x7e\x5c\xef\x80\x7c\xdc\xec\x0a\x6f\x65\xff\x3a\x11\x58\xd6\x9a\x6f\x01\x66\x9d\x84\x5d\x2a\x9e\xfc\x14\x80\xa7\x64\x92\xae\x3c\xd4\x6a\xdc\xad\x48\x93\x85\x07\x72\xf2\xa8\xbb\x77\x00\x6d\xaa\xd5\x74\xa1\x7d\x77\x9b\x14\xd2\x68\xcb\x70\x47\x4e\x83\xbd\x5c\xe2\xa1\x51\xae\xcb\x3a\xa1\x45\x7e\xa1\xfe\x08\xba\xd6\x04\x89\xb2\x03\x53\x9a\x3a\xa0\x2d\xe8\x47\x40\x0c\x43\xe2\x22\x4f\x4c\xb7\x53\xd0\x74\xc9\xae\x02\xd0\x69\xc1\x59\x66\x63\xa2\x97\xe0\x3d\xdd\x29\xec\x38\x14\x5e\x54\xa2\x61\x36\x0f\x25\xd4\x43\x2b\x42\x8d\xb7\x66\xe4\xe6\x6a\x44\x13\xcc\x10\x14\x04\x9c\x9d\xe9\x5d\x55\xaa\x4a\x21\xdb\x6e\x9e\x50\x3f\x2f\x7b\xec\x25\xfa\xc8\x4b\xa5\xea\x16\x52\xbc\xea\xf0\x96\x8c\xfd\x03\x79\xb6\xc6\x0d\x23\x45\x10\x6f\x56\x83\xa2\xa2\x61\xf3\x36\x18\xd6\x78\x1b\x2c\x2a\x1a\x00\x21\xd6\xd3\xa1\x3e\xf3\xfd\xd3\x14\x6c\x8e\xcb\x0b\xe1\xfd\xbc\x50\x2c\xb5\xe5\x68\xcb\xb5\xed\xa4\x32\x34\x6f\xbc\x10\x76\x7f\x73\x34\x76\xac\x6d\xb2\x6d\xa6\xdb\x9a\x56\x40\x39\x03\xb7\x75\x45\x31\x5f\x3d\x99\xef\xda\x35\xea\x83\x97\x6e\xc3\x24\x86\xcc\x85\x3d\xa5\x85\xfc\xab\x47\xfe\x12\xa6\x12\x34\xf9\x1a\x00\x87\x56\x64\x16\xf2\x67\x7d\xa4\x5a\x43\x12\x73\x83\xe2\x0d\x5c\x5e\xa0\xc9\xd1\x89\x98\xd2\xc0\x0c\x9c\x68\x05\x62\x8c\xb9\x71\x2f\x42\xe5\x60\x95\x75\x6b\x22\x14\xed\x56\x51\xb5\x78\x11\x36\x83\xee\x7a\xce\x57\x95\xed\xab\x95\xbc\x46\x56\x00\xfc\xb1\x23\x6c\xde\x44\xbe\xa5\x10\x46\x9d\x41\x81\x18\xd1\xa8\x1b\x97\xaf\xff\x47\x6b\xfa\xa2\xa0\xa2\xd0\x3e\x8e\xd2\xe0\xf3\x00\x9f\x23\xfd\x9d\x5e\x63\xcb\xc0\x0d\xe8\x45\xa3\x16\xe5\x78\x86\x46\x5b\xf7\xce\x28\x9e\x72\xa2\x12\x28\x4f\x0c\x23\xd8\xb3\x6b\x73\x57\x87\xa1\xba\xa7\xda\xaa\x33\x58\x0b\xa3\xe5\x3b\xa8\x4b\x77\x28\x46\x1a\xc9\x3d\x7a\x6a\x74\x48\xc9\x2a\x3d\xc3\x80\x2c\xc9\x2b\x16\xdd\x46\x9e\xb0\xe8\x96\xaa\x53\xc5\x48\xc3\x05\xad\x2a\xa8\xa8\xf5\x96\xb4\x59\x7b\x4b\x6f\x12\x96\xc8\x61\x3a\x31\x95\x7b\x75\x8f\x5f\xed\x1d\xb3\xc4\xd5\x50\x7c\x27\x33\x28\x9a\x14\x7c\x56\x09\xc3\xaf\xde\x6a\x3d\x00\x9a\x68\x6a\xa9\xb3\x5c\x03\x60\xb3\xd8\xa3\x7f\xb2\xfd\xaa\x4a\x7a\x71\x8c\x86\x6c\xe5\xfe\x04\xf8\x79\x08\x63\x8f\xad\x41\x31\xab\xf6\x69\x7b\x46\x44\x09\xe9\x48\x46\x1d\xa4\x15\xe8\x17\x36\xb8\xa3\xda\x3c\xb2\x8a\x47\x49\xf4\x35\xf0\xc3\x41\x40\x20\xfd\x4b\x8b\x89\x69\x6b\x37\x04\x67\x49\x15\xdd\xf3\x92\xcb\x15\xdb\xc9\xd4\x47\x31\x57\xb4\x17\xad\x25\x33\xf7\xa4\x04\xe7\xe1\xaa\x48\xa3\x2e\x22\xe1\xa4\xf3\x53\x4c\x45\xd5\x06\xbd\x1b\x64\x56\x65\x03\xaf\x1c\xd0\xbc\xc1\x88\xa3\x17\x8e\xb0\xb2\xbc\x81\x90\xeb\xc8\x07\x97\xfc\xbb\x36\x17\xe9\x64\x75\x55\xeb\x15\x22\xfb\x1b\x7c\x4e\x50\x99\x12\x0d\xd8\xde\x53\x01\xbd\x7b\x80\xd9\x5b\x26\x71\xf5\x60\x68\x3a\x29\x51\x93\xde\xe0\x59\x60\x90\xab\x07\x8e\x91\xe6\xc9\x44\x9c\x2d\x58\x0b\x0a\x1a\xb5\xef\x33\xd7\x32\x85\x5a\xec\xb3\x42\xca\x8c\x35\xe2\x52\x7a\xbd\x3d\x31\x33\xfe\xdc\x5e\x79\x7d\x5e\xda\xbc\x8d\x63\xf6\x4c\x85\xdd\xb0\xac\xb2\xdd\x4f\xee\x49\xa5\x39\x21\x15\x6a\xa4\x0a\x50\x2d\x2c\xfb\x0e\x62\xb3\x86\x3b\xa1\x94\x14\x9d\x60\x08\x41\x86\x60\x1b\x99\xaf\xad\xe2\x99\x4b\x60\x77\x46\xfe\x91\xcc\xb0\x59\x70\x04\x16\x2a\x3e\x93\xa9\xc1\x3c\xec\x3d\x32\x7b\x7a\xb0\x3e\x82\x03\x32\x2c\x1a\x2b\xa2\x0c\xfe\xd8\x93\xbe\x36\x59\xf2\x61\xff\x00\x8e\x37\x73\x5a\x78\x18\x96\x47\xf6\xf2\xfe\x2c\x57\x07\xca\xe4\xfd\xa8\x14\xfb\xa8\x07\xbc\xcf\x04\x5d\x63\xef\x2d\xd8\xfd\xd3\x04\xd5\x58\x29\x77\xe2\xd5\xbf\x2f\x24\xb6\xec\x9f\x11\x9f\x38\x78\x5a\xa9\x8a\x64\xc3\x30\x64\x90\x2e\xd6\x03\xc2\x4a\x76\x80\x90\xf3\xda\x31\xad\x60\x9a\x49\x3f\x5e\xc1\xda\xe0\xf5\x5a\x88\x75\x95\xc7\x62\x9e\x70\xca\x33\x2c\x59\x16\xc9\x7b\x6c\x31\x19\x1e\x58\xab\xa8\xd5\x54\xdf\x69\x1c\x4b\x95\xd9\x83\x14\xa1\x73\xb8\x01\x05\xbf\x5d\xd2\xfc\xe4\xb7\x6b\xee\xe1\xb7\x8b\x9b\x9f\xfc\x76\xed\x3d\xdb\x0a\xb5\xfd\xf0\x93\xdf\x6e\xa7\x68\x0c\x1a\x2a\xf3\xdb\x05\xcd\x3c\x6d\x6e\x7a\x86\xca\xf7\x72\xde\x7d\xa7\x64\x32\x21\x50\x13\x4e\x99\x99\x9e\x69\xb9\xdb\xee\xd7\x05\x88\xfd\x39\x38\x29\x26\x3d\x6d\x74\xab\x24\x93\xa8\x25\x54\x1d\x9e\x54\x08\xfd\x60\xbf\x2e\xf7\xa4\xa6\x20\x76\x35\xa9\x90\x07\x5f\x39\x25\x24\x8f\x4c\x8e\x47\x0f\xc0\x55\x92\x99\x5d\x86\x85\x6d\x64\x95\xde\x59\x1c\x08\x16\xa6\x42\x2b\x66\x6f\x14\xdb\x15\x93\x90\xd0\xf3\xb6\x2f\xbb\x17\x5a\x15\xb3\x15\xee\x6f\x53\x7e\x1d\x52\x18\x13\x8b\x9d\x84\x9b\x4f\x3b\x59\xd4\xf9\xa2\xc2\x78\x1c\xec\x66\x36\x81\x5c\xea\x2e\x84\x7d\x76\xf4\x34\xfc\x26\x5e\xc0\x65\x83\xdd\x15\x66\xeb\x4b\xef\x30\xfc\x4e\x28\x77\x24\xf6\xf2\x29\xc8\x6a\x5f\x98\xbb\xab\x46\xf2\x8f\x9d\xd3\xb4\xa9\x30\x93\xe7\x74\xf7\xcc\x33\x76\x22\xdc\xab\x5d\xe2\x34\x3a\x33\x56\x05\xcd\xb2\xc7\xdc\xae\x7b\x78\xcb\xe2\xc3\xad\x26\xf9\x8b\x14\xc9\x15\x7e\x9d\xc4\x7d\xdd\x1d\xef\x11\x77\xce\x5e\x1b\xc0\xee\x6b\x40\xc3\x33\xc0\x3a\x9f\x24\x64\x74\xaa\xe1\x8a\xbb\xac\x71\xa4\x9a\xc8\x3f\xeb\x47\x56\x3e\xa9\xdb\xd5\xfd\x96\x87\xa1\x8f\x1e\x06\xca\x68\x76\xc0\x18\x1c\x89\xcb\xeb\x9b\x7e\xdf\xfd\xbb\x7e\xdf\x38\xd6\x1f\xba\xd5\x26\xc0\x9a\xe5\x11\xcb\x4e\x4b\x4d\xb0\xf6\xc2\xbd\xc7\x6b\x2f\xaf\xe6\xb5\x63\x8c\x5c\x8b\xfe\xa9\xab\x9f\xeb\x3d\x45\xcf\xe6\x50\x4c\x8b\xe3\x41\x36\x21\xa5\x00\x6e\x69\x53\x6a\xa9\x99\x56\xe9\x54\x28\x43\x37\x57\xc7\xec\x8b\x5b\x88\x61\x77\xb0\x8f\x55\xfe\x55\xd0\xa0\x5b\xbf\xcb\x95\x17\xf0\x8c\xcc\x40\x02\x32\xaa\x59\x7f\xad\x01\xfd\x36\x9e\x10\x50\x03\xdf\xc2\xb0\x20\x2c\xd7\x4b\x95\xef\x0f\xf6\x5d\xe6\x0d\x14\xf3\x0d\x85\x16\x0e\x4e\xe2\x94\x30\x27\xd9\x5f\x75\xf5\x87\xec\xb1\xca\x22\xe9\x6e\xf5\x47\x31\xaf\xc1\x13\x4e\xa8\xba\xe8\x60\x02\x41\x61\x06\x2f\x1e\x0b\x40\x43\x6a\x69\x0d\x89\x48\xbf\x72\xdf\x0f\x2c\x63\x7d\x07\x4a\x39\x41\xfa\xc2\x64\x7b\x00\xf4\x6f\x8d\x82\xfe\x50\x97\x23\xe3\x09\xbd\xf1\x7d\xaa\xc4\xfa\x14\x8e\x82\x13\xdd\x2d\xb8\x4e\x6f\x9d\xa5\xb3\x08\x98\xc7\x85\xd6\x4f\x26\xbe\xee\xcd\x7b\xbb\xd6\xbe\x39\x73\x17\xc2\x75\xd2\x00\x1f\x9e\x39\x7c\x3a\x83\x97\xa6\x83\x30\x75\xd6\xce\xf6\x91\x52\x53\x0e\xf7\xfb\x41\xf9\x26\xaf\xd3\xf6\xa7\x2d\x38\xb1\x3f\x9f\xfb\x16\x97\x6e\x9e\x78\x22\x7b\x77\xba\x1a\xde\x1c\xa4\x9e\xda\xde\x97\x62\xef\xd3\x7d\x93\xef\xef\xdb\xaf\x7d\x58\xc0\x04\x9a\x40\xf1\x92\x28\x24\x52\xec\xf4\x9b\xd7\xb2\x9d\x85\xb9\xba\x7e\x71\x87\x37\x79\x3f\xae\x70\x89\x0f\xbb\xcf\x29\xea\x62\x1e\xfb\xd8\xdf\x17\x79\x56\xc7\xe4\x80\x2f\xfe\x14\xa0\xba\xb1\x50\x3d\x55\x02\x0a\x75\x1e\xa3\xb1\xfa\x61\xbf\xbd\xc0\xb3\xb7\x1f\x7b\xb9\x0d\x68\x37\x0f\x64\xfa\xa5\x2f\xb4\x44\xf8\xd2\x17\x9e\x10\xcd\xf1\xd7\xbe\xd8\xcf\x4c\x5f\x14\x86\x69\x62\x8a\xf9\xc1\x47\x9c\x32\xaf\xf0\x89\x1c\x77\x53\x63\xdb\x53\xda\x27\xf6\xb9\x4b\x07\x3b\xe3\xbe\xf4\xb5\x5f\xe9\xb5\xbe\x6b\xe3\xf8\xb6\x8d\x7a\xda\x78\xc2\xee\xd8\x05\xd4\x90\x2f\x99\x84\x65\x27\x19\x05\x5f\x25\x3d\xff\x05\x96\xd9\x02\x89\x2f\x38\x44\xe8\xcb\x73\x3f\xcf\x4b\xd0\x42\x2f\x6b\xb6\x7a\x68\x07\xd0\x62\xcd\xfc\xbb\x7d\xdf\xa3\xec\x9e\x91\x9b\xf0\x69\xda\x72\x90\x60\x55\xa2\x9e\x7b\xb9\xc2\x88\xa7\xd0\xee\x58\x10\xea\xd7\xda\xad\x39\xb2\x0a\x25\x11\x3a\x2e\xe7\xfd\x73\xaa\x4f\xbd\x0a\x8a\x8d\x2d\x57\x2a\x6f\x20\xe2\x3c\x5a\x55\x15\x96\x67\xc2\x07\x48\x8d\x9e\xf3\xf4\xab\xa1\xb2\x85\x0f\xe3\x72\x44\xb1\x88\xb9\x09\xf3\xa8\xf2\x5c\x35\x76\xd2\x1f\x54\xc0\x02\xb3\xd3\xfb\xc1\x74\xaf\x9f\xfa\x43\x40\x2a\xd5\x3a\x5f\x89\x0e\xa7\x09\x65\xb6\x31\x9b\x04\xe3\xe1\x08\x30\xe5\xf4\x0a\x15\x8a\x80\xb5\x74\xf7\xea\x6b\xc5\xb5\xdb\x7a\x44\x85\xdb\x2c\xdd\xb2\x27\xac\x47\x60\xee\xdc\x54\xe5\x98\x40\x35\xfe\x03\x94\x0e\x5c\xa0\x11\x11\x67\x5f\xad\x3a\x21\xb6\xec\x06\xa0\xc9\xb8\x97\x1d\xd9\x05\xb6\xf0\x3a\x4d\xdc\xbb\x08\xb5\x03\xa6\x49\x4f\x7e\xd2\xdc\x6c\x8e\xe5\x1e\x0e\x43\xc4\x84\xc1\x51\x37\x6e\x5d\x00\x20\x8d\x6a\xb4\x25\x83\xa2\xc6\x07\x49\x47\x15\xc9\x30\x7a\xc1\xaf\x25\xf3\xad\x80\xbf\x8b\x45\x3c\x76\x80\xee\x41\xe5\x1a\x47\xed\xa2\xcf\x4b\xe4\x2f\xbd\xa3\x6d\x0a\xa5\x47\xae\x2d\x4e\x2a\x73\x84\xea\x83\x25\x11\x69\xd5\xf0\x04\xf7\xec\x62\xa7\x9e\xc8\x59\xb4\x51\x95\x2c\x02\xa3\x05\x06\x9f\xd3\x65\xc6\x06\xa4\x85\x40\x2c\x7d\x1c\x03\x93\x03\x86\x76\x1e\x5b\x0c\x7a\xda\x81\xb0\x28\xd9\xd9\x9c\xd1\xb7\xd0\x16\x29\x03\x5d\x77\xd4\x1b\x0e\x95\xa7\x57\xa0\xdb\x05\xfb\xde\xc0\x49\x48\xd4\xcf\xee\x56\x35\xaf\xec\xa9\x8d\xfc\xc5\x19\x2b\xb4\xe7\x87\x50\x9e\xc6\x11\xdc\x0f\x70\xe4\x83\x07\x29\xa6\x9f\x94\xc8\x36\x37\x87\xc0\x08\x5b\x86\x9b\x63\xea\x27\x1d\x59\x9e\x09\x75\xb7\x3d\x31\x5e\x8e\xba\xb3\x4b\xfa\xf7\xcf\xb8\x76\x57\xe0\xc8\xd0\xeb\x1f\xae\x97\x1e\xa3\xb2\xbb\x3b\xf2\xb8\x07\x52\x9b\xc7\x7a\x53\x59\xc2\xfd\x4c\x00\x4d\xec\x82\x00\xe2\x92\x46\xf9\xd0\xa3\x34\x55\x47\x2d\x09\x3c\x27\x90\xb4\xf3\xc3\x27\x68\x5e\xff\x9d\xc9\xaa\x3c\xb1\xbe\xfb\x01\x6b\x15\xa7\xbd\x24\x68\x05\x77\xf3\x1a\x2f\x3c\x1d\xe4\xef\x9f\x25\xe6\x81\x28\x13\x67\xc0\x13\xa3\x08\x50\xf2\x44\xff\x6a\x89\xa1\x68\x90\x0f\xf2\x29\xef\xc3\x97\xf4\xe6\xfe\xe6\xdd\x4a\xd8\x1b\xcc\x13\x30\x5d\xc2\x4f\x6f\x93\x3d\xe6\x2e\xd8\x71\xf5\x15\xfd\x8e\xea\x3a\x42\x47\xad\x03\xce\x71\x53\x5a\x97\x8e\x83\xbb\xf2\xd8\xda\x0d\x1d\x68\x1f\xf1\x52\xe5\xb9\xcb\xb8\xa7\xc8\xee\x68\xdf\xdc\xd1\x55\xd7\xe1\x7b\x7b\xc7\x53\x92\x3c\xe9\x0b\x4b\x15\x6e\xbd\xa1\x5b\x57\x5d\xbe\xf5\xe5\xc7\x9f\xee\x5c\xe3\x38\x79\x35\xd6\x77\xee\xb8\xef\xbd\xa8\x78\xe7\xa5\x6d\xd9\x65\x66\xad\x50\x7b\x99\xd2\xad\x0f\xca\x41\x4a\xd4\x01\x4c\xac\x58\x1e\xc4\x43\xf0\xa3\x78\x6f\x4e\xd2\x04\xa3\x85\xaa\xa9\x8d\x6c\x69\xf5\xca\xda\x5a\x7c\xbd\x2a\xe4\xe5\x54\xd9\x00\x7b\xbc\x19\x4b\x84\x96\x89\xc3\xe7\xa9\x5a\x1c\x4b\x4a\x8e\x25\x2f\x83\x83\x3c\x5b\xfc\xdf\x2f\x47\xd2\x4e\xef\x1e\x2a\x10\x08\xff\x4f\xd2\x1a\x49\x3b\xd6\xe6\x9c\x0a\xe5\xae\x95\x81\x7c\xd5\x7d\x91\xc1\x32\x3c\x31\x5b\xc2\x28\xa7\x69\x24\x7e\x89\x50\x31\x47\xc7\x95\x66\xfc\x4b\x85\xe3\x04\x21\xb4\x67\xb8\xe0\x5a\x31\x08\x16\xda\x31\x39\xa6\x13\xe3\x72\x21\x76\x88\xcd\xd9\x38\x85\x1d\xb6\x2a\xc4\x2c\xc2\x31\xb2\xd0\x55\x0f\x64\xc3\xec\xf6\x0a\xa4\x4d\xe0\xb6\x14\x85\x2f\x76\x26\x62\x63\x53\xda\x9b\xfe\xaa\xdf\x1b\xa0\x86\x5e\x0c\x2b\xab\x8b\xcf\xb5\x0c\xcf\xc3\x3c\xb1\x21\x38\x23\xdf\x9e\xba\x3b\xb6\x5b\x5b\xac\xde\x60\xdf\xbf\x69\xcf\x4c\xf7\xd8\x9a\xcb\xdb\x1b\x88\x27\xc5\x62\xa0\x34\x8d\x2e\x64\xcb\xb9\x94\x91\x31\x88\x64\xba\x73\x3e\xef\x36\x5b\x64\xdd\x03\xf4\xbc\xd9\x5a\x65\xe6\xbc\xfb\x9c\x84\xa5\x7c\xdb\x6f\x14\x3d\x76\xdd\x28\x27\x1f\x11\x93\x2b\x2d\xa2\xf1\xb6\x64\x95\x5d\x15\x2a\xe8\xe1\x53\x17\x31\x68\x66\x6d\xac\x11\x7c\xdc\xa1\x6a\x65\xcc\x62\xb1\xc5\xf4\x23\xb0\xf2\xcf\x23\x10\x3c\xd8\xc6\x80\xb7\xb4\x84\x36\xea\x0b\xce\xac\x6a\x4a\xce\x9f\x8f\x78\x07\x20\x3e\x4e\x13\x2f\x29\x7a\x0f\x3b\x1d\x5c\x4a\xe7\x1c\xd3\xa9\xad\x09\x4e\x6c\xd9\xa2\xb0\x81\x34\x1b\xdd\x15\xeb\x64\xd4\xa4\xc6\xa9\x0d\x68\x89\x3e\x6c\xe2\xdb\x00\x87\xf8\x0b\xf9\x9d\x5e\xf2\x1f\xc4\xbc\x12\x00\x95\xb0\x82\x9d\x4e\x57\xbb\xe2\x2e\xb4\xf3\x0b\x48\x52\x0b\x5f\x26\x12\xba\x26\xf5\xd3\x47\xa7\x86\x0b\xdb\x20\x1e\xb8\x62\x21\x2d\x08\x98\x5c\x76\x55\x2a\xdd\x1a\xdc\x75\x81\x0c\xfb\x9f\x17\x99\xb7\xc7\x0c\xde\x02\xbd\xe0\x70\x26\xa9\x43\x75\x36\x9e\xf4\xd9\x2e\x8d\xdf\x48\x77\xb8\x4b\xf2\xeb\xde\x62\xb5\x51\xff\x0f\x7e\xa5\xb2\x9d\x9d\x47\xff\xd2\xc9\x1b\x65\xb1\x0f\xcd\x31\xfc\x43\x34\xce\x73\x66\x9a\x63\x22\x25\xc0\xdc\x46\xe6\x6f\x4e\xbd\xe1\x23\xa9\xc6\x1d\x53\x26\x15\xcd\x2c\x0a\x13\x0b\xa7\xcb\xa0\x21\x3a\xfb\xd1\xa4\x6e\xd9\x4f\x58\x37\x48\x0d\xa0\xae\x27\xd7\x23\x45\x4d\xd4\x92\x8f\xab\xe2\xf1\x4c\x0b\xe0\xce\x22\xda\x7d\xf2\x64\xdc\x4e\x91\x13\x86\x78\x03\xda\x97\xc9\xf9\xf6\xd7\xcb\xd6\x30\xd4\x3a\xe6\x06\xa3\xc6\x19\x7e\xd3\x26\x56\xdd\xa8\x45\x93\x49\x1d\x33\xaa\x7c\xe7\xa9\xfc\x1d\xb3\x3f\xdb\xda\x7c\x55\xe3\x3c\xbc\xcd\x5f\x31\x84\x30\x7c\xdb\x88\x8c\xf9\xa3\xdb\x42\xf0\xf9\x40\x2c\x11\x61\x9f\x66\x0c\xb6\xae\xd7\xe5\x99\xce\x89\xe8\xba\x57\x7a\x5b\x6c\xe4\xec\x72\x42\xbf\xd7\xce\x04\x2c\x3d\xd1\xa0\x3e\x5c\x96\x0a\x90\x85\xfc\x3c\x67\x7d\x26\x96\xe2\x3a\xce\xe8\x9c\xd8\xdf\x0d\xd5\x90\xc6\x45\x81\xd9\xc3\x4b\x31\x95\x8c\xf4\x5e\xc1\x57\x89\xe2\x04\xf4\x20\x2a\xb1\xca\x6f\x30\xc1\xfa\x74\xb2\x1f\xf5\x1d\x4e\xf8\xcd\xcb\x2f\xf1\x88\xe2\xdc\x74\xdd\x2f\xfe\x4f\xed\x2d\x4a\x6e\x9a\x76\xcf\x43\x38\x9a\xfc\x16\x20\xb1\xa9\xcf\xf8\xa4\x36\xf1\x6e\x41\x74\x3d\x93\x80\xd8\x31\xbc\xe0\x1e\xfa\x2b\x75\x27\xc9\x2d\xa6\xf7\x08\x71\x0b\xb7\x73\xa2\x8d\x19\x98\x84\xe7\x33\x09\xc1\xad\xdc\xe2\xc6\xf4\xeb\x4c\x88\x05\x1d\x57\x7b\x5b\x3f\x88\x9c\xa2\xcd\xfc\x6a\x6d\xb6\x9d\x27\xd8\xd6\x2f\x47\xe3\xd6\x98\x53\xc7\xce\x85\xfa\x41\x2c\x34\x4a\x14\x1f\x48\x21\x4f\xca\x4d\x4d\xe0\xcd\xe7\xe7\x65\x2f\xb4\x6b\x73\x02\x5e\xae\xa7\x1d\x64\x6f\x45\x05\x13\xe0\xfb\x3a\x61\xa2\x13\xf3\xa0\xfd\x81\x4c\xef\x8a\x4f\x58\x3c\x51\xf2\xb1\x43\x2c\xa9\x84\x81\xf3\x98\xf6\x06\x37\xc2\x7f\xca\xd0\x11\x6f\x8b\x5a\xfb\x19\xea\xc1\x80\x04\xf5\x85\x94\x70\xce\x6c\x03\xe6\x7b\xd9\x13\x4e\xcf\x2e\x3b\xca\x97\x18\x91\xd2\xca\x42\x9f\x72\x32\xb5\x9f\x60\x4f\x0c\xf0\xb9\xa0\x00\x89\x5d\xd1\xbb\xb1\xb5\xa2\x39\xf5\x0b\x11\xa5\x0b\x86\xe7\x85\x60\x4e\x60\x47\x66\xd2\xd4\x19\x33\x94\x93\xef\x01\x42\x0e\x1c\x6b\x1f\x60\x11\xc8\x1f\x82\x8d\xd7\x81\x3b\xd2\x2d\x8f\xef\xba\x72\x08\x17\x09\xce\xac\xca\xf8\xf6\x4c\xde\x40\x99\x2d\x46\xdd\xf4\xc9\x98\x88\x80\x71\xbe\x79\x5f\x18\x52\x8d\x05\xf2\x73\x5c\x61\xc7\x08\x72\xec\x48\xe2\x5b\x13\xff\xf2\xc5\x04\x3b\x81\xd8\x65\x41\x72\x29\xbc\x6d\x80\x9b\xa8\x86\x3c\x49\x38\x46\x86\x5f\xdf\xc5\x55\xbf\xa8\x85\xde\x9c\xc8\x8d\x45\x24\xb3\xc8\xf2\x9b\x18\xda\x20\x64\xf3\x19\x51\xa5\xef\xff\xb3\x5e\x1a\x20\x22\x3f\x67\xe5\x7f\x02\x68\x5c\xdd\xc5\xe1\x0f\xf1\x41\xe4\xed\xd3\x8e\x03\x61\x1e\xa7\xc6\x5c\x20\xc4\xc2\x06\xfa\xe7\x11\x9f\x8e\xfe\x4e\x70\x3b\x50\x48\xcc\xaf\x4c\xeb\x74\xd9\x72\xa2\x0c\xa6\xf0\xbc\x04\xda\x46\xa7\x72\xc0\xf1\x6d\x85\x49\x84\xf6\x90\x17\xce\xee\x74\x47\x51\xb3\x56\x1f\xe8\xd3\xb7\xa3\x71\x9a\x8e\x85\x78\xd1\xaf\x40\x0e\xd5\x65\x77\xf0\x79\xb5\x3c\xc3\x17\xbc\x38\x6f\x01\xf8\x0c\x42\x54\x98\xcb\xe9\x2b\x6d\x70\xc6\xd4\xd1\xc6\xb7\x86\x19\xc6\x17\x92\x85\x73\x2e\xf7\x39\x2e\xdc\x67\xc6\xdc\x8a\x1d\xfb\xb4\xa5\x65\x25\x98\xc8\x6e\x78\x73\x29\x25\x42\xf3\xb0\xd0\xbe\xd8\xb1\x46\x37\x6d\x59\x42\x97\xe2\xc9\xde\x25\x89\xf1\x44\x33\x4b\x20\xdb\x7c\xc3\x89\x0a\xba\xff\xa6\x42\x9d\xfb\x07\x5e\x06\xb8\x83\x7a\x2e\xf9\x77\x85\x13\x3e\x2d\x13\xe5\xab\x8a\x53\x76\xac\xe7\x21\x3c\x35\x10\xdc\x3c\x16\x74\xaa\x43\xb4\x6b\xf9\x52\x12\x7f\x5e\x49\xd3\x9b\x95\x94\xf0\xa6\x96\x20\x86\x50\x5d\xd3\x14\x7d\x2d\x8f\x84\x43\x8d\x73\xbb\x78\xd2\x24\xde\x22\x3a\xba\x4e\x55\xd9\x55\x8e\x2f\x4f\x89\x4b\xa1\x39\x64\x71\x4c\x2f\xc5\x77\x12\xd3\x68\x4b\x80\xa3\xd8\xa2\x11\xe2\x05\x54\x22\xb7\x01\xb9\x09\x27\x9d\xbb\x72\xc1\x73\x7d\x9b\x4e\x40\x80\xc2\xcf\xa0\xcf\xad\x55\x40\x94\x9a\x29\x8e\x97\xe4\x89\x4d\x2f\x1e\xc8\xde\x72\x58\x76\xd4\x5e\xd5\xdc\xb2\x2b\xe6\x6e\x40\x26\xeb\x13\x53\xa8\x2a\x36\xdd\xb3\x9d\x77\x4b\x4a\xb5\x4a\x51\xfd\x6b\x2d\x7f\x7c\x5d\xff\x63\x28\xef\xa8\x69\x99\x3b\xb7\x6d\xa4\xf4\x8c\xc5\x9d\x4b\x80\x94\x83\xb4\x31\x29\xfb\xb8\xaf\x8d\xfb\x5a\x7f\xb8\xaf\x16\x1e\x8a\x02\x82\x27\xfd\x7c\xd5\x3f\xaa\xa2\x68\xaf\x18\xb9\xb9\x62\x9e\xda\x92\x34\x13\xd1\x06\x88\xcc\x36\xc6\xa3\xed\x0f\x72\x43\xe3\x24\x81\xb3\x79\x01\x78\x3e\x92\x61\xca\xa3\x42\x90\x67\xdb\xb7\x91\x72\xfd\xf6\x8c\x99\xfb\x94\xef\x24\xae\x18\x25\xda\xd6\xea\x9f\x64\xb0\x06\xdc\x57\x4b\x07\xbd\x58\x76\x94\x2e\xe6\xf4\x14\x49\xd6\x40\xf1\x86\x1d\xab\x93\x31\x2e\x12\x7a\x8c\xda\xe7\x4c\x1e\x83\x43\x4a\x9a\xc3\xc7\xdd\xcd\x19\xa9\x3a\xdd\x1e\xdf\xa4\x7a\xdc\x67\xa4\xfc\x3d\x40\x95\xbf\xa0\x34\xe3\x56\xde\xe7\x97\x4e\x4d\x9a\xb8\x55\xfd\xf4\xeb\xe6\xe6\xd7\x43\xca\x1a\x0a\x71\xed\x65\x2c\xef\x8e\x50\x4f\xf1\xfe\x8b\x51\xd0\xff\x6c\x14\x70\x06\xdf\x47\x8b\x0d\x88\xff\x66\x14\xd8\x57\xb9\xc5\xc3\xde\xae\xc8\xea\xb6\x51\x67\x04\x45\xb4\x3e\xf4\xf4\xf8\xd5\xb0\xf0\xbf\x23\x06\xe3\x35\xdc\x54\x6b\xde\x35\x53\x1a\xc3\x45\x84\xec\xf0\x58\x1b\xcc\x5e\x43\x5d\x8f\xdc\xeb\xdd\xf3\x30\x3b\x6f\x2a\x54\x24\xb3\x5f\x4a\xe6\x17\x4a\x89\x53\x47\x09\x32\x81\x8f\x7b\x73\x23\x8a\x02\xc0\x8e\xf8\x60\xda\xfa\x46\x13\x76\x44\xb3\x49\x83\x1c\xc3\xe6\x45\x1e\x21\x37\x45\xc5\x8a\xaf\x81\x4f\x92\xef\x6f\xef\xd5\x0a\xb3\x09\x20\xd1\x17\x7a\x9a\x6a\x48\xb8\xd7\x37\x38\x48\x57\xba\x95\xc2\xcc\xd8\x51\x82\x2b\xd5\xc1\x52\xbf\x54\xf9\x43\x0c\x0e\x92\xef\x80\x69\x8e\x41\xd5\xd3\xf6\x84\xe1\xfc\xa0\x32\x4a\x6e\xcb\xa6\x84\x79\x25\x6e\xe6\xce\x98\x77\xaf\x76\x7a\x97\x3b\xb6\x67\x0d\x6e\x78\x39\xa3\xd7\xea\x77\xac\xd9\x65\x55\xd0\xc7\x02\x2d\x7c\x5c\xbb\x6d\x89\x23\x52\xfc\xbe\x6c\x70\x66\x53\xd9\xf0\x86\xb8\xde\x50\x29\x0e\x2d\x76\x28\xb7\x1f\xa6\x8a\x53\x3a\xeb\xc3\x76\xec\x7c\xfc\x76\x6d\xd9\x15\x6b\xb9\x66\xf2\x67\x7f\x54\xd8\xfc\xa8\x4e\xb4\x0a\x95\x09\xd6\x85\xc5\x1f\xb7\x23\x38\x80\xa8\x15\x27\x19\x9b\xdf\x74\x1b\xf6\x31\x33\x44\x5d\x30\xe8\x27\x99\x14\x2f\x2d\xbb\x62\x9c\xaa\x98\xf9\x85\x03\x68\x26\x46\xb0\xdc\xf9\x8a\x25\x4b\x40\x80\x5d\xf1\x32\x28\x8a\x19\x88\x8d\xa9\x50\x35\x2b\x48\xef\x8a\x82\x44\xc5\x32\xa2\xbe\xb0\xd7\xd6\xef\x45\x92\xc1\x9e\x2c\xe5\x19\xf9\x73\xce\xe9\x82\x45\xcf\xe7\x5e\xf9\xf0\x85\x0e\xdb\xe1\x08\x10\xea\x0b\x2b\x6a\x4b\xe9\x02\x88\x73\xe5\xc3\x6b\x7e\x54\x05\x95\xb7\xc1\xb7\x7a\x91\x3b\x36\x88\x01\x04\xb4\x6a\x7c\xf6\xa1\x70\x98\xa1\x17\x31\xfa\x88\xd9\xe3\x00\x57\x19\xaf\x22\x58\xa2\x95\x43\xf6\x23\xd5\xf9\x22\xd2\x69\x87\x63\xed\x50\xec\xc9\xf7\xf7\xab\xa5\x10\x06\x15\xc0\xab\x6f\x65\xb6\x13\xa9\xd7\x86\xd9\x89\x1c\x61\xbf\xae\x18\x29\xd6\x2b\x8e\x48\x5b\x0f\xe6\x4a\x12\x4c\x24\x96\x82\xbb\xa2\x82\x99\x3e\xeb\xa6\xa0\xd2\x63\x03\x40\xaf\xd8\x50\x8e\x8f\xa3\x2f\x2a\x49\x69\x04\x3d\x00\x2a\x02\x51\xd9\xb8\x34\x14\x96\xf0\x9b\x86\x8b\xeb\xe6\xe6\x76\xc3\xc0\x92\xd6\x52\x88\xe7\x25\xf8\x94\x49\xf1\xb4\x39\x13\x1b\xec\x95\x31\x9f\x57\xa9\xc3\x9c\xaa\xef\xa9\x0e\xd0\x47\x03\x59\x91\x5e\x50\xe3\x0e\xf8\xc3\xd0\xeb\x6e\x7f\x13\x6a\xe3\xdd\xdd\xac\xe4\x59\x44\x4f\x55\xbe\x32\xe9\x8a\xcc\xfc\xc3\xe1\xa2\xfc\xde\x5d\x00\xdd\xec\xf2\x54\xb8\xbe\xfd\x17\x67\x3b\xc2\x69\x59\x95\x06\x27\x45\xd6\x91\x53\x5f\xe5\x89\x54\x91\xe0\x84\x29\x8f\x54\x3c\x10\x65\x57\xbd\x0d\x08\x50\xa4\x84\xfe\x5b\x97\x22\xff\xd2\x52\xa2\x56\xfb\x7f\x2e\xd3\x1b\x97\x69\x55\xf9\xd0\x4b\x4a\x97\x21\x46\xe0\xec\x01\x32\x55\x46\x0c\xdf\xd5\xea\x01\xb5\x79\x45\x61\xed\x8e\x34\x72\x37\x63\x94\x29\x38\x58\x76\x12\x3e\xf4\x46\xd5\xcb\x30\x7a\xb3\x35\xf6\x98\x5f\x46\xdf\x04\x77\x43\x0a\x1c\xe7\xf4\x12\x71\x81\x18\x4f\x88\xf1\x15\xcc\x75\xd3\x2e\x58\x2d\xc7\x3d\x64\xde\x1a\xd8\xe2\xfc\x93\xbd\x0a\x7b\x6d\x93\x0e\x4c\xce\xb4\xed\x0f\xf6\xef\xc0\xa0\x10\xca\x11\x3a\xef\xf3\xff\x8d\x27\xb7\x1c\xfd\x9e\x1f\xc6\xf3\x64\x1e\xa9\xd5\xf9\xb9\xf0\x8e\x28\xb5\xbb\xde\xb8\x88\x3a\x11\x84\x47\xa5\xf2\xe0\x21\x32\xc4\x1a\xa5\x16\x35\xa3\xbb\x5c\x51\x0c\x64\x58\x2d\x1a\x70\x63\x04\x21\x5c\x21\x1e\x1e\x32\xcd\x87\x33\xb3\x32\xeb\xce\xe7\xcd\x6c\xf9\xc9\xba\x8b\x79\xf3\x8b\x68\xf3\x9b\xed\xb5\xce\xf2\x18\xa9\xdc\x95\x30\x15\xf6\x7b\x9b\x28\x53\x15\x55\x55\x39\x5b\xcf\xc8\x17\x10\x05\x3f\x18\xa6\xc4\x9a\xa6\xc4\x96\xa6\x44\x0f\x53\x22\xf9\x32\x25\x46\x10\x1b\x84\x21\x95\x9d\x3f\x4d\x09\x30\x71\x9d\x79\x60\x7a\xe7\xac\xea\x9b\x70\xbb\xe0\xf6\xf8\xef\xa3\x35\x15\x76\x3a\xa8\xad\xdd\xdf\x4f\x0b\xb0\x7b\x5d\xff\xff\xf5\xf4\x9e\xe3\x2f\xfb\xf9\xcc\x80\xd3\x46\x8c\x4b\xbe\xa5\x67\xc6\x1e\x33\x23\xc2\xcc\xd8\xc9\x8d\xc7\x84\xff\x34\x33\xda\x72\x84\xaf\x14\xc6\x53\x73\xa5\xe7\xdd\x4a\x5e\x19\xe1\xa9\x47\x6b\x26\xec\x44\xe9\x31\x36\xc3\x26\xe6\xc5\x47\x2c\x84\x83\x79\xa5\xac\x1c\x42\x55\x69\x32\x9e\x6a\xdd\xa7\x58\x71\x66\x8b\xb5\x1b\x5e\x01\xb7\x66\xcc\x56\x3d\xa6\x23\xd0\x6c\x4d\xeb\x68\xe8\x4a\x6e\xaa\x45\xaa\x8f\x0a\x36\xe5\x2f\xae\x02\x2e\xbc\xbb\x92\x29\xf2\x60\x9c\x6d\xf5\x8e\x19\xaf\xb0\xf1\xee\xf9\xf8\x0e\x79\x4a\x6f\x70\x2d\xfc\xb5\x8b\xa2\x8d\xa0\xcc\x17\x57\x84\xb3\xf1\x02\x16\x49\xbd\xfb\xe2\x26\x7d\x07\x97\x5a\xa4\x67\xbf\x55\x95\x0d\xc0\x35\xaa\x1c\x5a\xa9\xec\xf0\xb8\xee\x9a\xce\x8b\x6d\x38\x93\x71\x2b\xf3\xb3\x47\x32\xfe\x4e\x04\x95\x1c\x43\x66\xdc\x19\xdd\xfb\x9b\x1b\xcd\x96\xc8\xcb\xaa\x14\xfc\x19\x42\xbf\x89\x9a\xb4\x4c\xb3\xc8\x4c\x6e\xde\x43\xa3\xc0\xb0\xe8\x37\x23\xa5\xa7\x46\x03\x39\xf1\xc7\xc5\x73\x2f\x5c\x35\xb5\xb7\xe3\x34\x57\xca\xd2\xbc\x98\x7e\xa5\x57\xa3\x7a\x10\x24\x41\xc8\xc3\xf9\x76\x0e\x29\xd1\xf6\xec\x6e\x51\x94\x79\xd2\xb9\xff\xef\xb7\xa4\xa4\xc0\x41\x0d\x53\x05\x7c\xe5\x91\xe4\x22\x8d\x9d\x8d\x49\x52\xf5\x84\x7a\x3c\xb7\x68\xff\xb6\x8a\x59\xad\xff\xe5\x71\xc2\xae\x7d\x3f\x31\x3d\xfd\x6e\xf4\x10\x7b\xef\x95\x3f\x54\x6d\xf0\x81\x28\x44\xc0\x01\xf3\x94\x79\x98\x12\x00\x1a\xb4\x36\xbc\xa0\xe5\xf1\xe4\x0e\x80\xfb\x21\xd9\xfb\xd8\x33\xa5\x73\xf5\x76\xdb\x96\xc5\x6b\x40\x4d\xe0\x14\x50\xc7\x25\x69\x88\x7d\xd4\x33\x97\x52\xb4\x85\x7a\x67\x5e\x24\x57\x38\xcf\xd0\xa0\x50\xa5\x4d\x8c\xb5\xb6\xec\xdc\x2f\xed\xb2\xad\x7e\x3e\x62\x19\x15\x33\x10\x8b\xd5\x96\xa0\xe1\xb5\x6e\x70\xd9\x7d\x2e\xdd\xe9\x00\x5b\x48\x2b\xdf\x32\x04\x99\x2a\x2b\x7e\x83\x8c\xb7\xde\xcd\x09\x3b\x94\xa9\x6d\x28\x05\x1c\x1d\xc8\x00\x05\x3f\x36\x4b\x47\xa7\x16\x30\xcd\xbc\xcf\x4e\x4f\x94\xab\x31\xca\xf9\x04\x20\x87\xc4\xd6\x92\x2c\xb4\xa0\xd9\x78\x47\xe4\x63\x13\x69\xc6\x68\x8b\x08\x17\xdb\xc2\x74\x13\x7d\xc4\x19\x19\x80\x96\xf8\x88\xed\x3c\x4d\xe5\x7f\x2b\x6b\x0a\x50\x5f\x91\xe9\xcb\xe3\x0b\xf9\x1b\x62\xb4\x22\xbb\xbb\xdb\x44\x91\x3e\x0e\xa4\x05\x64\xde\xc3\x89\x7b\x5b\x55\x10\x3d\xa1\x5b\x8b\x41\x9c\x54\xb8\x50\x46\x46\xfd\x35\xd6\x5d\xce\x65\xc9\x57\x76\xb9\x4a\xe5\x7c\x38\x1d\x77\x6d\x33\x11\x28\x6a\xc4\x4f\x46\xc5\xb3\xaa\x92\xfc\x49\x54\xb8\xe4\x73\x4b\xbe\x34\xa2\x75\x77\x53\xf9\xfc\xa1\xd8\x16\xfe\x25\x1b\x23\x24\xb8\x4c\xa8\x6d\x2e\x93\xe5\xeb\xd6\xab\xab\xc4\x7c\x83\xcb\x81\x35\x7a\x0f\x51\x00\x33\xf9\x0c\xe1\x11\xff\xef\xa9\x8c\x94\x00\x05\x80\x79\x4e\x52\x03\x5c\x8f\xc3\x7e\x94\x9a\x85\x57\xb4\xf8\xaa\x91\xa9\x95\x35\xa6\xf5\xf8\x50\x5e\x08\x4b\xd0\x55\x63\x2d\x1c\xdc\x61\x9f\x97\xa0\x27\xd4\xc3\x23\x6b\x64\x8e\xb0\x7f\x38\x0c\xc6\x9e\xf0\x11\x31\x06\x2f\xca\x23\x37\xcd\x11\x2e\x87\x89\x77\x55\x56\x53\x3b\x57\x04\xe7\x38\x7a\x94\x95\x39\x05\xa4\x78\x1c\x90\x59\xf0\x60\xde\x6d\x26\xd4\x13\x4e\xd4\xe7\x0c\xf3\x9e\xfe\x59\x36\xd5\x64\x4c\xcc\x08\x73\xf8\x85\xe6\x23\x6a\x02\x6f\x32\x5e\x24\x27\x03\x73\x51\x02\xd1\x88\xe6\xd8\xeb\xe3\xdf\xf4\x2c\xcd\x65\x0a\x4a\xc4\x94\xd4\x3e\x05\x8c\x89\x20\x9d\xef\x89\xfc\xab\x5b\x68\xf9\xa7\x2f\x70\x12\x9b\x42\x65\xa3\xa5\x2c\x07\x4a\xa5\x52\x9d\xae\x60\x23\xd2\x77\x76\x1b\x31\x6a\x3d\xb4\x02\x9b\xd1\xbe\x53\x21\x96\xaa\x79\x32\xbb\x55\x86\xc3\xbd\x30\xb7\x4b\xca\x54\xba\x2b\x29\x04\x4b\x2c\xaa\x82\xfb\x00\x66\xa8\x26\x10\x5e\x21\xf5\x29\x89\xdc\xaa\x6c\x65\x7e\xf8\xcc\x63\x01\xf3\x7c\x7c\x44\x0d\x7a\xba\xf6\x6d\x5d\xa5\xed\xff\x3d\xbb\x32\x52\x9d\x4f\x57\xce\x69\xdb\x73\x84\xc0\xa2\x33\xc6\xed\x03\x32\xa0\xe9\xff\x58\x3f\x79\x4d\x29\x05\xb1\x14\x69\xf3\xcb\xa3\x67\x14\x78\x23\xd7\xdd\xae\xc9\x44\x9c\x25\x29\x84\x53\xee\xf6\xf5\x3c\xc5\x26\xaf\x77\x7c\xa7\x1c\x49\xe1\xb8\xe1\x11\xfc\x13\xd1\x86\xce\x46\xfd\xb1\x3d\xaa\x92\x21\xc3\xfe\xb0\xf5\x4c\x4c\x45\x4f\xb7\xb5\x9e\x5e\x83\xc4\x2e\xcf\x85\xf3\x83\x28\x91\x06\x7a\x40\xdc\xe1\x8e\xc2\xdd\x77\x9e\x96\xb6\x1e\xb2\x86\xb0\xd7\x8a\x11\x1b\x89\xa7\x50\x5b\x5a\xc3\x1f\xe5\x83\x14\xe3\xd1\x39\x84\xcd\x57\x25\x31\xfb\xf0\xb3\x3c\x16\x63\x42\x14\x3d\xe8\x39\x32\x79\xdf\x61\xf4\x16\xfb\x98\x04\xf7\xf3\x85\x3e\xa9\xf1\x8f\xaa\x1c\x59\x62\xfe\x8e\x18\x9d\x69\xb7\xfa\x61\x9b\x13\x9e\x55\xb9\x6a\x09\x31\x28\x6f\x2d\xf1\xf1\x8b\x16\x24\x29\x8c\xca\x5f\x61\x13\x6c\x91\xac\x51\x7d\x24\x64\x62\x26\x32\xfc\xf6\x78\xa6\x9a\x04\x5c\x84\x7f\x5b\xa5\xdc\x04\xa1\x2d\x6a\x5f\xbd\x66\x02\xfc\x22\x13\x06\xef\xc3\x4c\xfc\xa7\x7a\xcd\xaa\x58\xaf\xd9\xca\xea\x35\x13\xc5\xe5\xc1\xce\x6e\xe4\xc4\x74\x23\x77\x6f\xff\x76\x73\x9b\x41\xcd\x3b\xda\xb7\xbb\x9b\x29\x29\xff\x7d\x81\xe7\x2a\x27\xf1\x36\x0a\x15\x9e\x8f\x5c\xe1\xb9\xc9\x7c\xe6\xb5\x01\x12\xed\xbe\xaf\xf1\x4c\x86\xcf\xb6\x58\x40\x71\xd9\x27\x8b\x69\x2b\xf7\xdf\x94\xc7\x3e\x5b\xbf\xa7\x8b\x74\xaf\x32\x97\xcb\xa1\xcc\x77\xc5\x83\x3c\x1a\x80\xc4\x84\x79\x7e\x01\x62\xe8\x7f\x47\x99\xe8\x30\xcc\xdb\x2a\xdb\x6a\x88\x9b\x5c\x58\xd7\x41\xf8\xd0\xa1\xb4\x82\x11\x31\x54\x0f\x05\x3b\x56\x5a\xe8\xb7\x04\x35\x37\x61\xcd\x5c\x98\xdb\x0b\x17\xd8\x24\x05\x2c\x01\xd0\x92\xbd\x22\x65\x66\x41\xe9\x87\xea\x81\xd8\x64\x9d\xbe\x09\xe6\x14\x1e\xa4\x86\x98\x1d\x48\x6a\x12\x1f\xfe\x09\x59\xd0\x28\x81\xa0\xfe\x44\xa7\xc8\x44\x8a\x73\xa1\x7a\x2a\x28\x9e\x38\x03\xa5\xe2\x1b\x08\xb1\x90\x61\x25\xf8\xae\x81\x54\x82\x73\xac\x3e\x3e\xa9\x50\xa8\xb2\xf2\x7b\x15\x8a\x77\xfb\x6f\x34\x28\x61\xff\x83\x02\x25\x5e\x68\x16\x46\x7f\xd2\x9f\xc4\xf8\x2f\xd5\x27\x11\xc9\x7f\x50\x9f\x98\x59\xb4\x4f\x5c\x97\x88\xe8\x96\x90\x90\xf0\x16\x62\xb0\xff\x67\x96\xd4\x0b\x43\xda\x6f\x54\xa8\x97\x2f\x2a\x14\xa3\xb6\xe8\xee\xde\x6f\x35\xa8\xd1\x67\xe5\x45\x8c\x4f\x57\x43\xd6\x81\x1c\xd8\xef\xb4\x28\xb1\x93\xb7\x5a\x54\xfb\xdf\x68\x51\x2b\xf9\x37\x6a\x94\x18\xff\x37\x2d\x4a\x7c\x64\x8b\x55\x4c\x3a\x5c\xf2\xe3\x72\x46\xe4\xe6\xb4\xa4\xf9\xf4\x96\xa1\xb4\x85\x7b\x00\xee\x1d\x1b\x1a\xfe\x1e\x98\x80\x56\xeb\xae\x76\xc3\x47\xfc\x33\x5a\x52\x38\xef\xdb\x2a\x8d\x93\x4f\xd5\x78\x83\x42\x9d\x5e\x15\xdb\x95\x13\xd2\xe3\x4d\xd9\xc7\xe6\x03\xa5\x56\x85\xe4\xf2\x33\x15\x1c\xa3\xc8\xe6\xb2\xba\x71\xf1\x78\x28\xff\xb6\xe0\xa3\x3e\xba\xed\x22\x24\x9b\x76\xff\xb2\x50\xf2\xcd\x97\xa9\x70\x42\xbb\xd5\x03\xa8\xb6\xfb\xcf\x5d\xf5\x46\x20\x1d\xd3\x55\x15\xfb\x7c\x19\x60\xca\x8e\x84\x1a\x2e\x6b\xcc\x48\xad\xdb\xa5\x4c\xc5\x60\x7a\xa3\x2b\x2a\x96\x4c\xdb\x1d\xe2\x20\x78\xbc\x5e\x20\xbb\x09\x58\x66\x1b\x58\x91\x7a\xe0\x42\xa6\xb6\x50\xf7\x6c\x64\x69\x13\x0d\xf4\xb7\x11\xc4\x8b\x17\x42\x9f\x7c\x06\x4e\x97\xcb\x50\x7e\x2e\x47\xb9\x64\xaa\xb4\xca\x05\xd8\xa7\xd2\x85\xcb\x5a\xd2\x0a\x8c\xa4\x7f\xe5\x54\x89\xeb\x90\xf8\x25\xce\x32\x44\xf6\xd8\x5f\xd7\xc7\xac\x70\x49\xf7\x16\xce\x47\x5e\x54\x28\x0f\xe0\x8a\x98\x73\x0e\xff\x68\x85\xcc\xf4\x50\x96\x58\xd5\xf3\x69\x99\x7c\xae\x90\x39\x42\x8d\x08\xf1\x62\x6a\x89\xe6\x25\x33\x29\x59\xef\x45\xd8\xbe\xbb\xba\x72\xd2\x69\xc2\xb5\xb0\x22\x7c\x2e\x3a\x0f\x70\xeb\x85\xf0\x81\xbd\x9c\x4e\xbc\x82\x27\x85\x9f\xe1\x08\x5e\xcb\x8f\x72\xc1\xbc\xef\x5c\x0b\x03\xbc\x68\x06\xaa\x10\xb7\xdb\x47\xb4\xdf\x76\x20\x8b\x0e\x11\xb5\x77\x47\x4d\x7b\x3a\xd2\x37\xf5\xd4\xda\x22\x81\xee\x1f\x2a\x70\x2e\xb9\x16\x3b\x0a\xa6\xdd\x61\x07\x48\x69\xcf\xee\xf4\xcb\x7f\x53\x8d\x53\x69\x53\x2f\x6d\xbb\xa6\x00\xa7\x23\xd4\xcf\xd5\x21\x2f\xb4\xfa\xba\x79\xa3\x99\xb8\xaa\x91\xea\x30\x38\x76\x89\xde\xeb\xc7\x16\x91\x25\xef\xea\xdf\x71\x91\x4e\x42\xff\x5c\x7c\x6a\x84\x57\xf1\xc1\xb9\x23\x80\x2e\x2c\xcf\xd4\xd9\x22\x14\xd6\x74\xb3\x57\xff\x6f\xd3\xfa\x7f\x9b\xd6\xff\x8d\x4d\x6b\xfc\x79\xd3\x22\xb2\xa2\x56\xa0\x3e\x6d\x43\x9e\x50\x3f\xbf\xdf\x1b\x0e\x91\x8d\x20\xdc\xb1\xb8\x93\xf8\xf2\x64\x8e\x9f\x6f\x8f\x7f\xbf\x97\x68\x73\x94\x38\xb1\xe3\x41\x7e\xf4\xe1\x42\x41\x2c\x31\xba\x66\xb7\xf0\x84\xba\xaf\x46\xb0\x44\x6b\xc5\xa3\x3f\x7a\x58\x15\x93\x6e\xcb\x2a\x1c\xfd\xbc\x1b\x5e\xd7\x16\x89\x9b\xd6\xb0\x5c\x28\x67\xbf\x82\x2f\x91\x44\x91\x6a\x49\xa6\xbf\xf8\x6f\xfb\xda\x44\xd8\xf9\xbe\x86\xfa\xbb\x95\x84\xa5\xec\x4c\xa8\x87\xed\x76\x98\xef\x3f\xd7\xda\x5d\xbe\x89\x1d\x6a\x77\x9c\x60\x3b\x01\x11\x5a\xb6\x21\x75\x9a\x68\x35\x58\x62\x8a\xbb\x64\xe0\x9b\x96\x83\x96\xc3\xec\x8f\xb1\x1d\x07\x6c\x0d\x78\x94\xe1\xa9\x17\x5a\x15\x32\x76\x74\xc5\x36\xf6\x4a\x03\xff\x7d\x6d\xe6\x9d\x29\x91\x9c\xf2\x6e\xb5\xbd\x0e\xcb\x1f\x59\x81\x82\x40\xee\xf9\xf8\xce\x1c\x6f\x4c\xbe\xdf\xac\xc2\xf8\xfb\xaa\xcd\x2d\x04\x67\x27\x48\xf9\x1d\xad\x40\x01\xb9\x05\x90\x66\x7a\xe6\xdb\x9f\xae\x04\x9d\xfe\x75\xc6\x1e\x36\xf5\x91\x35\x3d\x5a\xd6\x40\x30\xb9\x59\x59\xdf\x6d\x85\x5d\xc8\xee\x97\x5a\x1b\x69\x67\xd5\xf6\x40\x0f\x6d\x22\xdb\xcc\x94\x77\xe4\xfb\x1f\xae\x84\x2f\x7e\xdd\xb8\xdf\x6f\x9d\x31\x17\x00\xfd\x53\x75\x69\x2e\xcd\xc1\x1f\x39\x17\x52\x16\xc8\xc2\x1f\xde\x4c\x81\x44\x9c\xe8\x6d\xf5\x38\x0c\x10\x24\xfa\xa7\x3d\x2c\xbb\xd5\xbc\xd5\x37\x4f\xd7\x9b\x23\x8a\x7e\xb4\x29\xdb\x57\x25\xb2\x4e\x82\x54\x89\x12\x0d\xc5\x87\xff\xe3\xbb\x7b\xd2\xbd\x96\x01\x97\xa5\xae\x4d\xc8\x34\xb6\x97\x3f\xca\x5c\xba\xdc\x2e\x4c\xb1\xdf\x4f\xb4\x63\x33\xf3\x96\x60\xc2\x1d\x9d\x6d\x13\x0b\x9b\x1e\x3e\xee\x30\x3f\x2c\x1f\x5d\x00\xca\x71\x66\x65\x6c\x89\x74\x8b\xec\xac\xe4\x6a\x21\xa0\xee\x0a\xe7\xc8\xca\x42\xbb\x7b\x43\x40\xd8\x26\x9f\xdf\xa8\xb3\x61\xef\x40\xb1\x46\x36\xa7\x4c\x21\xe6\xb0\xef\xb7\x78\x55\x51\x0c\x63\xd8\x38\x64\xa5\xb3\x89\xa4\x3e\x45\xa1\xbc\x0b\x71\xea\xa8\x3b\xd7\x30\xee\xa8\xfb\xab\x09\x4a\xb8\x42\xfd\x48\xea\xac\x74\xac\x8f\xb7\xcc\x37\x8c\x4f\x54\x7b\x6b\x93\xdc\x99\x78\xa1\xba\x0f\xf9\x31\x75\x54\x8f\x7f\xa2\xa1\x26\xa1\xf3\x5e\x69\x21\x2c\x71\xa1\x6a\x0b\xca\xfb\x7c\xc7\xb1\x61\x52\x07\xd0\x42\xb7\xe5\x3d\x0b\x24\x8e\xc0\x0c\xeb\xec\x65\x1b\xfa\xc4\x28\x0c\x0a\xfa\x44\x2c\x03\xd4\x42\x1b\x1d\x83\x82\x3e\x91\x6a\x7d\xa2\x41\xc0\x4f\x72\x42\x13\x27\x0b\xb9\x05\x3b\x1c\xa1\x2b\x31\xa4\x87\x7d\xa4\x59\x22\x21\xed\x0a\x77\xe4\x15\x80\x2e\x80\x8a\x13\x8d\x2b\xb2\x77\x7a\x60\x28\x3a\xd0\xe9\x33\xaa\xa6\xa8\x62\xc5\x84\x6f\xf4\x16\xcf\x51\xef\x0e\x12\xce\x11\xf6\xcf\x0d\x9e\x33\x6a\x82\x29\x61\xda\xc2\x06\x65\xbe\x53\x3d\x7a\xa2\xda\x02\x5d\xc4\x41\x26\x5d\x62\xc5\x0c\xc9\x29\xff\xf3\xb1\xda\xa3\xb7\xfb\x20\xd5\x71\x25\x1b\x25\xfd\xf5\x85\x11\x5d\x2b\x30\x91\x4e\x4f\xb1\xd1\xad\xc9\x23\xf5\x41\xf7\x7e\x15\x27\x30\xda\x8f\xd3\x16\x03\xd5\xe7\x42\xbd\x1f\xeb\x78\x60\xd0\xe4\x94\x70\xdd\xe4\x6e\x17\x11\xbd\x4a\x75\x78\x4b\xc2\xdd\xd3\x5d\xed\x9e\x65\x82\x27\x8c\xfd\xa3\x9b\xdf\x0a\xf3\xb4\x14\xdd\x44\xad\xb6\x14\x8f\x1a\xa7\x5b\x95\x69\x8f\x7b\x6b\x8d\xfd\x78\xf2\xdd\xfd\xc7\x7a\xe9\x6a\xf9\xa6\x4f\x30\xad\x3b\xd4\x09\x65\xf9\x9c\x7d\x27\x7a\xfa\x41\x9b\xc4\x56\x47\x36\xf5\x4c\xef\xca\x44\xf9\xa5\x0c\xca\xa6\x7c\x45\x45\xe6\xa6\x3d\x24\xb0\x4d\x28\xe0\x35\xff\x55\x1e\x8b\x47\xbb\xa9\xff\xb7\xd6\x00\xff\x3c\xc5\xb6\x7e\xdb\xb5\x45\x1a\x3f\x17\xe7\x1a\x13\x8c\x10\x19\x41\xb3\x2d\x12\xc5\x24\x45\xad\x28\x9f\xf0\x3e\x8b\xf1\xaa\xb8\x50\xef\xf1\xc2\x77\xdc\x93\x51\x65\xc0\x58\x2e\x61\xfb\x96\x32\x05\x4c\x86\xb0\xb3\x62\xc2\x64\x8e\xbe\x84\x40\x80\x8b\x89\x4a\xc0\xba\xfb\x41\x53\xe5\x6d\x9e\x72\x92\x50\xca\xaa\x6f\x21\xfe\x55\x44\xd9\xf4\xbe\x68\x87\x40\x0d\x8d\xb8\x6a\x53\x1e\x14\x62\xc6\x33\x38\xe1\xc0\x38\x35\xea\x71\x3c\x0d\x07\xe7\xa0\xc1\xb7\xf8\xff\x17\x0e\xd6\x85\x16\x8e\xd8\x58\x98\x14\x64\xa7\x55\x4e\x5a\x05\x6a\xb1\xcd\xa1\x15\x51\xeb\xac\xaf\x0a\x19\x53\x6b\xa1\x31\x81\xfe\x98\xc5\xa8\xfc\x75\x38\xff\x21\xfa\x48\x29\x86\xff\xdf\x44\x1f\x85\x83\x68\x50\xfb\x58\xd4\xcb\x99\xf6\xe6\x7f\x8a\xc7\xfd\xa5\x66\xae\x2a\x0a\x7e\xd7\xd9\xf5\xc6\xd2\x21\x02\x98\x08\x33\x2e\x54\x61\xe6\xe4\x3d\x49\x41\xb9\x27\xb9\xfd\x52\x65\x5e\xf6\x9f\x5f\xfd\xc0\x5a\xa0\xdd\x46\x34\x51\xc4\xf1\x8b\x75\xc3\x2a\xb3\x65\xac\x9b\xa5\x14\xee\xd9\x62\xc6\xef\xe9\xe7\x38\xdc\x59\xfe\x8d\x59\xe0\x72\x28\x8a\xba\x9e\xbb\xb9\x84\xb0\xcc\x47\xa5\x3e\xcc\x86\x1f\x2c\x1d\x1f\x7d\x38\x60\x07\x05\xb0\x15\x0a\xb0\xd3\xfa\x9d\x90\xa4\x19\x95\x4d\x26\xbb\x2f\xcf\x72\xd9\x20\x8a\x8d\xa5\xf4\x1b\x5a\xc3\x3d\x48\x84\xa2\x4a\x9c\xab\xe5\x14\xe0\xb0\x5c\x5f\x5e\x1f\x79\x80\x7b\x83\xb6\xcb\xc2\xbf\x28\x38\xe3\x51\x75\x17\x62\x2d\x44\xa4\x8f\xa6\x40\xa0\x9a\x34\xf3\x3a\x48\x4a\xf5\x6a\x0e\x56\xa0\xc5\x53\xf4\x4d\x4b\xeb\x2e\xf4\x4d\x44\xf4\x80\x72\x03\xbf\xe3\x64\x43\xe2\xcd\xb7\x77\xf8\x2d\x84\xb5\xb8\x84\xc7\xf8\xa8\x47\xc8\x7e\x0c\x39\x60\xeb\x98\x07\x4c\x69\x6d\x3a\x62\xd0\x55\x55\xb0\x72\x95\x5d\xa2\x26\xd0\xb3\xbe\x42\x71\xac\x07\x38\x92\xb2\xf6\xeb\x2b\x09\xb7\xf8\xe3\xa1\x3c\x11\x33\x0a\x6c\x8c\xc1\x57\xb0\xe3\xc9\x48\x83\x05\x81\x88\x5e\xb2\xcb\x53\x61\xa5\xba\x9d\x0e\x9d\x08\xa2\x36\x84\xf9\x88\x41\xd1\x65\x09\x48\x48\xe7\x9e\x3a\xc9\xed\x69\x08\x06\xf6\xb0\x61\xc6\xd0\x15\x5b\xab\x45\x6e\x6b\x3b\xf7\xcf\x97\x30\xd3\xcb\x27\x4b\xec\xad\xa6\x5a\xd6\xf4\xc8\x5f\xac\x18\xd6\x6b\x58\x77\x61\x6b\xbf\x08\xfb\x21\xc2\x17\x64\xf4\xb0\x69\xe6\xd0\x52\x06\x5b\x01\x55\xb9\x57\x05\x23\x23\x0d\x50\xdf\x7c\x89\x24\xdf\xfb\x25\x73\x87\xf8\x94\xac\x49\x19\x87\xea\x04\x6e\xd8\xa7\x46\x43\x21\x9b\xa4\x0d\x7f\xfc\xac\xb3\x1f\xa2\x0c\x04\xfd\xfe\x8a\x6a\xa0\x55\xb9\x43\xbd\xa0\xc5\x3e\x1e\x22\x69\x9a\x7e\x4e\xe5\x25\x1e\x52\x18\x30\x52\x7d\x34\xc7\xd6\x3b\x89\x3a\x02\x26\xe6\xcb\xf3\x96\x76\x8e\xb6\x3c\x6c\x91\xa4\x75\xdc\x52\x45\x98\x23\x42\x67\xad\xb5\x47\x5c\xa8\x14\xfa\xd1\x86\x85\x2b\xac\x31\x68\xb1\xae\x4b\x0f\x15\x5d\x5c\xa1\xee\x29\x24\xbb\x97\xe4\xf2\x04\x9f\x65\x22\xdb\x4b\x06\xc3\x95\xb3\xca\xe1\x1d\x05\xbe\x23\xaa\x73\xf8\x48\x6a\xe2\x9c\xfe\x7f\xa2\xff\xd7\xf2\x1e\x1e\x16\xfa\xf6\xa6\xbf\xd8\xef\x63\xfd\xcc\x0f\x64\x41\x37\xe2\xa1\x1e\xa7\xa7\x26\xde\x76\x9a\x9c\x0c\x11\xee\xea\x04\x6a\xd2\x5e\x83\x46\xbf\x8d\x62\x53\x3d\xd9\x6d\xf0\x71\xdf\x03\x45\x0a\x54\xf1\x86\xec\xfa\xd4\xba\xa9\xbe\xe5\x87\x50\x9d\x41\x09\x5c\x72\xd3\x04\x3f\xcc\xce\x27\xf6\x3e\xea\x2d\xf0\x84\x8d\x3a\x3f\xb8\x10\xde\xd5\x6a\x9e\x0d\x11\x04\x25\x4b\x65\x85\xb5\x96\x32\xa3\xc7\xbe\x48\x2a\xbb\x72\xc5\xb7\x2e\x49\x44\x1b\x08\x3b\xb1\x43\x30\x0f\x4a\xe5\xd8\x44\x84\x75\x4f\xfa\xa8\x7a\x41\xd5\x72\x7e\x61\x35\xeb\x59\xdc\x89\x5c\xda\x30\x68\x68\x36\x47\x0b\xd4\xda\x63\x88\x86\xbb\x51\xd9\x11\xe3\xd7\xc8\x44\xd4\x51\x4c\x51\xbf\x92\xb6\x6f\x40\xc1\x0d\xbb\xf6\xf7\xc7\xa6\xd9\x7f\x23\xfd\x9f\x03\x8d\xd9\xbe\x53\x37\xb7\x1c\x01\xae\xa1\x1e\x75\x7b\xe7\xfa\xbf\xa7\x6f\x8f\x8d\x51\xc3\x43\xfd\xc4\x2d\xc7\xc2\x1e\x32\xda\x9c\xfa\xeb\xcc\xbd\x20\xcb\x75\x5b\xd8\x7b\x83\x44\x27\xf5\x5a\x16\x5a\x91\xff\xf7\xbb\x1b\xce\xd1\x8f\x5a\x20\xfd\xf5\x1f\x8a\x1c\x9a\x1a\x5c\x7a\x22\x84\x4b\x60\xf0\x70\x2f\xc7\x54\xe9\xfe\x9b\x3f\x9e\x50\x89\xbd\x5a\xa2\xe3\x79\x50\x69\x28\x49\x15\x21\x33\x93\x8b\x3e\xea\x99\xd1\xe9\xdf\x74\xa7\xa9\x98\x4d\xb2\x9d\xb4\x99\x0f\xda\xfc\xcd\x5c\x78\x54\x19\xbd\xe8\x23\x83\x3e\x0a\xf4\xa3\xbf\xfd\x43\xb6\x0f\x3d\x3a\x37\x64\xe9\x96\xf9\x31\xfa\xc3\x9e\x64\xf6\xc3\xd3\x8f\x13\x68\xcd\x37\xd5\x31\xe8\x76\xf4\x3a\x30\x9e\x99\x5c\x04\x8d\xb7\xf0\xc5\xa6\x3b\xf6\xf1\x05\x79\xb5\xbc\xcf\x92\x90\x9a\x9f\xb9\x87\x03\xf4\xd4\x34\xec\xdc\xe5\x5c\x0e\x47\xa2\x7e\x51\xe7\x97\x0c\xac\xe9\x1c\x66\x74\xfa\x71\x86\x11\x43\xe9\x11\x1c\x8b\x70\x8b\x45\xfc\xcd\x2d\x8c\x0b\x87\x94\xf1\xec\x16\x63\xe1\x84\xf2\x74\xa5\xa6\xce\x4a\x15\x6a\xd8\xb8\x2a\x0d\x8f\xb6\x23\xd6\xb2\x86\x61\x87\x7d\xd5\x55\x2c\x28\x90\x1c\x5a\x25\x31\xd9\x45\x04\x1b\xa9\x72\xf8\xb3\x45\x31\x22\xee\x3f\x3a\x74\x91\x59\xc1\xba\x2d\x1f\x3a\xc9\xac\x1a\x9e\x19\x3e\xfe\xf9\x0d\xdb\x82\x50\x37\x5e\x09\x3a\xd0\x95\x24\x4c\xf9\xda\xdf\xdd\xfa\x20\xb3\x64\x62\x73\xeb\x26\x79\x31\x0b\x9e\x65\x55\xae\x13\xa6\xe9\xe6\x50\x15\x34\xef\x5b\x29\x54\xe3\xa3\x75\x2e\xa0\x68\x22\xc2\x06\xab\x3d\x13\x03\x2d\x41\xaf\x05\x57\xf7\x47\xca\x66\x22\x60\xcc\x3b\x04\x11\xc6\x5b\xa0\x51\xe8\xe8\xeb\xa6\x09\xdf\xcc\x9a\x3f\xb5\x1c\x7f\xbe\x12\x12\x34\x94\x44\x8e\xb3\xa4\x6e\x75\xc9\xe7\x4c\x24\x83\x3f\xc8\x5e\x21\x61\xfb\x83\xac\x7a\x6a\x09\x8e\x3a\xfa\xef\xcc\xab\x56\xb4\x9a\x7a\x95\x64\x70\x1f\xe4\x9e\x24\xbe\xa1\x78\xdc\x00\x65\x32\xeb\xf2\xce\x80\xf1\x7a\x63\x2e\x78\xd4\xaf\x41\x89\x55\x1a\x63\x9c\x9e\xd5\x51\xa5\xda\xc4\x7b\x90\xd5\x13\x84\x71\x2b\x9f\x0e\x27\xca\x9a\x7c\x3b\x52\x89\x6d\x3b\x91\x21\x18\x42\x7e\xb4\x29\x51\xa8\x4d\x8a\x05\xda\x7a\x94\xdd\x1e\x8c\xa2\x6b\x1d\xa0\x97\xfa\xa2\x3c\x12\x1e\xb5\xed\xcd\x5d\xd5\x48\x39\x99\x45\xab\xac\xa0\xe1\x3b\x95\x45\x7e\x3d\x44\x7a\xcd\xf4\xfa\x55\xad\x25\x94\xfa\x35\x69\x66\x41\x8d\xad\xba\x3a\x66\x56\x5e\x71\xa1\x60\x28\x70\xfd\x41\xad\x73\x40\x67\x86\xd1\x03\x2a\x30\xf2\x56\x51\x24\xeb\xc6\x4f\xc9\xe5\xaa\x6d\x08\x9e\xdb\x6f\x7c\x99\x23\x9c\x9d\x3c\x53\xa5\x07\x3b\x55\x5b\xe4\xa2\x4c\xea\x5b\x87\x9a\xb6\x94\x8d\x2d\x1c\xf0\xa5\xad\x63\x26\x9d\x43\xfd\xaa\x87\xe1\x98\x82\x66\xa4\x9a\xbf\xaa\x70\xe3\x15\x65\x9f\x55\x64\x75\xed\x98\x65\x07\x32\xd3\x16\xdd\xcb\x6e\x60\x0c\xaf\x60\x3a\x73\xeb\x67\xd2\x5b\x49\xa1\x7a\x6d\x50\x02\x03\x2f\xb4\x13\x56\x23\xd8\x5d\x2e\xe4\x9d\x4c\xac\xc2\xa1\x83\xdc\x82\xea\x65\x92\xa2\x0e\x70\xf1\x30\x53\xac\xa8\xd0\xfe\xf4\x63\x83\x44\xde\xb8\xfe\xf2\xe9\xa0\xc9\xc7\xae\x58\xb7\x3f\x6d\x01\x7d\x1f\xa7\x55\xef\xf3\x61\x73\x09\x97\x00\x02\x01\x95\x58\x24\xbf\xb2\x13\xed\xd7\x1d\x2e\xd3\x4a\xe2\xec\xb9\xf5\x13\xf1\x0b\x5b\x8c\x81\xbb\x68\x53\x5d\xac\x59\xab\x89\xf8\xe5\xba\x0e\xc2\xcf\x94\x50\x69\xd3\x7d\xfb\x8e\x44\xe9\x15\x01\x1d\xda\x7f\xbc\x7a\x13\xaa\xe1\xb5\x01\x97\x45\xac\x3b\xe6\xa1\xa6\xf4\xb5\x23\xa1\xfa\x29\xd1\x3d\xcf\xa2\xc7\x4c\x67\xc2\x9c\xda\xdd\xc3\x75\xf5\x62\xc4\x7a\x20\x2b\x29\xec\xb7\x26\xc8\xcd\xa6\xbd\x80\xb2\x83\x2a\x76\x37\xc8\xf5\x28\x2e\x8c\xbe\x96\xe2\xb9\xc6\x1c\x21\x28\x16\xb4\x97\xd1\x3d\x9d\x15\x87\xae\x99\x5c\xe0\x86\x5e\xa2\x36\x7a\x68\xf9\x98\x1f\x64\x24\x37\xf1\xaa\x8d\x6e\x41\x86\xfb\x5d\x23\x7a\xb0\x32\xe7\x62\x29\xb5\x42\x3c\x73\xdb\xf4\x96\x3f\xb1\x37\xcf\xf4\xce\xf8\xf3\xf3\xbf\x8b\xf2\xc2\xe8\xdd\xf3\xf2\x5c\xd8\x4f\x2a\xd7\xd2\xb9\x2c\x06\xb4\xea\xeb\xd2\x38\x82\x1c\x72\xae\xe8\x83\x89\x34\x00\x34\x2d\x2b\xd6\x2d\x54\x70\x46\xb9\xe6\xb3\xdc\xb4\xe4\xa7\x5f\xb5\x1a\xb8\x4b\x68\xf3\xbf\x3a\xd0\x5d\x30\x49\x43\x49\x82\xa4\x24\x3b\x27\x68\xc8\xed\x93\xa7\x55\xea\xc4\x28\x75\x8e\xde\x8a\x38\x29\xc4\x13\xf6\x43\xc1\x4f\xd2\x1e\x7e\xb6\xd6\xdb\x6d\x40\x01\xf5\x4f\x19\xe6\x29\x55\xe6\x70\x07\x9f\xd4\xab\xce\x97\x83\xae\x70\x43\x73\x2a\x55\xe1\x78\xa5\xe9\xf6\x02\x76\x0e\xdd\x82\x05\xcf\x36\x98\xe4\x1b\x9f\x53\x4e\xbb\x2d\xdc\x29\x6d\x62\x4a\xd1\x8e\x51\x87\x99\x4c\x67\x11\x57\xff\xba\x45\x93\x73\x20\xcc\x4d\xd5\x2b\xf1\x52\xbc\x39\x65\xe6\x4f\x5c\xcb\x1e\xde\x14\x41\x16\x55\xd8\x56\x6a\x40\xfa\x4f\xaa\xf8\x9c\xeb\xef\x23\xf2\x8d\x33\x2f\x53\x03\x9f\xa3\xe6\x19\x08\x5d\x19\x73\xc5\x85\x1d\x13\xb1\x92\xc2\xf9\xde\xb9\xc2\xf3\xde\xc5\x3b\xcc\xf9\x19\xf1\x96\x33\xb2\xf1\x39\x6f\x51\x5b\xb9\x2e\xd6\x09\x5b\xe8\x6b\x17\x59\x9c\x17\x20\xe0\x55\x89\xbb\xe1\x99\xfc\xa1\xa4\x77\xa7\x2d\xc0\xe3\x22\x1f\x4e\xc2\x18\x3d\xc4\xb8\xd8\x12\x8d\xc6\x43\x0a\xa1\xbf\x3d\x01\xf4\xe4\x13\x92\xcc\xfd\xb5\x6a\xc0\x5d\x90\xa0\x09\xd3\xca\xd1\x42\x39\xed\xa0\x4d\xa6\xc6\xe2\x59\x5f\xfd\xde\x42\x5f\x4f\x76\x7c\x79\x85\x50\x78\xce\x2f\x73\xd6\x53\xf1\xac\xec\x21\x15\x52\xff\xbd\x3d\xba\x37\x6a\x7f\x7d\x54\x9e\xcc\xb1\xa2\x69\x45\xc4\x0b\x0a\x22\x76\xb3\x25\xde\xbe\x85\x3e\xcf\xe6\x22\x89\x30\x7c\xdf\x32\xbb\xd7\x01\x6d\x87\x4b\x15\xa5\xeb\xe8\xb1\x9f\xb4\x62\xea\xe4\x82\x4b\x24\x87\x62\x5b\x14\x64\xa4\x5c\x31\xfb\x0a\xc1\x87\x0d\x17\x8a\x82\x5e\x22\x36\x3c\x04\xec\xd5\x24\x34\x5c\x20\x1f\xcb\x63\xe1\x4b\x2c\x29\x6f\x09\xc1\xc3\xa0\x51\x92\x05\xa7\x05\xac\xc1\xba\x4f\x39\x4c\x03\x64\xf6\xe9\x37\x79\x48\xd0\x37\xfa\x14\xbd\x19\x36\x41\x76\x37\x49\xf9\xf5\x8f\x94\x4d\x6c\x87\xb2\xb2\xb8\xe9\xda\x23\x51\x01\x3a\x1b\x84\x06\x0e\x31\x39\x59\xee\xd7\x5d\xfb\xf6\xfe\xea\xe9\xda\xbe\xed\xed\xe5\xc1\x2a\x4f\x84\xf3\xaa\x07\x86\x8c\x9d\xb1\xdf\xd1\x6f\xed\x69\xa3\xe4\xce\x5b\x37\xb8\x68\xc5\xa7\xcb\x30\x13\x9c\x27\xb8\x90\x0c\x2f\x0e\x9c\x49\x7b\xeb\x9b\x51\x57\x1b\x59\xa2\x81\xc5\xd0\x90\xd6\xf0\xcd\xd0\xba\x5a\x09\x5d\xb7\x6f\x5f\x1a\x17\xb8\x29\x66\xc4\xf7\xbf\xf2\xfd\xf5\x8c\x5e\xd5\xe1\xa6\x09\xae\xec\xa2\xd8\x20\xb2\x46\x3f\xe8\xbd\x32\x42\xfe\x62\x28\x53\xfe\x61\x49\xf8\xc5\x49\x85\x96\x9f\xf2\x8d\x90\x98\xb1\xed\xbe\xa7\x39\xe5\x72\x5e\x51\x7a\xb2\xbe\xf4\x20\xe1\x32\xfd\xc3\xff\xf8\xfc\xe5\x86\x9f\x5f\xea\x40\xaf\x9a\xc0\x9c\x3a\xe2\xf9\x9c\x00\x79\xda\xc2\x85\x78\xa6\x4f\x85\x6a\xd1\x93\xcb\x96\xdc\x03\x93\x2b\x7a\xc5\x7c\x1f\x6d\xaa\x08\xf5\xd6\xc9\xc5\xe1\x9c\x71\x8f\x11\xcc\xad\x3d\x6e\x51\x63\x76\x10\xd3\xbe\x95\x69\x1f\xe0\xce\xfc\x24\x07\x48\x89\x03\x1e\x1f\x50\xab\x1c\x14\x9d\x28\x5e\xbc\x36\x17\x07\xf9\xc5\xae\xb0\x07\xec\x14\xdd\x12\x84\x65\x61\xc8\x53\xf2\xfd\xea\xeb\xee\x23\x3c\xb6\x41\x6a\x37\xdd\x34\xf6\xb5\x21\xe6\x76\xe0\xc0\xae\xa3\x39\x07\xd9\x40\x73\x7a\xd2\x6f\xfc\x7e\x43\x13\x1e\x6f\xdb\x35\x4a\x0e\x1b\xd7\xd0\x1d\xed\x0d\xd9\x76\x76\x69\x49\x43\xf9\x58\x94\xa4\xe4\xc9\x7e\xcc\xc5\x48\xa7\x05\x32\x74\xfa\x75\x27\xdb\x10\xa3\x73\xad\xa9\x3a\x98\xd8\x6e\xda\x1e\x1a\x45\xa4\xe5\x66\x11\xf4\x73\xb1\xa0\x77\x13\x45\x32\xca\x97\x81\x96\x46\x3f\xa8\x69\x7a\x3d\x70\xed\x2c\xff\xee\x57\x39\xaf\x9c\x30\x6b\xd1\xbb\x79\x3c\x01\xda\x18\xe2\xb7\x4e\x17\x39\x2a\x32\x2d\x39\xdf\xcc\x48\x87\xb4\x25\x65\x37\xe9\xb4\xc7\x3e\x6e\xd8\xa0\xd5\xa3\xf6\x48\x59\xba\x59\xa4\x9e\x98\x4c\x9a\x6d\x13\x89\xd3\x3d\xdd\x21\x07\xae\x7a\x68\xc3\xa5\xf8\xd6\x21\x3d\x6c\xeb\xfa\xb2\x0b\x1f\xef\x07\xb9\x4e\x67\x29\xb5\xdc\x69\xd0\xfb\xea\x8e\x44\x99\x38\x20\x39\x9e\xb9\xec\x38\xea\xcb\xa8\xd7\x1d\xb3\x65\x06\x98\x28\x3f\xb6\xd2\x58\xb5\xea\xe1\x1a\x93\x41\x3d\xde\x60\x25\x3e\x74\x4d\x67\x6b\x6b\x40\x3f\xc5\x78\x00\xde\xaa\x50\x28\x3e\x0a\x11\x19\x97\x2a\xaa\x50\x29\x8e\x5f\xd8\x73\xc5\xd8\xaf\xd2\xce\xf4\x00\x8e\xe2\x32\xf2\x7f\x89\x33\xcd\x22\x8b\xe3\x54\x03\xf5\xba\xbc\x98\x98\x8a\x16\x92\xb4\x7e\x67\x7d\xca\x92\x7f\x26\x59\xee\x91\x26\xf0\x61\x61\xdd\x9c\xdb\x5c\xc6\xa9\x4d\x5e\xbb\x9a\x4a\x0a\x07\x66\x2c\xca\x9f\xcd\xc1\x66\x0c\x76\xe2\x35\xec\xef\x05\xc9\xe4\x9e\xa4\x35\x48\x44\xea\xe2\x24\x37\xa4\x04\xb9\x31\x72\x0f\xb2\x4b\x56\xb8\xe4\xa5\xd2\xfc\x7a\x2b\x47\xd8\x15\x45\x12\x62\xa6\xca\x59\x41\x2f\xa7\x26\x6b\xad\x61\x71\x3e\x8d\x42\xfe\x7e\x21\x3d\xd3\x79\x12\x99\xda\x30\x12\xf6\x46\x06\x57\x4e\x26\x20\xeb\xb5\x9a\x18\xe3\x53\x0b\xf5\x2b\xbf\x42\x9f\x29\xb4\x85\x18\xd5\xe9\x90\xdb\x90\x09\x52\xe1\xed\x06\xe0\x32\x70\xcc\x04\x89\x87\x84\x1b\x52\xfd\xc2\xee\xb0\x10\x2a\x28\x75\x86\xb9\x86\x81\xb1\xd8\xb4\x79\x7c\x9b\x8a\x76\xe5\x2c\xf3\xa5\xdb\xa4\x6d\x1c\x65\x15\x93\x36\x24\x3d\xe8\x29\x19\x2b\xb4\x04\xf2\x8e\x7c\xd3\x27\x02\xea\x13\xe3\x20\x13\x93\x31\xc5\xc5\x74\x03\xc6\x7e\x1f\x45\xe3\xd7\xa4\xdf\x29\x6c\xc2\x8d\x0b\x2d\xf6\x5f\x2b\xdc\x69\xd2\x02\x0a\x76\x7a\x3c\x53\xc1\xa6\xc7\x3a\x7e\xbf\x8f\x4d\xf9\xd1\x25\xe9\x25\xef\x99\x52\x3b\x6f\x52\x74\xed\xc1\x3f\xe7\x39\xf6\x08\xc7\xb9\xab\x2e\x20\x24\x9b\xae\xd1\x6d\x3d\xa1\x5a\x6a\x89\x33\x67\xab\x14\xad\x4b\xba\xa4\xba\xb1\xf2\x10\x4a\xfe\x7d\xd2\x80\x3e\xd5\x92\xf5\x63\xf1\x80\xf0\x0e\x98\xf5\xd3\x16\x75\xa5\x70\xe7\xfa\xe5\x6a\x92\x3b\x63\xb2\xc1\x90\x78\xb8\x8f\xfb\x4c\x01\x4d\x35\x28\xbe\xc1\x58\x78\xef\x97\x16\xc4\xdd\xc1\x07\xa1\x78\x19\x75\x5e\x31\x36\xff\x6e\xdc\xda\xff\x72\xdc\xd0\x71\x2c\xa8\xfe\x6f\xf6\xdc\x53\xd6\x12\x7b\x8f\x70\x11\xc9\xbe\xb1\x18\xf9\xd2\x88\xff\x04\x95\x4a\x81\x95\x19\x33\x24\x72\x4c\xa9\xe4\x70\x86\x7f\xd5\x0d\x99\x03\x73\x54\xe2\x68\x33\x0b\xb9\xab\xd5\x6a\xe9\x86\x3a\x14\xa3\x75\x9b\xad\x4f\xbd\xe2\x98\x1c\x7a\x31\x19\xeb\x75\xff\xdc\x34\x82\xb3\xcd\xb1\x7d\x8a\x80\x93\x5c\x57\x49\xa1\x7f\xdb\xc8\xaf\xff\xb6\x7f\x39\x21\xa6\x44\x41\x3e\x24\xb6\x6f\x81\x01\x6b\x32\xe1\x46\xd8\x19\x22\x44\x4e\xe1\x8c\xd9\xa5\x05\xda\x3e\xeb\xbc\xd7\xff\xc4\xaf\x94\xa5\xbf\x7a\xf5\x65\x70\x44\x11\x14\x89\x82\x43\xbd\x0e\xd6\x3e\xad\x87\xca\xdc\x38\x9b\xd5\x40\xe5\xff\xb6\x2f\x18\x30\xc2\x94\xa9\x1c\xd3\xac\x8c\x1b\x7f\xf4\x58\xce\xe8\x02\x66\x8d\x83\x99\x53\x26\x84\x22\x26\x75\x94\x97\x7e\x2d\x2b\x4e\xde\x77\x37\x27\xd8\x45\xc1\x29\x0f\x69\xbc\xa1\xde\x83\x4a\x54\x95\x72\xe2\x46\x11\xaa\x4b\xbe\xe0\xe9\x0b\x2d\xcc\x63\x90\x4e\x8d\x4e\x4b\xe4\x86\x54\x88\x1e\xce\xa5\x0d\x11\x36\x9d\xdb\x44\x76\xd0\x07\x86\x9e\xa2\x2b\xb4\xc0\xfa\xa8\xd3\xce\xe5\x4d\xdf\x28\x46\xd4\xc2\x9c\x74\xeb\xf8\x7c\x69\x75\x99\xd6\xd6\x10\x95\x66\x34\xe5\x26\xe2\xcc\x55\x8e\x22\xae\x95\x75\x41\x71\xe0\x97\x46\x17\x4c\x39\x72\x07\x96\xa1\x39\x80\x44\xa3\x35\xea\xc5\x03\x68\xec\x94\xdf\x84\xed\x17\x9d\xed\x7a\x11\x76\x12\x04\x2d\x77\xc8\x32\xd2\x26\xa8\x3a\xab\x1d\x40\x47\x6f\xb5\xc6\x9d\x56\x10\x62\x88\xb9\x2d\xb3\xff\x99\x97\x5a\xfb\xe8\xa1\x23\x58\xf2\xc6\xbb\x9a\xc7\x29\xd0\xe0\x36\xc7\xc0\x74\xa9\x86\x8b\xfb\x90\xf7\x51\x0a\x30\x37\xc2\xb3\x2b\x70\x07\x90\x38\xed\x27\x20\x14\x98\x52\x52\xe0\x8a\x1c\x65\xf7\xd3\x72\x60\x8b\x11\xf0\x7f\xbe\xac\x81\xa9\xdc\xab\xd6\x91\xd5\x27\xb9\xec\x01\x45\xb9\x5f\x10\xcc\xd5\x4f\x5d\x11\x47\xd1\xa4\xd3\xa6\xcd\xeb\x57\x4e\xa3\xbb\xe4\xea\xf9\x54\x5a\x33\x04\x10\xdf\x0b\xfa\x30\xa2\xc8\x05\xd5\x47\xa7\x61\x10\xb4\xa2\xad\x02\xc0\x09\x46\x85\xd3\xf5\xb8\x85\x7d\xf6\x4c\x90\x8f\x9e\xce\xe1\xa7\xb7\x4b\x28\xb4\xb0\x21\x84\x0f\xa3\x4a\x50\x10\xc4\x6b\x1f\x07\xe5\x99\x50\xe2\x0a\xa0\xeb\x64\x03\x3a\x52\x3a\xbe\x10\xf6\x73\x87\x11\x13\xed\x5f\x98\x7e\x33\x26\xbc\x70\xcf\x26\x39\x5e\xbf\x7f\xe7\x5a\xa8\xa5\x1d\x9b\x2a\xda\x63\xae\x82\xe0\xc2\x35\x56\xea\xc2\xe9\x0f\x60\xe1\x5b\x0f\x75\xb0\x48\xab\x39\x5b\x91\xec\xe8\xb9\x78\xb2\xde\x0f\xc0\xf3\x4c\x6a\x30\xd9\xdd\xd3\x26\x7b\x90\x8a\x25\x34\xe9\x69\x04\x14\x22\x6d\x6d\x3b\x86\x14\xee\xf1\x39\x3a\x6f\x19\xd0\xe9\x08\xe1\x2c\xb3\x4d\xdd\x06\x23\x86\xbb\x83\xbb\x72\xbe\x23\xc2\x04\xd1\xa6\x11\x7c\xed\xbd\x95\x5d\xd1\xb2\x5e\x3b\x84\xf8\x6f\x5a\x4d\xd5\xa6\xda\x6e\x0d\x6b\x6f\x9d\xde\x60\x0b\x54\x2e\xb0\x32\xaa\xba\xc9\x5d\xeb\xac\xaf\xec\x8b\x36\x5d\xe1\x81\xd2\xfd\x02\x0a\x90\x79\x0b\x2b\x3f\xce\xb9\x2b\x9c\xc8\xa3\x0e\x41\x91\x0d\xcf\xd4\x79\x31\xaa\xde\x54\x14\xbe\xcf\x08\x5e\xf1\xfb\xdf\x27\x04\xa9\x2e\x7e\x1f\xc7\x2e\x26\x5a\x0f\xa5\x42\x42\x2a\x29\x6d\x00\x44\x1d\x46\x5c\x30\xba\x23\x28\xc1\x34\x85\x92\xbe\x2a\x40\xd0\x2f\x80\x90\x7a\x87\xe7\x32\x6a\x9b\x50\xf4\xe5\xd9\xf4\xb5\x70\xd2\x14\x6f\xd1\x64\xac\x3f\x75\x74\x2b\x42\x60\xa8\xba\x03\xe4\x33\x42\x3d\xeb\x05\xa5\x85\x10\xff\xcd\x30\x17\x8a\x3b\x4a\xde\xcc\x38\xf3\xe1\xbd\x9f\x45\x04\xae\x98\x76\xa9\x7a\xbc\xd8\x92\x2c\xd6\x56\x02\x28\xb8\x66\x1d\xda\x51\x47\xed\x0b\x57\x09\xe8\xe0\x1f\x0f\xb5\x65\x66\x2d\xfc\xdc\x34\x3f\xb7\xf8\x67\x30\x4c\xcd\x82\x35\x58\x82\x2d\xfc\x8a\xba\x19\x21\x2a\x64\xcd\xa2\x35\xc4\x5c\xcc\xdf\x57\x6b\xd2\x18\x7b\xc8\x47\x99\x43\xe7\xec\x44\x5e\x81\x13\x20\x04\x96\x74\xc1\x98\x52\x4f\x7f\xa7\xa0\x3d\x57\xdd\x0a\x64\x0f\x48\x35\xaf\x1b\x79\xe5\x0f\x78\xf5\x09\xfa\xcb\x87\x4b\x91\x87\x0b\x38\x93\x58\x09\xf5\x33\xdc\x0c\x4d\xa0\x50\xbc\x2c\x39\x65\xdc\x60\x83\xb1\x01\xcd\x84\x1d\x5a\x9c\x26\x49\xa7\xc5\x31\xb5\x1d\xa1\xff\x77\x24\x9d\xcc\x50\x83\x87\x6a\xb1\x8f\xda\xe3\xaf\xbf\xb7\xb2\xdf\xd5\xbe\x5f\x02\x3a\x97\x2a\xab\x4d\x13\xdc\x6e\xcc\x27\x46\x23\xe8\x4d\xba\x6b\x79\x1c\x4c\x67\x95\xed\x2c\x78\xaa\x1f\x13\x47\xff\x74\xe1\xea\xbb\x0b\x55\xcf\xc5\xab\xc1\x69\xb5\xb9\x7d\x7c\xb0\xe6\xad\x76\x2a\xc6\xa9\x95\x57\x6e\xe1\x9c\x56\x60\xaf\xe2\x8d\x9e\x27\x3f\x08\x26\xfa\xb3\xf2\xcb\xe0\xc3\x84\xc3\x3d\x18\xc5\x26\x0f\x96\x3c\xeb\xfc\x84\x15\x8e\x52\xe4\xca\x33\x6f\xbd\x26\x00\xc1\xe4\x6a\xef\x1b\xda\x78\xba\x27\x40\xe1\x63\xef\xec\x7c\x19\x96\xa5\xb9\x3c\xdb\x13\xcb\x0b\x51\x92\x70\xfc\xb8\x1c\x1d\x50\x42\xbd\xc7\x48\xb7\xfe\xa2\x45\x80\x72\x9d\x80\xf7\x8e\x09\xed\xb2\xe3\x61\x05\x8c\xd2\x4c\xe5\x8a\xaa\x4b\x7b\xe1\x24\xed\x0e\x0b\xc0\x2f\xda\x2f\x77\xb2\xcd\xd5\x34\x06\x50\x54\x3d\x6d\xb7\x09\xfc\xef\x88\x51\xc3\x26\xd2\xcc\x35\x6b\x9b\xbd\x2e\x70\xab\xdd\xee\x5d\xf6\x7d\x2e\xc4\xfc\x98\x02\x53\xba\x43\xf1\xb8\x3d\xa0\x78\x37\x3f\xb3\x02\xed\xec\xe5\x96\xe6\x78\xd7\x7b\xcc\xfd\xc2\x3b\x99\xac\x07\xe5\x9c\x16\x69\xbd\x66\x7a\xbb\x0d\xfe\x19\xef\xda\x7d\x3d\xdc\x47\x66\xd4\x1b\x2f\x01\xa9\x7b\xf3\xdb\xec\x3b\x0a\x70\x00\x49\xa8\x6f\xd8\xe7\x64\x8c\x6a\x8f\xd3\x36\x58\x15\xc7\x1d\xa2\x73\x54\xbe\x3c\x71\x55\xf6\xc6\x0a\xc0\xaa\xfa\x8a\xa3\xcb\x5c\x23\x6f\xb1\xc3\x14\x1a\xef\x7d\x5b\xaf\xb3\x84\xf3\x67\xa6\x11\x60\x4f\xe3\x98\x06\x52\xf9\xb2\x99\x60\x31\xd4\x12\xdc\xa9\x9a\x38\x54\x83\xaf\xc9\xa4\xdc\x7b\xf3\x02\xeb\x01\x2e\x40\x94\xf2\xc8\x87\x0f\xeb\x41\x79\xa2\x87\x29\x04\x3c\x76\x52\x05\x24\xbb\x46\xab\xeb\x57\x84\xa3\x6b\x79\xe6\xf3\x2f\x6b\xda\x6c\x1b\xc0\x81\x82\x2c\x7c\x8f\x6c\x78\x54\xe2\xb3\x13\xab\x13\x43\x1d\xa9\xe2\xd3\xab\x2d\xe1\x2f\xa9\x82\x1b\x77\x1c\x52\x57\xa9\x86\xac\xb5\xb8\x64\xdf\x81\xa5\x10\xea\x07\xbe\xa2\xac\x65\x17\xc5\xf0\xbc\x1e\xd9\x2d\xf6\x3b\xf0\xac\x5a\x47\x9e\x08\xf1\x74\xa4\x6b\x55\x28\x4f\xb8\xc9\x8b\x29\x6d\x49\x33\x5a\x6f\x2c\xfe\x0a\xab\x22\x45\x20\x7e\x47\x73\xcb\x0b\x29\x96\x3f\xc1\x23\xf4\x28\x75\x6c\x96\x20\x0b\xd2\xe4\x36\x27\xf8\x68\xa2\xd4\xe1\x48\x68\xe5\x0d\xfb\x84\x5e\x93\x21\x6f\x81\x5d\x04\x54\xc7\x41\xea\x00\xc4\xa0\x6f\x5d\x31\xe8\x82\x28\x0b\xaf\x09\x77\x89\x26\x2d\xd2\xc6\x30\xdf\xa4\x28\xeb\x59\x35\xc8\x84\x40\xc9\xa4\x9e\xbc\xa0\x02\xd4\x28\x29\x41\x81\xac\x2c\xe1\x10\xbb\xd0\xc4\x6b\xc9\xa3\xfd\xf9\x7a\x6c\xcd\x2f\xfa\xd9\xf7\xe0\xad\xa1\x3c\x96\x8d\x6c\x03\xe7\xd7\xdc\xe5\x77\x24\x7f\xef\xb3\x51\x24\x54\x4d\x6e\x53\x4c\x04\xf2\xfc\x6c\x12\xae\x99\xac\x8d\xf4\xed\x91\x0c\xa8\x45\xe9\x8a\x3c\x4b\x7a\x8d\xd6\x91\xef\x15\x71\x59\x3e\x45\x95\x69\xde\x84\xf8\xa0\x19\xa9\x7e\x91\xef\x08\xf3\x9a\x38\x81\xc5\x34\x20\xd1\xa8\x1e\xf5\x53\x27\x7b\xcc\x24\x73\x83\x79\xbd\x86\x7a\xeb\xc4\xf1\xa1\x80\xde\x69\xcb\x0c\xbe\x43\x70\xef\x12\x3a\x1b\x5c\x45\x18\xc5\x25\xb2\xcb\x3a\xf7\xe5\x91\x70\x5a\x6a\x09\xf1\x74\x91\x84\x7d\x5d\xcb\x8d\x79\xca\xa7\x4e\x84\x06\xaa\x84\xf2\xfb\x3b\x3b\x57\x68\xf8\x6e\x78\x80\x99\x13\xa6\x9e\xc7\x44\xaf\x17\x42\xe1\xdb\xa2\x49\x5e\x59\xd5\x3f\x42\xbb\x98\x54\x9e\xe8\x25\xba\x75\x4a\x1e\x00\x6a\x2e\x56\x47\x0a\xd2\x8e\xcf\x11\xdc\xa0\xdc\xab\xd3\xf8\xc1\x44\xb0\x54\x45\x6e\x4b\x6c\x5f\x4f\x84\x1a\xda\x59\x5f\xfe\x6c\x52\x67\xbb\xab\x69\xf1\xfe\xec\xbb\xa4\xbb\x5c\x01\xfe\x1f\xb7\x81\x2f\x98\x63\x55\xd4\xec\x84\xd2\x4f\x40\x83\xac\x9a\xa9\x1e\x5e\x07\xd9\x3a\x3d\xec\xa3\xe3\x1d\xc0\xa6\x18\x48\x1f\x45\x39\x91\xa9\xa8\x2a\x14\x13\xa0\xe4\x36\xf5\x43\x0f\x9e\xa1\x4d\x56\x3f\x8f\x8b\x42\xc1\x8d\xa0\x5d\x2c\xbf\xa1\x0a\x17\xb5\x78\xd3\xa7\x6f\x4f\x9c\xa0\x80\x9f\x76\x47\xce\xb2\x32\xa4\x0e\x14\x5a\x47\xc1\xb3\x93\x3c\xf2\x50\xf5\xcb\x33\xe1\xec\xad\x08\xcc\x0a\x13\x2e\x27\x55\xc3\x5a\x9a\x32\xfd\xaa\x77\xa5\x9c\x9f\x64\x8c\xe2\xde\x55\xb9\x7c\x85\x4f\xbb\xec\x8a\xc7\x8f\x1d\x09\x9a\xe9\x53\x82\x32\xc1\xf3\x36\x9b\x40\x9d\x95\xee\x3a\xe5\x4b\x3d\xa5\xa9\x40\x26\x12\xf8\x08\xb2\xa8\x62\xc9\xa5\xa0\xc7\x57\x38\x2b\xbc\x4b\x4a\xc1\xd4\x67\x23\xcb\x6b\x2c\xc0\xb4\x20\xd3\xc7\xa7\x10\x31\x09\xa2\x80\x5e\x3d\x26\x5e\xec\xbd\x6c\xa1\x9e\xc7\x57\x6d\x8a\x33\x94\x16\x0d\x06\x60\x6b\x81\x47\x9c\x36\x3b\xcc\xdb\x79\x8b\x7f\x38\xe8\xa5\xa9\x7c\xb9\x03\xdb\xcc\x82\xf4\x55\xaf\x71\x1d\xe2\xf4\x13\x9f\xfe\xca\x7d\x23\x71\xf6\xc9\xe7\x52\x6f\x12\x3a\x1e\x80\x6b\xbd\x75\x71\x44\xb4\x42\x47\x00\x8c\x13\x23\x38\x8e\x70\xa0\x6e\xe1\x3c\xcb\x0b\x0d\xbf\x26\x25\xce\x2f\x1b\x67\x33\xf3\x46\x04\xb4\x01\x8e\x98\xa3\x82\x73\xb2\x66\x27\xef\x5c\x38\xf7\x17\x74\x40\x57\x72\x75\xdf\xfd\x30\x5b\x70\x1b\xe4\xa9\xce\xa2\xfd\xcd\x6f\xd3\x26\xc3\x66\x76\x4b\xea\x5b\x90\x93\x72\xc5\x09\xe4\xe6\x24\x32\x35\x2d\x72\xbf\x6f\x51\xb0\xe5\xc2\x0f\x5b\x6a\xf4\x46\x35\x02\x99\xaf\x85\x08\x95\x2a\x67\x3d\xb4\x9b\xea\x3c\x85\x2a\xac\x22\xc9\xaf\xd4\xc3\xd6\x5c\xe9\x51\x50\xf2\xfd\x9b\xdb\x77\x31\x55\xa7\x9d\x1e\x69\x11\x8b\x25\xe3\x8e\x1a\x4d\xda\x7b\xcf\x56\xbb\xa9\x65\x89\x6d\xd9\xc5\x46\xef\xff\xb2\xd1\x54\xb4\x59\x6d\x54\xa7\xb8\x7e\x4f\x54\xb2\xd9\x7e\xc4\xc0\xc2\xa3\xd0\x32\xda\xdd\xca\x30\x15\xd1\x2e\x59\x53\x07\x95\x9f\xd4\x5b\xfd\xe6\xa4\x53\x41\xcc\x9f\xff\xd5\x08\xfb\xe4\xab\x10\xee\x81\x9c\x22\xea\x6e\x8d\x89\x43\xc8\xc9\xa7\x0c\x2c\xb6\x92\xc2\xde\xc8\xce\xbe\xf0\x12\x3b\x0c\xf5\xcc\xd1\xaf\x92\x48\xf6\x4d\x68\x55\xb4\x51\x6c\x40\x72\x2c\x0c\x16\xfd\xbc\x3a\xb2\x6c\x9c\x7f\x2b\x1b\x2f\x54\xdd\xd8\xbe\xaf\xed\xf5\x04\xf7\xed\xf9\x8a\xd6\xfb\xd2\x1e\xd3\x46\x53\xb1\x48\xc5\x0e\x65\x88\xce\xf3\x31\xb2\x77\x4b\x1e\x69\x2d\x1d\xa6\xc2\x7e\xa4\xe7\xe9\x4b\x3d\xd1\xb6\x86\x54\xc9\x64\x36\x24\xe2\xd6\x86\x99\xa3\x10\xd8\xcb\x1e\x83\xc7\x94\x16\x16\x8d\x3f\x74\x9e\xd2\xa2\x68\x5f\x71\xb0\x22\x3e\x84\xba\xcf\x70\x8c\x93\x2e\x7c\x29\x5d\xae\x06\x89\x0a\x25\x89\xcc\xcd\xe0\x06\x8f\x6f\x33\x1e\x66\x66\x4d\x4b\x3e\xe8\x99\x45\x15\x1b\x86\xe1\x6e\x58\x90\xcb\x66\x7b\x16\x65\x47\x74\xef\x2e\xb2\x5a\xba\x03\x8a\x3f\x2c\xe9\xa1\xaf\xdd\x5d\x29\xe0\x56\x97\x25\xd4\xfd\xe7\x64\xad\x0e\x64\xe2\xff\x2c\x1b\x6b\xa8\x4f\xf2\x49\xd6\xd9\xa1\x5c\xa7\x19\x7f\xb9\x23\xac\x61\x8d\x0d\xc5\xcb\x4e\x91\x71\xaf\xdb\x72\xe7\x56\x91\x63\xb9\x68\x54\xb2\x82\x53\xea\x28\x97\x3e\x4f\xd2\x91\x10\x8b\x3a\xb9\x7a\x9c\x0d\x28\x6c\x32\x63\x1b\x53\xc1\xd4\xe3\xdc\x0e\xff\x5e\xf0\xa5\xad\x1b\xe1\x9b\xca\xe5\x15\xe7\xed\x0b\x3f\x4c\x84\x1d\x4b\x26\x82\x2b\xec\xd7\xcf\xd9\x76\xfd\x5f\x56\xf3\xed\xa4\xfe\x4f\x42\xec\xe6\x16\x2b\x8c\x09\x76\x0b\xe1\xd5\xba\xae\xbe\xe9\x2f\xb3\x90\x76\x97\xbb\xe2\xcf\x9d\x94\x0a\x38\x6c\xe4\xb7\x0a\x5d\x74\x54\xc5\x93\xcf\x5d\xf7\x8b\x8c\x0b\xa4\xf0\x7c\xbb\x86\x7a\xa1\xa6\x57\x4e\xbe\x67\xae\x1b\x09\x27\xcd\x49\xda\x87\x78\xde\x77\xd3\x74\x3b\x08\xac\x26\xa6\x69\x20\x13\x9a\xa6\xaa\x65\x47\x64\x69\xcc\x4f\x28\x16\x3e\x3a\x27\x9c\x46\x6b\x26\xe4\x0a\x58\x98\x51\xd2\xbc\xcb\x08\x6f\x07\xe2\xc8\x99\x32\x11\x74\x3a\x26\xd6\x8e\x27\x68\x54\x85\x1e\x4a\x04\xdb\xf6\x7b\x9a\xea\x53\x3b\x7d\xf2\x83\xac\x64\x9b\xb9\x97\xb1\x1e\x4e\x20\xc5\x3e\x8f\x30\xeb\xb5\xc6\xac\xde\x8d\x59\xe6\xa3\x3a\xbc\xb7\x8c\xee\xb0\x48\x3a\x5b\xef\x5f\xad\x1e\x3c\x1a\xb5\x64\xe9\x7c\x62\x18\xb1\xe3\x9c\x18\x95\x46\xf6\x7e\x65\x12\xa5\x46\xb7\x12\xef\x8a\xfa\xde\xe5\x48\x0a\xfb\xb1\xf5\xf3\x77\x53\x6a\xfa\xfd\x94\xaa\x20\x01\x99\x6e\x75\x56\x4d\xbd\xe1\x3d\x12\xed\xc4\x13\x33\x6f\x00\x2f\xe0\x34\x21\x9a\x2e\x3b\x69\x44\x93\xf0\xae\x5c\x34\xf1\xaf\x2c\x9c\xce\x4a\x4f\xeb\x79\xec\xf8\x36\x0f\xfd\x48\xb4\xed\x61\x84\x4a\xfc\xd3\x0d\x0d\xf5\x75\x00\xb4\x4b\x60\x24\xd2\xaf\x3f\x0b\x24\x9e\xc6\x7f\xad\x95\xc5\xbd\xbb\x6f\x05\x18\x8a\x21\x4c\xaf\x3b\x95\x09\x22\x3d\xc6\x35\xc4\xb4\x3e\x0b\xb0\x54\xf2\x16\x38\xcc\xa5\x8e\x2b\xc4\x5b\xf5\x98\x2b\xa0\x13\x21\x66\x6c\xc4\x1a\xa3\x96\xa6\x3e\x3c\x84\xee\xf1\x31\xd3\xac\x9f\x1e\xca\xb6\x18\xcc\x0e\x28\xf6\x64\x44\xcf\x5d\x15\xb6\xaa\xa7\x8d\xd7\xb1\xb0\x5d\x00\x5f\x29\x1c\x4e\x9b\xe5\x70\x0b\x4c\x04\x24\x61\xd4\x85\xd3\x3b\x31\x0a\x8c\x6e\x60\x8f\xe3\x65\x14\xf0\xb1\x18\x25\x41\xa3\x59\xdb\x71\xad\x23\x98\x4b\x20\x57\x64\xf7\x22\x2c\x01\x76\x5b\x91\x15\x31\x2e\x9e\x4b\xcc\xad\x6e\x33\x73\x45\xe6\xe7\x4e\x85\x5b\x73\x3e\x4f\xda\xc6\x97\x49\x4b\xcb\xf0\x39\x65\x41\x24\xca\xae\x58\x3b\x83\x15\xa6\xc1\x38\xa5\x69\xe0\xc4\x4c\xb8\x58\xe2\x90\x55\xbc\x1d\x14\xe2\xc4\xbd\x2e\xde\xbc\x8b\xcf\xb1\xfe\x4e\x8e\x89\x33\xd4\x9c\xc9\x2e\x65\x8f\x48\x6a\x93\x6b\x02\x52\x69\xc5\x47\x93\x94\xfd\x21\xe8\xf1\xaf\xfe\x93\xe5\xe6\x7b\x3f\xc9\x06\xd9\x83\x9f\xfc\x1e\x6d\xec\x53\x5b\x99\x6c\x6f\xfc\x1e\x2d\xf8\x3d\x08\x4e\x2c\x8e\x12\x24\x43\x27\x38\x3e\x36\x96\x5f\xc1\x4c\xfc\xa3\xe5\x7c\x00\x9b\x21\x0d\x60\x03\x85\xbd\x09\x63\xfe\x50\x36\xe9\xf1\xf7\x74\x90\x1b\x96\x99\xb2\xc6\x7a\x1f\x0b\xa7\x26\x9b\x27\xd8\xa3\x7b\xcc\xfd\x5b\x43\x94\x7b\xb4\xc3\xfc\x73\x37\xe6\x97\x69\x0d\x65\xcd\x85\x6a\x05\x3f\x37\xa6\xbb\xa7\xb5\x98\x2a\x96\xc7\xa8\x3c\x13\xc7\xc7\x9f\xc8\x29\xd4\xb6\x59\xee\x3b\x6e\x31\x03\x11\x3b\xd0\xc9\x77\x4e\xec\x0d\x55\xd6\x00\x7a\x68\x78\x8b\xea\x53\x2b\x4e\x19\x3e\x71\x35\xe2\x6a\x4d\x9f\x74\x0c\x08\x56\x71\x08\xe4\x8a\x3a\x8f\xb2\x61\x6d\x21\x3e\x2a\xb8\xf6\x4a\x45\x56\x28\xf6\x3a\xa6\x7c\x03\x72\x11\x9e\xe8\xda\x6b\x20\xb5\xf4\xb9\x04\x72\x8b\x6b\x13\x5c\xbb\x93\x28\x7d\x36\x0a\x06\xe5\xb7\x6c\xa8\x4e\x34\x54\x67\xb8\xa8\x2e\xb8\xe0\x6a\x5d\x57\x59\x5e\xc0\xe2\x27\x25\x3d\xeb\x31\xb0\xec\xea\x8a\x0b\x20\x9e\x5d\x90\x37\xbd\x08\xf1\x92\x56\xbc\xa2\x57\x97\xd7\x12\x48\x0d\xdc\x0a\x3b\xc0\x69\x09\xeb\x71\x5a\x8e\x8b\x27\xf3\x62\x02\x28\xdf\x6d\xe5\x6c\x85\xfa\x64\xd5\xea\xa3\x3b\x54\x9f\xf3\x48\x3b\xc9\xf0\xb7\x8f\x72\x98\x25\x30\x18\xfe\xf6\x01\x0e\xb1\x83\xf7\xa9\xd5\xc1\x9f\xee\xa4\x1b\xfa\xc7\xfb\x4c\x84\xd3\xb3\xd7\xa3\xb2\x81\x42\x4e\x39\xb8\x7d\xeb\x1f\x4f\x08\xd7\xed\x81\xcd\xf3\xdf\xb9\xd6\x6f\x2f\xfd\xde\xb9\xbe\x77\x7d\x90\x7d\x8f\xc9\x1f\x7c\xdb\x84\x82\x73\x7d\x3d\x8d\x65\xdb\x82\x16\x0c\x2d\xb1\x97\x16\x55\xc1\x76\x3a\x04\xbd\x89\x2d\xd4\xaf\x4e\x6d\x58\xf0\xbe\x9b\x3a\xa2\xae\xb0\x7f\x1e\xda\x08\xfe\x50\x3f\x1b\xc0\x80\xb6\x6f\xf7\xd0\x3a\x59\x79\x85\x86\x6b\x02\x54\xf6\x55\xfe\xbd\x52\x7b\xe6\xe8\x4b\x3e\xfb\x02\xf9\xb3\x80\x41\x75\xc3\xa7\x4c\xf5\x7c\xc8\x54\xcf\xf1\x6f\xc4\x2c\x49\xe4\x75\xa2\xca\x9e\x70\x1e\x4f\x11\xcd\xd8\x7e\x27\xf4\xfe\xe6\x4e\xa4\x65\xec\x2a\x77\x86\x9e\xd4\x7e\x6c\x1c\xbe\xf8\x91\xdc\x1f\xb8\xdb\x41\x3d\x02\xd4\x80\xd5\x31\xa5\x4c\xb0\x3d\x30\xff\xee\x7a\x85\x58\x6f\x35\x75\xd8\x5d\x85\x0c\x7a\xe2\x96\x10\x8b\x46\x00\x67\x5a\x1d\x2c\x22\x8b\x46\x95\x58\x3d\x66\xf5\xea\x20\xb3\x9d\x6a\x4e\x83\x13\x52\x4f\x29\x45\xa9\xee\xcf\x3d\x70\x7f\x9c\x7a\x03\x3d\x34\x0f\x8c\xa8\x7f\x13\xd3\xa7\xca\x91\x6e\x44\x21\xc5\x97\x1e\x11\xdd\xaa\x54\x12\x90\xdf\xee\xee\x10\x25\xa1\x39\x7c\x46\x19\xb7\x00\x3b\x3a\x7b\x7f\x31\x69\xc6\xad\x07\x23\xe4\x54\x47\xf1\xb5\x6d\xcb\x30\x51\x08\xe7\xbc\xb5\xfe\x78\xb1\x63\x3c\x88\xcd\x87\x7f\x7e\xc8\x9c\x7d\xc1\x7f\x79\xb2\x73\x74\xbb\x84\xe6\x7d\x26\x15\xf7\xa3\xd7\xe0\x0a\x51\x84\x19\xf8\x8f\x2f\xba\x20\xba\x06\x22\x35\x26\xed\x0e\x04\xc1\x6e\x8f\x0c\xd1\x9d\x7a\x3a\x81\x6b\x77\x0a\xef\xda\x21\x40\x8c\x3a\xa9\x00\x50\x11\xf1\xcc\x8f\xc0\xb6\xed\x6b\x7d\xc7\x71\x6b\x4b\xc2\x4b\x82\x2c\x40\x10\x97\xd7\x50\x44\xdf\xd1\x8e\x55\x09\xa7\xab\x12\x89\x4b\xc4\x74\x89\x90\xbc\x4f\x31\x89\xf7\x36\x9d\x5c\x97\x80\x4c\xf8\xb2\x5b\xd2\x8f\xdd\x4b\x2e\x78\x5d\xdb\x51\x6b\x46\xd5\x1d\x27\xfc\x03\xa9\x42\xc8\x9a\xd2\x4d\x21\x9e\x1a\xc2\x8c\x4d\xc9\xce\x41\x22\x07\x65\xfd\xb2\x71\x44\x97\x6d\x19\x1c\xf2\xdb\x4b\x5d\xb1\x96\xf6\xee\x4a\xba\xcb\x5b\xca\x3d\xb0\xae\x00\x03\xbd\xa1\xef\x2f\x2d\xad\xef\xfe\xd8\xca\x11\x36\xa6\x66\x8b\x36\xc8\xfe\xb9\x93\x11\xc6\xaa\xbb\x36\xbc\x47\xcd\x0e\x6c\xd5\x5a\x8b\x8b\x89\x8d\x84\xbd\x97\xd8\xe7\x6e\x4e\xac\x53\x86\x8a\x73\x67\x6e\x02\x3d\x4f\xa1\xf8\x0a\x9f\xc3\xae\x0d\x58\x15\x13\xdc\xda\xaa\xc9\x06\x5a\x39\x0a\x90\xfe\x4e\x9c\x5b\xaa\x2d\x29\x70\xe1\xd5\xa9\xe9\x0e\x77\x1b\x10\x69\x86\x4e\x00\xf0\xb4\x51\x27\x22\x54\xc7\x6b\x8e\xea\x88\x81\x84\x99\x52\xb5\x97\x8e\x5d\xfe\x94\x13\x52\x42\x49\xbe\x89\xdf\xbd\x2b\xdf\x70\x38\xd8\x47\xd5\x26\x00\xfe\xbc\x3c\x12\x96\x15\xe1\x36\x93\xb3\x8f\x04\xcc\x63\x1b\xba\x6a\x09\xec\x23\x5a\xe5\x08\x65\x35\x83\x1e\x39\x21\x37\xd2\xca\x51\xea\x4b\xc6\x5c\xf4\xf8\x91\x2b\xe2\xe4\x51\x9c\xb1\xb5\x6f\x83\xbb\x38\xa9\xda\xff\x18\x5a\x74\x6e\x42\x8b\x60\x8f\xe8\xd8\x5b\xf4\xdd\x5a\xc6\x20\x08\x1a\xaf\xd2\x7f\x08\x71\xa9\xc4\x3a\x42\x39\x7b\xd9\xc4\xfd\xe2\x3c\x5f\x11\x8a\x51\x8c\xfd\x8b\xfb\x15\x91\xb0\xa1\x39\xc2\x69\x6a\x88\xce\x8d\x53\xd2\xbc\x47\x54\xb5\x4b\x0f\xee\x44\xfc\x08\x24\xe3\x57\x84\x96\xeb\x1b\xb9\xc6\x4c\xd9\x60\x68\x99\x10\xa5\x70\x8a\x5d\xcb\x4e\x01\x66\x81\x7e\x73\x9e\xd6\x34\x09\xee\xf5\xf4\x59\x23\xd1\xae\x25\x3b\x25\x10\x05\xf4\xb8\x9e\xf9\xb2\x3e\x84\xaf\x88\xfa\x7b\x63\x85\xb0\x38\x66\x11\xea\xfa\x8e\xc3\x25\x50\x60\xa5\x63\x41\xa1\xf5\x4f\xfd\x2f\x27\xb9\x1c\x20\x73\x4f\xa1\xee\xa8\x7e\xc7\xbe\x86\xd6\x97\x47\x69\xf1\x1a\x22\x72\x3b\xc1\x89\x8b\x04\xd1\xbc\x33\x7d\x53\xfd\x6e\x07\xe9\x6a\xb4\x19\x34\x28\xe5\xdd\xe5\x6c\x9d\x98\x13\xfb\x62\x6e\x13\x1e\xaf\x35\x7b\xe2\x5b\x16\x13\x4e\x75\x9b\x45\x14\x59\xd2\x16\x60\xc6\x73\xad\x5e\xb3\x64\x40\xf5\xae\x3e\x1d\x9d\x68\xb1\xf8\xb3\x9c\x31\x1f\x4e\x81\x83\x52\x19\xb5\x86\x18\x6f\x42\x8c\x6b\x17\x8a\x3f\x72\x54\xcf\x50\x44\x9c\x2e\x16\xe5\xf8\xf2\x4e\x69\x88\x8a\xc4\xf4\x11\xbb\xbf\x7d\x40\x75\xc5\x19\xca\xa7\x8e\x5b\x04\x83\x1a\x2f\x61\x96\x91\xa6\xd0\x92\xbd\xde\x10\x43\xe5\x09\x67\x78\xe9\x21\x57\xca\xcd\x54\xaf\x59\xed\x1d\xf3\x07\xaa\xb1\xaf\x3b\xc5\x23\xe2\xab\x3b\x9e\x46\x64\x07\x3f\xdc\x4e\x14\x82\x2e\xd0\xb9\xce\xcf\xf5\x80\xe0\x71\x87\xf7\x72\x96\x1a\xf5\xdb\x3b\xab\x33\x94\x9d\x65\x8c\x48\x84\x1f\x65\x70\x32\x2f\x45\x95\x92\xdb\xe9\xc6\x1e\x18\x3e\x7f\x16\xb7\x0b\x69\xbc\x2b\xa0\xd4\x6b\xb2\x43\x0f\x72\xdb\xd4\x82\x45\x48\xf4\xeb\xf6\x13\xb7\x0b\x80\x54\x3a\x03\xa9\xdf\x57\x94\x77\xad\xc9\x55\x17\x43\x18\x9a\xfe\xef\x90\x99\x83\xc6\xa7\xd4\x97\x5e\x2f\xb5\x0b\xcd\x6e\x6f\x80\x74\xef\xe0\x93\xd6\xf8\xaf\xde\x05\xd2\xb3\x7b\xb1\xb3\x83\xef\xd5\x08\x6c\x3b\xb5\x28\x3b\x38\x23\x9c\xd6\x8f\x0f\x9a\x92\x3d\x94\x14\xd9\xca\x6a\xf7\x0e\x1a\x5d\x8d\x41\x07\xda\x04\x7b\x6a\x96\xc0\xf4\x51\x7a\xcf\x5c\xe6\xaf\x0d\x96\x86\x9f\xc3\x69\x8e\xb0\x87\xeb\x41\x3e\xc6\x90\x6b\x44\x36\x3d\x6b\xf1\x7a\x58\x36\x06\xec\xad\xd5\x77\x88\x62\x68\x3c\x31\x3d\x9b\x11\x87\x38\xa5\xbf\x51\xdb\x58\xeb\x7c\x6f\x90\xd4\xa4\xb0\xcc\x7b\x37\x2b\x77\xc2\x45\x05\xda\xe8\xbf\x40\xfa\x26\x07\x24\x07\x2c\x8d\x1b\x2d\xf9\x8d\x90\xba\x78\x05\xda\x97\x65\x0a\xb7\xd7\x09\x98\xb0\x45\xe3\xe0\xdc\x38\x85\x00\x80\xb3\x81\x66\x76\xb7\x27\xa8\x87\x29\x7d\xaa\xa7\xf5\x05\xaa\x68\xab\x04\xac\xec\x99\x5e\x8e\x2b\xb4\xb7\xbb\xf0\x2f\x55\xaf\x0e\x10\xb9\x8d\xd2\x4d\x5d\xcd\x15\x2a\x86\x06\x32\x66\xc8\xda\x61\x88\xa5\x67\x6b\xa1\xfd\xc7\x5b\x73\xab\x67\x88\xc7\x20\xd5\x2f\x32\xd5\xc4\xc6\x42\xfc\xea\xc2\x69\xc0\x57\x1f\xe5\xf3\x9a\x7a\xef\x20\x4f\xaa\x45\xe4\xa9\x47\xb9\x61\x44\xed\x19\x41\x7a\x72\xdb\x67\x23\x5a\x1e\x89\xad\x2c\x81\x13\xca\x82\xd3\x58\xaf\x86\x69\x61\x36\xe9\xd9\x35\xcb\x56\x87\xe2\x93\x4c\x73\xcd\x44\xd4\x73\x4c\x2b\xc3\x66\x32\xe9\xdf\x17\x7a\xaa\x9d\xe1\xb5\x9f\x98\x5e\x8a\x52\xa4\x3a\xb7\x69\x5c\xae\xb2\x02\xa7\xa9\x7b\x1c\x1a\x86\x10\x75\xb6\xea\x3d\x74\xca\xfa\x83\x7a\xf0\x58\x41\x4e\x40\x89\x76\x56\x1f\x43\xaf\x3b\xce\x15\x7b\xd9\x27\x97\x2d\xb7\xe7\xd3\xdb\x79\x42\xfd\x3c\xc5\xd2\x50\x39\xec\xe4\xcf\x1c\xfb\xb6\x94\x57\x56\x45\xce\x00\x6d\x4e\x4e\x0d\x97\xd7\x1f\x6d\x0e\x35\x9a\x0b\x73\x60\xa6\xf5\x39\x7a\xfa\x9e\xf8\xdc\x33\x70\xa1\xe6\x1a\xbf\x80\x89\x32\x1d\xfd\x5d\x28\x1a\xd8\xa7\x91\x5f\xb7\xbe\xdc\xc5\x15\x5e\x8b\x09\x2b\x51\x8b\x90\x8a\x7b\xa8\x77\xe0\x62\xe1\xab\x1e\x6d\xf1\xf9\xa6\xbf\xbb\x42\x6d\xe4\x0e\x07\x4e\x00\x98\xbf\x25\x3e\x85\x9c\xf6\xa8\xa7\x75\xa0\x3e\xae\xc9\x35\x4e\x42\x1e\x39\x55\x44\x53\x29\x3c\x0d\x27\x94\xed\x7d\x3b\x9f\x86\xe0\x41\x13\x39\x90\xa3\x26\xab\xe0\xab\x2f\x5c\x67\x83\xcb\xa6\x8d\xa4\xf3\x98\xae\x56\xfd\x98\xde\x62\x1e\xf5\xf3\xfa\x66\xad\x0d\xd6\xc0\x61\x9d\xc9\x75\xe1\x1d\x29\xa8\x1e\xaf\xa5\xcf\x44\x3c\x97\x75\x31\x43\xb9\xc5\x4c\x5f\xbc\x6e\x96\xd0\xb0\xde\xca\x4c\xbd\xf5\x65\x85\x37\x28\x57\x54\x31\x5b\x56\x3d\xb5\xca\x5f\xa0\x91\x55\x68\xa7\x1f\x34\x3a\xb5\x8a\x83\x83\x60\x14\x9c\xf3\x06\x3e\x0f\x1a\x7d\x76\x39\x4d\x84\xaa\x01\x3f\x7f\xdc\x68\x85\xbe\x94\xc8\xae\x6c\x42\x81\xfe\xd8\x83\xcc\xe6\x05\xce\x65\xc6\x30\xb4\xe0\xbc\x33\x31\xe0\x7a\x44\xdb\xd5\xe4\xcc\x8c\x77\xc6\xbb\x28\x46\x6d\xef\x73\x7f\xb8\xbe\x8b\x10\x10\xb3\xe7\x68\x5b\xf4\xb5\x00\x58\xef\x90\x9d\x69\x23\x09\x02\xac\x14\xd6\x33\x03\x85\x09\x00\xfc\xd1\xf9\x55\xf8\xf6\xb2\x43\x22\x44\xa0\xcf\x7f\x49\x91\x3b\x5a\xf7\x72\x99\x5e\x0b\x86\x19\xa3\x66\x20\xeb\xc1\x30\xc3\x1d\x08\xb7\x02\x33\x69\x5c\x62\x73\x09\x19\x2c\x7a\x8a\x58\x73\xcb\x1c\x51\x6e\x42\x8e\x6a\x4e\x2f\xaf\xb4\xcd\x2e\x8b\x9e\x46\xba\x66\xad\x42\xbe\xb2\xd7\x88\x3b\x60\x24\x6c\xc8\xb2\xe0\xc2\x31\x2a\xa2\x52\x79\xab\x12\x7a\xc9\x0b\x42\x42\x5f\xd6\x64\x08\x6b\x9f\x0f\xa0\x68\xbc\x58\xca\x3d\x28\xaf\xc6\x17\xb6\xc9\xb7\x64\xda\x56\x64\xc2\xfe\xe8\xe6\x00\x2e\xc5\x96\x64\xaa\xf4\xb9\x10\x93\x1d\xfa\x7a\x8d\xc2\xbd\xe6\x96\xf3\xf2\x49\xd1\x9a\xd0\x13\x9d\xfa\xc5\x35\x0f\xad\xcd\x32\x57\x42\x8d\x4b\x9f\x36\x20\x79\xc3\xb3\x81\xcb\x52\x16\x00\x55\x71\x36\x70\x2e\x5c\x35\x0f\xea\x20\xbb\xa8\xfb\xc8\x8d\x88\x69\x8b\x57\x7b\x15\xe1\xee\x13\x8b\x5f\xc8\x15\xce\x59\x3a\x79\x42\x99\x01\x80\xff\x66\x00\x94\x2f\x5b\xd8\xd8\x9b\xb6\x39\xc6\x7e\x17\xaf\x81\x15\x07\x10\xb9\x18\xd5\x38\xe5\x70\xbd\xee\x17\x85\xac\xa9\x3b\x18\x01\x9c\xcf\x13\x60\x82\xa1\x77\xf8\x4d\x33\xfd\x4d\xb8\xc9\xda\x33\xf6\x8b\x70\xd2\xe0\x37\xe1\x93\x0f\x2d\xee\x4e\x59\x93\x84\x63\xb0\x89\xd7\x67\x62\xbb\x92\x87\xba\xf7\xf5\x47\x8a\x7c\x1b\x17\xf9\x1a\x2b\xef\x23\xee\x7f\x3d\x91\x5d\x39\xa3\x7d\xec\xe5\x98\xf6\x95\xf5\xbb\x0d\x7e\x4c\x15\x9d\xee\x91\xbe\xf1\x65\x97\x59\x67\xfb\xcb\xd2\x87\xf6\x7e\x38\xb1\xe9\x9d\xd0\xe2\x71\xc1\xc0\x3c\x0a\xdb\x5e\xbe\xc5\xd8\xbf\xcc\xae\xbc\xa5\x62\x42\xe3\xf3\x72\x54\xd8\x80\x9e\xb0\xf5\xa8\x7b\x3d\x5f\x2c\x9c\x42\xcc\xea\x3f\x8e\xab\x2c\xb3\xd0\x7e\x5c\x1b\xe8\xc3\x37\x6f\x37\xa9\x82\x94\x71\x8f\x0b\x46\xfe\xd1\xcb\x10\x6d\x0c\x5d\x85\x8b\x98\xd2\x45\x28\xdd\x7a\xf9\x1f\x96\x9e\xfa\x61\x56\x5d\x97\x53\x06\xb4\x00\x38\x84\x70\xee\xe3\xea\x63\x2d\x3f\x7d\x63\x7d\x3a\x7f\xdb\xe4\x42\xc2\xae\x50\xa1\x4a\x10\xc7\xf4\xd6\x00\x50\x2c\x56\x1d\xca\x12\x4e\x65\x2e\xb5\xb6\xb0\x36\x5a\x44\x0c\xed\xf4\xf3\x1f\x40\xeb\x3e\x8f\x49\xd8\x99\x55\xb6\xc2\xc6\x74\x80\x55\xf7\x9a\xe0\x6b\x15\x0e\xcb\xf9\x8a\x48\xcf\x6c\x30\x35\x12\x43\x89\x48\x41\xa6\x3f\xdb\x87\x14\xe6\x7c\x3e\x84\xc4\x61\x4b\xce\xc1\x21\xfb\xf4\xe1\xc6\x3e\x91\x23\xa0\xb6\x53\x6f\xe5\x99\x68\xee\xd4\x5e\xf6\x58\x94\x9c\x80\x87\x54\x8f\x71\x87\x9d\x0f\x4d\xae\xce\x74\x1a\x10\x03\xd0\x85\xb4\x75\x57\x38\x35\x75\x8e\xc0\xe5\xa7\x37\xd5\x3b\xa8\xe5\x74\xa4\x61\x83\xdd\xb3\x26\x93\x1a\xee\xba\x4a\x1d\xbd\x32\xfa\x41\x71\xad\x39\x77\xd5\x00\x9a\xe4\xa6\x9a\x9f\xa6\x1f\xfe\x7c\x73\xde\xc1\x4e\xe4\x92\x72\x8b\xc6\xd5\x94\x45\x36\x91\xc0\xa1\x28\xd0\xac\x12\x83\xd3\x22\x58\x41\xe3\xbf\x1e\x68\x02\x8a\xd3\xc1\x2b\x4f\x84\xcb\xa5\x95\x4a\x2e\x34\x6c\x5b\xb8\x20\xa4\xa8\x96\x28\xde\xf8\x50\xcb\x7f\xb1\x01\xa8\xab\xc3\x7c\xa6\xf9\x56\x48\x92\x9a\x74\xea\x43\xc4\x35\x89\x0b\x65\xab\xbb\xd4\x15\x9b\x0d\xda\x7e\x60\x20\xe9\x73\x9e\x2e\x85\x0c\x90\x8f\x1e\x48\x1c\x27\xdd\xfa\x10\x22\x80\x43\x20\x7c\xb8\x74\x73\xf8\x42\x2c\x8d\xb0\x14\x86\xba\xc3\x55\xa8\x58\x19\x61\x22\xc1\x49\xd4\x18\x12\x97\x92\x0f\x7d\x24\xb0\xd0\xd7\x28\xc0\xae\x8e\xb4\xc7\xcf\x0f\xe4\xb3\xbb\xda\x48\x2f\x80\x3b\x9a\xbc\x58\x5c\x2c\xfa\x34\x02\x6d\x43\x5c\x21\x70\xc1\x9d\x0f\x5d\x2b\x62\x69\xd8\xe8\x16\xcc\xbb\x26\xb9\x66\x5e\xa8\xe0\xc5\x73\x93\xf6\x12\xce\x32\xff\x48\x22\x0f\x1b\xf0\x0a\x38\x90\x0f\xa0\x3e\x13\xce\x92\x20\xeb\xf4\x14\x20\xb5\x16\xe4\xde\x7c\x06\x99\xee\x83\x1e\xcf\x8f\x5d\xea\x94\x77\x7a\xd6\x01\x72\x77\x90\x2e\x56\xb7\xaf\x27\xb0\x73\x56\x5d\xf8\x13\x5f\x46\xd9\xe1\xa9\x5e\x3f\x1f\xba\x21\x6b\x54\x4d\x37\x4d\xb9\x64\x4d\xd1\xa7\x11\x86\x7e\x4d\x5c\x57\x6f\xeb\xd0\xbe\x79\x58\xda\xff\xfa\xb4\xfc\x7c\x27\x91\xb8\x7f\x80\x90\x49\x7e\xff\x0b\x5c\xdc\xe6\x7d\xf4\x65\x7a\xbd\x37\x6b\xa0\x2a\x53\x57\xb6\x64\x02\x78\x1e\x3f\xc2\x1d\x95\x3e\xdc\xa3\x82\x2f\x65\xc0\x85\x2a\xd8\xd9\xd9\x8f\x6f\xc4\x7a\xa1\x84\x6a\x31\x85\xf1\x8e\xab\x86\xee\xb9\xfe\x45\x05\x78\x2d\xd4\xe2\xe2\xd7\x57\x15\x2b\x0a\xe0\xc8\x58\x57\x98\xb7\x79\x53\x21\xea\xe0\x46\x86\x3b\x6f\x26\x8c\x03\x68\x11\xdd\xbb\xdd\x21\x43\x87\x06\x1a\xd7\x64\x2f\x5d\xef\x62\x9f\x26\xa8\xef\x95\xdc\x26\x35\x0b\xfa\xbb\x98\x55\x13\xf9\xfd\xc9\x0b\x21\x5e\x4a\x5d\xad\x65\xd8\x3d\x6b\x8b\xb3\x5e\xf2\xde\x7f\x13\x5e\x45\xb6\xab\xe4\xf6\x18\x22\x1e\xec\x20\xca\xe9\x95\xb3\xa2\xcf\x15\xe9\x61\x46\xd8\x42\x3d\xa5\xa1\x97\x33\x4f\xed\x42\x2f\x8f\xe7\x28\xe3\x49\x6c\xcb\x82\x1e\xf8\xc2\xf9\x2e\xe0\x1f\x74\xbb\x18\xfa\x3c\xad\xc5\x24\x83\x7d\xe8\xed\x3e\xc2\xde\xb8\x92\x95\x4f\xbf\xbe\x68\xc5\xa5\x43\x0c\x6e\x25\xd9\x5b\xd3\x28\x24\xb2\x0b\x76\x7a\x8f\x4a\xe5\x8a\xaa\xf4\x87\x85\xaf\xb3\xb0\xcb\x2e\x48\x47\xa8\xc4\x5e\x32\x0f\xd9\x7a\x78\x33\x62\x1b\xc2\xa6\xbd\xec\x41\xdc\xdb\x8d\xb8\xe2\xa9\x82\x79\xe2\x23\x90\xea\xee\x90\xdd\x3d\xbd\xd0\x98\xa8\xd7\x0a\x60\x4f\x6e\x37\x40\x76\x79\x44\x86\x80\xf3\x5a\x3c\x9f\x62\x2b\xf0\x81\x34\xb6\xca\x04\xd5\x54\xa2\xaa\xcf\x85\x6b\xaf\x0f\x44\x82\xb6\xa6\x61\xa7\xcc\x47\xb2\x80\x15\x53\xf2\x12\x87\xd2\x22\x29\x3a\x1f\x70\xc2\xe9\x21\x96\x11\x45\xda\xe6\xe1\x6d\x23\x27\x69\xdf\xf4\xc2\x5c\xa8\xd8\xd4\x78\x31\x6d\x2a\xf1\x46\x54\x68\xda\x54\x8b\xb0\x9b\x56\x89\xf9\x1a\x46\xdc\x8c\x53\x99\xb2\x9b\xb7\xe1\x17\x1c\xc5\x8c\x3e\x5a\x6a\xd1\xe8\x34\xf8\x29\x0e\x5c\x48\x51\x6a\x92\x61\xa7\x42\x74\x25\xdb\xe7\x70\x13\x9f\x32\x88\xbf\x7a\x8f\x46\xff\x98\x24\xdb\xbd\x30\x15\x63\x21\x33\xd6\x26\x7a\x02\xd6\x5a\x1c\x62\x0b\xf6\x88\xe1\xc1\x41\x22\xe2\x52\xb6\xea\x48\x7b\x2d\xed\xe4\x9f\x95\xb0\x56\xc5\x2b\x3b\x19\x47\x17\x43\xb1\x26\x31\x3e\xed\xc0\xfb\x7c\x17\xd5\x93\x57\xf2\x8f\x4d\xea\x88\x53\x50\xe3\xdf\xbb\xcc\x59\xde\xc3\xe7\x6f\xd3\x06\x2b\x8c\x6d\x79\xc0\x2c\xd3\xe7\x3c\x5e\x28\x7a\x6f\x3f\x91\xb7\x72\x43\xfa\x81\xdb\x5e\x94\x4d\x66\xf0\x90\xca\xd2\x3b\xc4\xb0\xe1\xa6\x2b\xef\x1f\xae\xec\x16\xae\xec\xe9\x2b\x3d\x7d\x65\x5f\xac\xe9\x67\xaa\xa0\xa0\x97\xf2\x81\x52\x83\xec\xf7\xd6\x0a\x79\xeb\x4d\x0a\x28\x2a\x10\x30\xd3\xad\x40\x52\x33\xc1\x13\xc9\x7b\x8d\xb0\xe5\x60\x0b\x99\xec\x26\xa1\x07\x9a\xeb\xf0\xf6\xfb\x81\x56\xa1\x36\x8a\x47\xc2\xee\x67\xf0\xa8\x01\x37\xf0\xdf\x5c\x36\xce\x2f\x8b\xe1\xa8\x75\x23\xfe\x34\xdf\x77\xc4\x2b\xa8\xfc\xe2\x65\x93\xff\x76\x99\x97\x5f\x16\xf2\x69\x01\x7f\x9a\xef\xdb\x6f\x2e\x1b\xff\xb7\xcb\x0a\x5d\xd2\xa4\x31\x9b\xb6\x16\xc5\x6f\x27\xbd\x3e\x5d\x76\x29\x6c\x48\x83\xbd\x4f\x29\xe2\xba\xb7\x28\xbd\x7e\x37\x40\x9a\xe8\x01\xce\xbe\x59\x42\xd9\xa0\x06\x55\xb7\x06\x36\xeb\x83\x66\xda\x82\x65\x70\x43\xb6\x81\x79\x99\xb3\x1d\xff\x72\xa4\xd2\x08\xea\x6c\xc4\xcf\xb4\xc4\xc8\x99\x0a\x36\xaa\xbd\x5c\xb2\x8e\x64\xe1\x30\xd1\x94\xb5\x24\xd5\xf4\xf3\x87\x04\xe8\xdb\xc9\x7d\x5c\x14\xf1\x1b\x7a\x8f\xc9\x7a\x71\x23\xc1\xa7\x04\x0c\x45\x7a\xb7\x5e\x17\x4b\x8a\xb7\xbf\xbb\xed\x7b\xc2\xcf\xa0\x66\xf5\xa8\x8d\x8f\xcb\xe3\x9f\x97\x6d\x0a\x21\xd9\x60\x38\x00\x38\xe5\xa7\x35\x7c\x16\xae\x56\xa9\xbc\x20\x4d\xec\x84\xad\x82\x32\xb3\xdf\x2b\x28\xd4\x39\x29\xe1\x73\x7c\xec\x5a\x66\xb9\x8e\xc8\x7f\x79\xe7\x96\x90\x10\x3d\x39\xae\x70\xcf\x58\x66\x88\x82\xab\x6c\x02\x0c\xe1\x26\x5d\xf7\xe6\xa4\xd3\x28\x63\xfd\xf0\x28\xdf\xc5\x39\xca\xa8\xe6\x65\xfe\x66\x3b\x26\xf4\x62\xf7\x6e\x7e\x4a\xc9\x29\xb3\x38\xc6\x6c\x4f\x6c\x08\xa7\xb8\xb1\xef\x11\xf7\x5d\xa7\xc5\xc8\x69\x10\x73\x2a\x6b\x18\xdf\x6e\x8b\x3b\x29\x56\x76\x4f\xd6\x63\x46\x1e\x9f\x71\xbb\x96\xf4\xa9\x96\x7a\x88\xdb\x1d\xe4\x72\xcb\xd1\x79\xea\x2f\xfc\x28\xa6\xcb\xad\xbc\xb9\x9b\x36\xb9\x51\xe0\x21\xa2\xbf\x4f\x1d\xa0\x7c\xb7\x44\x30\xfb\x24\x20\xd3\xf5\x47\xc9\x6a\xa8\xcb\x91\x5e\xe1\xe5\x8a\x67\xee\x25\xb2\xcc\x3a\xd6\x3d\x22\x59\x35\x1c\x67\xd4\x33\xa7\xa0\x45\x72\x1f\xd3\x06\x92\x25\x87\x6f\xc1\x78\xff\x9d\x83\xac\xd7\x1e\x94\x1d\x62\x71\x1f\x89\xbb\x80\x6c\xb6\xd7\x2e\x02\xe0\x6e\x88\xa4\xde\x80\x94\xb5\xd7\x80\x51\x35\xfa\xe8\x58\x0b\x69\x73\xa0\xd7\x66\x92\xfe\x25\x8d\xf0\x84\xa9\x4b\xbc\x56\x62\x81\x06\x56\x1b\x38\x1c\x9d\x53\x2a\x05\x02\xad\xd5\x73\xbf\x4e\x5d\xf6\x0c\xcf\xae\xc0\xe5\x66\x3f\xae\xa5\x98\xfb\x7a\x63\x7a\x74\xdb\x07\x90\x0c\x6e\x53\x87\x02\xfc\x09\xc5\xe3\xfb\x5d\x68\x5d\xcb\x02\xc1\xac\x70\x7a\xbb\xe1\x8d\x7b\x22\xcf\x72\x23\xf9\xec\xfb\xc3\x6f\x72\x8c\x52\x07\x05\xcc\x96\xa4\xf8\x72\xad\x3c\x05\x3d\x5f\xf7\xc3\x52\xf7\x91\xdb\x22\xcd\xff\xa2\x3e\x14\x70\xbe\x0d\x0c\x44\xa2\x0e\xd4\xf4\xa3\xa2\x01\xda\xca\x23\x41\x61\x8c\x63\x1e\x3f\x8a\xf1\xf1\xd3\xfb\x2d\xa5\x56\x4a\x69\x8f\xad\x96\xb0\xc9\x02\xbb\x14\x48\xe4\xc9\x79\x71\x58\xf0\x74\x1c\x54\x6e\xe6\xef\x91\x4b\xc2\xb5\xc7\xc1\xd2\x7e\x19\x97\xe7\xc2\x9f\x93\xef\x61\xb8\xab\xcb\x7f\xf2\x7a\xbb\xa2\xfd\xe4\x1c\xa0\xe8\xb4\xcc\x4c\xcb\x9d\xd5\x5a\x9e\xe5\xee\x69\xf8\x49\xbf\x19\xbe\x2b\x0d\x1f\x45\xb4\xbe\x0e\x9f\x6a\xc8\xf3\x4b\xc1\xe5\x7d\x3d\xc9\xdf\x25\x52\x1d\x38\xd7\xa6\x98\x7d\x75\xfe\x74\xc7\x95\xd4\xd3\xa5\x1e\x17\x5a\xc9\xc8\xc1\xe9\xb2\x44\x14\xf7\x8f\x95\x0a\xea\x86\x2c\x97\x84\x3b\xf8\x11\x46\xa4\x60\x2f\xb6\xe4\x7e\xf5\x18\x9f\x09\xe6\xc4\x34\x1a\x61\x94\x20\x56\x56\xa8\x2d\x51\x7e\x13\xea\x39\x19\xe0\x10\x08\x13\x66\xe7\x2b\x23\x47\x56\xc4\xa8\x8d\xf3\x77\xcf\xe8\x61\x8a\xbd\xc0\xb1\x5f\x75\xf5\x36\xd4\x90\xd5\x2d\xe2\xf9\xad\x60\xf4\xb5\x84\xeb\x76\x44\x63\x7a\x7e\xa0\xe2\x5a\xaa\x09\x0b\xd1\x9c\x6b\xaa\xb8\x1e\x96\x44\xe8\xbb\x31\x45\xea\x1d\x93\x5f\xe2\x9f\x38\x29\x49\x4f\x9f\xbb\xe0\xc4\x4a\x37\x02\x41\x5c\x30\x67\x44\x36\x03\x73\x50\xab\x57\x65\x9c\xcd\xf6\xa0\x78\xa3\xd8\xfb\x63\xa6\x4c\x95\x0a\xdc\x72\x6a\x88\x4a\x9a\x9c\x24\xbd\x6b\x2a\xe1\x0e\xc0\xdf\x24\x22\xe9\x9f\x0b\xc0\xdd\xfa\x89\x4b\xdd\xa2\xca\xcb\x75\x6f\x1b\x72\xee\xc0\x7a\x2d\xed\x41\x24\x47\x39\x07\xb1\x79\xb8\xfb\x39\x4b\x66\x45\xd4\xea\xbe\x35\xd0\xe7\xfd\xc8\x1a\xf9\x1b\x18\xf8\x6d\x23\x29\x4e\x48\xb0\xba\x3b\x95\xff\xeb\xb7\xb8\xe9\x63\x61\x0f\x2f\xf6\xef\x80\xe6\xb3\xef\x9f\x70\xf3\x4e\x2d\x95\xbd\x13\x65\x25\x2c\xb9\x06\xf8\x49\x22\xe9\x46\x59\x7e\xe3\xcf\xb7\x5b\xa2\xbf\x30\x60\x1d\x15\x1e\x38\x3a\xb5\x96\x7a\x94\x95\x50\xaf\xd9\x1d\xfe\x6a\x5c\x1a\x6d\xd4\x52\xd2\xed\x79\x3c\xbf\xe3\x45\x2f\x53\x61\x0f\xb7\xff\xf6\x4d\xff\xd4\x34\x02\xed\xfa\xf2\xff\x40\xdb\x96\x77\xff\x27\xdb\xb6\x93\x62\xfa\x73\x7b\x70\x61\x71\x72\x51\x01\x86\x4d\x70\x80\x78\xe5\xbb\x58\x60\x08\x29\xb1\x50\x0e\xaf\x4c\xe7\x83\x4f\x14\xa5\xef\xc1\xb9\x3b\xed\x5e\xb2\x83\xee\x7b\x9b\x14\x3a\xeb\xe3\xac\x15\x3e\xcb\x4a\x91\xb7\xd8\xab\x7a\x46\xb1\x51\x91\xcc\xf8\x83\xd6\xaa\x57\x90\x4e\xdd\x59\x6e\x56\x85\x8f\xdf\x40\x32\xb5\x88\xd2\x0f\xf3\xc4\x46\xd9\x69\xaf\x58\xcc\x64\xb9\x82\xf5\x46\xcb\xe0\x58\x5c\x2e\xdf\xa1\x1b\xf5\xc6\x57\x49\x86\xff\x9c\xd6\xb0\x5e\x66\xa4\xf2\x13\x61\x6f\xec\x30\xf9\x6d\x32\xcf\xef\x90\x94\xff\xfe\x59\x48\x57\xb0\xf7\xe1\x30\xcf\x1e\x4b\x80\xb5\x2a\x35\x99\xa2\xc4\x13\xf6\x2f\x5a\x41\xc7\xaf\x72\xe9\x7f\x7d\x3e\x88\x07\xec\xf4\x4f\xcf\x1f\x0b\xef\xe7\x6d\x5f\x7f\x7a\x3e\x13\x2c\x7c\xb9\xda\x13\x8b\xa7\xdc\x29\x33\xed\x6d\x00\x12\x81\xb3\x89\xbd\x0d\x60\x09\xda\x35\x0a\xd0\x8e\x06\x30\x73\x20\xcc\x4a\x20\xe6\xbb\x8b\xb2\x49\xc6\xfb\xc1\x95\x63\x8a\x73\x87\xf8\x0f\x1d\xb3\xeb\x98\x99\x23\x46\xa7\x35\x61\xe2\x11\x4d\x3b\x6f\x80\x63\x60\x67\xd7\x6c\xc5\x41\xc4\xc4\x07\xdf\x59\xf1\x7b\x1e\xa7\xb6\x3b\x78\x5c\x87\x79\x49\x2e\xb1\x9e\x7d\xd6\x9d\xf5\xe5\x5c\x4f\xb8\x35\x10\x84\xd3\x23\x88\x42\x8d\xf9\x64\xeb\xec\xc2\xf6\xd5\xa6\xc5\x98\x66\x8a\x98\x45\xd8\xe1\x88\x6a\xbf\x2b\xc3\x3d\x46\x27\x4b\xc9\x01\x87\xb5\x49\xca\x09\x22\xd8\xf3\x7d\xd3\x94\x12\xb1\xbc\x23\xda\xdd\x46\xbe\xeb\xfc\x7c\xb3\xd2\x57\x36\x2f\xf5\x83\xcf\x7c\xa0\x1d\xd8\xd6\x1c\xc3\xec\xc2\xae\x9e\x23\x95\x8e\xcd\x39\x80\x4d\x85\xc7\x3f\x4e\xf7\x3e\xa0\xdc\x9f\xd3\xea\xd7\x17\xad\xc6\xfa\x5c\x09\xac\x29\x6b\x9c\xb2\xd5\xc5\x23\xb8\xd0\x7e\x8c\x51\x9f\x44\xf8\x9c\xc6\x04\xb3\x51\xa1\xf4\x91\x93\xb1\x88\x2e\x9c\x77\x89\xea\xc7\xa9\x6c\x9e\x98\xf9\x8d\x83\x83\x78\xbe\x0a\x65\xab\xcd\xd9\x2f\x5a\x75\xcb\x38\x1c\xec\x57\x1a\xdd\x08\x05\x6a\xb0\x83\xe3\xe5\x28\xbd\x65\x25\x7b\x4d\x4e\x3a\xbe\x5a\xcc\x1d\xde\x01\x2e\x6b\x74\x5c\x60\x85\xbb\x42\x75\xac\x03\x15\x08\x10\x5b\xe9\x83\x54\xc3\x5b\xad\xa8\x70\x82\xea\xc9\x63\x07\x0f\x66\x22\x92\x95\xdc\x80\x7a\x6f\x02\x1e\x3c\x95\x28\x9f\x29\x4a\x02\x73\x46\xc8\xec\x63\x4b\x3a\x30\x66\xc4\x56\xda\x74\x0a\xda\xba\x78\x49\xde\xc0\x5b\x9e\xa5\x7b\x30\x3f\x02\xab\xda\x13\xe1\x74\xe4\xae\xc3\xc5\x67\x3a\x0c\xf7\xd0\xf2\x68\xc9\xc5\xf1\xd6\x28\x72\x03\x0a\xb8\xd8\xf2\x13\x54\xa7\xdb\x40\x14\x23\xe8\xa4\xde\xcf\x3d\xf5\x1b\x11\xdb\xbe\x2b\xa8\x9d\x4b\x22\xa3\x31\xa7\xe9\x36\xe5\xdf\x56\xad\x81\xf1\xd0\x4f\xee\x76\x54\x9a\x60\x25\x43\xf4\x14\x8f\x78\xaa\x75\xb2\xa9\x10\x27\xd5\x5b\x15\x8f\x1b\x07\x76\x08\xd3\x6f\x1e\xb0\x29\xa8\xbf\x53\x8a\xe2\xc7\xf7\x13\xa4\x0d\x6b\x6d\xc6\x0c\xc2\xa9\x56\xa6\x55\x22\x37\x4c\xab\x72\x81\x37\x70\x7a\xf5\x49\x20\xc5\xf2\x8a\x5a\x10\x5f\x27\x14\xb3\xa7\x74\x4f\x4c\x23\x73\x1a\xe2\x82\x03\xfc\x8c\xe3\x03\xb3\x36\xbb\x48\xac\x87\x61\xbf\xe3\xc9\xe7\xe2\x5c\x9f\x19\x52\x3e\x4d\xca\xb4\x20\xc4\x56\x8d\xc1\x6f\x85\x58\x15\x58\xdb\x71\x92\x20\xea\x02\x85\x0e\xb5\x05\x3e\x09\x46\x31\xdd\xb1\x20\x02\x1f\x98\x57\x03\x5b\xe6\xac\x8a\xe0\xa8\x17\xb7\xee\x80\x76\x05\x73\x06\xf2\x2e\x23\x5a\xc2\xaa\x05\x28\xc6\x1f\x6b\x66\x5c\x90\x5a\x37\x8e\x0a\xde\xc4\x57\x30\x2f\x8c\x2b\xb6\x39\x64\x87\xf2\xdc\xe4\x9c\xe4\xe2\x8c\xdb\x82\x8c\x0d\x5e\xfa\x44\x75\x8a\x96\x51\x3c\xfa\x96\x35\xc2\x11\xf6\x8f\xb8\xf5\x3d\x3a\x4e\x9b\x50\xe1\xda\xfb\x37\xc6\x0f\x53\x4f\xdc\xf0\x28\xb5\x21\x93\xa6\xe0\x01\x0e\x5b\x83\xef\xa6\xee\x42\x5c\xd4\x8f\x03\xf5\x7d\x49\xc6\x37\x73\xd7\xf5\x41\x54\x0c\xa4\x61\x0f\x58\x73\x48\xd6\x35\xf3\xc3\x83\xa5\xf0\xdf\x61\x8c\x3d\xa1\x12\x94\x19\x0b\x28\x4a\x28\x86\xba\x9f\x10\x07\x5c\x3f\xc0\xac\x3e\x3e\x94\x6f\xeb\x22\xac\xd6\x44\x95\x75\x55\xa7\x46\x11\x92\x1a\xd7\xbd\x02\x28\x35\x00\x60\xe0\xad\x86\xfa\xc4\x34\x71\x1c\xce\xb5\xb9\x90\x83\x99\x99\xe1\xbc\x2b\x27\x30\x1d\x16\x65\x4f\x38\x35\x7b\x85\x2b\x17\xc8\x8b\x4d\x70\x57\x86\x5e\x9b\xbb\x36\x58\x89\xa0\xbb\x76\x9c\x7f\xbc\x6b\xc7\x5e\xe3\xca\x79\x87\x25\x5c\xf5\x4a\x6a\xc7\xc7\xf7\xc0\xbe\x95\xac\x54\x6f\x8e\x1f\x2a\xe4\x12\x69\xd9\x0b\x88\x4f\x28\x5d\x14\x9c\x3e\xb0\x3e\x53\x31\x92\x4e\x77\x6f\xcf\x3c\x1e\x47\x51\xa7\xfa\xc8\x07\xeb\x60\x8d\x9c\x36\x36\x85\xf8\xff\x1e\x35\x4d\x3a\x03\xa3\x30\x08\x77\x07\xeb\x73\xcf\xf9\x5b\xfa\xbe\x7c\x28\xbb\xed\x4c\xa8\xc4\xda\x6c\x73\x60\xce\x23\xa2\x79\xfa\xfa\x96\xbc\xb4\x98\xdf\x2c\x49\x28\x04\x96\xca\x3c\xcc\xbb\xed\x00\x24\xce\x78\x24\x57\x28\x9b\xbc\x11\x2f\xfb\x0e\x98\xd7\x2b\x31\xc3\x06\x52\xc9\xdb\xd2\xd6\x27\xac\x69\x03\xc2\x3a\x0e\x47\x94\xdb\x43\xbb\xdb\xba\x41\x77\x9b\xa7\x18\x0c\x4a\x95\x3a\xd3\x12\xb4\x97\x09\xbc\x8d\x5a\x93\x7c\xe0\xac\xa3\x85\xf0\x9e\xb1\xfb\x5e\x98\x8d\xa9\x10\x22\x8f\x39\x44\xbe\x08\xd7\xa8\xd8\x1a\xf7\xec\xaf\x8e\xb0\x90\x62\xbe\xaa\xa2\xb2\x6a\x7e\x2e\x03\x6d\xe6\x5d\xab\xa8\x4b\xd8\x2d\x59\xa2\xd8\xa7\xea\xf7\xd8\xdd\xee\xa3\xbf\x02\x58\xea\x20\xac\xbf\x96\x90\xb4\x18\x20\xf0\xa7\xc2\x2a\x85\x4b\x5e\x0e\xfe\x88\x2c\xc6\xda\x11\xc4\x4d\x8d\x2a\x02\x1f\x5d\xfd\x60\x6f\xc3\x69\x1c\x15\x2f\xf3\x98\x0d\x72\x89\x5b\x5d\xfc\xb5\xc0\x5d\x1d\xd0\x01\x7e\x30\xca\x85\x66\x37\x86\x9f\x43\x55\x30\x24\x25\x66\x8e\xd6\x5d\x79\x45\x99\x48\x94\x27\x03\x66\xb6\xbc\xc8\x7b\x78\x2e\xd4\x1b\x10\x18\xf0\x73\x13\x5d\xab\x2b\xd4\x46\xa5\xd4\x4a\xb1\xa9\x52\x66\xb1\xd5\x04\xd6\x8e\xe0\x10\x0f\x67\xaa\x88\xa0\x44\x52\x95\xe5\x17\xe1\x82\xa3\xef\xb2\x42\xa6\x5d\x2d\x29\x48\x9d\x8b\xfa\x1f\xa5\x4e\x17\xba\xa5\x19\x25\x31\x4a\x4b\x32\x7f\xf3\xb5\x3f\x82\x8e\x46\xd9\xa7\x7d\x82\xef\x43\xce\x3f\xc1\xf7\xb7\xd4\xb3\xdd\xe3\xfa\x2a\x11\x7c\xc1\x2b\xd9\x60\xa1\xd9\xa0\xda\x0c\x46\xc5\x3b\xd4\x58\xe9\x21\x71\xe1\x1f\xf5\x82\xdd\x9f\xad\x69\x39\x52\x62\x77\xb6\xba\x5c\x36\xf6\x08\x95\xad\x74\x0f\x35\xc6\x24\x11\xf7\xfa\xf9\x80\x1e\xba\xde\xef\xed\x00\x47\x08\xe4\xac\x9f\x55\xa9\x74\xe3\x45\x2e\x25\xc4\x0d\xc2\x93\xa5\xb5\xd2\x33\xca\x41\xd1\xc0\xf6\x6a\x44\x88\xbc\x6b\x72\xeb\x02\xf6\x49\x90\xa8\x40\x9e\xbd\xcf\xcc\x5a\xad\xa2\xef\xb0\x7b\x45\x50\xfb\xd0\x24\x25\xb8\x29\x2b\x31\xe5\xca\x22\x65\x41\x05\x20\x6d\x9e\xee\x2e\xa8\xe8\x55\xa9\x0d\x0a\x3a\x66\xa1\xab\x8e\xea\x04\x1e\xe0\x97\x63\x82\xca\xdc\xb1\xd1\x46\x29\x9a\x7d\x3c\x22\x7a\xd7\x25\x1b\x4b\xd5\xac\xc6\x15\x85\xc9\x47\x5f\x4e\x56\xa9\xf2\x59\x63\x88\x60\x29\x14\x7e\x9e\x0b\x1b\x9b\xbe\x7b\x89\xc9\x06\x89\x94\x4f\x35\x58\xbd\x0d\x72\x13\x3a\x28\xa8\xed\x5d\x09\x53\xb8\xd8\x75\x69\xd2\xfd\xec\x50\xa7\xa1\x4a\xa3\xdb\x4e\xa9\xb3\xaa\x34\xfa\xcf\xd7\x2b\x89\xf4\x88\xbc\xac\xcf\x1c\xed\x24\x6f\x03\xc2\xab\x55\x04\x20\xe7\xe7\xc0\xfd\xda\x98\x44\x55\xba\xd2\x78\xb7\x44\x56\x56\xce\x54\x2a\xcf\x8b\xbb\xe9\x2e\xaf\x94\x60\x59\x1c\xc0\xfb\x44\xb1\xe7\x51\x33\x65\xec\x71\x0b\xa4\x65\xe0\x62\x3b\x96\x5c\x28\xc9\xbb\x2d\xe7\xec\xb7\xae\xa0\x0c\xf5\x4a\x68\xc7\x1c\x59\x17\x48\x1f\xde\x48\x68\xd8\xd3\x2b\x24\xf5\xc7\x05\x52\x73\x1a\xaf\xb2\x58\x2f\xaa\xd8\x78\x11\xc2\x92\xa1\x1d\x82\xc6\x21\x0b\x4b\x1b\xb0\x7e\x15\xd2\xae\x63\x0a\xdc\x27\x74\x9e\xc3\x81\x0e\x54\x42\x5f\x82\x51\x20\x80\xa3\xbc\x2b\xfd\xf5\x5d\xf9\x45\x6c\xae\x56\x4a\xcc\x1a\xeb\xab\xb5\x72\xce\x44\x18\x36\x3b\x41\xaa\x9a\x73\x92\xab\xd5\xd1\xaf\xb6\xba\x5a\x17\x6f\xb5\xd6\x8f\xdc\xaa\x70\xe8\x27\xa3\xf2\x44\xa4\x2a\x82\x07\x69\xc4\xea\x98\x01\x9d\x75\x13\x06\x7b\x90\xc9\xea\x2b\x4a\x4e\xed\x77\xd8\x92\xb9\x19\x6b\x87\xfd\x3c\xc8\x60\xd9\x2f\xc8\x9d\x38\x3c\xd5\x55\xee\x09\xff\xc8\xb9\xfe\x8d\x62\x45\xa8\xa7\x0d\x2b\x71\x64\x80\x19\x97\xf5\x12\x74\xa8\x4f\xad\x15\xdb\x27\x45\xbd\x4d\x9f\xc9\x6a\x1b\x5d\xe4\xb3\x66\x76\xe3\xa2\xd6\x97\x3f\x06\x25\x95\x83\x02\x43\x43\x34\xe7\x89\xfa\xd3\xfd\x8a\xf1\x69\x6d\xd0\x1f\x7a\x9d\xa5\x0d\x0b\x41\xdc\x18\x4d\x25\xa4\xc1\x57\x69\x89\xda\x7a\x1f\xdd\x55\x87\xdf\x29\xd8\x93\x1b\xcd\x19\xb9\xa9\x59\x0a\x09\x68\x61\xe6\x4c\x0c\x19\x6e\x0a\x4e\xdc\xe0\x47\xe6\x84\x68\x58\xab\xad\xfa\xa3\xe2\x9b\x1c\xe5\x10\xbf\x15\x3b\xed\x77\x30\xfb\xe8\x28\x6d\xbf\xf7\x9d\x8a\xbc\xa2\xd9\xa5\x7e\xea\xd5\xf5\x8d\x4e\x4b\xcc\xd7\x60\x3e\xcb\x8a\xcf\x65\x04\xdc\x63\x92\x89\x0b\x21\x88\x54\x51\xf5\xeb\x8c\xc2\x5d\xf9\x10\x6a\x1b\xf0\x01\x4c\x0d\x05\xe3\x85\xce\xb6\x7d\x75\x45\x87\x79\xe7\x3b\x9a\x38\x57\xd4\x65\xe3\x12\x55\x93\xe8\x4c\x60\x97\x45\x0f\x80\xd6\xef\x60\x96\xd7\xbf\x87\x59\x6e\x57\xa6\xc8\xdc\xc1\xbf\x43\xc4\x50\x4b\xf0\xb1\x50\xaa\x89\xa2\x07\xa3\x06\xb1\x1a\x79\x4f\x44\x8c\x8f\x4d\x73\x4d\x78\xbb\x49\xf3\x17\xb0\x77\xc0\x1f\xdd\x7d\x63\x63\x5d\x3e\x6d\x5d\x34\xaf\xea\xc9\xe7\xa3\x0b\xe1\x24\x80\x5e\x06\x6b\xe4\x2a\x87\x6b\xaf\x9c\xf3\xba\x03\x44\x5e\x9b\x91\x52\x9b\x3e\xd3\x99\xdd\x3d\xa8\x78\x0f\x40\x7c\xae\x95\x6f\x08\x96\x99\x5b\x88\x91\xd6\x07\x84\xd9\x56\x32\x19\x17\x77\x2d\x7d\xd9\x58\x2b\xd4\x1b\xc6\x88\x02\xe6\x5d\xa5\x9b\xb6\x24\xa3\xbd\x19\x31\xbd\x7b\x2b\x4f\x85\xd3\x03\x97\xf2\xfa\xc2\x36\x58\xa3\x72\x07\x51\x44\x92\xab\x0e\x7e\xec\x61\xbe\x9f\xd6\xed\x3f\xbb\xd5\x02\x48\xc1\x97\x1e\xef\x8e\x5f\x75\x52\xf4\x7f\x89\xb9\x62\x96\x04\x16\x7c\x49\xb7\xe8\xe1\xf3\x3b\xc5\xa6\x6d\xd0\x67\x8c\x96\x27\x56\x32\x4f\x52\x54\xd6\xf2\x28\x6b\x9d\x0c\x44\x19\x6c\xe4\xe3\x01\xcb\x2f\x1b\xa0\x2a\xc6\x66\x71\x5c\xb1\x4e\x36\xa7\xb4\xaf\x23\x74\xa4\xe5\x95\x34\x19\xd1\x0b\xf2\xc9\x90\x29\x52\x3d\xa2\xdd\xce\x4f\xea\x50\x8c\x68\xcc\x73\xe3\x9e\x44\x17\x9c\x40\xa4\xa2\x27\x4d\x8b\x72\xa6\xd7\x4d\x8b\xb9\x8c\x47\x31\x49\x9a\xfb\x15\xb8\x83\x1a\xad\x62\x6e\x93\x7a\x6e\x71\x9c\x31\x45\x66\x8b\x09\x95\xaa\xe7\x33\xe9\x3a\x0f\xf3\x72\x3d\x9c\x88\xe9\x2f\xc8\x85\x88\xba\x65\x0c\x20\xf9\x66\x8d\x4e\xdf\xae\xf3\x82\xeb\x2d\x88\x5c\x20\x00\xe8\xdf\x74\xcf\xb8\x71\xdd\xbf\x06\x37\x7e\x38\x72\x96\xb0\x91\x17\x1d\xe5\x62\x8f\x01\x8e\xc9\x5c\x43\xc4\xa6\xbf\xbb\xe6\x68\x79\xf9\x63\x8e\xdf\x3d\xe6\x84\xba\x01\x24\x9c\x6b\xca\x8f\x68\x0e\x00\xc6\x64\x2f\xdf\x68\xca\x46\xeb\x82\x9b\xb2\x76\x64\xbb\xf2\xc8\xe5\xe1\x08\xfd\xbd\xc6\x5c\x5f\xad\x8b\x0c\xc5\x8d\x3f\x9d\xba\x2e\xde\xb4\xc5\x67\xae\x12\xc2\x0d\x6f\xa0\xd6\x37\x28\xfd\x99\x21\x5d\x5b\x52\x61\xed\x3b\xd4\xc6\x06\x89\xb8\x27\x8e\x81\xfd\x04\x66\x92\xfd\x0a\xe4\xcc\xa6\xba\x8c\x96\xa5\x96\x5e\x5a\x6b\xc0\xbf\x8a\xb5\x7c\xb8\x5e\xe5\x56\x89\x5d\x60\x6f\x64\x50\x93\x40\x2f\x5c\x6b\x90\xc1\x4d\x52\xc2\xed\x3d\xc9\x1e\xfd\x26\x5a\x71\x5c\x40\xf2\xd7\x7c\x1b\x9e\xff\x9d\x79\xe4\x0b\x04\xe6\x42\x4f\xa5\x75\x64\x77\xf4\xf2\xd8\x44\xf6\x5a\x12\x22\xad\xed\xdb\x0f\x5b\x3a\xb1\xe3\xdb\x6b\xd9\xa3\x0e\x6e\xfb\xf6\x53\x16\x4a\x48\xe5\x31\x0b\x3d\xaa\xa1\x63\x78\x18\x9c\x61\x9e\x83\x1d\x34\x98\xde\xb1\x4e\xe9\x92\x83\x66\x9d\x09\x90\xea\x37\xf5\xf3\xb7\x6b\x6a\x10\x32\x7e\xe2\x35\x22\xa8\x41\xd3\x64\x43\xd9\x46\xb5\x81\x05\x83\x74\x1f\x5a\x3a\xfb\xfe\x12\x75\x1b\x16\x3e\x96\x2d\x3d\x49\xdf\xb9\x4e\x44\x4d\x0e\x2b\xf7\x01\x9f\x05\xde\xa4\x78\x8b\xf9\xd4\xe0\xc2\x01\xa5\xd5\xc8\x40\x08\x48\x6b\x4d\xe2\x51\xd1\xac\xdf\xf9\xc0\x1d\xfb\x04\x4e\xbd\x29\x83\x7f\x54\x6b\xbc\xe1\x28\x3a\x01\xdd\xb9\x4f\x60\x07\x2d\xab\x05\xc6\xd2\x56\xb7\xff\xe5\x24\x97\x89\x1a\xdc\x03\xc4\xd7\xec\x48\x07\x55\xd2\x2f\x61\xbf\x59\x54\x90\xd6\xed\x7d\x3a\xa1\x21\x77\x4b\x2d\x27\x1c\xd2\x79\xac\x3d\xc4\x19\xd8\x58\xb3\x41\x50\xc3\x4f\x13\xc0\xa3\x5d\x94\x2e\x48\xf8\x82\x95\xcc\xaf\x00\x76\x06\x0f\x9a\xf7\x28\xd6\xa5\x6a\xe8\x3b\x1f\x8d\x7f\x59\xe2\x73\x7e\xae\xa0\x74\xc9\xa9\xc2\x4c\x63\xa8\xbf\xb4\xe4\x6f\x1c\x66\xd7\x9a\x35\x92\x8b\x97\xa4\xd1\x5a\x7a\xec\xa6\x77\x44\x52\xb8\xf1\x6f\xdc\x26\x27\x00\xb4\x17\x21\xea\x66\x62\x0b\x3e\xa3\x86\xa5\x61\xcb\x43\xcb\x22\xe9\x83\x76\x61\x7e\x25\x8f\x94\xea\x64\x1c\x59\x27\xa0\xe2\x96\xf2\x1c\x7a\x88\x0e\x1a\xa0\xf0\x72\xc7\x28\x12\x9f\x68\x68\x55\x83\xb3\xd3\xc7\xcb\xd4\xfc\x40\xa1\x1f\xb5\x97\x5d\x38\x75\x67\x7b\x40\xeb\xa6\x3b\xdc\x94\xbe\x33\x57\xbf\x6a\xa9\x4f\x47\x39\xc4\x42\x59\xeb\x54\x1c\xb1\x4b\xf5\xea\x2b\xa1\xfd\xe0\xc7\x08\x8d\x90\xfb\x23\x92\x14\x22\x5d\x50\xf9\x86\x39\x11\x15\xa7\x16\x90\xbe\x3f\x0b\xbf\xbf\x50\xca\x78\x14\xd9\x57\xd5\xa6\x35\xd7\xa3\x22\x61\x01\x48\x48\xa7\x8c\xb6\x6b\x43\xd2\xaf\x11\x17\xfb\x08\x1e\x40\x7d\x84\x99\x43\x25\x4f\x46\xc2\xfe\x59\x45\x85\xbf\x8f\xb2\x23\xdc\xa4\x90\xac\x31\x0b\x59\xde\x46\x24\x44\x57\x92\x50\x32\xb1\x14\x67\x9e\xf9\x54\xf1\xf6\x63\x8b\xf4\xe4\x2c\x46\x96\xaa\x94\xca\x15\x78\x07\xc2\xdb\xdb\x0f\xdf\x9f\x3e\x66\x6a\xa8\xd0\x9c\xae\xe7\x23\x24\xe3\x96\xd4\x01\x77\x1d\x21\x98\xf1\x9d\xd2\xe5\x7f\x55\xba\xa6\xc2\xdd\xc8\xc5\xdf\x3f\x49\xab\x11\xbb\xcb\x67\x57\x65\x0c\xca\x9a\x45\xe9\x1b\x05\xf3\x08\xb3\x12\x95\x2b\x77\x75\x94\x72\x49\x0f\x5c\xfb\xa2\x4f\xce\x08\x79\x25\x88\xdd\xcc\x2e\xbf\x08\xe7\xbd\x34\xc8\xf9\x1d\x56\xd8\x8a\x56\x10\xd8\x35\xc3\x17\x4f\x71\x18\x8b\x57\x14\x4d\x4a\x4e\x6b\x58\x32\xf7\x56\x89\xe7\x2c\x09\x7d\xe8\xc4\xbe\x75\xc4\x74\x9d\xef\xf8\x73\x8f\x59\x5b\x33\xe5\x6b\x6c\xa3\x1b\x5d\x62\xa6\x8e\x44\x49\xb6\xc9\x13\x21\x42\x52\xce\x3d\x43\x66\xa9\x78\xc9\xce\x8a\x7b\x37\xc4\x08\x93\x70\xa9\xca\x79\xf2\xeb\x4a\x52\x29\x46\xe1\x9e\x76\xb2\x9c\x95\xa5\x78\x2e\x3b\x62\xf4\x3e\xc2\x1c\xb2\x85\xfa\xb5\x61\x37\x0c\x85\x30\xeb\x2b\x2f\x17\x37\x00\x30\xc2\xdc\xff\xaf\x54\x16\x76\x08\xcb\x9d\xdd\xcc\x28\xc9\xd0\x25\x7d\x00\x43\x48\x1e\xc3\x8f\x14\x4f\x19\xc7\x75\x85\x65\x5b\x60\xe7\x0a\xe5\x61\xc3\xb9\x44\x35\x0a\x98\xce\xab\xda\xde\x51\x2d\x64\x9a\xac\xe4\x9e\x2f\xbe\x5e\x15\xba\xb5\x30\x22\xa9\x2c\xad\xd8\x8c\xd5\xab\x2a\x20\x4b\x61\xd4\xb3\x28\xea\xd5\x6b\x7f\xca\xe7\x20\x1b\x79\x2b\xfd\xf6\x1d\x92\x93\x57\x50\xc7\x49\x31\x24\x30\xa5\x2a\xb8\x73\xa2\x36\xd4\xfa\x5a\x87\x15\xdb\xba\x12\xce\x55\xae\x01\x0f\x26\xff\xd5\xb0\x7e\xe0\xe2\x13\x73\xa1\xee\x4a\xa8\x0a\xfb\xbb\x05\xed\x6a\x43\x66\xf6\xa9\xfb\x8f\xff\x5b\xf7\xab\x8e\x5d\x87\x9c\xdd\xca\x33\x77\xd3\xe9\x3a\xa0\x7d\xa2\x25\x01\x8e\x3f\xc8\xe4\xc0\x1c\x23\x87\x81\xee\x07\x2a\x88\x2a\x6a\xb2\x51\xbb\xcd\x73\x7a\x4c\xd2\xfc\x00\x17\x76\xa7\xdc\x43\x73\xfc\x90\x66\xa5\xaf\x6d\x3d\x0e\xa4\x50\x4d\x49\x2f\x5e\x01\x7b\x4b\xc3\x6f\xf8\x01\x05\xaa\xe5\xd6\xfa\xd9\xcc\xb8\x47\xa5\xff\x88\x7c\x58\xef\x21\xe9\x4c\x6f\x27\x7c\x3b\x5a\x5c\xd2\x3d\xe1\x40\xf1\xd6\x14\x78\xd4\x52\xd4\xab\xc9\x56\xad\x30\xc5\x56\x4e\xe6\xc2\x59\xc9\x1d\x52\xff\x5b\x18\xb7\xac\x5a\x89\x27\x9c\x96\x4c\x89\x73\xa8\x62\xdf\x01\xbd\xeb\xb7\x0c\x7a\x37\x63\xf3\x29\x01\x74\x06\x7e\xc8\xda\xff\x3c\x1e\x5d\x68\x13\x11\x73\xb7\x70\xca\x28\x97\x82\x28\x61\xff\xda\x81\x39\x6a\x25\x67\xd9\x39\x6a\x33\x40\x6a\xc3\x38\xe5\xa2\x07\x5b\x22\xaa\x00\x18\xf7\x8e\x9c\xfb\xaa\x8f\x52\x58\xf8\x8b\xf6\x42\xff\x1d\x57\x79\x83\xac\x1b\xfb\x12\xfb\x9c\xee\x83\xb3\x65\x48\x80\x96\x28\x23\xb1\x94\xd7\x6a\xc1\xbb\x10\x57\xf2\x6a\x2a\x1b\x0b\x4f\x15\x23\x51\x1e\x89\xb5\x6d\x1d\xf2\x32\x27\xa8\x01\xc7\xda\x59\xe3\x7f\xee\xa7\x25\x14\xc8\xb5\xec\xf0\xbc\x65\xd2\xc4\x4f\x0c\x38\x2b\xf8\x78\x4b\x32\xb9\x47\x5f\xad\xee\xa9\xc2\xbb\xcd\x4e\xb0\x9e\x91\x2c\x28\x4d\x71\xc6\xd5\x44\xa8\x24\x12\xb9\x84\x23\x66\x0d\x06\x9d\x8e\xe2\x5c\xb7\x6b\xb1\x87\x3f\x4b\x23\xb0\x9e\x57\x65\x2e\xe1\xcf\x8a\x1f\xe6\x57\x6f\xca\x5a\x7c\x7a\x58\xd5\x54\x8a\xc8\x2e\x64\x11\xb6\x94\x21\x5f\xc8\xfc\x8f\xc7\x22\xc3\x60\x2c\x0f\xd8\x37\xea\x85\x2b\x6b\xb8\x32\x92\x71\xf5\xa6\x64\xc6\x15\x57\x76\xd9\xb9\x88\xa4\xbd\x76\xe1\xc2\x9e\xb9\x30\xe1\x0b\x3b\x54\xc2\xf7\xf3\x85\xcb\xd0\x5c\x99\x6d\x51\xdc\xd8\xad\xdc\x98\x2b\xab\xc4\xdd\xc5\x94\x86\x6b\xde\x01\x83\x8d\xd9\x01\xb3\x2b\x63\x8b\xfb\x27\xe5\x2b\x5b\x93\x6f\xba\x27\x40\x5d\xeb\x66\xe1\x91\x3d\xdc\x84\xb2\x29\x0b\xdb\xfe\x19\x09\x51\xd3\x13\xa7\xce\x9d\xa9\xfe\x85\x3a\xe7\xfa\x21\xfc\x49\x1f\xfe\x9e\x37\x5a\xa3\x1e\xee\xf8\x38\x19\xdd\x06\xe9\xb3\x4a\xd9\x8f\x7a\xcd\x29\xd9\x3b\xd2\xaf\xf5\x0d\x1b\xb6\x1a\x5e\x36\xe4\x19\x20\xd7\xf1\x82\x56\xdc\x93\xf8\xa5\x55\x43\xd7\xa8\x6d\x9f\x70\xce\x47\xce\x2d\x28\xc2\x9c\x0d\xcf\xc0\xbf\x82\x39\xfb\x0e\x53\x4c\xcd\x73\x98\x33\x40\xcd\x54\xe1\x9d\x61\xce\x47\xb9\xec\x15\xc2\xdf\x0d\xf9\x5d\xf8\x7b\x15\xa0\x1a\x3c\xc3\xea\x62\x59\x5d\xe6\xf5\x13\xc4\x38\x82\xca\x1b\x73\x70\x1f\x61\x6c\xac\x7a\xe5\x2f\xbd\xaf\xd8\x26\x2f\xc7\x36\x79\x05\x6c\x93\x96\x29\x3f\xcf\xcd\xdf\x13\x67\x98\xb0\xfa\x69\x59\xb0\xa7\x4e\x09\x7b\x36\x7d\xb8\x6d\x13\xeb\x26\xde\xde\x4c\x8a\x10\x90\xe6\xb2\xf8\x9b\xfa\xff\x91\xf7\x66\x5d\xa9\x2b\x51\xbb\xf0\x0f\x82\x31\xe8\xbb\xcb\xaa\x4a\x88\x31\xc6\x18\x11\x11\xef\xd0\xa5\x74\x01\x02\x84\xd0\xfc\xfa\x6f\xd4\x7c\x66\x1a\x10\xd7\x72\xaf\xbd\xdf\xef\x3d\x67\x9c\x1b\x85\x90\x54\xaa\x9d\xfd\x7c\xe6\x15\x0f\x3b\xec\xb8\x6c\xad\x05\x40\xa1\x56\x2b\xb2\x87\x66\x85\xe4\xb1\xa1\x58\x74\xdf\x16\x33\xca\xa3\xb7\x5a\xc4\x5d\x06\x37\x63\x70\xfe\x77\xbd\xa6\x28\x47\x6a\x9f\xfe\x35\x49\x2b\x83\xa4\xed\x65\x5c\x3e\x67\xc5\x25\x9c\x84\x02\x63\x75\x90\xb7\x72\xa1\x1a\x94\x6e\x3e\xa8\x93\x1d\x3a\x30\x27\xcb\x33\x15\xb6\xd0\x91\xa9\xf0\x47\x10\x56\x81\x59\xf4\x92\x4a\x21\xeb\x1d\xc3\x1f\x9e\x2c\x6c\x1b\xec\xdf\x7e\x14\x9e\x73\xf0\xb1\xac\x92\xc6\xea\x07\x6c\x92\x50\x42\x45\x37\x11\xfc\xd3\x6e\x59\xff\x57\x95\x9a\x09\xa8\x95\x18\x4a\xb3\xdf\xd0\xdb\x68\xf0\x49\x00\xa5\x54\x23\xd4\xe0\x42\x9a\x2f\x01\xf9\x6b\x57\x06\x49\x01\x0c\xb1\xea\x01\xa4\x01\x56\xfc\x35\xef\x3c\x92\xd2\x35\x9b\xb2\xee\x53\x34\xa2\xa4\xa8\x1a\x71\xaf\x23\xb7\x18\x49\x94\x9c\xc4\xc1\xb5\xb9\x4e\x26\x67\x14\x22\x6f\xdb\x67\xc8\x11\x06\x21\xa3\x71\xcd\xe5\x56\x11\x4a\xd7\x4d\x5d\x65\x7d\xb6\x66\x50\x98\xd6\xf1\x0d\x04\xe8\x0d\x17\xe1\x5b\xc2\x22\xa6\xe7\x66\x38\x43\xf6\x23\x74\xde\x05\x55\x91\x79\xe2\xcc\x23\x68\x2a\x5c\x1c\x63\x99\x59\xd1\x3a\x32\x1f\x91\x54\x90\x59\x4e\x28\x43\x4d\x98\x04\xf0\xd5\x87\x0c\x6e\xbd\xc2\x49\x68\x63\xc7\x7b\x96\xd6\x3a\xee\xc9\x85\xc0\xca\x47\x15\xe9\x36\x60\xbb\x48\x18\xcc\x29\x20\x17\x28\x86\x04\xd4\x12\x23\x97\xae\x82\x5f\x9a\x86\x16\xe3\x38\xf8\x6a\xa2\xb2\x47\xfb\x9d\xb3\x1b\xb6\x12\x08\xba\x8a\x6e\x19\x73\xb9\x68\xc1\xaf\x4d\xbd\x8f\xaa\x98\xd5\xac\xe3\x82\x77\x5b\xc5\xd0\xb0\x08\x61\xf2\x69\x63\xe8\x29\xf9\x10\x66\x64\x14\x60\xa3\x8c\x51\x2b\x19\x45\xf4\xd7\x30\x97\x98\x0c\x7c\xe1\x91\x59\x32\x1d\xf1\x7a\x46\x2d\x7c\xc4\x24\x1c\xa9\x28\xab\xf6\x6a\xb7\xa0\xb1\x65\xc6\x22\xfb\x78\x66\x68\x4a\x41\xfe\xd4\x09\x23\x85\x78\x74\xa4\x0d\x3d\x91\xb5\x2e\xdd\x8c\x74\x80\x11\x3f\x7a\x92\xa9\x7e\x52\x82\x27\x8c\x72\x0f\xee\xb9\x38\x2b\xa3\xd0\x4c\x4d\xc8\xaf\x16\x99\xa6\x2e\xcc\x44\x1d\xb5\x3f\xf1\x2e\x3a\x1d\x10\x82\xc5\x9e\xaf\x2d\xa0\x9c\x23\x8a\x5e\x6f\x49\xa4\xbb\xea\x9d\x54\x96\x9a\x96\x2c\x31\x83\x2b\x93\x0d\xd9\x15\x93\x67\x30\xbb\x4b\x94\x65\x97\x00\x16\x01\xb7\x72\xd1\x9f\x2f\x5d\x39\x28\x7e\x07\xf6\xe7\x43\xbe\x33\xfc\x4b\xba\x5e\x30\xd6\xf9\xd4\x39\x67\x06\x0f\x37\x6d\xc7\xb9\xc4\x4a\x6c\x0f\x37\x38\x7f\x25\xf8\x63\x7d\x27\xc3\x51\x7a\xd7\x53\xfa\x9c\x98\x55\x39\xb2\xd7\xa4\x00\x73\xd3\x8e\x80\xf0\xf6\xab\x68\x8a\xee\x1d\x05\x72\x04\x12\x19\x57\x6a\x67\x66\x2d\xb5\xbe\x6f\x49\x7d\xdb\x12\xbb\xe2\x10\x0b\x36\x3a\x9d\x15\x5d\x24\xd7\x21\x0a\xa4\x39\xe1\xcd\xe5\x5e\xa9\xc3\xb6\xd4\xba\x49\xf7\x8a\x9a\x29\x42\xa0\x74\xdb\x88\x5c\x01\x48\xe6\x1b\xc3\x52\x23\x7d\xc4\x0f\xba\x30\xe6\xd9\x5a\x12\xc0\x71\xf5\x90\xaf\xea\x65\xcb\x6b\x0b\x2b\x96\xd9\x0c\xba\xee\xee\x70\x53\x54\xe4\x31\x8d\xb2\xb9\xb3\x97\xc0\x21\x8b\xcc\x6f\xcf\x66\x1f\x7a\x6c\x6c\x9e\x1f\x4e\x72\x99\x86\xc6\x37\x23\x03\x0b\x99\xca\x5a\x6e\x68\x31\x0f\xad\xce\xc5\x0c\x09\x83\x50\x2d\xe5\xf5\xc1\x41\x8b\xc2\x06\x79\xa4\x73\x31\xee\x32\x9a\x73\xc4\x3c\x46\x25\xbb\xc5\x11\xea\x60\x7c\x3f\x11\xf6\x29\x37\x11\x7c\xa6\xf7\x50\x74\x16\xf2\x40\x40\x92\x90\xb6\x00\x23\x52\xa7\x70\x64\x36\x80\xd8\xf9\x18\xfa\x87\xd4\x16\x91\xa7\x01\x56\x36\x78\x36\x1d\x83\xa4\xe9\xe7\x60\xcf\xa7\xa7\x7b\x20\x15\x37\x7c\x25\xa3\x0e\xc0\xda\x47\x75\x6b\xfc\x6a\xb1\x6d\xc2\x63\x6c\xae\x87\xee\x7a\xed\x22\x78\xf4\xb4\x76\x8b\xb6\x18\x00\xc0\xab\x2c\xf7\x16\x9b\xec\x89\xc0\x26\x07\x6d\x48\x26\x40\x32\x03\xd0\x02\xcd\xa1\x9d\x9e\x54\x60\xe4\xe6\x73\x85\xe0\x3d\x98\xf2\x1d\x88\xc4\x8c\x4f\x49\x82\xbe\x70\x57\x84\x21\x44\x5d\x7b\x8d\xba\x73\xf2\xa2\xeb\x85\xa3\x3e\x7c\x6c\x0c\xb8\x18\x52\x6f\xc1\x9c\xb9\xc8\xc2\x10\x13\xb9\x53\x47\xc2\xc2\x2e\x18\x2d\x23\x17\xce\xbe\xd9\x27\x45\xd4\x3d\xf1\xb0\x92\x4b\x8a\xa6\xf4\x6e\x16\x34\xdb\xf7\x33\xba\xc0\x68\x96\x26\xed\x25\xe7\x1e\xbf\xd9\x4f\xb4\xb3\x7a\x10\x07\x23\x14\x8a\x49\xdc\x6d\x14\x82\xd5\x83\x99\xa0\x0e\x9a\x90\x0b\x47\x81\x08\x69\xb7\xda\xb7\x60\xd0\x7a\xa5\x37\x32\xe6\x00\xf1\x62\x12\xc3\x60\x45\x4f\xf8\x7d\xc5\xf1\x21\x1d\x98\x00\x8b\x96\xa6\xd4\x06\x5c\x19\x1b\xbd\x87\x77\x32\x4a\x00\xd4\x68\x17\xbd\x6f\x66\x5c\xfc\x38\xf7\xd2\x7c\x66\x6c\x3e\xd7\xee\xd0\x48\x0c\xcd\x59\xbc\x4c\x95\x12\x55\x1e\xe3\x9b\x8c\xaf\x51\x0c\x7c\x26\x75\x38\x42\xdd\xaf\x9a\x57\xd0\x07\xa7\x80\x73\x26\x1e\xfc\x3c\x96\xcb\x83\xde\x72\xfd\xd7\x13\x40\x02\xea\x6b\x14\xeb\x68\xcc\xdd\xa4\x72\xac\x9a\xc9\x3d\xa2\x6c\xbc\x29\x0c\xca\x3d\x90\xb4\x25\x82\xbc\xe8\x01\xeb\x64\xa3\x92\x3f\xc3\xe6\x56\x43\xf7\xec\x9e\x13\xc0\xf7\x68\xda\x8e\x9e\xe6\x25\x1d\x60\x2d\x17\x50\x9e\xda\xa9\x56\x4d\xb8\xda\xb5\xd4\xb3\x27\x0c\xe4\xb7\x57\x24\xd5\x8e\xaa\xb2\x40\x2a\xd0\x6b\xa4\x4a\x11\x4b\x1b\x6e\x31\x8d\x9c\xdc\x8d\x15\xd6\x21\x04\x2a\x88\x3d\x79\x4c\x66\x72\xe8\x31\x37\x2b\x4f\xaf\xe5\xf5\xaa\x99\x99\xcb\x12\x5d\x19\xb0\x52\x6d\xc9\xb6\x48\x75\x99\xd3\x90\x42\x9b\xe0\x2e\xb2\xc2\x7b\x5e\x48\xb5\xd4\xfb\x5c\x3a\x79\xc1\x56\x90\x88\xc2\x90\xac\x53\xae\x54\x3a\x90\xbf\x02\x59\xa9\xc0\x48\x51\xa6\xac\x61\x32\xf4\x90\xef\xbf\xce\xce\x8a\x3a\x34\x95\xaf\xe0\xb3\x2a\xa2\x90\x46\xeb\x2e\x64\x54\xee\x15\x41\x32\x29\xe3\xfc\x3b\x8c\x74\x36\xc1\x5f\xd3\xd6\x57\x04\xe5\x76\xf7\x97\x9d\xe8\x69\x21\x89\x7a\x61\xdf\x9d\x27\x06\x2d\x3a\xf4\xec\x91\x8b\x0d\x70\x0b\x1d\x87\xcc\xd4\xc4\x08\xee\xc6\x01\x94\x93\xa4\x3d\xe2\x49\x1c\x5f\x9d\xc0\xa9\xda\x9a\x90\x69\xc9\x1a\x9d\x05\x58\x62\xa2\x68\x51\xe8\x42\xa2\x67\x51\x6c\xcc\x8d\x66\xa0\x03\xc4\x0e\xec\x22\xe0\xef\x4d\x78\xb3\xea\xd3\xe8\xb0\xfa\xfb\x99\xeb\xe9\x88\xb4\x04\x9c\xae\x2c\xcb\x5b\xb8\xd6\xf5\x7b\xfc\x75\x22\x03\x11\x75\x64\x0b\xa3\x03\x48\x5c\x92\xf4\x6e\x10\x90\x10\xba\xb8\xed\x70\xcc\xd7\xfb\x3d\x22\x08\xf4\xe3\xc4\xc9\x5b\xfa\xfb\x48\xa8\x50\x06\x50\x94\xfc\x75\x22\x8c\x34\x5a\x10\x1f\xe1\xa8\x9c\x4a\x61\x1e\x54\x19\x4f\x0d\x96\xb8\xd9\x3d\x12\xec\x97\x9a\x49\x8e\x26\x19\x84\xfc\xc3\xa2\x85\xc8\x38\x19\xc3\xcf\xdb\x6b\xf4\xc0\x25\x7b\x5a\x99\xfe\x44\x0e\xc5\xb0\x84\xca\xd7\x05\x0f\xa1\xa8\x47\xc0\x75\xfa\x07\xc0\x16\xb8\xfb\x26\xf9\x44\x7f\x25\xc1\xff\x1b\x44\x2d\xb8\x6b\xca\x7e\x50\x13\x59\xa6\xfb\x46\x20\xf2\x88\x77\x52\x25\x19\xa0\x1c\x45\xbf\x40\xe4\x0b\x05\x79\x11\x28\x76\x60\x30\x8f\xc2\x41\xff\x12\xb9\x4b\x03\xc6\x4a\x16\x81\x19\xba\x00\x6e\x54\x53\x80\x9a\x44\x3c\xa2\xed\x8a\x7c\xe4\x6f\x60\xcf\x31\x5f\xdd\x91\x97\x55\x6b\x1a\x54\x78\x86\xaf\xee\x57\x14\x99\xb0\x94\x4b\x04\xdb\xf7\x37\xa8\x03\xee\xae\xd7\x0a\x3d\xaf\xd7\x39\xef\x01\x08\x00\xee\x74\x46\xa6\xb2\xcf\x3d\x4c\x01\x83\x53\x32\xc1\x2b\x17\xb5\x90\xd0\x99\x0a\x5f\x2e\x73\x67\x18\xef\xc5\x03\x7c\xaf\x5b\xfe\x45\x57\xa7\xb8\x3a\xa8\xf1\xdd\xd5\xf3\x46\x1a\x7c\xb9\x4e\x8d\x98\x6f\x35\xc2\x73\xec\x19\xbb\x48\x6f\xa2\xa7\x61\xb3\x0a\xd8\x3c\x14\x33\xa3\xd9\x23\x32\x44\x95\x28\xc9\xcd\xad\x5e\x53\xd6\xaf\x9e\xc8\x60\x8c\x81\xaa\x5f\xe4\x3c\xc1\xe0\xd4\x1b\x80\xfb\x69\x44\xea\x89\xa4\x9c\x02\x05\x38\x3e\x61\xbd\x48\xa8\xc6\xb9\x2a\x29\x32\xda\x34\xc9\x61\x00\x97\xc0\x38\xf9\xd9\x62\xe0\x0a\xe1\x06\x27\x2c\x1f\xac\x26\x3b\x49\x4d\xe2\xee\xa9\x62\x8a\x42\x5b\xbe\x8d\x28\xc5\xb1\xe4\xa1\x50\xa4\xce\xa8\xc5\xab\xcf\x65\x89\x0b\x78\xfe\x0d\xba\x2f\x3d\x8f\xcf\x30\x73\xe2\xf3\x54\x2e\x6b\xe6\x45\x5b\x9a\x01\x24\x6d\xad\x4e\x77\x7f\xe8\x4b\xf8\xe5\x79\x98\xeb\x37\xbc\x0a\xcd\x95\x4b\x33\xa8\xd5\x0e\x6b\x03\xde\x3c\x59\x9d\x99\x1d\xc6\x38\xeb\xbd\xdd\xe0\x8b\x63\x97\x21\xec\xa6\x80\xb6\xf7\x67\x88\xbb\x65\x5e\xad\xb7\x5a\x4d\xae\xac\x1c\xfb\xb5\x2e\xd8\xef\xd1\xa9\x1a\xc7\x1d\xa1\x37\xf4\x4f\x5b\x72\x42\xf4\x76\xa9\x10\x89\x9c\x8f\xfe\x3c\xa9\x5a\xef\x0b\x15\xdd\x9c\xf0\xae\xe1\xbe\xca\xc7\x6b\x48\xb5\x55\x60\x7e\x98\x24\x27\x80\x84\xb1\xa3\x5c\xd2\x42\xb8\x70\x0d\xf4\x0f\x8f\xc9\x8f\x03\x7d\x5a\x72\xdf\x54\x74\x53\x45\xe9\x48\xaf\x09\xe1\x83\x28\xac\x81\x83\x4d\x61\xb0\x25\x45\x32\xfb\xc7\x66\x07\x4d\x72\x0b\xbb\xfd\x10\x5f\x09\x43\xd9\xde\xc0\x84\x4a\xfa\xa3\x7d\xea\x15\x93\x10\x51\x9b\x1b\x27\x29\x37\xee\xc6\x5c\x31\xe4\x9a\x9d\x2b\xcb\x1e\x71\x84\x45\x60\xac\xce\xf1\x5e\xd3\x03\x2d\xf3\x4f\xba\xb7\xc5\x81\x30\xed\x62\x92\x6e\x6e\x18\x0d\x8a\x4f\x79\x0f\x81\x5b\xc4\x00\xeb\x81\x14\x69\x00\xbb\x2f\xac\x8a\xaa\x82\x09\x0c\x26\x55\xba\xad\x97\x44\xb6\xa3\xb4\xf9\x02\xbf\xf6\xc3\xb5\xa6\x1b\x55\xb3\xa6\xea\x1f\x7a\x49\x6c\xd6\x5b\xf6\xb0\xcf\x85\x12\x49\x00\x14\x4e\x80\x23\x5e\x20\x67\xea\xa8\x74\x0f\x14\x95\x29\x11\xd4\x91\x1e\xe5\xe7\xe4\x04\x35\x66\x7e\xd4\xb3\xe8\x6b\x96\x7b\x2f\x5a\xe7\x06\x2d\xc6\x3b\xdb\x99\x17\xfa\xad\xd9\x91\xd3\x35\xf3\x8f\x52\x95\x2a\x6d\x8f\x1a\x1b\xe8\xba\x11\x19\xe8\x4b\x6a\xbc\xe1\x21\x6d\x38\x54\x03\x24\x8e\x1c\xcf\xd6\x46\x4e\x71\x79\x14\x78\xd9\x8a\x4c\x49\x79\x5d\x02\x1f\x6f\x2c\x3b\xd5\x5b\x44\x55\xcc\x29\xb3\xae\x5d\xbd\x65\xe5\xbe\x7a\x0b\xb3\x12\xe1\x89\x1e\x0f\x8c\xfc\xb4\xa1\xf1\x08\x92\x36\x1e\x4b\x25\x78\x9b\x0a\x54\xe2\x40\x5f\xf5\x84\x7a\x59\x6f\xc9\xfe\xe1\x6e\xb6\x26\x5f\xed\x53\x55\x2c\xcd\xc2\x44\x7a\x9f\x98\xcb\xe4\x8b\x0b\xff\x24\xbe\xf4\x84\xea\x18\xe5\x06\xb2\x59\x2b\x0d\x33\x7b\xdd\xeb\x69\xde\xa5\x5d\x71\x9c\x77\xb3\xab\x4f\xf5\x06\x5e\xd7\x48\xef\x75\x39\x1e\x5a\xc0\xab\x06\x9f\xbf\xa6\xbd\x46\x15\x61\x19\x6e\x2d\x1d\xc6\x3f\xee\x5a\xb5\x81\x84\xf0\x5a\xbe\x6b\xcf\x6d\xee\x44\xe7\x5a\x27\x18\xb0\x56\x4d\xd4\xb1\x81\x72\xc7\xa7\xfc\xc3\x0f\x4d\x6e\xb2\x75\xed\xe1\x44\x85\xb0\xd3\xf0\xa4\x58\x85\x07\x20\xb0\xae\x0e\xd6\xd7\x07\xd8\x14\xfd\x57\x7f\x7c\xa1\x4a\xdd\x3d\x8f\xe5\x90\xef\xe4\x7d\xd0\x86\xc9\x7b\xde\xb6\xbe\x9d\x3a\x47\xf7\x22\x37\x5b\x2d\x55\xe6\x42\xfb\x95\x74\xc2\x3d\xa1\x1e\xa2\x0e\xf6\xcd\xb6\xf3\x7d\x5b\x67\xcb\xd0\x13\x2a\x30\x0a\x0d\x93\x38\x5b\x29\x37\x4d\xe6\xe7\xa2\x61\x9e\x1d\x91\x0f\x78\x31\x0a\x07\x99\x05\x3f\x07\x65\x23\x91\x3f\xd4\xcb\x6a\x9b\x8b\x84\x5e\xdf\x67\x36\x4b\xcd\x3e\x7b\x0c\xd0\xf6\xb4\x2e\xdc\x66\x77\xcd\x76\x32\xfb\x32\xe6\x8c\x27\x32\xe9\x5b\xd9\xf5\x1c\x44\x59\x2e\xa4\x78\xb6\xc9\xbd\xad\xbe\xbe\x4b\xd4\x20\x75\x5f\xa9\xe4\xc2\xb3\x13\xf2\xa7\x7b\xf8\x30\x09\x19\xeb\xd7\xd1\xa7\xa9\x76\x07\x48\x11\x4b\x98\x70\xc5\x6a\xc6\xdb\xba\x43\x5f\x4f\x6c\x70\xa9\x30\x4e\x61\xbe\x86\xdb\xba\x09\x1f\xe5\x66\xed\xfe\x55\x04\xc3\xa6\xcb\x5c\x55\x73\x95\xd7\xb1\x0f\x09\x22\xd1\x2c\x99\x04\xc2\xb3\x92\x14\x47\x21\x82\x41\x89\xd4\xf0\xeb\x62\x22\xa8\x32\x53\x82\x00\xb3\x42\xd5\xad\xb4\xc7\xdb\x93\x26\xc2\x76\x43\x2e\xc8\x7e\xd7\x0b\x98\x9b\x26\xb5\x6a\x20\x8d\x6e\x63\x80\x43\x16\xbf\xc3\xd1\x6e\x01\x0a\x3a\x66\xc8\x68\x64\xa7\x23\x35\x94\x1e\xd6\xf2\x02\xea\x67\x30\x90\x0d\x39\x8b\x13\x48\x33\x5f\xa8\x9b\x26\xeb\x7d\x51\x87\x3c\x29\xb7\xe0\x9d\x8d\x2d\x99\xf1\x03\x79\xde\x96\x56\x1b\xd5\xc3\x05\xdc\x58\x7d\x7a\x7b\xde\x82\x2b\xc4\x5a\x6e\x81\xd5\xf9\x1e\x1c\xee\x38\xd0\x97\x9e\xf2\x85\x02\x0a\xdf\x49\xd6\x80\xf9\x05\xea\xe6\xeb\xf7\x56\x19\x58\x1e\xd8\xc2\xe9\x2f\x3d\xa1\x1a\x2a\xc1\x95\xe7\xb7\xb8\x71\x60\xe0\xa6\x7b\x78\x3c\x28\xd9\xd6\x2c\xc9\xf9\xfa\xfc\xbe\x55\x82\x19\x1a\x22\x60\x8f\xe6\xc8\xe1\x3c\xc3\xf9\x3a\x87\x06\xcc\x4f\x78\x54\x1d\xa1\x8a\x09\x5e\x49\x8e\x98\x9b\x53\xe0\x78\x49\x56\x91\xdb\xb8\x4d\x0b\xb2\x90\x33\x3a\x73\x61\x86\x46\x08\x95\x6e\xb8\x1b\x33\xf8\x6d\xb5\x46\x4b\x8e\xca\xfe\xc5\xbe\x70\x22\x83\x8a\x88\x9e\x50\x96\xc6\x1b\xf7\xf4\x6b\x1f\x80\x54\x5a\x98\xdd\x66\x22\x45\xa9\xf2\xe5\x0e\x48\x1c\x76\x9d\x90\xa4\xac\x92\xb1\xc1\x6e\x7f\x0f\x7c\xbd\x3e\x50\xa3\xe8\x45\x05\xd8\x85\x57\x8c\x15\xb1\x0b\x9d\xef\xda\x25\x1b\x81\xbd\xa3\x3d\x31\x8c\x5a\x2a\xa7\xa6\x88\x85\xac\xd5\xf5\xc8\x0b\xf6\xd2\x9a\x3c\xa4\x08\x5f\xee\x1e\x7a\x8e\x10\xc5\x0f\x55\x1a\x04\x6a\x8c\x18\x25\xae\xe1\xbd\x74\xbe\xea\xa8\x7a\x15\x13\x0c\xfd\x34\xab\x92\x71\x1c\x92\x82\x90\x7e\x71\xe5\x88\xfd\x6d\x4d\xd6\x77\x32\x75\xcd\x4e\x64\x78\xb5\xbd\xd1\x4f\xda\x6b\x3e\x88\x61\x4d\x36\x77\x6c\x02\x53\x42\xfd\xda\x5c\x6d\x6d\xf0\x93\xd6\xc6\xbe\x18\xbf\xd5\x64\x1b\xcd\xcd\x51\xe6\x4d\x46\x57\x1b\x9c\xca\x9f\xb4\x58\x58\x4a\x31\xbd\xab\xc9\xc2\xd9\x80\xe3\xbf\x1f\xf0\xfc\x41\x78\x35\x39\x8e\xf3\xcd\x1d\xfe\xbe\xb9\xdd\x2f\x51\xef\xd6\xe4\x34\xce\xd5\x38\x0e\xe4\xe9\x6a\x83\x1f\x3f\x69\xb0\xfe\x28\xcc\x9a\x9c\x9f\xb7\x57\xf9\xfb\xf6\x16\x0f\xba\xbd\x05\xda\x4b\x40\x96\x6a\x57\xdb\x1b\xff\x68\x45\xda\x8f\x62\xd1\x36\x6a\x72\x15\xa7\xe9\x62\xea\xb5\x71\xb5\x41\xff\x27\xed\x1d\x6f\x84\x6e\x6e\x1d\x33\x40\x95\x12\xea\xa5\x75\xb5\x39\xef\x47\x07\xe4\x49\x4c\x9f\x6b\x72\x9b\x6f\xae\xf3\x2f\x9a\x7b\x10\xd5\xe7\x9a\xdc\xc5\xb9\xe3\x5b\xfa\xfb\xe3\xdb\x7e\x16\x55\xbf\x26\xf7\xf9\xde\x4d\x56\x7f\xdd\xbb\xaa\x2b\xca\xaa\x26\x8f\x68\x0e\xaa\xc5\xec\x6a\x73\xc3\x9f\x34\xb7\xb7\xc4\x56\xd6\x64\x39\x3f\xd8\xe0\x6a\x73\xfd\x1f\xad\x2c\x9a\xab\xc6\x39\xe2\xb2\xfc\xfb\xe6\x76\x73\x29\xe6\x4e\x4d\xd6\xd1\x1e\xe2\xda\xc2\xab\xed\xb9\x3f\x22\x56\x81\x14\xab\xfb\x9a\x6c\xe6\x37\xf2\xe6\x6a\x7b\x3f\xdb\xc8\x1f\x6a\x76\xb2\x03\xd9\xa6\xf6\x14\xe5\x3e\x38\x95\x32\xdd\x42\x40\x16\x82\xb2\x86\x48\x30\x88\xbb\x27\x04\xd5\x6f\x89\x7d\x46\x5d\x12\xd5\xbd\x35\x42\xa2\xe0\xd7\x2b\x99\x02\x5a\xd4\x0b\x31\x5a\xba\x16\x9a\x02\xe5\xd2\x49\x58\x5a\x11\x77\x0d\x0d\xba\xb6\x90\x07\x24\xb9\x93\x60\x12\x93\x2b\xc7\x6e\x21\xb3\x9b\x1a\x22\x91\xcc\x80\x4f\xa7\xc0\xd0\x4f\x3d\x2d\x4d\xe8\xfb\xad\x35\xa5\x77\x5b\xaa\xb8\x50\x42\x99\xc5\xbd\x12\x46\x97\x62\x31\xca\x8a\x2d\x78\x0d\xc8\x5c\xfd\xed\x5b\x71\x28\x8c\x48\x2b\x03\x6a\xdd\x2d\x1d\x19\xde\xf2\x24\x8b\x23\xe1\x95\xba\x4d\x20\xdb\xe3\x95\xfb\xe7\xe4\xa5\xca\x8c\x93\xec\x7c\x47\xa8\xbb\x42\x1b\x72\x34\x36\x87\xba\x07\xe6\x14\x2a\xed\xc5\x0d\x60\x34\x13\xfe\xde\xf3\xf1\x39\x09\x60\x11\xe6\xe4\x89\x8b\x5d\x90\xef\xb6\x73\x9b\xe8\x3e\xc2\x43\x10\x5e\xb1\x2f\xec\x0e\xc9\xf4\x6a\x8b\xcc\x0f\x03\x2a\xd0\x2a\x74\x8a\xae\x8a\x15\xf2\xc1\x74\x9f\xaa\x32\xe6\xd2\x82\x8a\xa5\xd0\x34\x2a\x80\x0d\x46\x2f\x24\x4e\x96\x25\x49\xd2\xa6\xc5\x8e\xae\x81\x10\x23\x12\x0e\xcc\xe2\xbb\x30\x03\x92\x2b\x1d\xae\xbc\xa7\x92\xfa\xc0\x07\x23\x67\x1f\x5e\x91\xc4\xea\x71\x78\x04\xc5\xad\x51\x24\x95\xc7\xf3\x8a\x9a\xb7\x10\xa7\xdf\xe0\x9c\x81\x83\x7b\x0d\x80\x6d\xab\x8a\xbe\x41\xe6\xa3\xcc\x67\x60\x06\x54\x20\xe0\x69\xb1\xee\xb6\xc9\x9f\x47\xc2\x7c\xcc\x02\x7e\xa0\x26\x1a\x04\x96\x8c\x4c\x05\xcd\xc7\xa9\x71\x1b\xa9\xf4\x0e\x30\x7c\xf8\x8d\x1f\x30\x2b\xae\x64\x02\x0c\x66\xd2\xd2\xdd\x89\x4c\x3d\xe9\x52\xeb\x08\x1b\x37\xc9\xe5\x65\xbd\x8d\xb9\xed\x1e\x59\x23\xa9\x7f\x6e\x0a\x28\x82\x3e\xdc\xc1\xb3\x90\x3a\xee\x3a\xac\x2c\x1d\x6d\x61\x45\x70\x73\xeb\x59\xed\x8a\xbd\x82\x58\x45\x70\x3d\x12\x1e\x3c\x60\xfb\xa7\xa3\xba\xcf\x46\x02\x21\x9f\x26\xcd\x22\x03\x9c\xf3\xa6\xdb\xfa\xf4\x72\x83\xd5\xaf\x43\x01\x6d\x72\x50\x59\xa3\xa2\x27\xcc\x5f\x59\x30\xfc\x42\xb2\x33\xca\x80\x55\x7c\xa1\x27\xc6\x7c\xba\xcf\xc6\x44\xae\xe1\xd7\xdb\xa4\x2f\xea\xe9\x84\x3d\xdf\x24\xbd\xe1\xf1\xfe\xec\x65\x0a\xeb\xba\x52\x88\xb7\x78\x82\x9d\xcb\x4f\xaa\x2d\x0d\x28\x00\x8f\x42\x0c\xc9\x08\x09\x67\x37\x4c\x4d\x27\x55\x74\x54\x07\xd1\xf5\xca\x6e\x6e\xd8\x25\xd4\x68\xfd\xd0\x60\xd2\x13\xea\x64\x44\x1d\x33\x23\xb7\x27\xd4\xef\x5d\x91\xb0\xae\xee\xf6\x4b\x98\x8c\x5b\xad\x9c\x0a\xff\x72\xdd\x5c\xd3\x3c\x41\x39\x6e\x9d\x72\x2a\xfa\x4b\xb9\x06\x32\x58\x01\x8c\x1e\x1b\x01\xda\x2d\x7a\xa7\x4d\x09\x2b\xb7\xb0\x4b\x90\x72\x77\x1b\xa0\x2a\xba\x3d\xa7\xff\xea\x36\xe4\x82\xcc\x2b\xfa\xaf\x6e\x51\x46\x58\x1f\x64\xb3\x7b\x68\xb0\x68\xaf\xf4\x32\x70\xe9\x61\x4a\xbc\x1a\x53\x76\xdc\x44\x4e\x7f\x63\xcb\xf0\x34\x05\x54\x5c\xd2\xa2\x27\xc4\x08\xb6\xaf\x04\xd7\xb6\x40\x5b\xe0\xd2\xab\x51\x07\x76\xde\xb0\x06\x25\xcf\xad\x4e\xb9\x4a\xf6\x18\x81\x3c\xc3\xda\x9a\xcd\xf4\xa4\x2c\xab\x40\xce\x22\xf8\x3f\x2a\xc0\x0c\x76\x0b\xa4\x55\xab\xd7\x23\x47\x21\x1f\x90\x12\xef\xee\x17\xb7\x64\xef\xdf\xcd\x91\xba\x5b\xe2\x86\x0a\x6b\xca\x92\xfc\xec\xa0\x5c\xea\x68\x7d\xa2\x73\xdd\x96\x11\xfc\x8c\x5c\xc1\x7d\x98\xe0\xf3\xe3\x8f\xcb\xd9\x84\x5a\x89\x31\x4f\xd6\x14\xe6\xbd\x11\x1c\x23\x5d\x7e\x71\x2e\x75\xab\xca\x19\x77\x93\x9d\xcb\x39\x77\x94\x22\xb6\xc3\xd5\x25\x1e\x77\xe7\x34\x43\x56\xa8\x37\x45\xd7\xe3\x91\x0d\xa6\x54\x40\xc8\x84\x33\xe5\x2e\x03\x4a\x41\xe0\x58\x80\xd2\x14\xaf\x85\x08\x16\xc6\x78\x03\x7f\x73\x79\xc3\xe8\x26\x5a\x1d\x37\x8a\x8c\x6e\xc2\x1f\x01\x10\xa0\x28\x7e\x13\xc0\x47\x01\x4a\xd7\xf4\x8f\x70\xc2\x8c\xe5\xe6\x40\x8b\x2f\x04\xa1\xb9\x46\x70\x02\x0f\xb8\x2c\xeb\x10\x16\x1c\x87\x92\xc8\xb9\xfc\xf3\x20\x99\x97\x23\x85\xc7\x8b\x51\xb4\x4a\x80\x63\x3c\x7d\x4c\x90\xb5\x2c\x44\xf1\x5d\x7f\xab\x60\x59\x9c\x32\xca\x87\xc2\xe4\xb9\xc4\x17\x3a\x2a\xa1\x19\xc4\x38\x1c\x73\xcd\x70\xec\xcf\x02\xca\x28\xdb\x07\xa0\x38\x0d\xd9\xd9\xb1\xc7\x26\xb5\x3b\x0d\x98\x95\x04\xe7\x1e\xf7\x55\x49\xd9\x0b\xa4\x40\xac\x65\xdc\xfe\xf9\x91\x6d\x18\x7b\x54\xf6\x79\x3f\xfc\xe6\xa9\x33\x1b\xda\x59\x13\x97\x86\x49\x28\x0d\x27\xeb\xab\x35\xf0\x9f\xb4\xda\x13\xaa\x65\x94\xa1\xff\x36\x29\xb9\x5e\x3d\x70\x5d\x10\x7f\x41\xff\xcd\xfb\x56\xe3\xf6\x5b\x52\x73\xe4\xda\xc5\x94\x04\x76\x0b\x70\x1c\x8a\x5a\xba\xed\x30\x49\x68\x33\x49\x98\x34\x40\x12\xc6\x0d\x90\x04\x80\x00\x12\xcd\xbd\x8d\xdb\x77\x3f\x26\x4d\xd3\x36\x42\x5c\x66\xe9\x2c\xea\x3e\x36\x40\x0e\xbf\x25\x2a\xa1\x7c\xff\x1d\x4d\xd9\xc9\x0d\x30\x59\x09\x03\x4d\xd4\x21\x0d\xb8\xa8\x8f\x80\x0c\x6d\x7a\xeb\x98\xa8\xcc\x6b\xe2\x1d\x4b\x00\x38\xd4\x27\xc7\xe7\x50\xe8\xb0\x27\x44\x8f\xaa\xca\x51\xfc\xe8\x2b\xb9\xe8\xba\x2a\xb7\x9d\x93\x1b\x88\x61\x58\x15\x05\xac\x2f\xba\xcc\x47\x2a\xfd\x98\x1c\x29\x4b\x58\x27\xc3\xc9\xa8\xde\xe1\xdf\x50\xbd\x15\x23\xb0\x5d\x12\xab\xcd\x37\x44\xcf\xfc\x19\x09\x63\x19\xda\x8c\xbb\x7f\x49\xb8\x76\x20\x5c\xa3\xd3\x39\xe1\x8a\xaf\x13\x2e\xb2\xd7\x20\xc6\xff\x93\x78\xee\x32\x07\xf7\x74\x97\xa3\x62\xe6\x2b\x3c\x1f\x75\x46\x92\x83\x8f\x63\xc4\xbe\xd5\x44\x1e\x64\x67\xf3\x5c\x3e\x14\x93\x50\x2b\x92\x61\xdc\x6e\xb2\x0e\x6a\x62\x10\x17\x1f\xb0\x49\x28\xbf\x47\x68\xe6\x07\xa5\x88\xcc\x63\x2d\x63\x17\xdd\x9d\x91\x4d\xce\x2b\xc8\xd3\x3f\x7d\xa2\xd6\xf0\xb2\x93\x5d\x73\x2c\xc1\xd0\x6f\x72\x2d\x71\xd6\x44\x28\x0b\xdc\x9e\xbe\xec\x08\x31\x1a\xef\x98\x60\xfa\xb4\x3f\xa9\xdf\xe8\xe7\x6c\x8d\x78\xe8\xe9\xda\xcc\x7f\x6f\x73\xc9\x8f\xfc\x65\x57\x88\xd1\x7c\xcd\x46\xb9\x1e\xbb\x98\xd3\x86\x62\x04\xf6\xf4\x77\x73\x37\xff\x7d\xcc\x16\xbf\xfc\x65\x4f\x88\xf7\x3d\x92\xee\x3f\x4a\x2b\xaa\x41\x58\x7a\xce\xea\x59\x31\x92\xe0\xf0\xfe\xda\xb4\x59\xc2\x5c\x1a\x8f\x67\x93\xb5\xd8\xea\x37\xd9\x9f\x24\xc7\x0d\xf4\x16\xf1\x85\xfa\x35\xde\x9d\x73\x22\x2d\x92\x72\xe5\xb9\x1d\xca\xe2\xfe\x89\xcb\xcc\x51\xbc\x3a\xe1\x20\xe4\xee\xff\x0f\x38\xc8\x6e\x09\x0e\x32\x69\x9e\x71\x90\x31\x98\x84\x1d\x35\x2f\x39\x48\xc3\xb4\xdd\x9c\x1d\x0e\x22\xa4\x57\x0d\x6e\x72\x3e\x92\x71\x07\x5e\x98\x49\x27\xef\x85\x29\xed\xbb\x67\xd4\x77\x0c\xc5\x75\xd3\xfe\xa1\x3f\xeb\xd2\x43\x33\x33\x83\xf1\x0d\xf0\x0a\xc7\x37\x39\x7f\xd6\x4f\x45\x45\x5f\xf8\x4f\x53\x50\x5e\x94\xc7\x2f\x81\x2c\x9d\xfe\x8a\x2c\x1d\x50\xc3\xc9\x07\x76\x8e\xbb\xa0\xca\xd1\xbf\xc6\xb8\x6d\xb0\x44\x44\x85\xbb\xd8\xdc\x21\x92\xa2\xca\xd9\x2d\x1d\xa6\x16\xed\x0d\x02\x32\xc2\xdd\xbf\xa2\x62\x3e\x72\xf7\x04\x17\x51\xf1\x85\x59\xb1\xa6\x3f\xdb\x60\x69\x6d\xca\x01\x70\x1f\xbd\x2a\x20\xd3\x3d\xbd\xb5\x76\x72\x49\x80\xb7\x2e\x41\xc6\xdd\xda\x95\x39\xf2\x5b\xd6\x5d\xe6\xe6\x3d\x21\x1e\xe9\x39\xb5\x61\x24\x9d\xa2\x23\xac\x61\x19\x1b\xf2\xef\xf6\xa7\x29\xd4\x4b\xe1\x40\x4b\xeb\x2c\x2a\x7a\xa3\xd9\x4f\x75\x84\x32\xb8\x71\x7e\xbf\x06\x72\x87\xfd\xea\xb6\x68\xbf\x36\xe4\x08\xac\xb4\xb4\x64\x5c\x9d\xa1\x50\x0f\xd5\x2c\x90\x4f\xdd\x97\x22\x27\x71\x7e\x94\xe5\x43\xd1\x56\x91\xb2\xa7\x3b\xa7\x68\x19\x5b\x75\x5b\x74\x55\xa8\x90\xe7\x1d\xac\x90\x3f\x91\xc5\xf5\x03\x9e\xe0\xfb\xb8\x7e\x1e\xd5\x95\xb0\x7e\x61\x16\x7f\x1f\xd5\x2f\x46\x44\x9f\xe6\xbf\x0b\xea\x67\xc4\x8e\x3f\xc7\xf4\x8b\xb9\xfc\x43\x4c\x3f\x76\x09\x85\xf4\x9b\x01\xd2\x45\x0a\x11\xd2\x7b\x66\x80\x20\xeb\x17\xff\x79\x48\x3f\x8f\xf2\x1f\x45\xf4\x23\x92\x02\xad\x3b\x3f\x0f\xe8\x47\x32\xce\x9f\xe2\xf9\xc5\xf6\x3c\x9e\x5f\x34\xff\x41\x3c\xbf\x58\xc8\x9f\xc4\xf3\x0b\xef\xef\xc2\xf9\x19\x6c\x92\x42\xb0\xfd\xd6\x98\x43\xec\x10\xb9\x3f\xdc\x8f\x01\xcd\x0e\x14\x30\x38\x78\xe0\xa6\x12\x42\x1f\x72\xfc\x65\x67\x12\xc9\xd3\xe6\x14\x3e\x31\xbf\x32\xcf\x51\xde\xc7\xaf\x74\xf2\x2b\xa9\xf5\xbf\x0d\x1d\xf0\x84\x0a\xcc\x4b\xe2\x1d\x96\x9d\x0b\x22\xab\xb5\xf4\x45\x07\xe2\xed\x32\x4f\xf8\x1f\xaf\x8b\xc2\xeb\xb6\xf1\x47\xfa\xff\xbd\xe8\x3f\x10\x56\xc9\x48\xe4\xe6\xf6\x9f\x27\x0a\xc5\x69\x93\x89\x2a\xd1\x44\xa5\x1e\xec\xd6\x34\xf7\xc5\xcc\x7c\xe1\xbd\x8c\x5e\xc4\xa7\x9b\x4c\x2a\xdf\x87\x08\x8c\x68\x52\xb2\xbe\xf5\xd0\x5e\x91\xa4\x53\x90\xd4\x0d\xe4\x9c\x96\x65\x85\x38\xb5\x28\x50\x4c\xda\x7b\x19\xdf\xb6\xc9\xe5\xb6\xe4\x74\xec\x2b\x3f\x5c\xbb\xbf\x49\xbe\xdb\x61\x99\x40\xc8\xdd\x43\xbf\x98\x56\xd8\xe8\xc7\x71\x52\x38\x29\x03\x97\xda\xc7\x0e\xe1\x23\x64\x5a\xf1\x1e\x81\xa9\x4b\xca\x22\xb6\x80\xae\xdc\x5b\xa0\xcc\x6e\x6f\xb3\x75\x39\x4e\x8e\xce\x2e\x85\x9f\x13\x4a\xc8\x83\x00\x15\x82\x58\x55\x3b\x21\x2a\xbe\x03\x55\x04\x89\xd0\xfd\x98\x30\x96\x03\xd5\xac\x65\xe9\x87\xaf\xb5\x9d\x4c\x8c\xd4\xe6\x73\x2e\xa0\x25\x13\xb6\x13\xae\x35\x0c\x8d\xec\x34\x21\xd9\xac\x64\xee\x63\xf0\xbf\x03\x1b\xd2\x2f\xbe\xbb\x13\xc4\xe0\x57\x11\x6c\xba\x93\xcb\x76\x57\xab\x52\x33\xc2\x37\x79\x7d\x2a\x23\xb3\xf2\x63\x47\x62\x18\x0f\xfa\x83\x39\xfb\x02\xf0\xcb\xbd\x31\x52\x25\x7a\x87\xad\x5b\xec\x8b\xa6\x49\x39\x69\x35\x53\xec\xb9\x18\xda\x0b\x14\x1e\xaa\x6e\xd7\xd9\x43\xf2\x2b\xc7\x8c\x42\xdd\x8a\x20\xc9\x4d\xeb\x88\x79\xa7\x41\x97\x78\xd0\x7b\xe0\x65\xd2\xca\x10\xe2\xcb\xb2\x80\x89\xdb\xc1\x6a\x59\x8e\x50\x8d\x36\xdf\xaa\x2d\xac\x8e\x9c\xa1\x4b\x48\x45\x60\x54\xdd\xd9\xe1\xec\xd5\x95\xdf\xbf\x5a\xcf\xc2\x73\x70\x9b\x7f\x5b\x33\x02\xc6\x73\xbe\x21\x5b\x58\xad\xf4\x6d\xb7\x08\xae\xe8\x41\x38\xe0\x38\x8c\xa4\xcb\x7f\x35\xc0\xe9\x8e\xda\xf4\x36\x07\x00\x32\xc9\x23\x0b\x2c\x37\xb9\x81\x45\xf4\x2a\x33\xe2\xe0\xea\xe9\x5c\x6f\x11\x73\x29\xc3\xa9\xf9\x9b\xf1\xd9\x5f\xc6\x37\xdf\x61\x7c\x11\x5e\x16\xa7\x2f\xa3\x38\x6a\xc2\x13\x98\xcb\x18\xe3\x0a\xd4\x6f\xc7\x75\x65\xf6\x16\x3b\x84\xab\xc4\x68\x3d\x4a\x5b\x9f\xc4\x28\xc1\x5f\x1c\x24\x38\xab\x6d\xc2\x43\xe9\x55\xc8\xfe\x68\x3e\xcd\x11\x5a\xfd\x1e\x9c\x6e\xb2\x06\xd5\x52\x96\x59\xb6\x9b\x96\xe9\x54\x0d\x1b\x27\x12\x9c\x02\x79\x84\x4b\xbf\xd7\x9a\x40\xaf\x69\x12\x97\x57\x1b\x79\x82\xa7\x7e\x58\x9f\x42\x54\x6a\x4c\x6f\xa8\x50\xbf\x9c\x77\x10\xaf\x18\xa1\x94\xfe\x70\xdb\xe4\x27\x22\x56\x5b\x26\x07\x44\x4a\x8f\x0f\x06\x9e\x28\x41\x80\x1d\x14\xb8\xa9\xd2\x54\xf3\x06\x33\x96\x5b\x8a\xe2\x35\x06\x31\xbf\x7c\xdf\x30\xc8\x5f\xd8\x02\x7a\x59\x5b\xc2\x16\x88\xa3\x9c\x80\x15\xf5\x2f\xcf\x33\xc9\x9e\xef\xc2\xac\xdc\x4c\xd6\x38\x65\x3c\x9b\x4c\x1c\x5c\xd0\x05\x15\xca\x3d\x44\xe2\xb9\x5c\x4e\xe1\x76\x98\xe3\xff\xb0\xf5\x80\x58\x13\xae\xfb\x38\xda\xef\x99\xa7\xfb\xb9\x9f\x11\x7a\xbf\x42\xda\x6d\x22\x5e\xb6\x4e\x39\xa2\x3f\x5c\xe6\x64\xcc\x42\xc8\xd9\xec\xe4\x4c\xef\x86\x33\x86\x35\x9d\x91\x7d\xe3\xb6\x13\x20\xe9\x78\x16\xa3\xb3\xd3\x98\x70\xc2\x66\x12\x9a\x44\xc8\x97\x57\xb1\xde\x68\x6a\x22\xe1\x4d\x3b\xf0\xe5\x7d\x4c\xa5\xe6\xde\x28\x86\x68\x70\xe2\xab\xc7\xe4\x66\x64\xd1\x56\xf8\x72\x39\xbe\xd5\xd2\x28\x15\x18\xed\x47\xa5\x9c\xab\xa4\xdc\xd1\x1d\x3e\x74\x9f\x61\xc4\xa9\x74\x6e\x8a\x59\x65\x8b\x35\x7d\x13\x75\xb9\xe9\x10\x23\x1a\x14\x07\x62\xd7\x8d\x64\xb5\x73\x03\x6f\x59\x0d\xb7\x2f\x55\x63\x6d\xfc\x44\xdc\xdf\x63\xe7\x7c\xdc\x43\xce\x03\xba\x47\x14\xc2\x3c\xd9\xe5\xb8\xf3\x05\x97\x51\x7b\xc7\x4a\x15\x13\x48\xa9\x25\x00\x74\x28\x0e\xc9\x7c\x66\x4d\xb4\xed\xfc\x51\xd4\x1f\xdf\xe6\x24\xfd\x46\x04\x10\xca\x3d\x85\x8d\x9f\x71\xef\x15\x62\x41\x07\x8d\xc8\xce\xe2\x9d\x2a\xc6\xe9\xf9\x9a\x6a\xd0\x2a\x41\xd8\x5b\x56\xf9\xc0\x6e\xee\x90\x01\x1e\xb7\xb5\x9e\x6d\x1b\x47\x1a\x6a\xab\x4b\x48\xe0\xed\x6e\x45\x1e\xaa\x49\x57\x07\xc2\xec\xee\x81\xaf\xd1\x6b\xe5\x55\x8a\x8d\x6c\x42\xa5\xe8\x2d\x5b\x39\x15\xf8\xa0\x55\xe0\x9a\x9d\x57\x81\x4f\x28\xe1\xf6\x23\xf3\xdf\x57\x73\xa7\x27\xd4\x7d\xb5\xc3\x61\x99\x79\xa9\xe9\xb9\xde\x41\x1c\x69\x23\x7f\xf5\xb5\x09\x78\xed\x5e\x2b\x7f\xf5\xa9\xcd\x0a\x77\xe7\x4c\xe1\x3e\x34\x71\x50\xf7\x4d\x95\x5d\x7d\x28\x70\xbb\xa5\xce\x0f\x0d\xb9\x14\x7d\x7a\x29\xff\x55\x43\xca\x07\xff\xa8\x11\x9d\x51\x9f\x3f\x50\xe6\xbf\x17\xe6\xfa\xc2\x2b\x19\xd3\x42\x5e\x15\xdf\xfe\x0b\x55\x9c\x8b\x0c\x5e\x24\x35\x14\x60\x75\x1a\x9c\xb6\x9c\x19\xb1\xcd\x27\x35\x8c\x2a\x7c\xb9\xbc\xe5\xd4\x0b\xa8\x69\x35\xbe\x5c\x25\xb3\x4e\x52\xd0\xc1\x6b\xf0\xe5\xfa\x16\x6a\x7b\x84\x9c\x55\x3f\x2a\x23\x1d\x63\x5b\x26\x54\xd9\x5f\x3b\x5c\x1f\xb5\xf8\xfe\x66\xd2\xfa\x32\xbe\xae\xe7\x4f\x63\xc6\x4f\x9b\x44\x6c\x18\xd8\xba\xc5\x77\xa1\x22\x59\x43\xc5\x86\xaf\xa6\x84\x20\xba\xfd\x99\x71\x80\x7d\x33\xf0\x54\x70\x56\x0b\x9b\x09\x44\x0f\xd7\x88\xae\x33\x4c\xd0\x48\x98\xb3\xbb\x9f\x1a\x0f\xfa\x42\xf4\xaa\x1e\xf4\xd3\x1e\xf9\x11\x6d\x21\xde\xf5\x9c\x5b\x09\xa2\x46\x19\x9e\xd2\x11\x39\xae\xeb\xf8\x82\x64\x86\xa3\x64\xcd\xf6\x83\x60\x11\x29\xe6\x52\xf8\xfa\xdb\x5e\xae\x77\x40\xf8\xf3\x1b\x01\x97\x54\x59\x2f\xff\x4c\x68\xf2\x36\x85\x93\x59\xa8\x59\xa9\x11\x81\x94\x97\xb6\x93\x10\x12\x47\x58\x28\xf9\x52\x5f\xe5\xea\xfa\x16\x11\xab\x4a\xa8\x3e\xf1\x3a\x11\xe3\x6d\x21\x3e\x17\x6b\x06\xfb\x49\x40\x42\x56\x32\x4d\x30\x1b\x06\x90\x5e\xe3\xab\xde\x9d\x3a\x54\x74\x32\xf2\x6f\x8c\x59\x01\x4e\x83\x39\xd5\xac\x56\xcf\x01\xc1\x1d\x59\x77\xc5\x04\x4d\xc1\x7a\x1a\xa3\xe8\x9c\x1b\xb7\xce\x4d\x1d\x5c\xc0\xb8\x45\x74\x69\xa3\x46\xe7\x5e\x03\x5f\xa8\xbb\xc2\xce\x41\xf5\x34\x4f\xac\xb4\x5a\xd0\x57\x91\xf1\x91\x46\x15\x2c\x64\x29\x76\x13\x5c\x5d\x75\x3b\xca\x25\xf7\x9e\xc0\x16\xaf\x24\xf7\x26\x29\xa1\x5a\x2d\xb4\x0c\xeb\x44\xa5\x19\xe9\x04\x9b\x77\xaf\xf9\xa4\xdb\x58\x41\x6d\x41\x78\x42\x85\x14\xa5\x05\x85\x1a\x9c\x64\x19\x39\xbd\x69\x42\xee\x80\xa2\x45\x5d\x21\x22\x89\x08\x0d\x07\xb6\xa6\xe2\xd5\x64\xdb\xae\xbd\xec\x72\x95\x50\x5a\x4e\x12\x07\xaa\xba\x0b\xd6\x5d\xac\x69\x1a\x72\x16\xcf\x93\x6e\xf7\xf6\x8d\xbd\x37\x8b\x4d\x69\xdf\x95\xcc\x74\x0a\xc6\x32\xe7\x1c\x99\x20\xae\xfe\x8f\x60\x9f\xaa\x7b\x90\x69\x0b\x73\xf9\x9e\x5a\x84\xd8\x03\x00\x3b\x49\xe7\x8b\x9d\xa4\x0d\x47\x7c\x49\x9d\xdb\x49\xd4\x06\x7e\x03\xc8\xe0\x23\xa0\x69\x76\x18\x39\x02\x17\x07\x08\xe5\x30\xf8\xf3\x88\x61\x29\x66\x06\xae\x70\x89\x3c\x14\x1d\xd6\x9b\x89\x48\xf4\x10\x2e\x7c\x2b\x8d\x1a\x9f\x19\x5f\x4d\x13\x6c\x47\x47\x67\xa6\xfa\x9f\xbd\x54\xe9\xe0\x46\x33\x48\x5e\x29\x30\xa9\x25\x5c\x32\x74\xdd\xd9\x06\x18\x1f\xcd\x00\x54\xb2\x6b\x40\x8a\xf8\x3d\x91\xdf\x80\x27\x68\xdc\xe4\x7a\x81\x6c\x3f\xa6\x4b\x4a\xa8\x8e\x5a\xc9\x04\x6b\xc3\xbc\xd3\x3c\x45\x7d\xba\x69\x7f\xfa\x6d\x23\x5b\xae\x0a\xbd\xa2\x8c\x93\xf7\x49\x42\x03\x90\xfc\xc9\x8f\xa2\x22\x95\x0b\xe0\x30\xd0\xe6\xd6\xd0\x72\x3b\xc2\x4f\x7a\x33\xe3\x6b\xb1\x48\x83\x05\x10\x2a\x60\xc1\xf1\xf6\x7a\x85\xcc\xb5\x4a\xbb\xf8\x52\x42\x3a\x00\x65\x61\xa9\x87\x8a\xca\x22\xe9\x0d\x20\x86\x38\xc2\x0a\xa4\x99\x1b\xe5\x3e\xad\xa0\x81\x26\x6a\xaa\x92\x22\x8a\x98\x8f\x55\x95\xce\xe5\x47\x3a\x3e\x35\x91\x48\x62\xef\xb1\x61\x2b\x00\x26\x8a\xa2\x68\xe3\x39\x1b\x20\x63\xce\x47\xe7\x32\xaa\x10\xd3\xbc\x6d\x52\x55\x95\x00\x6d\x01\x1e\x7a\xea\x66\x46\x01\x73\x81\xfd\xc4\x51\xea\xb8\xfd\x83\x92\x16\xcd\x58\xcd\x55\xf6\x42\x75\xfb\x9c\x4e\xbe\x7f\xa4\x64\x5f\x86\x53\xc9\xa4\xc5\xb5\x04\xce\x4b\x9f\xf1\xa8\x33\xe0\x18\x46\xe1\x5f\xb3\x2c\x99\xe2\xc6\x20\xb2\xa9\xcf\x1f\x53\xd8\x18\xef\xbc\xb9\xbf\x43\x8d\x51\x80\x87\xd1\x92\xa2\xba\x33\x73\x11\x54\x88\xdb\x76\xa9\x1a\x87\x8a\xe1\xc5\x25\xe6\x54\xe5\x64\x61\x7e\xcc\xa6\x78\xf0\x95\x4c\x53\x06\xb3\x4c\x79\x45\x21\xec\x94\x42\x8b\x6c\xc3\xa7\x6c\x8b\x45\xbc\xa0\x75\xda\x62\xe9\x14\x6d\xa5\x56\x45\xd4\xfd\x24\xa3\x18\xa3\xb5\x59\xcc\xc0\xb2\x55\xd1\x54\xb7\x3d\x10\xad\x2c\xff\xef\x35\xa6\xe6\xea\x9c\xfd\xa5\x52\x1e\xed\x21\x8d\x9b\x7a\x6f\x64\xbf\xf5\xab\x46\xe2\x04\xc6\x2d\xa8\x6c\xc1\x6c\xe9\x99\x8e\x42\x96\xcf\x6f\x12\x2c\xbd\x69\x52\x58\x11\x2c\x5e\x07\x9c\x90\x23\xda\x2c\x41\x33\x9e\xa8\xdc\x1b\x9a\x46\x52\x5c\x52\xd8\x14\x0f\x4d\x30\xef\x94\x3f\x20\x3c\x1a\x8c\x7a\xe0\x61\x1b\x77\xbb\x3c\x74\x68\x02\x88\xa8\xec\x51\xd1\xa4\x37\x9a\x8c\xb5\x4b\xa9\x1e\x16\xea\xc4\xc1\x1c\x5e\x45\x0d\x08\x88\x7b\x16\x18\xb1\xbe\x91\x83\xd4\x8e\x86\xd6\x99\x36\x0a\x1c\xfe\x90\xef\x1f\xce\x98\xb7\xc1\xa9\xdd\xea\xde\x9a\x2d\x45\xe4\x1d\xd0\x12\x6e\x88\x36\x10\x7d\xa7\xf9\x84\xd5\xca\x16\xaa\x8c\x38\x37\x77\x6b\x14\x6d\xf3\x99\xea\x71\x2b\x7b\x8b\xd4\xe7\xff\xb3\x42\x24\xaa\x54\x93\x4e\xdd\xb7\x42\xf3\xe7\x01\x0f\x8d\xa9\xba\xe2\x21\xeb\xac\x69\x73\xfb\xed\x75\x3e\x23\x6e\xb2\x42\xc3\xe3\x55\x3e\xc1\xeb\xba\xca\x52\x41\x88\xa8\x53\x2e\x77\xb3\xab\x77\x7f\x36\x12\x7f\xaf\x1a\x25\xe1\x59\xff\x2e\x16\xe3\xe1\xc7\xd1\x15\x7e\x1a\x5d\x71\xfa\x7d\x74\x45\xfd\xff\x8a\xe8\x0a\xae\xf6\x4e\xca\x53\x10\xfd\x0b\xe5\xa9\x56\x40\x6d\x93\xc9\x1c\x84\x73\x3c\x47\x62\x79\x61\x81\x5a\x75\x3f\x0d\xbb\x28\xb0\x47\xaa\xb3\x80\x64\xd3\x26\x21\x50\xfd\x0a\x43\x75\x45\x39\x63\x88\xf7\xfe\x92\xb5\x9e\x15\xe5\x78\xa9\x09\x33\xed\x1f\x86\x6f\x70\x5c\xb5\xf0\x40\xb2\x12\x17\xe8\xe9\xe6\x7f\x3b\xa4\x43\x11\x4d\x33\x04\x5c\x49\x08\xec\xb0\xfe\xab\xc0\x8e\xf0\x87\x81\x1d\xa7\xff\x47\x03\x3b\x88\xe4\x22\xb2\xc3\xdc\x0c\xa6\x30\x8c\x5e\x9f\x2d\xc2\x08\x3b\x8f\xe7\x98\x6f\x75\x4b\x56\x88\x25\xa9\xfd\x39\x24\xd0\xd6\x5b\xa2\x82\x8a\xae\x7a\x6f\x2e\x64\xf0\x0b\x67\x13\x7a\xaf\x3e\x00\x24\xf5\xcc\x19\x50\x57\x4f\xb5\x5e\x99\x4c\x76\x47\xd4\x88\xe8\xd1\x2d\x55\x59\x26\x70\x49\x75\xb8\xff\x51\xc8\x07\x21\xbe\x16\x66\x06\x27\xa1\x5b\x42\x3d\x06\xb1\x93\xea\xb6\x6f\x17\x01\x20\xd3\x10\x5a\x66\xe5\x5c\xcb\x2c\xb3\x96\x39\x69\xe7\xac\x5f\x1b\xad\x4a\x76\xce\x02\x40\xbe\x61\x30\x07\x70\xd5\xf6\x21\xc7\x1e\xee\x7f\x12\xec\xf7\x25\xbe\x4f\x6d\x0b\xf0\x29\x46\x85\x8c\xa8\xab\xc7\x5d\x01\xcc\x2a\x2e\xe4\x99\xd5\x69\x81\xdc\xfb\xe3\x22\x17\xf9\xfb\xf4\xdf\x07\x9e\xec\x0b\x04\x27\x39\x38\xe4\xdf\xfe\x72\xe4\x3e\x9d\xce\xfa\xf4\xf3\x70\x14\xf7\xa9\xf1\x98\x31\x9a\xfe\x62\x0f\xfc\x43\xe8\x65\xcb\x3d\x97\x1a\xe9\x90\x9a\xfd\x96\x73\xd4\x39\xb7\xa4\x1c\xc0\x51\x37\xad\x33\xc6\x58\x67\x73\xfb\xad\xaf\xee\xa0\x0a\x3b\x3a\x20\xbd\xb0\x0e\xf2\xbd\xaa\x03\x2c\xb4\xc1\xbe\xa5\x33\xc7\x9a\x2d\xd4\xc1\x40\x54\x47\x75\x41\x42\xa5\x5f\x5b\xa8\xfc\x77\x77\xd9\x36\xae\x3e\x07\xa8\xbe\xc7\xd4\x21\xd7\x80\xab\xdd\xc3\xe0\x06\x00\x0c\xb3\x11\x0c\xd3\x5b\x1e\xd0\xe8\x86\x72\xac\xdb\x26\x95\xcb\x69\x64\x0e\xb9\x05\x74\x68\xf6\x54\x1d\x6a\x06\x0c\xe4\x31\xd5\x4b\xce\x1c\x36\x1b\x62\x65\x6f\x15\x24\x4b\xe7\x2f\xd3\x44\x92\x02\x69\x45\xd9\x63\x80\x68\xa7\x54\x00\xeb\x6d\x4d\x09\xad\x5e\x74\xec\x82\x63\x0f\x84\x7a\x8a\x3a\x46\x7a\xa7\x5e\xd2\x8b\x27\xed\x59\x53\x6b\x1c\xf6\xdb\xf6\x08\xd6\xf2\xd5\x33\xb4\x3d\x12\x57\xfd\xe2\x0a\x62\xe6\xfc\xc5\xaf\x93\xb0\xe7\x2f\xee\x9b\x1a\x52\x5a\xbd\x2a\xfb\x8e\x6a\x65\x46\xc5\x5f\xed\xb9\x82\x2d\xca\x3d\x0c\x8f\x2d\xf6\x04\x71\xca\x32\x5f\x2e\xb7\xc8\x30\x19\xca\x49\x80\x20\x93\x2d\x3b\x8a\xa2\x90\x42\xdf\x22\x19\x81\xf6\xba\xf5\xd3\x85\x77\x6a\x0f\x2a\xe2\x37\xb8\xa9\x7a\xd2\x14\xba\x58\xe3\xcb\xd5\x96\x89\xae\x2e\xd9\x36\x78\x80\x03\x29\x71\x28\xc5\x5f\x0d\x96\x79\xcf\xd2\x85\xb9\x92\xc3\x32\x93\xea\x6e\x19\x73\xa7\x5b\x46\xc2\x8c\x6e\xdb\x78\xf1\x28\x07\x58\x30\x14\x62\x18\xaf\x81\xed\xd5\x46\xbd\x9c\x1e\x12\x7b\xcb\x98\xa6\x0f\xc4\xb4\x54\xb2\x82\x36\x5e\xd1\x11\xce\x4c\x35\x11\x1e\xe3\x14\x6d\xd1\x25\xe4\x60\xf1\xf4\x49\x6e\x31\x06\x96\x31\x85\xd5\x94\x5c\xc1\xb1\xa7\x1b\xac\xa2\xc1\x85\x56\xa6\xcd\xa5\x24\x4a\xdd\x25\x87\xc2\x56\x15\x47\x42\x45\x6a\x86\x3b\x5c\x27\xb1\x8e\x3e\x91\xa4\xf2\xf4\x59\x34\xc5\xe0\x57\x75\x9f\xdc\xec\x8b\xc7\x5f\x7a\x94\x4f\x35\x7a\xa0\xff\x99\xfd\xa4\x09\x21\xe0\x25\x1f\xf4\x58\x0d\x93\x08\xd9\x94\xdc\x8c\x42\xeb\x7a\xf6\x52\x46\x58\x9e\x41\xcc\x20\xc0\x63\x54\x28\x1e\xb5\x96\x38\xd1\x2b\x20\x06\xd1\xef\xbe\x50\x81\xb1\x85\x41\xb5\x57\x5c\x75\x85\x7a\x5a\x71\x21\xe5\x65\xae\x99\xa1\x50\x6f\xbb\xb1\xcc\x35\x9b\xf0\xc1\x9d\xf5\x27\x36\x48\xb5\x13\x1a\x5d\x98\x7f\x47\x42\xbc\x8f\x03\x86\x98\x1a\x51\xd2\x3d\x7d\x84\x02\xcf\x55\x00\x3d\x70\xe4\x09\x21\x3b\x0f\xa8\x10\xf3\xd3\x50\x4f\xc8\xe3\x8c\x12\xa5\xc5\x42\x3a\x6c\x5b\xd4\xda\xed\x23\x91\xd7\xa5\x62\xc9\x21\x81\xcb\xa6\x1a\x00\xfc\xfe\x0d\x12\xde\xdf\xcb\x05\x2e\xeb\x47\xeb\x19\x61\x5a\x57\x80\x9c\x79\xec\xc3\xaf\x46\x99\xf1\x24\xab\x1d\xba\x5b\x1c\xb2\x1e\x05\xec\xd4\xe5\x64\xc1\xd5\x3b\x9b\xa6\x56\x42\x73\x8d\xf7\x85\x25\xf6\x95\x7f\x66\x8e\x0e\x7f\x67\x8e\x26\x94\x24\x4a\x9e\x5b\xcd\x35\x01\xb2\xdf\x9a\x5a\xb8\xab\x74\x49\x1b\xac\x76\x63\x39\x07\x86\x2d\xfb\xae\x02\xe0\xd1\xba\x95\x8d\x79\xc6\xbd\x37\xb8\x3c\xd9\x9a\xc5\x91\x08\x2c\xb6\x11\x07\xfd\x04\x2a\x63\x6e\x3d\x16\xfb\x6a\x73\x63\xef\xfb\x19\x2f\x5f\x71\xbe\x5b\x27\xcf\xbf\xee\x0b\xcc\xd5\x4a\x67\x5c\x6d\x3c\x45\xf4\xce\x64\xfa\x43\x87\x4f\x4f\xf3\x82\x46\x8b\x4a\x95\x0f\xeb\xad\x1c\x2f\x7c\x1d\x97\xc0\x4d\x27\xa5\x3c\x37\x0d\xdb\x2c\x2d\xb4\x73\x11\x46\xf7\xd7\x23\x8c\xa6\x25\xf8\xbf\x66\xa5\xdf\x05\x9c\xfe\x54\x1d\xf5\xc5\x54\x3e\xcd\x4b\x98\x42\xa4\xe9\xec\xfe\x45\xc0\xfa\x14\x38\x43\xc4\x5a\x89\xb0\x46\x79\x20\xb0\x16\x5f\x6d\x46\x00\x02\x2b\xb5\xb1\xbd\x3a\x4c\x35\xda\x7b\x07\x6e\x9e\x46\x07\x54\x33\x78\x82\x2e\xf2\x04\x47\x52\x1d\xd8\x01\xc3\x4e\xe2\x2f\x8a\x38\x09\x28\x6c\x31\xb4\x17\x80\xd3\xca\x3d\xa4\xfa\xa0\x6c\x40\x6f\xc6\x0e\xa9\xe9\x16\x6a\x5c\x9b\x61\x42\xb9\x95\x02\xf7\x71\xb3\xff\x57\xe1\xa8\x99\x77\x29\x73\x3b\x5d\xd0\xf6\x44\x49\x2b\xdd\xfe\xd0\xd5\x94\x84\x3c\x20\xdd\xc6\xd7\x9d\xae\x23\x34\x9a\xed\x88\x9a\x9c\x1c\xe4\xc4\x82\x57\xa2\xde\x49\x4a\x0f\x7b\x49\xed\xb3\x37\xbd\x3d\xcc\x55\xf2\x19\x88\x5d\x1e\x27\x36\xaa\x58\x16\xdf\x85\x45\x26\xbf\x3e\x67\xc3\x0d\xc4\x54\x36\xad\x45\x47\x02\xe8\x73\xd9\xc9\x72\x8f\x97\x28\xcb\xd3\xa6\xf9\x53\xaf\xec\x47\x47\x04\xe3\x0d\x21\xf0\x13\xf8\xc7\x48\x01\xd0\x6c\x45\x3d\x84\xa3\x93\xec\x00\xad\x24\x0c\x0c\x40\x8d\x08\xf2\xd2\x4b\x67\x0b\xf5\x3c\x05\x2a\xe8\xed\x7f\x94\x2c\x14\x72\xb2\x50\xfb\x3c\x59\xa8\xcd\xc9\x42\x24\xe9\xd7\xd4\x85\x9d\x84\x12\x61\x8f\x76\x02\xaf\x52\x56\xaf\xc5\xbe\x3a\x19\x76\x54\xba\x29\x7e\x97\x57\x13\x35\x51\x7c\x72\xba\xc8\x1d\xdd\x6f\x10\x97\xae\x0b\xc2\x2b\x9c\x3e\x62\x94\x53\x19\xec\xb8\xda\xfc\xdf\x1c\xbf\x0e\x97\xf8\x6f\xc1\x20\xe1\x36\x09\xa3\x5e\x7d\x12\x61\xfd\x2f\xd2\x45\x7e\xe8\x21\xd5\x6c\xaf\xfd\x0a\xbe\xd7\xd7\xcc\xac\x4d\x86\x3a\xd5\xe8\xfe\x37\xcb\x3b\x45\xed\x5a\xbf\x92\x5f\xde\x50\x96\xb1\xbc\xfe\xa4\xa3\x97\x37\x90\x83\xcb\x24\xa3\xb9\x7c\x28\xf6\x55\x2c\xed\xe3\xd3\xb7\x0b\xfa\xef\x35\xa6\xce\x16\x31\x0e\xed\x6d\x3e\xc6\x61\xb6\xb0\xfe\xc5\x46\xd1\x57\xe3\x0a\xa1\xd3\xf5\x76\x95\x5c\x0b\x4f\x87\x0d\xf4\xcf\xfd\x26\x43\xdb\x72\x6f\xd7\xd8\x54\x3b\xa8\x57\x9d\xb1\x41\x75\x48\xa1\x5e\xb5\xc7\xc0\x01\x5a\xee\x72\x85\x63\xa0\x5e\xd9\x7a\x33\x77\xff\x99\x7a\xd5\xa6\x50\xfc\x7e\xf3\x8d\xf6\x56\xeb\x0d\x60\x6e\xaf\x57\x55\xa4\x25\xa9\x56\x0f\xa9\x8a\xb4\xa6\x87\x7a\xe8\x5f\xff\x70\xa6\x21\xb5\xb9\xae\x4b\xb4\xd3\x54\x7e\x0d\x68\xdd\xa5\x4a\x35\xa4\x4e\x19\x10\xa7\x38\x37\x9b\x21\x6d\x30\x79\x52\x79\x45\x08\xac\x5b\xbd\x75\x30\x64\xb3\x7a\xa0\xbc\x6e\x1b\x19\xd5\x21\xe1\xcb\xe6\x6e\xdf\x52\x7d\x5b\xf5\x16\x4e\x55\x7a\xfb\x54\x0a\x4b\x5c\xdc\xb7\x7b\x45\xab\xa3\x8b\x8b\x7a\xe4\x9b\x61\xd1\x11\x76\x2c\x17\x90\xfc\xff\x27\x15\xa4\xe4\xb8\xb7\x57\x70\x23\x74\x56\x16\xf4\x20\x3e\xef\x5f\x82\xee\x56\xd1\xed\xbf\x52\x53\x32\xa3\xe3\x48\x98\xa1\x55\x89\x7e\x24\x1a\xa7\xc5\xdc\x3a\xc6\xf4\x04\x13\x4a\x09\x5e\xd7\x41\x61\x06\x5c\x5a\xb9\x6c\x24\x68\x4f\xb6\x50\xf7\x4c\x2e\xfe\x96\x19\x5c\x0a\x9d\x0d\xd4\x2a\xef\xf1\x7a\xd1\x86\x55\xbf\x0e\x4e\x8e\xa4\x3c\xce\xd7\x9a\x96\x4e\x0c\x02\xc9\x99\x1a\x27\x59\x0a\x65\x4e\xf8\x2c\x84\x30\x3a\xd7\xce\x29\x0e\x97\xce\xf5\x67\x44\x71\x0e\xc6\xe0\x92\xa1\xec\x0d\x4d\x71\x96\xe6\x60\x0d\x49\xbc\x2c\x27\xeb\xb3\xe1\x14\x6d\x65\x6c\x8c\xc6\xd1\xfe\x96\x20\xcd\x37\xa0\x7d\x71\x2a\xf0\xd9\xff\x20\x49\x5c\x73\x98\x3d\x88\x01\xca\x92\xf7\x43\x2a\x21\x35\x42\xc5\x8b\xde\x0a\xb9\x3c\x83\x08\xc4\x20\xc8\x47\x45\xbb\x7a\x01\x6e\xff\x36\x2a\xba\x50\xc3\x04\xcf\xf0\x06\x37\xac\xe0\x9c\xac\x77\xae\x9e\xd2\x40\xe2\x87\xb5\x7c\x2a\x7a\xe2\xa0\x44\x42\x13\xf6\x44\x13\x86\xe8\xa6\x59\x93\x49\x0f\x35\x55\x3f\x92\x91\x90\xa2\x5c\x55\x8d\xee\x1b\x34\x29\x7d\x43\x01\x2b\x1d\xc5\x58\xfb\xcd\xc0\xa0\x64\xe7\x0a\x2c\x3e\xfd\x72\x9d\xd0\xb5\x5b\x92\xd1\x13\x74\xb7\xf2\xbf\x0d\x84\x4d\x05\x46\x46\xf0\xd0\x0d\x4e\x44\x72\xcc\x99\xdc\x7f\xfe\x4f\x9d\xdd\x19\xf4\xae\xaf\x67\x14\x4c\xb9\x8a\xa4\x23\x67\x39\xcf\x1b\x76\x3c\x27\x9f\x81\xb3\x8b\x14\x2a\xd1\xc6\xd1\x6f\xd9\x32\x85\x4e\x44\x53\xa0\xbe\xe8\x0e\xe9\xad\x7b\x35\xa7\x6e\x8c\xf8\x9f\xc1\xb2\x81\x12\xdf\xa8\xd8\xdd\xa9\xe6\x6a\xf5\xac\xf6\x54\xdd\x73\xd4\x89\xdd\xb3\x58\x57\xbd\xda\x43\x61\xbe\xce\xd6\xff\xec\xb4\x4e\xf2\xbc\xdd\x13\xf6\xe3\x9a\x0e\xe2\x49\x11\xda\x46\x59\x53\xf4\x7a\x3e\x82\x51\x4f\xb7\x38\xd6\x51\x30\xb9\x93\x3f\x8d\xb1\x6c\xe3\x34\x0e\x42\xf0\x7f\xc3\x3f\x3f\x8d\x9e\x7a\x40\x6d\xe3\xdf\x70\xff\x7f\xe2\xc6\x2b\x97\xa0\x2d\x56\x72\x9a\x98\x83\x48\x8e\x2a\x4e\x9c\x7f\xc2\xa9\xea\xfc\x95\x34\xd7\x84\x32\xe5\x1f\x76\x8c\x13\xbb\x83\xda\xd4\xf9\x77\x8a\x8a\x0f\x70\x41\x33\xea\x96\xd9\xe7\x83\xb0\x7f\x8e\xa9\xa5\x1d\xd6\x4a\xea\x94\x5e\xec\x24\x4d\xc9\x53\xb2\xae\x84\x8a\x8d\x36\x45\x37\xf8\xd5\x80\x8c\xfa\x7d\x03\xae\xac\x06\xa9\x8f\xd6\x55\x2b\x7e\xb2\xc9\xc2\xba\x93\x32\x14\x9a\xb5\x3e\x45\x3b\xd7\x90\x53\xd5\xc6\xaa\xbf\x77\xf0\xdf\xd1\xdf\x87\xa4\xb1\x50\x93\xcb\x7f\xb8\xcd\x32\x11\xb2\x8a\x12\xb7\x83\x9b\x62\x4f\xd8\x0d\xd6\x4f\x34\xfd\xce\x91\xf5\x29\x48\x91\x1f\x83\xac\x5f\x0a\x92\x9e\xba\xff\xba\x91\x6a\x5c\x0f\xea\x5c\xbe\x23\x3d\x30\x97\x5d\xf4\xab\xc6\x91\x35\x39\x6f\xf4\x43\x2d\xb8\xb9\x92\x59\x7a\x5d\x8c\x9c\xb7\xe1\xed\x08\xda\xc6\xff\xa8\xd9\xff\xba\xb0\x79\xdd\x43\xfe\xef\x72\x53\x09\x2b\x60\x8c\x69\x99\x8d\x8d\x34\x2a\xc0\xbb\x6b\x96\xb8\xe6\x16\x02\xc8\x27\x24\xc4\x06\xe0\x5b\xdb\x09\x70\x27\x6a\x38\x61\xbf\xfe\x17\x85\x58\x3c\xe4\xa3\x7f\xfd\xf8\x4c\x88\xdd\x42\xf0\xf4\x3a\xc4\x51\x8e\x06\x15\x6e\x8c\x8d\xdf\x0a\xb1\x5c\x75\xe5\x9a\x24\xeb\x10\x3f\xb2\xe3\x99\xf1\x45\xf2\x54\xf7\xdf\x89\xa3\xbe\x30\xa8\xae\xfe\xad\x29\xf2\x42\x70\xef\x7e\xdf\xfa\x2e\xbb\xe3\x3b\x36\xd7\x64\x40\x82\x2f\x12\x67\x21\x80\x69\x66\xd6\x61\x6f\xe6\xbb\x66\x72\x07\xba\xcb\xdf\xe3\xe6\x83\x05\x1b\x7a\x88\xca\x36\x5f\x99\xe5\x78\x0c\xab\x7b\x88\xc0\xc2\xe1\xaa\xa3\xf0\x44\xfd\xe9\x3a\x13\x4d\x12\x91\xf7\xc8\xc0\x1c\x1e\x56\x37\x78\xa0\x09\xc8\xe7\xfe\x86\x05\xdd\x75\xc3\x60\x8b\x3f\x1c\xd9\xde\xb4\x8c\x3e\xcc\xca\x16\x7c\x0a\xe3\xf1\x37\x89\x2a\x7f\x27\x33\x33\x62\xa1\x78\xcf\x59\xf0\x2f\x3e\x65\x31\xc9\x89\x44\x3d\x71\x56\xa8\x28\xb8\x57\xe4\x40\x3d\xc8\xce\x1e\x10\xf7\xb0\xee\xaa\x16\xc1\xf2\x25\x17\x7a\x42\xec\xe5\x85\x49\xb6\x98\xd4\x27\x6e\x19\x14\xf1\x86\xb3\xd1\x43\x85\x74\x61\x1f\x41\x36\xe7\x80\x98\x6d\x41\x0a\xef\x23\x1c\x23\x75\xb7\xb7\x68\xf2\x54\xc7\x68\x8f\x7e\x24\xde\x2b\xa1\x02\x43\xaf\x9d\xcb\x56\x69\x75\x2f\xa0\xfb\x27\x17\xb4\x32\x47\xc7\x62\x4a\xd5\x49\x92\xcc\xde\x1e\x22\xa7\x8f\x48\x8a\xf0\xf5\xdc\x00\x63\x2b\xb2\xa2\xa9\x55\xcc\x50\xc7\x17\x88\x13\xec\x5f\xec\x7b\x7d\x26\xc8\x30\x58\x1d\x53\x2d\x22\xf1\x25\x55\x7b\x70\x35\x55\xfb\x11\xc4\xe2\xc0\xde\x8c\x12\x92\x57\x7d\x1c\x44\x07\xc1\xc2\x7a\x32\xd7\xcf\xbf\xe5\x31\xe4\x7d\x0e\xb7\x74\x42\x08\xbd\x1a\xf6\xf5\x95\x44\x28\x42\x65\xce\x31\x83\xef\x5a\xa2\xa4\x78\x8c\x93\xb1\xc0\xbb\xbe\xb8\xa7\x2f\xf3\xbf\xbf\x57\x5b\x68\x57\xad\x51\x4b\x76\xa4\x05\x10\xfb\x40\x9e\xfd\xd0\xa4\x8c\x9f\xb5\x79\xa0\x30\xee\x4c\x62\xda\x81\xdf\x7a\xcb\x3c\x8f\x5b\xca\x05\xa8\x97\x77\x22\x1e\xd7\x32\x87\x57\xd2\xc8\xeb\x65\x2e\x72\xd4\x17\x75\x53\x2b\x32\x33\x03\xa8\x1d\xe3\x03\x6b\x33\x28\xb0\x49\x14\x99\xfd\xf9\x41\x5e\x8f\x58\xb3\x08\xc3\xc5\xf8\x5f\x05\x96\x6f\xef\xa6\xe9\x86\xfd\xd9\xc1\x29\x66\x25\xac\xa7\x94\x0d\x63\x75\x75\x63\x06\xb2\x4b\x23\xd9\x58\x31\xbe\x57\x03\x65\x51\x26\x47\x32\xe4\xde\x2e\xe0\xe6\x71\xcb\x8f\x34\xd1\x15\x60\xe4\x57\x16\x5c\x8e\xbf\x86\x10\x50\xce\xad\x72\xeb\x2b\x02\x3c\x5a\x1a\x97\xcd\xb5\x58\x41\x39\x6f\x1e\x42\x84\x55\x5f\x68\x55\xc2\x6a\xa9\x13\x22\x84\xd3\xe6\xd7\x31\x45\x51\x8f\x26\xc8\xdf\x71\xa6\x40\x2d\x0e\xd4\x65\xf3\x31\x4b\xca\x6b\x0a\xab\xb7\x02\x19\x71\xec\xe1\x71\xef\xea\xbd\xd1\x96\xe1\x9e\x0e\xde\x52\x42\x02\xf4\x57\x01\xb9\xf3\x0a\x46\x88\x82\xb7\x74\xc1\x13\xaa\xd4\xad\xec\xd1\xd6\x1e\xff\x29\x8a\xe3\xf5\xc0\x17\xab\x68\x86\x92\x78\x5f\x6a\xc9\xc5\x0e\x9c\xd8\x1b\x44\x9d\xfb\xeb\x23\x01\x1b\x6f\x64\x0d\x8c\xd0\x21\x99\xc6\x05\xf6\x9e\x5f\x22\x63\xec\x52\xf6\x90\x1a\x46\x20\xc7\x43\x84\x95\xfa\x55\xf2\x75\x9e\xe4\xcc\xc7\x70\x56\xe4\x80\xec\xb3\x11\xdf\x2f\xb4\xc9\xd7\x16\xcb\xcd\x8a\x19\x57\xc9\xc0\x34\x3a\xc2\xe2\x64\xdb\xf5\x1e\xc1\x8a\x65\x70\xc5\x41\x10\x6b\xae\x58\x37\x08\xb5\xbe\x92\x71\xc5\xc9\x5e\xe6\xb8\xe2\x61\x62\x81\x2d\xe2\x04\x47\x75\x40\x86\x77\xba\xe9\x66\x1a\x09\x6b\x23\x6b\xcc\x6a\x27\xfb\x6e\xce\x73\x5e\x20\xd3\x92\x5d\x91\xb5\xf1\x4d\x3a\x4b\x7a\xea\x92\x09\xd2\xab\xd0\x03\x8a\x37\x15\x47\xc2\xa4\xb6\xd4\x89\x7f\xc7\x66\xdd\x18\x2f\x88\x88\x9b\x05\x6e\x6e\xbb\x8e\x51\x9f\xc8\x0d\xe2\xa4\xd4\x3d\x45\x47\xf7\x44\x8f\x92\xd3\x1f\xc5\x14\xf4\xda\xae\x7e\x00\x1d\x9c\xfc\x5d\x35\x5e\x8b\x92\x16\xf4\xcd\xa5\xa4\xe8\xa3\x20\x59\xfd\x35\xd5\xd7\x50\xcf\x9b\x8f\xb3\x27\x35\x25\xa8\xe5\x16\xd1\x13\x56\xa8\xf8\x1e\xd2\xbd\xc4\x30\x9e\xa3\x17\xd3\x15\x13\x7f\x47\x8b\x36\xa5\xfa\x79\x17\x7a\x08\xca\x56\xa1\xac\xe9\xa7\xab\x6a\xb4\x3d\x38\x48\xac\x6b\xec\x29\x00\x88\xa3\xf5\xb7\xa0\x55\x6e\xb2\x5f\x79\xd3\x39\x87\xf3\x4d\x98\x3f\x2f\xef\x48\x89\xb0\xf7\x32\x3f\xb7\x7d\x90\x96\x62\x92\x69\xc2\x79\x7f\x6b\x19\xe3\xec\x33\x34\x15\x52\x08\x76\x07\xcd\x48\x4c\x52\x1d\xbc\x18\x34\x9a\x2f\xba\x6f\xc5\x34\xf7\x20\x3c\xd2\xd1\xc8\x27\x1f\x54\x1f\x69\xf4\xe5\x31\x69\xa8\xc3\x08\xdd\x42\xe5\xb9\x12\xfa\x75\x71\xcb\xe6\x48\xe1\x3d\xd6\xf6\x48\xdf\xdf\x4f\xf4\x3a\x93\x83\xc6\x93\x45\x3d\xbf\xbb\x6e\x4e\xe4\xee\x48\xb8\xa3\xc3\x0a\xf5\xdf\x24\xbb\xa5\x65\xee\xd0\x59\xd7\xa6\x7c\xe7\x08\x7b\xdd\x9d\xef\x13\x37\x3b\x95\x5a\x3b\xa2\x32\x08\x88\x2c\x21\x2c\xa8\x9b\x55\xac\xa5\x13\xe7\x3e\x86\xa2\xf4\xdd\x72\x6e\x57\x5a\x38\xb6\x2a\x2a\xbf\x95\x3d\x61\x3d\x94\x78\xe7\xef\x26\x46\x12\xc8\x61\xbe\x2d\x0f\xe7\xab\x54\x59\xe7\x62\x00\xf7\xa8\x40\x56\xc9\xa5\xd1\xdb\xad\x67\xea\x37\x6a\xc7\xd5\x9f\xf5\x22\x84\xea\x62\xed\xbf\x21\x38\x96\xf0\xee\x49\x6b\xef\x6a\x5e\xa3\x66\xc6\x52\x76\x50\xec\xc5\xed\x3c\x81\x79\x69\x32\xe3\xbe\x9c\x5e\x88\xe7\x14\xb8\x1c\xdf\xba\x57\x1c\x89\x8f\x00\xc3\x9c\x21\xae\xd3\x3d\xdc\x17\x2f\x0b\xa9\xed\xf5\x6e\x98\xcb\x07\xba\x6f\x4d\x81\x43\xbd\x16\x6d\x7d\xef\x88\x8c\xd9\xde\x9a\x44\x67\x5e\xb9\x4e\x42\x82\xc9\x69\xe6\xd7\x1f\xb3\x5b\x7c\x4e\x6c\xa9\xaf\x90\x09\x59\x39\x00\x27\x6f\xba\xe6\x8a\x48\xd4\xc0\x6c\x6d\x43\xb5\x46\x62\xd0\x3c\xd0\x3f\xfa\x9f\xd8\x0e\xf0\x43\xfb\x35\x7e\x72\x47\xb5\xf7\x14\x92\x06\x60\x38\xae\xc8\x98\x99\xce\xb6\x01\x4c\x7b\xf2\x20\xf5\x78\xa4\x01\x62\x23\x37\x8c\x8b\x53\xe7\x86\x36\xc0\xc6\xdf\x60\x0c\x31\xa3\x00\xec\x19\x16\x7e\x9d\xbf\xc9\x0b\xd1\xd2\x76\x0a\x47\x48\xeb\xe0\xc2\x04\x92\x9b\x34\xaa\x5c\xe3\x61\xce\xc6\x27\x40\xbb\x74\xbe\xbb\xcf\xc7\x7d\x6d\x94\x9a\xf6\x1b\x90\x20\xbc\x71\x27\x37\x36\xbe\xff\xd4\xc2\x96\x88\x93\x74\x02\x53\x4d\x92\x58\x89\x7a\x07\x08\x21\x14\x36\x9f\x82\x85\xaa\xa7\x52\xc1\xca\xbe\x8c\x51\x37\x98\xd8\xd4\x74\xc2\x01\x76\xa8\x46\xcb\x09\x35\x03\x2e\x84\x1b\x9f\x80\xa4\x76\xe2\xca\x8e\x6d\x66\xf8\x1d\x16\x2b\x9a\x3c\xcb\x93\x0e\xcf\x24\x49\x5e\xfd\xda\x23\xc3\x46\x25\x40\xb5\x6a\x2e\xd3\xaa\x35\x68\x25\x2d\x2b\x4d\x6d\x25\x92\x26\x5a\xcc\x7e\x9b\x74\xf2\xcf\xd5\xbd\x62\x52\x24\x5a\xf4\x17\x91\xc5\x37\x5a\x0c\xa5\x98\xd4\xb5\xd7\x63\xcd\x1a\xac\x36\x6f\x92\x5c\x7e\xbf\x43\x5a\x79\x6f\x52\xe8\x62\x54\xad\xf3\x51\xd1\x65\xce\xf6\xf6\x48\x38\x73\x2e\x06\x4e\xd5\xe3\xb8\x73\x4e\xd2\xf1\x64\x12\x4a\x44\x67\x9c\x19\x0c\x72\xde\x14\x80\xc6\xce\x66\x05\xd9\x99\x6c\xbe\xc8\x16\x59\x3d\x14\x1d\xe1\x6a\x55\xf2\x4e\xcc\x8f\xb4\x83\x86\x33\x2c\x04\x65\xf5\xdb\xcd\x31\xe0\x90\x48\x80\x79\x0f\x08\x8a\x98\xd6\xc8\x3c\x18\x85\x2d\x0d\x1c\x14\xfe\xd7\x1c\x31\x59\x6f\x41\xb9\x9b\x2c\xb0\xb0\x0c\x22\xe0\x0b\xba\xe4\xa2\xf4\xe3\x69\xe7\x66\xef\x3c\xee\xdc\xb3\x77\x4e\x68\x43\xf4\x9a\xc7\xe4\xad\x54\xe7\x7b\x42\x10\x46\xef\xfa\xad\xad\xbf\x7c\x2b\x61\x22\x93\xca\xec\xdd\x5f\x34\x6d\x0b\x97\xcf\xd0\x6a\xe2\x66\xb7\x85\xd4\x25\x1f\x8f\x47\x90\x90\xcf\x8f\x9e\xe2\x8c\x8a\x80\xb2\x05\xbd\x2a\xf4\x99\xe1\x6d\xfe\x74\xd6\x98\x70\x23\x0c\x6a\x4d\xeb\x1a\x65\xe5\x2c\x4c\x2e\x4c\x40\x30\xb5\x17\x9f\x08\xb6\xe5\xcb\x27\x15\xa9\x34\xb3\xe5\xf1\x77\x37\xfe\xec\x93\x2d\xcc\x9a\xf1\xf5\x22\x6a\x25\x50\x85\x89\x58\x7e\x7d\x1f\xfc\x31\xff\xa4\x0f\x09\x39\xfd\xe6\x11\xf5\x96\xfc\x6a\x3d\x25\x9f\x3c\x4c\xfd\x16\x27\xdf\x5b\x1e\xdd\x6c\xf2\xbc\x84\xbc\xa8\x6c\xd5\x13\xca\x52\xe0\xcd\x43\xdf\x46\x13\x7c\xf3\xdb\x7e\xba\xa9\xf5\x0f\x5e\x6c\xb2\xf1\x88\x7e\xee\x85\x68\x9d\xeb\x3d\x8f\xf1\x10\x65\xf4\xd9\x13\x92\x2f\x3c\xa6\xd8\x6b\xfc\xd4\x3b\xc0\x7a\xce\x0f\x6c\x50\x75\xd5\x99\xa0\x70\xd7\xf6\x36\x7b\xd9\x7e\xc2\x75\xc1\xf4\x58\x9f\x4e\x30\xf1\xbe\x73\x30\x1d\x99\x09\x1c\x8e\xb1\xcb\x5f\xb5\xf5\xf9\xfe\x88\x50\x13\x71\x35\x83\xc5\x3e\x44\x76\x1b\x1f\xeb\x39\x26\x66\x48\x11\x8f\xbf\xba\x20\x9e\xb6\x50\x9f\x38\x61\x36\x72\xe0\xe6\x28\xd1\xed\xd2\xd6\x43\x22\x92\x83\x3a\x31\xee\xae\x4e\x4b\x3d\x2a\x26\xd5\x3b\xf5\xd7\xa3\x9c\x60\xde\xe9\xd6\xfe\x04\xe6\x13\x6f\xfc\x96\xe5\x38\xf5\xa0\xc8\xcf\x08\x0f\xc8\x7c\x4b\xce\x70\x1a\x4e\x4a\x05\x5b\x99\x06\x9e\x5d\xb5\xaf\x5e\x75\x85\x55\x02\x86\x77\x8c\xe2\x59\x6e\x01\x0e\x37\xaf\x3a\xa6\xc0\xfb\x41\x0d\x31\x7b\xc8\xa2\xd2\x8f\x3e\x97\x03\xb2\x31\x40\x29\x7d\xae\x51\x58\xaf\x17\xa1\xe3\xe3\x18\xb4\xe4\x74\x4a\xd4\x49\x2d\xae\xc4\x2d\x32\x5c\x91\x30\xe9\xeb\x2e\xdb\xc9\xe1\x0b\x68\x49\x78\x4b\x97\xa8\xfc\xe4\x6f\xb6\xe8\xd7\xe5\xb4\x12\x62\x74\xb6\x88\x7a\x75\x6c\x61\x46\xe9\xe1\x52\xa4\x49\x3d\x05\xe8\xd5\xcd\x11\x4f\xf6\xb9\x97\x2f\x9a\x64\x65\xf7\xde\xc6\xc4\x5a\x6d\x64\x8f\xee\xef\x33\x4a\x54\x66\x4a\x59\xc3\x46\x72\xa3\x7b\x5e\x18\x3d\xc8\x19\x99\x43\xcc\xee\x8e\xf9\x89\xee\x84\xc3\x49\x9a\x13\x89\x81\xe6\xae\x52\x95\x50\xfd\xf1\xc5\x44\xde\x4d\x12\x12\x2a\xbc\xd3\xc5\x52\x9c\xc6\x1c\xfd\xc3\xdb\x44\xb8\x27\xae\x63\xa7\x07\xb5\x27\xab\x62\x32\x74\x4c\xb5\xb7\xc1\x09\xab\x17\x90\xf1\x59\xdb\xe7\x36\xaf\x3f\xa5\x0d\xe7\x1e\x29\x00\x5b\xbd\xd5\x68\xcb\x9a\xc8\x3e\x9c\x9b\x5f\x5e\x6d\xab\xe0\x01\xf6\xc8\x2a\xc6\x4f\x8f\xdd\x31\xa6\xb4\x2f\xd4\x3d\x13\x82\x81\x30\x9f\x38\xc7\x5e\x6b\x4e\x97\x1f\xdf\x8b\x9e\x32\x13\xd9\x6b\x41\x7d\x18\x2c\x39\xcf\xf6\x48\x1d\xb4\x43\xad\x25\xdc\xc0\xb8\x11\xe7\x4a\x7a\xb7\xa0\x03\x25\x02\x94\xb7\xa1\x8e\x98\x2f\xb0\x35\xe4\xb5\x8f\xa4\xb6\x92\xad\x47\x5b\x47\x0d\xea\x3e\x70\xd9\x7b\x27\x16\x52\x2b\x8f\x99\xa2\x63\x95\x1f\xd3\x0e\xd8\x5c\x38\xaa\x86\xa9\xa0\x0e\xf4\x79\x5f\x03\xef\x6b\xb0\x44\x18\x6a\xaf\x90\x80\x29\x72\x9d\x4f\xf4\x9f\xab\x36\xf9\x15\xbc\xc8\x5f\xc3\x60\xfb\x59\xb4\x8d\x99\x9c\xcb\x62\x5f\x4d\x25\x1c\x89\x53\x14\x40\xa0\xb0\x34\x2f\x9a\xc2\xbe\x30\x0d\x69\xcb\xf5\x66\x28\xe3\x4d\xdf\xb5\xfe\x9d\x7c\x3f\x50\xfd\x85\x19\x14\xee\x3a\xd3\xc2\xb4\x10\x16\x6a\x48\x39\x5c\xdd\x99\x9b\xa4\x47\x84\xbf\xf7\x61\xff\xa1\xb8\x63\xb7\xca\x0c\xc6\x11\x16\xd7\xa1\x5e\xa3\x7c\x32\xf1\x5d\x53\x88\xc1\xa2\x4d\xe1\xb2\xfd\xb0\x9d\xcc\x67\x2f\x37\x47\xc9\xf0\x2e\xfb\xcb\x2f\xa3\x1d\x7a\xa4\x37\x0e\x58\x31\x51\x07\x19\xa2\xc6\xeb\x1a\x80\x39\x7e\x67\x86\xa4\xac\x20\x95\x6c\x6f\x7d\xd2\x8c\x3e\x10\xdc\xc4\x3f\xc0\xa8\x05\xa0\x16\x8a\xa6\x70\x12\xf1\x24\x91\xfb\xa1\x0f\x51\xa5\xe3\xc3\x7f\xf0\x8b\x65\x3f\xcd\x6e\xc6\x6b\x2a\x08\xe1\x4c\x00\x6c\xe3\x91\x19\xcd\x5c\xca\x64\xda\x98\x5e\x35\x4f\xbc\x04\x3d\x4d\x13\xa0\x09\x93\xbc\x69\x86\xaa\x98\xd6\x3c\xfa\xfb\x4f\x26\xc3\x28\xfe\xdd\xc3\x0d\xe3\x7f\xe9\x61\xc5\xe7\xa7\xca\x3b\xf4\x6c\x66\x4e\xf2\x1f\x37\x37\xb9\xde\x5c\x19\xdf\xdd\x0a\x7f\x3f\xe2\xbb\x73\x3a\x5b\x88\x2b\xe3\x60\x19\xf3\xb2\xbd\xab\xcf\x47\xea\x62\xcd\xbf\x7b\x8a\x0e\xea\xd9\xa3\x13\xe3\x0f\x8f\x36\x3f\xa0\x34\x42\x83\xa6\x9c\xf6\xb9\xd4\x37\x4d\x95\x10\x65\x85\xdb\xcc\xd0\xfa\x69\x0f\x46\x42\x7c\x34\x4e\x77\x67\x8d\xbe\x33\xd3\x26\x65\xc5\x64\xd2\xf1\x83\xb6\x90\x60\x7f\xd9\x5a\x1d\x05\x6f\xd3\xf6\x96\x3f\xed\xdb\x65\x43\x09\x7a\x17\x31\x2d\x73\x63\xfe\x65\x33\x69\xc6\x1a\x92\xda\xcc\xca\x77\x0d\x11\x99\xea\x5c\x7b\x5a\x8f\xe5\xa7\xaf\xf3\xd8\x3b\x82\x5e\x2f\x6f\xbe\x79\xd9\xe5\x7b\xd6\x84\xd7\x42\x41\xb7\x7b\xf4\xb3\x73\xd9\x4f\xde\x0a\x22\xf7\x37\x79\x9a\x4c\x95\xd5\x33\x62\xff\xce\xd9\x71\xfc\x9d\xbb\xed\xe5\xd6\xe5\xe6\xdb\x5d\x7f\xb1\xe9\x10\x1d\xcc\xcd\x93\x83\xda\x6c\x5c\x6e\xf9\x64\x3c\xe2\x9b\x27\x77\x4a\x88\x42\x56\x3c\x74\x24\xbe\x9e\xfa\x92\xfd\xc3\xb3\xce\x56\x97\x8b\x5e\xa2\xfc\x70\x3a\x09\xfa\xa8\xf1\xe9\x68\xfd\x90\x4e\xa9\xe8\x87\x14\xf9\xc7\x37\x9a\x1b\xd8\x32\x9b\xcc\x41\x60\xfb\x81\x3a\x64\x07\x10\x34\xb4\x68\x0b\xb1\xdd\xbf\x64\x5b\xc9\x1d\x36\x15\xec\x4f\xd4\x41\x52\x5d\xe6\xd4\x83\x8e\xfc\xee\x11\xc8\xd5\x54\x16\x31\xd1\x13\xb1\x50\x85\xcf\xb3\x59\x43\x60\x38\x2d\xd4\x54\x69\x6a\x69\x53\x0a\x8a\x23\x44\x4b\x7e\x7e\xd3\x32\xd4\x07\x8f\x1c\x0e\xc4\x88\xcd\x93\x7d\xfe\x16\xbf\x8c\x81\xfa\x89\xc9\x8e\xd6\xbc\x0d\x78\x3b\x6f\xc6\xe8\x16\x49\x1f\xc8\xbb\x8a\xe5\xc3\x2f\x7d\xb0\x77\x6c\x8b\x96\x95\x93\xbc\x9d\x6c\xf8\xae\x1e\xfe\x25\x6b\xfe\x6e\xf8\xc9\x3e\xfd\x32\xc5\x5f\x56\x46\x9f\x8f\x2f\xbd\x07\x7e\x89\x2b\xcc\x9a\x79\x31\x9d\x17\x9b\x30\xb1\x79\x13\xb9\xb0\xb3\x2d\x98\x9c\x97\xef\x9e\x43\x55\x26\x9a\x56\x7e\x12\xb9\xfa\x91\x9c\xc8\x73\xd9\x83\xe4\xcf\xa4\x28\x28\x70\x32\x0a\x26\xef\x7a\x40\x09\xed\xad\x2e\xe8\xb3\x9e\x73\x70\x1b\xb3\xe6\x9c\x4d\x22\x4f\xc6\x77\xb3\xe7\xe4\xf7\xdb\x85\x1c\xf3\x27\xfa\xc7\x84\xcc\x4d\x96\xef\xcb\x8c\xfd\x94\x90\x72\x43\x3d\xae\xfe\x93\xd2\x43\xeb\x2f\x1b\x4a\x7a\x64\x35\xcc\x1f\xb3\x76\x8b\x11\x6d\x44\xd1\x54\x2d\x0b\x52\x7e\x7d\x8c\x2c\xb1\x06\xfd\x4f\xec\x0b\x2b\xb6\x62\x04\x10\x92\xdd\x54\x33\xcd\xa3\x36\xa4\xf5\xcf\x02\xaa\x7b\xe4\x2f\x58\x3a\x59\xf2\xc3\xb0\x7d\x28\xae\x37\x46\x29\xfa\x1f\x27\x28\x69\x73\x18\xc5\xf0\xe0\x17\xe3\x2a\x87\x48\x50\x62\xb3\x49\x46\x17\xad\x6f\xc4\x21\x59\xba\xfc\xb0\x02\x57\x54\x9d\xf2\xcd\xa6\x32\xe8\x16\x6d\x31\x41\x0c\x91\x5d\x81\xfd\x00\x20\xc3\x87\x55\x46\x93\x9e\x66\xc8\xc3\xab\x92\x7c\xab\x9e\x76\x35\x23\xfb\xad\x81\xb8\x10\x18\x86\x77\xe3\x9b\xdc\x97\x5d\x37\xfb\xa2\x2e\x3e\xc2\x76\xcc\x05\xce\xe9\x73\xa2\xf2\x12\x66\x08\xdb\x86\xfd\x39\xed\x47\xf5\xc8\x3a\xcf\x60\x37\x85\xa3\x14\xc1\x77\x21\xa5\xb3\xaa\xd7\x02\xbc\x35\xa3\x25\x35\x61\x3e\x6f\x49\x5d\x62\x03\xc2\x81\xbb\xb1\x8a\xf0\x1f\x48\x68\x27\x0a\xcb\x33\x39\x5c\xa7\xf8\x03\x9b\x58\x19\xb6\x93\x77\xc0\x81\xdf\xb3\x81\x2b\x3b\x4b\x7f\xb4\x06\x76\x00\x22\xf7\x5e\x8a\x61\x72\x2a\x4f\x4d\x46\xc1\x38\xb7\x27\xac\x23\x80\x45\x53\xba\x61\x8f\x14\xc0\x7e\x91\x6d\x61\x8a\x60\x91\xf3\x77\x17\x51\x45\x9e\x2a\xe6\x5e\x31\x84\x6c\x50\x3e\xc1\xdb\x56\x61\x54\xda\x1e\xe8\x7f\x3f\x80\x7f\xdb\xaf\xd3\x3c\x20\xbe\x38\xd9\x47\xfa\xb5\xd3\x05\x3c\xa6\xd4\x32\x85\xe1\xa8\x19\x57\xfb\xb4\x85\x39\xc9\xf7\x59\x13\x39\x22\xd3\xea\xb9\x05\x8f\xb4\x37\xff\xa5\x7f\x1a\x6c\xc7\x78\x39\xe0\x33\x69\x47\x99\x07\x95\x3d\x05\x54\x83\xcb\x6e\x9b\x89\x39\xdd\x27\x17\xe3\x57\xbb\x2b\xc5\xcc\xc9\x64\x43\x99\xec\xd9\xa0\x23\x1b\x92\xd5\x57\xdd\xc1\xfb\x4d\x26\x10\xf7\x18\xe5\x8c\x8c\xef\xc1\x89\xa1\xe5\xd8\x6b\xe2\x1d\x16\x32\xbd\xd7\x99\xc3\x20\x35\x4c\xe0\xbf\xf4\xab\x4a\xec\x0b\x9c\xe1\x68\xf9\xb9\x7a\xef\xce\xbe\x8c\xfb\x4f\x65\x50\x9a\xc5\x89\x01\x26\x52\xf2\xff\xa7\x26\xec\x45\x19\xb9\x43\xb7\x67\xdb\x40\xd8\xb9\xe9\x8e\xa9\xc6\xbe\xde\x3d\x5d\x11\xf2\x82\x1e\x19\x0e\x10\x6e\x2d\x46\x3a\x0b\x72\xab\xa8\xdf\xc3\xa5\x3b\x3c\x3e\xcd\xfe\x98\x8d\xe2\x15\x8e\x1c\xd8\xaf\xcf\x5c\x31\x64\xb5\xb3\xe1\x8f\xa1\xf9\xb0\x6b\x70\xdb\xcd\xa9\x8f\x66\x8d\x10\xef\x7e\x51\x00\x92\xa2\xf0\x3a\xd2\x16\x5e\x26\x21\xcd\xfa\xcd\x02\xd6\xa0\x36\x30\x2e\xd2\xde\xec\x00\xd7\xc1\xa5\xdb\x0e\xcc\x62\x16\xf8\xdf\x0f\xca\xa0\xb2\x3b\x8a\xdb\xf1\x29\xe6\xcb\x2c\x21\x89\x72\x47\x90\x7d\xc9\x0e\xc8\xdb\xba\x73\x56\xef\x83\xec\x9c\x60\xcb\x65\x9a\xb8\x3e\xb9\xb9\xf7\x69\x22\x41\x8e\x3b\x9c\x00\xaf\xba\xc2\x52\xc5\xb8\xeb\xe2\x6e\x6c\x33\xfd\xe7\xfe\xea\x4c\xcd\x51\xbf\xd1\x0b\x0e\x6e\x36\x63\xf0\x53\xf7\xaa\x34\x59\x83\x2d\x68\x55\x62\xa7\xe9\xd7\x1e\xf3\xe3\xab\x33\xf2\x7f\x08\x50\x58\xbf\x4e\x04\xef\xe4\x66\xe7\x0c\x18\x60\xe9\x2c\xe2\xc5\xdc\x3d\xee\x64\xca\x3e\x1a\x57\xdf\xd1\x30\x8a\xb6\xb0\x4f\xdd\xf6\x98\x63\x91\x99\x98\x27\xa7\x42\x0f\xaf\xcd\x05\x5f\xcc\x84\x02\x0b\x2b\xe6\xb1\x2d\x4e\x1c\x14\xa7\xc7\x16\x60\x7a\x12\xe2\x5f\xe9\x5e\x50\xab\xda\x3a\x65\x06\xc2\x3e\xb7\xe7\x73\x3e\xe9\x00\x5c\x41\x51\x65\x71\xd4\x96\xb3\xf3\xbc\x81\xc0\x47\x28\x55\x5c\xbc\x2d\x29\x28\xda\x20\xbc\x38\x65\x9e\xff\x00\x61\xcf\x12\xe2\x17\x2c\xba\x40\xb2\x79\xde\x9c\x34\x89\x54\x25\x22\x8c\x64\x48\xf7\x17\x70\x8f\xbd\xd7\xb6\x60\xe4\x65\xfc\x07\x78\xc9\x70\x41\x54\x25\xc8\x8d\x01\x73\xb0\xc1\xe1\xc0\x48\xe8\xb9\x29\x60\xb6\xde\x53\xa3\xd9\xd2\xb8\x1c\x7d\x27\x25\x78\xae\x10\xc3\x73\x82\x47\x6d\xac\x72\xcb\x47\x8c\x8e\xd0\xb1\xb2\x36\x4c\x8a\x61\x79\x21\x24\x09\x75\x63\xe4\x58\x4c\x89\x4c\xe5\x66\x2c\xcb\x1d\x58\x11\xa7\x00\x2d\xf1\x83\x10\x1d\x6d\xa3\xf4\x87\x37\x39\x65\xeb\xa6\x1f\xef\x30\x83\x19\xef\x89\x3b\x0c\x6e\xf4\x9c\x36\xce\x5f\xab\xc8\x97\xf1\x16\x82\xd7\x1c\x69\x5e\x23\x39\xc7\x57\x8f\xc2\x2b\x5b\x72\xce\x94\xd1\x26\x6a\x94\x94\xe2\x98\x4a\x88\x3f\xe0\x4f\xc9\x31\xba\x14\x44\xfe\x21\xe9\x39\xf3\x02\x3b\x81\x55\xb4\xc5\x2d\xc4\x92\x35\xe2\x2b\xbc\x30\x27\x91\x4c\xe4\xbc\x4e\x73\x82\x52\x27\x2f\x01\xbe\x7d\xf0\x4b\xfc\xe4\x80\xa8\x92\x3c\x80\x22\x7b\x3b\xec\x09\xaf\xb5\xef\x52\x65\xca\x00\x71\xac\x30\x06\x6f\x5f\xb3\xcf\x39\x78\xcc\x18\x97\xf7\x47\x00\x34\x1c\xa8\x27\xaa\x92\x03\xd3\x3c\xde\x5e\x3e\x58\x47\xb0\x44\x12\x26\xb0\x80\x9f\x17\xa5\x34\x61\x73\xdf\x50\xc0\xa1\x7d\x42\xbd\x53\x80\x99\x7b\xd1\x33\x09\x86\x75\x08\x68\x76\x0d\x48\xa4\x1e\x22\x49\xed\x02\x59\x46\xfd\x12\xc1\x65\x56\xba\x8b\x2d\xee\x5a\x02\x4d\xcf\x01\x7d\xc5\xad\x75\x04\xf9\x3a\x27\x54\x29\x01\x13\xc2\xed\x2b\xa2\xe9\x7e\xc8\x44\x8e\x60\xf2\xeb\xd9\xdd\xbe\x50\x13\x4d\xe2\x09\x7b\x98\x76\xa5\xb7\x6e\xd3\x59\x99\xb0\xf3\x14\x3c\xf2\x1b\xbf\x3e\x10\x6d\x5e\x66\x34\x9e\x8f\x36\x8e\x4e\x7f\x02\x9a\x72\x75\x99\x35\x3d\x22\x9f\xd9\x94\x78\x49\x2f\x98\xdc\x7c\x69\x38\x0b\xad\x38\xb2\xdf\xee\xbb\xb0\x82\x3a\xe4\xed\x5e\xac\xd9\xfd\xed\xc1\x5e\x2a\x7d\xec\x6d\x7b\x6f\x4f\x8d\x0a\xc7\xaf\x26\xab\x02\x69\x83\xff\xf4\x0f\xec\x5f\x84\x5e\x33\x8a\xbe\xd9\xd1\x81\x07\xb0\x52\xe8\x0c\xa5\xdf\xf7\xa6\x8d\xde\x8c\x4e\xc7\x8b\x37\xeb\xa9\x87\x6e\xdb\xdb\xb1\x46\x97\xfc\x96\xd3\xab\x6d\x16\xfb\x2d\x35\xbb\xa3\xa8\xfd\x82\xb2\xcb\x65\x76\xf6\x53\xb9\x80\x43\xc2\xbe\xfa\x39\x4f\x73\xa1\xa3\xdf\xd6\x50\x0e\x62\xf0\x2a\x1d\x58\xda\x37\x63\x4d\x4a\x4d\x8e\x10\x9b\xff\x2a\xa6\x51\x1d\xfb\x31\xcb\x2b\x58\x65\x4b\x13\x5d\xbd\x2f\x62\xe4\xea\xb0\xdf\x51\xbd\x26\x22\x98\x49\xf5\x23\x7f\x91\xcd\xa6\x90\xf8\xa3\x3c\xe1\x44\xb2\x91\x51\x42\x2e\x31\x64\x05\x72\x31\x83\x45\x7c\x39\xa3\x0c\x81\x7e\x75\xcf\x59\x24\x28\x20\x43\xdb\x39\x56\x39\xed\x5c\x4b\x11\x75\x6c\xa1\xf4\xa1\x36\x88\x2a\x44\xee\x93\x3c\xbb\xdb\xa4\x9d\x03\xe0\xf7\x5f\x82\x29\x82\x12\x66\x98\xc0\xd0\xf7\x74\x2b\x14\xdf\x4b\x9d\x2d\x8f\x49\x9e\x66\x04\x12\xa0\xb5\x5e\xf4\x3c\xdf\x67\x0a\xb5\x3d\x12\x69\xa6\xa0\x12\xe7\x56\x9f\x12\xb3\x5e\x39\xef\x61\xb0\x95\x29\x9f\xa1\xd8\xc0\x33\x1d\x83\x83\xa2\x56\x07\xfd\x90\xed\x17\x0a\x04\x88\xef\x47\xf2\x4c\xe3\x5b\x6b\x39\xd8\x5e\xaa\x75\xe9\xae\x98\xa2\x39\xdb\x8d\x29\x01\x01\x2e\x55\x13\x61\x09\x1c\x1f\xb9\x9c\xb9\xec\xa0\x4b\xd1\x98\x66\x78\x29\x3b\x91\xc4\x4a\x6e\x76\xcc\xfc\x49\xaa\x88\x15\x6a\x14\xfb\x95\xc7\xa2\x27\x8c\xa7\xa2\x42\x20\x37\x13\x59\x36\xb3\xb0\xe3\x07\x9e\xa3\x89\x1c\x93\x0c\xd4\xe3\x27\xa9\x4e\xb1\x9a\xc9\x3a\xa0\xe8\xa6\x32\x9c\x81\xda\xae\x23\x54\xf8\x6d\x21\x65\xc0\x6b\xee\x29\x0b\xa5\xbf\x41\xa6\xa9\xbf\x42\x25\xa1\x5e\x83\x7f\xaf\xef\x35\x7f\x31\x2b\xc4\x46\x26\x32\xb9\xdc\x24\x50\x63\x53\xef\x35\x43\xb4\x40\x37\x11\x9f\xec\x09\x3d\x84\x9b\xa2\x27\x6c\xca\x7b\x86\x51\xf9\x24\xb9\x63\xec\xa7\x2a\x51\x68\xeb\x9e\xf4\x8b\x03\xf3\xae\x34\x94\x4b\x8b\xd1\x25\xb5\x6a\x82\x43\xc6\x31\xc0\x51\x9b\x76\xd1\x15\x6e\x90\x0c\xe9\x96\xe0\xf0\xa0\x7d\x55\x36\xb8\x65\x6f\x27\xfb\xd9\xa1\x6a\xbd\x3c\x61\x8c\xd5\x4b\xee\xc6\x32\xb3\x34\x04\xc4\x9c\x1f\xcc\x83\xdc\x23\x75\xe9\xbd\x85\x77\x78\xcb\x3b\x3d\xca\x89\xcc\xe3\x30\xef\x5e\xbf\x30\x9d\x31\xc4\x62\x77\x56\xce\x05\x44\xc6\x39\xd6\x93\xe7\x59\x70\x66\xee\xb9\xce\x6b\x89\x1f\xd9\x51\xd9\x06\x07\xde\x4d\xc5\xb4\x80\x27\xeb\x08\x5a\x3e\x4b\xb9\x8f\xfe\x96\xbc\x73\x02\x4a\x63\xb5\x3f\x51\x75\x48\x37\x36\xae\xa0\xf1\x03\x41\x3f\x08\x37\x79\x99\xfe\x9e\xf2\x99\x32\xb0\x3e\xa8\x01\x57\xd8\x27\xab\x50\x66\x09\x8a\x22\x47\x23\x6c\xdb\x8d\xba\xbe\x6d\x9d\xa4\xfe\x05\xca\x22\xdb\xad\xc2\xd7\x5d\x69\x51\x49\x86\x03\xe7\x05\xe4\x56\x57\x79\x58\xf7\xa8\x71\xb1\xf0\x8e\x30\x3f\x3b\x2b\xa6\xbe\x1e\x63\x2c\x86\xfc\xda\xc4\x07\xe9\x8a\x95\x19\xc8\x02\x38\xc0\x4e\x16\x95\xda\xd8\x88\x34\x5a\xc8\x18\xdb\xfc\x3b\x27\xee\x92\x68\x80\x73\xee\xe5\x04\x7c\xb0\x9f\xb8\x3a\x53\xcf\x6e\xde\x99\x7b\xe9\xc7\xad\x55\x20\x7c\x45\x27\x99\xeb\x9b\xc7\xa3\xaf\x3c\x82\x41\x43\x4f\xb0\xef\x3a\x72\x25\x8b\x23\xa7\x20\x97\x20\x2f\xed\x88\x01\x29\xb4\xe8\xb3\x04\x7d\x75\x1a\xef\x50\x7d\xbc\x7c\x83\x5f\x4c\x93\xbd\xe5\x94\x25\x5f\x2d\x82\x94\x31\xac\x00\x34\xb6\x7a\x60\x33\x83\xe6\x47\x89\x9b\x98\x68\x88\x7a\x29\x7a\x0f\x7b\xc3\x04\x3b\x9a\x33\x1f\xa4\x80\x80\x24\x82\x28\x00\x50\xd7\x0b\x4e\x0c\xfa\x57\x29\x27\xf6\x44\xef\x64\x6c\xe4\x7e\x49\xc6\x30\xff\xc0\xb4\xa4\x86\xea\x71\xe4\xf2\x69\x49\xe6\x0f\xde\xc3\x0c\x45\x4a\xc6\x8c\x6c\xc5\x53\x8f\xa0\x2e\x9f\x1d\xf5\x3e\x47\x95\xfa\x4b\x60\x2d\x39\xd1\x3d\x51\x67\x4e\x21\xb1\x50\xe3\xdc\x1b\xcb\x8d\xda\x1e\x28\xad\xce\x8d\x12\xe9\xac\x2c\x35\xcf\xc0\xcc\x8c\x38\xde\xc2\x29\xbe\xa7\x21\x55\xf5\xed\xf7\xb3\x7b\xe6\x3c\x23\x3c\x45\x2c\x59\x7e\x3a\x4d\xe0\x0c\x3a\xc5\xb1\x4c\x8c\x96\xe5\x8d\x4a\x9a\x54\x13\xf9\x4d\x9b\xd4\x17\xc0\x32\x26\x8d\x6a\x32\x60\x4e\x61\xbc\xb8\x7a\xfb\x59\x17\x6c\x4a\xe0\xff\xfe\xee\xd4\x85\x37\x14\x62\x34\xcb\xf6\x81\xaa\x19\xe8\xb9\x75\xc7\xb5\x74\x8c\xf9\xc3\x5b\xd1\x12\x81\x8d\x00\xe7\xb5\x8c\x2a\x89\x78\xa6\x97\x17\x54\xee\x2c\x25\xc1\x85\x9c\x43\x51\xf0\x8f\xb4\x0a\x04\xdd\x92\x64\xab\x83\xd8\x0c\xf5\xf1\x22\xbb\x66\x59\x71\xb1\xbb\xe2\x5a\x09\xa7\xa2\x6a\x01\x63\x2b\x03\x47\xb9\x8c\xa8\x5e\xf6\x93\x36\xf7\x99\x30\xd4\x3f\x54\xf4\x7e\xee\xe9\x77\x76\x27\x5c\xac\xa9\xf9\x89\xc0\xf9\x31\xad\x6c\xdc\x50\x09\x29\xb3\x66\xaa\x0a\xa0\xbd\x36\x3b\x6f\xe2\x90\x20\x70\x86\xfb\x5b\x78\x0b\xd0\x40\xfb\x33\x17\x79\xef\x0b\x9b\x13\xfc\xaa\x15\xce\xab\x8a\x56\xd8\xb1\xdb\x95\x0b\xaf\x00\x05\x0b\xb7\x08\xc1\xda\xc6\x76\x9e\x4b\x51\xa7\x0f\xa1\x14\x9d\x43\x6a\x66\xb2\x5e\x0a\xf8\x42\xd9\xdd\xd6\x52\xb6\xb0\xf9\x73\x39\x1b\x03\x21\x46\x56\xae\x93\xaa\xa2\xe2\x92\xfa\x6e\x3a\xcc\x83\xdc\xde\x5f\x4e\xe2\x9e\xb2\xee\x4b\xa8\xf4\xed\xa6\xc5\x33\xfb\x75\x8a\xd8\xb6\x1a\xa6\x9e\x2d\x30\xb3\x23\x72\xa3\x50\x0d\x2a\x3f\x73\x62\x2c\x0f\x73\x2e\x35\xe0\x08\xb3\xa1\x4a\x4d\x79\xc9\x75\x16\x4b\xa8\x2a\xe1\x32\xab\x1f\xa0\x66\x6a\x0b\xe8\xd6\xde\xb2\x6d\x83\xed\x2d\x19\xbf\xd8\x14\xd6\x41\xae\x2b\x34\xe2\x8f\xd6\x91\x41\x4c\x49\xbc\x9a\x4b\x86\x5b\xac\x57\x9c\xa2\xa9\x3a\xf7\x0b\x49\x26\x5d\xa3\x70\xbf\x94\x2b\x68\xb9\x9c\x10\xab\x89\xa5\xad\x4a\xf7\xdd\x53\xc7\x2c\x9a\xc6\xd1\x7b\xa2\xc1\x15\x50\xaf\x28\x92\xab\x13\x9b\x84\xcb\x36\x24\xe3\xb1\x51\xb4\xd5\x89\x43\x03\xfb\x27\xd4\x82\x78\x11\xbc\x84\x24\xe2\x3d\x46\x60\x13\x5c\xd7\x72\x4a\x31\x28\x6a\x23\xe3\x3a\x12\x60\x34\x89\x77\x8d\xbd\x77\x57\xd0\xeb\xa5\x5a\x0f\x06\x27\x44\x54\x6c\x96\xc6\xa8\x28\xfb\x98\x56\x31\x0d\x3e\xea\x10\x4a\x84\x19\xca\x8c\xb0\x1d\x76\xc6\x6f\x38\x8a\x45\x0a\x66\xf7\x32\xac\xc9\xbc\x6d\x94\xbe\x4c\xfe\xd5\xf8\xa5\x35\x17\x27\x9a\x91\xd8\x2f\xac\xe3\xe3\xb7\x6f\x4b\x62\x98\xb8\x5a\x67\xac\x8a\x96\xb1\x7a\x18\x36\x2b\x4e\x51\x89\x8a\x84\xa3\x82\x00\xe0\x7d\xad\x85\x94\xe5\xc7\xa9\x8d\x12\x20\xcd\x36\xca\x33\xd9\xfa\xa0\x6f\x4c\xda\x3a\x7d\xd0\xe8\x13\x8e\x48\xbf\x80\xff\xc3\x88\x13\x1d\xc8\x4b\xb2\x31\xf0\x5c\xa0\x2f\xde\xdd\xe2\x89\x30\xb2\xc1\x95\x9b\x36\xb4\x46\x08\xd4\xfe\x02\x46\xd0\xde\x9e\xa4\xb0\xf7\x40\xd9\xba\x43\xde\xac\x8a\x8c\x41\xb6\x86\x51\x2a\x14\xde\x35\xa8\xec\x39\x2b\x96\xc4\x11\x4e\xc4\xd4\x17\x7d\x61\x86\x66\x75\xaf\xbb\xab\xba\x87\x35\x97\xa8\xa9\xa3\x74\xda\x0a\x36\x86\xc1\x24\x72\x93\xb8\x6f\xe7\x80\xf3\x7e\x9c\xb2\x69\x54\x09\xf5\xbc\x59\x83\x47\x50\x82\xe3\xdd\xf6\xe0\xa6\x0c\xd5\x7e\x28\x26\x88\x5b\xa1\x2c\x21\xc5\x82\x6f\x2b\x53\x42\x16\x75\x56\xbd\x94\x39\x89\xe4\x3c\xb3\x4b\x7d\x16\x8e\xb0\xe4\x5f\x24\x8f\x4d\xe4\x66\x85\x7c\xc2\x7c\xc6\x16\xe9\x18\xdb\xe7\xab\x0d\xad\xe6\x76\x1a\xf0\xae\x9e\x77\x47\x00\x76\x51\x06\x48\x05\x67\xc1\x9f\x96\xf5\x6c\x5a\xcf\x04\xb3\x3f\xe3\xa9\x98\x92\x5c\x2a\xdc\xd9\x81\xb3\x27\xca\x74\x92\xde\x82\xf5\x5d\xd1\x32\x3b\xbd\x27\x40\x24\x00\xc3\x69\xc5\x90\x9a\xb4\xd3\xe7\xb2\x31\xb9\x43\xa2\x24\x18\x3d\xfc\x48\x1f\x45\x8b\x2c\xf8\x9e\x78\x10\x48\x4e\x15\x83\xba\x95\xd0\x12\xe1\x54\x4e\x32\x97\xda\x42\x6a\xce\xe3\x8c\xa2\xc1\x2a\x72\x0a\xde\x30\x98\x50\x15\x3f\xf5\x36\x9f\xb3\xca\x11\x9f\x38\x2d\xef\x94\xbf\x81\x02\x73\xcd\x8e\x5a\xe0\xdb\x58\x2e\xd9\x76\xaa\xc9\xfd\x49\x2e\xe8\x9b\x49\x39\x73\x28\x35\x49\xb5\x66\xb6\xb2\xb3\x66\xdb\x10\xfe\x0f\x7d\x76\x79\xe8\xfb\x36\xdc\x04\xc4\x6c\x97\x57\x1e\xa9\x33\xf5\xa4\x7b\x04\x42\xf7\x41\x34\xff\x11\xd0\x6d\x13\xb9\x8f\xa8\xbe\xf6\xde\x88\xca\x74\xf7\x44\xed\x42\xce\x78\x5c\xdf\x91\x48\x3a\x21\xcc\x67\x75\x50\xdc\x76\xfe\xba\x1e\x4c\x13\xec\x80\xb6\xed\x48\x58\x37\xe1\x8c\xb0\x04\xc2\xb4\xa1\x6b\xdb\xd6\x4d\xd2\x70\xa1\x93\xda\xbb\x12\x9f\x72\xca\x9d\x36\x09\xcc\xdc\xd2\xbf\x4f\x65\xcc\x4b\x3e\xe6\xe2\x22\xbb\x32\xa1\xc4\x7e\x9c\x90\x66\x4d\x35\x75\xdd\xb0\xca\xbe\x39\x2a\x77\x86\x2f\xbd\xce\x7b\xba\x57\xb8\x3e\x81\x19\x5a\xcb\xb5\x93\xa3\x9a\x95\x99\x22\x21\x47\x51\xa9\x02\xf1\xba\x5e\xa8\xa2\xa3\x16\xf2\xad\xe8\x89\xa5\x21\x60\x98\x68\x51\x26\xd3\x50\x2b\x73\xf7\x82\x18\xe6\x42\x77\xa9\x2b\xd6\x7e\x42\xe1\xac\xdb\x46\x98\x92\x3b\x75\x0b\xff\xc9\x16\x01\xd7\x1b\x2d\x24\x9a\x0f\xd0\xcf\xe9\xa4\xd1\x46\x84\xb7\x9b\xe2\xd6\x6b\xf2\xf8\x0a\x73\xc5\x50\x08\xbd\xd1\x6f\xee\xa8\x7b\x20\x79\xa1\x04\x4a\xb6\xbd\x00\xe2\xe6\x20\x86\x46\xb9\x60\x90\xee\x95\x97\xfe\xaa\x39\x61\x0c\x4b\x33\x09\x4f\x55\xf9\xfb\x5b\x6c\x82\xea\xfc\xed\x2d\xae\xb0\x3a\x64\xa7\x7e\x85\x82\xc6\x00\xe0\x45\x5b\xd8\xa1\x41\x13\x90\x75\xfb\xee\x6e\xe3\x53\x92\xb4\xc0\x9d\xae\xb0\x28\x21\x56\xbc\x8a\xf3\x47\xcd\x8d\xc2\x33\xae\x10\xb7\x6b\x3a\x46\xc7\xab\x37\xda\x11\x82\x4e\x3b\xa8\xa4\x77\x9f\xd9\x5d\xda\x10\x80\x01\x79\x7e\x90\x87\xb7\x2f\x53\x64\xb2\x8f\x4e\xcf\x44\xea\x3a\x25\x93\xcd\x3f\x78\xd4\xcc\x3f\x6a\xd2\xa3\x97\x0b\x65\x51\x08\x04\x2d\xd4\x95\xa6\x5c\x61\xa1\x64\xc8\x2b\xbf\x36\x1b\x5c\xef\xa0\x59\x32\x90\xa6\xbf\x34\xe9\x64\x73\x58\x90\x5f\xa7\xc6\xd1\xaa\x46\x7a\x0b\x3c\x3b\x56\x8b\x73\x9a\x8a\x8e\xea\x52\xed\xa9\x99\xb1\xc0\x29\x93\xed\xf6\x4d\x12\xac\x61\x0a\x75\x92\x8a\x03\x57\xa8\xca\x89\x54\x1c\xa0\x47\xde\xcc\x2f\xdf\xfc\xc4\xfe\x96\xd5\x4c\xfa\xa5\x92\xb2\x66\x26\x6a\xbe\x0d\x11\xee\xaf\xde\xce\x6e\x77\x92\x7a\xbf\x8c\x56\x60\x52\xb8\x74\xae\x91\x41\x96\x97\x95\xbb\xda\x4f\x9c\xef\x66\xbe\xb1\xdc\xbd\xb9\xb7\x5d\x6f\x2c\xa9\xe4\xf4\xa9\x10\x63\x06\x33\xfc\x79\xa7\x0b\x07\x33\x7b\xd3\xd9\x23\xb9\x36\xf3\x33\xd1\x38\xd8\xd9\x3b\x26\x9d\xdc\x0b\x17\x46\xd6\xd1\x63\xc3\x02\x9f\x45\x7e\x5a\x6e\x00\xb9\x8f\x5e\x12\xb9\x70\xf6\x31\x9d\xae\xfa\xc1\xcc\xba\x6a\xce\x64\xed\x60\x7e\x33\xe6\xdc\xd5\xf3\x05\xf9\xdd\x82\xe6\x86\x4a\xcf\x5b\x2a\x52\x9f\x45\x5b\x75\xed\xf5\x21\x71\x63\x8d\xd0\x0c\xbe\xb4\xa5\xee\x05\x7d\x5b\x48\x00\x81\x6e\x90\xe6\x07\x20\x50\x44\x75\xd5\xa0\x8b\xf4\xe6\x95\xd4\xce\x61\x9d\xe4\xaa\xed\x14\x73\xe5\x3e\x2a\x15\x97\xed\x10\x5e\x62\xd9\x7c\x4a\x40\x43\x17\x52\x88\x67\xc2\x1c\x6e\xc9\xaa\xbe\xcf\x98\xc9\x5b\xd0\xe0\xa8\x92\x03\x12\x6c\x82\xd6\xfa\x13\x80\x51\x24\x65\xa7\xb4\x44\x51\xc9\x09\xae\x24\x5d\x9b\x9f\xc5\xa1\x30\x16\x92\xbc\xe3\x9f\x09\x4f\x0a\xd7\x44\xde\x56\x92\x71\x9a\xe9\x82\x26\xc7\x30\x79\x3f\xc0\x7c\x95\xff\xd1\x56\xa3\xb5\x6c\x57\xd8\x63\x43\xf5\x25\x5f\x49\x78\x87\x85\x7d\xff\x8a\xa9\x3a\xd0\xff\x11\x4c\xaa\x48\xe3\x0b\x3b\x24\x13\xf9\xe5\xea\x1d\xf8\x3d\x3d\x70\x58\xb9\x84\xfb\x77\xe8\xb2\x63\x0c\x39\x74\x55\x39\xa9\xd2\x3b\x1c\x2b\x6b\xdd\xbf\x01\xf1\xb3\xa1\xfa\x52\x19\x20\x68\xe7\xa6\xc1\x73\xab\x4f\xf3\xb3\x85\x6a\x4a\x59\x1e\x25\x27\xa7\x56\xab\xf4\xc4\x18\xda\x44\x80\xea\xb7\x1e\x5b\xae\x49\xc6\x70\xc9\x5c\x7a\x27\xaa\x63\x38\x37\x34\xd1\x78\xd8\xec\x10\xff\x73\xa4\x58\x14\x75\xbf\x44\xcc\x90\xbf\x22\x7d\x50\x3d\xb6\xb8\x2c\xc1\x9e\x0c\x33\xa6\xd1\xa0\x9c\x61\x17\xce\x37\x94\x98\x0a\x64\x93\x5b\x0c\xaa\x24\x5f\x7c\xd4\x69\x21\xc5\x54\x36\x2a\x74\xe1\x98\xf6\xdd\x4a\xea\x4e\x3c\xeb\xce\xdb\x35\x82\x92\xb9\x01\xa0\x8c\xaf\xf5\x2d\xb5\x04\x79\x1b\x57\x79\xc2\x50\xea\x8d\xc3\x72\xb6\x49\x92\x02\x26\xc4\x4d\xac\x75\xaa\x9b\x38\x44\xad\x27\x3d\x1b\x3b\x15\xe3\xcd\x4b\xb5\xc3\x72\xbe\xd3\xf9\x70\xd8\x6f\x64\x20\x57\x2c\x89\x43\x55\x9c\x10\xde\xd7\x73\x9d\x34\xf4\x82\x6b\x3d\x9e\x7f\xb0\xd9\x98\x8b\x4f\x94\x76\x9a\x77\xb8\xd4\xdc\x9d\xa8\xee\xec\x2b\x33\x0a\x77\xf6\x3b\x12\xaa\x54\x28\xb7\x6d\x83\x7d\xc1\xa4\x03\xbc\x2f\x8f\x5a\xf8\x55\x91\x3c\x8d\xcd\xb3\x39\xb6\x73\xcf\x59\x14\x69\x21\x9a\xb2\x63\xc1\xc2\x9c\x8c\x07\x4f\xeb\x25\x50\xe4\x6c\x21\xa8\x1f\x28\x7a\x5e\x1d\x61\x62\xef\x0d\xd2\x65\xcd\x13\x35\x31\x82\xf8\xf3\x54\x05\x32\x86\x26\x8b\x63\x99\x5d\xb3\x84\xba\xdb\x27\x01\xaa\xf9\x71\x00\x3c\xdb\x59\x50\x12\xe4\x4b\x32\x08\x7e\x95\x73\x1c\x53\x06\xd9\xdb\xc5\x18\x1e\x0f\x1c\xd3\x0b\xcb\x85\x28\x3a\xa2\x4f\x93\x75\x3f\x4a\x3a\xc7\x03\xd0\x7a\x51\x8f\x9c\x45\x55\x45\x59\xf5\x63\x35\xc7\x04\x25\x8b\xde\xd8\x23\xd9\x18\x52\xe4\xa2\x92\xfa\xa4\x4c\x94\xa1\x0c\x9a\x32\x57\x7c\x91\x8c\x7a\x5c\x95\x1d\x66\xe9\x59\xf7\x52\x47\x9d\xe2\x4a\xd0\xcd\xcc\x03\x1d\xb9\x6a\x42\x57\x6d\x82\x96\x5d\xec\x3c\xdd\x09\x13\x8d\xd9\xc0\x19\xb3\x96\x66\xf6\x8e\x15\x72\x81\xfd\x25\x2c\xa5\x0e\xb4\x2e\xfa\x09\xee\x54\x1f\xf3\x65\x2f\x4e\x32\xf5\x6c\xa5\x67\x7a\x49\x39\xb6\x8a\xa2\xa1\x7f\x69\x51\xde\x17\xa2\xae\x66\x90\xd6\xa3\x54\xf7\x68\x20\x2e\x67\xa9\x16\x0d\x74\x75\xc2\x65\x90\x28\x5f\xa5\xe3\xe4\x6e\x82\x9d\x2d\x50\xe5\x0a\x27\x9c\x69\x92\xec\x08\xd5\x90\xc9\xb3\x7b\x0c\x73\x2a\x0f\x05\x38\xf7\xa1\x9f\xe2\xcb\x5c\x56\x0a\xf0\x92\x2e\xe1\xd1\xe9\x15\xfb\xc2\x6b\x00\x52\xed\x33\x37\xdb\x23\x16\xb2\xf4\x30\xde\xd8\xac\x69\x27\x21\xb0\xc9\x50\x0a\xc9\x50\x4e\x67\x43\xe1\x9b\xdd\x56\x97\x10\x01\x31\x8f\x20\x8c\x1f\xb7\xd7\x96\x00\x21\x3f\x30\x0c\xf8\x8b\x9a\xfc\x9e\x60\x8e\xd5\x6f\xc6\x38\x2d\xa5\xf5\x0c\x14\x15\x4b\xb3\x6e\x8b\xbe\x70\xed\x59\xc7\xf9\x32\xab\xe9\xbd\x7d\x11\xc9\x46\xbe\x66\x25\xf6\x83\x93\xed\x2a\x07\xd1\x7c\xc8\x83\x27\xb0\x2a\x6c\xab\x7d\x6e\x05\x48\x63\x20\xec\xc1\x9a\x6c\x9e\xfe\xf1\x42\xf0\xe3\x36\x32\x80\xea\xb2\xd2\xe5\xf0\x57\xfd\xd3\xc4\x72\xe7\x1d\x02\xe0\xd8\xc9\xdb\x2f\x44\xd3\xaa\xc1\x29\x50\x1c\x68\x7a\xe6\xeb\xc9\x65\x12\x39\x91\x5b\xf4\xec\xac\xa0\x9c\x03\xed\x16\x19\xf0\x32\xc0\x99\xed\x6d\xf9\xec\x1a\x80\xd4\x24\x75\x1d\xa4\x9f\xc4\x9b\xee\xfd\x95\x65\x9b\x1c\x5c\xb2\xd3\xa0\x04\x19\x6c\x77\xbf\xc6\x88\xa2\x44\xff\xa9\x7c\xa1\x05\x65\x38\x40\x5c\x68\xaf\xbe\x84\xf5\x04\x14\xff\x40\xe6\xd0\x79\xd2\xe5\x97\xf5\x96\xb4\xfd\x5d\x22\x8c\xd0\x43\x55\xe3\xa4\x17\xa8\x67\xeb\xcd\xf3\x04\xaf\xf5\x47\x71\xaa\x44\x7f\x29\x33\x45\x7b\x9e\xd4\x7a\xc4\x4e\x73\xd7\xe5\x34\xa8\x49\x8b\x3a\x89\x6b\x96\x26\x86\x97\xcc\x01\x01\x5d\x40\x9e\x7e\x3d\xf2\x11\xb7\xc9\x27\xea\x71\xd1\x32\x62\x15\x62\xae\x48\x71\x5d\x62\x05\x68\x09\xad\xfd\x8c\x48\x24\xa8\x8d\x77\x00\x47\xd6\x3f\x59\x48\x4a\x9c\x57\xd9\x62\xa0\x45\xbc\x0a\x68\x1f\xb9\xf1\xde\x0a\x07\x42\x75\xeb\x2d\xa9\x1f\x0a\x33\x54\x40\xa7\xfa\x4b\x96\x21\xc8\x10\xa7\x27\xf5\x65\x51\x75\xd1\xcf\x52\xb2\xb2\x7c\xaf\xdf\x9a\xde\x22\x7e\xa6\x3e\xbd\x3d\x7f\x97\xde\x81\x53\xfc\xbf\x58\x37\x52\x9d\xdc\xd8\xa8\xf1\x5d\x55\xf4\xcc\xa7\x34\xc7\x1c\x79\xad\xd5\xdc\x4b\xfa\xca\xd5\xe7\x81\xce\xc1\xc0\x29\x72\x1c\x98\xbf\x79\xdb\x06\xcb\xe0\x10\x06\x8a\x79\x30\xca\x35\x3d\x04\xa7\x5b\xb9\x78\x7b\x8d\xae\xbf\x47\x72\x5f\xc3\xac\x1d\x4a\x37\x08\x39\x37\x85\x4d\xe5\xdb\x6e\x50\x3d\xec\x44\xe6\x3c\x43\xac\x81\x28\x07\xc3\x76\x99\x16\x32\x56\x1b\x5c\xf4\xa7\x01\xf0\xaf\x66\x21\x83\xf8\x50\x71\x48\x35\x51\x75\xbc\x96\x82\x79\x54\x20\xf9\x7e\xfd\xc6\xb9\x7c\xcc\x50\x4c\x5b\xa1\x26\xfb\x13\xd9\x5b\x70\xda\x70\x8b\xbb\x5b\xa7\xee\x4e\x65\x47\x36\x8e\x49\x3d\x76\x2d\x4e\xe5\xd9\xa4\xa3\x5a\xbd\x7b\xe0\x0e\x8a\xa9\x04\xf0\xac\xf7\x88\xe2\x92\xdd\xe2\x87\x30\x03\x55\x86\x57\x78\xad\x26\x85\x04\x9e\x0d\x7f\x3f\x88\xce\xac\xa5\x5e\xe4\x69\x81\x7c\x25\x4d\x15\x56\xb2\x32\x86\x1d\xa3\x35\xe1\x13\xef\x43\x3c\x72\x41\x61\xe7\x35\xb6\x48\x75\xb1\x0a\xa5\x92\xde\xb8\x4e\xa8\xe6\xe3\xbb\xbc\xec\x3f\x9b\xeb\xaf\x66\x89\x31\xcc\x56\xc0\xf8\x4b\x3b\x30\x4a\x3c\x1d\xd1\x16\x90\x05\xe3\x2a\x19\x95\x3b\x90\x44\x6a\x11\x6a\x8b\x16\x0e\xe7\x8f\x0d\x85\x18\xd4\x9b\x46\x0e\x1a\xa0\x03\xab\xbc\x13\xb0\xe3\x6b\xcd\x8e\xd1\x6a\x44\xde\xf5\x8a\x5c\x95\x0c\x30\x99\xf0\xcb\x1c\x90\x75\xa3\x60\xd0\x40\x6d\x7b\x0d\x92\xf9\x51\x5c\x2b\x61\x7e\xaa\xbc\x42\x12\xd5\xb3\x98\x1f\x4b\xb8\x6c\x16\x64\x51\x6a\x00\x0d\x22\xdd\xd0\x71\x0d\x18\x35\x64\xb3\x56\xcf\x5b\x9a\xa8\x8f\x12\xbc\x3c\x08\x6b\xf5\x28\x65\x5a\xb5\xe4\x0e\x9b\xbf\x17\x63\x56\xf1\x8c\x70\xc9\x33\xb3\x97\xa4\xa8\x84\x52\x24\x77\x75\x21\xa1\x6f\xa8\x37\x2b\x19\xc8\x1d\x05\xb5\x98\x48\x45\x3e\x4a\x5a\x21\x14\xa3\xed\xe3\xcc\x9f\xcf\x07\x00\x77\xc9\x06\x5c\x42\xda\xf1\x89\x99\xca\x54\x3f\x6a\x5b\x20\x50\x7b\x94\xf1\xd9\x1a\x35\xc8\xe3\x1d\x79\x69\xef\x2b\x53\xf7\x03\x83\x95\x17\xd4\xa4\xcb\xff\x6a\x53\xc5\x4f\x92\x29\x31\x75\x1e\x87\x4b\xb9\x6b\xa2\x2d\xea\x0d\x35\x09\x17\xf0\x7d\x50\x65\x2a\x15\xca\xca\x82\xad\x9c\x96\x30\x3f\xa8\x33\xa1\x3c\x83\xa9\x45\x95\xbf\xe1\x74\xce\xd2\x7d\x6d\x7d\xf6\xea\xc4\x7c\x3b\x83\x31\x55\x3f\x34\x10\x0a\xd0\x63\xcb\x5c\x4b\xc3\xb4\xa5\x7c\xeb\x94\xfb\x63\xb1\x57\x8c\x4d\x96\x23\xa0\x01\x8d\xb1\x16\x62\x2e\x97\x1c\xb3\xb4\x6d\xd9\x5f\x76\xe6\x98\xb2\xb1\xfa\x2d\x03\xc9\x40\xa3\x0b\x6b\x6c\x1d\x72\xce\x53\xa3\x02\xb8\x29\x63\xb6\x83\x3b\xf1\xcf\x16\x59\x0e\xd1\xb3\xab\xf1\xbf\xd9\x72\xd0\xef\xe0\xbb\xb4\x50\x58\xdc\x16\xc2\x5f\xd3\xd3\xaa\x63\x98\xdf\xee\x45\x9f\x86\x7f\x9b\xee\xc4\x18\x87\xca\x45\xb9\xcd\x1d\x76\x53\xef\xb0\x70\x33\x68\x3f\xd3\xf8\x72\xda\xe6\x8c\x5d\xa7\xb7\xed\x5c\xaa\x89\x75\x52\x35\x28\x63\xa8\xf9\xd2\xd8\xdd\xe4\x8e\x59\xe2\x7e\x42\xe4\xba\xa7\xb4\x7a\xf5\x02\xee\xe3\x0a\xf1\x84\xc9\x9a\x4b\x0c\x16\xe0\xb1\x2b\x09\x21\x8a\xac\xa9\x20\x3d\x5e\xdb\x2b\xa6\xe8\x89\x04\x45\x28\x56\x72\x82\xe4\x6c\x4d\xee\x2c\xf6\x8a\x8c\x31\xb2\xd1\xa4\xe6\x66\xcc\x47\x05\xb2\x5c\xa7\xef\x30\xb3\xda\x71\xdd\x05\x42\x7f\x1d\x78\x20\x8a\xe6\x88\x83\xa5\x6e\xd0\x69\x2b\x77\x89\x49\xe2\x39\xfd\x30\x43\xa3\xf8\x9b\xe2\xe5\x7b\xbc\x71\x78\xa8\xbb\x10\x01\x8f\xb8\xb0\x95\xa7\x3a\x5c\xdb\xcc\x1f\x29\x7c\xd0\x66\xa0\x1e\x80\x4b\xa5\xc3\x74\x93\x00\x31\xb7\xb9\xd0\xcd\xac\xba\x5c\x75\xa1\xb2\xa6\xc5\x7e\xc8\xe9\x1e\x0c\xb2\x54\xa9\x02\x51\x10\x3b\xdd\xe7\x20\xd5\x64\x09\xf4\xa8\xa7\x75\x18\x40\x58\xc0\xcd\x02\x40\xe1\x91\x05\xa3\x36\x1b\x30\xad\x3b\xf5\x2a\x63\xd5\x73\xbb\x55\xfa\x6e\x25\x98\x5b\x25\x07\x07\x6b\x46\xe2\x8b\x45\xbc\xf7\x3d\x61\x2f\xa3\x1c\x94\x63\x40\x97\x1c\x2a\x7c\xcc\xb1\x4a\x15\x26\x47\x39\x39\x81\xb3\x70\x60\x5b\xdf\x3d\x26\xec\xd6\xbc\x89\x01\x91\x00\x54\x22\x56\xb9\x14\x81\xbd\xe9\x96\x28\x70\xc0\xed\x65\xf3\xa9\x3e\xe1\xf6\x72\x85\x78\xa0\x1f\x6f\xf5\xdd\x78\x6d\xbd\xe6\x26\xa6\x38\xf3\x95\xb4\xff\x46\xcd\x3d\xd3\xff\xd5\x0d\x82\xf9\xce\x54\x7f\xfb\x2d\xa7\xf1\x0c\xa0\x5e\xd6\xb1\xcd\x7c\x00\x10\x6a\xa9\xc4\x27\xdf\x52\xba\x2a\x7b\x4d\x8c\xba\x4f\xab\xd2\x5d\x22\x35\x99\x6e\xa3\x86\xdc\x21\xde\x27\x09\x90\x89\x2d\xd4\xeb\xaa\x04\xe0\x6b\x4e\x8b\x25\x2c\x59\x7c\x0e\x29\xfc\xce\xf9\x4c\x14\x15\xd3\x4e\xda\x44\x73\xf6\x73\x9d\x64\x22\xd5\x0d\x97\x44\x7a\x7c\x2e\x11\xee\x10\x91\x24\xe4\x21\xfa\xc1\x7e\xa1\x85\xd3\x77\x91\x9d\x84\xbc\x67\x3b\xa0\x60\x70\x0c\xc1\xb0\xb3\xc4\xe9\x21\xf8\x84\x04\x6f\x9c\x7d\x5d\x0b\x04\x17\x41\x6e\xfb\xe8\x5e\xf1\xba\x05\x44\xd6\xcd\x0d\x69\x68\x76\xea\x22\x9b\x54\x19\xd8\xcf\x14\x6a\x23\xdb\x8f\x64\x7f\x80\x0b\x4c\x7c\xcc\x10\xb4\x60\x8f\xc9\x42\x66\xa1\xf2\x9c\xdd\xa4\x6e\xd5\xe5\xcb\x37\x1c\xd1\xa2\xc0\x23\x5b\x98\x76\x88\xa2\xb8\xc5\x81\x70\x1e\xff\x37\xcf\x04\x05\xc0\x41\x07\x4f\x79\x4e\xa2\x63\x54\x73\xec\x77\x28\xdc\x16\x55\xa6\x37\xed\x2f\x3c\x86\x6b\xdb\x5b\xb5\xd4\x21\xf6\x2d\x4b\x71\xc5\x47\xa0\x56\x49\xb5\x7c\x25\xd4\x6b\x69\x0d\xf5\x14\x2e\xde\x29\x15\x78\xfa\xa5\xf9\xa7\x93\xa3\x15\x9d\x2d\xc0\x70\x4e\xb5\x3f\xcd\xcb\x18\x76\x02\x9f\x4b\x90\xa7\xf3\x82\x1d\xef\xd1\xbc\x84\xdd\x1a\xa3\x83\x55\xd9\x4c\x50\xe1\x76\xcb\x35\xc4\x0d\x80\x56\x14\x16\x88\x2c\x2d\x95\xcf\xc4\x90\x74\xb7\x55\x81\x17\x43\x94\xc2\x11\x6e\x49\xad\x71\x50\xbd\x5a\xcb\xf8\x86\x49\x9b\x13\x39\x04\x49\xe6\x39\x06\xaa\x5a\x6f\xb5\x54\x29\x91\xea\x92\x6b\xe7\x61\x3c\x76\x8a\xc7\xc2\xbd\xaa\x3d\x6d\x19\x22\xb2\xa7\xf5\xa1\x72\xac\x8c\xad\x7b\x50\x19\x5a\xf5\x14\xb0\xbf\xa3\xc9\x06\x29\x92\x1b\x82\x97\x4d\xce\xf9\x40\x2b\x31\x53\xc6\xc2\x1f\x09\xf1\xb1\x86\x09\x60\xb0\x21\x18\x43\x73\xa3\x32\xbd\x20\xc3\x57\x53\xf7\x89\xc5\x0c\xc5\xf9\x23\x00\x92\xc0\xba\x90\xb4\x50\x3a\xa5\xa6\x30\x75\x32\x56\x46\xe6\x24\xd8\x4c\x01\xde\xae\xdf\xfe\x98\x96\x72\xec\x1f\x90\x6f\xba\xb8\x41\xb2\xb3\x6e\x8b\x53\xe6\x8f\x33\x54\x0d\x2e\x8e\xa5\x2a\xb9\x8f\x5a\x6d\x9a\x9b\x42\x1d\x14\xab\x80\x37\x00\x9a\x6b\x42\x0f\xf4\x83\x18\xfc\xb0\xe8\x09\xeb\x33\x62\x73\x42\x05\x93\xdf\xe2\xff\x2b\x93\x03\x78\xd8\x94\xc1\x88\xc5\xba\xc1\x84\x18\xdf\xb4\x4e\x30\x9c\xce\xd5\x59\x13\xc1\xfc\xb6\x58\x9d\x38\xea\x21\x96\x8b\x39\x94\x93\x4d\x09\x9e\xda\x1d\x11\x7d\x58\x7b\xe7\x32\xa0\x18\x48\x4a\x59\xd9\xb3\x51\x8c\x3a\xba\x85\x88\x43\x64\x71\xc0\x10\x4d\x53\x70\xd1\x0f\x84\x94\x28\x8e\xee\xb3\x92\xd8\x93\x7e\xd8\x00\x12\xeb\xba\xc1\xeb\xd3\x40\xe0\x42\x06\x7d\xf6\x92\x1d\x88\x2f\xdc\x7b\x81\xa7\xa8\x95\x54\x7b\x0d\xf4\x5b\x7e\xf5\xb6\x9a\xd6\xbc\xdb\xcd\x16\x57\xde\x6e\xe8\x8e\xfc\x7a\x98\x93\x84\xf6\x3e\x40\xed\x17\x31\xd0\x8f\x3a\xe2\x2d\x52\x5b\xda\x57\xfd\xfa\x23\x05\x37\x70\x31\xb1\x7e\x0d\xf1\xaa\xfd\x2a\xe2\x54\xfb\xa5\x50\x7f\x1f\x54\x52\x8c\xb3\xcf\x25\x83\x5c\x37\x88\xf5\x41\x34\x98\xcb\x30\xbd\xa1\x2c\x35\x29\x8f\x25\xf9\xae\x57\x72\x81\xf7\xf6\x4f\xc8\x4e\x64\x4c\xd9\x32\x45\x3a\x18\xc4\x64\x5e\x2b\x68\x72\x0b\x83\x49\x7f\x4b\x5f\xcd\x10\xb5\xfb\x1d\x52\x94\x55\x2a\x98\xbe\xa8\xc4\x46\xf0\x41\x76\xfe\x5f\x04\x00\x6d\x17\x6d\xc1\xb0\xcd\x4c\x75\x2c\xa1\xee\x96\xa7\x2f\x76\xb0\x8e\x99\x27\x2d\xb0\x83\x85\x6a\x81\x1b\xfd\x25\x82\x90\x5c\xbe\x8b\xea\xff\x9b\xa8\xda\x63\xcf\xf1\xdb\x3b\xc5\xc9\x8f\x4a\x35\xb8\x3d\xd7\xa8\xca\xe9\xb7\x97\xb0\xfc\x76\xb5\x94\x7f\x30\x50\xe5\x1c\x71\x50\x35\xdc\xea\xd2\x19\x70\x17\x10\xee\x02\x65\x64\xb6\x0e\x2e\xc6\x0d\x49\xf9\x65\x5a\x4f\x52\xcd\x2c\x71\x27\x6e\x8a\xcd\x65\x59\xa9\x96\x64\x99\x22\x0e\x58\x91\x24\xaf\x6a\x35\x70\x12\x3f\x2a\xb3\xbf\x45\xce\xab\xda\x2a\xdc\xc1\x55\xe7\xaa\xb6\x7a\x3d\xea\x9d\xd5\xed\x2e\x2c\xa6\x57\x7d\xe3\xa4\xc6\x1c\x9c\x38\x9f\xdc\xe5\x82\x13\xb9\x92\x21\x45\xa1\x98\xaf\x99\x3b\xc7\xe7\x58\x15\x2e\x56\xd0\xc1\x43\x2d\xa4\xa4\xf5\x9b\xc0\xf6\x7d\x2f\xd1\x65\x93\x0b\x5d\x35\x21\xd3\x2f\x2a\x88\xe2\x35\x78\x13\xf4\x18\x19\x1d\xb2\xa2\xcd\xef\xba\x0d\x98\x39\x9d\x80\x6d\xe6\xee\x69\xb6\xcc\x28\x27\xbb\x34\x18\xb7\xed\xff\x1f\xee\xd9\x54\x44\xad\x2b\x4a\xd0\x62\xfa\x20\xe8\xde\x01\x28\x03\x4e\x0d\x41\x86\x8b\x19\x73\x22\xad\x6f\x46\x33\x5c\x2c\x0c\x60\x43\x18\x40\xc5\xda\x8e\xa9\x5e\x0f\x09\x1a\x9f\x1c\xac\xe1\xce\x73\xb5\x84\x9a\xe3\x3b\x72\xa1\xee\xd4\x86\x84\x73\x51\x93\xdb\x2a\xfb\xff\xb8\xac\xd0\xa2\x46\x54\xbf\x2a\x4b\x98\x84\xcb\x1f\x46\x97\xd7\x9b\x55\x57\xef\x0f\x75\xe8\x7a\xdc\x76\xf4\x5d\xdb\xab\xa4\xed\xc9\xf4\xee\xda\x0f\xa3\xcb\xeb\xed\xb4\xed\x5a\x9d\xee\x68\xca\x01\x7c\x02\x97\x4d\x13\x6a\x9a\xd8\x4a\x86\xeb\xbc\xb8\xee\x5f\x5e\x9e\x0e\x8b\xef\xc2\xaa\x99\x0b\x48\x4f\xeb\xea\x0d\xc0\xab\xc9\xa2\xc3\x15\xc7\xe6\x44\xde\xd4\x44\xcd\xb8\x57\xf3\x29\xa2\x54\x89\x77\x2f\x41\x27\xf9\x2e\x33\x48\xef\xda\x72\x7c\x82\x12\xea\x2d\xae\x27\xc0\xa7\x8e\xb0\x5f\x92\x4e\x2c\xa6\x77\x60\x86\xc5\x1e\x13\xda\xac\xa1\x04\x34\xba\x82\xd6\x06\xbd\xf3\x37\xc3\xff\x7d\xf1\xee\xc8\xb8\xf6\xee\x23\xaf\xf5\x51\xf2\x5a\xbf\x35\xa1\x76\x1c\x25\xa7\xfd\x12\x98\xbc\x1d\x1a\x49\xbf\x56\xd3\x3b\xe0\xc9\x0f\xf4\xb9\x0f\x2f\x47\xfd\x2e\xcc\xcf\xe0\xca\x8b\xca\xe3\x3b\x0a\xd6\xd5\x8d\x4d\xd2\xa5\x5d\x4f\xe9\xea\xbb\x6e\x2c\x90\x9b\xcb\xc6\x3e\x7e\xd0\xd8\x13\xda\xaa\x1a\x54\xd9\xca\x10\xd3\x32\x19\xd5\x46\x75\x84\x2f\xbe\x23\xa7\x50\x09\x55\x91\xb3\x86\x9b\x1a\xfb\xee\x38\x36\x61\x20\xd4\x1d\x63\x8f\x8f\xe1\xc0\x2e\xbc\x6b\x1d\xfc\x4d\x3f\x62\x94\x3a\xac\xc4\x7a\xbf\x7b\x62\x4c\x45\x1f\xf0\xc4\xa4\x60\xa4\x6a\x52\xf2\x44\x2f\x09\x33\x56\x11\x99\xe8\xab\x00\x21\x0f\xe5\x59\x1d\xf1\x09\x1b\xe3\x7a\x5f\x2f\x7a\xb8\x96\x94\x7f\x8a\xc8\x8f\x66\x6d\x4c\x7a\xa3\x48\x5c\x16\xf9\xf7\xcd\x25\x2a\x75\x01\x37\x78\xac\x08\x1f\x66\x23\x97\x37\xf9\xc6\xeb\x5d\x48\x0f\x45\x75\x1e\xbc\x5a\xa0\xa2\x0b\xa6\x13\xb7\xba\xff\x40\x0e\x4e\x24\x60\x5b\x64\x1f\x49\xe0\xf8\x9d\x70\x7c\xb0\xf2\xc2\x71\x92\x99\xed\x5c\x48\xc8\x80\x44\xf6\xb7\xe8\x4f\xbe\x50\x0a\x19\x05\x80\xb5\x39\x01\x76\x73\x01\x51\xd1\xa3\xd9\xe9\x86\x42\xb6\x0c\x9a\xa4\xe7\x44\x59\x3d\x5b\x46\xd8\x44\x90\x02\x48\x52\xb9\x23\xcc\xa7\x35\xe2\xa9\x3f\x36\x67\xe5\x58\x42\xd9\x86\x95\x76\x54\x98\x77\x89\xdc\xbc\x95\xe6\x88\x55\x1e\x07\x7c\x61\x12\xe0\x42\xab\x61\x15\x47\x49\x29\xfd\x19\x49\xe0\xfe\x1a\x75\x6d\x8e\xb2\x97\xdb\x95\x40\x57\x4a\xfe\x4d\xa5\x30\x03\x0b\x96\xe4\xed\x31\x91\xe9\xa9\x1c\x46\xf5\xc8\x81\xe7\xb5\x28\x4d\x60\x12\x76\x18\x72\xfd\x68\x25\x54\xcd\x1c\x57\xed\x64\x90\x62\x14\x53\xb0\x81\x9a\x48\x82\xa0\xf0\x50\x9b\x54\xf4\xe2\x10\x49\xd4\xb2\x3c\x81\x72\x51\xa9\x63\x2b\x97\xcb\xb7\x08\xb4\x7f\x17\xea\x24\xa7\x73\x83\x7e\xad\x5d\xfd\xb5\x82\x02\x44\x93\x08\x35\x7e\xc6\xd1\xad\x9e\xd7\xcf\xf6\xc6\x20\x6b\x41\x87\x1f\x6a\xd7\x5d\x7d\x7f\x28\x11\xb1\x33\x69\xe0\xf2\xb8\xe1\x16\x87\xfa\xb4\xe3\x15\x25\xbe\xbb\x40\xa4\x5b\xcd\xa4\x16\x44\xf5\x02\x5d\xbc\x79\x2c\x85\xb3\x94\x6d\x4a\xf2\x5b\xde\xd4\xf5\x9e\x5d\xdd\x2c\x55\x08\x3e\x03\x93\xd7\x70\xc1\x2c\xb9\x13\x00\x27\x8d\xa4\xe3\xf7\xd2\x5b\xd1\x54\x0d\xf3\xa0\x76\xd3\x3b\x42\x92\x57\x88\xbd\x2f\xba\x6a\x63\xd8\xcb\x85\x93\xfa\x03\x7e\x35\xa6\x88\xcf\x3a\x2f\xae\x54\xdf\xe0\x4c\x37\x36\xb9\x32\x50\x77\x93\x15\x30\xaf\xc7\xab\x7c\xfd\xea\x00\x00\x62\x73\x2f\xbb\xf6\x78\xbd\xb8\xd4\xdf\x57\x91\x76\x9f\xda\x2b\x06\xa3\xa5\x4c\x27\xb6\xcf\xcc\xc0\x14\xfe\x61\xe1\xb3\x19\xc0\xd7\x2b\x48\x46\x76\xcb\x4d\x64\x8e\x56\x50\xca\x69\x30\x99\x42\x48\xe1\xe2\x9e\x33\xd9\x86\xa7\xbe\xb3\xc0\xf5\xf6\x82\xa0\x46\x7e\xb5\x51\xb1\xa7\xd7\x00\x94\x8c\x5b\x1f\x53\x3e\xd5\x67\x80\xc0\x82\xbf\xad\x9f\xc6\x47\x55\x0c\xb3\x44\x88\xa2\x2f\xcc\xe5\xcd\x0f\xaa\xe3\xda\x42\x0c\xaa\x1b\x24\xc4\xea\x86\x3e\x1a\x38\xd9\x3e\x2a\x3c\x6b\xb6\x87\x6a\x61\xbd\x36\x21\x2f\x88\x5e\x71\x47\xd0\x77\x1d\xfe\x8a\x52\xe0\x03\x94\xca\x41\xd9\x1b\x97\xac\x0a\xb7\x54\x72\x9a\xca\xc7\xdb\x42\x75\x01\xbc\x81\xf2\x9a\x62\x40\x61\x5b\xb7\xab\xa9\x5d\xfc\x57\x65\x77\xab\x00\x41\xea\x87\x0b\x27\x33\x37\x47\x72\x85\xed\xda\xaf\x2c\xf4\x16\xaf\xc8\xde\x45\xb5\x34\x51\x96\x0f\xc5\x82\x52\xa1\x72\xdb\x54\xd4\x51\xb4\xa9\x5b\xc4\x47\xda\xb4\x43\x1a\x6a\x06\x24\x02\x0a\x72\x11\x35\x25\xb0\xe7\x71\x11\xa0\xfa\x33\x45\x1d\xff\x98\x21\x0f\x1c\x93\x1d\x48\xb6\x94\xb5\xe0\x76\xd6\x1b\x62\xd2\x05\xe4\xc3\x80\x5f\x41\x90\x9a\x83\x60\x7f\x87\xc2\xce\x53\xa5\x5b\x3c\x22\xe6\x7d\x8b\x9c\xfe\x16\x99\x09\x48\xb3\xe1\x47\x28\x0b\x95\x42\x96\xd9\x94\x15\xb6\x90\xb9\xc6\xc5\x12\x18\x40\x66\x20\xc4\x60\xb6\x03\x67\x28\x56\x25\xc5\xce\xf5\xf3\xef\xf5\xf8\x45\xfa\xb3\x39\xcf\x36\x4e\xbf\x36\xe3\xa7\xf4\x02\xef\xe4\x1a\x05\xd7\x1d\xc0\x00\x34\xf4\xe9\x54\xd6\xac\x22\xe9\x6c\x15\x29\x38\xab\x73\xee\xf8\x70\x85\x70\xd6\xfa\xf8\xab\xd7\x89\xdc\xe4\x49\xc6\x45\x4d\xc3\x53\x00\x00\xb9\xf3\xa2\x6d\xff\xa4\x80\xe8\x34\xec\xa6\xc6\xe1\x95\x2c\xd5\x38\x9c\xe5\xaf\xce\x36\xd7\xbd\xbc\x3c\x7c\x49\xe6\x7a\x05\x82\x6d\xf9\x17\x4a\xb8\xe3\xea\x0f\x0f\x65\x4f\x98\xe1\x8f\x6b\x54\xeb\xad\x54\xf5\x8a\x19\x14\x1b\xc3\x70\x13\x76\x3e\x29\x92\xea\xc4\x9c\xef\xdf\x96\xab\x6e\xe3\xdc\x0c\xe2\xfc\xb9\x89\xe5\x0e\x6b\x36\x68\xd1\xb9\x09\xe4\x65\xb9\x4a\x2e\x57\x7d\xfa\x6d\xb9\xea\x7f\x42\xa2\xe7\x58\xc6\x29\x97\x0e\x9b\x40\xdd\xae\xfd\xa7\xeb\xf8\xe3\x22\x94\x66\xcb\xfc\xe9\x52\x41\x18\xe1\xca\xa5\xa7\xab\x95\x4b\xff\xa2\x44\x3c\x16\xe5\xe3\x90\x5f\x94\x9a\xdc\x63\x51\x3e\x3a\xb4\x28\x33\x69\x9f\x2f\x8a\x2f\xa6\xb4\x28\xd1\x6f\x17\xa5\x5d\xc6\xab\x96\x61\x52\x93\x1b\xe5\xc8\x68\x12\xfa\x5c\x48\x73\x50\xaa\x77\x49\xc9\x30\x96\xb0\xa6\xfd\x65\xfd\x44\xaa\x21\x8f\x95\x4d\x62\x64\x02\xac\x6c\xeb\x3f\x5d\xd9\x39\xd8\xf1\x70\x56\x67\xd7\x75\xdd\xc5\x03\x9b\x90\x63\xc3\xf0\x02\x32\xe8\xaa\x59\x52\xaa\xee\x87\x67\x97\x3e\x8d\x84\x39\xb3\x7e\xba\x2b\xe8\xd0\xce\x43\x46\xd9\xa2\x0c\x52\x73\xd6\xcd\x59\x22\xdf\x4a\xc0\x78\x1f\x5c\xd4\xc8\xfb\x67\x7b\xc5\x16\xca\x5e\x8c\xcf\x1a\xa8\x9f\xd8\x14\x43\xfe\x2c\x23\x0c\x5d\xce\x93\x72\x84\xed\xfe\xab\x97\x99\x42\xbd\x6c\x9e\xb9\x35\x57\xd8\xbf\xb6\x21\x47\x7d\x54\xf2\xdb\xb4\x21\xcb\x0b\xf6\xe2\x4d\x96\x7a\x9f\xb6\xa4\x75\x49\x3c\x9a\xb4\x4f\x6b\xea\x03\xe6\x75\xc0\x15\x7c\x84\x0c\x91\x05\x97\x5b\x0b\xb5\xc1\xd8\x93\x99\x0b\x61\x49\x7d\xd8\x70\x54\xf8\x87\xc4\xec\xe8\x0b\xe3\x73\x9f\x06\x72\x6a\x71\xd6\x25\xaf\x60\x02\x68\x78\x8f\x0c\x5c\x32\x51\x4d\x25\x95\x6d\xf8\x34\x75\x9f\x8d\x35\xc2\x5e\x5e\x3b\x0a\xa1\xd4\x82\x84\xe8\x02\xa9\x5c\x1b\x05\xc4\x05\x7c\x35\x29\x9c\xf4\x1d\xf9\x8a\x3e\xbb\x4a\xd4\xa5\x0d\x8e\x90\x57\xde\x2b\xe9\x4d\x90\x36\xad\x24\x83\xe7\x2e\xf3\x1e\xe2\x76\xc6\x7e\xd9\x2a\x2a\x22\x7d\x94\x90\x01\x09\xc1\x07\x40\x2c\x36\xf0\x6b\x48\x7e\x82\x65\x99\x3e\x0b\x1b\xb9\xf6\x0d\x95\x53\x38\x81\xec\xd4\x46\x46\x25\x41\x1e\x59\x13\x78\xf1\x9d\xd8\x2c\xfa\xc2\x7e\x02\x9c\xbd\x03\xf3\x3a\xdb\x37\xcd\xe2\x87\xfa\x0c\x65\x1b\x56\x6f\x52\x10\xec\x2e\xac\x90\x75\x25\x6c\xad\xb2\x0b\xaf\x41\xb6\x35\x60\xa2\xd9\xe7\x09\xe7\x42\xb8\x21\x14\x1c\x0a\xf6\x56\xac\xe9\xc2\x6a\x4c\x0e\x11\x71\xab\x85\x10\xb1\x50\x9d\x05\xf5\x6d\xa9\x8a\x73\x25\xc4\xd8\xcc\x9e\xeb\x09\x05\x48\x34\x8f\x8b\x74\x55\x1b\x14\x3c\xd0\x8f\xf7\x9c\xbf\x9d\x5a\x04\xb5\x68\xe2\xa0\x62\xbb\xd3\xa0\x90\x77\x23\x27\x02\x65\xbd\xb2\x19\x89\x6f\xd5\xa7\x32\xe0\xb9\x5e\xb5\x5b\x12\xbd\x6a\x4b\x21\xb6\xaa\x12\x51\xaf\x22\x4a\xfc\x68\xab\xfc\x63\x62\x69\x14\x17\x52\xa8\x67\xf8\x3a\xfb\x67\x5d\x5b\xc2\x39\x0d\x40\x21\x74\xad\x2c\x85\x83\x12\xe6\x3e\x40\xf6\xdd\x31\x65\x94\xd9\xd1\x43\x31\xad\x07\x8b\x6a\x82\xa4\xc0\x3b\xaf\x14\x47\x51\xe1\x77\xd6\xb9\x65\x6a\xac\xc5\x41\xad\xd5\x6d\xba\xb3\x54\x4d\xce\xb8\xb0\xdf\xec\x89\x8c\x33\x53\xaa\x41\xea\x2c\x56\xb9\x07\x97\xf0\x81\xea\x5b\x48\xc3\x3a\x65\xcf\x57\xd4\xe5\xab\x5a\x75\x64\x8a\x95\xc6\x32\x5b\xc3\xf3\x87\x26\x6a\xc1\x65\xa9\x3a\x65\x2e\xb1\xc5\x5d\x4a\x1a\x3b\xa0\x30\xde\x0e\x44\xd0\x99\x20\x0d\xbf\x9c\x76\xa3\x2d\x09\x89\x43\x6f\xa4\xd5\x96\x37\x92\x9e\xd0\x06\x72\x2a\x9c\x1d\x92\x0e\xe2\x8f\x7c\x17\xf6\x67\x1d\xd2\xcf\xed\xa5\x70\x02\x12\x82\xdd\x16\xec\xce\x7b\x4e\x19\xc0\x2c\xcf\x65\x71\x67\x68\x0a\x9b\x1f\x8b\xfa\xc5\x63\x21\xa7\xf9\x2b\x05\x99\x7e\x99\x04\x9e\x6a\x5e\xac\xea\x5e\xa6\x83\x3f\xc9\xef\x06\x5f\xdb\xa7\xa3\x5d\x4b\xe1\x6c\x68\xd9\xad\x26\x80\xfa\x13\x58\x53\x82\x4f\xa5\x51\xaa\xb4\x98\x8c\xa2\xb0\x15\xbb\x9e\xa4\x8a\x6c\x31\x7b\xd9\x78\xf5\xb7\xd5\x16\xbf\x1e\xc8\x26\xdd\xe3\xad\x87\xbd\x8c\x4c\x18\xaa\x50\xf3\x92\x19\xa3\x80\x97\xe8\x1f\x40\x18\xda\x0d\x2a\xe3\xf8\x1e\xc4\x77\x29\x5d\xb2\xd7\xc0\xab\x98\xc5\xf9\xa9\xed\xf1\x8b\xf3\x4f\x70\x79\x16\xb5\xe9\xa6\x49\x8a\xc4\xb3\xe1\x2b\x7b\x2f\xb1\xe9\x81\xf7\x0e\xfd\xb6\x60\xf8\xd0\x25\x3d\xae\x3a\xaa\x8d\x04\x4d\x2f\xd8\x70\xfe\x3c\xc1\x72\xb9\xab\x01\x34\x48\x45\xb1\x2a\x96\xb8\x11\x07\x0a\xac\x30\xd9\x40\x5f\x5e\x52\xb0\xc0\x43\xa7\x40\x8f\x99\x0d\xfb\xec\x72\x5a\x96\x46\xdd\x54\x42\x03\x0f\x36\x60\xee\x0e\x91\x22\x61\xae\x76\x6c\xfe\x86\x5d\xd7\x0c\x61\xb4\x1e\xe3\x1b\x0a\x38\xf9\x88\x83\x33\x51\xc2\xa7\x87\xe8\x01\x33\x20\x94\xc2\x92\x91\x73\xed\x59\xc2\x10\x65\x54\x5c\x0a\xed\xe4\x11\x37\x09\xcc\x56\x2f\x60\x04\xc9\x3b\xf6\xb8\xb3\x19\x70\x52\x15\x1a\xda\x49\x0a\xe6\x18\x70\xfe\xe4\xd3\xae\xcc\xbc\x4a\xef\x56\x60\x12\xe0\x46\x0a\x23\xac\xde\xa6\x73\x4c\x0e\x95\x99\x51\xac\x4b\xe1\x94\x60\x70\x39\xa1\x84\xc9\x0f\x36\x3e\xd5\x1a\xe1\x46\x8f\x2d\x17\x92\xd8\xac\x89\x56\x0b\x66\xb2\xe1\xeb\x52\xf8\x2d\x98\x5d\x26\xef\xc9\x45\x4b\xa8\x57\xac\xf8\x23\xea\xd1\x70\x75\x1c\xf1\x58\xa2\xf8\x2b\x25\x0a\x88\xc3\xf2\x3b\x47\xde\x3d\x5a\xb3\x35\x5f\x35\x7f\xa3\xc4\x83\xfb\xe9\x3b\xb1\x2c\x38\xf1\x92\x8e\x81\xa8\xfa\x6c\xe1\xfd\xba\x6b\xb7\x1d\x68\xb0\x31\xc0\xdd\x5c\x81\x2c\x83\xcb\x97\xcd\x9b\x38\xb7\x95\x26\x9b\xb1\x08\xcd\xcd\xe1\x50\x3d\xda\x67\xde\x8e\x83\x04\x2e\xde\xac\xf7\x2b\x1f\x26\xde\xfe\xbb\x29\xee\x2c\xa6\x10\x73\xc9\x33\x69\x6f\xda\x08\x17\x22\x6a\x2f\xa8\x12\xc5\x4d\x36\xb7\xab\x06\xf4\xa8\xcd\xf2\x4e\xb3\x39\x07\xa9\x6c\x28\x65\x92\x74\x78\xd5\x44\xb1\x46\xcd\xe5\x35\xa5\x18\x08\x44\x76\xdb\x93\x85\x7b\x41\x9b\xb8\x73\xeb\x26\x45\x5d\xfa\x33\xe0\xd4\xde\x8b\xe2\x56\x0a\xe7\x05\x69\x64\x0a\xb9\x0a\x16\xbb\x11\x05\xa2\x17\x41\xf0\xd5\xdd\x17\xf6\x3b\x28\x96\x95\x80\x5b\x2c\x79\x80\x61\xdd\xc0\x46\xc4\x58\x32\x1f\xd1\xdd\xe0\xa4\x24\xfe\xa9\x5f\x4c\x02\x97\x35\xdf\x84\xc7\xbe\x85\xf4\x33\x7f\xb5\x72\xcf\x28\xe3\xae\xc2\xdf\x51\x2b\xc9\x2d\xc1\xc5\xaa\x7f\x34\x36\xdd\x1d\xc2\xfd\x9c\x8a\x16\xb0\xa3\x9b\x40\x96\x47\x45\x4b\x34\x6f\xc4\x16\x52\x20\xd5\x78\xd7\x7f\x77\x52\xa8\x2e\x99\x24\xf8\x45\x53\x12\x08\x6b\x72\x46\x9d\xac\x62\xb3\x07\xb2\x80\xee\x0c\x3a\x0c\x13\x49\x9c\xfa\x84\xec\x6c\xd4\xa4\x23\x27\xa8\x7a\xcd\x71\x43\x0a\x22\xbb\xa9\xca\xe2\x58\x09\xa7\xa5\x70\x26\x73\x62\xc7\x11\xd5\x96\x66\x4f\xc5\xa6\xa4\x40\x80\x01\x69\xa6\xb4\xd8\x6d\x49\xa9\x03\x64\xa0\x04\x47\x99\x83\xc2\xf8\x41\x07\x72\x5b\xab\x6c\x71\x95\x96\xd4\xf9\x39\x71\x52\xb1\xc4\x16\x69\x84\x43\x02\x11\x83\xc4\xe1\x5e\xab\x7e\xf6\xf6\x09\xe9\x70\xf6\x7e\xcf\x2c\x00\x00\xbe\xbd\x15\xb3\xa5\x4d\x93\x48\x0f\xf2\xe0\x9d\x71\x1b\xfe\x5a\xee\x83\xb7\xd9\x91\x76\xe7\xd7\x22\xce\xdb\xcd\x76\xea\xa2\x01\x59\x6a\xc2\xb8\xdf\x7b\x34\xec\xac\x01\x56\xea\x9e\xe6\x5d\x00\x12\x85\x2c\x4c\xf3\x0d\x14\x3c\xf2\xa9\xef\x6a\x4b\x61\x91\x1c\xdc\x8f\x01\xac\x98\xb0\xcc\xd3\x67\x11\xc6\x7b\x93\x13\x2c\x28\xfb\x82\xb1\x1f\x2b\x6e\x31\xad\xf7\x45\xc4\x25\x3b\x96\x79\x16\x94\xe4\x9d\x6d\xd9\x03\x8d\xd8\xf7\x4a\xd3\xcd\xcd\x8d\x5b\x71\x33\x1a\x25\x9c\x0d\xe1\xf3\x23\x8e\xcf\x5e\x0c\x2f\x25\x19\xbd\x7f\xe7\x4e\x8e\x36\x90\x7c\x44\x46\x4b\x55\x43\x05\x23\x7d\xe5\xa1\x1e\x51\x47\x81\x2f\x00\x93\x97\x1d\x9e\xe0\x7d\x99\x01\x4c\x68\x31\x26\xf8\x89\x5f\x73\x60\xfe\xf6\x80\xef\xb7\x84\x92\xc9\x15\x10\xdb\x04\x27\xe7\x74\x90\x73\x1e\x3b\x49\xfa\xae\xb0\x76\x4e\x4e\x68\xeb\x40\x5e\x5d\xb4\x19\x2f\xad\xed\x26\x07\x4d\xcd\x24\x76\x96\x77\x57\x4c\x70\x80\x6d\x0e\x3c\xe9\x71\x15\x7a\x44\x8b\x10\x45\xd5\x33\xc7\x07\x77\xf6\xa4\xd5\xd4\x25\x7c\x38\xf0\xd6\x2c\xb1\xa8\x8b\xca\xcd\xf9\x6b\x4c\x2d\x46\xfe\xe1\x35\xde\xe9\xc4\x91\x3c\x84\x1e\x5a\xa0\x09\xc6\x26\x6a\x97\x6f\xae\xdc\xa7\x6f\x19\x08\xbb\x63\x06\xf0\xf5\x70\xcb\x7b\x5f\x8b\xc4\x16\x90\xc6\xfc\x8a\x7b\x4d\x24\x46\x6c\xd3\x48\x53\xa1\xe6\x0a\xa1\x16\xbc\x67\x9b\x4a\x2b\x5c\xd7\x9e\x62\x2b\x5f\x95\xf5\xac\x05\x08\x41\xe3\x7c\xab\x2c\xa0\xa5\x5e\x2c\x12\x63\xde\x5e\xee\x2b\x1a\x28\x12\x5d\x7c\x30\xc0\xb0\xdb\x6e\x00\xe2\xa7\xc5\xb7\x1e\x2e\xa7\xfc\x8b\xd0\xcb\xc9\xcd\xf6\xfa\x81\xfa\xdc\x78\x4e\x57\xf6\x29\xa5\xa0\x74\x58\x19\x2b\xef\x08\xea\x7e\xe0\xda\x07\x67\x94\xd4\xcc\x51\xd2\x30\xc8\x5c\x89\x8e\x7e\xa8\x2d\x29\x6e\xb8\x27\xc4\xb0\x43\xc7\xcb\x7c\xd4\x92\xe0\x98\xd6\x3e\x50\x2c\x16\x28\xa2\x94\x2d\x79\x21\xdc\x6f\xb1\xf3\xc6\x20\xa4\xf7\x38\x7a\x07\x8e\xe5\x26\x34\x34\x30\x3c\x4c\x4a\x2d\x03\x5f\xb5\xaa\xa8\x7f\x58\x25\x09\xd6\x65\xa3\x87\xbd\xbb\xa4\x9d\x49\xa4\x13\x88\x5d\x8b\x61\x53\x0a\x80\x41\x8c\x98\xab\x5e\x27\x76\xad\x80\xe3\x2c\x80\x24\xee\x74\xa8\x6e\xa9\x8a\x14\xc7\x4c\x6f\x80\x07\x1e\x51\x1c\xd0\x2f\xc6\x5c\x43\xf6\x8e\x7a\x2e\x71\x4c\xe7\x9c\x53\xb3\x01\x43\xee\xd4\x5e\x50\x3f\xbc\x03\x68\xf8\x71\x13\x4d\x87\x55\xa0\xb5\xec\xe5\x15\x0a\x41\xa1\xa1\x80\xfb\xae\xbe\xe4\x5a\x89\x0d\xce\x93\x0e\x52\xd2\x98\xc0\xc7\xd6\x36\x52\xf3\x77\x93\x98\xb4\x0f\x87\xb4\xaf\x59\xbd\x13\xa5\x13\xe4\x0a\xf2\xb0\xaa\x57\xcd\x80\x44\xaf\xb9\xa1\xae\x10\x59\xb0\x27\xa8\x34\xc0\x47\x67\xdd\xd6\x43\xec\xde\x16\xeb\x86\xb0\x27\xc4\x88\xe6\x7c\x2e\x8e\x92\xe8\x7a\x4f\x88\x51\x0b\x0d\xb8\x4b\x3f\xc9\x75\x37\x76\x1c\x4b\x74\xdc\x67\x16\x09\xfb\x70\x82\x7f\xbc\x68\x0a\x83\xbc\x7a\xf7\x73\x3d\xef\x5d\x97\xe1\xd7\xab\x64\xee\xd7\x2f\xfe\xc5\x7d\x7a\x27\x5c\x4e\x19\x6f\x60\x40\xe8\x00\x77\x92\xba\x45\x53\x8d\x0a\x97\x5e\xa1\x90\x5f\x27\x04\xcb\x10\x03\xfa\xdc\x41\xed\x72\x62\xd2\xd5\xd5\xdd\xf7\x24\x27\x5e\x61\x6d\x0f\x27\x4e\xee\xda\xe7\xb4\xcf\x87\xb4\xeb\xb6\x78\xf4\xf5\xc6\x1f\x51\xae\x4f\xd7\xe6\xc0\x64\x7d\x4f\xe1\xa7\x6d\x37\x64\x41\x15\x7d\x51\x31\x9f\xb4\xd6\xa0\x08\x27\x80\x1c\x79\xd3\xee\x4c\x36\x1b\xdf\x09\x22\x15\x90\x10\xc0\xfa\x0a\x9f\xbc\xd8\x15\x09\x49\x03\xd5\xbb\x01\x7f\x34\x01\x2d\xa8\x3d\xa6\xb2\x86\x22\xcf\x81\x43\x95\xab\x49\xfc\xbc\x1d\x51\x70\xf1\x8c\x82\xc5\x08\x88\xa9\x22\xb1\x19\xf6\xc8\xf6\xc5\x66\xc0\xd4\xc5\x2c\xa2\x72\xd5\x65\x7c\xbf\x37\x8b\x55\x53\xf8\x1d\x8e\xe9\xea\xfd\x27\xa2\xc8\x3c\x00\x2d\xad\xcd\xb0\xce\x0b\x1f\x26\xb3\xc7\xab\xa2\xc8\x1c\x45\x1d\xdd\x25\x17\x32\x98\x03\xec\xbd\x0f\x37\x7b\xad\x61\xa6\xdd\xe5\x51\xab\x0a\xfb\x70\x17\x4c\xd8\x40\x61\xfa\xa7\x73\x69\xa5\xc1\xd9\x00\x53\x36\x9e\x54\xc9\xbc\xd8\xdf\xc0\xb8\xfb\xdd\x20\x67\x38\x93\x5f\xc5\x15\xdd\x19\x9a\xc9\xbe\x56\x73\x2c\x9c\x99\x7e\xed\xcf\xa2\x0b\x26\x2c\x28\x9b\x67\xa4\x2f\x25\x89\xe2\x37\x54\x90\x27\x0e\x5b\x20\x47\x05\x81\x71\xf4\xc3\x79\x4e\xa8\xe0\xae\x99\x9f\x67\x35\x81\xe4\xb0\xa3\xa3\xe7\xe7\xa8\x9c\xee\x47\x0d\x64\x0a\x11\x3c\x60\x8f\xc0\xf0\x1f\x86\x2b\x52\x36\x7a\x71\x48\x04\xcd\xc3\x91\x26\xda\x88\x6a\x68\x17\xf4\xb2\xc8\xa5\x21\xd4\xac\x5b\x7b\x49\x9e\xb8\x78\xa3\x96\x07\xc6\xa4\x7e\xa9\x96\x3c\x71\x04\x15\xce\x5f\x79\xaa\x48\x9d\x01\xa1\x9c\xf2\x1a\xb2\x8d\xc5\x83\x0d\xc2\xc9\x88\x2a\x51\x0f\xf8\x9b\x8f\x49\x04\x16\x97\xe9\xc9\xa8\x6c\x4e\x8a\x08\xd8\x6e\x72\x21\x46\xa4\x26\x40\xa7\x0a\xfb\xf1\x99\xc9\x24\xc8\xa7\x98\x3e\x5f\x5f\x55\x66\x74\x7f\x58\x47\x64\xeb\xfc\xab\x75\xb4\xcf\xd7\x11\x6c\x26\xd9\x4e\x73\xef\x72\x19\xa7\x24\xa4\xf6\x99\x06\x68\x51\x40\x2b\x86\x87\xd7\xef\xa7\x13\x55\xe3\x3b\x6a\x17\x72\x16\x53\xcb\xcd\x2b\xc1\x79\x72\xa2\xbf\xb7\x19\x57\xb4\xb3\x47\x04\x0f\x7a\x77\x7e\x55\xf4\xea\x90\xb2\x3e\x60\x12\xec\xc0\xa1\xf0\xf5\xd7\x34\xf5\x1b\x29\xe2\x76\x0b\x39\xef\xde\xb2\x75\x36\xaf\x33\x4a\x3e\x39\x21\xe9\x7b\xca\xa9\x3b\x95\x36\xf2\xa4\x8e\x64\x27\x56\x37\xd8\xc5\xf0\xac\xf7\xd2\xd4\xf5\x96\xfc\x91\xd1\xd1\x17\x66\xc9\x28\xae\x0c\xf2\xd2\x41\xfe\xe6\xed\xe4\x4c\x29\x30\x79\xa9\x3a\x4c\xc6\xf2\xcc\x3c\x94\xfc\xcc\xd7\x7d\xa6\x85\x2e\xe4\x4d\x0d\xff\x07\x64\xae\xd6\x37\xc4\xe6\xbb\x6d\xa9\x07\x5f\x4f\xe5\x31\xea\xe2\x54\xfe\xa7\xe4\xa6\xf1\x1f\x0a\x5d\x8c\xd9\xe8\x1e\xab\x94\x5e\x3c\xdc\x54\x7e\x43\x0e\xca\x94\xe4\xaf\x22\xa3\x72\x49\x07\x7e\x20\x6d\xb9\x51\x3a\x53\x7d\x61\xbc\x40\xda\x5a\x29\xa1\xfa\x73\x64\xb2\xfa\x25\x8a\xe0\xec\xde\x27\xa2\x55\x4f\x88\xf7\x2d\x57\xf8\xad\x53\x08\xb2\x02\xc2\xae\xdb\xa8\x13\xb6\xd9\x54\x4e\x61\xd5\x5c\xa6\x41\xf3\xf6\x4b\x56\x9a\x77\xc3\x52\x3d\x85\x86\xeb\x2b\x3b\x39\x0e\x8c\x74\x05\x6d\xb8\x16\xd3\xc2\x2b\x87\x99\x71\x85\xc2\x24\x06\xdf\xd3\x28\x5b\x60\x15\x9b\x48\x88\xbd\x42\x92\xa0\x58\x7e\x7d\xca\x3b\x43\xd8\x2f\x5a\xc2\x98\xc1\xe9\x73\xc4\x0e\x24\x1a\xdd\x53\x90\x34\x1c\x21\x46\xf4\xf1\xad\x48\xe0\xd4\x08\x69\x21\x98\x72\x42\x10\x12\xee\xa9\xc6\x9e\xc2\x1a\x19\x01\xdd\x0a\x7f\x67\xfa\xa4\xdf\x71\xe4\x9f\x20\x2d\x1b\xfc\xd9\x4c\xf5\xb8\x06\xbd\x58\x31\x4a\x32\x7a\xe1\x6e\x98\x24\xf1\x98\xda\xc8\xd9\x71\xb0\xdf\x2a\x88\xd1\x4f\x46\x55\x58\x43\x2d\x04\x5d\x4a\x8a\xad\x9b\x42\x3d\xc0\xc8\xc6\x16\x10\x6e\xda\x8e\x25\xd9\xb1\xd9\x3c\xdf\xa1\xde\xa9\x9a\x9a\xe0\xf9\x7e\x72\x5b\xab\xcd\x79\x64\x47\x29\xac\x12\xed\x82\x21\x2a\xdc\x6c\x29\x5e\xad\x61\xa0\xe8\x4c\xdd\xa0\x23\xbb\x34\xaa\x80\x19\xdd\xc3\x5e\x4f\xd1\xa3\xea\x40\xba\xa0\x55\x40\x7a\x13\xca\x91\x94\x10\xe3\x69\x17\xf0\xdf\xaa\xcc\x0d\xbc\xc8\xc1\x82\xa8\xc8\xac\xa3\x8e\x8d\x96\xc6\xe7\xa6\x16\xc7\x4b\x58\xa5\x2e\x05\xc5\x9a\x1d\x13\x12\x61\xe1\xc8\xeb\xa4\x25\xc2\x0e\x92\xeb\x7a\x6d\x78\x96\x2c\xfd\xdd\x13\x37\x6d\x43\xd3\x25\xbb\x63\x66\x1c\x90\x2c\x2d\x40\x1a\xa7\x54\x32\x03\x10\x6e\x1b\xd9\x5e\xa5\x72\xb5\xf1\xae\x5f\xfb\x5c\xda\x52\xd5\xa5\xbe\x7e\xeb\x49\x5e\x79\x2b\xaa\x42\x2f\x6a\x88\x2e\x5c\x76\x6e\xf5\xb6\xef\xd3\x2b\xf3\xa6\xa5\x55\x87\xf6\x40\x2f\xec\xb0\x9b\x9e\xcc\xd4\x26\xa7\xfc\x95\x17\x60\x16\x87\xf6\x6d\x5e\xd5\xa2\x5e\xa2\x7e\x04\x6d\xd9\xad\x5c\x2c\x39\xc9\xa6\x9a\x2b\xa6\xbf\x85\x9a\x3f\x88\xb2\x8b\xaa\x61\xed\xaa\x69\xde\x08\x3b\x53\x89\xf7\x58\x5c\x5b\x3b\x2d\x58\xf2\xc1\x79\xee\x7a\x23\x95\x90\x2f\x6d\xb7\x81\xf6\x02\x9d\xfc\x78\x9f\x9a\xb8\xed\xd3\xfd\x19\x63\x5c\x2c\xe1\xc7\x6f\xd4\x1c\x90\x81\x79\x95\x11\x24\x87\x42\x85\x2a\xa8\x26\xba\x85\xd4\xa4\x86\x20\x2e\xd4\x86\xcc\xf5\xca\x26\x93\x92\x71\xab\x7f\x58\x1b\x9a\xfe\xd8\x13\xa3\x5d\x3b\x67\xbc\xc8\xa4\x14\x23\x94\x14\xe9\xf2\x67\xad\xa6\x18\x31\x45\x17\x0a\x4e\xb0\x3b\xb0\x05\x42\x8b\x56\xb6\x30\x1f\x05\xba\x53\xad\x92\x44\x33\x24\x84\x11\x35\x53\x11\x90\x2a\xbd\x3d\xfe\x03\x53\x6c\x14\x76\x78\xa3\xbf\x0b\xf1\xd1\x6e\x11\x69\xad\x18\x35\xee\x7c\xd2\x97\x71\x87\xf9\x68\x47\xa6\xd9\x63\x0d\xb9\x5d\xb2\xa7\xbf\x54\xcb\xdf\xae\x22\xb9\xc3\x2f\xef\x13\xe6\x11\xac\x0a\xf4\x20\x11\xae\x3a\xee\xb5\x1e\x24\x40\xfa\xa9\x29\x39\x08\xc1\x99\x6b\x25\x36\xb9\x23\x69\xac\xce\x64\x2d\x38\x22\xe2\xbf\x0a\x5f\x92\xd3\x38\xaa\xcc\xd1\xbd\x00\x6f\xa3\x37\xf7\x85\x15\x5b\x73\xbc\xf4\xe3\xbc\xaf\x5a\xbe\xb9\x05\x9a\xfa\x74\x4b\x4a\xe0\xed\xce\xf9\x57\x83\xaa\x9d\xad\x86\xc5\xc9\x31\xfb\x88\x96\x8c\xaa\x5d\x4e\xe4\x0e\x05\x4c\x8d\xfc\xf2\x21\xbb\x25\x96\x55\x18\x38\x93\x69\x79\x4f\xda\xa5\xe9\xe1\xd2\xee\xff\x1f\x71\x7f\xb6\x9d\xb6\x13\xac\x0f\xc3\x17\x04\x6b\x31\x4f\x87\xdd\x2d\x21\x64\x59\x96\x09\xc6\x18\x9f\xd9\x4e\xc2\x2c\x04\x08\x31\x5c\xfd\xb7\xba\x9e\x6a\x0d\xd8\x4e\xb2\x7f\xff\xbd\xbf\xf7\x24\x0e\x1a\x5a\x3d\x54\x57\xd7\xf8\x94\xb1\x04\xb5\x91\xbf\xf2\x41\x36\xcb\xb8\x2f\x0c\x75\xab\x9f\xd4\xf4\x2f\xfb\x76\x82\x6b\x6a\xa7\xca\x13\xd1\x54\x2d\x8b\xb8\x59\x4b\x35\xf5\xbb\x4d\x65\x98\x4a\x41\xcd\xec\x81\x22\x69\x47\xb8\xa2\xa3\x0e\xb6\xde\xda\x25\xfd\xb0\x16\xcc\x78\x4c\x17\xea\xf8\x5a\x32\x35\x2e\xb9\xdf\x8b\x5e\xea\xbc\x30\xa9\x3e\xe8\x3c\x07\x8a\xeb\xe7\x46\x22\x74\xd7\xf6\xae\xc3\xca\x76\xa7\xa5\x1f\x3c\x6a\x1e\xad\xe7\xec\x08\xd3\x3f\x9b\xf0\x81\xb3\x65\xd1\xda\xab\xb5\x5c\x92\x65\x68\xac\xb7\xd1\x50\x33\xab\xfb\x05\x99\x2c\x68\x62\x63\x89\x5d\x46\xcf\x58\x54\xb5\x64\x23\x85\x99\x83\xc1\x03\x31\xa8\x38\x8d\x00\x61\x31\x61\xb4\xed\x16\x4c\x82\x6c\x36\x21\x57\x94\xb5\x22\x39\x2e\x92\x08\x28\xdf\xb2\x4b\x8d\x18\x09\x44\xbb\x31\x5d\xb9\x47\x02\x1a\x24\x95\xcf\x16\xb2\xc3\xcf\xb2\xa9\x6f\xe9\xc7\xa4\xfb\xbb\xb3\x82\xbd\xf0\x7b\x91\x2d\xb6\x0b\x76\x32\x36\xed\xfc\xa3\x81\x6c\xa9\x00\xae\x2d\x82\x35\x25\xf9\xaa\xc1\x8a\xe5\x57\x52\xd6\xd4\xc3\x11\x1a\x37\x43\xa8\x19\xdb\x17\xf5\xb9\xfd\x9a\x93\xd8\x18\x1e\x5e\xcb\x7c\xf4\x1a\x94\xe5\x9b\xd7\x18\x12\x7d\x47\xcf\x5c\x65\x9d\x24\x58\x71\x7d\xcb\x1e\x0d\x7a\xaa\x9c\xe2\x54\x77\x69\x48\xaa\x23\x93\xb9\x63\x5c\x01\xce\x0f\x7e\x3c\x6f\xee\xb2\x23\xb9\xe6\x02\x9f\x5f\x89\x7c\x64\x24\x30\x4b\x09\x67\xc6\x98\x43\x74\x0b\x8e\x01\xd5\xc0\x0b\x6d\x76\xcd\x99\xe5\xce\xea\xca\xe5\x9f\x6e\xc8\xb3\x5a\x50\x9e\xbf\x57\x7b\x63\x9c\x61\xb2\xa0\xd7\xf8\x68\x4a\xdf\xa2\x00\xa6\x44\x3d\x96\x4d\xa0\x0c\x9b\x87\xe2\x2d\x2b\x3f\xae\x10\x4f\xa5\x33\x43\x9a\xa7\xde\x5d\x47\x3f\x99\x48\x23\xf7\x9d\x96\x39\xb4\x8c\x17\x73\xf5\x2e\x85\x00\x7d\x85\xc7\x7b\xd6\xf6\x53\xb8\xd0\xa5\x9c\x33\xcf\x79\x48\x1d\xa8\xef\xac\xd3\x95\xd2\x8c\x34\xa1\x1a\x88\xae\xf8\x79\x85\x6d\x75\xb1\xea\xc3\x00\xad\xef\x5d\x59\x02\x2f\xa7\x61\x32\x95\xb3\xca\xdb\xdd\xc5\xa4\xb3\xcd\x59\xca\x8d\xc7\x8c\xcd\xdd\xb1\x34\x12\x26\xa5\x76\x1d\x95\xb0\x6b\x0e\x02\x04\x01\x9f\xe5\xaf\x07\xf0\x62\xba\xc2\x12\xd9\xa8\x3c\xb2\xc1\x14\x06\xe4\x12\x9a\x5d\x8a\xd2\xd6\x82\x89\x2e\x88\x4c\xe4\x0d\x46\xe4\xb7\x2a\x69\x54\x93\x6a\xc8\x0b\x38\xf2\xf2\xae\xf0\xcc\x8c\x36\x47\x70\xc1\x81\xf7\xd1\x61\xa9\x92\x07\x3e\xec\xa0\xf0\x5b\xd0\x80\xe0\x33\xda\x5e\x53\x2d\x55\xad\xfb\x2d\x40\xbc\x07\xf3\x09\x32\xb0\x51\x23\x78\xb2\x87\xd2\xe1\x9e\xdc\xfc\x34\xe0\xfb\xee\x6a\x90\x09\xda\x0a\xf6\x14\x77\x41\xcc\x6f\x52\x6a\xe7\x26\x38\x59\xe5\xac\xaf\x54\x02\x83\x7a\x42\xb1\xdb\x3f\x36\x24\x90\x39\x9a\x5f\xf5\x85\x19\xf6\x27\x02\xc8\x96\xfa\x81\x52\xc2\x1f\x4f\x4b\x56\x2a\xf4\x25\x33\xc3\xf9\xa1\xda\x0c\xd4\x70\x96\xb7\x73\xb9\xa3\xe4\x83\x97\xeb\x5c\x15\x5e\x3a\x2f\x2c\xb8\xed\x5d\xce\x41\x15\x3f\xb7\x6d\x72\x98\xed\xe4\xbe\x79\x97\xa3\x97\xd4\x72\x58\x56\xc2\xee\x28\x8a\x8b\xf8\xaa\x0b\xae\x9e\x65\x5a\x32\x2a\xb9\xf3\x63\x35\xc8\x46\x5a\xdb\x59\x7f\xa7\x6c\xcf\x0c\xf7\xa5\xba\xb3\xca\x23\x61\x23\x94\xe6\x3a\xb7\xf2\x8b\xa4\x49\xda\x48\x97\x31\xb4\xe8\x60\xe1\xe4\x97\x6d\x4e\x12\xdd\x38\x5d\x14\x13\x44\xe6\x6a\x36\xf3\x4f\x03\x58\xcb\xf3\x8c\x26\xdc\x3b\x23\x0b\xfe\xb3\x2b\xb1\x34\x37\xe9\xb1\x14\x56\xc4\xe3\x7b\xe0\xc0\x5a\x3d\xfe\xd9\x1e\x98\x16\xb5\x10\x3e\x85\xd3\x2c\xa7\x18\x9a\xf6\x57\x36\x1c\x11\xa8\xc8\x35\xe4\x67\xcd\x65\xfa\x12\x4a\xcd\xa4\x3d\x39\x50\x34\xcc\xba\x8f\x4f\x62\xae\xf2\xaf\x9e\xb3\x70\x0c\x98\x61\x4e\x76\x7e\x8e\x98\x8a\x6b\x83\xef\xe7\x48\x75\xd4\x0a\x9e\xc3\x5c\x9b\x43\xa1\x5e\xf1\xed\xc2\xa7\x02\xa1\xde\x59\x47\xfd\x62\x2a\x5d\xe1\xac\xa5\xf8\x33\xe5\x7a\x94\x23\x79\x43\xb4\x21\x97\xe6\x2e\x01\xa1\x43\xce\x8b\xef\xcd\x97\x28\xe1\x73\x5c\x58\x37\x8c\x4d\xcf\x2b\x31\xb6\x03\x42\xf4\x26\x4c\x22\xde\x25\xc8\x6f\xe9\x13\x63\x91\x3e\x14\x38\x5b\x55\x0a\xef\x3c\xd0\x04\x4a\xfc\xfc\x99\xd9\xdb\x38\xe5\xe7\x9e\xde\xfb\x77\x2e\x47\x22\xb9\x42\x3d\x9a\x85\xd7\x52\xed\x84\xca\xbf\x01\x0f\xc1\x5c\x3f\xd1\x88\x55\x47\x9a\x19\xcd\x13\x8a\x4f\x06\x3d\xfb\xb7\x09\xc3\xea\x20\xb6\x45\xb7\x41\xe7\x5a\xae\x8d\x89\x58\xda\xa1\x42\x84\xd0\xd6\x16\xf6\xed\x39\x74\x06\xff\xf6\x4b\xa8\xed\x7a\x79\x2c\x73\x75\x74\x55\x93\x26\xe8\xeb\xd3\x01\xf2\x89\xef\x9c\x6a\x7e\x7a\x74\xbb\x47\xfa\xc8\x47\x5c\x68\x79\x88\x96\x03\x33\xe3\xea\x6a\x99\xe6\xb7\x14\x9d\xea\x6f\x27\xe6\x39\x52\x90\x7e\x96\x73\x21\x18\xfa\x53\x89\xb1\x69\x94\x08\x7b\x22\xa8\x5b\x39\x47\x7e\x73\x92\x75\x5f\xb5\xd2\x9e\x97\xb0\xa5\x8c\xd3\xbf\x10\xed\x73\x79\xa4\x13\x89\x7d\x22\x17\xb6\xeb\xd1\x89\xa4\x5e\xcb\xb9\xa0\x55\xda\x76\x4c\x80\x5b\x9c\x4e\x1c\x85\xca\x3d\xa9\xd8\x5f\xdd\x9b\xa1\x92\x8d\x45\x7c\xcc\x98\xf6\xfe\x30\x95\xf7\x6e\x61\x5b\xce\x17\xd6\x2d\xeb\x68\xe7\x4f\x8b\x5c\x8f\xdc\x2c\x9e\xd6\x0c\xd8\x7c\xef\x8b\x1e\x1a\x04\xb7\x2e\x97\x12\x3b\xbc\xff\xb5\xd1\x42\x23\xb7\x9f\xa0\x67\xd5\xd9\x3a\xcc\xc1\xae\xce\x24\x9f\xaa\xc7\x13\xac\xac\xf4\x1b\x75\x65\xa8\x6c\x09\xc0\xc3\x49\x8f\xf6\xe7\xe0\x74\x63\x3f\x4f\x44\xc1\x99\x0b\xe0\x20\x7e\x4f\x34\xa4\x7e\xcc\x17\xee\x43\x39\x10\x03\xae\x94\xb1\xa5\x79\x1b\x02\x34\x88\x11\x4f\x47\x86\xcd\xac\xa9\xb6\x6e\xa4\xcc\x68\x30\xe9\xc2\x3c\xaa\xc5\x9b\x6a\xc4\xf1\xe0\x38\xe5\x87\xdd\x65\x8e\x21\xf4\xf8\xc7\x09\x59\xaf\x88\xf6\x37\x1f\xd1\x6f\x52\x4d\x3b\xbc\x69\x1e\x82\xd0\x4f\x27\xb6\xaa\x39\xeb\x6d\xee\x80\x1e\x66\x67\xb3\x7a\xf1\xd9\x02\x99\xf2\x8a\xea\xee\x8f\xbc\xc2\x4e\x03\x18\x8b\x04\x51\xc2\x6c\xa7\x7b\xfd\xab\x85\x5e\x2b\xb3\x26\x64\xd1\x2c\x36\xc3\x44\x70\xdb\xcc\xe7\xc5\xf5\x75\x43\x4c\x09\xdf\x72\x1a\x5e\xba\xf9\xe5\x4e\x2b\x59\x76\x4b\xe5\x9c\xcf\xa9\x10\xcb\x0f\x9d\x6c\x60\x10\xe8\x0e\xfc\xcc\x8e\xf2\xa9\x58\xaa\xbd\x75\x6c\x6b\xf6\xbb\x51\x9f\x39\x95\x29\xdb\xae\xaf\xfc\x4e\x63\x08\xa1\xed\x03\xdc\xf2\xdd\x5c\x2d\x75\xfc\x14\xb3\x7e\x2d\x2b\x9d\x6f\xe4\x60\xde\x7b\x0b\x45\xea\x42\xba\x22\xdd\xdb\x15\x51\x64\xc5\x5b\xa8\x94\x67\xe3\xa3\x7e\x8f\xb9\x8c\x21\x54\xd5\xc3\x9b\xb0\x08\x21\x76\x64\x0b\xc5\x9d\xd4\xa5\xa9\xa0\xf4\x88\x18\x97\xe0\x51\x39\x4a\x41\x55\x9e\xc8\x4d\xbb\x94\x2e\x79\x14\xb9\xec\xfb\x77\xe2\x9d\x2b\xec\x1f\x88\x78\x52\x96\x99\xbf\x12\x9d\x23\xea\xfe\x66\xb0\xae\x70\xde\xfd\x3f\xcc\xc9\x4c\xcb\x4b\xee\xd3\xfc\x76\xa3\xa8\xdb\xb7\x1c\x61\xff\xd6\x2f\x35\x0d\xf5\x9a\xc8\x82\xa1\x68\xc9\x44\x6e\x68\xd9\xba\xf2\x17\xe5\x38\x3d\x57\x1a\x5a\x8d\x57\x8f\xcd\x1e\x57\x59\x2b\x21\x47\x90\x61\xe9\x15\xb0\x12\xd3\x48\xba\x3d\x76\x4b\x97\xa4\x85\x96\xb5\x40\xf4\xd7\x47\xa3\xe9\x7f\x7e\xab\xd9\xe0\xb8\xd4\xce\xe7\xbb\xaa\x66\x77\xf9\xf8\xae\x7c\xf5\x6e\xe1\x8b\x81\x28\xa9\xbd\xfe\xe2\x55\xf9\x17\xea\x7e\x9a\xc9\x30\x11\xae\x00\xf4\xae\x27\x48\x91\x77\x45\x63\x60\xfe\x38\x00\xfb\x52\x7d\xd6\x98\x78\xe7\x21\x6e\xf0\x86\x47\xa2\xe2\x50\xba\x99\x5e\x73\x3e\xfe\x08\x05\x64\x11\xd2\x12\x08\x4d\x85\x9e\xa1\x42\xdd\x43\xd3\xfa\x67\x86\x3e\x11\x3d\x19\x32\xb0\xf6\x51\xf5\xcf\x54\x41\x52\x1c\x64\x79\x71\x55\x42\x2c\xae\xea\xb8\x48\xeb\x93\x09\xef\xa8\x60\x44\x1e\x09\x21\xce\xb0\x39\x23\xe0\x08\x19\x0f\x6d\x94\xcd\x41\xd6\x29\xe5\x67\xa1\xac\x59\xdd\xc4\x9c\x95\x53\xef\xb5\x7b\x22\x55\x24\xb8\x4e\xd9\xbf\xe9\x51\xe0\x05\x2e\x9e\xe9\x84\xf5\xb3\x5f\xec\x4a\x50\x2d\x36\xdb\xf4\xd8\x2a\xb8\x2e\x91\x65\x6d\x9f\xf3\xae\xee\x2b\x9f\x21\x0c\x6f\x3e\xc5\x62\xa6\x02\xf3\x75\x0b\x9f\xf1\x76\xf4\x3e\xea\x4b\x06\x9d\x8d\x32\xf7\x4c\xa0\xb9\xcf\x0f\x14\x00\x98\x74\xa7\x36\x25\x86\xf9\x0e\xd1\xa9\xab\xb1\xfe\x90\xc1\x61\xc8\x09\xc7\x54\x22\x6f\x82\x1c\x8d\xd1\x16\xaf\x2c\xe4\x1e\x86\x61\xef\x4a\xd3\x84\xec\xdf\xab\xd2\x5f\x42\x9d\x99\x8b\x25\xc4\x55\x56\xaf\x74\x92\x5e\xa4\xfe\xcd\x29\x7f\xc3\xda\x15\xc5\xc0\xea\x57\x6a\x6b\x23\xe9\x9d\x95\x3c\x67\x4d\xea\x3f\xa8\x1c\x6f\xef\x61\x88\xe6\x2a\x19\xc9\x57\xcf\xb0\xa6\xe8\x56\xb8\xd6\x3c\xec\x51\xa8\x09\xa4\x00\xba\x47\xd6\x49\xfb\x11\x61\x08\x0c\x73\xf4\x76\x65\xe3\xb6\x29\x25\xd3\x02\x43\x1b\x6d\x18\x06\xa9\xf6\xc5\x7d\x8e\xce\x55\x15\x9b\xa0\x7d\x90\x59\xb4\x81\x48\xd5\x05\x68\xe5\xf4\xcc\xb6\x57\x9a\x1b\x9b\x02\x4a\x2c\xc1\xf9\xcd\xdc\xf4\x92\xca\x32\xab\x9f\x21\x42\xfc\xb3\x1e\x0f\x19\x2a\x87\x63\x2a\x59\x09\xd9\x61\xe1\x8b\x2d\x2b\x22\xe7\x58\xba\x65\x5f\x1c\xa4\xd8\x4c\xe8\x97\xa0\x5f\xbf\x12\x72\xee\xfe\xe2\x00\xd6\x2d\x61\x84\x88\x99\x9c\x03\x53\x66\x6d\x6f\x9d\x42\x7f\xce\xb8\xbe\x97\x47\x32\xdc\x05\xc9\x47\xd9\x17\x36\x85\x65\xba\x0b\xd3\xc6\x92\xfe\x33\xa5\x82\xcb\xcf\x22\x83\xa3\xba\x20\x98\x01\x2e\x84\x79\x09\x93\x96\x39\x64\xd5\x59\x36\x3c\x90\x30\x81\x6f\xf6\xb8\xb9\x56\xe2\x15\x06\x15\x05\x00\xc5\x9d\x95\xc8\xe0\x2e\x74\x4b\x4c\xf8\x36\x2c\x7a\xb3\x12\x7f\xc8\xec\x87\x90\x1c\x6f\x62\xcf\x85\xf5\xca\x8e\xf0\xc3\x4f\x26\xcc\xc5\x95\x21\x9e\xbf\x24\x30\x05\x05\x3f\xa8\x5c\xfc\x54\xa5\xa3\x24\x3c\x84\xf3\x37\x11\x2c\xb4\x9d\xf9\x5f\x11\x20\xe4\x1e\x6e\xa8\x01\x2a\x0c\x91\x36\x31\x6c\x8d\x70\x76\x12\xf9\xd1\xff\x5f\x5a\x23\x32\x71\xdf\x6c\x43\x43\x8e\x51\x0b\x5e\xc1\x6c\x13\xd2\x7f\xc7\x8c\x6e\xee\x13\x5a\xbe\x7e\x61\x87\x07\x3f\xf6\x7f\x7b\xc1\xbf\xe2\x85\xce\xe4\x0b\xea\xe1\x74\x82\x03\xe3\x82\x75\xbe\x20\xf6\x14\x43\xd6\x33\x5b\x82\x58\xe4\x98\xeb\xa1\x63\x79\x0a\xbb\xed\x0c\x1e\xb3\x2a\xe5\x1c\x98\x10\x31\x7b\xdf\x6d\x26\x24\xfc\x05\x5a\x7b\xe7\x89\xa0\xa0\x7a\x4e\xe4\xa6\x52\xc3\x6b\x65\xa5\xff\x9f\x30\x43\xf1\x85\x55\x53\xfa\x91\xe1\x6f\x1a\xe3\xf5\x8c\x42\xce\xed\x51\xe6\x76\x76\x99\x7f\xf9\x5a\x52\x60\xdf\xea\x6e\x44\xb5\xb7\xea\x23\x04\xce\x7d\xfb\x44\x93\x7e\xfc\x24\x43\x2d\x6a\x02\x74\xe9\x0a\x9d\x4b\x8f\x5a\xba\xf1\x12\xcc\x6e\x15\x3c\xf1\xa3\x86\xbf\xc3\x94\xfe\x90\x85\x3e\x36\xcc\xdd\x46\x7c\x87\xdf\xc5\x73\xbf\xf4\x39\xcb\x05\x7f\x4e\x92\x73\x45\x1d\xb1\x92\x54\x8c\xe3\x9d\x1d\x93\xdc\x4e\x60\x9c\x1d\x5a\x5e\x59\xaa\xc2\xbd\x11\x5c\x76\xa4\xb6\xba\x61\xf1\x1e\xa1\xf6\xe3\xe6\x87\x70\xe3\xe2\xcd\x09\xc3\xb2\x53\x85\x5b\xb5\xa6\x9b\x6b\x49\x31\xdd\x2b\xf9\x42\x02\x1c\xe5\xa9\x8a\x31\x95\x9c\x41\x8a\x16\x09\x09\x23\x08\x09\xe1\x19\xa1\x0a\x5a\x1e\x78\x68\xec\x01\x6a\x53\xdf\x0f\x38\xbc\x4f\x9f\xe9\x91\xbc\xc1\xae\xdb\x6f\x39\x81\xd6\xbe\x89\xe0\xc0\xc9\xc7\x41\x1b\xdc\xc8\x28\x24\x14\xf2\xfc\x11\xd8\x50\x1c\x4d\x11\x5b\x85\x27\xd7\xc0\xe7\xe6\x78\xb8\xb6\x4d\x89\x23\x2f\x37\x1f\x17\xff\x2f\x9f\x06\x5b\x60\x80\xf5\x03\x58\x91\x5f\xe9\xfa\x9f\xba\x61\xa7\x67\x3f\x77\x95\x19\x24\x36\xc0\x57\x6f\xe8\x2f\xa0\x45\xbb\x81\x1d\x74\x6d\xf9\x94\x24\xf7\x92\x0a\x6d\x00\x35\x3d\xcb\x9b\x71\xeb\x6e\x52\xc5\x1d\xdc\x3d\x7d\x1e\xc4\x50\x88\x5f\x37\x97\x31\xa4\xaa\x14\xfe\x1a\x35\x65\xe7\x11\xcd\xde\x7d\x2e\x94\x2f\x37\x3f\x47\x0c\x16\xd9\xa4\x39\xa8\xb9\x33\xf3\xfa\x2f\x66\x6e\xc8\x80\x5a\x1c\xd3\x04\x6e\x79\x91\x9f\x46\xee\x51\x28\xfc\xf7\x73\xe9\xe9\x19\x37\x0f\x90\x31\x2c\x82\xfe\x60\xef\xf0\xd7\x87\x1e\x5a\xa3\xc3\x42\xfd\xac\xe2\xd0\x18\xe2\xb7\xf3\xc3\xfc\xee\x13\xce\x1f\x62\x5e\xae\x25\xbf\xbc\x55\xe2\xd7\x9c\xc1\x2f\xb7\xb4\x4a\x47\xae\x2f\x77\x44\xbb\x5b\x59\x3e\x59\x42\xed\x41\xf5\xd3\xb0\x87\x34\x30\xf8\xd0\x1d\xfd\x50\x5b\x12\x74\x72\x91\xc2\x92\x33\x39\x8d\x08\xa5\xf8\x21\x25\x86\x3f\x12\x99\x99\x2a\x94\x72\xff\xdf\x9a\x2a\x5b\x4f\xd5\x99\xcb\xd4\xee\xb0\x35\x91\x65\xed\x9d\x68\x4e\xec\x50\xde\xde\xe7\x60\x7b\xef\x8c\x07\x1a\xb9\x70\x05\x26\x81\x89\xde\xf2\x5d\x29\x02\xb8\x70\xa7\x95\x19\xc9\x11\xa3\x42\x72\xea\x01\xa9\xc3\xc3\x43\x3f\xe3\x36\x7e\x4c\x29\xfd\xc3\x78\x4d\xcf\x04\x5b\x48\x01\xd3\x88\xe7\xb5\xb9\x93\x9a\x1e\x83\x73\x9f\xa2\x93\x44\xb6\x22\x73\x59\xaf\x52\xbf\x67\xb4\x22\x02\x49\xcf\x0d\x5c\xbb\x6d\x76\x87\x66\x83\x7d\xae\x59\x42\xef\xaf\x52\xbe\xb8\x5a\x52\xf3\x41\x58\x27\xd1\x6c\x50\x76\x45\xbf\x4e\xd3\x1e\xaa\x15\x02\xe1\x36\x8a\xbe\x02\xa8\x3a\xe7\x8a\x93\xee\x08\xdf\xe6\x5c\x72\x09\xdf\xe1\x58\x1f\x76\x15\xf9\xf8\xc5\xb6\x50\xaf\x66\x5b\xfc\xff\x6b\xd9\x85\x5f\xe2\x0d\x0a\xbc\xd2\x2b\x4e\x5f\x94\x7f\x77\x4f\x19\x45\x80\x83\x41\x96\x22\xb9\x26\x00\x8e\x00\x87\x05\xb5\x79\x70\x1d\x3e\xde\x9b\xf4\x9b\x0a\x19\x9a\x2d\xe5\x0b\xfb\x11\x26\x72\xdd\xc6\x01\x79\xaf\xd9\xa4\x0c\x39\xc3\x5f\x0c\x23\xaa\x38\xa4\x96\x6a\x54\x78\x64\x4a\x8a\x28\xf9\xc7\x82\x16\x4b\x6d\x5c\xf6\x9b\xfa\x42\x41\x98\xc5\x57\xde\xc8\x8b\xf1\x9c\x7b\x45\xc5\x37\x8f\x50\x85\xf3\x8f\x41\xbe\x95\x2b\x2b\x3b\x9e\x49\x1e\x2e\x7e\x05\x5f\x35\x1d\x25\xa5\x80\x11\x15\xe8\x88\xae\x60\x06\x99\x17\xc3\xe5\x1e\x34\xf9\x6b\xfc\x9c\x5e\x56\x78\xc3\x70\x9c\x52\xfd\xb6\xc8\xb2\x0b\xec\x46\xdf\x18\x9a\xbc\x58\xe1\x32\x6c\x03\xcd\xac\xde\xa0\x59\xe2\x61\xef\xe0\x21\xc3\x7e\x43\x45\xba\x39\xef\xbf\x81\xd0\xca\xaa\xad\x5f\x20\xc0\x67\x56\xe7\xf5\x16\x24\xe9\xf1\x8d\x31\x42\x9e\x34\x0b\xaa\xd2\x86\x79\x81\xf3\x7d\x82\xb8\x49\x4a\x51\x55\x2f\xb1\x53\xfe\x87\x58\xc9\x1b\xfa\xcc\xb9\xde\x9d\x62\x6a\xca\x19\xd6\xcd\xff\x4a\xaf\xb7\xae\xf9\x0e\xb4\xdb\x8c\x60\x59\x9a\x17\x5e\x83\x89\x24\x8b\xf5\x35\x1e\x7b\x68\xb4\xc3\x34\x22\xd2\xcf\x85\x5c\xa7\x5e\x7c\x20\x32\xa6\xc1\x07\x70\x91\xdb\x00\x27\x20\xbf\xc5\xad\x84\xd0\xd8\xa7\xa8\x18\xff\x28\x23\xfc\x2f\xb2\xef\xb5\xd5\x06\x2e\x18\xcb\x29\x29\xf2\x78\x05\x01\xcf\xe9\xcc\xa4\xaa\x7d\x5a\xf2\xcb\x5e\xdb\xa9\xdc\x70\x32\x72\x03\xd0\x59\x73\x02\xc3\x46\x51\x39\x0b\xaa\xb0\x1d\xf6\x54\x9a\xb5\xec\x75\x12\x3b\x87\xb1\x5f\x4f\xa8\x1b\xa8\x1f\xe0\xcd\x4f\x76\x16\x8b\x34\x63\x17\xd0\x79\x4d\x31\xe3\x04\x09\x28\xe6\x5b\x05\xc3\x0a\xbc\x78\x0b\x29\x04\x41\x70\xab\xa5\x9d\x51\xf8\x2a\xe1\xd4\xda\xb6\x2a\x26\x59\x36\x11\x24\x33\x89\x8f\x2e\x09\x6d\x38\x5a\x3e\x36\x3d\xf6\xff\x66\xd9\x98\x7c\xb6\x86\x74\x48\xc4\x5e\x4f\x6d\x48\x00\x6d\x7b\x50\x09\xbf\x48\x43\x59\x5e\xf4\x2b\xee\xeb\xb6\x8e\x50\x46\x3a\x04\x1e\xca\x1f\x54\xce\x98\x22\x84\x2c\x7d\xcb\xa4\xa3\xf4\x9f\xcb\x2b\x25\x86\x84\xdc\xe2\xb7\x7a\x24\xc5\xf5\xa1\xd5\xad\x0a\xc0\x0d\x75\x44\x52\xb9\x0d\xc4\xfd\x86\x9f\x11\x3c\x26\xe5\xba\x95\x85\x6b\xc7\x5e\x2a\x45\xf8\x5c\xad\x43\xb5\x11\x0c\x04\xec\x5e\x4f\x65\xff\xf7\x93\x03\xad\x33\x30\x4a\x36\xaa\x0a\x8c\x24\x2c\xb6\xdb\xe2\x70\xf6\x53\xc5\x70\x1f\x7d\x00\x83\xec\xe0\x00\x88\x0e\x5c\x85\x5c\x6b\xf4\x8e\x7e\x3b\x0b\xfb\x4d\x5e\xff\x76\xb2\x76\x69\xd8\x5f\x1f\xa1\xa4\xde\x5c\xa4\x08\x10\x1e\x18\x44\x1d\x69\xce\x51\xde\x3f\x27\x24\x51\x4e\x6e\xb4\x81\xd1\x75\x85\x9d\xd2\x06\xfa\x10\xc9\x47\x67\x15\x2f\xef\xff\xc8\x96\x56\x10\xa0\xbe\x93\xc5\xd7\x60\x46\x48\x6d\xd9\xf2\xb3\x2c\x4f\xa7\x12\xba\x11\x72\xf2\x92\x79\x4d\xa5\x8f\x38\x29\x4a\x8a\x12\xea\x39\xff\x70\x26\x94\xab\x9f\x5f\x34\x22\x3c\x62\xf2\x6b\x99\x0d\x9e\x17\x6a\x78\xbe\xc8\x54\x5f\x79\x3e\x60\x8c\xa3\x64\x79\x8f\xb0\x08\xba\xa9\xf6\xb2\x7b\x42\xa9\xb5\xde\x0c\x01\x3d\x25\x48\xf8\x5e\xed\x4d\x93\x54\x22\x2f\xdd\xe2\x7d\x48\x6f\x7e\x93\x49\x6f\xd9\x03\xd1\x21\x6c\x82\x71\x65\x3a\x60\xd8\x17\x58\xc4\xd0\x94\x7d\xb5\xd6\xb4\x3f\x02\x62\xb3\xf6\x4b\xb6\xa3\x76\x15\x64\x69\x61\x9b\x88\xb1\xde\x0b\x55\x29\x86\x88\xd9\x1f\x86\x88\x53\xfe\xdf\x91\xee\x68\xa2\x0f\x52\x7c\x34\x48\x06\x73\xff\x2f\x44\x3c\xa2\xcf\xae\x14\xe3\x3d\x7d\x63\xda\xa2\x3a\x1a\xdf\x88\xf6\x15\xf9\xad\x68\xbf\x93\xc2\xbf\xe6\x50\x09\x68\x1a\x26\x49\x13\xa6\x96\xc4\x4e\x49\x7b\xa6\x84\xdb\xa0\xc9\x0a\x3a\x3b\x07\x38\x2d\xc4\xaa\x7a\x59\xd5\x33\xb6\x80\xe4\xff\x0f\x2c\xf3\x8e\xb5\xe7\x34\x20\xa8\x94\x2d\x9e\x34\x92\xb3\x54\x43\xde\x19\xe6\xce\x2a\x59\x28\x3f\x6f\x16\x0e\x85\xb3\x3b\x39\x32\x8c\x10\x80\x96\x20\x8a\x7d\xc7\x8e\xc8\x78\x21\xb3\xf8\xb2\x03\x5f\xdc\x2f\x38\x8f\x9c\xdb\x8b\x10\x6d\xc6\xd6\x41\xfc\xa2\x72\x1f\xe2\xb5\x0b\xe3\x51\x42\xb9\xa8\x54\xf2\xa2\x82\x5d\x74\x44\x58\xdd\xba\x4f\xd8\xa5\x44\x93\x30\xfc\x43\xdf\x07\xef\xda\x78\x39\xb7\x5b\xcf\x32\x4d\x51\x76\x2e\x6c\x9c\xf4\x4d\x15\x29\x76\x7f\x4c\x88\xbc\x56\xb2\x55\xf1\x61\xd9\xca\x92\x98\xf9\x18\x04\x30\xc3\x3b\xe3\x98\x79\x0b\xc0\xbd\xbe\x31\x1d\xe9\x2e\x9b\x5b\x1b\xe4\xa8\x4d\xc2\xb3\x4c\x1f\x75\x59\x49\x6a\x58\xb0\xda\x4e\x18\xa5\xac\x86\x2d\xc1\x4a\x92\x6a\xe5\xe3\x30\x80\x90\x31\xe6\x27\x2d\xfc\x61\x30\x6c\xaf\xee\x03\x69\x86\x03\x27\xea\x4b\x2a\xf3\x38\x5c\x93\x43\x5b\xbd\xb3\x10\x49\x5b\x90\x40\x68\x0c\xcf\x60\x51\x28\x0c\xf2\x0b\xf2\xcc\xeb\x01\x70\x1c\x88\x5e\xc8\xd8\x0a\x41\xee\xff\x7d\xba\xab\x39\xd9\x8b\xe6\xd4\x4c\x78\x6e\x02\x9c\xd4\x30\xd7\xad\x7c\xb5\x1a\xb0\x29\xbd\xf3\xca\xff\x97\x99\xd7\x5f\xee\x9b\xa7\xbe\x9f\x2b\x47\x38\xbf\x33\xdc\xcd\x4d\xf5\x1e\xe2\x16\xc9\x13\x18\xea\xd8\xc3\x67\x49\x98\x69\x29\x0f\x98\x2f\xb2\xb0\x61\x9b\x2d\xca\x87\xf3\x22\x75\x23\xed\x5d\x39\x3e\x97\x36\xee\xf2\xfa\xc9\x0f\xf3\x3f\x32\x09\xf5\xbf\x93\xfc\x9c\x7f\xb4\x17\xcd\xad\x82\xf6\xbe\xdf\x83\x06\xae\x9c\x48\x4c\x87\x16\xcc\x11\x8f\x50\xea\xd4\xfd\xed\x33\x14\xb7\x48\x80\xdb\xf6\xeb\x06\xe3\xf9\x74\x8f\x8c\xf0\x10\xab\x2a\x80\x81\x29\xcd\x81\x8a\xae\x8f\x63\x63\xa7\x77\xda\x47\x47\xcf\x16\xd7\xde\x6e\x75\x2c\xcd\xbc\x7d\xe0\xa9\xcc\xe6\x38\x9a\xd6\x55\x80\xd1\x1c\x28\x4a\x58\x25\x30\x29\x87\x49\x6a\x03\x11\xae\x3e\x52\xd2\x1f\x8d\x66\xe6\x15\x88\x54\x09\xf1\xba\x14\xc1\xf6\x4a\x1d\x98\x75\x29\xa4\x1f\xe1\xa4\xbf\x5b\x64\x3a\xfd\x45\xcc\xba\x66\x3c\x8a\x7a\x03\xb6\x20\x84\x9a\xf5\x38\x4b\xcd\x01\x5d\x6e\x9b\x52\x92\xd5\x43\x9b\x09\xb7\xc6\x47\x5b\xc8\xe2\x41\xd3\x4b\xa9\x9b\x2b\x97\x71\x31\x2c\x10\x55\xfd\xf3\x81\x48\xa5\x2c\x5a\x07\x3b\x3b\xee\xf8\xd0\xdb\x45\x0e\x91\x6d\x0f\x2f\xb9\xbb\x2a\x83\x94\xa0\x50\xef\xf8\x4a\x4a\x97\x9a\x5b\x0b\x44\x31\x91\xd0\xf3\x92\x9b\x10\xf5\x92\x4e\x88\x23\x66\x84\x99\xd6\x43\x51\x91\xd1\x65\x0b\x93\x77\x8f\x44\x6b\x85\x4a\xcb\xd1\x2e\x5f\x69\xd9\xa4\x8f\x51\xf1\x5d\xc2\xe6\xa3\xd0\xf3\x3d\x07\x7a\x23\x75\x85\xf3\x29\x24\xe5\x53\x44\x38\x82\x74\x9b\x88\x62\xc5\xf2\x4d\xb2\x68\x4b\xb7\x83\x4b\x5e\xb2\x83\xa0\x8b\x02\x75\x5f\xe0\xd3\x35\x95\x10\x5b\x82\xbc\x34\x8f\x07\x42\x5c\x89\x48\x44\x1b\x05\xc5\x3b\x5a\xfa\x57\xcf\xf5\x0b\xfb\x73\xba\xfd\x6f\xa7\xf0\x5a\xc3\x67\x67\x4f\x85\x19\x8c\xa8\x58\xaf\x3d\xcf\x50\x3a\xfc\x39\x60\x25\x9b\x72\x86\xff\xb4\xa4\xbe\xe2\x71\xd8\xc1\x4a\xf1\xe5\x58\xce\x5d\xd6\x09\x02\x21\x5e\xf5\x00\x16\x12\x70\x4d\x4b\x8e\x3c\x68\xb7\xb1\x10\x1d\x1c\xfc\x2f\x6d\x2a\x71\xcf\xb8\xf6\x6e\x07\x77\x03\x86\x5f\xc1\xab\xd0\x49\xa1\x5f\x7b\x09\x62\x79\x7a\x5f\xa1\xf7\x95\xa8\x10\x45\x08\x20\xaf\x84\x70\xf2\x56\x16\xde\x5b\x53\xfa\x91\xa8\xda\x78\x5f\xd4\x30\x4b\x65\x00\xdd\x3d\xa0\x4b\x25\xe2\x42\x47\x2a\x9a\x8e\x5a\xed\x62\x27\x5b\x00\x1c\xf4\xb6\x48\x83\x75\xce\x47\x9c\x9c\xd1\x06\xd5\x38\x0e\x73\x04\x6f\x77\x69\x3e\x16\x72\x0e\xa4\xe1\x5a\xdf\xbc\x48\xc1\xda\xea\x2a\xb7\x0c\xd3\x01\x12\x5b\xce\x1e\xf4\xb8\xf7\xb2\x9c\x4b\xb1\xc5\xb0\xc1\xcd\x9f\xeb\x24\xcd\xa8\x9f\xfa\x31\xd1\x68\xa5\x79\x88\x04\x24\x10\x62\x75\xb5\xd2\x91\xbb\x6c\x0e\x15\xb3\xfd\x5a\x9b\x41\x39\x87\x10\x01\x2b\xce\xa7\x87\x76\x1c\xc0\x0f\x58\xad\xba\x29\x80\x81\xc0\xd4\x04\x12\xc8\x38\xc2\x06\x1a\x77\x2f\x04\xbe\xd3\x93\x9c\x19\xe9\x93\x8d\xc0\xf9\xd9\x3d\x29\xcd\xea\x86\x6d\x82\xd5\x56\x3f\x2e\xe4\x1d\x09\x34\xf9\x39\x84\xaf\x75\x34\xb8\x50\x6f\x8d\xba\x03\xe3\x49\x96\x96\xc5\x12\x71\x54\xe1\x0c\x45\xcd\x34\xb9\x28\x9c\x61\x8d\xae\xde\x60\xfe\xde\x82\x1e\xad\x35\xe2\x3f\xe8\xd1\x4e\x61\xfb\xc4\x25\x78\xbf\xf4\xf6\xb1\xaf\x39\x99\xed\x02\x5b\xc3\x27\x9e\xa9\xf6\xb2\xa0\x24\xe1\x5c\x2a\x25\xd0\xc2\x59\x35\xcf\x25\x5b\xaf\xd9\x3d\xc1\x78\x10\x17\x96\xda\x2a\x89\x29\xcb\x0e\xc1\x49\x93\xd5\x0f\x3c\xa4\x1e\x9b\x40\x1f\xc8\xcc\xc0\x27\xc6\x8f\x08\x28\xb9\x57\x5f\x8a\xae\x2a\xcf\x79\x08\x1a\x42\xd4\xd1\xce\x0b\xfb\x1b\xc9\x89\xcf\xe8\x65\x6e\x6a\x1c\x50\x09\x4c\x59\xce\x9c\x56\xfe\x8e\x3d\x94\xc8\xb7\x23\x4b\x01\x95\xe4\x55\x8d\x7e\x36\x4b\x97\x58\x65\xb3\x14\xc9\x4c\xd8\xfb\xdd\x66\x76\x43\xe6\x3d\xf5\xbc\x61\xa6\x9e\xef\xb9\x9d\xae\x52\x40\x59\x2f\xc4\x39\xa8\xb8\xe7\x09\xa5\x9d\x8d\x22\x06\x28\x52\x69\xf4\xb3\xbf\xa9\x61\xe6\x70\x3c\xb2\x6e\x65\x76\xe1\x9e\xb1\xce\x3a\x3b\x65\x46\xa0\x96\xea\xb2\xfa\x43\xcf\x4c\x4f\xb8\x49\xc7\x2a\x8f\x85\xc3\xc6\xc6\x02\x15\xe6\x8f\xa1\xa6\xa4\x1a\x8e\x54\xf1\xc3\x6c\x01\x3e\x9e\x92\x9c\x35\xa5\x8d\x48\xce\xc2\xab\x23\x51\x7b\x58\x2a\x7d\x47\xe9\x35\xfa\x59\x76\x45\xfb\xe1\xcc\x91\x29\xb2\xb0\x05\x23\xcc\x28\x8b\xbf\x8c\x9a\x17\x4a\xe4\x27\x6d\xa0\x38\x25\x34\x9f\x44\xaa\x8f\xd1\x8c\x50\xd5\xa6\x79\xa3\x5d\x42\xe7\xb1\xb1\xa7\x21\x55\xe1\xd8\x2e\x1c\xd9\x23\x20\x6d\x35\x2f\xac\xb3\x39\x24\x12\x79\x99\xdd\x0f\xe1\x12\x46\xed\x4e\xda\x76\x39\x05\xd7\xb4\x4c\x5b\x09\xac\x65\x23\x04\xf2\x03\xde\x0d\x21\x1e\x5d\x4e\xbf\x32\x36\x81\x84\x1c\x71\xaa\x26\xf3\xaf\x1a\xc5\xcb\xaf\x53\x1f\xd5\x52\x22\x93\xf9\x7e\x7e\xed\x7f\xd5\x7e\xb1\xb9\xc2\xdb\x8e\x70\xe2\x4f\xde\x94\x9c\xb7\xc5\x25\x67\x4a\x36\xdd\xe3\xf9\x96\x88\x6a\xb8\xab\x61\x21\x97\x87\x41\x39\x45\xbe\x85\xc2\x35\x97\x69\xc8\x66\x20\xc4\x73\x36\xa5\x17\x58\x19\x46\xd5\x76\xbf\x38\xa5\x8c\xc9\xa7\xf6\x38\xca\xf9\xb9\xe1\x0e\x06\x83\xa0\xd7\xb0\xa8\x6e\x42\xb7\x81\x93\x4d\xe4\xae\x32\x77\xfb\xfe\x96\xd3\xdd\xcb\xd4\x0c\x10\x08\xbb\x65\x65\x1b\xab\x09\x6a\x4c\x9f\x67\x0b\x47\x28\xcd\x97\xf7\x35\xeb\x8b\xad\xb5\x97\xb3\x73\xf1\x3e\xc5\xdf\x30\x6a\xc5\xe8\xc2\x36\x84\x35\x3b\x4f\x81\x68\xe8\x20\x42\x12\x45\xd6\x98\x77\x86\x20\xf9\x49\x0f\xe5\x1f\xbd\x6e\x8f\xca\xb1\xbc\x2c\x3a\x8c\x01\xf5\x8d\xdb\x32\xc7\x50\x4f\xd8\xc3\xd5\xf0\x2f\x1e\xcc\x6a\xf1\xb9\x5b\xbb\x6e\x8f\x15\x9a\xe2\x7d\x93\x87\x5d\x90\xee\x33\x57\xa4\x2d\xd4\x8f\xbc\xdb\x92\x7d\x2c\xb6\x95\x8d\x70\x51\xc9\xf9\x77\x7c\x6c\xc6\x80\x53\x63\xcf\x7b\xdc\x3b\x1e\x73\x87\xbc\x1d\xab\x55\x13\xde\x99\x65\x05\x9f\xd8\x61\xa7\x0e\x69\x52\xd4\x1d\x36\xd8\xbc\x83\x68\xe5\xf8\xe4\x65\x0b\xef\xb5\xa1\x1d\x5c\x90\xb9\x3e\x4e\x0f\x20\x8e\x30\x51\x89\xba\xa0\xbf\x1f\x57\x8e\xd1\xf9\x7a\xfe\xc6\x97\xcf\xd3\x95\x5a\xcf\x28\x29\xd1\xee\x7f\x3f\xad\x2a\x92\x7f\x9e\x57\xfb\x2c\x57\xb4\x11\x53\x5f\x30\xb2\x08\x11\x42\xcf\x05\xba\xc2\xd8\xe7\xad\xcf\xf3\x44\xe0\x3a\x8f\xf0\xdc\x51\x14\xae\x0b\xd8\xf6\x11\x04\xbf\x80\xd5\x63\xb6\xc4\x56\x74\x67\x47\xa4\xc5\x3e\x11\xaa\xb5\xf8\x7d\xaa\x10\xe5\x90\x5e\xe2\x34\x54\x74\xcd\x69\x3b\x15\x84\x74\x8f\x36\x95\xb4\x58\xbf\xd0\xaa\xb8\xda\xab\x4a\x8f\xa9\x0e\xd9\xdf\x20\x6e\xda\x5b\x01\x97\xdb\xc6\xad\x13\xa2\xd8\xa6\xe3\xb2\xa3\x79\x48\x05\xbc\x8c\x72\xc0\x96\xc4\x8d\x49\x32\x7b\xae\xcc\x68\x51\xec\x52\x87\x8c\xbd\x58\xfc\xe7\x10\x99\x58\xf6\x86\xf0\x20\x48\xb2\xb7\xb9\xa4\x2b\x53\x7d\xd1\x34\xd0\xa2\x05\xb1\x71\x9e\x7b\x3b\x92\x3e\xed\xfd\x03\x40\x44\xbb\x37\x2a\x54\x14\x0f\x52\xe1\xad\x21\x91\x3d\x65\x5f\xc2\x82\xee\xfe\xcc\x6d\xb4\xbb\x2a\xbd\x3c\x34\xf1\x5b\x7c\x4f\x77\x2e\xad\x9b\x59\x81\xcf\x99\xc6\xe1\x9a\x98\xa2\x79\x07\x83\x36\x83\x4c\x38\x47\xdd\x11\xe2\x09\xc9\xfc\xf6\x02\x95\xd4\xde\xf6\xb0\x87\xe8\x4e\xeb\xd7\xb9\x57\x57\x04\x75\xe5\x07\x24\x82\xec\x1e\xa5\x6f\xcf\xa1\x63\x94\x95\x70\x97\xb0\xda\xcd\x01\xbf\xe8\x67\xaf\xb9\x26\x3d\xef\x76\x2e\x2a\xc0\x6f\x32\x63\x81\x40\x2b\xcf\x26\x64\x4d\x09\xf5\x03\xcc\x1a\x12\xfd\x30\xae\xfb\xdf\x4e\xbb\x00\x8c\x12\x77\xaf\xd4\xe1\xd9\x31\x13\x41\x85\x13\x0b\x13\xe1\x1d\x0b\xa3\xd4\xdf\x70\x85\xba\xc2\xd3\x99\x76\x91\xd8\x5b\x63\x37\xc8\xb5\xaa\x62\x19\xc2\xab\x21\xaa\x25\x46\x8b\x84\xaa\x31\x2c\x71\x32\x82\x79\xe1\x32\x44\xe8\xfb\x01\x9c\xa1\xd8\x03\x7b\x29\x8f\xc5\xe5\x47\x8a\x8d\x7a\xbe\x82\xcb\x04\x18\xb7\xfd\x12\x81\xb4\xed\x96\x5b\x9e\x68\x96\xe6\xeb\x69\xfe\x34\xd0\x8b\x44\x45\x2b\x43\x0c\x9f\x00\x88\xbd\x14\x1b\x78\x36\xc3\x09\x3e\xe3\xfe\xef\x10\x5a\x1d\x5f\x79\x5d\xf6\x70\xf4\xac\xe0\xc5\x48\x4d\x40\xdb\x70\x40\x05\x71\x73\x0e\xa9\x4a\x9b\x33\x7a\x17\x4a\x5c\xe5\x3c\x77\xa0\xec\x47\xe5\xd4\x13\x01\x20\xca\xa0\x97\x5b\x31\xf5\x9b\xd2\xe1\x61\xea\xc5\x6e\x04\x54\x5b\x7e\xdb\x71\x8d\x2e\xe0\x72\xdd\x2c\x3f\xa8\x8c\xdf\xc1\x6e\xeb\x70\x01\x1c\xcc\x9b\x7a\x5c\xd7\x71\x20\xc0\x20\xa1\x7e\x98\x79\x34\xfb\x4a\xcf\x77\xa0\xf7\x95\xcf\x91\x61\x4f\xe6\x09\xa6\xc8\xa9\x61\x05\xbc\x31\xa8\xcb\x1e\x95\x79\xbb\x43\x30\xea\x30\xeb\x80\x9b\x6d\xdc\x96\x96\x9b\xfd\xe7\x5d\xe7\xf3\xde\x27\x69\x06\x67\x41\x9e\x1c\xc8\x50\xa6\x6e\x37\xb1\xaa\x28\x90\x9a\x18\x6f\x16\x83\xcf\x24\xa4\x12\xc9\x26\x9a\xff\x42\x82\xb6\x50\xef\x37\x14\x78\x45\x76\x1d\x6f\x2a\x9f\xe0\x04\xc6\x48\x6f\x1a\x1d\xe0\xe4\x9f\x5e\x0c\x6f\x77\x08\xf4\xc4\x15\x77\x4d\xf0\x74\x95\x72\x74\x75\xce\x73\x74\xf5\xf2\x2d\x47\x8f\xe5\x7f\xe1\xe8\xaa\xa6\xc2\x03\x1c\x6c\x65\x46\xf5\x36\x9a\x77\xe3\x6c\x7f\x4b\xfc\xaf\xff\xef\xb4\x6f\x5f\x49\x01\x03\xb1\xe4\xd9\x82\x3e\xff\x0f\x45\x2d\xc0\xdc\x66\x06\x45\x1b\x61\x5b\x25\x19\xba\x22\x4d\x3f\x67\xaa\x3c\xe5\x0a\xed\x68\xb4\xe9\xe6\xb8\xed\x1b\xd3\x13\xf5\xdf\xe7\x70\x66\xc6\x10\xff\x66\x7b\xa7\x3b\x73\xf6\x23\xdd\x98\xce\x5c\xe6\xb7\xe4\x57\x87\xd7\xaa\x04\x16\xcc\x51\xa9\xfc\x7d\xbf\x09\xce\xfb\x76\xbe\xe6\xc5\x64\x85\x7a\x2b\xd8\xb5\xa7\x02\xd5\xe6\x76\xed\x8e\xc3\xcd\xe9\xa9\x73\x71\x63\x91\x99\xdb\x35\xbb\x6b\x67\x0a\x84\x53\x0c\x2c\x9f\x45\x60\x03\xaa\xa5\x0e\x5f\x2b\x57\x6d\x74\xcd\xbf\x1e\x38\x4e\xb0\x42\x54\x33\x3e\x91\xb4\xa1\x9e\x7f\x7e\xb9\x2d\xcc\x91\xd3\xee\x6b\x56\x8a\x4a\xda\xcf\xa8\x5b\xc8\x7d\xfb\x76\x1d\x17\xb5\x5c\x2f\x97\x30\x78\x66\xa7\x8f\xee\x12\xaf\xee\x55\x55\x46\xff\x74\x3c\xec\x4a\x40\x86\xea\xcd\x1e\xca\xbe\x70\x6a\xea\xf6\x80\xfc\x97\x4f\x33\x89\xfc\x61\x0e\x85\x17\x01\x9a\x2d\xb1\x2a\x64\xf6\x9f\xcc\xab\x56\xfa\x92\x27\xd4\xfb\x6e\x7b\xff\xb7\xd9\x0a\x48\x1c\x86\xfd\x61\x68\xa8\xd7\xb0\x2a\x3e\xb2\x83\x5b\xd9\x44\x6f\xf3\x1b\x16\x4a\x11\xb1\x23\xcc\x94\x18\xce\x5a\xaa\x9c\x57\xbf\xea\x74\xf2\xa9\x79\x3f\x84\xa0\x65\x6b\xe1\x95\x30\x74\x70\xe3\xe5\x4b\xc9\xa8\x25\x9f\x6f\x67\x8e\x76\x5b\x5e\xbe\xc8\x4d\x43\x43\xfe\x65\x7d\x72\xc3\x26\xde\xc9\xf4\xd1\x72\xcb\x53\xd1\x96\x3f\xb6\x9d\x2c\xd3\xc7\x20\x75\xd6\x59\x66\x99\x08\xf5\x5e\x83\xea\x5a\x1d\x94\x33\xbc\x05\xbe\x96\xa4\xde\x47\xf5\xc4\x7e\x91\x99\x55\x3e\x28\x7d\x08\x19\x74\x76\xbf\x8e\xe8\xde\x37\xe3\xfe\x47\x43\x6b\xb9\xa0\xfc\x69\xd5\x37\xd7\xb9\xb1\xbc\x7f\x7f\xa8\x35\x6c\x8e\x53\x45\x3d\xff\xd4\xa5\x9f\x7b\xcb\x13\xea\x2a\xf9\xf3\xa5\x2e\x96\xd0\x28\xde\xb9\xc7\x02\xe1\xa4\x8f\x5d\x53\xea\x52\x2f\x97\xec\x4d\x5e\x65\x7b\x2e\x8d\x4f\x66\x51\xe7\x27\xb7\x52\xd8\xbf\x53\xef\xef\x96\xfd\x8c\xf5\xec\xdd\x03\xf0\x64\x53\xff\xb0\x69\xc1\xf4\xa8\x9c\x0f\xf4\xe5\xef\x5f\x8a\xaf\x87\x54\xaa\x8e\xc2\xcd\x6c\x96\xf2\xa8\xb4\x71\x7e\xd6\x76\x6d\x32\xa1\x1d\x65\x8f\x43\x05\x96\x67\x59\x58\x8b\x54\xe3\x87\x93\xe6\x84\xb8\x83\x91\x89\x2c\x30\x96\xae\x53\x16\x0e\xa0\xf9\x6e\x1a\x58\x70\xba\x2b\x57\x25\xe9\xf2\x04\x36\x0d\xb5\x9d\x44\x20\x9b\xcf\xf9\xff\x93\x2e\x8d\x84\x98\x70\x98\x54\xbe\x63\xea\xaa\xf2\x3d\xd3\x9b\xb2\x12\x71\xe9\x88\x41\x7e\x81\xa8\xae\xc2\x63\x0d\xe1\xa9\x1f\xb0\x70\x4e\xef\x0b\x4b\xa8\x6f\xea\xa1\x55\xec\x34\x9c\x54\x71\x0a\xce\x25\x47\x15\xea\xf5\x92\x52\xf2\x50\xd8\xf7\x9c\x08\x78\x45\xa4\x01\x72\xda\xf8\x89\x05\x96\x3f\xd0\x2d\xd7\x53\x6c\x4d\x14\xf8\xa6\x3c\xac\xf7\x4b\x9e\x2a\xd5\xbd\x59\xfe\xcb\xb6\xa0\x20\xfd\x28\xf4\x82\x1f\x5e\xa6\x34\x58\xec\x88\xa1\x53\xe8\x6e\x5f\xf6\x65\x24\x5a\x6a\xcd\xa2\xd4\xd1\x62\x3b\x69\xb6\xbf\x5d\x71\x26\xdd\xd8\x15\x8c\xca\xb8\x7b\x2d\x9b\x34\xd2\xc7\xa8\x5d\x48\x93\xfe\x97\x1c\xbe\xb6\x49\x38\x5d\x28\xe1\x2f\xb3\x84\x3d\xde\x24\xa6\x45\x7e\xae\x29\xd3\x4f\x7c\x4e\xe4\x3b\x4a\xe1\xc5\xf6\xed\x36\x33\x29\xbc\x9f\x1a\xf8\x94\x85\x7d\x90\xc2\xc5\xfb\x48\x6a\xcc\x35\xad\xbb\x58\x7c\x32\x48\xb2\xd2\x05\x90\x42\xde\xf3\x63\x42\x7c\x3d\xa2\x34\xec\xcf\xe3\x68\x33\x71\x5f\xa4\xf0\x42\x27\x2b\x46\x51\x22\xa9\x04\x27\xd6\x7b\x18\xab\xdc\x3b\xac\xaf\x60\xd8\x4f\x78\xf0\x8d\xa7\xb9\x2a\xc5\x90\x2a\x25\x70\x33\x57\xd4\x53\x1a\xfa\xf9\xfe\x90\x89\xb4\x66\x1a\x19\x0b\xf1\x54\xc3\x8d\xa3\xa2\xa4\xb1\xe9\x0b\x85\xa9\xf4\x68\xf3\xba\xdd\x4d\x9f\x4d\x87\xae\x50\x73\x79\x9d\xc3\xb0\x42\x8b\x6e\xf5\x8f\xc0\x6d\x99\x52\x74\x8d\xe6\xa9\x23\xea\xdd\xa3\x1b\x23\xf6\x85\x83\x7a\xd4\x7d\xc2\xe5\x1b\xd9\xc5\x75\x41\x16\x40\x30\x6b\xa1\x7c\xc7\xb9\xe2\xe7\x16\xc3\x3f\x92\x37\xdf\xd9\xab\x04\xf6\x99\xe0\x82\xcf\x7e\xf7\x3c\xbc\x39\x7f\x6b\x7b\x96\xe6\x46\xda\x35\xc9\x20\xa5\x66\x31\xb1\xb4\x37\x25\x11\x6e\x68\x8b\x03\xd6\x61\x32\xfb\x75\x66\xd3\x10\x93\x7f\x7e\xd1\x29\x80\x1f\x01\xe1\x7b\xf8\x97\x17\xdf\x06\xd0\x1a\xb8\xdc\x5c\x67\x9a\x7b\xf2\x5d\x8e\x3b\xbb\x7e\xa1\x3b\xfa\x7a\x40\x9e\x18\x04\x55\x93\x9b\x60\x26\xa3\x03\x82\x35\xe2\x63\x8a\x92\xea\xa4\x51\xa3\x9b\x1e\xa3\x05\xd4\x38\x17\x18\x7e\xd0\x2b\x85\xad\x06\x37\x1f\x5c\x2f\x9d\xfc\x43\xf0\x02\x7a\xf9\xcf\x53\xb7\x36\x4e\xb6\x94\x80\x27\x13\x41\xb5\x74\x5f\xec\xcd\xfe\x9a\xef\xb4\x18\xd6\x62\x8b\xf2\x4e\x50\xde\xcd\x89\xaf\x5c\x9c\x29\x1f\x01\x66\xbe\x30\x37\x44\x36\x07\x68\x52\x6b\x8f\x7e\xad\x4a\xb0\xb0\xc4\xc0\x4d\xf3\x0f\x57\x62\x99\x1e\x55\x67\x15\x93\x2c\x9e\xa3\x8a\xe0\x82\xa1\x79\x31\xdf\x09\x4d\x2f\xeb\x92\x4a\x1b\x9c\x29\xe1\x45\xec\x72\x3b\x10\x70\x17\xbb\xdc\x8c\xc1\x7f\x21\xd3\xb2\x2e\xdb\x1e\x39\xaf\xab\x70\x9f\xbe\x47\x0c\xd4\x17\xa3\x68\x46\x62\x65\x9a\xc6\x3c\x40\x97\x56\x56\x1a\x93\x7a\x4c\xbc\xe2\x14\x6d\x3a\x2a\x6d\x55\xf7\x2e\xdf\x1c\x39\x65\xa8\x57\x1f\x61\xab\x50\xbf\x8c\xf8\xac\x8a\xf2\xc5\x44\xd6\xf7\x5f\x51\xe4\xee\xb5\x3c\x12\x91\x13\x2b\x7d\xdf\x11\x55\xe7\x36\xf7\xdf\x13\x8d\xd2\x3d\x25\x63\x37\xb1\x7a\x13\x62\xde\x35\xde\x2f\x5d\xae\x6b\x81\xbc\xea\x1e\x53\x41\xb5\xe2\x73\x9d\xc1\x99\x22\xf5\x4b\x33\x89\x75\x6b\x90\x32\x09\xf1\xda\xad\x0f\x8a\x4c\x81\x59\x96\xdb\xc3\x8d\x60\x3d\x27\xd7\xb4\x40\xe4\x9d\xba\xbb\x60\x4b\xcd\xe4\xba\x53\x08\x84\xe3\x1e\x04\x0b\xc2\x44\x45\xae\xf5\xfe\x74\x9b\x6b\x6d\xef\xe0\x4c\x72\x2f\x80\x09\x18\xea\xef\xfb\x42\x8c\x0c\x0f\xd2\x5d\xd6\x5b\x32\xa4\x2d\xe9\xf4\xaa\xf7\x69\xbc\x8b\x6b\x48\xcf\x7c\x2a\x5e\x14\x8b\x7e\xf5\xee\x72\x97\x55\x68\xb0\x52\x74\x93\xfa\x7c\xe9\x21\xaa\xc1\xef\x56\xa9\x38\xe6\x39\x05\xa5\x45\x8a\x22\xc2\xeb\x96\xf3\x87\xf2\xd7\xf1\x3f\xf9\xaf\x1a\x77\xab\x8a\xa0\xc3\xdc\x3c\xb2\x87\xd2\xe8\x6c\x67\xa4\x18\x3b\xcb\x6a\xa1\x83\x7b\xa0\x83\x64\xa9\xd8\xea\x37\xfe\xb7\xa5\x80\xfe\x54\xa0\xbc\x69\x35\xbf\xaa\x1b\x95\x15\x44\x0a\xe8\x68\x72\x84\x88\xe5\x0d\x39\x98\xbe\x7e\x9c\x72\x3c\x31\x5d\x40\xc0\x9b\xf1\x1b\x97\x85\x87\x2d\x49\x7b\x14\xe9\xd6\x51\xe2\x66\x94\xf2\xbe\x4d\xe8\x9c\x7a\x43\x16\x37\xdb\xe1\x7a\xaa\x48\x0c\xd4\x66\x17\x76\xe8\x20\xfe\xc8\xc7\x17\xe9\x3e\x0d\xb5\x8a\x34\xe7\xaa\xf2\x84\x22\xbf\xf0\x0a\x94\x5a\x2e\x49\xe1\x23\x36\xf4\x6d\x8f\xcc\x92\x12\x7d\xfe\x2c\x67\x3b\xfa\xd6\xc9\x64\xe1\xec\x7b\x56\xee\x55\x75\x95\xad\x92\xf1\xe1\x16\xe7\xad\xf5\x9a\xc3\xcc\x6e\x02\xff\xfb\xd8\x05\x82\xc9\x9c\x1a\x55\x4f\xdb\xc3\x7d\x71\x20\x48\x81\x1e\xe6\xe7\x5c\x0b\x3b\x15\x9e\xf3\x94\x7b\xe9\x8f\x06\xb9\x07\xff\x71\x1b\x34\xe7\x4e\x79\x2a\xc4\x64\x03\xa7\x97\x9f\x9f\x87\x9d\x12\xde\xda\x06\x93\x5b\x9f\xdd\x3c\x93\x23\x47\xe4\xa7\xe8\x02\xc2\x00\x8f\x89\x01\x95\xc0\x02\xdf\xab\xa8\xe3\xef\x2d\xaa\xe4\x51\xdf\xca\x25\x7b\x57\xf8\xc2\xd0\xfc\xae\x71\x68\x17\x28\x45\x2d\x9d\x2f\x62\xd8\x37\x56\x31\x56\x5f\x33\x47\x9a\xac\xe5\xd9\x2d\x34\x92\x1b\xb4\xe2\x41\x5b\xf9\xa4\xa2\x5f\x9d\x19\x67\x1a\x5e\xe9\x3b\x5e\x77\x61\xa7\xbd\xd2\x5c\x14\x89\x5f\x1f\x9d\x7a\x2e\x62\xf7\x77\x0d\x63\xf9\x45\xeb\xfe\x03\x23\x2b\xf4\x47\x9f\xae\x19\x45\x0b\xfc\xdf\x30\xee\x63\x13\x31\x5b\xba\x15\x97\x23\xd7\xfd\x98\xa6\xf7\x23\x02\x34\x07\x7f\xa7\x09\xfa\xf9\x95\x61\x9e\xe0\x36\x22\xac\x96\x86\xbe\xcc\x54\x3d\x7e\x31\x53\x27\x83\x1d\xcc\xdc\x84\x33\x78\x0a\xe1\xec\x39\xce\x72\x13\x95\x9b\x2f\xfe\x02\x89\xa0\x09\xc6\x31\x4c\x90\xa8\x05\xbe\xa2\x60\xf5\x31\x37\xfd\x0a\x20\x4b\x80\x31\x45\x92\x85\x0f\x78\x7c\xfd\x73\xc1\x89\x30\xf1\x91\x03\xa7\x09\x62\x1a\xf5\x76\x82\x5d\x9d\x59\xc1\xb5\x49\xc8\x5d\x93\xf5\x06\xe2\x18\x6d\x19\x31\x3a\x21\xad\x28\xb6\x62\x3c\x98\xb5\x36\x82\xd2\x9c\xad\x41\xb5\xc4\x1b\x08\xc7\x94\x18\xea\xd9\xd4\x53\x9d\x90\x0c\xf1\x11\xc3\xc0\x70\xa4\x71\xad\x4d\x9e\x1d\xc3\xbe\x73\x9e\x1d\x36\xf8\x51\x96\x8f\x4a\x08\xe4\x4d\x4d\xf5\xff\x15\x6a\xba\x06\xa8\xf1\x3c\xe7\x1d\x0a\xf7\x3b\x4e\x7e\x0a\xee\x79\xe2\x46\x61\x9b\xe3\xc4\x71\x33\xe3\x07\x62\xb9\x57\xda\x3a\xef\xf8\x10\x34\x00\x77\xd9\xc8\x5b\xe5\xa9\x23\x25\x32\xd4\xf3\xb9\xfd\x9b\x2c\x35\x07\x98\x88\x05\x58\x10\xf0\x79\xf5\x94\xcd\x14\x65\xda\xc4\x44\xd7\x6f\x73\xa0\x70\x0e\x99\x64\xfd\xea\xdc\xcb\x85\x44\x2a\x26\x36\xdd\xa8\xf5\x97\x46\x6d\xa1\xce\x24\x07\x05\x35\x14\x20\x09\x78\x4b\x8f\xea\x90\x25\xd3\x79\xa8\xb3\xc8\xc1\xf7\x87\x60\xd9\x0b\xd4\xf8\xb8\xda\x0f\x85\x87\x77\x61\xb1\x83\x75\xea\xa0\x18\x36\x6e\x3e\xc2\x53\xd6\x95\xc2\x6b\xf5\x91\x20\xdb\x83\x84\xfb\x87\xcd\xb2\xec\x71\x89\x4f\xe6\xf0\x90\x54\xd4\x3a\xdd\x39\xad\x2c\x5d\x48\xad\x09\xdc\xcc\x41\x24\x26\x02\x82\x50\x23\xcc\x2e\x21\xa0\x00\xe5\x86\xec\x8e\x16\x33\xd5\x52\x31\xfa\xef\xd4\xb4\xb5\xff\x20\xfe\x37\x03\x6a\x49\x23\x5f\xb0\x65\xf5\x3f\xd8\x68\xd1\x1f\x36\x9a\x70\xbb\xac\x09\x1d\xb3\x40\xf9\x14\xbb\x4d\xfd\xc3\x26\x3c\x11\x2d\x7a\x60\x85\xde\x61\x54\xd8\x8a\x85\x9b\x04\x76\xd9\x42\x94\x01\x87\x19\xf2\xfd\x33\x29\x8c\x2c\x28\x16\x51\xdc\xaa\xf9\xed\x28\x5c\x0e\xaf\x26\x09\x4b\x55\x54\xcc\x79\xfd\x8b\x39\x99\x1e\xef\x81\x55\x62\xe6\xaf\x04\x27\x7a\x84\x26\x00\xb1\x6f\x06\xa3\x79\xa6\x96\x26\x13\xf0\x4e\xbf\x0d\xc1\x2b\x38\xce\xbd\x22\x73\x8d\x01\x29\x6d\x8a\x48\xb4\xfd\x9b\xdb\x99\x96\xe3\x09\xe7\x3c\xf8\x0b\xbb\x18\x89\xbd\xbb\xa7\xac\xd2\x93\x0b\x70\x41\xd4\xb9\x3e\xe3\x70\x9e\x5c\x0e\x99\xe4\x7b\x96\x57\x5c\x1d\x9f\x47\xe5\xa1\xb0\xa8\x6c\x66\x4d\x21\xea\x35\x05\x37\xfe\x80\x65\x69\x46\x59\x52\xea\x25\xe3\xd8\x9d\xc4\x03\xc7\xbe\x28\x31\x78\x23\xa9\x83\x03\xb8\xbb\x90\xfc\xf5\xc0\x26\x8f\xea\xd6\x8e\x92\xc0\x8c\x72\xc2\x9f\x0e\x22\xc7\x47\x5d\xfc\x1d\x33\xd0\x3a\x75\x2f\x9a\xa1\x9e\x5d\xf5\xea\xe7\x62\x68\x6b\x57\x30\x9b\xd5\xec\x81\x32\x5a\xe9\x6a\x24\xd7\xfc\xf0\xee\xaa\x72\x0f\xef\xaf\x5c\x7d\x62\xf6\x90\x26\xa7\xb9\x73\x19\xf2\xc3\xdb\x35\x46\xd7\x24\xe8\x51\xf5\x3c\xe7\xeb\xa5\x0b\xa7\xa7\xc1\x53\x36\xa4\xfa\x5b\xd2\x7c\x79\x37\x7b\xd0\x23\x2f\x49\x4a\x32\x7d\xb1\x72\xbc\x67\x18\xcd\x40\xc5\xdb\xd9\x83\x9e\x92\x09\x60\x77\x9c\x1a\x6c\xd7\xb9\xd0\xb4\x26\x1c\xbc\xb4\xec\x6e\x8c\xef\xf2\xda\x3f\x94\xab\x52\x4c\x80\x8a\x31\x5c\x74\x5c\x08\xbe\x75\xf8\x34\xe8\xf9\x8e\x95\x1b\x55\xbe\xee\x66\x92\x70\x62\xdc\x4c\x15\x95\xa6\x6a\xc2\x60\x58\xb0\x16\xf8\x8d\xb6\x9b\xfb\x62\xdb\xd2\x42\xab\x81\x39\xe9\xd6\x0b\x9f\x7c\xf9\x3f\xf8\xe4\xaf\xb6\x55\x3e\x4a\x61\x03\x89\xc5\x5b\x21\x03\x22\x58\x53\x2c\xa0\xf3\xa3\x1c\x88\x3e\xc9\x6a\x8a\x8b\x9e\x91\x10\x88\x98\x57\x23\x03\xba\x42\xfd\x58\x03\xd0\xec\x38\x7b\x30\x80\x3f\x42\x9d\x8f\x0e\xa4\x14\xfd\xca\x1a\xc8\x11\x54\xe5\xd6\x9d\x63\x6f\xba\x33\xde\xa3\xab\xb6\xcd\x69\x1f\x25\x29\x42\x55\xb3\x32\x40\xb9\xf7\x35\x32\x6a\xdf\x88\x39\xdf\x95\x73\x15\x38\xc8\xff\x76\x05\x98\x5f\x84\xbf\x41\x7b\x43\xac\x60\x4a\x6c\xb9\x06\x37\x25\x0e\x5c\x40\x5e\xb5\xf7\xb0\xe7\xec\xae\x83\xf2\x07\x99\x47\x88\x7f\x43\x8d\xb8\x65\xe0\xae\x10\x3e\x2e\xb9\x0b\xb6\x03\x9d\x51\x6d\xfd\xed\x84\x83\x8a\xbe\x37\xa4\xe3\xc5\x7c\xf0\x8f\xed\xb4\x64\xb3\x4a\x8b\xb4\x52\x0d\xee\x71\xf3\x8a\x14\x8c\x16\xff\x3e\x5e\x07\xe5\x5f\xa2\x23\x6b\xf7\x5a\xb5\x5d\xd9\x60\x1e\xe4\xbe\x19\x9f\xf3\xfd\x4c\x6b\x6b\x00\x85\x08\x1f\xf0\xf8\xdc\x39\x63\xef\x6d\xe1\xa1\x89\x1e\x50\x5e\x1a\xde\xc1\x63\x87\x0e\x63\xe4\x6c\xf6\x5a\x60\x97\xf9\x60\xd6\x19\x89\x0f\xfe\x86\x4e\x3e\x3b\x7c\x28\x8f\x85\xbd\xb4\xdb\xc4\x7a\x0b\x9e\x96\x08\xb3\xf9\x71\xe2\x59\x0d\x17\xd0\x4a\x3b\x25\x99\xda\x64\x6b\x8a\xb9\x44\x6d\x50\xe0\x12\xc6\x31\x33\xcb\x83\xd4\xd5\x78\xdb\x1f\x4b\x79\x83\x75\x52\xca\x83\x6d\xe6\xe1\xec\xf2\x6c\xa3\xae\x84\x4d\x95\xea\xa7\x13\x70\x56\x57\xa8\xdf\xd7\xb9\xee\x91\xf5\xab\x3c\x12\xf6\xef\x03\x64\xa5\xd1\x39\xb2\xd3\xf6\xd4\xcf\x3a\x22\x8b\xc7\x86\x43\x71\x8f\xfc\x1f\xe5\x37\xa1\xf6\xb2\x87\xfc\x4e\x2f\x5a\xab\xfc\x27\xdd\x84\x12\xf8\xfd\x2e\xea\x94\x8c\x93\x0e\xad\x33\xe2\xf1\x4e\x94\x14\xc5\xc2\xf6\x7b\xab\x30\x28\xb5\xb7\x0e\x8b\x7b\xc3\x96\x45\xa0\xf2\xff\x65\x27\xfd\x7d\x4b\x3f\xe9\x0f\x2a\xfc\xa6\x9e\xbb\x0f\xf1\xd0\x2f\xbb\x04\x07\x85\x4a\xfa\xfa\x4e\x4d\x76\x31\xf5\x55\x32\x13\x60\xd3\x13\xbe\xa4\x12\x03\xd3\xb0\x72\xf4\xc4\x3f\x52\xea\xc6\x7d\x3f\xbd\xba\xa1\x55\xa6\x35\x5d\x13\xb5\xb4\x64\x6b\x8e\xa4\x85\x0b\xfe\x22\x13\xc9\x6d\x75\xe8\x7c\x81\xb1\xe3\x71\xcd\xfa\x09\xc7\x48\x53\x4e\x74\x7b\xce\xda\x6a\x25\x33\x7c\x14\xdf\xf7\xc5\xeb\x92\x44\xb0\x0f\x64\x16\x6b\x85\x53\x0d\x3a\x33\xcd\x43\x2c\x2d\x6f\x2a\xf7\x70\xe5\xd4\xdb\x80\xc0\xc5\xc8\x9b\x52\x02\x89\x5f\x19\x03\x8e\xc5\xc3\xa0\x71\x56\x6c\x8b\x72\x84\xfd\xb2\x8d\xb4\xda\x7a\xaf\x5b\xf1\xdc\x28\x82\x48\xb0\xa3\x0c\x01\x70\x69\xaf\x1e\x21\xe0\xbe\x11\x01\x16\x6f\xb6\xbb\xd3\x1a\xeb\x4c\x12\xda\xd9\xa4\x55\xbc\xfc\x31\xdf\xe1\x77\x6b\xa9\xf4\xef\x5f\xed\x18\x1e\xd9\x98\xdb\x5e\x45\x7c\x76\x2b\x12\x6c\x35\x1f\xc2\xd9\xd9\x6a\xb8\x9f\xfa\x27\xdc\x12\x1c\xba\x23\x12\x6c\xde\x20\xd8\x26\x68\xea\x76\x84\xfe\x09\x11\x71\x53\x9c\x61\xa5\xd8\xfb\xf6\x69\x57\xd8\xb5\x3e\xcd\xd5\xcc\xfd\x72\xb2\x8e\xe7\x7b\x54\x23\xb2\x85\xc3\x36\x19\x3d\x5b\x36\xf0\x1f\xf5\xde\xbf\xf2\x78\xaa\x34\x1e\x0e\xc6\x73\x07\x5f\x0d\x65\x2e\xeb\x78\x78\x0c\x99\xba\x56\x85\x00\xb4\xaa\x41\x75\x6f\x74\x07\xc8\x80\x80\x06\xe3\x0b\xf1\xb2\xed\x52\xe7\x51\x84\x66\x69\xb4\x86\xb4\x70\xee\x70\x90\x8a\x19\xaa\xc2\x62\x23\x19\x21\x0f\x7d\xc2\xb3\x6a\x4c\x53\x26\x25\x2e\x2b\x07\x11\x65\xcc\xc9\x35\x1f\x21\xb4\xfe\x21\xac\x65\xa3\x77\xda\xb1\x44\x7c\xa3\x90\x27\xab\xbd\xbd\x4f\xaf\xaa\x9e\x85\xb7\xc8\x7c\xf3\x06\x9f\xdc\x39\x81\x81\x60\x91\x38\x65\x53\xbe\x62\x6c\xde\x36\x47\x52\x7a\x73\x28\x54\xcb\x46\x8c\x73\x7e\x21\xb9\x24\x2f\xca\x89\x4c\x8a\xcb\x46\x16\xff\x10\x65\x34\x5a\x5f\x2f\x78\xd0\xcc\x56\xc9\xfd\xfd\xc7\x27\xd3\xf5\x1c\x8b\xd0\x5a\xca\x9f\x5a\xb4\xb4\x70\x3a\x90\xca\xf8\xb6\x47\x10\x86\x83\x0c\x2c\xe7\x12\x2a\x9e\x34\x3d\xb7\x7b\x0e\xc6\xfb\x74\x30\x04\x48\x83\xf9\x64\x3c\xfc\x9c\x3a\x98\x36\x90\x5a\x0c\x11\x09\xe1\x35\x91\xd7\x3c\x34\xdf\x40\x4c\x9f\xbb\x79\x30\xe7\x87\x9b\x15\xc2\xcf\x0c\x84\x29\x5c\x5c\x75\xf1\x50\xd8\x5e\x25\x90\x23\x4a\x72\x90\xa3\x4a\x5d\x65\x3c\x67\xd0\x77\xe2\xe6\x9e\xb0\x5f\x0f\x74\xa5\x3f\x25\x30\x77\xa4\x88\x21\x73\xbc\x86\x34\xe8\xc9\x7c\x47\xbc\x9f\xca\xee\xdb\xc3\xe4\x05\xef\xbb\xe2\x6e\x42\xba\x60\x27\xc3\xd5\xdb\x52\x8d\x30\xe1\x9f\xf0\x91\x8b\x44\xb4\xa6\x9f\xf4\x06\xa9\x25\xd0\x2e\xf5\x06\x90\x6d\x5c\xe1\xcd\xad\xd5\x27\xb7\x64\x02\x7a\x77\xeb\x5d\x53\x1e\xda\xfc\xeb\xc6\x72\x8d\x32\x14\x00\x1a\xad\x6c\x65\xe1\xf4\x82\x47\xd2\x1c\x30\xa5\xf9\x43\x4e\x6e\xae\xcc\x71\x04\xcc\x16\xf9\xab\xf3\x05\xae\x2e\x16\x99\x34\xad\xe6\x72\xc9\x97\x4b\xdb\xec\xf8\x74\x5f\xcd\xe7\x56\x0b\xc2\x89\x98\x74\xe6\x0f\xe5\x8d\x12\x13\x38\x7c\x83\x53\x23\x3b\xac\x1f\x3a\xf0\x7a\x07\x6d\x06\xb3\x33\x9b\x68\xcb\x59\xaf\x2b\x3f\x03\xc9\x58\xff\xbe\xb5\x04\x1e\xae\x5c\x01\x16\x4e\x89\xa1\x41\x95\x7d\xaa\x20\x2b\x0e\xe9\x84\x4f\x94\xc1\x86\xac\x36\x46\xe4\x80\xbc\x3b\x61\xf3\xbb\x9e\x01\x0a\x8a\xde\xdd\x93\x4f\x35\x21\xad\xdd\xeb\x6e\x33\x95\xe9\x47\x8f\xeb\x83\x99\xf3\xb7\x91\x53\x24\x3c\x26\xb4\xb9\xba\x3d\x6a\x20\x8c\x2a\x3e\x6a\xee\xff\x70\xd4\x80\x17\x71\x8a\x00\x9e\x57\xd7\xfc\x79\xc3\x4d\xdd\x9c\x37\xc0\x58\x3c\xe2\x00\x19\x7d\xbd\x95\x55\x2c\x43\x2e\xac\x48\x5f\x39\x60\x69\x87\x8f\xe0\xf5\xbb\xbb\x0c\x41\x10\x2c\xb1\xb4\x03\xa8\x2b\x05\xcb\x0f\x2b\x50\x81\x7f\x93\x46\xb0\x69\xca\x2f\xbb\x8f\x0f\x50\xf0\x97\xfd\xd2\x9c\x3f\xfc\x89\xe9\x07\x42\x9c\x68\xa6\x22\xd8\x1b\x3f\x31\x77\xea\x84\xe6\xf0\x14\xd6\x99\x3c\x7c\xf9\xc5\xea\xf9\xbe\xc0\x55\xcb\xa6\xf4\xac\xfd\xb2\x86\x79\xeb\x5f\xe7\xf8\x22\xc5\x08\x11\xec\x1e\x7b\xeb\xac\xd4\x46\xad\x40\x22\x7e\x17\xc2\xe8\xb8\x86\x18\x40\x87\x76\xe8\xbe\x0b\xd9\xa2\x72\x76\xe0\xcd\x25\xcd\x5f\x08\xcd\x1b\x82\x5e\x1e\xc2\x3a\xb1\xcb\x6d\x29\x42\x0b\xe5\x60\x3f\xda\x87\x3e\x84\x05\xca\x98\x5d\x4b\xa3\x6a\x0a\xb7\x99\x90\xb8\x33\x69\xd0\x16\x1a\x87\x2c\xa4\xc7\x5b\xc2\x2d\x1a\x1e\xb6\x10\x7c\xb7\x98\xb1\x61\x84\xca\xe8\xa4\x26\xa4\x6a\x08\xb3\xc5\xbf\x68\x17\x8e\x70\x6a\x0e\x17\x35\xd6\x4d\x1c\x6a\x83\xf2\x58\xa8\xc7\xe8\x84\x62\x38\x9b\x13\x99\xe5\x26\x7b\x2e\xe6\xae\xef\xeb\xc5\xd1\xf7\x5d\x84\xdb\x0e\x45\x43\x3e\x35\xe9\xc0\x6a\xda\xc8\x72\xc1\x2e\x5b\x23\x16\x17\xda\x56\x0d\x3f\x0e\xd4\xa9\x18\xa9\x80\x54\x3c\x59\x21\x01\x10\xc7\xb3\xd7\x20\xae\xac\x18\x59\x48\x8f\xa3\x09\x3e\xcd\x29\x34\xa9\x11\xf0\x03\xd6\xf9\xd6\x42\xf3\xf9\x69\x03\xc1\xaa\x5d\x3c\xab\xd7\xcc\x7b\x82\xd1\x51\x6a\xba\x0e\x25\xe1\xfa\x9d\x64\xc7\x8a\x2b\x84\x41\xbe\x91\x87\x0a\x49\x67\x9e\xa5\x39\xeb\x59\xee\x93\x7b\x3c\x7f\x48\xee\xd3\xeb\x6e\x43\x76\xba\x14\xb1\xb3\x92\xdd\xee\x20\x7b\x3e\x91\x64\x0c\xdc\x49\xf3\x2c\x65\x51\x38\xcc\x9c\x5d\xa3\xa9\x5c\x13\x50\xfd\x31\xc9\xf8\xf0\x5e\xee\x99\x5f\x7e\x8d\x3a\xbe\xc3\xdd\x40\x94\x3d\x31\xfe\x69\xc2\xcc\x66\xb6\xf0\xe0\xcf\x63\xf8\xf2\x54\x17\x35\x28\xb0\x78\xcd\xd7\xdb\x5a\x9f\x33\x15\x90\x42\x65\x47\x4a\x1b\xe0\x53\xb7\x48\x22\x9b\xee\x25\x55\xc2\x5c\xe7\xa9\xf8\x52\x85\x88\xd6\xe1\x76\xf4\x54\x8e\x35\x73\xdc\x7b\x9a\x1b\xb2\xbd\xdf\xad\xfd\x46\x6c\x53\x8a\xcd\xe9\xcf\x6a\xd0\x74\x57\x75\xd2\xb4\xde\xb4\x56\xeb\xc2\x60\x30\x15\x6b\x99\xa8\x3a\x2d\xca\x4e\x0a\x75\x3b\x3d\x44\x0b\x6f\x95\x24\x43\x64\x6f\x49\x33\x0d\xed\x05\x71\x8f\x0f\x01\x7c\xda\xce\xa7\x39\xf3\x84\xf3\x7b\x75\xba\xbf\x55\x0e\xe7\x50\x02\x0c\x94\xdb\x07\xf1\x80\x8f\xf5\x9c\xa3\x8f\xf1\x97\x8c\x5a\x43\xaa\x54\xfa\xe3\x62\xeb\x97\xaf\x76\xb8\xe4\x23\x2f\x1f\xc4\x33\xe7\xa3\x61\x51\xb0\x35\x55\xcc\x39\xb8\x2c\x5c\x5e\x72\x0b\xa5\xb9\x57\x38\x4a\xe1\x97\x5a\x15\x1f\x5e\xf3\xc3\x9b\xe5\x43\xce\xed\x6c\x3a\xb1\x5d\x3e\x94\x7f\x71\xe4\xac\xfa\x1d\x15\xaf\xfe\x6a\xad\xf0\xce\x65\x85\xd0\xdc\xeb\x4a\xb3\x72\xd5\x31\xee\x5a\xf3\x5c\xc8\xfd\x2c\x5f\x94\xb0\x97\x20\x88\x0b\x45\x38\x71\x56\x45\x9d\xf3\xc6\x8a\x1d\x1f\xd6\x4b\x8c\x18\x43\xda\xa5\x82\xbf\x9e\xc4\xeb\x1f\x0b\xd4\xc2\xfd\xd5\xc0\x13\x8d\x98\x76\xcd\xb8\xc2\xab\xc6\x83\x7c\xe3\x62\x5b\x4d\x29\x6c\x40\x1c\xfd\xda\xdf\xac\x0b\x09\x88\x5a\x04\x77\x85\x85\xbc\xc0\xbd\x2a\x65\x98\x61\x4f\x9c\x21\x38\x7f\x80\x85\x9e\x2d\x67\xbe\x50\x89\x9c\xa1\xa9\x15\x84\xfb\x0a\x05\xa0\x0e\xb4\x74\xb6\xb2\x96\x16\x12\x3b\x0f\x48\x80\x98\x50\x2f\x3f\x86\xac\x24\x90\x77\x1a\xe2\x2a\xd7\xd6\xca\x97\x2b\x35\xff\x90\x84\xd9\x6d\x66\xa9\x89\x6e\xab\x4a\xe5\xc6\x00\x90\x7b\x60\x68\x90\x13\xf6\xb6\x67\x95\x4d\xfd\x38\xe1\xa2\x92\xd1\x30\x0a\xb9\x8a\x7a\x13\x1e\x11\x64\x79\x71\x7c\x3a\xc5\x0e\x3e\x81\x43\xfe\xd2\x42\x02\xc9\x33\x08\x89\x19\x85\x5c\xd6\x22\x30\x90\xd8\x7b\x94\x2d\x1f\xd6\xa6\xd0\x01\x39\x2d\xa4\xc2\x61\xc3\xed\x1e\xb0\xfe\x64\x8c\x2a\xc8\x98\xbb\x9b\x87\x1b\x6d\x92\x1c\x82\x0e\x83\xe4\xd0\x11\x79\xd8\xf8\x44\x8e\x14\x37\xf7\x7b\x02\xed\x7a\x3e\x27\x5f\x78\x50\xaa\x20\xc1\x2c\x28\xbf\x09\x27\x44\xc9\xa2\xeb\x86\x3d\x95\x55\xae\x95\x02\x53\x35\xc6\xff\x5c\x5b\x3e\xe4\x5c\xaa\x97\xe5\x03\xf8\xdd\x54\xa8\x07\x82\x54\xf0\xb9\xf6\x16\x19\x97\xcf\x34\x75\xb0\x2f\xbf\x69\xde\xe8\x8a\x7e\x40\xc8\x0a\xa1\x01\xf7\x41\xd7\xe0\x3a\x54\xa9\xab\x80\xbb\xd9\x43\xcc\xb1\xdb\x46\x17\xa8\x9b\x5a\xe3\x48\x6d\x92\x8d\x0b\xa3\x00\x76\x95\x39\x5f\x11\x46\x3d\x3e\x81\x05\xa6\x5c\xea\x52\x32\x4d\x7c\xe8\x96\x49\x18\xa2\xfe\x69\x4a\xb3\x2e\x27\xb6\xb1\x77\xf8\x8b\xcd\xf4\x8b\x9a\x57\xc6\x94\xb2\xaa\xf6\xea\xba\x62\x79\x88\xc5\xcb\xee\x4e\x6f\x24\xfb\x67\x6e\x30\xac\x9a\xf3\x89\x60\xa8\x87\x3f\x25\x02\xf3\x9b\xaa\x62\x45\xf9\x59\x78\xc1\x8b\x7b\x86\xa6\x2c\x21\xce\xda\x8f\x58\x42\xdf\x41\x2e\xfb\x09\x6d\xe9\x4e\x1f\xde\x77\xd1\xcd\x47\x48\x8e\x1b\x6b\x59\xd8\x4e\xf2\x4d\xcf\xb9\x53\xf3\xde\xbf\xb4\xdd\xc2\x04\xdf\xeb\x45\x7d\x4e\xe2\xe2\x27\xd2\x9b\x9a\x07\x93\xd0\x6b\x57\x64\x56\x04\xaa\x87\x32\x69\xe3\x12\xfe\xba\x43\xdd\x4f\x2e\x8d\x9e\x20\x6d\x38\x17\x4d\xd4\x00\x10\xc3\x1d\xa1\xdf\x37\xad\x2a\xc2\xc7\x5b\x56\xf9\x30\x10\xea\xf9\xcc\xa3\xcb\x4f\xb6\x4b\x79\x28\x5a\xae\x4e\xf8\xee\x0c\x4b\x37\x79\xa6\xa4\x9c\x1e\xcf\xde\xae\x95\x2b\xa1\xdb\x40\xb8\xf0\x97\x0e\x34\x08\x20\xa1\x5e\x9c\x4e\x3f\x92\x97\x23\x95\xf0\x1b\xee\xeb\x45\x2e\xa6\xc5\xb5\x3b\x2d\x20\xb8\x57\x45\x06\xb2\x2e\x99\xc9\xf7\x16\xc0\x31\x28\x34\x5d\xc5\x6c\x05\xa0\x95\xfc\x5d\x37\x8e\xb0\x6c\x8e\xb5\xb4\x8a\x92\x84\xef\xf9\xc9\x8c\xc9\x82\x25\x86\x25\xe4\xe3\x7e\xbe\xe9\x9a\xea\x0c\x06\x55\x0f\x8d\xfd\xa8\x91\xcd\xeb\x8d\xb2\x03\xb8\x52\x74\x82\x82\x5f\xe3\x70\xe6\xdd\x32\xd4\xb3\xac\x63\x34\x54\xb0\xf6\xb7\x65\xfe\xfb\x7a\x90\xe5\x37\xf1\xc6\xee\xbd\xf5\x19\x98\x12\xe4\x27\x99\x9d\x60\x86\x98\xe3\xaf\xdf\x38\xc0\x76\xdb\x46\x4f\xf9\x40\x22\xb5\x59\x35\x94\x39\xa6\xb4\xfa\x98\xaa\x71\x56\xa6\xc5\x95\x58\xd6\xac\x42\x80\xf6\xae\x0b\xcd\xf4\xfb\x31\x11\xc1\x4a\x6a\x89\x86\xa4\x49\x7d\xa6\x91\x2e\xe7\x72\x7d\x7a\x62\x48\x17\x3a\x9d\xde\x43\x12\xf7\x56\xd4\xd9\x77\x92\x4f\x0e\x39\x55\x2f\x55\x2e\x0e\xf5\x01\x55\x48\x69\x68\xb9\x7c\x25\xe7\xaa\xd2\xa3\x3d\x8c\x82\x80\x47\x9c\x6e\x53\xe0\xbf\xe2\x96\xf0\x0e\xb0\xab\x0e\x17\x5c\xd0\x85\xe2\x91\xa8\xac\x5d\x47\xad\x30\x5d\x64\xdf\x44\xcd\xd9\x71\x5c\x62\x9b\xac\x43\x6e\x77\x27\x6b\x77\x1c\x85\x99\x0d\x5c\xf4\x6a\x4e\x3a\x07\xc8\xa3\x81\x3a\xdb\x6d\xc8\x74\xa7\x5a\xe2\xb4\x44\x62\x42\xf1\x4c\x16\x41\x97\xa7\xba\x96\x4d\x35\x80\xf2\x3a\x6a\xc6\x96\x0d\x40\xdf\x7c\x58\xb0\xc7\x10\x58\xec\x9b\xd1\xd5\x0f\x7c\x0c\xbe\xb3\x07\x64\x28\xec\xb9\xca\xf6\xeb\x1c\x31\x5c\xc3\x19\xfe\xfa\x30\x0e\x0c\x17\xa4\x94\x8d\x5b\xe1\x7d\x16\x9a\x13\xd7\x3e\x85\xe6\x54\x1c\xbd\xbd\x2b\xea\xb4\x7c\xf8\xf4\x51\x47\x88\x29\x4a\x45\xed\x63\x48\x1b\x0d\xc6\xd8\x68\xcf\x8b\x5d\x72\x85\x18\xbf\x15\xae\x50\xb8\x11\x49\x04\x4e\xe2\x68\x36\xf4\xb6\x58\xe9\x16\xad\x77\xc2\xa3\x1c\xae\x89\x8f\x59\x3f\xf4\x68\x38\xe9\x28\x9b\x52\x5f\xa8\xbe\x99\xcc\x18\x85\x4a\xec\x3a\x22\xa3\xfe\x34\x99\xd5\x55\x71\x0c\xc8\xd0\xd6\x43\x1c\x09\x27\x92\xbb\x85\xf7\x55\x8b\x5f\xee\x84\xe4\xaf\x3b\x01\x99\x2b\xf6\xb6\x47\xe5\x72\xa6\x1d\x52\xd1\x1f\x3b\x60\x2d\x17\x92\x95\xce\xb4\xb7\x27\x56\x69\xe6\x7d\x45\x17\xff\x69\x0b\xf6\x18\xa8\xb0\x2a\xeb\x10\xad\x90\x56\x10\x2c\xac\x1c\xbc\x13\x1b\xe0\x07\x7f\xa1\x80\x15\x4e\xc8\xf1\x9a\xe1\xc5\xeb\xa4\x7d\xab\x8a\xaa\x97\xd8\xf3\x7d\xf7\x4f\x34\x84\x5d\xa0\xf6\xea\x82\x70\xcf\x31\x7c\x3e\x21\x04\x1f\x62\xe0\xd8\x35\x2a\x5d\xb1\x3b\x41\xb5\x94\xd5\x16\x15\xf5\x53\x23\x8d\x95\x4e\x90\x31\xd1\x40\x16\x1e\x25\xc8\xa0\x25\x87\xa0\x23\xec\xa7\x1c\x8c\x4c\x29\x0f\x5f\x0b\x34\x87\x42\x34\xc4\x9a\xe6\xf3\x23\x5e\x3f\xdc\x44\x43\x40\x13\x75\x11\xe6\x30\xe4\xad\x38\xec\xb0\xf9\x63\x01\x8f\xfb\xc7\x7e\xcd\xa9\xc6\x65\x80\x83\x38\x42\x44\xf2\x90\x6b\x94\x60\x37\x34\x89\x6f\x25\x51\xb2\x15\x51\x48\x82\xcb\x95\x94\x49\xc0\x43\x21\xe5\x6d\xa9\x08\xfe\xb0\x78\xd1\xe2\x54\x04\xa4\xaa\x4f\x77\x89\xab\xd8\xec\xa6\xbd\xd9\xdd\x11\xe5\x3b\xda\xd7\x9c\xab\xa4\x72\xb6\x6e\x5d\x25\x50\xd4\x68\x24\x8e\xb0\x1e\xe9\x78\xd5\xf4\xa9\xdc\x65\xc1\x00\xaa\xa5\x65\x0b\xf5\xda\x9f\xff\x60\xf1\x9a\x1f\x64\x6e\x0d\xd4\x32\x6f\xec\x7a\xd4\xdf\x0d\x3e\x3b\x57\xf4\x5c\x2f\x76\x77\x05\xf3\xed\xe6\x70\x9f\xf3\x4e\x66\x55\x33\x62\x50\xfe\x10\x61\x59\xe6\x33\x88\xbb\x72\xdb\xdb\xfb\x2f\x59\xd1\x57\xf6\x2d\x97\x42\x64\x1c\xa1\x5e\xbe\xf1\x7c\x7c\x61\xfc\x9a\x4b\x3d\x82\x99\x1c\xdd\x98\xbf\x7e\xc3\x41\x0e\xfd\x17\xf8\xbc\xe9\x40\x30\xb1\xaa\x27\x89\xe0\x7f\x01\xfa\xea\xe6\xfc\x12\xc1\xb5\xb0\xeb\xbd\x25\x59\xb5\x26\xdb\xdd\xfd\x0d\xc3\x54\x80\x3c\x76\x51\x63\x7a\x21\x51\xdc\x03\xd5\x86\xc6\x1b\xc0\x23\x51\x26\x7a\x44\x0b\x2d\x2a\xfb\xaf\xdd\x00\x87\x81\xf1\x17\xd8\x98\xd7\x2b\x60\x33\xfe\x67\xf3\x7a\x69\xa0\x52\xbd\x1c\xff\xf1\x23\x7a\x02\xbf\x7e\x22\x9d\x63\x4f\xcc\x82\xad\x3c\xad\x1e\x50\xdd\x7b\x8d\x93\xc6\x61\x17\xa0\xe6\x5c\x43\x71\x95\x35\x2b\xf3\x2c\x24\x25\xda\xff\x3e\x4b\x53\x74\x92\xfd\xc4\x11\xdf\x96\x39\xe4\xaa\x26\xee\x7f\x18\x43\x02\x12\x20\xac\xa5\x04\x07\x5d\xe7\xf9\x56\xf4\xa9\x12\x96\xbd\xad\x50\xad\xbb\x0d\x3c\x95\x39\x83\xc3\x48\x54\xac\x75\x7f\x50\x76\xc4\x66\x00\x43\x33\x94\x1d\xde\x2f\x22\x38\xed\xef\x39\xd2\x8d\xcc\xcd\x76\xea\x52\xbd\xa1\xe8\xf3\x95\x45\xef\x2b\x80\x49\xc8\x70\xb0\xbc\x32\x28\x53\x13\x84\x71\x6c\x42\xc0\x4b\x28\x7e\x9a\x61\xff\x20\x65\x1c\x49\x14\x54\x22\x93\xb7\xcf\x15\x16\xbe\x57\x96\x71\x1f\xd2\xc1\xfb\x74\xaa\x58\x59\x0f\x90\xc5\xf8\xf5\x07\xd0\xbf\x08\x62\x59\x42\x5a\xd4\xf8\x08\xac\xf0\xc3\xe1\x9e\x0e\xb3\xf8\x90\x43\x79\x4f\xad\x46\x5b\xb6\x1a\x45\x57\x2a\x6f\xbe\x44\x7a\x05\xef\xb0\x2f\xbe\x21\x36\x92\x9a\xb7\xd7\xb0\x1a\x6e\xe7\x7e\x81\xc1\xf2\x24\x82\xc1\x7d\xa4\x93\x28\x26\x67\x26\x6c\xf3\xe1\x1d\x7f\x38\x2d\x0b\x2e\xbc\xf3\x0d\xed\x97\x0e\x77\xe6\xa6\xb3\x26\x40\x45\x9f\x5c\x5e\x4d\x19\xda\xa9\xa3\x66\x24\xd4\x5a\xd5\x01\x92\x77\x64\xe8\xf5\xbc\x07\x47\xc5\xd6\xec\xcc\x28\x38\x44\x32\xbd\x14\xff\x85\x49\x26\x88\x63\x99\x1d\xca\xfb\x73\x81\xa4\x7c\xa1\x22\xd5\xdd\xfa\xc6\x07\x64\x3f\xb4\x69\x2e\xda\x72\xff\xf9\x53\x2d\xf5\xb7\x4f\x19\x68\x21\x03\x50\xa4\x1f\xf6\x96\x40\xbf\xaa\xa8\xad\x89\xa3\xd1\xdf\x01\xe4\x6f\x53\xc6\x37\x63\xed\x62\xac\x0b\x95\x14\x6e\x24\xaa\x84\x1b\x1b\x75\x2e\xdc\xb8\xaa\xd9\xc2\xc5\x31\x77\xfd\xdc\xe5\xe4\x9b\x2e\x0f\x0b\x5d\x1e\xe6\xbb\xec\x8b\xe9\x59\xed\x8e\x77\xe5\x9b\x52\x7b\xd1\xe6\x1e\x21\x65\xb9\x30\x90\x81\xff\x0f\x81\x1d\x27\x25\x3c\xa4\xe0\xad\x72\x31\x3e\xab\xb5\xde\xa5\xa1\x6c\x48\x0a\xa7\xcb\xcc\x97\x33\x5b\x7f\x71\x24\x84\xb3\xc6\x41\x3d\xca\x5e\x5a\xe0\xca\xa4\xb1\x82\x15\x55\x37\x71\x17\xab\x15\x5d\x1e\x0b\x55\xec\xf3\x50\xf4\xb6\x8c\x14\x3a\x11\xca\xaa\x74\x4c\xdd\x49\xc8\x90\x14\x97\xe4\x93\xd5\xc9\xd9\x03\xbe\x26\xf7\xa9\x2d\x3e\x35\xed\xe5\x3e\x15\xca\x44\x6d\xe8\x7a\x53\xde\x7e\xcc\x15\xc9\x7f\x9d\xa0\x19\x72\x14\x47\x42\xb8\x87\xcd\x20\x4d\x6e\x35\xd8\x8e\xa3\x70\x6f\xe5\x5b\xf1\x58\x62\x34\xe3\xa1\x66\x02\x7e\x33\x51\x28\xa6\xd4\x58\x93\x5d\xfd\xa5\xbb\x23\x8a\x3c\x4a\xae\x7a\x39\xed\xa2\x72\xed\xd8\x34\x8a\x4e\x64\x48\x37\x6e\x17\x27\xba\x19\xb8\xf9\xaa\xdf\x3c\x48\xca\xe4\x4b\xc8\x63\xe1\xb4\x90\xc3\x8f\x32\x52\x66\x44\xc7\x92\x31\x1f\x57\xa5\xf0\x28\x77\x10\x72\xb5\x78\x39\x53\x64\xcd\x24\x0b\xf8\x5a\xe6\x88\xa1\xdb\xe1\x7c\xaf\x5e\x27\x05\xd8\xf4\x4c\x90\x59\xb4\x2a\x6c\xd9\xae\x14\x1e\xec\x90\x2b\xb9\x03\xde\xc9\x68\x8e\x2a\x60\x88\x62\xf6\x66\x09\xe3\x9b\xd7\x5d\x2d\x1b\xe3\xf0\x39\x51\xd4\x1d\xf1\xf8\x01\x45\x2f\x3b\x2d\x59\x43\x76\x80\x16\x43\x07\x1b\x3d\x02\xf7\xbd\x4a\xe9\x0c\x77\x6f\x5a\x0d\x9e\x43\x31\x68\x4a\x84\x5a\x77\x22\x2d\x32\x58\x5b\x12\x9c\xef\x22\x0e\x99\x5e\x50\xd0\xb1\xbe\x4d\x9c\x43\x89\x0e\x17\x04\xe7\x72\x99\xab\x9d\x3e\x24\x1f\xa7\xba\xdf\x23\x4e\xa8\xe9\x10\x16\xc8\xdc\x7a\x3a\x91\x05\xa8\x6a\x91\x11\x4f\x4c\xcf\x96\x5e\xbc\xba\x3c\xd1\x12\x4d\xa3\x85\x3e\x06\xdd\xd0\xda\x62\x87\x4f\x15\x2a\x7e\x65\x77\xdf\xc4\xb8\xa7\x0e\x0b\xb7\x7c\xe3\xb5\x26\xff\xb4\x48\x08\x47\xc4\x13\x51\xe5\x8e\x7e\x57\xe7\x28\x8f\xb9\x22\x5c\x5a\x0f\x14\x3c\xa3\x04\xcf\xd7\x70\xcd\x36\xf7\x35\x05\x5f\x92\xae\xad\xd6\x72\xc9\x97\xab\x97\xfb\x7c\x8c\xe8\x05\x69\xcc\x5a\x62\x1d\x73\x5c\x8b\x5a\xca\x98\x93\xf4\x66\x35\x37\xef\xd5\xae\x21\x8a\x50\x6f\xd2\x9c\xc7\x61\xcd\x2d\xeb\xfd\x44\xa6\x78\x01\x9f\xba\xe9\xc8\x16\x7f\x03\xbd\x2a\xaf\x11\x5f\x6c\xae\xbd\xd4\x15\xfd\x1c\x5f\x00\x11\x74\x42\xd0\x6d\x1a\x84\xbb\xad\x20\xa0\xa3\x7e\xa1\xa1\x2d\x15\xf2\xc7\xd6\x5d\x2f\x8b\xed\xe6\x52\x10\x56\xe6\x68\xb1\x8f\x40\x48\x1d\x5e\x36\x48\x42\x0d\xbb\x2e\xd4\xec\xce\xd6\xfe\x34\x00\x31\x0d\x8f\x88\x57\x5f\x1c\xfd\xf4\x71\xda\x02\x6b\x78\x7d\x1a\x33\x84\xc2\x6d\x8f\x4a\x73\xc0\x99\x4c\xec\x34\x19\x2a\xe8\x70\xb8\xe7\x16\xfa\xcd\x28\xba\x19\x74\x54\x9c\xf6\x61\x72\x81\xc3\x7e\x90\x5f\xa3\x49\x6f\x76\xaf\x79\xc7\xf0\x9c\x6b\xd9\x98\xaa\x0e\x9c\xf7\x6f\xd6\xc4\xbc\xd3\x38\xdf\x13\x18\xcb\xc5\x2d\xf0\x10\xfd\xa1\xa6\x14\xc3\xb9\x6e\xca\x71\x29\x40\xd4\xac\xb2\x9e\xf4\xa1\x50\x0f\xad\xb5\x57\x68\xca\xa3\x44\x9e\x85\xd4\xfa\x94\xaf\x25\x6a\x91\x3e\xce\x65\x52\xc9\xb3\x19\xba\xa9\x6f\xce\x31\x7c\x42\x4f\xe5\x9b\xb0\x7e\x68\x99\xe4\x1d\x3a\x97\x97\xa9\x5c\xe5\xb4\xac\xb7\x3b\x27\x13\x21\xfb\xf0\x18\x5d\x26\x84\x49\xb4\x43\x73\x37\x78\xd0\x1c\x65\x84\xf3\x65\x83\xd8\x79\xbf\x30\x77\x51\xec\xe9\x2f\x04\xc8\x80\xd9\x71\xda\xd9\xba\x38\x2d\x51\x13\x48\x70\x9d\x03\x4a\xcf\xb7\x1b\x30\x03\x6a\x71\x66\xa5\xc8\x97\x35\xd2\x3c\x91\x16\x97\xbd\x3b\x31\x0c\xa4\x2e\x47\x18\x1e\x57\xc8\x50\xb9\xcc\x48\x95\x9f\x0e\xf5\x88\x23\xd2\x84\xc7\xec\xd1\x82\x8d\xc5\x3b\x80\xa1\x8d\xb8\x01\x1b\x52\xd9\xe8\x88\x74\x0f\x3f\xd9\x22\x3a\x1a\x99\x47\xf6\x85\xb1\xa0\xa8\xb6\xf8\xef\xf4\x09\x3d\xb7\x47\x24\xa3\x13\x83\x12\xa1\x34\xed\x1d\x56\x59\x43\x2b\x25\x2a\x56\x8d\x58\xf6\xc7\x05\xb1\x3b\xd3\x84\x91\x19\xc1\x17\xc4\x04\x7c\x41\x8c\xc0\x17\xc4\x1b\x62\xc3\xec\x8c\x3d\x63\x03\xa9\x7f\x7c\x79\x24\x42\xab\x62\xeb\xd3\x68\xe6\x41\x12\x27\xa7\xf5\xe4\xba\x4a\x23\x99\xa8\xac\x57\x66\x0e\x88\xdd\xcc\x1a\x50\x67\x60\xfa\x72\x8a\x86\xe8\xa5\xca\xbf\x01\xee\xae\xfb\x69\x18\x85\x3d\xa3\x14\x3e\x1b\xf4\x41\xaa\x58\x1b\x47\xc8\x92\x2d\x24\x67\x5a\x82\x49\xb5\x0b\xe3\x7b\x9c\x30\x76\xd7\x43\x3e\x64\xea\x90\x90\xa8\x1e\x18\xb3\xca\xa2\xed\x23\x45\x61\x0d\x8b\x74\x50\xb1\xd2\xeb\x9e\x50\x4f\x6b\xfe\x48\xe5\x77\x7a\x79\x24\x6c\x3a\x4b\x11\x63\xe5\x15\xbe\xe3\x81\x74\xbb\xba\x9b\x77\x8f\x17\x8e\xc6\x71\xd2\x4f\xeb\x26\x43\x6e\x32\x7c\x4e\x2f\xfb\xc2\x7d\x68\x61\x3e\x82\x1e\xb9\x7e\xc6\x5d\xbb\x9c\x43\xbe\xcc\x55\xbc\xa1\x10\x6f\xd5\x53\x57\x99\x3f\x7d\xba\x30\xce\x20\x89\xfb\xfd\xfa\xf3\xbb\x97\x91\xef\xb9\x54\x7f\x79\xc2\xc1\x64\x8e\xea\x2b\xae\x33\x5a\x5b\x15\xa2\xd3\x4a\xad\x2c\x42\x44\xb8\x57\xe2\xa4\x4a\x54\xc1\x51\x39\x76\x2a\xa4\x1e\x4e\x62\xbd\x11\x9f\xdd\x05\x62\x41\x04\xa2\x75\xe7\x3c\xfd\xdd\x8d\xde\xbb\xea\x75\x73\x65\x94\x58\xa0\xc8\xc4\x4d\xb0\xc1\xda\x6b\xee\x29\x31\x5c\x13\xde\xbe\x8a\xd4\x0a\xf9\xb3\xe3\x1a\xa2\x56\xec\xea\x19\x0f\x74\xf7\xa8\x45\xd3\xba\x64\xcd\x4f\x84\xd3\x93\x2b\x6e\xbf\xf8\x5d\x31\x6c\xd4\xe1\x1e\xac\x00\x51\x81\x1a\x1a\x69\x35\xcf\x74\xa8\x83\x71\xa7\x5f\xd8\x5e\xf1\x85\x75\xae\x21\xae\x60\xa8\x12\x04\xe0\x7c\xdb\xab\xad\x96\xd4\xec\x2b\xb9\x73\x06\x6b\x34\x24\xa0\x9a\xea\x4d\x36\x16\x62\x52\x0b\xb9\x1f\x21\x0e\xdc\x9b\xdf\x86\x9b\x77\x11\xc2\xba\x22\x9b\x5d\x2c\x1b\x98\x77\x6f\x5d\x62\xbe\x70\x41\xee\x65\x17\x31\xbf\x4d\x72\x5b\xce\x72\x66\x7c\x27\x84\x79\xba\x0d\x33\x4a\x38\x68\x9d\x6c\x28\x07\x50\x46\xa6\x0b\xc0\x42\x57\x78\xf4\xb3\x2a\x1d\xf4\xa3\x26\x61\x4b\x8b\x51\x87\xcf\xc4\x52\xec\xe7\x1f\x0f\x79\x52\xb6\x11\x1e\x6f\x9f\xc8\xdf\xdb\xe9\xbf\x90\x9b\x6f\xcd\xad\xad\x56\x74\xbe\x4e\x6b\x1b\x1c\x8a\x1c\xd8\x6e\x2e\x9b\x03\x17\xec\xdf\x3e\xb4\xe0\x60\x8d\x5b\x7e\xfa\x7b\x2a\x54\xcb\x26\x14\xf3\x99\x0c\xb9\xd5\xcd\xea\xa1\x3c\x93\x5a\x58\x4c\xf8\xc9\x63\xcb\xd7\x57\x1c\x60\x07\x8c\xde\xa0\x3c\x85\x47\x68\xb8\x3d\x52\x83\xfd\x15\x2a\x1f\xd7\x20\x6a\x5f\x4b\x28\x72\x72\xc5\x4c\x7a\x47\x8f\x96\x05\x61\x9e\xe2\x03\xc0\x0e\xc3\x10\xd5\x54\xbc\x4d\xf7\xbe\xfc\x26\x1c\x82\x96\xe9\xbb\x61\x97\xc3\xaf\xbb\xe4\xda\xbb\x87\x11\xf2\xb3\x10\xe1\xd0\x99\x41\x75\xfb\x1b\x10\x21\xf6\xeb\x41\xfa\xe6\x1b\xe5\x5e\x69\x0a\xe9\x21\x79\x66\xd4\x88\x10\xc2\x5e\x8f\x3c\x4a\x94\xd9\xc8\x15\x3c\xe0\x53\x03\x8e\xaf\xef\x0c\xb5\xda\xca\x37\xc6\xe7\xa4\xd8\xb0\x7e\x60\x64\x30\x41\x8f\x57\x66\xec\xc7\x62\xa4\x6d\xd3\x22\x98\x4d\x6b\x0e\xc9\x61\xb2\x42\xbc\xdf\x10\x4e\xb7\x45\x93\x14\xc5\x95\x5c\x36\x31\x45\x7c\x61\x26\x6b\x57\xb8\xc2\x2e\xf0\xab\x6d\x57\x00\x51\x88\xe0\xd2\x71\xe3\x3b\x64\xf3\x76\xeb\x84\xca\x30\x5a\x41\xad\x4d\x27\x71\x71\x20\xf5\x36\x96\xfa\x60\x99\xa6\x3b\x02\x58\x09\x2b\x19\xf1\xac\x6e\xbb\xf7\xb4\x98\x15\xe0\xdc\xcc\x18\x85\x3b\xe6\xd5\x3c\xf2\x5f\xe0\x3d\x9a\x20\x85\x08\x5d\x60\x37\x7a\xb6\xf6\xfc\xb4\xdf\x0a\x41\x81\xcd\x10\x06\xdc\x72\x0a\xa9\x9e\xf0\x13\x07\xf6\xa4\x52\x8c\xbd\x6a\xd8\xe6\x49\xfd\xe6\xc8\xec\xb0\x48\xe6\x1b\x70\xae\xc8\xed\xb9\xca\x14\xa7\x1d\x30\x6e\x5c\xc8\xf4\x53\x0d\xce\x7a\xae\xcd\x9c\x11\xdc\x18\xaa\x22\x69\x1e\x68\x84\x34\x0e\x07\xe0\x55\x4f\x37\xcd\xbb\x55\xc2\xdd\x14\x43\xab\xf8\x70\xf8\x80\x70\xa9\x08\xb6\x3d\x77\x83\xd9\x58\xc8\x90\x8d\x7d\xdf\x4e\x0f\x37\xe1\x9a\xd1\xf5\x96\xbc\xd5\x4e\x60\x6c\x5a\xf0\xd6\x5c\xea\x1c\x7f\x31\x59\x62\xd4\xa6\xd7\xed\x08\x60\xa6\x61\x42\x74\xe3\x75\x63\xa2\x9b\xe9\x75\xf6\x90\x46\x0e\x92\xf5\x86\xb1\xd8\xb8\xf1\x51\x78\x62\x40\xd9\x13\x7d\x64\x52\x41\xd0\xa5\x7d\xb9\x80\xb9\x5c\x2f\x90\x0b\xea\x08\x70\x7a\x6b\xc0\xbd\x69\x37\x17\xc4\x07\x54\xd2\x2f\x07\xa2\xaa\xc8\x67\x5f\x97\x4b\xb2\x73\xd8\x49\x1e\x55\xb3\xc2\x78\xd4\xf8\xeb\x94\xe2\x3b\xf2\xba\x23\x0d\x71\x7a\xbd\xd9\x1e\x25\x62\x99\x07\x59\xeb\xb0\xa1\x9c\x22\xaa\x55\x62\x5f\x9b\xa0\xb2\x36\x66\x69\xdc\x63\xa2\x62\xc1\x26\x2d\xcd\x22\x52\xf1\xa6\x05\xea\xdc\xb1\x02\x0e\xe7\xef\xb8\xc3\x0b\x76\x69\x5a\x08\xa5\x6c\xee\x69\xa6\xde\xd6\x1c\xbc\xd3\x84\x2e\x71\x00\xb2\xe3\x24\x5e\x11\x99\x45\xea\x68\x2a\x4e\x75\xef\xb1\xb0\xe7\x23\x4d\xb5\xdb\x85\x71\x27\x5b\xd8\x05\x2c\x73\x93\xd6\x1e\x29\x12\xa7\xce\x20\x5d\xc8\x29\x40\x7d\x6d\x60\x9e\x04\x31\x1a\x1b\x62\x98\x06\x96\xef\xbb\xc5\x33\x73\xc8\x0d\x8e\xce\x1d\xa2\x72\xca\xc1\xa0\xe8\x37\x2f\xdd\xeb\xfa\xf6\xf2\x30\x48\x19\xa8\x5e\xbb\xb0\xb8\xc9\x97\x56\xc3\xd9\x32\x38\x7c\x8b\x1c\xac\x4e\x47\x62\x1d\x8f\x67\x2b\x35\x00\x58\x14\x02\xa0\x12\xf9\xf5\x4a\xda\x2f\x8d\x39\xdb\x95\x6c\x31\xf8\xd0\xfa\xe5\x8f\x63\xb5\x18\x18\xdd\xd6\x53\x7a\x77\x87\x10\x45\x04\x1e\x28\x14\xa0\xea\xac\xe0\x71\x5a\x68\x71\xcb\xea\x4a\xb2\xcd\x99\xcf\x87\x0c\x7c\xec\x0a\xf1\x7c\x86\x3d\xcd\x24\x4a\xd0\xe2\x21\x45\xe7\x89\x8a\xc1\x37\xf2\x18\x09\x6f\xba\xf1\x9f\x78\x06\x41\xd9\xa8\x56\xb0\x92\x2d\x44\x02\x94\xd8\xf0\x15\x82\x9a\x87\x2d\xdd\xc1\x97\x90\x2a\x6c\xbe\x21\xb5\xf8\x17\xbd\xd6\x2c\x7c\x15\x96\x2c\x84\x6c\x8c\x3a\x91\x6d\xec\xff\xfc\x70\x42\x4c\x47\x89\x23\x98\x4f\xd0\x38\x5b\x85\xf5\xef\x5e\x25\x95\xdc\x96\x3d\x16\x7b\xcc\x41\x62\x04\xb1\xe3\xe8\x76\x83\x4f\x85\x1d\xe6\x1c\xdd\x25\x76\x78\xee\xc3\x22\x65\x55\x0e\x88\x99\x22\x0c\x78\xb5\x54\xdc\xc7\x71\x9b\xeb\x5a\x76\xf6\x40\x48\x91\xe8\xb4\x08\xaa\xb5\x3e\xcb\x29\x04\x4f\x8f\x56\x92\x41\xfa\x30\x25\x56\x52\x77\xed\xc4\x8a\xff\xc2\x53\xda\x6d\xce\x15\xc9\x91\xa3\x56\x96\x9b\x4b\x95\x27\xcf\x54\xac\xa2\x40\x62\x11\x2c\xa8\x34\x47\x2a\xd6\x74\xb0\x9d\x9c\x2e\x44\xf3\x51\x08\x8b\x58\x3a\x8b\xb3\x23\x25\x1e\xbd\xcd\xf9\xb9\xc5\xf1\x4e\x53\xb1\xbb\xbc\xcb\x98\x4d\x07\xa7\xe6\xf8\x7a\x43\x80\x5d\x8b\xf1\xd6\xe0\xb3\x74\xdb\x9c\x3a\xdf\x8b\xad\xbf\x30\x11\x96\x58\xba\x3c\xf1\xcb\x0b\x8c\x21\x9d\xd8\xca\x71\x11\x3b\x26\x73\x8b\x25\x76\xe1\x9d\x3e\xc6\xb7\xf2\x42\xb9\x38\xbf\x09\xa7\x42\x89\x56\xc5\xcf\x51\x67\x15\xc1\x5c\x33\xfa\x5e\xc8\x9e\x97\x4a\x85\xac\xc8\xbf\x4a\xa6\x02\xc9\x9b\xd6\x30\xa9\x95\x9a\x0d\xb8\x0b\x82\x60\x78\x6a\x0e\x8a\x47\xf2\xee\x08\x0e\xd2\x20\xfe\x3f\x21\x94\x7c\xd8\x61\x40\x24\x67\x55\x97\xc7\xe4\x0e\xdb\x3c\x49\x68\x05\x49\x71\xbe\x3a\x3d\xcb\xac\x28\x5b\x5b\xb6\xb2\xdb\x01\x88\xec\x92\x6c\x65\x75\xd9\x30\xe6\x30\xc8\x52\x17\xf9\x9e\xbb\xed\xcd\x2d\x73\xb7\x2a\x61\x4b\x43\x92\x12\xdf\x0f\xc2\xf4\x7e\x5d\x22\xc6\x05\xc8\x7f\x7c\x7f\x37\x00\xea\x85\xbf\x5a\x31\x36\x2e\x1d\xb2\x9a\xf6\x28\x25\x6d\x78\xde\x3c\xe0\x12\x04\x6b\x9f\xd2\x22\xc8\x2b\xbf\x02\x17\x0f\x96\xdb\x87\xc2\xbe\x77\x8c\xec\x3d\x4c\x4b\xb8\x0c\xd7\x5a\x3c\xfe\xe5\x6e\xe8\x95\xdf\x30\xd3\xb5\xb3\xd2\xfb\x6f\x54\x82\xe3\x09\x16\x12\x04\xc5\x50\xca\xfd\xa4\xcc\xa9\xb8\xee\x55\x15\xee\xf9\xfa\x1f\x4e\x77\x72\x6b\xdf\xdf\x63\x4d\xe5\xbd\xaa\xb9\xc7\x1b\x2a\xeb\x2f\x24\xc3\x57\x78\x42\xcd\x2d\xd3\x95\xa6\x43\xdb\xdc\x15\xca\xed\x97\xd3\xfa\x1b\xee\x35\xc6\xae\x26\x8b\xce\x42\x51\xd4\x36\xb1\xb9\x20\x24\xf0\x99\xc9\x23\xcd\x15\xab\x07\x5c\x0c\x8d\x33\x05\x90\x6a\xdb\x23\xfb\xca\x1d\xa8\x99\x42\xaf\x16\x30\xab\x6d\x16\x9c\x2c\x4d\xd0\x37\x3d\x60\x04\xbb\x88\xaf\x2a\x3b\xe2\xe7\x0f\xfd\xfe\x4e\xee\xdb\x7e\xea\xe6\x16\xee\x0c\xbf\x8c\x7f\x4d\xcf\x75\x8a\x26\xd4\xe7\xbc\x84\x54\x00\x8b\x82\x5b\x01\x6c\x8b\x2b\xfb\xe0\x26\x06\x61\x89\x2d\x76\x81\x24\xeb\xed\x11\xe6\xab\x1b\x48\x4b\x60\xd1\x37\xea\xf8\xd3\x05\xd1\x70\xd1\x82\x34\xb3\x47\x38\xad\x09\x2c\x9f\x4d\xf2\x46\x3a\xd7\xba\xc2\xef\x03\x75\x5b\x13\xb3\x01\x4b\xa2\x16\x14\xf2\x70\x28\xc7\x2a\xcd\xb6\xf2\xd5\x62\x45\x25\xd3\xa6\xad\x1e\x17\xf8\xc9\xcf\x10\x99\x16\xce\xb9\x51\x36\xb6\x9f\xd0\xa3\x4e\xb8\x34\xbe\x6e\x33\x39\x53\x71\x3e\x6c\x77\x87\xa8\xd4\xde\xca\x45\x35\x57\x9c\x3f\xe3\xf3\xf6\x21\x8d\xf6\x40\xfc\x72\xb0\xdb\x3e\x64\x9f\x6c\xe1\x1a\xae\x04\xe5\x89\x78\x8b\xe5\x27\xa8\x82\x6b\x1b\xf6\xe8\x1a\x45\x52\xb9\xa2\x33\x04\x02\x24\xb8\xf0\xb0\x1d\x13\xeb\x7a\x5b\x62\xcf\xbb\x10\x57\xd7\x0d\x88\x3b\xed\x43\x3f\x17\xd8\x6d\xec\x76\x1b\x44\xa8\x31\x24\x6c\xde\x18\xfa\x85\x9d\xfa\x50\xb7\x72\x4d\xc4\x75\xb6\xc9\x72\x1d\xe1\x0b\x30\x2e\x8e\xf5\x01\x05\x7b\xaf\xbb\x3e\x8c\x0c\x0c\xf2\xb9\x59\x65\xd6\x60\xe7\xb7\xee\xa3\x4b\xd8\x9d\xe4\x26\x3f\x22\x63\xaa\xb5\xf6\x34\x85\xce\x73\xf3\x9f\xc1\xd3\xde\x80\x77\xf1\x78\x52\x8f\xed\x75\x95\x5b\x8d\xa5\xb5\x85\x30\x4e\x69\x5e\x9e\x10\x7e\x22\x8d\x52\xa2\x6a\x06\x41\xd6\x74\xa9\xbc\x53\x24\xd2\x8e\x84\xf0\x23\x62\xc9\x69\x01\xd3\xf5\x8c\x1c\xad\x33\x49\x18\x59\x7b\x79\x3a\x33\x56\x09\x87\xa8\x9b\x5e\x98\x24\xa1\x62\x04\x22\x97\x6c\x99\xe6\x42\xd5\xfd\x3b\x8a\x6b\x80\x57\x35\xed\xdd\x6e\x89\x34\x13\x24\xa1\x0d\x6b\x85\xcb\xf7\xbc\x3b\xcf\x48\x7d\xcc\x39\xca\x77\xbf\xb8\x9e\x92\x25\x76\x12\x67\xf2\x02\xe2\xd7\xe3\x0a\x95\x26\x83\xf2\x45\x1a\x9f\x73\x40\xf2\x3c\xf1\xda\xc0\xc2\x19\x13\x6e\xf0\xa1\xed\x86\x13\x55\x36\x4a\x78\x0d\xae\x46\xb4\x4e\x98\x8e\x7c\xb1\x95\xef\x3b\x42\x7a\x8d\x24\xd5\x78\x79\x9f\x37\x30\x0f\xc9\xa9\xb0\x1a\x64\x67\x6a\xab\x18\x66\xb4\x44\x26\x88\xa6\x41\x8d\x97\x03\x0c\xde\x26\x58\xb5\x45\x17\x9b\x52\xeb\xc5\xd6\x6f\xcd\xfb\xec\xce\x3e\x93\x10\x46\xa2\x7f\xaf\xe5\xe8\x25\x06\x04\x43\x78\x2c\x17\xc8\xd8\x39\x90\xb8\x93\xe0\x6c\x0d\x2a\x9b\x3b\x1c\xd6\x70\x5f\x4e\xf7\xb2\xfc\xa1\xc5\xb0\xca\x89\xbc\xf8\xe2\x74\x61\x68\x1b\xa2\x28\x60\xa3\x87\xb2\xb4\x65\x74\x95\xcb\x3d\x51\xd0\xb2\x47\x81\x90\xc8\x68\xdb\x92\xc8\xe0\x35\x88\xd9\x13\x65\x7d\x98\xf0\xc1\x3d\x07\x5f\x73\x54\x7d\x7d\x4a\xd6\x7c\x6b\x87\x28\x77\x2d\xac\xbe\xf0\x07\xd3\x47\x8f\x88\xe3\x0d\x92\x39\x63\x0f\x2e\xa1\x6c\xb5\x10\xf1\x95\x5e\xdf\xd2\x75\x3b\xb4\x3a\x7c\xc3\x8c\xac\xb9\xbb\x37\x1e\xaf\x0f\x82\x8b\x86\x56\x47\x85\xf0\x1f\x79\x96\x83\x45\x2f\xfb\x4a\x20\xec\xa7\x23\x12\xd2\x3f\x35\xa2\x88\x10\x1a\xf2\x5c\xfd\xa2\x91\x15\x87\x88\xad\xf1\xd7\x2f\xc1\xc7\xbb\xda\x65\x6d\x8f\xc4\x52\x22\xa6\x77\x27\x5f\xdb\xa4\x4f\xfa\xd6\xac\xc1\xa1\x64\x40\x04\x36\x6a\xe0\xa4\x71\x04\x44\x5e\x44\xa9\x90\x83\x50\xed\x48\x13\xb1\xf8\x08\xd4\x84\x62\xb5\x64\xa5\x8e\xae\x5c\x2e\xd4\xc5\x8f\xce\x12\xae\x7f\xce\x99\x33\xf1\xcd\x15\x8a\x17\x54\x03\x91\x67\x5e\xde\x0d\xdb\x9a\x54\xa0\x6a\x55\x79\x5d\xd3\x10\x99\x95\xe4\x58\x57\x1c\x9e\x0c\x54\xda\xa4\x10\x0d\x41\x29\x49\x0b\x4e\xe8\x0f\xc9\x2b\x3c\x35\x61\x52\x60\xdd\xbe\x50\x8d\x01\x82\x31\x3c\x8e\x42\x9e\x9d\x69\xb0\x53\xee\xbe\x5f\xe7\xa2\x68\x87\x13\x0d\x7a\x18\xf3\x64\x1c\x4f\x24\x36\x7e\x20\x2e\x17\x47\x37\xe7\x62\x7d\xf5\x79\x64\x17\x07\xf9\x40\x33\x8f\x74\xc7\x8d\x12\x7e\xcb\xc1\xf6\xbc\x52\xf9\x21\xe7\xbd\xec\x8b\xbe\x29\xfd\x46\xc9\x4c\xbc\xdb\xaf\x3f\xe0\xd6\x81\x1a\x1d\x2c\xeb\x3e\x63\xc8\xe2\x7a\x3d\x24\x3f\xe2\x07\x02\x1e\xab\xec\xf7\xf7\xb9\xa0\xa8\xbd\xab\xdc\x99\x52\x49\xc2\x6e\xc4\xf7\x48\xe6\x3a\x16\xa0\xc7\x60\x26\x17\xae\x41\x41\x02\x66\x51\xbb\x84\x1c\xd3\xf0\x48\x3a\xde\xbe\xdf\x9c\x23\x82\x6f\x7b\x60\xa7\xf5\x12\x86\x2e\x83\x93\x61\xd0\x93\x80\xf5\xe5\x2d\x9f\xca\x17\x25\xde\x00\xc5\xf2\xb1\xd1\xe7\xb2\xf7\x5c\x76\xc5\x1d\x34\x80\x36\xa4\x08\xff\x1c\x5a\xb9\x45\x57\x2f\x07\xb6\x65\x2f\xd7\x8c\xc7\xce\x76\xb3\xda\x26\x45\xb9\x51\x89\x6c\x9e\x11\xf9\x6c\x7c\x75\xc6\xe9\xb5\x82\xd5\x64\xb8\x46\x95\xfa\x71\x0b\xcf\x21\x2d\xa7\xcb\x49\x2f\x49\x55\xef\x2b\xd5\xb0\xea\xf0\xe1\x8c\x8d\x0d\x8e\xa1\xa6\x5a\x17\xcd\xb6\xd4\x5e\x26\x40\xac\x29\x94\xf6\xdb\x16\xbb\xf3\x09\xb7\xca\xa1\x28\x85\x3e\x0f\x12\x05\x21\x5e\xbe\x1c\x09\x83\x4d\xc6\x72\x1b\x81\x21\x75\xc2\xa2\xf7\x93\xf3\x2d\x02\xad\x24\xea\xc1\x6c\x31\xb8\x29\xc2\xeb\x7a\x7b\x04\x97\xd7\x51\xda\x65\x69\x37\xda\x9f\xd0\xb5\xe2\x57\x90\xf1\x2b\x73\x4a\xa0\x20\x54\x50\xe1\xa9\xf0\xcb\x99\x71\xde\x53\x69\xcf\x71\x82\xe5\x34\x6f\x7e\xb8\xe7\x59\x35\xd6\xfe\x12\xd7\x3c\xa2\x28\xde\x0a\x66\x35\xe8\xfc\x46\xae\x00\x18\x5e\x29\x81\x23\xb1\x0a\x55\x72\x76\xb8\x47\x5e\x27\x37\x35\x86\xec\x6f\x5c\x01\x14\x11\xa5\x6a\xb2\x87\x62\xd3\xe3\x5b\xbb\x3b\x17\x94\xed\x5e\xe8\xf2\xa4\x72\xfa\xd2\xde\x8e\x98\xab\x16\x44\xb5\xa0\x7a\xa6\x60\xba\x71\xe9\xa2\x8f\x70\x7b\x3e\xc8\xc2\x4f\x75\x27\x3e\x3b\x1b\x36\x86\xae\x6f\x90\x26\xab\x60\x06\xee\xaa\xa9\x39\xa1\xea\xa9\xda\xce\xe6\xd7\xab\x52\x0c\x7f\xb0\x07\xd6\x15\xe2\x85\x0d\x39\xb9\x68\x8f\x17\x8e\xde\x48\x0b\xba\x3a\x42\x3d\xc1\x50\xad\xee\xf0\xfb\x93\x7d\xda\x37\x39\xee\xcc\x18\xc9\xc0\xa0\x89\xcc\xc0\xa6\x32\xa6\x4b\x13\x0e\xd7\x39\xc1\xfc\x07\xc8\xa4\x0c\xae\x58\x3f\x84\x42\x6d\x90\x5b\x6a\x6a\x21\x26\x35\xe0\x21\x11\xc6\xaf\x7f\x6e\x7d\xd7\x1c\xfc\x06\xb5\x01\x20\x98\x09\xc3\xfb\x42\x3d\x99\xab\x0e\xdc\x72\x33\xc0\x03\xc2\xae\xe0\x00\x01\xed\x00\xfc\xcf\xa5\x34\x50\xc7\xc5\xee\x2b\x86\x28\x38\x15\x6f\x2e\xea\x1e\xf1\x68\x53\x25\xf4\x06\x08\x5a\xab\x32\x33\x65\xf2\x4e\x7d\x60\xe7\xf5\xcb\x5f\x64\x19\xde\x8a\x70\x37\xd9\x86\x7b\x9a\xc2\xbc\x08\xa7\x82\x5c\xb6\xe1\x48\x0b\xc8\x5d\xa8\xe8\xff\x22\xce\xe9\x95\x47\xbe\x35\x61\xde\x70\x5d\xf9\x79\x96\x05\xa8\x9e\xda\xb3\xe2\xb1\x36\xdb\x92\xe5\xf9\xb9\x56\x85\x43\x21\x15\xc7\x71\xdc\x8d\x67\x6d\xbb\x3c\x16\x76\x8f\x75\xb8\x3a\x4c\x12\x99\x08\xbd\xef\x91\x6a\x38\xdc\x99\x48\x53\xd4\xa6\xa1\x4c\x42\x88\x34\xc3\x26\xfe\x06\x7b\x64\x9f\xfc\x4e\x36\x14\x3a\xb3\x90\x0b\xca\x67\x16\x40\x7e\x5e\xaa\xc6\xfc\xeb\x39\xdb\x23\xed\xc0\xaf\xae\x15\x21\xfe\x5b\x3d\x96\x5f\xea\x0b\xc0\x9c\x70\xb5\x50\x7f\xc7\x85\x47\x8f\x2b\x34\x10\xc7\xc8\xb1\x29\x9d\x91\x2f\x7f\x44\x5a\x0f\x75\xc4\x15\x62\xb8\x24\x9e\x67\x27\x70\xae\x1f\x08\xa5\xab\xab\x08\x51\xd7\x00\xe2\x5a\x5f\x11\xe3\x7e\xd5\xa7\xe5\x2f\xe4\xbb\x2f\x97\xee\x1f\x09\x97\x90\x72\xd7\x36\x8b\xd1\xd4\x38\xc7\x74\x99\x37\x66\x36\x61\xa1\x21\x3d\x21\x38\xb2\x14\x4d\x02\xea\x8f\x3d\xd7\x7e\x2c\x2f\x14\x9d\xc4\xf4\xff\xb6\x14\xea\xa1\x55\xf9\xb2\x8f\xd3\xf2\x58\x58\x4b\xe6\xe5\x08\xea\x08\x11\x92\x93\x0b\xeb\x08\x01\x0e\x1f\xfc\x80\x81\xad\x4f\xba\x15\xb7\xb7\x80\x08\xed\xad\x0e\x8c\xa4\xa4\x84\x0a\x81\x50\x36\x5a\xa3\x25\x17\xf7\xd4\x7b\x79\x28\xee\x3e\xc8\xfa\x19\x03\x22\x9e\xbb\x1b\x44\x73\x3a\xb4\x1e\x2f\x38\x4c\x60\x5c\x09\x6a\x11\x87\x78\xea\xcf\x91\xbc\x72\xa6\x24\x24\x27\x0e\x38\x6a\xce\x41\x58\x91\xb8\x17\xa9\x52\x42\x67\x2c\x82\x82\x61\xe5\xf7\x2b\x56\xaa\x75\x91\x06\x3e\x2c\xe1\x02\xdb\x0b\x50\xc1\x9e\xba\x40\x01\x1d\xb0\x1f\xb4\x2f\x7c\xb9\xc7\x79\x0e\x81\xb0\x97\xd6\x65\xfd\x40\x81\x7f\x84\x96\xf2\xab\xc7\xa5\x76\x16\x26\x26\xcb\x17\xe2\x85\xa5\xc4\x49\x86\x7c\x5d\x93\x1d\x48\x68\x5a\x34\xb1\x88\x3b\xda\xaf\x46\x71\x35\xcb\x51\xd5\x3f\xfb\x84\x25\xb4\x44\x04\x1b\x24\x98\x58\xa1\x2e\xd3\x41\x21\x9f\x13\x13\x1b\x6d\x59\x65\x82\xc9\xb4\x44\x65\x40\x2d\x4a\xd3\x6d\xa8\xcc\xf4\x2d\xf6\x8a\x7d\xde\x3b\x72\x79\xc5\x8c\xf9\xff\xe5\x42\x52\xf0\xf7\xb0\x4d\x36\xcc\x8e\xda\x24\x1c\x10\xc7\x39\x12\x7c\x32\x92\x8d\x7d\x30\x23\x4a\xe9\xff\xd4\x4b\x39\x04\x3c\x46\xa0\x5f\x58\x28\xf1\xf6\x02\x84\x61\x54\x8c\x64\xc3\x06\xec\x40\x62\x26\xe7\x2c\x24\xec\xb6\x48\xc6\x26\xfd\xe3\x8c\x40\x01\xb7\xd1\x44\xc8\x96\xee\xff\x10\x18\x81\x01\xe5\x01\xb8\x03\xe4\xec\x51\xb1\x84\xe8\xae\xc0\x81\x37\x2b\x58\xaf\xd6\x28\x74\x93\x28\xd8\x3e\xb0\x30\x50\xf5\xc0\x9b\x49\x98\x98\xe2\x0a\x90\x24\x00\x2e\xb1\x92\x82\x80\x77\x4a\x20\x3d\x3f\xd9\x72\x4e\xd3\x16\x2e\xe8\x99\x8c\x2a\x5c\x95\x70\x4b\x26\x9f\x61\x44\x7f\xfc\x3d\xb4\x82\x15\x83\x65\x76\xd0\x1c\x2e\xab\x8e\xbc\xbc\x95\x0d\x6c\x2a\x15\xf2\xff\x99\x6a\x1a\x39\xe7\xce\x75\xc7\xa9\x93\x0f\xa9\x65\x92\xb3\x7a\x4b\x5b\x24\xd5\x72\xfd\x77\x2f\x21\xb1\xd8\x87\x7e\xe7\xd3\xe2\x4e\x0e\xa1\x9f\x19\x6f\x3a\xc4\xf4\xee\x5a\x21\xc4\x44\xfd\x21\xfb\x15\x22\x2d\x6a\x56\x5e\x4f\x1c\xfb\x99\x39\x19\x20\x99\x04\xab\x96\x5f\xec\xce\xe9\x27\xa5\x8d\xa0\x27\x07\x14\xf4\xbe\xed\x49\x89\xab\xb3\x2f\x0f\xc0\xe3\xe8\x2e\x73\x96\xa4\x06\x3a\x13\x36\x21\x5c\x2f\x49\xad\xb3\x91\x3f\x7a\x22\x79\x7d\x74\x41\xaf\xa8\x87\xa7\xd3\x4d\xe5\x80\x0e\x25\xe6\x0d\xaf\x6f\x85\x29\x5e\xef\xa8\xae\x42\x6b\xd0\x60\x18\xeb\x0b\x42\xcb\x01\x4f\xb8\x97\xbb\x5f\x65\x40\xbd\xe9\x93\x1c\x71\x45\x17\xc0\xcd\x0f\x09\xef\x17\xf5\x10\xbc\x5e\xd5\xe5\xb7\xb4\xba\xf2\x0a\x6d\x67\xbf\x53\x5c\xe0\x3e\x35\x6c\x94\xee\x61\xd8\x28\xa5\xe8\xcb\xee\x11\x21\x33\xd3\x72\x5a\xef\xda\x0d\xfb\x7f\x3c\xe9\xd4\x53\x8d\x3d\x7e\x5f\xed\xb9\x2a\x13\x51\xb2\x85\xb5\x51\x1f\xb1\x6b\x38\x61\xba\xb8\x35\xcc\x1f\x46\x9a\x46\xf8\x10\x1b\x76\xb9\x34\x43\x82\x22\xfe\x89\x3a\x2d\x18\xb8\x94\xf7\x58\x97\x33\x48\x2b\x91\x93\x45\xd2\xb7\x8d\x09\x0a\x69\x69\xf8\xfa\x3c\x82\x1d\xae\x5e\xeb\x03\x46\x1b\x75\x9e\x28\xe3\x27\x10\x7d\x3d\x93\x5e\x0f\xd6\xfe\x0b\xa4\xfa\x69\x65\xf1\x90\x05\xf3\xcb\x66\x05\xc6\xb2\x1d\xb8\x84\x99\xcc\xe7\xce\xb0\x28\x9b\x56\x18\xa7\x7b\xcd\x05\xab\xd7\x1d\xc2\x3d\xbf\xaa\xd2\x01\x49\xd2\x67\x06\x75\x39\x5d\x29\x2c\xef\x6d\x4b\x9b\x79\x5c\x3b\xe7\x61\xe0\x6b\x76\xfa\xcc\x9b\x10\xbf\xb6\x2e\xc9\x33\xf3\x7e\x0e\xa9\xb2\x05\x1f\x51\x0e\xa9\xf2\x77\x1b\x97\x66\xb2\xd6\x2f\x28\xf7\xd5\xb8\x9f\x36\x37\x35\xd8\xa3\xec\xe6\x21\x5a\x0e\xed\x3a\xca\x00\xf9\x55\xa8\x4f\x41\x6d\x6b\x01\x4a\x82\xa8\x2f\x68\x1f\xb2\xcb\xae\x56\x2a\x70\x9d\x04\x57\xb2\xf5\xcc\xb3\xfb\x69\xc0\x76\x03\xbb\x68\x85\xf9\xfc\x80\xaa\x0f\x3f\x5a\x41\x88\xa5\xea\xe5\x9c\x06\xf5\x76\x84\x63\x31\x48\x5a\x16\x72\xc5\xf3\x17\x76\x52\xd3\x3e\xcf\xf5\x4a\xb6\x2e\x83\xfc\xb3\x4b\x2b\x5d\x05\x13\xe3\xd1\x9d\xe5\x5b\x13\xe3\x03\xe0\x79\x87\x95\x5f\x85\xcb\xcd\x9d\xde\x13\xfd\x44\x1d\xe7\x5e\xb1\x81\xb2\x23\x7c\xca\x9d\x18\x88\xd2\xb5\x88\xa9\xdb\x06\x44\x36\x87\x5a\x5c\xe5\x0a\x05\xca\x78\x9c\x31\xd5\x7e\x48\x0d\x48\x80\xd8\x1b\x1f\x6a\x14\x6b\x03\x7f\xac\x0b\x73\xdd\x14\xe6\xb1\x5f\xc9\x0a\x4e\x65\xb2\x36\x8b\xc9\xb6\x86\x69\xbb\xf6\xff\xab\x71\x45\x9f\x17\xc6\xbb\x48\x41\xeb\x53\x11\x06\x57\xf7\x42\xb8\x2b\xa7\x77\x84\x40\xa2\xe0\xc0\x07\x42\xe0\xe6\x88\xd5\xa7\x62\x36\xe2\x67\x13\xbb\xeb\x23\xa3\xb0\x7e\x74\xf2\xd3\x53\x9e\x4a\x08\x8f\x4e\xe4\x00\xee\x3f\xe9\x53\x9d\xf3\x01\xf5\x39\x4d\x9e\x92\xd1\xb2\x3b\xc8\x89\x59\x3e\xd9\x24\xf6\xfd\x7c\x70\xc0\x2e\x24\x52\x6d\x51\x92\xf7\x4e\x69\xea\x9f\xe3\xd4\x8b\x41\xb4\x0e\x95\xce\x00\xf4\xf6\x86\xe9\x58\xdf\x72\x84\xf0\x37\x21\xa2\xf3\xa2\x25\x1b\xf1\x2c\x0e\x8d\x1a\xea\x2f\x91\xbb\xfb\x75\x47\xbc\x44\x89\xc2\x33\x22\xa0\x12\x33\x70\x89\xcc\xc8\x61\x24\xa6\x73\xa4\x92\x6f\xe4\x84\xfc\xe4\x2f\x54\xed\x90\x66\xce\x5d\xe1\xfc\x5f\x14\x18\x5b\x93\xe7\x22\xa4\xe2\x98\xce\x55\xe5\xec\xc5\x5c\x80\x71\xa3\xf4\xa0\xf6\x3f\xf4\x0c\xed\xad\x92\x95\xef\xc1\x06\x66\x98\x21\x5e\x17\x1e\x0f\x66\xa4\xbb\xe1\x89\xa7\x18\x2e\xf4\xe7\x8c\xe9\x92\x79\x3f\x38\x2e\xa9\xeb\xc3\xeb\xc2\x81\xe5\x7c\x91\xb6\xea\x09\xf5\x58\xfc\x86\x7e\x18\x55\xc3\x08\xb5\xa9\xc2\xf9\x4d\xfa\x99\xca\xe0\x65\x86\x90\x81\xe9\xd2\x2a\x9f\xa4\x10\x55\xf2\xa8\xf9\xb1\x5a\x20\x8e\x5f\x8b\xf6\x43\x21\x8e\x72\xd6\xfb\x5f\x49\x39\xe2\xc2\x9f\x93\xd0\x9a\x9d\xe1\x2c\x9d\x5b\x40\xdf\xd0\xdf\xfd\x68\x49\x64\x7b\x4d\x01\x66\x35\xd1\x17\x83\x44\x36\x61\xd9\x9f\xa2\x2b\x10\xa3\x6e\x7a\xb2\x4f\xf4\xc2\x59\x4d\x85\xf0\x92\x02\x00\x96\x7a\x84\x08\x05\xa4\x0b\x2f\x0c\x0b\xa1\x29\x30\x2b\xb9\x33\x38\x9a\xbc\xa8\x78\x77\xeb\x30\x39\x91\x7c\x87\x16\x9c\x64\xc7\xe8\xb6\xd8\xed\xce\x99\x7f\x1f\xcd\xef\x43\x2e\xd5\x3f\x59\x65\xa9\xfe\xee\x1c\x56\xa6\x19\xc0\xff\x22\x0e\x3d\xd4\x0f\x06\x4b\x8a\xaa\xa5\x6a\xed\x16\x83\x05\x39\xe2\x57\x43\xae\x30\x23\x15\x95\x5e\xdc\xca\x86\x2c\x61\x4a\x7a\x8a\x78\xc1\x16\xd3\x37\x57\xa8\xcb\x31\xed\xa8\xf2\x56\xc2\x09\x40\x02\x0e\xd4\x55\xc6\x7e\x2a\xa4\x70\xbc\x89\x8d\xea\xa8\xe3\xc6\x64\x69\xcc\x6c\x31\x44\x82\xd3\xbe\xc4\x8a\x4e\xc0\x65\x8b\x7c\xad\xbb\x6a\xa9\x43\x52\xe0\xc9\x88\x85\xc1\x3f\x95\x7c\xe2\x0c\x9c\x0d\x88\xcc\x6f\xc0\x6d\x14\xa0\xc4\x78\xce\x88\x30\x15\xaf\x7b\x6b\x11\xe9\xa7\x3e\x90\x6e\x32\xe9\x10\x08\xb0\x18\x97\xf0\x77\xda\x2f\x5c\xd5\xab\x65\x32\xdc\xe7\x14\xce\x9d\x7b\x03\xc9\x3b\x43\xc8\xa7\xdd\xa5\x5f\xb8\xbb\xe0\x37\xcf\xc8\x1d\x9c\x96\xdf\x84\xbb\x54\x97\xfb\x5b\xff\x1f\x42\x34\xb9\xe4\x9b\x2b\xf6\xf3\x4f\x79\x53\xff\x5e\xf1\xed\x26\xd9\x6c\x24\xc4\xc7\xae\x9f\x9f\x03\xb4\x5e\x40\xd0\x3e\xb1\x9c\xce\xa1\xa2\xf9\x27\x47\x22\x96\x1d\x79\xa2\xe9\xba\x48\xb0\x70\x5a\xbf\x51\xbc\xcd\x45\xb1\x9b\x24\xa6\xef\xea\x02\x50\x81\x37\x44\x8e\x23\x09\xd1\xd7\x6a\xa9\x9e\xeb\x04\x74\x6e\xaf\xfd\xf4\xf2\x87\xb0\x23\xeb\x26\x95\x47\x4c\xcf\x9f\x3b\x67\x0b\x2f\x96\xdd\x08\x28\x14\x04\xf0\x78\x8e\x1e\xfe\xe3\x7c\x65\xa8\xcb\x7a\xb0\x60\x08\x0b\x45\x29\xec\xa6\x66\x5e\x90\xb6\x8e\x96\x9c\x9b\x82\x66\x4e\xb2\xe0\x4a\x70\x4d\x29\x1c\x18\xa8\xc6\x90\x6e\x3d\x56\x61\x7d\x20\x65\xda\xa4\x2c\xf4\x37\x40\x11\x39\x21\xe0\xfd\x2d\x2b\xd0\xd0\x92\xe1\x1e\xa3\xad\x73\x79\xfb\x65\xf2\x6d\x5d\x3e\xaa\x6d\x5c\xc7\xec\x78\x48\x94\x9b\xcf\x99\xfd\x40\xca\x77\x49\xb6\x1f\x93\x60\x09\x05\x64\xb5\xc7\x2e\x59\xd2\x83\x0a\x5b\x65\x81\x1f\x50\xf4\xd7\x2b\x58\x83\x57\xf8\xeb\x2d\x91\x00\x1b\x20\x69\xe9\x02\xf1\x2d\x68\x21\xb5\xdb\x5d\xe1\x58\x0d\xa2\x2e\x01\xb4\x0c\xdb\xeb\x62\xb7\xa1\x90\x77\xd7\xf4\x94\xd7\x5c\x22\x2f\x2a\xe2\xf9\x2c\xde\xad\x2f\x5d\x12\x54\x69\x81\x55\xa3\x0f\x45\x16\xea\x2e\x77\x47\x3d\x62\x3d\x56\x28\x89\x41\x5d\x38\xa1\x96\x84\xc7\x43\x3a\x53\x1f\x4d\xde\xf2\x8f\x2b\x3a\xec\x95\xc8\x83\x69\xdf\x9b\x61\xf1\x30\x7d\x2d\xef\x3a\x70\x15\x0f\x2b\x5d\xae\x43\x63\xe5\x09\x2e\xfa\x95\xc2\xb6\x9a\x48\x55\xa4\xa4\xb3\xd3\xb9\x0e\x82\x1e\xb7\x56\xac\x78\x7a\x64\x01\xa5\xea\x4a\xb0\x17\x73\x7e\x4c\xfa\x20\xab\xa3\xfc\xa0\xcd\xce\x83\x2c\xe7\x07\x56\x0a\x87\xea\xde\x2b\x44\x09\xed\x68\x7a\x97\xf6\x0a\x29\x31\x0d\x95\xa3\x76\x2f\x06\x96\x2f\x03\x76\x5c\xdd\x02\x6d\x9a\x12\x13\xc5\xbb\x98\x79\xd8\xaa\xae\x50\x47\xb4\xd0\x6b\x03\xa0\xd2\xe5\x87\x17\xe4\x5f\xb4\x7f\x64\xe1\x5a\x73\xe4\x86\x93\x2a\xee\x82\xbf\x04\x38\xda\x50\xfb\x02\x0e\xa3\x6d\x0a\x6a\x2b\x1c\x9c\xc0\x94\xbd\x6d\x55\x76\xdf\x55\xee\x42\x7f\xd6\xb7\xa5\x3f\x38\xd1\xf3\xf2\x8a\x3d\x34\x2d\xf6\x5d\x7f\x6b\x8b\xfd\x32\xee\x14\x18\xc0\xcd\x94\xec\x18\x6d\xa6\x77\xb3\x8f\x6f\xe6\xe6\xc0\xda\x25\x4d\x31\x9d\xa5\xa4\x75\xee\xa9\x2d\x17\x07\x00\x84\x3b\xdd\x37\xa0\x4b\xb9\x0d\x44\xc6\x8f\x8e\xf0\x1e\x0f\xbb\x07\x8e\x06\x81\xbf\xa9\x01\x6c\x29\x77\x71\xa6\xea\x59\x93\x25\xff\xde\x9c\xf5\x81\xac\x28\x6c\x52\x7c\xe8\x11\x3d\xaf\xa9\x25\x25\xca\x23\x61\xdf\x11\x36\x4f\x13\x6d\x8f\xa1\xa5\x76\x70\xff\xe7\x12\x60\x07\xd4\xa4\xde\x2f\xa6\xc9\x15\x7d\x42\xed\x25\xd9\x35\x86\x31\x03\x28\x7c\xd3\x21\x7e\xfa\x2c\x27\xb4\x4f\xca\x1f\xc2\xff\x41\xfe\x2a\x28\x10\xfb\x3f\xbf\xad\xbf\xfd\xa6\xb9\xca\xdb\x97\xdf\x42\xb1\x8d\xa0\x95\xfb\xd6\x44\xa8\x97\x09\x4f\xa1\x3e\x46\x7a\xc5\x89\x41\x0c\x56\x7e\x28\x23\x80\x14\xa8\x06\x19\xc3\x07\x18\x94\x85\x73\x36\xf7\x18\x15\x5a\xcc\xb5\x45\xa5\xd9\x5c\x61\x87\xd6\x08\x1a\x84\x4b\x11\xe1\xfa\xbf\x0e\x7c\x2e\xe6\x61\xc2\x34\xbc\xdb\xad\x60\x63\xec\x31\xd2\x2e\x28\x8e\x2b\x7f\x8f\x87\xfc\x55\xaa\x5c\xb2\x07\xf9\xfa\x4c\xb3\x0b\xc2\xdb\x7a\x09\xc9\xbe\xe2\x71\xa9\xb3\x2e\xc7\x12\x0d\x38\x27\x16\x7b\xdd\xe9\xc1\x27\x56\xc2\xdd\xa1\xd6\x5a\xb8\xba\x3a\x50\x98\xaf\x25\xf8\x97\xaf\x28\x0f\xcd\x3b\x01\x70\xa4\x25\xfe\xec\x97\x07\xa1\x08\xf8\x1c\xa4\xbd\xe1\x47\x08\x75\xf7\x4e\x14\x6a\xbf\xb6\xa3\xbe\xde\xc1\x75\x1b\xa8\x52\x9f\x33\x64\xe7\x6b\x44\x1e\x2d\xf8\xef\xcb\xe7\x23\x55\xab\x9b\x39\x30\xe6\xf5\x8e\x2f\xaf\xbd\xdc\x09\xba\xe6\xd4\xc8\xcd\xee\x21\x1f\x68\x14\xf2\xc3\x85\xa3\x75\x12\xe5\x4a\xaa\x46\x38\x27\x83\xe8\xac\xf2\xcd\xfa\xb5\x8d\x67\xe2\x3c\x8d\x3a\xd1\xbc\xf0\xe6\x33\x2c\xc4\xad\x6d\x55\x6e\xcd\x1a\x60\x6d\x5b\xf4\x77\x34\x47\x05\x89\xb4\x65\xee\xda\xb8\xb1\x27\xa7\x8d\x67\xd2\x51\xf5\xde\x66\x57\xd4\x8e\x64\x6c\x75\x5f\xce\x03\x62\x0c\xf4\xff\x9c\x41\xb4\x87\x77\x73\xf9\xbb\xd0\xda\x7a\xaf\x85\x87\x41\x48\xc9\xd3\x13\xbe\xb9\xa2\x2c\xdd\x3b\x0a\x7b\x72\x1f\x81\x49\xb8\xa4\x98\x0d\x60\x12\xae\x64\xf2\xdb\x30\xbc\x21\x85\x03\x75\xa5\xf0\x71\xb6\x5d\x66\x54\x11\xd9\x03\x88\xf8\x6c\x04\xf0\x30\xf2\x76\x70\x05\x67\x5e\x90\xd1\x12\xe0\xdb\x69\x65\x67\x33\x75\x4b\xd8\xe4\x82\xeb\x85\x4c\x7c\x13\x54\xe3\x0c\xba\x74\xf4\x2b\xf2\x7e\x5e\x6c\xda\x11\xa1\x7d\x25\x6b\xb7\x26\x8c\x40\x88\x87\x34\x18\x92\xf0\x9e\x2f\x36\x83\x17\x5e\xad\xe8\x40\x22\x12\x1e\x9b\x23\xab\xdd\xde\x1e\xe8\x6e\x43\x91\x4b\x06\xf7\x90\x42\x0c\x87\x1c\x90\x8a\x2e\x36\x51\x74\x43\x92\x2c\xc2\x4f\x91\x0a\x7b\xb1\xce\x4c\x1e\x40\xc0\x27\xef\x80\x72\x37\x88\x69\x66\xc1\x66\x02\x79\x9e\xf1\xde\x91\x37\xfa\x73\xe5\x60\x07\x3c\xc0\x74\x49\x6f\x18\xc1\xb6\xd1\x2f\x7b\xc2\xd1\x74\xdc\x77\x57\xbf\x28\x5a\x68\x8f\x70\x06\x1c\x38\x0d\x38\xb8\x66\x2f\x20\x16\x5a\x3e\x95\xc8\x98\xa9\xbd\x40\x02\x67\x06\x6f\xdc\x33\x1c\x2a\xce\x9a\x51\xa7\x63\xb3\xd8\x87\x89\xee\xdc\xeb\x4f\x36\x72\xee\x7e\x6c\x27\x56\xd2\x4f\x6b\x22\xc4\xe9\x75\xc7\x45\x78\x7c\x3e\x34\x9d\x2a\x8f\x9f\x68\x70\x79\xc8\x1d\x8e\x2b\xfc\x20\x60\xd1\x9e\x15\x96\xb8\xe2\x3c\x45\xb3\x97\x28\x72\xf3\xa5\xb1\x86\x97\x3f\x59\x43\xff\x05\x22\xa0\xcb\xe1\x8d\x7b\x1a\xc6\xd9\xa0\x31\x16\xef\xe8\xad\x78\x61\x09\x6e\x3d\x83\xcc\xde\xc5\x9c\x82\x99\x38\x07\x88\xee\xab\x19\x8b\x79\x2b\xca\xf7\x9a\xc6\x10\xda\xcd\x53\x8b\x4c\xa4\x9f\x32\x1a\x0a\xd9\xe7\x1b\xf0\xcb\xf6\x60\x59\x1a\x9e\x61\xde\x76\x69\x8a\xd5\x4b\x09\xd5\xe2\x87\xbb\x12\x4c\xa4\xe7\x46\x21\x6c\x24\x0b\x4a\x41\xf8\x09\x07\xa3\x34\x28\xe4\x40\xf5\xd4\x82\x25\xe4\x1a\xaf\xd8\x96\xd2\xc1\x6c\x12\x49\xd6\xb2\x89\x0a\x5b\x6e\x7b\x4d\xde\xe4\x8d\xec\xf0\x34\x75\xd7\x04\xd9\xf9\x56\x29\xf2\x2f\x62\x34\x23\xa1\x12\x84\xf6\x7a\xf9\xe9\x13\x63\x83\x77\xcb\x3b\x2e\xcc\xb5\xa5\x07\xcc\x05\x76\x72\x93\x36\xd2\xe2\x14\x6d\xa1\x71\x93\x21\xd1\x12\xfe\xe0\x57\x8d\x68\x6d\x9b\x6c\xf7\x13\xb3\x15\xd2\xcd\x9d\x7b\xea\x43\xa8\xa4\x9f\x80\x06\x86\x27\x9e\xb5\xf9\xfe\xfb\x17\xa6\x5f\x8c\x73\x39\x1b\xe4\x3e\xab\x2a\x56\x8f\x5f\x98\x6d\xbc\xf2\x2f\xe1\x28\x46\x05\x4b\xfb\x1d\xf3\xfd\x35\x47\x94\x5e\x60\x49\x98\x24\xe6\xfa\x8c\x40\x7d\x86\x88\x92\x3b\x20\x46\xcb\x90\x93\x6f\x28\x47\xbf\x4d\x8a\x07\x8a\x18\x10\xb5\x8e\x85\x5a\xf6\xbb\x87\x22\x15\xb4\x72\xcd\xfe\xad\x01\x4d\xd9\x9f\xe8\x60\xb1\x2d\x1a\x00\xaa\x33\xeb\x9f\x1b\x1c\x09\x3b\xb6\x8e\xd8\xb4\xee\x92\xc0\x9d\x1c\xb8\xdb\x4e\x11\xba\x59\x2d\xf5\x81\x69\xcd\xd3\x6e\xf8\xbf\x4d\xfb\x02\x3a\x5e\x78\x28\xf2\x89\x06\x95\x15\x50\x67\xdb\x24\xdb\xa7\x87\xc6\x5d\x6a\x82\xb7\xa3\x1a\x71\x09\xaf\xcb\x08\xa2\x73\x20\x22\x40\x0c\x1b\xea\xc5\x98\x98\x5f\x53\xc5\x2c\xf4\x24\x4d\xf9\x51\xb7\x07\xcc\x30\x91\xa9\x0f\x94\xef\xaf\xbb\x61\xbe\xca\x2c\x2d\xe6\xc2\xb7\x44\x17\x04\xb2\xc5\x32\xfd\x86\xbb\x0b\x2e\x44\xdb\x07\x09\x91\xcf\xa9\xe8\x1e\xaa\xef\x45\xf7\x9b\x13\xfb\xb3\xf4\x5e\x9a\x31\x1a\xc9\xef\x02\xc1\x5e\xa1\x8a\xba\x97\x0d\xa4\x6f\x23\x42\x98\xf6\xae\x1b\x32\x30\x74\x54\x9d\x79\x61\x0d\xa0\x69\xc3\x7a\x93\x52\x17\xde\x3a\x7c\x22\x63\xd4\xd5\x35\xd2\x2f\x75\x37\x08\x13\x35\xcb\x44\x6a\x52\x03\x8a\x03\x54\xbf\x91\xf4\x62\x0e\x43\x3b\xac\x88\x40\x23\xc5\x38\xaa\x46\xde\x59\x90\xce\xa9\x5e\x67\xa0\x92\xd1\x92\xc9\xee\x82\x00\xe2\x54\xf4\x9d\xcf\x28\x13\xbe\x95\xcb\x84\x6a\xee\xb3\x72\xbe\xec\x15\x3b\xc8\x35\xf8\xaf\x1f\x46\x10\x84\x12\x44\x5b\xaf\x60\xfc\x5f\xaa\x24\x2c\x38\x5f\xc9\x99\x00\xe7\x07\x65\xa8\x7f\x50\x64\xe0\x73\x69\x4e\xb2\xa9\xd8\x41\x53\xf8\x66\x6c\x7b\xdc\x0d\xf4\x53\x5a\x43\xb8\x1d\xdb\x8a\x20\x71\xd4\x6b\x89\x75\x19\x33\xb6\x8d\x96\xa8\x0c\x18\x6a\x04\x47\xd6\xdc\x2a\x90\x72\x74\x2c\x04\x9f\x21\x14\xfe\xc4\xe5\x58\x2f\x58\xb1\xa0\x71\xe0\x80\xdb\x1c\xe6\xf5\x02\x59\x81\xc8\x89\x1f\x33\x9c\x61\xb8\xe5\xe4\xb2\x30\xbf\x83\xb4\xf6\x4f\x8a\xfa\xb0\x47\xbc\x62\x78\x2d\x4a\xc2\xd0\xd0\xe1\x14\x66\xcd\x18\x34\x2f\x9e\xca\x4a\xd8\x39\x7f\x62\x6b\xff\xff\x11\x15\x33\x4e\xeb\x61\xc1\x15\x58\x80\x7f\x71\xa5\xf4\x97\x21\xbb\xb7\xf3\x14\x3c\x12\x0a\x06\xcf\xd8\xaa\xa2\x65\xbf\xd3\x23\xb7\xc1\xb0\x83\xfa\xa0\x01\x1c\xba\x01\x5e\xe6\xf2\x97\x1e\xd7\x39\xe9\x7c\x00\x70\xab\x1c\x08\xfb\x47\xa3\x28\xff\xf6\x16\x54\xb4\x64\x18\x2f\x06\x37\x93\x78\x92\xc2\xa7\x8a\xd5\x08\xac\x7e\xde\x62\x6d\x32\xf3\x14\x50\xfe\x8f\x88\x2d\x9f\x24\x1b\x96\x5e\x94\x20\x18\x40\x62\xba\x4c\x51\x8d\xf5\x03\x71\x29\x60\x8e\x70\x64\x0f\xdb\xe3\x74\x47\xf4\x49\xac\x95\x03\x72\x41\x5f\x51\x7f\x96\xfd\x5a\x63\xe8\x24\x22\x60\x21\x6a\xf2\xc2\x89\xcb\xa9\xd9\x72\x94\x23\x9c\xcf\x0f\x1f\xa5\x98\xb9\x90\x79\xa7\x88\x4f\x9c\xd1\x4c\x3e\x9f\x81\xfe\x91\x1b\x0f\x67\xde\xdc\x0e\xe8\x84\xdf\xfe\x7b\x3a\x94\xaa\x14\x7e\x4c\xbd\xfc\xc5\x18\x22\xf4\x79\xff\x2c\xd1\x0b\x7d\xa2\x78\xa4\xad\x85\xb8\xb2\x91\x59\xcc\xca\x8f\x16\xf3\x4e\x36\xe5\x0f\x3b\xeb\x87\x0c\x63\x14\x5d\x74\x32\x87\x86\xdb\x45\x9d\x18\xf2\x0e\xf9\x3d\x2e\x76\x5e\xe7\x92\x38\x9c\xcd\x4b\x0f\xe9\x93\x87\x34\x20\xd5\xb3\x39\xe0\xcc\x6d\x43\x24\x19\xf6\xfe\x0f\xbe\x41\x23\x23\xa0\x71\xb1\x90\xbd\x5d\x01\xf8\xa2\x8b\xc0\x8e\x58\x71\x48\x9a\x6b\xea\x68\x4c\xe6\xd8\x73\x4e\x9b\xdd\x96\x8c\xf9\x9a\x7b\x0e\x4a\x7d\xc4\x75\x9e\x16\xb3\xdc\x73\x2d\x85\xac\x47\x72\x7e\x93\x0b\x48\xed\x49\x01\x0c\xc0\x4a\x12\x84\xaa\x50\x2c\x52\x55\xb6\xab\x08\x4e\xab\xb2\x52\xb9\xc6\xa3\x48\x63\x32\xbf\x12\x9e\xa1\x4d\x4c\xa1\xe7\x51\x1f\xfc\x3c\xda\x90\x53\xa9\x49\x53\x15\xca\x2d\x82\x59\x47\xeb\x98\x0e\xcf\xc6\xa7\xb6\xa9\xaf\x76\xf6\x5f\xfa\xe7\x01\x00\x61\xb0\x00\x0f\xca\x69\x55\x30\x64\x9f\xfc\xac\x81\x76\xe0\xe8\x24\xb9\x8f\x23\x26\x5d\x8a\xa9\x00\xf2\xf6\x83\xc8\x12\x69\x08\x0d\xfb\x89\x26\x09\x40\x2b\x7f\xa5\x21\x8e\xc4\x32\x4b\x09\x97\xef\x70\x1e\x32\xbe\xb2\x65\x4c\x94\xca\xd8\x12\xff\x4a\x31\x37\x2d\x72\x09\x82\xca\xe6\x53\x8b\x00\x0c\x74\x11\x5a\xfa\x4f\x15\xb9\x4e\xb9\xda\x5b\x1c\xa8\xaa\x75\xed\x97\x4c\x91\xda\xc5\x0f\xdf\x10\x9d\xa3\xa5\x92\xcd\xec\xe1\x6f\xe4\x46\xe3\x08\x65\xba\x95\xc9\x98\x1c\x3e\xfc\x8d\xfa\x6e\x5f\xf3\x84\x5a\x93\x6e\x73\x0f\x73\x27\x67\xfe\xcf\xf7\x24\xbd\xf9\xab\x3d\x9b\xf9\xa1\x4f\x2e\xa5\x56\x2c\x75\xbb\x60\xe9\x8d\x39\x11\xd7\xb0\x0d\xfb\xbc\xdf\x99\x93\xf5\x6f\xae\xea\x7c\xa1\xb5\x81\xc1\x8b\x23\xd3\xfd\xde\x06\x96\xad\xe6\x26\xbb\x4f\xa1\x6d\x00\x04\x75\xb6\xa8\xc5\xc6\xcf\x29\x2e\xee\x8e\x99\x25\x64\x02\x7e\x6f\x8e\x6e\xc0\xf7\xf1\x92\x3d\x34\xe3\xfe\x56\x28\xe5\x4d\x3d\x2c\xd8\x13\xa4\x4f\xfe\xb6\x14\x63\xaa\x38\xf9\x76\xdc\xb2\xe5\x69\x53\x38\x6f\x6b\xfa\xbc\x1d\x52\x18\xcf\xe0\x17\x98\xde\x11\xef\x17\xd8\x1e\x62\xbb\x60\xc3\x3a\xc1\xf4\x47\xa6\x32\x32\x25\xf8\x00\x8a\x5d\x17\x17\x86\x2b\xa2\x23\xee\x2b\xb2\x9b\x31\x36\x58\x7b\x01\x9f\x44\x73\x52\x9e\xea\xfd\xa0\x0c\x9e\x3a\x0c\xec\x43\x53\x4f\x80\x0b\x47\xc0\x2e\x11\x5c\x11\x54\x4d\x95\x2f\x46\x94\xc6\xfa\xc3\xbd\x70\x86\xcc\xfe\x44\x91\xff\x8f\xbd\x05\x63\xfc\xb3\x2a\x5b\x21\xac\x0e\x8a\x24\x24\xbb\xfc\x38\x7d\x5a\x8b\x21\x3b\x4e\xd2\x69\x53\xde\xe2\xaf\xce\x24\xfd\x0e\xd5\x8b\x43\xda\xb3\x6f\x7a\xdb\x45\x15\xe4\x7e\xa3\xe5\x16\x46\x51\x9a\xd0\xce\x21\xf4\x7c\x31\xe6\x4f\x70\x67\x3d\x8e\x55\xe3\xaa\xe8\x64\xc7\x84\x7c\x5b\x23\xcb\x9e\x7a\x47\x3c\xd1\x68\x16\x63\xe6\x96\xd8\x8f\xb7\x3d\x8e\xf6\x28\xe6\x75\xdc\x02\x33\x01\x39\xaf\x5f\x76\xc1\x8e\xe5\x4d\x1f\x18\x6b\xcc\x17\xea\xae\x01\x8c\xd5\x6d\x61\x4a\xd5\xbb\x99\xc6\xf3\x45\xd3\xb5\x0d\xc2\xaa\x27\x76\x79\x2b\xc5\x88\x2c\x57\xe3\x0e\x4c\xdb\x07\x84\x78\xa0\xc2\xe5\x87\xa6\x0e\x75\x96\xf5\xf9\x7d\xb6\xff\x4a\x54\x4f\xd4\x9a\x6a\xad\xe4\xb9\x17\x11\xa8\xcd\x4a\x6e\xe1\x43\x40\x52\x70\xc4\x0e\x05\xae\x93\x79\x00\x58\xcc\xa8\x06\xe2\xa6\x9c\xe0\xfe\x5e\x0b\xc2\x5a\xec\xa6\xb8\x5b\xe4\xe5\x23\x1e\xe4\x04\x6b\xb4\x3f\xc7\x3a\xb9\xa7\xb0\x98\xf4\xf2\x27\x7b\xc3\x80\xe2\x32\x5d\xce\xe6\xdc\xcc\x78\xfb\x36\x06\xe5\x5f\xa2\xf5\xf8\x7b\xb1\xd0\x52\xef\x66\xc8\x21\x2e\x2a\xd7\x2d\xf5\x33\x53\xc9\x4c\x72\xc8\x08\x26\xd4\x4c\x1e\x2d\x15\x8b\x97\xd3\x1b\x69\x05\xf3\x7f\xa9\x8d\x0e\x35\xc7\x3d\x19\x65\x62\xc5\xa1\xf0\x0b\x99\xcb\x02\xd6\xac\x50\x77\xac\x02\x0d\x9e\x82\xba\x8d\x4b\x8f\xb5\x42\xf3\x62\xeb\xf5\xd6\x3a\x46\xe1\x1c\xfc\x66\xa0\xdf\x4c\x93\x6f\xf1\xce\xd3\xcb\x26\xc2\x72\xb0\xb0\xbe\x83\xba\xc0\x08\x59\x98\xd3\x32\xa7\x1d\xd2\x10\x27\x35\x4b\xe4\x5f\xf0\xdb\x2b\x3f\x73\xbf\xd3\xd5\xb1\xf0\x7b\xf2\xb0\xf6\xcb\x39\x84\xd1\x37\x4d\x3f\x13\xa1\x9e\x5b\x2c\x63\x6e\xd8\x2c\x47\x93\x1d\x16\xcd\x21\x13\x44\x15\x1a\x05\xe7\x72\x48\x2d\x54\x2a\x94\xd7\x03\x5b\x64\xce\x5c\x54\xcf\x13\xea\xd5\x98\x89\xab\x07\x08\x3d\x80\x1f\xa8\xf1\xa3\x5a\x07\x1d\xc2\x02\xa7\x7e\x37\x0e\x05\x67\x33\xa9\x4e\x37\xbe\x66\xca\x16\x28\xba\x9a\x69\xe3\x64\x9e\xe6\x31\xab\xd6\x4b\x69\x0c\xed\x5a\x4d\x7d\xd3\xb2\x37\x19\x33\x5b\x87\x82\xa1\x61\x4a\x85\x80\x81\xf3\x30\x25\x51\x44\xfd\xe8\x1c\x0a\x13\x91\xaa\x73\x34\xff\x07\x36\x87\x24\x05\xc7\x98\x5f\xec\xa7\x5b\xe8\x62\x90\xf5\x6e\x22\xd4\xdc\xbe\xf1\x00\xa4\x6a\xe1\x52\xe6\x26\x95\xca\xbc\xff\x69\x96\x9b\x7c\x75\xbd\x7a\xf8\x6c\xac\xe7\x9b\x6f\x66\xb4\x98\x19\x15\x5a\xe6\xdb\xf9\xa9\x7a\xdf\x41\xd9\xed\xfc\xb7\xf9\x3f\x4a\x11\x60\x02\xdd\x2f\x23\x23\xee\x31\xfc\x36\x8f\xb6\xb7\xfe\xe4\x6e\xa1\x54\x72\x3f\x5d\x16\x3d\x2a\xe3\xe1\x48\x97\x09\x0a\x0a\x55\x74\xab\xc0\xb8\xee\xf6\x9c\xdb\x86\xea\x52\x78\x4b\xd8\xbd\xbe\xec\xca\x6f\x36\x1c\x43\xb7\x09\x39\xb8\x90\xc7\x68\x68\x71\x09\xd9\x28\x8d\xa8\x08\xa3\x02\x59\x7b\xb3\x26\x59\x42\x3a\x50\x3d\xd7\xc6\x67\xae\xc5\x95\x9b\x16\x0d\xcd\xcf\xff\xd2\x62\xa9\x01\x1b\x2a\x39\x65\xec\x2c\x0c\x2d\x69\x72\x89\xf6\x15\xec\xf0\x43\x4d\x7f\x55\xf6\xd6\x78\xc2\x7e\xd3\x6f\x47\x72\xbd\xb6\xf2\x3e\xda\x44\xeb\xa1\xea\x99\x6d\xac\x5d\x50\xff\x14\x7c\xab\x97\x23\x29\xf6\xe8\xa9\x75\x81\xd0\xf4\xd5\x5a\x08\x50\x2b\x69\x56\x1f\x7f\x8c\x2b\xae\x30\x46\xa6\xd6\x46\xda\x88\x71\x02\xb3\x6b\xae\x4b\xf2\x75\x1a\x5f\xc1\x8f\x27\x9f\x98\x45\xed\x4c\x71\x7e\xaf\x7e\x3a\x73\xa4\x32\x91\x3c\xa8\xe6\x32\xb7\x46\x94\x00\x4f\x72\x96\xfa\x59\x20\x45\xe3\x40\x04\x66\xef\x2b\xd7\x2d\x20\x5f\x90\x7a\x08\x59\x24\x32\x2e\xb3\xa2\x45\x87\xb7\x0d\xdf\x1c\x5f\x21\x2d\x78\xf3\x0f\x4d\x9b\x35\x4a\x57\x60\xcf\x11\x5a\xdd\xcc\x3c\x24\x9f\x51\xfe\x11\xfc\xdc\xb7\x74\x74\x0d\x39\x01\x93\x4d\x16\x34\x2b\x7f\x22\x2a\xe3\x99\xe5\x24\x1e\x8a\xcb\x88\x8a\xfe\xf7\xef\xd7\x76\x9f\xae\xed\x3f\x31\x86\x5a\x58\x34\xcb\xa5\x8c\xe1\x96\xe9\xb1\x7d\x6e\x29\x53\x0b\xcc\x0d\xd7\xea\xe6\x10\x8a\xdc\x1d\xb2\xce\x83\x2e\x17\xda\x37\x63\x5f\xa7\xe7\xb4\x4b\x50\xc5\x03\x61\x5c\x00\xbc\xfc\xb7\x2f\x54\xcf\x5c\x8e\x38\x7f\x7e\xe8\x09\x3a\x73\xc7\xf5\xa4\x93\x45\xea\x00\xfd\x71\x4f\x5f\x56\xa1\xba\xa1\x14\xb3\x0a\xe1\x0a\xb9\xdd\x3b\x4e\x31\xd8\x1f\x4c\xbd\xe3\x93\x14\xfe\x0b\xc2\xe8\x73\xd6\x94\xd5\x1e\xe8\x80\x38\xeb\xe9\xf4\x5c\x29\xe1\x72\xa5\x4e\x44\x38\x38\x14\x18\xea\xce\xff\x71\xfb\x11\xa3\x88\xd3\x75\x32\x33\x0d\x2b\x1e\xa7\xa1\x90\x29\x8f\x43\x86\xa0\x29\xd7\x61\x35\x19\xd5\x60\xc0\x0e\xb8\xea\x2d\x2f\xc3\x78\x5d\x3c\xb5\x87\x61\xd1\x90\x3e\xbd\x61\xa4\xe3\x5f\x30\xb7\xb3\x41\x10\xd4\xcc\x03\xc0\x41\x69\x9f\x51\x53\xbd\x75\x73\x1a\x78\x42\xdd\x93\xec\xd6\xe9\x3f\x1d\x88\x41\xcc\x1c\x50\xc2\x4a\xfe\xc9\x74\x41\x16\x5b\x0b\xab\xb3\x56\x9c\x26\x01\xf6\x46\xc5\x54\x2c\x9a\x29\x3b\x96\x67\x47\xcf\xe6\x81\x8a\xc0\xc6\xea\x36\x14\xb9\xea\xa4\x92\xe7\xdb\xf2\xee\x56\x92\x5b\xe0\xca\xa9\x77\xf7\xc9\xda\xa8\x7a\xf2\xe6\x2e\x6c\x87\xc2\x29\x99\xb3\x85\x00\x5b\x8e\xf0\x52\xa0\xc2\x8b\xb1\xe7\xdc\xbc\x92\x7e\x67\x91\x59\x29\x5d\x71\xff\x44\x7e\x66\xc2\x00\x7c\xa0\x81\xfa\x6b\xb5\xab\xbb\x99\x9a\xd6\xa9\x3b\xfa\xde\x4e\x8f\x34\x88\xe5\xfe\xa2\x67\xec\x91\x86\x1a\x7c\x1e\x2a\xe2\xa0\xfe\xc3\x50\x19\xcc\x96\x0d\xab\x5c\x40\x85\xb1\xd9\xd6\x11\xc6\x05\xe8\xf7\xc2\xc0\x50\x6f\xdb\x17\xe2\x49\xbf\x43\x47\x2c\xa2\xb8\x26\x9c\x22\x87\x30\xf4\x19\xb0\x38\x51\xe0\xa9\x87\xa2\x84\x85\x99\xa0\xc2\xe9\xfa\xd1\xf7\x05\x59\x77\xbe\xaf\xea\x05\xbc\x01\x64\x3b\xb0\x9f\x21\x6d\xf0\x66\x91\x88\x3d\x9d\x9d\x03\xa6\x33\x58\xb2\x59\x3f\xb4\x3f\x3d\xed\x89\x57\x4f\x2f\xc4\x07\xdb\x34\xf5\x0a\xf8\xc2\xbe\xaf\xd7\xec\xf2\x4d\xec\x23\x63\xe8\x06\xc7\x04\xd9\x96\x87\x05\x7d\x0c\x08\x69\xcf\x37\xe6\x59\xe1\x20\x01\x44\xcb\x05\xb4\x93\xde\x73\x01\x1a\x21\x8c\x99\xd5\x1d\xbc\xbd\x50\xf1\x6a\xf8\xe5\xcd\xe2\x42\x88\xc7\x9c\x1b\x58\xc4\xa6\x52\xec\x56\x09\x7b\x9e\xaf\x60\x60\xbe\x91\x03\xcf\xe7\xb3\xcd\x1c\x1c\x5a\xdc\xd2\xb2\x47\x66\xfe\x0d\xa3\xef\xde\xa9\x32\x16\x71\xf9\x20\x29\x1c\x6d\xa4\x8f\x34\xd4\xf2\x42\xa8\x64\x4f\x72\x1c\x65\x17\x06\x06\x8a\xc6\x73\x7e\x96\x03\xd1\x17\x21\x27\x99\x95\xd8\xac\x6c\x1c\x9f\x5d\xfe\x4d\xe2\xb4\xea\x19\x57\x47\xcc\x56\x70\x24\xc8\x7a\xa6\x24\x21\xce\x06\xdd\x56\x57\x72\x05\xf7\x71\x2e\x23\x90\xec\xf2\x15\x03\xdb\xaf\x27\xe5\xba\xb5\xbe\xfc\x2c\x66\xdd\x2f\x45\x19\xd9\x0f\x39\x53\xac\xa7\xf2\x99\x62\xc6\x91\x52\x7c\xde\x9c\x5e\x25\x92\x2f\xd5\x52\x41\x6a\xe7\xc6\xf5\xf2\xe9\xc9\x33\x0b\xc7\xcb\xe9\x2d\x97\xd0\x03\xaf\xc0\x95\x95\xc5\xb6\x17\x09\x19\x97\x46\xd1\xee\x21\xd7\xb6\xf8\x00\x0c\xa0\x4a\x14\x5c\x3b\x64\xf7\xa6\xa3\x8b\x17\x6a\x46\x73\x05\x8f\x95\xba\x33\x54\xa1\xdf\x7e\x13\xea\x3e\x06\x2d\x8e\xb5\x42\x08\x5d\xf7\x7f\x30\x25\x01\x4f\x09\x57\xb3\x3a\xc0\xc5\xf7\xd6\xfb\xfa\x8d\xe2\xa4\x88\x69\x84\x3c\xe9\x84\x73\x46\x4d\x1a\x23\xbf\x74\xc4\x68\xd7\xc5\xd1\xbe\xb5\x14\x16\x5a\x0b\x4a\x0e\xd6\x52\x4c\x4c\x97\x0d\xb1\x08\x30\xe2\xb4\x1f\x31\xd5\x96\xff\x20\xd8\x1f\xbb\x91\x5e\x9f\x59\x44\x26\x4f\xe4\x8d\xda\x3a\xe5\x2c\x71\x54\xdd\xa5\xf4\xc8\xaa\x48\xe3\x05\x61\x48\xe8\xe4\x96\x49\x7d\xc9\x31\xaa\x64\x9c\x31\xaf\x7c\x4b\x9c\x47\x29\xec\xb5\x4a\x41\xee\x47\x99\x21\x32\x4f\xfd\x7a\x4d\xff\x61\xce\x5b\xa6\x8c\x2f\x9f\x98\xb7\xaa\x13\xa5\x2f\xdf\xe8\x4e\x9e\x50\xba\x41\xc0\xec\x19\x23\xf4\x64\x7d\xf3\xb1\x6f\x66\xbe\x03\x3d\x26\xf5\x8d\xfd\x99\xe4\x2b\xf6\x1c\xe6\xc6\x60\x03\x0d\x6c\xc2\x3e\x9e\x54\x94\xe2\x0e\x77\xe9\x79\x8f\x22\x9b\xef\x84\x59\x9a\x3f\x45\x80\x6f\x38\x84\x21\x6d\x90\x65\x2d\x33\x58\xb4\xa8\xc2\x94\x5b\x60\xf4\x27\x84\x26\xa4\x32\x9f\x9f\x7f\xf8\x33\xb1\x84\xf1\x0d\x03\x22\x80\xc7\x94\x74\xe2\xd4\x40\x21\xbc\x79\x9e\x8d\x92\x0a\x10\x50\x84\xc8\xb7\x31\xdf\x14\x4f\x6f\xe7\x1a\x52\x7b\x9b\x0a\xb1\xa1\xd8\xc0\x47\x85\xea\x88\xa8\xe7\x72\x56\xf2\xd7\x84\x87\xfd\x65\x4f\xed\xf7\x85\x18\xdc\xb2\x12\x36\x55\xf1\xb2\x8c\x04\xcc\xfb\xde\xca\xf3\x22\x2d\x6b\x41\x2b\xda\xfd\x4f\xb8\xa1\x89\xab\xf9\xc4\xbe\x06\x7f\xeb\xe9\x87\x50\x51\xbf\xb2\xcb\x73\x22\xfb\xfd\x13\xc7\x0f\x84\xb3\x4e\x97\xc5\x5c\xed\xb4\xee\xb5\x00\xe3\xd4\x10\x7d\x68\xa6\xc5\xb0\xb3\xaf\x8e\x8d\xf5\xd7\x1b\xbe\x49\x85\xb5\xd4\x5d\x9a\xb5\x92\xa3\x3b\x13\x00\xdf\x41\x6e\x9b\x59\xac\x8d\xc9\x7a\x28\x21\xd6\xe9\x88\x84\xd8\x37\x73\x26\x9a\xa3\x76\xbf\xc0\x59\xb3\x5b\x50\xe8\x48\xd8\x37\x07\xad\xa1\x05\x00\x77\xfa\x1d\x92\xc0\x7c\x43\x19\x86\xab\x9c\xb9\xf9\x53\xe9\xbe\xfc\x21\x6a\xf6\xd2\x22\xe3\x6a\xdb\x26\x2a\x2c\x88\x16\x08\x92\xa7\xb8\xdc\x9f\x11\x7f\x64\x9b\x3f\xf0\xa7\x85\x03\x3f\xfa\xfb\x81\x7f\xc0\x81\xaf\x0f\xef\x0a\xdc\x72\x28\xb3\xfb\xe5\xe1\x2d\x0e\x5c\x54\xc6\x30\xb0\x2d\xb9\xe3\x2c\x8a\xd8\x8b\x14\xa3\x27\x6c\x73\x45\x31\x20\x55\x5e\x98\x18\xe2\xf9\x43\x8e\xeb\xf6\x57\x14\x42\xe9\x44\x2a\xb3\xad\xd6\xe0\x92\x30\x0e\x7e\x1e\x9b\xd7\x3a\x66\x25\x38\x6f\x01\x44\xd5\x59\x35\x8f\xf0\x05\xef\x8b\x53\xe2\x37\xe8\xba\x5d\x43\x11\x60\x6e\x73\xa6\xa5\x48\x65\xcf\x2d\x2a\x44\xfe\x82\xd3\xe0\xae\xc8\xba\x27\x42\xa9\x9b\x31\x3e\xa0\xd8\xf7\x56\x09\x35\x6c\xac\x20\x1f\xec\x19\xe3\x8a\xc7\x43\x62\x88\xf3\xfb\xff\x72\x34\x94\xa1\x7d\x94\x7f\x38\xab\x8a\xc2\x59\xee\xc4\xaa\xa4\x23\x9a\x59\x7a\x4f\xd9\xef\x69\x28\xad\xa9\x35\xc9\x12\x48\xbe\x9f\x41\xa6\x6d\xfe\x0f\x4f\x1e\x3f\xdd\x23\x74\xc9\x17\xf6\x6b\xae\x94\x2c\x07\x83\x2c\xef\x0a\x5f\x44\xfc\xb5\x21\x5b\xfe\x20\xbb\x3c\xd7\x94\x3c\x93\x1a\x6b\xcc\xf7\x7b\xe4\xec\x70\xbb\x14\x70\x50\x34\xd9\x18\xed\x24\xa1\xe2\x7b\x4b\xe9\x17\x76\x2d\x77\xc1\x9d\x91\x25\x43\xbd\x9a\xdf\x09\x41\xbc\xdf\xf1\xbb\x48\xa8\xfc\xb1\xdb\x7d\xbd\x26\xe5\xaa\x14\x57\xd5\x83\x85\xb7\x23\x4d\xe2\x45\xbf\x4a\x34\xdd\x92\x1d\x58\x6f\x9a\x48\xc9\xdf\xb3\xef\x02\x38\x2d\xbf\x32\xb7\x5b\xa8\x5c\xe3\x4b\x50\x7d\xbd\xce\x37\x6a\x59\x17\xa2\x96\x57\x39\xe4\xe0\x15\x3b\x39\x9f\x84\xf1\x25\x1c\x10\x77\xe2\xf5\x0e\x1c\x52\xce\x01\xa3\x5b\xaa\x86\x23\x46\x11\x9f\x8a\x68\x76\xb5\xf6\x48\x01\x52\x6b\x8e\xe3\x3b\x72\xc8\xe8\x89\xeb\xd7\x23\xed\x26\x3c\xe4\x4c\xd4\x27\x8e\x5c\x3f\xe3\x15\x0f\xd5\x69\xcd\x98\xc6\x09\x11\xa9\x83\xf4\x4e\x64\xd4\xfc\xae\x63\x40\x4c\x4f\xe2\xa3\xc9\xbf\x0d\xfd\x08\xb7\x87\x20\x2f\x02\xa6\x7e\xdd\x5b\x94\x95\xb8\xb0\xa0\xfc\xc1\xab\x3d\xe1\xc3\x9f\x80\x23\x0a\x89\x3d\x33\x06\x21\xde\x80\xef\x78\xfa\x11\x8f\x13\xa8\x38\x0a\x6a\x07\x44\x6e\x84\x09\xfc\xdc\x77\xef\x8d\x93\x03\xc5\x3b\xf1\x80\x43\xc8\x70\x59\x3f\x55\x08\x11\x1a\xe1\x76\x6b\x38\x2d\x2f\x48\x44\xf7\x08\x0f\x8d\x36\xd7\x1d\x23\xda\xd2\xfc\x65\xef\xeb\xcd\xc7\x2f\xf9\xd5\x47\xe0\x6e\x21\xdf\xce\x43\xc5\x99\xb2\x67\xe0\xd0\xec\x06\x1a\xcd\x35\x6e\xb3\x04\x52\x23\xb0\x46\x5b\xec\x31\x36\xb7\xf5\x83\x5a\xaa\x3d\x96\x0d\x2c\x37\xcb\xf9\xf9\x7e\x89\x0f\x3c\xae\x42\x99\x9f\x13\xfd\x46\x95\xde\xf9\x59\x23\x6f\xd9\x50\x8f\x3a\x10\xce\x73\x2c\x6f\xcf\x19\xb8\x7c\x99\x78\x8d\x02\x4b\x19\x06\xbd\x54\xd1\xfc\x46\xff\xdc\xee\x64\xe6\xe0\x89\xf8\x9c\x3d\xc6\x79\x07\x4f\xc2\x8f\x9e\xe2\x4c\xd6\x5a\xcb\x33\x5f\xbd\xc4\xe9\x59\x6e\xaf\xe5\xd5\xe8\xc5\x7c\x34\x13\x6b\x31\xb2\x56\x35\xce\xbb\x64\x6a\xfc\xe8\xe1\x90\xbf\x1a\xe7\x2c\xc7\x2e\x8c\x43\xea\xe5\xf6\x08\xa6\x92\x5f\xc6\x1a\xba\x3d\xe4\x85\x89\xc8\x38\x39\x6a\x3e\x32\x96\x9f\x3f\x85\x1d\xdd\xce\xd5\x4a\x09\x1b\x65\x3a\xbc\xd6\xf2\x6f\x0a\xf1\x50\x2b\xc4\x8f\xa9\x42\xcc\x9f\x09\x56\xcf\x9f\x4e\x4c\xa2\xfb\xf4\x54\xe2\x92\x50\x2d\x84\x43\x8d\x4e\x85\x89\x1e\x55\x8e\x0f\xf9\xcb\x3c\xd3\x93\x79\x92\xa2\xf9\xab\xbd\xcd\x37\x73\x13\xae\xb2\x09\xcf\x9d\x2e\xb6\x50\xcf\x9f\x35\x21\x3d\x65\x69\x6f\xbe\x9c\xb2\xbf\x9e\xb4\x8a\xea\xe5\x05\xa6\x95\xb4\x23\x7a\x9d\x4c\x3f\xcc\x88\x92\x1b\xf2\xd8\x73\xe6\x9e\xe9\x18\xcf\x87\xa1\x38\x7e\x6c\xb2\xb7\x6f\xcf\xc1\xf9\xc0\x7c\xaf\x1e\x93\xf9\xf4\xad\x51\x68\x5a\x35\xd2\x39\x30\x8b\x51\x39\xdc\x7d\x3a\xef\x4b\x52\xd8\xc0\xf1\x7f\x5b\x37\x00\x0c\xb7\x7f\xa2\x1e\xb5\x7e\xe6\x7b\x34\x6c\x3b\x38\xd5\x8a\x77\x79\x58\xe3\xd8\x30\xb4\xe2\x6d\x5e\xb0\x69\x82\xdb\x67\x69\x24\xdf\x0b\x93\x3c\xa5\xb7\xbd\xb5\x8a\x9b\x6e\x98\xdf\x6f\x1b\x45\xf5\x7b\xf5\x47\xf4\x5c\xdb\x0f\x06\x21\x49\x88\x28\xc9\x4e\x18\x5a\x8f\xb6\x91\x29\x78\xc4\x57\xd9\x03\x68\xd0\x13\xdb\xd5\x28\x90\x02\xb9\x4b\xf8\x17\x79\xf9\xc2\x5d\x21\xc8\x00\xc5\xb5\xb7\xc4\xae\xd4\x52\x9e\x8f\x05\xc1\x27\x4f\x7e\x39\x4d\xc2\x5c\xae\xd0\x99\x21\xfc\xd3\x11\xa6\x0d\xeb\x0c\x49\xe7\x6e\x33\x07\xc0\x88\x81\xee\x32\xc3\x6c\x00\x27\xc4\x59\x70\xfd\xc4\xd5\xac\xf8\x9c\x99\xdc\x1e\xba\xe1\x20\x82\x53\x5d\x65\x1b\xd9\xf1\xe9\x83\x66\x9a\x2b\xfc\xa0\xe9\x81\x24\xb3\xad\x40\x9d\x0d\x11\x2c\x20\x0c\x4c\x78\xde\x9c\xe2\x64\x05\xd7\x13\xc9\xfd\x7b\xe3\x1d\xf8\xf7\x35\xea\x4a\x2a\xeb\x92\x26\x56\x9d\x11\xbb\x73\x23\x63\xb9\xa5\x03\xa7\xbb\x15\x98\xa1\x8a\x94\x61\x84\x39\xee\x68\xbf\x67\x41\xe2\x55\x78\x9a\xa6\x9d\x38\xdb\xa6\xcc\x19\xe1\xde\x47\xf1\x63\x04\x16\x93\xbb\x2e\xb2\xb2\x38\x9d\x0a\xe7\xb6\xcc\xf3\x94\xc7\xb0\x18\xd7\xc3\x43\x7a\x7a\xfb\xf3\x22\xef\x49\xf8\xde\xfc\xab\x59\x4a\x95\xab\x74\xc3\x46\x1c\x1c\xc5\xe9\xf7\x86\x0b\x9b\xd7\xea\x4f\x86\xb3\x20\x4d\x25\x41\x62\xa7\xd1\xc1\x6e\x3f\x5a\xe2\x1c\x1e\x82\x2c\xba\x11\x15\x0d\xd7\x2f\xbe\xa3\xce\x72\x5e\x3c\x0d\xd2\x83\xe0\xcb\x2e\x2a\x4a\x97\xb2\xef\xcc\x53\x29\x17\x41\x6b\x3f\xdb\xf8\x2b\x96\x27\xe4\x60\x2f\x80\x04\x32\xe9\x90\xec\x66\x43\x06\xbc\x9d\x1c\xbd\xdd\x0c\xc0\xe5\x95\x05\xd5\xdb\x6e\xa7\x87\x95\x4b\xd0\x23\xbe\xb0\x91\x13\x71\x3b\x63\x7a\xa2\xbd\xb4\xa6\x32\xd9\x30\xbf\x9b\x89\xe2\x2b\x99\x4f\xf6\x76\x26\x72\x8b\x31\x26\xa1\x29\xb5\x2a\x01\x41\x69\x3c\x3f\x3e\x7c\x31\x1e\xae\x30\xed\x1d\x8e\x1c\xff\xb8\xa5\xea\x70\x84\x7f\xe2\xd6\x11\x1f\x34\xed\xdd\x30\x5b\x8e\xcc\xf2\xf3\xf9\xfa\xf9\xdf\xb7\xc3\xe4\x2e\x17\x5f\x77\x5b\x36\x29\x1b\x29\x98\x25\x6f\x90\x36\xed\x08\xf5\x6e\xfa\x6b\x24\x88\xda\x6d\x27\x30\x21\x1d\x33\x21\x46\xa6\x88\x8b\xd2\x40\x70\x79\xc1\x63\xb7\x1a\xff\xa7\xce\x56\x99\xcd\xdf\x2e\x66\x13\xd9\xeb\x2d\x1b\x85\x43\xbe\x5f\x4b\x82\x80\x9d\x31\xd6\x2c\x4c\xda\x95\x9b\x4e\x23\xb0\x4b\xbd\xb2\x1a\x77\xd9\x5a\x08\x18\x33\x16\xde\x9b\xf0\x91\x2d\xf9\xa3\xb1\x9a\xaf\xe2\xf6\xcb\xba\xb1\xa9\xb8\x37\x8d\x2d\x8e\xb0\x72\x02\x4b\xaa\xf3\xc5\x97\x87\x62\x2b\xcf\x59\xec\x12\x25\xa4\xa8\x42\xce\x0a\xf0\x46\x49\x2e\x43\x72\xef\x14\x35\x05\xc7\x7b\x3e\x17\x76\x09\x63\xfa\xa3\xda\xf8\x1e\x91\x02\x35\x6b\x17\xe2\x3c\x30\x82\x85\xe1\x63\x68\xa4\x2e\xcb\x0b\x25\x9c\x3d\x42\xbd\xe7\x84\x2a\xcb\xce\xf3\x74\xa8\x05\x69\x89\xd1\xd7\x4f\xf9\x7b\xf6\x3c\x57\x4c\x09\x7e\x24\x32\x17\xf1\x51\x93\xaa\xf0\x37\x62\x57\x5e\x85\xf7\x84\x5a\xab\xe3\xe7\xa3\x8d\x0a\x11\xca\x94\x8c\x26\xc2\x9a\x60\xfe\x9c\xbd\x79\xdc\x70\xa4\x1e\x3f\x6e\x52\x0e\x6e\x39\x56\x8f\x4f\xca\xdb\xfb\xa6\x5b\x0d\x54\xba\x71\xea\x1c\x50\x65\x16\x95\xc9\xdf\x5f\xac\x90\x3f\xde\x9f\x57\x10\x0b\x18\x32\x12\xe8\xf2\x73\x3b\xae\xb0\xb9\xf0\x6f\x1d\x73\x10\x2c\x7d\x02\xd9\x58\x03\x78\x81\xb0\x77\xec\x5c\x55\x18\x0e\xa5\xa4\xd0\x82\xfe\xba\x5a\xc0\x5b\xb8\x95\x4b\xf3\xf3\x96\x9b\x9f\xaf\xe6\x41\xb7\x12\x03\x6c\x39\xb2\x57\x55\x72\x96\xc0\x8a\x27\xca\x43\x51\x1b\x3c\xed\x5a\xfa\x2c\x6b\x73\xfd\xfc\x46\x13\x21\x33\x06\xe8\x67\x85\xf0\x98\x61\xbc\xe0\xb3\x9b\x6b\x11\x35\x40\x6b\x14\x51\xae\x15\x41\xd5\x00\xd1\xda\x55\xb3\x11\x48\x07\x7e\xe4\xf7\xec\x6e\x89\x4b\x70\x10\xde\xf7\x63\x16\xed\x8c\xc2\xf6\xc1\x91\xfe\x8c\xd0\xac\x9a\x4b\xf8\xa9\x7d\xe3\x28\x45\xe4\x02\xa2\xd6\x2d\xe6\xe0\xe9\x49\x3b\x8f\x38\x0f\x05\xe9\x4c\x76\xe9\x37\x8d\x7e\x17\x23\xac\xf4\xcc\x5d\xd8\x3c\x83\x11\xa2\x7a\xa7\x39\x30\xcf\x8c\xc9\x72\xea\x51\x54\x71\x47\x71\x49\x4e\x7f\xc1\x09\x43\xb0\x9e\xfc\xff\xb8\x7b\xb3\xee\xc4\x79\xa6\x6d\xf4\x07\xc1\x5a\xcc\xd3\xa1\x24\x1b\xc7\x71\x8c\x43\xd3\x34\x9d\x3e\x4b\x27\x69\x83\x31\x33\x18\xf0\xaf\xdf\x4b\x75\x95\x3c\x10\xd2\xf7\xfd\xec\xe7\xfd\xf6\x7e\xd7\x77\xd2\x1d\x3c\xc8\xb2\x2c\x95\x6a\xb8\xea\xaa\xbb\x4d\x07\x85\xa6\x09\x46\x89\xc3\xd3\x16\x57\xf2\x05\x36\x77\xc7\x70\xd5\x26\x71\x83\x4d\x23\xad\x6c\x7d\x77\x3b\xfc\xdc\x15\x9c\x8d\x93\x04\xe5\x2d\x4f\x84\x41\x7d\x5e\x73\x55\xd7\xcf\x67\x75\x9f\xbf\x3e\x4b\xae\xf4\xc2\xd9\x22\x7e\x9a\x39\x14\xf4\x65\x13\xa1\x3a\x56\x08\xfa\xc7\x19\xd3\xaf\xd8\xbb\x3d\x48\x35\xf7\xfc\xbb\xf0\xae\x4e\xe1\x5d\xaf\x21\x2e\x4b\xc3\xec\xdd\x7d\xa1\x7a\x56\x1b\xe4\x8f\xb3\xa6\x02\xa7\x1a\x02\x19\x54\x6c\x57\x7f\xb5\xfd\x71\x54\xec\x55\x50\xec\xb3\x13\x59\x4b\x84\x29\x88\xf9\xdc\xd5\xd6\xfe\x62\x54\xea\xdc\x06\xa9\xce\xe3\xcb\x07\xbe\xd6\x07\xca\xe0\x9f\x80\x25\x9f\xb5\xf1\xd0\xf5\x17\x0f\xfd\x7c\xf7\x58\xd8\x47\x8b\xf9\x0b\x9b\x44\xa2\xa7\x28\x35\xe2\xf1\xc2\x54\xcc\x70\x6a\xab\xa1\x9e\x06\xc6\xf6\xf9\x66\xa6\x41\x48\xe8\xfd\xe1\x12\x99\x00\x38\x77\x04\x52\xd7\xee\xb8\xd5\xb1\x70\x08\x4c\x3e\x59\x6d\x4b\x6f\x61\x30\xfc\x10\xf3\xcc\x1f\xf4\x6f\x92\x06\xaa\x19\x1d\x79\x29\x8d\xab\x90\x4a\xc0\x4e\x2d\x68\x0c\xe6\x0c\xd0\x06\x3e\x6c\x6c\x1b\xbc\x8e\x41\x7e\x8e\x94\x32\x10\x83\x65\x93\x03\x5b\x45\x4b\x66\x1d\xc8\x8a\xce\xc0\x02\x9d\xac\x68\x56\x04\x7d\x90\xfc\xa5\x4f\x39\xc0\x08\xbd\xbc\x60\x53\x72\xcf\x5c\xf0\xf6\x02\x9c\xaf\xbb\xe8\x32\x09\x67\xa5\x24\xfa\x3f\x71\xbf\xf4\xd4\xa2\xc2\x7c\x3a\x70\x5d\x79\xc5\xdf\xac\x79\xab\x54\x9a\xa3\x14\x20\xb2\x7f\xa0\x6f\x5c\x84\x3f\x66\x3e\xba\x94\xeb\x7b\xd0\xbe\xca\xde\x2c\xf4\x92\x13\xc7\x4d\x23\x37\x9d\x72\xa8\xa0\x06\xf7\x9f\x4a\xd9\xab\x44\xdd\xe9\x46\xb9\x6f\xa5\x6e\xa5\xf0\x18\x25\x94\x9a\xcd\x14\x33\x93\x25\xe4\xf2\x6b\x0c\x85\x2e\x08\xc9\x53\x67\xa7\x85\xbd\xb3\x01\x2d\x03\x3d\x39\x5f\x99\x0b\x98\x90\x80\xb5\xe4\x93\x63\xf3\xa6\xff\x63\x4a\x5a\xca\x3b\x61\x46\xb0\x92\xc0\xe9\xc8\x06\x1d\xf3\xc8\xd0\x36\xa7\xa7\x1e\xfb\xd9\xfd\x03\x65\x80\x04\x9b\xa3\x6f\xf2\xa4\xd4\xda\xde\xb2\x14\x4d\xde\x29\xc1\xa1\x82\x4e\xcc\x06\x97\xa7\xec\x11\x28\x64\x4b\x59\x65\xfa\xa2\x00\x13\xe5\x7a\x85\x82\xda\xe1\x8c\xf8\xcd\xce\xc9\x5e\x76\x78\x20\x3f\xf6\x56\xc6\x48\xc8\xdb\xc0\xc1\xfb\xa7\x4f\xde\xe8\x60\x4f\x7c\xd1\xaa\xc1\xdc\xc5\xc4\x82\xa4\x6a\xd6\xed\xdb\xb3\x5d\x4a\xa9\xe7\x17\xc9\xf7\x3a\xa4\x38\x24\x5d\x89\x41\x63\xae\xe6\x6b\x08\xd0\x4c\x8a\xff\x5d\xfc\x56\x5b\x79\x59\xba\xa4\x8d\x57\x00\xb3\xe5\x87\x5c\x07\xcc\x68\xbb\x8f\xd0\xf9\x2d\xb5\xe7\x80\x47\x9d\x48\xfe\x54\x63\xf7\xf0\xb3\xea\xaa\x0e\xed\x63\xca\x5f\xc2\x82\xba\x4a\x62\x88\xfb\x71\x84\xab\xf9\x0c\x72\x7e\x14\xa3\x3a\x01\x6e\xb5\xb7\xaa\x53\x61\x3f\x86\x98\x22\x27\xbe\x21\xc9\x6e\x78\x15\xe2\xe3\x00\x46\xf1\x8d\x42\xe2\x6c\x95\xd8\x08\xb7\x8c\xb6\x6b\x52\xa1\xba\xa5\x9c\x0f\x38\x41\xf0\x45\xa8\xde\x90\x1c\x25\xa2\x89\xe6\xde\x97\x17\xaa\x5c\xd2\x96\x42\xff\xd7\x37\x0f\xb9\x3e\xe2\x21\xc2\x38\x19\x67\xc9\x30\x44\x95\xb2\xdf\xd5\x99\xf0\x89\x37\xfc\xa5\x17\x43\x06\xa6\xef\x98\x8b\x33\x3d\xa9\x50\x3e\xc3\xd3\x9f\x35\x83\x76\xd3\x82\x4a\x77\x28\xd4\xdc\xe8\x23\xad\xa8\x4a\x64\xba\xf5\xbe\xa5\xf5\x42\x54\x44\xee\xae\xc8\x03\xf0\x96\x9e\x3d\xe0\x21\x61\xad\x91\x25\xc7\xa9\x9a\x61\x8b\xcb\x0c\x99\x8a\x68\xac\x9f\x4e\x3a\xbc\x8d\x69\xa9\xda\xb2\x90\x37\x8f\xfc\xfb\x25\x58\x1d\x67\x35\xb3\xe6\x90\xe4\x30\x3e\x1f\x19\xe3\x81\xa5\x1e\x83\xa4\x08\xfe\x96\x98\x23\x05\x2f\x42\xbc\xd4\x38\x85\xa6\xdf\x65\x54\x91\x7e\x9b\xe5\x1a\x14\xbd\x86\x16\xfd\xd5\x94\x65\xa4\x9e\xcf\x87\x79\x94\x19\x84\xdd\xdf\xe6\x48\x3b\x7a\x83\xc1\x81\x2e\x04\x18\xab\x2e\xc2\x07\xd3\x4c\xc1\xed\x58\xb9\x08\xea\xc1\x86\x1d\xc7\x94\xdb\xec\x17\x08\xed\xf7\x5b\x2e\x61\xb9\x65\x6a\xf4\xf7\x42\x62\x03\xee\xe5\x92\xfa\x5d\x88\x9d\x9f\xfb\x98\x4b\x6f\xe2\x7f\x2f\xf5\xcd\x90\x89\xf1\x89\xc6\x97\xca\x41\x88\x10\x49\xee\x94\x14\x59\xa1\x92\xe3\xd3\x1a\x2c\x6a\x9c\xbf\xee\x0b\x59\x93\x29\x5d\xe0\x5d\xb8\xee\x05\xf5\x7c\x81\xda\xf6\x41\x6f\x27\xb3\xc4\x39\xd5\xea\xc9\x7c\x77\x13\x34\xc3\xa6\x86\x1c\x0f\x9c\xcd\x54\xd0\x5f\x25\x0e\xe6\x55\xd0\x26\xd8\xef\x77\xec\x82\x92\x97\xcd\x42\x9a\xc2\x79\x2b\x99\x17\x46\xf5\xd8\xa8\xf1\x73\xe4\x75\xaf\xe2\x71\xc5\x28\x2a\x6b\x1d\x71\x6e\xe2\x52\x0f\xa0\x6d\x46\x62\x71\xc2\x57\xe9\xa0\x9a\x92\xa1\x3d\x0e\x56\x4c\xe0\xb5\x8a\x5d\x26\x0b\xf1\x85\xf8\x7e\x24\x01\xa9\xbe\xf3\x59\xbf\xb3\x01\xa3\x71\x88\x10\x84\xd7\x58\xf3\x18\xf8\x26\x1f\x57\xe0\xb7\xb6\xe9\x68\xe4\xf0\xee\xb4\x5c\xe9\x13\x21\x44\x64\x37\xde\xe8\xbd\x16\xc0\x4f\x71\xd6\xa1\x16\x38\xb1\x63\x9e\xb5\xdf\x0f\xe1\xd5\x3b\x8f\x20\xb2\x1a\x50\x5a\x02\xca\x66\xf2\x2b\x2b\x94\xfd\xa8\xa0\xfe\xd1\x84\x66\xd4\x41\xcd\x31\x4d\x99\xd0\x9d\xbe\x22\x65\x98\x1f\x68\xd4\x76\x72\xd0\x83\xe1\x49\x44\xb9\x08\x04\x36\x07\x50\x77\x5a\x03\xe6\x49\x67\xe8\xa8\x9b\x16\x22\xc8\x95\x4e\x69\x56\x22\x21\xff\xd3\x68\xe2\x2c\x26\xa6\x08\xa2\x95\xca\x44\x43\x20\xd6\xea\x62\x57\x57\x4a\x9c\x95\x6d\x90\x09\x22\x48\xaf\x7e\x51\x7a\xf8\xc9\x0a\xbf\xab\x13\x71\x51\x47\x55\x3d\x48\xd1\xa6\xeb\x15\x74\xe6\x25\x57\x05\x58\x23\x64\xef\x5e\xa1\x51\x13\xf0\x2a\x41\x3c\x3a\x8d\x47\xd9\x29\x57\x88\x09\x93\x1c\xeb\x61\xe9\x58\x5a\xc5\xed\x5a\x1e\x97\xdc\x0b\x51\xf4\xbb\xea\x8b\x9a\x56\x6d\x56\x52\x54\x2c\xa2\x92\x78\x35\xd1\xaf\x6b\xf3\x89\x0b\x0b\x35\xb9\x9c\x77\x93\x96\x30\xd2\xb5\x28\x49\x69\xd2\xa0\x6b\x44\xd0\x6c\x82\x64\xfc\x72\x2e\x56\x75\xdc\x9c\xa1\xea\xe1\x7b\xb0\x14\x1b\x8b\xb9\x3d\xd7\x53\x69\x63\xbb\x70\x67\x12\x0f\xc5\x30\x0f\x18\xa1\xcc\xb0\x6e\x9a\x21\x2c\x16\xd1\x76\x2a\x96\x39\x75\x76\xbc\x34\x78\x61\x77\x9b\x4f\x24\xc9\xfb\x20\x22\x8d\xa4\xaa\xbe\x91\x78\x57\x99\x6c\xd2\xff\xda\x43\xc0\x84\xf9\x65\xf4\x5d\x2b\xa2\x77\xa6\x7e\x41\x4c\x27\xe0\x79\x1c\x74\xc0\xfb\x73\x9d\x97\x9e\xa0\x62\xab\x57\x18\x0a\xfd\xde\x54\xd9\x73\x2f\xb7\x09\xa4\x66\x97\x1d\x92\x34\x42\xd7\x8f\xea\x1b\xe5\x30\xdc\x7f\xe2\xbe\x70\xcf\xdf\x1e\xba\xb6\xa8\x6f\xaf\xfa\x19\x13\xa1\xbe\x91\x8d\x87\x3a\x59\xa7\x04\x4e\x0b\xae\x52\xe5\x9d\xf7\x12\x85\x13\x2f\x90\x59\xfe\x7a\x23\x09\x8a\x44\x4e\x19\x84\xc9\x6b\x64\xbc\x4d\x96\x2d\x79\x67\x30\x55\x43\xc6\x38\x11\x84\x15\x62\x86\x7d\x3d\x1a\x07\x78\x02\x07\x78\xc4\x7a\xda\x61\x65\x55\x5f\x84\xdd\x51\x1d\xae\xd7\xb4\x60\x8f\x0b\x79\x73\xd2\x9b\x71\x6a\x9d\x46\xd5\x9d\x62\x13\xc0\x5f\x90\x68\x71\x1e\x73\x8b\x77\x4b\xaa\xf3\xb8\x77\xf6\x0b\xe3\xa8\x7e\xa7\x60\xde\xa7\x7f\xba\xb2\x99\x51\x7e\xa9\x58\xa1\x92\x51\xa9\x7c\xe3\x19\x76\x71\x7a\x1e\xdd\x47\x18\xaf\x50\xfe\xd8\xdf\x31\x55\xc7\x05\xd3\xd3\xa8\xe5\x63\x13\x10\xe1\x37\x19\x33\xd5\xee\x78\x45\xf2\xd8\x5f\xeb\xef\xf0\xe4\xa2\xde\xcd\x38\x26\x32\x7c\x6f\xf9\x0b\xea\x80\x5b\x8c\xa8\x98\x06\x38\x97\x3c\xd8\xe4\xa1\xf8\x96\x8c\xa9\xf6\x92\xc8\x6f\xb4\x69\x15\xfc\x10\x98\xa3\x8e\xb0\xc4\x57\xed\x0c\xb0\xe1\xd0\x3b\x77\x89\x0e\x57\x5d\xe4\x22\x65\x61\x9f\xef\xa2\x28\x11\x50\x1c\x9b\x76\xcc\x74\x48\x75\xc3\x0d\x86\x44\xe4\x33\x75\xa6\xa6\xba\x5c\x55\xc0\x45\x84\x0b\x4d\x66\x57\xa7\x5d\x80\x0c\x3b\x01\x59\xc9\xec\x66\x20\xf9\x89\x4f\x82\x97\x09\x7a\xb0\xe2\x4c\x00\xcd\x74\x3f\x6e\x71\x92\x4c\xf7\xa9\xf0\x70\x15\x59\xd8\x20\x82\x73\xfd\x5e\xe7\x54\x24\x4f\xbf\xb4\x28\x46\x11\xd4\x7e\x9b\x4b\xb6\x29\x6d\xd9\x64\xb6\xc1\x96\xbd\x4e\x04\x73\x98\x7f\xbf\x7d\xef\x53\x79\x20\x8b\x53\x43\x25\x2a\xa4\xed\x76\xcc\x85\xd3\xb2\xcf\x7e\xe6\x3a\xe3\x75\x66\x11\xf4\xf4\xb5\x71\xea\x17\xd7\xc1\xa4\xd7\xa3\xd2\xdc\x6f\xd1\x42\xdb\x31\x1d\xd5\x91\xa4\x20\x5b\xdb\xa1\x17\xef\x99\x01\x54\x51\x96\x27\x85\x19\x5e\x84\x62\x6c\xb6\xaf\xff\x22\x8d\x63\xac\x45\x1d\xfd\x35\xcd\xfe\x1a\xdf\xf9\x2b\x3f\xeb\x67\x7f\xcd\xb2\xbf\x26\xd9\x5f\xee\x9d\x63\xb3\x3b\xf7\x06\xd9\x5f\x2f\x77\x9e\xf1\x7a\xe7\xec\xdb\x9d\x96\xef\x3d\xd7\xbd\xf3\x8c\x20\x2b\x63\xeb\xb2\x73\xea\xff\xcd\x5f\xd3\xec\xaf\xd7\xec\xaf\xf1\x9d\xbf\xa6\x77\xfe\xf2\xef\xfc\xf5\xdf\xf4\xe5\xef\x7f\x79\xff\x70\xd6\x71\x17\xc8\xbb\x35\x55\x43\xbe\x1c\xc3\xff\xc3\x7f\xfd\x1f\x1e\x87\x7f\x1a\x25\xe7\xe1\xb4\x22\xb1\xd2\x85\x21\xf6\xfb\xd2\x7d\x82\x79\xc6\x35\x62\xe6\x5c\xf4\x2c\xdc\x00\xe6\x4d\xb8\xe7\x96\x7d\xee\x96\xee\x4a\xb3\xbb\xa0\x54\x76\x38\x21\xbe\x7d\xc4\x5d\x5a\xe8\x8c\x85\xea\x20\xb2\xd5\xe6\xbb\x5a\xd9\x5d\xaf\x14\x4f\x2d\xdf\x43\x4f\x4a\xec\x26\x9e\x54\xe7\x7b\x3a\xd9\x3d\x5a\x48\xdd\xde\xd3\xed\x3e\xe9\x29\x37\xb0\x12\x50\x21\xb3\xd1\xfb\xfb\x98\x3a\xe6\xad\x2c\x21\x42\xeb\xee\x5b\x25\x4e\x17\xcf\x3a\x48\x52\x0a\x66\x94\xfc\x36\x46\xa8\xd8\x58\x4a\xda\x8e\x77\x99\x49\xc4\x99\xdb\xeb\x0b\x76\x2f\x96\x76\x59\x7a\x35\xab\x06\xe0\x52\xa6\x7f\x12\xa2\xe1\xbb\x77\x68\xc7\x45\xa8\xf6\x30\xe5\xa9\xde\xb6\x98\x88\x62\xbb\xae\xe1\x25\x2c\xb5\x9b\x40\xaf\xaa\x9a\xda\x1b\x54\x97\xdc\xd9\x5a\xc5\xfb\x71\x53\xe9\x7e\x75\x91\x79\x03\xc5\x0e\xec\xa8\x6c\xfa\x6b\x03\xc9\x71\x2e\x0a\x2f\x9f\x77\x80\xea\x5f\x76\xea\xab\x8b\x5d\xe1\x46\x05\x4d\x7d\x57\x23\x6b\x63\x3c\x00\xc8\x7f\xc6\x2b\xcd\xdf\x2e\xa8\xa2\xf4\xc7\x82\x8a\xe8\x88\xa0\x47\xe6\xa7\xdf\x25\xf3\xd6\x5c\xed\xf5\x3b\xaa\xea\xd9\x5b\x07\xa5\x70\x26\xc7\x06\x1d\x7e\x0d\x09\xcb\x38\x23\x40\xf4\x08\x59\xed\x11\x57\xbc\xa8\x2c\xb5\xf0\x57\x6e\x0d\xee\x65\x6f\xce\xae\x8a\x10\xac\xdd\x5c\xe9\xfa\x4c\x65\x6b\x9d\xb9\x82\x5a\x66\x2b\x7d\xd9\x87\x89\x7a\x4c\xce\x28\x39\x30\x89\x41\x02\xe0\x91\xd1\xaf\x60\x5d\x51\x94\x4e\x04\x4d\x60\x0c\xe0\x0e\x18\x73\x99\xed\x65\x48\xf7\xd7\x99\x64\xab\x87\xc0\x86\xb7\xf9\x03\x36\xcc\x2d\x12\x59\x1b\x53\xda\xc4\xea\xfa\x55\xc7\x7b\xe4\x1a\xb7\x2f\x34\xd9\x5e\x23\x54\x4a\xf1\x2e\x0c\x51\xa0\x81\x84\xb2\xbe\xea\x52\x16\xd1\xcf\x92\xd3\xd5\x75\x61\xb8\x1c\x86\xa5\x0e\x5f\x46\xd9\x2d\x2f\x54\x0e\x5d\x0f\xf1\xa5\xfe\xa0\xbf\x22\xb3\xb9\x38\xc2\xf9\x03\xe8\x5d\x93\xbc\x48\x1f\x31\x39\xfe\x99\xac\x73\x43\xaf\x30\x97\x0c\xed\x25\x75\xd5\xa9\x5f\x01\x11\x5b\x27\x99\x0d\x93\xd5\xdc\x5c\x61\xed\xec\xb7\x08\x47\x9e\x62\x5b\xaf\x7e\xf6\xf4\xce\x65\x04\x5f\x27\xb7\x34\x4c\x91\x53\xbd\x88\x94\xbe\x8a\x38\x95\x3d\xf4\x66\x45\x75\x26\xc5\x4e\xd6\xd8\x75\x07\x57\x88\xb7\x44\xbc\xe3\x45\x31\x67\xd7\x98\x02\x2d\xae\x10\x6f\xa8\x0b\x1a\x5f\xbf\xbc\x1c\x8c\x01\x1d\xd0\x48\x7e\x7d\x21\xbb\x30\xed\x18\xde\x1b\xa4\xaa\xad\xa9\x34\x00\x18\xcc\x98\x62\x7c\x94\xfb\x69\x04\x57\x4d\xf6\x84\x25\x10\x02\xe2\xf9\xb5\xa2\xb7\xb7\xc1\xca\xb5\xff\x56\xb5\x89\xb1\x46\x37\xbb\xa9\x3d\xfd\x73\x37\x3a\x07\x2f\x63\x09\x2b\xa6\x94\xec\x51\x70\x61\x1c\x72\xe9\xde\x18\x22\x2a\x58\xd1\xdd\xa6\x7a\x63\xce\x35\xb3\xee\x92\x6c\x1f\x9f\x8e\x32\x53\xda\xe1\x59\xac\x1c\xf0\x29\xb7\x57\x5c\xc1\x74\x6a\x34\xf2\xba\x11\xb3\x9c\x2e\x17\x5a\x4e\x65\xde\x5d\x2e\xf0\x35\xb9\x82\xd1\x13\x13\x9a\x59\xb7\xbd\xda\x1b\xef\x05\x44\xd6\xc4\xe4\x26\x67\x2a\xcc\x11\x17\xfa\x77\x64\xaa\x8f\x1d\x5e\x81\x06\x5a\x4b\x2a\xf6\x0d\x15\xba\x0a\xf2\x2a\xe3\x31\x49\xc9\x17\x42\x38\x27\xb1\x33\x64\x76\x97\xc2\x3a\x0b\x7e\x98\x87\x3c\x3d\xf3\xfb\xb8\xc2\xda\xf3\xe2\xe3\xef\x73\x88\xe1\xf1\xbc\x00\x15\x19\x64\x03\x64\x60\xda\x2e\x41\xe0\x55\xe4\xe8\x59\x7d\x25\xc3\xfc\x62\xd6\xef\x66\xed\x70\x55\xe7\xc2\xeb\xa0\xd8\x9a\x5f\x1a\xe9\xe2\x20\x73\x82\x7f\x00\xc8\xe0\x64\x83\x43\x7c\x0a\xe1\x0b\xc3\xcd\x27\xee\x09\x8d\xfa\x36\x5f\x60\x7a\x52\x34\x61\x39\x65\x6f\x12\x11\xd7\xac\x7d\xa1\xfd\xc2\x0f\xaf\x23\xa3\xcf\x08\xbb\xb1\x66\x18\xb3\x5e\xae\x2b\xf0\x49\xd0\xdf\xf3\x51\x6e\xbc\xa0\xd2\x15\xf9\x4b\xd7\x58\x00\x27\x94\xfa\x7f\x49\x7b\xe0\xe3\x8f\x0f\x76\x2e\x93\x5c\xd8\x7a\xec\xe1\x3c\xa0\x48\x97\xbe\xc2\x2b\xfc\xae\x55\x2c\xaa\x31\xaf\x72\x36\x6d\xee\x0a\x6a\xde\x56\xd0\x97\x1a\xa2\x4e\xc4\x57\xe4\x55\xf6\x7c\xef\xde\x86\x2b\x0f\xfd\xea\x03\xf2\xe3\x0d\x2a\x7a\xe9\xdb\x1d\x74\xf1\x8c\x2e\xce\x74\x17\x51\xab\x2c\x7f\x10\xfa\x52\x7a\xe9\x90\xfd\xe6\x95\x13\xf2\x31\x65\xad\xeb\x7d\x1a\x81\x0a\x9e\xe4\xd6\x7b\xae\x5e\xc3\x7d\xf7\x22\xf5\xba\xd8\x5a\x50\x57\x0c\x80\x36\xe3\x3c\xe9\x9d\x0d\xae\xd0\xcd\x6c\x93\x58\xa6\x47\xae\x7f\x79\x74\x0b\xcc\x21\x0d\x3e\xda\x3c\xba\x80\x68\x11\x8e\xae\xc5\x47\xdb\x47\x17\x24\x1d\x15\x69\x6a\xe4\x3b\xcb\x88\x28\x85\xe1\x41\x1f\x14\x1e\xa5\x2f\xdc\x45\xf0\x12\xee\x23\x62\x40\x7d\x2b\x3e\x94\xaa\xea\x6c\xf8\x82\x6d\x34\x24\xaa\x5a\xbb\xd8\x01\xdd\xd9\x15\x5f\xb0\x8e\x08\x12\xfc\x5a\xec\x8a\xee\xf6\x92\xcf\xc7\xd1\x90\x32\x4d\x53\xec\xc3\x09\xe0\x8e\x4f\x7b\x2e\x8f\x5a\x47\x69\x55\x86\x10\xf8\x1b\xda\xa9\xc4\xcb\x16\xd5\x46\xfc\x5d\xd7\xa1\xf1\xda\xf3\xef\x43\xd7\x41\x75\x55\xfe\x7d\xea\x3a\xd5\x50\x09\xbb\x01\xe2\xd4\x87\x5c\x12\xa2\x28\x15\xf1\xd2\xab\xbd\xea\x70\xef\xcc\x50\x0b\x03\x66\x2d\x8f\xb5\xb8\x3f\xd8\x4c\x7c\x7e\x3b\xda\xa2\x3a\x16\xb1\xdc\xcb\x05\x8d\xf4\x4e\x0e\x6d\xd6\x15\x3d\xe1\x00\xfa\x09\xa2\xb8\x95\x8c\xcf\x0c\xd3\xac\xe6\x05\x21\x56\xe7\x27\x18\x6a\xe4\x3f\x06\x09\x15\x1d\x7c\xd1\x8b\xda\x38\xba\x14\x22\x2b\x11\x9f\x3f\xf7\x99\x9d\x39\x25\xb6\xf9\x7d\x21\xb0\x96\xb2\x2f\x83\xf8\xc0\x9b\x7b\x40\xcb\x39\x54\xee\xad\xa8\xfe\xb3\x9a\xcb\x16\x9f\xd8\xa3\xec\x42\x88\x78\x2f\xd3\xc1\x6d\x09\xdd\x3f\x63\x30\xf9\xde\xa3\xcc\x3d\xb9\x83\x61\x8f\x4b\x22\xad\xec\x0c\x7d\xa8\x27\x9c\x26\x70\xe9\xc9\xea\x0b\xd5\x5b\x75\xc4\x48\xec\x7e\x16\x7b\x1a\xd2\x0a\x6e\x48\xdd\x61\x47\x88\x85\xa2\xf2\xa7\xca\xd1\xfa\xb4\x2d\xc8\x89\xf7\xc0\xa3\xa6\xd7\x9e\x83\xaa\x97\xae\xbe\xa6\x3a\x11\xf6\xcf\x1e\x9c\xc6\xaa\x0e\x3b\xfe\x2c\x81\x80\xa3\x57\x26\x4f\x0f\x57\x1e\xc4\x0e\x7b\xbc\x7e\x8a\x20\x76\x51\x22\x71\xf0\x6a\x0a\xa5\xab\x1a\x73\x19\x5d\x19\x99\xdd\x62\xfe\x27\x82\xdc\xfb\x67\xe0\x32\x76\xe3\xe2\x41\x2e\xab\x7f\x2e\x1c\x54\x91\x55\xe7\xa7\x1d\x9b\x60\x50\xe9\x10\xab\xa8\x8a\xe4\x72\x93\x9f\xd0\xf3\xa7\x03\x3e\x89\x79\x76\x22\x41\x59\xe4\xb7\x01\xee\x88\xe5\xae\x70\x42\x37\x35\x20\xe2\x09\x2f\x82\xc8\x5f\x21\x80\x35\x35\x31\xc9\x6d\xe7\xef\xd5\x93\x54\x47\x32\xff\xd5\xf8\x34\x20\xdf\xce\x02\x70\xdc\x8f\x4b\x08\x87\xc7\x8e\xbe\xa3\xb3\xb7\x28\xdb\x1a\xe9\x67\xfd\x2b\xf4\xbb\xf9\x06\x6c\x18\xdb\x77\xa8\xae\xcc\x9d\xd5\xbd\x3e\x00\xa2\xb3\x7e\x28\x74\x42\xbd\xe3\x49\x1c\x3c\xaf\x0c\x68\x73\x42\x11\x73\x6f\xce\x45\x0e\x9a\xa4\xf2\x82\x8c\x41\xb8\x97\x2b\x47\xa3\xf4\x07\xaf\x31\xcd\xda\x43\x76\x21\xa5\x32\x35\xb9\x10\x71\x83\xd4\xb5\x49\xe3\x03\xab\xfd\x0f\x90\x15\xb4\xaf\xf9\x2b\xb0\x49\x90\x23\xce\x5e\x81\xa2\x81\x69\x68\x51\x1b\xec\x8d\x66\x73\x2d\x06\x8a\x53\xf5\xb9\xa6\xcc\x72\x4e\x09\xec\x8c\xff\x07\x81\xf6\xf6\x4c\x7e\xe6\xb7\xd6\x18\xc9\x06\xb9\xaa\x82\x89\xb5\x34\x2d\xea\xde\xa0\x45\x67\xab\x68\xf0\xba\x68\xd6\x59\x15\x9a\xfd\x53\x6e\xb5\x43\xad\xfe\xe4\x50\x4b\xdd\xe1\xd2\x5b\x57\xf4\xd9\x49\xeb\x0e\xe9\x7c\xa0\x98\x9c\x74\x1b\xb4\x54\xc6\xdb\x94\x8b\x02\x03\xe0\xe7\x70\x0c\xed\x7b\x6e\x8b\xd5\x6f\xb7\xfd\xa9\xa1\x3d\x88\x32\x8d\x03\x07\xcd\xcf\xc3\x95\x0a\x8f\x22\xfd\x26\x38\xd2\x97\x60\x57\x3c\xeb\x37\xbb\xf4\x09\x3b\xc0\x1e\xe0\x02\xa8\x68\x36\x07\x86\xc1\x32\x4d\x45\x0c\x00\xcf\x0c\xe5\x11\xdd\x44\x94\xcd\x34\x02\xcd\x62\x3e\x57\x80\x2d\x1a\x95\xe3\x94\xc2\xbb\xbf\x91\x09\xb7\xce\x57\x52\xec\x53\xad\x6e\xab\x69\x89\x97\x0b\xae\xf3\x1b\x30\x07\xce\x1c\x29\x5e\x81\x50\x22\x94\xd5\x8d\xad\x75\xbc\xce\x85\x81\x6c\x95\xbc\x1b\xea\xd7\x9a\xa3\x88\x57\x24\x58\xd3\xc1\x77\x2e\x96\xd3\xbe\xc0\xc3\x4d\xc5\xb5\x18\xbf\xf0\x36\x80\x98\xf5\xfa\xa8\xb7\x0a\x4e\x96\x7c\x2e\x04\x3d\x16\xc3\x7b\xa2\x6c\x79\xe9\xae\x40\x87\x76\x21\xfb\x47\xf8\xfa\xb6\xb3\x24\x1a\xa5\x89\x5e\xc4\xff\x55\x6b\x50\xb4\xf4\xbd\x13\xf1\x3c\x1f\x5a\x55\x47\x4c\x04\xed\x30\x04\xef\xfc\x7d\x5f\xa7\x18\xf0\x40\xc0\x25\x3c\xd1\x82\xea\xbd\xc1\xb9\xcd\xa8\x58\x4e\xc0\xd5\x9f\x83\x90\xd9\x9f\x2e\x9c\x7f\xb7\x53\x64\x8f\x18\xa8\xb9\x57\x2b\x36\xa4\x46\x79\x74\x72\xc9\x1c\x51\x57\x95\x95\x67\xe8\x8c\x0b\xcf\x0c\x0e\xf1\x88\xc6\x34\xa1\x4f\x7b\x66\x55\xb7\x2b\x49\xf2\x9a\x6c\xf7\x60\x7e\x2d\x75\x94\xfb\xc8\x4d\x9c\x62\xa0\x49\xa3\x2b\xf7\xee\xac\x97\x87\x95\xdf\x0d\xff\xc5\xf2\x8a\x5c\x8f\x98\xdb\xba\x10\x51\xa0\x1d\x83\xaa\xb5\x3f\x20\x84\x1e\xe5\x35\xd0\xaa\xfc\x16\xa7\x40\x7f\xb3\x4b\x1b\xb7\xa3\x14\xa5\x6f\xda\x58\x8d\xab\x53\x31\xd4\xb6\x8a\xfd\x8b\x0a\x45\x2f\x68\xa0\x2e\xf2\x0c\x78\xea\x99\x42\xbb\x3d\xb3\x93\xeb\x0f\xd6\x24\x46\x6c\xf5\x9d\x7a\x86\x67\xe8\x35\x45\xd6\x01\x83\x82\xd6\xa8\xf1\x3f\x31\x29\x5f\xe7\x93\xde\xe7\x9f\xb6\x94\xe1\x1a\xfc\xca\x47\x37\x5a\x70\x51\xdd\x83\x45\x50\x12\xd2\xf8\x0f\xa0\x32\xc3\x9a\xed\x73\x84\xe6\xca\x95\x4f\x58\x5a\x60\xe1\x0d\x06\x96\xd6\x01\x3d\x16\x25\xed\x14\x02\x98\x0b\x81\xd3\x87\xb8\xe2\x43\x50\xf6\x11\x95\xc2\x44\xb8\x0c\x3b\xfa\xef\x74\xe9\x16\xe7\xc5\x81\xf6\xdb\x16\x29\x0f\x0b\x89\x34\x88\x21\xa5\x43\x25\xb2\x0e\x5e\xf1\xd2\xec\x52\xef\x09\x57\xb0\xa9\x7a\x62\x48\xe8\x53\xe7\x7b\xf2\x27\x1f\xd9\x07\x97\xd2\xff\xe4\xbf\x18\x5a\xd2\x07\x4f\x4f\x19\xee\x1d\x60\x8c\xed\x09\x02\xa1\xc7\xce\xa1\x01\x93\x2d\xbe\x15\x64\x58\x37\xa6\x32\xaa\x6f\x8d\x36\x62\xe2\xcb\x1e\xfd\x7e\xd5\xad\x6c\x11\x7f\xad\x63\x4b\x7f\xa3\x7a\xe9\x2f\x11\x70\xb3\xee\x6f\x3d\x1c\x3d\x79\x48\x58\xba\x00\x40\xdc\x89\x19\x8b\x0d\x03\xfe\xa5\x77\x02\xa7\xdf\x32\xc4\xc7\x8c\x43\x2d\xe6\xd5\xc5\x36\x07\xda\x27\xa0\x42\x12\x0a\x8d\xd9\x89\x6c\xf2\x89\x26\xd3\x34\xad\x00\xec\xf9\x39\x08\x9d\xe2\x6b\x6a\xf5\xc2\x23\x43\xfd\x41\x70\xca\xc9\x3f\xbf\xd8\x4c\x5b\x9b\x5d\x94\x6a\x9b\x62\xd4\x2a\x47\x72\x0d\xcd\x6a\x28\x79\xea\x1f\x57\xa8\xfc\x91\x42\x01\x9d\xf2\x94\x31\xbd\x42\x65\xec\xc8\x6e\xa2\xe0\xa7\xb9\x7d\x0a\x9d\xa5\x97\x0f\xb8\x0b\x61\x45\x94\x14\x6f\xa8\xcb\x46\xd2\x36\x9b\x82\x37\xad\x12\x56\xcb\x7c\xa1\x2b\x30\x5a\x5e\x4a\x91\x19\x67\xce\xf3\x27\x68\x5f\x11\x9b\x64\x90\x05\x3f\xc7\x1b\x00\x3a\xb6\x56\x3c\x00\x9b\xa5\xcc\x9b\x4d\xe4\x54\x2f\x9c\xb6\x6c\xe9\x0e\x3c\x88\x7f\x3d\x0b\x5e\xb5\x16\xa2\x07\xcb\xc9\xd8\xd4\x8a\x83\x43\xbc\x98\x95\xd6\xc3\xa7\x61\xf8\x7d\x01\x80\xe2\x41\xdc\x79\x17\xfb\x4f\x61\x01\x19\x3e\x2e\xac\x9f\x13\xc5\xba\xff\x18\x61\x4a\x4b\xc0\xa2\x0c\x8d\x88\xd3\xe1\x79\xee\x53\x3a\xfc\x38\x9f\xf4\x63\xa1\x46\x66\xaa\xff\xe3\xac\x71\xc5\x23\x95\xd3\x1f\x83\x74\x7d\x32\xab\xae\x48\x51\x20\x2f\x40\x52\x2f\xee\xa0\x46\xb7\xa9\x34\x49\x4c\x21\x84\xb0\x9f\xc3\xc1\x65\xf6\x4b\x5e\xcb\xbf\xeb\x15\xa6\xc7\xe7\xb0\x31\xef\x20\x6e\x73\xc1\xfb\x7b\x8f\xc8\xe8\x5b\x5a\x48\xd8\x56\x6e\x8a\x30\xe9\x7b\x9d\x3d\x39\x5b\x55\xf4\x65\x90\x3e\x4e\x9e\x9e\x1f\xbc\xa9\x7f\x54\x99\x17\x57\xcd\x0b\xe9\x45\x0b\xb2\xe6\x3f\x7b\x8a\x28\x45\xe1\x0d\xf3\xb8\x24\x7a\xb4\x72\xa8\xc8\xbb\xf6\xad\x6b\x7c\xa2\x4c\x3a\xc2\x02\xe0\x2d\xee\x61\x2a\x9c\xfa\xfa\xb7\xbd\x57\x75\x42\x56\x5b\xe2\x02\x96\x5c\x9a\x04\xf9\x0d\xea\x59\x6b\xb6\x5a\x3c\xda\x7f\xd2\x6d\xee\x45\xb2\x85\xf3\xdc\xbf\x5a\x74\xe7\x2a\xc5\x34\x26\x08\xdf\x85\xc6\xda\x66\x9e\xef\xc5\x5a\xd2\x53\xb8\xa8\xdd\x2b\x76\xf7\x9b\xb1\xec\xaf\x24\xbf\x58\xee\x27\xd3\x6b\xaa\x4d\xee\xb2\xe9\xe1\xfa\x58\x92\x50\xcd\x9e\x85\xdc\x6e\x10\x57\x61\xc2\x6c\x5f\x75\x67\xd9\x8b\xb6\xa1\x2c\x4b\x28\x78\xe6\x61\x54\x8b\xa9\x44\x52\x5b\xc0\xda\x36\x61\xf1\x50\x27\x5b\x5e\x16\x67\x6f\x61\xa2\x2c\x39\xb3\xb9\x15\x29\x33\x85\xf5\x14\x6b\x7c\x63\xc4\xa9\x93\x5f\x83\xb5\x29\x02\x4c\x1b\xce\xa2\xd8\x36\xff\xed\x7e\xd8\x54\xa4\x53\xc3\x75\x75\xcc\x78\x3a\x1d\xf2\xad\xbb\x62\x08\xcd\xf6\xd7\x91\x3c\x47\x2f\x39\xe1\x7f\x4b\xae\x98\x0b\xb7\x9a\xa1\x5b\x5f\xf3\x3f\x83\xfc\x4f\xca\x6b\x6d\xa8\x63\x7d\xf4\xe9\xed\x7f\xc2\x5a\xe2\x6a\x05\x09\x13\xb2\xcf\x39\xed\x5d\x16\x5f\xbd\xf5\xed\x06\x91\xd0\xb2\xff\x71\xa4\x84\x7b\x3e\xe7\x1c\x22\xf0\x5c\x14\x47\x42\xcf\x7c\xa2\xf8\x46\x6f\xc0\xba\x3e\xce\xea\xfa\x07\x85\x5a\x58\x6d\xb6\xbd\x0f\xc9\x13\xc7\xd6\x18\x6d\x6b\xe8\x46\x89\xef\x01\x81\x87\x47\x17\xc8\x02\x11\xc4\x88\x75\x80\x2d\xef\x47\xf7\x08\xba\x0a\x4c\xa2\x35\x8d\x87\xfa\xb6\xc1\xb8\xbc\xa4\x04\xea\xb6\x99\xc3\xb2\x49\x0e\x61\xdf\x3c\xb6\xbc\x0d\xa4\xdb\xa2\xc4\xc0\x70\x0c\x54\xc8\x1e\xea\x3d\x1a\x1e\x1d\xea\x79\x92\x83\xfa\x46\xd9\x71\x8c\xea\x8a\x28\xdd\xea\x87\x19\x14\x43\xb4\x52\x9f\x66\xb3\x62\x66\x8a\xcc\x72\x65\x1d\x26\x56\xe8\x1f\x0d\x4c\x17\x13\x37\xbc\x16\x28\xb6\x8f\xf8\x7c\x13\x56\xf5\x51\x89\x6c\x72\x42\x6f\x7a\x16\x5c\x48\xe8\x52\x27\x57\xfb\x08\xd3\xbb\xc8\x7d\xf4\x8e\x36\xb7\x89\xc8\x6a\x29\xe1\x5d\x0b\x88\x21\xe1\xee\xfa\x9d\x0f\x4f\x7b\xb0\x31\xe1\xd5\x07\xe5\x76\x5b\x94\x98\x3f\xd5\x03\x61\xa6\xa4\x7b\x73\x49\x73\xc1\x69\x91\x70\x67\x23\x83\x38\x26\x2b\x88\x02\x7a\x62\x2d\x0f\x18\x57\x10\xb2\xab\x54\x6e\xd3\x51\xb6\xd9\x98\xb4\xed\x77\xb3\xd7\xec\xd2\x11\x47\x51\x2d\xca\xf5\x6d\x90\xce\xb7\x90\x09\x39\x8b\x59\x9b\xa2\x57\x58\x03\xdf\x53\xd6\xc1\xc7\x05\x01\x33\x31\x06\x22\x93\x08\x39\x2d\x8b\xb8\x27\x01\x08\x52\x82\x1b\x08\x76\x71\x4e\xde\x4c\x9a\xf6\x9f\x3d\x54\x26\x3a\xe3\xa3\xd2\xab\x7a\x2c\x1e\xcc\x09\xb4\x63\xd4\x4f\x79\xa1\x7a\xbb\x5b\xea\xec\x74\x0d\xd8\xd8\x30\xef\x19\x4c\x36\x3d\x77\x4b\xbd\x85\x6d\xf7\x83\x8f\x61\x3c\xd4\x53\x71\x28\x96\x40\x29\xd6\xa5\x70\x60\x1f\x04\x09\x1c\xe8\xca\x98\x42\x7d\xf2\x55\xa9\xa7\xe2\x6f\x62\xb4\xb8\x3e\xa1\x9b\xbe\x50\x47\x79\xe4\x31\x37\xd6\x94\xc8\x2d\xe8\xec\x4a\x7d\x4d\x53\x96\xed\x29\x48\xef\x9f\x66\x85\x06\x39\x64\x80\xd4\x51\xd0\x6d\x2e\x68\x1c\xed\x88\x78\xec\xff\x64\x11\x3c\x96\xe6\x74\xd6\x3c\x2b\x7a\xaa\x2e\x95\x70\x7e\x41\x5e\xb6\x1e\x72\x71\x29\x9a\xb4\x5e\x12\xd9\xa1\xd5\x70\x02\xf4\xfc\x57\x1d\xc4\x70\x91\xea\xf1\xa8\x2c\xfa\x84\x64\x79\xca\xbb\x77\x01\xa9\xb1\x7b\x80\x7e\x71\xe4\x5f\xa5\x24\x2b\xac\xf1\xce\xbf\xd8\x1c\x8e\xd2\xec\x0b\x51\x4b\x02\x87\x4f\x40\xb0\xb9\x6c\x22\xa4\xe7\x27\x1f\x7a\x79\x13\xd4\x52\x6c\x63\x99\xab\x48\x62\x52\x7f\xd1\xaf\x4c\x08\xb3\x9d\x1c\x20\x9b\x81\x05\x9c\x37\xa7\xb7\x9c\x2b\x04\x58\x36\x4f\xa4\x67\x16\x49\x82\xbe\x55\x6f\x9c\x80\x75\x3a\x52\x94\xdc\x2a\x52\x7c\x10\xf2\xd9\xe9\xd7\x61\x4f\x25\xe9\x88\xfc\xd5\xe0\x6c\xf9\x38\xa7\x1c\x0e\xc9\x8c\x58\x26\x73\x81\x4e\x93\x1f\xee\x91\x4a\x54\xe1\x95\xca\x55\x45\x57\x18\xfb\xdf\x6c\x70\x62\x1b\x5e\x17\x8a\x75\x2f\x1b\x48\x5c\x68\xa4\x45\x59\x30\x45\x3d\x00\xcf\x70\xe0\x65\x32\x44\x5b\xb7\x60\x63\x9a\x00\x6e\x85\x9a\x3e\x5c\xa8\xa1\x50\x04\x87\x2b\x78\xb7\x58\xc4\x34\x53\xb0\x98\xa9\x0c\x0a\x47\xde\x98\x2d\xa6\x69\x4b\x15\x32\xcc\x91\xc8\x13\xac\xc1\xda\x75\xb5\xc8\xc7\x56\xe7\xfc\xfa\x9f\x00\x05\x07\x50\x3a\x55\x84\x79\xb9\xfd\x09\xed\xf1\xe1\xf3\x2e\x49\x0c\xa4\xfe\xb9\xb4\x7f\x46\xb6\x39\xa3\x6a\x56\xec\x17\x45\xb4\xfe\xfb\x43\x3f\xe3\x1b\x18\x37\x17\xd2\xf4\x83\x50\x5d\x01\x83\xbb\x2e\xd2\x24\x3a\xc3\x9b\x71\x34\x54\x15\xab\x6b\x81\x21\x82\x04\x49\x44\xb5\x8a\x56\x3c\xe4\x27\xc4\x95\x27\x5a\x67\x3a\x96\x36\xcd\x98\x6a\x44\x8c\xc3\x13\x67\x98\xd2\x7a\x9a\x39\xa0\xf2\xc3\xcd\x67\x43\x52\x11\xb4\xe6\x7e\xd9\xa0\x76\xe1\xeb\x78\xc9\x2d\xec\x35\x96\xbe\x21\x12\x33\xee\x98\xba\x14\x3f\x81\x14\x98\x5d\x2f\x32\x9f\x59\x1c\xfb\x6d\x3c\x55\x5f\x45\xec\xf7\x90\x28\xbb\x1c\x8d\x58\x9d\x27\xa2\x8d\x0b\x43\x68\x89\x10\x87\x0d\x9e\x3e\xfe\xe7\x2d\x8a\x38\xfc\x2d\x71\x84\xa9\xc4\x7e\xa5\x19\xa9\xbe\x2f\x9b\x9f\x08\xd1\xe3\xce\xa7\x9f\xfd\x13\xcf\xbc\x33\x17\xbf\x3f\xf3\xd0\xf9\x22\xe8\xc9\xd3\x27\xca\x97\x04\xf4\x85\x66\x6a\xb6\x40\x90\xaa\xcf\x37\x64\x49\x3f\x32\x84\x2f\x6b\x38\x85\x36\x8f\x05\x31\xc9\x13\x1a\x05\xad\xc8\xc4\x57\xdf\x0d\xaa\xaf\xc9\xfc\x2b\x7a\xf1\x51\x00\x73\xdc\x3b\x30\x25\x9b\x2b\xac\x95\xbc\x37\xd3\x5d\xbd\xa5\x64\x31\xee\x64\x5b\xa2\x8e\xdc\x3c\xe6\x9e\xd3\x20\x3f\xe6\xeb\xb5\xca\xed\x04\x58\x43\x5a\x25\x32\x4b\x05\xbb\xd0\xb4\xac\xf2\xf1\xbb\x24\x79\x62\x94\x53\x4f\x47\x7a\xc4\xa9\x48\x8b\x25\xd6\x7c\xb7\x79\x8b\x1e\x18\x67\x0b\x5d\xd1\x5b\x16\xfd\xb2\x11\x07\x67\xb2\x76\x43\xea\x39\xa6\x4f\x95\x3f\x47\x9b\xde\x26\xfb\x97\x5f\x84\x09\x3d\x2f\x58\x3e\x20\x1c\xf5\x56\x09\x6d\x6d\x7f\x28\x55\xd8\x11\xab\x62\x55\xff\xd7\x2d\x97\xc4\x59\x1a\xee\x45\xd0\xe0\x46\x9c\x75\x81\x29\xb4\x85\x1d\x3e\xde\xe1\xff\xb7\x5e\x61\xea\x03\xd8\xe3\x6f\xfb\xb4\x3d\xbd\xc2\x7d\xf6\xfb\x6a\x11\x12\x63\x93\x70\x91\x25\xfe\x9f\x57\x7c\x13\x62\xf5\xba\x60\x9d\xdc\x13\xaa\xa7\x2e\x28\x0e\x12\x9c\xb9\x28\xc6\x76\x8e\xb7\xd8\xcc\xed\x6a\x66\xb1\x67\x47\xab\x26\x9d\x64\x6d\xd5\x1b\x4c\x22\x8a\xad\x91\x17\x4a\x25\x04\xd3\x1e\xd5\x81\xb7\x1b\x48\x00\x81\x9d\x05\xf4\x45\x90\x50\x80\x4c\xcc\xea\x75\xfa\x7f\x41\x91\x58\xf1\x76\x64\xa7\x43\xe1\x49\xaa\x61\x57\x90\x86\x15\x74\x90\xf1\xe2\x6f\x1a\x28\x8c\xad\x8a\x03\x94\xdd\x93\x95\x2c\xa6\xb8\x8a\x6e\xf6\x67\x13\xbd\x7b\x6b\x99\xb1\x73\x85\x95\x0c\xb5\xa6\x04\xf8\xd4\x09\x1b\x2a\xd7\xe0\x32\xfb\x10\xa1\x99\xb1\x91\x86\x18\x87\xf1\x9e\xc7\x12\xca\xa0\x1d\xc9\x23\xe2\x66\x93\x33\x7f\xa5\x0b\xfe\xf7\xe7\x73\xbb\x3a\x16\xce\x5a\x6e\xa0\x52\x4e\x28\xb7\xf0\xfb\x11\xd6\xa8\xa1\xd6\x06\x57\x9f\x0f\x94\x9d\xda\xb2\xd1\x48\x05\x8c\xc1\x04\xa5\x87\x55\x0b\xa1\x0d\x97\x4b\xe9\xf1\x08\xd0\xde\xb9\x6b\x70\xc5\x6f\x5c\x94\xa3\xb7\x9d\x55\x8f\x50\x26\x1d\xab\x75\x78\xfc\xea\xfb\x85\x44\xce\xe2\x5d\xa4\xee\xba\x23\x94\x30\x5d\xbf\xfb\x8c\xec\x08\xcc\xb5\x94\x4a\x6d\x37\x94\x69\xbf\x55\x61\xe0\x3a\xe1\x02\x1c\xda\x77\x7e\x50\x8a\x4a\x1b\x82\x81\x74\xd3\x55\x81\xe6\xd9\x6f\x5e\x1f\xab\x6f\xc2\xd9\x5b\xb5\x90\xf4\x26\x51\x9e\x3a\xa0\x8f\xa2\x09\x44\x12\xc0\x4d\x24\x65\x79\x7e\xe8\xf9\xf2\xdb\xc5\xfc\xe1\x9b\x82\xf6\xf5\x31\x9f\x6f\x6a\x2e\xb9\x72\xaf\x27\xd4\x93\x8d\x28\xc8\xbe\x30\x49\xf4\xde\xf4\xd5\x94\xe2\x41\x08\x6a\x21\x0d\xd5\xd8\x2c\x00\x9a\x05\x58\x22\x78\x65\xe2\xc2\xda\x3a\xbd\xc3\x63\xa9\x07\xc9\x95\x07\xa4\x89\x84\x9d\xe5\xf6\x49\x8b\xa1\x81\x44\x55\xc6\x69\xb1\xfd\x62\x3f\xf4\x22\xcd\x0d\x11\xf0\xe1\x1c\xad\xdb\xb3\xbc\xa4\x8b\x57\x9b\xef\xe9\x08\xbd\xe8\x8f\xce\xbf\x7d\xb1\xfc\x83\xb6\xd9\x54\xa3\x09\x6d\x9f\x9d\xaa\x2f\x5c\xae\x7f\x84\xb5\x1a\xa7\xc5\xb1\x53\x60\x77\x70\x59\x8e\x34\x17\x9c\x1e\x45\xfc\xf9\xd8\xc7\x93\xfa\xdd\x59\x47\x0e\x24\x6d\x62\xe9\x0f\x67\x1a\x5d\x57\x88\x0b\xe7\xb9\xbf\xa3\x25\x3a\x35\x33\x2a\xbb\x8b\x10\xf5\xc4\x42\x68\xf7\x90\x29\x16\x41\xdc\x19\x11\x16\x9c\xca\x4f\xad\xba\xc2\x27\x5c\xdc\x93\x08\x79\x96\xcc\xd3\xe2\x57\x51\xcf\x2b\x64\x55\xbe\x5c\xee\x3d\xac\x42\xd9\x7b\xfe\x5a\x15\xbb\x42\x19\xd2\xd9\x52\xbe\x11\x16\x7a\x57\x2d\x88\xd5\xcc\x40\xfd\xae\xf5\xf7\xd4\x9e\xf3\x95\xc6\x82\x5c\x33\xf4\xbe\x9a\x95\xb0\xbb\x20\x27\x3a\xbf\x3b\x9b\x6d\x17\x27\x93\x58\x2a\xb2\x77\x8e\x9e\xd3\xe2\xab\x8f\x33\x21\xa5\x1e\x15\xf7\xea\xeb\x11\xbb\x1f\xd8\x65\xc6\x40\x1e\x00\x13\x5a\x70\x44\x5e\x69\xe9\x8b\xa5\x6c\xf1\x4e\xd4\x2a\x95\xa7\xec\x56\x60\x3e\x98\x29\xef\x40\xa8\x68\xe9\x49\x45\xc3\x54\x64\x1f\x91\x06\xe6\x27\xec\xc4\x5d\xac\x47\x48\xc4\xa9\x52\x16\x49\xe3\x04\x0f\x4d\xf3\x04\xc6\xcd\xde\xd5\xcf\xb6\xe8\xad\xaa\x5c\x72\x92\x2a\x76\x46\x88\xd7\x13\x76\x14\x80\xc8\xde\x6a\x03\x32\x61\xc9\x06\x59\xa8\x90\x77\xf8\xac\xb9\x13\xdb\xeb\x8e\x10\x2d\xd5\xc5\x44\x46\x73\x70\x9a\x88\x8f\x03\x9a\xdb\x33\xeb\xd5\x00\xed\xfd\xda\x55\x38\x35\x3b\xe1\x4c\x68\xfd\xc6\x8f\x2b\x2d\xc5\xbc\xad\x05\x9e\xa9\xa7\x8d\x7e\x55\x6f\x6f\xa3\x98\x7c\xbd\x9e\x17\x93\x5f\xc8\x41\x63\x54\x1d\x8b\xd1\x86\x38\x6a\x83\xbd\xbd\xcc\xea\x1d\xea\xa9\xd2\xa7\xa7\xaa\x48\x7e\xfb\xcf\x37\x7a\x9a\x11\xc5\x21\x77\xd8\x81\xd5\xdb\x92\x13\xca\x40\xa4\x1b\x40\xbf\x34\xa5\x00\xe2\x48\x09\x61\x93\xcd\x85\x1c\xcb\x6b\xf7\xc9\xe0\xbe\x84\xeb\xc0\x53\xee\x0a\xd5\x1a\x36\xf6\x4f\xd5\x1c\x33\xfd\xab\x96\x32\xb2\x55\x20\xe9\x5a\x37\x73\x6d\x28\x9a\x3c\x0b\xa0\x3e\x06\xb5\x2c\x5f\x56\x75\xec\x33\x2a\x81\x9d\x90\xed\x94\xac\x39\x4e\x88\x20\x83\x9b\x12\x82\x47\x0d\xd4\xa9\x66\x1e\x43\x25\x6b\x0d\xb9\x5f\xaf\x74\x59\x47\x9d\x6b\x26\x0b\xf9\xac\x84\x38\xab\xf4\x7e\x7b\x17\x7b\x97\x72\x79\xf4\x03\x29\x3d\xaf\x64\x50\xce\x86\x24\x55\x54\x07\x60\xea\xfd\x9a\xce\xad\x0c\xaa\x3d\x9e\xbb\xf7\x9e\xba\xb7\x4e\x80\x4f\x4e\xe3\x9b\x1b\x8e\xbd\x87\x7b\x4f\x3f\x5a\xd7\x1a\x93\x4e\x9e\xa5\x7e\xa7\x04\x21\x63\xb7\x3e\x37\x77\x62\x8c\xd4\xd1\xaa\x6f\x29\x52\x38\x5d\x67\x4d\xc3\xcb\x73\xdb\x97\xf0\x48\x35\xb5\x13\x6b\x41\x00\x5f\x3f\xa6\x8c\xcf\x33\x46\x75\xbf\xf9\x3c\x5c\x2f\x42\xbc\x5d\x8f\x80\x7a\x2f\xaf\x16\x92\xcf\x68\x1b\x1e\xb2\xb1\xab\x84\xfa\x11\x01\xeb\x5d\xa1\x01\xd9\x60\x0f\x48\x6e\x06\x7f\x75\x44\xe1\x04\xb5\xa0\xcc\x4f\x94\x8b\xf3\x1b\xf7\xaf\xda\xab\xe5\x50\x9f\xdf\x90\x93\xed\xa5\x75\xff\xaa\x54\x31\x14\x5f\x08\x52\x26\xea\x07\x98\x25\x34\xff\x5f\xf6\x3c\x5c\x87\xa5\x03\xf0\x02\xad\xe2\x10\x5f\x72\x86\xb8\x14\x89\xc6\x4f\x07\x68\x3f\x77\x3a\x14\xd3\xe6\xa6\x0f\x43\xdd\xc6\xc7\x91\xc6\xeb\x64\x86\x57\x8b\xe3\xdb\x2f\x47\x4e\x41\x25\x04\x98\x64\x20\x54\x4d\xa3\xad\xa1\x9e\x03\x13\xae\x64\xa7\x7e\xd4\x87\x7a\x40\x43\xd9\x18\x72\xa0\x2e\xcf\x06\x20\x04\xc3\x8a\x8e\x73\x17\xc6\x3c\x6c\x94\xc4\x7d\x7f\x66\xb7\x94\x9e\x32\x41\x76\x4b\x34\x2c\xfc\x68\xf2\xc3\x7e\xf0\x27\x3f\x49\xfd\x26\x8c\xe6\x2c\x64\x2b\xfc\xed\x05\x52\x27\x3c\x51\x51\xe1\x3e\x29\x91\x7b\x35\xa8\x0c\xef\xce\x49\xe1\x2f\x07\x74\xe1\x52\x42\xb3\x5a\x48\xe1\xce\xed\xcd\xd5\x7c\x2f\xd4\x37\xd7\xb6\x37\xbe\x19\x93\x5e\xfa\x64\x28\xbf\x13\x20\xd6\x13\x19\x6c\x63\x68\x57\x17\x4a\xb8\x00\xa7\x22\x85\x93\xcd\x7e\x38\x01\xbc\xe8\x7b\x35\x54\x84\x0d\xa5\x28\x7f\x93\xdc\x5a\xa3\x63\x83\x09\xdf\x1a\xa8\x54\x83\x1c\xd0\x38\x86\x3d\xb4\xd8\x58\xa0\x7e\x69\x5b\xa6\xa9\xa6\x14\xf6\x05\xcc\xd6\x21\xd4\x4d\xd7\x04\xbf\xfb\xe4\x01\x54\x23\xe3\x09\x3c\x37\x88\x15\xfe\xe9\xd2\x28\xf9\xfe\x08\xba\x4e\x2c\xe4\xeb\xac\xd5\x40\xab\xf4\x68\xef\x36\xc0\x58\x8c\xae\xf9\x42\x75\xe4\xbd\x78\xeb\x56\x5e\xae\x9f\x1f\xa2\xe5\x6f\xe1\x21\xfd\xcc\x89\x39\xd9\xc1\x56\x24\x1b\xb6\x80\xb9\x9f\x0a\xf5\x98\x0c\xf2\xde\xeb\xcf\xdd\xa8\x3f\x01\x47\x01\x07\x48\xad\x57\x74\xaa\xb9\x31\xc5\xbe\x89\x7e\x07\xb0\x86\x57\x81\xa2\x8d\x67\xa4\xb6\xbe\xee\x1b\xa3\xa2\xf3\xe5\xc4\x19\x0a\x70\xc6\x8d\x11\x78\xdd\x3f\x54\x03\x71\x91\x17\xad\xcf\xd4\xe5\x4f\x43\x20\x5a\x72\xde\xf0\x57\x4c\x0a\x3a\xca\x9a\xde\x74\xf2\x96\x6b\xef\x41\x1b\x29\x89\x64\x7e\xde\xbd\xb1\xfb\x8b\x50\x47\x43\x43\x71\xb5\xe8\x3b\xd5\x57\xa1\xec\xdc\x4d\xe3\xc7\x2d\x52\x28\x86\xd5\x9c\x5c\x0c\x15\x71\x2a\x17\x66\xcf\xe1\x57\x2a\xb7\x4c\xbd\x71\x1a\x40\x77\x19\xca\xc6\x7f\xf1\x0a\x0e\x15\x55\xb4\x8b\xbe\x55\xbb\xd5\x76\x88\x13\xeb\x27\xdc\xb4\x5d\x0e\xfa\xe4\xb1\x58\xaa\xaf\x8d\x30\xda\x4d\xf8\x55\xf8\xfb\x76\xc1\x9e\x31\xc1\x8c\x7c\x11\x18\x87\x92\xbd\xb6\x0b\x1e\xc1\x20\x77\x2e\x9e\x50\x67\x29\x68\x5d\x4a\x33\xca\x6b\xb4\x24\x91\x09\x74\x38\xd8\xb6\x03\x91\x63\x00\x7c\x5a\x74\x64\xd6\xc3\x3c\xe8\xd2\xa0\x99\xe7\xd7\x51\xf1\xe1\x40\x7c\x24\x2e\xe2\x70\xe5\x18\xcb\xb8\x5e\xe7\xc2\x50\x65\x2f\xb9\xb7\x83\x67\x7c\xbc\x2e\x1f\x27\xbf\xd5\x4e\x09\xbb\x81\x5c\x96\x79\x3f\x27\x50\x25\x5f\x17\xf1\xb0\x21\xef\xbc\xd5\xf8\xfc\x16\xe6\xda\x89\x68\xa9\xb5\x5a\x8e\x74\x6f\x17\x32\xd1\x6a\x55\x5f\x45\x12\x7c\x1d\x77\x24\xd0\x7e\x01\xfa\x13\x92\x6c\x2d\xb9\x85\xa2\xd4\x84\xb7\x76\x0e\xfb\xa3\x05\x68\x48\xb1\x12\xcf\x0b\x39\x03\x49\x5e\x55\xea\x45\xa0\x19\x75\x44\xb7\x52\xf0\x7f\xd1\x31\x36\xa0\xf4\xa1\xc7\xa6\x16\x16\x5e\x43\x36\xf5\x9e\xf5\x54\xd7\xc6\xa6\x97\x32\x0a\xa0\x02\x9f\x42\x81\x14\xdf\xd9\x9d\x09\x3c\xfa\xa0\xb5\xc0\x9d\xaa\xd6\x6d\x31\xee\x61\xcd\xa7\x14\xb8\x70\x9f\x08\x27\xd2\xc4\xd6\x17\xca\x16\x30\xc6\xbf\x8c\xd0\x3a\x31\xc2\xfa\xb4\xa7\x94\xca\x1f\xf3\x0a\x18\xcb\x2f\x67\xc8\x93\xe3\xf8\xd3\x65\x81\x50\x0d\x39\xa8\x3c\x95\x4f\xd0\x4c\x80\xdf\x11\xfe\xf5\x16\x04\x8b\x71\xf8\xde\x5c\x98\xc8\x39\xfb\x1f\x57\xef\x04\xec\x18\x30\x98\xf3\xee\xe5\xc2\x6f\x51\x05\x1d\xce\x58\x09\x9a\x1d\x8a\xd1\x30\xc8\x10\xd9\x53\x56\x9e\x50\xa2\x3b\xce\x09\xc8\xa6\x9d\xf3\x04\x69\x43\xc8\xac\x58\xab\xe3\x41\x95\x36\x82\x2d\xd8\x77\x33\x30\x60\x16\x2c\x3b\x49\xe1\x1c\x01\x84\x3a\x02\x08\x55\xda\x00\x5c\x61\xd3\x0c\xff\x5d\x84\xca\x05\x42\xfd\x30\x51\xa5\x6e\x83\x93\x87\x0b\x13\xd3\x13\xc3\xb5\xcc\xbe\x00\xf7\x20\x69\x94\x6f\x48\x79\x53\x02\x38\x74\x3f\xbe\x7d\x9d\x99\x70\x6a\x56\xb5\xae\x84\x98\xd5\x2b\x43\x12\x68\xe4\x10\xf5\x1b\xb5\x87\xea\x67\x9f\xf5\x02\xa9\xf2\xb3\x46\xc1\x88\x6a\x90\xa7\xdf\x6d\xac\xa8\x07\x46\x94\x1b\x9a\x24\x26\x5a\x0a\xea\x9c\xf6\x78\x60\x56\x94\x5e\x25\x9f\x3a\x63\xa1\x06\xd6\x05\x7e\xe0\xf1\x0e\x00\x64\x42\x30\x04\x7b\x94\x99\xce\xc8\x13\x79\x43\x80\x59\x2b\x66\xda\x90\x9e\xdb\xfd\x07\x18\x7e\xda\xea\xf2\xc0\x62\xf5\xa9\xe7\x2c\xea\x0f\x5c\x7c\x90\x4a\x9c\xc1\xf4\xa6\x81\x77\x68\x77\x9c\x42\x03\x4d\x0e\xa3\x7f\x21\xe6\xad\x31\x81\x5a\x8c\xac\x27\x37\xc2\x35\x4f\xab\x71\xfa\xd0\xb2\xa9\x13\xce\xb1\x95\xc1\x00\xac\x44\xbf\xb8\x3d\x3e\x15\x62\x50\xc3\xdf\x7a\x0a\x90\x9e\x20\x30\x75\x8e\x32\x04\xdd\xf6\x81\x86\x27\x91\x31\x17\xf6\x08\xf1\x59\x96\x3d\xe0\x39\x5b\xd7\x11\xe0\x16\x57\x8e\xf9\xc7\x94\x6e\xa4\x46\xe8\x57\xb0\x67\x42\xa0\x06\x9f\x65\x03\x7a\xc3\x7c\xba\xad\x16\x32\xeb\xd3\x3a\x63\x51\x10\x28\x08\x96\x28\x03\x13\x59\xed\x8c\x00\x5e\x78\x83\x1a\x13\x96\x00\xbd\x94\xca\x10\x7b\xdb\xab\x7e\x3b\x22\xd5\x39\x43\x4e\xfa\x73\x0a\x0c\x8d\x2e\xb4\x29\x7f\x77\xb5\x12\x31\xfb\x56\x48\xc9\x3a\xcb\x62\x24\x86\x3c\x96\x3e\xe5\x29\x3d\x99\x4d\xb0\x78\x4a\xfd\x08\x91\xb2\xfa\x46\xe6\x73\xad\x71\x1b\xee\xa6\x2b\x69\x84\x55\x22\xcd\x69\x7c\x3d\x1b\x3b\x72\xb3\x83\xaa\xd7\x1d\xa3\xb9\x61\x05\xf8\x11\x46\x6d\x3c\xb0\x4d\x74\x2a\xdb\xdd\x18\x03\xd9\x06\x15\xd5\xc7\xbc\x59\xde\x12\xcc\xc2\xcb\xa3\x68\xba\x01\x4e\x4a\x12\x9f\x77\x96\x3e\x35\xb3\x90\x11\xda\xf1\x0b\xe4\xe3\x13\x31\xb0\xf6\xea\xca\x3b\xca\x40\xef\x28\x0b\xd6\x9c\x26\x5d\xd6\x2d\xb9\x46\xc5\xde\x2d\xb6\xcc\xb0\x99\x16\x02\x0c\x93\x05\x79\x0b\xbc\x0d\x28\xad\x38\x07\x4b\x5d\x0c\xfd\x63\x87\xd2\xa8\x47\xf9\xaf\x2c\xc2\x03\x97\x31\x17\x4f\xf7\x10\x38\x06\xd9\xba\xf0\x16\xf0\x6b\x4c\x39\xfd\xc1\x11\xe2\x39\x02\x0e\xe2\x85\x19\xe4\x61\x59\xd4\x50\xaf\x24\xe8\x20\x99\xac\xb9\xe5\x58\xa6\x36\x4f\x54\x1d\xb5\xb8\x99\x9c\x67\x47\xca\xfa\x38\x1e\x82\x34\x28\x59\x81\xa4\x98\x52\xa9\x94\x38\x34\x7c\xb3\x16\xed\xa7\x63\x07\xb0\xe6\x04\xa4\x9b\x3f\x4e\xf8\x5f\x1c\x3a\x0c\x73\x76\x85\xf7\xa7\xcf\xf1\x15\x2a\x23\x1a\x91\x4b\xce\xe3\xf0\x6d\x02\xab\x92\xef\xb3\x31\x07\x57\x78\xc2\x38\x22\xfe\x8c\xe9\xc5\x94\x67\xf3\xab\x79\x5c\xdb\x0d\x23\x8b\x52\x43\x8f\xf8\xdc\x2b\xf8\x42\xfd\x46\x8b\xd6\xdb\x33\x7d\x53\xe4\xaf\x71\xb2\xe1\x05\x09\x68\xc1\x72\x8e\xec\xeb\x1e\xc9\x9d\xa9\x30\xa3\x27\xdc\xfe\xa8\x64\x0b\x0a\xb7\x32\x2a\xb4\x49\x32\xc4\x69\xd8\x5a\x15\x74\x77\x4d\x5c\xbb\x05\xb8\x72\xfb\x83\xdd\x0f\x54\x33\x82\x93\x31\xa3\x03\x88\x7a\xd5\x02\x89\x6c\xc1\xbe\x09\xb8\xf4\x15\xdf\xff\xf4\x46\x13\x14\x69\x25\xde\x26\x65\xf7\x92\xd6\x4f\x2e\x00\x31\xd1\x36\x08\x15\x40\x4f\x7d\x7d\xd3\x02\xe9\x73\x47\x6b\x87\xa7\x4c\x37\x24\x2c\xb3\xf4\x3a\x73\x98\x5e\x42\xf7\x84\xde\x68\x22\x9c\x8b\xb5\xc2\x8b\xdf\x35\xc2\xa0\xcd\xd5\x40\x0f\x32\xe6\xc9\x01\xa3\x6c\x20\xa1\xe5\x74\x1a\xaa\x80\x9c\x87\xd4\x4f\xbd\xdb\x43\xcd\xed\xe8\x56\x17\x5a\x04\x26\xa3\xed\xe9\x45\xeb\x9a\x53\x98\x2b\xfe\x1e\xd9\xc9\x25\x95\xbc\x8b\x34\x9a\x59\xe7\x52\xaa\x31\x7a\xba\x02\x4f\x93\x5c\xbd\x4f\xd2\x27\x2b\x79\xbd\xda\x90\xe3\x76\x6f\x23\x0a\xb7\x29\x9b\x28\x24\xa8\xbe\xa5\xb2\x7a\xa0\xcd\x62\x26\xd4\xe4\x68\x15\xf6\x6a\x31\xce\xb6\x6a\x3c\x2c\xe8\x47\x16\xd6\x69\x41\xb2\x04\x42\xed\x4b\x20\x11\xfd\xae\xe6\xf7\xa6\x89\x92\x7e\x72\xcb\x77\xe8\x03\x84\x8d\xbc\x80\x9d\xcc\xe0\x1a\xd8\xa6\x8c\x54\xf1\xce\x3c\xeb\xcf\xdc\x7e\xab\x33\x98\x8e\x55\x22\x2a\x12\xe8\x1f\xf9\x3a\x3d\xcd\x5f\xf5\x44\x9b\xdf\x98\x8b\xd7\x25\x29\x42\xda\x18\x0f\x15\xd9\x25\x59\x60\x3a\x89\xdd\x6c\xd0\xea\x92\x54\x7c\x8a\x84\x47\xff\x41\x24\xdc\x68\x15\x7e\xae\x55\x1c\xa0\xa0\x87\x72\xdd\x2c\xf7\x39\xae\x3d\x00\x6f\x70\x84\xef\xb6\x7e\x20\x22\x8f\x86\x7d\x39\x7a\xb9\x90\x2a\xea\x16\xde\xbf\xd0\x2d\x22\xdb\xe8\x02\xf9\x8c\xc8\x2c\x50\x56\x29\xc8\x0e\x2d\x83\x0f\xcc\xc5\x10\x56\x1d\x4b\xcf\x73\x0e\xe7\x77\x29\x3e\xf5\x90\x2f\x3c\x7f\x7b\x90\xc5\x42\x04\xdc\x8b\xcd\x81\x08\x01\x16\xf2\xb4\x27\xd9\xf9\x96\xa0\xb7\xfe\x69\x00\x20\xae\x99\x7f\x98\x95\xaa\x67\x9b\x03\x66\x44\x06\x27\x8f\x90\xe3\x2b\x4e\x61\x6e\xae\x1f\xb3\xe3\x6f\xfa\x6b\xa6\x56\xe9\xfa\x06\x1c\x09\x4e\x54\xcf\xaf\x27\x27\xbc\x59\x14\x7a\x43\x9d\x19\x9e\xa6\xa8\xef\x14\x1c\x0c\xf9\xe4\xd6\x33\xed\xb5\x38\xc9\xcc\xd4\xdb\x16\x3e\xd8\x58\x6f\x5d\xa6\x59\x7e\xfe\xa4\xb5\x7e\xcc\x9e\x3b\x16\xea\xb7\xb6\x65\x3d\x82\x36\x64\x90\x8a\x6e\x06\xa9\x78\xb9\xec\x11\xab\xa4\x13\xb5\x95\x2c\xbd\x4a\xb8\x04\x94\xe4\x92\xf8\xe4\xbe\x31\x65\x0d\x40\x42\xe8\x08\xf1\xc7\xdc\x01\x94\x0c\x76\xfa\x33\x90\xc9\x5e\xe3\x95\xd4\xca\x42\xba\xe3\x9e\xbe\x37\x0a\x44\xa9\x07\xae\x4b\x7b\x25\x97\xe7\x33\xa7\x79\x08\x73\x2c\xe0\x34\x7c\xb7\xcd\xf1\xad\x7d\xca\xe9\xbc\x1b\x2e\xa3\x01\xaa\xdf\xa0\xbb\x03\xdf\x2d\x74\x85\x74\x89\xf0\xe9\x81\x1c\xae\x5e\x6b\xc9\x68\x68\xa4\x33\x20\x7b\xc4\xd4\xcb\x66\xb2\x60\x8e\x4f\xb3\x67\xe0\xf0\x92\x1f\x33\xb7\xf1\x5c\x2a\xbc\x58\x5f\x6a\x85\x99\x34\x8b\xf8\x2d\x53\x72\x68\xc7\x7b\xa6\x5b\x67\xc6\x90\xdf\x82\xdd\x32\x48\x6a\x25\x29\x16\x74\x61\x03\x06\xeb\x2b\x8a\xeb\xdd\x60\x8c\xc9\x54\x2e\x80\x20\x2e\xb2\x7a\x52\xc2\x5e\xd3\x46\xb0\x29\x7c\xc7\x96\x34\xaa\x56\x49\x55\x72\xb3\x6d\x71\x1c\x97\x35\x2e\x43\xc3\x20\x96\x72\xf1\xad\xca\x41\x71\x2e\x89\xea\xe9\x4d\xf7\xaf\xdb\x33\xac\xc9\x1a\x14\x56\xd7\xc0\x90\x0b\xf5\xac\xf2\x5d\xd8\x50\x85\x1d\xd5\xb9\x69\x67\x5b\xba\xbe\x24\x6d\x51\x79\xae\xef\x85\xdb\x49\xf1\x7f\x6a\x79\x2c\x10\x88\x1e\xb5\xf5\x69\x5b\x17\x1e\x37\x65\x12\xc6\x7d\x93\x40\x8e\x4c\xf1\xe1\x51\xa6\x80\xbe\x16\x00\xd2\x9c\xe1\xef\x08\x6f\x4d\xdf\xfd\x83\xbf\xd2\x97\xaa\x57\x3e\xe4\xe3\xb2\x06\x26\xbc\x75\x0a\xe5\xe4\x4a\x29\xe8\xd9\x76\x4e\x82\xf0\xb9\xb3\x87\xf6\x3b\x77\x8a\x8b\xed\x8a\xc5\x46\x0b\xa7\xaf\x84\x72\xb9\x79\xde\x5c\x9e\x6e\xb7\xb3\xf5\xf1\xf1\xd3\x26\xd4\x95\x62\x6b\x23\xb1\xf4\xed\x7a\x71\xef\x28\x01\xaa\x91\x23\xd4\x48\x05\xa0\xc0\x1b\xd6\xef\x1b\xf2\x3b\xef\x69\x0f\x13\xf1\xbd\x66\x85\xe4\x31\x5a\x49\x1a\xd2\x8a\xbd\x96\x4d\xbb\xa4\x80\x2c\x1e\xf4\xee\x3f\x61\xea\x6a\x9a\xec\xbe\x10\x67\xc9\x2f\xc2\x1d\x4f\xe4\x0a\x89\xc9\x23\x5e\xc8\x63\x21\x26\x11\x60\xa3\x94\xc8\xf8\x41\x04\x34\xc4\x7d\xc0\x5c\xd8\x36\x92\xec\x37\x54\x3d\x2a\xa3\x18\x39\xe0\x07\xdd\x4b\xda\xcd\x44\x08\xb5\x44\x50\x34\xa6\xd8\x01\xd8\x3c\x97\x34\x7b\xed\x45\x0d\xc5\x4e\xd7\x60\x3e\x74\xb9\xd3\x99\x5a\x06\xcc\x1e\x33\x82\xc5\x5c\xa9\xb6\x86\x5d\x15\x31\x34\x30\xb6\x3a\xe1\xd3\x27\xb5\xff\x45\x58\x11\x92\xdd\x57\xe9\x5f\x1a\xc0\xdc\xd8\xb9\x9f\xee\xef\x4a\xe1\xa0\xf4\x72\x56\xcc\xe9\x2f\xba\xc2\x59\x51\x8a\x09\xf9\xf7\xd6\xed\xdb\x0c\x10\x1a\x72\xf6\xdc\xfd\x37\x43\x4e\x3b\x6f\x5b\x36\x0a\x0f\x20\x8f\xc4\xa9\x38\xea\x56\x4d\x95\xde\x90\x14\x8a\x71\xee\x37\x3c\xa0\x38\x43\x61\x9a\x57\xcc\x34\xbf\xcd\x1e\xbc\x27\x9d\xe8\x5d\x6e\x36\xda\xff\x89\xf9\x63\x2a\x44\x9f\x82\x2f\x67\x50\x12\x14\xba\x22\xc8\x23\xbb\x94\x97\x33\xf3\xde\xf3\x5c\x6a\x14\xda\xf3\x0d\xa3\x6c\x0d\x8d\x9b\x5b\xe9\x3b\x7e\xb0\xa3\xf3\x8e\x5d\xe9\x0b\xeb\xf2\xf0\xf5\xe9\xba\xe4\x11\x64\x10\x67\x44\x4c\xa1\xea\x91\x64\x44\x85\x44\xcf\x80\x93\x84\xe3\x5a\x79\x5b\xd6\xe3\xf4\x61\x50\x34\xcf\x97\x16\xc7\x54\xe1\x82\x1c\xfc\xa2\x5a\x65\x89\x5d\xfc\x38\x63\xd1\x92\x17\xb9\xbb\xf8\x7a\xa1\x9f\xa5\x36\xed\x42\x06\xc5\x4e\xc6\xf7\x87\xb0\xb7\x67\xe4\xcf\x8e\xab\x10\x72\x0d\x60\xf2\xee\xb5\x90\xf9\xd0\xe8\x3e\x6a\xd5\x28\x94\x87\xce\x23\xa2\x8d\x2f\xc4\x39\x0f\x93\x7c\x7d\xd0\x7a\xb9\xe5\x30\x05\xfc\x97\xc9\x83\xa9\x3c\x20\x61\x78\x1a\x35\xc9\xe8\x9d\xec\xc1\xf3\xca\x59\x65\x7b\x84\x4b\x06\x32\x46\x14\xbf\xde\x86\x96\x7b\x61\x5e\xfd\xb2\x9d\x9e\xe7\xa7\x70\x96\x46\x5c\xca\xd2\xe8\xc1\xe1\xde\xc5\x7f\xfc\x6b\xc3\x77\x9c\xd2\x0c\x67\xa4\x98\xc6\x1a\x5c\xc9\xa3\xfb\x63\x74\x59\x02\x30\x10\xb3\xbf\xaa\x38\x46\x9c\x4f\x3f\xdd\x1a\xbe\xf7\xae\x2c\xae\x81\x81\x63\x76\x1b\xea\xc3\xe8\x43\xab\x14\x63\x16\xe2\x67\x7e\xc3\x94\x8b\xcc\xe6\x79\xa2\x63\xec\x83\xf6\x16\xb2\xad\x3f\x40\xbe\xfb\x05\x28\x98\x60\x4f\x58\x08\xf5\xe3\xc4\xa5\x06\x3a\x85\x0e\x3b\xc2\x79\x6f\x07\xa5\x76\x39\xb7\xd6\x9c\x46\x22\xcf\xa4\x1e\xdc\x97\x10\x5d\x56\xd1\x7a\xa4\x70\xa9\x3d\xc6\x55\xab\x5f\xff\x13\x73\x80\xc7\x07\x3e\x3f\x46\x6d\xfc\x7d\x42\x80\x8c\xcb\x3d\xa1\x68\xc0\xcd\x35\xf0\x42\x73\xfa\x4d\x0d\x59\x6d\x81\x69\xf6\xf1\xfe\x0b\x2e\x11\x5d\xa3\xcf\x49\xa9\x3c\xfc\x59\xcf\xa9\xc9\xda\x99\x77\xf2\x3b\x5c\xa1\xa2\x87\x59\xa9\xdd\x7f\x33\x23\xc7\xe2\x29\x95\xd5\x8d\x12\x63\xc6\x4c\x7d\xf1\x0d\x19\x0d\x7e\x47\x0a\x87\x8f\x9f\x1e\x32\x26\xbf\x03\x19\xc3\xdc\x5a\xb7\xfb\x78\xa7\xcf\x81\xf0\xe6\xaa\x09\x80\xcc\x1d\xff\x42\xf4\xfc\x9f\xc5\x78\xe9\xd6\xa3\x84\x35\x63\xf0\xd6\x0a\x21\x95\x20\x21\x5a\x09\xe6\x1f\x13\x30\xc2\xce\x07\x1f\x2b\xe9\x72\xf8\xda\x0a\xe3\xf0\x58\xde\x28\x29\xad\x54\x8a\x65\x21\xb7\xad\xd2\x85\xaa\x80\x83\xf7\x4c\x23\xc5\xc4\x26\xf8\x94\x60\x21\x36\xce\xb2\xe0\xc3\x27\x86\x53\xc5\xee\xde\x2c\xc2\x52\x5d\x4a\xa1\xe6\x92\x33\xbf\x4c\x38\x84\xc0\x05\x7a\x9e\xce\x55\x54\x29\x07\x0a\xd2\x3a\xaa\x59\x6f\x0b\x68\xf2\xcc\xa7\xb9\x19\xd1\x2e\x08\xa3\x7d\x62\x56\x3c\x5d\xf3\x37\xfb\x60\xa3\x28\x1a\x50\xd0\xf4\x17\x48\xee\xbb\xaf\xfb\xc3\x54\x30\x29\x98\xec\x03\xd8\xb7\xca\x5a\xff\x39\x52\xfa\xeb\x38\x6b\x19\x12\x3a\x6c\x42\x59\x28\x4d\x39\xef\x41\x16\x74\xc9\x10\xe4\x02\xb4\x6e\xda\x83\x56\xce\xc6\x97\xd7\x49\x68\x26\x8f\x4f\x6c\x4f\x25\xcb\x42\x98\x33\xb8\xc2\x5b\xdb\x78\x22\xc5\xb5\x0b\xa2\x63\x4a\x11\xea\x80\x22\x4a\xdf\x4e\x08\xed\x25\x17\x92\x40\xbd\x57\x42\xad\xb4\x98\x3f\x96\xfc\x18\xf8\x81\x8c\x30\x51\x7c\x92\x79\x46\x11\x86\x0b\x3e\x65\x80\xaa\x03\x06\xfa\xf1\x65\xfd\x90\x97\x34\x02\x49\x6b\x88\x8a\x75\x3c\x82\xac\xda\x81\x30\xab\x58\x4f\x76\x09\xee\xa1\x04\x10\x31\xaf\x9f\x72\xe9\xa1\x20\xef\x9d\x29\xe4\x72\xc9\x81\x81\x0e\x6b\xdf\x29\x84\xe1\xe6\x99\x50\xab\x59\x7a\x80\xfd\xe7\xc8\x04\x11\x4b\x0a\x10\xd8\x28\x93\xa6\x47\x97\xdc\x30\x4b\x50\x62\xbc\xc4\x5b\x63\x89\x8e\x89\xf9\x3c\xab\xa9\x5c\x47\xb7\x82\x06\xff\xbf\xa9\xa3\xb7\x2b\x82\x83\x98\x31\xec\xfd\x64\xb7\xa6\x9f\x33\x8b\x68\x43\x78\x62\x12\x3a\xaf\xb8\xdd\x6b\x5e\x0d\x34\x06\x69\x45\x55\x5f\x3c\x8b\x01\xe2\x98\xd9\x48\xa3\xfb\xe5\x6f\xba\xa0\x15\x36\xbb\xf6\x72\xbc\x6f\x4e\xd7\x16\xd9\x66\xba\xe4\x39\x67\x13\xf2\x08\xcc\xd5\x41\xf6\x77\xe4\x90\x5f\xca\x0b\x66\xa4\x2f\xb2\xb5\xe1\x15\xe0\x34\x68\xaa\x86\xec\x94\x15\x09\xa2\x0f\xa4\xf2\xef\xb9\x40\xd6\x86\x2b\xce\xad\xe7\x48\xed\xdf\x20\xb0\xf3\xb2\x9d\xc3\x3e\x5c\xe1\xf7\x78\x8b\x4a\x93\xd1\x90\xe2\xe0\x14\xc0\xf4\x4f\x7c\x6f\x82\x1a\x71\x3e\x53\x84\x6d\xcc\x2d\x73\xfc\x66\x8a\xb4\x1d\xae\x36\x4f\x36\xac\x64\xc5\x07\x8e\x85\x98\xe9\x07\x56\xa4\xb0\x5b\x4e\x4e\x72\xb1\x87\x36\xe6\x35\x5e\xab\x2f\x62\xae\xde\xfb\xd0\xb9\xae\xf2\x38\xac\xba\xa2\x6b\xb1\x42\xbc\x24\x0b\xeb\x23\x46\x19\x12\xaf\x05\x71\x33\xad\x39\xc8\x9f\xcf\x5d\x26\x2d\xaf\x9a\x15\x1b\x31\x51\x21\x9a\x78\x17\xfc\xb8\x93\x26\x05\xc1\x77\x51\xa5\x6c\xaf\x0b\x3b\x6e\x6f\x32\x5b\x39\x0a\x86\x49\x6f\x34\x26\x14\xbf\x70\xaf\x60\xa8\x0b\x42\xf2\x67\x05\x7c\x4d\xa6\x23\x39\x42\xec\xf5\x4c\xb5\x01\x97\x1f\x70\x6e\x4e\x17\x05\xa2\x03\x93\x4d\x61\x92\x59\x39\x3d\xb4\x9c\x8a\x4a\xbc\x53\x2a\xc6\x47\x47\xc1\x0b\x7f\x91\x82\x88\xe1\x52\x6a\x50\xc1\xf7\xe2\xf6\xb8\xf9\x2e\x35\xaf\x9e\x89\x55\x99\x91\xf3\xba\x9f\x36\xc1\xa7\x82\x0b\xcb\xef\x6a\x81\x43\x55\x71\x7a\x9e\xdb\x07\x1c\x3a\x4b\x82\x30\xb9\x67\x84\x56\x5e\x98\x3a\xdc\x84\x97\x44\x32\x7d\x30\x68\xa8\x42\x7f\x51\x27\xee\x93\x07\x87\x72\xce\x3b\x85\x44\xb1\xcd\x95\x23\x18\xcc\x29\x43\xb0\x4d\x7c\xff\x26\x25\x49\x8a\x8f\x1a\x27\x2d\xb3\x9c\xf5\x77\x33\xa8\xba\x84\x2b\x4b\xe6\xf8\x76\x11\xfe\x2f\xa7\x72\x7c\x3b\x2f\x18\x85\x4e\x3e\xd8\x59\xae\x84\x69\x81\x92\xc6\x05\x20\xb2\x9a\x5b\x26\xff\x81\x9b\x62\x78\x8a\x81\x8a\xeb\xdd\x6d\xd3\x82\x28\x62\x9d\xd6\xeb\xbd\x97\xc2\xcc\x57\x8e\x24\x50\xf1\x17\x35\x1f\x2e\x97\xa0\x11\xdd\xaf\xa0\x5d\x2c\x01\xa6\x25\x85\x6f\x62\xe2\xb8\x59\x17\x5d\xe1\x0c\xd4\x85\xd9\x01\xe2\x67\x6a\x79\xd7\x23\x35\xf2\x9d\xf3\xee\x5b\x8f\xa4\xcd\xf4\x56\xba\x1b\xb6\xa1\x92\x34\xd0\x59\xd6\x6a\xb4\x0a\x1c\x98\xb4\xd8\xc9\xb5\xc5\xb1\xc0\x56\xe7\x9e\x3e\xab\x8a\xc4\xb4\x86\x80\xb3\xb4\x76\xaa\x05\xca\x31\x7e\x82\xe9\xff\xa7\xf5\x04\x6a\xdd\x6c\x3d\x81\x3f\x26\xbf\xfe\x5f\xac\x2b\x31\x3e\xdb\xf0\x48\xd8\x59\xd1\x95\x55\x5c\x88\x65\xc5\x08\xc6\x05\x3b\xf8\xde\x8d\xc2\x9f\xd5\x1c\xd7\x4b\x2f\x2b\xf5\x1a\x6d\xd8\x7c\xb8\x49\xc3\xee\x91\xdb\x48\x75\x6c\x51\x5a\x7e\xd9\x82\xd0\x0f\xba\xf3\xb2\x13\x21\x66\xbc\x93\x1e\x3a\xd6\xed\xab\xd9\xc6\x8f\x82\x0e\x71\x1e\xd3\xb2\xce\xa5\x67\x89\x31\x58\x09\xd5\x01\x1c\xb1\x47\x6e\xde\x29\x82\x4d\x54\xcd\x14\xe8\xe2\x00\xa3\x42\xc3\x49\x7c\xf5\xee\xad\x4c\xa1\x02\xe7\x44\x6c\xce\x6d\x70\xa8\x8f\x27\x25\x8f\x80\xcd\x99\xac\x31\x3c\xc8\xc1\xfe\x82\xf1\x59\xb1\xe4\xd8\x72\x21\x50\x95\x41\xe6\x9d\x49\x51\x36\xf9\x4b\x64\x11\xb3\xdc\x19\xc0\x46\xe7\x70\xe0\xad\x6b\xcf\x5f\xa5\x6e\xbe\xce\xe0\xff\xb3\x5b\x56\x0d\x30\x78\x44\xe8\x6d\xf8\x5b\x57\x0b\x0e\xfe\xf3\x5a\xb8\xf4\x4a\x9b\xf5\x16\xa9\xb8\xbd\x9f\x79\x76\xf0\xed\x95\xac\xa4\xf1\xa5\x6e\xfb\x02\xf4\x77\x4c\x3e\x9b\x8f\x4e\xc5\xe3\x68\x35\x69\xfa\x3c\x26\xac\xdb\x1a\x27\x29\xe7\x57\x3a\x47\x18\x73\xcb\x0e\x22\x35\xbd\x0b\x6f\x80\x76\xf5\xa6\xea\x58\x97\x30\xb3\x63\x62\x32\x55\xf4\xc5\xbf\x61\x98\x56\xb2\x07\x3a\xc8\x33\x29\xe9\xaa\x21\x2f\x83\xa7\xec\x40\xf6\xb0\x08\xf6\x45\xb0\xe8\x3c\x21\x53\x98\x9a\x68\x61\x1f\xcc\xda\xb8\x52\xc1\x24\x55\x93\xa9\xd1\xe7\xb8\x4c\x20\xb5\xc1\x44\xc6\xc1\x92\x12\x54\xec\x5e\x76\x55\x17\x21\x6e\xd0\xac\x06\xd4\x2f\x7b\x80\xf7\xa7\x86\x19\x73\x64\xc2\xbc\xad\x26\xbd\x25\x97\xb4\x9b\x67\x25\xed\xf4\xa7\x23\x07\xc0\x2d\xb5\xad\xd7\x41\xb9\x63\x9c\x7c\x2e\x9f\x74\x4f\x18\xe2\x71\x72\x62\x0c\x03\x33\x73\xd8\x50\xf6\x12\xae\x62\x51\x3e\xbb\xa1\xb0\x1b\x73\x43\x70\x0b\x7e\xeb\xf2\x04\x3a\x22\x66\x03\xec\x5c\x28\x5d\xfc\x58\x64\x10\x21\x10\x74\x13\x17\xcc\xa9\x8e\xc8\x89\xa0\xf6\xcc\xfe\xd2\xc1\x2e\x42\xd9\x1e\x14\x7f\x47\x0d\xc0\x44\x76\xcf\xfc\x8c\x3d\x74\xb5\x98\x22\xb5\x6f\x30\x5e\x6d\x00\x34\x26\xa8\x83\x68\x53\x10\x2c\xcb\x8e\xb5\x91\x7d\x5a\xac\xa4\xb7\x6b\x73\x55\x36\xae\x1f\xc2\xd4\x50\xfe\x29\x2e\xd1\x01\x2e\x99\x0e\xd0\x33\x4b\xfc\x0f\x14\xdf\x6c\x56\x6d\x89\xab\x72\xbc\x21\x12\xaf\x67\xdc\x2d\x26\x06\x85\xd6\x1c\x30\xc5\xb6\x81\x9d\xd5\xa3\x0c\x9e\xcf\x4d\xaf\x7f\x31\x26\x8a\x00\x41\x03\x75\xd3\x7e\xb1\x25\xfd\x84\x84\x29\xfd\xb1\x9b\x6c\x5f\xc8\x02\xc1\xc9\x0c\xae\x36\x90\xcd\x4e\xc9\xac\x6b\x21\x13\x57\x3f\x8b\x22\x66\xe5\xcb\xd7\x70\xb7\xac\xf4\xc9\xed\xc3\xef\x0a\xc0\x17\x93\x88\x93\xce\x2b\xe4\x15\x9c\x85\x2b\x88\x8f\x5a\xf9\xf0\x62\xcd\x7b\xd3\xbc\x59\x3a\x5e\x27\x65\xb5\xff\x30\x18\x86\x0e\x5b\xe1\xa1\x2d\xa6\xe4\x5e\x77\x8e\xf0\x55\xb1\xd9\xdb\x94\x62\xcc\x9c\x0a\xe9\xc5\xcd\x2d\x47\x4a\x5e\x86\x49\x39\x8e\x67\xc8\xb6\x25\x46\xb7\x1d\x2a\xc9\xb4\x41\x94\x3c\x31\x79\xcc\xe0\x6a\xca\xe2\x97\xeb\x35\x28\xd2\x39\x6c\xc9\xe5\xd3\x29\x5c\x19\x2a\x31\xee\xd9\xb9\x0f\x77\xac\xad\x4c\x1f\xa0\xed\x17\xda\xae\x4d\xfe\x74\x5d\x52\x91\xac\x82\x8b\xb1\x2d\x85\x87\x7d\x79\x5c\xf9\x55\x9d\x8a\x81\x1a\x55\x48\xc9\x59\x59\x48\x45\xa8\xcb\x0c\x59\xbf\x90\x54\x1e\xf2\x37\x4c\xbc\x29\x97\xe6\xf5\x18\x50\xe6\x55\x03\xe1\xae\x55\xe9\xdc\xab\x89\x38\x7a\xd5\x0f\xe1\xb6\xca\x27\x5f\x0c\x47\x8a\x57\x7d\x13\x6e\xe3\x2f\x27\x55\x42\x27\x23\x49\x2b\x6b\x21\x7f\x92\x2d\xf2\x86\x58\x50\xd5\x13\x41\xa2\xd4\x5d\xdf\x88\x2b\x3a\x7a\x91\xb8\x84\xba\x77\x45\x8f\xe0\x91\xbe\xb8\x6c\x1f\x73\x8f\xc9\x10\x1e\x93\x4d\xe8\x17\x09\x68\x69\x3e\x2a\xe6\xc0\xa0\xd2\x95\xa4\x5d\x35\x3f\x81\x34\x2e\xdb\xc7\xcc\xd7\xf2\xf4\xa3\x7a\x55\x62\x4a\x81\x4e\xce\x64\xd3\xd3\xe1\x6a\x0d\x68\xcc\x89\xd2\x32\xa8\x6d\x64\x21\x12\x2c\x26\x37\x81\xe0\xe0\x1a\x13\xf2\x86\xa8\x47\xa4\xa8\xa9\x98\xe2\x95\x2f\x51\x42\x32\xe0\x5b\xae\xa7\x2e\x13\x43\x09\x4f\x2f\xe2\xc3\x31\xfc\x26\xf2\x48\xe2\x86\x8b\xbc\x70\xb1\x17\x4f\xff\xf6\x4d\x5a\x52\xda\x43\x7a\x44\x0b\xd0\x78\xaf\x19\x39\x5a\x88\x37\x54\xfe\x84\xf3\x9e\x26\x7b\x28\xd7\x89\x96\x43\x56\x4b\x1a\x62\xf4\x14\xfb\xc3\xe4\xca\xfb\x44\x95\xd9\xb8\x45\x9f\x24\x4d\x88\x8f\x99\x1f\x26\xb2\x06\xd5\x1b\x62\xd7\xe3\xbb\x03\xf3\xe8\xf3\xf6\x11\x2c\x03\x84\xf1\xae\x4b\xe1\xf7\xe8\xa5\x3f\xf0\xa1\x20\xd6\xeb\x52\x7f\x22\xf8\x69\x6d\x21\x22\xd5\xe8\xdf\x7b\x01\x53\x11\xd5\x1c\xdd\x24\xbe\x36\xf3\x9e\xe6\x64\x9b\x52\x65\xfd\xdf\x2c\x05\xc7\xc2\xfe\x0e\x9b\xdd\x17\x62\x27\x43\x5c\xb1\x4f\xe0\xe3\x6a\x12\x3e\x4a\x5d\xd4\xb5\x8f\xea\x42\x10\x32\x5b\x22\xd6\x08\xe5\xf2\xe8\x54\x39\xe9\x5a\x2c\xa8\x41\xc0\x94\x41\xc8\x94\x3e\xd4\xfb\xf4\x8e\x7d\x7d\xd5\x10\x64\x1f\xaf\x60\x7a\xb7\xbd\xeb\x80\xce\x51\x6e\x60\xdf\xd4\xac\xf3\x84\xbd\x1f\x7e\x39\xf6\xc2\x2f\xbd\xfd\xa4\xd1\xff\xdb\x10\x9e\xa4\xf0\x51\xb3\xe0\x85\x87\xb0\x30\x6f\x0e\x3c\x6f\x8e\x89\x5f\x3d\x48\x11\x60\xde\xcc\x76\x31\xe3\x48\xf5\x45\xef\xf1\x99\x94\xbe\x37\xa6\xbf\x41\xb0\x0b\x58\x0c\x44\xe9\x5e\x7a\x3d\x14\xd4\xd4\x57\x4e\x44\x34\x4c\x65\xb7\xe3\x23\x22\x39\xd0\x0f\x6a\x0e\x53\xd9\x27\xf5\x6b\xb6\x06\xa4\x7f\x67\x30\xe2\x53\xa1\x7e\x85\xc1\x17\xde\xcc\x18\xdd\xf3\x09\x7e\xf6\x8e\x4f\xb3\xc3\x31\xfa\x36\x8e\x10\x1d\x99\x90\x86\x65\x42\x4e\xbe\x5e\x36\xe4\x69\x24\x40\xcd\xab\xde\x70\x2c\xe2\x4b\x7b\xd7\xdb\xb3\x9f\x3e\x57\x0d\x67\x15\x55\x60\x15\x5d\x89\xcb\xa9\x35\x10\x9d\x36\x81\x88\x8c\xc9\xe7\x5d\x7b\x08\xdf\x69\x38\xe7\x58\xe4\xe1\x3b\x70\xb3\x01\x85\xc6\xc8\x56\x69\x93\xf5\x38\xae\x35\x38\x46\xd6\xf0\x4c\xb4\x5b\x31\x5a\x7e\xde\x75\x71\x09\xfc\xd3\xde\x75\x86\x24\x20\x4f\x3c\xc5\xb2\x5a\x91\x22\x00\x3d\x85\xd3\x21\x4c\x89\xba\xb3\x1b\xa8\x9f\xec\x81\x45\xe1\x64\xf5\x3b\x6a\x33\x0d\x11\x40\x5e\xb3\xf5\x6f\x28\xbb\xbf\x81\x55\xa9\xc5\x0c\x9d\xaa\x40\xd3\x8b\xeb\x08\x9f\x2c\xeb\x84\x38\xdf\xca\x6e\x1b\x3e\xf2\x96\x71\x33\x2e\x69\xf2\x07\x31\xbb\xf1\x97\x5d\xa9\xb7\x04\x1b\x6a\xa8\x5f\xab\xa9\xea\x5f\xd9\x8f\x7f\x57\x33\x6e\xce\x31\x9d\x26\xce\x29\x26\xd8\x5c\x25\xcc\x38\xbb\x23\x22\xe9\xea\xd2\xd2\x93\x63\xcd\xb4\xd8\xe1\x5b\x75\x22\x62\xd9\x92\xcb\x16\x4d\x9b\x93\xd4\xcb\x79\x27\x7b\x12\x4e\x96\x9e\xd9\x81\x23\xde\xd4\x7c\x3d\xb2\xcb\xd4\xff\x62\xde\x1c\xcd\xbc\xa9\x48\xad\x12\x22\xa1\xcc\x25\x04\x31\xdc\x57\xa1\x12\xf6\x80\x34\x65\x87\x0a\x1f\xf0\x88\xf3\x08\x5f\x51\x9a\x7a\x29\x7f\x94\x06\xa8\xc2\xd2\xfa\x3a\x03\x94\x8f\xdd\x21\xd9\xc1\x85\x12\x76\x42\x2b\xcd\x4f\xbb\xff\x40\x15\x8d\xc1\x02\xc0\xd2\xc7\xa1\x02\xd9\xeb\x0a\x81\xd9\x19\x45\x12\xef\x8f\xd6\x8f\x96\x3c\x98\xc1\xd2\xf6\xf6\x6b\x4f\x62\x29\x47\x2d\x8c\xd5\xc2\x14\x22\x07\xe0\x94\xb8\xea\x5a\xaa\xf9\x5a\xba\xa8\x3c\xa0\x95\xeb\x57\x03\xfa\x77\xc1\xd3\x8d\x01\x4b\xa8\xc4\x5c\xa9\x55\xef\xa5\x1d\xa2\x6e\xf6\xd7\xcf\x85\x1b\xb0\xe9\x8a\xb1\x16\x44\xe4\xa2\x81\x9c\x86\xce\xa7\x68\xfe\x7a\xed\xbd\xf3\x69\xf3\x8d\x9e\xc9\x5b\xd7\xc2\xf3\x9a\x12\x62\x18\x74\x73\xee\x31\x7f\x41\xf1\x46\xe3\x3a\x7e\xd3\x9d\x8e\x6d\xd2\x6b\xc7\x2f\xd5\x89\x78\x6c\x63\x95\xcd\xed\xdc\xcf\x97\x0e\x90\xd1\xb0\xda\xc2\x06\x5e\x73\x85\xf9\xcd\x16\x03\x87\x20\xda\x74\x82\x81\x4b\x78\xb5\xe9\xab\x67\xe6\xd1\x4d\x5c\x32\x25\x6d\x8c\x26\xcb\x74\x06\x62\x63\xbb\xb0\xef\xa7\x7c\x6b\xfd\x40\x54\xde\xb3\xc6\xe1\xa1\xb8\xeb\x4f\xff\xb2\xeb\x6f\xf4\x40\x42\xb3\xdc\x62\xd9\x97\x26\xea\xe1\xa8\xe7\xcb\x41\xfe\x8e\x09\x68\xb3\x97\xce\xbc\x18\x67\xde\xc9\xa7\xd6\xca\xa3\x13\xaf\x21\xd8\xbb\x01\x7d\x3b\xc8\x81\x4c\x2e\x99\x51\xa5\xbf\x40\x6e\x62\x39\xb0\xa9\xa8\x74\xfb\x15\xd4\x45\x29\x25\xde\xef\xe5\x5c\x75\x9e\xb2\x57\xd1\x42\x65\x30\x07\x2e\xb4\x3f\x77\x20\x54\xcc\xbb\x99\x61\x4a\x2a\x6c\xf6\x57\xe0\x1f\x28\x0e\xb2\x1e\x8b\x0b\x9f\x3f\x57\xb4\xe5\xb3\x92\x09\x85\xc9\x56\x72\xbb\xc9\xcc\xc0\x93\x14\x91\x84\x78\xf4\x7b\xce\xbf\x59\x56\x8c\x52\x3d\xb4\x47\x34\x27\x92\x34\x4b\x06\xd7\x1a\x38\xa7\xce\xf1\xda\x33\x90\x47\x33\x0b\xe0\x23\xb8\xe9\x25\x72\xde\xf2\xf5\x19\x77\x4c\xa9\x58\x95\x31\xe1\xc7\x67\x95\x3d\x95\xde\xbc\xe5\x17\x16\x77\x2a\xef\xac\xee\x93\xf5\xd5\xea\xbe\xc8\x96\x5c\xb5\x38\xd6\xff\x50\x75\x45\x5b\x72\xac\xdf\x2b\x6e\x7e\x60\x17\xfc\xc3\x19\x8d\x1f\xb4\x41\x47\x32\x06\x83\x58\x57\x9e\x68\x67\xec\xa9\x66\xe2\x6b\x5b\x74\xa7\xd2\xad\x6f\xbc\x11\xb6\x10\x47\xd9\x4e\xfc\xea\xab\xf0\xa8\x0c\xcd\xe3\x2b\x95\xac\x5d\x77\xfc\x9c\x81\x63\x8c\x16\xbc\x2e\x14\x27\x92\x50\xcf\xad\x6d\xe1\x0a\x1f\x4d\x99\x2b\xbe\x81\x2d\xb0\x43\x98\x8b\x05\x4d\xff\x1b\xbe\x10\xa2\xe7\x42\xe3\x4b\xf4\x33\x48\x07\x48\xfd\xd6\x57\x7f\xa3\xab\xb1\x0d\x7f\xa3\xcb\x16\xb8\xda\xd7\x8a\x92\x23\xbc\x2d\xe8\xf0\x7b\x2d\xd4\x4f\x1a\x24\xa5\x74\x4a\x92\x3f\x1b\xba\xfb\xd7\x91\x54\xce\x02\x63\xe5\x5e\xb5\xd9\x19\x7c\xe4\xda\x52\xc7\x45\x56\x9f\x5d\x25\xb2\x7d\x55\xb9\x27\xcf\x5c\x72\x80\x0b\x7d\xdc\x41\xcd\xf3\x29\xcd\x25\x75\x54\x95\xdf\xa5\xd3\x8d\x8d\x2a\x38\xac\x56\x2f\xc5\x93\xc1\x9e\xfe\xb7\x8f\x8a\x09\xc8\x01\x49\xec\x5b\xd5\x0c\x64\x1f\xc9\x06\x7d\x6f\xd2\xf2\x06\x9f\x77\xbb\x8d\xec\xc8\xfa\xdd\xed\x8e\x28\xc8\xb5\xbc\xfd\xa1\x3f\xf1\xa4\x45\x73\x5e\x3d\x2e\xc6\xd9\xc4\x2d\xe7\xc4\xe5\xd6\xca\xa1\x3b\xd2\xb7\xbc\xa4\xed\x51\x41\xd4\x5e\xa1\x05\x8c\xab\x9e\x11\xc8\xbb\xa3\x67\x24\xde\xe8\x5b\x75\xa9\xc4\xe4\xfd\x3f\xa7\xf2\x72\x18\xc0\x6c\x73\xe4\xef\x1b\x6f\xc4\x14\x43\x0b\x09\x99\x65\x42\xfd\xb4\x17\xf6\xda\xc5\xec\x2e\x35\x8a\x38\xb0\xbf\x24\xfe\x27\xf1\x52\x6b\xeb\xc9\xe8\x91\x23\xed\xc1\xed\xa2\x01\xd1\xe3\x3c\xc7\xb0\x83\x32\x94\x6b\xac\x7c\x0e\x6a\x2d\xb8\xb2\x99\xde\xec\x52\x75\x4a\xbc\xea\x7f\x91\x2b\x05\xee\x8e\xbd\xad\x3f\x03\x67\x44\x35\xd6\x6e\x8e\xb2\xef\x34\xf0\x79\xe1\x05\xa4\x75\x47\xfb\x91\x25\x3a\x58\x84\xee\x32\x42\x6d\x4c\x43\x62\x05\x16\x35\x14\xb6\xfc\xb3\xbe\x8e\x3e\xa1\x72\x11\xe8\x56\x3f\xb1\xb6\xa2\x84\x33\x70\x3b\x08\x73\x6e\xeb\xe4\x60\x48\xe5\x76\x35\x2c\x2a\xc4\x44\x3b\x01\x35\xf4\x3b\xbf\x92\x4b\xd5\x6f\x89\x41\x05\x15\x13\x5a\x40\xd3\x1e\x77\x25\xfa\x2d\xa6\xe8\xab\x74\x99\x6e\xc0\x82\x4e\x45\x86\x50\xd4\xbc\x77\xe9\x32\x04\x5c\xbe\xb1\xe1\x7d\xfb\xee\x55\x56\xb5\xcc\x54\x43\x5d\x24\x11\x6b\x53\x3e\xd8\x63\xee\x23\x3a\xa0\x6a\x11\x0a\xd5\x3a\xfc\xab\xf6\xb3\xfa\x29\xe9\x69\x7c\xa2\x2a\xac\x47\xb5\xfc\xf9\x97\x37\x6a\x73\xd5\x50\x44\x16\xb4\x1d\x62\x4a\xe0\x6a\xb1\x41\xb3\xb4\x56\xa6\x55\x2b\x45\x96\x08\xe6\x1c\xa9\x9c\x57\x4f\x4b\x71\x7e\xa9\x26\xe5\x8b\xbb\x54\x44\xfa\xa1\x48\xab\x58\x48\xcc\x52\x90\x33\xa7\x3c\x75\xfa\x45\xa8\x27\x83\x1f\x67\xa8\xfc\x8e\x3e\x9f\x7a\xd6\x13\xa8\x6b\xe6\xd6\x0b\x51\xd3\xaa\x07\xe3\x10\x02\xd6\xdc\xfe\x61\x60\x0a\xa6\xad\xfd\x05\xd4\xe3\xcd\x9d\x5f\xc2\x28\xf2\x32\x8a\x65\x3c\x83\x6e\x7f\xa2\x1d\xa1\x22\xf5\xe2\x27\xea\x44\xec\xeb\xfd\x36\x89\x9e\xba\x1c\xb4\x4b\x46\xc1\x78\xb0\xb4\x0a\x17\xa8\xb5\x9d\x5d\xd0\xbe\x91\x22\x4f\x45\xcc\x82\x4f\xaf\x00\x5e\xb9\x70\x09\x4d\xbb\x8b\xa2\x74\x9f\xec\x0e\x81\xe2\x4a\xd9\x93\x6e\x79\x41\xd1\xb5\x97\x72\xcf\xd4\x31\xbb\x81\xb3\xdc\xbe\x67\x78\x7c\xee\xba\xd0\xe2\xd1\xd9\x03\xd2\xb2\x66\x9e\xfc\xeb\x06\xb4\x7e\x3b\x04\xf1\x52\x0e\x6c\x33\x45\x26\x9d\xee\x4b\xe1\xb0\xe3\xac\xcf\xfe\x16\x72\x8b\xc2\x8e\x1a\x6f\xf0\xbf\xb7\xe6\x7a\xcb\x6c\x15\x5c\x78\x43\x5a\x02\x0f\x90\x9d\xd6\x46\xa1\x2f\xd4\x40\x69\x53\x50\x2f\xbd\xec\x3d\xb9\x9b\x6d\x0c\xcb\x6b\xe7\x8a\x2c\x8d\xe2\x79\x53\x53\xa2\xa6\x06\x75\x85\x85\x3b\xbe\x7b\x33\x6d\xbf\x1d\x94\xd7\x0c\x06\x27\xc4\x6c\x0a\xd7\x52\x43\xdd\x1c\xf9\xde\xe8\xa9\xff\x32\xbf\xaf\x42\xc0\x2c\x15\x7e\x2a\x42\x37\x13\xea\xc9\xe4\x0c\xff\xe7\x39\xc1\x08\xd5\x25\xa4\x5d\x28\x65\xe0\x93\xe8\x91\xf7\x39\x41\x78\x2c\xd4\x0f\x4e\x87\x49\x2f\xa5\x29\xbf\x97\xb7\xc4\xb2\x19\x4e\x68\xaa\xcf\x72\x3e\xf6\xfd\xd9\x85\x4a\xfc\x41\xba\xd4\xdd\x79\xde\xab\xa7\xd2\xeb\xac\x4b\x09\xc5\x48\x40\xe3\xb4\xe2\xff\xee\x59\x63\x11\xc4\xa8\xb5\x54\x5c\x97\x7a\x7d\x23\x14\xf8\xd2\x69\xdd\xff\x42\xdc\xf2\xac\xd8\x32\xa1\x01\x8a\x8b\x8a\xfc\x85\xc7\x07\x52\x31\xd6\x8b\x47\x44\xd8\x66\x5a\x30\xf5\x9e\x3e\x2d\x69\x2a\xcd\x8e\xa4\xe8\xcd\x52\x4b\x41\xe2\x51\x34\xc9\x20\x29\x57\x2b\xbb\x94\x47\x98\xa3\x65\xbf\x01\x6a\x19\xd7\x43\xa0\xd7\x0d\x99\xfa\xe9\xa8\x18\x4b\xb6\x24\xd6\xa6\x8e\x32\x28\x4c\xae\x20\xf0\x53\xdf\x3d\xcf\x62\x6d\xae\xde\xdd\xf8\x11\x84\xe8\x57\x36\x60\x32\x1c\x12\x27\xa0\xcc\x54\x88\x2b\xc5\x2e\xe1\xf3\x9f\xab\x13\xa2\x27\x5e\xfb\xfa\xf9\xe9\x24\xe2\x08\x7a\x1b\x93\x37\x3c\x2c\x40\xa1\x9c\x45\xf7\xa9\xfa\x21\x54\x3a\x3c\x82\x0e\x9c\xf4\xfe\x71\xab\x5e\x4a\xb5\xed\x62\x8d\x91\x5e\x20\x96\x64\x54\x23\x32\x4c\x2a\xcd\xdb\x0a\xa6\xdc\x0b\x95\xcd\x02\xf2\xaf\xc2\xcc\x93\xdb\xd2\xa4\xf1\x85\x8a\x55\x05\xc6\x8e\xc7\x34\x4f\xc4\x63\xb0\xef\x94\xc1\x5f\x6b\x9f\xf4\x9e\xeb\xd2\xaf\xae\x14\x15\x3a\x33\x79\x3c\x70\xe3\x5c\xe4\xb6\x73\x87\xfb\xfa\xa3\x9c\x87\xc5\xa0\x4b\xae\x29\x44\xce\xd4\x07\xad\xef\x38\x3f\xfa\x5d\x24\x30\x57\x6d\xf1\xa0\x4d\x38\xd7\x3d\x76\x0a\xd5\x13\x1e\xbf\x57\x5d\xe1\xbe\xff\xb5\x7e\x48\xa6\xd1\x2d\x64\x9d\x38\xbc\x33\xce\x5d\xcf\x84\xe3\x5e\xab\x85\x60\xe8\xfe\x90\x95\xb8\xa0\x14\x3d\xd6\xdd\x89\x52\x65\xd3\x60\xc8\x23\xb2\x58\x46\x79\x3b\xba\xa3\x8e\x10\x6f\x5b\x2b\xf3\xda\x39\xeb\xa3\xbe\xe0\xc7\x6f\x2d\xb3\x5f\xde\x73\x06\x8d\xcd\x3b\xbc\x17\x2b\x79\x0f\x48\x27\xce\x72\xdb\xb3\x00\x30\xde\x81\x8f\x75\x46\x8d\xbe\x9a\x57\xe7\xca\x36\x7b\x75\x17\x02\xff\x0f\xb9\xcc\xd7\xac\xb6\x54\xb0\xfb\x56\x08\x0a\x6d\x00\x27\x9c\xb1\xc5\x13\x80\x86\x64\x3a\x68\x11\x0a\xd1\x10\x1d\x5f\x11\x93\x9d\xec\xcf\x9c\x50\x5e\x08\x9c\x65\x80\xa2\x4c\xb3\x2b\x83\x22\xc2\x1e\x14\xed\x23\xcf\xb5\x4f\x48\x08\xc6\xdd\x2d\x4e\x80\xa3\x56\xc0\x3c\x9d\x5d\x7f\x1f\x09\x71\x6d\x42\xb7\x88\x4f\x0f\xc4\xa7\x8c\xf0\xa8\x81\x18\x31\x88\xa1\x80\x0c\x38\x44\x0f\x98\x0c\x2b\x6a\xde\xc0\x61\xd7\xf8\x85\x7a\xa7\x29\xbc\xdf\x4c\xcf\x4f\x06\xa6\xfd\xad\x7b\x28\xa4\xce\xc3\xf0\xa3\xff\x63\x87\x69\xe9\x69\x18\x67\xa2\xe3\x7e\xaf\x3b\xc8\x14\xaf\xe9\xa5\x5f\x71\x23\x09\x0d\xef\x9e\x07\x6b\x5d\x4e\x9d\xa9\xd4\x64\xf5\x53\xe2\x6d\x58\x77\x6f\x63\x3a\x77\x12\x6f\x2b\xb5\x4f\x24\x24\xed\x02\xfc\x81\x07\x62\x61\x9b\x3c\xd3\x11\xe5\xe2\x8e\x0b\xb9\xb8\x9f\xcd\xa6\x3e\x2c\x95\x19\x28\x22\x3e\xb1\x49\x14\xf2\x3e\x61\xeb\x88\x9d\x6c\x74\xfe\x55\xde\x67\xed\x7f\x47\xde\x67\x33\x67\x17\xf9\xf9\xff\x51\xb6\x9d\xd6\x73\xd6\xf0\xc7\x6a\xa5\x3a\x33\xcd\x8e\x2b\x9e\x50\xf2\x8e\xde\x7d\x91\xbd\xe5\xf0\xce\xf1\xf7\xcf\x56\xdd\x15\x11\xf9\xf0\xf6\x4b\x8c\xe7\xac\x1a\xf2\x03\x4e\xc4\x85\x69\xef\xc1\x59\x7c\x7c\xfe\x9b\xf5\xf7\x27\x8e\x7c\x26\xd9\x98\x19\x0f\x4a\xd0\x5e\x50\x18\x07\x52\x43\x4d\x7a\x25\x0d\xe7\xff\xf2\x6c\xea\x83\xc9\xa6\x66\xaf\xad\xc9\xa6\xbe\x5b\xc0\xac\x9d\x60\x4e\x94\x53\x48\xdd\x68\x00\x0b\x36\x86\x6f\x92\xeb\x97\xbd\x98\xda\x63\xed\x0e\xf4\xb1\x4e\x27\x03\x7e\x52\x59\x36\xa7\x08\xd6\x6e\x66\x60\xed\x80\x4a\x77\x67\x89\xcb\x24\xe2\xfa\x20\x4f\x5c\xc9\xc1\x89\x23\x86\xdf\x49\x6b\x48\x2a\xc5\x29\xa0\x12\xab\x85\x04\x98\x62\x06\x72\x21\x92\x5f\x4c\x58\xa6\xc4\xe4\xdb\x8c\x65\x93\x99\x9c\x51\xc6\x5c\xbd\xff\xdf\x32\x93\xc9\xdf\x7b\x43\x13\xb0\x31\x04\xdc\x07\x89\xf3\x37\x0c\xf1\xc9\x9a\x93\x06\x48\x9d\xd1\x5b\xc2\x42\x09\xf7\xcf\x17\x99\xcd\xdb\x7d\x81\xf0\xfd\x6f\x99\xcd\x75\x99\x67\x36\x53\x82\x66\x6d\x55\x9a\xb0\xff\x2a\x43\x73\x26\x5a\x56\x4d\xb6\xdb\x4f\xf0\xba\x76\x1e\xf4\x96\x62\x5d\x64\xc5\x6c\x29\x19\x29\x7b\x83\x31\xbf\x35\x4e\x08\x62\xe0\x9e\xd7\xdd\xf9\x1c\xc0\x9d\x09\x35\xb7\x06\x46\x81\x5a\x16\x6b\x56\xac\x97\xfc\x11\xee\x30\xb4\x2f\xc0\x4b\xcd\x07\x8d\x87\xa7\xdf\x19\x91\xba\x52\x27\xeb\x4a\xd5\xa4\x69\xf8\xd4\x02\x2a\x81\x3e\x76\xd2\x62\x73\x08\xbe\x2f\x02\xf6\xfc\xa9\xf1\x95\x8b\xfa\xa8\x50\xd5\x38\x62\x5d\x36\xec\x8e\x32\xde\x46\x7b\x2f\xe7\x5d\xbe\xb8\x3b\x82\x5b\x91\xb0\x7c\x11\x1f\xdd\x1c\x46\x85\x2d\x6e\xcb\x9b\xc2\xe9\xc0\x1e\x72\x52\x5a\xcd\x56\xc1\xbc\x6d\x64\xec\x31\x79\xdb\xb2\xcb\xdd\xb2\xb5\x90\xe3\x36\xcf\x0d\xac\xe2\xfd\x85\x6b\xdf\xd6\x68\xda\xc4\x72\x00\x0f\x7e\x7d\x67\xc1\x4b\x33\xb7\x28\x77\x7a\x9e\x6b\xbd\x06\x3a\x65\x32\x58\x31\x14\xe3\x5a\x9b\x64\xdd\x6f\x80\x35\x65\xf6\xf2\xf4\x9a\xe6\xbd\xf9\x83\xb8\xab\x25\x17\xf7\xe3\xac\x13\x30\xbe\x7b\x7b\x1b\xb1\x5a\x3b\xff\x4e\x0a\x65\xba\xdd\x70\xa3\x4a\x16\x8f\x79\xac\x19\xfc\x72\x37\xa0\x6f\x23\x0d\x6d\x6c\x8c\x95\x4a\xc8\x95\x3e\x6b\xe1\x13\x23\x7e\x37\x4f\x08\x7a\x1c\x37\x0c\xdc\x9d\x50\x07\x4e\x90\x47\xd3\x29\x89\xa3\x96\x9e\x7b\x9e\x16\x82\x8f\xde\xc5\x84\x7e\x49\x72\xa9\x51\xad\x3c\x21\xc6\x47\x14\x74\xf5\x22\x59\x9e\x12\x14\xbb\xa0\x1d\x79\xaf\x8c\x87\x35\xfb\xda\x8e\x1e\x5f\xf3\xb5\xf5\x2d\x2b\x8c\xb8\x5e\x89\x2d\x20\x4e\x1e\xb7\xec\x7f\xd2\x33\x47\x6b\x4c\x4f\xf3\xc2\xf5\x14\x29\x4a\x20\x89\xbb\x08\x50\xe0\x91\x35\x1a\x6e\x60\x78\xdc\x39\xe2\x75\xac\x3a\x74\xf6\x64\x3d\x5c\x4c\x29\x89\x7c\x4a\x2e\x94\x29\xe7\xfc\xd1\x18\x00\xfa\x61\x8a\x30\x6e\xba\x70\x02\xa3\xec\xef\xb6\xdc\x85\xf2\xc4\xbf\x1d\x91\x5d\x0f\x14\x14\xf0\x36\x04\x8b\x33\xb5\x4c\x48\x5b\xc7\x32\xd3\xb7\xb8\x2e\x86\xf9\xba\x28\x3c\xd6\x99\x67\x8f\xdd\xd1\xc5\x6a\xb4\xe7\xdf\x87\x2e\x46\xee\x37\x39\x4b\x06\xac\x8a\xb7\x01\x13\x1d\x87\x44\x81\xa7\xc0\x00\x16\x70\x72\x1f\x98\xbe\x81\x6e\x27\xc5\x5b\x66\x4b\x46\xaf\x2d\xb3\x5a\x4a\x1c\x84\xe4\x45\x8f\x49\xae\x2f\x8c\x47\x92\x97\x53\x70\xb9\x62\x57\xe4\x2a\x07\x7a\x15\x69\x7b\xd9\x9a\xef\x4b\xd9\xb9\xda\x4c\x3a\x74\x49\x20\x1b\xac\x84\x36\x81\xb6\x38\x74\x61\xe3\x4e\x54\x3d\x61\x13\x17\x96\x25\xdc\xd2\xaa\xa4\x10\xff\x80\x92\x4b\x95\xc8\xc3\x5b\x21\x87\xfd\x77\x16\xb9\xf4\x09\x67\x09\x97\xf7\x4c\xf7\x79\x34\xef\xfa\x5f\x0e\xdc\x54\xa8\xa7\x63\x77\x74\x77\x49\x9b\xf4\xeb\x7f\x5e\x72\xc2\x69\xa6\x99\xb0\xb2\xd7\x56\x56\x26\xa2\x20\x05\x2f\x99\x34\xf8\x17\xb3\x29\xe9\x81\xdd\xbc\x3a\x11\x8e\x28\xd3\x6b\xd6\xbe\x91\x15\xe0\xdf\x0a\x39\x87\x4b\x0c\x40\xf5\x36\x2a\x1b\xa4\x48\xe7\x1e\xa7\x64\xe1\xa3\x53\xed\x65\x9e\x38\x54\xc8\xc1\xe2\x93\xa6\xab\x73\x24\x3b\x07\x71\x54\xe0\xf4\x5f\xc6\x48\x9a\x51\x46\x36\x63\x40\xc5\x54\x5f\xfd\x69\x4d\x0e\x50\x8c\xf1\x3e\x17\xa7\x51\x94\xb8\x2f\x66\x02\x9a\xd7\x23\x33\x74\xbc\x3e\x63\x21\xf3\x94\x6e\x39\xe6\xb9\xf7\xf7\x0f\x33\x9b\xc1\xfd\x2b\x6b\x3d\xe4\x6f\x55\xe8\x3d\xd5\x8f\xb5\x89\xd6\x65\x65\xa8\xbc\xfd\xba\x64\x29\xed\x1e\x8b\x2b\x68\x9d\x6d\x41\x67\x7e\xcd\xb4\x03\x63\x66\x0e\x8a\x92\x5d\x5c\x5a\x71\x71\x36\x2c\xbc\xf1\x12\xb7\x97\x7a\x36\xa6\x8f\xde\xde\xa6\xf9\x2c\x38\x8c\x4a\x47\x05\xe9\xe4\xa0\xd4\xf6\x6f\xfa\xb5\x6a\x43\xa7\x61\xd5\x8f\x1e\xa8\x27\xfb\x1a\xc4\x71\x7b\x04\xbf\xa2\x4b\x79\x33\x3f\xcb\xde\x06\x8c\xd2\x8b\x8d\x8f\x7d\x60\x6e\x30\x23\x8a\xf6\x1b\x02\x88\x30\xb8\xfc\x40\x70\xb6\xa7\x7c\x91\x5d\xfa\x76\x56\xb0\xd6\x50\xf7\xaf\xe1\x7a\xce\xac\xb9\x7f\xd8\xe6\xa8\xc2\x9c\xaa\xc9\x3b\x20\x9d\xab\x4d\xac\xfc\xe4\x6c\x60\x64\xfe\x39\x27\x9e\xb5\x8d\x9c\x5a\xd5\x47\x85\x9e\x1b\xb0\x76\xa9\xcf\xa8\x21\xfb\x8b\x46\x7c\x7d\x02\x50\xb0\xd9\xa5\x6d\xee\x7b\xab\x4b\x35\xa4\x86\x80\x0c\x99\xdd\x8e\xd3\x60\x0c\x68\x82\xa5\x44\xa2\x6e\xc4\xc4\x77\x23\x26\xae\x08\x63\x52\x49\x26\xf7\x0f\x7c\xc0\x14\xb3\xf1\x5a\x2b\x2b\xdf\xf6\x56\x1b\xc6\xa6\x10\x1f\x2a\x78\xd2\xbc\x30\xd4\xb2\xc3\x8e\x87\x79\xba\x5e\x85\x4b\xfc\x74\x91\x0b\x9d\xd1\x63\x35\x39\xab\xf0\x7e\xa3\x7a\x95\x98\x46\x9b\xf0\xa4\x79\xb5\x67\x2a\xd3\x63\x9f\xa9\x37\x1f\xad\x82\x76\x45\x9b\x4b\x6b\xc0\xc1\xf5\xfe\x23\x6a\xbb\x02\xd7\x36\xc7\xf4\xa1\x9d\x51\xaf\x17\x66\xa4\x63\xb8\x02\x4f\x36\xdd\x38\xa3\x15\xd4\xf6\xe1\x4a\xfe\x9a\x8f\x63\x25\x6f\x50\x8b\xb9\x6d\x7d\xf4\xc5\xad\x9c\xfd\xa5\x62\xbb\xb7\x47\xf3\xc7\x81\x53\x1c\x5d\x22\x35\x3b\x4a\x33\xc6\x21\xc6\xf8\xa0\x66\xc4\x35\xaf\x5a\xdd\xdb\x8d\xd2\xd1\xb3\xf0\x76\xa3\x9c\x9f\x81\x54\x3b\x9d\x81\x18\xd8\x03\xfb\xe8\xcd\xd3\xe1\x5d\x25\xc1\x31\x95\x5d\x32\x25\x81\x17\xef\x05\x88\xcb\x97\xe2\xd8\x68\x99\xb9\x84\xf1\x51\xc8\x12\xb9\x82\x55\xeb\xa5\x3c\x8a\x76\xcd\xea\x57\xee\x3f\xbb\x37\xe0\xc4\x23\x04\xff\xcd\x13\xf7\xaa\x28\xcd\xf4\xe7\x99\x41\x9c\x75\xca\xaf\xbe\x90\x14\x8c\x68\xca\x5e\xa3\x50\x71\x00\xe9\x90\xf4\x57\xa2\x77\x25\x67\xad\xfe\xe5\xa2\xfc\xa4\x7b\x7a\x42\x75\x14\x2b\xb9\x46\xa0\x07\xa0\x6c\x27\x50\x41\x4b\xea\x8f\xe1\x0a\xdb\xbd\x96\x36\x90\x69\x0b\x02\x36\xb8\xca\x4f\x9b\x8d\x9a\xab\x1b\x15\x03\x17\x3b\x73\xc9\x57\xb3\xca\x30\x5e\x1f\xac\xaf\x1a\x29\xed\x58\x13\xdd\xcb\xb2\x9e\x72\x5f\xfb\x77\x84\xbd\x96\xe6\xc2\x5c\x12\x3b\xc2\xfe\xf9\x6f\x25\x71\x3d\x93\xc4\xaf\xad\xee\x2d\x5f\x21\xd1\x4b\x61\x23\x78\xa5\xd0\x16\x48\x0b\xdd\xe4\xc4\xb4\xa6\xfa\xc7\x0e\xc0\x93\x0f\x06\x19\xdd\xdc\x1e\x76\xf5\x0c\xf0\xa8\xca\xda\xa3\xe0\x1b\xc7\x95\x1a\x18\x1b\x8f\x06\x5d\xee\x0b\xf1\xd1\x25\xf8\xf4\x6b\xad\x51\xda\x10\xae\x04\xd7\x55\x5b\xae\xb6\xd2\xae\x0d\xb3\xf7\xd9\xca\x4e\x6d\x58\x3a\x6a\x7e\xeb\xf6\x27\xfa\xcb\xd4\xf8\xc0\x05\xe1\xba\xe0\xbc\xb4\x4a\x17\xc8\x1a\xf5\x24\x7e\xfc\xbe\x23\xd8\xf1\xee\x11\x4e\xdb\xbb\xd3\x79\xac\x45\xd0\x2f\x2d\x60\xad\x17\x4e\x8a\x24\xe2\xe3\x15\x5d\x05\xde\xe3\x0a\xdb\x34\x08\xb8\x43\xec\x4d\xf6\xcc\xb1\x4a\x34\xf5\x15\x84\xc6\x83\x9c\xc4\x62\x22\x86\xef\x14\x20\xed\x71\x26\xd3\x40\xcf\x17\xfb\x69\x53\xf9\x8a\xf8\x70\xdb\x83\x73\x85\xfc\xad\xbf\x0d\x33\x81\x31\x76\x87\x76\xb5\x22\x85\x0b\xde\x01\xa7\x31\xcd\xcd\x7e\x80\x7f\xea\x53\xd8\x81\x1c\x07\x3c\xd4\x24\xb5\x03\x20\x15\xfc\xea\x71\x52\xa4\x06\xe0\x38\x9c\xbe\xb0\x2f\x85\x02\x85\xf3\x94\x0b\x14\x07\x79\xcb\xee\x65\x89\xe1\x1b\xa2\xf0\x42\xea\x67\xf7\x4d\xc5\x73\x6a\x6d\x7a\x4f\xc0\x31\x53\xd6\xeb\x74\x2d\x57\xb4\x20\x4e\xaa\x46\x1e\x54\x3f\x19\x3c\xe8\xaf\xd2\x53\xa7\x36\x83\x08\xe6\xbf\x8b\x27\x1a\xea\x8c\x13\x2b\x15\x95\x4e\xa4\xea\x8a\x13\x5d\x19\x97\x4e\xac\x55\x1d\x27\xfa\x72\x5d\x3a\xb1\x55\xcd\x36\x07\x7c\xb6\xa5\x13\xb1\x6a\x9b\x87\xef\xf3\x13\x01\xef\xbd\x6b\x2b\xbc\x3c\x80\x75\x44\x7f\x93\xed\xc0\x85\xdf\x3b\xa3\xdd\x0b\x8e\xc7\x42\x2c\x6b\x10\xd2\xb7\x36\x7c\x98\x7a\x77\x54\xbb\x74\x74\xeb\x02\x89\x91\xbb\x58\xa1\x4d\xf3\x62\xc5\x30\x6f\xce\x16\xa1\xad\xb6\x56\x1e\x4b\xb9\x2a\x3a\xb4\x47\x6c\xeb\x00\x37\x77\x3d\xa3\xfc\x46\x91\x60\x0a\x3c\x15\x18\xbf\x89\xe0\x2d\xed\xb1\x06\x00\xec\x1c\x63\x44\xf7\x4c\xd8\xbc\x42\xf2\x3a\x8a\xd9\xad\xa1\x50\x2f\x8b\xc7\xd8\x4f\x78\xee\x8d\x0a\x99\x1b\x17\x6e\xf3\x9a\x1d\x0d\x95\x96\x48\xfa\xd5\xdd\x1a\x4d\xf3\x42\xee\xbf\x18\x6f\x8f\x40\x47\x1e\xe1\x27\x62\x82\x77\xa8\xe6\xaf\x49\xb9\x83\x7e\x1d\x09\x96\xcd\x26\x58\x54\x1a\xd7\xa7\x42\x4f\x9d\x52\x1f\x9d\x72\xef\x26\xc5\x7e\x7d\x88\xef\x3d\x67\x58\x75\xc4\x8b\xd8\xce\x30\x11\x10\xc1\xdc\x2e\x5c\xf3\x55\x85\xad\xf5\x10\x97\x3f\x9a\x6a\x41\xe7\x72\xfa\x60\x49\x20\x5f\xe1\x6c\x00\x52\x2c\xbb\x19\x72\x0e\xe3\x5a\x77\xf3\xb5\x86\xc8\xff\x19\x48\xcf\xd7\x5e\xc4\xe5\xa2\xe6\xd4\xb1\x59\x6b\x43\x16\xf1\xd6\xe4\x9e\x23\xbd\x8a\x21\xe1\xdd\x0d\x54\xd0\x2b\xe5\x4e\x1c\xe5\x3a\x86\xca\x7b\x21\x1c\x96\xfa\xc6\xd1\x28\x94\x49\xba\x46\x04\xb4\x19\xf5\x2e\xf0\x5d\x36\x3b\x64\xea\xff\x6a\x71\x82\x35\x7e\x13\x25\x15\xfd\x0c\x91\xb4\xa9\x3b\xa0\x77\x97\x94\x4a\x34\xce\x10\x1c\xd8\x90\x58\x52\x1d\xab\x45\x01\x36\xf5\x74\x8e\x70\x73\xab\x8e\xb1\x5f\x7d\xcb\xc4\xbb\xd7\xa4\x57\xb0\x7b\x72\x1d\xbb\xa5\x8b\xfa\xd4\x8a\xb6\xfd\xb5\xdc\x59\x2e\x48\xc7\x3e\xcb\xc6\xa7\x45\x23\xec\x7f\x5a\x33\x83\x16\x52\xcb\xfa\x2d\x84\x75\x29\xdb\x64\x78\x88\xb9\x3c\xa8\x4d\x99\x25\x94\x32\xd5\x29\xae\x55\x7f\xae\x36\x1d\xb7\xbc\x98\x5c\xd1\xa0\x4c\x3d\x57\xf4\x42\xe4\x26\x9d\x41\x9b\xb7\x94\x46\x25\x9a\x69\x3d\x7d\xde\xe7\x9d\x10\x79\x72\x28\x51\xfb\x63\xcb\x30\xff\x93\x5d\x08\x53\x31\x97\xab\xb6\xad\x00\x24\x16\x30\x79\x6b\x3c\xcd\xfa\x0b\x6c\xa6\x4b\x8a\x5e\x85\xd4\x74\x5b\x09\x1f\x81\xce\xb7\x13\xaa\xe2\x9d\x97\x05\xe2\xb2\x83\x95\x97\x6f\x39\x5a\xcb\x94\x3e\x3c\x0d\xfa\x58\x50\xf6\xf9\x80\xda\x82\x09\x72\x92\x02\xa5\x54\x2a\x04\x37\x42\xf9\xf7\x50\xb5\xa9\x2c\xff\xbc\x90\x55\x84\x79\x3b\xa3\x80\x4b\x28\xf7\x78\xef\x71\x1d\x59\xe1\x1f\x34\xf8\x69\xc5\x61\x7a\x0e\x4a\xfc\x07\x07\x18\xf6\xa5\x13\x05\x1a\x67\x29\x41\x46\x84\xd3\x21\xd8\xe8\x98\x32\x54\x9e\xdd\x3a\x61\x85\x95\xe8\xcc\xe0\x5a\x9c\xe3\xd5\xbb\x1d\x2e\xc0\x89\x2a\x35\x0e\x84\x1e\x99\x5b\x59\xce\x6e\x8d\x76\xc7\xd7\x0e\xfe\xf7\x96\x73\x8b\x45\x02\xd8\x55\x02\x2a\xb6\x8e\x34\x9e\x39\x12\xad\x43\xda\x15\xde\xd6\x34\xa3\x66\xeb\x6f\x5a\xe7\x3c\x5a\x29\xb5\x8a\x62\x60\x59\x07\x96\x4c\x58\xd1\x5a\x12\x82\xf0\x5d\xbf\x51\x5f\x8a\x80\x40\x52\x0b\x79\xbc\x32\x45\xd9\x4b\x35\x2f\x55\x51\xc1\xc1\xd9\xb6\x43\x13\x1a\xcc\xc5\x5b\xa4\xd3\xd1\xea\x81\xe4\x39\x1e\xc0\xaf\x79\x38\xc0\x41\x93\xa4\xfa\x7b\x36\x54\x6c\x01\xd9\xdf\x55\xc4\x60\x50\x12\xe4\xdb\x94\x53\x25\x66\x42\xbd\x9b\x7c\x34\xce\x74\x20\x21\xe8\xfd\x32\x47\x37\xfd\x2c\xd8\xe3\xc4\x72\xcb\xd3\x71\x04\xec\xca\x41\x51\xe1\xe5\x89\x16\x25\x54\x00\x02\x40\x46\xcf\xf8\xec\xb4\x15\x35\x43\xb9\x20\xbf\xd8\x1a\x41\x24\xb0\x22\x5d\x64\xb0\x4c\x22\x1e\x29\x5c\x61\xc7\xf0\x3d\x99\xe7\x15\x7a\xa1\xde\x4b\x9d\xf0\x4f\x94\x99\x49\x50\x03\xe5\x9a\x56\x8a\xa7\xf0\x0d\x4d\x65\xf3\x4b\x45\x9b\x25\xf6\x03\x35\xbf\xe0\x2c\xeb\x94\x20\x0a\xc1\x76\x4b\x92\x2e\xd8\x22\x3a\xef\x70\x58\x22\x55\x85\x36\xeb\x31\x09\x34\x3c\xce\x44\x12\xf2\x53\x53\x61\xff\xa1\x36\xd6\x54\x2d\xf7\x67\xf4\x0b\xbb\x45\x7f\x54\xdd\x48\x71\x91\xc0\xaa\xef\xfb\xc5\xe4\x12\x62\x00\x52\xae\x19\x71\x8c\xad\x5f\xfc\x26\xde\x65\xc9\x73\x82\x18\xdc\x6c\xb8\x00\x83\x1e\xb1\x11\xa8\x07\xf3\x1a\x5b\x9e\xbb\x1c\x09\x2b\xbf\x47\xc7\xbc\x87\xee\xcb\xab\x38\x48\x0e\xcd\xeb\xbe\xb4\x4d\x9c\x76\x7c\xc0\x67\x04\x40\x68\x4b\x66\xb1\x7a\x84\x4c\xd3\x93\x70\x7f\x43\x6d\x47\xae\x00\x46\xd5\x9c\xc9\x8f\x5f\x86\xd5\x0c\x7e\xe9\xc1\x6a\x58\xff\x34\x5a\x2d\x84\x8c\xff\xf9\x4d\xce\x96\x70\x2f\x88\x0c\xf2\xeb\x98\x69\x5b\x1e\xbe\xea\x4c\x5c\xac\x96\xbc\x12\x54\xa3\x69\x09\xe4\xd2\xa9\xfd\x5b\x51\x87\x3a\xaa\x2e\xe4\xf2\x42\x1d\x8b\x27\xec\x44\x6d\xda\x1c\x70\xe8\x95\x54\xbe\x48\xf5\x3b\xac\x8e\x25\x6f\x65\x75\xac\xd2\x61\xcd\xee\xf2\x56\xd6\xec\xc2\x2e\x37\x95\xbe\x95\x9b\x5a\x74\xdd\xdb\x85\x39\xf8\xa8\xe6\xd5\x61\xa0\xa1\x77\x3f\xa0\x42\xcf\xa8\x36\x1a\x4f\x9c\xee\xc0\x2f\xa8\x47\x3d\x4e\x6a\xe9\x0f\xfc\x42\x24\x69\xc0\x47\x2b\xa5\x6b\x6b\x7c\xb4\xdd\x1f\xf1\xb5\x0b\x53\x04\xd8\x9b\x93\xc0\x60\x8e\x03\x38\x46\xc0\x7e\xff\x6a\xdc\xa6\x25\x57\x26\x77\x22\x88\x40\x95\x47\x0c\x30\xe4\x68\xe1\xf8\x2c\xb4\x89\x96\x5b\xec\x9b\x17\xf3\xc5\xcb\x94\x14\x25\x7f\xcb\x17\x97\x5a\xe6\x2e\x07\x6b\xbe\x78\xc5\x2d\xef\xef\xb5\xcc\x6f\x42\xbd\x27\x83\xec\xea\x13\xcf\x6f\xe3\x91\x74\x9e\x98\xca\x7e\xdb\x4f\x39\x82\x2d\x02\x81\x31\xf3\x18\xc7\xa4\x79\x8c\x57\x4c\x03\xda\xda\xb8\x88\x6b\x27\x7f\x61\xa2\x69\x83\x23\x7a\xdc\x82\x06\x6c\x5a\xe4\xed\xc4\xcb\xaf\xf0\xcf\x3b\x64\xdc\xc6\x0d\xda\x5e\x9d\x55\x83\x76\xe9\xbd\xcc\x19\x78\x52\x54\xcb\xf4\xaf\xbb\x27\x78\xcc\xf8\xd2\x65\xc3\xd6\x0a\xc6\x1f\xa2\xca\xe1\xfb\x3d\x2c\xab\xb4\xcf\x09\x37\x94\xeb\xaa\x7e\x9b\x7e\xac\xe6\x58\xd3\xdb\x5d\xa1\xf3\x55\x97\x70\x96\x81\x96\x77\x8f\xf7\x2e\x03\xc1\xe6\x72\x47\xfd\xff\x11\xcd\x5d\xaa\x0b\x4d\xf2\xe0\x2c\xcf\x9c\x5c\xbf\x5d\x2a\x66\xa0\x40\x0a\x8a\x93\x01\x3f\x39\xa1\x82\x59\x18\xea\x2b\x0b\xac\x04\xd9\x70\x77\xb0\x5d\x52\x58\xec\xf1\xd4\x29\x30\xc6\xaa\xfc\xcf\xc1\x9f\x6a\x86\x0a\x67\xcb\x94\xd8\x1f\xff\x00\x50\xac\x84\x33\xd7\x42\x64\x88\x26\x7b\x1d\xe6\x90\x86\xb8\xf0\x5b\x40\x47\x79\x8d\x55\x06\x9b\x35\x3d\x11\x5e\xb3\xc5\xe9\x4d\x2b\xcc\x8f\x0a\xa8\x6f\x68\x91\xa9\xd4\x9a\x9f\x30\xfc\xd1\xc1\xd0\x68\xd1\x4e\xdc\xc5\xa2\xd1\x52\x29\x91\x15\x5a\x96\xde\x1c\x59\x00\xf4\xc2\xda\x90\xe0\x6a\xfd\x41\xd8\xc7\x76\xda\x3b\x32\x71\xb1\x22\xc0\x1d\x05\xde\x30\xc4\x01\x67\x8e\xf0\x95\x5e\x0d\xc4\x5b\x9e\x95\x1d\x65\xa2\x21\xb5\x55\x35\x7a\xd8\xcd\x5c\x3f\xd4\xd1\xf9\xb8\x0d\xfa\x98\x2e\x93\x2c\xc7\xa5\x85\xb9\x43\x31\x4a\x2f\xd6\xa3\xe7\x1c\xb5\x28\x1f\xba\xe1\x00\xe5\x0e\x49\x90\xa8\xef\xd5\xac\x0c\xc9\x6b\x07\x4f\x1a\xac\x11\x81\x6c\xf2\x00\xb5\xf0\xbf\xd7\xc7\x71\x23\x81\x48\x6b\x9a\xa4\x34\xe4\x6a\x60\x31\xb3\x10\xd5\xca\x24\x27\xb5\x2d\xba\x47\x56\x2b\x28\xed\x81\x30\xaa\xf4\xa1\x58\xa2\xf8\x39\x43\xc7\x0e\x1f\xf0\xb5\xc5\xd3\xa1\x8b\xe1\x0e\x7a\x5d\x7e\x74\x17\xd2\x62\xc0\xbf\xf9\x73\x04\x35\xfe\xdd\xe6\x48\x5f\xa9\x4f\x47\xbb\x0e\x27\x50\x30\x2f\x35\xa3\x7e\x61\xf0\xa3\xc2\xcd\x33\xd1\x53\xb1\xd4\x03\xb4\xb3\x6e\xf5\x23\x57\x34\x42\x8f\x74\xf2\x74\x09\xdd\x7c\x13\x83\x84\x5e\x5f\xf1\x23\x1a\xb0\x4f\x1a\x4a\x0e\x23\xc2\x8c\xca\xd3\x6d\x15\x0d\xd7\x5e\x8b\xa3\xd1\x03\x04\xa1\xf4\x51\x77\x2b\x4d\x13\x1b\x64\x59\x50\x95\x90\xdf\xdb\x2e\x5f\x1b\x43\xd7\x69\x6d\x8a\x7b\xa0\x4a\xa4\x69\xac\x7e\x05\x29\xc9\x12\x1c\x4f\xd3\x63\x1b\x06\x1a\xdb\xab\xa6\x81\xd9\x20\x04\xb5\x60\x8b\xe8\x2b\xbf\xa7\x7a\xdb\x9c\x7a\xd7\x8a\x1e\xac\x1f\xfa\xd4\xf4\x07\x1c\x43\xb5\x98\x96\x0f\x3c\x43\x71\xcb\x2a\x3d\xc5\x58\xb4\xfc\x7b\xdc\xdf\xc3\x08\x3b\x02\x15\xe2\x9c\x7b\x0f\xd5\xa9\xf8\x19\x29\xc2\x61\x82\x77\xe0\xbc\x83\xf2\x2f\x21\x11\x63\x7e\x5d\xd3\xc4\x75\xa7\xaa\x2b\x20\x7d\xb4\x21\x7b\xfc\xf3\xc5\xa6\x87\xdc\xa0\xb6\xa4\xcf\xf6\x16\xf1\xde\x47\x4f\xa8\xc3\xd1\xf9\x7a\x7f\xc3\x0c\x84\x8a\x1f\xcc\x5e\xb9\x1c\xb0\xbf\x5a\x30\x09\x18\x09\x25\x28\x18\x63\xce\x93\x4a\x27\x44\xba\x77\xfd\x4e\x2b\x85\x0f\xf6\x43\x8f\x8b\xfa\x2f\xa5\x50\xa9\xac\x85\xde\xcd\x71\xc0\x95\x6a\xd4\x96\x8a\xd5\x71\x60\x65\x9f\x95\xc4\x50\x53\x89\xb7\xa3\xcc\x70\x4c\x90\x05\xd9\x87\xe6\xcb\xda\x04\x5a\xf3\x7b\xea\x1f\xae\xab\x53\x36\xab\xdf\x2a\xe0\xa2\xcc\x15\xda\xbc\x78\x65\x86\x74\x11\xcf\x47\xc5\xdb\x2a\x8a\x38\x3e\x88\x81\xfe\x6f\xcd\x5f\xa9\x18\x98\xd7\xc8\x9b\x1f\x9b\x2b\xcc\x77\xdb\x1e\x3d\x3d\x61\xbc\x34\x7f\xa5\x20\x9b\x74\x98\xe1\xaf\x51\xfd\xa9\x80\x91\x46\x4d\x2b\x3b\xb7\xa1\x9d\x4e\x44\x65\xd8\x3c\x7a\x0d\x62\xf3\xe4\xdd\xe4\xfd\x98\x96\x5f\x97\x0c\xde\x8e\xcc\x96\x05\x3f\x20\xad\x10\x7b\xdf\x40\x6b\x95\xda\x6e\x65\x8e\x31\x3f\x35\x54\x8b\xb4\x56\x55\x52\x20\x74\xa3\x0b\x66\x58\xd4\xe5\x0b\x27\xe2\xa8\xf6\x4a\x8b\x81\xeb\x70\xe8\x57\xcb\x74\x27\x33\x62\x3b\x79\x2a\xb3\x9d\xb8\xa6\xf8\x4b\xd5\x17\x6e\xac\xbe\x3c\xa7\x6a\x34\xdf\x7e\x12\x63\xc9\xec\x96\xb0\x44\x31\x61\x89\x0f\xe2\x18\x80\x19\x71\x84\xcc\xda\xa9\x5d\xa8\xec\xdc\x02\xff\xa8\x3b\x27\x0a\xe1\xef\xf9\xce\x0a\x12\x04\x6c\xac\x4c\xc6\x50\xcd\xa9\xd1\x36\x60\xdf\xd8\x07\x19\x0e\x58\x75\x64\x97\x4b\xe5\xa8\x6c\x29\xf9\x60\xd3\x75\xb7\x01\x93\xfd\x52\xa0\x44\x5f\x36\xd5\xb2\xfa\x19\xfe\xda\x15\x00\xd8\x67\xd9\xe1\xce\x54\xdb\xcf\xc2\xee\xc8\x2e\x7e\x36\x65\xcf\x1c\xef\x3f\xeb\x77\xef\x57\x98\x5a\xa1\xd6\xe3\x50\x1a\x3b\x00\xb4\x14\xdf\x75\xd8\xd4\x77\x84\x1b\x53\x3d\x6e\xae\x8c\xea\x81\x04\x4b\xf8\xa8\x15\xa8\xd7\x9d\x58\x2a\x7d\x8e\x03\x93\xeb\x56\x56\xb8\x47\x0d\xeb\x0b\x8e\x9d\x36\xf0\x87\x7d\xba\x72\x28\x93\x6a\x26\x1e\xf9\x6c\x34\xbc\x3d\xa9\xb6\x76\x13\x3c\x78\x93\x4b\x1d\x1b\x4d\xfa\x4e\xa4\x76\x0b\x10\x8c\x4e\x22\x80\x07\xfc\xeb\x3b\x82\x17\xf4\x1d\xea\xcc\x24\xd4\x22\x16\x6a\xf5\x9e\xd9\x96\x88\xa4\x06\x27\xb0\x53\x4f\x12\x9c\x87\x83\x10\x45\x11\x7c\xbe\xcc\x63\x61\xff\xd5\xb9\x33\x9a\x78\xb9\x74\x21\x6a\x88\xbf\x4b\xfd\x53\x3b\xd3\xd2\x39\x5f\xa8\x5f\xfa\xe8\x48\x4f\x03\xab\x49\x86\x95\x56\xf1\xec\xa3\x85\xef\xcd\xdd\xac\xb6\x95\xf0\xbe\xab\x6c\xef\x73\xb1\xf7\xcd\x69\x4b\x76\x05\xc5\x35\xc6\x62\xc3\xc4\x8d\x94\xa5\xb8\x3e\xb2\xcd\x65\x17\x76\x3e\x0e\x5b\x55\x42\x59\xf0\x50\x65\x91\xaf\xa3\xe2\xed\xb0\x2f\x09\x9a\x94\x91\xed\x9a\xb6\xcc\x15\x34\x09\x77\xc0\xfb\xfa\x56\xf5\x24\x85\xdb\x50\xc8\x0e\x42\x8c\xdd\x3b\x31\x1d\x34\xcd\xe7\x4b\x04\x59\x7b\x8e\xcc\x2e\xec\x08\x31\x4e\x58\xed\x36\x28\x3a\xd3\x29\xd3\x9d\x0a\x55\x7a\x70\x99\x52\x27\xac\x90\xeb\x39\x18\xa0\x32\x7b\xb0\x44\x65\xd5\xd5\xd9\x83\x2b\x31\x5f\x69\xf5\x90\x09\x70\xb5\x39\x9c\xd4\x46\xb7\x6b\xed\x00\x0f\xaf\x9f\x2c\xdd\x1b\xd4\x3d\xea\xad\xba\x6d\xce\x2c\xae\xa7\x70\x65\x1d\x97\x2e\x23\xfc\x9d\xfc\xac\x77\x64\xf2\x8f\xe5\x81\xa9\xa0\xf8\x30\x6a\xb3\x2e\xc7\x50\x8c\xc1\x12\x4a\x14\x69\xbc\x51\xbd\x17\xd1\xea\x04\x19\x3d\xe9\x0b\xdc\xe7\x53\x8d\x01\x25\x2e\xef\x0e\xdf\x1b\xb0\xcf\xdf\xe0\xea\x86\xf5\x02\x0d\xd8\xe3\xbc\xc9\x60\x09\x4d\x78\x9c\x3f\x5d\x0f\x21\x9e\x3e\xe9\x63\xac\xfc\x45\x8f\x96\x15\x91\x64\x12\xcc\xf4\xdd\x74\x65\x2a\x54\xea\x30\xb9\xd9\x58\x8f\x95\x4b\xe0\x0e\xa2\x55\x33\xdd\x29\xf3\x84\x0c\x8e\x4f\x8c\x6b\x90\x19\xd7\x4c\xff\xa8\xf7\x9c\xad\xf5\x5d\x4b\xc8\xb3\x25\xb6\xf0\xb2\x8e\xb1\xf2\xf4\x72\x64\xbf\xeb\x6b\x8b\x53\x15\x6a\x07\xf0\xf5\x40\x52\xcc\x41\x1d\x58\xe1\x08\xf0\xa0\xe2\xd0\x87\xa9\xa3\x07\x54\xfa\x5a\xdf\x1c\x1e\x47\x46\x65\x05\x41\xe3\x8c\xfe\xfd\xe8\x7c\x71\x5e\xb5\xa8\xae\x84\x17\x81\x5d\x15\x5b\xd7\xef\x76\x48\x47\x9b\x12\xc4\xa1\x0d\x46\xd4\x2e\x9b\x86\x53\x8e\xde\x08\xb7\xbc\xf6\x6a\x23\xda\x5c\x0a\xc9\x1d\x05\xd9\xcd\x0c\xc8\x41\xb3\x62\x32\x8e\xb5\x9e\x8c\xbc\xea\x94\x27\x1e\xc5\x0a\xa1\xf2\x83\xe3\x12\xda\x7f\xbf\xc6\xd9\xeb\x5c\xdf\x3c\x61\xde\xc6\xe3\x92\x9c\x0b\xb3\xa4\x4b\xb2\x00\x98\x94\x6f\xb8\x9a\x33\xfa\x83\x39\x11\xc1\x91\x7c\xfb\x16\x12\xa0\x02\xe1\xbf\xf7\x7e\x8d\xbc\x53\x2d\x39\x60\x2e\x29\xfd\xeb\xe7\x06\x54\x27\x7e\x8c\xfa\x7c\xe4\x23\xe1\x16\x59\xbd\x60\x2a\x0f\xda\x6a\x9f\x91\x77\xdc\x47\x0b\xaf\xa8\xa3\xa8\x22\x39\x87\xe2\x47\x2c\x15\xd3\x42\x99\x9a\x41\x4d\xfe\x8f\x0e\x48\xb9\xb7\xbc\xe8\x5e\x8a\xa3\x90\x3d\x12\x49\x02\x34\xe1\x43\x40\x5b\xc6\x9b\x8e\xca\xee\x36\x84\x9a\xc8\x61\x40\xd7\xd4\x45\x81\x67\xe3\xe6\x39\x5a\x51\x24\x90\x6d\x2c\x8b\x4d\x38\x50\x8e\xc0\x53\x42\x7c\x77\x85\x81\x53\x44\x92\x9a\x89\x1d\xa4\x0d\xf8\x05\x56\x5c\xf5\x6c\x12\x74\x1a\x67\x63\x8a\xbb\x42\xbc\x6f\xd0\xb2\xdf\xa0\x18\x8e\x3a\x52\x26\x21\x25\x55\x73\x53\x0d\x5a\xbe\xb3\xc1\x9f\xc2\xf7\x82\x50\x3b\xcb\xfa\xf3\x4d\x8b\xce\x4d\x8b\xfa\x28\xa6\xc3\x06\x9c\x30\x10\xb3\xb4\x54\xa8\x28\x65\xe4\x1e\x91\xe7\x7f\x93\xb5\x8d\xc4\x6c\x2f\x26\x77\xe9\x5e\xb6\xe1\x32\xf7\x3b\xf8\xdf\x3b\x53\x56\xd0\x1f\x18\xff\x59\xea\x51\x35\x10\xa8\x76\xf2\xed\xf0\x7c\x6f\x26\x36\xb0\xf0\xf3\xd1\x74\x84\xfd\xc7\x4c\x13\xfa\x14\xca\xfd\x72\xda\xf9\xfb\x7c\xdd\x85\xaa\xc9\x3c\x86\x8b\x39\x7d\x78\xb7\x03\x66\x8b\xad\x2a\x4d\xc1\x6e\xad\xe0\xb4\x60\x7e\x63\xe2\x01\x5a\xc8\xfd\xe4\x66\x02\x3a\x17\xa4\x48\xd5\xb9\x4a\xe1\xb9\x03\xce\x8a\x94\x77\xf4\x0d\x66\xd1\xed\xa2\x64\xa6\x73\x73\x57\xc6\x0b\x8f\x05\xb1\xe9\xe2\x01\x56\xb5\xe0\x3b\x31\x62\xc9\x11\xe6\x4f\x4e\xa7\x73\x29\xcd\xea\x75\x86\x8b\x3d\xb2\x13\xf0\x7a\x7a\x6d\xb0\x26\x55\xdb\x02\xe2\x70\x8e\xfc\xe2\xd5\xe4\xe2\x99\x87\x9c\xe3\xa2\xff\xfd\xb6\x26\xe9\x54\x91\x7d\x0a\x1a\x2a\x70\x32\x7c\x1b\xe0\x17\xdd\x06\xce\x8e\xa5\xaa\x20\xac\xf8\xa1\xbb\x69\x51\x10\xd1\xde\xaa\x16\x3e\x9b\xb8\x5d\x1c\x4b\x9e\x5f\x0b\x16\xe3\x33\xd2\xa1\xf4\xa3\x89\x3c\xa2\xc2\x94\x75\x0a\xee\x85\x99\x70\x9f\xab\x19\x4b\x57\x22\xf1\x8a\xdb\xda\x08\xd0\xf1\xaa\x2f\x1c\xb1\xa9\x41\x66\x13\x6c\x60\xdc\xa3\x8f\xa6\xf6\x72\x55\x3a\xbc\xed\x79\x38\x5c\x87\x1a\xc4\x87\x2f\x94\x4c\xe8\x5c\x0c\x19\x9b\xab\xad\xcf\xeb\xf1\xb3\xfc\xf0\x4c\xee\xa5\x59\xb5\x2b\x82\xee\x35\x10\xa9\xea\x62\xfe\x8c\x7b\xc8\x76\x1c\x37\xe9\x2d\xd4\x56\x32\x6f\xc6\xf4\x00\x8a\x8c\x71\xb6\x9e\x8f\x85\x6d\x60\xf5\xef\x3e\x33\x50\xc3\x1c\xac\x3d\x82\xb5\xc7\x6f\xb6\xbd\x9b\xef\xd8\x81\x77\x40\xff\x1e\xe1\x2a\x02\xec\xc2\x9d\xef\xae\x6a\x36\x1d\xe1\xf9\x69\xee\x73\xa1\x41\xda\x89\x04\x3a\xee\x7e\x0b\x37\x0f\x73\xb1\x91\xbf\x5c\x54\x51\x86\x7f\x52\x92\xf2\x45\xa2\xe0\xb9\x80\x52\xf6\xcb\xcc\x04\x9e\x19\x9b\x4f\x62\xd0\x08\x86\x7f\x90\x83\xde\x57\x72\xd0\xd5\x72\xf0\x01\x6d\x9d\x20\xc0\xda\xd4\xd5\x48\xd5\xb8\x9b\xc5\x3e\x64\x7c\xcb\x57\x9a\x39\xf6\x40\xb6\x6a\xa8\xc9\xba\x08\xb5\x36\x63\x9d\xe8\xe6\x44\x25\x4c\x90\xd5\xe0\xae\xdc\x88\xcc\x60\x91\x90\xfb\xe9\x31\xab\x20\x0b\x89\xf9\x4a\x13\xb3\x67\xad\xff\x07\x45\xa6\x2d\xc6\xcc\x37\xdb\x87\x86\x49\x8a\xd2\xaf\x6a\x86\xae\xfb\xbd\x22\xce\xc5\x22\x17\x6b\x7a\xef\x13\x39\x70\xb7\x22\x5e\xce\xe3\xbf\x80\x43\x64\x5c\x63\xc4\x41\x18\x92\x69\x89\xb4\xdd\xf7\x41\x41\x1c\x7b\x7a\xae\x17\x9a\x0a\x96\x21\xe9\xae\xb8\xf4\xd7\xcd\xa5\x1d\xfa\x3a\x3c\x21\xd1\x68\xb1\x7f\x8d\xbb\xe3\x73\x7d\x80\x1e\xa8\x08\xa0\x9e\xf5\x91\xf9\xfc\x62\x1a\x3d\x67\x43\x41\x6a\x24\x1f\xbc\x9f\x13\xa4\xcc\x61\x08\x55\xcc\x1d\x44\x43\x93\x26\xc5\xba\x0e\x9c\x82\x7c\x46\x55\x1a\x1a\x6e\xe6\xae\x54\x73\x85\x6e\x86\x7b\x28\x9a\x83\xb9\x9b\x3b\xa2\xfa\x48\x06\x9e\xcc\xd1\x59\x87\x3f\xdf\x60\x58\xcd\x6b\x2d\x4c\x84\xdb\x51\x6d\x94\x60\xbe\x7f\x77\xc2\xf5\xec\xcc\x08\x57\x27\xe4\x89\xc9\x86\x42\xfc\xef\xf8\x50\xc6\xcc\xf9\x57\xef\xc0\x0f\xf7\x8d\xd2\xe4\xa0\xaa\x4e\xd0\x28\x31\x40\xc3\x8c\x78\xed\xd0\x52\x63\xd8\x41\x00\x6f\x80\xcb\x16\x83\xa1\x6e\x74\x92\xdc\x9a\xb1\x0d\x56\x05\x34\x92\x2f\x0c\x45\x06\x16\x8c\xc8\xb2\x4c\x22\x31\xc0\x2c\x41\x52\x43\x00\x65\xce\xde\x9f\xc5\x56\x71\x5e\x3c\x79\x52\xb6\x50\x86\x51\x34\xeb\xb5\x06\xc7\xbe\x5f\x47\x26\x5f\xb0\xa9\x41\x24\x27\x6d\x02\xcc\xfa\x1c\x77\x98\x70\x15\x04\x27\x9b\x6a\xfb\xfe\x13\xf4\x02\x2d\x3d\x39\x7d\x7b\xb9\xa2\xff\x5f\xba\x75\x26\xc3\x27\x53\xc4\x44\xf9\xf5\xf0\x3e\x9f\x78\x5c\xab\x84\x68\x68\x0c\x91\x83\x4a\xb8\xdb\x58\x46\xf8\xa8\xaf\xe7\xd0\xc9\x2f\xda\xc4\x43\xb8\xd9\x88\x03\x74\xe9\x01\xed\xbe\xe9\x21\xcf\xb9\x3a\x16\x0e\x72\xad\x75\x87\x1c\x21\xde\x2a\x5d\xbb\x5a\xb4\x83\x74\xff\xb8\x34\xc3\xc2\x24\x73\x94\xb3\xf6\xf7\x34\x91\x83\x26\x93\xcb\x00\x92\xc7\xf6\xed\x04\xfb\x8b\xc9\x6e\x8a\xec\x42\x87\xdf\x4d\x7f\xbb\x5c\xb1\xad\xe9\x65\x3d\xf5\xb9\xa7\x3d\x69\x7a\xda\x03\x13\x6c\xb1\x61\xa7\x25\x37\x98\x3a\x14\x7d\x81\x72\x31\xa6\xc0\xf9\x64\x1b\x1a\x38\x0c\x2c\xf7\x0b\xc6\xe4\x44\xd9\x20\x0d\x89\x54\x17\xaf\x01\xda\xbb\x55\x48\x1c\xa2\x4c\x49\xfb\x9c\xa2\x50\x60\x28\x0b\x1b\x29\x5f\xd9\x1f\x68\x63\x53\xd5\xc0\x83\xcf\xf6\x70\x66\xab\x77\x69\x8e\xda\xbf\xcd\x58\xa2\x9e\x99\xd7\x6f\xc3\x31\xde\x80\x2b\x79\x12\x0d\xab\x9e\xb0\x23\x15\xcd\x81\x5d\xc0\x65\x37\xad\x88\xc9\x1a\x25\x2e\xd9\x51\x48\x7c\x09\xf5\x1a\xb2\x9b\x0b\x2d\xb9\x44\x40\x40\xa1\x12\x8c\xd4\xc7\xb6\x49\xcb\xed\x65\xcb\x66\xf9\xaa\x2e\x33\xc7\x87\x4a\xd4\x01\x97\xbd\x74\x8c\x53\xac\x53\xc1\x7e\xdb\xdb\x63\xce\xf6\xb1\x55\xbc\x1c\xe8\x2d\x6c\x52\x53\x2d\x41\x32\xf0\x65\x8b\xc5\x62\xae\x35\x19\x21\x8c\xf5\x85\x31\xc5\x1c\xdc\x2f\xa7\x3e\x03\xd3\x9a\x45\xb6\xfe\x76\xe1\xac\x2b\xd4\x00\xb1\xcd\xd7\x34\xf1\xbf\x1a\x2b\x27\x03\x05\x2d\xfa\x06\x3f\x1a\x08\x71\x92\x3b\xfa\x26\x2f\x17\xee\x93\x59\x73\xfd\x0e\x73\xbd\xe4\xa2\xf0\x62\x5a\x7f\xa7\x54\x67\x24\x7a\x33\x55\xfb\x8c\x2c\xf2\xa9\x19\xed\x03\xe6\x7f\x3e\xcf\xb2\x4d\x9e\x06\xd1\x2c\xc0\x2f\x3f\x12\x51\x1d\x0a\xef\x80\xc2\x66\x2f\x8d\xe2\x93\x69\xe6\xdb\xc2\x6e\xc9\x13\x0a\xd3\xbd\xc0\x1f\xdc\xb9\xdc\xba\x46\x88\x70\xf3\x70\xf5\x8a\xaf\x7b\xf8\x83\x8b\x67\xb7\x53\x40\x4b\xe5\x7e\xa7\x2c\x78\xea\xa8\x05\xca\xfd\xa2\x5d\x11\x3d\x9d\x30\x33\xfd\xdc\xb9\x69\xfe\x8b\xd1\xd4\x0d\x39\x48\xe1\xe4\xc1\xdc\x16\x9d\x49\x0f\x91\x7d\xd3\xce\xbc\x45\x1d\x9b\x1a\x29\x96\x80\x8d\xd3\x3b\x81\x9e\xf3\x2f\x0d\xd3\xab\xf8\x09\x7d\x1d\xff\x8c\x11\x3a\x51\xb5\x88\x44\xe6\xde\x47\x03\x31\xdd\x43\xc4\xf7\xa3\xdc\xed\x98\x47\xbe\x2a\xdf\x0b\x8e\xae\xda\xf7\xea\x17\xc0\xf3\xc3\x92\x23\x3e\x29\x93\x8d\x18\x08\x63\x9b\xb4\xf2\x97\xb9\x55\x0d\x2d\x61\x47\x14\x40\x08\x7a\x40\x3d\x3c\xf0\xcd\xd7\x6f\xec\xb0\x6c\x4a\x02\x37\x11\xd4\xa4\x74\xea\x74\x04\x62\x06\xc8\xa7\xe9\x05\xca\x61\x70\x7d\xa6\x58\x3c\xdc\xc9\xcf\x79\xd8\x93\x8a\x11\x17\x03\xe2\x08\xe5\x4e\xfa\xf0\x50\x2d\x08\xda\xf1\xe3\x0c\xbb\xca\x4f\x63\x5a\x50\x13\x52\xf1\xa5\xa9\x7f\x5c\x1b\x31\xcd\xfe\x05\x05\xdc\xc7\xa7\xb6\x82\x20\x8d\x62\xf8\x41\xb5\x95\x43\x70\x07\xe3\x9c\x26\x49\xb6\x40\x80\x79\x81\xff\x5d\xe2\x0b\x43\x1a\xcf\x76\x81\xf2\xcb\x0b\x14\xe4\xf9\x06\xcb\x00\x40\x79\xec\x90\xe7\x06\x2d\xcb\x8c\x43\x67\x83\xda\x08\xfe\x0a\x96\xec\x0c\x9e\xb1\xec\xf4\x6f\xf2\x2d\x59\x87\x0e\xda\xed\x2f\x70\xd5\x00\xff\x7b\xdd\xc6\xa3\x7e\x78\x22\x7b\x0d\x54\xff\x10\xd9\xe1\x99\x10\xaf\x4b\x44\x04\xb6\x5d\x8f\x54\x13\xb5\x81\x75\xf6\xc1\x48\x29\x60\x39\xe7\xd2\xbc\xc8\xb1\x4d\xd0\xe2\x8d\x3c\xb4\xa9\xb3\xee\xa6\xee\xe9\xe6\x1b\x96\xa1\xd0\x09\xbb\x94\x6c\xfe\xbd\x86\x02\x63\x3e\x86\xc2\xf9\x41\x38\x08\xce\x91\xbc\x33\xac\xa8\xb0\x75\x24\xa2\xbd\x85\x41\x41\xbc\xae\x88\x07\x92\x62\xe7\x16\xe1\x3c\x7f\x36\x18\x2d\x50\xc7\xff\x5e\x7d\x2b\xab\x53\x61\xe9\x76\x6d\xa7\xb7\xb6\xcc\x74\x1d\x8b\xe1\x37\x2d\xcc\xff\x20\xd2\x0a\xbd\x94\x02\xad\x28\x79\xe0\x87\xbf\x78\xba\xe9\xad\x73\x8e\x82\x06\x35\x9a\x44\x3e\x27\x80\x94\xf3\x2f\x38\xfb\x05\x32\xf9\x84\xac\xb7\x06\x85\xd1\x4c\x81\xc1\xe8\x7b\x75\x2a\x1e\xb7\x16\x79\xdc\xff\xe4\x3a\xe4\xb5\xc8\x1a\xd3\x9d\x42\x1d\xd8\xa9\xf2\x8a\xc1\x5a\xa2\xb2\x79\x4a\xa8\x01\xac\xda\xf0\x77\xd5\x10\xef\x02\x9c\xf1\x02\xf1\x7b\xa5\xd0\x8e\x3e\x32\x25\x6d\xea\xbb\x5b\xf3\xb3\xe6\x3e\x84\x7a\x0a\x29\xf0\xfe\xd2\xe3\x72\x96\x73\x4e\x17\xb6\x8b\xcf\xfc\xd8\x13\x63\x99\xea\xa9\x03\x12\x46\x5f\xb4\x9a\x57\xb8\xe0\x6d\x40\x94\x5b\x76\x43\xa2\x3c\xac\xc9\xd6\x72\x06\x03\x4e\x50\x21\x9c\x4c\x24\xb9\x9c\xe3\x4b\x82\x8f\x69\x2f\x51\xbb\xe4\xfd\x80\xf8\xc1\x0b\x7f\x64\x82\x6b\x3a\x49\x50\x1d\x0b\x7b\x6f\xb8\x0a\x0e\x3b\xae\x4e\xf2\x02\x69\x86\x0d\xb0\x72\xc2\xd7\xdd\x6d\x73\x07\xb1\x6b\xde\x86\x3f\x48\x9f\x14\x67\x75\xe4\x6c\x25\xd0\xc3\xf8\xc2\x7e\xa4\xfd\xf5\x58\x2b\x4d\x47\xeb\x14\xe7\x9e\xb3\x39\x21\x63\x0f\xd2\xbc\x2f\x4d\x17\xab\x45\xfe\x20\xf7\x1f\xe7\x8b\x5e\x64\xff\x30\x5f\x28\x41\xa7\x09\x4c\x88\xbe\x48\x7f\xdb\x15\x4a\xad\xbc\x68\x8b\x78\xaf\x28\x01\x43\x1c\xf1\x7a\xbe\x79\x4d\x45\x95\x11\xb9\x5a\xd3\x76\xee\x67\xde\x28\xd8\x21\xde\xb2\x47\x05\x7b\xbe\x03\xc3\x44\xde\xa4\xfe\xe3\x5d\x99\x71\x00\xd1\x76\x22\x77\x73\x78\x6f\xe3\x08\x6e\x7c\x34\xb4\x8a\x3c\x4a\x0a\xe9\x18\x77\x80\x2f\xc4\x2f\x5a\xe1\x4b\xd2\xa0\x63\x79\xe1\xb1\xa9\x67\x4b\x35\x99\x73\x67\xf1\xff\x64\x3e\xd7\x5f\x92\xdd\x21\x98\xe9\x10\x09\x15\x28\x91\x93\x06\x27\xb4\x22\xe9\xcd\x06\x66\x3a\xd8\x12\x91\xe0\x5c\x81\x6b\xc3\x3e\xf5\xfc\xea\x54\xa8\xa1\xc9\x53\xc6\xf7\xb2\x9f\xcc\xef\x6c\x7e\x00\x69\x65\x2f\xf4\xb7\x83\x4b\x26\x92\x5c\x6e\xcc\xdb\xfc\xd1\x43\xfe\x23\x41\x8d\x13\xaf\x59\x43\xc4\xfa\x42\x23\x68\xbb\xc5\x32\x7f\x17\x2a\x04\xa2\x46\xe7\x0b\x13\x07\x51\x75\x0f\xf5\xb4\x65\x71\xce\xcf\x7f\xc5\x03\x7a\x3d\xcf\x3c\x60\x5a\x78\x40\xbb\xc6\x49\xb0\x18\x0a\xef\x6a\x8a\x59\x1e\x94\x70\x2e\x5c\x91\x3a\xdd\xe2\xfb\xaf\x7b\xcc\x7d\x34\x13\x6a\x34\x2f\x08\x28\x4b\x71\x54\xe0\xdf\xcc\x38\xf4\xfe\x80\x6a\xa2\xb3\x63\x45\x1a\x01\x34\x11\x62\x96\x0e\x09\x2e\x65\x71\x41\xa5\xbf\xcc\xcb\x87\x51\xb5\x6f\x09\xaf\x23\xd1\xc7\x66\x8d\xed\xad\x39\x68\xbd\x89\x55\xb8\x57\x5a\x16\xa6\x14\x6d\xa9\x93\x13\xa1\xae\x0c\x45\x0b\x7f\xe5\x9f\x40\x84\x72\xdb\x96\xe5\xce\x17\xb6\x9c\x05\x26\x76\xaf\x97\x5d\x32\xd1\xa2\xee\x3f\x15\xbe\x0b\x06\xae\x37\x4c\x3e\xda\x5b\x75\x2a\x1e\xb6\xaa\xba\x53\xe2\x32\xec\xc8\x33\x15\x37\xea\x0f\xb1\x2f\x93\xb2\xf9\x11\x63\x31\x01\xd8\x72\x2e\xa2\xe8\xf0\x6d\xb5\xe5\x78\xb0\x84\x38\x58\x6b\xe6\x2e\xa8\x34\x65\x36\x61\xde\x84\xdd\x1a\xae\xb2\xbc\x1c\xd7\x28\x4d\x2d\x5e\x12\x28\x3a\x8e\xe1\x3b\x9a\x9a\xe3\xab\x4a\x91\xb8\xca\xb0\x30\x5e\x8b\x9c\x57\x7c\x25\xb2\x11\xb5\x09\xe8\xbe\x37\x9b\x5f\x15\x9b\x4d\xb1\x82\xbf\xa8\x36\xcb\xd4\x58\x75\x2c\x6c\xb1\x94\x94\x0f\xc2\x15\x20\x14\x0a\xa2\x79\xcb\x29\x0a\x21\x50\x46\x77\x15\x5e\xde\x9d\x24\xad\xd0\xc9\xc2\x8e\x69\xf7\xb1\x40\x32\x42\x87\x9a\xb5\xc7\x02\xa1\x09\xdf\xc8\x19\xff\x4e\x6c\x0e\x30\x87\x90\x47\x18\x10\x1c\x32\x5b\x9b\xda\x17\x2f\xa2\x59\xea\x1c\x8b\x0d\xf5\x98\x44\x61\x73\x62\xcc\x15\xde\xa6\x83\x64\x96\x88\xab\x23\x2f\x96\x1e\x13\xd9\xe8\x5f\xdb\x33\xb3\xa1\x64\x4e\x8b\xfa\x66\xc4\x4e\x4e\xb2\x46\x37\x98\x01\xb0\xdb\x23\x5a\xb2\x84\xbd\x56\x5c\x42\x8f\x78\x79\x8c\xb7\xfb\x05\xe8\x78\x6e\x69\x60\xe5\x3b\x6f\xfe\xcf\x9e\x81\x48\x37\x8c\x47\x2d\x90\x8d\x69\xe3\xa0\x23\x13\x4b\xcb\xf6\xbe\x8c\x0b\xa4\x73\x66\xaf\x63\xa8\xda\x20\x52\x84\x0c\x1f\x14\x0b\x02\x5d\xda\xf9\x45\x57\x54\x82\xcf\xea\x06\x1b\x8c\x9b\x69\xe0\xce\xf3\xbb\x80\x10\x69\xbd\xfa\xba\x18\x65\xb3\xf1\x79\x41\x9a\x4a\x28\x23\x84\xd8\x17\x6f\x94\xdf\x9d\x21\xc3\x0e\xa1\x9d\x91\x2d\x7b\x6d\x6c\x26\x6f\x8d\x0a\xe5\x98\x0e\x64\xbd\x42\x2b\xed\xad\x15\x52\xb2\x8e\x4f\x5f\xcf\x39\x80\x86\x1e\xd9\x63\x94\x9a\x49\x2c\xe1\x00\xd3\x70\x3e\xba\x96\x44\xf4\xf1\xb7\x0b\x4e\x52\xa2\xed\x7c\x21\xab\x1f\xc2\x8d\x86\x71\x18\x00\x5b\x14\x06\x34\xb1\x38\x20\x99\x9c\x00\x71\xeb\x1f\x78\x4c\x58\xad\xe1\xcb\x68\xe2\xf6\xac\x88\x6f\x5e\x86\x01\x0d\x71\xf4\xf7\x9b\xf9\x32\xbd\xf1\x3e\xa6\x96\x79\xb2\x79\xf1\x63\x68\x97\x7a\x72\xdb\x78\xd5\x11\x41\x23\xbf\xab\x6f\x68\xd0\x80\x44\xa3\x6a\xdd\xd0\x3d\x22\xd5\xe0\x8b\xc2\x30\xf8\xb4\x06\x7d\x6d\x32\xb4\x40\xe0\x19\xbe\x65\x78\x2a\x2a\x0e\x98\xd3\xb3\x4e\x84\xba\xa8\x1a\xb3\x57\x70\x33\xe1\x0b\xcc\x9d\x50\x35\x22\xf8\x72\x36\xcd\x07\x78\x9d\x20\x0d\x4f\xb4\xb6\xdf\xc8\xa2\x6b\xca\x23\x3b\x7a\xb0\x2b\xef\x96\x5e\x6e\x0f\x75\x8a\x12\x81\xd3\xb2\x7a\xc8\x8f\x59\xa9\x36\xd2\xec\xd6\xaa\x83\xac\x25\x4e\xaf\xed\xca\x36\xac\xac\x9e\xec\x20\x65\xde\xdd\x90\x55\x7d\x95\x67\x24\xad\xa6\xf2\xb2\xa0\x81\x7e\xa9\xe3\xc0\x2b\xbd\xe5\x5a\xc6\xc9\x08\x80\xee\x03\x52\xe1\xa7\x7b\xce\x57\x33\x1f\x28\x65\xf9\x0d\x67\x58\xcc\x2c\x8a\xf3\xa2\x77\x83\x2b\xc8\x4e\x3e\xdd\x5a\x79\xca\x3c\x04\x35\xbb\x4f\x46\xef\x94\x8b\xf6\xfe\xe0\xd5\x11\xca\xed\x8a\x59\x55\x20\xee\x8d\xc9\x90\x6d\x55\x7f\x0a\x16\x84\x5a\x43\xe5\xde\x00\xb4\x3c\x85\xad\xb6\x06\xe8\xb7\xb2\xf6\xef\xef\xf7\x7a\x11\x62\xc3\x50\x03\x2e\x60\x87\x97\x1d\xc3\x5d\x70\x64\x16\x00\x24\x82\x27\x00\x63\xec\x20\x68\xcd\xea\x5d\x34\x3d\x12\x3e\xcd\x67\xbc\xea\xbc\x08\x2c\x5e\x24\xa5\x6b\x5b\x5c\x18\xf3\x04\x6b\xbd\xd8\xbe\xd6\xb4\xce\x98\x81\x57\x2e\xbc\xaf\x5a\xce\x97\xdd\x99\x65\x79\x40\x5f\x74\xa7\x71\x29\xc2\xa0\x69\xad\xef\x38\x99\x2a\xb9\x79\xea\x9e\x93\xf1\x7f\x14\x1f\xee\xf4\x90\xfa\x7f\xe0\x7a\x6f\x34\xed\x86\xb1\x04\x38\x7c\xaa\x6e\x5b\x7a\x11\x6e\xe3\xdf\x8c\x8f\xba\xf3\x2c\xb5\xb5\x3f\x3f\x8b\x33\x0f\xdd\x3e\xdd\x37\xed\xd8\xf7\x14\xe4\x86\x3c\xb5\x9f\x50\x2d\xcd\xc2\xb6\x88\x12\x55\xf0\x7d\xae\x39\x2b\x7c\x45\x34\xc1\xe4\xb8\x07\x9b\x3b\x21\x58\x77\xcc\xa7\xec\x67\x15\x6e\x77\x7b\x2e\x8d\x79\xc6\x43\x76\x67\xfc\xbe\x74\xc0\xec\x87\x64\xc7\x3a\x12\x1f\x60\x48\x9e\xd8\x8b\xdd\xe2\x14\x70\x5e\x44\xd3\x35\xa6\xe1\x92\x8b\x57\xb8\x42\xa5\x4e\x12\xfb\xc8\xe0\x41\xad\xc1\x89\xfe\x34\xe9\xaf\x59\x65\x86\xc2\x34\xb5\xb2\x90\xf2\x9b\xcb\xc7\x4c\x30\xce\x84\x5f\xb3\x56\x0b\xa4\xa9\x27\xc8\xc6\xf3\x4f\x07\x54\x8b\xdc\x23\x39\xfe\x92\x94\x04\x0f\x91\x66\x21\xa9\x87\x69\x1a\xe6\xa8\x91\x6a\xd2\xb5\xcc\x07\xaa\x01\xf2\x39\xe9\xa2\x46\x7d\x10\xda\x25\x14\xb4\x3e\x3d\x16\x6a\x6e\x6d\x29\xe2\xeb\xed\xb8\xf9\x05\x7f\x00\xb2\xba\xf4\x0a\x6e\xfe\xa6\x12\xeb\x57\x39\x87\x01\xe1\xb4\xd9\xd3\xd6\x51\x5c\xdc\x89\x32\x63\x7a\xcc\xaf\x09\x83\xc3\x41\x49\x46\x4b\x44\x3f\x59\x6f\x1a\x13\xf6\x70\x3b\xba\x6d\x82\x50\x49\xe4\x05\xa3\xe8\x24\x59\x9b\xe4\xbf\x1e\xfc\x0e\xae\x27\x55\x55\xc2\x12\xeb\x39\x86\xb0\x0f\x1a\x8a\x8d\x1c\x18\xee\x34\xda\x1e\x94\x9d\xe4\x7b\x0d\x25\x1d\xd2\xa3\x33\xd4\x35\xea\x98\x5d\x6d\xae\x19\x1e\x93\xeb\xf3\xa3\x6f\x81\xc7\x83\x02\x15\x73\x7e\x02\xb3\x71\x23\xb8\x78\x91\x48\x8d\xa0\x9d\x77\x2a\xdc\x96\x61\x8c\xb8\x86\x60\x9f\x40\xb5\xe3\x0f\xde\xc4\x6f\x06\x18\x30\x73\x15\x5b\x7a\xe3\xbf\xd9\x60\x26\x05\x5a\xc0\x03\x6f\x69\x45\x5d\x8b\x66\x35\x3b\x2c\x26\x42\xbc\x74\x9b\xb4\xad\x4f\x9a\x84\x63\x13\x33\x2d\x27\x3a\x72\x3f\x2f\x6f\x7f\x61\xec\x91\x3c\x54\xd5\x8d\x64\xdc\x91\x4a\x55\xc2\x57\x9d\xe7\x01\x71\xc4\x0c\xb0\x33\x71\x5b\x8c\x7f\xf0\x49\x94\xbc\xa6\xe5\x16\x63\xb9\x8a\x89\x5b\x71\xc4\x1e\xdc\x86\x83\xd4\xcb\x99\xf0\xa0\xd8\xd6\x76\xf0\x32\xd7\xa8\x70\x8a\xdf\x7b\xcb\xbc\xc9\xde\x26\x2d\xf7\xca\xcd\xd5\x4e\xf6\xe2\x76\x42\xbf\x78\x73\xbb\xe7\x67\x75\x81\xbd\xfd\xdc\x33\xea\xae\xf0\x04\xfe\x64\xbf\xa6\x17\x43\x08\xaf\x96\x48\xd1\xdd\x9c\xb3\xf5\xa2\x37\xee\x1d\x7e\x61\x2d\xd1\xd2\xbe\x34\x91\x5b\x75\x00\x1e\x63\xd2\xe8\xd9\x34\x12\xdb\x17\xca\xc7\xef\x2e\x87\x50\x48\xf5\xdd\x6b\x72\x8a\xa8\x06\x60\x72\x8b\x05\x27\x16\x61\x55\xfc\x80\xb5\x77\x1c\x66\x59\x0a\xdf\x8f\x47\x14\xdd\x83\x6d\x58\x39\x52\x53\xb3\xc5\xf3\xed\x83\xf4\x17\x8e\xe1\x7a\x3b\xae\xf4\x28\xaa\x23\x57\x1f\x5e\xf8\xe5\x75\x47\x2b\xa0\xf6\x74\x6f\x58\xfd\xac\x66\x70\xbd\x8d\x39\x45\x94\x70\x24\x9e\x3b\x37\x93\xe1\x44\x5f\x4e\x4c\x06\xfd\x51\x91\x4d\xe5\xd3\xe9\x90\x64\x61\x86\x08\xfd\x8b\x2e\x1b\x08\xd1\xb2\xe1\xa2\xc9\xab\x3f\x4c\x6f\x3c\x34\xcc\x87\x6d\x0c\x66\x22\x06\xad\x34\x98\xdb\xaf\xc6\x84\xd6\xed\x93\x0b\x2c\xb3\x3c\x11\x0b\xb3\xea\x58\xf0\x9a\xb7\x58\x56\xd6\x51\x41\xd0\xef\xe9\x4e\x3c\x74\x24\xfc\x32\x4d\xe0\x70\x26\x44\x1a\x3b\x7b\x20\x87\x24\x0a\x88\x7e\xc4\x49\x71\x52\xdb\xdb\x42\x10\x98\x5d\x14\x93\x0b\x27\x10\x35\xb9\x7a\x4a\x9d\x22\xac\x7b\xd9\x59\xc0\x8d\xb6\xa8\x03\xa2\x19\xd7\x9f\x32\x0e\x35\xf7\x13\x70\x15\x69\xe1\x01\xd5\x1f\xe6\x82\xff\xe6\xc6\xa8\xfe\x64\x22\x28\xa6\x66\x37\x5d\x4d\xf5\x14\xe1\x4c\xf6\xbb\x50\xae\x9a\x92\x33\x7b\x5a\xd2\xa4\xfa\x50\xff\xb5\x64\xa3\xe3\x5b\x69\x52\x7e\xe8\xf8\x07\x27\xfa\xfc\x31\x89\x3f\x5d\xa4\x2a\x75\x90\x2f\xf4\xad\xdd\x21\x0b\x0b\x63\xbf\xb1\x40\x23\xf4\x31\xe7\xa2\x25\xbd\xda\xd3\x5f\xbe\xad\xd7\x06\x64\x86\xdb\xf4\x4c\x9e\x08\x0b\xdb\x57\x23\x6b\x2b\xdd\x51\xf5\x20\x85\x68\x3d\x5c\x22\x7a\x61\x43\xa1\xa7\x95\x8d\x7a\x9f\xda\x20\x31\xfc\x01\xfa\xf7\xde\x03\x14\x54\xe8\xab\xa0\xd5\xa3\x55\x05\x32\xad\xb3\x12\x44\x7a\xa8\x70\xbe\x46\x2b\x3d\xd8\x7c\xd0\x8e\x3c\xc0\x4a\x23\x21\xac\xc2\x1f\x55\x53\xb7\xc5\xdf\x83\xce\xe9\xf5\x04\xb6\x19\x98\xcb\x6f\xb5\x01\x45\xd9\x48\x03\x5e\xa8\x53\xcd\x2b\xb6\x55\x43\x01\x3b\x50\x28\x2d\xc8\xa4\x7a\x1d\x50\x8d\x1c\x0b\xc5\x02\xa1\xcb\x8d\xb0\x57\x9c\x31\x9b\x57\xb2\x8b\xd0\xb5\xc7\x15\x9c\x53\xbc\xa0\x79\x51\x7e\xbb\x99\x53\x5d\x29\xe1\xa6\xe4\x0a\x38\x59\xfa\xdf\x44\x5d\xa9\xbf\x27\x55\x3d\x5b\x42\xec\xa1\xb9\xec\xa4\xfe\xe5\x90\x36\x3b\x44\x85\xa6\xd7\xf9\xa2\xbc\x62\x57\xbc\x24\x4b\x52\x43\xd5\x54\xeb\xe8\xde\xbd\x6e\x42\x35\xb6\x23\x49\x1a\xf2\x47\xc4\xad\xad\x16\x01\x79\x27\x8e\x12\x01\x89\x31\xf1\x0a\x04\x86\xba\xff\xd6\x54\x0a\x87\xfa\x6a\xeb\xa2\x37\x5a\x87\x17\x0c\xd7\x86\x4f\xfa\x4f\x99\x66\xf0\xa1\x1f\xb4\xe7\xd5\x59\x50\x15\x32\xc4\x96\xdb\x41\xde\x49\x90\x2e\xbc\xbb\x93\x2d\xb1\x69\x17\x58\x25\x2e\xc2\xc2\xbd\x26\xd2\x20\x3b\x1c\x63\x6d\x37\xe1\x16\x58\x73\x40\x4d\x9f\x1f\xeb\x5d\xae\x71\x44\xc3\xa7\x25\x42\x76\xeb\x01\xca\x48\x1e\xc0\x60\xfd\x65\x03\xc9\xf2\xa1\xea\x13\xca\x82\x4a\x2f\x23\x52\x39\x8e\x01\x26\x88\x8f\x56\xd6\x98\xfe\x5d\xe9\x73\xb5\xc3\xb4\x09\x18\x4c\x01\xc4\x56\xc7\xe6\x3b\x8e\xaf\x78\xc0\x62\x63\x19\xb2\x35\xb5\x55\xfb\xb6\x75\xf7\xeb\x64\x7b\xa5\x16\x74\x7e\xc4\x70\xcc\xf4\x08\x31\xbc\x9a\x53\xf9\x87\xd7\x10\xc6\x63\xd0\xc0\x33\xb2\xf3\xc6\xa3\xb8\xda\xe0\xe5\xd7\x91\x83\x3d\x70\xa2\x35\xce\x15\x6a\x9d\x4d\xcc\xd0\x20\x9e\x91\xd2\x1b\x06\xcd\x71\xb6\x33\xc4\xaa\xc6\xf5\xa4\xab\xb6\xb0\x7f\x41\x80\x01\xab\x3a\x19\x9c\x47\x5f\xce\xbe\x50\xea\x8d\xe6\xdc\xa4\x7b\xa7\x7c\x47\xb0\x8e\x28\x67\x6a\x2e\x4f\x0b\xda\x62\x77\xf2\xb8\x2c\xf5\xda\xbf\x62\x4f\xa3\xde\x6a\x5d\x7a\x07\x6e\xa9\x60\x1f\xc1\x57\xb6\x8b\xb8\x56\x46\x34\xd4\x33\xaa\x65\x9f\x4d\x4b\x73\x14\x7c\xf1\x6a\x14\xe0\xf3\x2b\xb0\x01\x53\x14\xdf\xcd\xda\xd1\x3d\xd0\x62\x64\xc5\xed\xc4\x68\x27\xb1\x3b\x5f\x2c\x91\xa2\xc2\x12\xcb\x70\x0b\x14\xa2\x4f\x43\x39\x2a\x2a\x0d\xf4\xb8\xc6\xe9\x89\x41\x34\xf0\x88\xf6\x13\x2f\x7b\xec\x8b\x36\x25\xdb\x75\xa0\x73\xd2\x6f\xa5\xee\x60\xbe\x1e\x50\xfd\x4f\xb1\xc6\x42\x9f\xa4\x4f\x7e\x2d\xe0\x23\xd2\x3e\x17\xc7\xef\x33\xdb\xa0\x56\x4d\xda\xe9\x23\xe6\x92\x97\x41\x78\x0e\xd4\xf8\x64\xde\x1d\x65\xbe\x2e\x2f\x3c\x73\xd9\x79\xda\x60\x42\xe2\x5c\x57\x48\x97\xae\xd5\xac\xe2\xb2\x08\xaa\xe0\xa0\x70\x18\xdb\xc7\x73\xde\x90\x10\x22\x5f\x1b\xa1\xd6\x09\x33\xab\x0c\x9a\x5f\x7f\xc5\xb1\x01\xf4\xb8\x21\xfa\x03\x40\x14\x6a\xd8\xb5\x15\xf1\x56\x60\x95\xcc\x41\xe9\x1f\x2c\x2f\x08\x5d\xd6\xfe\xd2\x6a\x60\x00\x42\x3f\x42\xf0\x04\x36\xb9\xb4\xb5\x9e\xb3\x43\xdd\x92\x2b\x94\x60\xf8\xe7\x04\xf6\x05\xaa\xf1\x06\x71\xc8\x82\x1a\xb7\x5f\xcc\xed\x76\xde\x05\x6f\xd3\x54\xe0\x7e\x27\x0e\x26\x67\x3b\x0c\x29\x2b\x57\x04\x51\x1d\xf5\x7a\x5a\x0b\xfb\x6f\x6f\x4c\xc5\x33\x62\x19\x76\x99\xfa\x64\x40\xd6\x5e\x85\xe4\x58\x43\x82\x65\x27\xe8\x7f\xa3\x34\xc8\x48\x0d\xb2\xdf\xf0\x2e\xad\x43\x3b\xbb\x4d\x2f\x24\x06\x21\x77\x39\x39\x3a\xd9\x6b\x0b\xc3\xfd\xc5\xbe\x82\x7f\xdb\xa7\xad\xaa\x70\x92\x37\x1a\x10\xc1\x02\xd4\x46\x77\x96\xcc\x0b\x25\xeb\x28\x61\xe3\xcb\xb4\x91\x81\x30\x8e\xe0\xb1\x9a\xec\x22\x59\x7d\x33\x98\x53\x37\x4c\xdc\x4c\xde\x92\xb9\xd8\xcc\xc5\x27\x41\x8b\xf5\x0c\x26\x28\x3e\x3b\x68\xfd\x3a\x25\x52\x8b\x84\xac\x35\x8b\xe8\x2b\x5f\x21\x89\xac\xdf\x7a\x1e\x8b\x1e\x1e\xe8\xf7\xaf\x20\x13\x8a\x36\xce\x17\x3d\xa5\x9a\x29\xdc\x3f\xbf\x7b\x45\x59\xc3\x63\x57\xfd\x6d\x24\xd6\xd9\x48\x6c\x8f\x3e\x7d\x83\xe7\xcd\x11\x26\x6e\xeb\x48\x4b\x7b\x72\xa1\x68\xd4\x45\x1a\x9e\xac\x5b\xb1\xb0\xe1\x54\x3a\x19\xb5\x20\xda\x1b\x34\x89\xed\xc8\x8a\x99\x53\x7e\x95\x39\x0b\x93\x3a\xe6\x71\xb8\x7a\x30\x5c\xb8\x59\x1a\xa5\x9e\x90\xbf\xbf\x94\x70\x6f\x42\x6d\x87\x0d\x96\x4c\x9b\x30\x80\xfd\x13\x2f\xa0\x57\xd4\x53\xef\x2f\xed\xdd\x93\x74\xa1\x45\xa5\x1c\x28\xd5\x94\x76\x5c\x6e\xba\xec\x18\xf0\x84\x48\x65\x1e\x89\x3c\xb1\x53\xc2\x68\xbf\x7f\xdd\x96\xd5\x5a\x45\x3d\xc0\xb3\xe6\xd0\x21\x5f\x2f\xcc\xd1\x45\xa5\x7e\x38\x30\xe9\x85\x70\x99\x8d\x43\x94\xc6\x0c\xe2\x33\xa9\xcc\xd3\x25\xb2\x9c\x82\x3e\x7d\xf7\xe9\x00\xd0\x06\xf7\xd0\x23\xc2\xf9\xb5\x95\x77\xeb\xc2\x80\xb5\x13\x8a\x99\x4e\xe2\x1e\xba\xd7\x7a\xa7\x4f\x7e\x6e\x30\xb3\x40\xeb\x91\xea\x9b\x81\xec\x89\x61\x87\x4f\x79\x33\x57\x34\xf3\x92\xe2\x7f\xaf\x5d\x27\xde\x34\x9e\xda\x8d\xb7\x42\x23\x62\xdc\x5d\x92\x7e\xfe\x9a\x30\x8c\xbd\x78\xbc\xd8\x08\x63\x02\xe7\x76\xfe\x9c\x0a\xd6\xf4\x24\xab\xc7\xc1\xba\xc6\x71\x5e\x6a\x0a\x24\x0d\x07\x46\x9d\x5e\xfe\x72\xb1\xc7\x45\x04\xe7\x40\x0d\xed\x90\x5b\x33\xa3\xc9\x37\xc1\xa6\xbe\x07\x3e\x74\x72\xe0\x22\x3f\x49\x93\x9a\xab\xa9\xbc\x5b\x5d\x86\x30\x18\x66\x7f\xa3\x02\x6d\xcb\x4f\x0a\x0e\x00\x2b\xe1\xbb\xa8\x9e\x32\x1f\xa6\xb2\xc2\x8a\x4b\x8f\x40\xe6\x82\x4d\xda\x47\x81\x62\x77\xdf\x96\x28\x80\x50\xa9\xa8\xe2\x77\x44\xc2\xe1\x91\x47\xb1\xff\x90\xa7\x2b\xc2\x7c\x27\x17\xec\xd9\x12\x76\x6c\xe7\x93\x95\x79\x4e\x26\x86\x3c\xfd\xfc\xff\x10\xf7\x67\xcd\x89\x23\xcf\xf7\x38\xfc\x82\x20\x82\x7d\xbb\xac\x2a\x04\x96\x85\x90\x69\x8c\xb1\xe7\xce\xed\x76\x03\x02\x84\xd8\x84\xd0\xab\x7f\xa2\xf2\x64\x69\xc1\xb8\xa7\xbf\xf3\x7c\xfe\xf1\xbb\x99\x1e\x0b\x2d\xb5\x66\xe5\x7a\x0e\xc7\x55\x76\x14\xc7\x33\xe5\xc9\x31\x4e\xb8\x59\xb8\x2f\x50\x17\x6c\xe4\x2a\xc2\xdc\x55\xa2\xfb\xa4\x5f\xf7\xb4\x98\x2d\x39\x41\x1a\x9d\x87\x2f\xaf\xcc\x1f\xf2\xad\xba\x04\x95\x1b\x29\x58\x93\xea\x3c\xc5\xfb\xe1\x22\x84\x35\xc7\x8b\xd7\x1c\x42\x59\x73\xdc\x38\x83\x6c\x2a\xf5\x90\x1d\xb7\xf9\x71\x27\x41\x48\xf5\xb0\x18\xf5\x4d\x43\x83\xe5\x36\xa1\x03\xea\xcd\xf7\x29\xc1\x14\x40\x41\xde\xc2\xa7\x8c\xef\xd7\x0a\x5e\xe7\x32\x36\x23\xb1\x5c\x59\xa8\x63\xd4\x76\x30\x72\x70\xe6\x55\x30\x6f\x23\xc6\x89\x34\x2b\xbb\x9d\x60\xe9\x98\xc0\xd4\xda\xf7\x60\x02\xad\xdd\xac\x14\x90\x22\xa0\x6c\x95\x72\xc1\x61\x78\xe4\x5a\xe0\xa3\x95\x16\x1c\x32\x8b\x85\xd3\x6e\x3f\xb2\x74\x59\xb6\x46\xb9\x4f\x8a\x19\x7f\xcd\x69\xd6\x1e\x09\xec\xfd\x80\x83\xac\xb7\xcb\x03\xcc\x10\x4d\x27\x07\x8f\xb5\xe5\xfd\x41\x31\x11\xa2\xe8\xd9\x73\x29\xe1\x50\x88\x96\x02\x62\xc9\x9f\xf9\x3a\x07\x86\xdb\xe9\x7c\x8f\x58\x92\x46\x99\x01\xe1\x69\xe2\xd8\x8c\x69\xf8\x79\xe6\x3e\xf0\x3a\x31\x6e\x8b\x6d\x98\xa3\x60\x55\xba\xc1\x06\x5c\x12\xfa\x51\xf2\x5c\xac\x6b\x23\xa4\x93\x92\x05\x1f\xb6\xa1\x98\xe4\xf8\xa6\x2c\x30\x60\xdd\xe7\xf8\xdc\x36\x99\x7a\x6a\xe1\xd2\x12\x63\x0a\xad\x0e\x8f\x6c\xca\xa1\x95\xae\xb5\xcd\x95\xb1\x57\xea\x79\x56\x9e\x89\xfa\x97\x4e\x67\x4e\x8a\x16\x4e\xfc\xf5\x1f\xba\xae\x85\x19\xe4\xd3\x75\x9e\xef\xfb\xe5\x0c\xf6\xa6\x98\xf1\x5f\x82\x0d\x08\x73\x80\xc1\xdd\xe4\x18\x17\xed\x8e\x11\x20\x19\x3d\xfa\x4b\x4c\xcd\x0e\x09\x07\x37\x8c\x0d\x74\xde\x75\xe0\x1d\xb9\xfd\x75\x0e\x03\x20\xd5\x72\x87\x42\xfc\xa8\x86\xf8\x23\xd8\x8d\x6f\x9a\x9d\xb2\x8f\x56\xc9\x79\xa3\x42\x95\x52\x06\x7d\xbd\xa7\x0b\x38\xef\xdb\x86\x1c\x26\x99\x1f\x00\x71\x09\x66\xdc\x23\x38\x25\x7a\x09\x93\xf9\xee\xe0\x8b\xa8\xef\x80\x9c\xa0\xcc\xb4\x24\xc4\x75\x3d\xa4\x72\xdb\xaa\xdc\x53\x3c\xd7\x21\x19\xf0\x48\x42\x4e\x44\xa5\x8c\xca\xc0\x05\xf5\xde\x7b\x17\x88\xd8\x3f\x7b\xdd\x7c\x00\xcf\xeb\x42\x8f\x7d\x82\xff\x4d\x1d\xe4\x0e\x5e\xe2\xcf\xc0\x2f\x7a\x05\x56\x6b\x18\xea\x8d\xae\x42\xcf\x2f\x15\xc4\x42\xe0\x7b\x4e\xda\xf9\xc0\x5c\xa3\x68\x06\x95\xb6\x70\xbd\x26\x15\x0a\xa4\xbf\xb7\xfc\x51\x1a\x65\x35\x01\xd2\x70\xb0\xf0\x39\xb6\x96\xe6\xb3\xb9\xd1\x4d\x23\xd6\x81\x03\x68\x58\xd4\x71\x51\x4c\x59\x05\xfd\x80\xd7\x0e\x3d\x99\x67\x64\x13\xdf\xae\xd8\x5c\x29\x78\xf8\x37\x8b\xd5\x54\xf4\x30\xb5\x9a\x7b\x66\x14\x4e\x5e\x9e\xcb\x8c\x80\x8d\xca\x5d\x3c\xc3\xa0\xc6\x55\x34\xc4\xb3\x25\xbc\x03\xb2\x9d\xf5\x57\x21\x29\x39\x84\xfe\xc6\x55\xbc\x6e\xa7\x40\x8a\x67\xd5\x90\xb2\xbe\x5c\x16\xe0\x21\x2e\xf0\x14\xce\x22\xca\xa0\x52\x1b\xb9\x6e\xf3\x7c\x2b\x03\x24\xb4\xc4\x52\xf1\x00\xf1\x6a\x5e\xcb\x5c\x90\xbe\x5c\x81\x85\x6c\xd2\x63\xae\xc7\x66\x09\x69\x9d\xad\x52\x56\xcd\x5d\x83\xbd\xd0\x5d\xe7\xc9\xff\x50\xa1\x80\x2c\xd6\x4b\x1d\xad\x5a\x2f\x1f\x33\x71\x69\xee\xe3\x52\x84\x33\xbe\x73\x41\x03\xdd\x88\x39\xcc\x2b\x25\x40\x5a\x5f\xb8\xfc\x8e\x31\xcc\x3d\x86\x6b\x9f\xc5\x27\x38\x8b\x4b\x20\x6a\x74\x36\x47\x8b\xd4\x42\x0b\x53\x74\x86\x00\x44\x09\xc2\x34\xa2\x87\xd4\x73\xc5\x2e\xe7\x43\xf7\xed\x15\xb3\x1b\x98\x95\x6c\x62\xf8\x9d\xfa\x98\x8b\xff\x70\x1c\xa4\x89\x02\x14\xd2\x74\x36\xca\xcc\x31\x53\x09\xb9\x7c\xc4\x41\x32\x19\xce\xbb\xce\x79\x9c\x65\xa2\x2e\x24\xa5\x5d\x33\xb6\x3e\x56\xa0\x7b\x2e\x72\x42\x77\x22\xae\x56\x25\x62\x68\xba\x07\x24\xee\x30\x78\xc2\xfe\x79\x69\x22\x43\x4b\xce\x3a\x28\x8a\xf1\x3d\xb8\x1e\x9d\x08\x3c\xa6\x7b\x59\x02\x47\x2c\x81\x92\x18\x80\x12\x45\x47\x20\xe8\xb2\xd6\x64\x5e\x28\x3b\xea\xe5\xc8\x23\xfb\xcf\x70\x51\xfe\x89\x3c\x72\x98\x91\x69\xe1\xe4\x11\x33\xc2\xce\x82\x9a\x71\xe2\x94\xf3\x16\xf2\x3d\xdd\x52\x65\x44\xdf\x61\x30\x81\x60\xe5\x64\x75\x2b\xfa\xbc\x1c\x11\x7d\xef\x94\x16\x4d\x5d\x85\x00\x20\x7d\xdb\x01\xb5\x34\xe8\x97\x68\xab\xa6\x5e\x2d\xe6\xe2\xf4\xc4\x3c\xd0\x3b\xeb\x45\xac\x90\x1e\xea\x2e\xaf\xe3\x94\xbe\x75\x23\x17\x7c\x35\xea\x22\xe8\xb9\xfc\x55\x66\xda\x56\x15\x4a\x46\x33\x73\x5b\x67\x17\x19\x4d\x5d\x6a\x5e\xed\x1b\x33\x2c\xe7\x9d\x51\x9c\x76\x64\xe2\x49\xcc\xf4\x59\x3f\x01\x88\x9e\x07\xe0\x04\x35\x76\xd1\x41\xf6\xd8\x11\x19\xe3\xb5\x36\x22\xd1\xb4\xf2\x55\xb2\x04\x94\xf2\x16\x20\x62\xee\xb2\xf4\x58\xe4\xb9\x6c\xa8\xfd\x85\x13\x63\xd7\xf9\xd4\x6b\xff\x08\xd8\x79\xe3\xd8\x57\x07\x65\xfa\x53\x5b\xeb\x53\xc7\x7a\x20\x97\xcd\xd9\xd6\x73\x0c\x9c\x00\x1a\xcd\x19\xfd\xd5\x05\x22\xfb\x5c\x88\x12\xb5\x36\x90\x01\x3e\xb3\x05\xce\xf3\xcf\x8c\x93\xcf\x13\xf6\xef\x6f\xcf\x74\x60\xd3\x0d\x6c\x50\x1c\xc3\x6b\x69\xf8\xfc\x8a\x6c\xdb\xe4\x1f\x65\x86\x95\x75\x8d\x11\x5d\x93\xfc\xb1\x38\xab\xc0\xf0\x6e\x38\x04\x4d\x5a\x51\x7a\x1f\xd9\xb9\x22\xc1\x76\x1a\x45\x12\x36\x7b\xe0\x1a\xfe\xbd\xa0\xa2\x3a\xc8\x4d\xf3\x8e\xb0\xc7\x8a\x35\x12\x9d\x17\x6a\x31\x46\xb2\xde\x18\x18\x3b\x7d\x14\x85\x1b\x2f\x83\xa4\xdb\x16\x7e\x0a\x08\xa6\x4d\x9d\xfa\x46\xe6\xdf\x40\xd0\x71\x32\x36\xb1\x9f\x5b\xd9\x58\xb2\x75\x98\x9e\x01\x79\x12\x4e\x94\x6e\xc1\x8d\xc4\x9d\x1d\x5a\xb4\x58\x5a\x55\x46\x9e\x23\xf4\x95\xe9\xf5\x94\xff\x31\x81\x56\xe2\x3c\x50\xed\x4e\x7f\x75\xe1\x0c\x67\xc3\x28\x5c\xff\x92\x3f\xa0\x12\x59\x4c\x20\x00\x51\xfc\x67\x8b\xe8\x83\x55\x43\x5e\x7c\x06\x56\xb6\x84\x7a\x5a\x1f\x87\xd0\xb7\xb5\xba\xff\x9c\x12\xef\xfc\xec\xad\xb1\xa9\xfc\x3d\xeb\xde\x54\xc3\x6a\xa1\x92\xd5\xc1\x70\x70\x34\x09\x2e\x15\x17\x55\xeb\x4e\xe9\x97\x59\xb5\x56\xc8\xc6\x44\xc3\x2d\xe4\x3c\x5c\xe2\x31\x71\x41\xd6\x24\x18\xb4\x6c\x31\x9a\x12\x3d\x35\x34\xbb\x59\xef\x66\xda\x8d\x7f\xc0\x94\x8a\xec\xde\xf5\x6b\xde\x2b\x25\xd2\x20\x6c\x02\x2a\xf3\x31\xe2\xc3\x03\x28\x92\x29\xea\x0e\xe6\x87\x63\x77\x4c\x19\x8c\x7b\x79\x32\xe4\xb0\x64\x8e\x8d\x48\xe7\x57\x01\x3c\x49\xf0\x93\x5d\x2e\x38\x93\xe2\x0b\x55\x0b\x34\x24\x1c\x63\xf6\x1e\x8b\x63\x72\xda\x78\x39\x2d\xf8\xe6\xea\x94\xd7\x8f\x2d\x94\xdf\xe7\xdd\x54\x6a\xe7\x3f\x6e\xf3\x6e\x0e\x50\x5c\xc5\xf7\x70\x70\x6b\x54\x7e\x17\x4a\x2c\x90\x9b\xae\xed\xea\x07\x33\x0e\xec\x54\x51\xa3\x25\x07\x3d\x4a\xbe\x47\x78\x2c\xa3\xca\xdd\x0d\x22\x66\x55\x45\xda\x61\x8b\xe9\xba\x56\x1e\x4e\x74\x5b\x58\xdb\xc1\x91\xd2\x33\x07\xc1\x80\x48\x9c\xae\x24\x79\x67\x15\xe4\x3a\xbf\x94\x62\xf2\xad\x0c\xea\x4b\x66\x47\x06\x26\x66\xea\x37\x48\x10\xb6\x76\xdb\xb0\x60\x5d\xe3\x5e\xab\xf0\x59\x8d\x6d\xb9\x62\x64\x4d\x9f\xe1\x33\xf9\x6e\xcf\xdc\x7d\x6e\x5a\xa9\xa7\x9b\xb0\x76\xa0\xca\x39\x2d\x38\x4f\xf5\x43\x96\xd3\x40\x13\xf4\xab\x09\xd0\x11\x2c\x0c\x29\xe1\xfe\x4d\x83\xf4\x2b\x3d\x4a\x17\xb2\xf2\x7f\x4f\xcd\xdf\xed\xbd\xcc\xf9\x06\x5c\xa1\x4e\x83\x2e\xbe\x06\x7c\x71\x68\x17\xc2\x85\x70\x43\x50\x7f\x77\xb4\x72\x9a\x87\x70\xbb\x4b\x76\x71\x2c\x51\x0a\x4b\x25\x89\xce\xd3\x9d\x27\x2a\x07\x00\x9e\xd4\xf9\x89\xc6\x92\x72\x0d\x6a\x16\xb2\x65\xbc\x28\xaf\x28\xef\xcd\x43\x50\x88\xbc\x3a\x54\x8d\xc6\x8c\x97\x1a\x41\x2a\xdd\x7b\xa0\x57\xea\x03\x38\x87\xcd\xef\x99\x16\x8e\x94\x03\xf0\x83\xd2\xda\x26\xbf\x4b\xa7\x14\xd4\x87\xd5\xe9\x69\x39\x07\xe3\x99\xfe\xaf\x7e\xc1\x8f\x96\x6e\xe3\x54\x85\xeb\x3f\xef\xbe\x12\x69\xad\x9f\xb5\x85\x9b\xee\x3e\x11\xc2\x19\xa7\x32\x30\x39\xb4\xb0\xde\xea\x97\x67\xe2\x99\x3c\x9a\xd3\x80\x33\xc4\x23\x18\x0d\x80\x34\x64\xa9\x5d\xd0\x5c\x5d\x9f\x3a\xd4\x96\x2b\xfa\xb7\x23\x7d\xf2\x4c\xba\x28\xe3\x3e\xcb\x2e\x09\x9a\x48\xf6\x40\x68\xb4\x64\x2f\x7c\x97\xcc\xf3\xa5\xec\xd1\x4b\x1c\xd8\x30\xf3\x36\xdd\xfc\xda\xa1\x88\x08\x65\x9c\xff\x08\xd9\xa7\xcf\x8c\x5e\x86\x36\x80\x43\x1e\x1d\x8e\xef\x80\x62\x8c\x30\x90\x9f\xb7\x78\x62\x75\x86\x8e\x1d\x17\x9e\x60\xfa\x81\x09\x7c\x2d\x8a\x50\xfd\xc5\xd3\x12\x8f\xac\xf9\x75\x49\xe1\x91\x4b\x87\x21\x42\xf1\x11\x6a\xd6\xcb\x8a\x9f\xc0\x47\x66\xb5\xc2\x13\x57\x3c\x31\xdd\x9c\xf5\x0a\x0a\xe4\x81\x52\x72\xf6\x32\x60\x2e\x01\x3c\xf4\x4e\x56\x05\x77\xc8\x5d\x17\xd7\xaf\xc7\x1d\xf6\x96\x1d\x88\xa2\xd2\xa1\xb0\x5a\x5d\xb4\x55\x25\x0a\x1f\x11\x9e\x51\xbd\x8d\xaa\xce\xfd\x9f\x2c\xcf\xb0\x03\xba\xa5\x7e\x7e\x21\x4e\xd7\x34\x02\xbd\xdd\x80\x18\x49\x44\x53\x9e\xb0\x3b\x9d\x75\x15\xb6\xdc\x36\x41\x2d\xa7\x0f\x8b\x13\x8b\x6f\xc8\x24\x14\xf0\x35\x4e\x89\xde\xd3\xf2\xad\x4c\x35\x08\xd9\x30\x42\x09\xb1\xbd\xa6\x98\x81\xf8\x5c\xc5\xbc\x1d\x2f\x10\xc7\x6d\x14\xed\xf4\x24\x0a\x87\x8b\x4e\x32\x26\xc3\x32\x74\xe6\x30\x0a\x6b\xe4\x72\xa4\x72\x2a\x1e\xc7\xd2\x16\x68\xc6\xb4\x84\x0f\x3c\x4b\x8b\x2e\x30\x23\x7a\x5c\xe0\x9a\x3c\xb1\xa7\x8c\x20\x82\x0f\x5c\x9e\x8e\x9b\xe7\x2d\xc2\xa9\x9c\x27\x1d\xbb\xec\x11\x57\xbf\xc1\xea\xb0\x97\x0c\x91\x51\xdd\x3d\xc2\x0b\x50\xdb\xb1\x4f\xba\xe2\xe0\xc2\xa9\xc2\x59\x1c\xc1\x10\x99\xc6\x01\xa0\xea\xeb\xa5\x07\xb2\x99\xc9\xad\x62\x35\x00\x8d\x56\xf0\xc9\xa9\x97\xf2\x14\x98\x42\xc2\x3e\x63\x9c\xbc\x0a\xc3\x24\xef\x7f\x93\x1d\xf9\x7b\x81\xd4\xf4\x39\xf2\x90\xee\xaf\x11\x77\x5b\x9c\xf9\x74\xe9\x74\x55\xae\x25\xca\xef\x37\xda\xce\xbd\x35\xa4\x77\x5d\x7e\x65\x98\xa5\xb5\xe0\xe7\xd1\x55\xab\xa7\xca\x69\x31\x50\x4e\x38\x51\x1a\x53\xc4\x70\x6e\x73\x21\x46\x27\x72\x58\x28\xbb\x5d\x94\xab\x2e\x0f\xf6\xf4\x40\xbd\x50\xa1\xbc\x60\x49\xcf\x1e\xd2\xcb\xfa\xb6\xdb\x05\x7e\x26\x08\x41\xb5\x54\x07\xd4\x7f\xd3\xa1\x13\x60\x4d\xa6\x8b\x78\xc7\x9b\x3c\xc4\x22\x9f\x9e\xb1\xad\x5b\xd0\x13\x26\x09\x90\x1d\xff\x78\x3b\x49\x03\x3d\x19\x56\x45\xc5\xdb\xef\xef\x9f\x92\x79\xcc\x0f\xfc\xdb\x8b\x8f\x1b\x98\xac\xf9\xc6\xbb\xa6\xf1\xa6\x87\x2c\x58\xa6\xd9\x38\x10\x4a\xe1\xfd\xe1\xe1\x9b\xd3\x2f\xe7\x87\x69\x4a\x09\x22\x29\x0b\x1b\xac\x93\xf7\xda\x4d\x1b\x6f\xa6\xd9\xa9\xe2\x8d\x2b\x39\x2a\x34\xdd\x74\x05\x1f\xb6\x0f\x83\x0b\x41\xc4\x3e\xec\xc9\x88\x1d\xa5\x7a\xd9\x19\xff\xf3\xa1\xf0\x92\xc6\x4d\xbb\x58\x06\x52\x18\xda\xe6\x7b\x68\x48\xc8\x5d\x3e\x8a\xbb\x4c\xc4\x4e\x2f\x15\x78\xe5\x62\x31\x4e\xcf\x3a\xfb\x76\xb4\xce\x48\xb0\x0b\xfa\xb7\x93\x74\x3d\x73\x3f\x82\x47\xa4\xfc\x76\xed\x5c\x07\x76\x92\xe2\xa8\x1b\x89\x45\x0a\x54\xab\xee\x8d\xb0\x35\x33\x11\x63\x0e\x0e\xb2\xca\x73\x30\xc8\x1f\x21\xde\xad\x8c\xae\x63\x89\x6e\xd4\xe9\xce\x12\x35\x72\x78\x6f\xc6\x13\x72\x7a\xc2\x4b\xb4\xc6\x4b\x34\x8e\x1e\xff\xf5\x76\x82\x22\xd1\xaa\xb7\xd5\x51\xc9\xf6\xfb\xfb\x29\xe8\x62\x1e\xf8\xb7\x17\x5f\xb0\x44\xef\x37\xfe\xde\xc0\x10\x16\x38\xce\xc0\x18\xf0\x32\x37\xc3\xc3\x0b\x2a\xfd\x72\x7e\x98\x1c\xe1\x9d\xfa\x25\xad\x41\x3c\x1c\xb3\x85\x04\x55\x20\x37\xaa\x00\x6d\x2c\xa8\x58\x05\x9f\x52\x6a\x67\x9b\x86\x99\xde\xec\xcf\xf9\x19\x84\x70\x3a\x60\xa9\x31\x78\x0f\x8b\xa1\xd4\xa5\x95\x6f\x9d\xa5\xe5\x4c\x7e\x64\x09\x8c\xe0\xfc\xe7\x4f\xf0\xec\x07\xaa\x6d\xe7\x86\xc1\xea\x49\xc6\x54\xa6\xd4\x76\x45\x27\x8c\x1d\xe3\xb4\x16\x0b\xf4\xcd\xae\x47\x00\xd5\x87\x1f\x41\xab\x62\x56\x90\x3b\x7d\x90\x97\xad\xff\x26\xb0\x2e\xdb\xe7\x6a\x8a\x2b\x5c\x9e\x76\x48\xa6\xf5\x52\xee\x1c\xf3\xe7\x5c\x88\xf7\x66\x48\x20\x59\x5c\x08\x37\x89\x2b\x4e\x76\xb3\x78\x3b\x50\x46\x9d\xd5\xe2\xe8\xfd\x66\x7c\xf3\x8d\xe5\xcd\x37\x0e\xa0\x4a\x90\x7b\xc7\xfc\xf9\x26\xc4\x07\x7f\x83\xb1\x7f\x26\x51\xc5\xc9\x6e\x16\xef\x21\xbe\xd1\x91\x97\x5a\xbf\xfc\x45\x5d\xbf\xdd\x3e\xbc\x5e\xbc\xe8\x1b\x15\x07\x73\xac\x7a\x2a\xfe\x46\xc5\xe1\xa5\xee\x9d\xbe\x51\x71\xf4\xef\x43\x31\xec\xf4\x0b\x73\x40\x66\x30\x9f\x71\x7c\x2e\x9f\x8f\x7c\xa8\x47\x47\x27\x7f\x50\xf7\x64\x04\xa3\x80\x4b\x61\xf5\x71\x48\xa3\xb5\x23\x0d\x64\x29\xbb\x7c\x54\x92\x72\x62\x3f\x97\x5d\xf1\x20\xaa\xf9\x13\xff\x72\xd0\x1a\x66\xc9\x1f\xfc\xda\x55\x1f\x99\x0c\xed\x46\x67\x67\x67\xfb\x1c\x0a\xcb\xdb\x32\x2e\x58\x6d\xdf\xd8\x61\xfa\x18\x3e\xed\x01\xb7\xda\x44\x35\x1b\x70\x91\x3c\xe8\xd0\x43\x84\xe3\xbd\x2d\x17\xed\x06\xec\xb1\x31\xac\xb4\x46\x2b\xfe\xde\x51\xff\x26\x5a\xaf\xc1\xe8\x42\xa8\xc1\x0b\xe9\x7b\x65\x5b\x94\x5e\xc1\xfc\x3c\x3d\x4f\x90\xf4\xe6\x03\x30\x3e\x32\xf8\xdb\xc3\x94\xd9\xc4\x2e\x55\x39\x4e\xcb\xe5\x98\x41\x55\x15\xae\x5f\x43\x2a\xd4\x85\x02\xf1\x2b\xe6\x48\xf1\x2b\x31\x1f\x91\x3f\x38\xea\xcf\x0b\x0f\x98\xcc\xb6\x43\xdb\xdc\x9a\x12\x16\x77\xbb\x0f\xe5\xad\x14\x2a\xea\x07\xdd\x87\xec\x3d\xb3\xfb\x2f\xf0\x37\xc4\x3e\xd5\x26\xb5\x37\xe8\xc3\x8f\xf1\x87\xcf\x50\x11\x5a\xf7\xa1\xbc\x97\xc2\xaa\x58\x67\xe0\x75\xdc\x29\xe8\x84\xcb\x46\x4c\xa8\xdc\x6f\x29\x4d\x45\xa7\x29\x0f\x1d\x58\xe5\xb5\x12\x76\x28\xb3\xd8\xf6\x8a\x29\x14\x2b\x8b\x1b\x57\xaa\xe5\x2b\xaa\x44\x60\x22\xbe\x7d\x1d\xf5\xc9\x1b\xf2\x59\xff\x10\xe5\x9d\x89\xe6\x0e\xa3\x6d\x8e\xe5\x9f\x1d\xfa\x4b\xb0\x2a\x6c\xd8\x5b\xfe\xa8\x2d\x39\x85\x32\xe6\xd9\x0a\x41\xd6\x31\xbd\x1e\x33\x15\x1e\xdc\x7c\xb2\x78\xf6\x98\xa9\x86\xa9\x49\x0e\x1f\xcf\xc9\xe5\x4c\x7c\x81\xe9\x4d\xef\xe2\xf7\x46\x35\x9b\x63\xd4\xac\xf8\x5a\xd1\x5c\x49\x50\x8f\x4f\x4b\x4c\xd8\xc2\x45\x6c\x4b\xae\xc5\x84\x05\xdc\x45\xee\x5c\x31\x79\x55\x85\xb2\x0b\x84\x99\xf9\x01\xd9\xc5\xf6\x76\x4b\xc3\xfb\xbe\xa8\xd1\xc0\x7f\x06\x9d\xec\xba\xde\x36\x01\xd2\x39\xed\xdd\x76\x00\xbd\x7b\x28\x54\x85\xf5\xdb\x64\x90\x95\xcb\x65\x88\x4c\x48\x98\x9a\xc4\x90\x9e\xce\xb6\xf7\x08\x34\x7d\xfc\x43\x94\xc3\x26\x0f\x7b\x65\xdd\xbe\x20\xe7\x6a\xf7\x5d\xe3\x69\xb7\x1a\xb9\xbc\xf1\x35\x2a\x7e\xa8\x5a\x44\x3d\x71\xad\xc1\xa9\x03\xcf\xf6\xbe\xc3\xde\xe5\xb5\x0b\xbb\x64\xc5\xb7\x8b\xf4\xb6\x79\x11\x8b\x0c\x9c\x02\xde\x85\xc5\x73\x82\xb4\x7f\xf5\x4f\x85\xa8\x7e\xc4\xf4\x4c\xb0\x2b\x59\xf6\x40\xf5\x27\x10\xca\xf3\xa5\xda\xa5\x15\x96\xe3\x12\x86\xd3\x86\x2b\xb2\xb6\x88\x57\xde\x79\x83\x56\x57\xf7\x6d\xe4\x3b\x72\x3c\xa9\x45\x6e\xbf\xb8\x9f\x02\x8b\x59\xc1\x09\x66\xc9\x9e\xfd\x07\xaf\x26\x72\x46\x9f\xc4\x7e\x72\x9b\x20\xc1\x98\x9e\xe0\x60\x76\x77\x11\xc9\xe4\x0d\x13\x8c\x28\x46\x44\x70\x39\x24\x38\xdf\xc1\x5b\xfc\x1a\x36\x09\x92\x12\x27\x83\xf8\x76\x16\xd6\x72\x7b\xcc\x10\xcf\xd4\x23\xca\xad\x26\x21\xbd\x85\x33\x57\x91\xab\xe5\x95\x2a\xe3\x5c\x47\x7c\xf9\xa5\x23\x82\xeb\xf4\x3f\x60\x01\x7e\x14\x9e\x3a\x6d\xe1\x4d\xac\x83\xb1\xc9\x35\x24\x1f\x7a\x22\x75\x13\x0f\x40\xca\xa6\xfe\x79\xa2\x2b\x7d\x4b\x7d\x23\x27\x3a\xa8\x77\x77\x2e\x30\xaf\x57\x1b\xc6\x40\xbb\x02\xc0\x81\xc4\x46\x72\x32\xac\x42\x44\xf5\xc1\xb7\xdf\x14\x87\xeb\x27\x0d\x3b\xe3\xe3\x3b\x91\x1a\x2c\x69\x97\x0f\x7b\x87\x9c\x54\x30\x5e\xb8\x15\x72\x7a\x8a\x6e\x2e\xe1\xf9\x69\x81\xbe\x3e\x52\xb7\x28\xde\x0f\xfe\x29\x57\xa5\x50\x95\x7e\x46\x11\xca\xd8\x3d\xab\x47\xfd\x21\x45\x6c\x0c\x62\xc1\xd8\x6b\xfa\xde\x28\x5f\xfd\x7c\x39\x69\x89\xf6\x12\x6b\xed\x41\x09\x51\x95\x64\x61\xbd\xa1\x79\xd3\x2e\x82\x97\xf1\x3a\x2b\xb7\x27\xe6\xba\x0a\x93\x8d\xe7\x96\x46\x8e\x24\x67\x09\x07\x25\xa3\x43\x80\x00\x98\x6a\x3e\xb1\x1e\xf6\x77\x51\x00\x7a\x55\xf6\xa4\x0d\x09\xfc\x82\x61\x11\xb4\x1e\xa4\x6a\x15\xc6\x0f\x0a\xf4\x04\xf4\x9f\x43\x0e\xc1\x16\xa1\x19\x96\x1d\x7e\xc1\x44\x0c\x91\x1f\x60\x3e\x54\xad\xc9\xbb\x9f\x32\xd7\x6f\xce\x9b\x59\x3d\x1c\x9b\x58\xad\x73\xb2\xcc\x62\x7e\x7c\xe2\x7e\xdd\xf9\x2e\x1d\xad\x29\x27\x82\x07\x4e\xeb\xe9\xaa\xcd\x16\x58\xb4\xce\xc3\x15\x28\x30\x43\xde\x69\xdd\x54\x28\xe2\xd2\x7b\xe8\x81\x0b\xe2\x4a\x27\x5f\x45\xdd\x36\x34\xed\xaa\x39\x53\x17\x52\x08\x84\xcd\x41\x2b\x16\x0d\x7a\x38\x5f\xbf\xeb\xe3\x9e\xde\xdc\x50\x8c\x43\x71\xd3\x19\x1c\xa3\xd9\x4b\x69\xf5\x58\x8d\x61\xbd\x63\x8e\x54\x82\xaf\x7a\x37\x04\x31\x1b\xae\x4c\x32\x0c\x2a\xe5\x6a\x4a\x37\xfa\xde\x38\x8d\x72\x9b\xd5\xed\x82\x70\xa4\xc7\xe5\xb5\xcc\x25\x6c\x6a\x93\xf4\x0b\xf6\x4a\x28\x00\x55\xfd\xdf\x9f\xfd\x14\xa3\x8a\xba\x50\x85\xd0\x1b\x4e\x6a\x8c\xf2\x7b\xc8\x33\xd0\xde\xe6\xf3\xa4\x48\xe8\x54\xa0\x19\xbb\x3d\x86\x8d\xe9\x82\x70\x10\xf8\xfa\x5e\x09\xbf\x4e\xcc\x5d\x7f\x56\x43\x91\x4b\x63\xdc\x61\x8c\x70\xa5\x75\xce\x99\x10\x17\xda\x52\x91\x84\xd6\x69\x1f\x17\x03\x92\x20\x9c\x8c\x55\xb6\xc4\xf0\xb7\xf9\xbf\xad\x02\x56\x64\xb5\x02\xd4\xcb\x0a\x2c\xb0\xa1\x36\xc0\x72\x3c\x0c\x79\x15\x1d\x50\xa1\xb7\xe6\x32\xae\x4e\x72\x1e\x4f\x7a\xcf\x73\xe1\x66\x98\x51\xd6\x12\x8c\xa9\xab\x68\x5c\xf8\x66\xfb\xeb\x37\x8d\xda\x4f\xd5\x38\x5f\xbc\x48\xb8\xea\xdd\x7e\xf3\x47\xe1\x66\xad\xf8\x4f\x84\x05\x8f\xa6\xf9\xe6\x34\x58\xa7\xf5\xa7\x40\x2d\x27\xa9\x48\x23\x6c\xad\x48\x13\xe3\xcc\x45\xeb\xe8\xa4\x4a\xa5\xb3\xa1\x6a\x1c\x6b\x4d\x89\x5a\x53\xe4\x5f\x58\x80\xb9\x74\x99\x05\x42\x7f\x64\x0b\x47\x86\x1b\x5e\x90\x54\x51\xa1\xc9\x32\x5f\xe1\xea\xbe\x1b\xc3\x86\x0e\x1d\x3a\xdd\x71\xe4\x38\x0f\x7f\xe3\xde\x33\x21\x07\xf5\xc5\xd6\x99\x08\x31\xc7\xdf\x56\x05\x25\x89\xfb\x0b\xa5\xb1\xb8\x07\x6e\x95\xbe\xeb\xa6\x55\xd3\x5b\x6b\x89\x5a\xe5\xdf\x35\xc5\xfe\x43\x03\x05\x2d\x74\xd3\xac\x0d\x08\xa6\x8e\x68\x16\x45\x37\x49\x05\x03\x43\x9b\xde\x58\x5a\xb8\xa6\xbc\x64\x47\x54\x95\x4f\xbb\x00\xe5\x7b\x47\xdc\x43\xc1\x4e\x47\x3c\x24\xf7\xdf\xb9\x42\x7a\xc8\x86\x0f\x7f\x1f\x69\x76\xde\x9a\xa8\x80\xc4\x9b\xbf\xce\x85\x83\x19\x8c\xe7\x4a\xfe\x67\xeb\xd0\xcf\x14\xad\xee\x05\x7b\x12\x16\xd0\xe7\xe1\x38\x82\x5e\xb1\x61\x83\xb8\x9c\x25\x28\x5d\x99\x35\xcc\xe4\xd8\x7c\xad\xf6\xbb\x49\xb5\x49\x88\x6f\x45\xfd\xec\x6e\xc9\xcf\xf2\x09\x9e\x70\xd4\xce\x46\x17\x22\xaa\x3f\xc0\x21\xe4\xed\x78\xea\x54\x61\x02\xcf\xf8\xf7\xed\x10\xc1\x7e\xdb\x23\x39\xe5\xed\x44\x55\x9a\x06\x60\x8c\x2b\xf1\xb6\x3d\xf7\xce\x06\x17\x9e\xcf\xc5\x4b\xb7\xbf\xf3\x66\x04\x64\x2f\x41\x25\x8c\x37\xc8\xd5\x07\x08\xe6\x58\xe1\x94\x05\xbb\xd1\x50\x88\x8d\x6c\xa2\x04\xae\xf9\x0f\xb2\x69\xce\x3b\xa4\xd9\x06\x98\x02\x2f\x81\x8c\x02\xec\xb6\xb3\xed\xa1\xb4\x83\xf1\x75\x72\xbf\x3a\x42\xf9\x83\x23\x68\xc1\xe7\x0b\x24\x07\xcc\x6b\xdc\xbc\x2a\xfe\x7d\x33\x7f\x5f\x7b\x6e\xfa\xbb\x23\x54\xad\x5f\xdf\x62\x61\xf4\x50\xb2\xfc\xd2\xc4\xfb\x3f\x22\x1a\x2c\xf5\xeb\x82\x41\xa3\x07\x74\x07\xea\xb9\x17\x50\xa6\xa9\xee\x1b\x81\xb6\xda\x8d\xdf\x5f\x04\xc9\x4c\x88\xb7\x2a\x44\xc8\x3b\xe8\x89\x6a\xd1\xb8\xe0\x49\xd5\x77\x4d\x75\x43\x2e\x11\x3b\xe9\xa8\x01\xea\xc7\x0a\xc3\xf0\xd6\xa2\xb9\xb4\x9e\x3a\xec\xf6\xc9\x0b\x35\xfd\xa2\x66\x37\xff\xfa\x56\xf7\xab\x27\xdc\x13\x2a\xe9\x57\xbb\x1c\xca\x59\xe1\xf5\x6b\x7e\x7d\x87\x5e\x3f\x7c\x6d\x62\xc9\xbc\xe3\x20\xa3\xa8\xe1\x1c\x9f\x56\x27\xd5\xe4\x95\x43\xc5\xec\xae\x97\xfe\x98\x93\x97\x1d\x59\xe7\x7e\x52\xc9\xe3\x94\x2c\xb3\x79\x07\xeb\xf2\xa4\xda\xfc\x06\x7a\xbd\x3b\x4d\x7f\x34\x6d\x74\xc5\x5b\x4f\x4f\xf4\x0f\xbb\xde\xbd\x1d\x2e\x7d\x6e\x03\x92\xd8\x57\xbc\xab\x67\x2b\xe4\x52\xbd\xd0\x89\xf5\x41\xb4\x03\xa0\xcf\xc9\x8d\x83\x3e\x66\x7e\x01\xd0\xdf\x3c\xb6\xe6\xc7\x00\x6a\x43\xec\xb3\x3f\xc3\x86\x93\xa6\x24\x43\x97\x3f\xa1\xc4\xd8\x4d\x62\x2e\x5e\x41\xa8\x19\x9e\x3a\x08\x97\x1e\x46\xf3\xd0\x2b\x00\xaf\x62\x8c\xdf\x12\x4e\xb7\xcc\xc7\x96\xeb\xfc\xdb\x29\x82\xc0\xab\x20\x76\x68\x65\xe0\x53\xa1\x3c\xa3\x95\x93\xcd\x0f\xbd\x24\xfa\x66\x43\x1c\xb0\xa6\xa7\x47\xfc\xeb\xb5\x7a\xec\x34\xdc\x63\x4f\x00\x71\xb7\x21\x2b\x90\x74\x93\x6e\x9d\xaa\xe8\xec\x0d\x15\xce\x58\x61\x30\xfc\xda\x9b\xc1\x4b\x0f\x38\xb7\x57\xe4\xbf\xec\xfb\x20\xea\x86\xc2\xd2\x84\x4f\xb1\x54\x87\xf0\x23\x50\x01\x15\xf7\x23\x50\x9e\xbb\xfb\x5e\xa1\x9f\xde\x35\xd7\xb7\x0c\xd0\x95\xa1\xa6\x07\xcb\xfe\x1e\x2b\xe3\xb3\x53\xbf\xd7\x11\xa7\x07\x8d\xbe\x8e\xde\xbc\x37\x02\x28\x44\x7e\x3d\xdb\xff\xc3\x46\x4e\xb2\x03\xf9\xc9\x6d\xb2\x82\x08\xb0\x16\x54\x5c\x79\x42\x1d\xe4\x25\xf0\x58\xee\xe4\x40\x12\xd3\x72\xe6\x0f\xf8\x03\x93\xc0\xbb\x95\xc8\x19\x26\xbe\x75\xc8\xa3\x99\x33\xb6\x98\x0f\xaf\x56\x2f\xe6\xdc\x48\x7c\x9e\x9f\x25\x7d\xf7\xb8\xa1\x64\x3e\xd5\x91\x4b\x26\x82\xce\xdd\xb1\x2d\xb9\x05\x79\x7f\xfe\xe7\x56\xe0\xaf\xb8\x8a\xd5\x08\xfc\x00\x39\xda\x5c\x50\xc7\xbf\xd2\x6e\xd1\x83\x6e\x76\x38\x1f\xbd\x60\x31\x75\x16\x94\x72\xa3\x00\x80\xf8\xb1\x44\x7e\x86\x5d\x74\x8f\x9b\x54\xa9\x15\xa1\x8f\xba\xab\x53\x31\x74\xf7\x27\xdd\x49\x7c\x91\x70\xec\x4e\x54\x0d\x38\x48\xbb\x37\x71\x44\x92\xdd\xe4\x3d\x77\xba\x37\x3e\x79\xba\x08\x48\x71\xa7\x8d\xb2\xac\x35\xf3\xca\x10\x37\x06\x97\xf6\x5d\x58\x2c\x42\xae\xdd\xaa\x91\xeb\x82\xa6\xc8\xd9\x0e\x67\x54\xad\x4c\x22\xfa\x57\x21\x1d\xca\x6e\x82\x06\xed\x06\xaa\x81\xea\x13\x87\xcf\xee\x97\xb9\xd5\x13\xda\xde\x58\x54\xe7\x7c\x90\x71\xa7\xff\x25\xb0\x30\xd1\xda\xfa\x19\x35\xbe\xd3\x88\xfe\x35\xd5\x8f\x5d\xca\x92\x73\xd3\x74\x4f\xc8\x95\xdd\x3c\xe7\x22\xa8\x81\xde\x6d\xb2\x04\x23\x2a\x57\xf9\x4c\xcc\xb6\x51\x2d\x75\xd9\xd2\x36\x59\xc8\x08\x0b\xfa\xe6\x1e\x92\x87\x57\xdc\xf3\xb6\x21\x2a\x6d\x3b\x96\xff\xf2\xb5\x73\x6f\x9c\xed\x0d\x4c\xe7\x42\x5a\x66\x5f\x08\xbb\x82\xcd\x77\xb3\xa9\x48\x9d\xb5\x6a\x50\xc0\xea\x68\xcd\x5b\x27\xa4\x4f\x03\xe1\x60\xaf\x8e\x80\x9b\x24\xaf\xb6\xf2\xfb\x35\xb2\x84\x2d\x71\x39\xe9\x6d\xf5\xb0\x97\x31\xea\x75\x81\x05\xc8\xae\x25\x6c\x4e\x24\xab\x27\xb8\xf4\x71\xd9\xc3\x89\x43\x15\xec\xfa\x11\xab\xa7\x40\x14\x22\x66\x25\x0e\xf1\x9b\xbc\x74\xbf\x8b\xfc\xca\xab\xec\x2e\x21\x5a\x3a\xa8\x20\x98\x9c\xc0\x0b\xe1\xee\xb9\x4e\xc4\x24\x4a\x95\xa8\x2c\x68\x39\x80\x28\x58\x22\x30\x61\x7e\x0d\xe4\x62\x50\x9e\x09\xf5\x0c\x95\x20\xe4\xdd\xb3\x2a\x21\xca\x85\xa9\x25\x9f\x38\x2d\xf9\x97\x34\xa9\xee\x35\x8b\xb8\x50\x6a\x3c\xff\x64\x5e\x7f\x17\xcf\x02\xac\x1a\x6c\xe9\x2d\x40\x10\x38\xdf\xf0\x13\xdb\xbd\x43\x55\x82\xbb\x9c\x0a\x34\x43\x82\xe2\x12\xce\xf9\x49\x78\x41\xcf\xf6\x7b\x87\x6b\x64\x1e\x91\x8d\xb2\xdc\xb9\x85\x12\x84\x5e\x63\xc4\xe0\x1d\x13\x61\xd9\x67\xf8\x9c\x66\x2d\x8e\xd8\xe9\x0e\xfa\x5b\x24\xf4\xc5\xf5\x21\x22\xcf\xd8\x73\xf3\x1e\xd3\x24\x24\xfe\x03\xc2\xa7\x3d\x8e\x8c\xd3\x6a\x84\xc2\xa5\x77\xe9\x43\x4d\x0b\x1f\x0f\xe4\xf2\x76\x96\x08\x0c\x2f\xed\xcc\xa4\x4e\xaa\x96\xec\xce\xca\x43\x33\x7a\x15\xd2\x05\x48\x97\x1e\x2e\x65\xbc\xcf\x0f\xb6\x98\x12\xb5\x06\xf2\xe5\x63\xea\xe8\xdb\xa1\x8e\xd6\x34\x82\x07\x86\x72\xa2\x20\x14\x27\xd3\x27\xd8\x08\x05\xe8\x11\xc7\x70\x28\x82\x33\xe6\x24\xcf\x8d\xfe\x9d\x9b\x18\x4b\xb6\x7d\x1c\x67\xcd\x5d\xbc\xc0\x1f\x74\xc2\x84\xb8\x15\xac\xbc\xe9\x16\xdc\xcf\x1e\xaf\x66\x9a\x19\x15\x0f\x21\x60\xda\xdf\x34\x05\x65\x16\x4c\xe7\x78\x86\x87\xa4\xf0\x2b\x0d\x2e\x5f\xbf\x0f\x7e\x32\x65\x6a\xcd\xfb\x3f\xab\x5e\x7f\x97\xfc\xc7\xd6\x5b\x11\x14\x94\x45\x97\x1d\xba\xd8\xa1\x4e\xcc\xe4\x44\xc8\xbe\x51\xbf\xe3\x03\xd7\xdc\x81\x47\x8c\x10\x0b\x29\xb0\x70\x06\xb2\xff\x56\x46\xbc\x78\xf9\x17\x8f\xaa\x3f\xd5\xb2\xef\xa3\x86\x7f\x76\xc4\x6a\x4e\x9f\x58\xc9\x46\x69\x9c\x8d\x62\xa0\x4a\xb4\xcc\xde\x76\x38\x3c\xd3\x5d\x1e\x55\x78\xa4\x2e\x2a\x67\xe4\xcc\xf4\xa2\x7e\xa6\xda\xac\xfe\x12\xda\x46\xde\x9b\xd0\x04\xd2\xd0\x24\x39\xab\x34\x75\x77\x58\x50\xc8\xf8\x86\xd3\x32\xe3\x3c\x1c\x12\xcc\xa9\x6a\xf4\x17\xf6\xbf\xb6\xd8\xd5\x7b\x6d\x5b\xfd\xbb\xa6\x7a\xa4\x8d\x01\x9b\x4f\x96\xf3\x85\x6c\x8c\x9f\x39\x4c\x49\x50\x2e\x94\x65\x18\xd0\xc9\x1a\xab\x05\xc3\x5e\xee\x7a\x9c\xdc\x54\x0c\x34\x2c\x13\x8a\xea\xb4\xc1\xaa\xb0\x88\xbe\xb2\xfe\xaf\xda\xa3\xf2\x9b\x50\xc9\x00\x0e\x69\x80\xe0\xd8\xf5\x95\x5b\x3e\x53\x62\x3a\xa5\x18\xa1\x69\x35\xa8\x75\x6e\x09\xae\xb5\xf4\xa6\xb3\x6c\xe5\xe7\x29\x54\xf0\xe4\x7d\x96\xaa\xec\xd7\xab\xe0\x7f\x3a\x52\xab\x70\x54\x83\x70\xc2\x03\x73\x0a\x0e\xbc\xbe\x96\xdf\x09\x2c\x87\x58\xb5\xd8\xf3\xd4\x5e\xb9\x06\x29\x4a\x51\x9d\x22\xad\x66\xd4\x07\x4c\xba\x93\xc2\x3d\x3b\xd9\x2b\x2e\x94\xf5\x81\x81\x52\x00\x88\xd2\x95\xa8\x5a\xec\xa9\x66\xe2\x96\x3f\x85\xd8\xaa\x98\x1b\xc0\xf5\xdd\xb1\x6c\x27\x6e\xf9\x5d\x9f\xe4\x07\x72\xcd\x4c\x42\x68\x01\x55\x12\xdd\x5d\xb9\x0c\x8b\x7e\xe4\x27\x64\x5f\xd7\x8f\x05\xa4\x86\x26\xdf\xed\x7f\xb9\x9b\xec\xe7\x55\x1d\x5b\xbc\x47\xdd\x71\x90\x1e\xef\x74\xd1\xb9\xe9\xb6\x54\x9c\xc2\x46\xb3\x88\xf8\xd0\x59\x31\xcc\x7e\xc6\x58\x0e\x62\xa8\xaf\x95\xca\x75\x84\x3a\xcd\xab\xa6\xc7\x47\xb6\xbd\x09\xef\x9e\x4a\x89\x39\xd4\xb1\x0a\x69\xa7\xcf\x3a\x37\xa2\xfc\xea\x23\xc2\x1c\x23\x35\x1c\x2a\xfb\x85\x2f\x36\x0e\x48\xcf\xad\x1f\xf2\x12\x57\x4b\x79\x57\xd8\x91\x3c\x83\xe7\xe5\x73\xb9\x43\xcd\x72\xdc\x85\x83\xa7\xd5\xcc\x9d\x56\x1d\xb5\x20\xfd\xfd\x91\x92\xf5\xec\x58\x11\x2e\x2d\x8f\xd8\x23\xb8\xbc\x37\x74\x4e\x58\x3f\xa9\xa5\xa6\xa2\xd3\x0c\x4f\x13\xc4\xd9\x9b\x30\xef\xa0\xb6\x12\xd8\x0a\xdb\xd2\xb8\x28\xe1\x16\x07\x78\x79\x5a\x38\x1d\x8b\xf2\x39\x62\x1c\x47\x84\x61\xbc\x4e\x89\x29\x21\xc9\x1b\xe1\xd5\x28\x36\x62\x7e\x7d\xd3\x2b\x87\x72\x5b\xb8\x3d\xeb\x83\x43\x81\x97\x65\x7f\x73\xe0\xc3\xf9\xc0\x2e\xd6\x4a\x7b\x98\x1f\xc4\x35\x8d\x7f\x22\x77\xa6\x27\x7b\x87\xa2\xac\x89\xfa\x28\x0f\x45\x7f\x6e\xbe\xbb\x43\x36\x78\x83\xcb\x30\xd0\x52\x9a\x19\x2d\xa8\xf6\xb9\xa7\xb7\x84\x08\x1b\x14\xb5\x94\xd9\x8e\x92\x05\xdf\x09\x6b\xa1\x82\x85\x12\xa2\xf8\x3d\x55\x90\xcc\x29\xb1\xbd\xa0\xba\xf0\xc4\xd4\x2e\x98\x49\xe1\xd6\x83\x6c\xa6\x6d\xaa\x86\x23\x5e\xe0\xfc\x7c\x3f\x34\x0f\x12\xa0\x0d\x3b\xd9\x45\xad\xd0\x64\xc7\x4b\x98\x53\x50\xa6\xf1\x6e\x08\x07\x41\xa6\xc9\x2c\x71\x8c\xc0\xf2\x29\x65\x2c\x8d\x64\xe8\x1c\x4c\x99\x11\x31\x7a\x91\xec\xe4\x20\x4c\xdc\xec\xe7\x15\xa9\x21\x73\x4f\x53\x01\x1c\x71\x50\x53\xce\xac\x7a\x5c\x90\x17\x0a\xe7\x79\x2c\xf7\x9c\xd1\x3d\x4c\xe9\xfb\xb4\x48\xbd\x80\x40\x64\x9e\x40\x8a\xdb\x57\xfc\x3b\x87\x99\x12\xaf\xf9\x2a\x3c\x42\x2b\x79\x00\xa2\x14\x31\x6c\x0f\x39\x6c\x2e\xd6\xb4\x67\x5f\xf5\xa1\x38\xa4\x88\x94\x95\x52\xbc\xa2\x41\xc3\xc3\x51\xfa\x72\x17\x92\xae\x3d\x3f\x60\xfc\xa7\x8b\x0b\x17\xd1\x1e\x8a\x9a\xdf\x8e\xf2\x88\xdc\x0e\xfc\xbd\xeb\xf5\xf0\x3b\xa9\x33\xa4\x08\x03\xc9\x42\xf2\x3f\x3d\xe6\xc3\x52\xc6\xe2\xcd\x47\x8b\x6c\xbd\x47\xb0\x07\xee\x19\xc4\x13\xc2\x48\xc9\xf4\xd4\x74\x9e\x2e\x90\x2c\xdb\x0e\x6b\xd4\x81\xa4\xc8\x77\x08\x52\x07\x37\x1f\xf9\xdd\xad\xfa\xfa\x08\x41\xb9\xa3\x69\x0b\xdf\xe8\x9c\xdb\xe4\x40\x40\x3f\x7d\x19\x21\xe5\xc1\xa9\x3f\x96\xa7\x64\x68\x9a\x4f\x23\x82\x70\xf4\xc7\x05\x43\xab\x55\x49\xab\x99\x19\xc1\xdd\x29\xc1\xe6\x12\x17\xb2\xb9\x4c\xa8\x60\x18\x23\x06\xb0\x86\xc1\x78\x4f\x04\x63\xe8\x86\x4c\x08\xfa\xe2\xe5\x88\x94\x6e\xba\xce\x79\x3b\x3d\x90\x41\x4d\x72\xe9\xc0\xec\x23\x99\x9e\x99\xca\x82\x83\x27\xcc\x1e\x55\xf9\xc8\x16\x5f\xc0\xc1\xf1\xf6\x45\x61\x32\x3a\xc8\x4a\x26\x8f\xf1\x9b\x10\x1f\xb4\xbd\x55\xdc\xbf\x31\x12\x22\xbc\xd9\x3b\x2e\x1f\x69\x92\x96\x27\x58\x55\xfa\x33\x35\x8e\x3f\x33\x3d\x0e\xdd\x69\xc3\x94\x88\xf5\xba\x1f\x98\xc1\x5f\xd5\x73\x81\xb9\x0c\xb6\x76\xbb\xa5\x0a\x52\x55\x91\xf5\xc3\x63\x61\x9c\x69\x7c\x93\x9a\xcc\xa7\xa4\xd7\xee\xb9\x4f\xb8\x84\xa8\xbb\xb1\x28\x96\xdc\x51\x66\x12\x40\xaa\x83\x94\x0c\x08\xdf\xad\x8c\x0e\x1c\x9f\xea\x66\x3c\x5e\x7a\xf4\xf6\x15\x8a\x92\x70\xd2\x6f\xbc\x47\xec\x7c\xb9\xbc\xab\xc1\x6e\xd7\x90\x00\xbd\x1d\xa3\x9d\x96\x68\x14\x02\xd5\x0e\x21\xd3\x68\x4e\x17\x32\xce\x49\xdf\x77\xa1\x3a\x32\xe0\x0b\x55\xa4\x95\xbd\xc5\x9c\x09\xd3\xed\x8d\x32\xff\x42\xaf\x37\x4a\xdf\x7a\x87\x3d\xcc\xbb\xbe\x17\x7e\xa6\x49\xaf\x31\x92\x3e\x5a\xd2\x8f\xb5\x2a\x67\x31\x12\x11\x37\x8a\xd6\xcc\x0f\x6a\x3f\x4d\xd6\x7b\x83\x1b\x63\xb4\x66\x2e\xe6\x55\x27\x59\x81\x3c\x7f\x2b\x31\x21\x56\xf3\x60\xec\xb5\xd6\x3e\xe3\x01\x22\xa0\x11\x24\x41\xb8\x6b\x3e\x01\xda\xa1\x93\x42\x90\x5b\x3e\x6b\x40\xe7\x05\x89\x87\xb7\x4d\x13\xee\x4e\x53\x0f\x0a\x2d\xb7\x0a\xef\xf7\xf2\x3a\xce\x8a\x5f\xb8\x6a\x72\x1e\x00\xc3\x9f\xd6\x62\x85\x29\xc9\x9a\x7c\x24\x6a\xfd\x8a\xdc\x2b\x25\x3e\x22\x63\xb8\x5d\x89\x4d\x83\x61\x3f\x5d\x21\x9e\x7a\x6e\xb6\xab\xf6\x75\x12\xa0\x86\x94\xe8\x50\x87\xe7\x60\x5f\xe1\xfb\xd9\x49\x61\x19\x24\xb3\x0a\x53\xd5\x3c\xfd\x51\x95\xf1\xdb\x85\x65\xd0\x51\x3e\xc7\x54\xd7\x2d\x38\xac\x6b\x78\xcf\x8c\xdf\x37\x8d\x3c\xca\x30\x01\x1f\xc9\xd4\x9f\x13\x44\x7a\x02\xdf\xc4\xbf\x30\x24\xa9\x03\xd9\xbb\x5e\xb5\x5d\xe8\x49\x0c\x21\xee\x5c\x90\xe7\x98\xf5\x84\xc3\x75\xf5\x0a\xd0\x34\x7a\xdf\x2c\xff\x26\xfd\x3e\xa4\x53\x91\x5d\x96\x95\xff\xb2\x07\x84\x77\x45\xe6\xff\xe4\xc0\xec\xd1\x8b\x23\x34\x80\xe5\x81\xe0\xbe\x7d\xab\x72\x1c\xfe\xdd\xe2\xf2\xd5\x1a\x2c\x8a\x44\x6a\x44\x82\x6b\xc7\x29\xf8\xa6\xc0\x9b\xa1\x2b\x0e\x1b\x78\x21\xeb\xc8\x40\x4d\xc9\xfb\xf6\xd8\x39\x5e\x88\xb8\xf2\xbc\x8a\x54\x05\xe7\x02\x62\xd2\xee\x02\x60\x41\x5b\x4a\xb1\x52\x27\xa8\x84\x35\x4e\x98\x45\x8a\x28\x01\xd4\x40\x67\x72\x36\x6b\x80\xca\xed\x01\x9e\x39\x6b\x3f\xdf\x1b\x98\x4a\x24\xcd\x5e\xd6\xc2\xdd\x63\x81\xab\xa5\xe9\x71\x8d\x0f\x12\x69\x9f\xa9\xd6\xfc\x6e\x7c\x5b\xa8\x6a\x13\xe9\xa7\xc9\x03\xc8\x9f\x2e\x1b\xd8\xf0\xa4\xbf\xae\xfe\x71\xc0\x23\x79\x62\xfd\xf2\xda\x2d\x2c\x99\x2f\x8c\x5c\x2c\x5e\xce\xc8\xab\xa4\xf5\x67\x0b\x0b\x59\xa4\xce\x91\x18\x86\x81\xd3\x86\x36\xb9\xeb\x25\xd7\x92\x13\xb6\xff\x7a\x50\x76\xc5\x58\xa5\x42\xc6\xd9\x91\x8e\xc2\x3a\xfd\x01\x48\x03\xaf\x7b\xcc\xd4\x64\x01\x32\xbd\x61\xaf\xa4\xdf\xe1\xfc\x3e\x61\x64\x88\x66\x69\x28\x2e\x4c\xd1\x7e\xa6\x0a\x57\x31\xf3\x31\x7f\xee\x1a\xff\x4e\x42\x10\xab\xe6\x19\xf6\xf7\xcc\xed\x18\x1c\x8b\x5a\x8c\xa9\x08\xeb\x92\x5f\xe6\x23\xf9\x97\x8a\xb0\x7a\x8b\xf4\x8f\x8e\x32\x19\x5a\x7d\x04\x5a\x76\x47\x06\x1c\xb0\x44\xff\x49\xcb\xd6\xb9\x6e\xe7\x40\x9f\xd0\xd6\x88\x6a\xd4\x41\x49\xf6\x3b\x5c\x12\xec\xd5\xc4\x07\x71\xbc\xcd\x9e\x6f\xea\x2c\x64\x65\x7a\x69\x08\xa2\x4e\x03\x13\xc6\x09\x18\x07\x2a\x02\x52\x0d\x05\xe2\x29\x73\x37\xe8\x53\x8a\x6f\x58\x10\x77\x76\x4f\x22\xf5\xcc\x35\xb6\x42\x82\x82\x4b\xaf\x78\xf3\x8d\xc0\xa8\xe5\x50\xeb\x9d\xdb\xdf\x0c\x2c\xfd\x50\xa8\xce\xa0\x1e\x70\xfe\x8e\x27\xc6\xbf\xcb\x5d\x29\x66\xa3\xdb\xe4\xb4\x13\xf1\x28\x3b\x3f\x99\x6d\x33\x4f\xc8\x76\x38\x32\xdd\xc7\x51\x0a\xf5\xcb\x00\xed\x34\x77\x1e\x0a\xde\x2d\xad\xc6\xb4\x76\xc8\x6f\x68\x17\xae\x76\xf8\x6a\x77\xe7\x65\x7e\x45\x3b\x91\x3d\xbe\x5e\xda\x79\x54\x23\xbb\x90\x35\xf2\x44\xaa\x83\x04\x5a\xc7\x22\xf4\xc8\x04\x3f\x52\x3d\x63\x43\x2e\x43\xc6\x55\x08\x73\x2f\x52\x89\xf4\xf9\xfa\x3a\xf4\x72\xb4\x20\x1b\xbe\xba\x0d\x0d\xa2\x19\x0a\x7e\x02\xbe\xae\xd5\xe7\x4f\x03\x3f\x7c\x92\x21\x5f\xde\x87\x1e\xbb\x94\x90\x11\x73\xe0\xeb\xc7\xdc\xed\xce\x49\x9e\xf8\x72\xd5\xf0\x32\x58\xc2\xd9\x48\x43\xb9\x70\x0e\x09\x8b\x54\x5c\xa9\xe5\x3d\x19\xf1\xdd\x97\xd0\x63\x74\x26\xc2\x5a\x96\xb1\x69\x0b\xb0\x4b\x05\x15\x6d\xa9\x8e\x0c\x19\xd3\xf4\x9a\x7e\xd4\x11\x0d\xf9\xa3\xfc\x29\x9a\x72\xb4\x39\xe4\x88\x98\x00\x62\x37\x03\x5b\xe1\xd5\x86\xa0\x60\x62\xac\xd4\x33\x74\x38\x1a\x17\xd2\x9e\x27\x51\xaf\xd6\xf8\x95\x52\x4d\x65\x7d\xc5\xf6\x6c\x88\x24\x11\x37\xaa\xd1\x81\x8e\xfc\xd6\xe6\x6a\xcc\x2a\x71\x6b\x45\xf5\x01\x0d\xca\xa9\xfb\x71\x31\x49\x6b\x74\xee\x1e\x50\x10\x7e\x2a\xbc\xc1\x02\xc6\xad\xd3\x5d\x8d\x19\x76\xae\x87\xb2\xc3\x48\x9e\x6b\x7c\xf2\xb2\x23\x72\x6f\x6b\xbd\x0a\xfc\x88\x8a\x6f\x8e\x0f\x58\xd9\xdc\x1b\x7a\x69\x56\x43\xed\xee\xc7\xba\x4f\xd6\x18\x86\xff\xe4\xb8\x55\xe9\x5d\x13\xf2\xd0\x52\x02\xd7\x6a\xcc\x3d\x0f\x79\xb5\x1d\xc9\x23\xf2\xab\x92\x73\x80\x93\x77\x60\x92\xd8\xc6\x27\x26\x36\x92\x46\x72\x21\x47\xc7\xfa\xe8\x4e\xdc\xc6\xc9\xb8\x65\xec\x96\x6a\x21\x62\x99\x82\xce\x04\x91\x19\xed\x54\xb9\x66\xb7\x65\xb3\x6a\xdc\x95\xa4\x9e\xcb\x98\x65\x9c\x99\xa7\x18\x20\xc7\xee\x2a\x65\x61\xf3\x84\x75\x52\x7a\x35\x50\x69\xfb\x33\xd9\xde\xf4\xc8\xfa\x4c\x63\xca\x2c\xec\x8e\xe0\xf7\x9e\x16\x54\xde\x4d\x38\xe9\x26\x87\x6d\x31\x2e\xec\x96\x7f\xff\xa8\x43\xee\x1c\x4f\x1b\x80\x5a\xfb\x83\xd7\x03\xf5\xf8\xfe\x9e\x77\x49\x6f\xcc\x63\x50\x31\x1c\x34\xd3\xf2\x54\x0c\x63\xb9\x38\x38\x99\x8f\x4b\xfd\x08\x92\xc7\x6f\x96\x22\xde\x4a\x20\xb1\xe5\x7d\x9f\x88\x48\xa7\xba\x0b\xcd\x03\x9d\x46\xbf\x7b\x95\xe1\x8d\x14\xd8\x90\x3f\x49\x35\xa4\xf9\x29\x13\x04\x71\x27\xc3\x90\xdf\x29\x61\x81\x01\xe7\x13\x38\x19\x51\x15\x61\x32\x10\x81\x6f\x1b\xa8\xa1\x0c\x75\xc3\x06\x44\xe0\x31\xac\xc9\x1e\xdb\x27\xf9\x6d\xfe\x60\x13\xdd\x7c\xb4\xd4\x22\xfe\xd1\x2b\xdb\x44\x09\x41\x65\xc5\x57\xe0\xa4\xe7\xca\x8a\x6b\x01\x1d\x7c\x25\x8a\x87\x07\x0a\xd5\x96\xce\xb1\x04\x53\xf7\x0a\xf0\x4f\xaf\xb1\x46\x72\x4c\x94\x90\xa1\x06\x82\xf9\xa7\xed\xfc\x8b\xeb\xb4\xdd\x1d\xd1\x38\x81\xff\xec\x30\xac\x98\x7a\x07\xb4\xef\xf3\xc0\xcb\x19\xc8\x1c\x5d\xc0\xce\xc2\x2a\xec\x71\xa9\xf2\xae\x2e\x39\x77\xd7\x16\x7d\x82\xee\xb5\x5a\x03\x88\x08\x28\x0a\xdd\xbd\x99\x8b\xd6\x1a\x78\x69\xdd\x16\x13\x47\x11\x34\xd5\x8c\x18\xfd\xc1\x15\x50\xbc\x3f\xbf\x99\x08\xe5\xe1\x7f\x20\x71\x6c\x0a\x13\x91\xe2\xe3\x8f\xff\x20\x02\xec\x82\x08\x38\x4a\xf1\x54\xa0\xce\x77\xcc\x66\xb6\x88\x5d\xc9\x82\x58\x74\xc4\xd3\xb4\xbc\xb0\xc4\x56\xf6\x68\x50\xd6\x52\xdc\x91\x2d\x40\x64\xf1\x65\x65\x9b\x2d\x86\x85\x14\x7d\x02\xa9\xf0\x89\x0d\x4f\x80\x28\xb1\x25\x5b\x4b\xd2\x05\x9a\x0c\x61\x73\x84\x6b\x7d\x76\xc2\xbf\xf6\xee\x8c\x05\x8e\xf1\x6e\xc0\xf7\x14\xd9\x86\xd9\x3c\x5f\x8b\x3e\xd9\x30\x4c\x0c\xd0\x03\xec\x6e\x0d\xb3\x99\xd4\xa1\x64\x9e\x41\x00\x3e\x8d\x20\x33\xdd\x7a\x55\x51\xa4\xbf\xa2\x8c\x79\x6f\x51\xe1\xb8\xe7\x13\x0a\x9a\x7a\x58\x81\x21\xf7\x3d\x04\x87\xac\x51\xa1\xbc\x90\x6c\xfc\xe7\x47\x7d\xf6\xbf\xfb\xfc\xf4\xd6\x40\x0a\xad\x65\xbb\xd5\xff\x32\x18\xaf\xb7\x63\x41\x4c\xf6\x0d\xf9\x5f\xc6\x62\x57\x75\x09\x87\x06\x83\xb1\xa9\xba\xd9\x68\xfc\xf5\x40\x0c\x09\x2e\x58\xf7\xa6\xf3\x57\xbd\xfd\xf1\x52\x3e\xf6\xc5\x7b\x85\x5a\x30\xf9\xd2\x43\x5b\xec\xe5\xcf\xc5\x59\xcb\x95\x83\x7c\x2f\x7b\xc2\xa6\x14\xc3\x81\xa8\x54\xed\x82\x82\xc3\xc4\x44\xee\x15\xe0\xad\x89\x8c\x59\x03\x32\xba\x4e\xd8\x29\x30\x86\x3d\xc0\x59\xc2\x39\xd5\xf4\x18\x79\x4b\x2a\x08\x09\xf1\x6d\x62\xd2\xe9\xf4\x8b\xba\x8b\x27\xbc\xa8\x7f\x20\xbb\x60\x42\x10\x3b\x05\xbc\xe6\x79\xc2\x56\xda\x79\xef\xb2\xd7\xc6\x26\xd7\xd7\xde\xcd\x7f\x67\xad\xf0\xf9\xa4\x96\x7d\x7e\x2e\x66\x3d\xb9\x6f\x92\xfc\x99\x10\x18\xf8\xa4\x05\x17\xff\x6c\x87\xd2\x94\xb7\xf8\x48\xa6\xbb\x03\xa5\xfa\x13\x8a\x6d\xaa\x53\x53\x16\x08\xd1\xfb\xe5\xde\xfa\x2e\xd4\xc1\x32\x17\x48\x1b\x9f\x23\x81\x64\x51\x03\xa4\xe0\x92\x7f\xa3\x97\xbe\x8f\xd2\xc6\xbf\x0b\xd5\xea\x9f\x18\x6a\x42\xab\x80\x74\xf6\x2c\xab\x03\x68\x80\xd1\xf1\x01\x07\x19\x0e\x08\x3a\x3d\x97\xe0\x2f\xe8\x9d\xc0\xd5\xac\x87\x99\xec\xc6\x9f\x4f\xa2\xa0\x4c\x34\x6d\xb6\x43\x4f\x3e\x26\x2d\x86\x87\xcd\xb9\x00\x36\x9f\x1a\x3e\xa3\x92\xa2\x92\x14\x0b\x09\xaa\x11\xd4\x26\xc1\xf2\xeb\x62\x99\x4c\x73\x8d\x53\xbf\x75\x77\x1c\xad\xb1\x69\x53\x61\x7a\x5f\x75\xfd\x55\x02\xc5\xce\x5b\xaf\x5a\x38\xf7\xde\x96\xd8\x22\x76\xce\xee\xa2\xf1\x5c\xf5\x0d\x7e\xe4\x85\x66\x0b\xa4\x80\xfa\x4b\x38\x2f\xc0\xfb\x5b\x07\xca\xc0\xe5\x55\xab\x36\x81\x8c\x98\xbc\x4f\x2b\x9f\x33\xf0\x3e\x4d\x7c\xd9\x19\xe5\x83\x4b\xcb\x95\x7b\x77\xa1\xe5\x54\x50\xca\xcd\x8b\xbf\xaa\xa6\xa0\xe3\xdb\x2b\x61\xff\x86\x60\x48\x48\x5e\x03\x1e\x1a\x88\x99\xbf\x84\x69\x90\xbe\x44\x4b\xda\x97\xf1\x6b\x6e\x0d\xaa\x08\x58\xc3\xbf\xcc\xe2\xb8\xbc\x22\x1a\x6e\x54\xaa\x41\xf9\xac\x84\x15\xf4\xd9\xcb\x3f\x03\x71\x73\x98\x29\xbe\x84\x42\x93\xbf\x40\xe7\xde\x7a\x4c\x53\x27\xc3\x8d\x2c\xaa\xc8\xc2\x00\xd8\x4d\x85\xf0\x62\x4a\x36\x57\xca\x67\xf6\xaa\x6f\xdf\xa7\x6f\xf4\x0c\x7b\x7a\x83\xfd\xaa\xdf\x10\xd6\x18\x59\x60\xcc\x9c\x9c\x1d\x52\x95\xc2\x0a\xb5\x62\xac\x26\xfe\xdf\x74\x61\x21\x45\x6b\x54\x93\x67\x72\x49\x97\x46\x9c\x85\xf7\x41\x6c\xfc\xc8\x9c\x6b\xed\x3d\x9c\x6a\x6f\x42\xbc\xeb\x95\x32\x31\x19\x46\xdd\x13\xea\x2d\xc9\x49\xda\xa0\xfa\x46\xab\x62\xee\xd6\x77\xa5\x77\x53\x36\x90\xb9\x7b\x2b\x69\xc5\x17\xee\xa6\x8a\xba\xbb\x77\x5f\xa5\x18\x46\x4a\xc1\xfd\x09\x1e\xc2\xa1\xc1\xbd\xba\xfb\x1f\x9b\x09\x40\x7a\xea\x2b\x97\x37\x40\xf9\xdc\x2d\xfe\x7d\xab\xad\x61\xdf\xd6\x41\xf6\x4c\x6c\x0f\x1d\x55\xdb\x17\xca\x4a\xb9\x50\xc8\x18\x9a\xa5\x8d\x4c\x09\x3c\xd5\xcf\x0a\x4f\x7e\x75\x0f\xeb\x4b\x20\x47\xc6\xbc\xa2\xbe\xc7\xbe\x18\xa0\x9c\x98\xf6\xf4\x89\xeb\x9d\x4c\x8a\x41\x1a\x35\xef\x3a\x7a\x77\xd7\x64\x07\x19\xb4\xfe\xc4\xe8\xa7\x7a\xe0\x37\x5c\x55\xd9\xc4\x9b\xbd\x16\x7f\x81\xff\x76\xcc\xdc\x06\xb4\x9b\x3a\xfd\x2d\x38\xdf\x72\x6f\xd1\xa3\x69\xde\xb2\xbd\x20\xdf\x2a\xb8\x38\xf9\xbf\x87\xcb\xc8\xc9\xbd\x25\xea\x0b\x2c\x2f\x54\x88\x5e\x90\x5c\x31\x0f\xcf\xc4\x48\x94\xc8\x83\xc1\x5f\x3a\x92\xac\x9f\x1f\x2f\xf2\xae\xa7\x84\x49\xce\xfd\xbe\x5e\x9d\x8b\xfe\x81\x61\x52\x2a\xc1\x63\xde\x9c\xe2\xe8\x77\xbd\xc5\x81\xa8\xf5\xe3\xdd\x97\x1d\xdf\xf5\x61\xdb\xc1\x66\x39\xc1\x71\xbd\x01\xfe\xc6\x74\xbd\x1a\xa7\x2e\x88\x61\x03\x99\x3f\xd3\xee\x09\x19\x6f\x3e\xf8\x88\x3a\x7c\x6e\x01\xfb\x7b\xc4\xc7\xc5\x44\x6c\xfa\xaa\xea\x8f\x51\x58\x1c\xe5\xd6\x09\xe1\x34\x25\x3c\xca\xdd\xbd\x57\x9e\x8a\x6d\xff\x27\x7a\x10\x9f\x9d\xff\xd0\x83\x73\xbe\x07\xd1\xff\xad\x07\x54\xc7\xcc\x3d\xb8\x3d\xd8\x74\x2f\x0e\xfd\xa4\xdf\x34\xdd\x48\x8a\xdd\x48\x94\xe9\xc6\xe2\xa0\xe5\xc7\x11\xdd\xe8\xca\x5a\xa1\x1b\xd6\x52\xff\xb7\xff\x69\x2c\xe3\x22\x4e\x79\x28\x19\xa8\x7c\x08\xba\x03\x8e\x5c\x96\x2d\x31\x44\x4d\xe8\x9a\x89\x83\x0c\x7c\x79\x97\xfd\xf8\x3d\x5f\x31\x7e\xb9\x9d\xe1\x97\x9b\x24\x78\x93\x1c\x4a\xd8\xea\xff\xa4\xda\x64\x8e\xa2\xfe\x8c\x50\xdd\x84\xdb\x6a\xb7\x9b\x0f\x00\x70\xd3\x03\x75\xea\x0e\x49\x11\x3d\xc8\x13\xa8\xc5\xfe\x17\x25\x06\x86\xc2\xa1\x5e\x04\x55\x58\x7d\x42\xf7\xad\xf1\x9a\x07\x59\x96\xc9\xbc\x44\xce\x06\xff\xaa\x36\x7d\xf3\x33\xbb\xcc\xba\xe4\x58\x70\x9b\xfc\xf0\x1e\xbf\x9a\x0c\xd2\xf6\x24\xfd\x15\xac\x0f\x99\x56\xcd\xff\x77\xb2\xde\x8f\x67\x32\xb5\xf6\xb2\x91\x9b\x5d\xc2\x97\xd4\xcd\x6d\x49\x12\x9f\xef\xcf\xfa\x73\x5b\x49\xf4\x2b\xe4\x84\xde\xc8\xfc\xe4\xcf\x85\x1a\x11\x41\xd6\xfc\x50\x27\xfb\x48\xbd\x86\x2c\x1a\xce\x0b\x7c\x77\xbd\x1f\x69\x95\x7c\x18\xd2\x39\xe6\xd4\xe8\x80\x50\x85\xe8\x27\x93\x11\xa0\xb9\xa0\x44\x48\x58\x24\xec\xa8\x5e\x4d\xb9\xf8\xb4\x39\x22\xf5\xa7\x67\xc2\x7a\x5e\x1e\xbc\xc2\xb7\xa2\x45\xbf\x20\x2e\x5b\x3e\xe1\xc7\x59\x3e\x8a\x30\xe9\x48\x3c\x4a\xc4\x56\x8d\x19\x80\x77\xa9\xd1\x9f\xde\x45\xb0\x0b\x8d\x5c\xbf\x67\x42\x8d\x7d\x08\x7d\x76\xdb\xa8\x17\xd3\x71\xdd\xe4\x95\x12\xd6\x73\x56\x56\x5e\xc2\x5c\x07\xeb\x22\xc4\xf9\x8d\xc4\xae\x18\x89\x5d\x3f\x4b\xce\xd4\x01\x6d\xd3\xb5\x9f\x8a\x68\xc2\xa3\x49\x20\xf9\xf3\xf7\x69\xa1\x6c\xee\xd3\x42\x98\x20\x41\x8c\x54\xbe\x65\x0a\xda\xbb\xec\x11\xa8\x6b\xfd\x02\x9c\xb6\x35\x68\x44\x0f\x58\xc9\x08\x0e\x9d\xd8\x7a\xe1\xa3\xca\xdd\xac\xb2\x24\x36\x82\x48\xe2\x21\x84\x5c\x9f\xf8\xaf\xa9\x14\x9f\x0b\x15\xf6\x97\x50\xa3\xe8\x4c\x7b\x13\xe2\x33\x6c\x20\x59\xf2\x8c\xc4\x85\x61\xa7\x54\x1c\x8e\x9c\x80\x20\x90\x24\x64\x7b\x41\x4c\x08\xa7\xdd\x46\xea\xde\xa9\xf7\x17\xf4\x07\xe6\x76\x15\xf5\x6f\xef\x8f\xd9\xfb\xa3\x84\xfa\x1d\x6f\x15\x63\x7e\x6a\xbb\x6d\x7d\x1d\x41\x55\xa0\x75\x3c\x62\x95\x5b\x2b\xc7\xb1\x0c\x36\xe3\x7c\x5f\xde\x49\x35\x03\xf6\x82\x97\x84\x19\x39\x35\x14\x77\x0f\x41\xeb\x0d\xeb\x6a\xbc\x53\x6a\xd2\xac\x31\x7d\x41\xef\xdb\x9b\xbf\xa7\x7e\x84\x08\xcb\x7a\x83\x02\xd4\xe8\x4c\x68\xc3\x89\xaa\x5d\x47\x85\x99\x58\x77\x46\x65\x03\x0e\xab\x36\x32\x69\x8e\x6e\x6d\x8b\x52\x96\x2d\x20\x9c\xdd\x9e\x28\x38\xdf\xca\x33\x11\xf5\xc3\xbe\x36\xe5\x76\xcc\xde\xfd\xeb\xab\xdf\x22\x05\x06\xe0\x68\xca\x0a\x1b\xf3\xe9\x26\xf6\xee\xdf\x58\xef\xe3\x3b\xd9\x01\x57\xb9\x33\x79\xcd\x0d\x2c\x5a\x2f\x84\x4e\x9d\x6c\xa8\x7d\x9f\x6d\xe4\x84\x4c\x4c\x3e\x97\x31\x2f\x42\xae\x5b\x82\x21\x54\x9b\x11\xb2\x2c\xc3\x24\xcd\x58\xe4\xdb\x85\xea\xe2\xb9\xde\x08\xe7\x00\x67\xe6\xf2\xb9\x7c\x4b\x46\xea\x08\x31\x33\x35\xe2\x11\x58\x1f\x63\xa2\xd5\x51\xa7\xc1\x4d\x62\x85\x39\x33\x84\x5b\xa2\x60\xc8\x45\x6a\x85\x87\x92\x7a\xd8\xc9\xe0\x0a\xfb\xa4\x9a\xa8\x1d\x3b\xca\x13\x1d\x1f\x5f\x68\x3f\x87\x70\xa4\xdb\x42\xd5\x68\xcc\x0d\x83\x17\x65\xdd\x4c\x8c\x5b\xce\x16\x1f\x1d\xac\xc9\x05\x5e\xd3\x63\x81\xdc\x20\x36\x51\x10\xfd\xac\x65\x09\x4e\xd9\xa5\xec\x80\xcc\xe6\x96\x8d\xf7\x2a\xc3\x56\x2e\x59\x68\x81\x8c\xe4\x1d\x17\xbb\xb6\x23\x2c\x98\xca\x69\x84\xc4\xe7\x2a\x40\x4d\xa6\xcc\x3b\xe7\xa0\x63\xd3\xab\xcf\xee\x23\xec\xa6\x18\x05\xeb\xa7\x15\xe9\x71\x3d\xd5\x3d\xd2\x82\x42\x40\x35\x94\xb4\x4a\x9a\xb2\x96\xb8\x77\x1e\xba\x82\x9f\x96\x1c\x65\xa2\x73\x19\xde\x06\xb4\x9a\xff\xd0\xdd\x2b\x42\x07\x14\x3b\xd9\xe3\x96\xf8\x63\x3d\xd7\x20\x09\xb2\xbb\x5b\x00\x75\xeb\xed\xfa\xc2\x19\x02\x43\xc6\x3b\x5f\xca\x1e\xd2\x3f\x66\x3c\x24\x6e\x37\x1a\xe9\x41\xfd\xa0\x4f\x9e\x88\xc4\x8f\x1d\x0a\xf6\x6a\x0f\x97\x4b\xb2\x41\x38\xef\x26\x56\xec\x33\x9f\xe1\xe9\x2c\xd9\x0a\x07\xd7\x30\x07\x1c\x29\xec\x2b\x26\x57\x6a\x8d\xfa\x99\x03\x2a\x68\x92\xaf\x99\x6a\x2b\xd5\xcf\x2d\xd8\x76\xe7\x9b\x73\x16\x2e\x76\x52\x90\x87\x76\x1b\x35\x94\x15\xd0\xfd\xd0\x9c\x4c\x84\x98\xd4\xd9\xab\x67\xa6\xa2\xcd\x34\x68\x9d\x12\xfb\x8b\xe9\x10\xf6\xd6\x28\x37\x9e\xb2\x83\x6f\xbb\x1a\xe9\x71\x4a\xac\x5c\xa5\x55\x20\x61\xf8\xe8\x3f\x1a\x27\x50\x65\xe6\xfb\xe0\x10\x6f\x61\x3f\xad\x06\x55\xbe\x8a\x8e\x70\x2e\xed\xa8\xb8\x32\x0d\xb4\x85\xc7\x6c\x3c\xf4\xc7\xb9\xed\x5e\x08\x84\x6d\xbb\xd6\x5f\x13\x1b\x40\xdf\xa9\xd3\x1c\x28\x27\xe6\x45\xf0\x17\x73\xd0\x41\x66\xdc\x4d\x47\xd5\x21\x57\x6e\xb1\xaa\x8e\xbe\x76\x85\xdd\x70\xa6\x51\x06\x17\x82\xc1\xa3\x4f\x30\xf8\xda\x25\x94\xe3\x56\x7b\x50\x3b\xf5\xc7\x5c\x6d\xc9\x34\x19\x77\xf4\x5f\x7a\x6a\xc6\xab\x57\x1a\x96\xdf\x84\xdd\x53\x86\x2d\xb9\x99\x18\x0f\x30\xa8\x0e\xac\x83\x6a\xef\xa1\x93\xf2\x99\xd2\x6c\xa2\x16\x1f\x29\x50\xdd\x2b\x8e\x65\x7d\xb4\xe7\x4f\x93\x61\x2c\x0f\x11\x2b\xe4\x89\x8b\xc4\x90\xa9\x10\xea\x54\x14\xc1\xa7\x34\xa4\x94\x72\xa1\xc3\x9f\xb1\xa5\x33\xe1\x17\xa4\x5f\x63\x5d\xf0\xe2\x8d\x07\x85\x27\xba\x24\xf6\x3f\x93\xa2\x27\xaf\x22\xab\xa4\xc8\x8b\x8f\xde\x06\x5e\xf2\xe3\x4a\xe6\x1c\x1d\x60\x43\x6e\xa9\xbb\xef\xd2\xc7\x61\xc4\xa0\x9a\xca\x6c\xc5\xba\x5c\x4a\xc6\xcb\xd1\xaf\x3d\x81\x6d\xcd\xdd\xb0\xca\x7e\x06\x57\xb0\x1b\x62\x35\x84\xfc\xdc\x90\xbc\xf1\x69\x06\xcc\x7a\x39\xba\x97\x01\x73\x26\x90\x06\x6b\x93\x7b\x28\xa4\xa5\x47\x16\xc3\xe6\x24\x7f\xe8\x2f\xaf\x24\xe2\x17\x5e\x72\xa6\x5d\xa2\xdb\x29\x5e\xf8\xc3\x33\x82\xed\x7e\x40\xd1\xc4\x9a\x6a\xe5\xdf\x97\x55\x2c\xd7\xfa\xc5\x4c\x4d\x08\xb0\x8b\x40\xad\xab\xc3\x3f\x89\x8a\x4d\x85\x8b\x61\x99\x43\xa0\x86\x7f\x5d\x7e\xcc\x6c\x7a\xd4\x49\x01\x63\xe0\x77\x7e\x51\x79\xc6\xd6\x59\x2d\xc7\xb7\x1d\x86\xa3\x6a\x28\xc4\x2b\xde\xae\x44\x40\xcd\xa5\xff\x1f\x6c\xa9\xf4\x6b\x1e\x9f\x33\x76\xa3\xa9\xde\x36\xdb\x6a\x8a\x63\x01\xfc\x7c\xbb\x05\xe4\x5a\xaf\x04\xf1\x39\xad\xa0\x1e\xc4\x29\xd1\xbf\xea\x20\x73\xaf\x7d\x32\x37\x6f\x1b\x9c\xc3\xd9\x2a\x0d\xd2\xad\x43\x70\x32\x6d\x06\x44\x19\x0a\xab\xa5\xcc\xbb\xb6\x70\xcf\x7d\x77\xbb\x75\x50\x99\xd5\x15\xf1\xb1\x72\xc4\xbf\xf3\x88\xbb\xc0\x8f\x38\x91\x43\x6a\x0d\x0b\x46\x64\x0f\x84\x8a\x01\x5f\xe0\xb5\x4d\x09\x1f\x2e\x64\xe9\x7a\xf5\xee\x37\x9f\xaf\x61\x7a\x98\xa4\x3f\x77\x88\x7c\xf7\x55\x58\x4f\x6e\xfc\x4e\x2a\xc2\x85\x5c\xac\xaa\x01\xa2\x98\x18\x0e\x57\x8f\x3e\x6a\x91\x82\xeb\xb1\x77\xc2\x64\x3f\xe9\x69\x30\xd8\xe1\x0c\x6f\xcf\xe9\xa0\xeb\xd6\x37\x03\x7a\x7c\xca\xaa\xbb\xed\x2e\x97\x68\x7d\xd3\xba\x36\xb0\x1d\x2a\x44\xa7\x35\x3b\x6f\x18\x64\x16\xad\xe3\xfa\xb2\x8a\x36\x07\xad\x67\x1c\xbb\x69\x2e\x0d\xf9\x36\x39\x9b\xc2\xbb\x3d\x06\x90\xd3\x51\x48\xe1\x72\xc5\xf9\x20\x7b\x6a\x11\x90\x08\x9e\x24\x51\x21\x5f\x85\x76\x56\xb6\x21\x87\x8c\x1d\xb5\xa7\xe6\x4d\x03\x54\x3a\x7f\x97\x87\x76\x80\x13\xd9\xec\x91\x7f\xcb\xdc\xaa\xfa\xb9\xc8\xa1\x17\x4e\x49\x28\xc5\x17\x14\xea\x0e\x51\xaa\xe9\xad\x50\x73\xca\x37\xf5\xfe\x21\x65\xab\x55\xbd\xdb\xcd\x15\x90\xc8\x8b\x2f\x3c\x75\xb3\x74\xa2\xa1\x18\xc6\x03\x42\xeb\x87\x3e\xf9\x87\xfa\x21\x2d\xb0\xcf\xa8\x2e\x70\xd3\xe1\xa3\x8c\x24\x95\x20\xf8\x33\xac\x96\x46\x77\xe6\x00\xe7\xd5\x49\x35\x54\x89\x34\xd8\xe9\xb6\xee\x42\x43\xd4\xe2\xbf\xc1\x42\xb3\xd3\x22\x60\x88\x44\xae\x43\x54\x06\x6e\x4a\x05\xe9\xed\xcb\xe9\x37\xa7\xc2\x56\x6a\xd1\xdc\xc2\xfa\x9f\xee\xea\xcc\xc1\xad\xcf\xe1\x56\xc4\x48\x1b\xe2\xaf\x9e\xdd\xe7\x9e\x55\x9d\xa8\xe0\xd5\x89\x41\xa8\x72\x9b\xef\x70\x22\x4a\x0d\xf5\x72\x41\x42\xef\x4d\xab\x05\x15\x13\x95\xe8\xa7\x48\xee\xa9\x35\xe2\x3d\x58\x93\xea\xb7\x49\xd9\xe4\xb8\x92\xa1\x27\x99\x77\xad\xec\x88\x47\xca\x95\x71\xfe\x39\xd7\x8b\x13\x62\x9c\x60\x17\xbd\x6b\x47\xa3\xb2\x2d\x9c\x0d\xe2\x99\x6d\x7a\x5d\xd2\xa7\x66\x06\xe8\xd1\x64\x4f\xe8\xd7\xfd\x15\xc1\x03\x44\xaa\x57\xec\x13\x21\xed\xff\xa8\x12\x28\xf4\x1b\x9d\x34\x03\x67\x99\x73\x2c\x2d\xe5\x82\x95\xae\x2a\xf9\x63\x96\x32\xa0\xee\x2f\x2c\x3a\x7c\xda\x92\x5b\x67\xce\x6e\xe4\x62\xd8\x11\xd2\xdf\xda\x48\x2a\x9d\x56\x0a\x1f\x15\x93\xcb\x2b\x04\xd9\xd1\x4d\x47\x43\xaf\xef\x3e\xf6\xb8\x98\x2f\x2f\xc5\x84\x31\x52\xaf\xd5\x49\xc2\xf9\xe3\xb5\x90\x5d\xed\x6d\xb1\xb6\xc9\xd9\x61\x91\xf3\xd0\x50\x84\x3e\xac\xdb\x7a\x3f\xf5\xe9\x98\xa0\x3a\x00\xa5\x8c\x7d\xfa\x2e\xd4\x43\x6d\x49\xb1\x4f\x2e\x6a\x0d\xe7\x64\xbc\xb4\x61\xa5\x93\xed\x49\x11\xf4\x23\x2c\x9f\x25\x28\xbb\xf5\x6d\xae\xd6\x0e\xd6\x3e\x84\x2a\x33\xc8\x5c\xbe\x5a\xae\x53\x42\x53\x6b\x72\xc9\xb8\x27\x86\xa1\xec\x6d\xbd\xb2\x2d\x9e\x75\x83\xa6\xca\xb8\x11\x7a\xe4\x41\x9a\x94\xaa\x32\x35\x77\xec\x95\x16\x2b\xde\x63\x79\x28\xc6\x76\x75\x83\xca\xfd\x16\x07\xbf\x8c\xcb\x6c\x05\x3b\x69\xe6\x9f\x41\x30\xdf\x60\x83\xd4\x78\xc5\x16\xfc\xfb\xf2\xec\x68\xdd\xa8\x67\xa1\x36\xc5\xed\x3c\x13\xe0\x1e\x72\x24\xf5\x5f\x24\x4d\x70\x9a\xdd\x4c\x92\x6a\xc9\xa6\x9f\x0d\xaf\x2d\xac\xd7\x35\x48\x41\x26\xc8\xfc\x54\x10\xba\x5d\xaa\x76\x64\x34\x3b\x1f\xb9\xb5\x93\x73\xd3\x2d\xa8\x43\x07\x94\xc6\x74\x40\x25\xe4\xb4\x21\x62\xec\x2a\xa2\x7f\x46\x3b\x0a\x90\x1a\x5d\xf9\x34\xa3\x4d\xea\x37\xdf\xdb\xe9\x60\x37\xa1\x36\x92\x8e\x1c\x9f\x31\x14\x40\xa3\xfd\xfe\x5a\xf8\x24\x27\xd3\xf2\xdc\x3a\xa0\xc3\x72\xb7\x89\x9b\xff\x62\xdc\x8f\xb9\x16\x03\xbc\x84\xa6\xa4\x8f\x27\x38\x0e\xbc\x2f\xda\xb7\x8b\x98\x92\x5e\x9d\x87\xb7\x72\xae\x4e\xd0\x3c\x43\x44\x12\x79\xd5\xdc\x16\xea\x30\xc0\x9f\x13\x0e\xa3\x7b\x37\xfa\x7c\x2e\x11\xf0\xab\xd8\x14\xee\xad\x50\x2d\xa1\xf8\x6e\xf9\x41\x6a\x09\xd9\x9a\xf6\x5a\x7f\x40\x79\xfb\x1a\x03\xc3\xbe\x51\xd8\xeb\x42\x07\xfc\xb4\x13\x32\xd7\xc8\x81\x90\x14\xbd\xdd\x47\xfe\xeb\x59\xff\xa6\x84\x03\xd8\x5f\xc1\x4d\xf5\x76\x64\xae\xfa\x98\xd9\x5a\x61\x0c\x33\x26\x51\xf7\xe4\x15\x7e\xd4\x46\x5a\x1a\x70\x3e\xf5\xbe\x64\x71\x6e\x13\xda\xfb\xc3\x98\x8c\x9d\x69\x8f\xc0\x81\xf6\x72\x8b\x9a\x3f\x27\xa8\x72\xf2\x5e\x96\xff\xd1\xaa\xb2\x55\x6f\x08\x5a\x14\x81\x01\xda\x25\xf0\x49\xdb\xb5\x2d\x5c\x12\x07\x1c\x49\xc3\xdd\xa2\x9f\x7e\x21\x03\x18\xba\x31\x7a\x7c\x38\x13\xd2\x87\x5b\x84\xa1\xcf\x85\x0d\x0c\xbf\xf0\x06\x75\x82\xe1\xe1\x6f\xee\x4c\x52\x44\x0a\xe1\x98\x96\xac\x9b\x8f\x60\x81\x42\x66\x01\xee\xb8\xfd\x71\xc3\x5f\xd6\x7f\x13\x71\x62\xfe\xe6\xb2\x2d\x5e\x3b\x76\xb5\x4e\xf1\xb9\xb7\x2d\xfb\x0b\xfd\x16\x63\x79\xd5\xc9\xec\xb7\xcc\x84\x24\x8d\x94\x23\x56\x1b\x08\xf2\xa6\x8f\x14\xe3\xd3\xd6\x9d\x2b\xc2\x61\x45\x6e\x5b\x84\xf2\xb4\x93\x9b\x4b\x3e\x45\x47\x6d\x14\x53\x6c\x66\xc0\xbb\x55\x50\x25\xbc\x05\x97\x42\x09\x2e\x31\x5c\x92\xcf\xa6\x8a\x23\x18\xbe\x2a\x2d\x0b\xa9\x81\xc2\xdc\x7f\x9f\x38\x7c\x0b\x18\xa3\xad\xac\xe5\x22\xe9\x9f\xda\x50\xf0\xd7\x4e\xf1\x58\x7e\x32\x6e\x5d\xc2\x86\xa4\x15\xf3\xb9\xc9\x05\x57\x48\x85\x42\xab\x75\x5b\x3d\xb1\x96\xc1\x20\xf3\x8e\xc0\x9e\x8c\x19\x64\x0b\x58\x42\x82\xd6\xfc\x7b\x07\x7f\x38\x79\x40\x0a\x20\xbb\xe4\xaf\x22\x90\xa0\x36\xfd\xee\x99\x35\x7f\xfd\xc2\x5e\xd7\x94\x8d\xe6\x5e\xfb\x84\x44\xaf\x7a\x03\x69\x18\xf9\x8f\xda\x42\x4c\x7b\xfc\xbd\x5b\x48\xe9\xaf\x20\x16\x9e\xb0\x3b\xa8\x4a\xaa\xd7\x19\x55\xe1\x74\x29\xda\x91\x9b\xac\x22\x52\x31\xc5\xf6\x96\xcd\xbe\x7f\xab\xe9\x84\x02\x6a\x8a\x3a\xa1\x86\xaa\x9b\x52\x2e\xfb\x80\x8c\x37\x97\x69\x1d\x53\x8b\x0e\x5c\xb4\xd6\x81\x0b\x18\x74\xaf\xfd\xee\xe8\xb6\x22\x2a\xad\xb5\xf3\xf6\x41\x66\x19\x78\x1c\x87\xca\xf1\xb6\x1b\x0a\xda\x12\x7b\x28\x2e\x2d\x14\x2d\x75\x16\x99\xe5\xc2\x54\xd3\x47\xd8\xca\xb3\xeb\x06\xec\x51\xc5\x29\xd8\x11\x4c\x08\x83\xfd\x4e\x00\x43\x99\x11\x03\x74\xef\xbc\xde\xe2\xdc\x69\xf0\x94\xda\x67\xbc\x7e\x7a\xb9\xfb\xfa\x3d\x5e\xff\xbb\x6c\x89\xe1\x23\xea\x12\x76\x27\xa7\x30\xcd\xba\x05\x76\x5a\xd4\x61\x51\x05\x25\xe1\x49\x22\xb7\xfa\xf6\x34\x0d\xb9\x30\x19\xd1\xab\x3f\x56\xe6\xb4\xb3\xf0\x98\x9e\xbf\x08\xa5\x00\xc3\xe6\x67\x7a\xc4\xcf\x30\x17\x2a\xc8\x79\xc0\xa2\x84\xda\xc3\x20\x6e\xda\x52\xd1\x92\x7d\xf5\x7e\x7f\x3d\xd5\x7f\x15\xbe\x91\xd7\x1f\x66\xc2\x4a\x98\xd6\x03\x21\xed\x95\x5c\xbe\x7d\xe3\xe4\x7d\x43\x91\x9c\x8a\xfa\x5d\x5a\x05\xc0\x29\x04\x5c\xd8\x3e\x57\xc4\x8b\x7c\xd5\x13\x16\x39\x8e\x06\xa3\xf4\x31\x2f\x54\x77\xc3\xc1\x31\x2a\x5f\x81\x1a\xe8\xee\x88\x3a\xdf\x44\xfd\x2b\x7b\xde\xf7\xd0\x57\x3e\x69\x85\x52\xca\xff\xf0\xa0\x28\xd1\x6b\x80\x36\x54\x60\x29\x2e\xe5\x6a\xcb\x74\xef\x51\xa5\x60\x48\x6c\xe4\x3a\xa6\x23\xe6\x28\x1b\xac\xfc\xb4\x3b\x23\x1c\xdf\x95\xaf\xca\xbb\x17\x24\x1c\x45\x02\x3f\x62\x93\x8f\xac\xe3\x01\xe0\xc6\x66\xf4\x8c\x76\x46\x7e\xbf\xe1\xb2\x7a\xf7\xa1\x33\x3f\xd4\xba\x51\xd9\x68\xfd\xef\x30\xe2\x7b\x66\x92\xe7\xa5\x55\xed\x1f\x80\xa4\x87\x8d\xde\xba\x14\xc5\xe1\x89\xc0\x01\x5d\x20\xbd\xf3\xf6\x31\x05\x33\x39\x9a\xe9\x3a\xae\xcc\x7a\x2c\xaa\xff\xff\x5c\x7b\x91\x65\x7a\xc0\x51\x40\x14\x7e\xed\x41\x7a\xbd\x95\xc1\xa9\x20\xd9\x63\x49\xa1\x37\x35\x88\x38\x65\x61\xc5\x95\x85\x35\xda\x5e\x9c\xc3\xf9\x49\x51\x1f\xf1\x86\x52\xad\xcf\x3d\x69\xd2\x2d\x0b\x89\x2e\x1b\x28\x63\x55\x6c\xc0\x4f\x4e\x44\xf4\xb7\x5e\xde\x23\x5a\x45\xf1\x5e\xfa\xeb\x9e\x9a\x45\xc5\x3d\x89\xb5\xe8\x72\x15\xa3\x7e\xdf\xb2\x09\x55\x70\xbf\x63\x3d\xe6\x44\x69\x5a\x93\xe0\xdc\x87\x9c\x58\x2d\x51\x37\x18\xd6\xe1\x9d\x48\xed\xaf\x36\x0a\xcb\xe3\xcb\x30\x7d\x1b\x8c\x0b\xa7\xdd\x06\xc1\x3f\x19\x1c\x61\x3f\x59\xe0\xb8\x5b\x50\x32\xe5\x68\xc9\x80\x18\x59\x18\xee\xa5\xd9\xa4\xca\x14\x0e\xc3\x85\x95\x47\x8c\xaf\x6e\xdf\x91\x89\xa9\xba\xc0\x94\x4e\xad\x91\xe6\x89\x01\x1f\x28\xf1\x32\x82\x7f\xf8\x52\xb5\xbf\xdc\xc4\x50\xad\x6a\x39\x68\x05\xf0\xc7\x9e\x7c\xc0\xfc\x62\xdf\x2e\xa4\x88\x65\xa4\xc2\x23\x32\xaa\xcf\x8d\x9c\xe5\x5b\xb9\x14\xa4\x17\xc0\x44\xb7\xb2\xda\x41\x05\x74\x00\xa0\x17\x33\x24\x1d\x89\xf8\xc7\x3b\x27\x36\xfc\x5c\x04\xd6\x9f\x57\x81\xc8\xac\x2f\x9e\xaa\x79\xb4\xb3\xe0\x30\xaf\xe1\x23\xee\x79\xf7\xa0\xef\x1d\x47\x80\x07\xa0\xbf\xb5\x4e\x7b\xc2\x98\xa1\xe0\xec\xb8\x29\xba\x53\x4c\xa1\x7a\xc4\xd7\x6b\x3d\xf0\x94\x57\x7b\x98\x8a\xda\x92\x80\xe4\x22\x6b\x31\x2c\xbc\x74\x51\x1a\x70\xc6\xfc\xbb\xd8\xc9\x86\x8a\xe1\x11\x9c\x5e\x1b\x2e\x12\x14\x89\x2b\x2e\x2e\x8c\x0a\xfc\x95\x1c\x2a\xe4\x17\xbd\x62\xc3\x11\x46\x46\x62\x15\xd7\xcd\x51\x37\x0d\xd0\x85\x5e\x83\xeb\x49\x79\xf3\xb0\x88\xdb\xb1\xfd\x94\x40\x0d\x4b\x5b\xb7\x2e\x0d\x80\xb7\x45\x6f\x86\x2f\xc7\x5d\x46\x40\x81\xd6\x8a\x58\x24\xcf\x80\x18\xe1\x17\xba\x7a\xd9\x8f\xb0\xf1\x1b\x2b\x36\x36\xa7\x68\x06\x2a\x1c\xe9\x71\xca\x30\x8b\xbc\xb2\x71\x88\x06\x00\xb4\x7c\xd7\x36\xf2\x13\x2d\x8b\x49\x3f\x77\xb3\x5a\xca\xea\xd9\xfb\x83\x10\x72\x7a\x23\xa8\x7d\x94\x74\xda\x4f\x4d\x00\xfa\xf2\x88\x52\xa1\xe6\x75\x80\xa7\xec\x2e\x37\x13\xb7\x1a\x19\x0e\xc1\x11\x41\x3d\x7b\xbf\xa2\x4e\xae\x38\x66\x8d\x66\x4e\xf9\x98\xa7\xdc\x6e\x53\x48\x88\x50\xc2\xf6\xe8\x22\x47\x0c\x2d\xea\xb4\x19\x35\x7e\xae\x95\xdb\xaa\x14\xa2\x2a\x6b\xd0\xf9\x9c\x33\xdc\xa2\xde\x81\xb2\x25\x54\xa4\xf0\xb7\x83\xd8\xa9\xc3\xdf\xa2\x9f\x27\xc4\x6b\x4c\x09\x10\xd6\x23\xde\x6c\x91\xaa\x8a\xf9\xab\x9c\xf5\x2f\x3f\xb8\x8a\x3b\x9f\x34\x53\xca\x8d\x73\x2e\x69\xc6\x12\xa2\x47\xd3\xf8\xa4\x05\xd6\x56\x46\xf2\xfa\xcd\x90\x16\xd6\xd5\x7b\xb2\xe7\x55\x3f\x05\xf1\xe4\x70\x63\xad\x08\x1c\x6c\xba\x40\x20\x6e\x02\xd5\x37\xbe\x55\x3b\x28\x9a\x77\x93\x88\xf4\xe7\xa5\xb8\xde\x7d\x75\x70\x4d\x0c\x71\xaf\xdf\x86\x9b\x63\x55\x35\xa4\x39\x7a\x7b\x84\x1c\x8c\x39\x8e\xcb\x1f\x42\x25\x2a\xf8\x45\x66\xc1\x9a\xdd\xf3\x26\xae\x1b\xf2\xae\xac\x8f\xd1\x97\x4f\xbd\xa6\xd7\xe9\x31\xb2\x96\x62\xf3\x44\x55\x86\x47\x6a\x44\xaa\x1e\xd8\xad\x08\x01\xc4\x66\xc4\x61\x27\x2e\x8f\x3e\xbc\x32\xef\xea\x10\x65\xf5\xc5\x23\x0f\x35\xd6\xd3\x1d\xb7\x18\x49\x25\x6f\xd1\xda\x44\x6c\x88\xe1\xe0\x5d\xab\x2f\x15\x4c\xf8\x75\x8d\x24\x83\x6e\x1b\xce\xce\x72\x5b\xe9\xbd\x15\x71\xc9\xea\xa2\x4b\xc6\xc1\x53\xaf\xaa\xd2\xca\x9c\xa7\x6e\xa2\x0a\x42\x1e\xf9\xc6\xde\xf1\x43\x8f\xf0\xd3\xe5\x54\x1c\x81\x65\x07\x3f\x13\xc3\xa2\x6e\xb8\x23\xaa\x9e\xda\x9f\x49\x89\x7b\x4f\x48\x2d\xa9\x1a\x67\xfa\x0a\xde\x42\xca\x35\x39\xca\x88\xab\x10\x58\xbb\xaa\xc5\x0e\xe4\x65\x2f\xc9\x5a\xf3\x60\x5a\x93\x4c\x49\x98\x5f\x8b\x1e\x53\xa4\x2b\xf8\xca\x14\xfa\xd4\xc1\xac\xe0\xc1\xbb\x5a\xb6\x85\xf7\x84\x70\x3c\x46\xf4\x28\x1b\xbc\x9c\x9a\xf8\x18\xeb\xe6\xad\xb8\xc8\x56\x70\x1e\x72\x20\xa9\xb2\x80\xda\x89\xd4\xb0\x7d\xaf\x18\xc5\x5b\x0c\xca\x47\xaa\x3e\x83\x05\x11\x93\x11\x9a\xbe\x2c\x6d\x8b\x2d\xfa\xc4\x1a\x61\xdb\x0d\x4e\xff\xcb\xbd\x80\x2b\xeb\x6c\x11\xa9\xb0\x7f\x3a\xb2\xd3\x16\xc9\x05\x07\x54\xce\xed\x9b\xe4\x90\x43\x99\x4a\xa7\xb8\x1f\x36\x7a\xfd\xc7\xf2\x11\xbe\x87\xee\x84\xfd\x04\xb6\xe8\xa3\x5c\x2f\x94\x55\x4a\x44\xc2\xe9\x9a\xd4\xf9\x14\x25\x12\x6f\x50\xfd\x6b\x85\xbf\x4f\xc9\x58\xd6\x38\xf9\x12\xfd\x9f\x88\xc1\x0b\xd2\x66\x50\x5b\x74\xa6\xf1\xa7\xd2\x22\x96\xda\xc4\x4a\xa9\x9e\x56\x00\xab\x9b\x9c\xea\x30\xb0\x9b\x75\x76\xb3\xf2\xf9\xd5\xa8\x16\x62\xb3\x37\x2e\x9a\x1e\xaa\x7e\xbc\x0e\x52\xca\x77\x54\x9b\x38\xb2\xcb\x5d\x29\x3c\x06\xfe\x5e\x03\xc1\x65\x52\x69\x2a\x53\x99\x6d\x51\x4f\x07\x74\x1c\x58\x3f\x9b\x11\x93\x7b\x5a\x62\xe0\x68\x81\x62\x47\xf5\xaf\xdd\x79\x20\xc3\x65\xe8\xa3\x48\xa4\x4d\x8d\xdd\xa8\x0a\x21\xee\xae\x69\x93\x6c\x08\x91\x47\x3d\x70\x98\xe5\xbb\xd8\x61\x84\xec\xb7\x58\x9a\x70\xcc\x66\x0d\x90\xb8\x45\x8d\xea\x08\x7f\x75\xea\xa3\xc2\x88\xec\x39\x46\xc1\x51\xec\x8d\xdc\x3f\xe5\xfb\x4c\x3a\x12\x12\x9b\xbe\x04\xfa\x59\x17\x64\xff\x9c\xc5\x7b\x49\xe6\x9b\xc5\x70\x68\x93\x6e\x29\x1f\x09\x11\x0e\x21\xdc\x59\x7b\x8e\x0b\xf6\x2e\x0f\x69\x5b\x27\xe2\x59\xe9\x01\x9e\xfb\x72\x7d\x4d\x97\x02\x97\xeb\x50\x6b\x3a\x2d\xac\xfe\x2e\x93\xc1\x1f\x98\x72\xbd\x7e\xc8\xe7\x2d\x88\xb7\x4d\x6b\xc4\x79\x08\x44\x6f\xbe\x1f\x73\x69\xd7\x50\xd8\x07\x59\xa2\xb4\xee\xb7\x4a\x9c\x79\xc0\x3d\x21\x5a\x2a\x44\x3a\x0b\xc4\x2c\x30\x90\x30\x20\x14\x85\x7a\x23\x73\x7c\xc2\x98\x87\x44\xd4\x2a\x76\x52\x20\xe5\x9d\x3a\xd6\x41\x69\xcd\xb4\x8d\x54\x8b\x5f\x24\x25\x15\xc4\x0b\x2d\xa6\x79\xa7\xc5\x34\x4c\x04\x38\x86\x38\xf7\xe0\xef\x65\x7d\xfb\x29\x7f\x8a\x8c\x37\x28\x00\x3d\xfe\x2a\xbf\x09\x35\x3a\xe1\xaf\x01\xc4\xfe\xbb\x10\x1f\x91\xb6\x25\xfd\x7e\xa0\xb0\x15\x39\x9f\xc0\xed\xec\xc9\xa0\x63\x46\x68\xd4\xb4\xfc\x3f\x96\xfa\x2d\x64\xab\x97\x7e\x50\x96\x54\x30\x29\x1c\x05\x46\xdc\xaf\x8f\x36\x25\x09\x54\x3a\x58\x31\xfe\x33\xca\xa3\x0c\xa4\xc3\xd1\xe6\x9c\x27\x2a\x16\xad\xac\x1f\xb2\x03\x64\x13\xc8\xfc\x89\x51\x2d\xa5\xe7\xc9\x4c\x5b\x55\x8e\xd8\x2b\xb5\x88\x69\xc1\xbf\x2d\xaf\x4e\x6e\x98\x2c\x92\x98\xbf\x8e\x30\x00\x51\xc0\xb1\x4e\xeb\xf7\xf2\x87\xfd\x4c\xcb\xe3\x90\x0b\x19\xef\x18\x20\x53\x48\x61\xf5\xbc\x5f\xbb\x26\x5f\x83\x4c\x68\x27\xcd\x0b\x9c\x46\xb2\xc6\xc9\x1b\x97\x00\xc6\x71\xf5\xc2\xb1\xb5\x4d\x93\xb5\xe5\x40\xa5\xda\xb2\xa0\xec\x5f\xf5\x4f\xb1\x9e\xa7\xcb\x45\xe7\x4f\xd9\x21\x66\x8b\xf7\x44\xc6\x5b\xf8\x63\xaa\x4d\x53\x56\x5b\xe3\x77\xd6\x9b\xae\xa9\xcc\xd0\x6f\x0d\xae\xf4\xcd\x27\xdd\x00\xe6\xad\x4b\xcf\x87\xad\xcb\x7c\x47\x7e\xd1\xec\xd0\x3f\x00\xde\x13\x49\xdc\xb7\x3f\x1f\x01\xb0\x8d\xb2\xc5\xf0\xd6\x25\xc9\x3f\xd2\xc4\x99\x1f\xef\x9e\x7c\x9e\x50\x1d\x69\x0e\xbd\x5b\xe5\xa9\xdb\xcd\x1d\xa9\xe4\xeb\x72\x85\x1d\x2b\xd3\xef\x66\xd3\x64\xa6\x92\xea\x8c\x4e\x9e\x6e\x83\x96\x7d\x53\x9f\xae\x3a\x5f\xda\xb9\x73\xb9\xe6\xa7\x52\xcc\x79\xa9\xa9\xe9\xed\x58\x64\xe5\xec\x89\xaa\xe4\xaa\x8c\x53\xed\xe1\xb6\xef\x14\x0e\x82\x43\x34\xd7\x01\x87\x14\x02\x47\x58\x4f\xa6\x17\xed\x26\xdb\x96\xba\x13\x07\x74\x22\xb8\xe9\x44\x69\xc4\xd5\xc6\xb5\x5c\x3b\x3d\x61\x35\x54\x05\xfe\xde\x69\x37\xf7\x16\x75\xba\x16\x0e\x70\xce\xa7\xda\xea\xf9\x98\x88\x36\xf9\x40\x01\x6e\x65\x77\x2b\xc8\x2e\x2c\xd6\x77\xc3\xa8\x0d\x81\x2a\xf2\xb7\xd5\x71\x25\xae\x45\x89\x38\xee\x76\xf6\xa9\xcc\x47\x55\x06\xcb\x73\xd1\xd1\x9d\xd5\xa7\xd5\x60\xa6\xc7\x35\x84\x06\x2e\x35\x58\xe4\x51\xd3\xa2\xb8\xa9\xd2\xe2\xe1\xf7\xb9\x69\xa5\x77\x39\x54\x74\x39\x13\xe2\xb7\xb9\x97\xaf\xae\xa8\x4e\x98\xc1\xe6\x8e\x38\xa6\x77\x94\xdf\xbe\x54\x8d\x08\xae\xcc\x13\x27\xb9\xae\x03\x62\xf4\x16\x5b\x12\xd8\x4f\xad\xc8\xfd\x52\x7e\xbc\x44\xed\x30\xc1\x96\x45\xc3\xe3\xef\x4c\xf2\xc0\xe5\x3f\x2f\xdb\xc2\xde\x2a\xbc\x5f\xfc\xe7\xb7\x13\xd0\x1f\x88\xcd\x01\x7a\xe6\x46\xd7\xb4\x9c\x7c\x2e\x54\xf8\x70\xcd\xc7\x0e\xc4\x7c\xe9\x3b\x7a\xcb\x2c\xa5\x2f\x8d\xc0\x9b\x0b\xeb\xa5\xec\x09\x87\x22\xa1\xee\x35\x36\xde\x30\xaa\x59\x9a\xb3\x73\x62\x86\xff\xd3\xf3\x11\xf7\x0b\x05\x4a\x29\x5b\x8b\xb6\xb9\x28\x1f\x1c\x50\x7a\x6e\x00\x57\x7c\xed\x5d\x6f\x88\xa5\x3c\x99\x7a\xb3\x80\x4a\x15\x19\x64\x22\x09\xb8\x14\x2c\xe2\x02\x46\xbd\xde\x0e\xd2\x37\xef\xda\x4a\xec\x3e\xb2\x4a\x02\x4e\x00\x3f\xb7\xc6\xa9\x78\xf0\x65\x04\x0d\xc0\xa9\x07\x9e\xb9\xd7\xda\xc8\x06\xbf\x58\x9b\x95\x9f\xf4\xe2\xab\x12\x56\x02\xf2\x98\x60\x0f\x33\x91\x74\x16\x0e\x01\x37\x98\x38\x6a\x96\xef\x44\xa6\x49\x05\x24\x18\xed\x06\x10\x17\xc3\x7f\xee\xdf\x05\x84\x34\x77\x3f\x2b\x33\x2e\xe3\x30\x26\xc0\x76\x9b\x1f\xd0\x9d\xff\x14\x6a\x74\x48\xa0\x18\xd4\x90\x67\x7d\x9c\x81\x47\x03\x27\x2e\xf2\x90\xa6\xd0\x34\x4c\x83\xd2\xde\xd9\x42\x4c\x4c\xe7\xf4\x45\x7d\xa8\x5a\xe6\x82\x19\xaf\xca\x0f\x62\x6c\x03\x0d\xdb\x47\xeb\x45\x77\x93\xb0\xc8\x9c\x4b\x7e\x16\x2c\x54\x9d\x54\x4a\x79\x20\x7c\x5a\x61\xfd\x5c\xbb\xdc\x98\x3c\x91\x53\x7e\x14\x1f\x15\x9f\xf9\x46\x50\xcb\xdc\xaf\x2d\x19\x3c\x9b\x39\xd3\x7f\xaf\x40\x7f\x37\xd5\x47\x39\x6d\xff\x33\xad\xf8\xa5\x34\x95\x0a\x66\xe9\xd0\x2a\x7f\xd3\x57\xeb\x8a\xf4\xa2\xa9\xbe\xb7\x9d\x98\xd2\x4a\xad\x76\xad\xc9\x51\x21\xb6\xf2\xb4\x47\x56\xe1\x0e\xfa\x0b\xbd\xd8\xed\x24\x59\x3f\xd7\x7d\x62\xa8\x26\x0b\xb7\xfa\x80\xe5\x91\xe5\x8a\xa5\x59\x85\xea\xa9\x71\xf9\x02\x2b\x5f\xc5\xa5\x37\xfd\x53\xb1\x0a\x27\xe1\x10\x34\xf4\x3e\xbb\xcb\x41\xbc\xda\xc5\xa3\x8c\x76\x69\x7e\x20\x59\xd9\x22\x8d\xde\x72\xcf\x32\xbf\xda\x3f\xa2\x2d\xc3\x97\xd0\xd1\x4e\xf6\xcf\xe3\xf9\x97\x1e\xc8\x50\x95\xb6\xe3\xb4\x65\xff\x84\x91\xf7\x37\x0f\x3a\x90\x09\x43\x46\x5b\xd2\xaf\xb8\x1a\xa6\xc0\x49\xd4\x61\x0c\x2e\x34\x74\x07\x3b\x6a\x0e\x4f\xec\x1b\x0d\x8c\x0a\x20\xff\x5a\xa4\x4f\x7d\x1e\x1f\xbe\x19\x61\x4b\xa8\xa4\x1f\x51\x26\xc3\xac\x85\x32\x8c\xf5\x2b\x8a\xc4\x08\x00\xf7\x33\xf9\x95\xbf\xd8\xfa\x9d\x2e\x01\xbd\x70\xcc\x92\x60\x49\xb0\xa0\xb3\xca\x69\xe9\x43\xe2\x51\x18\x81\x70\xe5\x55\x26\x8a\x72\xc2\x2c\x70\x2e\x58\xbc\x95\x08\xe2\xbe\x48\xa0\xcb\xbf\x0e\x01\xc2\xf4\x44\x5d\x7f\x5a\xc8\x7b\x82\x27\x0b\x84\xc7\x5f\x17\x43\x13\x97\xde\x3b\x5f\x16\x43\xad\xb8\x18\x16\xf8\xd2\x7b\x0b\x8b\xc1\xbf\xbb\x18\xc4\xdf\x2d\x06\x33\xa7\x07\xcc\x69\x45\xab\x8e\xb5\xfe\x73\x95\x34\x83\x85\x25\xdc\xf2\x4d\xb5\x68\xc4\xc2\xed\xb2\x87\x8b\x0b\xae\xca\x88\x57\x50\xc9\xa0\x28\xe9\x65\x55\x61\xcf\x1c\xbc\x92\xc4\x23\xa7\x7e\x9b\x3b\x57\x31\xc3\x77\x69\x49\xe2\xb3\x1c\xa6\xe4\xf5\x58\x16\x6e\x30\x7f\xf3\x6b\x26\x95\x8b\x9e\xba\x71\x4b\x75\xa9\xfb\x6f\xc2\x4a\x9b\x68\xeb\x26\xda\x22\xa1\x26\xda\x22\xd2\x9a\x84\x23\xe8\xc8\xb2\x85\xa2\x3f\xf6\xc0\x56\xa6\xea\xfc\x81\x29\xd4\xbe\xd7\xea\x18\x79\x11\x98\xdb\x4b\x4a\x71\x97\xb1\xe6\xf9\x05\x22\x4b\xdc\xc7\xbc\x95\x67\x86\x0c\x14\xe5\xb6\x14\xce\x12\x24\x65\x10\xe1\xc5\x2f\x66\xdf\xaa\x4b\x61\x07\x74\x20\x7e\xd2\x8d\xc5\x2f\x66\xdf\xd2\xf7\x9d\x48\x62\x39\x55\x20\x58\x61\x4f\x9d\x63\xc4\x56\xe3\x1e\x91\x11\xb8\x44\xe6\x3a\x31\xeb\x17\x25\x0e\x13\xf3\x75\xd3\x3e\x3a\x84\xf5\x45\x4f\x28\xbf\x5f\x42\x13\xc3\xb7\xdc\x0b\x4a\x6c\xe7\xd6\x9f\xe9\x05\x8d\x67\xf3\x57\xfa\x78\xe3\x99\x70\x5b\xfa\xc6\xd1\x23\xec\x26\x8c\xc9\x59\x5c\x58\x13\x6e\x71\x5c\x77\x1c\x95\x0e\x11\xdd\x98\x14\xfa\xeb\x14\xc7\xb6\xca\x94\x82\xb5\x25\xee\x5d\x25\xfd\xf2\x54\x54\x54\x38\xdc\x27\x5a\x9d\x58\xf7\x07\xd4\xf9\x2a\x09\xff\x19\x59\xdd\xb1\x56\x40\x1f\x18\x77\x9f\x39\xee\x5c\x4e\xb9\xa6\x04\xaa\x50\x15\x7e\x9b\xb2\x68\xa7\x1c\x88\xa8\xf8\xdb\x87\x21\x47\x73\xc0\x7d\x46\xbf\x3e\x52\x4e\x86\xfd\x4a\x76\xfb\x87\x80\x30\x25\x68\x1e\x46\xe4\x77\x84\x7a\xf9\x52\x6b\x1d\xc4\xe4\x94\xff\xa7\x4a\x7a\x74\x95\x04\x42\x4d\xae\x91\xfc\x56\x95\x94\xda\x8d\xc4\x80\xb5\x84\x41\x1c\xa2\xd8\xe7\xee\x7a\xbc\xb7\xf6\x76\x6d\x53\x89\xbd\x55\x66\x63\xad\x0c\x75\x9f\x25\xc4\x4f\xf3\xc2\x5d\xdb\xd0\xea\x7a\x42\xd5\x40\x5d\x57\x43\xbe\xe3\xd4\xcd\xdf\x31\xad\xb5\x39\x81\x91\xe2\x3f\x08\x1b\xd1\xab\xb2\xdb\x4a\x52\xa8\x1a\x1d\x82\xb3\x0b\xc2\x85\x93\x1a\xd5\x13\xa9\x97\x8c\xcb\x15\x42\xc0\x16\xea\xf5\x47\x3e\x8c\x1a\x7f\x14\x3b\x43\x38\xbd\x24\xad\x94\xaf\x90\x1d\xfb\xc2\x4a\x16\x81\x00\x6c\x78\x5d\xa5\x0f\x54\xa5\x70\x51\xbd\x36\x39\x03\xa8\x1f\xc4\x5d\xce\xa9\x31\xc2\x69\x49\x8b\xf3\x8c\x22\xa1\x59\xb4\xa4\xa0\xeb\x70\x79\x19\x96\x17\x4a\x0c\x63\xa8\x31\xc7\x06\xa0\x1d\x43\x78\x82\x30\xf9\x1e\xfb\x7b\x7c\x59\xde\xe1\x54\xd6\x0b\xe5\x8a\x43\xce\x0b\xbe\xb9\x75\xad\x88\x09\x41\x8f\x68\x17\xc9\x6d\xef\x25\x42\xae\x9a\x30\x89\x0f\xf1\x19\x59\xa7\x5c\x4e\x79\x05\xbc\x24\x4e\x63\x47\xe1\x36\x01\xd7\x96\xbd\x82\xcf\x70\xb2\xa9\x8e\xca\x29\x87\x89\x4a\x43\xc9\x43\x91\x3f\x23\x5c\x21\x56\xca\x3c\xe1\x53\x3a\x9c\x08\xd4\x0e\x3c\x94\xc6\xcb\xe4\x9a\xd1\x21\x7f\xdf\x3b\x5e\x40\x17\xcc\xba\xc3\x3d\x08\x1b\x03\xdc\xf9\x2a\x69\xda\x0e\x32\x04\xc3\xd5\x64\x0b\xe8\xf0\x61\xbd\x02\xa2\xc9\x04\xa4\x3d\x4d\x00\xb9\xcf\x08\x03\xfb\xb3\x9f\x2e\x1a\x42\x82\xee\xf4\x5b\xe0\xdf\x77\x13\xb8\x95\xce\x30\x29\x4a\x1c\xc1\x3d\x21\x05\xee\xcb\xbb\x8d\x2f\xf9\x0f\xef\x1e\x92\xe7\x69\x20\x7c\x8a\xf5\x78\x8d\x13\x2a\x4a\x37\x4c\x8d\x02\xdf\xf4\x92\x2b\x73\x99\x06\x04\xbf\xaa\x87\xd3\x2a\xcb\x48\x73\x4a\x9c\x19\x9b\xbc\xd3\x1e\xaa\x9f\xb2\xb1\x4c\x99\x7c\xf6\x94\x4e\xa0\x12\xf8\x6b\x27\x01\x24\x64\xf1\x1e\x3d\xe6\x5a\x5f\x05\x7d\xca\xe4\x70\xef\x9e\xa3\xb9\xe7\x54\xa1\xc4\x55\x9b\x27\x6a\x72\xc0\x40\xe8\x46\x78\x42\xfd\x02\x0c\xed\xff\x7d\xc8\x6d\x61\x1d\xac\x1e\x7e\x9e\x46\xd9\x3b\xa9\xe2\x9a\x4a\xbb\x8c\x33\x22\xff\x45\xc7\x04\x85\xb8\x50\x68\x52\x8f\xc1\x92\xb6\xb9\xc0\xf5\x54\x02\x32\xe6\x04\x04\x1e\xef\x70\xd5\xe9\xd5\xa2\x2d\xf9\xbe\x5f\x45\xb2\x10\x0c\xc9\x90\x03\x5c\xc7\xca\x28\xb7\x2b\x6b\x84\x81\x6a\x2d\x91\x82\x77\x06\xcb\xf8\x70\x1f\x00\xba\xfc\x11\x5d\xa8\x4a\x61\xe1\x3c\x5c\xc9\xec\x68\x41\xa1\x0f\xfa\xb7\x97\xc2\x41\xa9\xe1\xac\x43\x6d\x54\x9c\x19\x52\xa6\x1c\x67\x4c\x76\x8b\x72\x83\xb8\x9a\xb3\x69\x10\xa5\x87\xec\x37\xe7\xbd\xd7\xa8\xe4\x4a\x0d\x8f\xa8\x50\xd8\x73\xa9\x21\x5e\x20\x26\x26\xcd\xa9\x9c\x66\x14\x4d\x08\xb5\x13\xd1\x93\x0a\xb0\xc7\x1d\x7a\x18\xb4\xb2\xf6\x25\xa0\xd9\xc0\xf2\xfa\x01\x26\x41\xbd\x51\x39\x6d\x68\x09\x40\xbc\x09\xbc\x07\x6e\xda\x06\x32\x45\x99\x66\xc1\xad\xd6\x69\x8d\x8c\x7b\x4c\xda\x1e\xbd\x90\x87\x22\xe4\x44\x1c\xfa\x8f\xb9\xb7\xc6\xcc\x64\x88\x8d\x5f\xb8\xf2\x91\x32\x26\xad\x8e\xda\x72\x2c\xf9\x6f\xde\x50\x7c\x58\x35\x54\x37\x97\xbc\x72\x5d\x16\x9a\xf6\xbb\x81\xfc\x96\x59\x65\xc3\x49\xe3\xef\xe5\x29\xbb\xd0\xed\xf3\x22\x37\x04\xcf\xfd\xf2\x50\xcc\x7e\x96\x5d\xf1\xcc\x22\x6f\x53\x18\x81\x03\x20\x1d\x7f\xdd\x7c\x20\xdf\x77\x4a\x24\x9a\x64\x0d\x37\xb7\xfe\xa9\xeb\x8d\x7c\xd7\xff\xed\x05\x37\x3d\x4f\xfe\xd8\xf3\x1a\x7a\x3e\x5d\x6e\xd3\x9e\xcf\x84\xcb\x54\x40\x47\x74\x7d\x0a\x5f\x71\xae\x9a\x26\x66\xef\xf2\x0e\xd0\x80\x34\xf1\x8e\x50\x3f\xcf\x16\xe5\x4f\x9c\xbb\xc8\x4d\x8b\xba\xcc\x1e\xf2\x51\x9e\x91\x45\xa9\x8c\xa6\xe7\x7f\xa4\xcf\x6b\x63\x9d\x87\xed\x77\x85\x00\x99\xc5\x05\xcf\x4f\xe3\xec\x79\x57\x0c\xd9\xc5\xb6\x8e\x19\x47\xc3\x12\x53\x3d\x18\x3f\x90\xdf\xbb\x94\x15\x1e\xe3\x74\x15\xda\x42\xbd\x54\x63\xcf\xdc\xad\xc6\xb5\x98\xc2\xe5\x2b\x7a\xe0\x1f\x26\xe0\x35\x8d\x7f\x2d\xdc\x1a\x36\x09\x88\x72\x08\x31\x02\xd6\xfa\x85\x84\x39\x97\x3f\x7b\x29\x79\xad\x21\x0b\xb9\xba\x54\x11\x8d\x97\x39\x3f\xfe\xf8\x44\x7b\x52\x9e\x8b\xc3\xb0\x35\x68\x12\x30\xc5\x65\x38\x86\xe6\x10\x9d\x09\x2d\x61\xd6\xfe\x55\x36\x28\x54\x07\xb9\x8b\x4d\x71\xda\x17\xb6\x6c\x7c\x6c\x02\x74\xec\x49\x6a\x1e\x5c\x89\x5e\x41\x0b\x55\xb7\x82\xce\xea\x5b\x6c\xa1\x9e\xf7\x35\x99\x5a\x0b\x83\x35\xe9\x05\x36\xf0\x0c\x27\x25\x2e\x43\xde\xb0\xd6\x1c\x74\x5d\xee\x09\x12\x6e\x52\x39\x56\x42\xad\xf5\xac\x82\x24\x85\x49\x62\xe7\x74\xbc\x09\xfb\xd8\x0a\x4a\xf0\x24\x67\x5a\x34\xa5\x16\xed\x70\x74\x5c\x71\x66\x60\x99\x1d\x8e\xf8\xde\x86\x61\x27\x7f\x94\x53\xde\x66\x8f\x3f\x71\xbd\xc0\x8a\xa2\x01\x3f\x7d\xb9\xbf\x2b\xa9\xd4\x6d\xaa\x0d\x79\x44\x6f\x18\x2e\x77\xc7\x1e\xbd\xec\x56\x3a\x04\x06\xa8\xaf\xdf\xa1\x06\x04\xa9\x65\xd3\xac\x37\xf9\xea\xa2\xd3\x1b\xf8\x20\x7a\x74\x42\x58\x0d\xf5\x37\xed\x59\x28\x02\x94\xd3\x9a\xd4\x16\xdc\x62\x5d\xb2\x85\x4f\x2a\x40\xc1\xd4\x51\x91\xce\x8c\x07\xb6\x72\xb5\xe3\x0a\xeb\xb3\x12\x76\xd4\x67\x1b\x60\xc8\xb6\xbb\x98\x36\x0e\x1e\xc2\x1c\xd8\x65\x7c\xfb\x94\xbc\xea\xcb\x7e\xe3\xc2\xf0\x41\x17\xac\x21\x2e\xdc\x81\xc3\x0c\xe5\xc8\x13\x9c\x0b\xd3\xa4\xe2\x96\x67\x42\x1d\xfa\xc6\x3c\x6d\xe3\x19\x72\xc9\x3e\x6b\x13\xbe\x4d\xae\x11\x32\x6b\x8f\x12\x7e\x88\x6c\x8e\x0f\x5a\x2f\x3f\xc8\xd7\x76\x4c\x56\xd4\x59\xbe\x94\x6d\x71\x96\x91\x74\xbf\x59\xa7\x49\xb6\x4e\x29\xc2\xab\xd7\x67\x8c\xf5\x59\x73\xf2\x2b\xb8\x79\x66\x1a\x85\xc6\x88\xc3\x55\x17\x37\xe7\xce\xa4\x71\x55\x06\x87\xf7\xc1\xd6\xcb\xd7\x69\x41\x79\x3e\xfd\x2c\xdf\xd3\x9d\xf5\x82\xed\x67\xbf\xb8\x59\x22\xfe\xd7\xb3\x96\x40\xf4\xb4\x74\x78\xd7\xff\xd3\x8d\xb9\x64\x50\xcb\x70\xba\xd2\xbe\x52\xac\x16\x44\x20\x3f\x3b\x57\xae\xf8\x03\x18\xf4\xa0\xc6\x63\x59\x34\x0c\xd8\xf2\x31\xa4\xdf\x5a\xe6\x18\xfc\xf9\x8d\x4a\xbf\xa5\xdf\x4c\xed\xe5\x97\x62\xa3\x75\xb1\x23\x3f\xf8\x10\xa1\x87\x73\xe6\x26\x19\x25\x56\x43\xad\x98\xf0\xc0\x07\x11\xd7\x74\x93\xdb\x7a\x6a\x23\xf9\x4f\x3d\xc5\x73\x2d\x0b\xb9\xd9\xd5\xab\x9b\xe6\x4e\xfe\xac\xd1\xf7\x87\xe2\x82\x3e\x17\xe4\x56\x49\x8a\x21\xc6\xf8\x9d\x7f\x6e\xd3\x2a\x3e\x98\x55\xbc\xc7\x2a\x86\xca\x35\xec\x26\xa4\x2e\x5d\x25\xf1\xdc\xbd\x6c\xab\x2a\x5d\xd3\x2e\x19\xda\xa3\xbf\x5b\xd3\xce\x7f\x58\xd3\x54\x01\x70\x04\x48\xec\x34\xea\x8e\xf2\x1d\x0f\x64\xe7\xfe\xcb\x36\x41\x9e\x38\xbb\x81\xed\x5f\x22\x3f\x8d\xf8\xe0\x50\xe8\x9e\x16\xeb\x87\x1f\x7b\xf9\x49\xe5\x79\xe8\xd2\xbd\xaa\x32\xe8\xf1\x07\xbe\xdd\x4d\xca\xd6\x8a\x9f\xf8\x14\x39\x11\x13\x32\x91\x5b\xee\x65\x7a\xdb\x99\x77\x75\x2f\x9e\x89\x05\x8a\x25\x29\xcf\x7b\xcb\xfc\xc6\x8d\xa4\x02\x6b\xb7\x72\x7b\x51\xdb\x4f\x0f\xe5\xb9\xa8\xc8\xc1\x2f\xbd\x4d\x8f\x52\x9f\x50\x6b\x75\x92\xf3\x6f\xb6\x69\x7c\xe5\x0c\x8c\xae\x34\x80\xaf\x13\x6d\x88\x2b\x08\x31\xb7\xbe\x61\x1d\xb8\x23\x11\xf2\xa4\x90\x3c\x3b\x49\x2b\x10\x7f\xa9\xbf\xbf\x83\xda\xec\x49\x1d\x79\x91\x3b\x26\x6b\x38\x04\x5f\x6f\xfb\x22\x76\x27\x4d\xb2\x1e\xa2\x41\x96\xcb\xd0\x6d\x8c\x53\x7c\x18\x31\xaf\x0d\xb8\xf1\x7a\x69\x1d\x36\x63\xb8\x27\xb6\x32\x6f\xac\x1f\x51\x0c\x3e\x87\x52\xff\x46\x08\x3b\x21\x3d\x37\x59\xa2\xcd\x93\x55\xe7\xf6\x5c\x40\xc5\x8f\x2b\x44\x55\x71\x8b\x76\x33\xb6\x1c\x64\xae\xef\x22\xec\x73\xbf\x8d\x65\x3a\x43\xab\x52\x60\xd8\x15\x25\x3b\xa0\x71\x96\x10\x60\xdd\xae\x4b\x01\x8f\xe3\xb6\x81\x44\x86\x56\x75\x78\x3f\xba\x80\x1c\x91\x66\xa1\x0b\xf3\x78\x97\x7a\x41\x3d\xe4\x01\xe8\x91\xa3\x8d\xe3\xad\xb5\xc6\xa0\x90\xea\x72\x96\x8b\x4f\x0c\x32\xd3\x03\x34\x13\x32\xbf\xde\x5a\x09\x79\xad\x4f\x2a\x42\x82\x4a\x3e\x79\x83\xfc\x8d\xb9\xe4\x0d\x83\xd9\x45\x14\x7a\x31\x4e\xfc\x84\xdd\xa7\xb8\x97\x8f\x7a\x77\x4d\xb9\x14\xef\xdc\x27\x37\xc0\xbf\x6f\x6c\x7b\x91\x2c\xd7\x87\xfe\x89\xc6\xde\x3b\x2d\x98\xa6\x81\xc9\x48\x9a\x83\xaf\x53\x50\x63\xb2\x51\xfc\x3b\x59\xf3\x9b\xc8\x45\xa6\x80\x56\xe3\x05\xbc\x17\xcd\x19\x5c\xb9\x98\xe4\x09\xf5\xf5\x85\x89\xba\xfb\x42\xd8\x9d\x5c\xba\xe7\xea\x23\xb8\x71\x28\x2e\xcf\xd6\x8e\x0e\xa4\x58\x02\x2f\x23\x3f\x60\xd0\x2d\xcc\x80\x0d\x0b\x03\x76\xe5\x73\x2c\xc9\x82\x69\x59\xf4\x0a\xfa\x22\xfd\xa7\x74\xcd\xce\x3b\x97\x18\x45\x5c\x21\x16\x6a\xb9\x50\x7f\x58\x7b\x35\x75\x67\xed\x31\x14\x40\xb6\xf8\xe6\xe6\xc0\x2c\xa5\xab\xa1\xd8\xa7\x50\x7d\xed\xd3\xed\x22\xa0\x9d\x58\x48\xe0\xf1\xc8\x06\x4c\x3b\xba\xab\x8f\xff\xbc\x32\xb4\xc9\xcb\x5b\xbc\xdb\x40\xd4\x86\x9b\x5a\x58\x20\x2b\x25\x2c\x10\x06\xbd\xf9\x6c\x5b\xfc\xbb\xee\x66\x85\xec\x83\xa2\x41\x6b\xfc\x4f\xc6\xec\x07\x7c\x02\xee\x4b\x6e\x5f\x32\xb0\x2f\x23\x7d\x5f\xd8\xb8\x8e\x58\xdc\x60\xab\x3e\xdc\x48\x31\xe2\xa4\x85\xf2\xe8\x34\xa8\x16\xc5\x6b\x6f\x58\x3d\x57\x42\xd5\x50\x23\xb6\x3f\x43\x0e\x04\x2d\xab\x30\x45\x00\xb6\x50\x1b\xe4\x57\x7b\x44\x55\xac\x9e\xd6\x96\xd9\xea\x7a\x54\x79\xbf\xa5\x79\x6b\x7a\x78\x6d\xa1\x22\x15\x21\xd1\x17\xed\x6a\x1f\xb1\x75\x37\xd7\x3c\x0e\x4e\x96\xa2\x86\xc2\xa8\x54\x6d\xc7\x5e\x2e\x4c\x8d\x27\x54\x60\x55\xea\xd2\x7c\xdb\x12\xea\x89\x07\x29\xc5\xd9\x30\xc9\x6a\x55\x69\x3c\x92\x13\x5e\xeb\x3c\x8b\xfb\x5f\x00\x79\xa5\x35\xb3\x84\xe9\x1c\x57\xfa\xf9\xd3\xf4\x8c\x64\x24\xde\xfb\xd7\x12\xfb\x29\x2c\x46\x9c\x40\x5d\x58\xc8\xf5\xaa\xcb\x67\x9e\xc7\x9c\x9b\x63\xca\x55\xc2\x57\x05\xa5\xaa\x59\x61\xd7\x59\x0b\x2a\xcf\xd7\xbb\x0d\x6f\xd6\x15\xb1\xab\x16\x3c\x3d\x4e\xeb\x8a\x24\xf1\xc5\xd2\x22\x6a\xbe\x7e\x88\x16\xbb\x41\x0f\x53\x0e\x7b\x9d\x6c\x21\x64\x66\xbf\x73\x9a\x33\xb9\x55\x98\x51\x29\x61\x9c\x9e\xb4\x07\x00\x4d\x5a\x50\xe9\xf1\x64\xbf\x4a\xdd\x39\xea\xd7\x61\x45\x7a\xe0\x4a\xae\xc8\x37\xab\xfc\xb4\xc9\x59\x23\x9b\xb8\xf2\xee\x03\xf7\xc9\xc3\x7b\xdc\xe8\x97\x56\x02\x13\x65\xdc\x43\x67\x1b\x16\x09\xad\xae\x7d\xf1\x11\x6a\x96\x96\x33\x8c\x43\xd8\x44\x14\xec\xd6\xa7\x6c\xb1\x4f\xf9\x00\x6a\xec\x04\x53\x57\x70\x13\x17\xfa\xee\x83\x55\xd7\xc1\xeb\x77\xca\x00\xd9\x7d\xf2\x12\x48\x64\x0e\xf0\x20\x7d\xc3\x97\x21\x5c\x16\x95\xab\x33\xb2\x37\xa9\x41\x2d\x38\xf8\xdb\x68\xef\x7f\x55\x3f\xd5\xa6\x9f\x30\xd2\x76\x6c\x94\xc6\xdc\x7e\x55\x4c\xe4\xb9\x86\x16\xf4\x55\x3f\xfd\x6a\x1d\xae\xaf\x99\xb6\x4a\xfb\xda\x01\x32\xa3\x1d\xb1\x65\x5b\x06\x37\xa9\xfc\x22\x52\x90\x9b\x63\xb4\x5d\xfe\x88\xb7\xc7\x66\x45\xae\x5b\x60\xa1\xf6\x01\x5e\x6c\xef\xa5\xfc\x41\x7b\xcb\x16\x03\x1b\x8e\x1e\x7a\x8c\x8a\xb5\xfb\x30\x1e\xea\xfc\xa1\x74\x99\xe6\x87\x77\x7c\xfb\x88\x49\x24\x1e\x9e\x11\x4e\x66\xe7\xa5\x1e\x55\x5b\xa8\x9a\x35\xcf\x0b\x2d\xef\x8a\x91\x9b\xc2\x8f\x4a\x58\xc2\xcc\xd0\x88\x31\x70\xf7\xb0\xf1\xbc\xe4\x70\x17\xa3\xc7\x69\x39\xc8\x47\x33\x0b\xb5\x45\x96\x90\x1a\x9b\xbf\xd3\x46\xbb\x29\xf0\x00\x29\x44\xd3\x0b\x83\x8b\xdc\x35\x61\x37\x8c\x5b\xb9\x25\xef\xbc\xa9\xe0\xd9\x00\x30\xfb\xa5\x10\xa9\x39\x91\xc8\x98\xae\x77\x74\x72\xad\x24\x79\x42\x54\xac\xa8\xce\x9b\xe3\x33\xec\xde\xec\x41\x5f\xc2\x11\x57\x07\x7d\xed\x47\x8d\x3d\x3b\x75\x00\xc8\xaa\x1d\x0b\xbf\x73\xf2\x90\x6a\xfb\x4b\x99\xf0\xc6\x35\xdd\xd9\x77\x29\x7e\xf0\xba\xa9\xd2\x1e\xf3\x40\xf8\xed\x52\xc6\x73\xdb\xc9\x0d\xb1\x7a\xda\x3e\xfd\x8b\x90\xa9\xf0\xea\xed\xa0\xd7\x4e\x73\x9b\x9f\xb8\x98\x00\x1d\x18\x99\xcf\x86\xa3\x62\xca\x2b\xaa\xb0\xc5\x87\xe4\x52\xf3\xc4\x80\xcc\x3d\xb3\xb6\xc4\x42\x22\x69\xee\x83\x96\x06\xe2\x89\x35\x43\xaf\x83\x21\xdc\x00\xaa\xa8\x39\xb8\xb1\x33\xa7\x42\xcc\x2f\xf8\x7c\x6f\xb0\x0c\x0a\xcf\x34\xab\x28\x80\x0b\x79\x7b\xf3\xf9\x7c\xe9\x8c\xf3\xcb\xc5\x9c\xd3\x93\xea\x2f\xb2\x5e\x80\x6c\xa3\x02\x2b\x24\xd9\xe5\xbe\x96\x3d\xf1\x38\x5d\x31\x7a\x6e\xde\xb4\x7b\xfb\x83\x69\x07\x89\x53\x25\xe1\xfa\xde\x61\xa5\x5f\xdc\x6c\xe4\xa9\x50\xbe\x75\xb9\xf1\x83\x0c\x85\xf5\xf3\xc6\x0f\xb2\x93\x14\x2a\xcd\x44\x54\x20\xcb\x73\xb1\x1c\xbe\xea\xe3\x83\xe0\x5b\xc9\x49\xba\x1e\x1e\x00\xd8\x7a\xc7\xc0\x3a\x05\xbc\x57\xf0\xaf\xb3\x01\x9a\x93\x47\x0e\x91\x1a\x1c\x22\x48\x8f\x70\x50\xfc\x37\xad\xb3\x6f\x72\xd3\xe6\xe8\x13\xf0\x3d\x99\x66\xc5\xa6\x7b\x4a\x58\x71\x15\x17\xf1\x65\x78\x9a\xbc\x03\x7f\xa3\x14\x30\x00\x2b\xbf\xa1\xd9\x1e\x9b\xec\x3b\x14\x72\xa8\xc6\x43\x05\x53\xc6\x39\x04\xf4\xd8\x76\x9c\x83\xc4\xa6\x2b\x0b\x9a\x6e\x2f\x98\xe3\x77\xa0\x61\x30\xbe\x2e\xfd\xf6\xf8\xa8\x85\xb5\xdb\xa3\xa8\xed\x07\xbb\x58\x2c\x21\x7e\xfa\xbf\xd3\x50\x6b\x1b\x1d\xd5\x0a\xc2\x06\x71\xe3\x6f\x8d\x30\x5a\xf9\x5d\xa6\x8c\xe4\x7f\xd9\xab\xd8\xc5\xe4\xd9\x14\xfc\x35\x18\xeb\x7a\x56\x8f\x7c\x5f\xbc\x19\xe4\x6f\xac\x07\xb0\x11\xa2\xe0\x0f\x76\x5f\xd8\xe7\x35\xb1\x9a\x63\x85\xb6\xc7\x77\x1f\xda\x33\x60\x52\x05\xdf\x32\x2b\x89\x3f\xc5\xf3\x66\x5c\x34\xbc\x84\x96\xb0\x7d\x38\x6f\xe6\xdf\x6c\x1f\xf2\xfd\x30\x71\xfe\x09\xff\xde\xe9\xb9\x98\x1c\xf1\xdb\x47\x85\x8f\x91\x7f\x6b\x89\xab\x0d\xc4\x30\x60\x3b\xe9\x9e\x71\x25\xe6\xc6\x55\xd7\xc6\xbf\x73\xe3\x62\xee\x22\xf6\x5f\xe9\xc7\x80\xd9\xf0\xd0\x7b\xaf\x57\xf8\xe6\x05\x8b\x90\x4c\x8c\x7f\xeb\xe8\xed\x78\xef\xaf\x7f\x7c\x76\x87\xb8\xe8\x0c\x65\x64\x50\xb1\x62\x96\x29\x6b\xd8\x80\x33\xd3\xb7\x1e\x0a\x1d\x4b\x54\x76\xe1\x5c\xa1\x9f\x7c\x70\xcb\x9d\x4f\x5a\xb9\x57\x92\x8c\xaa\x06\x55\x08\xbf\xb1\x92\x79\xc5\x8d\xf3\x4d\xe2\x7e\x35\x17\x17\x72\xf4\xf5\x8f\x15\xf9\x60\x0f\x40\x3e\x69\xe1\xf4\x31\xad\x58\xa3\x97\x1b\xf7\x5e\x67\xd7\xb0\xac\xde\xa1\xa5\x9c\xd0\xc7\x5c\x5f\xb5\x3a\x69\x99\x6e\xde\x0c\xf2\xfd\x67\xf3\x63\x2c\x26\x8c\x43\xbc\xa1\x52\x1c\xab\x47\x7e\xf7\x37\x14\x4f\xff\x85\x6f\x3c\x34\x94\xf3\xff\x9f\xac\xc5\x13\xa8\xdb\x37\x17\x2f\x7f\xb5\x1f\x1c\x78\x81\x62\x82\x9e\x6e\x7a\xcf\x9c\x28\x6f\xad\xa3\xf7\xb7\xdd\xd8\xf4\x77\xc8\x7c\xbc\x02\x7a\x62\x6c\x5e\xc9\x93\x51\xed\x8c\xff\xf4\xca\x6c\x36\x28\xc1\xed\xec\x95\x3d\x61\x2d\xad\x2c\xa8\xd5\x5e\x0d\x0a\x52\xe7\xb8\x1b\x17\x26\xa8\x22\xb3\x45\x22\xbc\xe8\xce\x44\xa9\x5a\x1f\x11\x0b\xef\x8a\xc4\x70\x3b\x59\x50\x85\xed\x2b\x27\x1e\x7d\xd3\xf9\xfc\xdd\x29\x83\xe0\xae\xf2\xfd\x50\xb4\xfa\xdc\x58\x3b\x59\x03\x54\x81\x40\x7b\xc4\xa4\xf8\x5d\x31\x41\xfa\x6f\x4f\x86\xb4\x58\x2c\xfd\xd4\x50\xa8\x81\x7e\x4a\xbf\xf3\x8a\x7f\xf9\x2d\xea\xb9\x62\x52\x06\x8b\x23\x1a\x1c\x1f\xd3\xdb\x72\x69\x1f\x7f\x1e\xdd\xba\x14\xc3\x0a\xad\xd4\xc9\x4e\x95\xbf\x31\x22\x2f\x48\xd1\x7c\x6f\x15\x57\xc7\xdd\x85\xc6\xde\x9f\x20\x62\x50\x57\x92\x07\x8c\xfc\x68\x9e\xd7\xf2\x8e\xa0\x39\x8a\xef\xbb\xbe\xa0\xb4\xfe\x9f\x2f\xed\x10\x93\xb0\x94\xf6\xd9\x13\x6a\x63\x61\x35\xd3\x68\x7b\xc5\x69\xa3\x56\x19\xfc\x1f\xa3\x6a\xdc\xfd\xa0\xdb\x2b\xc8\xc4\xa3\x9d\xfb\xbc\xd7\xc6\xac\xbf\x75\x2e\xf9\x8e\x88\xb7\x38\x01\x71\x12\x7c\x0a\x3d\x04\xc4\xc9\x1a\x7e\x46\x55\x1f\x36\x92\x69\x53\x8c\x9c\xca\x0a\xaf\x21\x98\x67\x14\x90\x7d\xa6\xc0\xfa\xd4\x97\x17\xb8\x25\xe2\x81\x11\xa7\x9e\x78\x1e\x96\x1d\x31\x7b\x6c\xd2\x62\x7e\xb1\xcb\xb6\x98\x1d\xb8\xa8\x90\x56\x2e\xe8\xca\x3a\x86\xdb\x1c\x56\xde\x9a\xf8\x13\x5e\x1d\x2d\x7d\x3e\x08\xb4\x65\x60\x33\x36\x32\xda\xb4\x38\xb1\x67\x11\x22\x66\xc2\x1f\x06\xec\xde\x8a\x91\xf6\x17\xf9\x24\x32\x50\xba\xe2\x90\xbc\xc2\x96\x6e\x4c\xb3\x66\xaa\xc0\x78\xd2\x17\x57\x50\xa2\xf8\x88\x1b\xb3\x1d\x1b\x9b\xf2\xe6\xf4\x93\x75\x02\xd3\x3c\x61\x72\xaa\xa8\x4a\x4b\xf5\xe5\xde\xde\xce\x9b\xc4\xd7\x82\x49\x8c\x85\x38\xb8\x73\x0e\x62\xc2\x99\x15\xde\xc4\x10\x7d\x8a\x62\x41\x34\x14\x6f\x5f\x84\x3c\x25\x97\x7c\x53\x39\x91\x2f\x97\x9a\xc5\x8f\xb8\x42\xfd\xe4\x17\xac\x29\xdd\xd6\xea\xeb\xb5\xed\x88\xfe\xa3\xff\xa6\x3b\x63\xf3\xc4\x19\x5b\xdb\x15\xd6\x52\x76\xc1\xa5\x4d\x77\xa8\x51\x71\x9d\xb5\x3b\xe3\x7c\x03\x1c\x9f\x71\x38\x07\xe4\x98\x6b\x71\xe2\x98\x2c\xe7\xcd\xf9\x7f\xe9\xbd\x98\xf0\xec\x04\xe3\xfc\x2d\xbc\x25\x41\x68\x6e\x6b\x59\x4f\x27\x2c\xd5\xb2\xfd\x40\x0a\xed\x3c\xdf\xb2\x52\x67\x8c\x59\x64\xb5\x63\x8d\xfd\xd5\xa0\xe5\x5d\x51\xbc\xbe\x4b\x64\x01\x3f\x15\x9b\xb1\x66\x4e\x1c\x7e\x94\x1b\x5e\x91\xa7\x7e\x6e\xe8\xc4\xd4\x9c\x37\xeb\x1f\x48\x73\xe6\xd5\x94\x8d\x9d\x5a\xca\xbd\xba\x33\x13\xab\x39\xa5\xff\x1e\x50\xc7\x87\x6e\xba\x94\x99\x8e\x42\x76\x9b\x55\x79\x56\x95\x69\x66\x33\x7d\x59\x0b\xd9\xbc\xf6\xcc\x37\xe4\xd5\x6b\xd5\x51\xd5\x4b\x71\x3d\x86\xe7\xfc\x30\xd2\x66\x10\x8a\xd5\x1e\x64\x90\x6c\x19\x26\x4a\xff\x90\xb5\xc9\xd1\x02\x8a\x47\x16\xc3\xc3\xca\x7e\x61\x1d\xb0\xba\xcf\xf7\x71\x8a\x22\x6a\xf4\xbe\x9a\x1a\x6a\xa3\x72\xa1\x45\xad\x3b\x56\xfe\x68\x72\xa8\x48\x19\x33\x6d\xf5\xfb\x5f\x4c\x09\xd5\x93\x6c\x34\xb0\x37\x88\x0d\x9e\x7b\xe2\x5d\x4c\xfc\xbc\x71\xa4\x62\x75\xa1\x24\x46\xa4\xf6\xbf\x73\x59\xf1\x7f\x76\x1a\x2d\xfb\x2d\x3c\xb2\x90\x18\xab\xa5\x64\x51\x8d\xaa\x86\x19\x46\xeb\x05\x23\xb8\x90\x0c\x6b\xf3\x1e\x84\x50\x84\xfe\xd0\x70\x0f\x1a\xee\x5b\xd9\x11\x53\x82\x3c\xfd\x61\x83\x43\xe5\xbe\xef\x29\x7d\xd3\xad\xeb\x49\xf5\xfa\x48\x48\x7e\xe3\x8f\x32\x54\xff\xfa\x8b\x63\x87\x34\x79\x74\xd6\xd3\xbd\x1c\x0a\xab\x65\xfa\xf7\x87\xdb\xc9\xdf\x81\xfb\x6f\xdb\xc6\x67\xd2\x7b\xa3\x93\xce\xc1\x97\xe6\x05\x16\x37\x6f\x09\x50\xab\x09\xf3\x23\xb6\xc6\xb9\xef\x21\x2c\xf4\x76\x60\xb0\x09\x6e\xdd\xc6\x4a\x78\x72\xbf\xbd\x9b\x24\x65\x95\x1e\x53\x9e\x7f\x2d\x1e\xe7\xac\x8e\xba\x84\x6c\xaf\x2a\xb2\xb8\xb4\x37\x5f\x15\x59\x73\x8d\xc5\x0f\x56\x7a\x2b\xbf\xd2\x0b\x91\xdd\x6e\xe6\x1f\x80\x15\x9a\x8a\x68\x31\xe9\xdd\x6c\x55\x9b\xb7\xa8\x67\x34\xde\xd5\xbc\xfc\x26\x82\x87\x5e\x7f\xdb\x26\x7a\x9f\x8b\x7c\x2e\xdb\x62\xff\xd0\x63\x4a\x43\xe4\x62\x37\xa0\xe9\x78\xdd\xc4\xcd\x59\xc6\x0d\x38\xec\x29\x77\x46\x4d\xc1\xa3\x62\xdc\xd4\x5d\x02\x95\x54\x23\xbe\x67\x1a\xe4\xae\x9b\x9c\xf0\xcf\x0d\x73\xb1\x1a\xcf\x75\xf8\xcd\x4d\x14\x52\x30\xee\x68\xce\x42\xdb\x87\x5c\x2d\x92\x06\xb2\xe0\x1e\x02\x90\x56\x82\x37\x7a\x95\x85\x95\xa6\xfd\xda\x8b\x25\x2c\xf3\xe5\x52\x6b\x76\x56\x85\xd4\x46\xf7\x8c\xc0\x62\x3e\xc9\xbc\xc1\xd0\x27\x97\x2d\x07\xa3\xe7\x5a\x28\xb7\x38\x6d\x7a\x97\x2f\x62\x08\x31\x29\x4d\x00\x9a\x70\x26\x79\x7a\x67\x29\x63\x58\xff\x69\x54\xb5\xd2\x2a\x65\x54\x56\x1b\x59\x61\x26\xe4\xed\xd5\x4b\x0b\x12\x97\x32\xe0\x25\xb4\x33\x57\x89\x36\x20\xe4\xab\xfb\x2b\x64\x9b\x1f\x7a\xe4\xea\xa6\x5c\x18\x65\xa3\xf8\xe0\x31\x7d\x90\x6a\x3c\xaf\x85\x96\xb8\xa6\x11\xe6\xef\x34\x10\xa1\x7b\xc4\x92\x41\x3f\xdb\x96\xc2\x02\x34\x99\xd3\x40\xba\x5c\xad\x4a\x53\x4f\x26\x9d\x6d\xd4\xa1\x5c\x5f\x10\x5f\x38\x18\xe7\x25\xcf\x55\x21\x3e\x45\x05\xaa\xd9\xc3\xdc\xe5\x59\x65\xc1\x54\x20\xb1\xfa\xbb\xb6\x6a\x15\xca\x4a\x43\x2c\xed\x12\xe7\xd9\x74\x4a\x59\xe8\x44\xef\xff\x2b\xe7\x22\xfa\x91\x34\xf3\x46\xb4\x02\xed\xcd\x97\xeb\x7a\x92\x78\xe4\x8e\x57\xf2\xe7\x75\xe4\xe9\x66\xe8\x0a\x1e\xed\x05\x24\xfa\xc7\x92\xdd\xa1\x85\x6f\x90\xcb\x54\x45\x7d\x7e\xa3\x99\xae\x10\x88\xbc\x3f\x37\x2c\xea\xc8\x57\x39\x4a\x9f\xbc\xfd\x8c\xcb\x65\xa0\xe6\x15\x6f\x42\x8d\x0e\xdc\xa6\x74\xdc\xc9\x8f\x6a\xd6\x10\x2f\xcc\xfa\x6b\xf9\x2c\x85\x45\xdc\x86\x6e\x31\x04\xb6\xa5\xfa\x71\xf5\x0f\x14\x1f\x78\x45\x3d\x06\x54\x65\xb6\x0a\x67\xff\x0f\xd7\x0a\x28\xa6\x9f\x14\xf6\x81\xcf\x91\x05\xab\x66\x8d\x2d\x68\xa9\xea\xdb\x7e\xfe\x6f\xef\xba\xe9\xe7\xa8\xc8\x0f\xfd\xde\x99\xf7\xa8\x36\xcf\x20\xb3\x37\x85\xfd\xe2\x25\xa1\x36\xd2\x54\xc2\x88\x36\xcc\x5f\x79\x41\x60\x0a\xb1\x6a\xf5\xba\x45\x43\x9d\xf8\x48\xa8\x17\xa3\xda\xf1\x01\x4e\x08\x2c\x20\xc0\x1f\x05\xc0\xc5\xec\x65\x1e\x72\x92\xd1\xa6\xc5\xed\x51\x79\x22\xac\x1e\x85\xb5\x87\x42\x78\xe4\x41\x8f\x94\xee\xdf\x45\xfd\x34\xa2\xb5\x0d\x93\xb1\x01\x75\x7d\xd2\xd0\xe7\xdc\x30\x96\xb9\xf6\x0c\x85\x7a\x61\x23\x66\xcf\x33\x77\xda\xa7\xc1\xe2\xa1\x56\x72\x6f\xd6\x37\xaa\x80\xcd\x8e\xd6\x17\xf5\xe2\x4c\x77\xf8\x23\xac\x43\x5e\x2b\xb7\x3f\xa7\xe3\x74\x13\xd1\x38\xed\xc6\xb9\xf5\xe6\xd4\x5f\x69\xc7\xc6\x7d\x08\x02\xe7\xde\x16\x1d\x0a\x71\x92\x40\x84\xa0\x34\x03\xb3\x6a\xfe\xee\x13\x89\x02\xce\xfa\x9f\xb3\x0f\xf2\x1f\xd5\x4b\x7e\x59\xe2\x58\x22\x0f\x99\xe9\x5e\x18\x03\x20\xd9\xdc\x6f\xb6\xc8\xe9\x44\x55\x2b\x3f\xcd\x08\xe7\x2e\x9b\xe0\x61\x95\x3c\x18\x07\xc5\xb7\xfc\xab\xb0\x70\x84\x6a\xf5\x2f\xf7\xf7\x18\xef\xae\xeb\x15\x4a\x47\x52\x94\xaf\xf3\xf4\xb3\xb6\x50\x9d\xfe\xcd\x07\xd3\x7d\xea\xe9\x39\xf7\x65\x7e\x07\x1e\x08\xb5\xed\xf5\xbb\x27\xf2\x02\xc4\xbf\x78\x5f\x9e\xc4\x17\xe3\xfe\xcd\x28\x1c\xb2\x25\xa3\x2d\x22\xb8\xb0\xdf\x31\x2d\x85\x52\xe9\xba\xc9\x52\xd6\x7f\xc0\xc5\x9a\x06\x48\x69\x09\x0f\xa9\x74\x60\x60\xf3\x07\xbe\x5b\x01\xa6\x5c\x9a\x08\x18\xf4\xa4\x13\x35\x35\xbf\xdd\x3e\x35\xdd\x54\x1c\xbf\x1c\x9b\x2e\x25\xd8\x20\xc3\xac\xc6\x2d\xad\xb3\xd8\x42\x3c\x72\x79\x5f\xcc\x9b\x99\xba\x99\xa3\x3f\x48\x7f\x10\x71\xa2\x7e\xdd\xfe\x7a\x0e\x20\xa7\x8b\x0e\x03\x76\xa6\xae\x01\x2c\x5b\x8c\xa5\x95\x99\xdb\xd3\x22\xa6\xe8\xbe\x48\x67\xe2\x66\xba\x38\x7a\xf6\x4c\x65\x52\x50\xe8\xa7\x3b\x62\x6c\x48\x05\x11\xf7\xb3\xef\x6f\x81\xca\x17\x9c\xe1\xc0\x3a\x23\x56\x34\x9b\xa3\x85\x49\x73\x9c\x1e\x31\x44\x09\x6a\x8e\x98\x26\x2d\x40\xf5\xdc\xfa\xe6\xc8\xb9\x1e\x1e\xd0\x35\xf3\xc1\x3b\x4b\x42\xcf\x90\x39\xfc\xf1\xd7\xd1\x47\x6b\x36\xe7\x07\xe4\xe2\xaf\xcf\xf7\x9b\x37\x2b\x7f\x12\x5b\x3f\x37\xcf\x28\x1d\xb5\xcd\x03\xe9\x96\xf0\x3b\xbc\xc5\x78\xdd\xa4\xe6\xe4\xd2\x5a\x19\x2a\xc8\x3b\xf5\x86\xf9\x9e\x2c\xe5\xa9\x96\xb1\x92\x64\xb5\xab\x06\x59\xe8\x92\x10\xcd\xe2\xfb\x89\x54\x74\xb5\x91\xe6\x87\x6b\x42\xc8\x6e\x29\xfd\x3b\xce\x9f\x7a\xb5\xf0\xeb\x47\x27\x40\x11\x77\x7f\xf3\xf8\xf7\xc3\xd1\x72\x88\xa5\xad\x01\x82\xbb\x33\x4d\x2a\xf8\xed\xf6\x47\x52\x3b\x9b\xb4\x53\x0e\xf2\x9b\x05\x4a\xb9\xb4\xde\xdf\xae\x52\x47\xa8\x93\x89\xe8\xa5\x22\xd8\x16\xc2\x6b\xc4\xa3\x6c\xbd\x52\x25\xa0\x59\x78\x58\x16\x56\xab\x7f\xba\xd1\xf3\x72\xdd\x72\x84\xf8\xd4\x1f\xfa\xb1\xd8\x31\x5c\xf5\x6d\x6b\xff\x52\xb6\x1d\xf2\xe7\xcf\x20\xd5\x55\xfe\x28\xab\xca\x4c\x84\x3b\xa4\x72\xea\xb1\x56\xaa\xdd\x51\x07\xba\xb2\x4b\x72\x68\xdc\x2f\x3b\xc2\x9b\xe4\x04\x9f\x27\x9e\x7e\x96\x6d\xe1\x3d\x03\x2b\x8b\xde\x1a\x02\x5c\x69\x27\x01\x24\x28\xb2\x5c\x67\x9b\x68\xbc\x38\xd5\xb8\x8d\x9c\xe7\xf7\xe5\xa5\x70\x50\x51\x90\x79\x08\x92\x7c\x2d\x2b\x4b\x00\x91\x65\x7b\xb3\x91\x89\x89\x97\x08\x0c\x0e\xcf\x79\x97\xa7\x6e\x53\x5b\x12\x5e\xb6\xc9\x26\xce\x17\x63\xa1\x2e\x91\xa5\x29\x87\x1e\xae\xe0\xa7\x9a\xa1\x4c\x18\xbb\xe0\x6d\x09\x8f\x8d\x8b\x7c\x10\x2b\x84\x0c\x69\xc0\xfc\x00\x28\xfd\x27\x88\x37\xf3\x2f\xb5\xb2\xd7\x41\x8d\x85\x7b\x6d\x12\xaf\xa1\x40\xf9\x84\x83\x10\x3e\xc4\x72\x41\x5e\xa9\xf3\x03\x68\xf9\xba\x5c\x9e\xcb\x91\xb0\x61\x13\x5e\xec\x63\x8b\x4c\x4f\x06\xa6\x2a\x21\xae\x0f\x29\xd7\xd6\x8a\x3a\x31\x7c\xf6\x45\x67\x67\x5a\x35\x11\x62\x25\x7d\x58\x4e\xf9\x97\x90\x71\x6b\xd2\x02\x28\x83\x09\xa3\x19\x9d\x55\xf9\x4d\x58\x2f\x8c\x22\xff\x05\x53\xa4\xc7\xab\xa8\x7a\x1d\x21\xa5\xbc\xaa\x84\x15\xc8\xf2\x45\x09\x45\xa1\xe7\xf7\x06\x2a\x00\x4d\xe7\x2b\xbf\xcd\xa7\x89\xa9\xb0\x33\xcc\x6b\xa0\x95\xdf\xe5\x14\x3b\xd4\xd2\x66\x19\x74\xc9\x06\xac\x30\xbe\x5e\xdf\x7a\x04\xa6\xd5\x51\xb5\x1e\xc0\x90\x7a\x51\x21\x59\xcf\xe8\x14\xdc\xa6\x69\x79\x2a\x9e\x22\x85\x1e\xcc\xc7\xe5\x94\x97\x6a\x2d\x7d\x4e\x43\x3f\x6f\xf4\x8b\x1c\xe2\x90\x7d\x44\x69\xd5\x21\x26\x1b\xdf\xdb\xc0\x0d\x63\x5f\x7c\xa5\xa5\x87\x7a\x8d\x19\xab\xf0\x31\x27\x9e\xa8\x4b\xfb\x22\xa4\xb9\x07\xcf\xcc\x24\x1a\xe7\x0c\xa0\x5d\x87\xc9\xd2\x91\xa2\xc8\x40\xe7\xca\xb7\xd8\x8a\x78\xfa\xee\xa5\x8c\xcb\xee\xae\x98\xc8\x20\xff\xd2\x52\x40\x4a\xeb\x7b\x03\x10\xb1\x06\xad\xdd\xb7\x2e\x14\x36\xf1\x40\xeb\x4b\x2c\x9d\x1f\xc4\x05\x41\x46\x77\x28\x97\x88\x8c\x4f\x77\xcc\x28\x40\x00\x62\xe2\xad\x42\x73\x31\x43\x2d\xd0\x02\x34\xe3\xc8\x26\x03\x95\x56\x60\x1e\xf4\xda\x17\xf8\x64\xb5\xa1\xc0\x1e\x81\x26\x8a\x2a\xdd\x84\x2a\xd8\xd5\x18\x74\x40\x93\x00\x25\xf9\xbb\x66\x9f\x29\xd3\xb6\xf1\x63\xb6\xc1\x98\x2d\x3e\xf6\x01\x3f\x71\x41\x50\xc6\xde\x3d\x23\xba\x19\x52\xce\x8c\xed\x6f\x2c\x02\x40\x5a\x31\x15\x6f\x74\x52\xe5\x0f\xaa\x12\x9e\x0b\xb1\x91\x1d\x60\xd9\xba\xc7\x65\x1f\x68\x24\xba\x55\x0c\x8d\x56\x3f\x50\xab\xde\x3b\x48\xc9\xb0\x3b\xc7\x47\x9a\xcc\x83\xbc\x37\x9b\xa8\x92\x5a\xef\x39\xfe\x0a\x96\x55\x5f\xdd\x9b\xcf\x3d\xd3\x6a\xc1\xa5\x34\xaf\x74\x09\xef\x2a\x50\x77\xa6\x93\x69\x38\x61\x48\xcd\x2b\x44\xab\xad\x2a\xf2\xde\x84\xa2\x02\x7b\xd2\xe5\xb7\xf6\xba\x63\xa4\xd7\x61\x49\xd6\x09\xba\x6d\x23\x31\xb4\x6e\xf4\xa2\xc5\x79\x93\x66\x62\x23\xcf\x2f\xe6\x22\xa1\xa9\xd4\x51\x2f\x6c\x57\x3a\x00\x62\x2b\x61\x89\xd8\xb5\xc0\x2d\x7f\x0a\x0b\xc1\x1a\x54\x11\x07\xd2\x14\xa2\xd2\xac\xda\xff\x94\x5d\xf1\x20\x3a\xa0\x7b\x60\xa2\xa4\x92\xaf\x57\xa1\x1b\xe7\x88\xf9\x1a\x01\x16\x26\x6e\x58\xe7\xf6\x00\x7b\x27\x29\xda\x38\xfe\x32\xbc\xec\x21\x2e\x31\xa4\x0e\x1e\x50\x3e\x6a\xde\x1c\x16\xec\x87\x6c\xf1\xeb\x03\x7c\xd7\xa3\x87\xde\x83\x0b\x18\x97\xe3\xf1\x97\xf1\x5d\x11\xb2\xf5\xbc\xcb\xaf\xcd\x3f\x69\x0b\x2b\x06\x62\x38\x30\xd4\x3e\x83\xc2\xee\x37\x26\xe8\x77\x1b\x3f\x07\x69\xa8\x17\x8d\x63\x52\xa8\xb9\x8b\xa6\x23\x7a\x47\x13\x30\x5e\xb1\x63\x91\x42\xc7\x74\x43\x40\x25\x81\x2e\x98\x86\x1a\xaa\xe6\x7b\x0d\x9f\x08\xe7\xd0\x6f\x7f\x81\x11\x09\xce\x85\x40\x71\x2f\x43\xe5\x88\x8d\xdf\xfa\x1e\x2a\x47\x69\x91\x01\x34\xab\x97\x34\x64\xfa\x9b\xef\x5c\x29\xf1\x86\xa3\xd1\x01\x4e\x2d\xa3\xcf\x87\xc4\x32\x32\x8f\x5b\xae\x21\x37\x13\xd6\xa2\x8a\xc2\x3a\x9c\x37\x28\xe0\xfd\x08\x93\xbc\x7b\xdd\xd5\x2f\x71\x84\x78\xef\x51\xad\xb6\x70\x0f\x49\x1e\xbe\xc3\xcd\x35\xaa\x2a\xc5\x6b\x8c\xec\xeb\xec\x90\x18\x1a\x26\x85\x16\xed\x60\x2b\x86\x67\x07\xd9\x19\x56\x48\xdb\xed\x57\xf9\x2b\xd1\x2c\x38\x0f\xf2\xd8\x30\x67\x65\x5e\x50\x44\x86\x61\x6e\xa6\x66\x15\x6e\x83\x03\x7c\xc6\x16\x93\xb1\xb5\xf9\x72\x0d\x8e\x68\x2b\x18\xb3\xfb\x73\x98\x3d\x33\x3c\x9d\xe1\x5c\x3d\x63\x46\x86\x11\xff\x7d\xe4\xbf\x4f\x57\xc0\xc0\x9f\x51\x7e\x32\x8c\xf8\xef\x23\xff\x1d\x56\x91\xe7\xb4\x87\x9b\x63\x78\xa0\x31\x4b\x11\x41\x32\xa2\xee\x89\xf8\xf5\x0c\xd8\xc9\x9d\x4c\x41\x5b\x6e\xf3\xbb\xd8\xab\xe3\xee\x12\x60\xc9\x9b\x42\xb7\x85\x14\xca\x09\x93\xc7\xf2\x4d\x92\x95\xbe\x6f\xca\xc4\x4d\x0f\x04\x26\xc3\xd5\x6c\xc3\x24\x78\x44\x18\x27\xcd\x6d\x72\xa9\x44\x40\x4c\x78\x7d\xad\x7e\xa3\xc8\x1f\x27\xfc\x35\x78\x64\x6d\xd5\x61\x4d\x93\x42\xae\xea\x60\x65\xcc\xd7\x5d\x64\x54\xbb\x95\xc5\x38\x0f\x3c\xe9\x89\x29\x19\x61\x3f\xec\xc3\x24\x7d\x76\x2a\xd4\x88\xef\xb7\xc3\x03\x96\x4f\xe7\xa3\xe0\x1f\xc7\xaa\x2d\xbb\x62\x58\x91\x6b\x6c\xe7\xf4\xd6\xe5\x2f\x6a\x5c\xc5\x2e\xdc\x4a\x61\x9d\xdb\x5b\xf9\xad\x5a\xce\x07\x72\x85\xc5\x95\xfe\x58\x8d\x18\x00\x73\x41\x30\x3b\xd5\xce\x23\x45\xdc\xe8\xb0\xbc\x98\x32\x90\x71\xae\xd5\x5a\xb7\x76\xf2\xe3\x53\x9e\x88\x40\xd6\xfa\xdb\xea\x18\x25\x50\x91\x56\x88\xf7\xf2\x24\xab\x3f\x6f\x37\x75\x0d\xa0\x59\x64\x1e\xfe\xee\x34\x38\x4a\xdf\x90\x69\x60\xcc\xfa\x69\xae\x5e\x12\x03\x8c\xa4\xf7\x62\x0d\x6c\xe4\x05\x99\x74\x80\x55\xbf\xeb\x42\xe9\xa8\xb4\x9d\xb2\x41\xdb\x1e\xae\x20\x7f\x28\xed\xc3\xda\x20\x20\x71\x4d\x00\x7e\x4e\x2e\xec\x84\xf7\xf1\x7e\x9b\xf7\x56\x1f\x18\x03\xa9\x9a\x7e\x9c\xe8\x23\x6b\x7c\x73\x3d\xf1\x72\xfe\xbf\x48\x36\xf8\x7a\x33\xf1\x18\xc0\x12\x88\x91\x2d\xbe\xde\x4e\x3c\x53\x48\xa9\x42\xd9\xe1\xab\xdd\xc4\x03\xd4\xa1\xa5\xe7\xa3\xc7\x57\xab\x41\x56\x68\x66\x13\xf2\x95\x15\x4b\x83\x69\x57\x4a\xe0\x7e\x27\x75\xf8\xd7\xb2\xca\x32\xa8\xca\x8f\x38\xc2\x0a\xa5\xcf\x57\xd7\xd5\x34\x7e\x32\x5c\xca\x0d\x5f\x3d\x2f\x3d\xca\xae\xdc\x73\x01\x40\xb4\x64\x7f\x5d\xd5\xa3\x7a\xb9\xb3\xec\x90\x23\x6f\x46\x41\x83\x93\x8a\x7b\x6c\x2c\x57\x33\x7c\xaa\xe9\x41\x86\xfc\xba\x7d\xd5\x33\xe8\x9a\x44\xc2\x76\xe0\xeb\x47\x7c\xfc\x2d\x41\x61\x73\xca\x5b\xb7\x23\xe3\xf0\x3d\xa8\x8d\x33\xac\xf8\x2d\x73\x24\x53\x48\x8f\x70\x2c\x09\x2d\x5e\x75\xfa\x3d\xa4\x9e\x9e\xf9\x65\x2d\xd0\xfc\x1c\xf6\x48\x16\x5c\x47\x88\x52\xc5\xc5\x6f\xce\x4f\x55\x64\x41\x13\xe2\x9f\xf0\x0c\xe0\x1f\x0f\xec\x7b\x89\x53\xdf\xb8\x65\x47\x84\x72\x01\x33\x48\x61\xf6\x26\x78\xd7\xca\x59\xc0\x45\xff\xa7\xb7\x4e\xef\x37\x18\xc2\x33\xa1\x4e\x8f\x26\xc5\x64\x09\x67\x42\x87\xc7\xb3\x5a\x45\xf6\x10\x5e\x40\x48\x6a\x35\x6e\x67\xbd\x4a\xc0\x8a\x6a\xd4\xe0\x0b\x5a\xc0\xee\xf4\x85\x16\x5f\xd0\xe2\x98\x5e\xc6\x7f\x77\xab\x88\xae\x83\x1f\xb4\xc7\x57\x17\x6b\xac\x1f\x9f\xba\x3b\x3f\x5c\x40\xfa\x5d\x7b\xc8\xbf\x63\xda\x03\xd5\x85\x4d\x43\x5d\x27\xb2\xd5\x02\xdc\x65\xaf\xc3\x68\x98\x9e\x50\xa1\xd5\xc2\x16\x29\x55\xbd\xf2\xd6\x02\x99\xbf\xa5\x45\xda\x80\x00\x1a\xd5\x3f\x01\xa5\x04\x10\x6f\x88\x6a\xf9\x5e\xda\xf5\x99\x10\xef\x61\x85\xf3\xf6\x57\x4e\x7e\x3f\x33\xa4\x74\x28\x41\x10\xd1\xa7\x54\x5e\xeb\x69\xb9\x76\x32\x80\xff\x3a\x53\x7f\x03\x3f\x61\xc1\xe8\xa6\xd1\x9a\xba\xe2\x9d\xd7\x4c\x11\x5a\x27\x33\x02\x47\x99\xb3\x00\xed\xf0\xac\xd5\x1e\xa1\x03\x7a\x47\x0e\x7d\x94\xa4\x3d\xf0\x91\x98\xb9\x6f\x9f\x59\xc1\x1b\xea\xff\xf5\xc8\xde\x42\xa9\x10\x5c\x91\x93\x3d\x3c\x92\x75\xc0\xc8\x91\x56\xdd\x87\x03\x99\xbe\xdd\x5d\xc1\x65\x9e\x20\x8d\xb8\x27\xff\xc6\x4d\xdc\x86\xda\x3b\x6b\xb0\x0b\x1a\x76\x4c\x02\x3c\x34\xff\x92\x2a\x36\xae\x78\xf4\x55\x8a\x2f\x83\x96\xdf\x22\xf7\x50\x65\x98\xbe\xec\x3d\x33\x60\x5b\xd3\xf7\x52\xb0\x39\x31\xab\x6d\x32\x54\x53\x05\x00\x66\x68\x16\xa0\xc0\x9a\xb1\x66\x51\x22\x9d\xce\x6b\xd3\xa2\xb6\x3a\x43\x72\x4d\x18\x0f\xac\x11\x2f\x15\x96\x45\xbc\xf1\x66\x87\x83\x67\x2a\xa9\x45\x5b\x76\xf7\xf0\x4a\x31\xb6\x36\x12\xee\xfc\x5a\x41\x7c\xbd\x47\x3e\x72\xcd\x0d\xa4\x22\xbf\x6a\x1e\x99\x35\xef\x7b\xe5\xae\x12\xd6\x86\x08\x15\x8e\xb4\xba\x36\xd2\x2c\xa9\x75\xad\x80\x86\xb7\xa9\x15\xdb\xd3\x52\x1c\xbe\xf0\xf2\x7b\x6f\xaa\x2d\x88\x9c\xb6\x95\x5e\x5e\x8c\x0b\xc1\x3c\xb3\x2e\xb1\x93\x31\xc8\xd8\x15\x7a\x8b\x9c\x77\x94\x7d\xc7\x5c\x56\x97\xdd\x03\xaa\x91\xd1\xec\x2a\xbb\xce\xb0\x24\xae\x38\x78\x7a\x01\xe9\x41\xef\xd7\x05\x1c\x87\xd7\x1d\x39\x5e\xe7\xc9\x8e\x2b\x1b\x28\xda\x14\x3c\x94\xd7\x8a\xe8\x56\xa7\xfa\x19\x30\x6c\xb6\x69\x29\x1f\xe4\x02\x85\x27\x7b\xe0\x7a\x91\x5a\x54\x4b\x05\xb9\x39\x17\x77\x00\xb7\xf6\xc2\x70\x44\x02\x05\x1a\xdd\x19\x48\x4b\xf3\xb0\x96\x97\x82\x2a\x94\xa7\x1b\x51\x7c\x2a\xbe\xee\x3f\x89\xe4\x0d\xe6\xfc\x0c\xf3\x6e\x25\x43\xf6\x49\xad\x3e\xb4\x8d\x1a\xcb\x1d\xc9\xbb\x85\x6c\x10\x7c\xda\xfb\xd5\x62\x3b\x78\x35\xc3\xf5\x98\xfd\x3b\xd0\x52\x67\xc5\x36\x8b\xf9\x01\xc3\xc0\x66\x18\x53\x71\xce\xd6\xc8\xed\x9a\x9d\x9a\x68\xb0\x11\xe8\xc5\x79\x34\x12\xb9\xe1\x94\xea\x48\x93\x88\x6a\x5f\x57\xb1\x27\xd4\xd2\x24\x18\x98\x63\xc5\x2c\x49\x73\x9f\xba\x7b\xaa\x70\xdb\xbc\x05\x18\x40\x7a\x8b\x51\x61\x7d\xdf\x9c\x2e\xc9\xcd\x60\xf3\x29\xb3\x05\xfe\x50\xed\xe1\x74\xa7\x6d\x04\x5c\x7c\xa4\x98\x48\x22\x4f\x3c\xb2\x9d\xed\x28\x8d\x3e\xf0\x8c\x5f\x51\xd6\x3d\xbf\x92\x48\xfb\xe8\xd5\xbd\x7c\x5c\xe1\x52\xc3\xc1\x13\xd7\x0a\x9b\x63\xd6\x02\x62\x15\x53\x94\x8a\x79\xed\x3a\xca\x49\x6f\x95\x0c\x76\x53\xd4\xea\xd0\xe0\xbf\xb7\x16\x63\xac\x12\x06\x7e\xaf\xfb\x40\x56\xd7\x7b\xcc\xa5\xc3\xd7\xfb\xf3\x7d\x74\x5d\xf5\x06\x66\xd7\x5d\x6b\x80\x13\x3e\xca\xd6\x33\x51\xa9\xe2\x43\xf7\x0f\xcc\x67\x84\x60\xd0\x5d\x30\x9b\x27\x55\x99\x5f\x15\x93\x10\x69\x3e\x48\x4a\xfb\x5d\x07\x85\x17\x0f\x97\xaa\x28\x1e\xa4\xb4\xbd\xb7\x32\x81\x2f\xb3\xf3\x81\x9a\x4b\x95\xfd\x0b\x79\x47\x76\xa8\xd8\xba\xf9\x81\xcc\x08\xb5\x94\xa6\xf5\xe6\x08\xef\x93\x43\x55\xd4\x6a\xd9\x51\x7f\xce\x1f\xf5\xe6\x54\x3e\xd4\x31\xdf\x97\x7b\x9f\xcb\xd2\x30\x6f\x24\x1b\xb9\x68\x96\x16\xf7\xa5\x5e\x83\x56\xd0\xa8\x15\xb5\x04\xa3\x1f\x34\x79\x25\xb4\x6a\x85\x6f\xcf\x5a\x49\x36\x92\x73\x2d\xe9\xce\xe7\xe2\x5a\x33\xc0\x7f\x25\x6e\xbd\x2f\x7f\x11\x64\x90\x7f\xa3\x6f\x22\x50\x96\xca\x29\xa3\x0b\x56\x65\xc8\x5f\x68\x56\x25\xc4\x38\xb3\x79\x7a\x8d\x35\x87\x7f\x0f\x8e\x16\x18\x81\xc5\xc5\x81\x2c\xd3\x52\xfa\x09\xa8\x0a\xc2\x09\x7a\x48\x14\x32\xd3\xfb\xcd\x6d\x6d\x02\xef\x57\xbe\x75\xea\xb9\xb7\x6a\x69\x55\x12\x7e\xde\x54\xaf\x81\x06\xa9\x1c\x14\x26\xb1\x63\x2e\x7d\xbe\x70\xe6\x36\x23\x53\xbf\xc5\xa0\x5f\xfd\xea\xcb\xdb\x50\x36\xae\x8a\xfa\xdd\x33\x96\x96\xc9\x7e\xc1\xd6\x57\xbf\x3a\x9c\x26\x0d\xdf\x87\xdb\x1d\x03\x7f\xc0\x40\x00\x1b\x0d\xbb\xaa\x50\xd0\x14\x9e\xb9\x3e\x92\x3c\x5b\x7b\x59\x02\x5f\xf2\x0c\x1e\x11\xca\xd7\xa7\xa2\x04\xe5\x23\xd7\xf8\x4c\x5b\x63\xd6\xbb\x39\x68\xf7\x34\x47\xe2\x2c\x37\x2b\x26\x52\xde\x42\xeb\x58\x49\x7a\xc7\xdc\x3c\x60\x34\xff\x63\xaa\xf3\x6b\x73\x05\xe8\xfa\x3d\xb6\x14\xaf\xbe\xab\xbb\x12\x0f\xa2\xf5\xad\x45\x73\x73\x4b\x4b\x9a\x5b\x6e\x2d\x0a\x6a\x2c\x73\xca\x21\x6b\x69\x1f\x8d\xcd\x41\x68\x05\xb2\x4a\x62\xeb\xdd\x47\x6d\xd4\xb4\x0e\xff\xde\x71\x31\x36\x26\x92\x18\xc2\xdf\xb8\x90\xa7\xc0\xcb\xdf\x53\x3f\x8d\x73\x66\x57\x65\x50\xcb\xd9\x6e\x6f\x06\x5b\xf3\x23\x6f\xbb\x7d\x42\xa0\x51\x96\x4a\xed\xc6\xd2\x13\xdf\x98\x7a\x02\xb6\x5e\x78\x41\xea\x72\xd9\x16\xd6\x0b\xa7\xb1\x76\xd9\x8e\x8b\xa1\xa8\x3a\xa5\x2d\x51\x24\xcc\x92\x0a\xf9\x68\x2b\x72\x71\x84\x9f\x35\xb0\xcb\x9f\x42\x3d\x21\xfb\x79\xc5\x5a\xcc\xb2\x5e\xb4\xfb\xee\xbd\xe5\x4d\xa8\x8d\x3a\x2d\x10\xaf\x2c\x0f\xc5\x10\x89\xcf\xeb\x0b\xbf\x29\x4e\x32\xe3\x4e\x8b\x21\xe2\x59\xa0\xa9\x46\x88\x8d\x7d\x7d\x3d\x06\x35\xc0\xc8\xa8\x8a\xd5\x04\x7f\x0a\x20\xfe\x3f\xa2\x3d\x05\x4f\x4c\x71\x09\x9b\xd8\xe6\xb2\xb3\x42\x3e\xc0\x0c\xe9\x81\x1f\xa7\xde\x18\xde\x88\x79\xe1\x6e\x5c\x56\x8d\x61\xf1\x7a\x3a\x80\x99\x7f\x6a\x6a\x8c\xec\xe2\xa3\x5f\xde\x18\xc1\xb8\xf7\x6e\x9b\xd5\x83\xac\xf6\x8b\x77\xc3\x15\xe0\xfa\x5a\xd9\x1a\xd9\x75\xae\xaf\x36\x9f\xd2\x46\xfe\x54\xa8\xdf\xf9\xbf\xd3\xc4\xb5\x17\x50\xd0\x9d\x15\x4f\x0f\xd9\xcd\x66\x7a\x70\x27\xe7\x8e\x67\xb1\xf5\x13\x05\xb9\x3e\x0f\x2b\x6c\x83\xee\xea\xb1\xfc\x26\x5c\xca\x21\x1d\xd9\x2d\x7f\x94\x3a\x06\xb0\x5d\x62\xaa\x47\x5e\xc8\xc0\xcf\x5c\x00\x34\x3a\xd1\xcd\xac\xaf\xa5\x5e\x2a\x2d\xcb\x6c\xa7\xcc\xb7\x10\x4f\xe0\x5d\xc8\xbf\x42\xaf\xbe\x3b\x6f\x78\xd7\xa7\xa5\xbf\xf4\xcc\xb2\xb1\x5e\xaa\x57\x4e\xa4\xa5\xf2\x61\x4c\x06\xa2\x50\x1f\x9d\x6b\x91\xc7\xa2\xfa\xc1\x0c\x69\x41\x3d\x6f\xd0\x0d\x7b\x7d\xaa\x21\xc0\x4e\xf6\x2e\x43\x3e\xbe\xfd\x07\x32\xce\x65\x7d\x68\xbe\xa6\xc7\x53\x4b\x9a\xcd\xd0\x2c\x7e\xea\xa9\x81\x73\xe7\xe2\xd4\x3a\x22\x0b\x9f\xa6\x3b\xd9\x58\x31\xd7\xca\x61\x6e\x08\x10\x55\x38\x04\xce\x84\xcf\xcc\x7d\xa6\xa9\x2b\x87\x04\x56\xa4\xa2\x5e\x01\xab\x74\x9e\x01\x89\x67\xe0\xa4\x64\x51\x9c\xc9\x28\x9b\x71\xd3\x88\xca\x47\x4c\xfc\x15\x83\xa4\x17\x21\xc8\xc1\xd1\xfc\xd9\x7a\xc4\x5f\x2f\x54\xbe\x3f\xb8\x1d\xae\xa0\xf5\x98\x66\x30\xc6\x72\xd9\xeb\x67\x7b\xb5\x7e\xcd\xf2\x77\x1c\xce\x6b\x26\xf4\xcc\x88\x39\xdf\xfd\x7d\xde\x97\x7f\xe4\x64\x79\x85\x24\xff\xfe\x97\x67\x6d\xa1\x1a\x5f\x9e\xe5\x90\x4c\xfa\xac\xad\x85\xee\x09\xfd\x33\xf0\xb7\x96\x58\xca\xa7\xf2\x5c\xac\x64\xdf\x80\xe0\x6a\x83\x6b\x2e\x7c\xa9\x4f\xbf\x95\x5c\x82\xd3\x09\x51\xfd\x93\x04\x3b\xc3\x91\x02\xd5\x91\xec\x21\x0e\x0c\x0e\xa6\xe1\x29\xf6\xbe\xd3\xa0\xf4\x66\xdd\x21\x80\xf4\xfd\xaa\xa2\x1c\xa1\x60\x78\xa8\x7b\x7f\xd4\xba\x23\x2b\x8f\xea\xa9\x3f\xbc\xe6\xf8\x31\x9d\xd6\x43\x6c\xa7\x52\xd6\x26\x87\xb1\xc5\x1d\x11\xc8\xcd\xa0\xdc\x95\x62\x2f\xff\x71\x78\x18\x16\x52\xa8\xa7\xd6\x21\xdb\x10\x5c\xc5\xb2\x80\xf1\xbd\x96\x27\xb3\xdb\x53\xb5\x34\xb9\x51\x98\x37\x4f\x7a\x68\x5b\xfd\xc6\x75\x9c\x6a\x3d\x74\x9e\xdc\xa8\x41\x5f\x54\xe0\x4d\x49\xdd\xd5\x35\x79\x00\xff\xfa\x31\x52\x49\x57\xb2\xf5\x50\xf6\xc4\x52\xda\x67\x70\x65\x89\x53\xdd\xfb\xa3\xc7\xa9\xc2\xe8\x93\xc5\x76\xab\x65\xdf\xcf\xb9\x9b\xf6\x52\x80\x1a\xe6\xf9\x84\xb4\xe0\xa6\xd4\x43\x63\x53\x42\x68\xfd\xff\xa1\xf2\x0a\x2b\x85\x50\xe7\x9d\x5e\x4e\x71\x9d\xeb\x67\x23\xc6\x46\xe2\xe3\xd8\xe8\xa7\xaf\x95\x9c\x06\x7a\xd5\x2d\x3e\xdc\x73\x4f\x3a\x3d\x59\x69\x14\x17\x69\xf7\x43\x4f\xbe\xf5\xe2\x27\x1e\x67\x3d\xcd\xc9\xe3\x43\x79\x81\xfd\xbc\x4f\xc4\x43\xb2\xed\x24\xae\x7b\x5f\xce\xac\x85\xd2\xba\x27\xfb\x31\xbc\xec\x00\xfb\x97\x47\xf5\x29\x48\x88\x5f\xa8\x14\xbd\x1a\x87\x24\xa1\xb5\xdb\x5c\xf1\x84\xdc\x7b\xa4\x0d\x9c\x4c\xae\x90\xc3\x08\x20\x4e\x1e\xc0\x8a\x2e\x94\x42\x56\xb5\x6c\x26\x52\x57\x35\xab\xc5\x81\x8b\x4a\x47\x16\x5c\x31\xe1\x85\xe1\x13\xd8\x84\x2d\xda\xd3\xde\x19\xba\x44\x57\xd6\xd0\xee\x9e\xac\xd6\x49\x73\x7a\x53\x90\xb0\x0d\x5c\xdf\xc8\x7a\x5d\x77\x48\xd5\xfa\xc8\x2e\x99\x23\xb9\xee\x19\x5e\x2e\xb0\x9a\xda\xe7\x23\x72\xed\x76\xb0\x35\xae\xb4\x1d\xff\x21\x91\x57\x92\x4b\x72\x98\x70\x59\xf4\x6c\xc9\x45\x9b\x99\x63\x26\xac\x00\x75\x75\x01\x68\xaf\xf4\x65\x7b\xbc\x0c\xed\xe7\x70\x3a\x78\xa0\xd5\xbf\xbe\x92\x8a\xaa\xac\x08\xae\xa1\x75\x82\xb2\x65\x7d\xf6\xfc\x82\x21\x58\x83\x1d\x5b\xc2\xbf\x66\xb7\x9e\x24\xb6\x2b\x20\x84\xe1\x42\xfd\x62\x1b\x6f\x91\x69\x52\xb0\x85\x29\xa5\x08\x68\xdf\xb6\x50\xd5\x7e\x9b\xce\x9e\xfe\xa9\x8f\x5a\xcc\xe0\xec\xe5\xa6\xb2\x65\xe7\x0f\xfc\x8f\xce\xff\x45\x7d\x52\xf1\xe0\xca\x19\x6c\x0d\x54\x8c\xa5\xc3\x15\xee\xe1\x66\x3d\xc7\xb9\x4a\xea\xac\x48\xd6\x0c\x8e\xb5\xe9\x5f\x69\xee\xfb\x6b\xa2\x0e\xde\xc8\x06\x1a\xd9\x3b\x00\x09\x9b\xfd\xb1\x6e\xe2\x53\x5e\x99\xcb\xdf\x73\xe3\x3a\x72\xe0\xe8\xa3\xf5\x05\x1c\x04\x64\x27\x73\xd8\xbe\x95\x7f\x8f\x9e\x36\x4a\x69\xe8\x22\xc5\x28\xbd\x2c\x4b\x35\xf5\x65\x5c\x75\xc7\xac\x7a\x90\xff\xb0\x35\xce\x7f\x98\xcc\x44\xfa\xa6\x6a\xc9\xe5\xcb\xbf\x2e\x44\x26\x55\x9c\x22\x35\x20\xf8\x8f\x2b\xd0\xbc\x85\xa9\x73\xe9\x5d\xe1\x5f\x2c\x3d\x47\x0c\xc1\xa7\xe4\x75\x17\x63\x46\xbe\x98\xa6\xbe\xdc\x20\xca\xf3\x9f\x72\x6a\x91\x67\x40\xc6\x0d\xcf\x33\xc3\x1a\x99\x65\x07\xc8\x21\x46\x3f\xab\x73\xa5\xc9\x97\x7b\xcd\x52\x1c\x6a\xab\x20\xc3\x16\x63\x96\xbf\xe9\xf2\xc6\x2f\xe5\xf3\xf3\x86\x0c\xab\xca\x6a\x36\x2f\x9d\x5a\xfc\xc5\xcd\x65\xdf\x1d\x37\xc3\xf0\x71\xfb\x5a\x46\x28\xac\x32\x86\xdb\x5f\xbf\xd6\x27\x1e\x25\x7b\x43\x34\xe6\x8c\xf4\x2a\x51\x03\x80\xfa\xa7\x93\xcc\x3b\xe5\x71\xaa\x2c\x01\xf1\xe5\x36\x19\xdf\x9f\x9c\xad\x0f\xa4\x64\x23\x50\x6e\x8e\xcc\x3b\x26\x80\x2b\xc4\x47\x92\xfc\x4f\x07\x27\xb6\xb8\x6a\xdc\x68\xb1\xb6\xfe\x24\x59\xee\xfe\xe3\xff\x72\xb8\x12\xcb\x3f\x17\x3e\xe4\x09\x25\x2e\xd8\x9f\x7f\x2f\xde\x81\x05\x88\xb4\x8a\x1f\x2d\x9c\xc4\xef\x0c\x93\xc6\x28\x0e\xef\xcb\x73\x3e\x9d\x55\xff\x74\x95\xe6\x8c\x72\xb2\xe3\xc9\x25\xfe\xdb\x41\x0b\x58\x0f\xee\x7d\xc7\x3c\x39\x74\x27\xfa\xbb\x55\x0a\xd4\xcc\xae\x0b\x36\x69\xfc\x3f\x7c\x85\x22\x2c\xe6\x2b\x13\xa1\x7a\x56\x8d\xff\x32\x6d\xd4\x37\x5e\x65\x8c\x97\x4d\xd3\x97\x52\xb4\x9b\x41\x1b\x2a\x24\xc2\xdc\x0d\xb6\x21\x1d\x08\xce\x1a\x70\xf6\x4e\xe8\x43\xf9\x59\x33\x7d\x42\x78\xa2\x12\x16\x06\x6d\x3e\xd2\x21\x4e\x26\xe3\x03\x8d\xf9\x30\x90\x09\xa2\x5b\xd3\xf2\x50\x3c\xcc\xca\x8e\xb0\x9f\xae\x54\x95\xf1\xa8\xb7\x9e\x1d\x71\x61\x77\x97\x94\x5e\xb0\xc5\x2e\x81\x09\x3e\xa9\x37\x01\xa7\xb3\x47\xbd\x88\xdd\x80\x06\xe0\xd6\xd1\x15\xbb\x41\x01\x79\x15\xaa\x1d\x17\xcd\x6e\xf6\x18\x07\xec\x69\x86\x18\x8d\xf9\x6d\x46\x16\xac\x93\xec\x6d\xee\x1d\xb9\x92\xfe\x1e\x93\x4f\xd4\x31\x89\xf0\x49\x32\x2e\x4f\xc4\xb8\xd2\x27\xaa\xd9\x88\x6f\x3e\x2a\xdd\xfe\x29\x89\xaf\xcf\x64\x0d\x16\x01\x52\xd7\xe4\x9a\xbd\x76\xfa\x4c\xe1\xf4\x96\x5c\xb4\x19\x74\xc0\x1c\x6d\x56\xa8\x7d\x83\xac\xb2\xca\x96\x78\xd4\xef\x70\x1e\xcc\x03\x6b\x52\x17\x47\x03\xad\xde\x39\xaf\xad\x86\xde\xb5\xa3\x79\x79\x22\xdc\xa5\xcc\x4e\x62\x83\xb0\x47\x85\x38\xbf\x28\x7d\x12\xce\xbe\xea\x59\xbf\xf3\x3c\x40\xca\xcf\x59\x06\xbb\xb4\x9a\x80\xa4\x39\xd1\xa0\x99\x34\xba\x38\x19\x97\x53\xe6\xdf\x1a\xa0\xdf\xb8\xfa\x60\x07\x6c\x71\x32\xcc\x0f\xaa\x0b\x9c\x29\xce\x82\xdd\xa3\x3c\x66\x1e\x45\x85\x84\x25\xc0\x77\x1d\x75\x37\xfa\x0b\x55\x7e\x17\xd6\x52\x6d\xf4\x92\x19\x2c\xf4\xa9\x68\xd5\x64\xb8\xc8\xd5\xd5\xa8\x47\x48\x31\x3d\x0a\xb6\x50\x4f\x55\xfa\xfe\x3d\xe2\xdb\x3d\xb2\xc6\xea\x18\xd9\xe5\x07\x94\xf7\x1d\x81\x4e\x89\x69\x88\x96\x7a\x14\xd6\xb4\x42\x46\x5e\xae\xeb\x85\x69\xe9\xff\x28\xd5\x78\xcd\x2e\xa9\x71\xff\xaf\x3e\x23\x04\xa2\x13\xbb\x2a\xe8\x96\x43\x66\x71\xa0\x50\xaa\xb6\xb1\xd2\xe4\xb1\x12\x31\xf7\x32\x6c\xac\x77\xa8\x12\x5c\x0b\xf1\xdc\x46\xc3\xc9\xa2\x4e\x29\x22\x1f\x71\xeb\x3e\x50\xe2\xff\x8f\xb9\x2f\xdb\x4e\x5c\x77\xbe\x7e\x20\x58\x8b\x79\xf0\xa5\x24\x1b\xe2\x38\xc6\xa1\x49\x42\x27\x77\xe9\x74\x82\x31\xc6\x80\x99\x79\xfa\x6f\xa9\x76\xc9\x03\xa1\xfb\x9c\xf3\xfb\xdf\x7c\x37\xdd\xc1\x96\x65\x59\x63\x0d\xbb\x76\x31\xc7\x21\x70\x9e\x7a\x70\xa6\x94\x12\x51\x5f\x5a\x27\xb4\x98\x9e\xe7\x48\x4f\x35\x06\xbe\xb6\x30\xd4\xed\x10\x24\x29\xba\x94\x43\x13\xca\x07\xec\x22\xaf\x71\xf7\x48\xab\xca\x06\xbe\x37\xa7\x57\x3b\x3e\xf2\x56\xe0\x1a\x3a\x25\xef\x80\xa2\x0a\x34\x4b\x0e\x89\xdc\xe4\xde\x0c\xa9\x51\x8d\x41\x1b\xf1\x26\x53\xea\xf5\xf7\x70\x43\x72\x39\xb8\x14\x8e\x6b\xb2\x28\xbf\xaf\xf9\x2b\xd3\x3a\x81\xe3\xfc\xd9\x9e\x99\xe7\x5a\x7c\x63\x5d\x27\x37\xec\x6e\xd0\xc7\xba\x9e\x38\xdf\x2b\x3b\xaf\x99\x04\x27\xfd\x37\xb5\xbd\x12\x05\x6c\x46\x9a\xb2\x42\x23\xdf\xd7\xa0\x08\xc9\x3b\x8f\xfa\xf7\x8c\x24\xf3\x14\x48\xae\x22\xbb\xfd\x1b\xa2\x70\xde\x09\x97\xc7\x42\x81\x93\x7d\xfc\xfd\xa7\x2f\xde\x2e\xbd\x82\x69\x4e\xcb\xe7\xd4\xb6\xcf\x1e\x71\x2c\xf4\x9c\xfa\xef\x3f\x7d\x9e\x79\xd2\xd8\xfa\x16\x61\xe1\x49\x27\x84\x05\xbc\xff\xbb\xea\x18\x8b\x13\xed\x2c\xd3\x4b\x61\x02\x81\x3c\x00\x16\x98\xb1\x31\x65\xfd\x8b\x4c\xd1\x7a\x32\x12\xae\x02\xb6\xca\x86\xa9\xb2\x3f\xa0\x5d\x64\xd3\x1c\xfd\xb1\xc6\x39\xbf\x2d\x02\x33\xab\xbb\xef\x0f\xb2\x67\xbd\x2c\x1b\xdb\x99\xd3\x3e\x60\xa5\x1c\xe4\x77\x0f\x86\xd3\x92\x11\x8c\x73\xee\x65\x0e\x60\x65\xb1\xb1\xfa\xf7\x79\x6e\xdf\xbe\x8f\x66\x36\xd4\x16\x6d\x00\x41\xc8\xa4\x73\x78\xc8\x8a\x7b\x26\xa2\x4c\x16\x2b\x31\x30\xb1\xc8\x31\x57\xe3\x39\xa8\x38\x17\x73\x80\xd1\x2e\xc8\xfc\xe9\x67\x5f\x75\xdd\x94\xeb\xfb\x68\xca\xda\xfe\x43\x53\x96\x9c\x8e\x08\x4d\x59\xaa\xf2\x55\x97\xbd\xcb\xb1\x9a\xd1\x72\x5e\x28\x52\xc6\x39\xb0\xf3\xaf\x38\x0b\x84\x5c\x32\xe3\x2f\x7d\xd4\x5b\xb7\xcf\xf1\x90\x33\xfd\x7b\x79\x77\x61\x4e\x11\x08\x5c\x41\xad\x23\xe1\xf1\x9f\x0a\x75\x5f\xa1\x1f\x36\xe5\xb2\x58\xf3\x69\x7c\x42\x06\x75\x10\xad\xd0\xd8\x1e\x48\xa5\x70\xf6\x94\xc3\x72\xc0\x58\xc1\xa1\xb8\x23\xf0\x9f\x4b\x3c\xbd\x87\xbb\xba\x3c\xeb\x65\x27\xbc\xca\x8a\x0f\xc2\x89\x10\x62\xb6\xfd\x86\xba\xe1\xb3\xf7\xdb\x30\x17\x4f\xf6\x1b\x7d\x9b\x38\x9c\xd7\x9c\x6d\xaa\x0b\x4c\x4e\x23\x18\x50\x8b\xc4\x18\x12\x4e\xd3\xbe\x59\x12\x09\x2e\x00\x3d\x26\x09\xa9\xc7\x41\xcb\xa0\x47\x1e\x5f\xe1\x6d\xb1\x45\x34\x81\xb8\x0a\xbb\xd0\xb7\x98\xd2\x3a\x8b\xb6\xdd\xea\x39\x79\x5f\xa3\x99\x79\x96\x0b\xa8\x99\x17\x59\x5d\x49\xd1\x93\x94\x8a\x4e\x6c\xf4\x5c\x79\x88\x28\x52\xe5\x6c\x68\x8d\x4f\x2f\x85\xbc\x90\xbb\xc5\x1f\x2b\xcf\x7d\xdf\x1b\xd4\x3d\xa5\x49\xf3\xbe\xe3\x5f\x09\x95\x11\xfe\x19\x13\x2f\xbf\xbe\x22\xe3\x63\x4a\x8a\x8e\x89\x02\x34\x8e\x33\xbd\x91\xab\x9f\xc9\x26\xdf\x35\xf5\xe4\xdf\xd0\xe7\x0f\x7f\xa7\x9b\xf2\x39\x93\x34\x86\xa5\xa7\x99\x76\x63\xf6\x49\x99\xc1\x6a\x04\xc6\xff\x6c\xbd\x54\x0d\x38\xf9\x6d\x0b\x52\xb0\x3d\x5e\xda\x03\x60\xdd\x88\x33\x5d\xb2\xd5\xa9\x8b\xec\x5d\x21\xbe\xa2\x27\xa6\xd1\x0d\xff\x8a\xf1\x5a\x80\xa8\xc1\xeb\xc5\xff\x0c\xee\xf2\x58\x15\xf0\xfa\xc7\x11\x7f\xf8\xde\x16\xc3\x74\x90\xc3\x55\x21\xb1\x04\x31\xa7\xab\x64\x08\xc9\xdb\xee\x86\xdd\x6f\x22\xd4\xef\x3a\xde\xce\x91\x48\x09\x30\x96\x41\x6d\x9a\xb5\xf8\x83\x92\x89\x10\x4d\x41\x94\xc9\x52\xea\xd7\x72\xed\x17\xe4\xa5\x39\x28\x38\xcd\x4b\xff\x25\x88\x07\xd9\x91\x21\x4e\xed\x6d\xe2\x28\xb7\x4b\x81\xc9\xc2\xff\x93\x28\x03\x59\x84\x4b\x09\x81\x54\xf7\x2b\x47\x8b\x62\x7b\x9b\x18\x5f\xf5\x69\xc9\xb1\x72\x3d\x12\x7b\x9e\x91\xf0\x7d\x37\x97\x45\x83\x27\x63\x21\x3f\x3a\x8d\x80\x54\x0c\x75\x75\x9d\x21\xb5\x80\x62\xed\x90\x91\x7d\x88\x18\x53\x60\xb1\xe0\x7e\x70\x5a\x58\xf3\x15\x64\xd3\x48\x81\xa4\x1a\x6e\x79\x27\x00\x42\x6b\x43\x4c\xc6\xfc\x4d\x59\x11\xca\xae\xe3\xac\x07\x14\xf6\x64\xd4\xa7\x0c\xa2\xb9\x23\x01\x56\xfd\x46\x5e\x9c\x2a\xc8\x27\x29\x6e\x1a\x09\x5b\xe2\x9f\x60\x38\x08\x08\x6c\x3b\xcc\xd9\x14\xae\x2d\xd6\x8c\x89\xbb\xbe\x7b\x85\x95\x60\xb0\xd6\xc7\xa1\x55\xc8\xab\x5d\xfb\x01\x04\x51\x36\x17\x9d\xde\xb0\x58\x27\x0c\x9b\xce\x12\x9f\xd7\xfa\x49\x84\x89\x77\x15\x98\x80\xa6\xc9\x1f\xcc\x10\x71\x8d\x63\xf7\x97\xff\x49\xd3\x76\x8d\x89\xb3\x72\x09\x28\xff\x72\x8b\x50\x58\x0b\xd9\x03\x94\x0d\xd0\xfa\xf9\xf6\xef\x2f\x37\x81\xe2\x57\x66\xdd\x1d\x68\xb5\x26\x7b\x6e\x13\xdb\x7d\x92\xff\xd2\xa6\xbd\x12\xce\xe5\x0e\x49\x51\xb8\x4d\x6f\x7f\x6d\x93\x45\x71\x14\xe3\xcb\x31\xf8\x5b\x93\x4c\xb8\xff\xbf\x69\x82\x56\x7f\x77\xc3\x9c\x60\xc3\x60\x00\x4d\xd5\x97\xdf\x00\x5f\x35\x47\xa5\x86\xa4\x69\x40\xf9\x23\x29\x3e\x89\x1f\xe5\xd7\x6e\x97\x0c\x3c\x5b\x96\x1d\xef\x45\x8f\xfb\x4a\x8a\xda\x53\x64\xdf\x55\x87\x62\xf1\x8c\x1c\xfd\xac\x64\x00\x28\x5e\x00\x49\xd2\xea\x27\x9f\x5e\x16\x7d\xff\xd7\xb8\x0f\x4f\x6c\x64\x0c\x76\x97\x25\xce\x05\x02\x1e\x9c\x15\x79\x66\xc9\xec\x75\x92\x07\x10\x1f\x83\x41\xe3\xc4\x19\x0d\x53\x68\x35\x30\x99\x45\x20\xe2\x6f\x71\x2c\x04\x8b\x36\x44\x4a\x03\x1c\x71\x93\x2d\xee\x7a\x61\xd6\x7e\x81\x7a\x83\xca\x36\xcf\xc1\x1f\xca\x8a\x6c\x57\x09\x32\x62\x68\x5a\xda\x4e\x5a\xc8\xf4\x38\x07\x7c\x70\xc7\x8c\xae\x60\x83\xde\x20\x0b\xde\x78\x3f\x77\x81\x2a\x88\x3a\x90\x18\x58\x0b\x36\xf1\x1e\xd0\xc5\x96\x92\x0d\x7f\x66\xeb\x58\xcb\xed\x75\x36\x8a\xa3\x5c\x10\xd6\x19\xfb\xd4\x2b\x12\x99\xf5\x61\x4c\x53\x0d\xc4\x87\xcc\x81\x33\x18\xd7\xdc\x9c\x3b\x2c\xa6\xa7\x82\x39\xd9\xdd\x0d\x7d\xbe\x2e\x31\x14\x43\xe8\xd9\x93\x7d\xbb\x7c\x1e\x5b\x91\x93\xe9\xd9\x36\x01\x75\x95\x25\x39\x9c\x44\xef\x53\xf6\x8a\x7c\xf1\x4f\x17\x3e\x7c\xd7\x5b\x3d\xcd\x07\x36\x51\x73\x2a\x92\x23\x9a\xaa\xfa\x29\x44\xa8\x6a\xb4\x69\x82\x9a\x28\x54\x45\xc1\x10\x50\xa3\x06\xb5\x47\x51\xe4\x81\xcb\x48\xdf\xe6\xcf\xaa\xd1\xc8\x7f\xf2\x40\x4e\x99\xc0\x1f\x0a\xbe\x8a\x68\x5f\xbd\x6f\x63\xe4\xa6\x3c\x5e\x20\x13\x78\xfc\xd0\xb2\xcb\x24\x86\x91\xa2\x0d\xd1\xff\xf9\x52\x92\x13\x1c\x64\x36\x9a\x2c\x68\x74\xc4\xe4\xc0\xca\x03\x5a\xcb\x1a\x7e\xa7\x90\xdd\xf9\x0a\xf4\x4b\x8c\x87\x3c\x62\x3c\x3d\x0a\x31\x3c\x1c\xa7\x8b\xd3\xc3\x5d\xbd\x14\x06\x56\x7d\x61\x9c\xb2\x83\xc5\xcb\xc3\x4d\xd3\x17\x73\x92\x0c\x0b\x79\x31\x54\x76\x46\x77\x99\x3f\x8a\x44\xe9\x18\x1c\x53\xa6\x0a\xc8\xd7\x5c\x22\x68\xdd\xd0\x81\xf8\x9c\x6a\x95\x74\x2a\x58\x23\x42\x95\x1f\x62\x46\xe6\x54\x8f\x5d\x5e\x04\xb7\x2a\x63\x99\x8f\xa6\x92\x9b\xb7\xdb\x13\x2a\x46\x16\xcd\xa0\x42\x89\xef\x1f\xc9\xb6\x50\xbb\x33\x9f\x22\xc6\x29\x7a\x8d\xf6\x35\x62\x84\x9b\xcb\x65\x87\x1c\x9a\x07\x99\x74\xe0\x55\x5f\x62\xa9\x04\xeb\x4e\x60\xac\x44\xaf\x11\x74\x98\x63\x03\x23\xae\xbb\xe5\x57\x43\x6f\x75\xf6\xbb\x16\x2e\x1e\x2d\x64\xc8\xf7\x32\x81\x5f\xc5\x72\x56\xd7\xe7\xfe\x80\xf2\x17\x3e\x84\xf5\xe0\xaa\xc0\x5a\x9e\xef\x8d\x41\xde\x7b\x98\xad\xbf\xd1\x2e\x59\x47\xa6\x9e\xc5\xff\xd3\xd6\x18\xef\x9e\x66\x98\xc7\x39\x3b\xd2\xf4\x17\xf5\x2e\x0c\x2a\x00\x7b\x5a\xb6\x58\xd4\x4e\x59\xad\xdc\xb7\x9f\x23\xc1\x7b\x09\x0b\x85\xaf\x04\x95\x72\x85\xf8\x0a\xe1\xb6\x20\x74\xd5\x57\x71\xb1\xc0\x07\x2c\x90\x9c\xcd\x82\x45\x68\x0b\x7f\xcc\x3f\x99\xb7\xaf\xdd\x46\x62\x18\xd3\xc2\x56\x17\x9b\xa3\x3d\x37\x95\x51\xb9\xa2\xdb\xe6\xeb\xef\x15\x45\x94\x90\xdf\xb1\x6c\x92\x6f\x9a\xb0\x05\xbc\xb6\x42\xcc\x53\xd0\x0b\x51\x9e\x25\x27\x76\x6e\x49\x76\x24\xfa\x12\x6c\x07\x3f\x3c\x88\xa8\xf8\x31\xd6\x72\x8c\xb1\x10\x0d\x15\x30\x27\x94\x10\x26\x6c\xb3\x63\xdf\xcf\xb8\xa2\xba\xb2\x9d\xd2\x51\xf1\xbe\xa3\xf9\xc7\x20\x62\x31\x69\x92\x69\xe3\xc7\x49\x1f\x7b\x93\x44\xf6\x5a\x45\x94\xc5\x93\x9e\xfe\x93\x04\x3b\x16\xa0\x58\x07\x19\xc3\xd2\x4c\xf0\x55\x83\x7e\x75\x37\x75\x54\x47\xfa\xcb\x74\x8d\x48\x3b\x77\x3f\x00\x3c\x8b\xac\x60\xe3\xd0\x31\xad\xf2\x85\xaa\xa9\x2e\x0f\x8f\x29\x5c\xc4\x77\x9b\x2a\xb5\xb0\x9a\xf2\xef\x23\x05\xb6\x4d\x4e\x13\x53\xb5\xa7\x87\x28\x02\x99\xe4\xc8\x14\x19\x8b\xb7\x95\xac\x56\x6c\xf1\x79\x40\x02\xaa\xc6\x13\x14\xdd\x6c\xab\x02\x4a\x07\x3b\x15\xa7\x52\x29\x4f\x49\x5a\xb3\x9d\x20\xdb\xae\x2e\xcc\x68\xdc\x02\x02\xbe\xd3\xe2\x8f\x2b\x45\x2f\x3c\xaf\xe3\x12\x7c\xd9\x5c\x4e\x38\x27\x2f\x5a\x4b\x75\xea\x8a\xf4\x7e\xc6\x0b\xc2\xed\xe2\xff\xe1\x7a\x17\xc0\xde\xab\xe7\x58\x17\x26\xa7\xe9\xae\xc1\x5f\x2f\xbf\xf7\x21\x07\x3d\x22\x70\xd0\x33\xd5\x24\x33\x72\xfa\xe0\x70\x5b\x62\xb0\x86\x75\x08\xfe\x87\xc6\xf7\x57\x52\x5c\x33\x77\x23\x9b\x9d\x4c\x1d\x2f\xed\x90\x4f\x07\x6c\x4a\x4d\x22\x49\x1c\x82\xbd\x72\x7c\xa2\xbd\x06\xe6\xca\xff\xcf\xbb\xb6\x2e\xf3\xc8\xd3\xda\x85\xdd\x09\x38\xb1\xb6\xbc\x63\x9a\x3d\xe8\x6f\x5d\xdb\x94\x5a\x9f\x44\xcf\x62\x27\xe2\x1e\x14\xc1\x65\x78\xfd\x42\x5a\x1d\x35\xde\xf4\xfe\xb9\x63\xe7\x52\x24\x2a\x91\x35\xfd\xe2\xbd\x02\xa6\x94\x54\x8c\x2c\xfe\x62\x43\xce\x5d\x05\xba\xc7\x52\x26\x42\x0e\xdd\x50\x8f\x10\x9e\x29\x7e\x83\xe1\x7e\xfb\x14\x0f\x23\x0a\xdf\x48\xbf\x9d\x35\x6c\x13\x17\x02\xc1\x09\x7f\x0e\xcd\xf9\x39\xb9\x59\x0a\xfe\x70\x15\x15\xfc\xac\x5b\xe6\xbc\xb5\x20\xdc\xf9\xad\x04\x15\x19\xcf\x36\x38\x6c\xc4\xf8\xdc\x31\xf0\x2e\x5d\x3d\x72\x22\xed\x3a\x64\x33\xe2\x84\xfb\xdd\x5d\x99\xe4\x66\xb9\x1f\x64\xbf\xf5\x78\x80\x2e\x05\x96\x81\x04\xab\x00\xda\xd8\x1e\x07\xd2\xf4\x80\x20\x8e\xe1\x72\x45\xd5\x4e\xd3\xa4\x58\xe1\xf0\x04\x36\x99\x0a\x62\x88\x36\xb2\x49\x12\x8d\x7f\xb0\xee\xf0\x35\x14\x19\x7d\xba\x33\xd4\x13\x42\x9c\x17\x18\xfb\x5c\xe5\xf3\xa2\x2d\x1f\xf1\x63\xa1\x6a\xf6\x02\xba\xcc\x59\x26\x60\xa0\xf9\x4b\x5d\x6b\x0b\x6f\xcb\xeb\x0a\x7a\x27\xb2\xb1\x50\x14\x36\xd1\xce\x24\x83\x36\x66\x64\x53\x5e\x60\xdd\x7f\xad\xaf\x09\xb0\x00\xeb\x50\x53\xb6\xae\x2e\x3b\x30\x3d\x76\x4a\x97\x55\xc3\xa5\x43\xe7\x93\x5a\x41\xaa\x5b\x0e\xc0\x7e\x47\x93\x5c\x03\xb4\x4b\x9c\xc2\xfc\x8a\x9a\x70\x0a\x35\x3a\xb4\x72\xfd\x36\x81\x49\x4c\x1a\x55\x2c\x6c\x7e\x55\x2f\xf6\x33\xa9\xeb\x22\xe7\x35\x62\x51\x39\x73\x8a\xb5\x13\xc2\x9c\xee\x20\x33\x50\x9e\x97\x19\x6c\x77\x4c\x47\x02\x7d\xc1\x8d\xd6\xd0\xee\xf0\x8f\xee\xa6\xd3\x0f\x30\x72\x42\xcd\xf0\x28\x4a\xc7\x11\x8a\xb2\x89\x05\xf5\xc6\x7d\x1e\x2c\xbe\x68\x92\x95\x6f\x8a\xbe\x04\x30\x4e\x25\x9c\x52\x97\xcc\x7f\x11\xf9\x38\x28\xad\x84\x38\xaa\x24\x02\xed\x0e\x27\x2f\x62\xda\xde\x0e\x11\x91\xaa\x5f\xa8\x5a\x30\x88\xb8\xa7\x45\x3f\xd7\x42\x92\xf6\x15\xb0\x25\x4d\x06\x9f\xd3\x35\x8e\xa7\x54\x42\xb5\xec\x2c\x0b\xdc\xcf\x1e\xc0\xdd\xcf\x14\x0b\xf9\xb2\xec\xbb\x38\x89\xdf\x75\x93\x0d\x31\xdf\xe4\xad\x8d\x24\x9e\x13\xc2\x69\xfd\xb2\x9a\x3c\x49\x16\x52\xa8\xa7\x55\xf4\x80\xea\x9e\x89\x8c\x25\x63\xf3\x7b\x5b\x47\x0f\x85\x62\x9b\xe8\x81\xc4\x2e\xe2\x37\x78\xb3\x76\x10\xc2\xaa\xaf\x42\xbd\xf5\x16\x2e\x7e\xb8\x42\xbd\x45\xbf\x21\x16\xe8\x43\x60\x55\xb1\xd1\x9c\x40\xa8\x9f\x56\xd3\x46\x4b\xa7\x42\xbd\x34\xcf\x77\x26\xa4\xd8\x79\xcb\xbf\xa6\x75\xbc\x33\x42\x85\xfa\x71\x3c\xdc\xe1\x01\x47\xa8\x17\x07\x6f\xd0\x3a\x6a\xb7\x39\xcc\x6b\xdd\x99\x46\x8e\x85\x7a\xea\x84\x0a\xc5\x7c\xa1\xde\x96\xf1\x08\x8f\x4f\x84\x7a\x49\xb7\x83\xbc\x63\xc2\x93\x9b\x3f\xd3\x3e\x7a\xf8\x11\x68\xfd\xb2\x2e\x89\x33\x43\xe9\x8d\xae\xbe\x45\xd0\xc2\x82\xcc\xad\xc3\x06\x42\xb8\x56\x8c\x05\x56\x06\xae\x4f\x6c\x9f\x26\xa3\x63\xf5\x53\xa8\xb7\x6d\x3c\xca\x5f\xa6\x32\xfe\x9b\xdf\x71\x6b\x88\x42\x44\xfc\x47\x61\x0c\x5b\x04\x64\x2f\xcd\x9d\x09\xe9\x27\x5c\xb3\xbe\x23\xb2\xeb\x09\x7f\x9b\x12\xea\x47\xa7\xf8\xd5\x56\x47\xe1\xc7\xa7\x70\x7e\xe5\xb5\xaa\x58\x1e\x93\xbb\x2c\x46\xfb\x69\x09\x5c\xd1\xa4\xfa\xa1\x8b\x15\x3f\xd4\x5a\xf1\x1c\x7a\x15\xce\xef\xea\x5c\x11\xa8\x48\x69\xad\xb2\xb2\x02\x98\xa1\x3a\xa5\x16\xeb\x59\x3d\x57\xe0\x4a\xe1\x86\x8d\xe9\x46\x5b\x11\x5f\x31\x9d\xa9\xa2\xf8\x44\x53\x11\xdd\x88\x02\x79\x51\xe1\x89\x05\x02\xbc\x95\x50\x5f\x6b\xe0\x8e\xc8\x09\xf9\x23\x6b\xe5\xbb\x50\x4f\xbb\x47\x4c\x8d\x31\xcd\xcc\x0a\xc4\x40\x52\xb9\x92\x85\x87\x2e\x5e\x2a\xe1\x7d\x91\x17\x7c\x8f\x0e\xa3\x83\xa0\xca\x79\xc3\x78\x57\x3c\xf4\xb9\x87\x8c\x8a\x31\x66\x47\xc9\x9e\xbc\xe7\x7f\x7c\x4e\xdc\x78\x2a\x71\xaa\x5d\x49\x29\x75\x95\x50\x0d\x69\xbd\xe6\x93\x5a\x2b\x29\xf4\x89\x2b\xbd\x44\x76\x6d\x2f\x1b\xbb\xb7\xfe\xca\x2b\x7e\x8a\x71\x99\xbe\x1c\xea\x9e\x19\x48\xe7\x57\x69\x7e\xcd\x16\x0f\x84\x60\x27\xa3\xa9\x93\xca\xd2\x88\x85\x8b\x8c\xad\xc8\xf9\x65\xb0\x99\xba\xc5\x61\x64\x9b\xa7\x28\xb5\x6c\xf1\x0b\x45\xe1\x4e\x4b\x55\xcf\x84\x2b\xa6\x3b\x35\xde\x35\x89\x8e\xa6\x58\x1d\x2c\x39\x84\x1f\x51\xf9\x2a\xad\x6c\xec\x7c\xc9\x1c\xb6\x76\xbe\xe0\xcf\xd1\x7d\x3e\xf3\x7b\x11\xd3\x9b\x12\xb7\x4f\x97\x57\xb6\xa7\x17\x7c\x71\x92\x36\x8e\x77\xa6\x61\xcf\x44\xfe\xc8\x8d\x79\x16\xea\x71\x76\x20\xc3\xfd\xbb\x9e\x2e\x4e\x24\xf3\x85\xa1\x22\x19\x25\xc1\xcd\xe7\xc6\xc2\xf9\x99\x77\x70\xd6\xd6\xf2\x5e\x37\x11\xea\xab\xd5\x1c\xe6\x9b\xca\x79\x23\xf3\x96\xaf\xcc\x6e\xa1\x77\x98\xc6\xc9\xc3\x10\x3f\xeb\xd5\x51\x6c\xc1\x36\xe6\x62\x1f\xc2\xf9\xaa\xae\x14\xf9\x67\x28\x35\x67\xb6\xc3\x7c\x08\xf5\xd4\x5c\xf0\xc6\xa7\x45\xaf\x4d\x87\x27\xee\x58\x6f\x89\x66\xd7\x78\xa6\x35\xd1\x07\x96\x5c\xef\xf0\x72\x1d\xca\x7c\xb8\xf4\xf0\x17\x27\x9d\x28\xdf\xca\x3e\x76\xd1\x2d\x6c\xff\x49\xdf\xcd\xf7\x3f\x84\xb3\x63\x28\x96\x19\xd0\xcd\xf9\x59\xfa\x9e\x93\x7d\xb3\x43\x27\xba\x5c\x36\x29\x54\x2a\x17\x07\x20\x2a\x69\x54\x62\x60\xe0\xdb\x74\xef\x24\x59\x13\x5c\x10\xa5\x6c\x71\x3e\xaf\xff\x30\x5c\x54\xbb\x89\x58\x78\xcc\x86\xeb\x53\x6f\xcd\x3f\xf2\x0f\x38\x9f\xbd\xe2\x29\x55\xac\x59\xe0\xc6\x54\xa8\xaf\xce\x91\x95\x52\x5f\xa8\x1f\xfb\x2d\xd7\xf5\xac\x17\x49\x61\xc3\xa9\x6d\xec\x6c\xbe\x97\xdf\xb8\x59\xf0\xfc\x08\xca\xcb\x54\xe4\xb3\x66\x7d\x08\xf2\xf9\xb9\xf8\x85\x16\xfa\x42\xbd\x44\xbc\x92\xa7\x7a\x9e\x55\x46\x78\x38\xa0\x0e\x2a\x76\xb2\x32\xbd\xb0\x42\x9f\x37\x78\x6b\x99\x4b\x2d\xdb\x67\x3b\xfc\xb1\xe1\x99\x82\x5b\x25\x86\x97\xeb\x4f\xe6\x7b\xf3\x7f\x5b\xc9\x0c\x95\xf0\x2f\x25\xd4\xaf\xc1\xbf\xf8\xa6\x76\x05\x0c\x38\xfa\xe5\xea\x47\x6f\x65\x9b\xbd\xd9\xf9\x95\xef\x2c\x6a\x2d\xe3\x7b\x53\xf3\x84\x66\x64\xb6\x1f\xab\x44\x56\x4e\x76\xa1\x71\xb5\x7c\x92\xbd\x0a\x67\x27\x67\x94\x84\xcd\x19\x1e\x39\x04\x0b\xcf\xac\x5b\x74\xd8\x51\x74\xc8\x4f\x05\xd6\x06\x47\xa8\x2f\x05\x06\x5f\x7d\x9c\x1d\x22\xcf\x44\xba\xaa\xb7\x7a\xd7\xe7\xf8\xbd\xea\x50\xb8\xa9\x44\x5a\xb8\x1d\xf8\xf5\xc6\x87\x2d\x2c\x01\xfb\x2d\x4c\x01\x43\x10\x86\x20\xcf\x4e\xc6\xc1\x97\x1b\x96\x2c\x00\x7c\xeb\x00\xfe\x3e\x6f\x90\xf6\x67\x4e\x9f\xa5\x2e\x2a\xed\x72\x4c\x33\xcc\x6d\x6c\x39\xdf\xe1\x97\x37\xdb\xdd\x17\x43\x5b\xc3\x1d\x93\x4e\x76\x4d\x40\x92\x40\x3c\x92\xa9\x65\xb5\x91\xe6\x8c\x0e\x7e\xaf\x37\x6c\x93\x8f\xef\x11\x25\x01\xc4\x06\xe0\x47\x0d\xd9\x3b\xb2\x6b\xb1\x1b\x98\xf9\x4c\xe1\x33\x3b\xae\x6b\xdf\x2d\x11\xad\x1c\xf8\xf2\xb1\xcb\x31\x17\x08\xa3\x39\xf1\xe5\xf9\x11\x20\x08\xb2\xf0\x46\x47\x34\xff\xdc\x35\xd1\x8c\xa4\xd8\xca\x0b\x17\xae\x77\x4b\x5c\x02\x0d\xbe\xdc\xec\x66\xa4\x29\x6a\x2d\x5b\xa6\x1d\x3f\xaa\x86\xd6\xf2\xf7\x01\x29\x0d\xdb\x78\x9e\xc9\x5b\x3a\x5c\xb0\x9b\xf5\x0a\xf1\x5e\xc9\x1e\x5f\x6f\xc3\x71\x4b\x7b\xd4\x9b\xf1\xe2\xf6\xbb\x45\xfe\x17\x8b\x8b\xf6\x67\x6c\x7b\x2c\x45\xa0\xaa\x50\x1e\x66\x1c\x9b\xc2\x11\x1e\xc0\x84\xa7\x8a\x3e\x8f\x66\xaa\x10\x73\x1f\x42\xf5\x54\x0b\x3b\xa2\x3a\x14\x76\x9f\x8c\x6f\x96\x02\x80\x61\x0e\xac\x35\x03\x18\x08\x1b\xb7\x41\xec\x6c\x78\x60\x60\x00\xd9\x13\x06\x75\x12\x4f\x5e\x2f\x2a\x5e\xfe\x75\xce\xe9\x4b\x04\x6c\x1e\x23\xfd\x51\x8a\x68\x29\x6f\xb5\xf0\x28\xc4\xd0\xee\x20\xc3\xc2\xb3\xd5\xbe\xcf\xdd\x80\x51\x9f\x35\x4f\x5f\xd7\xf1\x2e\xc4\x0b\x9c\x81\x47\x90\xab\xed\xe5\x09\xe6\x04\x67\xbe\x87\x5f\xfd\xd4\x67\x9f\x2a\x09\xb0\x2f\x9c\x5e\x97\x8b\x37\xb3\xe2\x7a\xee\xe9\x05\xd5\x6a\x73\x06\x53\x94\xbb\x00\x95\xbd\x5f\xda\x70\x4e\xad\x6d\x82\x2c\x71\x1e\xa5\xbe\x3e\x92\x1d\x90\xa7\x5b\x6b\xbd\x4e\x9d\xa7\xd9\x9a\xd2\x26\x88\x84\x07\x65\xd1\x63\x1e\xa0\x89\x10\x2a\x01\x35\x18\x92\xb9\x2c\xd6\xaa\xd4\x7f\x24\x66\x70\xf6\x15\x66\x5a\xbf\x10\x46\x56\x75\xe4\x1c\xb4\xa2\x3e\xc5\x21\x8d\xd6\xd0\x06\xd6\x64\x71\xf4\x57\x75\xa2\x02\x47\xbe\x2a\x6f\x40\x42\x6d\xd4\xe3\x25\xd5\x33\x73\x78\x7d\x75\x65\x21\x23\x6e\x21\x69\x6d\x2a\xb5\xdb\x50\x9e\xb7\x5b\xc9\x01\xca\x88\x5a\xaa\x33\x9b\x6f\x0f\x73\x27\xe5\x7a\xf8\xf7\x24\xce\x6b\xa1\xfc\x1d\xb4\x39\xc7\x72\xdb\x03\xdb\xe4\xe3\xae\x57\x5e\x08\xc0\xd3\x62\xae\xd3\x49\x75\x61\x8a\xf0\x1a\x48\x5e\x4c\x24\x4d\x97\x24\x92\xf7\xde\x19\x01\xd8\xab\x7d\x0e\xcf\xc3\x4c\xf4\x8e\x35\x8f\xbe\x35\x2d\xbd\x21\x68\x1f\x49\x20\x1c\xf7\x62\x4c\xd3\xca\x52\xcf\x27\xa7\x27\x2f\xbd\xd1\xf5\x07\x52\x9a\x04\xfe\xc0\x7d\x0f\x66\xce\x83\xa9\x0e\xbf\xc7\xeb\xf2\x07\x3a\x48\x13\x71\xfc\xd2\xb3\xea\xa1\xf3\xf3\x6f\x7d\x76\xe4\x3e\x3b\x71\x95\xfc\x7b\x92\x96\xaa\x8c\xd1\x67\x27\x79\xee\x21\xfc\xe8\xf1\xd2\xbb\xda\x52\x74\xa7\x51\x64\x91\xc0\x34\x15\x2d\xa2\xf4\x53\x29\x7a\x62\x66\x8d\xcc\x9a\x52\x40\xf6\x7a\x82\x2e\xec\xce\x23\x73\x78\x08\x6f\x71\x41\xb4\xf3\x2c\xdb\x0d\xe1\xb7\xf4\xf5\x62\x6b\x92\xf5\x7e\xbc\xfb\xca\x3c\x88\xfe\x96\xa6\x29\xf2\x7d\x14\x6f\x0c\x97\x56\xb6\x31\x0e\x0d\x0c\xed\x4b\x0b\x0d\xc8\x60\xef\x89\x6c\xe7\xd5\x7f\xbf\x13\xef\xdb\xf5\xf5\x5d\x85\x87\xbb\x05\x63\x0e\xae\xb6\x87\xdc\xc2\x68\x83\x9e\x3a\xa6\x4c\xe2\xf0\x2e\x9c\x04\x68\x8a\x4e\xb9\x73\xde\x4f\x6d\x58\x31\x92\xb9\x9f\xed\x82\x64\x4a\x35\x31\xcb\x85\x9d\x55\xf7\xe3\xeb\x8d\x7e\x34\x74\xb2\x85\xaf\xf4\xfe\xdd\xe7\xab\x1d\xf6\x82\x9d\xfc\x53\xcb\xf5\x5e\xa6\x1b\xe2\x3c\x9a\x96\xd7\xb1\x04\xd5\x43\x83\x2f\x2c\xe6\x08\xa0\x7b\x88\xe7\xa5\x9d\x3c\xe3\x1e\xb5\x0e\xd9\xfc\xc2\x61\x67\x66\x98\x5e\xcd\x5b\x5b\x38\x08\xf9\x9a\xb4\xda\x64\x87\xb1\x2f\xaa\x70\xd2\xa8\x07\x73\xc6\x2c\x4f\x3e\xf0\xab\x7a\x0f\x4a\x4e\x7e\xe9\x38\x9e\xc9\x4e\x8b\xf2\xb7\x39\x17\x89\x49\x33\x15\xea\x8e\x6b\x3a\x66\x67\x9e\x4b\xf4\x9f\x85\xe3\x94\x2e\x87\x67\x9a\x81\xf4\x0c\xf2\xf2\x78\xb3\xf3\xa8\x78\xd4\xd2\xb5\x98\x47\x7d\x5f\xf3\x48\x8e\xfa\x99\x71\x9f\x43\x6f\x1c\xf5\x7a\x25\x81\xc2\x9b\xc5\x08\x49\x6e\x4f\xb2\xd4\x2d\xb5\x8c\x7a\xcc\x14\x9a\x6b\xdd\x43\xbd\xd4\xda\x2a\x6b\x03\x41\x81\xbc\x3e\xb7\xfe\x66\x2d\x6c\xe8\xbe\x6e\x50\x45\x0a\xe7\x11\xd0\xa9\x77\x72\x2f\x56\x8b\x38\xf3\x6e\x26\x13\x44\x60\x01\x34\xe8\x7d\x63\x12\xe7\x72\x7f\xb8\xdc\x69\x3f\xe4\x40\x9e\x94\x81\x3c\x71\x01\xc8\xb3\x80\x73\x70\xce\x7e\xe2\x24\x0a\x30\x60\x5a\xd9\x18\xb2\x35\xbe\x9b\x0d\x18\x65\x1e\xb7\x67\x03\x52\x7e\x06\xb1\x6e\xef\x60\xa3\x0f\x5b\x27\x1d\x7e\x0b\x02\xc8\xc8\xe5\xf3\xe7\x1b\xbc\x74\xf6\x47\x3d\xdd\xee\x56\x0e\x41\x0f\xd3\xa1\x29\x69\x64\x0f\xa1\x25\xf4\xe1\x5a\x32\xc6\xa5\x8b\xc4\xe7\xd4\xd2\x1a\x27\x2a\xd1\x53\x18\x62\xb0\x99\xc3\x46\x7c\x3a\x68\x45\x90\x38\xbf\x84\x93\x54\x10\xb9\xc0\x12\xe2\x13\x8f\xe0\x27\xe2\xfc\xfc\x53\x62\x17\x64\x3e\x15\xb2\xed\x7f\x8d\x6d\xe5\xb2\x50\x25\x9e\xa1\xf9\x2f\x5d\xe7\x6b\x5a\x83\xdc\x60\x45\xcc\xe7\x7d\x92\x98\x77\x9d\xb5\x5d\x5c\x4c\xc1\xfc\x00\xbb\xe1\xe5\x82\x07\x4e\x80\xe7\x7b\x75\xc8\x29\xb5\x01\x72\x3c\x10\xe5\x59\x13\x76\xf2\x3a\xfe\x77\xe7\xcb\x01\xed\xa7\x09\x9f\xfc\xe6\x90\x3a\xe3\xbf\x06\x18\xa0\xb9\x98\x4a\xed\x56\x1f\x8c\x4d\xd8\x3c\xce\x31\xa8\xbe\x4e\x07\xbf\xea\x8b\xc0\x92\xfd\x9d\xff\xef\x24\x23\x9f\x26\x22\x70\x94\x29\x69\xd8\xaf\x31\xb7\xde\xf4\xc6\x4d\x82\x13\xa7\x33\x34\xa0\xdb\xe5\x92\x44\xf9\xf7\x3d\x25\x81\x14\x1b\xd9\x58\x79\xd9\x0d\xbd\x1a\x92\x25\x82\xfa\x56\xf8\xc6\xf7\x35\xff\x9e\x2f\x19\x31\xc3\xbf\x17\xcb\x01\x05\x65\x0e\x1a\x3b\xa6\x86\xec\x41\xfc\x31\xb2\x46\xb6\xbb\x1c\xc1\x65\x6d\xd0\x80\x7e\x0b\x84\xd9\x93\x53\x5b\x16\xd7\xed\x6f\x8c\xd8\x70\x00\x6a\xac\xf1\x31\x44\xaf\xac\x07\xba\x53\x9b\x34\x38\x91\x8c\x5a\x90\xaf\x2a\x14\x3b\x58\x6b\x79\xa4\x0f\xd1\x7c\x62\x58\x8b\xe1\x4e\x36\xdc\x98\xc7\x0e\x91\x67\xbc\xed\x13\xaf\x60\xec\x6e\x6f\xb4\x9a\xa5\x7e\x77\x18\xdb\x97\x5f\xd5\x7b\x5d\x72\xd6\xda\xae\x96\x45\x48\xdc\xa3\x98\x80\x66\xcb\x5b\xd8\xdd\x8d\x44\x10\x5e\xd8\xbf\xda\x74\x48\x4c\x3d\xfb\x16\x90\x5f\x2a\x02\xfd\x1c\xac\xd6\xee\x8e\x43\x64\xaa\x9e\xf0\xdf\xa8\x55\x67\x04\xbd\x78\x0d\x24\x99\x83\xd8\xea\x6f\x46\x24\x25\x8d\x52\xe6\x1e\x3d\x93\x8b\x57\x8d\x12\x8b\x46\x6f\x8c\xf5\xe2\x2f\x1a\x23\x16\xda\xaa\x43\xe1\xad\xf5\xba\xb8\x13\xad\x9a\x57\x10\xf3\xc5\x34\xdd\xfa\x45\xb9\x66\xdf\x41\x30\x14\x1d\x52\x76\x6a\xa1\x73\xea\x0b\x89\x63\xe9\x59\xef\xe3\xc7\x44\x95\xaa\xb8\xec\x3c\xd2\xd0\x57\xa8\xa2\x89\x24\xe7\x3e\x50\xd8\x17\xe4\x1e\x61\x76\x55\x2f\x4b\xb8\x7b\x22\x37\xcf\xfb\x05\xff\xfb\xf3\x74\x04\xcb\xf9\xa1\x43\xe3\xfa\xd9\xe0\x1b\x8b\x94\xe4\xd4\x93\xcd\x37\x5e\x5b\xe6\xc6\x0c\x46\x94\xdd\x1e\x7c\x12\x1d\xbe\xbe\x9c\x81\x79\x0c\x21\xad\xaf\x56\xad\x1c\x6b\xdd\x83\x0a\xbc\xeb\xfe\x75\x41\xf4\x9a\x5a\x53\x77\x43\x24\xbd\xd8\x2e\xee\xb0\x0a\x16\x88\xea\x7b\x8e\x2a\x20\xd2\x9a\x23\x3b\xde\x73\x0b\xe8\xb4\xf1\x02\xd2\x23\x3c\x3f\x3b\x4a\x4e\x79\xb6\x89\xa5\xd0\xe6\xeb\xfa\x9b\x41\x69\x4f\x65\x2e\x03\x7d\xc3\x7e\xd0\x1d\x33\x97\xfa\xb6\x4d\x61\x99\xaa\x82\x1f\x14\xb7\xa8\xea\x14\x14\x60\x37\x48\x20\x10\xb9\x79\x95\xb2\x3a\x00\x4e\xf0\x4a\x66\x72\xfc\xfd\x41\x36\x24\xfc\x3d\xa5\xd3\x8d\x22\x5e\xa2\x60\xa7\xce\xfb\xa1\x7e\xf2\x2c\xd3\xc2\xc4\xd4\x32\x8a\x75\x21\x1f\xcf\xfb\x8c\xec\x08\x0a\x5e\x2e\x2f\x41\x7c\x4d\x46\x23\x0c\xad\xfa\x33\x4e\x00\x90\x38\xa5\x04\x54\x4a\xd5\x75\x81\xdd\xda\x05\xf7\xf3\x14\x04\xbe\xe6\x7e\x41\xef\x5e\xe9\xe5\xae\x70\x36\x34\xf6\xd4\x6d\xe3\xc6\xce\x46\x79\x43\x42\x60\xea\x4b\x2b\x40\x08\x2f\x40\xc6\x10\x5c\x76\x30\x37\x9f\x21\x47\x05\x49\x04\x0b\xf8\x19\x21\xbb\x5e\x0d\x74\xc8\x15\xa8\x4c\x97\x06\x45\xf0\xad\x1d\xce\x50\x5c\x68\xc5\x46\x09\xa7\x83\x4d\xc7\xd8\x00\xae\xdf\x59\xcd\x88\x5e\xf1\xd7\x42\x51\x56\x0b\x4a\xbc\x72\x77\xad\x57\x3b\x04\x10\xe7\x2d\x46\xf7\x71\xe6\x50\xef\x86\x4c\x29\xe0\x09\xf5\x76\xe4\x58\x2b\x23\x6c\xf2\x61\x03\x68\x52\xfa\xdd\x43\xec\x9e\x3f\xf4\x9c\x56\x11\x78\xa7\xa7\x86\x5a\x9d\xcf\x76\xb6\x2d\x7c\xc4\xfd\x92\xfc\x60\x2e\x47\x7d\xb8\xc8\x36\xb4\xb9\xab\x9d\x93\xce\xc9\xad\xe6\x77\x89\x91\x45\x8d\x00\xd8\xd9\xcd\xca\x8f\x9d\x2e\x70\xf4\x52\xf3\x2f\x2e\x88\x58\xbb\x14\xe8\xa6\x18\xc3\x92\x02\x14\xd8\xad\x71\x82\x50\x51\xd8\x24\xeb\xc7\x07\x48\x79\x8d\x23\x22\x2f\xd2\x9f\xd5\x4f\xad\x51\x65\xa4\x00\x22\x94\x9b\x9f\xe6\xf3\x26\xc2\x7d\x22\x12\xf4\xcb\x47\xa1\x92\xe6\x41\x77\xd0\x38\x46\x1e\xd9\xf0\xec\xfc\xe9\xb3\xf5\x89\xd7\xc7\xe7\xc4\xea\x3f\x7e\x0f\x01\x90\x5e\x85\x0a\x8a\x4f\x7c\x0a\xfb\x8d\x12\x69\x91\x9d\x71\xdc\x49\x1e\xcc\x1e\xa7\x75\x35\x8b\xb3\x6c\x1f\x49\x4f\x1f\xc4\xaa\x7a\x56\x62\x18\x18\x95\x2d\x33\xf6\xac\x89\xa7\xf3\x8e\x20\x6e\x43\xae\xaa\xfd\xf4\x27\xad\x6f\x2a\xee\x6b\x52\x4b\xe6\x41\x44\x37\x83\x1e\x24\xf3\x3b\x84\x05\xab\xcc\xde\x95\x45\x05\x5f\x12\xfa\x64\x8a\xa7\x73\x91\x13\x83\x67\x54\x9d\x48\x4a\x9d\xe4\xac\xf5\x9f\xc1\xcf\xea\x58\x78\x2e\xdf\x63\x2d\xf4\x84\xc1\xdb\xcf\xe0\x9e\xfb\xa5\xa7\xf4\xf8\x60\x50\xdc\xa4\xea\x38\x4f\xc6\xa0\xc6\x46\xa0\xc9\x0e\x8e\xd0\x92\xde\xe4\x12\xa8\x8d\xf6\xfb\x8e\xa4\x78\xc1\xcc\x8e\x61\x54\x92\x4e\x76\xc8\xc0\xd6\x6d\xbe\x7a\xd1\x03\x33\x94\x1d\xf7\xae\xac\x79\x7b\x98\xc6\xa7\x42\x4d\x4c\x1b\xb8\x4d\x2f\xc5\xdf\x19\x83\xf2\x75\x43\x37\xef\x5a\x87\x7c\x69\xc9\x9b\xed\x99\x9d\xa5\x19\x4e\x34\xc8\x0c\xa8\x6e\xd0\x42\x89\xe1\x0e\x34\xda\x71\xa6\x59\xc0\x30\xf1\xb0\xeb\x97\x6c\x7f\xfe\x05\xc6\xd9\x09\x6c\x6a\xc7\x6f\xdb\xdc\x5c\x89\x67\x10\x7c\xcf\x64\xad\x0b\x9c\xcc\x1c\x64\x3d\x13\x78\x3e\x4f\xfd\xdc\x70\xa8\x95\x89\x51\xd4\xf0\x48\x28\x36\x6c\xa4\xd4\xe0\x68\x09\x2f\x3f\x74\x72\x56\x05\xbf\x58\x41\x2e\xda\x1b\x33\x73\x0e\x5b\x31\x31\xbf\xbd\xf5\x5a\xef\xb5\x6a\x34\x07\x30\x19\xe1\x6e\x56\xfd\x3e\x93\x4a\x28\x51\x06\x60\x2d\x8c\xdf\xc5\x0a\xd4\x8d\x7d\x15\xee\xce\xbe\x6a\xa7\x68\xd3\x57\x3d\xea\x1e\x22\x82\xa0\xc9\xb5\xf9\x93\x80\x71\x74\x37\xc3\xbf\x01\x2f\x2e\x84\x09\x03\x60\x47\xa7\xba\x37\x95\xef\x73\xdb\x85\x5a\x67\x16\x07\x73\xb5\xc5\x54\xa7\xed\x99\x34\x3a\x1b\x47\x0f\x56\x4e\xa3\xdc\x4c\x30\xcc\xbe\x58\x8b\xbe\xa4\x9b\xd5\x28\xcc\x64\x6c\xb4\xd7\x7d\x59\x31\x35\xf5\xce\x9e\x40\x89\xf3\x5e\x28\xa4\x2e\xa5\x66\xdc\xb0\x0e\x6b\x09\x76\xaf\x78\x01\x91\x84\x49\x6c\x13\x4f\x2b\xd8\x59\x9e\x0f\xa5\x29\x63\x8f\xf4\x21\x3e\xcc\xcc\xc5\x3c\x5d\x2b\xef\xd5\x4f\x31\x00\x1b\xc8\x2f\x68\x61\x97\x42\xec\x17\x90\xe1\x63\x63\x16\x83\xd1\xf4\xee\x9e\x34\xaf\x27\xbe\x59\xb3\x28\x2e\xe6\x07\x4f\xc2\xcc\x3a\xed\x72\xea\xe6\x91\x6e\x96\xff\x14\xa7\x34\xfb\x80\x3b\x64\x6c\x2e\xfd\x5d\xef\x01\x8b\x5c\x75\xc4\x68\xa7\xeb\x08\x08\x7d\xf2\x38\xaa\xba\x22\xf8\x65\x9c\x54\x9e\x10\x89\x8c\x61\xb3\x59\x12\x4c\x6a\x2d\xc3\x05\xce\x6f\x73\xcc\xd7\xfb\x30\xb2\xa4\xf1\x00\xb9\x1e\x74\x01\x57\x38\x36\xce\x87\xd5\x9a\xa2\x56\x47\xc2\x60\x33\x14\x89\x19\x4f\x0d\x82\x7f\x29\x00\x90\xdf\x99\xd3\xe2\xd7\x6e\xcf\x9c\x17\x88\xab\xdb\x12\x80\xf0\x71\xa7\xa7\xdb\xf0\x89\x83\xed\x9a\xc5\xb8\xfb\x33\xcb\xea\xe6\x41\x01\x38\x0c\x53\x52\x70\xe4\x1a\xb6\x81\xba\x29\x8a\x28\x6b\x2d\x5a\xc5\x32\x91\x60\x71\xfa\x95\x0b\x5a\x21\x65\xa3\xba\x85\xef\xd4\x9d\x86\x9c\x00\x47\x29\x86\x07\xd2\x0b\xda\x12\x44\x10\xd4\x9c\xad\xac\x9e\x6d\xe1\x9e\xa8\x2d\x6e\xab\x7f\x3d\x95\xb4\x3a\x6c\x66\x92\x59\x5a\x09\x94\x5f\x42\x32\x29\x61\x9e\x31\xf6\x1e\x7d\x4c\x8a\x6e\xa6\x31\xf3\xd6\x24\x3a\xf2\x00\xfc\xdd\xdf\x82\x14\xd1\x60\x22\xa1\xa8\x3a\x60\xc9\x9b\x08\xf5\x06\x8a\xab\x8e\x91\x09\xb3\x35\x7c\xd8\x20\x9d\x5d\x8d\x73\x8a\x98\xdd\xde\xc8\x2d\x15\xf8\xad\x14\xf0\xaf\x6e\x18\x16\x00\x39\x5d\xb4\x26\x42\x12\xc4\xeb\xba\x8d\xe7\x05\x82\x52\x83\x5a\xf3\x1e\xc5\xa3\x92\xb6\x04\xe1\x5c\x1d\xe4\x2c\x06\x84\xb7\xc7\xb5\xb0\x8f\x68\x12\xad\xee\xab\x85\x20\x3d\xcc\x60\x77\x87\x74\x7b\x97\x2b\xdd\x4b\xd7\xa6\xb7\xea\xd5\xee\x01\xb0\xa3\xeb\xd7\x35\x91\x23\x18\x30\xce\x76\x8f\x7c\x7e\x9c\x52\x9a\x46\x02\x21\x8c\x21\xed\x9d\x63\x6b\x51\xae\xfd\x4a\xb9\x6f\x53\x9f\xbb\x27\x32\x07\x73\x08\xae\x77\x8c\x10\x8a\x81\x79\x34\x7f\x25\x39\xd3\x46\x8a\x72\xa3\x1f\xb9\x3f\x49\x4d\xc3\x5b\xfc\xde\xea\x4e\x6f\x62\x5b\xd2\xac\xde\xba\x33\x24\x94\x39\x54\x08\xe5\x78\x4f\x17\xf7\xd0\x41\xe8\x62\x20\xd4\xfd\x7e\xc9\x19\xbb\x27\xc6\xf8\xa8\x28\xb2\xfa\xad\x82\xc9\x4e\x05\x3d\xe3\x4f\xe5\x3c\x2c\x67\x54\xf2\x81\xfc\xc3\x09\xbd\x3c\x98\x21\x81\xec\xa9\xeb\x33\x43\xde\x11\xa4\xa4\xf4\x55\xb4\x5f\x86\xca\x00\x7c\x88\xab\xba\x8d\xfb\xef\xf6\x8d\x5a\x1a\x2d\x4a\xc4\xf6\x59\x87\x66\x9e\xd5\xd1\x8f\x6c\x20\x14\x28\x34\x3b\x5f\x72\xe9\x8c\x83\x9b\xdb\x20\x76\x8b\xd1\x21\x1b\x82\x8b\x4c\x48\x1f\xfb\xe4\x6b\x1d\x3a\x49\x7b\x76\x02\x22\x0f\x77\xd9\xe7\x38\x73\xee\x43\xb2\xdf\x3d\xcf\x21\x57\x7f\xf0\xd5\xf8\x81\xc4\xaf\x2e\xb9\xd3\x41\xce\xd6\x71\x98\x69\x5a\x7f\x13\x38\xdc\xb8\xb3\xd4\x00\xa9\x68\x3a\xd8\x51\x2a\xb5\x51\xfe\x62\xf1\x6a\xde\x5b\x61\x84\x7a\xa1\x6a\xfd\xbf\x57\xfa\xde\xfd\xd2\x26\xcb\xca\x1c\x8c\x4e\x6e\x8b\xb0\x4e\xc3\xf5\xa0\xda\x96\x62\xf8\x95\x47\x43\x56\x48\x4d\x74\x71\x22\xb7\x23\x0a\x79\x79\x4b\x23\xaf\x28\xde\x1d\x49\x00\xea\xc8\x4e\x83\x2d\xa5\xe0\xb9\x21\x2b\xb7\x16\x6f\x48\xce\x17\x8f\x17\xe4\xb9\x38\x43\x3e\x1f\xb6\xfb\xc4\x9d\x1a\x91\x19\xaf\x26\x53\x30\x7e\x79\x97\x5a\x6e\x29\xd4\xf2\xc7\x0a\x0f\xaf\xcb\x0f\x6f\xf0\x70\x8f\x1e\xde\xc9\x4b\x1b\xb6\x2d\xd3\xb0\xfd\x0f\x3d\x29\x61\x86\x79\xec\x53\xde\xa9\xec\xd1\x73\xdb\xa9\xbe\x8b\x87\x54\x77\x80\xff\x6c\x15\x64\xe5\x4f\x31\xfa\xaa\xba\xc2\x1f\xfd\x0b\x61\xfb\x31\x55\x7a\x7f\x1e\x8f\x3a\x1c\x12\xb6\x48\xed\x3f\x95\x7e\xd6\x4b\xef\x1f\xca\x6d\x4c\xb9\xcb\xf7\x72\x1f\x42\x7c\x9a\x72\x7b\x72\xc3\xa8\x9a\x32\xae\x9e\x6b\x73\x7b\x3f\x30\x8f\x2d\x98\xaa\x96\xe1\x93\x3d\x08\x76\x89\x73\x9a\x05\x45\x01\x03\x7a\xa3\x8a\x09\x93\x5f\xb8\x7e\xec\xd2\x46\xbf\x7b\x5e\x4b\xdd\x7f\xe7\x67\x18\x61\xba\xa5\xc5\x19\x22\x11\x84\x57\x47\xe0\x0d\xd2\x94\x04\x0d\xc4\x57\x11\x3a\xfb\x07\xa0\xbe\x18\xdd\xe7\x1d\xa6\xff\x6b\xb4\x47\xec\xee\x9c\x54\x49\x05\x85\x92\x4a\xe5\xa6\xc7\xc6\x11\x7a\xe4\xaa\x4d\xb6\x9b\x1e\x93\xca\xbc\xe6\xb8\xe4\x06\x02\xe2\xca\xd9\xcc\x54\xc4\xfa\x9c\xbf\x06\x43\x3d\x57\x20\x7c\xdd\x58\x97\xaf\xeb\xc7\xfa\xcd\x9c\x8b\xc0\x6d\x70\xf0\xd1\x16\x46\xa6\x8f\x1d\x82\xde\xb5\xcc\x33\x93\xc2\xb9\x38\x66\x6b\xac\x48\xa4\x03\xad\x20\x3d\xd3\x67\x6d\x06\x46\x39\xab\x0f\xda\x99\x33\xec\xf7\xc7\x1d\xd2\x06\x61\x74\xa2\x26\xb8\x1c\x57\xf4\xbf\xfa\xb1\xc6\xba\xf3\xfb\xcf\xd5\x3f\xda\x7f\x54\x0d\xbd\x12\x45\x9c\x92\xc7\xe4\xdb\x7e\x03\x9c\x00\xd4\xca\x93\x30\x84\x91\xd1\x6c\xfd\x27\xe3\x87\xba\x70\xfe\x76\x6e\x10\x6c\x69\x74\x02\x6c\x38\xe6\xc4\x3c\x9a\x59\xa7\xb7\x0f\x44\x46\x24\xab\x25\xba\x57\xbf\x85\x48\xd3\xf7\x3d\x76\xc1\x5f\x07\xc4\x86\x18\x61\x68\x8f\x9d\xee\xf1\xd0\xa7\x4f\xfe\x71\xc4\xef\xd7\xe8\xaa\x65\xcd\x21\x8c\xdb\x56\x74\xc5\x8e\x39\x34\x3e\xae\xa1\x58\x3d\xa4\x64\x94\x3c\xcb\x5e\xe4\xb1\x1d\x82\xce\xbb\x0e\x08\x14\xf2\x38\xb6\x59\x87\xd3\x68\x5d\xdb\xce\xeb\x93\x6a\x11\x41\x80\x10\xb5\xc8\x1a\x65\xdc\x55\x4d\xdb\x3c\xbb\x8c\xc9\x9d\x31\x69\xf4\x1c\xfd\x6c\xe2\xec\x5e\xab\x57\x4c\xaa\x34\xa8\x39\x8f\xea\x3b\x1d\x4f\x14\x67\x47\xa2\x8b\x12\x0c\xb2\x76\x84\x00\x33\x5c\x53\x09\xad\x4c\x1e\x48\x5f\x56\x22\xd9\xd0\x69\x19\xa4\xcc\x54\x48\x41\x66\x15\x04\x4e\xa6\x67\x18\x13\xc1\x6c\xad\x10\xc7\x4f\x52\xe8\x07\x60\xd8\x24\xb8\x36\xd4\xfa\x2f\x75\x24\xa8\x63\x4a\x56\xb9\x0e\x3e\x76\x47\xe5\xad\x87\x8a\xb3\xe8\xd2\x39\x36\x93\x71\x48\xe2\x86\x35\xd8\x9c\x98\x80\x89\x16\x10\x82\x98\xb6\x14\x0b\x35\x8d\x0a\xd3\x21\x10\xaa\xa5\xfa\x0d\xcc\xa0\x1a\x01\x61\x9f\xc1\x58\x12\xac\xe1\x7f\x7c\x5e\xe1\x24\x0f\x12\x52\x80\x4d\x18\xc6\x16\x57\x3f\xa3\x66\x89\x74\xc3\x6f\xb6\x0d\xb7\x94\x0f\x4a\x7b\x11\xaa\x35\xbf\xb0\x3f\x83\x09\xf7\x48\x87\xf3\x46\xee\xb6\x5e\xe9\xfa\xf9\x81\x96\xa4\x3e\x03\xbc\xa2\x3f\xdd\x13\x2a\x1c\xcc\x3a\xf7\x05\x7f\xc3\x11\xfb\x52\x8c\xc0\x79\x2f\x7a\x02\x22\x22\xcf\xe5\xed\xe9\x53\xa3\x8e\xc6\xe4\x8d\x24\xe2\x0d\x95\xc8\x66\x9f\xd9\xb6\xab\x01\x5b\xd1\x84\x7b\x6a\xeb\x42\x4d\xf7\x0d\x66\xc2\x78\x61\x57\x0b\x99\x34\xbb\xc8\xce\xf9\x01\x92\x3a\xf4\xc1\xa5\xc9\x7c\x5a\xc5\x44\xf8\xa0\x52\x31\xc9\xc8\xf2\x6c\x66\x63\x8a\xfb\x84\x45\x11\x53\xd4\xcb\xa2\x62\x11\x45\xf0\x1c\x21\x72\x70\xd6\x86\xc1\x3f\xaa\x53\xc3\x26\x9c\xb7\x64\xb5\x2b\x5e\x56\x07\xb2\xfb\xa9\x7b\xd6\x25\x74\xd7\x94\xab\xb9\x95\x4f\x8d\x57\x49\x6e\x19\xdf\x62\xc9\xfb\x16\x36\xee\xac\xd9\x15\xde\x4a\x4f\xc5\xa7\x21\x90\x04\xe6\x19\xda\xfb\xfb\x9f\xf9\xdf\x1d\x48\xfb\xd9\x07\xf4\x17\xd8\xfd\x68\x73\x89\x41\xad\x99\x7d\x46\x3b\xf2\xcd\x4d\x95\x3a\x16\x29\xe1\xa2\xaf\xff\x73\xee\x61\xff\xd6\x2d\x89\x64\x1f\x6a\x36\x61\xd7\x9c\x93\x24\x69\x6f\x26\x5b\xe4\x1c\xb5\xef\xd6\x0d\xbf\xa0\x61\xd1\x48\x61\xcd\x97\xb5\xb4\x05\x66\xb8\x47\xf5\xab\xaf\x5e\x6b\x44\xbc\xec\x70\xde\x55\xda\x2c\xc3\x22\x79\xe0\x18\x91\x49\xdc\x15\x93\x62\xff\x51\x72\xbc\x61\xa2\x56\xb4\x28\x6d\xa1\xeb\x19\x0a\x7b\x5a\x6f\x33\x1f\x51\x03\x7f\x8c\xb3\x0b\x68\x27\xea\xd6\xad\x32\x33\x52\x7f\x66\xe4\xf4\x8c\x65\xf6\x13\x31\x94\x22\x2b\x1b\x08\x87\x3c\x81\x6e\xb7\x85\x91\xe8\xf1\xff\xba\x01\x91\xac\x50\x53\x6d\x81\x26\xff\xad\x01\xe6\x15\xfc\xfc\x55\x03\x4c\xf3\xfa\xa5\x06\x70\xf7\xbc\x14\xa1\xd5\xb9\x46\xaa\xdf\x9d\x5b\x59\xa8\x47\x99\xe4\xca\x7b\xa8\x20\x65\xd9\x24\xbd\x3a\x71\x98\xdd\x6e\xde\x04\x0a\x30\xc5\x70\x18\x4d\x6a\x5e\xf1\xe1\xc0\x6a\x06\xc5\x55\xed\xcf\x10\x97\xfb\xd9\x40\x9b\x69\x6f\xd1\x9b\xdb\x50\x2f\x55\x57\x0c\xdd\xe6\xc1\x33\x7e\xc7\xb1\x10\x67\x9a\x04\x35\x69\xdc\x8f\xa5\xed\x46\xc5\xaa\x01\x6a\x4d\xaf\x0e\x87\x7a\xd0\x60\x62\xdc\x64\x96\xf3\x05\x55\xd4\xbc\x0b\x08\x4a\x43\x95\x5b\xe3\x1d\x3c\xfa\x94\x19\xd2\xd6\x99\xa7\xfc\x25\xdc\x68\x54\x2b\xc1\x54\x4c\xb5\x7c\xe1\x69\xdd\x74\xb1\x13\xeb\x8e\xbc\x84\x83\x6a\x9e\x53\xd3\x3c\x6b\xea\xca\x23\x89\x8b\x77\xdb\xed\x7b\x3d\x6b\x6b\x2a\xae\x80\xe6\xab\x03\x89\xc1\x5b\xed\xe1\x19\xd9\xd7\x06\xff\xb5\xa5\x00\x00\x20\x0b\xde\x31\xa6\xf9\x96\x3a\xc4\x82\xd5\xf4\x08\xc7\xdb\x95\xbd\x15\x88\x9e\x6a\x94\x0f\x3d\x52\xbc\x28\x87\x7a\x51\x56\x40\xad\x7f\x78\x21\x50\xee\xd5\x9e\xb2\x02\x31\xf7\xa4\xd7\xe2\xb0\x3e\xdd\xc6\x16\x12\xd4\xf5\x91\x7a\xf3\xc8\xf5\x24\xcc\xe1\x47\x15\x89\x0f\xa4\x38\x2d\x3e\xe0\x1f\xe7\x43\xd2\xdd\x9d\x2c\xd6\x98\x89\x92\xe1\xbe\x81\x65\xc9\xdd\x87\x1e\x9b\x49\x02\x4a\xe7\x76\x61\x1b\x43\xc2\x09\x5f\xbb\x4c\x15\x08\xa9\x56\x9f\x28\x35\xaf\xe1\xb4\x3b\x34\xbb\x57\x12\xc4\x5a\xa7\x36\xc1\xd1\x39\x9c\x6f\xdf\x42\x6f\x5d\x48\xed\x7a\x07\x5b\xf8\x1f\x1c\xfc\x84\x86\x4e\xc0\x3b\xd6\x63\x47\x72\xfd\xfe\x86\xe8\xa1\x10\x09\x78\xb6\x0d\x60\x80\x65\xa3\x8b\x5a\x41\x0e\x4d\x19\x54\xf7\x5b\x0b\xf9\x7b\x85\xa3\xb8\xc7\x29\xcc\x5b\xbf\xc9\xfe\x71\x92\xd1\x9c\xd9\x51\x6b\x0f\x05\x15\xbf\x81\x3c\x9c\xe3\xe6\x19\x77\x93\x08\x6e\xf5\x05\x68\xf1\xfc\x75\x83\xf3\xed\x60\x4b\x0b\xe2\x88\xbc\xe5\x27\xa7\x03\xdf\xfe\x64\xfb\xab\x20\x51\x89\xd7\xcb\x63\xa1\x1a\x15\xaa\x94\x91\x05\x7f\xf0\x62\x22\x73\x99\x6a\xc8\xd5\x67\x49\xec\x6b\x03\xdf\x75\x98\x66\xb5\x69\x49\x6a\xc9\x51\xa4\xba\x11\xef\xba\xf3\x42\x80\x01\x26\x8b\xb3\x5b\x50\x0e\x5a\x57\xdf\x94\x46\x40\x39\x6c\x98\x94\x30\xbd\xfa\xa6\x75\x34\xd0\xdd\x1c\x0d\x1a\x7f\xfd\x26\x54\xa3\x42\x95\xfc\xfd\x9b\x38\xfb\x5a\x43\xee\x98\x09\xf3\xf6\x47\xa5\xe8\xe9\xd7\x0d\x7f\xd4\x1a\x3d\xbb\xb6\x4f\x07\xa0\x26\xc0\x41\xe7\xee\x08\x25\x3a\xae\x63\xea\x3e\xaf\x21\x62\xb8\xab\x05\x48\x7d\xd4\xec\x84\xad\x22\xb1\xe4\x8d\xe9\x4c\x1e\x4b\x57\x38\x21\xa4\xfb\x2d\x54\xe6\x29\xeb\x1a\x6f\x46\x98\x5f\x4a\xbd\x0c\x23\xe9\xad\x9b\xc8\x12\x3a\x6f\x52\x58\xe3\x7b\xc4\x46\x00\xc3\x79\xb6\x6d\x41\x3d\xc0\x5e\x94\x74\x11\x2e\x9c\x58\xae\xde\xb6\x5a\xf6\x22\x74\xbe\xef\x5b\x57\x6c\x6a\x66\xc7\xba\x62\x36\x73\xbb\x8c\x44\xdf\xd9\xb7\x8e\x81\xc8\x62\x6e\x96\x59\xb9\xb2\x22\xc9\x9a\x27\xdc\x9e\x73\x8e\x9d\x42\x0b\x75\x1b\x6e\xd1\xc2\x9d\x43\xf4\xfa\x05\x99\xba\xfc\x62\x63\xf4\x84\xb4\xcf\x26\xa0\xf5\x7f\xab\xa0\xa3\xae\x89\xdb\xb2\xdf\xa8\x60\x52\xac\x80\xee\x17\x5e\x68\xfc\x35\x89\xcd\xa5\x74\x87\xaa\x87\xff\xd4\xa1\xea\x24\xff\xc7\x1e\x35\x0d\xc3\x97\xfb\xfb\x98\x19\x4c\xfb\x10\x92\x3a\x4b\x38\xd8\x76\x0d\x08\x86\xb3\xb3\xfa\x6b\xf5\x35\xa7\xf8\x9d\xa5\x56\x06\xc2\x4d\xee\xfa\x17\x88\x50\x11\xf0\xd2\xc0\xf3\x8c\x7d\x72\x8d\xb4\xf6\xee\xad\xc1\xbc\xee\xfb\x3f\x8c\x15\x80\xf9\x01\x1b\xee\x3c\x21\x3a\x52\x2f\x00\xf3\x11\x44\xf5\xdd\x23\x7a\xb3\xdf\xb3\xf9\xe0\xff\x3c\x71\xaf\x8f\x58\xa4\xca\x1c\x0b\x75\xb2\x3b\x09\xe3\x66\x32\xab\xc7\x19\xd6\xb3\xf7\xd6\xaa\x08\xf3\x30\xa9\x84\x67\x16\x6d\xd2\x57\x10\x72\x23\x9c\xcc\x80\xbb\xb2\x76\xa4\x05\xb7\x94\x59\xc5\x01\x28\x4e\xf7\xed\xfb\xac\x0b\xd5\xa8\x05\xe8\xc2\xff\x34\x91\xc1\x19\x3a\x24\x10\x2f\xf7\x71\xd6\x71\x21\x85\x57\x6f\xa9\x0b\x0e\x72\xb6\x1a\x94\x6e\x9f\x52\x1b\x7a\xe2\x0c\x49\xf9\x5f\x2d\x3e\xdb\xcc\xa6\x0a\xbf\x28\x51\x8b\xd5\x3a\x7f\x6e\xa1\x91\xb1\xbc\xbf\x37\x53\xf4\xff\xda\x4c\x15\x39\x6d\xd0\xf6\x7d\x6f\xc7\x2b\xf8\xc8\x55\xef\xaf\xed\xf8\xa7\x9e\x32\x84\x8d\xdd\xff\xb9\x1d\x13\x86\x5e\xd4\x54\xc9\xc2\xe2\xb9\xe9\x5a\x4b\x07\x0f\xe2\x12\x33\xb3\x4b\xdd\xf9\x36\x85\x81\x37\xd7\x83\xdf\x6f\xd9\x37\x85\x8e\x26\x91\xae\x7f\xa4\xe7\x1c\xa9\x29\x5a\xb3\x42\xb8\x3b\xe2\x0d\xe6\x90\xb5\xfc\x05\x2b\xf0\xd9\x52\x28\xef\x56\xee\xee\x51\xcf\x56\x63\xf9\x72\xd8\x29\xe0\x76\x37\x76\x69\xa6\x6e\x61\x4a\x06\x99\xd1\x7a\xe1\x5d\xdf\x7c\x15\x4e\x28\xe3\xee\xff\x65\x86\x16\x96\xff\x1f\x76\xd2\xe2\x11\x71\x63\x27\x26\x5b\x41\x34\xec\x82\xda\xe1\xc6\xc9\x66\xce\xbd\xe2\xf5\x86\x75\x5f\x6e\x1b\xfa\x29\x30\xbf\x8b\xe3\x3e\xd1\xb2\x45\xdf\xfa\xd6\x33\xcf\x59\xda\xdb\x3c\xef\x78\x12\x42\x14\xac\xfd\x2c\x2d\x81\xeb\xd7\x2c\x90\xc8\x7f\x5a\x01\x56\xec\x34\xf3\xfe\xb6\x85\x8f\xc1\x62\x7f\xee\x62\x13\x82\xe7\x26\xef\x8e\xab\xee\x5b\xc0\x6e\x9b\xd5\x1d\xba\x7f\xdc\xbf\x5d\xc6\xe1\x35\x9c\x25\xec\xa5\x5e\x65\x87\xa4\x40\xc7\xa5\x41\x76\x27\x07\xaf\x3c\x21\x0f\x88\x3d\x49\xb0\xf1\x4d\xe6\x40\xf6\x67\x3d\x76\xec\xba\x40\xf2\x05\x42\x0c\x6b\x48\x46\x30\x9d\xf7\xcb\xb3\x7a\x39\xa7\x50\xf5\xf7\x53\xd7\xd5\xe2\x77\xeb\x2e\xe7\xf0\x5d\x5c\x90\xee\x76\x7f\x66\x9a\xe9\x33\x8e\xab\x78\x3b\xc4\x34\xdc\xb7\x40\xee\x4b\xc0\x14\x31\x6d\x41\xbc\x9e\xb6\x4e\x0f\x25\x31\xae\x43\x09\xb3\xc4\xb0\x62\x3d\x64\x23\xaf\x67\xc2\xb2\xeb\x94\x67\x42\x08\x02\x08\x93\x49\xa0\x79\x06\x5b\xc2\x60\xdf\x92\x59\xc1\x67\x3d\x15\xe6\x1e\xe3\xaf\x88\x20\x6d\x31\x2a\xbd\xf6\x84\xb4\xea\x45\xae\x33\xef\xc6\x9c\x31\xab\xe9\xe0\x64\xab\xe6\x5f\xac\x8a\x3f\xed\x56\x44\xf1\x15\xd9\x6c\x6e\x47\x83\x1a\x57\x6a\xf8\xf2\xf8\x50\x9e\x07\x37\x76\x04\x57\x8b\x2a\x0b\x54\xb0\x94\x29\x41\xa8\x9b\x72\xb7\x20\x75\x0c\x9a\xc6\xb5\x78\xb0\x5c\x60\x1a\x58\x3c\x75\x49\xcc\x55\xd1\xe0\x02\x80\xdc\xa4\x52\x51\x7f\x9b\xa5\x2e\x40\xe6\xc1\x7e\xf5\x67\x29\x4b\x1f\x2e\xf6\xf2\x6c\x97\x26\x66\x9d\x62\x0d\x3f\x68\xff\xdb\xd5\xc9\xf0\xd9\x28\x30\xa3\x93\x4f\xfe\xd6\x26\xc4\xce\x7e\x7f\x37\xb9\xd1\x9b\xaa\xa1\x72\xbb\x87\x9e\x08\x63\x63\xeb\x98\xa4\x35\x70\x5c\xd5\x37\xc0\x2e\x34\x36\x4c\x12\x05\x1f\x5a\x93\xe4\x6c\x15\x63\x0c\x5a\x98\x43\x1e\x20\x04\xec\xf4\xf7\x60\x78\x1e\x37\xb0\xfd\x33\x4a\x80\x87\x6b\x72\xaa\x51\x90\x6b\x04\xd6\xef\x6e\xbd\x08\x17\xc8\xea\xe1\x6f\x5a\xbc\x93\x5c\xb0\xb1\xd4\xcd\x11\x8e\xd8\x3b\x38\xfb\x00\xae\x9c\x62\x48\xbc\xd8\xa1\x9e\x5d\xc9\x0e\xb7\x9c\x7b\x80\x87\x7b\x2e\x63\xd0\xad\xe4\x3d\x64\xde\xd6\xe1\xe4\xb7\x31\x07\xa3\x0c\xf2\x3e\xda\x4e\xaa\x3e\x5b\x80\xd4\x2f\xd8\xac\x51\xfb\x67\xd4\x29\x2f\x5b\x2a\xde\xda\x3d\xfc\x09\xde\x60\x84\xaf\xf6\x32\xdf\x46\x26\x42\x4c\xf7\x0c\xc9\xb7\xf2\x56\x97\xe6\x07\xc6\x0d\xf9\xd3\x74\x9b\xd4\x1d\x8f\xdb\xe4\x98\xda\x84\x8e\xe9\x6d\x40\xee\x59\xa7\x1a\xd4\xfd\xae\x62\x14\x2c\x5f\x88\xad\xac\x35\xbf\x59\x11\x57\x0d\x26\xd5\x3e\xe3\xd0\xd8\x43\x2d\x9d\x98\x8c\x59\x37\x8a\xf6\x6a\x0f\x90\x7a\x67\x7a\x59\xd8\x17\xc7\x2a\xcf\x8f\x25\xa5\xd3\xf6\xd7\x2a\x4c\xb0\x2c\x69\xa3\x3b\xf6\xee\xb2\x29\xa6\xc4\xba\x86\x90\xfc\x33\x4f\x31\xab\x5d\xde\xd1\x8e\x33\x9f\x9c\x77\x73\xc2\x7c\xbb\x6b\x98\x37\x0f\x28\xf5\x5a\x7d\x17\x93\x50\x6f\x3a\x3f\xdc\x78\x5d\x0a\x55\x7c\x88\xc9\x9b\x42\xb1\x93\x4f\xe6\x9e\xd9\x8b\x96\x3e\x65\x90\x0a\x65\x0d\x94\x87\xc4\x02\xf7\xeb\x46\x29\x0e\x2b\x77\xc5\x30\xb2\xa3\x1d\xe6\x37\xf8\x55\x27\x08\x78\x73\x69\x88\xe7\xfb\x7b\xf6\x4d\xd1\xe7\x7b\x0c\x10\xf6\x88\xaf\xc0\x11\x0e\x58\x6d\x57\x2d\x59\xa0\x67\x31\x5b\xb0\xd9\xaa\x99\x7a\x87\xa2\x4a\xd0\xd7\x4d\x8b\x44\x61\x66\x0a\xf4\xf0\xc1\x13\x11\x90\x9d\x76\xe4\x5e\x37\xb7\xfb\xc0\xb0\x92\xd3\x0d\x77\x02\x39\x3a\x0e\xc8\x06\x96\x3d\xd1\x7e\xa0\x90\xe1\x50\xf6\x4c\x86\x49\x38\xa6\xf0\xaa\xeb\xfa\xdb\x0f\xd5\x8d\x14\x4e\xa8\x1a\xdb\x52\x47\xc0\x77\xbf\x44\x64\xfd\x16\x79\x38\xc6\x97\x16\x39\xad\x30\xcf\x67\xb2\xd0\x23\xd4\x6f\x43\x36\xa1\xf9\x62\xef\x3c\xb5\xdb\x79\x8c\xb3\x3f\xd0\xa3\x7d\x26\x8b\xf9\xaf\xc3\x89\x5a\xf0\x4e\x29\x5c\x60\xf7\x07\xa8\xaf\xb7\x05\xfd\x51\xe5\x0e\xa9\x88\x86\x42\x7d\xd5\x80\x16\xde\x54\x40\x94\x06\xd3\x54\x33\xe0\xd8\x28\xdc\xdc\x56\x82\x2c\xb6\x3a\x91\xbb\x0a\xa3\x85\x2a\x8c\x8a\x23\x8b\xf0\x81\xaf\x1e\x4d\x45\x04\xbd\x3d\xf1\xd5\x73\x25\x30\xa4\x0c\x6e\x24\x2f\x7c\xb5\x6e\xea\x75\x84\x9b\xc8\x06\x5f\x6d\x56\x32\xb0\x9e\x23\xdc\x8b\x6c\xf1\xf5\x76\x25\xc8\xfd\x82\xea\x20\x3b\xa6\x1d\x33\x44\xa5\x26\x47\x78\xa4\x89\xd2\xe2\x43\x6f\x90\x17\x95\x8e\xf1\x75\xcc\x01\x18\x5d\xae\x8b\x9c\xae\x8a\x3c\x1f\xc0\xe4\x40\x5e\xe5\x96\xb4\x38\xee\xc6\xdc\xad\x9d\x47\xb8\xfb\xa1\xef\xee\xca\x8f\x36\xf6\x3e\x52\xaf\x9b\x28\xcc\x59\x00\xe3\x91\x89\x59\xee\xf2\xf7\x5e\xf6\xc1\x55\x33\x1a\xa6\x19\x5c\xe4\xd5\x6a\x23\x01\x5e\xbf\x0b\xef\x0c\x78\x05\x54\x6f\xe6\x94\x8a\x75\x78\x99\x43\xa3\x79\xd6\xca\x57\x54\x29\xa1\xb7\xfd\xc6\x51\x5e\xbd\x2c\x36\x2f\x33\x58\x81\xa4\xdc\xee\x2e\x0d\xac\x6a\xc8\x5e\x25\xf8\x5b\xb9\x0d\xf1\xf9\xa9\x86\x4c\x39\x6b\x65\x9f\xc7\x3e\x3a\x03\x71\x55\x23\xb1\x88\xe3\x85\x3b\x74\xa4\xd8\x19\xbb\xa0\x57\x59\xdf\x67\x0c\x57\xaa\x46\x3c\xca\xaa\x61\xc7\x2d\x13\x81\x4d\x60\xff\xa9\xd5\x29\xfd\x9e\xb4\xda\xf8\x8d\x48\xdf\x44\x71\x08\x2b\x30\x80\xe3\x4d\x9d\xc9\xa0\xeb\x38\xc1\x2b\x6d\xe8\xd4\x0d\x60\x01\x83\x64\x46\xde\xe4\x69\x9d\x0c\x69\x3b\x7b\x8d\x8e\xd8\x86\x85\xd9\x3f\xa7\x53\xe3\xb9\xb1\xc4\x47\x84\x0d\x60\x69\xcf\x08\xb9\x7a\xad\x31\xa5\xf7\x76\x35\x00\xdd\xcc\xd5\xaa\xe2\x05\x75\x9d\x49\x7e\x89\x08\x2f\x0b\x7b\x3f\xa8\xc7\xc2\xa7\x6a\x46\x0a\x06\x8b\x38\xcc\x22\x9f\xeb\x8b\x5f\xf5\x45\xac\x76\x5a\xf8\x5b\xaa\x41\x6d\x25\xcd\x2b\x26\x22\x21\x4f\xf2\x52\xa5\x4c\xc7\x7f\x6e\x90\xd5\x0f\x90\x4c\x6c\x92\x67\x44\x1e\x04\x51\xa8\xdb\xba\x56\x43\xc2\x0e\xaa\x14\x79\x9f\xca\xb1\xf3\x4d\x4a\xa0\xf7\xba\xee\x32\x0e\x5d\x8f\x55\xa5\x94\x01\x06\x00\x36\xd5\x83\x92\x4a\xc5\xe1\xcc\xdb\xb5\x83\xeb\x72\xa0\xb9\xd3\x1f\xd7\x68\xd0\x53\x10\x3b\x36\x4d\x9f\x36\xc3\x26\x73\x04\xc1\x88\xed\x87\xc4\x81\xab\xd6\x28\x54\xef\xfa\x60\x24\x7e\xd3\xcb\x8b\x2c\xda\x5e\xda\xf1\x88\x97\xe2\xc0\x24\x85\x2b\x6b\x04\x79\x98\x78\xe8\x68\x44\xa6\x2d\x22\x69\x53\x11\xcf\x05\x2e\x32\x6d\x87\xb4\x97\x7e\x86\xb5\x80\x5d\x29\x59\x17\xaa\x86\xe2\x61\x3a\x77\x46\x58\x5f\xe4\xe4\x1c\xc2\xaf\x57\xa3\xef\x68\x71\x6f\xcd\x6b\x88\x3c\x8d\x6a\xbc\x0f\xb5\x46\x88\x44\x6d\x8d\xae\x77\x31\x95\xef\x62\x5d\x0e\x1a\xb7\xc3\xc3\x7d\x36\xf5\xc6\x42\x3d\x2e\x67\x83\xec\x37\xb1\x58\xaf\x64\x69\x55\xe9\xc5\xb6\x54\xc2\x3b\x70\x5e\x15\x08\xcc\xaa\x38\x4f\x9f\x2f\x6b\xbf\xda\x96\x62\x4c\x71\xfa\x02\xea\x43\xd0\x6b\xc9\x52\xa1\x40\xef\x19\x13\x54\xc3\x24\xa3\x26\x1d\xa6\x29\xd2\x9f\x54\x17\x4a\x78\xc4\x4f\x2d\x90\xd3\x7b\x5d\x2f\x17\x59\x4e\xf4\xdc\xf1\x53\x2a\xb2\x40\x35\x26\xd7\x97\xe9\x69\xa3\xd7\x2e\x94\x08\x08\x47\x25\x9a\x28\xd8\x98\x7d\x2b\x48\x83\x57\x97\x42\xd5\x6c\xce\x27\xe9\x0b\xf5\x65\x0a\xf2\x0e\x52\xe7\x30\x13\xfd\xb7\xbf\x9b\x51\x0c\xeb\x67\x75\x69\xeb\x43\xe1\x48\x41\x67\xe2\x42\xc1\x0d\x8a\x68\xab\x45\xc8\x98\x49\xbd\xe8\x02\xc2\xf2\x92\xa2\xf1\xb3\x5a\x57\xe2\xf9\x85\x82\x16\x40\x2f\x4c\x32\xc3\x91\xd9\x9e\x23\xab\x38\x80\xea\x21\x27\x7c\xb3\x76\xbc\x18\xba\x8e\xc9\xae\xd0\x54\x1b\x62\xa4\xbd\x23\x50\xdb\xf0\xd7\x1c\x92\x21\xe1\x75\x02\x65\xd6\x84\x0a\xd5\x2e\xc1\x51\x6e\x86\x03\x1b\xc1\xbd\x9e\x4b\xde\x60\x15\xeb\x05\xfe\xa0\xa5\x31\x2f\x02\xca\x1f\xf9\xe4\xd7\xb2\x16\x93\x78\xb0\x02\x78\xa2\xa0\x9e\x0c\xb5\x1a\x43\x78\x07\xca\x45\x05\x1e\x66\x6e\xe8\xe6\x15\xe1\xcd\xe7\x81\x7e\x26\x85\xd2\xb0\x81\xb3\x76\x98\x12\x7e\xf3\x07\x45\xc2\x3e\x43\x54\x71\x4d\xab\xce\xd4\xd1\xea\xc1\x1c\xc5\xc5\x99\xe5\x53\xa8\xb8\x2f\xec\x96\xac\x2a\x20\x95\x07\x22\x7b\x90\xa1\xe1\x71\xa8\x17\x8e\xf3\xb2\x05\xb6\xca\x6c\x73\x6d\x5a\x42\xaf\xaf\x88\xef\x5c\x8d\x6e\xee\x85\x59\xa1\x49\x46\x00\x69\x8a\xce\x01\xe0\x9f\xdc\x03\xa2\xad\x07\x92\x34\x43\x92\x4a\xa7\x97\x36\xf6\xde\x03\x02\xad\xba\xac\x6d\xa3\x57\xd5\x89\xa3\x28\x7e\x42\xa9\xb8\x9a\xc8\xcd\x09\xbc\xbb\x7a\xd3\x76\xcd\xcd\xc2\xda\xb5\x29\xcc\xd3\xf9\xbc\x50\x2c\xd1\xe0\xab\xea\x0a\x47\xfc\x71\x84\x86\x17\x04\xff\x54\xfa\x94\x9d\x05\x02\xdb\x27\x30\xe2\x71\x9b\xd5\x5d\x70\x97\x0c\xb5\xe4\xfe\xac\xcf\xaa\x53\x8f\xcc\x14\x43\x2d\xf7\x66\x84\x7c\x30\x49\xf8\x0d\xe8\x9e\x93\x43\x3a\xcc\x06\x2f\x77\x34\xc5\x92\x31\x60\xa3\x23\x1c\x51\xe0\x51\x68\xd0\x66\xfc\x6e\xb5\xd9\x3d\x4c\x2e\x19\x31\x5e\x5a\x38\xed\x66\x96\x2a\xba\x87\x42\xd6\x01\xe1\x80\x13\x3e\xa7\xaa\x34\xbf\x03\xf3\x1b\x61\x86\x9c\xaa\xb2\xea\x8a\x87\x70\x58\x9d\x8a\xe0\x67\x03\x76\xc2\x61\x9f\x32\xc1\x3d\x8e\xab\xae\x08\x2e\x7c\x08\x1d\xce\x6e\x76\x08\x81\x67\xc0\x39\x83\x16\x7e\x38\x4f\xf5\xa8\xab\x87\x3e\x74\xc5\xcf\x13\x10\x32\x4e\x4d\x4b\x36\x4f\x42\x3f\x3f\xe8\x11\xba\xfd\x5d\xf8\xa5\x21\x4b\x67\x92\xbd\xb9\x7a\x5a\xcf\x2e\x8c\x0d\x34\x83\x67\x44\x4d\x1c\x60\x49\x45\x66\x67\x5e\xe1\xee\xf4\xc0\x56\x83\xc3\x5e\xe2\xcc\xdf\xa3\x1d\x41\xab\xf7\xa0\x5b\xfb\x63\x17\xb3\x38\x53\xe3\x0c\x15\x15\xc9\x48\x6c\xae\xc9\xec\x5e\xc9\x07\xb7\xc6\x15\x4e\x4b\xce\x99\xd2\x25\xe6\x63\x81\x4f\x92\xf1\xe9\x35\xf3\x40\xab\x46\x56\xc7\xf5\x12\x98\x11\x76\x7f\x26\x1b\xec\x8a\xdf\xe2\x90\xd9\xa9\x1d\x57\xc7\xa7\xce\x13\x46\x3b\x29\x9f\x3d\x6b\x69\x0e\x9f\x7d\xcd\x50\xa0\xec\xe6\x2c\x17\x9b\x6d\xcd\x34\xa8\x12\x1b\x3e\x07\x58\x0f\xa2\x39\xe3\xda\xeb\x05\xb3\xf0\x82\x38\x96\x84\x93\x9b\x85\x87\xfb\xd5\x03\x8c\x72\x5b\x29\x4e\x32\xd2\xa7\x57\x53\xba\x97\xda\xb7\x95\x83\x44\xef\xf7\xee\x85\x7b\x7a\xe6\xc0\xe7\x49\xc0\x65\x1f\x09\x32\x9e\x01\x78\x0c\xd6\xeb\x87\x52\x3f\xac\xef\x41\xd8\xb2\x6b\x95\x87\x3e\x63\x4b\xa4\xec\x53\x4d\xb2\x2e\x21\x80\x75\x26\xe3\x07\xfc\x7f\xbd\xc2\x2b\x13\x52\x3c\xeb\x32\xbd\xba\xa1\x28\x42\x21\x19\x1e\xc2\xfc\x6c\x5e\x48\xa1\xee\x3b\xdd\x7c\x2a\xf8\x42\xbc\xe9\x63\xe0\x2c\xcd\x84\xb8\x1e\xb3\xfa\x7b\xd5\xa3\x78\x57\xbd\x83\x54\xbb\x52\x28\x77\x47\x7e\x30\xfb\x5e\xcf\xac\xf7\x25\x85\x58\x0c\x22\x8a\xad\x98\x22\x16\xe0\x8c\xc9\xf4\x50\x3c\x77\x1a\xa5\x2e\xbc\x79\xee\x54\xf2\xac\x6c\x9d\xf1\xbf\xda\xb0\xbb\xc9\x28\xdb\xb2\x5d\xd1\xf8\x3e\x4a\xbc\xd1\xb8\x73\x36\x14\x70\x89\xee\x9a\x44\x61\xc6\xb6\x69\x79\x7e\x29\x7b\xac\xf5\x90\xac\x64\x9f\x10\xac\x46\x1a\xc8\x74\xf3\x1b\x44\x32\xe4\x1f\x1c\x20\x28\x65\x28\xc4\x1f\xa5\xe8\xa5\x8f\x40\x02\xd3\x20\x16\x92\x9b\x08\xc3\x98\x84\xbc\xcb\xfd\x0f\xd2\xb1\xba\x38\x46\x2c\x66\xe5\xf5\xd9\xb2\xf4\x8c\x7f\xf8\xd2\x0a\xf1\x52\x9a\xa0\x41\xfa\x8a\x11\x7d\x85\xcf\x5f\xb1\xe8\xf8\x05\xf9\xf8\x31\xa6\xcf\x18\xf3\x67\xfc\x0b\x91\xf0\x3f\x89\x98\xff\x24\x3f\x16\x34\xe6\xb7\x54\x9f\x2d\x9f\xee\xe9\xbb\x82\xec\x24\x12\x0b\x5c\x98\x91\xdb\x52\xdc\x9a\x7a\xda\x59\x76\x36\xab\x2b\x4a\x38\x4f\xba\xf7\x3e\x3a\xe4\x95\x52\x2f\x90\xf1\xb1\x57\xbd\xb6\x2a\xb7\x56\x28\x3a\xff\xfd\xf2\x02\x43\xd6\xe0\xe6\x42\xa5\x42\x2a\x44\xee\xc1\x0a\xdb\x7f\x4e\x30\xdc\x05\xa0\x8b\xab\xba\x94\xa4\x82\xc2\xfb\xce\xb8\xf3\x5e\x1d\x0a\x7b\x58\xf5\x84\x73\x77\xa1\x4c\x62\x83\xa1\xde\x3d\xd7\x10\x7d\x10\x13\xf6\x95\xc2\xda\xfe\xa9\xbf\x26\x94\x00\x0d\x8e\xdb\x11\xb3\x47\x33\x75\xd1\x76\x51\x44\x86\x73\x21\xc2\x4e\x77\x51\x72\x6a\xec\x01\xf0\x08\x20\x6c\x8c\xe6\xca\x98\x12\x64\x64\xce\x82\x33\x32\x98\x4c\x4e\xd6\xb0\x30\x25\xc7\xf3\x67\xec\xd8\xc7\x10\xd8\xcb\x76\x05\xac\x4d\xc9\x2f\x44\x51\xb6\xd1\x77\xd9\x6b\xf6\x7d\xfd\xf8\xcb\xbd\x16\x43\xdf\xed\x42\x65\x13\xf1\xeb\xbe\xea\x8a\xf7\xf5\x0d\xfd\x0c\x47\x23\xd5\x4d\x1c\x1c\xbf\x60\x39\xba\x00\x8a\x19\xac\xdb\x83\xc2\xf2\xfa\xba\xd3\xd3\x72\x26\xd7\x52\x14\xd7\x4e\x9f\xd6\x8e\xfa\xea\xf1\x3c\x28\xcf\x7e\xf5\x95\x05\xcb\xfe\xd3\x24\x7d\x17\xce\x45\xe9\x1d\xe8\x9d\x67\x2a\xd6\x3b\xc5\x76\x2a\x9b\x56\x8a\xbf\xa9\x8f\x4c\x2f\x0c\xc5\x20\x26\x3e\x34\xf7\xa1\x9a\xb1\xb3\x9f\x38\xe1\x46\x35\xcf\xd1\xb1\x97\xc5\x6e\x3d\x90\x92\x4f\x89\x3a\x54\xaa\xca\xf7\x76\x64\x9c\x1a\x1e\x59\xa3\xd6\xab\xb1\x2b\x85\x57\x93\xac\xb2\x4c\x85\xf8\xbd\x3c\xd1\xd6\xf8\xa1\xf7\x54\x13\x76\x6a\x02\x26\xb1\x27\x8a\x27\x8a\x4b\xbb\x7c\x37\x1f\x91\x08\x99\x5e\x1c\x22\x26\xdd\xc8\x5d\xea\x15\x4b\x28\x2b\x33\x2d\xe9\x2b\xf3\x2c\xfe\x6b\x2d\x4f\x3b\x04\xb9\x65\x2f\x32\x71\xc6\x14\xda\x92\x45\xbf\xc2\xa0\x47\x1e\xdc\xdf\x38\x14\xb2\x7e\xb9\xb0\xcd\xb9\x7a\x9d\x79\xc6\x44\x89\x7f\xdf\x98\x91\x50\xf2\xc3\x32\x1b\x33\xbd\x53\x25\xf2\x10\x22\xcc\xcc\xc4\x81\x9b\x9d\xbf\x56\x03\xc4\x48\xab\xc6\xbe\xb1\x7e\x7a\x5b\xa4\xe8\x7c\x35\xa5\x8d\xd5\x6c\x26\xd7\xb3\x47\x46\x3f\xfa\x42\xd4\xb2\xa8\xe0\x92\x78\xdc\xb2\x11\xc2\xa5\x5b\x7d\x6a\x14\x88\x02\x88\xc6\xb3\xdb\x80\x7d\x1e\xca\xe8\xa1\x7e\xeb\x0d\x80\xff\x36\x95\x3e\x31\x66\x4a\xa8\x11\x25\x8d\x81\xba\x1e\x3e\x56\x9d\x9c\x28\xd9\x33\x86\xdf\x97\x4b\x8d\x16\x2b\x61\x87\x8f\x8a\xec\x41\x67\x04\x33\x4d\x6b\xb5\xdc\xf8\xa7\x47\x68\x6d\x77\xca\xe6\x40\x9b\x32\xa0\x34\x25\x0d\x9d\x4d\x4a\x0a\x13\xdf\xa4\xf4\xb6\xe9\x86\xfe\x7b\x0e\x17\xa3\xc2\xd1\x72\xe0\xc9\x81\x51\xcb\x64\x4c\xa7\x3e\xcb\xd8\xc4\x4c\xc6\xd6\x90\x72\x5c\x38\x77\x14\xc7\x3e\x07\x45\xfd\x3b\xe4\x64\xe0\x22\x83\x75\x03\x11\xfe\x72\x6f\x05\xd5\x40\x0c\x7f\xd6\xb0\x55\xfc\x41\x6b\x11\x45\xe1\x02\x69\x0b\x36\xc9\x28\x57\x26\x3f\xab\x1c\xef\xaa\xe2\x41\x08\x55\x2e\xe8\x2d\x1f\x40\x88\xf1\x46\x18\x81\x36\xd9\x4f\x86\x88\x5c\x1d\x5b\x5e\x7e\x6f\x10\x49\xdc\x14\xcf\x15\x42\x18\x0e\x7f\x1b\x11\xb4\x38\xe5\x7e\x1b\x59\xed\x7f\x17\x82\x21\x6b\xf2\x5d\x73\xa6\x6d\x93\x7f\x10\x8a\x91\xac\xe8\x6f\xdb\xc7\x16\xb3\xe4\xf9\x10\x3e\xe6\x3b\x47\xcc\xa9\x96\x38\x1b\x4f\x74\x46\x34\xa7\x9e\x51\xc4\x41\x68\x16\x9f\x1b\x71\x92\x86\x19\x67\x87\xd8\xa1\xc4\x6f\xce\xdc\xd3\x3f\xeb\xed\x48\x0d\x2c\x58\x28\xe9\x37\x9d\x72\x47\x27\xab\x78\x88\x3d\xcc\x27\x56\x08\x1f\x89\xc3\x5c\xa1\xee\xcc\xd8\x37\x7a\x25\x91\x9e\x87\xff\x39\xd5\x4d\x7c\x74\x2f\xea\x7a\x59\x7d\x0a\xf5\x65\x44\x55\xd3\x1f\xbb\x67\xda\x92\x13\x13\xeb\x99\x97\xfe\x20\x1b\xee\x2d\xdd\x15\x74\x9c\x96\x9c\x21\x28\x8a\x88\x7e\xbf\x68\x9b\xba\xee\xed\x0a\x92\xfe\x32\xad\x67\x4f\x9e\x4a\x5b\x4a\x9e\xc2\xae\x82\xd0\xff\xd7\x1a\x6c\x7f\xe3\x1b\x69\x05\x29\xcd\x01\x40\xfe\xaf\xb5\x0a\x65\xd4\xbe\x38\x0b\xac\xd7\x26\x0d\x4a\x4d\x46\xb3\xc7\xdb\x1b\x01\xa5\x83\x6a\xd9\x6f\xd5\xb1\xa8\xd8\xee\xf1\xd6\xce\x77\xd3\xe8\xaf\x3b\x9e\xd8\xb2\x88\xbe\x81\x53\xf7\x8c\x3b\x5f\xba\x91\x27\xf9\x5f\x84\x74\x3a\x80\x21\xa4\x17\x0d\xa4\x93\x4e\x74\xcf\xa2\x7a\xd3\x16\xc1\x7d\x9e\x9e\x6d\x09\x19\x93\xe2\x42\x42\x99\x72\xd2\x9b\x6f\x2f\x81\x4b\xea\x9d\xb6\xf7\x77\x12\x2b\x28\x60\xa0\x65\x1f\xfe\xf0\xc4\xfa\x9e\x22\xfe\x41\x47\x47\xbc\xf1\xa3\x19\x08\x8b\x3e\xe0\xc6\xf9\x8c\xd1\x8b\xfe\x96\xa2\xa6\xc4\x02\xac\xcc\xf6\xc9\xe2\x7d\x42\x4f\x00\xab\xf2\x50\x10\xda\xc5\x94\x49\xe9\xb4\xf2\x6e\x64\xf6\xe5\xec\xb1\xfa\x29\x9c\xc4\xe9\x70\x56\x23\x25\xd4\x57\x57\x1a\xfc\x95\x7a\x53\xf0\x15\xf8\x42\xfd\x52\x6c\x85\xa0\xec\xc0\x61\x13\xfa\x32\xe1\xb3\xe7\x4d\xe3\x6b\x39\xf0\xe0\x5e\x7f\x10\x00\xcd\xb0\x2b\xbe\x10\xed\xa1\xea\xf5\xb3\xa6\xaa\xc7\x5a\xdb\xab\x32\x1f\xb5\x20\x43\xa7\xd7\xdf\x03\xf3\xd7\x39\x91\x90\xf3\x0b\x1e\xab\x28\x72\x4b\xf5\xaf\xd2\xa1\x3e\xf6\x2e\x6a\x81\x40\x45\x00\xda\x4c\x40\xaf\x16\xe5\x64\xd2\x78\x28\x37\x69\xfb\xa0\x3b\xf4\x67\xd7\xc8\x9c\x7c\x94\x8f\x49\x75\x2c\xf7\xee\x1e\xbd\xbb\x94\x33\x48\xd3\x6c\x33\x8a\x2a\xe5\x33\xd6\x1c\xf8\x9d\x06\xf1\xd6\x93\x9f\x83\xd1\x3a\xcd\x3a\x59\x49\xe6\xb2\xb3\x2a\x90\x56\x34\x5d\xe3\xdf\x12\xde\xec\x93\xc2\xc2\x68\x8b\x8c\x9c\x05\x02\xc3\x64\xaf\x58\xdc\x6a\xb2\x0c\x45\xa1\x81\x16\xf9\x55\xde\x41\x09\x00\x4e\x2a\x84\xe8\x2c\x24\x00\xae\xa4\x6c\x89\x0b\x0f\x85\x71\xc7\x09\x2c\xa1\x6b\x7f\x1c\x5d\xfe\xa5\xbf\x68\x69\x22\xc5\x17\x72\x35\x0b\x4c\xba\x7e\x1b\x52\xce\x57\x6b\x81\x10\x10\x7d\x6e\xea\x1a\x9c\xfb\x26\x5d\x19\x10\x2b\x42\x22\xb5\x32\xa1\xea\xb2\x41\x03\x62\x37\x64\x61\x45\xcd\xb7\x45\x02\xdd\xcc\x52\x19\xd4\x96\x90\xe8\x16\x0c\x74\xd9\x2b\xb0\x82\x77\x16\xe4\x50\x14\x94\x02\x30\xf7\x5e\x25\x69\x81\xeb\x53\x21\x11\x1d\xc9\xf4\xce\x55\xc1\x78\x03\xf4\xe3\x61\x51\xf2\x65\x8d\x85\x6a\xd8\x9b\x08\x01\x9a\x7b\x80\x3d\x82\x43\xa8\x8f\xca\xc7\x54\x11\xb5\xbe\x20\x28\xc7\x60\x29\xab\x75\x5b\xbc\x1e\x40\xaa\xc4\x8c\x33\xdb\x1a\x3a\xcc\x98\x5c\x6e\xd8\x68\x48\x68\xb5\x80\xde\x83\x6a\x9e\x30\xe9\x00\x7b\x9c\xfc\x8c\x08\x0e\x95\xbd\x1f\x56\x88\xd7\xd5\x9b\x28\x69\x55\xdd\x11\x65\xb0\x3c\x80\xba\xa5\x68\x07\x48\x3e\xff\xc9\x0c\xd0\xb6\xf9\x91\xb5\x64\x33\x40\x1d\x83\x5c\xb9\xb5\x71\xea\xbd\xde\x36\x22\xed\x9e\x40\x68\x62\x4c\x5c\x2f\x48\xae\xf4\xb9\xa9\x11\x02\x68\x52\x9d\x12\x03\xa2\x1e\xea\x0e\xcf\xa9\x82\x04\xec\x0a\x75\xba\x21\x19\x27\x9d\x8c\x00\x46\xbf\x0f\x71\x52\x91\x43\x64\x24\xf6\xa6\xc6\x51\x84\x64\x92\x1f\xb2\x5d\x5f\x7c\x31\x21\x53\xf8\x48\x59\x20\xf2\x73\xff\xf7\x1f\x94\x86\xeb\x23\x84\x8f\xff\x9e\x32\xa7\x72\xb9\x50\x32\x23\x4a\xcb\xe1\x07\x1d\x5f\x1b\x48\x0e\xfc\x3a\xe7\xa4\x77\x3a\x1b\xb9\x5f\xbe\x3f\xe3\x2d\xe7\x8f\xa0\x65\xe8\x7c\x3b\xbe\x5a\x16\x7f\x7c\x2d\xd0\x93\x68\x12\x93\x47\x2b\x58\x47\x6e\xc6\x7b\xe4\xce\x96\xc0\xda\x9f\xa2\x51\x49\x0b\x3b\x75\x91\xa6\xa6\xd9\x19\x56\x87\x62\x58\xd3\x93\x73\xf0\x91\x58\x94\x90\xfe\x65\x89\x4c\xb7\x7b\x24\x84\xe4\x78\x8c\x4b\xf7\x01\xf0\xa3\xfa\x00\x2c\xd5\x46\x99\x34\x75\xb6\x9a\xa8\xb3\x0f\x4d\x72\x7c\xfd\x6e\x56\xa7\xda\x2f\xb9\x3d\x8f\xd2\xd8\x96\x50\x9e\xc8\x8b\x8b\xb7\xf8\x48\xeb\xa6\x3a\x8e\xae\x2a\x6f\xc9\x41\x65\x8a\x98\x9e\x7f\x23\x7d\x66\x05\x87\x42\xf6\x52\x26\xaa\x81\xc7\x7d\x1a\xf5\xef\xc9\xe2\x76\x94\x69\x8f\x0e\x41\x3f\xba\x2f\x5b\xe4\x9c\xea\x51\x09\xef\xc4\x73\x3f\x83\x02\xad\x2d\x92\x2c\xbc\xef\xc5\x89\xb9\xe0\x88\x18\xba\x78\x5a\xba\xbb\x9a\x54\xfb\x4a\x04\xa0\x87\x9d\xc9\xd3\x06\x3c\xe2\x24\x97\x9b\x64\xae\x74\xf8\x29\xa7\x67\x76\x4a\x7e\x74\x33\x30\x31\xd0\x16\x05\xf3\x07\x0d\xe6\x78\xd3\xc3\xe0\xfc\xfe\x37\x55\x1c\xbf\xd8\xce\xda\x69\x51\x52\xd7\xf1\xad\xa4\xae\x5c\xb6\xfd\x54\x3d\x2b\xf1\xdc\xa0\x55\xf7\x6a\x21\xa1\x10\x18\x9d\xd7\xe5\x92\x7b\x3a\x8d\x5f\xf5\x26\xd1\x97\xc2\xdb\x15\xea\xbc\x2a\xe9\xea\x9e\x5c\x48\xd4\x39\x8d\x21\x37\x07\x73\xb8\x4e\x27\x6d\x5a\xd9\xea\x00\x13\x38\x82\x21\xf4\x4e\xa4\x77\xa8\xe3\x17\x6c\x0e\x2b\x20\x85\xd6\xe5\xcb\xc5\x1a\xf4\x68\x23\x8b\xd3\x6b\x6f\x95\xbf\xc0\xb0\x42\x9d\x50\x7b\x1f\xbb\xc8\x7f\xa8\x3f\x4b\xf6\x8e\x38\x73\xbd\x41\x36\x36\x43\xf2\x22\x88\x39\x27\x5d\xf5\xe3\x0b\x9c\x18\xab\x29\x02\x19\xe0\xdf\xda\x82\x34\xe3\x70\x05\x28\x6d\x1e\x1f\xcc\x3e\x51\x63\xdf\xcf\x92\xa3\x4d\xb7\x11\xec\x34\xe9\x76\xc4\xf1\xe2\x01\x12\x52\x08\x75\xfa\xc8\x72\xcb\xb9\x15\x0b\x0a\x42\x4c\x56\xaf\x69\x6f\xa5\x07\x69\x48\xa4\x99\x03\x77\x0f\x1e\xdb\xe0\x62\x10\x36\x63\xa1\x1e\x81\x2d\xf5\x8f\x6d\x64\xa4\x3a\x41\x6e\x0b\xf0\x7b\xb9\x19\xb6\x6d\x52\x5d\x41\x64\x7e\x02\x69\x95\x5f\xaf\xe0\x98\xe8\xff\xd4\x53\x62\x72\xd2\x67\xa9\x58\xca\x13\xa0\xb3\xa6\x77\xba\xf4\xb5\x6b\xa9\xb7\x51\xf0\xd0\x9d\x6d\x0a\x14\xd3\x4d\xb7\xb1\x9f\xf6\x92\x9b\xe3\xa6\x1f\x99\x2b\xf1\x09\x89\xf0\x73\xb7\x2a\x4f\x8c\xf8\x91\x79\x18\x28\x6a\x03\x10\x86\xf2\xc8\x35\xd2\x21\x12\xb3\x1e\x65\x1f\x94\x05\x19\x75\x41\xb9\x92\x06\xb3\x13\x21\x51\xe5\xf4\x72\xf5\x85\x5b\xa4\x58\x43\x4c\x05\x42\xef\xc8\x14\x08\x90\xe2\x91\x22\x31\xc5\x3b\x82\xa7\xc5\x73\xf7\xa9\x7a\x03\x20\xda\x42\x02\x59\x8a\xea\x67\x4c\xfc\x3c\x1c\x15\x7d\x58\x47\xc4\xd9\x3f\x9b\xb7\xf7\xad\x07\xd2\x34\x68\xfb\xe9\xca\x76\x44\xb7\x2f\x32\x45\xb9\x20\x9d\x61\x56\xac\x66\x94\x79\xfe\x57\x87\x43\xe7\x1b\x90\xc3\x0c\x59\x28\xef\x64\xea\x20\xbb\x7d\x9a\x69\x1f\xbd\x05\x07\x81\xa6\x08\x45\x9d\xbf\xd1\xec\xee\x91\xea\x3f\xb1\xd6\x0c\x6b\x5f\x3c\xe8\xb3\xbb\x83\x8f\x24\x0c\xe1\xab\xfe\xa0\x1f\xbb\x50\xe5\x7e\xc1\x60\x8b\xd6\xbc\xb2\x3e\x11\x2c\xb6\x88\x26\x8b\xb7\x0e\x50\x2c\x2b\x20\x29\x26\x0d\x8b\x23\xa1\x89\x66\x10\x3f\x5e\xe3\x36\xb4\xdd\x05\x0a\xbd\x46\x69\x40\x79\x98\xec\xdc\xa6\xb9\x42\x00\x63\x10\x86\x58\x44\x86\x25\x9a\xf7\x97\xd5\x6f\xc6\xbc\xea\xa6\xad\x4b\x4d\x4b\xd8\xf1\x02\x80\xe0\x8a\x1b\x56\xab\x30\x7e\xa6\x62\x67\x0d\xa5\x19\xc3\x8b\x74\x91\x42\x18\x38\xcb\x33\x51\x0a\x4d\x5b\x11\x18\xea\x0f\x6d\x4a\xeb\xd7\x18\x2c\xfb\x80\xd6\x97\xbe\xa8\xcf\x3c\x0b\x69\x9d\x8e\x43\x7f\x53\x67\x56\xb4\x84\xc4\xec\xe7\xc5\x51\xcf\x5e\x97\x46\x73\xc0\x89\x9e\x29\x2e\xef\x33\x65\xf0\x1c\x37\x24\xa8\x34\x7d\x20\xb4\x7a\x60\xee\x59\xd1\x0c\xff\xb5\x3f\x91\x85\x6a\x41\x53\xf5\x17\x7d\xe1\x16\xc1\xca\xaf\x15\x8e\xf9\x5f\x6e\x88\x1e\x5b\x50\xb0\x83\x4a\x06\xd6\x1c\x18\xee\x6a\x16\x1f\x0f\xda\x2d\xa4\xca\x62\x44\x21\x15\x09\x10\x26\x17\x77\xb0\xc4\x9a\x90\x4a\x26\x09\xa8\xd7\x22\xb5\x46\xf4\xa8\x5f\x81\x8e\xf1\xda\xc3\x24\xf1\x71\xe4\x01\x99\x34\xe4\x3c\xbb\x1f\x71\x27\xc8\x7e\xbb\xbc\x6b\x04\x16\x85\x00\xa9\x08\x70\xe7\x3e\xa3\xd0\x0d\xfd\x41\x2d\xc5\xb7\x6f\x30\x0f\xb2\xeb\x56\x05\xda\xe0\x76\x57\xe0\x2f\x31\x8d\x61\xc2\xab\x69\x0f\xff\xfb\x08\x79\x50\x2d\xb8\xdd\x4f\x61\xc9\x43\x9c\x36\x7d\xb3\x07\x9b\xc5\x35\x25\xb2\x0c\x2c\xf9\x63\x4d\x2f\xd3\xc5\x66\x18\xa9\x7a\x48\x9b\xdd\xe7\x21\x7c\xbc\xb5\x2b\xc5\x8f\xd5\xb6\x14\xaf\x07\x50\xb9\x27\x47\x05\x27\x58\xe1\x5c\x33\xb6\x0a\x66\xbe\x3d\xed\x46\xd5\xa6\x14\x41\x84\x9f\x15\x20\x40\x40\x73\xff\xd6\x68\x30\x6c\x75\x6f\x0b\x71\x07\x13\x2d\x80\x28\x6e\xa9\x2e\x0e\xb6\x8c\xd7\x58\xf3\xfa\xb1\xbe\x24\x23\xb7\x3e\xd2\xb6\xb0\x5a\x1c\x99\xe4\x33\x21\xf8\xd3\x8c\xb6\x5a\x87\xf8\x0e\x6c\xd1\x39\x8d\x4a\x42\x40\xe3\x1d\xae\x65\x24\x65\xf7\x2b\x09\x63\x7d\xa7\x94\xed\x3a\x45\xbd\x27\x1c\x7c\xe4\x91\x7f\xa9\x30\xf7\x6e\xb1\xa9\xc9\xaa\x54\xeb\x03\x30\x96\x29\xe6\x54\xd8\x70\x4a\xdf\xd0\x42\x07\x34\x76\xa0\x58\xd6\xf5\x65\xb4\x31\x5e\x72\x21\x6d\x00\x5e\x04\xde\x3d\xc4\x78\x51\x5a\xb4\x66\xb3\xc7\xd2\x35\xf4\x0d\x1c\x02\xb7\x63\xc9\xb2\x9c\xf5\x3e\x03\xe6\xc7\x35\xf0\x2c\x37\x41\x4e\x31\xae\xcd\x99\x9b\x76\x05\x21\x24\x4c\x29\x5b\x68\xc3\x8e\x38\x13\x6b\x1d\x11\xa7\xfe\xac\x87\x28\xda\xf5\x8c\xad\x85\x31\x32\x84\xb6\x3a\x4c\x8b\xcc\x0b\x5d\x6f\x0f\xbe\xc9\xe0\xba\x8a\x46\x30\x9a\x00\x4f\x47\x9f\xf6\x7a\xe9\x61\x83\x6e\xc5\x4c\xc9\x02\x2b\x73\xd0\xef\x40\xea\x20\xd5\x6d\xb2\xe6\x00\xf0\x2d\x04\xc2\x29\x05\x83\x21\xc2\xa4\x6c\x51\x5b\x0d\x49\x2b\x4b\x02\x7d\xfc\x6a\x75\x65\x4a\xe8\x22\x32\xc7\x76\x6e\x16\x3d\x84\x23\x5d\xad\x4f\x11\x56\x06\x38\x95\x2c\xcb\xd6\xf2\xee\xa4\xba\xb2\xc5\x73\x47\x31\x87\x66\x41\x16\xfd\xe0\x09\xfe\x0d\xf4\xf2\x5e\xf5\x84\xfa\x8a\xcf\xc0\x7a\x9b\x52\x57\x26\xb9\x8d\x73\xf3\xee\x0c\xb2\x8c\x6d\xb2\xfb\x1f\xa3\x80\x58\xe5\xe5\x89\xa1\x97\xd7\x62\xab\x99\x4e\x67\xa3\xd3\x58\x15\x12\x31\xc7\xe0\xb7\xdc\xc8\x5b\x32\x26\xf7\x80\xad\xbf\x7f\x02\xb2\xe5\xe7\x64\x43\x43\x3e\xca\xb5\x7c\xcf\xaa\x10\xba\x70\x32\x8b\x60\x5b\x45\x55\xec\x12\xb4\x66\x77\x59\xa1\x31\xa7\xb3\xbf\xd3\x87\xed\xf0\xc7\x0c\x43\xea\x9f\x22\x66\x35\x5d\x65\xd9\x1a\x36\x77\x85\xe9\x71\x47\xb4\x84\xae\xcf\xe6\xc8\x23\x61\x87\xef\xf5\x44\x76\xdf\x60\x7f\x48\x90\x81\xf8\xda\xfe\xe0\xef\xde\xa8\x13\xf7\xed\xd2\x6c\x1b\x6f\xe9\x8c\xf2\x97\x31\x4d\x1e\x64\x76\x02\x6b\x47\x90\xc4\xd8\x26\xeb\x8b\xbb\x6a\x20\x46\x4f\xba\x8f\x02\x10\x2a\x41\x77\x5d\x60\x66\xbf\xb7\xf8\xbb\x7a\x29\x18\x97\x2b\x27\xbd\xa7\x39\x6b\x6c\x1c\xe6\x93\xd8\x97\xfb\x7c\xb0\x0a\xbe\xc8\x65\x05\x39\xba\xad\x30\x3f\x23\xc9\x16\x65\x9a\xd9\x87\x57\xf5\x8c\xc8\x76\x6f\x5f\xa3\xe8\x9a\x9d\x4d\xf4\x8d\xde\xcf\x9c\x7d\xad\x47\x7e\x42\x0f\x2e\x35\x6b\x0f\x63\xc8\xb9\x43\x87\xfc\xc7\x2c\x05\xc9\xc5\x9a\x20\xae\x5b\xc2\x0d\x37\xe4\x01\x3c\xc7\x19\x09\xdb\xca\x02\xfd\x7a\x05\x64\x68\x71\x85\x56\x3e\x1c\x31\xd0\x02\x87\xf3\x8d\xa1\xd6\x6b\x5c\x43\xe2\x7d\xa1\x7a\x6e\xaf\x67\x17\x4d\x20\xdf\xb3\x14\x68\xfd\x70\xa6\x08\xe9\x4e\x5c\xa8\x53\xa1\xee\xaf\xf2\x36\x95\x2c\x6b\x91\x5c\xc6\x43\xb6\x1a\x50\x07\x3c\x12\xb9\x3a\x7e\x58\xc3\xcc\xa6\xdd\x56\x62\x92\xca\x2c\xc3\xc6\xfb\x29\x07\x15\x64\x7e\xcb\xd1\x2d\x9c\xc2\x2f\x82\x29\x8c\x4a\x6e\xd4\x22\xfa\xdd\x38\x37\xc2\x36\x99\x1b\x43\xb9\x8e\x73\x30\xa6\xee\xf8\x98\xa8\x8f\xd5\x53\xe7\x77\xe9\x23\xd2\x3e\x95\x7f\x31\xc5\xff\x17\xdf\x63\x06\x8d\x27\xf4\x24\x0d\xe9\x56\xa6\x60\x62\x22\x6b\x8c\xf8\x0d\x13\xe2\x47\x86\xe7\x57\x11\x26\x6f\xb7\xc3\x94\x63\x4d\x12\x18\x86\x98\x6d\xc8\x6b\x86\xec\xcf\xe2\x31\xc1\x7e\xb3\x90\x9b\xa6\x7f\x7d\xd4\x67\x19\x05\x3c\xbc\x61\x9c\xb0\x8c\x82\x98\xc1\x35\x7e\xad\xf0\x4b\xcb\x66\x63\x7d\xb4\x1f\x81\x6f\x5c\x1e\x47\xd5\xba\x12\x1f\x97\x7b\x28\x0f\x2d\x80\xf0\xf8\x64\x9e\x2d\xe1\xa5\x58\x77\x5c\x0c\xb3\x6e\x0c\xaf\x09\x2d\x0e\xed\x3b\x2e\xf1\xd8\x25\x88\x29\x59\xc9\x06\x6d\x37\xef\xac\xc4\x5d\x7e\x1b\xbf\x8e\x70\x17\x08\x5a\x99\xac\x52\x00\xb0\x39\x35\x71\x2a\x43\x38\x28\x29\x92\x42\xcd\xea\x38\xba\xe2\x35\xfa\xa2\xb3\x81\x61\x63\xd1\xc1\x53\xbb\x3d\x75\xcb\x70\x8b\xeb\x74\xf8\xd3\xc1\xe3\xc5\x0d\x7a\xf2\xf9\xa2\x37\xe8\x21\x11\x88\x0c\xdc\x0b\x10\x47\x9c\x14\x1f\xf9\xbb\x13\xd9\xdb\x80\x9d\x87\x89\xb7\x96\x1c\x3e\x1a\x6e\xa8\xeb\x87\xb4\x6a\xa5\xb5\x71\xb5\x28\x33\xf9\x09\xf5\xf6\x4c\xd1\xd4\xea\x17\x75\xcb\x19\xad\xc1\x20\xbc\x22\x36\xeb\x66\xd3\x38\x2f\xf0\xee\xc0\x91\x41\x87\x91\xd6\xf2\xfc\x86\x03\xfd\xb1\xd5\xf2\xf3\x0e\x22\xb3\xb7\x12\x9b\x57\x68\x46\x24\xbb\xb9\xed\xe6\x3d\x8c\xa4\x9f\x42\x75\xe4\x0a\xa2\xe1\xf8\xb0\x03\x64\x7a\x8f\x6c\x08\x19\xef\x5e\x1d\x6c\x5d\xaf\xd7\xd7\x99\x8f\x2f\x21\x69\x91\x00\xcc\xe2\x90\x79\x16\x02\x21\x5e\xda\xb1\xaf\x2f\x82\x5c\xf6\x85\x3e\x6b\x59\xd8\x4b\xfc\x1e\xb0\x67\x50\x70\x1f\x6b\x91\xff\x6d\xb7\x59\x59\x1c\xfd\x38\x15\xf1\x4e\xd6\xee\xfa\xc4\x4c\xd6\xde\x49\x66\xe2\x6d\x84\x92\xad\xdd\x43\x31\xbe\xc8\x7a\x08\xb2\xf9\x1a\x25\x8c\x11\x9f\xfa\x72\xd0\x90\x15\x50\x0c\x4e\xad\x39\x32\xf0\xc2\xc2\x36\x8e\x55\x9f\x6f\x44\xe0\x43\x9c\xd1\x75\xaf\x25\xe7\x38\xaf\xa6\x61\xc4\x9b\x97\xbe\x3e\xe9\xc8\x19\x5f\xbf\x80\x27\x73\x4a\xf5\xef\xe4\x99\xab\x89\x39\x5d\xe9\x96\xca\x07\x91\x5a\x70\xf9\xf4\x89\xb5\x0a\x4b\x1f\x8a\x41\xa8\x96\x7c\x43\x1f\x8c\x80\xa5\xe9\x27\x5e\x53\xb5\xe2\x1b\xbb\x28\xff\xb0\xd7\x8b\xdc\xf2\xe5\x4e\x98\x7f\xd8\xb8\x21\xdb\xfc\xbd\xad\xb0\xd0\xfe\xa0\x25\x9b\x7c\x3d\xa4\xac\xc9\x44\xa3\xeb\x1d\xe4\x0c\x33\xa8\xc7\x30\xfb\x15\xbe\xb6\x26\xbb\x5c\xda\x0a\x25\x6f\xed\x74\xc3\x92\x7d\x53\xfd\x54\xbf\xb4\x2d\x9b\xd3\x52\x05\x0b\x99\xf0\xe4\x44\x36\x5d\x5f\x0f\xd4\x4a\x8a\x49\x3c\x98\x1d\xf1\xae\xbd\xc2\xfa\xef\xc1\x69\xf7\xba\x9e\xbb\xd5\x09\xa1\x3b\xf5\x34\xee\x57\xee\x33\x7f\xda\xef\x13\x47\x8d\xe9\xe5\xf0\x56\xbd\xca\xcf\x98\x76\x4b\xc1\x04\xc5\xc3\x70\xc8\xe7\x84\x25\x8d\x40\x5a\x71\xf2\x93\xfc\x8d\xe5\x84\x0a\xf3\x16\xd3\xc5\x97\x5c\x52\x82\x65\x92\xae\xfe\x34\xe7\x74\x65\xee\x32\xcc\xf9\xa8\x28\x05\xed\x44\x88\x8f\xa4\x03\x25\xba\xbf\xf2\x10\xbd\x94\x4b\x16\xe3\xf5\x8e\x48\x9a\x60\xc4\x23\x79\xdb\xf9\x99\xe7\x54\xd8\xf1\x9c\xa7\x07\xf4\x71\x4f\xb4\xc0\xcc\xc4\xb5\x86\x09\x6a\xb2\x4a\x0b\xd9\x5a\xb2\xab\xd4\xb9\x33\xd8\x2f\xfc\x5c\xc8\x75\x85\xba\x38\x16\xbc\x52\xee\x1c\x67\x47\x21\x94\x70\x0e\xa6\xe4\xbc\x16\x97\xee\x53\x2e\x9c\xb4\x74\x6b\xac\x32\xf0\x49\x08\x1d\xbf\x8d\x64\x60\x7b\xe8\xe5\x09\x31\x70\xaa\xdf\xb8\x9a\xc9\x48\xf3\x0a\x47\xbb\xec\xb1\xfb\x37\xdb\x34\x2b\xdf\xc3\x9d\x6f\x24\x2d\x32\xfa\x40\xb2\xaa\x13\xff\x49\xe8\x5c\x7e\x17\xb7\xc7\x4c\xf8\xd1\xba\x5b\x63\x8b\x8a\xfa\x46\xa2\x0e\x4b\x15\x51\xcf\x35\x09\xe0\xfe\xbd\x4c\x9d\xbf\x41\x97\x41\xa8\x30\xb5\x93\x34\xa2\x82\xfc\x36\x16\x4e\x8c\xbc\x7f\x97\x9a\xfe\x15\xca\xa7\x7e\x4f\xef\xd0\x4b\x89\xb0\x2f\x8a\x21\xfd\xec\x80\xde\xcb\x5f\x2d\xe0\x30\x6a\x10\xcb\xa8\x8a\x0a\xb0\x84\x3a\x1b\x07\xd7\xf1\x15\x21\x26\xcb\xf2\xa0\xd1\x8b\x18\xbc\x30\x8f\xe0\x77\x88\xa3\x47\xc3\xe2\x22\x86\xca\x58\xc0\xc4\x30\x87\xff\xf4\xd8\xca\x42\xa2\xe4\xa4\xdb\x83\x3a\x19\x45\x48\xcc\x05\x03\xc5\x19\x39\x61\x5f\x60\xe3\xdf\x4b\x8e\xe8\x69\x82\xc5\xea\xd2\x24\xad\xae\xe1\x50\xb2\x13\x25\x66\x6d\x80\x12\x42\x70\x9a\xea\xa9\x39\xa4\xe4\x21\x06\xd3\x32\x04\x65\x67\xd3\x0a\xa0\x50\x5b\x5b\x64\xb2\x8c\x90\xae\x89\x56\x01\xd3\xaf\x70\xa4\x99\xbe\x82\x97\x41\xbd\x34\x57\x55\x3c\x04\xe3\xeb\x96\xa3\x1e\x2f\xbc\x62\xeb\x2b\x93\xdb\xdf\x15\x2e\x25\x31\x70\xcc\x6c\xf4\x7b\xcc\x67\xb7\xef\x69\x85\xf1\x3e\x94\x16\xf8\x29\xc7\x87\x0d\x47\x06\x9d\x39\x9c\x81\x8e\xf4\xb8\xc9\x67\xfd\x5e\x15\xd6\x4a\x7c\xc9\xcd\x82\xc8\xdc\xf5\xd2\x77\x72\x1b\xd6\xa4\xea\x09\xe7\x57\x3e\x7a\x3d\xe4\xe3\xa8\xe6\xde\xa5\xf9\x45\x95\x2b\xca\x96\x0b\x01\x9b\x0e\xd8\xab\x96\x86\xe4\x8e\x6c\x93\x7e\x74\x01\x87\x23\xb6\x01\xde\x0e\x9b\xd8\x7f\x8e\x4d\x06\x5b\xb7\xe1\x3f\x09\x90\xfc\x82\x0a\xbe\xea\x4d\xd0\xba\x2b\x96\xdb\xc9\x39\xb2\xa1\x11\x19\x36\x08\xfb\x28\x75\xdf\x36\xcb\xc4\xca\x25\x43\xb5\x58\x8c\xae\x6b\xd4\xe7\x78\xa3\x5c\xee\x24\x37\x88\x6c\xd3\x03\x43\x2a\x1f\x72\xdb\xf4\x42\x55\x28\x16\x24\x85\x58\x91\x70\xc7\x3f\x2a\xc4\xc1\x3c\x23\xda\x99\x11\x44\xc9\xb7\x39\xf1\x66\x29\x91\xa6\x03\xbc\xdd\x11\xce\xe3\xd6\xe2\x8f\x1b\x8a\xf7\x04\xe1\xc2\x94\xb7\x50\x1c\x2a\x2c\x79\x05\x74\x8c\x53\x2f\x69\xd5\x47\xdf\x3b\x99\x7b\x63\x22\xd6\x20\x10\xd1\x22\xa4\xc4\x26\x22\x0e\xdd\x6f\xf7\x9a\x08\xc9\x10\x2d\xac\xe4\x49\x76\xea\x72\xe6\x16\x78\xb0\x27\x67\x28\x51\xcf\x1d\x9e\x74\xd8\xaf\x82\x05\x9d\xcb\x93\x0e\x07\x33\x63\x09\xf9\xb3\x06\xf2\x4a\x74\x38\x1c\x30\x6f\x67\x28\x79\xa3\x73\x09\x57\x10\xce\x18\xc0\x9a\x35\x28\x32\x05\x3c\x2a\x10\x95\x0b\xb8\xba\xb3\xb5\xa4\xd3\x87\xe1\x6c\x29\xcd\x2b\xb7\x0d\x05\x46\x96\x98\x63\xf6\xf3\xef\xf8\x12\xe6\xb8\x10\x7e\xb7\x0b\xfa\x40\x79\xaa\xe5\xbe\x05\x51\x97\xed\x1e\x8b\x11\xf3\x2c\x3b\xa2\x9e\x98\x83\xae\x16\xba\xed\xfd\x80\x48\x9e\x9d\x1e\xbb\x7d\xf6\x0d\x9a\x9a\x48\xd8\xd9\x04\x1e\x1e\xa9\x9b\x9e\x3b\x71\x91\xb4\x55\x8c\xad\x71\xf6\x04\xd9\x06\x3f\xc4\xf4\x62\x77\xf1\xc8\x56\xc6\x73\x7a\xca\x3f\x58\x77\x59\x2c\xa6\x53\xb7\x48\x43\x9a\xb4\x69\x2e\x29\x0b\x2a\xf6\x1e\xb6\xd0\xce\x49\x0b\x7c\x43\xb6\xd3\xd5\x41\x32\xfe\x9c\x6e\x46\xb9\x3c\x7a\x44\x38\xfb\xf4\xc4\x61\xed\x66\xd7\x3c\xc3\xf0\x7c\x90\xeb\x25\x6e\x6c\x10\xca\x35\x3e\x54\xe0\xdf\x3c\xd2\x18\x0f\x89\x6f\x78\xe0\xed\x90\x5d\xcc\x36\xa5\x1a\xc6\xb3\xda\x65\x68\x17\xd5\xf2\x6e\xd1\x86\xb0\x91\x5b\x14\xdb\xd2\x4e\xdd\x91\x27\x6c\x43\x6d\x49\x5a\x53\x24\xfb\x24\x7c\xa8\x58\x85\x75\x60\x87\x6b\x29\x94\xa8\xa6\x32\x31\xd5\x6a\x27\xd9\x2b\x34\x6d\xc0\xfb\x5c\xbc\x79\x91\x33\xcc\x6c\xe2\x91\x50\x6b\x6c\xde\x7e\xe5\x2c\x0b\xb4\xc4\x47\x58\xff\xda\x3d\xfa\x7f\x92\xd0\xf1\xa3\x0e\xc0\xa0\xe8\x86\xfd\xdc\xd7\x20\xad\x97\x8b\x88\xb1\xae\x27\xa0\xc4\x28\x43\xd4\xa3\x67\xc3\xc9\xe7\x64\x29\xd9\x22\xde\xad\xf9\x07\xc9\xac\x17\xce\x6c\xb0\x72\x84\xd3\x51\x75\x4e\xc6\xa2\x9b\xb7\x6f\xc3\xe0\xd7\x03\x75\x9c\xc7\x67\xd4\x64\x4d\x2e\xb8\x21\xed\xd5\x6c\x61\xdf\xec\x31\x5c\x16\x3a\xc6\x3f\x93\xdb\x75\x0a\x3d\x42\xff\xd2\x6a\xd4\x69\x6e\x97\x3a\x24\x10\xea\x62\x2f\x59\xab\x48\xce\x9c\x5a\xb0\x9b\xed\xe5\xe4\x7a\xc8\xf0\x96\xcc\x17\x00\x77\x74\x7b\x1d\xe0\xfc\xe8\xac\x61\x07\xec\xb6\xf4\x31\x34\xf8\x5d\x9d\x8a\xe1\x4e\xad\x4f\x23\x18\x8b\xc9\x4b\xb7\x60\xb2\x3f\x74\xf6\x69\x83\x73\xb8\xca\xc9\x92\xb4\xec\x74\x86\x15\x8f\x52\x55\xab\x4d\x93\x11\x6d\x15\x60\x8d\x68\x52\xce\xa1\x54\x4e\xa2\x1a\xb1\xe6\xbf\x14\x7f\x13\xea\x52\x09\xf5\xb5\x7e\xcc\xa9\x08\x54\x28\xb7\xfb\x11\xd8\x99\x88\xcf\x8b\x06\x7c\xf9\x90\x7b\x0f\x37\x4b\xc4\xa5\x71\xe0\x9f\x5e\x35\xbb\x65\x91\xaf\xc2\x42\xee\x65\xce\x48\xd5\x26\x90\x15\xb8\x2f\x86\x44\xca\x3c\x10\x9d\x5e\x9e\x2e\xe6\x75\xd5\x1d\xc1\x1a\x6d\x03\x0b\xc3\xf5\x8e\xe9\x15\x1e\x7b\x31\x5f\x62\xb9\x5e\x3c\xfe\xc3\xd9\x66\xe4\x3d\x47\x08\xe4\xbe\xfe\x40\x82\x88\x0d\x9e\x0c\xd6\x27\x8c\xf2\x29\x56\x59\xbf\xed\xa4\xe9\xb7\xa0\x6a\xd2\xec\x31\xc6\x39\x05\x37\xf7\xf3\x0c\xff\x4f\x48\x12\x7d\x7e\xe0\xbf\x87\x86\xac\xa3\xb1\x1f\x15\x98\x1c\x82\xac\xf7\x74\xd3\x07\x11\x9e\x1d\xcf\x23\x50\x5c\x5e\xe0\x33\xf0\x18\xbd\x19\xcb\x35\x69\x9b\x4a\x6c\x52\xc8\x88\x69\x9a\x65\x93\x77\x45\xa8\xb6\x5a\x92\x5f\xa8\x8b\x9a\xd3\xe4\x8d\x15\x01\x32\x17\xea\x60\x17\xa3\x08\x98\x64\x99\xa3\x08\x2e\x60\x8e\x41\x6a\x2e\x47\x9f\xbe\xc4\x6c\x08\x5c\x92\x93\x72\x5a\x28\x92\xd1\xda\x24\x8d\x3d\x54\x95\x18\xac\x64\x75\x2a\xdc\x01\x3f\x75\x6c\xc3\xea\x75\xc2\x5a\x32\xbf\xfd\xce\x86\xa7\xb9\x67\xa2\xd7\xab\x53\x71\x6f\x81\x68\x83\x83\x3a\x49\xcd\x58\xdb\x6d\x50\x6a\x51\x86\x7d\x75\xb1\x0f\xa8\xc9\x35\xab\x33\x42\x44\x9e\xcf\x2f\x9c\x75\xc0\xd8\xc8\xe4\xe6\xce\x71\x45\xda\xb3\xda\xc9\x13\xc0\xe1\xce\x86\x94\x65\x35\x58\x5b\xb2\x54\x11\x1d\x36\x57\xb5\x6d\x18\x39\xc8\xb9\x59\xa9\xb6\xb9\x14\x8f\x2d\xca\xff\x14\xab\x0a\x79\x47\xda\xba\x1b\x29\x05\x84\x16\xe5\x2f\xf6\x59\xae\x1a\xe4\xb1\x7a\x25\x13\xfb\xa4\x11\x8f\x60\xc0\xd1\x6b\xa0\xc5\x11\x8d\x6d\x1a\x7a\xa4\x79\xed\xd0\xe0\x3a\x95\x17\x88\xec\x1c\xc0\x43\xe0\x92\x25\xe5\x00\x7a\x86\x0b\xa2\xbb\x64\x37\x89\x47\xc8\xc3\x21\x27\x3a\xaa\xa8\x1d\xcc\x98\xa4\x10\xbe\xc6\x38\x1a\xbc\xf0\xa5\x74\x6c\xc5\xc4\x27\x91\x30\x58\x4f\x7f\xe7\x20\xdd\x8f\x6c\x58\x58\xda\x5f\x7c\x6a\xb8\xc2\x71\x3b\xfa\x0c\x1a\xbc\x36\xe1\x07\x38\xca\xda\xca\xe7\xf3\x5e\x77\xd1\x7d\x26\x1e\xe8\xf3\x3c\xe4\xda\x89\x18\xbe\xe3\x6c\x56\xb4\xc7\x3e\x27\x09\x08\xb7\x0e\xe1\x5d\x76\xb4\x6b\x1d\x7b\xc7\xc5\x4f\x09\xcd\xb8\x26\xc3\xb8\x8e\xc0\x3c\xd3\x65\xdd\xbc\x2f\x82\xed\xab\xfd\x2a\xbf\xec\x0b\xd5\xcb\xca\x6d\x01\x3e\x99\xae\x2f\x2c\x89\x43\x95\xf1\xd9\x41\xe9\x9f\xe9\x75\x6a\xa7\x2e\xe5\xf7\x05\xd5\x4f\x31\xf9\xaa\xfa\xe2\x91\xc0\xd4\x3f\xda\x04\x44\x42\xcc\x29\xc5\x86\x91\x21\xfe\x87\x28\x5f\x75\xc8\x10\x8a\xab\x33\x56\x26\xaa\xef\xfa\xa8\xf6\xcd\xe5\x0f\xbe\x3a\x15\xea\x97\x6e\x19\xae\xce\x4d\xe1\x0f\x3a\x81\x6e\x56\x42\x44\xd0\xce\x66\x37\xf2\xb5\x2e\xa3\xf4\xc7\x80\xf3\xff\xeb\x88\xb6\x4f\x63\x80\xdd\x5e\x63\xd6\xd3\xe8\x74\xeb\xe3\xec\x9c\x30\x81\xd3\x47\x34\x03\xf1\xe8\x1a\xa2\x93\xd7\x22\x9b\xe1\x82\xbe\xfa\x07\xb1\x22\xab\xf5\x60\xd3\x2f\xe8\xd8\xf5\x1a\xc3\x74\xc9\x07\x3c\x32\xed\x22\x93\xd9\xf2\x81\x55\x7b\x22\x54\x5d\xc2\x90\x76\x82\x9d\x7b\x42\x22\x5c\xe2\x74\xd8\x04\xb5\x42\x3d\xef\xeb\x9a\x0f\xc5\xc0\xd3\xf5\xd5\x71\x40\x7c\xb4\x28\xb2\xf4\xc3\x8a\x39\x04\xa9\x30\x40\x13\x46\xca\xa6\xf6\x0a\x6f\xf8\xac\x06\xc2\x39\x10\x12\xbc\x29\xf5\xe7\xbd\x1c\x64\x2e\xd0\xaa\x16\xb2\x17\xbc\xe4\x26\x05\x24\xf7\x13\xd9\xce\xf8\x2c\xec\x2f\xa4\xf6\x6b\x4b\x63\xef\xd7\x47\xb0\xfd\x43\xcf\xa7\xd7\x9a\x39\x7e\x02\x08\xe4\x77\xe4\xce\x71\x1f\x96\x80\xbb\xd0\x9e\x39\x97\x42\xfd\xe8\x03\x64\xa3\x75\x5d\xc7\x64\x6e\x18\x0a\xe7\xf1\x09\x82\x0d\xd6\x97\xbb\x59\x31\xbe\x9f\x1a\xb4\xa9\x00\x95\xa1\x4f\x42\x34\x11\x7c\xb5\x3f\xb3\x73\x52\xff\xbf\xc7\xa1\x5a\x14\xc1\x89\x4d\x9e\x42\x58\x55\xc4\xc9\x54\xc9\xe7\x98\x45\xbd\x4c\x63\x30\xe8\x7f\x5b\x44\xdf\xd7\xa0\xee\xd2\x25\x4f\x1b\xa4\xa7\x6f\xe3\x94\x9d\x26\x35\xf0\x41\x16\x57\xc8\x54\x88\xf7\x26\xba\xfe\x35\x44\x4a\x4b\x22\x01\x02\x65\xae\x3b\xc7\xa5\x3f\x7c\x01\x96\xe6\xf3\xba\xcf\xaa\x96\x96\x1d\xf2\xe6\x17\x7c\x5d\x59\xb3\x79\xb1\xfa\x71\x69\x91\x8a\x57\x34\x41\xd5\xc0\x73\xf1\x87\xd7\x59\x6d\xff\xdb\xc3\xfa\x78\xbc\x90\x18\x8f\xf7\x87\x8e\x11\xac\x1c\x8c\xc0\x02\x8d\x7b\x2e\x77\xa0\x8a\x64\x05\xbd\xf2\xaf\x06\x07\x55\x67\x9f\x36\x4c\x30\x21\x90\x8b\x88\x4d\x03\x34\xd5\x16\xf2\x82\x08\xe0\xf1\xa0\x3a\x16\x73\xb7\x21\xdb\x7b\xc6\x2b\x2b\xbd\xb3\x4c\xf9\xaf\x1f\xe6\x60\xd6\xa7\xbe\x75\x0c\xcc\xcf\xba\x24\x1a\x0f\x13\xd5\x2e\x1c\x61\xee\xb4\xa5\x18\x1e\x54\xf7\x48\x4d\x11\x50\x52\x00\xea\xf5\x32\x32\x88\xbe\x0f\xd2\x90\xc9\x12\xe6\xe7\x14\x1f\xe5\x35\xc9\x06\xe2\xd6\x78\xf3\x60\xd3\xe0\x1a\x94\x43\x6a\x09\xa7\xf6\xb0\x99\xaa\x8c\xb2\xe7\x2b\x33\x03\x2c\xec\xc6\x9a\x0e\x42\x4b\x9d\x71\x06\x4c\x52\x50\xad\xb9\x95\x06\xd0\x31\x49\x4e\x2f\xaf\xa7\x57\x0b\x54\x06\x29\xe0\x73\x67\xc8\xf2\xc1\xe9\x8c\x58\x51\xf8\xb6\xfc\x23\xd9\x33\x83\xd5\x16\x77\xad\x06\xb8\xd1\xc9\xcf\xa4\x6a\x64\x54\xf1\x66\x2d\xdc\x3c\x3a\x7a\xc4\x7e\xd0\xe6\x1d\xc1\x70\xe6\x56\x38\x53\xba\x65\xb1\x7d\x72\x95\x57\x34\x26\x4b\x01\xce\xfe\x33\x1c\xeb\x4d\xfc\x5a\x2c\x70\x96\xf7\xf8\x0c\x29\x5f\x1e\xc7\x08\xf9\x81\xe7\xe3\x80\xac\xbf\x7b\xfd\xdf\x59\x9e\xec\x7a\x33\xc8\x6c\xad\x2e\x6c\xad\x1d\x30\x3e\x93\x67\x2e\x04\xff\x40\x17\x01\xda\x4b\xbb\x87\x3f\x12\x5b\x5f\x81\x40\x49\x59\x4c\x2c\x5c\x6f\xa9\x7e\xf3\x3e\xcf\x84\x52\x91\x35\x5c\xaf\xc9\x4a\x93\x3c\x41\x0d\x66\x2e\xe7\xeb\xa9\x9c\xb5\xee\x99\xc6\x2a\x10\x62\x4d\x22\xd4\x8c\xe4\x1c\xc2\x2a\x29\x58\xc7\x00\x17\x88\x52\x8a\x01\xfb\x91\xeb\x3b\xe7\x9f\x20\xb8\xa8\x38\xa4\x5b\x1f\x21\xb4\xd6\xd9\xd2\x46\x46\xdd\xdf\x8d\x08\xf2\x64\x3f\xa2\x00\xb7\x0a\x0c\x68\xbf\xa9\xca\x26\x4e\xab\x77\x60\x96\x49\x1d\x5f\x3b\x2d\x7e\xa0\x1d\x3d\xb2\x96\x4e\x32\x7f\x87\x2f\x77\xa3\x47\xb6\xa9\xef\x33\x97\xdc\xf4\x90\x3c\x40\x36\x7e\x17\xea\x69\x0f\xb4\xd3\x18\x3a\x0a\x91\xdd\xdb\x77\x55\x4f\x9c\x54\xca\xda\xe8\x6e\x0f\x51\x63\x4f\x8f\xa9\x03\x44\x83\x0b\x26\xe0\xb3\x45\xd2\x8d\xd7\x6f\x79\xfa\x74\xc5\x26\x0c\xab\x5a\x2c\x43\xc6\x23\x75\x2e\x44\xb6\xfb\xd9\x86\x28\x4b\xf8\xa4\x61\xba\x83\x4d\xce\x90\xce\xef\x99\x35\x1e\xf0\x01\x75\xb2\x37\xbb\x62\xe9\x13\xcc\xca\xfb\x9e\x2a\x97\x06\x9c\x80\xd3\xbb\x6d\x4e\x19\x50\xe4\x81\xd4\x2d\xcf\x92\xd6\xde\x31\x87\xed\x03\xa5\x30\xf5\x9f\xfa\x7b\x3d\xbd\x46\x93\xaa\x2b\xfc\x98\x52\x7b\x8b\x05\x2d\xf8\x83\x4c\xf1\x52\xf0\x2a\x1c\x64\x31\xc9\x1f\x76\xbc\x48\x82\xf5\xaf\x9c\x18\x91\xe9\xda\x2e\x37\x99\xaa\x0d\x24\xe5\x00\xc4\x34\x67\x0e\x84\xe8\xd1\x27\x3b\x81\xba\xd8\xd6\x1c\xb9\x4b\x39\x7d\xa2\xc3\xbe\xac\xbf\x57\x98\xf8\xd5\x0c\xea\xc5\x88\x86\xfe\x1c\x84\xd1\xea\x30\x83\x96\x64\x39\x08\xb5\x85\x16\x21\xcc\xb5\xcc\x60\xbf\x9f\x63\xd5\xd0\x07\xa9\xc8\x46\x56\xcc\x3f\x14\x34\x4e\x09\xa7\x26\xaf\x0c\xe4\x7a\xa3\x44\xa6\xbe\x6b\x9a\x43\x4f\xbc\xf9\xfa\x80\xff\x00\x22\x32\xa0\x07\xdb\x72\x2b\xcf\xb3\x47\x92\xce\x2f\xe0\x06\xf4\x77\x9c\xe9\x4f\x4f\xda\x57\x31\x20\x11\xd9\xf9\x55\xad\x2b\xad\xd1\xc3\x60\x41\xdb\xda\xb4\x38\x2a\x90\x19\xe6\x3c\x2a\xe7\x39\xf0\x09\x71\x72\x2b\x19\x87\x97\x2c\x4a\x8b\x6e\xdc\xaa\x04\x85\xb6\x92\x5c\xad\x6a\x64\x33\x33\x39\x70\x96\xf4\xcd\x54\xfa\xbd\x0f\x42\x7e\x3f\xac\x33\xee\xc9\x2b\x96\xa4\xf7\x2d\xda\x90\xaf\x6a\xd0\xe0\x86\xfb\x03\x70\x22\xbb\x9e\x56\x9b\xee\x7a\x03\x92\x74\xe0\x40\xed\x42\x52\xf1\x7b\xad\xbb\xea\x52\x99\x94\xc4\xd3\x39\x68\x9c\xc7\xf3\xd7\xdc\x0c\xd5\xdf\x70\x38\x10\x8c\xbd\x1c\x7b\x33\xa6\x0e\x7d\x74\x43\x20\x45\x03\x0a\x80\x7e\x84\xc9\xee\xb0\x47\x7c\xeb\x79\x43\xce\x8e\x57\xf0\x96\x35\x90\xf2\xae\xd9\x07\x37\xbf\x16\x46\xb2\xcf\x37\x69\x9d\xbd\x05\x70\xa6\x41\x6b\x01\x48\x4d\x79\x61\x32\x62\x2b\x58\xf4\xff\x50\x8a\x60\x53\xca\xb2\xe7\x88\x65\x7f\x37\x29\x55\x31\xa3\x7b\xe8\x8f\x39\x89\x41\xaa\x03\xb9\x72\x6a\x32\xbe\x61\x19\xad\x40\xf0\xbb\x88\x28\x04\x35\x54\xe6\xfb\x16\x91\x62\x8f\x1f\xf2\x42\xd9\xa6\x4f\x54\x4b\x85\x0b\x6c\x78\xab\xc5\x23\x62\x3b\xf9\x19\xdd\x3c\x5f\x28\x4b\x36\xb1\xe9\xd1\xc9\xfa\x10\x71\xe9\xcd\xe2\x11\x36\xee\x42\x69\x3d\xb5\xda\xe8\x20\x2f\xb1\x30\xd2\x0b\x58\x22\x99\x78\x45\x3c\x6f\x69\x9f\x81\x9d\x52\x9d\x9c\xda\x46\x52\xc2\x5d\x32\xef\xbe\x76\xf0\xb0\xa9\xc4\x67\x67\x19\x1b\x35\x09\x32\xd1\x91\xd1\xea\x21\xdb\x37\x3f\x85\x4d\x16\x49\xd5\xc8\xf6\x22\x4f\x88\x8b\x6c\x20\x1b\x09\x31\x89\xaa\x86\x6c\x0d\xbf\xef\x38\x60\x99\x75\x5a\x8c\xc2\x81\x70\xf9\x7e\x88\x6e\xec\x25\x00\x42\x3b\x1b\x88\x64\xc8\x94\xa9\x2e\xf6\x89\xcb\x86\x9c\xa8\x76\x6a\x70\x76\x67\x4c\x8e\x69\xbc\xba\x99\xd7\xe6\x6a\x53\x0b\xea\x28\x3e\x01\xf5\xcf\x05\x89\x38\x91\xe2\xd8\x33\x9b\xf6\xdf\xb7\x31\xff\x4c\x4d\x51\xe1\x30\x8c\xe1\x4d\xb2\xa6\x7f\xfc\x54\x6e\xdd\xe4\x52\xa3\xf8\xa2\x80\x09\xbf\xfd\xc3\x52\xfe\xf1\x9b\xeb\xf8\xd4\xa0\x11\x05\x70\x4a\x62\xd1\xeb\x96\x75\xe7\x81\xb1\x91\x29\xca\xda\x1d\xf4\xb0\x35\x04\xc5\x17\x61\xdb\x76\x33\x4e\x2b\x3c\x5a\x01\x80\xe6\xd4\x37\x04\x61\x78\xa0\x76\xc6\x6f\x4e\x34\x46\x53\xba\x58\x19\xa7\x56\x52\x3d\xfb\x4c\x40\xec\xf1\x85\xb2\x1a\x6b\x81\xc1\x81\x9c\xc5\x54\xb9\xc5\x66\x1b\x65\xc4\x68\x3b\xc5\xc6\x67\x2d\xd8\xa0\x05\x41\xc8\xdc\x66\xdb\xc7\x72\x3d\x85\x97\x27\xb6\xe9\xb8\x98\xf5\x85\x40\x0c\x81\x19\xcb\x92\xd2\x09\xb7\x46\xa9\xc6\x28\xb7\x3d\xbb\x90\xce\x80\x8b\x90\xe0\xe4\xbc\xc1\x7b\xac\xdf\xf1\x85\xa0\x9b\x1d\x88\x27\x23\x1c\xed\xe3\x59\x5c\x1c\x2c\x15\x29\x4e\xb3\x4a\x8f\x34\x9b\x88\x32\x6b\x34\xd9\x2b\xd4\xca\xfb\x4f\x1f\x5c\x0d\xa7\x24\x1f\x02\x7e\xee\xef\x1b\xa3\xe2\xf8\x93\xbe\xd4\xc2\xa0\x33\xee\xf0\x4a\xae\xdc\x5f\x46\x85\x71\x54\x3d\x59\x21\x34\x76\xd0\x43\x92\x76\xee\xc8\xc7\x9b\xbb\x77\x7c\x21\x4d\xcc\x9b\xb3\xb5\x2c\x42\x9f\x61\x76\x9b\x17\x19\x81\xf5\x43\xb8\x91\x33\xa3\x38\x83\x3f\x9e\x43\x58\x15\x50\xd4\xc7\xf1\x82\x67\x1a\x82\xb9\x68\xa7\x8e\x79\x54\x58\x4d\x08\x29\x08\x81\x7c\x24\x73\x59\x79\xfa\xd7\x0d\x3f\xb4\xa8\xe1\xfe\x16\x9c\xc6\xc4\x6d\xcc\xd5\x06\xc2\xb1\xee\x96\xec\xd2\xc4\xe0\x45\xaf\xb9\xe3\x64\x0b\xc1\xb8\xc6\x28\xa1\x59\x4a\xb6\xf8\xe7\x43\x0f\xdf\xb3\x03\x36\x6a\x4c\x8d\x7d\x2b\x9c\xa1\x74\x52\x7e\xb0\x70\x74\x26\x50\xd0\x04\x2f\xf5\x10\xa3\xe9\xad\x29\x57\xb6\xf0\xe6\x2f\x55\x57\x34\x64\x34\xac\xba\xe2\x6e\x4f\x06\xbc\x99\xe2\x9c\x1c\xab\xb6\xd6\x20\x3a\xce\xd3\x9e\x04\xd2\xd9\x00\xc4\xb4\xec\x11\xc1\x99\x18\x6f\x06\xb9\x69\x85\x16\xf4\xda\x5e\x6e\xc8\xe5\x07\x5c\xb4\x7b\x48\x41\x56\x50\x9d\xeb\x47\xef\xb6\x29\x99\x66\x2f\xf7\x8e\x31\xf6\xaa\x17\x9c\xdc\x81\x50\x77\xd7\x7f\xbd\x32\xc3\x1e\x39\xd7\x98\x79\xf6\x33\xfb\x8b\x28\x97\x8c\xcc\xa0\x70\x68\x20\xb9\x3c\xfe\x3c\xe6\x7f\xae\xf2\x3f\x37\x37\xff\x9c\xe7\x7f\x9e\x6f\xfe\xb9\x95\xe0\x9e\x10\x01\xd9\x53\x1e\xf1\xe7\x56\x0a\xe7\x91\x3d\x77\x55\x4f\x4c\x20\x97\xfb\x74\x65\xae\x7a\x8b\x6f\xde\x30\x15\xda\xb3\xd3\x5d\x75\x2c\xec\x19\xf1\x24\x9d\xd4\xea\x25\x77\x03\x44\x7d\x78\xf2\x67\x7d\xfa\xec\x0f\x36\xf8\xe8\xc7\x54\xbc\xc2\x4c\xd5\x0b\xe7\xc7\x72\x41\x61\x9b\x1f\x84\xde\xfb\xed\x19\xdd\x38\x10\x3e\x59\xf6\xef\xdd\x04\xe9\x3e\x82\x55\xfb\xbe\xfa\x2e\xbe\x12\x99\x83\x3e\x6b\x31\xb8\xa8\x79\x90\x7c\x21\xd6\xb2\x19\x93\xcd\xab\x02\x9a\xac\xb7\x4b\x9d\x60\xa7\x4d\x4a\x9c\x2d\x26\x5b\x8c\xaf\x5f\x80\x1c\x54\xe0\x50\x9f\xa4\x17\xbb\x58\xc4\x6b\x05\x80\x8c\xf7\x91\x3e\x72\x4e\xc8\xde\x84\xf8\xdf\x2e\xb2\x85\x04\xd7\xde\x1e\x5e\x98\xe0\x58\xb3\xb5\xc0\xdf\x36\x60\x2e\x3a\x5b\xd9\x1e\x98\x15\x3a\x87\x0f\xd5\x57\xe1\xec\xc0\x6e\x49\xe6\x60\x32\xb7\x4c\x86\x3e\x7c\x6c\x3b\xfe\xd4\x05\x7d\x2a\x33\xd9\xb5\xcc\xb4\xa3\x10\x45\x48\xf0\xa6\xc4\x7b\xcc\x9b\x6f\x97\x20\x93\x2a\x75\x7a\xa0\xf3\x0f\x96\xed\x7b\x9a\x55\x8f\xc9\xdf\xea\xfc\x43\x75\xa0\x34\x9f\x31\xdf\x91\xae\x8a\x03\x44\xcb\x6f\x0b\x87\xfa\x6d\x9e\x08\xbe\xa8\xe3\xf6\x6d\xfd\xc3\xa5\xa1\xf9\x75\x68\x5f\x31\x2d\x23\x8a\x17\x4e\x81\x39\x52\xb2\x2c\x64\xa3\x89\xdc\x30\x07\xc4\x42\x4d\x8e\x6d\x2d\x5e\x39\x1c\x4f\xc5\x12\x0e\x71\xc8\x4c\x48\x16\xf0\x4c\xa8\x04\x89\x34\xc8\x90\xfe\x7c\x02\x1d\xd8\xf4\x4c\xe8\x47\xf1\x93\xd3\x7f\xe8\xfd\x26\x5a\x3f\x64\x62\xc8\x6f\xa3\x0f\x70\x06\x70\x86\x48\x99\xab\xfd\x2e\x22\xae\x6b\xf4\xd6\x69\xf2\x03\x94\x12\x9d\x25\x07\x35\xc7\x8f\x1c\xf6\xdf\x89\xbe\x39\x40\x53\x75\xe0\x50\x85\x18\xfa\xf1\x25\x86\x40\x58\x8f\x1f\xc1\x19\xb2\xbe\x8d\x96\x59\x2d\xe0\xc3\xb2\x2d\x96\x20\x4d\x2b\xac\xee\xa8\x58\xe1\x33\xb0\xbd\x53\x8b\xa4\xce\xd1\x49\x56\x8f\x4a\x8c\x2f\x00\x67\xd5\x52\x95\x7d\x64\xc8\x66\x4d\xa4\x7e\x18\x19\x1f\x9c\xda\x49\xb8\xc0\x12\x1c\x5b\xde\xb1\x3e\xd2\xea\xfa\xaf\xb5\xcc\xd2\xad\xa8\xce\xcd\x63\x8a\xdd\x5d\x7e\x05\x84\x70\xe3\x25\x30\xa7\xe6\x53\x7e\xd1\x11\xa4\x06\x4d\xda\xb5\x83\xcb\x0f\x3a\xa7\x76\xb5\xdc\xea\xe2\x82\x69\x03\xd2\xf2\x50\x88\x1f\x95\x23\x5b\x32\x95\x91\x0d\x8f\xc8\x17\x19\x24\x1d\xe0\x53\xca\x41\x17\x2a\x96\x5d\xf8\x3c\xae\xa9\xfa\x57\x29\x21\xa0\x27\x21\xc2\x3c\xfc\x63\x8b\xe6\xd5\x6b\x72\x82\xfa\x64\x10\xe9\x47\x4e\x00\x49\xb5\x5c\x45\x5c\xe8\x6d\x80\x60\xb9\xe8\xad\xe9\xa9\xe3\xe7\x4c\xfb\xb3\x3a\x0c\x3d\xd0\x23\x2e\xb4\x61\x4c\x1b\x4b\x88\x93\x33\x78\x98\xfc\xb0\xcd\x71\x9c\x04\xda\xb1\xa0\x12\x2e\x52\x4f\xef\xb9\xce\x69\x60\x2c\x8c\xc4\x7e\x80\x75\xd4\x48\xc8\xdd\x7a\x40\x4f\xd6\x13\xbf\x70\x5d\x9f\x25\x73\x60\x4d\xff\xd2\x96\x0d\xa4\xcd\x85\x4c\x21\xb8\xf8\x7b\x32\x68\x3b\xb5\x41\x3f\xc6\xd1\x9a\xf2\x48\xd7\xeb\xa0\x88\xf8\xe8\x2c\x98\x63\xe8\x59\xec\xe4\x89\xb0\x9a\x67\x89\x29\x14\xb4\x61\xf6\x40\xfc\x76\x03\xb8\xf8\xa0\xce\xff\x5f\xf3\x9d\xad\x28\x86\x4c\x35\x64\x8f\xd5\x9c\x32\x67\x1a\xe6\xb4\xd8\xca\x43\x9d\x2a\xb5\xd4\x81\xf9\x4d\xfe\xb4\x3a\x92\x06\x73\x1d\x9b\x82\xff\xb0\x0a\x8a\xca\x58\x20\x86\x6b\xfb\x7a\x0d\x5f\x3f\x17\xc5\x78\xf0\x00\x7c\x9f\xa1\xe6\xd1\xc5\xe7\x52\x84\x8a\x98\x69\x96\xaa\x41\xc8\x12\x4a\x4a\x0c\x66\x6e\x91\x40\x1b\x29\x06\x8b\x2f\xa3\x91\xee\xba\xf7\x9d\xec\x6f\x0c\x4e\x65\x42\xff\xee\xa5\x01\x6c\xee\x60\x69\x9e\x1c\xcf\xbc\x32\xcf\x14\x40\x49\x1e\x4b\xef\x74\x56\x0c\x99\x21\xa3\x2c\xad\xc6\x73\x1e\x7e\x71\x37\xad\x56\xa4\xf0\x5a\x34\x30\xc3\x18\xaa\xc1\x24\x03\xad\x09\x7f\x71\x81\x04\x6a\xf1\x4c\xeb\x5b\xc4\xe7\xa0\x76\x64\x27\xf6\x8f\x64\x02\x1e\x60\x96\x58\x7a\x5d\x7c\x51\x3a\xde\xbd\xec\x51\xbc\x86\x82\xa1\x9b\xf3\xdd\x56\x87\xe2\x7e\x5a\x9d\x08\x9f\x16\xe2\x0f\x6a\x13\x91\x6b\xdd\x87\x9c\xe7\x6c\x33\x01\x8d\xba\x6e\x5f\x53\xcb\xef\xcf\xa9\xac\x24\xe4\x07\xfd\xe8\xf1\x40\xea\x26\xf8\x42\x9d\x64\x0f\x39\x0c\x82\x4d\xbb\x6c\x68\x5a\x1d\xb1\xa0\x19\x80\x8c\xca\x90\xa4\xca\xef\x2c\xf2\x4a\xd8\xd1\x24\x82\xe2\xc7\xe9\xff\x77\x1d\x4e\x0d\xa0\x77\xcb\x21\x13\x21\x4d\x2c\x7e\xff\xf6\x01\x5e\xa8\x17\xea\xd8\x8e\x61\x03\xcb\xae\xea\x57\x9b\xab\x5c\xa3\xcf\x4d\xf5\xeb\x0d\xda\xa0\x58\x7b\x5b\x52\xc8\xb5\x12\x59\x7f\xf3\x0e\x75\x69\x02\x5e\x14\x7d\x95\x59\x36\x3c\xb2\x99\xdc\x8b\x19\x06\x72\xe3\xd0\xfc\x9b\x2f\xef\x98\x80\x84\xa3\x77\xea\x5b\xe4\x47\xb2\x28\xb1\xa9\xfa\xc5\x3a\xbc\xd7\xde\x03\x3b\x4a\x12\x50\x48\xa9\x35\x55\xa8\xcc\xdd\xda\x27\x8c\xf7\x5a\xa2\x7b\xa9\x7c\xb2\x4d\x60\xca\x49\x97\x09\x79\xb5\x96\xa9\xdc\x37\x47\x7a\x34\xea\xb2\x46\x8e\xde\xad\x6c\xc8\xfe\xee\x4f\x53\xb3\x83\xe0\xd3\x80\xa6\xe4\x17\x66\xa4\xc8\xec\x30\x03\x87\x58\xec\x12\x4c\x3e\x86\x46\x17\x27\x5f\x0f\x07\xcc\xa4\xc6\x60\x63\xc2\xf3\x2b\xc3\x83\x40\xf1\x74\x9c\x79\xe4\xba\xa7\x5c\xea\xa9\xbb\xab\x9e\xa2\x8c\x16\x32\x75\x4a\xdf\x3b\x21\x5f\x0e\x52\x60\x22\xdf\xa3\x1f\xfe\x06\x0d\x53\xf6\x5a\x93\x86\xe2\x22\xf5\x0b\x6f\xf4\xcc\xaf\x54\x6e\xd1\x31\x0b\x69\x51\xc7\xcc\xc1\xd7\x59\x97\x3e\x53\xba\xde\xe8\x9e\x13\x98\x78\x26\xd4\x3d\x91\x34\xfd\x63\xd6\xeb\xc0\xa9\x2e\x94\x70\xd3\x82\x0c\x5a\x67\x60\x47\x2f\xb1\xcb\x1f\xcc\xe6\x34\xd1\x4e\xd8\x75\x9b\xd8\xf9\x70\x46\xb2\xc9\x97\x63\xb0\xce\xf9\xf3\xc5\x08\x28\x76\x4a\x14\x27\x6b\x9c\xfb\x66\x17\x51\x08\xd3\x12\xa6\xaa\x50\x66\x19\x14\x5a\xb4\x8b\x6c\x65\x92\x60\x65\xcc\x57\x24\x81\x7e\xa6\x9c\x05\x60\x8f\x70\xc9\xe9\x81\x29\x5d\xf0\x5b\xa5\x0e\x57\x54\xbc\x3e\x16\xea\x8d\xbf\xc3\x0b\xdf\xf3\x19\x09\x28\x95\x49\x9b\x80\x1a\x9c\x9d\x7d\x5d\xf4\x83\xb1\x25\x96\x9c\xbd\xdf\x1a\x8a\x50\xa6\xb2\xbf\x7b\x40\xa2\xd8\x78\x6f\x26\x29\x35\xbb\x06\x3e\x81\xd7\x33\xf1\x98\xe9\x2e\x27\xc4\xc5\xe2\xe1\x9b\x48\x77\xf7\x9f\x25\xba\x1f\xbc\x18\x71\xb0\xa7\x47\x04\x6e\x90\x04\xba\x39\xf2\x69\x1f\xdb\xb9\x92\x2a\xf2\xf3\xf5\x88\xfd\xc0\xcc\x87\xe7\xf6\xd1\x83\xde\xa0\x55\x4d\xab\xfe\x60\x50\x2e\x77\xad\x61\x75\xa5\x84\x47\x8d\x43\xa4\x75\x90\x5e\x64\xb1\x55\x7f\x8a\xe4\xdf\x83\x34\x0d\x92\xa6\x08\x8c\xa0\xd9\x27\x3f\xe2\x43\x47\x0b\x94\xfe\x3d\x4e\xfe\xf5\xe8\x1f\x8f\xa4\x4f\xd1\xbe\xeb\x41\x52\x5b\xa4\xcc\xbf\x3e\x15\xea\x45\x55\xaf\x82\x09\x5a\xeb\x32\xc6\xfb\x18\x1b\xa5\x6f\xaa\x75\xb8\x78\xc9\x67\xf3\x2c\xb7\xce\xaa\x5f\x0d\x0e\x5e\x5d\x2c\x1f\xb3\xe8\x09\xb8\x9d\xb8\x78\xb3\x83\x43\xa9\x39\x57\x37\x05\x5d\x01\x86\x52\x53\x4f\x7b\x0f\xa7\x76\x67\xef\x15\x1f\xf7\xc3\xba\xcc\x20\x35\xe2\xfc\x52\xfc\x50\x2d\x2f\xa9\x35\xc8\x8f\x96\xcb\x47\xd2\x65\x12\x7e\x3b\x57\x37\xe9\x9d\x39\x4d\xd0\x86\x62\xdd\x1c\x38\x93\x83\x08\x73\x0b\xd2\xcd\x0e\x26\x94\xf1\x36\xb9\x2d\xdd\x98\x26\xea\x0e\xa0\x74\xef\xd6\x09\xe2\x6a\xd4\x70\x21\xee\x15\xdb\xb8\x57\x57\x6d\x44\x92\x67\xf7\x0c\x96\x8e\xe7\x56\x47\x16\x3f\x90\xe8\x8c\x7e\x98\x8b\xfa\x33\x3e\x84\xcd\xc1\x51\x88\xdf\xac\x6d\xf2\xf8\x4d\x66\x0b\xef\x52\x20\x91\x1a\xf4\x62\x3f\xfb\x6d\x28\x03\xef\x3c\xf2\x00\x18\x34\x03\x7b\xae\x39\xf6\x62\x01\xe7\x30\x09\x04\x2f\x8d\xe4\x1b\x3e\x6e\x79\x04\x72\x6d\x7d\xf4\xae\xe2\x21\x76\xec\x80\xc2\x33\xfe\xa9\x05\x9f\x57\x72\x44\xa4\x41\x05\x40\xec\x09\x68\xfd\xc9\x0c\xd3\xc6\xc0\xeb\x45\xee\x88\x1c\x70\xde\xfa\xfe\x56\x43\x55\xc4\x63\xf6\xfd\xe5\x2d\xbc\x7c\xb9\x85\xc2\xd1\xd9\x94\x1f\x40\x23\xd4\x4e\x2e\xe1\x17\xe4\x70\xaa\x14\x79\x58\x9f\xbb\x90\x0d\xdc\x5e\xf8\xa8\xf7\xbb\x9e\x64\x4c\xe3\xb8\x46\x8d\x76\x18\x46\x5a\x01\xde\x0d\x3c\xb9\x3c\x6b\xdf\x75\x1f\xe9\x8f\xe1\x26\x9a\xd9\xbe\x90\x5a\x45\x70\x4e\x05\xa6\x5c\x84\x1d\x0e\x6e\x3d\xc5\x93\xf3\xbd\x35\x07\x48\xde\xee\xa2\xf6\xd7\x75\x8c\x9d\x76\x15\xe7\xbf\x31\x8e\x9e\xb8\x48\xd2\xc4\xda\x72\x68\x84\x53\x4c\x8e\x8e\xfc\x51\x75\x45\x5b\xfe\xbc\x31\x3b\x2a\xf8\xf1\xde\x08\x61\xad\x43\x80\x92\x07\x3e\x0b\x26\xed\x64\xac\x62\x1c\xe9\x7d\xd4\x92\x44\x9b\xbb\x20\x74\xf4\x9d\xe0\x88\x4d\xb3\x74\xb1\xd2\xcd\xdc\x34\x2b\xd4\x38\x80\x79\xa1\x9a\x95\xc7\xa9\xca\xc6\xa2\xa1\x9e\xb4\x54\xb9\xb4\x11\x47\xe2\x41\x45\xcf\xe8\x8c\x52\x2b\xc8\x2c\x94\x43\x70\xeb\xd3\x9f\x2b\xf0\x18\x9d\xbb\xe0\x77\x6b\x74\xc1\x17\x5a\xd9\x79\xd5\x57\xe1\x34\xd8\x39\x3b\xa7\x4d\xb8\x2b\x77\xcb\xef\xd6\xa7\x8e\x82\xf5\x89\xf9\x73\xd6\x96\x9b\x63\x63\xd7\xc8\x7e\xe0\xc2\x4a\xde\x26\x97\xb4\x42\x00\xb4\x7e\xf4\xbe\x77\x26\x7f\xfc\xf3\x06\xf3\x78\xcc\x01\x1f\xaf\x42\xb4\xc9\xbe\xd3\x53\x17\x24\x7a\xf6\x56\x9c\x47\xa1\x05\x80\x23\x18\xa4\xda\x4c\x83\x91\xed\xc0\x5e\xed\x8b\x1c\xeb\x7d\x98\x7f\xea\x7b\xf9\x2d\x96\xaf\xb1\x97\xc0\x74\x8c\x85\x4a\x5d\xe2\xa7\x16\x1b\xfa\xb7\xa5\x2a\x1c\x17\xd2\x6d\xfe\xab\x97\xf5\x22\x00\xe1\xd9\xd8\x04\x78\x74\xf9\x6d\xb5\xb3\xcc\x70\x58\xeb\x61\xbf\x43\xcc\xa5\x73\xf2\xdc\x46\x76\x82\x14\xdb\x5e\x0d\xf4\x42\xff\xf4\xba\x79\x73\x44\x84\x26\x60\x0e\x79\xd4\x4f\x5f\xbf\x6e\x49\x29\xc3\xc5\x5c\xea\x5b\x6e\xe7\x6e\x88\x61\x6b\x6d\xbe\x1b\x66\x6a\x57\x86\x19\x57\xa8\x17\x40\x36\x6d\xf2\x65\x39\xbf\x4d\x38\xf6\xed\x43\xfd\x7c\x09\x30\xe8\x44\xd5\xca\x1e\x89\xfa\xd2\x18\x67\xf4\xe5\x83\x6c\x98\x53\xe9\xea\x3a\x4d\x0e\xab\x83\x4c\x9b\x87\xa3\xbc\x79\x54\x75\x11\x75\x61\xc9\x03\xd7\x72\x24\xb3\xf4\x74\xc3\x2e\xef\xb4\x4f\x39\x4c\x0f\xf2\xc4\xbc\x73\xc0\xc7\x95\x93\xd7\xa8\x54\x36\x7c\x36\x1c\x61\x5f\xea\x73\x4a\xd0\x6e\xf4\x00\x7c\x60\x62\xc8\xd5\xb0\xcb\xa8\x87\x0e\xbf\xaf\xbb\x7c\xc4\x54\x21\x72\x14\x04\x81\x5d\x76\x9c\x05\x66\x09\x0f\x63\x8b\x35\x1f\x44\xb1\x04\x5d\x4e\xab\xd8\xab\xc1\x7b\x5a\xe1\x3d\xa8\x53\x2e\x46\x78\x67\x6f\x42\x4e\x93\x21\x42\xbe\x67\xc9\x63\x4e\xe9\xfe\x05\x49\xc0\x88\x08\x09\x4c\xeb\x90\x3b\x6a\x56\x01\xa8\x8e\x2f\x49\x41\x88\xdb\x4b\xe1\x86\x19\xf0\xe9\xbc\x48\x1e\x49\xcf\xdb\xda\xb4\x28\x4e\xf2\xf2\x80\x50\x6f\xec\xeb\x82\xc2\x7b\x36\x34\x41\x45\x0b\xc9\x10\x2f\x83\x26\xfb\x5b\x4d\x38\x3d\xbd\x60\xf3\x60\x86\x8f\x72\x1d\x74\xe0\xc0\x1c\xef\xbe\x32\x14\x81\xb7\x85\x4a\x2f\xae\x6f\x0c\x97\x56\x31\xe0\x1c\x30\x0c\x0f\xdc\x58\xea\x05\x79\xad\x53\x1f\xb4\x9e\x84\x53\xf6\x32\x85\xa2\xd1\x83\xbc\xbb\x4a\x1e\xc9\x56\x0e\x7d\xbd\xa7\x62\x10\x48\x79\x2b\xe0\x94\xbc\x13\xe4\x2d\x77\x81\xf8\xd9\x8f\x99\xa2\xef\x45\x5c\xfc\xa3\x05\x57\xff\x19\x3b\xf1\x30\x7c\x30\xc1\x2b\x7a\xe3\x89\x59\x8a\x5f\x26\x8f\x60\x3b\x4f\x1e\x8b\xbf\x5f\xc3\x65\x36\x6e\x81\x50\xbb\x7b\x8c\xd5\x26\x79\xac\x7e\x8a\x54\x6e\x65\xb5\xae\xc4\x5e\xd2\x5a\x52\xe3\x94\x1f\xae\x93\x98\xf0\xc0\xf3\x6e\x3e\x26\x6d\x63\x58\xfd\x43\x56\x37\xdc\x7f\xee\x13\x33\x9e\x7f\x78\xc1\x7e\x31\xd5\x07\xfa\xa9\x54\x02\xbe\x37\x4e\xe8\xb6\xcd\x30\x15\x34\x8b\x53\x65\x66\x31\x56\xc1\xb7\x94\x4d\xf3\x71\xf5\x55\x0c\x7b\x32\x2a\x56\xf9\x1a\x95\x2b\x3b\x11\x9b\x70\x4d\xde\x57\xe7\x4a\x2c\xb0\x45\x30\x79\x85\x49\xef\x94\xcd\x29\x32\xd1\xb4\x64\xcc\xdf\x6c\xae\x6f\xe4\x5a\x37\xc8\xd6\x8a\xa8\xf3\x68\xb1\xff\x9f\x27\xf7\xf8\x57\xf5\x43\x0c\x46\x48\x4e\x82\x83\xd4\xda\xfb\xd9\x41\xea\xa6\x2d\x75\x55\x59\x6d\x41\x5b\xf3\xd8\xda\xd0\x5e\x31\x3e\x4c\xab\xbe\xb8\x4b\xa4\xd6\xfe\x12\x75\xaf\xb5\xc3\x33\x6f\x65\x60\xac\x35\xed\xd4\x3b\xce\x27\xc3\xf3\xd5\x4e\xb6\x0a\x1b\x11\x5d\x4e\x2a\x23\x13\xda\xa0\x7a\xcc\xba\x54\x19\x95\x37\x29\x7d\xf1\x99\xdd\x38\x81\xb0\xd4\x8a\x6c\x75\x33\x1b\x5c\x64\xc1\x1a\xb9\x3a\x81\xae\x08\x66\x1f\xb4\xd0\x2f\x95\x11\x72\x55\x18\x2a\xe1\x6c\xe7\x8b\x98\xcb\x45\xaf\x2c\x92\x67\x21\x97\x35\x99\x8d\x9a\x63\x1d\x4c\x4f\xd5\x32\x99\x84\xe4\xf5\x5a\xcf\x03\x8d\x72\x5c\x5e\x12\x08\x9c\xa0\x35\x35\x93\xeb\x39\x14\x19\xb0\x6a\x8b\x60\xbb\x54\xb4\xca\x62\x20\x3f\x5f\x0f\x20\x7c\xff\x26\x69\xf3\x46\x9b\x30\x81\x35\x1a\x14\xb6\x90\xf2\x81\xe7\x20\xf6\xde\x67\xe4\xb0\x2c\x5d\x9b\xce\xe0\xd8\xa5\x27\x26\xc2\xd6\x5d\xea\x64\x9b\x72\x69\xe4\xf5\xe6\xe6\xa4\x0a\xb4\xfd\x29\xfc\x43\x6e\xed\xbd\x38\xf1\xf3\xaa\x9f\x8d\x4c\x9d\xaa\x3e\xe0\x81\x74\xd4\x99\x44\xc5\xf4\xcd\xcf\x56\x97\x9d\xc9\x7e\x61\xf2\xc3\xfd\x2e\xf3\x6b\xdf\x56\xe3\x73\x73\x04\xe2\x7a\x16\xbd\xf8\xe8\xe8\x73\xd8\x96\xae\x55\x2f\x51\x53\x05\x9f\x0c\xf7\x6d\x3d\xd1\xbc\x44\x9a\x03\xa2\xf8\x71\x0f\x3e\x25\xcc\x52\xdf\xe5\x43\x97\xb7\x63\x7e\x75\x7d\x81\x95\x79\x78\xcb\x24\x43\x5f\x8c\x04\xb1\xba\x44\x8a\x53\x87\x91\xce\xee\xfc\xdc\x15\x77\x94\xec\x2b\x8b\x6b\xff\xc3\xf0\x85\x9a\x23\xee\x59\xa8\xc4\x3e\x31\xd9\x87\x39\xf3\xcc\xef\x7f\xda\x49\x3e\x84\xb3\xb6\x97\xc4\xa6\x23\xcc\xbb\xf5\x66\x37\x97\xa2\xe5\x2c\x28\x6e\xa4\xeb\x60\xfa\x7f\x84\x14\x00\xc6\xd9\x3b\x66\x07\xc0\xd1\x43\xfc\x3f\xb6\xce\x98\xbe\xec\x8e\xd1\xef\xf0\x85\x43\x29\x0b\x6c\x51\xc1\xb1\xf6\x7a\xe0\x19\xb0\xd8\xdd\x01\xeb\x3a\x87\xcb\xb2\xfa\x41\x49\x2e\x52\x44\x6e\xad\x8e\xf8\xf8\xb5\x2c\x3d\x94\x91\x47\x2c\x95\x10\x2b\xd2\x08\xd6\x30\xb6\x56\x0e\x1c\xa2\xd3\xba\x4e\x61\x99\xa8\x15\x53\x8c\x25\x3c\xbb\xc9\xb7\x1b\xcb\x0a\x68\x3a\xb2\xca\x39\x8b\x64\x9f\x92\xe2\x07\xc4\xbc\xf5\x20\xae\x1a\xf0\xa7\x79\x3b\xd1\x5a\x5b\xf7\xaa\x42\x2e\x6c\x7d\xc0\x85\xd3\x67\x94\x94\x39\x5e\xae\xa6\x46\xfd\x34\xca\x9e\xa6\x4c\xb3\x7b\x78\x39\x5f\x63\x22\xce\x52\x6f\x0b\x48\xc3\xf4\xbb\xc8\xf8\x8b\x7e\x56\x6b\xa9\xbb\xd8\x15\x8d\xc1\x8a\xa8\x26\xda\x83\x5a\xc1\x50\x96\x20\xfb\x1b\x09\xe5\xaa\x49\x67\x6a\x6c\x03\x4a\x72\x25\xf2\xfd\xb7\x93\xb5\x7d\x01\xef\xc4\x0a\x47\xab\x75\xb6\xb3\xa3\xf4\x5d\x0c\xd6\x77\xd5\xa9\x18\x66\x07\x6c\x71\xe9\xdc\x11\x55\xf9\x90\x4c\x05\x62\x8a\x7d\x41\xdd\x41\x55\xba\x27\x64\x9d\x57\xa1\x79\xbc\x56\xdd\x90\x65\x45\x6e\xa8\x3e\x29\xda\x92\x32\x46\xe8\x16\x5d\x90\xa4\xc0\xb4\x68\xd3\x27\x2c\xec\xc5\x89\x43\x30\x1f\x77\xde\xb3\x53\x60\x21\x45\x3c\x24\xf3\xe2\x6a\x58\x3c\x40\xc8\xda\x39\x69\x70\x33\xaf\x3b\xe2\x18\x29\xc2\x00\x98\xcc\x08\x4a\xa8\xbb\x55\xf4\x90\xc5\xd1\x29\x11\xf6\xe0\x9a\x2d\xed\x48\x93\xf2\xee\xb3\xa9\xdb\xcc\xb7\xb1\xa2\x40\x7f\x55\xb3\x77\x88\x2f\xf5\x98\xee\xca\x74\xcf\xba\xed\x64\x06\x15\x13\xaa\xa8\x5a\x90\xf9\x87\xad\x0f\x86\xc8\xd2\x10\xad\x31\x84\xf4\xcf\x4f\xee\xdb\xf7\x4c\x2b\xd6\xbb\x3b\x91\x76\xa3\xd8\x10\x70\x74\x3b\xff\xfb\xf9\xc4\xf9\x07\x42\x18\xfe\xa9\x9e\xc5\x05\x9f\x6f\x18\x26\x3b\xe0\x3a\xd5\x65\xc6\xc2\x39\x39\xdd\x17\x12\x8a\xa3\xaf\xab\x31\xd5\xef\x5d\x6f\x38\x9b\x85\x3e\xc9\x87\x15\x72\xd9\x7d\xe8\xfe\x6b\x4a\xa1\x52\xfb\x5c\x43\x6e\xf2\x5a\x74\x77\xd3\x48\x57\x3e\x9c\xc4\xa7\xa2\x4a\x4f\xcb\x7c\x5c\x26\xc2\x1a\x1e\xc8\xe5\x32\xbf\xc3\x9e\xf4\xbe\xaa\xeb\x63\x72\xf8\x94\x45\x8e\xfa\xc8\xb4\xb7\x90\x21\xfd\x1f\xcb\xd9\x4f\x00\x44\x81\x8e\x7e\x6e\x6e\xc9\x2f\xf0\xd2\xda\xde\xe9\x85\xf3\xd2\x8f\x38\xfa\x7b\x28\xd4\xfd\x7a\xfd\x27\x9b\xc9\xf5\xf0\x7c\xb7\x9d\x80\x5b\x44\xb4\xe1\x9a\x7c\x36\x92\xcd\xf5\x83\xc6\x90\xb3\xc1\xab\xc6\xd6\xb7\xe5\x91\x0f\xa1\xf0\x37\x30\x60\x8c\x67\x58\xc1\x3f\xc2\x84\x96\x4a\xc7\x69\xb4\x38\x6e\x0b\xec\x7f\x93\x5d\x02\xcf\x73\x0b\xb5\x1f\xd9\x34\x7e\x3e\x31\x56\x8a\x39\x04\x4f\x44\x47\xe2\x84\x08\xe9\x6b\x52\x61\xf8\x17\xdc\x3e\x36\x5d\x2e\xc8\x48\x3d\x86\xce\x5d\x78\xae\xf6\xbb\x08\x00\xb0\xba\xe4\xbf\x8d\x6c\x84\x42\x20\x53\x1f\xbe\x83\xe1\x7a\xfc\xe0\xe9\xc4\xb0\x85\x1d\x1e\xec\xed\x98\x48\x1f\xe4\x8d\x2e\x8c\x0f\xe3\xc3\xad\x97\x72\x4e\x15\x7f\xde\xc3\xb3\x51\x0f\xc4\x69\x94\xf2\xc9\xc6\xf3\xf4\x5c\x70\x7f\xe3\xcd\x97\x13\xe0\x84\x7d\x7e\xb3\xb5\x1b\x66\x74\x0d\x91\xdd\x05\x2a\xeb\xc6\x2e\x1d\x88\xfb\xb5\x96\x74\x03\x18\xf2\x60\x1f\x18\xaf\x11\x77\x41\x47\x93\x6e\x03\x38\x34\x31\x1a\x85\x93\x29\xf3\xb1\xa9\x83\xb3\x39\xd2\x5a\xfb\xc8\x8c\x5d\xc8\xc5\x99\xaa\x06\x5a\x38\x5e\x50\x38\x93\x17\xc2\x3f\x35\x63\x9c\x2a\x01\x25\x7d\xcc\xc9\x0a\x10\xf9\x35\x24\x71\xaf\x40\xf7\x0b\xa7\x34\x03\xec\x1f\x55\x30\xed\xe2\x78\x4b\x6b\x10\x8b\x18\x38\xfa\x7c\xe1\x64\xb6\x07\xa6\xe2\x33\x8b\x6d\x91\x78\x10\x87\xc1\x6d\x06\x52\x17\xcb\xb9\xd4\xe1\x64\x5b\xa2\x4d\xf1\x14\x6d\xea\xe5\x7d\xa7\x7f\x9b\xbe\xd4\x23\xe1\x91\x0d\x09\x1e\xf0\x53\xad\x74\x3d\x98\x5f\x3d\xc7\xdf\x46\xb5\xaa\xf5\xe0\xc8\x8f\xf5\xd8\x57\x8c\x81\x1b\xf3\x80\x92\x2d\x9b\xbb\x08\x8e\x76\xd2\x36\x43\x7c\x68\x80\xcd\xac\x7b\xf5\x86\x18\xfe\x6e\xe7\xa1\x30\x8f\x56\xbd\x52\xab\xfc\xe2\x8c\x01\x6c\xa0\xfe\xb7\xd7\x0c\x85\x4a\x07\x47\x70\x82\x3f\xa7\x20\xa6\x19\x6f\xf6\xc4\xec\x1b\x49\x73\xa1\x7d\xa4\x5c\xd7\x9f\x07\x12\xa2\xd5\x4e\xee\x10\x19\xc5\x6b\x62\x36\xbd\x3d\x82\xfa\x1e\x0d\x60\x80\xd2\xed\x5e\xbe\xb0\x88\x65\x6f\x58\x5c\x93\xfc\xdc\xbf\xae\x85\x57\x59\xcb\x3e\x1e\x10\xae\xd5\xe2\xa0\xd1\x1e\x2f\x02\x5e\x7d\x7d\xbf\xf8\x8b\x8c\xf4\xfe\xd5\x12\xdf\xd9\x67\x84\x7c\x4d\xd8\xee\x48\x2e\x59\x8e\xfe\x3a\xe3\xff\x71\xfe\xcd\xc0\xad\x11\x8f\x0c\xf3\x12\xec\xb8\x43\x99\x95\x46\x16\x5f\xdc\x3d\x7d\x2f\xa3\x3a\x03\xae\x15\x5b\x5e\xa0\xf2\x6c\x54\x5b\xfa\x37\x96\xbc\x43\xf8\x14\x91\xf9\x52\x7d\x15\x6a\x21\x1f\xb4\xa0\x19\x17\xf3\x41\x24\xfd\x6f\xf6\xfc\x0e\x9c\xfd\x90\xb8\x27\xa0\xef\x76\xf6\x94\x13\x64\x0c\x41\x62\xcc\x61\xd5\xa0\x1e\x63\xaa\x17\xa0\xa1\x8e\x1c\x70\x8d\xc4\x46\xa0\x09\x3d\x38\xa2\xd4\x13\x21\xa6\xb6\x79\x9c\xa1\x77\xb4\xd3\x71\x7f\xa4\x68\x95\xa9\xc6\x74\x41\xd5\x15\x77\xbb\x01\xb9\x80\x37\x24\x12\x46\xb2\x96\x3c\xe6\x9a\x91\x7a\xd8\x1e\x6f\x6c\x59\xec\x1b\x3e\xf3\x29\x10\x2e\x80\xc0\xbd\xd0\xfe\x1e\x80\x28\x83\x13\xd2\x9a\x07\x23\x52\x80\x4c\xce\xb7\xab\x07\x91\xd7\x7c\x5c\x0d\xc4\x30\xb2\x67\xed\x5b\x9b\x24\xde\x88\x08\xfd\x9b\x55\x73\xc0\x89\x16\xff\x4f\xb2\xc9\x04\x2c\x78\xaa\x11\x06\x85\x82\x6f\x5a\x0a\xd9\x4a\xbf\xb0\xf0\xcd\x8e\x62\xe1\xff\x00\xe6\x7d\xb3\x24\xf5\xeb\x5f\x51\x79\xb6\x62\x1b\x94\xc0\x7a\xc1\x33\x63\x56\x33\x33\x63\x22\xd4\x08\x6e\x26\xa3\xbb\x91\xe5\xa9\x4b\xeb\x92\x9b\x43\x04\x79\xf8\xdb\x83\xd3\x8d\xf9\xa7\x81\xd8\x8a\x46\x3c\xfa\xae\x50\xb1\xdd\xe6\x6f\x35\xba\xcb\xa5\xc5\xf8\xa2\x25\x49\xc0\xcb\x03\xe9\xeb\x17\xd5\x59\xf8\xb7\xcb\x21\x77\x28\x97\xdb\xa9\x15\xc7\x5d\x6a\x39\x8b\x9b\xea\x7b\x5a\xef\x8a\x3c\x0a\x3f\x5c\x79\x45\x6b\x4c\xb2\x7a\xfc\xa3\x1c\x32\x21\xa6\x9b\xb2\x1c\xbf\x6c\x79\xba\x5f\x5e\x8c\x9d\xd6\x5c\xdf\xd7\x68\xff\xff\xec\xb1\x9d\xa6\x4b\x56\x4d\x65\xc9\x1e\xf7\x12\x5b\x79\x9f\xaf\x1f\xd4\x15\xea\x93\x5b\x9a\x1b\xba\xa0\x9e\xc1\xb7\x0a\x8e\xf5\x8a\x2d\x16\x9c\xf0\x3a\x5d\x66\x57\x8b\xea\x80\x1d\x72\x66\xa4\x95\x12\x2a\x48\xff\xa8\x41\xb9\x62\xd0\x92\xba\x50\xc3\x23\xa4\xec\xec\x81\x08\x9f\x95\xaa\xad\x25\x5c\xe1\x4a\xa8\x9f\x73\xdd\x2e\x32\x4a\x28\x11\x6f\x82\x4c\xa5\x5d\x4a\x31\x8c\xe5\x27\xd4\x85\x10\x30\xaf\x19\x62\x2e\x81\xa9\xcd\xab\x88\x40\xd9\xa5\x35\x3c\xe7\xad\x60\xfd\x8a\x65\xab\x62\xe3\x0e\x85\x35\xd7\x4e\x19\x27\xc4\x54\x38\x29\x65\xa7\x11\x33\x1b\x4e\x92\x55\xc2\xb9\x8b\x16\x52\x38\x5f\x26\x75\xac\xd2\xa7\xc7\x3a\xc9\x62\x54\x29\x7a\xb6\x76\x07\xe5\x62\x22\x9c\x9f\xa5\x82\x27\x06\x67\x67\xf9\x8a\xaa\xe4\xe9\xf3\x85\x1a\xf1\x23\xf9\x9d\x21\xdf\x79\x38\xdf\xc1\x72\x33\x15\xea\xa5\x79\xbe\xcb\x8c\xf6\x4f\x56\x0f\xf4\xb9\x7a\x20\x5f\x4a\xef\xb1\x0e\x12\xc5\x3c\xa1\x9e\x6a\x4b\x95\x57\x70\xb9\x33\xdc\xc8\xea\x71\x88\xc6\x38\x42\xfd\xd8\x1e\x99\x20\xf4\xaa\x65\x5a\x55\x7a\x71\xe0\x33\xbf\xba\x75\xa6\x6e\xd8\x42\x44\xa2\x1c\xd3\xa7\x28\xc8\xfc\xfe\x54\x92\x56\x0e\x05\x0d\x8e\xf2\xe0\xde\x66\xc4\xfd\x78\x55\x9f\xee\xd6\x5f\xc6\x8c\xac\x1e\xc5\xcd\x42\x2b\x29\xd4\x53\xcb\xbc\x67\x2c\x86\xa1\x2c\x35\x21\x1a\x65\x1e\xd3\xab\x16\xdc\x15\x5a\x70\x04\x50\xfa\x56\x0b\x90\x0f\xde\x34\xe1\x56\x29\xdd\x84\xb7\xd6\x91\xbd\x71\x13\xe1\x46\xb2\xba\x55\xe4\xc0\x56\xa4\xa5\x65\xef\x59\xd5\x02\x0e\x56\x26\xbe\x57\x45\x56\x74\x82\x07\x38\x87\xc2\x6b\x6c\x2e\xf4\x51\x2a\xb4\x90\xc2\xbd\x48\xd8\x03\x11\x08\x8d\xbd\x10\x99\xbb\x99\x57\x6c\x28\xdc\x9d\x9c\x11\x4b\xb0\x68\xca\x3e\x22\x9b\x4b\xce\xbd\x86\x32\x4c\x4b\x40\x6b\xc0\xff\xf7\xd9\xa4\xdc\x73\x07\x49\x52\xe3\x4c\xed\x56\xb9\x5b\x90\xcc\x1f\xfd\xd8\xbb\x86\x3b\xc4\x5b\x76\x34\x6d\xe5\x3f\x02\x46\xba\x29\xdc\x82\xc8\x21\x9a\x42\xa0\x67\x9e\x5b\xbf\x71\x94\x57\x66\x9d\xd8\x98\xd2\x0d\x15\xee\x37\x83\xd2\x8a\x60\x7f\xbd\x87\x7f\xf4\xb4\xcc\xb7\xe4\xb8\x44\x0e\x27\x91\xec\x82\x2b\x57\xcb\x66\x17\xb0\xfb\x20\xd5\x7f\xd9\xc2\xef\x0d\xc0\xf0\x31\xef\xcb\x5c\x24\xda\x80\xc1\xe6\x3d\x3d\xfd\xc5\x1c\xe6\xa5\x80\xac\xad\xfe\x1f\x79\x5f\xd6\x9c\x38\xd3\x74\xf9\x83\x20\x82\x7d\xbb\xac\x2a\x09\x59\x96\x65\x99\xc6\x18\xdb\x77\xde\x9a\x4d\x80\x00\xb1\xe9\xd7\x4f\x54\x9e\x2c\x2d\x18\x77\x3f\xcf\xfb\x7e\xf3\x45\x4c\xcc\x4d\xbb\x01\xa9\x54\xaa\x25\x2b\x97\x93\x27\x77\xa0\x10\x68\xad\x7e\x70\x87\xe9\x11\xeb\x98\xde\x9b\x77\x64\x17\x55\x09\xe8\x52\xba\xd9\x13\xaa\x25\x8d\x03\x9c\xc7\x70\xdc\xee\x22\xa9\xee\xd0\x62\x40\xd3\x1e\xdc\xa8\xf4\xc5\x15\xdf\xd1\x4a\xea\xfe\xec\x4d\xd6\x9b\x1f\xed\x32\x9c\xcf\x97\x99\xa0\x82\xb8\x26\xa2\x26\xf5\x0b\x29\x6e\xf4\x7b\xa2\x00\xe5\xa7\x80\x8d\xaa\xc1\x43\x6e\x7a\xf0\x7c\xd9\x81\xce\x59\xbf\xe7\xcd\x9c\x52\x45\xbc\x5f\xdf\x16\x41\x53\x52\xa9\x2f\x8a\xc4\x8d\x85\xfa\x30\x0b\xa2\xd0\x09\x72\x21\xa9\xc7\xbf\x76\x82\xce\xb7\xe7\x80\xff\xff\x21\x6e\x9e\xca\x1b\x4b\xf8\x44\x2a\x12\x84\x2b\xe0\x53\x4c\xe8\xff\xbb\x33\xbe\x2e\x45\xa2\xc5\xf0\x50\x88\x8f\xc6\xe2\x16\x0e\xd0\x0c\xe8\x8d\x99\x9c\x49\xbd\xd8\x87\xe2\xa9\x27\x17\x34\x7a\x1b\x45\x9b\x4d\xac\xd5\xe9\x40\x30\xa6\x97\xf5\xca\x4b\x01\xc5\x6a\xb2\xa6\x29\x5b\x62\xd1\xd5\x8e\x6c\xbd\xc0\xfc\x25\x6e\x11\x31\xae\xe0\x6f\xe6\x16\x01\xd1\xcc\x42\xb6\x90\x22\xf4\x03\x52\x27\xa1\xf3\xe9\xc8\xb5\x5b\x8e\x20\xe3\x62\x77\x85\xea\xeb\x2b\x6e\xc9\x87\xd5\x24\x99\xe7\x3d\x65\x16\x18\x3d\x46\xf4\xe1\xc2\x21\x0e\x8d\x25\x40\x2a\x79\x57\x94\x68\x4c\xe4\x25\x08\x6a\x3a\x24\x78\x9b\x6a\x03\xf2\xe0\x99\xcc\x3d\x95\xb5\x6a\x7d\x6f\x75\x1e\x79\x57\x5f\x83\x4e\xfd\x47\xc6\xdf\x3c\x22\x5d\xd7\xff\xe3\xf3\xdb\x8f\xfa\xf9\x53\xbb\x06\x02\xf9\xc1\x6c\x41\x6a\xe3\x4c\xce\x17\x54\xf1\x31\x91\x4b\xe8\x9d\x41\xaf\x9e\xe5\xc2\x39\xdd\x3a\x2f\xff\xd2\x94\x79\x0c\x9a\xc0\xda\xb4\x42\x37\x8b\xca\xb7\xe2\x6f\xcf\xdb\xec\xf4\x71\xe0\xf4\xe4\x52\x5e\xca\xbc\x18\xeb\xc1\x07\x23\xa6\x18\x2c\x38\xd0\xdf\xc5\x64\x8e\x90\xe1\xa0\xaf\x0f\xad\xde\xfa\xe1\x4f\x12\x91\x8e\x10\x26\x13\xe8\xd0\xac\x78\xa5\x93\x93\xc3\x8b\x54\x4e\x5c\x36\x61\x5d\x20\x0c\xe8\x70\xb3\xdd\xb5\x21\x0c\xb0\xe9\x84\xe7\xaf\x4b\xeb\x07\x06\x3b\xda\x42\x6d\x65\xc5\xe8\x95\x51\x31\x5e\x3f\x8d\xf8\xf2\xaa\x0b\xd1\xe9\x09\xf5\xbb\x52\x05\x08\x74\x16\xe1\x89\x74\xcc\x54\x90\x9d\x5e\x38\x66\xf4\x3f\x1d\x68\x0b\x13\xe4\x09\x1b\x7f\xaa\x57\x5a\x01\x04\x4c\x4a\xb0\xd5\x59\x43\x3e\x2e\x22\x04\xde\x43\x7e\x2c\x7f\x1e\x1b\x1b\x08\x74\x45\x07\xa5\xc7\x2a\x1f\x00\x6e\xf9\x26\xb6\xab\x4f\x5e\x13\xdb\x3d\xf7\xa8\x4c\xc2\x5b\xc2\x45\xc8\xf9\xf3\xd8\x8c\x2d\x62\xbb\x15\xfb\xe7\xd6\xb4\xfe\x62\x5a\x2b\x11\x53\xc4\x8b\x89\xef\xd3\xa7\x51\xcb\x35\x2d\x1d\x95\xb0\xa7\x34\xfb\x54\x8f\xca\x12\xe9\xb8\x69\xab\xcd\x0c\x59\x61\x1c\x57\xed\x9b\xbc\x73\x9a\xc7\x5e\x85\xe9\xa8\xeb\x6f\xc8\x4b\x73\x9a\x04\x08\x5a\x66\xd5\xed\xea\x13\x52\x12\x3e\xb4\x3e\xe5\x84\x76\x56\x9b\x6b\x15\x3d\x5c\xf5\xab\x2e\xda\xc8\x0e\x30\xeb\x45\xaf\xa2\x99\xa2\xd8\xcc\x58\xd8\x2e\x05\x68\xd2\xdf\xd2\xd5\x41\x88\x50\xb3\x3a\xd6\xd8\x59\x8f\x29\xc4\xcc\x9d\xa0\x14\xf2\xa8\xd1\xc9\x62\x9c\x7a\x69\x1a\x1a\x7e\x5e\x22\xc3\x68\x72\x47\xc0\x71\xb5\x9f\x80\xcd\x27\x8a\xf2\xcb\x53\xfd\xce\xaf\x4b\x72\xa4\x70\x19\xb7\x13\x97\xd1\xe7\x95\xf0\x12\x46\xc5\x65\xad\x17\x90\x3d\xb7\x4d\x73\xcb\xe8\x81\x66\xe2\x3d\x3d\x35\x1e\x0f\xfb\xe0\xfa\x28\x67\xa6\xf9\xdb\x1c\xb7\xbf\xa3\xbb\xaa\xdf\x61\xfb\xd1\xd4\xa0\xe0\xa1\x34\x15\x99\x0e\x15\x8f\x11\xbf\xe0\x6e\x69\xb0\x62\x11\x17\x8d\xaf\x76\x04\xe7\x39\xd3\x7c\xbf\x50\x9a\x6a\x1f\x5b\xdf\x17\xe2\x81\x9f\x72\x9b\x0d\xe7\x0c\x9b\xe8\x65\x7b\x31\x87\xa9\x1b\x9e\x32\xe1\x54\x4c\x7b\x07\x35\xf3\xde\x67\xa8\x19\xb8\x91\x10\xf1\x3d\x34\xe1\x2e\xb8\x54\x71\x84\x10\x61\x30\x99\x3c\x5c\xfd\x7d\x45\x86\x9e\xaa\xd9\x25\xae\x5f\xcc\x1b\xd9\x5d\x9a\x5a\xc7\xdc\x40\xcf\x2d\x7a\x10\x51\x65\x49\x9d\xd4\x19\xa1\x99\x6f\x37\x46\x09\x32\xe6\xe6\xe3\x6b\x37\xf6\x3b\x5a\xef\x05\x11\x93\xdb\x45\x13\x41\x7c\xf1\xde\x93\x1d\x0c\xb3\x78\x1d\x5c\x5d\xd3\x57\x4a\xc4\x10\x6c\x6d\x94\x09\xee\xe8\xfd\x52\x6e\x1f\xb1\x44\x37\xe0\xee\x86\xaf\xcc\x3e\x52\x5a\x9e\xdf\x78\xd6\x93\x54\xe9\x6f\x38\xa9\xa7\x0d\x00\x15\x17\xb5\xe9\x85\xe0\xd5\x33\x54\xd8\x20\xfa\x2e\x73\xa8\x40\x55\x54\x07\x68\x85\xa0\x71\xb6\x73\xd2\x3b\x60\xb9\xcd\xbd\x37\xd5\xe4\xfc\x76\xe5\xe7\x11\x27\xf7\x27\x77\x82\x5c\x6e\x1d\xea\xee\x1b\xed\xbf\xde\xf6\x16\xcc\xac\xba\xcf\x8f\x04\x9a\x5e\xe4\xd0\x60\x5e\x07\x8f\xa7\x1c\xcb\x03\xe0\x92\x33\x60\x67\x47\xdf\x04\x91\x96\xdd\x8d\xad\xcb\x2e\x10\x0a\x2b\xed\xc1\x4d\x44\xcd\xa4\xe3\x78\xb4\x90\xd5\xa2\x7f\x38\x9f\x5c\x3e\x6a\x5c\x4a\x78\x43\xea\xb4\x91\x6b\xcf\xc9\x89\x90\x80\xec\x50\x69\x71\x20\x8d\xd3\x47\xf4\xf3\x16\x1d\xdb\x58\xa3\xc2\x6b\x27\x40\xc8\x24\x6d\x64\x22\xf6\x36\xc4\xd1\x8e\x12\x2f\x22\x37\x7b\x85\xfa\xe6\x11\xcb\x61\x5e\x09\x54\xe8\x9a\xce\x1c\x6d\x5e\x46\x6a\x71\xb4\x09\x8c\x68\x26\x22\x0d\xe7\x5d\xe9\xc5\xb4\xe6\xe6\x0f\xd0\xb4\x23\x49\xc7\x2a\x4f\x94\x70\x0e\xb0\x96\x5b\x5b\x0b\xc5\x66\x68\xc5\x11\xed\xc4\xad\x09\x9b\x5e\x3d\x09\xdb\x14\x51\xf4\xeb\x20\x13\x1b\x1e\xb8\xc8\x56\x13\x5f\x37\xf9\xeb\x6d\x07\x9e\x84\x73\x08\x3f\x50\x82\xac\x9f\xc1\x7e\x85\x39\x8c\x0c\x16\x0a\xe8\x91\x55\xdf\x88\x56\x23\x29\x09\x99\x95\x8a\xe8\x7f\x23\x3f\x5f\x48\x4d\x04\xf7\x0f\xb8\x61\x4d\xb4\x0a\x82\xde\x70\x12\xcc\x28\x79\x63\x23\x5f\x41\x1f\x84\xd5\xaf\x38\xeb\x1b\xe8\x56\x54\xfb\xf2\x17\x69\x25\x34\xaf\x9c\xe5\xd3\x23\xb0\xa4\x4f\x57\xc0\x0f\x1d\xc6\x84\x89\xa9\x3c\x02\x82\xe3\xd6\xc8\xf2\x99\x49\xd4\x2f\x76\x4b\x6b\x07\x35\x9d\x62\xac\x0d\x6d\xe3\xb6\x94\x41\x58\xab\xdf\xe6\x7f\x89\x7c\xdb\xaf\xc1\x08\x79\xe0\x17\x33\x27\x8e\x96\xc9\x7a\x4a\x58\x26\xf3\x7a\xa7\xfc\xe7\x0a\xc0\xad\x7a\xd5\x53\xae\x1f\x20\xe4\x63\xf3\xf2\xfa\xd2\xa1\x10\x27\xc9\xdb\x62\x46\x1a\xad\x2d\x44\x89\xd6\xcb\xc9\x9e\x0d\xa0\xec\xeb\x5e\xbc\x2e\x5f\xf4\x97\xb0\xcd\x5e\x69\x2b\x6e\x72\x5b\x71\x10\x11\x6d\x27\x2b\xe2\x0f\xb8\xd3\x64\x25\xf7\x6a\x74\xbe\xf6\x90\x09\x16\xf0\x53\xfc\xf9\xe1\xfa\x31\xc2\x95\xbe\xe8\x0d\xf5\xe9\x86\xe3\xe3\x2c\x63\x1b\xf3\xb2\x48\x32\x8e\x80\x1c\xd5\x40\xe7\x25\xa7\x92\x6d\x50\x8a\x13\x96\x64\x1b\xd1\xc1\xc1\x1c\x44\x35\xc3\x0d\x05\xfb\xd5\x5c\x96\x40\xe5\x3c\x0a\xdb\x98\xc6\x5d\xfb\x16\xc1\xe8\x13\xa8\x41\xf6\x27\xe3\xe6\xbe\x2d\xfe\x4e\xd5\x4a\x54\x62\xed\x68\x6b\xfb\xdd\x33\x1c\x0a\x4b\x54\xb0\xf7\x57\x4d\x32\x65\xfd\x65\x93\x89\x72\xe2\x7b\xaa\xce\x2d\x99\x8a\xd4\x6f\xc3\x67\x35\xdc\x1d\x41\xc4\xbe\x6d\x92\xc0\xf5\x37\x4d\x46\x90\xc7\x74\x58\x6d\xd1\xff\x33\xea\x90\x0d\x3a\x33\xa6\xe2\x3f\x52\x8e\x8e\x0a\x65\xed\xc8\x0c\xef\xb7\xe4\x00\xce\x16\x6a\x85\x03\x7e\xe5\x2c\xb2\x7b\xe6\x52\x08\xb5\xc6\xfd\x45\x28\x97\x29\x3d\xf7\x75\xc0\x4e\x17\x53\xd0\xbf\x24\x0d\x82\xb1\x13\x6d\xb0\x35\x2e\xd4\x3f\xd8\x98\x6a\x67\x5b\x32\xa5\xfc\xcf\xdc\x73\xda\xfc\x5b\x8f\x5d\x87\xdd\x62\xf9\xc2\xe0\x35\x77\x6d\x37\x57\x35\x4d\x0f\x90\x45\x53\xcb\x15\x1e\xca\xb6\xb0\xd3\x1d\xb0\x55\x83\x49\x83\x90\xde\x2f\xa7\xe2\xe1\x99\x16\x2d\xe5\x75\xe5\x85\x6e\x41\x1e\x35\x98\xdc\xd0\x08\x22\x62\xd1\xb7\x1b\x45\xff\xcc\xbf\x12\x98\xa8\xb4\x1e\xed\x2f\x4e\x98\x99\x12\x6e\x03\x3e\xec\x0b\x8d\x17\x6a\xa6\x0a\x0b\xd2\x2b\xb5\x4a\x8a\x7a\xe7\x40\xa8\xbb\x68\x23\xff\xf3\xce\x95\xa4\xb0\x0f\x16\x75\xe3\x94\xfc\xb9\x1b\x97\xe0\x8f\xc9\x39\x05\xb8\x68\xfb\xc2\x00\x5c\xb4\x3d\xf1\x22\xd4\xd6\x32\x06\xc6\x1f\xee\xd3\x96\x84\xb9\xaf\x74\xab\x97\xe9\xa1\x1f\x5b\x6d\x22\x0b\x6b\xde\x00\xba\x4f\xae\xd2\xb7\x16\x2a\x2e\x20\xc8\xf5\x89\x8a\x04\xb9\xf2\x4a\x53\xb5\x67\x1e\xf0\x0a\x32\x5d\xb8\xa8\x89\x3a\xc8\xc9\x8a\xb6\xeb\x5b\x05\x80\xbe\xf1\xbc\x92\xf9\xf3\x2a\x72\x55\xb2\xcb\x81\xb0\x4a\x34\x13\x5c\x09\x89\xe6\x5c\x56\x29\x0e\xd7\x2f\x49\x3a\x77\xe5\x61\x8a\xa0\xcb\x91\xb8\x46\x98\x73\xf3\xd4\x20\xa1\x39\x6a\x72\x00\xb4\x14\x30\xcb\x37\x28\xb4\x9c\xc9\xe6\x96\x70\xb4\x53\x68\x40\x4e\x8b\xb2\xe6\xd4\xc1\x9a\x82\xcf\x72\xb0\x2b\x21\xa0\x10\x73\xb0\x55\x7f\x26\x96\x18\x34\xc0\x0f\x50\x4c\x7c\x4e\x7a\x44\x39\xab\x7a\x79\x84\x4c\xa3\xc7\x18\x3f\x29\x97\xe1\xad\x22\x48\x5e\x3b\xe3\xc1\xc7\x0e\x0a\x4e\x9b\x3a\x1d\x3d\xae\xda\x54\x65\x4e\x0f\x7d\xcd\x39\x41\x96\xf7\x0b\x71\xd9\x12\xf1\x01\x55\xe9\x7e\x5a\xfa\x59\xee\x29\xba\x40\xa7\xe3\x9e\xc9\xa2\xb8\x74\x45\xbd\x83\xbf\x0d\xfe\x9b\xf1\x10\x88\x80\xd4\x34\xd5\x53\x67\xc6\x96\x56\xd0\x4b\xff\x38\xa1\xa8\x26\xc1\x06\xde\x43\x26\x9f\xdf\x1f\xc8\x9e\xbd\x47\xa8\xc8\x0b\xa1\xbd\xce\x98\x3a\xf2\xa7\x37\xe1\xbb\x0e\xea\x00\xa8\xea\x00\xcf\x7a\xd5\x36\xe0\x87\x57\x62\x1a\xe4\x2e\x95\x30\xfe\xfc\x55\x76\xc5\xc7\x27\x79\xc7\x50\x0b\x37\x96\x5c\x20\x7f\x47\x7b\xea\xc0\x8c\xb9\xa6\x3a\x7e\x7d\x4f\xee\xc4\xa7\x15\xe3\x52\xf6\x53\x7e\x77\xaa\x5c\xaf\x7e\x9b\xcf\xe9\xf5\x07\xf2\x92\x3f\xad\x36\xb8\xbe\x1c\x88\x50\x12\x74\x6b\x2d\x3f\x53\x20\xab\xfd\x7c\x9e\xdd\x67\xa9\x22\x27\x30\xdb\x32\xe5\x7a\xc8\x6e\x9a\x13\x53\x1c\x12\x0d\xa3\x7d\x52\x19\xd0\xaa\xb4\x7c\xa0\x79\x61\x27\x4c\x56\xb8\x8b\x14\xfc\xa5\xcc\x12\x26\x68\xbe\x76\x3b\x2e\xab\x75\xe1\x85\x69\x83\x67\xfe\xe5\x1d\x5a\x36\xb6\xd1\xe0\xd8\x0b\xd2\xbc\x90\x95\x73\x53\x76\x85\xff\x8b\xb6\x23\xda\x1d\x9f\x50\xf8\xc5\x9f\x87\x5c\x2e\x03\x0a\xe0\x12\x4e\xa2\x90\x8b\xda\x2e\x98\xc8\x74\x16\xb9\xcc\x27\x45\x35\xc4\x23\x32\x0c\xac\x8b\x05\x75\x9a\xa2\x46\xfa\x11\x7f\x83\x63\xe4\x16\xc1\x41\x1b\x38\x09\x9b\x94\xbd\x6e\x34\x9f\x2d\x66\x16\x00\x09\x3a\x32\x2e\xef\x07\x68\x68\x45\x05\x1f\x07\x9c\xc2\xd3\x86\x2b\x7b\xaf\x2a\x8b\xbc\xb8\x98\x48\xa8\x7e\xfe\x66\xe5\x21\x0a\xd0\x8b\xbe\xa7\xf8\xd4\x38\xc5\xc7\xaa\x52\xea\x6a\x58\x20\x98\x59\x80\xb9\x89\x88\x65\x2c\xbd\x3a\x6c\xb5\xa2\x5c\xb4\xbe\x05\x9e\xbf\x7a\x9a\x6a\xfe\xd9\x42\xe9\xd1\x0f\x84\x04\xbb\x30\x7c\x28\x87\x49\x4c\x24\x47\x28\x6c\xfd\xf5\x9b\x50\x73\xa0\x96\x51\x00\x5d\x2c\x65\x85\x7f\x2e\x55\xc8\x05\x7f\xdb\x23\x7f\xb1\xff\x9e\xe5\x38\x59\xfa\xbd\x11\xb3\xfd\x20\xe4\xb3\xfe\xe0\x8b\x8f\x8a\x09\x18\x68\x11\xd2\xe2\x79\x6c\x53\x99\x31\x2d\x01\x09\x28\xb5\x73\xaf\xce\x63\x73\x47\xf3\xb8\x95\x2b\x54\xd4\x1d\xec\x51\x43\x7a\xc8\x01\xf3\x35\xb9\xe0\xfc\xc6\x14\xa5\x2c\xab\x21\x85\xa5\x29\x70\xc1\x6c\xbd\x61\x2b\x4d\xd1\x13\x2e\xdf\x1d\xb4\x77\x5c\x40\xdd\xfc\xe8\xa5\xd5\xa8\x96\xf8\xaa\x2e\xe3\xfd\xf7\xa4\x9d\xce\x1f\xd8\x54\xfe\x96\xf9\xd9\x8c\x38\x9d\x26\xde\xf0\x71\xba\x44\x94\x3d\xe2\x84\xd7\xab\xb9\x9f\x91\x75\xe1\x51\x8e\xb4\xda\x48\x41\xd4\x0d\x08\x4e\xb7\xc5\xe6\xfc\xed\xe6\x2e\xf3\xcf\x4e\x1f\x2f\xb3\x98\xf6\x09\x51\x14\x30\xb3\x4c\x05\x20\xdf\xa0\xb4\xbd\xde\xe9\x0d\x3a\xdd\x92\x15\xa3\xd7\xd3\xa2\x83\xbd\xbf\x23\x72\x7e\x31\x9e\xef\x79\x38\xf4\xbc\x72\x8b\x54\x5d\xf4\x83\x18\x04\xb9\x7f\x8b\x71\xd9\x30\xea\xb8\x9b\x6a\xf0\xed\xce\xc0\xdc\x59\x6d\x11\x1b\x85\xaa\xa8\xf9\x26\xff\x50\x77\xd3\x82\x5b\x2c\x9e\xdd\xe4\x47\x20\xa8\x2d\x72\x2e\xf8\x8f\x2b\x7e\x86\x81\x50\x27\x35\xbf\xcd\x75\x23\x58\xef\xfe\x55\x5b\x5e\xae\xad\x5f\x3d\xbd\x0a\x86\x82\x1b\xd4\x77\x0e\xc4\xe3\x5d\xd9\x15\x43\x48\xf8\x3a\x6d\xb6\x90\x08\x72\x68\x07\xe5\x24\xbc\xbd\x69\xcb\xeb\x51\xa6\x17\x2a\x2a\x49\xeb\xd3\xae\x52\x5a\xa0\xea\xd7\x90\x69\x43\x9f\x87\xe2\xd5\xd5\xda\x93\x35\xd6\xaa\xdc\x44\x76\x90\x05\x11\x06\xff\x9c\xb0\x84\x67\xb3\x76\x31\x9b\xee\x84\xa2\xab\x6f\x3b\x4e\x67\xd7\x53\xf7\x25\x54\x43\x4e\xaf\x8f\xbf\x6e\xe3\xd3\x0c\xdc\xb5\x05\x11\x47\x79\x92\xc8\x2b\x0b\xe3\x4b\xd8\xa1\x55\x5c\x18\xc1\xdc\x29\x74\x42\xaf\x02\x54\xc1\x9c\x17\xaf\x33\x33\xa7\x7b\x31\x97\xa6\x1b\xd7\x56\xd7\xb5\x6e\x14\x56\xd9\x42\x0a\xbb\x66\x5d\xac\xb2\xfd\x94\xd4\xd0\xc7\x53\xf1\xb1\xbb\x2a\xd1\xdc\x83\xc3\xaf\xc3\x05\x2e\x7f\xca\x9d\xe6\xbd\x0e\x23\xdb\x6d\x20\xc7\x7e\xf8\x2d\x07\x5a\x71\x51\x18\x6b\xc3\x9a\xf6\x19\x47\xe5\x20\xd9\x19\x46\xd4\x3f\xa5\x58\xd7\xe4\x72\x06\x6f\x22\x3d\x26\x82\xdf\x0a\xd4\xb5\x30\x1d\xf1\xc3\xac\x05\xb3\x4d\x9f\x09\x0d\xdd\x05\xe7\xb6\xa2\x6d\xee\x1b\x2d\x5b\x9d\xad\xcc\x97\xc8\xd8\xa2\xa0\x38\x97\xc8\x38\xb7\xd1\x9f\xd3\xfc\xbe\x20\x63\x8c\xbc\xdd\x01\xf5\x13\xac\xa7\x81\x09\xb1\xab\x83\x6a\x20\xcf\x85\x2a\xab\xfc\xaa\xf3\x87\x68\xca\x90\x66\xa8\xae\x86\x40\x34\x92\x6d\x68\x8c\x7e\xb8\xbf\x4f\x5d\x24\x9e\x70\x9e\x61\xb8\xaf\x78\x16\xcc\xfe\xec\x2c\x69\x64\x9f\x0e\xb4\xab\xef\x17\x11\x17\x7f\x88\xb2\x74\x1d\x7b\x2b\xd7\x91\xc9\xb4\xc9\x02\x18\xae\x50\xcf\x5c\x2b\x6c\xfa\x90\xc3\x4e\x21\x69\x67\x30\x7f\xca\x5d\xf9\xfb\xb7\x3e\xdb\x66\x72\x2b\x57\x17\xc2\x1a\xc1\x1e\x23\xb2\x8d\x0c\x46\x5c\x68\x7b\x7d\xbb\x6c\x5b\x54\x87\xed\xf3\xba\x00\x8a\x76\x0e\xbb\x71\x3e\x84\xf8\xe0\xa9\xfa\xd4\x5a\x3d\xa1\x41\x04\xb8\xb7\x5d\x96\x04\xc4\x92\x75\xff\x5f\x4a\x92\x37\xe1\x3c\xea\x8b\xde\x4c\xe8\x19\x22\x8c\xf1\x7a\x16\xf0\x7a\x2c\xbc\xf2\x78\xbd\x63\x1b\xf9\xf7\xa7\xb6\x9f\x7e\x4e\xf3\xef\xa7\x94\x13\x76\xb2\x90\xf1\xd0\xb5\xe0\x66\x72\x4d\x28\xf7\x4f\x22\xe4\x72\x63\x0f\xc4\xd4\x1e\x94\x3d\xb1\xb0\x7b\x20\x22\x6a\x57\xfa\x99\xd6\xda\x58\x38\x65\x2e\x93\x26\xdc\xe6\x84\x9c\x47\xa6\xf4\xe5\xc7\x76\x4f\x39\x28\xe4\xae\x12\xbd\x13\x59\x01\x9c\x46\xdf\x42\x78\x69\xd0\xec\x16\x55\x0c\x81\x5a\x69\xd0\xed\x51\xcd\x0c\xa6\xec\xfe\x16\xf1\x53\x66\xe9\xc6\x0b\x1c\xa7\x0f\xc0\x7b\x1c\xaa\x40\xb1\x9c\x50\x03\xe9\x88\x77\xd8\x57\x89\x40\xd0\x39\xd9\xfd\xcb\x60\xe4\x9c\xab\x29\x6e\xd9\x1f\x30\xb9\x49\xa3\x8f\x3d\x59\x4c\x04\xbc\x08\x3e\xb2\x88\x05\x0b\x0f\xaf\x22\x4e\x20\xe4\x70\xe2\x3c\xc3\x5f\x0c\xb5\xa6\x3d\x21\x98\xe6\x33\x10\x0b\x26\x09\x89\x68\x8f\x4d\x26\x92\x59\xb9\xb4\x32\xcd\xc2\x3d\x6e\x1e\xca\x6d\x25\xec\x47\xdd\x8a\x47\xfd\x23\xfe\x77\x6f\x9b\xdb\x85\x03\x61\x3d\x21\xd6\xff\xd3\x3a\xa9\x7f\x91\xcb\x6f\x16\x32\x72\x3c\x44\x14\x7f\xc2\xf5\x0e\xa9\x90\x62\x7a\xe5\x58\xdc\x58\x94\x66\xf6\x18\x5d\x74\xad\xb8\xa9\xaa\x9b\x07\x8a\x93\x3d\xa6\x28\x3c\xd4\xff\x8f\x65\xed\x52\x44\x6c\xe9\xef\x34\xc3\x8d\x7b\xc7\x42\xa9\x66\xf2\x2a\x3d\x1b\xa0\xc6\xbf\xc0\xb5\x9c\x8e\x32\x9f\xb9\x65\x8e\xbe\x2a\x72\xd0\xdb\x52\xa8\x96\x35\x2f\xa0\x65\x0c\x6c\xae\x62\x12\xc0\xf8\x16\x42\xce\x53\x02\x94\x56\x09\xd9\x8f\x86\x68\x78\x96\xaa\xa2\x8f\xc3\x2b\x19\xa2\xda\xae\x51\x51\x15\xa1\x9a\xe6\x99\xb4\xee\xb7\xb8\x62\x15\x5e\xd1\xbc\x1d\x3f\xf0\xcc\xf4\x86\x1d\x54\xc5\xd0\x96\xdd\xdc\xd6\x82\x4e\xef\xe4\xaf\x7e\x69\xc6\x11\x34\x1e\x4a\xd3\xfb\x2e\xc1\x9d\x7e\x4f\x09\xde\x27\x5f\x5a\x2b\x2b\xb7\x0c\xa6\x92\x7c\xcf\x13\x79\x5f\xb0\x6b\xfb\x99\x55\xdb\xc8\x95\x47\xf5\xb7\x11\x7c\xf6\xdb\x67\xf2\x50\x24\xd1\xf7\x39\xe1\xc2\xa2\xed\x08\x38\xe9\x5f\xe9\x7d\x44\x8e\xa4\xbf\x4e\x0b\x6a\x39\x16\x4a\xf5\x89\x9c\x35\x70\x08\x29\x62\xec\x4c\x65\x14\x16\x46\xc3\x3d\x96\x40\x2f\xd5\xde\xdc\xe5\xfb\xe2\xb5\xe9\xef\x41\xae\x94\x5e\x82\x55\x79\xcf\xbb\x4f\x6b\x54\xa2\xf0\xb0\x81\x48\xe4\xaf\xfc\xf0\xf8\x42\xdd\x5d\x2c\xa1\xcb\x12\xe0\xf9\xed\x58\x92\xe2\x2c\x0f\x32\x8d\x0f\x0f\x32\x34\x11\x45\xf5\xcc\x74\x0d\xd2\x32\x15\x15\x79\xb8\xc9\xf9\x34\xc9\x9b\xd0\x70\xb3\x49\x55\xbf\x2f\x96\x1a\xe7\x46\x89\xa3\x8c\xf6\x24\xda\x86\x85\xec\x91\x7c\x03\x66\x39\x95\x96\x08\xec\x55\x4a\xb7\x7c\xeb\x96\xc2\x1a\x2a\x74\xf2\xf9\x23\xa5\x15\x78\x77\xb4\x22\xf3\xe7\xdb\xf5\x93\xb5\xac\x09\xc7\x3f\x74\x6d\x8b\x68\x8e\x9d\xdc\xa4\xfb\xd8\xcb\x44\x5a\x6e\xc5\x6b\xa9\x45\x89\x7d\xe1\x85\x1b\x9e\x12\xae\xc5\xdc\x2a\x2b\x61\x8d\xca\x63\xe1\xf8\xf9\xf4\x4b\x12\x34\x23\xa8\x7b\xbe\xb8\x21\x07\x80\xf3\x04\x51\x75\x42\x06\xa1\x11\x55\x8e\x50\x62\x5a\xc8\xf0\x2e\xf5\x5c\xfa\x1b\x1d\x61\x1e\xb6\xf4\xea\xb8\xeb\x51\x96\xb9\x1f\x4c\x07\x05\x71\x7a\xad\x63\x5a\x72\x34\x58\x47\x2a\xfb\xe2\x3e\xd2\x26\xb8\xff\x6f\x1f\x6f\x0e\xf2\xa5\x1e\xfd\x5f\x0d\xc2\x27\x46\xd6\xeb\x9e\xea\x42\x96\x52\x82\x11\x0a\x8e\xed\x28\x12\xfd\x0b\x90\x34\x78\x26\x82\x25\x3b\xbd\x66\x2b\x59\x7e\x21\x4c\x64\x20\x2c\x31\x47\x5d\x10\xef\x30\xa1\x45\x6a\xb7\xde\xca\xb6\x08\x50\xdf\x65\x87\x04\xa7\xb3\xdc\x6e\xbe\x7b\x1f\x4e\x29\x06\x71\xb2\xd1\xab\x74\xf0\x30\x2c\xe7\x49\xc3\x26\x37\xc2\x25\x10\xde\x60\x3e\x09\xb2\x02\x44\x5c\x02\x6d\xd0\x44\xec\x76\x68\xe8\x6b\x20\xb0\xbe\x96\x5c\xa6\x64\xb5\x42\x2d\x6b\xce\x74\x6b\x97\xb0\xe3\xe6\x55\xd2\x23\xbc\x0e\xb9\x62\x1c\xb8\x1f\xd1\xa5\xb3\x24\xa4\xc7\x10\x49\x3b\x23\xf1\xfb\xbe\x14\x11\xbf\xd9\x46\xb6\x08\xba\x3c\x93\x0d\xd9\x04\x1d\xcf\x5b\x12\x81\xf9\xb0\x1a\x71\x98\x8e\xe2\xf6\x56\xe1\xb7\x45\x8d\xf0\xad\x83\x39\x71\xdb\xa9\x8a\xd4\xe7\x60\xfe\x82\xd9\xfa\x1e\x53\x0e\x7f\xe5\x1b\x85\xec\xd4\x32\x2e\x3e\x42\xef\x12\xbd\x79\xab\x17\x8f\x9e\x90\xf1\x26\xc6\x04\xf1\xb1\xcf\x17\xbf\x96\xe6\xd2\xe0\x78\x27\x6f\x15\x59\x76\x55\xef\xfc\xcb\x6f\x92\x59\x27\xa8\xac\x9d\x3a\x49\x65\x22\xae\xea\xb9\x37\x35\x4c\x56\xae\xd1\x2c\x56\xa0\xf0\x49\xab\x2d\x8c\xc9\x89\xce\x34\x7f\x7f\x2e\x83\xed\x09\xff\x75\xb1\xc9\x8a\xbf\xd8\x7d\x3d\x4a\x67\x52\x2c\xdf\xa3\xd2\x05\x75\x2d\xda\xde\xca\xce\x0e\x91\xf4\x75\xc8\x9c\x47\xc8\x93\x7d\x9a\x6e\x59\xdd\xde\x02\x15\xb2\x45\x03\xc1\xa6\x74\x4b\x36\xb8\x0c\xf9\x82\xe5\x16\x74\x0f\x31\x5f\xb0\x2b\x11\xed\xee\x84\xe4\x63\xcc\x05\x1c\x89\x6a\xba\xcd\x34\xe4\xfb\xbe\x18\x01\xf7\xe7\xae\xd1\x7b\x2a\x46\x86\xaa\xc8\xd3\x93\x4c\x9f\x3b\x60\xda\x1d\x2e\x68\xdb\xf1\x51\x1c\xa6\xaa\x84\x43\x7c\x91\xfd\x35\x6a\xbf\x3c\x86\x54\x4a\xeb\x01\x66\xc6\xba\x0d\x13\x2d\x6a\xdf\x33\x4d\x97\x6b\xea\x08\x2b\x2a\x96\x65\xd8\x9c\xb1\xb5\x86\xd5\x18\xab\x17\xbf\xd1\x3e\x13\x0b\x19\x96\x68\xe0\x9e\x51\x9f\x87\xe9\x1d\xc1\xaa\x81\x00\xec\x48\x1c\x64\x68\xd5\x69\xb7\x95\xb8\x7a\xfd\x10\x41\x7c\x6a\xfe\x36\xd3\x3e\xed\x8c\xe9\x2c\x46\x5d\x5b\x27\x73\x6a\xb8\xf5\x1d\xd7\x17\x1c\x08\x77\x6e\x9f\x11\x10\x1c\x7a\x59\x4b\x77\xff\x5d\x4b\xbe\xc9\xed\x13\xee\xfd\x7f\xd2\x52\xcf\x32\x2d\x05\xa0\x37\xd4\x2d\x3d\x64\x2d\x71\xc4\xc8\x15\x5e\x05\x9b\x71\x98\xaa\x43\xc2\xfd\x75\xe5\x3a\xb7\xc3\xd7\x45\xb0\x05\x80\x1e\x5e\x57\xfa\xdf\xae\x1d\x88\xbd\xdc\x2a\x02\xe9\x8f\x7a\xd1\x25\x45\xb1\x7d\x92\xed\xe5\x43\x7e\xbd\x8f\x85\x27\xe6\x44\x09\x6b\x8b\x96\x56\x5e\x1c\xd1\xa6\x90\x8e\x4d\x23\xf9\x0c\x4f\xfb\x98\x36\x01\x73\x98\xeb\x85\x17\xb5\x99\xb9\xe4\x26\xb7\xbf\x56\x38\xb1\xf7\x79\x22\x29\x0e\x23\x9b\xbd\x42\x5f\x3e\x45\x86\x47\xa2\x6d\x2e\x9d\x29\xb1\x93\x88\x00\x7b\x6d\xae\xdb\x4c\x6e\x91\xa5\xca\xb5\xe9\x57\x41\xa1\xed\xbd\x13\x44\x38\x52\x48\x9c\x4e\xc3\xdd\xef\xf9\x86\x03\x5a\x83\x67\x29\xec\x90\x10\x77\x0b\x99\xbf\x90\xfb\xcf\x17\xd6\x25\x35\x58\xb3\x32\xc6\xc2\xeb\x17\x9e\xc9\x5d\xe0\xc4\x56\x46\xf4\x77\xfd\xc2\x36\x05\xdd\x9c\x1e\xc1\x36\x9c\x39\xf1\xb7\x2a\x43\xb1\x37\x93\x4c\xb2\xaa\x3b\xa5\xd2\xc2\x0f\x3c\x7e\xcb\x9b\xdc\xf8\x95\xb3\x92\x71\x34\xe5\x60\xef\x1d\x1c\x58\x94\xcc\x78\x7c\x26\xa1\x59\xb9\x01\x39\x5e\x06\xac\xc8\x31\x68\xc8\xef\x2d\x61\x85\xa0\x50\xfc\x50\x4f\x37\x93\xe2\xf3\x43\xd7\x5c\x63\x71\x5e\xa2\x52\x65\x31\x17\x9d\xfc\x68\x12\x51\x1a\xf3\x2c\x9c\x70\x6a\x0d\xb8\x50\xa3\x77\x02\x89\xec\x30\xff\x99\xf4\x7d\x50\x1b\xae\xad\xcb\xc8\xd4\x60\x89\x74\xf0\xa9\x1d\xf3\x06\xd9\x92\x9a\xeb\xf5\x7e\xc3\x32\xe0\xf4\x33\xe1\x77\xc1\x0f\xba\x43\x40\x75\xc4\x63\xe5\x0a\x75\xb2\x63\x94\x2f\xf7\x22\x54\xfa\x65\x34\x83\xbe\x6b\x09\x30\xda\x1a\xaa\x86\xd7\x22\xcd\x9d\x52\x5d\x99\xff\xa7\x65\x1b\x26\x2f\x60\x0f\x90\x50\x3e\xdc\x72\x95\xa4\xd6\x94\x5b\xd4\xb3\xd1\x82\xb3\xdc\xbc\xdb\x06\xc7\xcb\xf4\x0e\xe0\x02\xfa\xc0\x9d\xe7\xd7\x26\xaf\xc2\x5a\x16\x07\xc7\x4a\x38\x0d\xb0\x0e\x33\xc9\x13\x62\x25\x97\xa8\x20\x42\x54\x75\x0e\x95\x5d\xee\x7b\x95\x12\x04\x3f\xbd\xef\xa0\x4d\x64\x9b\x28\x8c\x6d\xb0\x2b\x2b\x12\xd9\x4f\x4b\x8c\x8c\x5e\x37\x77\x99\x81\x81\x52\xbf\xc7\x98\x7c\x14\x0f\x57\x8e\x80\x2e\xad\xb3\x06\x97\x8d\xe7\x1e\xe0\xae\xf8\x05\x6a\x10\x0a\xe4\x94\x3d\xf1\xb0\x22\x95\x7d\x84\x18\xe4\xea\xb7\xde\x1c\x25\x49\x88\xfc\x37\xca\xd7\x60\xe6\x97\x35\x10\x3b\xc3\xc3\x36\xb8\x98\x69\xd5\xc8\x01\x73\xaa\x28\xb9\x3e\x08\x29\x32\x3c\xd7\xc7\x85\xda\xc8\x05\x60\x1d\x89\x6f\xf4\xc5\x34\xf3\x8a\xf4\xc5\xed\x39\xd3\x17\xdd\xc9\x92\x6b\x8f\x2c\x51\x0b\xba\x59\xe5\xfc\x37\x8f\xf3\xb0\xb4\x11\x2a\xe2\xb9\x7e\x8e\xc3\x91\x53\x7d\x78\x1d\x89\x70\x1c\xa7\x17\xf7\x05\x38\x84\x61\x8d\xf1\x08\xdd\x9b\x6f\xfb\x47\x0c\x7a\x3b\x2e\x9a\x61\x1b\xe5\xcb\x5b\x87\x56\xce\xd6\xda\x82\x2f\x14\x0e\xc6\xcc\x82\x3b\x81\x02\x64\x4f\x88\x8b\xc1\x12\x00\x95\xa0\xb6\x4f\xd1\x79\xc2\xad\x56\x98\x34\xb5\x81\xf3\xb1\xda\x65\x5f\x5d\x68\xb1\x31\xec\x98\x16\x52\xfa\xe1\x91\x68\xd9\x5b\xb9\x3e\xe8\x77\x5f\xf4\xf9\xdc\x3c\x81\x5f\x9b\xeb\x82\x2f\x98\x7b\x9c\xa2\xe4\xdf\xc4\xbe\xe0\xe4\x9b\x40\x54\xd5\xd6\x5a\xd3\x1e\x0c\x95\x9d\x91\x82\x3a\xfa\x20\xb0\xc5\x3c\xb9\x4b\x75\x8b\x9b\x06\x33\xc8\xd6\x9b\x56\x5e\x1e\x65\x70\xab\xb6\x55\xbe\x40\xb1\x2c\xf0\x95\xbf\x6a\x5b\x29\x8a\x45\x81\x30\x2c\xfd\x4d\xdf\x46\x31\xdb\x25\x04\x0e\xdc\xa5\xa8\xb6\xca\x15\xed\x4e\x0a\x4b\x76\x72\x43\x94\x36\x63\x43\xa4\x84\xec\x96\x3a\xea\x82\x8f\xcb\x8e\xb0\xfa\xa4\xcc\x3c\xc4\x88\xfb\x92\x72\x2c\x1e\x38\xe5\xb3\x2e\x85\xed\xf2\xf1\xa3\xdf\x21\x10\xfd\xc7\x2c\x24\x08\x29\x1d\xc9\x08\x7c\xf6\x6b\xb2\xd8\xb7\x72\x8f\xb2\x5b\xda\x7e\xb3\x46\x65\x4f\xd8\xf7\x07\x82\x13\xf5\x75\xd7\xec\x04\xce\x62\x60\xb1\xe7\x12\xf8\x98\x19\xdd\x1a\xca\x09\x72\x95\x39\x1a\x5a\x6d\x22\x21\xa7\x46\xda\xa4\xf2\x66\xa8\xa8\x8c\x82\x36\xe3\xb0\xe6\x17\x82\xf8\x34\x42\x86\x4e\xb7\x47\x0d\xc6\x6a\x5f\xe3\x2a\xdc\x5b\x3f\xdb\xab\xfb\x16\x42\xf9\x87\x96\x4c\x77\xeb\xa3\x36\xdf\x47\x89\x34\xe8\xda\x16\x1b\xea\xed\x1a\x8f\x14\x45\x27\xaa\x58\x22\x1d\xc8\x3c\x2f\xc2\x02\xf4\xeb\xe0\xcc\x19\x1d\x9a\x5c\xf4\x85\x7c\x80\x2e\x10\xa9\xde\x0a\x95\xda\xc8\x16\x7b\x4d\x6c\x2a\xb8\xf6\x9e\xa5\x9c\x6c\x18\xfc\xa4\x95\x8f\x96\xdc\x4a\x8b\x34\x3b\xc1\x28\x51\xe2\x59\xed\x50\xda\xf8\x78\xdf\x21\xeb\x61\xc1\x35\x54\x3a\x7e\x79\x28\x5c\xc0\x2b\xc7\x4b\xfa\xcd\x7d\xc8\x79\x33\x06\xec\x02\xa6\x5d\x38\x93\xc2\x6d\xa8\xc2\xaf\x33\x44\x75\xe9\xe7\xa5\xd4\xfa\x51\xe1\xe7\x37\x12\xae\xf4\xeb\x97\xf0\x12\xf5\x87\x96\xe7\xb2\xa2\xca\x4a\x2c\x24\x98\xf0\xde\x04\xfc\x92\x43\xf1\xb5\x95\x5e\x51\x53\xb2\x45\x42\xef\x6b\x8b\x88\x8a\xcf\x38\x62\xf2\x46\x1f\x1b\xc4\xd4\x6d\x0b\xb2\xde\x02\x3d\x51\x0f\xa4\x26\xdd\xf0\xf2\xdb\xc3\x3b\xc4\x6a\xd2\xa1\xc4\xba\xd3\x20\x9f\x2a\xb1\x82\x31\xbc\xdc\xc8\xbc\x6b\x73\xc5\x66\x23\x3c\xb4\xf4\x06\xf6\x27\xfb\xf3\x58\xcf\xa2\x34\x49\xc8\x04\x9c\x16\x38\x7d\x89\x86\xea\x20\x8b\xd7\x7a\x17\x82\xc1\xba\xd5\xaf\xe5\x50\xd9\x8d\xfe\x8d\x5e\xe2\x07\xe4\x8d\x8e\x58\xd3\xa2\xb0\xc0\x44\x32\x77\x17\x9d\xa7\xca\xf5\x73\x4d\x6e\x58\x9b\xe1\xeb\x97\x8c\xe4\x10\xac\xa6\x91\x6b\x91\x74\xbf\x9b\x48\x95\x97\xb6\x08\xf2\x5c\x40\xcb\x1d\x19\x40\x23\x93\x53\x75\xa9\xcd\x68\x6d\x77\x98\x92\xe9\x92\x33\xf3\x05\x93\xd8\xab\xb9\x7a\x93\x30\x82\xa8\x0b\x5c\xf1\x60\x3d\x81\x0f\x3d\x59\x3d\x10\x8d\xb1\x5e\x6c\xb7\x5a\xf6\xb9\x37\xf5\x3b\x23\x34\x6e\x7f\x95\x3d\xe1\x0d\xcc\x78\x6b\xcd\xfb\x4e\x77\xd4\x7b\xa0\xcd\xdd\x95\x48\x27\x8f\xb5\xb8\xb2\xe0\xc9\x7b\xdf\x92\xe9\xf7\xb8\xa1\x70\xbc\xbb\xb3\x38\x8d\xdc\xe0\xe9\xa7\x40\x09\xbc\xc4\xfa\x87\xa7\x77\xbd\x4b\xde\x50\x0a\xb0\xe3\xe7\x17\x00\x6d\x3a\x5f\x0b\x32\x38\xa6\xe8\xab\x9b\x6f\x57\x68\x85\x67\x55\xfc\xba\x1e\xc3\x06\x9f\x23\xfd\xc8\x5b\xef\x6d\x94\x42\x28\x39\x57\x1e\x20\x06\xab\xef\xad\x06\x42\x25\x7d\xb0\x5f\x0c\x1b\xbf\xd2\x78\xa1\x5f\xff\x95\x0a\x09\x2d\xa2\xfa\x89\x14\xe5\xa3\x14\x01\xa2\xfd\x28\xe3\xf8\x04\xb2\x8d\x51\x6a\x06\xe4\xf3\xce\x76\x33\xc4\x3d\x57\x3b\xc6\xcf\x2d\xc0\xcd\x19\x76\xc8\x35\x6a\x00\x72\x8f\xf0\xb1\x94\x29\x17\xac\x04\x28\xc6\x5a\x52\x8b\xef\xc8\x21\xe2\x2a\xf8\x55\x94\xbf\x18\xcf\xd7\x0f\x08\x37\x5a\xbc\xf6\xb3\xc6\xd5\xd6\xe0\x8e\x10\xf3\xac\xd7\x01\x36\xab\xd0\xad\x0e\x41\xa4\xfa\x62\x7d\x82\x7d\x9d\x6c\x20\x6d\xa1\xfa\x79\x25\x2a\x04\xac\x56\xb2\x8e\x85\x35\x8e\x16\x78\x50\x0d\xcc\xb4\x47\xae\xad\xd6\xa4\x7d\xa2\xb6\xb2\x55\x57\x5a\x03\x72\x9f\xb3\xfc\x16\xa8\x8f\x78\xea\x70\x8b\x17\x07\xac\x0b\xff\xb4\xa5\x08\x22\x7a\xef\xc1\x9a\xcc\x5a\x42\xf6\x3f\xf1\x6b\xe7\xc6\xf1\x75\x0a\xa7\x6c\xb0\x44\x55\xea\x97\x5f\x7f\x7b\x77\x31\x6c\x74\xee\x73\x2f\x42\x21\x4f\xfb\x44\xb8\x3a\xf1\xc3\x2b\x2d\x4b\x74\x1a\x7d\x82\xe7\x0d\x8a\x5c\x05\x11\x84\x9f\x3a\x36\x97\x97\x3d\xa3\x59\x9e\xc8\xf0\xdf\x76\xad\x83\xae\x35\xe7\x5c\xd3\x7e\x7b\xb5\x6f\x2b\x29\xf4\xf1\x8d\xce\x0d\xa2\x27\x7d\xe7\x6d\x4a\x62\xed\x6f\x08\xc4\x24\xda\x6a\x8b\xff\x74\x94\xfe\x46\xab\x36\xcb\x36\x7c\xee\x8a\x6b\x0e\xc6\xea\x38\x27\xa5\x87\x10\x56\x4b\x53\x8a\xb0\x22\xa7\xa8\xe8\xc4\x65\x76\x69\x9f\x80\xfe\x10\xba\xea\xd2\x9a\x20\x7f\x61\x2b\xa7\x2e\x0b\xfe\x40\x88\x1e\x5d\xb8\x54\xc6\xa3\x04\x49\x4c\x64\xe0\x6a\x58\x05\x6c\x30\x04\xfc\xf6\x58\x43\x9d\x16\x8e\x5f\x7b\xe1\xef\xd4\x9a\xf0\xba\x00\x07\x0c\xdf\x72\xa9\xee\x31\xfc\xcb\x5c\xdf\xc8\x16\xea\x93\xe4\xdc\x01\x61\x6d\x7b\xd5\x07\x61\x0d\x4a\x28\x76\x28\xd2\x66\xb7\xb1\x51\xa7\x64\x25\x0d\x97\x08\x73\x6e\x0c\x8f\xe8\x9e\x8a\x07\x80\x11\xf8\x3d\xc6\xc0\xf8\xe1\x9a\xf4\x5f\x62\x13\x68\xd9\x99\xc9\x60\x57\x7b\xaa\xfc\x26\x14\xc9\xd8\xdb\xf6\xc2\x37\xfd\xb0\x3f\xb5\x50\x43\x7d\xf8\x31\xa9\xb4\xa3\x2d\xf7\x29\xff\xa4\x37\xa1\x5a\x12\x5c\x2e\xfa\x67\x37\x0d\xcd\x2e\x3a\xaa\xfc\x25\x6e\xac\xb2\x12\x1e\x25\x34\x7b\x61\x87\xf9\x4a\x08\xc1\x75\xa3\xb7\xd5\x6d\x89\xd9\x81\xb4\xb0\xf1\x61\x6d\x7a\x27\x62\x43\x01\x54\x8d\xd3\x5d\x66\x21\x49\xbe\x99\x32\xde\x33\x3e\xca\x0e\xf2\xba\x63\x60\xa8\x4f\x40\x7c\xaa\x59\x77\x05\x29\x58\x85\x50\xa4\x3c\x5a\xaf\x96\x2b\x56\xd1\x98\x31\x39\x0a\xa5\x50\xeb\x01\x8a\xad\xac\x75\xb0\x49\x43\xe9\x6d\xcf\x91\x31\x68\x1c\x0d\xb8\x60\x2a\x4b\xb0\x2a\x4d\xd9\x5a\xa2\xe3\x47\x27\xdc\xc2\xa5\xc2\x47\x0b\x06\x62\xda\x9b\x2a\xf2\xe8\x52\xa9\x84\x0d\x49\xdc\xf7\x3d\x82\xd7\xb9\x9a\x59\xd0\xb8\x8c\xdf\x11\x7a\x83\x96\xe1\xc6\x32\xde\xe3\x98\x57\xa1\x55\x87\xe5\xf2\x76\x90\x79\x23\xc1\x37\x55\x05\x70\xeb\xa8\xa8\x6b\xd0\xc2\x72\x8c\xa6\x91\xb5\xce\x7e\x59\xe1\x1c\xd3\x95\x3f\x30\xc5\xf9\x70\x68\x8c\x48\xff\x11\xe3\xc6\x96\x83\x91\xfa\x9e\x19\x07\x3d\xe2\x1c\x23\x9c\xd6\x9b\x68\xd8\x50\xb4\x2f\x7f\x9f\x01\x13\x7a\xeb\x3d\xc1\xae\xdf\x2a\x15\x48\xed\x09\xf8\x30\xc8\xe1\xa6\x6a\x60\xaa\xf9\x27\x0f\x7c\x2d\xbc\x79\x52\xf7\x2f\x6f\x6c\x4a\xe1\x86\x14\xe4\x7d\xab\xbe\x18\x57\x53\x7d\xc9\x45\x90\x96\xa8\xf9\x8b\x6a\x80\x13\xc2\x0d\x2b\xfb\xd8\xa0\xb9\xec\x3a\x27\x94\xa8\xea\x39\xc7\x0a\x16\xe9\xba\x4e\x6f\xb8\x73\x5a\xe0\x5c\x8c\x9d\x66\x8d\x44\x21\xd9\x80\xeb\x1b\xfe\xba\xd3\x6f\xd7\x02\x03\x0a\x0c\x84\x20\xf4\xac\x38\x33\x6d\x3e\x18\x7a\xd6\x37\x9d\x04\x6d\x58\xdd\x1a\x19\xd4\x2c\x81\xc8\xfe\xa2\xe2\xd2\xe2\x60\xe3\xca\x1e\x9a\x4d\x54\xa9\x46\xec\xcb\xb8\xb2\x41\xa9\x52\xf5\x3e\x6d\xca\xc1\x8a\xeb\x53\xb0\x35\x96\x50\x49\x1b\x97\x4b\xaf\x0f\x3b\x75\x3f\xef\x6f\x68\xa0\xa6\x3b\x46\x12\x5c\x6c\x33\x79\xc2\xcb\x31\x3f\x4f\xd8\x84\x2f\x66\x41\xa9\xc9\xaa\x62\x57\xd8\xce\x85\x14\xe4\xe7\xa9\xa9\x6c\x03\x4d\x4d\x99\x1f\x48\xf9\xa0\x90\xde\x1c\x7a\x00\x4c\xf7\x21\x72\x1e\x81\x8e\x09\x7b\x85\xd9\x5d\x52\x49\x52\x87\x6a\x73\x33\x91\x1e\x93\x2e\x9f\xe5\x1a\xc5\x0a\x12\x19\x31\x77\x5d\x0b\x86\xfc\x46\x4e\xa0\xe2\x6d\xe5\xb4\x0e\xe6\xf9\x33\xad\x87\x8f\xfd\x92\xbe\xff\x3c\x2c\xb1\x8f\xa7\xb4\xdc\x86\x7b\x5c\xfe\x78\xa8\x53\x52\x68\x28\x77\x30\xd3\x97\x92\x78\x9d\xd5\x54\x32\x25\x21\x7b\x7a\x29\x9f\xd3\x11\x96\xe0\x1b\xa9\xec\xfd\x40\x28\x92\x9a\x8f\x33\x7a\xd9\xa3\xcc\x41\xc2\x17\xe4\xa7\x09\xda\x7b\x78\x01\x5a\xc4\xe9\xe4\x84\x50\x4d\xe6\xc8\x14\x1b\x32\x31\xf7\x02\x36\xdf\xe7\x94\xb6\xf3\x28\xe4\xe8\xf0\x9e\x5c\x57\x83\x26\xa1\x67\x9d\x98\x69\xb8\xf5\xf3\x56\xd4\x59\xfb\xae\xfc\xa2\x7b\x84\x8e\x7e\x44\x24\x3d\x9d\xf7\xdc\x65\x54\x85\x87\x2f\x3b\xe2\xb2\x97\x2d\x5d\xe6\xbe\x66\x16\x77\x97\x32\x4a\x6f\x89\x01\xb3\xa9\xe6\xf4\x02\x0e\xa0\xbb\x3b\x89\xf7\xf0\xf7\x20\xa3\x3a\xc9\x15\xfe\x13\xac\xdb\xcc\xea\x06\xdf\xe6\x7b\x9b\xed\xf2\x04\x50\x27\xea\x35\x98\x8c\xc9\xb7\x59\x42\x94\x26\xc1\x31\xb8\x8f\x49\x85\x5a\xcb\x2d\x96\xd8\xb0\x8b\xbf\x5f\x53\x6e\x3d\xda\x31\x0e\x9d\x1d\x9e\xb4\x43\x5e\xca\x8a\xfc\x72\x66\x59\xb8\x51\x9d\xa7\x88\xac\x89\x16\xf8\x4b\x37\x4c\x34\x9c\x34\x00\x27\x39\x03\xb6\x1f\x4c\xc9\x43\xaf\x5a\xca\xc4\xfb\xe7\x17\xcf\xda\x81\x1e\xdc\xdc\xe8\x4f\x08\x36\x3b\xa8\x50\x52\x8c\x57\x7b\xd1\xc7\x56\x47\xf1\x06\x4a\xef\xda\x2c\xe0\xd2\x94\x27\xe6\xdd\x62\xfe\xad\xb7\x69\x03\x44\xc8\x61\x83\x36\x70\x10\x23\xf5\xa5\xf4\x8a\x4a\xea\x08\x5b\xb1\xff\x06\xdc\x68\xe3\x04\xef\xe3\x97\x88\x2f\xd2\x3f\xa3\x38\x50\xda\xc2\x8e\x16\x82\x9a\x5a\xa8\x97\x3a\x3e\x6c\x0a\x4f\xa0\x21\xf7\xc9\x4d\x91\x56\xa8\xf0\xae\xbe\x29\x15\xd2\x53\x35\x99\x5f\xcb\x81\x70\xf5\x21\x7e\x83\x91\x6d\xc2\xa5\x82\x60\x13\xea\x5c\x50\x02\xb1\xda\x02\x18\x3d\x91\xb5\x35\xea\xce\xb7\xc1\x8d\x36\x91\x1d\xb0\x96\x51\xf6\x42\x4b\xd5\xb1\x63\x73\x79\x5f\xa3\x0a\xad\x01\x15\x4b\xde\x92\x97\x43\xf8\xca\x62\x87\x14\xa6\xd8\x74\xf9\x48\x27\xaf\x5f\xc5\xe3\x66\xd2\xfc\x70\xc0\x36\x27\x9c\x5d\xc5\x32\x6f\xa2\x77\xb9\x9e\xf4\x12\xd6\xdb\x68\x0e\xa7\xb1\x84\x6a\xf7\x05\x78\x1f\xbf\xc1\x16\x3b\x3e\xd8\xe3\xef\xf8\x60\x5a\x66\x49\xc1\x6d\x0c\xe9\x38\xfe\xa2\x2e\x46\x0e\x49\x8f\x97\x1b\x6c\xb8\x03\x71\x3a\xd4\xe4\xf1\x80\xa4\xd9\x53\xae\x05\x4f\xd8\xdb\xf4\x4d\x21\x2c\x9c\x87\x25\x86\x75\xd8\x88\xf1\xe8\x19\x1e\x3d\x70\xf2\xfd\x22\x2f\x42\x45\xdb\xe4\xb7\xc8\x3c\xe1\x21\x61\x51\x9a\x56\xc0\xce\xf5\x62\x20\xd4\xdc\x3e\xa3\x17\x7f\x79\x49\xfe\x7c\xc4\xdf\xfc\xcb\xad\x1c\x5a\x2d\x1f\xc9\x21\x28\x8f\x84\xfa\xac\x1e\x80\x90\xaf\xe1\xf3\x73\x9d\x3c\x90\x17\xbd\xb1\x21\x1c\x4d\x3a\x5c\x0c\x45\x31\x38\xe3\xef\x5b\x83\x56\xb6\x3a\x49\x2e\x33\x04\x5b\xe2\x2d\x82\x54\xf4\x37\x87\xfb\x7c\x67\xa9\x35\x2b\x37\xb6\xac\x81\x9c\x8f\xd2\x48\x0f\x42\xb1\x52\xad\x62\x5f\x90\xfb\xdc\xa9\xc2\x53\x1c\x54\xd1\xe6\x30\xbe\xde\x76\x2b\x93\x40\x84\xf9\x8e\x59\xdc\xc7\x94\xce\xee\x74\xfa\xbd\xaf\x4b\x91\xec\x7c\x17\xc9\x13\x4a\x74\xb7\x11\x81\x1f\x02\x67\x6a\x5e\x92\x4b\xe5\x91\xc2\x72\x45\xd3\x71\x4c\x46\xc6\xc4\x6a\x9e\xe1\x86\x2f\xa1\xdc\x7d\x68\xd5\x72\xa3\x89\x0a\x11\x83\x39\x72\x94\x52\x5b\xdd\xd6\x42\x83\x76\x63\xf3\xc0\xb1\x44\xb2\x04\xc0\x98\x18\xcc\x91\x08\x31\x9c\x95\x48\x21\x58\x4a\xce\xa4\xa0\x13\x09\x14\xab\xe0\x49\x1a\xf2\x1d\x5e\x67\xc8\x7e\x5d\xad\x02\xb5\x91\x07\xdd\xca\x57\x25\x44\x25\xbe\x80\x13\x40\x1e\xb8\xb3\x13\x59\xc1\x7f\xbc\xd5\x5d\xc1\x5b\x33\x28\x7f\x08\xb5\x82\xaf\xed\x25\xc6\x29\x30\x9a\xa1\x3e\x73\xfa\xd0\x16\xb8\x88\x86\x75\x7a\x07\x7b\x8b\x10\x11\xe2\xc9\xe9\xcc\xfd\xa0\x26\xce\x62\x2d\xa0\x9c\x06\x2a\xac\x21\xbb\xf2\xab\x57\xd4\x1d\x70\xe2\x09\xff\x40\xeb\xda\x01\xe5\x89\xc9\x42\x3d\x92\xc2\xe2\x2f\x62\xca\x9d\x0c\xed\xac\x46\xd2\x52\x5d\x97\x76\xa1\xaa\xf5\x0a\xd3\x40\x43\xb1\x95\x4b\x6c\xb5\x8f\x06\xfb\x3c\x70\x4a\x0d\x77\x64\x1d\xaa\x96\x5c\xc3\xcb\xfa\xd5\x32\xbf\x23\x24\x35\xda\x3d\xd3\x98\x27\xa8\x1d\x11\x7c\x51\x0e\xa7\x85\x5a\xf8\x66\xe5\x35\xb7\x68\x0c\xcb\xc0\x68\x71\x51\x1b\x71\xff\x8b\x55\xdd\xdb\xa5\x85\xf6\x29\xc1\x6c\x89\xec\xa2\xda\x86\xa8\x0e\x43\x67\x7d\x5b\x58\xbe\x40\x7f\x06\xbf\xf5\x73\xb9\xf4\x5a\x7b\xfd\xf0\xb7\xc1\x77\x4c\x4d\x9b\x58\xce\xa0\x65\xef\xe0\xb8\x41\xa5\xeb\xd0\xb8\xdf\xf7\x4a\xa8\x03\x2c\xcc\x19\xbe\x7b\xd3\xcb\x0f\x7e\xfb\x15\x70\x01\x40\x04\x34\xb9\xd2\x2f\xc5\xc7\xc9\xe7\xaa\x42\x4a\x78\xc8\xaa\x78\xd0\x75\x5d\x2e\xe2\x1f\x9f\x41\xae\x70\x7a\x4a\x23\xde\xfc\x9b\xdd\xc2\xa6\x58\xa3\x79\x12\x8f\x2e\x71\xe8\x41\x0d\x8b\xae\x3d\x96\xc2\xed\x63\x81\x54\xc6\xf0\x3f\x7d\x6c\xea\x08\xaa\xcf\x50\xc9\x1d\xee\xe1\x1f\xd7\x2f\xb9\x87\x6d\x64\xf2\x0f\x67\xa8\x9f\xff\x45\x97\x0c\xf5\x84\x04\x26\x61\x13\x6b\xa3\xc7\x67\x49\xb7\x49\x6e\xa8\xcf\xed\x81\x75\x1d\x3d\xe4\xcc\x15\xab\xff\xbb\xe0\x24\x16\xfa\xd0\x9e\x43\x09\x03\xc8\x76\x5b\xb9\x47\x30\xb5\x47\x07\xef\xd6\x4a\x22\x46\xcc\x2b\x21\xec\xfa\x7b\xe6\xb5\xca\x45\x89\x16\xdb\x8c\x14\xe7\xa4\xba\x68\xd0\xcf\x4c\x60\x84\x37\x87\x33\xce\xe7\x45\xce\x91\x3f\x0b\x73\x8b\x36\xfb\x76\x91\xa2\x1e\x54\x0b\x0a\x09\x32\x31\xc7\x28\x88\xa9\xdf\xc9\x4b\x8b\x2a\x6c\xf0\x86\x5e\x08\x7c\xa2\xbf\xc0\x91\xff\xb2\x64\xe6\x12\x5b\x38\x2b\xb5\xc2\xee\x08\xd0\x7b\xb8\xd4\x3f\x1b\xa8\xba\xbf\xf8\xc8\x22\x55\xbf\x43\x54\x8b\x5f\xaf\x72\xa0\xe2\x4f\x2e\x77\x6a\x0b\xf5\x2b\x41\xbd\x64\x7c\x30\x8f\x8e\xb7\x0f\xe5\xb1\xf8\xf5\x58\x56\x20\x96\x10\xee\x0c\x62\x78\x8c\x6c\xc9\xf4\xcd\x36\xf4\xbe\xaa\x96\xc3\x78\xa2\xee\x16\x82\x7e\xe3\x35\xbc\x29\x3c\x4a\xbd\x3d\xc2\xdf\x25\x3a\x74\x55\x48\x64\x4f\xc0\xd4\xe0\xe4\xbf\x2d\xbc\x78\xaa\x52\x95\x0d\xab\x47\x4f\xc1\x6c\x7a\xb9\xcb\xb5\x67\x23\x7d\x42\x74\xf7\x59\xe7\x03\xa1\xec\xdd\xf6\xa1\xd0\xd7\x76\x83\x3d\x2d\x30\x4e\x68\xa8\xef\x73\xe3\x6f\xc2\x83\x8a\xcd\x5e\xa4\x35\x7c\x9a\x31\xc1\x45\x0e\xc4\xd0\x9e\xbe\xec\xdf\xdb\x65\x53\x27\xc2\xfd\xfd\xbd\xf3\xc4\xc8\x71\x96\x7c\x8d\xa3\x67\xf8\x36\xd7\x45\xfb\xf1\x48\x93\x33\x58\x52\x6b\xea\x57\x0d\x9a\xc5\xe0\xc8\x9f\x2b\x73\x60\xcd\x26\xe4\x94\x0a\x5e\xcb\x81\xb8\x73\x21\x42\x31\xca\x5a\xab\xd1\x17\xac\xa9\x6f\xea\x24\x2b\x9b\xff\x74\x59\x38\xc2\x7e\x8e\x58\xd1\xe6\xbb\x69\xd8\x1b\xe4\x75\x19\xce\xf5\x2f\x36\xaa\xea\x0e\x37\x90\x7e\x6f\xd0\x26\xdf\x42\xc4\xcc\x06\x49\x68\x65\x8c\x06\xfe\x92\x34\x86\xff\x6b\xa6\xaa\x4d\xf9\xa7\x45\x3b\x34\x10\xea\x66\xf6\x51\x76\x8c\xb7\x71\x89\x53\xd0\xe3\x85\x44\xae\xbf\x39\x14\xb4\x1a\xa6\xfe\x2d\xfe\x05\x2f\x2f\xf5\x6c\x3a\x34\x22\xc4\x7e\xc8\x0e\x45\xa3\x22\xe6\xad\x07\x42\x28\xa3\x0c\x37\x65\x17\xa4\x26\xc4\x5f\xcd\xa1\xab\x63\x66\x87\xd6\x99\x22\xdf\x62\x88\x2f\xc4\x70\x47\x1d\x0b\xe5\x92\xb1\x2a\xe6\x7b\xe8\x37\x7e\x9d\xc8\x9e\xd4\x49\x86\x60\x8d\x4b\x7f\x4f\xc8\x25\x45\x2b\x82\x36\xe6\xe5\xef\xcb\x91\x5e\x79\xb7\x39\xbb\x58\xdd\x15\x2d\x67\x5b\xa4\x3f\xba\x42\xdd\x15\xed\x65\x9b\x6b\xaa\xaf\xc8\x43\x0a\x34\x4e\x6f\x92\x2d\x49\x17\xc2\xfe\x85\x8b\x22\xe8\x71\xda\x6c\x8b\x43\x83\x71\x29\x21\x65\x60\x38\x87\xad\xe7\x21\x19\x93\x26\xc0\x81\x89\xe8\x55\x1b\x01\xe0\x9a\xfa\xbb\xa4\x94\x2a\x38\x5c\x3b\x5d\x35\xe0\x38\xe6\x73\x65\x42\x2a\x5b\x2c\xab\x13\x08\x5f\x4e\x76\xd7\x06\xeb\x07\xb9\xb8\xa9\x18\xdd\x84\x15\x06\x8e\x11\xe2\x84\x32\x5a\x4d\x1d\x2d\x8d\x68\xf1\x4c\x71\x24\x91\xdb\x23\xa7\x7c\x9e\x6e\xb2\x03\xef\x18\x03\x20\xb1\x4d\x38\xb9\x99\x13\x57\xeb\x0d\x2e\x3f\xc1\xba\xeb\x04\x6c\xa9\x13\xf8\xe0\xa6\x28\xb4\xd5\xd0\x87\xdd\xf6\x2c\xa7\xd6\xee\xf8\xa0\x4f\xa2\x51\x8b\x6a\xa5\xc4\x6e\xa4\xba\x94\xbc\x76\x76\x01\x72\xf0\x6a\xcb\x20\x83\xe2\x55\x01\xfe\xb8\x70\xf0\x95\xb9\xb6\x3c\xa5\x79\xaa\x83\xda\x2d\xbf\xd5\x3a\x35\x6e\x2c\x5e\x09\x04\x6f\x38\xc8\x39\xc3\x26\xab\x75\x3b\x97\x70\x51\xab\x03\x24\x3a\x3b\x19\x68\x5a\x5b\x12\xcd\x06\x21\x12\x08\x92\x56\xbc\x2f\xb8\xbc\x83\x08\x33\x1b\x19\x34\xed\xef\x37\xac\x25\xe9\xda\x44\x29\xf0\x8f\x6e\xd8\x48\xca\xc7\x1e\x33\x15\xd3\x3f\x7b\x42\xe7\xca\x13\xf4\x05\x55\x49\xa7\xc2\x58\x2f\xc9\xdc\xd7\x34\xed\x3b\x14\x2c\x1f\xa7\xe8\x63\x3a\x11\xb1\xa1\x67\x32\x8c\x1f\xf2\x8f\x1d\xe4\x1f\xfb\x26\x9e\xb7\xd6\x8c\xe8\xda\x67\x52\x0c\x2f\x03\xe9\x73\xf2\x8d\xd8\x22\x24\x5f\xa2\x2d\x88\xcc\x52\x78\x44\x5a\x87\xb8\xd0\x0f\xf3\x92\x0b\x84\x2b\x13\x08\xaf\x82\xeb\x5d\x94\x4b\x52\x38\xbf\xb3\x61\xa9\x82\xc4\x82\x96\x8a\x9e\x45\x8a\x68\xda\x6e\x26\xe0\xe2\x79\x9a\x27\xa8\x6e\xeb\x71\xe6\x8c\x06\x9e\x65\x70\x39\xae\xf0\x80\xaa\x48\x99\x1a\x80\xf0\xec\xcf\x19\x6b\xbc\x47\xd5\xb6\x1e\xf1\xf4\xab\x8e\xbc\xde\x48\x02\x24\xd1\x80\x64\x0a\x94\xc8\x46\xcc\xe9\x2c\xc8\x4f\x00\xe1\x13\x69\xe7\x2f\x25\x3a\x8c\x19\xe2\x8e\x93\xc5\x33\x11\x85\x7c\x8b\x5a\xf4\x9f\xa9\xef\xe3\xda\xf4\xfb\xcf\x26\x21\xf1\x64\xc1\x30\x09\x0e\xa5\xfc\xd8\xb9\xb3\x13\x79\x90\xd8\x99\x27\xbc\x9e\xb1\x26\x19\x4c\x0f\xb4\x88\x4b\x06\xe8\x8d\x9b\x0b\x5f\x83\x74\xe4\xc5\x5c\x57\x8f\xef\xcb\x23\x7d\x2c\xb4\xd8\xaa\xa8\xef\x54\x21\x60\x5d\xa1\xa2\x02\xf6\x49\xae\x09\x2d\x6c\xdd\x26\x83\x32\x23\x97\xec\xbb\xdc\x60\xd8\xb9\x02\xb6\xed\x14\xf0\xa3\x7e\x75\x99\x2e\xe8\x4c\xaf\xf3\x7c\x38\x15\xfc\xa8\xd7\x67\xa2\xf2\xaf\x67\x02\xa6\x75\x9b\xdd\x84\x58\x79\xd0\x0c\xda\x52\x38\x15\x50\x52\x6f\x10\x3d\x64\x26\x07\x66\x8f\xf3\xa2\x36\xa4\x30\x22\xa0\x36\x95\xd0\xb5\x28\xcc\x64\x27\x27\xb0\xa9\xf2\x5a\x7e\xe6\x7e\xcc\x64\xbb\x93\xa9\xa2\xb1\xec\x25\xe0\x9f\xea\xce\xe1\x14\xe8\x21\x70\xea\xcd\x10\x39\x8a\xe5\x2e\x46\x86\x50\x07\x56\xab\x5f\x41\xf0\xd6\x33\xfe\xcb\x39\xb8\x43\x21\x15\x67\xcd\x8b\x2f\x7d\xa1\x2a\xaa\x8b\x67\x04\x78\x96\xba\x29\x2d\x2c\xa3\xe6\xdf\xec\xa8\xee\x9d\x7d\xed\x5e\x57\x04\x07\x58\xec\xba\x81\xbd\x14\x0e\x68\x7a\xab\x5d\x84\x1c\xd0\x1f\xa6\xe1\x00\x22\x1f\x6e\x6b\xf6\xd7\xae\x48\x73\x70\x5b\x77\xb9\x79\x50\x8f\x87\x0e\x5b\x30\xe4\x36\x7f\xa2\xa9\x6b\xe3\x9d\x02\x0b\x6e\x93\xd3\x11\xec\x74\x47\xfc\x1d\x84\x8d\x0c\x53\xe7\xc4\xe4\xa0\x75\xcf\xc7\x07\xd4\xb5\xaa\x24\x0c\x71\xc2\x72\x08\x56\x48\xd8\x04\x47\xf1\x67\xb5\x2b\x7f\xfc\x55\x04\x28\xfc\xbf\x95\xeb\xfa\x7f\x7f\x15\x3a\x6b\x27\x32\x93\x9d\x58\x5e\xe3\xd3\x99\x0d\x45\xf0\xc8\xb1\xf1\xce\xf9\x09\xd5\x9b\xf2\x58\xf4\xac\x9e\x9a\x11\x54\x7b\x66\x23\xe5\x05\x98\xa5\x6f\x93\x8e\xa2\xf9\x18\x6b\x85\x55\x3c\x58\x93\x89\xaa\x32\xb2\x19\x2e\xc2\x1e\x41\xde\x05\x1b\x0a\xe0\x44\x2a\xfd\x9d\x4b\x96\xd7\x89\xed\xc6\x6f\xd0\x9f\x00\x2d\xf3\xc5\x5b\x2b\x8d\x6c\x72\x63\xd9\xcf\x0e\x6e\xd5\xbd\x69\x3c\x83\x83\x30\xbd\x78\x99\x5e\xec\x64\x74\x87\x85\x8b\x57\x59\xcb\x5f\xa6\x17\xd9\xaf\xd3\xac\xa9\x45\x8a\x95\x73\x58\x1d\x2f\x81\xb5\xa5\x2e\xa7\xb0\xba\x7c\x60\x1a\x78\xd3\x61\xc9\xad\x61\x98\x06\x5b\x24\xad\x7b\x7a\x61\x11\x8b\x65\x12\xc0\x95\xb3\x46\x23\xe4\x28\x03\xac\x35\x62\x97\xda\x9a\x7d\x56\x87\xd0\x07\x09\x3a\x29\xe5\x1d\x1a\x1d\x8e\x4e\x6f\xc1\xa9\xe6\x9f\xe1\x4d\xf4\x12\x78\xe8\x29\xd7\x42\x89\x0d\xd7\x96\xed\x0c\x53\x10\xcf\x50\x88\x71\xaf\xcd\x53\xb7\x63\x12\x48\x70\xe1\x70\x63\xea\xa0\xd6\x9f\x18\x5a\xea\x32\x27\x69\x04\xdc\x2b\x6f\x52\xf2\xcb\x6f\xc2\x79\x7d\xcd\x7d\xeb\x80\x8a\x6b\xfe\x08\xc9\x49\xc4\x31\x8c\xda\x58\xed\xb3\xa1\x31\x72\x89\x9c\x60\xc4\xcf\xe4\x10\xec\xdb\xec\x4e\x7a\x9e\xed\x00\x60\x1c\x31\xa3\xc7\xba\xc5\x6b\x9c\x50\x01\x91\x5c\x63\x91\x63\xff\x31\x46\x24\xbd\x78\x83\xd5\x58\xe2\x87\x45\x2d\xd6\x84\x6d\xca\xd8\x57\x0c\x0b\x19\x14\xef\xfd\x2c\x33\xeb\x65\xe1\x56\x02\x43\xe8\x55\xe0\xf2\xe4\x70\xa2\xe8\x8e\x0e\xbb\x51\x1d\xa8\xa3\x97\xf0\x74\x8f\xe4\x99\xc5\x9e\xec\xcf\x97\x70\xcf\x96\xfa\x7d\x8a\x0e\x07\x51\x0d\x02\x2e\x5e\x02\x1f\xdd\x8a\x80\x0d\x48\x48\x80\x48\x3b\xd3\x59\xc2\x69\xf2\x41\x72\x92\x99\xa2\xcf\x02\xea\x88\xb5\x44\x01\x73\xb7\x06\xb3\xa2\x6e\x95\xbf\x84\xcd\xd5\x2b\x2d\xc0\x76\x53\x5f\xc9\x7b\x7e\xe9\xf9\x09\x1f\x56\x5d\x50\x15\x78\xbd\xe9\x43\x06\x74\xd8\x03\x43\xf6\x9b\x7f\x0c\x7a\x53\x66\xe0\x12\x84\xdc\xb2\xf5\xf7\xf4\x9e\x20\x84\x7b\x81\x18\xf0\x0e\xbd\xfb\x54\x43\x2e\x91\x21\x70\x52\x8c\x66\x3f\x19\xbf\x78\x08\x02\x88\x69\x74\x5b\x58\x01\x71\x89\xf4\x71\x10\x78\x3e\x6c\x6a\xdf\xeb\x47\xaf\x80\x92\x1d\x9e\xb9\xba\x5b\x12\x21\xde\xe1\xf2\x9a\xa0\x41\x82\x37\x3c\x60\x2f\x0f\x2a\x6f\xaf\x61\x7f\x0e\x78\x86\x67\xd5\x9b\x1f\x7b\x40\x9e\x3f\x1a\xb1\x19\x19\xf8\x3c\x19\x74\xa7\x99\x8b\xad\xd6\x0c\x9c\xc7\x3d\xc8\x69\xf2\xaa\x3d\xcc\xf6\x2d\x95\x97\xb7\x57\x72\x81\x62\xf1\xc1\xae\xc4\x79\x3b\x63\xa1\x5e\x0f\x07\x26\x31\xd8\x3d\xe4\x49\x0c\x0c\x5a\xed\x4a\x86\x58\xa6\xfc\xeb\x2b\x8d\xda\xb0\x3f\x3c\xb0\x6f\xbc\x94\xe3\x84\x27\x62\xfd\xe2\x13\x88\x52\x70\x2f\x4d\x95\x6b\xbe\x86\x15\xae\xfc\x35\x06\x9a\xa7\xf5\xf9\x48\x65\x26\x06\xa3\xf7\xb8\x6b\xdc\x29\x73\x63\x2b\x7e\xd0\x0a\xa2\x4a\xa0\x85\x80\xa6\x8b\xcf\xef\x0b\xed\x03\xa5\x8a\x2c\x20\xad\x9f\xe2\x6f\x18\xaf\x83\xc4\xe5\xc3\x5a\x56\xb9\x34\x66\xe0\xbe\x2f\x44\x57\x56\xb1\xd5\xab\x15\x32\xc3\x2a\x72\x0e\x18\x86\x61\x84\x1d\xa6\x3e\x4e\x28\x3f\xda\xba\x1c\x09\xd1\x94\x35\x38\x09\xdd\xd2\x84\xd5\x0a\xfd\x61\x9b\xe0\x61\x39\xe0\x8a\x03\xcd\x66\x42\x52\xc3\x99\xd2\xe9\xe0\x99\x77\x21\xf6\x43\x2a\x8b\xe3\x9e\xd0\x4e\xb0\x84\xbe\x5e\x23\x90\x9c\x5b\x62\x5d\x10\xe6\xdd\xa8\x06\x4f\xb5\x87\xe5\x1f\x34\x6e\x48\x5b\x82\x67\x76\x86\x9c\xc6\x6f\xa7\xe7\x9a\xf6\x32\xe0\xaa\x83\xd3\x07\xf6\x8d\x56\xf2\x6d\x46\xe2\x1f\x6d\xec\xba\x3a\x1a\x20\xce\xb7\x16\x9c\x26\x3d\x18\xf2\x81\x81\x76\xb5\xb5\x24\xd0\xa7\xc4\xd0\xf8\xf6\x0e\x08\x39\x0d\xe6\x7b\x4e\x49\x6d\x07\x28\xf1\xa2\xdf\x76\x8e\x72\xaf\x5e\x35\xc9\x8c\x0b\x22\x29\x0f\x0b\x53\xe9\x73\x17\xeb\xe4\x51\x54\x11\xdc\xeb\x61\x83\x53\xdc\x6c\x7d\x68\x65\x76\x79\x89\x6b\x6e\xa4\xb8\xb2\x8f\x29\x7a\x39\xa8\x81\xc8\xe1\x80\xa1\xe6\x1c\x48\xc2\x01\xf9\x67\x3d\x21\x76\x0d\xa3\x1f\x61\xea\x82\x0c\xb0\xb6\x24\xac\xf5\x89\x65\xc0\xbe\x93\x47\x80\x89\x2f\xb8\xbe\x87\x0d\x00\x8f\x80\x3a\x46\x1a\x44\x7b\x7d\x9b\xcb\x5e\xd2\x0f\x9a\xce\x6e\x0b\x6d\xcf\x6c\x3d\x62\xa1\x6c\xed\x58\xbe\x00\xfb\xba\xdb\x30\x2c\x18\xc1\x0b\x56\x7c\x8b\xb0\xe0\x17\x21\x3e\x0a\x50\xe0\xd0\xce\x21\x52\xe1\x5a\x19\x9e\x80\xc9\x37\xb8\x60\x3f\x61\x44\x47\x85\x23\x8d\x33\x0e\xa7\x17\x64\x16\x7d\xd8\xb7\x38\x33\x08\x6f\xed\xc3\x5f\x79\x71\x63\x02\x6d\x8b\x0f\x87\xe2\x80\xed\x64\xad\xc5\x85\xc9\xee\xd2\xf1\xd2\x9d\x6e\xd1\xd7\x6a\xce\xc5\xba\x4a\xdd\x7b\x00\x79\x77\x7e\xb6\x53\x78\xb9\x7b\xcb\xfb\x1c\x16\x0b\x1c\x5e\xf4\xf8\x8b\x25\x42\xbb\xdd\x15\xce\xb4\x8f\xc8\x39\xab\xce\x97\x1d\x62\x86\xb3\xa0\x7d\x92\xb9\x1e\x69\xfd\x8b\x89\xe1\xfc\x67\x0a\x39\xcf\xf7\xfa\x9d\x2d\xc1\xfb\x68\xbf\x90\xa9\x0f\xe8\xf5\x00\x2f\x1e\x7d\xa9\x25\xe4\x9e\xce\x18\x9b\xf3\x94\xca\x26\x69\xc6\xed\x21\x88\x19\xb4\x51\x1f\x62\xb0\x82\x79\xa9\xe5\x07\xbf\xd1\x50\xeb\x94\x8b\x20\x3b\x6d\xe8\xda\xa1\xb0\x5f\xd1\x9d\xae\x14\x0e\x64\x2c\xab\x90\x46\xc8\xb6\x0f\x0f\xd9\x26\xca\xfd\x53\x95\xe4\x58\x4f\x33\xfd\x82\xce\xc5\x0d\x9d\x0b\x29\x9d\xeb\x4c\x9a\xcb\x53\x2e\x40\x78\x55\x85\xf2\xaf\xc7\x4d\xd4\xa6\x84\x0e\x7d\xfb\x43\x2f\x92\x25\x03\xde\xba\x92\x06\x75\x48\x60\xf5\x9f\xee\xfb\xc7\x9d\xc1\xb3\x7d\x2a\x66\xb4\xa2\x44\x73\xa4\x83\x19\x88\x2d\x65\xbe\xa9\x95\x8c\x29\xb4\x67\x0d\x79\x8f\x65\x52\xde\x46\xe8\x0f\x77\xa5\x8b\xa2\x6e\x71\x59\xfc\x64\x0e\x68\xb7\xc1\xe0\x9b\x0e\xad\x18\x32\x98\xdf\x74\x63\x8a\xd5\x65\x9b\x0e\x47\xfe\x41\xcb\x68\x6b\x4f\x26\xd1\xca\x29\xb5\xb0\x6c\x6a\x18\x0e\xc3\x5e\x4f\x67\x99\x35\xeb\x97\x3d\x61\xf7\xec\xee\xf2\x36\x6d\x66\x28\xfa\x3b\x9b\x52\x0f\x1c\x64\xd7\xa8\xf2\x17\xc1\x75\xc9\x9f\x0b\x60\xa5\xb6\xe0\xbd\x34\x8e\x0b\xbd\x26\x91\x59\x15\x40\xaf\xa0\x94\x6a\x33\x47\xcb\xa2\x12\xc7\x04\x4c\x6c\xa0\x44\x79\x31\x6a\xae\x1a\x2b\x95\xbb\x9a\x63\x7d\x25\x06\x46\x54\x38\x9a\x52\xa2\x10\x83\xea\xe5\xac\x37\x70\xd7\x7c\x13\x2b\x11\x7f\xe6\x41\x21\x87\x86\x33\xfd\x95\x3f\xbc\x4b\x76\x16\x60\xab\x68\x49\x75\xb7\x96\x5a\x8d\x18\x34\x1c\x4e\xf2\xfa\xf3\xa2\xca\x6b\x4c\x47\x25\xec\x86\xba\x70\x65\xa1\xe2\xb7\x1f\x52\x3e\xc2\xcd\x02\xa9\x7c\x9b\x65\x51\x56\x9f\xaa\x78\xe5\x0d\xf9\x5b\x55\x45\x6e\xb9\x20\xb5\x48\xbf\x1e\x08\x05\xc6\x4c\xfd\xd3\x8e\xea\xf0\xa4\xa0\x77\x6a\x3c\xd3\x83\xcc\x86\xe4\xcf\x83\x01\x57\x15\xd6\x1b\xc0\x9e\xe7\x8a\x41\x54\x72\x17\xea\xed\x64\x6e\x4c\xdd\x8c\xfa\xe1\x17\x5a\xd6\xc0\x2f\x6c\x93\xd4\x93\x79\xb1\xe9\xc1\xe2\xad\x1f\xd8\x73\xb2\x07\xe6\xdb\xfa\x6f\x1f\x78\x21\x15\xf0\xc0\xba\x14\x76\xc5\xc9\xe5\x47\xf0\xa9\x99\xed\x3a\xe1\xfd\x98\x20\xe1\xb7\x6f\x49\xe3\xab\xe4\x3c\xb8\x9d\x6c\xf3\x35\x25\xd9\x8f\xa9\x32\x68\x14\x55\xfd\x5b\x1b\xfe\xd8\xa1\x10\x83\x29\x9c\x9b\x3f\xc1\xf7\x39\x5a\xb1\x64\xbe\xcd\x98\x1f\xbd\xbe\x2d\x17\xe0\xf9\x5a\x93\x45\x7e\xc6\x5b\x05\xdf\xfd\xd4\xe0\xf6\x9f\x35\xd8\x56\xa6\xc1\xba\xe4\x16\x21\xff\x52\x5b\x7d\x75\x48\xef\xac\x4b\xa1\x6a\x60\x1b\x5d\x22\x92\x0a\x55\xb5\x23\x27\xf0\x3f\xb6\x01\x33\x60\x09\x06\xa6\x4f\xfa\x86\x5c\x39\x3d\xd9\xc3\x8e\x74\x37\x25\x84\x88\x2b\xec\xd3\xd8\x43\x6c\xf8\xdc\xcc\x40\x21\x98\x0d\xc8\x35\xee\xb1\x43\x62\xda\x1e\xc2\x2a\x84\xee\x43\xdc\x2c\x60\x16\x7c\x69\x9f\xff\x7d\x87\x18\xd4\x9d\xd4\xfe\xd6\x9b\xba\x14\x4e\x23\x37\xfd\x27\xe6\x2f\x4a\x75\xfc\x15\xe6\x3a\x6f\x40\x9c\xec\xf2\x4c\x19\x5a\x86\xb7\xee\x00\x8a\x9e\xfe\x65\x51\x61\x5c\xd6\xf4\x88\xa1\xed\x0e\xca\x43\x31\x77\x22\x6b\xdf\xd1\xbf\x2c\x1d\xe8\x11\x31\xc8\xde\x5e\x5a\x08\xda\xb8\xdf\x87\x88\x41\x5c\x07\xd2\xe9\xfd\x1e\x47\x11\x37\x54\x6e\x51\x8c\xc2\x33\x1c\xa2\x39\x9b\xad\x8e\xc0\x8f\x5b\xa7\x4c\x02\x38\x70\x63\xd2\xdf\xc1\x9c\x0c\x46\xe3\x59\x97\x0d\x63\xbd\xa3\x62\x6a\xdc\xad\xb1\x6c\x82\x67\xc8\xd9\x50\x83\xc6\xc7\xc2\xd7\x38\xe5\x0f\xd3\x68\x8f\x1e\xa4\x0a\x96\xa6\x63\x0a\x34\x2d\xba\x16\x06\xe0\x70\xb5\xed\x1d\x25\xa0\x29\xce\xb5\x0c\xa9\x33\x8e\xee\x5e\xdf\x35\xfd\xbf\xec\x8d\x3e\x90\xd4\x2b\xf3\x5d\x18\x3f\xff\x84\xdd\xa2\x3d\xd2\x48\xd4\xef\x2e\xc6\x27\xd7\xcd\x09\x12\xc1\xd7\xd4\x8d\x89\xc4\xa3\xc8\x9b\xec\xb4\x18\xfd\xbc\x63\xa2\xe1\x0e\xbb\xac\xb6\x31\x32\xd3\xc9\x52\x6b\x93\x2a\x7a\x92\x5b\x12\x51\x47\xb3\xd8\x36\x00\xa2\xc6\xc3\x54\x11\x9b\x5b\x33\xce\x27\xe6\xa4\xa6\x84\xab\x33\xce\x83\x54\x09\x73\x26\xb8\x04\x49\x19\x33\x27\x35\xf1\x5a\x98\x3b\x3a\xf8\x0d\x2d\xb0\x61\x18\x60\xaa\xcf\x6e\x23\xaf\x23\x02\xc6\x03\xf3\xca\x6d\x75\x00\x3e\xd9\xc2\x49\xce\x7d\xe3\x4f\x78\xa4\x3d\xc2\xf6\xcc\x9a\x26\x3e\x74\x87\xa9\xe3\x7d\x61\xdf\xcd\x4e\x86\x86\x22\x25\x72\x31\x96\xca\x04\x4e\xa4\x01\xbb\xe7\x83\xe4\x57\x1a\xb5\x8b\xd5\x09\xc5\xde\xb9\xb0\x3d\xc7\x86\xfc\x7f\x14\xc8\xcb\xdb\xf2\xc7\xdf\xfc\xa5\x27\x9c\xdf\xb3\x63\x70\xe9\x57\x68\x70\x00\xf3\xcc\x7f\x01\x12\x44\x27\xe6\xca\xb4\xd2\x1d\x64\x60\xb9\xdf\xbd\xc1\x85\x97\x40\x7f\x79\xb8\x38\x4e\x2e\x3c\x0a\x9c\x17\x9a\x70\xe8\xa9\xc9\x46\xcc\x14\x30\xff\x34\x2a\xd3\x59\x59\x85\xdf\x45\x1a\xbe\x98\x29\x61\x57\xac\xef\x91\xc0\x7c\xe2\xdf\x9e\x78\x44\xb3\x6b\xd8\xbb\x80\xce\x0f\xaa\x88\xb0\xf2\xb8\xf2\x97\xc5\x07\x7d\x0b\x27\x2e\xa5\x50\xf3\xfe\xf7\x90\xe8\x7f\xd1\xe4\x31\xd5\xb6\x7d\xd8\x14\xdf\x7c\x19\xc4\x3d\xea\x5f\xc4\x50\xb8\xf5\xa9\x44\xf3\xaa\x6f\x62\x3a\x67\x5e\x3c\x7b\x26\xe9\x9a\xf7\x82\xef\x8a\x84\xb9\xe8\x87\x3e\x51\x26\x7e\xb1\x33\x46\x9d\x2d\xbc\xa9\xb1\xcd\x59\x97\xd3\xb6\x79\x91\x22\x3b\xb5\xcd\x09\x1f\xcf\x4b\x02\x4d\x0c\xb1\x6c\x7c\xfd\xd0\xba\xd1\x9b\x8c\xc9\x63\xc6\xb5\x3e\x57\x29\x85\x6b\xce\xda\xc1\x09\xc2\xd6\x4e\x83\x8d\x64\x7d\x6d\x90\x42\x7a\x52\x4b\xa6\xa1\xa0\x09\x31\x8a\x30\x6f\x92\x14\x5a\x3f\x00\xd5\x0f\x2b\x06\x32\xeb\x8a\x15\x53\x78\x08\xb7\x09\x13\x05\xb1\xb1\x2b\x26\xca\x35\xff\x53\x94\x43\x4f\x7d\x77\xa3\x04\x79\xba\x72\xbf\xc7\x99\xf9\xff\x5b\x13\xbf\xc0\x2c\x72\x98\x29\x95\xa9\xec\x38\xfa\xe3\x3a\x48\x6e\xfe\xbb\x75\xb0\xbf\xd0\x9f\x7f\x52\x67\xf9\xe1\x11\x36\xd6\x66\xfe\xa0\x47\xd6\xc6\x0c\x4c\xe4\x61\xc7\xdb\x86\x94\x87\xb9\x55\x90\x4e\xd4\x9d\xeb\xed\x2c\xe7\x45\x0b\x95\x7f\x5d\x4e\xf2\x16\x3f\x9f\x13\x18\x13\xaa\x91\x39\x77\xd2\x7c\x3a\x7f\x91\xc8\x3f\xce\x55\x48\xae\xfe\xc1\xe2\xf9\xcf\x93\xa0\x0e\xa0\xfb\xdd\x83\xfb\x77\x68\xb4\x24\xf3\x12\x1d\x2c\x89\x8b\x06\x8c\x3e\xaf\x45\x76\x9a\x7e\x59\x9c\x70\x8e\xe3\xa7\x52\xf6\xe1\xe7\x09\x31\xcd\x0d\x2b\x07\x62\x7e\xa9\x28\xd3\x8b\xd9\x11\x55\x0a\x27\x94\x51\x66\x4f\xb3\x7c\x42\xff\xd0\xfa\xf3\x5a\xad\xc2\x63\xf9\x11\xc5\x0f\x7f\xb4\xa8\xd2\x57\x30\x30\xc0\x1a\x9d\xd6\xee\x25\x4e\x63\xd9\x45\xa0\xc8\xb4\xa7\xbb\xc6\xc5\x03\x1d\xc2\x28\x82\x57\xea\xef\x2f\x69\x46\xd4\x6c\x9e\x25\x3d\xfa\x2d\x6d\xf7\x94\xb2\xb5\xe5\xe4\x90\x36\xdc\xff\xe7\x2c\x21\x32\x0a\xa2\x1c\x49\x00\x20\xdc\xdf\x30\x56\x89\xdc\xef\xac\x3f\x8e\x32\x73\x79\x0c\xe7\xd7\x6c\xc8\x19\x76\x61\x70\xba\xba\x86\xf2\x8b\xb0\x02\xae\x1f\x73\x03\x43\x06\x0c\x56\xd2\x35\xe0\xe7\xfa\xc9\xfe\x9b\x48\x09\x91\xe8\x58\xaf\xfd\x45\xf8\xa8\x9a\xcd\xc8\x32\x83\x6b\x38\xd7\xd0\xf8\xe9\x80\xf2\x89\xa5\x95\xc9\x8a\xba\x88\xb7\xbb\x7a\x30\x2f\x30\xdf\x59\x84\x06\x93\x50\x82\x2b\xdb\x9b\xb2\x61\xc9\xba\xc2\x25\x6a\xd9\x24\x84\x1a\xba\xbc\x1c\xa5\x5e\x5b\x0a\x7b\x45\x87\x35\x47\x74\xff\x5f\xb7\x42\xed\x9a\x9d\xad\xc0\xa2\x68\x37\x7a\xcb\xa6\x89\x02\x58\x95\x7d\xb6\x9a\x4a\x92\xa8\xa0\xa8\x58\xd4\xfd\xff\x47\xe6\xeb\x46\xb2\x07\x2a\x67\xbe\xfe\x2b\xdb\xb4\x65\x47\x56\x9d\x38\xf4\x26\x7d\x81\x10\x4d\x86\x0e\x13\x2f\x53\x8a\x5d\xdb\x7d\xa8\x0d\xd5\x0b\x81\x32\xb8\x29\x3b\xe2\x17\x95\x9f\xb8\x67\xbf\x49\x9b\xfe\x50\x18\xc7\x7e\xe5\xef\x8c\x39\x40\xa0\x0f\xb3\xcb\x76\xaf\x66\x93\xd9\xef\xf1\xeb\xa5\x58\xc8\x34\xf3\xc5\x11\xe5\xcd\xe8\xe6\x4a\x3e\xc4\x4c\x18\x4e\x66\x7c\xf0\x96\x47\x9c\x95\xd3\xb3\x9e\x0d\xfb\x93\xf2\xee\x56\xc5\x48\xdf\x60\xce\x01\x69\x6d\xe9\xa5\xe7\xac\xaa\xc9\x0b\xb3\x85\xb3\xcf\xf8\x32\x84\xee\x38\x8c\x0c\x70\x81\x5b\x67\x90\xd5\xfa\x84\x32\x36\x15\x84\x4d\x98\x7c\x09\x86\x5b\x69\x47\xc9\x60\x53\x65\xce\x12\xbc\xb1\xbf\xe1\x87\xaf\x90\x95\x6e\x9f\xf7\x60\x04\x91\x97\x6f\x5c\x21\xbb\x54\x85\x32\x7d\x8d\x23\x6a\x58\xcd\xcf\x69\x5c\x7d\x63\x8a\x69\xfd\xc1\xea\xe8\xc2\xea\xa0\x10\x21\x31\x21\x2b\xea\xb4\xa7\x0d\x3e\xfb\xee\xfa\x18\xa9\x77\xf3\xbd\xb1\x8c\xb0\xaf\x5d\x72\xdb\x4a\x13\x42\xe5\xb8\x68\x0a\x4c\x20\x90\x81\x9a\xcb\x0b\x7e\x4f\xa0\x28\x00\x2f\x40\x81\x70\x86\x46\x2c\x48\x0e\x07\x20\x8f\x4d\xe9\x78\x8a\x26\x9a\xfe\xef\xf1\x12\x23\x7a\x90\x21\x72\x49\x4d\x00\x54\x2b\x7d\x0b\x7c\x45\xa1\xfe\x37\x2d\xd3\xdd\xf7\x72\x20\x6e\x44\xaa\x8f\xa4\xe4\x3f\x8e\x56\xa3\x18\x4b\x7d\x69\xe2\x95\x3e\x73\x67\x42\x02\x32\xb0\x95\x65\x9e\xcf\x6f\x7c\x7e\x83\xde\xd4\xb0\x2e\x2e\x36\xf0\xbe\x5a\x6a\x9a\x9a\x41\xe0\xea\x4c\x3f\xdc\xe2\x12\x2c\x3c\x2b\xb7\xbe\xb8\x47\x7d\xcd\x74\xa2\x2c\x91\x07\x57\xe4\x56\x7e\x7e\x77\x3d\x98\x57\xcd\x6f\x07\x4f\xd8\xb5\x74\x0d\xfd\xb0\xc6\x5f\x59\xfd\xb8\xb2\xc4\xfc\x0c\xb0\x41\x84\x70\x8e\xe1\x6b\xc8\xc7\xd2\x4d\xb3\xe6\xf9\x06\xd8\x27\x7e\x94\xd8\x41\x0e\xe5\x9a\x77\xb6\x6d\x94\x70\xe6\x14\x5d\x19\x4f\x2a\xea\x9a\xf9\xc9\x95\x26\x57\xeb\xfb\xdc\xa3\xd4\x7d\xe1\x0c\xdf\x1c\xd1\xe2\xf6\x58\x0c\xee\x9c\xad\x2b\x31\xbe\x79\xd1\xe5\x27\xae\x86\x81\xfe\x18\xf2\xa3\xb3\x9f\xfb\xd3\xbe\xd5\xdd\x89\x80\x84\xe5\x2a\x7f\xe3\x8b\x71\x99\x02\x4b\xf2\xbf\x65\x23\xa7\xa8\x59\xce\x5e\x66\xeb\xa8\xe6\xe8\xe5\xe5\xa6\xd6\x91\x27\xec\x57\x33\x25\x2c\xac\xb6\x08\x34\xcc\xf3\x5a\xae\xfa\x4c\xe7\x8d\x57\xcb\xaa\x72\x4f\xd4\xf9\x70\x96\x7f\x15\x24\xd1\x0e\xd2\x6c\x9c\xd3\x54\xb5\x92\xde\xca\xc1\xb2\x63\x9e\x24\x7d\xe9\x4b\x9a\xc9\x6a\x0c\x66\x1b\xb6\xef\x38\x04\x37\x74\xc1\xfa\x2d\x34\x1e\xae\xb2\xb0\x9f\x3d\xff\x29\xec\x57\x78\x08\xb7\x49\x06\xb3\x1f\x59\xdf\x0d\x66\x80\xca\x42\xc9\x16\xf3\x02\xa7\xf6\x73\xfe\xb0\x53\x40\x15\x7a\xb9\xc3\x6e\x28\xec\x9b\x0e\x66\x3e\x6f\x4c\x6b\x43\xe0\x2c\x4f\x87\x87\x9f\xfb\x8e\xc7\x5a\x1d\xcb\xac\xa6\x9f\x16\xf2\xb4\xdd\xff\x11\xc8\x53\x95\x44\x9b\x62\xf4\x76\xaf\x70\x0c\x5f\x6c\x14\x16\x14\xe3\x15\xb7\xcf\xe7\x77\x16\xb1\x9e\x51\x6c\xf2\xb4\x2b\x3e\x7e\x69\x15\xcc\x24\xf3\x75\xad\x42\x71\xab\x08\xcc\x75\x7c\xac\xf2\x52\xea\xe9\x13\x4a\x3d\xd3\xd3\x8f\xc5\xf5\x13\x1d\x0b\x27\xe4\x92\x40\x90\x2a\xe2\xca\x05\xac\x75\x70\x6b\x7f\xe9\xa0\x59\xea\xd3\x0d\x0b\x24\xff\xda\xd7\x64\xa2\x1f\xa5\xb0\x2b\x7d\x62\x44\x32\x71\xb1\x3f\xca\xd2\x64\xfe\xa0\x87\xd6\x41\xb6\xe6\xa0\x4b\x9c\x53\xcc\x68\x69\x64\x48\x3a\xc6\x83\x1c\x0a\x3f\x37\x68\x43\xa1\xde\xcd\xa0\xfd\x34\xb5\xab\x4e\x11\x2f\xa7\x7a\xf2\x52\x50\x62\xf8\x2f\x02\x65\x97\xf7\x5f\xf3\x0f\xd0\x1a\x36\x9d\x85\xa4\xea\x91\x72\x67\xff\x51\x52\x89\xa3\x6c\xc1\x17\xec\xf6\xee\xbe\x4d\x2a\x1c\xe1\x50\x1e\x5d\x16\x8f\xec\x21\x4b\x91\x9c\xcd\x08\x94\xb2\x31\x40\x75\x6e\xf6\x4f\xb1\x41\x90\xd1\x7a\x9c\xf4\xec\x64\xbf\x5f\x58\xd8\x08\x8d\x1a\x73\xd8\x2c\xa4\x5a\xeb\xdf\x5a\xcd\x03\x61\x27\x76\x46\xd2\xb0\x07\x2b\xeb\x3f\x72\x88\x38\x39\x87\x48\x2d\xc9\x28\x38\xdd\xe6\x26\x6f\x80\x32\x9a\x68\xb8\x68\x5e\x33\x4b\x2f\x5e\xdb\x25\x2e\x2a\xb2\x2e\xee\x0a\x6f\xd6\x3a\xde\x11\x83\x17\xac\xae\xf4\x71\xb9\x01\xba\x5c\x4e\x97\x4b\xfe\xd2\x9b\x94\xc7\xde\xff\xd3\xe5\xb2\x50\xc2\x59\xdd\x64\xd4\xcc\x26\x5a\x7a\x5e\x2b\xc4\xdb\xbb\x29\x19\x34\x5f\x90\xac\x55\x7a\x05\xd1\x62\xb7\x25\x99\x37\x5a\xa2\x97\xde\xd2\x92\x61\xe2\xc0\x10\x49\x86\xb5\x8c\x38\xf4\x70\x81\xd0\x37\x91\x8f\x34\x41\x58\x01\x7f\x16\xc2\xcd\xe5\x43\xb9\x75\x72\x87\xba\x99\xb3\xe2\xe1\x99\x9f\x19\x15\xb2\x07\x35\x10\xce\x73\xa6\xe9\xab\xf2\x05\xa5\xea\xbe\xa0\x9c\x06\x27\xd0\x89\x32\x02\x6d\x56\x98\x5c\xfc\x9b\x07\xff\x7b\x85\xbb\xd5\x2a\x75\xda\xda\x5c\x3a\x64\x21\xb9\x87\xa1\xe4\x09\x31\x43\x31\xe6\xa1\x78\xd6\x13\x39\x16\xf6\xa3\xee\x73\xdb\xd8\x2c\xbc\xe9\xa7\x6a\x45\x7c\x6f\x56\x9f\x58\x92\x48\x85\x99\x48\xb4\x60\x51\xb2\xa3\x1a\x02\x01\x44\x94\x62\x22\xe8\x80\x15\x62\xb4\x47\x8a\xe9\x9c\x1e\xd5\x54\x07\x7c\x6c\x48\x86\x15\x99\x36\x04\x32\x20\x8e\x92\x61\x44\xc0\xcf\x12\xad\xb4\x42\x26\xb7\x1b\x97\xee\x73\x40\xb8\x74\x1c\x19\xfb\xea\x1e\xf1\x37\x5d\x66\x15\x20\xab\x32\x60\xe2\x37\xc4\x12\x63\x1d\x2f\x34\xb1\xc1\xdf\x80\x8a\x09\x30\x6f\x1d\xc2\x4e\x0f\xe6\xcc\x32\x7d\xd9\x18\x01\x17\x15\x73\xa1\xf3\xe4\x7c\x3b\x5a\x16\x52\xa8\x58\x76\xa8\x54\x95\x98\xc9\xc9\xe6\x1e\x1c\x93\x53\x2e\xd8\x1a\x31\x0d\x18\x28\xd8\x5e\x19\x80\x37\x85\x39\xc3\x60\x40\x87\x12\x88\xe8\xbf\x3b\xa3\xdd\x7b\x6d\x00\xbb\x9b\x7b\x27\x5b\xb1\x20\x0e\x8d\xce\x45\xcd\xa6\x07\x4d\x95\xf7\x23\x95\x2c\xca\x85\x09\x0b\x11\xd8\x74\xcd\x9b\xdd\x88\xfd\x95\x27\x2e\xcf\x5f\xb5\xe7\x27\x54\x90\x4b\x3a\x4c\x8f\x30\x5f\x9f\x52\x26\x64\xb8\x97\x62\x90\x82\xbf\x5c\x21\x3e\xab\x21\x9d\x78\x1f\xe5\xb3\x25\x04\x24\x88\xe9\x73\x73\x03\xad\x95\xfa\x7a\x6a\xda\xfa\x66\x2f\x51\xb9\x9b\xc5\x9f\x6e\x4d\x23\x1f\xfa\xd6\xb3\x14\x6e\x8d\xc4\x44\xa0\x55\x1c\x47\xd8\x5a\x4e\xf4\xc1\x5a\x7b\xe9\x8e\x72\x84\xfd\xcb\x28\x4c\xc0\xf7\x0c\x72\x16\xe8\x77\xac\xfc\xc5\xb5\x0c\x95\xcf\xe3\xa3\x7e\x00\xca\xa7\x37\x22\x90\x62\x90\xf2\xe6\x4e\xb6\xf4\x1a\xcf\x54\x28\x48\x19\xed\xdb\x2f\x8f\x85\x83\x6d\x67\x54\xa2\x9f\x74\x3f\x8f\x90\x06\x14\x1b\x5c\xdf\xe7\xa9\x2e\x5d\x2e\x93\xf1\x83\x1a\x07\x31\x60\x98\x16\x4e\x00\x0c\x0e\x5a\x51\xc1\xa3\xf0\xc2\xe8\x4e\xca\x81\xf0\x17\x7b\x36\x3d\x51\xa3\x94\x02\xca\x00\xcf\x33\x7b\x6d\xef\x05\x39\x12\x83\xfc\x63\x2b\xb2\x0b\x32\xa5\x1c\x0f\xc1\xa1\xc7\xe0\xda\x53\x51\x44\xae\x90\x65\x7d\x55\x65\x18\xec\xf8\xc4\x33\x24\x11\xa8\xc2\x8f\x06\x99\x51\xb9\x0a\xde\xae\xda\xef\xf2\xa5\x6f\x65\x43\xa5\xbc\x0c\x5b\xff\x16\xc9\x00\x76\x69\x99\xa5\x24\xa2\x64\x4c\x28\x73\x5b\xab\xd8\x3d\xd6\x20\x2a\xc8\x3f\x7e\x6e\xd1\x61\x37\x6c\x52\x24\xfe\x71\xc7\x61\xde\x5a\x98\x1e\xeb\x0a\xbd\xaf\x92\xdc\xb4\x3f\x2f\xdf\x79\xf7\x4a\x5b\xee\x04\x06\x9b\x9c\xc7\x68\x7b\x0f\x31\xc7\x95\xaf\x2a\xf8\x6b\x4e\x93\xe2\x98\x28\x24\x9d\xb4\x51\x4b\x18\x89\x86\x40\x29\xa4\xd1\x02\x93\xe1\x19\x25\x08\xcd\x33\x3d\x22\xb7\xd3\x79\xa3\x33\x09\x48\x82\xfd\x85\x03\x4d\x37\xf7\xf8\x4f\x1a\xd3\x03\x74\x96\xc2\x8b\xaf\x44\xbe\x72\x1a\xf2\xe5\xea\xd3\xa6\x53\x5b\x0a\x1f\x01\xce\xc1\x14\xa4\x97\xc4\x0a\xea\x18\x4c\x03\x34\x7a\xae\xe6\x58\x4e\xeb\x6d\x31\xdd\x46\x05\x85\x9a\xd9\x5f\x4d\xc2\xea\x58\xf0\x8c\x1b\x5e\x4d\xd4\x37\x99\x4a\x43\xac\xa9\xc5\x88\x4f\x81\x0f\x95\x9e\x47\xd8\x2d\xcd\x15\x95\xf9\xf9\x20\x08\xbb\x6c\x52\xc1\x2a\xa1\x0d\x34\x75\x3a\x59\x57\x9a\x56\xcf\x40\xb0\xbc\x80\x2b\x21\xa3\xdf\x7c\x9b\x53\x11\xbf\x77\xec\x8d\x03\xf6\xdb\x13\x67\xc1\xbd\x5c\xeb\xe7\x9b\x7e\xb1\x9a\x31\x9c\x42\xab\xfc\x25\x6e\x6f\xcb\x4a\xf8\xa0\x14\x58\xfb\x06\xf4\xa1\x6e\x4d\x5f\x20\x7b\xef\xba\x0b\xf0\x1a\xa7\x03\x32\x51\x22\x40\xd5\x99\xb7\x1a\xb9\x71\xf9\x84\x2d\xee\x4d\x88\x84\x5d\xcb\x2b\xf8\x79\xbd\x25\x47\x15\x80\x6f\xb1\x0f\xb9\x3c\xc8\x66\xf8\x27\xa5\xbf\x2a\xc1\x2b\x38\x62\x97\x18\x7b\xca\xe6\x12\xae\x32\x75\x90\x86\x79\xfe\x1b\x2c\x46\x38\xc8\x6e\xfd\xd1\x5c\x30\x09\x07\xf4\xdf\xcd\x7d\xba\x14\xb6\x39\x5a\x54\xda\x76\x40\xae\x2f\x16\x0f\x3f\xbf\x14\xc1\xc3\x87\x39\x00\x79\x17\xd4\xfe\x29\x31\x5e\xc1\xa5\xf7\x5d\xf3\xf6\x4c\x19\x62\xef\xcc\xca\x49\x1e\x6c\xb3\xfa\x07\x60\x1b\x7e\x20\x27\xe7\x16\xce\xe8\x02\xde\x66\x20\xa2\xc1\x63\x95\x52\xf6\xf7\x03\x40\xc1\x8e\x50\x1a\x28\x87\x49\x99\x12\xe9\x94\x93\xd4\x81\xa6\xd2\x6e\x92\x34\x25\xe0\x97\x58\x10\xf5\x00\x4d\x92\x4b\x0e\xc1\x8f\xf3\x86\x8e\x94\xaf\x64\x83\xc3\xb3\xb1\xb8\x9a\x15\x90\xec\xfc\xb2\x2f\xba\x77\x73\x4a\xe3\xf0\xf7\x71\x0e\x0f\xe0\xce\x27\xda\x60\x55\x4c\x43\x34\xc3\x89\x37\x04\x15\xeb\xdb\xe1\x7c\x0f\x7e\x09\x1a\xa1\x3d\x1c\x83\x2f\x53\xca\xc6\xf8\x3a\xec\xd9\x21\x7f\x3c\xd0\x1c\x7e\x9c\x0e\xc6\x55\x48\x45\x46\xe8\x6a\x75\xb0\xcb\x05\x68\x93\x9b\x9c\x98\xfa\xec\x44\x31\x89\x0f\x7d\x30\x51\x84\x91\x00\x0c\xaa\xc3\x34\x33\xbe\x10\xbf\x42\x92\xfe\xb4\x7f\x3f\x85\x39\xc2\xad\x80\x40\xb7\x20\x44\xf4\xa6\x7b\x59\x1e\x71\x4d\x01\x54\x3e\x9e\x91\xd1\x71\x92\x47\xd8\x05\x47\xf2\x71\x76\xf2\x55\x00\xa3\x7e\xda\x41\x4f\xaf\xab\xca\x8e\x95\xbc\xcd\x9a\x5e\x84\x8e\x8f\x83\x55\xd9\xa5\x54\x3f\x54\xcb\xc3\xbe\x85\xf3\xf8\x08\x9a\x14\x33\x46\xfa\x6e\x57\x3c\x44\xe4\x6c\x1f\x7e\x76\x71\xb8\x7d\x54\x98\xa0\xf9\x8c\xe4\x54\x3f\x24\xb6\xa7\x96\x4c\x67\x99\xdd\xe0\x55\xca\x55\xb4\x1f\x4b\xc4\x70\x22\x0e\xa8\x1e\x80\xf0\x9f\xfd\x14\x85\x1c\xf5\xf9\xd0\x1f\xef\xc9\x8f\x6c\x8b\xe9\x14\x7f\x97\x67\x94\x0c\x22\x46\xa3\x1c\x0c\x39\xe9\xb8\xe9\xf1\x7e\x53\xab\xd3\xf1\xc6\x11\x5c\x3f\xe6\x4f\xe0\xc4\x71\x63\x14\x75\x38\xc8\x6a\x1d\x65\x47\x77\x2d\xb7\xb0\x02\xb8\x9a\x41\xed\x17\x9d\x2e\x70\xcb\xac\xc1\x94\x32\x5e\xad\xd9\x77\x43\x48\x06\x22\x43\xfe\xb5\x6c\x82\xcb\x0e\x40\xc6\x73\x93\x7a\xf2\x8d\xd2\xab\x2e\x29\x6d\xa3\x26\x05\x96\x1d\x0e\xc8\x46\xfe\xe5\xc5\xb8\xf0\xf2\xc2\x8d\x5f\xb2\x4a\xaa\x38\x4c\xa6\xde\x0f\x6f\xe6\x98\x52\x20\x7c\xb8\x1c\xc1\x21\x12\xa3\xdf\xce\x1e\x7f\xdf\x3a\x28\x68\x62\x72\x96\xdc\xe3\x99\x25\xba\xfa\x71\x08\x6c\x32\x31\x2c\x20\xe6\xb0\x5b\x2f\xc6\x12\x4f\x66\x6d\xec\xcc\x23\x95\xfc\xdc\xa2\xf1\x75\x98\x87\x23\xa6\x7a\x07\x7a\x15\x62\x28\xa2\x09\x21\x92\x56\x9b\x99\x62\x92\x33\x82\xc7\x3b\xbe\xa7\x6c\x1c\x2e\x8c\xe5\x21\xc9\xfe\xc2\x29\x08\x69\x3a\x99\x9b\xf4\x90\x6f\x3e\x9f\xdf\x40\xe3\x99\x80\x4e\x51\x62\xf8\x6b\xf8\xd9\xd3\x3f\x0f\x85\x18\xcd\xe6\xfc\x39\x72\x32\x86\xe2\x59\xe4\xe4\x2f\x32\x96\x99\xe1\x2e\x69\x82\x1e\xe4\x2d\x5e\x53\xd3\x71\x5f\x9f\xb7\xb7\xcb\xf0\x2a\x51\x9b\x7e\xfe\x40\xd8\x8d\x1c\x53\xe6\xe1\xcc\x8c\x05\xdc\x5e\x6d\xcb\xf4\x4b\xfa\x75\xab\xbf\xcc\xb0\xa5\x95\x38\x40\x7f\x8e\xb1\x53\x89\x15\x59\x85\xe7\x54\xb7\x20\x62\xa6\xcd\x95\x8e\xbb\x59\x5f\x4d\x4c\xff\xf8\x62\x59\xbc\x9c\xf0\x17\x50\x20\xbd\xd6\x5d\x61\xf7\x1c\x04\x24\x52\x2e\xb9\x12\xb8\xe7\xde\x0e\x4c\xb1\x50\x1a\x97\x5d\xe1\x84\xd6\xee\x44\x24\x67\x7f\x59\xcb\x28\xc9\xd2\x64\x49\x02\xde\x01\x80\x60\x53\xc6\x48\x62\x5e\x5c\x5b\xb1\x55\x3f\x67\xb5\xc2\xbc\x7e\x79\x2c\x5c\x11\xed\xb0\xf1\x21\x16\xc4\x62\xab\x5f\xc4\x13\x27\xa0\xd1\x9b\xb4\x45\x22\x55\x47\xa2\xf9\x5a\x95\x8f\x96\x3e\xba\x1d\xde\x7e\x4b\xbd\xb4\xd4\x61\x77\x9f\xb7\x79\x7e\x28\xce\x67\x0b\xf5\x64\x30\x07\x33\xbc\x3a\x5f\x3a\xe7\x81\x38\xbb\xe5\x0c\xef\x99\x80\x95\xa2\x7e\x86\x75\x75\x6e\xb9\xe9\xfa\x64\xb3\x89\x4b\x18\x90\x5c\xdf\x28\xe1\x37\xec\x0c\x3e\x07\xca\x9c\x57\xd3\x33\x6e\xe5\x48\x58\x2c\xe7\x90\x2b\x0b\xc6\x17\x36\xce\x76\xfe\xc2\x1d\x81\xf7\x02\x64\xfd\x7c\xb1\x2e\xb4\x27\x58\xdd\x5c\x45\x48\x28\x99\x29\xb2\x1b\x79\xc3\xef\x41\xf5\x3c\x93\x7a\x84\x54\x4f\xf5\xe2\x8c\x99\x0d\xa2\xae\xcd\x5c\x53\xb4\x40\x42\x12\x6d\x5e\x12\x23\x63\xf8\x1c\x67\xc5\xce\x51\x6f\x66\x49\xc2\xe1\x9d\xd8\xd4\xd4\x81\x72\xdb\xfb\x6b\xdd\x90\x1d\x72\x49\xeb\x90\x22\x94\xf9\x4a\xc5\xeb\x2f\x1a\x6a\xcc\x21\x1a\x1f\x08\xf5\x5a\x24\x37\xa1\xf4\xe0\xdb\x2e\x9d\x31\x1e\xca\x1e\x05\x63\xfa\x40\xa7\xc8\x5a\xee\xb1\xcc\xda\x55\xbc\x34\x4c\xee\x3a\xd6\x3d\xc0\x05\x77\x44\x87\x02\xe9\xd9\xc0\x0f\x83\xb0\x7a\x47\xdc\x0f\xf0\x8b\xff\x06\x22\x3b\xcd\x44\x3f\xa4\x14\x44\xea\x71\xb2\xcf\x88\xc4\x41\x24\x3b\xa8\x61\xf0\x46\x5b\x4a\x7b\x1f\xd2\xed\x4c\x5e\xa4\x15\xa1\x8e\xaa\xe3\x02\xdc\x13\xad\x79\xb0\x88\x20\x6f\x97\xfa\xec\x84\xbb\xef\x80\xb2\x8c\x04\x95\xca\x1c\x70\x03\xf8\x75\x7a\x85\xbe\x8a\xe1\x82\x89\xae\xbb\x25\x0b\xf1\x1b\x4f\x9f\x4b\x34\x5a\x23\x5c\x89\x53\xbe\x95\x28\x93\x93\xad\xc0\xc2\xe9\xb6\x91\xfb\x3a\x82\x70\x12\xc1\x8c\xfa\xa4\x98\x36\xc2\xce\xd9\xbf\x1c\x52\x08\x98\xc9\x7d\xc8\x95\x81\x69\x54\xe0\x2f\xf3\xd7\xf4\x57\x11\x27\xa1\xbb\xe2\x16\x4b\x0b\x4e\x67\x8a\x80\xbe\xe5\xfb\xc7\x7c\x93\x1b\xc5\x4c\xaa\xf7\x54\x36\x3e\x2b\x4c\x89\x5b\xed\xb0\x51\xc9\xe5\xe2\x99\x4e\x3d\xcc\xda\xd3\xd2\x88\xa9\x1b\x78\xfc\xbc\x3a\x6e\xf2\xc3\x28\x5f\x2a\x77\x6f\x6e\x02\x43\x89\x5b\x07\xb2\x7a\x9c\xd0\xd5\xaa\x63\x2f\x9a\x08\x18\x1d\x71\x9c\x80\x2e\x10\xac\x62\x6c\x29\xea\x25\x8f\xf8\x3c\x02\x9d\x09\xf7\xbf\x4b\xae\x0c\xbf\x47\x4a\xb5\x5b\x0b\x03\x88\x5f\x28\xe2\xde\x9e\xeb\x4e\xd0\x1a\xd3\x43\xee\xae\x1c\x02\xf8\xc7\xf4\x20\x25\x3a\x48\x90\x32\xab\x7a\x01\x9e\x86\xd7\x35\x0f\xe9\x09\x1d\xf5\xea\x47\xd6\x17\xf5\xe9\x77\x93\x5b\x0b\xc9\xd5\x25\x77\x4e\x68\x70\x28\x88\x09\xbe\x6c\x8f\x41\xf5\xfa\xfe\x2d\x2f\xbc\x0d\xff\x6d\x10\xcf\xbb\x7a\xed\xac\x90\x80\x71\xe4\x31\xc4\xf7\xc2\xaf\x63\x91\xf8\x1d\xda\x73\x46\x63\x8b\x5b\x5a\x4d\x6e\xd8\x8f\x6d\xd2\xe0\x4b\xb6\xd8\x46\xa6\x3e\xc5\xd1\x16\x43\x44\xad\x57\x7b\xd8\xbd\x3d\xda\xe5\x63\xd2\xbf\x5d\xa2\xa1\xb8\x59\xa3\x44\xcf\x63\xfb\x25\x57\xf2\x93\x46\x7b\xd1\x44\x42\x48\xd8\xbc\x87\x57\xb9\x43\xf2\x92\xb0\xeb\xe2\x08\x26\xd7\x40\xeb\x16\xfa\x95\x59\xd7\x08\x66\xc4\x91\x47\x65\x3b\xc5\xf6\x48\xd3\x08\x98\x26\x96\x4d\x0f\x10\xac\x13\xd8\x2a\xec\x06\x52\xe4\xa0\x09\xda\x1b\x2e\x1b\x93\x0a\xb9\xe5\x9a\x11\x5b\xa4\x46\xb8\x42\x9c\x9c\xec\x47\x91\xfd\x74\x38\x60\xc8\x56\x04\x6f\x52\x53\x65\x6a\x9a\x9f\x10\x57\x5d\x35\xef\xcd\xeb\x3b\x4c\x7e\xee\xce\xac\xf2\x51\x0a\x87\x03\xac\xed\x97\x6f\xe3\xa3\x2d\xed\x54\x73\x0d\xe9\x64\x18\xb4\xe0\x2a\x2b\x9d\xe0\x2a\x8b\xb2\x76\xf9\x36\xe0\xa4\x52\xa6\x83\x10\x99\xef\xc1\x04\x53\xb9\x0e\x1f\xca\xa3\x94\x56\x2f\x82\x72\x60\xdc\xf3\x43\xb1\x95\x73\xb9\x58\xdf\x94\x1d\x71\x96\xa2\x94\x4e\x63\x9a\x76\x30\x05\xc3\x01\x95\x9d\x9f\xca\x4e\x93\x3d\xc4\x4d\xe3\x61\x9a\x29\x61\x87\xb9\x70\xf7\xc5\x15\xc1\xb6\x4d\x60\x54\x2d\x30\x08\x49\xef\x94\xd3\x4a\x9a\x7c\xbe\x9a\x2b\x1b\xf0\x96\xf9\x2b\x4a\x46\x52\x07\x95\x83\x9d\x13\xed\x17\xcc\x32\xc4\x65\xb8\xb6\x2e\xaa\xe8\x98\x33\xf9\x4a\x4b\x7c\xe9\x50\x3c\xf4\x54\x97\x76\xd4\x51\x7d\xc1\xb7\xe6\x94\xbf\x55\x35\x55\xa7\xb6\x11\x41\x25\xc7\xb8\x60\x16\xf2\x69\x9a\x64\x34\x0f\x04\x08\x73\xc4\x81\xfc\xe9\x8e\xa8\xc1\x54\x59\xc6\x5c\xad\x60\x2c\xd4\xfd\xea\x94\xd2\xe6\xb8\x1c\x48\x57\xcf\xcc\x21\x36\xc9\x6b\x18\x53\x0e\xac\x9e\xec\xb4\xee\x96\x3d\x95\xe6\x76\x53\xa1\xb4\xbd\xbb\x2f\xd7\x95\x08\x3e\xa9\xfc\xe5\x81\xf0\x82\x10\xb5\x34\xe4\xcf\xa2\x3c\x30\x6c\xb8\xcf\x22\xd3\x08\xd8\xfd\x47\x76\xb7\x3a\x00\xd3\x83\x10\x24\xd7\x37\xdc\x41\x47\x26\x81\xbb\xe7\x33\xc8\xa5\x52\xb5\x69\x48\x8d\x76\x0a\xef\x7c\x47\x58\x1c\x98\x68\x35\x58\x85\x46\xa5\x27\x60\x05\xd5\x63\x0b\x4e\x83\xdb\xf2\x8b\x50\x0b\xae\xba\x35\xed\x97\xbd\xac\xe2\x24\x9d\xfa\xd5\xc7\xf4\xd4\x77\x17\x08\xaa\x5c\xb6\xb8\x7c\xd3\x07\xef\x96\xe0\x8c\x5c\x3c\x51\x5f\x39\x51\xe2\x25\x73\x03\xbb\xb5\x5c\x9f\x77\xd5\xfb\xcc\x6f\x40\x74\xd7\xad\xf3\x7d\x5a\xfb\x9a\xdd\x28\x6d\xae\xfb\x54\xdb\xa1\xc4\xc4\x12\x95\xeb\x98\xe4\x8a\xc2\xeb\xea\xb6\x79\xe6\x32\xa0\x7b\xb6\x59\x3b\x6c\xd0\x74\x10\x40\xdb\x75\x72\xe1\xc1\xb4\xc9\x08\x15\x2d\x82\x36\x17\x79\xab\xfd\x4e\x7d\x15\x2a\xa4\x03\x82\xd3\xa6\xa9\x3f\x23\x84\x67\xed\x35\x40\xa3\xde\x09\x8e\x5e\xfb\xd8\x92\xe5\x0f\x51\x51\xad\x3e\x9d\x15\x4b\xab\xbf\x48\x98\x63\x9e\x72\x77\xac\xfc\xee\x24\x6f\xde\x58\xa8\xa7\xf0\xcc\xae\xb5\x33\xaa\x3c\x03\x1b\x14\x99\x6f\x79\x15\x95\x76\xf7\x94\xa7\xfb\xc9\xc2\x99\x0f\x82\xfd\x43\x96\xb2\x0c\x7f\x4b\x27\x79\xc8\x9c\x68\xc7\x7e\xe6\xac\xd8\xe1\x9e\x21\x87\x98\x60\x71\x10\x20\x00\xc9\x06\xf0\xcc\x20\x20\xac\xb2\x61\xb7\xa3\x67\x46\xb1\xb9\xe2\xed\xa4\x48\xb3\x7f\xaf\x5a\x1b\xc2\xb8\xbf\x1d\x2c\x24\x14\xbf\xb7\xad\x23\x7b\xaf\x6b\x5a\x3c\x7e\xd4\xec\xd5\x91\x14\x19\xfb\x04\x02\x70\xb0\xf7\xdb\x11\xca\x8e\x81\x6b\xdb\xde\x77\x28\xc3\xc5\xa7\x81\xde\x56\x39\x45\xf9\x36\x1b\xe9\x33\x68\xfc\xaa\x80\xa8\xae\xf4\x5b\x59\xe0\xfd\x5d\x4a\xc4\xb8\xf5\xc4\x78\xe2\x15\x95\x8e\xc0\x56\x9d\xca\x47\x7e\xf7\x7b\x72\x8e\xfb\xbf\x5b\x9b\x4c\xc9\x75\x9b\x8d\xc2\x9e\xa1\x3a\x49\x9c\xfa\x06\x38\x35\x0f\xee\x3d\x79\x4f\x83\x3b\x7d\x76\x3c\x68\x75\x20\x58\xc9\xf2\x5a\x09\xe5\x63\xf4\x56\xa7\x87\x74\x1b\xb9\xe2\x57\x9f\x5c\x27\x84\xb5\x7c\xa4\xc7\x0e\x7f\x1f\xa3\x3b\x9c\xed\x50\xdd\x06\xfd\xb2\x23\x1e\xb5\x38\x19\x89\x2d\xab\xa2\x55\x7d\x0c\x3c\xe9\x03\x60\xb4\x92\xe5\x85\xde\x67\x93\x3e\xf6\xd9\x9b\x50\x7b\xb9\xee\x12\x9e\xe6\x90\xdf\x88\x73\x50\xa4\x61\x27\xae\xa0\xcf\x9b\x1d\xc8\x19\x08\xe9\x2e\x68\xc3\x89\xb2\x9c\xe8\xfd\xdc\x8f\x15\xca\x9b\x86\x9b\x7e\xd9\x17\x4f\x4b\x52\xc5\xdf\x18\xd1\x5d\xef\xca\xf2\x40\x84\xf2\x11\x3b\xe9\x28\x73\xf5\xf1\x07\x9d\x1a\xe1\x68\xdf\xb3\x53\x2e\x6a\xc9\xcc\xcc\x58\x93\x9c\x51\x77\xf3\x12\x5b\xba\x59\xc0\x63\xc6\x98\xdf\xb0\x24\xd3\x18\x81\xf0\xb4\xac\xd9\xca\x2e\x6a\x78\x50\xeb\xa4\x3b\xd5\x64\x16\x45\x4b\x60\x1c\xef\xc0\x33\x59\x67\xdb\xd3\x5c\x92\x30\x02\xc3\x17\x56\x0b\xbc\x05\x0a\xa3\x83\xc5\x81\xc1\x01\x1b\x96\xd1\xd4\xa8\x08\xcc\x92\x84\x93\x8b\x7c\x90\x80\x2e\x58\x5a\x0c\xe6\x04\x19\xfe\x28\x89\x82\xac\x6e\x4f\x35\x42\xda\x5e\xe7\x78\x59\x0a\xf5\x7a\x61\x5a\xf0\xc2\xb3\xdf\x95\xe4\x10\x54\xb4\x20\xc1\x5f\x6f\xf1\x49\xd1\x84\x78\x95\x2f\xd2\x5b\x3f\xf9\x59\x91\x5e\x28\x35\x7a\x94\x6f\x02\x6d\x29\xf7\xb9\x38\x47\xae\xc0\xed\xed\x63\xd9\x25\xfe\x6c\xbc\xf2\x4b\xf6\xca\x39\x17\x61\x59\x09\xfb\x3e\xc7\x7d\x18\xa6\x39\xb7\xc2\xad\xc4\x19\x05\xf8\x44\xd6\x99\x79\x37\xd9\xdf\x92\x4c\x55\x8d\xb5\x2a\x67\x31\x32\x65\xc2\x19\x34\x15\xbf\xd6\x60\x8c\x99\xc9\x08\xc0\x3b\x3f\x35\xb3\xf9\xbf\xf5\x35\x33\x4a\x25\x59\xfd\xc8\xc8\xda\xa4\x59\x50\xec\x89\x84\xe2\xc8\x01\xaa\x2e\x15\x4c\xc4\x44\x1d\xa9\x78\xac\xf1\x92\x25\xc4\x0c\xab\x72\x07\xe1\x72\xce\x0c\x47\x5a\x19\x5d\x4a\xf2\xb9\x3a\x44\xde\xde\x17\xfc\x96\x41\xa3\x4e\xfa\xf4\x9b\xfe\xe7\x57\x97\x1e\x6d\x9b\xb8\x88\x80\xde\x01\x4a\x28\xa4\xe9\xd2\x4f\x0b\x4e\x7c\xdb\x72\x1a\x1b\x34\xcd\x54\x17\x10\x14\x51\xdd\xda\x0d\x70\xbf\xd6\xad\xec\xf6\x03\xb1\x20\x58\xfb\x24\xff\xe2\x14\x71\x63\xfe\x1e\x88\xc4\xa0\x84\xd5\xe9\x35\x08\x55\x62\x82\x44\x00\xf9\xe5\x47\x6d\x40\xde\x04\xdd\x75\xdc\x08\x47\xbe\x6a\x3b\x97\x43\xc8\x75\x23\xc5\x2f\xaa\xb2\x8a\xbc\x68\x0c\xd2\x22\xfe\x3e\x48\xaa\xa5\xce\xfb\xdb\xdc\x54\x0b\xaf\xb3\xc1\xbb\xd2\x89\x66\xb3\x8f\x6d\xb2\x66\x96\xb2\x25\x17\xa8\x69\x05\xb9\xc0\x08\xf0\x6c\x83\x2e\x97\x9d\x39\x2d\x7d\x94\xa1\xa1\xd9\x8a\xbf\x2e\x26\x6b\xfd\x79\xad\x1b\x50\x68\xf6\x18\x15\xfa\xb0\x02\xe5\xcc\xa4\x86\x88\x58\x03\x8f\xf6\xf7\x79\x82\x0d\xd3\x9f\xda\x31\x17\x6d\x5f\x6c\x98\xf2\xd2\x17\x6a\x65\x6f\xa6\xe8\x55\xa3\x02\x75\xa0\x1d\xb3\xbf\x63\xc6\xe5\x2d\xab\x41\xfa\xbb\x2f\xa6\x2a\x26\x79\xb0\x54\x8c\x71\x68\xe2\xb6\xb7\xce\x12\xf2\xb3\x49\xc4\x89\x36\x97\xca\x55\x65\x93\x50\xe2\x26\x37\x60\xc5\x4a\x0e\xdf\x54\xef\xcb\x57\x98\xc1\x51\xd9\xe3\x9a\x36\x63\x3d\x93\x53\xc4\xcb\x8e\x47\x3f\xa7\x56\x9e\x8e\x05\x88\x20\xbe\xec\xe4\x73\x48\x8a\x09\xc2\x13\x43\x3c\xae\x95\xf9\x29\xb4\xec\x26\x85\x7b\x90\x8b\xed\xe5\x6b\xb9\x36\x97\x70\x25\x98\x50\xdd\xf1\x44\xa1\xbb\x8e\x34\x5f\x70\x6b\x4d\xca\xba\x52\x77\xad\x8d\x1e\x11\xfb\xb9\x89\xaa\xf4\x7e\x6b\x05\x0f\x03\xf7\x7c\xf1\x65\x02\x7e\xe6\x47\x5f\x2b\x63\xfa\x6e\xc3\xf5\xc1\xe8\xd8\xd6\xa6\x90\xe2\xcc\x7d\xe7\x9c\x18\x13\x71\x1b\x88\xdf\x27\x6b\xd2\xd3\xfb\x70\xcd\x07\xcf\xb2\x41\x23\xfb\xc5\xd5\x1e\xfc\x30\xf4\xd3\x1c\x34\x0b\xa5\x9e\x2b\xd2\x94\x73\x61\x7e\xb9\x7c\x41\xda\xb1\x36\xa5\xe7\x72\x46\xc9\x8b\x7d\x72\x6b\xdb\xb0\x51\x04\x4c\xbe\xdf\x09\x44\xd2\x17\xd7\x7f\x35\x9c\x55\x99\x58\x5e\x20\x03\xcd\xdf\x53\x7e\x47\x22\xcb\x2f\xc2\x59\xcb\xc3\x6b\xf6\xe5\x0d\x75\xc7\xe1\x93\x59\x64\x72\xf8\xc0\x61\x72\xfc\xe9\x12\xa6\xc7\xdf\xa2\x00\x56\xa9\xe9\x95\x03\x71\xdb\x82\x3a\xe1\x56\x66\x50\xcf\xa7\x63\xd3\xae\xfb\xd3\x2d\x0a\x4a\x06\xcd\x64\x53\x9e\x50\x64\x9b\x12\xda\xe6\xaa\x0b\x44\x7c\x2e\xa1\x80\xdc\x34\x6f\x09\x30\xc0\xa8\xeb\x46\xd9\x08\x60\x28\xc0\x3c\x23\xf3\x40\x8b\x97\x9b\x16\xb0\xf2\xa4\x92\x9d\x37\x77\x06\x1c\x6a\xbd\x11\xa4\xe0\x04\xea\x6d\xbf\x4e\x7e\x0e\x4b\xef\x26\xdb\x69\x77\xbd\xb4\xde\x2f\xaa\x61\xef\x24\x51\x44\xdb\xbd\xb5\x5e\xcb\x56\x9f\x6a\x87\xa0\xd8\xf5\x99\x1e\x3b\x95\x8b\xad\x29\x08\x35\xd0\x0a\x2f\xf5\x7a\xdc\xab\x23\xde\xda\xe6\xbf\x27\x72\x32\x99\x9a\x5f\x67\x94\xc3\xa0\x38\xc0\x13\x43\xbf\x20\x93\xf9\x5f\x1a\xab\x36\x7e\x40\x1d\xe4\x95\x96\xa2\x77\x23\x3d\x31\x7d\x2a\x6b\x3d\xe6\xda\x87\x94\x38\x68\x3f\xaf\xab\x34\x8a\x94\x4c\xe1\xfc\x46\x18\x6b\x4f\xe7\xd7\x07\xb2\x99\x0e\x64\xd9\x83\xec\xde\x22\xb9\xad\x56\x2a\x8c\xf9\x10\xf5\x84\x45\x05\x2c\xed\xdf\x67\x52\x1b\xfa\x5f\x44\x3c\x84\xf5\x45\x4c\xc5\xaa\x27\xb7\x54\x21\xc8\x22\xc5\x4a\x3d\x6d\x96\x58\x5b\x3c\xb6\x35\xd9\x3b\x52\x25\x6f\xd1\xcc\x15\x84\xe7\x7f\xe9\x7d\x5a\xc6\x15\xe8\x8a\xbb\x27\xaa\xb7\xca\x6a\x0b\xdd\xe0\x72\xec\x0d\x5a\xcb\x47\x85\xeb\xd3\x68\x61\xe3\x76\xa8\xf2\x93\x4b\x68\xa3\x7e\x28\x61\x35\xd8\x40\x7f\xf7\x9f\x89\x9c\x1f\x4e\x7c\x06\x84\xbf\xe7\x3d\xb7\x81\x50\xfd\xc9\xfe\x06\x03\x4e\x45\x49\x96\x2e\x1f\xf8\x6c\x7d\x44\x4e\x6e\x93\xac\xab\xa0\x8f\xa1\x8e\x7f\xb0\xee\x82\x61\xa4\x4a\x50\xb5\x25\x74\xd0\xe6\xd2\x2d\x7f\xe9\xfd\x8c\x80\x4c\x52\x07\xeb\x60\x72\xc4\xba\x32\x41\x05\x9a\xee\x2d\x68\x90\xf6\x4b\xb7\xfc\x21\x54\xcb\x3a\x70\x1b\xf5\x05\x50\xe3\xd1\xf1\xae\x1c\xa8\xe9\xe0\x73\xf9\x55\x76\xac\xc5\xc0\x9e\x55\xbf\x11\x3a\xc6\x7b\x6c\xab\x05\xfe\x7e\xd4\x40\x68\x41\x02\x78\xaa\xb6\x5c\xf5\xb3\xbd\xe8\xe7\xa2\x04\x9d\x05\x10\x71\xa5\x33\x51\x64\xd2\x3b\xa9\x48\x56\xd8\x26\xdb\x1c\x64\x4e\x32\x9b\x26\xba\x25\x2e\x1f\xb6\x57\x14\xdc\xd2\x6f\x35\xc7\x51\xed\x76\xaa\x84\xba\x00\x09\x7d\x30\x1d\xa4\x37\x50\xce\x4a\x89\x09\xdd\x4e\x50\xec\xe2\x1d\x1d\x2a\x0f\x6c\xcf\x71\x5f\xda\xf4\x37\xeb\x5b\xd6\x63\x6d\x38\x9b\x6f\x4d\x27\x7a\xfb\x3b\xf2\x55\x6d\xa9\x1f\x7e\x89\xc0\xbe\x60\x88\x4b\xf3\x2e\x75\x0b\x7a\x7d\xe5\xef\x25\x6c\xaa\xe9\x10\xbf\xa7\x77\x31\x48\x6e\x6f\x0e\x44\xa8\x69\x48\xdf\xb8\x51\x84\x98\x1d\x0a\xf1\x55\x25\x01\x36\xb8\x98\xd1\xdd\x99\xb5\xcc\xfb\x4c\x4d\xf0\x4f\x55\xda\xd0\x25\x39\x03\x1a\xab\x22\xe7\x0d\xe2\xc5\x7e\xa9\x50\xad\x82\xa5\xa9\x6c\x91\xc8\x04\xa7\xe2\x4c\x2e\x36\x8c\xc0\x44\x6d\x8b\xd7\xa4\x7a\xc7\x0c\xb9\x9e\xb6\xe1\xe0\x06\x46\x29\x77\x1f\xb5\xa2\x82\x10\x54\xc7\x35\xa9\x75\x61\xf7\xc8\x69\x5e\xa5\x2a\xc1\x05\xee\x50\x36\xc7\x4c\x2e\xcf\x39\x81\xad\x07\x2c\x07\x45\x75\x96\xb9\x25\x99\xd0\xa4\x04\x0c\xf3\xb0\x02\x87\x02\x7d\x26\xec\x12\x15\xed\x72\xb6\x76\x2e\xf8\xc0\xee\x99\x0d\xf1\x91\xa8\xfb\xda\xd9\x85\x3e\x35\x83\x52\xc2\x65\x64\xcf\x14\x7d\x17\x5f\x6f\x65\x83\x3f\x8d\x55\xeb\xec\x96\x0b\x5c\xc2\xc6\xca\x3f\x38\xe4\x08\xa8\x2e\x58\x35\x8b\x6e\xa9\xd7\x7b\x58\xca\xe6\xf7\x11\x74\x6e\xd8\x26\x10\x8b\xc3\xa7\x9c\x70\x8b\xd0\x13\xaf\x7d\xd0\x1b\x4a\xd5\xd4\x64\x4e\x90\x1d\xf7\x34\x7f\xc8\x4a\x92\x83\x34\x01\xff\x3d\xe2\x1d\x28\x36\xf2\xde\xe1\xdb\x7b\x75\x7d\x0e\xa8\xbb\x63\xf4\x00\xd3\x9c\x3a\x89\x10\xb2\x9f\x86\xca\x14\x15\x40\x2b\xde\x15\x08\xf5\x54\x8d\xd2\xea\x63\x7a\xdf\x68\x85\xb6\xc5\x23\x84\x97\x6d\xf4\x74\xf3\xce\x14\x4e\x2c\xd6\x3c\xce\x09\x70\xe0\xf3\x12\x17\x67\xc4\xfa\xf0\x67\x77\xa8\xcf\xb7\x07\xf9\xcb\xad\x9e\x72\x4c\x43\x6d\x85\x80\x5d\x1d\x91\xd5\xe0\x5c\x87\x2a\x94\x30\x50\x57\x7f\xd6\x2d\x4f\x8b\x44\x75\x42\x10\x90\x14\x61\x97\xa8\x42\x5b\x60\xfc\x8d\xb4\xce\x25\xdd\x90\x6b\x1d\x96\x50\x8c\xa6\x3a\x83\xad\xb3\xc5\x9a\x4e\x59\x6b\x0f\x3f\xb3\xbb\x21\x21\x0f\x95\x50\xac\x05\x94\xd4\xb5\xac\x25\xff\x33\x6b\xf3\xbc\x2a\xf0\xcc\x79\x35\xe2\x8f\x56\xab\xfe\x9a\x8b\x0c\xad\x90\x70\x15\xb4\x62\xbd\x9c\xd4\xfb\x2a\xca\xf2\x01\x1c\x70\x0c\xf8\x6b\x52\x34\x06\x95\x49\x86\x10\xa8\xc0\x5e\x60\x3d\x1e\x8c\xa0\xee\x3a\xbe\x2d\xbc\xe6\x01\x38\xdf\xcd\xc5\xd7\xf1\x73\x1a\x66\x4b\xac\x19\x6a\xe9\x8d\x6a\x38\x61\x78\xfe\x39\xdf\x91\x93\x15\xe1\x02\xdf\xaa\x2a\xe2\x53\x2f\xf3\x6d\x3e\xca\xd4\x62\xdf\x0d\x19\x64\xfe\x11\x1e\x9f\x91\x29\xf5\x8c\xa0\xd2\x12\x64\x76\x88\x25\xa9\x16\xa7\xe3\x83\x1b\x1f\xd5\xce\x49\xc0\x29\x16\xf3\x66\x50\x78\x85\x05\x6d\x72\xaa\xa8\xb9\x6c\xf1\xb4\xac\x93\x07\x3a\xd2\x5a\x3d\x04\xfb\x96\x58\x92\x63\xb0\xd3\x3e\xe4\xc4\xde\xd4\x36\x62\xc6\x2c\xdf\xca\xe6\x4a\xcf\xce\x55\x36\xc4\xab\xc0\xd8\x55\x06\x84\xfe\x55\x47\xb6\x6a\xf9\x7b\x5f\xbf\x01\x31\x54\x77\x4d\x69\xcb\x5b\x6d\x60\xb9\xcc\xc7\x14\x01\x34\x35\xa8\x62\x34\x47\x0d\xc4\xa2\xc8\xd1\xa3\x6e\x0d\xe8\x17\x18\x88\x12\xd8\xb1\x0f\x48\xac\x4d\x08\x80\x79\x6f\x88\x82\xf9\xfd\xe2\x09\xc8\xfd\xf4\xba\xd6\xc2\xa5\x07\xc8\x75\x71\xe4\x19\x42\x96\xcd\x99\xee\x41\x6f\xfc\xfd\x25\x41\x0a\xef\xcf\x4c\x5d\x50\x0f\xb9\x7c\x66\xad\x9b\x01\xda\xe2\x77\xaf\xe9\x68\x0d\xfb\x24\xeb\x00\x0e\x0a\x33\x2b\x5a\xc3\xfc\x10\x36\x62\x97\xdd\xb5\x9f\x5b\xbf\x80\x5b\x51\xf2\xb9\x22\x5f\xb8\xdb\x8c\x6f\x0b\x03\x38\xa5\x30\xc4\x5c\x42\x48\x90\xce\x71\xf4\xd3\xc9\xe6\x62\xe9\xda\xd4\x22\x13\xde\x9c\x77\x97\xf3\xfd\xc7\x93\x2e\xb6\xfe\xd3\x29\x1f\x69\x4d\xd3\x4c\xb9\x9e\x5a\x62\xb1\x59\x1f\x6f\xd3\xf7\x5e\x48\xb1\xea\xbf\x9f\xc9\x38\xdd\xf7\x45\x05\x65\xb9\xdc\x36\x47\x8b\xce\x73\xb2\xed\x7e\x2d\xc0\x06\x30\x3a\x85\xd8\xf6\xf3\x11\x42\xc6\x23\x74\xab\xc9\x21\x55\xfc\xb5\xe7\xa4\xed\x05\xe7\xc3\x0d\xe9\x73\xa7\x8e\x93\xff\x9a\xa3\xc0\xa3\x5a\x13\x20\xf9\x33\xad\x9b\x61\x42\x7f\xec\x6a\x93\x16\xe4\xa8\xd6\x06\x1a\x64\xa2\x0a\x5f\x1f\xba\x28\x62\xb6\xea\x32\x0d\x11\x1e\x39\x6a\xf0\xa3\x97\x08\x83\x8c\xce\x7c\x5d\x8b\x1f\x32\x89\xb1\x2d\xa7\xb1\xe2\x48\x11\xf0\x76\x1d\xfe\x7d\x1f\x53\x1f\x47\x07\xfc\xb5\xdb\x78\xde\x47\x82\x77\x08\xa2\x48\x9f\xb0\x4b\x79\x7a\x58\xd7\xee\x70\xa2\x29\x61\x3f\xb6\x0e\x94\x98\x4c\x87\x9c\x2d\x76\x89\x4b\x60\xc9\x1e\x77\xe6\x18\x52\x61\x91\xdf\xfb\xc4\xa5\xb5\x54\x29\x7e\x3f\x95\xc7\xc4\xe5\x18\x5b\xe1\x87\xcf\xa4\x45\xc3\xcc\xcd\x2e\x62\x92\xd9\x1f\xf3\x56\x6e\x78\xed\xa9\xac\xee\x28\x23\x6a\x44\x57\x3d\xf5\x62\x64\xe0\x37\xa0\xa9\xd8\x67\x7a\x03\xfb\x79\xde\xbb\xa1\xbb\xe9\xaa\xcf\x9b\xf2\x87\x10\x5f\x5b\x9e\x91\x63\xc7\xc1\x91\x19\x2f\x6f\x08\xd4\x44\x56\x98\x79\xc2\xfb\x32\x46\x4a\x64\x58\x78\xf0\xfb\xba\x8b\x1a\xed\xab\xb5\x2c\x7c\xcd\x57\xaf\x8a\x57\xd7\x29\xfb\xdf\xbc\xcb\xbc\x43\x61\x05\xfe\x54\xef\x10\xd3\xf0\x38\xe2\x5b\xce\x9f\x74\x4b\xb3\x49\x49\x6b\xe3\x6d\xfd\xae\xf0\x75\xe7\x5e\x6f\x9a\x89\xdc\x16\x2e\x0f\x65\xf2\x3b\xd7\xe6\xae\x43\xb5\xce\x87\x31\x5f\x34\x25\xc4\xc9\xf3\xbe\x03\x3e\xa4\x43\xe1\xeb\xc7\xc5\x11\x75\x95\xc3\xbd\x95\x5b\x67\xf6\xaf\x88\x22\x94\x83\x78\x1d\xe4\xbe\x76\x9e\x92\x15\x8a\x49\xcd\x7f\xe5\xaf\x7e\x8a\x22\x82\x7d\x07\xd5\x41\xfe\xeb\xc7\x56\x88\x9d\xd8\x3b\x17\x1a\x7f\xb0\xd3\x01\x71\xc4\xbc\x06\x0e\x8a\x0d\xc9\x11\xbb\xc9\xcf\x27\x5f\x9c\x7f\xe2\xce\x9a\x6f\xc9\x09\xe9\x27\x17\xdf\x26\x21\xe0\x10\xab\xc7\xc2\xd7\x1f\xb4\x38\x6a\xc5\x8b\x5f\xbf\x88\x20\x68\x26\x1b\xc5\xef\x57\x72\x22\x31\xb8\xad\xe2\x0f\xa1\x9c\x49\xa2\xe5\x5d\xca\x4e\xe1\x17\x67\x2b\x17\x92\x56\x53\xaf\x78\xc7\x5c\xb6\xb6\x14\x8e\xe1\x09\x29\xed\x7c\xba\xac\xc2\x97\x4d\x08\xd6\x62\xcf\xe5\x24\xf6\x89\x06\x7a\x2d\xa7\xed\xc2\x4f\xb1\x9c\xc5\xb8\x67\xde\xbe\xb8\x67\x11\xfb\xfc\x02\x61\xf1\xa7\x95\x5c\xa6\x3f\xad\x2e\x7f\x5a\xc7\x3e\x5e\x2e\x2a\xfe\x12\xca\x4d\xda\x87\xed\x65\x1f\x76\xb1\x4f\x1b\x27\x2e\xfe\x30\x95\xfb\xf4\x41\x87\xcb\x07\xb5\xb7\x54\xc9\x83\xe7\xf6\xb4\xbb\xc5\x3a\xde\xf5\x73\x42\xc5\x7e\x8f\xb7\x6e\x6e\x05\xcc\x62\x48\x87\x13\x37\xa6\x45\x91\xab\x75\xd5\x45\xec\xd2\x20\x24\xc5\x1f\xe6\x72\x19\x13\xa8\x38\xa8\x15\x7f\x78\x5c\xf3\xf7\x8d\xc2\xf7\xf6\x63\x74\xb2\x73\x5b\xf0\xd8\xf5\x73\x9f\x66\x30\x9e\x5b\x7c\x4b\x9d\x97\xc9\x02\x5f\x77\x2e\xbe\x5e\xe2\xeb\xde\xc5\xd7\x48\x69\x1c\x55\x2e\xbe\xde\xe0\xeb\x69\xa7\xf8\xf5\x0e\x5f\xcf\x2f\xbe\xde\x2b\x72\xed\x2e\x64\xd8\xc9\xcb\x72\x3b\x92\x09\xfc\x4c\x7e\xed\x29\xff\xfd\xaf\x90\x9c\x07\xc1\xbc\x2e\xf3\x5f\x3f\x4e\x2a\xb4\xfa\x46\xab\x62\x33\xaf\xb3\x0a\x2a\x0a\x44\xc5\xef\x9f\x12\x64\x01\xd5\xa2\x7c\x33\xce\xaf\x45\x05\xa5\xe1\xb6\x85\xcb\x9d\xf7\xc5\xdc\x86\x0c\x85\x1e\x6f\x9a\x99\xcb\xe3\x86\x00\x28\xa3\xc6\x52\xab\xa2\xf6\x53\x2a\x88\x3a\x54\x50\xf4\x71\x41\x47\xc5\x30\x24\xbe\xe9\xc7\xe3\x1e\x1f\x4f\x7b\x7c\x5e\xd3\x01\x63\xd6\xc4\xf2\x0c\xa1\x7d\xe0\x87\xaf\x89\x45\xc1\x99\xca\xf9\x84\xa0\x16\x2f\x2b\x64\x96\x9b\x1f\x3e\xd7\xe7\x9b\xf2\x0e\xa4\xf8\x85\x5b\xdc\x44\x1e\x4b\xa8\xb2\x56\x99\x93\x97\xdf\x6d\x36\xee\x49\xc5\x9b\x4a\x9e\xe3\xc6\x7d\xfe\x7b\xef\xd3\xc6\x1c\x17\xbf\x76\x3f\x61\x0e\x56\x8a\x5f\x3b\x9f\xd3\x98\x0a\x33\x04\xad\x8d\x95\xff\x21\x78\x8e\x42\x1f\x6f\x08\xda\x1f\xfa\x61\x21\x55\x6b\x26\x9f\xdd\xb2\x6b\x35\x43\xb9\x94\x31\x53\x35\x29\x42\xa5\x29\x21\xec\x6d\x82\x14\x88\xc5\x89\x8e\x22\xaf\xb6\x25\xcb\xc7\x9f\xb4\x6f\xe1\x54\x7c\x21\x43\x5d\x5f\x7a\xaa\xdc\x16\x2e\xdd\xcf\x29\x19\x7c\x38\xaf\x21\x6d\x54\x6b\x3b\xad\xeb\x97\x96\x42\x0b\x3e\x23\xe6\x81\xd0\xfb\x59\x75\xae\x5f\x3b\x59\x92\x0f\x7c\x50\x33\xd7\x7e\x50\xc4\xee\xda\xa5\x47\xee\x41\xf8\xf7\x1e\x6c\x16\x38\x78\x2a\xe6\xd2\x9f\xdf\x2b\x5c\x01\x86\x71\xac\xdd\xfc\xed\xd2\x78\x86\x04\xb9\xe6\x91\x2f\x1d\x13\x6e\xfa\xda\xa5\xdd\x39\x45\x9f\xc7\x27\xd3\x81\x19\xd8\x71\xae\x5d\x9b\xec\xe1\x8c\x2a\x7d\xfc\x75\xb4\x16\xc8\xc8\x1f\xb6\x1a\x7f\x1d\x82\x1d\x8f\xd6\xf4\xef\xa3\xd5\x68\x10\x63\xdb\x60\xb6\xf4\xfe\x36\x07\x51\x83\x90\x91\x83\x6a\x78\xf7\xd3\xa5\xe4\x5a\x4c\x3b\xcc\xb1\xc5\x10\xa8\x74\x6f\xb5\xc0\xfd\xcb\x05\x29\x1f\x5e\xa5\x04\x2b\xb3\x54\x72\xd3\xae\x10\x1e\xdc\x74\xe5\x8b\x72\x75\xae\x75\xa5\x3d\x47\xca\xd5\xc1\xbc\xe0\x5a\x92\x1b\xf8\xea\x1b\x2e\x61\xd9\xd7\x97\x37\xe9\xbd\x5a\xcc\xa4\xf7\x76\x51\x2f\xf1\xda\xbd\xa7\x18\xdc\xdc\xc7\x58\x5e\xbf\x77\xa9\xa8\x0e\xc1\xb5\x7b\x2f\x5f\xef\xdb\xbd\x4c\x86\xf7\x4f\x9e\xdb\x6a\x41\x34\x2e\xd6\xf6\x5f\x9f\xbb\x01\x2f\xc9\xa8\x52\xfd\xfb\x0e\x9c\xc7\xd0\x07\xf7\x9d\xdb\xbf\x2e\xd5\x70\x02\xb1\x7d\xdc\xdf\xfd\xf5\xda\x12\x6f\x81\xe4\x1f\x6c\x01\xfd\x6e\x7a\x2e\xd3\x77\xfb\xc3\x5c\x46\xeb\x5b\x7a\xb7\x6a\xdd\xfd\xeb\xbb\xb1\x05\x31\x5c\x18\x3a\xfe\x9f\x37\xc1\x74\x47\xc6\xb4\xbf\x6b\xff\x55\x64\xb4\x96\x0e\x5a\xad\xf5\xff\xd6\xaa\x36\xf1\xb4\xd1\xb2\xca\x26\x5c\xd5\x56\x92\x4d\xcb\x9d\x55\x76\xc5\x10\xf9\xc7\xc3\x19\xd9\x54\x6b\x0a\x09\x30\xd9\x4b\x10\x36\x50\xd3\xff\xd0\xbb\x31\x38\x4a\x35\x95\x93\xd3\x0d\x3d\xff\x3c\x07\x1f\x22\xa9\x83\x9d\x09\x03\x2b\x53\x64\x50\x70\xa8\x20\x0e\xb1\x9e\x90\x29\xf3\xd2\xab\x6b\x63\xe1\xa5\x66\x95\xea\x19\xcc\x7f\xd0\x2f\x8f\x85\x27\xc2\x09\x53\x0a\x6e\x0a\xd5\xdf\x97\x88\xf3\x70\xf5\x77\x1c\x71\xec\x99\x6f\x70\x7e\xc5\x73\xea\x6b\x77\x1f\xd6\x47\xea\xc4\x4b\xb8\x44\x91\x93\x73\x9f\x0c\xf1\xf2\x50\xa8\x58\xcd\xfb\xd4\x1b\xaa\xf6\xf0\x75\x0e\xef\xf3\x57\x8e\x0d\x02\x41\xd8\x67\x72\x57\x50\x70\x60\x44\x37\x9c\x01\x3f\x19\xc7\x8d\x07\x2a\x22\xd2\x47\xca\xe5\x02\xb5\xef\x38\x1b\x20\xe4\xba\x71\xdd\xd9\x3d\x50\x5a\x4a\xa8\xf7\x73\x15\xb9\x30\xab\x88\xb6\xbd\x13\xed\xa9\x1a\xe2\xeb\x6e\xc5\x0f\x27\x09\xf2\x36\xad\xd3\x7c\xd0\x11\xac\x0e\x40\xae\x06\xc9\x3e\x2b\x9f\xe6\x08\x41\x51\xa9\x9d\x8c\x8f\xc0\x52\xb4\xd7\xa8\x8e\x0d\x76\x16\xb1\x96\x8d\xca\xfd\xb7\xdb\x06\x42\x4d\x9d\xe8\x04\x14\xe5\x6e\xf2\x50\x3e\x2a\xe1\xbd\x93\x5f\xf8\x94\xbb\x3c\x4d\x90\x7b\xe6\x7c\xf3\x31\x25\x51\x10\xfd\x61\x03\xeb\x60\x73\xf8\xc3\x63\x5c\xfd\x86\x9c\x31\xbe\x78\xa6\x24\x4e\x70\x14\xbe\xd4\x27\x4c\xfe\x3b\x16\xea\xb9\x0e\x32\x05\x82\x6f\xe6\x5f\xa1\x5d\x57\x1c\xc2\x73\x39\x16\xfc\x58\x89\x49\xb9\x40\xa1\xb0\x47\x8a\x48\x2e\x72\xa0\x47\x2f\x3e\x63\xe8\xc3\xe7\x6c\x09\xa8\xa9\x6d\x62\x94\x02\x1b\x77\x05\xd5\x8f\x7c\x93\xc0\x93\xba\x5d\xc4\x4e\x51\x1e\xd9\x6d\x10\x6a\x95\x39\xe8\xbd\xc9\x16\x65\xa1\xf1\x88\xd9\x5e\xdb\x28\xe4\xd8\x81\xbb\x15\x20\xb9\x55\x95\xb3\x26\x1c\xd1\x95\x7a\x4e\x3a\x92\x2c\xb1\xa7\x75\x95\xb3\x9f\x30\x3f\x60\x5c\x32\xb0\xdc\x05\xa7\xbe\xa7\x9e\x63\xca\xc6\x14\x1b\xa6\x88\xa8\x90\x85\x77\xd2\xbd\x76\xb9\x06\x3c\x50\xeb\x83\x2e\x97\x8e\xbc\xea\x72\x8e\xb9\x2a\x14\x73\xc6\xeb\x15\x47\x0b\x95\x71\x3d\x5d\x76\xa2\xfc\xf1\xa1\x7e\x2e\x93\x98\x1f\xea\x47\x2d\x1a\xfd\x27\x00\x3d\xd7\xad\xec\xdb\xa1\xb0\x4e\x79\x88\xd9\x96\x3c\xbe\x88\x64\x47\xf0\xc8\x33\x88\x8a\x26\xa0\x0b\x25\x88\xa1\xd8\x00\x66\x07\x79\x7c\xaf\xbb\xa5\xdc\x00\x7b\xf3\x04\x11\xf8\x41\xe8\x33\xab\xbc\x56\xc2\x75\x13\xf9\x53\x83\x85\x26\x50\xca\x32\x30\x43\x9c\xc4\x0f\xec\x8e\x0f\x84\x0d\x9f\x7c\x9d\xab\xe1\xf1\x7b\x0d\xcb\x19\x30\x76\x01\x5f\x19\x97\x6d\xef\xd9\xfa\xa6\x10\x61\x84\x45\x0b\x99\x51\x07\xc6\x38\xf1\x70\xfa\x3d\x4c\x89\x69\xad\xe0\x9d\x17\xa0\xcd\xe4\x9e\xf7\x90\x42\x7e\x26\x66\x55\x35\x95\xe5\x81\x70\x5e\x33\x2c\xd8\x69\xf2\x0d\x04\x77\x8c\xb9\x4e\x5f\xe7\x82\x0a\xc4\x38\xd2\x81\x75\x72\xcf\xcc\x03\x52\x82\x3b\x33\xbd\x1e\x6c\x1f\x2b\xa9\x7f\xd7\xc7\x59\x77\x4d\x91\xe3\x4f\x4e\x23\x39\x01\x86\xe1\xa6\xb7\x4d\x51\x1d\xcc\xd4\x31\xdb\x69\x09\x74\x90\x91\xfa\x71\xe8\xc5\xdf\x87\xbe\x2a\x5b\x4a\x8f\x9d\x12\x62\x40\xf2\x7a\x9c\x54\x18\x63\x4e\xf9\x77\x87\xaa\xa4\xf4\x79\x82\x7e\xec\xa4\x49\x18\xae\xd8\x0d\xc6\xf9\x6d\xfa\x00\x76\xb8\x3f\x4b\x9c\xac\x70\xc4\xf1\x80\x34\x97\x1e\xae\xba\x14\x2a\x60\x22\xf6\xdc\x5c\xdd\x01\xc3\xef\xed\xce\x1b\xf0\xce\xce\xf8\x6f\x32\x79\x00\x87\x06\xbd\xdb\x19\xe7\xd1\xa0\xaf\xa5\xc0\xaf\x6c\xd6\x62\x14\xd9\x0a\x96\x00\xce\x9b\x97\x0b\x16\x10\x59\xc3\x16\xa3\x79\x44\x2e\x3e\xf1\x53\x35\xc2\x23\xea\xec\x0e\xdb\x16\xe9\x10\xab\x7e\x8f\x69\x99\x0e\x08\x0c\x79\xc8\x30\xe3\xf0\x5f\xba\x7f\x0f\x14\x8f\xb2\x23\x2b\x45\xb1\x3e\x3d\x57\xeb\x7c\xd2\x54\x68\xf0\x8e\xb2\xbd\x43\x4e\x7d\x34\x73\xcb\x6f\x62\x26\x0f\x6a\x51\xf3\x52\xd9\xa1\xff\xdd\x4b\x13\x02\xaf\x15\xcf\xde\x41\xf9\x4c\x84\x30\x5a\xdb\xf3\xa7\x8c\xeb\xd1\xbf\x21\x99\xc3\x9c\x79\xfd\x41\x79\xa7\xc4\x4c\x02\xb7\x3f\x6a\xd5\x98\x73\x33\xe3\x5e\x06\x0d\xc7\xb8\x55\x38\xa9\x7d\x23\xb4\xb9\x00\x72\xbd\x8e\xa3\xfa\xb0\x7b\x20\x5a\xde\x86\x95\x5b\x18\xf1\x5d\xe1\xda\x66\xfd\x5e\x3f\xf3\x1d\x95\x08\x3f\x2a\x28\x98\xf4\x44\x4f\xeb\x50\xa6\x64\x30\xa1\x3c\x4f\xb1\x96\x2b\xae\xaa\xb4\xe9\xdc\xe9\x29\x8c\x54\xd6\xb1\x23\xf0\x77\x63\xf3\xde\x6d\xba\xd5\x5b\xbe\x14\x3a\x84\x0a\xa0\x71\xfd\x21\x3b\x56\xaa\x35\x4e\xcf\x8f\x10\x2f\x42\x4e\x4a\x95\x4d\xe0\x4c\xf3\xa1\xd0\xb1\x2f\xc4\x20\xea\x82\x94\xaf\x33\x2e\x7f\x89\xe7\x8a\xb5\x6f\xd0\xc6\x58\x4a\xbd\xa2\xda\x32\x41\x26\xba\x9d\x5b\x49\x26\x9b\x76\x01\x76\x8c\x41\x88\xbf\xbe\xfe\x4c\xb4\xaa\x21\x6d\xaa\xe1\xa1\xc2\x23\x9d\x11\xf5\x9a\x5b\x04\xdf\x00\x0a\x78\x03\x2a\x1f\x89\x99\x55\x93\xa5\xbb\xf2\x05\xfe\xa1\x05\x08\x3a\xce\xda\xad\xd4\x67\xa2\x4d\xa7\x84\x56\xb8\x5e\xeb\xf8\x48\x47\x65\xc0\x79\x22\xa1\xc9\x85\x59\x2e\x54\x39\xcb\x80\x58\xa1\x3e\xfe\xd5\x82\xe9\x93\x26\x63\xd7\x29\x05\x6d\xda\x64\x12\x3e\x4e\x33\x01\x42\x81\x33\x4b\x8e\x28\x0d\x39\xdc\x9e\x80\xcb\xd8\x56\x24\x01\xdb\x63\x1a\xab\x60\xa7\x07\xcb\xd1\xda\x68\x5f\x98\x0a\x67\xdc\xcc\x45\x0b\xc1\xe9\xcc\xdc\x51\x80\xbc\xf0\xd5\xba\x2b\xda\xac\x89\x9b\x44\x6d\xb1\xb5\xfc\x42\x0f\x5b\xfb\x42\x15\xb1\x7c\x9e\x4b\xa0\xb5\xec\x8b\x17\xba\x78\x15\x93\x0f\xc3\x5c\xd0\x3e\x25\x05\xd8\x20\xdf\xe3\x16\x67\x4d\x20\x84\x3b\x80\xe6\xdf\xe5\x1e\xa4\x97\xff\x54\xfe\x90\x17\xd3\x4b\x64\x26\x7b\x15\x60\x87\x4b\x54\xd3\xfa\x08\xb9\x17\x7f\xea\x55\x40\x86\x1e\xb1\xdb\x73\x02\x27\xd4\xda\xaf\x15\xa2\x42\xbe\x89\x5e\xa1\x11\x55\x4b\xa7\x89\xa7\xd9\x9d\xd5\x41\x6f\xba\xad\xf9\x59\x4f\xec\x86\xfc\x73\x7e\x0e\x3d\xc7\xd6\x26\x08\x3a\xeb\x2d\xa9\x16\xd8\x41\x9e\x2c\xad\x14\x57\x65\x9f\x51\x43\x65\x4f\xb8\xbf\xd5\xe5\xf2\x0c\x1b\x5a\xde\xba\xaf\x5b\xbd\xec\x4b\xf2\xa5\xec\x8a\x86\x7c\x9d\xbe\x95\x6d\x51\x97\x2f\x7a\x91\x36\xa8\x2c\x9b\xfb\xba\xa6\x0d\xbf\xd7\x5f\x2a\xb1\x92\xaf\x74\xc8\x2d\xf1\xf1\xe9\xf5\x44\xdc\x04\x23\xfa\x74\xff\x7a\xa2\xf4\x6f\x9f\x3e\x89\xd7\x59\x95\xe4\xf2\x4b\x79\x61\x09\xf5\x2b\xe6\xd7\xbe\xae\xdf\xb7\x1b\x79\xd2\xde\x0e\x57\xad\x69\x7f\xd2\xb8\x0b\xac\xef\xce\x67\xf9\xe7\x1c\xe2\x4d\x33\x5f\xae\x65\x6b\x66\x6a\x1a\xa4\x39\x42\x6a\x2a\x3b\x53\x04\xae\x36\x0b\x27\x7f\xf1\x02\xf1\xb9\x1d\x96\x30\x55\xc6\x53\xa1\x34\x1d\x46\xe2\xcf\x40\x8f\xe3\x3b\x67\x95\xed\x9b\x94\xad\xf6\xa1\x77\xd0\xe0\x20\x73\x84\xb6\xc5\x97\x0c\xda\xc7\x7b\xe0\x6f\x09\xd7\x8b\xdc\xa9\x0a\xcb\x6d\x7e\x65\x1f\xd1\x5c\xdf\xec\xf3\xf6\xa7\x5e\xb0\xde\xd6\x06\xd5\xd7\x81\xd9\xcc\x26\x77\x65\x86\x4f\x39\x9f\x7a\x97\x82\xde\x42\xc0\xca\x00\xab\x44\xb4\x0f\x2e\x1b\xce\xa9\xe3\x07\xd5\x3c\x40\x6a\x56\x90\x33\xf9\x70\x97\x0e\xa7\x4f\xe9\x91\x8e\x81\x29\x7e\x18\x46\xf9\x23\x36\x15\x32\xa6\x1f\xa3\x8d\x2c\x98\x0f\x04\x60\xe3\x9a\xd6\x7f\x7c\xf4\xd4\xe1\xed\x7d\xa6\x71\x53\x5a\xd6\xd8\xb7\x09\x8f\x55\xb5\x49\x91\xba\x17\x3d\x8a\xac\x3f\x9e\x50\x5b\xf3\x16\x47\x0e\xb2\x1e\x8f\x50\x54\x96\x92\x83\xcb\xb4\x75\xb6\x20\xf2\x0a\xb7\x78\xfc\x1a\xa9\xda\x83\x55\x00\x23\x8b\x53\x24\x17\x52\x08\x7f\x3e\x51\x85\x6b\xba\x5d\x3d\xa2\x01\x61\x28\xee\x80\xf0\xaf\x6c\x29\x71\x1a\x19\xa8\x28\x72\x85\xad\x15\x3e\xe8\xb3\xee\x89\x86\xbc\x01\x02\xe1\x33\xb5\x02\x9b\xcb\x3b\x4d\x81\x88\x9e\xec\x68\x05\xb1\x2d\x30\x65\x5e\x23\xfd\xad\x5e\xc6\x27\x9c\xf5\x27\x3b\x25\x22\x11\xde\xa1\xee\x5f\x0e\xd8\x80\x94\x04\xe2\x07\x47\xab\x7a\x86\x88\x0c\x91\xa0\xbc\xea\x3d\x4b\x5a\x3c\xed\xb3\x3c\x02\x6f\x42\x67\xa3\xc9\x5c\x8c\xf3\x99\x8b\x64\x8f\x78\xfa\x40\xba\x65\xd5\xe9\xcb\x9c\x1b\xc2\x9b\x75\x02\x8a\xe6\x2c\x65\x83\xcc\xe9\xb7\xe6\x0d\x18\xc6\x5b\x59\xba\x35\xdf\xb0\xcc\xbf\xf4\xfc\x57\xfa\x76\x2f\x42\x55\x80\xa9\xa2\x4d\x58\x25\x08\x7d\x45\xae\x5a\x9c\xcc\x0b\xe3\x52\xa6\xd7\xcf\xa4\x71\x45\x3c\x70\x75\xd5\x89\xcc\x88\x23\xbd\xed\xcd\xe5\x98\x04\x42\x35\xf0\x80\x33\xc8\x38\x83\x2d\x69\x41\xea\x35\xf7\xea\x03\x24\xa2\xd3\x55\xdb\x07\x24\xb5\xd3\xc2\x9d\xff\xbc\x70\x7f\x9a\x84\xa1\x70\x92\x94\x76\xa6\xff\x90\x9b\x8e\x6c\x49\xbc\x51\x32\x1d\xd9\x5b\x0b\x40\x49\x71\x03\x41\x45\xa5\xd9\xf7\xea\x26\x66\xb3\x02\x00\x59\x4b\x1f\x5b\xf6\x8d\x91\x5b\x4d\xd2\x6f\x47\x27\x2b\x7f\x3c\x72\xae\xe1\x7a\x07\x31\x33\x6d\x65\x32\x6e\x4c\x26\x3d\xcd\xc2\xb6\x20\xa0\xb2\xc5\xd7\xfa\xfe\x3d\x2d\xbf\x03\xe1\x67\x0e\x56\xf1\x21\xe9\xea\x3a\x80\x6e\x43\x1a\xde\xb9\x6c\x5b\x22\xf3\x74\x98\x64\x1c\x78\xde\x96\x09\x11\xf5\x6a\x9b\x49\xa1\x22\x6b\x7a\x2e\x0a\xe2\x39\xb1\x5b\xa8\xdf\xe6\x7c\xbe\x2a\xb5\x59\xc0\xb3\x64\xef\x36\x1f\xae\xae\xc4\x0a\xbf\x10\xb7\xe1\xe7\xee\x36\x83\x9c\xf4\xb9\x0d\x23\xad\x67\xca\xa0\x30\x5f\xe6\x04\x71\xf9\x85\x8c\x02\xd8\x56\xcd\x26\x9c\x0f\x02\x67\xe4\xaa\x89\x82\xa2\x6c\x84\x33\x94\xdd\x15\xd6\x73\x79\x20\x5c\xf7\x68\xf4\xd3\x56\x33\x20\x86\x71\x28\x98\x4b\x09\xdd\xfc\x77\x66\xc6\xac\x86\x39\xb3\xb3\x76\x97\x3f\x2c\x5e\x7a\xf5\x7b\x40\xfe\x5b\xc8\x55\x7f\x59\x23\xe8\xf4\x16\x81\x1b\x6a\x8c\x9b\xbf\x67\x5a\xbb\xe4\x0f\x26\xbf\xa1\x45\xcc\x6a\x04\x3d\x1e\xb4\xab\x28\x8b\x32\x21\xea\x5c\x24\x23\xfa\xfa\x84\xd3\xdb\xc9\xc2\x70\x4c\x2d\x8c\xf0\x18\xa7\xb8\xd8\x28\x1e\xbb\xad\x32\x83\x09\xa3\xb5\x64\x56\x53\x45\xf2\x04\x0e\x71\xb4\x8b\x9d\x39\x35\x63\xc9\xa7\xe9\x08\xc7\xbc\x78\xe1\x83\xf3\x15\xc7\xa9\x5d\x53\x64\xe1\x9b\xe3\x94\x85\xbd\xa8\x80\x25\x6c\x10\x71\xcc\x2b\xc7\x6d\x73\x62\xaa\x3a\x47\xf8\xef\x65\x47\xdc\x89\x26\xb4\xd3\xc1\x79\xa3\x68\x25\x2c\x68\xa0\x55\x0c\x2a\x3f\x64\xe8\x70\x41\x62\xe2\xbc\x88\x68\x83\x37\x65\xaf\x83\xb5\xd9\xf9\x9d\x99\xd6\xcd\x2e\x2d\x05\xd8\xd6\x81\x62\x14\x3e\x5a\xc8\xbe\x6f\x7f\xa5\xf0\x7c\x75\xe8\x73\x55\xa8\x97\x5d\x82\xa9\x69\x7c\x90\x27\xb1\x01\x77\xe9\x98\x31\xe9\xd6\x12\x78\xed\xd4\x08\xf0\x85\x7a\xd8\x30\xa7\xa4\x2d\xd4\x13\x0f\xdd\x98\xfa\xd1\xeb\xde\x63\x42\x63\x66\x9d\x60\x23\x6c\x83\x3c\xfc\xa1\xfe\x9d\xbd\x61\xc2\x65\x17\x40\x9d\xc7\xe1\xdb\xb5\x13\x04\x12\x69\x4d\xf4\x8d\x86\xc8\xea\xcc\xa0\x13\x66\xb5\x01\xb7\xb2\x1d\x32\x51\x8a\x23\xac\x71\x79\x2c\xec\x07\x33\x33\xfa\xfa\xa1\xe8\x53\xb1\xde\x2d\xb2\x03\x9a\x9c\x94\xd0\x00\xf7\xd2\x52\x22\x2b\xa3\x01\x9d\xf6\xb2\xeb\xbd\xa4\x40\x0a\x60\x7a\x4e\x7c\x12\x17\x3d\x37\x97\xd2\x3a\xa6\xfc\x57\xd5\xb1\xd8\xc3\xc1\x3a\xf7\x6e\xde\xc7\x02\x99\x3b\x7f\x74\x8c\x08\x51\xf6\xc4\xdd\xaf\xf2\x44\x89\x61\x27\x57\x07\x67\x03\x0d\xf8\x2d\x2a\x2a\x5f\x83\x23\xd3\x7c\xf2\x9e\x30\x7b\x80\x57\xbc\x59\xdf\x66\x35\x0f\xf3\x6a\x60\x55\x09\x6f\x4b\x8e\xe3\xaf\x84\x22\xe5\xcc\x7e\x6a\x14\x48\xde\x09\x66\xee\x06\xdd\xee\x7d\x7e\x2e\x0d\x7f\x68\x7a\xd9\x04\x9c\x1d\xdd\xc9\x7d\x6e\x1a\x55\x94\x23\x36\x4b\xb5\xfd\x9c\xc6\x6a\x4f\x73\xbc\x06\x1b\x64\xc9\x8e\x43\x73\x18\x14\x26\x5d\xad\xe4\x4f\x94\xc3\x97\xab\x23\x73\x7b\xd5\x14\xf2\x51\x2e\x2e\x6c\x85\xa4\xa8\xd6\x24\x58\xb1\x4c\x4a\x4b\x56\xb7\x99\x0e\x5d\x22\xc7\x57\xbf\x78\x2a\xd3\x01\xe0\x37\xc5\x46\x4b\xdf\xb7\x7b\x0f\x4a\x76\x33\x2e\x10\xfb\x46\x00\xce\x5b\xf9\xd3\x60\xdc\x7b\xc9\x59\x64\x91\x75\xb9\xca\x4f\x1d\x26\x7f\xdd\xa4\x19\xa0\xce\x9c\x34\x8e\x6b\x6f\xac\x8f\xa2\x6a\x5b\xb7\x6f\x37\xa4\x19\xbb\xe3\x86\xb8\xd4\xed\xf2\x91\xa4\xe9\x58\xa8\xc1\x69\x63\x65\xe7\xb1\xba\x63\x45\xff\x8c\x13\xf7\x2e\xb9\xb0\x05\x36\x4a\x0c\x70\xba\x4c\x64\xe7\x26\xd7\xdd\x50\x5e\x76\xf7\x1f\xac\xea\xaa\x14\x3b\xae\xb1\x12\x6c\x88\x71\x45\xdd\x30\x0d\x01\x50\x4a\x8c\x59\x64\x2a\x17\xff\x0f\xda\xf6\x20\x75\xe1\xd5\xdb\xf0\xb4\xad\xf2\x83\xab\x8f\x38\xb2\x92\x3f\xd3\xb3\x5a\x2f\xb6\x39\x7b\xa8\x4a\xec\x95\x6a\xb4\xe9\x08\xa8\x33\xb9\x33\x37\x05\x96\xa2\xa8\x4a\x5a\xed\x1b\x7b\xe6\xf9\x4b\x20\xff\x7c\xdd\xfb\xaa\x14\x3d\xef\x44\x6c\x26\x1f\x9c\xb0\x33\xd8\xc2\x21\x3c\xd9\xf8\xb9\x28\x18\xc0\xcb\xd8\x85\x6f\x30\x48\xd3\x2b\x69\xb7\x2d\xd3\xb4\x12\xdf\x30\x94\xad\x36\xd2\x08\x35\xe1\x6a\x33\xb3\xe4\xb6\xc8\x52\x3a\xcb\x15\x11\x17\x99\xca\x52\xe5\x99\x56\xbd\xe8\xfc\xaf\x18\xc7\x71\x8e\x32\xc4\x58\x10\x15\xb8\xa8\x4b\xef\xe9\x53\x9d\xca\x7b\x6e\xa9\x7b\x86\xf7\x3b\xcf\xa0\x42\x97\xed\x51\x94\x2d\xb6\x96\x93\x34\x15\x5b\x3d\x76\x1b\x88\x7b\xcd\x69\x74\xd4\xf3\x8c\x20\xe3\xfd\xa1\xb6\xdb\xa0\xb3\x1f\x62\x68\x83\xd5\xc4\x02\x13\x27\xd5\x3a\x30\x8c\xec\x2f\x42\x8d\x1a\x73\x6d\x99\x58\x74\xf0\xdf\x22\x22\x10\x91\x43\x1f\x11\x81\x52\x93\x84\xb1\xd3\x4d\x28\x06\xf9\x12\xb3\x3d\x79\xd6\x3b\xa1\x0f\x12\x41\x47\x4c\x66\x20\x01\x2d\xd5\x21\x12\xda\x09\xaa\x8b\x76\xf0\xa4\xf4\x73\x82\xd3\x7e\xd0\x4d\x30\x20\xe4\x90\xeb\x1e\xbd\xfc\x45\x2f\xad\x0d\xad\x30\x02\x4d\x3a\xe4\x7f\xb7\x44\x8d\xe9\x5e\x27\x2d\xa8\x97\xf3\x66\x00\x32\x23\x18\x66\xa0\xe1\x79\x4d\xe5\x36\xd1\xf9\x71\x82\xd1\x16\x1c\x3e\xde\xf4\x83\xb0\x61\x56\x1b\x08\xdd\x31\x39\x91\xb5\xec\xfe\x1c\x96\x3f\xc4\x44\x22\x65\xac\xd1\xd0\x32\x75\x25\x99\xb2\x4d\x09\xf1\xd1\x5c\xf6\xf5\xd6\x5d\xaa\x4e\x8e\x43\x65\x73\x74\xcb\x43\x51\x0b\x22\x0a\xb5\x36\x03\xb8\xbb\xdf\x0a\x2a\x56\x41\xb4\x30\x8d\xfa\xfa\x78\xf5\xac\xcf\x02\x5e\x93\x09\xed\xfa\xa0\xc7\x81\x9c\x52\x13\x99\xd9\x15\x24\x36\xbb\x93\x1e\xa2\xe6\x53\x0e\xe9\xb4\x1b\x40\xe3\x74\x3a\x7e\x79\x28\xec\x6d\x7f\xd3\xbc\xa8\x4b\xeb\x08\xe6\x8f\x1a\x92\x74\x29\x24\x65\x16\x93\x4c\x8d\xda\xbc\x62\xfe\xd0\x65\x87\x34\x50\x1b\x74\xae\x7e\x05\x49\x38\x94\x50\x84\x24\x04\x67\xb2\xb9\x25\xa3\x21\x9c\xde\x17\xec\x7b\xa3\x34\x9b\x32\x90\x04\xb0\x52\x2d\x8c\x01\x7e\x64\x0f\xfe\x86\x43\x34\xdb\x56\xe1\x8e\xe6\xf4\x8e\xe5\x2f\x09\x3c\xe7\xd8\x41\xb8\xda\x7c\xde\x12\xf5\xb4\xdb\x52\xfb\x3a\x63\xa7\x59\x4c\xf1\xfd\xfb\x15\x84\xcd\x6a\x8a\xd8\x61\x29\xbe\x05\x47\xf9\xe4\x2e\x15\x5f\x2f\x42\x0c\x89\x75\x55\x9d\xac\x0d\xdc\xf4\x90\x66\x7b\xa4\x72\x9a\x87\xa6\xea\xc5\xa9\xe2\x5f\x79\xc6\x68\xc2\x74\x05\x0d\x99\x3b\x7f\x1d\x22\x12\xed\x7b\xbb\x26\xc4\x28\x87\x61\xc8\x83\x12\x6e\x99\x8f\x7f\x06\xb6\x40\xff\x55\xcf\x0c\x31\xd1\xb8\x14\xdc\xfc\x50\x5a\xf5\x36\x55\xd9\xb4\xc1\x9f\xda\x14\x55\xe8\x17\x41\xe7\x98\x07\x98\x93\x93\x40\xce\x50\xb7\xe9\x42\x44\xaf\xac\x49\x07\xde\x3b\x84\x45\xde\xc0\x1e\x22\x82\x5d\x72\x2d\x88\x2b\x46\x5b\xb2\x1d\x32\xe9\x48\x7a\x25\x32\x3a\x0b\x81\xd8\x23\x50\xa6\x49\x9f\x5e\x14\xee\xf8\x7e\xee\x35\x15\x2a\x45\xe1\x87\xdf\xfa\x15\x7f\xe5\x5e\x91\xf6\x8f\x6c\xc8\xdb\xb2\x23\xda\xf2\x7e\xaa\x52\x97\xb8\xaf\xed\xca\x6e\x84\x84\xd7\x79\x25\x43\x2d\xb4\xd4\xaa\x04\x16\xe8\x36\x12\x11\x3f\x22\x22\xe6\x50\xb1\x9c\xb5\x7c\xdd\x8b\xa6\xa2\x4d\xa0\x0e\x9c\x1a\x7e\x44\x02\x3f\xc1\x0d\x70\x10\x3a\xdd\x9e\x16\xe1\xd6\x0d\x05\xd5\x20\xf0\x0e\xc8\x44\xba\x64\x55\xb0\xcf\x54\x82\x4c\x38\x0b\xe4\x73\x53\x60\x66\x64\x18\x6c\x4e\xe0\xb6\xb1\xc9\x21\x7b\x73\x43\x45\x85\xe8\x17\xf7\x88\xb2\x59\xe9\x9a\xe3\xf2\x8b\x6d\xa4\x1e\xbd\x6d\x91\x5d\x4b\x4b\xd8\xff\x1e\xee\x4a\x14\x2a\xe3\xf2\xbb\x09\x6f\x81\xfc\x62\x5e\xf2\xaa\x26\x57\x4d\xcc\xdb\x90\x6e\x2b\xd5\xad\xb2\x2f\x1c\x66\xe7\xd9\x03\x01\x42\xf1\x6c\xd5\x21\xa6\x2e\x66\xb7\x58\xac\x99\x4c\x6e\x42\x92\x7c\x0c\x47\xd5\xfa\x05\xc7\x9d\x47\x71\x49\x1a\x68\xfa\x7e\xba\x94\x24\xa0\x16\x7b\x2d\x78\x6d\xb7\xbc\x96\x42\x1c\x64\xf3\x78\x47\xfe\xec\x07\xeb\xdb\x53\xb0\x9d\x4b\x4d\x8e\x13\xea\x1e\x77\x00\x74\xc8\x1e\x49\xa0\x8f\xe5\xc9\xd8\x33\x6b\x82\xf5\xf6\x9a\x69\xc2\xaf\xb0\x17\xa8\x07\x30\xa4\x7c\x61\xe2\xcd\xba\xc9\xf5\xaa\x7d\xcc\x95\xd7\xad\x94\x82\xb4\x8b\x7a\xa5\x74\x8f\x77\x6c\xd0\xeb\x01\xb1\x1b\x60\x73\xa0\xb8\xcc\x46\xd1\xb3\xde\x3b\x8b\x40\x77\xa4\x6d\xc1\x65\xb4\x60\x40\x12\x0a\xb0\x74\x17\x78\x0a\x08\xbb\x1f\x5a\x6d\x42\xeb\x4f\x0c\x66\x41\x2f\x84\x7a\xfb\x9e\xa2\x7c\xc9\x0d\xfa\xa3\xdb\x33\xb7\xea\x99\xb6\x18\x87\x4d\x29\xc1\xe4\x79\x14\x75\x39\x47\x66\x06\x85\x6f\x20\x95\x71\x90\xbc\x9c\x2a\xb7\xc6\xcd\xaa\x3e\xe3\x2e\xb3\xa3\x77\xad\x9c\xeb\xc2\x7c\x3b\x69\xa7\x15\x78\xd5\xef\x69\x9b\x3d\x14\xed\x87\xf2\x07\xf7\xd0\xde\xca\x39\x7f\xbd\xde\xdc\x1b\x7f\x9b\x3d\x97\xd1\x86\x41\x1d\x6d\xa4\xb9\x22\xcb\x35\xe4\x6b\x77\x90\xba\x41\xdc\x2a\x7c\xf6\x56\xac\x82\x22\xd7\xbf\x21\x81\x96\x59\xb6\x1f\xca\x5f\xe2\x69\x2d\xcb\x33\x25\x5e\x20\x9d\x82\x90\xd8\x38\x58\x7a\x9d\xa0\xc7\x24\x0b\x3f\xff\x32\x5e\xb2\x60\xe6\x89\x1f\x02\x60\x95\x25\x11\xb4\x35\x54\x1d\xd0\x0b\xa7\x5e\xb3\x90\x40\xdc\x82\x01\xde\x58\xc0\xb1\xb3\x0f\x3d\x28\x16\x6c\x1a\x99\x07\xe8\xef\x87\x99\xc9\xea\x55\xe7\x68\xa7\x99\x58\xe4\x9f\xb4\x8d\xfb\x0a\xaf\xa0\xee\x42\x6e\x58\x95\xdf\x84\xba\x31\xc7\x57\xda\x5f\x3a\x2a\x9f\x3a\x91\x55\x1c\x3b\x4a\x3a\x34\x63\xa7\x9b\x9a\x48\x61\x3f\xae\xf8\x8b\x4d\xdb\x78\x94\x5a\x35\x7d\xe3\x56\x12\x07\xcf\x5e\x76\x72\x85\x69\xcd\xd0\xf0\x8c\x3e\x52\xb6\xaa\xfe\xc5\x5e\xa1\x12\xc2\xc8\xc4\x23\xb8\x33\xbf\x79\xf0\x36\xf2\x9f\x85\x13\x55\x64\x2d\xd2\x0b\x40\x6d\x1d\x82\x1a\xc8\x9f\x4f\x9d\xf4\x38\xf6\x85\x18\x5e\x7e\x5f\x5d\xe1\x60\x68\x70\x0e\x58\xee\x1c\x19\x69\x03\xd2\xc4\xcd\x78\x31\x92\x08\x7e\x49\x72\x4b\x67\x24\x5a\xf2\x59\xef\x81\xae\xc4\xea\xf0\x26\xa0\xa8\x88\x79\x88\x0a\xeb\x18\x4e\xac\xd2\x1d\x9b\x19\x79\x8f\xb9\xf7\xbb\xec\x88\x5b\xb7\xd3\xb1\xd2\x25\x4d\x35\xac\xf7\x84\x8c\x1b\x5c\x7e\x0f\x4c\xdf\xe6\xdb\x24\xbe\x08\x75\xb0\xcc\x2c\xe6\x1b\x61\x1e\x01\x15\x4b\xd3\x94\x9e\xe3\x17\x60\x97\xec\x55\x3a\xc7\xe9\xcc\x3b\xe4\x89\xa6\x0c\x32\x5f\x88\xa3\x4a\x37\x10\x1e\x76\x50\xc9\xe2\x92\x92\x61\x2f\xf9\xac\x06\xb6\xe7\xad\x06\xfd\xe0\x85\xd7\x68\x55\x4e\x4e\xfd\x7f\x32\x9f\x53\x24\x64\xff\x93\x49\x0d\xae\x7c\x6f\x26\xf5\x0b\x92\xd3\x13\x22\xb2\xb3\x7c\x59\xb2\xae\xbf\x87\x34\x12\x2b\xa7\x5c\xb4\xdc\xfc\x08\x51\x71\x86\x99\xa4\x35\xfb\xf6\xc8\x2e\xcd\x53\x3e\x3d\x53\x7f\xb7\x94\x75\xa6\xa7\x52\x94\x89\xb1\x60\x92\x6b\x4f\xa8\xce\x2d\x53\x06\x27\x28\xc0\x9b\xf6\x54\xeb\x53\x7a\x71\xe0\xda\x41\x6d\xfa\x6d\x15\x6a\x7b\xa8\x04\xfb\x30\x20\x68\x88\xdd\x80\xfa\x18\x2c\xcf\x4e\xa1\xad\xe3\x9a\x14\x51\x2d\x2d\xb4\xf5\xa5\x07\x80\x4c\xc0\x85\xa4\xb9\x59\xcb\x68\x17\x7c\x8b\xd0\xb8\x42\x35\x2c\x62\x0d\x1a\xc0\x05\x66\xd0\x3d\xbe\x50\x15\x79\xba\x58\x13\xc9\x45\x0b\x02\x74\xf0\x73\x14\x65\x18\xb8\xc5\x05\xa4\xd5\x5f\xb9\xba\x78\xe3\xfa\x8a\x2c\xfe\x4f\x63\xf1\x9b\xa5\xcb\x8c\x75\x38\x11\x3b\x94\x1a\x32\x5c\xcf\x6e\xf2\xe8\x90\xe1\x12\x04\xe8\x0e\xa2\x7d\x5b\xfa\xf1\x63\xbb\xca\x1e\xf0\xa6\xcf\x40\xd6\xec\xd3\xd5\x4d\xc2\xbe\x0d\x73\xa0\xd9\x7e\x00\x9b\xd6\xa9\x5d\x10\x8e\x57\x04\x5a\xbc\xce\xb7\x1b\x5b\x77\x5a\x71\x3a\x5a\x1d\x76\x4d\xd7\xc1\x4e\x42\x6a\x16\x88\xad\xc8\x9a\xd3\xa2\xd5\x04\x36\x67\x90\x96\xea\xee\x54\xcb\xdb\x84\xca\x3e\x35\x79\xa6\xe8\x44\xa5\xe3\x43\x3f\x77\x21\x85\x9a\xca\x68\xe5\xa7\xdc\x71\xa2\x81\x24\x2d\x72\x2c\xb9\xbb\x0e\xd8\x7b\xe8\x86\xa8\x72\x9b\x3f\x67\x82\xa4\x81\x73\x4b\xdd\x5f\x36\xbd\xc4\x2b\xa9\xad\x2c\xf6\x43\xbc\x95\x07\xa2\x62\x79\xe5\x8d\x14\x0b\x1b\x02\x7b\x60\xfa\xae\xa5\xd6\x50\xa8\xbb\x69\x4e\x8a\xbd\x88\xc8\x9e\x10\xd3\xf3\xce\x36\xf2\x9d\x52\x69\xda\xf9\x7b\xc4\xf8\xfb\x61\x1d\x88\x83\x1d\x6b\x49\x7a\xb6\x09\xc9\xac\xd4\xb4\x84\x34\x2d\x9a\xef\x46\x89\x20\xd4\x4c\x6c\xd1\xb3\xd2\x99\x59\x4a\x31\xe8\x49\x3a\x6d\xc5\x51\xc6\x57\x50\xbd\x07\x05\x54\xaf\xb5\xa7\x48\x68\x45\x96\x96\x16\x06\x29\x2d\xd5\x30\x9a\x77\x49\x1c\x0c\x67\xdd\x87\x72\xc6\x7f\xec\x0b\xd5\xb3\xb6\x6d\x65\xb0\x75\x42\x4d\x1a\x05\x85\x3c\x58\xcc\xf4\x99\xb1\x71\x4f\x92\xa4\x6d\x5b\x26\xed\xac\x03\x43\xe1\xaf\xd4\x0c\xec\x89\x55\x59\x6b\x7f\xef\x5a\xa2\x0c\xe0\x98\xa6\x32\xea\xb9\x04\x9c\xc8\x4c\xc9\xa0\xd7\x40\x22\x2b\xdc\xd3\x5e\x5a\x85\x45\xab\x01\x4d\x37\xaf\x09\x07\x5c\xcc\x2c\xe5\x9d\xaa\x85\x4c\x42\x75\x94\xfa\xf9\x9b\x0a\xa7\xf0\xee\x6d\xe4\xe2\xae\x2c\x23\xfb\x8c\x17\x94\xe3\x71\xbe\x18\x02\x92\x32\xdc\x2d\xa0\x37\x57\x66\x01\xe0\x77\x00\x8a\xc1\x02\xda\xdd\x16\xec\xa4\x59\xdb\x80\x5d\x03\x2a\x8e\xed\x08\x11\x93\x3c\xb1\xe1\x18\x19\xf3\x89\x34\x62\x4a\xa1\xf5\x16\x9e\xc1\x1a\xb8\x0f\xbd\x0a\xee\x1c\x96\x0e\x32\xf7\x79\x00\x86\xd1\xe1\xa6\x0b\x0e\xf8\xe9\x1c\x6a\xf2\x8c\xb8\x4c\x14\x7b\x4c\x4e\x8d\x14\xbb\x2a\xdc\x36\xb4\xad\xea\x73\xee\x31\x5c\xe5\x0d\x53\x90\xa8\x08\xf4\x2a\x17\x7d\x17\x2f\x8d\x69\x60\xfa\xa9\x56\x74\xf2\x06\x5d\x32\x33\xc5\x00\xb9\x69\xea\xb9\x43\x56\x1e\x1d\xd5\x4f\xc7\xc6\x43\xfa\x9b\x71\x15\x73\x14\xaa\x36\xfd\x06\x81\xfc\x3f\xc4\xfd\x5b\x97\x9a\xc0\xf6\x3d\x0c\x7f\x20\x1d\xc3\xf3\xe9\xb2\xaa\x40\x9a\xa6\x69\xdb\x18\x63\x3a\x77\x9d\x4e\x47\x40\x05\x3c\xa3\x9f\xfe\x1d\xb5\xe6\x2a\x04\xb5\x93\xec\xfd\xdb\xef\xff\xb9\x49\x47\x85\xa2\xa8\xc3\xaa\x75\x9c\x73\x8d\xb5\xe5\x6f\xfa\x2f\x38\x64\xbb\x8c\xbc\xea\x16\x69\x43\xa6\x00\xb5\x39\xa1\xe9\x8f\x68\xcd\x24\x03\x0f\x78\xdd\x3a\xd5\x57\xad\xe4\xb1\x49\x78\x79\xb1\xcc\x9a\x1c\xf4\x20\x6b\x06\x74\xf4\xef\xcb\xb5\x7e\xc4\xd0\xa6\x54\x05\x44\xe0\x2b\xab\xb2\x5d\x35\xef\xea\xf7\x7b\x20\xa3\x7c\xc9\xa0\x50\x64\x59\x04\x56\x8a\x67\x4f\x9a\x34\xaa\xf9\xb6\x89\x4b\x5d\x01\xa2\x05\xd5\xd5\x7c\x1b\x0c\x8b\xd0\x93\x0e\xa1\x4e\xf6\xa5\x18\x33\xd6\x76\x13\x98\xcd\xa3\x35\x6c\xd7\x6c\xf5\x92\xf7\x68\x94\xf3\x94\x25\x84\x87\x12\x02\xd3\xa7\x29\x33\xac\x4e\xf7\xd4\x64\xfc\xf0\x8c\x42\xa3\x9c\xd3\x51\xc9\x90\xb7\x8e\x6b\x6c\xa4\x9a\x33\x9b\x42\x65\xf9\x42\x6f\xd3\x94\x35\x10\xd4\xb3\x23\x7c\xdd\xd3\x8f\x5f\xba\x81\xdd\x6e\x52\x69\xc7\x42\x1e\xf8\x8d\x56\xf0\xec\xf8\x40\x46\x22\x70\x89\x50\xa5\x56\x3b\xbb\xe4\xf2\xbb\x80\xec\x8f\x69\xd9\xb9\x44\x92\xf1\xeb\x00\xfc\xee\xf7\xab\x04\xfe\x6f\x9c\xda\x77\x3f\x9f\x66\xfb\x54\xf0\x30\xf1\x95\x7b\x38\xcd\x47\xeb\xed\x28\xdf\x6e\x89\x12\x53\xf6\x47\x73\x26\x3b\x78\xfc\xf7\x29\xdb\x85\x39\x8f\xff\xf7\x4d\x03\x21\xa2\xdd\xc0\xb9\xe7\x93\x5e\xa1\x30\x68\xb4\xac\xf9\x0c\xe7\x64\xeb\x9d\x60\xd8\x74\xa9\x3f\x1d\x35\x07\x88\xa9\xd1\xd4\xde\x0d\x87\x01\x7c\x31\x6b\x29\xa8\x70\x04\x9e\xdd\x35\xb5\x1f\x49\x12\xa3\x27\xc9\x11\xdc\xa0\x02\x70\x93\x43\x9b\xea\x1b\xc7\xfb\xe6\xcb\xd5\x0f\x7d\xe2\x91\x3a\xdb\x47\xd4\x5b\xee\xd1\x40\x28\x97\x00\xb6\xe0\xaa\x94\xb5\x7b\x89\x68\x81\x6d\xcd\x5f\xdb\x84\xff\x2e\xf9\xe5\x99\xc2\x3d\x61\x8d\x69\xc9\x09\x16\x8b\xd3\xcb\xa5\x3d\x70\x09\x15\xda\xeb\x62\xcf\x7b\xbd\x0d\x46\xe9\xe0\x21\x7a\x5e\x67\x10\x86\xab\xee\x8f\x10\x6d\xc1\x4b\xd8\x0d\x34\xd5\x03\x42\xfb\x67\x6d\xd1\x66\xff\x5b\x83\x6d\xa7\xf0\xad\xdd\xb0\xf5\x17\x7d\xca\x1a\x9e\x08\xf1\xb6\xac\x3b\x7f\x9a\x6b\x66\x3c\x68\x9d\x9e\x0b\x93\x37\x0e\x8f\x2f\xfa\x84\x16\x7b\x19\x63\x08\x46\xa5\xc9\x1d\xeb\xb9\x7d\x17\x2a\xb3\x0a\x29\xff\x64\x3b\xed\x7a\xac\x61\x25\xcf\xf9\x12\x21\x08\xf8\x94\xd4\x88\x40\x2d\xe1\x31\x2a\xc6\x9f\x90\x22\x67\xe2\x4f\x9e\x50\x3f\xe8\x56\x24\x60\x9b\x91\x80\xda\xef\x6f\xa0\x9c\x37\x8b\x7a\x33\x14\x71\x2f\x22\xba\x82\x71\xfb\x42\x45\xa7\xaf\xae\x4b\xe1\xa5\x36\xa2\x30\xf6\x9f\x06\xe2\x37\x56\x65\x3e\x10\xff\x97\x17\xf8\x02\x8f\xdf\x84\xbd\xe9\x27\x50\x47\xbd\x06\x80\x5d\xf7\x37\xae\x79\x17\x47\xa8\x9d\x3a\x35\x91\xfb\x9b\x99\xb1\xc3\x18\xaf\x8e\x2f\xe4\x4d\xd9\xca\xf3\xfd\x1f\x12\xd9\x68\x52\x6e\xe3\xa4\x6a\x0b\xa7\x43\xee\x41\xf7\x84\x3d\x42\x68\xf2\x3f\x96\x6d\x00\x4c\x2c\xda\xe5\x27\x5c\x77\x08\xf2\x6c\xd1\x66\x3d\x62\x2a\xd4\xc6\xda\xac\x5c\xce\x3d\xd7\xc6\xd4\xbc\xeb\x60\x6b\xea\xe7\xc5\x72\x89\x23\x76\x65\xa0\xce\xf8\xc4\x1d\x54\x28\x6c\xc9\xa1\xa0\xf0\x88\xca\x9d\x38\x63\x22\x9e\x2b\x69\xc2\xe7\xf5\xa4\xd7\x79\xd0\x4f\xf2\x50\x07\x37\x13\x7f\x9a\xa5\x58\xfe\x2f\xa7\xe9\xcf\x23\x6f\x88\x5c\xad\x6a\x8e\x93\x47\xeb\x0d\x2c\x3a\x64\x53\x4e\xce\x34\xdc\x86\x75\xb0\x89\xc1\x27\x74\xbf\x9f\xf9\x01\x6c\x13\x28\xc3\xa8\xf1\x6f\x83\xbf\x56\x62\x34\x28\xd0\xe9\xb7\x52\xf7\x7a\xe7\x7d\x50\x0a\xe8\x4c\x6c\x86\x07\x22\x0a\xed\x0f\xa1\x08\x21\xfb\xca\x6d\x8c\xab\x8e\x18\xb3\x6d\xd3\xa4\xa2\x8b\x8f\x16\x33\xfa\x20\x5f\x86\x73\xcd\x91\x01\xd5\xd8\x31\x69\x3e\x52\xe7\xeb\x8d\x67\xb0\xd0\x54\x0d\x63\xd0\x35\x04\xb4\xe8\xca\xc3\x86\x5e\xff\x2c\x0f\x48\x07\x1d\x2f\x8e\x9c\x42\xb4\x20\x37\x1b\xd7\xf2\xf4\x10\xb6\x9c\xee\xf9\x2a\xbe\xda\x3f\x86\xb2\xf8\xc8\x4b\xa5\x0e\xf2\xec\x88\x66\x0b\x89\xea\x88\xbe\x8c\xba\x5d\x4c\x6f\x10\xa1\xa6\x31\x69\x22\xbc\x1f\xed\xc9\x0a\x1e\x2f\x6a\x88\xd7\xf6\x36\x1e\x0c\x3e\xc0\x14\x7b\xd1\x1a\xc6\x2c\x05\x1f\x38\x30\xaf\xf5\xe2\xed\x00\x78\x1a\x64\xe2\xac\xe1\xbc\x5e\xc8\x8d\xf1\x62\xdb\x5c\x9b\xe7\xa4\x80\x04\x9b\xcd\x6b\x5a\x09\xfb\x56\xa3\x15\xba\x95\x09\xd5\xbd\xa8\xe5\x85\xb5\x4b\x38\x9b\xde\x13\x8e\xdc\x1e\x5c\x62\x71\xe7\x6a\xc2\x7a\x50\x3c\xf2\x1f\x42\xac\xb2\xc9\x3b\x95\xd2\xbd\xed\xf0\x70\x7f\x73\x46\xe1\xc3\x66\xab\xf4\xab\x8e\x1a\xc8\xe8\x70\x50\xd3\xa6\x37\xce\xef\x36\xd0\x1e\xbd\x43\x8d\x5c\x11\xa1\xdc\x1e\x78\xd3\x7b\xc2\xee\x61\xde\x89\x6a\x61\x16\x80\x92\xd2\x67\xc2\x74\x2f\x1d\x32\x6f\x9b\x47\x2c\x8c\xb2\x7a\x5d\x7e\x71\x36\x74\xd8\x8a\xdc\xa7\x74\xda\x83\xd1\x68\x46\xdd\xfb\x38\x93\x8f\xde\x2c\x8f\x3a\xb5\x5f\x58\x20\x5c\x8a\xb2\x90\x8d\x16\xdc\x21\x38\x48\x13\xe4\xf9\x55\x98\x3b\x23\x2f\x2f\x61\xb2\xb3\xee\x80\x96\x20\xc0\x4d\xab\xbe\xf0\x32\x69\x92\x9b\xaf\xeb\x2f\x22\x5a\xbc\xee\x0f\x6a\xd1\x13\xba\x45\xf2\xed\x9e\xe8\x8a\x77\xc6\x2d\xa5\xcc\xbc\x33\x28\x47\x7b\x10\xc6\xde\xf6\x41\x0b\xb6\xa5\xdc\x3d\x14\x1c\xbf\xf4\x4b\x32\x2c\xa4\xe6\xe7\x1d\x35\x17\x3d\x7e\xd3\xaa\xd3\x5c\x3e\x5f\xf6\x64\xcc\x94\x8e\x8b\x3e\x30\xc4\x96\x7d\x76\x09\x3f\x6a\x41\x36\x59\xea\xed\xeb\xb8\x17\xd0\x3a\x96\x8f\x7f\xd3\xa7\x76\x5c\x18\xc8\x44\x86\x5e\xda\x91\xd5\xb1\xb0\x97\x5a\x8b\xb1\x9f\x2e\x59\x23\x09\x8c\x93\x69\xdc\x2f\x11\x1f\x7a\x41\x4d\x42\x7e\x55\x8a\x1a\x81\x1a\x48\xbe\x61\x7c\x3e\xc0\xf3\x73\x3a\x5c\x3e\x93\x8c\xa1\xdc\xcc\xb1\xb9\x4c\xab\xeb\xbe\x50\xa9\x65\x1e\x24\x0a\x57\x9b\x24\x54\x06\xc9\x04\x04\xfe\xa4\xd8\x15\x9f\xb3\x19\xd5\xe3\xaa\x66\xff\xcb\x7b\x33\xff\x0e\x3f\xd7\x46\x19\xba\xe1\xc4\xd0\x46\x0e\x71\x12\x17\x94\x1f\xad\xdd\x04\xea\xe2\xec\x65\x69\xc0\x4c\xba\x66\x38\xb0\x96\x0d\x0c\x31\x56\xe7\x69\xcf\xdc\xa9\x28\x5d\x18\x1b\xca\x6c\x54\x02\x9b\xb2\x07\xb0\x54\x69\xdd\x21\x55\x03\xda\xf3\xef\xe2\x7a\x1d\x17\xb2\x12\x08\x5b\x16\x3b\x6d\x21\xb1\x40\x4b\x97\x4e\x44\x2a\x1b\x4a\x5f\xa1\xb4\xdd\x4c\x19\x89\x75\x2b\xc0\x46\x05\x74\xd0\xa4\xc1\x53\x52\x0f\x5c\x64\x6c\x16\xf2\x0f\x53\x80\x1f\xaf\xf0\xd7\x7c\xf6\x0a\x60\xad\xee\xa1\xad\xd8\xf4\xc9\xd1\xaf\xa7\x7b\x42\xaf\x55\xdf\xf2\x7c\xa4\xdf\xe6\x7f\x89\xe2\x7d\xd7\xf4\xb1\x5b\x03\x48\x94\x09\x10\x0f\x47\xeb\x01\xe6\xed\x04\x94\x74\x22\x22\x33\x22\x99\x03\xe4\xe3\x06\x73\x05\xd7\x37\x88\xf3\x9f\x41\xe9\x37\x3e\x20\x31\xd6\xcf\xe0\xae\x2b\x14\xfe\x65\x27\x04\xd6\xac\xee\x9c\x9a\x98\x84\x03\x54\xf3\x0c\xd0\xa4\xbf\x6b\xc3\xbf\xd0\xed\x3b\x17\x91\x34\xde\x73\xc3\x83\x01\x3c\x3d\xfd\x01\xa6\x10\x84\x78\xe7\x0d\x4f\x24\x08\x46\x9a\x04\x12\xaa\x0e\x4e\x1d\x77\x4d\x23\x32\x15\x97\x5a\x56\x4f\xc8\x69\x62\x5d\x86\xd7\x65\x33\x2d\x0f\xc4\xaf\xc9\x5f\xa4\x7e\xef\x2b\x60\xb4\x3c\x23\x2f\xb8\x06\x1b\xbe\x82\x23\x6e\x19\xa3\xca\x69\xcd\x50\xf8\xe5\xb3\x49\xeb\xc4\x44\x1b\x7a\xf6\x4b\x85\x74\xee\xf7\x0b\xa4\x21\x13\x09\x71\xcf\xb3\x61\x51\xa5\xde\x49\xd8\x80\xb3\xc1\xe6\x62\xd4\xde\xd9\x33\x49\x1d\x61\xc6\x16\xf6\xea\x40\x25\x3b\xc3\x59\xe6\x0b\xf1\x72\x44\xf2\xcf\x07\x80\x26\x01\x9e\xd7\x43\x4e\xc9\xa8\xcb\xbe\x8d\x1e\x32\xb5\xbc\xcd\x6b\x41\x99\x9e\xd7\x4b\x3f\xba\x6d\xfa\xab\x6a\xf6\x01\xa5\x29\xfe\x96\x61\x05\x5b\xbd\x4b\x51\x2c\x07\x45\x41\x0d\x3b\x0a\xd3\x97\xe2\xb0\x0d\xce\xa3\x02\x59\x28\xd0\x5a\xc0\x9f\x3b\x4e\x80\x01\xcc\xf9\x4b\x17\x67\x54\xca\x98\xee\xfb\x1e\x9b\xb8\x15\x0a\x08\x7f\x47\x9a\x13\xeb\x2d\x8c\x8a\xc7\xef\x3d\xdd\x23\x89\xe8\x15\x1c\x63\xbb\x73\x0e\xab\xcb\x88\x7c\xae\x48\xe4\xa8\xd2\xa3\x30\x7b\x28\x03\x26\xe0\xd2\x57\x23\x0f\xd7\x6d\xd2\x80\xab\x51\x8a\xc5\x3f\x39\xec\x39\x6d\x75\xeb\xa0\x64\xac\x86\x75\xd8\x68\x21\xf7\x02\x01\x95\xdb\x9f\x7b\xe4\x37\x8b\xed\x88\x16\xcf\x38\xe4\x7c\xef\x06\x37\x8b\xed\x6a\xda\x06\x05\xf8\x96\x88\x84\xe7\x3f\x7b\x16\x75\xd3\x5f\x6d\xbc\xea\x55\x6d\x4f\x04\xfc\x4a\x9f\xc0\xe1\xd4\x2f\x88\x3d\x72\xfd\x2b\x82\x58\x00\x59\x97\x1b\xd7\x2f\x54\xc0\x6e\x0d\x89\x31\x6d\x54\xc5\xbf\xd6\x53\x59\x9d\x52\x71\xd8\x48\x58\xaa\x09\xde\xf4\x57\xb8\x2b\x37\xbd\x32\x17\xc3\x98\x59\xa8\xfc\x13\x30\xde\x2a\x54\x8e\x16\x5b\xd4\xe4\xd3\x6b\x75\x46\xd9\xf0\x6e\x0e\x5e\x2d\xda\xa8\xe8\xf8\xbd\x01\xe3\xce\x78\x9d\x48\xc4\x01\xae\xbe\xf0\xaf\x3f\xef\xc1\x06\xe1\x76\x10\xc7\xa0\xef\xb5\xde\xb3\xa3\x63\x5b\xed\x86\x7d\x78\xb9\x66\x3d\xbe\xa0\xdf\xd6\x82\x45\x9d\x65\xba\xe0\x80\xd3\xc2\xc2\x84\xb4\x09\xa6\x2a\x91\x8c\x2b\x5a\x88\x9a\x0b\x9a\x62\x9c\x63\x37\x35\xa2\x0b\xf0\x7c\x47\x2b\xda\x49\xd9\x30\x84\x3b\x09\xf7\x77\x2a\xa5\xfb\xf5\xaa\x6d\x57\x28\x62\x3d\x1b\x50\xc7\xd4\x40\xc1\xe7\x52\x59\xc2\x3b\xd3\x86\xcf\xe5\xa3\x93\x72\x09\xc7\xd7\x6a\x5e\xfe\x18\xcc\x8c\x1f\xd8\xd4\x28\x03\x9a\xdc\xbb\x00\xa0\xbb\x42\x7d\x3f\xd6\x00\xef\x51\x63\x63\x16\x50\xe5\x62\x92\x80\xf3\xce\xdd\x99\xd9\x32\x19\xb3\xc4\x8b\x4d\xaa\x0b\xd2\x48\xb8\x55\xc2\xc5\xb0\x88\x45\xb3\xf5\xc4\x29\xd1\xae\x50\x16\xc1\x92\xab\x87\xda\x12\xdb\x0b\x5c\x66\x93\x6e\x85\x5d\xd5\x7a\xed\x6c\xf6\x90\xaf\x6b\xfc\xa5\x8d\x12\x5b\xd1\x80\x15\x9d\x01\xf2\xc3\x06\x66\x4e\xb2\x97\xea\xdc\xd2\x4a\x2e\x89\xd9\xf7\xa0\xc5\x80\x92\x5d\x9f\x4b\xfb\xf3\x83\xb2\x8e\x5b\x3e\x3a\xcd\xe2\x25\x62\x56\x9d\x8a\x8d\x1a\xa8\x3a\xb9\xc8\x8e\x8a\x93\x5b\x54\x3a\x28\xba\xbf\xd5\x4e\xb5\xbb\xf4\xcb\x4a\x6d\x06\xb7\xee\xef\xa5\xc5\x9e\xf9\x05\xe5\x82\x36\x14\x1c\xe0\x0c\x4e\x51\x74\x80\xb3\xfb\xbd\xdf\xca\x5d\xdd\x74\x54\xd9\x2d\x0b\x00\x1f\x31\x93\x21\x37\x96\x23\x3e\xea\xc9\x72\x5a\xa3\x72\xbf\x83\xbf\xb9\xef\xb3\xd9\x2f\xb8\xaa\x47\x1d\x50\x90\x7b\xd1\x02\xd3\x16\x2e\xbc\xbb\x77\xb5\xe9\xae\x49\x47\x5d\x2a\x5b\x57\xf2\x40\xd7\xbe\xb5\x00\x8a\x00\x03\xaa\x2b\xfb\x18\xb5\xb3\x1c\x74\x99\x46\x44\xf7\x7e\x45\xd0\xcf\xef\x5a\x2e\xfe\x74\x33\x4f\xaf\xfe\xbd\xac\x3c\xc2\x8f\x5b\x43\xa1\x5e\xaf\x0e\xe2\xc8\x05\xb8\x25\xdc\x0d\xc7\xe0\x57\x03\x40\x55\x36\x02\x89\x8c\xc3\x3d\xed\x1a\xa7\xbb\x78\xc8\xef\x9b\x50\x56\x53\x0d\xf4\xa7\x31\x75\xec\x75\xa5\x57\x95\x4d\x2e\x9a\x1f\x7a\xfa\xc7\x7a\x96\x74\x27\x7f\x08\xf6\xe4\xe5\xd8\x13\xe3\xf0\xec\x52\x79\xa4\x55\x61\x94\x6b\xf3\x70\x76\xbe\x27\x72\x09\x54\x49\x7a\xaa\xab\x0f\x89\x95\x47\x54\x09\xfc\x9a\xf9\x0d\x49\x9f\x3d\x71\x5e\x1e\xb1\x53\xbb\xdf\xb0\x71\x1c\xea\x3f\x18\x97\x90\x83\x7d\xb8\x94\x7b\x5f\x46\xbb\x0e\xe5\x68\x46\xa1\x35\x2d\xaf\xc6\x42\xfc\x9c\x93\x25\x27\xf6\x84\x08\xa3\x62\xaf\xca\x54\x62\x4e\x36\x6c\x1d\x3f\xe9\x42\x54\xee\x73\x43\xea\x2b\x7d\xb1\x95\x4f\xeb\xde\x4d\x4d\xe6\x26\x60\xa8\x97\x62\xf2\x49\x9b\xb7\x4f\xd0\xbf\x61\xc0\xa9\xc9\x03\xf4\x5e\x93\x24\xc8\x3e\xee\x00\x66\x25\x85\xde\xa8\xb8\xd6\xb8\x7f\xfb\x5d\x72\x27\xbc\x0f\xba\xe8\x66\x17\x6d\x4f\x0f\x01\x53\x65\x04\xbc\x92\x23\x7c\x41\x2d\x9c\x94\xb0\x23\x78\xc5\x12\x4a\x00\xe3\xbc\x92\xf9\x06\x9b\x92\x1f\xba\xe1\x3d\x9a\xa6\x40\x82\x5a\x80\x13\xf1\xe3\xc8\x99\x67\xbb\x7e\xf1\x77\x75\xb0\x43\x50\xe7\xbe\xd7\xf8\x82\xeb\x0b\xe7\x36\xb1\x14\x59\xf3\x98\xf9\x23\x41\x99\x3a\x39\x85\x4c\x31\x52\xc8\x3f\x31\x79\x26\x7a\x10\x2a\x7d\xc8\x54\x14\xae\x93\xcb\x42\x8b\xda\x43\xa5\xc4\x40\xcb\xae\x0c\x15\x0c\xcd\x0f\xd7\x83\xc3\x9f\x5f\x6b\x15\xa4\x27\x2e\x96\x48\x74\x3a\x10\x5d\xb8\xdd\x50\x7b\x20\x18\xe7\x89\x95\x26\xd1\x32\xe0\x81\x59\x44\x8a\x69\x57\x9a\x3f\x28\xce\x65\x0d\x06\xa5\x3a\xa6\xab\x5a\xa8\xcf\x66\xa7\xd3\x2f\x25\xdc\xf8\xa7\xe6\x93\x36\x1d\x9d\x03\xa3\xb1\x01\xa9\x9d\xbe\x76\x98\xdc\x8c\xf1\x19\x04\xf2\x02\x0c\x10\xae\x79\x75\x66\x19\x60\x5a\xca\x3d\x23\x2e\xc4\x5f\x90\xb6\xa7\x75\x4f\x72\x01\x38\x3b\x99\x42\x3a\x41\xcc\x27\x15\xbd\xeb\x1f\xa8\x10\xd6\xda\x31\x81\x4d\xbf\xe5\x55\x3f\xc4\xa3\xb6\x89\xdc\x06\x4a\x49\xba\x84\x04\xb4\x54\x9b\x03\x4d\x30\xbc\xb1\x4b\x55\x2c\x20\x40\xb6\x5c\x87\x9c\xf7\xea\x67\x78\x42\xe4\x21\x38\x97\xcb\xbc\xfa\x4e\x35\xcf\x68\x0b\xb8\x7e\x9c\xb1\x7e\xe7\xe4\x9c\x18\xa8\xd3\x0a\xc8\xda\xad\x39\x16\xe5\xc0\x29\x5e\x45\x3d\xec\xf6\x91\x10\xd6\x6b\x91\x12\x3a\xc3\x97\xad\xcb\x97\x04\x98\x7b\xc2\xc9\x92\x71\x2a\x10\x4e\xc6\x8d\x97\x1f\xad\x63\xa1\x96\x0e\x48\xd3\xa9\x79\x57\xbc\xbc\x11\x1b\x08\x67\x32\x18\xce\x84\x6c\x61\x55\x3f\x44\x43\x46\xb2\x49\x90\xb7\x5d\x29\x48\x56\x56\x64\x94\x6f\x78\x4f\x0b\x91\xad\x49\x8d\x9e\x6a\x41\xd8\x45\xae\x65\x48\x0e\xad\xc1\xb0\x17\x2a\xe4\x75\x68\x41\x15\x47\x34\x41\x45\x6e\xb8\x55\x44\x49\x6f\x15\xb5\x94\x5b\x9a\xb1\xb3\xf2\x3a\x88\x0e\x33\xe0\x95\xfd\x34\xa7\x92\x7e\x83\x05\x68\x3f\xd5\x37\x45\xc0\x3f\xe7\xe9\x10\x59\xd5\x0b\xaa\x9f\xfd\x54\x5b\xe2\x33\x90\xfb\xec\xa7\x00\x81\x6a\xaf\xd6\x18\x56\xdf\x85\xfd\x54\x69\x80\xf8\x00\x70\x7d\xf6\x63\xc6\xf7\x1b\x4c\xbe\xcd\x02\x9f\x0d\xf0\xde\x22\x06\x36\x9a\x41\xd7\xdb\x86\xf8\xdc\x5f\x5a\x0c\x59\x39\xe0\x27\x02\x54\xcf\xee\x58\x03\x6e\xd2\x60\xdc\xed\xf8\x33\x90\xf4\xec\x58\x9e\x10\x8c\xca\x91\xed\x9a\xad\x22\x7e\x9e\xbd\x94\x4b\xee\xf4\x27\xf8\x74\x0b\x65\x00\xea\xd0\x82\xdd\x93\xa6\x09\xc0\xce\xd9\xdf\x7a\xfc\x4c\xfe\xdc\x91\xe6\x0b\x83\xbd\xb6\xe1\xcf\xc0\x57\xb3\x37\x32\xdc\x15\x41\xd4\xec\xad\x5c\x00\xb2\xcb\x20\xd9\x7d\x98\x16\x80\x9c\x66\x1f\x64\x8d\xbf\x00\x3c\x9a\xbd\x54\xed\x0e\xe6\x0a\xb8\x66\xf6\x53\xfb\x80\xb1\x06\x22\x99\xfb\x71\xac\xd3\xd8\xcd\xe6\x5e\x0e\xa1\x11\x58\xd5\x95\x22\x66\x6e\xca\x50\x68\x8c\x18\x5d\xb5\xfa\x46\x67\xda\x56\x11\x6f\xb5\xfe\x4d\x98\x5f\xe6\x52\xd8\x99\xb5\x05\xa1\x39\x54\xfa\x91\xe2\xff\x53\xaa\x1f\x7d\x58\xab\xa0\x72\xab\x2d\xa5\x46\x5b\x4a\x48\x5b\xea\xa8\xe4\x5b\xce\x13\x89\x32\x38\x50\x1b\x4c\x50\x9d\x9d\x34\x14\x79\xbb\xc8\xbb\xbd\x6b\x20\x0f\x23\x69\x90\xbf\xe2\x9b\xc3\x1d\x7a\x84\xbe\x47\xe8\x07\x6f\x4a\xbf\x68\x0c\x5f\x5e\x5b\x1e\x56\xea\xf3\xfd\x58\xdd\x13\x9d\xcd\xa9\x66\x61\x67\x65\x7f\xbc\xb8\x2e\x85\xea\x50\x07\x26\x7b\xdc\xb1\x92\x1b\x54\xc0\x33\xb7\x7f\x3f\xa5\xd3\x8e\x6a\x02\x7e\x1d\x62\xb8\x91\x51\x77\xef\xaf\x71\xf8\x4f\xc3\x06\xcd\xe9\x07\x11\xbb\x34\x28\xbf\x58\x9c\x11\xcd\x7c\xed\x75\x38\xc0\x00\x26\x4f\x0f\x24\x29\x38\x05\xfc\x0c\x55\xd2\x67\xa0\x10\x87\xcc\x5a\xcd\xdf\x52\xe8\x55\xed\xac\x90\xec\x3f\x9f\x92\x24\xd4\x73\x17\x55\xed\x7f\x6e\x97\xb1\xff\x97\xa0\x77\xca\x1b\x36\x5f\x8f\xa0\x84\x57\xc8\x29\x6e\x93\xa9\xec\xd7\x81\x8b\x93\xa8\x5e\x9f\xe1\xf6\x0b\x89\xdc\x99\x85\x44\x6e\xeb\x48\x39\x40\x3d\xa8\x19\xc7\x73\x7e\x38\xf8\x42\xf5\x64\x8b\x22\x47\x47\x92\x18\x91\x15\xc2\x68\x0c\x42\x2f\x37\x24\x0b\x45\x08\x7a\xe9\x07\x6b\x3a\x26\x9c\x4e\xa4\xb8\x28\x9d\xf0\x66\x08\x5c\x9d\x0c\xf8\x07\xbd\x44\x9c\xaf\x6d\x79\x99\x81\x68\x4f\x82\x7b\xd2\x42\x36\xf7\x4d\x52\xf6\x7e\xa0\x75\xc8\xc7\xdf\x55\x4f\x78\x5e\x6d\x55\xce\xdc\x3e\x20\xbf\x24\x9b\x54\xc7\xe2\x89\xe6\xd7\xfb\x69\x4e\x25\x4f\x88\x54\xed\xc9\xaa\xa6\x94\x66\xc5\xc2\x01\xba\x1f\x92\x6a\xbe\x5f\xf2\xf0\x18\xdd\xe9\xb4\xc3\xe9\xc4\x0b\xc3\x3c\x69\x84\xda\x55\xbf\x8b\x78\x34\x1d\x75\x4e\x73\x4f\xba\x7d\x47\x65\x8c\xca\xdf\xc5\xf4\xc0\x79\xb2\x47\x96\xe1\x9f\x5a\xf2\x4c\x4b\xc5\xe6\x7a\x16\xac\x91\x75\xe6\x55\xdf\x85\x7a\xfe\x6b\x7f\xf2\xaa\x00\x6e\x20\xbe\xe9\xcf\xfc\x47\x69\xd4\x4a\xd5\x09\x62\x1a\xce\xc7\xff\xd4\x51\x27\xa7\xa8\xc0\x73\xce\xc3\x5e\x0f\x55\x47\x66\x4b\x51\xc7\x5f\x6b\x11\x22\x6f\xfd\x06\x7c\x85\xfb\x0c\x88\x27\x29\xd3\x20\x2e\x56\x2a\x7f\xce\x4c\xfc\x3a\x5b\xfa\x64\x35\xe5\x3f\x2c\x4d\x67\x9b\xe3\x33\xd4\x90\x33\x67\x99\x11\xe1\x53\xeb\xf5\x92\xc1\x94\x51\x8e\x01\x1f\x94\x27\x38\xa5\x66\xbb\x08\x36\x4b\xad\x81\xcd\x94\x6a\xfd\xdb\xce\x54\xa5\x47\x62\xf0\xc8\x70\x12\xa4\x4f\x88\x74\x56\x75\xc5\x18\x4e\x92\x3d\x71\x27\x74\x69\x3f\xfd\x1c\xa0\xaa\xf5\x2d\xcf\xb6\x50\x03\x59\xcd\xf1\x8b\x12\xa0\x42\x6e\x65\x8f\xd5\xfd\x03\xa0\xdf\x26\xdd\xcc\xd3\xdd\x1c\x14\xac\xb6\xf7\x33\x67\xf2\xae\x97\x0c\xf2\xb0\xb4\xb9\x3d\x80\xc1\x60\xf1\x37\x70\x95\xd7\x87\x03\x62\xcf\xc4\x96\x94\x95\x02\x7b\x13\x01\x8f\x04\x09\x10\xa4\x47\xa8\x0d\x83\x09\x7f\xbd\x89\xc4\xe1\x4d\xa9\x60\xda\xb4\x1c\xb0\x51\xd0\xa2\x38\x05\x51\x1c\x1e\x98\x33\x13\xf2\x66\xdc\x04\xe4\xc2\x24\x5e\xa0\xe6\xa6\xce\x04\x3e\x01\x52\xf9\xc0\x90\xeb\xf6\x51\xc2\x32\xb9\x6c\x25\x78\x83\xf6\x27\x79\xe9\x73\x95\xc9\xa5\xb8\xe4\x94\x87\x0d\x85\xe1\x93\x16\x9e\x33\xde\x9f\x00\x0a\xad\x8c\x8b\x6f\x0c\xd7\x73\xd8\x43\x22\x58\x07\x16\x43\x0e\x59\x96\x50\x46\x95\x43\x22\xef\x81\xca\xdd\xc4\xcf\x75\xaa\xae\x26\xea\xac\xb6\x98\xbc\x85\xdc\xe1\x3f\x23\xfd\x05\x34\xf3\x47\x68\x5d\x71\x83\x7a\x38\x63\xe2\x96\x51\xa5\x27\x51\xa0\x8a\x13\xab\x35\xac\x7d\x29\xda\x3a\x06\x79\x0d\xf5\xb1\xa3\x3e\xe8\xd1\xbc\xd5\x4b\x9e\x0b\x74\xe9\x9e\x8a\x2d\x1e\x88\xc1\x0a\x7f\xfb\xab\x02\x15\x72\xc9\x27\x8f\x58\x5a\x86\xc4\xa5\x35\x22\x1d\xd3\x2e\x5c\x72\xef\x2d\xc4\x37\xdd\x06\xe3\x7a\x87\xe5\xf5\x03\xed\xcf\xed\x25\xf0\x93\x2f\xe0\xff\x5f\x32\xad\xe0\x62\x0e\x6f\xd0\x92\x88\x26\x4d\xfa\x6d\x05\x76\x7d\x22\xa3\xf8\x76\x64\x29\x73\x0e\x1f\x41\x72\x3b\xe9\x52\xdb\xf6\x12\xc1\xd1\x55\x93\xb3\x8a\x97\x9f\xdd\x8c\x3a\x6b\x7f\xc0\xc3\x03\xb5\xb0\x0d\x44\xb9\x50\x1e\x68\x6c\xed\x88\x0a\x45\x27\x8b\x26\xe3\xd2\x2d\x3b\x58\x0c\xc7\x2d\x24\x56\x67\xcf\xf0\x21\xf0\x16\x8c\xfa\xa8\x81\x9d\xa6\x74\x83\xea\x21\xd2\xb0\x44\x18\x60\x72\x34\xe7\x2b\xca\xc3\xc6\x7b\xcc\xc5\x1b\xa9\x04\x9c\x20\xee\xaf\xea\xcc\x5a\x88\xc8\x9d\x81\xdd\x03\x23\x88\x1f\x53\x3e\xc4\xd2\x3e\xc1\xa6\x47\xd9\xcc\x1c\x88\x86\xc0\x13\xf9\x3e\x48\xfc\x3f\x92\x87\xf7\x13\x9f\xb2\xd6\x68\x2a\x00\x3d\x39\x0b\x4e\x8f\x97\xed\x30\xc7\x87\xd1\x31\x56\x80\x86\x88\x9e\xf3\x1e\x69\x13\xd2\xb0\xa1\xd4\x63\xb0\x88\x06\x8b\x67\xd3\x37\x4f\x28\x0a\x85\x70\x55\xd4\x29\x54\xb7\xcd\x1a\x9a\x15\xf3\x46\x1c\xa1\xbc\xe6\x58\xc9\xc7\xe1\x15\x92\x5c\xd1\x70\x1a\xda\xfd\xaf\x7a\x00\xf4\xc2\x3b\x32\xe9\xde\x01\x85\x02\xe3\x0a\x37\xc3\x94\x61\x5e\xda\xba\x54\xc5\x7a\xeb\xfd\xe5\x19\xa5\x67\xa2\x50\x71\x70\x01\x13\xb5\x01\x63\x32\x3a\xd5\xc0\x27\x14\x80\x54\x07\xda\x9b\x51\x6b\x8a\x5d\x2e\x4c\xd5\x15\x6b\x8b\xbf\x4d\x38\x3b\xdb\x11\x36\x8f\xfa\x1e\x0a\xdb\x7b\xca\xac\x53\xdc\xdb\xeb\x6d\xb3\x51\x29\xb9\xf1\x18\xd3\x32\xd9\xdd\xde\xa5\x3b\x59\xbc\xcb\x15\x36\x91\x9e\x59\x3f\x53\xf2\x08\xda\x6e\x0e\x6b\xf1\x10\x00\x16\x88\x5f\x4a\xbd\x98\x97\x62\xd2\xb4\x7c\xe8\x8b\xc3\x32\xd6\x46\xda\x9c\x23\x12\xfa\xe5\xeb\xf6\xbf\xbf\xbb\xea\xd8\xf9\xcb\x4f\x85\x9b\xca\xde\xf0\x76\x3d\xb4\x3b\x0a\x89\xce\x9d\xce\x85\xb0\xe8\x83\xce\x8b\x7c\x36\x3a\x4b\x55\x9a\x8e\x4e\xc3\xcf\x87\x14\xb8\x80\x93\x3a\x86\xf4\xef\x3b\x3e\x24\x10\x9e\xd9\xef\xe2\x46\x57\x28\xfe\x72\xf7\x38\xe0\xa6\x2d\x20\x76\xa0\xa3\x2d\x2e\xba\x5c\x1d\x89\xe1\x68\xd2\xa9\x5c\x7e\x74\x10\x97\x3a\xed\xef\x5e\x72\x21\x3e\x56\x3d\x7b\x0f\x16\xc6\xa9\x2a\x1f\x5b\x94\x5b\xaf\x6a\x88\x77\x66\xfc\xfc\x6a\x9e\x9c\xc9\xf9\xd6\xfa\x21\x31\x4e\x24\xd2\x4e\x3b\xf9\x31\xe4\x7c\xbf\x84\xe7\xdb\xe8\x36\x04\xca\x86\x05\xca\xa9\x52\xd8\x84\x69\xb7\xf0\x01\x51\x84\xe6\xf7\xdb\xbd\x7a\x75\x99\x23\xd4\xce\xde\x31\x4d\xf1\xa9\x54\x33\x5a\x69\xc0\xea\x1b\x60\x3d\x98\xd1\x2e\x8f\xdc\x55\x45\x06\x3d\x6f\x8e\x52\x6f\x22\xea\x4f\xed\x88\x84\x01\x82\x0a\x67\x44\x04\x3d\xa4\xbf\x8e\x53\x04\x45\x9a\x48\x64\x7f\x6d\x2f\x9e\xd9\x2a\x54\x94\x0a\x43\x89\x42\x00\x9d\x1c\xb5\xd0\x87\x94\x78\xeb\x7e\xf4\x81\x54\x4d\x75\x3b\xcf\x04\xb3\x23\x5e\x07\xec\xaf\x8b\xbe\x6a\x53\x76\x53\x40\xb0\xe8\xce\x49\x98\x4e\x23\xa4\x52\xf9\x2b\x48\xd8\x19\x11\xb0\xaa\x9d\x34\x43\x52\x7a\x41\xfa\xa7\x96\xe5\x6d\xe6\x44\xc8\x86\x7b\x76\x5f\x2f\xe8\x19\x85\x0b\xc7\x00\x63\x21\xa2\x7a\x3d\xb7\x5d\xde\xc2\x3d\xb8\x71\x47\x66\xd1\x92\x75\x8b\x92\x8d\x0c\x5d\x1f\xb7\x71\xb0\xe7\x2b\x08\x28\x16\xde\x06\xb0\x2b\x64\x48\xb8\xed\x09\xc6\x56\x0f\x67\xc8\x19\x4d\xac\x00\x84\x76\xf1\x35\x41\xf9\xbf\x02\x71\xfa\xb8\x39\xd7\x47\xae\xdd\x63\x5f\x09\xc8\xf2\xc6\x97\x15\x78\x8c\xf3\x77\x57\x2d\x39\x1f\xe9\x31\x24\x7d\x00\x32\x99\xd4\xb9\xa7\xcb\xae\x35\xf2\xa6\xcd\xbb\x36\xbe\x27\x44\xb7\x28\xcf\xc9\x3b\xc4\xcb\x71\x8b\x20\x75\x3e\x1d\x78\x95\x39\xb9\x5e\xa6\x1b\x50\x3f\xd1\x42\x1a\x35\xb7\xe4\x89\xd3\x6b\xc7\xd9\x3d\xc4\x2d\xad\x53\x38\x8f\x5c\x0b\xf4\xf9\xdc\x73\x6e\x1f\x06\xd3\x23\x0a\x0f\xee\x76\xfb\x77\xa9\xd7\xb5\x8b\xac\xa1\xe4\xf6\xd3\x7b\x4d\x1f\xeb\x4f\xb4\x6c\xfc\x10\x99\x07\x47\xd9\x18\xdc\xb8\xc0\x77\x6a\xde\xe3\x7c\x26\x72\xca\x4f\xab\x06\x2f\xc2\xfe\x39\x58\xd9\xe6\x15\xd4\xd7\x45\xcf\x86\x67\xa1\x73\xdb\x48\x40\xaf\x5c\x91\x1c\x9e\xa6\xba\xff\x99\x6e\x72\x2e\x81\xb6\x26\x14\x58\xcd\x8e\x52\xa8\xdf\x85\xdf\x17\x97\xdf\x69\x46\x9a\x52\xa8\x2f\x85\xcf\xb3\xfc\x23\x39\xf3\x42\x29\xd4\x2f\x7c\x26\x5d\xef\x55\xdb\xcc\xf4\x91\xc0\x0f\x4e\x52\xa8\x1f\x85\xcb\x5f\xf3\xab\xc7\x0c\x14\xf0\x0d\x1f\x89\x60\x72\xa6\xd5\xfa\x4b\x57\x42\x29\x7e\x44\x92\x4a\x83\x3c\xfc\xbb\xc0\xc0\xd0\x62\x09\x09\xcc\x10\x94\x6b\xbe\x78\xb7\xd6\xf8\xf4\x46\x2b\xab\x09\xa7\xcb\x1c\xca\xf0\x34\x6e\xbf\x54\x5d\x31\xdb\xa1\xf4\xe1\x88\x2b\x5f\x3b\x50\xe2\xfc\xfd\x33\x6a\x31\xe6\x4b\xd2\x3f\x46\xbd\x1a\xb2\xe8\xb6\x44\xe6\x03\x32\xc9\x8e\xdc\x83\x3e\x73\xb4\x89\x10\xef\xec\x93\x2a\xa1\x7e\x9c\x7f\xd1\xc5\x28\x2b\xac\xac\x99\x03\x06\xb9\x2d\x30\x8e\xe7\xb2\x86\xe8\xc5\x28\x24\x7c\x3e\x45\xfc\x8e\x16\x65\x5b\xab\x40\x19\x2a\xbc\x0b\x01\x70\x2c\xb7\xf8\x6e\x94\xae\x98\x96\xdc\x17\x43\x9f\x38\x70\x50\x59\x40\x64\xef\xa2\x25\xc1\xd3\xdf\x94\xa8\xc8\xd8\x9c\x70\x4a\x84\x0b\x88\xfc\x0e\x9c\x41\x93\x53\xe5\x11\x22\x92\xfe\xe6\x17\x3a\x09\x06\x17\x3b\xf0\xa5\x4d\x74\x7b\x0e\x0c\x73\xbf\x03\xf2\x3d\xbf\x4d\x67\xcc\xf0\xc7\x9a\x36\x79\x3e\x68\x16\x57\x6c\xd1\xc5\xb1\xa4\x3c\xe3\xef\x67\x4a\x34\x14\x37\x97\xbe\x1b\xab\xf9\x17\x98\xbc\xe9\x3a\xf3\x88\x1f\xdf\xd8\x34\x2f\x34\xad\x84\x58\x91\x73\xfd\x69\x49\x85\x0f\x89\x4c\x99\xb9\x7f\x52\xc8\x2a\xb1\x73\xa4\x75\xb8\x5a\x46\x27\xe4\x1e\x8d\x36\x01\xb4\x3a\x38\x0d\x48\xcf\x80\x2e\x32\xea\x6e\x4d\xaa\x25\x20\x20\x95\x50\x67\x2b\x58\x01\x80\x6a\xd5\xa5\xbf\xd3\xda\x9c\x50\xf7\x7e\x35\x49\xbb\xa7\x7a\x7e\x25\x3a\xc3\x8b\x91\x17\xa2\x8e\x61\xaa\xbf\x71\x36\x1b\x2e\x0d\x24\x48\x53\x87\x0a\x2a\x2c\x11\x62\x0c\xa6\xbb\x0a\xa7\xd6\x52\xf4\x4d\x7d\xc1\xe1\xd9\x75\xaa\x8e\x4a\x4f\xcc\xb0\x3e\x49\x06\x24\x0d\xc6\x3d\xc8\x0e\x67\x55\xb7\x18\xde\x77\x04\x76\x07\x4e\x3c\xde\xc9\xa8\xc6\xf8\x65\xfa\xdf\x1d\x8a\x0c\x47\x21\xce\x60\xaa\xbc\xfc\x4d\x70\xef\x94\xfd\xe8\x46\x7c\x36\x77\xb7\x5a\xbd\x30\x70\xcb\xf9\xa8\x65\x28\x3b\xf2\x0e\xc8\x7a\xb2\x57\xf8\x3b\x8e\x68\xc6\x55\x4c\x4e\x42\x6f\x4d\xa6\xa8\xfd\x04\x2a\xf0\x89\x69\x33\x41\x48\x6c\x54\xa3\x9c\x31\x2a\xb2\x9d\xfc\x46\x42\x44\x42\x2f\x13\xaa\xcd\x2f\x18\x94\xbf\xa0\x60\x55\x1d\xf1\xd1\xb1\xe0\x9b\x55\x07\xfc\x76\xfc\x05\x03\xa9\xea\x88\xb7\x01\x7e\x3b\xaa\x33\x65\x77\x8c\xc1\x70\x00\xd8\x65\x87\x9a\x24\xc7\xec\xf4\x84\xfc\xa7\x95\xac\x0d\xcc\x6f\xb6\xd8\xab\x1d\xd9\x5c\x6d\xb9\x05\x7e\x1d\xad\x7c\xab\x22\x71\xe6\xd4\x28\x42\xa2\xa5\xa6\xb5\x90\x20\x71\xaf\x00\xde\xbf\xe8\x5b\x1b\x12\x77\x57\x4d\x5e\x08\xb7\x45\x4f\x02\xa5\xa6\x4b\x3b\x6c\x20\xfb\x80\xd9\x98\xb5\xb6\xcf\x45\x15\xc5\x64\x25\x75\xfa\x39\x86\x18\x25\x1e\xd6\x31\xa1\x93\x1a\x6e\x63\xc0\x30\xff\x84\x9a\xab\xc9\x19\xfc\xd1\x1e\x7f\xfe\x5b\xab\x80\xcd\xeb\x59\x6b\x68\x09\xa3\x9d\xf9\x6b\x20\x7c\x88\x67\xb4\x7d\xa2\x71\xc4\xf9\x6b\x2e\xd9\xc2\x53\xe2\x6f\xf0\xd7\xcb\x7b\x40\xd0\xfe\x2a\x53\x0c\x16\x74\x7d\x5d\x9d\xab\xc3\xc0\x74\x6d\x9f\x25\x4c\x88\x22\x24\x1d\x03\xed\xb3\x8e\xcd\x2d\xe6\x9a\x7d\xb1\x01\x5f\x7c\x3d\xd0\x76\x9e\xd5\x24\xfb\xd8\x6d\xb1\xb4\xfa\x76\x52\x1b\x01\xea\xba\x35\xe0\x22\x4d\x47\xa8\x88\x80\x8e\x26\x6d\x4c\xf7\x94\x09\xf8\x8e\x24\x07\x22\xc5\x6a\x7a\xa8\xc8\x29\xd2\x92\x46\x95\xe6\xf9\x5c\x1d\x90\x35\x7e\x58\x3c\x20\x21\x2a\x60\x84\xe1\x26\xa3\xa8\x1c\x8f\x4f\xa0\xfb\x80\xdb\x3e\xe2\x52\x1e\x48\x16\xe0\x7e\x79\x0d\x02\xf9\x9e\xd4\x5f\x73\x95\x47\xff\x33\x8a\x61\x39\x2c\x52\x8e\x87\x1f\x12\x7a\x45\x78\x76\x17\xd6\xe0\x54\x00\x5f\x26\xc8\x94\x69\x6a\x6d\x31\x3a\x44\xe3\xfa\x6d\x2e\x5b\xc0\x9e\xc3\x95\x67\xc0\x1e\xf8\xcd\x81\x81\xa9\x23\x91\x4a\x08\x7c\x91\x0a\x8f\xf4\xed\x5b\x03\x4f\xc9\x6d\x85\x88\xcc\xeb\xe7\xdf\x55\x47\xf8\x09\xd1\xa3\xab\xc8\x3a\x21\xb5\xed\xb5\xb5\xb8\xba\x38\xbe\xa8\xee\x2f\x4b\xbd\x35\xc6\x3f\x79\xc2\x90\x74\x9c\x71\x98\x72\x7f\x66\xcd\x83\x40\xa3\x02\x70\x1f\x86\x70\xe5\xa3\xbc\xf3\xcc\x57\x1e\x0f\x2f\x46\x7f\x12\x4e\x50\xa1\xe8\x6b\x36\x5c\xe0\xd2\x57\xca\xa1\x98\x71\x03\x93\x79\x08\x7d\x1d\xf6\x28\x88\x60\x36\x1d\x00\xc9\x1e\x91\xce\xf6\x5a\xc3\x90\x78\x71\x1d\xd0\x2b\xba\x25\x57\x88\x77\xfd\xbd\xde\xcf\x56\x37\x65\x94\x8f\x06\x6e\xdc\xf3\x8d\x24\x51\xdf\x62\x0c\x93\x3f\xc8\x3c\x64\x49\x92\x5b\x4c\x35\x0a\xd6\x60\x6b\x30\x34\x19\x7b\xc2\x3e\xa4\x64\x03\x78\x1b\xce\xf4\x64\xe8\x9a\x60\x4f\x9a\xd4\x78\x8e\x3c\xd9\x0f\xb8\x63\x96\xc7\x8b\xf0\xb7\x97\x31\xa5\xa5\x6a\x8d\x93\xb2\xa9\x58\xdf\x8b\xf8\xce\x10\x77\xbe\x13\x64\x8d\xd5\xa8\xe5\xa8\x50\x0e\x9c\x88\xea\xe7\x16\xcf\x7a\x85\x2b\xec\x7c\x77\x5e\x39\x1e\xeb\xb4\x14\xaf\x9c\xd7\xec\x93\xeb\xf4\xeb\xa7\x92\x2a\x1b\xd6\xf2\xe7\x1e\x6d\xdf\xb6\x4a\x0b\x60\x23\x7f\x54\x1d\xb1\x96\x15\x29\x00\x52\x05\xf3\x0f\x4f\xc0\xf4\xb6\x78\x7a\xd7\xe7\xc2\xf4\xf6\x78\x21\x24\x98\xdd\x19\xa4\x12\x5f\xb9\x3d\xbf\xe4\x5a\xb5\x33\xa0\x2b\xd5\x72\xb8\xc6\xa5\x60\x2c\x1e\x0f\x78\x21\x98\x06\x76\x85\xd9\xba\x80\x8d\x77\x03\xd8\x52\x31\x2f\x8d\x53\x69\x86\x83\xfd\x65\x81\xe8\x19\x5e\x81\x07\xff\x6c\x19\x20\xc7\x94\x6f\x6b\x32\xd4\x13\x32\x9e\x0f\xf7\x17\xc6\x59\xfd\x75\x4d\xb4\xf3\x35\x51\x5c\x99\xea\xa0\xe6\x53\xe8\xba\xe4\x28\x62\xc0\x69\x3c\x73\xba\xab\x43\x13\x6f\xd7\x6f\xef\x9d\x70\xa0\x9e\x3c\x07\x99\xad\x3b\xf2\xd9\xa2\xea\xb2\xb8\xb8\x1a\xa7\xe0\xde\xa3\x73\xf2\x11\x7e\x74\xdf\xd0\xce\xb8\xb9\xb9\xe9\x0a\x9b\x90\x16\x42\xf9\xfd\x52\x1c\xb1\x92\x4b\x04\x34\xf8\xc0\xcf\x45\x2b\x0e\x4b\x96\xac\xd9\xed\x41\x39\x12\xaa\x63\xf5\x49\x28\x4e\x80\x3d\x36\x0a\x7f\x5e\x72\xfc\xf8\xe8\xe0\x88\x45\xfd\x22\xbd\x29\xd3\x18\x9a\x0b\x0e\x48\xe1\x37\x63\x64\xb5\x21\x67\x78\x70\x1a\x42\x46\x87\xc4\xbe\x84\x6a\xfc\xcd\xc9\xa9\x16\x32\x05\x3c\xe6\x9c\x2e\xb2\x73\x54\xe6\x10\x37\xf1\xda\xb9\xee\x8d\xda\xe0\x00\x74\x90\x6f\x00\x0d\xa2\x19\x8c\x4b\x92\x7b\x54\xc1\x21\x19\xf7\xe0\x4e\x41\x32\xce\x2d\x66\xed\x48\xa8\x68\x88\xcd\xed\x08\xf1\xad\xd2\xa0\x01\x9b\x2b\x56\x9c\x26\x8d\xd1\x9f\xba\x9d\x16\x44\xd1\x31\x79\x42\xe9\x57\x97\x4b\xbe\xbb\x8f\x40\xa9\x64\x67\x7e\xf1\x0d\x1a\x9c\x72\x87\x9c\x7b\xa0\x27\xb9\xc7\x2d\x52\xfe\xb3\xed\x03\xb0\xd2\x28\x6e\x9d\xa3\xbb\x6d\xd1\xf5\x2d\x1f\x8a\x3b\x94\xc3\xfa\xdd\x2e\x08\x0c\x03\xc4\xa6\xcc\x0b\x3b\x0b\x78\xe7\x46\x17\x63\xb6\xb3\xb3\xcb\x2d\x70\x25\x78\x85\xcd\x3c\x22\xbc\xbe\x6a\xa5\x4b\x19\x78\x4e\xcf\xb9\x0c\x51\xd6\xa1\x0f\x5d\x69\x86\x28\x0a\x87\x38\xe0\xf5\x18\x0d\x2a\xb2\x3c\x46\xe4\xaf\xd5\x4b\x95\xdd\x2b\x6a\x2e\xeb\x34\xfc\xd6\x8f\x3e\xe2\x74\x53\x2a\xe7\x8f\xe0\x2e\x74\x2f\xd2\x21\x1f\x90\xf3\x96\xc2\xbf\x63\x50\xba\xe0\xc0\x59\x85\xf4\xdb\x94\xb3\xf9\x31\x66\xf0\x0d\xa3\x00\x5f\x9c\x50\x33\x33\x9e\x16\x5f\x08\x15\x91\x8a\xef\x0e\x64\xb4\xbf\xaa\xdf\x2d\x1c\xda\xc0\x31\x6d\xe2\xd0\xae\xc9\x04\xb8\x1e\xe3\x73\xf6\x74\xa3\x28\xb5\xe1\x11\xf3\x58\xda\xf8\x7d\x46\x53\x3b\x75\x60\x42\x9a\x03\x10\x58\x8c\xc2\x6d\x03\x46\x3b\xbf\x7e\x9f\xe2\xfe\x78\x6e\xc3\x1f\xa4\xdb\x3e\x03\x8e\x77\x0f\x96\x25\x9f\xc5\x89\xbf\x40\xd2\xa2\x3f\x18\x3c\xa2\x4d\xc4\x37\xf7\x87\xc7\xd2\x65\xa6\x0b\x49\x8b\xdc\xbe\x2c\x2b\xed\xc3\xe3\x65\xc5\x2e\xe0\xd4\x05\x57\xec\xcf\x82\x17\x91\xec\x17\xb0\x77\x2e\x64\x70\x23\x51\xfc\x7f\x94\x28\x2d\x0b\xe5\x89\xc4\xfc\xf3\xa5\xbe\x65\x35\xc4\x16\x43\x42\x06\x73\x06\x2a\x20\xb6\x96\x07\xca\x19\x75\x0e\x36\x29\xe9\x21\x95\x06\x51\xa1\xd6\xb0\x4b\xe0\x16\x3b\x09\xf4\xcb\x8b\x85\x74\xc9\xd0\x82\xea\x17\x20\x43\xeb\xeb\x02\xc8\xb9\x93\x5e\x17\x47\x65\xe7\x1b\x0f\x3b\x34\x18\x14\x01\xb6\x5a\x0c\x31\x00\x83\x1a\x25\xb4\x23\x38\x9b\xbc\x42\x91\xd8\xbe\x0f\xd1\x75\x46\x58\xe9\x93\x4a\x71\x2e\xa8\x34\xe5\xa2\x87\x36\x68\xae\x2a\x3d\x2a\x63\x7d\xab\xc1\xbb\x31\x86\xe6\xc8\x85\x91\xdc\x72\x5e\xf4\x8c\xbc\x86\x4a\x8f\x2b\x37\xa3\xc7\x42\x53\x06\x82\x9a\x83\x20\xe3\x30\x1e\x95\xa4\x2f\xd7\xbd\x7b\xba\x03\x1e\x79\xfd\xa8\xda\x80\xe2\x6a\x8a\x72\x60\x1e\xe1\xd4\x84\x20\x9e\xc0\xc2\xab\x30\x84\xf0\xf1\x52\xa2\xed\x1b\x8c\x54\x72\x5e\xaa\x58\x71\xfc\x6f\x7c\x5a\x81\x3d\xfd\x0c\xb5\x87\x0b\x62\x0f\x32\xe1\x2d\xc8\x38\xa1\x57\x65\xde\x9c\x73\xcb\x27\x76\x0f\x4f\xf7\x1b\x5d\xb2\x8e\x67\x75\xde\x9c\xba\x57\x0e\xa3\x51\x0f\xc0\x37\x30\xe1\xe7\x98\xf6\xd8\x45\xba\xdf\x41\x18\xcc\x1b\xe4\xdd\xdc\x29\x84\xec\x03\x38\xed\x03\xd9\x02\x04\xb4\x1f\x7f\xbd\xec\xce\x75\xdf\xa9\x5e\x60\x6c\xb7\x16\xaf\x76\x92\xeb\x31\x09\x2d\x03\xae\x7d\xa2\xd3\x49\x70\x51\xd8\xca\x29\xfc\x76\x5a\x49\x53\x3a\x60\x0f\xac\x16\xdb\xca\xf9\x7c\xf7\x91\x01\x45\x8c\x4c\x58\x0a\x73\xd8\xb7\x28\x57\xbe\x94\x3c\xed\xb0\x08\xdd\xe3\x91\x6b\x64\xf0\xd7\x6d\x7e\x2b\x2e\x55\x92\x71\x35\xc9\x5f\xb6\x88\x18\xcd\xd9\xee\x48\x00\x4e\xcc\x3b\xf2\xd7\x5d\x9e\xc5\xc2\x48\x11\x9d\x5d\xfb\xee\xcd\x73\x8c\x54\x43\xb6\xe0\x22\xd7\x4f\xa4\xc2\xb9\x63\xae\x5b\xa8\xb3\x34\x3b\xa7\x0b\xf4\x81\xf1\x32\x02\xf1\x7c\xd5\x15\x0d\x79\x54\xda\xd2\x6b\xcb\x83\x5d\x38\x31\x51\x95\x53\x91\x8d\x10\x3e\xf6\x36\x62\x83\x38\x0e\x7a\xbf\xab\x57\x29\x81\xa7\xd6\xd0\xc0\x78\x89\xd1\x19\x11\x75\xbb\x87\xf4\xf5\x2e\x9c\x16\x6d\xaa\x04\x46\xfa\xd8\x79\xa8\x0f\x0e\x5a\x3d\x6a\x33\x6c\xae\x1e\xcd\x89\x61\x35\x29\x7d\x70\xa7\x76\x15\x6d\xc1\x0d\xb7\x64\xe8\x9f\x87\xd5\xba\x12\x62\xb6\x40\x91\x0c\x69\x5e\x33\xc8\x0b\x6c\x09\x81\xd2\x8e\x90\xdd\x2c\xbc\x2b\xc0\x14\x71\x94\xe4\x42\xa2\xf9\xd7\x42\x05\xc8\x09\x0a\x57\x9e\xb0\x1b\x90\x6e\xb5\x57\xa2\x3a\xd6\xf3\x44\x31\x9f\xd9\x79\x05\xe8\xed\x64\xe7\x7d\x7a\x44\x14\x21\x0d\x28\xb3\x25\xc6\xfe\x88\xb7\x4c\x40\xbc\xe2\x30\xee\x48\x3c\x1e\xc9\xa2\xf6\xe8\xdd\x85\xdb\x8f\xd9\x67\x9e\x8e\x4a\x8a\x85\xb8\x4a\xef\xb0\x05\xcd\xd4\x76\x4f\x72\x6d\xd6\xd8\x8d\xc0\xab\x6a\x17\x25\xf3\x09\xd5\x85\x21\xa2\xd3\x33\x22\x43\x2f\xcc\xe6\x92\x80\x8f\x45\xf7\x3f\x99\xcd\x09\x4a\x29\xf8\xf0\xd5\x07\x9a\xb5\xa2\x1a\xeb\x9a\x55\x38\xe1\x2d\xc2\xad\xb6\x07\x92\xe7\x0b\xc4\xda\xb1\xfd\xe9\x7c\x21\xae\x7e\x99\xae\x31\xef\xda\xdc\x2c\xaf\xe3\x64\x36\xb5\x9b\x31\x57\xc8\x50\x56\x92\x32\xf5\x44\xbd\x1e\xf4\xc7\xeb\xe1\xef\xe2\xfb\x49\x8f\xf9\x40\x18\x1e\xdc\x84\x9a\x1b\x60\x4c\x8a\x24\x1c\x46\xfd\x4a\x19\xca\x02\x3b\xa8\x24\xc7\x47\x42\xa5\x92\x0c\x3c\xf5\x68\xb0\xe5\xef\xac\x83\x6b\x48\x6d\x5f\xbc\x6c\x69\x57\x4d\xe2\x42\xc8\x59\x37\x70\xf7\x64\x26\x65\x61\xcf\xe8\x90\xbb\xfe\xa5\xa2\x78\xdc\x92\x7b\x7c\xec\xcb\x43\xf1\xfb\x81\x3c\xe2\x63\x45\x2e\x91\xed\x63\xea\x4e\x36\xaa\x4e\x53\x21\xba\x32\x2e\xfc\x72\x41\x4c\xe5\x4c\x4a\x02\x46\x55\xe9\x5f\x32\x29\xf7\x6d\x76\xf8\xbb\x42\x7d\x53\xc0\xa4\xc2\xe9\xa5\x5f\x08\x29\xa9\xad\x76\x01\xeb\xcd\x6b\xb6\x09\xd6\xea\xc3\xd0\x80\x68\x6b\x6a\x0c\x12\x4e\xbf\x09\x77\x7e\x57\x76\x6a\xb7\x29\x80\x91\x49\x01\x0c\xad\xea\x8c\xaa\xc3\x09\x9a\x01\x4e\xa5\xb7\x25\x71\xae\xd9\x99\x6c\xf6\xf4\x41\xfd\x18\xea\x67\xbb\x0d\x95\xc2\xd7\x30\x5a\xc3\x15\x0a\xdc\x83\x26\x96\xd2\xa7\x39\x7c\xf5\xb9\x05\xe4\x46\x9a\xd0\xd9\x01\xe4\x09\xce\x7a\x47\xc0\x5f\xb3\x7a\x9f\x0e\x23\xb6\x31\x60\xe9\x5e\x40\x15\x98\x82\xee\xb5\x8d\xfc\x4b\x4a\x36\x24\x28\x6b\x99\xfb\xab\x7f\xa2\x50\x66\x25\x6b\xdb\x0b\x45\x87\x7b\x8e\x18\xf0\xc3\x16\xf6\x37\x72\x3d\x9f\xa2\xbb\x7c\x13\x4b\xe4\x5b\x38\xfd\x87\xdc\x12\x9a\xb1\x9b\x08\x99\x95\xa9\xa2\x8f\xd3\xa3\x75\x3a\xd1\xd2\x9a\x66\xfc\x0a\xc7\xde\x43\xf5\x43\x88\xd7\xcd\xe9\x89\xa2\xc8\xf6\x3c\x66\xb7\x22\x24\xff\x14\xe0\x7b\x73\xd9\xc0\x0d\x6e\x07\x59\x99\xaf\x07\x98\x0f\xa3\x3a\x6a\xd8\x26\x3b\xd2\x71\x55\x64\x1f\x06\x4f\xac\x91\x39\x42\x7c\xe9\x21\x8c\xb9\x97\x7d\xe3\x3b\x5b\x93\x29\x35\x09\x00\xaa\xed\x47\x44\xe5\xe0\x65\x5a\xfc\x3d\xb8\x73\x52\xc1\x2d\x41\x30\x5d\x6a\x7c\x42\x27\xde\x96\xa0\x4c\xe0\xb2\x97\x94\xb3\x65\xd6\x7b\x68\x66\xc7\xba\xc7\xc0\x69\xe4\xc9\x8c\xad\x3a\xdf\xc6\x5c\x63\xa3\x2d\xea\x59\x73\x38\xdd\x56\xf6\x44\xc4\x34\xc8\x5c\x5a\x40\x75\xc6\x01\xf6\xe5\x8c\xf7\xd9\x4b\xf3\x62\x51\x00\x0b\xaa\xd3\xa0\xb1\xff\x28\xbf\x16\x87\x69\xc7\xdd\xe6\x28\xbf\xda\x17\xf6\x12\xf9\xfd\xc7\x00\x82\x6f\x70\xb5\x60\x9a\xb4\x60\x1c\x52\x1a\x87\x1f\x7a\x8f\x7f\x27\x49\x30\xa7\xd8\xda\x77\x32\x90\x36\x32\xc6\x10\x31\x93\xdf\x6a\x4d\x64\xd0\xc8\xe2\xe9\xa8\xeb\x26\x4f\xa0\xeb\x7a\xad\x6b\x5d\x99\x33\xa6\xc6\x19\xac\x81\x1c\x86\x9a\x39\x4d\xda\x9c\x56\x9a\x42\x7b\xf2\xeb\x3b\xaa\xe8\x99\x6d\xae\x50\xab\xcf\xc4\xaf\xad\x5a\x70\x26\xf5\xd9\xf2\x69\xdf\x59\x19\x8e\x56\x39\x9b\xc8\x3a\x6b\x7d\xb9\xdb\xb1\xb8\x8f\xc4\x13\xfd\xee\x36\x55\x65\x3d\xde\xbd\x6e\x5c\x9d\x89\xd1\x52\x2b\x62\xcf\xee\x99\x2a\x51\x95\xe8\x8f\x0b\x03\x91\xac\x51\x7d\xbb\xe4\x12\xe7\x7e\x80\x33\x8a\x1b\x9e\xb5\xda\x0f\xd0\xd8\xea\x1e\x09\x96\x33\x88\x67\x68\x99\x4c\x85\x3a\xdb\x31\x0f\x9d\x5e\xca\xaf\x42\x7d\xd9\x97\x08\x13\xd7\xc0\x04\xee\xad\xfd\x9b\x35\x43\xe7\x68\x43\x7d\xfa\xb4\xb9\xd4\x1b\x80\xa6\x73\xca\xd3\x39\xf9\xd3\x74\xce\x84\xfa\xae\xbf\x75\x84\xfd\xfd\xd4\xd0\xb2\x2c\x50\x24\xa7\xe6\xaa\xa1\x3a\x3b\x07\xd5\x4b\xf9\x71\x00\xbb\x1d\x1a\x34\x2a\xa9\x56\x60\xa3\x85\x77\x66\xd7\x91\xd7\xe7\x72\x77\x4d\x15\x64\xb3\x7d\x1d\x46\x62\xcc\x99\xdb\xab\x90\x9c\x76\xa3\x01\xf8\x1a\xfe\x78\xff\xbb\xb0\xd3\x61\xf2\xa5\x3a\x11\x31\x3a\xb7\x52\x99\x5a\x22\x42\xfa\x74\x29\x7e\x9c\x03\xc0\xf1\x2d\x00\xfe\xae\xd7\xd9\x5f\xba\x48\xae\xc8\x25\x56\x4d\x14\x3d\xd2\x38\x2e\x91\x4d\xe1\xad\xcf\x4f\x79\x57\xae\xaf\x7b\x17\x7e\x0f\xf9\x76\x95\x94\x5a\x03\x85\xc6\xcf\x0e\xb2\x86\x0a\x59\x93\x3b\x79\x49\x6a\xaa\x83\x58\x41\x00\xcf\x32\x38\x17\x73\x5c\x55\x24\xf7\x19\xf8\x68\x37\x21\xea\x7a\x51\xc4\x92\xc9\xee\xa4\xfa\x2a\xac\x23\xd5\x16\xfc\x88\x81\xc5\xe7\x74\xa9\x68\x8a\x9d\x51\x8b\x95\x71\xed\x7f\x08\xf1\xbb\x06\x47\x9e\xdd\x8d\x49\xc1\xea\xca\x36\xb0\xbe\xb7\xf8\xf9\x8c\xda\xc2\xcb\xcf\xdd\x16\xb3\x60\x7b\x42\x35\x48\xf9\xf5\x5a\xbf\x29\xfe\x66\x5a\x6a\x66\xd4\x23\xe5\x25\x7b\x90\x4b\x2c\x57\xda\x32\x7f\xab\x21\x94\x58\x59\x01\x22\x73\x89\xac\x4f\xbf\x87\x1c\x35\x86\x3e\x98\x70\x66\xd0\x9a\x71\x8c\xb0\xa8\x8b\x11\x87\x3c\x9a\x48\x8e\xbd\x1f\x86\x3c\x5a\x9f\xc1\x5c\x92\xf0\xc6\x4a\x22\x47\x15\x53\x79\x15\x56\xac\x0f\x10\x8d\x3c\xb0\xec\x36\x70\xb3\xc7\x03\x19\x97\x1f\x28\x72\xa2\x16\xdf\xee\x05\x73\x97\xa8\x14\xf0\x16\xf8\xfb\xd6\x9a\x73\xe1\xec\x8a\x51\x12\x18\x9c\x9b\x0c\x0b\x2d\x9e\xf5\x20\xe9\x63\xb3\x10\xa5\xec\x90\x69\xa4\x55\xe2\x11\x82\x92\xf3\x0d\x33\xd6\xf7\x2e\x94\x0d\x5a\x98\x7a\x3b\xd5\xff\xc0\x2f\x83\xcb\x2f\x74\x2c\xb9\x99\x9a\xff\x86\x62\x11\xfc\x2e\xdd\xe4\xd6\x54\xc8\xbf\x44\xbf\xcb\x37\xbd\x11\x4a\xc4\xc8\xdf\x7e\x54\x4b\x85\x90\xbe\x88\x0e\x7a\xd8\x6c\xd1\xa0\xe1\x71\x44\x8f\x50\x2c\x6c\x91\x50\xf6\x91\x23\x4c\xad\xd4\x4c\xa8\x9f\x59\x08\x0f\x6f\xfd\x54\xc4\xb6\x6b\x9c\xa0\x21\x6a\xe3\xec\xf2\xad\x36\x6a\x69\x0b\x6d\x60\x17\x81\x82\x32\xde\x30\x60\x75\x38\x06\xfa\x8e\x40\x3a\xd2\x81\x5b\x3e\x86\x63\xc6\xcb\x15\xc4\x98\xca\x98\xc1\x41\xe4\x83\x02\x20\xdf\xb1\xab\x10\x68\x88\xad\xa0\xd4\xa5\xc9\x55\x67\x26\x57\xdd\x18\x5f\x75\x60\x2e\x6b\x21\x81\xd4\xd8\x87\xe1\x05\xb7\x64\x37\x47\x89\x29\x2a\xe0\xdb\x91\x0b\x4c\x9a\x7c\x93\xae\x0f\x64\x4e\x87\x34\xc7\x07\x99\x31\x34\xd0\x92\x81\x37\x75\x5f\x3e\xa8\xf0\xce\x15\xe2\x45\xff\x3a\x2a\x00\xa9\x13\x74\xdc\xde\x26\xed\xd5\x8e\x43\xea\x56\x85\xda\xdb\xc9\x06\x9c\x78\xde\x99\x5b\xd2\xbd\x7e\xa7\x3c\x0a\xa2\xef\x03\xb0\x49\xa9\xa5\x2e\xe5\x8e\xa8\xd8\x0e\x1b\x8f\xfa\xa1\x15\xea\xd3\x40\x2e\xd9\x26\xd8\x44\x5e\xfe\xbe\x5b\x49\xac\x82\xba\x29\xfd\xf3\x75\x53\xb5\x06\xb9\x5a\xe2\xe1\xa2\xf1\xc8\xe1\xc7\xec\x6a\x5a\xe6\xf2\xbc\x2a\x08\xdd\xec\x56\xe8\x56\xd6\x4e\x75\xaf\x84\x03\xf6\xfc\xb9\x84\x2f\x95\xa1\xe3\x30\x73\x90\xb1\xd3\x98\x65\xed\x62\x41\x01\xd5\xd9\x02\x90\x77\x53\xdd\x35\x2d\x31\x8c\x8c\xe5\xdf\xc1\x42\xb3\x84\x47\xc6\xdb\x44\x28\x15\x6a\xb2\x3c\x4c\x2b\xe5\x9b\xf8\xf7\xc9\x1a\xb6\x97\x57\x39\x3f\xf1\xba\x1a\x84\x56\x6e\x58\x88\x93\x8c\x32\xb7\x74\x41\x28\x6b\xdc\xaf\x79\xfd\xa9\xf0\xce\xb4\xd3\x23\xc3\x3c\x5c\x57\xc2\x03\x0e\xf1\x5e\x1e\x80\x0d\xcc\xba\x25\xf2\xfa\x2d\x2a\xc4\x54\x03\x59\x0f\xe0\x5f\x6a\x67\x5a\x2a\x58\x09\x05\xf9\x7f\x37\x58\xb3\xb9\x62\x48\x38\x51\x02\xf9\xf0\x49\x4b\x0c\x46\xea\x3c\x11\x52\x67\x64\xf5\x60\x18\x4c\x8e\x54\x9f\x6a\x1d\xc9\x9c\x89\x54\xf2\x1d\x8e\xa3\x0e\xb2\x0f\x47\xc4\xed\xa0\x5e\x8e\x9c\x77\x09\x57\x50\x54\x81\xd9\x71\xfe\x5a\xf5\xc4\x13\x19\x6a\x23\xa4\x2e\x7a\x75\xbc\xfd\x38\x6b\x62\xeb\xd6\xdb\xd6\x1d\x95\x4b\xbf\x93\x67\x7c\x70\xeb\x3e\x32\xd9\xce\x05\x1d\x9c\x42\x04\x27\x60\x30\x25\xdf\xab\xd7\x84\x23\xe4\xe2\x3f\x3a\x70\xff\xd4\xa1\x79\x84\x30\x20\xde\x8c\x5d\x71\xad\xa9\x6c\xcf\x54\x78\x6b\x9f\x69\xf2\x43\xd9\xa5\x8a\x4e\x46\x6f\xa3\x8e\x10\x92\xea\x74\x87\xd8\xdc\x6c\xbf\x22\x1f\x8f\x7f\x58\x51\x3a\x09\x51\x7a\x89\x59\x12\x8e\xab\x13\xb1\xb3\x06\xd6\xaf\xaa\x23\x4e\x16\xa0\xa3\x49\x55\x7b\xa3\x83\x64\xdc\x0a\xe0\xc1\xea\x23\xc5\x75\xdc\x0f\x15\xd0\xff\x60\xfd\x70\xce\x20\xe7\xde\x16\xaf\x44\x0a\xf6\x80\x33\x63\xf3\x2f\xd9\xfd\xaf\x22\xab\xc2\xe7\x15\xd4\xfc\xac\x87\x20\xe0\x16\x81\x29\x72\x78\xda\x29\x72\x72\xba\xc1\x4b\x59\x96\x05\xf0\x36\xeb\xfb\x17\x1c\x1a\x43\xf5\x54\x0f\x6f\x8b\x34\x4b\x0c\xc6\xb8\x43\xdd\xb2\x41\xa0\xfd\x9e\x20\x46\x94\xd2\x28\xbc\x61\x37\xd8\x15\x60\x0d\xc5\xb4\x7c\x7f\xe2\x86\x40\x12\x88\x85\xcd\x70\x21\x73\xd4\x7d\x8c\x60\xac\x13\xc0\x36\x6a\x68\xdf\xc8\x1b\x31\x4e\x0f\x23\x2e\x66\xd0\xfd\x48\x50\x6e\x3c\x5a\x2e\xb4\x2a\xe6\xbc\x10\x94\x05\x76\x37\x74\x8f\xd7\x0a\x22\x0f\x8c\xed\x80\xeb\x90\x1e\x18\xab\xed\x82\xde\x62\xc4\xe9\x51\x53\xad\x5c\x60\xa7\xed\x78\x94\x18\x69\x9f\xf1\xd4\xc9\xee\x64\x76\x80\xcb\xb5\x01\xb5\xf9\xd2\xb2\xaa\xbe\x18\xa3\xd8\xcd\xe5\x96\xbd\xdd\x02\xf4\x3e\xe6\xb3\xc8\xbf\xcd\x29\xa5\xd6\x73\xa0\x69\x1f\x48\xec\xe8\xbd\x84\x37\xfc\x0e\x79\xd0\xe3\xb9\x58\x13\x31\xba\x7a\x38\xc2\xce\xe2\x55\x73\xf5\x56\x36\xe3\x90\x7b\xfc\xf6\xd3\xa4\x8d\x42\x28\xbd\x7b\xbf\x34\x2e\x4e\x11\x15\x43\xc6\x6d\xf6\x23\x53\x5c\x2a\x28\x9f\xec\x75\xc3\x69\xdf\x07\x3c\xe6\x99\x71\xec\xe8\x34\xca\x50\x84\xbf\xe5\xbf\xb7\x43\x3a\x90\x09\x5e\xb4\xb0\xd8\xc6\x34\xb5\x7a\x79\xd5\x39\xf6\x3e\xbc\xbe\x4f\x78\x6d\x24\xe6\x79\xcd\x0c\xf5\xf7\x2d\x3c\xc2\x4b\xb2\xe7\xab\x19\xa1\x77\x5c\xac\xd5\xd5\xcf\x81\x69\x4d\x1b\x09\x0e\x7a\x01\xca\xcc\x09\xe0\x40\x24\xc3\x40\xf5\x5d\x46\xf5\xd5\xc3\x54\x87\xf9\xc1\x7d\xe1\x63\x7d\x41\x37\x53\xf9\x24\xe7\x30\x2f\xf1\x52\x93\x05\xaf\x17\xee\xfa\x38\xc4\xe7\xb7\x1e\x64\xc2\x52\xa5\x09\xb3\xae\x28\xa3\xac\xed\x19\xcd\x66\x05\x80\x82\xc9\x97\xbc\x81\x1c\x3d\xfa\x08\xe7\xe5\xe4\x84\xae\xa1\x3e\xda\x6d\x30\x42\x70\x73\x43\x89\xe0\xaf\x2d\x8e\x5c\x35\x19\xc1\x50\x4b\x44\x42\x46\x80\x1a\x1b\xee\x21\xfd\xb4\x00\x35\x35\x45\x35\xb6\x38\x51\x70\x95\x40\x95\xce\x05\x00\x0d\x24\xca\x71\x7a\x98\x1f\x5c\x38\x1a\xd8\x17\xb1\x82\xee\xab\x5f\x67\x3a\xbe\x9c\x97\x3a\x87\x29\x22\x9c\xea\x7e\x02\xb4\x89\x40\xb6\xb6\xa8\x01\x34\x43\x62\xba\x7f\xea\x51\x8d\xb2\x83\x72\x11\x00\x4d\xcd\x22\x33\x59\x84\x51\x12\x8d\x4b\x4b\x71\x75\x20\xb1\xfa\x81\x41\xb5\x63\xa4\xa4\x6e\xe1\x77\x9b\xc4\x7d\x46\xe3\x46\x07\x26\x2b\x00\x98\x73\x21\x1d\xf9\xea\xdf\x50\x72\x3e\x28\xf7\xa0\xb0\x46\x78\x4e\x0a\xbf\xfc\x4d\x99\x38\x76\xb8\x50\x6f\x4d\x81\x8e\xd7\x36\xac\x6c\x1f\x5e\x42\xbb\x83\x4d\x97\xf6\x47\x85\x29\x52\xc8\x36\x08\xe1\xdf\x2f\xbd\x1e\x0a\x13\x72\x0a\xa6\xb9\xdc\x94\xee\x14\xe3\x56\xf3\x31\x7f\x1e\x45\x8b\x56\x88\x0e\x9f\xf0\x77\xdc\xaf\x01\x13\xac\xc6\xa4\x1d\xfa\x3e\xce\xa5\x56\xe9\xb0\x79\xa4\x19\x7c\xdf\x71\xab\x98\x24\x31\x49\x19\x23\x97\x3f\x8f\x56\x6d\x1f\x55\x92\xa4\xd4\xb2\xbe\x6c\xe8\x29\xa9\xea\x12\x24\x46\x53\xac\xb1\x8f\x1d\x4a\xc4\x5f\x11\x51\x98\x05\xb5\xa7\xe2\xd2\x9b\x04\x07\xc8\x94\xf5\x80\x36\xd5\x9b\x79\xfc\xb1\x37\xa2\x4c\xb2\x8c\xb5\x97\x23\x7c\x5f\x93\x05\x3d\xd6\x3e\x90\xaa\xeb\xbf\xc3\xc8\xd0\x4a\x81\x4a\x65\x4d\x56\xaf\x70\x52\x3a\x38\x71\xfc\x30\x44\x6e\x02\xad\xed\xb3\x02\x91\xe0\x09\x91\xd3\x01\xfc\x8e\xf4\x96\x4d\x59\x6d\x5b\x42\x7c\x4f\x23\x4e\xc9\x99\xe9\x0d\x01\x9d\x9c\x20\x35\x18\x88\x03\x5a\x79\x97\xf3\x6f\x60\x1c\x18\x99\x7b\x8c\xc6\xd5\x02\x91\x7c\x16\xe1\xeb\x53\x34\x46\x65\x8d\xa8\x26\x8a\x32\xde\x73\xe0\xc7\x73\x54\xbe\x93\x5e\x18\xb1\x8f\xb7\x8c\x5b\x05\xa0\xc7\xe5\xb9\x63\x62\x2b\x1d\x57\x2b\x92\xc2\x07\xfa\xb6\xca\x8a\xeb\xde\xae\x9c\x32\xfd\x1e\x4c\xc7\x33\x21\x47\xb0\x95\xe8\x46\x9c\x0b\xed\x16\x9a\xaf\xac\x39\xcb\x9e\x59\xf7\x70\xf0\xa4\x79\xd1\xd6\x1b\x99\x21\x4f\x2e\x6d\x85\x17\x51\x59\x43\xdc\x33\x37\x41\x9b\x3c\x68\xaf\x21\xac\x45\xfa\x7c\x47\xe6\xe8\x55\x37\x13\x6a\x69\xf7\x4f\xd0\xa1\x2a\x03\x46\x16\x30\x68\x8f\x49\xc5\x47\xf8\x73\xb5\xbc\x3e\x61\x03\x3a\x19\xd5\x59\xae\xd7\x10\x3b\xbd\xc4\x2e\x0d\x1d\x55\x9a\x66\xc3\x83\x42\xc5\xeb\x6e\x5e\xd4\x38\x98\x17\x60\xf1\xed\x22\x46\xdb\x61\x8e\xad\x3b\xa1\x12\x97\x2f\xa2\x01\x47\x8d\xbd\xea\x3f\x17\x1d\xbd\x59\x17\x8e\xde\xd3\x6b\xee\xe8\x9d\xd6\x71\x28\x71\xde\x26\x02\x17\xfa\x02\x5f\xa8\x9e\x02\xb6\x92\xbd\xcf\x4a\xcd\x74\x90\x78\xe2\x36\xfb\xd0\xbb\x0f\xd0\x9e\xd0\x2c\x52\xd8\x39\x5a\xd9\xba\x20\x93\x18\x64\xfe\xf0\x92\x99\xca\x54\x0f\x7c\x26\xb9\x7b\xc4\x58\x38\xdf\x74\x13\x72\x39\x07\x6e\x60\x66\x4a\x7c\xab\x02\xd5\xa4\x6d\xe3\x6d\x28\x0d\x6d\x8c\xfc\x41\x2f\x21\x82\xa4\xa5\x6c\x9a\x11\x19\x09\x67\x49\x06\x6e\xc5\xf6\x84\x16\xba\xb3\x1a\x6b\x3c\x3c\xb3\x93\xe2\xe9\x42\x68\x15\x64\xa3\xfd\xc4\xc4\x2a\x87\xa5\xef\xdb\x92\x3d\x5f\xe5\xd5\x44\xfe\x47\x14\x86\x8c\x71\xe2\x00\xd8\x64\xda\xe9\x96\xc5\x5a\x7f\xc3\xf8\xa3\xdb\xcb\xd3\xb5\x45\xb5\x3a\xda\x25\x91\x6d\x24\x4a\xb3\x01\x24\x9a\x56\x83\x8c\xaa\xa9\xf9\x9c\xd5\x80\x04\x72\xac\x51\xaf\xa7\xed\x96\x84\x0d\xdd\xea\xa9\xaa\x27\x9c\xec\x69\xd1\xfb\xbc\xc3\x63\xd3\xd7\x41\x9b\x04\x50\x07\xe3\x7e\x42\x67\xdf\x8c\xa0\x99\xc7\x74\x96\xfb\x35\x88\x33\xda\x83\x7a\x8b\xa2\xae\xfb\x6d\x49\xae\xfe\x5b\x4f\x66\x1f\xba\x00\xe1\x72\x65\xc3\x45\x71\xdd\xda\xe2\x38\x8c\xe4\x71\xc9\xe5\x78\x99\xba\xec\x57\x33\x96\xac\x6f\xe2\x3b\xf7\xf6\x77\xd2\x14\xe7\x0b\xe3\x9b\xe8\xe0\x61\x01\xd9\xd0\x6e\x06\xdf\xba\xd7\x39\xe5\xf5\x60\xea\xd7\x1f\xb7\x97\x3a\xc8\x01\x8f\x54\xb6\x7c\xce\x85\x1b\x39\x44\x22\x48\xfb\x37\xde\xaf\x69\xc5\xcf\xb7\xb4\x27\x5a\xc3\x83\x95\x51\xbc\xa4\x3d\x74\x12\xb6\x75\xc5\xf5\xd3\x3b\xc3\x58\x26\xb8\x68\x2f\xeb\x14\x12\x69\x0d\xcf\x6a\x07\xf9\x61\xf7\xe1\x74\xe3\x3d\x30\x65\x8b\x61\xf1\xad\xf0\xad\x4a\x68\x72\x62\x9b\x0d\x08\xbe\x25\xfe\xa9\xef\x20\x77\x9d\xaa\xd0\x9a\x28\xe5\xaf\x71\x7e\x5a\x9b\x8c\xfd\x49\xe3\x47\xb1\xdd\x4d\xc8\xc9\x58\x2b\x50\x1d\x0c\x28\x23\xa1\x39\xec\xa9\x63\xc1\xb8\x3c\x62\x11\xbc\x41\x2a\xd6\x4a\x92\xbb\x0e\x8b\xf1\x75\x77\x96\xc5\xb3\x63\x1c\x74\x9e\xf2\x95\xa0\x2d\xc6\x18\xd1\xdc\x8c\xd0\x06\x59\x1b\x40\xe3\x3d\x1c\x90\x90\x9a\x2b\x19\x45\xc5\xe6\x93\x15\xb9\x5a\xa7\xe1\xc0\x2d\xff\x6c\x9e\xd3\xeb\x01\xb2\x2e\x58\x3d\x14\x67\x74\x5a\x3c\x9e\x16\x4a\xd8\x4b\x52\x67\xdc\x1d\xce\x8c\x2b\xb7\xe0\x4f\x1c\xf0\x07\x83\x09\xea\x08\xf1\xe5\x80\xe2\xb8\xbd\x8c\x19\x67\x18\xe7\x64\xf1\x84\x64\xb4\x81\x35\x73\x04\xbf\x15\xb5\xe7\x97\xab\xac\x43\xa3\xfa\x36\x7b\x85\xb0\xd3\x95\x05\x46\x92\xbb\x0f\x8c\xe6\xb7\x83\x7f\x57\x61\x33\x94\xad\xeb\x0e\x27\x61\x71\x65\x05\x28\xe5\x5b\x3b\xd8\xe9\x37\x37\x9f\x3f\xd5\xff\x68\xcb\xd8\xf5\x15\x99\x1a\x6f\x15\x6c\x80\xd7\xde\x09\x2e\x6e\x0a\x12\x54\x3a\x76\x21\xc0\xdc\x8a\x21\x84\x8f\xa1\xcd\x46\x91\x27\xd4\xc1\x5a\x0e\xe8\x98\x5c\x61\xf4\x9a\x3c\x78\xcc\x2e\xf4\xae\x35\xf9\xc0\xe2\x47\x57\x5d\xe1\xc0\xe4\xf2\xd2\x82\xce\x36\x16\xce\xf7\x8b\xc9\x8a\xac\xfa\x23\x8f\xed\x02\x15\x85\x66\xc0\xde\x13\xd8\x16\x23\xd6\x01\xca\x7a\xfc\x11\xa6\x55\x71\x74\x99\xf8\xd4\x4c\x03\x69\x7d\x13\xa1\x9e\xd7\x9c\x2f\x79\x0a\x19\x50\xf0\x8c\x07\xf9\x67\xd8\xe3\xe6\xc2\x58\xed\xce\xf7\x06\xfc\xb0\x97\x37\x47\xc6\x58\xa8\xdf\x69\xed\xb1\x38\x11\xd0\xfa\x54\x24\x0f\x3b\x08\xf3\x68\xff\x50\x10\xee\xea\xf7\xe2\x68\xff\x87\xe3\x0f\x70\xca\x54\xf5\xba\x00\x48\xd7\x5a\xd9\x97\x6e\xcd\xbf\x37\x09\x23\x64\x67\xa9\x96\x2a\xce\xc1\x4f\xe3\x8c\x9f\x89\xd4\xfa\xb9\xa6\x53\x6d\x6b\x3f\x8b\xaa\x89\x75\xfb\xc6\xf5\xef\x2e\x60\xb0\xbd\x75\x98\x44\x49\x3f\x7b\x72\x46\x40\xbd\xd2\xe7\xe2\x39\x82\x94\x44\x50\x3e\x5d\x8c\x71\xe0\x93\xb7\x6f\x89\x44\x69\x86\x91\xf7\x07\x3b\xb3\x06\x39\x45\x95\xa8\x3d\xea\xb2\x70\x07\x80\x4e\x10\x6b\x0b\x36\x80\x9b\xde\xf3\xed\xb5\xd2\xed\x35\x30\x83\x34\x99\xa0\x18\x27\x5f\x7c\xfc\xd3\x2d\xa9\x75\xe7\x89\xdc\xc7\x13\xee\xf8\x88\xf6\x7f\xbd\xe3\x5e\x1f\xeb\x7c\xfb\xf2\x72\xbb\x2b\x9c\x0e\x17\x12\xc2\x8b\x30\x4d\x51\xa0\xe3\x75\xe7\x4f\x4c\x33\x40\x09\xf2\xc9\x25\x76\x2f\xf6\x32\x6a\x43\x8f\x6a\xac\x38\x07\x01\x32\x6a\xbb\x45\x91\x6a\x0f\xa0\xd0\xee\xa2\xfd\x58\x9d\x11\x3f\x0a\x39\x87\x00\x40\x36\x0a\xe0\xf0\x60\xe9\xc6\x19\xd0\x1c\x88\x29\xac\x5f\x61\xb3\xbc\xc0\xca\x9a\x75\x33\xe3\x5b\xa5\x2b\x3d\x14\x65\xce\x8c\x22\x3e\xd9\xe2\x10\xa4\xd2\xf6\x2d\xa0\xb2\x48\xa5\xcb\xe4\x12\x0f\x44\xf6\x74\x56\x0e\x0d\x41\x57\x8b\x24\x05\x87\x96\x04\x55\xa5\x75\xf1\x2d\x38\xa7\xa7\xb5\x0d\x24\x13\xb2\x88\x66\xa7\xe3\xa8\x90\xb8\x7c\x3e\x32\x5c\x31\xbc\xd0\x4e\x10\xe7\x75\x3b\x6f\x5a\x31\x3b\xa2\xb1\x49\x25\xf5\xaf\x5f\x1c\x19\x22\x8e\x01\xcd\xaf\xe3\x71\x93\x16\x5a\x1c\x25\x8d\x22\x28\xf9\xbc\xf5\x58\x1c\xfc\xa0\x85\x64\xb0\xb4\x51\xcc\x67\xf6\xb6\x28\x44\xdc\xed\x65\xd5\xa7\xcc\x32\x2a\xec\xa9\x41\xaf\x6c\xa1\x68\xc6\xef\x7d\xe5\x82\x32\x92\xd2\xf0\xdf\x8d\xb3\x98\x71\x2d\xb5\x49\x1d\xb1\x66\x7a\x31\xa9\x19\x79\x69\x3c\x07\x10\xac\xd7\xdf\x80\xaf\xab\x06\x56\x17\xee\xac\x98\xed\xd1\x5c\xe9\x25\x7c\x61\x2f\x1d\x70\x56\xe1\xd7\xd7\x4e\x5c\x84\x91\x85\x1e\xd2\xde\x78\x3c\xb5\x1d\x48\xaa\x9c\xfd\xf4\x4e\x09\x14\xd5\x5e\x00\x94\x72\xaa\x35\x0e\xbf\x87\x5c\xe2\xf6\xca\x84\x9d\x28\x65\x0b\xef\x44\xa6\x9e\xdb\xc4\x07\x1a\x05\x3d\x11\xed\xf8\xd2\x17\x4f\xb8\x67\xab\x1f\x33\x78\x3a\x72\xb9\x3f\xbb\x97\x12\xc3\x4a\xf7\x4e\x40\x23\x31\xa9\xc4\xcc\x85\x56\x1a\xe7\xf3\xff\x69\x9c\xe7\x09\x6c\xfe\x28\x1b\xfd\xc3\x38\x27\x76\x8c\x81\xee\xf7\x0c\xdc\x2d\x2f\x37\xd4\x77\xfb\xeb\xd5\x08\x9e\x2f\x7a\xb7\x0d\xb0\x7a\x58\x71\x65\x18\xe5\x7d\xe5\xb9\x10\x60\xcd\xa3\x98\xd1\x0a\x6a\x36\x8a\x6a\x85\x97\xfe\x82\xed\xf2\x0b\x9f\x3a\xa4\x8c\xf1\xbb\x66\xe4\x5f\x19\xe7\xa8\x0f\x02\x48\x52\x5d\x3c\xc7\x60\x02\x98\x52\x9e\x1e\x72\x93\xb8\x0d\xe1\x27\x9d\xfc\x09\x34\xcd\x78\xc2\x29\xd5\x66\xbb\xdd\x41\xb8\xa6\xdb\xc7\x84\x74\xf8\xf5\x36\x5c\xb6\x41\xe3\xe9\x91\x65\xf6\x08\x5f\xe0\xa6\xc6\x39\xab\x86\x28\x00\xb0\x40\xa3\x7d\x84\x8c\x87\x0e\xab\x1d\xf5\x0a\x53\x1f\x6e\x57\x74\xac\xbf\xd7\x00\x22\x31\x3d\x86\x77\x91\x9c\x26\xc2\x39\xa8\x74\x85\x95\xba\x61\x48\x0a\xdd\x48\x8e\x10\xc4\x20\x6f\x7c\xfc\x9f\x96\xa0\x9d\xe1\xfe\xb8\xfd\x33\xf2\x39\x36\x6d\x90\x19\x9f\x7b\x40\xd4\x6d\x9f\xa9\x3e\xf6\x35\xa6\xef\x55\x03\x95\x24\xbd\x80\x53\x9a\x7d\xa1\xc4\x1e\xe5\x1e\x97\xc9\xed\x71\xe2\xde\x11\xfe\xff\x9e\x4c\x7b\x05\xb4\x74\xfb\xb9\x1b\x20\xa6\x97\xf6\x61\xc7\x9d\xd1\x17\xaf\x82\x39\x04\xcc\x3b\xf0\xd7\x6d\x04\x30\xea\x8a\xb1\xea\x46\xed\xb6\x9e\x1d\x2f\x42\xa6\x92\x9e\xd2\xe1\x34\x03\xd6\x82\xbb\x6a\xc8\xeb\x95\xe3\x09\xf5\x23\x43\x12\xf3\xf8\x04\x57\xfe\x74\xde\xbc\x0b\x0d\xe5\x6e\x90\xda\x41\x7d\xa8\x77\x5e\xee\x5e\xd3\x64\x36\x43\xad\xd8\xb2\x6d\x08\xb4\x3f\x95\x3a\xe0\x60\x3d\xe3\x29\x05\x50\x3d\x82\x48\x18\x97\xbe\x5c\xa3\x0c\x5d\xd5\xa3\xf2\x2c\x70\xe2\x7b\xeb\xfb\xa5\x43\xaa\x27\xeb\x5d\xbf\x28\x6b\x31\xc9\xe3\x38\x20\x79\x93\x97\x3c\x4d\xcf\x0c\x2d\xcd\x6b\x31\x4d\xfe\x33\xf1\xaa\x22\x03\x00\x9b\xef\x7b\xd6\xc9\xeb\x95\xbb\x27\x01\xa3\xf2\x87\x73\x2e\x0f\xdb\x62\xf1\x85\x4b\x54\x7e\x2e\x91\x3f\x61\xae\x3e\xf0\xa9\x8c\xab\xfd\x6c\x4d\x49\x7d\xe3\x1e\x20\x9a\x72\x7c\xb8\xe3\xba\xdc\xda\x7e\xe3\x71\x25\x7c\x56\x10\xed\xbe\xf0\x23\x90\xaa\x2c\xf0\xb6\x1f\x28\x0a\x4a\x0a\x42\x32\x49\x2e\xe3\xe0\x00\x73\xc2\x6d\xa8\x2d\x57\x4f\x43\xaa\xee\xfe\x72\x83\x5a\x62\x4c\xf7\xf8\x6a\x76\xa0\xbf\xa6\x70\xbc\xc3\xf4\xba\x4c\x1a\x88\xd8\xa5\xb7\x5a\x7b\x4c\x1f\x5e\x03\xed\x0c\x33\x1f\xd4\xf9\xf7\x8c\x4b\x1a\x4e\x11\xc1\xc9\xbf\x77\xbe\x1a\x6a\x62\x1b\x09\xbc\x93\x55\x9d\x6d\xea\xd2\x0c\x82\x5c\xc9\xee\x40\x5c\x4d\x4f\xf0\xc6\x7e\xe3\x53\x69\x2e\x0f\xf6\x67\x5a\xc2\x8c\xc1\xe6\x85\x85\x82\xbe\xcb\x29\x77\x2d\xde\xef\xcd\x1d\x39\xff\xfb\x97\xf7\x77\xb5\x6e\x10\xdf\x3d\x56\x23\x72\x6b\xbb\x31\xee\xba\xa7\x83\xcc\x2e\xe5\x65\x2c\xca\x6d\xb7\x49\x75\xf2\x43\x31\x9f\x23\x59\xba\xb5\x80\x00\xae\x6f\x20\xa7\x63\x60\xd8\xdc\x3b\x77\x7d\xa1\x22\xab\x0b\x09\xf9\x76\xc6\x70\x79\x95\x15\xb0\x6f\x6a\x95\xc7\xea\x11\x4c\x2e\x23\xf1\xe8\x36\xfb\xc0\x1b\x41\xcd\x41\xd0\x06\x26\x7b\x9f\x0b\x3d\x06\x60\xcf\x1a\xcd\xdb\x5c\x51\xce\x19\x92\xdd\x3d\xb3\x03\xec\x09\xe6\xbc\x61\xb3\x67\xf4\xd3\x06\xd6\x3c\xcd\xa6\x17\x8d\x06\x31\xf0\x7f\x6c\x4c\x80\x9e\xbf\xcf\x12\x52\x24\x5f\x4f\x81\x2c\x7d\xbf\x90\xda\xee\x39\x3b\x3b\x88\x86\xc9\x6a\x00\x5a\xfc\xa8\x43\x4e\xaa\x8f\x5e\x86\xb4\x83\x72\x05\x36\x57\x58\xd6\xe0\x4d\x02\xef\xd9\xfa\x8c\x72\x81\x13\x9c\xa7\x77\x7b\x3c\x12\xaa\xe7\x98\x2e\x33\xa5\xd7\x1d\xd5\xd0\xc9\x61\xa6\x02\x58\x63\x21\x95\xef\x2b\x82\x86\xf2\x90\x0a\x5d\x41\xed\x1e\x76\x62\xa3\xb8\xb1\x8e\xbc\xb1\xb2\xd2\x4e\x6c\x96\x76\x62\xeb\x2f\x37\x98\x9d\xd8\x4e\x18\x4f\xaa\x63\x90\xe2\x18\xe9\x1a\x67\x2d\x03\xda\xbb\x5d\x66\x9a\x09\xe0\x01\xf7\xf6\x31\xd6\xd2\x86\x41\xd1\x70\xbc\xfe\x49\xdc\x6c\xe0\x4f\xe2\x76\x1d\x62\xef\x1e\xba\xd7\xe2\xab\x81\xd2\x46\xd3\xde\x98\xdb\xa3\xdf\x29\x56\x04\x0f\x23\x77\x27\xaf\x50\x29\x26\xab\xeb\xb3\xc3\x6e\xa2\x8c\xff\xaf\xfd\x10\x13\x3d\xec\x35\x85\x5a\x87\xeb\xde\x24\x35\xab\x6a\x17\x09\x2d\xdb\x45\xde\x3c\xe8\x01\x29\x9c\x05\xfb\x25\x4a\x1e\x68\x2f\xd6\x9a\x9c\x4a\x0f\x62\xde\x5c\xd3\x35\x2a\x51\x63\x5d\x4a\xd8\x2f\xd3\x23\xd6\xaf\xaa\xad\x60\x47\xb6\x2f\x25\x39\x79\x31\xd3\x81\x70\x14\x54\x6b\xa8\x1f\x4e\xa4\xc4\xa0\xc6\xc8\x47\xaf\xd8\x7f\xda\x8c\x35\x07\x50\xa4\x4d\x2e\x60\x8a\xd2\x92\xc9\x17\x87\xce\x9d\xeb\xed\x18\x12\x0e\x37\xf9\x58\x9d\xa7\x3e\xdd\xd9\x66\x4d\xbc\xb4\xda\xe2\xbf\xa9\xc2\xdd\x6c\x54\x5e\x74\xfc\xab\x16\x11\xa3\xd6\xb0\x82\x9f\xbb\xac\xa9\xff\xef\xda\x9e\xb0\x9d\x32\x07\xd8\xf9\x42\x66\x0c\x7e\xca\x86\xe2\xb4\x47\x49\x40\x06\xfd\xb1\x42\x1b\x15\x31\xe6\xed\xf7\x7f\x3b\x0d\x50\x1a\xec\x36\xf1\xfb\xac\xac\xf5\x5c\xc3\xd5\x52\xc9\xa7\x41\xa4\xbd\x73\x91\xc7\x7b\x35\x50\xd7\xc7\x7a\xb5\x88\x65\x7b\xff\x4e\xe4\x7a\x12\xcd\x85\x75\x7d\xfb\x66\x75\x83\x58\x56\xc4\x9c\xfd\xac\x41\x4e\x1d\x54\x35\xb8\x2a\xfa\x73\x72\x40\x20\x4a\x35\xa9\x51\xa0\xd8\x70\x6a\x24\x36\x98\x69\xbf\x9b\x21\x54\x5f\xe0\xc7\xc1\x48\x8f\xfa\xd0\x31\x27\x59\x6d\x64\xb0\x99\xf5\x8a\x35\xf5\xbb\xe6\x91\xe6\x32\x34\x7e\x51\xff\x2a\xa3\xf2\xd7\x74\xb9\x1a\x20\x58\xba\x20\x2b\x79\xc2\x52\x8f\x0a\x51\xc4\x56\xa6\x5b\x6c\xee\x7d\x1b\xf5\xaa\x8d\x1d\xa8\x03\xf6\x81\x57\xdc\x03\x87\xc0\xd3\x47\xef\x01\xc9\xac\xcb\x10\x79\x9a\xfd\xc1\x5f\xcd\xfc\xd7\xef\xc5\xb5\x35\xe5\xd2\x52\x1f\x48\xb1\x86\x90\x84\xdd\x09\xf9\x3a\xda\xc5\x7e\xf5\xca\x16\x2e\xaf\x27\x8e\x86\x74\x19\x79\xb3\xbb\x84\x6a\xde\x80\x93\x02\x56\x5c\xb2\x7d\xfa\xdb\x8b\x22\x1e\xe0\xe5\xa1\x97\x7a\xe0\x55\x3f\x84\x5d\x03\x95\xd2\x0e\x77\xe4\x0a\xc6\xe9\xd7\x75\xa7\x08\x85\x7d\x0e\x5c\xd7\xeb\x73\xed\x50\x7e\x07\x1e\x93\x46\xc1\xf5\xc1\xe4\x02\x6f\x51\x7a\x47\x85\x66\x5b\x8f\x06\xec\xfe\x96\x0e\xd3\xcf\x9d\x12\xbe\xf0\x5b\xc6\x0b\x58\x3c\xff\x96\x69\x41\x6a\x84\xf8\x40\xcf\xbf\xeb\x1b\x58\xa5\x45\xdf\x40\xfc\xd9\xbd\x9f\xfb\x06\x92\xd4\x60\x56\xde\xf1\x0d\xfc\xfb\x1b\xde\x73\x07\xf8\x62\xab\x3a\xec\xe9\x01\xee\xd2\xdb\xe6\xff\x36\x8e\xf7\xb4\x52\x5f\x78\xc8\x4f\xf1\x57\x83\x82\x05\xb0\x2b\x0e\xc5\x3a\xbd\x3c\xfe\xa2\x77\xec\xd3\xe2\xb8\x1f\xfe\x72\x83\xd1\x3b\x8e\xfc\x53\xf6\xbf\x7f\x95\x6b\x05\x7b\x24\xbc\x18\xc6\xcd\x29\x2d\xbc\xda\xb9\xd8\xd3\x62\x77\x2e\xaf\x56\x2f\xbd\x5a\xe3\x6f\x37\x74\x54\x13\x9f\xf8\x54\x6c\x15\x6f\x98\xa7\x7f\x7b\xa7\x3f\x9d\x5c\x6e\x6f\xd8\x3d\x15\x4f\xc5\xce\xff\xae\xed\xd7\xc1\xb0\x8f\xb6\xf1\xa2\x80\xb5\x62\x00\xaf\x1d\xea\xbc\x8a\x00\x5e\xcc\x48\x26\x70\x68\x5a\x48\x4a\xf8\x4d\xe0\xd7\xa9\xbc\x16\x90\x08\x1f\x9c\x21\x89\xb4\x7d\x41\x72\xc1\x7b\x3a\x76\x1f\xf3\xa9\x28\x3d\xf0\x70\xe7\x81\x69\xe9\x81\xf5\xc2\x03\x97\x7f\x7e\x60\xed\x6c\x5f\x9f\x73\x33\xc6\xf5\xf1\x9e\xba\xf1\xf8\x93\x97\xce\xfe\x97\x2f\x6d\xfa\x70\x65\x6e\xf5\x9a\x56\x2e\x9d\x3d\x20\xe6\x01\xf9\xd7\x7b\xe2\xd0\xd2\xed\xd8\x9c\xff\xff\x31\x36\x7f\xe9\xd7\x1d\x55\x61\x26\x14\xd9\x30\x89\xf5\x9d\x1d\xa3\x34\x90\xe4\x95\xdf\xab\x25\x50\x32\x28\x8d\xe8\x20\x33\x18\x9b\x38\xd6\x0f\x65\xbf\xfc\x05\xdf\x60\x42\x7a\xc3\x3f\x60\xc0\xb5\x50\x87\x37\xd6\xca\xbc\xfa\xd2\x84\x27\x79\x6a\x60\x49\xfa\x07\x92\x06\xef\x10\x5d\x8c\x76\x8c\x3c\xd6\x1d\x7a\xf0\xc6\x0a\xc6\x4f\x03\x31\x02\xa4\x85\x11\x1c\xeb\x2f\xe4\x66\x57\xc4\x0a\xe3\x32\x04\x92\xa1\xb1\x51\x5c\xf0\xee\x9e\x96\xcc\xe6\x0a\x53\xc5\xd9\x11\xd4\x98\xfa\x79\x62\x34\xa0\x33\xfd\x55\xdf\xe6\x5c\x59\x46\x08\x95\x0f\x8c\x5e\x45\xbf\xba\x42\xfd\x2e\xfd\xfa\x23\xe0\xfc\x93\x92\x21\xd0\x43\xb2\xd1\x09\x5e\xbf\x9d\x3c\xe3\xc1\x86\xff\x11\x8a\x41\x42\x9e\x51\xea\x94\xc3\x8b\x54\x8c\xce\xf0\x20\x72\xdf\x51\xa2\xbb\x9d\x70\xdd\xbf\x63\x30\x38\xd6\xb5\x47\x93\xec\x82\x38\xcc\x9d\x12\x5e\x2d\x4d\x70\x67\x41\xcb\x20\x3d\xa9\xd1\xd5\x92\xd5\x6e\x21\xd7\xc1\x60\x1a\x89\x3c\x31\x69\xac\x97\xe6\xb1\x7e\x1f\x85\x8f\xeb\x2c\x27\x40\xfb\x3c\x9d\xe4\x25\xea\xa3\x02\x89\xb0\x0f\x97\xc9\x7d\xe7\xec\x93\x85\x24\x12\xf5\xaf\x1c\xb7\xec\xcb\x75\x0b\xb4\x18\x7b\x68\x23\x07\x00\xd8\x38\x07\xe0\xdf\xf8\xc9\x91\xa3\x4c\x4d\xa9\x37\x50\x27\x7e\xd6\xbb\x25\x70\x2e\x5a\x49\xb2\xa2\x51\x9a\xc5\x4b\x14\xe2\xf5\x51\x42\xb0\xa6\xaa\x5c\x53\xf7\x1a\xc7\xc4\x1f\xb3\x90\x7d\x04\x20\x77\xb2\xfa\x2a\xd4\x5e\x0e\x38\xf1\x71\xdf\xbc\x2a\xaa\x65\xd6\xb2\x4e\x40\x91\xe7\xf7\xf3\xdc\xbf\xa4\x32\xa6\xb7\xa9\x8c\x14\xfe\xb1\x06\x7a\xc6\x95\x5b\x4d\x94\x50\xb3\xca\x12\xb9\xa3\x11\x17\x66\x0b\x88\x71\x42\x07\xb2\x2f\xd3\xa3\x32\xc9\x85\xdd\x17\x94\x0f\x1b\xce\x4e\x6d\xe3\x01\xe9\xd2\x5f\xc3\x13\x3a\x6d\x30\x2a\x6c\xf0\x5e\x1d\x89\xc7\x8d\xaa\x56\xa4\xd6\x05\x47\xb8\x3d\xa7\x27\xd9\x0e\x5e\x2e\xa2\x27\xe5\x81\x59\xc5\x16\xf6\x37\xf1\xc5\xf5\xa1\x1f\x4c\xa2\x25\x16\x19\xbd\x19\x15\xe9\xaa\x98\x34\x88\x85\xb5\x02\x75\xf6\x38\x81\x66\x98\x59\x03\x08\xae\xe9\x01\xf9\x81\xdf\x78\xd4\x16\xf2\xb4\xfc\x17\x1c\x12\x00\x7f\xf1\xcc\x88\x59\xee\xf3\xaf\x17\x79\x93\xc5\x18\xa9\x35\xfe\x35\x5c\x09\xc3\xcb\xea\x29\x5f\x23\xc7\x67\x85\x72\x86\x49\x05\x5a\xfd\x35\xbc\x07\x6d\xeb\xc5\xed\x33\x8c\xc9\x0f\x0f\x52\x48\xda\x6e\x4f\x1e\x81\xec\xc0\xf9\x14\xb5\xb9\x9d\x27\x35\xb0\x29\xd4\xbe\x14\x3c\x47\x17\x24\xe6\xbe\x5a\xa1\x9a\x39\x55\xa8\xe4\x7a\x5d\xa2\xfa\x63\xcc\x53\x45\x7c\xfb\x54\x49\xd2\x6c\xa1\xea\xaf\x16\x92\xb5\x33\xad\x84\xa3\xfc\xb3\x5e\x07\xc3\x14\x21\x95\x62\x46\x5b\x1f\x79\xe9\x27\x7a\xe1\x48\x05\x70\x9c\x5c\x77\xd2\x26\x76\x5b\x87\x72\x2a\x5d\xfd\x62\x4d\x8f\x8a\xfc\xf7\x80\xaa\x7c\x3d\x10\x50\xaf\xf3\xc3\x7c\x3e\xaf\xf1\xea\xb2\x83\x34\x1f\x33\x72\xfe\xc6\xbd\x37\xf4\x3e\xfb\xe3\x27\x70\xaf\xe4\x5e\x1b\x40\x0a\x44\x36\x2f\x5c\x73\xd7\x72\x41\x2f\x3c\x5b\x03\x88\x62\xca\xae\x59\xb3\x28\x6a\x00\xab\x1f\x93\xc5\x65\xef\x4f\x5c\x12\x8f\x0a\x8b\x1c\x40\x1c\xc5\x13\x62\x34\x07\x65\x43\xbe\xbb\xd7\xf8\x3b\x5b\x52\x0e\xa4\x1f\xab\x15\x2e\x58\xb3\xe7\x7a\x5d\xf4\x5c\xaf\xd9\x73\xbd\xbe\x28\x77\x81\xb5\x5f\x73\x4d\x1e\x14\xdd\xbf\xdc\xa0\x6a\xea\xb8\xe6\x28\x1d\xd2\x1c\xff\x7d\x37\x2d\xf4\x82\x70\x88\x99\x78\x48\xe7\xa8\x48\x01\x41\x94\x00\x17\x74\xfd\xfa\x7f\xd9\x4d\x67\xeb\x84\xa2\x89\xb7\x00\x86\x94\xdf\x3c\x9a\xb0\x7b\x8a\x4b\x06\x72\x55\x63\xf4\x77\xb3\xe8\x63\x96\x87\x35\x6a\x73\x6c\xe4\xca\x9f\x3c\x71\xa6\x2e\x2e\x55\x3c\xd1\x09\xe5\x45\x4e\xfa\xc0\xa0\xfa\x4f\xe6\xbb\x63\x05\x20\xb6\x35\xcf\x35\xd3\xad\xe0\x29\x47\x9a\x18\x07\xbe\x46\x8b\x8e\xff\x1f\x2f\xd3\xeb\x05\xea\x09\x95\xda\x73\xc6\xff\x3b\xa7\x8f\xf7\x04\x05\xa7\x07\xe2\xb8\x46\x45\x09\xf3\x25\x6f\xbb\x77\x3d\x7c\x38\xb3\x27\x9f\x5d\xe9\x0b\x75\x18\xce\xb9\x90\x6a\x49\xc9\xb4\xb3\x05\x1d\x44\x0a\x49\x6e\x33\xfd\xd8\x97\x0c\x59\x10\x1f\xc7\x36\xbe\xcc\x28\x7b\x14\x23\xa1\x48\x39\xf8\x71\xc4\x25\x40\x28\xe5\xa1\x27\xee\xcb\x0a\xeb\xff\xb8\x57\x7d\x6b\x01\x4d\x80\x43\x89\xc8\xc9\x3b\x45\x9f\x1e\x8c\x23\x31\xea\xc9\x3d\x76\xce\x96\xcd\x22\xac\x5c\x1f\x66\x11\x3e\xbc\x67\x66\x39\xbb\x62\xba\xb3\x9a\xf8\xc4\xe6\x75\xab\xb8\x73\xc2\x35\xaf\xff\x75\xc1\x74\x59\x9e\x2d\x4e\xc1\x20\x37\x1c\xd0\xa0\xa6\x3d\xce\xa7\x34\xbe\xe7\x33\xe0\x8f\x01\xa5\xae\x78\xdb\xd7\x97\x88\x03\x73\x39\xbc\xbf\x84\x2f\xde\x37\x8d\x20\xa3\xfa\x9c\x8e\xee\x44\x92\x8c\xbf\xa3\x8c\xe3\x3f\x36\xf2\xdb\x45\x9f\x4f\x5a\x89\xa0\x20\xbc\x01\xf6\xdd\x1c\x46\xb7\x10\xbe\x5b\xe4\xf2\x21\x19\xba\x86\x99\xd2\xc3\x69\x69\x7d\xc0\xfe\x79\x68\x96\x82\x30\xc0\xf3\x7d\x28\xe0\xf9\xd6\x59\x72\x03\xd4\x80\x4a\x4a\xd5\x52\x55\x10\x7b\x7d\x3d\xa0\xf5\xeb\x1d\x1e\x35\xb8\xe6\x78\x0f\x0f\x63\x13\x6e\xe3\x69\xef\xbe\x40\xc8\x2f\x9f\x54\x5d\xe1\x10\x69\xc7\xd0\xe4\x98\xd4\x48\xf5\x9e\x80\x59\x1d\x57\x08\xbf\x89\xdd\x3d\x6e\x31\x28\x8c\xfa\xf7\x07\x70\xaa\x8e\xda\xa9\xf5\x0e\x55\x39\x73\x9c\x5a\x53\x83\x61\x0a\xac\x15\xdc\x8f\xa4\xeb\x76\xfc\x52\x38\xb5\x5a\xc9\x25\x5f\x70\xa9\x2a\xb0\x1e\x3c\x06\xfe\xcd\x7b\x46\x72\x48\x2d\x25\x60\x8f\x3c\xe4\x9e\x99\x44\xf2\xe4\x24\xab\x63\xe1\x44\xb2\x7f\xe6\x42\xb5\xd5\xf8\x1a\xc5\xc6\x67\x28\xd0\xe9\x06\x45\xae\x06\x18\xb7\xfc\x04\xe1\x5a\xa6\xd3\x42\xcf\x91\x27\xec\xc8\xae\x80\x5a\x7e\xd4\x38\xc2\xbd\xbe\x5b\x38\xa6\xc7\xbf\x1c\xf0\x69\x31\x92\x70\x65\xf7\x02\xa5\x2b\xe7\xa4\x9a\x64\x87\xb2\x2f\x7a\xf3\xa5\xc0\x98\x61\x44\xe3\x5d\xb3\xe8\x81\xb2\x71\x9d\x54\x05\xc8\xe4\x45\x49\x2c\x63\x33\xea\x87\x3f\xbc\x55\x3d\xe1\xee\x64\xb2\x2a\xac\x58\x57\x3c\x3a\xfa\x60\xcb\x54\x89\x9b\xad\x8b\xd4\xfb\x22\x39\x9b\x1b\x01\x9f\x7d\x6a\x70\xda\x5b\x1b\x07\x91\xaf\x59\xd5\xbe\xd9\x2f\xc0\x6c\xfb\xb5\xe0\xfc\xc2\x56\x4c\xf1\xb4\xd8\xba\x90\xba\xed\x8d\x54\xbd\xbf\x88\x7b\x60\x42\x2e\x3d\xcd\x31\x55\x96\xcd\x8d\x53\x6c\x16\xe9\x2e\xf6\x02\x99\xaf\xeb\x04\xe8\x26\x83\x24\x2f\xc0\x33\x7a\x7c\xb8\x86\x26\xa2\x17\xd9\xd7\x10\xc4\xce\x77\xb1\xac\x9a\xf1\x43\xf1\xa9\x44\x0b\x22\xdc\x3d\x38\xc6\x27\x87\x15\x41\xdf\x21\x3a\x18\xbc\x97\xef\x40\x97\x72\xd4\xca\x3a\xb4\xdf\x49\xaf\x81\x48\x66\xc2\x96\xf4\x2a\x7c\xaa\xbe\x0a\xab\x35\xac\xce\x84\xed\xed\x76\xd8\x39\x9d\x8d\xa3\x45\x00\x85\x70\xbf\x56\xe7\x4a\x88\x09\xa0\xbc\xbf\xea\x89\x70\x13\xfa\xbf\x59\xc7\xc7\x4a\xc9\xb5\x5d\x6b\xfa\x05\x71\x16\x1e\x6e\x2c\x76\x02\x28\xe6\x7c\xee\x39\x17\xdc\x6e\x69\x19\x8f\x0e\xb3\x7f\xbe\xf5\x08\x6d\x72\x14\x11\x90\xd0\xc3\xc0\xa9\xae\x94\xf0\xbe\x50\xc6\xec\xe9\xfc\x07\x78\x30\xc6\xd6\x3d\x5c\x6d\xa8\xc2\x54\xfa\xbc\x95\x6c\x71\x77\x12\x0c\x8e\x67\x8d\x55\x63\x3d\x84\x53\x21\x5e\xb7\x70\x6d\xd3\x10\x8f\x84\xd5\x70\xf4\x90\xbe\x85\xc0\xbf\x32\x43\x4a\xc5\x29\xb6\xf5\x9f\x8e\xe9\xd9\xbf\x19\x2f\x12\xd8\x5f\x6f\xc6\xc2\x13\x0f\x35\xab\xba\x50\xe2\x57\x85\xd1\xff\x33\xa0\x3c\x98\x41\x59\xd6\xf5\xae\xb5\x7f\x6e\x7b\x06\x55\xb4\x6c\x0e\x23\x6f\x95\x33\x79\x19\xbf\xff\xda\x28\xee\x71\x01\xf4\xaa\x6c\x86\xb7\x90\xbe\x3c\x2e\x63\x54\x6a\x5b\x7d\x26\x54\xc3\xea\x0f\x91\x42\x39\x97\xc2\xd6\xf2\x64\xca\x1e\x1b\xe6\xc6\x6b\xfc\x4f\x65\xce\x03\xb1\x41\xb8\x3b\x79\xac\xdb\xff\x99\x9c\xd9\x28\x88\x18\x25\xfe\x69\x6b\x5e\x6d\x34\xb3\x2a\x78\xd5\x46\xc0\x8d\xf3\x8f\xcb\xf2\xe5\xc5\x45\x55\x90\x5e\xd8\x8e\xf6\x61\xb8\x8b\x3f\x07\x41\xfd\xd7\x05\x19\x87\x4f\xff\x69\x57\x46\xe2\x4b\x8b\xc8\x16\x67\x19\xca\xbe\x2b\x9f\x50\x17\x00\xf3\xb9\xb0\x48\xc4\xa4\xb4\x48\xf2\x7c\xd9\xb5\x24\x78\x23\x9b\x1c\x74\x54\xc4\x0d\x6c\x83\xad\x22\x85\x8a\xca\x0b\x3c\x4e\x1e\x15\x50\x94\x15\xe3\xcd\x5c\xf3\x37\xf4\x0e\x37\x1e\xc7\xff\x9a\xbf\xc1\xac\x94\xff\xad\xb7\x4e\xbc\xff\x05\xcb\xf4\x40\xa5\x28\x6a\xa0\xda\x28\x55\x9c\x61\xe9\xb7\xc2\xdc\x47\xe6\x88\x9e\x04\x56\x59\x53\x62\x51\x30\xf2\xa8\x1a\xb0\x2b\x13\x90\x3a\x81\xba\x9b\xe0\x78\x45\x94\xc5\xba\x62\x09\x3f\x99\x53\xe1\xe0\xa0\x30\xdc\x3f\xad\xef\x79\x61\x9a\x3a\xda\x61\xa8\x4f\x18\x2b\xb5\x0f\x28\x7c\x9a\x1e\x57\xf7\x33\x1a\x03\x32\x7c\xd5\x59\xb1\x97\x65\x72\x06\xc0\xd5\x78\xb1\x45\x6a\x61\xe7\x4c\xa6\xbf\x9f\xb0\x17\xa6\xc1\xbf\x27\x5b\xa4\x24\x0e\xce\x7c\x6a\x92\x02\xae\x5b\x41\x9a\xad\x1e\x15\xd8\x4f\xda\xc0\xd0\xd3\x40\x3d\x14\x23\x6e\xc8\x3f\x77\x2d\xe3\x67\xa1\xf7\x43\x97\xc5\x6c\xb0\x41\x29\x4b\xc0\x03\xc4\xf9\x82\xf3\xa5\xe1\x2e\x79\xd5\x92\x0a\x9c\x9a\x9d\x15\x13\xd8\xc1\x6b\xe2\x6f\xda\x56\xae\xd4\xa5\xc3\x7a\xd9\x02\x34\x53\x58\x03\x94\x86\xe9\x97\x1b\xbc\x53\x3f\xfa\xa7\xbb\x57\x0f\x70\xb5\xe9\xae\x4f\x68\xd6\x0d\xab\x70\xbc\x18\x97\x0d\x1b\x52\x7c\xc6\x1b\x06\x31\xdc\xa7\x22\xfd\x32\x89\xdc\xab\x6e\x48\x47\xd3\x42\xd6\x58\x5a\x0e\x50\x86\xd7\xb2\x9a\x84\xf9\xaf\x44\x0b\x07\xdc\x28\x07\xc2\x45\x31\x32\x5b\xc2\x65\xcb\xf8\xd3\x65\x1a\xfb\x55\xc3\x17\xaf\x06\xc8\x22\xa8\x47\xc8\xdc\x82\xd6\x84\x89\x7a\x8f\xa3\x82\x33\xff\x14\x8d\x28\xfd\xff\xc0\xfc\x51\xc7\xe6\x0b\x95\x0a\xee\x25\x65\x96\xa9\x8e\xdd\x41\x75\xd3\x64\x7e\xa0\x32\xa5\x8f\x1d\x26\xd3\x6d\xd4\x9e\x28\x0f\x47\x8f\xe8\x90\xc6\xf3\xdb\x3c\x7e\xa0\xd7\x81\x6c\xa9\x16\xc1\x74\x39\xfe\x7c\x7f\x6f\x09\xbf\xee\x97\x20\x76\xb5\xa9\x62\xed\xb9\x44\xb2\x38\x0e\x2e\xf3\xdb\x78\xad\x1f\xf4\x67\xd1\xfc\x2b\xf6\xe4\x58\xa8\xc8\x02\xf6\xa4\x68\xd3\x96\x50\x4e\x87\x09\x1e\xda\xf8\xfb\xb3\x73\x51\x2c\xc8\x6c\x80\xb2\xf6\xd2\x21\x65\x4d\x3d\xb2\x9b\xb4\x08\x93\xe9\xe7\x60\x0d\xd7\xe0\x99\xc6\xe5\x20\x3c\x76\x16\x5e\xf7\xb1\xe8\x24\x8c\x15\xad\x94\xe1\x6d\x53\x7e\x0e\x6e\xdc\xed\xe6\x9a\x27\xa2\x39\x6e\xd8\x63\x54\x31\x9e\xc9\x45\x5d\x8f\x8c\xb3\x53\x54\x20\xd4\xa6\x7a\x32\x25\x38\xcd\x7c\xd4\xaa\xc0\x77\xd0\x46\x0a\x6d\x7e\x57\x1b\xa9\x4d\x4e\xbb\x05\xa8\xb9\x5a\xc5\xad\x96\x3c\x2f\x54\x14\x85\xda\x94\xdd\xd3\x5f\x3d\xfd\x76\xe1\x54\xeb\xd4\x18\xce\x63\x0f\x9f\x7a\xb6\xb7\x91\xab\x72\xd8\xaa\xcf\x62\x01\x36\x67\x9c\x98\xf7\x25\x19\xe4\xa4\x81\x5d\x7d\x15\x4e\xcb\xa2\x93\xed\x33\xfd\xa7\x10\x0e\x10\xf6\xfd\x33\xed\x95\x8e\x34\x47\x38\xbf\xe1\xc8\x0d\xb9\xf0\x2d\xe0\x8c\xc9\x65\x83\xe1\x3a\xb0\x3e\xe1\x70\x20\xe8\xe5\x5f\xb0\x44\x71\xdd\xbd\x43\x07\x50\x27\x8c\x2d\xb1\xae\xe5\x28\xbc\xea\x69\x97\x72\x49\x3d\xaf\x7e\x73\x0c\xb1\x3b\x2b\xff\x7a\x52\x65\xbe\x37\x6d\x30\xfd\x3b\xbc\x76\x26\x8b\x9e\x4f\xa2\x6e\xd9\x93\x79\x31\x3b\xd7\xd1\xdb\x1b\x23\xfc\x4e\xb2\x5b\x66\x21\x16\x6e\x37\xbb\x1c\xf9\x00\xc3\xf3\x64\x53\x63\x72\xf7\x13\x5a\x9b\x64\xeb\xc7\xfc\x69\xc4\xd4\xcf\xa5\xb5\x9f\xe0\x3d\x23\x19\x19\x8e\xdf\x7f\xc3\xe7\x85\xea\xfa\xa4\x1f\xec\xdf\xe6\xa5\xec\x91\x3b\x38\xcd\x02\xe4\x93\xc5\x57\x79\x2a\xb4\x37\x92\xc6\xe3\xdd\x8b\xf2\x74\xa8\xb1\x18\x9f\xb5\xfe\xd6\x95\x7e\x37\x65\x16\xea\xeb\x38\xe9\xf2\xf8\x4f\x5a\x0b\xd2\x33\x4a\x6a\xcb\x4c\xd8\xdf\x3a\x18\xa6\x9b\x55\xda\x5e\x15\xd6\x9c\x63\xea\x5d\xd9\xe7\x4a\xa3\xee\x08\xb5\xb1\xc4\xa7\x4a\xe4\x95\xa8\xb9\xd1\x5f\x4d\x0c\x29\xec\x02\x95\x16\x9b\x37\x6e\x30\x37\xdd\x4a\x02\x7c\xd5\x7f\x3a\x86\xd6\xfd\x17\x8f\xff\xbf\x7c\x71\x98\x8c\x8c\x3b\x59\xce\x83\xbc\x85\x62\xe7\x62\x53\x6f\x7b\xa2\x9f\x9e\xaa\x0a\x24\xbd\x4c\xf1\x39\x60\xe6\xe1\x23\xca\xa2\x5e\x39\x63\x72\xb4\x64\x2b\x8c\x63\x23\xd3\xf9\xd2\x35\x92\x47\x05\xd6\x06\xce\xcd\xc9\xb5\x80\x8d\x0f\x37\xb8\x41\xdb\x3d\x43\x39\x44\x7e\x1e\x4b\x21\x35\x21\x31\x02\x05\x6c\xc3\xfe\x01\xd1\xb8\xe9\x29\xc5\x19\xcf\xcf\x18\x69\xc9\x46\xd8\xed\xac\xda\xd7\xd6\x80\x1b\x0d\x91\x92\x36\x31\xd7\x75\x56\xaa\xf0\xbd\x1a\xd0\x0b\xaa\xc7\x03\x36\xe9\x3f\xc1\x69\x2f\x80\x99\xe1\x2f\xe3\x17\x38\x23\x0a\x02\xc0\xa4\x69\x9a\xae\x12\xed\x4d\x80\x0d\x85\x53\xa9\xd1\x86\x1a\x54\x99\x8f\xf5\xdc\x37\x86\x20\x60\x08\x2d\xac\xaa\x84\x57\xd5\x5c\x3d\xd5\xb1\xac\x56\x54\x47\xb9\x41\x1d\x65\x2b\xe1\x3a\x4a\x3d\xda\xa6\x46\x71\x4f\xba\x83\x98\xcb\x65\x8f\xf2\xdd\x47\xfb\x3e\x13\x07\xa6\x59\xb1\x6a\xb1\x67\x97\xab\x16\x8b\x6d\x1c\xd1\x46\x28\x63\x6e\xe3\xd8\x7f\xa6\x01\x42\x35\xe6\x72\x75\xe7\xb9\x15\xdc\xf3\xde\xe0\x5b\x9a\xb8\x85\x0b\x38\x37\xf7\x6e\x99\xcf\x39\x06\xd3\xe2\x7b\xda\xb8\xa7\x87\x7b\x76\xb7\xf7\xd4\x12\xe9\xe0\x74\x70\xab\xff\x41\xde\xe9\xd5\x91\x18\x33\xd1\x81\x71\x56\x73\x1e\x84\xc9\xfd\xf4\x63\xb0\x67\xf8\xd5\x91\xa8\x24\x72\x67\x2f\xc8\xf7\x7c\x9e\xcb\x18\x4e\xf2\xf5\x59\x56\xff\x83\xfc\x9e\xff\xe2\xe9\x33\x51\x9f\xcb\x33\xea\x7b\xb3\xe1\xf5\x28\x74\x12\xa9\xfe\x1f\x8c\xc2\x80\x57\xc6\x48\xb4\x13\xb9\xb1\x17\x89\xfe\x7e\xf7\xff\x6a\x14\x06\xfa\x29\xfb\xb9\x3c\xf0\x28\x04\x77\xd6\x69\x18\x92\x22\xbd\xc3\x76\xd8\xc5\xf7\xd6\x58\xe9\x92\xcd\xbd\x4b\xd6\xa5\x4b\x1a\xe6\x92\x37\x21\xde\xcd\x25\x09\x2e\x69\xe0\x92\xf3\x6d\x2b\x83\xc9\xc3\x8d\xc0\xaf\x01\x04\xfa\x6f\x02\x3f\xfb\xa7\xe4\x9a\x7f\x34\xd0\xf3\x33\xff\x5e\x02\xc9\x0d\x87\x0f\x3b\xfb\x4c\xe5\x6a\x99\x97\xe7\x5a\xd1\xbc\xe8\xc8\x5a\x81\xde\xd8\xb5\xae\x73\x4f\xdf\x34\x19\xae\xfa\x19\x53\xe1\x74\xd8\x6f\x52\xff\x3f\x6a\x97\xae\xd8\x4f\x5e\xe8\xaa\x68\xf5\x7c\x3d\xfa\xcb\x89\xfd\xdf\x8e\x7e\xef\x7f\x39\xfa\xa5\x92\xb2\x8b\xbb\xdd\xa8\x88\x08\xfc\xbc\x15\x67\xe1\x8e\xa9\x0c\xc7\xae\x6a\x15\x5c\x14\x5d\x90\x21\x50\xce\x0f\xc3\x51\x44\xac\xdf\x5e\xab\xbf\x7c\x3e\xfd\x45\xbb\x6d\x70\xb6\xca\xe8\x2a\xca\x6f\x4e\xad\x75\x4e\xf3\x2d\xdc\xfe\xe9\xdf\x03\xb6\xc6\xd0\x9c\x94\x8f\x49\x55\x1b\x72\xba\x13\x7b\x2d\xae\xb5\x5a\x14\x01\xfe\xf7\xcf\x1b\x5f\x3d\x6f\x50\xe0\xd8\xfb\x4f\x0d\xac\x4f\x3c\x96\x0b\x46\xdd\x83\x7f\x68\x0f\x3a\x82\xfd\xf3\xbd\x4b\xb9\x81\x35\xe5\x5a\x67\xc3\x90\x4b\x0a\xae\x0d\xb3\x8a\x9e\x12\x7b\x87\x8c\x23\x43\xdd\xf0\x9f\x27\x69\x7d\xb6\x6f\xd8\xd3\xe8\x89\xe4\xcb\xa7\x1b\x47\x78\x6b\xca\x81\x5a\x0f\x53\x09\x74\x80\x2e\x29\x18\x35\x08\xba\x8e\x51\x30\x80\xb2\x9a\x83\x1a\x84\x84\xa8\x03\x58\x83\xdd\x59\x36\xe4\x7f\x73\x1a\x65\x0c\x99\x9f\x94\x33\xd4\x33\x14\x76\x74\x8f\xcc\xfb\x1b\x6b\xb3\x62\x7b\x96\x2d\xb9\x39\xeb\x71\xec\x25\x32\xb2\xfe\xab\x03\xe8\xdf\x1f\x38\x11\xfd\x44\xc6\x38\x78\x6a\x7d\xab\xf8\xd2\xf9\x18\xa0\xec\x11\x63\x10\xeb\xee\xfd\x6f\xc7\x80\x0a\x0a\x4a\x63\xb0\x3a\xcb\x8c\xc7\xa0\x91\xc8\xf8\x7f\x3d\x06\xd7\x0f\x9c\x88\xe6\xed\x18\xbc\x0b\xf1\x81\x95\x73\xf8\xfa\x92\x8b\x5c\xb2\x94\x4e\xf2\x84\x6a\x6d\x20\xa1\x38\xd9\x81\xdc\x35\xc0\x40\xd4\x72\x77\xca\x19\x4f\xc7\xaf\x4b\xa8\x9e\x87\x2e\xb7\x9a\x48\x6d\xc0\xa0\xdd\x78\xf2\xf3\xba\xdd\x66\xa9\xdd\xc6\x67\xed\x26\x93\xeb\x76\x79\xd5\x52\xbb\x9b\xff\xba\xbf\xdb\xaf\xe9\x55\xbb\x70\xe2\xa1\xdd\xe8\xbf\xee\xef\x62\x72\xdd\xee\x65\x5f\x6e\x42\xe9\xfd\xb7\x27\x5a\x47\xf6\x88\x7a\xce\x4f\x77\x79\x29\xea\xd4\xa0\xeb\xbe\x56\x3d\xe1\x1d\xb8\x48\x14\x61\x78\x37\x66\x8c\xc3\x22\xf5\x6f\x2a\xfb\x28\x6c\x7f\xbd\x8a\x69\x91\x16\x90\xe1\x18\x74\x8f\x03\x4a\x35\x58\xaa\x6c\xe0\xe4\x5f\x10\xef\xdc\xc0\x25\xe0\x1a\xa0\xed\xdd\x6d\x43\x14\xbf\x29\x36\x68\x0a\x3d\x67\x42\xc5\x76\x07\x1c\xe8\x4f\x7f\x85\xf2\xf0\x44\x37\x90\x90\x73\xb5\x33\xab\x8a\xaf\x42\xbc\x61\x3c\xd3\x97\xb7\x2e\xa9\x70\x22\x24\x72\xd3\x97\x25\xec\xf7\x65\x52\x44\xa2\x39\x16\xe4\x23\x36\x76\xba\x90\xc1\x6d\x0a\xfa\x3f\x4e\xc4\x46\x06\x1d\xf4\xba\x14\xdb\xa7\xf3\xcf\x46\xe2\xa9\x5e\xa1\x4e\x80\x2a\x7a\x5a\x21\x4e\x91\x63\x8e\xa2\x99\x88\x02\x51\x46\xda\x42\xd6\x2b\x25\xaf\x0d\xfb\xf6\xca\x35\x8a\x2b\xa6\x18\x26\x7e\x96\x9b\x24\x80\x57\x61\xa7\x0f\x7f\x74\xf8\x15\xa1\x5f\xee\x45\x34\xf5\xf1\x5e\x5f\xf8\x38\x64\xde\x28\xdd\xdc\x15\x8b\x85\xbc\x3a\x64\x2e\xb8\x39\x8d\x48\x8e\xfe\x7b\xf5\xec\x0f\x88\x30\xa5\x6a\x2c\x87\xc8\x55\xd8\x45\xd1\x05\x8b\x47\x8a\x53\xf2\xd3\x70\x4d\x2d\x1e\x55\x4b\x0e\x2c\xaa\x37\x4d\x77\x60\xc4\xaa\x91\xaa\x30\xba\x56\xd7\x38\xa8\x0b\x4a\x61\xff\xa2\x3b\x6b\x13\xc2\x82\x37\x60\x8c\xf8\x95\x57\xfc\x51\xf8\xfc\x5b\xed\xa9\x54\x4d\xb7\xdb\x03\x52\x81\x42\x87\x67\xb9\xea\x32\x02\x07\x7e\x1e\xa7\x76\x01\x4c\xfe\x78\xba\x05\x93\xcf\x4e\x44\x20\x11\xd8\x09\xf2\x40\x84\xb9\x6d\x94\x07\x0d\x2b\xa7\x52\xf4\xbc\xb5\xf7\x0b\x9d\x74\x2f\xdd\x9a\x08\x67\x63\x95\xd4\xf5\x3f\x94\xd4\x55\x42\xb9\x50\xef\x05\x87\xc2\xf9\x0f\xc0\x49\x49\xe4\x83\x92\x04\xf6\x53\x72\x07\xff\x69\x55\xba\x24\x4b\x6e\xac\xb0\x8d\x6f\xfd\xb7\xab\x68\xf0\x4f\x4a\x7e\xc6\x10\x89\xbb\x08\xf2\xb0\x89\x3f\xda\xda\xc9\xe4\x9e\x33\x59\xa9\x4e\x72\x8d\xd2\xd1\x52\xb4\xa7\x1d\x8d\xf8\x20\xc3\xb1\x4b\x29\xe9\xa6\xe4\x34\xe3\x28\x60\x8a\x49\x6d\x2c\xe5\x05\xdb\x69\x4e\xcb\xea\x6b\xc6\xd9\xbb\x55\x9b\x09\x4c\xed\x40\xd5\x9b\xe8\xd1\x8a\xdc\x78\x7f\x72\xf2\x15\x7c\xca\xfc\xc8\x7a\x1b\xa8\xbf\x26\xb6\x14\xad\x91\x25\x73\xdc\x96\x02\x21\xa0\x35\xbd\xc4\x98\x6c\x21\x1e\xab\x4a\xd8\x60\x20\x68\xa1\xe0\xbe\x14\x67\x19\xeb\x05\xc0\x99\x91\x93\x8b\x41\x32\x58\xb1\xcd\x40\x1e\xfd\xb6\xfa\xd4\xb9\xd8\x93\x4d\xd4\x83\x9d\x7a\xa3\xea\x6d\xa8\x45\xb5\xa4\x6e\x4a\xbf\x65\x0f\x58\x39\xe3\x70\x5a\x34\x71\x6e\xa2\x42\x8b\x39\xa2\x66\xe7\x95\x55\x9d\x0a\xd5\x51\x75\xa6\xb4\x4b\xda\x76\xd1\x52\x18\xe3\xfd\xd4\x46\x36\x57\xff\xec\xe0\x33\x36\xf2\xb5\x5f\xaf\xf8\xd0\xa2\x5f\x2f\x9b\xeb\x55\xea\x75\x08\x50\xce\xdb\x9e\xaf\xb5\x7a\x22\x77\xfb\x27\xad\x5e\x9b\x85\x46\xc6\x52\xe8\xa2\xe2\x5d\x89\xd8\x8b\x36\xb6\x99\xbc\x5c\xd4\x4f\x05\x1e\x11\x51\xd4\xf0\xcc\x9a\xff\x9e\xaf\x79\x0a\x66\xd8\x3d\xae\x2e\xbd\x41\xd8\xe8\xe2\x44\x9e\x5e\xb3\x0a\x97\xd2\x47\x8a\x47\xd9\x2b\xe5\x90\xba\x42\xfc\xe6\xf3\xcc\xec\xbf\xcb\x79\x46\xd2\xf0\xab\x3e\xcf\xbc\x68\x48\x2a\x08\x47\xff\xa8\x3f\xe4\x7b\xf5\xd8\x4e\xbc\x3d\xb8\x48\x46\xee\xe9\xf8\x56\x4e\x21\xc5\xeb\xda\x94\x1b\x09\xfb\x37\xf2\x32\xff\x7a\x64\xfc\xa1\x5e\xd1\xe1\x68\xe3\xa8\x0e\x76\x91\x66\x53\xef\x2d\xbb\x31\x24\xf1\x98\x36\x91\x75\xcb\xc5\xb6\xd8\xff\xed\x87\x42\xf2\x07\x23\xfc\xfd\x11\x3a\x2d\x94\x1c\x4c\xae\x5f\x1b\x68\x04\x53\xc7\xfa\xe5\x1e\x1e\xcf\x92\xe2\x3a\x2f\x29\xae\xbb\x5b\x05\x73\xa1\xd7\xf2\x62\x2f\x77\xc3\xb2\x86\x79\x11\xb8\x51\x4d\xd9\x58\x32\x91\x5d\xc0\xad\xdf\x6f\x20\x35\xf4\xc2\xd5\x43\xd7\xab\x20\xcb\x73\xdf\x24\x38\x83\x01\x03\xa2\x35\x10\x46\x3c\x1d\x79\x47\x86\x14\x09\x58\xc8\x43\x85\xd2\xe9\xa6\xdc\xcc\xa8\x8b\x94\xca\xf1\xfe\x4c\x42\xe8\x24\x5b\x74\xc1\xbc\xa6\xce\xe8\x59\xed\xce\x61\xb1\xea\x3d\x51\x7c\x54\x06\xe9\x4b\x75\x24\x52\x7b\xa1\x18\xf3\x97\x4e\x86\xef\xd7\xca\xdd\xbf\xfb\xbc\x83\x61\xf9\x88\xba\x32\x6b\xf1\x11\x9a\x5f\xd4\xbc\x67\xd6\x16\x61\xc6\x6e\x8b\x95\xc3\xa6\x1c\xc1\x40\x3b\xc4\x32\xb8\x63\xa0\x15\x2b\x91\xaf\x6f\xf7\xc5\x31\x96\x3d\x9c\xa1\xdb\xf3\xe3\x6d\x8f\x84\x77\x9c\x73\x05\x6b\xdc\xc7\x6b\x86\x03\xf2\x97\x07\xb0\x23\x5a\xab\x3b\x9e\xcb\xbb\xae\x7c\xfa\x62\x53\x1a\x9a\xf8\x6a\x68\xae\xac\xdd\xa2\xc5\x1f\x34\xef\x59\xbb\xd7\x08\x6c\xe5\xa1\x99\x37\xe5\x14\x43\xb3\x8b\xe5\xf2\x2f\x43\x73\x7d\xbb\x2f\xf6\xb7\x43\x53\xec\x91\xf0\xf6\x18\x9a\xa6\x5c\xf2\xd0\xcc\x4b\x43\xd3\x30\x43\xa3\x37\xde\x9f\x22\x16\x94\x1f\x5f\x1a\x98\x06\x5a\x38\xf6\x9e\xaa\xb7\xa0\x93\x01\x07\x30\x96\x03\x34\x91\xe0\xa9\x6c\x5d\x9c\x9b\xaa\xb0\x9f\xcd\x4d\xc9\x9c\x07\x8a\x1f\xdb\x47\xd0\x23\xc2\x3d\x99\xe9\x69\x71\x7d\xdf\x0d\x94\xd0\x17\xe7\x7b\xeb\x3b\xef\xeb\xd5\xf2\x41\x6f\xdf\x63\xee\xec\xba\xd4\xd9\x86\xe9\x6c\x79\x60\xd7\xe6\xd1\x01\x0f\x6c\x05\xdd\xdd\xf0\x2b\xde\x8b\xeb\x7c\xf2\x86\x1c\x0a\xca\xdf\x70\x26\xc4\x6b\xd1\x0d\x75\xef\x31\x35\x55\x7e\x0c\x61\x52\x9b\xa5\x7d\x6f\x3b\xd0\x17\x83\xf2\xd2\x76\xca\x4b\xbb\xf8\xdc\xcf\x66\x90\x9f\x3b\x30\xcf\xa5\xf1\x32\xf7\xdc\x5b\x6b\xf4\x45\xaf\x3c\x1b\x57\xcf\x2d\xae\xbd\x4f\xe6\xa2\x83\xc7\xd6\x56\x77\x14\xe4\x76\x58\x54\x90\xa3\x5b\x1d\x3a\x0d\xe5\xf0\x5f\x34\x64\x3b\x2a\x95\x25\xef\x0b\x65\xc9\xbf\xff\x68\x0c\x62\x03\x9a\x8c\x00\x72\x6e\x7c\x5e\x88\x3c\x16\x62\x3a\x8f\x9f\x73\x15\x86\xca\x28\x57\xe1\xb5\x99\x58\x5a\xe6\x21\x17\x71\xb5\x78\x54\x9a\x18\x15\x0e\xb6\xdf\x0d\xde\x7c\x12\x02\xfa\x83\x64\xcf\xa3\x39\xb1\x55\x8e\xe6\x90\xd8\x34\x77\xe8\x0f\xb8\x7e\xf0\x23\x92\x85\x93\xf2\xb3\x62\x1a\x4f\x54\x7e\x70\x4a\xcf\x76\x7f\xe7\xb1\xc1\x8f\xe1\x8d\xcc\xfc\x53\x81\x4d\x8f\x91\xd6\x3a\xa4\x2c\xbf\x9e\x57\xf7\x0b\x6c\x80\x9b\xb7\xe3\x02\x9b\x80\x8b\x83\xae\x0a\x6c\x4c\x23\x70\x01\x6d\xba\xcf\xd7\x11\x77\xd8\xa9\xf8\x3c\x16\x95\xd7\x0e\x0b\xbd\xd5\xcd\x68\x20\x5c\xe6\x09\xd5\x91\xcb\x23\xd5\x86\x24\x72\x95\xbd\xf0\x19\xb3\x2d\x70\x83\xc4\x47\x2e\xa8\xf5\x8d\x86\x3d\x5f\xa0\xb9\x80\x73\xd6\x37\xc8\xaa\x33\x53\x19\x74\x40\xc3\x3d\xef\x40\x5b\x69\xf5\xe0\x37\xdf\x80\xab\xc2\x5e\x0f\x64\xf5\x55\xc5\x03\xb5\x01\xe0\xec\xaa\x46\x98\x87\x60\x14\x74\x23\xc0\xba\xf9\x51\xf6\x0c\x9a\x1e\x47\xa8\x21\x09\xb3\x97\x30\x7b\x86\xeb\x87\x63\x33\x73\x50\x4a\x11\x59\xf0\x3b\x80\x72\x14\xe0\x8a\xdd\xc6\x09\x18\x2e\x34\x2a\x7b\x26\x79\x51\x79\x83\x4c\xba\x0f\x4c\xe3\x3d\xe8\x1c\xbf\x90\x83\x66\x4d\xef\x19\x49\x26\xda\xef\x52\x62\xc1\x5a\x76\x2a\x50\xbf\x6d\x80\xf9\xc3\xae\xa1\xba\x3b\x8e\xea\x92\xc7\x86\x54\xe8\x71\xcc\x06\x94\x7e\x02\xc3\xfe\x7e\x01\x77\xf6\x90\xf4\xd2\x9a\xf1\xf2\x50\x82\xeb\xa5\xa9\x16\xfc\x3e\x67\xd4\xb5\x6c\x19\x99\x8f\xb4\x3a\x87\x7a\xf8\x15\x3f\xad\xe4\x09\x54\x41\xee\xf2\x4c\x53\xfa\x36\x68\x72\x56\xe5\x03\x67\x7d\xf8\xa4\x9f\xbb\x42\x7c\x98\x4b\x83\x35\x0a\x82\xe8\x12\x7b\x07\xe0\x44\x7b\x58\x35\xac\x20\xc2\x85\x99\x32\x65\x02\x58\x1c\x22\x00\x49\x70\xb7\x40\xc4\xf1\xcc\x9c\x90\x63\x4e\x81\xd5\x6f\x54\xa7\xa1\x76\xbe\xd2\x5c\xec\x96\xe5\x3b\xb2\xdd\x13\x83\x0f\xa2\xaa\x93\x5e\x83\x32\x98\xbe\x1e\x51\xce\xee\x66\xfd\x27\xda\x09\x07\x94\xae\x4d\xc2\xc4\xa2\x61\x6a\xd4\x25\x30\xb9\xc9\xb8\xe4\x57\x1a\x0b\x45\x2a\xea\x96\x96\xd4\x92\x57\x42\xfb\x87\xbe\xf2\x77\x1b\x56\x5a\xde\xe2\x9c\xb0\xe2\xbe\xd3\x52\x0e\x96\xc5\x09\xec\x2f\x08\x20\x0d\xc5\x8f\xd8\x2f\x7b\x1f\x46\x05\xe5\xcf\xcb\x83\x9e\xbe\xe1\xd2\xba\x4c\xee\x12\x1c\x06\xc5\xfa\xdf\x05\xbe\xf2\x63\x2e\xe1\xb8\x3b\x66\x19\x5e\xd3\xd7\xf7\x7b\x2a\x96\x40\x23\xf5\xdb\x29\x6d\xf1\xad\x45\x90\x69\x03\x79\x38\x10\x76\xdf\xa8\xd1\xc2\x34\xb4\x41\x39\x8b\xfc\x00\x14\x43\x17\x4b\xda\xfb\x16\xd6\xf2\x84\xff\xb9\xba\x84\x00\x5c\x13\x20\x4d\x11\xa3\xcc\x3b\x18\x65\x7a\x9c\xc2\x7a\xaa\x51\x2c\xb8\x4f\x3d\x3e\xa8\x78\x4b\x0b\x6b\x0f\x4a\x19\x70\xb7\x38\xb0\xe0\xba\x92\xbe\xcb\xe4\x0e\x69\xa3\x11\x79\x30\xc7\x47\x7a\xb9\x59\x75\x61\x09\xbf\x63\x05\x48\x38\x7d\xbe\x94\x98\xac\x87\x70\xc4\x71\x43\x0c\x6a\xe5\x76\x64\x6d\x6e\xe8\x1e\x7c\x36\x18\x99\x8e\xa6\x52\xc3\x59\x43\x86\x6f\xad\xc6\x59\xce\xcd\x4b\xa5\xf7\xaf\x46\x13\x74\x0e\xfb\x64\x4c\x75\x00\x44\xf5\x26\x0f\x09\x32\x49\xfb\x20\x5b\x46\xc9\x9f\x77\x4a\xc8\xb1\x39\x8d\x1b\xfe\xc5\xac\x54\x91\x32\x8f\x6f\xef\x5f\xf4\x12\x79\xef\xa5\xfa\xb5\x54\x2c\x6b\x68\x7b\x4e\xb7\xb1\x80\xbd\x19\xd8\x3e\x92\xeb\xd6\x7d\x14\xf0\xc7\x73\xa4\xc4\xae\x68\xa0\x55\x64\x6f\xb8\x2f\x8b\x0c\xd5\x36\xcb\xec\xa1\xd0\xea\x74\xb1\x7c\x20\x96\x82\x40\x81\x3d\x87\x48\x15\xf9\x12\xfd\x52\x33\x21\xde\xcc\xeb\xf0\x9b\x8f\x96\xe6\x98\x56\x94\xbc\xea\x88\xa1\x38\x5e\x5e\xe1\x4d\x88\x8f\xce\xfe\xe5\xce\x1d\x2a\x50\x7c\x1d\x06\xc6\x23\x93\x4f\x3d\x07\x56\xf1\xcb\xa5\x9e\x26\xf5\xcd\x28\x02\x66\x2e\xee\x8f\xb0\x99\x0c\x33\x0f\xdc\x46\x3a\xd4\xba\x48\x07\x82\xae\xb9\x05\xb2\xfd\x66\x5b\x9a\xc0\x71\x71\xee\x2a\x52\x8c\xcf\x3c\x04\x7a\xca\x4c\xfb\xbc\x02\xc6\x87\xc0\x82\x73\x8a\x5f\xc0\x7c\xbf\xfb\xa0\x44\x60\x03\xbf\x81\x07\x1c\x93\x71\x35\xb4\xc4\x28\xb8\x30\x12\x51\xfd\xd9\x13\xfc\x75\xa8\xae\x1d\xf1\x5b\x37\x33\x1f\xd4\x5d\x34\xf4\xec\x3f\xd5\x8b\xd0\xa6\xd2\x26\xc1\x97\x5d\xd6\xe6\x93\xee\x21\x60\x1b\x5c\xf6\xd1\x27\x80\x5e\x79\x8f\x12\x80\xfb\x1c\x69\x9b\x8c\xb3\xdf\xa5\x75\x65\x26\x05\x23\xa9\x6a\x96\x79\x49\x33\xcf\x35\xb0\x4a\xbc\x67\x54\x46\x6d\x53\x8a\x38\xa7\xc7\x26\x70\xa6\xa4\xbf\x8b\x6b\xe7\x0d\x69\xa6\x48\x11\x85\x10\x6a\x32\x77\x01\x88\x70\x6a\x73\x56\x4f\x55\xce\xb4\xc5\x75\xdc\x23\x06\x7c\xf4\xda\x3f\xc0\x78\xd9\x05\xb8\xad\xdc\x23\x61\x61\x1c\x64\x18\xe8\x79\x06\x79\xd8\x87\x96\xe9\x37\xea\x45\x94\x8e\x36\x95\xee\xd8\x02\x23\xc5\xb7\x60\xcb\x6f\x29\x02\xa5\x9e\xf1\xad\x8d\xd0\xfa\x81\x8b\x46\xb9\x86\xb4\x33\xbf\x44\xa5\x62\xaa\xa2\x16\xc4\x6b\x94\x57\xac\xd7\x70\xa1\x8b\x22\x62\x77\x33\x22\x71\x00\xe4\x52\x77\xb5\x95\x79\xdf\x5d\x86\xdc\xd0\xef\x60\xe9\x3e\x36\xa5\x70\x11\xde\xf1\xeb\xf0\xc8\x71\xd7\xed\x2f\x97\x51\x6d\x73\xe5\x91\x5e\xf0\x0f\x87\xd3\x0d\x98\xc3\x5e\xde\x2c\x42\xc8\x74\x53\x16\xa9\xad\x00\xa3\xcd\x1d\x79\xe4\xa2\xec\x6a\x89\xa2\xe6\xcb\x3d\x42\xba\x23\x65\x52\x45\x65\xb1\xe0\x2f\xdb\x48\x63\xac\x11\xd7\xfb\xb4\xbb\xa5\xe3\xb4\x23\x7b\xc4\xe1\x2f\x26\xa6\x55\x73\x7d\xe3\xf4\x50\xbd\x94\x5a\x9a\x67\x43\xff\xde\x22\xe2\xc1\xe2\xab\xd8\x0f\x86\x58\x16\xee\x36\xe4\xf5\xfe\xdd\x68\x87\x4e\x4d\xa5\x8f\x37\x37\x78\x42\xfd\xcc\x3b\xee\x0a\xe7\x1b\x79\xf2\xac\xe8\x6a\x7b\x2e\x99\xd7\x2e\x45\xc6\x8a\x83\xb5\xc4\x00\x2a\x8e\x98\xfc\x24\x02\xf6\xbd\xbc\xfb\xca\x34\x79\x7d\x72\x30\x2a\x02\xdc\xd8\xc8\xc1\x40\xdd\x79\x5b\xf5\xfd\xee\x7b\xde\x54\xf7\xb0\xa6\x65\xd7\xe4\xd5\x1b\x0d\x2a\x68\x96\xfa\xb8\x72\xb5\xb6\xb3\x93\x7a\x11\x8c\x45\xc7\xf9\xba\x6d\x8d\xaa\x8e\xa8\x38\x1f\xe4\xeb\xff\xb6\x5c\x51\xde\xe6\xcb\x02\x70\x35\x6f\xcb\x98\x04\xe0\x74\x6e\x28\xfc\x48\x1a\xce\x84\x78\xa7\xcf\x1b\x7d\x1c\xd8\x31\xf0\xf2\xb7\x4b\xae\x3b\x27\x0f\xdd\x5c\x1a\xe1\x41\x07\x9f\x6b\x7a\x10\x8e\xf5\xf7\x09\x46\x25\x58\xe0\x2f\xb2\x61\x4f\x3d\x3a\x4e\x5e\xf5\x05\x88\x4d\xfd\x86\x26\xbc\x77\x18\x94\xc7\xc1\xb5\x7e\x4d\x2d\x90\xc4\x45\x67\xba\x8f\x33\x3d\x6a\x5d\xce\x74\x4a\x86\x05\x50\xe9\x9a\x56\x6a\x47\x1e\xe8\xdb\x36\x8e\x71\x50\x1c\xf3\xd1\xbe\xc0\x77\x3f\x8b\x27\xfb\x3b\x51\x31\xfe\xaa\x5b\x28\x6d\x34\x12\x78\x8e\x3e\x90\xe2\xf6\xcd\x9c\xa1\x95\xce\xb3\x39\xb1\xbd\xdf\xb5\xce\x73\x59\x76\xfa\x7c\x96\x40\x42\xb4\x11\x29\xf9\x5a\xdd\x53\xcc\x7d\xf9\x81\x13\x24\x7d\x60\x6d\x3c\x27\x0a\x3a\xb5\x5c\xe8\x77\xcb\x3b\xaf\x45\x05\xae\x4e\xf1\x40\xb7\x4d\x67\xfa\xeb\x0b\x53\x85\xdb\x00\xab\x65\xbf\x05\xef\xe5\xbe\x45\x5d\xa9\xd3\x63\x7e\xc4\x03\xaa\x8e\x9a\xd3\xf8\xfc\xa0\x80\xe8\xba\x10\x88\x1b\x57\xf6\x8f\x24\xc2\xab\x5c\x48\xa3\xb2\x87\x4d\xf7\xf1\x8e\x8e\xd1\xf2\x11\x05\xa0\x47\x6e\x51\x26\xf3\xda\x6a\x60\x34\xbb\x4d\xbf\x58\x19\xd7\x31\x0a\x46\x3b\x19\xd3\xa9\x8d\x98\x3d\xd7\xbf\xab\x81\xf9\xb9\x9b\x80\xaa\x6a\x40\xd1\x3c\x15\x98\xef\xb7\xdd\x67\xec\x53\xb6\xf9\x74\x33\x73\x8b\xc0\xa8\x26\x7a\x4f\x52\x5d\xad\x7a\x6c\xac\xad\xab\x33\x9f\x0e\xe1\x18\x5c\xf4\x57\xbf\x2e\x1a\xfa\x68\x51\xdf\x82\xae\x5f\x9e\x4f\x57\x38\xf9\x7c\x9a\x2f\xcd\xe7\xe2\xa1\xaf\x36\xd2\x2f\xbd\x54\xc7\x88\x0a\xdc\x34\x3e\xf4\x50\x5b\x51\x58\x46\x14\x99\xbd\x5e\x41\x57\x0f\x1b\xf7\x4e\xcf\x97\xfa\x9f\xe5\x43\x69\x0d\xe6\x1a\x5c\x32\xae\x7e\x08\x95\x59\x9d\x92\x02\xa8\xdf\x79\xae\x84\xb3\x84\x3e\xc0\x27\xfa\x75\x07\xff\xd6\x61\x82\xfa\x30\xab\xff\xe6\x62\x8e\x93\xca\x3b\x1b\xc1\xce\x07\xce\xcc\x98\x5e\xf1\xde\x46\xe6\x04\xe7\x58\xa1\x9b\x05\x43\x04\x36\x65\x69\xde\x7b\x85\x0e\x7e\x18\xba\x9d\xe0\xf2\x8e\x58\xe5\x4e\x73\x03\x91\x94\x51\xf4\x8a\x61\xd6\xdd\x68\x58\x3a\xce\xbb\xac\xc5\xf5\x0a\xfd\x76\xc9\x6e\x2e\x6d\x19\x67\xc0\xcb\x24\xb8\x4c\xc2\x84\x8a\xf9\x08\x55\x83\x53\xec\x75\x3f\x5e\xf0\x14\x66\x35\xb8\x5a\xd0\x1d\x06\x39\x41\x22\x12\xf4\x2e\x8f\xe3\x42\x4c\x84\x80\xda\xb5\x8c\x82\xdf\x2e\x39\x61\x1e\x8c\x32\x9b\xaf\x7b\xa4\xdf\xfb\x25\x60\x38\xcf\x9c\x65\x2a\x56\xfc\x83\x39\xef\x0a\xf3\x36\xd6\xeb\x91\x9b\xdb\xc6\x5a\xcb\x52\x4f\x87\x72\xd1\x20\x77\x87\x6f\xc6\x1a\x5b\x83\x3f\xa6\x06\x5f\x9a\x19\x9b\x1b\x53\xe6\x5e\xa6\x21\x64\x3a\xb2\x39\x97\xd2\x28\x3f\x21\x10\x83\xfe\x38\xb5\xa1\x14\x36\x41\xc9\x08\xf7\x5f\x97\x64\x61\x0f\xb9\xc2\x4f\xad\x52\x77\xaf\x34\xd6\xa7\x17\x51\x1a\x86\x0d\xa0\x4e\xf5\x76\x4f\xed\x40\x9e\x08\x89\xb2\x6b\x0b\x0e\xe6\xd0\xb4\xee\xda\xfa\x79\x76\x4f\xee\xdb\xcf\xd5\x2b\x22\xd2\x00\x0c\xb7\x7e\x9d\xdd\x5b\x33\xbd\xe4\xce\x5f\xd0\x21\xbb\x7a\x61\x16\xe5\x91\x3d\x7d\xe1\xef\xba\x52\xd8\x01\x34\x37\x68\xed\xa5\x7b\x4a\x57\xeb\xf3\xa7\x2d\x09\x17\x5a\x8f\x56\x13\xb6\xb5\x97\x82\x2b\x85\xe5\x3d\x47\xb7\xf4\xf2\x2f\x20\x90\x4e\xa3\x25\x48\x18\xb7\x73\x75\x21\x79\x20\x22\x5f\xc3\xf1\x2a\x46\xad\x18\x85\xb5\xbc\x14\xb8\x89\x51\x0b\xe0\xeb\xbc\x34\x7c\x42\x61\x62\x36\x6d\x94\x88\xe3\x58\xea\x6e\x80\xd7\x6f\x46\x22\x41\xb7\xdc\xb0\xc9\x18\xed\x17\x3b\xd3\x15\x76\xc6\xd9\x17\x58\xcc\xd3\x34\x40\xf7\x4e\x7d\x86\xcd\x27\xb6\xcc\x1f\x02\xe8\x24\xa4\x2f\xbe\x94\xfa\x48\xca\xd4\xb8\x19\x5b\xa5\x2e\x82\xab\x96\x73\x1a\xa8\xfb\x48\x78\xf0\xa3\x1e\xd3\xbf\x86\xf8\x4f\x4b\x46\x44\x0a\x29\x5e\xf7\x38\x44\x3f\x76\x20\xa3\xda\x48\xfd\x04\x4f\x8c\x7f\x54\x47\xe2\xc5\x35\xc4\xc5\x11\xf1\x78\xa9\x9f\x0c\xf9\x5b\x3f\xdd\x7f\x37\x7d\xb9\x36\x59\x0e\xd4\xa8\x6a\x29\x6e\x9d\xee\x77\x84\xfd\xb3\xd8\x61\xc7\x94\xd9\xfe\xd8\xd1\x20\x8c\xaf\x5b\x6d\xec\x1e\x8b\x17\x53\x61\x92\x3a\xa8\xcf\xc6\x0c\x3a\x3c\xd0\xdc\xde\x90\x49\xa4\xfb\xe1\xe6\xe5\x80\x5b\xee\x4c\x61\xad\xda\x97\x4a\xd2\x98\x01\xf7\x99\xaa\x3b\x02\x88\x89\x17\x26\x2f\xd5\xa9\x38\xc8\xd8\xd6\xd2\xae\x2e\xc5\xe3\xf5\xd2\xff\x17\x35\x44\xb8\xfa\xfa\x2c\x3f\xd6\xf2\xe5\xaf\xb7\x84\x59\xf2\x77\x55\xa8\x1b\x2f\x48\x49\x5b\xfa\xb9\x5b\xca\x3f\x6a\x05\xff\x4f\x94\x9e\x05\xf4\xf3\x91\xde\x02\xa4\x1b\xf3\x66\x6b\x23\x67\x9a\x17\x07\xf7\x28\x59\xc3\x27\xbb\x81\xf7\x6b\x54\x3d\x29\x61\x2f\xe1\xe7\xa5\x1c\x75\x85\x78\x04\xad\xf0\x91\x51\xd9\xaf\x8e\xf6\xeb\xcf\x2c\x20\x8c\x4a\x85\xdc\x77\x32\x02\xf6\x52\xd8\x1d\xeb\x9e\xe5\x0f\x9a\xdc\x5c\x08\x5f\x1f\x9c\xe7\xa6\x7d\x57\x38\xf3\xcb\x7a\x31\x25\xbe\xa8\xd4\xe2\xa3\x2b\x3f\x54\x3f\x39\x34\xcd\x7d\xe7\x8d\x3e\xff\xa6\xe4\xb4\xfc\xe2\xee\x49\x91\x9f\xe6\x78\x05\x8c\x0c\xee\x83\x2d\x74\x4e\x69\x32\x1b\xf5\x59\x1f\x71\xb8\x93\x16\xa4\x1a\xf2\xea\x70\xff\x87\x7e\x8c\x84\x5b\x93\x7b\x4a\x22\x99\x98\xdb\xf2\xf7\xeb\xdf\x0e\xb9\xee\x1f\x73\xfe\xd0\x21\x3e\xb6\xae\x0f\xed\xfc\x14\x2a\x3e\xc6\xcb\xbd\x82\xc4\xf3\xd0\x1a\xe6\x86\x9b\x2f\xd4\x17\xf1\x67\xed\xa1\x3c\xde\x17\x4d\xe1\x1f\xb5\x08\x67\xa0\x25\x6d\xee\x12\xfb\x8f\x4f\xed\xb3\x2c\x2a\x4b\xff\xa0\x80\x04\xbc\xc9\x9d\x17\x16\x5a\xd7\x83\x5a\x54\xb0\xb0\x8e\x19\x7e\xf4\xb3\xb3\xda\xf9\x2e\xfe\xb8\xcd\x7a\x56\x61\x0f\xf8\x2c\x4d\xae\x86\xed\x7a\xf7\xa5\xeb\xe7\x7b\x97\xc1\x0d\x94\xc9\xab\xb1\x2f\x4c\xe2\x5c\x8a\x9d\x0a\x1e\x56\x6b\x2d\xd0\x9b\x8a\xad\xe3\x03\x5b\xc7\x5b\xb6\x8e\x77\xf7\xac\x63\xfe\x71\x2b\x0f\xb7\xbf\xaa\x9e\x7d\x65\x3c\x37\x2d\x62\x14\x6a\x2a\x3f\x84\xc7\xa1\x4e\x9a\x6e\x47\x02\xc0\xa6\xc9\x00\x6f\x8a\xbc\xe3\x20\xe4\x4f\x25\xc5\x62\x5e\xe9\x50\x51\x74\x86\xe8\xd1\xfd\x46\xfb\xa0\x22\x37\x29\x29\xac\xfe\x61\xf0\x60\x22\x9e\x6a\xa0\xe6\xd9\x43\x75\x2c\xac\x3e\x15\xfb\xee\x14\x68\x92\x14\x17\x7d\x00\x16\xf2\xfd\x30\x40\x45\x6b\x13\x58\x73\x27\x09\x25\x40\x55\xeb\xe8\xc9\x44\x08\xb5\x4c\x0a\x54\xdc\x4c\xb9\xdb\xa1\xff\x7b\x60\xe7\x6e\xa8\xfd\xe0\x85\x7b\x7b\x86\x5f\x98\xf2\x78\xd5\x59\x1e\xe7\xe4\xf2\x7b\x6d\xe4\x5f\x4f\xc4\xb4\x87\x60\x47\x73\xce\x6f\x1f\x55\x5e\xaa\x17\x8e\xfc\x79\xcb\x37\xea\x88\x50\xad\x35\x3d\xe8\xbd\x4b\xe1\x2f\x87\x0a\x8b\x87\xee\x12\x37\x08\xbe\xd4\xdd\xb0\x04\x58\x27\xcc\x6c\xb6\xec\x81\x5c\x74\x10\xba\xe8\x07\xae\x64\x10\x5a\x46\xc8\x3c\xc9\x46\x06\x70\xd2\x6c\x01\x5b\x8e\x76\xcf\x7e\x83\x50\x79\x75\x2b\x85\x5a\x5a\x6d\x94\x17\x75\x65\xeb\x8f\x17\x77\x15\x49\x63\x22\x97\x5b\x73\xa6\xe3\x2e\xc0\x41\x90\x01\x75\x84\x70\x3d\x2e\xfa\xdc\x40\x71\xe6\xa4\x23\xc4\x17\x6c\xb9\xb7\x2d\xf0\x4c\xfd\xec\x0a\x02\x26\x8a\xf8\x48\xc9\xd3\xab\xa7\x95\xc0\xa8\xaa\x63\xa1\xce\x56\x6d\x09\xfd\xf4\x5e\xd2\x99\x98\x76\xd3\x4f\xda\x45\xa2\x0b\xe7\xd9\xd1\x1e\xac\x2c\x2f\x89\xb6\xa3\x0c\x6e\x1e\x2e\xdc\x9d\xab\x06\xb9\xe1\xf5\x8f\x53\xd6\x14\x96\x58\x98\x59\xed\x31\x57\x8f\x7f\xed\xfa\x6c\x6b\x77\x89\x72\xf7\x7d\xc0\x86\x7b\x3f\x02\x36\x4b\x16\x3f\x55\x1d\x31\x1c\x56\x43\x25\xdc\x25\xe9\xbc\xa3\xe6\xe2\x51\xcf\x94\x82\xcc\x6c\xd7\x99\x57\xb7\x83\x0c\xfe\x11\xad\xf9\x77\x46\xdf\x8c\x68\x6b\xa8\xd8\x8a\x17\x2f\x7f\x7c\x50\x8f\xc9\x40\x5a\x8b\xc7\xea\x44\x3c\xff\xac\xae\xa5\x18\xe3\x81\x40\x18\x00\xac\x67\x8d\xf5\xe1\x0a\xfe\x5e\xf2\x0d\xb9\x5e\xbe\x9d\x58\x88\xcf\x9f\x61\x4b\xdc\x66\x1a\x36\x19\xd7\xac\x75\x28\x94\x2b\x18\x9a\xc4\x05\xde\x21\x27\x3a\x2d\xd7\x28\x60\x3b\x76\x80\x35\x1d\x7f\xb9\x44\x83\xb7\xb2\x01\xfe\xf3\xa5\xec\x01\xd0\x74\xbc\xe2\x96\xc2\x1e\x25\x70\xbe\xa5\xc8\x60\x25\x37\x0a\xab\x92\x01\x13\x7a\x82\x28\x8c\x24\xc1\x4f\x24\x19\x00\xea\xa5\xd9\x1e\xe9\xbd\xcd\x89\xc3\x31\xaf\xe9\xe2\x73\xdd\x65\x8d\xc9\xf1\x0f\xc8\xcd\xad\x64\x08\xcf\x1d\x9a\x97\x4c\x73\x3f\xaf\x15\x3c\xa6\x36\xa8\x05\x09\xea\xf9\xe8\x94\xda\x3b\x54\x00\x39\x6c\xd6\xdd\x05\x08\x36\x6e\x3c\x15\x1b\x4b\xd5\x1c\x70\xf1\xe3\x4d\x67\x58\x5a\xa2\xbb\x39\x72\x59\x5b\x21\x43\x5b\x85\xc8\x5b\x6c\xad\x08\x64\x62\xa7\x2e\x84\xca\x19\x32\x8f\x7d\x2e\xfb\xb8\x43\x6a\xea\x91\x81\xa4\xc7\x29\x63\x1d\xf6\xc4\xe1\x81\x36\x32\x9f\xb7\xb2\xb3\x1e\x1b\x95\xc5\x70\xe0\x1d\xaf\x67\x87\xc8\x2f\x9b\x18\xd0\x7e\x7b\x54\x7d\x15\x0e\xad\x68\x11\xb7\xdd\xbb\x2f\xd1\xaa\x3f\x55\x8b\x15\x8e\x79\xe2\xfc\x04\xbc\x82\xed\x44\x0b\x34\xeb\x99\x25\xc6\xdf\xc7\x6b\xc8\xd9\x2a\x86\x42\xe7\x4e\xc3\xbe\x58\xaa\x16\x69\x9f\x89\xdc\xb2\x0d\x70\x5f\x12\xb1\x5d\xc5\x17\x7d\x26\x7c\x7c\x56\x67\x48\x48\xe4\xc2\xc7\xd7\x46\xc8\x19\xd3\xfc\x99\x78\xf1\x2e\x62\x6b\x7c\x11\x2f\x9e\x08\xd5\x59\x56\x42\xca\x37\x99\x65\x57\xb2\xf2\xf3\xf7\x72\x8d\xe8\x1c\x69\xa1\xce\xf3\x32\x15\xee\x4e\x5f\x69\x09\xde\x34\xff\xc9\x14\x90\xaa\xf1\x55\xaf\xa6\x33\x1a\xee\xae\x0b\x13\xee\xd0\x42\x0f\xd4\xb4\x6a\x8b\xb9\x7a\xc6\x6a\x1a\x55\x1d\x11\x28\x8b\x5e\x62\xd4\xe9\xa3\x0e\xbc\xdf\xf2\xaa\x1f\x22\x22\x1c\xff\x50\x7d\xd3\xa7\xb9\xad\xcf\x9f\x61\xc8\xfe\xe8\x4d\x48\xe3\x01\x02\xca\x9e\x3c\x45\x8c\xa0\xe9\x52\xc9\x28\x30\x37\x98\xc1\x87\x25\xb8\x57\x01\x20\xc5\x28\xae\xc1\xfb\x1f\xec\xa0\xf5\xcc\x77\x8c\xb7\x4e\x3a\x9c\xca\xac\x13\xde\x6f\x94\x9d\x60\x29\x00\x1e\xcc\x67\x2a\x51\x5f\x88\x95\x6c\xc3\x5e\x19\x0d\x1a\x04\xa7\x94\xca\x35\xb5\x6d\x66\xf7\x92\xe4\x4c\xcc\x98\xaf\x02\x5c\x05\x70\xa6\x00\xbe\x6b\x8b\x79\xff\xe3\xd1\xe6\x0b\x55\x53\x65\x90\xd7\x03\x4e\xb9\xf1\x75\x19\x0a\xfb\x23\x8a\xb5\xdb\x2a\xb2\x56\x6d\xac\x9a\xa8\x0d\x69\x7e\xc2\xa9\xfe\xbe\x69\x82\xca\x89\xc1\xdb\xf4\xb3\x3c\xad\x35\xb0\xba\x5a\x9e\x50\x5f\x94\x9a\x26\x98\x56\xb5\x51\xab\xfa\x73\xa9\xed\x23\xda\x9e\xa6\xb7\x6d\x13\x2f\x96\xe9\x4b\xa3\xcb\x48\x39\x0c\xfb\xda\xa5\x5d\x6f\xb8\x11\x37\x17\x31\xea\x8b\x96\x1e\xef\xbe\x14\x15\xc4\x96\x47\xab\x2f\xf4\xdb\x06\x59\x59\xee\x31\xd3\x2d\x1d\x2c\x2d\xb4\x4f\x56\x4c\xe2\x4b\xb5\x25\x25\x91\x21\xe7\x08\x98\x57\xc5\x8c\x87\x55\xf4\x5c\xfd\x10\xf6\x52\xc6\x11\xa5\x7b\xb6\xe5\x69\x85\xa5\x3f\x07\x09\x21\xbb\x6e\xd6\x24\xc1\x90\xef\xd6\x18\x71\xea\x16\xe7\xde\xaf\x95\x10\x5b\xc5\x58\x3a\xfc\x4b\x28\x45\x7b\x29\x7b\x56\xd5\x55\x9d\x48\xf9\xeb\xd6\x0b\xef\x4d\xd7\xb8\x00\x6a\xec\x51\x60\x96\x8a\x79\xca\xe1\x9a\x19\xf9\xed\xd3\xf1\xa7\x6e\xb0\x4f\xc2\x26\x29\x22\xc0\x7a\xb1\x39\xa9\x54\xd7\x1e\x07\x5a\xd3\x6f\x83\xdf\xb4\xa6\x52\xe4\x28\x4e\xf5\xcf\x3b\x55\x4b\xa1\x54\x84\xeb\x31\x9d\xf5\x02\xc1\xd4\x68\x8d\x3e\xac\xd6\x2f\x55\x03\xba\xa5\x7e\xc6\xeb\x17\x7e\x1e\xa9\x64\x33\x51\xdd\x2a\xc2\x1c\x9a\x08\xf1\xba\x00\xe7\x97\x79\xcc\xee\xa4\xc7\xdb\xee\x70\xdc\xf8\x44\xdb\x2f\x91\xec\x5c\xa6\x5d\xb7\x92\xbb\x13\x9f\x7d\x86\x86\x01\xb4\x7c\xaf\x4a\x8f\x6e\x4b\x91\x35\x2b\x2c\xdc\xc9\x9c\xe0\x56\xc1\x41\x93\xa6\x28\x5c\x09\x59\x62\xe5\x8b\x01\x36\xe7\x42\xc6\xfb\x4b\xd6\x99\x8a\x8e\x70\xcb\xaa\x6a\x4e\xfc\x69\xd7\x50\xfe\x01\xca\x06\x3b\xfc\xa6\x6f\x1f\x45\xdf\xee\xff\xc6\xe1\xc8\xeb\x12\x04\x53\x40\x9f\xc1\x23\xc6\xf7\x61\xad\x0b\xff\xd2\x98\x3e\x25\xed\xf9\x19\x32\x30\x5b\x5a\xb9\x4d\x11\x48\x81\x74\x09\x82\xcd\x6e\x51\xdd\x7b\x28\x33\x68\xe3\x3d\x19\x56\x5e\x10\x95\xab\x90\x73\xea\xe7\x3e\x46\x4c\xfd\x80\xf0\x33\x9e\xa7\xbe\xe6\x2d\x5f\x14\x69\xf5\x2b\xf4\x61\xe0\x50\xee\x21\xe3\x3b\x55\xbb\x52\x5b\x37\xc1\x99\x24\x9b\x7d\xaa\xbc\x68\xad\x6a\x67\x7d\xf9\xdb\x53\xb4\x24\xbb\x8c\xc6\x98\xc9\x5f\xd8\xf4\xa1\xce\x87\x98\x90\xe9\x12\x7f\xc7\x6b\x24\x17\x8c\xd6\x58\xb6\x1f\x8d\x54\x3f\x2b\x93\x1b\x6b\x41\x4b\xbe\x29\x61\x5d\x92\xb4\xf8\xa0\x4d\x80\x5c\xe3\x81\x24\x19\xda\x47\x3c\x31\xc2\xd9\x72\x40\xee\xe2\x8c\xbe\xa3\x7a\x9d\xcc\xca\xa0\xda\xeb\xd5\x3a\xfa\x51\x1d\x89\x67\x11\x82\xaa\xf4\xb5\x13\xa2\x2c\xa5\xc7\x2e\x44\x0c\x8a\x5e\x08\x67\x06\x31\xc4\xee\xa3\xa7\x22\x27\xf6\xfb\xdc\xc5\x03\x6c\x21\xc8\x86\x36\x0b\x6d\x1e\xa0\xac\x2b\x08\xe0\xe4\xd3\x9f\xcd\x6e\x71\x36\xc0\xb1\xa8\x21\xe8\x89\x59\xec\xef\xb8\xac\xf3\x7a\xa7\xbb\xf9\xfd\x6f\xa4\x08\x79\xc2\x7e\xac\x15\x51\xa5\xdb\x70\xa3\xbc\x6e\xa9\x48\xc6\xed\xfd\x66\x1a\xba\x89\xb6\x37\x68\x6b\x39\xfd\x01\x52\xce\x82\xad\x83\x0c\x4a\x22\x36\x00\xc7\x7a\x51\xbe\x9d\xa0\x94\x39\xfb\x23\x55\x85\xd5\xe5\x01\xe0\xb8\xce\xb1\x07\xaa\x92\x66\x5b\x02\x9b\xb2\x8e\x5a\xa4\x68\xaf\x0a\xb4\xf0\x5b\x43\x68\xdd\xc3\x2e\x1d\xad\x06\x4e\x21\xb6\x1a\xa3\xb0\xd7\x5f\x74\x6d\xa8\xf3\x6d\x52\xfb\x91\x79\xd1\x6a\xa0\xe8\x04\xae\xc0\xa8\x02\x03\xba\xb2\x43\xe6\xbe\xa2\xa7\xb6\x9a\x64\xd0\x51\x12\x44\x36\xdc\x83\x8b\x44\x1c\x90\xb1\x30\xdb\x45\x12\x39\x7c\x6f\x88\x79\x69\xb3\x35\x41\xb4\x91\xb3\xa8\x4e\x23\x26\x7d\xf4\xf5\xbb\x89\x7b\x9d\x09\x54\x07\x52\xc9\x1c\xc6\x7a\x14\x93\x39\x8d\x02\x08\x67\xe7\x94\xf7\xcc\x54\xc6\x63\x96\x8d\x6f\x9c\xa6\x3e\x49\x71\xe9\x24\x58\xb2\xa7\x1f\x4c\x05\x93\x20\xe5\x34\xcf\xf9\x95\xe4\x21\x30\xf4\xe1\x82\x91\xf8\x0f\x2d\x1c\x7f\x75\xc4\x6f\xa8\x19\x52\x07\x0a\xcd\xf8\xc2\x9a\xcb\x82\xca\x35\x16\x6e\xc7\xee\x86\x48\x51\x4c\x90\x57\xf4\x86\x84\x05\xee\x64\x90\x91\x3b\x35\x55\xc7\x83\x56\x38\x42\xf9\x05\xf9\x2b\xc8\xc9\x48\x54\x8b\x02\xee\xe2\x35\x0d\x5d\x2a\xff\xb4\x92\x84\x8e\xb7\xa6\x0c\x56\xa5\x5f\x0e\x6a\x8d\x5f\x16\x2a\x2a\xff\x32\x50\x21\x7e\x39\xc9\x20\x65\xe2\xdd\xda\xc5\x09\xd2\x53\x71\xc5\xd6\x8b\x9e\x72\x59\x8d\x7a\x07\xe7\x3a\x43\xf8\x45\xa7\x82\x09\x04\xf4\x48\x22\x1e\x0a\x2c\xa2\x1e\x7a\x24\xac\x34\x77\xa7\x0e\xac\xf1\x1c\x09\x26\x50\x7d\xab\xe6\xf5\x69\xce\x7c\xfd\x68\x84\x97\x42\xfa\x42\x0d\x28\x73\x93\xf3\x06\x1b\x78\x8f\x43\xeb\x75\xb9\xc7\xc3\x57\x3d\x99\xaf\x6f\x3d\xd3\xad\x84\xf7\xb3\xc7\x30\x84\xc2\xdd\x00\x50\xdc\x5f\xaf\x2d\x64\x3a\xaa\x1c\xf1\x31\x44\x57\x26\x83\xab\x5d\xd2\xdf\x62\xc1\x0f\x98\x5b\x83\x6f\xcd\x67\x93\x74\x7d\x8b\xe7\x74\x76\x02\xbb\xe7\xc7\x06\x57\x8f\x4d\x5f\xcd\x5d\xf3\xf9\x33\xbd\x15\x95\xab\x89\xd9\x97\xd2\xc5\xd4\x5e\x97\x9c\xd1\xf6\xd9\xd9\x6d\xc6\x17\x89\xb2\x5d\x63\x60\x7b\x95\x72\xbb\x27\x9c\xd0\x7c\xac\xbf\x44\x7a\x46\x26\x1e\xb8\xa0\x49\x52\x4c\xc4\x57\xbd\x40\x26\xbf\xc8\x0d\x46\x74\xf2\x62\x27\xc3\x3c\xf9\x7f\x8c\x5c\x1b\xf2\xa0\xae\x1e\x73\x81\xe1\x6a\xfd\x02\x46\xdb\xd8\x3c\x3b\x00\x60\xa7\x17\x76\x40\x4b\x73\x08\xe8\xd8\x66\x12\x6d\xd3\x93\x08\x07\x8b\xb3\xa1\x00\xa8\x1d\x58\x09\x68\x38\xf2\xe6\xdb\x68\xfe\x77\x7a\xef\xfd\x76\x6c\x28\xf2\xdc\xbe\x05\xe9\xb0\xf8\xac\xf1\x7e\xc3\xd7\xb5\x51\x83\x4d\x43\x16\x31\x29\x9a\x1e\xe4\xa9\xb0\x83\xe1\xa2\xf5\x50\x7a\x64\xf7\x48\xc5\xba\xbf\x37\xff\xf2\xc8\x03\x7f\x36\x2f\xb4\x4c\xed\xbc\x0b\x13\x11\xc9\x83\x05\xb8\xf0\x5f\x79\xdc\xc1\xfe\x7e\x0a\xc1\x32\x4d\xa2\x29\x43\x38\x81\x24\x93\x4b\x92\xab\xc9\x31\xa8\xc3\x12\x1a\x14\xe4\x07\x00\xcb\xf6\xdf\xf0\xff\x5c\x70\xbb\xe1\x69\x44\xf0\x4f\x0a\x65\x48\xb9\x2c\xac\x35\x9e\x6f\xee\x7e\xbc\x96\xfa\xf5\x98\x68\xd6\x26\x03\x84\xf8\x66\x70\x06\xf6\x4e\x7f\x72\xb3\xad\x15\xa5\xb9\x13\xc6\xf8\x06\x3c\xd7\x87\x7d\xa9\x50\xc0\xab\x20\x1f\x04\xfa\x9c\xdf\x47\x36\xd8\x5c\xb6\x76\x65\x26\xd4\x2b\x01\x1c\xa9\x6f\x5a\xa1\x1f\x46\x7b\x3e\x1c\xc9\x73\x73\x40\x5c\x8d\x2c\x31\x65\x4e\x5c\xd5\x53\x60\xe8\xce\x4f\xee\xa8\x42\x6e\x8f\x51\xa5\x52\xc0\x29\xad\xe6\x49\x68\x35\x20\xbf\xdf\xfb\xd9\x35\x3a\x5f\xca\x46\xf6\x3f\x1c\xf5\x3d\xbb\x45\x81\x8d\x11\x06\x60\x7c\xa1\xe7\xa2\xd2\x9a\x8b\xf7\xde\x15\x62\xcc\x69\x62\x7c\x69\x62\xfc\x88\x14\x82\x66\x5c\x69\x24\x94\xf9\x4c\xa6\x05\x3a\x2b\x3b\xde\x72\x6c\xeb\x0d\x1e\x35\x28\x57\xac\x4f\xa8\x40\xc2\xfd\xf0\x96\x85\x17\x77\x6f\xce\x28\xb7\x22\x77\x38\x39\xb4\x89\x86\x81\xaf\x29\x11\xca\x25\x6b\x62\x7e\x0a\x18\x70\x59\x42\xcd\xee\x5d\x4d\xd2\xb5\xba\x3d\x97\xd5\x77\xe1\x50\x02\xc0\xd0\xa5\xec\x23\x25\x62\x9e\xb1\x15\xfe\x86\x32\x26\x90\x53\x95\xf1\x49\x9b\xe9\xd5\x6f\x3f\x6a\xf9\xf9\xd0\xa6\x70\xa1\xd7\x07\x85\xde\x53\xd4\x07\xfb\xf5\xa2\x8f\x98\xc4\x19\x89\xf2\xa3\x34\xf5\xaa\x77\x08\x5b\x8c\xfe\xdc\x86\x3b\xf4\x35\x46\x0d\xbd\x97\x50\x59\xba\x1a\xa8\xce\x6a\xac\x8f\x0c\xa7\x3a\xd3\x6f\x9b\xa3\x37\xed\xfb\x1c\x94\x5f\x33\x49\x66\x8d\x97\xec\x6e\xae\x4f\xeb\xe7\x54\x6b\x57\x53\x06\x9e\x3d\xbc\x94\xaf\x69\xee\x98\x31\x09\xa2\xbd\xcd\xf0\x65\x39\x85\xfc\xe6\xc4\x59\x77\x2b\x2a\xdc\x5f\x01\x14\x8b\x4e\x9a\xbc\x8c\x25\x3a\x16\x78\xe1\x8e\x35\xae\x74\x09\x0e\x78\x42\x76\xb4\xcc\xbe\xf6\x96\x4e\xd5\x15\xaf\xfe\xc9\x5c\x03\x7b\xe4\xe0\x73\xa9\x3f\x1d\x9c\xe0\xac\x1f\x9f\x1b\xea\x4f\x1b\x6a\xc6\x3a\xcf\x44\x08\xaf\x83\xaf\x38\x18\x98\xb4\x75\xaf\xec\x8d\xec\xa1\x3c\xa0\x54\x82\xbc\xe8\x91\xca\x38\xe9\x37\xc8\x83\xff\xda\xe8\x53\xa2\xa8\xc3\x88\xd9\xae\x38\xca\xa7\x64\xf0\x60\x94\x0d\xf5\x9b\x53\x24\xb9\xfe\xe9\x52\x4e\xde\x50\x8f\xd4\x79\x94\x93\xc7\xff\x79\xdf\x63\xa5\xbb\xed\x94\xba\x4d\x39\x6f\x7f\xea\x76\x1d\xdd\x9e\xcb\x74\x5f\x46\x27\x22\xe1\x1a\x02\x39\xfd\xf2\x52\x23\xa1\xce\xd8\x3a\x15\x70\x4a\x8c\x01\x1e\xdf\xe1\xc2\x89\xe6\xde\xcf\xcf\x10\x9f\x15\xf8\xa1\x7b\x6c\x51\xd8\x85\x03\x7c\x9b\x14\x1a\x5d\xbb\xf9\x48\xc5\x40\xe4\x05\x58\xcb\xb4\xfb\x40\xa9\x4c\x7a\xcc\x12\xc5\xa8\x32\x03\x2e\xea\xa0\x74\x52\x54\xdd\x4b\xbf\x30\x4c\xff\xdd\x14\xbb\x3c\xc5\xb9\x1b\xf8\x82\x47\x71\x60\x2d\xa6\x3f\x2d\x35\x54\xe6\x04\xf5\xcf\x00\x45\x1e\x55\xf6\xac\xa9\xb7\x29\x22\xff\x1a\x2f\x39\xfb\x3e\x34\x40\x05\xca\xd8\xb6\xaa\x43\xae\x4d\xaf\x06\x2a\xe9\x1d\xc1\x26\x3c\xa3\x70\xe8\xd3\x76\xa8\x10\x4f\xa6\x44\x29\x39\xe1\x22\x23\xa6\xb2\x3f\x99\x47\x84\x50\xa0\x6b\x9c\xae\xf2\x8b\x4e\x91\x13\xd0\x18\xa8\x03\x23\xe1\xd4\xac\x7d\x4f\xdd\xac\x81\x6c\xa5\x6e\x4b\x0c\x3b\x89\x63\x1e\x43\xe5\x12\x0c\xcb\xb9\xe4\xfb\xb9\xfd\x64\xe1\x9b\xa2\x4b\x8f\xca\x75\x7d\xf1\xfa\xb4\x85\xaa\x5b\x97\xad\xc3\x75\xd4\xa5\x23\x3f\x8f\xba\x6c\xf1\x97\xdd\x31\x79\x2c\x26\xa1\xf1\x9a\x21\x87\x62\x90\xc0\x4b\x03\x24\x7d\xff\x92\x4e\xb3\x08\x80\xc0\xf2\x67\x39\xdc\x92\x59\x40\x84\xb2\xcf\x1d\xd3\xd0\x06\x21\xe4\xa8\x02\xf3\x35\xd9\x23\x8c\x4e\x47\x8c\xea\x49\x73\x5d\x7b\x81\x88\x52\x67\x51\xfa\xec\x9e\x23\x7c\x46\x76\xfc\x59\x8a\xbc\xd3\x63\xdd\x9b\x39\x20\xc8\x33\xce\x21\xe6\xbb\xbc\xb9\x3e\xd5\xbe\xfc\xd0\x4a\xce\x14\x43\x42\x43\x61\xb3\xfe\x9b\xee\x55\xa1\x33\x45\x48\x09\xbf\xc7\xa1\x65\xd3\x6f\xd0\x53\x2c\xa3\x97\xbb\xcf\x31\xbd\x35\x57\xf7\x0e\x64\x22\xa4\x88\x3d\xe4\x6d\x5d\x06\x13\xc0\x14\xab\x23\x23\x2e\xb6\x64\x71\x66\x7e\xf3\xa8\xee\x65\x37\x45\x4d\x63\x0f\x7f\xaf\x87\x39\x93\x8d\x84\x5d\xc5\xbd\x00\x11\xad\x3e\x70\xa1\xdc\xca\x0e\x81\x82\xd6\xf2\xf9\x22\xe6\x97\x4d\x59\xcd\x8b\x3b\x03\x4a\xa0\x1e\x7f\xa3\x7f\x01\x37\x48\x8a\x87\x77\x6a\xd2\x60\x4e\xb2\xbe\x75\x31\xca\x13\xaa\x5d\x53\x88\xf7\xb9\x87\x8c\x91\xb3\xf1\xf7\xf5\x90\x10\xfc\x20\x20\x5b\x5a\x6c\xbb\x5c\x85\x83\xb5\x46\x57\x81\xc7\x33\xd6\x6f\xa1\x80\x1b\xe5\xd5\x8f\x18\x9d\xc2\x59\xaa\x57\x27\x16\x18\x3e\x29\xb4\xe8\xad\xda\x18\x27\xda\x54\xcb\x47\x42\x4f\x15\x47\xc9\xf5\xbc\xa3\x04\x76\x74\x2b\x47\x08\x55\x0f\x51\xe3\xa1\x2c\x76\x8d\x07\x80\xc4\x6d\x1b\xac\xd3\x6b\xb9\xe9\x23\x1c\xdc\xed\x3d\x54\x7d\x31\x7f\x6c\x48\x0a\xb9\x03\xde\xc3\xdb\x1c\xfc\x62\x0f\x47\x44\x5c\xa1\x32\x14\xf8\x07\x75\x58\xf9\x95\x1e\x63\x81\x23\x31\xef\xb1\x7c\x07\x11\x72\xef\x64\x46\x1c\xb2\x27\xd9\xa1\x9e\x8f\xe0\x2d\x57\x0f\x70\x01\xd6\x91\x3c\x95\xe0\xef\x28\x4d\x9f\x6e\xb6\x16\x95\xa4\xc6\x88\xd5\x72\xc8\x73\x53\xa7\xae\x4f\xcd\x6d\x73\xe0\x7f\x1c\xec\xfc\xa6\x91\x50\x07\x2b\x65\x37\xe8\x67\xfb\x70\x0e\xbf\xf5\x28\x5a\xd0\x06\xab\xe5\x1b\xb2\xfe\x40\xfb\xb8\xf1\x70\x23\x0f\xf8\xab\xbf\xed\xc1\x30\xb9\xb4\x3c\x13\x35\xd9\x92\x5a\x13\x59\x41\x44\xa9\x71\xf9\x39\x4f\xe6\x39\x77\xbb\xa9\x36\xd2\xec\x25\xdd\xfa\x44\xec\xd4\x87\x3e\xcd\x4e\xdc\x98\x1b\xac\x89\x2c\xf7\xad\xf3\x96\x77\xed\x4d\x34\x94\x16\x45\x5d\xd5\x90\x5b\x14\xa4\xd7\x65\xbc\xbe\xcd\x87\x38\x9b\x7c\x88\x13\xe5\x43\x44\xaa\x46\x39\x0c\xec\x14\xac\x71\x61\x47\xb3\x27\x2f\x35\xe3\xab\x05\x4c\xa5\x5a\x8c\xed\x99\xa8\xcb\x5e\xdb\x0d\x6e\xa8\x76\x93\x07\x1a\xa0\x39\xfc\xf7\xef\xcb\xc3\xd3\x3f\xdd\xb5\x27\x0a\x25\x4a\xdf\x0a\x1c\xcc\x0f\xb9\x28\xd4\xcb\x29\xf0\xa9\x6a\x59\xaf\x8b\x5f\x1f\xa4\xdb\x54\x27\xc2\x39\xc8\x60\x63\xa1\x66\x7e\xa3\x47\x6b\x25\x09\xbe\x6f\x82\xd0\xab\xe2\x9a\x53\x97\xa8\x57\x6d\x96\x6d\x90\x7d\xb4\xb0\xf4\x91\xa8\x16\x84\x5d\x67\x2d\x15\xf1\x02\x33\x21\x87\x29\xd8\x78\x22\x15\xa2\x8f\x5c\x10\x2a\xce\x5a\xd1\x21\x1f\xcb\x06\x9c\x84\x2b\x02\xfa\x8a\x21\xa5\x57\x34\x37\x0d\xd9\x70\x91\xe2\x46\x0a\xc4\x02\x87\x6b\x8d\x8f\x39\xfc\xf6\xab\xca\xf9\x82\x62\xd6\x44\xca\x5f\x1f\xb9\x9a\xe3\x76\xc2\x1e\x8d\x70\x74\x91\x49\x83\xca\xcd\x60\xed\x55\xf5\x43\xab\xa5\x27\x14\xfd\x3a\xe7\xa6\xa2\x7c\xe2\x88\x9c\x3c\x62\x5d\x83\x9b\xbd\xc7\xbb\x21\x24\x45\x5d\xfd\xd2\xbb\xf2\x51\x9d\x17\x56\xf5\xaa\xf0\xa9\x0e\x2f\x67\xcb\x2d\xd4\xb0\x92\xf7\xa1\x47\x45\x3d\x2e\x2c\xcd\x64\xa7\xdf\xda\x89\x60\xcf\xe4\xad\x57\x3d\xf1\x75\x27\xab\x15\x29\x66\xff\x3f\xe2\xde\x6c\x3b\x71\xdd\x79\x1b\xbe\x20\xbc\x16\xf3\x74\x28\xc9\xc6\x71\x8c\x63\x1c\x42\x93\xe4\x2c\x9d\x81\x79\x06\x63\xb8\xfa\x6f\xa9\x9e\x92\xb1\xc9\xb0\x7b\xff\x76\x7f\xef\xff\xa4\xd3\xd8\xb2\x66\x95\x6a\x7c\x4a\xb0\xd9\x30\xba\xa8\x47\xef\xf3\x4c\xf6\x09\x04\xef\x09\x5e\xba\x60\x9a\xbc\x26\x41\x92\x29\x51\x46\xa6\xc2\xf0\xb0\x40\x66\x40\x3a\xf2\x43\x50\xc5\x61\x4b\x5e\x6e\x28\xb0\x57\xe5\xc6\xb7\x42\x40\x41\x0a\x31\x51\x13\x08\x01\x43\xf8\xc0\xaf\xeb\x5c\xdc\xe4\x13\xbc\x14\xdf\x50\x44\x8a\x29\x3e\x51\x70\xba\x98\x2a\xf3\x73\x44\x38\x1a\xfc\xbb\x5e\xa1\x0b\xe0\x48\x2e\x25\x4d\x09\x0c\x39\xbf\x81\x28\x35\xdd\xcd\x77\x32\x6d\x7a\x42\xf4\xaa\xbb\xd0\xba\x06\x79\x23\xef\x5b\x96\x76\x57\xd0\xce\x47\x65\xe4\x22\xd9\xdf\xc3\x6f\x71\xc5\xce\x73\xe4\x75\x34\x43\xd4\x0c\x16\xbe\x92\x90\xb5\x8a\x0c\x2d\xc2\x5b\x93\x0c\x19\x1d\x0f\x88\x45\x9d\x1f\x7e\x14\xed\x87\xbf\x48\x59\x42\x79\x1b\xc7\x4e\x71\x0f\xdf\xa1\x45\x01\x04\x75\xdc\xf0\xa8\xf0\x02\x01\xae\x24\x93\x91\xf7\x24\xc5\x4e\x07\x13\xc8\xcf\x64\xe2\x72\x62\x55\x27\xd3\x68\x7f\x74\xa6\x8d\xf3\x30\x3e\xd3\x22\x4c\x64\x6b\xc6\x29\x07\xb1\x82\x3e\x62\x8c\x7d\xde\x5f\x65\x84\x65\xbd\x9b\x57\x3e\xf3\xc8\x53\xe7\xb4\xc7\x8a\xdb\xa9\x8c\xef\xb5\x51\x55\xc8\x08\x93\xfa\x13\xfb\x12\x11\x52\x20\x7f\x63\x55\x54\x6d\xb3\x09\x08\x76\x60\x73\x97\x29\x58\x40\x0d\x90\x5b\x86\x30\x43\x71\xad\xf9\x12\x9c\xb3\x15\x92\xa5\xa9\xcf\x28\x1b\xa7\xb2\x7e\x02\xe4\x36\x01\xcd\x1d\x46\x19\xb7\xa8\x5e\x19\x91\x66\xfd\x73\xed\x06\x01\xed\x73\xb2\x33\xbc\x24\x94\x43\x5e\xfd\xa6\x64\x78\x25\x99\x10\xdd\x41\x0b\x13\x65\x26\xc9\x32\x9a\x91\x0f\xeb\xa8\x65\x15\x95\x9f\xb5\x32\x60\x08\xe8\x46\xb0\xf5\x04\x05\x42\xdd\xc0\x37\x61\x38\x9f\x45\x74\x1b\xed\xe0\x29\xe8\x5d\x84\xec\x74\x4f\x1f\xa4\x10\xa7\x74\x4f\xeb\x0f\x5e\x84\x53\x74\x4e\x33\x13\x11\xde\xa7\x7f\x0f\xd2\x18\x1d\xd9\xa4\x79\x92\x24\xff\x8c\xa4\x50\xbe\x60\x2b\xa5\x23\x3a\x8e\x3e\x53\x5e\x42\x87\xd0\x5d\x16\x89\xa3\xe8\x5f\x0c\x73\xc1\xa2\x48\x59\xb1\x5e\x53\x63\xe8\x3a\xd2\x83\x57\x75\x95\xba\xe6\x86\xf5\xda\xb7\x27\x10\x26\xae\x76\xa1\x9b\xb5\x8f\x0e\x29\x4a\xa2\xd7\x74\xc8\x37\xe2\x24\xcf\x27\x4d\x2f\x06\x67\x79\x28\x19\x49\x20\xb5\xd0\xb6\x33\x04\xc6\x98\x66\xcb\x32\xdb\x1b\x33\x14\x35\x4f\x1f\xaf\xe6\x2c\x48\xe9\xb9\x2c\xb7\x70\xa3\xaf\x68\xde\x11\x6c\x3a\x96\x6b\x13\xc4\x4c\x42\xcd\x41\xd6\x1b\x2c\xea\x68\x19\xca\x49\xd8\x09\x1b\x4e\xd5\xc1\x11\x9a\x8d\x3c\xb9\x73\xe1\xa5\xa8\xda\xca\x34\xcb\xc5\xbd\x1d\x69\xa3\xfc\xf5\x5c\x65\x7a\xa3\x96\xd2\x3c\x30\xe5\x16\x6f\x74\xdd\x63\xda\x5e\x84\x3b\x56\xa3\xfd\xa7\x00\x8d\xea\x81\x23\x33\xf4\xc6\xfc\x07\x29\xe8\x08\x0a\xa1\x77\xc2\x49\xfd\x4e\x66\xdc\x1c\x43\x80\x31\x80\x4f\x4a\x57\xd5\x5c\x6e\x97\x80\x6a\x21\x2b\xf6\x66\xcb\xaf\xb4\xa8\x49\x37\xf3\xb2\xdc\xcd\xb6\x96\x52\xa0\xd5\x91\xa1\x67\xde\x85\xda\xaa\xd5\x4c\x4b\xa7\x75\xf5\x04\x49\x9b\x32\x08\x23\xa5\x1d\x21\xc3\x1a\xc4\x8d\xe0\x44\x74\x42\xdd\x15\x30\x22\x90\x8b\x29\xd9\x4e\x14\x50\x17\x7d\xc8\x45\x23\xa9\xf7\xf4\x43\xb6\x86\x98\x61\x30\x74\x1d\x7d\x21\x66\x0a\x8f\x59\x82\x37\x55\x73\x60\x49\x2b\x0e\x08\x66\x02\xa2\xf3\xe4\x0e\x64\x3f\xbd\x1c\xfd\x64\x0e\x93\xea\x78\xc1\xb8\x04\xa4\xfa\x5b\xa8\xf4\xe1\x8b\x70\xea\x4e\xb6\xf9\x03\x48\xf7\x7f\x6a\xde\x04\x1b\xe7\x9a\x7f\xa1\x88\x92\x6f\x5a\x8a\xb4\xd8\x6a\x6a\x24\xdd\x07\xa5\x1d\xca\xcd\xcb\xbc\xf7\x43\x71\xfd\xa3\xbd\x0c\xd3\xd6\xc8\x2d\x0f\x5e\x65\xff\xd4\x64\xc7\xac\xc4\x93\x5e\x89\x40\x4b\x4d\xf9\x25\x40\xbc\x6f\x76\x06\xd2\x87\x18\x65\x1f\xbc\x8c\xe5\x8a\xc1\x59\xf3\x2f\xf7\xfa\x54\xdb\x44\xd0\x9d\x02\x44\x58\x4c\x51\x3c\x0f\xd3\x0b\xc0\x3f\xce\xe9\xa2\x2d\x4a\x5d\x64\x28\x44\x41\xc5\x7c\x61\xac\xe0\x85\x9c\xe3\x1b\xd4\xd9\x59\xe3\x8a\xc9\xb2\x3d\xb8\x7d\xfd\xf1\x4d\xca\xf6\x98\x40\x77\x7e\x03\x42\xec\x36\xf6\xc0\x97\xd9\x3f\x5c\x02\x98\xa7\xfd\xcc\x5c\x80\x6d\x35\x00\xa1\xb8\x39\xd3\x6b\x99\x6a\xd2\x77\xb3\xff\x67\x77\xf3\x36\xbd\x9b\x91\xbd\x98\x86\x00\xcc\x49\x1a\x98\x8b\x0c\x02\x7f\x72\x53\x07\x6b\x07\x6e\x83\xc1\xe6\xce\x9a\x49\xf1\x72\x37\xda\x6a\xe6\xff\x91\x00\x43\xd4\xb6\x46\x26\x5c\x46\xe1\xa3\x08\xb0\xd5\xa7\xa0\x78\xea\x7e\x61\xae\xb2\x9b\x03\x73\x65\x74\x43\xfc\xae\x08\x62\xea\x6e\xe0\xe6\xe5\xcd\x90\x90\xbf\x3f\x05\x0c\x6e\x70\x9e\x4b\x48\x1c\x38\x46\xdb\x88\xe6\xb4\x49\x17\xdb\xa0\x28\x39\x5a\xdc\x90\xd2\xcd\xb1\xfb\xdd\xcd\x36\x21\xb8\x76\x73\x57\x30\xd5\x0a\x52\xaa\x65\x2e\xee\xd8\xc9\x5d\xdc\xeb\x6a\x9a\xd9\xca\x50\xad\x9b\x9f\x89\x56\x5f\x13\xad\x26\xe4\xbe\x3e\x81\xc4\x07\x8b\xdd\x4d\x9e\x24\x45\xe4\x36\xd8\x17\xea\xc6\xd0\xd6\xc9\xf8\xce\x2a\x28\x7d\x18\x4c\xb8\xa7\x37\xaf\x92\x5e\x6f\x68\x7c\x77\xae\x5b\xbc\xde\x0c\x75\x42\x35\x52\x63\x68\x29\x45\xaa\x50\x04\x3e\x47\x66\xb5\xb6\x9f\x38\x79\x9e\x45\x26\xf0\xf9\xf5\x82\xf3\xda\x75\x11\xb3\x6c\xbb\x2d\x1c\x8a\xc6\x30\xc0\xb3\xdd\x53\x6d\xd9\x59\x97\xec\x70\xea\x03\xdd\x38\x4a\xe1\x10\x90\x44\x9f\x62\x0b\x75\xf9\x91\x3a\xc8\x3f\x19\xdc\xd8\x26\xff\x1a\x63\xdf\xd7\xbb\x7e\x8e\x16\x97\x6c\xfc\x20\x98\xdf\x8f\xdc\xd8\x5a\xd8\xf9\xc4\xee\x86\xb4\x7f\x28\x7a\xbe\x20\x69\x8a\xda\x52\xc4\x08\x07\x33\x86\x28\xfa\x68\xfb\xcd\xfa\xe6\x7d\xc2\xc1\x65\x4f\x0e\x30\x33\x52\x35\x0f\xec\x75\xe4\x89\x4e\x85\xfc\xf7\xab\xf6\x96\xc8\xa7\x3d\xb2\xe1\x52\x9b\xb1\x42\xd5\x6d\xd8\x0e\xc9\x8d\xf9\x76\x4a\xdc\x96\xb7\x27\xf6\xd8\xdd\x3d\x5f\x4e\xd0\x69\x27\x73\x2b\x72\x78\xce\x2c\x49\xae\xc4\x19\x0e\x15\xee\xe8\x04\x9f\x95\xac\x0f\x8b\x31\xaf\x37\x95\xf1\x5e\xa1\x16\xd5\xbd\x15\x08\xe7\x76\xc2\x39\xc1\x5c\xa1\xee\x37\x70\x83\x84\x96\x6c\x06\x63\x26\xe8\x3c\xd4\x3c\x41\x7c\x56\x56\xc6\x94\xc5\x3e\xdf\x86\xc6\x56\x7f\xe7\x01\x1e\x48\xd3\x45\xc1\x94\x2a\x91\xb3\x39\xf3\x8a\x9e\x70\x9f\xe7\xb8\x59\xa0\x54\x5b\xbc\xd1\xd7\x09\x4a\xbe\xc1\x9b\x24\x7e\xd3\x43\xbd\xcf\x11\x8b\xab\xfa\x0f\x6f\xa6\x24\x79\x50\xa5\xeb\xed\x09\x77\x2c\x93\xc9\x1d\xcc\x05\x13\x56\xa5\x4d\x7a\x5f\xed\xd4\xa5\x2a\x23\x51\xaa\x7f\x7a\x86\x25\x60\x71\x03\xbe\x69\x21\x85\x8a\xe5\x96\x7d\x79\xf8\xad\x61\xaa\xd8\x07\x30\x12\x2a\x56\x07\x24\x01\x99\xc9\x25\x8d\xd0\x35\x18\x60\xd7\x15\xce\xa4\x50\xd5\xeb\x0a\x4b\xd3\x34\x75\x87\x96\xc5\x9b\xb2\x48\x2e\x63\xce\xf7\x27\x73\xa0\xa5\x01\x8b\x10\x30\x8e\x9f\xdf\x46\x42\xbc\x5f\x3d\x86\xb1\x7f\x8e\xfc\xb2\x63\x68\xf3\x49\x47\x92\x74\x8e\xcb\xf4\x88\xa8\xe7\x78\x17\xe5\xcf\x38\xb9\x09\x0d\xd0\x54\x0a\x9b\x93\x69\xab\x2f\xd4\xe3\x55\x5b\xf1\x54\x19\x63\x81\xf0\x16\x6c\xc4\x5f\x73\xc5\x7c\xa6\x88\x3b\xdc\xaa\xd8\x24\xb8\xc9\x23\x5e\xa8\x8f\xe3\xba\x07\x72\x1c\x0a\xf5\x6b\x5d\x25\x38\x97\xfe\xf2\xfc\x35\xa1\x48\xe9\xee\x46\x0a\x67\xad\x76\x48\x62\x42\x01\x3e\xcf\xc4\x18\x8b\x84\x5b\x67\x92\xef\x2f\xf6\x70\x87\x22\xf1\xe9\x24\x79\xf5\x46\x72\xbd\x0c\x01\x18\x6a\x18\x69\xd3\xd4\xa1\xe8\x83\xe3\xa2\xc4\x6b\x7b\x36\x7b\x52\xcc\x5a\xf7\xb4\x87\x6b\x02\x5d\x2f\x21\x23\x1b\x02\x7c\x73\x34\xe7\x8a\xcb\x5b\x1c\xa8\xe3\x54\x71\x9b\x8d\x79\x37\x1d\xba\xbf\xe5\xb8\xff\xe3\x99\x02\x87\xd4\xbc\x73\x68\x72\xf6\x9a\x27\x0a\x61\x22\x36\x6a\x0b\x54\x6a\x38\xe9\xeb\x1d\xa6\x9b\xa8\xc0\x25\x9a\x28\xdc\x33\x79\x38\xf5\xaa\x78\xe4\xc5\x9c\x25\x78\x06\x3a\x10\xcc\xc7\x64\xd7\x1d\xb3\x07\xee\xd2\xb8\x94\x92\xc0\xf2\xb2\x63\xc9\x03\xa5\x44\x70\x40\xb6\x5d\xae\x45\xcd\x95\x79\xb0\x4f\xc0\xe7\x4d\x38\x07\xe6\xb4\x14\x72\x0a\x2b\x0a\x04\x78\xc9\xd5\x0a\xb8\x8b\x2f\xbf\x79\x12\xde\xd4\x9e\x23\xbb\xfd\x68\x63\xa7\x4c\xac\x2a\xcb\xb1\x01\x9b\xe0\xf5\x2a\x9d\xd3\x13\x72\xa2\xe8\xf7\xc2\xf2\x8e\x7d\xc8\x78\x5b\x4d\x6e\xc8\x5b\xfc\xf7\xe5\xee\xdc\x70\xb2\xc4\xea\xd5\xda\xb7\x2a\xa4\x6f\x8b\xc1\x63\x8c\x80\x38\x0f\xad\xdb\x16\x18\xd1\xe1\x8a\x48\xa4\x7a\x64\x18\x67\xc6\x38\x69\x50\xe6\x04\xf5\xd6\x64\x2e\x9c\xf0\x6f\xbb\x9a\x82\x84\xaf\xf5\xb7\xf4\x08\x84\xa2\x47\xc6\xd2\xf0\x86\xe1\xe0\xf4\x9b\xb5\x5c\x12\xa1\x82\x39\x82\x31\x6f\x73\x24\x62\xfb\x48\xa4\xe9\xbc\x96\x39\xe6\x84\xa4\x28\x0e\xee\x03\x54\xfa\x60\x3f\x4f\x89\x95\xaf\x45\xac\x16\xd9\x2f\xd5\x6d\x01\x0b\xdb\xcf\xbc\x27\x59\x71\x46\x64\xc5\x9d\xcb\xf5\x3c\x3f\xab\xc7\x03\xdc\xf3\xa6\x08\x56\xe7\x0f\xfc\x06\xed\xd5\xb7\xbd\xb2\x5a\x52\x4c\xe4\x0d\x8b\x81\xae\x50\x37\xc5\xb1\xb4\x26\x4a\x38\xf7\x7a\xee\x5e\xeb\xc4\x38\xa9\x5f\xa4\x96\x32\x4b\x96\x5d\x49\x71\x96\x96\x12\x0e\x09\xdb\x5e\x19\xae\x71\x4f\x33\x42\xcf\xb1\x6f\x93\x4d\xf4\x07\xd7\xbe\x72\xc1\xe0\x1a\x37\x65\x43\x64\x8e\x90\x52\xde\x35\x13\xff\xa4\x59\xb6\x73\x45\x57\xeb\x74\xf7\x57\x44\xe2\x62\x60\x54\x1f\x5f\x1a\x18\xf7\x00\x88\x1f\xc4\x87\xbc\x85\xb1\x8e\x1b\x66\x10\xf7\x81\x57\x98\x31\x31\x92\x09\x70\x79\x04\x7f\x57\x80\xe9\x64\x21\xab\x6c\x24\x69\x37\x5c\xab\x26\x29\x17\x45\x5f\x88\xa7\x11\x7c\x78\xa2\x8b\xe7\x5c\x85\xf3\x08\x68\xc1\xbb\x2f\xb6\x7e\xac\x60\xa6\x3e\xf8\xf0\x91\xad\x70\x80\x4c\x99\x6e\xaf\x23\x1d\xe2\xa2\x04\x8d\x2a\x48\xab\xe1\x10\x50\xf0\xa4\x23\x44\xc9\xa1\x3d\x54\x76\xf4\x1c\x2d\x3a\xf1\x2f\x72\x62\x58\xc8\x11\x69\x87\xf6\xae\x96\xad\x6e\x01\x8c\x08\xdc\xd2\x41\x3b\x76\xa1\xce\xd6\xbd\x99\x71\xf6\x07\x6b\x63\x33\xae\xf8\xce\x9e\xc3\xa3\x7a\x6f\x5b\x0d\x5b\x38\xb0\xae\x96\xda\xb4\xf3\x4e\x72\x4c\x26\xab\xac\xd3\xfc\xd8\x66\xac\x60\x72\x42\x3e\xef\xc2\x94\xe7\x55\x0f\x87\xb9\x0d\xbe\x23\x14\xea\xf9\xcc\x09\xb8\x22\xa1\x1e\xea\x63\x8e\xc6\x7c\x22\x84\x87\x83\x24\x5f\x1d\xca\xd3\x35\x87\xcf\x1c\x55\xb0\x57\xfa\xb4\x23\xba\x53\xef\x22\x7a\xb1\x02\xcc\x03\xd2\xef\x64\x5f\xe8\x2f\xb6\xea\x52\x99\x5a\xcb\xea\x22\xbc\xe8\x1b\x2a\x09\xb3\xc2\xa1\x50\xf7\xcd\x15\x0c\x00\xfa\xcd\xc3\xfc\xd6\xdc\xe5\xe4\x9e\x50\xbc\x01\xe5\x8d\x84\xea\x6d\xe2\x10\x16\x84\x40\x1f\xfc\x9a\x6f\xc6\x93\xeb\xb6\x5a\xcb\x7d\x53\xe1\xbe\x0a\x84\xfa\x55\xe2\xba\x3d\x4d\x8f\xb8\x66\x25\xd4\xef\xc3\xd4\x04\x79\x5a\xaf\x08\x49\xe5\xa9\x1b\xea\x63\xbc\xae\x4b\x63\xa1\x70\x96\x32\x3b\xc0\x9d\x4b\xb5\xb4\x64\x52\x84\x2d\x8b\xa4\x21\x87\x2f\x12\x80\xb4\x16\x6f\xae\xcb\x50\xea\x9c\x6c\x44\xc3\x17\x65\x28\x67\x48\x76\xfe\x8b\x4b\x37\x13\xf5\x50\x4d\x43\x68\xc9\x77\x72\xc6\xd9\x04\x1d\xa1\x1e\x96\xb7\x16\xa7\x04\x76\x9e\xb3\x63\x1c\xf3\x3c\x0c\x35\x5d\xe0\xb3\xa6\x7a\x85\x05\x0b\xbb\xbe\x50\x0f\xc5\x45\xa6\x4c\xa9\x93\xca\x27\xf7\xeb\x3b\x8b\x9d\x47\xd5\x5d\xe9\x18\x62\xae\x8f\x52\xa8\x67\x07\xd1\x1d\xfa\xff\xbf\x1d\x2c\xc8\x42\x0a\x77\x2f\x2f\x73\xa0\xb6\xf2\x72\xb6\x4b\x21\xa7\xe6\xb2\x86\x64\x65\x4e\x67\x41\xcd\x33\xa5\x84\x29\xd4\xa7\x42\x1c\xb1\xab\x05\x40\xd9\xae\x86\x99\x71\xb0\xd6\x51\xdd\x1e\x5a\x3d\x7c\x1e\x09\xf5\x98\xcc\x39\xff\x0d\xe1\x84\x72\xda\x0f\xd2\xfb\xb6\x4b\x76\x6e\x47\x65\x3c\x99\x1a\x3d\x86\xe6\x79\xd5\x8c\x5e\xae\x4d\x65\xea\x08\xf5\x60\x92\x46\xcf\xd4\xf1\x44\x39\xa2\xd3\x2f\x09\xde\x30\x41\x24\x3a\xc9\xb4\xce\xe3\xa5\x81\xdd\x24\xba\x14\x3b\xcb\x6d\xd2\xfb\x66\xcd\x32\xa7\x36\xbb\x66\xf1\x8d\x91\x12\x55\x77\xc4\x21\x90\x9a\xa7\xd8\x4d\x79\x3d\x06\x42\x3d\x17\x4b\xfe\xe5\x28\x55\x13\xfb\x72\xc8\x5a\xde\xe7\xe6\x06\xaa\xee\x8f\x65\xa5\xa1\x19\xe3\xe2\x93\x53\x2f\x75\x53\x0d\xa4\xd3\xd1\xff\x88\x36\x05\xab\xb9\xa2\xd1\x27\x90\xc0\x83\x96\x92\x03\x71\x28\x13\xba\xa2\x00\x28\x87\x27\x6a\xe4\x32\xe7\x8b\xd2\x42\x0b\x78\xa1\xa8\x50\x00\xa1\x43\x50\xd7\x51\x64\x79\xe2\xee\xbe\x49\x57\x60\x10\x59\x07\x5b\xdc\x79\x04\x24\x56\x2c\x84\x90\x6d\x56\xb6\x50\xb7\x65\x28\x53\x90\xd3\xd8\x03\x96\xec\x99\x73\x20\x3f\x67\xe2\x5f\xf6\x08\xdb\x6a\xc0\x56\xce\x0f\x8d\x1b\xc2\x6a\x1f\xa5\x40\x9f\x6a\x2a\xd7\x7b\xd6\x09\x93\x98\x0a\xa4\x95\x47\x46\xa7\x18\x1d\xb3\x15\x8c\x0d\x3b\xc3\x60\x98\xf4\x34\x85\x26\xdd\xec\x73\xaa\xe6\x2d\x57\xbb\xcb\x3f\xde\xf3\xe3\xd3\xb6\x97\xed\xc4\x79\xcb\x40\x9e\x01\xd7\xbc\xb9\xe0\x58\xd1\x5a\x0f\x79\xe8\x18\x66\x50\x7d\xb8\x38\x24\xec\x28\xc7\x94\x9b\xbc\x5c\xfc\x11\x58\x83\xc3\xd8\x71\xc2\xdd\x3d\xc1\xca\x3b\x4c\xa7\x25\x14\xa2\x48\xc6\xe4\x92\x93\xce\x0b\x8d\xb9\x48\x63\xdb\x74\xae\x66\x80\xe6\xc6\x4c\x40\xfa\xf0\x24\xc5\xd3\x99\xcc\xbe\x1c\xf1\x6f\x4a\x98\x51\xef\xf3\xb3\x30\x4c\x5a\x3d\x68\x54\x5b\x52\x78\x4b\x72\xc9\x19\x14\x38\x94\x73\x4b\xda\xf2\xdf\x8c\xa6\xc9\x03\xdd\x3e\xd1\xaf\xa9\xcc\x2e\xa8\x2e\x4a\xd1\x77\x1f\xb9\x99\x37\x53\x9e\x45\x43\x8d\x34\xa9\x3d\xca\xab\xed\x70\x94\xc2\x9b\xb2\x93\xc2\xe4\xe6\xe2\xa4\x50\x5d\x21\x78\xb2\xb2\xea\x80\xc2\x92\x37\x7e\x1d\xbe\x69\x9c\xe4\xa7\x46\xbf\xd4\xdc\x9e\xd6\xe9\xf1\x70\xce\x72\x15\x76\xe5\x58\x9e\x1a\x44\x03\x3a\x1b\x24\x5c\x8a\xb6\x9c\x78\x69\xb7\x03\x59\x9b\xc9\x29\xe5\x5d\x71\x29\x64\xb9\xe3\x8d\x90\xb9\x5a\xc4\xdc\x7d\x3d\xbb\x7a\x13\x1c\xe8\xda\x56\x74\xdc\x1e\x8a\xcd\x80\x4e\x0d\x45\xce\x24\x38\xb3\xfe\x6a\x4d\xa0\xee\x83\xf9\x0a\xfe\x63\x07\xdc\xdf\xd1\x99\x6b\x32\xd3\x55\x72\x61\x21\x70\x85\x08\xe3\xc2\xe5\x14\x0c\x85\x9b\xd8\xcd\x03\xba\x07\xed\x6d\x78\xdc\x91\xd6\xfe\xad\xcc\x75\x54\x70\x5a\x06\xeb\x98\x13\xb0\x14\x72\xa7\x68\x98\x1e\x1f\xfe\x0d\x57\xca\x48\xa8\xba\x6d\x5e\xd5\xf6\x50\xf9\x6d\xbf\xa8\x62\x48\x01\xe9\x88\x11\x63\xbc\x56\x27\xbb\xfe\x6d\xb2\x7e\xc0\x7f\xf3\xf7\xe8\xcc\x31\x44\x1e\xdd\x6a\xa1\x10\x0f\x15\xac\xd8\x44\x99\x1d\xaf\xb6\x9d\x6a\x03\x30\xda\xf9\x9d\xb4\xff\x65\x71\xe0\xaa\x2a\xcb\x0d\x1a\x4b\xb7\xcc\xa7\x32\xc2\x9b\xac\xe0\x04\x38\x65\x38\xdb\x9f\x76\x99\x5e\xae\x06\xa9\x92\x9c\x3d\xed\x1c\xaf\xfd\xd5\xac\x8a\x0a\x3a\x1d\x33\x98\x37\xf9\x4f\x01\x4a\xd2\x2b\x1e\x91\x1a\xb5\x85\xcc\x3b\x61\x65\x17\xd2\xbc\x37\xaf\xd6\x12\xcc\x6a\xe6\xcc\xea\x83\xc9\x87\x15\x6b\xa0\xca\xce\xfa\x9b\xc5\x2b\x92\x02\x33\x5c\x0f\x21\x11\x61\xd6\xa0\x5c\x26\x24\x5a\x4e\x7b\xaf\xfb\x38\x23\x1f\x42\x25\x96\x0d\x2f\x77\x78\x52\x67\xae\x74\xc6\x42\xe1\xc4\xf2\x12\x85\xde\xc2\xd4\xbe\xb6\xbf\x9b\x5a\xb5\x56\xbc\xc6\xa6\xce\x4d\x7e\xfb\x92\x15\xe4\x25\x46\x72\x22\x0a\xb1\x80\xed\x3c\xdd\xbb\xb9\xbd\xd1\x3f\x76\x00\x43\x9a\xdf\x38\x0b\x4a\x75\xad\x3e\x8c\xd6\xe3\x7a\x13\x16\xdf\x35\x97\xef\x01\x8b\x63\x70\x80\xf3\x74\x10\xe3\x6f\x78\x82\xff\x2f\xc7\x2d\x93\xbb\xf4\x15\x8e\x66\x01\x25\x67\xd2\x3a\xda\x94\xde\x80\x75\x16\xe2\x9e\xfc\x98\x9c\x62\x7e\xf8\x6d\x8a\x8e\x1a\x1c\xf3\x93\xf7\xfc\xc5\x70\x88\x6a\xe7\x6f\x9a\x74\x8f\xf1\x63\xbd\x15\x9f\xe0\x00\xec\x90\xc7\xb2\xf0\xd6\xf0\x20\x09\xa6\x1c\xeb\x32\x41\x44\xfa\xf4\xf6\x8b\x7a\x7c\xd2\xfc\xde\xd2\x51\xed\x9d\x48\x26\x78\x1a\xb5\x58\x5d\x50\x23\xa5\xd0\x58\x72\xda\x01\xf3\x7c\xb5\x22\xce\xfe\x85\xdb\xa1\x72\xe4\x30\x44\x00\x27\x6a\xae\x4c\x07\x44\xfa\x3a\x12\xce\xaf\xf3\x05\x47\xa8\x46\x67\x38\x96\xa6\xc6\x53\xc2\x68\xce\x7b\xc6\xcc\xf7\x34\xf7\xf4\xd3\x5b\x78\x00\x30\x5c\x3e\x69\xb4\x11\xc3\x76\x22\x71\xff\x41\x13\x5d\xf2\x07\xf5\x46\x90\x55\xbf\xae\xe4\xa0\x37\xbf\xde\xb1\x4f\xc2\x16\xa7\xf9\x37\xcd\xb9\x64\xf1\x93\x96\xc7\xb3\x25\xfc\x42\x01\xce\xcb\xe3\x43\x94\xb9\x2e\xc3\x06\xc5\x42\xb8\x49\xe6\x04\x8c\x98\x70\x24\x5f\x2d\xa2\xc9\x15\x7e\x32\x48\x49\x84\x60\x03\x37\x81\xeb\x2f\xce\x73\x3b\x55\xec\x42\x2b\x07\xa3\x3b\x32\x13\xfe\x50\x5a\xf8\x63\xc2\x40\x3e\xab\x69\xfc\xb9\x50\x16\x67\xf8\xab\xa6\xce\xea\xc7\xaa\x7f\xfa\xb4\xf9\x7f\xf4\xa9\x48\x55\xf1\xdd\x31\x03\x14\x78\x94\x8f\xcc\x65\x8e\x79\x2d\xa7\x1f\x5f\x4e\x44\x0b\xb1\x0f\x5b\x59\xbc\xa2\xeb\xb9\xd6\xcf\xf7\xba\xd0\x59\x26\x9f\x2b\xc9\x4e\x39\x95\xf9\x6a\xca\x2f\x85\xfa\x56\x28\xe6\xf2\xfc\xa9\x3b\x65\xf6\x28\xd8\x45\xd7\x84\x88\x4c\x95\x64\x7b\x39\xc8\x2a\xf1\xfa\xc1\xac\x89\x1b\x6e\x59\xc5\xa5\x31\x21\x35\xad\x71\x7b\x3b\x73\x44\x08\x77\x96\xee\x08\x2d\xc6\xa4\xb4\xbd\x40\x77\xcd\x85\xb6\x33\x1f\xb1\x00\x83\x33\x85\x51\x65\xa4\xd2\xd7\xb7\xd6\x80\x68\x70\xaa\xce\x80\x47\x0b\xd5\xe3\x72\x58\x3d\xfb\x74\x89\x06\x82\x7a\x9b\x88\x2f\xfe\x89\x47\x8a\x84\xda\xcb\x02\x98\xa3\xc1\x34\x7f\xaa\xd6\xc4\xb1\x44\x33\xc0\x56\x85\xa3\x7d\x08\x9b\xd4\xfc\x90\x63\xd6\x1b\x24\x5b\xa8\xbb\x22\xb3\x58\xe9\xa5\x39\xa5\xf9\x19\xc2\xb9\x76\xbc\xb9\xcd\x31\xfe\x2f\x5a\xb4\x3f\xcb\xb4\x49\xe6\xa2\x18\x6e\x72\x98\x6c\x3c\x30\x09\x3c\x7f\x8b\x03\xa1\x73\xbe\x2c\x11\x92\x16\x1c\x01\x1a\x22\x93\xd7\x4f\x7d\xec\x0b\xf5\x61\xba\x78\xbd\xb2\x28\x16\x00\x33\x3e\x3c\x61\x8d\xfa\x56\x24\xdc\xaa\x9a\x7e\x39\xac\x47\xf3\xf8\x1f\x7a\xc0\x40\xb7\x98\x5b\x07\xec\x67\xda\x9f\xbd\xfc\x97\x1d\x3a\x4a\xe1\x23\x33\x75\xd0\x3e\x7f\xb9\xcd\x48\xc1\xf2\x80\x97\x97\x4d\x54\x69\xa1\xdd\x23\x05\x1f\x3b\xcf\xe6\xf9\x64\xcd\x8a\x41\x40\xce\xe4\x2a\x2b\x69\x3e\x1c\x78\x44\x31\x2c\x71\xe1\xce\x4e\x4d\xd3\xde\xe4\x90\x87\x5a\xe7\x11\x1e\x16\x3d\xc4\xf1\x1f\x7a\xe6\xc6\x54\x45\x99\x25\xa8\xfe\x37\x5f\x14\x9b\x14\x2b\x32\x88\x81\x1a\xb2\x55\xc1\x97\xa5\x58\x18\x43\xd4\xfc\x52\x1e\x80\xee\x0a\xb0\x24\xa2\x04\x9f\xce\xd6\x3a\xbf\xc3\xae\x64\xca\x15\xf1\x5b\x11\x00\x17\x82\x39\x89\x07\x65\x93\xa3\x21\xdd\x7e\x8b\x6e\x66\x71\xb7\x9f\x48\x0d\xaf\xda\x88\x11\x47\xd0\x0f\x23\x02\x81\x95\x86\xbf\x51\x5d\xad\x33\x52\xd7\x93\x50\x5d\x23\x85\xad\x0e\xe0\x81\xd6\x87\xbc\x54\xf6\x4e\x6c\x17\x96\x69\x7f\xf8\x52\x62\xeb\xaf\xd1\x1e\x6c\x88\x22\x3b\x6d\xad\x25\x94\xa3\xc5\x29\x50\x75\x13\x56\x25\xf3\xe0\x11\x0a\xac\x47\x5d\x90\x22\x58\x7b\xd6\x50\x84\x9e\x16\xf7\x81\xcd\x0f\x58\xcf\x3e\x89\xb7\xea\xc1\x00\xe8\xc6\x6b\x3e\x54\x9b\x1c\xe3\x32\x95\xa7\xea\x05\x08\xd0\xbf\x2e\x75\x1e\xd9\x9f\x5f\x96\xc0\xa1\xb4\xd5\xb2\xca\x89\x57\x1d\xe1\x3e\x5e\xf2\x0c\x9f\x46\x1c\xe3\x0d\x7c\xf9\xb4\xb2\x84\x7d\xcc\x0b\x07\x44\x15\x4c\x4f\x5c\x9f\x07\x52\x03\x64\xb7\x97\x35\x61\x1f\x3b\x55\x5b\xb7\xa7\x65\x46\xf2\xf5\x15\x51\xa6\xd8\x93\x50\x75\x59\x1d\xd1\xfe\x86\x33\x28\xc9\x71\x06\xfc\xca\x02\xc8\x2c\x18\x8f\xb8\xe6\x64\xe6\xd6\xcd\x29\x37\x82\x75\x9f\x96\x82\x51\xb1\x8d\x44\x70\xa5\xd7\x18\xe6\x37\x9f\x9f\x17\xe4\x43\xa8\x5f\x44\x54\x3e\xa1\x41\xc3\x35\xf3\x06\xba\xd2\x4f\x0c\x8b\x85\xd0\x9a\x29\xe1\xcd\x49\x0f\x3d\x92\xbc\x9a\x4c\x09\x18\x93\xb7\x58\x42\xf6\xda\x79\xa5\xfb\x0f\x04\x29\x22\xc0\x1a\x4a\x85\xab\xc4\xbc\xde\xcd\x49\x29\x55\x0e\xe7\x1d\x67\xf7\x8f\x0f\x62\x88\x53\x5e\x4f\x29\xa5\xf9\x86\x44\x85\x6a\x7e\xc4\xe6\x0b\xd3\x2d\xcb\x88\x86\x75\xdb\x34\xf9\x95\xdc\xa4\x2f\x06\x47\x2f\x95\x69\xc3\x08\xe2\x5a\x50\x08\xe6\x30\x38\x15\x8c\x50\x9e\x3a\x63\xe0\x60\xc0\xb7\xa0\x81\x28\xf1\xe4\x10\xa5\xce\x41\x31\xbb\xf2\x35\x68\x3f\xf4\x0d\x55\xbc\x9a\x9b\xc3\x1e\x17\x57\x9b\x2a\xf3\xda\xb3\xd0\xb8\xc1\x8b\x52\x2a\xec\x5d\x7d\x73\xe4\x6f\x8a\xf9\x6f\x66\x64\x49\x51\x4d\xba\x41\xc9\x71\x52\x60\xa3\x3c\xd4\x91\x23\x2a\x1b\xa3\x46\x79\x83\x5d\x21\x7e\x91\x1e\x4a\x5c\xde\x1c\x01\x33\xe6\x8d\x47\x61\x4a\xd5\x17\x4a\x04\x4b\x89\x7d\xb0\x24\xac\x7e\xf5\x4c\xbc\x2c\x2f\x58\x5e\xd4\xe1\x44\x77\x2c\xb3\x32\x45\x5f\x1c\x21\x77\x57\x79\x8a\xaf\x86\x74\xda\xc3\xc4\x6d\x5e\x43\x53\xa5\x8a\xf0\x96\x68\x01\x80\x6d\xb8\x3c\x46\xa9\xa4\x74\x94\xc7\x6b\x99\x90\x1b\x17\x94\x72\xd4\x59\xba\x26\x0f\x88\x1a\xc9\x82\xde\xfb\xf6\xf3\x66\x17\xa5\xc2\x68\x67\x79\xbc\xf8\x87\xb1\xf4\x32\xc3\x23\xd3\x50\x74\x89\xba\xdb\x2b\x38\x5f\x79\x2b\x54\x31\x9c\x9b\xaf\x29\x87\xaa\xcc\xea\xd7\xfa\xff\xb0\x6e\x4b\x54\xe1\xb2\x4b\x69\x0d\x97\xbb\x6f\x36\x73\x69\x7f\x69\xc1\x45\x02\x22\x57\x38\x53\x4c\x45\xac\xbe\x92\x1c\x3d\x8e\x60\xb4\x6f\xad\x77\xa1\x5e\xd4\x25\x20\xe1\xbb\x5e\xd3\x19\xe6\x45\xf1\xeb\xf3\x4b\xf4\x81\xda\xc2\x20\xec\xce\x9f\x53\xb5\x22\x29\x0f\x6e\x89\xa7\x1e\xcc\x9e\xe1\xc2\xfa\x8b\xe2\x56\x14\xcf\xe8\x4f\x9d\xf7\xc4\x4d\x22\xdb\x19\xe7\x1e\xd3\xec\x3a\xb7\x9c\xea\xa7\x15\x30\x2e\x29\x75\x87\xf2\x5c\xfd\xe6\x62\x04\x0a\xed\x52\x3c\x34\x67\x7c\x61\x44\x06\x22\x1a\xb7\x4d\xc7\xba\xce\xde\x95\xa9\x5e\x6f\x97\x16\x67\x89\xe3\x8c\x53\x64\xa5\xbf\xca\xfe\xd2\x76\xfe\x69\x22\x63\x79\x59\x27\xe1\xf3\x0a\x31\x91\x7e\x33\x86\x54\xe1\xc5\x34\x8d\x11\xcb\xfe\xc7\x3a\x31\xc2\x53\x39\xe7\xc4\xc2\xad\x18\xd6\xb9\x26\xd8\x01\x97\xeb\x21\xbe\x58\x25\x92\x51\x6a\x36\xa5\xde\x85\xfc\x6d\x4b\xec\x20\x80\x20\x60\x2e\xc2\xbf\x8c\x72\x47\xed\x6d\x7e\xd1\x28\x51\xf2\xa8\x97\xfc\x0a\x1d\x32\x4a\x60\x15\x2b\x83\xa4\x3d\x4c\x77\xd6\x47\x99\xe1\x7b\x19\x32\x76\xf3\xa4\xd9\xe8\x31\xeb\x7d\x87\x56\x43\x0a\xff\x31\x63\xbf\x47\x4c\x47\xbf\xda\xfa\xf2\x10\x18\x82\x77\x3e\x7c\x52\x6f\xa9\xa9\xfd\x89\x74\xb5\x9c\x6b\xca\x45\xa2\xbc\xf3\xad\x70\x11\x0a\x75\x97\x7a\xd1\x89\xb0\xb2\x27\x57\x8c\xa7\xe6\x55\x73\x54\x2f\x08\x35\x23\x08\x35\xe0\xe9\x15\x35\x11\xf8\xc6\x2a\xe0\x15\x90\x2f\x59\x05\xbc\xa6\x5f\x6a\x6d\x6f\x9b\x6c\xb3\xff\x42\x2f\x05\x3f\x8f\x7b\xe8\x2c\x15\x9f\xdb\xf9\xd1\x36\xfb\x52\xf8\xb5\x22\x87\xbd\x5c\xa9\x6d\xb9\x9a\xf1\x13\xb4\x1b\xbb\x28\xd5\xde\x92\x84\x8b\x2c\xe5\x98\x86\xe2\xfe\xa7\xeb\xf0\x47\x15\xad\x66\x9a\x53\x15\x6d\x7a\xd5\x79\xc2\x23\xfe\xb4\x23\x8c\x2a\xff\x4b\x9e\x56\xed\x0d\xcb\x6b\xd8\x7e\x01\x3f\x8c\x92\xd4\xcc\x15\xed\x82\x40\x88\xe8\x9b\xd5\xff\x56\xb9\xe9\xa5\x01\xd5\x86\x78\xb6\xc0\xb3\xb2\xeb\x4e\xfb\x0f\xae\x7f\x73\xa9\xdf\xe6\xf7\x3f\xe1\xeb\xbb\x00\x4a\x5f\xdf\xea\x8e\x9a\xed\x0a\xe0\x5f\xf2\x91\x12\x9f\xd6\x31\x93\x6e\x1d\x9b\xae\x34\x51\x3f\xef\xba\x50\x08\xb0\x90\x6d\x1b\x9b\x6f\xbc\x61\xb3\xc9\x86\xd7\xfb\xbb\xbd\x1f\x08\x55\x55\x46\x19\xfa\x5d\x21\xdd\xf1\x3d\x82\x2b\xcc\x1c\x7d\xa3\x9b\x85\xd3\xde\xd7\x4a\xc6\x8a\x24\x9d\x15\xc1\x2c\x91\xdf\xa1\x42\x40\x49\x7d\x93\xbf\xc3\x18\x96\x63\x72\x97\xbb\xd1\xf2\x97\xed\x8a\xc1\xb9\xf7\xf7\x99\x69\x6b\x5f\x1d\x56\xff\x12\x91\xf7\x85\xdf\x6a\xae\x77\x17\x6a\xaf\x92\x9c\xeb\x2a\x97\x6a\x12\x20\x49\xb0\xc8\x37\xdb\x7c\xe1\x84\x65\xa6\x59\x38\x49\x58\x3b\xde\x91\xe2\x1d\x84\xe7\xd3\x86\xdc\x28\xe1\x42\x0d\xfc\xde\xd8\x87\xa9\x96\x24\x2c\x7e\xcd\xa3\xb4\xf6\x38\xad\xf5\x12\x3c\x26\x2b\x25\x0a\x3b\x53\x45\x92\x99\x5f\xc6\x2c\xc0\x90\x13\xb8\x7a\x34\x36\x88\x7f\x25\x89\xad\xd9\x19\x73\xca\x41\x28\xd7\xb2\xd8\xa4\x0d\x82\xcf\xa7\xff\x67\x71\x6c\xbc\x55\x94\x79\x70\x4e\x50\x4b\xaf\x59\x4d\xb7\x66\xe0\xfe\xa7\x0e\x96\x19\x12\xd7\x1c\xef\xff\xdc\xc1\x91\x12\xee\xf2\xe6\x72\x7b\xd4\x38\x5e\x77\x9d\xe4\x72\x09\xa6\x8a\x70\xe0\xab\xd4\x4e\x97\x34\x1d\xf0\xba\xd9\xcb\xeb\x2f\xf6\xe4\x7e\xa5\x92\x4f\x2f\x8c\x40\x3d\xcd\x0f\xa1\x3e\x85\x1b\x43\x99\x7d\xb6\xbf\x22\xa2\x24\x69\xeb\x2e\x8f\x3b\x97\x2e\x8f\x5b\x77\xff\x8f\xbb\x6c\x64\x34\x63\x3c\xfe\xa9\xab\x4e\x99\x8c\xad\xaf\x7b\xca\x5f\x99\xc2\x77\xb9\x42\x0c\xdb\x5f\x0b\xfc\xe4\x19\x83\x3b\xf1\xb0\xca\x20\xe6\xd5\xe8\xdb\x97\x69\xfc\xc5\xc6\xe8\xc7\x84\xa3\xae\xe6\x36\x7f\x12\x54\x29\x7c\x47\x44\x66\x3a\xb3\xd3\x4c\x20\xca\xe6\xc5\x2c\xd6\x1b\x4e\x3d\xcc\xf3\xf5\xbe\x4c\x07\x14\x80\x86\x44\xfe\x2f\x84\x44\xac\xba\xc8\xd1\x69\xc6\xad\xe7\xe1\x29\x6b\x45\x5f\xc4\x11\xc5\xb1\x75\x97\xf1\xb5\xb5\xfd\x28\x85\x77\x46\x68\xb6\x29\x8d\xad\x2f\x5e\xaf\x6d\xd5\xd8\xea\xf5\x33\x49\xad\x55\x75\x6e\xc8\x6c\x47\xbb\xf3\xab\xba\x89\x73\xc9\x75\xe1\xa0\x44\x3c\xa0\xd8\xe4\x97\x32\x63\xc8\xaf\xa0\xfd\x47\xc6\x85\x87\x33\xf4\x5b\xfd\x0b\x4e\xe2\x56\x6e\x9a\x88\x2b\x1d\x17\xba\x39\xb2\xb3\x3e\x12\xa3\x38\xcf\xe6\x4b\xe3\x6c\xc3\xf0\xbf\xa0\x5b\x4e\x78\x2b\x3e\x39\x5c\xb7\xcf\xd0\xe6\xe9\x7b\xfa\x9f\x69\x04\x4e\xad\x00\x50\x7a\x49\xa0\x00\x61\x50\xb7\xe9\xbc\x6b\x71\x5e\x07\x63\x78\x79\x12\x63\x67\xed\x16\x6a\x9a\x3d\x3b\x3e\x89\x52\xc5\x78\x82\xa4\xc1\x78\x88\x0e\xc5\x26\x40\x8c\x40\x59\xf2\xf6\xda\x40\x26\x26\xd7\x04\xf5\xb1\x65\xb2\xd2\xca\x3e\xe4\x92\x40\x02\x10\x61\x05\x29\xa6\x69\x05\x74\x4f\x6a\x67\xd8\xd3\xab\x33\x78\xdb\x72\x54\xe1\xd0\x0a\x08\x79\xa9\x2f\xc4\x10\xd9\x59\x55\x0f\x56\x12\x06\x6c\x0e\x35\x41\xf7\x39\xb0\x63\xa9\xfe\xca\xbb\x88\xe5\x66\x1f\x38\xe7\xb9\x77\x2b\x38\xbd\xf9\x26\x58\x74\x6c\xe7\x5e\x1f\x52\xaf\xd2\xd0\x3a\x49\x71\x47\x09\xc7\x43\xc0\x43\x3f\x09\xe3\xd8\xe5\x2e\xe5\x46\x5a\xd7\xb9\x98\x00\x8e\x44\xba\xf0\x0f\x26\xdc\xc7\x8f\x8c\x87\x0a\x3f\x33\xfc\x00\xdc\x24\x82\xcd\x93\x3e\x6a\x4b\x99\xbf\xbd\xa3\x19\x22\x84\xe6\x2e\xde\x32\x9f\x30\x02\x98\xed\x27\x2b\xfc\x51\x09\xa7\x0a\x97\x89\x0a\xa2\x96\xe1\x32\x51\x83\x8e\x78\x74\x51\x31\x90\xed\xe0\x0b\x4f\x0a\x05\xf3\xf2\x43\x95\x1e\x29\xcf\x78\x31\xec\x9e\x69\x79\x8d\x40\x44\xe3\xd1\xbd\x22\x0f\xa8\x1c\xf7\x12\xe5\x79\x99\x75\x5f\xaf\x4c\x5d\xb2\x3e\xec\x47\x8f\x11\x73\x00\x54\x31\x9d\x86\x91\x63\x62\x21\xdd\xdf\x3c\x5c\x3c\x42\x1c\xc6\xef\xe3\x3e\xb5\xdb\x38\x65\x28\xba\x66\x75\x30\x67\x65\x4e\xb2\xc1\x9d\x2d\x3e\xe5\x65\x9b\xaf\xf9\xf9\xfc\x04\xd3\x61\x2c\xac\x53\xde\x5e\x25\xa9\xc9\xd8\x2c\x5f\xe3\xd4\xb5\x22\xb1\x94\x1f\x2d\x92\x88\x8e\x12\x06\xe6\xec\x8e\x68\x23\xe5\xa0\xc9\x96\xd2\x58\xca\x74\x83\x54\x53\x73\xe2\x57\xae\x51\x5f\x79\x3b\x4d\x92\xac\xb7\xd3\x95\xc1\xad\xbf\x86\xec\x1e\xac\x88\xb3\x53\xb4\xac\xa9\xf3\xd3\x84\xec\xa7\xaa\x6b\x3e\xda\xc4\x94\xa3\xd0\xcf\x38\x74\x6f\x77\xb9\x7c\xbc\x3c\x29\x75\xf2\x17\xfc\xa5\xff\x7f\x5f\x26\xc9\xc2\x64\xe2\x35\xbd\xc9\x8f\x22\x28\x9c\x7b\x70\xc3\x80\xb2\xd0\xdf\x6c\x48\xbd\x5b\x56\x79\x57\x8e\x68\x3f\x84\xcf\x96\x9d\x1b\x44\x19\xf8\x83\x7e\xe9\x4c\xfe\x97\x6e\x35\x93\xa0\xcc\x8c\xc5\xdc\xb6\xd9\xb1\xd1\x46\xd1\x87\xb9\xaa\x2e\xd9\x4c\xae\x4d\x92\x9f\x3e\x58\x49\xc2\x6a\x67\xa7\xd3\x3f\xf8\x60\x23\x39\x70\x9a\x59\xd0\x7f\xfc\xe0\x20\x29\x2f\xad\x9e\x64\x53\x16\x4b\x01\x51\xf1\xcd\x3c\x64\xb3\x9a\x7e\x46\x82\xe4\x5b\x66\xc9\x3f\xad\x9b\x4a\x1d\xf1\xd3\xab\x86\x96\x7e\x26\xd7\x71\x76\x8e\xc3\xdc\x5e\xf2\x33\x55\x16\xa4\xd8\x4b\xa4\x03\x79\xad\x92\x96\x71\x43\xa6\xf1\xb6\xc2\x46\x6d\x21\xdb\x78\x62\xd4\x0c\x66\x51\x8b\xe7\x5e\x66\x8f\xa5\x26\xf3\xd8\xbe\xf4\xa4\x76\x64\xc8\xe8\xab\xad\xcf\xb0\xb2\x97\xfa\x66\x52\xfc\x8a\x6d\x32\xad\x2f\x94\x70\xb2\x57\x15\x79\xa0\x0e\x85\xfa\xb5\xe7\xf1\x1c\x3f\x2e\x53\xc6\x34\xf4\x92\x0c\xf2\x0d\x46\xa2\x49\x2c\xd3\x39\x7c\x36\x36\xde\x43\x9c\xcb\x96\x7d\xcd\x12\xe4\x7d\xfb\x5a\xdd\x4b\x05\xe5\x56\x37\x7b\x01\x5a\xbe\x70\xa7\xb2\x54\x48\xe3\xab\x84\xd7\xa1\x4c\xee\xd2\xfd\xe4\x6d\xc9\x7e\x95\xcd\x27\x18\xb7\x87\x42\xdd\xb6\x19\x5f\xbc\x52\xcf\x9e\xe0\x6a\xdd\x84\x56\x62\x47\x50\xd2\xb9\x37\x53\x76\x36\xf7\x0d\xfd\x73\x7e\xcf\xe7\x3e\xfa\x18\x47\x06\x26\xcb\x19\xcb\x32\x8f\xa7\x12\xa7\x1a\x3a\xf5\x56\xe5\x87\xb5\xcb\xd0\xdd\xa9\xac\xf3\xd3\x11\xe0\xc3\xf4\xf7\xe6\xec\xcd\xb8\x53\x3b\x28\xa6\x7f\x27\xb1\x49\x68\x09\x97\x12\x38\x46\xb6\x99\xa4\xe6\x35\xf3\x33\x64\x35\x1a\xae\xd7\x0c\xce\xa8\xa5\xf9\xe2\x6f\x18\xef\x18\x6a\x7d\x73\x46\xfd\x71\x9a\x99\x40\xad\xa5\x19\xa5\x5e\x35\x5d\xdf\x12\x06\x62\xdc\xc1\x69\x06\x12\x0a\xab\xa2\x10\x64\x5d\x1d\x7f\xd2\x88\x23\x6b\x61\x0b\xf7\x81\xb6\xef\x7a\x89\x08\xc1\x06\x25\x40\x74\xc9\xe2\xc1\x96\xa3\x29\x62\xed\xa2\x2d\xc7\x2c\x70\x47\xc2\x75\xde\xff\x03\xe3\x54\x53\x55\x06\x6e\x6d\x90\x53\x50\x04\x8f\xb4\xc7\x00\x54\x3e\xd9\xe4\x12\x04\x04\xec\x18\x4d\x5a\x3d\x92\x76\x8d\x0a\xcc\x37\x0a\xf5\x29\xd8\x3c\x43\x55\x5b\x1c\x7b\x0b\x04\xca\xb3\x6c\xf2\x85\x90\xad\x98\xb0\x2f\x53\x78\x37\x2a\x86\x34\x01\xd1\x96\x6c\x8b\x0e\x9d\xea\x70\xd7\x60\xa8\x5b\xcd\x13\xce\x4b\x41\xbe\x83\xd0\x60\xe1\x6c\x87\x99\xa7\x06\x5b\x19\x3a\x3c\x0f\xa0\x13\xa9\xb7\x09\xef\xc4\x5c\x0a\x18\x46\x76\xbc\x0c\xe9\xe8\xfc\xc9\x88\xd6\x59\x5c\xb9\x30\x93\xfc\xe0\xcb\x01\xe9\x16\x56\xae\xa6\xe0\x43\x82\xa7\xf1\x1f\xa1\x4f\x24\x33\x01\xbc\xe1\x90\x63\x66\xa9\x0e\xac\x56\x68\x1a\x37\x0e\x3e\x12\x53\xda\x08\xaa\x0c\x2d\xef\xca\xdc\xb4\x6e\x4a\x7b\xcc\x07\x7c\xb0\x82\xf2\xc2\xd7\xc4\xab\x29\x6b\xfe\x77\xcb\x3e\x95\xcb\x0e\x14\x88\x76\xee\xd3\xf9\x0e\x30\x41\xe4\x83\xed\xb4\xb3\xbe\x45\x1b\xaa\x6c\xd8\x64\x43\x56\x2b\x66\xb7\x36\xde\xa6\xc8\x47\xc5\x32\x46\x20\xc4\xf3\x8a\x30\xcc\x14\x03\xd7\xd3\x64\x78\xc2\x16\xe7\x23\xac\xcd\xa7\x63\x57\xd3\x44\xdf\xd4\xa7\x4f\xb5\x3e\x94\x09\x20\x49\x4c\xa7\xcd\x61\xaf\xe7\x29\x42\xb8\x4c\xc8\x8b\xbc\x6e\x43\x83\x6e\xc6\x61\x5e\x57\x2b\xb0\xe7\xd4\x39\x2f\x50\xa6\xb6\x77\xe1\x94\xc9\x40\x63\x5f\xb4\xf6\xba\xb6\x8c\x52\x88\x09\xc4\xd3\xb9\xfa\xd5\x39\x53\x45\x86\x8d\xe0\x84\x17\xb4\x17\xd5\x07\xef\xc5\xb4\xb0\xd9\x3f\xdb\x09\x07\xa7\x71\xe5\x86\xa6\x19\x72\xc6\xa4\x33\x38\x6c\x81\x87\x63\x28\xa2\x19\x79\xc2\xa0\xae\xe0\xf5\xcd\x48\xf2\xf3\x20\xfa\x8d\x52\x26\xb1\x8d\x9a\xa6\x34\xe5\x53\x6b\xfc\xdd\x79\x15\x59\x29\xb6\x4d\xaa\xd0\x4a\x0f\x97\xa7\x45\xe9\x76\xe7\xa7\xa9\xb5\x3c\x0a\x92\x0a\x45\xc7\xab\xc7\x7c\x34\x6e\xb3\x74\x37\x38\x9c\xee\xb4\x78\x3c\x4f\x2f\xa2\xec\x0b\x3d\xb4\x2d\xc2\x67\x03\xcc\x4f\xbb\xc3\xaa\xfc\xbe\x10\x4f\x35\x6c\x77\xca\x52\x2f\x3e\x26\xd0\x06\xbe\x5f\xe4\xd5\x58\xce\x81\xc4\x17\xcc\xf0\xf7\x69\xd9\x0a\x73\x1b\xb3\x8a\x68\x39\xba\xac\x7c\xf3\x12\x3a\xe4\xa2\x6d\xe4\x37\xd1\x6b\x70\x40\x18\x66\xd7\x5c\xaf\xa6\xa7\xe5\x67\x42\xe5\xe5\x60\x58\x0a\xba\x3d\x32\xe7\x56\x91\xfa\xbc\xcf\x8f\x2a\xf7\x41\xc2\x77\xce\x91\xac\x10\x6a\x29\xe7\xf5\x7c\x8d\x53\x9f\xf9\xdf\x92\xa4\x2c\x7d\x46\x11\xec\x99\xa6\x8d\x23\xd2\x6d\xee\x58\x98\xfd\x9f\xbf\xa5\x7e\x3e\x1d\x08\x3e\x69\x73\x2a\xb1\x05\x9d\xdf\x95\xe4\xfd\xb5\x96\x7c\xe6\x43\xc6\x25\x7f\x99\xe3\x22\xfc\x8d\xab\x4f\xfd\x9e\x9b\x84\x7e\x7c\x5f\x9b\x8d\x89\x46\xd4\x5c\x9a\x3d\x65\xee\x4a\xf3\x01\x7a\xa5\xb6\xf2\xaa\x5b\xfd\xf3\x86\x5c\x7b\xdf\xae\xb7\x78\x79\x0e\x53\x85\x34\x35\x18\xd2\x57\xfe\x72\xd4\xba\xbd\x17\xca\x9e\xac\xa9\x93\xf9\xe6\x7a\xa7\xa3\xdb\x7a\x05\xae\x5a\xab\xe7\xba\x6d\x92\x6f\x91\x71\xec\x69\xba\xbd\xfb\xf1\x50\xc2\x4a\x35\x57\x70\xbe\xbc\xec\x17\xe3\x3f\x85\x8b\x76\x70\xde\xdd\x91\xf9\xd8\xd8\x88\xcd\x14\x4e\x2b\x5e\xee\x33\xbe\xb8\xcd\xc1\x9b\x21\x7d\xc5\xc0\x28\x28\xad\x4c\x2a\xf2\xab\xa2\xe6\x7c\x1b\x67\x50\x6a\x58\xcd\x3b\x66\x00\xd7\x6b\x82\x8d\xbf\x35\xc6\x93\x94\xdd\x62\x75\xbc\x61\xba\x3d\x33\xe3\x25\xb3\x34\xb9\xd9\xc4\xdd\x42\xb2\xaf\x49\x0d\x4d\xfb\x53\xd9\xc5\x3f\xf8\x2e\x9b\x2c\x3b\xc3\xae\x6d\x25\xdf\xb8\x23\xa8\x5f\xc6\x5f\x5f\x49\xe3\xfa\xe5\x5a\xa4\xfc\x75\x36\x74\xeb\x9e\x10\xbd\xf9\x9e\xed\xea\x86\x3e\x38\xf7\x44\xdc\x8d\x1a\x93\x3b\x85\x62\xea\x57\xa2\xb2\x8b\x56\x07\x64\x18\x3f\xcc\xcc\xb3\x61\x29\x38\x9d\xdc\x25\x85\x39\x27\xbd\xe3\xa9\xfd\x8a\xb7\x48\x38\x81\x99\x09\x5b\xa1\x03\x31\x96\x09\x60\x06\xbe\x68\xeb\x6a\x4d\x09\x1e\x8c\xd7\xca\xb0\x99\xd7\x17\x4b\x3b\xd7\x1f\x35\x56\x5f\x73\xb2\x69\x23\x74\xff\xf8\xe4\x41\x79\x23\x4c\xf2\x4e\x6c\x1f\x72\x96\x54\xf7\x89\xfa\x82\x02\x5d\x51\xf3\xf8\x5b\x6a\x9e\x6a\x83\xd1\x3c\x74\x1e\x5c\x89\x66\x6d\x67\x8a\xf3\x72\x7b\x1e\x75\xa1\xf9\xed\xe1\xce\x6e\x5c\xf0\xd1\x6a\xac\xae\xce\x4c\x6e\x3a\x08\x47\x6d\x94\xbb\xbc\x5f\xbe\x5d\x1e\x42\xa3\x3b\x7e\x92\x45\xd4\x9d\x39\xe4\x66\x6f\x1e\x52\x53\x55\xc0\x60\xc2\x2d\xba\xe8\x06\x5a\x58\x7a\x20\x25\xb6\x12\x57\xf4\x9d\x25\x20\xdc\x26\x65\x68\x04\x28\xea\x41\xbd\xb5\x98\x17\xf9\x74\xfb\xe9\xfd\x22\xcd\xdb\xfc\x05\x22\x82\x4d\x25\x34\x5a\x5e\x77\xac\x8c\xa0\x97\x17\x6d\x9c\x54\xb4\xe1\xa5\x63\xdd\xab\x12\x0e\x79\xdf\xda\x22\xcf\x02\x52\x1f\x7b\xb9\x74\xc8\x98\x66\x62\x58\x6d\x61\xa6\x9a\xf7\xad\x33\x3e\x46\x94\x65\x9e\xea\x46\xc8\xcf\x57\xbb\x8b\xd0\xb2\xae\x64\xa3\x7f\xd8\xb4\xb0\x33\x85\x65\xa4\x37\x0b\xaf\x2b\x45\x08\xb5\x34\x07\xe3\x8f\x4f\xc2\x55\x7d\x7a\x4f\xe9\x39\x6c\x8f\x72\x72\xd0\xf5\x56\xbb\xe2\x9f\xcf\xf6\x31\xcf\x88\xef\xf3\xac\x29\x6a\x75\xab\xf2\xfa\xa2\x24\x61\xf3\x93\x60\x4b\xbe\xe0\x86\x2c\x36\x88\x6c\x3a\x94\xc1\x38\xd4\x07\xe1\x44\xc6\xc2\x3e\x92\x7a\x39\x69\x86\x40\x64\xfc\xe5\xcc\x02\x26\x85\x2e\x8f\x66\xb9\x06\xfe\x9a\x99\x9d\x7f\x18\x4e\xd9\xce\x92\x24\xf3\x72\x5c\xa0\x94\x4f\x26\x57\x79\xa6\x89\xbe\x10\x83\x25\xa4\x5f\x3f\xdb\xc4\x40\x73\xdd\xd4\xad\x25\x61\x17\xa7\xfd\x32\xac\x4a\x13\x30\x54\x69\xbf\xfe\x81\x85\x6f\xe6\xfa\x75\xcd\x9f\xe6\xfb\xc5\x55\x0d\x9b\xb0\x25\xfa\xd9\x26\x86\x64\xfa\xd5\xfd\x6a\x22\x6b\x47\x94\xdf\x8a\xd7\xc9\xef\xae\x36\x15\x4b\x70\x75\x10\xee\x62\x5e\xaf\x11\xb4\xce\xd0\xc5\x94\x57\x61\x66\x75\x08\x17\xbf\xa7\x4f\x77\xd8\x3b\xbf\x59\xec\x5f\xd1\xeb\x58\xbe\x88\xdc\xfd\x45\x8c\x8c\xc4\xbd\xbe\x8f\xa2\x47\x93\x67\xd8\x17\x62\x2e\xd7\xbf\xa0\x4f\x4a\xf3\x64\x19\xb0\xd5\xaa\x6b\xfa\xe9\x40\x43\xa9\xc4\x16\x39\xc2\x36\x48\x31\x36\xa6\x24\x79\x3d\x30\xb8\x03\xc3\x9f\x5f\x75\xb5\x38\x03\xcb\x0b\x4b\x1a\x30\x38\x74\xd5\xbe\xc9\xd1\x17\x56\xf0\x21\xfb\x17\xa9\x4c\x0b\x9e\xb0\x02\xf1\xdc\xa6\x2c\x26\xaf\xf0\x43\x38\xbf\x59\x91\x68\x77\x1f\x16\xe4\x15\x32\x0b\x44\x74\xad\x12\x2e\xd6\x40\xcf\x66\xf0\x5b\xf5\x38\x3c\x9d\x11\x51\x66\x8f\xd6\x05\x16\x70\xfe\x08\x72\x34\x37\x39\xfb\xf5\xdd\xf0\x46\x94\x16\xa9\x61\xc2\x2d\x59\xaa\x8e\x0a\xc1\x92\x0b\xb9\x66\x34\xb7\x89\x4c\x5f\x53\x7a\x6e\x40\x53\x23\x83\xb1\x28\x9f\xef\x52\xcd\x81\xbb\xa9\xd1\x52\x81\xff\xaf\xce\x60\xf0\xda\x02\xaf\x73\x58\x5f\xb2\xac\x4d\xe2\xfa\x94\x7d\x28\xc4\x4e\xb6\xf6\xf8\xaa\x8d\xbf\xcf\x2d\xf6\x1d\xb5\x13\x76\x93\xd2\xfc\x5f\x41\x22\x3c\xab\x04\x9b\xfb\xd3\xb8\x8e\xed\x58\xa1\x5d\x63\x3f\x5a\x4a\x84\x5a\x86\xba\x85\x74\xb9\x43\x4f\xfa\xd3\x4c\x31\x16\x99\xbd\x29\xc5\xef\x93\x67\x57\x5d\x5e\x3a\x6f\x1e\x96\x20\x98\x46\xe5\x24\x4a\x5d\x13\xb6\xf0\x53\x39\x91\xee\xdf\x3f\x23\xad\x07\xbd\x3d\xa1\xd4\x8b\x65\x7c\xc7\x38\xb3\x33\x1f\xa2\x66\xa5\x67\x3e\x41\xcc\x06\x79\x38\x40\xad\x19\xad\x38\xa3\x22\xa1\x7f\x46\x6c\x1f\x66\xd4\x95\x87\x54\xb4\x09\x85\x78\x9f\x30\xbc\x5a\xee\x69\x7f\x73\xc0\xa1\x6b\x72\x44\x44\x61\x4e\xf0\xca\x83\xd6\x82\xef\x8b\x4f\x75\x19\x5b\xef\xd6\x35\x35\x96\x2a\x70\x96\x22\x14\x40\x58\x1c\x5d\x80\x91\x70\x9e\xa1\xb0\xc2\x6e\xda\x55\x1c\xa2\xe0\x30\xe9\x98\x3b\x54\xb8\x09\xe3\x95\x37\x19\x5a\x2a\x33\xcf\x0e\x4c\x7b\x5e\x2b\xf7\x39\x94\x28\x85\x22\x87\x4a\x02\x1a\x69\x47\x14\xa0\x28\xb7\x70\xf2\xf2\x27\x58\x35\xd4\xd5\x5b\x43\xda\x24\x48\xbe\xa6\x6d\x29\x46\x86\xa4\x8f\xe9\xfa\x46\x25\x61\x26\x6b\xd4\x89\xbb\x65\x67\x0b\x10\x97\xb8\x97\x6d\x18\x4d\xa3\x59\x11\x5b\xa4\xba\x21\xd3\x66\x28\x8c\x8e\x47\x15\xe5\x79\x84\xfc\x46\x8b\x3e\x14\x4f\xe4\x00\x19\xb1\xf6\xb9\x79\x6b\x1e\xe6\x95\x30\xa9\x7e\x8e\x82\x2d\x54\x6f\x04\x02\x10\xea\xce\x04\x42\x91\x7c\xe1\x25\x13\x32\xa6\x44\xa4\x8d\x73\x9e\x49\x9c\x42\xe6\xc2\xa8\x3a\x92\xd7\x15\x6f\x25\x5c\xcb\x83\x4d\xed\x0e\x48\x9c\xfa\xee\x4d\xf4\xb0\x6e\x1f\xa6\xc8\xdc\x12\x28\x23\xd0\x87\x6b\x4d\x8e\xe6\xd2\xab\xb2\x35\xcb\xd4\xf8\xed\x7c\x36\xed\xa5\x3c\xec\xef\x2c\xa5\x69\xda\x31\xca\x50\x8d\x4f\xc7\xde\xe8\xff\xe7\xca\x1a\x88\x6e\xdd\x6e\x10\x0c\x6a\x78\x07\xbf\x82\xe6\x21\xe2\x2c\x17\xb8\x90\xee\xf2\x4f\xdb\x84\xd8\x37\x2c\x25\x37\xb9\xe7\x8d\x5f\x06\x82\x60\xd1\x19\x23\xbf\xdd\xa1\x0e\xb5\x78\x93\xb8\x2c\x4d\xb8\x3d\x2d\x38\xb3\x3b\xf0\x0a\x61\x99\xbf\xd7\x23\x4a\x49\x5a\x44\x72\x35\x02\xcd\x11\x0f\xe5\x21\xd2\x11\x18\xbc\x5a\xca\x80\xce\xda\xa6\x02\x47\xbf\xfa\x42\xdd\xec\xcf\xf2\xb2\x81\x0f\x0d\xe7\xf2\x23\xe6\x1f\x07\xce\xed\xbb\x6c\xa6\x47\xc6\xa9\xab\x4b\x6d\x33\xde\xe4\x9e\x50\x37\x7a\x05\xe1\x77\xcb\x09\x39\xcc\x79\x79\x4c\xb5\x61\xbe\x10\x51\x69\x6b\x5b\x1c\x90\xa0\xaa\x0a\x5a\x12\x5f\x88\xfb\x36\x2d\x26\x03\x90\xb7\xa5\x31\x43\x06\x0c\xf7\x26\x28\x44\x06\x4d\x11\x66\xa6\x12\xe2\xea\x01\x42\x55\xd8\x09\x37\x2a\xef\x53\x77\xe7\x80\xd4\x96\x5d\x7a\xe5\x1a\x44\x0f\x0e\x9e\x73\x85\x7a\xa8\x37\x03\xb3\xe5\x9d\xc7\x75\x19\x21\x72\xa3\x04\xe9\x82\xea\x14\x83\xae\x08\xa5\xea\xd6\xbc\xd4\x25\x1f\x46\x6d\xda\xde\x9c\x91\x65\x82\x70\xdd\xfe\x74\xa6\x4f\x8c\xf3\x81\xb7\x26\x6d\x26\xac\xf8\x7e\x91\xfc\x4e\x9d\x33\xc7\x06\x50\x11\x4f\xaf\x8e\xe3\x4d\x4a\xba\xfd\x8e\x43\x53\x52\xa3\x9c\x02\xe2\xb1\x58\x08\x90\x1b\x51\xe8\x9d\x99\xc2\x18\xbf\xf0\xe5\x07\xdb\x8e\xfe\x77\x23\xe9\x8f\xf3\x0f\x3f\x5e\xcd\x27\xef\x44\xeb\xce\x1c\xb4\x72\xda\xd8\x7f\xb3\x7e\x0a\xad\x2d\xd2\x6d\x75\xee\xb0\xbb\x82\x2f\x7c\xe4\x3a\xa2\xdf\x41\x7b\xc6\x77\x20\x83\xd8\x71\xfe\x2e\xd6\x87\x54\x89\xda\xf4\x19\xf0\xdd\x3f\x57\xc0\x18\x2d\x2a\x20\x5f\x04\x49\xe7\xcc\xb1\x0f\xc7\x55\x10\x97\xf3\x06\x29\x90\xc9\xce\xed\x10\xbe\x53\x90\xcb\xbd\x85\x4a\xc3\xe3\x92\x72\x2c\x3c\xd5\x91\x96\x27\x5c\x21\xe7\x55\x58\x5a\x92\x09\x72\xd8\x3e\x93\x43\xe6\xd9\x86\xc0\x66\x36\xb5\xff\x55\x5d\x67\xc0\x82\xf8\x9c\x6f\xcb\x54\x75\x3e\x22\xdd\xc5\x86\x78\xc0\xbe\x79\x3c\xad\xb2\x0e\x6b\x7f\x07\x84\x06\x76\x08\x53\x97\x7a\xcf\xc5\x20\xc3\x37\xd1\x51\xcc\xf2\x49\x35\xd3\x00\xb7\x4b\x05\xb8\x71\xca\x52\x6e\xff\xca\x94\xde\x4c\xf9\xca\xdd\x13\x29\x88\x66\x7e\xa6\xee\xc6\x55\x5f\xc1\xb6\x38\x69\x55\x63\x04\x1b\x7f\x35\xea\x5a\x9d\x21\xe3\xeb\xc8\xf6\x11\xae\x8f\xb7\xd6\x2b\xf9\x12\x07\x7c\x0a\xfd\xd5\x11\x3e\x03\xed\x15\xe1\x91\xc2\x01\xf5\xd4\xbc\x4e\x85\xd6\x62\x7c\x54\xdd\xc5\xbe\xf8\x28\x02\x2e\x77\x71\x8a\x2e\x0e\x2d\x8c\xb8\x0d\xc7\x14\x0f\xf8\xa6\x36\x25\x61\x71\xe0\x3e\x32\xe4\x93\xdc\x17\x87\xbb\xa5\xf4\x2d\x57\xec\x03\xe7\x53\x92\xe1\x35\x8c\xac\xc3\x49\x1c\xa6\x6e\x3a\x75\xd9\xde\x41\x6d\xd0\x78\xcb\xe2\x92\x34\x01\x8c\xd6\xda\xf5\xb2\x7e\x3a\xbb\x34\x3e\x8e\xbb\xaf\x1e\x58\xab\xbe\xa8\xc1\x11\x87\xe6\x4d\x2e\x6b\xac\x43\x4a\xb2\x56\xd2\x79\xc2\x51\x8d\x49\x64\xd0\x95\xd5\xc7\x92\x1f\xae\x92\xe8\x22\xbc\xad\x93\xd4\x3c\x9b\x3e\x63\xf3\x6c\x6a\x01\x77\x33\xae\x0a\x9b\x24\xb2\x76\x76\x0e\x82\x15\x93\xba\x37\x4d\x72\xf7\x4c\xc7\xc0\xef\xfb\x26\x6e\x83\x86\x3e\xd8\x7e\xa4\x8e\x4f\x46\x1c\xe2\x37\x3c\x1b\x44\xbe\x15\x03\x3d\x34\x4e\x1c\x01\xa0\x84\x7b\x4b\xb6\x41\xd3\x98\x1e\xb5\x6e\x0c\x9b\x77\x3e\xb7\x69\x0e\x2a\x80\x37\x0c\xb0\xcd\xb6\x73\x30\x50\x1b\x28\x32\x5d\x06\xc4\x0b\x0f\x1c\x1b\xd2\x5c\xb1\x06\x59\x77\xb3\xb1\xca\x3d\xec\x9b\xdf\xf8\x48\xc5\x1d\x96\xb4\x16\x6c\x8c\x40\x08\x59\x71\x66\x03\x7a\xe0\xe7\x86\x8f\xc8\xe5\x76\x38\xf6\xd2\x36\x22\xe3\xa8\xfe\x6d\xc3\xf4\x91\xaa\x3a\xa9\xca\x0c\xab\x17\xd4\x4f\xfa\x6b\xf5\x76\xcc\x3f\xae\xc6\xe4\xe3\xfc\x98\x22\x51\xc2\x7d\x66\x32\x91\xb9\xc7\xbc\xb6\xc1\x51\x7f\xe5\xa4\x08\x0e\xa6\x96\x25\x33\x25\x9b\x63\x94\x0e\x85\x34\xcc\x53\xde\x97\x5c\x6d\xfc\x4e\x7f\x4c\x31\x8c\x48\xad\xe5\xd9\xcb\xb5\x62\xfc\xdc\xc1\x8c\xb3\xdb\xd0\x81\x77\x6c\x9c\x59\xcb\x57\xe1\xee\xd3\xcd\x6b\x0a\x50\x08\xeb\x19\x7e\x51\xcb\x15\x87\xc7\x5e\xf2\x2c\xb1\x8e\x02\xa5\x8d\x2b\x39\x59\x3a\x09\xcf\x22\xb3\x2d\x49\x95\xc0\xdb\xd2\x9c\x8c\x22\x61\x7b\xaa\xa5\x32\x0a\x99\x24\xb2\xde\x85\x7a\x20\xba\xb2\xcd\xed\x69\xf8\x9d\x73\xdd\x39\x72\xed\x15\x17\x79\x5f\xda\xec\x22\x19\x45\x29\xb8\x26\x2f\xf5\x4e\x75\x84\xd3\x23\x1d\x94\xf9\x88\x9b\x76\xa0\x80\x02\xe2\x04\xd4\x30\x0c\x31\x61\x6a\x1d\x8f\x70\x99\x2c\x47\xf9\xd8\x5d\x33\xdd\x0b\x80\x44\x72\x48\xd7\x12\x40\x83\xfd\x31\xe3\x4f\xcf\xc8\x49\xb9\x5f\x25\x2a\x59\xd6\x0c\x50\x20\xb2\x46\xe1\x89\x9b\x2d\xd6\x42\x5d\x6b\x99\x0f\xca\xe5\xf5\xaf\xc1\xd7\x32\x5a\xae\x38\xa6\x68\x2c\x21\x0a\xb9\xc0\x0c\xa0\x0e\xf0\x97\xa4\x1b\x74\xee\x31\xe4\xdb\xdc\x0a\x17\x93\x1e\x14\x00\x34\x72\xfd\x4d\xf2\xaa\xd9\x82\x91\xe4\x6c\xf0\x64\xa5\xdf\x63\x02\x93\x1d\x68\x2a\x23\xac\x10\x3e\x17\xec\xc5\xc3\x6c\x0f\x41\x1a\xd4\xef\x6b\x63\x3e\xab\x22\xcf\x1c\xbf\x0f\x80\xf6\x04\x3e\x30\x0c\x1b\x01\x28\x9c\xd0\xe8\x06\x17\x19\x13\x13\x67\xaf\x2b\x73\x76\xce\x33\x5c\x70\xfd\x09\x03\xba\x8e\xe6\x99\xdc\x01\x70\x68\xf3\x21\xa8\x26\x70\x5d\x0e\x8e\xf8\x9b\xaa\x90\x99\x5c\xf6\xd7\xc4\x9d\xaa\x36\x2b\x65\xf4\x88\xdc\xa5\xcc\xfb\x69\xd1\xc2\xfa\x42\xf5\xea\x2c\x4b\x5d\x7a\xaf\xb7\x72\xee\xc6\xad\x7a\x59\x02\x39\x68\x2f\x89\x7e\x15\xcd\x36\xbf\x3e\xe8\xe4\xc3\xa3\xc6\xa6\xc1\xcb\xf1\xa6\x65\x7a\xc7\xcb\xfc\xbd\x70\x39\xd5\x7d\xe1\xad\xcd\xa9\xbe\xea\xea\xa3\xd9\xdc\xf9\xa5\xce\x76\xfd\x49\x14\x65\x5b\xfe\x67\x32\xf6\x22\xe6\xf6\x56\x1e\xe9\xc2\x5d\x75\x20\xf0\x66\xaf\xe4\xfd\x11\xae\xad\x1b\xc4\x1f\x90\x16\x2d\x91\x31\x3b\xc9\x1e\x0e\x91\x75\xc1\x1b\x33\x4f\x6b\xf5\x8b\x22\xfd\xad\xce\xea\xef\x93\x21\x4b\x3e\x79\x1e\x31\x89\x68\x6c\xf9\xa6\x75\x85\xfa\x68\x6e\xf3\xdf\xef\x90\x07\xe6\x78\xe4\xd0\xcb\x72\x26\x71\x66\x7b\x92\x49\x41\x04\x4e\xaa\xd2\xb3\x2a\x4a\x38\x53\x5c\xa4\xe3\x8a\x3e\x02\x61\xef\x12\xcf\xbd\x81\xfa\xe9\x15\x16\xc6\x98\x13\xaf\xf9\x42\x75\xe3\x31\x32\xb9\x7e\xab\xf4\x39\x62\x16\xde\x13\xfc\xfd\x40\x97\x54\x42\x01\xc3\x14\xec\xde\xcc\xc7\xc6\x2c\xe1\x02\x16\x1c\xde\x2d\x13\x3b\xb6\x55\x4c\xee\x06\x8c\xa7\x34\x2a\xc1\xb5\x6c\xcc\x41\x72\xfc\xdb\xf8\xf9\x03\xfc\xc3\x2e\x8c\x53\x18\x5e\xd5\x1b\x03\x31\x36\x1b\xa6\x32\x39\x73\xb4\xdc\xd9\xc4\x23\xa6\x20\xde\x27\x3a\x49\x70\x07\x61\x6f\xeb\x49\x81\x98\xd2\xb1\xbc\x44\xfd\x55\x11\x8b\xfc\x54\x41\x8a\xe5\xe1\xf4\x8c\xb0\xbb\x13\x74\x2e\x91\xb1\x5f\xd4\x4c\xd2\xf6\xa6\xe4\xa0\x25\xbd\x18\xa3\x19\xc5\x31\xf5\xcb\x0d\x85\xb1\x55\x28\x03\xc6\x52\x26\x15\x1e\xec\xea\x16\xe9\xd2\xaa\x50\xef\x94\xe1\x53\x3b\x67\x17\x5f\x30\x15\xc6\xb6\x71\x9c\xfa\x6c\x23\xd1\x7b\x2d\x99\xb2\x7b\xca\x0a\x89\x96\x08\xdd\xbc\xda\x61\x67\xec\x5a\x12\x31\x68\x59\x19\xea\xb3\xb0\x71\x20\x3d\xc8\xf0\x7c\x70\x01\x16\x53\xfb\x48\x6b\x4d\x55\x8b\xbf\xb3\xb5\x82\x73\x74\x85\x33\x96\xab\x55\xde\xf8\x12\x9f\x18\xb6\x08\xe6\x78\xdd\x74\x5b\x1a\x32\x54\x9c\xf4\x32\x44\xc3\x08\xe0\xfc\xe9\x90\x04\x5d\x50\xc5\x0f\x53\x0d\x6b\xc1\x80\x15\x89\x0c\xc8\x1e\xa3\x5c\xbd\xac\x08\xf8\xc9\x23\x4b\xcc\x8d\x77\xc6\x68\x2e\x76\x1d\x4f\xa8\xb9\xc4\x4d\xf1\x5a\x35\xe7\x26\x41\x24\x40\x8c\x3d\x1d\xf2\x48\x37\x48\x04\x35\xd8\x56\xc2\x4c\xe7\x09\x9e\x9c\x22\x79\xc5\x9f\x54\xc2\x06\xa6\xd0\x18\x98\xf2\x95\x24\x76\x1d\x1b\x65\xd0\x3e\xba\x40\xe9\xde\x62\xef\xc7\x6b\x62\xb8\x6f\x4e\x18\xc0\xeb\x9a\x88\x8a\x7a\xb3\x42\x4a\x23\x4c\x6c\xc5\x44\x65\x8f\x7d\xb4\xdd\x83\x7e\x2c\xce\xec\x43\x55\xcd\xd3\x85\x68\xbd\xd1\x04\x6d\x30\xd5\x93\xf7\xe0\x8d\x36\x00\x67\x5e\x22\x97\x60\x70\xac\x21\x5e\x74\xbb\x90\xd0\x07\x8e\xd7\xd0\x57\x2d\xd7\xb7\xd9\xed\x65\xee\x4d\x50\xab\x70\x5f\x0c\xc9\x3f\x41\x1d\x91\x2c\x8a\x71\x0e\x76\xae\x1e\xdf\x5d\x3d\x06\x9f\x5f\x7b\xce\xd0\x82\xd4\x83\xba\x71\x24\x75\x6f\x5d\xee\x41\x40\xfc\xe9\x94\xec\x23\xd1\x64\x0a\x45\x5b\x72\xf6\xe0\xf4\xf3\xcb\x4a\x63\x5d\x55\x5b\x1e\xc0\x93\x7c\x3b\xf7\x0b\xf4\xd8\x2f\x4e\xe0\x73\x51\x98\xf8\xd9\xea\x78\xf6\x9d\xa2\x6d\x2a\x30\xf4\x74\x4c\xfd\x50\xbf\xce\x13\x3f\x9d\xb9\x15\x0c\xa9\x7d\x21\x5e\x62\xc2\x0b\x53\x94\x91\xc6\x63\xad\x18\x3e\x55\xc0\x36\x3f\xe7\xea\x43\x2e\x07\x31\x36\xd4\xd1\x4c\x0c\x25\xf3\x82\x75\x6b\x08\x4f\xd6\x47\x8e\xe2\x85\x64\x1f\x10\xc2\xa6\xb8\xa3\xd9\xf2\x96\x8a\xec\xb7\xa3\xd6\x6d\x6e\x8a\x60\xe6\xfc\xbd\xa9\xe7\x67\x2a\x5e\xc8\x8c\x40\x0c\xd6\x8d\x08\x1c\xaa\x4e\xa3\xb2\xf4\xb2\x69\xe9\xc6\x2c\x9b\x99\xab\xa8\x44\xd8\x5a\xe1\x17\xc5\x3d\x46\xfe\xff\xbc\x82\x10\xee\x8a\x4a\x2f\xe3\x42\x71\x6a\xb8\x99\xc4\x1e\xbe\x26\x25\x0e\x61\x56\xd9\xe2\x84\xec\xb5\x83\xe6\xa1\x03\xcf\x03\x26\x8d\x66\x63\x19\xb7\x8c\x79\xa2\xac\x4c\xa0\x33\x8c\xc2\x22\xaa\x7f\x20\x86\x38\x73\xce\xf8\x9a\x74\x3e\x52\x75\x5d\x70\x1c\xab\x1f\x2e\x23\xe5\x9e\x27\x9f\x42\x15\x8d\x02\xb9\x75\x84\x7a\x3c\xc9\xde\x05\xd0\xdf\x7d\x2a\x13\x9f\x81\x9c\xc9\x64\x3e\x3d\xf5\xc4\x32\x82\xae\xd5\x10\x11\x5c\x6b\xb3\xa2\xf8\x48\x90\xc5\x2f\x09\x2e\x08\xf7\x90\x1f\x7c\x7b\x84\xb3\x1d\xb3\x43\x26\x6c\xdb\x61\xe9\xd9\x10\x11\x1f\xa7\xc2\x25\x8f\x23\xb2\x5a\x52\xbc\x2f\xc5\x31\xfb\xa3\xe1\x57\xa7\xcd\x44\x34\xb2\xed\xa1\x8d\x80\xe3\x01\xac\x47\x29\x84\x05\x51\x58\xd2\x15\x2a\xbb\x56\xce\x5b\xc9\x29\x24\x88\x16\xdb\x49\xa4\x79\xc9\x64\x72\x38\x35\xf5\x41\xce\x78\x11\xfe\xf3\xf5\xf7\xc4\x2c\xe4\x29\xe1\xd5\x86\x2d\x45\xd9\x9e\x5f\xed\x3e\x3f\x4b\x06\x44\x40\xf0\xdd\x88\x08\x1a\x00\xea\x4a\x44\xd3\x31\xd8\x1c\x5c\x4b\x3e\xa5\x21\xe4\xa8\x0e\x44\x41\x25\xa7\x4f\x19\x70\x8e\x8c\xf8\x92\x9c\xd2\xe4\x4c\xfa\x52\xc9\x04\xa4\xa6\x04\x74\x8f\x96\x4b\x4d\x0f\xee\x66\xf0\x5e\x5f\xeb\x36\xbd\x0f\x3a\xa6\x46\x0e\x32\x9f\xd4\x1b\xc4\x67\x0d\x67\x54\x48\x25\x32\x05\x5a\xbc\x2a\x30\xf1\xf0\xde\x1c\x83\xeb\xf7\x80\x1d\x9b\xca\x91\xd2\xe3\xc6\x11\x1b\x42\x13\xc6\x77\xcd\x17\x83\xe6\x34\x4b\xc8\x48\x30\x00\x24\xc1\x2f\xb0\x51\x0b\x89\x08\xe4\xef\xf9\xb4\x31\x5c\x2c\xfb\x1c\xcf\xfc\x80\xf8\x66\xb5\x57\x49\xef\x42\x56\x44\xf6\xbf\xb8\xa9\xd3\xb9\x06\x11\x4f\x0f\x8b\x61\xe7\xea\xb8\x4f\xc3\xe5\xf1\xa2\x8c\x27\xc7\xa2\x85\x9c\xde\x5a\x39\x34\x86\x29\xdd\x40\x14\xd1\xfb\x78\xb1\xc0\xb9\x8c\xb9\xcd\xab\xb4\x00\x73\xf0\xc9\x42\xe7\xde\xeb\x32\x54\xfc\xe1\x88\xb5\x6d\xa0\x68\xf1\x39\x57\xd4\xd7\xdd\xe6\x5d\x90\x0a\xb2\xb3\x13\x0c\x15\xcd\x15\xb2\xb8\x2d\x4f\xf0\xa4\xcd\x58\x00\x0d\x57\x97\x99\x78\x8f\x2c\xff\x81\xe8\x0a\xb3\xd1\x6a\x9b\xe0\x9b\xef\xa3\x58\x5e\xfa\x6c\xa8\x87\x27\xd4\xe3\xd4\xfb\x2b\x3d\x71\xe7\x0e\x1b\x44\x22\x51\x74\x1f\x0e\x23\x7d\xe9\x2d\x6e\xe0\xb6\x70\x7f\xd1\x37\x72\x24\x20\x45\x46\x63\xfa\x29\xac\x28\xf7\x8e\x83\xdd\xe8\xed\x4e\x0a\x77\xaf\x72\xaf\x37\xa9\xa1\x9d\x02\xdf\xd4\x39\xff\x7a\x02\x94\x74\x3a\xb4\x0b\x29\xbc\xb5\xfa\xdc\x70\xc0\x2a\xca\x62\xbe\xe1\x80\xad\x25\xfa\x30\x3c\x92\x0f\xe2\x13\x94\xa0\x60\x6b\x49\xd7\xfa\xb8\xf8\x14\x42\x37\x05\x90\x43\x14\x83\x1c\xb4\x7f\xd3\x56\x9f\xd8\xa9\xd8\x55\x56\x69\x80\xc4\x58\x65\xc4\x2e\x13\xee\xff\xcf\x21\x16\x2a\x0d\xb1\x58\x9d\xa2\x4c\x84\xc3\xfa\xc4\x7a\xab\x13\xe2\x4d\xf5\xf6\x5a\xca\x2d\x3f\xdd\x99\xa7\x44\x3f\xf6\xfc\x74\xb4\xbf\x40\x9c\xbd\x69\xb9\x84\x78\xf2\x5a\x2f\x23\xe4\xd5\x6b\xbd\x9c\x94\x68\xac\x51\x2e\x85\x87\xe1\x44\x51\xac\x88\xda\xa6\x43\x4b\x65\x47\xba\x80\x80\x8b\x35\x34\x42\xa8\x19\xe9\x81\x22\x36\x55\x59\xa5\x72\xe8\x09\x62\xe4\x16\x73\x18\x4e\x91\xed\x94\xd1\xf2\x68\x15\xe7\x70\x03\x2f\xfc\xb6\x4c\xb4\xc6\x58\x22\x5c\xe3\x8e\x95\x93\x47\xa3\x75\x52\x42\xa8\x69\xa3\x0b\x27\x90\x1a\xf2\x72\x42\x88\x0f\x66\xb8\x9c\xb3\x0d\x08\x8f\xd2\xf5\xab\xb1\xcd\xf5\x64\xf4\xd4\xa4\xb2\xcd\xa0\xab\x66\x39\x50\xea\x14\xe8\x14\x4e\xc2\x5e\x2e\x5a\x0c\xc3\x90\xe8\x9b\x56\x15\x39\x7b\x1b\xfc\x8f\x8d\x72\x7c\x33\x45\xa1\xda\x16\xc7\xc2\x3a\x28\xe1\x94\xed\x4b\x58\x94\x51\x82\xeb\x75\x5b\x28\x11\x91\x4b\x5d\xa4\xc9\x6a\x4f\xd3\x3b\xd7\xdb\xc2\xac\xd0\x3f\xd1\xdf\x9b\x07\x78\x71\x27\xbc\xb0\x3c\x0d\x11\xa3\x1e\x1b\x45\x21\x76\x81\x33\x55\x74\x5c\x9f\xaa\xf9\xd2\x7a\x1b\xf8\x5b\x59\x3c\x7f\xce\x68\x77\xe6\xe0\xba\xd2\x85\x27\x71\x8a\x19\x40\x9c\x06\x79\x23\x44\x33\x58\x7d\x43\x5d\x85\x2f\xd4\x2f\x2d\xa0\x76\x89\xeb\x3a\xe4\xe5\xcf\x46\x35\x4c\xf7\xd8\x5a\x2e\x6b\x59\x84\x19\x38\xae\x3d\x1f\xd0\xf5\x41\x99\x79\xdb\x0d\x65\x56\xa0\x94\x13\x86\x07\xae\x9d\x00\x5c\xb8\xe7\x66\x37\xf8\x3b\xbc\x81\xe4\x68\xf5\x85\xeb\xc7\x94\x97\x4b\x21\x48\x96\x54\x14\xbf\x30\x65\x88\x92\x76\xd6\xf2\x8c\x9f\xd1\x78\xee\x98\x86\x28\x81\x24\x8d\xab\x02\x43\xcd\xf2\xd8\xc9\xf5\x7f\x52\x07\x1b\x15\x93\xed\x58\x2d\xd5\x0a\x4d\xbf\x1a\x4e\x7c\x16\xd3\x82\x78\xe7\x23\x32\xf5\x9c\x8e\xf8\x3d\xa7\x50\x50\x67\xaf\x80\x16\x42\x52\x01\xac\x47\x83\x65\xe9\xa2\x6b\x5b\x62\x67\xee\xc0\x97\x0c\x9b\x3b\x4d\xcc\x8f\xef\x88\x90\xdd\xc9\x03\xfd\x06\x3e\x1a\x72\x87\x29\x0a\x88\x63\x65\x88\xfd\xae\xdb\xb8\x27\xb6\xa9\xa3\xe7\x54\xdf\xca\x95\x34\x6e\x78\x2a\xe7\xe8\xed\x84\x63\xbe\x2b\xb0\x23\x0f\xaa\xf8\x6b\xd8\xa0\xc5\xa9\x47\x91\x45\x72\x0f\xbf\x05\x23\x89\xcd\xbe\x65\x96\x7c\xf2\x74\x0a\x84\x78\x1c\x81\x63\x5d\x48\x53\x27\xaf\x6d\x83\xa0\x9a\xd4\xd2\xb9\x6a\xeb\x1a\xba\x25\x2e\xe5\x75\x2f\x81\x50\x6b\x55\x80\x85\x1e\xa1\xce\x7e\xbd\x40\x30\x16\x51\x19\x5c\x67\x69\xa8\x69\x72\x53\xd6\x00\xe9\x1f\xee\xcb\x3d\xf8\x6d\xb5\xa4\xe8\x73\x16\xde\x1d\x69\x74\xa6\x1f\x15\xb9\x70\x34\x85\x78\x69\x63\x22\x63\xb0\xd7\x30\xd5\x31\x4e\x59\xdb\xd0\xc8\x33\x51\xce\xa7\x0e\x10\x16\xa8\xa0\x79\xc7\x34\x3c\x3c\xbb\x70\x62\x09\x44\xc7\x5b\x54\x88\x2c\x0c\xab\x74\x01\xab\xc7\x6a\x82\x84\x70\xc9\x2f\x10\x1b\x24\x85\x6e\xbf\x7f\x79\x1e\xd2\xed\xc3\x15\x1f\x3d\x00\x62\x30\x52\xc7\x55\xf1\x41\x91\x4d\x31\xe4\xac\x0d\xa4\xe6\xe3\x01\x56\x57\x64\xbf\x6c\xcf\x88\x29\xdb\xa7\xba\x4f\x3a\x31\xea\xce\x5c\x16\xe9\x15\x02\xce\x4d\x8f\x2d\xfb\x4a\xdf\x18\x4b\x26\x34\x59\x9d\x07\x1e\x35\x68\xa9\xe7\xd2\xcc\x86\xbe\x38\x86\x42\x6c\x64\x15\x9c\x02\x24\x8c\x26\xad\xf8\x25\x98\x81\x6f\x97\x4c\x19\xd5\x74\xa6\x0b\x8e\x3c\xe5\xc9\x1e\xef\xb3\xd4\x4d\xbc\xab\x8c\x52\xdf\xfd\x69\x8d\xf4\x47\x9e\xa6\x71\x67\x46\x44\x3a\xe7\x06\xfa\x84\x14\x1c\x97\x58\x00\x9a\x1f\xb1\x94\xcb\x7c\x39\x18\xcd\x11\x30\x73\xb9\x5a\xf1\x52\x01\xaa\xd6\x0b\xb3\xa7\xb6\x5f\xa1\xa3\xea\x2c\x41\x14\x49\xed\x3f\x38\x97\x7a\x56\x8a\x78\x36\x27\xd7\x41\xb7\x46\xaa\xb6\x4c\x1e\x05\x67\x85\x23\x13\x8d\xa1\x3f\x73\x46\x94\x7c\x4a\xb5\x65\x65\xd2\xfb\xd4\x04\x99\xee\x51\xfb\x3c\xd1\xfb\xdf\x79\x9b\xe1\xbe\x1c\x54\xd7\x99\xec\xee\xe7\x85\xb2\xae\xb2\xbb\x37\x36\xac\x6c\x98\x91\xb3\xc7\x3c\xbb\x27\x66\x52\x38\xf7\x5f\x8c\x4a\x0b\x18\x89\x3c\xb6\x2f\x59\xff\xc0\x62\xc7\x78\x92\x03\x3d\x03\xad\xca\x7e\x2a\x5c\xba\x28\x9a\xea\xd3\x45\xc1\x94\x7a\x30\xc7\x90\x7e\x73\x4a\xc3\xfd\x25\xb3\xa1\xc9\x72\x58\x6b\xe4\xa9\xe3\x81\x13\x55\x2a\x12\x8a\xa9\x4a\x04\xe3\x15\x96\x28\x58\xa7\x54\x22\xc6\x62\xc2\x81\x7b\xad\x3a\x00\xcd\x92\x15\x27\x39\xdb\x03\x56\x31\x1f\x09\x0c\xab\xec\x4c\x19\xc4\xa1\xd6\xf6\xea\xad\x27\xc4\x88\xd0\x88\xdb\x2e\xbc\x30\x5f\x0c\xe9\x21\xd5\x08\xbc\xd4\x56\x94\xb4\x66\xc8\x64\xe9\xba\x85\xaf\xea\x8e\xe0\x39\xec\xb6\x1d\x72\xce\x5a\xf0\x4c\xb6\xd7\xf0\x2c\x5a\x6f\x58\xb8\xc1\xb0\xc8\x67\x89\xe6\xff\xf6\xa1\x82\xfb\x29\x2d\xda\x8e\xcc\x1a\x0d\xca\xaa\xf8\x98\x63\xfd\x7c\x73\x03\x0a\x37\x5e\x47\x70\xb7\xbf\xac\x68\xd5\xff\x87\x05\x85\x22\xa2\x2d\xcd\x63\x2c\x9d\x70\x2b\x7e\xf6\x78\xeb\xc6\x5e\x09\x17\xea\x8a\xf1\xf4\xaf\x3f\xf2\xd3\xf8\x09\xca\xcd\x46\x82\x25\x27\x12\xb3\x10\x13\x46\xc4\x25\x43\x36\x88\xb6\x18\x7e\xd4\xd0\x91\x24\xee\xb1\x83\x53\x1a\xbc\xd5\x5a\xc0\xc1\x84\x12\x85\x5f\x82\xb7\xb2\x5f\xb4\xa4\x08\xb6\x50\xae\x71\x7a\x5f\x66\x5d\xa2\x71\x9d\x43\x7c\xa1\x43\xc3\x76\xbd\x28\xba\x3d\x21\x42\xce\xa1\x60\x20\xba\x1e\x41\xac\xd5\x56\xce\x59\xc9\x52\x63\x95\x44\xdd\x98\x92\xcf\x90\xa9\x8b\x75\x46\x2e\x31\x3c\x37\x70\xfd\xcd\x50\x0d\x57\x63\x86\xba\xae\x83\x63\x66\xdb\x13\xfa\xaf\xef\x2a\x73\xdd\x92\xfa\xb4\xdc\x83\x8f\x48\x52\x66\x14\x1d\x9f\x78\x9f\x8c\xaa\x90\x78\x59\xa7\x7b\x39\x84\x27\x14\x1d\x8e\x1b\x17\xa3\x05\x65\xbe\xbc\x32\x62\x5c\x20\x6a\xf4\xfa\xb7\xd8\xc1\xd5\xfe\xf4\xed\xb5\xc1\x23\x76\x19\xf4\xb6\xbc\xb3\x33\xdc\xf4\xa0\x52\xc6\x2e\xd5\xed\x10\xb6\xf5\x9e\xbd\x24\x95\x50\x5b\xf0\xc9\x65\x40\xde\x45\xe3\x24\x27\x25\x11\xa3\xac\x3b\xb3\x2c\x75\x11\x60\x07\x07\x97\xa5\xd1\x94\x20\xeb\xff\x0e\x3a\x05\xf3\xd8\xa4\xc7\x30\x88\x19\xcb\x3c\x53\xc1\xd1\x94\xd7\x95\x10\x37\x05\x2b\xfb\x7a\x60\x9c\xd0\x84\x5f\x42\xcf\xc2\xf9\x01\xd6\xf4\x56\x89\x76\xc3\x4b\x7d\x01\x60\xa6\x33\x2b\x94\x2e\x76\xd0\x57\x63\xbd\x09\x76\x94\xb8\xd4\x3b\x77\xa0\xab\xe1\xa9\x5b\x34\x7a\xd8\x16\xa8\x21\x2a\x37\x59\x03\x5e\x2b\x22\x65\xcb\xbe\x15\x66\x59\x87\xf6\x0b\x98\x70\xe7\xab\x4d\xb5\xa6\xe4\x87\xa2\xa0\x6a\x3c\x07\xcc\x3a\x8c\xa6\x9f\x06\xe9\x51\x4e\xb8\x50\xa8\x07\xb8\x2c\x6a\x99\x48\xcf\xdc\x8b\xbe\xf7\x76\x45\x8a\xd4\xc5\xf5\x51\x96\xfb\x22\x48\x7f\xdc\x52\xc6\x74\x1e\x09\xf1\x3e\x3b\x80\xd9\x8c\x27\x0a\x40\x79\x46\x81\x35\xef\xa4\xae\x49\x1e\xc2\xe0\xa2\x1a\x14\x6f\x69\x15\xcc\x47\xf9\xba\x04\x65\x12\x13\x13\x39\xab\x13\x9c\x62\x81\x93\x38\xa4\xad\x9a\xea\x3d\xe1\x96\xf5\x09\xef\x88\x03\xb4\x3a\xfd\x3a\xd5\xea\x23\x7c\xdd\xab\x8d\xd8\xdd\x34\x81\x55\xe1\x27\x1b\x1e\x90\xf9\xbd\x46\xd3\x60\x2e\x3a\x64\xda\xd0\x2b\xb3\xe6\x95\xd9\x4c\xc1\x67\x81\xe1\x54\x0f\x6d\xf5\xbf\xac\x47\x4b\x0a\xb1\xb2\xf3\xeb\x01\x98\xe4\xb1\x1c\x21\xa5\xff\x32\xbb\x0e\xb4\xe3\xb8\x07\xc2\xca\xc2\xcd\xfa\x44\xf8\xc9\xc8\xf6\x92\x7f\x6d\x2e\xad\x95\xe4\x37\x9a\x1e\x8c\xa4\x70\xcb\x99\xc0\xe7\x29\xd8\xfb\x2b\xd3\x6c\x58\xa8\xc3\x26\xbb\xc5\x8d\x59\x97\xcd\x97\xeb\x3b\x60\xc5\x3e\x9e\xdb\xfd\x05\x72\x78\x8a\x6b\xb7\xd2\x04\xe4\x70\x29\x01\x8a\x3b\xc3\x82\x05\xbb\x18\x04\x15\xa9\x2f\xd2\xc7\x47\xd6\xba\xd5\x5a\x61\xe6\xb9\x2a\xdb\x15\x76\x0a\xa9\x9e\x10\x26\x90\x6d\x52\x8b\xc6\x23\x3a\x77\xaa\x28\x57\x0d\xfa\xf2\x25\x99\x60\x89\xdb\x20\xc3\x11\x43\x73\x50\x04\x86\x4f\x14\xe5\x56\x70\xd9\xe1\xf9\x0c\x9b\xfa\xa8\xc1\x7b\x11\x00\x42\x41\x9b\xb2\x6d\xa8\xaa\xac\x20\xeb\xe9\x9f\x2d\x6d\xc8\x0b\x4b\x89\x1e\x3b\xd6\x05\x3f\xf4\x5c\x27\x7a\x71\x24\x4e\xff\x4c\xa9\xda\xd4\x5a\x71\x76\x02\x5e\xf9\x09\x8a\x9e\x8e\x84\x18\xbc\xa7\x5a\x54\xc1\xce\x17\x8a\x36\x33\xca\x7f\xd9\x76\xf4\x2d\x7a\xea\x00\x46\xcf\x26\xc2\xa1\x26\xee\x0a\x84\xf3\x75\xdf\xe8\xa5\x0c\xb6\x6f\x0d\x84\x5d\xbf\xd1\xac\xe0\x33\x6e\xa6\x0c\xd0\x72\xe7\x88\xc9\x1a\x26\x1b\xc8\x5f\xe4\x28\xa2\xf6\x72\x04\x45\x44\xea\x23\x54\x39\x21\xf3\xdb\xba\xc1\x49\x94\x6a\x32\xfb\x9c\x55\xce\x7a\x4b\x23\x74\xfb\x85\xbb\x40\x32\x37\xd9\x5e\x2f\xdb\x2d\x66\xa5\xc3\x05\x29\x36\x10\xaa\x77\x71\xf0\x34\x57\xfa\x95\xf4\x4e\xdb\x84\x03\xb1\x73\x10\xd2\xec\xec\x94\xd1\x0e\x70\x04\xdb\x09\x21\x40\xef\x71\xa6\x2f\x9e\x50\x1f\x48\xff\x45\xd7\xfb\x13\x36\x67\x1d\x77\x57\x54\xa8\x91\xef\x71\x92\xe9\x2d\x32\x48\x50\xe3\x23\x8e\x25\x27\x85\xf8\xb6\xfc\x47\x6a\x10\xb0\xa2\x8c\x64\xf7\x85\x1a\x24\x6b\x85\x1f\x80\x12\x37\x59\xa1\xa9\x5f\xed\xca\x0c\x15\x8c\x79\x87\x62\xed\x57\x5a\x84\x44\x65\x98\xb1\xfe\x2d\x57\xc1\xb3\x56\x6a\x5c\xf0\xf6\x3e\xe8\x79\x07\x5b\xa4\x2f\x82\x5b\xcb\x15\x5d\x76\x23\x26\x9d\x4b\xc2\xd4\xa7\xd2\x20\x56\xa3\x43\x97\xf2\xbf\xa3\x7b\x7d\xda\xd7\x73\xc5\xbc\x87\xe6\x16\xf5\x22\xd7\xaf\xb6\x0b\x29\x67\xee\x2f\xab\xb0\x06\x23\x1b\x4d\xa7\xdd\xcc\x71\x16\xfd\x0a\xe6\xe5\x09\x30\xda\xaa\x2d\x0b\x0f\x97\x55\x39\xce\x50\xf8\x70\x72\x20\xee\x16\x2b\xec\x5a\x41\x7e\xfc\xc2\x2c\x8f\x17\x3b\x64\x95\x6f\xd4\xbe\x3c\xec\x1b\xdc\x11\x4f\x9a\xd1\xcd\x8e\xa8\x5d\x61\xf8\xde\x83\xd4\x6c\x57\xcc\x98\x3a\x66\x48\xd5\x2a\xdc\x46\x56\x54\xcc\x21\xf8\x00\x25\x8a\x64\xac\x10\xb8\x1f\xbf\xaf\x32\x12\x7b\x79\x67\x0d\xc5\x51\x4e\xa5\x19\x73\x8b\x93\x3a\x8e\xe4\xbc\xa9\x19\x80\x44\xea\xf3\x72\x94\x6b\x45\xca\x9b\x09\xf1\x52\x89\x2a\x2d\x88\x60\x12\xb1\x51\x67\x35\x4a\x82\x3f\x5f\xa4\xf3\x39\x80\xb1\xec\x44\xd8\x51\xf5\xa2\x9d\x1b\xd2\x1e\x66\xbf\xa8\x70\xd2\x75\x56\x65\xa0\x4f\x52\x43\x8e\x95\xd1\x14\x5e\xeb\x3e\x2f\x96\x31\x52\xe4\x55\x70\x20\x9f\xce\x8d\x5e\xe6\xe8\xcf\xe9\xb9\xee\x63\xb3\x11\x1a\xba\xe5\x3c\xd7\x61\x41\x2d\xa4\xa3\x5e\x36\xd9\x05\xa4\x11\xc2\x91\x60\xf9\xef\xb7\xdf\x9a\xd0\xa1\xc4\xc6\x36\xfb\x2f\xaf\x48\x41\xe8\xd4\xd9\x21\x32\x23\x2b\xd4\x50\x9e\x7e\x04\x9a\x96\x91\xad\x1c\xca\xdf\x7e\x7b\xd2\xfb\xac\x66\x3a\xab\x16\x84\xf3\x61\x42\xed\xba\x4c\x20\x8f\xf5\x9e\xd5\x30\x41\x9e\x4f\x78\xc7\x7e\x7f\x38\x8e\xa3\xea\xad\x5e\x36\x55\x6a\x1a\xc8\xa8\xc0\x24\x1c\xdd\x97\x91\x37\xb3\x54\x23\xad\xf5\x4c\x36\x37\x98\xec\xc2\x00\x26\xe7\xe3\x19\xf9\x73\x8d\x6e\x38\xcf\x1b\xab\xad\x2c\x70\xc6\x86\x43\x2f\xa3\x50\x57\xcf\xc9\x5c\x72\xb2\xd0\xe2\xd5\x97\xac\xa3\x6e\xca\x33\x80\x1f\x23\x63\x03\x80\x61\x40\xfd\x4e\xf6\x40\xfd\x67\x11\xc4\x44\x59\x5b\x17\x9c\xa4\xbd\x8c\x5d\x88\x07\x2f\x59\x2a\xcd\x34\xfe\x8b\x0f\x96\x6a\xb6\x22\x91\xe5\x7d\xba\xcf\xf7\xe6\xb8\x0b\x49\x0f\xbe\x44\xca\x96\x35\x5d\x76\xcc\x4b\xb6\xb6\x48\x93\x51\xda\xd2\x3d\xf1\x82\x18\x20\x28\x83\x47\x60\xf5\xaa\x3b\x10\xe1\xd3\x2f\xbd\x20\x6b\x2d\x5e\x77\x7c\x7c\xa7\x6c\xfd\x1d\x79\x4e\xae\x19\x66\x14\xf9\x46\x5a\x48\xb7\xe6\xef\x11\xd2\xb0\xe8\x13\xa8\xc8\xd4\x60\x90\x9f\x00\xf4\x39\xb6\xa7\x08\x14\xf4\xdb\x5b\x4d\x96\xca\xbd\x37\x4d\x4a\x5c\xd1\xe8\x21\x3c\x0a\x26\xaa\xdc\x3e\x22\xee\xe2\x22\x5e\xcf\x4b\x9f\x6e\x93\xaf\xe4\x6b\xdc\x26\x26\xa9\x03\x54\x05\xa9\x66\x63\x6e\xf4\x3f\x44\xc6\x0d\x9c\x4b\xc2\x6e\x39\x97\xdb\x96\x3c\xcb\x19\x28\xf8\xb8\x82\xe2\xa3\x8d\x6d\x5a\x56\xd6\x93\xe8\x78\x79\xf5\x8b\x70\x0f\xec\xee\x7e\xd9\xe3\x11\x31\x47\x93\x5c\x31\xbf\xf1\x62\x79\xc2\xab\x4a\xf3\x79\x5e\x35\xff\x7b\xd4\xec\x5d\xdb\xc3\xce\x48\xbb\x13\x1d\x58\xd4\x5a\x70\x16\x13\x20\x56\xc5\x53\x16\x0f\x3b\x19\xeb\x56\x13\x9a\xf6\x55\x23\x6b\x08\x5b\x33\x3a\xea\x81\x1d\x03\x05\xf9\x7b\xac\xe1\x18\x7d\xdc\x20\x42\x99\x66\xd1\xa0\x1c\xea\x92\x03\x23\xc7\xc4\xd2\x34\xc5\x15\xf4\x8f\x14\xfb\x7c\xb7\xb6\xc9\x37\x64\xa2\x84\x89\x63\x40\x5c\xce\x41\x02\x0f\x4d\x3c\x25\x5b\xf6\xc2\x8d\x84\xf7\xa6\x79\xcb\x57\x4a\xf3\xae\xf7\x85\x43\x48\x6c\x1c\xf6\x8d\x80\x80\x31\xe1\x26\x90\x63\xcc\x9b\x9e\xc3\xee\x45\x2b\x51\x99\x91\x56\x82\xa0\xc1\xc5\x4c\x2d\x21\x16\xa0\x9c\x88\x95\xb5\x52\x42\xcc\xc8\xee\x0c\x19\x0a\xc4\x6e\x06\x5e\xea\xa9\xcc\xd5\x96\x80\xfd\x36\x98\x36\x81\xe1\x0c\xa8\x32\x7a\x35\x2b\x85\xd0\x04\x14\x60\x76\x9f\x56\x22\xc0\x93\x58\xdf\xe3\x63\xef\x60\xbb\xf2\x2b\x5b\x93\x4f\x58\x7f\xe5\x09\xb5\x57\xa3\x0a\xb6\x67\xc2\x9a\x51\x2d\x83\x2d\x33\xf0\x64\x25\xf6\x59\x2c\xc2\x78\x14\xd6\xcc\x04\xa3\xc6\x06\x77\xb4\x59\xcb\x38\x7c\x6e\x8f\x19\x87\xcf\xcd\x5b\x5a\x50\xaf\xc8\x7c\xcd\x99\x22\x35\x69\x76\x16\x3c\x6e\x32\x17\xaf\x2b\x9f\x0e\x8f\xe9\x1d\x06\xc9\xca\xa9\xb9\x5a\xf1\xe3\xfa\xa5\xd3\x0a\x8c\x60\xbf\x81\xfe\x46\x10\x4b\x38\x81\x66\x10\xd3\x06\x51\x55\xb9\x00\x23\x36\x20\xb2\x1c\xb5\xcd\xf7\x4a\x08\x35\x82\x28\x83\xec\x1d\xfe\x6c\x4e\xc0\x20\x4f\xdb\x13\x7c\xe2\xd7\x64\xb1\x75\x10\xaf\xe6\x6d\x90\x16\xc8\x6f\x61\xf8\x0f\x7a\xb3\x9c\x64\x9b\x57\x4f\x3f\x1d\x0a\xbb\x4d\xf6\x76\x8f\x6e\xf5\x0d\x91\x9a\xba\xa4\x35\xab\x91\x41\xa6\x29\x8b\x9c\xde\xb3\x80\xbf\x7d\xa0\x89\x4d\xa4\x10\xf7\xfa\x95\x97\x86\xec\xb0\xb2\xa1\x3f\x9e\xdf\xa5\xe9\x39\x8c\xc7\xc9\xf2\x33\x1a\x3a\x66\xa7\x9f\x54\x2e\xd2\x1c\xa7\x47\x65\x07\xf8\x11\xc2\x4d\xfa\x71\x85\x6f\x74\x28\x51\x31\x29\x84\x1e\xd2\xe2\x58\xe5\x36\xfe\x06\x13\x04\x16\x05\xa6\xab\xfa\xcb\x81\x70\xea\xf2\x0a\x7c\x0b\xb1\x9d\x11\xf3\xbb\x54\x8c\x02\x42\x1c\x00\x1b\x17\xa0\x42\x28\x0e\x50\xd9\x20\xdb\x75\x72\xef\x28\xb4\x20\xf2\x38\x99\xfe\x89\xe0\x88\x41\x9a\x65\x9c\x2a\x12\xdc\xdf\xc6\xc4\x05\xcc\x60\xd2\xf7\x37\x87\x5e\x9a\xb5\xc5\x03\x10\x54\xd4\x80\x43\xd9\xa0\x9c\xd9\x9e\xaa\xce\xf0\x5a\xc8\xb1\x44\xba\xaa\x97\xca\xce\x10\xb5\x90\x94\x05\x7a\xca\x9c\xe9\x8c\x6e\x2e\x2e\x08\xdf\x87\x49\x1c\x51\x3e\xf4\x11\xe5\x66\xd6\x7b\xb7\x45\x96\x8a\xba\x9a\x40\xad\xe1\x55\x89\x71\x53\xb7\x2d\xd2\x55\x86\x3b\x6c\xc8\xc1\xba\x82\x0c\x8c\xf2\xc8\x3e\x9a\x9c\x5c\x64\x8e\xec\x21\xd1\xd8\xb5\x38\x3b\xa5\xaa\x4b\xd8\x0a\xc8\xb9\xa4\x3b\x47\xd0\x6f\x8d\xc0\x6c\x45\x7f\x8f\x44\x24\xfe\x6c\xc7\x1a\xc1\xf9\xae\x97\x3e\x20\x9f\xaf\xab\x0a\x23\xe1\xb4\x6d\x43\x01\x16\xf4\x95\x02\x70\x33\x3b\xeb\xd2\x8c\xf9\x44\x13\xa3\x66\x99\xb4\x80\xbf\x35\x0d\x3b\xc8\xd6\x7d\xfa\xd1\x3b\x19\x66\xc8\x9d\xa4\x11\xa6\xf9\xbd\x71\xb6\x47\x35\x32\x93\xbe\x97\x97\xf2\xa2\x54\xf5\x56\x68\xf2\x05\x69\x36\x9f\xce\xb8\xde\xfc\xcd\x4e\x1f\x0e\x8f\xd0\x02\x6e\xb0\x72\xfb\x19\x5c\x02\x26\xf0\x57\x99\x3e\x21\xc4\x06\xa3\x1a\xb3\x47\x03\x69\xaf\xc7\x1c\x53\xce\x54\x75\xb2\x86\x46\x73\xba\xee\x65\x7f\x1b\xa7\x3a\xc0\xc3\x90\x58\xe5\x9f\xce\xc4\xfb\xb2\x9f\xff\x3c\xf7\x41\x36\x11\x53\xfc\xd9\x2c\x6e\xe6\xee\xaa\x76\x10\xa3\x33\x26\xe5\xc0\xa6\xa9\x18\xb2\xa0\x7f\xfd\x0d\x3f\x77\x77\x31\xf4\x21\x4c\xcb\x9d\xac\x97\xde\xb7\x1f\xad\x3a\x96\x27\xf6\xf6\x56\x13\xd4\xa3\x8d\x39\xaf\x31\xb2\x76\x61\xd1\xc9\x4d\x6f\x69\x04\xf6\x72\x59\xf7\x34\xcf\x87\x2c\x8c\xfe\xba\xce\x08\x87\x1c\x04\x6d\x4a\xef\x68\x31\x14\x74\x9e\x7e\x15\xe1\xab\x61\x0b\xba\xb3\xb4\x54\x65\x4c\x02\x3b\x97\xaa\x6d\x10\x0a\x16\xf3\xbe\x3b\x50\x58\x9f\x59\xaf\x3a\x21\x39\xbd\x54\x39\x6c\xa4\xb2\xea\x7d\x0e\x08\xd8\xb6\x58\xee\x0d\x2e\x31\xd6\x34\xd5\x2b\xc9\x4e\xda\x34\xee\x21\x45\xfe\x8a\xa7\x73\x19\x61\xc6\xe4\x53\xde\x86\x2b\xef\xac\x0c\xb5\x51\x93\x49\x2e\xae\x17\xc5\x7c\xde\x90\xde\x25\xdc\xc1\xe3\x2e\x83\xad\x8e\xf9\x50\x74\x86\x37\xf2\xcc\x45\x4e\xbb\x1e\x39\x21\xed\x48\xac\xdb\xda\x5c\x88\xa4\xcd\x32\x97\xa9\x50\x35\x0a\xea\x28\x5f\x01\x06\x85\xdf\xd5\x76\x88\x0f\x00\xe7\x8b\x63\x72\x63\x5c\x57\x85\xbf\x1e\xcb\x9c\x5a\x7b\xd9\xb0\xd3\xa0\x29\xb8\xc2\xfa\xc7\x63\x74\x29\x5f\x73\xf5\x79\xe3\x19\xad\xee\x22\x43\x19\xf4\x0d\x4e\xe3\xee\x8f\xcf\xb9\xeb\x98\xde\xad\xe2\xc8\xa8\x51\xd7\xce\x5e\x59\x47\x25\x76\x0e\x32\x8e\x3d\x4d\x59\xe8\xca\xba\x2a\xc1\xdd\xc6\x9e\x29\x88\xdc\x73\x6a\x1b\x7c\xf3\x61\x0e\x48\xe9\x25\x04\xc2\xa0\xc2\xca\xdd\xec\xe7\xb6\x16\xbd\x9c\x0b\x48\xea\xb1\xa4\x9b\xef\xbc\x5b\x1e\xc5\x12\xd7\xa4\x50\x5e\x7d\x09\x20\x89\xe3\x23\xa5\xcc\xd2\x4b\xf4\x9a\xc0\xab\xb0\xb0\xbb\xae\xd2\x13\x37\x5d\xd2\xe9\xcc\x21\x28\xcc\x07\x17\x24\x9d\x68\x82\xa5\xe5\xc4\x64\x02\xb6\xb2\x8f\x16\xe9\x7d\xde\x29\x7b\x72\x5d\xc6\x55\x5c\x1e\x7b\x58\xdd\x4b\x84\x9d\xc3\x39\x4b\xbd\x0d\xc0\x44\xa3\x73\x7c\xc1\x29\x7c\xb3\x18\xcf\x52\x3d\x67\x78\x78\x08\xbb\x33\xfc\x39\xc5\x59\xb5\x15\x85\xd2\x53\xa9\x02\x72\x83\x26\x55\x16\x81\x29\x50\x38\x1a\xc1\xf7\x1f\x76\xe5\xc7\x12\xa5\x25\x54\x63\x95\x40\x06\xe8\x8f\xde\x2e\x85\x15\x82\x3d\x3c\xfd\x89\xee\xd7\x09\x85\x11\xd9\x1b\x97\xa2\xab\x9c\x27\x95\x3d\xfb\x51\xe2\x66\x0b\x4b\x50\x13\xd1\x15\xe1\x95\x39\xdf\x2b\x23\xd9\xf9\x4d\x72\x19\x31\xd1\x69\x3c\x92\x39\xb1\x9a\xd1\x89\x6c\xa5\x18\x7a\x18\x53\xe4\x07\x6b\x8c\x5a\x44\x2c\x0c\xc8\x67\x4d\x0a\x0f\x9c\xf7\x20\x7e\xc6\xd4\x17\x80\x4f\x75\xb9\xed\x9b\x05\x46\x4f\x86\x09\x92\x00\x1e\x54\xef\x0f\x1d\x38\x37\x0e\x02\x72\xa6\x4e\x8c\x94\x01\x26\xa9\x0a\x63\x38\x7c\xeb\xc8\x79\xfa\xe4\xc8\xb9\x25\x1a\x48\xb9\x0d\xc4\x52\x02\xeb\x23\x9c\xe1\x2c\xc1\xfb\xf1\x48\x57\xfa\x96\xbd\x55\xac\x2f\x3d\x3a\x09\x67\xee\xdb\xb7\x3c\x63\xdf\x3b\x5c\x3a\x7b\x7d\x69\xdf\x8a\x4f\xcd\xff\xe4\xa7\xe9\x89\x80\xbd\x52\x98\xfb\x2a\x90\x26\x56\x90\x25\x49\xdc\x17\x89\x51\x33\x39\x1e\x37\x8b\xef\xda\x76\xe7\x17\x1b\x2b\x0e\xcc\x80\x21\x68\xc2\xda\xb6\x0b\x47\x27\xf2\x60\x81\xf9\xce\x3f\xad\xbb\xcc\xe8\x38\x42\xdc\xd7\x13\x72\xa5\x3d\x4a\x5d\xb6\x26\x85\x3b\x86\xdb\x73\x7d\x0b\xfb\x4c\xa1\x2a\xd3\x2a\xa2\x7a\x6c\x7f\xb9\x4c\xba\x67\x13\x89\xa2\x22\x22\xf5\x48\x95\xaa\x79\x2a\x72\x32\xfa\xdd\x84\x3c\xb6\x3e\xac\x34\x6b\xc8\x20\x4d\x64\xf8\xb9\xb2\xbc\x7e\xf8\x92\x28\x91\xc1\x74\xbe\xd9\x2c\x58\xc1\x75\x5d\xe6\x37\x08\xd8\x76\xb8\xa6\x8f\x0d\x78\x2b\xf0\x48\x72\x2e\xbf\x48\xb0\x05\xf1\x65\xfd\xb9\x9c\x99\xed\x37\xd3\xb3\x0e\xfb\xb8\x9a\xe5\xdd\xae\x83\xcc\x27\x99\x05\xf2\xc6\x58\xe5\x12\x65\x3d\x10\x83\x59\x6c\xff\xfc\x41\x8a\x68\xdc\x90\xc2\x87\x6c\x33\x5c\xd1\xb0\x9c\x9e\x96\xce\x00\x3d\x1e\x83\x95\xcd\x65\xa8\xfb\x3f\x9e\x99\x40\x74\xc4\x9f\x4e\x0a\x40\x58\x20\x77\x7d\x57\xa9\x2f\x44\x85\xb0\xe9\xcb\x76\x56\xc2\xc0\xa5\x79\xdd\xbe\xda\x4a\x20\xad\x84\xa5\xb9\xb2\xfe\x65\x1a\xc2\x29\x65\xb8\x88\x15\x62\x29\x4c\x86\x3a\x70\x64\xc3\xcc\x84\x78\x14\xcf\x78\x43\xa9\xe8\x03\xf6\x82\xae\xd9\x99\xa3\xc7\x81\x09\x61\xf5\xf9\xe2\x62\x78\x82\xce\x1a\x59\xa9\x86\xd3\x4a\x0e\x12\x87\xe9\xe7\xa9\x1c\x69\x96\x63\x24\xe7\x14\x10\x69\x10\xeb\xcd\xa7\xd4\xc9\x3f\xfa\x3e\x6e\x41\x0d\xd6\x6a\x11\x45\xf0\xeb\x0e\x23\xc0\x21\xb3\xaa\x15\x08\xf7\x57\x39\x61\xdb\x2e\x9b\x09\x2b\x9c\xf4\xaa\xca\x7f\x19\x23\x64\x84\xc0\xf7\xfe\xf2\x0c\xcf\x2a\x42\x02\x72\x09\x34\xae\xe3\x35\x76\xb0\x59\xec\xb7\x1d\xcd\x02\xf6\xd8\x06\xec\x57\x12\x40\xce\xe9\x1f\xc2\xe8\x31\x5b\xbb\xde\x17\x22\x46\x8d\xa3\x32\x75\x15\x7d\x7d\x65\xed\xb6\xa8\xb3\x3e\xed\xa4\x9a\x32\xe0\x46\x81\x4a\x85\x40\x42\xab\x95\xc0\x08\x15\x97\xdd\xb4\xb8\x9f\xfa\xba\x50\x51\x65\x5f\xd4\x32\xa7\x23\xab\x65\x46\x4a\x88\xa3\xaa\x00\x21\x8d\xbe\x0a\x84\x3a\xdb\x33\xf8\xd3\xfb\x73\x36\xe5\x53\x05\x3b\xf9\x61\x85\x62\x2d\xbd\xd5\x1e\x7d\x6a\xcc\xba\x9a\xa9\xee\xc5\x38\x53\xfe\x01\xf0\xc9\x2f\x46\x43\x56\xe2\x48\xb1\x1c\xb7\x5b\x45\x7c\x39\x4b\xe0\xb4\x55\xa3\x06\x0b\xe2\xba\x42\xfd\x41\xf1\x7c\x71\x21\x13\xd3\xbe\x75\xe5\xd3\xc5\x20\x72\x1b\x42\xc4\x98\x63\x57\xa0\x22\xdc\xaf\x05\xb8\xee\x57\xf5\x60\x9c\xb6\x3c\x25\x6c\xb2\x98\x77\x35\x1f\xd9\x6b\x73\x77\x5b\x15\xc8\x69\x53\x56\xf3\x4f\xd8\x34\x37\xaf\x64\xba\x9b\x10\x85\x30\x71\x45\xa7\xe7\x5c\x7f\x75\x8d\xb0\x20\xfc\x49\x7f\x29\x30\x5a\xad\x79\x17\x3f\x7f\xee\x70\xf2\x8e\x0e\xef\x36\x98\xdf\xcd\xba\xab\xa5\x01\xd5\x2b\xc2\x82\xe0\x6f\x37\x08\xfc\x2c\x80\xb6\x51\x81\x91\x14\x6a\x2f\xb7\x6b\xac\xfb\x62\xd2\xd5\x5c\x79\xaf\xc9\x88\x40\x0d\x68\xcf\x07\x63\x93\x60\xa0\x8c\x31\x16\x57\xb9\xf2\x31\x09\xd8\x53\xb9\x9c\xe0\xf1\xfa\x44\xf8\x07\x3d\x5c\xda\xbf\xe0\xc3\x75\xb2\xd3\x77\xa4\x78\x37\x0f\xea\x25\x0a\xef\xea\xb5\xe1\x03\xee\x6f\xea\x88\x51\xda\xc2\x93\xc7\xfc\xee\x9f\xdb\x70\x84\x69\xf1\x1e\xe7\xef\x90\xcf\x36\x96\x35\xd6\x96\xd6\x78\x99\xf6\x08\xbb\xf5\x77\x55\x2c\x53\x7d\xde\x4d\xdf\xc3\xd9\xaa\x4a\xd7\x81\xf7\x78\x71\x20\x5f\x36\x2f\xcc\x37\xc9\x05\x15\x96\x7c\x4f\x52\x04\x73\x68\xd8\x0f\x71\x04\x0d\x3b\xc5\xbd\x99\x5c\x8f\x65\xb8\x09\x56\xcb\xb9\xdf\x03\x98\xb8\xa3\x29\x0e\x69\x38\x29\xc3\x17\xd7\x7c\x36\x3b\x40\xee\x32\xe9\xe0\x19\xd3\x25\x95\x6c\x56\x65\xe0\x58\xd6\x17\x1c\x99\xb9\x88\x28\x5b\x16\xa5\x65\x13\x6c\x26\xc8\x56\x46\x32\xcf\x41\x92\xaf\xf4\xa5\xc4\x77\xd5\x57\x59\xde\x99\xdc\xb2\x97\xad\x12\x0e\xd2\xcc\xcf\x64\x8b\xd2\x04\x28\xb8\x8e\x97\xb7\x4c\xc4\x27\x9c\x63\xa7\x4c\x6a\x1b\x85\x4c\xa3\xe4\x25\x72\xbf\xa4\xa4\x9a\xb8\x09\xb0\x71\xfd\x12\xfc\x93\xfa\x5a\x0c\x71\xeb\x34\x7d\x2f\x80\x7c\x7f\x40\xb5\x35\x38\xac\x96\x4b\x76\x56\xfc\x4a\xa0\xcc\x3e\x60\x0e\x87\x6c\xe1\x8a\x66\x1c\x23\x10\x43\xad\xed\x51\x0c\x34\xe9\x72\xe7\x88\xaa\x9b\x60\xd3\xde\x5a\x4f\x42\x6d\xa0\xc6\x8a\x92\x32\xab\x7c\x03\x61\x2f\xd5\x67\x0d\xe2\x81\x0e\xbe\x51\x21\x56\x21\x16\xce\x38\x5f\x57\x33\x21\xd9\x3c\xda\x01\x75\x6f\xad\xdf\xbb\xa0\x81\xea\x6e\x0c\xae\x71\xd4\x85\x38\xe9\x89\x5b\x24\x59\xa1\xac\x9b\xcc\xd1\x2f\x68\x36\x88\xce\xdc\xb5\x67\x99\x3c\xbb\xb8\xd2\x1b\x55\x4c\x6b\xbb\x6a\x5f\x54\x20\xac\x7a\xae\x40\x3f\x10\x54\xe1\xdf\xd4\x4b\x79\xb6\x99\xaa\xc0\x96\xd9\x96\x5b\x48\x31\x1e\xfb\x2c\x1e\x20\xc5\xf7\xa7\x45\xf8\x79\x35\xab\x9c\x4c\x41\x0f\x22\x91\xfc\x99\x9f\x87\x9d\xf4\x5f\xf4\xd0\xf7\xf6\x11\xd8\x89\x2f\xc2\x32\x18\x7e\xde\x79\x00\xc8\xa9\x03\x67\x3c\x2c\xa7\x79\x51\x84\x3f\x3f\x86\x98\x0a\x47\x38\x6d\x4e\x7e\x4a\xaa\x77\x00\x18\x45\x20\xf1\xfd\x3a\xa0\x0d\xc9\x84\x31\x52\x94\x39\x97\x30\x2b\x13\x0a\xee\x32\xe9\x20\x49\x97\x0a\xd5\x43\x3f\x21\xd5\x43\x31\xdc\x4b\xfd\x44\x69\x2e\xf8\xbc\xd3\xfb\x73\xd6\x8b\xd9\x8d\x73\xdc\xc9\xf1\xed\x05\x0a\x84\xc2\x01\x2b\xd2\x84\xfb\x78\x14\x5d\x7e\x39\x7c\x73\x05\x80\x38\xa6\x7a\x46\x23\xd2\xde\x0c\x8b\x10\xbb\x82\x1d\x02\x60\x0f\x48\xc2\xd8\xbc\x88\x56\xef\x0c\xb1\xf8\xc8\x92\x55\x01\x8c\xfe\x44\x41\x40\x02\x32\xc5\xb5\x80\x44\xf2\x59\xd5\xce\x09\x23\x9b\xe8\x22\x93\xee\xe1\xf1\xc3\x95\x71\x78\x62\x64\x39\x6a\x3c\xb5\x9f\xad\x50\x15\x9c\xa7\x8a\xe6\x5b\xec\xb1\x7d\x67\x72\x47\x28\xa1\xe6\x52\x2f\xd3\x58\x0d\x2c\x4f\x4c\xd4\x2f\xfc\x08\xe8\xc7\xdd\x78\xaf\x4f\xc3\x58\xe9\x29\x9f\xa8\xde\x64\x1f\x58\x7d\x31\xa6\x54\x1a\x13\xf5\x98\xd0\x70\xc7\x14\xc5\x32\x51\xdd\xd3\xa8\x67\x0d\xc5\x58\x3d\xd1\xcf\x67\x65\x3d\x89\xb1\x7a\xa1\x1f\xbf\xc7\x64\xb0\x1e\x2b\x7d\x13\x1d\x54\x6f\x02\xfc\xca\x12\x87\xf1\xe9\x36\xf7\x4a\xaf\xfc\x41\xdd\x69\xb6\x30\x51\x7a\x28\x27\x75\xaf\x27\x24\x56\x7a\x1e\x8e\xea\x57\x9d\x02\xd8\x63\x02\xcc\x3c\xaa\xfb\xc6\x46\x93\xe1\x58\xbd\xd2\xcf\xb7\x98\xc8\x76\xfa\xb6\x4e\x41\xde\x31\x25\x42\x3a\xea\x5a\x33\x3f\x16\x44\x24\x63\x35\xa4\x9f\x8f\xfa\x66\x8c\xa9\x6b\x47\xf5\x70\xf5\x23\x57\x85\x2f\x62\x15\xd2\x8f\x9e\xde\xc2\xae\x88\x95\x4f\x3f\xbb\x85\x83\xe9\xa9\xfe\xf9\xeb\xea\xbb\x4c\xc1\x5c\xf5\xc5\x6a\x2f\xdb\xe5\x93\xe9\xb1\x27\x46\xf6\xed\x61\xd5\x83\xfd\x79\x3c\x67\x63\x1d\x29\x37\x26\x73\x69\x3d\x09\xf1\x32\x5d\xe2\x8a\xae\xc7\x1d\x44\x8f\xb4\x2a\xb7\x44\xdc\xe6\xfc\xa2\x45\x96\x37\x35\x96\x9b\xa9\x24\x3b\xef\x92\x5f\x54\xab\x04\x51\xbc\x96\x85\x02\x59\xaa\xde\xd7\xfc\x62\x5d\xed\xe2\xc5\x62\xdf\x21\xf6\x70\xb2\x71\xb3\x2f\x3e\xac\xc3\x58\x0a\xe5\xad\xaa\xdd\x8b\x95\xee\x55\xc0\x26\x39\xb5\xf5\x1d\x18\x4b\xab\xe0\x08\x31\xea\x34\xa1\xcd\xf1\x0f\x33\x9b\x18\x82\x6d\xc7\x5a\x39\x42\x6c\x9c\x18\x00\x55\xfe\x6e\x46\x17\x7a\xd9\x61\x83\xd7\x9e\x9f\x37\x66\x54\xd1\x5e\x5a\x87\x8e\x10\xc7\x4e\x93\x9f\xaf\x57\xb7\xc4\x7f\x76\x4e\x31\xb9\xa0\xf6\xb7\xdc\xeb\xda\xcc\xa6\x9b\xe3\x8d\xb4\xf9\x75\x53\xfd\x5c\x33\x97\x8a\x33\x58\x41\x5f\xea\x6f\xe6\x54\x37\x1e\x6e\xf9\xe1\xc1\x94\xec\x0b\xe1\xc7\xfc\xb0\xbe\x70\xad\x81\xf0\xee\x67\x07\x1f\x8b\x40\x16\xa8\xf2\x99\x15\x78\x74\x21\x9f\x23\xd2\x8c\x4e\x70\xac\x55\x4a\x78\xfc\xa4\xd9\xc3\xed\x47\xc8\xb1\xcd\x9e\x31\x81\xe9\x42\x86\xe1\xf5\xd5\xbf\x7a\xfa\xca\x1a\x76\x3f\xce\x56\x57\x2a\xfb\x74\x9b\xe0\xcd\xe2\x62\xe5\xf4\x37\xbb\x54\xd5\xc8\xaa\x50\xfc\xf7\x5c\xce\x74\xad\x54\xce\x75\x0d\xde\x1f\xd7\x0d\x2a\xe2\xce\xf8\xbf\x4f\x9c\xb6\x2a\xff\xdf\xb4\xc2\x76\xa1\x77\xe9\x42\x21\xfb\x23\x53\x68\x7d\x88\x32\xfd\x3c\xc0\x5a\xb3\x90\xd7\x8d\xc5\xdb\x4c\xe7\x34\xe1\x4e\xa7\x97\xdd\x57\xbf\x9f\x23\x65\x52\xa6\xb0\x8a\xf8\x9d\xff\x4b\x66\xcd\x9f\x26\x3c\x53\x43\xfa\xdf\xe5\x2e\xd3\xb4\x7b\xf9\x70\x75\xbc\xb9\x54\xd8\x68\xde\x64\x1b\x02\x94\x0a\xff\xc8\x0d\x2f\x9d\x85\x5c\xbb\x69\xfd\xe7\x46\x66\xce\x4a\x8d\xdc\xa0\xd3\x4f\x93\x6a\x76\x7b\x55\x33\xd3\xb4\x6f\x65\x7e\x1c\x5a\xbd\xcb\xba\x37\xb3\xdb\xa6\xd5\xec\xe5\x77\x6e\xee\x47\x66\x12\xbe\xea\xed\xfc\xdc\xbd\x54\x5b\x7c\xbf\xbc\x98\x9d\x82\x4b\x77\x8d\x4c\x49\xc1\xd5\x0d\x39\x21\xcc\x8c\xfe\xe6\x6c\xbc\x3f\x24\xf6\x0f\x19\x3e\xeb\xc5\xd0\x80\xd0\xa9\x87\x59\xc1\x67\xf5\xe6\xc9\x16\xea\xbe\xb6\xed\x20\x99\xf9\xe4\x40\x41\x5c\x30\x80\x04\x56\x65\x26\x85\xba\x2b\xac\x6d\xbc\x6d\x1c\x94\x50\x8f\x2f\xa8\xc6\x13\xea\x81\x70\x72\x5e\xe8\xd0\x92\x3b\x8a\x7a\x8b\x15\x12\xc2\xe9\x47\x24\x03\xe9\xa7\x53\x69\xec\xed\x88\xae\x1f\x70\x75\xb1\xae\x8e\xe2\x40\xa9\x93\xf8\x02\x40\x7b\x14\x67\x28\x67\x50\xc0\xe1\x5d\x1a\xe8\x6a\xea\x25\x38\x6e\x6e\x1e\xcf\x28\xe7\x77\x5d\x5d\x7a\x85\xc0\x58\x07\xa3\xa1\x08\xa9\x0d\xc7\x8c\xf4\x85\x50\x48\xf9\x1a\xd6\x48\xef\xa1\x6f\xf7\xa5\x73\x03\xd3\xe8\xf3\xe5\x85\x9a\x62\xe7\xb4\x5a\xf0\x46\x2d\x57\x38\x2d\x5e\x40\x0b\x4a\x00\x49\x33\x47\x1d\x0e\x91\x6e\x6c\x23\xf7\x4d\x6a\x01\xf6\x57\x6a\x7f\x03\x2e\xfe\x4f\x3a\x90\xa8\xa6\xf3\xb9\x07\xac\x8a\x58\x21\x15\xec\x51\x8e\xab\x9f\xbb\x70\x50\x0d\xfb\x88\x3e\x4c\x64\x6c\xfa\xe0\xf0\xb6\x71\x7f\xee\x88\x60\x22\x4f\xb2\xeb\xaa\x16\x81\x6d\x59\xd7\xa8\x38\x71\xc1\xed\x60\x54\xe1\x84\xf7\x9a\x65\x79\x8c\xcb\xc8\x46\x40\xa9\x23\x0a\x0d\xfa\xf1\x62\xb9\x62\xd3\xf9\xad\xa0\x02\xb5\x3c\xe1\x4e\xa5\xc2\x0b\x4f\x38\xbf\xcf\xb6\x65\xb2\xf5\xaa\xb1\x2c\xd1\x2f\x7d\x94\xdd\x8f\xcf\x5f\xd0\x0f\xc5\x3f\xc8\x94\xf2\x61\x30\x7d\x55\xdb\x27\x54\xf5\x27\xc2\x8c\x54\xbf\x0c\x46\xac\xcf\x66\x6b\x95\xa2\xc6\x86\x7c\x79\xfe\x6f\x4f\xba\x1d\x3d\x67\x4f\xa6\x62\x06\xf8\x9d\x48\xf8\xe0\x07\x07\x52\xcb\xbc\x5b\x7d\xbb\xe1\xfc\xb6\x5c\x55\x77\x28\x54\xaa\x1b\x97\x78\x8e\x03\xa1\xee\x58\x1c\xc5\x06\x4e\x90\xbc\x95\x22\xa0\xd4\x56\xbe\x18\xd5\x90\xe6\x63\xf4\x09\x28\xa7\xef\xfb\xa2\xdb\xb5\x02\xbb\xe6\xfc\xb2\x5c\xb5\x45\xc5\xf7\xec\xe4\x41\xb1\xf8\xff\x7b\xc5\x8f\xba\xe2\x92\xd3\xb1\x5c\xd5\xb4\x15\x10\xbd\xd3\x9a\xf5\xfd\xfe\x65\xd5\x95\x0e\xaa\xee\xfc\x54\xf5\x54\xea\xba\x5b\xce\xb3\xe5\xaa\x2a\xea\xbe\x4b\xab\x0e\xff\x4b\xa7\x63\xaa\xb9\xe0\x3c\x5a\xae\xda\xa3\xe6\x5e\x5a\x73\xf4\x5f\x6a\x6e\x52\xcd\xa3\x8e\xee\xf3\xf4\xaf\xf6\x79\xa9\x74\xcd\x93\x8e\xee\x73\x5d\xfd\xcd\x3e\x9f\xa9\xe6\x19\xf5\x39\x56\x7f\xb3\xcf\x45\xaa\x79\x41\x7d\x9e\xff\xd5\x3e\x6f\x6d\x5d\xf3\xaa\xd3\xd5\xfb\x4e\x52\xcd\xbf\xd3\x9a\x47\xff\x69\xdb\x55\xa9\xea\x0d\x4d\x47\x22\xff\xe6\x74\x4c\x1d\x5d\xf3\xae\xf3\x60\xb9\x6a\x89\x9a\x1f\xd2\x9a\x07\xff\xa5\xcf\x31\xd5\x7c\xa0\x89\x7e\xfb\xf3\x79\x26\xbb\x13\x51\xea\xc1\x02\xbf\x96\xe9\xaf\x48\xa8\xb3\xbd\x93\x3f\x6e\x76\x6a\xf5\xd8\xb9\xb7\x5c\x2d\x73\x29\xa1\x7e\xa5\xad\x3e\xfd\x69\xab\x91\x50\xb1\xfa\xb9\x9d\x65\x47\xb7\x73\xa2\x76\x6e\xff\x7f\x6c\xe7\x4c\xed\x94\x3a\x9a\xfc\x62\xb7\x76\xd3\x76\xfe\x13\xf5\x2d\x52\xc5\x15\xda\x52\xc1\xdf\xdc\x51\x5b\x97\xe8\x7a\xe7\xc6\x72\xd5\x90\x2a\xfe\x48\x2b\x9e\xfd\xb7\x53\x40\x35\x37\xe8\x80\x8d\xfe\xf8\x80\xfd\xd9\x31\xb8\x21\xba\xde\xb9\xb3\x5c\xb5\x41\xd5\xcf\x69\xd5\xef\xff\x89\xae\x53\xcd\x85\x4e\xcf\x72\x55\x09\x35\x3f\xa6\x35\xbf\xfe\x27\xba\x4e\x35\x8f\x5c\x5d\x73\xe1\xaf\xd6\xbc\xf4\x88\xae\xbb\x7a\xd3\xad\xfe\xea\xae\x3b\x53\xcd\x33\x57\x13\x85\xd3\x9f\x52\xdf\x3f\xda\x1c\x45\xaa\x79\x41\x35\xb7\xfe\x6a\xcd\xdb\x5b\xa2\xeb\x34\x1b\x0b\xfb\x6f\xce\x46\x95\x6a\xde\x50\x9f\x8f\x7f\xf5\xce\x9f\xfa\x44\xd6\x5d\x65\xb9\xaa\x81\x9a\x97\x17\x1e\x68\xf3\xdd\x59\xc9\x53\xdc\x1a\x53\xa8\x9f\xf7\x37\xb5\x74\x70\xf5\xa1\x9c\x39\x57\x87\xf2\xbb\x93\x53\x21\xf7\xf0\xa8\xfa\x55\xab\x7f\x48\xe7\xa9\xd9\xa3\xab\xc9\xd7\xc1\xf9\xab\x4c\x0d\xf1\xa5\x27\x57\xf3\xa5\xb5\x3f\xe5\x4b\xff\x68\x23\x9d\xa9\xe6\x92\xab\xef\x8c\x49\xe7\xea\xd2\x18\xfe\xa7\xcd\x4f\x35\x57\x68\x23\xed\x3a\x7f\x75\xf3\x07\x44\xcd\xdd\x5b\xcb\x55\x15\xd4\xfc\xf6\x47\x34\x37\x73\xd3\xed\xdb\x08\x37\xdf\xb5\xc3\x3f\xfe\x1d\x09\xd5\xec\x14\x26\xbd\x1f\x8f\x0f\xf5\xad\x41\x04\x70\xe4\x5e\x11\xc0\x97\xbf\xd6\xb5\x48\xa8\xaa\xa3\xbb\x32\x40\x9e\x73\xf5\xf8\xc5\x79\xbb\xa3\xfb\x83\xa6\x69\xe3\x5e\x4d\xd3\xe4\x3f\xdd\x7a\x31\x55\x5d\x70\xdf\xf4\x05\x82\xaa\x6f\xd3\xaa\xfd\xff\x74\x81\x50\xcd\xa3\x1b\xbd\x6b\x0a\xee\xdf\x24\x3f\xcb\x90\x2e\x90\x1b\x7d\x3a\x57\x37\x7f\xf3\x74\x9e\xa9\xe6\xd9\x8d\x26\x37\xa7\x9b\xbf\xca\x64\x17\xa9\xea\x05\x55\xdd\xfa\xbb\x55\x6f\x7b\x74\x85\xdc\x68\x9a\xb2\xf0\xfe\xa6\xac\x5b\xa5\x9a\x37\xb4\x86\x47\xef\xaf\x5e\x21\x11\x5d\x21\x37\x6f\x96\xa7\x1a\xde\x4f\xfb\xce\xa5\xef\x7f\xda\xc2\x54\xd5\xe1\xe6\xc6\xf2\xd4\xec\xf6\x8a\x27\xfc\xe9\x74\xe4\x2f\x89\x3f\x60\x97\x9b\xd4\xd2\xf1\xc6\xb6\x3c\x75\x40\x4b\xd3\xcb\xbd\xb7\xfa\x4f\x8b\xb8\xbc\xa7\x8b\xe1\x46\x58\x9e\xaa\xa1\xee\xf9\xbf\xbe\x53\xd1\x52\xac\x7e\xbe\x28\xa8\xa5\xd2\xcd\x6f\xcb\x53\x13\xff\xaf\x72\xfd\x54\x73\xe5\xe6\xd9\xf2\xd4\xce\xff\xc3\x83\xf9\x67\x5b\xbc\x4f\x17\xc5\xcd\x2f\xcb\x53\x15\xff\x6f\x5e\x9b\x55\xaa\xb9\x71\xf3\x68\x79\x6a\xd4\xfd\x5f\x25\xc9\x3f\xd8\x3c\xd3\x07\x22\xe2\x34\x84\x4d\xf7\x2f\x9d\xd2\x05\x1d\x00\xaa\xb9\x40\x0b\x5a\x42\xcd\xdd\xe5\x5f\x59\xd0\x26\xd5\x3c\xf2\x74\xcd\x85\xee\xdf\xdc\x2a\xcb\x01\xd1\x70\x4f\x6f\x95\xd5\x5f\x95\x10\xcf\x54\xf3\x8c\x6a\x3e\xfd\xd5\x9a\x8b\x54\xf3\xc2\xbb\xb7\x3c\xd5\x0a\xfe\x5c\x2c\xff\x03\xa9\xf6\x17\x51\x70\xea\xf3\xe2\xee\x6f\xf6\xb9\x4a\x35\x6f\xbc\x8e\xe5\xa9\xe3\xdd\x5f\x56\x57\x0e\x89\x86\x53\xdd\x8d\xbf\x5c\x77\x4c\x75\x1f\xbc\xae\x26\xea\xe1\x5f\xbd\x2e\x9b\x54\xf5\x91\x36\xf5\x21\xfc\xab\x9b\x9a\x74\xc3\x27\x5a\xc6\x5a\xf8\x57\x37\x35\xd5\x5c\xa1\x9a\x47\xbd\x9f\x6a\xfe\xe9\xba\x24\x6a\x51\x84\x02\xdb\xeb\xe9\xe1\xa3\xaa\xc7\xe5\xdf\xd9\xc5\x4f\x44\xa4\x3d\x22\xd2\xbd\x3f\xa4\x70\x0b\xae\xf9\x67\xe2\x59\xa5\xaa\x1b\x18\x7f\xf4\x57\x55\x94\xcf\x5d\xcb\x13\x9b\x67\xca\x81\x37\x60\x44\x8f\x2a\x70\x7c\x0c\x0a\x24\x22\x45\x46\x72\xaf\xff\xa3\xaa\xef\x67\x69\x79\xaa\xf3\x54\xd3\x3f\x6d\x47\x91\x5d\xe5\xb7\x35\x14\xbe\x83\xea\xdb\x9c\x0b\x01\xee\xea\xaf\x67\x32\xc0\xbe\x30\x14\x20\x05\x30\x17\x10\x45\x05\xe4\x52\x7a\xb4\xae\x7e\x7a\x74\xbe\x49\x23\x9a\xef\xa7\xd2\x3a\x28\x31\xd4\x0d\x28\x5c\x3e\x69\x45\x01\xe7\x6f\xf2\x67\x24\x56\x28\xfa\x8a\xe2\x8f\x04\xa2\xf0\x8b\x4d\x82\x55\x78\xb3\xfc\x4e\xc3\x73\x2c\xd7\xa9\x53\x26\xdf\x5c\x19\x81\x12\x11\xd7\xae\xe5\x94\xb9\xfc\xb0\x7c\xa7\x21\x29\xd1\xe1\xe0\xd8\x22\x9b\xd6\x42\x92\xa1\xb0\x21\xf7\x33\xf2\x15\x6a\x03\xac\x71\x71\x36\x00\x88\xae\xf0\xea\x00\x47\x5a\x24\x04\x53\xf5\xba\xad\xd0\xd2\xd0\x3f\x6a\xed\xc2\xb9\x7a\x07\xb7\xba\x7e\x91\x52\xb0\x36\xe5\x6f\xfd\xf6\x20\x17\x4d\xb2\xcb\x95\x64\x8c\xea\x8b\x64\xdb\x0d\x4e\xf0\x4a\x83\x45\xb0\x72\xe2\xf0\x6d\xb6\x72\x92\xe9\x57\x35\xe5\x79\x81\x58\xcf\x1a\xfe\xbe\xd4\x69\xbb\x33\x06\x25\x52\xa1\x84\x09\xd9\x7e\x9d\x5f\x58\xd7\x85\xee\x83\xf3\xa0\x1b\xc2\x9c\xce\x76\xf0\x0c\x36\x09\x01\x09\xfc\x4a\xcd\xa5\xe5\xdf\x16\x6e\x22\xcb\xf5\xda\x37\x77\x33\x4e\xad\xb9\x04\xbe\x46\x58\xe2\xa8\x92\xc5\xb1\x6b\x51\xea\x53\xce\x40\x88\xf4\x7d\xc1\xe9\x78\xc9\x0c\xe8\x91\xcf\x6d\x20\x54\xc7\xf2\x6f\x67\x61\x60\x79\xde\x34\x44\xf2\xf5\x5d\x13\x9e\x58\x4d\x74\x3e\xdc\x72\x0f\x4e\x6b\xa9\x97\x7c\x2d\x4f\x25\x8a\xd8\xed\x14\x91\x5b\x24\x2a\x6e\x18\xe0\x09\x9b\xcd\x6b\xb7\xc3\x4b\x97\x9d\xb2\xe4\x66\x08\xd6\x01\xdb\x62\x7b\xc0\x97\xf5\x35\x32\xd9\x2f\x6a\xff\xa2\xe3\xc2\x6b\x3e\xc3\xe2\x4f\x13\x3e\x10\x6e\xdb\xde\x1d\x50\x62\x7d\xbc\xb5\xde\x8d\x47\x64\x38\xd3\x03\x08\xfa\xa3\x33\xe5\x6c\x7d\xad\xb7\x80\x81\xa3\x5b\x0b\x85\xd3\x96\xd8\x2a\x2e\x99\x89\x07\x87\x84\xd6\x72\x87\x5d\xb5\x92\x09\xf6\xcc\x4e\xee\x28\x8d\xb9\x6a\x3b\xf0\x17\x40\x52\x73\x82\x0b\x17\x6b\xf8\x37\xf6\x93\x9d\xad\x8f\x7e\xc2\x29\x3b\x0b\xba\x1d\xf7\xc1\xf2\x44\x77\xe4\x5a\x8e\xf0\xeb\x1d\xaa\x94\xc2\x70\xba\x27\xc7\xf2\x45\x50\x76\xce\xd4\xe0\x5d\x49\xd7\x1b\x8c\x5d\x72\x88\x44\x0e\x83\xad\x84\xb3\x3d\x39\x0a\xab\x76\x26\xf5\x36\x2d\x35\x65\x2c\xd9\x93\xf9\xb8\xc0\xa9\xba\xc7\xdb\x20\x3b\xa1\x65\x4d\x96\x5c\x86\xad\x2c\xc0\x8d\x92\x10\x5d\x69\x6b\x15\x10\x92\x49\xeb\x86\xc3\x98\x39\xb1\xf3\x76\x1a\x5a\xa1\x7a\x66\x83\x1c\x5d\xc7\x72\xbd\xd8\x85\x5d\x95\xd2\x60\xa4\xef\x1a\xdd\xd0\xf2\xbc\x7a\xb7\xfb\xc5\xbb\x13\xbd\x4b\xbe\x78\xa7\x4f\xb7\x30\x0d\x21\x6f\x5a\x90\xe0\x68\x91\xeb\x4d\x70\x80\x37\x3b\x0d\x38\x10\x82\xa2\x53\x36\x72\x05\x3a\xb6\x25\x5f\x88\x86\x34\x23\xe1\x61\x53\x74\x83\xd3\x2d\xd0\x3a\xdb\x08\xbd\xd8\xd2\x12\xa9\x09\x65\xb6\x77\x84\x73\x43\xb5\x97\xe0\xf7\x47\xe1\xf0\x25\x4e\x7a\x5f\x94\x33\xca\x27\x3e\x53\x63\x97\x3c\x1c\x06\x27\x94\xfa\xa5\x4b\x1d\xb1\x2f\x12\x69\xf9\x6a\xeb\x90\x5b\xf9\x00\xf6\xf0\xb8\xc0\xf8\x47\xa5\x92\xa6\xae\x2e\x61\x86\x02\x69\x20\xa8\x4c\x40\x5b\xb6\xc0\xa8\xf4\x37\x55\x5f\x13\x82\xb1\x5c\x40\x4c\x82\x13\xc5\x1b\x59\xa4\x67\x72\xc9\x2e\x04\x99\x33\xaf\xcf\xd5\x89\x20\xfd\x54\x59\xb5\x28\x23\x82\x98\xa4\x05\x91\x39\xd3\xe1\xcb\xa1\xb5\x0a\xbe\xfb\x5c\x3f\xe6\xbe\x98\xf3\xac\x57\x23\xac\xe2\x7e\x3e\x51\x14\x9c\x78\x3a\xe3\x6f\x8b\xdc\x3f\x12\xda\xf0\xc1\x06\x5d\xff\x3c\x84\x62\x25\x30\xae\xb4\xea\x76\x56\x88\xd2\xf1\xdc\x2c\xc8\xbb\x4c\x9c\x65\xbb\x4a\x44\xec\x24\xad\x89\xd2\xbf\x05\xff\x9a\x49\xca\x21\xe6\x19\x6c\x19\x7f\x5e\x20\x28\xd1\xa8\x71\xf0\xbf\xa4\x7a\x88\x3f\x17\xde\x6a\x41\x63\xf1\xb7\x0b\x44\xa2\x2e\xa8\x59\xb5\xfe\x76\xea\x8a\x08\x2c\x5f\x2f\x6e\x68\x30\x85\x4a\x7e\x8a\xf4\x55\xa7\x8f\x53\x89\x43\x70\x75\x39\x82\x76\xa3\x4d\x13\x65\x9b\x23\xd4\x7c\x3a\xd9\x99\x05\xd0\x44\x3c\x12\x6e\x59\x56\xea\x57\x6f\x90\xef\xd4\x45\x20\x8a\x57\x5d\xc0\x47\x2e\x5b\x61\x28\x54\x77\x04\x5f\x67\x5e\x13\xe7\xc1\xf2\x0d\x39\x2a\x61\x29\x8e\xb2\x0c\xbc\x37\xc4\x2e\x7c\xb7\x1a\xeb\xcf\x37\x8b\xfb\xcb\x04\x74\x75\x6b\x7a\xaa\xc3\x2d\x39\x39\x78\x44\xbe\x34\x7d\xed\x1d\x1d\x5a\xa6\xb2\xdc\x8c\x14\xae\x3a\x5a\xa6\x32\x96\xa9\x44\xcb\x14\x51\x18\xa2\x72\xb6\x28\xd2\xe7\xa2\xc1\xa6\x73\x89\x44\x4a\x80\x54\x02\xef\xf1\xd1\xf9\xcb\x4d\x58\x47\x56\x71\xff\xfa\xb5\x59\x80\xaa\xa3\x19\xbe\xb1\xf3\x4a\xec\xd0\xec\x94\x23\xe7\x55\x4e\xbf\x32\xb6\x2f\xe4\xfa\x58\xa7\x0d\xf7\x5a\xc5\xf4\xe0\x6a\xfd\xdf\xa6\x67\x46\xd3\x53\x85\x17\x12\x7b\x17\xeb\xf9\x59\x98\xf9\x99\xcd\xbf\x9d\x9f\x3e\x21\x01\xa8\xa0\x91\x7c\xda\xb8\x7a\xd8\x9c\x3c\x7b\x8e\x40\x99\x6f\xb7\xdf\xb1\x95\x2d\xa7\xea\xb6\xb0\x06\xc2\xf1\x19\x6c\x87\x31\x3c\x96\x73\x72\x75\x1e\x98\x3d\x83\xc9\x71\xd6\xf0\x68\x32\x3b\x2c\x5b\x3a\x14\xee\x1b\xee\xb6\x02\xfb\x0e\xef\x81\x9d\x57\x90\x07\xfc\xe7\x20\x91\xbf\x90\xb6\x46\xd0\x04\x25\x23\xd6\xe9\x95\x76\xee\x33\xf9\xab\xf6\x5b\xe6\x45\x11\xff\x39\xe1\xb3\x3d\x38\xae\x02\x1e\xbe\xea\x7e\xdc\x8e\xe1\x99\x46\x3e\x70\x14\x9d\x41\xfe\xdc\x48\x87\x35\x29\x22\x86\xe4\x16\x18\x59\x7b\xa4\x6b\x27\xf4\xb7\xdb\x78\xe3\x7e\xfb\x5d\x6b\x23\xad\x81\x50\xbf\x67\x25\x64\x4a\xc7\x55\x58\x2f\x84\xd9\xa9\x46\xb2\x06\x35\x55\x0e\xba\x8a\xfd\x5a\x44\x7c\x6f\x53\xee\xe0\x97\x0b\x24\x14\x77\xb9\x71\xb3\xdf\x36\xf0\x6d\x2c\x79\x06\x82\x65\x9b\x03\x0e\x97\x14\xd3\xf7\x71\x2c\x91\xf7\xd7\x4e\x9e\x31\x6f\x4f\x95\x01\xb0\x57\x84\xe5\xa8\x29\x1c\xcd\x06\x7a\x78\x94\xf9\x9e\x86\xc9\x79\xaa\x69\x11\xd5\x0d\xce\x46\xcd\xe4\x37\xa4\xb3\x4e\xa8\x55\x40\xf7\xf3\xbd\x0c\xb9\x03\x2a\x92\x5f\x78\x01\x0b\x4d\x9c\x4c\xfb\x2e\xad\xda\x61\x5e\xec\x09\xc8\x9a\x77\x35\xf7\xd5\x72\x83\xb2\x8b\x7b\xbc\x74\xbe\xbb\x7c\xb6\xec\x58\x06\x00\x44\x3d\xd0\x6b\x4a\xa8\xcf\x6f\x71\x24\xbf\xaa\x53\xb7\x1e\x67\xea\x49\x64\xae\x9e\xbb\x55\xf0\x6a\x79\xc1\x32\xa0\x5c\x7a\x84\x7c\x9c\x6b\x64\xa4\x1b\x71\x00\x39\xe7\x5c\x6a\x99\xe7\x7b\x73\x37\x0a\x06\x96\x17\xb4\xbb\xbf\x2c\xff\x6e\x42\xff\x1f\x07\x70\xcb\x9f\x21\x60\xe7\x21\xbd\x94\x28\xc6\x63\x22\x19\x8a\x80\xfa\xd7\xe0\xfe\x11\x34\x24\x62\x2a\xec\xaf\xc6\x33\x97\xb3\x26\x88\xfb\xa1\xe1\xe6\x0a\xe8\x6d\x35\x34\x5c\x9b\xb7\x21\xae\x56\x84\xcb\x1b\xee\x65\xa4\xb9\xc0\xed\x99\xbc\x55\xc3\xcd\xd9\xbd\x74\xbe\x29\x2f\x43\x76\x3a\xf9\xe1\xdf\x55\xdc\x17\x5a\x0e\xf0\x34\xab\x1b\xa6\x15\x91\x16\x6f\x28\x23\x53\xf9\x8e\x9c\x5d\x07\x65\x20\x43\xb0\x97\x1a\x3b\xac\x39\x42\x38\xa5\x15\xf5\x0b\xe1\xcf\x7e\xa5\xac\xf9\x50\xd7\xc1\x1a\x3c\x81\xc5\xef\x8f\x8b\x19\x1e\x5b\x78\x27\x0a\xda\xeb\xd4\x65\xb9\x93\xee\x30\xf7\xd1\xf2\xef\x1a\xdd\x99\xb4\xbc\xa0\xde\x35\x2c\xf1\xcf\x33\x9b\x0a\x5d\xa3\x8a\x81\x02\x0e\x6f\x9a\x36\x89\x44\x4f\x8d\x4e\xce\x47\xef\x85\xff\x55\x57\x99\xdd\x5f\x7f\x7c\xf2\xce\xff\xde\x7e\xf2\xc8\xd3\x32\xa0\xd7\xe0\x98\xc2\x97\x39\xb2\xaa\x65\x64\xd9\xe9\xb1\x03\x36\x09\x69\xb9\x69\xf8\xab\x12\xa0\x9b\x37\xe4\x5d\x3f\x3c\x17\xef\x70\x8e\x53\x41\xd2\xa0\x70\xa1\xf4\x29\x04\xee\x8a\x2b\xee\x63\x69\x9d\x72\x52\x6c\xc8\xdf\x3c\x09\xf1\x54\xdc\x7e\x83\x7e\xaf\x8a\x98\xc6\x3a\x51\x7b\xa7\x00\xb9\xab\x41\xfb\xcb\x69\xba\xd6\x40\xfc\x4e\xa4\xb5\x91\x62\x22\x75\xcd\x2e\x80\xfe\x4e\x35\x84\x04\xd1\x8f\x98\xe1\xa1\xe7\x4b\xc6\xcf\x68\xfb\x74\xf5\x71\x66\xc2\xf2\x9d\x55\x92\x62\x2b\x1f\xac\x85\x12\x47\x39\xb0\x86\xc2\xb9\xbb\x64\x67\x9b\xae\x20\x59\xa2\xde\x0a\x3e\x3a\x57\x34\x1b\xa7\xe6\x52\x64\x98\x12\x8f\xfc\x50\x0f\x9c\x83\xf3\x78\xfa\x74\x2d\x7b\x42\x3c\xad\x8e\x7e\x2a\x59\xf9\x66\x0e\x66\x00\xaa\x4b\x7b\x38\x9e\xdd\x59\x26\xe3\x19\x0b\xd9\x2b\x9a\x93\x90\xaf\xdb\x54\x44\x3c\xd3\x59\x52\x67\x46\x3c\x6b\x03\xf2\x65\xbc\x4e\x11\xa9\xd4\x5a\xee\xd6\xac\x1e\x89\x84\xfa\xb5\xae\xb2\x1f\xf3\x51\x0a\xf5\xb0\x06\xcb\x1e\x98\x30\x7f\xf0\x86\x06\xe7\x25\x95\x02\x8f\x48\x3e\xaf\x46\xc4\x2c\x78\xdc\x17\x2e\x4c\x49\x85\xfd\x53\xa9\x9b\x8e\x2b\x12\x6b\xcd\x3d\xed\xa4\xa8\x29\xc4\x1c\xad\xde\x2e\xc1\x5c\x7f\x85\x3c\xd3\x83\x4d\x1b\x88\x7a\xdb\x3c\xfd\xd1\xbd\xef\x1d\xd4\x93\xe5\x86\x7b\x85\xd4\xfb\xad\xf2\x1d\xe5\xd2\xd8\xc8\xb8\x68\xb4\x3b\xa9\x8c\x5c\x68\xb1\xea\x84\x56\xd8\x84\x18\x24\x28\xb8\x35\x05\x7b\x27\x7b\x68\xb9\x61\x62\x83\xe2\x9e\x8a\x21\x7b\xd0\x9f\x8b\x7c\x95\x99\x82\x23\x2f\xb2\xbc\xb0\x78\x83\x98\xc1\x0d\x5f\xc1\xcf\x5f\x11\x00\xe0\x80\xe6\x3f\xa2\xe4\x6d\x6d\x12\x85\x19\x13\xa5\xfb\x7d\x05\x73\x5b\x17\xf5\x28\x29\x6a\x8e\x8c\x96\x6e\x3e\x3d\x55\x65\x28\xa0\x2a\x37\xe4\x3e\x5f\xc5\xac\x2d\xa5\xd5\xe8\x08\x51\x70\x4b\x04\xd3\xe9\x4c\x6f\x2e\x33\x93\xa8\x0b\xc5\x2f\x19\x81\x5a\xbf\xe8\x7d\xdf\xa3\xad\x5d\x43\x8f\x36\xb2\x9e\x69\x9b\x29\xc4\xa7\xb6\x4b\xb6\x10\x35\xa7\x86\xdf\x75\x82\x66\x5d\xb8\x75\x5e\xd0\x31\xf4\x62\x89\x6b\xbd\x08\xa7\x73\xe9\xd7\xa8\x14\x5d\x56\x6c\xa3\xfe\x60\x7e\x85\xf0\x17\xcd\xbb\xcb\x47\x25\xc2\x5d\x16\x2b\xd9\x2c\x32\x7e\x68\xba\xcc\x37\x23\x69\x79\x61\x72\x43\x21\xa0\x41\x0b\x5d\xa1\xfc\x5e\xfe\xc3\xf7\x2d\xb5\x55\x0b\xc3\x7e\x6d\xe7\xd6\xa1\x75\x73\xfd\x50\xcd\xbf\x59\x86\x95\x2b\x5e\x00\x13\x37\xcb\xf0\x35\xbe\x98\xba\x4b\x69\xcd\x94\x58\xb9\x03\xdd\xfe\x46\x6a\x16\xd1\xdd\xca\x02\xbe\x6c\x64\xae\xba\x7d\xe5\x0f\xaf\x3a\x60\x98\xf8\xbb\x0a\xed\xb3\xae\xa5\x84\x07\x72\xd7\xc6\x93\xf0\x08\x0f\x75\x0c\xb3\xf7\x48\xa9\xd8\x84\xe5\x86\x83\x99\x3d\x82\x7b\x39\x3b\xbd\x4f\x6e\x32\x35\xd0\x71\xaa\xdc\x21\x1a\x1d\x35\x05\x85\x43\x7a\xb1\xd1\x5d\x52\x92\xc2\x49\xc0\x9d\xb7\x91\xea\xb8\x7f\x58\x05\x99\xc6\xe6\xf2\x17\x5a\x0b\xc2\x89\xdc\x39\xdc\x5c\xdc\xb1\xdc\xde\x56\xf9\x96\x1f\x6e\x94\x5d\xc0\x01\x79\xaa\x66\x6e\xe5\x5e\x51\xfd\xb6\xbc\xb0\xa0\x6a\x92\xd3\x0f\xe4\x5f\x9f\x55\x5d\x59\x7e\x78\x52\x2d\xfb\x8b\xf7\x90\xa5\x95\x50\x31\xa2\x65\x26\x84\x63\xe3\xdc\x58\x4f\xfa\x26\x80\x3a\x2e\xc8\xae\x58\x40\x49\xe6\xaa\x0c\xe4\x3f\x02\x42\x55\x7b\x0d\xb5\x50\x6b\x1c\xe4\x06\x7d\x92\xc2\xa9\x2b\xcb\xed\xad\xed\x27\xcb\x0f\x57\xf6\x3d\xa0\x7f\xae\x7a\xb0\x92\x17\x48\xcf\xbf\xdc\x83\x82\x14\x73\x59\x56\x5f\x6c\xbd\xc0\x3a\xda\xa2\xcb\x57\x48\xa5\x18\xe6\xdf\x35\x1c\x71\x76\x8b\xd2\x6a\x48\xb1\xf2\x68\x03\x8e\x88\x19\xf3\xc0\x6d\x07\x13\xa0\xe9\x47\xd3\x51\x2f\x25\xc2\x43\xa1\x7e\x9f\xb0\xfc\xd1\x9c\x9f\xb3\x48\xc1\xc9\xa9\x17\xd8\x5e\x03\x22\x2a\x1f\x97\xed\x47\x30\xbf\x3e\xf3\xb1\xfa\xb0\x3d\x21\x94\x65\xcf\x1c\x25\x0e\x6f\x83\xf2\xf1\xf5\x5f\xf0\x8e\x09\x13\x52\x12\xf1\x1e\xaa\x2a\xe2\xde\x12\x75\x6f\xb9\xe1\xaa\xa3\x56\x23\x96\xbe\x50\x0a\x42\xbe\xd3\xdb\x2a\x8a\x00\xf4\xf5\x80\x88\xad\xd4\x7b\x5c\xdc\xf0\xff\xbc\x70\xa5\x9c\x8d\xc9\x16\x50\xcd\x7d\x39\x76\xca\x0a\x48\x8b\x80\xf3\x0c\x27\xce\xcd\x82\x8a\x2a\x57\x5d\xe8\xcc\x43\x7e\x32\x4b\xb6\x70\x63\xb9\x1a\x71\x24\x0a\x92\x0b\xfd\x23\x03\x1c\x69\x01\xf5\xcb\x85\xdb\xd9\xc2\x6b\x72\xda\x08\xdd\xb8\x3a\x77\x6f\xf5\xd4\xb4\x64\x7d\x41\xdd\x5e\xc9\xc6\xa2\x77\x91\x1c\x69\xa0\xe2\x15\xc1\xce\xcb\x51\x2f\x2b\x92\xb5\x28\x48\x3f\xcd\xb3\x42\x37\xb2\xae\xb8\x8e\x70\x99\x13\x6d\xcd\xa6\x1c\xed\xa0\x22\x2e\xed\x0c\x28\xf1\x8b\x50\x77\x15\x05\xcc\x10\x00\xe3\xd5\x57\x1c\xfc\xe5\x08\x75\xdb\x58\xf5\x4c\xc8\x93\xd3\xa5\xb5\x7a\x07\xea\xd5\x5e\x5a\xfd\xfb\xcd\x8d\x9e\x84\x68\x7d\x03\x40\x1f\x00\x68\xbc\xc2\x9c\x48\xcd\xe3\x0b\x52\xa4\xbd\x9c\xf5\x17\xab\x9b\xad\xfe\x62\x79\xf3\x9b\xbe\x28\x65\xbf\x48\x60\x42\x08\x4f\x48\xa5\xb9\xa0\xb1\xb4\x65\x01\x38\x72\x2f\x65\xfd\x7d\x85\x18\xfb\xa8\xec\x80\xb1\xaa\x30\x7b\xaf\x20\xaf\x43\x77\x8b\x92\x47\xf7\x4c\xda\x01\x97\xa1\x85\xa3\xb3\x4b\xb4\xdf\xab\x70\x44\xfe\xe8\xde\x4a\xb3\x17\x69\xce\xc3\x3e\x8c\x34\xa1\xb4\xe9\xab\x2d\xd2\xa8\xd5\x38\x8d\x5a\x79\xca\xfa\x2a\xba\x89\x65\x11\xf8\x65\x9b\x26\x81\xad\xbc\x97\x4d\x8e\xf3\x4a\x5e\x2f\x5f\x45\x4e\xab\x60\x0f\xd0\xf9\x1d\x63\xee\xea\xbb\xb0\x73\x56\xd6\x48\x91\xc6\x83\xce\x21\xc2\xb9\x81\x61\x8f\x99\x5a\x38\x5b\x3d\xd2\xb9\x73\x0b\x4c\xf9\x97\xdb\x2f\xde\x01\x35\x9f\x60\x68\xc4\x8b\xc2\x5d\xa7\xb4\xa0\x5d\xe5\xb9\xe4\x05\x0f\x4b\x50\xd4\x3c\x8d\x6d\x2b\x4d\x59\x72\x50\x22\xfd\xa1\xa6\x50\x5f\x22\xde\x7f\x24\x97\x3c\xa3\xd0\xb4\xa0\xd5\x5a\x67\x6c\xe7\x66\xb4\xd9\xc1\x8c\xa2\xd0\x6b\xf9\x7a\x46\xef\x4b\x98\x51\xc2\x99\xad\x63\x46\x17\x44\xc4\x12\xd9\xc4\x8c\x12\x60\x97\x9a\x2a\x9e\xd1\x5d\x13\xc0\x95\xd5\xff\x61\x46\xab\xa4\x6f\x7a\x22\x39\xf0\x76\x27\x5b\x4d\x3e\xa7\x7a\xfa\xee\x8f\x4e\x92\x3d\xf1\x7e\x74\x76\x9e\xd6\x99\x39\x22\xad\x66\x7a\x28\xde\xb5\x74\x57\xae\x5d\x4d\x61\xfa\x7a\x24\x85\xf3\x40\xaf\xed\xc9\xed\x4c\x36\x9a\x14\x7a\xb6\x02\x0d\xde\x2f\x7b\x00\xfd\x74\x19\xbf\x07\x62\x45\xa8\xb9\x84\x1d\x68\x47\x05\x92\xc7\x7b\x19\xf1\xd7\x9e\x9e\xab\xa2\x2c\x61\x9f\xbf\x53\xb8\xb2\xcd\xb1\x62\x36\xec\x1c\xa4\x2c\xdc\xaa\x32\x01\xc4\x89\x8d\x02\x96\xf7\x11\x3f\xdf\x35\x41\xb5\x5f\x29\x69\x13\x00\xe4\x4f\xf0\xec\x55\xd5\x99\xe6\x0a\xed\x85\x66\xb2\x1c\x06\x33\x6a\x4c\xc3\x2b\xd6\x85\xe2\xe8\x54\x8b\x40\xf8\x96\xca\xda\xd8\xe2\xa6\x44\xbb\xd3\x16\xfa\xe2\x19\xb4\xd5\x66\x1a\x7e\x41\xeb\xa0\x24\xce\x3e\x54\xeb\xdc\x15\x05\x01\xc4\x3a\x50\x36\x67\x7d\x09\x5c\x53\xc6\xef\x08\x66\xbe\x9a\x30\xad\xc6\x8d\xe5\xc7\x1f\x12\x5d\x71\x54\x3c\xe7\x9a\x90\xf9\x7b\x5b\xd3\x60\x05\x6c\x11\x02\x62\xa6\x08\x54\xb2\x93\x10\x14\xc2\x1b\xf6\xfd\x3c\x26\xcd\x7a\x3f\xb7\xd8\x82\xec\x55\x3f\x7d\x56\xde\x5d\x7f\xf6\x2e\x54\x1d\xac\x6b\x4b\xe6\xc9\x7e\x45\xb1\xb8\xf4\x43\x7d\x8b\xc4\xff\xdc\x0d\xc5\xcc\xc2\x75\x85\x05\x25\x1e\xce\xb4\xb7\xb0\x7d\x34\x49\x5a\x9a\xb3\x88\xfc\x98\x04\x85\x51\x8c\x3e\x31\x0e\x4f\x89\x5c\x14\xbf\x5a\xdb\xcf\x53\x4a\xcc\xeb\x06\x39\x5a\x71\x9f\xfd\xba\xe2\x35\x6c\xb1\xb5\xbf\x63\x44\x5a\xb6\xa8\x7a\x45\x62\x64\x56\x01\x31\x22\x33\xe2\x84\xd5\x5c\x4e\xc6\xbd\x94\x12\x30\x27\x9c\x54\xff\x90\x13\x06\xe1\xf7\x8f\xd5\x94\x13\xf6\xc1\x8a\x2c\x8b\x38\xbc\xad\x16\xab\x72\x6f\x32\xfc\x45\xd9\x85\xe2\x58\xb3\xc4\x27\xb7\x61\x98\xd4\xa4\x33\x2b\xb2\xe4\xb6\x07\xfa\xe9\x06\x26\xa0\xe6\xe5\xae\xd5\xc5\xd4\x8c\x93\x1b\xd8\x20\x7b\xc0\x19\x5f\xb6\x23\x2b\xa4\x53\x06\x43\x23\xe5\x8c\x69\x8c\x08\x3e\xf7\xf5\x4c\x48\x04\xcf\x4c\x95\xfd\x33\xc0\xdc\x5a\x44\x1e\xc9\x4a\xad\x07\x2d\xaf\xce\x25\xe1\x93\xaa\x05\xa6\x67\x0b\xdc\xf0\x9d\x83\x46\xe7\x88\x4f\x5d\x77\x20\xc7\xba\xf3\x1b\x53\xf1\x8b\x70\xd6\x6e\x9a\x82\x25\xa8\x95\xf1\x66\xb6\xa5\xfb\x23\x62\xdc\x0e\x8a\x82\xc5\x23\x7f\x59\x4a\x3f\x0e\x8d\x07\xc3\xd5\x66\x59\x4a\xab\x26\x85\x68\xa9\x49\x85\x30\x52\xda\xe8\x4d\xcd\x99\xa0\x0e\xd3\x9f\x32\xfa\x73\xcc\xf5\x47\x25\x99\xfe\x14\x30\x23\xc3\x25\x37\x6e\x2a\xc0\x0c\x8d\x15\xf0\x95\xf0\x93\xe0\xd6\x85\x5f\x41\x1e\xb2\x7d\x31\x9d\xbc\x88\x28\xe3\xd7\xfd\xd4\xf4\xaf\xa1\x56\x98\xb5\x26\xfa\x39\xe9\x74\xb2\xbd\x2c\xa2\x97\x8d\x4c\x2f\x07\x22\x48\x6e\x2e\x18\x38\x87\x34\x3d\xa1\x52\xd9\x54\x85\x9c\xcf\x5d\x5e\xe6\x2b\x83\xe6\xef\xac\x91\xfe\xf0\x92\xe2\xd0\x13\xca\xaf\xf1\x16\xc8\x6d\x13\xe4\x7e\xdd\x7f\xbf\x57\xdc\x31\x61\x8d\x77\xf8\x9a\xf4\x76\xcb\xe8\x8b\x5a\xf4\x55\xeb\xec\x99\x58\x16\x01\x3c\x36\x87\xd1\xcd\x87\x02\xd4\xbb\x6a\xbe\x3e\xa5\xf3\x30\xb6\x69\x3d\x4f\x8e\xa9\x97\x67\x26\xee\x58\x4f\x62\xa9\x20\xb0\x54\x2a\x57\x04\xa3\x24\x45\x1c\x14\xe9\x9a\x6d\x85\x74\x88\x57\x24\x4d\x98\xa4\xcd\xa3\x02\x27\xda\xb2\x61\x65\x7c\xf9\x7c\xf4\x9a\x54\x36\x6c\xa8\x82\x5a\xb5\x89\xf0\x4c\xa0\x1d\x1e\x49\xd8\x72\x40\x33\xab\xd3\x9e\x3e\x4c\x37\x15\xc0\x0f\x6f\x24\x32\x6f\x28\xf0\xb2\x00\x35\xe5\x1a\xd7\x36\xb5\xde\x74\xee\x2c\x2f\xdc\x78\x8f\x94\xff\x65\x87\x64\x4f\x1d\x9b\xbf\xa6\x3a\x71\x31\xa7\xbc\xc4\x09\x40\x46\x07\x59\x6e\xc0\x1d\xa9\xd4\x88\xf8\x41\xa1\x47\xb8\xb6\xa4\x8e\x8c\xe5\x09\xcc\x59\x45\xf3\xd0\x86\x61\x77\xd0\x93\x18\xbb\x35\x29\x64\x14\xa0\xa3\x49\x04\xfb\x1e\xa0\x8d\x5f\x84\x78\x86\x15\x25\xa9\x45\x08\x61\x39\x50\x94\x39\x6b\x36\xea\xd7\xc7\xbe\xa1\x84\x28\xd8\x1b\x6c\xe0\xa2\xad\xc9\xf9\xb1\xe3\xa0\x67\xe3\xd1\xbd\x15\x09\x6f\x7a\x73\x6a\xf1\xba\x35\x53\xf8\x7b\xe1\x8d\x9a\x80\xda\xa5\xfc\x9e\x43\xd2\x02\x17\x34\xc7\xe6\x97\x19\xcf\xf8\xb5\x5e\x24\x63\x11\x39\x06\xa9\xd5\xd4\x4f\x0d\x91\x00\x65\x73\x09\x4b\xc2\xa9\x62\x47\xb5\xaf\xee\x99\x89\x23\xaa\x51\x51\x5a\x47\x29\x0a\x11\x2d\x3f\x4c\x4b\x33\x59\x1a\x73\x96\xe1\xe2\x21\xe2\xbc\x44\x24\xd5\x70\xa6\x49\x52\x26\x4f\xa2\x54\xdd\x47\x9b\xa3\x08\x38\x88\xe0\x04\xcc\xae\x7b\x2a\x55\xbc\x9e\x8c\xa3\x14\xa2\xa4\xb8\xfe\x32\xc9\x29\x1b\xbb\x88\x5c\x13\x5b\x00\xe5\x6f\x9c\x9d\x6f\x05\x62\x7e\x5f\x75\xf4\xe1\xdf\xdd\x53\xd7\x5e\x0b\x40\x89\x9c\xc9\xc5\xd8\xa0\xd9\xd1\xa6\xde\xdc\xfd\xa9\x96\x15\x79\x37\xd4\x43\xdc\x50\x59\x3d\x2b\x6b\x58\xd5\x63\x4e\xa1\xea\xaf\xdf\xac\xbe\xa8\xde\x7f\x58\xbe\xb3\xb4\x83\x42\xe1\x92\x21\x23\xe8\x58\x43\xe1\x89\x29\xf1\x77\x9e\x38\x13\xfa\x6e\x28\x2a\x00\xc6\xa7\x0c\x19\x77\xc5\x22\xbb\x85\x55\xb3\xc9\x30\x9a\x7c\xe3\xaf\xe0\x6a\x44\x0f\x1f\x39\xe1\x4a\xa1\x18\xa5\x4b\xe0\x8d\xa5\xa9\x60\x34\xba\x07\x66\xb5\x75\x52\x22\x28\x03\xfa\x79\xbb\xbc\x33\xe0\xb6\x4c\xe0\xce\x45\xb8\x82\xac\x0a\xb0\x11\xee\x19\xe4\xa3\xc1\xc6\xe3\xc3\x14\x69\xaf\xd7\x8c\xea\xb1\xa2\x46\x03\x2c\x6e\x2b\x26\xda\xd2\x3f\x15\xd9\x0e\x5b\x02\xe4\xd8\x89\x51\xf5\x8b\x9c\x64\x04\x12\x69\x21\xc9\x66\x6f\x4b\x76\x74\xcb\xcc\x39\x8b\x0e\x27\x3e\xa1\xb4\x38\x4b\x24\xad\x0e\x16\x5c\x8d\xf9\xcd\xf3\x5c\x1c\x65\x26\x43\x25\x6a\x43\x1b\x2b\x38\xdf\x67\x27\x2e\x3d\xdd\xed\x43\x37\x57\x09\x67\x7b\xa7\x71\xa8\xaa\x5a\x94\xf1\x18\x48\x93\x6c\x9f\xef\x6b\xa6\x37\x68\x62\xce\x1a\x84\xbf\xab\x08\x10\xd8\x9b\xe1\x0e\x0a\xf7\x6d\x37\xd7\xda\x0e\xd0\x92\x8b\x59\x17\xf8\x58\xab\xbb\x4c\x2b\x73\x45\x39\xd8\x44\xd4\x06\x74\x28\x67\xd3\x2b\x41\x19\x12\xd7\xdc\xab\x8e\x79\x1c\x41\x11\xf3\x25\x18\x9c\x8e\x28\xda\xdc\xa2\xd5\xd8\x47\xa3\xc0\x7d\x6c\xb5\x3b\x3f\x54\x34\xcb\x34\x43\xf0\x96\x13\x92\xb0\x22\x10\x54\xaf\xd5\xba\x61\x0f\x49\x02\xa3\x7d\x69\xd6\x68\x1f\x10\x4a\x5c\x19\x4a\x84\x35\xb2\x8d\x44\xe9\x19\x0e\x69\x95\xa6\xc0\x1b\x3d\x21\x01\x1a\x23\x88\x02\xcc\x31\xbf\x44\xc2\xe7\x15\xaa\xc3\x47\x80\xa0\x29\x45\xd0\x22\x48\xef\x60\xd9\xb9\x60\xfd\xb5\x18\x0d\x71\xfc\x9a\x6e\xe1\x82\x12\x41\x9d\x16\x62\x22\xcf\x63\xce\xec\xb8\xb9\x85\x21\xa2\x2f\xc4\x7d\x4c\x3f\xc4\x42\xc6\x05\x99\x7e\xa5\x99\xe4\x84\x88\x64\xe6\x28\xbc\x17\x0b\x7c\xb6\x96\x5d\x8a\x6c\x2f\xca\x11\x05\x8f\xac\x1c\x58\x20\x68\x06\x82\xf1\xd2\x87\xcf\x97\x5e\xa4\x71\x8b\xd7\xbb\xa9\xb2\x20\x7f\x25\x70\xc3\xe1\x78\xef\x1a\xaa\xab\x8a\x72\x02\x68\x6f\x34\x52\xac\x31\x6c\x21\x69\x98\xdc\xbd\x1e\x60\xc7\x9b\x4c\x91\xe7\x73\x3a\x85\x30\x03\xeb\x4b\xb5\x00\x8b\x11\x12\x56\xfa\x64\x2e\xd3\x57\x78\x6d\xcc\x15\x06\x8c\xbc\x84\x43\x39\x52\xfc\xf9\xe5\x43\x42\x8f\x89\x84\x38\xeb\xfe\x8d\x24\xa9\x8f\xfa\x8d\x31\x3b\x17\xed\x63\x93\x20\x99\xb0\x53\x81\x0c\x3e\x38\x32\x42\xf8\x84\x6c\x58\x40\xfc\x6c\xd7\x39\x5d\x4b\x40\x6b\xa2\xc9\x2a\x9c\xd0\x08\xc0\x4d\x38\x2b\x00\x5a\xad\x9f\xd9\x29\x00\xf8\x85\xc4\xb5\x6f\xc0\x57\x4e\x12\x37\xbd\x59\xc4\x1e\x0a\x51\xaa\x0e\xe9\xb8\x16\xb8\xec\x96\xb4\x65\x75\x75\x03\x91\xc1\xb6\xd1\xf7\xe2\x58\x4e\x3b\x10\x32\x8a\x3d\x64\xc9\xc8\xa6\xbc\x47\xb6\x92\x68\x49\x79\x30\x0d\x30\x2d\xf5\x69\xd2\x62\xf4\xd7\x42\xf7\xea\x9d\x4d\x74\xda\xb9\x2d\xb8\x84\x54\x9b\xc9\x8e\x8f\x2d\xb3\x96\x05\x56\xb3\xe9\x2e\xae\x25\x79\xd2\x02\xfe\x33\x00\x5e\x3a\x68\x9e\xc3\xf9\xf7\xf9\x96\xad\xbf\x5e\xf3\x83\x35\x7a\x12\x34\x5f\xad\x4c\xf6\xe4\x02\xd4\xe3\xfe\x12\x10\x9e\x41\xfd\xd5\x50\xd0\xae\xb2\x5a\x52\x84\x65\xce\x91\x41\x3c\x68\x7f\xd3\x60\xb8\xfd\x19\x32\x1d\x2c\xf0\x37\x28\x17\x39\x25\x0b\x52\x46\x04\x7c\x0c\x41\x4b\xd6\x4b\x3f\x05\x44\x0a\xe2\x33\xa8\x32\x18\x58\x30\xa7\x61\x4c\x0a\xa6\xa8\xa4\x8e\x0d\x22\xb2\x4f\x45\x64\x78\x5a\x92\x12\xd6\x1f\x21\x49\x0b\xed\x84\xf7\x3d\x70\xee\x3f\x28\xad\x1d\xea\x25\x83\x2e\x14\x83\x80\xdb\x5c\x21\x9b\x4a\xb4\xe6\xbf\xa7\x98\x93\x5e\x60\xab\x31\x60\xf7\x8c\x8e\x54\xdf\x14\x9a\xc4\xb8\xaa\x68\x2b\x8d\xc1\xb1\x18\x2a\xcf\xd7\x02\x93\xe9\xb0\x80\x5c\xf1\xe5\x1b\x00\x3e\x91\x0b\x0f\x44\xbe\xfe\x08\x48\x91\xb0\x7e\xbf\x58\x03\x51\x91\x5b\xd7\x88\xc7\x9e\xc9\x43\x95\x2c\xa1\x9a\x5f\x9e\xb1\x2f\x17\x48\x27\x16\x92\x0f\xb7\x32\xc9\x86\x47\xf5\x5b\xc2\x4f\x12\x58\xdc\x71\x1d\x77\xea\x57\xe9\xa9\x46\x89\xb9\x91\x7d\xe1\x22\x93\x74\x7f\x52\xe2\x0c\xfa\x7b\x9e\xf2\xd0\x9c\xe9\x20\x76\x68\x6b\x2f\x62\xb0\x3d\xf1\xec\x46\x7f\x37\x07\xf7\x5d\x18\x87\x29\xb5\xa5\x3d\x41\x6a\x36\x95\x60\x27\x94\x3e\x74\xbb\xce\x16\x6c\xc6\xf0\x40\xfe\x5b\xe2\x31\x1e\x93\xb7\x6c\xa7\x06\xf6\x74\x38\xc5\xf1\x86\x0f\xf8\xef\x2a\xc0\x92\xe8\x12\x6f\xa0\xc4\x8e\xd8\x95\xa6\x6c\xe2\x27\x3a\x16\x6e\x6f\x52\x85\x00\xe5\x04\x16\xfe\x64\x72\x9f\xea\x0d\xe1\x53\xea\xed\x97\x04\x08\x46\x30\x7f\xaf\x1b\xdc\x15\x43\x8b\x31\x28\x05\xb8\xb3\x83\xaa\xa3\xe2\x98\xc0\xa6\x26\x36\x37\xdb\xb7\x18\x53\x14\xc8\xa4\x62\x2b\x93\x31\xa7\xa5\xc1\x3e\xf0\xc7\x7b\x62\x87\x4b\x34\xdc\x5e\xcb\x01\x81\xe1\xac\xae\x5c\x66\x72\x76\x81\x6c\xc5\x95\xd9\x6d\x6f\x7a\xd6\x57\x59\x4b\x92\xa3\x7f\xff\x50\xbf\x83\xbc\xb0\x9d\x61\x12\x29\x66\x80\x53\xb0\x05\x55\x5c\xd4\x51\x85\x2f\xec\xd9\x84\xaa\x1b\x36\x6b\xc4\xf8\xf6\xaf\x9f\x57\xdb\x1e\x21\x7e\xdb\x50\x40\xf6\x8f\x00\x84\x0d\xa7\x09\x4d\xba\x40\x66\x92\x32\x65\xd2\xec\x2d\x70\x2b\xf8\x89\xb2\xfa\x62\x0b\xcf\xf7\x96\x9c\x22\x4f\x71\xb8\x5e\x70\x4e\x21\xa8\x28\x89\x6b\x51\x7c\x7f\x2c\x01\x1a\xfa\x09\x60\xbb\x79\x49\x9a\xe7\x95\xc1\x8a\xb4\xe2\xae\xbe\xb5\x5e\x41\x48\x4b\xdd\x8b\x16\x11\x80\xf9\x7d\xe0\x30\xe7\x37\x1a\x4c\xa0\x44\x1a\xd4\xcd\x04\xaa\x14\x02\x0c\x73\xaa\x7b\x3a\xdc\x81\xb8\x74\x8a\x9d\xa3\xbd\x46\x01\xc4\x77\x79\x20\x79\x2d\x56\xb5\x31\x6a\x59\xed\xba\x17\xeb\x93\x96\x8f\xa0\xc8\x43\xca\x48\x7f\xfa\x60\xf5\x85\x33\x07\x14\x3b\x18\x95\xe3\xe4\xff\xa3\xee\xcf\xba\x12\x67\xbe\xf7\x71\xf8\x05\x91\xb5\x98\xa7\xc3\xaa\x4a\x88\x31\x86\x88\x88\x68\x9f\xa9\xad\x04\x08\x10\xe6\xe1\xd5\x3f\xab\xf6\xb5\x2b\x04\x84\xd6\xee\xfb\xf3\xfb\xae\xff\x73\x72\xdf\x2d\xa9\x79\xd8\xb5\xc7\x6b\xf3\x06\xbf\x23\x95\x84\x3e\x5d\x4b\x4e\xc8\x9f\x6f\x13\x50\x72\x1e\x49\x15\xc2\x65\xf5\x4c\xa3\x0b\xd7\x83\x60\xc5\x89\xbc\x77\x60\x5b\x1a\xcc\x03\xae\xa0\x3a\xed\x36\xf6\xa7\xd5\x46\xa3\x76\x66\x95\x17\x0e\xcd\x75\xd9\xd5\xc3\x27\x02\xa1\xda\xb4\x14\xf3\xfc\xed\xd7\xa5\x30\x23\x3b\xeb\x72\x3b\xc4\xa5\x5e\x76\xb3\x5f\x83\x1a\x12\xb5\x98\x55\x2a\xdb\x57\x56\x29\x59\x5e\x9a\x48\x30\x7e\x34\x8b\xf6\x2a\x9c\x83\x4d\x03\x19\x4c\xdb\x08\x1a\x9f\x48\x11\x88\x59\xdd\x66\xf4\x34\x1c\x68\xff\x30\x06\x9d\x2f\x72\xd2\x84\x09\x8e\xe4\x1e\xe3\x81\x8f\x64\xb8\xff\xad\xdf\xb6\xa2\x53\x1d\xf0\xc2\xe0\x6c\xea\xdb\x90\x39\xdf\x2f\xc5\xe2\xed\xe5\xca\x9e\x70\x80\xb4\x1b\x34\xf2\xac\x94\xa6\x0d\x5d\x6c\x29\xb2\x7d\x01\xbb\xfc\x12\x88\xb9\xdd\x51\xfd\x08\xac\xec\xc7\x14\xa7\x12\xc0\x05\x79\x70\x73\xc4\xc4\x15\x69\xa2\x06\xaf\xd4\x84\x21\x73\xde\x84\x26\x2d\x6a\x22\xab\xcc\x80\xb8\x22\x72\x96\x6c\xf9\xba\x90\x2b\x94\x6d\x0a\x4d\xab\x28\xc4\x99\xe1\x4d\x1b\x95\x86\x0d\x7e\x66\x53\xeb\x40\xc9\xad\xbf\x04\x22\xb8\x5b\x37\x6d\xeb\x2c\x0f\x61\x75\xcb\xc9\x69\xfb\x9a\x85\x98\x6e\x41\xef\x27\xb8\x12\x3d\x1a\xe1\xa7\xf9\x75\x5c\x75\x53\x39\xe5\x2d\xae\x82\xa7\x1b\x44\xa9\xe6\xd4\xfd\x1d\x45\x60\x25\x4b\x9b\x1b\x43\x05\xd5\x73\x79\x03\xf3\x60\x65\xd7\x06\xb6\xb0\x5e\x80\xea\x0e\xac\xff\xf0\x58\x9d\x97\x0b\xcc\x57\xed\x4b\x4e\xa9\x02\x92\xfb\x74\xca\x3b\x79\x9e\x71\x3b\x37\x07\xac\x6f\xdc\x24\x1f\xae\x97\x98\x18\x8c\x6e\x91\xb3\xb4\x6d\x49\x00\x08\xd7\x4d\x3a\x80\xef\xa3\x03\x79\x0d\x1e\xec\x4d\xe2\x65\xe7\x15\x8c\x20\x19\xf8\xcb\x99\x07\xd3\x1e\x86\x52\x66\x74\x7d\x24\x8e\xec\x8c\x12\xc8\x32\x8f\x99\xb1\x6d\x29\xcb\x41\xb8\x9e\xe0\x11\x3d\x1c\x58\x51\xd6\xb2\xde\xb5\x00\xb8\xc2\x13\x63\xd6\x2a\x34\xc2\xe7\x0c\xda\xcf\x97\x09\x9c\x47\xba\x5c\x8f\xd9\xdd\x55\xac\x38\x6d\x61\x05\x87\x92\x92\x67\x39\xf9\x1c\x52\xb9\xd0\xac\x9c\xc7\x11\xc2\x9a\xc6\xbc\x8e\xf9\xed\x7d\x76\x95\x7a\xa7\x5b\x17\x14\x6b\xae\xb5\x56\xa2\x9b\xa7\xf3\x1a\x8c\x93\x1b\x68\x56\x70\xa0\x29\x21\x64\x71\x7a\x93\x3d\x03\xd4\x52\x28\xd4\x5b\x86\x97\x72\x85\x82\x25\x6b\x8c\x90\x01\x3f\x4e\xf0\x5a\x9e\x1e\x1f\x53\x95\x65\x64\x52\x02\xc0\xbd\x06\x2e\x6d\x5b\xc5\x87\x68\xa7\x78\x7c\x61\x63\x4a\x3a\x90\xa1\xe2\x93\x34\x52\xbc\x66\x9d\xc5\x8e\x9d\xfd\xf9\x38\x1d\x24\x1f\x32\x7f\x38\x74\xc1\x96\xf2\x99\x4a\x24\x9f\xb4\xee\x1c\xfa\xa6\xfe\x08\x8d\x3d\xe3\xb0\xb9\x30\xd6\x21\x5f\x4c\x24\xf3\xe8\x92\x96\x26\x04\x18\xa4\x9a\x72\x56\x2d\x52\x55\x74\x96\xc8\xe1\xf1\x32\x07\xa4\x7e\x90\xc9\x35\x52\x5e\xb8\x60\x3f\x21\x5c\x22\x7b\xc7\x19\x3e\xe5\x72\x44\x65\xde\x0f\x03\x16\x17\xf1\x2e\x0d\xe3\x4e\xca\x8a\xc0\xdf\x4f\xf7\x89\x67\xdd\xdd\x8d\x9d\x4c\x1d\xc2\xb7\x75\x22\x78\xd8\xcf\x10\x39\xd4\x3d\xb0\x36\x76\x34\xba\x41\x06\x63\x27\x5d\xfb\x2e\x89\x46\x2e\x7c\x11\xc5\xd3\x80\x08\x83\x12\x99\x1d\x4c\x07\x37\x5d\x85\x5f\xb6\xac\x63\x00\xca\xf9\xb9\x2a\x61\xbb\xcc\x0a\x75\x4a\x43\xd2\x91\x76\x90\xa9\x89\x0e\x42\x04\x8f\x29\xb6\x65\xaa\x93\xec\x50\x45\x24\x40\xc4\x5d\x1e\x40\xb8\x1d\xba\xec\xf6\x40\x29\x6c\x91\x97\xd3\x9c\x22\xf0\xbb\x88\xc8\x18\xc0\xef\xa6\x00\x25\x6d\xa7\x0a\x16\x8c\xb2\x4a\x4d\x51\x79\x6f\xd2\x1c\xa8\x93\x3d\x1a\xe1\x64\x1f\x24\xe3\x72\x8f\x4b\x98\xc3\x70\x46\x83\xea\x4d\xe1\xb3\xde\x41\x34\x95\x08\x5d\x68\x12\x76\x38\x65\xde\x76\x47\x1c\x6e\xbf\x48\x1d\xaa\x29\x94\xae\x7e\x8e\x28\xb0\x78\xdf\x55\xf5\xff\xdd\x0d\x27\x9c\xcd\x8c\x2e\xc5\xfe\xb6\x7c\xf1\xfa\x69\x79\xe2\x91\xe3\xa4\xb0\x66\xfa\xce\x7a\xbf\x14\xf8\x44\x68\x10\x5d\xe0\xe9\x3b\x75\xa8\x6b\x5f\x8f\x3f\x83\x4b\x38\x16\x51\x53\x9b\x6b\xea\x9d\x5a\x41\x0d\xeb\x2f\xe9\x49\x11\xe1\xb0\x76\x9b\xb6\x75\x50\xf1\xe8\xe1\x1f\x16\x7d\x86\x5a\x34\xb4\xa1\x9c\x72\x1b\xbc\x09\x15\x4c\xb3\xdf\xcc\x6c\x42\xec\xfe\x68\x13\x0a\x26\x5d\xa7\x27\xd4\xdd\x10\x67\xe5\xa5\x8e\x76\xc2\xfd\xe9\x0e\x8d\x67\x84\x51\x3b\x52\x3b\xdc\xde\xce\x16\xe9\x93\x3e\xca\xd8\x8b\x8d\x6c\x60\x2d\x5f\xa3\xd1\x03\x41\xcb\x9e\x35\x30\xc7\x16\x7f\x6c\xce\xb6\x98\xe8\x27\x5c\x62\x7e\x93\x04\x84\x7b\x30\x90\x79\x34\x9c\xc8\x01\x26\xfc\x1e\x1d\x17\x4f\xc5\xd4\x9d\x2f\x38\x3a\x8d\x12\xfd\x1e\xf8\xed\xcf\x91\x07\x1b\xcd\xd5\x29\x8f\xd9\x4f\xa2\x2e\x53\x62\xfd\x29\x20\x8b\x42\x19\xf9\xcd\x3f\x2d\xc7\x78\x1b\x9d\x7e\x33\xe4\x81\x73\xa2\xdc\x8c\x07\xe0\xaa\x47\x2f\x78\xcd\x66\xf4\xb6\xf4\xf8\x67\xf7\x50\xe2\x57\x03\x75\xf6\x25\x65\x1d\x03\x13\xaa\xfd\xec\x37\x32\x20\xb8\xf5\x15\x03\xaf\xba\x42\x3c\x34\x40\x37\xf6\x72\x32\x62\x77\x00\xfd\xdf\x5f\xb4\xc0\x84\xaf\x2e\x1e\x16\xa3\x7b\x4a\x6f\xed\x94\x90\x37\x28\x98\x60\xbd\x5f\x17\x58\xef\xae\x59\xef\xe3\xaf\x9e\x66\x8d\xf0\x95\xb2\x49\xee\x1c\xe8\x20\xe8\xf9\x7d\xe7\x6b\x13\xc9\x2d\xf6\x35\x3c\x0c\x1f\xc8\xfc\x37\x19\x3d\x58\x06\xd3\x75\x83\xdb\xd1\xd7\xbd\x6b\xae\xa9\x89\x81\x9e\xdd\x48\x67\xc3\xde\xf6\xe8\xec\x85\x8f\x2a\x48\xfd\x5b\x81\xdb\xd7\xe3\xe9\xf7\x90\xc2\xaf\xcc\x1c\xcb\x92\x54\xb2\x15\x39\xc8\x31\xa2\x2d\xbc\x3a\xf5\xbf\x0f\xc4\xf7\xd5\x6c\x88\xda\x9b\x2a\xe2\x4b\x5a\x35\xfa\x07\x0e\x4b\xba\x52\x23\x39\xa4\xb3\x83\x34\x9f\x0e\x1a\x69\x56\x6f\x4f\xaf\x9a\xde\x8a\x21\x55\x53\x4d\xb5\x2a\x28\xe8\xb5\xc9\x53\xf8\x58\xcb\xd0\x77\x53\xab\x84\x3b\x04\x05\x40\xf7\x0a\xdd\x3e\x38\x39\x4c\x99\xcf\xb0\x22\x6e\x80\xb8\xa4\x8a\x9a\x9c\xbe\xd6\x1d\x3e\xee\x1f\xf4\xa0\x47\xad\xdb\x74\xc9\x1c\xa1\xee\xc0\x01\x7f\xbf\x2e\xe4\xa4\xae\x9a\x0e\x9d\xd1\x0f\xcb\x24\xa9\x1c\xca\xa7\xec\x72\xe5\xf9\xb1\xdd\x85\xd9\x97\x84\x54\x3c\xe1\x36\xdb\x53\x67\xbe\xbc\xb1\x38\xcf\x1b\xa4\x63\x74\x46\xff\x84\x0c\xcf\x22\xb0\x3f\xf2\xc8\xd3\x70\x4a\x2a\xb9\xb0\xc8\x6c\x5a\x9d\xfe\xd7\x5f\x13\x2b\xa8\x08\x81\xd7\x46\xca\xbe\x8d\x4c\xc6\x50\x1e\xd1\x1b\x58\x60\x5d\x7a\x01\x15\x69\x55\x34\xd3\x90\x26\x07\xb6\xdf\xf4\xab\xfb\x5c\x20\x8d\x48\xab\x4f\x22\x00\xf4\x61\x25\x8e\x8b\xcd\x0f\xd8\x66\xa2\x97\x7e\x2a\x4b\x24\x13\xfb\x65\xf2\x32\x0a\xd9\xee\x60\x18\xb3\x22\xbf\xe8\xd3\xad\x7f\x42\x23\x57\x39\x22\xa1\xc4\x54\xc7\x4e\x99\x4d\x40\x84\xbb\x0f\xa2\xca\x39\xca\xe0\xbf\xa5\x3f\xab\xa2\x6c\xb6\x4e\x3e\x91\x77\x2b\x89\x63\x4e\x24\x0f\xbf\xcd\x37\xbd\xb8\xa8\xf1\xfb\x58\x81\x72\x9a\x92\x2d\xe9\xc1\xb7\x1a\x52\xf4\x99\x3b\x3b\xfc\xb6\x3a\x62\x75\xf3\xb8\x6f\xea\xa1\x14\x6e\xc0\x3b\x0c\x54\x35\xa2\x71\x07\x9b\x26\x3b\xa3\x2b\xa1\xf2\x6a\xb0\xd3\x8b\x65\xe7\x28\x32\x60\xa3\x66\x4f\xc7\x74\x39\x24\x62\xbc\x2b\xb3\xd0\xaa\x28\x07\x55\xdb\x00\xb0\x13\x41\x5d\x4d\x18\x02\xc1\x17\xea\x69\x3d\x91\x80\x98\x77\x84\x7a\x03\x36\x3b\x39\x31\xa8\x44\xd6\x7f\x01\xc2\x5d\xcb\x20\x8d\x5f\x40\xea\x1e\x4a\xd6\xba\x4f\xa5\x3a\xd6\xdb\x1c\x5c\x13\x6f\xa7\xee\xb7\x07\x17\xc0\xe2\x9a\x02\xeb\x11\xa8\xe8\x95\xb2\x2a\x90\x7a\x6e\x0a\x0b\x2e\x02\x2e\x10\x0b\xd6\xab\xfa\x78\xe0\x7c\x70\x76\x93\x52\x07\x9d\xe9\xf2\x79\x18\x84\xaf\x97\xaf\xca\xdc\xd0\x07\x6b\xa5\xcb\x97\x57\xfe\x9f\xcb\xaf\xe4\x3c\xdb\xbe\xe6\x4d\xcf\xcb\x93\x2e\xa3\x98\x66\x04\xf7\x13\xce\xa8\x12\xdf\x1e\x8b\x1a\x93\x10\x62\x45\xbc\x0a\xfe\xc7\x7f\xc1\x95\xe1\xe4\x27\xfa\xab\xed\x6e\x4b\xa4\xd7\xec\x25\xe8\xd6\x19\xd3\xad\x67\xc7\x42\x8e\xa6\x6f\xaa\x61\xa5\x83\x25\xa4\x15\xbb\x30\x42\x13\xa1\x82\x30\x47\x32\x14\x2c\xed\x3a\x84\xe0\x7d\x89\xf3\x31\xc6\x58\x8a\x30\x81\x35\xb5\x97\x44\xc8\xa1\x0a\x96\x71\xbb\x04\xeb\xbc\x5b\x52\x36\xe8\xc7\x94\x3b\x75\xaa\xb6\x51\x24\x0b\xd7\x18\x0d\x0b\x2d\x36\x9c\x93\x1e\x71\x41\x87\xec\x75\x86\xff\x77\x31\x67\x65\x0c\xeb\x5e\x9c\x67\x9d\x0f\x47\x9b\xcd\x90\x5e\x60\x88\x74\xcc\x7d\x1e\x47\xa4\xbe\x74\xc9\x49\x81\x82\x15\x92\xee\xf8\x33\x24\x54\xe0\x74\xa0\xb4\x89\x2b\xd2\x61\x3a\x4d\x48\x9e\x4b\xce\x31\x9a\xe9\x89\xd2\x4e\xce\x89\x15\xe9\xf0\x40\x5f\x8e\x33\x3f\xef\x71\xb6\xc5\x2a\x98\x21\xa7\x7d\x70\xf7\x66\xf2\xe4\x5d\xcc\x65\x56\x64\x25\x71\x76\x76\x09\x51\xaa\x59\x79\x3e\x9a\x40\xd1\x33\x9c\xc0\xa5\xdd\x5a\x4a\xbd\x2c\x9b\x21\x3f\x73\x0d\xc4\x14\x01\x7c\x63\xd5\xe0\xd4\xf4\xc3\x87\xac\x7a\xd7\x14\xbe\xb7\x38\x68\x47\xfd\xc2\x63\xa3\x1f\xe8\x1e\xfb\x4c\xbe\xe5\x0b\x30\xf3\x72\x8a\x26\x87\xd4\xe3\xca\xfa\x20\xa8\xb0\xe1\xcd\xf1\x46\x1c\x4a\x74\xc6\xd2\xfc\xbd\xc2\x5f\x56\x91\x61\x6c\x45\x0a\x0c\x15\xab\x3a\x0c\x60\x5d\x2b\x60\x47\x5c\x8f\x65\x8c\xee\x62\x72\xa2\xe4\x09\xc6\x35\x87\xfe\xbf\xdd\xf2\x65\xb5\x28\xb5\x13\xe4\xff\x08\x88\x0e\x75\xb9\x40\x98\x34\x96\x82\x5c\xb4\xba\xfb\x1c\xbb\x5f\xeb\x67\x8a\x5c\xa9\x9e\x1b\xd0\x44\x76\x37\xc6\x41\x85\xfb\xa8\xcd\x90\xb7\x63\x12\x39\xb0\x4d\xd4\x99\x49\xa8\x0c\x1f\xac\x77\xb1\x70\x18\xc3\x23\x5f\xbc\x83\x70\x00\x5d\x30\x32\x54\xf7\x96\xf8\x7f\xb8\x2c\x22\xf1\xdb\x88\x7c\x34\x4b\x08\xb8\x2b\x2a\xaf\x14\x83\x16\x37\xa2\x16\x69\xfa\x92\x32\x3d\x4a\x9d\x15\x87\x5b\x11\x76\x74\xe9\xd3\x0a\x85\xdd\xd5\xc3\x6c\xcd\x2a\x1e\xb6\x32\x10\xea\x79\x30\x02\x7b\x59\x5d\x90\xf7\x44\x97\xb3\x43\x84\xc2\x87\x23\xa7\x28\x2d\x10\x9b\x1c\xad\x25\x29\x3c\xa7\x69\xe2\x2f\x29\xd4\xe7\x64\x45\x24\xa4\x7f\xa8\x51\x84\x38\x3d\x58\x62\xdf\xf4\xd2\x2a\xfd\x63\x95\x4f\xfd\xc7\x52\x66\xab\x90\xc5\x0e\x1b\x40\x8f\x35\xb2\x46\xc1\x26\x96\x87\xe5\xc0\x85\x11\x6b\x2e\xf5\x0a\x51\xd8\x62\xb1\x35\x80\x67\x83\x9f\x6f\xde\x80\x66\x13\x35\x26\xd7\xe0\x1c\x05\x8b\x38\xcf\x3b\xcc\x87\x04\xdd\x58\xe6\x10\x90\xff\xe7\x35\xd1\x32\x44\x1e\x66\x0b\x2f\x47\x9d\x9b\xad\xa8\x21\x9f\x6e\xff\xb0\xef\x64\x17\xa9\x23\xd4\x4a\x6d\x4d\x22\xff\x3d\xb2\xb9\xe9\x91\x3a\x60\x13\x88\x6c\x3a\x39\x1a\x6b\xaf\x84\x45\x79\x82\xc6\x5b\x2c\x65\xe5\xd5\xe2\x9c\xba\xea\x20\xe3\x0f\xeb\x4c\x3d\x35\x24\xc3\x42\xb0\xdb\x1f\xb5\x53\x2c\x44\xaf\x89\x16\x84\x43\xf0\x1b\xc1\xe8\x17\xac\xf4\xec\xcf\xd5\x39\xfe\xa8\x9a\x32\x22\xad\x52\x38\xde\x21\x21\x58\x05\xc9\xb2\xbb\xf1\x9a\xd3\x9b\x8f\xd9\xa0\x32\x23\x3f\x97\x8f\xa8\xc9\xe1\xd8\x3d\xda\x93\xdc\x9a\x53\x32\xee\x24\x9b\x1c\xbd\x63\x32\xf6\x70\x7b\xb8\xdc\x18\xaf\x8e\x7e\xc8\xed\x01\x62\x12\x96\xad\x9f\x74\x87\xb4\xdd\xc1\xe0\x9d\x7c\x04\xec\x25\x8c\xad\xf9\x0f\xac\x6b\x49\x6a\x4a\x50\x8a\xd9\xe7\x41\x93\x50\xef\x89\xac\xbb\x4c\x4e\xab\x58\xd0\x3a\x6d\xcc\xaf\xf9\xf8\xe1\x6f\xa7\xaa\xa5\x10\x5b\x2f\x91\x3e\x40\x8b\x3d\xbb\xa4\x78\xfa\x58\xeb\x57\x7f\xd6\xd1\xe7\x85\xfc\xe4\x3a\xb8\x43\x88\xee\x42\xe0\x7b\xbf\xde\x68\xc1\x7f\xef\x44\x37\xe5\x95\x40\x70\x5e\x8a\xe7\x67\xc7\xdd\xe8\x0b\xd6\x12\x7b\x1c\xa0\xde\xce\x1c\xa0\x25\x65\x57\xe4\x73\xd5\x4b\x36\x48\xb0\xbf\x8c\xbd\x6c\x37\x55\x59\x22\x8a\xec\x3c\xaf\xcc\x40\x7d\xe1\xdc\x9b\x83\xbe\xa8\xca\xcb\x21\xa1\xa7\xef\xed\x96\x8c\xf9\x7d\x78\x08\x38\x15\x47\xf7\xd4\x5b\x2f\x64\xe6\x16\xd6\x52\xb6\xc1\xa4\x96\xac\x7c\x5a\x3d\xb1\x97\x07\xf2\xb4\x52\x42\xbc\x1b\xba\xa5\xea\x4b\xd8\xec\x86\xc3\x07\x1a\x73\x52\x84\x5c\x36\x2b\xde\x59\x2f\xfa\x76\x8e\xf8\x25\x98\xc3\x5e\xd2\x19\x90\xd9\x52\xcc\x64\x1e\x99\x4d\x3a\x4d\x72\x05\xef\xac\xf9\x85\x67\x8a\x1a\x4e\x8a\x77\x84\x12\x19\x3b\x11\xb7\xd0\x00\xa4\x4d\x50\xdc\xca\x53\xba\xa5\x62\xb5\xe8\x64\x8b\x78\xbb\xad\xc4\xc2\x16\xa4\x66\xe0\x57\xa7\x5f\xab\x81\x49\x8e\xf3\x6a\x58\xa8\x03\x6e\x4b\xa2\x52\x9d\xd3\x4c\xae\x71\x15\x22\xd9\x80\x33\xc4\x02\xb1\x0e\x0e\x72\xb0\x7d\x6c\x21\x90\x20\xb8\x1c\xe7\x56\x1c\xcf\x06\xa4\x65\x6f\x41\x59\x23\x9b\x26\xdd\x6f\xa0\x9b\x9b\x13\xc9\xf4\xa6\x05\x22\x95\x73\x39\x67\x90\x24\xa2\xb5\xd1\x98\x3d\x8e\x61\x37\xf0\x96\x64\x38\xec\x26\xbd\xe3\xd3\x5e\xc4\x7d\xc0\xc2\xb9\xf4\x04\xb4\xc4\x04\x32\xdb\xd1\x46\x17\xed\xc0\xd8\x14\xf8\xf6\x58\x3d\xa1\x16\x6a\x83\x39\x39\xa5\x9d\xd4\xab\xeb\xff\x4e\x0a\xdc\x1f\x44\xa8\xb0\xc9\xa2\x94\x59\xab\x69\x40\x57\xa9\xcc\xc5\x72\xf4\x7c\x89\xf7\x03\x82\x5c\xba\x73\xfc\x3f\xdc\x00\xa5\xd7\x33\x49\x03\xe7\x70\x19\xad\x3b\x8b\xc3\x49\xfb\xfe\xcc\x36\x6b\xdf\x63\x47\xac\x3a\xbf\x9c\x05\x62\x1c\xe9\xf4\xf8\x35\xc3\x55\xe4\x7d\xc3\xbf\x0b\xbf\x34\x51\x56\x43\x09\xb7\x48\xc0\x64\xbd\x1d\x1f\x8b\xca\xa8\x63\x8d\x95\xe6\xd3\xb5\x0c\x57\x46\x92\x7d\x05\x0b\x6c\x92\xdc\x9d\x3c\xf9\xf9\x9d\x9b\x72\x2b\xaf\x42\x7c\xac\x22\x08\x48\x03\x07\x8e\x9c\x07\xf7\x42\x31\x95\x38\x9b\x4c\x5f\x4b\x25\x9c\x37\x3d\xf0\x4e\x75\xd4\x61\x26\x47\x0f\x3c\xcc\x72\x47\xe9\xc8\xeb\xf5\x23\xdf\x33\x53\x26\xe1\xe6\x8b\xae\x7f\x4b\x44\xbd\x5b\x3e\xe5\xab\xbe\xb0\x29\xd9\xc1\x68\x96\xbf\xba\x81\x6d\x70\xc0\xd1\xc6\xe0\x58\x7a\xa4\xcb\x7c\xe4\x8c\x9a\xd5\x19\xdc\x9d\x81\x18\x96\x5e\x3e\xb2\x94\x51\x82\xd0\x95\x93\x96\xd3\xf7\xe4\x4b\x39\xcd\x46\xa9\xbc\x6d\xbc\x8b\xbe\x5c\xde\x22\x06\xe1\x6b\x2e\xa9\x73\xbc\xc4\x93\x82\x93\xed\xbf\x67\xda\x3d\x9f\xdb\x29\x7b\x24\xc6\xd2\xa5\xbb\x5e\x77\xd3\xbb\xce\xc7\x25\x7e\xd4\xb4\xf7\xa9\xfa\xfb\x5f\x0e\x69\xb2\x3d\x19\xe4\x77\x87\x35\x6e\xfd\x8f\x0f\xeb\x87\x70\x57\xca\x1c\xd3\xc1\xe8\x81\x43\xaa\x17\x3c\x2c\x5e\xfc\x3e\xfc\x92\xcd\x52\xdd\x13\xec\x4e\x78\xe4\x9e\xfd\xc9\x47\x76\x0d\x98\xa3\x0e\xb4\x9c\x4e\xe4\x70\x0d\xd5\xd0\xc7\x62\xd2\x3a\xd9\x92\xf9\xf4\x64\x8f\x47\x6a\xb8\x71\xf5\x14\xc4\x06\x15\xba\x5c\xf1\x71\x43\xae\x18\xaa\x9d\x12\x2f\x45\x86\x78\xf0\x7c\x5b\x28\x78\x6a\x84\x25\x23\x1e\x77\xf8\x73\x26\x81\x53\x97\x3e\xad\xd5\x0a\xa0\x2d\x70\xfc\xd6\xd0\xd8\x70\x2e\xe9\xe1\xfc\x26\x6d\x94\x82\x1a\x60\x13\x7c\xe2\xa8\xba\xd1\xc3\x31\xa9\xf1\x3c\x07\x0f\x40\xd6\x5b\xea\xb6\x26\xec\x6c\x76\x7e\x2d\xe8\xa3\x66\xe1\x4d\xce\xba\x9e\x07\x93\x1c\x7d\x08\x81\x92\x30\xa6\xab\xb9\xa2\xa4\xbf\x47\x57\xa9\xad\x7d\x7c\xdf\x86\x55\x4e\x26\x45\x0e\xa5\xf9\xdb\x6c\x5f\x61\x02\x94\x33\x97\xe2\x46\xf3\x26\xaa\x63\x3c\xa2\x8b\xf8\x62\x5b\x39\x49\x96\xd3\xae\x7e\xeb\x17\xe1\xd1\x77\xf1\x80\x20\xa9\x26\xc0\xd2\x78\xcb\x4a\x9d\xb3\x57\xab\xae\xf6\x90\x1a\x8e\xcf\x55\x8e\x92\xe5\x6e\xf9\x67\x3e\xd6\x95\x21\x87\x09\x6e\xd8\x4b\xf8\xec\xd8\x4f\x02\xa8\xa9\x4c\x77\x7f\x22\x41\x39\x25\x1c\x24\x28\x9e\xcb\x03\x39\x20\x3a\xf0\xfa\x82\x89\x61\x01\x04\x2e\xf2\x89\xb4\x07\xd0\xf9\x07\xc5\xa9\x73\x72\x2b\x1a\x25\x7a\xb8\x5e\xa6\x09\x32\xd5\xae\xe5\x17\x1a\xe3\x13\xb2\x98\xc3\x8f\xe2\xf1\x39\x5c\x0d\x91\xe7\xb2\x3c\xa1\xb0\xb6\xa6\x03\x9b\x08\x00\x0e\x95\x28\x11\xd7\xe2\x0d\x06\x2d\xbc\xcc\x13\x49\xae\x42\x03\x3a\xd8\xde\x21\xe1\x07\x9b\x93\xbb\xe9\x2b\xab\x36\x25\xe6\x20\xc9\xc2\xe0\xb5\xc5\x69\x0b\x63\xe2\x20\x4d\x0b\xf1\x48\x9a\x84\x88\x43\x29\x7c\x72\x9d\x6a\x79\xcd\x86\xb2\x5c\x91\xb3\x29\x59\xe4\x56\xae\xc1\x74\x29\xd6\x39\x12\x3b\x01\x8c\xb4\x35\x38\x94\x79\xc1\x26\x34\x88\xa9\xdc\xc0\x23\x2f\x9c\xc0\x98\x35\xe3\x0f\x9f\xfc\xbb\x3f\xf6\xe1\x6f\x0d\x6f\x02\x52\x76\xaa\x58\x0e\x48\x58\xeb\x55\xe6\xf4\x14\xbc\x4e\xd7\xea\xf8\x59\x04\xb1\x7f\xac\xaa\x12\xc5\x7f\x4e\x08\x18\xaf\xcb\xc9\xd8\xb7\x94\x35\xb3\x28\x47\xee\x49\x4b\xcd\xba\xba\x5c\xb8\x23\x12\x67\xa7\x86\x9b\x40\xf3\x6e\x1f\xd3\xb8\x9d\xdd\xcf\x20\x21\x1b\xb7\xda\x48\x61\xd5\xa4\x70\x38\xcf\x35\x19\x78\xa0\xed\x08\x76\x0c\xc5\x69\x0e\x5e\xa5\x74\x8b\x53\xac\x37\x08\x06\x74\x3f\xde\x52\x9d\x8e\x29\x4b\x1a\xfe\xdf\x67\x9c\x71\x81\x8d\x43\xfa\xd2\x67\x1b\xdc\x8e\x14\xad\x5c\x22\x1b\x39\xba\xd9\xfd\x64\x94\x51\x20\xf8\xb5\xb1\x43\xdf\x17\x32\x87\xef\xbd\x7a\x9d\xd8\x1c\xaf\xf1\x4e\x1f\x90\x4d\xd5\xe3\xaf\x9d\xa4\x06\xfb\xc7\x7d\xc6\x5a\x95\x9b\x92\x1b\xfa\xeb\x16\xdb\xd1\x1d\xad\x38\x4f\x31\x61\x72\xae\xd8\xdb\x71\x85\x28\x0f\x76\x2d\xe0\x6c\x89\x9a\x06\x6c\xd9\xe5\x2a\x86\xcd\x0c\xa8\x18\xee\xd9\xfc\x70\xd6\xef\xcf\xeb\xda\x99\x61\xec\xd1\x8e\x19\xa2\x5f\xc0\xb0\xde\xf7\x3c\x2c\xdd\xbe\x7e\xba\x87\x99\xfe\x3c\xa1\xa6\x2d\xd8\xf5\x9b\xde\xc9\x1d\x1f\x4f\x7d\xf8\x9e\xc7\xa4\x03\xea\x91\xb6\xa1\xaa\x1a\x31\x35\x86\xe0\xd6\xee\x82\xa3\x2d\xb8\xeb\xd7\x4d\x9e\x14\x3d\xaf\x93\x3c\xb2\x2f\xc7\xab\x8e\x15\x08\x3f\xd6\xac\xe6\xad\x37\x05\x90\x13\xcf\xf7\xa5\xca\x36\x42\x8c\xde\xac\x82\x6e\x52\x53\xc8\x2d\xf9\x50\xaa\xba\x3a\xc0\x99\x92\x96\xc5\x06\xf9\x36\xdd\xd5\xff\xd8\xc2\x9a\xbe\xaa\xc4\xde\x65\x5a\xb8\x25\xfd\x16\x69\xb5\x19\x7f\x8f\x14\x07\x82\xa2\x23\x9d\x98\x48\xee\x2b\x91\xbd\x3b\xd6\x91\x7f\x7d\x36\x97\x13\xd0\xa3\x26\x4c\x04\x6e\x86\x0c\xdd\x18\xad\x14\xf6\xae\xac\x28\xca\x4c\xa4\x4d\x11\xf5\x5c\x93\x4b\x5e\xef\x50\x6e\x61\x93\xf7\x52\x88\x82\x9c\xae\x40\xf4\xda\x70\xf1\xe6\xed\xb8\x52\x05\xf1\xcc\xc7\x2a\x73\x45\xf0\x6d\x5d\x21\xde\xb7\xd0\x1b\x35\xaa\x9c\x9a\x9b\xed\x92\x74\x18\xb7\x1b\x28\x53\x0e\xfb\xdb\xec\x93\x11\x68\x7a\xb7\xdd\x43\x81\x7b\x00\x42\x06\xde\xeb\x87\x7d\x93\x76\xda\xad\x8e\x59\x3b\x12\xc2\x55\x59\xed\x64\x65\x7c\xf6\xe9\x48\x3d\x47\xea\xcb\xc7\x57\x21\xde\x47\x39\x75\x91\x69\x9b\x6d\xe1\xee\x8b\xd4\xbf\x76\xc6\xd3\x26\xc1\x5d\xac\x14\x4e\xbc\xbc\x82\x95\x7b\xfa\x73\x97\xee\xe8\x8a\x93\x92\x6a\xb6\x67\x47\x2d\x57\x24\xdc\xdd\x3a\x75\x12\x70\x9a\x72\x5d\xa3\x49\x1a\xdd\x1b\x29\x25\x67\xb4\x26\x31\x5b\x4b\xc8\x71\xf8\x57\x01\xc0\x91\xfe\x04\x12\x94\x1b\xaf\xbd\x4b\x6a\x89\x50\xa8\x91\x3d\x07\x5d\x77\x57\x55\x37\x5d\x38\x8c\x3f\x00\x76\xa3\x9a\xca\xe1\x80\x17\x77\xe0\x66\x96\xb1\x97\xba\x8b\x8e\x40\xaa\x83\xa8\x93\x95\x79\x5f\xd8\x46\xbd\x91\x51\x42\x81\x12\xa2\xc0\x7d\x25\x6b\x8f\xde\x75\x7d\xa3\xee\x09\xcb\xab\xb3\x90\x5c\xb9\x32\x7c\xb0\x3e\xc4\x03\x59\xc3\x3a\x3b\x04\x11\x93\x2e\x4c\xe5\xe5\x81\x00\x7d\x45\xb8\x22\xd4\x59\x1b\xee\x18\x23\x39\x81\xa6\xea\xc5\xf8\xce\x9e\x6d\x50\x58\xa7\xf8\xe7\xb2\x22\x2d\x81\x12\x6b\x3c\x34\x6e\x3e\xb9\xa1\x61\x6e\xf5\xe0\x9e\x87\x14\x11\x3a\x96\x55\xd2\xf5\x79\x4d\x3f\xdd\xb2\x40\xa8\x76\xa3\x89\x15\xa8\xf7\x4e\x35\x7f\x63\x4a\xdf\xb0\x9d\x66\x77\xd2\x3f\x3c\x19\x39\x94\x6c\x57\xf3\xb1\x7f\xb1\xee\x5c\x09\xf5\x7b\x50\xd6\xcf\xd0\xee\xf6\x71\x9f\xd7\xa3\x2c\xf9\x08\x04\x58\xed\x69\xa6\x41\x83\x10\x1a\x01\xff\x5a\xcb\xc0\xa2\x8a\xb0\xb0\x6c\x43\xeb\xeb\x69\x2e\x6b\x09\xb4\x95\x72\xc9\x36\x6e\x64\xbc\x87\xc6\xcb\x74\x51\x86\x76\xda\x62\x1b\x86\x2a\x3b\x73\x4e\x9f\xbf\x01\xb4\x00\x7f\x0a\xc5\x52\x2d\xe4\x38\xbe\x3f\x57\x7f\x4f\x11\x84\xde\xdd\x56\xf9\x5d\x86\xaf\xcc\x1a\x37\xb6\x5f\x6f\x72\xe2\xee\xbe\x50\x2b\x3b\x15\x70\xee\x32\xce\x6e\x70\x7a\xf4\x1b\x63\x3b\x13\x58\xd4\x1c\xb3\x88\x55\x56\x99\xa2\x0b\x66\xe9\x2a\x53\x4a\x89\xfb\x22\x90\xb2\xb6\x3a\x65\xa8\xa5\xc4\xe6\x88\xa3\xad\x12\x4e\x02\x56\x93\xd6\xa5\x57\x1e\xcb\x8c\x09\xa7\x34\x86\x7f\x91\x19\x0f\x27\xd1\x7d\x11\x27\xbf\x62\x94\x2c\xac\xc1\xd3\x4a\x45\xfc\x2c\xe1\x65\x1e\xca\x03\x3f\xbc\x28\xdb\xe5\xf4\xac\xbd\x15\x02\x0d\x3d\xee\xe8\x28\x59\x62\x3a\xdd\xb3\x89\xd0\x32\x2d\xa5\x98\xcb\x84\xdc\xde\xbd\x12\x1c\xe2\x44\xea\x3c\xef\xe5\xb6\xad\x8b\x3d\x9e\xae\x5e\x18\x8f\xec\xef\x1d\x79\x37\x8c\x86\x38\x67\xb8\x58\x84\xcd\xac\xc1\x99\x2c\x13\x98\xdd\x1b\x4b\xd4\xd8\xe5\x83\xec\xd0\x3b\xba\x1c\xe9\x58\x6e\x4f\x66\x90\xdd\x83\xa1\x12\x89\x2c\x92\x8c\xf2\x5a\xe6\x38\x2e\x60\x4b\x87\x00\x8a\xf6\xea\xac\x66\xe1\xf8\x62\x3c\xfe\x23\xfa\x71\x04\xce\x72\x2e\x1b\x1f\xa6\x22\x10\x94\x3c\x61\x13\x58\xa9\xaa\xca\xcd\x92\x41\xbb\xf5\x6c\xea\x29\x6c\xad\xcd\xca\xec\x12\x0c\xc8\x94\x7e\xda\x89\x08\x29\x00\x09\x97\xb5\xfc\xa6\x6f\x1f\xa9\xf7\x59\x59\x57\x22\xb2\xa4\x48\xf8\xda\x12\xe1\x4a\x64\x19\xb6\x10\x67\xc9\xc6\x25\xc5\x28\x37\x8a\xdd\xb8\x53\xfb\xf6\x90\x3d\x74\xaa\xa7\x15\x96\x83\x07\xab\x2b\x6c\x57\x0f\xe7\xe1\xec\xdb\xc0\xb3\xba\xa2\x65\x67\x8c\xdb\x73\x3a\x0b\x55\xb9\x85\x4e\xaf\x02\x5d\x90\x6c\xc6\x1c\xde\x64\xa2\x29\x82\xcd\x1e\xb8\x7e\xec\x04\x15\x53\xbb\xb7\x7a\xf4\x63\x06\xae\x6e\x2e\x09\x5b\x8e\x06\xa9\x3c\x4c\x7c\x55\xb0\x8f\x13\xdf\x1a\xa7\x67\x46\xcc\x22\x3c\xb9\xd6\x94\xa8\x9c\x2b\x1a\x44\x88\x3b\x0b\x00\xe1\x40\x97\x9e\x07\x9f\x51\xc4\xab\xd5\x69\x16\xe1\xf5\x32\xa0\xfb\x70\xff\xcb\x9a\x28\xd1\x2b\xd2\xd2\xe8\x39\x91\xbf\x94\x72\x97\x95\x0c\xaa\xfa\xbe\x0c\xa1\x31\x4e\xa0\x19\x34\x2e\xd2\xd1\x94\x9a\x64\xd4\xbd\x20\x6f\xe3\x2f\x72\xaf\x0c\x86\xc4\x59\x6a\x12\x69\xc7\x5a\xa0\x72\xc6\x32\x82\xa0\x77\xba\x90\x34\x55\xc7\xc6\x54\x79\x05\x49\x0b\xd2\x31\xeb\xc7\x63\xe9\xe8\xe7\x81\xe2\xbb\x62\xa6\x54\x75\xa5\x1f\xab\x47\xa8\x19\xf7\x90\x06\x88\x80\x76\x84\xba\xdf\xed\x31\x58\x78\x20\xc7\x2a\x43\x5d\xd5\x46\xc6\xa0\x7a\x3f\x5e\xa9\x40\xb4\x8b\x4a\xdf\x8b\xdf\x13\x69\x35\xa4\xd8\xca\x48\x6f\xe9\x4e\xd2\x89\xde\xca\xaa\x2c\xc2\x02\x89\x47\x7f\x48\xee\xb4\x9a\xdb\xda\x49\xfd\xfe\xed\x65\x24\x47\xa4\xd3\xec\x54\x00\x15\x58\x8a\xf5\xef\x07\xa9\x59\xb1\xbd\x6e\x8c\x51\x35\x7c\x21\x22\x35\x6d\xc0\xb7\x49\x21\x62\x7d\x3a\xcb\x6a\x1b\x62\xa8\x48\xe7\x4b\xb0\x59\xcb\x5d\x2b\x8d\x33\xd0\xbf\x8f\x21\x8b\x55\x1a\xa0\xbb\x08\x52\x4c\x4b\xd5\x1b\x04\xf5\x9d\x27\x62\xf3\x56\x05\xa6\xb7\x3f\xf8\xd4\x7f\xae\x15\x82\xe4\x26\x89\x3a\xa9\x73\xa8\xdd\x20\x6a\x2b\xfa\xcc\x94\xee\x5c\x2e\xa6\x46\x2d\x2e\x96\x90\xcb\x76\x77\x0d\xbd\xcc\x71\x04\x95\x5b\x5d\xac\x2e\xd9\xe9\x9c\x41\x43\xf6\x13\x72\x31\xbe\x2f\x96\xe1\x7d\x55\x28\x1f\x5b\xd7\xf2\x42\x94\x20\x88\x8e\x12\x3b\xa8\xa9\x1a\x61\x85\xf1\x68\x36\x1d\xe3\x11\x2d\xfc\x71\xe2\xc0\x54\xad\x57\x8d\xa4\xd5\x99\x9d\x69\x29\x52\x43\xc9\xa0\xe2\x38\x85\xf0\x5f\xff\xe8\x6f\x07\x0f\x14\xbe\x54\xac\xde\x67\xc8\x16\x28\x9b\xcf\xf4\x0a\x4f\x89\x7a\x3c\x11\x83\x56\xce\x44\xe6\xe8\x39\x59\x3a\x9f\x3b\xc4\xdd\xf4\x11\xa5\xa0\x8f\xc2\x6e\xae\x32\x9b\xb7\x25\x38\x3a\xe7\xed\xa8\x83\x18\xd4\x18\x11\x62\x37\x86\x06\x68\xd4\x23\x32\x3d\xec\xa5\x15\x34\x7b\xc1\xda\xac\x8d\xda\x80\x59\xcc\x1a\xd2\x98\x9d\x64\xa5\x24\x45\x87\xb1\x93\xe9\x09\xa3\xe9\x6a\x3e\x53\xaf\x65\x8e\x34\x54\xe2\x03\x2c\x69\x84\x01\xf4\x57\xd0\x4a\x3c\x5b\x81\x70\x7f\x1d\xdf\xad\x41\xcc\x2f\xa5\x61\x14\xae\x3d\x91\xe4\x4d\x60\x97\x07\xe0\x94\x07\xf0\xfd\x0e\xd7\x5d\x3d\x1b\x76\xf4\x80\x3a\xf1\xc4\x4c\x03\x1a\x9e\x2b\x93\x7f\xc7\xfb\xa8\x9e\x95\x9d\xaa\x37\xa6\x38\xa3\x79\xea\x63\x97\xa7\xf6\x5d\x38\xd4\xad\x6d\xab\x23\x46\xad\x0f\x38\xd0\x0d\x5b\x7d\x02\x76\x8a\x34\x51\xd1\x1d\x16\x21\xdc\xd9\x70\x11\xa1\xd9\xc0\xc8\x3f\x96\x59\xab\xbf\x2f\x86\xad\x85\xaa\x37\xc0\x56\x4e\x11\x5e\xe3\x97\x76\xf7\xd6\xab\x50\x6f\xe5\x61\x26\xc8\xc9\x9f\xcf\x28\x2a\xe6\x65\x5a\x03\x43\x30\xc3\xad\x09\x9b\x0f\x94\xf0\xfa\xa0\x0a\xa4\x61\x9b\x28\xf1\xc5\xd1\xa0\xce\x27\x6b\x40\x38\x38\xde\x1a\x5e\x84\x94\x80\xb1\x28\xcb\x7b\x0e\xae\x9d\xcb\x4c\x84\x58\xc2\xc8\x02\xb3\x58\x1d\xc5\x9f\x27\xa3\xc8\x2d\xa1\x4e\x28\x34\x0d\xf7\x23\x9a\x73\x78\x00\xee\x95\x6e\xd5\x5e\xe0\xed\xee\xcd\xf1\xff\x27\xfd\x77\x20\xc4\x3b\x03\xd0\xc3\x6f\xec\x4c\x3b\xed\x4e\xd5\xa1\xac\xb9\xc4\x56\x6f\x02\x7f\xd7\xe1\x22\xd4\x74\xf6\xb3\x8c\xd8\xd0\x60\xbb\xbd\x83\xe2\x97\x20\xbd\x12\xc4\xf8\x53\xa4\x9a\x27\x44\x67\xcc\xea\x87\x31\x69\x44\x12\x95\xa7\x7f\xb0\xad\x2d\x26\x97\x79\x77\x41\xd1\x19\x14\x63\xe0\xaf\xc7\xec\x4d\x15\x1c\xf5\xa2\xc9\xdb\xb9\x45\x0e\xae\x6e\x3d\x92\x83\x8a\xe0\x36\xd8\x63\x91\xdc\x25\x4d\x14\x71\xda\x5a\xe5\xe3\xd8\x5a\x34\x53\x69\x73\xe4\x6e\xf7\x8c\x36\x6b\x25\x5a\xb1\x9a\xf1\x48\x23\x14\xc1\x59\x02\xa9\x2f\x9f\xe0\x9a\x69\x61\x29\x10\xce\x4e\x4e\x61\x93\xae\x2e\x4e\xa2\x04\x78\xbb\xd2\x9f\x2b\x0b\x8e\xa8\xd9\xb7\x8e\x30\x08\x1b\xa0\xd3\xb9\x1b\x75\x3c\xf7\x70\x0d\x85\xb6\x6b\x96\x18\xd7\x78\x78\x92\x3b\x25\xb4\xd2\x4d\xb7\x1f\x89\x27\x62\xb6\x8e\x33\x61\x3b\xd0\x39\x72\xab\x23\xa8\xc3\xe0\xea\x74\x75\xe6\x19\x6e\xe9\x55\x88\x8f\x03\x44\x0b\x77\x5b\x87\x2f\x7c\xa9\x02\x6d\xe3\x62\x7e\xe5\x4d\xef\x8a\xd7\x8d\xcb\xe1\xb3\x9f\xc7\x6b\xac\x38\x62\xe4\xe8\xb0\xe5\x08\x75\x97\xba\x96\x3d\x1f\xc5\xe6\x39\xdb\x50\x2c\x78\x68\x1b\x71\x94\x04\x63\x30\x33\x21\xbb\xe9\x82\x6a\x39\x14\x04\x27\xfa\x10\x44\x9c\x61\x0d\xf9\x45\x0a\x33\x82\x08\x2e\xcb\xe2\x8c\xb4\x3f\xc4\xc5\x86\x68\x6f\x85\x2e\x9c\x84\xa4\xad\xfe\x0c\x53\x59\x6e\x50\x73\x6f\x6a\x1e\x4c\x4d\xb2\xf5\x83\x33\xc0\xde\x04\x99\xbe\x35\x2d\x9d\x0d\xc0\xf5\x16\xe9\x01\x0e\x32\xed\x87\xa9\x57\xd6\x20\x4f\xcd\x77\x28\x0e\x81\x5d\xd9\xb1\x28\xfc\x13\xb3\x7b\x55\x04\x1b\xd1\x44\xf4\xd2\x96\xcb\xe4\x11\xd2\x23\xf8\x28\x8c\x92\x62\xd9\xcb\xf4\xc6\x14\x53\x76\x7f\x27\xdb\x35\x7e\x9b\xf2\x4c\x41\x4e\xcf\x85\xe8\xcd\xab\x24\xd6\x0d\x65\x75\x84\x10\xf8\x43\xd1\xcf\x32\xed\x29\xca\x03\xc8\x88\x77\x46\x40\x82\x04\x56\xc4\x6a\x6b\xc3\xc7\x5a\x7f\xd0\xc4\x96\x8f\xd8\x60\x8e\x60\xd6\x38\x6a\x67\xeb\xf9\xd5\x12\xae\xe2\x84\x09\xbb\x3e\x4c\x7a\xe1\x8b\xfb\xbb\x4c\x33\x2a\xcf\x1a\xb2\x8d\x79\x91\x33\x97\x43\x6c\xea\xee\xd5\xdb\xd9\xd3\xb7\x13\x02\xe9\x4f\xce\xf5\x50\x0a\x55\x77\x36\x58\xa4\x2e\x58\x83\xd2\x83\xf5\x27\x4b\x7f\x89\xed\xf8\x34\x0d\x84\xce\x72\x1c\x80\x53\xe3\x5c\x4a\x64\x00\xac\xeb\x89\x7c\x2e\x34\x21\x1f\xc8\x17\x06\x6b\x70\x1b\x4d\xc7\xea\x8a\x88\x20\xc3\x06\xf2\x1e\x3c\xec\x10\x27\x8a\xd8\x75\xbc\xfa\x61\x7e\x42\xfe\x5c\xee\x78\x4e\x06\x9a\xa7\xc3\x2e\xe0\x27\xe5\xc8\x19\x14\x76\x30\x6f\x24\xd0\x72\x87\x9b\x88\xa8\x72\x18\xa4\x3b\x17\x88\x58\x26\x94\x11\x65\x22\x29\x88\x36\x8c\x88\x4e\xf6\xce\x8f\xc3\x9a\xf9\x45\xf3\xa6\x98\x77\x82\xff\xc6\xbb\x3e\x84\xf7\xc8\x40\xd6\xcf\x0f\x15\x1f\x12\xfd\x3e\x6d\x25\x61\x3d\xa5\x38\x0a\xe1\x95\x26\xd3\x13\xb1\xaa\x63\x08\xa4\xa5\xde\xd8\xba\x26\xc5\xac\x87\x46\x60\xbe\x56\xb1\xbe\x82\xc9\x75\x9b\x27\xbc\xed\x83\x9c\xda\x50\xcc\xa7\x8c\xc8\x1d\x86\xbb\x80\x77\x01\x1d\x9e\x7e\x9c\xe3\xe5\x51\x9c\xb4\xca\xd3\xa2\x00\x83\xbb\x15\x4a\xc4\x3a\x0d\x64\xb5\x06\x37\x4b\x90\x9b\x17\x71\x5f\x6d\xed\x89\xd7\x1f\xd8\xc0\x53\x86\x7f\x31\xe5\xce\x25\xdc\x5f\x5a\x47\x07\x18\x5a\xc0\xf3\x3d\xe3\x76\xf4\x9d\x4e\xa3\x61\x4d\x95\x90\x9c\xa7\x07\xc6\x82\xaa\x46\x00\x97\xd9\x4b\x0e\x74\x60\xcd\x0d\x7c\x7a\x13\xc5\x25\xa1\xd8\x70\x19\xa6\x71\x1b\xdd\xa5\x5a\xe1\x37\x98\x1c\x31\xdf\x5e\x7d\x98\xf1\x29\x35\x4f\x41\x89\x79\xb2\x32\xfe\xef\xcc\x62\x99\x66\x62\xf2\x8d\xb8\x05\xf9\x05\x41\x58\xc0\xb0\xf7\xd6\x07\x72\x01\x72\x37\x7c\xd6\x07\x95\xdb\x4c\xb0\xb2\x08\xe6\x73\x87\x74\x89\x4d\xf6\x9b\x99\xad\x6e\x33\x42\x86\x03\xec\xac\xee\x24\xc1\x0b\xbc\x5a\xb5\x33\xba\x19\xc4\x4d\xac\x67\x77\x30\x55\x22\x7a\x42\x9f\x89\xcd\xec\xee\xf4\xd3\x04\xeb\x46\x81\xfb\x5d\xe1\xd4\x5b\xfb\xb1\x3a\x67\x9a\xcc\xeb\x3e\xd8\x73\x98\x85\x9e\x77\x2c\xd9\xcd\x6b\x2c\xad\xad\x2d\x04\xf8\x44\x5d\xe9\xa0\x0e\x63\x86\x6b\xb9\x10\x69\x7f\x19\xfb\x66\x3f\x06\x0d\x10\xe4\xeb\xb0\x91\xc7\x43\xcb\x46\x18\xe2\xab\x36\xab\x76\xca\x10\x18\xb0\x72\x0f\x36\xa7\xce\xbe\x79\x9f\x59\x08\xe1\xef\xa0\x82\xeb\x04\x00\x69\xc9\x51\xdc\xb6\x12\x8b\x69\x16\x90\x40\x33\xd6\x8c\x25\xce\x4d\x4f\xf1\xd4\x85\xdb\x5b\x38\xe7\x94\xe0\xea\xc4\xe4\x57\x3d\xec\xa2\x76\xa6\xfe\x30\xa6\x97\xfc\xf5\x80\xd5\x5f\x49\x91\x65\x07\x80\xd8\xf9\x59\xe5\x84\x27\x13\x28\x25\xca\x72\xca\xc2\x34\x8c\x13\xa0\x01\xaf\x3b\xfc\x3f\x98\x20\x5a\xcd\xf2\xc4\x7d\x93\xd4\xb7\xc1\x7c\x97\xa5\x74\x0f\x8f\x96\x27\x3a\x6f\x19\x84\x8b\x95\x64\x72\xb7\xe4\xf6\x8f\x8a\x99\x94\xea\x15\xe6\x04\x95\xf5\x14\xc7\x0f\xdf\x77\x4d\xa2\xc6\xac\xee\x67\x69\x60\x67\x1d\x23\x3c\x7d\x88\x68\x39\xcd\xc6\x76\x18\x4b\x69\xd3\x82\xc3\x2f\xd8\xb5\xb4\xcf\x12\xfa\xfc\x9c\xfe\xa4\xcf\x8e\x01\x4a\xf3\x4c\xc7\xa6\x99\x0a\x35\x23\x7e\x43\x45\x53\xcf\x90\xe6\x50\xd8\x74\x65\x15\x6b\x2e\x0a\x73\x79\x4e\xf5\x37\x63\x0c\x13\x9c\xa3\xee\xad\xab\x39\x1d\xfc\xd9\xd1\x15\x3c\x71\xf3\x69\x0d\x95\x78\xf3\x48\x24\x95\x6f\x90\x48\xe7\x04\x80\xe6\x3c\x03\x4d\x79\x8b\xc3\xe4\x95\x39\x27\x5b\x14\x32\xe4\x4a\xa0\x1f\xcc\x9e\x10\x0f\x03\x7a\xb8\xe6\x32\x82\x5b\xd6\x7a\x77\x4f\x7e\x1c\x05\x3c\xce\xc8\xc5\xf1\x1a\x9f\xdc\x0b\xba\xb8\x0b\x9b\xef\x45\x0e\x98\x63\x27\xef\xf8\x5c\x11\x3e\x59\x57\xaf\x57\x9d\x14\xfe\x8f\x99\xeb\x7d\xce\x36\x26\x13\x3f\xbb\x43\xb9\xd5\x2d\x71\x99\x78\x69\xc0\x44\x5e\x1a\xc1\x4c\xfe\x61\x04\x15\x29\x9c\x0d\x31\x14\x9e\x38\x2a\x53\x91\x6b\x26\x59\x11\x2e\x49\x77\x15\x9f\xde\x61\x5a\x29\x26\x01\x78\x36\xc6\xbc\xe9\x67\xbd\x9f\x52\x84\xb0\x06\xa9\xfa\x8b\xd2\x54\xb7\x3b\x93\x22\x56\xab\x1b\x7d\xc5\xe7\x0a\x51\x5f\x40\xab\x14\xc2\x5a\x4b\x43\xa8\x62\x80\x07\x76\x38\xe6\xef\x95\x63\x00\x3a\x0c\x2b\xc0\x5e\xf9\xd6\x5e\x52\xe6\xc2\x77\x21\x82\xf8\x2d\x95\x5b\x06\xb2\x42\x41\x5f\xea\x20\xa7\x1c\xfd\x22\xd2\x98\x28\x7f\x7f\x92\xfe\x91\x54\x30\xef\xa9\x38\x78\x3b\x57\x9a\x6e\x05\xd3\xcc\x63\xab\x8f\x0f\xd3\xad\x81\x9c\xc0\x65\xe0\xeb\xf9\xa1\x07\x84\xb8\x74\x31\xad\x19\xb1\xc5\x3e\xd9\xde\xf3\xe5\xc8\x11\x5b\x18\x0e\x68\x9d\x7d\x6e\xf9\x7a\x69\xa4\xcc\xf4\x00\xa0\x50\x26\x3f\xc0\xa0\x06\x6c\xbd\xec\x5d\x0e\x19\x8b\x47\xf8\xe7\x24\x99\x06\xbe\x00\xe8\x5c\xb8\xe0\x90\x49\xb8\x69\x18\x90\x32\x87\xed\x5d\xf8\xb5\xf4\x6c\x51\xc6\x46\x7d\x2d\xb6\xbf\x71\xc4\x0a\x00\x86\x38\x3f\x9b\x23\xf6\x0b\xc8\x39\x64\x85\x52\x47\x4e\x63\x02\x45\xe0\xd9\x91\x19\xd0\x7a\x3e\x14\x40\x59\x27\xe7\xb7\x6d\x62\xc4\x48\xbd\xb8\x64\xca\x9d\xb4\xaa\x0d\x2a\x93\x77\xd6\x80\x9b\x7b\x37\x8f\x53\x3a\x3f\x23\x03\x7a\xfc\xbc\x5c\x5d\x4b\x5d\xe3\x95\x70\x28\x42\xf1\xf1\x00\x64\x44\x68\xd6\x7a\x07\xc0\xfa\x86\xcd\xec\x51\x33\x28\xf1\xeb\xfc\xbd\xf1\x46\xca\x48\x64\x5e\x1d\x00\x77\xe1\x6c\xf2\x27\xd4\x0b\xc4\x7b\x14\x00\x14\xfa\x0b\x4d\x89\x3d\xab\xaa\xb9\x89\x0c\x1a\x09\x39\x28\x10\xa2\x66\x77\x06\xe0\xe1\x57\x1f\xc6\x23\xcd\xb0\xc5\x55\xe8\x76\xe6\xfa\xb7\xa9\x9c\xba\xeb\x03\xa9\xc6\xfb\x51\x9c\x06\x14\x92\x5a\xb8\x09\x6f\xdf\x04\x6a\x58\x97\x95\x16\x67\xd3\x63\x25\xc0\x00\x4a\xb3\xd7\xfc\xe9\xed\x36\x97\xd0\xac\x37\x9a\x3e\xb9\x8b\x6a\xe1\x18\x77\x3f\xee\xb8\xd4\xa4\x54\xb4\xcf\x79\x3c\x02\xbd\x98\xa5\xa4\xcc\x67\xfd\xff\x11\x0b\x41\x5f\xda\x34\x61\x44\x1e\x43\xf3\x8d\x65\x75\x76\x3a\x85\x03\x7b\x9b\xcf\xeb\x1c\xd9\xe9\xa7\xf1\xc0\xc1\x9f\xa6\xb1\xc1\xf1\xe9\x72\xca\x49\x38\x3e\x19\x0c\x9c\x09\xee\xae\x3f\xc0\xbb\x32\x1d\x93\xdc\x84\x3c\x33\xf7\x93\x0f\xeb\x08\x81\xe3\xe7\x62\xf9\xf5\x1d\x55\x11\x46\x3d\x5f\xde\x5f\x38\xf5\xfc\x22\xeb\x91\xe4\xa4\x70\x00\xf2\xf9\xba\x01\xcf\xf1\xa7\x17\x61\xb1\xc8\x5c\xaf\x14\x3b\x2e\x87\x70\x48\x06\xb5\x1b\x5d\xba\x67\x7f\xf5\x30\x14\x09\xbe\xf8\xe4\x69\x28\x0e\xa0\x28\xc4\xd3\x60\x02\x1c\x72\xfc\x0c\xe4\x2f\x3e\x03\x5f\xef\xe3\x21\x87\x07\x61\x5b\x6d\x5d\xb8\x87\xc7\x9b\xcc\xa7\xa0\x80\x3c\x17\x5f\x8a\x33\xc1\x1c\x46\x57\x3e\x1b\x0a\xd9\x13\x75\x19\xfb\xfa\x34\x13\x50\xcb\x9b\xe5\x89\xa5\x41\x1c\xa2\xeb\x33\x57\xcd\x3c\x47\x46\x0d\x3d\xb2\x8f\xdb\x93\x61\x80\x2f\xf9\xf3\x2f\x33\x7c\xc9\xc9\x08\x81\xe8\xf4\xc5\x84\x22\x26\x36\xdc\xd1\xec\x19\x00\x71\xed\x52\x0c\x93\x6f\x91\x9e\x79\xd1\xa7\x92\x85\x3a\x46\x5c\x06\x95\x84\x00\xbd\xab\x7e\x11\xa0\xb7\x48\xf4\xe7\x0d\xe7\x2d\xcd\xc3\x27\xf6\x0c\x60\x1b\x43\xb5\x3a\x1d\x55\x5d\x2d\x23\x1e\xd5\x62\x48\xa3\xea\x8f\xf2\xc7\x00\xc9\xa9\x3d\x25\x52\x6e\x4f\x48\xee\xe3\x34\x03\x85\x3c\xc7\xd0\x1e\xc6\x1d\xc2\x72\x56\xfb\x48\xdf\xc2\xd6\x44\x8f\xdd\xa9\xaa\x4d\xc4\xf9\x48\xca\x2c\x15\xd2\xea\x82\x63\x0a\xd6\x51\x3b\xd5\xe5\x11\xa0\xe3\x70\xc1\x60\x3d\x34\x19\xe8\x6d\x18\x42\x4e\x09\xf5\xb4\x45\xe4\xf7\x4b\x82\x38\x2d\x1f\xb1\xf9\xa4\xf4\x12\xeb\x27\xfc\x3b\x9d\xb9\x37\x21\x2c\x3d\x95\x97\x39\xf2\x48\x14\xfd\x7a\x24\x39\x68\x73\x57\x6e\x7f\x69\x60\x8c\x48\x3c\xff\xd8\x42\x30\x24\xb4\xaa\x6e\x95\xa5\xa9\x01\x27\x98\xdc\x35\xda\xf8\x07\x85\x14\x55\xf2\x1c\x27\xbc\xb6\x85\x78\xd2\x8b\x50\xe6\xa7\x8a\x62\x2d\x17\xfe\x11\x3a\x6d\x0e\x9d\xf6\xd5\x08\xb0\xe1\x9e\x44\x50\xf8\x57\x22\x7d\xb2\x4f\x71\x3c\x0c\xb3\x4a\xbe\xd5\xfa\xea\xc4\xf1\x89\x72\xbb\xd3\x40\x83\x26\x5a\xcc\x1f\x3e\x59\x3d\xf1\x40\x01\x01\xdd\x85\x3c\x7d\x5a\xde\x37\x90\x62\x9e\x56\x00\x2d\x08\xf1\xfc\x74\x84\x68\x2f\x63\xc6\xe3\x8d\x76\x24\x09\xf6\xf6\x7b\xac\xdc\x6e\x05\x64\xa3\xf9\x59\x3f\xab\x3a\x65\x6c\xda\xd9\xa6\xad\x12\xae\xeb\x17\x5f\x33\x0e\x57\x5c\x43\x16\xe9\x6c\xfa\x50\xed\x45\x04\x63\xbf\x52\x79\x4e\x4b\xcb\xbf\xa7\xfe\x7c\xe4\xbf\x59\xbc\x61\x19\xd5\x33\xb0\xb2\x62\x41\xaa\xe9\x7e\xa5\x72\x3a\x1c\xe3\x66\x1e\x4d\xa1\x5f\x29\xc0\xed\xac\x87\x7d\x25\xf5\x21\xf0\xbc\xfb\x13\x50\x9b\xb4\x26\x3b\x29\x6f\x24\xbd\x21\xc1\x54\x9f\xf4\x3b\x8f\x63\x40\xc8\x58\x04\xad\x17\x39\x2a\x89\xf6\x32\xc7\x7b\x4e\xa6\xf6\x84\x91\x20\x1c\x7d\xfe\xd7\x1c\x1f\xb9\x21\x8f\x24\x35\x92\xdc\xc8\x59\xcd\x4c\x25\xf0\x5f\x65\xd5\x68\x66\xb0\xc5\x18\xb0\x6a\x5c\x87\xab\xf8\x6c\xe3\xb1\x59\x04\x68\x9d\xee\x62\x4c\xf9\x94\x48\x2b\x1a\x7c\x5a\x9e\x28\xc9\x00\x19\x92\x4e\xb0\xf0\x9a\x35\xe8\x8e\x56\xa4\x24\x21\x48\xa4\x83\xe4\xcc\x0a\x97\x2d\x19\x8d\x4e\xc6\x1d\x84\x4b\xd6\x66\xd0\x09\x25\x75\x95\x39\x76\x6a\x24\xeb\x75\x6c\xef\x24\x7e\x30\x38\x48\x2e\x89\x74\xfa\x47\x72\x3e\x0b\xbb\x96\x2f\xbc\xdf\x9a\xba\x53\xec\xf5\x2a\x31\x78\x4d\x3d\x56\x23\xc4\x88\x40\xd8\xe5\x6f\x53\x6b\xcb\x6f\x13\xc5\x79\x39\xb6\x73\xce\x82\xf9\x98\x7d\x04\x16\xdc\x61\x6d\xea\x1f\xd1\x98\xea\x53\x58\x8e\x97\x67\x85\x57\x5c\xb8\x30\x08\xe1\xe3\xec\x88\xbb\x1b\xab\x2f\x02\x3f\x81\xbf\xd0\xf5\x5b\x59\xad\xde\x5b\x1d\xd1\x26\xc6\x2d\xf8\x0d\xb1\x52\xa4\x42\xe5\x96\xf1\x00\x70\x53\xf7\xc0\x3c\x33\xfc\xf2\x3a\xa6\x70\xd4\xfe\xb4\xae\xe5\xd5\x87\x27\xfd\x56\xdb\x03\x12\x23\xfb\xf0\x7f\x0e\x6b\x25\xd2\x2c\x91\x9b\xdc\x7d\x01\x81\x20\xdd\x22\x07\x84\x9c\x07\x8e\x60\x4c\x06\xfc\x3e\x0f\xd7\xe6\xb0\x52\x20\x78\xbe\xa1\xac\xc2\xc5\x2d\x24\x78\xbe\x77\x28\x75\xcf\x62\x4a\x74\x0b\x3e\xe1\xfc\x53\xd1\x66\xcb\x20\xe7\xdf\x30\xba\x0b\x10\x4d\x36\x63\x8e\x48\x79\x47\xe4\x67\xe1\xee\xa8\xe5\x1d\xaf\x89\x50\x2d\xa0\x8a\x3f\xd1\x6e\xbc\x56\x46\x47\xd5\x08\xdd\xde\xe5\xc8\x49\x55\x30\x81\x70\xa6\xf6\xa1\x02\xb1\xd9\x3a\xda\x49\xd9\x73\x9b\xf7\xb1\xb3\x48\x7c\xeb\x04\x5e\xdd\x30\x95\xfb\x3d\xde\xbe\x78\x77\x73\x52\x21\x49\x7c\x76\x65\x21\xe7\xdb\x09\xb2\x5e\xad\x0a\x9c\x4c\xb5\x70\x0b\x5c\x89\x09\x04\xb8\xfd\xb0\x9d\x9d\xda\x81\xa0\x4f\x56\x48\xea\xb3\x94\x15\x35\x64\x0f\x0e\x43\x64\xe7\x70\x37\x08\x16\x33\x7d\x0c\x57\xb2\xaa\xa8\xe0\x90\x12\xf1\x16\x5b\x73\x28\xcf\x83\x64\x00\x3e\x6b\xbc\xe9\x50\x1a\x8f\x0a\x22\x6e\x91\xae\x1c\x4e\x57\x07\x15\xcd\xc1\xaa\x53\x02\x49\x0a\xbc\x56\x94\x41\xc9\xb9\x25\x76\x04\x98\x9d\xea\xc6\x44\x03\x14\xeb\x6d\xeb\x92\x87\x5d\x42\xd1\xed\xed\xad\x63\x35\xa4\xe8\x36\xdd\xfd\xfa\xe6\xcb\x18\x00\x05\x4d\x7e\x7c\x06\x16\xd7\xac\x57\x94\x07\xd7\x91\xcc\xd9\x05\x32\x14\x0e\x40\x37\x68\x2a\x82\xd7\x99\x56\xae\xab\xd7\x1b\x3c\xd5\x6f\x44\xd1\x0e\x06\xe9\xfa\x0d\x24\xf9\x09\xb8\xe2\xd6\x1b\x35\xdb\xe7\x97\x94\x7c\x11\x0f\x73\x04\x48\x57\x5f\xb3\x9f\xd5\x2a\xbd\xbd\xfa\x17\x1a\x2b\x07\x1b\x6f\x2a\xf7\x7f\x65\x29\xec\x18\x4b\xa1\x3f\xd8\x02\x71\xb6\x9e\xbb\x39\x56\x9d\xdd\x9d\x73\x46\x11\x9b\x06\x8d\x1a\x08\xd0\x13\x4e\xcd\xd1\x6f\xd2\xf4\xa6\x84\xd8\x80\x7e\x26\x18\x7c\xd8\xbc\xd7\x83\x3e\xa8\x4f\xcb\x17\x7b\x45\xe1\xd7\xac\x99\x8a\xe5\xe1\x94\xb0\x3c\xea\x53\x31\x91\x87\x4f\xb3\x46\xef\x02\x30\xf5\xca\xa3\x93\x00\x8c\x9b\xb2\xcc\xc3\xa3\x9e\x26\xa0\x48\x6e\x4c\xe4\x12\x6a\x4a\xa3\xb7\x7d\x8b\xcb\xf6\x39\xcd\x52\x01\x7a\x2d\x0e\xc2\xf4\x53\x5f\x13\xd8\x5d\xe2\xa7\x17\xf1\x45\x73\x75\x2b\x0e\x22\x4a\x2b\x7b\xe2\xae\x2e\xad\x89\x12\x07\xd5\xa0\xcc\x66\x43\x1b\x34\xf8\x5d\x93\x9e\x27\xd3\xe2\x29\x95\x25\x2e\xbd\xa5\x1f\x47\x27\x30\x3b\xc6\xa7\xf1\x93\x4f\xe3\x4c\x9d\x51\xa7\x15\x53\xcc\x9b\x88\xba\x71\x29\x47\xf8\x8d\x3e\xf2\xde\xfb\x17\x5a\xf9\xc7\xcd\x5b\x35\xbf\xf0\xb5\x85\x8f\x93\xcd\x5b\x1b\xac\x22\x64\x3b\x05\xa8\xb7\x5f\xe0\x8c\x08\x20\xbb\xad\x1d\xdc\xc1\xc6\xfa\xbe\xdd\xec\x88\xfa\x8e\xec\x19\x59\x01\xf6\x36\xc8\x70\x5f\xa4\x44\xf8\x11\xc6\xb9\x9e\xa1\xe1\x67\xd3\x9d\x4b\x96\x16\x53\x8d\x09\xb0\x60\xd5\x48\xe5\x27\x19\xe7\xac\xc1\xa6\x83\xa7\x7b\xc4\x6a\x00\x23\x64\x1a\x0f\x8c\x79\xed\x9e\xf4\x1d\x50\xa3\xa8\xd8\x29\x2d\xbc\x63\xf5\xc9\x16\xf0\xdc\x27\x2f\xb9\xda\x28\xf3\x34\xf3\x55\xae\x4e\xf0\xdc\x35\x0e\x1e\x54\xfd\x71\x11\xeb\xf8\x04\x67\x95\xc5\x71\x79\x28\x93\x31\xa5\xe2\xe8\x45\x99\x58\xa7\x2d\x52\x36\xa8\xfd\x0e\x3e\x6a\xa3\x31\x1a\xa8\x14\x3a\x30\x96\x94\xb7\xf8\x30\x2d\x02\x0b\xbc\x00\xbb\x07\x63\x8f\x92\xd8\x3c\xa4\x98\x32\xe7\x09\x86\xc3\x98\xe8\x2f\x2c\xbf\x63\xa6\x5c\x97\x98\x9b\x1a\x98\x9b\xa5\x3c\x30\x73\x43\x7a\x63\x7b\xb9\x22\xd5\xf1\xe5\x50\xa8\x43\x59\xef\xfb\xc2\xb9\xd5\xc2\xe6\xd6\xc1\x01\x1e\xd2\xde\x3f\xde\x9e\xac\xcc\x6a\x61\x1f\x8d\x99\xd3\x99\x83\x83\xf4\x22\xc4\x47\x9e\xd2\x83\x89\xe7\xdc\x01\x16\xec\x5d\x41\x21\x82\x1f\x4e\xf4\x95\x98\x30\x9b\x44\xd5\x1c\x77\x43\xa0\xc8\x8d\x37\x65\x24\xd2\x9f\x9b\x8d\xfb\x73\x82\x31\x6b\xde\x5b\x7d\x51\x77\xa6\xfa\xe4\xaa\x21\xc5\xb8\x0e\x5a\x18\x2c\x21\x87\xd9\x45\xca\xf3\x66\xeb\xef\x8e\x1d\xe7\xe5\x39\xcf\x42\xb4\xb3\x78\x4a\x3b\x97\x29\xed\xcc\x8e\x21\xbd\xab\x2e\xb9\xed\xb7\xf0\x8c\x27\xc8\x09\x44\x3c\xd1\x53\xb9\x87\x43\xb0\x95\x97\x5e\x93\x33\x3f\x93\x36\xa5\xa5\xe8\x00\xe4\xb5\xbc\x4d\x73\xc7\x08\xbf\x54\x52\x67\xcf\x6d\x47\x88\x89\xac\x40\x1e\xaa\x6d\xf1\x68\xac\xe8\x71\x56\xfa\x6e\xdb\xb7\x30\xac\x10\x1b\xe7\x59\x7d\xfd\xcc\xb9\xc2\x86\xce\x63\x96\x5c\x79\x8c\x28\x88\xcc\x3c\x41\x68\x0d\x08\x6d\xbf\xb4\x70\x4c\x44\xf0\x61\x3b\x67\xa7\x3e\xd2\x95\xd6\xa0\x20\xa9\xc3\x2f\x3d\x68\xc2\x7e\x60\x0e\x7d\x67\xbe\xb8\x39\xf9\x5d\x5f\xbc\x17\x21\x5e\x37\x5c\xde\xf4\xb1\xdc\x9d\xf4\xe9\x03\xb9\x1c\x80\xeb\xbb\xa3\x3a\x67\xdf\x3a\x2d\x15\xfd\x40\xaf\xb3\x74\x2e\xb2\x22\x85\xcc\x43\xdb\x61\x0d\x8b\x1b\x83\x63\xc3\xf9\x2f\xcf\x8e\xe7\xbf\x23\xec\x8d\x7e\x64\x3d\x77\x5e\x6d\x65\x1e\xe8\xdb\x47\xcb\x13\xde\x2f\x30\xa6\x23\x38\x02\xc3\x29\xb5\x09\xb9\x8b\x4d\xee\x9a\xd3\x3c\x77\xa1\xf1\xc4\xdd\x94\xfc\xee\x02\xc0\x60\xb2\x37\xcd\xba\xaa\x97\xc8\xd1\x2f\xb1\x2d\x38\x65\x6a\x67\x34\x86\x18\x30\x21\x2f\x0a\x9b\xd2\xce\x52\xd6\x48\x17\xe1\x86\xcb\x77\x1c\x39\x72\x73\x2c\x5e\x0e\x97\x3c\x61\xaa\xcf\xdd\x8b\xca\xef\xe7\xd4\xbe\xe6\xc0\x8f\xe2\x6c\x07\x37\xa4\x4b\x53\x79\xd8\x98\x6a\x04\x2d\xcb\x96\xb5\x11\x96\xbe\x53\x0f\xb5\xa8\x02\x17\x8f\x31\x69\xf9\x7e\x9b\x55\xe3\x9d\x7b\xb7\x94\x70\x13\x32\xf6\x90\x3f\x88\x1b\xc9\x93\x63\xd5\x80\xf3\xc6\x6b\x74\xe5\x58\x59\xae\xb8\xa1\x8b\xeb\xdd\x99\xf1\xf1\x7e\xe8\xbb\xe3\x25\xf2\x5f\x37\xe4\x99\xf6\x43\xe0\xa9\xe4\x0d\x61\xb9\x02\x4e\x40\x27\x3b\xd1\x11\x1e\x80\x54\xfc\x49\x1d\xa9\x44\xeb\x94\xca\x3f\x81\xf3\x4e\xe8\x8d\x66\xea\xef\x18\x6e\xca\x39\xa5\xbb\x1f\xaa\xbb\x3d\xa3\x3a\x14\x27\x44\x23\x1f\xce\x48\xc8\x25\xb2\xde\x00\x59\x1f\xc8\x22\x93\xf5\x98\x7c\xef\x0f\x37\x34\x9e\xd2\xcd\x94\x52\xd4\xa9\x5c\xe9\x0e\xe0\x29\x4a\xa8\xe7\x62\x4e\x1f\x73\xbb\xaf\x69\x04\x2c\xb8\x45\x76\x32\x3e\x7b\x85\xbf\xd3\x9d\x4c\xa1\x2c\xc5\x02\x07\x5b\x0a\xc6\xef\x1b\x1f\x87\x6f\xc3\xbf\x89\x05\x8c\x9d\x7c\xf4\xf0\xed\x2c\xbf\x3e\x5e\x5d\xe1\xe4\xed\xd9\xc0\xb5\x86\x52\xb4\xf5\x4c\xc2\xfb\xdd\x3a\x3c\xe5\xc1\x5c\xe1\x2c\xe4\x20\xb4\x3e\xc4\xa3\x2e\xd1\x25\xb1\xb7\xcb\x2c\xdd\x3a\xcb\xd2\xb9\x77\x71\x25\x38\x7f\x57\x1a\x1c\xfa\x7b\x69\x40\x15\x33\xa0\x5d\xc9\x83\x27\x66\x08\x04\x77\x67\xd3\x4a\xd6\xde\xe9\x38\x02\xe1\x6f\x64\x61\xca\xa6\xfb\x88\x94\x24\xfd\x81\x6f\x72\x33\xa8\xc8\xb6\x96\x8a\x3c\x8f\x29\x9b\xa0\x09\x66\x50\xed\xa4\x09\x05\x83\xe6\x31\x7f\x4d\xcb\x37\xf8\xa3\x2b\xd4\xaf\xed\x81\x8b\xbd\x0b\xf5\xb4\xcd\x01\x4c\x69\xc2\x78\x72\xd5\x39\x23\x85\x4c\xa4\x50\x4f\x73\x80\xe2\x23\xe7\xce\x7e\x19\x20\xfc\x3c\x14\xea\x39\xf7\x72\xfc\xf7\xea\xd0\x31\x8a\x6e\xf5\x30\x61\x05\x21\xc1\x6b\xa5\xa3\x29\x2d\x6c\x94\xef\x0a\xf5\xbc\xcf\x05\x40\xfa\xea\x0b\xf5\x7b\xb3\x65\x2f\xa1\x9e\x50\x0f\xf5\x2a\x42\x3a\xc8\x2b\x7d\xeb\x63\xcc\xa1\xf0\x76\x92\x94\x77\x5b\x1b\xea\xd7\xd9\xa1\x6d\x3e\xa9\x5f\xf5\x75\x68\x70\x9f\x9c\x67\x6b\x69\x0b\xb1\xb6\xa1\x0f\xad\xad\xc3\x6b\xc5\x26\x2d\x21\x66\x2d\x5a\xc0\x56\x6d\x89\x88\x14\xf2\x7e\x7a\x1c\xad\x19\x4c\xc7\x15\xea\x71\x62\x3e\x75\x84\x7a\x1c\x8f\xef\x30\x87\x9e\x70\x3e\x89\x64\x0c\x15\x52\xb6\x4e\x93\x10\x53\xd5\xec\xf9\x24\x33\x85\x6a\x17\x7d\xbe\x0b\x75\x3f\xee\xa2\x4c\x57\x38\xbf\xad\x8a\x12\xa2\xa6\x90\x6c\xa1\x85\x32\x1d\xca\x21\x5b\x53\x42\x34\xf0\x61\xda\xc6\x83\x8a\x0f\x05\xc9\xe9\xad\x84\x53\xba\x35\x3e\x32\xaf\x24\x9b\x22\xd0\x90\x3e\x89\xcc\x97\xba\x32\xf9\x51\x95\x50\x3b\x39\x9f\x86\xb8\xc6\x7d\xa1\x3e\xf3\x5b\x5e\x0d\x47\xa8\x7b\x36\xe2\x77\x85\x7a\x58\xde\xe2\xdf\x7a\x29\x1e\x06\x53\x5e\x3f\xcd\x32\x46\x48\x2f\x57\xa3\xd6\x0e\x72\x7b\x90\x9c\x90\xf6\x95\xde\x96\xb5\x24\x7d\x2b\x65\x6a\x6a\x2e\x02\x93\xf5\x44\xfd\xca\x25\xad\xcc\xaa\xcd\x25\x39\x3a\x28\xcd\x00\x2f\x62\x0f\x2b\x12\x08\xf5\x54\x7f\xc7\x78\x34\xed\x2c\xc0\x57\xb5\x6b\x7d\x64\x57\x5d\x9f\x9c\x69\xc9\xc6\xc9\x09\x85\xfa\x1d\xd7\xf8\xa8\x85\xc2\x79\xb3\xf6\xb6\x10\x05\xda\xf8\x95\x6d\x50\x12\x84\x33\x34\xbb\xf9\x9a\x26\x16\x31\xeb\x71\x2c\x24\xb2\x45\x72\x92\xc2\x06\x14\x65\x43\xbd\x5c\xa4\x01\xe7\x0d\x84\xc2\x9c\x17\x99\xc8\x1f\x97\x49\xb7\x54\x3f\x00\xff\x52\xe6\x07\xc3\x41\x91\x9a\xa4\x0c\x3e\x40\xab\x3b\x2f\xb2\x97\x3f\x9d\xf8\x1f\x07\xa3\xff\x53\xde\x49\xb3\xa5\x22\x1c\x17\xda\x38\x70\xaf\xc2\x1b\x39\xe3\xa5\x3a\xd7\x7d\x8e\x0a\xf0\x15\xe1\x34\x50\x9b\x0a\xdc\x3c\x8c\xa1\x9f\x4c\x03\xc6\xc2\x98\xdb\xb9\x19\xc7\x23\x03\x71\xb2\x44\xae\x27\xa3\x7e\xe4\xcc\x4f\x39\x27\xf3\x63\xc6\x6c\x06\x83\xbf\x2f\xdc\x5f\xe3\xf8\x8b\x6f\x79\xcc\x83\x89\x56\x5f\x46\x71\xf8\x66\x14\x7f\xee\x6f\xa0\xf4\x85\xa7\x90\xb6\x9d\x0f\x53\x1b\x31\xec\xd0\xd8\x87\xa5\xd5\xe5\x60\x33\xb6\x7b\x11\x2f\xd0\x28\xc3\x41\x56\xd3\x5c\x55\x57\x45\xa4\xd3\xf1\x75\x7b\x17\xab\x1a\x9b\x18\xd5\xad\xdf\x1d\xeb\x56\x59\x31\x13\x08\xf1\x50\xac\x04\x78\x86\xf4\x5f\x6d\x58\x5f\x49\x7c\x61\xaf\x8f\x98\x53\x99\x4c\x1e\xb2\x53\xcf\xae\x4f\x57\x3c\x36\x1d\x2c\xe5\x8b\xf8\xe2\x77\xd6\xdc\xc1\x40\x9e\xdb\x19\x14\x57\xda\xd0\x29\xb7\x37\xeb\x65\x56\x32\xe9\x81\x4b\x9a\xb0\xa4\x86\xf0\x45\xce\x8c\xb6\x5a\x1f\xc5\x72\xca\x63\xe0\x09\x1b\x7e\xc1\x91\x64\x10\x7e\x9a\xee\x12\x20\xe5\x2f\x14\x2d\x56\x26\xc5\x9c\xda\xc9\x41\x13\x18\x59\x1b\xb4\x72\x9e\x0e\x2c\x86\x0d\x2b\x28\x01\xa8\x0c\xb9\x8b\xf2\x1b\xce\xa8\x56\x85\x47\x4a\xb9\xd0\x31\xfe\x7f\xad\x9d\xe6\x34\xdc\x9b\x43\x3a\x8b\x50\xdc\xb4\x2c\x8f\x18\xd4\x92\x34\xc1\xa8\x89\x1c\x27\x8c\x10\x4f\x10\xb9\xd8\x90\xfa\x02\xf1\x00\xa3\x47\x8b\xf3\x4b\x66\xe3\x58\xd6\x08\x2a\xe8\x0e\x20\xdf\xbf\x54\x11\x06\x1e\xd2\x90\xa6\x43\xec\xed\x12\xd8\x8d\x08\x47\x69\xe6\x5c\xc2\xf9\x52\x5f\xf8\xc6\x02\x20\x63\x82\xe2\x36\x80\xa2\x67\xb9\x22\xd3\x64\x2f\x06\xae\x63\xca\x51\x0d\x6b\x0a\x10\xd5\x55\x64\xb2\xe8\x35\x23\x06\xf9\xa5\xe6\x82\x12\xcc\xb2\xe1\x66\x05\xb4\xfd\xd2\x16\xe0\x21\xaa\xce\x59\x2c\xf6\x30\x93\x1c\xe0\xcb\x91\x94\x58\x79\x3d\x23\x68\xe4\xbc\x2c\x36\x71\x56\x77\xec\xba\xd0\xa0\x90\xe3\xa7\xb8\x80\x2c\x5d\x26\x05\x1a\x66\x42\xaf\xee\xaf\x3b\x4d\xd1\xde\x13\x58\x45\x97\x00\x24\xef\x36\xf9\x06\xf2\x11\xf9\x48\xe6\x99\xa0\x88\xf2\x5e\x1e\x6d\x8b\x50\x8e\x23\xa7\x6c\xbf\x8e\x1c\x8c\x5e\x69\x86\xd3\x3b\x80\xe4\xd8\xd3\xc7\x43\xff\xae\xfb\x27\x7b\x1d\xc6\xe1\x2d\x60\x6b\x1f\xe4\xda\x7f\x2c\x56\x7a\xd6\xeb\x1e\x79\x56\x0a\xad\xb9\xa2\xe1\x00\x7b\x20\x98\x93\xc4\x24\x84\x26\x98\xce\x14\xe0\x03\xf3\xfa\x2d\x0c\xfe\x9e\x50\x03\x95\x6c\xf4\xd5\x6d\xbd\x91\x11\x67\x5d\x0a\x2c\xc7\xb0\x1c\x31\x3c\xe4\x3b\xd0\x90\x3f\xe1\x44\xbb\xa2\xf5\xa8\x8f\x5d\x6b\x80\x68\xfe\x6e\x79\x78\x8b\x13\xf9\x2a\x6e\xde\x28\xe6\xc4\x64\x55\xa5\xe7\x99\x92\x9c\xee\xf5\x7f\x67\x32\x52\x6b\xca\xdf\x9a\xc8\xdb\x03\xfc\x5d\x66\x8a\xa1\x50\x90\xbb\xce\xb3\xf6\x4a\x88\xbd\x52\xe9\x01\xf3\x30\x2b\xa7\x6a\x1f\x4f\x67\x6e\x86\x7b\xbf\xaa\xc2\x09\xdf\x32\xd9\x0e\x05\x90\xda\x69\xdd\x20\xb7\x85\x95\xd6\x97\x22\x26\x3f\x91\x37\xe4\xdc\x1f\x8e\x50\x45\x7b\xf3\xfb\xfc\xe0\xd6\x80\x46\x16\x36\xc7\x6d\x96\x74\x7c\x8a\x90\x08\x84\xb8\xaf\x20\x5a\xf2\x1d\x20\x23\x61\x7d\x4c\x4a\x58\xb7\x02\x46\x89\x93\x3b\xf1\x85\x0e\x27\x88\x00\x4c\x4b\x15\x3c\xcb\xa4\x88\x52\x4d\xbb\x86\x50\xc2\xcd\x6f\xe0\x17\xd3\xc8\x38\xf3\x82\xc5\xe9\x04\x28\xdd\x12\x4f\xfe\x38\x4e\x65\x7f\x1d\x67\xd7\x08\xae\xf7\x35\x84\x4b\x0d\x49\x6a\x19\xc9\xcb\x03\xfd\xb8\xf0\x33\x56\xca\x13\x2a\x6e\x55\xe9\x4f\x75\x6b\x7a\x38\xd4\xee\x52\xb5\x4b\x9a\x42\x81\xce\x1c\x57\x64\xc0\x8b\x18\xd4\x1f\x0f\x6c\x59\x1e\x67\xe8\x88\x3b\x97\xec\x67\x40\x95\x6e\xdf\x59\x9e\x08\x9e\x21\xf3\x32\x9a\x74\xc6\xe9\x92\xae\x0a\x65\xf5\x28\x12\xfc\xed\x5b\xb5\x9b\xfe\xdc\x15\x0f\x84\x61\xd4\xfb\xac\x22\x4b\x5c\x2f\x4e\x70\x2d\x53\x0f\x11\xbd\xb7\xd1\x1c\x94\x1f\xd1\x67\x41\x95\x00\x7b\x3b\x80\x12\x77\xc6\x58\xaa\x30\x86\x3e\xd8\xfc\xdd\x69\x22\x38\xd9\x2f\x93\xaf\xc3\xc1\xe1\x5c\x01\x1c\x34\x66\xe8\x0a\x4d\xbe\xd6\x4a\x6b\xea\x81\x72\xcd\x70\x02\x2c\xfe\xb4\x6c\xa6\x18\xdd\x5d\xee\x90\xd6\x7c\xa3\xf9\x6d\x07\xb7\xfd\x7d\x3d\x01\x03\x02\x08\xa8\xb2\x9f\xbd\x07\x1d\xdc\x27\x71\x75\x2c\xc0\x43\xf0\x9a\x07\x24\xaf\x6a\x30\x38\xa8\x95\x02\x0d\xf0\xa5\x3b\x0e\x2b\x53\x83\x5c\x03\x32\x35\xdc\x0d\x49\x0f\x36\x81\xbe\x39\x07\x13\xc6\x4d\x3e\xdb\xce\x41\x5d\xdd\xb3\x94\x3e\xe1\xd1\xd1\x4b\x4e\xb1\x54\x7e\x86\xa8\x85\x83\xc1\x5d\xda\x71\x47\xa8\xb2\xaa\x43\xe9\xe7\x91\x4b\x9c\xba\x85\x03\x20\x68\xdb\x5d\x8d\x18\xc2\x4e\x5d\x95\xf1\x90\x4c\x1f\x53\xfa\xed\x89\xbc\x24\x77\xdb\xa1\x9a\xca\xa3\xcf\x5f\x65\x06\x6e\x24\x7d\xf7\x9f\xac\xae\xd8\xd8\x55\x99\xa3\x2c\xff\x05\xbb\x45\x24\xbf\x24\x57\x94\xa5\x49\xf4\x77\xb1\x6d\x9c\x57\x34\x13\x19\x92\x2b\x7b\xe9\x86\x10\x06\x52\x44\xa1\x78\x04\xb7\xe4\xd1\xe7\x29\x32\xa6\x43\x7e\xf8\xb6\x60\xf0\x50\x03\x00\x5a\xd0\x52\x6b\xee\xc3\xf2\xc4\xed\xdc\xa6\x24\x96\xd4\x98\x09\xbe\xb0\x02\xd1\xde\xf3\x63\xa9\x84\x78\xdf\xce\x02\x2b\x14\x9d\x55\x6b\x8f\x31\x15\xe4\xc6\x0c\x6e\x8c\xf7\x96\x06\xb7\x5e\x30\xd8\xf6\x4c\x0a\x35\xb2\xf7\xd3\xd6\x39\xb3\x73\x00\xb7\xd4\x59\xde\xa6\xd6\x89\x9d\x4c\x2d\xf6\x83\xac\x1d\xdf\xbc\x64\x97\xad\xfb\xe3\x2a\x88\x19\x24\xfe\xfe\x62\xdb\x86\x0b\x32\x52\xc8\x0d\xdf\x8e\x8f\xde\x62\x7b\x34\xb9\x00\x9c\xc4\x29\xe3\x14\xe0\x1e\x38\x73\x72\xb8\xf1\x97\xe0\x75\xdf\x49\x67\xf4\x32\x3a\x20\xc3\x72\x19\x7b\xaf\xab\x10\xf6\x56\x5a\x65\xa9\xe8\xc7\x33\x7e\xd5\x26\x82\x7d\x57\x05\xc7\xa9\x5f\x2a\xfb\xd6\xf2\x85\xe3\x9b\xd9\x34\x28\x44\xa1\xf5\xa4\x0f\xea\xe3\x11\xb0\x5e\x4d\xe5\x7c\xae\x17\xdc\x86\x82\xe1\x21\xd9\xb0\xdb\x2c\x01\x34\xb3\x6f\x99\xbf\x99\x7a\x19\x1f\x4b\x5f\xa8\xe7\xc5\x9c\x89\x24\xa7\x1a\x9a\xeb\xa7\xa8\x7d\xaf\x8f\x5d\xe7\xf1\x78\xe8\x66\x40\x75\x7a\x37\xeb\x9f\x5d\xdc\x8a\x66\x21\x19\xba\x6c\xd6\x64\xdf\xa1\x3e\x39\xee\xa6\xbe\x6e\x5e\x71\x02\x5f\xa0\x7d\x3d\x13\x51\x15\x27\xad\xa3\xa7\x11\x9d\xaf\x0d\xf2\x07\x8e\x67\xf2\x8f\x36\xaf\xf9\x84\xd9\x18\xa2\x64\xd3\x16\xdd\xc2\xe2\x47\x76\x73\xb2\x99\xcd\x4e\x37\x8b\xd2\x31\x73\x62\x33\x2d\xfb\x8e\xe4\xe1\x66\x4b\x9b\x37\x93\x62\x85\x00\xba\xbd\x9c\x06\x5f\xfc\xd1\x9a\x8a\xfd\xd1\x1a\x14\xee\x5e\x54\x8b\x06\x28\xe2\xe0\x70\x77\xf4\x47\x8b\xf0\x07\x2b\xdc\xe6\x8d\xe3\x3e\x04\xc2\x69\xaa\xc6\x81\x33\x32\x15\x23\x27\xeb\x75\xb6\x51\xb9\x51\x00\xad\x6d\x73\xfc\xd5\xeb\x2c\x32\x5e\x67\x03\xf2\x3a\x5b\xa4\x99\x3d\x55\x2c\x0b\x0d\xf2\x34\x1b\x90\xa7\xd9\xe1\xdc\xd3\x8c\x44\x2b\x1c\x5c\x0e\x8e\xb0\x29\xb5\xca\xef\xbf\x0c\x8e\xc8\x95\xee\x28\x38\x02\x93\xe4\x00\x10\xc4\x3d\x18\x94\xaf\x75\x74\x77\x52\x65\xb9\x24\x6e\x6d\x20\x9b\x04\xc4\x96\x86\x0a\x12\xe7\x38\x41\x2e\x8b\x3a\x30\xda\x82\x59\x04\x25\xf2\x64\x70\x8c\xa8\xe8\x88\xbb\x1d\x25\x08\xed\xff\x26\x4c\x1c\x4e\xfa\x57\x66\xb4\x83\xf9\xad\xf5\x2a\xd4\xaf\xd3\x60\x13\xb3\xe0\x59\x37\xcc\x9e\x50\x0b\x69\xf6\xc5\x54\x87\x5d\x58\xbc\x9b\xc0\x93\xc1\xd4\xe0\x40\xee\x36\xed\xb4\xc4\xab\x50\x3b\x9b\x8b\x74\x08\x5a\x52\x10\xd2\xef\x7e\xd8\xbe\xe0\xa0\xa7\x4f\xe8\xbe\x8e\x0c\x94\xab\x91\xc4\x43\x57\xfc\xea\x62\xf7\xc5\x47\x8f\xf1\xaf\x06\xd1\x09\x55\x9a\x3e\xe8\xe7\x29\xa1\x5c\xb0\xdd\x1c\xbc\x14\x3f\xea\x7c\x05\x87\x48\xf6\x58\xc5\x9a\x16\x56\xae\x95\xc9\xc0\x57\x46\xf2\xd0\x70\xfa\x96\x06\xb5\x8b\x5c\xeb\xda\x35\xa2\x1c\xf7\x61\x54\x72\x2e\x53\x3d\x2f\x77\x08\xb8\x71\x8a\x5d\xcb\x1f\x82\xcb\x34\xad\x23\x86\x2a\x22\x77\xd7\x6e\x0d\xd4\xb0\x73\x98\xbb\x88\x10\x23\x77\x15\x40\xe7\xf7\x68\xf6\x9d\x55\x15\xd2\xde\x7a\xe3\x67\x26\x42\xce\x82\x6b\x78\xd0\x77\x26\x08\x07\x7f\x6d\x22\x44\x81\xfd\xa1\xe1\xa3\xbc\x96\x35\x5e\x09\x07\xe1\x88\x28\x1b\xd6\x37\xed\xd4\x0b\xdb\x15\x62\x6a\x23\x57\xa3\xc1\xac\xf2\x21\x37\x38\x42\x10\xa9\x7f\x21\x18\xf3\x87\x21\xcb\xb7\x4a\xa8\xfb\x12\xec\x70\x27\x89\x12\x59\xe0\x80\xb2\x42\x30\x6b\xca\x39\x23\xab\x9c\xae\x66\xb6\xa6\x2d\x70\xcb\x8d\x1b\x7d\x51\x16\xaa\x70\x08\x0c\xaa\xa1\x4b\xe6\x0f\x57\xb4\xbc\xc5\x18\xfc\xf2\x6a\x48\xe0\x51\xf7\x6b\xb0\x9b\xfe\x9a\x74\xcd\x2f\x73\x8a\x77\x3b\xee\x32\xdc\x41\x45\x5a\x25\xcc\x26\xe2\x62\x8f\x61\x0e\xe5\x86\x91\x66\xd2\xa0\x06\x52\x4a\x0d\x34\xe8\x71\x01\xf2\xd8\x08\x91\xf4\xfe\x70\x79\x03\x0f\x31\x2d\xc3\x0f\x1b\x44\x6f\x7a\xf5\x21\x9d\x10\x37\x1a\xeb\x3d\x54\x7e\x1e\xb2\x61\x55\x71\xf6\x53\xb3\xb4\xa9\xa9\xa1\x50\x20\xd6\x8b\xb2\x71\x8c\xd4\x81\xed\xe5\xf9\x03\x74\xeb\xb5\x11\xd2\x14\x20\x97\x47\xb9\x04\x8e\x90\x7a\x9c\x03\xf6\xfe\x3d\x80\x31\x8a\x6e\xc6\x5a\x56\x73\x7a\x63\x9d\x83\xfb\x04\xb6\x76\x05\x4f\xff\x0a\x6b\x70\x4c\xef\x26\xf0\x3d\xae\xe8\xad\x71\xab\x50\xfd\x8f\xe1\xca\xde\x3b\x8c\xc2\x63\x16\x46\x7d\x30\x10\x88\xb7\x92\x65\xac\x12\xf0\x31\x56\x12\x19\xd3\x86\x00\xb5\xa6\x97\xe3\x93\x32\x07\x3c\x16\x37\xb0\x48\xc1\xe9\xe1\xeb\x5c\x8f\x11\x0b\x0b\x2c\x75\x8f\x93\xe1\x1b\x35\x0f\xd9\xdc\x12\xfc\x16\xd2\xf1\xaa\x9f\x79\x9e\x7a\x09\xb8\x82\x70\x36\x3d\x96\x12\xdd\x34\xa9\x7e\x17\x1f\xf1\x46\xd1\x7b\x65\x9a\x5b\xdd\xfe\xd5\xfb\x98\x67\x7c\xfa\xed\xc0\xb6\x7c\xe1\xd3\xdb\x7b\x2b\x96\x84\x82\xda\xe5\x64\xad\xe9\x7a\x42\x5b\xac\x0f\x7c\x4f\x88\xbe\x39\x88\x1b\x80\x6c\x73\xcf\x9d\xe6\x6f\xb2\x74\xab\xc1\x9e\x9c\x22\xba\x5f\xce\x0e\x67\xa3\x39\x2a\xb8\x26\x45\xa2\x87\xef\xd3\x2f\x0d\x69\xee\xd2\x31\x6e\x9b\x1f\xc1\x18\x62\xcd\x9a\x35\xdf\xb8\x7e\xd3\x07\x98\xe0\xf4\x66\xcd\x09\xf4\xbe\x3d\x93\xf3\x61\xdb\xe2\x68\x8d\xe0\x3e\xca\xe9\x67\xb0\x75\x33\xc8\x21\xf9\x93\x96\xd2\xeb\xd0\xec\x17\x4d\xed\xae\x10\x3d\xd4\x1e\x49\x0a\x88\xa2\x13\xb7\xe5\x93\x91\x4f\xdf\xbe\x3f\x9d\x0c\x87\x1c\x2d\xec\x57\xb3\x6c\x5f\x0e\x86\x2f\xdc\x8d\x2a\x03\xad\xe0\xd2\xe2\x0a\x67\xb4\x74\x2e\x2e\x9a\x7e\xa0\x36\x5a\x96\x9d\xcb\xbb\x1c\xae\x46\x4d\xc6\xd3\xaf\xc9\x79\xaa\x26\x39\x4f\x85\x38\x90\x44\x15\x0e\x9c\x12\x3b\xe5\xb4\xfc\xea\x0c\xa6\xf4\xca\x8c\x68\x26\xd0\x0e\x5a\xfa\x62\xd5\x15\xe9\xa6\x06\x6a\x33\x36\xb9\xa2\x3b\x9a\x17\x2f\x31\x60\x7a\x35\x82\x3b\x03\x5d\xd1\xca\xc4\xc1\xdb\x8d\x33\x06\x7c\xe9\xac\x4f\xb8\xd1\x6c\xed\x27\x7a\x52\xdd\x05\xb2\x82\x52\x0f\x73\x55\x85\x7f\x5a\x7f\x31\x94\x06\xa9\x99\xd2\xfa\xcd\x3a\x56\x4f\xd8\x13\x87\x64\x4f\x3b\x89\x19\xaa\x8b\x00\x0a\xf0\x48\xcc\xec\x18\x50\xc1\x91\xcd\x7e\x41\xdd\x31\x44\x89\x2f\x96\xce\xec\x95\xac\x9e\x5c\xc9\x06\xd9\xba\xa6\x4e\x84\x16\x82\x31\xa3\x0f\xd7\x12\x86\x25\xa6\xdd\x80\xf2\xc9\xad\xd1\x1e\x07\xa5\x22\x6c\x50\x1b\x80\x58\xb9\x15\xfc\x5c\x21\x54\x73\x2d\x2b\x9d\x5e\xe1\xf2\x02\xe6\xd8\xaa\x9b\xbd\x98\x53\xfb\x78\x2f\x47\xdd\xf3\x6b\xc9\xac\xe9\x9c\x56\x3f\xc4\xa9\x33\x1c\x69\xf9\x59\xf3\xe3\x75\xb2\x03\xfa\x15\x30\x00\xcc\x43\xe6\x06\x88\x10\x2e\x43\x19\x10\x0a\xab\x27\x9c\x44\x99\x65\x39\xda\x3e\xd5\xd3\x6e\xa2\xfe\x74\x7b\x11\x83\xc4\x0d\xaa\xbc\x1a\x8e\xd4\xe5\x5b\x0c\xf8\xc9\xbf\x21\x37\x84\x78\x03\x38\x5f\x6a\xdf\x84\xb1\x7b\xdb\x82\x7f\xe9\xfe\x9f\x0c\x85\xf8\x28\x27\xb9\xb1\x02\xb1\x74\x34\x35\xe8\x07\xc8\x51\x47\x58\x3d\x6f\x8d\x58\xa6\xe8\x71\xc7\x44\x00\xd9\xff\x90\x57\xe7\x22\xb1\x8d\x89\xd3\x69\x37\xa0\x22\x1a\xab\xcd\xf0\x6b\x64\xc9\xc6\x44\x96\xac\x29\xb2\x64\x6a\x1b\x4e\x7e\x39\xb9\x39\xc6\x4c\xd7\x6b\x40\x7e\xad\xd5\x38\x59\x21\xc7\xc4\x34\x19\x47\x83\x8e\xc9\x04\x49\xea\x3a\xef\xd6\x8b\x89\xcd\x1b\xd2\x6a\x3d\xed\xf6\xb7\xf8\xab\x09\x5f\xfb\x97\xc6\x9c\x74\xda\x2b\x35\x69\xb0\xfa\x6a\x77\x61\x6c\x2b\x33\xb6\x25\x8d\x2d\x3e\x1b\x1b\x4b\x19\xe2\xcb\x88\x02\x2d\x85\xd5\xa6\x0f\xa0\x1e\xd6\xd6\x35\xc2\xf7\x8a\x10\x52\x9c\x85\xbd\xcc\x21\x7f\x57\x92\xb3\x53\xef\xc9\xa2\x9c\xf1\xaf\xd3\x1c\x20\x0d\x91\x04\x85\xce\x24\x7f\xaa\xc8\x7a\xfc\x53\x89\xa4\x10\xb7\x53\x3e\x54\xc5\x32\xba\xbd\x2e\x99\xa8\xa7\xa3\x94\x41\xbc\xb6\xc1\x5c\xff\x0d\x66\x11\x0a\xda\x97\x3a\x92\xde\x98\xd0\xb4\x73\xc3\x42\x82\xc8\x76\xd3\xc0\x49\xb6\x79\x4a\x64\x52\x25\xd5\xe6\xce\xe6\x0c\x81\x03\xb9\xd9\xe2\xde\xe7\x18\x2a\xa0\x39\xb8\xbb\xd8\xa2\xf9\x5e\xde\xdd\xfd\xa9\xe5\xaa\x33\xc8\xc1\x4b\xd5\x8c\xf4\x3c\x32\x72\x08\x5f\xbb\x01\x9c\x8f\x55\x7e\x8a\x78\xdb\xf5\xfc\xb8\x54\x4e\x24\x37\xf3\xef\xc4\x98\xae\xb8\xbf\xb7\xfa\xa2\xe3\xef\x10\xf2\x64\x62\xdd\x1f\xac\xbd\x14\x9d\x3b\x88\x70\x0f\x9a\x79\xed\xb6\x4f\x65\xb7\xc9\x0a\x81\xed\x65\xee\x1a\x7d\x98\xa8\x23\xa2\x86\x49\x31\x30\xde\xe5\x42\x15\x10\xf6\xf7\x1e\x17\xa0\xc5\xa8\x20\x4f\x50\x0a\xf5\x61\x04\x3d\x13\xf6\x4e\x98\xbb\xce\xb9\xf8\x37\x5b\x11\x88\xc8\x67\xf5\x7a\xaf\xab\x7a\x60\x8c\xe2\x9a\x21\x77\x01\x00\xca\xe9\xdd\x3b\xe3\xc6\x51\x16\xec\x8b\xdb\xa6\x6d\x44\x56\x4f\x3c\x8c\xc8\x20\xfb\xfe\x9b\x6f\x03\x67\x64\x15\xc1\x60\x46\x37\x00\x1e\x90\x1b\x00\x63\x24\x48\x5f\xd4\x49\x28\x91\x24\xde\x19\xa8\x52\x0f\xe3\x2f\xbe\xf7\xc3\x04\x99\x29\xe3\xe4\x81\x35\xe3\x1c\x6a\xa7\xdf\x18\x37\x53\xa0\xb8\x86\x77\xd1\xa6\x86\xdb\xb2\xa7\xb6\x0c\x5a\xdb\x76\x4c\x6c\xcf\x47\xb9\x8e\xc7\x99\x91\x13\xc0\x3d\xa1\x04\x2c\xb5\xef\x43\xc0\x4b\x1d\xb5\xf8\x06\x02\x17\xa9\xc8\xf4\x04\x4a\x10\x1e\xc3\xa8\xc8\x80\x4a\x6b\x83\xed\x41\x3a\x15\x56\x75\xa4\x70\x57\xf0\x4d\x18\xe5\x83\xa3\x76\xb4\x50\xd5\x94\x1d\x96\x06\x11\xcc\xf7\x44\x4a\x1a\x78\x9c\xdf\xa6\x03\x72\x24\x58\x92\x40\xfc\x52\xe5\x7c\x67\x95\x15\xd2\x2b\xd0\xfb\x17\xb7\x66\x13\x56\x4f\xe4\x86\x8c\x34\xca\x79\x5a\x46\xab\x16\xdc\x6b\x34\x5f\xd5\xdc\x71\x7a\x36\x8e\x6c\xe3\x68\x53\x2d\x2b\xb9\x42\x15\x1d\x84\xfa\x16\x6f\xf1\xdc\x20\xf9\xb5\x3f\x1b\x43\xf8\x31\x81\x27\xf3\x45\x9b\x93\x4c\x2d\x16\xa7\x01\x62\xb5\xe5\x1d\x11\xec\xf3\xd7\x38\x06\x3c\x6e\xd0\xe8\x9d\x14\xdf\x38\x99\x9b\xcb\x89\x2a\xbd\x3a\x72\x4a\x87\x49\x74\x04\xe3\x33\x6c\xfb\xcc\x84\x99\x44\xc4\xa9\x21\x21\xc1\x41\x0d\x72\xc8\x44\x6a\x12\x3c\xae\x8d\x42\x40\x3f\xd9\x8e\x7e\x27\x08\x57\x1b\x20\xfd\xde\x61\x08\x7c\x59\x48\x8b\x01\x7b\x8c\x79\x07\xe0\x71\x34\xcf\x85\x01\x04\xa7\x0f\x6d\xf2\x79\x5f\x4b\x86\x42\x0b\x1b\x5b\x93\x16\xcf\x13\x36\x80\x90\xf3\x32\x81\xc9\x27\x5c\x22\x0f\x7c\x7a\x20\x70\xb5\x4e\xa6\x6b\x08\x95\x2a\xaa\x15\x54\xf2\xdd\x05\x96\x7b\x5e\x01\xa6\x6d\x13\x6a\x9b\x2e\x9e\xd7\xd6\xad\x7e\x9c\xa6\x32\x22\xa0\x8a\x9b\x89\x04\xc4\x1a\x5d\x39\x38\xb9\x7d\xae\x81\x26\x44\xe9\xbd\x22\x39\xde\x00\xa5\x7c\xd8\x04\x0f\x3a\xda\x42\xde\x6b\x8c\x6c\x73\xa0\x0d\x5a\xc5\x16\xae\x88\xfd\x1d\x45\xf6\x03\x4d\x38\x1c\x03\x11\xa3\x17\xa3\x9d\x60\x5f\x86\x16\x2d\xbf\x01\xa3\xb0\x44\x5c\x8c\xbf\x61\x04\xe1\x69\x11\xe9\x50\x0b\xf0\x69\x0f\x8c\xe2\xc4\x64\xd8\x2c\x3b\x05\x6e\x21\xda\x9e\xb6\xc0\x23\xed\x34\xd7\x58\x80\xc1\x86\x21\x27\x47\x34\xbc\xee\x86\xd8\x20\x85\xc0\x1c\x6f\x86\xc8\xac\x7e\xa1\x04\xbf\xee\xfd\xcc\x05\xf9\x1e\x71\xb3\x17\x17\xbb\xd8\x24\xb4\xc8\x11\x4e\xe6\x00\x89\x63\x5f\xe2\x0b\x23\xf1\xc4\xe3\x2d\x29\xb5\xa6\xca\xe8\x61\xab\xb6\x53\x9a\x91\x68\xfc\x5e\x3c\x3d\xf1\x61\x8e\x32\x9a\xab\x29\x8d\xd8\x2f\x7a\x96\x27\x9c\xbb\x59\x2b\xcb\xf9\x11\xef\xab\x34\xad\xcd\xc9\xbb\x1c\x76\x61\x69\xbc\x6f\x48\x0e\x9a\xb1\x1c\xf4\x22\xc4\x2b\xe4\xa0\xa2\x74\xfe\x51\x0e\x32\x88\x8d\x46\xc2\xe1\x2b\xd9\x3e\x39\xd5\xca\x6b\xce\xf5\x63\x60\x87\xc3\xc3\xcf\x4f\x6a\x55\x16\xe6\xce\x85\xa3\xa9\xa6\x6a\x99\xbf\x4d\xe5\xca\x60\x57\x84\x55\xac\x5e\xe3\x5b\xbf\x21\xc2\xf7\x0e\xfe\xb4\x70\x87\x30\xc2\x23\x77\x11\xe4\xdb\x29\x08\x12\x39\x02\x50\x66\xd1\xc7\x21\x85\x76\xed\x6d\xe0\x11\x8e\x65\xc2\x49\x64\x80\xbe\x65\xb4\x2b\x13\x92\x96\xc3\x0a\xee\x90\x37\x2c\x41\x84\x88\x80\x8c\x15\xf0\xcb\x81\x1c\x55\x7a\x09\x66\x87\x53\x5a\xd1\xe4\xdc\x70\x47\xdb\xa9\x9f\x67\x43\x45\x6e\x20\x8f\x6b\xe2\x2f\x5e\x8c\xf3\x43\xd9\x3e\xd8\xc3\x88\x90\xd4\xba\xab\x6d\xd6\x9f\xc2\x87\x97\x45\x50\x9b\x6b\x66\xc8\x26\x9f\x62\xc7\x5f\x91\x7f\x7c\x4b\xb3\x31\x0e\x30\x6f\x90\x70\x67\x84\x44\xbd\x00\x95\x5f\x19\xa5\xae\x5e\xd7\xf9\x04\x89\x89\xb7\x50\x73\x77\xe3\x4d\x78\xa5\x17\x52\x4c\x80\xfc\xa5\x37\x7c\x8a\x4c\x76\xa4\xf6\x69\x1d\x6d\xf3\xdb\xea\xed\x17\xc5\x59\x60\xf4\xf0\x35\x18\x5e\xc2\x88\xf1\x98\x8b\x35\xe8\x7b\xd7\x78\x4d\x3c\xd6\xc8\x5f\x2a\xd6\x11\x6a\xe7\xd4\x0a\xb0\x67\xce\x96\x77\x59\x45\x67\xb2\xbc\xfb\x53\xbd\x91\x3d\x98\xb6\xc1\x58\xce\xa4\x68\x53\xb8\x61\x77\x24\x8f\x63\x9e\xee\xc1\xd1\xd4\x0a\xac\xe2\x22\x8e\xc7\xa3\xc4\xb9\x2d\x5f\xff\xea\x0a\x65\x27\xeb\xcb\x52\x3d\x67\xed\xc2\x8c\xf7\xfb\x34\x89\x49\x20\x54\x5d\xe5\x86\x5a\x82\x1e\x2a\x02\x99\xee\xde\x9e\xd2\x10\x7e\xc1\x39\x26\xbd\xd2\x35\x02\x85\xff\x8b\x54\x34\x35\x42\x5c\x49\x25\xdd\x7d\x11\x92\xee\x74\x00\xff\x64\x3a\x74\x3b\xa6\x9b\xcc\x10\x97\x63\x96\xde\x49\xc1\xec\xc2\xfb\x17\x7c\xd4\x9c\x22\xef\x1e\x4c\x2f\x81\x70\x1e\xf5\x91\x03\x6e\x4f\x37\x37\x87\xab\x40\x75\x18\x5e\x38\xfe\xb0\x74\x86\x93\x48\x5d\x3a\xfe\x9c\x44\x86\xa0\x44\x70\xfc\x51\xde\x1f\x1f\x93\x01\xb9\xcb\xe2\xe9\x8d\x58\x00\x8f\x57\xdf\x88\x80\x01\xba\x6a\xd0\xfd\xa4\x94\xbb\x81\xa8\xcb\xa0\xc4\xea\xa4\x46\xd9\x3d\xa6\x81\xf3\x5a\x7f\x4d\x0a\x8e\xe9\xdf\x88\x14\x10\xb1\xe4\x13\x30\x5b\x1d\xd5\xbd\x50\x1b\x35\xf7\xc8\xa1\x9d\xc3\x91\xac\xae\x9c\x93\x93\x6c\x2c\x4a\x54\x56\xcb\x86\x04\xab\xb0\x65\xc4\x25\xe0\x34\x1f\x0b\x77\x09\xcb\xbd\x35\x2c\x20\x03\xf5\x7c\x4f\xea\x9d\x89\x1c\x55\x61\x89\xce\xd7\x5c\x53\x90\x60\x29\x01\x63\xe5\x4f\x0b\x0e\x21\x6c\xaa\xaf\xe7\x9e\x74\xf0\xe6\xdc\xaf\x2b\x60\x62\x46\xac\x3b\xd4\xf5\xf4\x78\x6a\x85\xd3\x6b\xb7\x2f\x1c\xbf\x6b\x82\xda\x82\x6c\x0e\x6e\x27\x07\x78\x8b\x3f\x50\x81\xc0\x08\x78\x7e\x8c\x18\x2f\x8e\x9c\x86\x13\x5e\x42\x6c\x5d\x77\x06\x08\xab\x97\xf2\x88\x82\xa0\x3b\x90\x22\x11\x0e\x6e\xd3\x6a\x15\x36\x77\x47\x0a\x71\xba\xcc\xa1\xd9\xea\xf3\x15\xe4\xee\x63\xbb\x51\x6a\xfd\x79\x09\x2f\xcd\x95\x68\xc0\x0f\x69\xc7\xd9\x1a\x8d\x30\x66\x53\xf9\x94\x42\x38\x9c\x5a\xdb\xfc\x4a\x0d\x2c\x98\x56\x5f\x20\x0f\x6a\xa3\x32\xf4\x81\x7c\xea\x7c\xd0\xa5\x0f\x72\x2a\xd2\x97\x60\xcd\xda\x00\xc3\x34\x6c\xf9\xff\x79\x1c\x7e\xce\x79\x54\x29\xbb\x99\xe3\x9f\xe7\xa0\x00\xf6\x43\xe3\x77\x75\x07\x33\x6a\xd6\x8c\x5d\x24\xd1\x23\xb2\x33\x1a\xbc\x3c\x12\x38\xec\xa3\xfb\x9f\xbc\x01\x14\x99\xa3\xca\x6a\xb2\x51\x7f\x5a\xc4\x19\x47\xf0\x34\x77\x3e\x42\x7a\x0b\xc9\x43\xba\x6e\x84\x99\xff\xfd\xba\x91\xb1\x35\xd5\x44\x4f\x4e\x77\x6d\xc8\x6e\x28\x67\x53\xd6\x7b\xdb\x17\xea\x60\xef\x5b\x27\xab\x3c\xdd\x42\xe7\x3a\x6d\xba\x7f\x58\x21\x5d\xc3\x8d\xe0\x9a\x77\xc3\x4f\xba\xaf\xff\x19\x0a\xf1\xbe\x46\x0a\xc7\xb1\x8c\xf9\xc0\x2d\x12\xcf\xea\x50\xb6\x5c\xa2\x5d\xf8\x9c\xf2\xad\x9c\x92\x75\x46\x2a\x53\xcd\xee\xeb\x5d\xfb\x7b\xee\xe5\x9f\x48\x56\x11\xb2\x46\x38\x05\x03\xf0\x67\x9a\x75\xb5\x30\xd1\xac\xd1\x8f\x69\xd6\xe4\x25\xfb\xe4\x46\x17\xae\xdb\x45\x92\x55\xdc\x3b\x27\x9c\xc0\x39\xc9\xca\x3e\xe5\x5d\x8a\x64\xf5\xd2\x64\xe8\xc1\x70\x7e\x52\x38\x88\x19\x54\xff\x0a\x29\xe3\x37\x6d\x04\x8b\x78\xe2\x42\xbd\x50\xc2\x4e\x59\xca\x40\xa0\xef\x8b\x30\x2c\x34\x4b\xed\xec\x2b\x9d\x65\x18\x96\xc9\x05\x12\xc6\x2b\xc9\x70\x7a\x66\x3d\x49\xcf\xab\xea\xaa\xb2\xf0\x2e\xaf\x63\x84\x3c\xb2\x41\x63\x73\xc2\xb4\x94\x2f\x10\x7d\x3a\xfa\x0b\x38\x30\x9e\x94\xef\x0a\x87\xa3\x6e\x97\xc9\xc3\x25\x1e\x03\xa1\x82\x9c\xf8\x62\x02\xec\xb7\x3e\x4c\xc9\x87\xed\x69\x9a\x84\x6a\x2e\xf3\xa8\x63\x81\x3f\x4f\xfb\x12\x1f\x85\x5a\x06\x1a\x12\x6e\xc5\xf5\x0c\x0f\xc8\xff\xfe\xc1\xc0\xb5\x00\x96\x03\x6d\x20\x0e\x9b\x92\xc2\xec\x9c\xcd\x01\x8b\xb5\xdc\x7b\xa7\x97\x2e\xa2\x30\x06\x77\x81\x89\x8c\x81\xb7\x73\x6d\x0a\x48\xd4\x91\xed\x8e\x50\xaa\x88\x8b\xea\xf0\xcf\x1d\x01\xa9\xf1\xd2\xa6\x5f\x6c\x82\x32\x33\x1d\xa7\x3a\x2e\x7c\x77\x12\xb2\xff\x3d\x3f\x15\xf6\xff\xd1\xa9\x98\xb3\x71\xb2\xb4\xbd\x63\xba\x98\xe4\xa9\xfc\x4a\xee\xc9\xd4\x26\x4a\xb2\x5e\xc0\x4b\xdd\x18\x19\x8d\xa4\x4f\x91\x4a\x4a\x28\x28\x8c\xbc\xcd\x14\x56\xeb\xe5\xcb\xd5\xd5\x86\x10\x34\x45\xaf\x13\x02\x57\xeb\x94\x80\xb6\xb2\xf8\x7e\x08\x2b\x4a\x15\xd9\x5d\x4f\x83\x74\x6a\x03\xb9\x20\x02\x5b\x90\xa3\xcd\x5d\x76\x67\xfc\x19\x6d\xbe\x43\x67\xda\x24\x48\x84\x4d\x3f\x9c\x00\x28\xa2\x7f\xc8\xd3\xff\xc3\xf5\x28\x24\x25\x55\xc4\xf9\x8c\x60\xbe\x2d\xc3\x61\xcf\x3a\x6a\xfd\xf8\x9f\x69\xfe\x2b\x08\x25\xc6\xb2\x6b\xe6\x5b\x47\xc6\x1a\x3f\xa9\x62\x2f\x53\x8b\x6d\x95\x39\x08\x4e\xa3\x17\xcd\x49\x99\xd3\x1f\xcc\xc1\x11\x59\x4a\x38\x3b\xe7\x38\xda\xc3\x12\xc6\xf9\x19\xbc\xae\xfd\x3d\x45\x8d\xaa\xa7\xfa\x02\x0a\x09\xd0\xfd\xe8\x99\x68\x76\xb6\x13\x52\x2b\x01\x9e\x70\x00\xdf\xa9\xa8\x65\xca\x9e\x0f\x80\x4d\x79\x2a\x6e\x9d\x1c\x84\x14\x40\x6f\x19\x64\xdb\xd9\x4f\x3b\x69\x4d\x92\xcb\x7e\x9b\xaf\xd4\x2e\x7d\x55\xc5\x0c\x3a\x9f\x99\x03\x5b\x03\x17\xe4\x4a\x19\xa7\xca\x2d\x87\x15\x73\x75\xb6\xa6\xef\x78\x12\xbf\x8d\xb5\x4b\xef\x4e\x8e\x39\xae\xc3\x8e\xb0\x15\x93\xe3\xab\xa7\x6c\xfd\xe6\xdd\x72\xb5\xf0\x40\xff\x77\x9e\x4d\xeb\x23\x35\x68\xe5\xea\xf4\x9c\x0d\x65\x75\x7b\x8a\x27\xa0\x2f\x82\x2b\x14\x07\x52\x7c\x15\x4d\xff\x3f\x40\xb5\x7b\xc2\x59\xd9\xc7\xe1\xfd\xdf\xf1\x98\x13\x68\x92\xcf\x5f\x38\x06\xd9\xac\x0d\x99\x85\xb9\xbb\x7a\x89\x8c\xb8\x07\x4e\x32\xe4\x1a\xfe\x26\x1f\x42\xa5\x06\x00\x40\x3f\x9e\xde\x1b\x5b\xa7\x23\xf6\x72\x03\x4d\xd5\x32\x4f\x72\x03\x02\xe4\xdf\xea\x75\xba\x4d\xaf\x14\x73\x48\x6e\x8a\xf5\x0c\x58\xf5\x84\x94\x79\x4a\x80\xa2\x0c\xe5\xe1\xc0\xae\xbb\x11\xf0\x19\xe4\xba\x82\x02\xe4\x49\xaa\xc4\x86\x52\x56\xbe\x93\xa6\x2b\xd8\x22\x02\x1a\x34\x6c\x01\x2d\xd8\x22\x61\x2d\xd8\xab\x10\xef\xec\x0d\x50\x92\x24\x7f\xaa\x95\x87\x48\x54\xb2\xf0\x43\x1d\x73\x3d\xae\xd6\x17\x6e\x9e\x32\x76\x5c\x03\xa9\xfa\x1a\x79\x1a\x10\x4b\xe7\x8b\x5a\x51\xde\xe3\x9d\x5c\x7b\xe7\xae\x09\xbb\xa2\x74\x8f\x83\x51\xc0\x3b\xfb\x6b\xa8\xb4\xee\x39\x54\xda\xdf\xc2\xc7\xbc\x08\xa7\xa8\xf6\xe3\x73\xdb\xf2\x9f\x03\x7d\x31\xbb\xd9\x97\xd9\x1d\x15\x8e\x62\x2c\xe7\x03\x72\xb2\x25\x75\xa3\x6a\x42\xba\x2a\xc6\xbc\x29\x64\xb5\xbe\x58\xb2\x7a\x56\xb2\x2f\xc4\xcb\x85\x92\x0e\xbc\x4a\xd5\xd4\x39\x2d\x7e\x5c\xe0\xf3\xe2\x21\xd9\x57\xcf\x8a\xd3\x95\xc7\xe1\x28\x4b\x3f\xb3\x1f\xab\x7f\xdb\x8f\x8e\x10\x9e\x39\x2b\x59\x2b\x46\x5f\x88\xd7\x61\xce\xb6\xfe\x11\xd3\xae\x2a\x63\x4d\x3f\x1a\xb2\x2e\x73\x74\x0f\x32\x19\xe6\xcf\xc1\xe9\xd2\xc4\xd3\x9c\x66\x3b\x8b\x12\x07\xa3\x75\x20\x1a\x25\x79\x57\x81\x1d\x73\xa2\xa6\x93\x8b\xfe\x21\xeb\xb7\xf4\x30\xa8\x09\xd2\xe1\x4f\xe0\x1e\x12\xcd\xaf\xba\x87\xa4\xa1\xe4\xc5\x5f\x8c\x5e\xa7\xab\xef\x81\xae\x39\x93\x56\xa8\xa2\xb9\x5d\xf5\x2d\x4f\xd5\x1c\x5f\x59\xae\x5d\x76\x14\x1d\xce\xd7\x8c\x02\xfb\xb0\x42\x4e\x52\x2d\x97\x3c\xb2\x1f\xfb\xff\x93\xbf\x83\x6f\xfe\xfe\xaf\xf5\xbb\x67\x7f\x87\xdf\x94\xef\x8b\xca\xab\x53\x58\x75\x8e\xc4\xac\x49\xff\x75\x8a\x66\x45\xb4\x64\xd8\x18\xb0\xe3\xc3\xbb\x50\x0f\x45\xc4\xe8\x07\xd6\x56\x09\xd5\x6e\xc0\xc1\x37\xd0\x8f\xf3\x03\xd5\x8c\x8d\x34\xd3\xbb\x5a\x73\xf9\x4d\xcd\xce\xd5\x9a\xfb\x6f\x6a\x7e\x5c\xad\x99\xfb\xe7\x3e\x67\xf6\x9f\x6b\x5e\x5f\xa1\xe1\x37\x7d\xfe\x7b\xcd\xfe\xd5\x9a\x6b\xe7\xcf\x35\xbb\x57\x6b\x16\xbe\x99\xe7\xf5\x9a\xfb\x7f\x5e\xa1\xc1\x37\xf3\x0c\xaf\xd6\x9c\x9f\xd4\x7c\x11\x4b\xe9\xee\x41\x25\xc6\x88\xe6\xa7\xff\x3a\x65\x73\x8e\xc7\x4a\xa8\xfb\xf1\x28\xed\x49\xb5\x2b\x4d\x69\xa5\x88\x05\x69\xbb\x35\x29\x54\x1b\x81\xcf\x7b\xb8\x90\x77\xac\xb5\xa2\x6c\xe9\xba\xbd\xcd\x82\xdb\x1b\xb4\x7e\xd6\x5e\xc5\xfe\xda\xde\xb6\xf5\xb5\xbd\xed\x0f\xdb\x1b\x5f\x68\x6f\xef\x7e\x6d\xaf\xf0\xc3\xf9\xd2\x3a\x9e\xb5\x37\xb6\xbf\xb6\x57\xfb\x61\x7b\xcb\x0b\xed\xcd\x2f\xb4\x37\xb1\x7f\xd6\xde\xfa\xc2\x7c\x97\xb6\x4a\x06\xf2\x0d\xf9\xe4\xe6\x04\x16\x70\xb0\x95\xd5\xb1\x23\x07\xf8\x09\x50\x5a\xd5\x8f\x54\x3d\x8d\x4e\xe2\xf3\xc8\x9a\xaa\x2b\x7f\x87\x6a\xe8\xac\x5a\x0d\xae\x4e\x5c\xe0\x7d\x34\x6e\x5b\x5d\x7b\xea\x94\x32\x1d\x1c\x12\xfb\x72\x07\xff\xeb\xbf\x43\x35\x73\x16\x5e\x6e\xd5\xb1\xde\xed\xbc\x42\x74\x7f\x84\x31\xe4\x33\x93\x0c\xaa\x6f\x29\xf9\x10\x63\x95\xb9\x57\xaa\x0e\x26\x27\x43\x40\xc4\x8b\x29\xbd\x56\x42\x6c\x4f\x4a\x1f\x9c\xd3\xd2\x9a\xa3\x35\xa5\x81\x41\x90\x2d\x3d\x3a\x2b\xfd\x2e\xc4\xc7\x95\xd2\x2f\xaa\xa2\x62\xa7\x31\xbf\xb7\xfa\xf6\x41\x01\x84\xa2\x8e\x37\x38\x5a\x77\xcc\xbb\x21\xfa\xa6\xfa\x4c\x09\x31\x3f\x19\xda\xe2\xac\x33\xcd\x4f\x99\xd2\x63\xa5\xb9\x8b\x4c\x67\x5b\x35\x72\x72\xf3\x7b\x6b\x22\xed\x85\x9a\xd3\xb2\x2d\x40\x17\x46\xeb\x4b\xef\x5b\xff\xfa\x5b\xf3\xf2\x67\x7a\x78\x52\xb3\xf0\x4d\xcd\x89\xbc\x5a\x75\x60\xff\xb9\x6a\x78\xb5\xe6\xf6\x9b\x9a\x9d\xeb\x35\x9d\x7f\xed\x73\xf9\xcf\x7d\x2e\xff\xb9\xcf\xfd\x3f\xf7\xb9\xff\xa6\xcf\xc1\xf5\x6d\x19\x7f\xb3\xa3\xd7\x87\x3b\xff\x66\xb8\xbd\xab\x35\x4b\xff\x3c\xd1\xf1\x37\x13\x7d\xb9\x5a\x33\xf7\xcd\x3c\xff\xbd\xe6\xf5\x7b\x36\x3f\xe7\x1e\xda\xc3\xf8\xde\x62\xc0\x2f\xe7\x89\x9a\x99\xce\x3a\xdf\x2d\xf4\xe0\x9c\xf1\xf9\x53\x33\xe3\xeb\x5b\x3d\xf9\x66\xd9\xff\x70\x4a\xe6\xdf\xac\xfb\xc7\x3f\x5f\xa4\xf7\x7f\x3e\x5f\xff\x5e\xf3\xfa\x8e\x35\xce\xb9\xb6\x3f\x2d\xf5\xf5\x63\x3a\x6b\xfd\xeb\x01\x1f\x7e\x53\xf3\x0f\x44\xfd\x9f\x2f\xd5\xfa\x9b\x9a\xf3\xeb\xe7\xa2\xf6\xcd\xdd\xb8\x7e\x2e\x4a\xff\xcf\xe8\xce\xf5\xd7\x6b\xff\xcd\xe2\xf6\xff\x99\xa8\x5f\x5f\xdc\xdc\x37\x7d\xfe\xe1\xd2\x35\xe4\x9f\xab\xbe\x5e\xad\x59\xf9\x66\x71\x87\x7f\xb8\xe9\xdf\xac\xae\xff\xc3\xbb\xf3\x37\x6b\xf4\x5d\xcd\xeb\x67\xe1\xbb\xf3\xf7\x87\xd5\xfd\x8e\x30\xfd\x87\xaa\xd7\x4f\xe0\xbf\xb3\x32\xdf\xdd\x97\xeb\xfb\xf2\xf2\xcf\x67\xe1\xbb\x97\x6f\x76\xbd\xea\x7f\xa0\x29\xdf\x55\xfd\x1f\x51\xef\xeb\x87\x6a\xf2\xcd\x65\xbf\xbe\xbd\xb3\x7f\x26\x13\xe3\x7f\x27\x6a\xff\xbc\x5c\xdf\x89\x01\xd7\x6b\x7e\xc7\x49\x5c\x5f\xdb\xc6\x3f\xd7\xfc\x6e\xb4\xd7\x19\xb8\xef\x84\x96\xeb\x7d\xfe\x07\x71\x67\xf8\xcd\x51\xf8\x0f\x55\xff\xf4\x64\xfc\xf3\x61\xf8\x8e\xa6\x5d\x5f\xa4\xef\x86\x7b\xbd\xe6\x77\x72\xc0\xf5\x2d\x1d\xfc\xf3\x15\xad\xfd\xf3\x3c\x4f\x0f\xc3\xab\x9a\x3e\x3f\x94\xf2\x14\x28\xfd\x5a\xa3\x38\xfc\xb7\x8e\x35\x93\xf6\xf0\x7d\x49\x82\xf8\x0a\xe2\x78\xbc\x3e\x2a\xe0\xef\x53\xdd\xc1\x0f\x14\xcc\xa9\xc6\xe3\x74\xc0\xea\xf0\xfe\x30\x8d\xa5\x15\xda\xb5\xf7\x7d\x36\xe0\x77\xa8\x52\x95\x4f\x68\xea\x02\x4d\x32\x33\x5b\xb5\x3b\xd3\x96\x64\x4b\x03\x3c\x31\x2d\xfd\xae\x46\x6f\xec\x64\x3a\x5c\x20\x38\x54\x6e\x9a\x64\xff\x19\xcb\xa4\xd0\xb6\x5c\xe1\x6e\xe0\xe4\x50\xd9\x91\x2d\x73\xa8\x10\x38\xf3\x7a\x60\xab\xd2\x9c\xb0\x54\x74\xa7\xa1\x10\xfe\x24\xb4\x3c\xe1\xdd\x91\x95\xe3\xbd\x0e\x94\x90\x5a\x60\x39\xcf\x8d\x9b\x7b\xcb\x13\x75\xa7\x6d\xf9\xfd\xba\x6a\x57\x77\xa7\x9e\x29\x7b\x84\x96\xbc\x14\x91\x3b\x22\x28\x20\xf3\xce\x4b\x71\xd6\xb1\x3c\xd1\x26\x8f\xaf\x48\x91\x4b\xee\x4b\x63\x0a\x5a\x4f\x9d\x08\xf3\xdf\x3e\xfd\x17\x86\x99\x57\xa1\xc4\xe9\xd7\x5e\xe6\xeb\xcb\x97\xaf\xa7\x75\x9d\xb3\xaf\xdd\xcc\xd7\xfe\x97\xba\x2f\x99\xaf\xef\x5f\xbe\xbe\x67\xbe\xea\x3b\x7d\xf6\x39\xc8\x7c\xee\x7c\xf9\xda\xc9\x7c\xed\x7d\xf9\x3a\x93\x99\xcf\xcb\xaf\x6d\xff\x79\xd8\x21\x83\x74\xa1\xe4\xf9\x57\x3f\xf3\x35\xbc\x32\x65\xef\xca\x94\x4f\x5b\x8e\x64\x8b\x72\x9e\x9b\x36\x29\x46\xd3\x17\xb3\x67\x40\xf0\xbc\x52\x1e\xce\x37\xab\x2f\x3c\x82\x48\x7a\x21\xad\x28\x2c\x7f\x45\x49\x66\xd6\x02\x60\x77\xef\x8c\x7d\x53\x1d\xe0\x57\x6b\x73\xbe\x46\x72\x88\xd8\x21\x2a\x4b\x71\x32\x62\xfd\x5b\xbb\x29\x35\xb7\xd0\x25\x1c\x27\x0e\x89\x42\xbd\x89\x14\x4f\x11\xa1\xec\xbf\x92\x0f\x4d\x58\xaf\x90\x0d\xa9\x40\x88\xb5\x1b\x89\x44\xbf\xe2\x83\x13\x34\x7c\xea\xbf\x83\xa3\x0b\x45\x07\x70\x11\x0f\x45\x42\xb2\x78\xbc\xe2\x16\x50\x44\x62\xbf\xce\xd0\xcf\xb8\xd6\x6c\x29\x08\x2a\xe9\x52\xa2\x94\x8a\xcc\x23\x52\x6a\x26\x97\xae\xb5\x26\x0c\x9d\x7a\x8d\x7f\xe1\xe8\x26\x72\xfd\x63\x28\x79\x06\x8e\x70\x29\xa5\x0f\x23\x9e\x39\x42\x51\x68\xf9\x87\xee\x0b\x59\xfa\x75\xc7\xef\x42\x04\x5b\x60\x3b\xf0\x8e\x1c\xb7\xc8\x79\x36\xed\xe8\x39\x0d\x4a\x14\x89\xf7\x62\x29\xe1\x6f\x54\x93\x8d\xa0\x0b\xc0\xf0\x01\xe0\x6d\x86\x2b\x09\x80\xba\x97\xd5\x90\x5c\x49\x29\xa7\xa4\xd3\x3a\xeb\xbb\x5e\x6d\x51\xdf\xb9\x6b\x7d\x73\x9e\x57\xee\x7c\x86\xce\x09\x5a\xfd\xa0\xe2\xca\xb7\x9d\x23\x23\xf7\xe5\xbe\x93\x66\x87\xfa\x2e\x95\x6e\x2f\xf7\xdd\x1c\x7b\xd9\xce\x73\x80\x5e\x20\x9b\xab\x57\x56\xf5\xff\xd1\xd4\x57\x37\x97\x7b\x9f\x54\x4f\xa6\x3e\x2c\x11\x20\xc3\x40\x02\x4a\x66\x2b\x8b\x80\xcd\x87\xb7\xcf\x73\x43\x4e\x1d\xcb\xef\x37\xe5\xb2\x45\xc3\x6b\x71\x62\xe4\x1f\x8e\x2e\xa0\xd1\x05\x53\xca\x3d\x23\xfa\x9b\xed\x0f\x3d\xb5\x7e\x93\x4b\x81\xca\x4d\x3b\x47\x13\xf7\x58\x22\x45\x1d\xdd\x54\xa2\xf2\x3d\xf8\x80\x14\xf7\x88\x7f\x6d\x20\x45\x6d\x77\x18\xd1\x35\xe9\x57\x11\x69\x4e\x48\x92\x2b\xa7\xe1\x7c\x37\x70\xca\xcd\xe2\x50\x66\x7c\xd5\xb2\xfc\xe7\x95\xdd\xb7\xdc\xfe\xd6\x7e\xb4\x5c\x83\x64\xfa\xfb\xb8\xce\x0b\xde\xe6\xc8\xbf\xbc\xce\xb5\xba\x3c\xde\x13\x00\x7f\xc3\xcb\x38\xa8\x8c\x39\xd9\x78\x7d\x71\x9f\x71\xac\x62\x18\x92\x44\x59\xee\x73\x49\xbe\x5b\x61\xbf\x2c\xc9\x56\xff\xa9\x3b\xa5\xdc\xc7\x9f\x70\x05\xd1\xb4\x80\xde\x40\x59\xdb\x65\x3b\x21\xb3\x8d\x17\xdb\x4d\x84\x81\xfc\x69\xae\x33\x7d\x37\xd3\x13\xe4\x3e\x57\x5b\x3d\x2b\xe8\x57\x5a\xdd\x6f\x3a\x2c\x2e\xee\x33\x1d\x52\xfc\x9a\xd7\x54\x3f\xe8\x70\x2e\x39\x58\x94\x3e\xde\x7d\x59\x77\x55\x76\xd2\xd3\x3c\x91\xdf\x8c\x62\x77\x1c\x85\x3e\xc3\xe3\xd2\xf1\x06\xf5\x90\x88\x30\x88\x0f\xe4\x5e\xd1\x9f\x51\x7e\x62\xd1\x90\x0b\x2c\x76\x40\x10\x4c\x6a\x64\x8f\x77\xf7\xc7\xb3\xb5\xc5\xd9\x8a\xde\x2e\x9d\x2d\xf2\x81\x5d\xd2\xd4\x7a\x7f\x7b\xa6\xe6\x52\x3f\x89\x61\xac\xaa\x40\xd0\xfa\xe6\xfc\x85\xc6\x8d\xa7\x95\xfd\xb0\x24\xd7\xea\xba\x6d\x05\xc2\x85\x9b\xe0\x0d\x5c\x0d\x10\xc6\xff\x0e\x8f\x92\xa1\xac\x27\x74\x97\x43\x4b\x89\x97\xb2\x5d\x6f\x7c\xbb\x29\xdf\xf7\x18\x8a\xb1\x24\x32\x16\x1c\x10\x6a\x40\x70\xa9\x02\x3e\xf8\x84\x62\x27\x80\x8e\xd3\x3f\xde\x0c\xe2\x36\x82\x5a\xcd\xb9\x7c\x31\xea\x35\x87\x0a\x14\x9a\x9d\xcb\x05\x8a\x86\x80\x5e\x2b\x50\x6e\x76\x80\xf4\x7b\x74\xbf\xef\x68\xd2\xfd\xfc\x3d\x71\xda\x4b\xc0\x31\x03\x32\xbf\x3c\xbe\xff\x29\x3d\x0a\x28\x37\x7c\x20\xdc\x35\x43\x38\x8a\xf7\x64\x0b\xdf\xca\xfd\x81\x98\x05\x0a\x72\x75\xf2\xea\x80\xfc\x3c\x61\xe6\x6e\xfa\x42\x84\x8d\x22\x6d\xce\x47\x89\xe9\xec\x94\x6b\x5b\xbe\x70\x12\x27\x3b\x72\x75\xf7\x3f\x1d\xb9\x4f\x77\x4b\xb7\xd8\x98\x75\xb2\x2d\x96\xa7\x0f\xfa\x15\x4b\x18\x47\xff\xb4\x3b\xf0\x20\xfc\xed\x29\xfb\xa5\x24\xad\x8f\xf4\xcb\x73\xf6\xcb\x6e\xdb\xb1\xba\xa2\x13\xcb\xed\xb8\x93\x99\xe4\x73\xe4\x13\x1a\x89\x12\x17\xff\x13\xf4\x4b\xb7\x5b\x67\xbc\xa5\x2a\x2f\x31\xd5\xd8\xf8\x65\xc7\x72\xc5\x4e\x3d\x58\x5e\x7f\xd0\x76\xbf\xdf\xd8\x8a\x3e\xb1\x5e\xa2\xa6\xd3\x87\xff\xef\xad\xe4\xfb\x73\x7c\xf7\x68\xf9\xfd\xd9\xdd\x63\x1d\xd7\x28\x3c\xa5\xdc\x25\x59\x44\x3a\xf5\xf3\x53\x93\xa3\x53\xe3\x56\xed\x1f\xb0\x05\x7a\xf9\x7b\xc2\x4d\xd2\x07\x6c\x11\x84\x96\xdb\x5f\x06\xa0\xa7\x89\x6c\xc4\x47\x47\xe6\x17\x21\x08\xc0\x44\x54\xe5\x21\xc9\xfa\x37\x8b\xfe\x22\xc9\x0c\xcd\x99\x9e\x3e\x27\x3f\x59\x52\x3c\xde\x54\x6e\xde\xfe\x1f\x9c\x38\x9c\x2b\x77\x27\xcd\xc4\xca\xc1\x87\xe5\xf6\x73\xc1\x5b\xbe\xf7\xdd\xa2\x4c\x1f\xb4\x9c\x15\xa5\x6b\x52\x76\xdf\x2d\xaf\x9f\x73\x7f\x25\x85\x6f\x17\x94\x46\x2b\xfa\x0d\x48\x04\x83\xf6\x97\x87\x44\x1f\x88\x96\x69\x39\x69\xf7\x2c\x57\xd8\x9e\x15\xf4\x97\x6d\xf7\x48\x0e\xa7\x0b\xf0\xc1\x83\xdc\x15\x72\x36\x5d\x66\xde\x54\x2f\x91\x3f\x78\x4d\xa7\x94\xbd\xfd\xd7\xb1\x93\x68\x01\x9a\x39\xbc\xd6\x49\xb2\xbc\x3f\xe7\x78\x3d\xe1\xc7\x3f\x61\x76\x7f\xb0\x0c\x88\x28\x51\x48\xa7\xdb\xc8\x13\xb8\xdb\xb9\x3c\x30\xe2\x21\xe6\xf2\x57\x1e\x86\x78\x6d\x5f\x61\xca\x43\xa4\x3e\xf3\x62\xbc\x35\x2f\x96\xfb\x5c\x0c\x9f\x34\xe5\x08\x09\x52\x5e\xc0\xed\xd3\xaf\x4e\xe1\x45\x3b\xae\x2b\xca\xe3\xd2\x1b\x8c\xc2\xcb\x7d\x2d\xb2\xcb\xa1\xf2\x72\x0c\x34\xc9\x97\x43\xa3\x7d\x91\x1a\x18\x16\x4d\xb7\x4c\xc9\x8a\x86\xf6\x09\x75\xf8\xf2\x7d\xa2\xd7\xd3\x1d\x81\xff\xdd\xd7\x81\xa7\x7f\x61\xed\x5c\xe1\x8c\xec\x25\x68\xd0\x40\xda\x78\xd7\x5f\x21\x05\x92\x20\xf7\xba\x01\x43\x1e\xcc\x9a\x9c\xee\x58\x80\xd9\xa1\x25\xf9\x28\x13\x04\x93\x5a\x79\x1b\x4e\xa2\x7a\xdc\x48\xf5\x74\xb6\x91\x03\x80\x84\xc8\x05\x3c\x57\x48\x60\xfd\x15\xcf\x90\xbd\x82\xfe\x7a\x5e\x25\x04\xfa\xda\x9b\xec\xda\x9a\xee\xfc\x36\x87\x3b\xf2\xf5\xb5\x19\xfa\xc3\x73\x36\xf8\xb0\xc1\xae\xce\xae\x1d\xbc\xcd\xc9\xc1\x6b\xd0\x76\xc5\x32\x95\x10\xc1\xf7\xea\x16\xe6\xd7\x5a\xd8\x9d\x1e\xdd\x21\x9d\x8b\x6e\xe4\xe4\x7f\x2a\x29\x39\x91\x1a\x8d\xdc\x9f\x90\xcf\x6e\x96\xff\x8f\xee\xba\x7a\xce\x77\x00\x7b\xce\x0d\x09\xbf\xe2\xe6\x2f\x45\x53\x6a\xa9\xda\x19\x4a\xcb\xed\x0f\x1e\x3e\x7f\x30\x8e\x2f\xb4\x94\x62\xc3\x2e\x93\x52\x06\x49\xbb\xf0\xe2\x08\x15\xdf\x98\xee\xe3\x8e\x67\xb9\x62\xde\xf2\xac\xb0\xdf\xf0\xbb\x19\x59\x91\x39\xad\xe5\xb5\xa5\x3f\x64\x49\x93\xfa\x11\x69\x02\xa6\xcf\xaf\xaf\xf2\xf0\xfa\x5a\x27\xc5\xd3\xfd\x05\xa3\xa4\x62\x55\xfd\x7e\xa5\xcf\x44\x36\x21\xfc\x15\xd1\x9e\x3b\xcb\x7f\x9e\xd2\xf6\xcd\xf4\xf6\x9d\xfc\x7b\x73\xd7\xb1\xbc\xfe\xf6\xae\x3d\xfd\x2b\x39\x1f\x1b\xf9\xe0\x59\x6e\xbf\xf6\x70\x6b\xf9\xcf\x45\xfa\x77\xe9\xff\xfc\xdf\x87\x47\xfd\xef\xc2\xa3\xfe\xf7\xee\x51\xbf\xf0\xfb\xc7\x7b\x5d\xe6\xd1\xd5\x65\x1e\x91\xdf\xaf\x0a\x1a\xfc\xd3\x35\x74\x19\x17\xe3\x40\x62\xca\x4c\xbe\x54\xa6\x84\x6c\x31\x96\x0b\xe4\x02\x09\x67\xa4\x85\x55\x2b\x35\x06\xf4\xcd\x5c\xad\x16\x0f\x99\x9c\x9d\x84\xa6\x6a\x0f\x97\x1c\x85\x4b\xf1\xe4\x32\x0f\x56\x59\x13\xb0\xf6\x4c\x93\x8e\xf0\x71\xdd\xd0\xdd\xde\x53\xa6\x9d\x30\x91\x4d\xc2\x10\xb8\x27\x32\xde\x01\x04\x27\x07\xe4\xe5\x2a\x84\x58\xf5\x9b\x06\x7e\x3c\xd9\x2f\x42\x7d\xbe\x66\xfb\xa0\x50\xfc\x77\xaa\xf3\xb2\x58\x1c\x53\x84\x2a\xa4\x08\x6d\x66\x00\xae\xc3\x3d\xd0\xb2\xc7\x7b\x4e\x72\x9a\xf7\xad\x81\x24\x30\xf9\xf4\x00\x95\xfc\xf4\x7e\x75\x85\xfa\x1c\xcf\x1f\xfe\x57\x9d\xf9\xd6\xfa\xac\xaf\x47\xc3\x50\xbf\x0b\xf5\xd9\xff\x0f\x4d\xbb\xfa\xb9\x3b\x69\xfa\xde\xec\x6d\x20\xd4\x27\x25\x88\xf9\xd7\xb6\x1d\xab\x77\xda\x74\xdb\x5c\x8d\x8e\x50\x9f\xf3\xff\xd2\xb4\xb2\x5e\x4e\x9b\xbe\x33\x42\xf3\x4c\x0a\xf5\x39\xfc\x2f\x6d\x07\xd6\xf6\x6c\x49\x9e\x52\xe2\xac\x37\x36\x2e\x3b\xe6\x68\xaa\xfb\x06\x1e\xe8\x7f\xec\x6a\x3a\x6e\x5b\xaf\xa7\x7d\xe5\x18\x56\x97\xc0\xe5\xd4\xe7\xe0\x1f\x66\x72\xf4\x90\x5d\x3a\xc6\xc3\xc5\x19\x65\xfa\xd8\x22\xe2\x40\x8b\x3e\xbe\x50\x9f\xbd\xff\x45\x17\xaf\x97\xbb\x40\x0c\xca\xe7\xf8\xbf\x6c\x88\xa7\xc7\x9f\x5d\xa3\x87\xf4\xd9\xd5\x4b\xd4\xd8\x77\xfe\x43\xe3\xf5\x4d\x87\x92\x44\x64\x9a\xdf\x23\x93\x31\xde\x53\x4d\x33\x7e\xd2\x3a\x31\x73\xb9\xe9\x03\xa5\x70\x5b\x4b\x83\x02\xb8\x6d\x03\x9a\x35\xb3\xc1\xe5\xce\x91\x39\x56\x9f\xfb\xc7\x9f\x37\x3f\x98\x3d\x58\x4b\x4a\xfd\x16\xcd\xb2\xcd\x57\x2f\x34\x0f\x96\xed\x33\xf8\x79\xeb\xc3\x99\x19\xfc\xe8\xd8\x7a\x47\xec\x9c\x29\x80\xf9\x28\x00\xef\xde\xb6\x1a\x52\x4c\x5a\x79\x54\x9c\xd7\x3a\xd7\x9a\xde\xe8\x12\xd5\x57\xca\xeb\x32\x54\x15\x9a\xe6\x4c\x4e\x09\x0d\xe4\x1d\xd8\x69\x39\xe4\x25\x5e\x32\xb2\xef\xde\x16\xaa\xe8\xe6\x91\xdd\xb3\x57\xd1\xfc\xb3\x47\xb0\xf1\x77\x83\x1b\xfd\xd1\x6d\xba\x55\x64\xf9\x02\x86\xc8\x03\xc0\xcf\x5d\x21\xba\x7a\xe1\x7d\xe1\x3c\x6b\xe6\xf5\x6e\xc4\x26\x38\x62\x4c\xdb\x9c\x81\x8c\xfe\xb8\x3d\xd0\x93\x83\x64\x11\x8f\x83\x22\x92\x34\x8e\x76\x1c\x80\xb9\x25\xd3\x4b\x44\xf1\xa5\x93\xd7\xba\x9c\x2c\xe8\x29\xdb\xca\x98\x16\xa4\xfa\x92\x27\x6d\xdf\x5a\xb1\x41\x63\x2c\xf3\x05\x49\x46\xf2\x83\x3d\x23\x2a\xdc\x29\x7d\x64\x74\x00\x03\x39\x92\x56\xf8\xbc\x76\x06\xd2\x0a\xfa\xab\xd6\x2f\xc3\xf4\x1f\x0d\x21\xcf\x91\x74\x2d\xbf\x3f\x90\x73\x39\xba\x39\xfd\xa6\xb7\x47\x55\x49\xf2\x5e\x48\xb2\xb7\x14\x1c\x34\x8f\x7e\x5d\x11\x14\x01\x9a\x70\xa9\x6f\xda\x54\x9f\x84\x8b\xdb\x2d\x8b\xf1\xa6\x7b\x2d\xaf\xbf\x0a\xe7\x3e\x41\xa6\xd4\x4e\xd2\xd7\xd2\xc4\x0d\x35\xd3\x73\x87\x4b\x04\xde\x3a\xab\x15\x84\x0d\xea\xec\xf9\xad\x69\x5b\x7e\xff\xfd\xc1\x04\xf5\x66\x8c\x39\xa2\xf2\x65\xf0\x7a\x00\xeb\x3d\xd9\xab\x60\x46\x3a\x15\xe5\x7e\x66\xda\x81\x20\xe7\x14\xdd\xa8\x41\xe0\x22\x82\x67\x78\xd2\xcb\x40\x0b\xa4\xcf\x6b\xe7\x46\x2f\xb1\xf3\x36\x6a\x86\x5f\x86\x07\x91\xeb\xf7\x57\x0b\xd3\xcf\xac\x3c\x7f\x10\x3d\x7e\x6a\xaa\x81\xb1\x44\x41\x80\x1d\xc9\xf8\x7c\x90\x81\x50\xee\xd7\xe1\xfd\xd0\x12\xa3\x57\xc0\x17\xea\x2d\xd3\xc0\xfa\xc7\x26\x06\x63\x48\x3a\x6d\xe0\xc0\x0d\x5c\xd5\xc5\x46\x89\xfd\x17\xc6\xa0\xa1\x13\x3b\x56\xb7\x9f\xb7\x1f\x1b\xdd\x2f\x27\xae\xf4\x3c\x53\x63\x9c\xb9\x9a\x3c\x80\x47\x0c\xea\x48\x70\xc5\x88\x99\x03\x80\xbb\x0e\x89\x2d\xec\x88\x91\x5b\x75\xad\x99\x12\x73\xb7\x07\x50\xc5\xbc\x01\x7f\x07\x82\x19\x92\xe4\x4d\x81\x46\x89\x61\x56\x38\x19\x27\xed\xdd\x82\x78\x55\xe7\x91\x44\xa4\x39\x88\xdd\x04\xf1\x9f\xd3\x31\x65\xcf\x30\x90\xee\x94\x2b\x6d\xf8\x80\x9c\xa6\x43\x00\x68\x36\x41\xf3\x3a\x85\x45\x47\xbf\x6d\x89\x2c\x36\x3a\x47\xe2\xd7\x58\x10\x36\xc0\x9e\x9e\x6f\xca\x26\x61\x13\x54\x62\x13\x99\xc5\x60\x0d\x28\xcb\x84\xae\x56\x89\x58\xa1\x44\x4d\xe0\x99\x20\x47\x63\x64\x96\x6e\x40\xc5\x04\x19\x6d\x1a\xc1\x39\x63\x12\xe1\xc7\x51\x0e\xd1\x26\xd6\xbb\x68\x45\x94\x3f\x23\x00\x66\xb3\x37\xc7\x85\x7d\x49\x56\x0f\x80\xff\x27\x34\x85\xc5\x83\x26\x51\x2e\xa6\x84\xcb\x88\x08\x62\xdf\x26\x8a\x37\x90\x87\xf9\xfd\xe5\x5d\x2e\x2d\xef\x35\x43\xe5\x8e\x54\x3e\x4b\xe0\x73\x8b\x07\xc8\x4a\x29\x04\xdf\x80\x9e\xf9\x8f\x96\x9e\xee\x27\x09\x61\x98\xee\xc4\x26\x2b\xff\x46\x21\xc5\xc0\x9a\x67\xbf\xc0\xe9\xa0\xdc\x36\x6e\x59\x95\x30\xee\x3e\xe0\x27\xa1\xe2\xe8\x8f\x72\xf7\x10\x0f\xf6\x06\xf0\x4e\xd5\x81\xe0\xb8\x5e\x11\x5a\x41\xeb\xd8\x7d\x77\xb5\x02\x2a\xba\x45\xb9\x13\x5e\x84\x73\xbf\x5c\xe9\x31\xb6\x28\x69\xf7\x46\x66\x50\xf3\x3e\xf3\x39\x5a\x47\x82\xb9\xa4\x64\xe3\x91\x9c\x31\x7c\xc1\x20\x47\xdb\x76\x1f\xe5\xb2\x7f\x8b\x6e\xb2\xa1\xa1\x39\x5b\xd2\xb1\xaa\xfb\xdb\xf4\x6b\x57\x88\x7e\xf6\x6b\x28\x54\x59\xde\x9e\x54\xd6\xcf\xfc\x6f\xd3\x62\x31\xc7\xc4\x79\x6c\x0b\x97\xae\xff\xef\xc2\xc9\x27\x75\x5f\x38\x2b\x0a\xc8\x79\x67\x40\xc1\xf5\xea\xae\x8a\xc5\xa2\xcf\xba\xf9\xcc\xe7\x50\xa8\x83\xcc\x7e\xf7\x39\xd4\xeb\x2d\xd4\xd7\x65\x20\x63\xbe\x9d\x7a\xb7\x13\x39\x5f\x3e\x64\x17\xef\x9d\xc3\x9a\x02\xfd\x08\xea\xe5\xe3\x14\x45\x62\x27\x37\x68\x33\x9b\x64\x63\xbb\x3a\xc9\xb2\xe1\x0b\x45\x49\xa5\x1e\x77\x2b\xba\xb8\xb8\x2b\x8f\x02\x69\x13\x87\xd8\xef\xfe\x22\xe7\x22\xc6\xf8\x45\xff\x5a\xcd\x03\x86\x9c\x3c\x89\xb8\x3d\xcf\x1a\xd8\x42\x54\x28\x5b\x92\xd3\x54\xc0\x5c\x3a\xd6\xeb\x5d\xaf\x57\xa3\xec\x7b\x54\xaf\xfc\xa5\xde\xeb\xf5\x7a\x7b\x2d\x92\x3a\x94\xd0\xb4\xee\x98\xc5\x33\x7b\x57\x25\x57\x22\xf5\xfb\xf6\x74\x47\x96\xfa\x9a\x6e\x94\xb0\x72\x52\x54\x54\x02\x62\x71\x00\x21\x31\x1c\x66\x02\xbc\xc7\x19\x92\x9b\x56\x26\x4c\xc1\x16\xc5\xb6\x96\x1c\x17\xfe\xc1\xb6\x26\x4a\xec\x7d\x22\x61\x4b\x19\x01\xc3\x9e\x49\x98\x42\x52\xaf\x13\xe2\xe5\x42\x3e\x17\x8c\xb8\x3f\x87\xbe\x30\xae\x67\xa9\x91\x78\x39\x21\x46\x63\x12\xaa\x0d\xba\x7d\xf1\x74\x80\xc3\x22\xa7\x26\xdd\x1e\x73\x40\x52\xce\x23\xb2\x64\x06\xa9\x8a\xe8\x8d\xa8\x4f\x99\x20\x0b\xc3\x9a\x71\xbc\x9a\x48\x71\x93\xb7\x47\x75\x7d\x96\xca\xfe\x9b\x3e\x5f\xe3\x3b\x26\xc7\x22\x3b\x93\xe9\xd9\x4c\xc6\xc4\x64\xd5\xa1\x42\xe9\x6c\x47\xf7\x56\x4f\xb8\x11\xb4\x0c\xf3\xa2\xc9\x27\xc0\x60\xc5\xd3\x7a\xb6\x98\xe8\xef\x46\xf7\xe9\x6c\xfb\x7a\xb6\x0b\x7c\x1f\xd7\x00\x0f\x1e\x2f\x8e\x08\xfd\x6a\x82\xd9\xaf\x90\xc6\xbe\x7c\x3a\xfb\x31\x66\x4f\x68\x6c\x7f\x3f\xfb\x0f\x71\x13\x39\x23\xc2\xb3\x48\xee\xde\xac\x92\x54\xe5\x97\xa0\x02\x6c\xea\x57\x7d\xe6\xdf\xc8\xb2\xb7\x94\x38\xff\x88\x94\x24\xc8\xdd\xdf\xca\xf8\x0b\xf5\xa1\x16\xdf\xe5\xef\xf8\x52\xf6\xc5\xd3\x94\xac\xbe\x82\xdc\x75\xbc\x29\xc0\x3e\x08\xdd\x48\xbf\x48\x1f\xe4\x56\xd3\xa3\x1c\xa9\xaf\x26\x38\x5f\x71\x3e\x85\x99\x2c\x03\xd5\x66\x41\xa7\x31\x67\x0f\x9a\x00\x54\x5f\x00\x5c\x47\x7f\xf5\x34\x0b\x4d\x0b\x3d\x9e\x20\x97\x24\x18\xaa\xb0\xfc\x71\xe1\x2f\x24\x28\xa5\xe2\x33\xa4\x1a\xff\x38\xe4\xd1\x58\x21\x7f\x47\x4f\xe2\x46\x16\xf9\x97\x52\xfe\x8e\x18\xe1\xc7\xcc\x19\x9d\xc8\x72\xe6\xeb\x58\x0a\xa7\x9e\xfe\x52\xc9\xdf\x51\x6a\x6f\x2e\xae\x5f\xab\x6a\xe6\x53\x57\x38\x89\x34\x3f\xd4\xf2\x77\xfa\x02\x9b\xb2\x7d\x21\x5e\xeb\x99\x4f\x2f\x9a\xc0\x9b\x1f\x1a\xf4\x43\x5a\x96\xc0\x66\x33\x9f\xfa\x62\x27\x9b\xd2\x9a\x2b\x51\x01\x42\x6e\x7f\x6a\x82\xef\x29\xa5\x19\x13\x3a\x40\x6e\x82\xd8\x3f\x8d\x88\x76\x91\x0a\xd2\x1b\x82\x25\x80\x37\x8a\xc7\x38\xfb\xf4\x4b\xf3\x9e\xa2\x9a\xaa\x64\xe5\x9e\xc8\x29\x91\x08\xf1\x39\x41\x06\xd5\x12\xad\xe3\xa7\x60\x4e\x43\x11\x56\x99\x5e\xe4\x2a\x40\x69\x91\xb8\x77\xb0\xa4\x8c\x54\x53\xe3\x0a\xa6\x97\x18\xe0\xf5\xca\xc0\xbe\x50\x12\x97\x15\x07\x9d\x02\x8a\x61\xbe\x6c\x59\xef\x42\xbd\x55\x1b\xce\xd1\xac\xed\x55\x1a\x8e\xae\xef\xbd\x1d\x19\x99\x71\x44\xa6\x09\x3d\x38\xf0\xfd\xf9\x9a\x6d\x19\x48\xa4\xa2\x5a\x94\x80\x9b\x83\xb2\xa4\x45\x56\x6f\x51\x85\xae\x47\x30\xc6\x33\xd3\x89\x97\x6d\x7d\x1a\xdf\xe6\x20\x90\xa4\xf3\x57\x09\x81\x00\x7b\xfa\x15\xb9\x41\xa2\xb7\xd2\xf2\x81\x42\x9f\x2c\xe0\x8d\x51\x86\x20\xba\x8d\x8e\xbe\x4f\xde\xf3\x71\x50\x4b\x20\xf5\xad\xe7\x10\x5b\x4f\xc8\xd7\xa4\xcb\x98\x53\x9e\xb0\x49\xdb\xa7\x36\x2a\x87\x64\xc2\xaf\xb4\x2c\x79\x02\xbe\xb7\x97\x7a\xc1\x9c\x95\x8c\x08\xe7\xbb\x45\xb7\xce\x41\xde\x76\x45\xb0\x4c\x35\x7e\xf1\x72\x60\xdd\x90\x4d\x18\x68\x34\x33\x99\x2c\xc0\x15\x8e\xdf\x89\xdf\x18\x43\xfa\x9f\x2a\x7d\xdf\x90\x43\x1e\x46\xa4\xf0\x80\x37\xf1\x5e\xef\x91\x7e\x52\xc4\x83\x66\xef\xdc\xdb\x3d\xde\xd1\xfe\x74\x00\xee\x6d\xa5\x8f\xcf\x7d\x81\x10\xec\x7b\x75\xa8\x47\x7f\x65\x1f\x83\xe1\x54\xf3\x67\x75\x7b\x27\x35\x73\x33\x71\xe8\x24\xbe\x14\x8d\x6f\xc4\x18\x5a\xb7\xb9\xdc\xed\x88\x9d\x9d\x49\xa4\x28\xc9\xd7\xe5\x7f\x3a\x9c\x0e\xfb\x3d\x44\x34\xc1\x19\xfd\xb1\x02\xb1\xee\x47\xb9\x4e\xca\x03\x14\xe1\x08\x53\x2b\x92\x93\x0a\xc0\xc3\xbc\x7d\x25\xc8\x9e\x41\xfb\xa7\x67\x70\x20\x85\xfb\xfc\xe5\x0c\x12\xf4\x63\x09\xe7\xdc\x61\x9d\x86\x16\x5a\x3a\x08\x40\x17\x7d\xf6\x6d\x3b\x50\xf2\xaf\x75\x6b\x84\x24\x0e\xbd\x55\xf4\xf5\xd8\xd5\xdd\xff\x78\xee\xf4\x33\xb0\x43\xd6\xeb\xde\x32\x21\x97\xdf\xfe\x0e\xa9\x11\xb2\xe7\x70\x47\x69\x3b\xc6\x0e\xe5\x0a\xb0\x07\x38\x4a\xef\xb4\x38\xd1\x9a\xce\x61\x41\xdf\x72\xa7\xac\xf8\x1c\x96\xf4\x3a\x6a\xc9\xe7\x27\xe7\xb0\x74\xe5\x1c\x16\xe9\x1c\x52\x94\xbd\x88\x6c\xda\x82\xe3\x41\xf4\x85\x78\x71\xc1\x86\xf9\xe6\x4c\x6a\x99\xd1\x85\xff\x6a\x27\x07\x80\xe3\xa7\x12\x8e\xd6\x4b\xc2\x27\x74\x1a\x58\xbe\x78\xa8\x90\xf0\xf0\x12\x83\x3b\xf8\xcc\x9e\xd0\x31\x9d\xd0\x91\xbb\x93\x56\x45\x8a\xb9\x4b\x4f\xd5\x3b\xec\x33\xe9\x12\x12\xa4\x25\x28\x9b\xef\x92\x63\x76\x41\x4e\x6b\xed\x2f\x1b\x54\x6e\xfd\x6c\x83\x3a\xa2\xe8\xbe\x69\x79\xa1\xe1\xc2\xab\xb5\xd6\xe0\x65\xe2\xdd\x59\x4a\xde\x9e\x31\xdd\x88\xb2\xbd\x88\xc3\xff\x46\xae\x57\xaa\x8a\x44\x3f\x97\x08\x70\x98\x21\xc0\x77\xff\x44\x80\xdf\xf5\x4b\xa4\x8f\x73\x01\xd8\xc8\x4b\x38\x04\x9f\x9c\xb6\x40\x78\x65\xfb\xb8\xa8\x7b\xf2\x47\x11\x03\x75\x89\x48\x6f\xec\xff\x2b\x22\xdd\x11\x23\xef\x4d\x53\xa7\xb9\x77\xee\x7e\xac\xb9\x5f\xca\xb2\xf4\x2e\x56\x5e\x95\x18\x96\xbd\x47\x9c\xdf\xcb\xc4\x38\xde\xc7\x0f\x19\xc8\x74\xcc\x6b\xcc\x90\x75\x04\x08\x9f\x43\xde\xb3\x31\x80\x02\x7b\x5c\x7e\xa5\x62\xef\x78\xeb\xc8\xe6\x8d\xe5\xe7\x25\x5d\x4e\xef\x2c\x83\xcd\xa0\x1a\x65\x12\x00\x5f\x98\xb7\x52\x00\x1c\x1a\xc5\xf7\xc4\xf1\x2f\xa0\xa1\xf3\x96\x23\x80\x04\x13\x6e\x25\x9f\x93\x3c\xf1\x77\x41\x13\xe9\x1c\xb6\x23\x4d\x63\x1c\x4e\x67\xba\x1b\x39\xfa\x0e\x3f\x44\xed\xb3\x81\xc0\xb9\x0f\xd0\x7d\x5e\x21\x72\x34\xf7\x12\xcb\xe2\xda\x39\x96\x5b\xaf\x8e\x62\xf1\x92\x6c\xe3\x31\xa8\x6b\x38\x6a\x06\xc0\x02\x3a\x19\x44\x5f\xf3\xca\x9b\x0e\x54\x42\x03\xdc\xe9\xb0\xb8\x22\x41\x7b\x29\x0b\xa7\x3f\x74\xac\x82\x12\x4e\xd3\xd6\x8b\x38\x93\x3d\x5d\x29\x4a\x2b\x4d\x4b\x1d\x60\x15\xa5\xed\xaf\x38\xb9\xf2\x5e\xa5\xa8\x7d\x7b\xdc\x26\x2a\xdc\x13\x87\xdb\x95\xd4\x77\xb6\x76\x4b\x5b\xf7\x3a\x2b\x75\xb0\x77\xa3\xaa\xe1\xfc\x08\x42\x7a\x07\x2c\xd8\xfd\xd4\x25\x6d\x6a\xb5\x42\xc7\x25\x27\x4b\x04\x4d\xec\x4f\xb5\xbc\x78\xbb\x25\xad\x02\x7b\xff\xcc\x2b\x01\x45\x7d\xd6\x27\x9c\x64\xbb\x67\xf4\x38\x6d\x8a\x43\xd9\xed\x48\xb7\x19\xc9\x32\x67\xf0\x86\xfb\xa6\xe6\xb6\x27\x3b\xa3\x4e\x23\xa0\xe6\x1d\x89\xe7\xe4\xcd\x9f\xf8\x31\x91\xa2\xb5\xdf\x23\xb4\x12\xba\x8e\xb8\xb4\xc3\x0a\xc9\x06\x9f\xd6\xab\xd8\xf9\xb7\xd6\x50\x89\xd2\xd7\x42\x02\x45\xf6\x52\x54\xfd\x5b\xdd\x50\xee\x6a\x99\x57\x11\xdd\xdd\x6a\x79\x66\x72\x77\xad\xc8\x50\x8a\xe4\x4e\x0f\x6e\x7b\x17\xbc\x58\x26\x42\xa1\x73\x0b\x99\x64\x10\x1c\x5f\x6d\xf6\xdc\x3d\x10\x0b\xda\xdd\xd3\xd9\x80\x87\x68\x78\x20\x84\x3f\xfd\x5b\xe6\x2f\x2d\x2f\x1c\x18\x20\x6c\x19\x90\xf2\x64\x89\x07\x78\xb3\x24\x58\xaf\x5b\xbd\x50\x39\xe5\x72\xbe\x15\xba\x5a\x73\x2d\x90\x30\x26\x19\x67\x77\xf1\x28\xf9\x29\x1e\xa7\x45\xa6\xa2\x74\x59\xba\x24\xa1\x74\x4e\x89\x61\x48\x60\xa1\xb7\xa7\x3d\xcd\x13\xe8\x29\x9d\x21\x26\xe4\x46\xee\xef\x54\x06\x34\x1e\xf5\xc4\xdc\x29\xe5\xa2\xd1\x13\xae\x0f\x80\x1e\xaa\x0b\xd4\x6c\xe1\x95\x09\x55\x6e\x20\x01\x56\x39\x93\x1b\xf0\x76\x35\x5a\x90\x3c\x32\xbf\x87\x53\xa2\x4a\x1d\x88\xa9\x94\xd6\x8a\x13\x43\xf5\xad\x14\x9d\xd6\xbf\xa1\x05\x98\xc9\x32\xb0\xfd\xbc\x12\x85\x39\xa8\x91\x3d\x21\x2d\xdd\x8d\xe0\xb2\xf4\xa6\xe1\xb7\x03\x6b\x6e\x26\x0f\x5c\xb7\x19\x9f\xea\xd4\xa8\x98\x5b\x26\x6d\x45\x49\xe6\xff\xeb\xa3\x4b\x0e\xb5\x2f\xfc\xf2\x3a\x58\x66\x20\x8d\x06\x05\xf0\x85\xef\x05\xe6\xeb\x9a\x3c\x8b\x15\x91\xa4\x8d\x7c\xc7\x25\xae\x2c\x28\x7b\x6e\xcb\x14\x1b\x4d\xf8\x91\x06\x95\xa6\x7f\x17\x28\x2b\x12\x64\x52\xb5\x21\x29\xd4\xa9\xab\x35\x3a\xc8\x3e\xeb\x7b\x25\x82\x1d\x27\xbc\x98\xb1\xf4\x8f\x13\x61\xe3\x8c\x28\x6b\xa2\xc8\x23\xee\x3c\xa6\xa4\xa2\x84\xfb\x5b\x57\x7c\xa7\x23\xf2\x2b\x23\x6d\x91\x9e\x43\x4b\x9d\xfa\x2b\x79\x3f\xab\x5f\x4c\x96\xaf\x30\x92\x69\xba\x57\xd8\x02\x29\xd1\x2d\xa0\x41\x07\xec\xf4\xab\x3f\x74\x2e\x6f\x6f\x93\x13\x28\x41\x3d\xb1\x58\x3f\x9c\xf0\xce\x10\xe3\xbb\xbb\x29\xeb\x38\x87\x4a\xb8\x31\x45\x80\x7d\x34\xd6\xf7\x58\xc2\x12\xa5\x38\x56\xac\x55\xa0\x78\x9f\x97\x0d\xeb\x56\x2b\x4b\xe8\x86\x74\x19\xaa\x4b\xa7\xf5\xa3\x9c\xe5\xbe\x51\xf7\x8f\x33\x3c\x61\x95\xe1\xce\xdd\x85\x1b\xc0\x0c\xcf\x63\x82\xac\x2c\xde\x7e\x7b\x9f\x79\x0b\x23\x38\x8f\x53\x46\x0f\xb7\x0c\xe2\x50\x30\x30\xc9\x7f\x5e\x13\xca\xb4\xd3\x01\xb3\xa2\x78\x07\x02\xf2\x6b\x7f\x27\xb9\xbd\x3b\x4d\x4e\x7a\x1c\xa1\x47\xe6\xfd\xde\x57\xab\x87\x73\x0e\xcf\x05\x3c\xa4\x33\xb2\x4d\x40\x62\xd5\xb9\x23\xde\x75\xd0\x0a\x7d\xeb\x3c\xae\x89\x84\x81\x28\xca\x50\xb7\x1d\xe8\xc8\x20\x0a\xac\x63\x0e\x76\xfa\x69\x34\xee\xe0\xd5\xa2\x39\x00\xb5\x3b\x00\x65\x6c\x97\x49\x00\xef\x42\xfe\x2e\x6d\xee\xb2\x02\x38\x5f\x19\x6a\x23\x46\x1b\xc1\x64\x4c\xc6\x88\xf7\xcd\x03\xa0\x5b\x75\x5f\x1e\xdc\x45\x3e\x60\xd9\x5c\x6d\x52\xf5\xaf\xca\xcb\xb9\xcc\x78\x97\x94\xd6\xfa\x9c\xb8\x6d\x7d\x7d\x2f\x0b\xe4\x6a\xc3\xef\x16\x28\x41\x1d\x69\xaf\xe2\xe5\xc3\xb9\x1e\xcd\x49\x90\x2c\x9f\xae\x65\x32\xc4\xe0\x66\x3c\x38\x4a\x9b\xa3\xf4\x83\xef\x0b\x97\xde\x2d\x3f\x5f\xed\x5c\x96\x6d\xfb\x04\xd8\x9d\x1a\x5e\x1b\x89\x3c\x9f\x67\x47\xac\xe4\x4a\xe9\xe7\xaa\x00\x3d\xc5\x4b\x3c\x3b\x39\x9f\xbc\x60\x45\x75\x69\xc1\xe6\xe3\x0e\x51\xe7\x32\xec\x7d\x7d\x3e\xd2\x07\xfb\xff\xed\xca\x55\x91\x11\xbb\x5c\x96\x17\x44\x28\xac\x60\x33\xb3\x82\x0b\x5e\xc1\xc6\x08\xa3\xe5\x24\xb8\x7d\xbe\xbc\x4d\x5a\x4a\x0f\x4b\x19\xd5\xfe\x6e\x29\x2f\xad\x40\x47\xec\xf4\xc3\x57\x91\xa2\xa2\x8e\xf2\x4c\xbb\xc0\x8a\x59\xea\x67\xc5\x2b\xb8\x1e\xd3\x3d\xe4\xb6\x3d\x1b\x77\x76\xb5\xc4\x44\x2b\x38\xf6\x85\x19\x23\xb2\x17\x33\x8b\x18\xdb\x27\x8b\x98\x5b\xeb\x32\x2e\xdb\x13\x81\xe9\x1b\x29\x56\x72\x9e\x18\x55\x06\x58\xa1\x5d\x66\x85\x62\x5e\xa1\xed\x18\x6a\xd3\xb1\xa4\x84\x5b\xfa\x8d\xcf\x7e\xd6\x83\xdd\x4b\x91\xd8\x3b\x72\x7f\xd9\xda\x90\x9e\xca\x0f\x47\x51\x69\x93\x21\xc7\x66\xb7\xea\x57\x96\x34\x95\x78\x9d\x62\x66\x2c\x25\x42\xab\x0e\xf6\xe3\x0e\x4b\x42\x75\xbc\x3d\x78\xdc\x55\xa4\x84\x15\x8a\xb2\x4d\x32\x43\xce\x3e\x97\x19\xb4\xb4\x4c\x32\xc3\x40\x8a\xc8\xa9\x4a\xcb\x57\x49\x17\x0e\xa3\x80\x91\x9b\xc9\x7c\x93\xa8\x16\x56\x9c\x86\x76\x4b\x7a\x41\x82\x9a\xa5\x54\x9b\x1e\xde\x57\xc2\xad\xce\x41\x7e\xb3\xa3\x9c\x51\xd8\x43\xc5\x41\x4c\xcb\x6d\x04\xdb\xd1\xc5\xaa\xb3\x92\x66\x71\x46\xf2\x17\x22\x18\x6b\x94\x87\x17\x79\xd8\x44\x80\xb4\x34\x94\xe8\xef\x97\xf5\x22\xd4\xfb\x74\x4d\x87\xff\xd7\x6c\x4d\xd3\xf5\x36\x83\xb6\xe6\xfc\xe7\xb2\xbe\x22\x61\xef\x20\xcd\x97\x91\xb2\xd6\x52\x7f\x61\xd5\xdf\xf1\x4b\x8c\x2f\x2f\x31\x3e\x44\xe9\x87\x48\x33\x21\xaa\x97\xe0\xf7\xdf\xe6\xe7\xfa\x98\x0c\x8b\x1f\x1b\x24\xe8\x9e\xa6\xe5\xf3\xa4\x1d\x57\xef\x0b\x54\x88\xd3\x0f\x4d\x2d\x6d\x74\x55\x8e\x5c\xe0\x27\x72\xca\x8b\x82\xa9\xba\x0c\x6d\x9b\x43\xfe\x11\x52\xee\x7a\x48\x11\xbc\x66\xd6\x52\x42\x86\x6a\xd6\xb3\xf5\x44\x37\x29\xdd\xa5\x7f\xeb\xad\xcc\x37\xe8\xff\x1d\xa4\x84\xf7\xe7\x55\xb2\x0e\xb6\xaa\x64\x64\xf7\x48\x1c\xfb\x98\x56\xef\xb3\x75\x3a\xa6\x0d\x2e\xec\x1d\x4c\x8e\x1f\x57\x2d\xd4\x9b\xe5\x29\xf5\x32\x6c\x59\xae\x6d\x2b\x56\x8c\xcf\x1c\xa1\xba\xfa\xf8\x70\xb2\x10\x82\xe8\xdd\x93\x2c\x48\xe0\xbe\x01\xe7\xf1\x42\xfa\xd9\xca\x84\xba\x0d\x77\x0b\x24\xd6\x39\x8c\xf5\xf9\x71\xc8\x3d\xc5\x16\x73\x44\x7f\x94\x56\xf7\x14\x7e\x5c\x86\x76\x37\xac\xac\xee\xb5\xd4\x7a\xa7\x05\x16\xa7\x8f\x63\x08\x50\x5a\xda\xff\x81\xad\x90\x3a\xc0\x0a\x63\x99\x6b\xb7\xc0\xcd\x26\xc8\xbf\x00\x6e\xf3\x6d\x80\x64\xbd\xa7\xe0\xd6\x74\x9d\x9a\xf4\x70\xf6\xa3\x06\x71\x86\x94\xf5\xcd\xd9\xcc\x28\xef\x25\xe4\x9a\x8e\xae\xcb\x31\xc6\x63\x19\x85\x45\x39\x1f\x92\xa3\x6e\x88\x26\xf5\x31\x21\xbb\xb3\xde\x65\xbb\x5d\x45\x72\x5c\xec\x5d\x3c\x79\xc8\xf4\x55\x5a\x9b\x48\xb4\x90\x2e\xba\x22\x8d\x7c\xa9\xcd\xbe\x90\x26\xee\x9a\xd3\x33\x6f\xe4\x08\xc8\xdc\x3e\x19\xc9\xee\x27\x75\x52\xea\x13\x1f\xf3\x6b\xb0\xa0\xd8\xaa\x0f\x1a\xee\x6e\x02\x5c\x65\xeb\x6a\x42\x5e\x4e\xda\xad\x16\xf6\x7e\xe2\x1f\x2b\xe6\x77\x48\xee\x63\x75\xc5\xaf\x3a\x8d\xfb\x65\xbe\x23\xd8\x81\xa7\xd3\xe0\xea\x6c\xc0\x76\x9f\xa3\xd6\x5b\x5f\xe2\xac\x5f\x2c\x5f\xcc\xe4\x0e\x71\xd6\x7d\xc3\x8f\x04\x8e\xb5\x25\x85\x9a\x5e\xa4\xf2\xac\x0d\x36\x62\xda\xa6\x4c\x4c\xa0\xb3\x9a\x9a\xab\x85\x04\x1a\xff\xb3\xe5\xda\x4b\x09\x8b\xc0\x0b\xc6\xea\x50\xb8\x08\xc4\x98\x31\xec\x2d\x8e\x78\xaa\x4a\x6b\xa9\x38\xa2\xfa\x25\xce\xdf\x03\x8f\x85\x28\x20\xc9\x63\x25\x95\x76\x95\xa5\x58\xb4\x19\x9f\xcf\x9a\xf0\x8d\xe5\x39\xe1\xd3\x95\xfa\x62\x2a\x23\x69\x0d\x94\x58\xe2\x31\x9f\xc8\xdc\xac\x6d\x01\x35\x34\x6d\xde\x44\x83\x93\x9e\x9b\x3e\xec\xe4\xb3\x26\x1c\x25\x54\xea\xd1\xf3\xf0\x70\xac\x40\x4b\x1d\xea\xdb\x45\x57\xa5\x8e\xd2\x03\x75\x3e\x04\xdf\x0a\xc5\x48\xaf\x4c\x45\x8a\x99\xa2\xb6\x3e\x5c\x68\x79\xd2\xb6\x5a\x64\xde\x21\xd5\xa6\xfe\x75\xa5\x68\x3a\x7b\xbc\x93\x0d\xb2\x34\xc6\x8a\x2e\xc7\x58\xd1\x91\xa7\x19\xe9\x1b\x33\x24\xeb\x54\xa4\x16\x08\x43\xea\x57\xf0\xfa\x7f\x74\x90\xff\xac\xbe\x24\xd6\x78\xcd\xb8\xd0\x05\xc5\x69\xd1\x28\x15\x2c\xf1\xa1\x15\x98\xfc\xc6\x06\x26\x82\xc4\xe5\x12\xc9\x52\xaf\xeb\x1c\x72\x50\x2e\x06\x70\xf4\x1e\x97\xd3\x4b\xa5\x62\xb5\x8f\x6e\x71\x80\x29\xba\x37\xd7\x41\xf2\xd7\x94\x17\xa8\x15\x6d\xc6\xc4\x47\xf2\xc2\x28\xaf\x1f\x38\x37\x52\x83\x3d\x52\x0f\xd3\x01\xec\xe5\x17\x01\xcc\xa1\x43\x7d\x8d\x7d\xa2\x1c\x37\x18\xdb\xb6\x74\x43\xe0\x60\x45\x4c\xe2\xac\xc2\x00\x31\xf7\xaf\xcc\xb6\x43\x63\x98\xea\xe6\xf4\x03\xe4\x54\xed\x03\xf9\x47\x6e\xec\x67\xcb\x77\x9a\xf2\x75\x19\x13\x9d\x79\x89\x40\x24\x9a\x13\x20\x86\x13\x16\xb6\x4a\xd5\x7c\xba\x57\xd6\x35\xfe\xce\x83\x9d\xe8\x92\xfe\x68\x3b\x72\xcd\x62\x75\x89\xae\x1f\xcb\x15\x71\x11\x7a\xfa\x6a\x3d\x95\x46\x2d\xc4\x00\x0c\x95\x96\xbb\xf8\x88\x2b\x7d\xae\x04\x4e\xc7\x20\xd0\x5c\xea\xd2\x04\xd6\xaa\x85\x5c\x0d\x6e\x8f\xe0\x22\xb9\x1b\xce\x32\xab\xe9\xe6\x48\x16\xb6\x36\xda\x0b\x85\xfa\x35\x4b\x90\x37\xc8\x2a\x48\xe1\x3c\x1b\xf7\x0c\xa2\x1b\x65\x40\xc2\x6b\x0a\x7c\x50\xfa\x32\x89\xb5\x41\xfd\x64\x7a\xa2\x1e\x06\x50\xd7\xf4\xb5\x0c\xfc\x9c\x8f\x6e\xd0\xf0\x40\x13\xa1\xfc\xc6\x33\x73\x70\x7e\x19\xaa\xa2\xde\x7a\xe8\x6e\xa2\xbb\x2b\x8d\x6d\x14\x09\x85\xfb\x8b\xdc\x15\xb7\x34\xfe\x95\x9c\x17\xee\x8e\xf8\x45\xa3\xf9\xbd\xf9\xc3\x7d\xd4\x8d\x8b\x21\x0d\x24\x2f\x73\x8b\xf0\xd8\x7d\xb3\xd6\x3e\x2e\xee\x7c\xe3\x61\x2c\x13\xfd\xfa\xef\x26\x2d\xc3\x88\xa8\x87\x18\x37\x50\xd7\x79\x5a\xc4\x3c\x82\x0f\x3d\x82\x9a\x62\x23\x91\xaa\x2a\xd4\x56\x42\x3d\x2d\x1b\xbc\x69\x81\x50\x8f\x8b\x35\xb3\x34\x9e\x50\x0f\xcb\x1b\x54\xee\x0b\xf5\x74\xb8\xc1\x18\x3d\xa1\xee\x19\xbe\xa5\x23\x54\x7b\x1e\x98\x45\x54\x6f\x35\xf0\x4d\xaf\xfa\xc3\xdb\xa8\xce\x7f\x7c\x08\xe7\x73\xb2\xe4\x2d\xe9\xe8\x1d\xae\x28\x21\x6a\x34\x8c\x72\x66\x18\xe5\xe4\x6f\x87\x31\x6e\x1f\xd7\xf0\xf7\x4f\x86\x31\xae\xa7\x5f\xdc\x4f\x4d\x61\x04\x50\x65\xcb\x72\x34\x32\xc7\x53\xd3\x07\x59\x4f\x82\xe3\x11\x3a\x54\x58\xe2\xec\xeb\xed\x99\x4b\x93\xd0\x34\x91\xc7\x83\xd7\xa7\xa4\x16\x47\xd2\x10\x49\xf2\x56\xda\xf3\x5b\x96\x9b\x20\x16\x49\x9f\x61\x2f\x92\x27\x8d\xd4\x97\x2d\xec\xf1\xbb\x3e\x62\x13\xcf\x9c\x18\xf5\x14\xa6\x61\x86\xbf\x1a\x49\xe7\x38\xc1\x69\x49\xe1\xbc\x05\x42\x7d\x9a\x4c\xe5\xc2\xd9\x0c\x03\x2c\x20\xf9\xab\xec\x0f\x2e\xaa\xf7\x84\xfa\xb5\xad\x48\x10\x1f\x4f\xa8\xdf\x71\x8d\xf3\x8f\x78\x42\x3d\x56\x3f\x32\x73\xdb\xdb\x42\x14\x08\x22\x79\x67\x1f\xdb\xad\x2d\x55\xa6\xdd\xfa\x52\x99\x1a\xce\x23\xc3\xe1\x90\x72\x41\x5e\xa8\xf1\x2a\x9c\x9d\xb4\x72\xf0\xc7\x05\x34\x40\x5a\x48\x64\x8b\x34\x90\x4b\x1b\x08\xbf\xe7\x45\xf4\x5d\xfa\xae\xcc\x85\xb1\x01\x7c\x87\x09\xf5\xd7\xb1\x71\xab\x97\x4b\xfd\x7c\x70\x28\x02\xe8\x62\xba\x59\x3f\x1a\xdb\xe5\x25\x39\x5b\xb7\x3f\x0e\xed\xb4\xd1\x57\xe1\x39\xdb\x18\x1e\x1d\xcd\x9d\xca\xd0\x6b\x35\x05\x6a\xd2\x91\x42\xd5\xc7\xc1\x09\xbd\x84\xf7\xca\xab\xee\xce\xfd\x3c\xa5\x83\x29\xc7\xb5\x52\xa6\x4a\x47\x38\xd3\xd3\xf9\x8a\x93\xd6\xf2\x37\x06\x70\xc9\x7b\x3e\xa5\x65\x67\x97\xa5\x64\x0b\x51\xa1\xc3\x56\xb4\x8f\x54\xa0\xd0\xec\x98\x6b\xf4\x42\x8f\x46\xc1\x16\xa2\xc4\xb0\xdd\xc7\x62\xc5\x52\x3a\xa0\x17\xe1\x2d\xe4\xf1\x4b\xe6\x95\x89\xa6\xe1\xb1\x4b\x87\xbd\x55\xcc\x0b\x92\x8e\xfa\x95\x44\x0a\xca\x08\x59\xbf\x33\x36\x09\xd7\x1d\x42\xd4\x7b\x19\xb8\xd9\xc5\x8c\xcf\x17\x33\x17\x29\x43\xd9\xdc\xdf\x27\xf3\xad\x4e\xc2\xff\xff\x9a\xf0\xb0\x05\x4e\x31\x39\x80\x29\x5a\xd5\x7c\x13\x3e\xa1\x16\x00\xb9\x4a\xe0\x08\xe2\x8f\x89\x4f\x16\xfe\x22\x21\x6d\x7d\xb0\xb6\x53\x4a\xcc\xd8\x59\x15\x58\xe2\xd3\x92\x49\x19\x12\x56\x31\x34\xb7\x40\x95\x2f\x97\x2c\x97\xa9\xdb\xce\x74\x2d\xbf\x2b\xba\x1d\x91\x85\xa9\xbb\x4a\xee\xd3\xa2\xd5\x8b\x45\x01\xd0\xf4\x4e\x8c\xba\x5f\x1b\xd9\xb4\x81\xe5\x4c\xb5\xc8\xbe\xd8\x43\x63\x04\x42\x58\xcd\x14\x6d\x5e\x99\xe1\xec\x96\x68\x2d\x7d\x6c\xce\x4e\x3f\x2e\x99\x13\x48\xe6\xc7\x76\xea\x97\xdb\x59\xfe\xff\xd8\xfb\xb3\xee\xc4\x7d\x65\x7f\x1c\x7e\x41\xb0\x16\x18\x33\x5e\x4a\xb2\x71\x1c\x42\x08\x10\x42\x93\x3b\x42\x27\x18\x33\x99\xc9\x80\x5f\xfd\xb3\x54\x9f\xb2\xb1\x81\x74\xfa\xbb\xf7\x3e\xcf\x7f\x9f\xdf\x3a\x37\x9d\x46\x96\x65\xa9\x54\x55\x2a\xd5\x48\xde\x74\x3c\xce\xa9\xf4\x9c\x79\xb8\x59\x58\x5a\xc8\xc3\xc3\xf0\xea\xe1\x21\xfd\x66\x74\xf5\xb0\xb2\x24\x9f\xed\xfe\xa2\xd0\x4c\x24\xa7\xfb\xb0\x6a\x55\x42\x14\x37\x5d\x94\x9c\xb8\xab\xe8\x1e\xa6\x8f\xe0\x41\x23\xe5\x75\x02\x55\xdc\xa2\x6c\x9f\x07\x67\x54\xe4\xde\x02\x47\x38\x59\xa5\x53\x2a\x3b\x63\xae\x6c\x27\x47\xab\xed\x49\x15\x0b\x4d\x42\x15\xc8\x95\xd3\x11\xd3\x03\x8a\x56\x42\xa9\x0a\x7d\xcf\xc6\xb9\x5c\xb8\x66\x72\x7a\xd2\x77\xa4\xe7\x40\x56\x2b\x36\xeb\x89\x28\x50\x5a\x23\xea\x64\x2f\x97\x84\xb0\x25\x34\x36\xf6\xba\x8b\x7b\x92\x39\xfa\x0f\xdd\xc2\xe0\x12\x30\x2a\x04\x64\x1c\x2a\xcb\xe9\x86\x6e\x45\x28\x50\xd5\x8c\x2c\x6f\xf3\x9c\x9f\x08\xfb\xa8\xe1\x67\x9d\x2c\xfd\x78\x2e\x29\x36\xc4\x16\xaa\x61\x99\x47\x5c\x72\x4b\x4b\xa8\x81\x05\x0a\x5a\x99\x4b\x5c\xeb\x4a\xc7\x1e\xdd\x48\x74\xf3\xd3\x89\x14\xf5\x5d\xce\x74\x85\xca\x80\x67\x8a\x7c\xa0\xcd\xa9\x91\xa0\xd6\xf1\xd3\x31\x85\xe3\xf4\xe0\x99\x1b\x80\x2b\xc4\xc0\xeb\x5d\x5b\x99\x0d\x0b\xfe\x12\x9b\xff\xa9\xbc\x59\x08\xd1\x20\xc9\xe0\xc5\x40\x0c\x0c\x4c\xc9\x05\xf2\xea\xec\xcc\xe1\x20\x4d\x85\xb5\x5a\xe4\xa9\xe3\xb0\xfd\xee\xed\x3c\x86\xb7\x33\xb9\x70\xea\x57\x1d\x38\xae\xd7\x61\x5f\x9b\xf1\xc9\x52\xdb\x22\xea\x05\xdd\x9f\x51\x1c\xd2\x35\x7f\x51\xdc\xcb\x9c\x4f\x41\xd2\xc4\x2c\x08\xb6\xe3\x4a\x31\xe5\xf9\xb8\x19\x25\x8e\x8f\x5d\x8c\x57\x28\x63\xed\x39\x5c\xec\xec\x0a\x69\x03\x05\xd7\x31\x36\x50\x2f\x9a\xa3\x25\xf6\x7c\x8d\x21\x73\x2f\x55\x1a\x43\x38\xbd\xde\x1e\xdf\x5a\x2f\x38\x53\xe1\x58\xa8\x9e\x57\x07\x63\x9b\x15\xe9\xa2\xfb\x62\x92\xd3\x8c\x68\x97\xe8\x77\xea\x33\x5d\xcd\x56\xe0\xb6\x92\xa3\xe8\x2c\x3b\x50\xf3\x5d\x07\xb8\xbe\x96\xa2\xfd\xae\x2f\x6a\x5a\x9e\x14\xbd\x53\x44\x62\x6d\x93\x41\x32\xde\x2f\x60\x1c\xda\x2d\x32\xbf\xbb\x67\xe8\x94\x7c\xd4\x07\x3c\x51\xa1\xb6\x85\xa5\x7b\xf5\x85\xaf\x3e\xf2\x2d\x51\x22\x8b\xcf\xd6\xdd\x25\xf5\xf3\x87\x54\xe1\xe8\xed\x49\x4f\x6f\xe0\xe6\x6d\xf1\xf6\x88\x74\x74\xab\x93\x1e\xbc\xaf\x9b\x5e\x1f\x85\x3e\xca\xc4\x9a\x9a\xba\xba\xa9\xf7\x28\xc8\x21\x92\xea\xcd\x76\x74\xcb\xcb\x23\xf2\xfa\x15\xf4\x65\xb2\xad\x5b\x9e\x1f\x91\xcb\x6f\xa9\x6f\xb9\x2d\xdd\xf2\xc4\x7d\xf4\xc7\x5c\xdd\xf0\xf8\x88\xbc\x7a\xba\xc1\xd1\x0d\x0f\xf1\xb8\xba\xc5\xd6\x2d\xcd\xb8\xc5\x20\x5f\x65\xdd\x64\xd1\x30\x76\x1b\x29\x63\x3e\x17\x86\x9b\xbf\x4a\xcb\x47\x27\x81\xda\xab\x25\x15\x0e\x16\x83\xd5\x6d\x97\x22\x0a\x33\xab\x4d\x8d\x54\x6b\x83\x59\x85\x68\xf3\xcd\xaf\xe8\x2b\xed\xda\xd1\x9c\xc6\x77\x84\x81\xc7\xe9\xdc\x7a\x03\xca\x16\x59\x2e\x52\x61\x2d\x67\x4c\x29\xed\x96\xf2\x11\x65\xc7\x5b\xa4\x98\x47\x5e\x97\xaf\x1c\x4c\x06\x1a\xe3\x7e\x79\x56\x7c\x6a\x53\x29\x53\x85\x32\x70\x01\xab\x87\xe1\x78\x63\xae\x50\xff\x1a\xfc\xb8\x8c\x32\x64\xa5\x19\x11\x5e\x11\x18\xef\xaf\x38\x97\x25\x89\x7f\x7e\x97\x6f\xbf\xe4\x65\x65\x9b\x76\x4e\x2f\xc2\x81\x26\x91\x22\xfb\xa6\x7c\x69\x78\x86\x2d\xd9\x88\xd8\xbc\x52\x46\x6c\xd0\x46\xa2\x9e\xa7\x0b\x55\xff\x8c\x42\x6e\xe9\xaa\xfd\xb6\xaa\xda\x30\xc9\xd4\x51\x8e\x6e\x54\xa7\x2c\x8f\xae\x29\x2b\xc8\x21\xd5\xa9\x17\x61\x3a\x37\x36\x2f\x7a\x17\xb7\x50\x99\xe8\x15\xbc\x96\x0d\xb0\x9a\x3c\x8a\xdb\xe8\x75\x54\xd1\x7b\x1c\xa1\x37\x92\x91\xc1\x9d\xa3\x61\xf0\x8f\xb9\x45\xc6\x04\x0a\x5c\x29\x12\xc1\x8d\x59\xaa\x2a\xcc\x9e\x13\xd9\x22\x50\x65\x94\x93\x26\x7d\xa8\x2d\xd4\x53\x69\xfa\x7c\x91\x6f\x72\x54\x74\x4f\x09\x4f\xdf\x3a\x95\x30\xeb\xf8\x5b\xcd\x21\x56\xda\x47\x5c\xc8\x51\xfa\x25\xd2\x71\x3b\x79\x27\x92\x87\x86\xdc\xab\x39\xce\x8a\x51\x43\xb1\x3d\x22\x88\x7b\xf4\x85\x10\x08\x8c\x4d\x97\x79\x14\xce\x74\x43\x3a\x9a\x4f\x0f\xaa\x58\xe7\xb0\x7e\x4a\x0c\x01\x62\x2e\xc3\xf5\x53\xb6\x59\x9f\x11\xd8\xe3\x0e\x9e\x29\x14\x9a\x3c\xd4\x08\x3f\xbb\x21\xfe\x3a\xb9\x3d\x39\x5b\x0c\xd7\x16\xfc\x10\x20\x88\xad\x4e\x8f\x99\xa7\xe6\x89\x1c\x0d\x07\xcb\x10\x0a\x9d\x70\xfe\xc0\xf9\x98\xf4\x0c\x0f\x45\x58\x04\xfc\x22\x79\xe7\x80\x65\x15\xcb\x74\x42\x21\x20\xa6\x70\x86\xc7\x65\x0e\x7f\x9d\xdd\x91\xac\x09\x83\x7d\x40\x1c\xa4\x3f\x7d\xc7\xec\x8f\x8f\x28\xa0\x08\xbf\x8a\x48\xea\xef\xb4\xf4\x0d\x67\x5d\x20\xe2\xe8\xac\x2a\x84\x2a\xee\x72\x0e\x0e\x14\x6c\x48\x2b\x7a\xb2\x2f\x31\x2c\x1d\xee\xdb\x0a\xcb\x4e\xbe\x25\xf6\xe4\xd1\x74\x90\x50\x68\x2d\xcf\xd6\x05\x16\xd5\x2d\x7d\x7d\x54\xc9\x11\xf0\x92\xa2\xfd\x8d\x7a\x33\x35\x80\x68\x2f\x2b\x2a\x55\x6c\x3a\x5e\x6d\x14\xb4\x92\xd3\x4f\xec\x11\x39\x04\x2b\x17\x98\xf9\x9e\x4f\xe0\x1a\x95\xa5\xe6\xec\x24\x35\xfa\x24\x41\xe5\x9d\xfc\xd2\x46\x81\xda\x22\x54\x6b\xb0\xc1\xdf\x37\xfd\xbb\x2d\xc4\xe4\x40\x55\x61\xbb\x00\x98\xf7\x08\x83\xb5\x23\xde\x35\x9f\x1f\x6f\x65\x5c\x17\xfb\x52\xa9\xbb\x2b\x3e\x5a\x79\x57\x8c\x0d\xf2\xd8\x15\x55\x3a\x10\x16\x6a\xcd\x69\x5c\xe9\xe8\x5a\x28\x8a\x31\x79\x88\x01\x1a\x2d\x50\x18\x15\x05\xa0\xaf\xe1\xca\x0a\xc6\x34\x44\xa9\x5a\x25\x5c\xea\xa8\x16\x12\xe7\x48\xed\xcc\xa1\xdb\x63\xa0\xc1\xaa\xee\x4e\x57\x0f\xd8\x5f\xd4\x42\xfc\x5c\xc0\xa9\xb0\x73\x5e\x34\x53\x03\xaa\x13\x9f\xd2\x6d\x21\xde\xf8\x95\x47\x1a\x1a\x34\xbb\x44\x01\x6c\x1c\x39\x65\xf8\x22\xec\x8e\xb0\x9d\xd4\xb6\xec\xa0\x45\x0a\x64\xae\xd6\x79\xae\x91\xd3\xeb\xd8\xe3\xcf\xcd\x8b\x4d\xda\x40\xd9\x40\xc5\xbe\x4e\x8d\xd4\x87\xea\x65\x17\x11\x06\x74\xa3\x13\x39\xc4\x21\x3b\x03\xa7\x00\x3e\x94\x9d\x0c\x16\x70\xfc\xeb\x21\x8b\x1c\x9d\xf9\x14\xee\x6f\xd1\x12\x87\xf3\x1a\x41\x22\xdd\x13\xa5\x15\x3e\xc9\x05\x39\x87\x16\x25\x8e\xe3\x4e\xfc\xc5\x45\x91\xfd\x94\x94\x10\x0a\xb4\x22\x5c\xfa\xfc\xb1\xf6\xc0\xf9\x5e\x35\xe4\x66\x11\x73\x76\x2d\x6f\x45\x87\xc7\x7c\xeb\x2c\x0b\x39\x59\xb1\xce\xab\x76\xbe\xf5\x56\x2a\x2a\xf2\xac\x56\x7b\x1f\x30\x5c\xee\xac\xbc\x3b\x88\x8a\xca\x93\x54\x7a\x50\x89\xd5\x17\xfe\x80\x69\x0e\xcd\xa1\x3e\x18\x7f\x15\x29\x83\x43\xa7\x10\xd1\x1d\xf2\x85\xae\xd3\xd5\x0a\x9d\x03\xbf\xc9\xef\x4e\x35\xbe\xc8\x59\x83\x86\x3d\x5a\x54\x96\x57\x9c\x48\xb2\x2e\xda\x33\xb0\x4e\x83\xa0\x99\x6b\x22\x3b\x5b\xa1\x69\x54\x90\xf4\x80\x72\xc9\xbf\x97\x72\x90\x30\xe5\x96\x34\xc2\xc2\x59\xfb\xfa\xaf\x53\x91\x5b\xd4\xc6\x8f\xbf\x4e\x6a\x68\x24\x45\x4e\xd5\xfb\x54\x4f\x5c\x8e\x12\xf2\xa5\xbf\xd7\xdf\xb6\x1f\x49\xd7\x0e\x0a\x2b\xaf\x89\x17\x0f\x3d\x9f\x6a\xe8\x6b\x3a\x73\x3f\x66\x8b\xc7\x7c\x92\x46\xd7\x8e\x6b\x32\xfe\xe1\x4b\xdd\x3f\x7e\x69\x5d\x21\x8f\x40\xca\x01\x46\x51\xd1\xf6\xe9\xc4\x25\x30\x27\xa9\x17\xcb\x33\x8d\x9e\xee\xaf\x20\x00\x94\x3d\x28\xed\x3e\xbd\x7d\x33\xe1\xeb\xaa\x7a\xb6\x41\x54\xd5\x90\x0f\xbc\x1a\xfe\xd3\x09\x02\xdc\x76\x99\x0a\xcd\x82\xd4\x0c\xbc\x15\xa8\xba\x09\x32\x85\xe7\x95\x07\x01\x19\x3a\xad\x70\x09\x1d\xe3\x7a\x4f\xec\xfd\x25\x2c\x13\x85\x74\xcf\x48\x98\x4c\xa7\xdf\x40\x38\xa1\x2c\xa2\xe6\x33\x1f\x9e\x62\x80\x13\xd3\x66\x9f\xca\xd6\x54\x5f\xbb\x9d\x27\x0f\xb6\x70\xaa\x64\xaa\x1e\x8e\x2a\x9f\xae\xc4\x19\x57\xd1\x85\xfe\xd0\xdf\xa1\xc2\xe9\xb9\xe6\x62\x83\x57\x21\xb9\x97\x8f\xe6\x47\xfd\xa0\xbb\xa2\x0b\x2b\xfc\x61\xd7\xf0\xd4\x5d\x4b\x1c\xd3\x13\x5c\x00\x26\x1c\x6a\x43\xa4\x3e\xd9\x92\x40\xe4\x9c\x1c\xaa\x17\x48\xf7\x21\x05\x29\x5a\x09\x31\xf2\x56\x6d\x62\x70\x24\xfd\xec\xd9\xdf\x6a\x90\xee\x32\x93\xf3\x80\xfb\x0c\x28\x33\xe2\x20\xdb\x65\x20\x94\x73\x44\xb2\x09\xea\xa1\x4e\xab\x66\xea\xe5\x13\x5c\xfd\xda\x25\x98\x6f\x87\x88\xf7\x71\xa1\x48\xd6\xdd\x9f\xee\x74\x3e\x84\x14\x41\xb4\x68\x92\xac\xd5\xf2\x8a\xd0\x3e\x94\x2b\x74\xac\x4e\x6a\xd3\x1e\x26\x74\x86\xf3\xc3\x77\xf3\xed\xdf\x9b\xaf\xd2\xfc\x21\xee\x31\x11\x62\x52\x61\xaf\x5b\xdd\xb0\x26\xe7\xfe\xfe\x0c\x6e\xa6\x91\x95\xaf\x4a\xb5\x6a\x3f\x7b\xb9\x24\x7b\xaf\xfa\x5d\x99\xe1\x2a\x3b\x9f\xc6\x81\xcf\x2d\xa1\xde\x16\xb8\x2d\xcf\x3b\x97\xb6\x5e\xe1\x88\x23\x7c\xbd\x78\x24\xf1\x66\x0a\x1d\xef\xb6\x6e\x71\xa7\x01\xcb\x8c\x42\x5d\xb2\x40\x8b\xb9\x14\xc9\x18\x62\x2a\x53\xd9\xa3\x7d\xbb\x50\x70\x10\x78\x50\x70\x92\x17\xd4\xaf\x6a\x04\x65\x45\x2d\x8a\x07\xee\x8a\xf6\xeb\x06\xe6\x9b\x35\x2c\xb3\x3e\xa5\xaa\x71\x3c\xd4\xd2\x9d\xb1\x0d\x7d\x75\xec\x25\x7e\x72\xee\x9a\xb0\xa8\xa5\x49\xf3\x81\x8d\xc0\xc4\x8d\x87\x66\x04\x33\x64\x03\x97\x20\xd8\xe3\x07\x21\x4b\xde\xb9\x03\xfc\xaa\x82\x32\x31\xdf\xf6\xba\x0c\xf5\x51\x65\x8f\x0a\xaf\xa5\xd3\x03\xac\xf8\xab\x7a\x13\x29\xcc\xe1\x90\x5e\x8e\x38\x7a\x11\xce\x90\xf1\xef\x4e\xc0\x41\xdb\xd7\xef\xf9\xf4\x5e\xef\xb5\xd8\x20\x1e\xf4\xb9\x69\xe0\x70\xc5\xca\x86\x5c\xaa\x78\x59\xc1\xa1\x58\xf7\xe0\x98\xb8\x3f\x6a\x5c\x99\x2a\x72\x2f\x6e\x48\x71\x3c\xc0\xda\xbe\x2c\xf0\x0d\x8e\xcc\xe6\x27\xd3\x82\x7f\x45\x68\x42\x06\x3b\xb0\xb3\xd3\x96\x02\xc0\x3e\x8c\xdd\xd3\x75\xb3\x06\xe3\xca\xd0\x48\xe5\xec\x2f\xaf\x99\xc4\xf7\xda\x14\x72\xf3\xb1\xa1\x42\xf5\x9d\xed\xc2\xc1\xa7\x86\x42\xbd\x85\x1b\x2b\xe9\xd9\xd2\x8c\x25\xfb\xa6\xab\x79\xda\x40\xb8\x1f\x9b\x05\x32\x69\x79\xa1\x9b\xbc\x0c\xd7\xd3\xdd\x99\x9e\x4c\x16\xd1\xc3\x65\x4e\x6a\x25\x11\xbd\x3a\x2a\xcf\x1e\x20\x77\xcd\x1e\xf4\xd4\x4f\xb2\x8c\x43\x71\xe4\x9d\x88\x2f\x8c\xa6\xa4\xe3\x57\x27\x59\x40\x32\xf8\x3e\x22\x8d\x47\x08\xcd\xdd\xca\x85\x0f\xb8\xce\x8a\x4d\x0c\x14\x35\x11\x2b\xbd\xde\x13\xe8\x86\xa7\x0a\x06\x3a\x56\x2c\x8d\x95\xa1\x5c\xe0\xc1\x78\x13\xd1\x1b\x75\x49\x1f\x1c\xc3\x30\x4f\x2a\x66\xfa\x87\xee\xc4\x71\x1a\x96\xc0\x31\xf6\xb4\x8e\xc1\x39\xf7\x88\x1b\xce\xf6\x14\x1f\x2e\x4a\x88\xe1\x7e\x86\x02\xd2\x55\x72\xc4\x16\x7d\xcd\xf1\x8f\x32\xe7\x11\x97\xdf\x92\xa2\x61\x2d\xcf\x29\x25\xd4\x5a\x1a\x4b\x44\xc0\x16\xb7\xc0\x01\x12\x29\x56\xf8\x41\xb4\x1b\xd8\x39\x93\x08\xa7\xb5\x34\x70\xe3\x08\xea\xa8\xfa\x3c\x7f\xd3\xe7\x5b\x6f\x4e\xf5\xe4\x2b\x4a\x5f\x78\xaa\x6a\x2f\xf7\xd5\x97\x7c\xac\x8e\xb2\x9b\xbb\x2a\x2a\x0c\x9b\x39\xb2\xce\x8d\x28\xc3\xa7\x2f\x4b\xe0\x0e\x2d\xbf\xa0\x57\x16\x58\x13\xd8\x30\x57\xaf\xf1\x11\xb8\xb6\x5e\xf2\x03\x55\xb0\xdc\xf3\xeb\x85\x8d\x44\xaf\x19\xde\x40\x32\xc2\xb6\x68\x5d\xc8\xfa\xf7\xdf\x12\xbb\x6e\xad\xcf\x49\x20\x6e\x37\xe6\x97\x54\x08\xea\x39\x38\x41\xba\x5a\x9f\x52\x23\x3c\x4f\x67\xd0\x49\x7a\xb3\x78\x84\xb6\xe8\xf4\x76\x60\x17\x64\xa7\xde\xc8\x00\x8c\x81\xfd\xeb\x19\xb5\x50\x56\xbd\x4d\xab\x57\x8b\x04\xb1\xcc\x19\x49\xf8\xed\xd2\xec\x09\x0f\xfc\x05\x3d\xe8\x18\x28\xdf\x5f\xa4\xd4\xa2\x1f\xeb\x08\xe8\xd3\x38\x82\x4f\xd4\x8f\x24\x88\xf8\x32\x88\x50\xcb\xde\x68\xf0\x3d\x86\xdc\xd1\xd5\xbb\x9d\x45\xaa\xfd\x89\x03\xa3\xaf\xd0\x8a\xcb\x4b\xc0\xc8\xe8\x3b\x33\x64\xf1\xf9\x09\xad\x90\x7d\xb1\x93\xe8\xef\xc4\x24\x9e\x5f\x9c\xc8\x99\x84\x36\x82\xc2\xc9\xfd\x17\xb1\x6d\x11\xca\x14\x76\x7d\x2d\x77\x70\x62\xab\xa4\xf1\xe7\x24\xcb\x7c\xba\x2c\x80\x3f\xb2\x93\xc5\x9f\xb6\x50\x4f\x55\xe3\x31\x76\x59\x59\xca\x5e\x7e\xa6\x94\xa7\x38\xa9\xb3\x89\x14\x8e\xce\x92\xce\xe0\x3e\xdc\xaa\xfb\xc5\xa0\x09\x21\xe8\x54\x78\xc4\x57\xf2\x1d\xf1\x34\x93\x67\xf2\x6c\x6e\x11\x92\xb8\xf0\xb1\xad\x4c\xf5\xc9\xfc\xb8\x26\xa9\x48\x44\xca\x87\x34\x82\x23\x76\x0d\xef\x04\x03\x07\xc0\x71\x43\x7f\xeb\xd2\x40\x10\x47\xf1\x15\x10\xd0\x72\x83\xb5\x6a\x42\x13\x41\xa7\x48\x1f\xec\xb8\x1d\x4c\x93\x2a\xe7\x42\x3c\x41\x4a\x4c\x6e\x71\x6e\x91\xa3\x6d\x58\xa3\xd2\x12\xaa\xa1\x72\x60\x26\x5c\x4d\x09\x89\xd5\xf5\x7b\x14\x51\xd4\x26\x36\xfd\x1b\x8e\x0e\xfa\x03\xd4\xda\xb1\xe0\x41\x4e\xcd\x9f\x94\xca\x89\xdf\x53\x34\x04\xa1\x89\xfe\x06\x71\x8d\x25\x32\x1f\xac\x48\x2f\xfd\xd5\x4a\xb6\xab\xc7\x26\x35\x87\xfb\xb5\x88\xf4\x29\xc1\xe2\xeb\x22\x22\x5e\x45\x4a\xc7\xc7\x62\xe4\x00\xe9\xfa\xdc\x73\xf8\x0c\x46\xc0\x19\x2f\x3a\xdc\xdc\x7f\xe1\x52\x26\x71\x0d\x52\x6a\x25\x0f\x19\xf5\xd5\x87\xaa\x73\xc0\xad\xa3\x57\xe8\x9d\x06\x57\x9d\xdf\xa8\xf3\x90\x15\xe9\x49\xf3\x2f\x3d\xcb\x37\xfd\xdf\x1d\x85\x6d\xdb\x81\x1a\x5e\xcd\xe9\x1d\x73\x1a\x5f\x0d\xf8\x41\x03\x4e\xae\x66\xfa\x9b\x66\xfa\x79\xd5\xaa\xef\x28\xb6\x2f\xa7\x1c\x2f\x15\xa7\xd3\xd2\xd0\x4d\x8c\xe4\xea\x62\x5f\x66\x0d\xbf\x23\x14\xc9\xf2\x8a\xbd\x3b\xfa\x7f\xd5\xab\x7b\xb7\x97\x7b\xd5\x6b\x70\xb7\x57\x5b\xd8\xbf\x15\x68\x50\xb1\x40\xd9\x86\x27\x1e\x3b\xf0\x20\x83\x06\xb9\xde\xf4\xd0\xd6\xf9\xae\xad\xcd\xd9\xcf\x5f\xd1\x46\xd9\x37\xdc\x38\x8f\x1a\x11\x9a\x26\x48\x42\x3b\x5a\xc4\x1b\xfa\xf5\xbf\x7b\xf7\x5e\xbf\x3e\xe5\x78\xd5\x62\x17\xb5\x0d\xbf\x7b\xb7\x0b\xd4\x57\xbf\xd0\x36\xf8\xae\x1f\x05\x60\x24\xa9\x4e\x34\x64\x6e\xbe\x3b\x10\x76\x4f\xc5\xa8\x2e\x54\xec\x4f\x02\x84\x61\xd7\x95\xa1\x96\xb1\x12\x82\x53\xbf\x14\x6f\x3b\x79\x8c\xd3\x0f\xb8\xe8\x7d\x98\x2b\xf6\x5c\xd0\xbd\x16\x07\xdc\x57\x68\x52\x75\xe3\x31\xf6\x71\x70\x90\x52\x60\x02\xef\x7d\x8d\x33\x83\xcb\xc0\x31\x0a\xbc\x65\xfe\x4b\x74\xea\x50\x5a\x82\xa4\x6f\xc1\x6f\x5e\x86\x9f\xce\x9b\xd8\x7c\x87\x36\x1f\x44\x41\xa4\x9f\xf9\x50\x27\xde\xd7\xcc\x37\x87\x31\xd4\x33\x1f\x5a\xcb\x58\x7b\xba\x95\x57\x23\xa6\xde\x65\xdf\x24\x22\xd1\xe8\xec\x5c\x26\x5d\x3c\x3b\x74\x75\x82\xef\x7a\x90\x9d\x07\xdb\x5d\x89\x0e\x33\xc3\x25\x6b\x08\xf6\xd6\x65\x75\x9b\xbd\x95\x5e\x5d\xd2\x3f\xac\xbb\x58\x92\x2d\x54\xef\x58\x77\x2f\xce\x80\x6a\x25\x55\xec\x5e\x44\xd5\x59\xe2\x15\xd8\x29\x98\xd8\x17\xe0\xdb\xf4\x75\x9e\x96\x8d\x69\x31\x00\x6c\x00\x80\xed\xfb\xb6\x50\x0d\x69\xce\xf8\xd0\x71\x84\xfd\x56\x9e\x11\x9e\xed\x58\xc5\xbd\x5d\x39\x17\x5f\xa0\xb0\x86\x8b\x01\x79\xaa\x57\xa1\x8f\x00\x5a\x73\xfb\x58\xa8\xe7\xc2\x96\x3d\x92\xc6\x42\xbd\x6d\xbd\x87\x3c\x67\x07\x52\xcf\x9b\x7d\x2b\x7f\x29\x82\xd7\x08\x1f\xf3\x49\xe5\xa6\x5c\xfc\xa3\x25\x9c\x2f\x3a\x89\x08\x0f\x27\x40\x65\x52\x33\x21\xc7\x9b\x8b\xac\xf4\x9f\x47\xa4\x0d\x3e\xe1\xd7\x99\x7a\x44\xea\xf2\xd0\x01\x7c\xe9\x2a\x9e\xf4\x10\x13\x82\x9e\x55\x58\x21\x01\x48\x9d\x4e\x5e\xf7\x08\x3d\xad\xee\xa3\xc7\xfc\xe6\x29\x7d\xd1\xf6\xed\xd3\xf5\x37\x14\x34\x01\x0f\xb7\x5f\xa2\x58\x17\xfb\x31\x3b\xab\x74\x37\xbb\x91\x99\xb2\xfa\x48\x0f\x6e\xfb\x32\xb3\xbc\x8f\x28\xfd\x26\xa5\x90\x76\xa0\x82\xe5\x98\x61\xa5\x01\xbe\x69\x5e\x90\x96\x49\x16\x08\xa5\x49\x96\x71\x60\x04\x1c\x98\xf0\x34\x63\xf6\x6a\xc7\x74\x4a\xa1\x03\xaf\x99\xff\x92\xf6\xcc\x26\xa2\x1a\xc4\x7d\x35\xc9\x6a\x7c\xad\x41\x5e\xab\x3e\x50\x42\x4a\xa6\x5d\xb2\xfb\x7d\x70\x5c\x1e\x50\x33\xf5\x3d\x36\x89\xa8\x87\xe0\xe8\x5e\xf0\x6b\xb7\x61\x3c\x9a\xca\x34\xb6\x69\x01\xe1\x82\x6e\xfa\x57\x8c\x6f\x4b\x99\x46\xb8\x8d\x4c\x63\xdc\x4e\xa6\x51\xee\x9c\x41\xb9\x49\x1a\xe5\x3e\x85\xfd\xcb\x90\x89\x4b\xe0\xf3\x39\x55\x2c\x37\x79\x83\x6a\x04\x27\xaf\x50\x25\xba\x56\xec\x77\x96\xf0\x31\x3d\xb5\x5f\xfc\xff\xf1\x85\x17\x4d\x08\x6c\x34\xbe\x5e\x58\xcc\x0b\x47\xf4\x5f\x62\x04\xba\xf9\x37\xf7\xd6\x5f\x7a\xcf\xbc\x49\x9f\xd1\x9f\xfc\x50\xe9\x4f\xa6\x06\x21\xfa\xd7\x5f\xff\xca\xfe\x3f\x35\x08\x33\x03\x3d\x8c\xe6\x06\x57\x3f\xff\xba\xe3\xcd\x74\x27\x97\xd9\x7e\x0a\xdb\x93\x01\xf9\xb4\xc4\x2c\x28\x85\x36\x08\x24\x83\xb3\x73\x06\x2d\x12\x77\x38\x15\xcb\x87\x74\xb9\xd0\xec\xb7\x1b\x1f\xf5\x67\xc3\x49\x0f\x7b\xfd\x5f\x47\xd8\x5f\xbe\x95\xf2\x2c\xfd\x32\xaa\x8f\x17\xd9\xa5\xdc\x78\x8c\x8f\x3f\xfb\xb7\xcf\xcc\xb7\x25\xd4\xef\xb9\x75\xc1\x66\xdf\x8a\x83\xea\xed\xe4\x58\x88\x69\x22\xc1\x67\xe6\xe3\xa0\x28\xe6\xe3\x31\xa6\x27\x08\x34\x48\xf8\x22\xe9\x74\x5a\xab\x23\x18\xca\xe1\xdc\xa2\x7b\x59\xec\x14\x6c\xff\x82\x7b\xf1\x12\x06\xe0\x06\x54\x0f\xc7\x33\x7b\xe5\xe8\x67\xa7\x33\x5e\x3d\x9f\x35\xb6\xb5\x29\x88\xee\xc9\x8d\xce\xe9\x01\x45\xa7\x52\x44\x5c\x12\x41\xf5\x30\x81\xf4\x3d\x12\x6a\xa5\x16\xa8\xf7\xd3\xda\x71\x20\xee\x09\x0a\x4a\x9b\x04\xc5\xee\xd4\xb4\x62\x1a\x27\x71\xc7\xf6\xd4\xd6\xb7\xff\xf0\x02\x22\xfa\x6a\x98\xe8\xf2\xd0\x8a\x41\x6c\x93\x82\xdb\xfe\x35\xbb\x9c\x0f\xd0\x88\x05\x99\xa5\x53\x3c\x8c\x25\x42\x9e\xfe\xba\x4f\xda\xe5\x0b\x24\xa0\x28\xf8\xff\x00\x10\x58\x57\x02\x06\x53\xf2\x12\xff\x0c\xb6\x18\x56\x69\x40\x98\x00\x04\x50\x6c\xa8\xc5\x32\xc2\x80\xc3\xff\x5b\x18\x80\xee\x1d\x72\x62\xa4\xe5\x7e\xc6\x69\x0e\x11\x89\xcb\xe0\xfb\xaf\x5b\xee\xbf\xb6\xcf\xc9\x6a\x6b\x58\x6d\x58\xb5\xae\xd0\xbc\xe1\xfe\x67\xd6\xeb\xd2\x7a\x1f\xfe\x6e\xbd\xe3\x7f\xba\xbd\x97\x15\x68\x36\x16\x7b\xa9\x91\x72\xbb\xe5\x0f\xff\x3b\x57\x70\x1f\xdf\xaa\xcb\x56\xac\x0e\xc2\xb5\xad\x65\x9c\xff\x43\x14\xf6\xff\xaf\x2d\xd8\x85\x4e\xe2\xf4\x0e\x47\x3e\xf3\xbf\x75\x09\xf7\xf7\xe0\xb0\x7c\x4c\xe1\x50\x57\x33\xfb\xf3\x63\xf2\xbd\xbe\x70\xde\x62\x3e\x3f\xa3\xa0\x11\xca\x39\x64\xff\x5a\xab\xd4\xce\xe9\xb7\xb6\x3b\xf9\xf3\x5b\x17\xaf\x57\xe4\x85\x6d\xf9\x9b\xcc\x5b\xcf\xe1\x3f\x5e\xeb\x4d\xcf\xb5\x12\x62\xad\xa6\x8f\x54\x3d\xc3\xa2\xcf\x86\x50\xb9\xe9\xcf\x2a\x2c\xf1\xe3\xee\x5c\x63\xb8\xed\xf9\xaf\xde\x87\x89\x50\x3d\xcc\xbd\x93\x6c\xb3\x1e\x22\xbd\x2b\xe9\x31\x0e\x53\x2a\x56\x46\x46\xbc\xaf\x52\x3f\xde\x7d\xf5\x12\xdf\x04\xe3\xdc\xfd\x8a\xf3\x62\x23\xe4\xf9\x3b\x09\x3b\x25\xbd\x64\xc5\x1a\xbe\xc5\xb6\x20\x87\x55\x11\x23\x61\x93\xdd\x5f\xb1\xa7\x4d\x7c\xc7\x64\x57\xf1\x96\xe8\x6c\x15\x29\xc6\xfc\x11\xa5\xcd\xd8\x8c\x0a\xf0\x4f\x5e\xd4\xe9\x6e\xd4\x87\x23\x0e\x69\x16\x0c\xb9\x07\x82\xd6\x69\x7d\x62\xd8\xe0\xf5\xe5\xce\xf0\x0b\x89\x56\x2d\xe4\x03\xe0\x7e\xd3\x88\xfb\xcd\x5a\x98\xe2\xa2\x9b\x46\x70\xba\x32\xff\x8e\x11\x7c\x16\xb5\xd8\x57\x87\x1c\x19\xa5\x1f\xa1\x7d\x1e\xb5\xe2\x74\x4a\xca\x97\x0b\x6e\x5d\x46\xad\xe4\x42\xfd\xb1\xe2\xc6\x63\xc4\xe2\x2a\xdd\x8b\x4f\x91\x4a\x76\x83\x7d\x12\xd5\xef\x44\x40\x89\x5a\xc8\x48\xd2\xd2\x70\x0f\x78\x80\x4d\xd4\x22\x6d\x32\x40\xb8\xe5\xd6\x5d\xa6\x75\xcf\xad\x87\xcb\x7c\x5b\x7a\xbe\x61\x32\x89\x16\xed\x29\x04\xe2\x48\x9e\xb8\xfd\xcc\xed\x4b\xde\x83\x88\xdb\x8b\x51\x6a\x7a\x06\x37\x96\xa2\x56\x1c\xf1\x63\x0b\xb5\xb2\x4c\x6e\x2f\x63\x2a\x13\x28\x0e\x2a\xdc\x5a\x8d\x28\x34\x72\x08\x20\xd7\xb8\xb5\x1e\xb5\x28\x56\xa1\x0c\x3d\x81\x6a\x70\x7b\x2e\x6a\x51\x78\x02\x25\xe5\xb7\x7d\x55\xe0\xf6\x69\x51\x83\xd4\x7c\xdf\x51\xd4\xc7\xf1\x37\x21\x82\x72\xbd\xe2\x9d\x79\x12\x6b\x22\x53\xc2\xc4\xe7\xe7\xbc\xd9\xfd\x46\x8d\x89\x4e\x5f\x25\x56\x6a\xf1\x2b\xfb\xb4\xec\x82\x60\xc9\x6c\x10\x13\x6c\xa9\x42\x17\xb3\xae\xc9\xf9\xa6\xa7\xb4\x20\x45\x7c\x13\xa9\x4b\x22\xfd\x1f\xfb\x21\xfe\x18\x5e\xb0\x86\x1a\xed\x3c\xb9\xab\x6a\x16\xa6\xc6\xd7\x53\xd9\x1a\x3c\x95\xbe\xbe\x54\x23\x23\xbc\x7d\x5e\xeb\xa1\xdc\x50\xc6\xbd\xef\x62\x63\xc2\x83\x49\xd1\x90\xe1\xc1\x6a\x2f\x63\x42\x8f\x71\x33\xc6\xca\x33\x13\x42\xb0\x6c\xa1\xea\xcb\x07\x3e\xf9\x84\x04\xf2\x64\xea\xfc\x95\x26\xa1\x41\x4c\x42\xf3\x22\x61\x87\xbd\x52\x8b\xe2\x3f\xdf\xea\x1d\x7d\xa0\x9b\x22\xcf\x81\xb0\x17\x32\x1e\xfc\x3b\xd4\x5b\xe2\xa3\xea\x69\x55\xbc\xe9\xd8\x11\xf6\x53\x40\x50\x17\x5f\x4f\x09\xcc\x3b\x9a\x3b\xc5\xbb\xc4\xbb\xd6\xee\x60\x47\x07\x71\x9e\xfd\x0b\x23\x8e\x7b\x44\xec\x62\xe8\xc1\x2e\x61\x90\xbf\x6e\xc3\x3e\xa2\xd7\xba\x48\x50\x1c\x04\x3c\x8b\x4d\xb1\xc5\x8c\x6d\x9b\xd9\xee\xcc\x38\xb1\xca\x2d\xb4\x16\xcf\x69\x88\xf6\xf7\x36\x2d\xa1\x2e\xb5\x64\x9e\x9d\xfd\x48\x88\xa2\xb5\xaf\x20\xd8\x5d\x3d\x65\x86\x2e\x31\x7f\x27\xb4\xf5\x9a\xfb\x95\x75\x77\x6e\xa9\xaf\xb0\x06\xd2\x36\xd4\xe9\x90\xde\x32\xf5\x14\x6f\xd6\xf5\xd9\x51\x25\x74\x71\xbe\x12\x0a\xe5\xc1\xcc\xa3\xbe\x7a\xaa\xdf\xab\x19\xcc\xc1\x6b\x7d\x44\xd8\xaf\x41\x3f\x4b\x78\xae\x28\x7c\x8d\xf3\x1b\x29\xe6\x53\x09\xe2\xec\xc7\xfc\xe2\xe6\xc4\x29\x12\xa6\x3e\x85\x31\x8e\x17\xf5\x71\x19\x4e\xe5\x4e\xea\x23\xa6\x48\x03\x20\x1a\x5d\xd3\xf0\x89\x1c\x8f\x14\xd2\x00\xb4\xcf\x3e\xb1\xfe\x32\x62\xdd\xde\x22\xfa\xa9\x02\x59\xa4\x5e\x62\xd8\xcc\x73\x75\x2f\xd2\x83\x51\x62\x98\xba\x32\x53\x9c\xab\xac\x34\xcf\x22\xb5\xa9\x98\xab\x4a\x96\x81\x0c\x8c\xab\xd5\xd7\xc8\x01\x4c\x4c\x55\x91\x5c\x0f\x0b\xcd\x79\x5c\x42\x8d\xf4\x5f\x0e\x18\xba\xe8\x40\x15\x56\x28\x5e\x0e\x80\x36\xc7\xc0\x76\x92\x03\x80\xa9\x36\xf4\xf4\x4c\xdb\x54\xdb\xec\xa9\x55\xf7\x49\x90\x1c\xa5\x5f\xd5\x04\x0f\xcf\xf5\xa1\xa2\xd4\xb9\xe4\xce\x7c\x19\x3e\x1e\xe9\x9a\x1f\x78\x45\x66\x16\x2d\xe1\x1a\x6a\x56\xa2\x83\x0d\xe9\x4e\x1c\xaa\xff\x1d\xaf\x76\x6a\xb4\xa0\x41\x20\x43\x71\x09\xaa\xb0\xea\x9e\xbe\xf2\xe9\x45\x70\xca\x83\x19\x4a\x99\xf2\x54\x40\x87\xe5\x8a\x60\xfd\xdc\x4e\x55\x8f\x78\x4c\xbc\xdd\x14\xa8\x8c\xff\xbf\x92\x14\x8d\xc9\xbf\xe0\x5c\x67\xa4\x0e\x95\xa1\x70\x3d\x79\x0d\xec\x02\x64\x06\xe8\x43\x43\x59\x08\x6f\x97\xd7\xd5\x9b\xbb\xa4\x22\x43\xaa\x66\x99\xc5\x3f\x1d\xb8\x3f\x1c\xe4\x2d\x61\x87\xb2\x7c\xd9\x4e\x18\x00\x6b\xdf\x9d\x18\x7d\x21\xe0\x40\xb2\x8c\x8f\x8d\x78\xda\x0d\x52\x32\x29\xc3\x82\x27\xf4\xd8\x66\x44\xd4\x5b\xb6\x2f\x11\x84\xde\x10\xc3\x76\x2c\x11\xf2\x76\x2b\x75\x32\xa0\x74\x56\xa3\xe4\x64\xff\x14\x96\x9e\x80\x5a\x26\x27\x7b\x76\x78\x24\x40\xb3\x1b\x76\x74\xd2\x23\x3e\x1c\xc8\x83\xe9\x3d\xfc\xbc\xd3\xf7\xa1\x99\xef\x08\xe7\x20\xbd\xe3\xf7\x23\xa9\x45\x13\x23\x71\x76\xa2\x2a\x19\xba\x1f\x91\x91\x94\x8b\x67\xa4\x5f\x5c\x4a\x61\xcc\xe4\xc2\x4a\x5e\xe2\x08\xcd\xae\x28\xce\x24\x79\x41\x89\x1d\x5d\xe0\xc9\x32\x12\x36\x79\x62\xf1\xde\x99\x01\x56\xbc\x76\x61\x7c\x25\xf5\xb5\xcf\xc5\x3a\xe3\x4d\x99\xca\x60\x93\xed\xe6\x0a\x3b\x54\x65\x90\xfc\xc8\x5c\xd1\x4d\xa4\x55\x5a\x91\xdf\x9f\x7d\x2a\x5e\xf3\xd0\xae\x50\x4f\xd7\x07\x80\x66\xcb\x94\x7e\xa9\x4e\x6c\xe4\xab\x76\xc5\xb6\x83\x5e\x9c\x6f\xd5\x0e\x65\xb8\x96\xf7\x77\x9f\x12\x7e\x90\x63\x90\x32\x65\xed\x5f\x26\x23\x8e\x0f\x51\xcf\xe7\xd5\xe3\x7f\x80\x8a\x26\xc2\xf6\x13\x2a\xda\x15\x35\x59\x4d\x5e\xf3\x8e\x78\x13\xa4\xd1\x82\xe3\xc1\x38\x58\x13\xdd\x74\x97\x39\xb8\x94\x9f\x36\xcd\xec\x71\xb1\x6e\x6a\x81\x60\x6b\xc5\x0f\x66\x06\x4e\x9a\x27\xf8\x22\x7a\x67\x62\xaa\x4e\x34\xcb\xbe\x17\x51\x80\xb1\x43\x17\x79\x53\x6e\x97\xd9\xa7\x26\x25\x87\xfc\xbd\x73\x30\x07\x13\x26\x01\xb3\x88\x5e\x73\x24\xd2\xa9\xc2\x1d\x9b\x1e\x6b\x59\x65\xdb\xb8\x33\x88\x18\xc5\x7a\xac\x6c\xf3\xc0\x38\xb2\x9d\xc1\x11\xce\xea\x21\xe2\x77\xcb\x5b\x32\x45\xf4\xab\x6b\xe4\x62\xe1\xf8\x5a\x87\xb8\xa0\x2d\x06\x22\x3f\x12\xaf\xff\x11\x56\x18\x83\x56\xad\x64\x11\x30\xfe\x37\xf7\xb3\x2f\x3a\xe4\xe8\xfb\x20\x8c\xbb\x87\x86\xe8\x1f\x71\xde\x6d\x65\x54\x6c\x5d\xd1\x8e\x37\x4b\x77\x11\xe3\x3d\x33\x19\x2a\x66\x68\x31\xab\x89\x85\x42\x78\x72\xc6\xf3\x37\x24\xb2\x23\x5e\x73\xe2\xf9\x5d\x1e\x7c\x29\x31\xa1\x38\x1f\x30\xe7\xe7\x43\x34\x14\x3d\x82\xff\xc5\x41\xde\x7b\xb9\x4b\x87\x5a\xa0\xd6\xa8\x15\x47\xbe\xcc\x98\x6a\xed\xea\x80\xd3\xd2\xbf\xc6\xbc\xe2\xfb\x2d\xbb\x14\xc8\x91\x34\xb7\xee\xf3\x4b\xbb\x66\x57\xd3\xf9\x2a\x98\x11\xdf\x30\xbb\xc9\x7d\x5e\x27\x10\x6e\x7d\xb4\xb4\x78\xbe\x6f\xf2\x50\xd7\xf3\xe3\x5d\xe9\x34\x46\xd7\xf3\x9b\x08\xbb\xa0\x90\x71\xf7\xbf\x84\x6f\xd9\x17\xbe\x75\xf7\xb8\xdc\x91\x30\xa9\x9e\xf6\xff\x16\x61\xc4\xd2\xe4\x35\x84\x2a\xa8\x52\x1f\xfd\x87\x08\x65\x22\x1c\x5f\x22\x05\x1c\x5d\xa8\x5f\x1a\xd7\x22\xb0\x95\x1f\x89\xf6\xd7\x29\xfc\x6f\x11\x78\x26\xe2\xdd\xde\xde\x5c\x59\xfe\xb0\xf1\xbf\xf4\xe0\x73\xb9\x18\x65\x25\x4a\x7d\xe5\xbb\x2f\x51\xde\x43\x43\xba\xe6\xda\x31\x85\xdc\xa2\xce\xd8\xbc\xa0\xce\xdf\x80\x68\x56\x24\xf7\x14\x53\x16\xbe\x01\x51\x5b\x54\xd6\x92\x4c\xa2\xb3\x80\xc5\xf8\xee\xfe\x4c\xe2\x1a\xea\xe0\x9f\xdf\xe0\x8b\x47\x51\x5b\x76\x81\x86\xb7\x57\x88\x15\x2d\x0f\x2f\x17\x31\x65\xc8\xd9\x1a\x7e\x9e\x7e\x03\xb1\x32\x0c\x8a\xcb\x0d\x6c\x55\xc7\xba\xf3\x2d\xe1\x50\x81\x8d\xa6\xe0\x3e\xf1\xcd\xe8\x33\x96\xee\x94\x29\x8d\x33\x0d\x67\x17\x4b\x94\xfe\x4e\xe9\xbd\xd8\x07\x1a\x8b\xce\x52\x14\xe3\xd9\x8e\x6a\x14\x40\xd0\xef\xe5\x3b\xa2\x07\x2f\xe5\x81\x7d\x73\x51\xa6\xd3\xe4\x5c\x79\x84\x16\x25\x58\x20\x91\x0d\x7c\x9a\x37\x3e\xed\xca\x94\xac\x90\xa1\xdc\x22\xce\x92\x9a\x09\xf8\x64\x79\x56\x06\x79\x3a\xb9\xeb\x23\x09\x05\x1d\x12\xf7\x9d\x5f\x7a\xa6\x56\x65\xae\xb7\x6b\xb1\x91\x47\x4a\xd5\xb0\xdb\xf0\x85\x8a\xb2\xd9\x6e\xa4\x4f\xc9\xa0\x7f\xef\x66\x24\x61\x76\xe8\xb0\xcb\xa9\x60\xd6\xc4\x39\xfc\x74\xe7\x8c\x16\x1b\x42\xc8\xdb\x43\x9a\x1f\x4f\xe9\x3e\x79\xff\xf1\x50\x84\x1b\xe9\x39\xf9\xa3\x14\xc5\x0d\x03\x69\x38\x0d\x29\x26\x87\xdc\x55\x4b\x70\xec\xf3\x50\x58\xb9\x8c\xc0\x84\x51\xad\x94\x1c\x14\xfa\x8c\x48\x62\xf8\xa6\xac\x22\x3c\x5b\xa4\xd1\xd5\x64\x52\x2d\x5e\xf0\x83\xaa\x44\xd1\x64\x29\x6f\xbc\x08\xd4\xd6\xc8\xa8\xbf\xc6\x95\x43\x2b\x4e\xa1\xcd\xee\xa3\xb7\xef\x44\xf6\x5f\xbf\x72\xa6\xf3\x6b\x61\x5d\xbf\x82\x84\x5e\x13\xcf\x4d\xde\x5c\x25\x27\x1d\xa7\xe3\xfe\xf7\xc6\xf8\x57\x27\xfc\xcf\x5e\xf9\x77\x66\xda\xd5\x28\xc7\x09\xb4\xbc\x9d\xa4\x24\x33\xeb\x5d\x82\x8c\x54\xed\x07\xe3\xac\x8d\x16\x0c\xe2\x9a\x45\x05\xbc\x61\x7f\x6e\xec\x88\xed\x4e\x56\x94\x1e\xf3\x98\x1d\xf3\xef\xde\xff\x66\xd0\x88\x06\x2d\x4b\x51\xbe\x0c\xaa\xd9\x0e\xe2\x26\x4f\xc6\xed\xe5\xae\x23\xd4\x49\x1e\xe0\xcc\x3b\xc9\x3b\x62\x42\x9e\xfc\xef\x2e\xf9\xa0\xb7\x6d\x52\xae\x36\xf9\xff\x50\x80\x37\xe8\x6d\xb5\xb0\xaa\x70\x50\x9e\xf8\x9b\xd6\x0d\x87\x38\x62\xc4\x71\x3c\xcc\x44\x38\x81\xb5\xe0\x8e\x07\x68\x85\x0a\xa3\xfc\x45\x25\x86\x78\x92\x41\x18\xc5\xb1\x7b\x94\x1a\xde\x24\x1f\x17\xca\x71\x80\x0b\xea\x60\x81\x26\xf7\xd8\x4e\x74\x80\xce\x61\x4a\xea\x78\xd0\xd3\x51\x15\x10\xe1\xe7\x96\x1e\x40\x77\x7d\xa1\x4e\xaa\x46\x2e\xda\x91\x5c\x1a\x70\x8f\x2e\xe4\xc8\xbb\xe7\x79\x8a\xfc\xe3\xa3\x05\xa4\xb1\x0e\xd4\x06\x78\x4e\x8a\xba\x74\x87\xb6\x70\x02\x39\x2f\x69\x84\xaa\xec\x35\xeb\xdc\x48\x91\xdb\x67\x51\xc2\xb8\x92\xd5\x91\x15\x88\xce\x04\xef\x20\x1f\xf5\xc5\x71\x79\x60\x46\x32\x59\xfd\x22\x71\xb1\xdc\x42\xda\x32\xbd\xe6\x03\x1d\x0d\x7d\x3e\xc5\x4a\x06\x89\x25\x5c\x5d\xca\x2c\x22\x93\x44\x99\x0e\xd2\x76\x05\xe0\x5c\x6f\x50\xdc\xe8\x54\x40\xbd\xf8\x5c\x09\x81\x59\xa6\x47\x1b\x67\x2f\x51\xf1\x82\xf8\x53\x9f\xfe\xed\xce\x22\xa4\x12\x88\x90\x50\xb6\x53\xc0\x2b\x36\x62\x4d\x92\xae\x1d\xb1\x3d\xc8\xd0\xd6\x6c\xf8\x18\xcf\x79\x6c\xbc\x5d\x1c\x24\x11\xcb\x56\x47\x2a\xc2\xfe\x7d\x89\x82\xdc\x7a\x1d\x0a\x93\x6c\x8a\xc6\xee\xa2\x00\x87\xa2\xbb\x91\x52\x89\x97\x12\xb3\xc8\xca\x4e\xb7\x97\xa5\xb0\xc5\xf6\x84\xe5\x56\x37\x50\x48\xc7\xb2\x56\xd9\x00\xf5\xae\xa2\xcb\x73\x7d\x36\xd7\x90\xc7\xc1\xde\x9d\x35\x79\xd8\x7b\xb5\xe7\x13\x70\x7e\x66\xcd\xf0\xf9\xf2\x82\x9e\x7e\xfa\x85\xbe\xb0\x2b\x32\x56\x38\x5d\x26\x9b\xb7\x29\x57\xf4\x48\x58\xa2\x71\xab\xca\x77\x84\xb3\x4d\x54\xf9\x55\xa3\xc5\xe5\x30\x02\xc2\x69\x7b\xa5\xd8\xe8\x11\x93\x5f\xb4\x81\x4c\xde\x58\xb0\x3b\x27\x3f\x4f\x8d\xe8\x8a\x28\x94\xcf\xf9\x83\x12\xe5\x90\xe1\x5f\x94\x5b\x64\x53\xdc\xe3\x52\x17\xbf\xc4\xf8\xd6\x4c\xe7\x43\x53\x89\x23\xcc\x65\x5d\x62\x58\xb8\x12\x16\x4f\x76\x7e\x28\x1c\xd2\x20\xdb\x44\x14\x16\x22\x7d\xe3\x37\x54\x73\x9f\x81\x94\xed\xa4\x21\xd5\x4d\x29\x74\xf8\xd6\x64\xbc\xa5\x37\xa2\xb5\x7a\xc3\xc3\x4f\xe1\x34\x14\x3f\xfb\xa7\x6f\xda\xbe\xf5\xdd\x9b\x13\xca\xbe\x7b\xff\xc5\xb1\x68\x85\x9a\xf3\x3b\x90\xbe\x0e\x08\xe4\xeb\x18\x7b\x45\x31\x13\xe5\x31\xf8\x3f\x32\x85\xe4\x80\x81\x6a\x21\x0b\x37\xe6\x98\x70\xfb\xa8\xc5\x0f\xca\xa5\x12\xa8\xf9\x02\x01\x87\xd5\x39\xb9\x08\x3f\xd5\xe6\x6e\xf2\x3b\x63\xdc\x9c\x2a\x2d\x09\x51\x8a\x17\x7b\x6f\x99\xcb\xec\x5d\xcb\xca\x17\x95\x30\x4e\xb2\xad\x45\xb0\xfa\x29\x16\xc1\x02\xaa\x13\xa2\xa8\xa8\xc4\x33\x15\xcf\x83\x20\xa6\xbf\x65\xf7\x62\x24\xfa\x1b\x79\x75\x5a\x64\x91\xbe\xc2\x89\xec\x0a\x14\x7c\xa4\x7a\x9b\x3d\x9b\x38\xc2\x8c\xb1\x64\x50\x5b\xb6\xf2\x23\xb1\x3d\x4b\x42\xa3\xf3\x39\x56\x45\x2f\x4d\x20\xc6\xc9\xe7\xf0\x2a\xb6\xff\x16\x0e\x94\x05\x45\x24\xed\x89\x7e\xb1\xb6\xc1\xc8\x88\x70\xe1\x28\xac\x63\x62\xc3\x68\xf0\x63\xfb\x62\xe4\xae\xb8\x57\x43\x14\xc2\x87\x7c\x4b\xd8\x85\x66\xfa\xab\x19\xf0\x6e\xc8\xb1\x72\x07\xa6\xb5\x9f\x13\x19\xd7\x14\xaa\xa7\xd9\x55\xdc\x3b\xa7\xf2\xb4\xbf\x58\x05\x91\x73\xb9\x01\x3f\xe7\x6d\x4d\x6f\x8c\x17\xc9\x4a\x53\xef\xd4\x32\xe2\xe5\x2e\x65\xd5\xa7\x2d\xf8\xd2\x03\xee\x68\x8e\x05\xcb\x2f\x65\xc9\x06\xc9\x52\x27\x47\x84\xa7\x34\x1a\x8c\x8e\x33\x29\x82\x48\x22\x3d\xdb\x21\x1e\x71\x2e\xeb\xd0\x9e\xfd\xd6\x9d\x36\x34\x62\xe3\x66\xc4\x80\x8e\xdb\xf1\xe1\x76\xc4\x53\x24\x43\x4a\x1e\x5a\xba\xcc\x91\x47\xa4\x39\xa2\x3c\xcc\xfe\x66\xc4\x05\x65\x64\x9a\x20\xeb\xcf\x65\xc4\xae\xa8\xc4\x53\xcc\xdd\x9f\x62\x99\x06\xdc\xde\x0c\x08\x37\xbe\xf1\xfa\x66\x40\xaf\xa8\x67\xb8\x93\x62\x59\xe4\x01\xfb\x3b\x98\xa9\x27\x23\x38\x76\x13\x2f\x22\x47\xa5\x19\x84\xe4\x71\x63\xad\xc5\x6f\x76\x31\x66\x9f\x0b\xca\x57\xb3\x6d\x5e\x43\xfa\x93\x72\xdc\xb4\xc9\xde\xe8\x20\x6e\x31\x96\x8c\xa7\xa5\x16\x27\x17\x09\x91\x33\xdc\xbe\x1a\x2e\x2a\xde\x80\x79\x42\x17\x14\x1a\xae\x44\x82\xc1\x31\x19\x4e\x1f\xef\xb0\xfb\x47\xc8\xfa\xf1\xd3\x70\x06\x92\x17\x01\xc6\x63\x7f\x8b\x74\x43\xa7\xc0\xb9\xee\x45\xa1\xaf\x0f\xc4\xba\xaf\xc7\xdc\x5e\x49\x0d\x11\xc6\x04\x98\xc7\x8b\x2d\x14\x7d\xe1\xd5\x98\x11\xc6\x9c\xd2\x98\xdb\x9f\xc6\x2c\xa0\x0c\xeb\x8e\xd7\xbd\xa3\x75\x23\x85\xd2\xc2\xbe\xd3\x19\x30\xdd\x6f\xc0\x6e\xa7\x38\x44\xc6\xe6\x92\x64\x46\xff\xe1\xea\x6b\x8d\xbd\xbc\xc6\x3c\xa2\x62\xfe\x1a\x74\xa8\x07\xfe\x25\xb2\x3f\x32\xf0\x5f\x26\xdb\x69\x60\x3b\xaf\xbf\x74\x0d\x7f\xdf\x4a\x63\xc7\xf1\x4f\x1f\x6a\x51\x44\x7f\x2c\x36\x27\x1b\x8d\x5c\xf3\xb5\x9f\x3e\xb4\x42\x4a\x94\x22\x0f\x57\xfc\xd3\x97\x9c\xd8\x97\x9f\xf3\x62\x6f\x2b\x74\x57\xef\xe6\x6d\xd1\x79\xcf\x3b\xe2\x59\x9c\xba\xdf\xc8\xc2\xfc\x29\xf6\x36\x19\xc6\x19\x26\x5c\xd4\x97\x18\x47\x01\xb4\xbf\xde\x16\xc8\xc0\x72\x58\x0b\xf7\x1c\x7b\x8b\x74\xed\x48\xf8\x40\xc6\x08\xcd\x3b\x9d\x5f\x50\xcc\xc4\x2b\x74\xbe\x62\x2f\xa6\x53\x49\xcb\xb1\x55\x29\x4a\x25\xa6\xdb\xa9\xdc\x54\x69\xb2\x45\x95\xaf\x72\x62\x6b\x64\x51\xaf\x49\x62\x50\x88\xa3\xae\xea\xce\x50\x34\xf5\x36\x6a\x41\x42\xb1\xf0\x55\xf6\xfe\x5d\x64\xef\x5e\x45\xe6\xc3\x48\x55\x10\x6d\xd8\xa9\x83\x48\xca\x87\x26\x5c\x47\xb8\x36\x7d\xe9\x62\xaa\xd7\x4b\x24\x26\xe4\x14\xae\x9e\xa6\xc6\xfe\x14\xe2\xf3\x81\x42\x84\xc9\xe7\x37\x30\xf5\x5a\x76\x52\x1c\xcc\x98\x07\x55\x22\x0e\xdd\x71\x85\x72\x8f\xf0\xde\x11\x67\x04\x85\x52\xf6\x24\xfc\xfb\x28\x2a\x53\x4e\x52\xd2\x12\xad\x5e\x75\x9a\xdc\x87\xc8\x79\xc7\xbe\x84\xa7\x28\x28\x97\x8b\x10\x88\xca\x55\x7d\xb7\x6f\x31\x73\x0b\xa8\xb0\x73\xf3\xa9\x5a\xa7\x13\xad\x4f\x1a\xe9\x26\xb9\x34\x08\x28\xae\x9f\x91\x18\xc3\x5f\xc1\x43\x6a\x4d\x89\xc4\x9f\x16\x5a\xa0\x6d\x95\x65\xfc\x5e\xad\x4e\x3a\x12\x53\x95\x17\x30\xfd\x54\x62\x56\x47\x95\xb5\xd5\x47\x6d\x8e\xd5\x55\xe7\x1c\xfe\xa7\xe5\xe1\xfa\xe2\x91\xe2\xbf\x25\xdd\xb9\x66\xb2\x46\xbf\xc9\x36\xdd\xda\xc7\xe9\x78\x5a\xfa\xeb\xa7\x2c\xa9\x92\x23\xbf\x3a\xb1\x38\x19\xb6\x6e\x1f\x8a\x7e\x65\x9d\x9e\x71\x5c\xd2\x79\xa1\xee\x8e\x25\xfa\xa7\x1c\xad\xa0\x61\x17\xb1\x82\x89\x81\xbf\xed\x03\x1b\x81\xda\x42\xbd\x79\xc8\x0e\x3e\xdc\x20\xb2\x7d\xb4\x2d\xc3\x08\xbd\x0e\x11\xdf\xba\xa4\x53\x7e\x8a\x78\x42\xe8\xb1\x47\xab\x72\x62\xd5\xa4\x94\x23\x76\xa4\xe9\xcb\x12\xeb\x32\xd7\x56\x83\x7f\x11\x32\x46\xab\xec\x2b\x5a\xc8\x98\xa3\xdf\x80\xb5\xf4\xae\x50\x05\x38\x4f\x37\x60\x72\xcb\xd1\x9f\x11\x8a\xbf\x92\x3b\x0c\x3c\xdb\x03\xab\x79\x19\x7f\xaf\xf7\xcb\xe9\x5d\x6e\x40\x1b\xce\x05\x19\x23\x91\x57\xfa\x16\x2a\x71\x4d\x96\xf6\x7b\x8e\x42\xad\x31\x40\x77\x71\xc9\x01\xd0\x15\xea\xe3\x8c\x3c\x68\xc5\x13\x29\x97\x54\xd3\x40\x3a\x40\xbb\x84\xea\x0e\xab\xaa\x9c\xd1\x7f\xce\x55\x46\xf4\x0e\x0a\xbf\xaa\x87\x0d\x44\xf7\xfe\x76\x7b\xc1\xd0\xb8\xa6\x94\x27\x8b\xc8\x3c\x33\x95\xfb\xd4\x63\x7d\x99\xbf\xff\x24\xf6\x29\x32\x65\xa5\x6a\xfd\x71\x46\x8d\xaa\xdc\x50\x46\xd7\x79\x8d\x67\x34\x93\x75\xc2\x7f\x17\xd7\x5a\xce\xa4\x81\x8b\x0b\xe7\x32\xe8\x50\xc1\x8d\x8e\xbe\x9e\x3e\x8b\xe3\x53\x9a\x1f\x2e\x73\xc4\x76\xe0\x7b\xc8\xbe\x0f\xc4\xff\xba\x5b\xbc\xdb\xda\x19\x69\x4f\x94\xb6\x16\x23\xd6\x26\xee\xee\xd1\xb6\x99\x1f\x09\xf5\x7c\xdc\x12\x1e\xcc\x41\xb4\x6d\xbf\x90\xba\x6b\x50\xca\x55\xc7\xb7\x42\x0a\xec\x8c\xab\x79\x94\x90\xaa\x71\x29\x4d\xe0\x62\xbf\x44\x57\xed\x46\x4d\x06\xb4\xba\x59\x3d\x59\x9d\x73\x6f\x6d\xae\x41\x99\xc3\x45\x61\x9b\xd1\x74\x1c\xb2\xab\xe1\xc8\xbf\x90\x33\x72\xea\x2b\x15\x99\xe2\x53\x13\xc9\xc5\x13\x29\xf0\x44\x72\x34\x91\xa8\xae\x27\x52\x95\xa2\x5c\xcf\xe8\x77\x82\xc2\x63\x5a\x6b\x70\xa3\x7c\xa0\x22\x0c\xef\x17\x98\xdb\x7b\xce\xf9\x1e\x7b\xd5\x2d\x6a\x08\x0b\x5e\x3b\x50\x81\x55\x91\x4b\xba\x4f\x29\xdf\x48\x2c\xdc\x23\x68\x35\x62\xf0\x17\xe1\x9f\x24\x4a\x64\x86\x0a\xa5\x01\x8e\x48\x57\x26\xc2\xf5\x05\x53\x6f\x08\x5b\x1b\x59\x01\x46\x9a\x13\xe0\x9a\x4e\xfe\x4c\xb1\x27\xad\xbb\xf7\x11\xbd\xd4\x21\x26\x93\x43\xac\xf3\x0c\x75\x74\x82\xc7\x93\x99\x75\xf6\xdb\x5f\x99\xbc\x2a\x50\x53\x2d\x0e\xf7\x9a\xc7\xde\x0a\x6c\x85\x02\x2d\x9b\x8b\x87\xf4\x50\xe3\x1a\xeb\x0d\x8b\xaf\x60\x0b\x64\x5f\x18\xdd\xed\x92\x52\x1a\x4e\xe2\x38\xc6\x53\xf3\xca\x11\x71\xbc\x65\x4f\x0b\x5f\xa6\x7a\x3b\x9e\x8a\xfb\xc5\xce\x8d\x57\x6e\x8d\x77\x74\x90\xec\xe0\x76\xa5\xab\x6c\x14\x1f\xf3\x49\x81\x54\x82\x5d\xe3\x3d\xf5\x86\x2d\x6c\xe3\xe1\x5a\x2d\x49\xb9\xb7\x63\x6d\x61\xca\x07\xd2\x11\xf6\xc5\x07\xf2\x3f\xde\xdb\xa9\x25\xbd\xff\xfa\x5a\x98\x7e\x61\x26\x85\x7d\xb2\xc2\x8c\x53\xa9\x7a\x8e\x8d\x3f\xd7\xce\x5f\x69\xa7\x40\x3d\x6a\x98\x93\x3d\xba\x30\xe5\xd2\x84\xe2\xce\x9b\x38\x1c\x0d\xf3\xbe\x2f\x51\xc9\x24\x1d\x80\xbb\x27\x5f\xee\x16\xd7\xfc\x89\x7b\xa7\xec\xc3\x33\xa9\x19\x39\x4a\x14\xcc\x64\x01\xc9\x3c\x80\xcc\x0b\xc3\xa2\xe4\xf7\x72\xb6\xd1\x27\xb0\x57\x20\x4d\xa1\x12\xcb\x42\x46\x53\x78\x3d\x85\xc4\xb6\xec\x8a\xa0\x20\x49\x00\x3c\x16\xe2\x0b\xf8\xee\x52\xfb\xc4\xad\x13\x73\x99\x49\xcd\xcd\x3e\x5c\x2d\x8c\x35\xdb\x9a\x97\xb8\x42\x3c\xa3\xb8\xe0\x99\x78\x09\x09\x1b\xf6\x63\x15\xe9\xf9\xfa\xfb\x92\xfd\x17\x7e\x10\xaa\xa1\xd2\x7e\x10\x9f\xc2\x71\xf6\xe7\xd8\xd4\xe2\x08\xe1\x98\x50\x15\x3a\xec\x10\xcf\x78\x3f\xb9\xa6\x49\x3d\x1a\xa5\x12\xbb\xfa\x8a\x6f\x23\xbd\xc6\x15\xad\xc2\x12\x63\xd7\x9a\x06\x72\x46\xd5\xfe\xed\xaf\x0c\x85\xe3\x35\xe3\xcf\x24\x2e\x1d\x25\xc8\x6f\x2b\xe3\x8f\x3e\x1d\xa6\x3c\x9c\x34\x0b\x32\xa6\x6a\x4d\xc7\x5b\x75\xaa\xd2\x5b\x57\x31\x5b\x69\x85\x44\x3f\xed\x3c\xaf\x7f\xc7\x6e\xf2\xeb\x7e\xbe\x2f\x1a\x53\xf5\xa1\x85\xd2\x99\xa7\x58\x28\x9d\x4f\x2f\xf1\xe4\x48\x30\xb9\x95\x01\xcb\xbc\x74\x80\x28\xa8\xaf\x8e\x59\x29\xa2\x97\xef\x6b\xac\xca\xa3\x50\xbc\xbe\x23\x7d\x08\xc4\xcd\x5f\x52\x44\x9e\x58\x97\x5e\x54\xc2\x3e\xc9\xde\xcd\xfb\x62\x88\x24\x25\xfe\xf9\xd6\x7d\xf4\xd6\x16\x8b\x6a\x93\x08\xb3\xf2\x97\xea\x6a\xb4\x81\xb0\x0d\x52\xaa\x5e\x34\x42\xea\x29\x0b\x0a\xf5\x94\x02\xc5\x40\x34\x3c\x35\xa7\x12\x24\xcb\x19\xc3\xe2\x73\x06\xa5\xc3\xaf\x34\x2c\x56\xe1\x8f\xb0\x88\xb4\xf0\xcf\xc0\xa8\x03\x18\x2b\x79\x0d\x0d\xbd\xfb\x04\x8d\xa9\x75\x0b\x8d\x88\x6b\x21\x6a\x21\xd0\x98\x29\x0a\xac\xaf\xc6\xd3\xea\x22\x6d\xe9\x63\x7a\x56\x35\xf3\x76\x56\xd3\xe7\x1b\xcb\x07\x31\xa0\x94\x27\xf1\x40\x38\x2b\x88\x98\x33\x3a\xe3\x76\x72\x55\x22\x47\x88\x53\x2a\xb5\x67\x20\x31\xd1\x23\x4d\x74\xfa\x74\x33\xea\x95\x6b\x32\xe5\x14\x8f\xeb\x8a\x7a\x95\x94\x34\xa5\x5e\xa7\x38\xa1\x27\x01\x4c\x90\xb1\x44\x71\x6a\xe6\xd3\xd6\x96\x58\x87\xb6\x39\x13\xfc\x17\x56\x61\x9e\x11\x59\x66\x94\xd8\x84\xd3\x0a\x85\xf8\x82\x43\x17\xa2\x1a\xbe\x8a\x8c\x1d\xbf\x32\x87\xfe\xc5\x7a\xd3\xd5\x6c\x93\x52\x17\xff\xe6\x42\x65\xa8\x37\x1e\xa7\xdd\xd7\x40\x22\xf7\xaa\x56\x09\x6e\x8d\xb8\xd1\xf4\x56\x24\x46\xd0\xf5\xb4\x29\xd0\xa1\x5a\x64\x67\xeb\x8e\xbe\x7f\xd5\x58\xce\xa8\x17\xa1\xcc\x5e\x91\x49\xc4\x09\xe4\xaf\xcb\x57\x5a\x4e\xbe\x2f\xbc\xb9\xea\xeb\x53\x65\x33\xe7\x3d\x6d\x1d\x00\x98\xbe\xb7\x7a\x44\x55\x1f\x27\xce\xc6\x87\x3a\x49\x24\xea\x76\xb1\xd9\x85\xa3\xbc\xde\x6c\x97\x51\x10\xbe\x08\x14\x31\x62\xbf\xac\x6e\x7d\x38\x3f\x85\x7a\xb9\xf6\x1b\xda\x2f\xf1\x7b\x91\xf5\x33\x82\xaf\x8e\x53\x48\x5c\x15\xef\xfb\x8d\xb8\x28\x18\x03\x33\xd8\x7b\x79\xdb\x62\x5d\x83\x3e\x33\xdf\x49\x7d\x72\x96\x7b\x23\x73\xb3\x3e\x1e\x29\xed\xda\x84\x2a\x3a\x2f\xe5\x69\xf3\x48\x95\x9a\x9c\x0b\xca\xf9\x7b\xc6\xb9\xb9\x2d\x1c\x04\xf1\xbe\x9f\xcd\x16\xb8\x4b\xe5\x09\x77\xde\xf2\x13\x05\x61\x20\xa5\x18\xd5\x1b\x76\xf5\x50\x34\x55\x3a\xdc\x9c\x50\xfa\xe5\xcc\x89\xbc\xc3\x2c\x71\x5f\x80\xc2\xbb\x13\x77\xb9\xf8\x2e\x94\xe9\x64\x1d\xe8\xad\x68\x09\x73\xa1\x6a\x2a\x7f\x56\xa2\xbe\xe0\xbd\x2a\xcb\x69\xc1\xe5\xc4\x3a\x28\x37\xa8\x29\xdc\x53\xd7\x14\x1e\x31\xa7\xc8\x57\x2d\xe1\x5c\x53\x78\x8d\x2c\xa1\xa2\x4e\x24\xbe\x5a\x2a\x9f\x58\xf9\x6e\xc9\xdf\xe8\xcc\xe9\x0b\x0f\x69\x1a\xd7\x13\xfd\x81\xf3\x68\x99\xba\x23\x1c\xe0\xf0\x19\xc6\xff\xdf\xd3\x29\xb1\xd3\x29\xb4\x66\xbf\xb1\x27\x24\xe3\xfc\xa6\x2c\x44\x81\x7d\x99\xb3\x09\x3e\xf2\x98\xcf\x59\x42\xec\xec\x12\x9d\xdc\x8e\xd7\x5c\x95\x6f\x2d\x87\xfa\x30\xd1\x63\x53\x9c\x41\xdc\x01\x32\xa5\x7a\xda\xa6\x42\x05\xd6\x52\xf8\x2b\xcd\x5c\x77\x52\x6c\x56\xf1\x41\x43\xc5\xde\xb2\xe7\xcc\xe2\xe7\x15\xea\x43\xb0\x1f\xaf\xf0\x80\x15\xbe\xe7\x4e\xcd\x2b\xd8\x57\x98\x1f\xe6\x8f\xea\x16\xf6\x18\x43\x0c\x73\x74\x8e\x36\x56\xca\xce\xcf\x94\x98\xad\x79\x66\x6b\xc9\x39\x85\xfe\x21\xf0\x6b\x36\x11\x4c\x16\xf8\xf3\xd6\xd5\xcc\xcc\x78\x66\xeb\x7b\x58\x61\xb3\x17\xf0\x5c\xc3\xdd\x58\x2b\xaa\x68\x52\x8d\x67\x36\x8e\x28\xbd\x3d\xec\x9b\xf1\xcc\x4e\x1b\xe7\xa7\x99\xd1\x65\xc3\x41\xe9\xaa\x29\xfd\xfb\x8e\x32\xe2\xe2\x20\x99\x08\x0b\x5b\xb2\xc6\x18\xea\x32\xd3\x2a\xd3\xe0\xee\xce\x44\xf9\x56\xa3\x47\x21\x37\x1b\x63\xe3\x24\xb2\x90\xde\xfe\x7d\x76\xfb\x4f\x81\xde\xfe\x92\x14\xe5\x80\x97\x32\x39\x61\xff\xdf\xd2\x4b\x89\x4e\x3f\x2e\x05\x86\x8d\xa9\xf4\xfd\xc4\xae\x9f\x48\xd6\xd9\x73\x28\xd6\xcc\xcb\xe8\x70\xc7\x36\xe2\xac\x90\x0c\xae\x51\xd7\xbc\xc0\x81\x87\x92\x79\x72\xee\x8c\x30\xe5\x9c\x28\xf1\x38\x70\xe6\x8d\x83\xd4\xf5\xe1\x69\xce\x08\x1c\x33\xe9\xc1\x4d\x6d\x25\x6f\xa1\x58\xbf\x23\xf4\xc4\x8b\x89\x47\x9e\x99\xb1\x11\x68\xbf\x40\xa6\x6a\xeb\x7a\x4a\x81\x9d\x64\x76\xa9\x49\x23\x35\xa3\x91\x30\x37\x6a\x47\x5e\x49\xf5\x4d\x8c\x2f\xe6\xec\x16\x5f\xfe\x02\xc8\x01\xdf\x59\x7f\x86\x31\x9b\x2b\x92\x99\x64\x46\x70\x7c\xc0\xb8\xf0\x27\x18\x7f\xbb\xa0\x7f\x0e\xe2\xea\x1d\x10\xf3\x52\x8c\xef\x20\xbc\xba\x81\xf0\xf7\x9b\x3e\x12\xb5\xad\x06\xf1\x54\x89\xe9\x4e\xc5\xa6\x2e\xb8\x5b\x7d\x65\xa4\xb1\xc3\x8f\xcc\x22\xb1\x61\x2c\x96\x8f\x31\x74\x9d\x15\xae\x74\x38\x50\x42\x39\x5f\x92\x92\x74\x43\x27\x8b\x53\x51\x04\xbf\xc2\xe1\xae\xe5\x04\x69\x7c\x56\xaa\x70\x0b\x41\x07\x10\x0c\x49\xc2\xab\xcb\xe0\xd8\x42\x41\xbc\x5b\x00\x2e\x2d\x31\xa2\x43\xed\x4d\xf4\xee\xcd\x76\x03\x6d\xf7\x52\x06\x67\x17\xe2\x9f\x16\xc0\xaa\x21\x5d\x34\x3f\xa3\x92\x86\x84\xbd\x68\x5e\x32\x09\x7f\x9a\x01\xb4\x8b\xa5\xc0\xca\x73\x15\x60\xbd\x75\x4e\x9c\x7e\xfd\x13\x4a\x8d\x3a\x26\xb3\xac\x6b\x61\xd4\x21\xc7\xa8\x48\x9d\x4b\x24\x35\x4c\x0a\xf0\xc7\xef\xee\xc8\x9f\x59\xed\x65\xfc\x20\xdc\xe2\xb4\xaf\x17\x35\xdc\x1e\xde\x75\xbb\x2b\xda\xc8\x68\xba\x3f\x50\x56\xaf\x87\x45\x36\x0a\xe3\x04\x7c\xd8\x1f\xee\xf8\xa4\xc6\x89\xc8\xe9\xfd\x02\x6c\x4a\x7f\xe9\x32\x4d\x19\xae\x6d\x2a\x1d\x6a\x21\xb9\x76\x15\x62\x29\x59\x39\x1e\xf7\x7c\x3a\xc6\xfe\xef\x15\x36\x22\x5e\x39\x53\xb3\xfe\x59\x51\x91\x5d\x2d\x00\x5e\x7d\x31\xf6\xb9\x5e\x3f\xa7\xc2\xaf\x5b\x42\xd1\x66\xbd\x9d\x77\x2d\xd8\x51\x90\xeb\x46\x09\xfb\x8d\xea\x68\x26\x5f\xff\x4e\x2d\x11\x7f\x9d\x32\x97\x86\x8a\x3f\x0a\x8c\xdf\x1e\x34\xc6\x6f\xa4\x38\x1e\xe2\xeb\x87\xef\xdc\x5c\x3f\x56\x3f\x23\x3c\xec\x81\x83\xed\xf5\xdd\x1a\xf7\x7e\x6f\x06\x3d\xd8\x95\xaf\x3b\x3d\x75\xfc\x26\x1f\xf6\xcb\x44\xa6\xdc\x10\xd0\xdf\x89\x30\x3c\x10\xc6\x9d\x91\xe3\x14\x46\x27\xb9\xbd\x43\x16\x23\x08\x0f\xc4\xa4\x14\xe5\xe4\x7b\x27\x51\x7b\x46\xc1\xc0\xf4\x1d\x2a\xa1\x64\xa7\xa6\x8d\x28\x6e\x37\xe4\xba\xe8\xf1\x85\xfd\x5a\x82\xf4\x1c\xae\x94\xac\x31\xa3\x4e\xb7\x91\xe1\x29\x68\xa2\x56\x50\x42\x76\xab\x6d\x13\xc2\xd6\x9a\xca\x3f\x55\xf7\x30\x92\x21\xe5\xfe\xf5\x72\xd8\x92\x9b\xc3\x60\xe6\xf7\x96\xdc\xbe\x50\x66\xca\xa9\xb3\xb2\x67\x89\x6e\x69\x0b\x51\xb4\x4b\xb8\xa2\x0c\xbd\xc6\x4d\x98\xd3\x54\x0a\xdb\x74\xae\x5d\xf6\x79\xdf\x68\x11\x0a\x95\x4e\x41\x20\x46\xe9\x9f\x10\x88\xf2\x62\xbc\xfa\x99\x12\x49\xb2\x08\xef\x87\x1b\xd4\x37\x50\x02\xd7\x29\xd9\xa9\xf2\x9b\x31\x9c\xbe\x0b\xb8\x64\x3b\x74\x25\xa4\xab\x98\x11\xcf\x22\x76\x2a\x31\x03\x20\x60\x79\x6b\x23\x1c\x3b\xde\xcc\x38\x1a\x63\x86\xac\x78\x0d\x0e\xd4\xb9\x4e\xf4\x92\x0a\x7b\x89\xf3\x11\x46\xf6\x2a\x73\x68\x18\x47\x26\xa1\xea\x31\x26\xa1\xc5\x2d\x09\x2d\x7e\x26\x21\x98\xe9\x07\xc1\x2d\x66\xe8\x99\x15\xbc\xbb\x24\x64\xfc\x03\x12\xba\x33\xf2\x85\x84\x82\xef\x49\x68\xf1\x37\x24\x14\xfc\x33\x12\xf2\xd3\x24\x94\xfb\x4b\x12\x2a\x67\x48\xe8\x7a\x39\xec\xb8\xc0\xf4\x58\xf9\xde\x71\xa1\x4f\xf5\x96\x2e\xaa\x9a\x98\x84\xe6\xb6\x10\xe7\x9f\x48\xc8\xb8\x21\x21\xde\xb7\xdc\x7f\x09\x09\xe5\x36\x0e\x0c\xdc\x20\xa1\x45\x33\xf8\x81\x84\xd8\x3d\xc4\xfc\x86\x84\x8c\x00\xbc\xa8\x04\x12\x3a\xfd\x44\x42\x99\x8c\x51\x77\xe8\x27\xb8\xa2\x9f\xc2\x59\xd3\xcf\x59\x8a\x79\xc4\xf4\x33\x6a\x34\x93\xdc\x9d\x31\xfd\xec\x7f\xa6\x1f\xc4\x5e\x4f\x4e\xd7\xe0\x42\x8e\xfd\xd5\xfd\x23\x88\x9e\xda\x51\x33\x1f\x97\x8c\xb1\xa9\x60\x98\xb8\x33\x4a\x9c\xc0\x71\x4b\xae\x98\xd3\x8b\xef\xbd\x2b\xec\x07\xfd\xaa\x85\x3c\xae\xec\x83\x71\x26\x22\xf1\xa0\x19\xfc\x75\x4a\x91\xc7\x48\xd8\x4f\xd1\x39\xeb\x6f\xe0\xeb\xcd\x72\xe1\x3e\xde\x46\x7d\xf3\x3b\x54\x53\x23\xc0\x30\xd5\x94\x7e\xa4\x9a\xa3\x25\x44\xce\x9a\x52\xc0\xbb\x1d\xa1\xe2\x42\x12\x94\xce\xb2\xca\x21\x60\x01\xf7\x72\x85\x65\x3c\xc9\xcf\x9a\xb7\x37\x43\x06\x72\x09\xe4\x9b\xe0\x42\x16\x4c\x9f\xd7\xd0\x33\x8f\x84\xb3\x67\xd9\xf0\x1e\x6e\x74\xbf\x62\x49\x5a\xc2\xca\x4d\x02\x81\x54\x58\x7f\x5f\xa8\x85\xc3\x11\xfd\x3f\xc5\xde\xb7\x44\xa3\xa8\xa5\xd0\xb5\x14\x73\x23\x56\xb8\x78\xf3\xe6\x8d\xc6\x65\xbf\x69\xfe\x88\x53\xa4\xe4\xe7\xbb\x75\x8b\xd3\x1e\x1e\xa8\x92\xec\xd0\xb0\xd9\xb9\x2c\x81\x9c\xb7\x61\xc0\x17\xf5\x1d\x44\x4d\x37\x24\xc8\xfa\x8a\xd4\x14\x6f\xf7\x8c\x1e\x1d\x8e\x6e\xb2\xc3\x14\xdf\x28\xc0\x76\xfc\xf7\xe1\x7c\xdf\xc8\x91\x39\xe4\x52\xff\x2e\xea\xf4\x94\x58\x5b\x12\x52\x5f\xff\xf1\x05\x2f\x79\xe1\x9e\x1a\x68\x2e\x85\x9d\x64\x8c\xf8\x2b\x95\x7c\x58\x62\xad\x51\xa9\x14\x6b\x8d\x72\xb5\xc7\x1b\xb5\x91\xff\x33\xe9\x13\x7b\x71\x22\x1c\x45\x43\x7d\x54\xd2\x60\x5e\x2b\xf6\xab\x51\x86\x0c\x8b\x94\xbd\xa8\x7d\x28\xd2\xb5\x6b\x8c\xbe\xe4\x2a\xc2\xef\x51\x52\xc1\x3b\x01\xaf\x30\x5d\xb8\x22\x30\x15\x95\x7e\x3f\x98\x3c\xdd\xa1\x83\x50\x1c\x4d\xb3\x24\x9d\xc7\x35\x1f\x60\x5b\xe7\xd2\xc7\x5c\x6d\x51\x13\x29\xd5\x22\x48\x16\x66\xfc\xac\x74\x82\x7f\x34\x74\x4e\x45\x1c\xef\x5f\xc4\x5d\xe6\x50\x9b\x7e\x11\x77\x49\xab\x75\x1a\xfb\x56\xa2\xd7\x41\xe2\x26\xfd\x22\xf5\xad\xd3\xf1\x29\xd6\xc4\xec\x22\x0b\x33\x9e\xcb\x15\xb4\xe0\xdd\x2a\x8a\x4a\x0d\x6b\x5e\x2b\xff\x29\x54\x98\xd2\x1b\xfa\x6d\xe0\xf5\x86\xea\x9d\xae\xcb\xfc\xa6\xc1\x1e\xf5\x1a\x39\x6a\xcd\x2b\x05\x33\x4d\x5d\x83\xd9\x15\xab\xb2\x12\x7a\x9f\x77\xe5\x78\x9f\xd5\xcd\x2e\x6f\x7f\xde\xe5\xd0\xbe\xe8\x06\xbf\xb3\x42\x15\xf6\x19\x2b\x14\x2b\xfb\xaf\x46\x19\xf2\xf6\x2b\x33\xe5\xfe\x19\x5e\x6d\x7c\x98\x2a\x0c\xb9\x95\xe1\xe1\x1f\x20\x76\x50\xd1\x88\xbd\x94\xe2\x58\xe1\x05\xb7\x0f\x88\x25\x6d\x66\x54\x35\x77\x96\x7c\xb1\xea\x7c\xa7\x93\xa1\xea\x64\xce\x1e\x76\x1d\x01\xad\x49\x61\xc7\xc1\xd0\xb7\x66\x9d\x2a\x69\x48\x2f\x66\x1d\x3d\xec\xed\x88\x6d\x8e\xbc\xb0\x0d\x69\xfe\x93\x95\x6e\xab\x4c\xc2\xe7\x6a\xbc\xb5\xc7\xfa\x2d\x09\x1b\xff\xd2\x4a\x17\x76\x7e\x90\x5d\xe9\x5a\x7a\x7b\x5a\xe9\xfe\xce\x4a\xa7\x57\x06\xac\x3b\x2b\xe5\x3a\xea\x02\xb6\xa4\xca\x3f\xda\xd3\x9a\x5e\xe9\x41\x8a\x63\x8d\x57\x3a\x38\x63\xa5\xcf\xe9\x95\x9a\x3f\xa3\x31\x99\xa1\x2f\x7a\x64\xd6\xda\x67\xd1\x38\xa6\x86\x7c\xe9\x8e\xd2\x0b\x76\xec\x91\xa6\x2c\xaf\xae\x28\x85\xd7\xb2\x1e\xb3\x24\x95\x44\x07\xc6\x53\xaa\xfc\x3c\x25\xef\x2e\x9b\xc9\x4e\x29\x96\xc0\xf2\xe5\x3b\x53\xf2\x52\x44\x15\xca\xc6\x3f\x01\x6c\xa3\xce\x28\x34\x6f\xc4\x28\x54\xbd\x83\x42\x85\x9f\x57\x51\xb3\x32\xfc\x61\x7e\x8f\x3f\xc4\x34\x97\x3f\x13\x5d\x10\x3f\x24\x7f\x73\xcf\x2a\xc3\x71\xea\xf3\x0c\x7c\x0a\x02\xb0\xc5\xe3\x86\xb3\x97\xdd\x0c\xf2\x98\xcf\x29\x21\x76\xd7\x2f\x9a\x1e\x73\xc5\xb6\x10\x41\x33\x3f\x12\xce\xdb\x15\x6b\xa4\x89\x32\x6b\x89\xa4\x1f\xfe\xd9\x53\xe5\xec\xff\x61\x5e\x48\x82\xe3\xc4\x63\x1c\x23\xf2\x60\xb6\xb7\xcd\xd8\x9d\x25\x47\x21\x4a\x8b\x9c\x16\xb2\x4b\x52\x6c\x72\xb1\x86\xbe\xe0\xdc\x28\xe8\x1b\x3f\xc3\xb8\x61\xe5\x27\x31\x8c\xab\xc0\x94\xc5\x8d\xf1\xfb\x94\x60\xef\x1d\xdb\x02\x8d\x40\xd5\x8f\x48\x03\xeb\x85\x99\xcb\x40\x8e\x2f\xd3\xf3\x42\x7c\x99\xae\x99\xb7\xb7\xe9\xb0\x6e\xfd\x0b\xfc\x64\x5b\xd2\x37\xa3\x0c\x43\x59\xca\x1a\xf9\x1a\x6a\xa1\xfe\x86\xa1\xe4\x94\x68\xd1\x11\xd2\x14\x7f\xe4\x2a\x7a\xdc\x2e\xc7\xb7\xd9\x9f\x04\x93\x40\x45\x28\x87\x77\xdd\xa9\x7b\x36\x1c\x2d\x09\xd4\x52\xdf\x33\x62\xcf\x89\x59\x72\x64\xe7\x14\x0f\xd3\xbb\x3b\x48\xf1\x76\x10\xf3\x1f\x0f\x52\xba\x1d\xa4\x92\x1a\xc4\x09\x78\xe3\xfe\x8a\x8a\xa3\xa9\x05\x2a\xae\x4e\xad\xd8\xd5\xa4\x71\x4b\xc5\xc1\xcf\xee\x15\x27\xeb\xe7\x53\x3e\x46\x54\x7d\xca\xdf\x20\xd8\xc9\x4a\x24\xb6\xbd\x67\xd9\xfa\x6a\x79\xf6\x78\x52\x48\x2c\x9f\xb9\x59\x6e\x7f\x9e\x52\x68\x69\x2a\x8e\xe2\x92\xd4\x4b\x99\xdc\xeb\xd2\x92\x47\x3c\xa7\xea\x9d\x39\xd1\x08\x62\xa2\xe7\xb4\x98\x59\xa4\xd3\xdf\xcc\x78\x4e\x9d\x80\xe2\xde\xaf\xac\xc1\x54\xe3\xe9\xcf\x42\x2f\xd5\xb6\xe6\x69\xed\x30\xad\x5f\xd7\xb3\x32\xbd\x87\xef\x2d\xa5\x18\x41\x23\xae\x2b\x1a\x33\xcb\xd5\x43\xcc\x7c\x8b\xdd\x8d\x92\xb4\x63\xf1\x7d\xb0\x2b\x16\xbe\x45\xb1\xc8\x1b\x3f\xde\x64\xf3\xd6\xcc\x1b\xfe\x0c\xd0\x2d\xef\xf1\x7d\x8f\x6f\xda\x3a\xc3\xb7\x6c\x3d\x9f\x6a\xfc\xa9\x76\x58\x77\x13\x11\x6a\x83\xe5\xbe\x5d\x2f\xd7\x60\x26\x99\x3f\xdc\x59\x6e\x05\x69\x80\xba\xb4\x0b\x73\xab\x95\xaf\x4b\xb1\x99\x5b\xb1\x57\xed\x11\xe3\x7f\x64\xac\xaf\x3f\xaf\x25\xa0\xb2\xc1\xbc\x0d\x53\x90\xdc\xf6\x06\x3b\x16\xb1\xb7\xc0\xfc\x0e\x4b\xc4\x10\x62\x49\xba\x84\xc6\xdc\x7a\xd6\x38\x3b\x5b\xc4\x38\x7b\x47\x1b\xf2\xf3\xb4\xf6\x7f\x83\xb3\x5e\xd8\xfa\xde\xb6\xb6\xbf\xe0\x6c\xb4\xb0\x2c\x72\xfd\x8d\xe7\x34\x95\x6b\x3a\x15\xdf\x33\x52\x5e\xe5\xc7\x59\xd5\x1d\x7d\xc4\xf1\xb4\x72\x38\xa3\x83\x9b\x69\x05\x95\x8b\xf3\xd4\x0d\xb0\x30\x04\xd7\xd2\xdb\x2e\xad\xa7\x7c\x59\x8a\xe3\x92\x27\xf6\x19\x58\x37\x3e\x5d\xfb\xd2\x8f\xf3\xa2\x80\x0e\x27\xf1\xe9\x5a\xdf\xf5\xe9\xf2\x4a\x7f\xe0\x3a\xc5\x94\x4f\x97\xbf\xb2\x1e\xf3\x4b\x25\xd6\x2b\x9e\xd5\x4e\xd6\xe8\x10\x5b\x64\x9c\x0e\xa2\x9f\x77\x71\x65\x51\x44\xe1\x51\xae\xe6\x3f\x1a\x6b\x39\x70\xe7\x2c\xcd\xf0\x26\x78\x68\x27\x85\xb3\x7a\x48\x94\x5c\xb1\xb1\xf6\xb6\xe3\xa5\xe4\xc8\x5e\x99\xe1\xb7\xe6\x5a\x58\x6b\x95\x77\x22\x63\xe3\xea\xbe\x5b\xc1\x0d\x46\x25\xab\x11\xb7\x1f\x18\x89\xc5\xda\x62\x19\x65\xcd\x60\x9b\x78\xeb\xc7\x1b\x21\x25\xd8\xdd\xb8\x47\x5d\x43\x6d\xc1\x22\x46\xf0\x33\xd0\x16\xbc\x6d\x95\x2b\x50\xd0\x10\xb1\x17\xc1\x9e\x22\x68\x18\x68\xfb\xdd\xcd\xc7\x52\x06\xe5\xca\xb7\x30\xd3\x6b\xa1\xcb\x9a\xb9\x97\x7f\xf0\x22\x70\x59\xe2\xe8\xdd\x5d\x51\x3c\xfc\x26\x31\x74\x17\x36\xc8\xd1\x68\x5d\xcf\xcb\xb7\x12\xcb\x7b\x24\x6b\x57\xcb\xfb\x3f\x3b\xe9\x3f\xb3\x93\xfa\x1b\x0b\xce\x17\xeb\x0d\xe3\xe6\x98\x71\xf3\xf5\x1f\xe2\x26\xa2\x58\x3f\xb7\x3f\xa3\xa6\xcf\x7b\x7e\xbd\x77\x34\x42\xec\x7c\x11\xfe\x09\x35\x53\x28\x50\x4b\x86\xf9\xd7\x30\xb3\xfa\x1d\x66\xf2\x7a\x6a\xdf\x21\xe6\xea\x06\x31\xd3\x04\x63\xdc\x10\xde\xff\x61\xe6\x3f\xc3\x4c\x6f\xa7\x31\x73\x27\xc5\x72\x17\xcb\x64\x25\xeb\xf6\xf6\x7c\xc7\x81\xf8\x98\xb5\xf3\xd4\x28\x39\xb1\x63\x40\x11\x8d\x3b\x2d\x1b\x43\x62\x1f\xca\x39\x07\x90\x2c\xae\xb2\x60\xe5\xaf\x33\xd2\x8f\x85\x18\x07\x4b\xba\x36\x50\x0a\x13\x4a\xaf\x94\xf8\xf3\xe9\xb1\xff\xde\x71\xd4\x6f\xde\x71\x1c\x9d\xda\x97\x13\xf8\x3a\xdb\xf2\x95\xa7\xa7\xda\xab\x78\xfe\xd7\x89\xd6\xea\x06\xf2\x32\x23\x75\x41\x36\x5a\x1f\xb1\x24\x85\xe6\xed\x13\xa0\x77\xad\xa9\x3f\xb2\xda\x5b\x5b\x4a\x4e\xb3\xdb\x6b\xe8\x4f\xc4\x7e\x6f\xe5\x28\x5c\xeb\xb8\x8f\xe5\x68\x3d\xfd\x35\xa5\xa4\xaa\x49\x63\xdf\xba\xa3\x7a\xa3\xcc\x54\x1d\x11\xed\x2d\x41\x09\x74\xf6\xb1\x30\x73\x3c\xb9\x89\x34\xf3\xad\xab\x79\x2c\x6f\xdf\x95\x96\xc8\x29\x38\x16\x4b\x0e\xd6\x63\x7e\xaa\xc4\xfa\x60\xc5\xde\x4d\xea\xc6\xb9\xa9\xf1\xb3\x50\x82\x3c\x7d\x2c\x2d\xcd\xe1\x0b\x1c\xde\x2a\x01\xc2\xd4\x5d\xf2\x46\x09\xa0\x12\x8f\xa3\x96\xa8\x1d\xac\x9e\x86\xea\x6c\x9c\x89\x51\xb1\xb4\x98\x3e\x46\x10\xc4\x31\xf3\x48\x53\x71\x34\xe6\x1c\x38\x37\x4f\xbc\x8f\xb5\xcc\x1f\xa5\xd8\x7d\x5c\x3f\x09\xf5\x93\x92\x14\xc5\xcc\x93\xcf\xbc\x2b\xcc\x0f\x8c\x56\xcf\x3c\xd1\x68\x5a\xd0\x4f\x66\x52\xcc\x27\x99\x54\x3b\x45\xcd\x7e\x57\x13\xcc\x6e\x97\x79\xb6\xa3\xb8\xd0\x50\x3f\x5b\x4a\x51\xcc\x3c\x9b\xea\xeb\x92\xa9\x1f\xb9\xa2\x3e\x89\x77\xc1\x43\x56\x95\xaf\x29\xd2\xcc\x0c\xf4\x6f\x57\x14\x26\x33\xa8\x42\x7e\xa7\x47\x98\x53\x7d\xab\xd5\xef\x35\x31\xe9\xaf\xbc\x12\xf3\xd0\xda\xca\x02\xb9\x94\x8a\x6e\xbd\x6a\xe7\x27\xca\x3f\x58\xbf\xaa\x73\xba\x50\x76\xcd\x1a\x39\x5c\xb9\x9b\x02\x71\x84\x4f\xf6\xe7\x7e\x42\x54\x20\x19\x24\x86\xf4\xef\x98\xea\xa7\xda\x41\xb3\x00\xcd\x92\x5b\x27\x8e\x20\x1e\xf3\xae\x18\xb4\xa7\x1b\xba\x78\x51\xb9\x6a\xfd\xaf\x93\xfa\xd7\x4e\xfd\xdf\xbd\x69\x49\xbf\xe5\x7e\xd3\xa7\x75\x33\x42\xba\xcf\x20\x0e\xfc\x4e\x5a\xe2\xe2\xb6\xd7\x73\xb8\xfd\xf7\xf6\x5b\x03\xfe\x7f\x51\x3e\xe4\x3b\xc2\x90\x4e\xf6\x85\x56\x6a\x68\x3b\x2e\x2e\x9b\xb4\x74\xe2\x12\xe0\xae\x82\x13\x25\xb2\xac\x0a\xa1\xe9\x9b\x48\xe0\x6b\xb9\x23\x57\x77\x24\x76\xa1\xa8\x38\x49\xd4\x3f\x41\xb5\x1c\x36\x38\x88\xd6\xe9\xd8\x43\xa4\x0b\x98\x40\xb7\xfe\xce\x93\x75\x28\xbd\x85\x8d\x7c\x2f\xc4\x85\x97\xfb\x1e\xc8\x98\x68\x6d\x42\xaf\x47\xfc\x7a\x1d\xc1\x1c\x14\x7d\xe0\x53\x77\x5f\x96\x73\x2f\x28\x4d\x30\x8c\x53\x3b\x05\xc1\x33\xa2\xc4\xf4\xab\xf3\xe0\x99\xe3\x08\x6d\xd2\x32\xce\xa4\x50\xa1\xca\x8c\x5a\x3a\xf6\x10\x53\x18\xe8\xa3\x4c\x51\x21\x6f\xdb\xda\x05\xcf\x57\xe3\xee\xff\x23\xe3\x1e\x82\x67\x62\xe1\xa8\x9f\xa4\xfb\xd7\xae\xfa\x6b\x66\xc4\x9d\x8d\x39\x95\xb6\xa4\x7c\x38\xaf\x17\x70\xfa\x3b\x88\x2d\x75\xbc\xf1\x69\x84\xed\x0c\x5a\x75\xc9\x3a\xd7\x11\x6a\x6f\xe5\x6d\x51\xb6\xf5\x5e\x56\x6c\x91\xdf\x28\x7d\xcc\x0d\xe9\x96\xec\x0a\xca\x1f\xa9\x4e\xd2\x8c\xa3\xb3\x4e\x3d\x64\x7c\x5a\xf6\xf2\x49\xa9\x61\xfb\x04\xfb\x75\xf5\x84\xc9\xad\xb6\x2f\xf9\xbe\xb0\x7d\x65\xc4\x81\x4a\x78\xab\xdd\x45\xa9\x0e\x45\x23\xfa\x0f\xf9\xb8\x08\xde\x53\x91\x2b\xce\x9d\xa5\xb0\x5f\x2b\x51\x52\xf7\xcc\x7e\x29\xa5\xeb\x9e\x35\x93\x62\x67\x1f\x81\x75\x29\xad\x66\x96\x1e\x61\x52\xdc\x49\xa1\x7a\x9b\xb3\x8d\x5f\x5a\xd0\x58\xc1\xc2\x11\xa7\x13\x3c\xa2\xf0\xff\xd7\xd4\xa3\x1c\x42\xe3\xd8\x30\xcf\xd5\xce\x77\x30\x26\x19\xb2\xb6\xb6\x33\x13\x2f\x50\xe5\x75\xe1\xe8\x09\xea\xa3\xa1\x2f\x84\xda\x23\x29\xc9\x42\x21\xf3\x16\x72\x61\x71\x8d\xd2\x02\xeb\x4f\xe3\xed\x8a\xc2\x5e\x3e\x9d\x14\x29\x5a\x4b\xba\xf8\x07\x2a\x3f\x67\x78\x2b\xbb\x66\xdf\x03\xd6\x98\xcc\x72\x53\xea\x45\xdc\x71\xbb\x46\xe8\x3a\x7d\x21\x27\x7d\x0e\x02\xc1\x12\x2a\x52\xaf\xc1\x16\x08\xd8\xe9\x42\xb6\x3a\x02\x29\xa9\x46\x35\x49\x13\xea\x2d\x40\x5e\xeb\x41\xe0\xc5\x46\x77\xf2\xe4\xb8\x5e\x37\xcf\x41\x83\x33\x62\xcc\x4e\xc8\x52\x09\xd1\x69\x90\xc2\xa3\x9b\x6f\x0b\x7b\x6f\xad\x91\xe4\x6c\xb0\x5e\xbb\xf1\x21\x4b\x76\xa5\xed\xb9\x77\x6f\xd0\x01\xca\x16\x0b\xdb\xdf\xb5\xef\x6c\x92\x18\xc5\x9b\x44\xe5\x68\x9a\x94\x4a\x97\x10\xf3\x70\x41\x4c\x4a\xc6\xa6\xc8\xd8\x42\x7c\xdc\xd2\x03\x8e\x16\xb9\x47\x1c\xb5\x1a\xf4\xa5\x0e\x18\x4f\x4b\x88\x93\x82\xa4\x3f\x48\xf7\x9e\xc9\x43\xf5\x09\xdd\x07\x42\x50\xfe\xf0\xeb\x2e\xdd\xa8\xc1\x57\x00\x76\xd6\x82\xef\x59\xbf\x01\x9e\xb6\x3c\xd3\x26\x57\xd4\xe5\x55\x13\x19\x9f\xf9\x03\x27\x24\x64\x69\xcf\x29\x2b\x8e\xf8\x5c\x51\x8d\x85\x41\xbe\x2f\xdc\xc0\xca\x7c\x4a\xd9\x7e\xf9\x89\x16\xdd\xe8\xa5\x11\xf3\xd0\xd5\xe2\xfe\x49\x96\xab\x24\x2f\x0c\x8c\x5d\x9a\xe2\xd4\x17\xd7\xb5\xd5\xdc\x90\x72\xd6\xb5\x5e\xd3\x90\xee\x0b\x15\x29\x26\x8a\x4b\x97\xb7\xab\x2e\x27\x85\x22\xec\x84\xdc\x1e\x55\x45\x17\x56\x4c\xa2\x82\xab\xfb\x91\x6a\x67\x8e\xc2\x98\xc6\x1c\xa9\x11\x16\x16\x18\xae\x4d\xca\xf1\xcc\x1e\x0f\x45\x2b\x68\xee\xcf\xbd\x5b\x22\x53\x6f\xd7\xdb\x50\x3a\xba\x49\xf2\xc1\xfb\xdb\xa0\xc5\xdd\x3e\xf3\x37\xe5\xd7\x63\x79\x8a\xe4\xcf\xf3\x16\x49\x4d\x69\xcf\xaf\x36\x68\x7d\xa6\x12\xdf\x15\xfb\x32\x68\xe5\xee\x06\x55\xb1\x41\xfd\x46\xb2\x41\x2d\xcf\xba\x9e\xe7\xf9\xe5\x87\x69\xfe\x19\x5b\x66\xb7\xd8\x12\xdd\x9d\xcc\x12\x93\x99\xca\x80\x67\xf3\x29\x5a\x14\x92\xbb\x77\x9c\xea\xaa\xa9\x3b\xcf\xe5\x29\x55\xb6\xff\xec\xe8\xa3\x4f\xad\x95\xa6\xbb\xfd\x63\x7b\x57\x7b\xf9\x17\x84\x13\x85\xb2\x91\xab\x13\x21\x40\x99\x69\x6d\x23\x29\x99\xe7\x84\x0c\x45\xae\x68\x89\xf5\x09\x31\xac\xde\xfe\x72\xe0\x3f\x53\x0a\xc3\x4e\x41\xce\xf6\x0e\xc7\xad\xa4\x9e\xbe\xe8\x8b\x77\x3f\x54\xf3\xbd\x83\x9a\x42\x4a\x4b\xf2\x74\x01\x74\x92\x7f\xdc\xe4\x9f\x56\xf6\x9f\x76\xf6\x9f\x4e\xf2\x4f\xf7\xce\x3f\x7d\xa1\x44\xa3\xf4\xa2\xc1\xe8\x12\x3a\x9f\x2a\x12\x10\xee\x70\xa8\xfe\xa3\x1e\xb6\x22\x8b\x7a\xc2\x75\x19\xaa\xc3\xb1\xc7\x12\x38\xf5\x57\xa9\x3a\x1f\x46\x81\x40\xdc\x2d\x15\xe8\x0c\x98\x58\x49\x66\xae\x37\x3c\x52\xc4\xf6\x5a\xe5\xc2\x0b\xe3\x22\xfd\x34\x4e\x17\x79\xa4\xa3\x0f\x43\x6a\x6d\x70\xa8\x69\xe9\xd4\xa3\x1c\x03\xb5\xc2\x8b\x16\x9c\xd5\x20\x6f\x8b\x83\x0a\x55\x3c\xc8\x12\xf3\xa8\xd0\x37\x15\xe7\xb8\xdb\x15\x5e\xa0\x63\xd8\xbd\x10\x46\x79\x50\x34\x76\xcf\x11\xed\xd5\x67\x83\x06\x3b\xa9\xd7\xbc\x2d\x4a\x2a\x54\xb9\xc2\x0b\xcb\x1f\x04\xef\x98\x69\x12\x1f\x6f\xbd\xe4\x47\xc2\x22\x87\x29\x83\x2e\x01\x62\xa3\x40\xe7\x94\xbb\xf7\x84\x45\x17\x29\x31\xf4\x0a\x59\x8f\x32\x0b\x88\xc5\x2c\x52\x9f\x6e\x25\xe9\x5b\xae\xc0\xa0\x27\x0f\xdf\x84\xef\x57\xfe\xf8\xa0\x8f\x36\x53\xe9\xf3\x7d\x63\x85\x6a\x3a\xed\x7e\x3f\xe5\x1e\x1d\xff\xe6\x16\x49\xa3\x67\xbf\xf2\x43\x61\x2d\x64\x6a\x09\x07\x2b\x59\x42\x4d\xcd\x49\x72\x2a\x53\x16\x97\xad\xf5\x3f\xbc\x82\x85\x85\x7c\x86\xad\xd9\xb4\x4b\x42\x42\x09\x3f\x05\x4b\x0c\x2b\xf0\xc0\x06\xe5\x24\xd1\x52\xf0\xfc\x91\xf2\x1a\x34\x5c\x91\xdf\x29\x51\xb2\xf8\x70\xaf\x43\x8b\xf6\x01\x27\xe2\x4a\xe9\x01\x4e\x9a\x9c\x92\xe6\x20\x53\x28\xa5\x7c\x15\xb7\xcf\xa2\x1e\xcf\xd8\x8f\x7a\xb7\x3d\xed\x82\x2c\x23\x3d\xc2\x60\x17\xb8\x24\x0d\x86\xd9\x7e\x53\x62\x4a\x6a\xaf\xe2\xf6\xf2\x19\x6b\x5c\x64\x51\x6d\x4e\xae\x5c\x86\x6c\x5f\xbf\x3c\x14\x62\x27\xef\x0c\xaa\x37\xac\x70\xe8\x61\x37\xdb\xc2\x36\x1d\x52\xf4\xd0\x6a\xcf\xf2\x30\xe3\x2a\x66\x85\x65\x66\x81\x9a\x47\x96\x29\xd9\x63\xb4\xa3\x73\xa5\x1d\x2d\xe0\x9a\x54\xa1\x12\x71\x5b\xeb\x22\x0d\x0c\x12\x24\x79\xb9\x23\x0b\xb4\xcf\x33\x02\x21\x1d\x79\xaa\xc6\xc1\x60\x0c\xac\xa5\xdf\x4b\x4e\x35\xe5\x9d\x7a\x09\x8b\xe8\x40\xa4\x2b\x21\xc3\x8e\x30\x21\x9f\x5d\x49\x19\x0d\x9f\x95\x2f\x1a\x4e\x29\x29\x23\xfa\xb7\xa5\x0c\xde\xca\xec\xb9\xb1\x89\x68\x47\x6a\xa9\x73\xa3\x16\xdc\x3b\x37\xd6\x7c\x88\x6d\x2f\x52\x46\x43\x5d\x49\x19\xe1\xf1\x89\xfc\x77\x4b\x95\x2e\x24\x92\x7b\x68\xa3\x4e\x6a\x53\x79\xcc\xc8\x1b\xa5\x73\x8f\x4a\x5c\x3f\x5c\x0b\x13\x6d\x8e\xef\xa2\x1f\x0f\x37\x5c\x6a\x28\x9c\xc2\xcd\x41\x5a\xaf\xb4\xff\xf6\x24\xbd\x0b\x91\xf5\x2d\x44\x2a\x77\x21\xb2\x03\x44\xba\x21\x43\x64\x24\x5a\x85\x6b\x88\x2c\x3c\xe4\xed\x8c\x25\x60\x86\xc4\xda\x24\x0e\xe0\xcb\x62\x45\x22\x51\x65\x56\x98\xc1\xed\x4a\x45\xd2\x2b\x90\xae\xa7\x73\x87\x54\xdb\x9a\x81\x87\x9e\xc4\x85\x45\x5f\x7a\xd7\x53\x92\x01\x26\x8b\xec\x60\x5a\x90\x5c\x4a\xe1\xa0\x88\x4d\x6a\x72\x15\xaf\x77\x79\xf9\x14\x87\xaf\x49\xa1\xde\xe6\xa4\xaa\x3e\x32\x59\x9e\xde\xff\x25\xba\xa4\x6c\x3c\xf3\xf5\x53\x66\xab\xc1\x01\xd4\x17\x5f\xad\xe2\x22\x9d\x6d\x63\x41\x57\x8b\xf6\x1b\x6d\x32\xed\xf7\x71\x79\xcb\x2c\x34\x7f\xa2\x20\xb8\x56\x95\x21\x89\xc5\x89\xa5\xac\xe1\xee\x48\xd5\x82\x2b\xaa\xea\x71\xfa\xe8\xae\x70\x5e\xb3\x24\x36\xde\xe6\x98\x66\x20\x49\xa5\x88\xac\x72\x87\xc8\x94\x5d\xaf\xc3\xa7\x95\xb2\xea\x3f\xc7\xe8\x92\x42\xd3\x10\x6e\xe1\x9b\x73\x8f\x1a\x49\xc3\xa3\x4c\x75\x0a\xe0\x9d\x1a\x6c\x32\x9b\x77\xae\xd9\xf9\xae\x78\x20\x25\x6b\x0b\xdf\x3a\xee\x1e\xee\x20\xd8\x14\x08\x36\xf6\x19\xc1\x3a\xc2\xbe\x96\x1b\xbb\x1e\x0f\xca\x99\x52\xff\x72\x72\xa2\xa3\xe7\x46\x39\xa3\xee\xcd\x4d\x10\x43\x53\x7f\x9a\x5b\x0e\xf5\xbb\xc6\x1e\xcf\x6d\x20\xdc\x85\x95\x81\xb3\xb2\x4f\x5b\x76\xd1\xea\x0b\xf5\x54\xcb\xe1\x32\x9e\xe1\xf1\xbb\x73\x8f\x4a\x4b\x2d\x64\x6d\x49\x22\xd5\xc0\xdb\xe3\xde\xb9\x8b\x7a\x54\x5b\xfe\xcb\xf3\x7b\x6c\xb5\xd3\x88\xb9\xc9\xb1\x25\xa7\x25\x9e\xf4\xb6\x76\x10\xeb\xdd\xf5\xc3\x36\xc0\xd0\xd1\x17\xd2\xa9\xd2\xe2\x1a\x3d\x10\x68\x6e\xe9\x66\xbd\x7d\x77\x9a\xe7\xf7\x7b\x97\x94\x70\xb5\xb4\xb2\x7a\x74\xa6\x51\x4f\xaf\x7e\x27\xf7\xb5\x44\x2e\x56\xbe\x3c\xc9\x62\x9d\x84\x37\x52\x92\x90\xfa\x78\x89\xb2\x6d\xbd\xfd\xae\xa7\x71\xe0\x85\xd9\xbe\x2b\xfa\xbf\x08\xb1\x0f\x3b\x42\xf3\x7e\x64\x20\xf5\xc5\x4c\x5e\x52\xa7\xba\x39\xa4\x4c\xc8\xdb\xa2\xab\x05\xc1\x17\x81\x9b\xaf\x5b\xdc\xd0\x29\x89\x3b\x9a\x89\xcc\xcc\x9d\x72\x9f\x53\x44\x77\x84\x70\x2b\x44\x31\x34\xf1\x4e\xe3\x53\x7f\xf9\x23\x47\x64\xd2\x2f\x51\x12\x69\xd5\xcc\xb7\x85\xdb\x33\x49\xe4\x40\xe5\xd4\x1d\xa9\x2c\x16\xb0\x65\x14\x8f\x34\xdd\x27\xaf\x08\x92\x9e\x15\x7b\xd0\xa5\x39\xe2\x60\x87\xfa\x1b\x5b\x5b\x68\x1e\x05\x1d\xaf\xbe\x84\x69\xae\x42\xa5\xbe\x70\x0b\x1a\xe6\x39\x0f\xb8\x5b\x53\x67\x36\x05\x0d\x39\x29\x7f\xa7\x66\xa5\x47\x1d\xe9\xc5\x77\x85\x5d\x91\x33\x2b\x5d\xc8\x9e\x8a\xac\xba\xa2\xbd\x90\xbb\xec\xd8\x03\x0c\x88\xeb\x3c\x82\xf7\x91\x18\xc5\x2d\x22\x47\x5d\xb7\x3e\xa3\xf3\xbc\x5f\x88\x32\xf3\x1f\x1b\xc5\x1e\xc1\x57\xd5\xa9\x50\x46\x77\xfb\x99\x99\x88\xe7\x77\x39\xdf\x09\x09\x01\x94\x73\x90\x02\x05\x48\xb9\xde\x31\x64\xc9\xe8\x66\x26\x82\x94\xaa\x98\xc8\x0a\x72\x9f\x83\x0f\xd0\x74\x0e\x7f\x31\x1d\x57\xa8\x85\xc2\xbc\x95\x95\x14\x08\xcb\x4c\x88\xf3\x82\x85\xd4\xc9\xa9\xb1\x58\x94\xf4\xe1\x41\x49\x26\x65\xf1\xd0\xc9\xb7\x44\x27\x50\xbb\x62\x16\x6e\x4b\x56\xc3\x80\xb2\x28\x7c\x4d\xf9\x3c\x55\x02\xc8\xa0\xf1\x3b\x35\xb6\x26\xb6\x6e\x66\x01\x7e\x09\x7f\xc3\x4f\xa8\x11\x8b\xc8\x41\x68\xad\x5e\xa9\x5b\x0e\x86\xa9\x4b\x31\xb3\x4e\x43\xe6\x66\x59\x90\x6d\x52\x20\x5b\xb8\xbc\x77\xfa\xc7\x11\x93\xfd\x06\x48\xad\x48\x9d\xaf\x57\xf3\x05\x85\xc0\x50\xa3\x7d\x38\xcd\x42\x2e\xd8\x76\x63\x23\x59\xa7\x22\x97\xdb\xec\x24\x8a\x08\x1e\xa3\xef\xd6\x29\xff\xbc\x18\x98\x25\xba\x85\x78\x04\x8f\x1e\xdd\x5a\xe7\x92\x37\xbf\x1d\x17\x28\x80\x11\xd4\xc7\x55\x8c\x0c\x8d\x73\xbc\xde\x5a\x14\x32\x13\x18\xfb\xd0\xc5\xb5\xf8\xb9\x63\x4c\x11\x9f\x70\xe4\xf5\x2b\x0a\x87\x23\x13\x01\xa5\xe9\xeb\x56\xa1\xc0\x75\x16\x55\x82\xe9\x57\xb9\x46\xbf\xfb\x8d\x06\x67\xa1\x21\xd1\xba\xb5\x1e\xe4\x93\xa4\x43\xc9\xec\x9c\x40\x01\x35\x23\xca\x64\xbb\x97\xc3\xbc\x23\x76\xce\x2f\x9b\x4d\x58\x9a\x07\xfd\xd2\x3c\xa8\x4b\x55\x6c\xf5\xcf\x0f\xe8\x41\xca\xf2\x04\x0b\xc7\xd1\x65\x5f\xe2\xbe\x70\x02\x27\xe7\x13\xa1\xec\xf8\x55\x23\xe1\x73\xe4\xaa\x9c\x52\xdd\x77\x0a\xa1\x64\xd5\x1e\x15\x79\xc9\x85\x32\x79\x68\xf7\xe9\xed\x57\x03\x91\x45\x47\xe4\xe3\x6d\x41\x8d\x8a\x17\xf6\xca\xd4\xfc\xdd\x1e\xe2\x3b\x55\x8a\x80\xd7\x1f\xd0\x53\x9a\xa4\x07\xfe\x4d\x49\xdd\x0d\x44\xd9\x69\xde\xf0\xaa\x27\xd3\x7f\x99\xd3\xad\x54\x6d\x50\xea\xcf\x90\x95\xc3\x73\x7e\x27\x85\x2b\x28\xf6\x41\xec\xe4\x76\x0e\x51\x4b\x33\x6d\x57\x5f\x52\xf2\x28\x3b\xf1\x12\x4b\x07\xa2\x13\x8c\xe2\x54\xef\x94\x74\x48\x74\xd6\xe4\xdf\xdb\x5f\xbd\x42\x02\x3c\x28\xa8\xbe\x5d\x9c\x34\x1b\xfb\xa4\x37\xd1\x71\x8f\xe5\x67\xd8\x73\x70\x1f\x6c\x43\xbe\x60\xfa\x4a\x45\xa3\x5c\x7e\x0e\x84\x5d\xa0\x94\xfb\xe2\x48\xda\x0e\xb1\x95\x51\xae\xa9\x05\x4f\x77\xa5\x8a\x39\x12\x2b\x8b\x5a\xe8\x68\x1b\xd0\x7e\x69\x3c\x6c\x3f\x85\xcc\x87\x8f\x8c\x5c\x79\x5b\xb3\xc5\x13\xb7\x6a\xc2\xd8\xc5\xa5\xaa\xdb\x15\x19\x71\x7b\xb1\x98\x68\x1b\x5a\xa2\x6d\x48\x83\xdb\x4b\xc5\x94\x44\x26\x4d\x6e\x2d\x17\x7b\xac\x13\xa8\x5c\xb5\xcc\x64\xc4\x34\x49\x3e\x0a\x6a\xc5\xa9\x24\xeb\x86\x5e\xae\xef\x7c\xe0\x52\xb9\x40\x8d\xa3\xc1\x74\x4d\x7a\x0d\x44\x6f\xb9\x33\x4a\x64\x07\xeb\x49\x87\x56\xfe\x99\x4f\x0a\x88\xea\xff\x76\x1a\x08\xfe\x25\x25\x81\xf5\xc0\xd9\xef\x9d\xb8\xc2\xb6\x5f\x7c\xd1\x08\x22\xe6\x45\xd2\x51\x88\x46\x4e\xf3\xe2\x01\x5d\xa9\xfa\xb3\x42\x9b\xce\xa9\x0f\xb8\xad\x8e\xf2\x0e\xdf\xdd\x44\xdf\xe3\x47\x70\x6d\xd3\x10\x13\xa3\xd5\x41\x25\x1b\xda\x26\xef\x63\x4d\x45\xd3\x0a\xdd\xfb\xc7\x79\x25\xec\x0f\xb8\x84\xa0\x65\xb4\xa4\xbf\x35\xd2\x0b\xd4\xa9\x50\x7c\xfb\xd1\xc2\x12\x3a\xc2\xf9\xb2\x2e\xb3\x4c\x16\xa6\xbe\xf6\xbb\x2e\xc9\xbd\x67\xdc\x29\x67\x72\x4b\x10\xb0\x3d\xb5\xdc\xd1\xb0\x9f\x2b\x1a\xd6\x5e\xe1\x98\x59\xeb\xb9\x55\xd5\x68\x5e\xd0\x4c\x41\xf4\x17\x46\x2f\x05\x5d\xd1\x35\x8b\x9d\x0b\xec\x23\x9c\x74\xe7\xb6\xa7\x5f\x3e\x3d\x8a\x03\x98\xe2\x59\xea\xbb\x95\x66\x6d\xb9\x88\x8f\x6a\x92\xb2\x23\xca\xee\xe0\x5b\x91\xd7\x49\x6f\xfd\x70\x71\x84\x76\x63\xda\x78\x86\x62\xe3\xba\x83\xc1\x3b\x7e\x9c\x76\x90\x6d\x2b\xee\x00\x14\x54\xcf\x31\xf2\xad\x0d\xfd\xbb\xff\xf1\x91\x9d\x86\x66\x83\xb0\x9d\xe9\x79\x54\x22\x52\x67\x31\xc3\xab\x46\x24\x8b\x8c\xf6\x46\x1a\x1f\x95\x2f\x0d\x3e\x6e\x36\x73\xfa\x3b\xa8\x65\x66\x69\x47\xf2\x74\x6c\xd3\x79\x13\x77\xd0\xf7\xf6\xec\x89\xe3\x84\x32\x7e\xd8\x28\xd1\xdb\x03\xb6\xa3\xf3\xc4\x8d\x84\x6c\x0e\x86\x9e\x62\xff\x03\x35\xf8\x2f\x53\x2f\x16\x3b\x38\x1d\x86\x5a\x12\x6b\x18\xbc\x6e\x83\x44\x53\x37\x94\xa7\xd4\x06\x0d\xc5\xf0\xe3\x9c\x53\xd9\x01\xd6\x09\x25\xe5\x87\x5c\xe2\x9e\x6b\x05\xce\x65\x94\x59\xb3\x18\x7a\x61\xef\x92\xf4\xa3\x5e\x7b\x86\xf3\xce\x45\x3b\xd0\x9f\x15\xd9\x71\xc7\x2f\x42\x82\x9b\x53\x43\xb7\x86\xb4\xdf\xec\x29\x61\x86\x44\x10\x64\xa2\x1b\x94\x68\x18\xe6\x6d\x18\x65\x59\x84\x72\x35\xb4\xb8\xbe\x8e\x6f\xf6\xf2\x9c\x56\xb9\x1b\xa8\x9c\x71\x85\x45\xd3\x62\x2f\xb6\xf6\x39\x5b\x2d\x15\xb6\x84\x18\x2f\x52\x5c\x68\x2c\xda\xa1\x0c\xe6\x20\xc3\xba\x2f\x63\x9d\x24\x32\xed\x2e\x8a\x32\xe1\x20\x73\x29\x94\x67\x79\x7b\x08\x8b\xbb\x5d\xd2\x95\x24\x00\xee\xa8\x61\xd9\xd7\x72\xd3\x91\xaa\x56\x2b\xb1\xbf\xe5\x61\x14\xe0\x0c\x66\x29\x66\xb2\x66\x3c\xa5\xdf\x0c\xac\x78\xa3\xe2\x37\x96\x32\x3c\x37\x11\xc4\x7f\xc2\x9d\x13\x15\x52\xd6\xa1\xbc\x48\x99\x1b\xbf\x75\xb1\xfb\x65\x4a\xfc\xf7\x11\x46\xe8\x7e\x98\xe7\xa7\xeb\x45\x6e\xe8\x60\xb9\x9a\xfb\x36\x99\x41\x8a\x1f\x13\xdd\x47\xd7\xdc\xdb\x15\xdd\x3d\x92\x76\x5f\x20\xbe\x8c\x45\xec\xa1\x70\x4e\x9a\x35\xb9\xfa\xaa\x9b\x81\xb8\x73\x4a\x20\x5e\x9c\x21\x43\xcd\x3a\x86\x78\xe3\x6c\x65\x20\xbe\x4a\x20\x3e\xdf\x26\x5d\x51\xe3\xdc\x4a\xcf\x7a\xaf\xd2\x70\xd3\x77\xaf\x27\xe3\x0a\xf4\x4b\x59\x29\xab\xfc\x58\xd8\x27\xd9\xa8\x65\x56\xa8\x9e\xb6\xb7\xf3\x01\x70\xb2\x9f\xb1\x2b\x37\xdb\x43\x87\x92\xba\x1c\x4a\x99\x43\x4c\x5d\x0e\xb1\x14\xd0\xfa\x37\x40\x3b\x46\xbd\x94\x1e\x7b\x60\x18\x74\x46\x54\x40\x71\x1d\x56\x40\x6b\xa1\xaa\x68\xa2\x00\x88\xe0\xab\x8e\x2b\xc4\xcb\xca\x64\xe2\xc9\xc7\x99\x73\xec\x50\x95\xe9\x98\x11\x9f\xdb\xed\xcb\xe5\x8e\x15\x05\x74\xa2\xf9\x74\x50\x0d\x36\x28\x48\x35\x5e\x9d\x49\xe7\xd7\xa5\xdc\x3c\x4e\x41\xf6\x53\x5c\xa1\x7b\xe1\x0a\x3b\x19\xef\xab\xbb\x42\x8e\xd9\x5a\xc2\x40\xc0\x4a\x1b\xa9\xdf\x64\x8f\x27\xff\x22\x42\x9e\x85\x8c\x8f\x7e\xfd\x70\x28\x3a\x9e\x0c\x99\x5d\x51\x41\x64\x31\x42\x28\x2d\x35\x7a\xed\xa5\x9e\x67\xb1\x6d\xa8\x63\x1c\x9e\x40\xd3\x67\xc1\x59\xa5\xc2\xd8\x11\xe3\x64\xdd\xca\xb1\xfb\x46\x26\x2d\xb5\x4f\x22\x64\x97\x7b\xfe\x41\x98\x65\xa0\x23\xdd\x7f\xbb\x54\xc8\x08\xb3\x1f\x81\x95\xba\x2a\xc2\xd0\x81\x1e\xfa\xda\xa2\x0a\x92\x7c\x37\x3a\x18\xbd\xed\xd1\x44\x3f\xe6\xea\x42\xa7\xa8\x80\xa0\xff\xfb\x66\xc5\x17\x43\x07\x97\xdd\xce\x23\xc9\x81\xc5\x22\xac\x13\x40\x04\xfa\xd1\xa1\xfa\xd5\x0f\x73\x64\x06\x18\x40\x5e\xd5\x98\x4a\x07\x93\x31\xb3\x92\x06\x3d\xe2\x54\xe3\xb8\xb3\xb2\x96\x07\x7d\x8e\xb8\x7b\x59\x47\xb9\xcd\x8b\xcc\xe2\xa4\xfe\x71\x44\xe7\xa4\xf2\x71\x50\xad\xe8\x46\xa5\x1e\xc2\x18\xf4\x8c\x0e\xcf\xc4\x54\x42\x52\x65\xe9\x59\xf7\x3d\xf4\x2d\x96\x30\x49\xf3\x4c\x22\x01\x99\x7e\xd8\x31\x72\x5f\x41\xf2\x7a\x0a\x24\x5c\xb1\x29\x26\x9f\x78\x59\xb6\x1a\xf6\xc5\x41\x8c\x01\xaf\x02\xb5\x44\xc7\x41\xf2\x82\x73\xe9\x5a\xb7\x09\x83\x68\xa7\x3a\x71\xc7\x63\xff\x72\xdc\x18\xbf\xa1\xf4\xee\xd0\x5c\xd0\xef\x4c\x54\xd3\x99\x9b\xfa\xe2\x69\x35\x8d\x33\x3b\x9a\x68\x54\xf3\x71\x6e\x0f\x35\x2f\xa0\xf2\x40\x4b\x05\x4b\x51\x75\xd1\xc3\xc5\xa0\x40\x70\x77\x0a\x60\xd6\xbb\x19\xc5\x6f\x4d\xf6\xf8\xdb\xd1\xbf\x35\x29\x97\xa6\x34\xce\xa7\xef\xe3\x63\x33\xbf\x93\x1f\x8b\x3e\x30\xa8\x65\x4e\xe9\xef\x54\xa2\x9b\xf2\xb1\xcb\xc5\x93\x16\x21\xec\x5f\xf0\x72\xc3\xb4\xfa\x87\x33\x4e\x3a\xec\xb7\xe8\x16\x73\x16\xf3\x68\x83\x94\x27\xaa\xa1\xa6\x74\xb4\x99\x8a\xf8\xd4\x46\xd6\xe8\x0d\xc7\xd7\x33\x6c\x92\x0d\xd0\xad\x62\xb0\x21\x45\x95\xee\x4f\xbd\x0b\xe4\x0f\xf4\xa3\x69\xdd\x15\xef\xbb\xc2\xb6\x42\xee\x8d\x8e\x62\x54\xc0\xa9\x9a\xa6\x8b\x2d\x0a\x1e\x21\xd9\xfd\x30\x07\xb5\xe6\x28\x24\x33\x80\x0a\xe5\xbe\x89\x9b\xb3\x8f\x0a\x6e\x24\x97\xfb\x90\x96\x3c\x55\x47\xef\x7e\x03\xf0\x1d\x95\xf0\x97\x91\xcd\xf6\xb1\x65\xe5\x92\xee\xb5\x54\x5d\x9b\x0c\x06\x05\x5a\xa1\x0a\xe5\x34\xc2\xba\x50\x5c\xe8\xb4\x27\x3e\xd2\x39\xee\x31\xe6\x76\xda\xd3\x32\x70\xa0\xce\x53\x6a\x18\x20\x9f\xfc\x76\x4f\x99\x44\xda\x1b\xee\x16\x4c\xf5\x8a\x5a\x0b\xb5\xa2\xc1\xba\xeb\x3d\xa6\x10\x23\x86\x81\x6a\x03\x5d\x94\x07\x9a\x5d\x3d\x0d\x29\xcc\x6f\x23\x29\x02\x7f\x21\xcf\x52\x93\xde\x56\x1e\x90\x2b\xb4\x33\xa7\x40\xcd\xce\x83\x3f\x87\x92\x8f\x8b\x64\xd7\x86\xf4\xa9\x22\x66\x3c\xa9\x9d\x09\xd9\x7d\x55\xab\x12\x7e\xf7\x37\xfb\x0b\x15\xd9\x48\xa7\x0f\xc9\x67\xa8\x97\xec\x08\x7b\x65\x15\xf6\xbd\xf4\x88\x06\x8d\xd8\x3f\xa2\x75\xbc\x3a\x43\x2c\x56\x5b\x48\x4a\x83\xf9\xf5\x88\xed\x18\xe7\x67\xd1\x73\xbe\x25\xd6\x96\x47\x1e\x3e\x25\x19\x18\xbc\x71\x89\x26\x4f\x0c\x99\xf5\x24\x58\x58\x27\xf2\xea\x9f\x0d\x2a\x2a\xdd\x50\x86\xaa\x1f\x3b\x30\xa4\x6f\xe9\x75\x72\x3a\x6a\x55\x98\x4a\x20\x7b\x4d\xe5\xe2\xd0\xfb\x06\x0a\x7a\x70\x0d\x05\x5b\xa8\x82\x9a\x45\x0e\xee\x15\xab\xc3\x77\x6b\x74\x84\x18\xae\x88\x65\xb7\x61\x5d\xae\xc8\x5a\x0d\x69\x3c\xea\xaf\xf4\xd1\x75\x95\x1c\x97\x5e\x6b\xe8\xdd\xaf\xd2\x5f\x9b\x3c\x24\x45\x2d\x99\x0a\xf7\xde\x70\x6f\x13\xbd\x07\x25\xfa\xeb\xb0\xb1\x8c\x14\x9d\x9f\x6e\x1a\xcb\xda\x09\x96\x01\x9d\x5a\xf0\x38\xd6\x6c\xb3\xdb\xc0\x41\x51\xc6\x18\x73\x68\x23\x42\x49\xae\xa9\x64\x54\x17\x83\x08\x50\x1a\x30\x8c\xc7\x1a\x72\xd7\x40\x3e\x43\x1e\x6f\x21\x67\x57\xe6\x95\xee\x37\xaf\x14\x71\xde\x9a\x8a\x23\x8d\x0c\x40\xbe\x53\x32\x34\x73\x98\xc9\xfd\x25\x4b\x82\xf8\xac\x60\xa3\x51\x87\x91\xcc\x14\x8e\x70\xac\x32\x3d\xdc\xd0\x1d\xc0\x11\xde\x03\x0a\x9a\x94\xe0\x83\x84\x6c\x22\x6e\x95\x87\xad\xa5\x86\x1f\x90\x6a\x55\x2f\xe7\xeb\xea\x38\x61\x3b\x7e\x70\x20\x3b\x7e\x67\x7d\x00\x47\xf1\x0f\xfa\x5e\x90\x73\x16\x6a\x7e\xe8\x01\x77\x1a\xf4\x4d\x7b\x2f\x73\xc5\x0c\xbb\x7d\xda\xcb\x12\xfd\xe7\xa0\xbe\x52\x0b\xf0\x30\x92\x43\xc7\x8a\x33\x4a\x36\x80\x63\xaa\x09\x21\x6d\xdc\x7d\x70\xc4\x70\x4f\xc1\xfd\xdb\xf1\xe5\xa1\xe3\x30\x50\x1d\xd1\x29\x40\x5b\xb8\x3c\xd0\x0c\x96\xa4\xa9\x58\xc5\x9a\x0a\xba\xe0\x14\x68\x96\xed\x50\x72\x79\xa8\x9d\x19\x5f\x04\x6d\xd1\xde\xcb\xbd\xc9\x97\x2f\xb3\xc7\x01\x65\xba\x3d\x94\x21\xb7\x1f\x4d\xf8\x11\xa2\xd6\xe1\x9d\x63\x57\x55\xd4\xa2\x84\xbe\xbb\x58\xf3\x64\x8b\xa2\x24\xf0\x2e\xa4\xe0\xab\xcc\x5c\xfa\x25\xc8\x88\x87\xe8\x29\x71\x5c\x64\xbd\xac\x59\x70\xc0\x7f\x66\x44\xfe\x9f\x0b\x33\x19\xb0\x4b\x1a\x22\x7d\xb3\x8a\x0b\x7b\xf3\x84\x4e\xb3\x67\x92\x44\x70\x1a\xfb\x3b\x68\x10\x51\x15\x9a\x16\x39\x95\x42\x9d\xe4\x7e\x06\x27\x82\x06\xf0\x72\xb8\x78\x4c\x96\x3b\x93\xa2\x5b\x93\xcd\xec\xec\x36\xa5\x5e\xe2\x89\xc0\xb2\x99\x1b\x61\x8c\x8e\x67\xd8\xa9\x29\x38\x1e\x9c\x07\x4e\xf1\x64\x63\xc0\xc6\x9f\xd4\x73\x42\xad\x6a\xf7\x0a\xc4\x61\x6a\x52\x1d\xa1\xb6\xb2\x4e\xc9\xbc\xec\xc7\x0d\x3d\x58\x59\x54\xca\x72\x67\xad\x94\x66\xb0\x1d\x22\xc2\xaa\x0c\x4a\x10\x1b\x37\x10\x6d\x58\x51\xbc\x3d\x6a\xbe\x52\x68\xbe\xe7\x29\x6b\x73\xb0\x6e\x73\xd6\x66\x8a\xd5\x33\x09\x9f\xdc\x29\xfe\x3a\xfc\x1b\x98\xe5\xe6\xe0\xad\xe0\x14\xf8\x2f\xe1\x64\x77\xc9\xbf\x56\x25\x18\x84\x70\x92\x4c\xb9\xd5\x2b\x91\x6b\xc1\xc2\x2a\x02\x9d\xd7\xe0\x17\x81\xe4\x82\xfd\x4a\xf0\x1a\x35\x40\x3b\x42\x05\xf6\x3a\xc2\x51\x1a\x44\xa8\x7a\x80\x7a\x25\x9d\x4d\x04\x6a\x3c\x95\xb4\x1c\xdd\xa7\xe4\x6c\x2f\x02\x84\x23\x96\xb2\x80\x40\x76\x1c\xd9\xb2\xb1\xb3\xff\x01\x5d\xd8\x42\x2d\x14\x84\x17\x2d\x51\xa9\xa7\xfa\x33\xf5\x2a\xd0\x90\xee\x98\x2e\x97\xcb\x67\xea\xed\x41\x70\xf9\x82\x64\x33\x24\x66\xf9\x4e\xb9\xac\xea\xf4\xcd\x79\xf3\xb3\x3e\x7b\xd6\xb4\xb9\x94\x0f\x7a\x33\xb6\x0a\x4e\x45\x4b\xa2\xac\x16\xa6\x28\x6c\xe0\x7e\x17\xc9\xcc\xa7\xcb\x0e\x09\x56\x22\xdf\x12\xad\x8a\x75\x3e\x5a\x09\x75\x0e\xb3\xd4\xb9\x32\x49\xf8\x1e\xac\xf1\x97\x84\xdb\x49\x4d\xff\xfb\x22\xfc\x32\x9f\x27\xe5\x1e\x27\x4c\xd6\x84\x6c\xca\x05\xb7\x2f\xcb\x31\xaa\x12\x1e\xd8\x28\x35\xa6\x7b\x7e\x2c\xa2\x97\xeb\x60\xd2\xb8\xee\x75\x29\x15\x91\xb8\x2e\xe3\x82\x73\xa2\xaf\x2b\x5f\x56\xa6\x50\xc8\x6d\xca\xb8\xfc\x3e\x21\xef\xb5\xc7\x5f\xdc\x95\x41\x7b\xba\x79\xfd\x40\xde\x02\x15\x47\x30\x05\x99\x4c\x41\xb9\x69\xfb\xa2\xcc\xaf\x4d\xdb\xe0\x11\xb4\x1b\x41\x3a\x2e\xec\x57\xfe\xa6\x26\x77\x19\xd9\x28\x10\x24\xa3\xd1\xea\x7d\x0d\x41\xbd\x2a\x05\x5f\x7d\x3d\xdc\x74\x4c\x2d\x03\x3a\xf0\x73\x7d\xbe\x7f\xba\xec\xa6\x0a\xfe\x8d\x29\x20\x78\x2a\x49\x7b\x61\x33\x89\xe4\x4c\xc2\xc3\xcf\x30\x03\x55\x3b\x90\x74\x80\x8e\x1b\x47\x64\x72\x5b\x39\xf9\x96\x70\xb6\x72\x86\xee\xe3\x1a\xb7\x07\xc8\xc2\x8f\xa1\x70\xe6\x81\xe7\x52\x61\x2b\xe6\x59\x0c\xce\xd1\x02\xf6\xb4\x95\xa1\xcf\x16\xbb\xc6\xfa\xf7\xf8\x69\x38\xb3\xf2\x63\xd1\xdd\xca\x19\x6e\x42\x17\x90\xae\x4d\xbe\x88\x92\x8a\xc6\xec\x41\x92\xfe\xdf\x06\xd2\xd5\x5d\x90\xee\x13\x90\x7a\x25\xb8\x04\xf8\x1e\x72\xb1\xc5\xed\xfb\x8a\x96\xff\xd4\x6f\xff\x2b\x03\x2e\x0f\xd5\xe7\xb6\x24\x2c\x74\x4f\x8a\xbf\x7a\x81\x5a\xb1\x0a\xf1\x5d\x73\xf2\xad\x4a\x54\x25\x34\x19\xf5\x14\x65\xa9\x68\x52\x31\xbb\x48\x1e\x14\x5b\xae\xee\x7c\xa7\x43\xba\xb9\xeb\xef\xec\x8a\xbd\x24\x1c\x20\x04\x53\x2e\xe4\x70\xa7\x36\xa9\x0c\x99\x3e\xa4\xfe\xf4\xe9\xed\x39\xa5\x2c\x84\x64\xa3\x6a\x5c\x73\xaf\xe0\x3b\x5a\x46\x7a\xf7\x72\x5c\xbe\xcd\xeb\xb2\x62\xc7\xe7\x73\xe7\x4c\x77\x9c\x81\x49\x5e\x95\xa9\x69\x1d\x8b\xc9\x89\x3e\x14\xb6\x41\x42\x48\xab\x12\xab\x3b\x49\xf4\x12\x6f\xd8\x72\xca\x19\xb0\x85\x83\x87\xdf\x4a\x91\xba\xfd\xeb\x54\x65\xe5\xed\xef\x0c\x2f\x5a\xcb\x55\xfd\xe2\x68\x39\x28\x91\x9d\x5d\xf9\x56\x12\x08\xe7\x22\xb3\xfc\x5a\xc2\x8a\x36\x0a\xf8\x26\xb6\x06\xf4\x46\x28\x05\x60\xaf\xec\xc8\xcc\xf0\xa2\x41\xac\x84\x66\xf3\x5a\x95\x2c\x99\xfd\xda\x2b\x9c\xee\x79\x76\x1a\x92\x53\x29\x3a\xaf\x6f\xd9\x35\x6f\xcc\x44\x69\xa7\xf6\x2a\xba\x62\xa0\x6b\xb9\x0d\x2f\x56\xc8\x40\xcd\xc3\x6e\xf6\xf5\x43\xb1\x97\x04\x60\xf0\xfd\xdb\x34\xae\xc7\x30\x2a\x89\xa6\xd6\xde\xab\x43\x45\xaf\x67\xf1\x48\x27\xf6\xf1\x91\x4a\x4c\x23\xa8\x9f\x88\xad\x31\x7f\x81\x05\x8d\x60\x42\xe1\x17\x50\x27\xed\x7c\x0d\xb1\x96\x6f\x9f\x48\x84\xc5\x19\x8f\x53\xe1\xd3\xa8\xb6\x59\xd4\xd5\xb4\xa8\x79\x32\x1c\x61\x76\xb5\x0e\xbb\x85\x5e\x52\x80\x54\x3b\x1c\x68\x9e\x90\x5f\xeb\xf9\x47\x8e\x10\x13\xea\x91\x29\x2c\xe2\x84\x6c\x3b\xa9\xf1\x73\xaf\x82\x22\x2b\x16\x68\xa6\x25\xae\xc1\x74\x7d\x56\xe9\x53\x41\xcb\x37\xd6\x8e\x65\xfd\x0a\x2e\x17\xae\x41\x19\x33\xda\x67\x4f\xc3\x59\x5f\xab\x94\x50\xae\x16\xb9\x85\x46\x65\xa1\xbf\xd1\x34\x6b\xcf\x17\x9c\x2f\x06\x5c\x8c\xa0\xbe\x45\x74\xd6\x82\x97\xb5\x3e\xb0\xcb\xc5\x90\x8a\xd4\x92\x5e\x06\x71\xf9\x8f\x97\xe3\xb6\xb5\x2e\x91\x8e\x70\x10\x9d\x38\xeb\x26\xd0\xf0\x18\xd2\xcb\xdd\x6d\x88\x34\xa7\xb9\x1c\x84\x21\xaf\xa0\xaf\xbd\x2e\xa9\x37\x48\x8a\x7e\x2e\x41\x88\xa9\xc8\x19\x18\x5d\xbf\x56\xa6\x2a\x22\xaf\x55\xdc\x2f\xf8\xb7\xfd\x21\xf2\x8e\x32\x4d\xa9\x6f\x58\xbe\x22\x93\xce\x4c\x86\xd8\x15\x14\x65\x71\xe7\xe5\x76\xa2\xbc\xf8\x55\x9c\x22\x34\x22\xdf\x12\xf6\x1b\xab\x93\x86\x42\xfd\xbe\x68\xfc\x3c\x58\xe3\x3b\x46\x49\xa6\xd5\x49\x67\xae\x2a\x49\x0b\x66\xe7\x48\xc2\x30\xb6\xd3\x75\x2e\x12\x50\x07\x05\xfe\x49\x4b\x5f\xb0\x2b\xec\x80\x5a\x2e\xc1\xf7\xcd\xe4\x71\x4b\xf4\xdb\x89\xe4\xda\x83\xe2\xc3\xa3\x79\xda\x2f\xc5\xb2\x86\x99\xfb\x08\xcf\xd3\x55\xf4\x4c\xb9\x0f\xe0\x7c\xd2\x90\x4b\xa8\x2c\x28\x77\xe0\x5b\xa5\x8c\x0b\x0c\x19\xa6\x69\x95\xdd\xba\xa9\xcf\xfa\x31\xb9\xd1\xbe\x8a\x12\x2f\x77\xbf\x70\x41\x21\x43\xa1\xde\x37\x0b\x57\x7f\xe0\x69\xbb\x7f\x60\x1f\xa8\xcd\x1e\xe5\x72\x39\x65\x6e\xbe\x23\x9c\x27\x95\x77\x94\x78\xcd\x77\xc4\x13\x11\xc2\x5c\x2e\x2a\x3d\xae\x4f\x41\x57\xb8\x1c\x32\x21\xd4\x68\x0b\xf9\xea\x36\x25\xc0\xbc\x12\xfb\x2a\xd2\x32\x7b\xba\x1f\xdc\xd7\x47\xf0\x19\x50\x27\x59\xa0\xba\xf7\x73\x8a\xc3\x12\x6f\x0d\x32\x41\xec\x24\x91\xe2\x00\x76\xed\x5a\x09\x49\xc3\xd0\x56\xd5\x12\xae\xb2\xbd\xe6\x0c\x99\xea\x8b\x30\x33\xf4\xcc\x29\x85\xe0\xae\xa5\x60\xff\x61\xcd\x16\x50\xa1\x8f\xdf\xac\x29\x92\xf7\xb4\x20\xd6\x1c\x16\x73\xa4\x68\x9a\xcc\xe8\x44\x18\x9d\x72\x76\xc6\x52\xae\xa6\x72\xab\x27\xf6\x48\xb8\xcd\xb6\x18\x2a\x83\x7b\x89\xbe\xeb\xa8\x85\x7c\xca\x3d\xe0\xe2\xd5\x12\x33\x49\x16\xca\x17\x01\x2f\x5a\x83\xea\xae\x86\x89\xe2\x4c\xb8\x15\x62\x99\xdd\x32\xf2\x73\x6e\xab\x24\xa9\xbf\x9f\xcf\xc4\x47\x86\x3b\x22\x92\xf1\x8a\xd3\x8b\x9e\xe1\x0b\xd3\x69\x40\x72\xed\xcc\x17\x70\x59\x8c\x6d\x5d\x8e\x7a\x7f\x2a\xaf\xba\x30\xa9\x76\xc4\x27\xc1\xfc\x99\x77\xc7\x9b\x76\x79\x77\x62\x93\x96\x7a\x00\x36\x9a\x71\x51\x25\x8d\x29\x65\x38\xd7\x4e\xa5\x4f\xfd\x51\xdd\xcf\xd9\x8f\x91\xe9\xbe\x4a\x6d\x63\xf2\xb8\xb1\x69\x44\xf5\xa6\xef\x7f\xcd\xf1\x13\x83\xa1\xa3\xc4\x6b\x79\x06\xb3\xee\xa9\x82\xeb\x83\xe6\xd0\xce\x96\xcb\x19\xcf\xe4\xa1\x48\x0a\xf1\x51\x58\xb4\xf3\x9f\xa2\x53\x93\x33\xca\xc5\x23\x0e\x12\x27\xde\xa8\x52\xa2\x7c\x89\x2b\x55\x47\xcf\x99\x5c\xa0\x47\x3f\x0e\x7e\x98\x11\x56\x92\xfa\xbb\x2a\xc9\xd6\x17\x48\x01\x13\xfa\x2f\x0e\xb9\x22\x15\x0d\x4a\x82\x76\xfd\x2d\xee\xf3\x05\x28\xe4\x91\xf3\xbf\x53\xae\x50\x9e\xe1\x95\xf2\xaa\xa8\x75\x59\x81\x3e\xbd\x8d\x07\x36\x21\xb2\xb2\x2b\x15\x3b\x69\x25\x48\xfa\xd4\x10\xdf\xd7\x8a\x0d\x1b\xfe\x6a\x36\xe7\xa2\xed\xec\x29\x3c\xcc\x86\xde\x67\x0c\x8d\x52\xd5\x86\xd2\xc3\xe3\xd0\x31\xe2\x9e\xdd\x90\x6e\x50\xee\x86\xf0\x4e\xd9\xfe\x8e\x8a\xeb\x36\x03\x4c\x9b\xe7\xa1\xf7\x8e\x70\xd6\xf6\x65\x7a\x86\x2d\xe1\xbc\x79\x25\x3b\xef\xa8\x85\x7a\xc2\x07\x5e\x26\x8b\xfa\x05\xe4\x9d\xc9\xda\xca\xf7\xc5\x98\xbe\xf2\x48\xe0\x39\x4a\x9a\x2d\xfb\xb8\x75\xd6\xb9\xdb\x69\xb9\xea\xb5\x20\xcb\x95\x9f\x01\x3f\x07\xe0\x5f\x69\xe0\x35\xe0\x0e\x2a\x1f\x33\x91\x77\x84\xfa\xa4\x03\xe9\x4d\xcb\x39\xbf\xbb\x9a\x99\x58\x4f\xfa\x64\x9c\xc9\xc7\x64\x71\x44\x9b\x73\x69\x98\x98\x39\x95\x6d\x52\x05\x55\xc4\x14\x06\x46\x05\xf5\x58\x4a\xf8\xfd\x69\xea\xf7\x94\x4b\xfc\x0b\x8b\xda\x41\x75\x14\x64\x39\x0c\xb2\x7d\xeb\xf9\x12\xed\x3a\xa4\xe9\x8d\x59\x95\x60\x52\x68\x93\x8c\x1d\x77\x12\xea\x57\x1d\x5f\x19\x37\x68\x76\x5b\xd9\xd4\x02\xf7\x46\x8e\xaa\x68\x1f\xd6\xe8\xeb\xbe\x5c\xa9\x0d\x71\x3b\x31\xd6\x8b\x72\x3e\x14\xfe\x3f\x8e\xff\x3b\xca\x4f\x84\xf3\x0e\xac\x6b\xec\xb4\xac\x58\x57\xc4\x0a\xb6\x92\xa7\x60\xb4\x2f\xc5\x7c\xd6\xc9\x1c\xec\x38\x32\x94\x6c\x69\x94\xa2\xc3\x3d\xe3\x4b\xfd\x08\xfc\xf5\x57\xbe\x23\x0c\xa5\x05\x84\x32\x72\x2b\xb9\x53\x13\x47\x9e\x87\xbf\x5d\x7d\x78\xb3\xff\xe3\x9c\x72\x3e\xc7\xd9\x9d\x7c\xb9\xc0\xef\xf6\x92\x78\xea\x51\xae\x9a\xf1\x4f\x2d\x44\xd1\x2f\xb5\xb2\xf9\x4a\xcc\xc3\x36\xe0\xe4\x01\xe3\x0f\x31\x80\x36\xcd\x0e\x8f\xe3\xb9\x63\x64\xcc\x1e\x0e\xb1\x94\xe3\x4a\x4c\x44\x3e\x76\x01\xb4\x51\x8b\x4a\x74\x8b\xbc\x22\x03\x2b\x62\x6a\x2d\x91\x5c\x26\x86\xc4\x4a\x86\x95\x13\xa4\x38\xe2\x99\x5c\xee\xbe\x5b\xc2\x8b\x23\xca\xa9\x37\xa8\x5d\x75\x39\xf2\x96\x9c\x30\x50\xfb\xf8\x00\xbe\xa6\x61\xc4\xbe\x95\xa4\xe0\x25\x97\x39\x13\xe9\x2f\x87\x66\x7a\x90\xd0\xfa\xc8\xb7\xc4\xc1\xd2\x37\x2d\x47\x05\xd6\x4a\x95\xf9\x8b\x95\x23\xba\xd1\xa1\xed\xcb\xf2\x91\x55\xca\xdc\xac\xb1\x65\xf3\x44\x48\x59\x7b\xe0\x1d\xae\x06\x80\xf5\x71\x0a\x72\x36\xe9\x70\x62\x2f\x38\xb7\xb4\x6b\x53\x48\x55\x13\xd5\xb5\x3d\xfc\x5d\x90\xc2\x48\x89\x25\xff\x35\x88\xd5\x08\x14\x76\x9c\x71\xa1\x66\x95\x77\x62\x4b\x1e\x76\x88\x00\xaf\x62\x36\x64\x7f\x41\xd9\x41\x5b\xde\x0b\x56\x5d\xec\xcb\x25\x17\x05\xa5\x1a\x8b\xec\xae\x96\x1b\x96\xcd\x00\x2a\xdb\x1d\x43\xdf\x3f\x3d\x33\x25\xd3\xf9\xb4\x86\x26\x68\x4a\xb2\x87\x7a\x99\x9a\xf4\x7b\xb0\xa0\xbf\xad\xdf\x54\xb8\x97\x9a\x86\xe4\x17\x39\x34\xcc\x36\xaa\x3d\x6f\x30\xde\x4c\xd6\x8e\xcf\x98\x76\xb8\xa0\x8e\xfd\x65\xc8\x66\xd2\x33\x7b\xde\x43\x2d\xd5\xf7\x42\x0d\x53\x97\x73\x81\xd4\xf1\xfe\x68\x41\xf3\x69\xaf\x40\xef\x55\x1a\x2c\x19\xd5\xd6\x3b\x01\x79\xc7\x3f\xc1\x67\xe8\x88\x1a\xf1\x93\xc2\x92\x6c\x72\x15\x59\x5c\x92\xe8\x35\x70\x52\xcb\x13\x5d\x4c\x66\xbc\x87\x6a\xa7\x04\x3d\xdd\x38\xc0\xe2\xa1\xf1\x77\x37\x27\x1a\x7a\x2d\xb7\xf8\x4f\x67\x4e\xde\x47\xed\x02\xc9\x2a\x67\x09\xb7\x4a\xe1\xc7\x97\xee\x9c\x5c\x72\x8e\x37\x7f\x45\x02\x66\x64\xcd\x56\x9d\x7c\x5c\xe7\x58\x74\xf4\xe0\xcf\x8f\x05\xcc\xb8\xa3\xd7\xe2\x88\x76\x9d\xf4\x99\x8e\x0f\x61\xa3\x0b\x1f\x67\xba\x6c\xf3\x57\xbd\x67\x2d\xcb\xa1\xbc\xfe\x3a\xf7\x9c\x9e\x28\x2a\xd2\xef\xd0\x71\xbc\xa7\x46\x67\xff\x0d\x4c\x4c\x19\x12\x68\x0f\x72\x85\xb7\xc9\x43\xc2\x76\x0f\x78\x7d\xb2\xa2\x49\x37\xdb\xe5\xb7\x64\xb1\xd8\x0e\xfd\x8d\x2a\x21\xe2\x03\xd1\xe6\x80\x0e\xb5\xf1\xbb\x96\x85\x2c\x33\xb5\x1a\x57\xb4\x6a\x52\x23\xe6\x5a\xe6\x24\x05\xa9\x4d\x4e\x27\xdd\xec\xac\xe0\xa0\x96\x9d\x69\x2b\xc0\xa6\xea\xe9\x76\x84\x18\x04\xb4\xe5\xee\xf3\x31\xa6\x39\x10\xc5\x4b\x15\x4e\xdb\xb4\x77\xae\xb0\x03\xb9\x0e\xdd\x5b\x94\xfb\x22\xa9\xe3\xf3\x95\x3e\x34\x35\x7b\x17\x40\x46\x19\x40\xbe\x14\x19\x86\x69\x48\xb6\x1b\x7a\x87\x1e\x45\x3c\x72\xc1\x6c\xeb\xdb\xcf\xaf\xaa\xd9\x4e\x7e\xeb\x4d\xc8\xc1\x0f\xe0\x73\x41\x98\x60\xff\x2a\x62\xe8\x91\x66\xb9\xbf\x35\x4b\x9d\xca\x45\x95\xb0\xe2\x7d\x4d\xab\x51\x48\x4c\xde\xc6\xf5\x8b\x0a\x11\xb1\xcf\x1c\x41\xd4\x6d\x92\x42\xda\x2b\x74\x29\x1c\xb6\x9a\xeb\xa6\x82\xca\xee\xa3\xb4\xaa\xc8\x2a\x50\x7a\x58\xd0\x87\x52\x7b\xaf\xd1\xf1\x61\x1a\xa3\x23\x7d\xd8\x15\xaa\xf9\xfd\x20\xae\xb0\x1b\xd2\x0c\xb5\x18\xe4\x6a\x86\x6d\x3a\xa2\x14\x42\x28\x3a\x10\x12\x88\x7e\xb8\xa2\xab\x4c\x9f\x93\x48\x4f\xa8\x31\xd8\x2a\x82\xc2\xe6\x40\x5f\x1a\x6d\x0f\xac\xde\x26\x4b\x8b\x1d\x90\xba\xd5\x42\xf4\x5e\x9f\xd4\xa9\x7b\xb2\x72\xa8\x87\x29\xac\x1d\x83\x39\x22\x9e\x16\xf0\xec\xed\xce\x0f\x7c\x7b\xd7\xa2\x67\x48\xcb\x13\xdd\x03\xad\x4e\x6d\x6d\x64\xf5\x26\xa7\x93\x90\xbf\x88\xf3\xe3\x70\x88\xcb\xb2\x3a\x62\xed\x18\x16\xb9\xea\x0f\xbc\x95\xbe\xc3\x04\xea\x8d\xec\x08\x73\xe9\x47\x8f\x09\x3c\x1c\xa1\x9a\xb5\x5c\x1a\xc8\xf6\x97\x4a\xf3\xd4\x88\x71\xac\x5e\x27\x26\xf5\xe9\x35\xc0\xd5\x8a\xf0\xf7\x26\xdc\x74\xc4\x54\xf9\xd6\xac\x0a\x63\xef\x2a\xd0\x97\x8b\x9a\x7c\x43\x7c\xcb\x48\xb3\xdc\xc6\xb1\x9d\xda\x7b\x7d\xbe\x82\xb1\xf4\xab\xcc\x60\xf6\x39\x8d\xea\x55\xe9\x59\xe7\xdc\x73\xde\x51\xe1\xc3\x2b\x6c\x2e\x38\x32\x6a\xab\xee\x1f\x8e\x8c\x0d\x03\x91\x38\xbf\xfd\xcf\xd8\xfd\xca\x22\x76\x7f\xb6\x40\x73\xee\xbc\xa4\x6e\xb6\xd4\x46\xc8\x95\x18\x6f\x33\xd0\xc6\xee\xe2\xfc\x57\x5b\xcb\xfe\x9b\x5d\xb1\x57\xd6\x08\x32\xc9\x3a\xbb\x22\x72\xda\xa6\x6a\x13\x43\x30\x66\xf5\x8b\x7e\x18\xf1\x8f\xbe\x10\xa3\xf2\xb2\x93\x6f\xa9\x86\xf5\x34\x86\x58\xa5\xf4\x81\x02\xcf\x21\x12\xd3\xde\xc2\x26\xff\x70\x45\xcb\xf2\x4d\xbe\x95\x90\x1c\xba\xf8\x24\x37\x49\xd2\x77\x6e\x90\x10\xf1\x85\x66\xf4\x54\xae\x42\x25\x0a\x47\x49\xfd\xfc\xcc\xbe\xd9\x85\x73\x2f\xdf\x55\x1f\x1e\x4e\x1e\xd8\xcd\xba\x15\x02\xd0\x92\x12\x09\xed\x3b\xd0\x2a\xb0\x1f\xd8\xaf\x05\x99\xae\xd6\x56\x92\x06\x12\x9e\x39\x7d\xb2\x18\x90\x8a\x61\x03\x8e\x4f\xca\x42\x92\x80\x4a\x9c\xac\x53\xa0\x9d\x6f\x6c\x34\x07\x1a\x72\x4f\x40\x21\x85\x8e\x16\x51\x38\x85\xda\x96\x5a\x07\x70\xb7\xea\xb2\xd8\xee\xb1\xdb\x12\x54\x85\x3b\x05\x51\x1d\x33\xc4\xb4\xed\x15\x62\x63\x72\x27\x8e\x4c\x5f\x21\xaa\x61\xa0\xe2\x9b\xa9\x68\x5b\xc8\x4b\x1e\x57\x49\x4d\xf0\x85\x75\x4e\x1b\x25\x6c\x0f\xf1\x81\x63\x28\x93\x70\x97\x62\x89\x23\x51\x87\x34\x60\x98\xba\x68\x37\xdc\x3a\x76\xba\x00\xff\xa6\x24\x87\x99\x80\x17\x07\x7c\xba\xc6\x50\x81\x34\x10\xaf\x8c\xb6\x21\xd5\x1d\xc1\x93\xa1\x42\xd5\x92\x44\x5b\x32\x4c\xca\xf1\x21\x30\x73\xd8\xbc\x60\xde\x90\xd3\x21\x38\xa4\x54\xb9\x76\x92\x02\xbe\xc2\xf4\xd6\xa2\xab\x7d\xbb\xd6\xc7\x21\xd1\xc4\xda\x43\x58\xaa\x8e\x44\x52\x39\x32\x49\x19\x0e\x6b\xd0\xf8\x0a\xbb\x92\xb1\x62\x96\x2e\xf2\x47\x99\x7a\x03\xb7\x71\x5f\x9e\x68\x18\x7b\x49\x00\x1c\x6d\x68\x4d\x83\x13\xee\x13\x07\xfb\xf6\x53\xee\x16\x29\xa5\x66\x21\xe7\x3a\x35\xa1\x09\x6a\x23\x68\x89\xd4\x9e\x6e\x8c\x3b\x43\x21\x16\x12\x46\xa9\x2e\xd5\x9b\x13\x3b\xd8\xe0\xe9\xd2\x60\x07\xe4\xd4\x3f\x55\x05\x7e\xb5\xcb\x31\xd9\xaf\x5c\x18\x2f\xbd\xbd\xe4\xa1\x59\xb5\x84\x98\x62\x6d\x1a\xbe\xcd\x8f\x5c\xf4\xa0\x37\xe9\x20\x0b\x11\xa9\x2f\xf6\x8a\xc2\x9d\xdc\x95\x0b\x71\x0c\x3a\xdf\x7a\xc6\x2e\xd1\xa8\xf4\x10\x00\x41\xca\x94\xae\x4a\xa2\x96\xe0\x94\x44\x7b\x6b\x5d\x1e\x0d\x4a\x16\xac\x6f\x99\x1e\x4c\xa4\x6f\x44\xb1\xbb\xa4\xae\x01\xa6\x3b\x23\xee\x6b\xda\xf5\x35\x54\x20\x5b\xce\x53\xb8\x86\x3c\x61\xa0\xd5\x53\xa9\x8f\x14\x91\xb5\x0f\xab\xa5\xbb\x09\x54\x73\xf0\x48\xf1\xb6\x1c\x84\xc2\xc9\x0b\x6d\x03\x02\x43\x91\x09\x05\x55\x83\x8f\xa4\xab\x5c\x3d\xce\x15\xb0\x20\x54\x31\x16\x90\xb9\x78\x89\x59\xee\xe4\xc5\x3f\xfb\x2c\x7d\x38\x41\xa6\xa2\x92\x97\x40\xe8\x93\x4a\xf5\xfe\xc4\x65\x67\x32\x57\xa9\xef\xb9\x27\xcc\xb6\x5c\x8e\x53\x39\xf4\x89\x56\x5d\xe1\x49\x04\x31\x2c\x65\x84\x13\x04\x14\x3c\x61\x2d\xd7\x3a\x29\xab\x51\xa6\x8f\x50\xee\x7b\x71\x48\x6b\x9b\xad\x24\xab\xa9\x38\x5b\x70\x1a\xea\xfb\xd4\x38\xea\xa6\x8d\xbb\x50\xd9\x80\x9e\x16\xd6\x25\xe7\xcb\x46\xc1\x77\x54\xff\xbf\x80\x2c\x23\xb8\x8d\x0c\x0c\x15\x7b\x14\x6a\x66\x32\x41\x15\x45\xf1\x09\x3e\x34\x8a\x17\xb8\x52\xc9\xb4\x67\xd2\xff\xb5\x39\x51\xa4\xc7\x60\xbe\x80\x38\xa2\x50\x8e\x27\xef\x8a\xaf\xb5\x34\x48\xb9\xfd\x2c\x6a\xe0\x11\x07\xd8\x21\xf4\x8f\x8d\x8c\xd4\x81\x9c\x1a\xbf\xa6\x72\x41\x67\xc9\x67\xfb\x4c\xdd\xbf\x46\x08\x3a\x21\x92\x08\xa1\x1e\x5f\x28\x30\xab\x11\xe6\xf0\x85\x5d\x24\x7c\x3c\x02\x91\xab\xf2\xc2\x92\x02\x36\x70\x0c\x79\xc6\x48\x6d\x77\x26\xcb\xdf\x98\x5d\xbf\xd2\x18\x76\x84\x42\x77\x0b\x28\xed\x08\xc3\x37\xf0\x4a\xe8\x83\xf7\x05\x50\x5f\x43\xa9\x6e\x5f\x82\x62\x8e\x06\x93\xba\x61\x70\xc0\xb3\x45\x5a\x42\x13\xf9\x5a\x0e\x24\xb5\x3a\x2f\x28\x7a\xb6\xe8\x62\x3e\x11\xf7\xad\xd2\xf9\x65\x7f\x85\x50\xe6\x77\x56\x9c\xd9\xff\xf2\x95\x21\x95\x25\xda\xaa\xb5\x6c\x91\x66\xec\x65\x47\xaf\xd4\xe4\x5a\x16\x48\x13\x5c\x95\xcf\x70\xc4\xa3\x53\x38\x64\xde\xdc\x17\xea\x09\xde\xa3\xf9\xa1\xb0\x9f\x58\x60\x4d\xc5\x94\x96\xf5\x39\xe6\xab\x9d\xd5\xe8\x00\x92\xe4\xf5\x38\x1a\xd3\xfa\x07\x38\x7e\xa0\x01\x79\x4b\x3d\x1f\x93\x07\xed\x46\x99\xad\x3a\x7d\x7c\x25\x0f\x1a\xe8\x6b\xd9\x90\xdb\x15\xc9\x76\x42\xe4\x3f\x85\xdd\xcc\xb7\x55\x03\x6e\x4b\xfd\xc5\xfe\xe1\x7f\xfd\xe1\xeb\xf2\xe1\xbb\x55\xff\x77\x6e\xfe\x97\x9f\x9b\xa2\xae\xa6\xc7\x07\x1c\x69\xd9\x73\xcf\xe6\x73\xef\xfa\xf1\x3f\x3f\x5a\xed\xc2\x23\x3c\x7c\x6b\xff\x77\x82\xfe\x8f\x9d\xa0\xf6\xa9\x0d\x31\x05\xdb\x35\x95\x5b\x14\xff\x6d\x21\xc7\x1a\x85\x14\x8b\x19\x0d\x1d\x3c\x12\xc3\xec\x2c\xa1\xd9\x62\x5f\x7d\xec\x1d\x3b\xf0\xf3\x4b\x44\x7c\x4e\xca\x5b\x29\x97\x84\xbd\x68\x82\x99\x30\xa1\xb5\xf9\x1c\x24\x6d\x36\x1b\x2c\x57\x84\xb7\x70\xc4\x9a\xca\xa9\x1e\x6f\x60\x02\xa0\x1b\x72\x06\xd1\x78\xa0\x0f\x79\x8d\x92\x27\x59\xf9\x7f\xe7\x90\x3f\xa7\x0e\xf9\x35\x0e\xf9\x29\x25\xeb\xb4\x29\x41\x6f\x28\xff\x74\xcc\x57\x93\x63\x3e\x94\xf1\x39\x7f\x90\xed\x12\xbd\x10\xca\xf4\x49\x1f\xfd\x6f\x3c\xe9\xcf\xf1\x49\x7f\x66\x7f\x9b\x13\x74\x13\x7b\xb6\x57\xd1\x4b\x01\x1c\xed\xcf\x72\x5b\xfa\x17\x2e\x6d\x3b\x55\x71\x66\x06\xad\xf9\x22\x3a\xe4\x48\x0e\x70\xf7\xd2\xa3\xea\x07\xbc\x23\x4d\x4f\xae\xea\x70\x9e\x2f\x91\x82\xaa\x73\x62\x67\xb2\x06\x2a\xcd\x50\xfe\x3e\x7b\x93\x04\x6d\x0d\x85\x32\xac\x35\xae\x92\xed\xcd\xbc\x0b\xe2\xdd\x22\x58\x90\x1a\x34\x82\x18\xc4\x3a\xed\x9a\x32\xeb\x0f\xf7\x1e\x04\xf2\xea\xc1\x54\x93\x82\x6b\x48\x3f\x3d\x39\x71\xa0\xc9\x11\xcb\x8d\x33\xaa\x6c\x2d\x84\x6b\xef\xe6\x5d\x22\xe1\x3d\x7f\x59\xff\x26\xa7\x54\xfa\x80\x8a\x92\x0f\x64\x1f\xd8\x6f\x57\xed\x9a\x67\xb8\x9e\x5c\x7c\xf7\xdd\x79\x72\x74\x0d\xca\x64\x63\x40\x29\x4a\x77\x0b\x94\x1d\x9c\x91\x46\xa7\x7d\x98\x77\xf3\x63\x61\x7f\x79\x5b\x28\x2e\xe3\xf6\x23\x40\xf4\x59\xa9\xbf\x68\x40\xee\x15\xcc\xbd\x99\x76\x7d\xf8\x6e\x89\x98\x9d\x9a\xac\xce\x1e\xee\xcf\x64\xc2\x1e\x32\x26\x3c\xbf\x0f\x75\xae\x34\x8e\xbf\xed\xc0\x20\x4b\x70\x20\x97\xa5\x27\x50\xdc\x69\x4e\xf4\x3b\x3a\xce\xb5\x00\xa0\x2a\xb2\xe8\x13\x33\x9a\xe8\xc5\xea\x07\xf3\x75\x2b\x3f\x4a\xb2\x3e\x50\x94\xf6\x63\x5e\x21\xbd\x9b\x70\x7d\xf4\xa6\x84\x92\x9d\xfd\x0a\xe1\x7b\xbb\xd5\x53\x22\x52\x29\x1f\x89\xba\xf4\xb0\xad\x66\xc5\xda\xa9\xc5\xb6\x97\xb7\xed\xb2\xf5\x36\xdf\xf6\xf2\xe3\xa6\x69\xbd\x9d\x2a\x14\xdb\x32\x34\x4e\x12\x89\xb1\x97\xdb\x5e\x7e\x62\x97\xac\xe7\xf8\x70\x6c\x56\x2c\x08\x18\x3b\x89\xd7\xeb\xd6\x5e\xad\xb7\x6c\x39\x30\x79\x7b\xa3\xa5\x04\xfd\x55\xdc\x7c\x3a\xe1\xed\x98\x7c\xfa\x1f\x92\x3e\x7d\xa1\x28\xc2\x45\xb4\x30\x84\x7a\xba\x1c\x25\x9f\x94\xed\xd9\x39\xc9\xd3\x77\x9b\x9d\xe0\xf8\x4c\x36\xac\x7c\x47\x78\x12\x1f\x6a\x57\xe7\x5d\x2d\x17\x3f\xd7\xb2\xd8\xd6\xa6\x7f\xe1\x0d\x13\xcd\xbb\x29\x3d\x9d\x0f\xf4\xe8\xce\xf0\xb7\xe5\xd3\xf6\xaa\x0f\xb8\xe5\xd6\xe3\x24\x65\xc8\x59\xff\x7b\x89\x78\xa1\xa1\x31\x7f\x4e\xed\xa5\x68\xd7\x2b\x14\xf6\x17\xca\xa0\x01\x4b\xd5\x1a\x81\xc6\x50\x0e\xf7\xf7\x1c\x66\xe4\x20\x8c\xe0\x8c\x51\xdb\x88\x57\xeb\xeb\x9d\xfc\x58\x84\x32\x39\xbc\xd4\x4b\xec\x6a\xdb\x11\xce\x53\xd2\x7b\xde\xa5\x30\xec\x6f\x29\xe0\x80\x70\x42\xf2\x0b\xa5\xb8\xaa\x06\x28\xa0\xdc\x60\x6d\x32\xc3\x64\xce\xf8\x57\x47\xf8\xf1\x27\xa2\x93\xcd\x33\xdc\x8d\x64\xf5\xcc\x01\x1a\x84\xae\xa3\x13\xa5\x3d\x51\x15\xb9\xdc\xa0\x44\xbf\x91\xc5\xe3\xad\xdc\x41\xc9\x3a\x39\x01\x5b\xc7\x47\x60\xab\x09\x61\xfa\x33\xe2\xe6\xf3\xba\x95\x1f\x53\xc2\x09\xbd\xeb\x16\xd6\x40\x5d\xb6\x9a\x03\xda\x70\xb2\xf0\x16\xe4\x88\x37\x58\x4d\x81\x2b\xfa\x58\x9a\x4a\xcd\x88\xfc\x1c\xa2\xa5\xbd\xd1\xc5\xb3\xe9\x30\x4a\x79\x63\xef\x38\xd7\xfe\xbe\x82\xb8\x19\x60\xc4\x2c\xce\x26\x4c\x49\xda\x43\xd8\x13\xba\xe5\x03\xd1\x5e\xbb\x72\x78\x22\xe7\x47\x6c\xf7\x99\x5b\xa3\x83\xc6\x46\xf7\xab\x4e\xa0\x68\xce\x24\x9c\x44\x48\x1c\x9f\xc9\x0a\x5c\x08\x0b\x32\x77\x66\xff\x8b\x26\xe4\x09\x83\x7e\xdb\x2b\x95\x6c\xd9\x82\xb4\xd8\x9f\x16\x9e\x53\xfa\x5a\xc7\xb0\x6a\x54\x4e\x01\xb6\xdf\xe7\xc2\xde\xbd\xb3\xf1\xae\x70\xdf\xaf\x46\x99\x68\x06\x78\x92\x8b\xe0\x9b\xed\xef\xc7\xa1\x5a\x33\x0a\xc4\x55\x9e\xcd\xb8\x4d\xf4\xd6\xa5\x48\x6f\x7d\x54\x38\x0b\xb9\x8c\x45\xf5\x6f\xe9\x4a\x71\xd8\xca\x01\x52\xc1\x67\x88\xbf\x97\x4d\xdf\x7c\x11\xc4\x76\x35\x6a\x1f\xef\x6b\x5d\xca\x7a\x2c\x23\xfa\x3d\xcc\x81\x2f\x8c\x0b\xdb\x1e\xc5\xc3\x22\x4f\x4f\x1d\xc4\x41\xea\x6c\xa5\xb7\xc5\x79\x82\x61\x7a\x48\x64\xa3\x9e\xa9\xc8\xd1\x53\xa9\x91\xe5\x1d\xfa\x56\xf2\x69\x36\x5c\x54\x69\xe9\x0a\xe7\x89\xb3\x40\xa2\xf8\xf6\xae\x87\x12\x19\x63\xe1\x50\x21\xbc\xd7\xf2\x77\x9c\x79\x97\xf8\x5e\xad\x38\x4c\x8d\x97\x77\xfa\x66\x79\x07\x5e\x5e\x78\xb5\xbc\xe9\x8e\x7d\x6a\xc9\x5d\x40\x9d\xe4\x7a\x8f\xeb\x5d\x39\x47\x94\x3e\xae\xe4\x3a\x78\x50\x45\xc3\x67\xb4\x48\x11\x9f\xb3\x95\x75\x94\xf9\x25\x7d\xf9\x57\x85\x8a\x10\x3c\x0c\xd8\x69\x7f\xbc\x8d\xf4\xfa\xdc\x50\x6a\x74\x78\x18\xce\xb9\x79\x11\xf5\xf2\x5d\xd1\x25\x27\xb6\xe6\x2c\x61\x23\xc5\x05\x6d\x9c\x13\xcb\xfa\x63\xa1\x28\x93\x5c\xa7\xb0\x6e\x65\xe0\x38\x11\x62\x6c\x9c\x11\x0b\x92\x3b\xbb\xf9\x44\x5f\xaf\x02\x94\xab\x6d\x69\xf9\xd5\x79\xc5\x7f\xa7\x32\x1e\x27\x17\x3d\xdc\x8c\xb3\xf2\x21\x82\x1d\xfd\x47\x4e\x33\xe2\xa2\x46\x2b\xbf\xb3\x85\x0d\xe1\xde\x3b\x03\xfd\x0e\x45\x8a\x5f\xcd\xf7\x04\xba\xe8\x97\xb7\xf2\xe2\xfb\x5a\x25\x7b\xac\x66\xd7\x5d\xce\x0f\x22\xda\xc5\x83\x7d\xbb\x30\xb4\xb9\xb9\x83\x83\x0c\x31\x7a\x2e\xb8\xd9\xa1\xb2\xce\xa5\xfb\xa7\xbe\x91\x50\xa2\x48\xd7\x64\xc7\x20\xec\xd2\xc4\x00\x2b\x6b\x17\xab\x14\x3a\x15\x90\x6e\x46\x4c\x0a\xdc\x9c\x8b\x9b\x69\x6d\x13\xaf\x86\xe6\x69\x2d\xdd\x3c\x93\x3e\xb7\xcf\x6a\xbd\xfc\xa7\x66\x84\xb5\xf4\xe6\x83\xee\xdf\x1b\x07\xba\xf0\x76\x0c\x17\x76\x53\x57\x4b\x4e\xdd\x9a\xde\x15\xfb\x6d\x57\xba\x90\xfe\x88\x6f\x01\x2a\x90\xfb\x45\xf6\x54\x23\xe7\xe7\x7d\xea\xe4\xed\xb2\x33\xa1\x27\x63\xb1\xa6\x1e\x21\xf3\x2c\xfb\xf5\x91\xff\xe6\xf1\x41\x9f\xe6\x6d\x55\x9f\x76\xf2\x8e\x5d\x6e\xcf\x25\x39\x3f\x3a\x21\x22\x6e\xcc\x45\x37\x2b\xf1\x05\x1e\x41\x07\x0c\xb5\xe3\x23\xe9\x6a\xbb\xbe\x80\xab\x34\xcb\xd8\x63\xbe\x3c\xc6\x6b\xe5\xc7\x6a\xef\x34\xb8\xe5\x18\x0b\xa1\x98\x45\x01\xa2\xb2\xc9\x47\x29\x44\x54\x15\x29\x88\xa8\x67\xf9\x9a\xef\x88\xa8\xb3\x96\x01\xc1\x62\xf9\xfc\x72\x24\xc1\x78\xf5\xbc\x96\x3e\x99\xec\x96\xcf\x8f\x89\x82\xac\x92\x28\xc8\x28\xa6\x3f\xd1\x90\xa9\x27\x28\xc7\x8a\xf5\x5e\x9c\xf8\xdb\xa6\xe3\x46\x59\xab\x06\x62\xf5\xf4\xb9\xf9\xe7\x37\x54\x20\x8d\x3a\xc7\x6b\xd5\x28\x77\xc7\xd3\xa9\xc6\x8e\xde\x75\x44\x42\x3d\x99\xdc\xe1\xbc\x79\x02\xbc\x5d\x61\x2f\xf0\xa1\xc5\xf6\xe9\x8e\xee\x0e\x02\xcf\x5a\xce\x96\x4f\x17\x2c\x5e\xcb\xb9\xe1\xe0\x3e\xa9\xa8\xdc\x92\x0f\xba\x0c\x4d\xc4\x38\x95\xeb\x74\x18\xbf\x56\xf8\x6b\xd5\x7a\x2f\x5f\x92\x62\xdb\x99\xda\x7a\x46\xff\x54\xdf\x77\xee\x98\xad\x29\xc1\xb2\xd0\x3e\xeb\xc9\x4e\x9f\x3d\x15\x66\xf4\x7d\x87\x15\x1d\x37\x9f\xde\xfa\x05\xba\x34\xa5\x65\xf6\xfa\xfa\x85\xae\x61\x21\x02\x48\x51\xac\xe0\xe3\x78\xa6\xa3\x76\x72\x4a\xb7\xfe\x2e\x9d\x9f\xa9\xaf\x99\xe9\x3b\x8b\xd0\xba\xf2\x7b\xdc\xda\x11\xea\x63\xee\x23\xfb\x41\x04\xd1\x84\x5b\x4b\x7e\x97\x5d\xb4\xf7\xbb\x2c\x47\xeb\xb0\x95\x32\x90\x67\x14\x2c\xed\x6f\x8f\xa9\xaf\xbc\x1e\x8e\xe4\x06\x3d\x08\x93\xd6\x8e\xb0\xdf\xd7\x87\x07\x52\xb4\xd5\x72\x8f\x97\xaf\x7c\x1d\x66\x5d\x7c\x7b\x1b\x7f\xc3\x15\xf6\x47\x71\xfb\x80\x94\x2e\xeb\xd4\xb8\x6f\x35\x78\xdb\x57\x7b\x97\xb6\xde\x9e\x73\x7c\x1c\x0b\xce\xe5\xfd\xb7\xe0\x8c\x80\xcd\xe0\x8b\x1b\xdb\xc2\x7e\x2f\xe3\x2e\xf1\xb9\x5f\x73\x05\x05\xc2\xe0\x75\xf0\x82\x2a\x04\xb6\x50\x1f\x89\xca\x42\xcb\x26\x49\x6b\x3b\xce\x0d\xa1\x3e\x10\xf9\x3d\xf6\xeb\x24\x3d\x7f\x2c\xeb\x70\xa0\x9f\xca\x15\x5a\x3c\xb9\x31\x9f\xa0\x4f\x6c\x09\xf5\x55\xa4\x40\x07\xaa\x17\xa1\x3e\x0a\x05\x4e\x3c\xae\xd7\x12\x55\x69\x27\xba\x21\x8a\x25\xf5\xea\x2f\x97\x67\xeb\x3d\x77\xd4\x60\xcb\xbb\xca\xeb\x89\xbc\x63\x4d\xf5\xbf\xb6\x47\x6a\x59\x53\x1d\xa9\x0b\x14\x49\x44\xda\x7b\x79\x04\xc3\x40\xaa\xbe\x2d\xb4\xbe\xdd\xca\x12\x67\xa9\xfe\xe7\x43\x37\xe5\x24\x02\x1a\xe8\xe2\xf2\xab\xbc\x24\xb1\xbc\x95\x2f\x29\xe1\x3c\xa1\xf3\x42\xad\x25\xf2\x9d\x11\xbb\x2b\xcd\x09\xde\x94\xf5\x41\x6d\x55\x61\xca\x36\x62\x5b\xa8\xf7\x44\x59\xdb\x7e\xd3\x94\xd1\x2f\x12\x06\x29\x4a\xe4\xf9\x66\xf8\x5d\xf2\xc2\x3e\x7b\xf0\x9b\xaa\xd5\x48\xd6\x7d\xa5\xa4\x8a\x6e\x7d\x0c\x75\x6f\x5b\xa8\x5f\x48\x1c\x19\x71\x82\xcc\x35\xd5\x33\xa4\x48\x7a\x95\xd3\xa3\x37\x43\x2d\x41\xd9\x1b\x8b\x0c\xf8\xed\x02\x27\x4b\xdf\xa0\xdf\x44\x88\x83\x3a\x1f\xd8\xe5\x1c\xb9\xec\x1a\x1a\x3a\x4d\x83\xf2\x6f\xb7\x5f\x07\xec\xec\xe1\x20\xa6\xc9\x7d\x47\x72\xdd\xaa\xd4\xff\x66\x3e\xbd\x49\x3e\xbd\x8b\x87\xec\x4e\x3f\x41\x82\x6d\x4a\x2d\x84\xee\xbb\xde\x6d\x7f\x12\x61\xd4\x11\x72\x11\x77\x3c\xdd\xed\xd8\x17\x83\x95\x2a\x52\xb2\x46\xb7\x99\x9f\x2a\x8a\xfe\x23\x0f\x85\xc5\x67\xbe\xad\x3c\xb5\x90\x4b\x2d\x39\x8b\x8f\xfc\xec\x49\x28\x7b\xbb\xe8\x26\x27\xd8\xf3\x0e\xa2\x39\x18\x7a\x93\x5c\x0a\xfb\x36\xe2\x9a\x09\xe7\xd5\x6a\x47\x20\xb0\x90\x52\x5c\xb7\xac\xa9\xc5\x26\x56\xdd\xa5\x63\x63\xcd\xfe\x65\x18\x38\x92\x3c\xa8\xfd\x18\x44\xb8\x6a\x11\x8b\x6f\x94\xe5\xc5\x03\xd3\x5d\x23\xd5\x94\xb3\x28\x21\x0c\x7e\x8e\x34\x7d\x8e\x5f\xea\xc6\x25\x2e\xf8\x7a\xd7\xe5\x47\x28\x66\x52\xa0\x6d\x17\x2b\x99\xab\x69\x60\xd8\xcf\x21\x7d\xc3\xb2\xd7\xf8\xd6\x54\x7a\x25\x64\x78\x58\x0c\xf1\xb9\xf9\x8e\x95\x62\x27\xf3\x92\xb7\x48\xcd\x37\x97\xbc\xe7\x90\x48\xba\xa4\xb0\x75\x81\xa7\xe6\xe5\x35\x33\x47\xfc\xfa\xbd\x9e\x83\xae\xd0\x9c\xd2\x0c\xc1\x29\xd4\x19\x77\x9d\xd6\x0a\x35\xf1\x9d\x13\x21\xe2\x2b\x5c\x63\x21\xe9\x1c\x59\x9b\xbb\x3c\x51\xd7\xdf\x94\x97\x16\xa6\x11\xe8\xed\xaa\xd2\xf4\x9f\x90\xba\xc5\x15\x96\xdf\xd4\x07\x5c\xb7\x98\xd3\x5b\xdf\xec\xe9\x6b\xd5\x59\x2e\x76\x1a\x4c\x76\xe7\xce\xdc\xc8\x09\xaa\x94\xeb\xdd\xac\xbe\x25\xd4\xc2\xae\x97\x65\x9e\xe3\x54\x1c\xca\x77\x45\xc9\xba\xf9\xca\x2a\xec\x79\xb2\xff\x7a\xaf\x28\xc1\x00\x75\x3a\xad\xa1\x67\x9b\xf2\x09\x7a\x02\x74\x07\x7a\x13\x5b\xc2\x53\x86\xca\xe7\x94\x70\x6d\xa8\x51\xa7\x15\xd2\xd6\x7c\x64\x2b\x6e\xb4\x67\xf5\x1e\xa7\xd4\x46\x49\x8d\x43\xe4\x42\x18\x39\x65\x6b\x38\xa0\x9f\xf2\xed\xb8\x7d\x56\xbe\x3b\xc5\x7c\x47\x3c\x87\x64\x4d\x58\x22\xe7\x74\xb6\xde\x85\x96\xdb\x48\x22\xb8\x0c\xdd\x50\x39\xc8\x71\x71\xd1\x8f\x01\x59\x61\x6c\x8d\x40\xc4\x86\x24\x5c\xac\xe7\xd2\x5c\x90\x15\x66\x4b\xcb\xdf\x20\x5d\x7e\x4d\x6e\xd0\xba\x96\xf1\xb0\x55\x53\x66\x70\x5c\x35\x21\x74\xe2\xc2\xdb\xc8\x25\x71\x4f\x62\xca\xf9\xe2\x93\x9d\x01\x1e\xd9\x15\x0b\xfc\x42\x53\x74\xab\xce\x04\x4d\x6a\x76\x0a\x1a\x19\x6d\x10\x0c\x3e\x21\xcc\x5c\xca\xa0\x41\x3f\x4d\xaa\xd0\xe0\xcc\xf0\x6b\x10\x7a\x5d\x48\xd7\x1a\x30\x4e\x83\x50\x8f\xe4\x72\x87\xbc\xbb\x3b\x21\x24\x47\x72\x2c\x1c\xa0\x69\x53\x24\x9c\xf1\x01\xa7\xff\x1f\x7b\x7f\xd6\xdc\x2a\xd2\xac\x81\xc2\x3f\x48\x8a\x40\xf3\x70\x59\x55\x20\x8c\x31\x46\x83\x65\xd9\xbe\xf3\xf2\xb2\x41\x12\x02\x34\x0f\xbf\xfe\x8b\xca\x27\x19\x24\x7b\xf5\xdb\xbd\xf7\xbb\xe3\x3b\x71\x4e\xdf\xc8\x06\x8a\xa2\xc6\xac\x1c\x9f\x04\x3d\x27\x9c\x12\xf5\x8b\xd0\x97\xac\xb0\x3d\x2c\x82\xec\xf7\xa4\x7a\x4d\xb8\x0f\x9d\xcb\xdf\x59\x6f\xec\x19\x2b\x1c\xbd\x8e\x4e\x83\x78\x46\x1b\xf9\x38\x1f\x5f\x8f\x4d\x66\x85\x73\x5b\x95\x0c\xac\x49\x13\x19\x5d\xb6\x8d\xc0\xa5\x85\xb5\xed\x83\x87\x20\xb5\xc6\x47\x1b\xb3\x30\xea\x82\x3b\xe6\x62\x56\x5b\xcd\x47\x19\xce\xf8\xc3\x1b\x90\x74\x89\x4e\x8a\x32\x34\xf2\xf9\xb9\xe8\xd5\xee\x89\x57\x92\x71\xc7\x04\xf8\x0a\x89\xf8\x55\x8f\x51\x11\xa2\xac\xcf\xaf\x11\xc0\x2a\xef\xbb\xb2\xa7\x69\xb6\x3f\x5e\x6f\x47\xd7\xdd\x71\x88\x27\xbf\x9a\x4d\x28\x71\xca\x1f\x06\xff\xa1\x07\xf3\x62\x56\x57\x4a\xa8\xb3\x04\x2f\x36\xed\x74\xa0\xeb\xab\x03\x64\x7a\x82\x4a\x3d\x98\xd5\xcc\x9d\x55\xed\x28\x71\x30\x89\xed\x6b\xc9\xf5\x76\x90\xb1\x75\x2a\x94\x5f\x8b\x1e\xf1\x99\xc4\xcf\x1d\x24\xa2\xc7\xfe\xfd\xf9\xf7\xe7\xdf\x9f\x7f\x7f\xfe\xfd\xf9\xf7\xe7\xdf\x9f\x7f\x7f\xfe\xfd\xf9\xf7\xe7\xdf\x9f\x7f\x7f\xfe\xfd\xf9\xf7\xe7\xdf\x9f\x7f\x7f\xfe\xfd\xf9\xf7\xa7\xf4\x33\x53\xfd\xb6\x9c\xad\x91\x77\x8c\xd0\x7a\x14\x60\x49\x15\xfc\x29\x09\x9c\xf4\x51\x20\xb0\xd6\x83\x2f\x3f\x90\x36\xbc\x1a\x63\x85\xc6\xf5\x2b\xe0\xd5\xcd\x14\x88\x9f\xf0\x56\xab\xb3\x79\xc7\x15\x8a\x62\x0b\x46\x0c\x60\xea\x40\xf1\xfb\x4a\xce\x1f\xf0\x42\x76\xb2\x6f\x3a\xe7\xfe\x28\x7f\x0b\x50\xca\xff\x2f\x7c\xcd\xf9\xfe\x1a\xa9\xbe\x6f\x5e\xbb\xfc\xff\xf5\xb5\x02\xcb\x9a\x5f\xb3\x8a\x37\xd4\x5b\xd5\xce\x5c\xf3\xcf\xfd\x51\x01\xa5\xf1\xa7\xa2\x0e\x4a\x09\xbf\xea\x65\xb8\x38\x45\x6b\xf4\x8b\xb7\xad\x69\xca\xff\xef\xbc\xe6\x7e\x7f\xed\x3f\xac\xa2\xbf\xfd\x9a\xff\xfd\x35\xe7\x1f\x7f\xed\x3f\x2e\x07\x2b\x86\x31\xe7\xc4\x88\x9a\x0d\x25\x6c\x93\x41\xaa\x03\xd8\xca\x52\xf8\x40\x7d\xb6\x3e\x61\x83\xa8\x01\x34\xbc\x6d\x02\x34\xea\x74\x22\x87\x2e\xb2\xaf\xf3\xef\xc7\x6f\xfd\x7a\x9d\x11\xf2\x32\x23\x4e\x0e\x70\x4a\x70\x7e\xb3\xd2\x8d\x2c\x91\xbb\x95\x21\x88\x25\x27\xe0\x28\xa0\x4d\x23\x21\xc8\x15\xf6\x73\x87\x18\x98\xaf\xea\xbb\x10\xeb\xdc\x81\xf1\x5d\x88\x06\x2e\x9a\x74\x31\x57\x35\xaa\x70\xa1\xaa\xae\xf0\xc9\x41\xd0\xdb\x01\x94\x7e\x4f\xde\x4d\xe4\x0f\xe0\x6c\x23\x59\xc6\x9c\xf3\xf9\x23\x1f\x6d\x46\x49\x64\xb0\xeb\x36\x99\xdf\xfc\x2d\xa3\xda\xb7\xd1\x35\x0a\x04\x08\xcc\xd0\xfc\x8b\xa2\x4d\x2a\xda\xa6\x98\xf7\xe5\x60\xf1\x57\x45\xeb\x54\xb4\x4f\xee\x53\xb3\xd5\xb9\xc8\x2f\xa0\xfa\x30\x5c\x7c\x56\x90\xf1\x17\xd3\xbf\x86\xdd\xdf\x58\x5b\xb0\xf5\x9f\x08\x01\x67\xc7\x59\x36\x3d\xa1\xba\xe6\x51\xdf\x32\x5b\x26\x79\x88\x99\x87\x3b\x40\x3e\x23\xaf\xf2\x47\x17\x2e\x82\x3e\xdf\x5e\x78\x57\x06\x4f\xf2\xb5\xa6\xc9\xd1\x1f\xf5\x85\x6d\xa8\xf4\x82\x38\x23\x58\x92\x01\x7b\xbb\x94\x6b\x80\xf3\x34\x73\x94\x67\xf5\x70\xea\x8f\x32\xe4\x58\x75\xff\x5a\x24\x3c\x31\x8b\x7f\xad\x72\xee\x93\x25\x52\x6a\xb8\xc2\xda\xc8\x13\xf0\xdd\xc9\xc0\xad\x32\x48\x1a\x6b\x3c\x2a\x6a\x07\xdc\xb0\x47\x09\x94\x57\x9c\xd6\x86\xf3\xa9\xc0\x6a\x04\xef\x0b\x76\x9c\xf8\x14\xea\xb9\x7e\x84\xb7\x6a\x07\x9e\x5a\x9f\xfa\xdb\xaf\x21\x9c\x45\x0f\x6a\xff\x54\xd4\xfd\x44\x0e\x1b\xe7\x35\xa5\xee\x5a\xc8\x66\x7d\x9c\xc5\x7d\xa8\xa7\x16\x07\xfa\xb8\x42\x3d\xbe\x67\xe8\xfc\xd6\x53\x63\xab\x72\xa3\xf7\x70\x11\xa9\x0c\x1e\x4c\x3d\x2e\x23\x6e\x43\x20\x09\x7d\x26\xc3\xf2\x57\x3b\x04\xbe\xd8\x4b\x4e\x3a\xaa\x60\xef\xb3\x29\xe5\x29\x39\x70\xc4\xf0\x6f\x2c\x3b\x70\xa8\x85\xec\x6d\x19\xd0\x91\xd7\x43\x44\x77\xf4\x70\x6d\x60\x20\x9c\xee\xc9\x90\xf8\x4c\x53\xaa\xde\x1a\xd8\xb3\xb3\x7a\xd7\xe3\xcd\xa9\x84\xf0\x8f\x5d\x0f\xf1\x0d\x94\x1c\xa4\xff\xa0\x89\xc5\x5d\xe0\x15\xdb\x71\x12\x9e\x46\x94\xec\x53\x56\x57\x0a\x1b\x42\x1d\x65\x00\x4c\x8c\x49\xb4\x02\x9a\x5b\xf5\x2c\x85\x79\x52\xd5\xb3\x2d\xec\x8e\x49\x40\x7a\x77\x5d\xb3\x5a\x53\xc2\xf9\x60\x7b\xa5\x9f\x39\x4c\x8c\xc4\xfd\x82\x30\x08\x9d\xb5\x49\x7d\xba\xdf\x98\xd5\xb5\x2d\xfc\xd1\xa9\x87\xda\x38\xfd\xc7\x9e\x32\xf7\xaa\x97\x70\x51\x4a\x73\x6e\x2c\xd8\xdc\xef\x09\x45\xbe\x38\x8f\x70\x3f\xaa\x26\x4a\x6f\x3f\xba\x08\x4d\x72\x2e\xad\x98\x8d\x57\xf8\x7f\xef\x11\xf7\x69\xac\xc8\x53\x6f\x41\x98\x4d\x15\xcd\x06\x59\xa1\xdd\x47\x2a\x9f\xaa\x23\x5e\x7e\x57\xd7\x4a\x7c\x0e\xce\x9b\x92\xbf\xcf\x81\x13\x1d\xe8\xe5\xf1\x14\xab\x62\x3d\xae\xb1\x53\x6a\x94\x3c\x41\x0d\xdb\x89\x55\xac\x9c\xf6\x3d\xad\x94\xe3\x19\xa1\x40\x99\xa5\x54\x5d\x64\x33\xb1\xb2\x28\x33\x35\xbc\x47\x88\x49\x42\x78\xd8\xe3\x4d\x62\xc1\x59\xcd\x15\xee\x43\x23\x2d\xd3\x5b\xfd\xef\x96\x7c\x80\x53\x93\xd6\xc7\x8a\xec\xa9\xb1\x29\x80\x3a\x11\xd3\xd4\x12\x08\x9a\xd8\x21\x9d\x7c\x93\x2e\x1a\x6a\x8d\x67\xb1\x8a\x5b\x8f\xb7\xf6\xf3\xfd\xf9\xe1\xda\x82\xae\x17\x65\x0b\xa1\x5c\x6d\xfa\x6d\x49\x51\x9d\x91\xff\x06\xb9\x91\xf6\x68\x26\xdd\x36\xd8\x83\x73\x8b\x3d\x43\x67\x9a\xc2\xf6\x5d\x82\x54\xd1\xad\x7c\x9c\x13\xfd\xbf\xa8\x75\x44\xad\x40\x30\xd0\x49\xc1\xf5\x68\x99\xc0\xbf\x83\x6e\x86\x9a\x75\xe5\x18\x26\x76\x3f\x41\x60\xaa\xb5\x53\x07\x34\x9d\xa0\x5b\x9e\x8e\xb8\xc8\x10\x9b\x38\x7f\x9b\xf5\x7c\x80\xcb\x9a\x13\x6c\x10\xb5\x19\x82\x2a\xba\xfb\x3e\xdc\x24\x0f\x88\xbc\x75\x57\x2d\x6a\xfb\x6b\x55\x09\x6b\x43\x43\xe9\x9d\xfa\x48\x89\x46\x05\x38\x43\x4b\x92\xf8\x48\x7f\x61\x61\x4c\x08\x2f\xeb\x23\x0b\xfa\x24\x28\xe2\x36\x15\x11\x81\x44\x18\x41\xbf\x09\xd7\x93\x65\x40\xde\x02\xd3\x26\xba\x47\xde\x23\x6e\x13\x00\x79\x0e\x7f\x9d\x1c\xbe\x0c\x2b\x1b\xc7\xc5\x0c\x4b\x8f\x00\xb7\x75\x93\x22\xd9\x03\x1a\x29\xbd\x3d\x0b\xba\xd4\x97\x59\xd8\xe5\x9b\x84\x40\xda\x48\x88\x5b\x98\x10\xfd\x4d\xe4\x3d\xba\x1d\xc0\xe0\xbc\x42\x2b\x82\xcc\xfb\x95\x5a\x71\xe2\x31\x2a\xb7\xe2\x64\xff\xd0\x8a\x3d\xbb\x8c\x35\xfa\xe3\xe2\xf5\x59\x77\x47\x5e\x87\xb3\xce\xce\x2d\xee\xda\x75\x02\x96\x52\x3b\xeb\x1c\x13\xb5\x16\x97\x78\x7c\x5b\x1f\xf9\x80\xdd\xaf\xde\xab\x8c\x7d\xe9\x5c\x64\xb1\x49\x1a\x8b\x11\x3c\x23\xc8\xe3\xac\xf6\x05\x6a\x06\xa2\x83\x3c\xa6\xc6\x05\x79\x09\x08\x22\x56\x4c\x6b\xc8\x55\x59\x27\x1e\x74\x6a\xbc\x22\x6f\x7f\xed\x95\x11\x24\x2d\xa1\x44\xe5\x8d\x59\x0e\x5f\xb8\x7e\xcf\x18\x14\x47\xd4\xe6\x74\x57\x24\x06\xf4\x8e\x08\x45\x5c\x3c\x64\xb9\x72\x32\x87\x5b\xe1\x2f\xdf\x91\xd1\x82\x23\xa1\x5d\x06\x88\xdc\xb8\x5d\xd9\x40\x03\xf4\x34\x8c\xc5\xdf\xfe\x57\x8c\xab\x8e\xaa\xa8\xd7\x60\x37\xaa\xda\xe6\x49\x3e\xd2\x76\x16\xe4\x83\x25\x32\x78\x40\xbb\xe4\x47\x69\xb3\xbf\xe2\xed\x9d\xf2\x5b\xce\x1f\xca\xb8\xdf\x6a\x28\x97\x99\x66\x7e\x9a\xf9\x9d\x32\x9b\x56\x6e\xc3\xf7\xdf\xef\xdf\x9a\xf2\xff\xc7\xc1\x5d\xd5\x17\xa7\x81\x7d\xfd\x82\x5b\xaa\xda\xca\x0e\x9c\xfc\x8e\x9f\xb9\x6a\x3a\x40\x15\x4d\xdb\x99\xa3\xe6\x2b\x4f\xe6\xcb\xba\x4d\x5e\x92\xa5\x76\x28\x64\xc2\xa1\x75\x6b\x31\x8c\xdb\x96\x90\xf8\x69\x49\x6a\x82\xd0\x55\x9b\xb8\xe4\x16\x77\x8e\xc8\xb3\x64\x86\x44\x5b\xec\x79\xd6\x1b\x57\x47\xc2\x24\x4c\xd0\x40\x8d\xf7\x36\x4d\x32\x51\x31\x22\x0c\xa1\x99\xd0\x79\x51\x51\xd5\xbd\x29\xc4\x05\x4e\x71\x0d\x8e\x1a\x44\x8d\x0a\x94\xcd\x3d\xc3\xbf\x69\xd3\x1a\x56\xa7\xc2\x06\x25\x75\xcf\xad\x61\xf5\x43\x58\x44\x5c\x5d\xf2\xa6\x9f\x9c\x28\x01\x28\x0f\x8b\x9f\x8d\xa0\x42\x37\x84\xbb\xbf\x8c\xf3\x7a\x34\x97\x70\x02\xd2\x9b\xb7\x43\x8c\x06\x95\xd9\x80\xb5\xe7\xac\xd8\x48\x4b\x7e\xe9\x22\x10\xb3\x77\xa4\x14\x0f\x2a\xa4\x31\x30\x7b\x5e\x8e\x0c\x3d\xce\x31\xef\x84\x7b\x5f\x9d\x10\xdf\x6f\x51\xca\x31\x4a\x33\xdc\xa6\x08\x2d\xbd\xf7\x26\x66\xd0\x1a\x65\xd9\xd1\x68\xc7\x5c\x18\x81\xad\x94\xba\x6b\xb4\xc5\x4d\x0c\xe4\x05\x7e\x82\xb1\xe4\x31\xc1\xfe\x47\x8a\x42\xb5\x02\xf7\x82\x61\x4a\x9a\x63\x8e\xf7\xa8\x07\x13\x38\x1e\xd1\xfd\x5a\x30\xe1\xfb\x46\x93\xd3\x39\x21\x0b\x75\xd3\xe2\x2f\x91\x87\x14\x41\x3a\xcf\x01\x56\x64\xe0\xfe\x27\x5a\xc0\xde\x6d\x7a\x50\xa6\x42\x6d\xcc\x2d\x52\x29\x4c\x9b\x65\x17\xc1\x2d\xe1\x6a\xb3\x47\x1f\x85\x57\x4f\xb7\x38\x2e\x26\x6d\x78\xff\x4d\xea\x89\x3e\xda\xad\x18\xa9\xc6\xce\xdc\xac\xa3\x8c\xeb\x3e\xa7\x09\xd6\xe3\xba\xad\xfb\xc4\x9f\x26\x2c\x06\xed\x73\x97\x4a\xe4\x5b\xcc\x9c\xee\x82\x3d\x45\xa8\x0c\x9b\x97\x0c\x07\x18\x4b\xe8\x72\x47\x8e\x63\xd9\x0c\xe8\x55\x7a\x69\x97\x51\x88\xf9\xfd\x5e\xfb\x31\x63\x89\x85\x7b\xc1\x7a\xe6\x85\xf7\x7d\x40\x98\xff\x43\xc6\xb9\xfa\xa1\xc8\x9d\x1e\x48\xf1\xd0\xd6\x1d\x9a\xa4\x72\x3f\x7f\xa4\x96\x50\x9c\x83\xda\xc8\x45\xed\x87\x96\x65\x19\x9c\x5d\xf2\x23\x23\x9c\x36\xd3\xca\xe1\xde\x9f\xee\x7f\x5e\x49\x59\x02\x13\xba\x58\x02\xfa\xdc\x8f\x3b\xa3\xea\xab\xb0\x68\xef\xc0\x47\x6d\x21\x45\x75\xab\x44\xdf\x32\xe1\x6a\x98\x50\x02\x66\xd1\x2b\x3c\xff\xfa\xcc\x2c\x5c\x3b\x1f\x6e\x54\xe3\xb9\xcc\xb8\xb8\x14\xce\x40\xdb\x26\x13\x12\xf5\x76\x58\x23\x01\xec\x81\x85\x3a\x51\x7d\x17\x2a\x96\x29\x92\x73\x4e\x8d\xb3\xc3\xfe\xa1\x84\xde\x17\xbd\x40\xf2\x32\xc6\x3c\xcd\x00\xb5\x8e\x8c\x1f\xbc\x16\xd7\xd7\x14\x64\x57\xc9\xdd\x12\x47\x7a\x32\x38\x0d\x23\x0d\x5f\x6a\xae\xe6\xf0\x1f\x5c\xec\x28\x0d\xda\xab\x40\x6c\x5a\xd8\xb7\xfe\x49\xc5\x13\x46\x01\x7f\x2b\xed\x20\x7d\x24\x17\x3b\xc8\x27\x0c\x6e\x7d\x7f\xab\xd7\x33\x93\x1a\x51\xcc\x43\xe5\x20\xaf\x16\xcd\x7f\xda\x0f\x57\xcb\xbe\xd8\x8d\x7a\x5b\x4c\x85\xbb\x1b\x1c\x37\xe8\x58\x92\x38\x08\x1b\x11\x18\xb2\xcd\x79\x9c\x0d\xc0\x44\x58\xe3\x6a\x45\x0a\xcb\x24\x5c\xb7\xfe\x5d\xf1\x40\x3d\x56\x97\xea\xe6\xc1\xca\x40\xb0\xc6\x63\xb5\x25\xc5\x5c\x92\x38\xb8\x24\xbe\x31\x36\x17\x09\xd2\x0e\x98\x44\x80\xdb\xd9\x7c\xb1\xcf\x66\x46\x82\xeb\x0a\x90\x10\xd3\x94\xe7\x2d\x30\x28\xd9\xd1\x42\x86\xa5\x1b\x04\x3d\x92\x20\x97\xab\x05\x8c\x4a\xae\x2e\x7b\x9a\x26\xe4\x80\xfc\x55\x4d\xa4\x08\x14\x1a\x49\xc4\xae\xb6\x82\x07\xe7\xee\xda\x67\xb4\x44\xef\x0a\x07\xd0\x70\xc7\x3e\x83\x23\x21\xbe\x50\xc5\x95\x4b\xe2\x5a\xee\x37\xe4\x44\x4b\xc4\x5c\x9d\x02\xa0\xb2\x6d\x38\x53\xc3\xd1\x18\x03\x18\xce\x44\x19\x97\x42\xa6\xe7\xba\xe6\xe6\x66\x9c\x39\x47\x8a\x8f\x79\xec\x5c\xc5\xa0\x54\x2a\x14\xed\x74\xa0\x30\x76\xbd\x26\xf8\x7b\xca\xa2\x23\x60\x65\x62\x09\x65\xfe\xb8\xd9\x8a\xcf\x57\xd1\x49\xf5\x2a\x10\x6b\x71\xe6\x9e\x22\xc2\xf0\x9f\xf4\x9b\x9c\x1c\xc5\x40\x4a\xcf\xdf\x6d\xc9\xfe\xb5\x97\xcc\x2f\xd7\x18\x23\xab\xab\x0c\x15\x92\xc4\x1e\xf8\x49\xd2\x1f\xeb\x39\x75\x88\xce\x5d\x6c\xbb\x46\xbe\xd1\x1f\xbb\x4d\x11\xca\xd2\xb2\x53\x59\xf5\xac\xd8\x79\x9f\x6f\x89\xb9\x6c\xa9\x6f\x82\xce\x01\x8b\xa0\x10\x75\x4a\x3b\x1f\x6c\x75\x57\x5d\xed\xfd\x84\x6e\xa6\x8a\xe2\x9b\x3f\xd6\x74\x10\x00\x97\x66\x27\x29\x6e\x51\x1d\x08\xd2\xc3\x45\xde\xb5\x28\xa1\xb4\x5a\x94\xa2\xe0\x00\xbe\x33\x93\x6c\xfa\xfa\x88\x55\xc3\xeb\x19\x5c\xc9\xa5\x07\x79\xfe\x95\x98\x82\x40\x09\x4b\x13\x46\x91\xca\xa3\x87\xfd\x93\xe8\xc9\xb0\x88\xa9\x2c\xbf\xb7\xa8\x23\x42\x52\x77\xf1\x22\xab\x2d\x25\xd4\x52\x95\xde\x99\x09\xf3\xa0\xf4\x6d\xd7\xbe\xfe\xa4\x7f\x49\x90\x76\x07\xd1\xb3\x3d\x00\xf8\x20\xf4\x8b\x7a\xfd\x9e\x09\x27\x1f\x4b\x44\xa3\x90\xe6\xe4\xad\x6d\xdd\x36\x3d\xcc\x9a\x30\xa2\x26\x2c\x95\x6a\xc8\x87\x65\xbd\xb0\x16\x9c\x15\x12\xac\xd9\x10\x67\x90\xde\xdd\xbf\xe8\xf1\x18\x50\x6e\xe3\xa7\x33\x51\x0d\xdf\x70\x33\xa5\xc6\x9d\x26\xd3\xee\x4b\x45\x4f\x60\xc7\xe6\xa4\x6a\xe5\x99\x24\x08\xeb\xa7\x53\x13\x01\x13\x44\xc4\x69\x95\x21\x15\xb3\x0b\x28\x75\x88\xc3\x35\x99\x59\x23\xce\x28\x4e\x81\x86\x16\xeb\x2d\x2f\xb8\x67\x9d\x9b\x79\x4c\x81\x50\xf9\xb9\x31\x2a\x3f\x9e\x08\xf3\x99\x42\x72\xaa\x0d\x49\x42\x66\x56\x74\x07\x91\x68\x4d\x89\xf6\x4f\x94\x51\xc4\xca\x52\xfb\xfe\xe6\xf4\x2b\xe4\x95\x8f\xfc\x15\xbf\x31\x00\x79\x37\x28\xa1\x77\x64\xf6\xd3\x31\x2f\x2b\x5d\xa6\x97\xfe\xad\xd7\x2e\x26\xad\xe1\x51\x97\x49\x7c\x07\xa0\xf5\xf9\x47\xed\x2c\x5a\xa6\x78\xd9\xe5\x0f\x21\xb4\x30\xff\x0e\x95\xf4\xc4\xfd\xc2\xd2\x94\x76\xf4\xc5\x04\x48\x09\x65\x57\x1d\x61\xde\x69\xaa\xf4\x59\xe7\xe1\x68\x11\x56\xa3\xb9\xa0\x1e\x77\x64\x1b\xe7\xb5\xd5\xd9\x0f\x75\x59\x0a\x12\x55\x6b\xd5\x22\xa9\xdb\xdc\x10\x3e\x73\x45\x55\x47\xc2\x25\xec\x4c\xe3\x6e\x55\xcc\x24\x41\x87\xbc\xb5\x93\x02\x0a\xfa\x85\x98\xf7\x94\xe1\xbb\xfd\x0c\x83\x1b\xa0\xad\xb7\xab\xef\xe4\x95\x17\xdf\x5c\x09\xfb\x09\xc2\xab\x2e\x1d\x66\xdb\xa7\xfd\x44\xe9\x43\x14\x36\x64\xeb\xe9\x66\x47\x6a\x61\x53\xfd\x58\xfd\xb7\x7d\x49\x51\xb3\x2a\xcb\x6e\x88\x98\xd5\xb4\x84\xfe\x3c\x46\x7c\x70\x88\x61\xbd\xda\xf5\x77\x83\xaa\x43\x91\xa8\xbe\x3e\x00\x5e\x4b\xfb\x5a\xbd\xe4\x81\x83\x77\x88\x6d\x27\x86\xe8\xb5\x9e\x8c\x4b\xcd\x6f\xc9\x5c\x2d\xa2\x07\xef\x04\x66\x6f\x29\x6b\x88\x03\xaf\x5b\x98\xb2\x16\xc5\xe5\xd4\xe4\xb7\x73\xe2\xb5\xb7\x1b\xd2\xb7\x4f\x10\xcf\xad\x25\x94\x62\xa3\x1d\x54\x6d\xa3\x4a\x4c\xd1\x07\x27\xa5\x17\xb8\xb2\x9b\x10\xd5\x2d\x4a\xc9\x2d\x26\x20\x8c\xfa\x8a\xb5\xa5\x26\xa5\x65\x52\xc8\x19\xa1\x58\x3d\x40\x5f\x9a\x4b\xde\x99\x76\x1f\x3a\x67\xab\xd5\x47\x6e\xfe\x36\xd7\xa9\xaf\xa7\x80\xbf\x7a\x88\xac\xe8\xa0\xf9\xd0\xe9\xaf\x00\x99\x64\xa6\x60\x95\x4f\x21\xa9\x31\x67\x3c\x54\xb7\xd3\xe5\xe9\x25\x91\x0f\xdb\x31\x9c\xfc\x71\xe0\x1a\x3f\x0e\x9c\x9d\x8d\x1b\x54\x36\xab\x03\xe7\xb5\xef\x72\x13\x2b\x17\x13\x59\xe5\x0c\xe4\x87\xcd\x6e\xa8\x43\xa7\x54\x59\x4a\xc0\x36\xc8\xa3\xc2\x00\x49\xd8\x4a\x6e\x71\xed\x09\xeb\x24\x2f\xac\x0c\xd4\x02\xbc\x7e\xc3\x5a\xd5\x98\x4c\xf4\xf9\x83\xf3\x1e\xc5\x9c\x5e\x24\x62\xfd\xb2\x1b\x62\x76\x99\x8f\x8a\x0f\xd6\xc1\x61\xcd\x5b\xa4\xc1\x04\xa4\xbc\xc7\x59\xd8\xdb\x7d\x8f\x65\x63\x57\x88\xd7\x1d\x40\x87\x38\x02\x9e\x42\x86\x90\x87\x77\xc7\xe1\x25\x74\x96\xcc\xf4\x9c\xbd\x66\x8b\x25\xa8\x3d\xfc\x30\x8b\xdc\x0f\x97\x24\x5b\x4f\xa8\x39\x74\xe9\x5e\xed\x72\x4f\x5a\x94\xe3\x92\xc8\xce\x2f\xdd\xc0\x8a\x8c\x5a\xa3\xac\xdf\x2a\xb4\x34\x53\x30\x48\xa4\x6e\xaf\xc7\xba\x0f\x1a\x2d\x05\x1e\xc4\x39\x74\x46\x45\x0c\x44\xef\x11\x7a\x4a\x9f\xb6\xdb\xec\x4f\x0b\x79\xb9\xf9\x47\x0b\x59\x9f\xeb\xe6\x9d\xde\xb7\x5a\xe2\xf4\xc5\xc3\x5c\xa6\x58\x71\x4d\xf5\xbf\x5f\x72\xae\x51\xa1\x28\xc3\x3b\xde\x79\x6b\x02\x6c\x39\x6b\xfe\x6a\x3e\x2b\x57\xa3\xcf\xbb\x97\xaa\x27\xdc\xe7\x9b\x8a\x6a\x98\xef\xff\x71\x45\x79\x00\xfc\x2d\xf5\x4a\xee\xca\xcc\x41\x43\x09\xfb\xa5\x44\xd6\xf7\x48\xaf\xa6\x6e\x79\x8a\xc3\x35\x4f\x81\x59\x50\xc2\x1c\xe8\x65\xb2\x56\x05\x49\xcd\xc7\xc6\x5c\x70\xc4\xca\x20\x1b\x13\x3d\x90\xbe\x30\x29\x4d\x8c\x23\x6a\x21\xc5\xc0\x88\xdb\x2f\x9d\xb2\x2f\xbd\x16\x5f\x3a\xd3\x97\xb6\x52\x2c\x06\x74\x82\xce\x07\x1b\x59\x5d\x5b\xc2\x1d\xdc\x30\x30\x2b\xca\xfa\x08\xa1\x44\xb5\x01\xc2\x86\xb4\x56\x4d\x4e\xe6\xf4\x4e\x66\xb9\x29\x13\x45\x31\xaa\x1d\xc6\xd5\xa9\x32\xee\x28\xbc\xf0\x6d\x8f\x33\xe8\x52\x01\xda\x13\x94\x10\x73\x83\xa6\x62\xaf\x16\xf8\xe7\xa0\xf4\x1d\xcd\x4e\x2f\x88\xe9\xeb\xc8\x10\xb0\x29\x5d\x19\x9c\x69\x77\xbe\x2e\x19\xfd\x3e\xc2\x1b\x0b\xb9\x24\x86\xdb\x22\x10\x33\x5e\xe5\x6e\x7c\x2c\x38\xed\x2f\x34\x69\x55\x0a\x43\xfa\x20\x63\xdb\x51\x0a\xf5\xb1\x3c\xea\x6a\xcc\xdf\x7a\xe2\x55\x4f\xd1\x67\xcd\x3e\x56\xf2\x72\xb0\x7c\xac\x4e\xee\x7a\xea\x44\x58\xcb\xaf\x6d\x79\xa5\x59\x83\xfa\x6b\xf4\xd3\x9d\x37\xda\x37\xd7\x4a\x3c\x57\xb8\x14\xb0\xee\x75\x90\xf0\x82\x02\xec\x0d\x15\x83\xda\x78\x5b\x4e\x36\x73\x38\x0e\x60\xb0\x8e\x62\x58\x15\x08\xc1\xc3\xc8\xf4\xad\xae\x50\xc3\x6d\xc4\x19\xa4\x5d\xa1\x9e\x5a\x1d\x99\x19\x1b\xd4\xdb\xa1\x01\x0c\x38\xd2\xad\x77\x1a\x1e\x23\x09\xe8\x67\x1b\xd9\xf3\x32\x34\x27\x02\x2d\x50\x59\xaa\x7d\x0b\x47\xea\x3b\xe0\xd6\xd4\x6f\x36\x8d\x38\xc2\xbe\xff\x9f\x2b\x38\x6d\xe0\x23\x9c\x8c\x31\xf3\x07\xc4\xe3\x69\x31\xa3\x4b\x11\xbd\x9e\x7e\xed\x4e\x9c\x0d\x04\x9c\x11\x84\x8a\x45\x5a\xb7\xad\x69\xc8\xc5\x28\x53\x56\xc0\x9b\x81\x52\x78\x9b\xcd\x14\x96\x00\x5a\xf2\x07\xc8\xc5\x7d\x99\xa4\x84\x70\x30\x88\x8f\x00\xc4\xd9\x2c\x6c\x08\x2f\x7b\x4d\x41\xdc\x13\x50\xed\xe9\x1d\x4d\xa2\x3d\xca\x2b\x8f\x10\xca\x7e\xdb\x67\xe8\x31\xfd\xb4\x1b\x71\xc6\xad\x7b\x12\x31\x7b\x7c\x10\x8b\x5c\x6d\x24\xdc\x4a\xdb\x87\x61\x92\x50\xe2\xda\x3e\x4f\xb0\x23\x2c\x32\x6c\x01\x0f\xf1\xbe\xaa\x84\xc3\xf1\x74\x6d\x9f\xfa\x3c\x64\xa9\x5e\xff\x9f\x49\xf8\xac\xa0\xf3\x84\x8d\xa0\x5a\xcf\xc1\xa9\xc2\x60\x66\x5a\xca\x61\xfd\xd2\x43\x56\x96\x4e\x01\x2a\x16\x48\x83\x62\xf0\x55\x08\x4a\x9a\x82\x59\x87\x3e\xa2\x02\xdd\xa3\x26\x02\x16\xa9\xc9\xe7\xd2\x89\x29\xc4\x7f\x21\xad\x1e\x47\x7e\x42\x17\x91\xd0\xbc\xbf\x5f\x7a\x0c\x42\xef\x68\x41\x72\x1f\x02\x38\x8b\xad\x4a\x28\x9a\x36\x87\xe5\xd1\xa9\xc4\x0c\xba\xe1\x08\xb5\x30\x97\x01\x87\x85\xeb\x92\xe1\x79\x5c\x2e\x39\x07\xcf\x15\xcb\xee\xba\xc8\x1f\x22\x1c\x10\x90\x24\x37\xac\x0a\xf7\x70\xff\xe3\x07\x7c\x21\xa6\x0d\x63\x58\x68\x7d\x2f\x0c\x53\x13\x04\x13\x86\x4e\x63\x0e\x40\xc5\x76\xb4\x23\xf2\xc0\x99\xeb\xce\x2d\x2f\x33\x1e\x2b\xcd\xf3\xb7\xbb\x38\x40\xfb\x29\x4c\x7d\x49\xc7\xc7\xae\x22\x6b\x47\x30\x29\x7f\x7f\x5d\x1f\x33\x6e\x4f\x0c\x46\xa1\xa9\xe6\xfd\x31\x8b\xce\xf4\x42\x74\xfd\x82\xe6\x51\x11\x3b\x99\x52\xf0\xec\xb4\x6e\x22\xdd\xce\xab\xae\xfc\x6a\x69\xed\x91\x75\x5a\xc4\xc0\x64\x55\x46\xa7\x48\xa5\xa8\x5a\x40\x9c\x20\xa6\xe1\xa0\x36\xe8\x90\x6f\xa4\x9c\xa5\xf0\x53\x88\xdf\x9a\x74\x89\x8a\x4a\xc0\x2f\x78\x87\x0e\x0d\x2c\x41\xf4\x39\x7c\x5c\x0c\xae\xa6\x80\xa8\x07\x9b\x4c\x80\x26\xb3\x5d\x21\x99\xb6\x26\xfd\x6a\x78\x62\x94\xbf\xfc\x2b\x9a\xbc\xf4\x00\x4e\x38\x6d\x87\x96\x9e\xc0\x85\xea\x00\x82\xb4\x28\x45\x41\xac\x7b\x1a\xbe\x51\x5c\x1b\xea\x52\x5d\xf9\xad\x94\xa6\x26\xf3\x14\x08\x3f\xc6\x7e\xfc\x87\xba\x8e\x39\xc6\xa6\x6b\x24\xf2\x6a\xb4\x12\xe8\x27\xea\xe6\xc9\xf0\xae\x5f\x9a\x64\xab\xf3\xe6\x95\x63\x9d\xb2\x31\x34\xcb\x3c\x84\xee\xf5\xa2\xe7\xa2\xd7\xc1\x8f\xbd\xf6\x09\xea\xff\xaa\x3f\xfd\xef\xfd\xf9\xeb\x8f\xaa\xec\xa3\xc4\x26\xe4\xe8\x84\xd1\x91\xcf\xde\x7d\xd1\xcf\xcd\xf0\x76\x92\x5c\x90\x78\xfb\x60\x9d\xed\x8c\xef\x87\x56\x1a\xf4\xe4\xc2\x78\xc7\xdb\x03\x05\xe3\x52\xee\x93\x96\x0c\x01\xdf\xd1\x26\x68\xce\x44\xe9\x6e\x91\x7c\xa4\xf4\xd6\xbc\xac\xcd\x1c\x1b\x65\xb8\x5f\xbb\x80\xab\xf8\x10\xea\xd7\x71\x07\x58\xac\x21\x08\x0a\x43\xad\x75\xc3\x09\xe2\xde\xf5\x5a\xec\x85\x93\xbc\x05\xb0\xab\xba\xe9\xe5\x51\x1f\xa8\xa9\xac\xef\xad\xa2\x60\x8d\xa0\xaf\xd4\x03\x13\xfb\x57\x7d\xc0\xa2\x7c\x8b\xce\xe5\x52\x4e\xdf\x13\xd0\x35\xbd\x56\x1f\xa4\xab\xbb\xb7\x10\x61\x7b\x96\xc2\x06\x78\x91\xd3\x0b\x88\xc8\x7f\x22\x91\x2f\x69\x0e\x16\xc0\x39\x71\x77\x4d\x33\xf7\x42\xf9\xa5\x2b\xaa\xc8\x6d\xd3\x2c\x3f\x6a\xcb\x73\x72\x15\x61\xae\x0f\xa2\x0d\x98\x3e\xc4\xa4\x27\x70\xbd\x20\x4d\xe5\xd7\x1a\xc0\x1e\x83\x8f\xfc\x8b\x8f\x71\x7f\x5c\xb2\x24\xf7\xad\x3c\xac\x38\x56\xf3\x39\x5a\x16\x43\x8a\x80\xa8\xe9\xb0\xba\xfd\xdc\x2e\xa0\xe7\xde\x76\xad\xd2\x91\xbd\x7f\xc1\x21\x7f\xd5\x52\xf5\x72\x4c\xc6\x59\x20\xbd\x12\xea\x6b\xd7\x7e\x64\x5b\x9c\x25\x94\xd0\xe4\x77\x94\x5f\xf1\x39\x4f\x87\xab\x35\x30\x8e\x34\xee\xd3\xb0\xc6\x76\x8a\x1a\xe5\xb8\xfd\x5a\x43\xa9\x03\xbb\xec\x06\x0a\x68\xe3\x3c\x2a\x1d\x88\x62\x34\xaf\xd3\x71\x7a\x90\xe7\xb9\xcb\x55\xea\x0f\x2c\x09\x65\x86\xeb\xbf\x14\x27\xc8\x0b\x3e\x90\x5b\x94\xf4\xbe\x92\x8b\xbd\x0f\x94\x18\x38\x91\x91\xd3\xd8\xbb\xa6\x4d\x40\x66\x45\xde\x29\x87\xd4\xfd\x6e\xef\xf8\xd3\xa8\xd4\x24\x9c\x12\xa8\xf4\x85\x34\x1b\x17\xd5\xe9\x0f\x33\xc0\xb5\xee\xbd\x9e\x90\xbd\x6b\xc8\xde\x28\xdb\x34\x24\x90\x75\x7c\x06\xa7\x23\x8c\x87\x43\x49\x0f\x1f\x10\x27\x20\x02\xd9\xa5\x93\xf9\xe4\x6a\x31\xa9\xe1\x1a\xb2\xd1\xb9\xb2\xf6\xd4\xf7\x99\x30\x47\xcd\xdb\x8d\x8a\x33\xbd\xbf\x1b\x31\x6c\x9c\x2b\xda\xae\xde\x74\x15\xd7\x90\xf3\xfd\x28\xcf\xc9\xfb\x42\x36\x22\x62\x0d\x0c\x26\x57\xc6\xd5\x79\xb7\xde\x0d\x75\x67\x7e\x87\x0d\x97\x39\x23\x3d\xa0\xd8\x3b\xe1\xe0\xb6\xe4\x44\xc4\x0f\xb6\xe6\x7a\x1e\x0c\xb9\x4e\x55\x96\x32\x9b\xcc\x76\xa9\xe2\x14\x45\xfa\xdd\x63\xa2\x8a\x66\x9e\x12\xc5\xfa\x43\x57\x1c\x1e\x34\x7d\xaa\x3d\x18\x72\x9b\xaa\xab\x91\x2a\x0f\x54\xeb\xb1\x78\xbb\x0d\xb1\x4f\xbf\xdc\x7c\xd0\x6b\xa1\xf7\x60\xc8\x86\x4f\x40\x25\x4b\xb0\xe9\x1b\x9f\x93\xb5\x93\x65\xa2\xf4\xee\xee\x91\x9a\x48\xfc\xac\xf1\xa0\xe5\xa4\xa5\x67\xc8\xad\x4f\x07\xe3\x0a\x1f\x6e\x13\x46\x8b\x8a\x18\x83\xc4\x2e\x66\xc8\x08\x64\xee\xe5\xc5\x5c\xd7\x7c\x3d\x2e\xb5\x8c\x99\x61\x5d\x7b\xea\x69\xaa\xb6\xf7\x0c\xd9\x59\x8c\x32\x93\x17\x2d\xb7\xe8\xb1\xc4\xb5\xad\x96\xa5\xd6\xc5\xcb\xc7\x7c\x5c\x4e\x9e\x1e\x97\x86\x67\xc8\x75\xf4\xc8\xcb\x0d\x7e\x5a\x5d\x6a\x1e\x92\xca\xbb\x49\xa7\x34\xfd\xd9\xf9\xde\x6e\x33\xf8\x17\xb2\xf9\xf9\xe7\x58\x0f\x7e\xdb\x23\xf2\x51\xf1\x0c\xb9\x6f\x0f\x49\xc8\x01\x84\xb1\x3a\xa0\xca\xee\x0f\x55\x0e\x69\xdf\x24\xb2\xfb\x63\x95\xe1\xe3\x0e\x30\x5c\x86\x3c\xb6\x87\xe5\xd9\x53\xa5\xc9\xdb\xc8\xa2\x3e\x60\x41\x21\x51\x2a\x01\x9f\xa5\x8f\xb4\x42\xf6\x8f\x86\x54\xd9\x2a\x9f\xe5\xa3\x7f\x5a\x8f\x8a\xe1\xcf\x37\xdf\x48\x9c\x1e\xf5\x51\xda\x78\x34\x64\x65\x3e\xc9\x26\x6f\x96\x9b\x02\x2f\xe5\xd7\xf6\x6b\xe4\x9a\xa9\x8e\x44\xfb\x51\x2f\xd6\xca\xa3\x21\x57\xc1\x43\xd9\xc6\xdc\xc6\x08\xa4\x3f\x8c\x00\x21\x72\x8d\x8c\x9b\xfe\x13\xa9\xec\x3e\x1e\xb0\xc4\x56\xad\x02\xc3\xed\xa5\x19\x94\x7c\xf2\x4a\x24\x92\xdc\xba\xeb\x7e\x21\xe1\x9c\xf6\x6e\x01\xaa\xd4\x9d\xdf\x15\xf4\x76\x39\x9f\x14\x17\x6f\xa0\x0a\x75\x83\xe1\xe6\x0a\xfe\xde\x13\x36\xd9\xf3\xfa\x3f\x4a\x00\x47\x4a\xd2\x9d\x6d\xc0\xc3\xf5\x36\x3f\xd6\x0b\xf0\x8c\xfc\xd9\x3a\x9c\x54\x3f\x85\x7d\x41\xa7\x86\xd9\xaa\x03\xc3\xaf\x2f\x6a\x32\x0a\xb5\xdc\x26\x28\xa7\x58\xb6\xc1\x56\xe1\x24\x5b\x4d\x28\xda\xa2\xf7\x62\x14\x25\xbf\x35\x15\xb3\xfd\x3d\x9c\x94\x59\x08\xc1\xc8\x16\x29\x8a\x92\x7b\x57\x26\xac\x1c\xc3\x49\x36\x43\x85\xc4\xb1\x92\x27\x14\xa5\x3c\xf8\xa9\xd4\xd3\x59\x7b\x23\xe1\x79\xf3\x4a\x76\x5d\x8b\xa0\xa0\x3b\xa4\xa6\x33\x64\x0d\x1a\x06\xb4\xec\x40\xc9\x25\x46\x4c\x3a\xa7\xce\xee\xa1\x8c\x19\x43\x03\xf3\xf4\x4b\x53\x35\x4b\x98\x94\xb7\xcc\x22\xd0\x16\xb1\x8b\x34\x4f\x35\xd0\xb7\x2c\x4b\x8b\xc9\x4a\x40\x62\xb8\xa3\xbc\x6f\x16\xb9\xa6\x89\xb0\xae\x5f\xbc\xd7\xb7\x1c\x8b\x94\xd2\x62\x4b\xb7\x1e\xf4\x2d\xd7\x12\x04\x42\x27\x7a\x7a\xe1\x3e\xea\x5b\x9e\x45\x50\x31\x4a\xe8\xa1\x19\xea\x3b\xbe\x45\xbd\x54\xe4\x8c\x31\xd6\x77\x46\x96\x3e\xea\x1d\x01\xdf\xcc\x49\xb4\x56\x85\x39\x77\x23\x97\x80\xda\x9f\x9c\x0e\x23\xce\xef\x44\xe7\xc2\x11\x5a\xaa\xc9\x0e\x38\x62\x02\x5b\x71\x3b\xc4\x4d\x02\x8c\x65\xb9\x30\x92\x5b\x78\x9f\x4e\xc2\x21\x5b\xa0\x01\x0d\xac\x02\x94\x8e\x14\xcf\x01\x8b\x91\x4b\x7c\x10\x7e\x93\x64\xde\x26\x27\xb5\x39\x6e\x1b\x59\x4a\x5f\x5b\xd8\xa9\xec\x07\x13\x98\x06\xe1\x13\x72\x65\x94\x35\x38\xeb\x22\x3f\x53\x8f\x9a\x81\xee\xd9\x64\x8b\x9c\x19\xf5\x11\xb0\x3b\xc9\xe4\x90\x39\xdf\x69\x09\xa3\x3f\x9f\xdc\x4c\xd9\x44\x88\xd7\x1a\xe5\x41\x6f\xab\xf0\x57\xf9\xa1\x5e\x3f\x90\x80\x88\x59\xe9\x12\x0c\x7b\xcf\x34\x7f\x84\xf9\xa9\x99\xd7\x55\x1f\xcc\x33\x56\x4e\xc6\x84\x69\xb6\x33\x25\x5e\x02\xfb\x49\x8f\x08\xa5\x47\x0b\x18\xc4\x9c\xa4\x5f\xb6\x03\xf6\x20\xf9\x66\xae\x8f\x00\x64\xd6\xcc\x81\x25\x84\x41\x37\x2b\xe4\x83\xa8\x28\x53\x44\x66\xb9\x6d\x9e\xff\xc2\x72\xfb\xd7\x97\x4a\x28\x6b\x1f\x40\xc3\x94\x25\xb4\xe4\x61\xd0\xbc\xf6\x4c\xb3\x4b\x31\xe4\x4e\xce\x0b\x92\x99\xb0\x59\xfd\x10\xc9\x78\xc4\x94\xbe\xcf\xef\xf7\xb0\x55\xd5\x45\x22\xb5\xdd\x47\x79\xce\xc8\xa9\x01\x87\x78\x78\xba\x32\x4a\x7b\xab\x36\x31\x10\xa9\x54\x5c\xe1\xe2\x74\xd5\xa0\xda\x81\x04\x4d\x65\xe4\x05\xa2\xeb\x02\x8d\xbc\x40\x5d\x02\x39\xf0\x70\x0d\xee\xb4\xa7\xef\x5f\xe4\x0a\x8f\xd7\x44\x4d\x7f\xa7\x2f\x34\x21\xa2\x3a\x11\x4e\x2c\xff\xc1\xd0\x89\x95\xec\x36\x06\xa0\xf2\xb5\x87\xab\xbe\x44\x2d\x99\xfb\x38\xf9\xad\x06\xbc\xc0\x0f\xac\x3d\x3c\xcf\x27\xec\x24\x6e\x34\x0b\x1d\x68\x5b\x1f\x36\xca\xae\xbb\xdf\x2a\x7a\x17\x4e\xf4\x4f\xda\xa5\xac\xa4\xfe\xf0\x63\xb3\x1a\xeb\x41\x0e\xdf\x69\xc8\xc5\xf6\xba\x5d\x35\x9c\x88\xea\x17\x72\xc5\xb3\x53\xfa\xfa\xd7\x77\xc5\x79\x20\xc5\x3d\x71\xa0\x9e\xdd\x85\xf8\x76\xf5\x89\x40\xfe\xd4\xe2\x42\x2b\xfb\xfa\xbd\xc5\x9d\xc6\x00\xe8\x82\xc4\xce\xb4\x00\x40\x05\xd3\xe9\x03\x46\x52\x8b\xae\x75\xb5\x21\x57\x17\x41\x6a\x6b\x11\x28\x10\x23\xd5\x8a\x01\x6b\x14\xee\xe0\x78\xb3\x9e\x4f\x48\xa3\xff\x75\x4a\x5c\x36\xed\xc3\x97\x3c\x53\x6f\xdc\xd7\xc9\xcc\x06\x37\xe2\x52\x33\x76\xf1\x3f\x6c\x46\xa2\xb4\x24\xc6\xb4\xef\xb6\x19\xdb\x39\x9d\x6f\xea\xeb\x72\xdb\x0c\x56\x9a\xe8\x66\xac\x7e\x68\x46\xb7\x6c\xad\x58\x75\x55\x6e\xae\x18\x95\x9b\xb1\x53\x7d\xa8\xd0\x6c\xd2\x22\xac\xe4\xf9\x1e\x0c\x62\x1f\xc6\x32\x72\xd5\xbf\x7b\xd3\x14\xd7\xbf\x56\x8a\x2b\xab\x80\x84\x52\x0f\xe1\xef\x2a\xc7\xd3\xa9\xe1\xaa\x65\x66\x1f\x53\x6f\xa5\x8f\x59\x2f\x79\x97\xf1\x2d\x3e\x49\xba\x50\x3a\x12\x18\x69\xb7\x02\x36\xab\x45\xea\x33\xe6\x14\xd4\x57\xff\xe2\x5c\x8d\x4a\x63\x4e\xe7\xb3\xfa\x0a\x6b\x6c\x6c\x75\xc5\xf3\x53\x75\x26\x5e\x2d\xe2\xb1\x47\x8b\x03\x9b\x43\xdf\x85\x80\x82\x5a\xe0\x81\xc8\x37\xcb\xef\x6a\x47\x0a\x87\xa4\x91\xc7\xfd\x62\x02\x70\x2c\x87\x7c\xe9\xfd\x2b\xbf\xcf\xd1\x65\x39\x41\x27\x10\x68\xf4\xd7\xbb\xe8\x1b\x76\x16\x93\x53\x4d\x6e\x7c\x51\x20\x1e\x2e\x24\xcd\xeb\xed\xb4\x2d\x09\x1f\xf2\x23\x82\x26\x65\x5f\x27\x72\xb3\x23\x4b\x87\x6e\x02\x72\x59\xa8\x27\x12\x35\xe0\x40\xcf\x8e\x27\x90\x3d\xb6\x7e\xc9\x19\x8f\x13\xb4\x1f\x28\x4e\xa0\xae\xe6\x40\xbf\xe3\xa2\xbb\xbf\x2a\xba\xec\x65\x0a\x39\xa8\x11\xda\xc6\x63\xe1\xf4\x7f\xba\x70\xee\x0f\x5d\x0d\x03\x44\x4f\x2f\x1b\xd2\xc1\xbf\xe4\xb1\x36\xc3\x33\xdd\x31\xf5\x98\x5a\x4f\x25\x1d\x79\x1a\xb8\xa8\xcb\x12\x6a\x9c\x76\xee\x8a\x85\xd3\x90\x99\xba\xc5\x7e\xd9\xce\xef\xaf\x66\x7c\xaf\x09\x8b\x12\xde\xe5\x3f\xd1\x84\x2b\xc3\x8d\x9b\x5e\x48\x6c\x24\x15\xd0\xd3\xdf\xa0\x7a\xdd\xca\x03\x32\xea\xe8\xdf\x85\x44\x5a\xcf\x4c\xbf\x04\x19\x6d\x86\xfc\x05\x97\x05\x93\x67\xd2\x2c\x13\x9b\xb8\x8e\x33\xbd\xe7\xce\xcc\x0d\x12\x23\x31\x58\x50\x28\x86\x3f\xf8\xeb\x4f\x87\xff\xd5\x4f\xab\xd2\x87\x45\xbf\xf2\xfd\x98\xd4\xac\xdc\xed\xf1\x19\x91\xc6\x49\x4c\xae\xcf\x8f\x60\xcd\x0e\x27\x45\x7b\x29\xc2\xad\x0b\x6e\xf8\xaa\xdc\xab\xb0\x22\xfb\x7a\x0e\x5e\x17\x67\xea\xf9\x6c\xb7\xf4\xca\x5d\x32\x64\x31\x0a\xe7\x93\x9b\x97\x9f\x98\xb9\x9f\xc4\x97\xa6\x09\x09\x0f\xc8\xa5\xf4\x3a\xa9\xc5\x56\x2a\x37\x5a\x2d\xf6\x4c\xad\xe6\x32\xb7\x5a\xdd\x70\x28\x88\xa7\xf1\x0e\x50\x9d\xe5\xaa\x86\x5a\x1b\x07\x79\xe6\xc3\xc7\xe7\x7c\xef\xc8\xe7\x7c\x68\x00\x47\xd0\x80\xca\x83\x75\xeb\xea\xeb\x10\x72\x36\x9f\xa5\x14\xea\x2d\x09\xe0\xb9\x16\x71\x2d\xc1\x1c\x3a\xb9\x83\xbc\x3e\xed\x67\x7d\x28\xf2\xbd\x1b\x67\x3e\x2d\xb6\xe9\x23\x1a\x1e\x6c\xbd\xd6\xc3\x1f\x47\xa3\x42\x35\xb6\xa5\x71\xf0\xbe\x09\x10\xf9\xd8\x44\x92\x07\xe7\x7a\x0c\xa2\x87\x1f\xbb\x92\xd9\xc4\x36\xbb\x61\x79\x68\x16\xf2\x3f\x8d\xcd\x12\xe6\x33\x76\x54\x24\x6b\xc5\x4c\x33\x5f\x87\x06\xb5\x77\x52\x47\x5c\xe2\xa8\x76\xb2\x50\x61\x61\x56\x63\xbf\x36\x52\x50\x27\x64\xd9\x7a\xa1\x43\x33\xba\x30\x9f\x17\xd2\xea\x56\xa9\xdc\xf8\x2c\xc3\xd6\x2f\xc5\xd8\x12\x8c\xb7\x7e\x04\x26\xae\xc9\x8f\xe6\xf3\x8c\x6d\xdc\xf8\x99\x3a\x82\x1f\x25\xf3\x09\x7b\xea\xb5\x7d\x92\x11\x3b\xf2\xc4\x8f\xb4\xc0\xbb\x52\xc2\x4a\x31\xfa\x97\xd2\x88\x1d\x92\x3f\x4e\x17\x49\xd4\x99\x33\xda\xb7\x9e\x66\x7e\x69\x7f\x1a\xba\xf5\x63\xd6\x2b\xe3\x7a\x0b\x76\xe2\x11\x71\x15\xc8\x9c\xf4\x77\xb9\xc8\x51\x7a\x28\xf9\x47\xb2\x05\x83\x0e\xc6\x04\x7b\xb7\xff\x7e\xc5\xc5\xce\x91\x5f\xf9\xb0\x1c\xe7\xb6\xe8\x78\xa0\xf9\x21\xff\xa9\x6a\x89\xee\x9b\xdd\x0b\xc7\xe4\xaf\xd8\x4c\x33\xd8\xeb\x99\x08\xde\x53\x59\xf5\x9c\xee\xe7\x6c\x0d\x18\xdd\xd9\x2e\xb8\x23\x6e\x8f\x38\xc4\x5f\xdb\xe0\x4e\x9f\x9f\x01\x34\x71\xbf\x04\x4c\xa7\x02\x6e\x60\x35\xa9\xac\x47\xf6\x00\xb1\x59\x1f\x78\x2a\x52\x10\xd1\xf1\x32\x0b\x19\xc3\xbc\xd6\x80\x49\xae\xdd\x51\x99\x2e\x55\x38\xfb\x5f\x59\xd0\x98\xd0\x0c\x83\xbd\x51\xad\x45\x39\x3e\x2c\xea\xe7\xc6\x1f\x12\x25\x2d\x21\xac\x05\x3c\x9e\x91\x52\xb8\x05\xbf\x1f\x4a\xd6\xe1\xd4\x61\x2a\x22\x6f\x98\x1e\x31\x01\x63\x92\x9f\x8e\x12\x81\x51\xe3\x35\x65\x9d\x8a\xac\x39\x82\xff\x11\x40\xd3\xa7\xc0\xbb\x2c\x80\xa6\xd2\x60\x13\xbc\x5e\x2b\x4d\x95\xdb\x4a\x18\x5c\xdd\xff\xe1\xbf\x49\xfe\x5f\x51\x6e\x8a\x9c\x8d\xc2\xef\xaf\x91\x6e\x6b\xb1\x85\x5d\xae\x06\x87\x5d\x80\x6d\xd3\x61\x48\x27\x68\x08\x63\xca\x1a\x42\xe2\x74\x43\x0e\x0c\xce\xb8\x86\x04\xc5\xac\x54\x42\x22\xe3\x05\x27\x7f\xf2\xc9\x57\xad\x80\x3d\x98\xb0\xa3\xa1\xd3\x43\xb6\xab\x69\x1f\x86\xb9\x3c\x3e\x31\xf3\xda\x5b\xa8\x0a\x85\xa4\x9c\x25\x9c\xb8\x0b\x50\x6b\xf6\xca\xfc\x0e\x6b\x6d\x0b\x35\x60\x2b\xc2\x7b\x97\x05\xdb\x84\xa2\x9f\x90\x76\x09\x2f\xe4\x70\xd4\xba\x80\x43\x01\xb5\xa6\x38\x26\x63\x3e\xbc\x28\x63\x45\xe6\x53\xef\xe1\x55\xe7\x22\x7b\xab\xf2\x8c\x57\xb2\xb4\x39\xb0\x9c\xb8\x99\xe5\x44\xe5\x3c\xa1\x95\xb9\xd8\x79\xd9\x33\x6b\x90\xad\x22\x76\xb5\xc4\xb7\x68\x30\xda\x3c\xfe\xd5\xc6\x40\x2f\xce\x06\x60\x67\xa7\xc1\x92\xe8\xe2\xab\x71\x46\x0c\x42\x70\x81\x8e\x16\x13\xbe\xa0\xa7\x99\x0b\xa7\xcb\xc9\x2a\x9c\xed\x92\x2c\xba\xfa\xc8\x72\xee\x77\x4d\x62\x67\xe1\x16\x05\x3b\xc6\x3b\xf2\x71\x2a\xe4\x8e\x5c\xcb\xf6\x82\x56\xf9\x42\xd6\x20\xa4\x8f\x9a\x48\xb1\xfd\x56\x55\xc2\x06\xf2\x32\x82\x83\x9c\x16\x12\x02\x36\x2e\x45\x39\x8a\xc0\x9f\x77\xe9\xd4\xf0\xbb\x21\x9d\x93\xce\x99\x5c\x59\x66\x7a\xd7\x8c\x45\x04\x37\x4b\xe4\x41\xa4\x55\x28\x4a\xd7\xa3\x9b\x6b\xff\xe6\xda\x2b\xae\x6d\x80\x2d\xa8\xc7\xbf\xba\xb6\x85\xa5\xb6\x4d\xdd\x1c\xdb\xe9\xed\x29\x00\x8d\x01\xa6\x37\xf1\x98\xb5\xbd\x7a\x90\x1a\x40\x80\x75\x9b\xf4\x57\x3d\xdc\x63\x94\x6c\x38\x9e\xc1\x79\x74\x58\xc1\xc3\x41\xa6\x94\xc4\x00\x7b\xfd\xfa\xa0\x18\xd3\x16\x14\x23\x1f\xb5\x3a\xc0\xb5\xfb\x17\x17\x88\xec\xf4\x19\x22\x41\x93\x3a\x6b\xad\x8f\x1b\xa2\x38\xb4\x79\x9a\xb2\x18\xde\x1d\x22\x8c\x1d\x04\xda\x66\xe6\xf5\xc6\x6e\x90\xbf\x45\xd3\x95\x15\xd3\x83\xfe\xb8\x20\x2b\x23\x91\x6a\x7f\x4e\xff\xd3\x4e\x9e\xb5\x88\x53\x7b\x5b\xae\x69\x40\xbc\x7e\x80\xb6\x6e\xb7\x7a\x45\x7f\xfe\xae\xfa\xe2\x49\xec\xb0\x7f\xad\x8c\x30\x88\x06\x02\xef\x95\x28\xdd\x1e\xf1\xd6\xb3\xc2\xab\xdb\x3e\xed\x73\x5a\xfc\xe5\xdb\x1e\x9b\xf4\xd5\xe1\xea\xb6\xcb\x9c\x63\x74\x7b\x97\xba\xf4\x2b\xf7\x99\x83\xcd\xd4\xd6\x9f\xbb\xaf\xe8\x69\xb0\xef\x8e\xc8\x29\x3c\x33\x6a\x20\x51\xfa\x78\xb5\x17\x30\x1c\x05\xf5\x21\xef\x56\xa8\xdb\xf5\xf3\x4b\xf8\x98\x3b\x76\x88\xd9\x39\x84\x97\xf9\x81\x62\x12\x6c\x36\x38\x1d\xe1\xd8\x32\x3b\x75\x1f\x99\x98\xea\x37\x7b\x6f\xa5\x17\xfb\x14\xde\xe8\xd5\x8f\x66\xf1\xd5\x3a\x88\xee\x6a\x5b\x42\x77\x89\xd2\x5b\x9a\xff\x4c\x09\x1d\xa7\x4b\x93\xb3\xa2\x26\x84\x24\x5f\x37\x89\xbf\x64\x23\x4b\xbd\xff\x50\x50\x33\x6f\x01\xbd\xbd\x3f\xc7\xdf\xcf\x6c\x76\x31\x3a\xa1\x6a\xf4\x69\xf3\xce\x65\x13\xff\x7c\xc2\x67\xc2\xca\xfc\xc3\x3f\x89\xe4\x9c\x4c\x23\x84\x43\x6d\xe7\x37\x77\x64\xa2\x67\xa3\x13\x92\xed\x95\xe2\xe6\x54\x53\x19\x1b\xf0\xeb\xc6\x61\x50\x5e\x65\x01\x67\x5d\xac\x84\xf0\x5e\xb9\xc8\xdd\x12\xbb\x7d\x65\xff\x54\xae\xd1\x92\x38\x40\xeb\x47\xac\xac\x8d\xf5\x53\xb1\x7d\x56\x2c\xac\x23\x15\x4d\xf3\xeb\xa7\x62\x27\xf2\x80\x51\x27\x79\x42\x44\x9a\x93\x9a\x3f\x15\xeb\xec\xc9\x45\x0d\x29\x2f\x09\xfe\xf9\xb1\x1b\xeb\x56\x2a\x0a\x62\xa2\x23\x7c\xda\x6b\xd2\x92\x27\x78\x9c\xb9\xec\x37\xe9\xbb\x0b\xe2\x23\xf7\x72\x4f\x86\xe2\x03\x5d\x75\xe4\x8e\xc0\x1e\xba\xc8\xee\xa6\x4e\x34\xa4\x31\x39\x33\x91\xc3\xf7\x63\x8f\xec\x30\xe5\xca\xf7\x88\x05\xe6\xca\x0f\x88\x08\xce\x2a\x47\x75\x59\xe5\xa8\xae\x2b\x8b\xea\xc8\xc7\xa9\x5c\x5b\xa7\x51\x6e\x6a\xb7\x71\xd5\x54\xbc\x7f\x28\xbd\x2f\x6e\x5e\x5f\x87\x83\xd2\xeb\x1b\xc8\x6b\x0b\x92\x0a\xb6\x72\xd9\xa0\x4b\xf2\x3b\xb6\xac\x0a\x66\x7d\x4e\xfd\xf9\x55\x54\xd1\x0e\x1e\x4b\x55\xb4\x10\xb6\xf7\x99\x2e\xc7\x39\x70\xc9\x49\x4f\x81\xa5\x77\xb6\xed\xac\x97\xe3\x12\x25\x65\x47\xda\x0b\xf4\xd5\x86\xc2\xa1\x0c\x0e\xbe\x81\x92\x53\xbf\xd8\x99\x4e\x14\xb1\x2f\x3d\x1d\x56\x23\x61\x0d\x2a\x59\x7d\xbb\x3a\xdb\x97\x86\x55\x47\xef\xb3\x55\xc4\x5b\x2c\x90\xc2\x1a\x2a\x76\xb9\xa3\x9d\x03\xba\x1a\x22\x13\xa8\x5e\x24\xcf\x65\xb6\xc2\xce\x0e\xd5\xc6\x05\x69\x02\x9b\xf8\xeb\x19\x2f\xe0\x4e\x35\x79\x69\x1a\xec\xdb\xe1\x92\x97\x09\xb1\x32\x1b\xb8\xb6\x46\xe0\x56\xd9\xd6\x5c\x83\xff\xce\xe8\x0c\x7f\xee\xe9\x66\x35\x61\x9f\x60\xfd\x89\xed\x8a\xc8\xe7\x47\x1d\x4f\xfd\x2e\x79\xda\xaa\x8d\x0c\xa0\x0f\xf7\x28\x97\xd1\x3e\xa4\x9a\x87\xe4\xe2\x57\x45\x3e\x5c\xb2\x2d\x24\x14\xa0\xf2\xa4\x9b\xb5\x97\x69\xdb\xe2\xd9\x9e\x66\xec\xdc\x05\x03\x7a\xc4\xfb\xaf\x27\xfc\xf5\xc3\x88\xb4\xe6\x17\x99\xbb\x98\x90\x4b\x87\xdb\xd9\x68\x5a\x68\x3e\x54\x95\xb0\x2c\x12\x1d\x16\x64\x6a\x15\xce\xb6\x42\x1f\xbf\x8f\x97\x60\x63\x73\x7a\xe5\x1e\x23\xea\xcf\xf8\xd2\x86\x6e\x67\xdf\xe6\x94\x0c\x7d\xa8\x4e\x2f\x54\xd6\x5e\x56\x64\x11\xb5\xd6\x0c\x11\x13\x9b\x50\xaa\x42\xc5\xa9\x6d\xd9\x15\xe0\x08\x33\xb7\xee\x8d\x26\xa2\xab\x90\x96\xd0\x6b\x16\x92\x14\x44\xb4\xde\xbb\xb4\xd9\xad\x14\xc9\x0e\x27\xf3\x35\xb2\x4e\x76\x01\x8d\xe0\x55\xb6\xc8\x06\xda\xd9\x68\xae\x5e\xd5\x55\x48\xd8\x1f\xea\xae\x16\x8d\x35\x9f\x09\x67\xda\x0d\xb8\x0e\x4d\xec\xed\x51\xab\xa3\x0a\x92\xac\xeb\x01\xe0\xd6\x28\x57\x2c\x79\xed\xb3\xca\xe6\x5c\xcb\xfd\x9a\x4d\x59\xee\x55\x36\x33\xe2\xf5\x74\xa0\x69\xd1\x47\x80\xf2\xce\x0d\x5a\x34\x9f\x51\xfd\x9e\x95\x50\x07\xf4\xda\x59\xdb\xd8\x18\x1e\x43\x13\x21\x4c\x67\xb4\x4a\x4d\xe4\x6a\xcb\x98\xed\xbb\x42\xf3\xb9\x63\x83\xe8\x3e\x26\xb6\x64\x21\xb3\x93\xb2\x5c\x28\x3d\x92\x92\x09\xd2\xd1\x42\x26\x47\x62\x44\xf6\x72\x79\xb4\xf9\x84\xd3\x2c\x68\xa1\xd3\xf1\x85\x95\x5a\x19\xf3\x7e\xf5\xb5\xd3\x1d\x85\x6f\x70\x45\x8d\x13\x1d\xa6\x29\x7f\xf4\x43\x97\x25\x56\xa3\x8b\x74\x7b\x99\x6f\xde\x66\x69\x33\x27\x4b\xe6\x6d\xfe\xaa\xb1\x61\x06\x59\xd7\x5c\x8a\x4f\x27\x48\xb2\x13\x8b\x1b\xaf\xb9\x18\xf1\x79\xd5\x92\x4c\xa8\x3f\x22\x8f\xf8\xf4\x54\xb7\xab\x0e\xb9\xfa\x16\x19\xce\x74\x53\x5a\x38\x67\xde\xe3\x18\xc1\xd7\xfb\xf9\x43\xa9\x29\xd9\x53\x9c\x89\x68\x47\xe6\x49\x43\x07\xa1\x95\x89\x3d\x47\x79\xf5\xf9\x4c\xce\x8f\x22\xbb\x9c\x58\xed\xe3\xaa\x50\x70\xb6\x61\x3e\x57\x18\xae\xf0\x4c\x85\xbb\xdc\xc6\xd5\x75\x95\xf3\xb3\x0d\x7b\x20\x97\x5e\xa0\x74\x26\x93\x04\xd7\xa5\x97\x67\x02\x46\xf9\x68\x1f\xc1\xce\x6d\xd8\xfd\xab\x12\xea\xe1\xd2\xb2\x7e\xee\xd4\x5e\x52\x93\x9f\xe1\xd6\x15\xa3\xea\x0d\xeb\x23\x1d\x31\x71\xf6\x0d\xbb\x7a\x8d\x45\x72\x46\x8c\x8e\x6a\x46\x44\x88\x0a\xe0\x11\x5d\x71\x05\x3c\x03\xdd\x5b\x64\xf9\x37\x3a\xb4\xc1\x1f\x1f\x61\xf5\x8f\x72\xff\x30\x4e\x45\xb3\x3f\xd2\x4b\x2b\x99\x1e\x1f\xca\x10\x4c\xb9\x78\x4c\x7a\x7f\xb2\x34\x2d\x25\x17\x8e\xe8\xbc\xa9\xc8\x43\x90\xed\x95\x2e\x25\x04\x72\xfa\xb2\x16\xd1\xca\x79\xed\xd2\x87\xac\x50\x75\x28\xb0\x7b\x66\xf5\xc9\x39\xf1\x65\xd0\xeb\x2a\xb2\x14\x77\xc9\x91\x79\x6a\x2d\x28\x50\xf9\x79\x00\xfd\x9c\x12\x67\x4a\x10\x3f\xb1\xa0\xdc\x78\x1a\xb0\x72\x43\x34\x53\x93\xac\xc3\xd0\x23\x8d\x07\xac\x47\x12\x5b\x52\x5a\xfb\x16\xf4\x48\xc3\x01\xeb\x91\x04\xc0\x54\x3c\x0b\x7a\xa2\xc7\x01\xeb\x89\x48\x36\x72\x2d\x68\x82\x1e\x06\x99\x26\x08\x46\x6a\xc7\xda\x50\xdc\xd2\xfd\x80\xad\x2d\xb0\x54\xdb\xd6\x8e\x6e\xdf\x0d\xd8\xfa\x81\xdb\x96\x75\xa0\xdb\x83\x01\x2b\xcc\xe9\xae\xb2\x4e\x74\xd7\x1c\xc0\x8c\x60\x39\x8b\x16\xd1\x08\x7f\xdf\x00\x5f\x7a\x41\x7c\xfe\xac\x86\x4d\x32\xab\xd3\xdf\x0f\xf2\x6e\xf8\xb5\x24\xc7\xb2\x50\x1e\x31\xb3\x1f\xb0\x86\xf5\xd9\xed\xb9\xd2\x67\x0c\x00\xbd\x42\xda\xc0\xd4\x99\x64\x8e\xe8\x05\x40\x03\x09\x33\xa9\xb9\x46\xf6\x5c\x52\x83\xc6\xc8\xdb\x35\xcd\x1f\x1f\xd4\x0a\xb7\x3e\x48\x05\x06\xbf\xc1\xcf\xbe\xa1\x4f\x63\xd5\x56\xbd\x13\x27\x0c\x82\x9b\x27\x05\x18\xaa\x83\x82\x18\x82\x57\x4e\x0c\xd4\x52\xfa\xe2\xd1\xc2\x63\x28\xc8\x0e\x8c\x88\x95\x17\x68\x9a\x7b\x2e\x00\x35\x54\x54\x67\xa9\x67\x6f\x21\x75\xf5\x9c\x50\x90\xfa\x6a\xcb\xc5\x28\x4e\xd7\x02\x3f\xb1\xc0\x51\xe1\xe8\x92\xde\xb6\xc7\x6d\x27\x8b\x34\xf2\x69\x2e\x08\x07\xac\xa6\xf2\x67\x64\x76\xd0\x0f\x1d\x90\x2f\xb5\x1b\x64\x73\x00\xa9\xf5\xa3\xc5\xdd\xa1\x3d\xcb\xec\x87\x23\xac\xd8\x6c\xef\x10\xa0\x1c\x54\x08\x3c\xe2\xf3\x52\x68\x05\x66\x0b\xb5\x42\xd9\x0a\xb6\xe5\xa2\xe2\x33\xf2\x96\x26\x6d\x4b\x4a\xa1\xf8\xc0\xae\x4b\x11\x9e\xc5\x7c\x10\x69\xf2\x44\xbb\xaa\x21\xbb\x2f\xbc\x75\x3a\x2f\x55\xe4\xc7\x6a\x29\xe1\x04\x72\x55\xf1\x11\xb4\x1c\xe3\xd5\x8d\x2a\x1d\xfa\xc4\x01\xf6\x28\xe8\xf1\x19\xe2\x18\x20\x83\x46\xc6\x8a\xb9\xb7\x11\x52\x9f\xd8\xb1\x9a\xc7\x85\xd6\x42\x35\xe5\x61\x41\x46\x63\xd1\xe9\x68\x92\x32\x68\x68\x52\x6b\x9f\x64\xd4\xb5\x81\xbd\xf2\x41\xef\x77\x89\x4f\xb4\x7b\x9c\x15\xb8\x12\x0c\xf4\x78\xfc\x6e\x24\x44\x1b\x5e\xaa\x5b\xa5\xf9\xf9\x1a\xad\xc2\x7b\x8a\xbd\x71\xd8\x85\x7e\x2f\x39\x80\x65\xc5\x9e\x06\x7b\x29\xc4\xef\xee\x11\xe9\x67\xa8\x28\x22\x34\xc1\xe0\x85\xb2\x83\x47\x4e\xbc\x81\xb8\xf5\x45\x27\x01\x52\x57\xc3\xb1\x1a\x20\x32\x38\x6d\x01\x50\xe7\xe4\xe7\xb9\x37\xa8\x8e\x54\x73\xbc\x30\xcf\xa0\x68\x4b\x85\x0c\x9e\xed\x3a\xbc\x82\x75\xa7\xc7\xf3\x68\x90\xd9\x10\xd4\x53\xeb\x78\x9f\x85\xf7\x2f\x6d\x55\xe6\x2f\x59\x81\xe5\x08\x11\xcb\x3a\x84\x66\x28\xa6\x22\x72\x79\x50\x51\x39\x1e\xcc\x12\x42\xec\xe0\xcc\xc9\xb6\x1f\x44\x60\xe9\x15\xed\xcc\x4f\xc3\xdc\x7a\xfe\x0b\x06\x01\xba\x7f\xa8\xb3\xa2\x54\x4f\xf9\xef\x6a\x4f\x0a\xfb\xbe\xfc\xde\x9e\x0d\x6d\x55\x8e\x12\x53\xf6\x62\x39\x29\xcf\x4b\x12\xd3\x0a\x78\x8f\xd3\x87\x6a\x06\xfc\x34\xd9\xf5\x19\x29\x87\xc6\x7b\x22\xc4\xaf\xfd\x5b\x95\x51\x86\xc4\x33\x87\x02\xb8\x84\xee\x50\x4a\xaf\xd6\x91\x6c\x6b\x51\x4f\xe4\xe1\xe4\x3d\x54\x3d\x31\xb0\xa2\xb7\xea\x87\x78\xa5\xe0\x8b\xc3\x5d\xcf\xcc\x07\xa6\x42\x03\xd3\x95\xcb\x39\x1d\x04\x2d\x86\xa8\x42\x4c\xf8\x2a\xa2\xaf\x5c\x87\x7a\x43\x2a\xdc\xcb\x76\x7a\x9d\x6e\x74\xc6\x59\x9d\x90\xf9\xd8\x3f\x90\x4f\x3f\x58\xb1\xf7\xf4\x03\x5d\x77\x05\xb9\xff\x28\x8b\x4d\x09\x57\x36\x1d\x7f\x5f\xb9\xcb\xa3\x0f\xfc\xb0\xe3\x96\xec\x51\xe7\x2e\x95\x1b\x25\x14\x2f\xeb\x2f\x18\x13\x2c\x80\xc2\xf5\xd5\x58\x22\x8a\xa3\x9f\xc0\xed\x01\xcc\x2e\xce\xdf\xf3\x01\x3e\x07\xfa\x63\xb1\x5d\xe8\xb9\x43\xaf\x5a\x0a\xf5\xdb\x81\xa3\xdb\xa4\xc8\x1b\xbb\x6d\x71\x6e\x5d\xce\x20\x9c\xd2\x91\x48\xc3\x7d\xe2\x31\x4e\x53\x28\x71\x4e\x6d\xbd\xc5\x06\xa1\xac\x7e\x0a\x2b\x51\x47\x68\xd4\xdc\x24\x42\xaa\xef\x43\x3c\xa1\xc7\x94\x4b\xcf\xb9\x89\x01\x9b\xee\x1b\x68\x5c\x8a\xe1\xf7\x36\x73\x90\x4a\x7d\x33\x52\x68\x2c\x19\xa3\x44\x1e\xd3\xc5\x96\xa8\x1e\xcd\xf6\x56\x09\x45\x4e\xb6\xf6\xbe\x86\x1e\x1c\x71\x5c\x74\x24\x19\x84\x69\x77\x6d\x65\x9d\xc7\x47\xb7\xd5\x25\x0d\x95\x4f\x89\xbc\x26\x42\xb4\xac\xac\xc5\xfa\xe1\x4c\x58\x97\x41\xa9\xd6\x5a\xff\xa6\xd6\xac\x26\xc2\x61\x11\x4d\xaa\x22\x31\xe1\x9f\xe5\x92\x5b\xae\x15\x5a\x7c\xd9\xed\x02\x81\x48\x13\xfd\x2f\x8a\xe0\x82\x5f\xc2\x6c\xbd\x7f\x2c\xd6\x5e\x28\x4f\x67\x37\x2f\xff\x29\xec\x48\x75\xba\xec\x5c\x07\x0b\xd4\x34\xee\x43\x87\xca\xf0\x75\xab\xae\x5d\x7e\x3c\x3a\x04\x45\xa2\xa9\xd0\xe4\x7d\xa0\xfb\xa0\x12\xb3\xbc\xcb\x3a\xf3\xeb\xf7\x72\xf8\x3b\x4d\xbd\xac\x13\x7c\xea\x48\x85\xe2\xdb\x58\xbb\xaf\xa4\xd0\x21\xeb\x7b\x6b\x94\x4f\x0c\xcd\x80\x6d\x8c\x10\x57\xe9\x0a\x35\xa5\x18\xf1\xb9\xbc\xab\x4e\x84\x17\xaa\x24\xbc\xc3\x70\x2c\x89\x5d\xfc\xdc\x2d\x1e\x7f\x6a\x3e\x3f\x7e\xaf\xaf\x1e\xf3\xe6\xd7\xb3\xe6\x37\xfe\xdc\xfc\xec\xbd\x9c\x58\xfc\x55\xf3\x53\xf5\x4f\x9a\xff\x21\x46\x69\xde\xfc\xeb\x15\x8c\xf6\xa5\xf2\x66\xcf\x1e\x0f\x9e\xae\x98\x26\x5c\x19\xfb\x87\xdc\xf4\xb3\x61\x4b\x2c\xba\x53\x0e\xe9\x4c\xe8\xb7\x81\xf0\x4e\xa5\x49\xa5\x7e\x6a\xd7\xc2\xeb\x8d\x13\xae\x4b\x61\xbf\xf3\x35\x44\x65\xdd\x16\x52\x45\xde\x90\xec\x15\x8c\x3b\x4c\xb2\x5b\x05\xe9\xed\xee\x65\x41\x0a\x2a\x97\x47\x78\xd1\x90\xb5\x93\x08\x71\xd4\xf2\xcb\x63\xbc\x84\x8d\xc1\x5b\xc4\xf2\x7a\x89\x68\xea\x16\x2e\x6f\x09\xb2\xfa\x89\x1e\x67\x3e\x70\x57\x03\xf5\xb9\x78\x04\x6d\xd3\xb3\xd0\x1a\xe4\x93\x71\x21\xf5\x97\x5d\xbb\xcb\x83\x74\x7d\xcd\x24\x99\xae\xee\xb7\x17\xc9\xf2\x31\x72\xb9\xc3\x6b\x9e\x3e\x64\xbe\x99\xa3\x85\x0f\x13\x5d\x4e\x14\x89\x8e\x7a\x31\x76\x6a\xe6\xd9\x75\x88\x65\xfe\xed\x9d\x45\x43\xc0\x28\xd5\x54\xf2\x5d\x38\xbf\x10\x73\xbb\x42\x36\x4e\x4f\x21\x40\x9f\xee\xd1\x89\xee\xed\x56\x13\xbd\xcd\xdf\x92\x15\x29\x1f\x56\x30\x47\x0f\xf2\x76\xbc\xeb\x43\x56\x33\x6e\x3d\x1c\xb6\xa4\xa9\x0e\xa4\xd8\xc8\x83\xba\xac\x1e\xab\x4b\xa9\x0e\xe6\x02\x46\xb8\x33\xcd\xa7\x78\xdf\x84\x48\x49\xbf\xe5\xbf\x11\xb4\x47\xfe\x8a\x34\x51\x16\xe9\xdc\x4d\xa4\xce\xef\x23\xe2\x83\xd6\xc1\x7d\x0d\xea\x77\xe2\x1e\xd8\x76\x35\xc1\x47\x63\x0e\xc5\xe5\xbb\x7e\x17\xab\x78\x74\xb4\xa1\x86\x55\xac\xf4\x51\x0e\x6c\x23\x4e\xa5\x4d\xc2\x98\xdb\x71\x68\x2a\x8e\x68\x89\xbf\x21\xd6\x59\xf9\x73\x9c\x82\xd4\x22\xfd\x95\xcd\x61\x9c\x59\x67\x34\x13\xe7\x0b\xf1\xd8\xa7\xbc\xa7\xce\x0e\xd6\x75\x64\x6d\x4f\x48\x8b\xf0\x1b\x5c\x32\xa7\x96\x3e\x73\xec\xf0\x14\xe0\x78\x78\xe6\x6f\x80\x0b\x13\x68\xa2\xe8\x40\xbf\xb6\x65\xec\x42\x2e\x81\x40\x6c\x7d\x34\x5b\x41\x86\x6a\x68\x95\x9e\x3c\xf0\x95\xae\x76\xa8\x3f\x65\x43\xfc\xae\xb5\x4a\x3d\xd3\x23\xc3\xe4\x69\x57\xf4\x68\x44\x6e\xd5\x9a\xef\x8c\xeb\x24\x76\x24\x92\x61\xf6\x46\x9a\x76\x3b\x42\xfc\x5a\xe1\xc1\x1e\x0f\x28\x5b\xe6\xae\x34\x2d\xf4\xe9\xf7\x36\x4d\x8e\x1a\x2f\xa0\x41\x66\x98\x5b\xff\x84\xbf\x4e\xb2\xc2\xa7\x37\x2b\x32\x6d\x8d\x58\x60\x26\xd6\x8e\x75\xe9\x9a\x40\x75\x62\xf2\x8d\xda\xaa\x05\x96\xd8\xd7\x7c\x05\x2e\x10\x59\x5e\x29\xa6\xc5\xaa\x9b\xb9\x41\x8e\x58\x6c\xa7\x19\x4f\x4a\x03\x8f\x95\xa5\x7e\x53\xa1\xfb\xab\x45\x76\xc6\xdf\x57\xbd\x24\xf4\xc2\x69\x50\x51\xab\x0b\xc3\x4e\xbf\x07\x78\xb4\x7d\x97\x43\x39\x57\x77\x1c\x9d\x42\x59\xf6\xa9\x05\x6f\x9d\x35\xc1\x7f\x3d\x56\x95\x70\xcc\x62\x10\xe6\x99\x00\x67\x0b\xf5\x74\xe0\x15\x48\xdf\x58\x76\x38\xfa\xa2\x2f\xcb\x67\x41\x0f\xe6\xe3\x77\xb6\xdb\xb8\x5c\xcc\xae\x07\xea\x76\xb5\x2e\x80\x64\x70\xc1\xf2\x6e\x20\xd8\xc5\x8e\x28\x7a\x19\xfa\x5f\x67\xbb\x84\x1f\x4a\x34\x47\xed\x5d\x62\x62\xf4\xdb\x16\x90\x12\x9c\x39\xba\xfc\x71\x5a\x3f\x94\x97\x04\x8f\xc8\xcc\xc0\x38\x7b\xbf\xab\x59\x0a\x4a\x1a\x9c\xab\xf5\xae\x84\x50\xa7\x17\x4a\x9d\x4a\x33\x10\x4a\x5d\xa9\x5e\xf8\xdd\xab\x09\x68\xf0\x04\x40\x42\xa0\x45\xf3\x7a\xe2\x4a\xce\x07\x42\xc4\x59\x28\x7a\xf8\xba\x8b\xd8\x55\x99\xfe\xba\x0c\x0c\xab\x9f\x35\xe5\x10\xd8\x1f\x11\x56\xc2\x49\xce\xa1\xa2\x9d\x85\x24\x34\xbb\x2f\xd9\x22\xb8\x1f\xf6\x30\x71\x93\x98\x6b\x5b\xf3\xde\x0b\x30\x29\xef\xa2\xf4\x5e\x4b\xa6\xaa\x38\x17\xf4\x54\x93\x3e\x0f\xc3\x30\xad\xaf\x10\xad\xd0\x5a\x69\xb2\xa9\x16\x56\x0a\x6a\x45\xdb\x68\xb4\x39\x0f\x31\xe4\xaf\x5a\xae\x30\xa0\xd4\xfd\x5d\x81\xe9\xd4\xda\x9e\x75\x8b\x6d\x02\x83\x98\x18\x31\xe9\xe2\xbc\x26\x10\xd8\xec\x96\x8b\x35\xe9\x08\xcf\x49\x48\xaf\xfe\x28\xea\x5d\x78\xa6\x13\xfa\x71\x6f\x87\x18\xb1\xf4\x08\xe0\x90\x84\x62\xb5\xd4\x9b\x61\x43\x58\x86\x73\xb7\xb5\x4e\x71\xbb\x01\x8a\x1f\x02\x9c\xcd\x0a\x10\x83\x3d\x4a\x97\xfc\x36\x05\xa4\xa8\x58\xce\x71\x08\x2e\xb8\xd6\xf9\x51\x2f\xc2\xcf\x5f\x55\x5f\xbc\x39\xd9\x4d\x3d\x5c\x9a\x5b\xbb\xa0\xad\xd6\xb9\xaf\x68\xf3\x37\x80\x01\x35\x0b\x2b\xc3\xbc\x9c\x9e\xdf\xdd\x19\xd3\x14\x3f\xe4\xc5\x27\xc2\xba\xc8\x4d\x62\x96\xca\xa9\xe1\xcf\xef\x5b\xe3\xf2\x77\xa6\xa5\x72\x29\xec\x0d\x59\x85\xbf\xf4\x7d\x47\xa8\x6c\x9c\xfc\x4a\x44\xdf\x9f\x36\x08\x11\xdb\xfa\x8d\xfb\x0e\x0c\xd8\xeb\x05\x16\x30\xeb\xcf\x30\xe0\x36\x91\x36\xde\xa2\x3b\x5a\xd6\x13\x02\x7f\x53\xf7\x81\xf5\xe7\x2d\xca\x2c\x01\x04\x50\x87\x99\xe4\xbf\xd8\xa0\x4d\x13\x41\xce\x5c\xcd\xb0\xb4\x3f\x85\x1b\x10\x6e\x89\x73\x86\x9b\x14\x2d\x24\xa7\x8f\x0b\xa7\x57\xdc\x54\x86\x3c\xc1\x4b\x73\x41\x49\xb3\xa7\xcd\x17\x10\xfa\x39\x0d\xaa\xdf\x20\xc7\x11\x35\x6c\x32\xed\xc6\xb5\x98\xd4\xf0\xd7\xdb\x80\x73\xce\xee\x8f\x76\x6f\xd4\x7f\xb5\x99\x5e\x15\xa7\xdb\x1e\xe2\x11\x27\xf3\x03\x0c\x3b\xed\xf2\x98\x21\x50\xfd\x7a\xcc\xbe\x9d\xb8\xff\x4f\x1c\x31\x17\x23\xf6\x6b\x96\xaf\x74\x57\xa8\xc1\x9f\xc6\x8b\x37\x26\x95\xe3\xf1\x72\x84\xcd\x16\x10\x1a\xb4\x44\xbe\x40\x87\x8d\x95\x35\xab\x23\xd5\x36\x65\xd8\xcd\xbd\x76\x9c\xc6\x09\xfe\xd3\x44\x4e\xa2\xc0\xce\xc2\xba\xc4\xe4\x57\x09\x58\x6c\x9f\x65\xee\x76\x84\x4f\x68\x3a\x8f\x8e\x71\x45\x33\x49\x8d\xf5\x9b\x2b\xf3\x8e\x75\x12\x81\xa7\xa7\xba\x5b\xbe\x1e\x35\x99\x8a\x9e\x5e\x30\xb9\xb7\xe5\x89\x44\xc7\x38\xd4\xb8\x32\x8b\x06\xc5\x69\xd5\xc9\x64\x5d\x23\xde\xbc\x8e\xe9\x47\xd3\x0e\x0d\x32\xf9\xfd\x3e\x1c\xe1\x36\xbf\x3f\x72\xf4\xb3\x22\x50\x27\xd2\xf8\x0d\x62\xdc\x84\x85\xe4\x69\x79\x94\x6c\x97\x70\x08\x6a\xc1\xcf\xf4\x2a\xa8\xd2\x05\x50\xfc\x1e\x34\xde\x55\xd5\x0f\xa1\xba\x36\x47\x54\x0e\x52\x54\xd5\xfe\x7b\x55\x41\x08\x3e\xaa\x01\x5f\x7d\x0a\x65\xd8\xa8\xbf\x67\x6d\x50\xd5\xe9\xef\x55\x45\xb2\x53\xa2\xee\xf8\x62\x26\xd4\x21\xaf\x69\xf7\x8f\x6a\x72\x50\xd3\x3d\x5f\x50\x4d\x49\x63\x04\x23\xc5\xa0\x8e\x03\xeb\x6f\x8e\xd5\xb1\x31\xa2\x2e\xee\xd5\x09\xeb\x8b\xee\x7c\x0a\xd5\xb7\xe3\x06\xf1\x5d\xa4\x2a\x7e\x7a\xf8\xcb\x5a\x28\x23\xc5\xce\x24\x46\x92\xfc\xb3\x9e\x1e\xff\xb2\x3c\x45\xf4\x1d\xcc\x55\x63\x04\x03\x33\xbd\x72\xc1\x22\xfd\xe3\x4b\xe7\x86\x16\x13\x8e\xd3\x9d\xe6\x39\x37\x53\x41\x73\x32\xa9\x47\xe4\xca\x3b\xcd\x82\xc7\xf5\x69\x75\x64\xae\x97\xb6\xa2\x37\x84\x9f\x31\x76\x3c\xad\x36\x71\xfc\x27\x5f\x14\x9f\x17\x1e\x9a\x33\xda\xfb\x11\xc6\x93\xf2\x5a\xe5\xfb\x2a\xbc\x83\xbd\xb7\x89\x19\x08\x65\x63\x05\xdd\x68\x66\x4f\xb6\xb1\x19\x18\x19\x1d\x2c\xc8\x29\x21\xd4\xc6\x50\xd5\x12\xa2\x82\xef\x0f\x57\xbb\xbd\xd3\x60\x90\x73\x82\xd7\xe0\x3d\x94\x63\xdf\x01\x7f\xdd\x5f\x70\x7b\x56\xf1\x84\x61\x2e\x50\x77\x8a\x97\x69\x04\x46\x11\xe1\xb8\x83\xae\x72\xad\x9f\x14\x6c\x1e\x1a\x7e\x11\x3c\xb9\x33\x68\x12\xbd\x84\x92\x88\xab\xc7\x05\xc7\x3a\xcd\x4f\x94\x4e\x61\x68\x74\xa1\x04\x9f\x93\x32\x5c\x3d\x35\x93\x22\x6b\x38\xf0\xaa\x9c\x23\x6e\xad\xa4\xee\x5a\xc6\x66\xc3\xc2\xe7\x9c\xcf\x20\x57\x0d\xd0\x83\x6f\xdd\x3c\xd0\x2b\xaa\x4d\x4c\x39\x54\xc0\xce\x75\xa5\x9a\xa7\x6c\x82\xf6\xf5\x13\x86\xc9\x25\x83\xda\x5a\x66\xbd\x10\x5e\xde\x8b\x04\xb8\x7c\x8b\x2e\x08\xe3\xbc\x6b\x63\x31\x18\x11\x46\x28\xaa\x93\xcc\x34\x5a\x66\xf0\x37\x01\xc0\x59\x3f\x42\x02\xa6\xb3\x7f\xf3\x75\x5e\x70\x4e\x3a\x14\x9b\x2d\x8a\xd1\xe9\xee\x66\xe0\xf1\xf6\x2e\x1f\x78\x47\x58\xa9\xb9\xe7\x5e\x66\x6b\xb5\x12\xa1\x38\x94\xd2\xd3\x05\x4c\xc4\x7e\x1a\xd8\xf9\x74\xcd\xe5\x49\xcf\x57\x28\x31\x61\xa4\x4c\xaf\xfc\x63\x8a\xf3\xaa\x39\xd8\x82\xe2\x88\xf7\xfa\x35\x95\x65\x3a\x74\x47\xf5\xed\xff\x31\x6d\xa4\x2e\x97\x68\xa3\x98\xcb\xcb\xcd\x07\x88\x64\xc6\xce\xb6\x31\xc2\x27\x34\x75\xfa\xfb\x9f\xd0\xb4\x08\x1f\xb9\xa6\x4e\x62\x2e\x8d\xd5\xf5\x1e\x64\xb2\x15\x03\xf7\xe4\x1d\x20\x91\x4a\xa8\xe7\x66\x80\xb3\xef\xb8\x26\xcf\xbb\xa7\xba\x61\x66\x86\xd0\xe9\x0b\x1c\x09\xe9\xf4\x1b\x1e\x63\xe2\x03\x66\xdd\x64\x92\xf9\xd9\x0a\x5b\x57\x51\x67\x11\x06\x09\x55\x3e\x5a\xbf\xc1\x2e\x56\x86\x30\x84\xd2\x1a\x3f\x52\x98\xa7\xd2\x55\x5b\xf7\xd8\x63\x54\xec\xb3\x4b\x7f\x5e\x8d\x39\x95\x36\x74\x7f\x4f\xf7\xb3\x0d\xd9\xea\x8e\xf7\x2e\xe4\xa2\xd3\xfd\xd7\x86\x36\x5a\xcd\xa5\x3d\xee\x1c\x8f\x48\xce\x45\x78\xbe\x6f\x55\x25\x3c\x87\x49\x07\x39\xd7\x44\x10\x71\x42\x59\x63\xf9\x54\x46\x68\xfc\x68\x03\x7f\x5a\xba\xeb\xae\x01\x0a\xc4\x39\xf3\xcb\x8f\xec\xe0\x02\x66\x76\x0e\xeb\xd7\xeb\xa2\xf5\x48\xd9\x6e\x54\x4c\xeb\x4e\x1c\x64\x02\x28\xc5\x57\xa3\x47\x46\x8f\xf0\xae\xd3\xc9\x52\x08\xe8\xfd\xc6\x86\x84\xd1\xbe\xa7\xfe\xf4\x8d\x1e\x91\xe4\x51\x42\x6e\xc9\xa3\x0a\x40\xe3\xb8\x3e\xeb\x30\x58\xb1\xcf\x67\xbb\x02\x05\x04\xc9\x21\x6b\xf0\x6a\x3b\xb3\x14\x20\x29\xde\xf7\x44\xc9\x3f\x78\x11\x78\x67\xfc\x0d\x64\xd8\x24\xe6\xa1\x6f\xce\x43\x48\x55\xd7\xdd\x79\x23\x8f\xc8\x25\xef\xa1\x13\x1b\x86\x3a\x15\x7c\x37\xfd\xa4\x2c\x2a\x5d\x60\x76\x38\xf3\x5a\xf9\x76\x88\x69\xbd\x04\xb0\xbe\xb5\xf4\x0e\xb5\x86\x7a\x76\xe7\xb4\xf5\x17\xb2\x46\xda\x2e\x25\x5e\xca\x7c\xbf\xb5\x45\xfb\xb7\x44\xb5\xac\x9d\xa3\x27\x3d\x92\xd9\x20\x95\xba\x2a\xac\xac\xab\xaa\xfc\xe2\x72\x6f\x7e\xeb\xc8\x44\xd8\xa9\x89\x95\xfa\x63\x0d\x5b\x70\x88\x19\x1f\xfd\x53\x1b\xc4\xe4\xa7\x8a\xdf\x45\x5b\x5d\xac\x4e\x9d\xd8\xd8\x59\x1d\x1b\x85\xc2\xa2\xbe\x4c\x64\x0e\x09\x90\x5e\xe2\x44\x21\x37\x6a\x27\x5b\xb0\x9a\xb5\xb0\x14\xde\x23\x3a\x3a\xd4\x46\x26\xf7\xdf\x2a\xf7\x38\xbf\x58\x9b\x2c\xcf\xaa\xbf\x96\x57\x55\x62\xbd\xab\x9d\x3c\xdc\xff\xb7\xaa\xe4\x57\x77\xb2\x0e\xc4\xae\xab\x25\x47\x01\xca\xbd\xe5\xf7\x41\x18\x89\x35\x9c\x27\x59\xe6\x08\x1a\x50\xa5\xe8\xd1\xd4\x34\xbe\x56\x83\xbe\xe7\x32\xab\x66\x89\x93\xec\x43\x8f\x44\xd4\x48\x75\xad\xdb\xd3\xaf\x82\x83\xea\x35\x4c\x27\xb9\xa6\x49\xa5\x2a\xbb\x6d\x24\xd8\x1b\x2d\xc8\x40\xb3\xcd\x1a\xe4\xab\x15\xb0\x7a\x66\x35\xbe\x2a\xd7\x00\x0a\xc4\x34\xe1\x03\x32\x7f\x7f\x8d\x19\xea\xb7\xe0\x67\x3b\xb0\xf4\x77\xcc\xca\x0f\xc5\xde\x85\x98\x86\xe4\x54\x34\x22\x05\xc7\x83\xb3\x3e\x12\x52\xac\xe8\xa1\x34\xeb\x48\x76\x29\x1d\xf5\x40\x52\x88\x88\x6c\xb1\xde\xa0\xec\x98\xc5\xb2\xbd\x18\x95\x65\xff\xa9\xb0\x53\x79\xa4\xcd\x28\x5a\xba\x6e\xeb\xa0\x9e\xaf\x8e\xbc\x16\x6b\x08\xa8\xf2\x25\x0e\x3a\xff\xb4\xc3\xd9\xd4\xd9\x02\xae\x5d\xb1\x42\xef\xff\xf8\x30\x6a\xc1\xd8\x38\xdd\xb0\x67\xe8\x39\x26\xfc\xb0\x8f\x03\x9f\xc3\xd7\xcd\x1a\xd1\x62\x1a\x62\x7e\xde\x7a\x2d\x0c\x1d\xc8\xdd\x02\xe6\xf8\x59\x7d\xc7\xa1\x85\x0d\xf0\x15\xa3\xd0\xf8\x79\x7a\x31\xac\x6e\x56\x4c\x94\xe7\x30\x34\x31\x87\xdc\xbc\x91\xc8\x67\xce\x11\x76\x2c\x03\x9a\x42\xeb\xe5\xcc\x69\x70\xb2\x91\x3d\x7e\x15\x8c\x2f\x57\x1f\x2c\x27\xa0\xd4\x31\xe8\x23\x48\xba\xe3\xb2\xdd\xfe\xef\xf0\xf3\x5a\x04\x7b\xc8\x79\x7b\xe1\xb5\x6f\x86\x92\x38\xfe\x74\xa0\xd8\x87\xf3\xef\xb0\xfc\x7a\xfa\x1f\x73\xf6\x5f\xf8\xdd\x9b\x2a\x49\x28\x68\x92\x65\xfd\xfd\x44\x2b\x54\x8c\xf7\x98\xf6\x9e\x3c\xe0\xc6\xd3\x11\x37\x1a\x8a\x4b\xa4\x72\x4d\x27\xa8\xc2\x96\xf7\x43\xea\xba\xa7\x19\xed\x01\xf6\x33\x07\x3e\xcc\x5a\x91\xbc\xf2\x9d\x5a\x2f\xd4\x95\x93\x48\xb3\x63\xeb\x3e\x6d\xd4\x1c\xa3\x07\xdf\xf3\x97\xe6\xbc\xa4\x4c\x6d\xe1\x22\x91\x03\x8c\x6f\x9d\x1f\xf2\xfd\xa5\x4c\xd3\x6f\xca\xfe\x03\xc1\x8e\x39\x6b\xa8\xf1\xe7\x92\x99\xc1\xa5\x6c\xcf\x61\x52\x52\x21\xbc\xa7\x3b\xbc\x0c\x4f\xf9\xe9\x46\xcb\x70\xba\x45\x66\xc0\xcf\x94\x26\xd3\x0a\x81\x39\x0a\x57\xb4\x97\x73\xef\x9a\xb5\x3c\xaf\x32\x2c\x3c\x4a\x3a\x92\x55\xc5\x6a\x08\x37\xc9\xfa\x76\xa0\xca\xdc\xbe\x45\xe8\x8b\x70\xca\x80\x81\x21\x53\xa5\xff\x62\x55\x3a\xa9\xab\x58\x7f\xee\x9f\xa0\x05\xfe\x3c\x5e\x06\x84\xb3\x27\x53\x3c\xb8\x55\xb0\xe7\xcc\x93\x93\xca\x1e\x19\x40\xcc\x11\x74\xea\xe6\x20\x53\xa4\x5e\xa0\xf4\x24\x3d\xb7\x23\xac\xa7\x4e\xfc\xd3\x7d\x3b\x94\xd9\x03\xe8\x0b\x3f\x17\x0b\x3c\x6f\xf6\xed\xdc\x6a\x6f\xb3\x7b\x69\x65\x50\x7d\x17\x56\xdb\x34\xc8\xbf\x04\x8c\xd8\x36\x05\xe9\x25\xd8\x29\xbd\x23\x72\x21\xf5\xbf\xb2\x09\xe2\x81\xe2\x50\x85\xff\xda\x26\xd8\x0d\x06\x25\xb9\xf8\xfe\x3f\x28\x03\xb4\x44\x5a\xe8\x02\xc4\x7b\xf3\xa6\x4a\x5d\xc2\x3a\xd9\x6b\x80\x04\x4e\xe3\x45\x31\xbc\xb9\x79\x61\x05\x6b\xed\x29\x1f\xeb\x5a\x66\x75\x20\xef\x61\xb0\x48\xac\xc8\xa6\x47\xf6\x29\xc3\xa7\x24\x97\x4f\x40\x8b\x94\x81\x40\xfd\x33\x56\x6d\x13\x71\x71\x7e\x03\x10\x46\x9f\x08\x79\x9e\xad\x80\xa3\x7c\x41\x3e\x11\x31\x03\x8e\xd1\x27\xa2\x5a\x66\x8b\x7a\xf1\xb2\xaf\xb9\x9f\x04\xc7\x67\x3e\xf7\x7d\x40\xd6\xf9\xdb\xf7\x52\x39\xe1\xf7\x28\x0f\xe3\xc7\x79\xa1\xc9\xa1\x3a\x98\x3f\x54\x37\x97\xc2\x7e\x9c\x5d\xab\xf4\xc9\x83\xc1\xa2\x98\x32\x31\x1d\x5c\x7d\x68\x13\xdc\xe9\x15\x15\x11\x02\x1e\x97\x75\x34\xf7\xff\x43\x8f\x6b\x70\x4a\xe7\xb1\x9b\x36\x59\xc8\x2e\xf5\xd8\x11\x76\x3a\x40\x64\x46\xbe\x63\x1b\x87\x31\x30\x4e\xf5\x86\xed\x1a\x34\x93\xb9\x28\x78\xc3\xe9\x5a\x1b\xab\x60\x54\x16\xd8\xd3\xd0\x8e\x7e\x67\x44\xd6\x8c\x0c\xb4\x3b\xcb\x1b\x93\x17\x62\xbd\x9c\x15\xf2\x30\xb8\x7d\x4e\x87\xb4\x41\x58\x1c\x65\xa9\x74\x7a\x09\xab\x2e\x90\xd0\xc5\x17\xa2\x0e\xfb\xdb\x67\xb7\x33\x86\x6d\x8e\xa0\x58\xc0\xb5\x7d\x66\x6e\x45\x5d\x8b\x33\x0c\x7f\x08\x87\x76\x9f\xdb\xcb\x66\xee\xaa\x04\x05\xcf\x38\x6f\xd0\x0d\x92\x49\xeb\xcf\xc7\xf1\x0e\x5e\x7b\xce\xa6\x26\x0b\x67\xde\x9b\x83\x38\x65\xd8\x28\xd8\xfb\x54\x28\xb9\xd2\xfc\x84\x3e\x5e\xf8\x84\xde\x41\x26\x42\x3b\x84\xdb\xa2\xc8\x48\x3b\xc5\xfa\x31\x22\x9c\xb1\xc7\xc5\xe4\x6a\x8e\xd6\x57\x54\xf5\x67\x3e\x81\x73\xd0\x39\x0d\xde\x67\xd1\x16\x96\xae\x25\x31\x42\x99\x8e\x74\x12\x12\xb3\xae\x22\x1c\x57\x75\xf6\xcc\x48\x26\xec\xb5\x07\x87\xfe\xb0\x89\x2f\x34\x03\x1b\x7e\x83\xdf\x34\x08\xab\x49\x09\x74\x8b\x43\x0c\xa3\xd2\x5b\xfa\x13\xd6\xf5\x32\x71\xd9\x5a\x97\x61\xf4\xf7\x96\x93\x42\x85\x54\x58\x33\x2f\x69\x59\x31\xbc\x4f\x27\x99\xe5\x08\xa1\x92\x4e\xba\x28\x1d\x88\xeb\x05\x9f\x27\x08\x03\xcc\x9e\xf1\xed\x8f\xee\xf7\xe3\xb0\x89\x56\x6d\x51\xe2\x13\x46\xba\x0d\x06\xa5\x2b\x03\xf2\xd7\xf2\xc2\x90\x49\x58\x32\x21\x7c\x5e\xd4\xde\x4e\xd8\x3a\xc6\x9a\xb2\xcb\x82\xbc\x3e\xbc\xb5\x57\xee\x36\xce\xc7\xf1\x81\x74\x2f\x4e\x5d\x73\x44\x26\xb9\x2e\x20\xb8\x63\xb2\x86\x47\x97\xd7\x64\x74\x2c\x4a\xcb\x6a\xbf\xd4\x7e\x57\x47\xc2\xdb\x48\x7a\x41\x4c\x58\x00\xcd\x1a\x40\x13\xfd\x5a\xe7\x06\xb0\xaa\xee\xf5\xf0\x53\x03\xac\x2e\x0e\xe8\x05\x69\xfa\xbf\xaf\xa5\x55\x3c\x01\x77\x8a\x0d\x8f\xaa\xfc\x55\x04\x55\xfa\x75\x5f\xfa\xe6\xcf\x53\xc8\x10\xc0\xcf\x94\x0b\x4a\x0d\x5b\x66\xb9\xcd\xc7\x64\xc2\xf8\xce\xfd\x3f\x57\x3e\xa2\xcc\x58\x64\x2d\xe1\xc0\x65\xcc\xf7\x7b\x81\x6e\x8f\xe9\xe6\xa0\x46\x9a\xed\x33\xba\x32\x35\xb8\x5e\x7e\xc6\xb7\x47\x8b\xf5\xb7\xd9\xbe\xa0\x03\x35\x84\x7f\x55\x80\xbd\x39\xba\x60\xba\xdf\xfe\x30\xdb\x5d\x14\xb3\x57\x30\xe4\xdc\x8c\x09\x76\xce\xff\x78\x7e\x8b\x9e\x2d\x3f\x8b\x9e\x01\xf9\xb7\x7b\x6d\x23\xef\x93\x6b\xc9\xe8\xc8\xf0\x8e\x08\xd6\x5e\x84\x90\x2d\x6b\xac\x19\xd0\xbd\x6c\xa3\x97\x4d\x14\xf4\x96\x48\x84\x69\x0f\xf5\xfc\xff\x42\x70\xc1\x48\x98\x5f\x6d\xc0\x02\x7e\x9f\xa7\x05\x38\x14\x77\xfb\x7d\x9e\x1c\x61\xf7\x35\x7f\xe1\xbc\xfd\xe5\xa2\x4a\xe2\x49\x09\xd8\x72\x6a\x20\x96\xdb\x4b\x2e\x3f\x8d\x60\x68\x15\xba\xa4\xf5\x3f\xb6\xad\x7c\x0a\x51\x91\x85\x69\x45\x04\xf2\x74\xc3\x70\x90\xc5\x25\x75\x78\x98\xd0\x82\x28\xa0\x40\xdc\xe7\x6a\x16\x2e\xae\x3f\x67\x3c\x85\xd4\xde\x44\xfe\x42\x6f\x68\x46\xbc\xca\x67\x11\xd0\xe8\x90\xfd\xf0\xf3\x8b\x52\x09\x23\xa0\xef\xb5\xae\xaf\x5c\xca\x92\x7c\xef\x56\x3e\x49\x68\x42\x31\x01\xba\xb0\xd4\xe7\x8f\x6a\xcb\x1a\x9a\xfe\x8a\x83\xbd\xbe\x24\x4f\xc9\x58\x9e\x81\xad\x3d\x27\x65\xed\xf1\x69\xbc\x6f\x92\xf9\x6c\x76\x6a\x72\x7c\x17\xed\x8f\x9b\xe6\x5c\x28\xb8\xf6\x0e\xda\xf0\x78\x56\xcd\x13\x18\x0e\x8f\x87\x3c\x43\x30\x54\x8e\x83\x23\x9b\xf5\x05\x40\x64\x23\x04\x65\x40\xa3\x3e\x5c\x7d\x66\x39\x87\xa9\xb4\xb0\xba\x6b\x46\x39\xd4\x6b\x26\xf8\xa0\x4d\x09\xf0\x0a\x77\xf1\x04\x66\xda\x17\x6e\x5f\x4b\x2b\xf6\x17\xc6\x6f\x86\xf1\x3b\x4c\x31\x7e\x7b\xc9\xdc\xd5\x75\x93\xf9\x9c\xff\xbf\x1e\xc1\x60\x3a\x3e\x62\x04\x3f\x2e\x7f\x35\x82\xd0\xda\xf0\x08\x56\x6d\xcd\x20\x14\x3d\xa2\x15\x41\xdc\x00\x31\x86\xe2\xa3\xdd\x1c\xdd\x32\x58\x1e\xeb\x0d\x6e\xab\x07\x8f\x1a\x7c\x5d\xe5\x87\x36\xc9\xe1\x8e\x20\xd9\x29\xad\x69\x7e\xec\x25\x94\x26\x43\xd1\x89\x77\x4f\x2d\x6a\xb7\x10\x84\xd5\xe2\x84\xb2\xb8\x56\xb1\x5c\xb7\x65\x36\xb3\xea\x41\xff\x38\x7f\x67\x66\x03\x00\x5c\xbe\x86\x6d\x72\x7d\x7c\xbd\xbd\xae\x8e\x84\xdf\xb6\x96\xd4\xbf\xe8\x79\x25\xab\xb6\xea\x0e\xea\x72\xb3\x1c\x15\x31\x39\x93\x66\x03\x86\x66\x4d\x82\x1c\x62\x79\xee\x44\x07\x4c\x72\x20\xbb\x01\x7b\x40\x48\x72\x8c\x8e\xa0\x91\x6d\x30\x90\x11\xed\xc9\xcb\xa0\xd0\x0a\xac\x1e\xf3\xaa\x84\x4b\xbc\x94\x55\x27\x8f\xbe\xd7\x23\x39\xfe\x1d\x2c\x2a\x66\x95\x4a\x15\x54\x32\x86\x70\xca\x28\xe1\x50\x01\x19\x48\xef\x4d\x61\x66\x0e\xa9\xd5\x85\xb5\xc1\x8b\x28\x67\xd1\x5b\x2a\xb2\x02\xe4\x73\xfb\x28\xba\xe3\x88\x09\x82\x00\x66\xb5\x13\x92\xd1\x56\x67\x62\x44\x58\xa0\x43\x4c\xf6\xac\xde\x05\x19\x6e\x74\x91\x91\x4f\xb7\x6e\x29\x63\xa4\x91\xac\xab\xa2\x6d\x5d\x4a\x17\x62\x03\x04\x07\xbc\x6f\x05\xff\xef\x10\xf6\x57\xcf\x58\x5f\x3a\x7d\xe8\x91\x6d\x50\xba\xf4\x76\xa9\x9a\xc0\xa9\xba\xc2\x7c\x8a\x98\xcd\xc4\xab\x17\xfa\x9a\xbf\x82\xf2\x0f\x6e\xf6\xe7\x01\xf5\xdb\x00\xfd\x86\xd7\xc0\x92\xbc\xd2\x9d\x06\x6d\x1f\xab\x49\x51\xa1\x2e\xaa\xb2\x28\xf9\x9d\x05\xd8\x68\xbf\x41\x91\x6e\xf7\x4b\x24\xdb\x9d\xc4\x7d\x1c\xbb\x64\x40\xf2\xac\x6a\x70\x1e\xa8\x58\x86\xe4\xef\xb3\x92\xb5\x04\x1e\x75\xf3\x80\x4e\x9d\xd7\x05\x4c\x5d\xd3\x65\xa2\x17\x89\xd7\x57\xb9\x21\x51\xc1\x11\x53\x8f\x84\xf5\x86\x98\x6d\xfd\x2f\xa2\x1e\x48\xf9\x78\x47\x72\xde\x20\xde\x43\x97\xbe\xda\x8f\xab\xb6\xd8\x4b\x8e\x7b\xa7\xd0\xff\x21\x38\xbb\x35\x8e\x75\x20\xac\x0e\x13\x9c\x4a\xd3\x66\xf7\x1a\x36\x3a\xd9\xf9\x80\x8d\x0e\x51\xc0\xd7\x03\xe6\xc3\x59\xa1\x47\x2e\x33\xc3\x39\x4e\xf0\xd9\xe9\xea\x55\x15\xca\x05\x1f\x81\x97\x00\x4a\x98\x94\x4f\x4c\x52\xb4\x71\x44\xfd\x96\x7c\x0c\xd5\xf0\x98\x90\xb7\x01\x71\x5d\x96\x08\xe5\x73\x83\x8c\x83\x2b\x29\x06\x19\xf1\xb1\x85\x1b\x4b\xa3\x3b\xd6\xc7\xe4\x60\xd9\x1b\x57\x27\xc2\x5a\xcb\x6e\xc2\xe8\x13\x67\x68\x41\x7b\x92\x68\xeb\xf4\x44\x83\xe9\xd6\x55\x9b\x76\xb1\x82\x06\xe9\xab\x43\xef\xbf\x3e\x21\xd7\xc1\x01\xe0\x8f\xb3\x2d\xe0\x28\x3f\x33\x6c\x9f\x03\x91\xe2\xbd\x6c\x7a\x45\xdd\x94\x98\x24\xc2\x14\x8d\x8e\xf8\x4b\x5f\x71\x85\x77\xb0\xab\x9e\xd8\x59\x35\x49\x7c\xfa\x97\x9e\x48\x27\xcf\x73\x1d\xd1\x74\x2a\x60\x64\xcf\xe6\xb8\x7a\xa1\xd3\xf6\xfd\x44\x8d\x9e\x5b\x5f\x2c\x39\x8d\xba\x75\x7d\x94\xd6\x2d\x8a\x33\xb3\x5a\x75\x9a\x31\x31\xc0\xac\xdb\xa2\x66\x0d\xed\x6a\xed\xce\xbc\x0c\x06\x58\x3b\x1b\x20\x92\xd3\x4e\xd6\xe2\x35\xcd\x4b\x83\xfa\xea\xd7\xe7\x50\x7a\x9d\x09\xdb\xf5\x63\x4d\x2e\xa7\xb1\x6a\x34\x6e\xb7\x29\x45\x97\x32\xad\x70\xf5\xe2\x5f\xd2\x56\x7a\xe4\xdc\x1a\xa1\x8b\x35\xcd\x11\xcf\x88\xbe\xec\xf1\xdb\xbb\x10\xd8\xaa\x28\x6b\x9d\x5c\xd0\x25\xe2\x26\x43\x55\x6d\xad\xee\xac\xad\x8c\xf5\x37\x22\xd5\xa1\xf8\x86\x16\xd1\xfe\x8d\xd9\x58\x21\x53\x1c\xed\xd4\xd4\xa4\x48\xc2\x69\x3d\xa2\x9b\x30\xcf\xd4\xc9\x9a\xae\xda\xd4\x8d\x9a\xdc\xb7\xec\xaa\x75\x9d\x0e\xf9\x63\xb5\x23\x19\x7a\x12\x03\xfa\x17\xe7\xaa\x2e\x5e\x27\x86\xd7\xdf\x82\x31\x24\xff\xea\x8f\x1e\x50\x5b\x7f\x53\x8c\x20\xea\x4c\x77\xf7\x37\x75\xfe\x9a\x56\x1d\xf1\x8e\xcc\x68\xfe\x62\x73\x57\xbc\xbe\x6d\xdd\xbc\xde\x93\x9b\x6f\xaf\x8b\xa5\xcc\xda\xd4\x25\x16\xf9\x37\xb1\xa1\x1f\x5c\x61\xb0\x99\xe4\x15\xb2\x01\x99\x18\x62\x05\x34\x97\x91\x11\x91\xe8\xff\x7b\x7e\xd3\xd7\x57\xce\x29\x3a\xae\x71\xe5\xe6\x6d\xb7\x23\x39\xad\xba\x62\x25\x23\xb5\x87\x82\x72\x56\x6e\x45\x2c\x3f\xaa\x9e\x48\xe4\x02\x19\xf5\x3a\x6b\xbd\x6b\x5e\x39\x47\xd4\x35\xd6\xd6\x86\x8c\xad\x6f\x04\x91\xa5\x52\xe0\xf0\x1f\x81\x10\xe1\x85\x48\x2a\x37\xeb\x80\x7a\x70\xe5\xaa\x2d\xe7\x1b\x38\x2e\x11\x68\x26\x8e\x50\xbd\x4a\x9a\x06\x75\x63\xd6\x6d\xe9\xc6\xd4\xa5\xe6\x0d\x1a\x32\x54\x3c\x94\x93\x8b\x41\x4c\xea\xd3\x11\xe5\xbe\xf7\x4a\xd8\xad\xf9\x43\xd5\x13\x7e\x53\xd6\x0c\x3b\xf7\x72\x52\x4f\x1c\x4f\x7d\x84\xe7\xd0\x4c\x88\xd7\x14\x4b\x87\xda\x48\x48\x62\x35\xa0\xf5\x6d\x41\x86\xf8\x3e\x5b\x4b\xb3\xff\x1e\x28\xf5\xa6\x8f\x31\x58\x62\x72\xe0\xe7\x1e\x45\x19\x28\xbc\xaf\x9e\x69\x18\x0e\x72\x5b\xc4\x7a\xad\x60\xeb\xa1\x34\xb0\x96\x30\x57\x2a\x02\xf6\x76\x91\x17\xff\x5d\xcb\xc4\x67\xd6\xff\x56\xf3\x48\xb0\xf7\x8d\x79\xeb\xb9\xff\x0d\x11\x54\xcc\x65\x2d\xf6\xb2\xe4\x6d\xa2\x29\x6f\x1d\xf1\x67\x24\x53\x52\x80\xd1\xe8\x87\x00\xa3\x3d\x99\x69\xac\x2b\x24\x2e\xdd\xa7\x7a\x64\x21\x82\xca\x12\x42\xad\x28\x11\xc9\x17\xd0\xfc\x0f\xeb\x7b\xc4\xbe\xaf\x5e\xe9\xe0\x80\xbb\x9e\xfd\x2b\x85\x8a\xd0\x3a\x47\x8e\x6e\xc3\xa0\x11\xd2\x3e\x0f\xe4\x26\xa4\x64\x14\x33\x64\x53\x5b\xf5\xe8\x80\x7c\x8f\xe6\x63\xe0\x15\x78\x62\xd4\x53\xeb\x21\x63\xcb\x8e\xd4\xb4\x6d\x06\x00\x64\xf9\x24\xda\x00\x1c\x86\x4f\x38\x65\xa7\x70\xb5\x21\x60\xd6\xb7\x2d\x2e\xd8\xa8\xef\x67\x66\x24\x5c\x4e\xc0\x21\xd8\x07\x55\x41\x24\x33\x21\x16\x74\x2d\x3c\x25\xe8\xce\x99\x16\x9b\x15\x43\xdb\xcc\x90\x87\xb7\x78\x77\x96\x39\xcd\x02\xcb\x8b\x70\x05\xa6\xa4\x10\x7a\x4a\x8a\x78\x35\x6a\xe3\xaf\x1d\x23\x28\xe8\x9f\x37\xa2\x44\xd9\xd4\x05\x4a\x28\x68\xde\xbc\x8b\x53\xc4\x8f\xb4\x96\x70\x9b\x6e\x27\xe4\x48\x48\xa8\x0e\x4f\xd7\x53\xd0\x50\x95\x5d\x06\x6d\x4e\x15\xcc\x65\x1c\x3d\x30\x9b\x69\x0b\x71\x00\xfa\x4b\x16\x43\xe5\xb7\x74\xef\xe1\xce\x23\xbc\xe5\x19\xb0\x17\xc5\x2a\x9c\x73\x1a\x4d\x47\x88\xbe\x4c\x57\x84\x74\x83\xec\xec\x3d\x64\x5f\x96\xac\x41\x20\x80\x8f\xf5\x6a\x58\xcd\xc0\x3c\x28\xa1\xf3\x8c\xba\xe4\x0a\xb1\x54\xe1\xfe\x1b\x25\x9b\x6c\x5a\x74\xf0\x34\x41\xba\xb6\x78\x9b\x48\xd7\x12\xa4\x2b\x92\x39\x2d\x3c\xaa\xe8\xcf\x35\xc0\x99\xc9\x3f\x96\x6a\x58\xa3\x86\x4d\x51\x43\x4b\xa6\xdf\x6b\xe8\x91\x1c\x71\x32\xd3\xed\x00\x1b\xde\xe2\x90\xcc\x1c\x0e\xbe\x75\xbc\xc7\x46\x71\xc4\x1d\xe1\x64\xf8\x61\x50\xd0\xd8\xcf\x16\x8c\x20\x5f\x55\x97\x13\x2c\xf7\xd4\x66\xff\x73\x4c\xe1\x01\xad\x6c\x21\xe4\x90\x5e\x3f\xca\x1a\x9d\x8b\x27\xdd\xcc\x1e\xa9\xcf\x42\x29\xda\x37\x15\xe4\xc4\xb9\xea\x08\xf3\x83\x9a\xb8\x6b\x11\x8b\x4a\xca\x42\x53\x9f\x18\x96\xd7\x21\xf7\x8d\xc1\x23\x05\xc3\x52\x7a\xd3\x8a\xcc\xd3\x9b\x6e\x64\xbb\xc2\xae\x62\x5a\x3c\x3a\xc8\xa5\xc1\xfc\x9d\x12\xea\x6b\x13\x0c\x11\x2a\x19\x72\xb8\x4d\x48\xa6\x83\xb7\xc5\x02\x12\x4a\x02\x9c\x2f\x2f\x5d\x02\x2e\x64\xcf\xaa\x81\x0e\x1c\xb8\xbc\x6e\x17\x69\xa3\x64\x65\x0e\x20\xc5\x5e\x0b\xf4\xbc\xdf\x02\x6b\xd6\xdf\x7a\x05\x52\xc7\xc2\xae\x66\x21\xb3\x33\x44\x83\xf9\x0b\xc8\x62\x2b\x42\xe5\xb1\x42\xb3\x75\x66\xfc\xf3\x16\x00\xfb\x16\x35\x2f\xa3\xa8\xaa\x9e\xc5\x8b\x70\xac\xc9\x31\xd5\x67\xcd\xf3\xa0\xda\x93\xe2\xfd\xf7\x1d\xc8\x07\xbc\xea\xd4\x17\x4e\x23\x56\xcd\x9f\x96\xfa\xa6\xfd\xeb\xa7\xb8\x4d\xb7\xe1\x16\x08\xb4\x3f\x65\x68\xce\x82\x17\xe1\x46\x0b\x0b\x11\x3c\xc7\x86\xf9\xff\x11\x01\x88\xd8\xc1\xca\x85\x29\x33\xdc\x73\xf4\xd7\x2b\x07\xef\x86\x66\x57\x36\x28\x26\x29\x30\xa1\x4c\x8e\x64\x41\xc3\x5d\x21\x5e\x62\xa8\xe7\x28\xc5\xf3\x49\x7d\x3f\x3f\xc5\x56\xae\x01\x7b\x32\x49\x01\xf4\xef\x2f\xcf\x70\xfb\x45\x3c\x22\x15\x77\x0f\x34\x31\x0f\xb0\xfc\xac\x48\x42\x8b\xcc\xb6\x59\xeb\xeb\x65\xb3\x34\x57\x03\x7c\x35\x32\xeb\x04\x9a\xd8\x55\x35\xb4\x62\x4a\x08\x68\xed\xa5\x1e\x69\x53\x53\x1d\xeb\xb1\xb2\x44\x74\x87\x81\x95\xee\x57\x08\xf3\xb7\xa2\x38\x76\xf8\x3a\x92\x2e\x44\xfa\x2a\xc8\x76\x7e\x16\x22\xb6\x94\x04\x6e\x32\x15\xca\xde\x93\xd3\x33\x42\xf6\x5e\xd7\xf8\xe8\x6c\x73\x26\x40\xdc\x83\xee\x97\x49\x58\xe1\xa3\xcd\x0d\x3e\xa8\x1b\xf4\xec\x1f\xc7\xfc\x07\x4c\x53\x31\x6b\x05\xf7\xd5\x77\x91\x9a\x88\xd1\xd6\xa7\x06\x80\x57\x60\x86\x72\x85\x88\x19\xf0\x2b\xce\xf3\x46\x78\x42\x7c\x90\xf0\x4f\xee\x1b\x67\xd6\xf0\x9f\x61\x27\x9c\xc2\x28\x7f\x53\xde\x3b\x3e\x02\xf2\xa6\x7d\x9f\x6f\xc6\x81\xee\x99\xfd\xb0\x0f\xf4\x66\xbf\xd3\x32\xa1\x7d\x91\xb4\x1b\x5b\xc5\x6e\x8c\xe8\xf8\x05\xa9\x24\x50\xf6\x04\xbb\x71\x2e\x49\xc3\xf7\x1e\xb3\x7d\x23\xf3\x3d\x4d\x78\x9f\xe9\xed\xe4\x0b\xb5\x33\x97\x2d\x58\x96\xe2\xed\xe4\x8f\xfb\x82\x1c\xd6\x56\xb0\x83\xfc\xf7\x76\x76\xf6\xe5\xf6\xbe\x14\xd8\xb8\xe9\xc9\x62\x4b\xe3\xdc\xd2\x02\xf9\xa7\x78\x3e\x49\xbd\x2d\x3f\x2e\x92\x15\x17\xef\xfd\x95\x5e\x3d\xd6\xaf\x1e\xf6\xe4\xfb\x61\xa5\xe5\xc5\x95\x4a\x94\x71\x52\x38\xa5\x03\x25\xac\xa6\x79\x33\xfd\x27\x8e\xf8\x43\xbe\x8b\xf3\xe5\x2e\x5f\x00\x6d\xf5\x13\xaa\x6d\xd8\x45\x58\x7d\x85\x38\x07\xf5\x54\x47\xec\xaf\x4d\x11\xbc\x77\x19\x96\x38\x9d\x94\x76\x1d\xd9\xeb\x89\x74\xd8\x74\xba\x91\xdd\x39\x90\xcb\x94\x1d\x45\x23\x96\x4e\xcf\xb1\xfe\xd8\xdd\x4e\xb7\xce\x05\xa2\xb5\x17\x2e\x4a\xc1\x99\x77\x19\x0b\x21\xa6\x3e\xf8\x05\x47\x08\x77\x9b\x69\xf5\x08\xed\xa1\x1d\x32\x2b\x31\x15\xe2\x42\xd8\xa2\xde\xc3\x11\x36\x99\xf7\x5d\x79\x58\x8f\xd8\xc5\x7e\x7f\x4b\xcb\x9d\x00\xbf\x43\xf9\xa7\x78\x51\x7d\x3b\x68\x0c\x8b\x4d\x10\x83\x78\xde\x12\xe3\x13\x36\x62\x76\x17\x2b\xc2\x7c\xd2\xfc\xc7\x5a\x66\xeb\x44\xaf\x87\x09\x39\xc7\xde\x10\x9f\xe5\x1c\x7a\xa0\x7e\xff\xaa\x52\xbf\xbf\x47\x8e\xa8\xf5\x6a\x94\x71\x3e\xbe\xb8\x4f\xcd\x4d\x3c\xa9\x4e\xc5\xe7\xf3\x6a\x4b\x54\x24\x28\x78\x8b\xb3\x84\x6f\x60\x8c\x15\x55\xc4\xe7\xeb\x6a\x76\x73\x6a\x07\xe9\xe4\xbe\x34\x41\x50\x86\xaa\xc1\x3e\x18\xc8\xb4\xc5\x21\x99\x64\x06\xe3\x10\x00\x75\x8e\x60\xb8\xae\x37\xc8\xcf\x08\xd9\x7c\xf5\x9b\x83\x1a\xdd\x31\x1f\x74\x8f\xec\x3a\x0c\x6e\xd6\x6a\x0b\x2b\xdf\x7e\x0d\x6c\xc5\xf2\x7d\xbd\xa5\xe2\x2d\x47\x14\x75\x10\xa7\x70\x88\x27\x9a\xbb\x3b\x90\x56\xd6\xda\xc2\x6d\xb6\xe0\x17\x38\x22\xc2\xf9\x55\x4a\x1d\x71\x59\x3a\x58\xb4\x15\x3a\x8c\x0b\x54\x78\x61\x39\x59\x7a\x4d\x11\x5b\x34\x1d\x21\xe1\x10\x22\x34\x10\x79\xde\x4b\x90\xcd\x76\x6f\x8f\xe8\x16\xe4\x4e\xfc\x88\x10\x9a\x7a\xc3\x7d\x2f\xba\xe3\x3c\x3a\xf7\x17\xa5\xe0\xdb\x50\x46\x67\x82\x7d\xac\x23\x08\x3d\x53\xf9\x96\xdf\xdb\xac\x9d\xeb\xf7\xc4\xfc\xf6\x3d\x44\x03\x77\x65\xaf\x4e\x83\xf5\x61\x74\xfc\x2a\x47\x53\x7f\xab\x2e\xe5\x7c\x37\x14\x5b\x4c\xc7\x69\x45\x66\xd5\xf1\x7b\x5d\x55\xfd\x10\xde\x46\xad\x28\xed\x96\xf8\x38\x34\x89\x93\xff\xd0\x13\xd4\x96\x55\x47\xed\x1e\xbc\xa4\x35\x84\x07\x58\x68\x0c\xaa\xb6\xb9\x7d\x88\x54\xd5\x51\xa9\xab\xd9\xd8\x50\xd6\xcc\x9b\x75\x64\xc2\x91\xbd\xb2\x1c\x50\x5a\x45\x12\xf4\xf6\x2a\x64\xb3\x4b\xf5\x53\x98\x4b\x5a\xa8\x04\x7b\x4a\x9c\x5d\xa4\x08\x02\xe1\xa0\x9a\x80\x2d\xc8\x72\x8a\x90\x55\x16\xb8\x31\x10\xb9\x96\xbc\x26\xd7\x35\x1a\x7d\x58\xb8\xcf\x52\xf3\x03\x56\x2c\x2b\x0d\xe2\x5d\xd6\x8c\x8d\x96\x72\x56\x23\x4b\xa8\xe7\xf6\xf1\x3e\x43\xcc\x50\x4f\x8b\x08\xa8\x0e\x55\x5b\xf8\xcf\x7a\x6f\x38\x09\xb0\xbb\x26\x21\x12\x88\x8e\x32\x34\x41\x7d\x4d\x50\xfe\x5b\x72\x0c\x5c\xa8\xf5\x4e\x7e\x7b\x40\x16\x66\x0a\x2e\x63\x20\x92\x5e\x45\x55\x6f\x90\x48\x3a\x3b\x24\xbf\x6c\x6e\xbd\xa2\x5c\xab\x00\x2c\xf1\xd7\x48\x5e\xf4\xb9\xc1\x5f\x5a\xfb\x81\x14\xf6\x05\xd4\x74\x7e\x61\xe1\x8f\x52\x42\xb7\xdb\x8f\xe5\xe6\xc2\x09\xbf\xa7\x82\x0b\x12\x9c\xbc\xf3\xde\xdc\x94\x19\x00\x3d\x64\x53\x3a\x13\x5a\x52\x3d\xee\xec\xa0\x49\x87\xf8\x47\x3e\x79\x34\x6d\xb6\x2a\x93\x5f\x97\xc9\x6f\x4d\x02\x34\xa2\xd9\x29\xa7\xdd\x9d\x68\x9e\xbd\x41\xb9\x29\x55\xdb\x22\x8e\xfa\x75\xd7\x2a\x96\x0f\x63\x61\x1e\xb3\xd5\x93\x02\xa0\x25\x91\x4b\xb8\xf1\x5c\x14\xb5\xe0\xf8\x1d\x55\xe5\xb4\x99\x5c\xcb\xd2\xba\x1b\xfb\x97\xea\x75\x4a\x7b\xe8\xec\x5b\x32\x88\x9c\x1f\x99\x7c\xe0\x25\xf9\xcb\x43\xc1\xe4\x7f\xaa\x4c\x42\x50\xde\xa9\x42\x74\x6d\xd2\xac\x93\xcb\x00\x26\xca\xad\x5c\xd0\x1f\x59\x86\x15\x09\x4c\x61\xf1\xa9\xe6\x66\xa7\xda\xa9\x0d\xd4\xed\x84\x5c\x34\xd4\x63\xca\x3e\xb4\xd4\x99\x13\x19\xbe\xec\xe6\xb3\xa6\x24\xcf\x95\x98\xed\xab\x70\xef\x7e\x5e\x46\xc8\xf7\xd5\x99\x73\x96\x7e\x9f\x12\x64\xe4\xca\x89\x7c\x03\x8f\x9a\x9c\x82\x14\x78\x0d\x2d\x08\xba\xdb\x94\x11\xbb\x88\xc3\xdd\x73\x37\x80\x8c\xd1\x92\x94\x12\xff\x3a\x80\xbe\x21\x0f\xdf\x96\x82\x5e\x27\x31\x01\x63\x8a\x51\x52\x01\x46\x4e\x5a\xd1\x1f\x9a\x5e\xf4\x78\x3c\x94\xb6\x75\xc2\xc1\xe1\xc1\xd2\xfb\x26\x54\x62\x7b\xb7\x64\xbe\xbd\xa7\x7a\xe9\x05\x7d\x3a\x16\x42\x82\x1b\x10\x6d\xd9\x44\x62\xcf\xff\xb0\xaf\x15\xa7\x0e\xa3\xe6\x1f\x37\x45\x02\xfc\xcf\xd3\x55\xfb\x39\xd9\x62\x79\x93\xf6\xa4\x8a\x95\xa1\xce\xe4\x58\x8f\x3c\x94\x9b\x2c\x9b\x33\x87\x2c\x0b\xcb\xcb\x69\xe4\x2b\xe2\x48\x88\x74\xdf\x81\xd5\x71\x44\xa2\x9a\x66\xab\x43\xfb\xac\x52\x20\xa8\xad\x0a\x9a\x16\xca\xb4\x46\x93\x0e\xb9\x9b\xe0\x52\x0b\x2a\x66\x61\x3d\x6e\xd5\xed\x7a\x9c\x0a\x93\xdc\xce\x15\x62\x04\xfd\x75\x69\x41\x26\x90\x8d\x53\xcd\x09\x53\x56\x3c\xb1\x54\xbb\xc3\xad\x6c\xfc\x70\x47\xba\x0f\x69\xd4\x9c\x6a\x96\x5e\xef\x71\xcb\x9c\x29\xe7\xd7\x28\xd2\x39\xda\xa4\xbb\xff\x51\x7e\x67\x20\x69\xb6\xe8\x67\xf1\x95\x6d\x8e\x7b\x0c\x34\xc3\x1c\xa9\x3b\xa0\x68\x92\x32\xe4\xb3\x41\x59\x61\xc8\xa4\xa8\x84\xde\xf7\x6b\xab\x9a\xc1\x55\x44\x56\x63\x47\x53\x0a\x63\x49\xdf\xa4\xda\x7b\x64\xa2\xdb\xa9\x1d\x00\x1f\xb6\x34\xd4\x91\xda\xe3\x72\x49\xd8\xa9\x6d\x33\xc5\x31\xe4\x30\x3e\xce\x9c\xb3\xa8\xa1\x94\xb5\xd3\xdf\x33\xe7\xb2\xbb\x63\x8c\x65\x86\xbb\x1d\xec\x64\x93\xda\xe5\x33\xb2\xa6\xab\xe7\xc8\x1e\x6c\x56\x04\xc4\xf1\xd1\x27\x54\xc9\x8e\x6c\xcb\x75\x40\x86\x5b\xa4\x3b\x8c\x25\xd0\xcc\xb4\xd4\xe9\xe9\x21\x39\x42\x80\x9a\x52\x16\xd7\xba\x59\x3f\x30\xab\x47\xc8\x27\x9d\x4b\x81\x7c\x32\x8a\x10\x5d\x30\x26\x7c\xaa\xa3\x5c\x1e\x89\xce\x91\x5f\x5a\x5f\xbd\x57\x3d\xd1\x53\x04\xf9\x5e\x51\xba\xa4\x5e\xc3\x66\x07\x3b\x72\xb6\x25\x54\x66\xe7\xab\xea\x8b\x3b\x07\x8e\xe9\xc6\xb6\x80\x3e\x39\xc8\x0a\x76\xc5\xac\x0d\x97\x22\x27\xdc\xb2\x9f\x02\x1c\xfe\xdf\x09\x50\xe8\xb5\x7f\xf8\x03\x7b\xcf\xf8\xf1\x5e\x63\x2d\xab\x1f\xc2\x5e\x0c\xb2\x64\x13\xe6\x75\xc6\x96\x1f\xd2\x78\x1c\xbb\x76\xa6\x1d\x54\x4f\xc6\x85\xb7\xc0\x52\x09\xf5\x76\xca\xf1\x3c\xd4\x73\x1b\x7a\xd1\x0e\x91\x63\x35\x3c\x54\x90\xe0\x86\x44\x59\xda\x11\xb1\xc9\x0c\x3b\x80\x02\x22\x93\xd0\x98\x5e\x96\xd0\x19\x7f\x46\x6c\x79\xa2\x14\x0d\x4e\xfb\x16\xeb\x65\xbb\xff\x03\xd6\x8b\x3b\x3f\x68\x0e\x11\x38\xfa\x6a\xd3\xa2\x43\x08\x58\xb7\xaa\x8c\x02\x73\x96\x42\xd9\xd7\xda\xc3\x49\x1f\x36\x04\x0c\xd7\xb2\x9b\x0f\x97\xda\xd0\x21\x66\x59\xcd\x15\x09\x34\x24\x01\x4c\x1b\x2b\x13\x9e\x31\xd1\xa9\x14\xbf\x5f\x4a\x14\x14\xca\xca\x38\xc7\x8d\x52\xc3\xde\x11\xe1\x0c\x94\xc7\xf0\x42\x4a\x0c\xe1\xf5\x08\x18\x54\x3d\x9e\x6b\xa5\xdc\x85\x88\x48\xb0\xf2\x75\xa7\xa7\x5d\x17\x24\x8f\x42\x20\xa2\x4d\x35\x83\x32\x5e\x98\x48\x09\x44\x12\x4c\xdc\x1d\xe7\x70\x2a\x70\x02\x38\x4a\xdd\x46\x97\x20\x72\xf5\x24\xee\xcf\xce\x8d\x1a\xd8\x13\x86\xf9\x96\x92\x55\xa6\x62\xf6\x64\x05\x1c\xc4\xd5\x47\x7d\x21\xbc\x76\x03\xb1\x71\xdb\x4d\xb6\xf6\x67\xa2\x6f\xee\x06\x9a\x4d\x70\x84\x78\xdc\x6b\x96\x4a\xb9\x2d\x43\x2f\x46\xeb\xa1\x6d\xe0\xba\x83\xeb\x81\x66\x80\x5a\xea\xf5\x52\xd3\x9f\x8f\x4d\xea\x88\xda\x50\x4e\xea\xc4\xfa\x05\xc8\x9d\xc6\x19\x67\xd1\x69\xfe\x50\xcc\xc1\xa5\xc5\x88\x12\x84\xc0\x01\x0a\xbe\xa4\x2c\x3a\x97\x01\x01\xdd\x9d\x07\xcf\x44\xb3\x58\xef\xf1\x5d\x67\x08\xaa\x85\x5c\x55\xa7\xa3\x53\xd2\x19\xcf\x18\x2b\xe5\x1a\xa3\x67\xb7\x61\x3d\xe1\x6b\x0e\x6c\x43\x83\xbb\x5d\xdf\x65\x69\xa8\x09\x48\x13\x50\x59\xdb\x55\x96\xc7\x55\xd1\x69\xa0\x99\x63\x4b\xf3\x2f\x3b\xae\xae\x9f\xcd\xc9\xfb\x3f\xaf\x0e\x12\xba\x3e\xb7\x1f\x42\x6b\x50\xfd\x14\x9f\x0b\x49\xf3\xd7\x90\x27\xf2\xda\x11\x89\x3c\x82\x1d\xda\x98\x74\x54\xbd\xb7\x33\x16\x6a\xc4\x11\x91\xc4\x67\x3f\x9c\xff\xc0\x66\xaf\x2a\x94\xfa\xb9\xfe\x03\x9b\x3d\xbf\x61\xb3\x17\x8a\x08\xdc\xff\x8a\xcd\xce\x90\xd0\x69\x2d\x6e\x5b\x76\xbe\x16\x6b\x32\xad\x8f\xbf\x9d\xcb\x94\xcd\xe6\xe5\x47\x36\xd4\x55\x3b\xbb\x69\xed\x51\xc5\x99\x7c\x15\x54\x48\x87\xbe\x02\xfc\x4c\xc6\x7d\x69\x91\x6d\xc2\xe8\xc1\x1d\x12\x6d\xbf\x08\xb2\x93\x00\xc5\x2e\x1b\x37\xdf\x30\xfe\x37\xcc\xb2\x3e\xfc\xa9\xbc\x0e\x04\xa1\xae\x49\x2c\x53\x17\x61\x1a\xde\x72\xa4\xc7\xf8\xa9\xba\x97\xea\x24\x45\x05\xa9\x29\x1a\xb2\x1e\xd8\x55\xc7\xec\xc8\x12\x63\xba\x64\x64\xb1\x76\xe7\xee\x46\x16\x4e\xad\x7d\x37\x03\x4f\x27\xc4\xd4\xda\x08\x09\xc3\x98\xf9\x2f\x20\x7f\xdd\x1c\xc5\x75\xca\x08\xd4\x65\x84\xdf\x49\x7e\xaf\x00\xeb\x7d\xd5\x32\xac\x3e\x18\xd6\x6d\x75\x35\xa2\x04\xdf\x02\xee\xba\x01\xe0\xcf\xad\xfc\x59\x32\x51\x75\x55\x1e\x4a\xfd\xcb\x5b\xb0\x1f\xcb\x62\x8f\x32\x3c\x88\x8d\xcc\xbb\xbf\x7f\xc0\x9b\xf2\xf7\x25\x60\xae\xaf\xef\x50\x5c\xb4\x53\x3a\xcd\xc1\x2d\x9e\xa1\x9e\xa3\x30\x44\xd6\x5f\x6a\x70\x84\xd4\x8f\xd6\x89\x78\x86\x85\x2c\xc1\x1e\xce\x2b\x30\x41\x5e\xae\x8a\x3c\xeb\x16\xce\x25\xb0\x42\xf5\xbd\x57\x02\xe9\x07\x8e\x55\x43\x8b\x25\x5b\x24\x55\xf9\xec\x03\x9f\xd3\xaa\x04\x59\xd8\x6e\xf7\xe8\x57\xcb\xde\x46\x23\xcd\x98\x54\xdf\x85\x35\xe0\xf7\x09\x86\xaa\x96\x90\xec\x1b\x70\x4a\xd4\x5d\x13\xae\x02\xac\x67\x0c\xc2\x89\xfe\x8c\x73\x51\x7a\x25\x32\x7e\x9e\xb3\xe9\x5d\x41\x34\xce\xb2\xd1\xcd\xe0\xc8\xf0\xdb\xa3\x5f\x2d\x3e\x98\x00\x99\xb7\x7a\x2b\xe4\x7c\xab\x37\xdc\xd2\xa9\xce\xc3\xbf\xa0\xe1\xff\xc2\xf0\x37\x34\x45\x9d\xd3\xda\x22\xcd\x07\xb9\x52\xd1\xb7\x2f\x19\x3c\xe4\x6b\xfe\x69\x92\x11\x7b\xe3\x7c\xba\xd6\xf2\x74\xbc\x2b\x44\x87\xdd\x1a\xa9\x14\x0c\xb8\xf1\x1c\x90\x48\x61\x1e\x98\x68\x43\x8b\x52\x95\xd6\x81\xf5\xc1\x4f\xc9\xc3\x40\x6d\xa0\xfc\x4b\xa2\xc9\x4f\x55\xeb\x3d\x77\x53\xf5\x91\x7d\xa7\xfa\x29\xbe\x91\x55\xaa\xef\x8f\x84\x3a\x99\x27\x38\x43\x5a\x49\xdb\xcc\xc1\xfc\xde\x0a\x8c\x3d\x53\xd3\x42\x75\x96\x0c\xe9\x47\xde\xe0\xe2\xd7\x05\x6e\xf9\xf4\xd2\x87\x70\xda\x2a\x63\x00\xf4\x7a\x8e\x16\x56\x99\x9b\x85\x7e\xd0\x5a\x5f\x46\x7f\x1f\x94\xaf\xfd\x8f\x40\xf9\xa6\xc2\x35\x24\xb7\x40\xcf\xb0\x42\xc0\xe6\x4d\x03\x8e\x6d\xef\xef\xc3\xea\x2d\xfe\x11\xac\xde\xbb\xf0\x17\x8a\x37\x9e\x9e\x9e\x60\xf7\xe3\xf4\x68\x5e\xe4\x2f\x67\xde\x2b\x4d\x39\x31\xc2\xff\xc5\xc9\x7e\x15\x76\xd7\xe4\x5d\x76\xad\x1c\x3b\xad\xd8\xbd\x2e\x64\x4d\x14\x44\x01\x6b\x19\x12\x4a\x57\x1f\x6c\x8f\x8a\xc2\xe2\x36\x7d\x1b\x29\xea\xad\xd8\xc4\xae\x6d\xc3\xfe\x6e\xad\xc2\x49\xae\xc3\x2d\xa7\x2c\xcd\x5d\x0b\x26\xbc\x98\xc5\x4a\xc1\x4f\x92\x5e\x79\x25\x93\xea\x48\xa8\xcb\x00\x54\x24\xa5\x73\xf9\xd3\x60\x22\xa2\xb7\xfd\x5f\x11\x91\x19\xc1\x0d\xfe\x05\xf9\xe0\x38\xca\x79\x48\x39\xbd\x0e\xaa\x2d\xa3\xbd\x6e\x69\x5d\x3a\xfa\xe4\xe8\x58\x06\x9f\xa4\x23\x75\xb8\xd3\x87\xf4\xe3\xf9\xbb\xc8\x9d\x9c\xc7\xdf\x44\xee\x6f\x47\xfd\x54\x88\x0f\x96\xb8\x7f\xd3\x32\x3a\xa8\xbf\x27\x70\xff\xac\x48\x2b\x9f\xf0\xc7\xab\x13\x7e\x47\x26\x08\x31\x85\xdb\xa8\xae\xf0\xe7\x83\xfd\x3e\xb6\x7a\x78\xb1\x76\xe3\x46\x21\x16\xaa\x09\x27\xb2\xc2\x7b\x42\xd7\xd8\x9a\x55\xbf\x29\x9e\x03\xc4\xcc\x96\x0e\xdb\x8b\x55\x22\x8d\x6d\x22\x77\xca\xbc\x49\xf8\xd9\xf3\x33\x31\x42\x3d\xc4\x48\x7c\x46\x0a\x6c\xf5\x14\xe6\xc6\x01\xf5\x90\x32\x18\xac\xae\xe9\x69\xce\x59\xc6\xa7\x42\x3d\x6f\xb3\x24\xa4\x9e\x50\x6f\xad\x96\x0b\x7c\xc7\x57\x61\x2d\x64\x7a\xf0\x33\xe5\xec\xd3\x58\x8f\xf3\x6c\xb4\x66\xff\x1b\x08\x75\x1f\xea\xa5\x2d\xd9\xab\x80\xac\xab\x7b\xe2\x7c\x39\x08\x25\x03\x1d\x65\x2a\x31\x87\x3b\x47\x41\x9f\x5e\x0b\x5d\xc3\x84\x50\x4c\x41\x29\x90\x1a\xe0\x05\xce\x35\x39\x4a\x1a\x0f\xc2\xed\xd6\x0a\x1e\x7e\x04\x85\x5c\x10\xe0\x8e\xf2\x40\x4c\x1e\xab\xef\x42\x7d\xe8\x0a\xcd\xdf\xd5\x91\x30\x47\x5a\xbc\x9a\x3c\xd7\x40\x44\xe6\xd6\x8d\x6f\xc4\x25\xb9\xf5\x8d\x38\x59\x3f\x31\x08\x07\x0e\xc4\xa4\x9f\xca\xfe\xa1\x10\xed\xe2\x92\x00\xa7\xd6\xad\xbb\x5c\xb4\xbb\x96\xe6\x98\x91\x20\xe9\x75\x6e\xe6\x38\x9e\xf5\x14\xce\xc7\x65\xf7\x8b\x3e\x36\x84\x7d\x7a\x87\x68\x51\x92\x00\x68\x4b\xee\xf7\x30\x94\x9e\xd0\x76\xcf\xa0\x84\x3b\xc2\x3e\xef\x91\x96\xaf\x2e\xeb\x37\x4f\x6a\xb4\x37\x15\x1c\x36\x9c\x34\x2e\x01\xfe\x26\x7d\x5e\x12\x23\xda\x28\x5b\x29\x2c\xde\xf9\x9d\xd4\xff\xf1\x33\xdb\x60\x5c\x7d\x15\x0f\x3b\xb9\xa3\x7f\x3e\xc7\x0d\xb4\xa7\xe4\x77\x92\x03\x48\xef\x7e\x50\x75\x02\x4d\xa5\xa4\xea\xbc\x10\x7d\x0d\x54\xa5\xf6\xb3\xaa\x13\xe9\x00\xfd\xce\xb1\xd0\x2c\xcd\xe1\x1d\xb9\x90\xdf\x40\x92\x8b\x85\x33\x2c\xb6\x8d\x11\x71\x8f\x67\x42\x3d\x6c\x91\xc1\xec\x9d\x1c\x18\xbe\x44\xbe\xe7\xef\xdf\xaa\x53\xe1\xb1\xf8\x73\xe9\x15\xca\x60\x88\xaa\x15\x19\xdf\x57\x47\xc2\x8e\x54\x2b\x62\x1f\xb1\x1b\x93\x55\x9d\x06\x60\xda\x64\x1b\xde\x1c\x86\x00\x7f\x9b\x12\x83\x78\x96\xd5\x89\xaa\xab\x78\x00\x10\x19\xa0\x3b\xd8\xb0\xdf\xeb\x46\xa6\x7f\xe5\x3e\x34\xc9\x98\xb1\x84\x8d\xbb\xfc\x7f\x36\x8d\x85\x47\xd1\xc9\xda\x67\x95\xe6\x39\x6a\xce\xb4\x6f\x81\xe0\x69\xd6\x08\x51\x24\x1d\x2c\x0c\x5a\xa5\x1d\xb3\x6a\x0b\x93\x8c\xd5\xce\xc6\x0a\x0c\x3d\xe7\xf7\xa4\x06\x73\xea\x38\x3b\x12\x95\xd9\x93\xd5\xd7\x86\x14\x53\xe6\x07\xcc\x61\x7b\xc2\x36\x55\x77\x11\xaa\x1a\x6d\x62\x92\xe5\x5f\xd6\xb1\x99\x5f\xdb\x0c\xce\xf0\x3b\xd8\x33\xce\x97\x25\xd4\xd0\x58\xb3\x91\xc2\x11\xf6\x5b\x82\xb4\xf2\x59\x71\x4f\x97\x1c\x09\xf5\xbb\xb9\xba\xaa\xc6\x9b\x13\x3f\xfd\xab\x46\x9c\xd1\xe7\xc6\x5a\x53\xf2\xc1\x2f\x6a\xec\x27\x37\x76\x5d\x34\xf6\x20\x77\x68\xed\x96\x8c\xdf\x8f\x95\x08\x19\xe1\x37\x92\x34\x54\x77\xf1\x7f\xbf\xd5\x13\x71\x90\x35\x42\x9b\xae\xc9\x3a\xd2\xdc\x35\x49\x07\x63\x3b\x09\x8d\x6c\x36\x2d\xf7\x7f\x9c\x96\xfa\x1e\xa7\x95\x7e\x64\x36\x28\x7e\x62\x63\x9d\x89\xd6\xde\x51\x4f\xed\x6f\xd3\x22\xea\x32\xda\x4e\x50\xa3\xee\x69\x5b\x76\xe0\xf8\xde\xc5\x9f\x64\x4b\xd3\xf4\xd5\x44\xd5\x7e\x9b\xc2\x89\xd5\x73\x0b\xd1\x0a\x74\x6d\xa3\x5b\xd6\x42\xde\xdc\xf5\x22\x3b\xb7\xf2\x87\x72\xbe\x9d\x64\x59\x3d\x37\x9c\x16\x7d\x83\x74\xe3\x17\x19\xef\x21\x16\x5e\x10\xfa\xed\x9f\xe9\x48\x50\x5f\xc9\x1e\x06\x81\xaa\x2b\x5e\x1a\xd9\xdc\x79\x7f\x31\x73\xa2\x29\x63\xf4\xa7\x46\xfd\xd9\x71\x7f\x26\xdc\x1f\xfe\x64\x3e\x91\xed\xff\xdb\x7e\x21\xa5\x0f\x39\x3b\xa7\xdc\xc5\xaa\x27\x0e\xb2\x47\x13\xdd\xc8\x26\x5a\x70\xae\x3d\x79\xc3\x19\xec\xe1\x17\xa5\x88\x15\x49\xa0\x10\x87\xb2\x19\xf6\x1a\xb8\x5e\x6c\xa4\x96\xf8\x15\x38\xd8\xc0\x3c\x9c\xbe\xfb\xa0\x6d\x4f\x04\xcc\x7a\x81\x77\x97\x97\xd3\xc2\x33\xb4\x49\x97\xc2\x03\x2d\x51\xdd\x1f\xde\x5f\xe3\x7d\x7c\xf5\x13\x03\x4d\xc6\x21\xdf\xcf\xeb\x5a\xa1\xae\xb8\xa8\x6b\xa9\x8c\x1f\xea\xaa\x71\x5d\xf7\x45\x5d\x17\xd4\x55\xb8\xac\x95\x75\xf3\x81\xd4\x44\xfa\x41\x1c\xce\x7f\xf0\x38\x5b\xe3\xc1\x07\x29\xcb\x3e\x7d\x9c\x1a\x94\x00\xc3\x50\x14\xa5\xf0\x4e\xe4\xfc\xd3\xca\x9e\x78\x84\x9e\xa0\x57\x8c\x9b\xdd\x72\x29\x24\x36\x37\x6a\x65\x6a\x62\xeb\xe7\x84\xad\xb3\x7e\x22\xab\xef\xe4\x6e\xfc\x3f\xf3\xdd\x11\x1e\x87\x30\x06\x6b\x3a\x0f\x26\x4d\x80\x26\xfb\x50\xc0\xfc\xe4\xc2\x23\x46\xdb\x80\x33\x68\x51\x17\x13\x79\x61\x25\xf2\xb9\x25\xff\xa3\x9b\xcb\x52\x0a\x2b\x34\x1b\x00\x4f\x48\xe4\xb0\xea\x88\xf7\x86\xac\x77\xc7\x38\x35\x8e\x92\xdc\x59\x48\x6d\x5c\xbb\x20\x81\xc7\x91\xd8\xfe\x57\x48\x67\x21\x02\xec\x10\x1b\x43\xcb\xf1\x41\x4b\x67\x97\x32\x6c\xb6\xbd\x64\xd7\x5b\xea\x60\x17\x3c\x2b\x84\x35\x91\xcb\x6a\x23\x06\x31\x25\x88\x84\x67\x38\x74\x5c\x58\x2e\xec\x0f\xaa\x1e\x79\x58\xed\xa5\x30\xfd\xb8\x3f\xa8\x4e\x84\xff\x8b\x38\x34\x75\x84\xc1\xe3\x83\xb4\xac\x62\x86\xf3\x2d\xe3\x09\x9f\xa3\x06\xe3\x5a\xb9\x42\x0c\x01\x27\xad\x3f\x96\xaa\x82\x61\x3f\xd7\x0b\x25\xc0\xbb\x66\x2e\x08\x17\x07\x01\x35\x27\xa8\x61\x60\xe2\xa2\x5c\xfc\x6e\x6a\x76\xf0\xc2\x51\xc6\x5d\xd6\x3b\xd6\xa4\xb0\x76\x88\x82\xac\x75\x69\x4d\xf5\xe4\x6e\xce\xca\xca\x4a\xa8\xa5\xd0\x0f\xca\xcb\xf5\x96\x58\xdf\x04\x96\xf0\xf7\x37\x79\x65\x63\x7d\x97\x57\xca\x26\xc2\xe4\x7f\x2b\xb1\x40\x27\xc9\xab\x37\xe9\xd8\x99\xa5\x5c\x79\x51\xbf\x6c\x28\x37\xbf\x34\x9d\xb3\x4a\xfa\x48\x35\x2c\xc4\x16\x4d\xbd\x82\x57\x8a\x04\xaa\x26\x4a\x85\xce\x78\x4d\x9d\xb6\x9f\x28\xf8\x6f\x91\xf8\x79\x80\x9f\xd5\xa8\xf3\x99\xf7\x2e\xc4\xc7\xfe\x7c\x57\x4a\x59\xdf\x6c\x14\xd9\x1e\xe1\x00\xdd\x7b\x46\xd8\x29\x6d\x5c\xbb\xd5\x20\x1e\x53\x75\xad\x3c\x72\x5f\x58\x97\x33\xab\xfc\xd6\x52\xa8\xdf\xb5\xf3\x1d\x67\xa6\xd2\x5f\x8e\x65\x3d\x7b\xba\x97\x42\x0d\xff\xfc\x39\xf6\x33\x76\x80\x3b\x30\xd7\xd3\x68\x56\x1a\x59\x3e\x7d\xfd\x9d\x66\x56\xd3\x91\xb6\x68\xeb\x7c\x07\xce\x56\x3f\x6b\x67\xcf\x3e\x85\xda\xc8\xce\xf9\x8e\x7d\x97\x11\xcc\x98\x3d\x04\xf7\xdc\xbb\x7e\xda\xcf\x9e\xae\xe8\x69\x25\x6f\xa1\x7e\x68\x64\x0f\x3f\xf4\x27\x83\xcb\x1d\x1f\x23\xb0\xb4\x5c\x4a\x1d\x6f\xca\xf9\xe5\xba\xe7\xa5\x83\xe5\xa5\xd4\x69\x5a\xce\x3d\xd9\x3c\x4c\x18\x5f\xe8\x1a\xbc\x7f\x5d\x2f\x3b\x63\x61\xe7\x1e\x95\xb0\xcc\x6d\x87\x5c\xec\xa6\xf1\xa5\x70\x06\xa5\x04\x20\x2f\xab\x33\xd2\xf7\xe9\x9f\x67\x41\x89\x1f\x68\x81\x75\x38\xb1\x0d\xe3\x1c\x1a\x27\x5a\xec\x5d\xd9\x3a\xa9\xf2\x6a\xa5\xf0\xe8\xd8\xe2\x05\x4d\x52\x9b\x80\xb3\x1e\x9a\x56\x2b\x09\x38\xa4\xb5\x9e\xdf\x23\xc2\x1c\xa6\xfc\x27\xdd\xdc\xcf\x16\x7d\x44\xfd\xd6\x15\x79\xe2\xce\x49\xdb\x9a\xc9\x1b\x8a\xe6\xde\xa2\x70\x8f\x8d\x6c\x1d\x48\x97\xa0\xe5\x64\x5a\x35\xcb\x61\x95\x93\x6f\xd9\xb1\xac\x2d\x69\xaf\xae\xbf\xbb\x53\x44\x50\x69\x14\x32\x06\x51\x81\xa5\x7b\x23\xd6\x5d\xcc\xb2\x94\x70\x46\x96\x10\x2d\x46\xdf\x08\x99\xb9\xca\x9d\x32\xfc\xfa\x7f\x10\xfa\xac\x5c\xca\x4b\x4d\xe8\x78\x49\x9a\xdb\x6d\xbd\x6f\xa6\x67\xdd\x18\x99\x4f\x48\x89\xde\x19\xc0\xd4\xf8\x81\xde\x59\x42\x34\xac\x1a\xd6\xfe\xfb\xa6\x31\xae\x72\x2a\x54\xd1\xa7\x20\xb2\x51\x65\x41\x86\x02\x18\xea\xc7\x00\x72\x31\x16\x2e\x4f\x90\xa7\x8f\xf1\x2d\x76\x06\x8a\x50\x76\xb0\x2c\xc1\x4f\x5a\xda\x53\x1f\xa4\xf5\xc1\x79\xb5\x37\x39\x99\xf6\x81\x2f\x89\xf8\x1c\x90\x16\x9a\x46\xd8\x3a\x90\xf3\xa6\x75\xd1\xfc\xb2\xf5\xb0\x47\xda\x65\x97\x3c\x57\x3e\x9b\x78\xd9\xce\x3c\x51\x4b\x8a\xf3\xfa\x5d\xa1\x4c\x5e\x5d\x79\xa7\x15\xa6\x48\xb1\x80\xf5\x22\xb8\xe8\xd1\xb6\xee\x38\x87\x43\x36\x19\x64\x9c\x9a\x90\x3f\x4c\x65\x7c\xf5\xbd\x64\xe9\x56\x7d\x71\x7f\x50\x7a\x00\x3e\xc4\xfb\x42\xae\x9b\x63\x28\x57\x0f\x0b\x26\xeb\xdb\x05\x21\x52\xec\x60\x83\xfa\xa8\xf7\xae\xbd\xc0\x88\xd0\xda\xe2\xf2\x47\x67\x2f\xb6\x42\x6d\xcc\x70\x8b\xac\xb3\xd5\x4f\x61\xee\xad\x6b\xfb\xd3\x41\xef\x51\xeb\xb9\x14\x58\x41\x78\x6f\xc8\xaa\xb3\x26\x0f\xe9\xf7\x4b\xd7\xce\x0f\x89\x96\x0c\x91\x13\xac\x2d\xc9\xd0\x76\x34\x97\x4d\xb3\xa0\x84\xbb\x01\xc0\xd6\x61\xbe\xfe\xe3\x9b\x5b\xbd\x61\x8a\x37\xb7\x52\xcb\x10\x61\x70\x9f\x2f\x38\xec\xf1\xba\xdc\x5f\x46\x2c\x21\xd0\xf9\x22\x90\x7d\xfe\x72\x77\xb3\x4d\xde\xba\x48\x94\x56\x91\x49\x85\x4e\x17\x43\xa6\x15\xe8\xc5\x7a\xb0\xab\xad\xe5\x16\x29\x59\x36\x72\xd7\x25\x07\xc2\xd9\x06\xa7\xd6\xb4\x71\x20\x26\xe0\x59\x93\x2e\x8f\x50\x26\xf3\x83\xab\x76\xc8\xd5\xae\x96\x15\xb7\x7e\xb2\xa5\xa9\x2f\xbd\x6b\x8b\xc3\x6b\xfe\x5a\x3a\xbb\xf4\x27\x4a\xe7\xda\xd6\x03\xc1\x5c\x10\xae\xf4\xc3\x8b\xa8\x4e\xd4\x41\x51\x6a\xf8\x93\x2a\xf9\x7e\x2e\xe1\xda\x62\xa6\x70\xba\x44\x68\x82\x01\xf8\x90\x11\x87\x54\x20\x0b\xe6\x01\xec\xe2\xac\x4b\x29\xf4\x4a\xa9\x9d\xc8\x4b\x79\xed\x57\x6f\x13\x61\xed\xe0\x10\x12\xc8\x2e\xe4\xfd\x50\x76\xd2\x89\x7e\x30\x00\x9c\x6a\x77\x77\x0d\xc5\x07\x3d\xea\xb4\x83\x84\xab\x88\x56\x6a\x2f\x8b\x10\x85\x33\x91\xae\xc9\xc6\xaa\x34\xd9\x71\x4a\x09\xf5\x65\x74\x47\x39\x04\xce\x1d\xa3\x0e\x26\x04\xd9\xa3\xc6\x11\xe5\x74\x16\x33\x3d\xd6\x2f\x9c\xce\x84\xc0\xe1\x93\x51\x91\x0c\xea\xf5\x7c\x60\xb6\x6a\x22\x84\x0b\x87\x7b\x41\x46\xbb\x0f\xdd\x5e\x4a\x6c\xef\x6b\xc6\xd1\xce\x18\x00\xf5\x74\x88\xe0\x15\xc0\x1f\x7a\xca\x3f\xf4\xfa\xdf\xf8\x90\x93\x1f\x9f\xea\xf7\x29\x1a\x17\xe1\x30\xfd\xb7\xbf\xf3\x95\x9a\xfe\xca\x45\xde\x23\xdc\x6b\x5b\xa4\x70\x8c\x65\x7a\x85\x84\xb1\x34\x90\x2e\xd4\x88\x15\x9c\xdf\xcb\xde\xbb\x47\xb5\xdd\xdc\xb1\x72\x89\x0e\x00\x4f\x28\x67\x47\xb7\xd8\x7f\x77\x8b\x90\xc9\xf7\xfa\x5a\x2f\x66\x8b\x9c\x9c\x56\x72\xae\x3a\x10\x4d\x3f\xf4\x5c\xd8\xf1\xb7\x18\x38\xcd\x99\xc6\x46\x61\xc2\x3a\xc8\x5b\xd9\x63\x22\xc4\x6b\x02\x37\x86\x89\x81\x58\xe3\x8d\xe4\x94\x71\xd7\xa5\x2a\x5d\x44\xa7\x10\xa3\xb0\x81\x51\xe6\xb6\x0c\x76\x10\x28\xed\x86\x32\x27\x6f\x01\xd7\xfd\xc1\x80\x2d\x89\x54\x17\xd9\x47\xf6\x6d\x68\x6e\x77\xe1\x30\x1f\x34\x06\x48\x1a\x75\x4f\xa5\x14\xb7\xc9\x85\x45\x8c\xcb\x7e\x52\x60\x32\x8c\xd8\xb7\x62\x2f\x77\xf8\xe7\x20\xf5\x1d\xbd\x22\x09\x12\xe5\x33\xc5\xc8\x7c\xb1\xbe\xe1\xf9\xd0\xbf\x03\x2b\xa3\xcb\x5c\xe4\xb9\x07\x38\xb6\x38\x20\x5c\x22\x4e\x72\x52\xb5\xc4\x84\xbc\x7e\xc7\x2e\xc3\xeb\x78\x14\x57\x40\xa8\xaa\x7c\x65\xb3\xd8\x15\xc9\xad\x2a\x1c\x5d\x4f\x21\xe7\x97\x73\x85\xfd\x6b\x1f\x0e\x4b\xa5\x5f\x23\xc3\x47\xb2\x2b\x86\x2d\x71\xe1\x03\x76\xde\x4f\xca\xa5\x10\x06\x39\xeb\x1a\xba\x61\x6a\x27\x5b\xc6\x5d\x96\x52\xd7\x1a\x59\x90\x51\x48\x1e\x33\xf3\x34\x4a\xec\x49\x49\x9d\xf8\x14\xea\xd7\x77\xeb\xb7\x62\x4b\xb7\x5f\xb2\x7e\xab\x27\xbd\x02\x2d\x36\x7c\xab\x85\x49\x14\x75\x72\x06\x06\x2a\x0b\xdd\xac\x0e\xaa\x23\x46\x8e\x83\xa8\xd2\x00\xc1\xe8\x19\x00\x60\x6d\x81\xad\x44\xe3\x30\x22\xb4\xaa\x44\x46\x41\x16\xb1\x0e\x54\xc0\xca\x89\x24\xe7\xee\x00\xb1\xc1\x51\xed\xbb\x00\xbf\xaa\x91\x00\x1f\x43\xb5\xda\x3c\x16\x62\xfb\x47\xaf\x4d\xf3\xf4\xbb\xea\x52\xd0\xa8\x78\x10\x09\x24\x9e\x1f\xe3\xc4\x84\xd7\x42\xf5\x4b\x79\xb8\x69\x46\xb3\x62\x03\x2b\xb0\x75\x44\xa3\x11\xeb\xfa\x08\x19\xca\xe5\x5c\x40\x5a\x84\xe7\xf4\xee\x97\xe3\x04\x41\x65\xfa\x1e\xc6\x59\x37\xc6\x56\xcf\x0b\x5a\x9d\x81\x04\x16\xc5\x4a\x65\x19\x6b\x47\xec\xf2\x0e\x13\x45\xc7\x24\x7d\x66\xf9\xff\x72\x19\x42\xe8\xef\x49\x5a\x91\x64\x9c\xed\x99\xe4\xd0\x47\xe5\x5b\x26\x45\x74\x53\xf9\x86\x29\x44\x83\x1c\xfd\x3e\xaa\x73\x8b\xac\x06\x54\x66\x35\x50\xe6\x61\x45\xb2\xf9\x5c\x11\xaf\xfa\xd2\x46\xba\xe1\x1e\x2e\x7f\x1d\xc9\x11\x7f\x6e\xd2\xd5\xef\xd6\x52\x56\xa7\xca\x4a\x07\xb5\xee\x08\x13\x4d\x32\xc4\x02\xf3\x7d\x94\x25\xe7\xae\x2c\xc6\xf3\xa2\xa2\xf3\x37\x70\xf2\x25\x6e\x6d\x65\x7c\xce\xf0\x59\x6d\x5e\x76\x0b\x53\xcb\xc4\x0e\x01\xc9\x0e\x69\xd4\x81\x04\x71\x02\x24\xce\x68\xb9\xe5\x57\x75\xb5\x2e\xaf\xc6\x85\x66\x5f\x6d\x3d\x6b\x43\x02\x8c\x5c\x43\xa1\xf1\xaa\xb9\xa0\xb7\x86\xcc\x6a\xdc\x6d\x11\x91\x60\xe8\x2e\x36\xe5\x89\x76\x4b\x43\x5a\x88\x94\xee\x1c\xa1\xf5\xd0\x15\x3e\x12\xb8\x8b\x5e\x2c\x36\x25\xf4\x1d\x18\x47\xb2\x76\x8e\x9e\xa9\x31\xfa\x84\x42\xea\xe1\x58\x56\x5f\x85\x47\x89\x96\xb6\x92\x24\x9b\x83\xec\xa1\xa2\x57\xec\x93\x19\xc1\xa3\xf9\x42\x69\x22\xa1\xf4\x24\x28\x02\x7e\x7a\xb9\xab\xfa\xaa\x29\x61\xf7\xbd\x20\x80\x74\xd6\x39\x6b\x42\x6b\x1b\xc4\xbf\xa9\x86\xd2\xfc\xcf\x1d\x79\xc5\xd9\x8f\xbb\x2d\x79\x0d\x4f\xea\x30\xdc\x04\x9a\x94\xa9\xfb\x97\x22\x68\xf6\x2c\xbb\xb0\xcd\x4e\x52\x4f\x93\x7f\x60\xf7\x6c\x64\x42\xa2\xfa\x68\xbd\x53\x48\xe8\xec\x0b\xe7\xce\x38\xea\x29\x33\x27\x35\xa8\x88\x7b\x17\x42\x11\xfa\x08\x28\xdf\x57\x24\x83\x77\x12\xfb\xe6\xb2\x0f\xe6\x59\x2f\x77\xb5\x53\x29\x3c\x20\x61\xd6\x70\xea\xd0\xc5\xe8\x2b\x35\xe4\x6c\x22\x47\x1c\x93\x1f\xfd\x80\xc6\x91\x5a\xb7\x61\x92\x7c\x20\x8e\xf8\x6e\xaf\x6b\xb4\x06\xb8\xb7\x7f\x23\xce\xf5\xf0\x86\xab\xc0\xaa\xba\xca\x3c\x71\x5d\x01\x2c\xb5\xd2\x08\xf4\x2a\xb1\x16\x64\x7d\x54\x0e\xc9\x2a\x93\xed\x52\x0f\xbd\xfd\x7c\x02\x13\xa3\x6b\xff\xc8\xc6\x5b\xff\xe7\xec\xaf\xbb\xb6\x23\x60\x0b\x55\xc7\x92\x75\xb2\xd7\x8e\x14\x4e\xef\x1c\xe5\xba\x37\x2a\x06\xd1\x16\xa2\x6d\xae\xc8\x5b\xfa\x8b\xd8\xa9\xcf\x03\x9b\x3e\xf5\xc5\x17\x65\x2c\xf9\xec\x4a\x70\x58\x74\x8b\xaa\xfb\x8c\x38\x4b\xe6\x85\x59\x60\x19\x07\x16\x5c\x24\x91\x6a\x66\x06\x78\x0b\x13\xf9\xf5\x53\xfa\x80\x3d\xa8\xe0\x8b\x81\x34\xf3\xb1\x73\xd4\x41\xf2\x30\x04\xc8\xde\x3b\x97\x71\x65\xa0\xc9\x71\x08\x3c\x40\xe0\x40\x4e\x93\xca\x00\x58\x33\x69\x65\xf0\xc3\x0d\xf5\x58\x27\x0f\x60\x6f\x5d\x21\x75\xce\x24\xfa\x0d\x67\xe8\x6c\x2f\x9c\xd3\x09\x3b\xcb\x2e\x42\xac\xaf\x75\xeb\x4e\x8f\xdf\xc2\xea\x24\x74\xc6\x4e\x52\xc2\x9d\xa3\xa0\x99\x69\x7f\x8b\x54\xb9\xad\x9d\xe4\xcd\x39\xa3\x6c\x3a\x94\xdd\xb5\x41\x0c\x88\xdb\x36\x28\x24\x9d\xdc\xbe\xdf\x04\xdc\x12\x91\x30\x9a\xa4\xcf\xb7\x2e\x39\xcc\x2a\xb7\x82\x9b\x03\x92\x01\xa7\x96\x26\x8b\xf7\xc5\x6a\x0e\xe4\x86\x5c\x09\xd4\xf5\xb4\x9f\xeb\x4a\x0f\xad\xfd\xd6\xd8\x70\xcc\xf4\x66\x75\x5f\xcd\xd0\x72\x3c\xa3\xe3\xe4\xab\xc3\x85\x00\x6a\xf7\x55\x2d\xa0\xb5\xf0\x19\x01\x12\x66\xb4\x8c\x2c\x46\x12\x74\x85\x95\x22\xbf\xf6\x5c\x26\xc8\x34\xbc\x94\x9c\x8e\x6b\xb4\x6f\x83\x8d\x09\xd5\x01\x3e\x4e\x53\x91\xdf\x4f\xc8\x5e\xd5\xd8\x28\xc2\xb2\x8c\xcc\x0b\xb0\x62\x66\xe7\x84\x73\x86\x32\x86\x53\x42\x9c\x8c\x75\xc1\xa4\x01\x47\xfa\x17\xfd\x0f\xf1\x95\xfe\xf7\xa1\x8f\xab\x9b\x20\xa0\x6e\x96\x06\x97\xba\x12\x39\x48\xa8\x05\x97\x2a\xaa\x71\x26\xd4\xab\x66\xa1\x0e\x66\x82\xfd\x76\x96\xcd\x6e\x9e\x33\xd9\x0a\xd5\x0a\x5d\x09\x64\x4c\xff\xd8\x11\x35\xe7\xcd\xe2\x01\xe0\x7e\x64\x5b\xa3\x23\x39\x11\xc2\xa5\xae\xf2\x41\x0e\xa4\x8a\x25\x6d\x59\x31\xa9\x6d\x68\x25\x8c\xd2\xcb\x83\x9e\x59\xd2\xfc\xa6\xe8\xa1\x5b\xa7\x93\x53\xf4\x90\xc3\x96\x8a\xf0\xed\x57\x61\x7f\xd5\xa6\x55\x4b\x71\x47\xb6\x88\x8a\xd9\xe3\xb4\x98\x6a\x6a\x69\x45\x70\x4d\xc5\x62\x9e\xc4\xb5\x21\x81\xa7\x26\xb5\x61\xe9\x6e\x5a\x1b\x22\xf5\xac\x19\xef\x8a\xf6\x25\x52\x38\x6f\xcb\x3e\x85\x73\xdc\x37\xf6\x24\x0e\x4d\x0e\x9b\x11\x6f\xbc\x23\x65\xba\x57\x0b\x75\x42\x60\xa0\x7b\xde\x8f\x48\x86\x37\x53\x38\x69\x8c\xf6\x0b\xce\x82\x81\x77\x69\x1b\xab\xa6\xac\x23\xcc\xc3\xeb\x01\xb5\x6d\xd4\xe2\xc7\xb4\x55\x2f\x72\x53\x21\x56\x72\xb4\x60\xe4\x9e\xf5\x02\xf0\x4f\x0b\x79\x3e\xdf\x81\x3e\xaf\x9c\x5c\xf7\x11\xca\xc6\xca\x81\x0e\xbd\x09\x98\x4a\xf2\xd4\x6e\xe1\x1b\x2d\x79\x42\x6d\x6d\x79\xac\x8c\xc8\x6d\xed\x81\x40\x5c\xde\x89\xcf\x78\xa3\x8d\xf1\x4e\x19\xb2\xbf\x36\x68\xb5\x77\x04\x38\xd1\xc4\x38\xe9\xa3\x78\xa1\xee\x71\x86\x19\x9f\xc8\x5f\x02\x72\xfd\x0e\xda\xf7\xeb\x60\x6a\x8a\x3f\xe1\x75\xe6\x08\x67\x56\x2c\xbf\xbd\x6c\x2d\x27\xc5\x46\xa3\xf5\x10\x5a\x74\xce\xef\x65\x3f\xb4\xaa\xb6\xd9\x91\x91\xd5\x0a\xe1\x99\x4f\xb4\x49\xfd\xa2\xbc\x82\x03\x5e\x5c\x9e\x3e\x4a\x62\x00\xd4\x7c\x9e\x02\xe8\x8b\x57\xc1\x00\x4a\x5e\x60\xd4\xec\x42\x1a\x88\x71\x10\xfa\xf8\xaa\x57\xba\x2d\xbc\x25\xdd\xb6\xea\x88\x7f\xc9\x96\x46\xcc\x75\x25\xf8\x3b\x8d\x42\xbf\xea\x59\x17\x65\xa0\xef\x7b\xd4\x35\xed\xc3\xd7\x68\x32\x6f\x79\x58\xfb\x7b\x53\xf3\x7c\x9e\x50\x75\xd5\x43\x7e\x5e\x80\xd3\x3f\xf5\x53\xc6\x8a\x86\x9e\xe4\x5d\xa8\xa6\x3a\x75\x71\x9a\xf1\x39\x71\x30\xf5\xd6\x19\xff\xb0\x3f\x51\x0d\x85\x95\x63\xba\xfc\xd3\xe3\x0f\xfb\x47\x75\xe5\x7a\x4b\x34\x69\x25\xc3\xf9\xe4\xaa\xc4\x72\x3f\x64\x64\xc0\x53\x4d\x7f\x42\xb5\xcd\x63\x8d\x7d\x85\x4c\x7d\xe2\xc7\xd2\xe0\x49\xa8\x68\x72\xaf\x86\x00\x52\x20\x5a\xf2\x11\xf7\x39\x8a\x79\x09\xbe\x6d\x75\x31\x59\x7a\x3f\x9a\x42\x19\xe6\x29\x01\x3e\xdc\xaa\x39\xcc\xc7\xc5\x02\x62\x9d\x32\x64\x0d\x72\xc7\x7b\x72\xfb\x74\xa4\x17\x4c\x0b\x71\xcc\xb3\xcb\xe9\xa1\xca\x08\x56\x94\xef\x54\xb5\x65\x0a\xdf\x54\x9f\xb5\xa7\xaf\xf3\x0e\xe1\x4a\xc5\xb2\x5d\xf1\x91\x83\x6d\x79\xf5\x60\x27\xc3\x2d\xa9\x38\x47\x3d\xbc\xf1\xbe\xc4\x83\x8d\xec\x56\x10\xf6\xc8\x6f\xd0\x03\xca\xf4\xd2\x37\xdc\xaa\xa5\x9e\x40\x20\x92\x90\x16\xd6\x67\xf3\x8c\xf1\xed\xae\x49\xa4\x3b\xa8\xd5\x25\x0b\x65\xf2\x84\x78\x8a\x2f\x1c\xe2\xea\x23\x1d\xba\x0a\xd5\x1a\xb7\x90\xca\xe5\x79\x80\x49\x40\xdc\x26\x85\xe5\xa9\x7e\xc5\x23\xe5\xf4\x11\x6e\xf5\xf0\xfc\xdf\x26\xf7\x50\x74\xec\x92\x7b\x3a\xb1\x4e\x0d\xf3\x7b\xa9\x63\x56\xea\xa4\x4b\xa9\xdf\x00\xf5\x6a\xec\x69\x0d\x8e\x4e\x6d\x26\x17\x14\x43\xe6\x85\xa4\x3c\xf4\x1a\x35\xcd\xc7\xa9\xba\x6c\xa6\x48\x90\x42\xba\xe2\xe7\xca\x06\x71\x33\x08\x7d\xf8\x45\xde\xbb\x78\xf1\xfa\x96\x55\xba\x65\xfd\x83\x5b\x1c\x6d\x40\x88\xd8\xc2\xa8\xf0\x51\x38\xbe\x2a\xe7\xe8\x66\x9d\x30\xe0\x0c\xbd\xfc\xc1\xd0\x52\x33\x21\x9e\x2e\xe8\x4f\xc2\x89\x02\xa6\x7a\xa9\xfe\x9d\xd2\x13\xe6\xf7\x49\x47\xe1\x80\x93\xa8\x21\x93\xfe\x67\x34\xe7\xa5\xb8\x05\xd3\xe5\xef\x18\xcd\x12\xa7\xb4\x0a\x25\x86\xcd\xdf\xc1\xfe\x83\xe3\x47\xdf\x3f\x62\x43\x05\x32\x8a\xef\x33\x11\x41\xf8\xf1\x66\xc0\xec\xe9\x6e\x6e\x92\xd2\x93\x14\x22\x76\xad\x86\x7c\x2d\xc4\xa8\xd5\xfb\xa3\xdb\x19\x99\xe8\x36\xb0\x2f\x04\x21\x17\x7e\x2f\xd2\x89\xa5\x5a\x48\xc6\xeb\xc2\xee\xdb\xed\x1f\xe9\x08\x37\xe8\xc0\x33\x1f\xf4\xb1\x05\x07\xf7\x51\xdc\x25\xee\xce\x5f\x01\xf8\x79\x14\x75\x2d\x62\x94\xe5\x92\x6f\x84\x5d\x70\x5f\x01\x5f\x1b\x1d\xab\x3a\x51\x76\x8c\xfa\x93\x2e\x35\x66\x2b\x53\x52\xa9\xa9\x93\xea\x2d\x39\x87\xeb\x54\x78\x0f\xab\x86\x55\x2d\x60\x00\x6d\xa1\x1e\x16\x5d\x3a\x5a\x46\x49\xcd\xa4\xb3\xec\xe9\x92\xfe\x8f\x76\xfe\x54\x1f\x8c\x8b\xbb\x7c\x77\x3b\x42\x0d\x0d\x84\xd4\xd0\xde\x75\x84\x1a\xd7\x97\x2a\xdf\xe4\x7a\xed\xb6\x97\x2a\xdf\xc2\x13\x61\x0f\xeb\xa8\x9c\xda\xa2\x19\x32\xe8\xe4\xbd\x6e\x48\xd1\x18\xe2\x1d\x5f\xf2\x84\x1a\xd6\x60\x18\x74\xa3\x2d\x65\x1c\x7e\x5c\x02\x4a\xda\x35\x36\x14\xc1\x7d\x57\xd9\xf0\x75\x05\xe2\x6a\x05\x18\x81\x54\xfe\x55\x9f\xac\xd9\x0b\xfd\x0a\x64\xdb\x1e\x17\x30\x28\x19\xbd\x73\x90\xfb\x94\x61\xe0\x20\x6e\xec\x98\xfa\x82\x7b\xd9\xca\x06\xfc\x9b\x3e\xd3\x12\x55\x86\x2e\x89\xa2\x17\x16\x5d\x64\x83\x3c\xa3\x16\xef\x02\xbc\xe4\x09\xc0\xf4\x47\xb5\x8b\x8b\x3c\xde\x01\x6c\x1a\xe7\x01\x99\x5f\x94\x4d\x2f\x31\xae\xbd\xb7\x4b\x49\x40\x9c\x06\x78\x69\x5d\x7b\x04\x87\xb9\x08\x49\xd3\xea\xb7\x06\x7a\xdd\x74\x15\xc7\xe0\xcd\x65\x13\xfe\x92\xa3\xe4\x04\x14\xb8\x03\x19\xdf\xd5\x41\x75\x76\x1c\xad\x5f\xe7\x12\xcb\x33\xa5\x0f\xf9\x8c\xda\x26\x75\x97\xea\xb0\x71\x26\x13\x1d\x74\xf5\xd9\x13\x5f\xb0\x79\xb6\x3b\xbf\x90\x63\x28\xb7\xcb\x12\xfe\x61\x39\x59\x25\xcf\x6e\xd9\x38\x5f\x13\x5b\x48\x58\x75\x56\x37\xf4\x76\x63\x42\xca\x6b\xee\x48\x9f\x39\xad\xed\xf4\xf6\xb1\xdf\x1a\x14\xe2\xf0\xb1\x38\xe8\x43\xea\x62\x22\xc3\xf0\x0a\xba\xf0\xb5\xe2\x81\x9f\x5e\x10\x5c\x1b\xac\x58\xbf\x46\xe7\x54\x7f\x80\xc5\x3a\x59\x03\x75\x85\x92\xa9\xe1\xc0\xc7\xc4\xa5\x94\xe6\x15\x58\x86\x64\x8d\x5b\xe2\xf2\xf3\x00\x5a\xbb\x95\x71\x8d\xb8\x90\x8d\xea\xcc\x91\xd4\xb5\xbe\x77\xf1\xa4\xdd\x44\x64\x98\x4a\xf8\x9d\x2e\xa3\x74\xf6\x49\xb6\xb2\x0c\xb9\xc5\xa1\x59\x8c\xcf\x66\xc9\xba\xc0\x23\x5c\x74\xe7\x72\x51\xbf\x26\xff\x07\x9c\xeb\xb1\xea\x1c\x59\x5d\xde\x8f\x26\x57\x25\xb6\x07\x9f\xf8\xff\x83\x7a\x80\x8c\x66\xd1\x8a\x6f\x12\xb2\x8e\xf0\x86\x39\xed\x17\xce\x1a\x2a\xf7\x99\x91\xfa\xb9\x8e\xcd\x90\xd8\x83\xf7\x3f\x94\x8b\xd6\xe0\x90\xaa\x23\xcd\x1e\x31\x85\x99\x6e\xe1\x68\xff\x41\xba\x26\xe6\xa5\xda\xfc\xb5\x4a\x7a\xf5\x05\x6f\xde\x86\x1a\x59\x35\xd0\xfc\x77\x03\x87\x91\xbf\xbc\xfe\x84\x3f\x5f\x13\x33\xb0\x41\xde\x96\xf7\x3e\x69\xb7\xd5\x5b\x0f\x4b\xfb\x5d\xf7\xe6\x43\x58\x5f\xfb\x9d\x0f\x75\x95\x23\xd4\xdb\xa1\x4e\xa1\xb9\xef\x55\x5b\x78\xa1\x4c\x8e\xe0\xc8\xe0\x5e\x41\x5e\x4b\x5f\x71\x8f\x73\xeb\xa5\xfe\xd5\x98\x05\x17\x82\xce\xed\xcb\x03\x12\x5b\xbe\x2f\x6a\x37\xc3\xae\x79\x26\xab\x2b\x17\xd0\x7b\xfb\xf3\x36\xcf\xcf\xbe\x46\x27\xdb\x49\x1e\x02\x30\x20\xc1\xf6\xfa\x49\x53\x36\x77\xe4\xf5\x3b\x9a\xaf\xd9\x51\xb3\x7b\xf2\x71\xe4\x2d\x36\xbc\xb2\x7b\xe3\xf2\x13\xbb\x29\xf7\xc0\x56\x7c\x15\x57\x1d\xd3\x42\xa7\xb3\xa1\x9e\x39\x42\xcc\x90\x9a\x6e\x18\xf2\x0a\xdd\xc2\x21\x6a\xd2\x3b\x0d\x91\x03\x2c\x45\xba\xc1\x59\x82\x5c\x60\x78\xcc\xca\xe8\xf7\x98\x90\xeb\xad\xff\x1f\x77\xef\xd6\x9d\xaa\x12\x6c\x8f\x7f\x20\x1d\xc3\xbb\xc8\x63\x77\x83\x04\x8d\x31\xde\x62\x5c\x6f\x89\x49\x54\x44\xbc\x21\x22\x9f\xfe\x3f\xba\x66\x81\x98\x98\xb5\xf7\x3e\xe7\x8c\xdf\xc3\xff\x65\x65\xc9\xa5\x69\x9a\xee\xea\xba\xcc\x9a\xe5\xab\x33\x24\xd1\xdc\x3f\x61\xb1\x46\x44\xc4\xee\x34\xe4\xa9\x66\x17\x6d\x15\x5a\xd8\x69\x0b\xf8\xca\x2d\x65\xae\x20\x8a\x0a\xab\xdb\x95\x14\xa1\x68\xfb\xef\x8a\x68\xc8\xc6\xf1\x18\x0b\x33\xe2\xaa\xe9\x67\x4a\x59\x29\x59\x35\x0a\x9d\x0f\x1e\x73\xf3\xae\x40\x87\xba\xeb\x4d\x97\x22\x69\xcb\x16\xc8\x25\xb7\xad\x2e\x74\x66\xaa\x60\x63\x36\x61\x67\x0d\x7f\xde\xd8\xdc\x3c\x11\xbe\xa2\xd6\x22\xf3\xb0\x5f\xd8\x3e\x01\xd9\xe0\x08\xbb\x66\x99\xfc\xad\xb7\x75\xea\xd8\x9a\x91\x54\x1e\x8a\x34\x84\xb4\x71\xab\x48\xad\xc1\x0a\x39\xdf\xe3\x32\x66\x9b\xcc\x5f\x66\xf3\x92\x30\x95\x87\xda\x46\x64\x5d\x6c\x01\x08\x98\xf1\x7d\x9f\xde\x1e\x4b\x82\xa7\xc1\x67\xd2\x22\x4b\xa8\xa4\x0c\x83\x84\xf8\xdb\x91\x2f\xdc\xed\xb1\x24\xb6\x7c\xe1\xf2\xd2\x2f\x6e\x95\xe8\x06\xd6\x3e\x06\xc5\x86\x5e\x0d\x8e\x1a\x73\x2d\x75\x20\xa3\x06\x9e\x47\x5b\x6c\x2c\x61\x6f\xdd\xd8\x10\xea\x9e\x0d\x31\xa2\x74\xf9\xae\xb0\x9b\xe4\xce\xf4\xaf\x86\x7b\xea\xb3\x23\xb7\x94\xa1\x37\x51\xfb\xe1\x44\xee\xb0\xb7\x53\x30\xcc\x1c\x42\xa4\x91\x9f\xa8\x9e\xaf\x5d\xde\x41\xcf\xa9\xe8\xbf\xea\x1d\xa6\x42\x15\x07\x9b\xd2\xa7\xbe\xd9\x06\xdc\x1a\x20\x8d\x1e\xec\x0f\x43\x6c\x79\x3b\xca\xc8\x54\xbe\x4a\x3d\x25\xec\x50\xb1\x3f\x3c\x66\x6a\xe7\x0a\x6c\xfa\x8e\xb9\x50\x2f\xb5\x2a\x8d\x03\xc0\xd0\xa6\xda\x80\x52\xe7\x22\x03\xa8\x66\x2e\x8b\x48\x10\x67\x54\xab\x84\x0d\xb1\x1f\xf8\xae\x5e\x5c\xbe\xf1\x28\xd8\x31\x67\xc9\x9e\x43\x5a\x37\x69\x01\xcd\x88\x38\xa5\x95\xd8\xd5\x28\x8d\x55\xd4\x6b\xc4\xd9\x23\xde\x51\x1b\xe1\x6c\x09\xc7\xa5\x98\x0c\xc1\x87\xed\x68\xcf\x04\x2a\xfa\x99\xe0\xee\xd5\xad\xd5\xe4\x11\x9a\xc2\xe7\xd1\xe4\x2c\xbf\x09\xc6\x84\x14\xa9\x89\xc1\x58\x38\x14\x1c\x1e\xec\xd4\xd5\xaf\xd6\x17\x8e\x4f\xb5\x61\x43\x79\x26\xc2\x77\x35\x05\x96\x4a\x35\xd0\xd4\x5c\x37\xd9\x17\x4e\xa8\x55\x0e\x5b\x7d\x32\xa1\x9f\x2d\xd4\x11\x74\x1b\x21\x95\x23\xb2\x5b\xda\xc4\xb4\xbe\x42\x95\xf7\xe8\x79\x85\x36\x68\x2a\x76\x9b\x9e\x16\xad\xa2\xca\x62\x24\x8c\x9e\xd3\x85\xbb\x91\xc2\x1e\x6b\xc9\x13\xca\x32\xad\x5e\x35\xb0\xbe\x5f\xa3\xd5\xd0\x03\x9d\xee\x09\xe7\x3d\x04\xcb\xd1\xe4\x7c\x42\x1e\x20\x48\xb7\xc5\x81\xe2\xdc\x4a\xe8\x0e\xf7\x84\x8b\xd8\x40\x43\x52\x62\xc6\xa7\xb9\x21\xaa\xfa\xb3\x3c\x43\x4e\x0d\x4a\xe6\x53\xb1\xab\xc7\xa2\xa9\x05\xe7\x90\x98\x96\x55\xa8\x38\xa1\xeb\x73\x21\xb3\x3e\x7c\x0a\x11\x2b\xb3\x49\x7e\x63\x4a\xb3\x57\xb1\x85\xb8\xb3\x56\x79\x2c\x72\xb1\xa9\xa5\x25\xf4\x56\xf2\x08\xbd\x78\xf1\x8b\x1a\x7c\xbe\x74\xf4\x24\x34\x48\x90\x6b\xf9\xb6\x84\x38\x2c\x34\xaf\xd7\x6b\x2b\x5e\x52\xc0\x69\x90\xaa\xd7\xdf\xd5\xed\xd2\x4a\xea\xd1\x2c\x91\x6c\xd7\x17\xfa\x10\x87\xeb\xdc\xf5\x13\x31\xf2\x54\x1d\xab\x7b\x4f\x5e\x23\xcb\x53\xa5\x1a\x13\x15\xcc\x84\xfd\x62\x10\xea\x6e\x50\x4f\x77\x8c\x12\x97\xa3\xe4\x38\x22\xce\x12\xa7\xa8\x05\xea\xc7\xcb\xfd\x2b\x2b\x1c\x8f\x70\x85\xf2\xad\x05\x09\xc1\xd1\xc5\x1c\xde\xbd\xb4\x9d\xf1\x0a\x84\x16\xd4\xec\xf3\xfd\x2b\x93\x36\xac\x58\x5b\xd8\x0d\xeb\xa8\xaf\x51\x86\x4d\x00\x24\x94\xa3\x27\x16\x4b\x80\x70\x3d\xd9\xa0\xc8\x2e\xc3\xf9\x5e\x9c\x62\x5f\xbc\xbd\xe6\xc4\x56\xb6\xda\xf0\xef\xf0\x66\xe5\x9d\x51\x1a\x40\x34\x6a\x38\x5e\x3c\x59\xa8\xe8\x60\x03\x39\x52\x92\x6b\xe0\x92\x26\xbb\x08\xa1\x10\x0a\x17\x6e\x09\x19\xe1\x3c\x40\xaa\x12\xc7\xb5\xf7\x97\x35\xed\x08\xc7\x3d\x98\x76\xa6\x24\x10\x13\xa7\x7b\xc4\x91\x69\xb2\x27\xc5\xe3\xa5\xb0\x67\xce\x65\x96\xe2\x27\xfc\x9e\xea\x65\x3f\x25\x88\x4b\x5f\x28\x3b\x3b\x6a\x12\x62\x68\xd0\xc4\x08\x0e\x0c\x73\xa8\x5b\xa9\xc8\x13\x0e\x4c\xc3\xfd\xa8\xf8\x29\x6c\xca\x3b\x51\x47\xbe\x2b\x7d\x16\x7f\xcc\x69\x68\x92\x3f\x7c\x54\xe7\x56\x1a\xd4\x8a\x4d\x75\x26\x94\x93\x1e\x5d\x1e\xf0\x91\xcb\x7c\x57\x65\x3f\x02\xe2\x34\x3d\xa0\x9f\x35\x12\xae\x27\x99\x88\x77\xce\x11\xae\x34\x86\x5f\xc6\x0e\x6c\xc8\xa0\x79\x4d\xba\x17\x71\x4b\x92\xd8\x14\xd5\x2a\x3c\x3d\xb5\xea\x13\x28\x29\x7b\xc2\x71\xb6\x65\x2c\xd5\x04\xc3\x44\x27\x47\x5a\x10\x54\x3f\x8b\x69\xa9\x40\x75\x2d\x15\x38\x61\x66\x7c\x61\x1f\xeb\x50\x2f\x7d\x0f\x45\x28\xd7\x9e\xab\xb7\xce\x48\xb6\x22\x26\x8b\xe5\x0a\xc5\x27\x76\x06\x01\x31\x0b\xe2\xe7\x94\x55\xa8\x97\x66\x3e\xbe\xf0\xb4\x9c\x0b\x35\x24\x47\xff\x88\xbf\x40\xbf\x12\x3d\xd0\x56\x5f\x69\x92\x36\x3e\xe1\xcd\xb4\x5f\x3a\x91\xf3\xdb\x31\x55\x19\xf8\x1e\x2e\xb7\x3c\x8f\x2b\x4c\xac\x41\x25\xe3\xce\x15\xf6\x2b\x38\x42\x38\x49\x79\x04\xc3\xe0\x5c\x46\x79\x17\x3a\x1a\xd3\x51\xfb\x7d\x4d\xfe\xa9\xd9\x16\x3a\xdc\xe4\xd0\x1c\x00\x52\xd7\x45\x2a\xb6\xbd\x54\x17\xe0\x65\xf7\x32\xc6\x35\xc4\x23\x87\x1a\xc6\xf3\xa2\xab\x12\x0b\x89\xac\x67\x79\x41\xfe\xed\x56\x1e\x5a\x0c\xef\x07\x38\x61\x10\xd1\x4a\x10\xd3\x6a\x29\xa5\x57\x3b\x59\x42\x68\x29\xa9\x4c\x1b\x41\xfe\xbd\x4c\xe4\x7f\xdb\x5f\xa6\x42\xd5\x1e\xca\xa0\x54\xda\xab\x0a\x9a\x9e\x6e\x97\x0e\x86\x25\x91\x45\x47\xbd\x98\xec\x6d\x07\x0d\xb8\x4f\x8c\x10\xb6\x29\x4f\x64\xb9\x58\xa3\x28\xb9\x17\xac\xfb\xba\x89\xd5\x91\xcb\x7b\x89\xf8\x5c\xc1\xbe\xa3\x77\x93\xc6\x2e\xba\xdf\x95\xf2\x56\x89\xed\x55\x8a\xd8\xdb\x3b\x83\x06\xcf\x6d\xd9\xdf\x35\x73\xd6\x05\x45\xf7\xbb\xd6\x7e\x3e\x3e\xa5\x15\xb4\x14\xa5\xf8\xaa\xa7\x52\x09\x23\x9a\x9a\xb8\x01\x8d\xbd\x3a\xc8\x02\x8c\xe4\xcc\xb0\x6d\x5a\x45\x47\x3d\x03\xd0\x32\x62\xc2\xbb\xbd\x24\x15\xe0\xa0\x82\x3d\x29\x1a\x00\xd8\x35\x38\x15\x96\xfc\x37\x9b\xa7\x0c\x6d\x37\x50\x69\x1e\x83\xe8\x7b\x9c\xc2\xbf\x92\x42\x55\x2c\x96\xeb\x93\xb0\xc2\xc8\x1c\x10\x21\xd2\xba\x6b\xed\xc1\xd1\x44\xab\xa1\xfb\x58\xec\x29\xf7\x60\x63\x7a\xac\x0e\xcf\xf8\x7a\x40\x88\x0e\x56\x0c\x6b\x7e\x21\xcb\x0b\x00\xc2\x6f\xf3\xaf\xaf\x8d\x89\x05\x66\xd1\x1b\xb9\xab\xe6\x54\xf5\xa6\x26\x37\x69\x6e\x60\x5f\xa8\x77\x68\x8c\xc9\x81\xe5\xcf\x81\x05\xc7\x41\xaf\x41\xf7\x8b\x89\x94\xb6\x14\x16\xa9\x70\x0a\xc9\x00\xee\x5a\x31\xf0\x38\x0c\xbd\x05\x96\x76\xa7\x48\x29\x9a\xa2\x74\x17\x36\x2a\xa2\x9b\xb3\xf1\x3c\x44\x04\x33\x3f\x69\x40\x3e\x0b\x31\x47\x45\x43\xb8\xec\x06\xfa\x30\xcd\x97\xb3\xec\x14\x33\x8f\xf9\x2b\x81\xf3\x2b\x40\x70\xfc\xa1\x13\x2b\xa2\xc2\x50\x9e\xe4\x5f\x3d\x00\x70\xf4\xa6\x0f\xbc\xc3\x94\x21\x39\xae\xb0\xff\x50\x12\xd6\x1f\x2a\x2b\x32\xd7\xd7\xd8\x1f\x0c\x89\x60\x82\x57\x6a\x63\xaa\x9b\x70\x0c\xc5\xb6\x0a\x16\x87\x24\xab\x2c\x50\x0f\x45\x5b\x05\x0a\xf6\x90\x09\x88\x67\xf7\xf0\x45\x1f\xaa\x40\x18\x55\xbb\x21\x2b\x3b\x30\xe6\x5d\x80\x11\x38\x91\x59\xfc\x8a\xab\xdc\xfd\x17\x24\xee\x5e\xbf\x83\xfb\x5a\xda\xa1\x28\xc5\xfe\x01\x28\xb6\x15\xd2\x4e\x8a\x8e\x6a\xd7\x58\x29\x2d\x43\xb7\x7d\x5b\x62\xa1\x4d\x0d\xd8\xc9\xbd\x16\xed\x0d\xca\x54\x0a\xf4\x6a\x0d\x92\x46\x62\x5c\x25\x11\xa5\x02\xe9\xd1\x0d\x5c\x06\x6d\x62\x34\x39\xf3\xd4\x56\x4f\x21\x35\xbd\x56\x0d\x1a\xe2\x6e\x35\x00\x06\x28\x22\xb4\x87\x1d\xa9\xaf\x9b\xfe\x6f\x9f\x68\xd2\xbe\x1e\x0e\x4f\xe8\xeb\xe1\x49\xaf\x31\xfa\x54\xa2\xb2\x26\xd9\x8e\x04\x5e\x77\x49\x6f\x37\x89\x88\xf7\xdd\x0d\xd5\x11\xb5\x67\x06\x87\x71\x3a\x52\x0e\x6f\x0d\x62\xdb\xce\xdd\x77\x42\xed\x01\xba\x71\x46\x31\x7d\xc0\x96\x36\xc0\xb2\x9c\x8e\xb2\xe8\x58\x6d\xb7\x5a\x7f\xd4\x53\x6f\xb2\xad\x33\xab\xae\x5e\x5d\xab\x44\xaf\x57\xfb\xa0\xfc\x88\x1c\xbc\xe4\x68\x15\x8b\x08\xb5\xfd\x65\x8a\xa6\x59\x4b\xa1\x7a\xd1\x82\xa1\xc6\x4d\x4b\xd8\xe3\xb8\x0c\xe3\xa2\x50\x7e\x2e\x66\x98\x1d\x66\x44\x1a\x95\xca\xcf\xa8\x6f\xcb\x67\x47\xdb\x05\xc8\x06\x3c\x56\xd3\x7c\xad\x6d\xbb\x0d\xb9\x5e\x83\x6b\x7a\x1f\x41\xbb\xa2\x77\x9c\x1f\x20\xab\xba\x85\xa3\x9d\x9d\x9d\x08\xd5\x50\x87\x88\xea\x40\x0e\x5a\x27\xae\xb3\x02\xf1\xfb\xe3\x06\x7d\xfe\x4d\x1b\x4c\x4b\x44\x11\x9c\x0d\xfc\xc1\x75\x53\x8b\x16\xf7\xbd\x61\xf6\x8b\xb6\x1d\xc9\x31\x66\x49\x61\xa7\x27\xa5\xed\x4b\x6f\xf9\x44\xaf\xd8\xac\xc1\xf5\x79\x34\x07\xfa\xf3\xb9\xaf\x1e\x20\xbd\x04\x9e\x52\xfe\x2b\x61\x28\xb5\xb6\xd4\x05\x02\x64\x26\x94\xee\x10\xd5\x50\x70\x9f\x56\xfc\x52\x69\x2f\x37\x4b\x80\x8c\xa4\x5f\x1e\xe5\x9a\x57\x8f\x46\x0d\xc0\x8f\x63\x42\xb6\xe7\x63\x98\xe0\x7c\xe1\xd2\xd3\xad\x3d\x96\x2e\x90\x43\xc7\x47\xb4\xb7\xa3\x7c\xaf\xde\x4b\x04\x90\x11\xed\x0d\x5f\x0d\xbe\x89\x2f\x3a\x6d\xc9\x19\xfc\xce\x59\xde\x37\x43\xa2\x8f\x67\x6d\xfe\xbb\x67\x5e\xaa\x7d\xa0\x04\x6a\x60\xd2\x3d\xee\x1c\x9a\x0d\x0d\x19\xdd\x3e\xf7\xfb\x85\xe1\xe9\xb1\x38\x15\x6e\x22\xcb\x8d\x21\x07\xca\x02\x0c\x62\xb7\xda\x1a\x6a\x35\x3d\x91\x27\xc9\xb8\x86\xca\xe8\xfb\x7b\x6a\x25\xc3\x90\x41\xfc\x74\x33\x3d\x16\x9c\xcf\x1d\xf2\x40\xa6\x2f\xb1\xfb\xe5\x65\xd9\x37\x40\x4f\x7c\x13\x4e\xbb\x11\xdd\xb4\xd7\x37\xc1\xe0\x3a\x45\x62\x4e\xfe\xf9\x73\xa2\x9c\x26\x96\x9b\x37\xe1\x38\xe4\x0b\x7c\x2b\xf1\x63\x0b\xcb\x67\x00\x71\xf7\x54\x6f\xa9\x24\xfd\xd7\x9b\x69\x73\x31\xb5\x2a\xed\x8e\x97\x7b\xc8\xf6\xcb\x11\xfb\xa0\x41\xe9\x13\x0f\x9e\xac\x2e\xae\x17\x52\xfe\x07\x15\x51\x48\x2f\x5f\xed\x11\x6c\x39\x14\x86\xc5\xae\x5a\xda\xd0\xf8\x8f\x05\x76\x11\x27\x2c\xcb\xca\x89\x85\x55\x51\xc1\x81\x49\xa9\x4e\x20\x21\xd4\x6b\x72\x8c\xe5\x0d\x95\xe4\x8c\xff\x3b\x2a\x84\xd4\xfa\x45\x96\x42\x92\x79\xa3\xe3\x69\x54\xec\x2a\x8b\xa3\xd0\x8c\x3b\x6a\xc4\x23\x60\xbd\xea\x60\xc1\xa5\x5c\x68\x70\x6c\x67\x38\x86\x09\xf6\xea\xae\x50\x15\xb5\x3a\xd3\x46\x34\x33\x62\xf8\x3e\x56\x88\x91\x93\xaa\x77\x5a\xa4\x05\xcd\x60\xd6\x8c\xb6\xcc\x8a\x4a\x7e\xa4\x04\xaa\x4d\xf1\x8a\x25\x5b\x81\x10\x7a\xe4\x07\xbd\x62\xae\xc2\x66\x57\x28\x5f\x15\xe0\x67\x1a\xad\x57\x70\x5b\x79\x04\x52\x50\xbe\xdc\xd4\xa0\x14\xec\x98\x2e\x9d\x9e\x0c\x69\xb4\xc1\xa1\xb9\xee\x1b\x59\x28\x7b\x29\x84\xa7\x8e\xbd\x3c\xae\xa4\x5b\x83\x88\x6f\x46\x14\xe7\x0b\x09\x56\xed\x74\x8a\x5d\xf5\xc2\x52\x22\x3e\x0f\x49\x96\x7b\xf2\x32\xca\xa4\xc3\x9b\x56\x9e\x6c\xe1\x1c\xb0\x0d\xae\x65\x5c\xb9\x9d\x23\x94\x58\x53\x92\x27\x90\xe4\xf6\xcd\xd3\x73\x5a\x4e\x6b\x2b\x09\x5a\x76\x7a\x06\xa7\x6e\x08\xc6\xda\xe8\x25\xdb\xc5\x63\xd9\x82\xb3\x30\x3b\x69\xce\x91\x67\x31\xa0\x2a\x5a\xfb\xdb\x93\xde\x07\xac\x55\x02\x12\x9f\xbf\x9d\x34\x11\xc6\x25\xa7\xb0\xdc\x9b\xc3\x9b\x93\xc6\x33\x14\x0a\x4a\x64\xdd\x7e\x3b\xd9\x8a\x86\x50\x32\x29\x9f\x3a\x52\x37\x27\xab\x54\xbb\x42\x5c\x64\x56\xc6\xd3\x89\x2d\xb7\x78\x96\xc2\xb5\xcc\xdb\x55\xad\xcd\xb2\xa3\x14\xea\x25\x41\x13\xc6\x0e\x34\x1d\x60\xba\xae\xec\xae\xa2\x70\x20\xec\x40\x91\x5c\x52\x09\xa3\xe9\x16\x55\x94\xe2\x37\xa9\x78\xbc\xaa\x48\xad\x31\x93\x42\x64\xe2\x3f\xa4\x42\xef\x69\x44\x45\xd1\xce\xd0\x3a\xd0\xa8\xc5\x7c\x57\x50\xc5\xbe\xea\x1c\xa0\x8e\xef\xc1\x06\x70\x94\x48\xa7\x9e\x97\x0e\x90\xee\x4d\x72\xd2\x4d\x8e\x95\x01\xa8\xc5\xa9\xe5\x0d\xfb\x7d\x0f\xc0\x61\x04\x9b\x11\x8a\xe1\x1f\x48\xb4\x8c\x9a\x30\x6a\x46\x7c\x5a\x7f\xdf\xf9\xf5\xb9\xad\xe3\x33\xf9\xaa\xad\x46\x61\xc0\x3a\x7d\xf0\x94\x7f\x16\xa9\xc0\xfb\x1d\xde\x52\xeb\x59\x25\xb5\x3e\xda\x5a\x93\xb0\xfc\x36\x1c\x4e\x35\xa4\x2c\xf4\x37\x5b\xa9\x37\x9a\x48\x56\x60\x8d\x53\x0b\x4a\xe8\xde\x76\x85\x33\xf1\x78\xb8\xf5\x3c\x1c\x1d\x58\xff\x69\x95\xd9\x4d\x70\xf0\x60\xba\x27\xb4\xb6\x94\x38\x1d\xe1\x5a\x3a\x17\xe8\xee\x1e\x09\x88\x39\xa5\x1b\xbd\x84\x48\x4a\x99\x1a\x85\x2e\xf7\x99\x56\x3b\xac\x82\x9e\xbe\x23\xcd\xfa\xb7\x77\x47\x60\xb8\x8a\x03\xe1\xc4\xf6\xfe\xc8\x5a\xea\x81\xbb\xee\xa3\x6e\xf4\x4e\x9d\xf8\xf1\x7a\xe8\x44\x02\xcc\x05\xb7\xa4\x9e\x18\x32\xd3\xdb\x63\x8c\xec\xb6\x8b\xd9\xc4\x69\x60\x8a\xc1\xf8\xb6\xb0\xbf\x2a\xfa\x52\x15\x2a\x5e\x92\x55\xea\xbd\xf2\x64\x5c\x1d\xdd\x48\xe0\x72\x61\x40\xb3\x61\xac\x6f\x20\x6a\xeb\x02\x81\x87\x5e\x77\xd5\xbf\x6c\x77\xea\x31\x7c\xbc\xbb\x41\x37\xb7\x9d\xe2\x4a\xaa\xc7\x57\xb6\x24\x42\x2d\x17\x2c\x42\x51\xb7\x64\x09\x85\x1b\xa6\xbe\xd1\x2d\xda\x96\xed\x5b\xd9\x5d\xf9\xce\x28\xa1\x06\x51\xda\xcb\x6d\x87\x7a\x77\x90\xcb\xf8\x41\xcf\xcb\xad\x5a\xd3\xcd\xee\x73\xda\x1f\xea\x9f\xea\xbc\xa1\x51\xb7\x9d\x6f\x73\xa4\xda\x25\xba\x41\x7f\x24\x6f\xd1\x61\xe4\x1a\x7d\x24\x2e\x04\x46\x63\xfb\x29\x9c\xc0\x7a\xa0\xe9\xb8\x3b\xe7\xd4\x3b\xa2\xf5\x52\x81\x3c\xc7\xd6\x6f\xb7\xae\xa5\x70\x23\x85\x49\xa1\xd7\xc2\xc7\x43\x86\xae\x53\x4b\xc9\xdf\x07\xf4\x8c\xd7\xcf\xa3\xe8\xf3\xb8\x0a\x75\x6e\x46\x27\xb0\x30\x4f\x1a\x09\x05\x89\x41\x77\xf6\x44\x2e\xec\xb7\xed\x2b\xd8\x98\x01\xe1\x48\x00\x02\x38\x33\x16\x2c\x0e\x55\xd1\x51\x36\xc0\xbc\xa3\x15\x7c\x25\x93\x08\x0e\xd6\xd1\x09\xdb\x9e\xaf\xbc\x02\x1c\x30\xab\x02\x00\x00\x35\x18\xdb\x78\xc7\xcd\x02\xe5\x01\x64\x05\x38\x84\xa2\x2b\x5c\x6d\x44\x5a\x0f\x39\xfb\xeb\xba\x87\x5d\x7f\x6a\x51\x65\xee\x80\x4c\x3e\x2f\x15\x15\x9a\xb3\x36\x67\xbc\x0a\xf6\x98\x7e\x6c\xea\xf3\xf6\x8b\xfe\xc7\xf2\x79\x2f\x5f\x2f\x10\x04\x3d\x23\xe0\x41\x17\x91\x4b\xff\xb5\xd8\x55\x1f\x09\xf2\x79\x37\x5b\x92\x97\xb3\x78\x25\x81\xc0\xd4\xaf\x7f\x07\x81\xa9\xba\x09\x3b\x35\xca\xcb\x21\x56\x70\xa3\x0c\x8b\xa4\xc9\x7f\x09\x6c\xc7\x7c\xb2\x01\x60\x19\xdd\xed\xba\x0f\x2f\xa8\xde\xe1\x9c\x06\x18\xc6\xb7\xf2\x12\x8d\x08\x16\x69\x85\x25\x72\x7b\xb6\xcf\x25\x5a\x0d\xed\x52\x39\xaf\x39\xb0\x71\xd1\x3a\x68\x6d\x9b\xcb\x76\x8f\x6a\x21\x36\x07\x64\x47\x29\x5f\x96\x50\xe8\x99\x55\x7a\x35\xde\x01\x89\x39\x2a\xc5\x70\xed\x16\x12\xa0\xeb\x4a\x14\x64\x77\x0d\x99\x1c\xa0\x1a\x50\xc6\xc4\xb9\x94\x96\x9f\x74\xf5\x6e\x49\xe6\xac\x2f\x09\xc3\x02\xf5\x02\x55\x02\xe8\xb8\x27\x09\x2d\x60\xc7\xa8\x74\xf4\x70\x26\x8c\x9d\xf5\x48\x40\x89\xb2\x22\x17\x4a\x45\x15\xeb\x96\x50\x8b\x07\x42\x72\x2c\x1f\x8a\x33\xe1\x76\x63\xfd\x10\xf5\x38\x46\x0a\xb0\x12\xea\x9d\x5c\xf4\xa0\xd0\x25\x34\xf1\x0c\xba\x3a\xa5\xaa\x00\x5c\x2c\xa0\xec\xcd\xa0\xf1\xb1\xa4\xd2\x2a\x3e\xdf\x01\xfa\x5d\x55\x53\x6e\x99\x06\x8f\xb8\x03\xf4\x58\x97\xa2\x51\xaa\xcd\xcc\x2a\x8c\xef\x05\x5c\x7c\x82\xf8\xe4\x34\x0d\x69\x52\xa4\x2f\xb4\x7c\x06\x01\x14\xfc\x21\xa4\x64\x74\xb9\x71\x01\x2c\x55\x04\xf7\x59\xaf\x5c\xa7\x03\x63\x93\x1f\x51\xd8\x71\x30\xd6\x11\xea\xc3\x7f\xa3\x6d\x74\x95\x22\x8d\xd3\x8b\x48\x91\xd2\x57\x52\x7c\x69\x8d\x87\x4d\x8c\x3a\x20\xfb\xcd\x2f\x32\x1d\x8c\xaf\xa2\xad\xfe\x04\x98\x94\x2d\x3c\xc6\x2e\xf6\x85\xd5\x16\x40\xf5\xce\x44\xfb\x99\xe8\x22\xe6\xc5\x8d\x54\x05\x0b\x9e\x9c\x05\xbc\x07\x1f\x0d\x4a\x52\x51\x62\x71\xc4\x5f\x22\x06\x11\x05\x4c\xc9\x03\x60\x0b\x5c\x46\x8a\x8a\xc4\x39\xa2\xfb\x71\x4c\x28\xfe\x50\x46\x05\xa5\xef\x6e\x10\x93\xc7\xa0\x79\xd1\x7d\x71\x43\xc5\x38\xa4\xd9\x8e\x9c\x94\xfd\xc2\x19\xab\x8c\x16\xcc\xe9\xca\x30\x2b\x2e\x06\x65\x26\x30\x7b\x78\xb8\xd7\xd6\x8f\x7b\xb0\xd8\x91\x39\x69\x34\xd8\xc5\xfd\x07\x1a\xd5\x9a\xea\x16\x75\xaf\x99\x33\xa2\xda\xa0\x4c\x28\x94\x77\x4a\x18\x02\x6b\x84\x88\x95\x16\x67\xc2\xf1\x95\x89\x3c\xab\x49\x1d\x94\xe3\x2b\x54\xd5\x53\x69\xdb\x75\xac\xbe\xd1\x32\x61\x37\xfa\x5c\xa8\x9a\x6a\x45\x24\x2d\x9f\x8a\xdb\xb6\xe8\xd9\x1b\x8f\x79\x6b\xe7\x42\x7d\xe5\x78\xad\xdf\x69\xe8\xa8\x8c\x9b\x8d\xf6\x94\x53\x9b\x5e\x3f\xe4\xe9\x8c\x29\x50\x59\x30\xd9\xb4\x1e\xb6\x96\x73\xf3\x5c\x0f\x7b\x5c\x6f\x4d\x7b\x1c\x16\xda\x12\xc0\x63\xe3\x5b\x17\x7f\x5c\x4a\xf5\x95\x17\x23\xc6\x2a\xa1\x5d\x7e\xfe\x09\x19\x37\x13\x02\x5c\x23\x11\x44\xf7\x70\x26\x1c\xd5\x42\xb3\x6e\xc3\xc8\x51\x23\x37\x7d\x64\x9e\xd6\xce\x7a\xec\xec\xd7\xba\x97\xea\x86\xae\x10\x2f\x0d\xfc\xfa\x3c\x62\x42\x52\x22\x87\x6a\x28\x2c\x33\xbd\xf4\xba\xf0\xdd\x12\xf1\xab\x5c\x52\x25\x01\xc7\xf1\xfc\xee\x35\xe7\xab\x86\x0d\xca\xa9\x53\x02\xc7\x5c\x3f\x79\x27\x1b\x28\x55\x01\xf7\x78\xcc\x65\xe7\xa8\x48\x16\x68\x5a\x32\xc6\x16\x26\x36\x86\x53\x84\x18\xf0\x94\xa1\xf8\xee\x38\x57\xae\x6e\x4b\x7e\x61\x02\x21\xbf\x37\x08\xa4\x65\xd7\xab\x30\x1c\x1a\xd5\xd1\xcd\xe5\x7a\xf1\xe0\x72\x75\xbd\xdc\x86\xcf\xc8\x2e\xbc\x80\x75\x4c\x6b\x14\x36\x91\x85\xda\xed\xcd\xf9\x4a\xa1\x21\x7c\x32\xe3\xcd\x87\x77\x08\x7a\x4c\xbc\x05\xd7\x60\x07\x6b\x09\x21\x8c\x3c\xab\xd4\x84\xd7\xb5\x76\x64\xcf\xce\x9a\x17\x43\x93\xaa\xd4\x86\x28\xf8\x3a\x6a\x01\xd2\x4e\x06\xd1\x97\x07\x68\xd3\xea\x11\x87\xfa\xc2\xf9\x30\x1b\x94\x2f\xe1\x6e\x74\x97\x1d\xec\x40\xa1\x2c\xc3\x1d\xda\x4d\x37\x3d\xdd\xc1\x59\x71\x20\x66\x1f\x2d\x22\x24\x1b\x6b\x53\xd9\x52\xcb\xb5\xfe\x6e\x76\x0f\x02\xa5\x4b\x75\x32\xdd\x76\x2f\xf5\x0f\x8a\x5e\x40\x42\x4b\x35\xa8\x2f\x24\x9b\xc6\x4d\x66\x9a\xa1\xdc\xa7\x31\x19\x54\xef\xfc\x5f\x5b\xa8\xae\xe1\xcb\x1c\x92\x92\xb1\xd6\x8c\x14\x14\x0b\x59\x2e\xe8\x0d\x44\x25\xf2\x0e\xfe\xc0\xf1\xa4\xb7\x7d\xfa\xdb\xdd\x05\xf3\x01\x71\x9c\x1f\xb0\x07\x57\x38\xaf\xd4\xe3\x70\xfd\x58\x1c\x09\x97\xf0\xc0\x9b\xf6\x68\x53\x27\x5c\x34\x45\x84\xee\x7d\x8a\xa9\xe8\x46\x56\x72\xba\x2a\x52\xaa\x05\xf7\x02\xcd\xf8\xae\x50\x7f\x02\xa8\xdd\x38\x59\x86\x25\xdc\x33\x17\xe4\x64\xfd\x13\x82\x6e\x78\xb2\x5d\x12\xaf\x75\x27\xda\x50\x0a\xd3\xe4\xb4\x61\xda\x5b\xfd\x49\x03\xd9\xa8\xd0\x22\x74\xfc\x03\xd7\xa6\x77\x61\x61\x0a\x57\x0b\xb6\xc8\x4a\x2e\xed\xa2\xad\x2a\x0f\xbc\xb9\xf5\xc5\x48\x0f\x8e\x6d\x6b\x3d\xdb\x2e\x76\x55\x88\xc4\xff\xcf\xd2\xd1\x86\x02\x54\xe5\xa8\x49\xea\x10\xaa\x12\x6d\x98\xb6\x62\x2d\x28\xeb\xec\x3d\xb8\xf5\x7c\x13\x26\xeb\x08\xc5\x7c\x25\x3d\xfb\xce\x25\x3d\xe1\xc4\xe9\x25\x50\x06\x67\x0d\x20\x1f\x52\x3f\x4c\x4d\xb6\x4e\x0f\xa8\x23\x6f\x0b\xf5\x82\xdc\x9a\x13\x05\x11\x2d\x52\x62\xb0\xaf\xbe\x5f\x48\x1c\x57\x6f\x76\x86\x51\xca\x29\x1c\x26\xf9\x9d\x41\x45\x2a\x88\x98\x63\x09\x7f\xdf\x32\x67\xb8\x21\x41\x13\x30\x07\x19\xfa\x5b\x5a\xe4\xd8\x3e\x28\x26\xb0\x7e\x13\x6a\x6c\xf0\xed\xd8\x58\x26\xdb\x97\xe2\x5c\xd8\x31\x96\x5f\xee\x20\x65\x3e\xe0\x57\x8b\xfc\x77\xe2\x13\x84\x92\x7d\x22\x58\x72\x13\xab\x71\xbe\x71\x26\xbd\xd7\xb6\x14\x21\x00\x4d\x65\x55\x56\x01\x32\x9e\xa2\xaa\xdd\x9b\x9e\x3f\x8e\xa9\xf4\x08\x4d\xad\xaa\x45\x5b\xa5\xe2\x8f\x66\x95\x6d\x1b\xdb\x2b\xf5\x62\x29\x5b\x5f\x45\xe2\x97\x8f\x4e\xcc\xbf\x00\x56\x0c\x0a\x04\x6c\x31\x3d\x5b\x29\x8f\xa3\xa9\xe0\x4f\xbb\x1e\x09\x14\x8f\xff\x74\x4f\x78\x02\x8b\x22\x1d\xe4\xce\xed\x73\x34\xcc\x16\x16\x32\x54\x05\xf2\x8f\x4e\x6b\xe7\xaf\x93\xc1\x8e\xd4\x85\xa0\xdb\x20\xbd\x53\xc2\xa0\x88\xcc\xb4\x16\x12\x4c\xf9\xe1\x2a\x83\xa9\xa6\xea\x4b\x1d\x16\xf6\x0c\x8a\x82\x18\x70\xec\x94\x9f\x2d\xa6\x27\xca\x2a\x77\x0c\xae\xfb\x46\x76\x67\xf7\x70\x1a\xdd\x60\x0c\x80\x39\x23\xe0\xc0\x15\x31\xa0\x57\x3b\x65\x30\xfa\x72\x9f\x90\xec\x6d\xff\x87\xfb\x06\xf9\xfb\xe2\xd3\xe8\xf6\x12\x00\x97\x8d\x5b\xa4\x83\xbe\x91\xc2\x6c\xb8\xb1\xf7\xef\x6f\xec\x09\x27\x90\xa9\xeb\x12\xac\x00\x3b\xbd\xf8\x94\xd9\x76\x8a\x1b\x29\xb6\x52\x4b\x02\x7b\xc8\xb3\xc0\x2e\x39\x36\x3c\x73\xe0\x53\x6a\x3c\x62\x57\x5e\x91\x1c\x52\x6d\x8f\xeb\x16\xeb\xdf\x1b\xe2\x68\x59\xa6\x69\x55\xa8\x06\xd5\x6d\x4c\xa1\x7e\xd2\x8a\xe9\x26\x56\xea\x16\xe5\xe3\x97\x0b\x15\xdc\x98\x9f\x17\x8e\x7e\x8d\x97\xf4\xf6\x85\xd6\xc3\x7a\x4b\x55\x66\xeb\x3d\x4a\xe9\x25\xb4\xf4\x55\x67\xac\x9d\x25\x90\xc6\xf9\x67\x5c\x1d\x41\xca\x57\x26\x09\xa9\xb2\x5a\xc1\x5b\x51\x51\x5e\x04\x44\x0f\x18\x19\xd4\x16\xc7\x0f\x6a\x47\xc6\x88\x38\x49\x78\xf0\xe6\x1b\x14\x5b\x30\x25\x11\x2c\x3c\x2f\x71\x1b\x95\x66\x7b\x7a\x48\x33\xbe\xd4\x33\x23\x52\x57\x7a\xf1\xd9\xb1\x4c\xb0\xaa\x18\x9e\x10\xb4\x7e\x0c\x80\x36\x5a\xef\xbc\xff\x44\xa8\x0f\xf8\x40\xc4\x60\x4f\xee\xb0\x61\x9d\xf1\x11\x07\xbe\x7a\x5d\x20\x3f\x5f\xb7\x17\x1c\xd1\x15\xf2\x43\x70\x5f\xe8\xff\xd7\xce\xf8\x3e\x39\x6d\x42\x79\x21\x40\x97\x78\xd3\x56\x85\xfd\x95\xa0\x44\xf3\x20\x41\x8a\xd0\xa0\xb5\x69\x03\x2f\xb6\x66\x58\xcc\x77\x87\x35\x66\x89\xbd\x93\x1e\x72\xe0\xc8\x02\x57\x9d\xf3\x81\xe0\x14\xed\x00\x4e\xa6\x41\x1d\x14\x56\x7d\xa2\x30\xf7\xe4\x33\xff\xd0\x1b\x6e\x1a\xaf\xeb\x12\x0e\x93\xa7\x4a\xf3\x38\x22\x24\x98\x95\x44\xa3\x1c\xbe\xaf\xba\x1f\x5d\xef\x9c\xa5\x77\x4e\xf5\x2a\xa7\xa9\x37\xd3\xcf\x9b\x8b\xf1\x9f\xe2\x48\x4c\xdb\x9b\x32\x8d\x66\x9b\x3e\xf0\x85\x4c\xd4\x0f\x82\x26\x9c\x65\x26\x7a\x4d\xf5\xbd\x8b\x7b\x89\x3e\x62\x1b\xfb\x4f\x9d\x24\x6b\xf0\x95\xf1\x17\x7d\xc2\x16\xab\xe7\x40\xf2\xbd\xae\x50\xc4\xaf\xfa\x21\xd0\x07\x0c\x42\x04\xa0\xcc\x20\x05\x30\xec\xf6\x88\x21\xd4\x54\x1a\x8e\xf5\x2a\xfa\x9d\xdc\x40\x6e\x9d\xab\x9b\xa0\x40\x0c\x18\xea\xa9\x42\x1e\x2b\xb5\xa5\xf1\x89\x55\x2e\xeb\x59\x4f\xf2\x8a\xf7\x94\x33\xd0\xb4\x92\x4a\xa0\xd9\xad\xd4\x1a\x2c\x92\x6d\xf8\xbb\xf5\x5a\x25\xda\x04\x7a\xe5\x83\xfe\xe2\x8e\xaf\xbe\x85\x1c\x48\x0e\xd8\x5f\xfa\xfb\xcf\xda\x55\xd5\xcd\x3d\x69\x80\xb1\x14\x7d\xfd\xed\xfb\x15\x72\x10\xf7\x26\x5a\xc7\x9b\xe9\x59\x60\x3f\xb2\x9c\x70\xe2\x8e\x0d\x14\x3c\x19\xa9\x8f\xe2\x76\xcb\x4d\x65\xbe\x42\xc5\x81\x1b\x99\x8f\x52\x8e\x09\x48\xbb\x5e\x5a\x10\xc6\xdf\x34\x83\x3b\x9a\x40\xa8\x98\xf2\x71\xb0\x43\x70\x67\x4b\x64\x14\xef\x2b\x30\xd6\x9e\x6e\x22\xdb\xcc\x31\x20\x26\xe9\xc6\xcd\x66\x6d\xa4\xf4\x20\xdf\x6c\xdc\xbc\x3f\x2b\x13\x99\x65\xa3\xc7\xdb\xfd\xbc\x74\x77\x3f\x5f\x48\x3d\x4f\xb1\xfe\x29\x6f\x44\xef\xd4\x07\x13\xb5\xfa\x56\xc8\x8c\x9e\xec\x7d\x07\x34\x93\x41\xf9\x36\xe2\xd3\xb2\xe1\xc5\x08\x41\xfb\x7a\x73\x83\xde\xd0\x00\xc8\xd1\x7b\xbc\x2b\x6c\x5f\xf1\x96\xdf\x02\x1a\xe4\xfb\x4d\xdb\x17\xfd\x10\x53\xfa\x6b\xf7\xe7\x43\xee\x5e\xde\x15\x4e\xa2\xbc\xb8\x57\x9c\x3c\x1c\x3b\x22\xaf\xb8\xb9\x61\x17\x8a\x5b\x26\xfc\xdf\x84\x6d\xc8\xfd\x81\xf9\x17\x92\xd2\xad\x2c\x4b\xc3\x0b\x34\x6b\x4e\x52\x28\xcf\x32\xf6\x7d\xbd\xe7\x3c\x6e\x20\xaa\x3f\x4b\x47\x5e\x92\xb6\xd6\x3d\x40\x70\xee\xc9\x0d\x02\x84\xbd\xe0\xbe\x40\x6f\x18\x0e\x79\x0c\xab\x8b\x07\x8a\xdf\xa9\x80\xe8\xbd\xbb\x1d\x71\xef\xea\xf0\xf2\x0c\x8f\x7a\x8d\xb2\xe1\x54\x22\x4d\x6f\x08\xb3\x77\x65\x0b\xbb\x7b\xf8\x28\xf6\x84\xfb\x78\x5f\x07\xfd\x3e\xd3\xba\x42\x7d\x84\x2b\x79\x6f\x3a\x37\xe4\x46\xcf\xe7\xba\x0c\x6e\x26\x74\x43\x52\x69\xfc\xba\xac\xf1\x94\x5e\xf8\xce\xcf\x19\x99\x95\xa6\xb9\x9d\x91\x76\xa4\x42\x76\xb4\x9c\x1b\x50\xf5\xb3\xd0\x8b\x29\x39\x3d\x00\xb5\xb6\x33\x1c\x46\xa4\x1a\xac\x3e\x6e\xce\x6d\xec\x96\xc6\x81\xa2\x85\x91\x6c\x71\x5d\x97\xe1\xed\x2c\x5e\xaa\x9b\xc9\x9d\x3e\xc1\x53\x74\xf5\x46\xee\x90\x93\xb4\xc2\x1f\xb3\xa1\xbb\x36\xf0\xac\x73\xf9\x3a\x31\xf5\x64\x72\x71\xb5\xdf\xce\xe6\x7d\x5f\xa8\x9a\xfa\x3e\xf5\xf4\x09\x97\xe2\x61\x87\xeb\x95\xae\xde\x71\x5e\xbe\x35\xe7\x0a\x67\xa7\x12\xdf\xc9\x2b\xbc\xfb\x73\xfb\xe6\x31\x2d\xb2\x21\x12\xf5\x7d\x15\x65\x4f\xb9\xd5\x97\xef\xdc\xde\x13\x76\xed\xfb\xed\x7f\x89\xf2\xcf\xb4\xc4\xde\x80\x4a\xb5\x72\xdb\x37\x7e\x54\x5c\xee\x01\xe5\x41\x91\xc2\x26\x0f\x62\xd1\x16\x6e\x60\x2f\x31\xe1\x7b\xa7\x0c\x89\xdd\xb8\xa3\x18\x29\x43\x6d\xb9\x9f\xc9\x01\xc9\x1f\x63\x6a\x0d\xf0\x7f\xaa\xc6\xa3\x6a\xf8\x6a\x1b\x59\xb9\x7f\x89\x2d\xc4\xbb\x79\x18\x41\x7b\xde\xc2\x0d\xd6\x46\x80\x35\x5a\x8e\xee\xec\xed\x57\x59\x75\x4a\x47\x49\xc1\x24\xf0\xce\xf9\xbd\xd9\xca\xb6\x40\xe1\xa6\x5b\x60\x09\x2e\xf0\x3e\xbf\xee\x5a\xba\xa9\x9f\xc7\x3e\xd8\xcf\x64\x13\x93\x5e\xf2\xb5\xe3\x81\x3e\x7b\x64\xf3\xbe\x6f\x89\x26\xf2\xca\x8a\xe2\x08\xe5\x54\xf0\xf8\x7e\x52\xc2\xb2\x5b\xc3\x15\xbf\x68\x50\x49\x6d\x2a\xf8\x63\x3b\x20\xcb\x2a\xba\xa2\xfd\x5e\x74\x44\xb7\x7f\xd0\x42\xa0\x53\x68\xbb\x7a\x95\xcf\x29\x61\xce\x61\xc1\xd5\x0e\x1e\x49\x70\xcd\x33\xc1\xd5\xd3\x82\x6b\x0d\x5c\xfd\x5a\x86\x85\xfb\x82\x6b\x21\xf5\xc6\x62\x50\xc2\x8a\xc3\x9b\x58\x1d\x84\x05\xd3\x06\x0f\x21\x5b\x36\xf3\x54\x6e\x6c\x0a\xc3\xe2\x45\x0a\x3b\x50\x41\x61\x48\x28\xd5\x23\xce\xfc\x9f\x28\x82\x87\x41\xa6\x5f\x6b\x59\x36\xcc\x2b\x84\x9f\xc2\x79\xc0\x66\xf0\x6f\xb6\xcb\x53\x89\xd9\x89\x50\xda\x70\x2f\xc9\x87\x9f\x28\xee\xc7\xec\xf9\x2f\x0d\x30\x91\x9e\xdd\x50\xec\x2b\x9f\x69\x45\x6a\xc8\x3c\xe5\x83\x6a\x48\xac\x3e\x63\x83\xbc\x8b\xe4\xb1\xe0\x14\xf1\xe9\xba\xad\x4d\xd9\x83\xac\xe1\x54\x3b\xf5\x41\xcf\x85\x1d\xc8\x93\x75\x7b\x90\xfc\x9f\x1b\x29\x9c\x43\xa6\x88\xe9\xa6\xd7\x52\x38\x1f\x41\x92\x73\x72\xa0\x1c\x73\x6f\x7d\xa2\x90\x58\x20\xeb\x2b\xf2\x5b\xcc\x4d\x38\xb9\x07\x2b\x38\xc5\x26\x71\x13\xdf\xee\x72\x61\x27\xb5\xde\xd8\x55\xe9\x8f\x16\x34\x08\xc4\xff\x2e\xf6\x7d\xd9\x4c\x41\x9e\x43\x3d\xb7\x02\x30\x4c\x2e\x64\x64\xde\xd3\x93\x95\x21\x51\xf6\xf6\x8d\xb3\xb2\xbf\x01\x3f\x9c\x8a\xf4\x98\x22\xe5\x56\x61\xd9\xc3\x6f\x4d\xb3\xe0\x23\x24\x95\x4f\x95\xf0\xf6\xbd\x2a\x72\xa3\xe6\x71\x01\xb0\xe1\x00\x9e\xb3\x2d\x2c\xd8\xe9\xee\xcc\xd4\x15\xa4\x7b\x16\x00\xbf\xfe\x71\x73\x0d\x75\x12\x07\x28\xae\x90\xdd\xec\x79\x29\x1c\x77\x20\xc4\x47\x9d\xca\xe5\xfc\xbc\x39\x42\xa5\xb3\xc9\xee\xf6\xc9\x5a\x3e\x90\x89\xa5\xe5\xd0\x47\xfd\x97\x27\xc7\x8c\x63\x06\x52\x35\xbb\x79\x49\x4f\xb6\x2b\x6a\x0d\xe6\xaa\x85\x0c\x4f\x7f\xed\x72\x79\x7b\xc5\x41\xf7\x84\x32\x2c\x76\x03\xaf\x64\x74\xfa\xeb\x40\xa5\x37\x46\x80\xd6\x95\xac\x3d\x9e\xf8\x19\x7f\xbf\xef\xb6\xa7\xd9\x7d\x94\xb7\xa3\x6a\xd6\x91\x1e\xa8\x3a\xc9\xe9\xaf\xc3\x93\xde\x17\x9a\x43\xaa\xd4\xa5\xc0\xcd\xc5\x1f\xb7\x46\x13\xfd\x2c\x4f\xf4\x91\x89\xe3\xe7\x23\x6a\x63\x57\x38\xd3\xb1\x57\xfa\x16\x31\xb3\x14\x5c\xe8\x18\x65\x6b\x7c\x24\x6d\x78\x2d\x89\xef\xdc\x21\xd6\x96\x7f\xab\xe5\x3a\x91\xaa\xd3\xd6\xd8\x0e\xd8\xf3\xa1\x3f\xc4\x4a\x4b\x93\x1a\xb5\x52\x87\xfd\x14\x2e\x78\x87\xaa\x2e\x11\xa0\x57\x87\xf4\xf4\xe0\x7a\xfa\x24\xb5\x40\x74\x85\xda\x71\xe9\xca\xef\x77\x37\x71\x3a\xd2\x7a\xea\x9d\xbb\x5b\xd4\xb8\x73\x50\x2e\x75\xe9\xc0\x5d\x3a\x9e\x46\x44\x88\x3a\x34\xee\x36\x5a\x4f\xbb\x14\xde\x6d\xb4\x9a\x76\xe9\x70\xf7\xee\x56\xda\xa5\xf8\xee\xdd\x4d\x6a\xdc\x3e\xa8\x3e\xf6\xc0\x0e\xee\xd2\x62\xd2\x36\x15\x42\x04\x5d\x5c\xda\x85\x24\xf8\x82\x2b\xd0\x11\xf6\x6b\x97\x4f\xf7\x85\x7a\x44\x5c\xa3\x84\xba\x44\x03\xa4\xdc\xd5\xb7\xc3\x62\xaf\x7f\x78\xa0\x38\x66\x4b\xee\x08\xdd\xa5\x12\x74\x01\x3e\x67\xbd\x0c\xc1\xd1\x85\x03\x6d\xbd\x5b\xb5\x45\xd1\x7e\x5e\x3c\x4c\xf7\xab\x11\x6a\xee\x1c\xa8\x74\x8d\x63\xca\x2d\x24\xd6\x0c\xfc\x3c\xbb\x1c\x00\x1d\x80\xfc\x99\x56\x6f\x23\xeb\x7c\xbb\xd5\xdf\xb8\x02\x55\x37\x01\xc4\xe9\xbb\x10\x7b\x07\x9a\xcd\xda\x99\x7f\xdd\xb3\xfe\x86\x69\x9b\x0b\xb7\xbd\x86\xc3\xdd\x30\xef\x6e\xb3\x29\xe0\x55\x6b\x56\x4b\x4b\x14\x67\xf6\xca\xee\x16\x3f\x45\x97\x42\xff\xfd\x49\xb1\x2a\xc5\xe0\x81\xfe\xd5\x83\x35\x21\x7e\xc2\xcc\x28\xe9\x79\xcf\xa9\x51\xf2\xbf\xf0\x25\x77\x85\x7a\xff\x45\xaf\x7f\x20\x14\xa9\x53\xb9\x71\x4d\x3e\x10\x97\x00\x31\xdc\x68\x9d\xbe\x0a\xf7\xeb\xf9\xc6\x3d\x9c\xe9\xf4\x29\x7e\x1a\xee\x61\x7b\xa7\xa8\x2c\x81\x68\xd2\xd5\x8d\xfc\x6a\xa5\x3a\x5c\x95\xeb\xd5\x33\x61\xc7\xaa\xc1\xb4\xc3\x7d\x4e\xb1\x8f\x65\x0d\x08\xfe\xc9\x69\x4d\x49\x63\x63\xe4\x21\xae\x24\xc8\x63\xfa\x5b\xf6\xc8\x0e\x50\xb0\x06\x5a\x58\x68\xbd\xd3\xff\xb3\x3d\xac\xab\x77\x8a\xef\xa6\x3f\xd4\x5e\x4a\x9f\x34\xa4\xfe\xbc\xa3\xa7\xd5\xb3\x95\xd7\xa5\xfa\xbb\x41\xaa\x4b\xd1\x78\x5f\x4a\xc3\xbf\x5b\x7f\x7d\x86\xbf\xab\x65\x6a\xfd\x3d\xd4\x39\x93\xa2\x71\x7f\xfe\x44\x72\x87\x38\xdd\x60\x49\xc4\xa4\xea\x0f\x5e\x2c\xdf\xf4\x54\xa8\x0f\xb8\x47\x46\x58\x49\x04\x13\xf1\xe5\x15\x11\x00\x18\xd9\x51\x5b\x3e\x0e\x22\x95\x94\x5e\x43\x09\x52\x35\xc8\xf5\x0a\x55\x9a\x55\x51\x9a\x37\x93\x65\xda\x34\x01\xe1\xeb\x55\x6a\x12\x65\x41\xb3\x34\x1f\x4e\x0e\x2a\xf3\x05\x49\x4d\x02\xcc\x56\xcf\xe5\x01\xe9\xad\xaa\xcc\x8f\x30\xf0\x08\xa2\x83\xb7\x51\x22\xf0\x63\xdb\xc7\x5b\x53\x16\x8f\x28\xe9\x16\x9d\x4e\x81\x1d\x2b\xae\x50\xcf\xa7\x17\x70\x5a\x9f\x50\x39\xb2\x4f\x74\xc6\x5d\x61\x13\xed\xf1\x47\xb8\x95\xff\xf2\x7e\xae\x3c\x39\xd2\x66\x94\xbe\x6b\x25\x9f\x8f\xcf\xfd\xbc\xa3\xe6\x29\x1c\x66\x8e\x9a\xab\x43\xd7\x53\x3b\x06\x50\xd0\x9f\x31\x7e\xa1\xee\x77\x0f\xe5\x44\x9e\x08\x97\xa6\x1e\x36\xec\xba\xfa\x26\x0a\x96\xec\x54\x76\xda\x65\xfa\x74\x2d\x79\x40\x29\x26\x5f\xfd\x9b\x6f\xf9\x79\xe7\x53\xb6\x2e\x44\x6c\xad\xd6\xaa\xd1\xa0\x8f\xb0\x54\xd5\x06\x21\x40\x7b\x89\xcf\x06\xfd\xde\x15\x8e\x5d\xf6\x69\x77\xaf\xcb\x9b\xeb\x6c\xa1\x28\x21\x47\x89\x0a\xef\x31\xd5\x13\xf9\xdf\xec\xa1\xb1\xa6\x0f\xf2\x99\xf1\x57\xdd\x75\x56\x2b\x43\xd5\x1d\xec\x08\x8d\x0a\x53\x03\x10\x7b\x9b\x93\x28\x64\xcf\x91\xa9\xf5\xd0\x8c\xc0\xbd\x60\xae\xf4\x6f\xe7\xfd\x92\xd8\x45\x7b\x1e\x4b\x0a\x10\x57\x65\x09\x00\xb4\xde\xca\x1b\x81\x6f\xc0\xf3\x46\xf7\xc4\x8e\x45\xe3\xac\x02\xeb\xc6\x3b\x56\x05\x5f\x14\x40\x21\xc3\x20\xe1\xfc\x06\x80\x7b\x3d\x09\x43\xa9\x6f\x52\x34\x66\x02\xc5\xf2\x05\x8a\xe5\xf8\x18\x71\xac\x5c\x8f\x74\x42\x9d\x43\xd9\x50\xfb\xab\xbc\x62\xfd\x29\xc1\x8b\xf7\x36\x68\x78\xb2\xdc\xf7\x30\x1f\x4e\x88\x14\xce\x2b\x7c\x41\x39\x01\x1c\x31\x22\x0c\xa7\x5d\x93\x0b\xf8\x1d\xeb\x28\x70\xf6\x9b\x57\xe3\x72\xb5\x99\xa6\x42\x35\x54\x99\xc4\x66\x81\xab\x7e\x1d\xbc\xd1\x8d\x0e\x9e\xe5\xfc\x75\x85\x7b\x50\x85\x0a\x67\xa3\xeb\xae\xd9\x89\x44\xa2\xd3\x9c\x60\x4f\x8f\xbd\x94\x69\x29\x23\xfd\x9c\x17\x6d\xd1\x4b\x2c\x74\x58\x09\x1a\x92\x07\x81\x41\x70\x6d\x12\x2f\x7b\x94\x7c\x3e\xcb\x08\x6f\xf5\x72\xa6\x12\x8a\xb6\x4f\x03\x46\xf9\x29\x2f\x28\xf6\xca\x0d\x53\xf0\x9d\x5b\x77\x41\xaa\x3e\x5d\x5a\xa8\x83\xd5\x41\x64\x19\xa4\xce\xfd\x98\x33\xbc\xf5\xc1\x8f\x33\xdb\xc8\x31\x21\x3f\xec\x61\x35\x66\x1b\x39\x00\x95\xeb\x01\xf9\x7c\xa1\x3c\x7f\x3b\xa1\xb7\xdd\xb9\x50\x15\x79\x04\xc7\xf2\x56\xfa\x7c\x87\x56\x28\x3f\x3a\x3b\x79\x59\x8f\xc0\x00\x0c\xc5\x52\x00\x09\xd5\xdf\x74\x08\x15\xb9\xe1\xfa\x9f\x14\x01\x70\x1a\xb2\xb6\x6f\xa3\xf3\x53\x21\x9e\x0c\x8f\x29\x44\xe1\x39\x1a\xe9\xcf\x5c\xf0\x98\xcf\x6d\x22\xc4\x93\xe9\xa5\x45\x4b\x19\x79\xdb\xf5\xd4\xf9\xc2\xde\x0c\xaf\x9d\x05\x60\xa6\xa6\x6a\xa0\x66\x35\x8c\xf8\x9e\xc3\xff\xef\x0b\xe5\xea\x47\xbd\xb4\xa8\x44\xa5\x53\x97\x80\xa9\xd6\xaa\xa4\x6c\x10\xa9\x9c\x9e\xc6\x17\xb0\xd8\xbd\x6d\xa2\x0e\x73\x9e\x50\x58\x72\x50\x0a\xf5\x8a\xb0\x77\x6a\xb1\xe6\xf9\xb9\x8c\x99\x99\x80\x53\x76\xf5\x15\x7d\xad\x3d\x16\xc2\x7c\x0e\xaf\x4d\xb9\x27\x2f\x0b\x7a\x01\x95\x3e\xd6\xb8\x7d\xec\x73\xfa\xd8\xf3\xc9\x81\x05\x8f\xfc\xb8\xc1\xf2\x64\x43\xad\x5b\xa5\x8f\x0d\x62\xd8\x1f\x19\xc1\x0e\xb1\x96\x3b\x3b\xb5\x38\xe5\x73\x84\xed\xf7\x4d\xcc\xae\xd0\x09\xb1\xf4\x93\x4a\x46\x39\xcc\x65\xc5\xa8\x73\xaa\xb5\x2a\xf6\x16\xb8\xbf\xa9\xa2\x4a\x5f\x0f\x8f\xc3\x99\xb9\x63\xfb\xfa\xdf\xfa\xae\x0d\x58\xf3\x42\x0a\xf5\x45\x19\xe0\x05\x7a\xde\x91\x78\x90\x5e\x0c\xb2\x1c\xb8\x22\x9e\x4b\xe4\xbb\xaa\x75\x6a\x63\x95\xd0\x08\x34\x4e\x9c\xde\x54\xe4\xe2\xe8\x44\xb7\xa1\x1f\x60\xa2\x6a\x68\x4f\xcf\x45\x97\xaa\x1a\xe1\x78\x80\x8f\xde\x2f\xe0\xf8\x52\x2e\xa9\x0f\x0b\xc9\x64\x66\x84\x18\x12\x2b\x62\xe1\x75\x0d\x99\x1c\xd9\x67\xf8\x29\x54\x3b\xdd\x98\xf4\xfa\xdd\x4a\xe1\x7a\xf2\x50\xa6\xe4\x81\xc7\x0d\x58\xa2\x05\x73\xc0\x05\x00\x2b\x7d\xa6\x37\x1c\xb7\x52\xcf\xf3\x50\xad\x40\xf7\xf3\xb8\x0e\xda\xd7\xeb\x37\xd2\x0f\x90\xb9\x18\x01\xa6\xd6\x3d\x1d\x09\x5f\x69\xca\x7d\xad\xaf\x3f\xdd\x63\x70\xce\xc5\xb5\xcf\xf2\xbb\x36\x7b\x06\xd3\xff\x24\x02\x25\x49\xb7\x4e\xf4\xbf\xb6\xa1\x1a\xde\xa8\xb8\x95\xbd\x45\x4f\xeb\xcb\xbd\x8f\xe2\x54\xeb\xcc\x5b\x29\xd6\x08\x7b\x3e\xf0\x2e\x39\xf2\x27\xb4\x4b\x6e\xa5\x28\x3a\xea\x69\x47\xcb\xea\x24\x97\x70\xa6\x1d\x23\x59\x9c\x59\xd3\x40\xa5\xaf\x73\xeb\x80\x1e\xa4\x5b\xa3\xee\xf5\x40\xbd\x5a\x94\x51\x69\x7d\x86\x12\xac\x3d\x37\x97\xab\xaf\x95\x34\x93\x81\x3e\x3f\xce\x8f\xce\x5a\xaa\x0f\x5f\x2d\x9b\xcc\xc2\xda\x24\x85\x7a\x56\x69\x5c\xc1\x1c\xa3\xcd\x82\x90\xa0\xc4\x41\x6b\x09\xec\xb2\xd3\x8b\xa3\xa7\xcd\xd7\x62\x46\xcc\xc1\xcb\x19\x94\x96\xec\x5c\x8f\x32\x3d\x3f\x19\x8f\x12\x7d\x16\x7b\xd6\x2c\x96\x25\x44\x52\xba\x9b\xe5\x08\x28\xda\xa4\x7a\x9b\x4e\x3c\xcc\x8d\xa2\x78\x0b\x5b\xb4\x0b\xd7\x54\x79\x96\xdd\xf6\x26\xc4\x3c\xf5\xde\xe3\x3a\xc7\x90\x7a\xb4\x27\xe2\x8d\xe2\x8c\x8f\x4d\x03\x09\xda\x27\x4e\xd8\x5e\x22\x84\x2c\x2e\x11\xfe\xfa\x9e\xde\xc5\x9d\x5e\x19\x89\xb2\x1b\xf9\x58\xfc\x35\x71\x96\x52\x1b\xd9\x51\xd6\xda\x8d\xb4\xed\x90\xd8\xec\x0a\xb3\xc0\x94\x12\xb2\x03\x89\x73\x8f\x86\x04\xf7\x10\x9e\xbc\x49\x1a\x4f\xdb\xf8\x2d\xa3\x28\x92\x69\x80\xfb\x5e\x2a\xd1\x5a\x6a\x83\xe0\xb8\x52\x60\x69\x9f\x0b\xf1\x59\xaf\x3c\xeb\x75\x92\x48\x8e\x98\x52\x21\x14\x24\xf4\x4c\xe0\x80\xe6\x4c\x1e\x2d\x65\x07\x28\xd1\x60\x27\x96\xb9\x1b\x15\xcf\x72\xbc\x1d\xce\xbc\xc7\xa2\x3b\x4d\x26\xb0\x63\x3f\x8b\x53\xd1\x6d\x6b\xad\xae\xe7\x52\x96\x95\x28\x6e\xa4\xe8\xdb\xc5\xa9\x18\x3c\x17\x8f\x52\x4c\x44\xb1\x2a\xd5\xd2\x1a\x55\x9b\x23\x5e\x0f\x47\x29\x46\xcf\xde\x96\x21\x0d\x0b\x0a\x9c\x0c\x30\xd6\x4c\x5d\xd8\xd1\x8d\x5c\xda\x89\x3a\x99\x2e\x13\x54\x51\xed\xbe\x83\xd7\x46\x5d\x04\x69\x80\xdb\xbf\x7b\xdc\x3f\x16\xe7\x22\x6a\xd7\x10\xe0\x18\x9d\x1b\x10\x56\x5a\x6b\x20\xe0\xda\x92\x53\x96\xd8\x6d\x4b\x34\xc5\x4e\xa0\x90\x5d\xf1\xb8\x2f\xb9\xd7\x45\xba\x95\x7b\x14\x22\x24\xda\x25\xf1\x56\xa3\xbd\xde\x09\xd4\xe9\xc8\x1b\xd2\x5c\x28\xe2\x35\x6b\x93\xf8\x73\x8b\x23\xe1\xfe\x59\x1b\xdd\x9c\xad\x8b\xc4\xc7\xa4\xdc\x81\x52\x0f\x02\x6d\xca\x8d\xee\xd2\xe6\x53\xb3\x4e\xc8\xaa\x1e\xd1\xf5\x20\x37\xe8\x2f\x2b\x40\x0b\x2f\x2a\x9c\xe1\x9b\x5e\xef\x94\x94\x1e\x98\x5c\xa6\xd8\x8c\x50\xdc\x32\x42\xbd\xd0\xe7\x8d\x9f\x37\x99\x6f\xfa\x3f\xf2\x1b\x24\x92\x96\x32\xa9\xf6\xb3\x19\x32\x13\xea\xc5\x6b\xf5\xaf\xb1\x5c\x30\x3a\x76\x36\xf6\x4d\x3e\x5a\xa3\x49\x9d\x88\xe4\xd9\xbb\x3e\xc0\xee\xdd\x7b\x00\x2e\x76\x01\x04\xb4\x03\xb5\xb1\xf3\xd3\x71\x96\x7f\x78\xae\xe5\x41\x71\x26\xba\x9e\x55\x6f\xe2\xaa\x60\xf1\x9c\x5f\xce\x71\xfb\x7b\x92\xdc\x54\xa8\x48\x2d\x09\x83\xc7\x40\xc0\x46\x99\x8b\x5a\x9e\xb1\xac\xba\x87\x83\xfc\xf1\x0e\x94\x8a\x5c\x98\xfe\x46\x0f\xc0\x40\xc6\xc2\xd2\xa5\x0f\x1c\x00\x78\x60\x6f\x6a\x0f\xc5\xb9\xe8\x25\x72\x51\xa2\xe2\x09\x93\x9b\x11\x5b\x55\x46\xb9\x3c\xcf\x85\x34\xda\x37\x49\x9a\xcc\xab\xb4\x90\x8e\xee\x74\x0c\xb0\xd6\x47\xb4\x86\x84\xda\xb6\xa8\x54\xfa\xe3\xae\xd5\xe5\x8d\x89\x22\x64\x8f\x35\xc8\x10\x7e\x09\xf5\x98\xca\x9c\x1d\xdf\xb7\xd6\x16\x48\xef\x69\xbb\x23\x33\x49\x1d\x2b\x1c\x47\x4b\x93\x23\x78\xa8\x56\x08\xab\x95\xa4\xd0\x6a\x8a\x43\xd5\x96\x9d\x76\x8d\xf1\xab\xe5\xc2\x20\xcd\x11\xd9\x5b\xa2\xb7\x93\x61\x85\x36\xb5\x7e\x50\xc0\xf2\x30\x55\xb1\xa0\x84\xf3\x67\xeb\x03\x85\x1f\xae\x64\x7a\xbc\x6e\x09\xe7\xfd\x5c\xe5\x94\xf4\x0a\xa7\x31\x9a\xaa\xd8\xb4\x84\x53\x91\xad\x0a\x27\x07\x2d\xaf\x67\x66\xa2\xd2\xf6\xe4\xc2\x18\x65\x33\x68\xfb\xf0\x87\x66\x7f\x55\x82\x64\x3d\xc2\x7e\x74\x81\x23\x63\xd4\x3c\xa7\x74\xf4\xfa\xe1\xd5\xd5\xb0\x38\x13\xbb\x07\x53\xe9\x29\x78\x7c\xf8\x53\xb2\x18\x2c\xe2\x88\xf0\xc1\xa2\xfc\x85\xf3\xc3\x1f\x50\xfd\x8b\xe2\x46\xa9\xd2\xc3\x98\xd6\x73\x4b\x9a\x70\xb7\x63\x5d\x98\xb2\xb0\x02\xc7\x81\x2a\xe5\x8e\xdb\x35\xb5\x20\x78\xad\x4d\xdc\xb1\x93\xda\x51\x3f\xc7\x01\xc1\x51\xf5\xd8\xd1\x0a\xea\x73\xd1\x15\x6d\x42\xdd\xbb\x0d\x40\x39\xa1\x6c\xf7\x2b\x55\x64\x1d\x54\x50\x3b\x00\xde\x7b\x5a\x06\x6e\x08\x98\xe9\xaa\x4e\x63\xd8\xe7\xf4\xbf\x2c\x51\xaf\x8f\x84\x20\x02\x60\x96\xec\x46\x15\x93\xb7\x5e\xc5\x88\xd7\xb8\xdd\x2a\xfd\xfe\xa4\x12\x61\x2f\x62\xdd\xe2\xd4\x20\x0b\xda\x8a\xee\x7e\x3b\x52\x41\x0b\x02\x7b\x55\x67\x93\xc0\x3c\x80\x41\xad\x86\x9a\x02\x97\x13\x13\xf8\x03\x86\x7c\xea\x00\x0f\x3f\x85\x48\x9c\x52\xfe\x33\x79\x52\x90\xdc\x47\x3c\x80\x76\xdc\x2e\x5c\x1e\x7e\x3c\x4d\xab\x48\x2d\xc4\x44\xf3\xd9\x2f\xcd\x35\x99\xd0\xa5\x36\x4b\x50\x63\xcd\xec\xbc\xcd\x01\x53\x29\xef\x09\x7b\x62\xaa\xfc\x19\x9a\x83\x7b\xbd\x00\xec\x30\xbb\xa5\x5c\x7d\xa0\x04\x9a\x87\x4a\x55\xbf\xcd\x41\x8e\xcb\x26\x6a\x11\xae\x61\x7b\x8c\xf0\x81\xce\x32\x46\x75\x2b\x50\xf2\x8c\xaa\x07\xa8\xe6\x41\x53\x6f\xa3\xf3\x83\x1e\xb1\x3f\xe2\x8c\x57\xef\x27\xb5\x07\xa6\xf2\x05\xb2\x3f\x40\x39\xbe\xae\x56\x8b\xb1\xc7\xf5\x84\x13\xc9\x68\x89\xcb\x97\x91\x0b\xd3\x82\x1c\x00\x04\x9f\x45\xc1\x29\x41\x85\x1d\xb7\xb2\x5c\x79\x80\x83\x56\x77\x7b\x04\xbc\xbe\x2a\x59\x26\x80\xa8\xfd\x5e\xd6\xf8\xa7\x50\xaf\x31\x94\xca\xf4\xde\x2a\xee\x5d\x2b\x33\x77\xaf\x67\xdf\xde\x7b\x31\x10\x47\x7b\x4d\x0c\x2c\xa4\x13\xa6\x53\x9d\x50\xf5\x63\xe0\x18\x23\x35\x2e\x2a\x71\x56\x76\xa3\x92\x3e\x61\xaa\x4c\x35\x2a\xe0\x09\x73\xdd\xfa\x5e\xfa\xad\x11\xc3\xc5\xf5\x8b\xbc\x53\x33\x10\xf3\x53\x9a\x99\x5c\x76\xcd\x61\xa3\xbb\xdf\x90\x9b\x16\x0a\x10\x43\xb3\x6c\xd0\xca\x55\x15\x14\xdc\x81\x3b\xeb\x59\x40\xf5\xd1\x5d\xa7\x12\x4b\x88\xbd\xb9\x4d\xcc\xe3\x7f\xb9\x2e\xd2\x15\x01\x3e\x92\x7e\xd6\x0f\xf7\x6f\x8b\xc5\x77\xf2\x8b\x25\xdb\x27\x6f\x57\x8c\x63\xa0\x54\x8c\x89\x4b\x1c\xb2\xf6\xa0\x42\xe9\x3d\xa5\x25\x3d\x59\x35\xb2\xfa\x06\x62\x21\x0f\xf8\xbe\xdd\x1d\xd5\xf4\xb2\xa3\x34\xcb\x40\xbf\xec\x70\xdb\x20\x2d\x6c\x0c\x28\xf4\x1a\xb9\x63\xbb\xdb\x3b\xc6\xfa\xad\x9e\xf5\x95\x6e\x0a\x2b\x72\x8d\x33\x01\xe6\x27\x91\x5b\x74\x55\x43\x2d\x65\xd9\x1c\x40\x5d\xd2\x5f\x5c\x1e\x0e\x9c\x36\x45\xc5\x54\x1e\x52\x0a\x2f\xf5\xc8\x14\x5e\xb6\x50\x4f\x67\xa8\x5f\xc0\x9b\x96\x17\x4f\xa8\xe8\x3d\x10\xf6\x7b\x2b\xb6\xb1\xd8\x88\x88\x5a\x91\x8f\x9f\x9a\x0b\xc2\x9c\x00\xdb\x84\xdf\x05\xd8\xce\xff\x7f\x2f\xc0\xce\x0e\x49\xb0\xc0\xf9\x7f\x20\xc2\x68\xb4\x94\x50\xa6\xbd\x7e\xa5\xdd\xdd\x98\x62\x24\x13\xbd\x1a\xc5\x34\x4e\xc8\xe7\xf0\x5e\xfe\x07\xf1\x76\x44\x9d\x3f\x47\xd8\x49\x7b\x7b\xa7\xd7\xf9\x6b\x29\x91\xb9\x27\xec\xc3\x3f\x5e\x39\x03\x20\xc6\xde\xfd\xe3\x95\xb9\xe4\xd1\x3d\x25\x3b\xa9\x1a\xc4\xeb\xfc\xe0\x43\x54\xea\xc3\x19\x7c\x21\xa6\xed\x51\xf4\x3d\x3e\xb9\xab\xe0\xf3\x6d\x0e\x8f\xd4\xc6\x31\x7a\x00\xd3\x52\xfe\xee\x29\xeb\xaa\x76\x90\x1d\x3e\xfa\xc3\x62\x55\x0a\x67\xe8\xef\x1e\xff\xda\x3f\x4e\xc4\xd6\x6d\x9f\x7c\x16\xff\x11\x37\xa2\x0f\x40\x1b\xa6\x9a\xad\xc1\x3f\x34\x75\x84\x64\xd6\xb2\xa4\x7d\x2a\xc0\x68\xa4\x09\x1f\x5c\xba\x57\xdf\xf1\xd2\x83\x70\xd0\xa7\x67\x9b\x57\xca\xa5\x02\x22\xf3\x6e\x60\xa5\x4f\x5b\xc0\xa3\xf0\x99\xd5\x98\x69\x04\x28\xa3\xad\x84\xba\xf4\x14\x86\x52\x4f\xec\xd5\x9b\xea\x71\x74\x9e\x74\x2b\x5d\xe1\xbe\x36\x51\x91\xed\xd7\x4e\xcf\xe1\xae\x52\x41\xbb\x98\x15\xe6\x5f\x9b\xa8\xf4\x92\x3e\x33\xfd\x08\xc7\xcb\x08\xe1\x83\x32\x25\xf3\x7f\x36\x4a\xb7\xe7\x17\x04\xaf\x54\x35\x19\x50\x2e\xf8\x67\x9a\xe4\x9b\x9e\x6f\x26\x7c\xfe\x40\xf9\x9b\x62\xba\xab\x01\xe6\x43\x03\xb2\x2c\x3f\xdc\x5c\x7d\x5e\x3c\x67\xb5\xbe\x0c\x55\x46\xff\xcc\xd6\x3f\xdc\xa1\xe7\xc2\x0e\x44\x2b\xdf\x5b\x9a\x94\xaf\xef\x18\xdb\x97\x10\x7d\x88\xb8\x93\xf8\xd8\xca\x93\xcb\x23\xd9\x28\xa3\x0b\xf8\x7d\xe8\xc4\x4c\xd8\x9e\x54\x69\x9d\x4e\xf5\xe2\x21\xd5\x84\xa4\xd5\x3a\x2d\x97\x99\xf0\xb4\xb9\xf8\xc3\x62\x59\x8a\xae\xa7\x0e\xff\x30\x63\xd6\x92\x39\xb7\x55\x84\x92\xdd\x22\x9b\xd3\x33\x21\x3e\xd3\xc9\xcc\xa9\x3e\x35\x7c\xee\xa3\xbc\xc0\xfd\x42\x93\x20\xb4\x03\x50\x3e\x4e\x36\xdc\xdf\xdb\xab\x7f\x40\x90\xe0\x36\x57\x89\xfa\xe5\x7a\xf2\xa2\x88\x76\x5d\x6e\xeb\xfd\x62\x4f\x74\x7d\xcb\xdc\xfe\xf3\xbc\x27\x8f\x99\xaa\xe5\xdf\xe2\xb6\xdd\x8d\xbc\x7c\xe5\x0f\x2f\x5a\x03\xe2\x1e\x94\x31\xa9\xd8\x8e\x21\xff\x49\x92\xb1\x24\x99\x52\xd1\xc1\xeb\x63\x4e\x10\x00\xf3\xe8\xee\x60\x55\xbf\x3d\x36\x7d\xcb\xba\x47\x42\xec\xa0\xa0\x33\x79\x56\xe9\x1f\x5e\xb2\x2a\x49\xd1\x9f\x0a\xb5\x24\xa5\xbf\x7f\xef\x25\xfb\xf7\x1f\x56\xa0\x58\x40\xbf\x41\xfc\x06\xce\xce\xfa\xa7\x37\xbd\x20\xac\x34\x15\x2a\x69\x73\x5d\x65\x9f\xf0\xe8\xf6\x6b\x85\xdf\x52\x1f\xf8\x14\xe2\x53\xdb\x69\x13\x61\x1f\xe4\xe9\xe6\x38\x49\x5c\x27\x91\xe1\x3f\x4c\x40\x54\xd5\xd0\x4f\x32\xf8\x49\x55\x7f\x48\x48\xec\x27\x4a\x96\xa0\x40\xc9\x59\xb2\x10\xfd\x76\xbf\x0a\x14\xa4\xaf\x1d\xa4\xa1\xfc\xc6\x37\xb1\xad\xcd\xa5\x95\xd4\x46\x8b\x80\xa9\x05\x2a\x84\x4c\x4c\x5f\xbb\xab\x25\x20\x49\xaa\x11\x57\x41\x20\xe7\xc1\x2c\xbd\xb0\x74\x24\xaf\x89\x53\xb1\x37\xbb\xbf\x0f\xde\x75\x4d\x05\xb9\xc1\x5b\x48\xa1\x86\xdf\x07\x2f\x4e\x28\x6f\xde\xf5\xa5\x7f\xd1\x92\xc4\x74\x32\x2d\xbd\x0c\x2d\xfd\x0d\x5a\xc8\xea\xa1\x71\xa3\xa5\x6f\x8e\x1d\x88\x6a\xd2\xd2\x0b\xa8\x7d\x6c\xa8\x4c\x4f\x37\x86\x9c\x9d\x51\xa4\x62\xa0\x6b\xd0\xa7\xb4\x29\xea\x6b\x95\x76\x9d\xbc\x2a\x7c\xa4\x30\xb4\x98\x37\x76\x70\xaf\xd4\x77\x1d\x12\x62\x46\x72\xa3\x31\xeb\x91\x44\x9b\x21\x6a\x90\x4f\x8e\x97\x0e\x93\xea\x44\xad\x9b\x4b\xb5\x98\x85\xb9\x12\xc0\x9a\x98\x6c\x0e\x1d\xfd\xc2\x6b\x69\x36\x07\x6c\x31\x2a\x21\x26\x21\xbb\x3b\x4f\xb7\x02\xd7\x84\x54\x9e\xb4\x6a\xed\x4c\x00\x9b\x4f\x61\x80\x48\x76\xd1\x15\x13\x95\xdc\xde\xa9\x05\x3f\x9e\x18\x1e\xb9\x73\xc7\x0e\x3e\x6c\x6a\xd2\xef\x5b\x98\x09\xa1\x7d\xb8\xed\x2d\x36\x8d\x9c\xf1\xaf\xaf\xd4\x5f\xc7\x68\x73\x7c\x36\xfe\x76\x22\x72\xf4\x0a\x69\x37\xda\x29\xbb\xc8\xaa\x45\xf0\xe7\xd1\x83\xcf\x43\xd3\xda\x75\x68\x4c\xd3\x31\x4c\x59\x18\xb4\xd0\x99\x0a\x75\x50\xd9\x89\x2d\x8d\xa1\x3b\x2e\x38\x77\x0d\xac\x0b\x32\x56\xfb\x8d\x5b\xf3\x25\xd5\x46\x8a\x3d\x7d\x51\xe5\x08\xc6\x88\x63\x8b\x96\xae\xf3\x5c\x39\xfe\x66\x7f\xb5\x9a\xc8\xfd\xaf\xfc\x30\x87\x46\x42\x44\xf2\x74\x20\xf0\xc9\x4a\x91\x64\x57\xc1\x1a\x55\x02\xa2\x9a\x0b\x6b\xaa\x45\xfb\xe7\x4b\xa5\x4a\x31\xf0\x7e\x89\x93\x27\xcb\x3c\xb6\x7f\x0c\x17\x80\x0f\x7e\xbb\x6a\x0b\x11\xdd\xa5\x54\x5c\x29\xba\xc1\x63\xdf\x6c\x01\xfe\x13\xca\x65\xb9\x03\xf2\x06\x63\xdb\xc9\x86\x84\xaa\x4f\xaf\xca\x9d\xeb\x86\x17\xf9\xb7\x5d\x29\xb4\x40\x74\xb7\xac\xdd\x76\x65\x61\x92\x45\xdd\x7d\x25\xcf\xaf\xd7\xd5\x96\xdd\xba\x6b\xef\xaa\x99\x65\x27\xec\x76\xe3\x62\x61\x09\x2f\x20\x57\xde\xae\xa5\x36\x6b\xca\xc7\x3b\x50\x9d\xb1\xb2\x42\x29\x70\x5b\xa8\xaf\x85\xc3\xba\xac\x36\x04\x6d\xa1\x7c\x59\x28\x63\x3e\x68\x7d\x47\x6c\xd3\x00\x88\x7e\x00\x28\x24\xa0\xf0\x2f\x61\xd4\x1b\x58\xc0\x27\x88\x80\x8d\xe4\xed\xa2\x7b\x82\x64\x55\xb1\x5c\x1a\x0c\x8d\x8a\xb9\x1e\xa4\x61\xd0\x3a\xe8\x21\xd6\xba\x97\xc2\xf6\x40\xe0\x53\x3d\x75\xee\x5a\xd1\xa6\x37\xcc\xf8\x24\xc0\x8e\x54\x6f\x50\xa2\x7e\x89\x2a\xbc\xf4\xbf\x59\xd0\x5b\x54\xd6\x7a\xdb\xc5\x9d\x6c\x3b\x2f\xa9\x7a\xdc\x81\x26\xa9\xf4\x8b\x52\xa9\xb7\x75\x0b\x71\x32\xc5\xe6\x2a\x8d\x9a\x3a\xd8\x8d\x68\x54\xec\x2b\xbf\x07\xfc\x7d\x0b\x14\x18\xa0\xc2\x49\xad\x5c\x37\x33\x43\x1b\x56\xde\x27\x89\x60\x14\x69\x51\x15\x9c\x68\x5a\x57\x05\x56\xd8\xd7\x1b\x27\xe6\xcd\xf9\xa3\x44\xa7\x15\xc8\x1b\x80\x93\x11\xfc\xcc\x34\x4d\x7b\x82\x7a\x8d\x74\xdf\x12\xef\x7e\x54\xbc\xad\x21\xe8\x32\x40\xac\x37\xb0\x21\x97\xb8\xf4\x43\x84\xb2\x6a\x54\x6e\xb9\x87\x58\x6a\x8f\xcc\xc3\x19\xb5\x41\x54\xcc\x3e\x91\x23\x8d\x0a\x21\x9c\x03\x1e\xf6\xd2\xc9\xd5\x78\xa7\xba\x0f\x37\x64\x52\x97\x1b\xe3\x30\x57\xf2\x9d\xae\xdf\xd2\x47\xb9\xd0\x4a\x5c\x4a\xc8\xbc\x49\x02\x44\x15\xdf\x89\x5f\xa8\x96\x25\xb2\xd6\xbb\x75\x14\x3b\x46\x5d\x84\xfe\xca\x4e\xfd\xc6\xda\x9c\x4c\x1d\xac\x93\x88\x2e\xea\x9f\x13\xde\xb6\x12\x4c\xaf\x41\x89\x83\x4f\x10\x3c\x21\x29\x15\x47\xb9\x87\x7b\x63\x43\xe5\xca\x45\x53\x06\x18\xbd\xad\xcd\xea\x4f\xc5\xe6\xd1\xcb\x5d\x55\x96\xb4\xf5\x6d\xe4\xf0\x4e\x77\x7e\xf6\x84\x1f\x81\xa5\xf5\x9c\xef\x0b\x9f\xc9\x3e\x15\x8c\xe1\x01\xfa\xf6\x09\x07\x92\x3e\x34\x33\x16\x98\x59\x17\x94\x62\x27\x11\xf1\xd1\x58\x21\x63\x77\xbd\x78\xe0\x3d\x66\x42\x76\x3d\xaa\x64\xe2\x48\x37\xe5\xf4\xe1\x92\xdf\x2b\x59\xaa\x13\x8d\xea\xd2\xae\x62\x97\xd6\x42\xea\xf8\x98\x5d\xa1\x3c\x79\xf6\xa8\xa2\xf9\x34\xf6\x72\x87\x5f\x9b\xc7\x47\xbe\xdc\xb8\xbd\xbc\x75\x7c\x84\x38\x31\xf3\xc7\x97\xb2\x70\x44\x33\xa5\xec\x70\x57\xa8\xd7\xd2\x99\xc6\xae\xbb\xa5\x7a\xbb\xea\x71\x4f\xd9\x5e\x83\xca\xda\xbe\xf6\x18\xe9\xae\xc3\x26\x1b\x2d\x46\x62\xe5\xfa\xd1\x08\x88\x79\x72\x50\x0f\x7e\x7f\xeb\xbe\x9e\xe2\xe9\x8f\x91\x5e\xe4\x8b\x90\xc2\x59\x62\x23\x97\xe1\xe3\xbf\xbb\x6f\x40\xb4\xa7\x0d\x5a\x21\xbd\x46\xe3\xda\x3f\xf5\xb4\x5b\x10\xc9\xe0\xf4\x5c\x26\xc7\xcb\x6b\xe0\x3d\x52\x9f\x36\x20\x00\xf8\xd4\x4a\x8c\xb6\x31\xe4\x65\xff\x44\x17\x56\xe2\x87\xdc\x2b\x14\xd6\x8f\x64\xae\x95\xd6\xb9\x91\xf9\x5a\x7b\x69\x17\x7d\xef\x1f\xba\xb8\x21\x42\x0f\x55\xb1\x5a\x75\xb2\x8b\x26\x5e\x98\x6b\xe9\xe5\xb2\x46\xa7\x93\x75\xbe\xd3\xf5\x47\xda\x5d\x1a\xe9\x95\x54\x1e\x7e\xb3\xb6\x59\x8c\xcf\x84\x5d\x91\xa5\x65\x27\xe7\x68\x6a\x2d\x06\xdc\x23\xbd\x41\x05\xb2\x97\xe2\xdf\xd4\xeb\xa9\x03\x40\x16\xd5\xe0\xde\x3e\x5c\x8b\x35\x87\x47\x0c\x05\xfd\xa8\x97\x47\x69\x03\x28\xc4\x9c\x38\x29\xcb\x86\x7a\x5a\x36\x1f\xaf\xed\xb5\xe2\x3e\x7e\x38\xba\x71\xc3\x2a\x8e\x84\xaf\xda\xc5\x37\xb1\x51\x76\xbc\x7d\xb8\xde\x65\xd4\xc9\x8d\x3f\x43\xd5\x4c\xe2\xd0\x75\x57\xcb\xf4\x25\x3e\x85\xd3\x90\x05\x6c\x4d\xa8\x86\x32\xa9\x9d\x3a\x80\x34\xc1\x31\x8f\x9d\x64\xbe\x84\x73\xf3\x80\x65\xb5\xad\xe8\x55\x36\xe9\x14\xfb\x62\x08\xc8\xc7\x4f\x8f\x92\x89\x82\x82\x94\xa4\x26\x26\x11\x01\xf3\x63\x75\x36\x59\x99\x32\x40\xb1\xd1\x6b\x6e\x86\x64\xe2\xa7\x4a\x57\x35\x7e\xb8\x51\xe1\x43\x64\x6c\xf7\x5a\xb8\x6e\x21\x4d\xbe\x91\x0f\xcc\xc3\x7f\xb8\x71\x5b\xa7\x34\x93\xd1\xae\xde\xcd\xff\xee\x37\xc2\xde\xdd\xfb\x62\x8b\xed\x8c\x0d\xed\x95\x53\x2e\x98\x93\xfe\x1e\x05\xbf\x3c\xaf\x61\xe5\x0d\xae\x81\x9e\x11\x7f\xd6\x26\x2a\x8d\xc7\x40\x53\xf5\xce\xc9\x63\x71\x20\xec\xf1\xae\xa0\x47\xf5\xfd\xea\x72\xdf\x01\x0e\x81\xb1\x5f\x48\x53\xa6\xe3\x5e\xd9\x0f\x48\xd6\x55\x99\xd0\x35\x44\x89\xb3\xfe\x91\xfc\x7d\x6a\x49\x86\xa6\x1b\x56\x65\xd6\xfe\x88\xfc\x22\x1d\xf4\x85\x9e\xaf\x7c\xd2\x5c\x1e\xc5\xbd\xbe\x74\xb4\x75\xb9\xc4\x67\x0d\x7c\xf0\x16\x56\x43\x3c\x5c\xbf\xea\x44\x9c\x1f\x08\x03\x19\x3e\xdc\xb1\x1e\xb4\xad\x2b\x4b\x26\x54\xae\x45\x82\xd8\xec\x12\x54\x59\xf4\x5b\x8f\x58\x14\x51\xed\xfd\x79\xe2\x59\x3f\x8e\xd3\xa2\x70\xf5\xda\xfb\xed\xa4\x23\x84\xd3\xfc\x43\x84\x7a\x4e\x68\xfe\xfd\xa2\x91\x70\x97\xea\x78\xe1\x0c\xce\xb0\x93\x11\xfe\x89\x93\x3c\x80\x4e\xaa\xa1\x82\x02\xc7\x24\xce\xc4\x72\xdb\x44\xb4\x7b\xbc\xbc\xd0\xb8\x6c\xe5\x26\x80\x8e\x1e\xa0\xf6\xd7\x80\x18\x86\x3c\xfb\x82\x6d\xb1\xdf\xcc\x9a\x9d\xd2\x7a\xd0\x73\x29\x31\x47\x59\x93\x33\xe1\x7c\x44\x28\xbb\xda\x6f\x85\x19\x0c\x6b\xaa\x35\x38\xba\x78\x87\x95\x32\x09\xfd\xc7\xbc\x8a\x5d\xa6\x88\x83\x29\xab\x25\xd4\x71\xdc\x94\x98\xc0\x85\xfc\xe6\x31\x0a\x0d\x99\x32\xd5\x6f\x79\x08\xa6\x09\xca\xf4\xfa\x72\x4f\xd8\x8b\x7e\x39\xec\x14\xd3\xa2\x68\x4b\x19\x9a\x37\x6a\x7c\xc1\x20\x55\xff\x35\x3d\xbc\xaa\x5f\x9d\x75\x7f\x5a\xad\x4e\x06\xb6\xfb\xc3\x53\xa1\x5f\x08\xd9\x4c\xc2\xa7\xa6\x69\x92\xec\x69\xa4\xe6\x7e\xf2\x70\x6d\x5c\x05\xb2\x0a\x1e\x97\xd9\x32\x06\xbf\xfb\x22\xa6\x88\x78\x2c\x4b\xcc\xb6\x55\x58\xd1\x9b\xcf\x4a\x2b\x2d\x85\x55\x24\xeb\x6b\xf0\x13\x1a\x4b\x14\xa8\x6d\x92\x2e\xa6\x0e\x72\x0d\x42\xa5\x52\x15\xc7\x0b\x55\x42\x57\x05\x32\x5e\x6a\xb5\xcc\x1a\x5d\xf6\x68\xa9\x11\xeb\xcd\x4d\xfd\xa9\xe3\xe3\xcc\x92\xfd\x03\xb0\xa2\xf5\x32\xe3\xe5\x02\x74\x76\xb6\xd9\xd3\x6e\xa1\x96\xe0\x81\x58\xcb\x25\x9f\x58\xec\x69\x9f\x56\xa6\x9c\xe0\x44\x85\x4f\xac\xf6\x7a\x9f\x56\x26\x6a\x45\xcd\x7c\x3e\xbc\xde\x3f\xe2\xad\x18\x07\x57\xe3\xe3\x85\x1d\xda\x29\xc9\x1a\x7b\x25\xeb\x49\x1b\x9d\x4c\xda\x94\xa8\x2b\x2f\x04\xf3\xb2\x66\xc6\x09\xbd\xf5\x3c\x42\x3b\xff\x59\xa1\x24\xe8\xac\x79\x7a\xc0\x3c\xd9\x27\x0c\x55\xf7\x79\x48\xd7\x2b\xbd\x03\xaa\x86\x04\xbb\xd0\x56\x1e\x50\x15\x6c\xb6\x5f\xd0\x6b\xd9\x4b\x95\x50\x95\x70\x6b\xda\xe0\xb1\xdc\xee\x1f\x01\x2f\xdd\x71\x07\xeb\x4b\x1b\xdf\xc9\xa8\x23\x55\x19\x13\x6d\x56\xa0\xba\x8b\x89\xac\xd7\xba\xf0\x19\x70\xd3\xd5\x05\xbf\x68\xe9\x04\x25\x8c\x21\x76\x2d\x2e\xb1\x09\xab\x63\xc6\x04\x71\xb3\x8c\x0c\x05\xba\x1c\xfe\x81\xdf\x31\xdd\xd3\x56\xf0\x7c\xd0\x2d\x7c\x08\x95\xdc\xf5\x81\x19\xe3\xdc\x50\x6b\x9f\xa5\x0b\xf4\x6a\x66\x30\x9d\x0b\x3b\x1c\xaf\xf6\x29\xe2\x15\xe5\xd5\x17\xf2\x10\xa7\x98\x09\x95\xe6\x1a\x2f\x0e\x4c\x43\x5b\x69\x90\x37\x3e\xb2\x0b\xf5\xf4\xb3\xdf\xbf\x6d\x75\xe0\x3a\x18\xaf\xf8\x23\xf0\x07\x90\x1c\xad\x7f\xf9\xb7\x2b\x49\xcf\xf5\xa9\xb0\x8d\x87\x3a\xda\xdb\xca\x68\xff\x58\x4c\x0b\xec\xef\x94\x09\xbe\x6f\xda\x06\x9e\x04\x7b\x03\x1d\x61\xbf\x9c\x97\x5c\x63\x57\x09\xd5\x59\x1d\x28\x70\x35\xf2\x0e\x08\x7c\x2d\x22\x4a\xfb\x9f\x50\x31\x5f\xfb\xcf\x24\x1d\x0f\x25\xd4\x57\xdc\xe5\x31\xd3\x9a\x8d\xbd\x93\x31\xa5\x4d\xda\x6a\x85\x7a\x57\x1b\x99\x70\x07\x44\xee\xdf\x6f\xdb\x3d\x59\x75\x51\xdd\x82\x4d\x4b\x4e\x7e\x25\x54\xec\xec\xeb\xd0\x1c\x01\xac\xe2\xf9\x31\xe5\xa3\x33\xa4\x05\x6a\xdb\x90\xc6\xf6\xf8\x70\x73\x55\x90\x58\xe9\x28\x39\x20\x5e\xdd\xca\x26\x48\xba\xd2\x27\x02\x83\xd2\x33\x76\xd8\x5e\xe8\xc1\xfb\x84\x23\x4d\x7e\x23\xe3\xd9\x57\x7e\xfb\x7c\x24\x1b\xc0\xbd\x78\x28\x8e\x77\xf0\xa1\xb3\x57\x22\x68\x15\x47\x93\x40\xd3\x5f\xcb\x02\xf9\x89\xba\x14\x93\x99\xec\x37\x37\xf6\xee\xb1\x0e\x13\x50\x37\xb9\xb4\x2a\xe9\xc4\x4b\xbd\x50\x10\xfc\x5a\xfc\xc4\x64\x3d\x4d\x0b\x06\x21\xad\x5f\xbd\x2e\xc7\x27\xf4\x0f\xf0\x3e\x23\xe8\x43\xe0\xf4\xc9\x8e\xe9\x39\x61\xa7\x03\xbb\xd7\x8b\x18\xc3\x77\x22\xa3\x42\xbd\xc6\x6c\x3d\xa1\xd4\x6e\xd7\x23\xe6\x91\xf7\x16\x8a\xeb\xcd\x0c\xc6\x9d\x34\x5b\x03\xf8\xf2\x0b\x2e\x46\x81\xfd\x92\xdd\x3a\xbb\x02\x23\x70\xe9\xbf\x99\x7c\xbc\x45\x7e\x4c\xe5\x4b\xaf\xcc\x3c\xf8\x06\x1e\xd4\x6d\xc6\x0f\x5a\x4c\xc1\x76\xdc\xca\x56\x4b\xe6\x87\x22\x8b\x27\x18\x6a\x77\x52\x3c\x64\xda\x8e\x88\xc1\x84\xd8\x07\xe5\x4b\x42\xc9\x67\xd3\x2a\x72\x84\x5f\xe9\xcd\xc9\xdd\xa7\xbe\xd8\xe8\x4e\x3b\xaa\xd7\xe9\x28\x82\x36\x68\x60\xa5\xbe\xb7\x50\x35\x8b\xf1\xfa\xf0\x92\x94\xeb\x2e\xac\x1c\x1a\xc0\xf7\x4a\x9d\xf4\xcf\x29\xb3\x31\x94\x25\xb3\x8e\x64\xfd\x4c\x17\xcb\xce\x4e\xfb\x79\x42\x0a\xc8\x14\x9e\x1d\xb5\x94\x5e\x00\xcf\x4b\x93\x7b\xb9\x63\xd7\x4e\xa1\x8a\x82\x2b\xa5\xaa\xd6\x08\xbb\xb1\x6c\xee\xb0\x85\xe6\xdc\x5b\xce\x47\xb1\x2f\xda\xa2\xc1\x0e\x6f\x56\x43\xe7\xf1\xed\xaa\xb6\x28\x0d\x51\x86\xb7\xd4\xa8\xac\x45\xd1\x26\x2e\x12\x59\x2a\x7f\xdf\xb7\x27\xda\x16\xf5\x40\xcf\x5d\x35\x11\x08\x58\xc0\xe3\x2c\x84\x96\x5d\x5b\x15\xd5\x1f\xee\x7f\x16\x37\x7d\xdd\xcc\x71\x75\x22\xea\xe4\x71\xe9\xd4\xcb\x1a\xc4\xc2\xaf\x71\x67\xcb\x70\x61\x39\xd4\x3d\x87\x12\xba\xbd\xce\x59\x4b\x89\x75\xa7\x24\x1b\xb5\xbc\x27\xab\x5e\x83\x17\x22\xde\x0f\x32\xdc\x9c\xaa\xc8\xf3\x9e\x02\xe4\x73\x73\x3f\xe0\xd0\x26\x3e\xe7\x44\xc5\x3d\x2a\x8f\x00\x93\xf9\x20\xff\x07\x36\xb3\x2a\xa9\x9f\x16\x71\xcf\x7f\xbe\x74\x56\x4c\x74\xf7\x06\xc2\x56\xc1\xbc\xe2\x1c\xab\x15\x6c\xd1\x70\xe4\x3d\x0d\xe2\xbe\x31\xc0\x62\xc2\x3e\xb8\xeb\xa6\xf0\xb9\x7e\x8e\x3b\xa5\xc7\xd2\xe9\xe1\xbe\x31\x79\x08\xe4\x8d\xd5\x79\xfc\x69\x3a\xab\xa1\x09\x72\xe0\x49\xeb\x98\x3b\xfa\x72\xdf\x16\xff\x9f\x58\x9c\x7e\x19\x42\xa5\x50\x72\x72\x16\x6d\x2b\x4c\x7d\x00\xe1\x8d\x0f\xe0\x37\xdf\x40\x3d\x73\x26\x7c\xf3\x3d\xdc\xb7\xf9\x4d\xf8\xd2\x06\xad\x86\x95\x7b\xd5\x42\x08\xa7\x70\xe9\xc6\xf8\xfd\xd5\x4f\x91\x04\xc4\x80\xde\xbf\x04\xd6\xaf\xef\xda\x4b\xdd\xa2\x15\xe5\x15\xa8\x4c\x55\x6f\x55\xc8\xbd\xe8\xd3\x6e\x83\xa3\xdb\x8d\x73\x75\x2f\x74\x72\xae\x86\x4e\x39\x7e\xf8\xd7\x26\xff\xff\xcc\x97\xb1\x6f\x11\x4d\xed\xe4\xd0\xfa\xfd\x45\xbe\xfb\x7d\x6e\x9a\xf0\x6c\x33\xc0\x46\xdd\x0a\x72\x2f\x37\xfe\xc5\x6f\xf0\xc3\x05\xd2\x13\x76\x67\x71\xe2\x52\x9d\x7a\xb4\x02\xe9\x1d\x47\x57\xf0\x49\xf3\x15\xff\x77\x85\xdd\x39\x6f\x65\xce\xa3\x70\x5c\x75\xae\xae\x82\xfd\xf6\xe1\xea\x44\x40\x7e\x28\x38\xeb\xe2\x4a\x1f\x5f\x8a\xb2\x92\xd4\xb3\x19\x3c\xa7\x6a\x93\x1a\x2e\x4f\x19\x83\xa9\x1a\x9f\x8e\xdd\x94\x07\x96\x81\x2b\x67\x44\xab\x3e\x77\xc8\x89\x62\xda\x71\x55\x92\x1c\x43\x74\x49\x57\x3a\x91\xa3\x77\xc6\x9c\xe4\xa0\x7f\x99\x45\x26\xfc\xba\x26\xd1\x58\x3a\x09\x58\xb6\x8f\x27\xe6\x7a\xe5\x1c\xee\xd1\x89\x0e\x74\x97\x5a\x57\xec\xec\xc9\x84\xf0\xb0\x2b\x20\xfc\x45\xee\xf1\x17\x81\x9b\x50\xb8\xd2\x5b\x8c\x49\xa7\x58\x2d\xc6\xd8\x05\xeb\xa3\xab\xeb\xb6\x00\x26\xd8\x0a\x1c\x8f\x9d\x9b\xde\x9f\x4f\x60\x7a\x22\x9b\xe8\x91\x7d\xc4\x54\xfb\x08\x33\x3f\x22\xdf\x86\x07\x86\xf5\x42\x44\x5b\xe9\x51\xee\xcc\x51\xce\x03\x0f\xe7\xc6\x5e\x6a\xa1\x1f\xc8\xff\xe6\xde\xa8\x23\x81\x6d\x0a\xc4\xaa\xb7\xe5\x88\xef\x76\x98\x06\x6d\xa8\x66\xae\xcf\xc7\x37\xdb\x61\x1a\x07\xfb\x76\x64\x91\x09\xfb\xef\x6e\x86\x4a\xea\xd6\xd8\x52\x8a\x85\xee\x3d\xdf\x9b\x1e\xd9\xca\xc6\x2f\xf7\xfa\x1c\x6f\xdc\x6f\x53\x03\xfe\xc0\xf7\xa6\x47\x36\xd2\xf8\xe5\xde\x25\xdf\x5b\xc7\xcc\x18\x35\xe0\x92\x4d\x7f\xf7\x77\x15\xeb\xaf\xee\x94\xe3\x96\xfd\x37\x21\x3f\x92\x0f\xcc\xcd\x5f\x1e\x98\xfa\x6f\x4e\xe9\x8d\x11\xdf\xc8\x07\xe6\xa5\x7f\xb8\xf1\xbc\x25\x94\x83\xa8\xcb\x98\xef\x4c\x8f\x94\xe5\xb2\x70\xff\x5e\x93\xdf\xf2\xb2\x25\x74\x8e\x68\xca\x84\xef\x4d\x8f\x54\xa5\xf7\xcb\xbd\x4b\x38\xf3\x7b\x11\x6a\x35\xf4\x4f\xa8\x36\x9e\xfe\xee\x7a\xc3\xbb\xb7\xed\x78\x80\x2a\xb4\xdd\xf7\xc1\xa8\xc3\xbf\xba\xe6\x56\xfe\xf5\xa6\xf2\x16\xd0\xa4\x0a\xf7\x92\x7f\xbf\xf9\xbf\xf4\x71\xf7\xbf\x74\x8a\xfd\x0b\xe7\xd6\x52\xc2\xbb\x25\x7a\xd5\xed\x10\x5b\xb8\x2d\xd4\x9f\x1a\xf5\x30\xbe\xc2\x4c\x8f\x30\xe1\x4f\x12\x8b\xb2\x2a\x43\x95\x8f\x60\x17\x4e\xbc\x38\x23\x73\x54\x9c\x88\xe3\x28\xd0\xb6\xc5\x6e\x94\x39\xa1\x2a\xb5\x07\x8e\x2e\xc3\x7c\xf5\x19\x6a\x7a\x2c\x8d\xb2\xa7\xfa\x32\x2c\xb1\x82\x57\x02\xd5\xda\x73\x2d\xfa\x3b\x52\xf5\xfe\xed\x8b\x12\x02\x95\x8f\x4b\x3e\x90\x2d\x74\x62\x55\x6c\xf0\x70\x9f\x4b\xa8\xa7\xfa\x18\xf3\x65\x97\x12\x54\xb5\xe7\x0f\xbc\x8c\x79\xf8\xab\x3b\x2f\xfe\xbf\x72\xe7\xa5\xee\x9b\x53\xd4\xe1\x35\x40\x10\x0a\x19\x94\x6e\x43\xdb\x01\x30\xfc\xa6\xc7\xb4\xba\x93\x94\x38\x20\xb1\x6f\x02\xf6\x48\xf0\x09\xad\x1d\xbf\x68\xb9\x44\x81\xde\xe7\x4a\xee\x3d\x37\x52\x38\x0f\x49\x69\xf4\x43\x77\xd6\xaf\xf0\x4d\x69\x46\x6f\x55\xa0\xb2\xe3\x55\xab\x38\x15\xdd\xd7\x7d\x03\xce\xbb\x73\xd4\xe1\x05\x48\xe0\x58\x55\x83\xc5\xe1\xdb\x89\xfa\x3f\x79\x81\x2a\xbf\x40\xad\x74\xf3\xe5\x9c\xe7\x12\x42\x99\xf6\x85\xc2\xbc\xaa\xed\x6f\xdd\xec\x8d\xa9\x68\x5c\x0d\x15\x41\x62\x5e\x99\xab\xbd\xbc\x59\xa9\xa8\x20\xd0\x43\x82\xbf\xcb\xbd\xad\x97\x50\x2c\xa7\x38\x15\x6e\xc5\x5e\x72\x5a\xc7\x85\xb3\x1d\x91\x7e\xdd\x60\xf8\x30\x32\xfb\x40\xcf\xec\x13\x1f\x4e\x67\x74\xf3\xa4\x38\xd0\x7b\x8e\xfb\xb1\x81\x97\xf6\x37\x47\x21\x2d\xa6\x0d\x95\xe1\x10\xd3\x14\x01\x70\x03\x0f\xb0\x43\x6c\xc3\x47\x36\xe3\x04\x93\xad\xea\xe5\x17\x10\x0c\x59\x6d\xe1\xbb\x79\xd7\xed\x90\x0d\x86\xb3\xcb\x0d\xa9\x25\x93\xe6\x59\xab\x43\x6e\x94\x79\x25\x9b\x78\xd1\x69\xb8\xed\xde\x78\x25\x17\x67\xf6\x4a\xea\x59\x2f\x0f\x8b\x31\x32\xc1\xa9\x8f\xfb\x1d\x42\x86\x8d\xed\xcd\x27\xdb\x07\x94\xc8\x49\x3b\x6b\xea\x43\x7a\x01\x1d\xc6\x32\x42\x6d\x9e\x05\x38\x85\x7a\x87\x1d\x69\x5a\x83\x56\x01\xea\x89\x89\xbf\x7d\x6e\x99\xce\xeb\xde\x58\x7b\xfc\x67\xbc\x40\x3a\x61\x7f\x7d\xce\xfc\xb3\x23\xbd\x2d\xc4\x05\xcc\x32\x2b\x33\x94\x99\x5c\x91\x2a\x13\x60\x48\xab\xc8\x7f\x19\x78\xb1\xcc\x4b\x82\x51\xd0\x44\xe6\x50\x40\x6e\x19\x9f\xbe\x09\x5d\xec\x00\x65\x29\x26\xdf\xef\xa8\x51\x3d\x7d\x65\xca\xf4\x44\xab\x94\x82\xc8\x74\x47\x88\x19\xbb\x49\xfa\x80\x13\xaa\xda\x01\x36\x6d\x0c\x67\x3b\xa9\x42\xf3\xda\x33\xcc\x39\xea\xee\xed\xca\xd0\x2b\x8c\x6d\x6a\x97\x38\x52\x1e\x44\xba\xd6\x7e\x48\xa9\x66\x61\xc4\xb2\x70\x87\xd9\x0f\xa0\xb8\xbd\xa9\x5b\x70\xfe\x36\x9a\xd6\xb7\x0e\x1e\x4c\x2c\x93\x80\x5d\x64\x5d\x61\x7b\xed\x0d\xa2\xd0\x5c\x05\x14\x26\x76\x99\x8a\xdf\x8a\x80\x5c\xd1\xe9\xf1\x37\x5a\xd8\x04\xe5\xa7\x31\xf5\x41\x17\xd2\xdf\xc1\x41\x4c\xd7\x7c\x0a\xf5\x5e\xfa\xd1\xc1\x65\xf3\xf1\x1a\xe4\x06\x0f\x95\xb1\x7e\xc8\x5f\xe4\x84\x96\xc1\x8b\x5c\x0b\x15\x42\x14\x26\xba\xfb\xee\x52\xa6\x4b\x66\x1f\xdd\x84\x06\x62\x2c\xbd\x58\xf1\x10\xfe\x26\xdd\x9e\x53\xe9\x56\x65\x61\x10\x7c\x13\x06\xdb\x51\x7e\xa7\xff\xbb\x28\x98\x08\x27\xce\x44\x41\xcd\xcf\x7d\x55\xbd\xc0\xa9\x9a\xc6\xcf\x2f\x3a\xd2\x83\xc2\x9f\xf1\x92\x7e\xc6\xe4\xc7\x28\xa1\xea\xf3\x3f\x0e\xc3\xf1\x76\x18\x92\x6f\xc3\xf0\xab\x8c\x4c\xe7\xcd\xff\x8d\x4c\xbc\x19\x88\x7a\x74\x1b\x31\x69\xac\x91\x62\xda\x78\xcb\x77\xc9\x97\xb5\xdc\x97\xd0\x92\xe1\x53\xef\xd4\x8e\x70\x42\x79\xe2\x0d\xbe\xf9\xad\x25\xe3\xb6\xa5\x72\xda\x52\x25\xf7\x32\xd4\xd2\xe1\x7b\x4b\x9b\xa8\xc3\xaa\xb6\xee\x70\x53\x86\x3c\x4e\x98\xbb\x27\x93\x49\xac\x16\xe3\x7b\x3b\xd3\x6a\x98\x92\xcc\xd8\x3b\x75\x46\x2c\x71\x14\x19\xcc\x6b\x40\xc9\xdd\x3f\xb7\x2b\x6c\x8f\x62\x72\x49\xa1\x84\x25\x23\x5b\x6e\x7a\x51\x87\x57\x41\x32\x13\x2a\x6c\x37\xfe\xed\xb6\x7c\x33\x95\xc4\xf4\xc4\xc6\x9f\x71\xb7\x79\x2d\xcc\x27\x7a\xd3\x34\xf8\xee\x75\x09\x5e\x33\x9e\x28\xe3\x9f\xf3\x93\x62\x2f\xe9\x04\x5d\xf1\xe5\x31\xc1\x84\xec\x3f\x3c\x52\xd7\xb7\x67\xe7\xb2\xe8\x16\x1a\xa3\x7f\xf3\x9e\xf6\x3f\xbd\x67\xfb\xce\x7b\xf6\x85\xf3\x91\xf6\xe8\xf6\x05\xda\x41\xba\xc2\xf2\x3d\xed\x8a\x7e\x72\x15\x14\xe7\x14\xc2\x08\xee\x8e\xca\x12\x7a\x76\x04\x7c\xf3\x7a\x4f\x12\x3c\xb0\x7d\xfe\xf8\xa9\x68\xd7\x06\x6b\x06\x6b\xa1\x04\x12\x42\x98\xd2\x0c\xbf\x48\x96\xa1\xfb\xee\xf7\xb6\xfa\xc2\xad\xa9\x90\x97\xc2\xe9\xdc\x49\x97\x33\x71\xa2\x34\xee\x3e\x3b\xf9\x2f\xcf\xbe\x16\x53\x8a\xca\xf2\xce\xc3\xcd\xec\xe1\xeb\xa8\xc3\xa6\x29\x7c\x69\xb4\x72\xcd\xc2\x3d\xed\x11\x28\x6f\xc6\xdb\x80\x07\xe5\x9f\x16\x43\x4f\x2b\xaa\x44\xcc\xf2\x63\x45\xbc\x09\xf5\x75\x32\x7e\x9b\x28\x3f\xce\xf0\x02\x52\xbe\x5d\x7d\x04\xc8\xcc\x4b\x87\x97\xfa\xe6\x97\x19\xe1\xcc\xb2\x91\x88\x9a\x9d\x9a\x55\x2a\x5c\xf5\x78\xdd\x7a\xa3\x70\xa3\xd7\x8f\x76\x8b\xb1\x16\xb6\x86\x3c\x2f\xc7\x77\xfa\xe2\x0a\x55\x92\xbc\x66\x57\x8b\x71\x8a\xe9\x9d\xb1\xef\x22\x9d\x53\x9f\x28\x04\xa1\x62\xcb\xe3\x89\x99\xbb\x78\x2a\xc4\x2c\xbd\x78\x5d\xba\x22\x05\x0f\xd6\xfc\xdf\x3f\x71\x42\xd5\xb5\xc6\xe9\xee\xc3\xbe\x1d\x65\xa8\xdd\x5f\x9f\xa7\x25\x74\x0f\x2e\x27\x67\x69\x79\x2c\xaf\x7f\x69\x77\xcf\xab\xa3\xd8\x17\x3d\xc3\x4a\x58\x2a\x6e\xa3\xce\x0d\x0a\x20\x6f\x19\x4d\x85\x7a\x4e\x47\x74\xb3\x18\xa7\x23\xaf\x87\x27\xb8\x33\x3c\xb5\x6c\x78\x72\x17\x4f\x29\x4f\xf9\xdb\xf0\x38\xe4\x52\xfd\x79\xb1\xee\x6e\xf0\xbd\xbb\x34\xf0\x87\xbf\x5f\x9c\x1b\xb3\xa5\xb5\xfb\x6b\x27\xf2\x63\x16\x58\xc6\x1f\x9a\x27\xe5\x55\x56\x9e\x4c\x4f\x37\xf3\x62\x7d\x9f\x6e\xae\x70\x7c\x3b\xe0\x41\xab\xa6\x2a\xff\x54\x28\xd6\x27\xdf\xc8\x97\x66\x36\xef\x82\x02\x2c\xcc\x00\x47\xd8\x89\xd2\xda\xad\x2b\xc4\x7c\x97\x5b\xef\x04\x41\x48\x47\xfa\x57\x23\x15\x79\xbe\xb3\x64\x49\xc9\x73\xbd\xad\x83\x71\x32\x46\x69\x1c\x50\xed\xac\xb4\xd5\xab\x12\x91\xaa\x0f\xfa\xc8\x91\x60\xf8\xc6\xb7\x45\x82\xd0\x6a\xfa\x78\xdd\xbf\xad\x14\xee\xd8\xe7\x97\x3d\x34\xda\x39\xc3\x44\x6b\x1f\x30\x4c\xfa\x57\x25\x20\x95\x0f\x2b\xe4\x1a\x47\x0c\x02\xd1\x46\x38\x36\x6d\x64\x48\xb2\x4a\x59\x8d\x69\x6d\x3b\xe3\x5d\xf9\x1b\xba\xfb\xaa\xe0\xb8\x54\xf8\x3a\xbc\x87\x6f\xd6\xa3\xdd\xa2\x1a\xa1\xa3\x0a\xd1\x8f\xda\x63\x71\x67\x03\xcb\x14\xac\x13\xcd\x3a\xca\xe9\x13\xae\x07\x8d\x7c\x94\xee\x8d\x7f\x1b\x14\x1b\xaa\x41\x17\x2a\xaf\x7a\x48\x4d\x08\x87\x8a\xf1\xb9\x0c\x56\xf8\x81\x9f\x28\x50\xc4\x68\x56\x67\x94\x44\x63\xf5\x80\xf8\x7b\x1d\xf0\x89\x9f\xb8\x8a\x55\x93\x9d\x92\xde\x81\x21\x0b\x07\x82\x2c\x18\x72\x07\x40\xd1\x4f\x60\xc5\x1e\x60\xd2\x9f\x68\x06\x83\x46\xec\x07\xb0\x40\x2d\x15\x39\xa4\x7e\xa2\x02\xf6\x1c\xbf\xfd\x89\xa3\x60\x2e\x3a\xef\x16\x47\x61\xa0\x8e\xda\x5a\x96\x76\xb7\x80\x09\x53\x2e\x41\x1b\x3b\x4b\x71\x10\x8c\x8b\x88\x65\x2b\xc6\x90\xa4\x80\x89\xe6\x89\x4f\xfc\x0e\x90\xa8\x81\x5e\x39\x43\x88\x24\x14\x88\x27\x22\x38\xd8\x18\x29\x3e\xa2\xbe\xe4\x0a\x83\x9b\x7b\x58\x13\x15\x48\xb3\x81\x4a\x00\x3f\x50\x2b\x7b\x58\x80\x6f\xd5\x35\x0d\x41\x37\x58\xe7\xd7\x6c\xbf\x9b\x87\x31\x9f\x42\x85\xda\xb3\xc7\x90\x6b\xd0\xec\x5a\x0c\x40\x58\x34\xf8\xeb\x95\xea\x20\x06\xb6\x2a\x70\x9c\x4d\x2e\xf8\xbb\x90\xeb\x26\x5f\xeb\x35\xe9\x12\x93\xe3\xeb\x97\x9b\x18\x2f\xc7\xf8\x28\x64\x70\xb0\xbc\x70\x94\x8b\x62\x2f\x9f\xb3\x4c\x24\x35\xbc\xb0\x4d\x28\xb2\x70\xc2\xf5\x42\xa3\x93\xc1\x0b\xec\x2b\x76\x11\xe7\xf6\x1d\x8e\x10\x09\x94\x68\x51\x69\x64\xd7\x16\x6a\x29\xdb\x7c\x92\xa8\xe2\x94\x27\x77\xe7\x7c\x07\x52\xa0\x22\xb7\x94\x58\x1c\x55\xb7\x85\xfa\xaa\x81\x34\x2a\xed\x9d\x91\x0f\xbf\xd7\x29\x9c\xca\x99\x83\x9b\x17\xfe\xe1\x0a\x85\x18\x96\x97\x74\xaf\xb1\xf8\x66\xcc\x23\xf9\x1f\x62\xe2\x4b\x83\x4b\x17\x69\xc5\x86\xe9\x88\x66\xc8\x57\x2b\xd4\x28\xc8\xd3\x35\x4a\x80\x3e\xef\x6b\xc4\xe6\xf9\x27\x29\x20\x28\x48\xe0\x24\xf5\x5a\x8d\x08\xe6\x46\x2c\xcd\x4f\xe7\xad\x83\xdd\x7f\xc3\xe4\x34\x01\xb9\x9a\xd5\x4e\x86\xb0\x3b\xe6\x4d\xda\xd5\xfb\xe5\x80\xfc\xc8\xea\x20\x6b\x47\x6c\x45\xa5\x26\x00\x10\xd5\x60\xa8\x3b\xed\xc2\x19\xe3\x83\xac\x2d\x1f\x54\x6f\xdc\x0b\xaa\xf7\x85\xdb\x3e\x53\xf4\xc3\x9f\x2c\x54\x51\x89\xcd\x24\x52\x0c\x72\xe1\x18\xf0\x82\x40\x30\xe2\x28\x1b\x87\x5c\x10\xd8\x57\xf5\xc3\x00\xc7\xfd\x63\x2e\x0a\x7c\x50\xc5\x89\x6a\xbc\xba\xcd\x70\x00\xdc\xfa\x88\xe6\x68\x21\x1f\x22\x69\x15\x98\xa7\x37\x21\x17\x46\x86\xbd\xc9\xe8\x1e\x0f\x31\xf3\xe6\x72\x7a\xd5\xce\x4a\xa0\x19\x4e\xb6\x4f\xf9\x1b\x30\x73\xd2\xab\xeb\x2d\x72\xd2\xaa\xa5\x85\xef\x16\xdf\x06\xcd\xf9\x3d\x4e\x94\x12\x92\x7d\xbb\x1d\xd2\x92\x28\x9a\xee\xb5\xf5\x03\x6f\xa7\xa3\xcf\xb3\xb5\x56\xd7\xca\xa7\xbb\x93\x9c\xe2\x32\x88\xc2\xdc\x68\xec\xe4\x09\xef\x3b\x30\x42\x3d\x18\x9e\x9c\x22\x02\xb7\x5d\x22\xd5\x54\x8b\xe8\xd7\x53\xf7\x1a\x74\xf3\x65\x8a\xce\x79\xd3\xd7\xd5\xca\x43\x28\xc3\x9f\x62\xfe\x5a\x9c\xa8\x83\xa4\xc2\xa4\x4d\x59\x5c\x2b\xf5\x19\xc9\xcb\x1a\xbc\xb1\x44\x8b\xe2\xa1\xe6\x18\xbd\x66\x4b\x06\xe6\xe0\x46\x64\x34\xd0\x91\xa5\xf7\x5c\xcc\xea\xd6\xc5\x2d\xbe\x43\x3f\x73\x46\x73\xe2\x0f\x21\x0b\x24\x13\x70\xf7\x63\x54\x7c\xac\x69\x6b\xe1\xa8\x6a\x5a\xef\xdf\xa9\x3a\xc5\xbd\x90\x64\x4f\x7b\x92\x67\x55\x21\x6c\x51\x10\x73\x69\x09\x06\xc7\x04\xa0\x7c\xc2\x4a\x31\x99\xea\xd4\x8f\x68\x6a\x82\x5f\x0c\xde\x42\xd1\x6d\x9a\x5c\x70\xab\x68\x23\x92\x37\x15\x0a\x21\xcf\xa3\x8a\xe3\x14\x88\x93\x4e\x3f\x7c\xa5\x12\xf2\x2d\xf6\xc8\xe5\xa7\xf7\xda\x62\x9f\x40\xca\x61\x6f\x07\x32\x27\x9b\x12\xfe\xb6\xf2\xb8\x1d\xf0\xc9\x99\x10\x6b\x65\x50\x3e\xbf\x4d\xd4\x69\xca\x2e\x6e\x94\xfe\x57\xf7\xbb\x7b\x22\xde\x7d\xf8\xab\x5c\xb3\xcc\x41\xd1\xb2\x24\x9e\xb2\x91\x50\x4e\xa5\xff\x8f\x63\x7b\xaa\x3f\x91\xae\x28\xd1\xfa\x84\x07\x8c\x8a\x13\xf6\x1b\xbb\x67\x68\x7d\xba\xe1\x3a\x72\x2f\x74\x8b\x9e\x22\xe7\x4b\x6f\xb1\xd6\x43\x64\x3d\xe9\x59\xb0\x95\x17\x10\xad\xf5\x13\xb2\x33\x2c\x38\xc1\x9b\x54\xa8\xb3\x17\x90\x8e\x93\x35\xad\xec\xa8\x84\x28\xfd\x99\xa4\x8f\x1a\x56\x18\x2f\x3e\x13\xea\x35\xba\x40\x34\x6e\x6b\x58\x71\x07\x24\x54\x14\x08\x8c\x15\xc8\x0d\x75\xd6\x97\x70\x59\xcc\x56\xfb\xe7\x34\xe5\xd0\x15\x1b\x79\x50\x71\x73\x98\x42\x4c\x84\x6d\x76\xaf\xd8\xbc\x72\xe1\x29\x2d\xc9\xf1\x18\xab\xe2\x54\xf4\xed\x62\x41\x09\xa5\xf6\x09\x50\x61\x36\x80\x73\x41\x9c\x2b\x9a\x18\xa3\x66\xdf\x74\x0d\xbf\x2a\x81\x71\xc1\xf4\x4d\x9f\x50\x18\x07\x32\x36\x2d\x2a\x84\x4a\x15\x67\x04\x18\xa4\xc2\x35\x31\x91\x4f\x37\x68\xdc\x23\x4b\x76\xaf\x7c\x42\x22\xb6\x63\xa9\x1b\x7c\x53\x4f\x94\xbd\x62\xca\xdc\x64\x6d\x4a\x44\xab\xa2\x4b\x9f\x4a\xc2\xa8\x6d\xa9\x07\x71\xa8\xff\xad\x50\x51\x19\x31\xd9\x26\x12\x62\x88\xa6\x32\x31\xf1\xda\x11\xe1\x2e\xec\xf8\xc2\x94\xc2\x7a\xf0\x0a\x31\x7b\x9a\xc3\x2e\xb2\xd9\xf5\xd0\x18\xfb\x21\xa5\xbb\xe3\xa3\xe7\xbf\x8c\xd8\xc8\x95\x9b\xa5\x48\x25\x64\xdf\xd8\xc5\xb3\x12\x16\xc5\xc2\xea\x12\x09\xf2\xb3\x32\x25\xa6\x76\x1b\x44\x9d\x70\xb6\x0a\x4d\x85\x25\x05\xb2\x2c\xb0\xc1\x92\x82\xd9\x6b\x52\xa5\x48\x41\x41\xa0\x39\xfa\xee\x13\xd7\x85\x80\xe4\x3b\xf3\x0b\x9d\xd0\x6b\x04\x6f\xd6\x28\xf2\xda\x90\xe1\xb1\x0f\xa5\xb5\x62\xe7\xf5\xf7\x3a\x6c\xe1\x37\x63\x35\x42\x59\xa4\xfc\xe2\xf8\x14\xc2\x29\x6c\xe0\x77\x6b\x62\x6d\x8d\xc9\x5c\x3b\xcb\x10\x0f\x89\xb5\xe0\x12\x7b\xb5\xa7\xf7\x3e\x90\x66\x51\x57\xba\xa7\x5d\xa1\x6a\xca\x63\x2a\x61\x03\x71\x76\xc8\x5a\x6a\x61\x84\x20\x76\x13\x99\x3e\xfd\xb0\xce\x85\x4e\x67\x24\x54\x5c\x3d\x86\x23\x21\x0c\x5a\x56\xb6\x9e\xfd\xfa\xb4\xaf\x8e\xa0\xee\x03\x1b\x2e\xa5\x00\xfd\x58\x6b\x7e\x75\xf4\x7d\xad\x91\xdd\x37\xd1\x8b\xcc\x21\xea\x44\x5a\x73\x22\xb7\xe2\xd0\xac\xb5\xa3\x95\x56\xb7\xc2\xa3\x55\x9c\xa8\x40\x2e\xed\x38\xcd\xbb\x22\xc8\xd1\x14\xf5\x22\xd3\x02\xca\x84\x31\x5a\xa7\x9e\xff\x5e\xc3\x2e\x14\x28\x79\xaa\x60\x65\x53\x90\x0a\x46\xbe\x33\xd9\x1c\x45\x31\xfe\x50\x35\x5e\x22\x9c\xfc\x3e\x63\xfa\x3e\x44\x4f\x3a\xd3\x01\x8d\x99\xc7\x6b\x88\x1d\xd8\x84\x27\x52\x1f\xa8\x3d\x15\xd4\xc9\x2a\x20\x71\xa8\xf6\xc8\x4a\xa1\xcf\xb2\xb4\x31\xdd\x9a\x52\xff\x7b\x91\x42\x39\xbb\x23\x2d\xca\x41\xc9\x77\xae\x6b\xf2\xbc\x6c\xa7\x5b\x88\x7a\xa5\x98\xe2\x1a\x99\xc6\x63\x2d\xba\xdb\x8f\xc5\x37\xd1\x7b\xa1\x22\xc4\x4e\xa9\x8e\x30\x48\xe2\x5e\x6f\x4f\x40\x6c\x3f\xe0\x00\xc5\x98\xf0\x2c\x74\xb9\x4d\x5b\x8c\x5b\x5b\x7c\x7f\xa1\x91\x10\x5f\x5a\xd7\xf9\xf6\xd5\xe6\xcd\xdd\x13\x0d\xea\xf2\x08\x46\xd8\x73\x09\xfa\x5f\x07\x0c\x0a\x25\x44\x32\xb6\x64\x4c\xd9\x26\x76\x30\x37\x55\x12\x6f\xc6\xeb\x5e\xf3\xfd\x52\x1d\x30\xa4\x93\x0f\x1e\x99\x1a\xa0\x1e\xfd\xe3\x81\xdc\x23\x26\x8a\xc8\xab\xf0\x70\x3d\x4c\x45\x7f\x16\x03\x3d\x59\xb4\x29\x46\x0f\x5c\xb6\xbe\xbf\x4f\xff\xee\x03\x95\x7d\xd9\xf5\x79\x4f\x6c\x70\x9b\xf5\x03\xb4\x98\x84\x76\x49\x2d\x46\x13\x93\xd5\x3c\xda\xba\xd5\x57\xf5\x04\x5f\xc1\xee\xc8\x6f\x7b\x24\x9b\x33\x90\x7a\xe7\xa2\xf4\x2d\x7d\x9f\x33\xfe\x6d\x6c\x3f\x75\x5f\x46\x42\x9c\xd4\x62\x49\x60\xd9\xcf\x00\x54\xb8\xfd\x0b\xe2\xd1\x33\xdf\x7f\x2e\x66\x64\x5d\x48\xf8\x4a\xf8\x53\x45\x07\xeb\x5b\x73\x7a\x99\x52\x7b\x55\xd5\x5a\x50\x7b\x4d\x92\x80\x8d\x94\x6b\xb8\x5f\x2e\xa1\x20\x53\xc0\x6d\x54\x7e\x7c\x8f\x3e\x9a\x50\x4e\xb0\xe2\x72\x53\x28\x32\x33\x83\x68\x8f\x98\xa2\x57\x2f\xa5\x25\x7d\x83\x82\x5c\x3e\x67\x17\xce\xd8\x67\xea\xcb\xc4\x6e\x18\x83\xe2\x4c\x54\xe5\xd3\xe2\x8c\x62\xd2\xd7\x45\x86\xbc\xfa\xaf\xe4\x42\x77\x92\x86\xfc\x41\x99\x64\x9c\xd3\x79\x3b\x17\x8e\xb2\xd9\x04\x06\xc8\x68\x42\x24\x1a\xf0\xc9\xf4\xd7\xe6\xa0\xd8\x53\xa1\x0a\xac\x68\x4c\x38\x53\x92\xf7\xb1\x73\x85\x5c\xed\xd4\xae\x3a\xa0\x91\x24\x38\xc2\x11\x3f\xde\x72\x75\x3c\xdf\x00\xde\x4e\x7f\x8e\xc4\x24\x54\x6b\x42\x49\xaf\xb1\x31\xd5\x28\x30\xa0\x8d\x30\x57\x88\xde\x29\x41\x51\xb5\x08\x7f\x7b\x75\xfe\x50\x01\x0a\x40\xa4\x85\x21\xd2\xc3\xb5\x0b\x51\xe6\x0c\x96\x67\x2b\x73\x8a\x50\x0e\xf1\xa1\x5d\xa7\xb2\x51\x82\x84\xf6\xd4\xf0\x98\x64\xfb\x48\x3e\xef\x40\xd6\x00\x30\x26\x5c\xb9\x2f\x7d\x4e\x82\x86\x9c\xed\x0b\xd1\x23\xc8\xd7\x4b\x3a\x2d\x1c\x61\xb7\x21\x9f\x20\x40\xf4\xf8\x95\x83\x41\x36\x84\x0b\x59\xf2\xa1\x1a\xc4\x3e\x94\xee\x26\x7c\x6b\x0b\x79\x00\x66\x3f\xc6\xa4\xef\x6d\x3c\xc2\x73\x19\x16\xd6\x08\x15\x6b\xdf\x95\x6f\x66\x5a\x7f\x1f\x13\xc6\xea\xb3\x14\x90\x84\xda\x29\x9a\x53\xbd\x18\xee\x08\x7a\x87\xa9\xb0\xb4\xa2\xaa\xaa\x32\x38\x8e\x7e\x0e\x94\x65\x28\xfd\x9a\x67\xeb\xef\xe3\x65\xf9\x6d\xaa\x23\x70\x3b\x1f\x26\xa7\xea\xe3\x0d\x08\x82\xfb\x4c\xb0\x6e\x7e\xf9\x53\xab\x9f\xdb\xd7\x13\xb4\x3a\xf2\x42\xeb\xc7\xd3\x16\x52\xf4\x12\xd5\xbc\xd0\x56\xb3\xba\xce\x51\x40\xbc\x0e\xd2\x20\x47\x30\xb2\x83\x77\x92\xea\xb1\x27\x56\x6b\x0c\xa7\x46\x4c\x33\xfb\x2d\x54\x6c\x42\x75\x85\x58\xa8\xf0\x9b\x36\x3c\xd1\x53\x78\xeb\xd3\x4e\x13\x62\x04\x55\xa6\x0f\xaf\xa0\x0f\x7b\x14\xbc\x23\xb5\x61\xab\x42\xbf\xfb\xbd\x81\xd1\x11\x79\x0b\x06\x34\xea\x41\x76\xff\x06\xf7\x07\x7c\xbf\x2b\x44\x5d\xae\xb8\x78\x66\x3e\x71\xfa\x05\xe4\xa4\xc4\x40\x9e\x39\x9d\x05\xa7\xde\x9a\xd0\x29\xa8\xc1\xcf\x3a\xd8\x8f\xbf\x8a\x5d\x31\x02\x10\x50\x55\x99\x4b\xa9\x58\x90\xe2\xf9\x23\x3c\xdd\xb0\xc2\xb6\x0c\x2e\x38\x59\x5b\x0f\x89\x2e\x1d\x63\x78\xa1\xcc\x55\x71\x56\x47\x70\x00\x27\x0a\x5f\xb1\x27\x94\x1b\xd2\x21\x8b\xd0\x08\x0e\x9f\x27\xde\xa6\x25\xf9\xe7\x40\x97\xb8\xdc\xf5\x73\xa3\xd4\x44\xb1\x08\x8c\x13\x92\xc9\x0b\xd2\x40\xf9\x95\x92\x6c\xee\x00\xdf\x59\x31\x8f\x36\xbf\x90\x2f\x75\xe7\xe6\x7a\x96\x83\xad\xc8\xf8\x36\xb2\x33\xe6\x07\x23\xbe\xc2\x9e\x09\xe7\x11\x89\x15\xbd\xc6\x0f\xdb\x2b\xfe\x50\x5d\x5e\x32\xdb\xad\xbf\x2d\xd3\x77\x2f\x93\xf6\x54\x93\x3b\x10\xe3\xda\xe7\x98\xca\x0c\xf4\x83\x05\xb3\x8b\x58\x05\xe4\x23\xcd\x2a\x98\x27\xcb\xd2\x80\x00\x83\x00\xa1\x96\xc1\xf0\xf3\x46\x30\x00\xe7\x8b\x55\xb8\x1b\x05\xa3\x6b\xa0\xc0\x84\x83\x0c\x72\xe3\x11\xc2\x57\xaf\xca\x90\x15\xd4\xeb\xd2\x98\xfe\xd8\x45\x07\xe4\xc2\xe0\xb0\xf9\x40\x7f\xd8\xd4\xd3\x22\xa6\x86\x0f\x99\x0a\x32\x55\x3d\xbc\x33\xa2\xab\xea\x0b\xdb\xfb\xb6\xe0\xba\x3b\xef\xda\x8b\xe1\x9d\xdd\x7a\x7a\xae\xdb\xc5\x37\x71\x90\x28\xcb\xe4\x13\x11\xa4\xaa\x48\x5e\x47\x5d\x3d\x3f\xe1\xcb\x45\x84\xaf\xdf\x20\xf9\x4d\xc2\x2d\x01\x57\x39\xd2\x4a\x46\x8b\x3d\x6f\xf7\x01\xe6\x18\xaa\x2c\xde\xde\xd6\x3b\x13\x63\xd0\xe0\xb8\x40\x31\x18\x8b\x8b\x05\x31\xdb\xfa\xa5\x7e\x2d\x64\xae\x0e\xad\xab\xc9\x3d\x65\xf0\x5c\x4c\xa8\x12\xbb\xa2\x9a\xd0\xf2\xe6\xe3\xa2\x2b\x16\x72\xa3\x2a\xc6\x10\x5b\xc5\x51\x09\xa7\x61\xf9\x37\xf6\x79\x01\x3c\x7d\x2f\x0d\x23\x37\x29\x0a\x01\x1d\x24\x5f\x71\xef\x42\x42\x61\x8e\xd0\x9a\x41\x58\x97\x48\x2e\x28\xbd\x0c\x55\xb5\xb4\xec\x9b\x08\x31\xe3\x32\xf3\xb7\xb2\x8e\xf7\xbe\xc1\xda\xa3\xad\xec\x8d\xb8\xdb\xc5\x5a\xa2\x5e\xdc\x9b\x45\x15\xd5\xac\x8a\x8f\x32\xff\xb4\xf5\xaa\x6a\x3c\xc8\xb4\xc1\x25\x29\x17\xea\x3c\x4e\xbf\x8a\x6d\xc7\x54\x33\x88\xdc\x06\xea\xcf\x65\x4c\x1f\x38\xdf\xbb\x50\xea\x35\x96\x4d\x82\xd1\x62\xd7\x87\x9d\x59\x1e\x33\xea\x9e\xcc\x4c\x83\x2b\xcb\x8c\xf4\x7c\xdc\x93\x5c\x7d\x82\x7b\x08\x37\x88\x39\x2f\x55\x6a\x60\x20\x3a\x15\x5b\xcb\xac\x89\x27\xab\x63\x78\x9a\x6a\xa7\x01\xea\x9b\x9f\xa5\xb0\x77\xd8\x48\x57\x11\xf5\x7d\xab\x8c\x0a\x4d\xae\xad\x3c\x55\x1c\xfa\x10\xa6\x96\x91\x1f\x39\xb3\x70\x4b\x53\xc4\x97\x31\x22\x1a\x37\x2e\x08\xb0\x2a\x9c\xd4\xd2\x44\x05\x3b\x64\x65\x2c\x4c\xf2\x3a\x27\xb2\xb8\x52\x42\x44\xaa\x06\x3b\x32\x35\xce\x88\x75\x20\xb6\x21\x22\x8a\x9c\xf9\xa5\x77\xc7\x7d\xf9\x91\xef\xb3\x41\x98\x3a\x11\x6a\x5c\x0f\x49\x2c\x6c\x64\x05\x34\xe2\x35\xf9\x41\x45\x67\x2f\x70\x53\xaf\x28\x1b\x2e\x00\xef\xcf\xc6\x22\x2d\x0c\xd3\x5d\xed\x72\xf6\x8e\x85\xef\x32\x12\xaa\x97\xa0\x9d\xd1\xb2\xa9\x75\x5c\xeb\xab\xe8\x0a\xdb\x8e\x50\xc2\x61\xbd\xc2\x2c\x42\xf4\x01\xfc\xf3\xbd\x45\xcc\x05\xeb\x3c\x3a\xab\x3c\x4b\x77\xf4\xea\x35\x5d\xcc\x20\xd1\xcb\x52\xc5\x0e\x71\x46\xbf\x56\xad\xdb\xe1\x53\xb1\xdd\x42\xf9\xf6\x23\x36\x04\x2f\xd6\x02\xc4\x2a\xa8\x74\x30\x67\x7a\xce\xe7\x8d\xc9\xa3\x12\x54\x6f\x22\x5d\xe8\x3d\xdd\xd4\x2a\x96\xc5\x4b\x57\xb9\xef\xcc\xb0\xa0\x1f\xa2\xd8\x8f\x42\x32\xf4\xfc\x58\xb4\x4b\xed\xc5\xe0\x84\xef\xb7\x69\xa4\x2e\x6c\x0e\xa2\x89\xa7\xeb\x5a\xec\x87\xa7\x27\x00\xd6\x76\xa4\x2f\x7f\x2e\x1b\xc0\xd0\x14\x7b\x85\xb6\x37\x68\xc8\x42\x85\x88\x67\x16\x0a\x41\x24\xb5\x6b\x42\x2c\x34\x17\x8f\x4c\xb1\x39\x61\xe6\x67\x90\xd7\xf9\x54\x87\xe2\xfc\x60\xc8\x45\x0c\x86\x29\xb5\xab\xea\x59\x15\x3b\xf3\x74\x3c\x66\xd0\xe4\xf4\x85\xaf\x9d\x7d\x95\x10\xfe\xa4\xf8\x4e\xb5\xf5\xff\xda\x2b\x3a\x62\xaa\x4d\xd8\x97\x8e\x49\x1e\x7f\x2a\x6f\xf9\xd2\x21\xab\x1c\x86\xfb\x48\x1f\x19\x77\x50\x6d\xfc\x44\x87\x06\xfa\xd0\xb0\x43\x24\xf2\x03\xb7\xe8\x8a\xe7\x4e\x40\x85\xd2\xa9\xe5\xbe\x6e\xf9\x59\x2b\x00\x7d\x3d\xbf\x9e\x3a\xc4\x90\xde\x73\xe9\xff\xa4\xb7\x2b\xf2\xa9\x74\xf5\x91\xc7\xf4\x08\x01\xd2\x5d\x7d\xa8\xc3\x4f\xa7\x72\x85\x8e\x3e\xf2\xd0\x11\x54\x04\x86\x1c\x4f\xb6\x3e\xd2\xee\x90\x6e\xe2\xec\x56\x94\x54\xa8\x28\xcb\x42\x0f\x66\x5d\x86\x28\x52\x7b\xab\x4f\xe0\x58\xb7\xb9\xa3\x60\x23\xe8\x47\x41\x1e\x06\x35\x60\x01\x89\xfc\x95\xe9\x15\x5b\x2b\xe0\x24\x2e\xb8\x92\x5c\x21\x50\x8d\xac\x1f\x7e\x65\xb7\xed\x65\x19\xbe\x8d\xc3\x55\xa1\x59\xab\xdd\xe6\xa7\x42\xa3\xef\xaf\xb1\x7f\x70\x73\xf5\x0f\xae\xa1\xcf\xf8\x5a\xd2\xdb\xa2\xb1\xb9\xbb\x5f\xdb\xd8\xaf\x9b\x1b\x2e\xe7\x41\xd1\xe4\x2b\x4f\x6a\xcf\x5f\xd3\x34\x1a\x94\xd7\x03\x78\x83\xcf\xd4\xc3\x49\xbc\xa4\x68\xe7\x8b\x9e\x8b\x22\x0d\xf1\xd3\x7e\x13\xd3\x05\xfd\xca\x7a\xa0\xe5\x6c\x4d\xae\xc0\x97\x4b\x74\x32\xea\xcf\x0e\x63\xd1\x37\x0e\x24\xb1\x27\xeb\xf5\x18\x35\x46\x4d\x9e\x8f\x85\x26\x4a\x6c\x23\x59\x8f\xfa\x10\xf2\x8e\x76\x6a\x82\xf3\x46\x2d\x51\x84\xa8\x5f\x58\x22\x0f\x61\xb1\x68\x43\x5d\x2a\x2f\x1e\xb2\xd6\xd9\xe7\xa2\x7c\xd9\xf4\xa8\x7b\x93\x25\x19\xc2\xdd\x77\x52\x19\xea\x75\xe2\xfa\x27\x14\x45\xaf\xfa\xc5\x6f\xaf\x27\x76\x85\xe6\xbb\x4d\xfc\x66\x16\x9c\xbe\x0d\xb9\x8a\x49\x9c\x0d\x2a\x26\xd3\x9b\x1f\x1f\x80\x5c\x66\xec\xf9\x85\xbc\x11\x86\x16\x08\x0e\x7d\xe3\xde\x7e\x4d\x4f\x5d\x48\x0f\xc1\xa6\x37\xaf\xfc\x8c\x92\xb0\x79\xa5\xae\xbb\x6f\x69\x99\xad\x3a\xd7\x6c\x91\x69\x14\xa2\x74\xd3\x1a\xe1\xca\x40\x02\xee\x47\x16\x0a\x3d\x41\xac\x95\xbe\x8d\xaa\xae\xa2\x34\x64\xa8\xbf\x96\xfd\xb0\x45\x2f\xeb\xa8\x6b\x3b\xaf\x19\xa3\x94\xc7\x42\x38\xa0\x67\x3f\x43\x9d\xa3\xec\xf6\x2f\xef\x43\x3f\xda\xae\xcf\x89\xba\xfb\xa9\xe8\x88\x76\x3b\x24\x13\x4e\x2f\x12\xb7\xbb\x23\x1d\xb9\xf3\x58\x54\xa2\x6b\x93\x69\xef\xf9\x14\x7d\x70\x8f\x85\x67\x02\xd6\x06\x6b\x9a\x7d\x6e\xa6\x19\x74\x5b\xfb\xe7\xdc\x07\x56\x5f\xad\x1e\xd9\x0b\xdb\x8a\xd6\x68\xbb\x5f\x90\x8a\x6b\x25\x94\x73\xa8\xaa\x4c\x72\x91\x96\xa1\xed\x68\x07\x51\x51\xfa\x8c\x0e\xbd\xb1\x6b\xc2\x79\x8a\x66\xb5\x6d\x2b\xc8\xe5\xf8\xf2\xcd\xeb\x50\xaf\x0c\xb1\xd5\x96\x97\xb4\x92\x97\x32\xac\x81\xe6\x11\xb0\xdc\x56\x43\x66\x9e\x6e\xd5\xa9\x9a\xcf\x69\x36\x35\x95\xbf\x0c\x86\xb9\xed\xff\xb2\x47\x80\x83\x06\x46\x8b\x30\x87\xf0\x97\x34\x32\x2d\xb9\x33\xbe\xf5\x5b\x37\x10\x56\xae\xda\xd1\xa0\x5a\xa0\x89\xdb\xaf\x11\x97\x8e\xb0\xf5\x6f\xf2\x11\x8d\x28\x0b\x11\xbf\x08\x84\xac\x2d\x72\x22\x6f\x1c\x95\x49\xf3\x19\x45\x13\x2a\x06\xd4\x2e\xb4\x86\x59\x9a\xb7\x7a\x25\x33\xe4\xde\x87\x72\xed\xb4\x37\x95\xf0\x89\x88\xd8\x6f\x26\x57\x01\x66\xe5\x13\x88\x78\x30\x55\x4b\x6b\xea\x36\x04\xd4\xbb\x9e\x5a\x47\xb9\x30\xe9\x0b\x86\x24\x8f\x16\x8a\x6f\x5b\x92\x74\x3f\xa9\xc6\xfe\xf9\xdb\x47\x6e\x22\x68\xec\x36\xbc\x47\xd2\x46\xea\x94\xcd\xa7\xfc\x76\xb1\x27\xdc\xa7\xd5\xd9\x21\x5f\x00\x8d\xf4\x47\x82\xb8\xde\x89\x20\xf9\xea\x3d\xf8\xa2\x9f\xdb\x2f\x6c\xa0\x31\x64\xdc\x27\x50\xc3\x2a\xa7\x65\x6d\xe1\xbf\x3f\x7e\x81\xe5\x25\x96\xa4\x0e\x6c\x59\x1d\x90\xea\xf6\x67\x79\x98\x0b\x8b\xee\xc6\xb9\xe7\x17\x86\xac\x8e\x3b\xa2\x22\x87\x41\x4b\x4f\x9e\xa6\x1c\x7f\x53\xef\xb3\xc8\x87\xde\xfd\x1b\xed\xab\x17\x75\x8b\x92\xed\xf5\x00\xb5\x67\xac\x62\x53\x8a\x6d\x47\x7f\x82\x9a\xdb\xbc\x6a\x06\x17\x89\x9d\x70\xa0\x47\xd1\x20\x85\x80\x7d\x40\x28\xc6\x40\xea\x1b\x81\x19\x76\x54\x2b\xa0\x2c\x6b\x65\xf7\xa7\x24\xd7\xf3\x02\x92\x7c\xb9\x72\x33\x49\x3e\xaf\xa3\xda\xc4\x47\xb6\x83\x9c\x55\x0a\xf8\x4b\xf1\x46\x8e\x10\x28\x43\xdb\x37\x3e\xf2\x7b\xc8\xf9\x66\x0f\xa1\xcd\xc7\x48\x6f\x65\x6e\x48\x47\x88\x06\xb6\x9f\xd6\xd5\x78\xad\x62\xf7\xa8\x5d\x6f\x3c\x5b\xa5\xf4\x46\xe4\x00\xe9\x1f\x28\x34\xdd\x47\x9a\x19\xdd\xd8\xc4\x8d\x46\xfe\x89\x50\xc4\x17\x92\xe8\xfe\x10\xba\x43\xe9\xce\xbe\xf7\x95\x7b\xe2\x06\x92\xb2\x96\xbf\xd5\x4f\x6f\x6d\x49\x0a\xae\x5d\x9f\xb9\xfc\xfb\xad\x67\x15\xa4\xb7\xae\x52\xb2\x78\x91\x60\x88\x2a\x0b\x99\x1b\xa3\x56\x72\x1d\x23\xa4\xf7\x6c\xad\x84\x58\x88\xa1\x04\xcf\x59\x07\xfe\xd0\x72\x4b\x54\x54\x19\xcf\x82\xbe\x3b\x38\x5c\xfa\x40\xb5\x1e\x11\x16\x38\xd0\xeb\xb7\xa4\xe1\x8d\x39\x93\x4e\xab\x1e\xeb\xf2\x63\xd6\xde\x36\x55\xaa\x77\x34\xa7\x1f\x44\x9d\x1a\xb4\xfe\xe8\xe9\x41\x11\x9b\x91\x50\xfd\x33\x35\xd7\xd6\x03\x6b\xdb\x25\x34\x36\x5d\xd0\xa6\xf2\xf0\xae\x95\x17\xbb\x16\x3d\x14\x27\xda\xc6\xd7\x0f\xb8\x76\xf7\x8d\x5b\x7f\x2f\x5e\x74\xe3\x85\x7c\xe3\x15\x6e\xbc\x9a\x6f\xdc\x5f\xa3\xf1\x4d\xbe\x71\x13\x8d\xbb\xa7\xd0\x81\xe5\xa1\xe7\xf2\x70\xbf\x92\x29\x45\xa4\x18\xc2\x65\xa6\x1f\x89\x49\x3c\xa9\x90\xcb\x4d\xbc\x30\xe1\x09\xd7\xce\xeb\x0a\x15\x5b\xe5\xc3\xb5\x60\xba\xb3\x58\x52\x2b\x94\x82\x0a\x21\x4f\x40\x0a\xe7\xa6\x15\x12\x4d\x0e\x5b\x29\x27\x29\x6c\x4f\x35\x8f\x34\x01\xa1\xd1\x87\x4c\x91\x88\x3a\x4d\x33\x94\xf3\xa6\xa1\x57\x4d\x30\x9f\xd3\x68\x94\xd3\xc1\xae\x90\xcf\x45\xec\xd4\x26\xc9\x7f\x3e\x13\x9f\xaf\x2c\x0b\xf9\xd0\x51\x55\x86\x34\x28\x9f\xc4\xdc\xf3\x2e\x56\x2d\xf7\x9e\xf6\x84\x52\xa6\xee\x76\x8b\x0d\xdb\x4c\x73\x52\x15\x19\x91\x5a\x0b\x58\x20\x58\xfc\xd6\xce\x5f\xd0\x6d\x80\xa1\x9d\xec\x5a\x75\x86\x83\x7f\xa4\x35\x72\xf2\x02\x01\xe4\x74\x82\xc4\x99\xeb\x8d\x7b\xe0\x61\x9f\xbf\xb6\x32\x10\xce\x0b\x1b\x17\x5a\x00\x74\x1b\x28\xfc\xa1\xc5\xce\x17\xdc\x17\x74\x58\xe0\xe8\x5b\x76\xf4\x76\xcf\x2c\x6c\x7b\x88\xe4\x68\x33\xa6\xe1\x75\x10\xe0\x59\x48\x22\x70\x85\x64\x70\x08\x85\xf1\x50\x0f\xc0\xfb\x85\x4d\xba\x72\xb8\xd9\xa5\xfb\xfa\xbf\x7d\xbd\xd4\x2e\x4b\x56\x7a\x12\xfc\xa7\x7f\x09\x14\xf1\x34\x58\xad\x73\x1b\xdb\xf3\xb9\xae\xef\xed\xf8\x52\x4b\xd2\x81\xf8\xd6\xa3\x65\xc3\xbe\xf6\x28\xa8\xbb\x70\x98\x13\xea\xfd\x31\xd7\x3b\x95\xf5\xee\xf2\x1f\x7a\x57\x45\xa7\x8e\xb2\x76\xdb\xbb\xe8\xda\xbb\x0d\x61\xab\x74\xef\x36\xea\x67\xef\x6a\x3b\xe7\xbf\xf5\xae\xaa\x7b\x77\x29\x73\xe3\x7b\x6a\x5c\x2d\xa5\x5f\xed\xfc\x9b\xfe\x36\xd1\xcd\xb3\x34\x6e\xfa\xdb\xa9\x59\xc5\xb3\x12\xa3\x36\xbe\x71\x52\x97\x59\x20\xe1\x9f\xbf\xf2\xbf\xe9\xf5\xf9\x3f\x8c\x69\x2b\x1d\x53\xf3\xd7\x31\xdd\xd6\xd2\x2f\xbe\xbe\x33\xa6\x8d\xda\x7f\xfc\xe2\xff\xa5\x77\x85\xb4\x77\xa5\x5f\x7b\xb7\xff\x6b\xef\x8c\xff\xda\xbb\xf5\x7f\xe8\xdd\x62\xc5\xab\x65\xb9\xfa\x6d\xb5\x54\x2b\xb9\xde\x4d\xda\x61\x05\x25\xbb\x48\xb6\x14\x08\x6e\xab\x3e\xbe\xc7\xde\xa3\xc6\xe8\x47\xf0\xbd\xaa\x84\x52\x27\x28\x0d\xfd\xe2\xc2\x16\xa2\x89\x8c\xd4\x81\x79\x1e\xea\x2d\xa1\x61\x7b\x7f\x8a\x5c\x37\x4f\x8c\x09\xd2\x70\x21\x36\x52\x2b\x51\xc5\x73\x47\xb8\x9d\xe3\x8e\xea\xd9\xa9\xef\x8f\x33\xeb\x77\x1f\x67\xb5\x8b\xa7\xb6\xb0\x4f\xed\x56\x1d\x26\xc7\xe1\x3c\x2c\x4e\x85\x13\x38\xa7\xf3\xf0\x6e\x43\xcb\xfb\xfd\xb6\xda\xc5\x45\x5b\xd8\x8b\xf6\xa2\x81\x34\xb0\x08\x0d\xd5\xda\xe5\x5f\x1a\x0a\x7e\x6d\xa8\x65\x0b\xbb\x65\x6f\xd0\xd0\xa8\x72\xd6\xba\xa1\x93\xc0\x49\x5b\x38\x0d\xf3\xdf\x1d\xaa\xfc\x3f\xd9\x9c\x15\x6b\x1d\x74\x72\x5a\xeb\x59\xe6\x54\xcf\x56\x04\x50\x33\x42\x1e\xd3\x03\x49\x7f\xb5\x93\x85\x03\xb5\x35\x58\x41\x0d\x39\xc1\x5c\x9b\x44\x47\xae\x78\x49\x58\xea\x42\x63\xf0\x57\x8d\xb7\x22\xef\x29\xb9\x5a\xc5\xde\xcb\x9c\x2e\x7c\xfe\x62\x32\x28\x0a\xdb\x1d\xe4\x32\x02\x68\xb1\x0a\x05\x67\x25\x9d\xe2\x40\x99\xcf\x91\xa4\x2d\x73\x95\xb9\x0a\xbb\x04\xf9\xe8\x3c\xaa\xbc\xe7\xa4\x9a\xba\x57\x32\xcf\xc9\x39\x3d\x92\x79\x4e\x2e\xe9\x11\xaa\xfe\x69\x75\x44\xb1\x2e\xb5\x5a\x95\x8b\xa9\x95\xc9\x1d\x46\x61\x53\xaf\x3c\x82\xf0\xea\x69\xfd\x6a\xab\x67\x69\x91\xff\x11\xf6\xe5\xc0\x55\x15\x8e\x4a\xdb\x21\x2d\x1f\x8c\x3b\x27\xd2\xe5\x54\x44\x5f\xdb\x3e\x6c\xdd\x7b\x17\x9d\x6f\x2e\x0a\xd3\x8b\xea\x4a\x88\xa6\x8a\xc3\x0e\x36\x6a\xfd\x75\x8e\xc9\x00\xe4\x0f\xb8\xa3\x61\xd3\x1d\x51\x7a\x47\x55\x09\x51\xcf\x9a\x2d\x53\xc0\x55\x35\xac\x78\x3b\xcc\x50\x1b\x20\xa0\xd9\xa9\x05\xaa\x6e\x22\x1a\x19\x28\x72\x84\x6e\x38\x6e\xcc\x8f\x84\x4d\x50\x27\x9b\x00\xf5\xbf\x00\x78\xfa\xa3\x7b\x71\x8b\x93\x30\x19\x4e\x45\x42\x3e\x8a\x87\xd9\x38\xb1\x90\xbf\xe8\xe3\x7a\x88\xba\xda\xec\xbb\x45\x53\xac\x40\x6b\x0b\xa8\x44\xe9\xf4\x78\x05\x51\xac\xa2\xc7\x0c\x2a\xe1\xa9\x3c\x54\x02\xd8\x85\x0d\x7d\x1b\x6a\xbb\x56\xea\x16\x27\xc2\x01\xaa\xc1\xe1\x0e\xf6\x4c\x7f\x90\xbd\xf8\x91\x94\x9c\x40\x36\xca\xec\xfb\x85\x62\x05\xcc\x4e\xf2\xf0\xed\x85\x7c\x7e\xa1\xba\xbc\x76\xff\x01\xbd\xa7\x1f\x89\x1e\xe2\xb6\x7d\x79\x28\xbe\x89\x3f\xfd\x3a\xf1\xbe\x94\xe5\x4e\x6d\xb7\x2e\x7c\xb6\x49\xcc\xce\xef\x2d\x11\xb6\x91\x10\x6c\xc1\x71\x7f\x52\x95\x3a\x3b\xbf\xf7\x75\xa7\xe8\x8a\x4f\x4f\xab\xfa\xef\x2d\xeb\x87\xef\x3b\x4c\x7e\xfa\xbe\x4b\xe4\x69\xb9\xf5\x7d\x5f\xf5\x68\xad\xc8\xfe\xaf\x3c\xdf\x76\x92\x83\xc6\x9d\xcf\x0f\x99\xaf\xc1\x36\x48\xcd\x4c\x59\xa4\xae\xbe\x68\x62\x21\x01\x6e\x9a\x9d\xdb\x0f\x5f\x45\x57\xb8\x76\xab\xfc\x08\x0f\x75\x4b\xaa\x8a\x9d\x55\xe7\xaf\x4b\xb5\x95\xe4\xe1\x78\x3d\x5e\x5f\x79\xad\x90\x24\xd4\x5c\xd3\x9b\xc0\x1d\x51\xa2\x57\x16\xb3\x3a\x7a\x88\x1a\x11\x81\x24\xbf\x68\x90\xc7\xe6\xd8\x69\x4c\x2a\x28\xdf\x60\x1b\xd2\x78\xd9\xc6\xd2\x53\xa5\x2c\x53\xb8\x54\xa3\xc0\xe1\xa2\x89\x10\xdd\xc5\x91\xc2\xc0\x8f\xe0\x82\xa9\x83\x5f\x39\x91\xc5\xb3\x52\xe3\x4e\x05\x1f\x0d\xac\xc2\xd5\x18\xeb\xef\x50\xce\x31\xd5\x3c\xb7\x4c\x90\xc0\x98\x66\x9e\x1a\xe6\x72\x41\xc9\xa1\xe4\xf2\x90\x3b\x5a\xc2\x52\x2d\xb8\x57\x6a\x99\xe7\x2d\xa8\x8e\x07\xbb\xbd\xba\x1e\x1d\xd6\x78\x19\x57\xfd\x1c\x57\xce\x73\x8b\x69\x68\xcc\x8c\x86\xa6\xaf\x5b\xfd\x46\x1c\xbc\xbb\x4b\x44\xf4\x0b\x67\xf0\x01\xdb\x47\xfd\xf0\x2f\x19\x73\x26\x62\x25\x6b\xea\x08\x2b\x91\x13\x3e\x76\x64\x36\xb3\x3b\xd6\x2d\x1f\xf4\xf4\xb3\x45\xbc\x45\xe0\xc9\xf7\x00\x4a\x5a\x7b\xf4\xcd\xbe\x82\x32\x92\x1b\x4a\xc0\xed\x15\xfa\xa8\xbc\x98\xe6\x3e\xd4\xe0\xb2\x21\xde\x3d\x3a\x71\x5e\x50\x3b\x83\x00\xde\xd1\xde\x06\x26\xe6\x47\x04\xa8\x5d\xbf\x71\x04\x91\x46\xfd\xd8\xa3\xda\xfe\xc6\x06\xd6\x47\x09\x05\x94\x7b\x05\x1a\x4a\xf5\xb1\x49\x40\x4a\xe7\x37\x98\x63\xa1\x41\x1c\x0b\x5f\xa5\x88\xeb\x9c\xe1\xf0\xa6\x43\x57\x9f\x38\x6d\xae\x62\xe2\x6f\x81\xf2\xec\xd5\x1f\x90\xb5\xed\x41\xf8\xd8\x92\x21\x73\x85\xe6\xe0\x24\x57\x8e\xc3\x01\xaa\xf8\x8b\x41\x0e\x8f\xc6\x04\x3d\xf6\xce\x5d\x41\x0a\x5d\x73\x00\x6e\x79\x0a\x43\xac\xfb\x69\x71\x24\x62\x09\x5f\xec\x99\xc8\xa6\x1c\xb2\x1f\xfb\x1c\xce\x7f\x15\xd7\x6a\xf3\xaf\x64\xa2\xb6\xc8\x02\x7e\x15\xd8\x46\x29\xa9\xbc\xcd\xf9\xb1\xfa\xfc\x4a\x6e\xd5\x66\xf1\xac\x9f\xf1\x19\x2c\xc8\xb3\x30\x39\xe3\x53\x51\x70\x36\x70\xa0\xd0\x5d\x6a\x0e\x6c\x00\xda\xa3\x23\x0a\xa9\x28\xf2\x37\x0d\x12\x8f\x88\xc3\x46\x08\xe8\x9c\x56\xc8\x1b\x21\x9c\x4b\xcd\x6f\xe7\x4e\x55\x51\xf8\x74\x46\x86\x6f\x8c\xac\x60\x66\x68\x3f\x5f\x14\x00\x25\x28\xb7\x85\xf4\x9d\xef\xf9\x0e\x15\xb0\xfd\x75\xcb\x40\xed\xff\x84\xf0\xef\x6c\x3f\x92\x29\x54\xbf\x27\xdc\xaf\x4d\x89\xab\x24\xc4\x39\xc8\x77\x20\xeb\x58\xc7\x7d\xff\x32\x28\xbe\x89\x48\xcd\x00\xf9\x0e\xc6\x08\x20\xf4\x84\x7a\xdc\xf8\x2a\x4d\xc1\x3a\xaa\x97\xe2\x44\x1d\x2c\xb7\x02\xe2\x7e\x2c\xff\x64\x7c\xb3\xca\x82\x0d\xb6\xe6\x56\xdc\xce\xaf\x45\x14\xb6\xfc\x57\x6b\xcf\x5f\x40\xf9\xbe\x32\xae\xf5\x44\x7f\x78\x2e\x73\x9d\x14\xa4\x6a\x87\x58\x5b\x09\x70\xad\x9c\x38\xf4\x6f\x97\x4e\x4a\xc7\xda\xc0\xf5\x54\xdb\x41\x79\xb2\x75\xfa\x1f\xcc\xed\xeb\xb4\x66\x84\xa5\x9d\xb4\xff\xed\x14\x06\xfe\xb2\x8e\x4c\x8e\xc8\xfe\x57\x9f\x5a\x51\x2c\x95\xa0\x5a\x7b\x29\xd4\x7b\xfe\xb3\xbf\xe7\xbe\xba\x2b\xd4\xf8\xf0\x02\xd7\xe6\xb9\x72\x53\x53\x30\xa3\x1a\x8c\xac\x43\x05\x32\xb1\x8a\x11\xc9\x80\x32\x7a\x21\xb9\xa1\x55\x5d\x80\x34\xdb\x8c\x6f\xc8\xf3\x78\xcf\x9e\xef\x30\x6d\x64\xf7\x76\xda\x8c\x84\x7a\xfc\x4a\x33\x43\x8e\x72\x58\x9c\xa8\x44\x4e\x4f\x1b\x9a\x82\x05\x19\x94\x6e\x99\x00\x5d\xa5\x2a\x56\xe3\xe2\x5e\xa7\xd4\xe2\x82\xdc\x97\x4a\x7e\x47\x79\xba\x4f\x54\x67\xf2\xcc\x6a\x65\x33\x2b\xa5\x64\x13\x20\xa8\xc2\xdb\xf6\xa1\x14\x28\xdf\x5a\x1b\xd8\x42\x7c\x23\xb7\x05\x3d\x97\xd7\xf6\x1d\x6e\xbc\x3d\x56\x63\xf7\x70\x51\xd7\xa3\x8f\xde\xc6\x81\xfa\x9f\x51\xba\xe9\x6b\x37\x3b\xd4\x62\x09\x76\xed\x7f\xb7\x65\xe4\xfa\x49\x51\xc4\x37\xad\xbb\xee\x62\xa6\x8b\x8b\x9d\xbf\x6c\x65\x01\x33\xfe\xdd\xd2\xdb\xfd\x5c\x38\x7a\x80\xfe\xcb\xd2\xab\x96\x91\x5c\x54\xcb\x0f\xfc\x4b\xbd\xfc\xc8\xa6\x4b\x23\x7f\x7c\x27\x9b\x7c\xb9\x51\x7e\xfc\xe5\x9d\x26\x62\xb6\x53\x2d\x2c\xdd\x3d\x4e\x1c\xb0\x6f\x8d\x4a\x0b\x1b\xbb\x3e\xa8\xa2\x47\x15\xd4\x77\xe8\xb3\x77\x76\x54\x43\x30\xbb\x3a\xc1\xd9\x09\x0d\x4b\x19\xbf\x8c\x4a\x07\x99\x18\x15\xe4\xc1\x50\x2c\x2d\x71\x36\x98\xae\x67\xf0\xb8\xc7\x55\xe2\x3a\xdb\x81\xc7\xfd\x5c\xc5\xa5\x06\x04\xc7\x32\x4f\x75\x36\xd5\x3b\xde\xf8\xbf\x11\x9d\xed\x7d\x0a\x41\xcc\x2a\x69\x59\xa7\x13\x14\x7c\x7f\x8d\x34\xd2\x1f\xc4\x5a\xd6\xff\x9e\xb6\xac\x7a\x62\x26\xb0\x1a\x3f\x94\x0f\xcc\x83\x5f\x1e\x9a\x32\x81\xd5\x4f\x60\xc9\x6a\xf0\x7d\xfc\xfb\x6d\xf7\xcb\x7d\x29\x4b\xd6\xff\x94\xeb\xac\x99\x76\xd4\xe0\x07\xf2\x81\xf9\xe1\x1f\x3a\x7a\x6e\x3e\xeb\x8e\xd5\x65\x7c\x48\x09\x74\x67\x42\xf9\x6a\x09\x65\xa4\xd7\x3a\x11\xb8\xf4\x24\xcd\x4c\x88\xcc\x08\xbd\x43\xe7\x3f\x32\x6e\xad\xc2\x19\xd9\xc4\x98\x03\x2b\x99\xdc\x14\x87\x3a\xf3\xb4\x59\xae\xf5\x37\xdc\xf6\x43\xca\x25\xe9\x67\xcc\x5a\xf5\xca\x0d\x2d\x88\x02\x6d\x7a\xe2\xa3\xef\x17\x9f\xb8\xf9\x06\xa5\x02\x29\x30\x93\x02\xb1\xe2\x3a\x89\x34\xd0\x6c\xbf\x55\xf9\x46\x1d\x90\x95\xed\x0b\x22\x64\x23\x46\x55\xce\xc6\x21\x62\x12\xf5\x7e\x2e\x60\x3d\xdf\x21\x89\xa2\x32\x08\xf1\x9a\xec\x8a\xad\x82\x47\x24\x1a\xdc\x24\xff\x52\x49\xbd\xf3\xb7\xa3\xdb\xf5\x18\x21\xf4\x2e\xb1\xab\x8c\xbf\xdd\x31\x11\x6a\xd7\xbe\x94\xa1\x7d\x2d\x6f\x4f\x5f\x3c\x4a\xfd\x3f\xc8\x64\xc9\x65\x49\x38\x2b\x39\x97\xac\x3c\x12\xce\x41\xee\x57\x48\x0d\x6b\xf0\xfd\x67\x7f\x5c\x9c\xeb\xb5\x05\x3c\xbc\x7f\xdb\x6c\xd5\x1b\x17\xa7\xc2\x4d\x64\x58\xf9\x3b\x81\x59\xd3\x1f\x53\xda\xb1\x57\xfd\xad\x56\x17\x05\x1b\xbd\x7d\xe7\xfb\x60\x69\x55\xcb\xdc\xa3\x28\x4e\x6b\xaf\x15\x17\xe5\x67\x0c\x5b\x68\xd6\x1d\xa7\xcd\xfe\x46\x80\x76\xf2\xc7\xcc\x94\xc6\xfd\x5c\x57\x6f\x72\xd6\x29\xd1\x9a\x5f\x6d\x13\x63\x21\x25\xfb\x67\x3d\x24\x35\xc9\x85\x0c\xfa\x9b\x2a\x08\xa2\x28\x4e\x4f\xb7\x94\xee\x4c\x9f\x91\x70\xc2\xec\x96\x6d\x15\x25\xb1\x80\x9b\xa7\x24\xf1\xe5\x86\x33\xef\x37\x63\xbd\x3d\x8c\xbd\xdc\xef\x29\x25\x5b\xe2\x77\x8b\x5e\x4d\x7c\xee\x4e\x0f\xc8\xfc\xdf\x4a\x61\xc5\xb2\x52\x7b\xcc\x2e\x9f\x89\x6e\xa0\x0e\xfc\xea\xc7\xdb\x47\xf5\x48\x3b\x9e\x09\x51\x91\x7e\xda\x22\xcd\xed\xc1\x96\x66\x88\x1a\xea\x9e\xb6\xa9\x20\x70\xfa\xf1\x4e\xd7\x41\x71\x77\xb9\x2a\x46\x0b\xb9\xe3\x26\x0a\x3e\x3a\x99\xbe\x38\x3a\xa9\x50\x68\x95\xd0\x72\x4e\xa3\x00\x47\xdf\x0e\xb4\x0e\x47\x98\x32\x73\x73\x39\x48\x63\x7e\xda\x8e\x0f\x39\x89\x64\xbd\x19\xf3\xb2\x1c\x08\x27\x6e\x87\xfc\x32\x97\x4a\x07\x11\xa4\xa9\x56\x42\xa8\x27\x35\xb0\x4d\xa7\x59\xee\x40\x8c\xc0\xc6\x48\xd9\x74\x47\xad\xf6\x95\x24\x64\xb5\x94\x48\x40\xa6\x2f\x55\x9b\x7e\x23\xd2\x08\x9e\xa0\xb6\x23\xe5\x61\x1f\x0c\x53\x6a\x83\xbe\x70\xe3\x2b\xb5\x41\xe5\x07\xb5\x01\x57\x3b\x1b\x1d\x92\xce\xff\xbc\x1f\x57\x86\x85\xd2\x81\xc9\xf2\x8e\xa0\xc2\x2a\x1f\x3a\xb9\x9e\xd4\xb2\x9e\xfc\x9d\xaf\x47\x14\xb3\xc2\x53\x7f\x00\x45\xad\x37\x29\xf0\x8d\x10\xfa\x6b\xa3\x09\xa4\x69\xcb\x90\x00\xba\x99\xc8\x14\x4e\x2f\x9b\x5c\xb8\x3e\x36\x7d\xb4\x90\x80\x25\xa8\xf8\x5b\x2a\x43\xe1\x66\x26\x68\xfe\xe0\x1e\xdc\xa3\xfd\x43\x6e\x5e\x4c\x84\xfa\x43\x47\xf7\xf2\x50\x85\x57\xb8\x70\xc6\x46\x1d\x01\x87\x67\x07\xd4\xf9\x69\x95\x6a\x04\xcf\xe3\xa7\x62\x86\x7e\x55\x07\x7b\xe5\xb3\xe7\x1d\xee\x1e\x90\x61\x1d\xfc\xc1\xbd\x16\x0a\x04\x51\x12\xa3\x06\x66\x17\x0e\xdb\x86\xb5\xf0\xc7\x40\x70\x28\x36\x0f\xf5\xcb\x9b\x7c\xd1\xbf\x78\xf9\x9e\x70\x93\xf6\xd2\x7f\x2c\xfe\xa4\x98\x72\x32\x6e\xba\xf2\xed\x56\x62\xac\xc6\x5c\x22\x9b\xcc\x16\x70\xcd\x8c\x62\x4c\x8f\xf1\x79\x43\x0f\xdf\x93\x7e\xef\xab\xd2\xb5\xc3\xba\xe9\x72\x4b\x01\xb9\xae\xa5\x20\xa5\x52\xfa\x2a\x32\xd4\xdd\x4b\x06\x42\x25\xed\x0b\x72\x48\x37\x32\xe1\x91\x5f\x6c\xc6\xbc\x31\x45\xf9\xa6\x55\x43\x6d\x31\x9e\x83\xc6\xd2\xcd\xde\x4e\x0c\x22\x18\x4e\xf4\xee\x3d\x61\x97\xd8\x3d\x04\xc4\x82\xc7\x7b\x58\xcd\xce\xf7\xe0\x82\x84\xc7\x59\x75\x41\xc0\xb4\x49\x65\x73\xb3\x07\x9c\xc9\x49\x21\x06\x55\x9a\x7e\x53\xd2\x6a\xb7\xb0\x36\xc0\x84\x96\x28\xe2\x6a\x13\x1b\x59\x01\x05\xee\x60\xa9\xf2\xe3\x0f\x2a\xb6\xf4\x40\x9f\xe3\x1d\xbd\x1f\x07\xbb\x5a\x99\x4e\x8f\x56\x81\x73\x76\xc4\x77\xda\x0c\x62\xdd\xb0\x5f\xd7\xde\x80\x72\x26\x69\x79\xd6\x96\xff\x43\xfd\x94\xea\x89\x1e\xba\x77\x3a\xad\xaf\xb4\x4d\xfb\x60\x5a\x77\xd8\x36\x3e\xf2\x0c\x90\xe9\x14\x72\x84\xf3\x51\xf0\x49\x26\x13\xd4\x0b\xf1\xe6\x05\x53\xe0\x55\x2f\x9d\x94\x0d\x46\x38\xc6\xf6\xb9\x38\x13\x76\x22\xc3\x7b\xcd\x8b\x09\x54\x2d\xd7\x94\x1e\x00\x6d\x29\x89\x88\x6a\xa7\xa3\xb1\xd9\x8c\x6f\x9b\x1b\x09\xf5\xf1\x4b\x6b\xe1\xe5\xf1\xee\x72\xa0\xa4\xc6\xc0\x2a\xad\x7f\xbe\x8b\x2b\xdc\x3f\xf7\x88\xb2\xc4\xe4\x42\x8c\xd7\x29\xb9\x12\x8d\x7e\x25\x9b\x80\x2e\xd5\xc0\x4b\xdb\x16\xdd\x90\x81\xae\xdf\x87\xd6\xd6\xcf\xcd\x86\xf6\x66\x0c\x55\xfa\xdc\x05\x76\x8e\x79\x65\xab\xd5\x4b\xf5\x71\x7d\xde\x99\xfb\x7f\xef\x6b\x93\x0c\x0e\x3b\xbf\x3d\xd5\xb4\xd2\xf9\xc5\x73\x7f\xef\x4b\xe2\x98\xae\x6d\xe4\xbf\x7c\xea\xad\x55\x53\xa3\x42\x1b\x6e\xe5\xd7\x39\x84\x9a\x78\x2a\x1d\xf3\x10\xcb\xd3\x39\xe2\xef\xe8\x80\x14\x4e\x67\xa9\x7e\xbd\x3f\xed\x71\x79\x7d\x65\xae\x6a\x90\xb5\xe8\x9e\x4b\x40\x78\xd4\x78\xc5\x62\x56\x28\x5f\xfa\x15\xb8\xcc\xcb\xf8\x3b\xf5\x57\x37\x0b\x93\x98\xad\x6c\x83\x8a\xc0\xf1\x5b\x74\x09\xcf\xd6\xbd\x59\x91\x69\xa7\x75\x27\xf5\x8a\x05\x09\x49\x76\xfa\xb6\x63\x2a\xb1\x5a\x69\x1d\x76\x37\x25\x03\x9d\x33\x1d\xa5\x2d\x84\x9b\xf6\x25\xd8\x8e\x33\xa0\xa8\xa1\x8e\x9b\xc7\x74\x58\xfb\x44\x2f\x79\xbf\x0b\x7a\xdc\x5c\x2a\x01\xf8\x5b\x0f\xa6\x42\xf9\x36\x7a\x30\xa0\xad\x6d\xf2\xe3\x81\x69\x89\x41\xf7\x02\x79\x40\x36\x40\x6c\xa5\xd7\x55\x90\xe7\xd2\xdf\x1f\xb5\x44\x56\xef\xf4\xed\xd3\xcf\xae\x0d\x05\x2d\x05\xe3\xa3\xcc\xc9\x57\xd8\x08\x01\xb6\x86\xd3\x0e\x09\x81\x8d\x9b\xaf\x61\x47\x28\xba\x03\xfe\x83\xd9\xee\xfa\xf6\xc2\x69\x15\xf4\xb6\xa1\x4a\xf2\xe6\x51\xe4\xa9\x18\xc5\x37\x82\x9c\xa9\x22\x64\xba\x68\xb8\xed\xd7\x6c\xfd\xbf\x09\x45\x3f\x5c\xe3\x5f\xc9\x5a\x47\x74\x0f\x14\x6c\x84\x16\x70\x46\xd7\x3f\x8d\xdb\xae\xef\x24\x31\x0f\xcd\x97\x27\x04\x62\xf7\x60\x23\xac\x6c\x6f\x3e\x43\xbf\x71\xb6\xa8\xce\x8d\x5a\xf6\x8b\xdf\x8a\x44\x6e\xb7\x20\x43\x3f\xe0\xb5\x51\x41\x93\x3e\xb1\x53\x54\xc2\x29\xe9\x3e\xb4\xd7\x32\xbd\x4c\x8f\x8e\x7e\xa3\x15\x22\xad\x9f\x9b\x64\xf8\xe3\xf8\x8c\xd1\x00\x8e\x17\x90\x50\xb4\x1b\xd6\xbe\x09\xc4\x0f\xb1\x73\x4a\xeb\xe6\x96\x66\xc1\x02\xc3\x73\x71\x24\xfa\x2f\x69\x9d\xad\x55\x4e\x9b\xfe\x32\x6e\x8d\x1e\x36\xe1\x32\x4a\xa5\xbd\xaf\x55\x71\xfb\xf1\x90\x5e\x06\x63\xc3\x1d\xa7\xc6\xc6\x7f\xe3\x8c\x1a\x09\xf5\x64\x2e\x28\xaa\xf3\x7f\x47\x11\xc5\x44\x41\x6f\x5e\x55\x0f\xae\xfd\x5e\x88\x20\x00\x1a\x80\x34\x7e\xa7\xfb\xc9\xf9\xf8\xa7\x50\xc3\xc9\xe9\xad\x1a\x16\xbb\x65\x2f\xd0\xf0\x7a\x49\x75\x74\xeb\x98\x6d\xa2\xc1\x9e\xb1\x72\x71\xa2\xc6\x27\xce\x7c\x47\x9c\xde\x71\xe6\x3a\x59\x8b\x0b\x82\x17\x4b\xc2\x6b\xab\xaf\x73\x95\x3e\xd0\xe0\x6c\x20\x9d\x31\x36\x2c\x0a\x53\x30\x63\x40\xbf\x05\x10\x56\xcf\x0c\x48\x25\x78\xbf\x78\xf0\x23\xec\xc1\x5c\xd4\x3b\xac\x3b\xe4\xe2\x3d\xad\x3a\xd0\x46\x41\xff\xd1\x33\x09\xd9\xa7\x6a\xd2\x68\xc2\x92\xe0\xd2\xff\xbd\x5a\x6b\x48\x0f\xde\x46\xa0\x5d\x3a\x85\xe4\xa7\xe8\x45\xa1\x83\x9e\xfa\x4d\x90\x1a\x5e\x02\xdc\x90\x04\x43\xe2\x7e\x3c\xfb\x44\x88\x31\x5d\xad\x10\x86\x35\x88\x9d\x63\x7c\xc0\x7e\xda\x92\x6b\x44\x1d\x7f\x78\x95\x67\xac\xf1\x4d\x72\x61\x13\x1a\xf5\x7d\xa6\xe0\x4f\x72\x05\x44\xe6\xc2\xae\x75\x4d\x7e\x36\x49\xda\xc1\xd6\xc3\x28\x03\x9b\xd0\xd7\x6f\x75\x5c\x77\xd8\x08\xb0\x85\xed\x4b\x92\x19\xaa\x1d\x66\x3e\x95\x11\xfd\x4b\x15\x4b\x6b\xb7\x7c\x6c\xa8\x83\x0c\x89\xd3\xe8\xa7\x87\x26\x69\xbd\xab\x56\x15\x19\xc2\xd6\x4d\x35\x83\x8a\x0f\xde\xb5\x26\x58\x24\x07\xf5\x16\x57\xa7\xd2\x3a\xf4\x01\x35\x5e\xe3\x25\xcc\x80\xbf\xfb\xcc\x2f\xd4\xc0\x87\x62\x37\x5f\x9f\x42\x2a\x5d\x21\xa6\x9b\x0b\x79\x04\xfb\x61\x9d\x82\x88\x84\x40\x5c\xcb\x66\x73\x08\x15\x1f\x80\x6e\x70\x00\x6e\x64\x09\xd4\x13\x84\x43\x5c\x48\xa0\x1d\x4f\x14\xbb\x79\x43\x46\x60\xc4\xa1\x1b\x2d\x36\x8e\x05\x86\x8b\xe3\x2f\x0e\x2e\x11\x92\x47\xd0\xa6\xb7\x38\x31\xd1\x57\x93\x5c\xad\xb3\x9a\x41\xba\xec\xa4\x04\x72\xf3\xb4\x39\xa3\x49\x37\xf5\xb9\x4c\xdc\x60\x3d\x43\x83\x5a\x76\x44\xf0\x5a\x74\x4f\xfb\xdb\xf8\xcf\xfc\x5e\x50\x60\x53\x62\x56\xd4\xf0\xc4\xe5\x8c\x95\x50\x4b\xdb\xac\x62\x41\x82\xc1\xbe\xec\x13\xdf\x85\xb2\x4b\xb7\xfe\xf6\x3a\x6a\x21\x8f\x90\x32\xdb\xa8\xdc\x9c\xbc\x1b\x59\x32\x7c\xf2\x1c\x0f\xcc\x10\xdc\x2e\x84\xce\x05\x70\x79\x88\x15\xbc\x61\x56\x7c\xfd\x26\x5e\x49\xe6\x5d\x23\xf3\xa0\xf9\x0c\xd0\x92\x12\x2a\xec\x5d\x0c\x54\x30\x4f\x2e\x48\x6f\x3a\xa6\x2e\xa3\x65\x65\x94\x86\x2e\x06\xc2\x1d\xd6\x49\x1b\x09\x9f\x37\xb2\xa8\xc4\xe9\xb9\x22\x93\x52\x9e\xd1\xe9\x82\x11\x18\x1d\x2e\xb9\xc0\xc4\x41\xee\x2f\x14\x98\x18\xd5\x28\x30\x11\x0e\x26\x5c\x44\xe4\x32\x28\x5e\xab\x88\x9e\x73\xc5\x47\xd9\xb1\x86\x92\xa2\x7a\x0e\x75\xb1\xa3\xa8\x47\x3d\x91\xb2\xcb\xf4\x6a\xcf\x0a\x8f\x9c\x0f\xce\x95\x04\x49\xa5\xe4\x87\x8e\x28\x3c\x87\xb2\x38\x51\xfe\x88\xd6\xcf\xa8\x01\xb4\xf5\xff\xdf\xab\x3d\x0f\xfc\x17\xea\x5b\x1d\xca\xe7\x14\xf2\xeb\x53\xd8\x7f\x0a\x2b\xf2\xc6\x6f\xb9\x7e\x19\x51\x1f\x38\x8c\xbe\x2a\x9f\x87\x90\xb7\x0d\x7f\xcc\xa4\xef\x57\x77\x7c\xbf\x43\x19\xca\x78\x09\x7a\xe8\xb4\x96\xc8\xff\x8f\xbd\x3f\xeb\x4e\xdc\xf7\xb2\xc7\xe1\x17\x04\x6b\x31\x1a\xe3\x4b\x49\x38\x8e\x43\x08\x21\x40\x11\xea\x8e\xa4\x52\x18\x63\x0c\x18\x30\xc3\xab\x7f\x96\xce\x3e\x9e\x08\xa9\xca\xe7\xd3\xfd\xed\x7e\x7e\xeb\xdf\x37\x55\xc1\xb6\x64\x59\xc3\xd1\xd1\x19\xf6\xfe\xd2\x16\x1f\x28\xc6\xda\xbf\xcd\xca\xd0\xa2\x19\x46\xa7\x1b\xbb\x22\x2f\x47\xb6\x80\xff\x43\xcb\xb6\x4f\x96\xed\x1f\xa9\x81\xb9\x8d\x8d\x68\x27\xf1\x5d\xb3\x08\x6a\xdb\x0a\xb8\x63\xc3\x43\x83\xf7\x93\x0a\x19\x3b\x56\x92\xe0\xd0\x7d\x99\x9a\x98\xbf\xd8\xe6\x13\x38\xde\x1b\xb4\x94\xc3\xd4\x8e\x59\x60\x16\x70\x82\x6b\x3e\xae\x36\xec\x2b\x6f\x51\x38\xba\xbe\x4c\xf3\x72\x39\x2a\xe7\x50\xa8\x8b\xb5\xb9\xb1\x4a\x98\x13\x3e\x51\xe3\xaf\x65\x69\x59\xf0\x23\xf2\x22\x1c\x5f\x5a\x19\x3b\xfa\xa5\x93\x04\x6e\xdc\x6a\x2e\x8c\xd9\x6c\xec\xce\x1b\xc1\x07\x42\xfd\xe4\xe4\xd2\x6b\xf5\xa2\xb5\x20\x08\xe3\xdf\x25\x12\x35\xbe\x2a\x11\xcf\x97\xda\xab\x0a\xd4\x12\x92\x08\xce\x9d\x56\x52\xc8\xc9\xb4\xa9\x6a\x91\x60\xaa\x28\x01\xf5\x06\x03\xf6\xff\xd1\x8f\xff\x0f\xd2\x8f\xb7\x94\xf1\xb1\x38\xdf\x13\x3a\x0e\xb8\xf7\x5a\x17\xca\x34\x9a\x55\xea\x39\x0f\xe2\xdb\xbc\x01\x07\xa2\xd7\xc8\x1c\x88\x6a\x54\x82\xbf\x50\x88\xf2\x56\x29\x4b\xa9\xa5\x1e\x40\x1b\x11\xd7\xb5\xe6\x43\x46\xdd\x54\x6d\xea\x4d\x9f\xf0\x49\xef\x70\xf6\x68\xd0\xf2\xb6\xbb\x9c\x53\x55\x2f\x8c\xeb\x39\xdb\xbe\xdc\x3d\x26\xa5\x5e\x68\x29\x0a\x45\x3f\x9b\x11\x7d\xa8\x93\x94\xf3\x58\xb1\x0d\x7c\x67\xb7\x49\x24\x25\x62\xd0\xe0\x7a\xeb\xf4\x7b\x7c\x01\xa2\xc2\xb2\xcd\xd8\x10\x1d\x48\x0e\xbd\x27\xdd\xc5\x4a\x0b\x90\x9b\x7e\x45\x18\xc2\x7b\xe7\x43\x72\xd2\xd5\x92\xd3\x38\xd0\xd1\xb0\x57\x9a\x40\x5b\x9f\x90\x9a\xa1\x07\xcc\x7e\x86\x69\x5f\xf7\xc2\x8a\x52\xd0\x94\x79\x77\xb6\x10\xc0\xe1\x83\x25\xb1\xb7\xa9\xe5\xf9\x2d\xc4\x38\x26\x3e\x65\x65\xca\x23\x1e\x9c\x78\x57\x0f\x2e\x5b\x43\xce\xa3\xdb\x5b\x7a\x93\x74\x36\x8a\xa6\x9f\x97\xf1\xd4\x2c\x2e\x8c\xc1\x89\xbe\x5f\x69\x75\x31\xe7\x4c\xab\x42\xd4\x7d\x04\x2b\x2d\x76\x66\x86\xee\x8c\xd7\x54\xce\x5d\x3b\x59\xce\x3e\x07\xa2\x98\x05\x24\xed\xa4\xbd\x7a\xa5\x5b\xd2\x82\x16\x9e\x17\x41\xb6\x16\x41\x1d\x31\x8f\x12\x27\xb6\x12\x62\xe0\x85\xd8\xca\x8d\x02\x76\xbc\xfe\x24\x46\xb6\x5a\xdb\x42\xc5\x0a\xf9\xd9\xb5\xe2\x1b\xa1\xc8\xc6\xf2\x10\x51\x5e\xf5\x82\xc2\x56\xf7\x2a\x5c\x92\x8c\x48\xc9\x08\x0f\xa1\xde\x3d\xdc\xe7\x0e\xc9\x9e\x11\x89\x1e\x9b\x4d\x84\xd0\x45\x48\x3b\x1f\xb6\x3c\xda\xec\xc6\xfe\x0a\xee\x65\x2c\x94\x35\x8e\x2d\x89\xc0\xac\x43\xf5\x5a\xaa\x8a\xcf\x7a\x5b\x12\xe5\x3c\x5e\x12\x3a\xa2\x8a\xee\x30\xec\x45\xad\xac\x8e\xca\xe7\xb2\xd1\xce\x24\x6d\xd0\x69\x33\x79\x07\x70\xaf\x94\x2f\x83\xd6\xb0\xdc\x57\x27\x80\x30\xb8\xc7\x3c\xf5\x7f\xab\x44\xf3\xaa\x1f\x7b\x77\xb9\xa8\x87\xdb\xe1\x74\xff\xf5\x38\x82\xdb\xa1\x1a\x71\x0d\x1c\x72\x40\x37\xe0\xab\xa3\x14\x59\x35\xbd\xe4\x4b\xb3\x7e\x07\xd9\x5f\xcf\xb7\xf6\x3a\x0a\xc2\x03\x78\x52\x2e\x3a\xa3\x27\xfa\xf7\xeb\xc6\x23\xdb\xf3\x29\x34\x01\xf2\xa2\x06\xdf\x42\xab\x99\xcd\x55\x27\xc5\x6c\x87\xd6\xe1\x3e\x10\x41\xe6\x3f\x0a\x02\x68\xcf\xc0\x02\xf3\x86\x23\xdd\x1b\xcd\xc6\xc6\xcf\x9b\x1a\x44\x48\x1a\xc4\x73\xba\xac\xd6\xc9\xb2\x42\x13\xc7\xc5\x55\xd5\xe2\x55\x15\xd1\xaa\xda\xde\xd1\xb2\x0a\xef\xd2\x75\x65\x55\x5d\x58\xf5\x08\x7d\x22\x9a\x42\x89\xfa\x6c\x20\xd0\xca\x71\xe2\xbe\x65\x9f\xde\xf9\x4c\x19\xf1\x7b\x65\xcd\x0b\xe6\x71\xf7\xda\x3c\xbe\xf2\x28\x7c\x7b\x50\x5b\x74\xf3\x97\x4b\x16\xe5\x84\x79\xca\x6c\xcb\x82\xc9\xe1\xba\xfc\xe1\x27\xd1\x75\x58\xb3\xab\x8b\xba\x11\xd4\x62\x27\x4a\x5a\x9c\x34\x2d\x28\x78\x51\xf6\xa9\x91\xa2\xdd\xb8\x76\xa7\xd6\xc2\x4f\x8e\xca\x31\xa1\x84\x15\x94\x1e\x32\xfb\x9b\x6a\x7b\xb8\x6d\xeb\xd8\x49\x77\xfb\xa1\xcf\x19\x52\xc4\x6c\x91\x65\x5c\xec\xe5\xe5\x9f\x41\x54\x83\xb5\x69\x70\x64\x74\xe9\xd3\x9a\x82\x2b\x37\xf2\x68\x7c\x01\x5d\x5d\xc5\x61\x6a\x50\x2b\x01\x75\xb9\x5a\xb2\x51\x82\x19\xc9\x06\x55\x54\x39\xad\x51\x36\xab\xda\xc8\x25\x48\x5d\x7b\xa7\x18\x07\xd1\x63\xac\x90\x7a\xbf\xe1\x03\x7e\x91\x6e\x5b\x05\x72\x8d\xde\x9b\x9c\x0c\xbc\xfc\x68\x74\x00\xe0\x1c\x02\x9f\x6a\xb0\x83\xaa\x71\x83\xd0\x3a\xa3\x1f\xe5\xc8\x4c\x31\x84\x81\x81\xfe\x99\x09\x3b\xbe\x5f\x58\x68\xb9\x71\x40\xa0\x29\x67\x0d\x2e\xa5\x50\xa1\xfa\x6e\x08\x1c\x09\x32\x16\xd7\x3b\x0f\xf1\x93\xe8\x01\x7d\x26\x40\x06\x22\x85\x6c\x5e\x80\x2f\xa7\x3b\xc1\x15\xea\xc7\x11\x9e\x52\xc1\xa1\x7c\x5b\x45\xbb\x4c\x28\xf3\x21\x7d\xa2\x5e\xfc\x79\xfc\x32\x10\xae\xe2\x24\x81\x70\x7a\x66\xfc\x68\x55\xb4\x08\x79\xd7\x6a\xea\xab\x7b\x01\x2d\xdb\x60\x43\xa0\x97\xea\x07\x4e\x15\xba\x11\x4f\x49\xa0\xe0\xce\x57\x30\xae\x74\x85\xba\x8f\xf5\x20\x74\xf9\x31\xad\x11\x3e\x3c\xe1\xef\xc5\x89\xe2\xfc\x9e\x1a\xdc\x5f\x2b\x18\x81\x91\x00\xc2\x51\xb6\x08\x51\xc4\x79\xb6\xeb\xc9\x80\x55\x61\x9e\xe4\x4b\x78\xe3\xbb\x51\xe5\xef\x87\xf6\x3c\x2a\x70\xa5\x53\xea\x97\x73\xc0\xcd\xb5\x2e\xb0\xfa\xb1\x30\x49\x88\xa9\x5f\x2c\x87\x93\x8b\x78\xe3\x62\x49\xe6\x4b\x2b\x81\xfa\x4d\x94\xfa\x6a\x48\x67\x8c\xbd\x8c\x1b\x43\x86\xcd\xe9\x0a\xb7\x77\xd5\xbf\xbc\x29\x02\x48\xb8\x63\xb5\xee\xf9\x51\x57\x8b\x7d\xd2\xe6\x6a\x0f\x19\x88\x75\x7d\x4e\xe6\x46\xb1\x81\x58\xba\x26\x96\xfe\x8d\x33\xc8\x1a\xe0\xa2\x7f\xfd\x76\xb2\x7c\xd5\x31\xcd\xf5\x8f\x33\x1b\x2c\x6a\xd8\x02\xf2\x16\x8b\x5d\x93\x54\xec\xee\x1a\x86\x54\xcc\x08\x37\x0a\x1f\x6f\xf4\x19\x20\x05\xfa\xc6\xbb\xee\x33\x2f\xe9\x96\xe4\xea\x4a\xe6\x7b\xcd\x53\x09\xbc\x33\xe8\xeb\xfa\xf3\xe3\x0b\x16\x7f\xd6\x6b\x43\xd1\x1d\xed\x1a\x43\xad\x71\x39\x67\xad\x02\x2e\x1c\x4f\x59\x79\xfd\xe2\xae\x8d\x5e\xfc\xa8\x55\x73\xb6\x8e\x86\xac\x56\x49\xa3\xfb\xf0\x6a\x83\xf2\x4c\x5c\x1c\x17\xb6\x8e\x4a\xc8\xf1\x15\x53\xa1\x9e\xb3\xcc\xe9\xa3\x13\xca\x12\xb8\x04\x3e\xfc\x1a\x7f\x37\x59\x4b\xc0\x7a\x6c\xdd\xc3\x6a\x71\xf9\xff\x86\xd5\xc2\x0e\x7e\xd0\xe7\x96\xf6\x60\x87\xf6\x13\xac\xd4\xff\x3b\x24\xfe\x8f\x1d\x12\x87\xe6\x9c\x39\x73\xf2\x8a\xea\x55\x38\x79\x5c\xed\x7e\xd2\x45\x19\xfd\xf3\xc7\xa6\xe5\xd0\x54\x5f\xb7\x72\xfa\xe4\xf3\x67\xf6\xe1\xae\x50\x4f\xb7\x49\x96\xff\x89\x4e\xdb\x7a\x25\x01\x60\xbe\xe6\x74\xd7\xdb\x24\xcd\x9b\x39\xde\x75\xac\xea\xb1\xee\x8d\x96\x80\x4b\x4e\x98\x8f\x6b\x16\x42\x7c\xf5\xaf\x87\x45\xe4\xc0\xd2\xe3\x0a\x67\x54\x1d\x42\x63\x04\x18\xdc\xa5\x01\x24\x27\xbd\xfb\x3f\x44\x61\x37\x89\x66\x56\x4f\xab\x27\x2c\xf1\x81\x50\xcf\xab\xd6\x43\x12\x6a\xed\x3c\x9c\x51\x04\xd6\xa3\xb1\x6f\x90\xee\x7b\x82\xee\xbb\x30\x1e\x12\xb8\x67\xd1\xf7\x0d\x26\xd1\xbf\xf0\x79\x13\x69\x39\x36\xc9\x85\xbb\x72\x57\xdc\x6f\x08\x58\x4b\x8b\x8b\x23\xab\x42\xa8\xae\x67\x16\xf4\xd4\x05\xc4\xe9\xec\x42\x7a\xea\xee\x8e\x56\xc7\x26\xd3\x53\x8b\x8a\x5b\x2e\xd0\xec\x86\xfe\x46\x81\x66\x63\xe1\xdc\x95\x07\xb9\x40\xb3\xcf\xfe\xa9\x12\xf1\x55\xd0\x29\xbc\x2b\xec\x97\x7f\xaa\xaa\x7d\xc9\x26\xe2\x1f\xa0\x79\x2d\x2c\x5a\x4d\x53\xdf\x72\xa0\x79\x6d\x37\xf2\xb6\x82\x55\x07\x83\xd5\x67\xea\x8c\x36\xa0\x0c\x3e\xf3\x76\x98\x70\x3d\x8c\xbd\x1f\x78\xf7\x0f\x3d\x88\x7b\xb9\xdc\x73\xfc\xfd\x27\x3a\x8f\x30\xf8\x82\x1a\xa4\x55\x85\x8c\x2e\xed\xed\x2f\x74\xb8\x4c\x7d\xeb\xb1\x18\x65\xc8\xd7\x71\xc6\x3c\x50\x7e\x17\x76\xc5\xad\xc1\x8b\xf5\x57\x6d\x8d\xcb\x28\x4a\x34\x83\x9c\xaf\xeb\x2e\x51\xb1\x34\x69\x47\xe8\x31\x83\x50\x4e\x7d\xa0\xd4\x0a\x93\x76\x1a\xe1\x03\xd7\xa6\x47\x1b\x3d\x80\xeb\x9b\x6b\x92\x27\x93\x84\x66\xb4\x50\x32\xa3\x4d\x2d\x68\x40\x70\x78\x50\xec\xbb\xed\xb6\xb5\xf0\xb8\x9b\xde\xc1\xfa\x67\x14\xa7\xd5\x33\x1c\xb3\x63\x0e\x5e\xea\xf8\xb2\x0a\x45\x1d\xbb\xff\x50\xd8\x86\x6c\x9f\x12\xa8\x4c\x8c\xfb\xd6\xe6\xd1\xb3\x3a\xa7\x03\xb6\x07\xf2\x66\xbd\xc3\xb1\x8e\x4b\xd3\x66\xa0\xc5\x8b\x8a\xec\x2e\xdc\x21\x94\x92\xac\x4e\x12\x2a\xe1\x4e\x36\xf6\x05\x1d\x6d\x5b\xbb\x4f\x75\x8b\x4d\x27\x84\x80\x58\x90\x0f\xe1\xb5\x12\x50\x62\xe1\x64\xbe\xb2\xe9\x77\x83\xe8\x9b\x3e\x9a\x94\xae\xfd\x0b\x06\x32\x82\x57\x65\x45\xe9\x00\xc5\xe8\x5a\x41\x7a\x3d\xf1\x9e\xb0\x20\x13\x4f\xd7\x7f\xd1\xb3\xf7\xad\x8d\x58\xc8\xa9\x09\x88\xc7\x6e\xab\xad\xd5\x08\xdb\x97\xeb\x31\xc6\xba\x86\x75\x9e\xff\x48\x03\x36\xab\xd4\x4a\x74\x5c\x62\xd3\xd3\x8f\x4c\x4e\x9c\xa8\xd2\xac\x3c\xfc\x51\x13\xa3\x2f\x35\xe7\x0e\x06\xac\x2b\xd4\x8f\x6d\x44\x63\xdc\x3b\x31\x3f\x72\x09\xfa\xd0\xcf\xf0\xa8\x3b\xf1\xe7\x3b\xf0\x95\xea\x47\x2d\x36\x6d\x5f\x35\x8e\x34\xa5\x5d\x5c\x70\x1e\x60\xb8\xc3\xc2\xf2\x61\xfc\xed\x99\x01\x54\xae\x36\x9d\xff\x54\x0d\x28\x5b\xc0\xd4\x1b\xef\xb4\x5a\xde\x3f\xc9\x8d\x3f\x48\x75\xe1\x97\x4a\x89\x11\x93\x09\x21\x55\x3d\x23\xad\x6b\x7f\x2a\xd6\x97\x2a\xbe\x97\x65\x41\x0d\xa4\x91\xd9\x52\x14\xba\xcb\x41\xba\x06\x21\x4a\xab\xa5\x5c\x00\xc1\x97\xc0\xb7\xc4\x4e\xe2\xe4\x37\xf0\x20\x02\xc6\xfa\x84\xe1\x0a\x3b\xea\x6c\xe9\x79\xf7\x15\xbd\x78\x35\x4f\xfe\x41\x2f\x86\xb5\x4c\x17\xd7\xdb\xa1\xb1\xc8\x7d\x25\xbe\xca\x5a\x76\x6e\x68\xf3\xe6\xcd\x8f\xda\xb1\x27\xa4\x74\x78\x2e\xbf\x0b\x37\x00\x5e\xa7\x79\x47\xdb\x51\xfb\xce\x92\xc1\x22\xd3\x4a\x9d\xbb\x25\xbc\x3b\x33\x2b\xaf\x95\x5e\x64\x1b\x5a\xe9\x6c\x43\x5a\x69\x70\xdf\xfb\x9c\x51\xa6\x85\x26\x53\x8e\x2d\xee\x5f\x9a\x16\xad\xff\x59\x54\x54\x4a\x1b\x5a\x29\x8d\x5d\xb7\x92\xcf\x34\x35\x90\xde\x7e\x65\x98\xba\x9d\x8e\x73\xdb\x04\xb5\x0e\x81\xfa\xb0\x09\x73\x1b\xf6\xe8\xda\xb0\x14\x2c\x30\xdd\xc3\x7c\xda\xcf\xcb\x6d\xf3\xd5\x3f\x32\x8b\x41\x7b\xbe\x4a\xdb\x31\x4a\xd0\x07\x9a\xa5\x2c\x83\xa9\xff\xd0\x86\x19\x8b\xb7\xf2\xb8\xb0\x95\x1f\xb0\x7b\xcf\x0c\x98\xb1\x36\x79\x33\x56\xf7\xa1\xdc\x17\xf7\xff\x39\x33\x56\x8d\x53\x3c\xce\x27\x82\x2c\x78\xbf\xf0\xc2\xe1\xdf\x53\x3f\xbc\x9d\xe1\xd1\xa0\x72\x2f\x99\x03\x8d\x77\x6d\x7c\xd9\xa4\xa8\x55\x1c\x58\xab\xa8\x90\x56\x51\x85\x56\x71\xfa\x2f\x68\x15\x9f\xc2\xd7\x6f\xd9\xcf\x90\x91\xee\x9e\x8f\xb7\xf5\x89\xf9\x82\xf4\x85\x49\x3d\xc6\x66\xdf\x88\x6d\x58\x53\x16\xa0\x49\x1a\xee\xd9\x30\xb3\x03\x13\x45\x24\x17\x35\x5a\x31\xe3\x78\xc9\xc1\x22\xcb\x47\x6c\xf7\xde\x8a\x01\x7a\x3d\xe6\xe8\xf2\xf4\xab\xec\x50\xb6\x59\x15\xd6\x55\xea\xf3\x88\xae\x81\xcc\xf6\x54\x40\x85\x0a\x08\xf3\x5f\x9a\xec\xfe\x6e\x72\xf3\xaf\x8d\x84\x35\xf2\xbe\xbd\x25\xde\xb8\x9b\x96\x38\xf7\x94\x5a\xe2\x8e\xcd\x42\xea\x00\xc2\xbe\xe9\xf3\x3e\xa2\x42\x87\x6d\xd2\x0e\x6b\xa3\xc3\x66\x16\x3a\xec\x94\x76\x58\x88\x0e\x9b\xad\xd0\x61\xfb\xb4\xc3\x36\xe8\xb0\xd9\x1a\x1d\x16\xa7\x1d\xd6\x44\x87\xcd\x0c\x74\xd8\x09\x12\xf8\x2f\xbd\x66\x10\xaa\xf4\x1d\xf1\xcf\xad\x4a\xee\x17\x5a\xe5\x72\x83\x60\x0d\x6b\x83\x8e\x58\xaf\x39\x32\xc1\xc7\x4c\xed\x47\x11\xa7\x28\x12\xd3\x0e\x3f\xa5\x85\xef\x87\x10\xd3\x28\x24\x2c\xae\x93\xaa\xae\x38\x92\xfa\x4f\xc1\x52\x13\xbd\x53\xfd\xe3\xe8\xa8\x03\x1a\x32\xde\x01\x6f\x7f\xff\x0c\x1b\xc4\xa9\x89\x88\xa2\x76\x21\xe2\x48\xfd\x5c\xc2\x2c\x38\x3c\x70\xac\x53\xbc\x44\x62\xf7\xa6\x89\xeb\xd7\x21\x4d\x0d\x30\x95\xef\x6a\x68\xcf\xbe\x86\x90\xa9\x00\x88\x35\xa9\xa9\xf0\xab\x40\x25\xe6\x88\xe2\xa3\x7b\xf2\x8f\x6d\x39\xf1\xb7\x22\x7b\xd8\x14\xb8\xb8\x40\xc4\x7b\x98\x3b\x49\x90\x9b\x27\xd9\xd3\xb1\x04\xce\xe2\xd4\xaf\x51\x9c\xcf\xa4\x42\x21\xf4\xea\xa2\xea\xd3\x72\xc6\xa4\xc6\x06\xc5\x35\x7d\xa9\x9e\xa6\x48\x5f\xc4\xf4\xd2\xf2\x12\xc1\x53\x7a\x7e\xb8\xfa\xf7\xf9\xac\x35\x8c\x77\x7d\x14\xfa\x49\x01\x6c\x2f\x5a\x53\x75\x85\xb2\x0f\xd4\x89\xea\x2e\xce\x82\xa8\x94\x73\xa4\x1e\x57\xa3\xa4\xe7\xf5\x74\x77\x8a\xc6\x40\xf5\x1b\xe6\x5b\x32\x14\x3a\x27\xf2\x34\xa8\xd1\x11\x46\xdf\x5e\x79\x28\xdc\x71\x75\xf5\x0d\xfd\x69\x43\x38\xa5\xb4\xdc\xc4\x0b\x99\x27\xb6\x32\x79\x13\x2d\x76\x31\x29\x2e\x76\xac\x67\xa0\x49\x4d\x82\x3a\xf2\xe2\xed\xa5\xcc\x54\x83\xc3\xba\x53\x4e\x90\xae\x33\x6d\x02\x3c\x73\xe6\xf2\x96\xd1\x2b\x33\x14\x4e\x85\xfb\xba\x25\x48\xb4\xbd\x43\x8a\xc1\xc1\xb1\xe4\x69\x91\x37\x57\x1d\x59\x31\xd0\x1a\x40\x4e\x31\x58\xd7\xa0\x18\xd4\x48\x31\xa8\x38\xbd\xcf\x39\xc3\x8b\x86\x4c\x52\xcd\xdb\xce\x8f\xe6\x89\xe2\x86\x66\x8d\x1b\x8a\xc1\xfe\x7e\x76\xe8\x60\x31\x22\xc3\xce\x15\x62\x50\x39\xe2\x10\xb3\x80\x01\xe0\x87\x6f\xd8\x94\x39\x4e\xce\xd9\x9a\x59\x04\xfe\x4d\x01\xe0\x4e\x11\x01\x80\x0e\x77\x4b\x08\xd2\x9d\x71\x0f\x63\x4d\x03\xae\x38\x9a\x77\xd8\x85\x7f\x94\xe6\x0f\x48\xcf\x09\xc2\xde\x9f\x0b\x4d\xe9\x18\x3f\xe6\x32\xc4\x27\x94\x26\x02\xdb\xfa\x54\xe9\xb8\x73\x90\x73\x20\xda\x18\xd9\x26\x5b\x55\x21\xf7\x83\x60\xaa\xc8\x04\xaa\x84\x74\x39\x92\x4e\x79\xb6\x24\xfb\x26\x5f\x57\xcf\x9b\x33\xd2\x8c\xfe\xa7\x75\x22\x9d\x85\x0c\xce\x9e\x02\x5e\x7d\x01\x69\x66\x16\xf8\x20\x53\xd2\xff\x04\x9f\x80\xf4\x89\xa5\x8b\xdd\x94\x53\xa1\x9e\xb6\xa7\x6e\xea\x57\x51\x4f\x8d\x13\x85\xda\xc0\x1b\x1e\xca\xc5\x0a\xd1\x52\x71\x8d\x91\x1d\x88\x27\xe5\x08\xc8\x2b\x2d\xdc\x1e\x6a\xfa\xc9\x1e\x5e\x60\xad\xee\xd2\x56\x2c\xe4\x09\xb4\xa2\xbd\x26\x92\x01\xfa\x7b\x00\xfc\xb7\xb9\xea\x12\x38\xde\x5a\x88\xe4\xa5\x48\xdd\xf8\xee\x1a\xe1\x3f\x78\x49\x1a\x2a\xa6\x69\x43\x61\xf0\xca\x5a\x3a\xcc\x5a\x2a\xea\xf2\x8b\xa6\x0e\x85\x20\x40\x3e\xf5\xa7\xa6\x6e\xd1\xd4\x41\xa5\x95\x34\x75\x98\x6b\x6a\xf3\xeb\xa6\x2a\x3b\xd7\xd4\x5c\x9f\xb6\x8b\x7d\x3a\xfc\x46\x9f\x0e\xbf\xd3\xa7\x75\x20\x76\x8e\xa3\x3f\x37\x54\xa9\x58\x36\xee\x96\x88\x88\x58\xda\xa0\x82\x8c\x1a\x8f\x59\xfa\x2a\x59\x3b\x2b\x1b\xd8\x8a\x80\x7a\x8b\x68\xfe\x2e\x9c\x01\x74\xbf\x56\x62\x4b\x95\x96\x31\xe9\x7d\x2c\x53\xfd\xed\xb9\xfb\xea\x69\xfe\x90\x1e\xe7\x5f\xa8\xb4\xc7\xd6\xac\xb6\x14\xa2\x24\xf3\xc5\x0d\x55\xac\x1e\x22\x3c\xdf\x80\x50\x7d\xa3\x01\xb9\xfb\x5a\xd0\xa5\xf7\xa7\x09\x19\x45\x76\xbf\xf0\x81\x33\xe1\x1a\x32\x08\xec\xcc\x74\x47\x0f\x9f\x0c\xe7\x7b\x2f\xbb\xd9\x5b\xff\xb1\xde\x98\x09\xf7\xa2\x96\x2d\x27\xf5\x70\x3d\x01\x22\xb2\xf9\xf2\xbf\x31\x36\xd4\x9a\xfa\xc2\x4d\x53\x4e\x9e\x81\xfc\x05\x0c\xf2\x1e\x9b\x95\xf2\x15\x5a\x57\xbd\xf7\xc5\x13\xff\xd9\x16\xb7\x4c\xe7\x6a\xee\xc7\xad\x97\xff\x9d\xf6\xbc\x8b\x7a\x87\x20\xe2\xbd\x4e\x35\x83\x87\x4a\x18\x2d\xe7\x48\x96\xcf\x18\x2d\x09\x1e\xaa\x41\x7b\x05\xd2\x2b\x36\x8c\xd7\xb6\x90\xc8\xbb\x29\x80\x46\x9d\x08\xd1\xb8\x29\xe3\x75\x11\x62\x3e\xe1\xae\x8c\xe0\x87\x69\x35\x33\xae\x9e\x8f\x3a\x74\xd1\xdf\x80\xdc\xfd\xcc\x07\x37\xd8\x34\x19\x18\x8e\xbc\x3e\x16\x49\x11\x52\x13\xd4\xc5\xef\x41\xde\x91\x27\x80\x1d\x4a\x08\x15\x5c\x74\xca\x4c\x8f\x2f\xcc\x5b\x2c\x2e\x1f\xa7\x9d\xde\xcf\xee\x41\xd5\xdb\x6b\xee\xa9\x7d\x93\xc6\xe5\xbe\xec\x0a\xc7\x65\xb3\xc6\x98\x2c\x41\x40\x15\x5c\xb6\xbb\xd9\xd6\x18\xb4\xbb\x19\x48\x34\x42\x85\xe9\x05\xdd\x36\x18\x38\x8a\x60\x57\x21\xb7\x80\x68\x36\x2b\x2b\xd0\x98\x2d\x40\x19\xdb\xb3\x56\x70\xfb\x90\x1a\x60\x99\x4f\xa9\x72\x6f\x7b\xbf\x32\x73\xeb\x32\x7c\x49\x34\xe4\xce\xc6\x2e\x4f\x85\x3d\x3d\x36\x13\xca\x46\x47\x08\x27\x6c\x0f\x60\xe6\x5d\xb5\x99\x1d\xb9\x06\xdc\x6c\xc4\xa2\x55\xd7\x4c\x33\xeb\x6f\x29\x6d\xc4\x54\xe5\xdb\xfc\x4f\x38\xee\x9f\xa7\xe9\x66\xaf\x2e\xe1\x63\xd6\xa6\xd6\x82\x29\xae\xe8\x63\x6a\x9d\x1b\x8a\x40\x77\x9f\x1f\xb0\xa5\xf5\x98\x56\x65\x10\x99\x94\x53\x6a\xe1\x70\x65\xc3\x97\x51\xdb\x31\x7e\x9e\x9e\x8c\xed\x23\xe9\x99\x15\x89\x51\x06\x68\xbb\x23\xec\x3c\x4a\xf7\xe7\xd1\x1c\xc6\x7b\xd0\x84\x2f\xf7\x74\x20\xe8\x5d\xa2\xee\x57\x63\xe2\x2d\xa9\x2d\xfd\xb9\x41\x93\xb5\x42\x21\x2c\x8e\x07\x25\xbb\x5f\x0b\xee\xca\x03\x71\x67\x57\x01\xac\x44\x4f\xf5\xc4\x20\xa6\x98\x01\xb5\xf3\xdc\xf4\x9d\x47\x75\x59\xd2\x22\xa4\x15\xa3\x76\x8b\x87\x14\x67\x6f\x73\xab\x8d\x73\xb9\x5f\xe4\x9e\x5f\xd2\x49\x15\x49\x47\x17\xf0\xab\x56\x96\xf7\xb9\x36\xd8\x79\x58\x7b\xdd\x6d\x49\x93\x6a\x6d\xb2\x47\x0d\x9b\x51\x8e\x93\xc7\x3c\xa5\xa8\xf3\xfa\x94\x52\x78\x73\x55\xae\x6b\xf2\xbb\xdd\xd3\x00\x91\x8e\x5d\x37\x49\x7e\x34\xe8\xd0\xe4\x34\x4c\x24\xc0\x55\x54\xb9\x27\x3a\xef\x9c\x16\xad\x9f\x99\x8a\x27\x91\xef\xbc\xb1\x78\xdf\xab\x3f\x0f\x56\xd5\x82\xae\x5b\x5e\x75\x84\xf8\x55\xae\x4a\xe1\x12\x93\xaa\xe2\x90\xbe\x4e\x79\xa0\x7c\xf7\x2e\xae\x0d\xbe\x74\xe6\x9d\x81\xa5\xde\xb7\xe6\x85\xb0\xae\x7f\x60\x41\x33\x4c\x07\xc2\xcd\x4c\x9e\xfd\x06\x2e\x5b\x45\x1d\x9b\x8f\xe5\x84\xa3\x65\x25\xf7\x04\x2c\xae\xfc\x7f\x85\x1d\x95\xb8\x30\xae\x41\xa2\x5a\x27\x98\x7b\x8d\x98\x61\xd7\x62\x3a\x16\xfe\xaa\xb5\x61\xca\x40\x82\x75\x6f\x39\x82\xe1\xa4\x04\xd8\xc8\xbf\xa3\x4a\xb1\xa3\x8f\x78\x40\x6d\xf3\xdb\xd0\x52\x33\x61\x6f\x3a\xad\x39\xb5\x85\x70\x48\x37\xf2\x03\xf0\x19\xba\x41\x8e\x50\x21\xc9\xdd\x15\xe8\x07\x09\x2c\x6d\x97\xfc\xed\x08\xb1\xa3\x69\xfe\x3b\x89\xbc\x39\x12\x58\xda\x59\x6a\xbd\x54\xdf\x9f\x3d\x6e\xab\x43\x60\xb5\x46\x55\xca\x0a\x7c\x3f\xc7\x5d\x64\xfe\xdc\x4a\x58\xf9\xe7\x80\x65\x5b\x9f\x1e\x1a\x5b\xf9\x53\xe4\x5e\xb6\x31\xbb\xc6\x9b\xba\x3e\x45\x7a\x6a\x58\x3c\x45\x76\x85\x7a\x34\xb7\x69\x5a\x5f\x49\xfe\x2a\x8f\xd5\x49\xb9\xbb\xd2\xd7\x80\x65\xfb\xd6\xc3\xb7\xcd\xc7\x5f\xc0\x0f\x02\x14\x64\x60\xc1\x10\xcb\x35\x7c\x9e\xd6\xee\xcd\x69\x3d\x10\xbd\x51\x15\xf3\xf3\xc8\x34\x92\x7b\xd8\x75\x2f\x1d\x51\x2e\xa4\xaf\x37\x41\xb6\x96\x80\x09\x5c\xc2\xff\x02\x06\xda\x57\xf3\x38\x20\xc7\xe4\xd0\x5c\x33\x39\x22\x45\x49\xa9\xdf\x2b\x66\x40\xbe\xb2\xcb\xf8\xb2\x59\x47\x92\xb6\xd1\xe4\x20\x34\xa2\x64\x57\xbf\x2f\x31\xc3\x13\x16\xe0\x03\xdb\xd5\x7f\x32\xed\xb3\x9c\xc2\x21\x76\x75\x7b\x73\xff\x8d\x05\xe0\x0a\x31\x69\x33\x18\xf2\x44\x4b\xc7\x15\xa8\x43\x26\xe0\x0b\x6f\xd6\x39\x6c\xa5\x2e\x85\x58\x2a\xdd\x50\x87\x17\x89\xd8\x22\x63\xed\x83\x0d\x46\x47\x83\x3c\xf8\x97\xa7\x72\x5f\x3c\xb8\x8d\x39\xc5\x9e\xdd\x55\x7c\xf4\x45\x0d\x49\xd4\xe3\xc5\x81\xdc\xf7\xf7\x1c\x87\xf7\xef\x27\xfd\x11\x93\xfe\xdd\xaf\x17\xe0\xd6\x16\x75\xc0\xad\xc5\x34\xe9\xad\x6b\xb8\xb5\x9e\x68\xcb\xe7\xf2\x98\x7d\x5f\xbf\x72\xc4\x8d\x58\xdd\xbe\xac\x6f\x5e\xca\x57\x34\xd1\x2a\xf8\x44\x40\xac\x77\x2b\xf8\xcd\x82\x7d\x6e\x6f\x9f\xfb\x88\xee\x08\x62\xb2\xc7\x10\x51\xee\xdb\x55\x31\x1f\xac\xb0\xfd\xe5\x3b\xfc\x4c\xde\x15\xc9\xb8\x96\x1c\x36\x83\xcc\xd2\xfe\x3d\x80\xfa\xa8\xb5\x23\x55\xbb\xda\xf8\x96\x72\xfe\x58\x4e\xf9\x3b\xb6\x6f\x99\x1a\x13\x23\xef\x57\x0f\x6a\x08\x76\xb1\xb5\x8d\x48\xc6\x8d\x4d\x1c\x3b\x36\xaa\x35\x29\x97\x7f\x4a\x39\xa2\x77\x6e\x75\x2d\xcb\x43\xe5\xfe\x5e\x9c\xa1\xc0\xe8\xde\x8b\xc8\xd2\x21\xf4\x14\x16\xe5\x1d\xf1\x75\x2f\x72\xff\x96\x24\x03\x1c\x3b\x93\x75\x48\x4b\x13\x99\x8b\x4a\x41\x79\x56\x99\x04\xed\x76\x38\x90\xc9\x11\xce\x1b\x6c\x52\x0a\x36\xc8\x83\x12\xf6\x23\xad\xf2\x59\x76\xc5\xd1\x73\x6f\x64\x97\x17\x1d\x31\xb5\xe9\x9b\xab\x19\xbb\x5b\x95\xc6\xeb\x24\xf7\x7b\x9a\x48\x80\x23\x8c\x19\x96\xf6\x80\x8b\x85\x41\x04\x66\xc6\x4a\x6d\x7e\xb2\x5c\x78\x67\x86\x97\x8f\xb0\xca\xfa\xf9\x8c\x63\xdb\x85\x1d\x35\x38\x6f\xcd\x15\xa2\x92\x83\xa3\xa4\x43\x18\x92\xd6\xa6\xe7\x36\xe1\xac\x24\x54\x1a\x37\xb0\x64\x6b\xa6\x93\x6a\x40\x5e\xce\x5e\xb4\x0d\xef\xcb\x9f\x39\x56\x41\x9b\xb7\x6e\x0d\x12\x13\xaf\xb0\x2f\xed\x27\xc6\xc8\xed\x6a\x41\xb0\xc6\x32\x8f\xd6\x60\x6f\xb8\x83\x6a\x4a\xea\x7d\xa3\xa4\xb2\xb1\x5f\x05\x2e\xd2\xb8\xde\x13\xca\xe3\x92\x6a\x51\x0a\xa8\xed\x77\xae\xb4\xe2\xf9\x4f\x9a\x27\x11\x1c\x39\x81\xbc\xa1\xee\xf6\x2f\xc1\x77\x98\xa9\x2b\xf2\x13\x19\xf5\x62\x87\x28\xc1\x7f\x4b\x46\x5d\x22\x1c\x58\x31\x8e\xf3\x8b\xac\x1e\x0c\x40\xcc\xee\x0a\x31\x88\x91\x73\xdc\xec\x1c\xf0\x87\xd1\x49\xce\x9d\x6b\xe0\xcc\xef\x3a\x66\x48\xd3\x60\xdf\x69\x85\x00\x72\xa0\x11\x6a\x29\x0b\xd7\x4d\xd5\xe6\xeb\xcf\x38\x03\xc6\xb8\xbe\x51\x07\xa8\x99\x13\xfa\xd4\xb3\xac\xe0\xfa\x45\x96\xf8\xba\x41\x91\x8c\xef\x21\xad\xaa\x5f\x2b\xda\x2c\xbc\x0e\xf8\xbb\x38\xff\x35\xc1\x57\xb1\x64\x08\x92\xd1\x41\xc2\x4c\x1d\x75\x90\x87\xd0\xa6\x4a\x3e\x36\x01\x76\xdd\x45\xc0\xb4\x64\x34\x81\x3f\x22\xbe\xbc\xa4\xff\x6d\x5f\xe5\x51\xa5\x09\x54\x5c\x8f\x31\x99\xe1\x27\x97\x3d\xa0\x81\x57\x7b\x86\x90\x06\x4d\x25\x8d\x63\x40\xde\x24\xe7\xb4\xd0\x13\xd8\xbe\xcf\x17\x1d\xd2\xdc\xbc\xc1\xa5\x7d\x00\xfe\x01\xcd\x7b\x8a\xac\xd8\x49\xc4\x01\x64\x7c\xd9\x15\x99\xaf\xe9\xfd\x8b\x9a\x66\xf5\xf6\x80\xa7\x71\x9f\xb8\xc6\x72\x65\x08\x06\xf0\x0f\x0d\xf7\xd1\xf0\x4e\xbe\x37\x26\x4b\x90\xa5\x11\x8d\x9f\xaa\xc0\x91\x75\x65\xc7\x5b\x13\x1c\xbd\x5d\xe9\x5c\xbf\x2c\x62\x8c\xb9\x3f\xbc\x0c\xdb\xda\x9e\x5f\xb6\xca\xbf\xcc\x9b\xdf\xff\xf1\x65\x8b\xec\x65\xd3\xa4\x37\x9c\x25\x18\x87\xa6\x08\x9b\xdc\x51\x7d\x2a\x92\x1e\x5e\xf0\x31\xe7\x17\x19\xfb\x22\x69\xf7\x90\xfa\x4a\xbf\xb5\xbe\x77\xbf\x78\x6b\x97\x13\x33\x1e\xf5\xe4\x1b\x88\xfc\xc7\x4e\x13\xaa\xed\x96\x3c\x83\x0e\x76\x7a\x35\xc0\x7a\x4a\x5e\x8f\xf0\x6a\x31\x84\xe3\x84\x30\x83\x4d\xbb\x16\x0c\xcb\x0b\xa9\x36\x2a\x94\x67\xc2\x63\x12\x4d\x8a\xfd\x71\xc5\x6f\x68\x60\x54\x1f\x65\x87\xff\x34\xe0\xed\x22\xe8\x0a\xc2\x14\x56\x51\xa7\x7e\x06\x42\x84\x0f\x1c\x8a\x24\x18\x96\x94\x33\x55\x61\xa3\xfc\x5c\x09\xe5\xf0\x93\x93\x28\x4a\x51\x43\x54\x28\xb7\x11\xad\xe2\x89\xb5\xcf\x33\x98\x96\xf6\x19\x85\x19\xf7\xd1\x28\xeb\x21\xb5\xe7\x09\x55\xc2\x36\x30\x25\x23\xff\x64\x83\x17\x74\x9b\x67\xfa\xc4\x8a\xd2\xd3\xd1\x89\xaf\x76\xd4\x95\xdc\x54\x86\xe9\x96\x4a\x20\xde\x84\xcb\xaa\xb5\x05\xbb\x7c\x4d\x81\xe5\x0a\xb1\x97\xab\xd5\x0b\x50\x50\xca\x45\x5c\xf5\x0f\xd1\x39\x93\x54\xce\x08\xb1\x2e\x20\x36\x88\x55\x63\xc1\x9b\xfa\xff\x28\xb5\xa8\x9d\xa7\x16\x9d\xbb\x99\x91\xbd\x76\x06\x9b\xcf\x1c\x78\x25\x04\xc3\xde\x15\xea\xf7\xbf\xa5\x17\xed\x2a\x4f\xbd\x19\xcf\xe5\x7c\x96\x33\xe0\x03\x94\x21\xa3\x53\x0e\xbf\x76\x5b\x1d\xdc\x48\x76\xac\x1a\x88\x3d\xa9\x19\x8f\xe9\xe1\x81\x43\x59\x47\x75\xe3\x91\x92\xe5\x1b\xe9\xbd\x01\xfa\xcb\x4d\x96\x8d\x25\x0d\x8b\x4c\x2f\x1f\xd0\xfe\x0e\x8d\x41\x79\x66\x0d\xe6\x83\x12\xe3\xad\x12\xa0\xdc\xb8\x3d\x30\x9f\x0d\x64\xbc\x71\xe2\xf5\xe9\x92\x4f\xbc\x3e\x5e\x38\xf1\xba\xb6\xfe\x9c\x78\x3d\xd4\x27\xa1\xe7\x7f\x90\x78\xbd\xdc\x52\x1c\xff\x04\x59\x5b\x31\xea\xee\xe9\x77\x70\xce\x5f\x57\x28\x53\x9e\x2e\xff\x2e\xe7\x3a\x41\x13\x5d\x7e\x33\xbb\xfb\xc4\xd9\xdd\x3f\xd3\x20\x93\x66\x8d\xb3\xb4\xd1\x09\x1f\x57\x59\xda\xdb\x16\x67\x69\x9b\xeb\x51\x79\x2c\xe6\x8a\xb2\xb4\xad\x2c\x4b\xfb\x2b\x84\xca\xe4\xbb\x2b\x4b\xd6\xc9\xc2\x22\x4a\xc6\x71\xad\xef\xdb\xb1\xaa\x6c\x46\xf9\x02\xc3\x5a\x34\x82\x3b\xfb\xc8\x20\x09\xdb\x51\x79\x2b\xad\xc1\xb1\x4f\xa6\xe2\x15\x14\xcc\x1e\xd3\x68\x0f\xb7\xfc\x3f\xe9\x9b\x1e\x2c\x8e\x06\x7c\x57\xbd\x2a\xfd\x6f\x3f\x72\x1b\x96\xb2\xe1\xb9\x24\x9f\x98\x27\x30\xb5\x89\x38\xe0\xa3\x6a\xe1\x60\xd7\x3e\x6a\x89\xdc\x7b\x2b\x3b\xe2\x61\x87\x9c\x88\x57\xeb\xf8\x4c\xee\x69\x70\x1f\x23\x01\xb6\x52\x91\x49\x76\xa2\x13\xca\x56\xf4\x90\xbd\xc4\x25\xf7\xd4\x5a\x0a\xf1\xb3\x86\x14\xba\xba\x8c\x38\xcb\x9b\xc8\x10\x07\xd5\x16\x69\x02\xd0\xc3\x89\xea\xd6\x6d\xac\xd9\xb6\xbb\xe8\x8b\x41\x80\x8c\x59\x1f\x8b\xee\x4c\x96\xa7\x71\x15\x65\x3d\x4c\x86\x73\x9d\x93\x31\x68\x0e\x13\x46\xba\x32\xd5\x66\x2d\xbf\x2e\xd2\x64\x20\x1c\xc4\x88\x91\xce\x51\x23\x0a\x1c\xe1\xd4\x8e\x57\x58\x8e\x0b\xda\x97\x86\xbb\x2a\xc5\x06\x81\x48\xe3\xb1\x11\x8d\xfe\xa7\x1a\xb4\xec\x5f\x61\x3a\xe6\x1a\x34\x6e\x0f\xfc\xc1\x9b\x82\x11\x30\xde\x16\x66\xd0\x38\xe0\xdf\x8c\x74\x96\x65\xd1\x73\x3b\xd6\xc0\x13\xf2\x9d\x4d\xeb\x56\x06\xee\x29\x85\x39\xcd\x4f\x49\x7d\x8a\xcd\xcd\x48\x7d\x20\xaa\xc8\x90\xdf\xa4\xaf\x1c\xa5\x70\x47\x71\xeb\xbb\xd8\x05\xe3\x04\xd7\xdf\x27\x15\x6f\x9f\x83\xc0\x2d\x59\x0f\xe5\x81\xb8\x9b\x54\x2c\xa6\xb8\xb4\x1e\xca\x13\xd1\xdd\xc8\x04\x59\x2e\xb1\x76\x3c\x1c\x4d\x98\x06\xfe\x0e\x44\xb0\x58\xc3\xc1\xe9\xfb\x90\xf4\x7f\x07\x22\x18\x08\x15\x48\x03\x01\xb1\x5f\xe0\x0d\xb4\x02\xbd\xae\xbc\x0e\xc9\xd7\x45\x67\xaf\xcc\x73\x86\x37\x60\xdf\xb5\xce\x8c\x37\x10\x34\x72\x87\x75\x5f\x2d\x1b\x03\x5c\x3f\x69\x01\x4d\x34\x3e\x8e\x50\x1b\x55\x1e\xab\xc8\x16\x50\x36\x88\x8a\x1b\x36\x89\xaa\x0d\x52\x42\x12\xed\x87\xfb\xf2\x5c\xa9\x79\x87\xa8\x7d\x4e\xaa\x57\x6a\x0c\x18\x8a\xc7\xc9\xfd\x9b\xd7\xa7\xdc\x4f\x57\x88\x8b\x76\x22\xc4\xd4\xdf\x80\x3d\x1d\x9b\xfa\x56\x92\x56\xf5\x4e\x91\x1e\xae\x50\x9d\x5d\x3d\x93\xaa\xaf\x41\x93\x47\x88\x98\x3b\xb6\xa3\x24\x98\xe7\x41\x6f\xf0\x6b\x15\x4b\x88\xc5\xf2\x56\x09\x9b\xf6\x91\xa5\xb4\xb6\xd8\x3e\xf5\xd3\x18\x7e\x9e\x2e\x05\xec\x8a\x3d\x2a\xa6\x36\x2a\xc1\x35\x53\x84\xa3\x7d\xaf\x17\x80\x62\x53\x33\xa1\x5b\x71\x05\xc9\x38\x35\xcf\x2f\x84\xce\x78\x75\x00\xf5\x02\x37\x3d\x9e\xa9\x90\xd3\xf6\x98\xd9\xc4\x48\xc8\xa2\x88\xd9\xa4\xdd\x11\x76\x81\xd9\xa4\x5b\x6e\x11\x7d\x50\xec\x23\x45\x85\xda\xb9\xde\x40\x3e\x52\x3c\xfb\xc5\xd6\x87\x74\xf7\x3a\xb4\xc0\x9b\x8f\x32\x97\x55\xb5\x95\x11\x99\x89\xa3\x64\xe6\xd1\xa4\x09\x8d\x8e\x1e\x50\x47\x14\x8f\x9b\x3b\xb9\x5b\x81\xe2\x9e\x93\x62\x2e\x46\x81\x92\x25\xb0\xb9\xe1\x52\xaf\x58\xdf\x2e\x74\x84\x1e\x1d\xbd\x00\xba\x9f\xae\x12\xa8\x92\x5d\x9e\x09\xd5\x50\x27\xfb\x53\xef\x51\xba\xd2\xba\xab\x07\xbf\x1b\xcb\x8a\x57\xc0\x4b\x6e\xf6\x89\x30\x46\x6f\xc5\x91\x72\xb6\xad\x21\xda\x69\x2e\xd3\x60\x1e\xf5\x02\xed\x60\xce\x0c\x8d\xcc\x1a\xda\x4d\xd0\xa7\xb6\x30\x7f\x25\x34\xa4\x14\x45\xd0\xa2\x7c\xa3\xc2\x33\xc4\x06\x5d\x27\xdb\x31\xd6\x31\x93\x88\x92\xe2\x80\xde\x28\x94\xcd\xbf\x2b\xff\x3c\xcd\x56\x24\x8f\x31\xa4\x2a\x53\x8a\xba\x7a\x64\x18\x86\x27\x5f\x78\x90\x2b\x30\xcb\x35\x82\x60\x14\x9a\x08\xeb\x19\xe7\x3e\xe0\xbf\xf2\x77\xfe\x23\x29\x3c\xb2\x25\xd5\xb8\xd1\x94\xf3\x00\xa9\xfb\x99\x91\x67\x47\x1a\xf6\xa6\xe3\x97\x48\xde\xad\xc0\x11\xdd\x81\x6a\xbc\xc4\x45\x78\x5a\x0d\x45\x71\x4a\x64\x3d\xca\x71\xff\xa4\x97\x32\xba\xa6\xa9\x50\x17\x1b\xc7\xf3\x7b\x3e\xfa\xd9\xfa\x14\x41\x47\xa4\xf7\x3d\x2a\xed\xb5\xdb\x80\xdd\xb4\xda\xac\x3b\xb5\x91\x63\x01\x8a\xd9\x19\x78\xb1\xa0\x63\xc6\xa5\xec\x11\x5d\x64\x87\x63\x9d\x9d\x3c\x68\xfb\x4c\x34\xa4\xd7\xb0\xed\x1f\x87\x59\x70\xca\x74\x7e\x44\xc6\xca\xa6\x44\xa4\xc2\xbe\xda\xb4\x1d\xec\x08\x63\xbd\x9b\x60\xc2\xc3\x73\x43\x98\x20\x67\x58\x4a\xc8\x63\x8a\x3d\x6d\xb1\x81\x91\xf9\x58\x7a\xe4\x24\xb3\x89\x3e\x4b\x36\x68\x18\x2b\x1d\x4a\x6d\xb4\xe2\x27\x94\x1a\x72\xa9\x71\x52\xaa\x5a\x02\x58\x93\x4f\x00\xdb\x76\xa8\x36\x61\x6e\xff\x81\x7b\x96\xe2\x31\xb8\x18\xce\x01\x63\x63\x3b\x4c\xa2\xcf\xb4\x1c\x99\x0a\xf5\xb8\x7f\x85\xd4\x48\x79\x93\x57\x78\x76\x62\xe6\x9e\x3d\xc9\xf2\x50\x45\xf2\x69\x51\xba\x4b\x7d\x4c\x6a\xbf\xb8\x23\xdb\x86\x9e\x9c\x1d\x86\x26\x81\xe5\x8e\x92\x88\xc9\x38\x56\x97\xa7\x9f\x05\xab\x29\x01\xb0\xd6\x70\xac\x20\xa9\xd1\x40\x02\x69\xff\xd4\xce\xe8\x6e\xa7\xe4\x88\xfc\x49\xa9\xc6\x55\x82\x95\x24\xcd\xa3\x6f\xbe\xe1\x11\xbd\x92\x9c\x72\xe2\x9a\xbf\x87\xc4\xd2\xcf\x39\xee\xe2\x38\xcc\xdc\x07\x2a\x82\x00\x1f\x37\xc9\x6f\xb3\x67\xbf\xa6\x1e\x03\x83\xa2\xfe\x48\x55\xee\xe0\x90\x52\x4e\xc3\x02\x9c\xc3\x9a\x50\xbd\xa9\xe2\xf7\x06\xd8\xd4\xc9\x6c\xf5\x4e\x8f\x12\x77\x31\x90\x3a\x9d\xba\x45\x43\x8e\x60\xfa\x0e\x3f\xfb\x45\xb5\xfc\x2c\x55\x3b\x8b\xd7\xa4\x92\xbc\x91\xed\x94\x1e\xa5\x8f\x03\x38\x9b\x73\x24\x65\x5d\x9d\xa8\xc5\x9d\x13\x9e\xfd\x43\x6b\xd3\x6a\xb9\x05\x5f\x54\xdb\xa4\x16\x38\x27\x09\x92\x62\xf2\x96\x91\x03\x4c\xcc\xa5\x81\xe5\xf0\xbe\x83\x37\x65\x21\x0f\x20\xee\x02\x3f\x57\x87\x69\xa1\x53\x8e\x32\x4f\xc6\x11\x72\x21\x4f\x1e\x79\xf3\xdf\x13\x97\xbe\x6d\x41\x5c\xd1\x1a\xa0\xd3\xb8\x38\x23\x3c\xb6\xab\xab\xa4\x25\xf1\x41\x6a\xe1\x0e\xea\x1e\xad\x63\xfa\xd2\xa9\x2e\xf8\xd2\xc1\xc2\x9f\xef\x47\x80\xee\xa3\xb7\xbe\x47\xfc\x3a\x6e\xd6\xbb\xb7\x87\xb7\x91\x5c\x0e\x2b\xca\x58\xb2\xf7\xaa\x89\xaf\x98\xf1\xd7\xf4\xf9\x6b\x7a\x87\x28\xe5\xf0\xb6\x1b\x4a\x2f\x46\xe7\x3e\xb1\x08\xd0\x4c\x59\x26\x20\x94\xba\xe9\xad\x66\xc2\x15\xa7\xd0\xed\x8a\xf0\x6f\x98\x4b\x2e\x90\x26\xee\xf7\x1b\xc4\xbc\x6d\xbf\xd6\x81\x42\xdd\x8f\x40\x26\x30\x40\xc0\xc0\x5d\x6a\xee\xec\xd1\x41\xd3\x6d\x22\xf1\x78\x56\x03\x9b\xae\xb3\xc6\xd1\xa7\x07\xcb\x21\x00\xbe\xf7\x55\x98\x4c\x77\xb8\x47\xbf\x1d\x24\xec\xaa\x93\xbc\xba\xea\x5c\xb0\x5f\xd6\xbb\xe5\x9e\x78\x5c\xc8\x35\x5d\x5e\x75\x22\x79\x46\x2f\xcd\x10\x8c\xbe\x5f\xd2\xf8\x09\x2b\x7a\xa6\xff\xb7\xb4\x4a\x6c\x5a\xb4\x80\x88\x5d\x2b\xa8\x70\x30\xfe\x13\x18\xd1\x45\x5d\x50\xcc\xf1\x37\xcf\x7a\x31\x93\x8e\xaf\x82\x5f\x98\x4a\x24\x32\xe8\xa0\x3a\x46\x16\x90\xbd\xde\x8e\x52\xa1\x44\xd0\xda\x8c\x9e\x7b\xac\x0c\x73\xc2\x4a\xf9\x9d\x28\x54\xd7\xdd\x44\x18\x86\xbd\x15\xb2\xa1\x48\x0d\xa6\x29\xdc\x3b\xb5\x13\xd2\x9e\xae\x10\x3f\xda\x6f\x58\xdc\x17\x64\x08\xec\x2a\x88\x23\x09\xe1\xca\xed\xd7\x7c\x2d\xad\x6c\x83\x06\xd6\xb5\xde\x28\xaa\x99\xee\x90\x11\x05\x90\x31\xc8\x00\x71\x0f\x47\x36\x89\xee\x69\x06\x8d\x2f\x67\xe7\x53\x9d\x43\xd1\x0d\x54\x79\x2a\x1e\xc6\xb5\x12\x85\xc6\x3c\x95\x68\x07\x01\x55\x89\x5b\x25\x4d\xbd\x1f\x34\x64\xde\x44\xb6\x22\xc7\xa6\x18\x84\xfb\x0c\xb6\xf7\xa4\x56\x98\xad\x7f\x79\x9d\x98\x34\xf0\x09\x1e\x1d\xa1\x5e\xb5\x20\xfd\xf8\x7d\x44\x53\xbb\x26\xbc\x78\xc3\x16\xdc\x8e\x5f\xfd\xee\x7b\x41\x17\x6b\x51\x4f\x5e\x24\x01\x25\x27\xe5\x9e\x70\x1a\xb4\x37\xf7\x16\xa0\x43\x2f\xe9\xbe\x72\x89\x09\xee\x5e\xf8\xdb\x82\xb1\x6f\x8d\x2f\xe9\x59\x40\x55\xc3\x70\x2d\x87\x88\x75\x6e\x5d\x60\xf6\x33\x2f\xfa\xc2\xc9\xa6\x68\x78\xb5\x8a\x9f\x59\x78\x60\x3d\xc1\x6f\xdb\x73\xd3\x57\xd9\x51\xa7\xf1\xb7\x59\xa5\x5e\x90\x73\xf6\xfd\x59\xd5\x13\xca\x94\xba\x0b\xbf\x5f\xc0\x8e\x55\x52\x60\xc9\x9f\x9d\x6d\xc1\x5a\xd3\x69\x20\xd5\x20\x1d\xa1\xfc\x5d\xe5\x75\x62\x9c\x94\xfe\x45\x61\x3b\x4e\x0b\x1f\x20\xd8\xc7\x5a\x6a\xd3\xb9\xd0\x22\x1c\xa8\xbd\xbc\xf8\xa3\xdb\x2b\x04\x8e\x15\xd2\x35\x7a\xdb\xde\x8d\xef\x12\x21\x29\x67\x4d\x99\x7c\xf6\xe7\x26\x4c\x85\xda\x74\x0e\x4d\x66\x98\x8c\x77\x88\x50\x3c\xec\x46\xd9\x05\x07\x18\x62\xf6\xa6\x73\x7d\xb9\xcb\xc9\x38\x24\x72\x9c\x0a\x33\x88\x63\x32\xad\xb4\xcc\x59\x4a\x92\x95\x9e\x14\x1e\x77\x0d\xef\xfd\xf3\x03\xdb\x1d\xbd\x15\x7f\xdc\x34\x01\x5e\xa0\xf3\xd6\xef\xd8\x81\x88\xd6\x2b\xfd\x88\xd7\x8e\xc1\xcc\x4e\xeb\x99\x04\x7a\x92\x38\x4e\x4b\x19\x28\x7e\xb4\x7f\xbc\x1c\x59\x5d\x04\x3c\xc2\x66\x35\x4a\x21\x16\x94\x0f\xe0\x80\xc3\x89\xad\x13\x68\xb2\x89\x94\xd1\x0b\x43\x37\x6c\xb0\x9b\xb4\x36\xba\xa0\x4b\x46\xb2\x7b\xd7\xe4\xab\xed\x0d\xc6\x49\x20\x25\x5a\x14\x8a\xe8\x9b\x43\x61\xbf\x82\xe3\x6e\x46\x6e\xca\x77\xca\x3b\xed\x5a\x2d\x00\x0d\xb4\xe1\xe4\xa2\xdf\x36\xa8\xba\x6c\xab\x53\xe7\xab\x11\x77\xf8\x02\xff\x1f\x24\x6d\x2a\xa1\x7a\xb8\x7d\xb7\x5f\xee\x09\xd7\x53\x5a\x09\x5e\xaa\x49\x0f\xce\x05\xb2\xf8\x74\x8d\x0b\x3c\xf0\xd5\xcb\x50\x4f\xf1\x48\x69\xe5\x78\xe8\x92\xc8\x61\x13\xbc\x17\x74\x30\x9e\x8b\x00\x3b\x1e\x5a\xad\x3b\x9d\x6c\x63\x2c\x30\x7d\x7a\x0c\x66\xb5\xde\x12\x65\xa6\x01\xfe\xef\x6f\xa2\x7e\xce\xad\x77\x4c\xdd\x82\x9c\x93\xda\xab\x56\xb4\x46\xdd\x3d\x29\xad\x4b\x3f\xc0\x36\xe6\x01\x0f\x17\x67\x78\x6a\x34\xce\xad\x1f\x7a\x9a\x51\x40\x0b\x51\x2b\x20\xb3\xa8\x47\xa2\x62\x23\xf7\xc7\x9c\xff\x30\x6a\xcb\xeb\x17\xe9\x21\x1d\x0a\xbb\xa6\x76\x18\xcd\xf7\x0d\xb7\xf0\xe4\x0d\xb2\xf1\x2f\xad\x60\x64\xb9\x98\xd4\xd2\x17\x84\x93\x6d\x79\x02\x84\x01\x80\xf6\x82\x89\x16\x23\x17\xc6\xe0\x30\x5f\xca\x8e\x0a\x5d\x57\x37\xa4\xff\x92\x1e\x6c\xb6\x14\xd4\x15\xde\x45\x78\x0f\x28\x4b\x83\x3b\x52\xb4\x06\x55\x98\x66\xaa\x74\x82\xa8\xd9\x38\xc5\xd0\x25\x58\xe7\xcd\x0e\x2e\xd1\xfd\x2c\x90\x55\x5f\x02\x7e\x44\x46\xca\x9b\x9e\x7f\x80\x9e\xbe\x97\xe4\x22\x52\x56\x47\x61\xf0\xa8\x2f\x3f\x78\x2c\x07\x3b\x1a\x4a\xc7\x50\x84\xee\x65\x97\xed\x4e\xeb\x1e\x4c\x23\xea\x94\x0c\xf7\x01\xc3\x0d\x08\x93\x23\xad\x9f\x0d\x0e\x25\x67\x8a\x6f\xd2\x5f\x9d\xa0\x68\x9e\x87\xb0\xf3\xc4\x98\x04\xe8\xec\xcf\x7d\x7a\x3d\xea\xb9\x33\x89\x5e\x2c\x87\xca\xa0\xdc\x55\x81\x1b\x77\x88\x74\xa2\x8e\xa5\x39\x97\x84\xcd\x5d\x83\xcf\xad\xbb\x69\x17\x6c\x04\x30\xf7\x78\x88\x3a\x5c\x32\xc8\xba\x71\xcc\xfb\x90\xc2\x63\x16\x4f\x58\x81\x13\xa8\x54\x1a\xa6\x56\x88\x89\x93\xb2\x4c\x8b\x99\x3e\x9e\x21\x18\x0f\xc4\xe6\xf3\xca\x30\x77\x57\xf1\xdf\x70\x86\x40\x27\xb3\x8f\xf3\x51\x79\x2a\xe6\x32\x72\x86\xac\xfd\xf2\xd8\x0f\x68\x2f\x7b\x7e\x6c\x50\xee\x58\x5f\x6f\x69\xcf\x0f\xe4\xf5\x10\x2d\x32\xd5\xd1\x2e\xf7\xf4\x40\xf8\x8e\xa2\x75\xd0\xbf\xba\xfa\x9f\xc7\x07\x3a\xbc\x8a\x02\x4b\xf5\xf4\x9a\xa4\x5a\x5f\xa0\x59\x90\x92\x54\x4f\xaf\x39\xaa\xe7\x19\x47\xf5\x4a\xa5\xac\xcb\x9f\x7b\xb0\x9f\x45\x2d\x50\x1f\x87\x1c\x8f\x95\x3d\xd1\x63\x44\xa0\xd4\x8b\x18\x71\xde\x0c\xd9\x66\xc8\xdd\x3b\x42\xd9\x4b\xd4\xbd\x2a\xfb\x9e\x8e\x8f\xc9\x80\x35\x79\xdf\xa0\xe8\xb5\x96\xb9\xe0\xcf\x8a\x9f\x0d\x56\xc4\x1e\xbb\x49\x12\x51\x43\x5b\x7e\x97\xb2\xf1\x9d\x92\x9f\x2b\x15\xe2\xb4\xee\x84\x4f\x89\x8e\xa9\x5e\x31\xd0\xfb\x51\xce\xf7\x25\x73\x7c\xe2\x0d\x9f\x4d\xc5\xa6\x9e\x33\xf6\x4b\x7e\xa4\xd5\x9b\xca\xfd\xdd\x94\x85\x1b\x09\x32\x9f\x23\x9e\x29\x3c\xc0\x19\xd7\xaa\x7a\x80\xef\x7f\x94\xa7\xc2\xf9\x88\x7f\x96\x07\xe2\xd1\x3e\xfc\xa4\x49\xd1\x90\xe5\x83\x54\x9e\x7d\x57\x6a\xe5\x82\xed\x6e\xa5\x6c\x27\xf8\x2d\xc1\x99\x62\x81\x7a\xcb\x73\x16\x0e\xea\x3c\xc4\x26\x99\x20\x18\xda\xbc\x6d\x68\x31\xed\x04\x48\x7c\xb6\x0c\x27\xc3\x30\x69\x03\x4a\xe3\x5b\x18\x26\x71\x05\xd1\x68\xa8\xae\x17\x17\xb2\x8d\xad\x16\x36\xc1\xda\x45\x8f\xf4\x41\x52\x38\x5f\x24\xbf\xc0\xb0\xcc\x2c\xe8\xed\x1d\xb1\x72\x3d\xd7\xda\xc3\x42\x36\x98\x47\x66\x8d\x69\x6d\x93\x7f\xcc\xf1\x95\xb5\x1b\xa5\x17\xc8\x46\xd4\x13\x4e\x24\x03\xeb\x16\xce\x89\x3e\x8c\xef\x96\x5a\xe3\x73\x45\x70\x05\xc1\xde\xa6\xff\x87\x61\x29\xab\x9f\x62\xc8\xaf\xeb\x4f\xda\xa5\x60\xf1\xea\xeb\xfd\xbd\x53\x68\x29\x8d\xfd\xb4\x51\xcd\x57\xe4\xbc\x01\x34\x2d\x81\x31\x08\x4a\x37\x70\x33\xc7\xe1\xe0\x46\x93\x06\xc5\x26\xbd\x58\x76\xb9\x27\x26\x0f\x1e\xa5\x49\x5a\x92\x90\x43\x4a\xf2\x24\x5b\xc7\x7c\xc2\xa0\x79\x84\x6a\x0e\x81\x95\x50\xd3\x96\xc7\x2a\x56\xc0\xa4\xaa\xed\x69\x7f\xf9\x3f\x4c\xaa\xff\xc3\xa4\x2a\xff\x4f\x60\x52\x11\x5a\x12\xc5\x9e\xd9\x70\x0d\x1c\xf7\x03\x7c\x61\xad\x5d\x20\x3a\x5d\x2d\x6d\x16\xfc\xfa\xd8\xa3\x2e\xde\x43\x26\xf8\xe6\x0b\x38\xaa\x8b\x84\xb2\x47\x4a\x0f\x98\x9c\x7e\x64\xd7\x5e\xeb\x6d\x26\x5d\x6d\x17\x48\x57\xdb\xa4\x31\x4c\x8d\xfc\xd5\x9f\xb7\xe9\x61\x6f\xe3\x4a\xb0\x79\x77\x6c\x16\xea\xbd\xcd\x95\xde\xe6\xb7\x59\xed\x2c\x36\x41\xfd\x2c\x71\x0d\x95\xf4\xea\xf7\x29\x6d\x67\x42\x79\xf6\xb1\x84\x28\xb4\x53\x29\x17\x19\x3d\x5a\x55\x18\x5e\xa3\x92\x8f\x97\x9e\x5b\x8c\x05\x6d\xe5\x9b\xbb\xd8\xe3\xaa\xbf\xcf\x5f\xfd\x27\x08\xb5\x0b\x0b\x18\x5d\xbe\x95\xfb\xb4\xdf\x4b\xeb\x11\xe1\x1b\x41\xfe\xb2\x27\x57\xd6\x23\x27\x8f\x87\xf9\x1b\xa1\x5c\x5b\x8f\x9c\x82\xbe\xc9\xdf\x08\xe4\x96\xdb\x1d\x15\xda\x7d\xe6\x6e\xbe\xe4\x87\xff\xe9\x76\x52\x43\x1b\xb4\x1e\xd6\xf0\xcb\x4e\xee\x17\x83\x41\x54\x45\xed\xac\x84\x93\xf7\x27\x20\x40\x66\xbc\x5b\xbf\x21\x04\x2f\x9a\xbb\x68\x55\xfb\x6b\x02\xfb\x42\xad\x57\x3f\x54\x68\x1f\x93\x2e\x3a\xe5\xbf\xcc\x93\x67\xeb\x91\xe5\xe9\x25\x7f\x23\x96\x79\xdc\x33\x5b\xa8\xd7\xdd\xc6\xa5\xdf\x35\x2b\x5b\x35\xf6\xa8\x6e\x01\x6e\x68\xb3\x2b\x18\x54\x0e\x04\xb3\xa9\x6a\xf2\x29\x17\xe4\xb2\x5b\x3c\x64\x24\x0c\x41\xdc\xc9\x48\x18\x56\x21\xa7\x7a\x81\x84\x61\x0a\x5c\x06\xf5\xd3\x6a\xdc\x67\xf9\x77\x8b\xe6\x7d\xf6\xd0\x5d\xf6\x67\x65\x83\xac\x29\x9a\x77\xf5\x13\x07\x26\xd8\x42\x3d\x1d\x9a\x98\x58\x16\xad\x78\xf5\xa3\x64\x3d\x63\x05\x58\xcf\xf4\x7b\x7b\x18\xe4\x40\xb0\x7e\x5b\x4b\x72\xea\x0d\x5b\xa6\x16\x40\xf6\xeb\x7c\xe3\xf2\xa8\x10\x9a\x81\xdc\x98\x0f\xd8\x7b\x6d\xa1\x7e\x5d\x36\x77\xb9\x87\x9d\xd7\xe5\xc6\xa5\xba\x48\x0b\x51\x9e\x54\x89\xa3\x0b\x78\x5a\x30\x88\x83\x99\xa2\x6d\xc1\x8c\xa1\xcb\x8d\x6c\xf8\x97\x31\xbc\x15\xc2\x85\x01\x0f\xfe\x70\x5b\xe1\x98\x7e\x3a\x0e\xc3\x4a\xc8\xa1\x3d\x6b\xa9\xc5\x51\x20\xff\x19\x30\xcc\xfc\xd2\xcd\xc5\xf7\x44\x6d\x84\xf8\x1f\x1a\xc5\xf8\x9e\xb8\xc1\x71\x3f\xe9\xf5\xd3\xd5\x95\xad\xf4\xf6\x5f\x30\x0d\x33\xb5\xf1\xb9\x91\xd0\x22\x5f\xb8\x6c\x72\x65\x2d\xfd\x2f\xca\x26\xb4\xc8\xd5\xc6\x0b\xb9\xe1\xaa\xb2\xc6\x65\x93\x2b\x47\x19\x7c\x51\xb6\x96\x50\x2a\x37\xc0\x8c\xdc\xe0\x92\xfc\x7b\x16\x7e\xd5\xde\x84\x19\xb9\xf1\x42\xee\xc7\xb9\x32\xb8\x64\x72\xa5\x2d\x37\x5f\x94\xdd\x3b\xcc\x8e\xdc\x20\xd7\xec\xd4\xe4\x92\xfc\x7b\x1c\x7d\x51\x2e\xa1\x8e\xae\xd6\xe9\xb0\x3d\xa9\xd5\x5f\xf2\xbf\x87\xc1\xee\x76\x39\x83\xcb\xd5\x57\x28\xc7\x49\x62\xc9\xef\x61\xd8\xbe\x4d\x37\x9d\x94\x6b\x37\x5e\x68\xa1\x1f\xa5\xc5\x2d\x4d\xae\xec\xe4\xfe\xab\x6f\xe4\x7e\x2d\xa5\xfd\x53\xe1\xb2\xa5\xb4\x7f\xe2\xbf\xf4\xcf\x9a\xfb\x67\xc3\x25\xf9\xf7\xd8\xf8\xe2\x3b\xad\x2f\xe2\xc4\x52\xc9\xd1\x34\xee\x13\xe7\x32\x85\x89\x79\x4d\x5d\x71\x9c\x41\xdc\x37\x0d\x86\x78\xa1\xe5\x54\x95\xfb\xc2\xf9\x60\xcb\x70\x65\xe6\x6e\x54\x1e\x8b\xf6\x84\x70\xbf\x8c\xc9\x97\x51\x62\x28\x6b\x92\x92\xf7\x09\x45\xe8\x88\xc0\xb5\xa1\x89\x44\xdc\x69\x8b\xb4\x48\x15\x49\x2d\xde\x28\x53\x07\xde\x53\xa0\xc1\x9c\xe4\x1c\xd8\x83\xe3\x06\x78\x48\xa7\x75\x93\xe2\x72\xf7\x72\xb9\x52\xc8\x46\xe1\xf0\x96\x39\xe5\xdd\x3c\x7a\xee\xe7\x28\x0c\x66\x10\x19\x94\x5d\xe1\x3c\xe9\xf7\x38\x42\xdd\x99\x01\x9e\x6c\x1e\xf4\x69\xc1\x7d\xac\xd0\xb7\x2b\x22\x52\x70\xef\x2e\x25\xa4\xb6\x66\x24\xb8\x24\xbb\x02\x3e\x2a\xe8\xc3\x26\x0b\x24\x15\x76\x2a\x3c\xa0\x3b\x3e\x58\x12\xed\xba\xac\xc5\x5f\xd1\x37\xdb\x44\xfd\xa9\xf7\x29\x92\x65\x6e\x65\xf3\x57\x26\xe7\xbe\xe8\x91\xdd\xf1\x51\xe4\xbe\x77\xfa\xf7\xef\xed\xbf\x5c\xb1\xa3\xec\x96\x2e\x59\xa1\x93\xcf\x2f\xf2\x9f\x88\x89\x87\x78\xac\xf1\x3c\x22\xfa\xe8\x5a\x27\x29\xaf\xfb\x69\x22\x9c\x7b\xe3\xc0\x64\xaa\x17\x3a\xfd\x4f\x2b\x50\xfb\xc7\xd6\x0a\x21\x0d\xa1\xef\x16\x8e\x46\x9e\xee\x48\x15\x76\x92\xeb\x2c\x53\x87\xfe\x1e\xa7\xd6\xb5\x05\x8e\xbe\x9b\xe5\x5c\x43\x9d\x61\xe6\xfa\x92\xae\xba\x7a\x18\x95\xe7\x4a\xd8\x9d\xda\xa1\x00\x7d\xbe\x38\x50\x98\xd3\xdb\x29\x7e\xb8\xbe\x3c\x14\xce\x28\xb9\xac\x9b\x33\x11\xea\xd9\x63\x77\xd9\x9a\x40\x40\xec\xce\x26\x90\xd7\x63\x32\xd0\x1b\xe1\x4d\x12\x9a\x1c\xcb\xf6\xee\xa8\x3f\xcf\x1d\x05\x73\x7c\x66\xc6\x5e\x0c\x28\x99\x73\xe7\xd3\x04\xda\xff\x65\x02\xad\x4a\x4c\xf0\x3c\x44\x7c\xb0\xe4\x88\x2a\x7d\x70\x89\xac\x97\x42\x33\x77\xc4\x31\xfe\x9a\x54\xa8\xbf\x6e\x2a\xec\xa7\xe4\xeb\x5a\x07\x04\x6e\x9a\xdc\x57\xfa\xb7\x9e\x29\x9b\x80\xd8\x08\x3f\x9a\x17\x72\x56\x3a\x15\x93\x62\x8f\x2a\x6a\xcf\x07\xda\x03\xb8\xac\x81\x90\xf6\x8e\xe6\x38\x42\x9c\x54\x59\x09\x57\x64\x04\x24\x46\x09\xae\x1f\x3e\x1f\xaf\x0e\x23\xbd\xab\xdb\xaf\xb5\x78\x74\x7d\x76\xe3\xd8\xce\xc6\x4b\x7a\x76\xb3\x43\x78\xe7\xf8\x4e\x8d\x3e\xad\xdf\x2c\xbd\xa4\x6d\xea\xc3\x40\xee\x98\xb2\xd5\xcf\x95\x1e\x92\x3f\x42\xb6\xf8\x49\x7f\x43\xfc\xd9\xea\x7e\xb1\xc1\xe7\x04\x9b\x01\x21\xb6\xdc\x7b\x88\x19\x01\x7f\xdb\x6a\xaf\x15\x2a\xd7\x93\x09\x91\xe1\x99\xd7\x00\x22\xbc\x02\x86\x58\xac\x22\xb3\xf3\xa4\xcc\x7d\x2f\xdf\xd7\xed\x48\x0b\x0e\xf5\x23\xd9\xb6\xf8\xf2\x76\x37\x62\xb5\xe6\x54\x7a\xc0\x52\x8b\x49\x1f\xef\x6d\x3c\x99\x56\xe8\x0a\x27\xee\xf8\x4c\xad\x56\xdd\xe7\xdf\x1b\x56\x48\xf7\x0a\x10\xab\x5b\x45\x2b\x16\xd2\x2c\xbe\x66\xb7\x23\x56\x49\x4f\x5d\x5d\x2f\x99\x43\x6a\xd5\xde\x1a\xde\x6e\x55\xc0\xb3\x29\x3c\x66\xad\x72\x84\x5d\x53\x55\x62\x10\x52\x77\x49\x85\x6b\x4a\x1c\x72\x9e\x93\x95\xa0\x67\xf6\x40\xd8\x9d\xfd\xb1\x9b\x9b\xac\xea\x79\x5f\x19\xfe\x41\x04\x75\x45\xf7\x57\x42\xa9\x34\xaf\xf0\x77\x4e\x84\xfa\x69\xe4\xa6\xe0\x57\x53\x72\x2a\xc4\x01\xcb\x27\x50\x17\x36\x27\xe5\xef\xeb\x15\xd4\xba\x50\x02\x8d\x61\x27\x8c\xbd\xb7\x1e\xd0\x92\x24\x1d\xe6\x43\xe9\xa1\x20\x49\xe0\x64\xcd\x89\x35\x32\xba\x1c\xee\x59\xf0\x2f\x3d\x0e\x30\xde\x1b\xf8\xf0\xf2\x40\x38\x95\x4e\x15\x54\x8a\xfd\x75\xe5\x81\x49\xa5\x33\x2c\x26\xb2\xaf\xc0\x42\x2b\xd6\x32\x88\x47\x85\xc5\x40\x58\x7f\xca\x46\x92\x90\x59\x82\x91\xea\x68\xa8\xf2\x3b\x61\xb0\xf4\x84\xe8\x9f\x36\xb4\x49\x3d\xeb\x6f\xd1\x4f\x25\xf1\x4e\x8e\x70\x42\x1c\xe5\xf5\x7d\x77\x14\x55\x18\x95\xae\x54\x64\x3c\x6f\x44\x23\x66\x3c\x77\x88\xf1\x3c\x47\x07\xce\x2b\x7a\x15\x8f\x12\x96\x18\x25\x54\xac\x6a\x70\xaa\xd9\x55\x84\x9f\x2a\x32\x3c\xb8\x0b\x03\x74\xae\x89\x4a\xc7\x7d\x3b\xbe\x35\x58\x13\xb8\x8a\x7a\xf4\xd2\x07\xb7\x8e\x64\xce\x69\x63\x3b\xca\xbf\xbe\x4d\x2d\x13\x6b\xb2\xf5\x9e\x52\x5d\x91\xa7\x69\x2b\x1a\x21\x39\x33\xbd\x7e\x18\x95\x17\x4a\x38\x77\xf1\xe1\x13\xaf\xe8\x30\x09\x40\x39\x5d\x53\x80\xb5\x28\xcc\x5c\x7f\x5b\x5f\xd8\x1b\x90\x31\x7e\xd1\x90\xe9\x55\x0b\x18\x0f\x30\xe8\x5c\x05\x16\xe7\xf9\x43\xbb\xa2\x9b\x01\x02\x36\x0b\xd2\xb9\x82\x8e\x87\x74\x9e\x5f\x93\xcc\x0f\x85\xba\x4b\x58\x67\xff\x28\x52\x11\x7e\xe1\x3a\x37\x27\x90\xba\xc8\x05\x3b\x68\xef\x30\x2f\x6a\x47\x4a\x4b\x8d\x15\xf4\x42\xf2\x43\xc9\xe6\x91\xbe\xf7\x21\x91\xd0\xf7\xa8\x93\x34\xbd\x0f\x9f\xab\x9c\x63\x1a\xa8\x0d\xe0\x93\x3f\x08\x98\xd8\x38\x7e\x12\xd6\xf5\x23\x13\xce\x37\x8e\x70\xf5\xd2\x29\x0d\xe2\xfa\x8c\x7b\x4b\x79\x39\x52\xa5\xfd\xe3\x91\x53\x4b\x94\x50\x17\x85\xac\x37\xd4\x49\x68\x95\xae\x98\x33\xf9\xb1\x41\xe6\x80\x16\xa7\xe9\xce\x2f\x74\xc8\xf4\xa4\xb1\xbb\x62\xea\x66\x1f\xe9\x52\xda\xf8\x6c\x12\xdf\xd6\x89\x98\xba\x0d\x99\xb2\xf4\xa2\xba\xa9\xae\xc7\xd5\x8f\xb1\x7b\x0b\xb0\x9d\x8d\x2f\x2b\xa5\xda\x8c\xd3\xb3\x56\x03\x2f\xd9\x66\x50\x7a\xe0\x53\x95\x1e\xd9\x85\x32\x30\xb2\x9e\xcd\x71\xde\xc9\x02\x5a\xcb\x64\xe9\x50\xca\xa1\x63\xca\x1d\xeb\xc5\xd5\xd2\x03\x02\x3b\x29\x0b\xcb\x44\xf9\xbd\xba\xcd\x05\x9e\x84\x7f\x97\xf8\x23\x76\xeb\x8c\x58\x5c\xf4\x2b\x85\x18\x6d\x9a\x8c\xc4\x30\x7b\x35\x49\xeb\x58\x3e\x6f\x97\xed\xd5\xb7\x36\x00\x9c\x96\xad\xee\xf0\x4f\xec\xb8\xea\x03\x8b\xb3\xd8\x52\xbd\xa8\x26\x7a\xa6\x34\xbe\x5f\xfb\x61\x54\x5e\x29\xd1\x7d\x6d\xe0\x08\xd1\xaf\x97\x1e\xf8\x58\xa4\xab\xe2\x74\x14\xb3\xce\xfb\x3d\xb8\x67\xde\x44\x5e\xaf\x53\x8f\x89\x5e\x57\xd8\x5f\xf4\xd9\x8f\x8f\x34\xae\xb0\x2b\xb2\xc1\x0f\xed\xe2\x11\x59\x4e\x9b\xd2\x5a\x0d\x53\xfa\xf8\x9a\x5a\x92\x39\xb4\xdf\x4f\x6b\xf8\x95\xab\xa1\x47\x71\x69\x3d\xe1\x3c\x56\xb8\x9d\x46\xf8\x80\x18\x5e\xbd\x53\x91\xb4\x66\x3d\xfb\x10\x8f\x58\x9b\x0f\x2b\x05\xc1\xcd\xb4\x13\x89\xe0\x7e\xb8\x7a\xba\xdc\x15\x4e\x2c\xe3\x78\x94\x57\x3a\x5f\x12\xb5\x2c\xb1\x33\x18\x8b\x6e\xd1\x63\x61\xc7\x2a\x1a\x14\xf6\xa5\x4a\xf5\x1e\xc1\xbc\x84\x0b\x40\xb1\x2a\x5a\x8d\xb8\xa5\x59\xc7\x3f\xd2\xdd\xb6\x22\x4f\x83\x7f\xaa\x7d\xf7\xb5\xce\x93\x5c\x3f\xc6\x23\xde\xe5\x82\x2d\x30\x4a\xf7\x45\xaf\x4c\x55\xf7\x95\x6d\x28\x7f\x50\x78\x7e\x4e\x0c\xc2\x79\x2f\x0b\xbe\xdd\x39\xa9\xe4\xe3\x97\x87\x51\x79\x2b\xf7\x2f\xde\xf8\x8e\xb2\x50\x68\x4e\x84\x40\xfe\x19\x84\x30\x4e\xaf\x9b\x1d\xde\x8d\x8d\xb8\xe0\xc2\x21\x90\x11\x64\xa2\xf7\xf7\x48\x52\x1f\xd6\x81\x7d\x80\x43\xf1\xb1\xa5\x92\x03\x1c\x9f\x51\x29\x46\xc6\xdd\xbd\xb4\x47\x17\xb5\xa4\xa4\x7e\x65\x48\x6f\xe7\xea\x89\x94\x38\xbf\x8f\xf8\xc8\xde\xbb\xd6\x70\x5e\x1a\xa5\xa2\x83\x6b\xb3\x84\xab\x66\x07\x49\xc4\xd0\x0b\x27\x38\xa1\xaf\x9f\x9a\xd4\x2f\x49\x98\xda\x4c\x88\x77\xbf\xb8\x92\xeb\x8b\xc7\xf2\x4c\x38\x17\x27\xa5\xba\xf9\xb4\x2d\xa8\x93\xfc\xc5\x3f\x26\x7c\x36\x88\x64\xc8\x1b\xff\x69\xeb\xa6\x48\xc0\xaf\x89\xa6\x76\x7d\xa6\xc9\x06\xc3\x82\x52\x95\xfa\xe6\x70\x88\xb3\xf7\xea\x7a\x26\xea\xd5\x10\xc8\xe4\xea\xf9\x30\x2a\x9f\xa5\x70\x9e\x4d\x5e\x1f\xad\xd2\x03\x9b\x46\x18\xbd\x91\x18\x35\x93\x2d\x9a\x67\x3d\xac\x80\x0d\x68\x44\x17\x46\x6e\xb4\x8a\xdb\xed\x61\x87\x74\x9b\x50\xa5\x37\xb8\xf4\x4a\xfa\x67\x72\x74\x0e\x8f\xc7\x67\xec\x6b\xb7\x1f\x19\x08\xb5\xb9\x4b\x94\xbf\xdc\x8a\xeb\x0b\xd7\x92\x0d\xee\xa7\xea\x9c\x8d\x23\x93\x84\x8c\xbe\x6e\xb9\xf9\x5e\x65\x16\x75\xad\x80\xe9\xe6\x52\xc2\xeb\x56\x5e\x22\xf7\xcf\x63\x37\x11\xb6\xd5\x39\xe3\x29\xc0\x17\xb8\x71\x1d\x04\xef\x08\x1c\xaf\x73\xbe\x21\x05\x5b\xda\xfb\xca\xed\x99\x74\x77\xeb\xea\x78\xd1\x07\x8a\x33\x00\xfa\xcf\xb8\x79\x59\xe8\xbd\xde\xa9\xdd\x05\x4f\xe9\xd8\x1c\xa5\x50\x8f\x2f\x39\x45\x22\x62\xee\x79\x08\x58\xfa\xb8\x1d\x23\xf0\xa4\x9a\x86\xf2\x3a\xa7\x88\x55\xdb\xd8\x7f\x4c\xd7\xe2\x41\x0a\xe7\x22\xf7\x3c\xd2\xf3\x79\xf7\xb3\x71\x07\x99\xae\x4a\x18\x06\x29\xa6\xc3\xe8\xf2\x40\xac\x61\x47\xb8\x9b\x66\x75\x40\xee\x5e\xa7\x16\x9d\x77\x23\xb2\x57\xc9\x56\x12\x42\xfb\x41\x59\x39\x94\xd3\xc4\x72\x25\xe5\xa6\xd2\x05\x3c\x33\x3b\xae\x15\xa0\x43\xf6\x29\x74\x48\xba\xba\x8a\x38\x28\x0b\x2b\x39\x36\xc5\xc5\xe3\x51\x9f\x04\x67\x1d\x29\x00\xef\x99\x7a\x4c\xfa\xdb\xc4\x2f\x1e\xf1\xaa\xe4\xaf\x1c\xf8\xbf\xaf\x2e\x76\x73\xa4\xd7\xcd\xc5\x3d\x39\xd5\x16\xea\xea\x55\x67\x28\xa1\xe3\x0a\xd0\x9e\xe9\xc1\xba\x9e\xb5\xd7\x0f\x56\x69\x63\x15\x53\x0f\xde\x9c\x8f\xab\x46\x60\x9a\x29\x73\xb4\x60\xf0\xbd\x89\x50\x4f\x86\xc5\xce\xce\xa1\x10\xb3\x88\x72\xc9\x95\x27\x57\x4c\x7a\x75\x34\x81\x0f\xde\x58\x12\x36\xc0\xc3\xd9\xec\x7e\xea\x5b\xdd\x8d\x35\x95\xf0\x7e\x7d\xd1\x8d\x6c\xec\x37\xce\x05\x6d\x61\xb9\x4b\xce\x0e\x97\xe2\x6a\xd6\x4d\x9d\x0a\x55\xb9\x0b\x96\xd7\xac\xe9\x53\xe1\x78\xf2\x5c\xf9\x0a\x7d\x7a\x41\xa0\xba\x7f\x38\xe6\x92\xf3\xd5\xdc\xe7\xf7\x4f\x31\x4b\xcd\x1a\x57\x46\xac\x76\xf3\xbe\x9c\x32\xce\x80\x8c\xdc\x5d\xb0\x5f\xdb\x8a\xbf\x5f\x87\x2d\x94\xd5\xc9\xbf\x34\xbf\x75\x56\x63\x72\x8b\x8f\xb7\xad\x67\x96\x11\x7d\x50\xc5\xa9\x18\x6f\xbc\xb4\x6f\xe3\x82\x97\x22\xd6\xa5\xfd\x16\x02\xd2\x17\x2d\x22\x3b\x31\x25\x47\x70\x05\x7c\x7d\xd9\x7a\xd4\x2b\xc4\x92\x7c\x90\x0c\xf9\xfa\xaa\x45\x4e\x3a\xe5\xab\x3d\x38\xf1\xa6\xe6\x91\x74\xdd\x59\xeb\x48\xe1\x33\x17\x09\xc4\x91\x61\x0d\x56\xd6\x59\x15\x56\xd6\xbd\xdc\xc2\xf1\x31\xa9\x18\xa8\xaa\x64\x3c\x22\x0c\xdc\xc7\x8d\xbe\xc5\x25\xda\x1e\x51\xb9\x6c\xe4\x1c\x37\x66\x16\x97\x68\x1b\x8f\xc0\xef\x26\x03\xcc\x24\xe2\x36\x6d\x5b\x5c\x91\x87\xe3\xf2\x24\x02\xe9\xde\x6c\x0b\xd2\xbd\x93\xdc\xfa\x2c\x6c\x08\xfb\x47\xfa\xb5\x61\x1e\x5c\x79\x7d\x18\x51\x32\xcd\x2f\x8e\xc1\xf1\x70\x96\xe8\x6e\x59\xbc\x05\xb2\x09\x0b\x9a\xcf\x37\x76\x07\x8a\x3e\xf9\x65\x9a\x10\x04\x09\xa3\xfa\xf1\x40\x3a\xb0\x27\x2f\xeb\x61\x96\xf6\xc2\x83\x35\xa4\x68\x4c\x9e\xbc\xd5\xc6\x33\x00\x09\xbc\x26\x9c\x66\xc0\x80\x8e\x80\x88\x3c\xd6\xca\xd5\xcb\x7a\xc5\xb8\x84\xc1\xb1\xb8\x6f\x5d\xf4\x04\xb7\x1b\x12\xd3\x44\x2c\xa5\xee\x88\x8c\x46\x24\x47\x26\xb2\xf0\xec\x2c\x3c\x6a\x2d\x4f\xc5\xa3\xea\x76\x37\x62\xbf\x2a\x3d\x4c\x87\xf1\xfb\x3d\xf0\x94\x27\x4d\xf3\xfe\xe6\xdb\x33\x6b\x0e\x3f\x49\xf2\x3c\xb0\x4f\x11\x11\xc2\x0e\xd7\xe1\xf3\x5f\xca\xb1\xe7\x6e\x5c\x76\x85\x63\x74\x5a\x50\x8f\xb7\x72\xf3\xef\x3e\x62\xbd\xa3\xc1\xd3\xdb\x5c\xf2\x11\xe6\x7d\xf4\x97\x8f\xd0\x85\xb0\x8b\x47\xb9\x8f\x88\xfe\xfa\x11\x59\x39\x33\xf7\x11\x95\xce\x16\xcf\x4f\x2a\xb4\xd0\x67\x6d\x40\xc2\xc8\xb8\xb8\xaf\xb4\xfa\x90\x24\x40\xbb\xc7\xce\x32\xf7\xbb\x58\x60\xe4\xb5\xbc\x8f\xda\x0f\x38\xd7\x82\xd6\x70\x8a\x35\xa3\x3c\x19\xb0\x43\x97\xe6\xc9\xab\x71\xf9\xb3\xe8\xc4\xa8\x36\x11\xe6\xbb\x96\x7a\xa9\xf6\x84\x6a\x74\x8a\xd0\x70\xe9\x14\x35\xfe\x2a\x8b\x79\x9a\xf4\x85\x18\x5c\xd5\x6a\xef\xef\xca\x37\x60\xe7\x38\xb2\x88\x3c\x42\x96\x6a\x10\x97\x72\x2f\x89\x51\x82\xea\xa7\x9c\xfa\xf0\x66\x73\x2e\x9f\x9b\xb3\x05\xf7\xe4\x5b\x23\xfc\x6b\x8f\xae\x03\x4e\x14\x0a\x59\xa4\xd1\xbc\xbe\xdb\xe7\x7a\xd6\x16\xea\xa1\x11\x28\xc0\x78\xb0\x31\x7e\xbb\x67\x78\x80\x86\xc5\x74\xd7\x7c\x63\x67\x11\x91\xc5\xef\x0d\xcf\xa9\xef\x8d\x80\x9e\x45\x1c\x48\x3d\x4f\xbd\x6e\x89\x9c\x6f\xf3\xf9\xaf\x94\x90\x18\x5e\xb6\xb4\x8b\xd6\xee\x8f\x58\xff\x14\xd0\xfd\x32\x87\x38\x1b\xd7\xb8\x78\x33\x1e\x31\x38\x6d\x5f\x4f\xbb\x06\x67\xd2\xf6\x84\x33\x8a\xe7\x60\xc3\x6a\x17\x0e\xb9\xbe\xaa\xe5\xce\xa6\x4d\x29\xd4\x73\xad\x4a\xd6\xf6\x99\x31\x4b\xaf\xd7\x49\xc4\xed\xe3\xec\xc9\x12\x9d\x62\xfd\x58\xab\x4c\xae\x25\x9b\x94\x24\x72\x99\x52\x7c\x49\x75\x1a\xcb\xfd\x3a\x1f\x44\xb6\x5b\xd3\x50\xf7\x02\x33\x97\x8d\x1d\xc8\xa5\x09\xb8\xd6\x93\x99\x4b\xc6\x8e\xe4\x91\x2f\xb3\x2e\x68\xeb\x47\xcb\x63\x75\xfa\xe5\x7a\xed\xaf\xe1\x2b\x37\xd5\xee\xb7\x80\x2a\x07\xa2\x37\x2a\x55\xf2\x88\x93\xe6\xe1\x3f\x80\x38\x89\x7d\xea\xaf\x48\x7a\x03\x61\x9b\xf6\x77\x61\x23\x89\x77\xea\x42\xf6\xfe\xd0\xbe\xb5\xa4\xfe\x39\xa8\x5d\x73\x0b\x24\xc7\xc8\x2a\x20\x39\x6e\x41\x48\x3e\x6e\x58\x7a\x64\x7c\x79\x85\xe4\xd8\x17\x0b\x02\xb5\x8b\xa5\x7b\x1e\x7d\x39\x22\xf5\x08\x60\xb3\x0d\xd2\xe3\xd5\x28\x3c\xdc\xdf\x08\x84\xfa\x27\x00\xa3\xb7\x23\x8b\x8e\x4b\x9b\x43\x61\xf2\x51\x53\x1e\x61\x1f\x50\x94\xea\xe5\x9b\x51\x36\x94\xe2\xb5\x98\x03\x85\xca\x9f\x67\x33\x66\xf8\xb8\x98\xf7\xb0\xdd\x0c\xf5\x3e\x52\xc1\x8c\x61\x0b\xd1\x9c\xbc\x47\xb6\xf0\x91\x4b\xf2\xed\xa9\xc3\xec\xb8\x93\x3c\x0d\xae\xf2\xe5\x7a\xc5\x88\x38\x35\x06\x73\x24\xeb\x97\xfa\xbd\x07\x64\xf4\xa7\x99\xb6\x04\xc7\xcf\xd8\x8f\x39\xab\x83\xac\xde\xca\x93\x27\x93\xc3\x48\xf6\x0c\xc7\xb2\xbb\x90\xc6\x16\xcb\x3d\xeb\x59\x9e\xc9\xaf\x30\x19\x2f\xb2\x74\xa1\xd3\xc0\xa0\x02\xb2\xbd\x5e\xe9\x40\xac\x50\xbf\x2c\xc4\x84\xfe\x7d\x3e\x67\x78\x90\x24\xaa\xc7\xb9\x9d\x61\x02\x3c\x28\x3b\x7c\xf8\xee\x7c\x67\xfa\x56\x9a\xf1\x76\x44\x63\xdb\x35\x00\x6d\x54\x41\x78\x31\x18\xdb\x70\xec\x5b\xb2\xa6\xab\x48\x81\x7a\x0b\xaa\xcf\x38\xd3\x5f\x18\x4f\x60\x0b\xb1\xb6\x06\xaa\xef\x94\x84\x74\xc5\x9e\xe3\xb1\xba\x34\xae\x4e\x78\x09\x36\x78\xdc\xd9\x84\x0c\x0c\x3e\x14\xea\xe9\xe2\x43\xd1\x3b\x53\xb8\xa7\x1a\xf9\xab\xce\x95\x1d\x65\x90\x40\xc2\x6c\x00\xfb\x53\x07\xbb\x5e\xf0\x5c\xbe\x45\x6e\x5c\x53\x40\xc8\x19\x08\xf5\xab\xbd\xd5\x5b\x98\xf3\x88\xa5\x6d\x5d\xa9\x06\xf8\x39\x34\x83\xee\xed\xb5\x7d\xca\xaf\x6d\x57\x28\x77\x35\xef\xde\x12\x0e\xf4\xac\x6a\x1c\xae\xed\x3f\xef\xe4\xc9\x71\xf5\xe6\x5a\xa1\x2e\x17\x13\x5d\x83\xee\xed\xc5\xfc\x41\x37\xec\x02\x80\xa7\x69\x9c\x17\x16\x27\x79\x80\xb0\x98\x9a\x24\x2c\x1a\xaa\xff\x19\xf6\xb5\x74\x7c\x49\xb8\x0e\xd5\x48\xcf\xcb\x0f\xee\x2a\xe5\xd1\x64\x64\xfa\xb4\xa3\xfa\xa9\xa5\x4a\xc7\x3d\x6d\xbe\x86\x84\xfd\x27\x82\x7e\x5b\x58\xb6\x61\x9c\x5f\xb6\xff\x7f\x2c\xe8\xf3\x13\x5f\x45\xff\x4d\xa2\x7e\x19\xb1\xcb\xab\x38\x7a\x75\x1e\x3d\xbf\x04\x51\xdf\xbf\x2d\xea\x7d\x39\xdb\x12\xcd\xa1\xd8\x65\x68\x09\x4d\x59\x76\x9f\xab\x4e\xdc\x51\x65\xbb\x5f\x73\x5a\x32\x40\xfc\xc8\x99\x71\x0b\x01\x9b\xb0\x46\x46\x73\x01\x10\xa1\x41\x06\xb1\x9d\x32\x0e\x45\x54\xfb\x31\xbb\x44\x04\xc5\xc1\x88\x7e\x9d\xa2\x15\x91\x5c\xbf\xc6\x49\x93\x8c\x83\x4a\x70\xf9\xea\xa7\xf2\x47\xd2\xa0\x2c\x94\x6f\x7d\x51\xde\x46\xf2\xf0\x07\x29\x32\x84\x5a\xdd\xb7\xea\xbc\x12\x16\x67\xfa\xe3\xdd\x87\x65\x2f\x52\xe5\xea\x9d\xb0\x7f\x5d\xa0\x2d\xf6\xcf\x21\x56\x3e\x4d\xa2\xfa\xf1\x29\x09\x13\xa4\x98\xc2\x5a\xf8\x0c\xa5\x9d\xd2\x28\xd5\x83\x7f\xee\x32\x90\x98\x2d\x94\xf0\x4a\x36\xff\x72\x85\x7d\xf7\x0f\x2b\x70\xc5\x0f\x3d\x8f\x67\x4e\x58\x73\x10\x13\x99\xc6\xcd\xab\xa0\x73\xdc\xca\x24\xfe\x40\xbd\x58\x00\xf9\xa0\x42\xbf\x49\xf4\xce\x7e\x1d\xe9\xc8\xf1\xf6\x5e\x1e\x88\xa5\x7c\x5a\xfa\xf7\x65\x47\x04\x92\x2a\x59\xc9\x9f\xd4\x96\x93\x0f\x68\xd7\x1d\x3c\x60\xc3\x9f\xe5\xa9\x08\xe5\x73\xf9\x20\xc5\x4e\x6e\xe4\x71\x8e\xac\xa6\xb2\x2b\xf6\xb2\x5b\x3e\xdb\x42\xdc\x97\xab\x1d\x51\x95\x11\xc3\xea\x51\xe2\xcd\x69\x3e\xba\x05\x28\x31\x63\x40\x89\xa6\x5c\x90\x17\x42\x0c\xfd\x4d\x2e\xab\x27\x04\x28\xba\xbe\xe7\x0a\xa5\x8a\x79\x42\xce\x55\x26\xcf\x24\xcb\x13\x22\x2c\xd2\xcf\x79\x42\x7d\x06\x23\xa5\x00\x7e\x43\xa5\x75\x67\x49\x7e\x36\x0e\x85\x03\xcb\xbc\xce\x42\x22\xd2\xb9\xc6\xba\x73\x85\x9a\xd1\x17\x62\x7a\xd9\xd2\xb0\x47\xc4\xaf\xea\xde\x91\x4d\x40\xa0\x95\x78\xdb\x4c\x08\x9f\x5b\x76\x54\xa2\x73\xa7\xa7\xea\x56\x22\x3b\x69\xb7\xb8\xe3\x51\xd1\xe7\xb6\x12\x4e\x24\x29\x88\x07\x6d\x31\x9b\x13\xf3\x0b\xcc\x68\xc3\xcb\x55\x3c\xc9\x2a\xde\x25\x15\xaf\xb8\xe2\xe3\xd6\xbe\x51\x71\x3b\x5f\x71\x94\xab\x38\xfc\x17\x15\x13\x98\xd4\x75\xcd\x79\xa8\x92\x84\xc9\xb6\x17\x58\x44\xeb\x63\x57\xec\xcf\xbd\x33\xcc\xde\xb5\x4e\xde\xb5\xe0\x77\x6d\x11\xcf\xd7\x5b\xd5\x40\xb8\xb3\x8d\xe9\xe8\x63\x6f\x54\xbe\x86\x71\x56\xc3\x36\xa9\x61\xc9\x35\x9c\x96\xbd\x42\x0d\xbb\x98\x3c\x80\x76\xa4\xbe\xdb\x86\xcb\x55\x0d\x87\xac\x0d\xff\x68\xa4\x6b\x5c\xcf\x67\x88\x14\xdd\x9e\x4d\x27\x5f\xcf\x20\xab\x67\x95\xd4\x33\xe7\x7a\xcc\x15\xd4\xb0\x7c\x82\xe2\x54\xd8\xa7\x6f\x7f\xd0\xa1\x62\x17\x1a\x12\x05\x23\x9a\x5a\x37\xbe\x67\x58\xe8\x59\x25\x80\xa7\xeb\xdb\xf9\x44\xe8\xe6\xc1\x29\x54\x17\xee\x14\x10\xd5\x0a\x50\xd2\x0c\x88\x42\x93\xbd\xef\x40\xfc\x4e\xc9\x1f\x0f\x14\xd9\xaa\x4c\x1c\xfd\x14\x03\xa7\xf4\x36\x7e\xd7\xbb\x2f\x4f\x45\xff\x37\xb7\x6b\x71\x3d\x3f\x29\xc7\xef\x83\x1c\x05\xaa\xdc\x7b\x5e\xcb\x71\x29\x7a\x29\xdb\xfd\x8d\xec\xd2\x9e\xf3\xbc\x95\x9e\xb4\x96\x40\x54\xd9\x36\x1d\x04\x57\x9f\x7a\x89\x6c\x45\xd8\x4b\x97\x13\x70\x54\xe4\xbd\xb0\x5d\x8f\x90\x29\xc7\x87\x33\x06\x0c\x7a\x5e\x9a\xa7\x13\x9d\xd9\xa8\x7d\x90\xfd\x48\x46\x9d\xf9\x05\xb1\xb9\x84\x76\xa9\xae\x81\x67\x77\x4a\x38\x0f\x2c\x03\xa3\xd4\xba\x27\xec\xea\x11\x98\xca\xba\xab\x2e\x37\xe0\x6a\x95\xdd\x30\x9f\xb0\x80\x26\x42\x3d\xcf\x61\xf3\xf8\xd0\x7d\xf6\xdb\x2e\x73\x62\xf9\x7d\x48\x88\x4a\xc3\x3b\xbc\xc0\xff\xef\x78\xc1\x42\x5e\xbf\x61\xa5\xf4\x1b\x8a\xa0\xad\x7e\x1b\xfa\x59\x1b\xc7\x09\xff\x13\x60\xf3\xf4\x33\x6f\xd9\xbe\xf5\x8c\xdd\x88\xc4\xf3\xa1\xf5\x9c\xbc\x44\xd4\x68\xee\x2a\x20\x52\x79\x08\x82\x68\x31\x42\xd3\x5c\x8a\x4e\xd0\x21\x5f\x5e\x11\xa1\x4b\xd9\x1b\x8b\x35\x72\xca\x04\x07\xdf\xf2\x28\x03\xe0\x27\x47\x7f\xab\xcd\xc6\x14\xd0\x93\x86\xbc\x08\xb5\xb8\x27\xa2\x2d\x7d\x80\xb8\x37\xf5\x5a\xec\x5d\xf7\x8f\x8f\xd0\xc6\x29\xb1\x7c\xfd\x5c\x8c\xb3\xbe\x3d\x92\x52\x0b\x8c\x98\x81\xb5\xeb\x24\x1d\xad\x6a\xea\xb2\xb9\xcb\xda\x14\x6f\x1f\xca\x49\x5a\x71\xff\xc0\x81\x51\xf1\x21\x8d\xbd\xd0\x97\x09\x00\xcd\x6e\xfc\x99\xca\x63\x90\xc7\x57\x6f\x31\xc0\xa7\x7e\x85\x29\xcb\x6b\xa5\x2a\xf7\x8f\x0b\x82\xcb\x14\xed\x4c\x0f\x03\x13\x6e\xac\x4e\x40\xde\x03\x3a\xc4\x1e\x09\x7a\xe3\xe0\x4c\x07\x07\xa0\x26\x18\x92\xc0\x4b\x87\xa0\x3a\x2c\x10\x0d\x55\xec\x5b\x84\x75\x8b\xd6\xe0\xba\xe3\xf9\x23\x0b\xf4\x07\xe9\xbc\x2b\xcc\x83\xa9\xe5\xcb\xcf\x5b\x77\x7c\x83\xc8\x4e\x2c\x64\xa9\xe6\x96\x13\x6a\xbc\xc6\xa7\x59\x9c\x96\x00\x7a\xfd\x15\x32\xf1\x81\x54\x5d\xa7\x71\x05\xad\xdb\xbf\x18\xc8\xf6\xe4\xe4\x8d\xa5\x99\x18\xcf\x6c\xc2\x5e\x75\x69\x68\xc9\x8a\x60\x7c\x6a\xcf\x7c\x8e\x31\xd0\x25\x3e\xb7\x47\x8f\x54\xb0\xe1\x27\xde\x85\x78\x27\x52\x1b\x1e\xb6\xf5\x80\x59\x76\xb4\x16\x75\xf6\xb3\x31\x8c\xed\x72\x53\xaa\x1f\xce\x12\x43\x78\x4c\xd9\x00\x7a\x04\x16\xff\xf8\x18\xed\x5e\xf2\xd9\xd7\xfa\xe0\x78\x26\x52\xf4\x34\xff\xfa\x43\x28\xd1\x6a\x3c\xe6\x33\xb0\x09\x16\x5f\xe5\x33\xb0\xdf\x85\x12\x61\x73\x98\xcf\xc1\x9e\xa5\x29\xd8\x24\xf4\x83\x87\xab\x81\x99\xd2\xa9\xc2\xca\x83\xba\xd3\x5a\xc1\x16\x75\xb9\x35\x55\xc7\xa1\x99\x7b\x7c\xb9\x65\x02\xfb\xbe\x3e\xa5\x6e\x9f\x33\xef\xa5\xab\x3f\xe1\x03\xa9\x68\xb4\x40\x57\x17\xac\xe6\xea\x92\x8e\x87\x0d\xba\xeb\x34\xf2\x32\x2d\x5f\xdb\x45\x96\xcf\xb4\x25\x15\x17\x6d\xed\xf4\x9c\x74\xac\x7a\x3c\x4d\xcb\x37\x49\x9e\x8e\xad\x17\xac\xdf\x81\x50\x7b\x15\xd7\x31\x01\xea\xb4\x50\xd4\x0f\xdd\x47\x33\x86\xc4\x52\xbf\x0c\xb0\x48\x95\x07\xca\x90\xa3\xaa\x89\xb3\xaf\x1e\x83\x27\x04\x5d\x36\x81\x31\x3a\xf7\x11\x83\x75\xa1\x27\xec\x8b\xac\x52\x76\xe2\x0c\x69\x3e\x15\x70\x5f\x76\xab\x3b\x40\x1c\xac\xd9\xab\x88\xa7\x95\x29\xcf\xa8\x78\xbc\x87\x3f\xa2\x1f\x9e\x1e\xe0\xcb\xda\x02\x26\x82\xce\xa3\x7d\x60\x46\xa8\x5f\x2b\x9c\x10\xe9\x29\x17\x21\xd9\x43\x72\x4a\x3f\xf5\x71\xa8\x65\xef\x69\x52\xbf\xaf\x22\xc0\x0c\x74\xdb\x6b\x72\x33\x0e\xf3\xcd\x75\x55\x9f\x78\x11\x1b\x92\x36\xfc\x0f\x03\xc8\x22\xec\x38\x3f\xd7\xa0\x82\xd5\xc9\x70\x60\x3f\x45\x00\x9a\xbf\x3e\x22\xef\x3c\xe0\xac\x45\x08\xa4\xeb\x6d\x8f\x23\x58\x8f\x38\x8f\x7b\x62\x01\x0c\xa9\xd7\xa6\x68\x73\xe5\xcb\xfd\x8e\x44\xf2\xe0\x84\x33\x20\x31\xd6\xf7\x84\xfa\xc5\xc0\xf7\x43\x44\x1a\xf7\x2a\x14\x2b\xfb\x7b\x01\x03\x47\x00\x1e\x7d\xda\xd3\xd5\xef\x2a\x01\xe4\x8e\x81\x80\xdf\x6b\xea\xf1\xb4\x3d\xd9\xf8\x8d\xc3\xaf\x2b\xd4\x6b\xfd\x77\xd9\x49\x8d\xef\x7c\x63\x09\xef\x69\x1b\x87\x35\xef\x03\x76\x67\x7e\x01\x05\x18\x0b\xd0\x2e\x43\x5f\x00\x2e\xca\xc7\xa9\xe2\x22\xa4\x63\x5f\xa1\xe9\xf6\x5a\x41\xba\x08\xb9\x12\xaa\xd2\x24\x2a\xde\x31\x22\x36\x48\x36\x3a\x42\x38\x1b\xe8\x1e\xfb\x3e\xec\x52\x7a\x02\xee\xb6\x9c\x7b\xcb\xe5\x7b\x49\xc9\x61\xca\xc6\xab\xc5\x44\xb3\xea\x14\x1f\xcb\x2a\xf5\xe1\xb7\xed\xc7\xd3\xac\xd6\x63\x93\x5a\xbb\x95\x25\xa0\x82\xfc\x6c\x2e\x91\x9c\xab\x7f\xd4\xe5\x09\xe8\x43\x63\xe8\xfe\x7d\xbe\xfe\xc7\xe6\x71\x05\xfd\xb4\x28\xbb\x8a\xf9\x9f\xb4\x7d\xc9\x73\xb8\x45\x71\x89\xf3\xc7\x4f\xed\x5b\x19\x8f\x84\x55\xf6\xb6\x6a\x81\x11\x39\x2e\x3d\x5e\x3b\xec\x4e\x7b\xa4\x30\xb7\xc9\x26\x61\xef\x3b\x1c\x35\x4c\x06\x3b\x7f\xf7\x39\xd6\x82\x8c\x56\x9d\xc4\xe9\x83\x31\x3e\xff\xa0\x5b\xa5\x88\xc6\xff\xa1\xdc\x53\x0d\x39\xe0\x08\x35\x4a\xc2\xbb\x60\x82\x0e\xaa\xf8\x7f\x12\xd4\x48\x23\x70\xbd\x95\x5e\xa2\x76\x80\x3c\xec\x00\xe9\xc6\x93\x9d\x35\xe0\xd7\x1e\x29\x0e\x82\x82\x17\x2e\x26\x09\x00\xb3\x73\x36\x87\xb9\xbb\x0b\xb5\xf1\x50\x57\xd4\x22\xd0\x83\x50\x6d\x09\xa7\xa0\xf7\x40\x64\x34\x27\x13\xe9\xd5\xcd\x33\x62\x0e\x47\x06\x4c\x22\x74\x01\x01\x5f\x6d\x8b\x83\x97\xd9\x7c\xbb\xac\x4b\x26\x91\x57\x42\x3d\x06\x06\xe0\x71\xb5\xd4\xbd\xdb\xd3\xa4\xef\x1f\x4f\x40\x8a\x1d\x9d\x4e\x9d\xf4\x02\xb2\x37\x96\x95\xe7\xb4\xb2\xae\x7a\xa1\xf0\x8b\x03\x45\x16\xef\x15\xaf\xf4\x87\xdc\x42\x5f\x30\x82\x8c\x8f\xff\xbb\xfa\xf7\x58\x2f\x54\x83\x57\x70\x64\x22\xd3\x7c\x4b\x1b\xa6\xf2\x64\x50\xa5\x15\x3c\x6e\xd1\x40\x77\x4d\xbd\x29\xa8\xdf\x25\x40\x69\x0d\x02\xae\x67\x69\xbe\xe8\x75\xfd\x06\x43\x49\xc8\x57\x57\xe6\x0b\xd2\xa3\x61\xa0\xee\x2f\x40\x35\xd3\xf5\x29\xe6\x4e\xfd\xe4\x30\xf2\x89\xc1\xa8\x42\xcd\xd6\x0b\x5e\x4a\xe3\x31\xdb\x70\x35\x6b\x13\xa0\xf7\xb0\xe2\xcc\x22\xbe\xbc\x4d\x2e\xd7\x18\xd5\x68\x0b\x66\x96\x6e\x44\xa1\xc6\xea\x15\xb2\x65\xcd\x57\x37\x7c\xb5\x8a\xa7\x27\x7b\xae\x66\x67\xf2\x4b\xd9\x25\x18\xf3\xf5\x83\xf9\x82\x38\xa0\xa0\x02\x04\xa4\x1a\xb8\xc1\xc8\x7e\xa4\x7e\x9d\x49\x74\x79\x8a\xb2\x23\xd6\x72\x0e\x03\xdc\xb8\xc5\x42\x9f\x01\xc3\xd9\x32\xdf\xa2\xe5\x4d\x9c\x34\x2a\xb2\x17\x3e\x39\x31\x06\x87\x15\xd9\x28\xfb\x49\xf7\x60\x09\x2e\xef\x52\xca\xfb\x39\x02\x50\xc3\x61\x01\xb3\x84\xc1\x95\xc2\x3a\xc1\x6b\xb9\xd6\x01\xc4\x5a\x8b\x97\x14\x9a\x6c\x5c\x80\x26\x63\x3c\x04\x2c\x71\xb7\xa9\x05\xa3\x83\x58\xb3\x03\xe3\xbe\xa1\x01\xea\x47\x06\x69\xb0\xa7\xf5\xee\xe2\x14\xda\x0d\x69\xdf\xea\x42\xc7\xec\x06\xf8\xb5\xb3\x01\x6a\xac\xf5\x4f\x89\x96\xf6\xf7\x00\xd3\xf5\x68\x65\xf8\x72\x47\xa2\xbb\xcf\x29\x1f\xc4\x06\xdf\x0d\x20\xd7\xe8\xd6\x52\x0e\xce\x25\x02\xb8\x9d\x84\xf3\x87\xef\xf5\x9f\xe8\xae\x2f\x19\xee\xca\xd8\x98\x30\xa2\xb9\x6e\x75\x9b\xb6\x2d\x5b\xb0\x3d\x00\x92\x6a\x07\x54\x08\xe0\x3f\x25\x1b\x42\x1d\xb8\x23\x31\x09\xa5\xfe\x19\x23\x3b\x48\xcd\xd6\xa7\xce\xba\x42\x7a\xda\x8c\x3a\x6a\x7a\xd9\xd1\x9e\x31\x5e\x82\xd9\xf2\x7d\x94\x5e\xd5\xfb\x6c\x72\x35\xc0\xff\x43\x04\x0d\x29\xf3\x2e\xda\x0d\xa1\x6c\x1f\x21\xf5\xf2\x82\xb0\x04\xd9\x38\xa1\x1f\x31\xdc\x92\x60\x9f\xac\xd9\xbb\x0a\x7d\x7e\xdb\x4e\x16\x5f\xba\xe3\x1c\x91\xc7\x99\xc9\xf8\xc0\xa9\xe9\x61\xb3\x83\xfb\x39\x59\xa8\xd4\x5d\x0d\x2f\x1d\xdc\x78\x67\x22\x7c\x8f\xf4\x39\x4e\xd0\xc9\xa2\xf9\x17\xd2\xaa\x24\x68\x57\x64\xce\x5e\xcd\xe9\xd9\x40\x2e\x5b\x34\x17\xa8\x86\x05\xc9\x57\x27\x00\xbd\x65\x7f\x09\xd1\x38\xc1\xd1\x58\xf7\x64\x90\x7c\x08\x97\x9a\xdd\x7e\x9e\x54\x42\x58\x9f\x6b\xdf\x2b\x01\xc3\xb8\x05\xb0\xb0\x71\xfb\x40\x18\xb6\xde\x0b\x0c\xe4\xfb\xb0\x18\xbb\xd0\x4f\x83\x0b\x92\x7d\x03\x0c\x3d\xea\xb5\xb1\xcb\x78\x48\xd4\xf3\x09\x4c\x5c\xdd\x26\x4d\x4a\x67\x84\xda\x8e\xf3\xdb\x51\x69\x66\x5a\x1b\x35\xf1\xec\x14\x5b\x38\x16\xaa\x22\x8d\xed\xa0\xec\xaa\xae\xfe\xa4\x4b\x07\xf2\x17\x5a\x59\x22\x80\x6b\x38\x79\x4d\xab\xf8\xbf\xab\x7f\x93\x00\x2e\x79\xdd\xff\x0e\x01\xfc\x74\x5b\xa0\x0e\x6f\x4b\xce\xce\x6d\x39\x7b\xf9\x47\x02\xb5\xc4\xca\x53\x83\xab\xa9\x9b\x5a\xf1\x56\x1b\x08\xd4\xa9\x77\x1a\x7d\x16\x5f\xea\x24\xcd\xd2\xd7\x62\x55\x4c\x0e\x11\xed\x01\x63\xf3\xbb\x52\x8e\x41\x48\xf2\x52\x4e\xfd\x58\x1d\x3f\x89\x8a\xdf\x05\x49\xd1\x84\xae\x39\x7d\xa5\x26\x54\x68\x41\xab\x40\xd6\x11\xf6\x57\x57\x38\xb5\x9e\x20\x72\x07\x07\x64\x3a\x57\x55\xb0\x4f\x14\x95\x0f\xad\x6e\x2c\x11\xe8\xd8\xb8\x43\xee\x30\xf5\xea\x1a\x9d\x3b\x3e\x35\x68\xc6\x0d\x8e\x94\x40\x6c\x33\xb5\xaa\x0d\x95\x4d\xff\xfd\x4b\x20\x8a\xa7\xcc\x7c\xbb\xcc\x0b\xb1\x29\x91\x8e\x36\x5d\x58\xf7\xff\x5e\x04\x19\x77\x34\x69\xe6\x72\x33\x1f\xfe\xd3\xc5\x0d\x87\xf0\x04\xe7\x5c\x92\x92\x8b\xfb\x3f\xac\xd4\xe4\x71\x2c\xd4\xed\x12\xd2\x6d\x37\xa5\x3c\x88\xc7\x39\xf0\xec\xde\x03\xb8\xe5\xe0\xf3\xf0\xd4\xf1\xd8\x4d\xcf\x68\x6f\x9b\xe0\xa5\x7c\x5b\xbd\xa6\x68\xe3\xfe\xd7\x12\xbb\xa7\x55\xba\x56\x85\xc1\xf1\xf2\xaf\xb0\xa4\xc7\xe8\x17\x74\x54\x9f\x33\xb8\xcd\x7d\xee\x45\x09\xe2\x44\xad\x33\xaf\x71\x9a\xab\x7e\x74\x03\xf8\x8f\x1b\xcf\x52\xb4\xd4\x95\x18\x1e\xfc\xa3\xa6\xee\x69\x95\x0e\x76\x38\x1c\x4d\x9a\xd8\xfb\x80\x0e\xee\x2b\x4c\xa2\x27\x4c\x22\xde\x19\x6e\xaa\xd0\x10\xf4\x63\x6b\x47\x2d\x1d\xc2\xaf\xcd\x11\x57\x4d\x04\x98\xff\x41\x24\x56\x59\x24\xfa\x7b\x88\xc4\x2d\xa6\xcc\xb3\xc9\x5e\xd7\x26\xb1\x03\xa9\xc7\xd6\x96\x7b\x85\x0e\x9d\xf1\x1e\xe9\x46\xf0\xac\x2f\xa1\x5f\xcf\x02\xfc\xef\x54\xc9\x85\x67\x5f\xe4\xf2\x80\xe3\x35\x72\x8c\x0c\x4a\xce\x02\x8d\xcb\xed\x42\x5d\x61\x9f\x64\x93\x5a\x62\xb3\x17\x7c\xb3\xbf\x7d\x18\xc8\xc4\xb0\x00\x16\x48\x5d\x95\x5d\xe5\x75\x3a\x8b\x1d\x8d\x02\x23\x94\xd5\x08\xa5\x4b\x05\xca\x37\x80\xd7\x54\xb7\x58\xde\xd0\x0d\x1b\x54\x5b\xee\x9e\xbd\xa8\xab\x1a\x69\x35\xb3\x16\xd1\x29\xdb\x35\xe4\x4c\x08\xc0\x9a\x51\x6c\x39\xd9\x18\x57\x4a\xab\xf9\xbe\x12\x20\xd2\x9a\xcb\x4b\x0d\x76\xa8\x1d\xf5\x9a\xbd\x97\x78\x4e\x0c\xea\x20\x46\x0e\x7d\x75\x05\x82\xa6\x22\x59\x6f\xe4\x20\x11\xaa\xe6\x0b\xd2\x6a\x1c\xe1\x78\xd2\x68\x33\xf8\x44\xfb\x25\x4d\xd2\x1a\x47\xb5\x17\x58\x10\xe0\x62\xee\x2d\x10\xd8\x30\xbc\x50\x86\x83\xe3\x27\xd7\xdb\xed\x17\x86\xe0\x9f\x68\x89\x12\x01\x91\x95\x52\x81\x90\x24\xe3\x23\xdd\x81\x2a\x18\xe8\xb3\x8b\xef\x43\xa6\x97\xda\x5a\xd9\x25\xd6\x25\xf7\x24\x2b\xdc\x88\xb9\xf5\x92\xe4\x90\x92\xbc\x3d\x8d\xa8\x91\xaa\x60\x7e\xb5\xef\x0e\xa8\xa3\x4e\x27\x27\xe7\xa5\x01\x4c\xc8\xde\xc2\x7a\x81\x75\x77\xa2\xf7\x37\xdf\x7a\xb9\x7e\x93\xb3\x4f\xdf\x54\x3f\xe4\x5a\xbe\x91\x8d\xc3\xe7\x87\x7f\xe3\xd9\x35\x6d\xd3\xbe\x23\x16\x55\xe0\x82\x55\x41\x8f\x3e\x80\xdf\x9d\xa2\x42\x2a\x3c\x85\xc9\xa7\xf0\xc8\x6c\xf1\x13\xe1\x3c\x22\x80\xbd\x75\x49\x52\xe4\x1a\xd0\x79\x16\xd2\xf2\xd9\xca\x4c\x61\x7f\xc8\x15\x3a\x5f\x46\xf0\x22\xd9\xba\xd6\x4e\x50\xe5\x4a\x0f\x85\x4a\x55\x27\xab\x74\x25\x79\xfd\xe4\xdf\xb2\x94\x7e\x7d\xa8\xdf\x5e\x23\x89\xd4\x89\x3e\x50\xcd\x3c\x57\x0d\xf1\xc6\xce\xb1\xfb\x18\xb2\x16\xdd\xc8\x5c\xde\x99\x30\x67\x99\x84\x9a\xef\xf8\xa8\x2c\xc4\xae\xa0\xa5\x68\xbe\x4d\xfc\xa1\xd5\xcb\x08\xdd\x47\xd0\x6d\x35\x6e\xd8\xce\xea\x94\xc7\xc2\x7e\xa2\x0a\x2a\x56\x87\x4d\x5f\xb7\x2a\x68\x32\x86\x5b\x95\x4a\xbc\x15\x4b\xf4\xff\x54\xa2\xde\x29\x0f\x93\x12\x5e\xa9\x93\x24\x05\x14\x4a\xd0\xba\xda\x35\xf2\xa6\xa7\x96\x7c\x5a\xb5\xf5\x64\x6e\x48\x61\x80\x26\xf9\x13\x54\x07\x1f\xea\xa7\x15\x44\x17\x4c\xb5\x26\x4d\xe9\x48\xc9\x19\x36\x84\xfa\x3c\x5d\x81\x8e\x3c\x4e\x55\xa8\x52\x15\x29\x0f\x95\xaa\x43\x56\x41\x59\x03\xf9\xd2\x79\x0b\x2d\xe0\xb2\xbd\x07\xe8\xc7\x8e\x34\x8b\xc1\x6a\x8f\xe7\xc3\xbd\x83\x10\xf9\x23\x42\x40\x26\xf5\x18\x42\xba\x11\xdb\x78\x43\xa3\x85\x39\xbf\xe3\x9a\xf6\xdb\x7b\xe0\xee\xc2\xf1\x7c\xe0\xcb\x71\x72\x19\x49\xda\x83\x23\x88\x51\xa7\xa7\xcb\x3d\x5e\xb0\xde\x52\x81\xc9\x7a\x83\x17\x6c\x36\xfc\x82\x2d\xa2\x3e\xa6\xbe\x85\x1b\x0b\xcb\xc6\x47\x37\x7d\x8e\xf5\x32\xd1\x5d\xd3\xd6\xbc\xa7\xcf\xad\x1c\xb5\x7f\x96\x16\x5f\x6f\xcf\x7b\x34\x75\x23\x00\xa6\x4f\x23\x8f\xf6\xc9\xb3\xec\x61\x33\xcf\xc2\x56\x38\x5e\x0b\x7a\xfd\x38\x71\x1f\x09\xb6\xb3\x66\xcc\xd7\x13\xe6\xfe\x9b\x25\x81\x5e\x75\x29\xec\xd3\xa3\x01\xbe\xb9\xab\x34\xb4\xab\x5c\x8d\x12\x42\xc4\x52\x9d\x82\x76\x36\xda\x44\xbd\xf6\x95\x62\x7d\xa6\x6c\x57\xff\x5c\x8c\x93\xad\xe2\x78\xde\xb8\x9f\x40\xc3\x31\x81\xf2\xf6\xbf\x67\xba\xd3\x1d\x91\x3c\x4b\x39\x9a\x88\x3c\x6f\x4d\xff\xb7\x6d\x76\xa9\x4a\x93\xd8\xec\x12\x95\xc6\x4d\x5d\x9e\xba\x43\x40\xaa\x6c\x37\x3e\xbe\x61\xbd\x5b\x11\x2e\xb6\x1d\x24\xd8\xbe\xd1\x96\xc3\x73\x6d\x31\xa5\xbd\xe9\x87\x0b\xec\xbf\x33\x69\x1e\x6f\x07\x47\x6b\x58\xbf\xb6\xdb\x01\x9e\x2f\xf7\x44\xf7\x37\x2d\x85\xbb\x3b\x0c\x1f\x08\x0d\xe5\x9e\x84\xac\x13\xc9\xc5\xea\xf1\xd3\xee\x9f\xa6\x5d\x29\xa1\xf6\x1d\xf0\x03\x75\xe3\x06\x67\x82\x5e\x28\xef\xe2\x47\x6d\x83\xf1\xdd\x52\x93\xd4\x08\x7c\x79\x24\x42\x1b\xfe\xe8\xb6\x11\xd1\x26\xb8\x08\x28\x49\x27\xce\xd7\x68\x5e\x28\xad\xf8\x2d\xf4\x54\x21\x8f\x63\x47\xcc\x76\xca\x93\xd5\x6e\x21\x21\xa4\x7e\xa1\x1c\x06\x3b\x90\xa7\x52\x0e\xeb\x8c\xf5\xe1\x78\xf7\x48\xca\x5d\x12\xd4\xdd\x29\xfc\x22\x69\xa0\x7f\x22\x01\xa4\x45\xa0\xcc\x2a\x44\x76\x5f\x93\xb4\x44\xf5\x8b\x6f\x62\xbd\xeb\x9b\x58\x74\x5a\xce\x76\x7d\xa9\xb7\x46\xd3\xa5\x80\xf6\xb6\x7b\x92\x8d\x7d\x46\x17\x14\x3d\xd8\xe7\x03\xad\xad\x71\x59\x09\xf7\x27\xbe\xa7\x6c\x8b\xee\x6b\xee\x4f\x6b\xc5\x73\xc1\x16\xdd\xc7\xd2\xaa\x87\xd5\xed\x88\xee\x4f\xf6\xf4\x38\xa2\xfb\x5c\xf8\xb3\x0b\x1a\x88\xee\x13\xa7\x7c\x39\xa2\xfb\x58\x78\x80\x8f\xca\xfa\x35\xe9\x03\xa7\xb0\x97\x3d\x72\x0e\x7b\x89\x45\xb9\x3b\xba\xfd\x7c\xe1\x35\xb9\x3f\x59\x5c\x74\x1f\xbe\x6a\xd2\x0c\x73\xb6\xfb\x4b\x25\xcb\xaa\xfb\x52\xf8\xf3\x76\xf3\x6f\x7f\xc9\xed\x36\xdc\x7e\xf6\x76\x31\x26\x43\xec\xfe\x36\x3d\x80\xc1\xe8\x1f\xf7\xd5\x93\x93\xfd\x08\x63\x99\xfd\x68\x7e\x64\x7f\xd7\x4e\x2a\xf7\xc3\xcb\x15\x59\x05\x6e\xf6\x03\xa7\x08\xfc\x9d\x2b\x60\xdf\xbc\xea\x79\x9d\xec\xc7\x3a\xf7\xe2\xd5\xba\x73\xb3\xc0\xed\x1a\x9b\xb9\x87\x97\xb9\x47\xba\x37\x9f\xae\x3e\x65\x7f\x9f\x36\xb9\xa2\x87\x52\xae\x6c\x2f\xfb\x73\x92\xfd\xd9\x3e\x77\x6f\xf6\x67\x61\xa4\x59\xb0\x77\x7f\xa8\xfc\xbc\xba\x3d\xc5\x86\x10\x81\xfa\xd9\xdc\x9f\x03\xb8\x87\xd2\x67\xdd\x6c\x95\xb8\xd7\xc5\x66\xd0\x4c\xd3\x17\xe3\x6a\xee\xd9\x09\xe8\x61\xf4\x12\xca\x3d\x4b\x53\xd7\xa5\xa9\xfb\x9f\xfa\x93\xed\xb8\xe9\x84\xfe\xf4\x67\xfa\x99\xe1\xb6\x97\xb5\x78\xbd\x4d\xe3\x60\x74\x1f\xf7\x71\x6a\xd5\x8b\xa5\x07\x72\x05\x3d\xa9\xd3\xab\x61\xd4\xcb\xae\xaf\xa3\x5e\xf6\xb9\x71\xd4\xcb\x3e\xf8\x18\xf5\x92\x24\x2c\x57\x74\x23\xb9\x8f\x72\x6f\x3c\x44\x3d\x4e\x5b\xd1\x3f\xf7\xb2\x30\x00\x53\x90\x5a\x75\xdf\xd2\xab\xbd\x91\x22\x2f\xcc\x99\xc1\x2f\xa2\x7a\x82\x27\x43\x71\xbd\x48\xed\x1b\x57\xf0\x3f\x61\x56\x90\xb3\x90\xba\x26\xb9\xba\xa3\xc4\x3f\x31\xd9\xf3\xef\x2a\x4e\x37\x93\x1a\x5c\x94\x76\x9d\x7f\xaf\x6b\xd4\xa5\x93\x66\xe3\x19\x7b\x1e\x48\x48\x2a\xad\xe7\xc2\x65\x02\xf2\x54\x11\x28\x08\xb4\xf0\x04\x19\x7e\xcd\x7c\x86\xff\x98\xf6\x12\x7e\xb6\x4f\x79\x4a\x74\x09\x17\x08\x4c\x0e\x17\x60\x61\x5a\x11\x42\x2b\xae\x00\x75\x6a\xd0\x23\x96\x5a\xba\x42\x18\x9c\x03\xca\xc6\xe6\x2b\x38\x86\x0e\x66\x59\xc5\x64\xb0\x1e\x8c\xb3\x0b\x3f\xe8\xc2\x7b\x56\xe6\x17\x5d\x20\x9b\x00\x5f\x41\xcc\xf5\xe0\x23\x7b\xe6\x37\xec\xc4\x74\x5e\xc5\x95\x13\x99\xac\x06\x0b\x95\x3d\xe4\xa3\x81\x25\x42\xa6\xc1\xa5\x0a\x1c\xe5\x0e\xf2\xd9\xf5\x15\xd2\x5a\x06\xd3\xec\x43\x09\x05\x61\x30\xc9\xca\xbc\xd2\x05\xb2\xab\xe0\x02\x50\x85\x57\x32\xd7\x15\x68\x20\x29\x0e\xc9\xcb\x71\xa9\x9b\x5d\x21\x6d\x65\x40\xaa\x24\x5f\xc1\xc8\x0f\x0e\x76\xf6\xb2\x18\x9f\xb1\x24\x70\x8c\xd7\x64\xd0\x6c\x4a\x9c\x80\x71\xa8\xec\x8a\xfe\xdb\x39\x61\x11\x1e\x0a\x71\x94\x71\xfb\x99\xc9\xb8\x10\xd9\x90\x1f\xff\x1d\x8e\xf2\x81\x51\x9c\x16\x94\xcd\xa6\xbc\x4e\xf2\x06\x87\xc6\xd7\x6d\x5c\x3d\xb6\x26\x79\x31\xf5\xae\x27\x15\x4d\x83\xcd\x75\xe9\xda\xd5\x63\x26\x41\x72\x89\x2e\x13\x6d\x66\xd7\xc9\x0d\xaf\x4c\x95\x94\x77\x49\x57\x02\xc5\x5d\xd0\x69\x98\x2e\xf4\xc0\x3d\xf2\xf9\xc1\x91\x7a\x3a\x32\x35\xdf\x84\x52\x29\x5c\x21\x7e\x96\x1a\xa4\x88\x5c\xf2\xed\xe8\x13\x22\xf5\xa7\xa9\xad\xd5\x87\x74\x24\xda\x70\x6c\x0d\xe6\xd4\xcb\x3c\x16\x3c\x59\xe8\x48\xc6\x93\x05\x97\xe6\x9d\x6c\x72\x78\x98\x3f\x8b\x4e\x36\x81\x7c\x5c\x5a\x76\xb2\xe9\x10\xe0\xd2\x66\xd5\xcb\x4a\xae\x93\x77\xda\xd9\x04\xf5\x78\xce\xda\xd9\x54\xf7\x79\xfc\xed\xac\xb5\x01\x2e\xad\x72\x4f\x85\xb8\xe4\x85\xb9\x8f\x9a\x87\x78\xc1\xda\xce\xda\xb6\xc1\x73\x61\xd8\xcb\x1a\xb7\xe2\xe7\xb6\x08\x83\xc5\xc5\x08\x0f\xfa\x61\xae\xc5\x0b\x7e\x70\x67\x93\x73\xf7\xf6\x64\xec\x0a\xf7\x77\xb9\xa7\x6a\x2b\x09\x8c\x18\x2a\xb2\x94\x71\x1d\xb6\xb3\x23\x04\x60\x48\xe9\x1b\x28\x12\x35\x0a\xf6\xf6\xf3\x05\x79\x33\xfe\x31\x67\x39\xbf\x10\x10\x94\xba\xb0\x41\x0e\x82\x30\xe4\xa4\x81\x75\x62\x39\x4c\xd1\xe6\xa7\xe7\x18\x36\x96\x9a\x31\x22\x5e\x7d\x6c\x08\x64\xf4\x06\xe8\x7f\xd9\x11\x0e\xa5\x46\x0e\x0f\xc8\xd3\x59\xca\x93\x01\xaf\xa6\x3e\xe0\x3b\x14\x04\x4a\x66\x6d\x38\x0f\x3e\x39\x11\x70\x4e\xbe\x72\x38\xfc\xa6\xba\xf9\xac\xbc\x44\x38\x0c\x92\x31\x06\x0b\xfd\x9f\x8d\x68\xa2\xe1\x11\xe0\x4f\x73\x59\xab\x33\xeb\x69\x3e\x4e\xad\x45\xf1\xdc\x03\xa3\xd4\x29\x33\xb9\x95\x68\x93\x6a\x7d\x91\x0b\x00\x3e\xb5\x4d\x66\xd3\x3e\x49\x5a\xf6\x0a\xbe\x98\xcf\x45\x6d\x61\x23\xf4\x6f\xd8\x6c\xf1\x2b\x03\xc4\xc4\x74\xcf\x95\x6e\x3a\x12\xc2\x3d\xe0\x0c\x35\x88\xf1\x7f\x4f\xff\xee\x09\xf5\x2b\x64\x57\x6f\x13\x5c\xeb\x3d\x83\x12\x96\xd5\x1b\x1c\x9c\xbd\x12\xc0\x1b\x7a\x15\xf8\xb7\x7e\x72\x92\x56\x8c\xab\x5e\x8c\xab\x6b\x40\x95\x7e\xc7\x2d\x6c\x6f\x98\x2b\xa7\x2f\xc4\x28\x60\x2c\x2d\x4a\xf3\x80\xf1\x05\xd3\x68\xdc\xe0\x43\xcc\x79\x02\x60\x0e\xe2\xa7\x6b\x81\xf9\x4d\x4f\x35\x57\xa8\x8d\x3a\xd6\x99\x65\x91\x1f\x5e\x63\xf6\x20\x39\xa2\xc7\x56\x99\x31\x87\x5e\xf4\xce\x47\x92\x39\xd3\x7d\x9d\xa7\x01\xaa\xf1\x6c\x0f\x80\x1f\x83\x06\x52\xb5\x01\xc0\xbf\xa3\x28\x86\xde\x9e\x84\x49\x9f\x8f\xd4\x3c\xb9\xd9\x60\xf1\x6e\xf1\x7b\x97\xaf\x80\x11\x22\x79\x3f\xdc\xc3\xf3\x4c\x1d\xa8\x4c\x85\x63\x63\xe2\x72\x3e\x34\xc9\x62\x09\x2c\x07\xef\x0c\xb3\xfb\x05\x19\x3b\xfd\xf9\xfa\x93\x73\x88\x99\xcf\x2f\xef\x79\x5f\x31\x7c\xe1\xbd\xc5\x53\xb9\x27\xec\x13\x73\xa3\xe3\xad\x67\x54\xd5\xab\x2c\x1c\x70\x45\xda\xfc\x4d\x84\xb3\xe0\x22\x94\x9c\xce\xa7\xbd\x35\xdc\x12\x2b\xb9\xf7\x1c\x5d\x51\x05\x78\x41\xed\xd3\x53\xda\xcb\x4e\x8a\x4a\x53\x45\xa7\xcd\x6a\x75\x9e\x5c\x12\x8e\xb9\x1d\xc1\xef\xe8\x63\x76\x8f\x1c\x46\x0f\x6e\xdd\x80\x95\xc4\xab\x01\xf1\x0e\x06\x0e\x57\x28\x53\x6e\xf1\x70\xf2\x84\x6f\x82\xdc\x6d\x61\x8e\x8a\x25\xba\xbc\x7e\xa3\x0e\x95\xb0\x79\x82\x1b\x43\x98\x46\xa3\x10\xc6\x33\x03\x78\x93\x2c\x33\x9a\x31\xa7\x30\xe2\x7f\x7b\x89\xa5\x32\x0e\x18\xf4\x6c\x4d\x1f\xd9\xc0\xfa\x6c\x63\x7d\x2e\xe4\xfe\x5b\x75\x25\xcb\x8e\x4c\x21\xa3\x42\xb5\x85\x5b\x71\xb5\xa3\x5f\xe2\xa3\x27\x4b\x78\xc9\x51\xc6\xfc\x92\x0b\xb1\x25\xe8\x3d\x98\xc8\xe5\x91\x6f\x34\x0c\xf1\x7f\xbf\xda\x25\xfc\x86\x0d\xc6\xb3\x04\x4b\xdf\xa4\x8a\xd4\xcb\xbe\x55\x7a\xa2\x1d\x93\xf6\x55\x4f\xb6\x4b\xa0\x27\x37\x4b\x4f\x94\x60\x02\x70\x98\xfe\x61\x0f\x56\x93\xe6\x19\xf8\x26\x7e\x85\x36\x45\x94\xfa\xbd\xa8\xa0\x90\x57\xa1\x99\x53\xbb\xcb\xf7\xc5\x4a\x36\x58\x70\x1c\x2f\x09\xd3\xa7\x6e\x66\x85\xb3\xcf\x4a\xfc\xbf\xfe\xad\xd7\x3c\xe7\x5f\xf0\x55\x8b\xae\xda\x70\x1a\xba\x3b\xac\x9a\x3d\xc1\x46\x50\x80\x80\xf3\xc8\xd7\xe2\xdc\xb5\xbb\xc3\x73\x6e\x78\x3d\x6a\xc6\x56\x1a\xdc\x8c\xc6\x04\x68\xa2\xd4\x0a\x90\xd9\xf4\x4f\x1c\xb4\x07\x85\x73\xde\x80\x9f\xb7\xb2\x41\x2c\xfc\x7a\xf3\x52\x14\x81\x0d\x92\x1e\xe3\x56\x63\xf4\xe9\xba\xc3\xd2\xf3\x42\x7a\x32\x62\xdb\x46\x78\xcb\x5c\x26\x15\x5b\x3b\x80\xcf\xb6\x01\x5c\x37\x6b\x18\xa0\x73\x5d\x1a\x99\x24\xea\x0a\xdb\xb2\xe9\xf5\x0b\xbc\x66\x12\xd3\xff\xea\x82\x10\xd3\x0c\xec\xad\xc6\xe8\x6f\xec\xa6\x38\x4a\x87\x8a\xb5\x82\x21\xa6\xc9\x09\x6f\x75\x78\xf6\x8d\x83\xea\x03\x60\x93\x31\x5d\x4c\xc4\x55\x11\x80\x55\x13\xcc\x57\xf8\x51\x83\x11\x6b\xd8\xde\xe8\xe1\xb5\xdf\x48\x23\x32\xeb\x83\xf4\xc8\x31\x14\x0a\xa6\xa2\x1c\xf7\xf7\xbd\x47\x73\x61\xd8\x82\xbd\x73\x9a\x5a\xa4\xd9\xc8\x69\xd0\x1b\x14\x6d\xac\xf6\x1d\x36\xa3\x76\xaf\x9c\x24\x49\x51\x79\x47\xf7\xed\x9f\xcb\x37\x6e\x96\xef\x7e\xfd\xfe\xe4\x33\x9b\x9f\xdf\x5f\x23\x6c\xfd\x5c\xf9\x5b\xef\xbf\x2a\xdf\xb8\x59\xde\x15\x0a\xf6\x4c\x92\xb4\x56\x1b\x4b\x8c\x50\xbf\x19\x66\xa9\xcf\x08\xe3\xf7\xe5\x2e\xb9\x36\xe0\x3f\xe9\xe4\xde\xff\xad\xf2\xdb\x7c\xf9\x66\x5a\x7e\xf0\xf7\xf2\xb0\x2c\xc2\x53\xfb\xd6\x4a\xa7\x7d\x4f\x38\x1c\x87\x7f\x36\x32\x7e\xe4\xff\x5a\x6d\xac\xdb\x39\x0f\x59\x25\xd1\xa7\x3a\x22\x9b\x66\x6b\x53\x2e\x79\x0d\x56\x38\x8c\x10\xcf\x00\x65\xc9\x6d\x2f\x53\xdb\xbd\xfa\xbd\xb8\xd8\x69\xbc\xfe\x52\xee\x9b\x80\x18\x6e\x72\xec\xf1\x55\x70\x84\x23\xec\xb7\xdd\x61\x94\x2b\x10\x18\xa3\x3f\x15\x70\x85\xf3\xca\xc9\x0d\x33\x0b\x5e\x8b\x89\x81\x64\xe1\x9e\x79\x2c\xb0\x89\xfa\xd8\x2f\xeb\x47\xe8\xa1\x97\x3d\xf6\x99\x63\xa4\x0a\x99\x37\x8d\x12\xe5\xea\x90\xcf\x2b\xbe\xab\xb6\xb0\x2b\x9d\x9a\xa3\x3f\xd4\xb5\x70\x09\x29\x9e\xb6\x0d\xd7\x68\x8e\x72\xe2\xa9\xb3\xf3\x7b\x85\x56\xe5\x7a\x2c\xeb\x7f\x5f\x85\x7f\x6a\x6b\xed\x42\x6d\x9d\x72\x58\xb2\xbe\x4c\xd8\x4b\x2e\x3a\xdd\xe4\x37\x16\xae\x3b\xbf\x6a\xd4\xf6\x45\xc7\xae\xb7\x46\x65\x45\xc0\x12\x90\x11\x03\x2b\x4e\x47\xd6\x55\x1b\xd7\x44\xa0\xf8\x1c\x24\x36\x3d\x6c\x5b\x2d\xda\xcc\x66\x01\xe1\xd2\x26\xfa\x23\xf9\xc0\x78\x8a\xd0\xdc\x66\x17\xec\xc5\x45\xa8\x37\x9d\xe1\xc7\xcd\x25\xc7\x97\x59\x54\x18\x08\xbe\xc2\x6d\x21\xfa\x2d\x71\x69\xb7\xbd\xfb\x82\x4b\x9b\x6a\xf3\x8c\x51\x2e\x2a\x09\x64\x14\xf6\xc3\xb5\x57\xfb\xd0\x62\xaf\xb6\xe1\x23\xdc\x88\xbd\xda\xa7\x39\xc6\x32\x4f\x4f\x61\x6f\xe4\xc2\x60\xfe\x58\xc2\x17\x63\xf9\x5a\x7a\x22\xf8\x12\xbc\x08\x51\x09\x2e\x65\x41\xab\x87\x2a\x3c\x45\xef\x71\x1b\x6a\xd4\xa6\xc6\x50\x54\x4b\x23\x61\xf0\x0c\xe1\xbc\x3a\x84\xec\xd4\xaa\x21\x53\x7a\x66\x2e\xe1\xfc\x63\x1f\xdf\x45\x2e\x22\xa4\xae\x36\x56\x24\xe9\x98\x75\xa0\x77\x0e\x9e\xe0\xd2\x33\x2c\x38\x53\x4a\x2d\x3e\x9f\x58\xf8\xa4\x5e\xc9\x1f\xb2\x69\xbd\x92\xbb\x82\x50\x5d\x1f\x3e\x5f\xda\x1a\xa3\xbb\x65\x15\x2a\xae\xc2\x06\x12\x62\x36\x38\x4b\x44\xb5\xf6\x96\xcb\x61\x79\x26\x06\x74\xaa\x7d\x16\x01\xc6\xa6\xb7\x5a\x52\x96\xe9\xf4\x11\x6f\x0d\xe1\xbf\xeb\x5b\xa5\x7e\x82\x11\x24\x7a\x2b\x68\x9a\x53\xdf\xe4\xb8\xab\x76\x4e\x33\x8d\x0d\x58\x67\xc9\xb4\xa2\x0c\x24\x0f\x2f\x29\x6f\xb7\x1b\x90\x31\xc5\x2d\x21\x30\xb2\x0d\xf0\xf1\xbe\x59\xea\xf3\xd8\x62\xfa\x10\x77\x2e\xda\x18\xc8\xe4\x20\x23\xdc\xb9\x7d\xa3\x94\xe8\x2e\x7f\xc2\x72\xb1\x05\xe6\x33\x0e\x8c\x56\x49\x02\xca\x8d\xcf\xff\x5d\xe1\x3c\x31\x02\x3e\x7f\xa1\x7a\x09\xf9\x8b\xd7\x4b\x80\x2e\xef\xa9\xbb\x54\x28\x97\xd8\xe8\x7b\xdb\x25\x45\x92\xbc\x07\x60\xd0\x5a\xc9\x63\x95\xe2\xfe\x03\x44\x3e\xd3\xdb\xb7\xd4\x3f\xb6\x8d\x2b\xfa\x53\x7b\x98\x09\x8f\x38\xb7\x99\xf8\x90\xe9\xbe\x06\xee\x43\x02\xb7\x55\xbe\xbd\xe5\x0c\x86\xe2\xcb\x85\x7b\x44\x23\x62\x79\xca\x5d\xe8\x8b\x87\x87\xfd\x55\x6b\xcb\xb6\xe8\x47\x72\xc3\x57\x0f\x4b\xa8\x1e\x97\xaa\x56\x39\xdc\x20\xfb\x06\xe3\x05\x24\x71\x34\x34\x08\x86\x31\x24\xb4\x5b\xdd\xdc\x37\x68\x21\xe7\x26\x9d\x18\x9f\x08\xe4\x38\x86\x65\xbc\x77\x5c\x0e\x09\x68\xfb\x89\x40\x1a\x18\xae\x76\xb2\xde\xea\x4a\x3a\xb6\xcf\xaf\xc6\x22\x48\x73\x28\xb6\x12\xca\xb2\x1d\x74\x92\x89\xd6\xf2\x71\xf2\x2b\xac\x30\xdb\x93\x2b\xc4\x14\xf6\xce\xcb\x61\xb9\x2e\x85\xf3\x72\xe1\x2a\xab\xf9\x60\x12\x0e\xc6\x61\x59\xb1\xa2\x13\x92\xd8\xd1\x6c\x76\x84\x40\x90\x02\xed\xd9\x2e\x94\xde\xff\x40\x03\xab\xcb\x61\xf9\xac\x3b\x82\x8f\x05\xfa\xdd\x5d\xe1\x84\x32\xa9\xa0\x69\x32\x82\x16\xcd\x3d\x00\xc0\x33\x02\x66\xf3\x08\xa4\xe8\x5a\x51\x66\x44\x72\xce\xe1\xf4\x01\x64\xcc\x6c\x59\xa1\x24\xd3\x58\x06\x73\xc6\x3c\x41\x58\xc0\x6c\x4e\x22\xc3\xc6\xa8\xb9\x87\xf5\xc3\xd7\xcb\xf9\x83\x60\xef\x8a\x2b\x99\x7c\x89\xc0\x24\x49\x42\x67\x79\x6e\xc6\xeb\xec\x74\x93\xcd\xcd\x4a\xe7\x7a\x6e\xea\x09\x1e\x7e\x9a\x6a\x94\x99\xf0\xeb\x31\xeb\x11\xbd\x47\xb7\x19\xfc\x5e\xf0\x76\xf2\x42\xc0\xf5\x69\x3f\x9b\xcf\x39\x79\x8b\x47\x19\xe9\xbd\x04\x7c\xfe\xa1\x09\x05\x2d\x1d\xb4\xc5\xe9\x85\xc0\xc7\x65\x72\x63\x45\x8d\x52\xa3\x64\xf5\xd6\xa9\x39\xce\x83\x05\x7a\x75\xbc\xb9\xaf\x2b\x77\x85\xfb\x9a\x0e\x10\x4b\x35\x40\xe6\x73\xd1\x25\xd6\xf7\x34\xe9\xb0\x16\xe6\xbb\xaa\x49\xf3\x0f\x4f\x80\xb8\x46\x95\xdf\x85\x1b\x74\xac\x64\x8e\x21\xdc\x13\xcb\xcc\xba\xcb\x56\x59\x37\x69\x41\x09\x2d\x78\x2d\x2b\xd1\x03\x82\x78\x10\xe5\x17\x94\x38\xc8\xdb\x13\x36\x39\x7d\xda\x46\x3a\x5f\xe7\x01\xe6\x6b\xa2\x03\xf1\xc4\x4f\xa6\x2b\x8f\xdb\x74\x73\x35\x11\x92\x2e\xd3\x72\x6d\x29\xc5\x73\x60\x47\xb9\x4e\x1c\x8a\xf1\x8f\x06\xff\x5e\x00\xdf\x16\x9f\x13\x1a\x89\xd4\xf8\xb4\x00\x5d\x21\xfa\x57\x1f\x18\xab\xff\x27\xbe\xb0\x6d\x3e\xa7\x70\xf3\x63\xef\xf8\x02\x4d\x36\xff\x2d\x7a\xe6\xff\xfa\x7a\xa9\xbd\x0b\xb5\xef\x24\xf3\x62\xc9\x1c\x09\x1b\x83\x60\xc6\xa2\xb4\xa2\x55\x80\xad\x79\xc5\x3c\x5b\xfc\x39\x15\x86\xdd\x81\xde\x96\x9c\x01\xed\x3b\x30\x6c\xf7\xb6\xf5\xfb\x34\x90\xea\x6d\x0f\x9c\x4c\xda\x17\xdd\xd1\x82\xc3\x8f\x76\x59\xa8\xd5\x5b\xdc\x94\xe9\x13\xea\x89\x62\xbc\xa0\x7d\x26\xa1\x4a\x4b\xea\xcc\x5e\xb9\x2f\xdc\x58\x26\x3d\xb0\x4e\xb8\x06\x12\x3a\x4a\xd5\x90\x51\x30\xcc\x8f\xe5\xb4\x07\x06\x15\x1a\x4c\x9f\xed\xa3\xc5\x43\x76\x93\xa5\x1a\xcc\x86\xeb\xfb\xdc\xe1\x1f\x91\x8a\x3d\x84\x10\xfd\xdc\x5e\x58\x8f\xf1\x77\x38\x8e\x47\x6c\x88\x23\x95\x6c\xd0\xe1\xbf\xd9\x9c\xe6\x62\xd3\x77\x09\x3d\xec\x4e\xb4\xd6\xc8\x40\x31\x91\x29\x38\xa8\xdf\x25\x16\x3d\x3d\x8b\x2a\x14\xbf\x30\xa6\xe3\x6b\x9f\x55\xb1\xa3\x64\x96\xa8\x20\x80\xaa\xbc\xe9\x97\x93\xa8\x6d\xd1\x2d\x37\x95\x10\x4d\xb5\x62\x02\x4e\x62\x12\x27\xd3\xb9\xd9\x6d\x5e\x64\x7e\xe9\x53\x2c\xda\x1b\xc6\xb9\xda\xd3\x55\xc5\xbd\x34\x94\xaf\x0e\xc1\xb9\x92\x69\x2c\x5f\x45\x7a\xe6\xcd\x58\x3e\x9b\xe3\xcd\xd6\x14\xed\x91\x84\xec\x55\x4d\xa0\x54\xd7\xcc\x51\xfa\x9b\x88\x38\x1b\x03\x3d\xc1\x7c\x9c\xed\x97\x4d\x6a\xfb\x47\xd0\xce\x91\xd4\xa8\x8d\xdc\x2d\x81\x5a\xba\xad\x63\x07\x89\xea\x0f\x40\x2d\xdd\x2f\x10\x45\x52\x47\xc1\x59\x83\x10\xbb\xec\x93\xdc\x2d\xa8\x6b\xdf\xf5\x03\xa4\x1e\xc5\x7e\x27\x17\x63\xe7\xbc\x14\x23\xe6\xae\x23\x07\xc1\x53\xd9\xed\x43\xe9\x5e\xd7\x99\xaf\x40\x0b\x88\x49\x92\xbb\x7c\x94\x9b\xf4\xc4\xf2\xbd\x87\x49\x10\xa4\xfa\x79\x4f\x28\xa3\x0b\xe8\xfa\x95\x39\xc2\xb6\x4b\xad\x32\x92\x8e\x5d\xc8\x5b\x61\x79\x6d\xaa\x7f\xe8\xb5\xf3\x3d\xa9\x7e\xc5\x80\x52\xfe\x08\xaf\xfa\xae\x8d\xcc\xcf\x49\x7b\xc3\xb0\xac\x9b\x7b\xc0\xab\x26\x96\x82\x79\x09\x49\x5d\x1e\x51\x6d\xab\x58\xb6\xea\x38\x1b\xcd\x81\x8f\xd9\xaf\x35\x9e\xcb\x47\x0a\xa0\xa1\xd3\x1d\x2c\x72\xaa\x9b\xa6\x3f\xe0\xf1\xae\xc5\xb6\xf8\x36\x33\xb8\x56\x68\x2b\x76\x2a\x80\xa2\x81\x4d\x4e\xeb\x3a\x5e\xa3\x53\x28\x57\x29\x11\xba\xdb\xa0\xc4\xe5\x82\x9d\x5d\x1e\x08\xbb\x46\x19\xc5\x9d\xf8\x01\x7d\xb1\xfc\x7e\x5f\x70\x04\x71\x97\x18\x0a\xef\x73\x1e\x32\x5a\xdc\x94\xba\x2d\x86\x0b\xfc\x9f\x7c\x5c\x62\x6e\xdc\x83\x86\x32\xa5\xec\x81\xd8\x4e\xad\x8f\x6c\x66\x1c\xb6\x4a\x99\x05\x71\x20\xec\x08\x6d\x3d\x71\x5b\xcf\x37\x17\xc4\xb2\x3d\x62\xca\x15\x6f\xcd\x16\xdc\x84\x1d\x6c\xcd\x91\x6f\x53\x21\x66\xbc\x60\x9a\x26\x45\x4d\x99\xb6\xc1\x2b\x46\x1f\x45\x10\x1b\xeb\x7f\x55\x9c\x36\x0a\x14\xdf\x99\x23\xbd\x10\x1a\x88\x90\xad\x24\x33\xea\x2c\x6f\x85\x86\xae\xd3\x96\x05\xdf\x68\xd9\xc1\x45\xc3\x62\xf7\xab\x98\xdd\xeb\xc2\xb9\xd0\x5d\x6e\x57\xed\xaa\x5d\x87\x2f\x7b\x0c\xbc\x3b\x01\x0f\x70\xd2\x87\x6b\xb9\x27\x88\x7d\x15\x75\x8c\x5f\x69\xf7\x30\xcf\x42\xbb\xd8\x61\x4b\x19\xe3\x59\x3f\x79\x76\x9d\xd6\xbb\xe1\x67\xd7\x69\xbd\xa7\xab\x7a\x39\x7a\x58\x6c\xe5\x97\xe1\xc3\x41\xa7\x10\x3e\x3c\xb8\x31\x51\xeb\x6d\xe0\x11\x46\xed\x22\x77\xcc\x42\x0b\x23\x77\x4e\x61\x14\x96\x6a\xc3\x34\xb4\x95\xc9\x63\xad\xd6\x08\x58\x09\x63\x21\x0e\x00\x94\x90\x48\x25\x3f\x23\xd4\x7b\x25\x2b\x25\xbd\xbd\xdb\x9b\xfb\x3f\x86\x00\x23\x69\x11\x78\x13\x09\x6d\xc6\x48\xdc\x68\xca\xef\x86\x57\x20\x87\x3e\xdd\xa5\x0d\x99\x09\x31\xab\x54\xc9\x32\x95\x23\x11\x4e\x2c\x5e\x25\x2c\xc5\x03\x05\xb7\xda\x75\xf2\x58\x47\x1d\x4e\x1f\x66\x3d\xb4\xbf\xf2\xa1\x65\xee\x21\xfd\x9b\x54\xb4\x26\x75\x59\xad\x69\x39\x80\x35\xe0\xf0\x58\x2a\xbb\xa3\x0f\x9c\x0a\xd1\xa2\x67\x1b\x72\x5e\x21\xe3\x65\x0b\xdf\x7f\x90\x17\x03\x5d\x75\x34\x46\x5a\x3b\x3e\x3d\xa3\x1f\xda\x3c\xb1\xa6\x85\x50\xee\x95\x2c\xb9\xb9\x13\x4b\xe9\xc2\xc9\xe5\xf9\x51\xc9\x89\xcc\xd5\x96\x61\x4b\xb6\x0f\x10\x99\x97\x0d\xb2\xe8\x9b\x28\x38\x33\x28\x9c\x5d\x85\x1c\x4c\xdc\xe2\xcb\x66\x72\xb9\x74\x80\x69\xc3\x8b\x0b\x39\x8e\x56\x1e\x6b\x9f\xc4\x10\xa2\x05\x2e\x58\x51\x67\x4c\x65\x9b\x46\xa2\x33\xdd\x6c\x99\x25\x59\x1f\x92\xb7\xc8\x90\x1e\x57\x0e\xfd\x9c\x1e\xc1\xf4\x93\x07\xda\x82\x86\xd7\xf7\x5c\xe1\x78\x77\x98\xa2\x0f\x9f\x37\x16\x8a\xa3\x20\x10\x57\x9c\x3c\x95\xbb\x24\x87\x65\xa7\x5f\x2b\x4e\xd6\xe6\x3b\x22\x6d\x6d\x44\x33\xa9\xd7\x06\x54\x55\x26\x0a\xa9\x63\xb9\xd9\x35\xa5\x5b\x3d\x97\x0d\x2e\xdd\x6c\x53\xa8\xfb\x87\x91\xcc\xe9\x36\x76\xfe\xfb\x72\x4f\x38\x1b\x2c\x9d\xd0\x1a\x7d\x0a\x96\xa7\xe4\x5d\x91\x37\x85\x59\xec\x8c\xb8\x1a\xad\x2d\x83\x12\x54\x39\x79\x85\x2c\x43\x76\x28\x93\xee\xf0\xa0\x1b\x0c\x96\xfa\xe3\x3b\xaf\xc9\x73\x21\x3d\xa7\xa6\x8a\x8d\x7b\x60\x15\xef\x16\x38\x10\xc8\x6d\xf2\xa2\x47\xb1\xab\x4f\x66\x68\x6b\xb3\x7f\xbb\xad\x07\xe8\x8b\xfd\x3a\xce\x67\x9e\x32\x8c\x4e\x61\x15\x1b\x1b\xa4\x80\xe9\x07\x5c\x72\xc1\xd1\x98\xb4\xfe\x10\x83\x7f\xd8\xf7\x48\x6e\xb4\x63\x9c\xad\x2b\x57\xdf\x9e\x44\xdc\xb7\xbb\xd8\xdb\xbb\x50\x8b\xd8\x83\x35\x3d\xb3\xbf\xe6\x42\x44\x9c\xea\x22\x9b\xb8\x31\x68\xe1\x79\xb3\x8b\x13\x3a\x92\xc3\x9b\xb8\x48\xa4\x65\x6a\x23\x93\xe4\xe7\x39\x0c\xc0\x33\xaf\x35\xc2\x8d\x24\x39\x1c\x1e\xdd\x59\xc8\x38\xee\xd1\x81\xa4\xd7\xe4\x68\x40\x9f\x38\x19\x03\xdc\x68\x1f\x70\xcc\xaf\xf2\x72\xaa\x25\xcb\x29\xd1\x20\x9a\xe0\x00\x9c\x19\x25\xa0\xe1\xcb\xf8\x07\xce\x14\xc5\xa1\x4a\x96\xd9\x9a\x2f\x6f\x92\xcb\x30\x3c\x4c\x9a\xfc\xb5\xc6\x6e\x84\xfa\x5b\xb8\xc0\x09\x7f\x33\xc5\x18\xf8\x3e\x18\x43\x07\x73\xfc\x3f\xf3\x28\x11\x50\x45\x72\xc9\x54\xa2\xb4\x24\x67\x36\xf7\x25\x64\x01\x00\x08\x67\x04\xe9\xaf\x4e\x49\x4a\x3a\x04\xc5\xec\xd4\x2d\x7f\x08\xdb\x92\x80\x2b\x9c\xee\x11\x69\xf1\xb5\x46\xa8\xa5\xe7\x2d\x7d\x70\x73\xb7\xc2\x24\x1f\x42\x45\x52\xa0\xd2\x0e\xc8\x32\x39\x46\x4c\xc4\xd8\x27\xf5\x68\x23\x57\x36\x6a\x3d\x6d\x93\x0c\x42\x25\xc4\x64\x8b\x4d\xb8\x2d\x39\xe1\xf7\x7b\x69\xc2\x14\x52\x15\x1d\x6f\xe4\x83\xa6\xa6\xf7\xe1\xa1\xfa\xa7\x2c\xc3\xb4\xaa\x99\x10\xef\xb5\x03\x09\xb4\xc9\x11\x41\x5d\xdf\x29\x62\x00\xe0\x63\xc2\x49\x02\x59\x91\x06\x10\xed\x26\xe0\x64\xab\x13\xb3\xba\x8a\x27\xb7\xf3\x8b\xb3\x54\xb4\x0d\xf6\xcb\x34\x0a\xbd\x44\x07\x10\xf5\xe3\x12\x21\xd4\x1c\xae\x4c\xf5\x5a\x21\xca\xad\x77\x2b\xc6\xe4\x45\x60\x52\x3f\xae\x60\x58\xb6\x88\x5d\x8f\x54\xd4\x21\x15\xe8\xb2\xbb\xf9\xd8\xfc\x48\xcc\x8e\x1b\x75\x20\x92\xed\x89\xd7\xbc\xf9\xd8\x01\xaa\x7a\xa0\x2c\x44\x97\x4d\x82\xb8\x7f\xeb\xb9\xf3\xf9\x05\xcf\x81\xff\xda\xbb\xfd\xd4\xe1\xfc\x42\x68\xad\x0a\x91\x9f\xfe\xed\xa7\x8e\xe7\x17\x3d\x89\x2a\x52\x37\x1d\x67\x67\x47\xa8\xfe\x75\x16\xe2\x67\x14\xf7\xf2\xad\x54\xea\xa1\x7e\x5f\xc0\xa9\xda\x37\xf2\xd8\xcf\x1b\x72\x6d\xae\x25\x05\x23\x5e\x3a\x36\xf4\x99\x53\xa3\x90\x31\x58\x6d\xd0\x58\xf7\x01\x93\xb9\x79\xcc\x23\xb4\x57\x32\x38\x28\xf5\x43\x0b\x88\x04\xb5\x49\x8d\x4a\x97\x7c\x8a\x38\x1c\x1c\x60\x60\xd8\x00\x06\x9d\x7f\x31\x41\x24\xd7\x31\x80\x5a\x7c\x4e\x52\xac\x28\x19\x40\xf9\xd2\x07\x81\x7f\xc4\x37\x0e\xe9\x0d\x83\xd3\xc9\xa8\x38\x07\xe7\xe2\xef\xea\x26\x5f\xb1\x4a\xf0\x93\x5c\xa1\x7e\x21\x7f\x69\x27\xf7\x97\x22\x42\x70\xee\x4b\xc3\x4e\xb0\x1f\xfd\xa5\x6b\xc7\x34\x19\x37\xb7\x27\x63\xdb\xa4\xb4\x37\x15\xa9\xcb\xe6\x21\xd7\x90\x56\xc5\xcd\xf5\xcb\xd3\x7f\xe6\xdb\x0f\x3f\x78\x24\x5c\xa1\x9e\xbd\x7e\xb9\x2f\xdc\xce\x9a\x0c\xe5\xe6\x84\x32\x7a\xdb\x93\x58\x86\x4c\xe1\x48\x4e\x32\xe1\xd0\xaa\x10\xef\xcc\x68\xde\x60\xd7\x25\xa3\x4a\x8e\x77\x6f\x88\x23\xd6\x03\x77\x82\xb5\x88\x18\x3a\xc4\x47\x7b\x7e\x77\x3d\xb1\x42\x18\x95\xc7\xdb\xb7\x24\xc0\x1c\xac\x11\x51\xf7\x58\x19\xa0\x53\xa7\x5a\x25\xf1\xd2\x1e\x56\xaf\xb5\xfb\x24\x6f\x42\x3d\x76\x92\x18\x6b\xf5\x68\xd0\x2e\x0f\xfa\xfa\x55\x3c\x4a\xd2\x02\xd4\xf3\xbe\xc9\x08\x79\x84\xac\x19\xd1\xb1\x5e\x31\xb3\x75\x15\x29\x00\x83\x5a\x9c\x50\xb2\x02\x2e\x69\x0e\xcf\x54\x96\xb3\x15\x15\xc0\x86\xc7\xc2\xf5\x3b\xe5\x77\x71\xd7\xaf\x9e\xe1\xa2\xf2\x29\x4c\xcd\x26\x7b\xcc\x46\x2e\x36\xf8\xac\xb8\xaa\xdb\xa1\x1e\xcb\x5d\xe1\x4c\xae\x32\x6c\xea\x7b\x90\x32\x34\xd6\x39\x94\xe9\x1d\x34\xd1\x09\xb8\x8d\x6a\x3c\x6c\x55\xf2\x0c\x39\xa3\xe3\x6e\x88\xc9\x19\x94\x06\x30\x7f\x9c\xf7\x0e\xdc\x94\xb4\x66\xd5\x8f\x55\x69\x40\x1d\x19\xe2\x81\xdf\xdb\xf3\xa0\x9c\xd2\xfd\xeb\x9d\x3c\xfd\xd1\x3c\x0c\xca\x29\xdd\xbf\x55\x71\xb3\x3b\x7a\x75\x0e\x61\xbe\x52\xa3\x63\x85\xd3\xce\xe8\xbb\x5d\x42\x9c\x99\xa6\xd9\x6b\x7a\x89\xbc\x66\x23\xd3\xe8\x26\x09\x01\xe9\x32\xa2\x34\xa4\xe8\xf2\x52\xb6\x95\x37\x7b\xc2\xa1\xa9\x04\x70\x63\x58\x14\xfd\xf8\x2a\x6d\x78\xc9\x8c\x6f\x7e\xfc\xa7\xb4\xe1\x75\xa0\x9f\x76\xf2\x3e\xd6\xfe\x9e\xce\x1b\x4c\x24\xf4\x95\x87\xb5\x65\xb1\x87\x35\x08\xbf\xe3\x61\x5d\x19\xa3\xbc\xfd\x33\xd8\x26\x04\x06\x1c\x88\xef\x8c\x12\x93\x6e\x7d\x39\xcc\x92\xdd\x2a\x04\x26\x90\xcc\xb2\x33\x12\x76\x27\x51\x15\x38\x89\xec\x2a\x5d\x5d\x7a\x74\x98\x97\xc9\xf5\xe3\x72\x48\x16\x99\xbb\xf0\x48\x2b\x65\x7a\x39\xa0\x8f\x0d\x44\x12\xa6\x66\x67\x7d\x06\x7e\x17\xe2\xbd\xb2\x62\xf3\xb1\x2c\x4f\x85\x13\xa8\xf0\xb3\x6d\xb5\x74\x66\xe4\xbc\xae\x70\xd1\x33\xa7\x13\x19\x3b\x76\x2a\xfc\x89\xa3\x27\x43\x85\x2d\x08\x69\xb5\x25\xfd\x69\xee\xe7\x07\xff\x82\x11\xd4\xb4\x03\x72\x91\x1f\x25\xa9\xd0\x5e\x52\xd4\xa4\x66\xed\x98\xcf\x8b\x7f\x0e\xda\x3f\xcb\xb6\xe8\x13\xe2\xd4\x93\x58\xfd\xca\x7d\x3a\x12\xb1\x43\x36\xfb\x26\x66\xde\xc5\x8a\xa6\xf7\x47\x60\xb1\xbd\x7e\x17\xf5\x13\x34\x04\xfb\xe7\xa6\xe2\x90\x95\x94\xb1\x98\x23\xa4\xe7\x0d\xca\x47\x5b\x6f\x6f\xdb\xed\xfd\xcd\xbb\x07\x5b\xcf\x2d\x4c\x86\xd6\x93\x56\x84\xc2\xa7\xd4\xfc\xb9\xb8\x7c\xca\x64\xde\x97\x6e\x18\xe9\xe8\x2c\x25\x72\x61\x1a\x7a\x6e\xc0\xd4\x78\xff\xe7\x03\xce\xb7\x1e\x4e\x4e\x18\x06\x11\xc3\xf8\xd4\x92\x8e\xb5\x96\x9f\x6d\x28\xef\x42\x3d\xe5\x6b\xda\x16\x1b\xd9\x94\x07\xe8\xe2\x60\x95\x37\x12\x5a\x4d\xaa\xfe\x53\x5a\x2f\x1f\xb0\xfe\xab\x19\xb4\x3b\xf0\xdf\x4e\x2c\xb8\xcd\xa7\x6d\x43\x62\x56\x53\x50\x08\x34\x9d\x7d\x4a\xbd\x9e\xe6\x4e\xc6\xf9\xec\xd4\x46\x4a\x1f\x2e\xdc\x43\x9b\xd4\xd5\xad\xbc\xe0\xf4\xf8\xe3\x15\x5b\x30\x3c\x72\x5b\x7c\xe0\x38\xda\x3e\x80\xf1\x71\x5b\xe2\xe4\x64\xab\x78\x2e\x65\xfc\x77\xcb\x1a\x65\xaf\xb6\x2b\xea\x88\xb3\xfa\xbb\x07\xb4\x72\xaa\x67\x20\xba\x86\x84\x69\xaa\x90\x01\x9e\xb8\x25\xb6\x34\x27\x9c\xfb\xb0\x46\x65\x07\x5b\x8f\xdb\xe0\x81\x1c\x94\x36\xa1\xc1\x8e\xaf\xee\x3d\x72\x77\x0c\x16\x67\x0e\x8f\x44\xb4\x77\xbe\x25\x03\xa1\xac\xbb\x73\x44\xcf\x0f\x4b\xc7\x6e\xb9\x2f\x9c\x9f\x30\x35\x26\xd3\x6f\x52\x18\xd8\xa5\x5c\x35\x65\xce\xd9\xb8\xc7\x90\x0e\xf2\x9d\xa8\xde\xce\xf8\xb6\x35\xf3\x60\x41\x1a\x56\xe4\x19\x5e\xd2\x69\x78\xc6\x80\xf3\xb2\x1b\x14\xc8\xe5\xe0\x9f\xe8\x35\xb1\x6e\xf2\x5b\x74\x0d\x79\xb4\x83\x74\x6f\xbe\xdc\x25\x0b\xf7\xba\x86\x9e\x50\xbf\x97\xb4\x93\xda\x9d\xd5\x8a\xc2\x6b\xee\xbc\x52\x91\xb5\xb5\x74\xba\x07\xf0\x02\x7d\xc8\x02\xc3\xf0\xe1\xf3\x70\xec\x31\xac\x66\x22\x49\x74\x27\x51\xec\xe1\x49\x9f\x5e\x6d\x0f\x67\xeb\x5a\xd2\x4b\xe3\x42\x2f\x2d\xd8\xde\xb1\x4f\x48\x4e\x0b\xa3\x99\x0a\x42\x57\xd8\x00\x61\xbf\x6c\xfa\x37\x7a\xb1\x09\x92\x90\x69\x68\xb2\x71\xa7\x41\xb1\xc0\x91\x8c\xeb\xec\x58\xe1\x19\xc6\x3e\x88\x88\x79\x2d\x4d\x54\xc6\x26\xce\x12\x9e\xa9\x25\xe8\x1d\xdc\xa2\x55\x09\xfe\x92\x0b\xcd\x5a\x15\xf0\xb4\x5b\x97\x46\x40\x63\x30\x88\xdd\x47\xf9\xd2\x22\xf8\x92\xf1\xd9\xa4\x14\xa6\x5f\x49\x63\x8e\x66\x62\xe2\x24\xb4\x19\x79\x62\x2b\xf2\x7c\xff\x90\x7d\x69\xe6\x70\xeb\x0b\xe7\x47\x5e\x5e\x0c\x0b\xfd\x35\x97\x9c\x05\x88\x88\xa1\x93\x64\x37\x67\xe2\x0d\x4f\x82\xd6\xab\xf0\x05\x4e\xc2\x06\x07\x0a\x72\x46\x38\xa6\x81\xda\xf3\xd2\xbc\xf9\xe5\x46\xfa\x25\xc8\x4a\xf8\x95\x54\xf2\x45\x8b\x7b\x57\x2d\xbe\x96\x95\x25\x95\x33\x1d\x25\xa1\x09\xd7\xc4\x7a\x4d\x42\xf1\x1b\x2f\x6b\xa4\xbd\xcf\x82\x9a\xa3\x8f\xd6\xb1\x5c\x82\x36\xe6\x03\x81\x8a\x6d\x76\x8b\x76\x02\xc5\x15\x71\xa4\x82\x5a\x2a\xc4\xa6\xda\xa0\x36\x70\xb9\x1c\xf1\x58\x7b\x12\xa5\x8b\x9d\xa4\xb8\x93\x3a\x83\x62\x27\x29\x97\x3b\xc9\x97\x4d\x08\xaa\x0f\x18\x2d\x58\xfb\x18\x27\x8f\x93\x7c\x52\x0d\x85\x48\x46\xee\xcb\x44\x96\x55\x25\x43\xc0\xe8\xc6\x18\x98\xfc\xd4\xa1\x9c\x8e\xae\x4e\xf2\x2f\xdd\xea\x0a\x7b\x54\x58\xad\x89\x06\xa1\x97\x27\x75\x68\x2f\xb5\xe3\x4f\x52\x37\x9a\xf9\x59\x18\x91\x09\xab\x9f\xae\xfd\xfc\x54\x18\x50\x00\x46\x6e\xec\xe6\x37\x7d\x3b\xc0\xe2\x99\x78\xfb\xa7\x82\x9d\xda\xc2\xa1\x22\x2e\x15\x89\xea\x68\xf3\x61\x5e\x5f\xc3\xbd\x31\xfd\xc4\x20\xa9\x51\x14\xea\xbd\x6a\x99\xd1\xf9\x63\xcb\xfa\x14\xf7\x74\xab\xf6\xde\x75\x2b\x89\xfd\xf4\xaa\x99\xb8\xee\xbc\x25\x97\xff\xd8\x2d\x9f\x34\x8b\xc5\x34\x17\x1f\x74\x20\x38\xd5\xa9\x07\x80\xe5\x71\x2d\xdb\x32\x49\xbd\x22\x82\xf4\xfb\x14\x23\x6a\x25\x45\xfa\x37\xa9\xcb\x1b\x12\xd6\x84\x51\xf0\x74\x7e\xa5\x58\xf4\x2b\x9c\xab\x39\x50\x3c\xde\x37\x8b\x4f\xa7\xb1\x38\x5b\x47\xfa\xc0\x54\xaf\x49\x02\x28\xe8\x78\xbf\x71\x38\x5a\x8c\x70\x18\xf2\x7d\x9c\xeb\xe6\x04\x58\xa0\xf6\xb0\xb2\x2e\x48\x25\x17\x75\x59\x5b\x70\x12\x85\x45\xdc\x88\xc0\xd9\xec\x6c\xea\xbd\xaf\x0d\xa2\xd7\x3e\x8c\x25\x60\x6a\x3e\x79\x8c\x53\x28\x12\x44\xf8\xcc\x4a\x35\x09\x73\x5e\x02\x45\xd2\x62\x77\xa8\x99\xb8\x43\x0f\x7c\xa3\xc6\x25\xaa\x35\x59\xb4\x6b\x16\x7d\xcc\xea\x24\x17\x26\xdd\x58\xcb\xfd\x02\xf1\x4b\xbb\x45\x62\x62\xa4\x04\x8f\xd9\xc5\xc3\xf5\xb3\xa7\xc0\x80\x89\x74\x99\x1a\x5f\xae\x7a\x8a\x78\x57\xa4\x75\xc1\x1b\xd6\x67\xbc\x61\x73\xe6\x37\xd4\xab\xec\x10\x8a\xf9\x0d\x87\x85\x22\x2c\x9b\x00\x99\x37\x55\x79\xe2\x1b\xc7\x05\xe5\xdf\xaa\x18\x37\x96\xea\xc2\x37\xce\x0b\x45\xac\xe8\x15\x55\xa9\x21\x86\x71\x77\xa1\x2e\x9b\xed\x2f\x2f\x79\xab\xea\x81\x2f\xc7\xc9\xe5\x26\x9e\x9f\x45\x5c\xd3\x76\xc1\x5f\xb1\x81\x94\x1b\x97\x80\xce\x3a\xab\x58\xec\x38\x3e\xcf\xd9\xd0\x59\xe3\x22\xfb\x45\x1f\xc6\xa7\xb6\xd7\xc7\xa7\x9b\x2f\x79\xa1\x17\xca\x10\xe3\x39\x98\x63\x1c\xa7\x5e\xfb\x85\xb5\xc5\x08\xe6\xac\x2a\x88\x4a\xa7\x35\x02\xe6\x56\xb1\x8c\x17\x74\x63\xc8\xce\x92\x16\x36\xca\x49\x58\x61\xf9\xb4\x44\x42\xca\x70\x1e\x30\x11\x27\x38\xa5\xf7\x87\x3f\xd8\x5e\x26\x5a\x68\x8a\x2f\xcd\x50\xc6\xa6\xcb\xd1\x95\xb6\x50\x2f\x05\x6b\x8b\x6e\x66\xf6\xe0\x85\x6c\xe1\xc9\xaf\x46\x2b\x6f\x40\xe9\xe4\xfe\x3e\xfe\xc8\x99\xb5\xda\x0c\xb1\xad\xab\x6b\x41\x11\xe1\x0a\xb6\x2b\x20\x82\xef\xc8\x80\xae\x5e\x6b\x5d\x9c\x95\xc9\xcc\xac\x3c\x59\xeb\x72\x6c\x01\x2e\x9c\xa4\xd1\x44\x5d\x2d\x36\x64\x97\xdd\xc4\x28\x76\x91\xd1\xea\xb1\x9c\x12\x00\x07\xf1\x7d\x16\x35\xda\xdf\xc2\xcf\xbf\x0e\x11\xdb\x43\x4b\xf6\x52\xd7\x55\x39\x86\xac\xd6\x29\xa6\xa6\x25\x59\x99\xfa\xbd\xc4\xfe\x54\x4f\x65\x5b\x32\x04\x4f\x10\x10\xb6\x50\xb1\xcd\xe1\xcf\x11\xb3\x27\x25\xed\x18\x9f\x52\x74\x72\xf5\xf8\x52\xee\x8b\x1f\x87\x6b\xe3\xe0\xce\xc8\x1b\x07\x1b\x7f\x1a\xb6\x31\x79\x59\x0a\x43\x75\x28\xfc\x0a\x37\x48\x8b\x45\x36\x9d\x7a\x31\xe6\xa3\x5c\xc7\x37\x28\x8b\x71\xc0\xd0\xd3\xfc\x8c\x2f\x3d\xe3\x4b\xf3\xe6\x22\x62\xf3\xa6\x56\xd2\xdc\x46\xa7\x02\x03\x6d\x54\x79\x2e\xf7\x45\xf7\x65\xb1\xd4\x53\x6e\x33\x20\xb0\x8f\xed\xe0\x24\x83\x66\x9e\x72\x51\x17\xfd\xa8\x57\xe9\xf3\x66\x87\x4e\xd9\x55\xd1\xe0\x24\x01\x39\xbe\xe4\x84\x66\x38\xe0\x93\x13\x19\xf3\xcb\x0d\x18\x8a\xa9\xbb\xc7\xb2\x79\x4b\xe6\xb8\x81\x75\xd6\x6d\x2e\xc8\x53\xf0\xab\xea\x23\x01\x71\x8f\x50\xeb\xee\x6e\x45\x31\xd6\xbf\x2a\xac\x73\x32\x9a\x78\xf7\x52\x63\x15\xd6\x62\x8f\x09\xfe\xef\x35\xb1\x6d\x85\x10\x54\x13\x93\x2f\xb7\x2c\x46\x13\x67\xdc\xc8\x10\x7e\x82\xd2\x0a\x29\xae\x80\x88\x99\xd5\x6c\x08\xfd\x00\xb1\xd2\x9c\x10\x61\xaa\x79\x89\x43\xc6\x75\x9b\xa7\x14\x0c\xf2\x03\xc9\xe7\xa0\x85\xfa\x11\x07\x84\xcd\xdf\x92\x31\x58\x08\x5f\x17\x16\x29\xb3\x15\x59\xe3\xef\xa1\x5d\xab\x1a\xd0\xd1\xe2\xdd\x5b\x70\xe4\x46\xfe\xe6\x39\x18\x40\x01\xb0\xf1\x2e\xff\xab\x87\x1c\xe1\x6c\xd4\x05\xb2\x61\xc8\xfd\x45\x31\xdf\x49\x06\x6a\xb7\x3d\x1f\xff\xfd\x3d\xf6\xdf\xde\xe3\x0a\x37\x54\x17\x46\x93\xac\xdb\x10\x45\x1e\x0e\x88\x5e\xa7\x1e\xd2\x62\xd9\x62\xb5\xef\x5b\x1d\x18\x8b\x12\xd3\xd6\x01\xec\x80\x7d\xdc\xb0\xfd\xdb\xa6\xad\xf3\xe0\x3a\x7b\xa0\xd7\xa0\x7a\xd5\xdb\x1f\x2d\x5b\xcb\xcd\x13\x2c\x5b\xf1\x99\x5e\xf3\x6f\x2d\x5b\x94\x0e\xb1\x83\x34\x4e\x82\xfb\x57\xc4\xa7\xf1\x7b\xc3\x62\x3d\xb1\xd8\x1c\xc2\x61\x4e\xd9\xb7\x4d\x09\x82\x46\xf1\x61\xae\x39\x4a\x71\x3d\x64\x5e\x98\x0a\x09\x72\x3b\x52\x6c\xed\x18\x54\x39\x03\x77\x3d\x64\x16\x5f\x6f\x4e\x61\x6c\xfd\x36\x3d\xe9\x18\x50\x77\xad\x8a\xee\xdb\xce\xb4\x69\x31\x5a\xff\x8e\xba\x22\xcd\xd6\xb6\x19\xba\xb9\x7a\x80\xd7\xcf\xac\xe7\x62\xdd\x69\x56\x94\xfb\xa2\x23\xb6\x1c\x51\x56\x3b\xc0\x59\x1b\x53\x2b\xd4\xdb\x82\x66\x85\x33\xf2\x36\x59\x98\xe5\x17\x56\xbc\xc6\x02\xb4\x80\x09\x84\x1f\x5b\xf1\x4a\x04\xcd\x68\x5f\x64\x72\x3d\x89\x3a\xef\xc4\x1e\x4d\xaa\xfb\xe4\xc6\x8a\x83\x3e\x53\xe6\xc1\xd7\x00\x14\x1b\x2b\x59\x5f\x90\xef\x3d\x92\xff\x05\x4b\x5f\xdd\x63\xac\x90\x81\x70\x71\xc0\x6d\xec\xd9\xba\xbd\xe5\x94\xe1\x2d\xb9\x23\x7f\x45\xfe\xad\x00\x47\xe8\x0b\xc5\x40\xc8\x1d\xcc\xde\x1f\x7b\xf3\x9e\x9a\x73\x24\xfe\x98\x1e\xa6\xd7\x9a\x13\x6c\xc3\x2d\xe1\x92\xf4\x76\x7b\xaa\x16\x27\xdd\x60\x80\x8c\x8a\x09\xd3\x9d\x88\x7e\x48\x99\x5d\xf6\x23\x9c\x68\x1f\x0c\xa7\x04\xfb\xe2\x00\xf3\x9c\x6d\x8e\x67\x0a\x20\xb7\xad\xce\xd6\xbf\x2f\x0f\x44\xe7\x28\x7d\x12\x1d\xdf\x30\x38\x92\xd3\xff\xb0\xc8\xa5\x73\x6c\x50\xc4\xa1\xd4\x8d\x04\x12\xf3\x0c\x61\x00\x2d\x22\x92\xa7\x0a\xfc\x05\x0b\xe2\xc0\x7d\x5e\x2c\xe8\xc0\x31\x08\x89\xb4\x53\xbd\xb4\x55\x76\x9e\x7e\x66\x83\xd3\x90\x63\x14\xe9\x5c\xde\x6f\x54\x11\x9b\xa1\xff\x71\xeb\xf8\x91\x89\x1f\x5b\xf4\x22\x5d\xe3\xa3\x58\x35\x65\xf9\xda\x0c\x5a\x4a\xc6\xad\x2b\xd4\xcb\x7c\x35\xc8\xe9\x24\xfa\x1d\x09\xfe\x83\x7d\x8f\xc5\x78\x9c\x4b\x2d\xa7\xad\xdf\xa9\x19\x73\x87\x08\xbb\x7e\x6a\xc6\x0c\x65\x83\x64\xc1\x3f\x36\x63\x7e\x8a\xc6\xfb\x7f\xce\xd8\x19\xc1\xc8\x95\x1d\x24\x2e\x8c\x83\x7b\x65\xfc\x64\xeb\xdb\x95\xd5\x52\xc5\x72\xbf\xff\xc2\xce\xb9\x04\x29\xe5\xb7\xcc\xa5\x36\x44\x06\xac\x9f\xec\xa9\xbe\x6d\xfc\x1c\x0a\x37\x56\xdb\xfb\x6f\xda\x15\xbb\x42\x54\x72\xa6\xd2\xf5\x9e\x5e\xfe\x11\xd5\x41\xf3\x97\x18\x47\x0f\x94\xf5\x6b\x33\x7c\x4a\x0c\x6e\x91\x59\x65\x97\xcb\x2f\x8a\x40\x47\xc2\xc0\x0d\x0b\x9f\x6d\x95\xc9\xc9\xae\x44\x27\xbe\x7e\x58\xd7\xc7\xab\xee\x45\xa1\xbb\xee\xe7\xd2\x6f\x20\x8a\xc2\x6b\x5d\x2d\xb1\x2c\xbb\x9c\x2b\x3b\xdf\xaa\xec\x9d\x40\x48\x08\xa3\x52\xfd\x5b\x43\x27\xf2\x4d\xef\x8e\x32\xc5\xa4\x75\x7c\xc5\x0f\x24\x16\xbf\x07\xad\x1f\x8d\xb2\x9c\xa6\x39\xf6\xa3\x65\x92\xf0\x49\x2b\x25\x09\x62\x1c\x57\x8c\x5c\xf8\xdb\xc1\x43\x86\x93\xf4\x42\x09\x99\x73\xe4\xdd\xee\x84\x25\x7a\x24\xb6\x1f\x31\x97\xa7\x26\xed\x25\x83\xe3\x20\xb9\xdd\x17\xae\x25\x2f\x41\x21\xe3\x71\xdb\x62\xa3\x5a\xe4\x8d\x29\x3d\x45\x1e\x8b\x6d\x6d\x86\xba\x1a\x97\x1c\x5d\xb6\x4b\xf3\xf1\xae\x5f\xdb\xf6\xbe\x3a\x9d\xeb\x43\x56\x2a\x14\x3c\xc5\x09\x77\x27\xc9\xda\xe0\xbf\xb5\x99\x22\x8c\xf6\xf9\x53\x77\xab\xb7\x1d\x0f\x82\x59\x34\x6d\xbd\xe9\x37\x93\x24\xb4\x0a\x96\xd2\xe0\x93\xa5\x34\x9c\xe7\x2d\xa5\x49\x62\xe0\x7f\x8b\xa5\x94\xeb\x4c\xf4\x0e\x2d\xc8\x29\xd4\xa2\x32\x2a\xe8\x1d\x7d\xe2\x42\x78\x02\xed\x5c\xce\x8a\x9a\xd8\x4f\xab\x95\xd1\x4d\x2d\x44\x35\x3a\x49\x95\x05\x63\x72\xb2\xd7\x26\xb1\x60\x5c\xa3\x7a\x5b\xdb\xb8\xce\x85\xf4\xf5\x83\x14\xce\xab\x65\x16\xd5\x98\xa4\xcf\xf4\x03\x3b\x49\xc9\x29\x4a\xd8\x58\xd6\x88\x00\xca\x34\x19\xff\x04\x9d\x40\xf7\xf7\x40\xd8\x35\x95\x28\x33\x8d\xdc\x5b\x76\x74\x62\xb4\x48\x49\x57\x27\xd5\xfb\x6c\x0d\xdc\x1d\xb1\x99\x6c\x69\x53\xf9\xff\x51\xf7\x6e\xdd\xa9\xfa\x50\xbf\xf0\x07\x92\x31\x3c\x22\x7a\x99\x04\xa4\xd4\x5a\x6b\xd5\x5a\x7b\xe7\x72\xb5\xa2\xa0\x22\x9e\x90\x4f\xff\x8e\xcc\xdf\x04\xd1\x76\xfd\x4f\x7b\xef\xe7\x19\xef\xcd\xea\x32\x84\x24\xe4\x30\x33\x8f\xbf\xe9\xbe\x43\x2b\xb3\x18\xff\x9d\x6a\x98\x8c\xfa\x1c\x3b\xe7\x80\xf7\x7f\xfc\x49\x4d\x0c\xbe\xf4\xfb\x36\xf9\xd9\x58\x71\xc4\x35\x3a\x39\xe1\x2f\x42\xd1\xe9\xfe\x50\x89\xdc\xd6\x39\x38\x99\x1f\xee\xf8\xa1\x93\x47\x91\x05\xb0\xbb\x3f\x52\x7a\x2a\xea\xbe\x0a\x67\x83\x9e\xc5\xd0\xcc\x67\xf2\x77\x99\x5a\x0c\xf3\x4f\x17\xea\x49\x31\x7b\xc3\x95\xd8\xf7\xb1\x8c\xf8\x09\xaa\xc2\x6a\x38\xb4\xb5\xe6\x71\x44\xf5\xa2\x6b\x67\xf2\x33\xce\x48\x70\xa1\x1b\x21\xb5\xa3\xcb\xed\xdb\x31\xbf\xfd\x97\x28\x25\xf9\xdb\x07\x24\x91\xca\x9d\x4b\x1d\x76\x27\xbd\xf6\x8f\xcc\x0f\xd1\x63\xee\x55\x0a\x3f\x6d\x6a\xcf\x42\x94\x4a\x0f\x4e\x0e\x0e\x23\x3d\xcc\xea\x00\xb1\x5d\x95\x5f\xff\x44\xb5\x91\x57\x32\x8b\x48\x89\x54\xa1\x3f\xbb\x30\x0e\xa4\x72\xf6\x4a\x0c\xb5\xb1\xdd\x92\xf8\x3b\xd1\x6d\xb8\x89\x1d\x32\xdb\x0f\x9a\x24\xfa\x27\xff\xf9\xda\x9f\x85\x9b\xdf\x4d\x9f\x0a\x80\xe6\x17\xa2\xcf\xbd\x0b\x94\x52\x93\xd0\x1f\xeb\xdd\x71\x92\x47\x62\x55\xff\x10\x0c\xdb\x13\xce\x6b\xd8\xfd\xeb\x1d\x3e\x10\xbe\xfc\x6d\x28\x71\x44\xce\x79\x6f\x85\x73\xfd\x23\xd5\x71\xd8\x4a\x61\x4f\x32\xfe\x2c\xfb\x80\x14\x24\x8e\x98\xfc\xa1\x70\xc2\xdc\xf9\xb3\xd4\x05\xf6\xd3\x93\x1e\xcc\xaf\xff\x1f\x5a\x2c\xfe\xed\x79\x2d\x59\xac\x9f\xe3\x19\xe1\x6b\xe7\x2b\x93\x90\xcb\xbe\xca\x67\x4a\x97\xb3\xa2\x72\xb2\x86\x04\x19\xd0\xda\xbd\x73\xed\x40\xe6\xd5\x01\xaa\x34\xf4\xd7\x03\x80\x81\x54\x02\x88\x07\xb7\x66\x12\x13\xaa\xe8\x43\x66\x1f\x39\x97\x47\x57\xfe\xbd\x9a\xf3\xef\xb0\xb1\xa8\x97\x6a\x50\xe4\xa2\x2b\x2b\x62\x64\x07\x77\x43\x27\xf5\x49\x66\x1e\x61\xc0\x37\x9c\xfe\xa2\x6d\xc5\xb9\xda\x56\xae\x6b\xee\x0a\x7b\x6e\xf4\xa8\x7a\x61\xe5\xff\xde\x4c\xa2\x7b\x1e\xe6\xf6\x80\x72\xbb\xff\x9d\xed\x1e\x6a\xce\x49\x5f\xed\x1e\x65\x3d\x7f\xc0\xee\xe5\x6b\x23\xbf\x6a\x8b\x0d\xf6\x89\x3b\xc5\x95\xf0\xa9\x49\xe4\x5b\x19\x7b\x1d\x50\xa5\xc8\x0b\xd8\x2c\x7d\x93\x49\x84\xab\x60\x36\x70\x84\x3a\x28\x60\x47\x0f\xb3\xfb\xc9\x2a\xe9\x8e\x54\x28\x4b\x68\xeb\xb3\x4c\x12\xd3\x60\x03\x14\xa4\xe5\x4d\xb6\xb7\xd6\x02\x2f\xe5\x83\xd0\xcd\xb6\xb1\x44\xc3\xc5\xe3\x9f\xaa\xd2\x02\xb6\xe9\x0e\x53\x65\xa7\x95\x2f\xa9\x2b\xdc\x77\x71\x15\x24\x56\xd9\x15\xf5\x4d\x00\x10\xc5\x9b\x9a\x91\x74\xda\x2b\xd6\xc6\xdf\xab\xa4\x33\x6e\x65\x8b\x9b\x6d\x1a\x95\x14\x63\x8f\x63\xd4\xc3\x10\x51\xe3\xd3\x20\xe0\x07\x1e\xb6\xea\x2b\xf8\x0f\x56\x7d\xd6\x59\xec\xcb\xbf\x55\x5f\x4c\x61\xa1\xd0\x15\xe3\xba\x16\xf6\x5e\x41\xa7\xb7\xf9\x1b\x9c\x94\x7a\x7a\x28\x54\xa6\xc0\xff\x01\xfa\x79\x84\x5d\xbc\x8b\xb7\x4e\xf8\xea\x71\xb6\x20\x85\xfe\xd4\x21\x7b\xe5\xc0\x44\xed\x5b\x25\x97\x75\xd2\xe2\x53\x64\x05\x6e\xdb\x19\x5c\x27\x35\xcd\x26\xf5\x27\x53\xd8\x0f\xbb\x36\xd3\xb6\x54\xef\xb6\xee\x8f\x36\xbe\xbf\xd9\xad\x49\x01\x42\x86\xff\xcd\xb7\x65\x57\xf4\xcb\xe8\xe2\xf3\x5b\xa4\x47\xde\xfe\xf9\x0f\xd6\xa1\x1a\x67\xa1\xf3\x41\xc1\x66\x8b\x1a\x87\xaa\x67\x28\x70\x6b\x13\xc6\x90\x8d\xf9\xca\x3e\xef\x50\x42\xfd\x53\xdb\xc9\xd2\x07\xf9\x31\x23\x50\x84\x60\x31\x36\xb6\x32\xd3\xe4\x75\x0f\x35\x28\x97\xa0\xcc\xd8\x6f\x49\xd8\x43\x58\xe7\xf0\xc0\x57\xa3\xb5\x86\x1c\x88\x3a\x44\xbe\xec\x9b\x38\x08\x73\xdf\xbb\xf2\xfc\x35\xb2\xb0\x39\x71\x01\x54\x0e\xdf\xa2\x3a\x46\x9e\x3b\x6c\xbb\x64\x82\x4d\x97\x48\xf7\x48\xaf\x0e\x13\xfc\x3a\xe3\x57\x44\x75\x54\x5d\x71\x37\x33\xdf\xba\x8e\xd5\x63\xb0\x90\xe8\xa7\xf4\x67\x35\xc8\x2f\xf3\x28\x18\x1a\x57\x9c\x3b\x55\x57\x2d\x24\xde\x5b\x77\x8d\x9f\x13\x04\x9d\xee\x21\x6d\xba\xc2\xf9\x65\x3e\x15\x27\x4e\xec\x69\xad\x53\xe9\xf7\x0b\xc6\x97\xcd\x8d\xdb\xef\xe2\x35\x97\x76\xbc\x0f\xa0\x1c\x8c\x6e\xda\xd8\xca\x0d\x45\x06\x38\xac\x4c\x48\xfe\xc0\xd1\x62\xa7\x55\x88\x8e\x65\xc1\xe0\xe5\x3d\xac\x04\x71\xfa\x48\xea\x82\x66\xfd\x9f\xdf\x89\xce\xaf\x6d\x69\xf4\x97\x9c\xfa\x41\xf1\x7d\x57\xa1\xa9\x58\xc9\xdb\x4b\xf2\x87\x6b\xb0\xbc\x19\x16\x6f\xd1\xaa\x5d\x82\x4a\x7b\x52\x86\x96\x9c\x71\xd9\x32\xb1\xa7\x86\xf3\x3f\x4b\xe9\xf6\x74\xc8\xc0\xba\x21\x17\xd7\x82\x7e\xff\x35\xe2\x09\xdb\x2f\xc6\x9c\x9d\x97\x5c\xaa\xa6\x63\xf8\x07\xb5\x4b\x57\x2b\xc1\x4c\xa8\x2f\x74\x98\xfa\xa3\x3f\xac\x6b\xfd\xa7\x75\xbd\x70\xf0\xc6\x1b\xd8\x38\x0b\x10\x44\x65\x0a\x15\x0d\x7f\x92\x46\x1a\x17\x18\xdf\xc8\xcd\xf4\x35\x65\xb5\xd7\x65\x3d\x80\x31\x6e\x79\xe5\xe4\x3c\xe1\x3e\x13\x42\x71\x47\x0b\x2b\x3f\xf8\x30\x2c\x99\xc3\xaa\xdf\x4b\x6a\x1e\x2b\x20\x7d\xb9\x05\xc3\xdf\x3f\x6f\x08\x44\x7e\xca\xfe\x95\xe5\xe5\xc0\x98\xe8\x8d\x73\x68\xdb\x7f\xe1\xff\x70\xb9\xbd\x78\x16\x8a\x09\xdc\x40\x2f\x2f\x09\x44\xd4\x15\x63\xe6\xe5\xd4\x98\x9f\x7e\x9d\x79\x0d\xb3\x75\xe0\xe1\xf3\xf2\x1c\x64\x75\x05\x23\x69\x8c\x2c\x33\x57\x03\x8c\x85\x88\x9c\xa9\xe1\x88\x31\x41\xeb\xbe\x7a\xa5\xfd\xb5\xed\xdc\x30\x91\x75\xbc\x68\x29\x18\x58\x36\x31\xae\x32\x4d\xf6\xdf\x60\xce\xbe\x19\xd5\xf5\xcd\xcf\xeb\x0b\x2e\x02\x39\x5c\x42\x89\xa2\x24\x59\x24\x5e\xb1\xae\xa9\x75\x1a\xe5\x5b\x8d\x4e\x0c\xc1\x89\xab\x83\x5c\x70\x76\x21\x1f\x38\x7b\xb3\x6c\x84\x25\xf6\x2f\xa8\xd3\x81\x73\xda\xbc\x09\xce\x0b\x0a\x68\x9d\x84\x2c\xe6\x94\x70\x65\x4d\xdb\x27\x8e\x3e\xe2\xa1\x37\x03\x4d\xa2\xdd\xb6\xbd\x5a\x75\x0a\xb3\x29\xc6\x99\x71\x27\x6b\x9f\x5f\x9c\xea\x17\x7b\xc2\xe5\x98\xdd\x4d\x4b\xfd\xcc\x8e\x17\x97\x4e\xff\xc5\x77\x88\x49\x40\xc3\xf7\x22\xfb\xca\x74\xd1\x40\x16\x32\xba\x19\x80\x3a\x49\x0b\x5a\xb7\x23\xf4\x6a\x5c\xee\x6c\xa4\x6e\x4a\xcf\xc0\x39\x44\x85\x1a\x92\x34\x2c\x25\xd0\x73\xaf\xb4\xbe\x9b\xf2\x46\xd6\xe7\x17\x6a\x87\x98\xa7\xa3\x38\x2c\x57\x74\xeb\xb0\x5e\x14\x57\x9d\xd2\xf1\x81\x5b\x7e\xa3\xf8\xe7\x3a\xb0\xaf\xee\xc6\xe3\x25\xf7\x0a\xd9\x3c\x22\xed\x1b\x1f\xf5\xd3\x9c\xb8\x79\xf4\x3e\x2c\xf5\x43\xde\xbc\x8d\xc5\xd8\x98\x0a\xe7\xb7\x9e\x1c\x7b\xd6\x46\x28\x56\x96\x87\xb2\xd9\xb8\x8e\xd3\x13\xea\x09\x93\xeb\x84\x50\x44\xee\xcf\x19\x12\x14\xbf\x75\x22\x7b\xf9\x78\xb7\x24\x2a\x46\x37\x54\x96\xa0\xf6\x1a\xd9\xfd\xfa\xf3\xb6\x3b\x1f\xb0\xec\x3e\x34\x13\xfd\xd6\x9e\x0f\x0d\xe0\x0f\xfe\xfd\x61\x83\x1b\xf7\x1f\xb7\x31\x29\x53\x9d\x0d\xa1\x61\x76\x33\x67\xd3\x7f\xb7\x99\xfb\xbe\x73\xbf\x99\xd7\x01\x2f\x64\x37\x5b\xa5\xe4\x6f\x1d\x90\xc9\xda\xc5\x1c\x50\xd4\xba\xe1\x72\x23\x59\xc2\x85\x32\x3c\xc3\x9d\x62\x96\xc0\x55\xe3\x20\x33\x1b\x72\x0b\xec\xef\xac\x0d\xf6\xb7\xca\xba\x4a\xbf\xf3\x93\x3d\x04\xf7\x71\xd0\xb4\x7f\x90\xa6\xd8\x6b\x82\x65\xa8\xeb\xc5\x38\x16\xee\xd7\x8d\x86\xf7\x27\x7f\x9f\x56\x0a\xe7\xd7\x84\xef\xdd\x16\x4b\x19\x6d\x3e\x18\xdf\xbe\x27\xd8\xc0\x29\x25\xdc\x0c\x6e\xbf\xe7\x8c\x19\x9d\x25\xab\x0e\x1e\x34\xf1\x81\xdf\x00\x13\x32\xd7\xa1\x36\x3b\x02\xb5\xee\x5d\x87\xbe\x21\x29\x64\xae\x43\x29\xbf\x71\xb9\x77\x1d\x6a\xb0\xeb\x90\x99\xb9\x0e\x65\x59\x89\xbe\x31\x8e\xb8\x90\xcf\x5c\x9c\x64\xc5\x67\xa4\xda\xfe\x06\xd5\x90\x7b\xdc\x64\xee\x3e\xa7\xcc\xe3\xa6\xb4\xe2\x28\x4c\x76\x36\x3a\xdf\xfa\x20\x15\x5d\x93\x6e\x7c\x90\x76\xec\x83\x14\x67\x3e\x48\xcb\x3a\x3d\xa8\x49\x13\x62\xcf\xac\x11\x28\xba\xe8\x12\xb8\x1a\x2d\x94\xc5\x0f\x9a\x81\x32\x5a\x52\xdf\x72\xf4\xfb\xac\xda\xfc\xa0\x15\x28\x63\xaf\xf7\x8b\xed\x83\x80\x8c\x77\x26\x70\x59\x6f\xf4\x3e\xac\x67\xe2\xf3\xd6\x44\xba\xcd\xfe\x2e\xee\xe2\xe8\x6c\xf4\x56\x73\x4e\xf2\x18\xf1\x37\x93\x4f\xc8\x66\x37\xfa\xe6\xcb\x73\x52\x00\x96\x1a\xd7\x2d\xe7\xe7\x6e\xae\x76\xbe\x88\x71\x55\x8f\x08\xb4\x0d\x36\x9c\xb4\x29\x66\x30\xd1\x38\x46\x76\x01\xe8\xd0\x5b\x01\x91\xe8\x06\x1d\x06\x5f\x1e\xdd\xbc\x0e\x29\xa3\x2a\x55\x76\x75\xd0\x17\x0c\xac\x02\xde\x06\x21\x3e\x93\x28\x21\x26\x7c\xc2\xb6\x42\x3e\x4f\x6b\xec\xe7\xec\x3c\x65\x5e\x4a\xd7\x0c\x4d\x04\x7b\x82\x70\x5d\x70\xfa\x61\xf3\x2e\xa6\x92\xad\x7b\x4b\x4e\x5d\x7f\xec\x19\x7f\x0e\xb9\x5c\xef\xb2\x01\xea\x1d\x9f\xcd\xdd\x01\xb1\xe5\x46\x86\x30\xdd\xdf\xff\x65\xa8\xe7\xb5\x91\x99\x10\xf3\xb0\x06\xcd\x5e\x99\xd4\x10\x2a\x1c\x2c\xc2\x87\x3f\x7a\x52\xd5\x1a\x76\xe1\x17\x36\xab\x18\x9c\xb1\x4c\x83\x24\x64\xb0\x96\xa5\x2c\x5a\x59\xf7\x1f\xf4\x2b\x21\xd8\x48\xf5\xb2\x8b\xd1\x06\x72\x16\xa9\xb7\x53\x3c\xfa\x27\x6e\x56\xdb\x50\x15\xba\x4e\xda\xf2\xc6\x53\x8a\xdd\xc7\x36\xb2\xd5\xf0\xfe\xe4\x26\xb5\x8e\xb1\x23\xf7\xbc\x23\x63\xac\x9d\xdb\x20\xdc\x20\xa7\x2d\x5b\x1b\x84\x32\xb2\xce\xed\x22\x0f\xcb\x31\xf6\xd8\xbe\x3a\x82\xeb\xd6\x92\x74\x0b\x2d\x79\xc2\x93\xb6\x3a\x56\x47\xec\xc4\x85\x47\x7b\x95\x2c\xc7\xc6\x40\x33\x34\x15\x36\x20\x5b\x65\xec\xe2\xa8\xd6\x47\x24\x56\x9e\x91\xab\x59\x29\x18\xd7\xda\x90\xee\xdc\x05\x79\x89\x32\xb8\x72\x70\x26\x74\x5f\x51\xc5\xd5\xe9\x9d\x81\xbd\x49\x33\xf7\xb1\xa6\x87\x62\x29\x93\x63\x21\x09\x69\x29\x4b\x42\xba\x91\x5b\x3a\x15\x50\x13\x04\x08\x1d\x8e\xbe\x9f\x37\x78\x67\x5d\x33\x0c\xf3\x5b\xf3\x3f\xd7\x0f\xad\x61\xb6\xf1\xf2\x3d\x57\x59\x52\x6a\x8c\xb4\x87\xc8\xde\xc4\xfa\xa3\x57\x98\xa5\x32\xaf\xb0\xd6\x99\x83\x78\x8f\x8f\x7f\x8c\x1a\xbd\xa4\xc3\x1f\x3c\xc2\x8a\x5b\xce\xc1\x10\x54\x24\x71\x7d\x5d\x50\xc6\xdb\x51\x74\xcf\x85\xdf\x59\xdd\x95\xda\x6f\xb0\x83\x1a\xd8\x41\x93\x6a\x96\xa2\xb6\x0a\x74\x89\xee\x6f\x64\x2e\xce\xdd\xdd\xf4\x72\x5e\xef\xc3\xd0\xe1\x31\xf6\x60\x61\x81\x41\xfe\xa1\x6a\xf2\xad\x5e\xbb\xbd\xd5\x03\x05\x0f\x86\xfe\xbe\x96\xe1\xcc\x52\x10\xa3\x9e\x85\x43\x0d\x2a\x39\x6e\xf0\xe6\xbf\x99\x4b\xf4\xd5\xad\x97\x15\xa3\x57\x87\x08\x2d\x4e\xde\xaa\xb3\x95\x25\xd9\x72\x34\x63\x6d\xf8\x2d\xf0\xe5\x2d\x05\x3d\xfc\x17\x4f\x89\x26\xf4\x38\x7f\xa1\x6a\xed\x0b\xef\x1d\xdc\x60\xed\x56\xd5\xde\x2e\xd1\x8c\x4c\xd6\x40\xb3\x9a\x6c\x60\x2e\x85\x60\xe2\x65\xa5\xd1\xea\x19\x50\x60\x84\xba\x16\xb8\x85\x01\x67\x29\x52\xc9\xf7\xa5\x17\x2c\x6e\x9b\xb7\x4a\x7d\x02\x05\x67\xae\x78\x2c\xdc\x51\x80\x36\xff\xc9\x64\xfc\x9f\xba\x8d\x74\x09\xb5\xba\xbf\xb8\xfc\x7d\x78\xcd\xca\xe6\x21\xb3\x19\xa3\xfb\x92\xd6\xf4\x67\x5a\x81\x44\x40\x6e\x20\x4f\xf2\x04\x2d\x27\x79\x20\x7a\x9d\x23\x12\xc3\xf4\x92\x5a\x17\x91\xb9\x03\xca\x9d\x58\x03\x2e\x6f\x5a\xeb\x02\x8c\x92\x3c\x43\x12\xf7\xea\x96\x1a\xa4\xaf\xc0\xa1\x71\x08\xf3\x2c\x8f\x00\xad\x3b\x6c\x3c\x85\x3f\x6a\xfd\x3c\xb8\xc6\x75\x6a\xbe\x01\x09\x02\x81\x32\x4b\xbc\x81\x80\x81\xa6\x2c\x89\x21\x00\xa6\x8d\x03\xc3\xd2\x67\x9d\x88\xce\x2c\x4a\x5c\xc3\x53\xe1\x56\x26\xb2\x84\xd4\x36\xb4\x86\xb3\x98\x52\xac\x28\x80\x49\x0d\xa2\x29\x11\x92\x6d\x9e\xd6\xcf\xad\xcb\x0b\x52\x29\xa3\xba\xb5\x7c\xbd\x56\xef\x9b\x2b\x4a\xf4\x34\x6b\x90\xdb\x9a\x2b\xc8\xaa\xfb\x6e\xd6\x08\x78\xa7\x22\x8d\x8a\xd4\x1c\x8e\xd0\x1c\x4f\xdb\xde\xa5\xaf\xdf\xba\x5d\xa1\x1d\xdf\x64\x36\xb8\x6d\x33\x3c\xa2\xe6\x8a\x3c\xe1\x1e\xd4\x4d\xef\xe9\x66\x50\x7c\xeb\xc2\xc9\x3a\x57\x5d\x8e\x85\xae\x26\xae\xd1\x15\x1e\xa7\xde\xa8\x6c\xa0\xb3\xe1\xb0\x72\x37\x53\x49\x94\x89\x18\x38\xc8\x80\x3a\x0c\x56\xb4\x4c\x83\x43\x48\x14\xe8\x6b\xdd\xa2\x61\xf6\xfd\x32\xc0\xdd\x36\x6d\xf2\x63\x03\xe6\xfe\x16\x0f\x27\x26\x8d\x2a\xf3\xd6\x6b\x2e\x10\xca\x7a\xf2\xc7\xff\x3e\x68\xc0\x11\x8e\xe9\x04\x21\xc9\x73\x8f\x41\x8b\x92\x59\x4c\xb4\xf8\xf5\x4e\x3d\x22\x6f\x3f\x69\x58\xbe\x20\xbd\xe5\xea\x01\xa7\xb3\xaa\x3f\x16\xc6\xee\xbc\x26\x94\xf8\xa7\x6b\x28\xe1\xb0\xdf\x85\x4f\x23\x1b\xd6\xd7\x2a\xd7\xc6\x7c\x5d\x90\xaf\x76\xc0\x3a\x8a\x9e\x70\x0f\x12\xb9\x46\x2c\x90\x49\xaf\x82\xb4\x9f\xa4\xe8\xf5\x28\x1b\x91\x96\x82\x41\xae\x49\x34\xb5\x63\x2d\x00\xa9\xb2\x02\xa6\x73\xe3\x17\x54\x9e\xc8\xab\xd6\xf3\x41\x4c\x63\xda\x06\xdd\x05\xfd\xf2\x1c\xba\x05\xbb\xe7\x2d\xa6\x3d\x29\x29\xc3\x55\x02\x50\x7e\x8b\x0d\xb0\x78\xe2\xf8\xe1\x7a\xda\x3d\x4a\xc5\xb2\x90\xbb\x06\x69\xa1\xdf\x63\x02\x52\x71\x3b\xa5\xf2\x80\xcf\xde\x54\xaf\x79\xb9\x3c\x30\xdc\xce\x59\xb5\xe5\x0e\x61\xf2\x93\xf0\xd8\x35\x72\x94\xd0\xf0\xf8\x50\xd0\x37\xb2\xe6\x7a\x48\x57\x6a\xbf\x8a\x08\x47\xef\x48\xa1\x3d\x48\x75\x61\x8b\x7d\x88\xc0\xf0\x80\x26\x57\xd9\x04\x8c\xe4\xf5\x8d\xb5\x74\x37\x36\xc1\x00\x0c\x91\xc7\xe7\xb0\x23\x11\xa8\x1b\x99\x14\xfc\xfd\x4a\xda\xd0\xd7\xad\x49\x38\x6e\x23\xd8\x7d\xf8\xd9\x9e\xfc\xf6\x56\xd2\xaa\x73\x62\xa7\x84\xd8\xa1\x9d\x04\xe6\x20\x85\x74\x13\x06\x40\x15\x89\xb6\x3d\xeb\x4c\xa8\x4d\xe3\x93\x1e\x4b\x1f\x5b\xa1\xb6\x1a\x52\x38\xf7\x55\xf3\x1c\xc6\x00\x80\xaa\xd6\x8a\xd1\x2a\x83\x23\x5c\xbf\xfb\x50\x2a\xd7\x61\xf0\x5e\x36\xc0\xc9\x02\x94\xc6\xc8\x4d\x53\xfd\x0c\x39\xd1\x13\xaa\xec\x04\x65\x22\xe9\xdd\xb0\x8c\xc4\x97\x75\x6e\xb9\x46\x8b\xe8\x66\x5e\x66\x7a\x66\xf7\x34\xb1\x5f\x8d\x3a\xde\x58\x9d\xbd\xab\x13\xcf\x25\xf1\x40\x26\xf6\xbb\xa7\x6f\x73\xd5\x57\x91\x84\x26\xb2\x81\x2f\x3a\x10\xac\x55\x43\x82\x7c\x6c\x9a\xe4\x0d\x54\x91\x82\xfa\x3a\x7b\xe4\xb4\x99\x78\xd9\x2f\x2c\xc0\xa7\x72\xfc\x8e\xe1\x89\x05\x61\xf7\xfa\xaa\x22\xcf\xed\x8c\xb5\xc9\xf3\xf8\x20\xa1\xeb\x01\x69\xc7\xfb\x8b\x1a\xf8\x11\xb0\x70\x17\x8c\x68\x9a\xf2\xed\xa3\xef\x96\xb1\x66\x34\x42\x52\xdc\x7f\x9e\x02\xa8\x65\x8f\x01\xb0\x4a\x64\xbd\xca\xa9\x07\xe0\xe6\x03\x99\x73\x25\x17\x3e\x91\x84\xcf\xb0\x7a\xdb\xfd\x44\x38\x1b\x79\x9b\x59\x68\x07\x88\x35\x80\x20\x92\x44\xc5\x08\x21\xbd\x8c\x8b\xa8\x60\xba\xc6\x7e\x8e\x55\x80\x7f\x87\x00\x53\xd8\x02\xf4\x2f\x94\xdd\x05\x2a\x0c\x4e\x16\x9d\xa0\xc9\xce\x7a\x85\xf8\x6d\x02\x02\x74\x96\xee\x80\x28\xbc\x2d\x93\x13\xec\x49\xae\xe7\xc5\x17\x34\x53\xe8\x45\x92\x0d\xde\x79\x3f\x53\xe0\xdd\x29\xe2\x16\x7f\x6f\xd7\x4f\xba\x0d\xc2\x55\xd2\x24\x47\x5f\xbd\x00\x08\x1b\xeb\x59\xeb\x0b\x27\x74\x76\x4d\xef\xc7\x16\x5e\xb1\x51\xae\x71\x67\x18\x30\x80\xcc\x3c\xa4\xde\x0a\x33\x20\xb3\x72\x61\xd0\x9f\x42\x94\x18\xc0\xec\x6c\xd1\xd4\x36\xe8\x28\x94\xef\x00\xcc\xd2\x06\xc3\x98\xd3\x72\xd6\x65\x05\xde\x60\x57\x04\xb3\x06\x40\xd1\x2e\xac\xb9\xd0\x6d\x4f\x85\x63\xd1\x74\x78\x17\x04\x67\x64\xd3\x74\x94\xe7\xfa\xe0\xba\x6f\xf6\xb2\x7c\x80\xe1\x7b\xe1\xbf\xe6\xf5\x08\xa6\x6b\xa0\xca\x32\x46\x66\x8d\x0a\x86\x37\xa1\x71\x79\xd9\xbf\x6e\x26\x84\x7a\xc4\x91\x76\x89\x6a\x52\xe8\x7c\x3f\xcf\xf9\xe8\x7e\xd9\xdf\x4a\x3d\xf2\x1a\xf9\x56\x57\x3d\xa4\x00\xd1\xa7\x5d\x33\x87\x51\x9f\x91\xb0\x68\x62\xfd\x36\x60\x9a\x0c\x57\xf4\xbe\xc8\xc9\x95\x26\x60\x58\x02\x5a\xc8\xd8\xaf\x8d\x00\xeb\xbc\xe4\xdc\x47\xab\x1a\x25\x74\x6d\xab\xa5\xc9\x9a\x68\xdd\x7c\xfd\x08\x29\xb4\x02\xb1\x8f\x1c\x73\x86\xd5\x18\x52\x46\x2d\x26\x31\xee\x64\x73\x67\xe4\xa3\xdd\xfb\xf6\x8a\x2e\xbc\x7b\x65\x75\x7d\x45\x8b\xc6\xdf\x5e\xd1\x85\x77\xaf\x94\x55\xfe\x0a\x39\x51\xdf\xbf\x42\xce\x46\x85\x57\xb2\x6f\xfa\xd4\xd2\x19\xbe\x69\x27\x71\x9c\x96\x6d\x4d\xa3\x42\x64\x42\xa9\x71\x9c\x45\x9d\x92\x2e\x65\x0e\xab\x17\x46\xb9\x22\x17\x6e\x7f\x47\x58\x9a\x73\xce\xe7\x36\x07\xd4\xc6\x42\x0a\x95\xaa\xfa\xba\x47\xd0\x1e\xb5\xec\x19\x25\x7c\x0c\xa4\x98\x59\x48\x00\x4c\x1e\xe4\x1e\xe9\x93\xb7\x52\x77\x32\xd6\xe4\x81\xdb\x1f\x72\xd3\x33\xab\x4a\x40\xa9\xa9\xe4\x1c\x91\xdb\x17\x50\x9d\xac\x9e\x15\x39\x64\x54\xf1\x8c\xa9\xf0\xea\xf2\x42\x79\xb1\x9d\xe9\xba\xfd\xa0\xa5\x99\x40\xd6\xdb\xe4\xb8\x54\x62\x62\x79\x68\xd3\x5d\x77\x01\xb1\x1c\x92\xa8\xd7\x59\x7f\x66\x2c\xad\x03\xbc\xfc\x75\x99\x9c\x00\x90\x37\x83\x4d\xc4\x74\xc9\x9d\x65\xf5\x32\x62\x8a\x4a\x39\xf9\xfb\xc2\xd9\xd8\x15\xa4\x50\x2c\xb5\xe8\x44\xed\x65\x99\x62\xa9\x5c\xde\x70\x8b\x36\x15\x53\x80\x8d\x0a\xe5\xf5\x42\xac\xc9\x67\x76\x68\xd2\x7d\x76\xc1\xea\x3c\x15\xd8\xc5\x42\x91\xcb\x17\x32\x62\xbd\x29\x6a\xe3\x93\x82\x32\xca\x92\xaf\x5b\x47\x78\x9d\x6f\xb6\x80\x83\x3f\x2e\xda\x46\x2f\x19\x52\x45\x35\x00\x11\xaf\xe1\xef\x5c\xff\xee\x0b\xe7\x0b\x87\xf2\x7a\xd9\x01\x16\xb0\xeb\x64\xac\x97\x70\x01\xba\x8b\x0f\xc3\xcb\x53\x3a\xf9\xf3\x34\x80\xdd\x04\xe3\x59\x83\xd5\x7c\xa5\xcb\xf0\xd2\x21\xe7\xa5\x32\x06\xc1\xba\xa6\x09\x71\x6e\x73\x42\x7f\x9c\x55\x5b\xc8\x4f\xe1\x10\x47\xc1\x33\x86\x2f\x17\x33\xe8\xea\x5e\xe1\x2b\xdf\xbb\x3e\xe9\xfa\x79\x32\x5d\x67\x74\xf5\x34\xab\x49\x8e\xeb\xa4\x8d\x78\xb0\x3d\xa8\xca\x1e\xb9\x70\x29\xf5\xbe\x27\x23\xf0\x51\x92\x87\x43\x43\xaa\x2c\x68\x87\xda\x26\xf7\x98\x86\xd4\x07\xa4\xac\x3c\xb8\x37\x50\x59\x13\x4d\x42\xf1\x33\xf4\xc0\x5e\xf2\x4c\x2b\xd6\x76\xf4\x85\xe8\xda\x8c\x3d\x39\x11\xc2\x94\x9b\x36\x67\xee\xa4\xbf\xde\x83\x9e\xd7\x07\x8f\x75\xbe\x21\xa7\xd8\x1a\xe4\x8c\x00\xa4\x77\xfb\xea\x71\x40\x1f\xec\xee\x7f\xe9\xa3\x83\xe4\x9d\xee\x89\xa5\xc2\x0a\xec\x12\x0b\xa8\xd1\xaa\x7b\x3e\xe3\x64\x59\x18\xad\xa4\xd1\x55\x27\x87\x1d\x93\x15\xce\xa0\x96\x6d\x19\xd8\x8c\x90\x9e\x68\xd8\xe2\x53\x73\xc1\x5f\xf7\xff\x9d\xea\xda\x1f\x5c\x3a\xce\x4a\x67\x94\x2a\x93\x9b\x1b\x66\xcd\x2d\xa5\xd1\x53\xcf\xbf\xae\x7b\xfb\xd3\xdc\x71\x6e\x36\x70\xfc\x88\xd4\x9f\x45\xdb\x1f\xef\x69\x37\x92\x3b\x3c\x99\xad\x88\x83\xb3\xed\x8d\xa9\x6e\x6a\x8e\x35\x79\xa5\xf4\x2e\x2a\xe0\x7c\x81\x07\xc6\x26\xc7\x2c\x4c\x20\xe9\x40\xfd\x6e\x67\x25\x33\x62\x52\x9f\x44\xf5\xae\xe3\x1f\xae\xdd\x0b\xaa\x4c\xea\x6d\xbe\xf1\xbb\xec\x17\xaf\x3c\x52\x8c\x24\x04\x62\xf0\xfe\x0a\xbf\xef\xf0\x8d\x20\x84\x76\x2c\xe7\xe3\x25\xf5\xbb\xd9\x46\xe2\x37\x2d\xda\x74\xd5\xe8\x97\x7e\x5d\x33\x02\xf6\x42\x95\x10\xa7\x38\x5f\xe5\xbc\xca\x82\x22\x4a\x3a\xd9\x17\x2a\xc7\xb4\x1b\x5b\xec\x79\xea\xf1\x95\xaf\x30\xbd\x18\x98\x7c\x3d\x9b\xfd\x10\xfb\x2f\xa1\x99\x12\x43\x33\x79\x2a\xb8\x2f\xd0\xf1\x1f\xae\x7d\x72\x2a\xf8\xdc\xe0\xef\x70\xeb\xd3\xe1\xac\x2a\xea\xb3\x22\xcb\x29\x1c\xa7\x93\xd3\xf5\x6a\x54\x5e\x73\xc5\x4e\x43\xd1\x49\xd3\x00\xdb\xae\xbe\x5c\xd7\xe9\x73\x5b\x22\x8a\x8d\xd9\xdf\xd8\x3e\xbe\xbc\x5f\xf1\x33\x6b\x98\x9b\x23\x12\x8e\xed\xbc\xc8\xa9\x4b\xc7\x70\xd4\x46\x12\x4e\xba\x73\x25\x4e\x9f\xab\x72\xc6\x09\xf5\xf5\x07\xf7\x28\x34\x8a\x24\xcc\x32\x75\xf4\x62\x22\x37\x21\x2a\x4c\x6a\x11\x78\x9e\xb0\xa4\x67\xfa\x22\xab\x58\xd8\x65\xf9\x1a\xdb\xa8\x77\xf5\x44\x33\xfc\xf9\x9a\xea\xa6\xfa\xc2\xb1\xb3\x55\x3c\xc8\x17\xde\xa3\x94\x09\x22\x18\x16\xfc\x0b\x17\x5b\x88\x79\xd5\xad\xf3\x5f\xa4\x52\xe5\x77\x34\x35\xf5\x90\x1c\x43\x78\x40\x3b\x6c\x47\xaa\x60\xd6\x8f\x2f\xcf\x06\x67\x3a\x53\xef\x3e\xfa\x23\xf7\x82\x97\x0c\x60\x9f\xc0\x01\x69\xfc\xc4\xa6\x2d\xe4\x43\xfe\xd1\x13\xe1\x25\x6a\x5b\x7a\xcd\x87\x4e\xfc\x16\x0f\x1a\xf7\xcd\xa2\xf5\x92\x57\x27\x4b\x25\x41\x57\x0d\x9e\x3b\x86\x6b\xbf\x11\x29\xa3\x23\x4f\x6b\x63\xd1\x1a\x8b\xcf\x3d\xff\x05\x2b\x41\xec\xed\xf4\x5a\x52\x97\xec\x00\xd9\xcd\x8a\x8e\xfa\x4c\xf7\xc5\x4a\x11\x9e\x96\xa8\xd0\x94\x27\xa0\xfa\xd1\x12\xdb\x6d\x81\x6d\x37\xf3\x6f\xb6\x1f\xeb\xa1\xd8\x4c\x1b\xa6\x50\x02\x1c\x53\x48\xa1\xe5\x32\x68\x21\x79\x4e\xaa\xba\x64\x2b\xeb\x84\x6e\xe4\xc9\x89\x6b\x23\x08\x84\x03\xc5\x86\x7b\xc8\xdd\x43\x8b\x6e\x9d\xaa\x7c\x36\x06\xa2\x21\x3f\xc8\xf1\xba\xb3\xc5\xc6\x1c\x50\xc0\xdc\x2b\xd2\x93\x21\x96\x24\x1c\x17\xae\xe2\x46\x48\x10\x2b\x0f\x66\x48\xd5\xbb\xc7\x70\xac\xd9\xbd\xd1\x33\xbf\xec\x09\x97\x84\xc7\xf7\x36\xb5\xa7\x3a\x25\xfa\x28\x57\x24\xe1\x98\x06\x4c\xda\xfd\xc1\x1a\x09\x5c\x13\xdc\x71\xba\x91\xa1\xe8\x46\x8a\xce\xf1\x0a\xe7\x68\x10\x1f\x1c\x8a\x52\x6b\x2c\x9f\xfe\xc5\x9e\x8d\xd5\x0b\x1d\x1d\x24\x0c\x7d\x33\xba\x62\xab\xc6\x2b\x3d\x08\x27\xb6\xb1\x9d\x8f\xa4\xc6\x17\x63\xbe\x55\x70\xb8\x87\xad\x2d\x7d\xc3\x34\x84\xd1\x36\x72\xd8\xc4\xc4\x87\x3c\xc1\x7f\xba\x97\xa3\x66\xfc\x55\x02\x96\x08\x8a\x8f\x18\x3e\x00\x3b\x12\x0e\xb2\x70\xd6\xad\xac\xf2\x2b\xb5\xe3\x50\xcb\x78\x29\x5e\xd9\xd1\x2b\x07\xbc\xb2\xc7\x2b\x31\x5e\x59\x4b\x93\x5f\x69\xfe\xd3\x5e\x96\xb2\xcd\xaf\xb4\x8e\x43\x7d\x07\x1f\x24\x0b\x32\x65\x2e\x2f\x1d\x91\x36\xa4\x8d\x07\x81\xf4\x4f\x78\xb0\x38\x51\xf4\xa6\x3a\x65\x7b\x7c\xc5\x0f\x96\xa7\x62\x4b\x4b\x19\x72\x79\x70\x53\xbe\x90\x1b\x2e\x5f\x9f\x28\xdf\x04\x23\xd2\x7e\x46\x5c\xbc\x3d\xd1\x67\x47\x5c\x1c\x73\xf1\xee\xa6\x78\x29\x0f\x5c\xbe\xbf\x6b\xfd\xc4\xe5\xc7\x9b\xd6\x17\x32\xe1\xf2\xf3\x4d\xf9\x3c\xe5\xe2\xcb\x89\x66\x8e\xa3\xa1\x67\x55\x2e\xae\x9c\x86\x88\x5e\x41\x71\x9d\x8b\x6b\x37\xc5\x6b\x69\x72\x79\xe3\x44\x89\x31\xbc\x44\x22\xea\x91\x2e\x5a\x87\x2f\xda\xae\x50\x35\xbe\x54\x6b\x10\xf3\x3f\x4f\x2a\xbf\x54\xab\xf2\xcc\x13\x9d\xe4\x85\xae\x25\x2f\x3c\x9e\x84\xda\x11\x1b\x04\xc0\x0e\x2f\x9b\xa7\xeb\x35\x91\xa8\x13\x6f\xc6\x5a\xed\x25\x6f\x90\x67\x6a\x9a\xdf\xd2\xee\x89\x83\xb7\xcd\xbb\xc6\x8c\xde\xb5\xa5\x4d\x0d\x27\x20\xf0\xaf\xf7\x7d\x16\x22\x9e\xb7\xe4\x1c\x24\x1d\xc4\x59\x18\xff\xc8\x69\xa8\x48\xae\xc9\x21\x5a\xcc\x37\x77\x35\x06\xd0\x2c\xa8\x58\x6e\x51\xe3\x33\xfa\xb9\x0d\xe7\x20\x77\x31\xa7\xeb\x8a\x7f\x6e\xc4\xb1\x40\x5c\xa2\x95\x16\x54\x9d\x17\xcd\xd6\xce\x77\xcb\x17\x3d\xd3\xde\x76\xcf\x0b\x6f\x2e\xf4\xed\xe2\x45\x57\xad\xa8\xbe\xe9\x0f\x7f\xe8\xf5\x84\x26\x8f\x78\xbc\x95\xe9\xe2\x9a\x11\x76\xe8\x55\xc8\x04\x3f\x12\x27\x44\x50\x8c\x19\xdd\xf9\xad\x0d\x33\xd0\x18\xbc\xe4\x31\x25\x84\xba\xe9\x29\x85\x52\x26\x05\x11\x9c\x10\x98\xf4\xd0\x52\xc1\x82\x88\xc4\xe4\x9c\xbe\xe8\xbf\x4b\x89\xe4\x08\x63\x8b\x46\xaa\x12\x55\x82\xea\xf6\xc2\x96\x67\x8a\x3d\x13\x67\xfa\x00\x1f\x47\x1b\x96\x3d\xf8\x8b\x4e\x39\x0d\xf5\xb0\x89\xec\xb9\xce\x0e\xca\xa4\xc9\x05\xed\x2f\x64\xe5\xa6\xfd\x76\xd6\x3e\x12\x06\x7e\x7d\xd1\xe5\x4b\xad\x7f\x51\xe3\xe7\x42\xe3\x93\xe4\xa6\x71\x33\x6f\xbc\x92\x35\x7e\xb9\x36\x3e\xfe\xde\xf8\xef\xbf\x6c\x3c\xbd\x36\xde\x15\x5e\x42\xd3\xf2\x5e\x59\x70\x52\x54\x20\x48\xd7\xd1\x70\xa4\xf6\x68\x78\x4c\x46\x7a\xf5\x76\x84\x07\x92\x5e\x5b\x84\xc0\x0f\x0c\x47\x9d\x3a\xcf\x50\xd3\xb5\x81\x34\xc6\xe0\xef\x15\xfa\xf5\xc3\x4e\xa2\x04\x12\x15\xde\xab\xd5\x1f\xb6\x59\x6c\xb9\xf0\x23\x2c\x21\xd6\x7a\xba\xf2\xe1\xc0\xdb\xee\x90\x63\x12\x47\x70\xe0\xe1\x5e\x5a\x7e\xa6\x5c\x9b\xe5\xd9\x02\xcd\xd2\x23\x34\x7c\x0d\x38\x70\x64\x4d\x0c\xea\x5f\x7a\xa7\x92\xeb\x80\x83\xd4\x38\x4d\xd4\x58\xcb\x2a\xd2\xa9\x1e\x80\x38\xcb\x89\xa7\x1a\x4b\x9b\x7d\x5b\x2f\x67\x0e\x11\x5f\x3a\xe0\x28\x0e\xd8\x90\x85\x2a\x67\x54\x09\x64\xa0\x67\xf5\x2c\x43\xc4\x1a\x5f\x07\xf8\xd3\xad\xb8\xa4\x84\xde\x62\x2d\x9f\xaf\x67\x07\xe9\xab\xf9\x9a\xdc\x80\xb5\xab\xc9\x84\xb5\xe9\x59\x54\x16\xea\xd2\x2e\x5f\x0c\xaf\x05\xfa\x18\x70\xd5\xd4\xae\xd4\x47\xdf\x5a\x1f\x0a\x77\xa5\x50\x43\x4c\x88\xa7\x9b\xde\xb4\x38\xd6\xa2\x7b\xc2\x8e\xb6\x8b\x40\x72\x4a\x40\x7d\x1b\x14\x26\xc0\xcc\x27\xe0\x5a\x65\x7b\x1a\xe6\x13\xa0\x39\x64\xd5\x29\xd2\x03\x31\xd6\x8d\x7a\x62\xfc\xa0\x47\xe5\xda\x81\x6d\x2b\x64\x8d\x24\xbf\xbd\x54\xf5\x34\x89\x3c\xca\xf4\x02\x36\x6d\x87\xbf\xb9\x7e\xc1\x15\x6e\xaa\xd2\xd8\x45\x9b\x87\x9a\xba\xd2\x91\x39\x20\x66\xc0\xee\x42\x15\x8e\xa4\x98\x7d\x0a\xc4\x40\x20\xe8\x20\x6e\xd1\xc6\x7a\xce\xdd\xa1\x28\x79\xc9\x5a\xd6\x96\x74\x5d\x7f\x34\x02\x27\xe3\xc5\x44\x4d\xee\xf6\x24\x86\xcc\x17\x0a\xdf\xb4\x4a\xd9\xf3\x83\xab\xf5\xf7\xa8\x30\x0d\x58\xf0\x8c\xee\x2b\x1c\x51\x61\xb6\x65\x51\xb2\x7e\xf4\x28\x91\x3a\x03\xc5\x0c\xf2\x01\x98\xc8\x87\xf3\x51\x83\xc3\x30\x0f\x60\xdf\xc0\x00\x96\xfc\x7a\x98\xb5\xcf\xd5\xfa\x47\x54\x98\xae\x21\x99\xc6\xf7\xcf\xcf\x78\x3e\xdb\xf1\x00\x2d\x52\xd1\x3a\xab\x6f\xfd\xd7\x91\x62\xe7\xa3\x62\x16\xfb\x3f\x02\x5c\x79\x1e\x70\xff\x9b\xac\x7d\xae\xd6\x3f\xa3\xc2\x14\xdf\xf7\x79\xb8\x7f\x7e\xc1\xf3\xd9\x9e\xfb\x2f\x9b\x59\xff\x94\x0a\x96\x35\xde\xce\x1b\xf1\x92\x7a\x71\x3c\xcd\x65\xd5\xea\x2f\x60\x37\xaa\xb4\xfe\x91\xb2\x6b\x17\xb4\x63\xd6\x5f\xa0\xcf\x1a\x52\xb2\xe5\x17\xc2\xee\x40\x9c\x15\xb6\xf1\x0a\xba\x51\xcd\x8c\xb3\x5a\x29\xe0\x78\xbb\x3d\xe2\xb9\x8c\x01\xdd\x60\x03\xcd\x3a\xed\xdd\xab\x35\x6a\x1c\x53\x82\xb9\x5e\x96\x1d\x9e\x72\xc8\xd9\x9d\x28\x24\x2f\xb8\x41\x60\x3e\x93\x07\xef\x32\x26\x63\x48\x85\x9c\x0f\xcb\x0a\x0e\x21\x7b\x19\xa2\xf5\x79\x68\x3e\xeb\xd3\x57\xa3\x7d\x98\xc8\x6d\x48\x3a\x2a\x78\x8e\x81\xfa\x6e\x65\x8c\x26\xbb\x6b\xf3\x19\x2c\x18\x56\x63\x29\x91\xf6\xaf\xa7\x99\xbb\x27\xa3\x2f\x7e\x7b\xed\xaa\xca\x45\xde\xae\x70\xde\xb1\xa8\x81\x5c\xd1\x50\x9d\xdf\x4b\x24\x80\xa7\xec\x8b\x6a\x23\xc3\x18\x29\x44\xce\xd0\x1a\x4c\xab\x74\xd2\x55\x2a\x2b\x38\x10\x54\x40\x19\xc5\x3f\x8d\x29\x3b\x72\x95\xe5\xa2\x3c\xc4\xb8\x08\x0e\x48\x86\x07\x88\x88\x7a\x59\xde\xcf\xb1\x63\x74\x3b\x91\x37\x34\x06\x4e\xc5\x83\x73\x77\x59\xe1\x8e\x9f\x82\x99\xc2\x3d\xed\x43\xc2\xe8\x2f\xf0\xf7\x13\xac\x44\xbd\x0d\x93\xe3\x71\xd7\x2d\x8a\xf3\x07\x79\x86\x7a\x8d\xef\x46\x31\x3e\xcc\x0d\x47\xb8\x91\x2c\x35\x87\x45\xc1\x0b\x04\x68\x21\xab\x95\x17\x76\x12\xf2\x44\xdf\xdb\x2f\x34\x4d\x79\x11\x88\xaa\x98\x2e\x13\xe8\x36\x52\x7c\x2d\x8c\xd4\xd7\x02\xb2\xf9\x3a\xbe\x6c\x96\x5e\x8d\x9e\xe8\x89\x18\xb9\xf3\x67\x6d\xec\x94\xc9\x91\x6e\x54\x55\x97\x2b\x20\xd0\xce\x02\xf2\x22\xf3\xde\xab\x87\xdb\x8a\x3b\x54\xac\xca\x32\x27\x2a\x58\x53\x50\xb7\xf7\x5e\x3f\xd0\xfa\xcd\xb3\x8a\x39\x03\x50\xe7\xae\x9a\x27\xaa\x50\x93\xf5\xf4\x25\xaf\xd1\x15\xaa\xdd\xd9\x70\x9f\x5b\xee\x13\x1e\x6c\xaa\xb3\xcf\x30\x38\x2b\xe4\xe6\xff\x56\xa9\xea\xb3\xea\xd8\x74\x4c\xfc\x9a\x7e\xdb\x7d\x3c\x93\x3e\xf8\x4e\xef\x33\x15\xce\x6b\x12\x5f\x39\x9d\xae\xde\x2f\x70\x09\xb0\xe4\xa9\xfa\x92\xb3\x28\x5d\xbd\x6f\x10\xe0\x6f\xca\x98\x1f\x54\xb2\x07\x25\x89\x6f\x85\x27\xee\x98\xbc\xef\x1c\x38\xd1\x2c\xc0\xc2\xc3\x79\xc5\xa3\x80\x31\xb9\xda\xfd\xad\x0a\xca\xf7\xbd\x9f\x37\x67\x0d\xcb\x45\x1c\x47\xa6\x9b\x4a\x08\x31\xe2\xe1\x47\x93\x94\x96\x82\x66\x27\xcb\x83\xd2\xe2\xbc\x26\xf1\xb0\x25\xd3\x1a\x3e\xe1\x88\xb9\x45\x36\xea\x58\x2e\xe9\xa0\x06\x36\x64\x32\xb2\x5b\x1d\x61\x16\x5a\x4a\xca\x44\x7c\xe8\xd0\x57\x51\xd1\x1c\x8d\x64\x40\xd7\xcb\x06\x91\xa1\xf9\x81\x40\xf4\x06\x74\x85\x3c\x7b\x41\x8d\x13\x4f\x73\xea\x68\xba\x4b\x86\x01\x1d\x51\x55\x55\x5b\x56\x8e\x54\x7a\x39\x21\xaa\xca\x0a\x0c\x97\x9a\xe8\xbd\x6f\xf7\x3d\x2d\x63\x3b\x10\x9f\x1b\x57\xf1\x99\x02\x95\x70\x7e\x5a\x1c\xa4\x92\x10\x4d\xa8\x28\x7c\x2b\x8d\xb1\x82\x3f\x9f\xa9\x3e\x13\x4e\xfc\x7c\x72\x41\xe5\x6a\xb4\xb5\x2a\x60\x7e\xaa\x26\xe7\xd5\xcf\xe0\x8e\x6a\x17\xa6\x00\xf4\x20\x63\xa0\xee\xe1\x8e\x9a\xa7\xdb\x6c\xc9\x9e\x70\x5f\x28\x67\x9e\x45\xba\xdb\x02\xc0\xd1\x7e\x4b\x4a\xb7\x2f\x1f\x49\xfe\xfa\x1b\xc0\x70\xf7\x28\x94\xb6\xe7\x18\x13\x31\x26\x3f\x8e\x17\x51\x41\x6e\x9d\x59\xa5\x8d\xcc\x1d\xb9\x23\x56\x22\xcb\xdb\xef\xe1\x41\x77\x71\x6f\x59\x62\x9c\xbe\x31\x13\xde\xd7\x9a\x42\x6e\x43\xb9\xd3\xb4\x6a\x2d\x4d\x59\x5f\x5e\xf9\x2a\xa7\x63\xf4\x54\xc5\xd5\xec\xae\xff\x40\x66\xe9\xbd\x6c\x37\x3a\xb9\x1c\x21\xbc\x0a\xe2\x66\xb7\xb2\x4a\xff\xe9\x25\xf8\xce\x5a\x56\xbc\xda\x8c\xb9\xf6\x30\x97\x2a\x82\x0d\x12\x06\xe8\x76\x9e\x5e\xf5\x2a\x46\x72\x05\x95\xc4\xe0\xb8\xa6\xa8\xc1\xb7\xbb\x76\x45\x5f\x17\xac\x25\xe5\x42\xf7\xb2\x4c\xa9\x17\x59\xce\x07\x3b\x25\x9a\x0d\xd7\x26\x04\x0a\xb0\x3d\xda\xe2\xf8\x33\x90\xb4\xa5\x8c\x36\xb0\x65\x34\xcf\x0e\xbc\x91\x89\x99\x87\xc2\x6e\x23\x8f\x58\xf3\x35\x74\x0c\xec\x13\x7c\x94\x31\xbf\xb4\xdf\x90\xb6\xc7\x62\xd9\x85\x36\x51\x0a\xb5\x04\x72\x5b\x65\xd9\x23\xe6\x27\x7e\xe3\xb8\x19\x53\x92\x0d\x59\x47\x92\xca\x7b\xfb\xf6\xbe\xc1\x09\x80\xb8\xbe\x9e\x1c\x02\x33\xeb\xe1\x5e\x4a\xb8\xfc\xbc\xc1\x31\x65\x95\xe9\x2c\xe5\xf2\x4b\x56\x3f\xb5\x41\xd8\x97\x76\x71\xe6\x9d\x48\x55\x36\xd0\xf6\xf8\x87\x6f\x12\xc3\xdb\xf2\xc0\x09\x62\x57\xdf\x1e\x4e\x62\xce\xab\x84\x27\xf3\x76\x0a\x05\xc0\xf2\xec\xdd\x29\x8f\x5c\x31\xaa\xaa\x4c\x5d\xcb\xd0\x55\xdb\x3a\x11\xee\xe9\xa5\x0c\x0c\xf2\xd3\x12\x3c\xf5\x79\x49\x9b\xfb\x33\x59\x72\xc2\x32\xda\xa2\x2b\x72\x47\x22\xb9\x57\xf4\xb5\x1c\x74\xb4\x43\xe6\xca\x61\xf2\x6a\x1e\x91\x8d\xbb\x84\xb3\x3d\xc5\x33\xcc\x84\x9d\x97\xa4\x50\x0b\x80\x8e\x4e\xa1\x8b\x60\xbe\xf6\x21\x2b\xf2\x4c\x04\xbe\xce\xcd\x55\xb6\x75\xfa\x42\xcc\x6a\xab\x47\x68\x9f\x21\xa6\xe0\x36\xb6\x96\xc3\xcc\x33\xcc\x63\xf9\xab\xb5\x84\xd4\x7d\x3a\x7c\x97\xb0\x08\x4a\x4e\x9d\xe4\x12\x00\x65\xe3\xf6\x12\x37\x71\xf3\x4c\x2e\x2b\xe4\x6f\xdb\xf5\x02\x7a\xfa\x24\x30\xf8\xf2\xea\xbb\x98\x95\x90\xbb\x8e\xaa\xab\xd6\x6e\x98\x4f\x1e\x7b\xab\x50\xac\x6e\x05\x9e\x38\x03\x68\x38\xb2\x7e\x86\x94\xda\x0e\x99\xd1\x3d\x75\x46\x06\xa0\x9f\x70\x50\x2f\xd5\x9e\xc1\xd1\x50\xec\x93\xe7\x98\xb5\x97\x3c\x51\x86\x4b\x0e\x8c\xdd\x15\x25\xee\x71\x69\x19\xbd\x25\x0b\xfa\xc7\xec\x1e\x6e\x3a\xc5\x5d\xb6\x94\x1b\xfb\x8a\x46\x53\x89\xf5\xde\x75\x45\x85\x4c\xe4\x8e\xa0\x57\x3e\x09\xba\x55\xad\x64\x8d\x63\x78\xc7\x42\x3d\xfb\x55\xd8\x24\x2e\x04\x2f\xa8\x42\x89\x44\x9a\x7a\x67\x3c\xe3\xad\x0d\x91\x83\x44\x56\x3a\xd9\x13\x77\x05\x13\xc8\x52\x1e\x90\x4a\x74\xb8\x5d\x7d\x73\x3b\xdc\xf2\x57\xe7\x9f\x58\x75\xe2\xb0\x77\xe7\xa4\xae\xc8\xe9\x99\x65\x2b\x0e\x6d\x89\x1b\xd4\xef\xb8\x09\xf3\xfe\x1f\x9c\xd7\x8f\x88\x88\xcc\xdf\x22\x33\x5b\x35\x81\x41\x6d\x97\xb1\xfb\x9a\xd8\xc6\x26\x27\xa6\xbb\x8c\x30\x71\x02\xe6\xae\xda\x9d\xbf\xfb\x19\x11\x7c\x01\x41\xb1\x8a\x2f\x81\x8b\x27\xb1\x80\xc2\xf4\x1a\x6e\x9e\xe8\xa0\xec\x57\x94\x3c\xea\x49\xb3\x2e\x65\xd9\xd1\x1d\xd9\xa4\xe9\x55\x9f\x9b\xbb\xd9\xb8\x99\x87\x52\x4a\x0d\xf9\xf6\x2f\x1c\xf7\x71\xbe\xbf\x07\xfa\x5e\x67\x44\x9b\x7f\x39\x93\x17\xca\x30\xac\x46\xa4\x4f\xe9\x7e\xe8\x51\x0c\x98\xca\xfd\xc3\x96\xcc\xd3\x53\xc1\xd3\xf8\x44\x0e\x6d\x5a\x52\x76\x46\xcb\x0a\xd9\xd7\x67\xc6\x58\xf8\x92\x03\x4c\xc8\xff\x7f\xaf\xc8\x5d\x4e\x6c\x65\x7b\x75\x93\x0c\xa8\xb6\xe4\x84\x73\x84\xc0\x59\x3e\x43\x1c\xab\x81\x3d\x7e\x24\x27\xa0\x27\x32\x17\x13\x5c\xd3\xd8\xaf\x71\xe2\xf5\x29\x79\x19\xd5\x34\xd7\xef\x8c\xf4\x9e\x68\xc8\xb8\x63\x78\x6a\xe3\xad\xe4\x11\xce\x9d\x14\x23\xfb\x97\x26\xd1\x25\x05\xdb\xc4\x05\x6b\xfd\x42\xa6\x3b\x38\xcb\xf3\x45\xb9\xd3\x73\x3e\xa6\xfc\x12\xfd\x6a\xed\x0e\xfe\xe8\x65\xa5\x2a\xc4\x03\xd9\x4e\x95\x5e\x13\x67\x76\x69\x2b\xc1\x51\xac\xec\xc2\xa1\xed\xea\x22\x7e\xa0\xfb\xc6\x11\x64\x0f\x12\x1c\x3f\xe0\x09\xef\xa8\xf2\x09\x0e\x6d\x94\x1f\xd9\xff\x73\x9d\xb0\x3f\xdb\x4e\x8b\x50\xae\xcf\x77\xf5\x6e\x9c\xfb\xbd\x79\x6c\xe9\xef\x1f\x3a\xff\x05\x9f\x39\xc3\xc2\xdb\xc3\x0f\xe0\x58\x63\xa6\xef\xa8\x45\x10\x07\x6e\x76\xee\xb5\x33\x28\x63\xc3\xdd\x7f\x70\xeb\xa4\xbe\xd6\x3b\xb8\x23\x6c\xfe\x63\x0b\x61\xa7\x01\x25\x1e\x32\xe9\x9c\x4d\xdc\x4d\x7a\x76\xbf\xea\x48\xff\x36\xab\xe0\xef\xd4\x8a\x09\x8a\x3c\x95\xa5\x98\x0d\x98\x70\x25\x73\xc0\xde\x78\x20\x87\x30\x1b\xb9\x94\xd9\x45\x39\x60\x2a\x83\xf1\xd5\x71\x6f\x4d\x5e\x0f\x2e\x79\x44\x74\x60\xf8\x8b\xb7\xc4\x71\x50\x20\x8f\xbd\x41\xb8\x97\xd7\x44\x27\x73\x0b\x7f\xbd\xa0\x4d\xec\xc0\x34\x6c\xf7\x8c\x1b\xdf\x0a\xb6\x8e\x2d\xf6\x1c\x90\xc3\xd2\x6c\x39\x1e\x03\x50\x84\xf6\x02\x3f\x9d\x87\xf1\x98\x70\xf9\xb0\x17\xb1\x0f\x88\x59\x54\xc2\xf1\x55\x09\xa5\x9f\xba\x4f\x4f\x1f\x8a\x1d\x74\xb3\xf0\x2b\xe8\x96\x11\x9d\x7e\x49\x39\x8e\xe9\xb0\x1a\x23\x31\xc2\xea\x3a\x54\x72\x3d\x68\x17\xdc\xcc\x63\x48\x43\x09\xb6\x05\x78\xe1\x1b\xa2\x60\xa1\xa8\x97\xef\xd9\xb2\xaa\xec\x01\x32\x75\x36\x5f\x34\xb9\xff\xb8\x8e\xca\xd5\xc4\x9f\x47\xd5\xb5\x38\x26\x6f\xff\xdd\xe9\x3c\xa8\x33\x75\xcd\x5b\x35\xed\xb8\x89\x34\x49\x17\xf3\x85\xb4\x23\xcc\x7c\x33\x24\xf1\x75\x0d\xd4\xb3\xd1\x17\x5d\x32\xc2\xab\x87\x36\x82\x43\xff\xaa\xaf\x0a\x8e\xf2\x30\xef\x2a\xb6\x2d\x13\x5d\x55\xe8\x03\xba\x6f\x88\x5f\xd5\x1b\x8a\xa6\xd5\x82\x60\xf7\x0f\xa6\x55\x77\x72\x3a\x0e\xbf\x4d\x67\xfc\x5f\xa7\x73\x2c\xc6\x38\x79\x11\x1f\x73\x72\x4a\xd8\x03\xef\xb8\xeb\x83\x7e\x61\xa7\x06\x49\xc6\x80\x11\xaa\x13\x63\xc4\x31\x72\x4c\x37\x25\xf6\x5f\x7d\x2d\xd9\x39\x95\xa8\xd3\xe0\xf6\x17\x36\x6a\x97\x80\x0b\x08\xf7\x2b\x3b\x38\xed\xed\x8d\x97\x11\x0d\xbf\xe7\xc2\x16\x42\x0c\x3c\xe9\x13\x39\x52\xf6\xda\xa6\x8b\x80\x90\x25\x9c\x34\xbf\x04\xb7\xf7\x69\x16\x0f\x58\x13\x6e\x45\x65\x69\xe1\x30\xf3\x2c\x6f\x62\x79\x6d\x7f\x71\x79\x2a\x48\x30\x51\x83\x96\xa3\xb7\xe5\xbf\xfa\xb7\x27\xd4\x87\x96\x0f\x48\xd1\x82\xd8\xba\xde\x69\xf3\x80\xbc\x86\x88\xb7\x38\x13\x43\x34\xd8\x62\xd7\x4f\x4f\x4d\x96\xf6\x69\x7b\xb9\x89\xf2\xd1\xff\xed\xa4\xee\xb0\x7e\x2c\x76\x76\xcd\x12\x70\x32\xb7\x74\xe2\x9c\xaf\x64\xcf\xf6\xc7\x0b\x79\x68\x0f\x2f\xb4\x64\xde\xaf\x72\x63\x68\x38\xaa\xde\x61\x8c\x19\x93\x91\x57\x20\xf6\x91\x9f\xdc\x98\x63\x94\xa6\xf8\x89\xdc\x54\x94\x72\x8c\xfe\xe1\x88\x06\x40\x92\x92\x4f\xc7\x52\xc2\xbb\x33\xff\xc5\xcf\xa8\x3a\x5e\xe7\x07\x85\x06\xb9\xe4\x53\xf4\xe3\x31\x8c\x13\x31\xd4\x57\x05\x99\x6c\x9a\x6c\xff\x3d\x31\xae\xd1\x9d\xe7\xf8\xe0\xbb\x9b\x0c\xd9\xdb\xea\x82\xf9\xcf\x04\xee\x35\x3c\x84\x3f\xf1\xc0\x49\x7f\x16\xb8\x77\x97\x7b\x81\x5b\xd1\xd2\x78\x9b\x8a\x7e\xfd\x28\xf5\x15\x1c\x4b\x71\x8f\x2f\xdc\x22\x62\xe8\x1c\x24\xea\xe5\xf8\xc2\xf7\x62\xf8\x54\x1f\x8a\x5a\xbd\x80\x70\x1a\xa4\x43\x78\x32\x7a\xc2\xfd\x8a\xf0\x76\x6f\x57\x81\xcd\x80\xe5\x5e\x92\x45\x62\x7e\xb6\x27\xa7\x6f\xc8\x16\x2b\xc9\xc6\xba\x9c\x0f\x2a\x51\x73\x9d\x85\x2c\xa7\x6c\xc0\xa6\x02\xc7\xf3\x4f\x05\x52\xb0\x3d\x7a\xec\x30\x95\xf9\xc2\x8a\xbe\xb9\x23\x3f\xb5\xc1\x05\x27\x23\x90\xd6\x82\x5c\x4d\xda\xd2\xac\xa9\x7b\x52\xd1\xa8\xa9\x5b\xc2\x15\xda\x65\x13\xb0\x14\x35\xf3\xc5\x98\x89\xfe\x7b\x44\x03\xd8\x3a\x9a\xaf\x5d\x39\x39\x20\x6b\xb0\x60\x35\x65\xa6\x76\xa8\xcb\x53\xfc\x07\xb5\xc3\x4f\xd9\x0f\xf8\xa2\x99\x97\x77\xe3\x1b\xfc\x1c\xcc\xa3\x93\x4a\xab\x8e\x50\xbc\x7b\x54\xd3\x25\x6c\xc8\xd3\x0a\x42\x0b\xa7\xd5\x32\x65\x3b\x4d\x24\x23\xfe\x4e\x4a\x4b\x5c\xd6\xe5\xe5\x03\xe0\x4e\x5b\x4d\xce\xa5\x5a\x46\x93\xd3\x4a\xda\x83\x4b\x9f\xaa\xdf\xa5\xc0\x63\x0d\x14\x7d\x13\xad\x26\x1d\xa7\x9d\x14\x8e\xe9\xb4\x2d\xf0\xf9\x5b\x9a\xba\xd9\xfa\x92\x39\x11\x91\xb6\xed\x18\x3e\x66\xb2\x42\x2f\x84\x9b\xd1\x33\xc4\x83\xf6\xcd\xdd\x4f\x26\x0f\x15\xaa\x65\xc8\x06\xb8\x10\x62\xdc\xe2\x08\x27\x1d\xff\x48\x09\x34\x4f\xb2\x58\x30\x13\xce\x47\xf6\x3b\x3d\x12\x98\x94\xbb\x5e\xdc\xa4\xda\x3b\x1d\x01\xf6\xda\x44\xf4\xc5\xa4\x45\x58\xf8\xd3\x9b\xed\xd2\xb0\x48\xa6\x3c\x10\xae\x8e\x77\x02\x4d\xbb\xa7\x6d\x5f\x0d\x88\xd7\xb3\xa8\xc6\x93\x52\x62\x9b\x0b\xa6\x65\x22\x9c\xb6\x3a\x85\xec\xf8\xac\xa0\x10\x35\xe9\x74\xcd\x13\x93\xf5\xa0\xe6\xcb\xd5\x25\x71\x2b\xc3\xe0\x86\x49\x2f\x41\x5f\x33\x29\xb7\x0b\x59\x01\x8f\xf8\x1c\x72\x9f\xad\x3b\x75\xde\x4a\x97\x08\x0e\x3d\x69\x44\xec\x88\x2f\x9b\x17\xa7\x10\x20\xd9\xa8\xbd\xd0\x0a\xd1\xaf\x8f\x48\x65\x04\x8c\xc8\xd2\xd1\x81\xed\x5e\x8f\xe1\x20\x09\xee\x7e\x6b\xc3\xeb\x84\x4e\xc0\x19\xba\xc9\x40\x32\xc2\x39\xe5\x23\x74\xcd\x1f\x7a\xee\x09\xf7\x57\x83\x68\xbc\x7a\x48\x71\x1e\xfb\xfb\x94\x8e\xf6\x18\xc1\xe8\x54\x6d\x20\xdc\xb6\x6c\x0c\x8c\xb1\x70\x9f\xaf\x61\x91\xe6\xc0\xf8\x39\x2a\x72\xb1\x07\x0b\xf0\x69\x5c\x53\x91\xaf\x18\xdf\x22\x80\xbf\x5f\x2f\x5c\x3f\xe9\xc5\xfe\x75\x84\xfa\x72\x7e\x28\x79\x20\x1e\x25\x0f\x0a\x25\x9a\xc1\xb5\x04\x1d\x1b\x57\x71\xf1\xad\x0a\x99\x0a\xf4\x9b\x53\xd1\xd9\x49\xf2\x89\x1a\x52\xd0\xd9\x8c\x48\xe7\xaf\x14\xce\x48\xb8\x0f\xcf\x01\x11\x5a\x86\x79\x09\x80\x28\x39\x83\x33\x50\x74\x28\xe0\xe4\x2c\x90\xcc\x10\x16\x14\x2f\x3a\xf0\xc5\xc9\x7f\x23\xd2\xd9\x67\x61\xc7\x8d\x5d\xf7\x86\x26\x09\xa3\x2b\x5c\x80\x76\x78\x2d\x5c\x9a\x73\x98\xce\x57\x16\x7c\xff\x6b\xd8\x41\x81\x34\x91\xe5\xb5\xaf\xc9\xd1\x90\xef\xd4\x89\x18\x5b\x0e\xb1\x6b\x2b\xf7\xac\xd7\x2b\x70\xcb\x72\x13\x16\x55\x95\x6b\x3e\x86\x71\xe3\x35\x0f\x08\xac\xcb\x4f\xdc\x8d\x7d\xe1\x7d\xe9\x85\x59\xa8\xe6\x89\x3c\x89\xf5\xf6\x55\xd6\x83\x30\x7a\x0a\x9a\xcd\xe1\x12\x7a\xad\x43\xa5\x68\x6f\x5f\x5a\xc0\xd3\x58\xe1\x6f\x57\xff\x26\xc7\xf3\xfd\x07\x6d\xe0\x53\x85\x9d\x74\x2a\x43\x12\x0d\xab\x00\xc3\x99\x5a\xc8\x89\xd8\x6d\x1e\x15\xea\x37\xda\x6c\x7f\x4b\xf9\x92\xbf\x50\xb6\x4b\x8e\xd8\xf4\x5a\x9a\x39\xf4\x04\x5e\xa7\x10\x33\xf5\xd4\x58\x22\x13\xea\x8d\x76\x21\x8f\x48\x26\x14\x72\x8e\x48\x6e\x1d\xf5\xee\xf6\x2c\x85\x5e\xf8\xfd\x45\x87\x5e\x27\xec\x0b\x6f\x64\xf4\x94\x2f\x11\x4f\x46\xb8\xef\xa2\xbb\xda\x8d\x8b\x9a\x5c\x06\x90\xa8\xe2\x6f\x4f\xff\x26\xd7\x79\xab\x0c\x8f\x6a\x0b\x0c\x51\xa6\x38\xf5\x65\x89\xa1\x53\x4c\x1f\x3b\xb3\xe1\x7b\x44\x45\x8e\x6c\xa8\xdc\x58\xd8\x18\x6b\x0b\x3b\xb9\x44\x86\x5a\x31\x0b\x77\xac\xea\xdc\x8d\x0b\x79\x1b\x16\x72\xc3\xe5\x5a\xac\x9b\xe7\x8e\x50\x3b\x19\x71\xf9\x76\x47\x70\x32\x0e\xd8\x8d\x2e\x3c\x92\x60\x6c\x2d\x44\x0a\x37\xd1\x8b\x5e\xc4\xd9\x2f\xa3\x2f\xde\x3d\x98\x2f\xe9\xdf\xbd\xb4\xc9\x92\xa1\x38\x6a\xa0\x71\xb5\x28\xc4\x72\x7b\xe9\xc1\x4b\xdf\x15\xea\x57\x8d\x33\x0d\x29\xa1\xde\x01\x86\xeb\x50\xd4\x6b\xf2\x51\x80\x09\x38\xbf\x82\x33\x0a\x3c\xc8\x11\xed\x10\x59\x5d\x9b\xe1\xc0\xe8\x09\xaf\x5b\x0e\xbf\x51\x3f\xf7\x9e\xfa\x35\x40\xfd\x06\xc8\x89\xba\x31\x5f\x8a\x51\xe0\x35\x0a\xd8\x21\x54\x3c\xf2\x96\x1e\x5b\x09\xed\x4e\x00\xe0\x57\x61\x4a\x9a\x56\xf0\xb7\xab\x7f\x8f\xb3\x70\x80\xad\xdc\x55\xbb\xc6\xcf\x69\xa6\xf5\x09\xcb\xc9\xc4\xb6\xed\x1a\x39\xe0\xf2\x9b\x75\x79\xf8\x41\x4d\x46\x5b\xd0\xfa\x65\xdc\xe5\xfe\x15\xe3\xba\x3f\x32\x06\x2a\x55\x75\xdb\xf0\x94\xf0\xf6\xd6\xc8\x68\x34\xa5\x70\x28\x65\x3f\x72\xf9\x53\xec\xc7\x17\x83\xc0\x4f\x84\x7a\x55\x99\xa1\xdc\x79\x3a\xa4\x7d\xf0\x1f\x7d\xa1\x1e\x1b\x0b\x0e\xd0\xe9\x0b\xf7\x09\xaa\x89\x0b\xed\x1c\x9a\x92\x9d\xe4\x9b\x61\x25\x8f\x20\xc8\x1d\xf6\x60\x76\x85\x33\x82\x5a\x0d\x61\x9c\xba\x67\x2b\x84\x17\x45\xfd\xad\x18\x7e\x41\x58\xc8\x6f\x14\x28\xcd\x83\xd0\x75\x93\x35\x71\x80\xfd\xfd\x9e\x9a\xfd\x38\x90\xb8\xdc\x99\x18\x73\xe1\xf4\xcf\x6b\x92\x74\x22\xd9\x0c\xc9\x99\xe7\x33\xa6\x5a\x2e\xcb\x01\x3b\xfc\x42\x90\x47\xe4\x61\xb4\x1c\x49\xd7\xcd\x3c\xe1\x35\xed\xb3\x3f\x8d\xbd\x24\x33\xd8\x4e\x0a\x57\xf1\xa8\xba\x99\xd3\x0a\x89\x42\x5b\x9a\xf2\x0c\x7f\xa6\x2b\x04\x11\xb2\xa3\xe6\x47\xdc\xc4\xbe\x86\x29\xe5\xf1\x53\xbd\x14\x66\x48\x7c\x4d\x0f\xe0\xf0\xfd\x1d\xa5\xdb\x57\xa3\x98\x40\x29\x55\x67\xc1\x42\x5b\x34\x25\x36\xcb\x44\xf8\x0a\x01\xc0\xab\x67\x82\x71\x18\x01\x9d\xf7\xbe\xe6\x76\x0d\xd8\xe8\x9d\x4c\xf7\x7a\xea\xbb\x07\x8c\xbb\x42\x1f\x2d\x66\xab\xe3\xed\x28\x64\x71\x14\xad\x80\xd4\x4a\xa3\x36\xbc\x9c\xff\x66\x14\xf3\x3f\x0e\x02\xb9\x91\xa7\x14\x9e\x54\x93\x96\x34\x3c\xb5\x71\xbc\x9a\x1e\x82\xbd\x76\x1c\xde\x62\x9a\xa7\x7b\xe7\xff\xaf\xa5\x5a\x65\xe1\xc7\x60\x7b\x57\x40\xc5\x83\x30\xdb\x0b\x32\xf4\x92\x10\xff\xe9\x9e\x09\xaa\xa3\x07\x05\xa4\x5a\xa9\x10\xa0\x59\xb7\xe5\x48\x45\x17\xcb\xec\x61\xb3\x6a\x13\xfa\x96\x55\xfd\xb1\xf2\x82\x02\xde\x5c\xf6\xc2\xc3\x00\x84\xb7\x6d\x20\x64\x26\x6d\x73\x32\x8d\x41\x41\xc8\xe6\x5c\x11\x08\xb7\xff\x60\x19\x6f\x22\x84\x2f\x63\xc4\x4c\xcf\x0c\x57\x0c\xde\x75\x37\x3b\xc4\x27\xbd\xa5\x14\x24\x3a\x25\x59\xee\x8d\x64\x1d\x04\xc6\x92\xf0\x4d\x94\x91\x60\x06\xc5\xb3\x66\xac\x5f\x02\x20\x77\xb9\x16\xe4\xce\xc2\x1a\x78\xc2\xfd\xa8\x61\x55\x03\x99\x6e\x5e\xf3\x41\xba\xe2\x77\x5d\x5e\x8f\x4a\x15\x60\xff\x15\xa2\x77\x6f\x90\x62\x9f\x89\x44\x45\xe4\x84\x7f\x90\x94\x6c\xf1\xfa\xa1\x9b\x35\xba\xa4\x37\x44\xb7\xaa\x6b\x35\x6d\xb6\x12\xb2\x2f\xf7\xd8\x84\xcf\x85\xbb\xf9\xc5\x6c\x9b\x9e\x8d\x1d\x60\x78\x7a\x61\x44\xdb\x81\x94\x18\x0c\x40\x40\x79\xca\x08\x0d\x90\xfe\x89\xc8\xb5\xe1\xe9\xb8\x66\x3f\xba\x21\x7f\xfa\xf4\x84\x92\x1e\x44\xb5\x01\x81\x3e\x90\xe8\x49\xf3\xf5\xca\x3d\x04\x9c\x6b\x0b\xb4\x00\x4c\x9d\xb7\xa7\xb5\x70\x7c\xcd\xbf\xbb\x7d\x5d\xdf\xde\xc8\xa0\xcd\x48\xf9\xa8\xe4\x94\x4c\xc5\x48\x02\xb5\x47\xc4\x79\x87\xcb\xdb\x1a\x0d\xe0\x56\x77\x5b\x24\x00\xbb\x1c\x59\x8f\x5a\x4c\x34\xb6\x65\xc4\x6d\x1c\xb6\xa3\x42\x2c\x57\xe3\xf0\x9a\x4f\x0d\xa8\x0d\x4d\xd8\x16\x71\x31\x27\xd4\x8d\x7e\xaa\x8b\x08\xc8\x03\x5e\x38\xe3\x85\xb1\xbf\x7d\xbd\x86\x2e\xf4\x12\x4b\x8f\xee\xe0\xbc\xc2\x03\x6e\x6d\x1b\x57\x08\xe7\x0a\x31\x10\xa2\x4c\x10\x25\x64\xa4\x52\xce\xa2\x85\xaf\x32\xf9\x64\x5e\xea\x9a\x9e\xaa\xf7\x03\xd2\x8a\xf7\x2f\x2f\xd8\x2f\xe4\x25\xf0\x1e\xec\xe1\xe0\x90\x92\xb0\x04\x05\x8c\x57\xf1\x49\x7d\x10\x00\x5e\xb1\x2a\x45\xbd\x0d\xc8\x7a\x46\x67\x84\xcb\x7b\xb7\x54\xb7\x8d\x8b\x14\xbd\x87\xc4\xa2\x8b\xfa\x95\xa0\x1c\xbd\x16\x55\xf2\x7c\x4d\x03\x2e\x12\xa6\x26\x2d\x1a\x3e\x76\xe8\x98\x74\x2b\xd8\x6d\x83\xe5\x1e\x4a\xfd\x4d\x83\x1d\xb3\x11\xa4\x3a\x37\x1c\xd1\x35\x95\xb9\xd2\x94\xe8\xb1\xf3\x9b\xde\xb9\xf0\x3b\xc1\x9e\x4c\xd0\xb3\x88\xdf\xd9\x36\x28\xb4\x42\x9f\xb5\x85\xf2\x95\x42\x5c\xe0\x06\x13\x98\xc8\x34\x03\xde\xc0\x5f\xf7\x83\xbc\xff\xcd\x32\x22\xfa\x91\x0b\xc2\x6b\xfa\xa4\x37\xf9\xb4\x00\xa8\xea\x05\x1b\x65\xcc\x84\x4b\x18\x51\x1d\x01\xcb\x9a\xf0\x9e\x69\x5f\x36\x58\xd1\xc7\xeb\x5f\x95\x3e\x6d\x6f\x0f\x98\xf0\x15\x3c\xcd\x56\x7c\x85\xa7\x7d\xde\x3a\x15\x88\xf0\x6d\x72\x7f\x76\xc1\x79\x7f\xea\x7f\x5e\xc9\x22\x79\x96\x80\x81\x7a\xdd\xc1\x71\x9e\xc3\xe1\xb1\x22\x81\x3e\x51\x6e\xca\xc0\x0b\x21\xd4\x58\x16\x41\xea\xb0\x92\xcb\xdb\x11\x24\xc2\x30\xfe\x22\x13\x0a\xeb\x2b\x69\x67\x11\xd6\xae\x08\x65\x09\x91\x15\xdd\xed\x97\x16\x85\x45\xf4\x45\xa1\x14\xa8\xd9\x0c\xa5\x31\x17\x4b\x49\x1a\xc7\xde\x32\x7a\x65\x8d\x2b\xc1\xb9\xa4\xc4\xb8\x3e\x1a\x53\xe1\x3f\xbe\x18\x67\xa5\x65\xb2\x13\x85\xbf\x2f\x1e\x57\x94\x2d\x50\x5c\xe8\x7a\x4c\xed\x1d\xec\xd7\x43\xa3\x21\xc5\xc2\xfe\xba\x92\xf5\xb5\xac\x03\xd2\xb5\xbb\xe7\x5c\xc0\x7a\x42\x49\xe3\xf2\x8a\xf4\x09\x5d\x46\xe2\xdb\xd7\x06\x19\x72\x88\x18\x9b\xf4\x92\xb3\x52\xfc\xf0\x58\x1b\x40\x5e\xd0\xb2\x86\x45\x0f\xdd\x2a\x2e\xba\x16\x06\x7d\x96\x6d\xfa\xcf\x4d\x0f\x08\x3f\xd6\x54\x85\xf4\x5d\xf8\x4d\x20\x6d\x24\x5a\x65\xbf\x87\xfa\xf7\xe4\xfa\x7b\x22\xec\x8e\xe1\x88\x1e\x56\xb0\x84\x0e\x26\x1c\x1d\xd5\x6b\xc3\x74\xb8\x3b\x52\xb0\x26\xf1\xef\x55\x79\xc0\xf2\x79\x4c\xcc\xe6\x42\x7d\x88\xe2\x95\x73\x7a\x43\xec\xf4\x94\x9c\x7c\x10\x43\x3a\xc2\x55\xe8\x5d\x6f\x45\x7d\x37\x30\x43\xfd\xc2\x54\x90\xbc\x37\x6b\xc8\xb5\x6f\x37\x6b\x03\x08\x94\xaf\xfc\x54\x33\x88\xfc\xd4\x52\x2d\x3c\x6d\x22\x06\x75\x45\xc1\x41\x0e\x34\x7e\x35\xb4\x77\x26\x68\x67\xa7\x4d\x84\xe7\x24\xc9\xb5\xb9\x43\x6a\x13\x02\x3a\x99\xe9\x49\x89\xa5\x7b\x5b\xcc\xa9\x8a\xbb\x46\xee\x91\xba\xc9\xc2\x22\x36\x90\x6b\x63\x42\x72\x56\x70\x90\x1f\x03\xff\x7d\xcc\x2c\x32\xf9\x49\xed\xb4\x7c\x6c\xb7\x9f\x28\x08\xb9\x24\xeb\xe4\x2c\xab\x22\x75\x0d\x89\x2c\xb2\x33\x40\xe5\xf5\x39\x34\x84\x1f\x5c\xda\x43\xa3\xa7\x9a\x4f\xa6\x3c\x6b\xc9\x49\xec\x65\xca\x91\x48\x70\x77\xae\x01\xbb\x7b\x4f\x10\xac\x0e\xd0\x52\x58\xc1\xa8\x47\xe4\x09\xf5\xd1\xba\x61\x02\x9a\x1b\x7a\xa1\xc5\xde\x0b\xb1\x7f\xc3\x67\xd4\xf0\xf4\x7d\x83\x30\x27\x78\x20\x6c\xd5\x12\xb5\x68\xe4\x0e\x54\x1d\x65\xf0\x4e\xef\xb7\xad\xb7\xf0\x7e\x23\x8b\x6b\xbc\x6d\xbd\xc1\xad\x47\xc5\xd6\x03\xc5\x68\x40\x84\xfd\xe1\x76\x48\xeb\x98\xf3\x45\x38\xa1\x35\x78\x90\xf4\x2a\xfb\x41\x3e\xf3\xe4\x21\x98\xf3\x4b\x46\x9e\x49\x05\xdc\x40\x78\x20\x05\x5e\x9f\x74\x3c\xca\x87\xb9\x85\x55\x91\x12\x49\xa4\xd9\x1c\xa1\x32\x3b\x68\x6f\x89\x7c\xe1\xbd\x5a\xc4\xfb\xcc\x3c\x70\x20\x55\xdd\x86\xb9\x74\x0d\xa8\x00\x78\xf3\xbc\x56\x8f\x6c\x35\x58\xe2\x3f\xe4\x77\xa2\x22\x95\xd4\x39\x05\x5b\x9d\x1d\x4a\x8e\xf4\xb9\xfd\xda\x02\xc4\xb5\xbe\x70\xe0\xfe\x12\xa0\xfd\xf9\x8a\x3a\xb4\x3f\xc8\xea\x36\x58\xd1\x30\xd4\xa4\x82\x56\x87\x3e\x51\x7f\x67\xb4\xc0\x2d\xc0\xbf\xbd\x48\xa5\x91\x2c\x1c\xbe\x00\x68\xaf\x6f\x76\x3e\x7d\x9e\x50\x6f\x3f\x6c\x4d\x82\x9d\xbd\x80\x78\x5f\xf7\xcd\xd1\xcf\x82\x9e\xe9\x1a\x86\x97\x5e\x2f\x17\xe8\x30\xab\xe5\x83\xfa\x7f\x30\xab\x16\x7c\x0c\x7b\x09\x28\x76\x3f\x04\x24\xcd\x19\xdf\xcf\xd3\xe7\x9c\x54\x09\xf1\x3e\x5e\xa0\x65\x3e\xbb\xb3\x82\x9b\xdf\x00\x1d\x28\xb5\x04\xc5\xe5\xd9\x14\xfd\x13\x35\xe7\xc4\xf2\x5c\x1b\xfe\xf0\xc0\x3b\xdc\x4d\x60\x89\x94\xa0\xee\x07\xc8\x2b\xc5\x1b\x8a\x99\xc5\xd3\x43\x53\x98\x89\x11\xec\xb6\x77\x43\x08\x48\x5b\x51\xd3\x3b\xd9\x36\xfb\x74\x73\x9d\x65\x19\x07\x1e\x7e\x61\xbd\x08\x3c\xf4\xe6\x13\x5e\x48\x0d\x9b\x7d\xe8\x2d\x46\xa2\xa6\x8c\xde\x2a\x22\x8b\x97\x7a\x44\x90\x42\xef\xdc\x54\x5c\x4d\x13\xd7\x93\x4c\x18\xe7\xf2\x5a\x5e\x89\xb5\x40\xaf\x79\x24\xf2\x07\x31\xe9\x88\xd5\x68\x87\x02\x4a\x18\x48\xdf\x08\x5f\xee\x95\xb6\x40\x61\x2c\xe3\xef\xf8\xfc\x84\x88\x6d\x32\xae\x90\x56\xe9\x17\x20\xf1\xba\x04\x99\x9b\x4b\xe2\x07\x4e\x21\x52\x72\x08\x26\xaa\x09\x1c\x4e\xa4\x60\xc3\x06\x30\x18\x44\x4f\x9d\x54\x1d\xd0\x97\x6e\xeb\x6f\x2a\x7b\xc2\xad\x17\x94\x82\x26\xbf\x46\xaa\x93\x1c\x05\xa3\xf5\x3c\x5f\xac\xc7\x9a\xf6\x7d\x9a\x3e\x23\x88\x37\x39\x56\x59\x97\x3a\xe1\x1a\xa8\x81\x0b\xfc\x9d\xf8\xfc\x9b\xd3\xe8\x60\xad\x26\xe5\x90\xf1\x01\xe9\x44\xf4\x88\x32\xd6\xf0\x6c\xc8\x2d\x78\x77\x2d\x00\xa2\xa0\x4f\x09\x17\xfa\x4b\x76\x75\x5e\x85\xe4\x2b\x7d\x22\x47\xd3\x21\xa9\x15\xdf\xb3\x76\x56\xfc\x5e\xb1\x4f\x87\xf2\x5b\xeb\x76\x88\x2f\xe9\xb5\x02\xc6\x5b\xd5\x32\xa8\x6d\x3d\xc7\xbc\x57\x82\x2a\x67\x6e\x3a\x83\xcd\xc1\x72\x69\xce\xeb\x7f\x7d\xd3\x78\x29\x85\x8b\x8a\xc5\x19\x64\xee\x84\x7c\xa4\xe3\xe5\x27\x92\x0f\x5a\x43\x78\x0f\x2f\xc8\x53\xae\xe3\x9f\xf5\x4c\xdb\x79\x75\x96\xfa\x3c\xa1\x1e\xdb\x95\x61\xb6\xbb\x44\xf7\xa8\x72\x1b\x80\xa8\x66\xea\x3e\xfd\x95\xd1\x0c\x50\x64\x33\x7c\xe1\x80\x1c\x58\x35\x5f\xbc\xd8\x20\xad\xd9\x86\xe6\x59\x7d\x00\xf3\x94\x74\xa3\xdd\xd2\x09\xab\x1e\xf2\xb3\x65\x70\xa3\x08\xc8\xe7\x8d\xb9\xe1\x06\x72\x95\xeb\x7f\xe8\xb6\x74\x3f\xc8\x3d\xdf\x5e\xc8\xcb\xb8\xf8\x71\x47\xfa\x38\xc1\xfb\xae\x7c\xf9\xcf\xe3\xd7\xab\x79\x37\xfe\x5f\xd9\xf8\xe9\x60\xde\x8e\xff\xd7\xb7\xf1\x03\xad\xfa\x87\xf1\x9b\x94\x98\xf2\x37\xe8\xbf\x72\xf0\x82\x3d\x26\xfb\x10\xc3\x55\x66\x5d\x76\x5e\x8c\x8a\x14\x4e\x45\xae\xd7\xc5\xde\x3a\x96\x34\xf6\x52\xed\x7a\xbf\xb7\x7c\xd2\xfc\x25\x7b\xa2\xd2\x89\x6b\x4a\xd6\x15\xc4\x55\xda\x28\xdd\x94\x3e\xad\x7b\x91\x57\xc9\x0d\xb0\x54\xa0\xe0\x45\xd8\x0d\xd2\xb8\x78\xb0\xf3\x53\x84\x53\x5b\xee\x39\x1b\x11\xea\xba\xe4\x0a\x0f\x96\xf3\x04\x79\x03\x1e\xb7\x5a\xde\xec\x09\xb1\xb0\xf5\xc5\x92\x2a\xce\x52\x12\x50\xde\x12\x9a\xd8\x99\xf0\x1f\xdf\x01\x86\x52\x77\x34\x37\x3b\xba\x60\xd2\xb6\x32\x0d\xc6\xc5\x03\x53\xb5\xc1\xa4\xd5\x64\xca\x9c\x44\xc4\xe9\x27\xe0\x03\xcc\xfb\x3c\x6a\x71\x04\xc2\xb6\xc5\xde\x17\x1c\xf5\x47\xf7\xe0\x63\x84\x24\x93\x01\xb8\x17\x82\x8f\x72\xc5\xe0\x00\xc7\xe7\x56\xc8\x11\x59\x24\xc8\x2c\xe5\x09\xd1\x6a\x4e\xd0\x24\x9b\xdd\x74\x31\xe3\x1d\x98\x8d\xc0\x18\x0a\x2f\x72\x6a\xac\x87\x6e\xe2\xee\x6a\x27\x7d\xae\x16\x21\x75\xef\x30\x00\xd0\xd7\x3c\x8c\xf5\x46\x74\x4f\x76\x49\xb3\x40\x63\xe2\xd1\x9b\xb2\xfe\x94\x7d\x0d\xe5\xe2\x83\x33\x03\x40\xde\x7a\xe5\x05\x63\xa0\xcc\x61\xd2\xa6\xff\x13\xae\x1a\x55\x9f\xc6\x60\xdd\x5b\x90\xaf\xe6\x16\xc7\xa9\x04\x6b\xda\xd7\xc3\x06\x84\xff\x7e\x9b\xcb\xa9\xb6\x26\xd4\x0e\x1c\x7b\x7a\x8d\x4f\x3a\xd8\xc9\xc7\x95\xc5\x53\xbf\x56\x94\xaf\xa0\xbf\xa4\x3f\x7a\x7b\xaa\x8f\x1a\x68\xd8\x70\xc3\x88\xa9\x7a\x0c\x8f\x64\x73\xf9\x12\xb7\x05\x59\x62\x99\x42\x15\x53\x9e\x3f\xb2\xa6\x44\x40\xa2\xeb\xc8\xfc\x64\x0a\xa5\x65\xd4\x35\x62\xa1\xfa\x88\xbb\x86\x17\xf7\x89\x73\xb4\x36\xb6\x23\x63\x2c\x4c\xf9\x64\x74\x45\x49\xbe\x98\x18\x08\x35\x35\xa4\x81\x3a\xbf\x11\x58\x79\x33\x84\x35\x8d\xd3\x01\x9e\x2d\x65\x99\x79\x8d\x00\xa6\x47\x69\x40\x88\x83\xda\x3f\x96\x99\x15\xf0\x49\x4f\x34\x2b\xe4\x35\x1c\x22\x1a\xa2\x97\x28\x86\x57\x82\xbb\x49\x95\xd7\x7d\xc5\x01\xff\x19\x3a\x00\xe5\x1e\x4c\x91\x7c\xd0\x29\x71\x02\x09\x8a\x5a\xdb\x80\x6c\xdf\xcc\xb0\x07\x10\xe4\xae\x49\x03\x1b\x50\xc2\x3a\xf5\x02\x12\x9b\x3a\xc4\x82\xd1\xdd\x9d\x4a\x6e\xca\x2b\x23\xd4\x6b\x80\xe5\x82\x62\x4d\x85\xb2\xf8\x93\xdb\x11\x83\x8d\x63\x78\xa2\x0f\x2e\xa7\xab\xa7\xe3\xe1\xe9\x82\x34\x9d\xc3\x36\x7c\xa7\xba\x17\x4a\x96\x63\xaf\xe4\x1f\x3b\xbe\x6d\xb9\x38\x0c\x4f\x74\x59\xbd\xc6\x8e\xdf\xd3\x03\xd3\x19\x1f\x06\xc6\x96\x45\x6c\x16\x83\x78\x44\xa4\xd3\x51\x22\x3c\xe2\xef\x41\xcf\xc3\x83\x58\xe6\x80\xbb\x48\xb6\xdb\xdd\x4d\xef\x89\x4e\x32\xc1\x09\x80\x66\xff\xa8\xab\x21\x7d\x9d\x2d\x82\x23\x98\xcc\x2a\xeb\xf0\xce\x14\x6b\xfd\x4e\x0d\x51\x07\x37\x0d\x35\x90\xe0\xb5\x67\x95\xec\x9c\x82\x91\x53\x5a\x06\x00\x79\x6c\xf4\x0c\x46\xcd\x77\x48\xbf\x69\x93\xb3\xcb\xa8\x7c\x26\xf7\x86\x1b\x65\xa7\x2b\x04\xc1\x8b\xce\xb6\xec\xb2\x64\x96\x68\x69\x48\x83\xe6\xb8\xe7\x0d\x00\xfa\x6e\x9f\x3a\xa9\xe4\x04\x51\xc7\x67\x5c\x2b\xf7\x74\xf0\xb2\xeb\x01\xe2\xc9\x11\x5e\x19\x9e\x49\x07\x72\x29\x80\xd5\xa9\xb7\x05\x55\x85\xad\xc3\x0f\x87\xc6\x58\xd8\xe4\xc7\xfc\x64\xd2\x9c\x28\x32\x3a\x7a\x09\x54\x94\x64\x38\x53\xbf\x48\x86\xa6\x22\x7b\x4f\x0b\x1f\x71\x16\x97\xe6\x99\xe0\x4a\xd7\xd2\x42\x28\x7d\xbf\xb4\x72\xe0\xdb\x5d\x5e\x39\x85\x02\xe7\x25\xff\x3d\xd7\x24\xcd\x79\x2f\xcf\x59\xf0\xf4\xbe\xb5\x86\xd8\xe5\x28\x6f\x13\xc5\x19\xd4\xae\x45\x51\xd9\x15\x85\x4b\x62\x87\x70\x8c\x5e\xc2\x5b\x87\x29\x79\xb0\x2d\xaa\x0a\xe1\x55\x38\x38\x8c\x73\x7d\xb5\x07\xc8\xb6\xe1\x8a\xf2\x51\x2a\x52\x55\x2f\xc8\xd9\x65\x44\x2d\xa8\x87\x1a\x2b\x73\x80\xc2\x95\xe2\x0e\x3a\x49\x46\xa4\x18\xba\x48\x5b\x97\x15\x43\x7a\x82\xaa\x09\xa2\xfc\x82\x0e\xbc\xfa\x5d\x6c\x99\x42\x56\xaf\x4d\x03\xc2\xb0\xbe\x64\xd4\x8e\xac\xe9\x64\xeb\x72\x36\xd4\xe7\xab\xf7\x50\xaf\x75\xce\x5c\x8b\x75\x53\x21\xe2\xd7\xd7\xec\x5a\xd5\x67\xd7\x8d\x09\x7e\xf6\x80\xac\xab\x52\x7b\xb1\xa5\x6f\xa6\xe0\xf8\x91\x8f\x1f\xde\x16\x4e\xaf\xa5\xba\x6d\x9c\x09\x1a\xfb\x64\x11\xc0\xba\x25\xd9\x8b\xf0\xfa\x24\xb2\x6c\x00\x16\xef\x91\xda\x64\xbe\x88\x07\xc5\x4b\xb9\x2d\x9b\x98\x78\xbd\x9a\x0e\x99\xe7\x36\x52\x33\xc3\x6a\x2d\xdb\xc7\x31\x42\x55\x5a\x24\xb2\x29\x21\xb0\x53\xf5\x76\x08\x11\x97\xb2\xa4\x4a\xae\xf0\x94\x31\x10\x9d\x50\x96\x8e\xec\x70\xa3\x6e\x37\x75\xd4\x31\xc6\xc2\x8d\x64\x9b\x1c\xf6\x7c\xaa\xa7\x5b\x2c\xd7\x38\x55\x7e\x0d\x26\x2f\x40\x1b\x21\x9c\xcb\x5a\xde\x68\x1b\xcc\xcf\x4c\x4f\xe2\x46\x6a\xb9\x65\x7f\xdc\x25\xf2\x46\xac\x81\xef\xb2\x90\x08\x10\x2d\x63\xe4\x6f\xfb\x95\x53\x88\x05\xd7\xbc\x4b\x4a\x50\x5c\x1d\x3d\xbc\xa6\x07\xfd\x7f\xaf\x19\x53\x2a\x84\x4f\xff\x74\xf3\xbd\x62\xa1\xea\x31\x19\xc9\x4d\x79\x88\x41\x38\x96\x75\x3e\xad\x0a\xde\x4e\x46\x5f\xf8\x8f\x94\x73\x79\xf1\xe8\xcb\x14\xd5\x9d\x0a\xfd\x75\xc4\x06\x01\xd6\xbd\x1a\xbe\x2e\x27\x8f\x85\xdb\x65\x22\xc4\x54\xef\x0c\xca\xd3\x5e\x4a\xf0\xbe\x6e\x3c\x7e\x1c\xd0\xc5\xf4\xab\x8a\x46\xbb\x29\x0d\xc1\x7d\xd1\x8b\x50\x7f\x24\xed\x66\xe3\xf1\xeb\x42\xd7\xbe\xf2\x02\x2c\xeb\x5d\x17\xc0\x00\xb7\xa1\x50\x3c\x27\x7f\x55\xc5\x13\x5e\x94\x0d\x40\xbc\xdc\x54\xe4\x23\x3a\xa9\x6e\xe0\x30\x7a\x69\xe1\x0a\x3a\xb8\x86\x2b\x22\xb7\xac\x0e\x40\xfd\xef\xa2\x45\xf2\xac\x9f\xb0\xd9\x56\x98\xac\xcd\xce\xce\x8c\x6e\x01\x74\xa0\xbe\x41\x62\x36\xaa\xb6\xde\x66\x07\x91\xf4\x15\x2b\x46\x63\xc7\xdf\x7e\x58\x1e\x21\x86\x09\x3e\xed\x0f\x79\x4e\x4d\xf7\x0d\x86\x97\xdc\x40\xd2\x29\x9b\x34\xb3\x50\x46\xd5\x64\x5d\x6f\x00\xa7\x2e\x6b\x44\xbc\x32\x2b\x49\xc7\x04\x78\x2d\x6a\x2d\x50\x4b\xf9\xd7\x41\x4e\x78\x90\x53\x1e\xe4\xa0\xa6\x89\xa0\xe7\xab\xc5\xea\x0f\x35\xf0\x19\x2d\xc2\x04\x75\x10\xbc\xdc\xf3\x4f\x8c\xd1\x9a\xdb\x89\xf2\x04\x9c\x0b\x36\xf0\xb4\x40\x22\x3d\x2b\x20\x96\xf7\x6d\x1f\x7c\x37\x74\x38\xef\xcd\x26\x09\x01\x81\x8c\xc0\x3e\x66\x46\x0e\xb5\x90\xe6\x17\xe7\xf8\xef\x11\x38\xed\xa7\xde\xbf\x0c\xfa\xbb\x8b\xc9\x26\x51\xa2\xa8\x31\xb5\x51\x56\x13\x5e\x60\xa0\x6f\x47\x4a\x9d\xf1\x7b\x1f\xe9\x25\x29\x39\xcf\x98\x78\xd6\xc8\xe9\xcb\xe5\xf7\xe9\x62\x67\x9b\x54\xbd\x9d\x2f\x36\x5c\x44\x86\x42\x7d\x9c\x9e\xb1\xca\xc3\x8c\xd5\x5f\x34\x07\xe0\xb6\x8c\x9a\x14\xe2\x39\x39\xf1\x16\xbb\xe8\x5f\x57\xb4\x38\xec\x37\x21\xae\x22\xb1\xb7\x20\x1b\xa4\x03\xce\xb7\x7f\xe8\x81\xa5\x73\xc5\x98\xfc\xdb\x5e\x2e\x34\x93\xb1\xdc\xe3\x41\xa9\x62\x1b\x53\xa1\x5e\xa2\x88\x33\x73\xe1\x64\xf5\xcc\x23\x1d\xa5\x1e\xad\xf2\x84\x02\xac\x2c\xb9\x58\x38\x37\xac\xda\xb9\x06\x1e\x1c\x30\x34\xd6\xee\xaf\x9b\xe8\x09\xb7\x2a\xc9\x42\xda\x94\x50\xa1\x9f\x71\xf8\xbd\xfa\x91\x8d\x44\xf3\xdc\x0b\x00\xfa\xb4\x83\x0b\xdf\x6d\xb7\x60\xb3\x6c\xc9\xcc\x68\x49\x71\xad\x7b\x4e\x42\x70\x00\x17\x80\xba\xa2\x7b\x70\x0b\x46\x3b\xd4\xf1\xd5\xc8\xf7\xfe\xf6\x58\x81\x75\xc7\xf5\x68\x82\x5e\x36\xe0\xb3\x4d\x06\xba\xe3\x42\x21\xcb\xf3\x26\x84\x97\x90\x9d\x65\x48\x50\x89\xdd\xc8\x76\xfb\x80\xf7\xf2\xb0\x8c\xd8\x21\xea\x42\x35\x81\xe0\xe5\x95\x76\x99\x45\xa2\x2f\x94\x53\xc6\x2f\xd1\xdc\xb1\xfe\xcf\xda\x5d\x6d\xb8\x34\xcb\x44\x9a\xfd\xde\x6f\xc2\xcb\x31\x3c\xb1\xed\x81\xc9\xed\x1d\x2e\x83\x7f\x7b\x03\x3a\x96\x9d\x9d\xc9\x3a\xfe\x52\x25\x85\x1b\xb0\xb7\x7d\xba\x2a\x8a\xa1\xde\xe9\x91\x51\xf1\x8d\x64\xb4\x03\xb1\x81\xaf\xcd\xf7\x6c\x87\x11\x44\xdf\x72\x79\x95\x4a\xbb\xc2\xf1\x55\x0d\x18\xd2\x3f\x13\x69\x72\xe9\xba\xd2\x48\xa7\xae\xac\x73\xd1\x46\xc2\xec\x4a\x49\x0f\xcb\x21\x11\xd8\xe9\xd6\x81\x94\x1c\xac\xd8\xfd\x38\x5c\x8d\xaf\x62\x5d\xf4\x4c\x12\xe6\xb2\xcf\x4a\x84\x0b\xf2\x0c\xc3\xbf\xd7\x0c\xf4\xdc\xd8\x74\xc8\x3a\x56\x7d\x00\x76\x0e\x5a\xd9\xeb\xc9\x2d\x1f\x68\x06\xa7\x99\x49\xac\xfe\xc6\xe8\x19\x04\xb2\xf8\x86\xf0\x22\x52\x50\xb8\xe0\xc6\xb1\xc7\x9a\xa1\x04\x7e\xac\x15\x12\x03\xce\x50\xfc\xa8\xf4\xa3\x21\x71\x4e\xd3\xe3\x93\x45\x0b\x87\x56\x9c\x48\x12\x1f\xe9\x11\x0e\x9f\xd6\x2d\xec\x90\x10\xd6\xfe\xfe\x16\x2a\x60\x28\x92\x33\xc7\x81\xa8\x6e\x83\x79\x25\x8f\x9e\x03\x47\x88\x6e\x35\xf5\xd9\xbc\x42\x11\xb1\x96\x31\x4c\xa4\xb7\x56\x29\x55\x2e\x6a\xa4\x5b\x8d\x01\xbc\x65\x55\xb6\xe2\x3d\xf8\xe8\x02\x41\x82\xb5\xb6\xce\x41\x1e\x31\xdd\x03\x60\xec\x94\xd7\x90\x77\xf7\xef\xd0\x8c\x52\xb3\x35\x4e\x63\x09\xeb\x90\xb9\x1e\x43\xd2\xbe\x56\xb1\x64\x03\x55\x06\x1c\x5d\x0b\xb5\x61\xb1\x15\x53\x36\xb9\x15\x0e\x9c\x85\x46\xb0\xd0\x8a\xe3\x23\x28\xa6\x72\xa2\xe5\xa0\x00\x1e\x31\x04\x0d\x72\x72\xfe\xc1\x13\x1b\x13\x0a\xd5\x3d\x9b\x07\x0f\xb0\x80\xb1\xb9\x50\x95\x01\x1c\xf5\x07\xcb\x5d\xca\xac\xf7\xd6\x1c\x90\x6b\xca\xcb\x8a\x8e\xff\x5e\x5a\x16\xa8\xd6\x3e\x80\xa4\x57\x27\xac\x8e\x48\xed\xd6\xa3\xef\xaa\x70\x67\x23\x5b\x50\xb6\xfc\xdc\x4d\xed\xe5\x24\x2f\xbf\xf5\x91\x18\xd7\x61\x8a\xbf\x5b\x74\xb2\xb1\x75\x37\xea\xf0\xc1\xf7\xaa\xde\x2c\x69\x40\xba\x87\x6c\xeb\x90\x0b\x05\xff\x78\x30\x7a\x62\x23\xf5\x36\x5a\xcb\x67\x82\x19\x51\x8f\x70\x4d\x21\xee\xdd\x69\x1e\x95\x71\x6b\xb1\xb0\xa0\xa0\xeb\x52\x20\x24\xdb\x88\xbd\xb5\x5d\xa0\xae\xb1\xe4\xb7\x3c\x0b\xa1\x69\xa8\x4b\x6d\x7a\xc2\x23\x4b\x94\xbd\xe4\x48\x4a\xaf\xb6\x72\x38\x85\x30\x09\xe0\x5b\xe7\x1f\xb7\x5e\x32\x21\xf5\xea\x77\x0a\xbd\xa0\x41\x14\x7b\xc2\x8b\x39\x4d\x13\x0d\xc5\x19\x6d\x97\xc3\xc2\xe7\x0f\x8d\xad\x14\x07\xa5\xbf\x7f\xaf\x06\x65\xe0\x25\x87\x4c\xfe\xe1\x49\x41\x66\x7a\x4f\x38\x27\xb9\xd8\x93\x73\x54\x4a\xd5\x2f\xaa\xef\xef\xb3\xec\xd3\xba\x7a\xd1\x53\x83\xa2\x0a\x8e\x4d\x69\xf4\x84\xa9\xa6\xc6\x44\xb4\xd4\x9b\xe1\x81\x0c\x8b\x5e\xfc\x9a\x4f\xe9\x03\x7b\x8d\x16\x85\xe3\x0b\x51\x95\x2e\x43\xcf\x73\x02\xc4\x75\x0b\xb7\x63\x0b\x47\x24\x42\x50\xf5\x98\x5f\x87\xc1\x45\xe0\x4d\xc4\x26\x6f\x25\xa0\xe5\x23\x09\x5f\x7c\x41\x4e\x7e\x54\x4a\xa3\xbb\x99\x94\x8a\x3f\x84\xa9\xc2\x21\xbf\xbd\xcf\x2c\x6b\x71\x28\xe1\xb1\xd8\x86\xa5\x2d\x18\x1b\x9e\xaa\xae\x25\xd1\xf3\x81\x0f\x67\xf6\x79\xeb\x4c\xa4\xf1\x77\xfb\xfc\xaa\x6f\x0a\x24\x20\xb8\x20\x55\xc4\x42\xc6\xa4\xc9\x61\xc9\xce\xab\x00\xe6\xb5\x17\xb5\xe9\xfe\x18\x1e\x0e\xc4\x7d\x2c\x19\xed\x0f\xf2\xc1\x8e\x9c\xce\x38\xd0\x01\x01\x40\x34\xa5\x1e\xe4\x58\xdb\x59\x50\x5a\x04\xbb\x17\x00\x1a\xab\xb7\x05\x30\x79\x9b\xe6\x48\xfd\x3a\x43\x34\xfa\x75\x2e\xd3\x44\x2f\x64\xc5\x45\xa7\x47\xc6\x84\x67\xaf\xa1\xa9\x70\x4f\x7a\x2f\x77\x76\x74\xbf\x84\x72\x11\xd0\xe8\x4a\x14\x62\x13\x92\xca\xd1\x6d\xd3\x1d\x58\x21\x66\x76\xa3\xfc\x80\xa9\x11\x9c\x28\x3a\xc6\x9c\x7c\x72\xba\x42\x89\x1d\x80\x8d\xc7\x90\xfe\x5d\x82\x59\x51\x0e\x8b\xff\xdb\x9b\x87\x6a\x23\x13\x1c\x56\xda\x10\x93\x05\xdc\x00\x1b\x2c\xc3\xfb\xc8\xfa\x40\xe2\xfa\x50\xa8\x48\xb1\xfc\x9e\xb7\x12\xd1\x5f\x77\x93\x49\xcb\x53\x61\x1f\xe4\x79\x33\xfa\xf1\x6b\x19\x8a\x69\x46\x64\x30\xb3\x90\xbb\xef\x3c\xb7\xaa\xad\xa8\xda\x80\xdb\xbe\x5d\x4d\xd5\xc5\x6a\x1e\x31\xd1\x17\xb9\x81\x61\x78\xb8\x25\x22\xff\x99\xea\x75\xfb\x2d\xae\x97\xc0\x1c\xf0\x37\xe9\x66\x8c\xb4\x3f\x8e\x50\xcf\xeb\x67\xe4\x1f\xa2\x99\x10\xc8\xc0\x97\xf9\xc9\x3b\x42\x3d\x2d\x91\x1c\xa6\x96\x3d\x77\x85\xf3\x5c\xda\x81\x4d\xaa\xed\x5f\x6e\xb6\xd1\x46\x2e\x2b\xec\x8d\x53\x7b\xfd\x61\xed\x93\x2c\x7e\xa1\xd7\x66\x86\xfe\x67\xc7\x1c\x65\xc9\x3a\x70\xaf\xee\x5c\x99\xd6\x30\xc8\x05\xb2\xca\xf5\x99\xc3\xf7\x62\xb9\xca\x83\x0b\xe9\x5a\x57\x0d\x60\x41\x28\xf3\x84\x8c\x0e\xc8\x37\x93\x00\x89\x9f\xb6\x37\x70\x2f\x37\x72\xcd\x6e\xae\x8b\xf2\x83\x31\x13\xde\xca\xf6\xcb\x04\x17\xdd\x0f\xcf\xb4\x1d\x9e\x83\x33\x2d\x7d\x1f\x18\xb9\x94\x8f\x58\xb4\x65\x89\x22\xa2\xaf\x2b\x99\x79\xd8\x19\x33\xb1\x94\xef\x46\x0e\xd7\xc4\xcd\x88\x41\xa1\x19\x87\x6e\xed\x31\xe1\x9d\x28\x46\x9c\xed\xa5\x2d\x66\x0d\x13\x9c\xc2\xcd\x05\xdc\x80\xe6\x1f\xe8\x0a\x83\x9b\x58\xe6\xa7\xd4\xc2\x2f\x77\xb9\x7d\xa5\x34\x27\x29\x4b\x83\xf0\x53\xaa\xf1\xd3\x60\x4b\xfe\xf1\xac\xf2\x9d\x1e\x20\x86\xf5\x5e\x72\xd9\x50\x78\x0d\x5c\xcc\xd9\xb3\xae\x9b\x37\xa3\x7c\x7b\x9f\x3d\x6c\x52\xdc\xc1\xe0\x04\x13\x8c\x83\x24\x0b\xb5\x9b\xa7\xce\x87\xd5\xe3\x01\x76\x49\xaf\xa9\x0a\xf3\xea\xf8\xb2\x86\xc4\x14\xd3\xb8\x49\x1f\x36\x4c\x0a\x6d\x25\x79\x5b\x78\xaa\x3e\x10\x61\xeb\x3d\xc0\x17\x82\xdb\xaa\x95\xbb\x9a\xdf\xfa\x5a\x40\x22\x98\xf2\x56\xee\x3f\xfe\xf0\x3d\xd9\x36\xef\xe5\x93\xe6\x45\x36\x0f\xea\xba\x75\xeb\xf4\x9f\x1e\xe3\x6c\x37\x40\xfd\xc9\x01\x59\x85\xd2\x7c\xfb\x67\xf4\x70\x42\x29\xed\x53\x7e\x37\x4b\x93\xde\x7c\xbb\xba\x03\x39\xb4\xd1\x6d\xb1\xcd\x48\xec\x1d\xb5\x9b\x0b\x27\x44\x10\xcc\xcd\x6b\xc4\x56\x7b\x6c\x4b\x5f\x2e\x18\x51\x0a\xa3\x3a\xbe\x31\x20\x5f\x68\xbd\xc0\xc5\xe6\x62\xd1\x69\x19\xb7\x51\xe1\xfc\xc6\xf6\xb3\x0d\x2a\x6c\x54\xc9\x7c\x01\x15\x8a\xa0\x4e\xdc\x8e\x49\xed\x57\x36\xb9\x81\x45\x93\x83\x22\x10\x10\xd2\xdb\x8d\xe9\x6a\xf7\x91\xbd\x28\x51\x15\x8b\xdf\x6f\xef\x98\x78\xef\xd6\xae\x16\x35\x7d\x55\x09\x18\xcf\xa5\x9c\x3d\x6a\x6d\x1e\xf5\x79\x2a\xcb\x60\xe5\x81\x05\x8d\xc6\x77\x06\xdd\x03\xc5\x2b\xce\xaa\xfa\xdf\x8f\x06\x39\xd7\x26\x72\xdd\xc2\xed\x79\x8a\x34\x2b\xab\x3e\x76\xd1\x00\x0d\x56\xd1\xbb\x57\x3a\xea\x3e\x9d\x1e\xaa\x37\xb1\xab\xc6\x87\xdb\xea\x4b\x59\xe7\xea\x15\x4b\x9f\x49\x6f\x23\xd3\xc5\x73\x36\xc1\x03\xa1\xde\xac\xb7\x1f\xa6\x7b\x41\xa4\xd3\x3d\xc9\x8e\xe1\xda\x51\x87\x9c\x57\x2f\x32\x82\x99\x91\xc3\xb7\xff\xcb\x35\x99\x2b\xa6\xa3\x8f\xbf\x24\x90\xe7\x1f\x34\x1b\xea\x17\xdf\x39\x43\xc4\x1d\xe8\x9b\x4b\xfc\x70\x71\x39\x3f\x5f\x5c\x03\x9f\x54\x6f\x62\x82\x60\x61\x95\x28\x8e\x1e\xfe\xe3\x8d\x35\x26\x93\xc1\xe8\xa7\x8b\x6a\x4a\x41\xec\xd9\x27\xf1\x3d\xe5\xa8\xa5\xb3\x94\xdb\x80\xcc\xa8\x0b\x69\xb2\x8c\xa1\x76\x8b\xf1\x3f\x3e\xa5\x10\x60\x55\x1b\x60\x8a\xff\x88\x50\x5d\xf0\x8a\x89\xe0\x91\x9f\x48\x94\xf0\x6e\x29\x94\xe8\x9f\x11\x80\x38\x4e\xe1\x21\x6f\xc3\x30\xf2\x13\x49\xba\xbe\xcb\x0f\x07\x85\x77\xfb\x42\x9d\xec\x3c\xef\x54\xaf\xc5\xd7\x52\xbc\x1d\x17\xc6\x0b\xad\xb4\xf8\xec\xfc\xd4\xe3\x3f\x1a\x6d\x8b\x92\xe1\x3b\xc8\xc2\xd8\x63\x48\xe0\xc3\x4d\x27\xac\xe3\x5d\xc8\x62\x2f\xa6\xbd\xff\x17\xdf\x85\x5e\xdc\x08\x0a\xc7\x51\x3e\xc7\x5d\x0e\x48\x4f\xe4\xbe\xb0\x58\x3d\x96\xec\x22\x79\xb9\x6d\x67\xb8\x6b\x16\xdf\xa5\xe4\x86\xb7\x97\xc7\x9e\x2b\x60\xcd\x55\x9b\x5b\x50\xc2\xe8\xaa\xaa\x8b\x5c\x53\x90\x7c\xdb\x97\x22\xb4\x7b\xb5\x0a\x5b\x58\xed\x17\xfd\x21\x77\x5d\x45\xfe\x52\xdd\x23\x50\xbb\xf2\xb3\x18\x93\xa2\xa9\x76\x63\xa3\x20\x67\x58\xaf\x2e\x73\x44\x9c\x5e\x85\xad\x4d\xb5\x10\x38\x03\xd0\x28\x88\x31\x2b\x13\x4c\x89\x1e\x19\xdc\xbd\x8b\x78\x64\xbe\x96\xef\xc9\xae\xaf\xfc\x3d\xcd\x6b\xb7\xc6\x35\x6e\xe8\xae\xa7\x39\x3b\x0b\x16\x07\xef\x5c\x1b\xfe\x40\x77\x13\x69\xee\xf1\x3c\xfb\x9a\x02\xdd\x1d\x88\xb7\x54\x26\x7b\xc4\xbe\xaf\x2f\xb7\xac\x41\xa5\xca\x3e\x80\xe5\x8f\x9b\xf6\xc3\x33\x94\x60\x17\x76\x61\x6f\xbf\xdd\x34\xbf\x3a\x83\xea\x50\xee\xe9\x29\x05\x01\x76\x04\x7f\x72\x1f\xde\xf9\xbb\x5f\x40\xdd\x20\xdf\xe7\x3e\x39\x07\x0f\xd7\x5f\x14\x04\x65\x7e\x19\x8e\x5a\xb1\xb6\xef\x42\x1a\x69\xf1\x09\xa3\x6d\x1d\x64\x8c\x9d\xe0\x4a\x0d\xa2\xfb\x5e\x19\x7f\x7b\xa9\x97\xa9\xdc\xd4\x4a\x56\x02\x3c\x5c\x01\xd8\xe7\xf6\x21\x1b\x37\x4b\xec\x11\x1c\x6d\xf5\xb6\x53\xef\x7b\x78\x73\xb7\x60\xd2\xee\xaf\x08\xb7\xc0\xf9\xc5\xbc\xe0\x12\x61\xa2\x7d\x1c\x42\xf5\x0e\x57\xf5\x05\x97\x86\x04\xc4\x36\xff\x32\x7a\xe2\x83\x36\xf1\xf3\x1e\x0e\x7d\x9d\x08\xae\x77\x5d\x4e\xe1\x48\xa1\x14\x34\x09\xcf\x41\x48\x41\x14\xa3\x62\x0d\xca\x58\xaf\x1f\x6e\xb7\x14\x2a\xd3\x39\x6d\xa1\x7f\x0c\xe6\x77\x6f\xef\xf6\x14\x3f\x33\x2a\x54\x70\xb5\x14\x49\x9e\x65\xbf\x68\x4f\x11\x46\xcf\x33\x99\x6c\xba\xbf\x0d\x57\xa5\x3c\xab\xcb\xa8\x30\xab\x8c\xec\x75\x6a\x43\xb8\x41\x74\xe7\xa0\x05\x53\x40\x19\xa4\xa1\xde\x22\xbd\x5e\x77\xdf\x22\x8d\xe6\xa7\x57\x7c\xa5\x4f\x9e\x4a\xaa\xb5\x80\x41\x6c\xc7\x75\x5c\x5c\x9b\x85\x3a\xb1\x5a\x27\xac\x8b\x57\x42\xa8\x1a\x14\xf3\x6e\x39\xee\x80\xa1\x8b\x91\xdc\xa9\x8d\xdf\xbd\x12\xff\x36\xe3\x0e\x98\x34\xfe\x5d\xa7\xe7\x8e\x55\xf0\x72\x43\xb0\x3e\xe8\x7f\xf0\x0e\xfb\x48\x02\x0f\x89\x13\xc8\x59\x7f\x0b\xf6\x97\x40\x03\xba\xcc\x0b\xd3\x40\xbb\x2d\x90\xb8\x19\xc5\x7d\x39\x07\x46\xd4\x7b\xf9\xa9\xb1\x08\x0f\x7b\xcb\xbf\x6f\xac\xab\xbc\x83\x73\x75\x5e\x47\x7a\xc0\x19\x78\x89\xdf\x46\x96\x91\x54\x39\xb8\x90\xa7\x75\x1e\xe6\xe5\x86\x14\xaa\xb2\xac\xa1\xc1\xbc\xc2\x11\xbf\x87\x87\x2d\x68\xe5\xf9\x86\x08\x7a\x11\x64\xd3\x8b\x05\x85\xa6\xfd\xd7\xbd\x26\xfc\x3d\xfb\xc2\xd5\x47\x94\xf3\xcc\xbd\x66\x15\xb6\xdc\xeb\x06\x58\x1e\xc3\xdd\x0d\x6d\x0e\x24\x77\x5b\x4a\x49\xeb\xda\x0d\xe1\x82\x33\x68\x60\xf5\xbb\x66\x75\x78\x35\x24\xf7\x8e\xb9\x0a\x64\xf0\x41\x7e\x3e\x7b\x44\xb2\xf4\x2c\x1f\x89\xe8\xfd\x4e\xae\x64\x16\x07\x78\xa0\xcb\x26\x3c\x70\xbc\x78\x4f\x71\x02\x9d\x33\x6d\x06\xa7\x05\x45\xdf\x16\x0a\xdc\x2e\xd4\xf2\xa4\x44\x53\x9c\xa4\x94\x35\x65\x3e\x09\x6a\xde\xdb\x91\x3c\x78\xdc\x4c\x2d\x87\xec\x12\x1b\x9c\xe2\xc1\x99\x58\x1a\x04\xe9\xda\x82\x13\x30\xf6\xcf\x60\x70\xc6\xc5\xdf\x34\x26\x14\x64\x81\x3d\x38\x54\x73\xc6\x71\xed\x2e\xc9\x07\xa8\x8f\x44\x24\x88\xa3\xaa\x32\x02\xc2\x85\xb0\xd1\x5e\xf0\x1e\x6c\x49\xfb\xbd\x9b\x65\x2c\x15\xee\x01\xe2\x87\x17\xf7\x81\xa9\xe1\x66\x0e\x6d\x24\xe0\xed\xc9\x75\xd0\x49\xed\x2a\xa5\x91\xe0\x16\xba\x5a\x42\xa2\x60\x86\xdf\x54\x18\x84\x9c\x54\xe3\xc0\xdf\x06\x39\x4f\x95\xe5\xa6\xb8\x5f\xb3\x51\x47\x51\x8e\x10\x23\x3c\x56\x29\xbb\x16\xe5\xe2\x52\x89\x7a\xfe\x87\x2f\x54\x2d\x65\x0c\xc4\x20\x0b\xa7\x00\xf1\x1e\x44\x88\xf7\xf2\x76\xf8\x3b\x49\x99\x26\x54\xda\xc5\x24\x40\x1b\x4e\x24\x0d\x27\x69\x12\xd2\xbe\x40\x8c\x86\x25\x78\x64\x95\x9f\x10\x97\x47\x36\x01\xce\xfd\xa6\x2c\xc9\x47\xee\xb3\x8c\xb0\xa1\x5e\xa9\x35\x82\xb9\xe5\xb6\x62\xaa\x42\x64\x4b\x9f\x58\x17\x36\x3a\x91\x69\x4d\x7d\x25\x3e\xae\xbf\x1a\x8c\x17\xf5\x3e\x75\x53\xa2\xcc\xfb\xd7\xf9\xa2\x65\x70\xf7\x48\x63\x7a\xe8\x43\x21\x91\xf5\x4d\xcf\x12\x30\x2a\xc4\x04\x5e\x5d\x0e\xe8\xae\x59\xb2\xe6\x27\x5d\x22\x01\x90\x5e\xa7\xa7\xe6\x02\x0e\x6a\x1d\xa8\x57\x92\x9d\x3e\xd1\x4f\x96\x3a\x63\x3c\x13\x32\x37\x50\x46\xd1\x25\x58\x8d\xe1\x32\x1a\xe8\xbb\xdf\xab\x2b\xf2\x07\x22\x1b\x9b\x18\x47\x40\x7f\xaa\xcb\x60\x7f\xb7\xe6\x0d\x50\xf1\x44\x72\x39\xfa\x2b\x38\xa5\x7b\x28\x79\x32\xf2\xdc\x2f\x0a\x09\x74\x45\x58\x42\x48\x18\x2d\x81\x12\x58\x4b\xd7\x21\x27\xc5\x79\xf2\x8e\x8b\xbe\x35\x40\x10\xe4\x05\x80\x15\xfa\x22\x72\xe1\x0b\x02\x00\x58\xa5\x42\x88\x4b\xc3\x45\x0c\xc3\x92\x1f\xe3\xf7\x32\x1e\x10\xea\x3e\x61\xe5\x2b\x56\x53\x90\x4b\xc9\xae\xf8\x82\xf3\xf2\xeb\x47\xea\x49\xba\x26\xa7\x0c\x87\x5e\xf8\xe4\x4d\x0f\x7c\x11\x66\xc4\x07\x66\x53\x25\xd4\x49\x6d\xdf\x0c\xce\x0a\xa8\x1e\xd2\xdf\xf8\x7f\x4f\xb8\xaa\x05\x97\xcd\xe9\xc7\x0d\x15\xc0\x31\x59\x20\x0c\x3d\x90\x34\x82\x09\x50\x31\x0d\x4f\xac\x38\x88\xea\xc2\x49\x29\x0a\xc4\xb5\xfd\x97\x24\xfd\x00\xcd\x43\x59\x9e\xe1\xeb\xfb\xb7\x24\x1d\x77\xc0\xd1\x3d\xa9\x46\xa4\x3f\xe4\x35\x90\x07\x46\x69\x2a\xae\x54\xef\x1a\xba\x27\xc8\xdb\x7e\xad\x10\x43\x39\xfe\xad\x29\xa5\xa5\xac\x45\xbe\xe9\xd4\x4b\x1d\x1a\x8a\xe1\x19\xeb\x3b\x6a\xe3\xa3\x87\x25\xfa\xab\x46\x70\xa5\xfb\xa4\xb4\x1a\xdd\x98\x13\xf7\x14\x16\x4d\xaf\xc9\xc7\x8f\x77\xcb\xbf\x5c\x93\xdd\xc3\x75\x4d\x92\x97\xeb\x9a\x34\xfe\xc3\x9a\x1c\x1e\xfe\xe1\x9a\xdc\x5f\x78\xfa\xfe\x1a\xe8\x6d\x78\xe4\x35\xf9\xbb\x0b\x0f\x37\x64\xe3\xe1\xa4\x2a\xd9\x9a\x9c\xfe\x47\xd7\xa4\xb7\x92\xe5\x25\x79\x0d\x74\x4a\x7e\xe1\xf4\x7e\xfc\xed\xe1\x75\x3a\xf5\x49\xd1\x8c\x50\xc1\xa1\x7a\xa7\xec\xd6\xa0\x55\x00\x16\xf8\x84\x45\xe1\x3b\xcb\xd2\x66\xdc\xf2\x4f\x88\xf2\xdf\x76\x80\x96\xf1\xf4\x7e\xc9\xa0\xf2\xaf\x5a\x61\xce\x2a\x00\x90\x91\x84\x46\xe7\x7e\x34\x4b\x08\x58\x7f\xfa\xeb\xad\xb2\xfa\xf1\xf8\xf6\x85\xfb\xb0\xde\x20\xd6\xfc\xf9\xef\x1a\xf8\x69\xaf\xf5\x85\xf7\xb2\xf6\x0a\xf3\xee\x5c\xe7\xfd\xff\xc2\x7d\xe3\xd6\x15\x51\xfe\x4f\x0a\xed\x1a\x67\x74\x2f\xa3\x83\x7d\xe0\x0d\x53\x0b\x9f\x48\x4e\xbc\xba\x39\x65\xba\x0a\xe5\x6a\x78\xe3\x56\x74\x51\x87\xab\x4f\x84\xa2\xb4\x10\x6a\xf3\xfc\x0c\x1f\xec\xf7\x9b\xa5\x20\xd8\x8d\x08\x46\x54\x70\xf0\x2b\x76\xba\xcc\xb4\xbf\xa7\xe3\x08\x41\x72\x59\xb6\xab\xe4\xc2\x8c\xba\x12\xea\x3d\x9c\x00\x7e\xf4\x86\x30\x29\x5f\x02\x39\x62\x5d\x38\x1b\x03\x51\x41\xf8\xe8\x49\x79\x6b\xf4\x91\x7f\xe3\x0a\xd3\xc9\xfa\xda\x22\x67\xdb\xd7\xdf\xde\xfb\xc3\xc3\x9e\xe8\x9e\xe4\x91\xdb\xba\xc4\x64\x7e\x1d\x55\xf3\xb6\x08\xf1\xea\x96\x4b\x4e\x64\xb1\xad\x35\x39\xaa\x76\xf1\x0d\x37\xfc\xf1\x40\x38\x91\x5a\x3c\x66\x8f\xf5\xb9\xee\xfe\xa3\x17\xfb\xc2\xf3\xed\x6d\xf2\x57\x9f\xf7\x97\xbd\x56\xed\x1b\xd5\xf5\x4f\x8a\xaa\x4c\x89\x71\x1d\x1e\xe9\x93\x6e\x26\xcd\x6b\xdb\xd9\xbc\x64\x9b\x24\x8c\x32\xb5\xfc\x3d\x1f\xdf\x13\xca\x54\xee\x1f\x1e\x76\x45\xf7\x20\xb7\xdc\x56\x25\x1e\x50\x54\x73\x3d\x2a\xaa\xf8\xef\x64\x82\x93\x2c\xb6\xb5\xc0\xd7\x96\xdf\xbe\x49\x03\x43\x3d\xc7\xc0\x2e\xd2\x8f\x07\x64\x72\xff\x27\x2f\x0e\x84\xb7\xb2\xd7\xc9\x5f\x7d\xde\x5f\xf6\x5a\xb5\x6f\x54\xfa\x3f\x69\xf6\x32\x4d\xd2\x75\x78\x7a\x3b\xef\x6e\x26\xcd\x35\xed\x4c\xd1\xc2\x74\xf2\x80\x0b\xa9\xdb\x7c\x33\x5c\x7b\xd7\x7d\x2c\xa5\x23\xf2\x13\x39\x41\x6b\x04\x06\xe6\x37\xfd\x4b\x46\xbc\x23\x61\x4a\xae\x14\xf0\x4e\xa7\x31\xe1\x45\x89\x71\xf1\x30\xf5\x35\x51\x6a\x26\x45\x15\xa8\x7a\xa4\xcc\xdf\x4a\xe8\xfb\x48\x94\x2a\x78\x66\x25\x38\xa6\x21\x14\xaf\xc7\xfd\x38\x6f\x93\x34\x5e\x37\x6d\x7a\x1b\x7b\x87\xf9\x9a\xea\x79\xd3\xf3\x77\x7b\x54\x55\xa8\x2a\x7f\xe8\x74\x58\xe8\x34\xc3\x1e\x8a\x6f\x3b\x0d\xa1\x5f\x1f\xde\xb6\xd9\x4f\xed\xca\x8d\x45\x49\x3d\x9a\x2a\xe7\xe9\x9c\xa5\x0d\xb0\x7b\x1e\x97\x66\x4c\xc9\xf4\x41\x2e\xa8\xdd\x35\x17\x6f\xa8\xd8\xd9\x90\x0e\xcd\x59\x07\x63\x72\x32\x31\x01\x2e\xdc\x6b\x34\x46\x59\x8a\xb3\x99\x10\x73\x8b\x8b\x9b\x8d\x11\x12\xab\x35\x15\x43\x15\x56\x2d\xc6\x32\xb2\x46\x9c\xe9\xed\x99\x1a\x8a\xb8\x7c\x6b\x69\x4a\xed\xf9\x50\xd5\x59\x16\x7d\x26\x8c\x92\xfa\xaa\xbc\xfe\xd0\x24\x7e\x96\xff\xd2\x72\x83\xbe\x4b\x5a\xbb\x81\xe1\x3a\xe1\x0b\x04\x2c\x60\xc3\xc5\x10\x66\xbd\x3d\xfe\x0e\xab\x25\xb8\x05\x80\x0b\x02\x2a\xcd\x90\x73\x9f\x23\x9d\xeb\xb8\x91\xd0\xad\x9e\x4a\x93\x23\x63\x80\x2c\x5b\x27\x97\x72\xa7\x2a\x9b\x89\xfe\xcf\x4a\x92\xf5\xb5\x21\xad\x04\x1c\xd0\xe2\x04\x4a\xad\x0a\x06\x57\x96\x1c\xca\xc7\x9b\x2a\x65\xd5\xe2\x6b\x5a\x15\x5b\x86\xef\x98\xbb\x44\x25\x1b\x81\x10\xb3\x03\x64\xd2\xfe\x1e\xac\xd5\x2c\xde\x61\x95\x6f\x99\x50\x75\xb0\xb3\x0a\x1b\xa0\xc8\xf6\x18\x8d\x97\xe0\x9d\x28\x9b\xe4\x2d\xbd\x38\xd8\x59\x85\xc3\x6e\x7c\x43\xb4\x99\x0f\x5e\xa9\x35\xe4\x40\x6a\xb1\x48\x71\x70\x4c\x07\xb6\x7e\x4e\xf9\x84\xcb\x98\x31\xc1\xf3\xa8\xe5\xb6\xb1\x10\xd3\x5b\x39\x0e\xd2\x51\x20\x85\xbb\x81\x05\xa1\x22\x6f\xa4\xcf\xca\x9e\xfe\x7e\xb6\x71\x6d\xf7\x6b\xb4\x52\xae\xbe\x47\x5d\x02\x4a\x0b\x48\xed\x5a\x26\x7f\x21\x67\xa5\x2a\x70\x1c\x9a\xf5\xc8\x9b\xb2\x29\x43\xdb\x68\x4a\x35\xda\x40\xb6\x5d\x23\x24\xf8\x00\xab\xe8\xb0\x02\x5b\x6e\x96\xcf\x96\x53\x45\x50\xa8\x4e\x58\x42\x9e\x0f\xa3\x2b\x9a\x92\x35\xce\x8d\x30\x73\x43\x27\x74\x04\xe2\x99\xeb\x32\x25\x8f\x96\x40\x1e\x82\x67\x23\xcb\xd5\xa2\x58\x3b\x6d\x0f\x4a\x29\x60\x18\xe3\x12\xdd\x10\x3d\x44\x72\x13\x56\x18\xe9\x18\xb2\x80\xbe\x16\xe0\xcd\x2e\xd5\x0c\xac\xc4\x82\x1a\xaa\x0a\x77\xf0\x93\xd2\x5c\x3a\xb0\x88\xb7\x88\xcb\x3b\xcb\x08\xff\xe9\x2f\x56\x8e\x71\x96\x7a\xca\x4f\x16\x3c\x8f\x6a\x58\xc4\xbd\xac\xd3\x2a\xaa\x36\xae\x81\xe1\x39\x2b\x4f\x68\xbf\x38\x65\xd9\x5c\x00\x52\x31\xf6\x11\xca\xb7\x05\x8e\x66\x99\x33\xbf\x36\x18\x05\x72\x15\x8f\x8b\x8f\x61\x59\x4a\xe5\x11\xbb\x6a\x5e\x8d\x90\x2e\xe9\x8c\xa9\xfc\xdc\x96\x3a\xe4\x47\xaa\xda\x69\x96\x4f\x73\x2c\xc4\x78\x02\x94\xba\x89\xe6\xbb\x5b\x0b\x96\xcf\x95\x50\x2f\x16\xc0\x25\xfb\x0b\x9f\x58\xf0\x17\x6b\xd1\x03\x0e\x30\x0d\xb3\xfb\x1b\xe6\x1f\xdd\x8b\x23\xd4\x87\xee\x85\x92\xc7\x94\x3a\x46\x4f\x0c\xbf\x8c\xbe\x78\xf4\xd2\x15\xe0\xa6\x96\x30\xd6\x7e\xfa\x26\x21\x0a\x0e\x56\x84\x23\xeb\x86\x80\x9f\xc9\x9e\xc6\x65\x65\xcc\x95\xa5\x18\xb2\x65\x8b\x59\x9e\xa4\xdb\x01\x7b\x13\xf5\x08\xd7\x67\x2b\x85\x00\x56\x4f\x83\x8c\xbf\x3e\x59\xe5\x59\x75\xb4\xf6\x89\x80\x0e\x53\x32\x8a\xe9\x85\xa7\xf4\xd3\xc6\x44\x88\x8d\xb4\x10\xf3\xd3\x24\x35\xee\x59\x22\x51\x05\xfd\xb1\x6b\xca\xe8\x92\xca\x8f\xd8\xf9\xe3\x28\xd7\x9a\x7d\x5a\x30\x72\xf6\x8e\x8b\x07\xe3\x8a\xd8\x1a\x6d\xe8\xe2\x9b\x34\x19\x40\xcc\x5a\x33\xa8\xf9\x36\x05\xb6\xe1\x09\x76\x9d\xee\x71\xcf\x0f\x56\x4b\x66\x11\xaa\x0c\x39\x46\x5b\x4d\xfd\x66\x4f\x98\x33\x1c\x69\xbb\xc9\x92\x20\x3b\x7f\xed\xe1\xce\x36\x6e\xb7\x38\x47\x67\x6b\xc8\x19\xa3\x9d\x2c\xf3\x39\x39\x10\xb7\xc8\xf5\x4a\xd5\x21\x21\x9c\xa5\xdf\x66\x24\xdc\xf6\x50\x1f\xc3\x2c\xe1\x46\x8b\xf6\x40\x15\x28\xd7\xac\xff\xa3\xef\xaf\x23\xeb\xc6\x84\xa1\x30\xb3\x24\xc1\x64\xe8\xdf\xaf\xd8\x60\x9b\xe3\xc5\x0f\x85\x7a\x3b\xa3\xe6\x34\x39\x5e\x4b\xf5\xbf\x04\xc3\x95\x10\x96\xac\xeb\xab\x25\x02\x89\x77\x32\xfd\xd6\xf0\x41\x5d\x8e\x9c\x63\xae\x7a\x40\x1a\xbc\x26\xa5\xf5\x9f\x30\x3c\x7b\xf3\xfc\x7a\xfb\x38\x82\x6f\x27\xb0\xdd\x22\xd5\xc2\x19\xbb\x3e\x0f\x2f\x92\xa1\x12\x1d\xa1\x36\xaa\x51\x1e\xdd\x3e\xdf\xe2\x2f\xc5\xfa\x3a\x4c\x59\xfa\x86\xa3\x2c\xc5\xa9\x02\x19\xa0\x72\xdc\xaa\xaa\xeb\xcd\xe0\x31\xf2\xe0\xb4\x9e\x7f\xc2\x00\xf0\x36\x2a\x95\x0d\x94\xcd\xcc\xdb\xcf\xeb\x65\x38\x1e\xc3\xe6\xf1\x11\xc9\x95\xf7\xb0\xa5\x2f\x90\x0e\xab\x86\x64\x03\x13\xeb\x30\x34\x86\xe2\x2c\xaf\xb0\x93\x31\xa7\x4c\xde\x20\x70\x71\x81\x6c\x4b\x04\x24\xd3\x2d\xd5\x69\xbb\x8d\xcd\x03\x01\x68\xee\x68\x13\xbe\x35\xab\xba\xef\x69\x22\x97\x0d\x32\x7f\x08\x3b\x6f\x9a\xd2\x13\x96\x18\xe5\x68\x21\xf3\x0c\x5b\xb1\x6a\xc5\xa3\xbc\x29\x4e\x48\xa5\x22\xb9\xf9\xd4\xbb\x4e\xad\x8f\xb6\xd1\x17\xbe\xdc\x21\x29\x0e\x4d\x03\xc1\xb8\x89\x2f\xa4\xff\x72\x3a\x84\x82\x51\xe1\xf9\xba\x6d\xa4\x75\x18\xfe\xf7\x61\x50\xd2\xb0\xc5\x59\x9f\xc3\x31\xb9\xe8\x7f\xf1\xf4\xff\xd0\x49\xcf\x9e\xb3\xc5\x45\x57\x4c\xb3\xcc\xeb\x74\x00\x9e\x8b\x4b\xaf\xea\x6a\x89\x08\xe5\x25\xb6\xfe\x5e\x6e\x12\x4a\x20\x7e\x52\xbb\x04\x64\xa7\x83\xf2\x28\x05\x4c\x99\x3a\xa6\x20\xaf\x0f\x28\x0f\x17\x44\xad\x23\xb5\xcf\xc0\x3c\x1e\xf1\xe0\x83\xc4\x11\x84\xdc\x51\x46\x90\xa0\x20\xa5\x6f\x10\x23\x78\xa0\xeb\xd6\x16\x47\x76\x3c\x63\x57\x5e\xa4\x25\x71\x56\x92\xb3\x1a\x8e\x17\xc0\x29\x9b\x54\x08\x8f\x48\xc5\x32\x65\x77\xdd\x0b\x48\xd1\x70\xc1\x9a\x11\x12\x61\x87\x09\xef\x6b\xfd\x7a\xb6\xaf\x55\x5d\x2e\x70\xe6\xf2\xc7\x27\xbf\x70\x2c\x52\x59\x82\x9f\x7f\xfe\x38\x3b\x35\x30\xfe\x77\x53\x5c\x92\x2b\xa2\xc6\xf6\x34\xa1\xc0\x13\x35\x3f\x9b\xca\x98\x8b\x4f\xf2\xed\xfd\xf0\xaa\x7a\x80\xbf\x62\xe7\x0d\xe7\x46\x5c\xbd\xf6\xbb\xa2\x80\x29\x49\xaa\xfc\xdc\xd7\x79\x10\x84\x8e\xe6\x2f\xdf\xee\x1e\x86\x21\x7c\x15\x4a\xeb\x57\x84\x03\x28\x4e\x85\x29\x3c\xdf\x22\x09\xbe\x57\x7e\xca\x6b\x50\x9e\x4e\x7a\x8f\x1f\x7a\x21\x64\x10\x50\x50\xaf\x3c\x2c\xa0\x8c\x1b\x8e\xf0\xe0\xda\xb5\x40\x32\xdb\x6d\xc5\x36\xf6\x92\xee\x82\x6b\x78\xe4\xe5\x0c\xcf\x64\x0b\x13\x47\x95\xce\x92\xb8\x67\xf7\xfa\xb8\xeb\xe3\x08\x0f\x39\x1b\x40\x97\x33\x1a\xc4\xc5\xae\xf0\xbf\x59\x43\x4d\x5b\x31\xe9\x39\xc6\xed\x80\x43\x80\x4c\xba\xcd\x87\x35\x04\x3a\xce\x22\x00\x8c\x0c\x00\xf3\x3a\xac\x05\x1c\xb8\x56\x3d\x21\x29\x08\x79\xd8\x39\x3e\x1c\x40\xb7\x72\xef\xc3\xe2\xbc\x3b\x33\x94\x31\x83\xcb\xe0\x0b\xea\x50\x4b\x69\x4e\xc2\x71\xd6\xd6\x8f\x3e\x7d\x51\x86\xc0\xb5\x43\xce\x86\xbf\xf1\xe9\x73\x2c\xb9\x05\x16\xeb\xff\x96\xff\xd2\xfc\xa0\x16\x4c\x7a\x49\xe3\x25\x21\xd4\x7c\x08\x64\x6d\xa1\xf8\x85\x2d\xad\x85\x7a\x82\x36\x3f\xda\x13\xec\xc5\x88\xc5\xd3\x31\x23\xd0\x9f\x1a\x03\x63\x20\x26\x75\x8a\x6a\xf7\xc4\x4b\xb1\x81\xe5\x4d\x03\x2b\x6e\xa0\xc2\x0d\x70\xd6\xa4\x03\x35\xd0\xab\x4b\x33\x65\xb4\x11\xcd\x09\x41\x77\xa3\xef\xb9\x47\x6c\x09\xf5\x08\x6c\x4b\xc0\x1e\x01\x52\x73\x98\x8d\x25\xe5\x7c\xa1\xfe\x3a\xaf\xc2\xd0\xfd\xc3\xca\xb5\x8a\x23\xdc\xb6\x0c\x21\x5d\x0d\x49\xfd\x75\xb5\xde\x64\x80\x24\x3d\x42\x29\x26\x6c\xff\xd2\xe8\x27\x7b\x10\x89\x3f\x0a\x7c\x52\x0a\x24\x2b\x20\x24\x36\x64\x26\xa0\x79\x42\x8c\xd7\xfe\xd8\x70\x3b\x17\x19\x03\xa3\x6d\x72\x40\x78\xd3\x00\x56\xfb\x3e\xf9\xf7\xdb\x27\x3b\x22\xfe\x7c\x2f\x57\xcc\x9f\xd5\x89\x38\x39\x07\x55\x33\x69\xf3\x05\x12\x34\x42\x0c\x35\x8d\xa0\x50\x0c\x13\x59\x89\xca\xd8\x60\x13\xae\xc8\x09\x69\x13\x0e\x84\xac\x90\xd0\x92\xba\xd5\x51\xf6\x73\xa0\x8e\xf6\x47\xab\x3e\xd0\xa3\x99\x25\xdc\x5d\x99\x02\x21\x9c\x44\x42\xcc\x12\x4b\x99\x90\x38\xa7\x36\xf2\x9c\x30\x07\xcc\x03\x3f\x29\x0e\x37\xca\x03\x33\xf4\x49\x7a\xae\x11\xd4\x87\x52\x30\x36\xce\x7d\x28\x84\x3e\x17\x65\x78\xb9\xc1\x94\x05\xbe\x6b\x7e\xcd\x85\x55\x95\x9c\x51\x3d\xcf\x50\xe4\x95\xb3\x64\x58\xd6\xe9\xe6\xb6\x27\x91\x2a\x46\x8e\xe6\x81\xf1\x29\xdc\xe7\x35\x32\xce\xef\x65\xfb\x5b\xcd\x58\x15\x6a\x3a\x6f\x9c\x8d\xe3\x36\x0b\x2f\xc1\x99\x00\x7c\x36\xbf\x13\x4c\xc4\x46\xc5\xb2\x09\xe5\x75\x7e\x27\x1c\x2e\x00\xae\xce\x1c\x32\xe9\x5a\xa1\x40\x9a\x23\x27\xd1\x2c\x1f\xaf\xf7\xc4\x58\xa8\xd0\x66\x48\xec\xeb\x93\xc6\x9e\xf0\xde\x4d\xc9\x03\xbf\x7d\x87\x8c\x77\x8d\x51\xe1\xce\x52\x6d\xf5\xad\x75\xdd\x06\xd1\xe1\x05\x72\x28\x9f\xba\x85\x17\xc4\xb0\x41\x39\x6c\xdc\xd0\x81\xda\xfe\xe6\xf2\x1a\x13\x0e\xb9\x6b\x57\x5d\x70\x4d\x3b\xb9\xa3\x73\xdf\x3b\xcd\x99\xc8\xf5\x85\xf0\x8e\x73\x8a\x31\x39\xcd\xf5\x45\xfc\x7a\xfd\xd5\x15\xce\x1b\x63\x0a\x13\xbb\x9e\xc3\x0b\xa7\xf2\x38\x07\x93\x3d\xa1\x6f\x00\x08\x7d\xb7\x49\xb8\xb7\xc3\x0a\x74\x5f\x27\x3c\xe3\x68\xa2\x05\x99\x4c\x0e\x36\x69\x39\x7c\xa4\x0e\xa2\xff\x0b\xa8\xaa\xb9\xc1\x75\x9b\xdc\x93\xa7\x55\x20\x35\x77\x2b\x26\x09\xcc\x93\x0d\xa2\xc5\xba\x5b\x7e\x5e\xe7\xe7\x35\xfd\x5c\x2d\xdd\x95\x2c\x35\x68\x7b\x4f\x13\xf9\xd3\x1d\xdd\x87\x23\x60\x10\x77\x39\xaa\x42\x69\xae\x18\x7c\xf7\xfd\x85\xdd\x27\xfc\xb6\xea\x43\x8b\x40\xb4\x5c\x8f\x73\x3c\x1e\xef\xa7\xd5\x23\xae\x85\x41\xd0\xdb\xb7\x0b\x7e\x90\xc1\xf2\xe9\xdb\x7b\x39\x2f\xe1\xff\xf8\x5e\x71\x91\x33\x71\x7d\x4b\x78\xe8\x5d\xd3\xae\x9f\xbe\x65\x95\x1e\x45\x4b\x7d\xd2\xdc\x87\xc5\xe5\x95\xd2\xf6\x68\x1a\xea\x21\x6f\x68\x39\xd1\x45\x40\x3b\xf6\xb6\x17\x96\x0f\xcf\x77\xcc\xf4\x1a\x5b\x20\x54\x79\xba\xb8\xbc\xf1\xb7\x2d\x71\xde\xca\x45\x5c\xc6\x6c\x75\xa2\x4c\xd1\xbe\x5c\x22\x11\x3f\x15\x50\x92\xe7\x21\xa8\xc7\x61\x2f\xf3\xa8\xbc\x71\xe5\x40\x39\x2b\x36\x76\xb7\xf8\xf2\xe1\xfe\xe5\x41\x9b\x02\x6b\x55\x2c\x4b\x88\x7d\xce\x5b\xd5\xfc\x5b\x02\x3b\xc5\x8e\xd8\x5e\xe7\x31\x3a\xfe\x55\x5e\xed\x26\xe6\xe7\xfb\x42\x7c\x3b\x79\xfc\x24\x91\x3b\x3c\xa1\x3e\x49\x2b\xf3\xf3\xe0\xca\xaa\x56\xd7\x54\xcf\xa1\x88\xbe\x07\x33\x5f\x88\x2d\x25\x2f\x89\x38\x78\x48\x8f\xc2\x2a\x64\xcb\xd8\x95\x9e\x10\x01\x3b\xc9\x38\xb3\x67\x58\xc9\x07\xa2\xfb\x72\x5d\xcd\x4f\x7d\x2a\xb5\xcc\xd7\xd5\x24\x8c\x96\xe1\x22\xaf\xb2\xdf\x4c\x53\x4a\x16\x09\x27\xc8\xe2\x63\xb6\x90\x41\xec\xb8\xa3\xad\x32\xd9\xb1\xac\xc0\xc5\x95\xe4\x49\x6f\x03\x53\x06\xa4\x04\x78\x82\x72\xe9\x28\xc3\x73\x61\xfa\x96\x32\x80\xfc\x64\x2a\xe4\xbb\x1e\x6c\x56\xc3\x0c\x89\x92\xe2\xe5\xdc\x93\xbe\x44\x1f\x8e\xfa\x5f\x2f\xea\x7a\x5b\xa4\xf6\x9b\x17\xe2\x1c\x07\x70\xc4\x15\x3d\x63\xac\x7a\xa9\xa2\x76\x2a\x32\x3a\xff\x6d\xe6\xcb\x36\xf4\x00\x1b\xf0\xa7\xdf\xf1\xdb\x9b\x00\x76\xff\x8e\xf8\x5e\xf7\x61\xfb\xc4\xf3\x5e\xa9\x8f\xe2\x0b\x1c\x98\x13\x98\x4e\x7b\xe7\x80\x64\xfc\xdf\x26\x15\xdf\xe7\xb5\x5c\xa4\x80\x58\xbf\x07\x87\x6f\x5e\x7a\x60\x16\x2a\x63\x70\x79\x95\x31\x46\xc3\xd8\x94\x55\x2e\xaf\x54\x08\xec\x5d\xd5\xe5\x86\x64\xa1\xef\x09\x35\x0f\x15\x90\xf4\x15\x46\xbf\x1c\xd1\x68\x10\xa5\x37\x30\x57\x8c\x4e\xb3\xc2\x20\x4b\xf8\xc6\xa5\xac\x73\xfb\xb5\x8a\xe6\xd5\xd4\x29\xd3\x38\x98\x5c\xde\xa8\x8c\x35\x87\xad\xda\x12\xaa\xa0\xf1\xe9\xc2\xfd\x5e\x78\xa0\x6c\xf2\xb4\xf8\x85\x66\x65\xac\xa5\x82\x58\x32\x62\xd7\x27\x00\x4e\x7a\xfb\x0f\x14\x73\xd6\x9a\x79\x7a\x64\x24\x91\xe3\x08\xe3\x47\xa4\xf3\x67\x1b\xae\x64\xe4\xef\x49\x2f\x2c\x10\x5a\x32\x89\x9a\xf7\x29\x39\xd5\xfb\xae\x89\xf4\xc7\xf1\xb7\x67\xee\xaf\xdd\x36\x3b\x67\x7a\xf5\x6d\x7b\x43\x6a\xf7\x62\xa6\x5f\x55\x63\xc8\xc8\x1d\x5e\x5f\xcb\x15\x43\xb9\x13\xeb\x1e\x70\xea\xff\x30\x2f\x74\x57\x6a\x3d\x34\x1c\x15\x67\x1a\x86\x51\x2e\x29\x79\xde\x89\xd5\x1b\x11\xe1\xf0\x3f\xda\x80\xf0\x85\x22\xe5\x13\xd2\xa3\xd9\xea\x7e\xe3\x37\x3d\xe1\x34\x49\x3c\xdc\xd8\x67\xc8\x10\xb3\x15\xcb\xb6\xc5\x61\x2c\x78\x18\x54\xba\x50\x71\xae\x60\x38\xc8\x6e\xbb\x74\xcd\xbf\x82\x24\xf5\x59\xb6\x86\xe4\x31\xe3\x76\x1c\x06\x4e\x44\x9a\x06\x32\x62\x22\x92\x91\xe5\x96\x1a\xfe\x4e\xea\x87\x31\x92\xcb\xb0\x1a\x93\x8b\x93\x03\xd1\xc6\x89\x7e\xa7\x2c\x5b\x0c\x75\x72\x4a\xa0\x73\xd4\x67\x7b\x2b\x2f\x0e\x14\x3d\x15\xbc\x33\xae\x1e\xc6\xac\xdf\x71\x85\x42\xf0\x4d\xa8\xbe\xbd\x3a\xd7\x54\xe2\x02\x68\x03\x3b\x7b\xd5\x6a\x77\xa0\xc1\x3e\x69\x9e\xcf\x25\xd5\x67\xfb\x7b\xb7\x84\x09\x43\xbe\xb9\x2a\x56\xcd\xec\xdd\xc3\x98\xe5\xe3\xbc\xdb\x95\x5a\x1e\xee\x5e\x9d\xe9\x95\x25\xc7\x61\x55\xce\x5f\x3d\xd4\x60\x55\x3b\x51\xb4\xa8\x97\x72\x1c\x20\xdd\x2a\x0a\x89\x4c\x30\x7f\xba\xc0\x92\xbf\x80\xa2\x97\xac\x11\x9d\x20\x2f\x30\x84\xcd\x11\x25\x8d\x61\xf4\xd7\x2c\xa9\x26\x84\x09\xf0\x15\x35\x00\xea\xc3\x02\x6c\x70\xb1\x8d\xa5\xb4\x2f\xd2\xbd\x54\x06\x70\xdf\xff\x05\x59\x6b\x8e\xeb\x23\xf5\xc1\xde\x6e\xf1\x37\x80\xc6\xc0\x26\xa2\xf1\x69\x5f\x8b\x56\x48\xaf\xb7\x07\x7f\x4b\x65\x43\xf0\xe9\x9e\x6b\x38\x76\xae\x13\xb3\x02\x18\xd1\x5b\xc1\x20\xb7\xc3\x28\xcf\x1c\xfe\xe5\x51\x19\x03\x12\x43\x05\x7c\x5e\xda\x31\x04\xa9\x80\xd0\xb1\x71\x5e\x22\xd9\x64\x0e\xd2\xca\xcf\x8b\x53\x96\x2d\xa2\xdf\x43\xce\x7d\x51\x3c\xbc\xa3\xed\x16\x87\x37\xda\xde\x3e\x1b\x42\x34\x72\x18\xb6\xa9\x84\xfc\x70\x59\xa2\xf2\x8f\x5a\xd2\xc5\x4e\x6d\x93\xca\xe7\xf7\x05\x68\x73\x81\x4c\xe9\xea\xf1\x18\xea\xbb\x16\x10\x4e\xe2\x4b\x44\x6e\x7d\xcc\x7d\x4c\xd8\x11\xaf\x5f\x3d\xeb\xcb\x77\xed\x10\x64\x78\x55\x89\x1f\xd3\x80\x4f\x84\x7a\xdd\xc6\xe8\x9d\x8c\xec\xb4\x03\xcc\x0a\xc1\x5d\xfc\x9c\x1b\x7d\xa2\xef\xeb\xa9\xb0\x55\x12\x13\xc6\xc6\x63\x6b\xad\x8f\x78\x4f\xb4\xe9\xaf\xea\x2c\x36\x83\x7c\x00\x9a\xe3\x38\x52\xde\x79\x11\xc8\x78\x43\xec\xe9\x42\x55\x56\x8f\x1c\x8f\xdc\xa3\xa0\x55\xb8\xc8\x7a\x42\x6d\x5c\x36\xb7\xc2\x3e\x73\xa1\x9b\x44\x41\x49\xd1\x08\x9e\xee\x5f\x0a\x64\xfd\x48\x32\x86\x4f\xe0\x3a\x40\xc3\x63\xc1\x3a\x02\xa4\xea\x36\x82\x06\xab\x1e\xda\x70\xa6\x05\xbe\x9f\x23\xd4\xc3\x12\x71\x12\x83\x26\xa2\x3e\xa7\x31\x1f\x9c\x1a\x25\x7e\x57\xa6\xdc\x23\xa0\x78\xb6\x5d\xd1\x2a\x4e\x2d\x56\x79\x6b\x79\x96\xf8\xbf\x77\x01\x5d\x7d\x09\x04\x9f\xd7\xcf\xfd\x9d\xf7\x01\xc6\x41\x77\x0c\xfd\x52\x39\x02\xcd\x59\xf7\x34\xfd\x8e\xe5\x65\xf9\x6a\x4c\xb2\x04\x42\x9b\xcd\x40\xf3\x2a\x8f\xe7\xf8\xc7\x59\x2f\xa6\x81\xbf\x60\x3f\xf1\x06\x81\x86\x31\x96\xb5\xf3\x30\xe3\xa6\x94\x87\xc4\xe8\xb4\x14\xac\x92\xd9\xcb\xe4\xa4\x38\xae\xa2\x56\x50\x78\xde\x2c\x94\x9e\x7e\xbd\xc4\x1b\x59\x8a\x61\x3a\xa4\x0e\xd2\x4d\x21\x32\x7a\xd0\x04\x94\xcd\xb3\xc1\x59\x3d\xd4\x43\x96\xe9\x08\x80\x07\x94\x14\x2c\x2f\xeb\xbe\x33\xdc\x94\xad\x37\x15\x39\xe1\xff\xda\xf9\xc4\xb4\x53\x12\x68\xf1\x8b\xc4\xa0\x92\x14\xc6\x50\x0d\x7d\xd5\xa8\x91\x1e\x61\x29\xa3\x50\x1f\xe0\x97\x94\xa2\xdf\x7a\x8d\x15\x1d\xe7\x0e\x7c\xe8\xb7\xf2\xb7\x31\x10\xbd\x48\x62\x11\x77\x32\x42\x9e\xa9\xcf\x86\xcf\x2a\x7a\x3a\xc7\xb6\xb5\x06\x31\xd8\x6d\x06\xd7\x62\x13\x2c\xc0\xa7\x9d\x17\xb9\xa1\xa2\x18\xf2\xad\xac\x7e\x3b\xc6\x93\x2c\xc3\xb9\xf9\x74\x4d\x2d\x47\x06\x27\xe7\x48\x70\x20\x55\x70\x97\x5b\x09\x3f\xe3\x61\xfd\x34\xd4\xdc\x67\x8d\x3e\xee\x20\x03\x30\xf2\x79\x06\x2a\x9f\x90\xe1\xcb\x2e\x58\x63\xce\x84\x03\x0d\xac\x2a\x58\x10\xa9\xe4\x28\xa1\x1a\xdb\x4b\xc2\x7e\x76\x2c\xbe\xf7\x76\x12\x20\x91\x27\x99\xf0\x74\x90\xf5\xd1\x7d\xd1\x84\xec\xdd\xdc\xd0\xa5\xeb\xac\xe9\x44\xa2\xb2\xa3\x2b\x6f\x1a\x7f\xb4\xa0\x55\x29\x41\x6c\x87\x00\xac\x29\x15\x1a\xdf\x9e\x04\xc1\xb6\x25\x58\xd6\x13\x70\x00\x59\x55\x1d\xc8\x55\x42\xdf\x59\x62\x13\xcd\x11\xdf\xd9\x50\x8c\x74\xba\xa9\x72\xb2\xb7\x8a\xbe\x26\xbc\x32\x1d\x81\x0f\x8b\x9a\x22\x4c\x53\xf1\x41\x0b\xdf\xe2\x78\x36\xc0\x38\xcf\xf5\x93\xae\x89\x38\xa2\x04\x1a\xc8\x3c\x69\x8f\xbe\xde\x4b\x48\xf5\x39\x2e\x53\x96\xb0\x49\x0a\x4d\x4e\xad\x36\xc6\xe2\xb0\x12\x45\x78\x71\xa3\x90\x89\xed\xcd\x20\x50\xc0\x73\x63\x7c\x1d\x3a\xe5\xd7\xde\x68\x32\xf1\xee\x2b\x70\xdf\x14\x03\x4f\xe9\x0f\xe7\x42\xcc\x6b\xee\xb5\x81\x06\xe2\x4e\x80\x1e\xe9\x81\x2f\x5e\xb0\x86\xb4\x6f\x79\x70\xbe\x6d\x7a\xd7\x9f\x62\x46\xef\xb1\x4f\xd5\xb0\x49\x97\x05\xc5\xea\xd9\xa2\x76\x26\x8d\x29\xb4\x2a\xa1\xa4\xa1\x20\x9a\x98\xe1\xbc\x38\x39\x33\xd4\x4e\x2b\x76\xb6\x68\x4e\x8c\xbe\x98\xf8\x6e\xa3\xf4\x5d\x60\x6d\x20\xed\x50\xbf\x4d\xa8\x98\x17\xb2\x1b\xbe\xc7\x8d\x97\x2c\xb8\x8a\x68\x16\x04\xd8\x4d\x2f\xab\x39\xc9\xb3\x5f\x3b\x27\x79\xcc\xaf\x87\x7f\x26\x7d\x21\x0b\x5b\xb5\xa9\xee\x64\xb1\x2d\x1c\x19\x27\xe6\x69\x68\xcc\x08\x98\x90\x02\xc2\x80\xf4\x38\x6f\x57\xee\xd2\x20\x0b\xef\xbc\x22\xf1\xed\xd3\xc8\xb2\x12\x6e\x1c\x33\xed\xe5\xa4\x5c\xbd\x5a\xa6\x0b\x40\x03\xfa\xa8\x16\xcc\xee\x01\xf5\xfb\x8e\xdc\x6e\x72\xc1\xd6\x45\xda\x61\xe5\x84\xd8\xa5\xd0\xa9\x45\x7d\xbd\x8e\x15\xbc\x68\x9a\x8f\x00\xe4\x28\x9f\x90\x4b\x90\x78\x7b\xbb\x42\xba\x79\x57\xed\x10\xf8\x44\x78\x5e\x0e\x39\x82\xbc\x99\x2b\x3a\x2d\x08\xcb\x7f\xa3\x85\x59\x17\x16\x06\x80\xfe\x47\xd2\x5a\xbc\xef\x80\xc5\xb5\xcc\x86\xe5\x09\x95\x76\x16\x5b\x06\x41\x60\xa3\x31\x71\xa3\xe8\xdc\x27\xcd\xfd\x80\x12\x38\x3c\x7b\xe7\x3c\x6f\xd3\x30\xbb\xe1\x76\x6c\x92\x14\x53\xba\x18\x15\xdb\x48\x8a\x22\xec\x6d\x8e\xa7\xd0\x8e\xab\x5d\xc8\x8f\xae\x10\xee\xc5\x35\x6e\x52\x37\x11\x80\x49\x9b\xf2\x69\xb8\x9f\xe7\xdb\x3c\x51\xdf\xb2\x54\x29\xa1\xaa\xf6\xa9\x51\xcc\xbe\xb7\x0e\x11\x82\x56\x22\xcf\x48\xf5\x74\x7a\xce\x92\x83\xea\xde\xfc\xcb\x5d\xae\xb2\xa9\xa6\x63\xc8\x98\x46\x90\x3a\xa3\x53\x87\xeb\x13\xb3\xaf\x56\x5a\x10\x21\x9c\x09\x42\xb2\x50\xbe\x8c\x5f\xe8\xf8\x6d\x9f\x29\x2c\x6c\xf3\xcc\x4a\xac\xae\x00\x40\xe1\xb8\x9d\x70\x9a\x4d\x3f\xbb\x8a\x72\x2a\x19\xc8\x03\xe4\xd7\x2c\x1f\xd6\x49\x66\xc0\x74\x27\x7e\xb0\x7a\x05\xcf\x7f\xb9\x70\xd6\x5d\x13\xc9\x9d\x38\xdb\xd5\x0e\x50\x11\x13\x96\x83\x27\xcb\x35\x13\x0a\xe0\x84\xa5\xc4\x5a\x6c\x65\xfd\x72\x33\xf7\x5a\xd4\x77\xf3\x14\x5b\x5a\x6c\xec\x8b\xba\xeb\x34\x49\x9c\xf3\x5c\x48\xa0\x67\xf7\xa9\x5e\x1b\xe7\x57\xe5\xd3\x82\x6c\x9e\xa2\xdb\xe2\x89\x3c\x28\xc2\xe7\xd9\x49\x5c\xe2\xc9\x19\x57\x7a\xb3\xf2\x4a\x08\x4a\x26\xb2\x03\xf7\x81\x9b\xb0\x2f\x93\x03\xd1\x90\x30\x2c\x55\x37\xbc\xfc\xbc\x17\x52\xa5\x8f\x2f\xf5\x42\x2e\x19\xea\xa9\xbc\xa1\x9c\x15\x93\x00\xd0\x85\xef\x11\x1c\xa9\xa8\xd5\xdf\x5a\x8e\xbd\xfe\x6a\xb4\x91\x03\x6a\x2b\x53\x52\x40\xab\x48\x56\xd8\x7d\x61\x27\xe3\x90\xc7\x79\x38\x0c\xe1\x9e\x48\xe8\x73\x37\x27\x7a\x11\xd2\x89\x9e\x87\xc4\x0f\x46\x76\xeb\x49\x73\x3b\x2f\x0d\x08\xb9\x71\xa6\x0f\x99\x91\x05\x74\xec\x1c\x9e\xbc\x25\xf0\x25\x16\xca\x4f\xff\x56\xc7\x11\xe1\x6a\xa8\x34\x69\xaf\xfe\x5f\x48\x5e\xe7\x43\x6f\x71\xaf\xce\xb8\x64\x61\xaf\x71\x1d\x62\xff\xbe\x3e\x86\x8f\x8d\x26\x8c\xf6\x23\xe9\x64\x03\x55\x08\x03\xad\xc9\xdc\x44\xa2\x7e\x39\xc6\xa7\x3e\x71\x70\x2e\xa1\x0e\xe6\x70\xda\xcd\xd4\x0f\xd0\xaa\x75\xf5\x49\x39\x28\x22\x2e\xe7\x3b\x5f\x07\x37\x33\x4e\x1e\xe0\xeb\x30\x87\x5a\xa4\xa7\x5f\x31\x25\x04\x98\x59\xfd\x7c\xf5\x66\x70\x38\xcd\xf0\x3f\x57\xa1\xcd\xfe\x0f\x68\x38\x92\x11\x34\x5e\x8c\x2c\x95\x9c\x7a\x69\x54\xf5\x23\x47\x99\x45\x22\x37\x23\x22\xf7\xfe\x3f\x4c\xe4\x3c\xbb\xb4\x85\x6b\x38\xa7\x8e\x2d\xe1\x4f\x59\x6f\x1f\xf7\xf9\xae\x83\xff\x42\x01\x53\xa4\xc1\x22\x27\xac\x2d\x31\x5a\xe4\x0c\x32\x5e\x2d\x47\x45\x42\x55\xfe\x7f\x42\xa8\xd8\x7f\x67\x41\xb9\x5b\x34\x5b\xf2\x13\x7d\x2a\xe4\xff\xfb\x3b\x7a\x90\x5e\x46\xff\xe2\x38\x0f\x85\xfb\x72\x76\xa0\x9e\x5e\xad\xf9\x3c\xaf\x25\x30\x47\x54\x6a\x7b\x17\x1c\xe8\xe9\x0d\x78\x5b\x3f\xa1\xa3\x23\x76\x32\xfd\xe1\x98\xb3\xb3\x4a\xe6\xaf\x94\xdc\xaa\x32\x23\x46\xd5\xd8\x52\x78\x99\xfa\xba\x30\x5f\x6f\xf1\xb4\x35\x7d\x32\xce\xfd\x3e\xd4\xd9\x48\x9d\x3c\xc0\x31\xd2\x84\x0d\xa5\xb7\x5e\xd2\xd5\x77\x52\x16\x6b\xa0\xfe\x42\x11\xd0\x8e\x28\x9b\x6c\xa6\x0b\x58\x42\x76\xf8\x2c\x43\x51\x04\x5b\xdb\xe2\x8d\xb9\xf9\xb7\xac\xd0\xb5\x24\xb2\x15\xcf\xaa\x09\xb5\x2d\xee\xdb\x9e\xb0\xa1\x15\x0d\x27\x6a\xd7\x86\x18\x97\x5c\x75\x72\x07\x79\x61\xe5\xe1\x55\xc5\x90\x4a\xa4\x1c\x9d\x85\xeb\xe7\xfb\xc5\xf1\x91\x9f\x7e\x90\x73\x4f\x75\x1b\x04\x4f\x0c\x97\x24\x4f\x76\xdf\xd3\xf6\xad\x44\x93\xcb\x93\x15\x3c\x58\xc8\x90\xc0\x9a\x1c\xb0\xe3\x13\x3d\xb5\x9a\x82\x4d\x0c\x47\x45\xea\x59\x57\x75\x30\x97\x74\x51\xfd\x4e\x82\x91\xfe\x92\x12\xee\xad\xf7\x88\xb0\xa4\x94\x75\x07\x43\xe1\xb5\xd8\x69\xb5\x1a\x8c\x18\x1e\x67\x22\xc4\x8c\xdc\x36\xc7\x95\x26\xe2\x2a\xda\x9b\x67\xc0\xce\x26\x64\xc5\x6e\x93\x4d\xca\x33\xf6\x6f\x42\xec\xdf\xf4\x7d\x8a\x14\xfc\xf4\x77\x6c\x34\x7c\x5b\x88\x86\x6f\x1f\x50\x40\xb9\x1b\xde\xf6\x97\xbf\x66\xd2\xea\xe6\x28\x1b\x98\x70\x8d\xae\xdd\x94\x89\x65\x37\x4d\x42\x93\xf9\x45\xdb\x33\xc1\xf2\x0e\x2f\xd0\x5f\xfc\x82\x7c\x87\x60\xa1\x67\xd0\x6a\x33\xbd\x39\x57\x8b\xf4\x11\x1a\x0d\xff\x88\xe8\x44\x9a\xfd\x16\x7e\x90\xe9\x3f\x76\x3f\x0a\x1c\xec\xc1\xef\x19\x19\xf4\xb7\x9a\x6e\x8f\xaa\xd8\xd8\xf6\x4c\x8d\x4d\xa3\xf8\x0f\x6d\x55\x9d\x70\x79\x7d\xdf\x7d\xc1\x51\xbf\x6b\x05\x47\xbd\x9b\x43\xd2\x67\xe5\x4d\x04\x96\xf7\x96\x64\x8a\x9f\x91\x2d\xbe\xee\xb2\x93\xf7\xfa\x6a\x99\x88\xf4\x4d\x5c\xa6\x00\x3c\x3b\x50\xcb\xd4\xbb\x6d\x5c\xad\xe5\x01\x1e\xb6\xd1\x9a\xda\x80\xd7\xe2\xb1\xf9\x8a\xfc\x97\x3d\x28\xb4\xd8\x99\x91\x4e\xf9\xa7\x15\xb1\xd2\xd0\xc8\xf2\x95\xab\x2e\x24\xbd\x56\xaa\x45\x2d\xf7\x2d\x6a\x61\xd3\x9c\x3d\x4d\x51\x7c\x76\x8c\xe5\xc8\xf4\x02\xe9\x28\xa4\xa8\x2f\xfe\x3b\xce\x52\x92\x1a\x4b\x29\x82\xb3\xa4\x94\xd6\xd6\x49\xf6\x11\x07\xa6\xae\x40\x01\x99\x30\x4d\xb5\x0f\xf1\x13\xf4\x8f\x59\x96\xf9\x23\xf4\x3a\x43\x3c\x60\x24\xba\x6f\x59\xe6\x2f\x84\x02\x7a\xcd\x32\x4f\x68\x04\x8d\xb1\x91\x41\x8f\x7a\x5b\x72\x90\x3c\xbf\x89\x33\xd9\x27\x96\x94\x76\xfe\x34\x11\xd5\x80\x25\x8b\x2c\xef\x7c\xd0\xe4\xbc\xf3\x27\x18\x32\xb2\xbc\xf3\xc9\x02\xc8\x7a\x6d\xfa\xd3\x3b\x66\x69\x48\x21\xc8\x9e\x65\x5a\xb9\x52\x4d\xd5\x96\x3e\x4c\x5d\xbd\xca\x8a\xce\x63\x45\x56\x8b\xcf\x7d\x95\x3d\xaf\xad\x28\x38\x69\x02\xb6\xbb\xce\xc6\x93\xc6\x6a\x44\xa8\xb0\xe4\xee\xa9\xd9\x09\x2e\x6f\xde\x95\x5b\x5c\xde\x5a\x8d\x8c\x85\xa2\x54\xfd\xe4\xab\xd8\xe6\xf2\xd2\x5d\x79\x99\xcb\x17\xc1\x88\xfc\x96\xe8\x30\xaa\x54\x32\x72\x5a\x6f\x19\x8c\xf4\xf2\x51\x90\x5a\x28\x57\x5c\x1a\x04\x23\x72\xbe\xfe\x04\x73\x19\x72\xf1\xfa\xb6\x78\xc3\xc5\xdb\x80\x9c\xfb\x09\x9b\x5d\x6d\x64\xc4\xc5\xbb\x60\x44\xb9\x4d\x89\x6b\x75\xaa\x32\xe6\xf2\x4b\x79\x98\xa7\x7b\x1b\xd7\xd3\xb1\x91\x27\x0f\xf2\x72\x85\xc0\x81\xeb\x46\x55\x24\xca\xac\x98\x63\xdd\x85\x13\xaa\xec\xc9\x11\x64\x6f\x82\xcd\x97\x36\x38\xf9\x76\x50\xc9\x6c\x63\xf8\xde\x1d\x7e\xd2\xa5\xc3\x31\xbb\x00\x7e\xec\x27\x0d\x32\x7b\x5b\x4e\xf6\x4a\x04\xa0\x2f\x70\x0d\xed\x0e\x34\x53\xd9\xc3\xbc\x3b\xbd\xf9\xb9\x37\x3f\xef\xed\x12\xe0\xa4\xd5\xd1\xe6\x2a\x7f\xad\xfd\xeb\xfa\xa9\xd1\x14\x5f\xfa\xad\xc9\x7f\xf2\x05\xfd\xe4\x6e\x46\x5a\xe6\x98\x5c\xeb\x7d\xbb\xca\x4f\x6a\xbc\x3a\x24\x99\xab\x44\xd6\xb9\xbc\x11\x90\x00\xe1\xbe\x9a\x99\xb7\xfe\xb5\xa2\x1e\x57\xb9\x51\x08\x63\xf0\x16\x04\x97\xeb\x09\x1f\xb0\xb9\x4e\x60\xda\xb4\xb8\x81\x0c\xe1\x8b\x40\x25\x73\x21\xe6\x9b\x94\xb4\x1b\xf3\x33\x24\x89\x16\x69\x92\x22\xfb\x82\x24\x1f\x67\xd9\xce\xd6\x7b\x85\xc9\xa9\xa6\x37\xfa\xa9\x12\x25\xec\x66\x27\xe2\x21\x2b\xa9\x4e\x0b\x9b\x44\x9f\xb4\xf1\x5a\xec\xdd\x6b\xf7\xfc\x50\xfd\xb7\x69\x69\x58\x2f\xb0\xb4\xd3\xb2\x9e\xd8\x87\xed\xdb\x22\x68\xea\x85\x35\x70\xaf\xab\xde\xc0\x4c\x39\x9d\x6c\xea\x4a\x28\x50\xaf\xe5\xc2\xf9\x19\x0b\x31\xdd\x1c\x00\x94\xa0\xef\x81\x9e\x70\x4e\x32\xfc\x71\xbc\xbd\xfb\xf1\x6e\x9b\x63\x63\x4e\x18\x74\x21\x9f\x1a\xf3\xf5\xba\x0b\x4f\x87\xd1\xbf\xd9\x86\xfa\xd8\xea\xed\x16\x15\x06\xd3\xd7\xdf\x93\x0d\xa6\xd2\x7a\xbd\xee\x47\x93\xd0\x60\xfe\xf9\x86\x5c\x73\xeb\xf1\x9f\x5a\x6f\x5a\x2f\x40\x47\xa0\x5d\x85\x99\x3e\x7d\x6f\x9d\x14\xd8\x8d\x2c\x40\xfe\x4f\x33\xbd\x0c\x11\x31\xf4\xba\xe2\x89\xf9\x9b\x85\xdf\x37\xc7\xc6\x54\x78\xa1\x1d\x72\xfd\x75\x98\x05\x81\xea\x0e\x63\x93\xdd\x23\x69\xa3\x39\xb5\x44\x52\xba\x86\x0e\xe3\xa9\xe6\x83\x83\x52\x84\x87\x17\xe6\xdf\xbe\x0d\x47\x84\x60\xc6\xb9\x47\x0f\x26\x9d\xf3\x76\x3e\xfc\x5d\x98\x25\x6a\x86\xfe\x36\xe6\x41\xec\x43\xa2\x81\xea\xf5\xc0\x05\x35\x53\x5f\xae\xde\x5b\xdd\x84\xd4\x6b\xfd\xba\x6e\xce\xa5\x96\xd6\xbc\x44\x9f\xa6\x07\xd1\x78\xf9\xbe\x3f\x37\x14\x0e\xe6\x26\x92\x1f\xf2\xe6\x9b\x14\x1c\x5e\xe9\x9e\x18\x6b\x26\xe3\xd5\x3b\x85\x57\x6a\x4e\x33\x51\xa4\xe3\x33\x3d\x19\xf0\x68\x1b\x27\xe9\xb8\x80\x16\xc5\xf8\xc9\xd9\x6e\x9a\x17\xdf\x9a\x0b\x15\xa9\x4d\xe1\x96\x98\x09\xf5\x85\x15\x19\x17\xbb\x9b\x09\xf5\x52\x7c\xef\x53\xa8\xaf\xed\x6d\x35\x34\xe7\xfe\x8e\x98\xaf\x6c\x31\x3e\x1e\x07\x2c\x64\xd5\x96\x98\x80\x19\x58\x74\xe4\x4e\xbc\x3b\x7b\x9a\xc9\x8d\x6e\xee\xae\xd9\x8f\x57\x17\x97\x7a\xab\xfc\xe6\x3a\x87\x19\x25\x4c\xb8\xbb\x0b\x2f\xf4\x5a\xa6\xe1\x75\x23\xa2\xc4\x42\x34\x1e\x73\xb2\x3b\xd2\xb8\x29\xab\x13\x3f\x67\xbf\x97\x9a\xca\xc2\x0e\x0e\xf4\xd9\xcf\x6a\x36\x27\xd8\xa4\x17\xfa\x66\xa7\x2e\xeb\x85\xee\x30\x00\x30\x69\xe2\xe6\x2d\x1e\x9e\xf2\x9d\x6c\x78\xd9\x3e\x5c\xca\xe8\x7b\xcb\x7a\xb1\x4e\x55\x92\xb6\x63\x9b\xb7\x48\x23\x1f\xbd\x31\x11\x83\x38\x63\xbf\x5c\xf1\xf2\x6c\x85\xd7\x7b\x7a\x9d\xdd\xd3\xaa\x4a\xd8\x77\x33\x21\x66\xa5\x5f\x39\xe7\xa0\x07\xb1\xc9\x79\x06\x5d\x82\x36\xcb\x97\xf1\x37\x9f\xfc\x54\xad\xfb\xf7\xed\x7a\x9c\x84\xcd\x51\x19\x13\x60\x51\xd0\x8e\xfb\x52\x89\x59\xad\x93\x8d\x46\x3f\xa0\x68\xa9\x78\x9c\x7d\x69\x0b\xf9\x15\x76\x2d\x44\x79\x1f\x5a\x74\xd2\xab\xce\xa5\xc6\xc9\x02\x40\x2a\xf4\xc5\xae\x8f\x51\xb5\x3a\x2a\x78\x36\xf3\x3c\x64\x64\x62\x6d\x3d\xe9\xbf\xc3\x72\xd8\xbd\x2b\xa7\x8f\x8e\x95\xa1\x18\xc6\xd3\x8b\x20\x9a\x0e\x2f\x21\xba\x49\xc9\xdc\xe6\x7c\x05\xc0\x12\xeb\xb3\x97\xf4\xb1\x3c\x24\x52\xf2\x0b\x88\xa9\xd3\x30\xe3\xb8\xd6\x34\x6f\x5e\x24\xeb\x9c\x94\x85\xd1\x6a\x7a\x61\x9d\x38\x90\xc9\x8e\x93\xe1\x2d\xd7\x23\x92\xdd\xb4\x74\x8c\x9a\x4d\x5c\x7f\x93\x13\xf1\x13\x62\x9a\xd5\xe4\x29\x55\xe5\x4e\x36\x8f\x9a\x9e\x8c\x0b\xf4\x44\x8f\x86\x5c\x68\x41\x87\xa0\x29\x22\x53\xc2\x56\x86\xeb\x3b\x92\x69\xd1\x5d\xe9\x44\x2a\xf7\xb1\xcf\x53\xfa\x13\x9f\x94\xbd\xc0\x2c\xed\xa4\x9e\x6a\xda\xee\x92\x95\x5f\x81\x58\x6c\x6b\x6c\x6b\x4d\xd9\x28\x8b\xe4\xf3\x77\xaf\x38\x75\x74\x81\xda\x85\x4e\x1c\xa8\x39\xaa\x14\xd8\xcb\x3e\xb7\x2d\x84\x1e\x41\x34\xde\xc9\x88\xc4\x00\x71\x94\x9b\x56\x47\x0b\x5c\x31\xa7\xbf\xda\xae\x47\x1c\x07\x88\xab\x12\xc0\x2a\x75\xac\x7a\xc8\x36\x05\x57\xa8\x8f\xc6\x12\xfa\xbe\x53\xab\x53\xf8\x7c\x15\xc9\x0b\x16\x78\x29\xdb\x11\xf0\x0a\x5a\xd1\xb3\xa6\x54\x16\x74\x82\x5b\x59\xe6\xf2\x52\xf4\x8c\x73\xa8\xfc\x18\x82\x68\x19\x80\x04\xd3\x52\xe9\xc9\x18\x13\x3f\xb1\x62\xf7\xc1\x25\x5e\x59\x2e\x9f\x11\x53\xd2\xa0\xce\x9b\xd2\xe2\xb6\x9a\xd1\xb3\x1e\xf6\x98\x04\xf4\x57\x8f\x13\xc2\xb0\x21\xb8\x0e\x7f\x93\x71\xfc\x62\x74\x13\x55\xef\x93\xbf\xc7\x42\x2d\x5a\x1c\xa8\xc4\xdd\x4f\x52\x4c\x51\xbf\x44\xfc\x81\x57\xd5\x6b\xf1\x80\x5d\x9b\x1c\xbf\x83\xf6\x04\xf0\xef\x99\xc5\xd5\x21\x8e\xab\x0d\xd0\xa3\x3a\xdd\x72\x91\x4c\x4a\x88\xe9\x36\xae\xa8\xd7\x67\xa4\x61\x9d\xa4\x8d\x21\xe3\x5e\xbb\x30\xa2\x0b\x17\x1a\x2c\x96\xb1\x10\x56\xb9\x45\xa8\x4e\xd2\x18\xe2\x56\xa7\xc5\xae\x01\xe8\x7f\xd2\x9c\x61\x37\x45\xd8\x67\x93\x76\xf9\xf5\xea\x19\x30\x38\x23\xc2\x2e\xcb\xc2\x49\xa8\x3d\xf1\x9d\xf5\xe2\x53\x88\xcf\xd0\xc2\xd8\x5b\xad\x57\xf2\xb9\xc8\xea\x9f\x55\xe9\x79\x21\x77\x11\x99\x0c\x8f\xac\xac\xfd\x36\x51\x35\xf8\xb8\xa6\x4e\x83\xb4\x59\x9d\xb4\x30\xd1\xfa\xee\xc1\x4e\xa8\xc9\x13\x29\x29\xdd\x58\x65\x7a\x2e\xc0\x9f\x1b\x3d\x7d\xeb\x5e\x98\x87\x3b\xaf\xf9\x2e\x99\xe4\xd7\x2e\xef\xa0\xcf\xea\xed\x1e\x8b\x65\x05\xfa\xf0\xa9\x89\x0d\x33\x6b\x60\xc3\xa4\x72\x11\xb0\xa5\xdc\xc4\x8e\x99\x35\x96\xcf\x74\xb6\x43\x85\x38\xe0\xa5\x4c\x43\x3c\xb9\x84\xb4\x2d\xdb\x70\x3c\x12\x9f\xbc\x2d\x67\x7a\x5b\xce\x34\x77\xb8\x81\x3e\xda\xe4\xfa\x8d\xf0\x59\x8b\x9c\x75\xb9\x75\xd0\x90\xbf\xc3\x83\xc5\x8e\x1b\x62\xfb\xdc\x8a\xcb\x97\xbb\x67\x8a\xfe\xdb\x28\xd8\xe2\x66\x55\x6e\xa9\x12\xd2\x2e\xae\xca\xb8\x05\x5b\x6a\x0c\x17\x94\xd9\x8e\x26\x46\x45\x72\x41\xbe\x67\x62\x21\xe3\x06\x82\x4d\x77\x0d\x4a\x90\x6d\x65\xee\x84\x07\x2e\xdf\x37\x7a\xfc\x79\xf0\xe2\x88\xb8\x7c\xdb\xe8\xa1\x8b\xc3\x16\xd6\x65\x44\x6c\xcc\x5a\x9a\x97\x54\x07\xb9\x6d\x52\xf1\x20\xe4\xb1\x06\xbb\x67\xcc\xec\x89\x0e\xd6\xb8\xce\xd3\x57\x5b\x3e\x1b\x03\xcd\x6f\xd2\xad\x35\x6b\xfb\x28\x6e\xf9\xfc\x05\x8c\xbb\x9b\xf0\x97\x9d\xc3\x67\xb4\x5f\xa6\xee\xe6\x69\x15\xc3\xb9\x54\x7b\x98\xbb\x08\x69\x78\xe7\x65\xb8\x2f\xe1\x9e\xd5\x44\x03\x84\xf7\xd3\x04\x88\xf4\xb4\x41\x12\x8b\xaa\x4b\xce\x6a\x34\x38\xc2\x01\x72\x7a\xaa\x91\x95\x37\x92\xc8\xa6\x3c\x58\x23\x42\xa0\xd7\x5c\xd3\x6d\xe5\xfc\x86\x72\xd2\x70\xc5\x94\x20\xeb\xdf\xbc\x36\x93\xdb\xd2\x9a\x99\x46\x9c\xaa\xf8\x81\x76\x5b\x5a\xc6\x91\xae\xb1\x38\xd7\xce\x05\xbc\xc5\x86\xeb\xd3\xcc\x4e\xcc\x25\x5d\x65\x9f\x2d\xdc\xdf\x4d\xae\x1f\x2a\x38\x37\x4c\xd2\x03\xe4\xdc\xd8\x7c\x2d\xb2\x08\xaa\x2c\xb1\x25\x27\xd1\x0e\xf1\x3c\xd5\xd6\x6d\x85\x0f\xb3\x76\xa3\x77\xbb\x40\xef\xd6\x4f\x33\xb5\x9b\xa2\xa8\xf4\x4d\xf7\xff\x63\xef\xdd\xdb\xdb\xc6\x71\xc5\xe1\xaf\xc2\xc9\xd9\xdf\xc6\xd9\x38\xb6\xe3\xdc\xdb\xed\xce\x4a\xb2\x93\xba\xb9\x38\x8d\x93\x76\x3a\x4d\xdf\x3e\x8a\x4c\xdb\x8a\x25\x51\x11\xe9\x5b\x76\xfa\xdd\xdf\x87\x00\x25\x51\xb6\x64\x3b\x9d\x76\xce\xfe\x71\xba\x3b\xb1\x2d\x81\x20\x09\x82\x20\x08\x02\x60\xea\x41\xff\x9b\x64\x73\x54\x02\x30\xe8\xd2\x3c\x7a\x7c\x0f\xe6\xd0\x21\x64\x95\xb2\x6e\x25\xd9\x20\x3c\x78\x82\xe9\xfd\x07\x30\x61\xac\xc8\x3c\x42\x8b\xf8\x44\x59\xc4\xc5\x30\xef\xe0\x0d\x52\x01\x5b\xb7\xe3\x3d\xf4\xda\x9f\x00\xad\xad\xdf\xbc\xb7\x2a\x48\x6b\xaa\x88\x26\x17\x8b\x7d\x53\xce\x15\x0c\x68\x97\x4d\x7d\x78\x7e\xab\x1d\x27\x34\x71\xd7\x33\x56\x05\x70\x1d\xb5\x84\x19\x4c\x54\xfb\x9e\xa1\x5d\xd7\x72\x26\x9c\xc3\x45\x77\x4d\xc3\xba\x1a\xa3\xa9\x5f\x19\x16\x79\xff\x12\xb1\x1c\xfe\x8e\x87\xa8\x07\x37\xb0\x51\x83\xb7\x3d\x2b\x4b\x88\x53\xed\xdc\xde\xab\xa1\x6b\xd2\x01\x3a\xe9\xa9\x2d\xb3\xf5\xdb\x11\xe4\x36\x7b\x5f\x83\x43\xd8\x9b\x77\x5a\x55\xd5\x6b\x75\x20\xdb\x32\xac\x4b\x38\x5e\xfa\x80\x6e\xb2\x23\x13\x83\x73\x20\x98\xf9\xc4\x3a\x50\x3c\xe5\x06\xb7\xe9\xce\xcf\xc2\x7d\xdf\x81\xdb\xd0\x1c\xd5\x84\x62\xf4\xfa\x23\x9c\xdc\x41\x5c\xfc\x65\x0b\x0e\xe9\xae\x8c\x03\x8c\x1e\xa3\x63\x8c\xe8\x4a\xe5\xdb\xe4\x58\x45\x82\x1c\x21\x84\x7d\x38\x68\xc0\x5a\xf9\x68\x55\x01\xd4\x51\x51\x62\xf6\xf1\xc4\x2a\x7f\x92\x8b\xc3\x31\xc6\x7c\x05\xaa\x65\x4a\x7f\x6a\xf5\x0e\xa5\x68\x6e\x5e\xa2\xf3\x2d\x1e\xbe\x1d\x99\xae\x4a\xb4\x3b\xae\x4a\x76\x68\x09\x8b\xa3\xd9\xff\x93\x3a\xc0\x81\x66\x5e\x9c\x98\xca\x40\x7c\x82\x73\x2f\xaa\xa7\xa3\x38\x04\xcd\x70\x0a\x89\x0c\xdf\x9f\x58\x2c\x84\x71\xc4\xbb\xcf\xee\x82\xf0\x16\x62\xdb\x86\x21\xec\xac\x84\xe9\x05\xb7\x09\x15\x3a\x72\xf2\x61\xf6\xac\x16\xca\xfa\x98\x46\x8a\x9a\xb6\x5c\xc3\xcf\x9f\x93\x42\xfe\xf8\x26\xbb\x30\x58\xad\x6d\x5c\x0c\x5d\x13\x62\x0d\x1b\x6f\xe3\x96\xc5\x3a\x98\x54\x73\x6d\xc3\x3a\x5b\x6c\xf1\x91\x87\xb1\x6e\xe5\xb6\x71\x37\x6e\x42\x56\x46\xe5\x1b\x4b\x4f\x70\xce\x24\x19\xc3\xe1\x9a\x9b\xa7\xb9\x97\x27\x10\xdf\x02\x57\x40\xef\x99\xfb\xb5\xec\xcb\xc7\x2e\x26\xfb\x05\xc7\xba\xed\xb9\x97\x83\x2e\xe6\xfc\x6d\x1b\xcd\x23\x73\x5f\xed\x06\xd3\x2e\xc7\x47\x13\x67\xb7\x71\xbf\x95\xf9\x0b\xb7\xf6\x8f\x70\x61\x90\x75\x83\x71\x86\x49\x47\xf7\x9f\xc1\x6b\xfc\x76\x00\xf3\xbc\x19\x9a\xea\x3d\x47\x75\x1f\x26\xe4\x49\x47\xbb\x8a\xdb\xc1\x84\x47\xe0\x95\x7a\x09\xbf\xac\x87\x33\x74\x70\xc5\x67\x81\x53\xbe\x33\xce\x03\xb3\xae\x5a\xf8\x14\xcc\xed\xc1\x83\xcc\x0e\x49\x8a\x00\x7c\x2d\x82\x9c\x4d\x99\x55\xb5\xe2\x4d\x59\xdc\xe4\xfa\xf1\x5d\x7c\x91\xe0\x62\x09\x6a\xb4\xc2\x46\x5c\x62\x12\xdc\xc2\x1c\xc4\xfb\xa4\x77\xcd\x03\xb0\x2e\xa8\xd3\xc2\x58\x84\x0e\x4d\xe3\x72\x6a\x86\x78\x67\x46\xfc\x7e\xff\x2e\xbd\x89\xef\x72\xfb\xf0\xae\x4c\x8d\xe6\x55\xf5\x50\x79\xb6\x1f\xdf\x49\xb4\x67\xbb\xe6\x73\xa6\x01\x78\x2b\x92\xec\x10\x62\x81\x3b\x69\x2c\xcf\xf4\xd1\x8b\x00\x92\x8c\x34\x07\x26\x98\xd3\x6d\xaf\xa6\x39\x5e\x8d\xd0\xc7\xfb\xc8\xe4\xb8\x47\x03\x95\xea\xa0\x07\x1f\xfc\x06\x19\x06\x6c\x43\x1e\x46\x1b\x5a\xf3\xd6\x9b\x23\x3c\x07\x3d\x3b\x80\xcd\x50\x62\xe9\xec\xff\x26\x55\xb6\xa3\x8f\x86\x5b\xc3\x5a\xf9\x38\x59\x13\x0c\x08\x02\x8f\xcc\xbd\x43\xe5\x76\x21\x55\x8d\x0b\x1c\x4a\x70\x9f\xc4\xec\x14\xdb\x27\x2d\xb9\x8a\x35\xaf\x24\x74\x63\xba\x8d\x6e\x19\x72\x63\x94\x01\x2e\xb7\x8c\xf6\x65\x1d\x14\xd6\xeb\xd3\x93\x63\xe5\x64\x8d\x7e\xa4\x23\x49\x1d\x14\x20\x17\x9f\xd4\xb3\x43\x48\x3f\x71\x7e\x8d\x1b\xe4\x99\x29\x75\x4f\x61\x9e\xcb\x4d\x24\x14\x39\x84\x68\x03\x39\xc6\x87\x2a\x0d\xc6\x31\xec\x8a\x0c\x1f\x36\x9e\x70\xf9\x0d\xf2\x81\x75\xd4\x60\x4a\xea\xa8\x7a\x61\xf6\x4a\xf1\x31\x10\xea\x56\xe1\x3a\x94\xb5\x9e\x2d\xaf\x9e\xe2\x47\xce\x88\xf0\x82\x21\xd7\xf4\x9f\x54\x24\x04\x48\xf0\x68\x5b\x65\x20\xc5\x6a\x5b\x07\xcd\x67\x55\xed\x04\x9b\x66\xdd\x1c\x2a\xaf\x6b\x30\x0e\xf8\x2b\x2b\x3f\x68\xc4\x95\x4f\x92\xca\xc5\x62\xe5\x92\x53\xf4\xca\x7d\xd3\x68\x1d\x25\x95\xcf\x0e\xef\xe4\x82\x69\x1c\x9b\xcf\x87\x59\x2a\xec\x59\x31\x15\x5e\xdc\x1e\x89\x14\xb7\x6c\xe3\xc5\xf6\x80\x95\x4e\xb5\x47\x6e\x78\xea\xa6\xd1\x1a\x9c\x0e\x54\x7b\x6a\x49\x7b\x76\x17\xda\xf3\xa8\xc1\x20\xfa\x69\x8c\x3e\x09\xd6\x92\x7f\x0e\xde\x26\xc8\xb9\x69\x5c\x1e\x34\x63\xe4\x7c\x1b\x50\x29\xd6\xab\x6e\x2b\x3e\x1d\xe5\xf2\xe9\x08\x77\xcd\xd6\xc5\xf8\x28\x2d\x2d\xc7\xe9\x62\xf7\x11\x0d\x27\x07\x36\x3c\xaf\x1f\x22\xa0\x67\xaa\x44\x2f\x6a\xa1\x7d\x3c\xba\xc1\x72\x60\xb1\x6c\x3e\x9a\x58\x6b\x3c\x3b\x86\x8b\x0c\x6f\xb4\x0e\x81\xe1\xcf\x40\x03\x38\x54\x86\x76\x15\x43\x35\x56\x34\x63\x87\x77\xba\x99\xbd\x0f\x07\xf6\x7b\xe6\xe1\x1e\xec\x9b\x98\x66\x66\x1f\x99\xd1\x63\x43\x59\x09\xda\x46\x73\xef\x1d\x34\x60\xef\xe8\x06\x1b\xd0\xcf\x6d\x80\xb9\x30\xd1\xac\x87\x64\x03\xfd\x7c\xa4\x58\xe0\x48\xc5\xf4\x4c\xd4\x6e\xf8\x04\x9f\xbb\x27\x77\xb8\x26\x8e\x95\x7b\xec\xae\x2a\x50\x53\x26\x88\x13\x3c\x95\x6c\xc4\xbb\xe1\xe6\xd4\x0a\xbb\x78\x0b\xda\x36\x9a\x6c\x7d\x85\xd3\x79\x7c\x82\x5d\x6b\x84\xd7\xf9\x6d\x6f\xcf\x39\x48\x34\x02\xb3\x16\x2a\x8f\x58\x8c\xc5\x80\x9c\x3e\x96\x01\xe5\x26\x96\xdf\x0d\xad\xe1\x13\x84\xd6\x73\x13\x2f\x67\xf7\x71\xd7\xd8\x57\x4e\xbb\x7b\x70\x2f\x54\xf3\x06\xa8\xf2\x58\x9d\x1f\x96\x73\x03\xcf\x33\xf7\x8f\x95\xa7\xc8\xae\x9e\x33\x97\x8d\x54\x06\x25\xe5\x6d\x3b\x4a\x57\x3f\x38\x94\xc1\x7d\x94\x6f\x3e\xaa\x51\x43\xf1\x14\xdb\xef\x2c\xcf\x4a\x04\x93\xa2\x4c\xa3\x66\xa1\xd3\x30\xdc\xa1\x2d\xd5\x32\x94\xf9\x09\x1c\x1c\xf7\xef\x99\x6a\x64\xdc\xfd\x74\x3d\xfd\xfd\x69\xa8\x3b\x92\xd5\xe3\xa2\xb2\x7b\x2d\x91\x34\x41\x35\x91\x9d\xdc\x29\xcf\x37\xe8\x4a\xeb\xc4\x0c\x40\x94\x3b\xa1\x8a\x13\x1e\x61\x47\x9f\x93\xaa\xd9\x11\x72\x5c\x54\x93\xba\xd5\x99\x62\xe4\xa9\xba\x3a\x2c\x33\x7d\x3a\x72\xe6\xd6\x66\x18\xc4\x31\xe1\xb8\x23\x3a\x82\x8b\x23\x2d\x95\x2d\x07\xb7\x4d\x9d\x5d\x30\x8e\x35\x6f\xf7\xe3\xcd\xab\x7c\x79\xdb\x87\xb7\x67\xbf\x97\xcf\x8c\x53\xe3\x60\x7b\x8e\x44\x7b\x78\x83\x22\x28\x0e\x68\x45\x7e\x7e\xc4\x64\x49\x18\xd4\xf9\x1e\xaf\x41\xf2\x28\x34\x66\x88\x37\x77\xc3\xaf\x58\xa5\xd8\x86\x0c\x8d\x97\xd5\xae\x24\xe6\x6f\xe0\xf7\x3f\xc0\x9c\x80\x72\x4d\xfe\x28\x07\xf4\x79\xd1\xd4\xe9\x59\x43\xd0\x65\xdb\x4f\xea\x04\xb4\x6f\xee\xa9\xec\xba\x8f\xa2\x81\x67\x33\x18\xe5\xdc\x3e\x7c\x04\x0d\xc1\xba\x92\x6d\x7d\x6f\x34\xdf\xc6\x37\xab\x6d\x1f\xdd\xcd\x15\x8d\xa2\x06\x90\xd3\xca\x92\x73\x4e\x2e\x34\x2e\x93\xe6\xd9\x86\x75\x1d\xf4\x33\xb2\x67\x1b\x64\x8b\xe5\x99\x55\x25\x2d\xe3\x6e\x94\xdf\x1b\x67\x91\x1a\xa8\x23\xc5\xda\x3c\x17\xb3\x5a\x19\xad\xeb\x78\x61\x8c\x97\x32\x66\xee\x1d\xc3\xf6\xe4\xd9\x3c\xe8\xce\x2d\x72\xe5\x4b\xe3\xec\x39\x59\x4a\xa5\xbc\x3f\x94\x28\x9e\x0f\xb3\x0b\x40\xdd\x3c\x42\x14\x03\x4b\xa1\x48\x97\x06\x89\x62\x60\xc5\x25\x6a\x31\x8a\xdd\xc3\xac\x90\xaf\x9b\x27\x73\x28\x6a\x73\x28\xe2\x12\xf1\x3a\x7a\x3d\x3d\xcc\x2e\x8b\xcc\x3c\x98\xeb\x48\xba\x60\x4a\x3a\x9d\x20\x9d\x1e\x8f\x72\x24\x33\x88\x80\xa7\xc0\xd4\x9c\x1a\x8e\xd1\x00\xf0\xe9\x28\x3b\xaf\xf6\x31\xfb\xd7\x41\x1b\x12\x76\xaa\x2b\x7f\x74\x39\xda\xc4\x1b\xeb\x5a\x1c\x85\xe5\x9d\x54\xc3\x21\xb9\xb9\xb2\x3b\x4f\x3c\x95\xb4\xa5\xea\xab\x70\x19\x10\x7c\x1f\x31\x1d\xd0\x7b\xb0\x57\x99\xaa\xf2\xdc\xc2\xe7\x46\xd3\x9b\x63\xa6\x5c\x19\x3f\xc3\xfd\x3e\x0d\x8e\x6f\x34\x29\x1f\x9a\xfb\x78\x9d\x43\xa7\x8f\x31\x1d\xf6\xc0\x7d\x87\xb6\x93\xfa\x10\x8d\x26\x7b\x98\x93\xca\xae\xbb\x0d\x89\x0d\x85\x39\x53\x3b\xb8\x3d\x04\x6a\xef\xee\xb6\xd2\xd0\xbd\x06\x06\xc9\x3d\xa1\xa2\xfb\x31\x3a\x4c\xc2\xfa\x9a\x47\x0d\x68\xaa\x77\x9a\xaf\x2c\x62\x4b\xd1\xb5\xbf\x13\x1c\xb6\x32\xa4\xde\x07\x17\xd2\x29\xfc\x1a\xc2\x45\x61\xca\x27\xfd\x58\x77\x0c\x6d\xef\x1d\x41\x53\x8e\x11\xa2\x5b\x3f\x42\xe3\x16\x10\xaa\x09\xb5\x1f\x1c\xb6\x72\xe7\x06\x56\x7f\x8c\x09\xeb\xe8\xf4\xf8\x36\x97\x50\x71\xc0\x75\xe4\x5e\x64\x09\x25\x70\x3b\x6b\x73\xb4\xcf\x23\xa1\x50\xc0\x07\xd6\x02\xa1\xe0\xc0\x11\xcc\xec\xe3\x45\x4a\xb9\xa6\xd1\x0c\x9a\x19\x52\xe5\x0e\x2a\xc3\x94\x7e\x90\x64\x2f\xaf\xad\x75\xd5\xd6\xbd\xb8\xad\xfb\xaa\xad\x8f\xaa\xad\xae\xde\xd6\x78\x50\x0f\x96\x0c\x2a\x57\x4d\x15\xc5\x83\x9a\xa3\xd4\x1b\xad\x27\xd5\xd2\x6a\x41\x4b\xf7\x55\x4b\x0f\xe6\xa9\x5a\xc5\xbc\x33\xf6\xf6\x20\xa7\xa5\x79\xec\x37\x83\x96\x8a\x45\xa2\xf6\xcd\xf5\x9a\xaa\x8c\x10\x74\x50\xbd\xcb\x6d\xea\xa1\x6a\xd9\xd1\xf0\x32\x4b\x54\x34\x85\xe4\xcc\x92\x3c\x82\xc6\xcd\x5c\x20\x68\x4e\x33\x73\xc7\x7e\xa4\x9a\xf9\x58\xd0\xcc\x63\xd5\xaa\x93\xb8\x99\x31\x45\xe1\xc0\xc8\x7e\xfb\xc3\x27\x33\xcd\x69\xe4\xa4\xaa\x4e\x00\xbd\x4c\x2b\xa3\xa4\x95\xdb\x58\xa7\x53\xc5\x56\x8e\x13\x62\x42\x2b\x1d\x68\x65\x75\x25\x31\x7d\x68\xe5\x60\x91\x98\x77\x0b\xad\xcc\xae\xb4\xcd\xb7\x28\x72\xa0\x99\x8d\xd3\xa0\xba\xa8\xb8\x51\xe3\x6c\x62\xa1\x52\x8e\xb6\xfb\x99\x19\x83\x15\x68\xe5\x33\x38\x29\x31\x0e\x2d\xa5\x90\x8f\xdf\xc9\x11\x3c\x0b\xc1\x67\xb4\x11\xc5\x01\x0a\x76\x66\xc1\x61\xe6\xe1\xb6\x72\x2b\x3a\x32\x35\x5f\xe6\xfa\xb1\xa2\x60\x58\x2d\x5c\x79\x8c\xcb\xfe\x09\xde\xa4\x61\x1d\xf6\x41\xed\x42\x9b\x83\xb3\x77\x7c\x97\xdc\x8f\x69\xb4\x7c\xac\xe0\xe3\x81\xf2\x7d\x53\x98\x54\x59\x61\x42\x1e\x71\x55\xb4\x13\x6c\xcb\xb5\xe5\xec\x77\x24\x5e\x23\x8d\xa9\x58\xdc\xdb\x1f\xdd\xc5\xee\x13\xe7\x90\x16\x13\x16\xa3\xe3\xbb\x24\x3a\x71\x81\x2b\xf6\xb5\xc3\xde\x1c\x3d\x79\xd7\xdc\x56\x91\x7a\xd1\x3c\xd7\x80\x61\xe3\xe3\x10\x53\xfa\x38\xde\xf8\x0e\x57\xf8\x3a\xe6\x9f\x71\x46\x1f\x51\x6b\xff\x88\x6e\xfb\x4f\xc8\x4a\xc3\x73\x84\x3e\xc7\x98\x00\x95\xc8\xeb\xd3\x36\xa6\x71\x75\xaa\xa3\xbb\xf2\x1d\xb8\x19\x2b\xb4\xb0\xde\x39\x16\xe2\xd8\xc3\x73\xaa\xf7\x6a\x7d\xcc\xcb\x64\x68\x1d\x98\x6c\xac\x46\x09\x95\xd1\x41\xff\x03\xf6\xfe\xa3\xd1\x7a\xdb\x49\x76\xb4\xa0\xa8\xe0\xe5\x50\xce\x73\x03\xdd\x36\x4e\xd4\x46\xf3\xf8\xe8\xae\xec\x18\xcd\xc0\x9a\xe5\xbf\x97\x33\x09\x55\x49\x30\xa8\x3e\x36\xa6\xd5\xd4\xa4\xe1\x66\x4c\x1a\x3e\x3e\xb1\xaa\x26\x53\xb8\x86\x98\x33\xf6\x04\xf5\xc7\x63\xa9\x28\x5a\x47\xe6\x6c\xa8\x36\x39\x63\x3c\x33\x18\x4c\x50\x36\xf7\x27\x90\x43\xe1\xd1\x1a\xe1\x8e\xce\xf1\x38\x9e\x19\x44\xcf\x08\xf0\xf4\x2c\xa7\x45\xd3\xb3\x86\x98\xc0\x72\xbe\x02\xad\xad\x1f\x0d\xeb\xc8\x6a\xe4\x56\xa3\x41\x51\xc3\x7a\x6c\x34\x72\xeb\x9a\xeb\xf7\x20\xe9\x77\xed\x44\x11\x14\x77\xaf\x0e\xdc\x4f\x68\xd0\x50\x99\x23\x58\x5d\xea\xcc\xcd\x13\x34\x22\x5b\xa7\x0c\x99\x60\xb0\x07\x76\x0c\x67\xac\x74\x8b\x56\xd9\x31\xce\x02\xab\x8f\xae\xec\xf3\x48\xb4\xca\xfb\x99\xca\xeb\xb8\x9f\xb2\xae\x71\x0f\xe2\xec\x0e\xf1\x58\xe6\x08\x09\x70\x68\xcb\xba\x3d\xab\xa6\x28\x3c\xf7\xba\x10\x6d\xed\x28\x1e\xcb\x5d\x35\xec\xfb\xb8\x83\xb0\xaa\x26\x7a\x20\x38\x03\xd1\xc0\x68\xca\x99\xd2\xe3\x66\x37\x38\x9a\x7d\x81\x00\x55\x8e\xf7\xda\x4f\x15\xc0\x64\x76\x53\xee\x18\xcd\x03\x73\x9b\xe7\x63\xc8\x1f\xad\x05\x34\x3a\x54\xeb\x44\x8b\x9b\x65\xe6\x11\xd7\xc3\x26\xb6\xdf\x6b\x8e\x34\xa1\x8b\x59\x39\x19\x9e\x4f\xc1\xef\xcb\x38\xeb\x09\x26\x65\x6a\x9e\x34\xfd\x31\x5a\x4a\x4f\xcb\x71\xc6\xae\x3b\xc3\xf8\xe4\x8f\x95\xc7\x1e\xd4\x85\x39\x98\x12\xbf\x7c\x0c\x97\xe0\x57\xe5\xd6\x9e\x35\xe6\x26\xe6\x21\x63\x26\xde\x3d\xa3\x39\x22\xbb\x70\x56\xd9\x7c\x34\x23\xcc\xfa\xda\x1e\x7e\x28\xc7\x77\xdf\xaa\x6c\x9d\x6d\x97\x77\xd0\xda\x65\xe0\x24\x0e\xd4\xc5\x48\x30\xcb\xdb\x3e\x86\x3d\xc4\x8f\x9b\x8f\xa7\x2a\x44\x52\x25\x99\x3d\x07\x45\xee\xbd\x5c\xcc\xd9\x40\x05\x92\x84\x2a\x54\x22\x38\xc1\x7d\x39\xc6\x27\x87\xe6\x68\x1b\x36\x9a\x87\x9a\xd7\x7c\xdf\xac\x6e\xcb\xf9\x76\xbe\x7b\x06\x18\x43\xf3\x78\x1b\xaa\xdf\x3f\xc5\x40\x60\xd8\x2a\x4f\x30\x13\x43\xdf\x14\xdb\xca\x75\xa6\x81\x9e\x96\x13\xc4\x98\xf5\xb4\x1c\x54\x6f\xcb\x77\x75\x6b\x3b\x32\xc7\xe7\x6e\x15\x12\x0d\x7c\xf4\x8e\xf1\xc2\xc9\x63\x3c\xd6\xff\xa8\x1c\xdd\x2f\xe3\x0c\x3c\x27\x03\xe4\xb8\x27\xdc\x4c\x7e\xda\x55\x87\x16\xfb\xcf\x90\xf5\x2a\xc2\x50\xf7\x11\x1c\xe4\x36\x8c\x31\x6e\x49\x46\x26\x3b\xc9\x64\xf9\x19\xa0\x98\x6c\x1f\xc3\x15\x54\x34\x6a\x40\x46\xc8\x43\x75\x43\x45\x62\x5c\xd0\x16\xce\x8e\x61\x7c\x64\x2e\xb4\x6d\xcf\xea\xff\x86\x1d\x08\x0e\x33\x87\x91\x1c\xbd\xad\x5d\x10\xaf\xcf\x8d\xdd\x43\x6d\x71\x19\xe1\x81\xbd\x73\xe2\xe1\xa0\x1d\x7b\xb0\x88\x04\xe6\xd0\x01\x16\x1b\xb8\xca\xec\xb8\x0d\xdb\x3f\xab\x37\x50\x5b\x38\xff\x04\xbd\x49\x2f\x1e\xb0\x71\xb0\x7c\x5b\x81\x89\x1b\x75\xd9\xe7\xce\x5c\x33\xd8\xe1\x3b\xc5\x35\xb0\x43\x84\xd4\x6e\x8d\xa8\x0f\x57\x8e\xb6\x71\x31\xf4\xb7\x51\x30\xfc\x76\x80\x99\xeb\x3a\xa3\x3d\xbc\x4c\x37\xb1\x95\xbf\x1d\xc7\x8b\x43\x3d\xbb\xe5\x1c\x5a\x5c\x5d\x64\xb8\x0d\x81\x26\xb1\x1f\xc6\x68\x86\x99\xa8\x95\x97\xe1\x39\xf7\x54\x22\xf6\x03\xf4\x47\xf8\x58\x3e\x33\xda\xbd\xf2\x27\xe3\xe2\xc9\x8c\xaa\x10\x90\xfd\x68\xba\xb0\xf2\x1b\xc7\xe6\x18\x4b\xdf\x49\x2c\x14\xdd\xa4\x5b\x86\xb5\xd7\x50\x85\x3b\xfb\xc7\xa7\x20\x9a\xc0\x8c\x34\x8d\x71\x76\x46\xdb\xa7\x4a\x12\x79\xb5\x14\x81\x63\x9c\x3d\x5a\x12\xe4\xd2\x68\xbd\x9b\x1c\x4a\xd0\xaa\x30\x87\x92\x12\xfd\x91\xf9\x6c\x8e\x6b\x69\xb8\x74\xcd\x3c\x2d\xb7\x8d\xa9\x69\x8c\xf0\xe1\xfb\xdd\x00\x43\x20\x46\xa2\x83\xb1\x0a\x18\x2d\xf4\xfe\x39\x50\x2e\xe3\x70\x90\x30\xa9\xe2\x69\x2f\xf8\x13\xfc\x76\xfc\x64\xc2\xb6\x7f\xdf\x84\x44\x7f\xd6\x81\x79\x72\x09\x96\xf5\x6d\x48\xc8\xfd\xb0\xdf\x04\xb3\x16\x37\xc3\xea\x0d\x22\xad\x6f\xdf\xc0\xb9\xce\xcc\xdc\xdb\xbe\x41\x61\x70\x78\x72\x83\x99\xec\x4f\xe0\x41\x77\x74\x70\x93\x5c\xbb\x6e\x0d\x4c\x3f\xce\x67\x8f\x4e\xfb\xad\x34\xd6\xd6\x7a\x34\x2f\x31\x5c\xaf\x69\x58\xbf\x63\x4a\x48\x49\xbd\xdf\x54\x40\x37\x78\x20\x9d\x58\xca\xde\x80\x27\xbf\xa3\x56\xfa\xea\x5d\x26\xda\x74\x77\xf0\x0e\x44\x1f\x9c\x2d\xf7\xfb\xef\xf0\x00\x10\x62\x42\xdd\xcb\x38\x5b\xa4\x75\x23\xd5\xf4\x04\x83\x56\x4f\x1b\x4c\x40\x52\x5e\xde\x84\xa7\xe8\x5d\x65\x19\xc6\xb6\x19\x7a\x9d\x72\xcb\x0a\x67\xe6\x9e\x39\x8c\x3a\x18\xf3\x05\x57\xfe\x98\x7b\x57\x98\xdd\xaa\x69\x58\xb7\x16\x7e\x3d\x33\x9a\xd7\x3d\x2d\xe4\x23\xbe\x66\xe5\x77\x71\xa8\x92\x11\x58\x70\x2e\x3e\x52\x39\xb1\x2c\xc3\x7a\x07\x3b\x32\x30\xb3\x19\x18\x2c\x21\x75\xb1\x1e\xc7\x2b\x80\xee\xea\xfb\xd0\xec\x0f\x63\x88\xd8\x34\x60\xf2\x34\x13\xbc\x0f\x2a\xb5\xbf\x03\x56\xd7\x81\x29\x8e\x6e\xd3\x53\x40\x4c\xd8\xbc\x36\xe2\x6c\x83\xe7\x11\xab\x7b\x04\x61\x86\x1d\x9f\xbf\x1c\x31\xc4\x74\xe5\xb4\x38\xc2\x6b\x0b\xc0\xca\x78\x15\xfc\xc0\x16\xd7\xda\x49\x3e\xdb\x6b\x8f\xdf\xfd\xb8\x16\xd7\x35\xc4\xc1\x0b\x11\x2f\x1d\x3c\xdc\x72\xc0\x1d\x3f\x37\xe1\x8f\x6c\xf1\xa0\x7f\x96\x62\x9e\x9e\x5c\xfd\x38\x22\x1f\xb6\x41\x5a\x40\x82\xaa\xe8\x7b\x9a\x5c\x84\xf8\x58\x43\x2c\x7e\x24\xe2\xed\x36\x4e\x79\x4b\x96\xf8\x91\x88\xfb\xd7\x29\xe2\xe9\x0f\x62\x8b\x73\xeb\xa8\x01\x06\xcc\x07\x08\x69\x70\xcd\xc1\x24\x13\xf1\x83\x36\x4f\x0c\x4e\xbc\x9c\xa8\x0c\x6f\x43\x4c\x4b\x9f\x13\x4d\x8e\x57\x46\x9c\x1f\x3d\xaa\x90\x83\x47\xd8\x90\xfe\xc6\x8e\x54\x2a\xa8\xc7\xaa\x3a\x71\xaa\xe2\xe1\x9b\x32\x5f\x98\x47\x87\x45\xa1\xb8\x4b\x23\x98\xef\x0c\x6b\x60\xc9\x4a\x13\x07\xd9\x77\xdb\xe3\x77\x48\x8e\x3b\xc3\xba\x0a\xc7\x98\x5f\x6d\x06\x17\x0c\x5a\x36\xc8\xf9\xdf\x9f\x9f\x54\xdc\x34\xb8\xe2\x7c\x32\xca\x2d\xeb\xf4\xc8\x1a\x3d\x75\x92\x0c\x3e\xae\x59\xdd\xc6\x83\x81\x38\x8c\x1e\x17\xf2\x61\x08\xfb\x51\x1f\x8c\x21\x70\xe0\x5f\xc5\x8d\xda\xb3\xa9\x54\xd5\x40\xbd\xe8\x07\x26\xfa\xbb\x19\x4a\x5b\x6c\x19\x46\x60\xfa\xb8\xcb\xdd\x57\x37\x5f\x25\xc9\xf0\xbd\x86\x0a\x73\x0f\x55\x71\x15\x50\x05\x01\x11\xed\x38\xdd\xc9\xae\x59\x83\xf5\x56\x4f\xec\xff\x1c\x97\x8c\x54\xc9\xe3\xfc\x92\xa3\xb8\xe4\x59\xec\x1c\xb5\x87\x25\xa9\x50\x05\x79\x55\xe5\xe9\x53\xd7\x5a\x8f\xe3\xa6\xe0\xe0\x3e\x23\xbe\xf8\x52\xf5\x43\xcc\x24\x74\x6c\xa6\xaa\xc7\x73\x63\x0f\xd9\x65\x3e\x37\xc0\xfe\x44\x85\x8d\x4d\x15\x4a\xb5\x13\xb1\xa6\xb1\x17\xe2\xb3\x7a\x31\xab\xc6\x49\x0d\xc7\x5d\xa4\xa7\xe7\x2a\x42\xbb\xea\xe8\xf2\x40\xa5\x8c\x16\x43\x4c\x58\xc0\x87\x4d\xe4\xbd\x1a\xfa\x3e\x75\x06\x4f\x6a\x04\xe0\x02\x0b\xab\x57\xfb\x80\xfd\xd9\x8d\xfb\x39\xeb\xe4\xf4\x87\xa1\x3f\xe1\xb1\x96\x1d\x35\x54\x04\xda\x8b\x79\xf6\x16\x4d\x18\x50\x6e\x86\x79\xe4\xcc\x1a\x7a\xaa\xd6\xcc\x34\xff\xc0\xd8\x8a\x53\x26\xaa\x82\x87\x55\xd4\x28\xd5\x90\xc4\x7a\x3f\x9c\xa6\xd6\x2d\x64\x80\xa6\x3a\x4e\x3b\x89\x87\xb1\xaa\xa7\x5f\xe4\x66\x55\x3d\xdf\xae\xa2\x0e\x7c\x60\x76\xf3\x67\xd4\xae\x39\x8e\xef\x1a\x1f\x5c\x62\x20\x72\x34\x05\xb7\x35\xbc\x44\x38\xf6\xf9\x87\x39\x85\x8e\x14\xf1\x07\x6a\x54\x9f\x30\xa1\x91\xf1\x29\x7e\x8c\xea\x99\x3a\x9c\xc4\xd7\x20\xea\x3f\xe1\x79\x95\xd1\x81\x30\xc2\x49\x02\xa1\xf2\xaf\x73\xd3\x68\x86\x77\xfd\x3e\xe4\x0e\xef\x08\xef\xb2\xac\x87\x55\xcb\x4d\x9b\x1c\x9e\xd0\x7c\x97\x79\xfe\x04\xad\x13\xcd\x24\x11\xc3\x18\x73\xee\xf5\x9f\x54\xf2\xa0\xc3\x4e\xf9\x63\x62\x0f\x3b\x7c\xc4\xc4\xae\x83\xbd\x66\xba\xa5\xac\xf5\x2f\xd5\xed\x3d\xb2\x85\xbb\x33\xc8\x1e\xd4\xeb\xe3\xd4\xfd\xb8\x3d\x6d\x01\xcb\x26\x4e\x3c\x93\x66\xb9\x63\x9c\x41\x78\x9d\x6b\xb6\xd8\xf8\x3d\xba\x26\xa0\x2a\xe9\x59\x88\xb7\x19\x67\xa5\x67\x48\xc0\x67\x13\xae\x98\xb7\x6e\x5b\x38\x6c\x70\xe2\xf2\xbb\x12\x43\x67\x86\x51\x6b\x48\x12\x7a\xd6\xc9\x21\xde\xe8\x7a\x8c\x9f\x0c\xf6\x0f\x47\xe8\x9b\x8f\x4d\xbf\xc0\x19\x00\x7d\x15\x56\x03\x13\x7b\xc8\xf7\x70\x07\x88\xf5\x68\xe2\x9d\x44\x28\x41\x7a\x30\xf5\xcf\x06\x4a\x6a\x9e\x1c\x65\xa4\xa6\x54\xd3\x25\xad\xc7\xa9\x73\x8f\x35\x6d\xf8\xa3\x0b\x1c\xd9\xfa\x5b\xf4\x7a\x9c\x62\x12\x1e\xe5\x01\xca\x23\x29\x6d\xab\x26\x86\x25\x86\xca\xce\xa8\x72\x07\x06\x18\xb7\x7f\xc9\xfa\x1f\xd0\x95\x19\x18\x18\x93\x23\x4c\xf1\x58\xde\xc5\xcc\x71\xc8\xf9\x8d\xbd\x28\x77\xc1\x78\x1a\x9b\x79\xeb\x42\x2f\x96\xf3\x86\x33\xea\xe7\x2f\x00\x27\x6b\x2c\x00\x38\xc4\xb8\x99\x7c\xc7\x5c\x60\xb8\x7d\x73\x70\x9c\xc1\xe8\x1e\x23\x71\x30\x57\x45\xe4\xaa\x1d\xdc\x9d\x61\x5d\xd4\x66\xb7\x1a\x41\xb2\xcb\x49\x34\x36\x35\x2f\xd4\xd9\x53\xec\x7c\x64\x94\x2f\x0d\xdf\x8c\xcc\xc8\x47\xc5\xff\x00\xe6\x98\x75\x53\xab\xdd\x2a\x88\x81\x8f\x59\x3c\xcd\x6d\xcf\xc2\x01\x08\xc0\xb9\xcc\x1a\x98\xe2\x18\x12\xe2\x9d\x23\x53\x5b\x17\x55\xdc\x24\xa0\xe4\xb2\x7e\x1f\x85\x71\x2d\xa3\x06\xc6\xec\xee\x59\x6a\x16\x82\x9f\x88\xdc\x78\x59\x6a\x8b\x04\xe9\x0b\xad\x67\x73\xb7\xa1\x52\xce\x1c\xfd\x8e\x7b\x95\xfd\xdf\xb1\xd2\x29\xfa\xdc\x0e\x4c\xf6\x8c\x99\xae\x77\xc1\x5b\xf5\xe1\xb0\xa3\x0a\xc0\xe1\xa0\x15\x99\xe1\x85\x12\x0d\xe0\x2e\x6c\x85\x92\xf7\xd1\x87\x55\x82\x3f\x36\xd5\xa6\xca\x40\xae\x14\xd8\x64\xb8\x2c\xde\xfa\xfd\xe0\x34\x79\x0b\x1b\xb2\xdd\x09\x26\xf5\x0a\x0f\x2f\xca\x2d\xeb\x11\xb2\x39\x35\xd8\xd9\xbe\x59\x3b\x69\x95\xe7\xb2\x2b\x7c\x9c\xcd\xde\x95\x5b\xcd\x41\x13\xd2\xed\x0d\x2c\xd7\xda\x3b\x7c\x5b\x5e\x91\xd6\xe6\xb1\x59\x5e\x9a\xba\x37\x3a\x6e\xe4\xf1\x61\xbd\x8e\xa9\x22\xab\x71\xf6\x2e\x95\x80\xda\x9a\x9a\x43\x64\x17\xbb\x0a\x9b\xab\x8f\x63\x4c\x32\x79\xee\xef\x2a\x6f\xdc\xda\x13\x66\xe9\x7e\x9e\xce\xdf\x04\xa3\x62\xdc\xfd\x63\xbc\x09\xe6\xc8\xd7\xdd\x76\xb3\xf9\x25\x99\x09\xf9\x25\x6f\x0d\xb7\xda\x2a\x67\xb3\x92\xb5\xbb\x90\xdb\x6a\xfc\x2c\x9b\x76\xf3\xae\xef\x2d\xa6\x85\x4c\x1d\x5d\xf1\x98\xd3\x6f\xe4\x64\xd5\x8b\x76\xb1\x9d\x03\xff\x9d\x9e\x56\xef\xe9\x28\x9b\x56\x0f\x18\xea\xfd\xd1\xd9\x69\xb9\x65\x9c\x9d\x1b\x69\x3e\xd3\xdd\xb1\x72\x73\x38\x06\x63\x4a\x7b\x7f\x9c\x49\x7e\x55\x07\x37\x60\xa3\xb3\xa7\xaa\x41\x19\x13\xe2\x04\xe4\x4f\xb0\xa7\x7f\x27\xfa\x1f\xca\x6d\xeb\xc4\xc4\xb3\x82\x1a\x2e\x01\xae\x19\xaa\x64\xa5\x26\x83\x2f\x06\xad\xee\xbf\x4d\x33\xb3\x8e\xcd\x6d\x88\xfe\x30\xe8\x1e\x38\xcd\xa8\x3c\xb1\x53\xb3\x3e\x42\x68\xc9\xf2\xd6\x19\x58\x6e\x5c\xeb\xe4\x09\x34\x3a\x65\xc5\x04\x36\x44\xf7\xab\x38\x38\x0a\xf3\x7f\x8f\xdf\x62\x52\xd3\x38\x79\xc1\x84\x2b\xf3\xde\x18\x02\xa2\x9a\x07\xf9\xd9\x0b\x6a\x61\x36\x7b\x41\x92\xc8\x70\x0a\xf7\xd9\xf8\x4d\x59\xd5\x63\xd3\xc0\x35\x21\xcd\x55\xe0\x83\x58\x69\x0a\x13\xe1\x92\x5c\x05\x01\xde\xff\x73\x89\xd7\xee\x37\x21\xdf\x97\x59\xdf\xd3\xbc\x45\x47\x4f\xb7\xf1\x05\x39\x67\xbf\x3f\x47\x4a\xaf\x8e\x32\x31\x54\x21\x66\x42\x6e\xfb\x03\xb0\xa4\x78\x8d\x67\x4c\xf3\x72\xc9\x4d\xcc\xc8\x0a\x77\xee\x41\x2a\x17\xb9\x6c\xa6\xf9\x8b\xf6\x2f\xe0\xd5\xd1\x68\x21\x21\xca\x44\xdd\x4c\x23\x41\x62\x21\xdb\x8a\xc6\x57\xe5\x38\x11\x9b\xd1\x3a\x41\xb3\x2d\xd4\xda\x31\xce\xc3\xb3\xb8\xd6\x7a\x94\x89\x53\x17\xd1\x6d\x12\xa7\xce\xcd\xd6\x08\xfa\x20\x4c\xe3\xc8\xc5\xb4\xd8\xca\x34\x76\x2e\xf6\xd4\xd5\x57\x11\x1e\x05\x0d\x6a\x40\xa3\xf3\x7e\xed\x12\xaf\xd0\xaa\x62\x9e\xc0\xf7\x78\x0d\xdc\x79\xf5\x14\xc1\xf1\x22\x85\xc5\x1b\xb7\x6a\x93\xf7\x59\x75\x27\xce\x61\x83\xea\x0e\x28\x28\x1f\x31\x81\x9d\xd1\x29\xdb\x46\x73\xb7\x39\x44\x13\xd9\x62\xc8\x99\x8b\xf9\x69\xa8\x18\x63\x34\x18\x1f\x5f\x61\xf4\x88\xba\xed\x4b\x3d\x1e\x8d\xaf\xe0\x72\x21\xf3\x68\xa8\x0e\x0f\x50\x3b\xf9\x54\x7b\x82\xf0\x94\x5d\xb3\xf6\xa8\x12\x51\x86\x23\x2c\xc2\x46\x10\xc3\xd3\xf4\xd4\x35\x15\xdc\x54\x01\x2f\x13\xc8\x6c\x54\xc5\x95\x95\xa9\x95\x75\x86\xce\x74\xae\xa5\xdc\x5d\xf0\xc6\xab\xa6\x32\xd6\xa3\x7d\x6f\x97\xdf\xe1\xb1\x01\x94\xec\xab\x79\xbe\x8f\xfa\xe8\xb6\x09\x0c\x6d\x9f\xe0\x6a\xd8\x71\x1f\x65\xc7\xac\x6a\x43\xa9\x93\x2a\xf7\xf8\xc8\xca\xa9\x7c\x1b\x83\xae\xd1\xcc\x8f\xf1\x0c\x51\x43\x55\x8d\x93\x3e\x9a\xbc\xcf\xa9\x7a\x36\x01\xd5\x69\x84\x1a\xed\x63\x43\xed\x23\xbc\xc9\x15\x8e\xcb\x21\x52\x4f\x5d\x0f\x0c\xda\xe3\x1d\x26\xbf\x33\xec\xf2\x27\xb8\xa2\xa1\x6d\x5c\x34\x4f\xc1\x01\xfb\xe0\x11\x6c\xb2\x97\x60\x96\x7f\xbf\x8d\x97\x44\xe2\xdc\xfe\xb4\xc7\x3b\xe0\x44\x53\xe7\xea\xd6\x40\x88\x05\x37\xe0\x8a\xf8\xc7\xfd\xd6\x52\x71\x05\x97\xef\xef\x5f\x28\x19\x21\x15\x8c\xe6\x34\xce\xd6\x86\x5d\x35\xe5\x92\x9f\xaa\x03\xde\x71\x47\x53\x00\x8e\x4f\x6e\xb4\x77\xcf\x83\xb6\x9a\x58\x20\x46\xec\x03\xae\x42\xb3\xf1\x30\x54\xcd\xe9\x4e\x30\x45\xa7\x9f\xed\x83\x4b\x04\xdb\x7f\x87\xe3\x79\x34\xc3\x1c\x59\x35\xc8\x19\x66\xdd\xd5\x6a\x19\x95\xa5\x2e\x60\x15\x7d\xbf\xc7\xce\xd3\xc6\xf3\x10\x97\x30\xcc\xfd\xe8\x8d\xb2\x79\xe5\xf0\x4c\x05\xe6\xaf\xf5\x6c\xca\xa9\x97\x06\xe5\xd4\xea\xb8\xe9\x97\x4b\x08\xe4\xdb\x69\xc7\x31\x4b\xb1\x9c\xa9\x9b\x21\xde\x4c\xda\x96\x52\xec\xb1\x11\x7e\x9c\x2b\xa0\x62\x96\x72\xe0\x3b\xc6\xf9\x89\x05\xdb\xd3\x4f\xb7\xb8\xc2\x29\x4f\xf3\xd1\x5e\x4a\x6c\x34\x9f\x9f\x98\x07\xb1\xf6\x35\x7f\xb4\x0c\x5a\xad\xeb\x5f\xe8\x54\x50\x57\xd6\x7d\x1c\xa9\x84\xf9\xd0\xc5\xbd\xa7\x77\xda\x01\x78\x1b\x13\xff\x3c\xa9\x54\xda\x07\x07\x18\x40\xc9\xdd\x0f\xe5\x99\x69\x9c\xff\x2e\x0b\x46\xa7\x70\xb4\xcb\x4f\xc7\xe6\xf4\x58\x4b\x09\x3a\x34\x9f\x7d\xf8\x79\x36\xba\x4d\x8c\xd8\xa1\xb5\x0d\xc9\xdc\x30\xcf\x03\x37\x71\x1a\x59\x68\xee\x6c\xc3\x91\xd7\xed\x10\xce\x7c\xc0\x80\x64\x40\xc4\x6d\xf7\x50\xad\x3a\x60\x79\x09\x62\xae\x92\x8f\x0e\xcd\xe0\xf1\x36\x49\xbd\xac\xd6\xa8\xf3\x5d\x38\xdf\x7c\x98\x7d\x28\x9f\x35\xa2\xb3\x8b\x72\xab\xf9\xf6\xb2\xff\x74\x51\x3e\x3b\x3d\xbb\x2a\x9f\x35\xdf\x3a\xf5\x9a\x24\x4e\x0d\x6e\xad\x3c\x31\x39\x18\x0c\x60\x37\x00\x79\xca\x8d\xb0\x39\x44\x37\x32\x54\xd7\x83\x26\x28\x4c\xe8\xc4\x82\x27\x85\xa2\x81\x8f\x02\x3c\xe4\xc4\x84\x5b\xcf\x16\x3e\x04\x08\x7c\x21\x15\x7b\xb8\x40\x16\x8f\x82\xc0\x03\xb3\x07\xf7\x00\x46\xa7\x43\x0f\xd6\xc4\xf7\x41\xfd\xbc\x3c\x97\xfa\xeb\x7d\xf9\xa3\xd1\x82\x2d\x03\x46\xb7\x5e\x0e\x30\xcc\xb9\x5d\x3f\xc5\x01\xc0\xc8\xf0\x7d\x81\x49\xba\x64\xd3\xdf\x01\xab\x5f\xde\xe0\x05\xe3\xa8\x22\x0f\xac\x67\x88\xde\x32\x5a\x0c\x97\x67\xe7\x44\xc5\x53\x08\xbc\x09\xd9\xe7\xca\x6b\x17\x4f\x29\xcf\x55\x86\xf7\x86\x8f\xd7\xa7\x5d\xca\xe2\xf2\xf9\x70\x08\xf5\xe2\xd9\xfe\x27\x6f\x08\x82\x12\xe3\xc1\x6a\xc8\xc0\xe5\x4b\xe3\x6c\x17\x47\x71\xfb\xa0\x93\x6a\x3d\xb8\xfe\xdb\x70\xb5\x06\xf8\xfb\x59\x4d\x58\xdb\xce\xc5\x21\x5c\xb6\xf3\xd1\x7f\x8e\xb5\x3a\xdb\x30\xd0\x91\x09\x4e\x13\x60\x38\xc0\x3f\xa5\x59\x3b\x82\xa0\x2f\x3c\x6a\x18\xd7\x51\x25\x72\x21\xbd\x9d\x75\xe1\xb9\xd9\xdf\xfc\xad\x36\x33\x77\xf7\x15\xb3\xc9\xa6\x8c\xf0\x8a\x5f\x88\xe4\xb1\x0e\xcc\x41\x1d\x17\x6f\xd9\xa7\xe6\xef\xd8\xa8\xdd\xe3\xd6\x5c\xa3\xee\xd2\x46\xc9\x89\xd9\x1e\xf6\x34\x42\xb0\x3e\x86\x7a\x01\x21\x0e\xf0\xba\x5a\x30\xcd\x9c\x58\x08\x3d\x79\x6a\x6a\xe0\x4f\x3a\xf8\x51\x0c\x4e\x2d\xfe\x6e\xd0\x38\x06\xef\x6e\x63\xdf\x0c\xf6\x5a\xe5\x96\x31\x3d\xc7\xd4\xe2\x6a\x97\xdc\x32\x8c\xdf\x0f\xf0\xb0\x09\xdc\x38\x7e\x83\x14\x5e\x38\x1b\x9f\xac\xbe\xb7\xa0\xfb\x63\xd2\xec\x76\x1f\xb3\xec\x42\xb0\x2f\x37\x43\xe4\x49\x01\xd7\x7e\x42\x93\xb8\x75\x30\x5a\x60\x3e\x74\x3d\x1e\x03\x05\xda\x4f\x98\xbd\xe9\x1a\x9d\x3a\x80\xcd\x43\x70\x66\x79\x1f\x0d\x55\x36\xab\xc7\x09\x18\x8e\xc6\xa6\x3b\xc1\x24\x8c\x27\x11\x3c\xa0\x18\x9e\xdb\xf3\x9b\x30\x22\x8f\x20\xe2\xde\x1f\x43\x07\x6e\x4e\x3e\x62\xbe\x5f\x89\xd7\xb7\x94\x27\xe2\xfc\x14\xb0\x9e\x31\x5b\xe0\x1e\xa6\x32\x6e\x6f\x63\xb6\xbd\xf6\x1e\x7b\x8f\x09\x57\x92\xb0\x6c\xd4\x36\x9f\x14\x97\xef\xa2\x17\x34\x46\x55\x33\xb7\x21\xd7\xd4\xa9\xf9\xa4\x1c\x32\xf4\x97\x4f\xf0\xb2\x73\x20\x39\xf3\xc6\x88\xd0\x9f\xb3\x1d\x0d\xde\x27\xa1\x43\xd6\xbe\x0f\x7a\xdf\x07\x3c\xb4\x3f\x3c\xc6\x94\x71\x1c\x16\x16\xe5\x58\xe9\x04\xea\x9e\xfe\x43\x48\x4a\xd8\xf4\xcc\xa3\x63\x7c\x70\xac\xc0\x59\x06\xdc\xdb\x4e\xdf\x7e\x52\x0e\xe4\x86\x85\xed\xb3\xc1\x7f\x3a\xd5\x32\x63\xb3\xf5\xb9\x61\x7d\x80\x9f\xb1\x8b\x77\x15\xf2\xc4\xf5\xc0\x36\xd2\x9e\x61\x38\x89\x1a\xa6\x46\x32\x4c\x78\xa6\x79\xd7\x8a\xd4\x0e\x00\x2e\xef\x83\x44\xc4\x9f\x4e\x60\x80\x3f\xe1\xa5\x7a\xb5\xa3\xb7\xca\x99\x5f\xbe\x0a\x8f\xdf\x6a\xef\x66\xf1\xbb\x09\xea\xe2\x7b\x27\xf8\xf6\x3d\x9e\x8a\xb5\xc0\x1f\x0b\x77\xb8\xb0\xc1\xff\x04\x77\x57\x38\x6a\x17\x81\xb2\xfa\xb7\xb9\x17\xd5\xd8\x5c\xf6\x9b\x56\x51\xf9\xdc\x18\x98\x55\xa9\x39\x35\xfb\xe6\x3e\xe4\xba\x3b\x05\x17\xc7\x66\x4b\x2a\x7f\x10\xfa\xf8\x16\x1e\x9c\xc1\x83\x4b\xa9\x3f\xbf\x93\xfa\x57\xab\x55\xad\x03\x57\x33\xb3\x0f\xda\xf0\x05\xe4\x23\x3f\x6f\x81\x49\xef\x09\xf8\xf6\x0a\x82\x1e\x2e\x5b\x60\x31\x44\x56\xbe\x06\xa8\x36\x40\x35\x4f\xe5\x93\x5b\x29\xe7\x7c\x13\x3d\x17\x1a\x51\x70\x39\xcf\x96\x43\xd3\x0f\x40\x1d\xf6\xc0\x30\xd6\x3e\x4b\xc8\x3e\xc3\xd9\xf1\x9c\xce\xae\x5a\x63\x9c\x87\x60\x88\x08\x0e\x10\xc1\x2e\x6a\xef\x80\xe2\xd8\xec\xe3\x14\x3d\x49\x91\x1c\x5b\xd3\x45\x24\xae\xc9\x10\x49\x15\x67\xe9\x41\x3d\x45\x32\x31\x5d\x44\x39\x4d\x91\x4c\x1a\xcf\x45\x48\xc0\x48\x76\xb2\x0d\x56\x47\x48\xfe\x65\xb4\x19\x5a\x3e\x01\xdb\x21\xf6\xea\x48\x97\x19\x7b\x79\xb8\x5c\x6c\x90\x12\x1b\xbb\x5a\x83\x98\xf9\x84\x0d\x42\xc1\x71\x89\x97\x59\x0f\xd8\x02\x12\xb8\x33\xdb\xb8\xac\x8d\x61\x5d\xfc\x28\x86\xc8\xe8\x4a\x9c\xb4\x9f\x26\x1d\xec\x1f\x4c\x83\x71\xce\xdb\x96\x61\x1d\x9d\xba\x2a\xf0\xf4\x60\x92\xb3\xac\x42\x05\x6c\x02\x15\xd0\x01\xde\x7d\xfd\x9e\x7b\x20\x48\x71\x95\x10\xda\x43\x89\xaf\x39\xc2\x48\xd6\x27\xf3\x31\xbf\xc5\x07\xcd\x7a\x13\x56\xf4\xc0\xea\x03\x84\x65\x84\x50\x04\xaf\xb6\xbe\x54\xdb\xb3\xa1\x24\xcc\xc7\xa9\x54\x53\x3e\x18\x91\xfb\x41\x4f\x48\x31\xda\x86\x09\xf0\x69\xc0\xc0\x4f\xa3\x05\x72\x67\x7a\x8c\x51\x39\x26\x5c\xfd\x05\xa8\xea\xe8\xa0\xe3\xe2\x2e\xe3\xe3\x74\xf8\x01\x97\xb2\x7d\x7c\xfe\x09\x63\x95\x45\x16\x79\x0d\x91\xf7\x31\x8d\x5f\xe3\xd9\xfb\x50\x9e\xcb\x79\x31\xc4\xd8\x1d\x1a\x8c\x6e\x55\xce\x8b\x16\x88\x5e\xd8\xc7\x4e\xd1\x21\x92\x8d\x60\x55\xbe\xe3\x23\xbc\x10\xc5\xc3\xe0\x98\xb3\x19\xc7\x9c\x15\x01\xc7\x8b\xdb\x4e\x46\xed\x0c\xfc\xb1\x87\x69\x90\x01\x18\xfe\x3c\x1e\x98\x49\x89\xf8\x30\x36\x3a\x0b\x4e\x40\xa4\xb7\xeb\x47\xf8\xb6\x86\x51\xd2\x10\x91\xdb\xb7\x76\xb1\x83\x97\x13\xfc\x84\x9e\x9f\xcb\xad\x50\xf9\xce\x68\x59\x35\xf9\x74\xbf\xb9\x7b\x3a\xb4\xce\x30\xbe\x09\x93\x94\x84\x98\x6f\xc6\x45\x86\x51\x1e\x45\x0c\x08\xba\x6f\x1d\x81\xc1\xb3\xb5\xf7\x08\xfb\xb8\x4f\x19\x95\xc3\xf0\x4d\x7e\x8e\x0e\x09\x1d\x98\xd1\x1d\xb9\x48\x89\x73\x54\xa5\x9a\x65\x07\x7c\x7e\xfa\x96\x61\x9d\xd5\xdd\xb9\x25\x09\xac\xaf\xbe\x15\x6b\x31\x7d\xd4\xa0\x50\x91\x99\x0e\xcf\x51\x8f\xed\x9b\x86\x71\xb6\x1b\xc1\xd2\xfa\x56\x8d\x44\x5b\x7e\x6d\x1b\xc6\x53\x63\x88\x37\x7e\x51\x0f\x3f\xdb\x07\x70\xe2\x15\x9d\xb2\x07\x24\xd8\xd0\x34\xf6\x2c\x30\x4a\x58\xb3\xc9\x0d\x5e\x29\xd0\xdf\xd7\xae\x1e\x0f\xb0\xe3\x97\x47\x98\x46\xfe\x66\x84\x2f\xe9\x78\x5f\x76\x71\x64\xbd\x3f\xde\x87\xb4\x21\xcc\x3c\xd9\xc7\x0b\x4f\xe0\x3e\x39\xa9\x29\xd5\xe1\xaa\xd0\xe6\x00\xcf\x2e\xce\x8f\x66\x77\x73\x0a\xd1\xa7\x22\x2d\x2d\xda\xc6\x1c\xec\xe5\x63\xd3\xb0\xde\xee\x07\x6f\x93\xc3\x0c\x54\x28\xba\xaa\xbf\x90\x15\xe5\xc1\x80\x80\x23\x17\x4d\x18\xd8\x6a\xb5\x22\x3c\xe2\xb3\xf6\x2c\x80\x95\xe0\xc8\xac\xe3\x75\x37\x33\x33\xcc\xbe\xf1\xac\xe3\xc9\xa9\xca\x3b\x30\x95\x23\x7e\xe3\x99\xe5\x7e\xc3\xf8\x04\x53\xd3\x82\xeb\xda\xe3\xb6\xa1\xe9\xf9\x0c\x42\x6a\xde\xce\x6a\xaa\x58\x1d\x02\xe6\xac\x81\x79\x32\x4d\x0e\x59\x7c\xd3\x18\x37\x60\x98\xac\x10\x43\xb6\xe1\xa8\xa2\x61\xf8\x58\x3b\x33\x03\xad\x19\x60\xac\x78\x0e\xac\xe4\x41\xcc\xd1\x98\x17\xfe\xb2\xfe\x08\xe7\xb6\x35\x53\xf4\x71\xcb\x3a\x81\xdc\x33\xd6\xb3\x75\xa1\x75\x1c\xd7\x48\xbd\xe3\xef\xe5\xb4\x56\x04\x91\x38\xc0\xf6\xa5\xe4\xba\x6f\x3e\xee\x49\x8e\x68\x06\xe6\xa1\xba\xa1\x61\x1d\x34\x88\x63\x1f\x89\x09\xb7\x8d\xcc\xac\x91\x29\xb7\xbb\x06\xc6\x11\x9c\x0d\x1e\x3f\xe0\x65\x7d\x4f\x93\xdb\xf8\x0e\x0a\x61\x21\x2d\x22\x4c\x9a\xb7\x67\x0e\x61\x8b\x69\x9d\x36\x16\x06\x2e\xd8\x43\xcf\x35\xcc\x5d\x2d\xb9\xb6\x63\x34\x85\xe5\x0e\xd5\x39\xe1\x38\xef\x7d\x64\xf9\xf8\x7e\x62\x8e\x55\xc3\x41\x3e\xf4\xad\xc0\x3c\x1c\x4a\x8d\xa7\x81\xe7\x91\x5e\xe3\x11\x9a\x77\xe6\x99\xc3\x4f\xc0\xaa\xec\xe9\xae\xfc\x1e\x2e\x34\xc0\x0d\xc5\xf3\x3c\xab\x6a\xba\x3b\x40\x04\xcf\x8d\x39\x88\xf3\x14\xc2\xcd\x87\x78\x0f\x10\x1d\xc3\x3a\x3b\x1a\x34\x75\xb1\x3a\x41\xb1\xca\xcc\xa9\xf7\x21\x56\x46\xad\xa9\xc5\x1a\xb9\x40\x8f\xba\x64\x9f\x31\x25\x13\xda\xb0\xf3\x95\xcc\xba\x87\x8b\x8c\xe4\xd6\x66\x73\x6f\x17\x5d\x8c\xd4\x2d\x5c\xbe\xf9\x1e\xad\x0e\xcf\x4c\x1d\xba\x83\xd9\xc2\xba\xde\x3d\x30\xb5\x83\x04\xbc\x7a\x73\x08\x0a\x84\xf5\x20\x37\xa6\x9f\x20\xcd\x0c\xfe\x1e\xd7\x75\x58\x4b\x3b\x55\xb8\xfe\xfd\x78\x4f\x52\xfc\x23\x98\x1e\xac\x66\xd9\x6f\x18\xad\xab\xb9\xc9\xbd\x97\x53\x15\x7e\xf7\xf7\xb3\x88\xd3\xef\xb8\xc1\x1a\x9f\x5d\x62\xa7\xf1\x52\xa9\xc0\x3c\x1e\xe8\x3c\x0b\x9a\x28\x3e\xb9\x54\xf7\x29\xc4\xe9\x41\x8c\xcb\xf2\x27\x63\x74\xf6\x3b\x34\xe5\xe4\x7d\x22\x9c\x9d\xa3\xd3\xa4\x16\xc3\x0e\xb7\x2f\xd0\x50\x53\xbf\x92\x9b\xe6\xa0\x31\x2f\xc9\xa7\xfb\xb8\x59\x96\xcf\x9f\x4d\x29\x9a\xf7\x41\x4f\x1d\x98\xdb\xcd\x64\x8b\x85\xb1\x48\x0d\x8c\x39\xf2\xfd\x1b\xd9\x08\x23\x3e\x93\xbb\x34\x8c\x5d\x18\x9e\x1a\x68\xe5\xc2\x1c\xd7\xae\xd4\xb6\xae\xad\x82\xff\x8c\x5e\xb9\xa3\x72\xef\x61\x7e\x9e\x91\x35\xda\x53\x29\xb1\xef\x0c\x6b\xd7\xea\x9f\x80\xf9\xad\x66\x95\x67\xa6\x61\xf5\xc6\x90\xda\x04\x9d\x1b\x3f\x62\x70\x56\xf9\xdc\x68\x3c\x36\x30\x11\x2c\x08\x8d\xf7\x06\x26\xf8\x9a\x22\xff\xab\x84\x20\x90\xb0\xbe\xfd\x84\x9b\x41\x8c\xe3\x9d\x99\x70\x0f\xdf\xed\xbe\xc0\xbd\xbf\xb9\x3b\x81\x45\x77\xcf\x84\xb0\xce\xd3\xd9\x14\x7e\xba\x30\x38\x01\x1e\x8f\xfb\x0d\x98\xb5\x01\xec\x48\x9a\xa1\xba\xb8\x4a\x92\xee\x69\xa0\x8d\x7b\x35\x02\x87\xd0\xcb\x3e\xc6\xe2\x77\x06\x87\x92\xb1\xad\xde\xf8\x37\x0c\x29\xc5\x1c\xf3\xb0\x41\x6d\x3d\x4e\x3b\x18\x34\x81\x17\xf0\x0c\x4d\xcc\x40\x6f\x3d\x36\x64\x6b\xd1\xb8\x77\x6e\x79\x97\xbf\xcd\x30\xd5\x34\x6f\xa8\xf4\xf6\xcf\x57\xb1\xa3\xa7\x75\x3d\x7e\x9f\x3a\x99\xb0\xaa\x72\x56\xbb\x33\xac\x9b\x19\xc3\xf3\x42\xb8\xd0\xec\xc4\x37\x63\xe3\x16\x6b\xc8\xc9\xf4\xd8\x98\x34\x92\xc1\x7c\x82\xbb\x7b\xa6\xa7\xe1\x93\xa4\xf9\xc5\x53\x63\x84\x17\x01\xe0\x86\xd5\xb3\xc0\x3c\xf5\x69\x7f\x4f\xd9\x8b\xcb\xb0\x27\x36\xc0\x71\x02\xee\xdc\x32\x86\xd6\xf8\x53\xf9\xec\xf9\xf4\xd6\x28\xef\x9b\xb3\xd3\x0e\xde\x3b\x24\x50\x3b\x9e\xd4\xac\x44\xb5\x55\x57\xd6\x43\xac\xa1\x85\x8a\xad\x6f\x46\xc3\x58\xf1\x44\x11\xd2\x92\xad\xae\x81\x6b\x01\x1f\x82\xe6\x39\x31\x45\x1e\x4c\xdf\x32\x3a\x63\x0b\x6c\xb5\xdb\x20\xd8\x1b\x98\xc4\xb3\xcb\x04\x5c\x40\x06\xee\x25\x4d\x43\xdd\x10\xa5\x7c\x21\xd0\xb4\x57\xee\x18\xad\x69\x53\xf6\x0b\x06\x19\x07\x2f\xf0\x3e\x24\xbb\xc8\xe6\xfe\xde\x65\x62\x18\x31\xda\xdb\xfb\x2a\xef\xcf\x13\xe6\x87\xfa\x18\xd6\xd0\xbf\x09\x88\xe8\xed\xbe\x8f\x05\x94\xf1\x64\xc6\x76\x93\x31\xa8\x06\x8d\xc1\x59\xf9\xa3\x71\x86\xbc\xe2\x82\xbf\xaa\xd1\xc0\xcd\xc1\xc7\x64\xe2\x7d\x5a\x54\x0f\xa6\x7b\xa6\x96\xf8\x47\x12\x3f\x73\xec\x39\x68\x82\x4c\xef\xf7\x15\x11\x07\xc7\x10\x22\x1a\xa0\x78\x94\xf5\xc3\x74\xfe\x38\x78\x84\x9b\xbb\x80\x7a\xd6\x6e\xf5\x5d\xda\x41\xde\xbf\xc2\xe3\x08\x88\x1d\x93\x6c\x82\x4d\xa8\xce\x52\x69\xc0\x4c\xac\xe6\x04\x86\xc1\x53\x50\xb2\xdd\x7e\x0a\xf4\xbe\x81\x9b\xff\x3b\xc3\x38\x77\x7d\x50\x5a\x23\x4d\xe3\x79\x76\xcf\x12\xd0\xbb\x28\xbc\xc0\xd0\x54\x48\x21\x0c\x56\x62\x80\x3a\x3f\x46\x77\x07\xb0\xbc\x0e\xcd\x7d\x5c\x4f\xb0\x5b\x6d\xa3\xb9\x3b\x27\xa5\x3e\x1e\x3c\xa2\x8f\x34\x2c\x90\x7d\x7e\xae\x48\x05\x77\xc6\x66\x41\xdf\x0f\xf8\x39\x82\x4a\xf5\x3a\x03\x1a\x7c\x3f\x68\x3b\x01\x5d\x68\xc0\xe3\xf7\x83\x0e\xcd\x04\x16\xbd\x7d\x33\xd0\xd3\xc6\x77\x37\xf7\x53\x02\x4a\x0d\x83\x66\x40\x0f\xe6\x40\x3b\x09\xe8\x47\xc3\xf8\xf8\xbf\x40\xda\x22\x50\xc8\x95\x86\x0b\x09\xdc\xbe\x12\xce\x91\xe3\x6e\x54\xbb\xd2\x40\x4f\x4e\xae\xcb\x1d\x75\x81\x80\x55\x53\xda\x7a\x66\xba\xf8\xa6\xf5\xd8\x88\x4e\x1f\x3d\x48\xa4\xdc\xe1\x03\x8c\xbc\x77\x80\xf6\x63\x13\x2f\x63\x61\x60\x8c\x8b\x7f\x6d\x9b\xbb\x1e\x70\xe6\x5d\xcd\x6b\x94\xb9\x29\xa5\xa6\xc0\x60\x10\xb8\x93\x19\xef\x5e\x73\xbd\x1b\x14\xe8\xfc\x18\xd4\x64\xeb\x4c\x36\x3a\x32\x0d\x50\xab\xfa\x0d\xa8\x40\xfe\xf4\x4d\xc3\x3a\x32\x05\x5e\xde\x06\x36\xfb\xb3\xd0\x4c\x8e\xb9\xdf\xc7\xd9\xf2\xd3\x3e\x9e\x47\x02\xa5\x42\x24\xe0\x72\xc6\xf7\xb2\xaa\x58\x2e\x9c\x43\x4e\x86\x7d\xbc\xbb\x79\xb8\x07\x6e\x54\x74\xa3\xbc\xc1\xd9\x28\x72\x28\xdf\x78\xf5\x79\xa3\x52\xa9\x06\xac\x4b\xbf\xfa\xac\x3b\xf2\x28\xaf\xfe\xfb\xc1\x7e\xa0\x5e\x35\x1a\x05\xc2\xf5\x69\x75\x40\xbd\x90\x46\xbc\x6a\x47\x91\x3d\xbb\x70\x87\xf4\x96\x19\xf2\x6b\xe5\x91\x6f\x94\x5f\x54\xf8\xa3\x2b\x06\x6f\x99\x47\xf9\xf7\x15\x65\x23\xf1\x1d\xa5\x39\xa7\x91\xb8\x1d\xb8\xbc\x15\xb8\xc2\xb5\x3d\xf7\x99\x76\x5f\x88\x61\x16\x38\xb7\xec\x8c\x06\x34\xb2\x05\x8b\x5e\x54\xd8\xf1\x6c\xce\x2d\xdb\xf3\xac\x01\x75\x86\x2f\x2b\xca\x02\x2e\xa2\x91\x23\x5e\x56\x2a\xa2\xb6\xa0\x96\xac\xf6\x3b\xca\x9d\xb2\xa8\xdd\x6b\x09\xec\xe8\x5b\x78\xf5\x1d\x58\x3a\xa3\x97\x96\xeb\xd2\x9e\x1b\xd0\xeb\x88\x85\x34\x12\x2f\xe3\xac\x3e\x7d\x19\x81\xfa\x54\x5c\x47\x4c\x30\x31\x0b\x69\xbb\xf7\xa2\xa2\x6e\x30\xa0\x91\x2b\x5e\x46\x58\x37\x10\x34\x62\xe1\x0d\x7d\x1a\xb9\x11\x6d\xd0\x9e\x3d\xf2\x5e\xd6\x62\x97\x5f\xd9\xc2\x1d\xd3\xd3\x51\xe0\x08\x97\x05\xdf\x55\xf8\x86\xf6\x3c\xea\x08\xeb\xbb\x98\xca\x95\x1c\xf1\xe0\x7d\xd7\xcc\x9f\x2b\x7b\xe1\xfa\xee\xcb\x2a\x0f\x58\xd0\x52\x38\x6e\x28\xff\xee\xb2\x9d\x30\xa2\xf6\xcb\x66\x3e\x7b\x78\xa4\x8e\xc0\x82\xf5\xef\x28\xa9\x84\x96\x62\x6b\xf7\x85\x92\xab\x00\xc7\x05\x63\x9c\xbe\x08\x51\xc8\x38\x77\x1f\x3c\x9a\x8c\x3d\x8b\x6e\xa8\x18\x45\x2f\x63\x24\xfe\xfd\xf3\x86\x7b\xae\x43\xbb\xdf\xc3\x3c\x5c\x4a\x12\xd9\x77\xd3\x7e\x61\xa7\x05\x93\xdd\x1d\xf9\x72\xe8\x5f\x5e\xaf\xec\x24\x7b\x59\x27\x47\x01\x1f\x85\x21\x8b\x04\xed\xb6\xfe\xc4\x74\x99\x44\x76\x88\x33\x76\x7d\x29\x1a\xd1\x7e\xbc\x38\x55\xdd\xa0\x4b\xa7\x58\x6a\x4c\x83\x2e\x8b\xaa\x3d\x8f\x89\xea\xe3\xd3\x88\x46\xb3\x8a\xfc\x5e\x71\x22\xc6\xf9\xc0\x76\xa3\xe5\x60\x4b\x5f\x72\x61\xc7\xcb\x59\x11\x88\x6c\x5a\xd2\xfc\x4a\xa5\xca\x23\x47\xb5\x4e\xe4\xf5\xc9\xb1\x3d\x6f\xe7\xc1\x0d\xba\xf0\xcd\x64\xa3\xa0\x60\xb2\xa6\x80\x5a\x5f\x17\x80\xe4\x02\x18\xd8\x3e\xe5\x4b\xa1\x58\x38\xdb\x11\x6c\xc7\xf1\xdc\xf0\x81\xd9\xd1\x72\x94\xb0\xb6\xed\x44\xd4\x76\xc4\x8e\xc3\x02\x41\xa7\xa2\xea\xb9\x0f\x55\xd7\x0f\x3d\xea\xd3\x40\xd8\xc5\xd2\xb9\xb8\xf0\x92\x0a\x39\xaf\x50\xee\xd8\x21\xd5\xbe\xe6\x83\x76\xa9\xc3\xba\x74\x67\x14\xb9\x3b\x0e\xf3\x43\x16\xd0\x40\x2c\x43\xdd\xa5\x34\xdc\xa1\x4f\x23\xdb\x5b\x05\xe5\xd3\xa8\x4f\xab\x5d\x97\x8b\xaa\xf3\x58\x20\xc0\x70\xf5\xde\x09\x13\x19\xb5\x14\x29\xf3\x77\x38\x8d\x50\x13\x8b\x80\x06\x3d\x16\x51\xb7\x1f\x5c\xc9\xe1\x5a\xbb\xd0\xf2\x2a\x28\x8e\x88\x9c\xc7\x6b\x40\x0f\xec\xa0\xeb\xad\x85\x57\x87\x94\xef\x0a\x01\x47\xc2\xf5\x38\xf6\x8e\xd2\x6e\x71\xb7\x52\x38\x25\x01\xd6\x80\x5c\xde\xc4\x14\xce\xa3\x7d\xdb\x29\x10\x3f\x19\x40\xdf\x0e\xdc\x70\xe4\x2d\xe1\xdf\x0c\x38\x4c\x72\x37\xe8\xaf\x01\xca\x45\xe4\x06\x7d\xb7\xb7\x4e\x2b\x44\x64\x8f\x69\xc4\x6d\x2f\x1f\x96\x06\xc2\x05\xe6\x92\xb0\xc8\xf0\x6b\x03\x7e\x95\x7f\x42\xe6\x06\x05\xea\x43\xa6\x08\x0d\xd6\xc4\xbd\x64\x1c\x7a\xae\x27\x68\xb4\xc3\x1e\x1e\x97\x42\x29\x8d\x4e\x89\xb3\x35\xe4\xc8\x5c\x89\x62\xd4\x7d\x2a\x76\xdc\x40\x52\x9f\xbb\xce\x52\xc0\xd1\x52\x3c\x03\x9b\xef\xf0\x99\xff\xc0\xbc\xa5\xb3\x5a\x07\xe3\x03\xdb\x2f\x60\x63\x09\x26\x18\x32\x85\xb0\xfb\x2b\x40\xb5\x25\x23\x1f\x84\xb9\x5c\xec\x04\x2c\x50\x72\x95\x4b\xca\x39\x1c\xa5\x55\xc1\xcb\x4a\xa1\x14\x2b\xc2\x96\x01\xc2\x57\x2e\x97\xc2\x30\xf9\x51\x09\x23\xd6\x1d\xa1\x6e\xee\xbb\x05\x23\xf7\x32\xf4\x4b\x7a\xed\x06\x63\x3b\x72\xed\x40\x54\x1f\x22\x36\xe1\x45\x3a\x82\xcb\x77\xec\xa8\x3f\x92\xfc\xb4\x1c\x1d\xdf\xe9\xca\xa5\x09\xd5\xcd\x15\x90\xa1\x67\xbb\x41\x0c\x0a\x64\x9e\x7b\x58\x58\x52\xea\x28\xd3\x65\xd8\x33\xaa\x03\x63\x9e\x70\xc3\xea\x63\xee\xe3\x65\xe5\xb1\x51\xaa\x50\x2e\xdc\xd0\x63\x81\xad\xda\x5e\xdc\x1a\x8f\x75\x6d\x3e\xa8\x7e\x6d\xd8\xc2\xfe\xe0\xd2\xc9\x72\xa8\xb7\x36\x1f\x2c\x87\xb8\x70\xb9\xb0\x6c\x67\x50\x20\x56\x62\xb0\x4b\xbb\xa0\x77\x1a\xc0\x1a\x68\xae\x23\xe6\xbb\x45\x0a\x73\x0c\xd4\x29\xda\x38\x6b\x00\x6b\xd4\xd5\x49\x35\xc1\x42\x10\x10\x0c\xcb\x61\xee\xdc\x40\x1c\x2f\x51\x97\x63\xb8\x8f\xd4\x1e\xae\xa4\x12\x98\x8c\x4e\x41\x04\xaf\x01\x78\xe1\x0e\xe9\x39\x9d\x15\x88\x85\x0c\xe8\xf5\x68\xd5\x40\x03\x58\x87\xf9\x2b\xa8\x66\x73\xce\x9c\x96\xe4\xbf\xa2\xbd\x54\x0c\xf9\x60\x73\x7a\x46\x85\xe1\x79\xab\xdb\xa8\x60\x6f\xed\x82\xa5\x59\x87\x6b\x71\x23\x16\x0f\xeb\x00\x37\xa5\xb2\xb8\x36\x60\x83\xd2\x15\x43\x84\xc0\xb8\xd3\x59\x07\xf2\x76\x16\xd2\xee\x1a\xfc\x21\xa1\xd7\x23\xd4\xad\x5b\xa8\x6e\xea\x60\x77\x81\x5d\x24\x4a\x62\x30\x47\xce\x92\xb7\xf6\x0a\x64\x0e\x8b\xe8\x3b\x2e\x05\xca\x72\x38\x50\xcb\xa1\xa7\x2b\x10\x02\xa0\x39\x5b\x39\xda\x00\xd7\x06\xf1\xbc\x02\x63\x2f\xa2\xf4\xcc\x63\x0f\xab\x46\xba\xbf\x26\x3f\xf6\xa9\xb8\xb4\xc3\xd5\x5d\xee\x53\xb1\x0e\x27\xf4\xa9\xb8\xb1\x27\x2b\xfb\xdb\xa7\x02\x25\xce\xea\xd6\xad\x83\xeb\x83\xed\x8d\x56\x34\x6c\x60\xf3\x81\xe5\x51\x7b\x85\xb4\x91\x60\x0d\xea\x51\xb1\x06\xba\xb3\x55\xd2\x59\x02\xad\xe4\x39\x09\xb4\x52\xce\xbb\xbc\xb5\x7a\x21\x74\xf9\x39\x9d\xd9\x0f\xde\x8a\xa6\xbb\xfc\xd2\xe6\xc3\x22\x0b\x7b\x0a\x95\x98\x92\x96\x03\x7a\xf1\xb2\xb9\x06\x75\x13\xd8\x75\x48\x9c\x00\xaf\xa4\x73\x02\xb9\x92\xd8\x09\xe4\x4a\x8a\xfb\x6a\x15\x5f\xa3\x57\x31\xe8\x3a\x9d\x8a\x61\x57\xf6\x29\x06\x5c\xd9\xa5\x18\x70\x9d\x1e\x2d\xb5\x76\xc5\x70\x01\x4c\x73\x0b\xac\x21\xeb\x40\xae\x96\x31\xf2\xe1\x9d\x70\x57\x48\x2c\xd4\x4e\x6f\x59\x07\xb6\x1e\x2b\x60\xc7\x34\x32\xa2\x15\x40\x11\x63\x2b\x48\xc2\x95\xfa\x64\x74\x57\xcc\x86\x18\x70\xe5\x68\x70\x2a\xd6\x22\x32\x18\xe7\xd6\xe0\x2d\x80\x5b\x87\xb1\x00\x70\x25\x57\x01\xd4\xea\x4e\x48\xa8\x95\xfc\x24\x58\x07\x0e\x28\x97\x42\xd1\xa7\xa5\xaf\xdd\x35\x35\x1c\x09\xb7\x8a\xa6\x0a\x46\xaa\x8a\x2b\xe0\xcc\x51\xaf\xb7\x42\xed\x74\xd7\xd0\xa6\x5c\xbe\xfc\xb8\x27\x01\xbb\xa0\x41\x5f\x2c\x57\x4a\x5d\xde\x5e\xb2\x39\x9b\x03\x5a\xa3\x8b\x6b\xea\x62\xc3\x55\x73\x97\x8b\xd1\xc3\x6a\x34\x12\xea\xd4\xf6\x0a\xb7\x33\xd1\x68\x07\x14\xb0\x65\xdb\x39\x9f\x49\x36\xd8\x11\xae\x4f\x9f\x59\xf0\x22\xd0\xb9\xdf\xcb\x0a\xa9\x8f\x7c\x10\x94\x40\x3b\x36\xe7\x6e\x3f\x58\xd6\x00\x05\xe8\xf2\xb5\x0c\x42\x1a\xf4\x3a\x28\x43\xe6\xcd\x7a\xae\x57\xc0\x7b\x29\x1c\x1f\xb8\xfe\x52\x18\x39\xb8\x2f\x69\x20\xc2\xaf\x6c\x22\x82\xad\x9a\xb8\xa1\x1d\x71\xba\xc3\x23\x87\x53\x01\x46\x22\xfd\x41\x41\x11\xd7\x61\x0e\xf3\x58\xa4\x7f\xad\x2c\xb5\xa0\x84\x8c\x0b\x87\xa3\xa9\xcf\x16\x3b\xd1\xa8\x48\xf9\xd1\x01\x1d\xe6\x17\xf3\x40\x16\x30\x10\xb6\x1b\xac\x53\xb9\xc3\xf9\x0e\x9f\x05\xc2\x9e\xee\xd0\x28\x2a\xf2\x40\xd0\x4b\x74\xa9\xe3\xd9\xd1\x92\x51\xc9\x00\x33\x67\xb4\x5e\x9b\x7b\x11\xf3\xdf\x75\xda\x57\xab\x21\xdd\x20\x1c\xad\x81\xd0\xb3\x9f\x67\x3b\x11\xe5\x85\x47\xe2\x19\x60\xb7\xe8\xf4\x57\x87\xf2\xed\x70\xa7\xbf\xdc\x57\x43\x07\x0f\xd8\xce\x84\x45\xc3\xb5\x1b\x11\x14\x9a\x86\x75\x28\xe0\xc7\x35\xc1\xd6\x68\xa4\xfa\xbe\x06\x60\x44\xc7\x2e\x1b\xf1\x1d\xbf\xc8\x44\x92\x85\x66\x0e\xe5\x7c\x1d\x32\xad\x4b\x9e\x62\xb5\x28\x03\xb5\xd6\x54\x8a\xcf\x0e\xdc\x75\x48\xb4\xe2\xa0\x21\x03\xba\x6c\x73\xa8\x03\x0a\x36\xa4\x81\xfb\xbc\x46\x53\x27\x76\x14\xec\xb0\xa0\x48\x5f\x99\x07\x2d\x54\x41\xc3\x88\x85\x3b\x72\x5b\xc4\xab\x3d\xdb\x11\x2c\x02\xc7\xa7\xdb\x41\xc4\x26\x6e\xd0\xef\x0c\xdc\x22\x6b\xb9\x56\x70\x89\x90\xd5\xa0\x64\x53\x6e\xa8\xed\x80\x67\x81\x5c\xd0\x79\x87\x3a\x51\x91\xf4\x04\x7b\xea\x0e\xd2\x78\x59\x05\x91\xb3\xc3\x3d\xb7\x4b\xa3\xb9\xc7\xdf\x6d\x35\x5f\x85\x70\x59\x5b\xd4\x59\xeb\xfc\x11\xaf\xec\xb9\x15\x1f\x92\xbe\xbc\xe8\xca\x1a\xbb\xcc\xd7\xfa\xd9\x65\xfe\x7a\x1d\x4d\xca\xae\xac\xc0\x73\x7b\xd4\x99\x39\x1e\xe5\x70\xd8\x6b\x8b\xa2\xe7\x95\x22\xfb\x96\x3a\x81\xa0\x1e\x75\x44\x2e\x61\xa5\xf4\xde\xb1\x47\x82\x71\xf7\x19\x0f\x50\x0d\xf5\xa3\x55\x2c\xd8\xa1\xac\xd6\xf5\x47\x3e\xdd\x51\x2e\x0a\xeb\x93\x20\x2d\xff\x82\x32\xab\x48\x56\xd5\x9b\x52\x0c\xc6\x45\x64\x87\xd9\xe7\x5d\xe6\xef\x64\x7c\xf9\xaa\x76\xb7\xbb\xc4\xbb\x6e\x7d\x3c\x03\x9b\xff\x10\x3c\x11\xf5\xd9\x78\x99\xc3\x5f\x11\x2a\x1c\xa4\x90\x85\xe1\xfc\xec\xfa\xf7\x60\x16\x06\x8c\x87\x03\xf7\xcf\x39\x3d\xfc\xa4\x9a\x57\x0c\x76\x61\x85\x22\xb2\x03\xee\xc2\xe9\x69\x3f\x62\xa3\xb0\x6a\x75\x3a\xb7\xc9\xb3\x1f\x82\xf1\x86\x86\x9e\xed\xd0\x1f\x8c\xf5\xa7\xa1\x3b\x93\xbf\x7f\x08\xce\x1f\x37\x28\xe8\x0f\x60\x0d\x5c\xaf\x7b\x69\x87\x61\xe1\x52\xf9\x5d\x68\x93\xc5\xae\x08\x67\xa2\x39\xee\x24\xce\x55\xcb\xc5\x46\x9f\x4e\x43\x29\xa9\x94\x35\xb3\xe7\xd9\xfd\xf5\xf6\x45\x45\x45\x97\x11\x32\xb7\xc4\xf2\x2d\x5d\x41\xa1\xe2\xfd\x1d\xb7\x03\x57\xb8\xcf\x74\x67\x20\xfc\xa5\xde\x41\x59\xc0\xcc\x2b\x74\x55\x52\xfa\x02\x1e\xfd\x2e\x65\x91\x25\xa8\xe4\x13\x54\x93\xeb\x30\xfb\x4f\x29\xed\xbe\x45\x27\x9c\x3f\x8d\xeb\x7a\x89\xfa\xfd\x02\x34\xb7\x4a\x4d\xfc\xf3\x98\x96\x91\xc8\x19\x50\xf9\x2d\x82\x05\x32\xf9\xb5\xd6\x22\x99\x96\x5d\x56\x41\xe8\xb9\x62\x87\x05\x3b\x3d\x37\x5a\x7e\x36\x2e\x87\xd5\x11\xe0\x6c\x86\xae\x32\xcb\x80\x05\xf5\xc3\x11\xef\x32\xdf\x0d\x46\x7c\xe7\x81\x31\x9c\xb3\x3b\xfb\xd5\x87\x91\xeb\x75\xab\x8f\x4b\x40\x0a\x30\xb2\x7e\xdf\xa3\x4a\x7b\x71\xd9\x52\x5b\xca\x88\xd3\x1d\x9f\x76\x5d\x7b\x15\x79\xb3\x80\x23\x4e\x2f\xe5\x8f\xb5\x60\x85\xeb\xa1\x4b\x90\x63\xfb\xd4\xbb\x65\x6f\x67\xe1\x80\x16\x8c\x44\x51\xd1\xf5\x5b\x96\x14\x09\x18\x2b\x10\xdd\x45\x25\x40\x89\x6f\xaf\x61\x08\x57\x5b\x94\xe5\x5b\x95\x99\xed\x79\xe0\x44\x21\x96\x6d\xb5\x63\x28\xf5\x99\x00\x4d\xe8\x43\x68\x3b\xc3\x6a\x32\xda\xd9\xc7\xb1\xf0\x45\x3d\x96\xf4\xa9\x20\x5d\xf4\x9c\x27\x74\x1a\xb2\x48\xe4\x83\xa3\x23\x22\x51\x8e\x88\x33\x59\x4e\xd0\x88\xe7\x03\xf7\xe1\xa0\x33\xff\xdd\xc0\xe6\xed\x49\x10\xc7\x23\x10\x3e\x60\x91\x18\xd8\x41\x37\x1f\xda\xb7\x87\x94\x80\xb3\x69\x68\x3b\x94\xa0\x29\x2b\x1f\x54\x12\x87\x20\x71\x48\x97\x3a\x0c\x48\x97\x0f\x1a\x8e\x1e\x3c\xd7\xb9\xb6\xc5\x60\xa3\xbc\x81\x8d\xe5\xf9\xae\xb3\x05\xae\xc4\x94\xfb\x7f\x2e\x68\x47\x22\xf8\x41\x6e\xcd\x12\xd5\xf7\xbb\x81\x27\x3d\xf9\xbe\x08\x22\x59\xfc\x4f\x87\x21\x48\x24\x7f\x26\x14\x41\x96\xa7\x53\x41\x83\x22\x67\xd0\x25\xe5\x5e\x1e\x0a\xa0\x69\x47\x52\x22\x48\xe5\x67\x1d\x40\x6b\xb9\x51\xf2\xdf\x12\x7a\x50\x8d\xd8\x48\xd0\xa8\xaa\xac\x08\x4b\x90\xe7\xc2\x0f\x5c\x2e\x58\x91\x4b\xc5\x42\x89\x15\x92\x11\x0d\x13\xa1\x1d\xd9\xfe\x9c\x2b\x5d\xe2\x2e\x9c\x85\x91\xe4\x9c\xb8\x62\xb0\x34\x10\xe7\xbb\x31\x27\xaf\x7e\x30\x5e\xfc\xfa\x83\x91\x8e\xc2\xae\x2d\xe8\x05\x73\x96\x68\xa9\xdf\x8d\x1c\x35\x83\xf7\xf2\xf1\xf5\x4b\x1a\x0f\x54\x1c\xd8\x9e\xc7\x26\x4b\x0e\xc9\x72\x8b\x2d\x75\xa0\xce\x2d\x81\x14\xb8\x8b\xbc\xf7\xc5\xfe\x82\xb9\x05\x63\xa2\x5d\x47\x6c\xec\x76\x8b\xa6\x4b\x6e\x51\x9f\xfa\xcc\x7d\xa6\xdd\x98\x34\x85\x1a\x68\x7e\x8b\xf9\x77\xd2\xf4\xcf\x96\x5a\xde\xd3\x25\xb2\xeb\x4f\x84\xf6\xa5\xa2\xef\x7b\x62\xb0\x60\xd1\xc8\x8d\xdd\x1c\x30\x36\x84\x0e\x9f\x52\xe1\x0c\x5e\xbc\xa6\xfe\x88\xe0\x2e\x6c\xdc\x9f\x0d\x4d\x45\x91\xf3\xdd\x71\x59\xb0\x2e\xaa\x98\xc6\xb5\xd7\x92\x53\xbb\xe8\x00\x24\x0b\x67\x78\x34\x5a\x66\x28\x4c\x00\xef\x02\x87\x05\x22\x62\x9e\x47\xbb\x4b\x0a\xfd\xbb\xc7\x22\x61\x4f\x28\x67\x3e\xad\xf6\xe4\x3a\x85\xdf\x77\xf8\xb8\xbf\xe3\xb0\x28\xde\x85\x14\x0e\x84\x5e\x1e\x8d\x04\x1a\x96\x97\x14\xee\x45\x94\xee\x70\xe6\xb9\x5d\xa8\xdb\x75\x58\xc0\xe7\xca\x27\x41\x38\x1c\x16\x9b\x8e\xb0\xc5\x88\xb7\x82\xae\xeb\x00\x17\x0a\x3e\x7d\xd9\x28\xbd\x30\x3a\x37\x4b\xe0\x1b\x56\xe0\xbe\x3c\xbf\xf6\x17\x9a\x10\x74\x30\xd3\xee\xf6\xd7\x62\x00\x8b\x79\x9e\x1d\xae\xc7\x54\xb7\xc5\x9e\x65\x4b\xa8\xf2\xe7\x62\xfc\x32\x4a\xe5\x77\xc5\x96\xe7\xe8\x95\x7f\x46\xa5\xfc\x8e\x08\x55\xe0\x8d\xef\x0f\x31\x4f\x59\xeb\xe5\x01\xe3\xba\xf0\x78\x71\xc1\x3f\x11\x84\x0d\x03\xff\xf2\xf0\x4c\xd0\xa2\x7e\x48\x20\x6c\x4a\xb4\x97\xc7\xb9\x03\xd1\x5e\x14\x91\x9d\x9d\x27\x17\x12\xeb\x3a\x80\xab\x8e\x69\x12\xc0\x2b\x7b\xbc\x26\x58\x4b\xd0\x02\x93\xe1\x02\xe8\x85\x1b\x14\x30\xe2\xc2\xb4\xb7\xd0\xb2\xff\x12\xe8\xa5\xa7\x76\x3a\xf4\xb5\x5d\xe4\xaf\x33\x27\xd2\x46\x42\x14\x86\xd5\x53\x9f\x81\x95\x89\x0f\x28\x55\x31\x2f\xea\xd1\x0e\x3c\x4a\x7c\x48\x28\x2f\xb2\xa8\x8a\x99\xe7\x62\x30\xd3\x1d\x18\x63\x0a\xa4\x84\x06\xb7\xca\xa4\x98\x42\x36\x83\xd1\xea\x6a\x3b\x49\xe8\xe4\x4a\xd0\xeb\x88\xf6\xdc\xe9\x3a\x80\x4b\x54\xd7\x84\x68\xe8\x98\x95\x21\x1a\x3c\x7a\x11\xd1\x2e\xdd\x6e\xd7\xa3\x13\x3b\x2a\x5a\x21\xe2\xda\xd0\xc6\x9f\xa9\x0d\x37\xa7\x2b\x6b\x4b\x50\x0c\x6c\x3e\x50\xf1\x63\x36\x1f\xbc\xa0\xe0\x28\x70\x85\x47\xb9\xaa\x3e\xfe\xf5\x02\x04\x6a\x5f\x90\x6d\xbe\x7a\xf8\x02\x34\xc9\x96\x6c\x8e\x55\x93\x8d\xe9\x4a\x54\xc5\x87\xc3\x49\x25\x78\xa8\x9a\xa9\x40\x05\xdc\xee\x9c\x9c\xd4\x8f\x4f\x1e\xea\xbb\x3f\xab\x1e\x3c\x1a\x5e\x4d\x8f\x25\x8b\x87\xdd\xef\xd3\xee\x2d\xf5\x43\x4f\x6e\x7f\x61\x01\x2f\x90\xa9\x8a\xfc\x3b\x2c\x50\xe4\xd4\x1e\xac\xd9\x31\x28\xc6\x85\x2d\xe8\xa5\x1d\xd8\x7d\x1a\xed\x1c\xef\x1f\xd8\x7b\x7b\xb5\xda\x4b\x10\xe8\x4f\x56\x94\x4b\x15\x75\x16\xf9\xda\x01\x9f\xa6\x92\x82\xa2\xf0\xc0\xa6\x05\x7a\x68\xce\x4a\xb2\xde\x41\x61\x06\xfa\x76\x4d\xa9\x9e\x96\x30\xba\xdd\x17\x26\x37\x81\xfd\xcf\x77\xa7\x88\x50\x8a\x48\x41\x19\x87\x75\xa9\xef\x46\x11\x8b\x70\xf8\x56\x86\x0c\x4e\xf6\x9c\x9d\x21\x9d\x05\xf6\xca\xdd\x84\x94\x6d\x74\xc7\x67\x5d\x10\x6f\xc9\xaf\xd5\x0d\x19\xbb\x74\xb2\xb2\x1d\xff\xf6\xe8\x33\x8d\xc0\x11\x91\x05\xeb\x42\x0f\xdc\xfe\xc0\x73\xfb\x03\xb1\xba\x80\xd6\x1e\xcf\x0e\xfa\x23\xbb\xbf\x9a\x36\x7a\x21\xd9\x30\x3b\xe8\xf2\x95\x85\x9c\x88\x7a\x62\xd5\xc6\x4c\x1f\x26\x6a\x47\xce\xe0\x65\x1d\x70\x83\x35\x7a\x8c\x24\xf2\xa2\xd5\x90\x61\xc4\x7c\x2a\x06\x74\xc4\x77\x5c\x56\x85\x72\x3b\xf2\xd9\x93\xa7\x97\xd5\x3a\x93\xfc\x5f\x72\x82\x72\xfc\x8a\xfd\xbe\x45\x31\x8c\x6f\x0b\x67\x40\xa3\x65\x20\x63\xea\xe0\x56\x33\x07\x02\xcf\x1c\x97\x63\x51\x30\xa1\x2d\x06\x3b\x3d\xd9\xee\xe5\x70\x70\xb6\xbc\x1c\x11\xe8\x0b\xcb\x40\xe6\x9a\x5c\x38\x6a\xf6\x48\x30\x29\xce\x3c\x9a\x3f\x2d\x33\xb8\x13\x40\x1c\x87\x8a\xa0\x91\xcf\xf3\x9b\x91\x80\x0e\x66\x0f\x91\xdb\x2d\x00\xf2\x5c\x1a\x88\x6a\x3a\xd2\x2b\x70\x65\x53\x9e\x64\x60\x80\xfb\x72\xeb\x02\xa2\xa8\xf6\x16\x96\xd4\x30\x87\x76\x9f\xf2\x6a\x3f\xb2\xc3\x41\xd5\xba\xbc\x1d\x50\x9f\x2a\xe1\xae\x3c\x67\x78\x15\x1e\xc6\xda\x36\xbe\xd3\x4b\x35\xa7\x61\x44\x39\x77\x59\x80\x5b\x87\x75\x96\x06\xb9\xc2\xac\xaf\x5f\x2f\x59\x43\xb2\x27\xc0\x60\xcc\x91\xbd\x5c\x38\x1b\x96\x6f\x10\x83\xde\xf4\x5b\xd7\xa7\x7a\xa3\xf5\x77\x67\xf2\xaf\x85\xf6\x25\x5e\xd8\x29\x0e\x6b\xfa\x03\xa7\xd1\x58\x4e\x58\xe5\x50\x81\xac\x75\x03\x6f\xdb\xea\x65\xb1\x4b\x9d\xdd\xdb\xe1\xce\xa0\xab\xd6\x6b\xf5\xab\x78\xad\xc6\xe0\x86\x1d\x08\x8e\x5f\x1d\x9d\x21\xe1\xd6\x8c\xce\x04\xd0\x55\xd1\x49\x3b\x70\x80\xbc\x34\xaa\x1d\xf0\x88\xc8\xf5\x7d\xda\x6d\x06\xdd\x95\x21\x82\x00\x0f\x71\xb5\x51\x91\x6b\x89\x06\xb8\x3a\x24\x1c\xc0\xd6\x8a\xf8\x04\xc8\xf5\x03\xbc\x92\x86\xae\x8e\x94\xd6\x87\x67\x55\x5c\x0c\xc2\xae\xd7\x2f\xc1\xae\x46\xfe\xc3\xf2\x28\xa1\x1d\x48\xac\xf3\xc0\x46\x85\x5e\xc5\x1a\xbe\x41\xc4\x84\x28\xb2\xa0\xa1\xf2\xa8\xb8\xbc\x4b\x05\x48\x59\xcc\x74\xc2\xfd\x55\x47\x78\xcb\x0b\x67\x94\x4a\xd7\xeb\x7e\x8c\xec\x70\xb9\x55\x72\x1d\x54\x38\xe5\x1a\x0a\xe2\x7b\x90\x69\xeb\x81\x2e\x0d\xe4\x3e\x98\xf2\x2b\x3b\x91\x8e\xfa\xcb\x0b\xda\xa7\x41\x37\xe7\x85\xc5\x3c\x16\x5d\x33\xe6\x2d\xca\x5a\x10\x2f\x6f\xd5\xb9\x53\xfe\xdb\x1c\x84\xd7\x76\x40\xbd\x22\x61\xa5\x59\x39\x16\x21\x1a\xb6\xb0\xd1\x56\xba\xf8\x0e\xce\x6a\x3a\xc2\x16\x1c\x12\x56\x20\x80\x18\xd8\x01\x83\x5c\x92\x3d\xb7\x8f\x2d\xc4\x5d\xf2\xc2\xe2\x61\x7b\x34\x12\x89\xd5\xd6\x7d\xf0\x28\x18\xe3\xf5\xb6\x2e\xac\xc9\x01\x9d\x8e\x1c\x97\x57\x87\x63\x5d\xf7\x82\x23\x56\xdb\x2b\x32\x45\x16\x17\xc2\xdf\xcb\xc6\xdb\x0d\x7a\x6e\xe0\x0a\xba\xc3\x9d\x88\x79\x9e\x96\xec\x2a\xbb\x9e\x70\x70\xdf\x97\x7f\x2b\x94\x1f\xfe\x08\x8c\x6a\x86\xed\xc4\x53\x32\xab\xcf\xf9\x8b\x7b\xac\x11\x17\xcc\x6f\x29\xec\x1d\x40\x9e\x2c\xc9\x09\x54\x07\x7a\x6c\xda\x51\x66\x3c\xd5\x50\x00\xfd\x15\x2f\xf0\x42\x80\xec\x1b\x1c\xe8\xaa\x15\x8f\x77\xfa\x06\xfd\xfe\x4e\xe5\xdf\xcc\xf3\x08\xfa\x77\x23\xff\xe6\xf1\x9d\xf6\x7a\xb1\xf9\xb7\xe0\x8a\x75\xc9\x22\x7a\x41\x79\x16\xad\x5c\x2e\x5d\x87\x36\x5c\xee\xb0\x31\x8d\x66\x68\xba\xe4\x8b\xcc\xbb\x00\xd8\xc1\x07\x73\xe8\xe0\x04\xa5\x8a\x07\x29\x99\x37\xc2\x8e\xfa\x54\xf0\xaa\x4a\xf7\x91\xf7\x0a\x3f\x91\xd9\x93\xb3\xbf\x0b\xe6\xd8\x5e\x47\xb0\xc8\xee\xc7\x0d\x52\x1e\x38\xaf\xaa\x6a\x46\xc5\xca\xa9\x8e\xab\xe3\x44\x76\x48\xa5\x34\xc0\x99\x81\x0c\x52\x71\x38\xff\xf5\xf8\xe4\x88\xe6\xf0\x19\xfa\x39\x57\x1e\xd1\x98\xa5\x66\x1f\x37\x97\x47\x9e\x2d\x16\x59\xbe\x16\xe4\x57\xb2\x3c\x84\x34\xaf\x4c\x9f\x8a\x8e\xdc\x8f\x5a\xcc\x0f\x47\x82\x76\x97\x9f\xdb\x16\x60\xb8\xb6\x23\x1a\x88\xab\x25\x91\x52\xf9\x15\xc3\x24\xc1\xc2\x2f\x2a\x78\x43\x7b\x34\xa2\x81\x43\x5f\x56\xa5\xcb\x5b\xcd\x17\xd5\xd3\xee\xf5\x78\xdc\xbb\x97\x35\x70\x49\x54\xd4\x62\x01\xb9\xdb\xb2\x60\xf7\xfe\x7d\x15\xba\x1c\xcb\xad\x70\xe6\x59\x3a\x0a\x2f\xa8\x2d\x70\xbc\x51\x97\xbe\xb4\x58\x9f\x0a\x93\x45\x5d\x1a\xf1\xce\x92\x08\xab\xdc\x72\x1f\xdd\xa0\xcb\x26\xb2\x58\x61\x0c\x57\x6e\x39\x0b\x76\x6e\x37\x85\xaa\x76\x61\x33\x47\x41\xd7\x0d\xfa\xdf\x59\x1c\xc7\x42\x16\xbb\xa1\x1e\x1c\xfc\xdc\x32\x23\x7a\x70\x45\x64\x47\xb3\x17\xcf\x11\xb9\xb4\x87\x2c\x2a\xc0\x2a\xbe\x0b\xad\xcb\x4f\xdd\x69\x91\xe7\x41\x41\x3b\xa0\xc4\x35\x43\x17\xfb\xef\x9e\x17\x40\x5a\x3b\x2a\x74\x9e\xc8\x2b\xe6\xa0\x64\x32\x46\x82\x5d\x7b\xb6\x43\x97\x45\xae\x2e\x97\x16\xd8\xec\x97\xf1\x50\x7b\x24\x68\xf4\x72\xd6\x6b\x87\xa1\xa4\x15\xfd\xbe\x16\x5f\xc3\xe3\x17\x37\x57\xca\x91\xf5\xa1\xa3\x51\x70\xc9\xba\x10\x6d\xf9\xc2\x3a\x96\x6c\x0d\xb3\x45\x7c\x2a\x06\xac\xcb\x95\xdb\xd5\x4b\x18\x34\x6e\x59\x33\x90\xfa\xc3\xcb\x58\xb5\x13\xfb\xaf\xc6\x6b\x19\xe8\xff\x2f\x68\x6e\x97\x72\x11\xb1\x97\x2d\x81\x28\xa3\xd6\x2f\xc2\xa9\x18\x85\xcd\x31\x0d\xc4\x85\xcb\x05\x0d\xd6\x1c\x84\xb8\x89\x14\xe8\xf2\xfd\xe5\xbb\x2e\xff\x3e\x04\x8a\x77\x20\x06\xed\x7b\x4b\xbb\xfc\x6a\xe4\xd3\xc8\x75\x5e\x44\x2e\x50\x53\xd6\xeb\x64\xcc\xd6\xb1\xec\x80\xa2\xdf\xc3\x7e\x2a\x89\xfb\x5a\xfc\x17\x93\x36\x8c\xa7\xfc\x4b\x64\x9c\xc7\x9c\xe1\xa4\x30\x83\x5f\x51\xf7\x7a\x5e\x51\x72\xc4\xa2\x12\x0c\x64\xca\xcb\xca\x2c\x8b\x2f\x2e\x28\xc2\x07\x6e\xef\x85\xb5\x84\x11\x95\xec\xd4\x1e\xd3\xa8\xe7\xad\x37\x93\xd2\xc2\x43\x4a\xc3\x5b\xd6\xa7\x62\xb0\x9e\xf2\x93\x96\xb4\xa3\xe8\x25\xd3\x56\x13\xed\x1f\xec\xc8\x5d\x9a\x70\xa1\x88\x9a\x6b\x2a\x68\x69\x91\x81\xfb\x42\xa5\xe1\x46\x2e\xb3\xb4\xfb\x82\x05\x44\x23\x48\x18\x7a\xb3\x17\x4e\x18\x4e\x85\x21\x44\xe4\x3e\x8c\xc4\x9a\x33\x34\x91\xb4\xe0\x94\xbd\x56\x99\xef\x8e\x38\x54\x71\xa7\xb1\xa9\x48\x1d\xcb\xfe\x00\x4c\xeb\x79\xd9\xaf\xc6\x73\xcd\x56\xd8\xd0\x12\xc3\x3a\x42\xbe\xc4\x29\x06\x33\xa8\x5e\xb3\x50\xee\xb5\x57\x5b\xeb\xe6\x0b\x22\xe8\x3a\xfb\xe4\x5b\xf8\xc4\x4d\xbf\xbe\x49\x3e\xe8\xee\xee\x2e\x6c\xd0\x33\xc0\x79\x3b\xf8\x66\xd0\x85\xec\xcd\xe0\x58\x94\x07\x90\x6e\xcb\xf3\x8c\x18\x8b\x50\x72\x99\xca\x05\xc1\xa6\xf0\x22\xab\xdd\x62\x39\xde\x7d\x40\xab\x44\xf5\xb6\xd3\x30\x33\x06\x8a\x7c\x3a\x29\x93\x1c\x16\x0f\x98\x38\x95\xb3\xb3\x7a\xa5\xbe\xe8\xb4\x3a\x39\xd9\xab\xa5\x36\xbc\xa2\x02\xeb\x9c\xd4\x5c\xd9\xe3\x87\xa2\x6c\x60\x79\x90\x68\xd8\x59\xab\x40\x23\x62\x61\x97\x4d\x82\x17\x38\x72\xc5\x45\xd6\x81\xd5\xbd\x83\xd7\x2e\xb7\x7a\x8e\x25\x9b\x80\x97\xb4\x17\xa9\xf2\x92\x12\x97\x34\x18\xbd\x04\x3e\xf5\xb1\xd3\xcf\xf0\x14\x03\xa8\x41\x5c\x67\xbc\x25\x9b\xae\xed\xb3\x91\x00\xa7\xb5\x67\x58\x8e\x0b\x16\x51\x5e\xed\xc8\x8f\xcc\x1c\x2d\x84\x4a\xcd\x63\x2b\x00\x8b\x8f\xe4\x8a\x78\x20\xeb\x55\xbc\xc6\x0c\x83\x8c\x49\x6a\xa3\x39\xab\x36\xf5\x5f\xfa\x5c\xdb\xdf\x3d\x3c\x9e\x6f\xe9\xb2\xa2\x6b\xcf\xf0\x07\xa9\xcb\xc5\x1f\x7a\x8d\x47\xf5\x43\x67\xbe\x46\x05\x6c\xca\x8f\x4e\x68\x07\x79\xf4\x53\x30\x03\xfd\xd4\x21\x0f\x00\x13\xe8\x69\x67\x01\xab\xd6\x92\x48\x14\x9d\x2c\x66\x21\x2f\x59\xf7\x05\x80\x26\xeb\x16\x6c\x9d\x72\x80\xdf\x52\xbb\x30\xc6\x24\x07\xfc\x94\xb1\x24\xc5\x73\x21\x1d\x1b\x54\xd8\x6e\x3e\xcf\x66\xc8\x0d\xa6\x78\xfd\x1c\xb9\x10\x14\x4d\xcd\x16\xf3\x43\x3b\xf6\xd4\xc8\xa5\x6f\x41\xee\x1a\x07\xbc\x12\xab\x69\xa0\x6d\x41\x7f\x93\xe2\x60\xd7\x07\x6f\x9e\xdb\xa8\x30\xd9\xf6\xea\xda\x1a\xcc\xaf\xda\xdd\x6e\x66\x9b\xb6\x7e\xd5\x1d\x41\xc3\x22\xed\x26\x07\xfc\xd2\x8e\x86\xeb\x80\x63\x2c\xff\xf7\x76\xe9\x9c\xce\xac\x42\x5b\x57\xa6\x9e\x65\xca\x59\x4e\xf3\x95\x83\xb7\x57\x1c\xf2\x94\x29\xb5\x36\xe0\x8d\x1d\x14\x46\x4f\xac\xec\x6d\x64\x17\xf8\xbc\xaf\x37\xf6\x2a\xe3\xdc\x4a\x2a\x2c\xc3\xd1\x73\x83\x6e\xa3\x7d\x59\x6c\x60\x5c\xa3\x17\xf4\xcf\xf5\xc2\x0e\xee\x38\x6d\xb0\x22\xcf\x93\x95\x48\x96\x0a\xba\xc2\xd2\xf1\x95\x04\x0b\xcf\x23\xb7\xdf\xd7\x58\xac\x6a\x7b\x6e\x3f\x28\x4e\x48\xfb\xfd\x35\xcc\x3f\x57\x3e\xb2\xaa\xe2\x2a\xfe\xfc\xeb\x2a\x85\x7b\xed\x7a\x76\xa1\x06\xf5\x13\xaa\x4c\xce\xee\xa4\x96\xfd\xbf\x51\x6f\x8b\x33\x9f\x45\xe1\xc0\x75\x2e\xec\x19\x1b\x89\x66\xaf\x57\x78\x1c\xf0\x93\x09\x40\xc3\xf7\x23\x5a\x94\x97\xfc\xa7\xd6\x7d\x45\xa7\xe2\x34\x2a\xb4\xa1\xfe\xf4\x81\x1f\xbd\x58\x80\xfd\x80\x8a\x1b\xcc\xbf\x84\xa7\xb0\x7a\xfe\x85\x2d\x68\x30\x7f\xf9\x36\xfd\x27\xd4\x69\x75\x3a\x97\x7f\xb1\x34\x01\x11\xd6\x75\x7b\x2f\x5e\x1a\x7e\x40\x2f\x2f\x0a\xf3\x8a\xfe\x1c\xb9\xf9\xe2\xec\x89\x2f\x58\x7d\xf0\xca\xaf\x9f\xb1\xfc\xa0\xb9\x69\x14\x56\x2f\x6d\xfe\xa7\x54\x50\x97\x7f\x70\xc1\xbf\x28\x1f\x89\x72\x7d\x85\x93\x9a\xbb\x62\xa5\x2d\xb1\x36\x16\xbf\x5e\xeb\xc4\x1e\x4c\x89\xdc\x08\x1c\x2a\xf7\xa5\x4b\x0e\x42\x15\x46\xd5\xf6\x1b\xea\x88\x53\x16\x35\xbd\x25\xa7\x79\xaa\xc4\x0d\xed\x17\x4e\x25\x05\x62\x48\x9d\xa1\xbd\xc4\x16\xaf\xe0\x9a\xde\xe9\x48\x8c\xe4\xfe\x7a\x49\xb7\x41\x01\xc1\xbf\x4b\x80\xba\x8f\x23\x2e\x7b\x10\x1f\x28\xaf\x85\x6f\x69\x77\x7f\xdc\x64\xc1\x1a\x15\x4f\xff\x65\x95\x19\xc5\x14\xfb\x09\xb5\x25\x2b\xcb\xb2\x7c\xf1\x73\xe4\xbf\x2e\xbe\xc0\xee\x27\xb4\xf0\x67\x09\x2a\x94\x22\x23\x4e\xd5\x54\xfa\x39\x6b\x7a\x52\x11\xfc\x6d\x15\x9f\xb2\xfc\x98\xbe\x74\x44\x44\x85\x33\x58\x72\x50\xf2\x23\x24\x2f\x7b\x70\x3d\xfa\x17\x74\xe8\xbb\x86\x3e\x96\xf1\x2e\xc7\x76\xfe\x84\xd6\x39\x4b\x6d\xcc\x7f\x06\xf3\x9f\x62\x76\xba\xfa\x94\x77\x2d\x24\xcb\x0f\x72\xd6\xc1\x70\xbb\xec\x86\xbc\xb5\x30\xac\x45\x08\xcd\x2a\x04\x0f\xd6\xac\xf6\x25\xe8\x35\xfb\x0b\xa4\xc0\xd6\x6b\xc8\x33\xcc\xdd\xba\x3e\x45\xe3\xca\x0a\xe3\x5d\x6c\x08\x34\xc2\x50\x7d\x8b\x5d\xa1\xa7\x1b\x5f\xca\x1b\x1c\xac\xa6\xb1\x2b\xec\xc6\xab\xcf\x1b\x71\x3c\x16\xf9\x3a\x9f\x4c\xad\x64\x47\x51\x99\x78\x34\xd8\x22\xff\xb9\x0f\x08\x71\x7b\xa4\xe4\xd1\x80\xbc\x79\x43\x82\x91\xe7\x91\x3f\xfe\x90\x2f\xc9\xbf\x88\x1d\x45\x15\x0f\xee\xe9\xd8\x82\x27\x6f\xb4\x27\xaf\xef\x03\x59\xb6\xc7\x22\x52\x1a\xdb\x11\x71\xc9\x1b\x52\x2b\x4b\x80\x3a\x79\x43\x02\x3a\x21\x58\x97\xac\xe6\x35\x71\xc9\x3f\x25\x86\xd7\xc4\xdd\xde\x56\xb5\x12\x80\xfd\xec\x7e\x41\xb4\x9f\xdd\x2f\xaf\xe5\xe3\x6f\x88\x37\x82\x04\x07\x00\xf2\xfa\x3e\x80\x87\x48\xf0\x0a\x26\xd2\xe3\xe4\xcd\x62\xc7\xca\x24\x0b\x53\xf9\xfa\x95\xf2\x4b\x78\x44\xde\x10\x11\x8d\xe8\x3c\xc4\xe7\xfb\x0d\x75\x78\x7b\xbf\x21\x1b\x92\x7d\xfb\x7a\xa3\x3c\x4f\xc6\x24\x93\x9b\x24\xa2\x46\x3f\xcc\xa2\xa1\xae\x5b\x81\x77\x5b\x5a\x1f\x56\x74\x21\x41\xfa\x33\x3a\x20\x07\x67\x9e\x50\xe4\x0d\x89\xd0\x27\xa4\x74\xbf\x51\xc9\xcb\xb6\x77\xbf\xb1\x05\x23\x9c\xd3\xfd\x38\xe7\xc8\x8b\x28\xb0\xc0\x80\x5b\x6b\xd0\x24\xae\xe9\x27\x8f\x6b\x5e\x3e\xa3\x12\xa7\x5e\x4f\xeb\x9d\xfc\x49\xde\xbc\x79\x43\xc6\xcc\xed\x92\x5a\xc2\xc3\x62\x10\xb1\x09\xb0\x7b\x72\x34\x07\x07\x2e\xa5\xfb\x0d\x31\x70\x39\x19\xd8\x3c\xd8\x14\xe4\x81\xd2\x80\xb8\x0a\x3d\xa7\x5d\xb2\x43\x20\x00\xb8\xb4\x95\x81\x70\x6c\xcf\xa3\x5d\xa4\xfd\xfc\x54\x90\x2d\x58\x42\xb3\xbc\x4e\xfc\x54\xba\x41\x8e\xaa\x24\x43\x55\x47\xd0\xb0\xd4\xa7\x41\x99\x44\x94\x33\x6f\x4c\xe5\x97\x47\xea\x88\x32\xf9\x1a\xd0\xa9\xfc\x00\x52\x95\xc9\x90\xce\xa4\x98\xe8\x2b\x12\x8a\x68\x16\xd3\x12\xc4\x48\xd0\x63\xe4\x0d\xe9\xd3\xe0\xf3\x90\xce\xbe\x94\x24\xe0\xeb\xf4\xf5\xd8\xf6\x46\xb2\xed\x12\xac\x02\x3f\x90\x52\xc4\xb1\x85\x33\x20\x25\x38\xfa\x4a\x06\x07\x5b\xa0\x1e\xbe\x8e\x9f\x49\x6a\xea\xf4\x95\xc3\x0b\xf8\xba\x2c\xa0\x5a\x59\xe8\x46\x09\x2a\x51\xe3\x41\xa8\xc7\x69\x0c\x10\x5f\x56\x9a\x05\xac\x88\x01\x0d\x4a\x99\x2e\x27\x83\xf9\x6d\x6e\x42\xcd\x25\xf9\x2a\xf5\x62\x81\xac\x46\x3c\x01\x2d\x6d\xe9\x24\x42\x56\x24\x92\xbd\xca\xf8\x14\x85\x69\x9f\x83\x24\x55\x37\xd0\x64\xba\x0b\x0c\xaa\x1a\x5c\x4a\xd1\xce\x0d\x55\x52\x0b\xd6\xd3\x07\x89\xdf\x0b\x2a\xe0\x4b\x03\x33\x00\x06\x8e\x6f\x29\xd9\x2f\xff\xa5\xdd\x91\x5d\x56\x44\x48\xf1\x90\xef\x66\x93\xfb\x0d\xf9\xfb\x7e\xa3\x4c\xb4\x11\x90\xff\xbe\xe5\x55\x0e\x85\xe4\x40\xff\xa0\xba\xe1\x8b\xac\x9c\x46\x51\x6e\xd5\xd8\xdd\x51\x80\x69\xe2\xba\x31\xcc\x37\x35\xd8\xcb\x26\x6a\x76\xd4\x7f\xae\x6c\xcb\x26\x59\x2a\xb9\x01\x17\x76\xe0\xd0\x32\xd1\x72\x09\x69\x52\xee\x97\x04\x82\xc4\x5f\x58\x2f\x03\x9b\x23\xf8\x6e\x67\x61\x22\xf3\x2c\x3b\x08\x98\x00\x39\x46\x6c\x02\xb5\x13\x9b\x13\x3b\x19\x2a\x4d\xb6\x15\x10\x28\xdb\xe4\x9f\xb5\x22\x66\xd3\xcf\xcd\xad\x87\x0b\xb9\xe9\xe2\xd5\x10\x24\x54\x41\x1e\xa4\x39\x1c\x4b\xd2\x25\x2d\xae\xad\x4e\xfc\xb6\x84\x36\x1f\x9c\x67\x65\x02\xe9\xad\xb4\xf1\x29\x42\x5a\x4a\xc7\x25\x87\xa0\x5a\x0b\x55\xc1\x4a\xf2\xec\x87\xd3\x77\x51\x50\x2e\x6f\xd1\xcb\x88\x10\xcb\x26\x9b\xbc\x21\x9f\xa5\xb2\xfa\x25\x99\x9c\x76\x25\x1c\xf1\x81\x12\x56\x76\x2a\xa9\xd2\x42\x1a\x1f\x93\x37\x24\x09\x32\x7a\x70\x83\xae\x2a\x96\x54\x9c\x2d\x98\x4c\x0a\x54\x6c\x35\x3c\xa5\x14\x50\x8e\x8f\x6a\x6a\x96\x7f\xf4\x59\x07\xe9\xca\x92\xa4\xf6\x69\x61\x25\xa6\x63\xc8\x58\x9a\xfc\x9c\xd1\xc9\xa8\x15\x29\xd9\x15\x0d\x24\x55\xcb\xe9\x3a\xb2\x44\x4f\xfb\x79\x4c\x94\x91\x61\x99\x4c\x9c\x2e\xe5\x25\xf4\x79\x2b\x43\xbe\xec\x98\x31\xb2\xfb\x10\xdc\x70\xc0\xfb\x78\xbb\x92\xd9\x79\x48\xc0\x2e\xe5\x4e\xe4\x86\xc8\x0c\x00\x1a\x6f\x41\x88\xf6\xae\x42\x83\x91\x8f\x79\xee\xc8\x9b\x82\xe7\x7f\xfc\x41\x7a\xb6\xc7\xe9\x62\x61\x0c\x6b\x1c\xc5\xc5\x25\x25\x14\x90\xe4\x96\xfb\x0d\x58\xda\xee\x37\x88\x1b\x68\xa5\xb6\x74\x0c\x93\xc8\x15\x8b\xa5\x55\xe4\x7d\x36\x47\x69\x42\x17\xad\x38\x28\x5b\x1a\xea\x02\x55\x44\x4b\xa6\x57\xd2\xb8\x1b\x48\x2c\x98\xac\x80\x97\x09\xde\xfc\x7f\xad\x11\x5d\x76\x22\x85\xd8\xca\x19\x2a\x0d\x59\xca\xf6\x3a\x5a\x6c\x11\x68\xd8\x3a\xfa\xa5\x98\xb2\x4d\x01\x04\xf9\x04\xc9\x94\xb9\xdf\x48\x1a\x20\x17\x76\xc5\x09\x31\x7d\x5f\xe1\x10\x02\x79\x10\xa5\x9a\x1f\x1a\x8e\x25\x33\x21\xa5\xdf\xcf\x5a\xb0\x8a\x13\x9a\xcf\x2d\x3c\x4b\x33\x9f\xe7\x2c\x3d\x45\x29\x3a\x4b\xac\x4c\x20\x9f\x71\x72\x83\xa8\x1a\x75\x98\x65\x52\x74\x63\x3a\x43\x82\xb9\x03\xc8\x2f\x6f\xde\x90\xfb\x8d\x44\x23\xba\xdf\x20\x7f\xff\x3b\x61\x9f\x55\x66\x81\x38\xdd\xfe\x17\x39\x5b\xd8\xe7\xfb\x8d\x7f\xff\x3b\x7e\x74\xbf\xf1\xe5\x75\xaa\x89\xff\xe2\xa6\x7a\xe8\xe2\xb6\x92\x6d\xc9\xf2\x25\xa8\xbe\xb8\xa3\x25\xb6\x05\x70\xd9\xe6\x43\x7b\xe4\x1f\xd5\x6e\xa6\x44\x03\x6c\xeb\xee\x37\x02\x48\x6d\x70\xbf\xa1\xad\x34\xb0\xe4\x8a\x2d\x22\x77\x24\xae\xc8\x2e\x09\x20\x66\x52\x7d\x50\x3e\x3b\xd5\x97\xb3\x53\xa9\xb4\x7f\xd3\x20\x14\x3f\x69\xea\x29\x7f\x45\x4e\x35\x0d\x3e\x78\x95\x96\x0e\x4a\x19\x45\x56\x35\x85\xfc\xeb\x4d\xd2\xea\xad\x1c\x84\x20\x7d\x58\x40\x5f\x01\x9f\xe9\xcf\xbf\xbd\xd6\x7f\x2d\x2b\x09\xd3\xa0\x9c\x7d\x03\x62\xea\x15\x61\x9f\xdd\xed\xed\x2f\x45\x68\xbf\x69\x85\xa8\xd6\x15\x5a\xfa\x4a\xe7\x3a\x83\xba\xe3\x57\x5a\x50\xba\xf7\x8a\x9c\x26\x2a\x77\xbc\x14\xc6\x84\xcc\xd7\x3b\x5b\xc1\xd8\xf6\xdc\x2e\xb1\x85\xa0\x7e\x28\x88\x60\x04\xd9\x8b\x92\x80\x05\x3b\x71\xb6\xd3\x64\x81\xad\xdc\xdf\x07\xad\x80\x40\x24\xa7\x04\x7e\xa0\x24\x86\x29\x43\x09\xb0\x41\xa8\x2b\x11\x38\xf1\x47\x5c\x90\x81\x3d\xa6\xc4\x26\x0b\x1c\x5d\xda\x22\x18\x08\x50\x99\xdb\xb8\x4b\x9e\x08\x58\xe4\xdb\x9e\x85\x59\x75\x24\x39\x94\x0c\x88\xfb\xd7\x75\xbb\xcd\x48\xae\x40\x59\xba\x53\xb0\x19\xcd\x8f\x14\xd7\xc8\xca\x75\x0e\x81\xf9\xe0\x8a\x8a\xd4\xbb\x4b\x2c\xd9\x8c\x28\x74\x85\x8c\x05\x8a\xb0\xa0\x21\x16\x86\x1d\x4d\xaa\x92\xe4\xb4\x5c\xc2\xc2\x2e\x79\x5e\x6f\x91\x2f\xe6\x2a\x9d\x67\x81\xba\x56\x6f\xd2\x69\x6d\x49\x83\x3e\x4b\x59\x4a\xeb\x73\x98\x7a\x1a\xa6\x9e\xde\x7c\xcd\x74\x10\x4f\x91\x5f\x16\x5a\xfd\xf7\xbf\x13\x57\x7c\xbe\xdf\xc0\x96\x4a\x09\xfb\x0b\x9a\x39\xb7\xe6\x9e\x6b\x5d\xff\x46\x7a\x6e\x60\x7b\xde\x02\x7a\x6c\xf8\x96\x62\xc2\x78\x90\x14\x7f\x26\x1f\x4b\x76\x7f\x85\xd2\xf6\x67\x2d\x1b\xfd\x65\xfb\x9c\x85\x74\xb6\x3f\x67\x9f\x23\xb1\x15\xe6\xb0\x9d\x43\xb7\x2c\xd7\x6d\xd1\xe2\x05\xf9\x6c\x4b\x0d\x1a\xb9\x63\xda\xd5\x16\xa9\x81\x5d\xdc\x85\xe2\x9d\xd4\xeb\x3c\x0b\x8c\x5e\x53\x2b\x10\x34\x0a\x6c\x2f\x6b\x95\x81\x57\x60\xb9\xca\xe8\xfe\x71\xab\x34\xf1\x86\x77\x92\x26\x2b\x83\xe4\xab\xc2\x96\xce\x4d\xd6\x2b\x3a\xc1\x40\x8f\xc5\x8a\xc4\xc0\xe5\x5b\xe9\xbe\x8e\x45\xda\x1c\x95\xf5\xe5\x6d\xfe\x4a\xd0\x68\x4d\xd9\x2f\xa7\x35\x24\x42\x24\xb3\x97\xd3\xb0\x61\x16\x61\xdc\x33\x80\x2d\x2a\xbb\x67\xc8\x08\x6d\x45\xce\xc2\xc1\x55\x08\x10\xf7\x4a\x13\x8a\x36\x16\x7f\xe1\xce\x63\x56\x62\x0f\x8f\xca\x7c\xa9\x9b\xb9\xe4\xf8\x0d\xe9\x4c\xea\xf0\xec\xe1\x31\x19\xb0\x7c\x8d\x34\x45\xa1\x8d\x2b\x2c\xae\xf0\x91\xca\xff\x64\x77\xf1\x2a\xbb\x5e\xe8\x3b\x8a\xb9\x57\xa9\x2a\x9b\xae\xfe\xdf\xf2\x2c\x97\xec\xe1\x11\x8c\xab\xe4\x0d\xd1\x4c\xa8\x99\x5d\x21\x7b\x78\x2c\xa6\x7f\xb6\x4f\x3f\xcd\x42\xa3\x27\xc8\x9c\x37\xd0\xcc\x25\xcf\x5c\x94\x0c\x7d\x2a\x4a\xda\x00\x29\x95\x4f\xcd\x80\x7c\x5d\x35\x9e\x1e\x92\xf9\x8b\x6d\x17\x38\xf9\x34\xd8\xff\x15\x0b\x0a\xb6\x22\xdb\x5d\x7d\x5b\x8c\x03\x13\x51\x87\xba\x63\x1a\xcd\x49\x91\x07\x24\x68\x86\x88\x0b\xa5\xb3\x86\x8d\x5f\x64\x99\x2d\xdd\x78\x4e\xb4\x6d\x34\x79\x13\xb3\x7b\x9f\x0a\xed\x02\xaa\x46\xb2\xf1\x2c\xc9\xf2\x59\xe4\x3a\x7a\x89\x24\x43\x77\x4d\x68\xc4\xef\x50\xb9\x49\x64\x4c\xac\xbc\xff\x93\xec\x91\x5f\x09\xb6\x9e\xbc\x4a\xbb\x9c\x67\xb4\xd5\x31\xa6\x9c\xff\x17\xd9\x59\x64\x17\x0a\xa5\x65\xc1\x4c\xfb\x19\xec\x95\x91\x70\x73\x8b\x08\x53\x03\x90\xdb\x92\xac\x1e\xa1\x06\x7c\xce\x8e\xfa\xab\xc6\x08\xfa\xf3\x57\x64\x65\x9d\xa9\xec\xa9\x7c\xfd\x0a\x5b\xf5\xaf\x5f\xe5\x26\x2e\x17\x61\xac\xe4\xfe\x9c\x91\xd3\x86\x6c\xa1\xce\xe2\x91\xd2\x40\xff\xbb\xac\xd6\x29\xe9\xe3\x8b\x0f\x4a\x7c\xf4\xa0\xac\x15\x20\x05\xe6\xed\xcc\x4a\x5c\xa6\xef\x94\xc4\x4c\xad\xf8\x52\x60\xce\xbd\x46\xa5\x7a\xe9\xf1\x00\x2a\x49\x34\xc9\xd9\x89\x1b\x2b\xea\x8a\x01\x8d\xe4\x1e\x0c\xdc\x0f\x58\x94\x7f\x5e\x20\x3f\xe2\x76\xa7\xc6\xa4\x94\x15\x51\x2d\x28\x69\xad\xca\xb4\x51\xb7\x3f\xa9\x46\x6a\xda\xd2\xab\x85\x05\x39\x21\x51\xfe\xfa\xba\x64\x45\xd6\xb7\x02\xcb\xcc\x53\xe9\x20\xbc\xd4\x36\x05\xf6\x32\x6d\xe0\xe6\x0c\xce\xb9\xa3\x5b\xcc\xbb\x31\x57\xfc\x5c\x51\x03\x81\x17\x2c\x54\xb9\x28\xd4\x3d\x66\xa5\x54\x65\x4a\x35\x0f\x30\xd4\x3c\x3c\xea\xd5\xff\x0a\xcf\x93\x41\xd2\xaa\x7d\x25\xdf\xac\x50\x18\x73\xab\xfe\xc9\xbd\x55\x0a\x7d\x7c\xca\xb0\x70\xb8\x9b\x1c\x3f\x88\x38\xf7\x27\xac\x6f\xbd\x60\xab\x02\x8e\x3d\xed\x5e\xe9\x7e\xe3\x73\x00\x48\x88\xc3\xba\xf4\xcb\xfd\xc6\x16\xcc\xb3\x9d\xdd\x25\x3d\x9d\xab\xf6\xaf\xe9\xe4\xe2\x26\xaa\x50\xf3\x7a\xb3\xa0\x79\xfd\xf1\x07\xf9\x65\x61\x67\x92\x58\xb7\x52\xc3\xba\x44\xb6\x00\x57\xe1\x03\xdb\x2f\x00\x56\x35\x5f\x47\x6c\x3a\x53\xf5\x6a\x52\x25\x2e\xa3\x4c\x10\xf7\x59\x57\x04\x93\x31\x8f\xda\x81\x76\xff\x30\x48\x85\x76\x0f\x47\x69\x71\x27\xa5\x0a\x94\xc9\xe7\x2f\xe5\xec\xc1\xfd\xb7\xad\xac\xeb\x41\x6a\xf4\x48\xbd\x16\xe6\x97\xc0\xb4\x23\xc5\xe7\xa4\x45\xc4\xff\xc9\x43\x3e\x67\x69\x95\xbf\x17\x47\x7b\x99\x49\x58\x96\x58\xb4\x0a\xff\x92\xfa\x9e\x01\xc0\x9c\x81\x38\x35\xda\x28\x0a\xa1\x59\xb8\x17\x31\x1f\x9b\xb0\x64\x4a\x64\x5b\xfc\x97\x92\x07\xae\xeb\x44\x77\x3b\x57\x33\x4c\x7c\x75\xd1\xe7\x2d\xf1\xb8\xfb\x15\x3f\x5e\xad\x63\x52\xb7\xa3\x1c\xf2\xfd\xf1\x07\x3c\x2f\x36\xab\xcb\x2a\xb3\x24\x7c\x9d\xb4\x06\x5a\x42\x3e\x7f\x49\x9f\x04\xba\x6d\x0e\x9e\x74\x63\x13\xe5\xeb\xd4\xb6\xf9\x95\x97\xd1\x88\x3b\x37\x79\xe0\x2c\x0e\xfa\xf8\xd5\x8d\xb5\xf6\x68\xeb\x35\xf9\xa5\x04\x88\x4b\x5f\x71\x5c\x94\xc1\x71\x0b\xfd\x6e\x5e\xa7\xb5\x6a\xbb\x00\xd9\x36\x38\xd7\x2d\x7d\xe5\x95\xc4\x11\x24\x63\x9f\x97\x34\xf9\x9a\xfa\x25\xc2\x4c\x77\xb7\xc8\x43\x44\xed\xe1\x6b\x7d\x29\xd6\x7c\x84\x92\x1a\xa0\x5f\x9a\x15\xf2\xab\x64\x82\xd8\xae\xb7\x60\x06\xcc\x18\x1c\x61\x5b\xf4\x15\x0c\x8c\x5f\xdd\x7c\x03\x63\xf6\x79\x29\x35\xa9\x2c\x98\x17\x61\x88\xba\x5b\xf3\x96\xf1\x6f\x39\xfb\x88\xa5\xee\x84\x79\xfc\xf7\x73\x39\x7e\xee\x6e\xd9\x58\xf4\xaf\x6d\xa6\x87\x2c\x65\x23\x47\x8c\xa2\xff\x05\x53\x7d\x01\x15\xe7\xfa\xf4\x97\x11\x10\x6f\x52\x7b\x31\x09\x39\x14\xfb\x6f\xa4\x1e\x76\xe8\x67\xed\x86\xb2\xea\xf4\xdc\x6e\x68\xe1\xfe\xce\x85\xdd\x10\x9b\x04\xe7\x74\xc6\x4b\xd8\xf7\xb2\x66\x73\x6b\x07\xde\x4c\x13\xd7\x43\x3a\xe3\xe9\x36\x63\x98\x96\xd9\xd2\x04\x6c\xae\x01\x04\x29\xc8\xb3\xee\x7b\xf8\xac\xc8\x66\xa2\x8a\x68\x35\x64\xed\x81\xb2\x6d\x52\xe6\x94\x52\x3c\xea\x5b\xa5\x07\xf9\x1d\x34\xff\x3e\x3e\xf3\xb7\x74\xcb\x2d\x08\x90\x55\x96\x9a\x98\x1c\xb2\xb0\xe6\xe5\x90\x38\xb8\x6d\x81\x01\x93\xeb\xde\x36\xf2\x77\x39\x6e\x46\x9e\xef\xaa\x04\x78\xbd\xe0\x75\x90\xb9\x23\x55\x19\xa0\xf2\xdc\x39\x76\xd1\x9d\x63\xde\xf4\xb3\xe8\xd2\x81\x4e\xf0\x44\x2d\xaa\xbf\x68\xde\x90\x9f\xdd\x2f\xe4\xd7\xec\xcf\x57\x78\x3c\x0b\xd2\x97\xfc\x3f\x52\x97\x7b\x0c\xc5\x11\x48\xa2\x12\xa2\xdb\x2a\x93\x5f\x6a\x5b\x95\x1e\x8b\x9a\xb6\x33\xd0\xa8\x3b\xa4\x33\xfd\x4c\x2b\xdf\x17\x03\x6c\xbd\x88\x08\x6c\xae\xa9\xa3\x20\x79\xb5\x6a\x28\x78\x6a\x4e\x29\xf4\x81\x59\x85\x22\xee\x84\xac\x2e\xbf\x7b\xab\xbb\xb6\xdc\xdb\x04\x7a\xb8\x8a\xa9\xb0\x2e\x00\xde\x9a\xf7\x95\xcc\x70\x0a\x62\x2d\x16\x2e\x19\x9e\xf9\x59\x82\x65\xd9\xbd\xe5\x73\x62\x66\xc5\x15\xe7\x8b\x26\x98\x82\x02\x09\x85\xe8\x14\xf2\x12\x77\x75\xdf\x73\xc5\xd6\x73\x2a\xb0\x62\x5f\xd9\x60\x11\x1f\x0a\x2d\x6b\xce\x62\x15\xaf\x35\x09\x57\x26\xee\x77\x49\x33\xc0\x89\x6f\xce\x33\x72\x32\x5f\xac\x29\xa6\x4b\x94\x38\x98\xe8\x9a\xcf\xd6\x3c\xbe\xdc\xb9\x4e\x64\x83\xa5\xe0\x9b\x03\x4e\x1d\xb8\xb0\x17\x71\x47\x93\x1d\x35\xf0\xf5\xbf\xde\x90\xda\x16\x71\x58\x20\xdc\x40\x3b\x7e\x06\x7d\x4e\xb5\x3d\xdd\xf6\xc5\x16\xeb\x16\x6f\x26\xa2\x10\x75\xda\x0c\x4b\x2f\xa2\xc3\x21\x89\xcf\x59\x34\x09\x50\xac\xda\xad\xc7\xfb\x0b\x83\xfb\x73\xd5\x93\x97\x71\xd4\x77\x31\xad\xf6\x0c\x4b\x9d\x2f\x2e\xb8\x29\xdf\xe4\x70\x6c\x3e\x13\x15\xb2\x8f\xce\x3c\x59\xb6\x79\x21\xd3\x2c\x1f\xe3\x1f\x32\xb8\x40\xe7\x9f\x25\xe7\xbe\xaa\xed\x66\x56\xa4\x25\xb7\xd4\xde\x6f\x6c\x65\xf0\x24\x87\xf9\xb9\xc1\x26\xf3\x31\x45\x05\xb7\x84\x2f\x4a\xc4\xe2\x53\x61\x0c\x39\x90\xb3\x4d\x63\x2c\xf0\x2d\x97\x0a\x90\x6a\x7d\x09\xdf\xa3\x81\x07\xa9\x88\x56\x25\xd5\x39\x80\x5f\x30\xff\xcc\x5b\x5c\x24\x94\x7e\xf2\x96\xd4\xf4\xcb\xb2\x98\x1f\x5d\x31\x57\x27\xfd\xba\x51\x99\x13\x5f\xea\xd6\x52\x63\x4b\xad\x9b\xd4\x11\x84\x45\x44\xdb\xd5\xe7\xad\x83\x4b\x82\x92\x8a\x79\xa8\x90\x92\x3f\x57\x44\xcc\x59\x9f\x59\x99\x84\x85\xe7\x48\x0b\x27\x18\xf9\xe7\x48\x7f\xfc\x41\xd6\xc1\x4f\x32\x87\x45\x6f\x48\x98\xb5\xb4\xb1\xbf\xe0\x8c\x28\xaf\x71\xc5\x23\xc4\xff\x92\x63\xa2\x6c\x50\x61\x5e\xb0\x5f\xf2\x72\xde\xe9\x27\xc7\x7e\x30\xef\xf0\x93\x03\x32\x87\xe5\xc7\xfa\xaa\xa2\x1b\x5d\x66\x47\x3e\x87\x66\xee\x6d\xae\x94\xe1\x9e\xeb\xd0\x6e\x26\x02\xd6\xcd\x5a\xe4\xf3\xe2\x3b\x95\x39\xb2\xd0\xa4\xf7\xc7\x1f\xcb\xdc\x50\x35\xa8\x05\x33\xc9\x12\x1e\xd1\x5b\xfa\xdf\xe5\x17\xa6\x91\x33\xe3\x3c\x10\xef\x19\x93\xf3\x7d\x24\xec\x64\xe0\x7a\x34\x4f\xab\x1a\xd8\x5c\xd3\x0d\x95\xdb\xe2\x3c\x8e\x2d\xcd\x5f\x05\x8e\x0e\xe6\x5d\x9e\xb2\x5b\x64\x29\xb1\x63\xc8\x44\xeb\x48\xad\x80\x0b\xfe\x2d\xd4\x59\xb2\x1a\x67\xba\xf7\xd3\xa7\x69\x1c\xe7\x5a\x34\x53\xb5\x5b\xfe\x97\x4c\xd6\xe5\xf3\xf4\xaf\x9c\xa2\xb8\x3d\x2b\x9e\xa4\xf8\x3e\x97\xaf\x04\x93\x8b\xd7\xc8\x97\x60\x69\xac\x70\xfe\x3c\xcd\x06\x22\x2f\x4e\xd5\xe4\xf9\xf2\x29\x3a\x3f\x3f\x63\x2b\x5c\x31\x77\x2c\x34\xf2\xe7\xae\xaf\x4a\xcf\x49\x8f\x4a\xef\x37\xd4\xd5\xc0\x2a\x99\x2a\xd9\x51\xca\xce\xfd\xc6\xeb\x0c\x9b\x97\x72\xda\x1e\xab\x7c\x99\xd3\xfc\x37\xf3\xde\xfc\x7f\xff\x3b\xb9\xdf\x40\x8b\x4e\xce\xeb\xc4\x26\x48\x7e\xd5\x0e\xbb\x74\xf7\xb7\x58\xeb\x55\xae\xf6\xe0\x4e\x26\x95\xab\x57\xcb\xe1\xd5\xe9\xef\xca\xb6\xb1\x87\x47\xdd\xd7\x11\x66\x7c\xe6\x2d\xe8\x6d\xaa\xb1\xa9\xaf\xc0\xaf\x7a\xa7\x5e\x2d\xb4\xee\x47\x0f\xe3\x56\x39\x33\x78\x4b\x18\x0a\x80\xfe\x9b\xa3\xff\x97\x05\x5b\x94\x89\xef\x06\x17\x99\x74\x12\xbf\xb0\xcc\x31\x93\x76\x34\xc8\x94\x2e\xce\xe1\xd0\x5b\x3b\x88\x5d\x48\x12\x90\xe2\x4d\x76\x7d\x41\xaa\x30\xa6\x8b\x49\xf6\x00\x9d\x6d\x55\x60\x01\x2d\x1d\x97\xc9\xce\x6e\xea\x2e\x11\xa8\x7a\xdb\xf1\x0e\x41\xf2\x89\xce\x43\x5b\x80\x3d\xf3\xa8\x12\xd8\x3e\x5d\xc0\x70\x69\x87\xb8\xc1\x88\x1f\x74\xa8\xd0\xfa\xa1\x9d\x4c\xb2\xc5\xea\x8d\xd8\x04\x89\x28\xaa\xff\x5f\xe9\xd7\x57\x77\xee\x1f\xad\xad\x40\x94\x7e\x7d\x75\xfc\xc7\xee\xe1\x1f\x7b\xf5\xad\xd2\xaf\xaf\x2c\xcf\xf6\x43\xda\xdd\xfa\x15\xf0\xfd\xad\x5a\x11\x52\x6d\x08\x96\x24\x55\xc8\xd0\xab\x80\xd1\x8a\x87\xf1\xbf\x4b\xd1\xf8\x31\x21\xba\xb1\x17\x44\x81\xcb\xba\x76\xcd\x9c\x5e\xda\x29\xf0\x74\x77\x96\x86\xf0\x4e\x22\x3b\x44\xb4\xe8\x8e\xae\xbb\x54\xc1\x5e\xdb\xb1\x9d\x01\x4d\xa3\xa6\x2e\xed\x70\x61\x57\x4a\x7e\x85\x5d\xe5\xa5\x1d\x96\xb6\xc8\xab\x74\x8b\xa8\x84\xfa\xe2\x70\xce\x55\x9a\x71\x09\x5d\xd6\x20\x2d\x5a\x35\x51\x96\xc0\x11\x63\xc1\x6d\x05\x4b\x25\x4c\x07\x3f\x33\xae\xeb\xaa\x3b\xf9\x5e\x62\x7a\xb0\xc6\x0f\x76\x08\xd3\x1c\x3b\xb5\x66\x28\x2a\x2f\x1c\x9c\xcf\x05\x75\x21\x98\x54\x43\xe7\x3b\xa8\xde\xf4\xa9\x28\x25\x6e\x53\xc9\x61\x34\xbe\xe3\xf1\xbb\x32\x51\x29\x2e\x17\x5a\x94\x8c\x82\x02\x28\x2d\x1e\xc3\xa4\xae\x23\x0a\x97\xe6\x84\xbf\xca\xb5\x7f\xa1\xbe\x38\xd5\x66\xb1\x57\x5c\x91\x0b\x5c\x91\x13\x5c\xe2\x06\xa7\x50\xeb\xc1\x5d\x9a\x6f\xfa\x7c\xb4\x58\x81\x8f\x5c\xb1\x97\x5c\x1a\x39\x33\xe7\x25\x33\xb7\xaf\x8e\x9b\x41\x92\x51\xf9\xd9\x1b\xfb\xfc\xf9\x53\x2c\x5a\xe7\xe0\x7f\x86\x3c\x5d\xa8\x34\x15\x4f\x11\xed\xc7\x19\x25\x76\xa2\x51\x20\x5c\x9f\xe2\x4c\xd9\x28\x6f\x54\xff\xf1\x8f\xfb\x80\xc0\x7f\xe4\xf6\x6d\xab\x43\x4e\x5b\x17\x4d\xf2\xd1\xe8\x10\xab\x7d\xdd\x6a\x36\x48\xeb\xea\xb6\x4d\x6e\xdf\x1a\x57\xed\x0e\x39\xbd\x69\x5f\x92\xb3\x1b\xe3\xd4\xb8\x32\x36\x3b\xe4\x43\xf3\xaa\xd1\xbe\x69\x36\xc8\x69\xfb\xe6\x9c\xb4\x4f\xc9\xe9\x45\xfb\x16\x30\x95\x2e\x5a\x1f\x5a\x57\x67\xc4\xb8\x25\x03\x21\x42\xfe\xaa\x5a\xed\xbb\x62\x30\x7a\xa8\x38\xcc\xaf\xf6\x23\xbb\x67\x07\x76\xf2\x29\x22\x4a\xab\xbe\xcd\x05\x8d\xaa\xe1\xe8\xc1\x73\x9d\xea\x98\x06\x5d\x16\x55\x7b\x1e\x13\x10\x1e\xf3\x0f\xf2\xf1\x6d\xcb\x7a\x4b\xac\xf6\xd5\xad\xd1\xba\x92\xcd\xfc\xad\xd9\x91\x15\x93\x46\xab\x73\x7d\x61\x7c\x92\xd5\x5d\xdd\x5d\x5c\x90\x0f\xc6\xc5\x5d\xb3\x43\x5a\x57\xa4\x73\x6b\x58\xe7\xcd\x86\x6c\xf1\xf5\xdb\x4e\x85\xdc\xbe\x6d\x92\xf6\x4d\xeb\xac\x75\x65\x5c\x00\x4e\xd9\x5e\x62\xb5\x1b\xd8\xe1\x8b\x96\xd5\xbc\xea\x34\x1b\xe4\xee\xaa\xd1\xbc\x01\xe8\xcb\xd6\x6d\xfc\x98\x18\x1d\x89\xf0\xb6\xd9\x20\x66\xf3\xa2\xfd\xb1\x42\x8c\x46\xa3\x75\xdb\x6a\xc7\xc8\xac\xb7\xc6\xd5\x59\xb3\x43\xde\x1a\x1f\x9a\xc4\x6c\x36\xaf\xa0\xb1\x37\x2d\xf3\x4e\x96\x01\x22\x36\x63\xe2\x21\xc5\xb0\x1e\xe3\x8a\x18\xd7\x86\xf5\xb6\x49\xea\x71\x5d\x65\xd2\x69\x36\x01\xe9\x1a\xd4\x7b\xf0\xd8\x43\x4c\x3d\xa9\xdc\x04\x9c\x56\xe2\x21\xad\x4a\x76\xac\xfe\x83\x50\xee\xb9\x81\xd8\x51\x57\xa2\x91\x30\xa2\x3d\x1a\xed\x28\xdf\x00\x09\xb5\x08\x13\xb0\x1d\x8f\xb1\x70\x47\x8a\xab\x02\x90\x7f\xcb\xf9\x87\xc7\x78\x3b\xf8\xaa\x1a\xb0\x1d\x29\x91\x76\x6c\xcf\xb5\x79\x31\xe6\x88\x76\xa9\xe3\xd9\x11\x2d\x06\x19\x71\xea\x51\xce\x77\x28\x77\xec\xb0\x08\x4e\x75\x04\xc4\xd4\xfa\x8d\xa4\xd3\xd0\x73\x1d\x57\xec\xc4\xa2\x78\x07\xe7\xf5\x0e\x48\xc7\x97\xf4\x75\xc4\xe9\xce\x03\xed\xb1\x88\xee\xe0\x72\x52\x50\x9a\x3e\xc9\xff\x15\x77\x56\x2a\x01\xea\xe5\xa9\xc7\x04\x09\xbd\x51\xdf\x0d\xe0\xec\x82\x0f\xd8\xc4\x0d\xfa\xc4\x89\x18\xe7\x03\xdb\x8d\x38\x99\x0c\x68\x40\xc4\x80\x12\x9f\x8d\x38\x25\x03\x36\x96\xfb\x3c\xf9\x17\x9e\x86\x1e\x13\x15\x39\xf0\x16\x0b\x67\x91\xdb\x1f\x08\x52\x72\xb6\x48\xbd\x56\x3b\xda\xa9\xd7\x76\xf7\x49\xab\x7d\x61\x10\x3b\xe8\x92\xb6\x47\xc9\x85\x3d\x8a\x38\x0d\x2a\xf7\xc1\x05\x32\x4f\x17\x74\x0b\x44\x25\xf9\x3f\xe5\xa9\xfb\xe0\x16\xd0\x43\xdb\x94\xae\xc8\x25\x1c\xa7\x84\x85\x92\x90\xfc\x95\x84\xba\x17\x49\x63\x61\xd5\xb8\x17\xf7\xc2\x67\x5d\xfa\x2a\x59\xb2\xef\x37\xa6\xf7\x1b\xf8\x65\x16\x7f\x99\xce\xee\x37\x10\xd6\x61\x9e\x5c\x6f\xe0\x03\x9f\x78\x6e\x40\x3f\xba\x5d\x31\x90\x28\x20\x14\x3b\xb8\x17\x20\x6b\x3b\x54\x28\x52\x74\x29\x11\x8c\xb0\x80\x12\xd6\xc3\x0a\xca\xf3\xe8\x2b\x44\x76\x00\x2b\x87\x02\x78\xc7\x20\x27\x36\x19\xd3\x48\xb8\x8e\xed\xdd\x07\x49\xdb\x89\x18\xd8\x82\x78\x54\x70\x32\x63\x23\x22\x22\xdb\xa1\x50\x17\xac\x7e\x9c\x30\x1c\x84\x29\xb1\xa7\x2e\x8f\xeb\x4a\x30\xde\x07\x03\x16\xb9\xcf\x2c\x10\xb6\x97\x0e\x1e\x90\x1d\x1b\x93\x80\x8a\x01\xf5\xc9\x03\x13\x83\x0a\xb9\xdf\xc0\x4e\x6f\x10\x17\x9e\x23\x0d\x64\x87\xc4\x80\xea\x4d\x2b\xa9\xd5\x40\xc2\xdd\x6f\x44\xfd\x07\xbb\xb4\x7b\x54\x2b\x13\xf5\xff\xca\x71\x6d\xeb\x7e\x63\x4b\x36\x2a\x21\x5d\x8a\x74\x22\x7f\x12\xd6\xbb\x0f\xe4\xaf\x6e\x64\x4f\x02\x22\xc1\x78\x06\xed\xee\xd6\xfc\x90\xdb\x1e\x67\xc4\xee\x76\x39\xe9\xb1\x51\x44\x50\x54\x2b\xb7\x1f\x1c\x79\x42\x76\xe4\xe2\x6c\xc5\xed\x2c\x91\x90\x71\xb2\x15\xab\x22\xf1\x60\x85\xea\x92\x55\xd5\xb1\x94\x3c\x15\x72\xc5\x04\x45\xc2\x43\x8a\x34\x97\x13\xc7\xa3\x76\x44\xbb\x52\x37\x93\xb0\x23\x2e\x47\x9f\x40\xe4\xd3\x18\xa9\x87\xf3\x40\x52\x2f\x64\x1c\xbb\xe9\x4a\x25\x8a\x45\x5d\x37\xb0\x85\x1c\xaa\x5e\x32\x33\x60\x04\xf8\x80\x8d\xbc\xae\x54\x22\x71\x10\x93\xf3\x66\x9f\xfc\x87\x4c\x5f\x91\x69\xc8\x78\x99\xcc\x5e\x91\x99\x6c\xff\x37\x52\x92\x0c\xe0\xd8\x81\xac\x9d\x4c\xeb\xd5\xe9\x5e\xb5\x52\xa9\xc8\x26\xcd\xd8\x68\x33\x92\xad\x92\x73\xd4\x1f\x79\xc2\x0d\x3d\x85\xce\x9e\x52\xb9\xcb\x9f\x0c\x5c\x67\x00\x1d\x61\x6e\xe0\xb8\x5d\x2a\x39\xc2\x9b\x41\x83\xb8\xed\x53\xa8\xd6\x16\xc4\x96\x13\xdb\x16\xc0\x6b\x7d\x2a\x88\xdc\x25\x4a\x36\x42\x9f\x76\xd9\x74\x98\xe8\x92\x71\xc6\x34\x10\x15\xd2\xea\xe9\x3d\xc6\xd4\x2c\x19\x6a\x6a\xd4\xab\xc4\xa3\x03\xbf\xd3\xf1\x49\x86\xc6\x92\xcf\xe7\x06\x23\x2e\xe3\x31\x67\x98\x16\x09\x19\x4f\x4b\xd9\x92\x20\xd9\x4a\x05\x83\x02\xf2\x13\x5e\x8c\xa2\x88\x06\x42\x3e\xb3\xd1\xeb\x3c\x90\x00\x41\x9f\x46\x04\x2e\x4d\x95\x84\x73\x7b\xf1\xe9\x19\x0e\xf0\xe2\xd8\xb6\x41\xbe\x00\xe1\xa4\xe4\xf1\x66\xc4\x4e\xd9\xa8\x14\xda\x5c\x0a\x2e\x39\x98\x0c\x31\x65\xb8\x70\x6b\x4b\xb6\x46\xe2\x24\xae\x20\x82\x55\xe2\xf6\x37\xa7\xb6\x1f\x7a\xb2\x4e\xbb\x4f\x95\xec\x92\xb2\xd8\x9f\x81\x18\x7e\x43\xfe\x56\x91\x84\x2f\x91\xbf\x95\xee\x37\xfe\x07\xee\x43\x82\x69\x55\xa9\x54\xca\xe4\x3f\x44\x17\x73\x04\x25\x1c\x0a\x97\x6f\xf2\x7f\x72\x77\x20\x32\x05\x21\x9d\x50\x29\x3b\x9a\xba\x47\x38\xa1\x63\x51\x4e\xba\x55\x26\xae\xa0\x3e\xd9\x8a\x45\xa8\xdc\x9c\xcc\x3d\xba\x17\xd5\x2a\xb9\x00\x6a\xcf\x8f\x01\x4c\x6d\x5b\x48\x2a\xb9\x81\x20\x0f\x54\xd2\x19\xea\xa4\xdd\xb8\x30\x76\xb3\x92\x1d\xdf\x04\xf5\xbd\x98\xbe\x82\xfa\x2a\x12\x0f\xa0\xf9\x4c\x6a\xe4\x4b\x39\x05\x98\x2d\x02\xec\x92\x2f\xf1\x7b\x50\xdb\xe1\x4b\x12\xb1\x98\x34\x5a\x05\x78\x63\x48\xbe\xd6\x72\x16\x4a\x45\x55\xee\xe5\xb2\x6d\x1c\x05\xd9\x56\x26\xa8\x61\x25\x88\x77\x62\x3b\x64\x01\x2e\x1e\xea\xd3\x88\xe6\x70\x2a\xf0\x84\xdd\xb7\xa5\x74\xeb\x09\x1a\x01\xeb\x02\x47\xca\x25\x14\xf5\xa7\xc4\xf7\xa9\xf4\x37\xb5\x55\x43\x7d\x43\x2d\x79\xe4\x4d\x12\x32\x94\x59\xf5\x70\x07\x93\xae\x7b\x65\x52\xad\xc6\xcb\x13\xfe\xce\x5f\xa4\xb4\xe0\x21\x58\x06\x37\x73\xa5\xfb\x66\x02\xa6\xad\x8d\xbb\xea\x21\x66\x47\x88\x13\x8c\x24\xfc\xe5\x06\xae\x28\x49\xd6\x4b\x76\x9c\xd5\x6a\x46\x16\x6b\x92\x23\x20\xa1\x3b\xa5\x1e\xbf\x4f\x83\xa1\xb4\xd7\x6f\x50\x4c\xee\xec\x82\x90\x94\x1f\x92\x6e\xb4\xab\x36\x7d\x24\xcd\x6d\x02\xca\x88\x3e\x19\x75\x3b\x44\x66\x92\x4a\xb9\x32\xe7\x41\x0d\x8f\x52\x79\x34\x25\x2a\xc0\x45\xed\x35\x33\xb1\xe7\xc9\xa8\x90\x37\x58\x69\x58\x77\x00\xa7\x96\x48\x24\x8b\xea\xd2\x16\x83\x8a\x6f\x4f\x4b\xb5\xb2\xfa\xee\x06\x25\x56\xf1\x68\x4f\x4e\x42\x89\x02\x16\xca\xd2\xd6\x56\x3e\x8e\x59\x31\x0e\xc1\x42\x85\x62\x40\xa5\x02\x96\xc1\xa1\x05\x9d\x02\x88\x4a\xd9\x7c\x43\xe5\x4a\xdc\x1e\xd3\xc8\xb3\x67\xa9\x3f\x78\x96\x92\x59\xf1\x1d\x77\x55\xa7\xe3\x6b\x18\x54\x29\x0f\x71\x4d\x00\x25\x52\xae\x12\x3a\x9a\xcc\x1c\xd1\x47\x64\x51\xd4\x67\x87\x04\x9e\x2c\xd4\x99\xa5\x73\x4a\x21\x64\x8a\xac\x17\xfd\x5c\x87\xe6\xe6\xab\xde\x96\x85\xa9\xac\xd9\x25\x16\xab\xd0\xb3\x6c\xa5\x75\xa4\x0e\xbd\xc1\xa5\x5c\x48\xda\x23\x51\x9a\xeb\xd2\x3c\x2e\xcd\x38\x9d\x0f\x36\x25\xbf\x48\x3e\xcc\xc4\x23\x17\x32\xe9\x3a\x63\xac\x67\x08\xc9\x6f\xf6\x25\x1b\xd3\x12\xfd\xbe\x86\x43\xfd\x7d\x2a\x3a\xd4\xa3\x4e\x9c\xf6\x64\xe1\xa1\x96\x25\x30\xb7\x3f\x92\xab\x06\x6e\x77\x5e\x84\xe2\x29\x2e\x47\x2c\x41\xff\x7e\x2e\x40\x3b\x8f\xe7\xd5\x34\x85\x9b\x21\x62\x06\xc6\x5f\xa5\x3c\x1e\x2a\x9c\xa9\xb4\x12\xda\x7d\xfa\x1b\xd9\x51\xb8\x96\x4f\xdc\x35\xa6\x2d\x22\xfc\x94\x22\x5c\x3a\x8b\xd7\x98\xba\x19\x46\x87\xcb\x11\x40\x01\x50\xd7\xed\x40\xe4\x4a\xb2\xb4\x48\x98\x32\x6a\x76\x6f\x99\xd7\xcd\xc4\xe5\xa3\x2c\x54\x23\x86\x8a\x10\x2f\x6d\x55\xd2\x2e\xc9\x45\x26\x67\xf4\x35\x6c\x15\x50\xa3\xd8\x48\x94\xd2\x89\x90\xf6\x65\x01\x50\x2e\x8b\x25\x8d\xf7\x32\x6e\xb9\x0b\x9d\xd2\x3a\x9f\xdb\x2b\x47\x4c\xb7\xe6\x6c\x8a\xc4\x89\x87\x3e\xbf\x4b\x59\xcf\x4b\xa7\xa8\x87\x88\x4b\xe2\x69\x67\xf8\xa9\x4f\xc5\x75\xf2\xb0\xa4\xdb\x69\x1d\x31\xad\x70\x7b\x4c\x75\x5e\x13\xd3\x8a\x88\xec\x80\x7b\xb6\xa0\xa5\x14\x99\xc6\x50\xed\x84\x21\xe6\x43\x8c\x56\x88\x05\x68\x9f\xdd\x7d\x5c\xde\xdb\x4a\xb2\x86\x2b\x67\xf3\x5a\xe5\x80\xbc\xca\xe4\x10\x53\x2d\x17\x11\x1b\xe2\x5d\xef\xe4\x0d\x71\x2a\xa0\x22\xbc\xce\xc2\xa4\xb8\x24\x44\xf2\x2b\x07\xea\x1d\x73\x03\xf2\x86\x6c\x46\x6c\x14\x74\x37\x17\x2a\x7b\xa0\x7d\x37\xb8\xb6\xe5\x44\xd2\x0a\x43\xa7\x61\x3c\x12\x27\xc8\xcd\xe9\xe6\x56\x4e\xe7\xe3\xee\x4b\xf6\xf8\x2d\x9e\x74\x3d\x8f\xb1\x48\xa7\xda\x16\xd9\x96\x04\xca\xe4\x20\x93\xb5\x4b\x16\xbc\x65\x25\x28\x5c\x26\xb5\xad\x05\x00\xd9\x83\x14\x20\x3b\x4d\xf5\xe4\x61\xcb\x9b\x3e\x5b\xd9\xf4\x4f\x45\x4d\x9f\xad\x68\x7a\xad\x8c\xe5\x0b\x9b\xae\x8b\xaa\x1c\xd8\x6f\x79\x63\xbf\xb8\x68\xe0\xdb\x08\xee\xfa\x49\x5f\xe7\xcf\x54\x3e\x18\x09\xb8\x6d\x78\x7d\xe1\xa3\xcb\x86\x51\x00\x1b\x98\xcd\x58\x98\x6c\x96\xc9\x2a\x71\x92\x29\x22\x09\x93\x96\x59\x10\x2c\x89\xc8\xc4\x5d\x57\x05\xcd\x0e\x4a\x52\xc6\x67\x53\x81\x2b\x5e\xc1\x5f\xa5\xeb\xc6\x86\xa7\xf8\x4b\x9c\xd7\xcc\xf6\xe9\x2b\xb2\x99\x8c\x56\xac\x2f\x8f\x69\xc4\x5d\x16\xbc\x22\x9b\xbb\x95\x1a\x3e\x84\xba\xbf\x6d\x95\x26\x6e\xd0\x65\x93\xca\xe3\xfb\x11\x8d\x66\xff\x67\x1e\xff\x3f\xf3\xf8\xff\x99\xc7\xff\xfb\xcc\xe3\xef\xec\xb1\x8d\xf5\x80\x5c\x03\xeb\x91\xe7\x3e\x44\x76\x34\x83\x9d\x0e\xce\xde\x72\x3c\xcf\xe5\x66\xb9\xb2\xf7\x93\xac\xe1\x8a\x7f\xaa\xa4\xe7\x46\x72\x99\x97\x3b\x6c\x29\xda\x49\x97\x86\x34\xe8\xd2\xc0\x99\x95\xc9\xe3\x93\x6c\x10\xae\xd4\xf1\xfd\xd6\x8f\xbc\x4c\x26\x34\x86\x76\x05\x19\xd0\x88\x22\x26\x06\x3e\x06\x63\x1a\xb8\x34\x70\xa8\xe2\xcf\xeb\xf4\x38\x00\xfb\x07\x5f\x27\x2c\x02\x53\xc5\xc4\x15\x03\x34\x16\xf0\x84\xb3\xc9\x07\xd5\xff\xdd\xca\x6e\xfa\xb0\x15\xf0\xd0\x45\xf3\x0a\x9a\x17\x15\x36\xb4\x32\xdb\x81\xeb\xe3\x3b\x65\xef\x7d\x98\x91\x77\x6c\x10\x90\x1b\xca\xdd\x7e\x8a\xe5\x86\x7a\xd4\x2e\xa4\x8c\x2c\xa5\x51\xb2\x4c\xda\x8e\x60\x0f\x34\x92\x14\x3f\x49\x91\x28\xcb\x1b\x7f\x95\x3c\x91\x62\x1f\x1a\x52\x09\xed\x88\xd3\xd2\xfd\xc6\xff\xf4\x7a\xbd\xfb\x8d\xad\x0a\x77\x6c\x8f\x96\x36\xa3\xfe\xc3\x66\x99\xd4\x2a\xf5\x83\xad\x8a\xdd\xed\x96\x36\xed\xcd\x32\xd9\xa9\x55\x0e\xb6\x12\x37\x9f\xd2\x96\x42\x05\xbe\x1a\x60\xbf\x43\x94\x74\x2a\x22\xdb\x11\x25\x30\xc7\xf9\xb3\xae\x3b\x06\x3b\xde\xe6\x83\xed\x0c\xfb\xa0\xff\xec\x00\xe0\x26\xac\x43\xff\x50\x0a\x00\xf3\x68\xc5\x63\xfd\x92\x53\x89\xca\xc4\xa9\xf4\xe5\x9f\x07\xf9\xc7\x4e\xc0\xe2\x0a\x7c\x7b\x48\x4b\xbb\xb5\x5a\x99\x1c\xd4\xca\xa4\x7e\x20\x1b\xba\xaf\x37\x4c\x6e\xa0\x70\x1e\xa5\x16\xfb\x5a\xad\x7c\x50\x2b\xd7\x0f\xca\x12\xf6\x7e\x23\x21\x45\x6a\x04\x57\x7d\xdf\x02\x06\x85\x5e\xa7\xc9\x29\x62\xfb\xb1\xcf\xba\x6e\xcf\xa5\x5d\xe5\xb8\x0a\x18\xdc\x80\x0b\x29\xbc\x58\x8f\xf8\x36\x70\x89\x0d\xfe\x15\x2c\xa0\x1a\x8f\x54\x24\x7b\xbc\x22\xa7\xee\x94\xc0\x3d\x18\x64\x60\x07\x5d\x4f\x42\x73\x46\x68\xa5\x5f\x21\x72\x28\xa0\x74\x40\xa8\x1f\x8a\x19\x41\xd7\x2c\xd2\x65\x94\x03\x8e\x30\x62\xdd\x91\x43\x89\xad\x98\x28\xb2\xc1\x3d\x43\x0c\xec\x80\x3c\x8e\xc0\x68\x64\xf3\x81\x1b\x20\xff\x14\xd8\xd3\x14\x11\xd3\x70\x1f\x9d\xaa\x9a\x49\xa0\x14\x95\x49\xbf\x4c\x1e\xca\xc4\xce\x04\x9a\xb1\xb4\x24\x21\xac\x22\x11\x45\xe4\x8f\x3f\x40\x81\xc6\x47\x7d\xf2\x86\xf4\xb3\x8f\x1e\xc8\x1b\xf2\x90\x7d\x64\x93\x37\xc4\x4e\xd2\x4d\xfc\x4a\x6c\xf2\x8a\xec\xa6\x6f\xbb\x5d\xbd\x2d\x4e\x99\x74\x35\x3d\x29\x2f\xc9\xb8\x93\x84\x18\x6d\x6f\xbb\x5b\x84\x7d\x76\x2a\xce\xc0\x8e\x0c\x51\x72\xb7\xbe\x90\xed\x37\xa4\x3b\x9f\x2c\x95\x55\xd0\x22\xea\x3e\xd3\x8c\x09\x08\x5b\x00\xcc\x30\xd7\x86\xde\x9f\x6a\xc3\x3f\xde\x90\xde\xcb\xda\x10\x73\xb4\xde\x8c\xb9\xbd\xaa\x24\xe4\xbf\xde\x90\xdd\xbc\x8c\x6d\x72\x16\x97\x36\xc9\x36\xf9\xcc\xe4\xa4\x62\x72\x52\xb1\xca\xc3\x97\xca\x23\x73\x83\xd2\x66\x79\x53\x2a\xd5\x9b\x5b\x9b\x5a\xbe\xd5\x79\x3b\x9f\x86\xc9\xce\x41\x25\xff\xd8\x4b\xf0\xcd\x77\x28\xe9\x6c\x41\x8f\x12\x5b\x8c\xe3\xd9\x7e\x58\xf2\xdd\x40\xe5\x78\x2c\x13\xdf\x9e\xe6\xf5\x11\x2f\xa2\xf9\x27\xf1\xdd\x80\xfc\x0a\x7f\x55\x0a\x47\xf2\x2f\x59\x44\x3e\xb3\xa7\xf1\xb3\x45\x75\x1e\x19\x18\x6b\xab\x95\x61\x0a\xd2\x56\x20\x4a\xac\x12\x6d\x49\xd1\x72\x90\x6a\xda\xc8\xd8\x79\xa0\xfd\x45\xd0\x87\x02\xd0\x87\x45\x50\x5b\x07\x65\x15\xbb\x4c\x76\x17\xee\x23\x60\x0b\xac\xe1\x78\x2c\x28\xa2\xa2\x2a\x94\x11\x97\x6a\xd8\x1e\x92\xb1\xb3\xe7\xd9\xad\x90\x23\xb3\x62\x42\x49\x77\xbd\x6a\xea\x51\xbf\x4c\x1c\x9e\x8d\x48\x75\x14\xde\x2e\xd3\xec\x11\xe4\x0d\x91\xd0\x15\x87\xf3\x92\x2c\x50\x11\xec\x82\x4d\x68\x64\xd9\x9c\xce\xdd\xe1\xe0\x48\xe1\xb0\xb9\x49\xfe\xfe\x77\x82\x5f\xc1\x6e\x10\xc2\xcd\x10\x9b\xd9\xbc\x22\x04\x90\xc6\xb8\x11\x44\xcb\xf2\xa1\xc2\x1f\xe0\xa5\x4a\x4e\xf2\xf7\xbf\x93\x5f\xfe\x56\x09\x58\x97\x5e\xd9\x3e\xc5\x57\x7d\x2a\x4a\x35\x58\xa8\x58\x77\xb6\xb9\xa5\xc7\x33\x38\xe4\xcd\x1b\x35\x09\xd2\xa3\x81\xad\xcd\x2d\xe8\x50\xa6\x61\x59\x62\x66\x57\x59\x27\x8f\x9e\xf0\x4a\xa7\x26\x17\x51\x86\x8e\x11\x4d\x53\x9f\xf9\xda\x32\x2b\x87\x55\x6b\x62\x29\x82\xb8\x85\x6a\xd4\x7f\xb8\xbf\x2f\xdd\xdf\xf3\x7f\x94\x3e\xd7\x76\x4e\xbe\xfc\x67\xb7\xbc\xf7\x6d\x4b\xfe\x2e\xaf\xfd\xf0\xfe\x7e\xab\x5a\xa1\x53\xea\x40\x63\xb6\xb6\xe6\x18\xcb\x2f\x25\x1c\x1d\x51\xfe\x79\xf7\x4b\x99\xec\x4a\xc2\x65\x9e\xd6\x73\x9f\xee\xe1\xd3\xad\xfc\x86\xdb\x7f\xba\xe5\xda\xc3\xed\xd2\xaf\xaf\xee\xef\x2b\xf8\x7d\xeb\xd7\xbf\xa6\x63\xea\xe9\xa9\xc7\x6c\x7c\xbe\xff\xa5\xa8\xb3\x99\xbe\x2e\x36\xf6\xff\xad\xec\xce\x9a\x10\xeb\xf5\x39\x6d\xf1\xee\x97\x2d\xf2\x0f\x52\xaf\x1c\x1c\x2c\x74\xa6\x5e\xfc\x6a\x2f\x79\xa5\x77\x37\xae\xab\x70\x8c\x7f\x62\xbf\xd7\x66\x85\x74\x4d\xe1\x22\x8a\x7f\xc4\x74\xfa\xe9\xe4\x5a\x97\x63\xfe\xa7\xf4\xd9\xde\xe9\x19\x3b\xa7\xc0\xf0\xf5\x6f\x5b\xab\x7e\xbf\x94\xd1\x0f\x73\x19\x7d\xe1\xe9\x1e\x3e\x5d\xd9\xc4\xad\xe2\x1f\x2f\x6a\x19\xd9\x26\xcb\x9a\xa8\x5e\x17\xb5\x55\xbd\x9e\x6b\x34\x84\x30\x48\x75\x5e\x4a\x53\x11\xb9\x3e\xb4\x25\x77\x2d\x82\x98\x01\x00\x5d\x58\x81\x92\x16\xd7\xe5\x28\xa6\x7f\x12\xfb\xe9\x42\xc2\x6e\xf2\x86\x78\x8c\x0d\x47\xa1\x05\x3b\xc8\xcf\x12\x31\xe4\x0c\xfb\xac\x96\x94\x2f\xf3\x0b\xbf\x0f\xfd\xa8\x7d\x29\x27\x44\x50\x8c\x95\xc9\x5e\x90\xc4\x65\xe8\xd8\xd3\xb3\x72\xfb\x69\x64\xbf\x82\x3a\xe2\x46\x7e\x51\x2b\x8a\xfd\x3c\x8a\xe8\x2b\xf2\xb9\xbe\x9f\xf3\xf2\x81\xba\x7d\x7c\x29\x9f\xc3\x9f\x7a\x2d\x79\xe9\xd9\xce\xf0\x55\xda\xf0\xe4\xf1\x88\x26\x4f\x75\x5c\x11\x9b\x04\xaf\xc8\xe7\xdd\xc3\x83\x32\xd9\xaf\xcb\xff\xe2\x57\xce\xcc\x0e\xf2\x5b\xd7\xb5\xa3\x61\x06\xe1\xee\xde\x89\xfe\x2e\x2d\xb9\xbb\x77\xb2\xf0\xb6\x1f\xd1\x19\xd4\x28\x5f\xa9\x3f\x73\xef\x69\x5c\xbc\xa6\xf7\x41\xbe\x1c\x0e\xec\xa1\x2b\x4b\x1f\xcb\x82\xc7\x7b\x12\xe6\x48\x07\xf0\xed\x3e\x0d\x84\x24\x2b\xd4\xbd\xd8\x38\xe6\xb9\x63\x1a\xd7\x71\x7c\x00\x08\xca\x64\x3f\x83\x84\x45\x76\x80\x24\x96\x3d\xdf\xdd\x9f\x6f\x05\x8b\x9c\x81\xdb\x95\x75\x1c\xec\xa9\xcd\x6e\x6d\x5f\x07\x88\x68\x57\x6b\x41\xa6\x2c\xb7\x3d\x9f\xc9\xba\xeb\x7b\xb2\xf5\xb2\xf0\x6e\xbd\xae\x43\x8c\x5d\xe6\x51\x21\xcb\xef\x1f\xe3\x78\xed\xee\xc6\xef\x7b\x23\x67\xc0\x5d\x3b\x6e\x5a\x76\x30\xfb\xcc\xeb\xc6\x6f\xea\xbb\x07\x5a\xc5\x3a\x4d\xeb\xc7\xda\x0b\x37\xe8\xba\x7d\xf6\x8a\x7c\x3e\x3a\x50\xc4\x4a\x5e\xc5\xa4\x46\x1e\xdc\xab\x01\x21\xe2\x97\x9e\xdb\x1f\x08\xc5\x03\xbb\x47\x7b\xb2\xbe\x43\x80\xca\x00\x28\x46\xa8\xd7\xf7\x17\x99\x08\x00\xe2\x76\xed\xee\x4b\x88\xbd\x63\x59\xc7\xfe\x3c\x84\xe4\x96\xfa\xee\x2e\xd0\x21\x43\x0c\x00\x08\xdd\x60\x98\x8c\xd4\x71\xbd\x4c\x76\x4f\xf6\x32\x00\x33\xea\x79\x6c\x92\xd0\x05\xfe\xd4\xb5\x4a\x7c\xaa\x71\x79\xd2\xfe\x94\x8f\x72\x08\xed\xdb\x11\x83\x31\x44\x62\x6a\xc5\x02\x7b\x3c\x4b\xa7\x45\xfd\x38\x7e\x0e\x5c\x17\x17\xc8\x0e\xc1\x1c\xb3\x1d\xea\xad\xc8\x74\xee\xa4\x2e\xf9\x2c\xe9\x5c\x38\x8a\x42\x8f\x6a\x8d\xd0\xaa\x4b\x59\x68\xf1\x1d\xf2\x66\xdc\xab\xa4\x2a\xee\x7a\x63\x1a\xc9\x22\x27\x75\x55\xd9\xee\x49\xc2\x97\x93\x81\x2b\x68\x96\x86\x29\x39\x72\x28\xac\xd0\x7e\x2b\x38\x55\x00\x3b\x9f\x18\x50\x62\x3b\x62\x64\x7b\xe8\xf0\xeb\xb0\x2e\xcd\xb3\x8c\x54\xab\xc4\x82\xa8\x15\x70\x5f\x4c\x22\x38\xb2\x31\xd2\xb0\xef\xef\x81\x89\x9b\xd8\x8e\x43\xb9\x72\xf6\xf0\xa8\x98\x87\xcc\x09\x91\xcb\x42\xa8\x53\xa3\x6a\x95\x18\x84\x0f\x5c\x9f\x08\x26\xeb\x1d\xbb\x5d\x4a\x36\xbb\x54\xd8\xce\x60\x53\x3e\x53\x96\x43\x65\x66\xe5\x24\x8c\x5c\x06\x1e\x55\xbb\x95\xfd\x0a\x21\x77\x68\x35\x22\x8d\xf6\xa5\x42\x97\x38\x76\xc5\x26\x23\x9e\x5a\xb0\x68\xaf\x47\x1d\xf0\x80\xc4\x1a\xca\xc4\xad\xd0\x0a\x89\xa8\xcf\xc6\x12\x8f\x04\x94\xdb\x21\x1a\x08\x85\x6d\x82\x21\xbe\x44\xb0\x91\x33\x40\x7f\x2d\x1e\xb7\xa9\x6b\x0b\xbb\x92\x74\xa3\xc1\x48\xc0\x04\xf1\x69\xd4\xa7\xca\xa7\x34\x10\x0c\xa9\x5e\xab\x9c\x94\x09\x77\xe1\x4a\x4b\x11\x07\x4c\x24\x78\x64\x4f\xf6\xb7\x2b\x69\xe2\xa3\x5f\xfe\x56\xe9\x05\x15\x6c\x62\xb2\x1d\xd2\x9e\x2d\xdf\xfa\xca\xba\x2b\x54\xcf\xa5\x95\xbd\xc7\x09\x22\x95\x24\x0c\x2e\xe6\x57\x70\xe2\x3d\x77\x35\x52\xe6\x6d\x05\xe8\x43\xad\x81\xeb\x75\x31\x0e\x28\xef\xf0\xf0\x5b\x76\x4f\xfd\x2d\x26\xcc\x0f\xfb\xa7\xe8\x7c\x3b\xa0\xc4\xb2\x83\xb1\xcd\xe3\x98\x7c\x97\x13\x9b\x4c\x30\x36\x87\xd8\x60\x64\x25\x76\x40\xde\xde\x5e\x5e\x1c\x90\x7f\x3a\x00\xfb\x2f\x22\x6c\x30\x0d\x92\x04\xd1\xbf\xb5\xa0\xa3\xf8\x51\x68\x47\xb6\x4f\xfe\x83\xc6\xc7\x6f\xc4\xf1\x38\xb9\x70\xc1\x8b\x04\xef\x11\x95\xcc\xc4\x08\x24\x9c\x4b\xfc\x4e\x01\x7f\x65\x0e\x83\xe2\xa2\x6f\x90\xad\xc7\x76\x03\x1a\x91\x26\x3e\x22\x4c\xb2\x05\x3a\xeb\x22\x2e\x1a\x74\x17\x31\x29\x7c\x98\x2e\x1a\x79\x3c\x45\x05\x3d\xf6\x5c\x21\x3c\x4a\xdc\x5e\x6f\x56\x26\x0f\x23\x41\x46\x41\x8f\x45\x62\x14\xd8\x82\x7a\x33\x85\x6d\x7e\x52\x70\xd2\x65\xc1\xa6\x00\x9b\x3e\x19\x05\x1e\xe5\x5c\xab\x1b\x10\x0b\xc9\x62\xb4\x1b\xf7\xaf\xd1\xbe\xac\xcc\xf9\xf7\x21\xf9\x4b\x8e\xc7\xcb\x69\xa3\x32\xfb\x76\xd5\x7d\xf2\x26\x7d\x5f\x71\x24\xff\x44\x34\x28\x6d\x56\x36\xc9\xb6\xa4\xed\xd6\xe7\xda\x97\x4c\x1c\x5f\x52\x6c\x2e\x91\x3b\xd1\x10\x76\x99\x03\x21\x6a\x2a\xa8\x4c\x51\xb5\xb4\x89\x3d\xd8\xdc\x7a\x3d\x57\xa4\x02\x03\x77\x85\x1a\xaf\xe3\x71\xcd\xfd\xe0\x6f\x71\x85\x5b\x29\x3f\x83\x75\xe6\x3f\xa4\xeb\x46\xe8\xaf\xf4\x8a\x6c\x7a\x22\xda\x4c\xbd\x65\x5f\x91\x4d\xfb\x81\x33\x6f\x24\xe8\x66\x99\x78\xb4\x27\x5e\x49\x19\x2f\x58\xf8\x8a\xd4\xc8\x37\x1d\x15\x8e\xed\x2d\x2b\xa5\x44\xd2\x6a\xaf\x56\x49\xab\xa7\xb8\xd4\x8a\xc9\x2f\xc7\xc6\x1e\xdb\xae\x87\xc9\x31\x7b\xb6\xe7\x91\x07\x1b\xbd\x9c\x3f\x37\xa7\x7f\x9c\x7a\x36\x1f\x7c\x89\xc7\x56\x37\x19\xfd\x12\xf7\xb7\x4f\x05\xdc\xc0\x3f\x15\x0b\xd3\x5e\xad\x11\x67\x5f\xc7\xbe\x87\x55\x5e\xda\x81\xdd\xa7\xd1\x9c\x00\x48\xa9\x5d\x58\xa2\xe2\x06\xae\x88\x89\x1f\x93\x51\x97\x0b\x0b\xe6\x54\x3d\xfc\x52\x85\x5e\x6a\xef\x08\x81\x8b\x7b\x15\x13\x4a\x49\x9a\x90\x01\x3c\xd0\x33\xfe\xef\xad\x26\x1e\x46\xd9\x40\xa0\x1d\x20\x10\x1f\x39\x03\x29\xd9\x9b\x53\xa4\x0e\xf8\xa8\xc3\xe9\x45\x44\x37\x79\x1c\xce\x69\x13\xdf\xe5\xc2\x1e\x52\xe2\x06\x12\x27\x9c\x82\x75\x5d\xf4\xf9\x26\x6e\x00\x69\xb7\xca\x84\xa9\x08\x17\xbb\x0f\x6b\x20\x09\x18\x69\xb4\xad\xdb\x4f\xd7\x4d\x38\x20\x71\x39\x89\x68\xd0\xa5\x30\x31\xdd\x80\xbc\x1f\xb9\xd1\x90\x93\x4b\x29\x2c\xe1\x78\x25\xf9\x97\x2f\x2a\x93\xfd\x0b\x7e\x41\x89\x9d\xd0\x5c\x7d\x4b\x58\x45\xc5\x03\xcb\x11\x25\x6f\x94\xec\x4e\x7f\x2f\x0e\x7b\x69\xb3\xde\x45\x13\x1e\x96\x97\x8b\x13\x15\x34\xf2\xdd\x00\xd7\x77\xee\x48\x95\x70\x93\x13\x90\x09\x52\xb8\x85\x83\x19\x77\x1d\xdb\xc3\x64\xb8\x63\xd7\xa1\x3b\x6e\x10\x9f\x2e\x8a\x04\x0d\xba\xea\x56\x08\xb9\x55\x31\x13\x12\x1b\x22\x79\xa0\x62\x42\x55\xb8\x90\x12\x26\x18\xfe\xa1\x62\x2c\x28\x6c\x83\x92\x98\x8a\x6a\x95\xd8\x5d\x88\x85\x91\x32\xd5\x56\x12\x10\x63\x6e\xa0\x41\x50\x93\x52\x5d\xbc\x19\x09\x23\xca\x25\x75\xdc\x00\x11\xf2\xd0\x76\x68\x45\xeb\xa1\x5c\x16\xdc\xeb\x01\x0b\x28\xd9\x2f\x83\xa2\x42\xf1\xe4\xaf\x0c\x03\x68\xe7\x74\x2b\x89\x4f\x21\x7b\xf5\x5a\x38\x2d\x27\xb8\xa4\x30\x95\xeb\x3c\xd2\x09\x84\x62\xdc\x8e\xc3\xfd\x5a\x38\x95\x05\x69\x85\x90\x96\x40\xf6\xea\xb1\x88\xaa\x5a\xa0\xdd\x09\xa2\x84\xbe\xf5\xb2\x32\xc4\xfa\x8c\x8b\xd8\x19\x1d\x5b\xc4\xe3\x54\xb7\x09\xf0\x6e\xd2\x2f\xa9\x58\x21\xd4\xb5\xc4\x7b\x03\x10\xc9\xa4\x5c\x78\xf3\xc7\x1f\x89\x67\x36\x01\xa9\xe1\x06\xfd\x8e\x60\x11\x55\x05\x53\x56\x54\xec\x53\x99\xd0\x87\xa1\x2b\x4c\x0d\x34\x83\x6e\xb1\x80\xcf\x9e\x5f\x02\xcd\x5f\x00\xcc\x5e\x00\xfb\xb0\x1a\x74\xf7\x75\x66\x7a\x85\x3a\x01\x17\x28\x57\x5d\x24\x97\x3e\x7d\x3a\xee\x33\xd5\x39\x5b\x30\xe2\x43\x1e\x6f\xf9\xcc\x55\x57\xb1\x91\xae\xeb\xd3\x00\xb5\x54\xd6\x03\x06\x4a\xe4\x7e\xa6\x29\x11\xe5\xee\x33\x4d\x17\x85\xd4\x35\x2b\x7d\xa4\x7b\x98\x25\xcd\xb0\x98\x17\xbb\xd6\x32\x5c\x39\x48\xd7\x1d\x13\xcf\x9e\xd1\x88\x03\xcf\x83\x4c\x60\xe0\x22\xe9\x76\x51\xd3\x48\x9b\x9d\x69\x84\x84\xb4\x12\x85\x02\xd7\xdb\xd7\x73\xef\xe3\xd3\xce\xb4\x01\xb0\x45\x60\x3d\xac\xa7\x17\xd9\x7d\x08\x16\x87\xf9\xeb\x53\x11\xb9\x0e\x2f\x13\xce\xc8\x04\xaa\x24\x36\xe4\xac\xa3\xd3\x50\x92\x65\x4c\xbd\x59\x3a\x31\xe8\x8e\x63\x7b\xce\xc8\xc3\xb0\x1c\x88\x4c\x4b\xa2\x0d\x21\x7a\x0a\x44\xec\x0e\x4a\x59\xda\x95\xf3\xde\x26\x1e\x63\x61\x25\xd3\x8b\xaf\xd0\x0d\x95\xd4\x20\x39\x99\x4d\x5f\xc9\x81\x8b\x5f\xab\x59\xd3\xf3\x98\xb8\x5d\xf7\xd5\x1f\x7f\xc4\x58\x13\x7d\x16\xbc\x14\x9e\x29\x9f\xe3\x07\xf9\xab\xef\x8e\x69\xa0\xb1\xc1\x9c\xbe\xa9\x54\x43\x14\x72\xdf\x94\xf4\xb9\xa2\x93\x54\x0e\xa5\x28\xcb\x69\x64\xc4\xbc\x6a\xb9\x58\x1e\x99\x65\x19\x02\x89\x02\x57\x57\x6d\x43\x86\x7c\xa8\x6f\x26\x00\x65\x59\xe1\xcb\xa4\x69\xc0\xca\xfe\xf9\x86\xd4\x24\x4d\x54\x85\xff\x7c\xa3\x25\x24\x5c\x5c\xde\x37\xe3\x34\xe1\xda\xc4\x80\x20\x01\xf0\x02\x9c\x28\xd7\x51\xa9\x0b\xe2\xf7\x6d\xb2\x19\xd7\xad\x9e\xab\x86\xcc\xfb\x39\x4b\xb1\x98\x2e\x97\xfa\xea\xa9\x5f\x88\xa3\x38\x58\x5f\x2e\x93\xd7\x19\x69\x30\x27\x1f\x74\x86\xc7\xb1\x9e\x23\xab\x54\x3c\x79\xbc\x17\xec\xca\x9e\x89\x19\xdc\x67\xd6\x8d\x43\x35\xbb\x2e\x0f\x3d\x7b\xb6\xc9\xb3\x2b\x27\x8a\xf8\xd7\x12\x56\x2e\xb6\xde\x4c\x72\x0c\x22\x22\xbe\x5c\x43\xd4\xaa\x17\x6f\x3a\xb5\xaa\x92\xd8\xc1\x6a\x95\x40\x93\x94\x84\x89\xfb\x0d\x2c\x28\xd5\x1a\xbb\x3b\xb6\x03\x21\xf5\x16\xc5\x0e\x3d\xdb\x11\xb8\x66\x46\x54\xb8\x81\x9d\xa0\x51\x8d\x54\xeb\x0f\x40\xf8\x76\x30\xcb\xb4\xc4\xd5\xdc\x3f\x92\xf5\xba\xbb\xb8\xfa\x02\x9d\xc0\x9f\x03\x03\x1e\xe5\x6a\x8d\xab\x3e\x17\xb6\xa0\x90\xd0\x14\xa7\x0a\xa7\xd4\xe7\x2a\x09\xfc\xc3\xa8\xdf\x9f\x11\xd9\xd7\xfe\x60\x2b\x93\x48\x43\x8e\x08\x32\xc5\x2f\x6f\x90\x3b\x16\xf7\x02\x95\x98\x83\xf0\xf3\x1f\x24\x33\x84\x59\x50\x2e\x66\x1e\x9d\x2b\xb0\x4d\x36\xc3\x69\x7a\x5e\xaf\xd5\xa9\x20\x72\x53\x7c\x48\x28\xc5\xa3\xbf\xbc\x99\x9f\x29\x69\x85\x09\x1b\xab\x2f\x6b\xb4\x6e\xbe\x48\x5e\xfb\xe6\x60\xe6\x5b\x28\x97\x2a\x1c\x4c\x1a\xcf\x00\x5d\x1e\xe3\xa8\xb8\x01\x71\x6c\x4e\xe5\xc3\x3e\x95\x5c\x01\xfe\x6d\xb4\x0b\x6a\x1d\xd5\x44\x34\x38\xfa\x12\x1a\xf0\x51\xa4\xf8\x63\x42\xa5\x0e\x1e\x51\xe0\x5d\xd0\xba\x95\x6e\xe7\x62\x7e\x50\x1c\xed\xb2\x5c\x0f\x52\x6e\x4d\x42\x60\xb9\xdd\xa3\xe0\xb3\x2b\x29\x39\xa1\xc0\x77\x72\xbf\xc3\xed\x31\xed\x2e\xa2\x21\x33\x2a\x12\x1e\x8b\x17\xfe\x79\xf7\xe3\xf8\x79\xe2\x6a\x9f\x12\x02\x7c\x58\x90\x12\x71\x80\x2e\x32\x6e\x76\xf9\x56\xd3\x20\x9e\xc8\xaf\xc1\x25\x69\x0c\x4b\x91\xe4\x4b\x32\x49\x49\xe2\xdb\x33\x35\x59\x26\xae\x43\xe5\x66\x03\x26\x0c\xce\x15\xf0\xb4\xe3\xc2\xf5\x3c\x32\xb1\x03\xa1\x02\x9d\xe5\xca\xc8\x60\xe7\xd1\x8d\x6c\x88\xaf\x8f\x03\x47\xa5\x06\x1c\x86\xd4\x8e\x62\x1a\xc2\x24\x93\x73\xfb\x35\xda\xa1\xa6\x22\xb2\x53\x89\xe0\x79\xe8\xe6\x04\x9e\x4a\xb0\x5e\x3a\x91\xcb\x43\x1a\x2d\x90\x08\x3d\xb9\x52\x76\x2b\x6b\xac\x97\x1e\xc2\xc7\x46\x3f\x8f\xda\x11\xae\x65\x34\x10\x6e\x94\x2c\x69\x76\x44\xed\x32\xec\xc3\x70\x53\x84\xce\x59\xb3\x54\xb9\x00\xf5\x43\x56\x58\xb0\xba\x40\x04\x59\xae\xa5\x4a\x97\xc8\x08\x76\xf3\xff\xb3\xf7\x2e\xdc\x6d\xdc\x48\xc2\xe8\x5f\x81\xbd\x59\x93\xb4\x48\xea\x31\xc9\x7e\xb3\x92\x65\x5f\x27\x76\xc6\xba\xeb\xd8\xb9\xb6\x77\x26\x39\x92\xce\x1e\xb0\x1b\x14\xdb\x6a\x36\x3a\x8d\xa6\xc8\x4e\xec\xff\x7e\x0f\xaa\xf0\x06\x9a\xa4\x9c\xcc\x7c\xf3\xdd\x3b\xde\xb3\x13\xaa\x1b\xa8\x2e\x14\x0a\x40\xa1\x9e\x2c\x6b\x95\x73\x81\x5d\x86\x63\x97\xe5\x23\xc4\xbf\x2f\xaa\x42\x2c\x98\x7b\x11\x0b\x76\x69\x85\xf4\x52\xde\x57\xf5\x6b\x47\x3e\xea\xfa\x8f\x45\x70\x37\x4c\x61\x2e\x0f\x1e\x93\x42\xc9\x97\x3f\x5c\xd6\xfb\x5e\xde\x3e\xa8\xe4\x2f\xf9\x39\x10\xcf\xc6\x84\xe6\xb9\x5e\xf0\x92\x6f\x9a\x5b\x96\x4b\x0e\xa2\x19\x14\xd7\x82\xe5\xa5\x16\x84\xe5\x8f\xb2\x61\x34\xef\xc8\x4c\xde\x42\xb4\x28\x04\xab\x0b\x55\x96\xb2\x1b\x17\xaa\x33\x85\xda\x25\x3a\xe2\x19\xc1\x4e\xbd\x0c\xe7\x12\x7b\x40\xe6\xbf\xb0\x52\x2c\x8c\x24\x70\xa9\x4a\x25\xc5\x84\x76\x63\xd3\xd5\x0f\xe0\x32\x40\x35\x49\x6e\x18\xc8\x50\xaf\xe5\xb3\xa1\xe9\xe3\x15\x73\x87\xa7\x5a\xf6\x02\xe8\x97\xba\xe1\xb5\x17\x1d\x02\x4f\xa7\x8b\x22\x67\x5e\x6c\x8d\x33\x1e\xd8\x3a\xd5\x78\x2c\xd8\x44\xdd\xfa\xd4\xc0\x6c\x87\xb1\x01\x34\x0a\xfa\xe2\x08\xe1\xad\xc6\xd8\x76\xbb\xd4\xbd\xae\xcf\xfc\x3e\x06\x3f\x55\x94\xd7\xf6\x8f\xc0\xf7\xa3\x67\x3b\xe9\x04\xef\x51\x57\xc4\x4e\xab\xa6\xa0\x0e\x87\xe9\x04\x49\xc0\xa7\xe6\x9d\x47\x3f\x0f\x4f\xe3\xc8\x67\x95\x5c\x67\x10\x81\x59\xa8\xbc\x65\x06\xc6\x65\x71\x3d\x0a\xb3\xe0\x87\x23\xd1\x8d\xa7\xc8\x82\x3d\x2d\x6d\xe0\x2d\x36\xd6\xdc\xdd\xdb\x5c\x33\x03\xea\xd4\xec\x57\x12\xaa\x27\xff\x5f\xf4\x89\xb0\xe4\xbb\xff\xef\x73\xea\x71\x4a\x99\x15\x7f\x41\x4c\x45\x0d\x59\xff\x8a\xc9\xc4\x73\x64\xdb\x42\xa4\x3d\xc6\x1d\x0e\x55\x19\x01\x86\x7d\xf0\xd3\x23\x88\x1f\x7e\x4e\x31\x84\x8b\x9c\xb0\xd5\xac\x3c\x39\xdf\xfd\x97\xb3\x92\xc9\x73\xd5\xe7\xba\x04\x66\x11\x02\xc1\x03\xef\xcf\xcf\x9e\xd2\x2c\xdc\x0f\xc4\x82\xaf\x93\x31\xad\xfe\xc9\x06\xea\x61\x41\x86\xc5\x9c\x54\x2c\x63\x42\xd0\xa6\x1b\xa9\xcd\x13\xdd\xa3\xc3\x13\xc1\xb9\x7f\x27\x6f\x6e\xd6\x2c\x80\xa6\x00\xe5\xa0\xca\xe7\x28\x57\x4c\x04\x93\x0d\x5b\x96\x93\xef\xde\xbf\x37\xad\x56\x02\x94\xe9\x0a\x96\xfc\xb7\xaa\x8a\x5f\x56\xac\xec\x08\x24\xe9\x28\xe6\x9d\xc5\x04\x47\xa8\xbf\xab\xeb\x15\xa0\xa1\xe3\x33\x28\xb9\xd0\x68\x34\x41\x7b\x47\x0e\xbd\x26\xb8\x01\xe7\xc5\x5d\xdf\x99\xe6\x6e\xca\x9e\x5f\x2f\xe2\xe8\x1d\x70\xde\x6e\x2e\xc1\x5f\xaa\x56\xd7\x9e\x2a\x00\xc8\x1b\x20\x2e\xd9\xa7\x68\xc1\x69\x5b\x0a\x76\x6c\x53\x88\xd6\x95\x9e\x15\xe8\x48\xbb\xdf\x0b\xcf\x4c\xc8\x78\x1b\x68\x47\x34\x0f\xd4\x1a\xd1\x97\x7a\xb4\x1f\x5f\x0d\xaf\x1e\x3e\xc9\x8b\x3b\x9c\xb4\xf3\xc1\xbc\xe4\xed\x04\x95\x1c\xf8\x6b\x59\x4f\xe4\xf2\x1b\x3c\x7d\x72\x98\x17\x77\x4f\xaf\x1e\x8e\x5c\x7e\x45\xa3\x81\xcf\xd0\x49\x7b\x81\xdf\x04\x6d\x06\xe3\xf0\xb8\x41\x8b\x82\xff\x74\xc6\xdb\x96\x2f\xe3\xe7\x10\x68\x12\x3f\x1e\xcc\x79\xd5\x4e\xa4\x30\x39\x38\x25\x03\xb1\xa4\x65\xc9\x9a\xf0\xf3\x3a\xef\xc3\xbf\x7d\xf3\xb5\xfc\x3f\xff\xf5\x67\x7f\x80\x45\x25\x58\xd3\x3e\x9f\xb7\xac\x19\xba\x17\xee\x64\xb6\x81\x7e\x0e\x02\x52\x0f\x24\xa5\x15\x21\x07\x9e\xbd\x24\xcf\x21\xc1\x9d\x61\xcb\xab\xaa\x9f\xc2\x3b\xe9\x9b\xa0\x6e\x8a\xb6\x69\xca\x26\xe8\x9a\x36\xed\xc4\xec\x14\xa9\x2b\xd4\x2a\x06\xaa\x44\xf2\xf7\xee\x5d\x8a\xe2\x82\x28\xaa\x39\x57\x16\x4f\x7f\x77\x92\x9b\x82\xb2\x84\x96\x9c\xdf\x0a\x52\x16\xb7\x68\x81\x3e\xf5\xda\xfd\xe6\xec\x40\x6b\xcc\xe3\xf1\x37\x57\xf1\x24\xbf\x32\x10\xc6\x90\x8a\xbb\x89\xe9\x81\x62\xf8\x29\x79\xe5\xe9\x9a\xb6\xf7\x51\x3c\x72\x9a\xda\xb7\x8c\xf6\x52\x2d\x71\x57\x42\x77\x61\x98\xc3\xe8\x14\x93\xda\x82\x71\xc0\xc8\x3b\xf2\x4e\x8a\x96\xd4\x45\x21\x14\x9d\x04\x66\x9a\xd2\x40\x3e\x47\xc4\x72\xba\x03\x44\x85\x81\x30\x05\xe8\x30\x1f\x17\xe7\xb7\xfb\x90\x12\xc5\x9c\x53\xf2\x7d\x49\x6f\xc0\xd5\x27\x43\x9d\xe6\x7a\xc1\x54\x84\x8a\xda\xd1\xec\x45\xf8\xae\x80\x0a\x19\xee\x30\xb5\x1c\xb0\x07\x9c\x42\xe8\x5c\x47\x65\x97\x02\xf5\x47\x50\x7d\x73\x4a\x7e\x72\xef\xcd\x96\xce\x1c\xa8\x9b\xec\xd4\x9d\x92\x9f\xef\xd5\xc9\x9f\x9a\x97\xf2\xc6\x64\xa4\x4e\xcc\x92\x03\x0a\x2c\x08\x7a\x53\x35\xf5\xe5\x72\x40\xf7\x7f\xc5\x81\xbc\x29\x6e\x8a\x8a\x96\x46\x99\x12\x4d\x77\x91\x33\x8a\xb6\x2a\xda\x5a\x6b\x94\xa7\xea\xc4\x3b\x15\x26\xaf\x2c\xc9\x00\x8f\xe5\xb6\x1b\x98\x84\x68\x00\xcc\x50\x9f\x43\x5d\xc3\x56\x5e\xb7\x96\xb4\x95\x78\xae\x17\xac\x01\xdf\x8e\x42\x90\xba\xa4\x19\xcb\xcf\x94\x2a\x9b\x66\xea\xca\x27\xef\x67\x54\x41\x12\x2c\xe3\x55\x4e\x9b\xce\x14\x1a\xf0\xd1\x56\x86\xd0\x25\x2d\x14\x67\x52\x75\xed\xe4\x73\x20\x84\x9c\xfa\x09\xca\x15\xc1\xd6\x20\xce\x88\x3a\xeb\x2f\xaa\xb9\x96\x39\x94\xed\xd3\x15\x7b\x32\xb4\xf1\x6b\x2d\x2a\x6f\x48\xa6\x76\x22\x8c\xdf\x62\x55\xdb\x74\xdb\xa5\x20\xdc\xe5\x9f\xeb\x48\xad\x5d\x52\x90\x92\x79\x1c\x7e\xd1\xd2\x8f\x66\x42\xef\xc8\xc7\x87\x6a\x51\x87\x2a\x70\x8d\x02\x8c\xfe\x03\x2c\x2e\x44\xa2\xe5\x72\x94\x4d\xc1\xee\x18\x52\x65\xce\x9b\xb0\xf3\x10\xdb\x7e\x52\x95\x1b\xce\x3f\x13\x79\x58\x92\x97\xda\x40\xbc\x75\x3c\x0e\xfa\x7a\x64\x98\x19\x18\xce\xdb\x9a\x65\x44\x97\x90\x80\x40\x54\x77\x7d\x0d\x04\x7e\x08\xf2\xc2\x81\xc6\xef\x2a\xa5\xd8\x3f\xff\x4c\x68\x75\x53\x32\xf2\x1c\xfe\xd7\x5d\x44\x0d\x6f\x5d\x19\x09\x54\xfc\x39\xf8\x59\x0a\x77\x1d\x62\x47\x6f\x9b\x58\x55\x92\x5b\xc6\x92\x43\x41\x95\x34\x63\xa4\x58\xd6\x38\xf9\x68\x5d\x81\x95\xb6\x6a\x57\x4d\x3f\x5a\xa8\x1c\xfd\x81\x6e\x8a\xe5\x6a\xe9\x1b\x2d\x60\x22\x30\x02\x17\xbe\xd1\xd0\x5a\xf4\x4a\xb1\xc9\x03\x6d\x9b\xd8\x2a\x59\xd9\x95\x5a\x95\x46\x05\x69\x20\x69\x3a\x46\x92\x8d\x03\x55\xb1\x94\x66\xc1\x0a\x24\xa9\x3d\x26\xd1\x75\x5f\xfd\x96\x88\xf8\x56\x2e\xd1\xda\xfc\x8b\xe0\xa4\xa3\x98\x62\xec\x2a\x4f\xd7\x72\xc9\xa3\xc9\x87\x1a\xcb\x75\x03\x7e\x08\xc6\x46\x85\x26\x88\xc1\x80\x1c\xc0\x6f\xf7\x2b\x17\x4a\x3d\x2f\x59\x02\xfc\x79\x62\x16\x52\xd9\x74\x19\xa1\xb0\x94\xa0\x29\xb2\x95\x4a\x5c\x66\xd5\xd2\x98\x79\x1a\x5a\x9c\x9f\x9f\x93\x01\x82\x18\xb8\xd6\x19\x4d\x08\xd7\x0e\x2c\x3b\xa0\xfa\x99\x1c\xd8\xa7\x03\x32\x70\xff\x84\x46\x77\xb4\x29\xe4\x9e\xb7\xa3\xd9\x5a\xe9\xae\xb7\xb7\x02\x0b\x86\xdb\xa6\xde\x1c\xc6\xad\xca\xa2\x62\xaf\x62\x78\xf5\x26\x01\x71\x4e\x97\x45\xd9\x99\xa8\x27\xff\xba\xee\x0c\x1d\x5a\x27\xd4\xe6\xef\xf4\xae\x31\x34\x5b\xe1\xc8\x6e\x94\x68\x5b\xb5\xeb\x18\x77\x2a\xb3\x90\x8d\x65\xd5\x53\x6c\x05\x0a\x42\x54\x71\xf9\xfe\x4e\x6e\xfb\xe8\xaa\xb2\x07\x30\xd7\xe8\x69\x46\xd3\xa7\xab\x32\x54\xf0\x71\x70\x9b\x47\x38\xec\x86\x95\x44\xa1\xc0\x05\xeb\x68\x05\x64\x87\xeb\x80\xfd\xd1\x2a\x31\x68\xc9\xbc\xa8\x72\x42\x51\x27\x2f\x77\x4c\x7d\x2a\x15\x15\x01\x0f\x1d\x5c\xa6\x38\x2b\x36\xbe\xd8\x1d\x04\x7e\x30\x42\xdf\x77\x45\xdb\x72\xf3\x58\xb4\xcb\x72\x08\x2e\x53\xbf\xeb\xca\x31\x58\xd2\xcd\x04\xf6\xa0\xc1\xa9\x92\x30\xa2\x1b\xc9\xe4\x3f\xff\xf3\x3f\xff\x73\xbf\x6b\x45\xac\x4a\x1d\x85\x69\x81\xf6\x58\xf8\x8e\x27\x5c\x38\x20\xd9\xed\xd4\xd9\x22\xdd\x77\xea\x76\x08\xab\x0b\x7e\x7b\x38\x87\x61\xb3\x49\x5c\x70\xd3\x4c\xe3\x62\xee\x7a\xb2\x79\xf2\x16\xd9\xc3\x44\x90\x13\xd0\xc8\xb8\xc6\xfe\xe9\xdc\x13\x2e\xaf\x9d\xc4\x6c\x4a\x7f\x8b\x86\xee\x84\x63\x80\xe1\x4c\x4b\x53\xd9\xd8\x77\x9d\xab\xe6\xdc\x98\x06\xe5\xdb\xe9\x3a\xc8\x74\x04\x2d\x8c\x71\x0e\x9a\x78\x16\xba\x94\x0a\xd1\x83\xaa\xc9\xc2\x57\x2d\x6b\xe0\x5a\x36\x84\x2a\xf4\xbd\xdf\xf0\x3a\xe0\x2e\x19\xf5\xe8\x1d\x2e\xd0\x50\xdd\x01\x2d\x1a\x63\x73\xc9\x73\x3f\xf5\x39\x0e\x1c\xee\x51\x44\x86\x17\x5e\x75\xae\x7a\xf7\xdd\xe7\x79\x6e\x6e\xb4\x56\x66\x73\x5d\x29\x7c\x0b\x4d\x20\xcb\x2b\x11\x5c\x6e\x1a\x98\x4e\xb8\x58\x2e\x59\x5e\x80\xc7\xeb\x99\x92\xbf\xad\x6d\xc5\x98\x86\x74\x72\x5c\x29\xfb\x28\x68\x0d\x13\x90\x7f\xb8\x02\x33\x3a\xcd\xd1\x07\x30\x40\x46\x99\xf3\x2b\xf9\x55\x65\x16\xaa\xa9\xe8\xf1\xeb\xf8\x27\x90\x8b\xb5\x6b\xc8\xe6\x9e\xb7\xb7\xb0\x7f\x77\xcf\x8b\xdc\x3e\x72\xb9\xec\xf8\x2f\x51\xfc\x7f\xb3\x28\xee\xcd\xd3\xf9\x67\xb2\xa0\x65\x71\x53\x91\x57\x36\x83\x38\x3c\xc0\x3b\xa1\x85\x77\xa6\xaf\x90\x57\x0f\x4b\x36\x6f\x55\xee\x58\x35\xc6\xab\x87\xf2\x42\x0a\x09\xa3\x21\xb7\x2c\xa8\xce\xae\x1e\xf6\x7e\xf3\x0e\xbf\xf9\x57\x95\x08\x7d\xe7\x17\x5b\x5e\x87\x1f\x5c\x16\x79\x5e\x32\xfd\x41\xd4\xe0\xc1\x17\x93\xb7\x08\x9a\xe7\x1f\x50\x10\x0f\x6f\x10\x9b\x31\xe9\xfa\xef\x11\x63\x45\x9e\xb1\x42\xd9\xbb\x57\xa8\xd3\xc9\x3d\xa7\xe5\x35\x65\xe7\xdd\xc4\xba\x20\x39\x46\x3b\xd8\x6f\x63\x4b\x9d\xdc\xf4\xd6\x8c\xde\x2a\x3f\x85\xbb\x81\xb0\xfa\x11\xcf\x87\x41\xf1\xb4\xa1\xa4\x2b\x1a\xa9\x29\x96\xe7\x31\xce\x93\x7b\x1e\x6f\xc8\xe4\xdc\x3d\x88\x0e\xc9\x89\x2f\x43\x07\x10\x60\x6e\xb7\x00\x48\xb9\xcc\xdc\xd9\xee\x38\x6f\x6e\xff\xce\xf4\x57\xc7\x4d\x12\x03\x07\x04\x4e\xf6\x36\x10\x09\xe9\xde\xba\x3f\x5b\x6d\x9a\xd6\x17\x6a\x23\x3b\x58\x14\x04\xd1\x09\xe1\x8d\xd5\xcd\x95\x58\x05\x1f\xc3\xf1\x22\x17\x96\xbc\x12\x80\x97\x81\xc0\x94\xc7\x7d\x27\x05\xf6\xff\x03\x0c\xad\x9e\xdd\x70\x23\x89\xb1\x81\x0c\xab\xfa\x51\x27\x1f\x75\x9e\xe0\x12\xd8\x62\x63\xcb\x67\x9c\x3d\x35\x24\xdd\x85\xb3\xab\x78\xc6\x97\x88\x52\x81\x84\x0e\x1a\xa4\xc0\x29\x02\x2e\xd5\x90\x56\x0a\x74\x7a\x66\xe4\x6b\x36\x28\x4b\xd2\xb0\x89\xce\xf2\x1e\x6a\xf5\xac\x6f\x36\xba\x51\x43\xc1\x8a\xd5\x4c\xb0\x5f\x56\x18\x52\xc3\x84\x02\x82\xca\xc1\xc2\x7a\x0e\x39\xe4\x35\x94\xd1\x3a\x5b\xaf\x3e\x90\x55\xc1\xfa\x05\x85\x8c\xac\x19\xd9\x45\x9f\x21\xdb\xd9\x40\x13\x5e\x31\x28\x9a\xe5\x3e\x36\x70\x36\xa7\x64\x63\xfe\xe8\x4e\x49\xa7\x93\x68\x9f\x85\xa8\xaa\x4c\x84\xfa\x4f\xcf\xad\xe9\x07\xae\xfc\xbb\xf4\xbd\xa6\xe5\x20\xc1\xcc\x81\x5c\x96\xa2\x45\xbb\x50\x3c\x19\x39\x21\x47\x06\x65\xef\x5e\x00\x97\x14\xc8\x43\x09\x91\x54\x43\xc7\x77\x03\xcd\x27\xce\xbb\x8d\x7d\x37\x00\x43\x24\xac\xd3\xc1\xa9\xd9\x38\x25\x03\x29\x8d\x89\xe1\x22\x38\x91\xd4\xd0\x23\xb7\x9e\x77\x0c\x33\xf2\x83\x86\xb7\x41\x5f\x44\x47\x58\x14\x98\x4e\x6c\x2f\x79\xf1\x62\x4e\x2a\x4e\xe0\xf4\x91\xcb\x1f\x35\xb0\xa0\xaf\x19\x13\x5a\x96\x0a\x19\x4b\x27\x65\xc1\x14\xca\xb7\x26\xf7\xa1\xb9\xf5\x22\xac\x22\x1e\xfc\xa3\xac\x08\xaa\xbb\x6a\x51\x54\xc8\x93\xbd\xb3\x12\xa9\x82\x55\x54\xc8\x80\xae\x58\x1a\x08\xa4\x00\x88\x96\x3b\x24\x50\x8c\xc3\x00\x37\x6b\x54\xeb\xd6\xac\x81\x2a\x0f\x55\x26\x7f\x57\xb4\x54\x41\x9b\x03\xf4\xc6\x42\xb3\x92\x94\xc4\x06\x64\xc6\x16\xf4\xae\x50\xd7\x3a\x58\x58\xac\x01\xbd\x56\xcd\x5b\x29\x7f\xa2\x7f\x2a\x6b\x49\x53\x40\x7a\x2f\x43\x32\x0e\xae\xd8\x78\xcc\xcd\x56\x4a\x8a\x29\x8b\x5b\x2b\xc4\xd2\x3c\x47\xef\x40\x88\x76\x90\x42\x59\x59\xa2\xc3\x2a\x29\x69\x0b\xce\x50\xaa\xb8\x0c\x22\x03\xbe\x65\x1b\x26\xbc\xb8\x8d\x7f\x72\x21\xfb\x3c\x92\xb2\x1d\xe9\xa5\xb7\x4b\x20\x58\x6f\xe9\x62\xc4\xa5\xb4\x8e\x5b\xb2\xd9\xff\x57\xa4\x69\x67\x3d\xa1\x58\x9d\xff\xfd\xc4\xe9\xa4\x80\x88\xe4\xbc\x9f\x8c\xe8\x79\xc7\xa3\x9e\x37\xd6\xe0\x69\x6f\x8a\x9d\x2a\x41\x7b\xc2\x3b\xed\x1f\x24\xbc\x17\xfe\xe5\xf8\xa6\xff\x49\x61\x6a\x5f\xc7\xb7\xb0\xef\x1f\xec\xf6\x16\x8b\x59\x6e\x91\x00\xf7\xdf\xef\xf0\x82\xf2\x7e\x84\xda\xa4\x90\x18\x7b\x5f\x4b\x46\x09\x3a\xfd\x21\xd4\xf9\x02\x69\x75\x1f\x42\x26\x62\x28\x5d\xf9\xe1\xef\x11\x6c\xde\xf2\x7a\x52\xb2\x3b\x56\x3a\x01\xd8\xda\x1e\xa0\x7c\xa6\x4d\x25\x34\x27\x48\xfa\xc7\x92\xb7\x43\xb0\xff\x2e\x20\x43\xf5\x18\xf2\x05\xfc\xcf\x58\xe7\x8f\xfe\x9f\xb1\x4a\x7f\x2a\xdc\x2a\x29\x50\x49\xa7\x30\x9a\x27\x79\x98\x9f\x9a\x97\x84\x5c\x12\xc1\x9a\x82\x89\xe3\xb1\xfa\x71\x42\xa6\xd3\x29\xb9\x76\xc4\x63\x79\x8a\xe3\x3b\x09\x47\xdd\xa2\xc1\x75\xdc\x54\xea\xa1\x82\x5c\x92\xcb\xcd\xf1\x98\x74\xc7\xd7\x63\x72\xb9\x39\x19\x93\xee\xe4\x7a\x1c\xc0\xe2\x0d\xf9\x0d\x3a\x9c\x6e\x6b\x3e\x26\x25\x9d\xb1\xf2\x94\x5c\x3d\x14\x7c\xc9\xf0\xaf\xab\x87\xf8\xd6\x0b\xd9\x51\x58\x9d\x93\xcb\x6b\x23\x36\x46\xb5\x6d\xd4\xb7\x6d\x4d\xb2\x76\xc1\x96\x0c\x9d\xe8\x24\xd5\xa1\xc4\x91\xb0\x6d\x31\x1f\xed\x29\xb9\x1c\xfc\x1b\xcb\xb3\x93\xaf\x8f\x06\x63\x32\xf8\x37\x3a\xcf\xff\x3c\xff\x33\xfc\xcc\x66\x5f\xcf\xbe\x9e\xc1\xcf\xaf\x73\xfa\xbf\xbe\xce\xe1\xe7\x7f\x7e\xfd\xf5\x11\xcb\x07\xd7\x8e\x52\xbb\x64\x37\xac\xca\x4f\x7d\x8e\x14\x0b\xbe\x8e\xea\x88\x12\x52\xf1\xef\x78\xb9\x5a\x56\xe2\x94\x1c\x83\x94\x6b\x23\x57\x33\xf9\x02\x22\x67\x10\x20\x81\x5a\xa4\x6e\x67\xa0\xd0\xf7\x50\x8c\xab\x65\x8d\x53\xb4\x67\x5e\x9d\xea\x43\x7a\xf2\x54\xfd\x8a\x3a\x7e\xcb\x37\xdf\xf2\x26\x67\xcd\x77\xda\x7d\x2b\xcb\xb2\x01\xf4\x9f\xc1\x73\x45\x37\xcd\xa2\x2a\x4d\x00\xf4\x25\x33\xbe\x61\xe2\xca\xd3\xf2\x2b\x96\x76\xd0\xb0\x6c\x3e\xa4\x26\x49\x85\x12\x2a\x20\x4d\xc7\xaa\xd5\x63\x2b\xaa\x31\xe6\x30\x5d\x32\x5a\x09\xa2\xab\xba\x81\x7e\xa2\x96\xd4\xc0\x8a\x54\x69\x1b\x4a\xc5\x10\x6d\xb7\x32\x90\x86\xa0\xe0\x5b\x54\x94\xa0\x2e\x57\x9a\x0b\x6e\x49\x9b\x9b\xa2\x3a\x25\xdf\x8c\x55\x48\x53\x0b\xb2\x2f\xdc\x12\x6e\xa4\xe4\xca\xf2\x1b\x86\x51\xcd\xf7\x03\x6c\x13\xf6\x2a\x3a\x1b\xf2\x38\xe3\xa5\xab\x96\x4f\x72\xd6\x62\x36\xdc\x44\xdf\xb7\x35\xcd\x8a\xb6\x3b\x25\x47\xd3\x3f\x23\x8a\x10\x17\xc5\xc9\x11\x98\x95\x21\x3e\xd2\xb6\xf6\x18\x0f\xea\x63\x3b\x9f\xd5\x03\x68\x39\xb8\xf9\xe3\x30\x64\x2b\x8f\x49\x3e\x3b\x6c\xba\xa1\x9b\x42\x24\xf9\xd9\x1f\xcb\xb9\x3b\x8e\x31\x30\xbb\x7c\x56\xae\x69\x27\xc6\xaa\xd0\xd2\x39\xa9\xd8\x1d\x6b\x7a\x66\x52\x29\x65\xc6\x6a\xd7\x50\x3a\x3b\x6f\x9e\xfc\xf2\x54\xb6\x3e\x23\x16\x89\xbd\x8a\x8c\x52\x7e\xd3\x61\xce\x9a\xe2\x4e\x6e\x01\x72\x62\xa5\x68\x0f\x53\x66\x36\xd7\x91\x04\xa6\x9d\xe0\x8a\x5b\x46\x7e\x03\x23\xcc\x29\x39\x3e\x1e\x13\x6b\x47\x3e\x25\xc7\x7f\x52\x12\x8f\xdc\xaf\x8a\x96\x96\x45\x26\xf7\xaa\xb5\x7a\x7d\xf5\x70\xc6\xcb\x1c\x8a\xa5\x81\x41\x19\x76\x35\x5a\x89\x89\xdc\xbb\xe6\xf2\xb9\xb2\x83\xc3\x8b\x25\x2d\xcb\x49\x26\x6f\xb3\x0f\xfd\x93\x3b\x0b\x58\x66\x26\x2f\xc0\x68\x44\xc3\x85\x28\xc6\xa4\x2d\xb2\x5b\x6f\x29\xca\x07\x21\xaf\xd5\x5c\x88\x62\x56\x76\x24\x2f\xe6\x73\x06\xf5\xed\x6c\xa5\x46\x09\x60\x8c\xe9\x93\x55\xa2\xe7\xa3\x31\xfc\xdf\xf4\xf8\x9b\x91\x4f\x53\x48\xde\x06\x87\x49\x3c\x07\x73\x5d\xeb\x52\x6e\x3a\xea\x57\xcb\x6d\x17\x28\x3b\xe9\x49\x95\xd5\x1d\x6b\x04\xfb\x90\x80\x59\xcc\x9d\x7e\xf2\x02\xcc\x5a\x0c\xe3\x71\xbc\xdf\x30\xd0\x0b\x40\xd8\x82\xda\x2e\xab\xc8\xf5\x6c\x20\x2e\x8b\x6a\x6a\x1d\x31\x24\xfb\x7a\x3b\x8e\x5c\x4e\x92\x7b\x97\xb4\xc5\x90\x4a\x7f\x73\xd8\xb8\x90\xe8\xe6\x8b\x21\xc9\x17\x10\x57\xf5\x83\xda\x6f\x1c\xa8\xf2\x81\x64\xc7\x7f\x87\x25\x9d\x43\x01\x49\x58\x50\x82\x61\xda\xf8\x65\x51\x1d\x2e\xe9\x26\x9c\x6b\xe1\x40\x51\xc7\xf4\xe5\xf1\x98\xfc\xe9\x5a\x4e\xca\xa5\xfc\x79\xf5\x90\x5e\x3d\xbc\xd6\x8f\x86\xf2\x78\x90\x73\x81\xba\xe7\xc9\x53\x84\x02\xac\x4f\xeb\x7a\xea\x9c\x41\xf0\x02\x4e\x00\x40\x24\xc9\x6a\x7d\x07\x90\xe5\x85\x9e\x03\xc8\xd4\x47\x55\x9d\x74\x38\xaa\x04\xaa\xb8\x3b\x2c\xeb\xe6\xf4\xd6\x0b\x11\xba\xbb\x6f\x1b\x26\x58\x73\xc7\xde\xcb\xab\xa9\x03\xdd\x28\x6c\xb9\x6e\xa1\x82\xf8\x74\x20\x21\x52\x04\xf4\x92\x72\x4e\xab\x70\x9c\xaf\x41\x57\x17\xe2\x6b\x10\x74\x56\x12\xec\x47\xf3\x55\x59\x5e\x3d\xc4\xbc\xf7\x0b\x2e\x0f\xce\xa2\xf2\x4e\x6f\xd0\x6c\x7d\x90\x3d\xfe\x56\xb4\x8b\xe7\xb0\xc5\x1a\xd8\x80\x8c\xf5\x05\x32\x75\xd1\x2a\x4e\x44\x57\x65\x21\x6e\x2f\x58\x56\x2c\x69\xe9\x42\xa8\xf8\x14\xcf\x41\x7c\x33\x0e\x8f\x9b\x10\xc4\x7b\xd8\xe6\x9c\x45\xad\xbf\x7d\x89\x3f\xc7\x50\x83\xbe\x68\xaf\x1e\x5e\x07\x8b\xec\xc3\x97\xf6\x76\xcf\x98\x2e\x71\xc6\x44\x8b\xe5\x68\x7a\x74\x32\xee\x39\x3a\x4a\x36\x6f\x9d\x83\x43\x19\x8f\x7a\x0f\x34\x06\xf6\x7d\x1f\x81\xe8\x19\x0a\x9a\xa7\xe1\xdd\xa2\xa8\xda\xf0\xa1\x3e\x10\xc3\x12\xf2\xc0\x90\x34\x2f\x56\xe2\x94\xfc\x29\x74\xd0\xb7\x75\x10\x4f\x70\xd3\x4b\x31\x3b\x21\xf3\xa2\x2c\x13\xa2\x23\xbe\x30\xc2\xdb\x1c\xfe\x85\xae\xf9\xa2\x5b\xce\x78\x79\x4a\x06\x59\xd1\x64\x25\x33\x04\x92\x1b\x93\x94\x17\xbc\x6b\xa2\xef\xe2\x5e\x54\xd1\xd0\xf1\x66\xc0\x54\xea\xa7\x1a\x22\xcb\xdd\x81\x3b\x21\xc2\x82\xb1\xb8\xa7\x5a\x82\x18\xd1\x0a\x6e\x6f\x78\x3f\x83\x73\x09\x8a\x67\xe4\xbf\x87\x44\x29\xe2\x3b\x34\x8a\x76\x0a\x42\x44\xcb\x6a\x91\xee\x78\x78\x48\xde\x2e\x8b\x96\x0c\x7e\x65\x0d\x1f\xb8\xd1\xcf\xa0\x7a\x34\x62\x54\xd1\x0a\x73\x18\x44\x10\xb4\x65\x8d\x1a\x9b\xe4\x40\x22\x34\x50\xd7\x95\x69\x3f\xf9\x67\xb4\xb9\x0f\x8f\xed\x4b\xa8\x19\x6d\x4c\xe9\x4d\xd5\x4c\x2e\x4b\x53\x70\x78\x13\x1d\xd2\xfb\xf1\x5f\x82\xb6\xb0\xbf\x79\x0b\xd3\x18\x7d\xed\xfa\x54\x9b\xa5\x36\xfc\xfa\x10\x6c\x3d\xea\xf4\xa0\xe5\xcc\x24\x10\xf3\x09\x29\x16\x34\xe7\x6b\xdc\x9f\xfc\x15\xb8\x28\x6e\x16\x90\x74\x32\x3d\x06\x17\x8c\xbc\x01\xec\x77\xa1\xa3\x33\x7e\xc7\x5e\xc0\x5d\x37\x46\x39\x0a\x94\x01\xd1\xac\x29\x96\xd4\xd4\x34\x31\xf7\x53\xbe\x82\x22\xe2\xa0\x0c\xc5\xc3\xf0\x1e\xb7\x0a\xb8\xb3\xd9\x3c\xbb\x63\xd4\xf2\xa8\xfa\xe4\x0e\x14\xf7\xfe\x67\xcf\x35\xd6\xca\xf3\xd0\x4a\x8a\xc6\x54\x02\x17\xa1\x08\x4a\x4a\xde\xf4\xaf\x8e\xf7\x91\x30\xf5\x45\xec\x28\x71\x11\x73\xcc\x35\xfa\x3a\xa6\xd1\x8a\xe4\x83\x1f\xbc\x0b\x5d\x72\x39\x40\xd9\xaf\xf7\x98\x08\x47\x8b\x13\xf8\x59\x94\x0c\xc0\x88\x20\xdb\x10\xc1\x22\xe9\x52\xae\x13\xfd\x8d\x3f\xf7\x7f\x03\x49\xbc\x7b\x69\x2e\x8b\x0a\x6f\xe3\x91\x60\x68\x9a\x7b\x47\x78\x4b\x6f\x99\xaa\x89\x83\x07\x92\x3a\x66\x02\x52\xde\x16\xd5\x8d\x27\x57\xe8\xd0\x17\xc8\x63\x0a\xaa\x79\x94\x06\x99\x90\x92\x5a\xf0\x3a\x05\xcc\x1e\x38\x5f\xcb\xff\xf3\x0f\x1c\xdd\xe8\xb5\xbb\x1d\xb9\x0d\x60\x3c\x2d\x6b\x94\x5e\x4e\xb4\xab\xf9\xdc\x5b\x21\x65\x91\xdd\xca\x83\x20\xb5\x7c\xa0\x18\x74\xdf\x4b\x29\x2c\xbc\xd2\x2b\x5a\x2d\x4c\x02\x35\x40\xd5\x33\xe3\x72\x0d\x95\xdd\xc0\xe8\xc6\x68\xe3\xdf\x2d\x57\x82\x3d\x07\xcc\xde\xa9\x33\xfb\x18\xf9\x61\xc1\xd7\x64\xae\xca\x8d\x63\x77\x79\x10\xcc\x18\xa1\x6b\x0a\x09\x1c\x61\x3c\x60\xb3\xae\xa0\xc0\x74\x7a\x1b\x31\x43\x97\x12\xcb\x6f\xbe\xd0\xea\xd4\xa4\xbc\x90\xcd\xee\xe4\xae\x77\x7c\x74\x74\x44\x0e\xc9\x7f\x20\x16\xf2\x8a\x6b\xf2\xa3\x41\x29\x72\x26\xc6\x64\x72\xac\x58\x42\x9e\xc5\x50\x9e\xbd\xe4\xeb\xf4\xf7\xa1\xa6\xde\x29\xf9\xcd\x3e\xb3\xbf\xc4\xaa\x99\x4b\xa6\x3f\xb7\xcc\xe2\x2c\x37\xbd\x92\x31\xa5\x52\x2b\x58\x69\xa6\x4d\xc7\xbc\x3a\x1d\x9d\x4e\xd1\x6c\x3b\x3a\x1d\x57\x55\xe2\x94\xe0\x73\x21\x79\x4a\x23\x3c\x48\xa1\xa5\x7b\x0f\x9c\x41\xa2\x4e\x7b\xfa\x66\xed\x46\x83\x30\x38\x26\x9e\x81\x10\xe8\x2b\x11\xbb\xf8\x91\x57\xaa\xf3\x37\x9b\xa6\xd1\xc4\xf5\xe9\xf0\x40\x1b\xff\xe7\x10\x55\xf6\xd6\xa5\x2d\x8f\xbc\xa7\xaf\xb4\xff\xa5\x7d\x0c\xb3\xe3\x2b\x30\xeb\x86\x67\x4c\x88\xb7\xb5\xf1\x48\x1d\x47\x2f\xdf\xd1\x35\x9e\x37\xa9\x97\x2f\x74\x9d\xf3\x9e\xce\x38\xb4\x3e\xc0\x98\xea\xd8\x7d\x25\xb9\xf4\x5b\x73\xf6\x24\x5e\xbe\x57\x22\x73\xf4\x22\x78\x64\xeb\xca\x26\xda\xaa\x75\x10\x4a\xe3\xaa\x16\xa4\xf7\xd8\xa7\xb5\xb2\x58\xb8\x7e\x0e\x58\x80\xd0\x28\x08\xd4\x9e\xa6\x2b\x42\x4b\xfa\x90\x73\xa2\x7e\x9d\xf9\x2f\x57\xf5\x5f\xe4\x81\x07\xaf\xf1\xb7\xdb\x00\x1c\x18\xcf\x01\x5f\xf7\x31\x54\x72\x35\xfa\xa4\xed\x19\x76\x1d\xc5\x53\x50\x47\x46\x83\x52\x01\x5c\x5b\xa1\xa8\x95\x3b\xb5\xe9\x1e\x53\x90\x7e\x74\x19\x79\x2b\x4e\xba\x5d\x0a\x90\x76\x33\xde\x01\xc0\x2d\xe0\xea\xf5\x37\x6e\xc7\x3b\x00\xbc\xf2\x3c\xb0\x5c\x08\x7c\xdb\x18\x4a\x86\xf5\xd4\xdd\x82\x9e\x51\xa9\x66\xac\x98\x4e\x0e\xce\x49\x50\x3a\xd7\x69\x21\x77\x28\xbf\x41\xcb\xeb\x5d\x05\x85\x34\xa9\x15\x53\x6d\x9b\x32\x58\x25\x3d\xdd\x9f\xe3\x26\x94\xea\xae\x4a\xd9\xb8\xb1\x12\x84\x7c\x85\x49\x9a\x61\x3f\x9b\x66\xbc\xca\x68\x3b\x84\x9d\x6c\x34\xb6\x40\xfe\x67\x0c\x12\x4b\x64\x5a\xc3\x87\x0d\x13\x97\xf2\xd7\xd4\xa4\xab\x25\x07\xf8\x6e\x5a\x91\x07\xe7\xe4\x98\x3c\x23\xea\xaf\x53\x32\xc0\x12\x55\xf2\xef\xc1\x35\x39\x87\x17\xd6\xf3\x2b\x2a\xbb\xd4\xf4\x0e\xf4\xa7\x2d\x23\x55\x9d\x61\x50\x3d\xdd\x7f\xde\xdd\xbd\xeb\xeb\x9e\x9d\xd4\x90\x32\x46\xae\xae\x0f\xfc\xf9\xa6\x10\xdf\x71\xde\xe4\xc2\x6d\x53\x9f\x64\x6a\x74\x1f\x38\xae\xc3\xb8\x8d\x2d\x8f\xbc\x1d\x11\x65\x9e\x4a\x2e\x09\x23\xa0\x9c\x5b\x61\xc5\x6d\xb0\xaa\xdc\x26\xce\x5f\x6e\xa3\x54\x61\x6f\x70\xd3\x8b\x1f\x7b\x63\x94\x67\x43\xbc\x2d\xc0\xe3\x78\x14\x5e\xba\x1e\x79\x10\x9a\x42\x21\x30\x4f\xc0\x42\x6f\x40\xdf\x83\x10\xc6\x04\x2a\x2d\x4f\xc8\xf1\xb5\xa4\xe6\xf0\x00\x9e\x62\x09\xe5\xa8\x6c\xf5\xf1\x91\x9b\xdc\x07\x4e\x55\x03\xbe\xeb\x03\xdf\x25\xc0\x77\x01\x78\xa8\x8a\xee\x42\xff\x9c\x9a\x06\x7d\xba\xc8\xed\x5e\xfd\xf4\x76\x7b\x26\xda\x86\x77\x3d\xb3\xac\x7b\x0c\xdd\x72\xeb\x66\x6f\x57\x7e\x21\x72\x5b\x18\x0e\x24\xb4\xc1\x68\x0a\xc5\x09\xbd\x64\x44\x8e\x55\xd3\x6e\x44\x86\xb7\x9c\xb4\x9a\xa1\xac\x76\x96\x96\xc4\xce\xfa\x45\xab\xb3\x58\x54\x3a\x4b\x88\x4a\x67\xb1\xa8\x74\x16\x8b\x4a\x67\xa1\xfc\xe2\x75\x35\xcc\x1a\x34\x56\xa7\xb5\xd3\xd6\x9b\x8d\x38\xa5\x64\xb0\xcb\xeb\x83\xc8\x25\xb3\x4e\x7f\xea\x08\xbc\xfa\xb8\x71\x9b\xe9\x94\xa8\x21\x39\x75\x3e\x55\x3f\x79\x65\x48\xdd\xad\xad\x3e\x27\x24\x0f\xda\xb6\x4d\x31\x5b\xb5\xcc\x15\x3d\x34\xad\xe0\xbf\x6e\x27\x95\xb9\xae\xf8\x55\xa9\xcf\xe4\xdf\x58\x4d\x55\x40\xd5\x6b\xfd\x25\x58\x1a\xba\x32\xbb\xf6\x04\xd0\x2f\x41\x5e\xc1\x2d\x8b\x89\xa1\xf3\x14\x58\x10\xdc\x07\xbc\xa6\x52\xb4\x31\xcd\xe4\x4e\x61\xfe\xb0\x62\x9a\xc3\xab\xc6\x35\x81\x6d\x58\xb6\x6a\xd9\x2b\x39\x88\xa1\x1c\xca\x98\xd0\xe6\xc6\x3d\x64\xe4\x9f\x72\xe2\x25\xea\xd7\xfa\x70\x82\x36\x3d\x5e\x22\x58\x03\x52\xc2\xf2\xcb\x40\xca\x27\x97\xc5\xf5\x14\x52\xe6\x43\x54\x9b\xfa\x56\xe8\xa5\x6d\x90\x73\x29\xe7\xa7\x88\x79\xc7\x40\xb1\x91\x61\x12\xfe\x5b\xd6\x69\x4f\x35\xf0\xe7\xe4\xe0\x46\xa8\x5c\x2a\xc0\x3d\x9e\xe7\x2a\xb5\xce\xd2\x0f\x06\xd3\xfe\x6d\x9e\xc8\x8e\x64\x3f\x55\xff\xf5\xf6\x1c\x6f\xc4\xe0\xfb\x6f\x47\xac\x4b\x87\x7b\x83\x0e\xd2\xa3\xd5\xc0\xc8\xd0\xee\xb2\x70\x1d\xa6\x6a\x48\xa2\xae\xaa\xa2\xeb\x9c\x27\x67\xfe\x41\x5f\x4f\x15\x97\x8c\xa4\xc0\xb0\x69\x59\x95\x0f\xf1\x92\xac\xeb\x90\x13\xdb\xa4\xd7\x91\xdb\x50\x37\xe4\x3f\x77\xd2\xfb\xe0\x43\x33\x3f\x71\xbd\x6e\x8a\xe5\x2e\x54\x22\x0d\x31\xf6\xaa\xb2\x36\x4c\xae\x5e\x9d\xde\x77\x4a\xc8\xdf\x16\xac\x22\x25\x54\x0d\x31\x80\xd0\x7d\x03\x5c\x73\x55\xf5\x8f\x1c\x7b\x43\x46\x44\x6d\x59\x5a\x30\xa3\xb7\xad\x69\xc9\xda\x96\x8d\x4d\x5e\x46\xcc\x70\x50\xe5\x64\x55\x63\x52\x78\xcc\x89\xa7\x00\xd7\xe5\x4a\x65\x29\x67\x4b\xe5\xd8\xa9\x20\x09\xed\x7d\x5b\xb8\xf8\x54\xbc\x85\x84\xc5\x59\xcb\x72\xe3\x22\x7b\xa6\x2c\xf5\x45\x4b\x66\x5d\x30\x2e\x28\xa9\x3c\xf5\x83\x32\x25\xc1\xc8\xa3\x47\x40\x38\x8c\x9d\xf4\x05\x38\x45\x59\xf5\x8a\x9c\xbb\x0d\x93\x91\x90\x08\x13\xfa\x80\x51\x5f\x97\xb1\x55\x0e\x82\x31\x64\xaf\x95\xae\x9a\x68\x9b\x11\xa2\xaa\x32\xea\xf6\x37\x4d\x91\x63\x23\x3f\xed\x8f\xaa\x88\x4c\xb1\x1e\xf2\x89\xff\xd2\xd6\x1c\x3e\x4b\x61\xda\xed\x85\x69\xf7\x0f\xc7\xb4\x9f\xaa\x46\x23\x9a\xc0\xf7\xf0\x10\xf4\x95\x4e\x1b\xb9\x1d\xcc\x68\x76\x3b\xc9\xf8\xb2\xa6\x6d\x31\x2b\xca\xa2\xed\xfa\xe6\xc2\x81\x4d\xbc\xb1\xd8\x17\x9f\x3e\xa5\xe6\x6f\x0b\x6d\xff\x3e\xf8\x46\xb0\xf7\xc0\xb7\xf3\xf0\x4d\x61\x0c\x7d\x1d\xc5\xb5\x75\x97\xed\x6f\x41\xe2\x49\x4f\x52\x23\xc0\xab\x9f\xd9\xc2\x86\xff\x50\x7e\x83\xa4\xa5\x65\x89\xae\xcd\xb8\x05\xa1\x89\x7e\x53\x08\xbb\xd9\xfa\xd9\x56\x57\x95\xa8\x59\x06\x55\xb7\x1d\x30\xd6\x27\x7b\x5e\xb0\x32\x17\x90\x1c\xcd\x75\xd5\x5e\x53\x61\xb6\xd3\x69\x58\x71\xa4\xe2\x64\x73\xd8\x79\x9f\x45\xa3\x9e\xee\x61\x02\x79\x54\x9a\x1d\x48\x65\x4a\xab\x6e\x4d\xbb\xb1\x03\x0a\xeb\x19\xe1\xde\x2a\x6c\xf6\x71\x9e\x33\x42\x85\x58\x2d\x99\x49\xb9\xc3\x54\x74\x95\x83\x0a\x08\x0e\x8e\xc4\x27\xb1\x51\xc7\x52\xf0\xf4\x3b\xbe\x72\x82\x68\xd0\x3d\xe8\x3d\x0a\x99\xae\x74\x98\x09\x31\x74\xb2\x9e\x8d\x12\x3d\x5e\xa8\x23\xe4\xdc\xc2\x78\x46\x0e\xf4\xef\x29\xee\xeb\x6c\x38\xa8\x37\x83\x31\xdc\x96\xc1\x5d\xc8\x87\xf3\x42\xcf\xdc\x79\x60\x56\x42\x9f\xa2\x1e\x8c\xe4\xcb\x81\x9f\x03\x15\xdd\x93\x9c\x58\x9a\xa3\xe9\x9f\xc9\xe3\x10\x57\xbf\x8f\xf1\x3d\x4a\x7f\x46\xbd\x0e\x3e\xa4\x5d\x9b\xd2\x7d\xf0\x6d\xd0\x45\xfb\x3e\xa5\xbb\xe0\x5b\xaf\x8b\x2b\x25\x99\x39\x73\xd6\x2f\xea\x38\x54\xd4\xd4\xa7\x4f\xa6\xd6\xb9\x92\xa9\x1c\x79\xca\xf4\x8e\x45\x29\x87\x45\x42\xd0\xbe\x58\xa5\xf5\x23\xba\xf1\xa3\x47\xe4\x81\xf3\xb7\xdd\x00\x02\xef\xe3\x64\x1b\xa5\x4a\x78\xeb\x1e\xd9\xbe\x3f\x72\x1f\x86\x81\x38\xf5\xdb\xe7\xb1\xbf\xbd\x8f\xdd\xf6\xae\xd8\x17\x0e\xcd\x47\xc1\xcb\xe3\x1a\x0c\x75\x0a\xc9\x14\xfa\x47\x85\xa9\x19\x2c\x66\x12\x27\x97\xab\xc7\x51\x6b\x3f\xc9\x28\xe4\x6c\x0d\x9b\xa8\xdd\x31\x34\x7a\xa7\x9b\xed\x20\x67\xe0\x01\x9f\xfe\x9e\xf5\xe7\xdb\xfd\x51\x27\x87\xcc\xb9\xbb\xda\xa2\x86\x20\x6b\x3e\x26\xc7\xd3\xe3\x6f\x46\x7d\x08\x7d\x4e\xc8\x66\x29\x76\xef\xfe\x7e\xec\xde\xfd\x9f\xc8\xee\xdd\x5e\xec\xde\xfd\x8b\xdd\xff\xf9\xd9\xfd\x10\x2b\xe5\xac\x69\x93\x0b\xe2\x09\x92\x63\x55\xd4\x41\x85\x40\x4a\x31\x07\xa3\xae\xfa\xe5\xed\x8a\x83\x1f\x9d\xba\x2a\x05\xc2\xb2\x88\x25\x44\xef\x25\x49\xc2\xda\x22\x2d\x27\xbe\xd6\x6d\xfb\x5a\x97\xfc\x5a\xb7\xf3\x6b\x9b\x93\x48\x63\xef\xef\xe8\xc7\xd7\x7b\x9d\x0e\x01\xbc\xde\x03\xe2\xd8\xc6\x3a\x41\x41\x7e\x5e\x0f\xce\xbc\x7b\xc0\xdb\x3b\xd6\x34\x45\xae\x3d\x6f\x17\xac\x29\xc0\x8d\x1c\x94\x26\x58\x21\x54\xca\x82\xf2\x09\xb8\xad\x4a\xc9\xd6\x5f\x73\x3e\x2a\xd3\x65\x51\x25\x53\xeb\x26\x30\x83\xa6\xbe\x6a\xd1\xe3\xb1\x14\x74\xba\xd9\x1b\x3a\x8d\x74\x9e\x71\x88\x50\xc0\x0b\xfd\xb3\xd3\xed\x35\x3b\x9d\x3f\x3b\x5d\xef\xec\x74\xa9\xd9\xc1\x04\x0a\x7f\xaf\xf9\xe9\xf6\x9d\x9f\xee\x4b\xe6\xa7\xdb\x77\x7e\xba\xdf\x31\x3f\xf6\xbe\xc5\xf2\xe7\x0d\xa3\x22\xb8\x20\x6a\x57\x95\xe4\xed\x50\x75\xe9\xbf\x24\xba\xad\xd4\x99\x98\x84\xde\x7f\x01\x75\x3b\x27\xbf\x03\x5e\x92\x7d\xca\xba\x29\x5a\x0b\xb0\x91\x7d\x8a\x7d\x92\xe0\xd0\x0b\x60\x17\x3c\x6c\x65\x1f\xab\x5e\x49\x88\x33\xda\xec\x84\x27\xdb\xd8\x87\xd0\x23\x09\xcb\x7a\xe9\xd9\x68\xd5\x00\x94\xd3\xc4\xd2\xd3\x3e\x4c\x82\xf5\x5d\xfc\x7a\x41\x07\xcd\x2c\x78\xff\x85\x7f\x07\x17\xf4\x8e\x99\x7b\x2f\xaf\xd0\x87\x0a\x0a\x1b\xc3\x69\x45\x1a\xad\x65\xee\x93\xd9\x52\x97\x1a\x25\xbe\xdd\xb0\xf6\x6d\x83\x29\x9d\x9f\x6f\x0a\x81\xe6\xb5\x31\x29\xc8\x01\x39\x1e\x4d\xf9\xee\xcb\x4b\xdf\xb7\xba\xdd\xdf\xea\x76\x7c\xcb\x91\x1c\x1d\x6a\xd0\x3c\x57\x06\x20\xf0\x49\x53\x8d\x3d\x74\xe4\x55\x1d\x02\x1c\xa0\xdd\xc8\x9f\x28\xf9\xe8\xb2\xba\x76\x0f\x55\xfd\x4c\xa1\x8b\x36\x00\x68\x74\x6e\x7e\x6a\x93\x42\xd8\xc7\xd5\x97\x44\x56\x0a\x08\xd9\x76\xfc\x6a\xc6\xe4\x52\xf5\xbf\xee\x37\x27\x18\xeb\x89\x6b\xf6\xd3\x26\x3b\x50\xf5\xa8\xd7\x76\x0e\x8a\xb2\xbc\xa8\xd0\x21\x46\x6b\xca\x1d\xfb\xa0\x75\xd0\x89\x13\x9f\xf9\x6a\xf6\xe8\xbb\x25\x94\x5b\x0a\x2c\x6a\x29\xab\x42\xbe\xd5\x9e\xb0\x43\xda\xc6\xd1\x8d\x22\xc1\x39\xbf\x2c\xae\xa7\x10\xff\x99\x0a\x2c\x27\x44\xe0\xcb\x73\x62\x1a\x9e\x81\x2f\xb4\x4e\x38\x82\xa1\xa9\x95\x68\x19\xcd\x31\x44\x81\xd5\x93\x8c\xd7\x5e\xa0\x8c\xaa\x07\x61\x41\xf8\x45\x26\x02\xb4\xc5\x18\x5a\x8e\x82\x56\x16\xd3\x73\x85\x95\x7b\x7c\xa0\x53\xac\x87\xad\x97\xd1\x46\x65\x4f\x11\xc9\xa4\x82\xb1\x73\x43\x34\x77\x8e\xb9\x9a\xcf\x3e\x8e\x31\x5f\x43\xe0\xcc\x21\x3f\xcc\x67\x1f\x2f\xe1\x9d\xf5\xaa\xf0\x36\x33\x95\x0e\x91\x12\x37\x2d\xa3\x77\xf0\x63\x19\xac\x1b\xde\x12\x0a\x45\xb5\x08\x8a\x16\x50\xf9\x29\x6b\x55\x34\x86\x73\xdf\x92\xb7\x89\x69\x95\xfe\xc8\x83\x73\x32\xc0\x0e\x83\x11\xb4\x3c\x3e\x0b\xa2\x06\x31\xe7\x8e\xeb\x27\xae\x88\x41\xfb\x49\x51\x96\xcf\x37\x2c\xb4\xc3\xa9\x6e\xf3\x12\xaa\x0e\x35\xb4\x33\x05\xeb\x68\x55\x71\xc8\xa8\x01\x1e\xaf\xac\x6a\x25\x27\x06\x5f\xfb\x6a\x7a\xd3\xb0\x7a\x87\xdb\x0b\xf5\x78\x33\xc0\xd3\xad\x35\x1e\xa1\x1c\xfb\x86\x0c\x6b\x2e\x92\x03\xa0\x95\x76\x50\x04\xbb\xd1\xe6\xb0\x23\x19\x6f\x1a\x26\x6a\x5e\xe5\x2a\xd3\x06\x2d\x4b\xf4\xed\xa6\x4e\xe0\xac\xeb\xce\xe3\xba\x89\x06\x9a\xcb\xde\x5d\x3d\x71\x72\x04\x17\x7f\x72\x4e\xb6\x28\xb6\xd0\xf1\x67\xb0\x19\x90\x03\xe5\xde\xa3\x2f\xcd\xd3\xec\xa4\x96\xe3\x05\xdf\x8c\xe4\x02\x08\x71\x49\x9c\x2c\x31\x2e\x5b\xb4\x0e\x0a\x97\x6e\x0b\x2e\x2d\xaf\xd3\x09\x3e\xe7\x64\x28\x97\xeb\xe6\x98\x3c\x38\x3f\x27\xab\x0a\x32\x8b\xb0\x1c\x40\x4e\xa5\xe4\x88\x6f\xcf\xc2\x0e\x5d\xb2\x43\xa7\x3a\x74\xc7\x67\xf7\x5e\xef\xbe\xa7\x50\xcc\x31\x37\x50\xf8\x0b\x7c\xfa\x60\xc9\x3b\x79\x88\x54\x2a\x2b\x5a\x40\xe4\x9d\x64\xa2\x39\x38\xb6\x16\x15\xa9\xf9\x7d\x59\xc6\xf9\xf3\x96\x75\xa1\xed\xf9\x0f\x64\x21\x79\x60\xc3\x24\x49\xe6\x0e\x0e\x82\x5b\x26\x49\xe9\xb2\x57\xa4\x15\xa9\xb9\x80\x2c\x1b\xfa\x22\x60\xc0\xc1\xc5\xe3\x78\x64\x61\x04\x5b\xbb\xd7\x39\x7d\x0e\xe1\x1e\x0e\xbe\x7e\x8a\x91\xea\x93\xcc\x74\x0a\xab\x1e\xcd\x1a\x46\x6f\xef\xa3\xc1\xf8\xa3\x17\xc0\x1e\x94\xec\xfe\x00\x4a\x76\x5f\x4c\xc9\x96\xd7\x7f\x17\x42\xee\xb1\xb4\x42\x19\x15\x45\x54\x3c\xa6\x82\xcc\x76\x0f\x80\xc2\x3a\xf8\x94\x1c\x5f\x8f\xdc\x49\xf0\x5f\x85\xc6\x17\x13\xb5\x3a\x36\x02\xbe\x53\x4d\x7c\x9b\x6c\x2f\xff\x39\xa5\xfe\xd1\x39\x4a\x2d\x1c\xf2\x0c\xd6\xc0\xa9\xa4\xfd\x38\x71\xcd\x3d\x4d\x09\x61\x21\x04\x4f\xa7\x43\x4e\x7d\x2d\x42\x9f\x09\x45\x9f\x4f\xc1\xb0\x7b\xc9\x9c\x94\x58\x7d\x81\xa5\x62\x2c\x67\x18\x74\x04\xc9\x72\xd4\x35\x14\xb8\xde\xc1\x62\x49\x37\x17\x55\xce\xe4\xde\x3b\x39\x76\xf7\x29\xff\xd6\xf0\x7e\x35\x43\x11\xc5\x2f\xda\xae\xe4\x6a\x2c\x47\xa8\xd2\x2a\x42\xbd\xcc\x79\xb1\x61\xb9\x76\xc9\xb0\xe6\x56\x13\x70\x54\xc8\x6f\x32\x67\x53\xd5\x61\xe8\x58\x74\x54\x95\xd5\x94\x63\x90\x67\xb2\x4e\x8b\x3f\xed\x5f\xd4\xde\xf8\x7a\xa4\xe8\xcc\xd0\x41\x8a\x9b\xa1\x6a\x16\x12\x41\x67\x3d\x0b\xcb\xa5\xe6\x64\x12\xad\x69\x25\x94\xc9\x2f\x58\xa9\x4c\x2e\x6c\x91\x91\xa7\x86\xc6\xd1\x62\x75\x88\x2f\xb2\x7b\x2a\x65\x2f\xe6\x58\x9d\x13\x8d\xb0\x6a\x22\x42\xda\x6b\x3a\x8f\x65\xa3\x4a\x12\x56\x91\xd4\x3b\xe9\x74\xcd\x81\x96\x94\x8c\x4a\x89\x51\x95\x39\xd5\xae\x3a\xe8\x4f\x23\xaf\xd8\x4c\xb4\x08\x32\xf0\x7f\xf1\x98\xed\xc9\x79\x7a\xc4\x01\x47\x9a\xc1\x1f\x38\xe6\x12\x7f\x8c\x7f\x31\xa8\x95\xa5\x4d\x10\x23\xc6\x64\x05\x25\x92\xf1\x20\x86\xec\x91\x35\x8a\x82\x0a\xe1\x0a\x8a\xcb\xba\x90\xc0\x52\x6a\x34\x00\x9e\xc3\x10\x57\x46\xed\x6e\xd0\x30\xc2\x36\x0b\xba\x12\xad\x67\x44\x97\xab\x29\x73\x96\x86\x71\xe2\xf1\x82\x1e\xe0\xe9\x8f\x9c\x97\xce\x0d\x5c\xa1\x9b\x68\xa4\xb4\x23\xe6\xef\x78\x61\x1a\x8c\x81\xc7\xfb\x19\xdf\xa5\x6a\x9c\x94\x29\xb3\x2e\x0f\xca\xcd\xc1\x7c\xf2\xb2\x20\xff\xee\x23\x74\x4d\x3e\x7d\x22\x83\x7f\xfb\x8f\xff\xf8\x8f\x81\x7f\x41\xd3\xb5\x7a\x20\xae\x69\x6d\xa8\xe4\x4c\x89\x4e\xbb\x56\x4b\x02\xac\x19\xa1\xf9\xc7\x95\x68\x3d\x08\x94\x88\x8c\x96\x30\x6f\x34\x6b\x75\x04\x65\xcb\xe5\x05\x3b\x5f\x65\x0c\x53\x3f\x7a\x13\xe5\xf5\x77\x27\x6d\x0a\x79\x9a\x14\x1c\x5a\x42\x39\xfe\x96\x09\x52\xb1\x1b\xda\x16\x77\xec\x10\x35\xb0\x77\xcc\x87\x60\xbf\x05\xba\x22\xd6\x1c\xe6\xb4\xb9\xd5\x09\x74\xc4\x34\x18\xf3\x3b\x53\xd3\xda\x4e\x06\x56\x29\x62\x98\xd3\x94\xad\x49\xd6\x65\x25\xc3\x54\x02\xf2\x96\xea\xdf\xf6\x54\x86\x3a\xe5\xab\x86\xdf\x86\x84\x7c\x55\xd9\x91\xf5\xa2\x68\x21\xe5\xe5\xac\xa4\xd9\x6d\x0a\x05\xa8\x73\x10\x4e\x12\xd4\x66\x94\x5b\x4b\x91\x48\xfd\x66\xf1\x7c\x9a\xaa\xe0\xe8\x37\x79\x42\x8e\xa6\xdf\x24\x12\x9c\xb9\x9c\x37\xb1\x7f\x4c\xc8\xd1\xf4\x24\x10\x21\xd4\xd5\x3c\xe4\xd5\xad\x0d\x2c\xc8\x3e\x33\x23\x92\x02\x0d\x83\x99\xf6\xbb\x69\x6e\x66\x83\x31\x39\x26\x07\x16\x58\xf2\x8e\x81\x95\x82\xc1\x31\xd7\xdd\x19\x8d\xbb\x8d\x3c\x3a\xa1\x02\x3b\x30\x6c\xa1\xe7\x3e\x58\xee\xf2\x59\xe1\x05\x7d\x11\xd2\x7f\xbd\xdb\x71\xf8\x08\xf7\xdc\x09\x17\x16\x15\xa2\xb8\xa9\x0c\x16\xee\x54\x85\xbe\x74\xa1\xf6\x46\x1b\x1c\x15\xbd\x10\xe9\xeb\x94\x97\x9e\xfc\x77\x70\x80\x0d\x62\xcd\x8a\x7b\x82\xd9\x4f\x5a\xe5\x42\xf4\x25\xf5\xe0\x3a\xed\xf6\x84\x6b\x0d\x82\x29\x2a\x5d\x14\xdb\x4d\xb3\x62\xe2\x3b\x2b\xde\x42\xf5\x0f\x4c\x1b\x13\x8e\x1d\x7a\x42\xe9\xcf\x1e\x02\xc8\x89\xba\x0b\xf3\x04\x40\xf3\xb8\xdc\x2b\xea\x35\x21\xf2\x72\x14\xaf\x09\x71\x79\x07\x0a\x4d\xf9\x5f\xf8\x62\x62\x55\x28\xc8\xe9\x3c\x7f\xb1\x28\x9d\x30\xf4\x22\x60\x7f\x60\x21\xa6\x9f\x03\x32\x82\xf7\x16\x52\xc9\x75\xf1\x82\xf1\x20\x9c\x5f\x59\xc3\xc7\x4e\x92\x03\x93\x27\xdc\x83\x83\x6d\x25\xef\x8f\x95\x1b\x17\x6d\x18\x15\x64\xd6\x99\xae\x2a\x4e\x53\xb9\xf9\xb6\x1c\xa2\xf6\xa3\xfd\x48\xa3\x2f\x5f\xf6\x32\xa6\xdb\x84\x3c\x78\xa0\x1f\xc8\xcf\x6f\x19\x2b\x78\xb8\x7b\x6a\x17\x09\x6b\xa3\x2e\x64\x3d\x9a\x76\x47\x77\x27\x30\x8a\xc5\xe5\x7a\x25\x76\x27\xba\x77\xc9\xee\x9d\xdb\xbd\xdf\xa5\xda\xd5\x08\xfb\xca\xde\x96\xd7\xef\x21\x0f\x36\x39\x27\x08\x77\xfa\xe3\xdb\xf7\x17\x1f\x2e\xfe\xfa\xf2\x7f\x2e\xde\x7c\x7f\xf1\xe6\xe2\xc3\xcf\x6e\x70\x25\x84\xa2\x86\x3d\xde\xbc\xfc\xcb\xf3\xbe\x1e\x73\x7a\xcb\x2e\x2a\xa8\x08\xe5\xf4\xf8\xe1\xf9\x4f\xff\xf3\xd7\xe7\xaf\xff\xfb\x65\x8f\xa6\xe1\xa3\xab\x66\x70\xa5\x7f\x77\x7b\x73\x03\x4b\xd1\xba\xe4\x3c\x10\x9e\x68\xe2\xa6\x5f\x98\xbb\xcd\xdc\xf8\x50\xda\x52\xcf\x97\xae\x59\xd2\xd6\x15\x64\x34\x39\x31\x40\x5a\x5d\x17\x0b\x31\x26\xcb\xa2\x1a\x4b\xf1\x30\x8a\x81\x5b\x16\x95\x72\xa1\x01\x5d\xb0\xfc\xf3\xd1\x23\xd9\x5c\x4a\xed\x13\x97\x34\x23\xbf\xd5\xb9\x6c\x14\xc8\xfa\x4b\xba\x21\x4f\x9d\x66\x14\xd2\x55\xca\xff\x3c\x38\x27\x7d\xb0\xc0\xbc\xb9\xa4\x9b\xd4\xc9\xa3\xc2\xfb\x8c\x0a\x75\x47\x50\x9f\x8a\x21\x09\xf2\x78\x04\x68\x1b\x7e\x3a\x4b\x35\x01\x6c\x5c\x1e\x0a\x5b\x81\x88\x15\x6e\x5a\x9f\x47\x5b\xc4\xc9\x7b\x1e\x65\xe6\x39\x20\xa4\x12\x1c\x9c\x93\xdf\x88\x8d\x65\xf6\x2e\xba\xdb\x8c\x3c\x2a\x3e\x7a\x4c\x2e\xc5\x58\x01\x1c\x7b\x80\xaf\xfb\x0e\x7c\xad\x91\x13\xe2\x94\x64\x25\xa3\x15\x5c\x01\x32\x5e\x77\xc0\x85\x7f\xf8\xb1\xdd\x67\xa9\x40\x1e\x37\x6f\x10\xeb\x69\xc4\xf9\x4a\xff\x81\xcf\x83\xcd\xd3\x80\xb8\xf4\x13\xed\xc2\x28\xab\x9c\xf0\x55\x0b\x49\x0e\x5a\x4e\x42\x4b\x0c\x76\x45\x5b\xc8\x6f\x64\xa3\x53\x2b\xe0\x31\xae\xff\x6a\xd8\x2f\xab\x02\x72\xde\x43\xd6\xbf\xcf\xa3\xf0\x98\x74\x40\x74\xfb\x83\x88\xce\xba\xa9\x68\xa5\x54\xfb\xe9\x13\x41\x6b\x32\x9e\x77\x9f\x3e\x05\x27\xbb\x3c\x74\x9d\xd3\x21\x9d\x92\xd8\xa4\x97\x82\xd3\x64\x38\x74\x21\x02\x00\xf8\x53\x1e\x37\xa3\xad\x5f\x80\x16\xa1\x16\xec\x9e\x43\xc6\x7c\x16\xfa\xd0\xfc\x2b\x2d\x57\x0c\x92\x0a\x18\x1c\x4f\x1d\x74\x3f\x87\x1f\x43\xd2\x00\xba\x36\x67\x4e\x42\xd8\x50\x46\x35\xc4\xed\x52\xa1\xa8\xdc\x0b\x21\x8a\xb2\x8b\x44\x90\xfe\xb6\x9b\x74\xfd\xfb\x30\xf3\xb0\x7f\x84\x47\xfc\x0b\x4e\xd4\x8a\x91\x93\xbd\x70\x6c\x4e\x3f\xfc\x8f\xe7\x29\x90\xf1\xaa\x2d\xaa\x15\x03\x4b\x95\x56\x18\xc9\x89\x07\xf7\x31\x17\x5a\x0f\x24\x8d\x84\x5e\xb4\x6e\x97\x5a\x84\x2b\xcf\xf4\x3b\x0b\x8f\xb6\x74\x4b\x0f\x1c\xd6\x7c\x11\xac\x69\xdf\xb7\x4c\xc1\x4e\xf3\x15\x24\xa7\x3a\x8b\x84\x16\xbd\xfb\x6a\x17\x32\xf5\xa7\x9a\x0a\x6f\xd7\x20\xc3\x8f\xe4\x9c\xdc\xe2\xd6\xf4\x91\x3c\x81\x1d\xc6\xd9\x98\x3e\x8e\xc9\x2d\x84\xb9\x8b\x30\x7f\x32\x39\x87\xb6\x97\x1f\xaf\x83\x55\x28\xd1\x97\x44\x2f\xe6\x52\x4e\xa8\xb5\xac\x16\xbb\x3b\xaa\x46\x11\x17\x02\x5a\x4b\x44\x69\x49\x9e\x90\x5a\x48\x4c\x96\xc9\x0b\x63\x29\x3f\x71\xb9\x0c\x73\x83\x13\x32\x37\x33\x86\x6f\xc3\xf7\x12\x83\x79\x32\xc9\x36\xbc\x99\x2a\xb5\xe0\xa3\x47\xf0\x91\x3e\xa5\xb7\x8b\xc6\xc1\x1d\x2d\xcf\x54\x52\xdb\x3b\xd6\x60\xfa\xd4\xc0\xae\xea\x7f\xa5\x10\x6f\xe8\x9b\xe1\x1d\x95\xbb\x0f\xc2\x88\x08\xa5\xff\xb9\xf5\x69\x24\x45\xad\x88\x80\x1d\x5d\xb1\x61\x2f\x00\x93\x10\xc2\x64\x07\x88\xcf\x31\x0d\x89\x0b\x70\x0b\x7d\x90\xa2\x7a\x2b\x1b\x39\xdc\x11\xb1\x64\xd8\xc9\xdd\xee\xec\x2c\xa8\x31\x7b\x6f\xd3\x28\xef\x1c\x03\xae\xbf\xcb\x5b\x72\x40\x96\xf2\xda\x2f\x27\x71\xff\xed\x0a\x54\x90\x7f\x14\x1b\xbb\x98\x44\xa3\xd1\x94\xde\xc6\x89\x21\xcf\x87\xef\x0f\x0f\x8d\xc1\x5f\x25\x0a\x85\xfc\x9e\x7d\x4b\xc0\x1e\x27\x0f\xce\x95\x28\xb7\x75\x82\x63\x35\xb3\xfe\xe7\x08\xda\xc6\xe7\x54\xca\xf2\xf2\x7f\xc2\x93\xca\xd0\xb9\xef\x33\x31\xa5\x93\x9f\xe9\xbe\xf0\x33\xbb\xf2\xe6\xc7\x2c\x93\x58\xb4\xbb\x78\xc6\xdd\xde\x1f\x3d\x22\xb7\xe4\x29\xaa\xd6\xcc\xa6\x28\xc5\x09\xf3\x9d\x09\xa9\x85\x35\xbc\x45\xc3\x87\x2d\xa7\xee\x94\x1a\xb4\xa8\xd4\x4d\xfc\x96\x91\x86\xf3\x25\x06\x7e\x11\xac\x87\x85\xef\xf7\xe4\x53\x67\x9c\xb5\xd0\x83\x0d\xb9\x34\x42\xc5\xfd\x10\x59\x50\x81\x19\xa7\x3a\xbf\x9d\x03\xe5\xd8\x83\x3a\xc1\x4f\x1d\x83\x46\xf8\x28\x05\xbf\x98\x5b\x9b\x83\x40\x3b\x26\x24\x57\x14\x63\x79\xf2\x0c\x04\xd4\xdd\x51\x75\x56\x44\x4b\x1e\xd8\x16\x84\x92\xaa\xc8\x18\xa4\x74\x8c\xa5\x23\xb3\x8c\x35\x2e\x80\xd7\xe5\x51\x72\x90\x6b\x36\xb8\x63\x84\xe6\x39\xcb\x09\x25\x2a\xd5\xc4\x8c\x41\x81\xf6\x86\xcd\x4b\x9d\x8a\xca\xef\xa8\x4e\xd2\x7b\xda\x5b\xcc\x78\xd0\x79\x8e\x92\x6c\x01\xf9\xee\x5a\x4e\x9a\xd5\x1f\x7d\x9d\xda\x21\xa4\x98\x66\x5b\x25\x1e\xef\xaa\x79\xd3\xd0\x39\xad\x68\x28\xae\xd9\xdc\xcd\x50\xbf\x55\xeb\xcf\x27\x3f\x0f\xe2\x7b\x09\x0a\x29\x4a\x40\x51\xdf\xd3\x03\xfb\x98\x94\x4e\xb4\xcd\x1a\x66\xf2\xe3\xb5\x3d\x9f\x8c\x1c\x18\x4e\xaa\xb7\x07\x7f\x04\x16\x3c\x4b\xf2\xec\x47\xcd\xb3\x93\xf0\xa8\xf8\xdc\x23\x9f\xf6\x5f\x3c\x6d\xee\x2d\xf7\xee\xb9\xe3\xce\x89\x15\xfd\xd5\xa5\x13\xae\x66\xea\x4a\x7e\xa8\x6f\xef\x26\x1b\xb3\xb2\x7b\xfc\x33\xf2\x88\x33\xbd\xfb\xdd\x5c\xef\x68\x43\x36\x81\x6e\xc2\xd3\xc1\x76\xdb\x5e\x6e\x62\x95\x45\xd0\x39\xa5\xd2\x48\x88\xca\xf7\xe1\xc2\xfb\xf1\xe0\xbe\xf2\x42\xc4\xa9\xd1\x59\xbf\x4d\x0e\x40\x05\x80\xdc\x5d\xdd\x03\xfe\x5c\x1f\xf0\xf2\x85\x12\xe8\x3c\x85\x9f\x7d\x1c\x68\xbb\x7a\x17\x54\xbf\x4c\xa0\x45\x99\x27\x30\x9f\x23\x3d\xab\xb1\xe4\x65\x9b\x3e\x85\x09\x1c\xe9\x69\xdc\x21\xa4\x6d\x93\x14\xec\xc7\x3b\xf8\x78\xb7\xcf\xc7\x3b\xf8\x78\xb7\xd7\xc7\xfb\x76\x01\xe7\x06\x9e\x50\xf4\x43\x26\xe0\x5b\x46\xc4\x0a\x2b\xa3\xdd\xf0\xd6\x9e\xde\x72\xf3\x9f\xd1\x46\x57\x6a\xc9\x69\x05\xc6\xbc\x79\xc9\xfd\x78\x72\xb9\x44\x72\x56\x46\xae\xb0\x62\x5d\xb4\xd9\xc2\x7c\xde\xaf\x30\xaa\xff\x81\x61\x04\x53\xf1\x9e\x26\xb4\x02\xa0\x77\x3a\xda\xcb\xfe\x80\x90\x30\xfc\xa4\x17\xd4\x44\x21\xa3\xd3\x0d\xef\x05\x59\xc9\xfb\x7b\x03\x75\x4a\x7c\x26\x66\x64\x5f\xad\x08\xb0\xc8\xc1\xb9\x21\xad\xff\x8e\x6e\xcc\x3b\x72\x40\xb6\x8d\x2a\xae\xcb\x4d\x60\x67\xea\x87\xbe\xb9\x0f\xf4\x1e\xbe\x4b\xc9\xde\x1b\x50\x74\xc3\x92\x3a\xeb\x69\xa9\xc4\xe7\x0e\x5a\x76\x5e\xcb\x2f\xd7\x3c\x6b\x47\x36\xab\x67\x76\xf6\xeb\x48\x73\x1e\xc8\xd5\x7e\x67\x8c\x0c\x72\xf7\xeb\x48\x5b\xee\xf5\xdf\xe2\xc7\x1b\xe4\x42\xf2\xbc\x31\x7f\x30\x8b\x12\x73\x9b\xda\xb4\x8d\x85\x20\x58\xe9\x90\xcf\xd1\x2a\x8f\xc6\x32\xb6\xc9\x58\xad\x3d\x38\x99\x9b\xef\x05\x3c\x8e\x28\xa9\x1b\x76\x57\xf0\x95\x50\x89\x52\x2b\xac\x59\x61\x8b\xc4\x28\x47\xa4\x41\x59\x92\xb6\xe9\xb0\x18\xc1\x64\x25\x5c\x17\x24\x37\x58\x5e\x0a\x00\xc3\xc1\x74\x5e\xf2\x76\xd2\xb2\x65\x3d\x61\x25\x5b\x0e\x46\x2a\xa1\x58\x94\x85\x24\x8a\xb3\xd7\x11\x63\x83\x11\xc1\x3a\xfa\xb4\x2d\xb2\xc1\x28\x0e\xc8\x37\x0d\xc7\x64\xd0\xb0\x12\xa4\xb5\xc1\xe8\x0c\x93\x44\xd8\x92\x60\x92\x06\xaa\x32\x03\xad\x72\x9d\x12\xcb\xc9\x61\x66\x13\x93\xb1\xb5\x4a\x81\x34\x1c\x00\xfa\x33\x2a\xd8\x60\xec\xd5\x5a\x31\xd3\xe7\x24\x2e\x0b\xbb\xa9\x57\x61\x4f\x48\x63\xaf\x7a\xf5\x64\x9b\x9d\x33\xda\xae\x1a\xe6\x98\xe0\x31\xb3\x99\xce\xf6\x25\x27\x85\x6d\x9c\xa4\x8f\xf8\x5a\xa7\xf9\xb2\xaf\x9d\x59\x46\x3f\x61\x95\xef\x47\x17\x4e\x5d\xb3\x41\xc3\x48\x59\x88\x96\x01\x81\x4c\xda\x68\xd7\xd7\xc4\x4f\xc2\xf6\xd5\x50\x7f\x46\x01\x19\x4d\x57\xd5\x4c\x4e\x76\x90\xe8\xe3\x62\xae\xc0\x03\x9b\x40\x36\x0f\x64\x2d\x5d\x44\x51\x2c\x56\x2d\x81\xbc\x75\xe0\xb0\x54\xe6\x84\x57\xcc\xf7\x3a\x80\x94\x19\xb2\xab\x9f\xe8\x22\x77\xd2\xd1\x05\x7c\xa4\x7b\x78\xcb\x5b\x3f\x9c\x26\x92\xdd\xd9\xec\x68\xb0\x6a\x86\xbd\xd2\x2d\xbd\x63\xc6\x4e\x2f\x0f\x42\x08\x64\x91\x38\xb4\x36\x31\x49\x0f\x92\x63\xe2\xe6\x3f\x8b\x17\xba\x9b\xaa\xcc\x5b\xe5\xf2\x85\x9a\x10\x77\x90\x5e\x48\x9e\x49\x2d\xed\x0f\xd9\x49\x23\x0a\x69\x9f\x61\xd5\xf1\xea\x07\xf9\xfb\x07\x7e\xc7\x22\xff\x84\xff\x16\x0c\xbe\xe7\x67\xb0\xc2\xce\x25\xa3\x77\x4c\x5e\x24\x33\xba\xc2\xe1\xf3\xf9\xbc\xc8\x0a\xbf\x46\x8c\xa4\x12\x78\x29\x8a\x55\x5d\xf3\xa6\xd5\x29\x90\x8f\xa7\x27\xd3\xff\xd0\xa9\xa6\x74\x01\x65\xc5\x8f\x94\x88\x05\x6f\xda\x6c\xe5\xbb\x46\xcd\xa1\xf0\xed\x4a\x30\xc8\xae\x4f\xf4\x5f\x80\xc7\x94\x60\xcd\xd7\x35\x95\x97\xce\xd9\xea\xe6\x50\x52\x40\x40\xc4\xb7\x7f\xb7\x95\x17\x62\xb9\xbc\xc0\xfd\x4f\xf0\x25\xc3\xd2\x70\x14\x02\xc2\xc9\xf1\xf4\x4f\xd3\xcd\x94\x90\xbf\x61\x4a\x6c\xe5\x71\xda\x72\xf4\xa5\xf3\xa0\x38\x54\xc0\xa2\xad\x6b\x46\xf2\x86\xd7\x66\xa4\x12\x5f\x18\xa6\xe7\x1e\xe0\x4e\x02\x2c\x91\x81\x85\x33\x18\x13\x35\x1b\xaf\xe5\x9f\xbd\xd1\x01\x7e\xf8\xa5\xce\x31\x3e\xf2\x60\xc3\xe3\x21\xaf\xbe\x93\xff\xdd\x11\x3f\x66\x79\x6d\x4c\x2e\x1d\x20\xdb\xe2\xc7\xcc\xaa\xf1\xfd\x95\x31\xf3\xf7\x87\x62\xc9\xf8\xaa\x1d\xe1\xa9\xa3\xfe\x0a\xde\xb9\x28\x39\x78\xab\x8d\x63\x60\x18\xd4\x12\x45\xb3\xe8\x8e\x4e\xdb\x49\x99\xea\x06\xb4\x82\x1e\xfb\x50\x4b\x0f\x7d\x7f\x5a\xb1\xd6\x14\x85\x02\x97\xac\x57\xac\xac\x59\x23\x86\x81\xcc\xa1\x8a\x15\x2c\xe0\xad\x4d\xf1\xac\x45\x69\x95\x2d\x42\xe5\x10\x82\x6d\x93\x36\x8c\x3a\xbd\x17\x54\x90\x19\x63\x15\x64\x20\x58\xb5\x2c\xd7\xd6\xa3\x84\x3f\x01\x16\xfa\x6d\xbb\xe1\x26\x15\x53\x94\x34\xdd\xcb\xdd\x57\xf4\xf8\x45\x98\xa0\x04\xcd\x9b\x56\x67\xf2\xe9\x93\xf9\x98\xeb\x78\x11\xf5\x08\xeb\x67\xf9\x47\x47\xdd\x30\x35\x2a\xb0\xec\x2e\x57\xaa\x44\x2e\xc5\x3a\x47\xc6\x6d\x92\xfa\x6a\x43\xac\x38\xa0\xce\x54\xa8\x83\xe0\x72\x2b\xf5\x93\x04\x9f\x9f\x63\x86\xd7\x40\xaf\x00\xad\xb4\x69\xd5\xe6\x40\x3f\xc4\x4c\x12\x74\x26\x86\xed\x50\x87\x80\x8f\xc8\x84\xe8\xbf\x8a\xca\xb3\xa3\x2e\x75\xee\x89\x65\x51\xb9\x3d\xc6\xe9\x0e\xb1\x04\x9e\xc4\x45\xa5\xb5\xb8\x2f\x32\x02\x6e\x20\x49\xec\xe8\x66\x1f\xec\x7c\x41\x82\xb6\xd4\xaa\x73\xdd\x88\x20\x28\xe8\xec\x92\x1c\x0a\x02\x6b\x7e\xf0\xe3\xfe\x04\x26\x05\x96\xfc\xb0\x2c\x7e\x85\x95\x62\xdf\xeb\x40\x0d\x2f\xaf\xef\x28\x2c\x3b\x00\xcc\x3b\xac\xc9\x84\x2c\x47\xe4\x31\x71\x07\x68\x33\x4c\xfb\x2e\xa8\xf7\x01\xdc\xca\x37\x5b\x61\xdb\x72\x01\x4e\x3d\xeb\x96\x3b\x14\x72\x89\xf1\xa0\x68\x47\x01\x26\x98\xca\xd9\x60\x92\xa5\x31\x59\x92\x03\x92\x91\xc3\xfd\x07\xb8\x1f\xd8\xa2\x1d\x1a\xc8\xa3\x04\xe8\x78\x6f\x5b\x32\x2a\x6f\x1c\x1f\x8a\xec\xf6\x35\x48\xd2\xe1\xa6\x06\x39\xcc\xeb\x56\x04\xab\xdd\xdd\x3a\x54\x2a\x11\x27\xaf\xc8\xa7\x4f\xbe\xdb\xb8\x2d\xb0\xa6\xb3\x42\x3a\x4f\x3e\x7d\xf2\x1c\x50\x9d\x72\x6a\x5e\x63\xf5\x28\x68\xbd\xa4\x1b\x0d\xd7\x07\x99\xde\x1b\xc8\x33\x5c\x24\xa0\xce\x18\x6a\xd9\x7b\xad\xf6\x83\x21\x60\xef\x66\x38\x1a\x8d\x08\x96\x2b\x19\xf9\x15\x55\x69\xd6\xbd\x6f\xbb\x92\x99\x71\xbb\x99\xca\x07\xf2\x5a\x4b\x4c\x70\x94\xfb\x4a\x85\x40\xa9\x36\x03\x6f\xd8\x1d\xc8\xe2\x78\xcf\x48\x76\x1e\x4c\x60\xb3\xec\x6f\x60\xa1\x63\x4b\xd9\xc8\x45\x36\x48\xfa\xa6\xc9\x0b\xbf\x3f\x7d\x52\x9f\x96\x34\x98\x60\x59\xd5\x56\x73\xc5\x60\x47\xba\x58\x97\x6e\xe9\xb0\x14\xa8\x85\x20\x5b\x85\x5e\x46\xb0\x8c\x5a\x9c\xe2\x1e\x0d\x1f\xfa\x28\xcc\xb9\x73\x5b\x4a\xd5\x80\x46\x18\xba\x0c\x34\xd6\xec\xd0\xec\x11\x4a\xc6\x87\xe4\x2f\x68\x2a\x90\x82\xe4\x18\xd2\x05\x1c\x1c\xcb\x75\x8e\x03\x07\x86\xe8\x61\x5f\xb3\xc9\xda\xa7\x63\x40\x4f\xb1\xd1\x01\x39\x76\x97\x9e\xcf\xce\x7e\x67\x7c\xac\x7a\x87\x09\x9e\x83\x64\x5c\xd3\x5d\x6b\xc8\xfe\x75\x16\xf7\xdb\xba\x9e\x9c\x3f\xb7\x85\x4c\xf3\x4c\x69\x6c\xbe\xe5\x9b\xef\x8b\x46\xb4\x3f\x2e\xa8\x60\x09\x21\x08\xec\x04\xa0\x47\x94\x32\xb9\x3c\xd4\x67\x7c\xa3\x63\x78\x80\x31\x67\x1d\x29\x39\xbf\x85\xf3\xbe\x55\xa5\x95\x6d\x7f\xa0\xa3\x38\x44\x82\xa8\x40\x17\x2c\xd9\x64\x0d\x8d\xb3\x8e\xe4\xc5\xb2\xa8\x0a\xb1\x50\x29\x6b\x5d\x59\xc3\x16\x8d\x40\x8d\x87\x72\x9d\x93\xf8\x62\x58\x42\x89\xe6\xad\x16\xaf\xa7\xa6\x63\x5e\x2c\x59\x25\xc0\xfb\x95\x35\x4a\x60\x83\x8b\x2c\x5c\x9e\xec\xdb\x9c\xd5\xac\xca\xb5\x64\xe7\x00\xc0\x86\x10\x24\x27\x38\xc6\x45\x40\xb4\x52\xcb\xc9\x9a\x16\xad\x9d\x52\xa8\xa1\xbf\xd6\xbb\x87\xc3\x4a\x0e\xe7\x2c\xbc\xd7\x8a\x59\xec\xfb\x9a\x87\x9b\xb2\x49\xc9\xe3\xca\x69\xe2\xa7\xe7\xe8\x1c\x1c\x6d\x88\xb0\x23\x06\x1b\x39\x96\x95\x8c\x84\x41\xf3\x26\x08\xec\xc5\xf2\x50\x61\x46\x19\xfb\xc6\x45\x97\xe6\x39\x5e\xfb\xbd\xb6\x4e\x75\xac\x71\x70\xcb\x52\xb5\xb0\x7e\x4c\x77\x8c\xcb\x65\x79\xa5\x8d\x2a\xd6\x2c\xb9\x68\x95\xdf\x87\xf3\x8a\xaf\xda\xbe\x57\xc8\x26\xf1\x63\xb8\x5a\x5a\x07\x53\x67\xbe\x5f\x30\x09\x4c\x5e\x7a\x35\x6f\x0f\x84\x2d\xfc\x5c\x54\x50\x8f\xcf\xd2\x1c\xb4\x54\xf8\x50\x14\x39\x8b\x74\x9b\x7a\xb2\x9e\xa9\x40\xcb\x53\xa2\x3c\xb8\xcd\xc1\x5f\x8c\x09\x8d\xd5\x9c\x60\xce\xa7\xc6\xfb\x90\x4e\xdd\xaa\xa3\xa1\x11\x1f\x7b\xc8\xe9\x8f\x74\xa6\xee\x68\x23\x67\x3a\x27\x8e\x82\x46\x1c\x07\xf0\xfc\xf8\x72\xfb\x35\x00\x99\xb0\x8f\xb8\x53\x91\x0a\x39\x48\x2b\xb1\xfd\xd9\x4d\xf6\xf3\xd0\x0e\xc7\xfe\x20\x8d\x8e\x9e\xfc\x18\x60\xd2\x6c\x1e\x68\xc6\x3e\xc8\x5d\xc2\x0c\x07\x36\x39\x5e\x61\x8a\x59\x39\xd3\xe8\x3f\xc0\x55\x39\xb9\x40\x1b\xa0\xbb\x45\x11\xda\x66\x75\x1d\xf5\xc8\xed\x1f\x74\x35\x3b\x63\xba\xb1\xd9\x30\x24\xf7\xc1\xf7\x2d\xfb\x89\xb6\x61\x6d\xb6\x20\x34\x6b\xb8\x10\x3e\x16\xee\xe2\x4f\xb8\xfd\x78\x7b\x03\x7e\xe4\x19\x19\xcc\x57\x65\x39\x20\xa7\xe4\x9b\x3e\x4d\xc7\x03\x74\x3b\x3b\xb0\xdd\x47\x23\xb3\x13\x1c\x9c\x13\xe7\x45\xa0\xf4\x53\x4b\x21\x74\x26\x7f\x9e\xe7\xbb\xcb\xe1\x95\x0b\x30\x91\xe2\x67\xce\xc2\xe7\x89\xbd\x25\x92\x48\x60\x6f\x3d\x37\x15\xc0\x43\x7f\x44\x5b\xcd\x03\x1b\x48\xb0\x12\xb8\x33\x6b\x1e\x07\xc1\x66\x2a\x0f\xc1\x73\xf2\x1b\xd6\x12\xd1\x82\x8c\x2a\x09\x31\x89\x61\xea\x62\x0e\xa7\x12\xf2\xe7\x38\x9e\x29\x4a\x0f\xe9\x7f\xc0\xaf\x38\xe2\xa1\xd6\x0b\x99\x44\xbd\xb6\x0d\xeb\x73\xff\x4d\xb7\x5c\xfb\x13\x90\x26\x2e\xd8\xff\x12\x79\x2e\xcd\x40\x54\x55\x17\xbf\x34\x4b\x30\x94\x35\xd6\xf5\x2b\xd7\xfd\x23\xd1\xf5\x95\x24\x56\x3d\x43\x49\x90\xd4\x01\x00\xe6\xc5\xed\x10\x92\x98\xfb\xf7\x8b\x49\x04\xb2\x0f\xfb\x1e\xe7\x1c\x50\x57\x6f\x0b\xfb\xc7\xab\xb0\x4d\xcb\x57\x73\xe1\xcb\x82\xde\x2a\xf6\x96\x9e\x3f\x86\xa9\x3d\xac\xc3\x55\x64\x9a\xa4\x8f\xe8\xf4\xe2\x72\xba\xba\x7b\xb7\xf9\xbd\xaf\xd8\xf9\x1e\xdc\x51\xfa\xe4\xce\x0a\xd2\x0a\x42\x90\x7e\xa9\xe4\x4c\xbe\xd1\xf1\xe2\xa0\x57\x03\x5d\x3e\xe4\x30\xe9\x91\xfb\xc6\xb6\x60\x70\x1b\xd6\x57\x30\xd2\x9f\xd5\x0c\x88\xfb\x29\xa3\x0c\xed\x54\x16\x90\x90\x47\x27\x91\xa4\xef\xdb\x94\x4d\x7f\x5d\x6e\x66\x0b\x83\x29\x80\x31\x17\x87\xdf\xd8\xa2\xb0\x32\xdf\xc3\x5c\x1b\xc1\xe6\x30\x89\xef\x17\x3d\xe8\x9a\xba\x37\xbb\x77\x3d\xff\x99\xdd\xb9\xa6\xf1\x25\x65\x4b\xec\x1a\x06\x66\xbf\xa6\x1d\x5f\xb5\xdf\xf3\xe6\x83\xbc\x23\x88\xf7\x92\xe1\x8b\xea\xe6\xed\xaa\x0d\x4c\x32\x35\x17\xa2\x98\x95\x9d\xea\xa7\x4c\x5a\x58\x86\xaa\xe5\x84\x55\x60\x94\x75\x0c\xaf\xa2\xa5\x9d\x6b\x6e\x2d\x2a\xa1\x13\x5d\x2a\xed\x91\x94\xf4\xb0\x7a\x7b\x56\x16\x75\xcd\x72\x09\xcf\x17\xff\x97\x45\x95\x16\x9f\x83\xe2\xab\xfd\xf9\x2a\xb2\x05\xcb\x6e\x55\x1d\x4b\x93\x63\x02\x90\x1f\x7e\x7f\xf1\xd3\x0f\x2f\x4f\xf1\xf6\xa3\x62\x1e\x61\x68\x0d\xa3\x6e\xca\x7d\xaa\xbc\x15\x4d\x6f\xf4\xc1\x1a\xe3\x45\x66\x5d\x48\x79\xaf\x1d\x08\x52\x2c\x15\x8d\x98\x9f\x56\x21\x5b\x89\x96\x2f\x8b\x5f\xd9\xc8\x5d\x09\xce\xc8\x12\xa2\x84\x3b\xee\x23\xdf\x3b\x6b\x97\xc7\x98\xbb\xdf\xba\x60\xcc\xb5\xda\x3c\x1c\x93\x13\xf2\x98\x0c\x6d\x22\x0c\xe5\x44\x85\x65\x69\xc9\x01\x89\xde\x98\x9a\xd5\x92\x8b\xd3\x9a\x52\x98\x35\x00\x1f\x24\xca\xc7\xed\xde\x7e\xdc\xbe\x51\x85\x39\x53\xaf\xe0\x98\x4e\xbd\xd0\xa5\x3b\xe3\x77\x9f\x53\xf3\x0f\x3b\x1d\x9a\xc1\xc7\xa4\xe2\x2d\xb3\x35\xd1\xb1\x01\x5c\x4d\xb2\x76\x45\xdd\x4b\xb6\xb2\x9b\xcf\xa0\x6a\x3a\x26\xbf\x5b\x09\x64\x61\x30\x3e\x96\x4a\x0b\xa2\xae\xe1\x10\x60\xc0\x5d\xb5\xfc\xc7\xd5\xb2\x86\x24\x1a\x2b\x29\x51\xa2\xf9\x0d\x12\x8e\xa1\x05\x55\x04\x57\x9b\x7b\xbb\x6d\xb8\x57\x18\x93\x3d\xa8\xd5\xa9\x8e\xed\x5f\x26\x1f\x63\x7c\xc9\x49\x5e\x78\x13\xf9\x49\x1a\x55\xeb\x68\xee\xa9\x68\xdc\xe7\xe3\xd4\xce\x1c\xba\x79\xeb\x0e\x4d\xa8\xec\xf1\x5e\xec\x01\x2a\x7d\xef\xd1\x50\xd4\x46\x99\x80\xaf\x05\xc7\xd4\xbe\xdc\x87\x2c\x6e\xed\x11\x28\xa8\x52\xb7\x1b\xce\xce\xab\x51\x78\x22\xa9\x4f\x65\xac\x28\x87\x3d\x94\x0e\xba\x8c\xdc\x22\x76\xc1\x61\xb6\x15\x9a\xa2\x76\xd8\x29\x0d\xcf\x21\x43\x1a\x1a\x10\xc4\xef\x90\x86\xe4\x4f\x4f\x1a\x98\x9e\xa8\xa8\xdb\x68\x87\xe7\x10\x96\x46\xf3\x73\x20\xf9\xc9\xd6\x50\x25\x6d\x16\x9b\x7d\x25\x16\x7c\xad\x0a\xc8\x7a\xa7\x8d\x7c\x1e\x78\x79\x98\xa2\x6f\xe6\x40\x19\x08\x7d\x1e\x9a\x93\x02\x4a\x9e\xeb\xea\x28\x70\xe8\x05\x3a\x62\x4c\x28\x59\xb8\x35\x5c\x23\xb5\xf0\x32\x7d\x00\xe2\x53\xe5\x95\xaf\xdb\x5b\x30\x97\xf4\x5a\xca\xaf\x98\xcc\x61\x69\x4e\x1a\x93\x92\xe8\x99\x7e\x78\xaa\x7e\xc8\x0e\x1e\xb4\xcf\x5b\x2d\xc4\x5e\x35\xe2\x31\x96\x8b\xc3\x3f\xae\x63\x87\x18\x53\x89\xbe\x10\xe4\xae\x80\x33\x12\x15\xca\x45\x2b\x54\xbd\x75\x55\x1e\x50\xd5\x87\x47\x42\xde\x93\x58\x4e\xf6\x8a\x44\x61\x21\xa5\x16\x76\x12\x72\xf6\xdd\x65\x24\x25\x0e\xce\x2d\x33\x3c\xeb\x05\x27\x5b\x9e\x7a\x13\xb0\xfd\x96\xb4\x3f\xe4\x10\x6c\x62\x52\xf4\xa1\xe1\x2b\xbf\x52\xe7\x05\x84\xce\x62\x19\x80\x50\x1d\x1a\x8a\xa2\x2a\x19\x85\x6e\xed\x65\xdd\xd0\x15\x65\x21\x7c\xf1\xd4\x6f\x13\xc2\xf1\x4e\x26\x07\x9e\xff\xdc\x87\x0b\xdf\x3a\x4d\xb7\x75\xcd\xba\xac\x85\x3a\xd7\x78\xbb\x49\x07\xb3\x6f\x8b\x2d\xaf\x6e\xd8\x98\x5c\x5e\x87\x1e\x54\x7a\x52\x3c\xca\x01\xcb\xa9\xfb\x55\xae\x8a\xd7\xaa\x2c\xa6\x01\xdd\x13\x7a\x42\x93\xcb\xad\xb0\x41\xcf\x11\x71\xdc\x49\x1e\x45\x26\x1d\x51\xd1\x3a\x11\xb8\x9f\x2e\xc1\x78\x12\x67\x7d\x72\x45\x0b\x3b\x88\x1d\xec\x42\x1c\xff\xe7\x56\x6b\xcf\xfc\xd7\xb0\xd1\x7e\x28\xb2\x5b\x95\x98\xcb\x50\xe0\x2c\x6a\x07\xd5\x12\xd2\x2f\xf5\xe0\xe4\x0f\x98\x97\x0f\xdc\xb6\x1e\x3b\xf2\x0b\x44\x73\x63\xf3\xb3\x08\x4f\x30\xa5\x58\x51\xe1\x50\x9d\xc3\xba\xbe\x56\x70\xa4\xa7\x6d\xb9\xfe\x81\x9d\x8c\x63\x47\x64\x1f\x3d\x22\x31\x3b\x69\x6b\xe8\xd3\x44\xa6\xa5\x3d\x39\x31\x49\x97\x84\x9a\x35\x29\xf5\xec\xca\xdf\xe8\x69\x07\x41\xfe\x94\xa2\xab\xb9\xac\x0b\x92\xd1\x32\x5b\x95\x92\x3d\xcc\xe5\x5e\x3b\xa2\x38\xb6\x1b\xbc\x0d\xa1\xce\xc0\x1a\xad\x24\x3b\x89\x96\x36\xce\xb1\xc7\x57\x2d\xaa\xee\x9d\x7e\xc3\x86\x81\xeb\x0b\x81\x3d\x6e\x94\xb8\xd2\x78\x2c\xea\xc4\xad\x4b\xe6\x7e\x0a\x4c\x3e\x99\x14\xa3\x6d\x56\x36\x17\x40\x94\x5b\x3a\xf0\xe8\x1f\xdc\xa1\x53\x3f\xab\xf8\xea\x66\xe1\xe8\x4b\xe1\xf6\x2a\x62\x8f\xba\x25\x70\x95\x90\xfc\x28\x07\xe8\xec\x77\x3b\x2f\xd2\x1e\x1e\x5f\xb4\x20\x77\xe9\x78\xc2\x5d\x24\x9a\x7a\xeb\xd2\xf3\x25\x1a\x11\x4f\x86\x7b\xf5\x3b\x34\x15\xbe\x64\x50\xf1\xb5\x8e\xad\x00\x21\xaa\xe1\x35\x6b\xf0\x72\x6e\x99\x33\xc5\x91\x24\x08\xa4\xda\xff\x28\xdc\xee\xa7\x96\x3e\x4c\x7a\x4f\x87\xbc\xa1\x6b\x39\x23\x6a\x27\x49\xfb\x32\x42\x64\xe9\x6b\x76\xc3\xaa\x7c\x4b\xd6\x78\xff\x50\xbb\x8f\x6b\x09\xfa\xe6\x1f\x40\xe5\xd1\xa9\xca\x80\xa3\x4e\x55\xf3\xe8\xd4\x73\xe5\x1f\xf9\xbe\x21\x4e\x6f\x4c\x79\xe3\xf5\xa6\x1b\xaf\x37\xdd\xb8\xbd\x75\x9c\x87\x6c\x35\x51\x99\x75\x5c\xaa\xa9\xf7\xe7\xe4\x68\x7a\x14\x5a\x29\x1c\xe7\x82\x53\x29\xfc\x31\xf2\x33\x8c\x85\x56\x39\xc0\x43\xdf\xe9\xa2\xca\x1a\x46\xa5\xc0\x21\x9b\x7c\x0f\x79\xfe\xfc\xed\x6c\xc1\x40\x05\xaa\x83\x50\x31\xf6\x14\xaa\xca\x02\xa3\xd0\x25\xf3\x8f\x54\x0b\x47\x9e\x9c\xd3\x93\x6f\xce\xe2\xf7\x46\x5f\x42\x67\x62\xa8\x42\x1b\x8e\xc8\x33\x72\x0c\xd2\xf2\x86\x3c\x76\xa0\xc4\xd9\xf6\x0d\xd9\xd3\x51\xf8\xf2\xcd\xe4\x1c\xbf\x93\x12\xf1\x70\x9b\x2d\xd7\xb4\x13\x0a\x19\x08\x0c\x87\x84\xf1\x19\x5f\x95\x79\x35\xd0\x58\x4a\x50\x56\xf9\xb6\xf6\x77\x5c\x54\x6f\xcc\x29\xd4\x9d\x6c\x39\x51\x18\x49\x60\xbe\x4b\xf2\x9a\x37\xb7\xa9\x11\xd8\x62\x2f\xaa\xde\xa7\xc7\x5f\xe1\xa8\x30\x32\xa6\x77\x54\xf1\xc9\x85\x99\x19\xe4\x41\xd1\x98\x4c\x29\x9e\x03\x72\x78\xf9\x11\x36\x40\x2e\xb2\x2d\x60\x1e\x27\x68\x9b\xc6\x6f\x8f\x89\x31\x53\x83\x6c\xfb\x58\x7d\x3c\x96\x38\xbc\xc8\x30\x24\xf3\x0d\x27\x33\x56\xf2\x35\xe4\x4a\x83\x9a\x9c\x26\x0e\x3a\xea\x0e\x15\x8f\xa3\xb4\x94\xc4\x4b\x6d\x75\x64\x14\x38\x3a\xfe\xe6\x41\x90\x24\x5a\x3f\xc7\xfc\x8e\xcb\x48\x55\x98\xb0\xea\x86\xd3\x9a\x4a\x43\x6b\xc3\x9b\x7a\xc6\x6f\x33\x66\x05\x38\x3a\x9b\x47\xf8\xfc\x09\xe2\x08\x7b\x4d\x2f\x8e\x71\x71\x20\x6a\x2a\x1a\x79\x59\xbb\xa8\x29\x45\xe4\x24\xe0\xea\x51\x06\xa4\x64\xd4\x9d\xbb\xab\x7f\x4a\x31\xd1\x16\x4b\xda\xba\xd9\x8e\x3d\x89\x18\xf2\xab\x24\x8a\x82\xd9\xab\xa8\x53\x67\xcc\x4d\x09\xec\xbc\x01\xc9\x51\x57\x29\x3b\x77\xde\xb8\x4e\x97\x0b\xb6\x6a\x0a\x29\x80\x90\x19\xec\x88\xca\x67\x7a\xc9\x73\x56\x12\xfa\x58\xfc\xd2\xb4\xc3\xcd\x88\xcc\x8b\xb6\x0d\x53\xfb\x0a\xbe\x64\x8e\x7f\xa6\x4a\xd4\x2c\x18\x5b\xb2\x9c\xc8\x0d\x96\x57\x74\x66\x4b\x4b\xc1\x52\xb5\xe8\x1c\x4d\xff\x44\x1e\xe3\x86\x08\x1f\xe9\x73\x1b\xf4\x05\x8b\xd0\x80\xeb\x6e\x94\x92\x66\xfa\xf0\x30\x7e\xb8\xda\x5a\x02\x71\xa0\x87\xfa\xfb\xde\x71\x93\x91\x73\x32\x71\xbc\x13\xe1\x67\xc9\x6f\xf0\xa4\x19\x69\x17\xe1\xd7\x6f\x8e\x8f\x82\x53\xee\x05\xf4\x35\x84\x7d\xc1\xb2\x62\x49\x4b\x11\x1c\x58\xaa\xa1\xc3\xc7\xf2\x9b\x4f\x15\x00\xff\xf0\x07\x80\xf8\xa2\x5f\x11\x7e\x63\x8e\x92\x9a\xaf\x87\xc7\x47\x63\x32\xc9\x59\xe6\xe2\x56\x41\xcc\xbd\xa2\xc6\x21\x74\x19\xa3\x70\xd4\x2c\x89\x94\xb5\x59\xbb\x66\xac\x22\xc7\xd3\x23\x38\x1b\x8f\x8f\xa6\x47\x8e\x3c\xe3\x47\xf8\x43\xe2\x04\xd9\xf1\x09\x39\x0e\x52\xba\xaa\xac\x49\xc7\xa1\x2d\xcb\xe9\xf2\xa7\x54\x07\xd7\x5a\x25\x39\xa9\x66\x59\x41\x4b\x8c\x07\x92\xf2\xf2\xc9\xf4\x1b\x93\x16\x4b\x10\x5a\x61\x4a\x13\x49\x1e\x49\x60\x7f\x87\x86\xef\x3c\x25\x27\xd3\x93\x6f\xc0\x1d\x47\xcf\x8b\x3d\x65\x24\x55\x0f\xc8\xb1\x4a\x1d\x2d\x69\x1e\xe6\x94\x54\x58\x4d\xbf\xf1\xf6\x91\x83\x83\x9c\x65\x5b\xce\x1d\x67\x94\xff\x2b\x4d\x98\x6f\xb6\x79\xa5\x2b\xda\x25\x95\x63\x58\x4f\xf1\x1c\x66\x2e\xae\x80\x0d\xec\x2c\x19\xd9\xad\x94\x05\x39\xa3\xe4\xdf\x4f\x48\xd8\x24\x85\x5a\xd8\xa6\xd7\xff\x51\x2f\x29\x3f\x76\xd5\xdc\xa3\x35\xd3\xbb\xca\xec\xa3\x31\x09\x98\xfe\x99\x7e\x70\x2a\x67\x63\x14\x83\x79\xef\x60\x65\xfe\x96\x17\x74\x9f\x17\x6d\xae\x09\x42\xf3\xbc\x70\xdd\x4f\x0c\x6d\x7c\xac\x42\x69\x23\x7a\xeb\x94\xfd\x08\x4d\xb0\x20\x16\xe4\xce\x08\xe3\x51\x1f\x90\x3c\xbd\x54\x0f\x0f\xc9\x87\x62\x89\x3b\x29\x44\x4e\x61\x19\xcb\x96\x43\xe8\xde\xea\x66\x52\x80\x9f\xda\xd1\xf4\xcf\x63\x58\x82\x98\x37\x55\x70\x4c\x8e\x5e\x33\x5e\x97\x0c\x2c\x43\x85\x6b\xfc\xc1\x98\x51\x9a\xe7\xb0\x28\xd4\xba\x29\x3b\x32\x6f\x0a\x56\xe5\x65\x47\x1a\xb6\x2c\x2a\x29\xfd\xe8\xf4\x30\x3a\xae\xb5\x53\xa5\xc0\x59\x4e\x8a\x76\x9a\x62\x29\x89\xa8\xdc\x76\xdb\x62\xc9\x06\xa6\xec\x2b\x0c\x57\x9d\x76\x41\x9d\xd2\x76\xd1\xf0\x35\xc4\x6a\xbe\x6c\x1a\xde\x0c\x07\x76\xc0\x66\xed\x82\x6f\x54\xc9\xdb\x29\x64\xf7\x96\x03\x2f\xaa\xe9\xa0\x37\xb7\xb2\xbc\xa6\xa9\x38\x30\x01\x27\xd2\xe4\xf8\x08\x94\xeb\x67\x98\x8f\x1e\xdc\x3c\xe1\x0b\xb8\x02\x05\x59\xd0\x2a\x2f\x59\x4e\x66\x9d\x25\xac\x5b\x56\xbc\x2c\x6e\x1d\x0c\xa6\x1f\x45\x30\xf6\x5d\x83\x8c\x5f\xbb\xf1\x00\x89\x6b\x35\x78\x5d\xab\x43\xce\x73\xc6\x87\xc5\x07\x4a\x8d\x73\x0c\xeb\xbf\xa8\xbe\xd5\x97\xed\x29\x84\x60\x7b\xab\x61\x14\x74\x0d\x13\x46\xcb\x7f\x77\x4e\x5a\x57\xfa\x26\x78\x59\x37\xec\x2e\xac\x84\xc5\x43\xe9\x4c\x36\x22\xe7\xe4\xee\x2c\x06\x8c\xb8\x1e\x90\x82\x3c\xf6\x31\x0b\xda\xa2\x35\x10\x52\x1c\xde\x85\x6a\xa7\x83\x83\x22\xd0\x35\xad\x17\x45\xc9\xc8\xf0\x4e\xa7\x5a\x55\x99\x51\xef\xe4\x56\x21\x91\xf1\x21\xe8\x40\x42\x4f\x6c\x21\x41\xd2\x4f\x83\xdc\xf7\x70\x01\x6f\x99\x37\x45\x20\x30\x27\x15\x20\x72\xa6\xe6\xfa\xd6\x16\x2f\xed\x67\xfe\x19\x1b\x35\x80\x82\xee\x1e\xb6\x77\xb4\x51\x39\x39\x5a\xd0\xb5\x0d\x06\xe4\xc0\x2d\x9b\x8b\x36\xff\xc7\xea\xa3\x52\xb2\xc0\x5f\xc1\x2c\x29\xfb\x86\x8b\xcb\x1a\xa2\xb0\x54\xe9\xfe\xb1\xbe\x9c\xe9\x7a\x16\xe0\x68\xc3\x36\x34\x6b\xcb\x2e\x4a\x49\x24\xef\x16\xab\x6c\x01\x81\x60\x85\x28\x78\x75\xe6\x38\x19\x38\xf5\xbc\x30\x13\x7d\xb9\x62\x03\x41\xf8\xba\xb2\xed\xa7\xb1\xe2\x32\x26\x56\x5f\xca\x32\x4c\x57\x01\x8d\x4c\xc2\x92\x96\xe5\x53\xa8\xf3\xf0\x76\x3e\x1c\xb8\x9b\x81\x9d\x16\xf3\x71\x38\x78\x54\xf7\x73\x32\x39\x26\xcf\xc8\x11\x39\x75\x00\x19\x9d\x9e\x6e\x36\x09\x26\x45\xf9\xbe\x19\x80\x4f\x52\x33\x19\xb9\xba\x9a\x90\x28\xd3\xef\x99\x33\xb5\x0e\x02\xe4\x80\xc8\x31\x90\x03\x32\x84\xe9\x56\x73\x3b\x15\xab\x99\x68\x9b\xe1\x71\x82\x71\xc8\xc4\x8e\x2f\x1c\xfc\xb6\xa4\x62\xba\x50\x9a\xfe\x74\x32\x86\x29\x70\x04\xfd\x6a\x5a\x88\xef\xf5\x52\x30\x07\xa0\x59\x28\xa3\x30\x8c\xaa\x7f\x19\x25\x97\x90\x42\x09\x46\x1e\x43\x37\x9d\x7a\x96\xae\x39\x7b\x20\x5b\x09\x48\xe6\x7f\x2b\xda\x05\xb8\x62\xa7\x18\x4a\x32\x13\xf0\xae\xf2\xac\xef\xbd\x34\x78\x5e\xdc\xa3\xcb\xbe\x6f\x4c\xfc\x04\x50\x80\x8e\x01\x2f\x2f\x53\xfa\x0f\x34\x4f\xb9\x4f\x24\x7e\x09\x7a\xb8\xfa\x07\x51\xd1\xba\x2e\xaa\x1b\x93\x87\xaf\xe5\x8e\xab\x32\x64\x29\x8b\xac\x20\x70\xef\x2b\x32\xf6\x21\x8c\xed\x32\xa7\x4f\xc2\xb6\x00\x72\xa8\xee\xb4\xcd\x6e\x90\xd6\x57\x38\x37\x62\x13\x66\x69\xcf\x24\x03\xf8\xf2\x28\x32\x2a\x24\xd5\x3a\x8f\x1e\x91\x04\x32\xc7\x23\xf7\x8a\x6d\x24\x45\xfd\xcc\xfd\x4e\xd4\x1b\xca\x37\x85\x37\x7c\xf7\xcf\x7b\x9f\xd1\x4e\x3e\x3d\x0c\x70\x41\x49\x0f\xb7\xc1\x42\x24\x6c\x3c\x92\xf5\x7a\x4f\x75\x12\x55\x0a\x40\x97\x31\xf7\xef\xa8\x14\xab\xe1\xad\xed\x41\x5c\x0a\xbe\xe4\xf6\xa0\xcb\x65\x71\x3d\xbd\x23\x13\x07\x92\xba\xe4\x3a\x0d\xf1\x06\xec\xb7\x38\x4b\x01\x37\x4c\x70\x40\xee\xc8\xe3\xf4\xfd\x39\xea\xb8\xed\xe4\x0f\x92\x35\xf5\x1c\xe4\xe1\x51\xae\x84\x5c\x65\x18\x81\x72\x42\xe1\xed\x4f\x49\xca\x73\xde\x64\x36\x59\x84\xea\x89\x33\x84\xda\xb3\x8a\x65\x4c\x08\xda\x14\x52\x3c\x2e\x5a\x52\xd1\x76\xd5\xf8\x49\x16\x5c\x09\x10\x84\x4a\x57\x81\xe2\x5c\x12\xd2\x47\x9b\x5c\xab\x80\x19\xaa\x01\xdc\xdb\x4f\x52\x9d\x60\x6f\x53\xbe\x4e\x01\x22\xd7\x22\xfe\x69\x77\x2c\xff\x88\x9d\x21\xbe\x0a\xcc\x80\x52\xc4\x9f\x1b\x2b\x2b\x66\x43\xb9\xa3\x25\x01\x21\xc4\xa7\x99\x63\xbd\x0b\xc9\xac\x35\xb9\x90\x9a\x70\x25\x08\x8d\xfa\x81\x5a\x92\xb6\x84\x55\x79\xbc\x2f\x3c\x18\xb6\xee\xf2\x97\xa4\x3d\xbc\xba\x9a\x4e\x1f\x1f\x7d\x75\x38\x6d\x99\x68\x87\xc3\x16\xaa\xa3\x4f\x48\x0b\x7b\xcb\xb4\xe5\xdf\x17\x1b\x96\x0f\x35\x4d\x47\xa3\xd1\x28\x79\xcf\xd4\x0d\xf6\x55\xfa\xa5\x33\x0b\x58\x13\xb2\xef\xd6\xc3\xbd\xb8\x5a\x37\x12\x2b\x15\x7c\x7b\xe9\x17\x69\xe5\x5e\xf1\x7f\x88\x87\xd5\x2a\xbb\xb4\xba\xce\xaa\xea\x46\x71\x40\x6f\xdf\xa6\x6f\xb4\x0f\x5c\x59\xb2\x03\x87\x15\xff\xd0\xc7\x36\xa3\x60\xa9\x98\xc2\x5c\x49\x6b\xbc\x46\x05\x3b\x47\x67\x0e\x20\xe0\xb7\xe9\xb9\xd1\x61\xc2\xfc\x55\x7d\x08\xc6\xf4\x62\x8e\x19\x4c\xe5\x15\xaf\x2c\x98\x89\x2f\xd4\xa9\x4d\x97\xe0\x03\xe9\x6a\xbb\x8a\xb1\x73\x37\x71\x5c\x11\xe3\x9a\xc7\xf7\x0a\x8b\xc5\x70\xd3\x28\xfd\x54\x22\x62\xd6\xa5\xab\x9a\xca\x76\x8b\xc7\x8f\xdc\x4b\x0f\x5a\xcc\x28\xea\x2f\x88\xd6\x3b\x0c\x35\x02\xed\xa5\x27\x82\xe8\x8a\x46\x00\x25\xf8\xba\xea\xa2\x77\x23\x0d\x21\x16\xdb\x52\x62\x97\x13\x14\x74\xe7\x2e\x2b\xa1\x73\xd3\xdf\x9d\x92\xbb\x31\x02\x3d\x55\xb0\x3f\xef\x51\xad\xa4\xc7\xcd\x22\xe4\x4b\x49\xd8\x6c\x21\xdb\xc5\x3e\x08\xe6\x42\xa1\xd7\x5a\x60\x91\x91\xeb\xa4\xdd\x26\xda\x1c\x1e\x02\x1a\x70\x7a\xfb\x8c\x1c\x81\xee\x37\xd4\x6c\x97\x82\x5a\x25\x01\x4d\x83\x73\xce\x8e\x29\x2e\xb5\xd3\x8f\x84\x2f\x2d\xb5\x91\xa4\x94\x40\xac\x4f\x6c\x42\xc4\xda\x50\x5c\xba\x3f\x9e\xe6\x87\x3a\xa9\x55\x8f\x5e\x4b\x48\xde\xd0\xb5\xeb\x11\x69\xf2\x69\x99\xcc\x4f\x66\xb7\x8a\xbd\x55\x64\xe7\x6f\x69\x76\x7b\x03\x47\xd2\x98\x5c\x66\xed\xe6\x3a\xd4\xe5\xdf\xc4\x4e\x93\x41\x1a\xae\x86\xae\xc9\xcc\x01\x53\x40\xd5\x42\x97\xaf\x8c\xa7\xa5\x24\x34\xfa\xc3\x99\xf6\x50\xd5\x6e\x44\x7c\x5c\xa2\x64\x6a\x1e\x84\x07\x18\x66\x3b\xe3\x77\x50\x8d\x3d\x32\xdc\xa3\x9b\x68\x6a\x2b\x4c\x45\xef\xef\x48\xcd\xda\x43\xb7\xf7\x2a\x52\x40\xd2\x6c\x6c\xdd\xe9\x3d\x09\xd9\xb6\xb3\x9e\xf8\x49\xb4\x7a\xbe\x91\x98\x91\x34\x35\xbf\x84\x14\x9a\x53\x1a\x56\xe5\xac\x09\x53\x9d\x3d\xc7\x69\x2d\x96\xf2\x80\x50\x36\x25\x56\xa8\x24\x5a\x0c\x1d\x6d\x79\x83\x76\x27\xd0\x7b\x28\x46\x1d\x43\xe0\xb7\x1b\x5c\xa4\xc2\x2f\xea\x86\xcf\xe8\xac\xec\x54\xea\x43\xe3\x69\x5f\xd2\x0e\xaa\x4e\x96\x2a\xda\x5d\x90\x35\x2b\x4b\x47\xd9\xd1\x36\xc5\xcd\x0d\x6b\xde\x41\xf6\xa5\xb7\xd8\x63\x8b\xb7\x85\xca\xba\x8e\x1e\x17\x8d\xfc\x5f\xd1\x53\xec\xdd\x2f\xcc\x3c\x6f\xb8\x97\x10\x88\xfb\x45\x9b\xb7\x38\x19\xef\x48\x0e\xb1\x4f\x21\xe2\xfe\x3a\xc4\xfe\xb5\x3a\x1c\x07\x31\xd5\x88\x75\xc9\x7a\x6a\x72\x60\xc8\x5f\x83\xe8\xf8\x7b\x80\x24\xc1\xfa\xc2\xe9\xa2\xc4\x7e\xf5\x7b\x48\xee\xa7\x73\x82\x6d\x8e\x01\x61\x2a\xc8\x26\xbc\x9b\x41\xf6\x2c\x0b\x3b\x8e\x2f\x6e\xc0\x2b\xdc\x69\x32\x95\x8f\x42\x25\x26\x0f\xda\xb4\x3c\x68\x71\xef\x82\xc6\x87\x87\xb0\x39\xad\x69\x93\x8b\x49\xc6\x97\x35\x6d\x55\xcc\xd0\x44\x7e\x6e\x06\x41\x6e\x60\x14\x28\x2a\x15\x5a\xe8\x2e\xb6\x07\x7d\x83\x52\x53\x87\xd4\xf2\x55\x1e\x97\x47\xd7\x5a\xeb\xe1\x8b\x20\x3e\x11\x0c\xa1\x8f\x07\x6e\x23\x97\x06\xa6\xc9\x89\xd3\xc4\x1f\x1c\x64\x9f\xd6\x1e\x78\x10\x7a\xa5\x92\xa5\xcf\x78\xb5\xf2\x22\xf4\xe0\xeb\x8e\x99\xaa\xe5\xee\x5f\xf0\xf6\x29\x69\x79\x9c\xbc\x64\x09\xc9\x77\xfc\xd9\x52\x43\xf1\xe6\x07\x30\x6f\x97\x75\x0a\x53\x75\x9e\xfd\x06\x1d\x4f\x71\xb9\x91\x96\x9f\xca\x95\x06\xb4\x44\x57\xa4\x2d\xb9\x7a\xc2\x13\xc2\xa2\x99\xb5\x9b\xa9\xa0\x2a\x05\xa7\x7d\x04\x39\xbc\x4a\xda\xb2\x61\xe0\x06\x17\x45\x32\x9c\x79\x69\x29\xa1\x4a\x11\xa4\x8c\xc1\x9a\x72\x70\x42\xbd\x6d\xfe\xd2\xd0\xbc\x60\x55\xeb\xe7\xaf\x0b\x0e\xb2\xb1\xe3\x47\x37\x26\x47\x63\x32\x68\x6e\x66\x74\x78\xf2\xcd\x37\x63\x62\xff\xe7\x68\x34\xf0\x51\x95\x5f\x7c\xc7\xb2\x56\xde\x5a\x8f\xc6\xd6\xa5\xcf\x05\xe7\xf7\x68\x98\x68\x79\xc3\xb6\xec\x84\x76\xfb\xf7\x05\xc0\x02\xeb\x59\x8f\xc9\x6c\x3d\x26\xb3\x2c\x18\xfb\x1f\x45\x47\x2d\x18\x2c\x69\x73\x5b\x54\x37\x9e\x4b\x85\x7e\x96\x08\x7c\x80\xe7\x9e\x4c\xaa\x1f\x6e\xbf\x5e\x99\x56\x91\xd8\x06\x9b\xb5\xc4\x73\x7a\xc3\x5a\xb3\x63\xdb\x16\x87\x87\x98\x17\x98\xb5\xd9\x14\x8c\xf2\x7a\xb3\x20\xb8\x59\x14\xb3\xa2\x2c\xda\x6e\x8c\x9b\x45\xd0\xd3\xd9\x3a\xc0\xc4\xe6\x6d\x1f\xfa\xfb\x53\x95\x75\x1b\x7f\x6b\x69\xf6\x2c\xd1\x0c\xc4\x4b\xb7\x99\x53\x84\xce\x34\xeb\x1c\x68\x5d\x3f\xb4\xce\x81\xd6\x39\xd0\xdc\x86\xce\x44\xe8\x9f\xe0\x69\x39\xf2\x45\x53\x67\xd5\x07\x57\x3c\xdd\x6b\x8b\xde\x0c\x26\xdc\xf9\xc0\x65\x11\xea\xed\x36\xb0\xd9\x69\x8d\x82\x3e\xbb\x97\x58\xe9\x31\x68\xdb\xf5\xb6\xed\x06\xa1\x3e\x06\x1c\xc8\xc1\x45\x8e\x2c\x0b\xe1\x67\xc0\x44\x16\xc2\x2f\x4f\x71\x2f\xd3\xf7\x11\xef\xa1\xfe\x2b\x49\x67\x07\x44\xcb\x23\x00\xb0\x1b\x7a\xdd\x83\xd9\x94\xdd\xbb\x14\x06\xde\x43\xfd\x57\x2f\x06\x5d\x8c\x81\xf3\xc8\xef\x1e\x71\x00\xe8\x06\x8a\x3a\x84\x99\x9a\x20\x09\xee\x49\x48\x0f\xf2\xe9\x53\xb2\xad\x3a\x4d\x82\xe1\x47\xad\x3b\x07\x72\xb7\x03\x72\xe7\x41\x0e\x86\xe5\x36\x0d\x8a\xbf\xf6\xa4\xcd\xf7\xa7\xd9\xdc\xe9\x9c\xc7\xe3\x70\xb0\xfe\xc6\xe1\x4e\xb3\xb9\xab\x9a\x87\xe3\x70\xec\x7e\xe7\x2e\xfd\xf5\xce\xfd\x7a\xb7\xed\xeb\x5d\xea\xeb\x9d\xfd\x7a\x17\x7f\x3d\x5c\x95\x1b\xf6\xcb\x0a\xec\x81\xfe\x32\x38\xb7\x23\x0b\x17\x9f\xee\xd0\x05\x1d\xcc\x77\x13\xd1\x15\xea\x2b\x8f\x1e\xa9\xee\x71\x36\x7c\x3b\x3f\xf6\xe1\xe7\x88\x4d\xa1\xb8\xbd\x3c\x52\x76\x4c\x22\xaa\x7b\x5d\xe2\xd7\x27\x99\x3b\xad\xa3\x1d\xd3\xb8\x15\x40\x1b\x16\x17\x4c\x4c\x24\x02\xe8\x02\x00\x5d\x2f\x06\xd1\x54\x6e\x05\xa0\x30\xe8\x21\xf3\xa7\x4f\x7d\x64\x06\x7d\x9b\x09\xf2\x3e\x27\x4b\x27\xe4\x1b\xbd\x72\xe2\x83\xf8\xb5\x6e\x11\xe9\xc5\xc5\x6a\xf6\x63\xb1\x01\xcd\x97\x05\xf3\xef\xe4\x84\x3c\x23\x47\xd3\x6f\x82\x10\x37\xa2\x04\x89\x19\xbb\x29\xaa\x1f\x69\xbb\x18\x86\x66\x0a\x90\x3c\xda\x86\xdf\x32\x2d\x77\x2d\x55\x3d\xea\x3e\xd4\x40\xda\x4a\x40\x71\x87\x68\x7e\x27\x0c\x66\x9b\x34\x95\x10\x88\x3c\xd4\x3f\x70\x67\x6f\x3f\x30\x03\x1e\xbb\x33\x1e\xdb\x62\x34\x0a\xbb\x7a\xb7\x3c\xb2\xd4\xf4\x64\x7b\x8a\xf1\xf1\x76\x07\x0f\xfc\x7e\xf8\xec\xd7\xf7\x73\xdf\x0c\x0d\xf7\x89\xd6\x0e\xc5\xe8\x2f\x9d\x4e\x23\x18\xa7\xc7\x3e\x76\x96\xef\x84\xa4\xda\xc0\xc2\x9c\xf4\x91\x7d\xf7\xdd\x11\x84\xd8\x48\x39\x9f\xd0\x01\xe0\x8b\xd9\x3a\x14\x6a\x9d\xc8\xcf\x94\xa6\xc0\x29\x74\x13\x68\x0a\x3e\xc6\xe1\x8a\x8e\xb6\xe0\xa3\x2f\x45\x61\xe6\x1d\xaa\x52\x8e\x78\xaf\x5a\x57\x3b\x1d\xa5\xb1\x23\xc4\x6f\x1d\xd4\xf2\xe1\xf3\xb9\xff\x9a\xcf\xe7\xa1\x3e\x3b\x8e\x82\xf4\x14\xa1\xe7\xe0\x21\x9e\x3c\x85\xc3\x05\x7b\x1c\x86\x75\x99\x5c\x8a\x2c\xbf\x61\x29\x8d\xf2\xd6\x84\x33\x84\xc4\x5e\xe9\x26\x89\x2f\x66\xef\x1a\x91\x4e\x93\xc7\xc9\xe5\x46\x06\x2d\xaf\x07\xca\xc9\xc5\xde\xc0\x3c\x40\xc0\xf5\x1d\x14\x32\xda\xa8\x84\x30\x51\xea\x96\x61\x2f\x60\x27\x2f\xcc\x29\x39\x1a\xc5\xb6\x07\x6f\x18\xdd\xee\x61\x6c\x92\xc3\x80\x1c\x53\xce\x38\xe2\xdd\x10\x3e\xb6\x51\xc3\x88\x63\xc4\x54\xca\xa9\xc4\x40\x34\x68\x9b\x90\x27\x1c\x48\x30\x97\xb8\x92\x8a\xec\x96\xcc\x68\x93\x62\x21\x93\x0f\x29\x98\xc4\xf8\x70\xf0\xf4\xf8\x59\xb4\x75\x6c\x3b\x6b\x24\x47\x4b\x09\x06\xff\x13\x13\xb5\x87\xab\x54\x37\x1b\x6b\x77\x10\xf8\x37\x21\x3b\xd8\x56\x2a\x94\xee\x20\xe0\x69\xfc\x48\xc0\xf7\xe7\x91\xb5\x61\x7f\x0e\xd7\xec\xe1\x0a\x0e\x23\x72\x20\x4f\xe1\x3d\x0f\x98\x4d\x20\xf8\xf4\xf4\xde\x22\x9d\xb9\x47\xd4\x98\x74\xa3\x68\x32\xf4\x09\x44\x0e\x70\x47\x21\x1d\x39\x00\x62\xc5\x4d\x13\x67\x4c\x2f\x23\x89\x70\x2f\xd9\xc2\x25\xb2\xbd\x3e\x64\xfc\x4e\x69\x4e\x09\x6f\xba\xd1\xbe\xd6\x77\xd7\xbd\xf3\x72\x41\x83\x77\x48\x78\xf3\x88\x58\x70\xfb\xf5\x4b\xdb\x0b\xa3\x1b\x91\xf5\xde\x4c\x5c\x97\xee\x74\xe1\xfb\xd4\xbd\xeb\xf0\x90\x88\xdb\xa2\x26\xed\x82\x0b\x46\xca\xae\xa8\x6e\x6c\x9e\x7e\x26\x54\x48\xda\x0d\x6f\x09\x55\x49\x1c\xfc\xfe\xee\xde\x03\xee\xfe\xda\x28\x3b\x5b\xbb\x56\x59\xf9\x6a\xb6\xbe\xf4\x36\x8f\x6b\x34\x1c\x7e\xfa\x24\xdb\xc2\x4f\xd9\xff\x8e\x9c\x9f\xbb\x63\x21\xce\x03\xba\xf1\xcd\xe6\xfb\xdd\xef\xf6\x5f\x40\x76\xeb\x3c\xc9\x62\x0f\x1a\x35\x4d\xee\x80\x9f\x91\x89\xb3\xc4\x4f\x49\x9b\xac\xc8\x96\xde\xfb\x47\x1a\xe0\x24\x38\x4a\xfb\x16\x68\xb7\x15\xbb\x4d\x2f\x76\x3a\xd7\xc4\xbe\xc8\xa9\x74\x84\x0a\xe0\x64\x13\x61\xf7\x47\x6f\x63\xfb\xed\x3b\xe6\x98\xdd\xb5\xc1\xfd\x5d\xf6\xa4\xcf\xe9\x1d\xa6\xb7\xa4\x0e\xda\x42\xbd\x05\x23\x29\x30\x5b\x87\x96\xf2\x8b\xb9\x36\xa7\xb9\x99\x41\xb8\xfe\x13\x76\x2a\x52\x80\x36\x5f\x17\x17\x32\x17\x60\x95\x5c\xda\x5f\x95\xe0\x63\x5f\x31\xc8\x2d\x2d\xff\xab\xb3\x5a\xf1\x39\xa1\x82\xf0\x8a\x11\x49\x7f\x5a\xdd\x94\x8e\x7e\x72\x96\xa5\xa5\xd5\x50\x1a\x77\xbc\x2e\x82\x05\xfe\xe9\x93\x4e\x44\x33\xcb\xb6\xf8\x63\xf8\x00\x1e\xf4\x37\x54\x12\xb4\xca\xe2\x39\x5b\x8f\x75\x0a\x31\x50\x56\xab\xcc\x60\xf2\x37\xe6\x1c\x9b\x85\x79\x2f\xa3\xc0\x48\x8b\xdd\xf6\xaf\x66\xce\x57\x33\xfb\xd5\xcc\xf9\x6a\x66\xbe\x9a\xc5\x5f\x0d\xbf\x3b\x5b\x83\x0c\x98\xf2\xff\x8c\x4f\xaa\x59\xa6\x22\xe8\xc3\x66\xae\x70\x8c\x10\xef\x7d\xad\x56\x8b\xe0\x88\x4c\x24\x04\x54\xdb\xab\x3f\x24\x82\x89\xdc\x58\xce\xea\x70\x0c\x11\xbb\xfb\xa4\xaf\x87\x49\xd2\x60\xfe\xaa\xbd\x89\xd3\x44\xd2\x77\x92\x3c\x7d\xcd\xf6\x22\x90\x2b\xda\x19\x0c\x0f\xc9\x89\x3b\xf2\x7d\x28\x15\x75\x4f\x59\x70\xbe\x88\x68\x2a\xf1\xc2\xde\x54\xc3\xf6\xbb\xc9\xd6\xdb\xee\x8b\xe9\x36\xf6\x45\x60\x8b\xfb\x76\x6e\x3b\xba\x6f\xbf\x7b\x10\x0f\x2e\x32\x7b\x93\x4e\xb6\xde\x4d\xb8\x9e\x56\xf7\x5d\x8f\x21\x9b\xb8\x23\xdf\x46\xad\x10\xc2\xd1\x7d\x48\x64\x7e\x26\x84\x8e\x78\xa8\x3d\x62\xba\xa6\xd8\x1e\x47\x88\xdb\x0d\x14\x3a\x93\xd9\x1a\xd1\x36\x3f\x7c\x4e\x8a\x28\x32\xea\xf1\x97\xd2\x3f\xf7\xb7\x8a\xba\x89\x3d\xec\xc8\xef\x99\xa9\x51\xca\xfa\x5b\xb4\x2e\x7f\x97\x2a\x29\xff\xf0\x3a\x29\xa6\x52\x8a\x77\x97\xda\xa3\x62\x8a\xaf\x81\x2a\xb2\xdb\xbd\x55\x4e\x0b\x88\x10\xf1\x1e\xdd\xc1\xa3\x50\x37\xf4\x0e\x6c\xaf\xa4\x65\x9b\x96\xcc\xd8\x9c\x37\x0c\x13\x7e\xea\xaa\x8f\x56\x2d\x65\x4a\x68\xe8\xab\x9b\x07\xc7\x86\x61\x61\x5c\xa4\x18\xdb\x68\x45\x18\x5c\xc3\x5b\xde\x8c\xd1\x07\x4a\xcb\x5f\x45\x43\xf8\xda\xc7\x07\x54\x1b\x2a\xaf\x28\x94\xbe\x60\x55\x4e\x56\x35\xfa\x75\xcf\x78\xbb\xc0\x7e\xaa\xa2\xc7\xc2\x44\x7d\x09\x2f\xb2\xcb\xba\x65\xc1\x46\xc1\x36\x2d\x56\x78\x89\x73\x91\xec\xa7\x77\x43\xbf\x8b\xb8\xc0\x76\xe4\xa5\xb4\xc7\xf5\x16\x46\x18\xdc\x6e\x63\x0f\x23\xf9\x06\xd3\x66\x82\x74\x28\xff\x0a\x2e\xaa\xfa\xa1\xbd\xa0\xf6\x16\xb7\xde\xff\x16\x87\x7c\x23\x97\x46\x06\x15\x16\x07\xe1\x4d\x29\x91\x71\xfa\xc0\xde\xac\x10\xa5\x54\x68\x4d\x7c\x55\x4a\xa7\xc5\x27\xea\xb2\xa6\xf5\x81\x07\xc4\x4d\x25\x8e\x7f\x6d\xcb\x0f\x8e\xff\xfa\xb4\x34\x31\x64\x93\x9b\xc9\xf9\x4c\xa4\xff\xbf\x33\x54\x51\x48\x6f\x55\xeb\x24\xbf\x6d\x41\x2c\x8b\x3c\x2f\x59\x08\xa2\x8b\x73\x63\x7f\x21\x5d\x53\x19\xf1\xf5\xd4\x19\xf5\xe4\x81\xa3\x71\xdc\x3e\x76\xcb\x11\x58\x20\xfb\x1e\xfa\xb0\xe0\x6b\xe9\x2f\x6c\x53\x89\xe9\x65\x4c\xf3\xdc\xae\xe1\x31\x91\x57\x51\xf4\x16\x4e\x95\x6b\xc2\xff\x55\x1b\xa0\xa2\x7b\xfa\xd4\xdb\x7e\xbe\xbd\x6d\xea\x05\xad\x58\xfe\x23\x24\x04\x51\xbe\xa7\x6e\xce\xef\xc7\xe4\xfb\xa2\x6c\x59\x23\x74\x6a\x25\xf0\xe3\xc4\xda\xc2\x90\x43\x04\xf6\xac\x8a\x93\x4a\xf2\xd8\x8c\x37\x42\xef\xb0\x72\x5f\x9d\xb7\xce\xc5\xf3\x31\x6c\x67\x90\xf2\x98\x88\x42\x5e\x2f\xc1\x00\xa8\x12\x4d\x2b\x70\xaa\x3c\xc7\x92\x08\x8e\xdb\x28\x44\xc2\xd3\x86\x91\xbc\x10\xb5\xa4\x4d\x3e\xb5\x10\x0f\xf5\x4f\x48\x6e\x39\xa3\x55\xce\xcd\x60\xfc\x88\x03\x38\x83\x01\xb1\x9f\xc2\x28\x02\xe8\x2b\x31\x4d\xbe\x91\xe3\xad\x35\x40\xe5\x00\x6c\x9f\x9d\x39\x37\x7a\xb0\x40\x40\x2e\x80\x7b\x52\x06\xe2\x92\x96\x75\xdb\xa5\x10\x4f\x99\x7f\xec\xf7\x55\x4e\xee\xe2\x57\x46\x26\xe4\xe4\x8c\x7c\x0c\x52\x3f\x3a\x60\x31\x6e\xe0\x28\x0a\x11\x48\xef\xf2\xd1\x27\xcc\x66\x5f\x40\x72\xa0\x04\x06\x91\x11\x4a\x2e\x8f\xa8\x61\xe8\xd4\xd3\xa5\x1b\x91\x83\x38\xd4\xb3\x00\x0f\x82\x3e\xcc\xc8\x64\x37\x56\xa4\x67\xa2\x7b\x6a\x85\xe8\xb6\x69\xfc\x52\x5f\xbb\x4e\xad\x41\x65\x46\x06\xb5\x82\xf6\xa1\xec\xbc\xbf\x0c\x67\x3a\xcf\xf4\xd7\x7b\xa2\x1f\x7c\x66\xc7\xc9\x0d\x3c\x47\x92\x6d\xba\xdd\x6d\xa6\xb4\xae\xcb\x6e\x18\xbc\x1a\xbb\xcc\x94\xdc\x6b\x88\xb3\xc2\x36\x31\x9b\x41\xac\x56\x99\x7b\x0b\x2a\xa2\xa1\xe9\x16\xbd\x91\xe2\x84\x8f\x91\x23\x00\xa8\x85\xe9\xe7\xae\x37\xeb\x55\xde\x50\x82\xbc\xf5\xee\xc2\x85\x5c\x83\xe0\x65\x0e\xbb\xa1\xb7\x7e\xa9\xde\x9f\xf8\xdc\x3a\x09\x1c\x9e\x18\x2c\x8d\xdf\xbe\xbf\x83\xba\xe0\x1b\x26\x58\x0b\x25\xbe\x8b\x6a\xce\xb7\x8d\xcf\xa3\xce\xd6\x7d\xdb\x8b\x15\x08\x2a\x13\x7b\x83\x96\x42\x5f\xe4\xea\x8f\xbd\x5f\xcb\x06\x11\xc2\x4a\x34\xf3\x09\x6a\xc2\x29\xd4\xe3\x19\x6d\x12\xa0\x55\x3a\x47\x1b\xc9\xd9\x49\x58\x2b\xc1\x1a\xb2\xa6\x72\x84\x6a\xa0\x66\x27\xd7\xa5\x89\x54\xb5\x08\x17\x52\xff\xe1\xd4\x73\xb7\x8b\xc6\xef\xe0\x68\xc7\xfc\x2d\x6d\x62\x40\x4e\x27\x67\xbc\xa3\x5d\x93\xbb\x6d\x66\x3c\xda\x5a\x1a\x99\x96\x92\xe5\x64\x9b\xa1\x9d\xef\x31\x28\x97\x21\x8f\x76\xa7\x7f\x48\xc1\x67\x83\xff\xe9\xa2\x2b\x65\xff\x22\xf2\x36\xd8\x3a\xd9\xa4\xf8\x95\xf9\xad\x1a\x76\xb7\x51\xdb\x62\xf4\xa2\xb3\xfb\xa5\x7d\xb5\xc3\x20\xa6\xcf\x93\x5a\xe0\x81\x92\x3a\x45\xea\x30\xcc\x1b\x4e\x8d\x63\x28\xc8\xa3\xb6\xd9\x09\xa9\x45\xe8\x05\xda\x45\x2d\xe0\xb4\x08\x7d\x45\x4f\x9c\x56\x11\x08\xf7\xa5\x3e\x6b\xc2\xdb\x84\xc4\xc4\xc6\x85\x4a\x78\x7a\x2b\xee\xb9\x82\x28\x17\x49\xdc\x39\xba\x65\x11\x41\xec\x20\xa7\x55\x77\x02\x27\xc0\xb1\xba\xea\x74\x18\x06\x9e\x30\x87\x74\x27\x7e\x13\xf3\x59\xa3\xc3\x17\xec\x66\xc9\xaa\x96\x14\x22\xce\xb7\xab\x31\x52\x19\x53\x2b\xb6\xc6\xc8\x62\x55\x05\xcc\x2f\xd2\xab\x68\x26\x29\x3b\x1c\x9a\x4f\x92\x09\xe9\x8e\x21\x42\xbd\x3b\xc1\xdf\x23\xf2\x98\x0c\x37\xf2\x8f\xcd\xf1\x88\x1c\x90\x4d\x98\xbb\x03\x26\xc7\x00\x48\x59\xad\xf4\xc8\xce\x65\x5b\x49\x88\x93\xdd\x84\x38\xee\x21\x44\x62\xca\x7f\x27\xfa\x27\xfd\xe8\x6f\x9d\x6c\xdf\xb1\x54\x21\xfd\xd4\x99\xec\xa7\x1a\x2c\xdd\xf4\x4d\xb6\xd7\xa4\x6f\x8c\xde\x14\x41\xbc\xff\xef\x99\xa2\xc0\xd1\xd8\x9f\xa2\xa7\xce\x14\xed\x44\xff\x78\x3f\xf4\x4f\x7e\x3f\xfa\x27\xfd\xe8\x6f\x99\xa2\x4d\x62\x3d\x6e\x60\x3d\x6e\x60\x8a\x36\x9a\xc7\x36\xbd\x6c\xb8\x39\xf1\x9b\xf4\x8c\xb1\xb3\x53\xb4\x51\x6c\xb8\xc1\x31\xea\x61\xc1\x18\xf5\x80\xc9\x01\xe9\xc2\x31\x6e\xf4\x14\x6d\xb6\xad\xa2\x0d\xac\xa2\x0d\x4c\x51\x88\x5b\x0a\xfd\xe3\xfd\xd0\x3f\xf9\xfd\xe8\x9f\xf4\xa3\xbf\x75\x8a\xe2\x55\xb4\x81\x55\x64\xa6\xe8\xa9\x06\xdb\xc3\x86\x9b\x13\xbf\xc9\x5e\x53\x04\x6c\xf8\x7b\xa6\xa8\x7f\x15\x6d\x60\x15\x99\x29\xda\x89\xfe\xf1\x7e\xe8\x9f\xfc\x7e\xf4\x4f\xfa\xd1\x4f\x1e\x85\x2a\xdd\xd7\x06\x1c\x87\xcd\x9f\xdd\xc8\x35\x55\x20\x3c\x70\x82\xc6\xb5\xeb\x0a\x32\x1d\xfa\x26\x23\x3a\xf8\x22\x74\x4f\xd6\x52\xc8\xe6\xe4\x2c\x25\x83\x74\x27\x7d\xb6\x79\xe7\xc3\x27\x7d\x1f\x3e\x09\x3e\xec\x0c\xd7\x85\xb8\xcd\x6e\x1f\xc9\x6f\xcf\x1b\x46\x3d\x19\xee\x1f\x27\xb1\x05\xd5\x8d\x8a\x6a\xe8\x26\x34\xb1\x87\xe5\xd8\xd9\x95\x3d\x00\x71\x7e\x3a\xda\x30\xfa\xb6\x86\xc4\xd7\x10\xf1\xef\x5f\xd4\xb1\x8c\xf2\xb1\xf7\x50\xc9\x1f\xef\x55\x96\xbc\xa3\xd4\xcb\x97\x50\x25\xf7\x28\x54\xca\xaf\x19\x51\x35\x10\x54\xf5\x57\x2d\xca\x54\xa4\x5d\x73\xd2\xae\x9a\x4a\x8c\x55\x05\xd5\x39\x6f\xd6\xb4\xc9\xbd\xfe\x56\xcd\xdb\x72\x22\x6e\xa1\x5e\x2b\x5f\xb5\x04\xea\x0f\x81\x07\x04\xaf\x32\x48\xce\xbc\x28\xda\xa8\x82\x01\xab\x72\xf4\x5b\x72\xa2\xb8\x2c\x1c\x74\x9b\x90\xf4\xb5\x9d\x54\x1e\xbc\xb6\x59\x85\x3a\x05\x48\x57\x26\x74\x2e\xe4\x82\x3c\xf5\x85\x5d\x72\x00\x82\xae\x0e\x47\xf5\xa7\xe0\x00\x25\x64\x79\x0b\x15\x52\x8a\xab\xd8\x0d\x6d\x8b\x3b\xd8\x3c\x6e\x38\x54\x57\xd0\xf8\x25\xc2\x32\xbe\x4c\x54\x96\x33\xf9\xbb\xa4\x65\x00\x90\x52\xbf\x2b\xfe\x49\x6e\x6d\x96\x42\xb8\x99\x68\x3d\x87\x2b\x57\x47\x1a\xd6\xc3\x43\x42\x5b\xe0\x05\x49\x8a\x84\xc4\x1a\x70\x59\x98\xc4\x49\x2d\xa6\x49\x2d\xa2\x17\x8a\x9f\x4f\x62\x47\xf8\xf4\x9e\xfb\x39\xe5\x1c\x55\x0b\x9d\xa6\xbb\x90\xa3\xf0\x96\xc3\x41\x7c\xbf\x21\x26\x29\x3b\xc3\x13\x0f\x2b\x67\x62\x44\xae\x58\x33\x56\x47\xc8\x28\xcf\xf6\xc8\x40\x1c\xaf\xd6\x7b\x0f\x3d\x3c\x12\x70\x4b\x08\x96\xb4\x43\x5e\x39\xa0\x7b\x50\xab\x97\x74\xbf\xeb\x6e\xb5\x31\x09\xd5\xff\x25\xe9\xfd\x4b\xd2\xfb\x97\xa4\xf7\x47\x4b\x7a\x0f\x7a\x37\xf1\xc3\x43\xc2\xe5\x76\x23\x1b\xf8\x6f\xf6\x76\x65\xf1\xe4\x43\x57\x38\x0b\x8a\xfa\xe9\x7f\xce\x16\x17\x57\xd9\x8f\xd8\xab\xe2\x6b\x25\x2f\xd8\x72\x9e\x90\xa1\x7c\xbd\x60\x0d\x43\xc3\x7a\x5a\x51\x62\xaf\xeb\xf6\x62\xaa\xae\xbd\xe7\x5b\xee\xbd\x69\x01\xd4\x1f\x99\xed\xbd\xc5\x41\xc7\x13\x5f\xf7\xec\x9d\x8c\x85\x74\xae\xef\xb0\xe1\x59\x55\x88\x52\xb4\x9c\x6f\xd1\xb4\xdc\x63\x38\x45\xf5\x7b\x86\x93\xea\xbd\x5f\x68\x27\x0e\xaf\x1d\x08\x42\xc9\xac\x68\xc9\x12\x7c\x39\xf8\xb2\x2e\x8b\x0c\x2b\x57\xb5\x30\xd7\x90\x8e\x30\xe8\x3b\x63\x84\x92\x79\x49\x5b\xb2\xa4\x1b\x96\x83\xb0\x68\x3c\x5d\x91\x71\x94\xe0\x48\x83\x9e\x6d\x53\xd0\xea\x66\x55\xd2\x86\x64\xab\x56\xf6\xe3\x8d\x3e\xb6\xcf\xa4\xd8\xa8\x83\x8f\x44\x18\xf5\x7f\xcb\x58\x4d\xda\x86\x66\xb7\xa6\x02\xe4\xaa\x69\xa4\x98\xbb\x49\x14\x06\x41\xf5\x27\x2f\xa5\x24\xb3\x39\x8e\x24\x34\xf5\xe2\xa4\xe7\x64\x94\xd0\x3b\x05\x75\x0c\xdb\xac\xc4\x54\x2c\x78\xd3\x66\xab\xb6\x2d\xaa\x9b\xb1\x57\x1d\x06\xb3\xca\x71\xc8\x0a\xbe\xba\xc1\x72\x60\x72\xb9\x08\x10\xc1\x57\x4d\xf5\x87\x29\x37\xa3\xb5\x94\x60\xbe\x7f\x02\xd5\xa3\x56\xd4\x6d\x45\xf3\xff\x10\x15\x63\xb4\xde\x13\xdb\xd7\x3f\x81\x2a\x51\xf3\xca\x56\x34\xff\xc1\x2a\x43\x95\x8a\x53\x2d\x50\xc8\xe4\xad\xb3\xb1\x99\x48\x97\x84\x87\x3c\xee\x14\x1c\x12\x49\xa4\xd5\x27\xb0\xb4\xf7\xdd\x75\x65\xd3\x40\x6f\x12\xee\x99\x12\xd7\x96\xdc\x70\x06\x57\xd7\xe1\xe6\x78\x2c\x89\x31\x86\x52\xd5\x6b\x86\x19\x2d\xc0\x87\x02\x8a\x12\x6d\x1f\x34\x36\xb6\xfb\x9c\x32\x12\x8c\x55\x61\x74\xbe\x64\x6d\xb1\x64\x82\x34\x4c\xac\xca\x70\x67\x2d\x2a\xd2\xb0\x7c\x55\xe5\xb4\x32\x4a\x0e\x1c\x36\x60\x44\x16\x14\x0b\xbc\x23\x15\xc3\x2f\x37\x7c\x09\x1a\x9e\x82\xaf\x04\x5a\x35\x5a\x6e\x06\x01\xb5\xd8\x8b\x9b\x8a\xab\xec\xe9\xbb\xf5\x3f\xc7\xdb\xc9\xb6\xcf\x31\xd5\x9d\x44\x81\xf3\x86\x44\x0b\xa6\x8a\x1a\xd8\xa3\xa3\x98\xe3\x91\x04\x47\x4f\x34\xf5\x27\x30\xf5\x27\xfb\x4f\x7d\x12\x97\x3d\xba\x45\x1c\x13\xf6\xdc\x11\xc2\xfc\x47\xe4\xf4\xf1\x11\xfc\xbf\x79\x81\x4e\x55\x7c\x55\xe5\x83\x20\x5b\x60\xb9\xee\x35\xd0\xbb\xc5\x98\x9d\x56\x62\x41\x73\xbe\xf6\x0a\x1a\x1c\x1e\x12\x55\xc0\xdf\x56\x11\xab\x70\x7e\xe6\xbc\x59\xca\x43\x17\x7b\x61\x89\x38\x39\x85\x50\x50\x4e\xc0\x01\x07\xe5\x93\x34\x28\xc8\xd8\xb9\xd6\x3a\x0a\xb1\x4e\x65\xad\x04\x9f\x4e\x05\x90\x4a\x19\xa4\x5d\x14\xd9\xad\x72\xd3\x2c\x2a\xe4\x5e\xbc\xd8\x4b\xaa\xd5\xb4\x61\x55\xd6\xf9\xfa\x45\xd7\x5d\x5a\xb8\xee\xd2\xb1\xb3\x34\x66\x84\x3a\x1a\xc3\xff\x4d\x8f\x47\x03\xdf\x1d\xd5\x78\xc4\x69\x8c\x5a\xa2\x64\x19\x5d\x83\x73\x59\xe4\xda\x71\xc1\xf6\x84\xf8\x70\x68\xa7\x74\x87\x3f\x5e\x90\x43\x72\xfc\x67\x07\xb8\x31\x4f\xfb\xea\xbc\xc0\xf9\xc9\x13\x50\xb0\x30\x54\x51\x0d\x01\x34\xec\xc8\x25\x78\x6b\x93\x03\x49\xcc\x43\x72\x32\x8a\xdb\x67\x5c\xec\xdb\x5e\x7d\x1d\xb2\x1d\xa5\x5e\x40\xe2\x22\xfb\x7c\x74\xb6\x8d\xea\x9e\x07\xc8\xdf\x67\xb8\x5f\xdf\x73\xb8\x5f\xff\x41\xc3\x0d\x16\xb4\x97\xe4\x62\xed\xad\x50\x9f\xd7\x14\x5c\x3f\x44\x1a\x0a\x6e\xf8\x29\xce\xbe\xd7\x7f\x7a\x7e\x26\x63\xaf\xbf\xc9\x4c\x16\x06\xb3\x40\x6e\x39\x0d\xc0\x5b\x5c\x61\x16\x08\xf3\x3b\x31\x4d\xa0\x74\x8f\xa7\xc7\xa7\x99\x47\xa8\x74\x51\x4e\xb3\xe0\x47\x96\x03\x12\x60\x31\xd1\xda\x3e\xc0\xf7\x8f\x2b\x48\xb9\x95\xf4\xb8\x89\xa8\x46\x2e\x46\xe8\x92\x34\xb6\x44\x1a\x13\x6d\xef\xc0\xad\xc0\xb7\x43\x8c\x89\xe8\x96\x33\x1e\x97\x66\xf8\xbd\xf6\x88\x9d\xbe\xe2\xfb\x3b\x7d\x6c\xd3\x3e\x27\x5c\x35\xec\x5b\x74\xad\x73\x75\x89\xae\xea\x0b\x1f\x38\x8a\x16\xb0\x5e\x79\x42\x3f\x3c\xe8\x33\x5d\x87\x92\x43\x6f\xae\x00\xa3\x62\x81\xb3\x38\xc8\xda\x63\x84\x4f\x38\x96\xa5\x84\x8a\xd3\x15\x0d\x04\xe7\x09\x3c\x9c\xb3\xa2\xc9\x4a\x36\x40\xf3\x1a\x6d\xb2\x21\x3a\x04\xeb\xa9\x3f\xd2\x53\xad\xab\xde\xfc\x78\x41\x4e\xcd\xaf\xc7\xe4\x64\x8c\x4a\x61\x1f\x13\x90\xc8\xf1\x23\x43\xc8\x46\xeb\x03\x45\x88\xb1\xbc\x94\x95\x5c\x30\x33\xea\x10\xe9\xf4\x82\xde\x77\x51\x93\x7e\x25\xf7\xe7\x10\x8f\x74\xc4\xbf\xf9\xf1\x47\x0a\x32\x7d\x92\x8a\xe6\xe8\xbd\x45\x15\xa7\x41\xe8\x96\xe8\x79\x2b\xba\x80\x14\x17\x04\xed\xf0\xb1\x9f\x38\xf1\x02\xef\x2a\xe0\x63\x27\x58\x8b\xe5\xbb\x94\x14\x22\x37\xfd\x96\x4b\x4e\x59\xeb\xa4\xbb\xf2\xbe\x00\x05\xcd\xee\x58\xd3\x39\x60\xc4\xd2\x54\x2a\x9d\x92\xe7\x2e\x00\x3e\x27\x47\x50\x22\x12\xee\x18\x50\xc3\xc1\x8d\x48\x91\xef\x8f\xa7\x0e\xa4\x17\x60\xb3\x02\x45\x07\xaf\xb0\xde\x1b\x2d\x09\xe8\x64\x68\x59\xf2\x35\x62\xa8\x58\x57\x30\x50\x4b\x80\xe1\xad\x95\xd2\xf5\xcc\x4d\x07\x8c\x31\x44\xb4\x24\xec\x8e\x55\xda\x1b\xd3\x9e\x67\x12\xb3\x69\xb4\x9b\x63\x28\x0b\xcc\xd8\xd1\xf4\xe8\xe8\xe8\xf8\x2c\xb5\xe1\xef\x27\xe1\x29\x4b\xa4\x68\x59\xed\x1c\xb5\x50\x1e\x38\x25\x45\x84\xc7\xed\x97\xcb\x76\xce\xb6\x9f\x38\x8f\xf4\x6a\xc5\x18\x80\x35\x39\x20\x2a\x2a\xae\x6d\x56\x6c\xdb\x41\x65\xce\x81\xc8\x8f\x6f\x1b\x6a\x27\xbf\x03\xb5\x7b\xa3\x95\x5c\xcb\xbf\x4f\x86\x71\x30\x76\x96\xd8\x16\xe1\x2e\x5a\x8f\x29\xa9\x27\x90\x39\xe0\x93\xae\x04\xe7\x5a\xc2\x43\x5b\x7a\x8f\x6c\xe7\xd1\x24\xdc\x0d\xf4\xdf\x5f\x22\x6c\x7c\x4b\x1b\x75\x7a\xcc\xc6\x64\x46\x9b\xd7\xb0\xe7\xcd\x68\xf3\x0e\x23\x70\xcd\xb6\xfc\x1d\x2d\xcb\x19\xcd\x6e\x43\xf1\x21\x1b\x93\x05\x6f\x8a\x5f\x79\xd5\xd2\x72\x6c\xd7\x60\x90\x27\x1b\xf7\x52\x15\xd6\x8b\x1a\xfd\x31\x9a\xe3\x25\x16\xf8\x55\xf9\x4b\x7d\x56\xfe\xfc\xa0\xdf\x7e\xab\x9b\x2f\x83\xf2\xf0\x45\xe5\x7c\x1b\x2a\x09\xc2\x7e\x86\xb5\xee\xc0\x4e\x4f\x1b\x7b\xe1\x91\x28\x78\x9d\x4d\x6a\x03\xd3\x44\xf9\x4d\x08\x2e\x37\x43\x5a\xd7\x8c\x36\xc2\xcf\xd8\x7a\x78\xe8\x7e\xb2\xa1\x2a\x97\x39\xad\xe4\xb6\xd9\x16\x99\x2d\x68\x2a\x77\x14\xdb\x34\xf2\xb3\xfe\x56\xbb\x68\x98\x51\xab\xdf\x1f\x78\x1d\x9b\x34\x34\x91\x12\xf6\xdc\x12\x1f\xcf\x9c\x47\x8d\x02\xe7\x6a\xb3\x5a\x00\xdb\x91\x03\x3d\xcb\xce\x3b\xe3\x2e\xa2\x5e\xbf\x53\x11\xf0\xde\xee\x47\xb3\x8c\xaf\x2a\xf0\xb7\xb0\x9e\x08\x33\xda\x04\xf9\xb4\xf0\xdb\x4f\x00\xad\x30\xf0\x0f\x32\x40\xc7\xe1\xf5\x1a\xdd\x28\x10\x5a\x0d\xcd\xcd\x05\x1d\x10\x23\xb2\xfc\xb8\xd4\x0c\x29\xb5\xa5\xd4\xb8\x03\x72\xef\xf9\x30\x33\xd8\x33\x23\x9b\x24\xad\xcd\xdc\xf8\xa4\x8e\xa6\x62\x16\xcf\xdd\x17\xce\x88\xec\xfd\x44\x01\x4e\xce\x48\x98\x0f\x02\x3f\x97\x88\xe7\x37\xc8\xa5\x66\xc4\x90\x23\x39\x27\x48\xc5\xfe\x19\x09\xea\xcc\xd8\x5c\xb2\x2e\x4f\x79\xa2\xbb\x0a\xc5\xf7\xa4\x77\x1c\xaa\x27\xbf\x9b\x74\x07\x8e\x10\x1f\x45\xb3\xc2\xe9\x2f\xe1\xf5\x19\xcf\xd5\x94\xa6\x8c\xd9\xbd\x4b\x33\xb8\x4e\xea\x64\x15\x69\xd3\xaf\x66\x8b\x94\x2d\xb6\x9f\xa7\x83\x4f\xa8\xb1\xf6\x79\x4c\x9b\xe9\x4b\x19\x18\xb6\x70\x74\xf0\x15\x4c\x48\x92\xd6\xc9\x23\xeb\xa4\xb4\xe9\x7d\x4c\xe0\x15\xc4\x76\x88\x2c\xaf\x43\xb0\x87\x98\x96\x01\xfa\x8e\x69\xd8\x34\xf1\xa9\x28\x5b\x34\xbe\x92\xc1\xc5\x0f\xe2\x4a\xa3\x74\xe3\x46\x93\xeb\xa4\x97\xf3\x6e\x32\xfa\x20\xf4\x55\x14\xe9\xbb\x8c\x6e\x3b\x74\x4e\x3c\x4f\xfb\x64\x33\x53\xe2\x01\x09\x27\x62\xa3\x22\x72\xf1\x91\x1a\xf6\xc4\xef\x9b\x48\x18\xc4\x57\xad\xab\xcc\x03\x9e\x36\xd2\x91\x12\x6c\x87\x86\x5b\x3f\x7d\x72\xf8\x4a\xfd\x21\xe7\x47\xfd\xfc\x56\x19\xdd\xfd\x41\xfa\x57\x5c\x6f\x33\x52\xaa\xd6\xa2\x82\x0b\x02\xda\xf4\x21\x11\xfa\xea\xe6\xa6\x43\x09\x9d\x6d\x32\x5a\xdd\x51\xe1\x42\x54\xc6\x7f\x77\xa8\x61\xbc\x91\x46\x79\x44\x32\xad\xda\x36\xc4\x72\xdb\xc2\x9e\x1e\x40\x0c\x9a\x68\x70\x1f\x78\xed\x40\x53\x52\xc9\x56\x70\xe9\x36\x1a\x1e\x50\x31\x86\x18\x8f\x27\x09\xb4\x7f\xd8\x6a\x16\xc2\x81\xef\x82\xdb\xd7\x2a\x4b\x3a\xb0\x92\x1d\x9a\x28\x37\x2e\xaa\x47\x0f\x05\x4d\x5c\x61\xff\xfe\x92\xe4\x3f\xa9\x02\x0a\x1c\xf9\xb4\xf2\x29\xe9\x88\x66\xdb\x6a\x79\xda\x57\x60\xf4\xa9\xae\x3c\xb5\x55\xff\xbb\x93\xf0\x9d\x26\x6d\xf4\x14\xe9\xec\x3f\x8e\x89\xee\xbf\xc7\x19\x88\x9f\x75\xc1\xb3\xac\x0d\x5b\xb9\x91\x74\xce\x05\xa0\xbf\x91\xd9\x8b\xdc\x26\xff\x48\x75\x8d\xdd\xa4\xe6\xc5\xcd\xaa\x61\xe0\xe4\x41\xc9\x9a\x76\xa0\xf7\xc8\x73\x75\xb7\x17\x64\x28\xd9\x45\xde\x0f\x68\x95\x31\x42\x4b\xae\xd4\x16\xb8\x31\xb3\xfc\x86\x8d\xfa\xee\xa0\xc9\x11\xef\x7f\x2d\xb5\x47\x61\xeb\xc8\x8e\xfa\xa9\x58\x17\x6d\xb6\xf0\xa3\x18\x31\xbc\xdf\xdb\xa6\xa9\x60\x2a\x0b\xc2\xa9\x27\xbd\x21\xbc\x28\x5f\x69\x58\x0b\x07\xfb\x63\xb2\x83\x1e\x00\x13\x17\x83\x19\x6d\xe2\x84\xb0\x21\x50\xa5\x13\xba\x0f\x3c\x4f\x85\xe2\xf0\x04\x14\xe6\x0e\xf9\x3a\x20\xbd\x6f\x68\x7f\x66\x73\xf0\xb8\x07\x71\xa8\x92\x54\xc5\x65\x52\x57\x7a\x09\x34\xb4\x63\xf4\x9c\xe9\x9e\x6e\xf2\xd4\x8f\x25\x37\x7b\x65\x42\x3f\xe2\x6e\x99\xaf\x31\x69\x44\x8a\x2a\xc9\x8d\xf4\x8f\x33\x40\x78\x83\x97\x5f\x52\xd9\x7a\x34\xd4\xef\xe2\xb1\xfb\x75\x61\x40\x7e\x42\x11\xc8\x24\xfa\x29\x1c\x12\x80\x1f\xa1\x7c\xa2\xc5\xf0\x30\x7a\x54\x0b\x5b\x6e\x6f\x55\xdd\xcd\x4e\x50\x58\x4c\x27\xd9\x21\x50\x34\x38\x03\x08\xb5\xb8\x19\x39\x27\x5f\xe1\xbc\x4e\x6b\xda\x08\x3d\xef\xa6\xb1\x22\xe1\x94\xca\xfb\x0d\xe6\x02\xc4\x81\x3a\x15\x40\x9f\xe1\xa3\x53\x72\x34\xfd\xda\xe9\x52\xf1\x66\x49\xcb\xe2\x57\x77\x0f\xd3\x65\xf9\xa6\x2d\x7f\xdf\x36\x45\x75\xb3\x65\x46\x8a\x4a\xb0\xa6\x7d\xcd\x6e\x98\x5f\xae\xa8\xc0\x7a\xcd\x30\xe4\x12\xde\x4e\xe5\xa9\x44\x8b\x8a\x35\xc9\x82\xdb\x5f\xf5\x36\x1f\x4d\x17\xed\xb2\x1c\x0e\x9c\x72\x42\xf1\x15\xb9\x2e\x69\xc6\x16\xbc\xcc\x59\x33\x9d\x17\x55\x3e\x1c\x28\x38\x83\x91\x4a\x33\x94\x8e\x8b\x81\x09\x0f\xbe\x1c\x85\x87\x9b\x1b\x59\x7a\xb5\x37\x14\x1c\xcd\xa3\x7a\xcd\xac\x6a\x21\xf1\x48\xf0\xb8\xe1\x6b\x70\x51\xb7\xf5\x29\x9d\x97\xe5\xdc\x49\x35\xa6\xf0\x81\x2c\x2a\xa6\xe4\xa6\xab\x60\x73\x3b\xca\x46\xfe\x79\xf2\xed\xaa\x28\x73\xd0\x3c\x0b\x50\x77\x23\x38\x8d\xd6\x58\x89\xbd\x34\x5b\x90\x05\xbd\x2b\xaa\x1b\xd9\x14\x52\x1a\xd1\x4a\x76\x03\x86\x0b\xb2\xb9\xcb\xf1\xee\x5f\x56\xd0\x5a\x0c\xe2\xc2\x6f\x02\x87\x15\x26\x17\x56\x95\x46\xcb\x39\x79\x46\xca\xb9\x6e\x35\x26\x62\x44\x4e\x89\xfa\x2b\x32\x3e\xa5\x20\x19\xf2\xab\xaa\xa3\xfe\x3b\xe2\x95\x1f\x8d\x2a\x3f\xc0\xd0\xe5\xf7\x70\x33\xf5\x5f\x7f\xbe\x6f\x7a\xfd\xf7\x5c\x29\xfc\xd4\x04\xac\x84\x24\xb6\x53\x69\xd0\x98\x24\x1a\x49\xf6\x95\x90\x37\x2a\x28\xcc\x04\x15\x79\x7d\x66\x0d\x79\x95\x4b\x46\xda\x51\x96\x37\xd9\x25\xa0\x97\xa6\x96\x7c\xdb\xd3\xc3\x95\x86\x9c\xc2\xc0\xa9\xb6\xb0\xf5\x28\x3f\xd3\x30\xdb\x91\xfe\x92\x7a\x3d\xdc\x95\x18\x1e\xbc\x3e\x44\xc6\x2a\xc8\x31\x15\xad\x0e\xf5\xc1\x07\xe7\x64\x90\x33\xdd\xcc\xcf\x83\xe4\x8d\xcd\x16\x6b\x1f\x93\x59\xca\x55\x9c\x89\xb2\xa8\xda\x49\x5e\x08\x3a\x2b\xd9\xa4\x62\x9b\x76\xe2\xfb\xa1\x10\xbb\x49\xd2\xa9\xa9\x95\x3b\x53\x3f\x31\x13\xbd\x7e\xf1\xc4\x3c\x7f\x70\xee\x0c\xe3\x19\x39\x26\xa7\x64\x72\x0c\x01\x54\xaf\xf9\x4d\x91\xd1\x92\xfc\xf4\xf6\x9d\xc7\x59\xbb\xe4\xcf\xc3\x43\xf2\x17\x5d\x5b\x79\x49\x9b\xdb\x55\xad\xb3\x10\x99\x35\x6f\x16\x3b\x56\xef\x2a\xa4\x70\x52\xd1\x92\xa8\xcc\xba\xdb\x16\xb7\xa6\xda\xb6\xe2\xc6\xb2\x4d\x47\xce\x75\x5b\x5c\xe6\x3e\x2b\x16\xe4\xdf\xc3\x29\xab\xf8\x77\xbc\x5c\x2d\x2b\xa1\x8c\x5e\xd1\x9d\xc6\x6e\x91\x23\xbb\xbd\xe2\x42\x1e\x3c\x39\x6c\x9b\xa7\x03\x7f\x0d\x46\x6d\xe2\x26\xde\xae\x1b\x57\xa6\x75\x2e\x63\x3e\x2c\x17\xc6\xe0\x49\x9b\x93\xac\xa4\x42\x9c\x5f\x3d\xc4\xb1\xc0\x19\xfc\x2d\xdf\x5c\x3d\x7c\xfa\x24\x2f\xee\x88\x90\xa2\xc9\xf9\xd5\x43\x4c\x10\x79\x7a\x5c\x6f\x88\xe0\x65\x91\x93\x01\x39\xf0\x19\x28\xb5\xc9\x7f\xcb\x37\xdf\x3a\xb9\x91\x83\x1e\x83\x33\x95\xa3\x4b\x82\x0d\x3f\x08\x46\xcf\xd3\xaf\xeb\xcd\x19\xe6\x4c\x3b\x3d\x3a\x53\x38\x7c\xd3\x8f\x03\x4c\x9f\xaa\x5a\x12\x7d\x8c\xdf\xb1\x66\x5e\xf2\xf5\xe9\xa2\xc8\x73\x56\xc9\x0f\x1e\xe6\xc5\x9d\xf9\xdf\x36\x7f\x1a\x01\x4c\x50\x08\x72\x25\x5e\x3d\x8c\xdb\xe2\xc7\x71\x6d\x44\x60\x00\xba\x7d\xd8\x7b\x76\xef\xc7\x29\x9e\xf4\x66\x5a\x6d\xcf\x21\x28\x57\x43\x2b\x77\x00\x72\x2e\x87\x05\xbf\x34\xb1\xe7\xbc\x6a\x27\xf2\x1a\x7f\x0a\xf6\x67\xd6\x9c\xe1\x89\x31\x20\x07\x7e\x9e\x50\x45\x5a\x32\x40\x02\x38\x28\x7e\xe4\x45\x25\x65\x1a\xf9\xf2\xc9\x21\x80\x7f\x3a\x38\xbb\x9f\xf8\xb4\x53\x66\x02\xb0\x96\x76\xe1\xde\x8a\x8a\x0c\x79\x4a\x0f\xfc\x64\x96\x75\xbc\xcd\x6a\x97\x3d\xaf\xdd\x32\x6e\xb7\x84\x42\xda\xc1\x61\xbf\xbc\x3c\x72\xd4\x13\xb2\xd7\xe5\x72\x4c\x96\xa1\x4c\x50\x4f\xb3\x05\x6d\x9e\xb7\xc3\xa3\x11\xca\xae\x83\x11\xe0\x77\x80\x79\xe5\x81\xbc\xc3\xe5\xe5\xf1\x35\x39\x08\x6f\xd2\x92\x8c\xf5\xe6\x6c\x10\x6a\x9d\x52\x60\x85\x03\x56\x25\xbe\xee\x81\xac\xcd\x12\x31\x70\x0f\xee\x31\xc2\x65\x0e\x5c\xcc\xad\xad\xc0\x1e\x05\x60\x51\xed\xbb\x17\xca\x0a\xf4\xda\x01\x0d\xf9\xb9\x7b\x20\xa3\x5d\x2b\x06\x8c\x46\x4e\x90\x3e\xce\xc9\x57\xc1\xa6\x26\xb7\x11\x7f\xcd\x2a\x6e\x05\xf6\x99\x36\x0c\x84\xeb\xe1\x40\x73\xff\x60\x4c\xcc\x6f\xcd\x16\xa7\x74\x26\x78\xb9\x6a\xd9\x99\xec\x08\xa8\x92\xc1\x99\x66\x6f\xb9\x61\xb8\xab\x79\x4a\xeb\x9a\x55\x39\x64\x56\x36\x72\x7b\xa8\x62\x0c\x18\xcb\x16\x21\x7d\x5b\xd3\xac\x68\x3b\xb9\x0e\x8e\xa6\xe1\xf1\x71\x78\x48\xea\x55\xab\x8b\x55\x5a\x67\xd6\xd6\x29\xdf\x1d\xb4\x17\x0c\x24\x2d\x56\xa2\xaa\xe5\x8e\x17\x39\x99\x95\xac\xca\x59\xae\x73\x9d\xd2\xa8\x13\xee\x5b\x33\xbe\xf1\x03\x61\xf4\x7d\xad\x17\xf9\x38\x67\x30\x54\x19\xe8\x8d\x24\x8e\xb3\xd7\x6f\x01\xa5\x81\x3d\x7a\xa4\xef\x81\x98\xb0\x5e\xc0\x35\x6e\x30\x4a\x5c\x25\xb3\xd0\x47\x1b\x95\xb5\x4e\x3b\x55\x85\x72\x88\x43\x19\x93\x81\xc5\x60\x02\x2d\x06\x91\x9b\x37\xdc\x44\xc3\x50\x06\x09\x33\x71\xa7\xc4\x7f\x9f\x43\x22\x4a\xa6\x3c\x27\x7a\x5f\x5b\x14\x65\xde\xb0\x2a\xe8\xf4\xd5\x30\x3c\x36\xdc\x13\x31\x66\x4d\x3c\x23\xa3\x83\x88\xc8\x8f\x61\xb6\xcd\xe1\x28\x7e\x39\xb0\x67\x6a\x4f\x57\x7c\xdb\xd7\x37\xd1\x09\xd6\x47\xd4\x36\xa4\x6b\xea\x73\x59\xa2\xdf\xd9\xd5\xc3\xa7\x24\x5a\x64\x51\x0d\x91\x69\xdd\x30\xb5\xea\x90\xac\xe1\xfb\x4c\x88\xe1\x80\xe3\xe2\x1a\x8c\xfb\x59\x58\xad\xbf\x6d\xf9\xcc\xcc\x29\x0d\xae\x0c\x2d\x93\x0c\x54\xdc\x31\x32\x67\xb4\x5d\x35\x36\x06\x5a\xee\x4b\x4e\x65\x74\xef\xa6\xdc\x40\x35\xf4\x0f\xc5\x92\xf1\x55\x1b\xe6\xf1\x82\xec\x74\x90\x69\x01\x6f\x50\xb4\xa5\xa4\x68\x99\x72\x1e\xe7\x2b\xb9\x8f\x0a\x28\xbe\x3e\x96\xd7\x2a\x70\xb1\x2c\xe6\xa4\xe2\x15\xbc\x98\xdb\x6d\xc0\xa8\x32\xe6\x45\x95\xbf\x61\xb4\x99\x75\x17\x2d\x5b\x0e\x01\xc8\x4f\x63\x04\xf6\xb3\x56\xd0\x60\x4e\xd1\x40\xab\xb4\xa4\x9b\x17\x85\xd2\xc7\x86\xe5\x7e\x65\xef\xe7\x30\xf8\x77\x91\xb7\x1c\xc8\x0e\xa2\x75\xfa\xba\x90\x1e\x7b\x7f\x1d\x78\xf9\x2b\x60\xa8\x51\xce\xb3\xc2\xf9\xfd\xd1\xf9\x5d\x8b\xb0\x2a\x5b\xe1\x44\x30\xe8\x1c\x94\xc7\x52\xec\x7f\x0a\xe2\xff\x64\x52\x44\x57\xca\x07\x2e\x01\x9c\x5a\xff\x3d\x5e\xa7\x92\x2e\xde\xfd\xdf\xcf\xd7\xb1\x29\xc4\x46\xbe\x4d\xf8\x89\x83\x86\x1f\xde\x85\x0e\x45\xc4\x9a\x5d\x5c\xed\x64\xca\xf0\xb2\xb4\x7e\xad\xd9\x49\xad\x26\x73\x34\x86\xe3\xa1\x61\x3a\xb3\x98\xe0\x4b\xa6\x0a\xa5\xb7\x9c\x2c\xe9\x2d\xba\x08\x96\x9c\xd7\x64\x4e\x45\xeb\x97\x04\x5a\x5a\x77\x58\x03\xf3\x67\xdf\xf9\x7d\x49\x37\x9b\x60\x1a\x0f\x15\x1a\x22\xa3\x25\x0b\x1b\x77\xc9\xc6\x1d\x36\xf6\xe8\x59\xf7\x8c\xda\x8d\x29\xc1\xec\x24\x45\xbb\x20\x45\x85\x99\x19\xe0\xfc\x9b\xf3\x66\x29\xd0\x97\x92\x56\x83\x96\xc8\xc5\x01\xcb\x84\x6e\x36\x87\x12\x09\xaf\xbf\x64\xdf\x65\xf1\x2b\xc5\x20\x2a\x41\xf3\xb2\xf3\x19\x01\x87\xa3\xb9\x5c\x7d\xe9\x83\xfe\xd0\x48\xd3\xe0\x0d\x28\x1e\xa7\x3f\x3c\xff\xe9\x7f\xfe\xfa\xfc\xf5\x7f\xbf\x3c\x8b\xa1\x74\xdb\xa1\x74\x69\x28\x91\x1e\xc9\xa4\x8b\x24\x9f\x3e\x91\x20\x13\xa2\x77\x9a\x02\xeb\x3b\xd9\x68\x03\x1b\xdb\xc7\xa4\x8d\x2d\x72\xf3\xfe\x18\xda\xbc\x3c\x47\xef\x8f\xb1\xa3\x77\xe0\xea\xdd\xeb\xa6\x8d\x46\x20\x9b\xa0\x98\x56\x39\x51\x31\x0a\x2a\xfe\x56\xf0\x86\x2c\x57\xa2\x25\x33\x0c\xd6\x29\x82\x88\x5f\xf4\x4f\x61\x8d\xbc\x04\x90\x5c\x33\x55\xcb\xed\x1e\x99\x48\x44\x82\xc8\x4d\xe4\x92\x79\x8a\x93\x07\xae\xe7\xf0\xe0\x09\x99\xe8\x27\x9d\x7c\xd2\x61\x93\xce\x79\x80\x4d\xba\xed\xa3\xfa\x1b\x23\x0b\x7a\x07\xa8\x64\xb4\xcc\x56\x25\x6d\x99\x41\x10\xc2\x76\xeb\x62\xc3\x4a\x31\x86\x2c\x9c\x45\x0c\x00\x90\x5f\x55\x05\xd8\x22\x58\x46\x35\x0f\xc3\x42\x11\x3a\x44\x19\xea\x7a\x2d\x69\x27\xe9\x93\x17\xf3\x39\x93\x82\x9f\x0f\x0b\x64\x0b\x53\x96\x89\xce\x84\x1b\x89\x36\x92\x43\x52\x5b\x45\x74\xd0\x77\x61\x27\xe3\x15\xaf\x3a\xfd\x9c\xe8\x54\x08\xf0\xd4\xda\x90\xc7\xf2\x7f\x0e\x24\x94\xc7\x24\xef\xce\x54\x1e\x21\x01\x44\x91\xe3\xf8\xa5\x69\x13\x74\x93\xc3\x7c\x72\x2e\xc9\xc6\x2a\xb1\x6a\x18\x29\xa9\x50\x81\x8a\xa4\xa5\xb7\x4c\xc0\x6e\xc6\x72\x56\x65\x71\xfe\xc4\x21\x34\xbe\x01\x0d\x51\x59\x76\x64\xc9\x68\x25\xa0\x04\x1a\xaf\x09\x9f\x8f\x62\x36\x00\x74\x9f\x44\x07\x53\x22\x17\x4c\xe2\xec\x92\x9d\xcf\xc2\x76\xea\xa0\xba\x2c\xc6\xe4\x23\x39\x24\xb5\x08\x97\x46\x98\x6e\xc5\xf9\x19\x2e\x74\x93\x17\x15\x12\xba\x4a\xc8\xa9\x24\xae\x2a\xc8\x11\x69\x94\xd1\x4a\xf2\x42\x05\xc7\xba\x4f\x5f\xb9\xaa\x23\x47\x80\x80\x77\x8d\x49\xb3\xcf\x9a\x49\xb6\x58\x34\xc9\x16\xab\x26\x49\x18\x21\xc9\x36\xeb\x26\x09\x2c\x92\x5b\x8c\x9b\x7d\xb0\x53\x46\xce\xed\x60\x03\x37\xf1\x28\xfa\x56\x53\x8d\x9c\xbb\x66\xc1\x08\xb5\xff\x3d\x5b\x70\xd4\x62\xe6\xb7\x38\xf9\x1d\x9b\x34\x94\xde\x00\xff\xdd\x9b\x86\xd6\x8b\xe4\xfe\x5c\x40\x54\x67\xe8\xac\x65\x3f\x15\xad\x28\x2d\x28\x85\x5e\x0b\x61\x43\x42\x9e\xc1\xd6\xec\x94\x54\x9f\x8d\xc9\x06\x6a\x0c\xca\x3d\xdc\xc9\xab\x66\x9f\x77\x10\xc7\x6e\x7d\x3e\xd5\xc3\x27\xbe\x57\x6d\xfc\xa9\x53\x05\x72\x13\x74\x85\xef\xbb\x5e\xa2\xf6\x2b\xee\xd7\xbb\x91\xfd\x90\x8b\x6d\x17\x6c\x3e\xa3\x7b\xee\x1b\x3b\x8c\x2e\xa0\x77\x0e\xf7\x07\x29\xf3\xca\x87\x97\x47\x2e\xac\x8f\xfa\xa9\x77\x68\xd7\x9e\xe8\xda\x27\x75\xd9\xf6\xca\x1a\xe0\x71\xad\xe9\x74\xba\x0d\xd2\x54\x94\x45\xc6\x86\x1f\xc9\x63\x52\x8b\xb1\x5c\x1b\x07\xe4\x78\x04\x7f\xf9\xc7\x89\xec\x79\x51\xe5\x6c\x73\xea\xc9\xf6\x9a\x71\x4e\x7b\x24\x6d\x7c\xaa\x3a\xba\x17\x84\xcf\x29\x95\xaa\x6f\xf4\x26\x49\x93\x2f\xaf\x7e\x90\xa7\xdd\x0f\xfc\x8e\x0d\x59\x8f\xc9\x17\xee\x3e\x0b\x79\xfd\x02\x0d\xa4\xfd\x6a\xdb\x14\x37\x37\xac\xf9\xae\x2c\xb2\xdb\x57\xf2\xfd\xcb\x3b\x56\xb5\xc3\x41\x5d\xf2\x16\xda\x0f\xc6\x84\x39\x55\x89\xc2\xad\x40\x21\x28\x2e\x07\x06\xfa\xe0\x9a\x3c\x48\x38\xef\xf6\xdb\xac\xd5\x00\x5e\x33\xfa\x8f\x18\x41\x7a\x00\xf7\x42\x17\xbe\x15\x61\x2a\x3f\x38\x2d\xc4\x7b\x56\xb2\xac\x2d\xaa\x9b\x3d\x4d\xd6\xdb\xf0\xcf\xe4\xc3\xad\x33\x60\xe9\x0f\x6d\xfb\xe8\x1f\x0f\x07\x93\xd1\xc8\x2f\x13\xe8\x29\x6f\xe5\x40\x2e\x08\x92\x6a\xc9\x10\xca\x65\x08\xa6\xea\x06\x09\xba\x64\xa4\xa6\x0d\x5d\xb2\x96\x69\x9f\xf1\xc3\x43\x22\x38\x88\x4d\x0b\x0a\x59\x15\x58\xd1\x90\x8c\xe7\x7a\x7a\x0c\xc9\x7a\xc6\x08\x5f\xaa\xe8\x92\x8d\xf1\xa3\x5b\x2f\xf5\x18\xe8\x48\xce\xb1\xe9\x2b\x74\x2d\xc0\x87\x43\x77\x65\xa2\xd7\xe8\x4f\xba\xe1\xb4\xa6\x37\xec\x27\x32\x51\xfd\x7b\xca\x4d\x47\xfd\x7f\xf6\xfa\xff\x6c\xfb\xa7\xaa\x6e\xbb\x57\x7b\x50\xdf\x23\x8c\x0f\xfc\xf9\xa6\x10\xdf\x71\xde\xe4\x62\xf8\x9b\xaa\xe3\xa8\xd0\x1b\x63\xd9\x47\xfd\xb1\xcf\xae\x55\xa4\xe6\x42\x61\xed\x8d\xe1\x2c\x7c\x1f\xe0\xe8\x3b\x1b\x3c\xcf\x73\x92\xb5\x4d\xf9\x5f\xac\x83\x8b\xcb\x92\xb5\x54\xfe\x96\xa2\xeb\x9d\x23\x85\x4b\x60\xba\x9d\x06\xa7\xfe\xf6\x3e\xa8\xfb\xeb\x36\xea\xef\xc0\x35\x46\x1d\x13\x81\xea\xc6\x8c\x59\x0d\x37\x98\xe7\xb3\x1d\x07\x85\xf6\xb3\x2e\x2a\xa5\x49\x92\x44\x86\x23\xbf\xea\xc0\xb0\x2a\x25\x6a\x81\x29\x3b\xfd\xc4\x19\x12\x94\x21\x25\xe8\x57\x2f\xaa\x16\x3e\x30\x75\x9d\xa0\xe0\xde\x00\x4f\xcd\x71\x70\x79\x74\x6d\xa3\x6b\x75\x59\x9e\xc8\x7d\xf0\xd8\x2b\x7f\x67\xbe\xf6\x73\xdf\xd7\xba\xbe\xaf\x1d\xbb\x5f\xc3\x6a\x46\x01\x8b\x79\xdf\xfa\x9c\xf6\x41\x80\x3d\x92\xae\x5a\xfe\x4a\xab\xf0\x42\x3a\x66\x25\xa3\x0d\x91\x4d\x26\x56\xcd\x67\x5b\xa4\x1c\x5f\x6d\xbb\x1d\x45\xa8\x17\xe4\xdc\x69\x9c\x2a\xd3\xe5\x0b\x15\x0b\x40\x55\x0a\x78\x66\x1f\x20\x8f\x1e\xf9\x6d\x1e\x00\xa1\xa4\xcc\xb2\x50\x34\x94\xed\x1d\x92\xe2\x2b\x3d\x65\xe6\xa5\x3b\x8f\x6e\x93\xe3\x54\x93\xe3\xeb\x6d\xa5\x9e\x57\x95\x19\xd4\x50\x23\x31\xd6\x00\x7b\xeb\xf6\x5a\x46\xb6\xbd\x1d\xb4\xc7\x01\x0e\x63\x4b\x83\xe4\x2c\xbb\xee\x54\x6a\x33\x75\x77\xcf\xcb\x9a\x2b\x90\xd7\xfd\xe7\x96\xea\xf7\x0e\xd4\xb8\x6f\xef\x58\x53\xd2\x6e\x18\x6c\xb2\xad\xa3\x2f\x35\x7a\x62\x5e\x4d\x1b\xb7\xd3\x85\x7c\x71\x47\x7d\x2f\x3d\xa8\x06\x3d\x39\x0e\x19\x0e\x2a\x7e\xe3\x89\xf2\xcb\x8a\xad\x9c\xb5\xe9\x61\x71\xb6\xcf\x49\x09\x5a\x4f\x4f\x0b\x3d\x8a\x94\xd2\x82\xb5\xea\x8f\xa1\xf3\x81\x31\x69\x77\x54\xaf\x8a\xc9\xb1\x55\xdd\x6d\xe3\x28\xe2\x65\xc4\x13\x6e\xc8\x1c\xe1\x4f\x61\xfd\xb9\xcf\x7f\x57\x38\x79\x31\x26\x0b\x9b\xa7\x36\xac\x1e\xbf\xc7\xc2\x5d\x14\x89\x35\xeb\x33\xf1\xa2\x98\xa6\xcb\xa0\x7c\x4b\x9b\x57\x76\x61\x14\x76\x65\x14\xf1\xd2\x00\x1b\x96\xec\x04\xe1\xb3\x7b\x76\xfb\xec\x11\xc9\x75\x46\xd5\x2f\xd8\x86\x65\xab\x96\xbd\xe2\xfc\x56\x0c\x17\xf2\x7f\xa7\xde\xa4\x5f\xca\x9e\x5b\x56\x84\x5d\x9a\x62\x4c\xd4\x3a\x94\x7b\x52\x20\xd8\x29\xd3\x9d\x70\xfd\x37\x47\xae\x32\xdd\x4b\x61\xec\xf4\x40\x9d\x87\xd7\x2b\xcc\xe3\xbd\x97\x16\x59\xc1\x49\x35\x54\xd7\x95\x5a\xc8\x1b\x0a\x8e\x00\x7e\x63\x18\x02\xdc\x5d\x92\x1b\x8a\xde\xe4\x0b\x79\x11\x79\x3b\x7f\x15\x51\xc2\x4f\xb5\x52\x24\x56\xb7\xc3\x5f\xe8\xd2\x67\x6f\x3e\x0a\xc6\xa9\x4b\xd4\x53\xf8\x5f\x5f\xd2\x21\x3d\x9b\x52\xe8\x58\x8a\xe9\x44\x61\x66\x3c\x6e\x55\x27\x88\x27\xec\xc6\xd3\xec\xee\xe0\x66\x78\x41\xa5\x23\xe2\xd4\xcb\x32\xd3\x16\x19\x80\x03\xd3\xd8\xd9\xde\xe3\xd8\xb5\xad\xfd\x8b\xc5\x86\x85\xbc\xb5\xf4\xb3\x98\xa8\x01\x8b\x62\x4c\x8e\xef\xc7\x41\x7d\x5c\x91\x44\xcb\x0d\x59\xfa\x32\x59\x68\x97\x24\x04\x7b\xaa\x23\xcb\x24\x24\x98\x3a\x29\xb4\xd4\x20\x24\xaa\xfb\x5e\x11\xef\x92\xea\xcd\xe4\x78\xeb\x41\x17\x6c\xc0\x7a\xf7\x0d\xd7\x84\xa7\xdf\xbb\x3c\x72\x55\x18\x46\xb1\x77\xe9\xe9\xf4\x8c\x05\x31\x9d\x92\xc0\x18\x11\xd3\xa9\x09\x0c\xb5\xd0\xd1\xee\xdc\x15\xc1\xf4\xda\xc0\x9e\x61\x4b\xc7\x9d\xc2\x97\xdb\x9e\xa5\x7b\xf8\x8d\x4e\xb5\x57\x85\xff\x98\x80\x79\xde\x71\xed\x57\x69\x19\x12\xad\xc0\xe0\x31\x1c\xd0\xc1\x98\x1c\x4d\xbf\x49\xb5\xf0\x3c\x2c\x5c\x8e\xff\xfd\xf9\x85\x22\x27\x39\x53\x1b\xe2\xdd\xb6\x0c\x31\x36\x58\x24\x4c\x42\xe3\x69\x98\x79\x18\xae\xe4\x40\xf6\x1b\xf9\x51\x4a\x3e\xc1\xcf\x5c\xdc\x4c\xe2\x9a\xe3\xe9\x37\x7a\x3b\x09\x00\xf6\x26\x40\x0a\x93\x1f\x39\xc3\xe6\x7d\x19\x95\x12\x05\xd9\x12\x89\x91\x78\x6f\x66\xa4\x13\xf2\x58\xa7\x42\x8a\xd2\x20\x61\x0a\xa4\x04\xf0\x21\x4f\x64\x44\x0a\x3a\xf3\x38\x1b\x52\x44\xcf\xdd\xc9\x38\xf6\x5b\xc8\xff\xff\x58\x5c\x6e\x9a\x14\x27\xba\xda\x47\xd0\x69\xf4\xaf\x80\xb9\x74\xc0\x5c\xb4\xea\xb7\x07\x29\xee\xb3\xfe\x75\xdb\x38\xe4\x35\x71\xbe\x24\xce\x16\x7c\x74\x72\x2d\x77\xc0\xa3\x78\x0a\xe3\x27\x7d\xd1\x70\x0e\x8b\xec\x50\x07\x27\xf2\x8b\x7d\xfe\xe2\xc4\x3b\xdc\x0f\x88\xdd\x19\x0c\xbb\x35\x10\x76\x6b\x34\x5e\x18\xe9\x26\x6a\x96\x85\x19\x74\x90\x55\x54\x90\x5c\xf2\xa2\x53\xb3\xc0\x4d\x51\x6b\x99\x6b\x96\xf5\x3a\x2f\x1f\x1e\x12\x2a\xc4\x6a\xc9\x30\xd1\x6f\x21\x08\x25\x37\x0a\x0f\xec\x49\x2e\x5e\xea\xa4\xe5\x65\x47\x78\x55\xfa\x8e\x2e\x62\x55\xd7\xbc\x69\x65\x3f\x51\x2c\xeb\x92\x99\x24\x39\x16\x4e\xdd\xf0\x9a\x35\x65\x37\xd6\x55\x9d\x07\xc2\x83\xb1\x5e\x50\x48\xf6\xab\x60\x91\x96\x73\x5f\x34\x33\x90\xce\x31\x1f\x5d\xc3\x68\xcb\x5e\x17\x15\xa3\x96\x68\x47\x8a\x52\x47\x6e\x54\xbc\xc3\x3a\x9e\x60\x38\x26\x90\x5f\xad\x66\x19\x6e\x63\x6e\x88\xf8\x13\x52\xf6\x29\xcb\x32\xbf\x53\x4a\x5b\x66\x3c\x46\x1f\xb8\x53\x11\x18\x62\x01\x16\x8f\xbc\x48\xbd\x49\x4e\xb9\xa4\x4e\x67\xb0\x03\x55\x4c\x08\xeb\xbf\x0e\x80\x32\xae\xb7\xdd\xe6\x66\x36\x18\x13\xb7\x69\x1a\x14\xb7\xfe\xbf\x1a\xce\x94\x92\xc7\xe7\xc4\xbc\x4a\x79\x9e\xf2\xbd\x5c\x4f\xf5\x7c\x4d\x69\x8e\xfe\xb5\xef\x5b\x5e\x0f\x0b\x72\x48\x86\x25\x99\x90\xe3\xd1\x98\x64\xbd\x4a\x38\x1d\x01\xaa\x60\x24\xee\x04\xa6\x83\xd2\x98\xb7\x0b\x86\x45\x7c\xad\xd6\x0c\x9d\x75\x5a\x5e\x93\x92\xdd\xb1\x52\xbb\xb6\x7c\xfc\x7f\x56\xac\xe9\x08\x9f\x7d\x64\x99\xf2\x14\xf9\x6a\x0a\x5d\xcf\xed\xe6\xe2\xa8\xed\xc6\x60\x30\x34\x5e\x9c\x66\x22\x0f\x0f\x21\xb0\xe1\x88\x9c\x43\x5d\xcd\x17\xb4\xb5\xe7\x3e\x48\x73\x08\x52\xbe\xfb\xb1\xe4\xed\xf0\x2b\xcf\x45\x3b\x80\x3a\x56\x38\x4c\xeb\x72\x75\x53\x54\x66\xbe\x0e\x0f\x87\xeb\xa2\xca\xf9\x7a\x9a\xf1\x4a\xf0\x92\x91\x67\x44\xfd\x9a\x96\xfc\x86\x9c\x12\x5a\xb2\xa6\x1d\x0d\xaf\x1e\xb6\xc5\x12\xb2\x00\xe6\x64\xb8\x14\x2c\x13\xa3\x53\x72\xf5\x90\x1c\x90\xe1\xd0\xa2\x37\x9a\xde\xa0\x9a\x6d\x38\x22\x13\xd2\x1e\xd9\x3f\xcd\x4d\x50\x91\x5e\x22\x03\x4f\x3e\x9f\xb9\x34\x9a\xde\xb1\x46\x40\x05\x7e\x32\x38\x9a\xfe\x79\xfa\xa7\x81\xff\x5a\xa1\xaf\x2f\xd9\x7a\x82\x4a\x81\x91\xf7\xf1\x2c\x41\x0a\xe5\x6c\x41\x8b\x0a\xe2\x42\x70\x9b\x68\x3b\x0d\x74\x5e\x45\x53\x93\x9e\x0d\x85\xb6\xdc\xc1\xa6\x8c\x66\x8b\x61\xea\x9c\x40\x24\x87\xb2\x51\x38\xab\x7a\x6f\x1e\x79\x83\x3e\x3c\x24\xe0\xa8\x2b\x99\x09\x5d\x5f\x48\xc9\xd7\xac\x21\xcb\x55\xd9\x16\x72\xa7\xe3\x73\x32\xa3\x58\xf3\xc1\xfa\xbf\x96\x9c\x37\x17\xd5\xb7\x54\xb0\x61\x35\x86\xf7\x21\x9e\xf2\x99\x96\x50\xa1\xf9\xb0\x22\x87\xd8\xf2\x4c\x31\xf7\xe7\x91\x9e\x7a\xe4\x58\xf9\xe2\xe1\xf8\xe1\xe1\xe3\xc7\x57\x15\x81\xff\x27\x1f\x5e\x5d\xbc\x27\xdf\x5f\xbc\x7e\x49\xfe\xf6\xfc\x3d\xf9\xee\xed\x8f\x17\x2f\x5f\x90\x8b\x37\x1f\xde\x92\x0f\xaf\x9e\xbf\x79\xfb\x9e\x7c\xff\xee\xed\x0f\xe4\x2f\xef\x9e\x7f\xff\xfc\xcd\xf3\xc1\x7b\xf2\xd7\x97\x6f\x5e\xbc\x7d\xf7\xf2\x05\xf9\xfe\xed\xbb\xff\x22\x6f\xbf\x27\xdf\xbf\x7e\xfb\x01\x20\x0d\x5f\x5f\xfc\xf5\xe2\xcd\x5f\xc8\xf3\x0f\x64\xd1\xb6\xb5\x38\x3d\x3c\xbc\x29\xda\xc5\x6a\x36\xcd\xf8\xf2\xf0\xa6\xa1\x73\x5a\x51\xf3\xdf\xb6\x61\xec\x70\x09\x6e\x9d\x87\xf5\x6a\x56\x16\xd9\xe1\x1d\xab\x72\xde\x1c\xce\x4b\xde\x82\x40\xf7\x98\xfc\xed\xd5\xc5\x77\xaf\xc8\x77\x6f\xdf\x7c\x78\x7e\xf1\x46\xa2\xf9\xd3\xcb\xf7\xf2\xc3\xe4\xc5\xc5\xfb\x1f\x5f\x3f\xff\x59\x7e\xee\xcd\x7f\xbf\x7e\x4d\xc0\x1d\xf1\x3d\xb9\x78\x43\xde\x7f\x78\xfe\xdd\x7f\xbd\x7c\x21\x31\xfe\xf1\xd5\xfb\x29\xf9\xf0\xea\x25\x79\xfb\xee\xe2\x2f\x17\x6f\x9e\xbf\x06\x98\x12\x5f\xf2\xdd\xdb\x17\x38\xe0\xd7\x17\xdf\xbd\x7c\xf3\xfe\xe5\x0b\xf2\xdf\x6f\x5e\xbc\x7c\x07\xad\x7f\xb8\xf8\xa0\x1f\x93\xe7\xef\x25\xc0\x0f\x2f\x5f\x90\x6f\x5f\xbe\x7e\xfb\xb7\x29\x79\xfe\xe2\xc5\xc5\x87\x8b\xb7\x1a\xd8\x77\xaf\x9e\xbf\xf9\xcb\xcb\xf7\xe4\xd5\xf3\xbf\xbe\x24\xdf\xbe\x7c\xf9\x06\x90\x7d\x77\xf1\xed\x7f\xcb\x3e\x40\xc4\x97\x9a\x78\x48\x31\xfc\xce\xf3\x37\xe4\xf9\x8f\xcf\xbf\x7b\xf5\x92\x9c\xe8\x6f\x8d\xc9\xfb\x97\x2f\x01\xe8\x1e\xd4\x9b\x95\x7c\xa6\xa9\x57\x16\x19\xab\x04\x9b\xea\x29\x3d\x94\x7c\x77\xf8\x38\x08\x9d\x24\x75\xc3\xe6\xac\x99\x88\xba\x61\x34\x87\x56\x71\x9b\x8a\x4f\x4a\xce\xeb\x89\x64\xc3\x9e\x26\xff\x97\x3c\x99\x44\xd6\x14\x75\x3b\xc1\x57\x87\x15\x9f\xc8\xe5\x30\xa1\x65\x41\x45\x3f\xe4\x86\xe5\x2c\x2b\x69\xc3\xfa\x9b\xac\x04\x2b\x99\x10\x13\x26\x32\x5a\xf7\xb5\x53\x03\x91\x5b\x58\xbb\x3f\x92\x6c\x53\x97\x45\x56\xb4\x13\xbd\xc4\x26\xb8\x8c\x26\xb2\xe9\xbd\xc6\xba\x12\x6c\x82\x15\xea\x27\x39\x9b\x17\x55\x5f\x6f\xf6\x8b\xfc\xbf\xfe\xc1\xca\xad\xdf\x4c\xd6\xf7\x72\x87\xc2\x9d\x0f\x64\x0c\xd1\xd2\xec\xb6\xa8\x6e\xd0\xd7\x12\x72\xb2\xba\x19\x04\xc1\xa4\xd0\x51\x95\x24\x75\x09\x09\x4c\xbf\xe3\x75\x87\x69\x47\x86\xd9\x88\x9c\x1c\x1d\xfd\xaf\xc9\xc9\xd1\xf1\xd7\xe4\xe2\xed\xeb\xe7\x60\x05\x7e\x5b\x32\xf2\x9a\xae\x1a\xc1\xaa\xe9\x55\xf5\x1a\xd9\x26\x27\xab\x2a\x57\xa1\xcf\x92\xf3\x2d\x37\x5d\x55\x1f\x60\xab\x05\x9c\x50\xba\x73\xfd\xfb\x05\x51\xc1\xbe\xbc\x22\x1b\x32\xe4\x0d\x81\x3a\xed\x06\x71\x2b\xdc\x96\xdd\x68\x7a\x55\x7d\xcf\x1b\xcc\x08\x9b\x2d\x68\xd3\x82\xc5\x0a\xe4\x44\x00\x9c\x63\x85\x89\x62\xae\x72\xb3\x92\x85\xdc\xd4\x2b\xc0\x4d\x92\x38\x27\x37\xb4\x26\x43\xc8\xbe\x48\xaf\x2a\x50\xd6\xe2\x6d\x57\xd5\xda\x31\x09\x6b\xe9\x8c\xdf\x41\x82\x5a\xb1\xe0\xab\x32\x57\x9e\xae\xda\x89\x41\x42\x99\xa8\x3c\x09\xe4\x57\xd6\x70\x71\x55\x39\xd9\x1d\xaf\x1e\x4a\xc8\x57\x0f\x25\x22\x1d\x5f\x41\xbd\x79\x53\x09\x60\xc6\x16\xf4\xae\xe0\xab\x66\x4a\x3e\x48\x21\x97\xca\x13\x49\x1e\xc5\xc2\x04\xfa\x42\x3a\xc9\xab\x8a\x42\x60\x7f\x6e\x6a\xf5\xc8\x01\x4f\xc9\x1b\xde\x62\xf1\x09\x4b\x23\x4a\x96\xc5\x86\x80\x26\x57\x14\x10\x93\x21\xbb\x9a\x04\x7d\xba\xb4\x0f\xd8\xbe\x45\x6b\xf2\xcc\x08\x92\x73\x06\xb5\x30\xc0\x4b\x5e\xc8\x09\x23\x43\x4c\x45\x59\x72\x7e\x2b\xc8\x9a\x15\x4d\x3e\xc2\x49\x5c\x73\xc2\x1b\x2c\x71\xa4\x34\x8f\x72\x0d\x02\x0e\x2c\xc7\x82\x06\xe8\xbc\x71\xf5\x10\x1e\x5e\x3d\x24\xb4\x6d\x9b\x62\xb6\x6a\x21\x3c\x43\xb0\x56\x0b\x42\x92\x86\x57\xd5\x2d\xeb\xc8\x70\xbd\x28\xb2\x85\x76\xe9\xa4\x55\x47\x50\x05\x4d\x80\x77\xa5\x60\x27\x7f\x41\xd9\x8d\xab\x87\x6d\xb3\x62\x57\x0f\x47\x53\xf2\x81\x83\xdc\x5b\xcc\x3b\x37\xd4\xfe\xaa\x82\xef\x8e\x81\xe4\x12\x22\x7c\x71\xa1\x70\x54\xc7\x2b\x29\x8b\x5b\xbc\x5d\x9c\x6a\x29\x4f\x5b\x1c\xdc\x24\x07\xb2\x07\x66\x52\x39\xc4\x6c\x0e\x2a\x6f\x2c\xf8\x08\x02\xe2\x88\xe7\x21\x22\x39\x72\xae\x53\x3f\xab\xaf\xc3\xbc\x6a\x34\x8b\x56\xf9\x17\x8a\x02\x6a\x1d\x68\x55\x4b\x8c\x8d\x12\x0c\xc8\x57\xc3\xab\x87\xff\xe6\x88\x69\x57\x0f\x47\x63\x72\xe9\x26\x90\xa4\x2d\x3d\x25\x97\x64\x3a\x9d\x12\xf7\xa2\xab\x70\x07\x62\x21\x56\xd7\x23\xbd\x0a\x0d\xc7\x40\x14\xb1\x9c\x95\x9c\xb5\xac\x59\xc2\xd2\x98\x21\x35\xf1\x95\xe2\x39\xb5\x6d\xc0\x74\xab\xf0\x3b\xda\x34\xb4\xbb\xaa\x86\x25\x6d\x21\xcd\x33\xbc\x83\x14\x08\xb5\xf5\x43\x46\xf1\x4a\x95\x51\x41\x06\x02\x8b\x6f\x25\x97\xf1\x58\x09\x5f\xb0\x23\x2c\x79\x5e\xcc\x0b\x67\x4b\xd0\x15\x5b\x2a\x5d\x88\x15\x29\x85\x51\xd2\x84\x56\x57\x95\xf2\xe2\x51\xcc\xd4\xe9\x4c\xd1\x66\x67\xd0\x5d\x20\xc8\xcd\x71\x91\x47\x8e\xc5\x55\x0b\x5b\x05\x54\x9a\x92\xeb\xa2\x65\x4d\xcd\x4b\x08\x8f\x98\xaa\x2c\xd6\x0d\x83\xb2\x5e\x82\x65\xbc\xca\xf5\x47\xc6\xaa\xda\x17\x0a\x91\x92\x2d\xa5\x8c\xcb\xa6\x37\x30\xbb\xe0\x12\x8a\xdb\x92\x64\x14\x79\xff\x67\x39\x54\x8d\x53\x24\xc0\x6d\xda\xca\x83\x5f\x29\x59\x0c\xcf\x20\x25\xff\x91\x73\xcd\x89\x86\x31\x5d\x7e\x24\x9f\x21\xe0\x05\xe2\x9f\x1c\x0e\x74\x45\x45\xc7\x3c\x51\xb4\x60\x0f\x36\x32\x9f\x17\x18\xf5\x03\x6d\xb3\x45\x51\xdd\x60\xd2\xb5\xa1\x24\x72\x59\x46\x69\xd7\x40\xe5\x0a\x19\x4f\xbc\xc4\x42\x29\xd3\x86\xe9\xde\x6b\xd9\x30\x76\x32\xd3\xf4\xb2\xb8\x4e\x55\xa3\x85\x70\x12\xa7\xcd\x14\x17\xf1\xf9\x39\x11\xf8\x73\xa4\x90\x72\x1b\x6d\xf1\x7e\x6c\x98\xe8\xd5\x79\x00\xbc\x17\xb4\xa5\x40\xab\x31\x51\x12\x39\xf2\x4c\x68\xe4\xb3\x88\xe8\x14\xff\xf6\x91\x32\x22\x26\x74\xea\x6a\x86\xe1\x00\x38\xef\x21\x3e\xdc\x5a\x6e\x58\x0b\x98\x8c\x7c\xfd\xf3\x03\xe8\xda\xa7\xac\xdf\xa3\x42\xf3\x5e\xb9\xed\xe0\x23\x00\x0d\x7e\x25\xed\x7d\x51\x73\x0d\xb8\xa7\x8b\xd3\xbe\x62\x6b\xd3\xda\xcb\x9e\x53\xbb\x9a\xad\xda\xcd\x04\x07\x4b\xd3\x7d\xf0\x8b\xdb\xf4\x17\xf7\x8d\x52\x50\xd9\x07\xeb\xa2\x5d\x40\xa8\x0d\x98\x24\x6d\x44\x91\x6b\x32\xb2\x89\x95\xcf\xc9\x36\x6d\x9a\x84\x65\xb2\x81\x42\xed\x60\xa8\x72\xe6\xa4\x5b\x26\xcf\x5c\xd2\xce\x21\xb3\xcf\xe5\xc9\xf5\x74\x43\x4e\xd3\x2f\xba\x51\x00\x1f\x32\xbb\x93\x73\x07\xef\x47\x8f\x2c\xe2\xf2\xa5\xd3\xe1\x96\x75\x6f\xb5\x33\xa3\x87\xc4\x31\x39\xf5\xf4\x9b\x34\xcb\x56\x4b\x88\xcd\x49\xb7\x3f\x22\xa7\x7e\x14\x62\x50\x38\xfb\x63\xf0\xb7\x4b\x95\xa5\xc3\x88\x7d\x05\xa9\xd1\x2c\xfb\xf4\x3c\xa8\x42\xfd\xe8\x11\xf9\x28\x9f\x3a\x3c\xa4\x5e\xa5\x76\x83\x12\xb5\x17\x7e\x60\x41\x9c\x94\xe4\x49\xfc\x91\x44\x26\xc5\x30\xbc\xa4\xd5\x21\x82\x8a\x39\x4d\x6e\x6e\x53\x06\x0c\x37\x18\xb7\x1b\xec\x7e\x4b\xdc\xf9\x96\xf2\xbb\x42\xee\x75\xcb\x91\x83\x25\xf8\x33\x38\xc3\x83\xdc\x8a\xd6\xb7\xca\xe2\x6d\x79\xcb\xe9\x7e\x59\x42\x38\x03\xf1\x28\x04\x20\xc2\x09\x0d\x94\x7e\xaa\x86\xb7\xa3\xcd\xb2\xee\x0f\xf1\x3c\x04\xd4\x80\x50\x0d\xb5\x0b\xa4\x41\xf4\x4e\x5a\x2f\x55\x1b\xb6\xa4\x85\x2d\x98\xed\xd0\x57\x17\x9f\xfc\x72\xf2\x6e\xa3\xec\x36\x42\x7c\x24\x4f\x12\x83\x90\xfc\xe2\x52\xfb\xe3\x16\xa6\x51\x45\xe0\xa2\xd0\xbb\xed\x14\x0c\xa1\x60\x81\x4b\x2c\x08\xbb\x66\x84\x66\xed\x0a\xa2\xba\x6e\x78\x0b\xc5\x1e\x10\x11\xb7\x53\xbd\xf1\xeb\xcf\x98\x7d\xc0\x67\x83\x3a\x28\x53\xb3\x9d\x69\x7e\xd9\x04\x7c\xf6\xb1\x1f\xf2\x2f\x5d\xa2\xed\x76\xf0\x66\xe3\x3c\x4a\xd4\x6b\xa9\x21\x3c\xe7\x97\xb8\xd0\xe2\x17\xf3\x80\x0f\xc6\x5f\x51\x11\xa2\x72\xba\x7e\x09\x75\xcb\x06\xe1\x5f\xba\x08\x5e\xcc\x57\x5b\xa6\xdd\x63\xba\x7a\x43\x9e\xa6\x06\x1a\x6d\x41\xbd\x3b\x90\x36\x58\x90\x8a\x6d\xf4\xb2\x21\xeb\xa2\x2c\x49\xc6\x9b\x86\x65\x6d\xd9\xa1\x30\x13\x6b\xd8\x8b\x54\x5a\xa6\xfb\x90\x39\x9c\xf2\x70\xbd\xc5\x74\x73\xdf\x7c\x8e\x86\xac\x8a\x57\xd6\x36\xf6\x11\xea\x42\x8e\xb1\x58\x2e\xa9\x98\x94\xd0\x79\xd4\x4d\xdd\xb9\xad\xc8\xce\x72\x25\xe7\xf7\x44\xc1\x16\x3a\x11\xb5\xe1\x93\x09\xa9\xc5\x75\x32\x5f\xa1\xea\x05\x32\x87\x5c\x3f\x1d\xe8\xac\xbd\x8e\x49\x1e\x9a\x90\xba\x83\x22\x6a\xbf\x6c\xe4\xef\xcd\x08\xea\x81\x86\xfd\xec\x82\xc2\x46\x11\xf9\x02\x8a\xff\xb2\xbb\x89\x42\xf5\x80\xfc\xd2\xc5\x6d\xcd\xcc\x9e\x7c\xf1\x26\xba\x73\x52\xef\xb7\x0a\x62\xc6\xaf\x37\xe4\x09\xf9\x65\xf3\x77\x59\xf9\xc8\x64\xc8\x4e\x33\x46\x40\x5f\xd6\x72\x97\x75\x08\xf5\x58\x2f\x5e\x96\x8b\x42\xc0\x5d\xfe\xa6\xb8\x63\x64\x05\x65\x9e\x59\x2b\xaf\xbd\x5d\xcc\x68\x1f\x35\xa3\xf9\x2b\x65\xa2\x09\x62\x59\xae\x8f\xc2\xe1\x73\xd8\x6c\xa3\xd4\x20\x84\x0c\x87\x3d\x9f\xe8\x61\xce\x5f\x90\x39\x6b\xc9\x9c\xbf\x00\x73\xc6\x30\x09\xd9\x02\xd4\xe3\x5c\x64\xcb\x7b\x6f\xb2\xa6\xb8\xc3\xee\xed\x34\x51\x07\x1e\x32\xed\x85\x12\xa0\x24\xf6\x0e\xe1\x29\x2a\x29\xf1\x39\x48\x22\x2f\x65\x13\x88\xac\x37\x9a\x3f\x14\xc3\x8b\xea\x8e\x36\x05\x75\x77\x94\x30\xfa\xc0\xca\xec\x7e\xc4\x41\x1f\xae\x7e\x1b\x64\x16\xf7\x99\x83\xbe\xe1\x95\x5d\x4d\x9c\x11\xe3\xb6\xd6\xdb\x1e\xe2\x67\x53\x7d\xe0\x85\xed\x94\x4a\xaf\xb0\x75\x2d\x02\x68\x00\xb3\xbc\x26\xe7\xc1\xf3\xa5\x2f\x09\x44\xf8\xf4\xa0\xd3\x93\x85\x46\xff\x8c\x2e\x99\x2e\x9c\xf0\x9a\x0f\xd7\x6a\x74\xec\xae\x1b\x9e\x31\x21\x5e\x38\xdd\xe5\x3e\x62\xee\xff\xc6\xe0\x75\x15\x99\x11\xbd\x8c\xa3\x45\x55\xb4\xa7\xf0\xbf\x6a\xcf\x50\xaa\x9b\x53\x63\x43\xc5\xc7\x15\x5d\xb2\x53\x32\x00\xf8\x3a\x19\x9b\xb2\x5a\x9e\x92\xc1\xf1\xf4\x04\x1f\x82\xa5\xef\x5f\x36\xb6\x7f\xd9\xd8\x02\xd3\x54\xc3\x44\x3b\x81\x78\xc9\x2d\xe6\x30\x6d\xeb\xca\x78\x95\xd1\x3e\x43\x96\xd2\x90\x4f\xc0\x6f\x6c\xab\x39\xec\x5f\x76\xbd\x7f\x4a\xbb\xde\x8f\x0d\x6b\xdb\x8e\x2c\x68\x95\x43\xc9\x68\x3e\x27\xe0\x64\x41\x37\x4c\x6c\xb1\xda\xfd\xe9\x77\x58\xed\xde\xb3\x16\x5c\x65\xa7\x4b\x9e\x83\xe0\x84\x7e\x1d\x57\x0f\x31\x73\x09\xa4\x11\x24\xef\x99\xb2\x8a\x61\x81\x76\x72\xf5\xf0\x83\x44\x4b\x5d\x4d\xe4\x3e\x7d\xf5\x10\x52\xbf\x3c\xff\xf1\x62\xda\x6e\xd0\x0a\x92\xb3\x96\x16\xa5\xf8\x12\x95\x38\x38\xcb\x39\xa6\x1a\x89\xd1\xaf\xbc\x62\xa7\xaa\xc8\xdf\xe1\x21\xb9\x7a\x38\x6b\xf8\x5a\xb0\xe6\xea\x21\x7c\xad\xe4\x19\x2d\xb5\xb1\x20\x2b\xc1\x71\x8b\x37\xa6\x27\x1a\xdd\xd4\x1f\x93\x8f\xc2\x85\x8c\xca\x3a\x07\x36\x3e\xd0\x96\xa9\x96\x93\x95\x30\xd1\x68\xed\x9a\x95\x77\xec\x15\x5f\x35\xdf\x95\x3c\xbb\x3d\x55\x69\xc0\x65\xb7\xe3\x13\xf9\xc5\x93\xaf\x71\xce\xa4\xb0\x21\xff\x2b\xe9\xaa\x3b\x2f\x79\xd5\x2e\xde\xd0\x25\x13\xce\xd7\x74\xbe\x5f\x79\x8c\x40\x3a\x1c\x68\xa5\x30\x44\x4f\xc2\x2f\xf0\x0e\xb9\xfa\xe3\xfd\x43\x14\x06\xef\x54\xf2\x36\xaa\x09\x84\xb5\xc7\xd1\xae\xc3\x48\xae\xc8\x27\xaf\x6c\x34\xcb\x78\x93\x2b\x22\xce\xff\x5f\xf6\xfe\x45\x3d\x8e\xdb\x58\x14\x85\x5f\x05\x62\x62\x71\x46\x9a\x8b\x48\xc5\x49\x4c\x9a\xd6\xa2\x29\x29\xd1\xda\xa6\xa4\x2d\xd2\x71\xb2\x49\xfe\x24\x66\x1a\x33\xd3\x66\x4f\xf7\xa4\xd1\xc3\x4b\x2c\xae\x6f\x3f\xc0\xff\x00\xe7\xbc\xc0\x79\xb0\xfd\x24\xe7\x43\x15\x2e\x85\x4b\x0f\x87\x92\x9c\x95\xbd\xcf\xd2\xe7\xcf\x9c\xc6\xa5\x00\x14\x0a\x85\x02\x50\x97\x79\x33\xd0\x20\xf6\x99\x5c\x8e\x24\x58\x6a\x43\xc5\x77\x0b\x51\xb2\x3f\xd5\xd5\x72\xb1\x29\x15\xd4\x09\x60\x4e\x4f\x43\x2e\x8d\x8e\x9e\xc8\x06\xe1\xc0\xa0\x08\xa8\x1a\x65\x3d\xd5\x42\x8f\xe0\xb8\xc7\x32\x7e\x0b\xbf\xec\x60\x89\xb2\x5c\x36\xb0\x0d\xed\xed\xb1\x4d\x03\x72\xd3\xb3\xeb\x03\xd4\xb8\x92\x9d\xc9\x3c\xb6\x0e\x44\x1a\x2e\xc4\xa4\x79\xcf\x33\xaa\x37\x54\xf6\xd8\x82\x53\x07\xdf\xa0\xc4\xb4\xc9\x9e\x32\x67\xdc\xb3\x80\x2a\x90\xd8\x81\xdf\x5a\x20\x7c\xc1\x36\x9f\x6d\xb2\x1d\x00\xb0\x1b\xf4\xa7\x24\xee\x6f\xb7\xd8\x0b\x80\xf1\x94\x95\x6c\xc7\xc2\xbd\xdb\xf5\x3b\x57\x53\x1b\x24\x70\xfe\x8c\xac\xd5\x37\x87\xc2\xb2\xb3\x6a\x59\xc3\x0b\xc2\x60\x2a\x1a\x45\xe7\xd2\x2a\x99\x61\x81\x5c\xee\x1f\xc2\xf5\xb2\x2a\xf7\x2d\xdb\xda\xb6\x8d\x81\xbf\x58\x8b\xfe\xc4\xad\x1a\xcd\x64\x27\x9b\xff\xce\xcb\xcd\x1e\xdb\x7c\x2d\x46\xea\xcf\x21\xaf\xd5\x9f\xfd\x45\x8d\x5f\xb7\xea\xcf\xbf\x2f\x4b\xfc\x53\x40\xde\x72\xaa\xfe\x1c\x89\x85\xfa\xf3\x6e\xdc\xa8\x3f\x6f\xab\x2b\xf5\xe7\xa5\x18\x6f\x9e\x85\x73\x03\x9e\x91\x34\x11\x24\xfa\xe3\xb2\xd8\xc9\xe6\x11\x36\x75\x58\xc1\x9f\xe3\xa5\x50\x7f\x7e\x12\x19\x7c\xcd\x96\xd0\xd3\x3a\x87\xf6\x79\x13\x37\x05\xd6\x3c\x0a\x27\x01\x42\x10\x4f\xdf\xb1\xad\x6d\xd2\xb0\x2e\x68\xd1\xd8\x47\x34\x32\xff\x2a\x49\x4f\x85\x7f\xa3\xe3\xaa\x86\x55\xda\xa0\x47\x2f\x62\x89\x37\x3d\xb5\x38\xd3\xaf\x79\x46\x05\x55\x95\xd0\x9e\x6d\xf3\xd0\x3c\x05\xc9\xc9\x0f\x20\xa0\x35\xe4\xc7\xc1\x49\x03\x75\xda\x79\xe8\x22\x69\x6c\x56\x81\x99\x92\x93\x0c\x1f\xc9\x6e\x3b\xdd\xd0\xdb\x4f\xec\x21\x09\x81\x8e\x5a\x81\x3a\xba\x43\xb0\x87\xea\x7b\x7d\xc0\x59\x0a\xb0\x5e\xf0\x1d\xdd\xcf\x46\x74\xba\x3d\xb6\x19\x39\x54\x6d\x83\x29\xd6\x87\xc9\xd6\x06\x3a\xdb\xdc\x31\x8e\xe8\x46\x7c\x7c\xd9\x87\x48\x04\x0d\x32\xe8\x67\x83\x3f\xec\x32\x8c\xa7\xa1\xf6\xa6\xad\xc1\xb3\xb8\xfe\x9f\x57\x75\x0a\x68\x69\xdd\x9e\xbc\xb9\x17\xd2\xd6\xf6\xba\xb0\x8a\x35\x60\x3d\x08\x4d\xf3\x7b\x71\xaf\x09\x04\x5c\x77\x3e\x60\x52\x0f\xef\x07\x9c\x97\xcb\x46\x48\xfa\xf0\xdb\x06\x72\x38\x64\x7f\x5f\xf2\xba\x11\xb5\xd4\xae\xf5\x5a\xf6\x49\xd4\x3e\xc9\xc7\xa0\xd8\x10\x77\xea\xef\xad\xcb\xa2\x43\x76\x7b\x6f\xd8\x43\xf6\x1c\xc6\xbe\xee\xb8\x8f\xee\x1d\xf7\x11\x28\x58\xac\x35\x6e\x04\x79\x7b\x2f\xc8\xd7\xcb\xa2\xf8\x1b\xd8\xc8\xb3\xaf\xd8\xd6\xb3\x67\xeb\x42\xfe\x5b\x3b\xef\xf1\xc1\xae\x09\x6f\x91\x82\x07\x9b\xe4\x0b\x04\xbb\xc9\xe7\x6a\x2b\xc7\xdf\x8b\xf9\xe6\x9a\x70\xdf\xdf\x0b\x77\xff\xd0\xc1\x7d\x7f\xb8\x2e\xdc\xeb\xd5\xe3\x7f\x19\x58\x23\xa7\x40\x91\x7b\xfe\x1a\xaf\x4c\x3c\xcd\xfa\xa4\x74\x91\xba\x1e\xb6\xfe\xb3\x37\xbf\x8a\x42\x8d\x18\x18\x61\xc0\x87\xc4\x1d\x73\xaa\x0f\xad\x6e\x8d\x8d\xa6\x88\x75\xe3\x1f\x88\xb7\xc7\x15\x6a\x01\x72\x10\x77\xc0\x65\x4c\xc3\xae\x72\x71\x6d\x4e\x63\x7d\x25\x14\x67\x5a\xaf\xb1\xcc\xc0\x31\x33\x9c\x36\x26\x0c\xd5\xdc\xe0\xfc\x84\xc0\xe0\xe8\x41\x4e\x24\x33\xf0\x9e\xae\x43\x3f\xab\x15\x7d\x2d\xf0\x0d\x04\x14\x98\x44\x1f\x14\xc5\xd0\x50\x80\xc2\xd6\xd0\xcc\x71\x50\x41\x95\x03\x86\x8a\x85\xb9\x64\x19\xb6\x02\x7a\x4e\x8c\xb3\xeb\x5a\xb5\x52\xe3\x1b\x52\x55\x16\xb7\x6c\xcc\x8b\x02\x55\xaf\x7e\x3c\x3e\xd0\xc0\xf4\x0d\x95\x73\xc0\x39\x1e\x0b\x09\x5e\xf0\x44\x33\xab\x32\x19\x8a\xda\x73\x7e\x29\x7e\x6c\xc6\x3f\x21\xf0\x4e\x16\x2b\x1b\xf1\x2c\x7b\x5f\x57\x37\xb7\x87\x00\xa0\x23\xab\x65\x3d\x16\xef\x46\x3f\xf7\x18\xfe\xc4\xf4\x1e\x6b\x78\x3d\x15\x0d\x64\xe0\x4f\xcc\x20\x04\x60\xab\x9e\xd0\x9a\x67\x54\xb8\x4e\xb9\xb6\xb2\x80\x4f\x28\xdc\xb3\x01\x5f\x2c\x8a\xdb\x0e\x69\x96\xd7\xd3\x25\xc4\x72\x20\xc6\xdf\x69\xb1\x7e\xd9\x8c\xdd\xb1\x14\xae\x24\xc5\x0e\xcb\x7a\xa1\x98\xed\x6c\x92\x2c\x5b\xee\x29\xea\xd6\xce\xaa\x89\x30\xea\x4e\x1d\x8f\xf6\x9c\xc2\x2a\x19\x4d\x80\xc5\x65\x33\x06\x9f\xfd\x58\x69\xb3\xc7\x32\xfa\x19\x1d\x46\x92\xb5\xb5\xcd\x85\xae\x6c\xbe\x4c\xdd\x74\x83\x5e\x15\x49\xaa\x50\xec\x2c\xea\x6a\x81\xc2\xb3\x12\x56\x40\x0a\x47\xb1\xdd\x30\x51\xf5\x1b\xce\x10\x20\x59\xe7\x45\x91\xa3\xa6\x9d\xfe\x86\xbd\x50\x0b\xdd\xcd\x0c\x45\x7b\xcc\x76\x3e\x0c\xac\xb4\xba\x40\x69\x75\xc1\xbe\xc5\x76\xad\xbc\xba\x78\xfa\xf4\x3e\xfc\x4d\x45\x03\xc1\x0d\x54\xbd\x93\xc5\x99\x45\xc4\x8f\xc7\x07\x34\xdd\x91\x43\x1b\x52\x62\x28\xb2\x15\x4a\xc8\x72\x96\xcd\x38\xe0\x35\x12\x1c\xc0\xb9\x45\xad\x88\x87\x37\x62\x7a\x6b\x16\x77\x6d\xcf\xda\x11\x7b\x68\x72\x78\x3a\x55\x6b\x57\x43\xcb\x84\xcc\x6b\x95\xa8\xaf\x39\x82\x05\xac\x20\xe8\x98\x43\x55\xdd\x69\x24\x98\xa2\xf8\x47\x63\x95\x30\xb0\x57\x26\x8a\x2f\xeb\x4b\x96\xc4\xa9\xd8\xda\xf8\xb8\x55\x44\x5d\x70\xf8\xa0\x3e\x7e\x64\x31\xec\x65\x33\x4e\xc0\x0d\xf8\x0c\x6d\x86\x20\x56\x2f\x3a\xd2\xa2\x3e\xd6\x9b\x16\xfe\xfd\x08\x8c\xe1\xec\x0a\xdb\x24\x91\x15\x5c\x99\x81\x02\x1d\x14\x24\xf6\x56\x96\xd0\x33\x6d\x57\x15\xd4\xec\x38\xab\x29\xfd\x94\xe8\x6e\x98\xc0\x57\x7d\x3e\xbe\x2c\x04\x58\x20\x8e\x04\x03\x2f\xc0\x4d\x65\x15\x96\xdd\xb4\xe3\x45\xa2\x0f\x4a\x8a\xa6\xd1\x1a\xfb\x50\x72\x40\xb2\xb3\x81\x5e\x91\xaa\xb6\x3f\x6b\x5e\x8f\x6c\x39\x32\x49\x90\x61\x6e\x36\x5c\xda\x9d\x47\xaa\xf7\x4e\x82\xa3\xe1\x39\x07\x4d\x60\xbe\x58\x0c\x98\xcc\xff\x21\xec\x2e\x05\x2e\x9f\xc1\x13\x1b\x59\xf7\x58\x0d\x91\xaa\x4a\xfd\x58\xe6\xcd\x91\xaa\x45\xd4\x61\x55\xc1\x1d\x25\xd1\x19\x85\xb4\x39\x30\x8a\x1d\xf6\xfb\x67\xec\x09\x4d\x57\xb2\xbf\x4e\x0d\xb3\x32\x7e\xbb\xc3\xb6\x7f\x67\x72\xc2\x6c\x38\x10\xee\xb0\xe7\x2a\xb9\xbd\x94\x16\xbf\x77\xd8\x73\xf6\xe4\xbe\xb2\xb7\x82\xab\x82\xbf\xff\x7a\xb0\xfd\xbb\xed\xaf\x57\x14\x25\x77\x79\xb0\xed\x16\x45\x75\x0d\x8b\x76\x7c\x09\xf8\x93\x3d\xc6\x27\x8d\xa8\xd9\x16\xc0\x54\x12\x82\xbe\x7e\x1c\x0e\x19\x2f\xe1\x61\x7b\x2a\x6a\xc6\x8b\x69\x55\xe7\xcd\x6c\x4e\x51\xaa\x44\x93\x23\xb0\xc9\x65\x27\xd8\xaf\x93\x2d\xe0\x51\x0a\xa7\x9b\x46\x19\xf3\x64\x3b\x91\xf6\x75\x22\x6d\xeb\x59\x22\xf1\x79\x2a\x51\xb5\x82\xd3\xe4\xb7\x12\xa6\x7d\x9d\x48\x83\x56\xc2\xc4\xe7\xa9\x44\xd5\x8a\x9a\x74\xbf\x0d\x3f\xe5\x77\x51\xca\x1f\xa3\x94\xad\xb8\x9a\x02\x9d\xf1\x5b\x1f\xb2\x97\xf0\x3c\x4c\x78\x36\xd8\x86\xe1\xc0\xde\x45\x52\x13\x89\x5b\x71\xd2\x76\x90\x44\xac\x17\xaf\x85\x12\xe9\x36\x1b\x76\x59\x56\xd7\x5a\xa8\xd4\xef\xd4\x1d\xd9\x65\xd7\x62\xb3\x28\x50\x6c\xbc\x15\x4d\x8f\x8d\x96\xc6\x55\x38\x30\x8c\x51\xd5\xcc\x58\x2e\x35\xac\xf1\x4c\xf0\x05\x25\x11\x75\x5a\x84\xed\x56\x82\xef\x67\xa4\x97\x01\xbe\x2b\x75\x4e\x60\x94\xa6\x5b\xec\xe4\xf7\xde\x97\x1a\x85\xa2\xc9\xcd\x33\xbd\xc7\x39\x88\xff\xdd\x9c\x54\x53\x30\x55\x3d\xbd\x96\x00\xce\x76\xf0\x1d\xc0\x3d\x5d\xad\xdc\x1e\xbf\xf4\xbe\xd3\x6e\xe8\xe0\x14\x40\x2c\x6a\xab\xc6\x33\xc5\x04\x2b\x4d\xa3\x7e\xbd\x7f\xa3\x4e\xe1\xc4\x59\x2a\xbf\xc9\xe5\x5b\x70\x91\x07\xe1\x6d\x3d\x3f\x0e\xe6\x95\x42\x6a\xbf\x22\x26\xf8\x41\xa4\x9c\x0a\xac\x18\x5e\x52\xd4\x06\x87\x22\x9a\x7f\x56\x81\xea\x6a\xb1\xdb\xad\x98\x4a\xb5\x51\xd3\xae\x79\x55\x27\xf2\x25\xc5\xbc\x1d\xca\xdf\xe1\xf1\x55\x27\x2f\xf5\x3e\x1f\xd4\x82\xe0\x27\x79\xa9\x79\x6f\xa8\xb2\xa7\x39\xfb\xa5\x30\x3c\x10\xdc\xd9\x73\xb6\xa8\xa4\xcc\x47\x79\x91\x37\x60\xbe\x65\xef\x27\x78\x1d\xfb\xb0\x57\x02\x76\x5e\x95\x22\x03\x23\x0f\x0c\x99\x89\x67\x0d\x29\xcc\x93\x4f\xd8\xaa\x23\xa8\x58\x4f\xc6\xec\x73\xe3\x4b\xe8\xf4\xe3\xc7\xcc\x4b\x40\xdf\x47\x7b\x8e\xb2\xba\x4a\xea\xd0\x33\x92\x97\xc7\x61\x3d\x92\x16\x57\x0d\xdb\x06\x37\x26\x84\xcc\xe3\xfc\x1d\xb2\xb0\x62\xf5\x97\x49\xa2\x23\x2b\x54\xd3\x9c\x38\xe3\x8f\xb9\xcd\x79\x97\xf9\xe7\x26\xd4\xab\x17\x29\x7b\xa5\x15\xb5\x12\x10\x28\x92\x9e\x9d\xb1\x27\xde\x9e\x7d\x92\xc0\x63\x48\x9c\x91\x4e\x60\xa4\x4d\x96\x0c\x4e\xab\xd8\x07\x8d\x6e\x13\x7b\x46\x60\x2d\xbe\xd8\xf5\x0a\xcb\x44\xd1\x70\xf6\x2d\x03\xb7\x16\x27\xf9\x59\xa2\xf7\x26\x67\xeb\xec\x8c\x3d\x65\xf8\x05\x6a\x29\xad\x65\x31\x77\xeb\xec\xac\xcb\x86\x60\x19\x10\x37\xbe\x5e\x73\xdf\xed\x19\x44\x87\x10\x92\xd3\x9a\x0a\x09\x70\x3f\x62\x21\x8c\x0f\xce\xa5\xeb\x55\x82\x0b\x28\x39\x8d\x94\xd9\x3a\x4b\xf1\x02\xb8\x63\xe4\x05\xaa\x16\xa0\x0a\xab\xe3\x04\xe0\x15\xe8\x4a\xd4\xbc\x00\x91\x25\x5a\xd5\x6a\x9e\xb0\x95\x3d\xcd\xe8\x13\xc3\x1c\x0e\x55\xb9\x69\x7e\x25\x4a\xb0\x74\x74\x0b\x25\x2f\x11\x6c\x0f\x2d\x04\x21\x40\x54\x13\xc5\x08\x18\x0e\x31\xd0\x06\xca\xcc\xbc\xd1\x36\x5c\x56\x60\x0a\x3b\xb5\x7a\x55\xb6\xb3\x89\xf6\x11\x30\x83\x6e\x72\xad\x9a\x58\x45\xb1\xee\x65\xfb\x72\x44\x7e\x38\xe7\xd3\xd2\x80\x5d\x54\xd7\x1d\x25\x30\x91\x36\xe0\x67\x51\x4d\x3b\x84\xf2\x87\x1e\xf1\x0d\x54\x97\x15\xd1\x42\xd1\x1f\xde\x6e\x3d\x8b\xee\x61\x5d\x6b\x65\x55\xcf\xcd\x3e\xd7\x0a\x8c\x0d\xa1\x57\x11\xa9\x18\xbc\x02\x90\x6f\xd9\xd6\xe0\xeb\x24\xa2\x2c\xaa\xc2\x48\x73\xcc\x3f\x46\x6a\x30\xcf\x57\x03\xd9\x5e\x0b\xc8\x1f\xee\xeb\xcb\xd7\xed\x60\x56\x0e\x21\x8e\x0f\x92\x58\x8d\xb6\xc2\x93\x3d\x83\xb9\x7b\x6b\xa8\x4d\x34\x2f\xf3\xf9\x72\x8e\x55\x15\xab\x84\x95\xa0\xce\x96\x5b\x69\x82\x86\x82\xdf\xb2\xad\x55\xf4\x19\x23\xfd\x3e\x5e\x62\xa5\x96\xd4\xf6\xa2\xf6\xd9\x13\x30\x1a\x03\x5e\x92\x96\x4f\x48\x65\x0f\x58\xcc\x93\x34\x3f\xf2\x4b\x25\xb8\x92\x96\x15\x1a\xb1\x60\x7b\x0e\x7c\xc0\x75\x4d\x87\x56\x30\x24\x7d\x94\x49\x20\x0c\x8e\xcf\xe6\xe5\x82\xea\x50\xf8\x4f\x1a\x3d\xdb\x7a\xb4\xaa\x08\x15\xda\xf6\xf4\xa1\xa6\xad\x3d\xf3\x42\x14\xb5\x67\x9f\x8e\x1e\xd8\x1e\x9c\x73\xda\x5a\xc3\x07\xfe\xa8\x2d\xfd\xee\xff\xd0\x91\xc1\x49\xa1\x75\x60\xf0\xb8\x14\x0f\x0b\xdf\x9c\x1e\xd8\x94\x13\xf2\x56\x35\xa6\xce\xed\x6d\x0d\xb2\x21\x7b\xfe\xc0\x46\xdb\x18\x3f\xb4\x68\xdf\x8d\xa2\x06\xdd\x8b\xd2\xaa\xf6\x12\x9b\x6e\x2d\xa4\xda\xc3\x31\x4e\x31\x84\x95\xaf\x4a\x01\x96\x42\x7e\x51\x4d\x37\xee\x96\xa5\xf3\x2c\x56\xde\x06\xe6\xa0\x16\xcb\x77\x7b\x3e\x3b\x47\x7a\xbc\x8f\xfc\xa3\xe7\xb5\xbb\x35\xc1\x2b\xf2\xbb\x8f\xd6\x3f\x19\x78\xc6\x6f\x57\x53\xf6\xe7\x40\x66\x4f\xd8\xef\xda\xa0\xc3\x6d\x58\xf4\x3e\xba\x2e\x70\x58\x28\xec\x09\xdb\xfe\xd4\xb5\xf2\x3c\x45\x3f\x6b\x35\x6d\xce\x73\x9f\xd1\xf8\xef\x3f\xb9\x71\x14\x43\x56\xb5\x9a\x9a\xaf\x58\x64\x1d\xf3\x1a\x4c\x77\xc2\x9d\x57\xe5\x5d\xb9\xd0\x83\x6f\xf9\xdb\x44\x81\x45\x2d\xae\xa2\xd5\x91\x55\x71\xb7\x54\x41\xb6\xc7\xae\xa2\xdd\xf2\xca\xa8\x47\xa1\x27\xab\x28\x1f\x8e\xea\x78\x1b\x71\x15\x2f\x44\x96\x62\x9a\x6a\x0f\x5d\x87\xb9\xe9\xc3\xa1\xd9\xed\xda\x36\x7a\xbc\x2c\x64\xa3\xbc\x01\xb6\x51\xe4\x63\x30\xa1\xea\xeb\xbb\xa3\x2c\xbf\xd2\x01\xae\x5a\xaa\x42\xa7\x86\xf6\xec\xbf\x80\x3b\x26\xf3\x56\xd9\x54\x60\xc9\xd6\x52\x75\xcc\x6b\xb8\x03\x9e\xe8\x80\x00\x52\x07\x7e\xc1\x1b\x2d\xed\x41\x22\x0c\x13\x68\x6b\x43\x70\xcb\x3c\xcb\x50\x95\x91\xb3\x8c\xdf\xa6\x24\xa9\x95\xab\x10\xff\x19\xf1\x80\xd7\xcd\x3d\xd3\xc5\x7c\x12\x0c\x14\x40\xe2\x3d\x87\xbd\x60\xcf\xd9\x8e\xe7\xcb\x3a\x6e\x18\xe3\x75\xaf\xd5\x2c\xe4\x5f\xb1\xa7\x9a\xac\x9f\xc4\xfc\x53\x75\x43\x01\xec\xe3\x78\xba\x50\x46\x6f\x24\xe9\x3e\xe8\x05\x92\x50\xe2\x4b\x74\xa0\x85\x55\xb2\x7b\xe4\xdf\x76\x9c\x11\x69\xec\x81\xe8\xbb\x6b\x39\x1b\xad\xb5\x0f\x87\x3b\x71\xa8\x26\xf2\x74\x05\xd6\xda\x07\xea\xcf\x91\xe2\x6b\x89\xda\xa1\xf0\xa0\xed\xe4\xaf\xb4\x57\x66\xf0\xd2\xfc\xf8\x31\xbb\x52\xe7\x4b\xc5\x57\x62\xb6\x60\xde\xb0\x15\xef\xf0\xed\xa4\x82\xa2\x56\x30\x7e\xad\xf5\x6c\xbd\x1b\xc4\xab\xc4\xfd\x25\x5b\x71\x4b\xa8\xcb\x0f\x88\x5b\xba\x48\x0e\x99\xe4\xb5\x6c\xd8\x78\x26\xc6\x97\x6c\x5a\x54\x23\x5e\x68\xc5\xdb\xd6\x7b\x2e\xa7\x56\xbd\xe2\x9a\xcb\x38\x50\xf5\x74\x78\x83\xea\x3a\x81\x2a\xf5\x42\x82\xd5\xec\x5d\x43\x8c\xc2\xab\x8a\xe2\x16\x6e\x0e\xec\x95\x65\x70\x7d\xe9\x5d\x57\x46\x20\x78\x79\xeb\xee\x2e\xc1\x5d\x4f\xcb\xd5\xe5\x52\x0a\x77\x15\x1e\xdd\x60\x52\x4c\x7b\x37\x99\xc9\x0c\x73\xdf\x40\x2f\x34\x57\x83\x0c\xee\x39\xdb\xf2\x22\xc0\x2d\x67\xab\xf8\x18\x16\x5f\x6b\x85\xc7\xb4\xf4\xe9\x4f\x2e\x78\x69\x80\xa9\xa5\xd0\x67\xe6\x76\x3a\x5d\x7c\x39\x99\xe4\x37\xf6\x9c\xe9\xab\xdc\xb3\x17\x6c\x93\x7d\xb5\x40\xd5\xa7\x64\x75\xc5\x32\x0f\xe0\x12\xbe\x15\xc0\x57\x6f\xa0\xfe\x57\x7f\x0e\x21\x28\x09\x61\x32\x0f\xa3\x89\x9a\xc0\x35\xdf\xae\x29\x3a\x4f\xe6\x8d\xd6\xbe\x85\x7e\x3c\x65\x9b\x3b\x5f\x1d\xee\x7c\x75\xb4\xa9\x38\x08\x0c\xae\xfd\xb8\x11\xb5\x92\x16\x72\x41\xc8\x52\x68\xfd\x16\x5c\x8f\xaf\x51\xa3\xa5\x5b\xad\x7d\x5a\xc5\x14\x11\xd2\xe6\x57\x23\xf6\x55\xc6\x14\x84\x07\x00\x5d\x7f\xe4\xb0\xec\x5b\xd1\x8b\xad\x87\x13\x48\xe0\x75\xe8\x6a\x7c\xfc\x98\x45\xf0\xf5\x02\xc0\x97\x82\x47\xf7\x95\x06\xe9\x75\xf5\x4c\xac\x23\xed\x92\xee\x87\x7d\x5f\x13\xe3\x7f\x4b\xd4\x6b\x3f\xbd\xae\x33\xaa\x2f\x37\xa8\xff\xfe\xd5\xdf\x3f\x61\x54\xff\xfd\xab\xbf\x3f\x60\x58\xad\xf4\x10\x41\x88\xb6\x03\x6d\x0f\x01\xfe\x5d\x63\xdb\x91\xfb\xf7\x9a\xe4\x9e\x5d\x37\xd1\x86\x1d\x0d\xe0\x2e\x74\xf8\xfa\xa5\xcd\x4f\x51\x3d\x0c\x93\xa8\xf5\xe9\x33\x62\x7d\x7a\xaa\x55\x1c\xf3\xb9\xe8\x2b\x06\x6c\x95\xd6\xc0\x8b\xaf\x55\x4a\x04\xf7\x92\xe3\xaa\x16\x3d\xfd\xf8\x2c\x6e\x16\x15\x94\xb0\xba\x46\x0e\x79\x34\xda\xa5\x73\xb7\x8b\x4a\x4a\x03\xc6\xfe\xc2\x6b\x70\x6d\x61\xfc\xf4\xa2\x4e\xa3\x86\xa2\x6b\x18\x08\x3d\x7d\x54\x30\xa7\x8c\x5a\xf4\xb1\x65\x96\x37\x6c\x26\x6a\x31\xf0\x90\x46\xfa\x40\x67\xb3\xd5\xca\x16\x2c\xae\x36\x36\x95\x14\x20\x9b\x3a\x1f\x37\xe8\x4a\xf8\x8a\xd7\xec\x4f\xa2\x79\x53\x36\x75\x5e\xca\x7c\xcc\xf6\x58\x2d\xfe\xbe\xcc\x6b\xd1\xd9\x9c\x8a\xa6\x9f\x9b\x0c\xbd\x4f\xaa\xf2\x63\x5e\x14\xdf\xe7\x20\xe2\xdb\xb2\x83\x21\x29\xf0\x5b\x1d\x33\x06\x22\x3c\x62\xd9\x0e\x6d\xa4\xb3\x89\x0e\xad\x07\x8b\xba\x6a\xaa\xe6\x76\x21\x06\xba\xc6\x66\x17\xa1\xcc\xab\x6c\x59\x88\x81\x42\x40\x0d\x0f\xcf\x16\xcf\x00\xb0\x5a\x96\x99\x83\x86\xb1\xdd\x40\x97\xe4\x30\x97\xd2\x84\x14\x3d\x6d\xe0\x61\x8d\x8c\xcc\xeb\x03\xd6\x7a\xf4\xc8\xab\xa7\x1a\x6f\xc8\x0b\x24\xa9\xed\xd9\x49\x29\x66\x62\x46\xa9\x21\x6d\x92\xd1\x6c\x76\xd9\x77\x26\x46\xcf\x69\x73\xda\xe8\xa5\x62\x91\x61\xc1\x62\x83\x6a\x39\x98\x32\x36\x4b\xcd\x24\xda\x47\x27\x27\x6d\x14\x4c\x80\xb5\xe9\x54\x19\x30\x17\x9f\x32\xb5\xbf\x05\x6d\xd1\x10\x55\x9b\x5f\xbd\xd6\xd0\xc9\x18\xa1\xe4\x57\xb6\xa5\xdf\xaa\xc1\xad\x55\x51\x15\x24\xf5\x6a\x31\x29\xc4\xb8\xd9\x4f\x37\xfc\x01\x73\x4d\x6b\xe8\xa3\x12\xb6\x2c\x35\x4e\x80\xd5\x81\xa6\x7b\xba\xef\x64\x2c\xd3\x77\xef\x5f\xc6\x10\xdf\xe1\xe2\x9c\x8a\xe6\xdd\x75\xf9\x5e\x3b\xc0\x7e\xa9\x6d\x5c\xab\xda\xb6\x61\xfa\x87\x9a\x71\xa6\x60\x2b\x3c\xbf\x58\x04\x45\xc9\x7d\x51\x55\x13\x59\xfa\x2b\x3d\x03\x8a\xf0\x82\xf6\x34\x09\x35\xf5\xad\xa1\xa5\xa0\x40\xe7\x97\xbb\x1e\x83\xc8\x1f\xbf\xa0\xff\xc6\x1d\xb6\xa5\xf9\x5d\x73\xc7\xc6\x1c\xec\x90\x84\xa5\xc4\xe1\x90\xbd\x79\xc5\xfe\x88\x4e\x63\xd9\xa8\xae\x2e\x45\xc9\x7c\x88\xc9\x66\x48\x60\x3f\x45\xae\x77\x6b\x2c\x52\x45\xe8\x55\x9d\x4f\xf3\x92\x17\x86\x0c\xc8\xc2\x04\x03\xeb\x3d\x7f\xfe\x3b\x6a\x52\x7b\x4c\x4f\xa8\xa7\xa8\x8c\xcb\x12\xe7\x54\x2d\xbe\x24\x9a\x10\x72\x26\x24\x40\x56\x65\x41\x23\xa6\xc7\x36\xf1\x3d\x1d\xf1\xdc\x20\x2c\x55\x6c\x30\xae\xca\x49\x3e\x5d\x62\xb0\x64\x03\x04\xd0\x64\xba\xce\xb0\x6a\x4f\x31\x71\xa9\xbd\x7d\x8d\x45\x7e\x25\xea\x1e\xe8\xe6\x49\x38\x1f\xf1\x2c\xcb\xd5\x00\x79\xe1\xba\xcd\x3a\xa8\xcb\x46\xeb\x74\x4d\x0b\xe1\x34\x9a\xf4\xd3\x06\x7a\xec\x3e\x4d\xd7\x49\x12\x99\xe9\xa7\x40\x5a\x9d\x67\x3d\x16\xa2\xda\xa9\x10\x74\x6c\x8f\x88\x5a\x41\xb7\x0b\xbb\x30\xc0\x33\x58\xb9\x0b\x99\x91\xea\x8a\xe6\x43\x48\xc7\xb0\xc4\x34\xef\x77\xaa\xef\x26\xb1\xa3\x31\xa8\x6b\x27\xa7\x16\x0a\x07\x73\x7b\x77\x0f\xf5\x87\xb8\xf2\x09\x4f\x91\xbf\x02\x4a\x97\x80\xeb\x27\x3a\x9e\xb0\xa2\xd3\x69\xe3\x57\x1e\x18\x86\x67\x6b\xec\x02\x75\x83\x5b\x8a\x47\x6a\xbf\x0d\xad\xce\xb7\xfe\xc8\xfe\x5d\x64\xec\x27\xde\xc8\xaa\x04\xbd\xd4\x16\x43\x73\x9d\xcc\x3a\x87\x6f\x8e\xbb\x3d\x26\x05\x88\x0f\xb3\xa6\x59\xec\x0c\x87\x3f\x8b\xec\x1a\x21\x68\xb7\x0a\x79\x35\x1c\x17\x5c\x4a\x30\x84\x46\x9b\xf1\xe1\x13\x73\xe1\x40\x8c\xec\x89\x21\x39\x33\xf8\x8e\x36\x08\x5c\x07\x33\x2e\xdf\x5d\xab\x93\xe7\x2f\x77\x03\xfc\x6d\x30\xa8\x0b\xb9\xf5\xaa\x5a\x06\x31\xaf\xe3\xad\x24\x48\x17\x24\xbe\x00\xd0\x67\x42\x67\x25\xa4\xb0\x5d\x96\x6b\xbd\x74\xa4\x30\xa0\x9d\x7a\xaa\xf0\x6c\x4a\xea\x20\x9a\x8d\x59\x8e\x8f\x78\x3d\xed\x2a\x11\xb5\xc9\xcb\xa5\xb0\xad\xd9\xba\xc7\xb7\x68\x11\x83\x1b\x33\xaf\xa7\xa4\x08\x78\x52\x35\x45\x48\x44\x16\xb5\x4f\x78\xe9\x54\x7f\xc8\xac\x26\x3d\x48\x14\x3f\x55\x27\x6c\xb7\xc8\x41\x62\xbf\xae\xf9\xed\x20\x97\xf0\x17\x4a\x79\x30\x74\x07\xa8\xa7\x40\x93\x65\xc4\x90\x12\xae\xaa\x1c\xa6\xb5\x61\x06\x5a\xc2\x7b\xcd\x1a\x80\x50\x27\x80\x15\x74\x17\x8b\x78\x35\xef\xdc\xc7\x5d\x62\x20\x1e\x3a\x50\x50\xdd\x4c\x0e\xc5\x44\x1d\x81\x92\x7a\x93\x73\x9b\xb8\xc9\x0d\xba\x67\x69\xe3\x52\xdc\x2a\x61\x1a\xe6\x34\x18\x00\x18\xf7\x02\x39\xe2\xf6\xcd\xeb\x69\x4f\x95\xef\xc2\xad\x4d\x3d\x3d\xb9\x14\xb7\x67\x51\xad\x60\xe0\xaa\xfc\xae\x5f\xe2\xae\x0d\x0b\x64\xf1\xb7\xcd\x39\x89\xb1\x42\xc1\x3a\x04\x3a\x06\xe9\x09\x74\x1a\x0c\x5a\x53\xb1\x4d\x27\xce\xf9\x62\x24\xf2\x1c\xf6\x68\x2f\x52\xca\xf7\xb9\x91\x1d\x35\x21\x13\xed\xd7\xc4\xa3\x1d\xdd\xc5\x68\x03\x0e\x4a\xc4\x06\x02\x9a\x91\xc4\xc2\xac\x97\x3f\xe0\xf3\xcc\x23\x10\x55\xc2\x65\x51\x61\xa2\x16\xd3\x5c\xaa\x4d\x8e\x4b\xb6\xe9\x18\xd8\x66\x8f\x1a\x90\x81\x09\x6e\xb9\x98\xb3\x05\x1f\x5f\xf2\xa9\x80\x53\x1b\x82\x40\xa8\x1d\xbf\xea\xc9\x99\x53\x4d\x65\x1d\x42\x0a\x14\xed\x14\x11\x56\xde\xa1\x33\x6d\x22\xb9\xd8\xc2\x09\x04\x9d\x96\x77\x38\xe3\x1b\xbd\x8d\xd3\x0d\xc7\x46\x4f\x37\xec\x96\x97\x09\x34\x54\x39\xd0\x9e\x3c\x9d\x14\x7d\xba\xd1\x54\xd3\x69\x21\xfa\x58\x20\xaf\xca\xd3\x0d\x72\x4a\x2a\xf2\xc5\xa8\xe2\x75\x76\x5c\xbd\x79\xb5\xb5\xa5\xef\xab\x61\x41\xe1\x19\xfe\x74\xa3\x11\x37\xcd\x70\x51\xf0\xbc\x3c\xdd\xd8\x61\xa7\x1b\xc7\xe2\xa6\x39\xdd\xe8\x91\xcc\x59\x33\x2f\x30\xef\xc7\xba\xb0\x59\xc6\x19\x3c\xa9\xa4\x45\x32\xec\x30\xe4\x1e\x0a\x29\x15\xae\xf7\xd8\xe9\x86\xda\xc3\xd4\x99\xd2\xf6\x69\x87\xfd\xe6\x97\x4b\x71\x7b\xd7\x63\xaf\xca\x46\xd4\x7a\xb8\x81\x67\x89\xce\x1c\x41\xe8\x1b\x0f\x18\x54\xb5\xb8\xc5\xe8\xf6\x9d\xe1\x9c\x8f\x59\x25\xd9\xcd\x30\x1f\x34\x42\x36\x9d\x92\x5f\xe5\x53\xde\x54\xf5\x60\x29\x45\xbd\x3f\x15\x65\xd3\x65\x2f\xd8\xe9\xc6\xff\xfa\xff\xff\x5f\xa7\x1b\x4c\xf5\xf5\xa0\x51\xa3\xe8\xb2\xa7\xec\x74\xe3\xe9\x01\xb4\xea\xac\x2e\xb0\xb1\x41\x2d\xe0\x8a\xb9\x33\xfc\xcd\x2f\xa7\xa7\xf2\xc9\xa5\xb8\x55\x7f\xee\x86\xd3\x9e\x69\xbd\xbb\xab\x47\xeb\xf6\xaf\x6a\x71\xdb\x51\x08\x0b\x23\xd5\x20\x3e\x46\xcb\xa9\x31\x7d\xc0\x46\xf4\x57\xad\xa7\xf6\xbd\x76\x41\x69\x92\x79\x69\x8b\xd8\xa9\x35\x00\x78\x7d\x69\xb2\x96\x60\x34\xe8\x59\x7a\x1a\xeb\x1f\x2f\x58\x0e\xf1\xf0\x72\x67\xae\x3f\x18\x76\x8b\x84\x11\xc7\xef\x8f\x1f\x09\x34\x2d\xf5\xa7\xba\xca\xf6\x42\xc2\x24\x61\x33\x61\x00\xaa\x44\x35\x86\xbd\x56\x87\xef\xfa\xa0\x92\xed\x53\x98\x1d\x19\x2d\x08\x9a\x3d\x3a\x9d\x00\x54\xa3\x8e\xe1\xbd\x2a\x84\xfa\xea\x9c\x6e\xc8\x05\xd7\xb4\x6f\x4a\x0f\xd4\x6c\x1c\x54\x65\x83\x4b\x46\x7d\x39\x73\x1b\x54\xed\x50\x54\xc2\x64\x73\x5b\x08\x8c\x0a\x01\x17\x6e\x02\x61\x12\x40\x50\x62\x80\x87\xcb\xd3\x8d\x65\x29\x45\xa3\x09\x07\xdf\x37\x6a\x88\x9a\x2e\x99\x1c\xd7\x55\x51\x68\x77\x2b\x4a\x06\x23\x61\x25\x16\x7c\x2a\x22\x90\x18\x48\x02\xc6\x7f\xba\x31\xc9\x6f\x44\x66\xe1\x92\x52\x4d\xb5\x20\x6f\xed\x24\x43\xad\x25\xa8\x5a\x8b\x31\xc4\x42\xd3\xff\x75\x69\xef\xcc\xd5\xd2\x42\x0d\xb9\xbe\x12\x6a\x90\x63\x21\xc1\x5b\x11\x78\xe2\x03\xed\x56\x19\x01\xbf\x9e\xe5\x8d\x38\x52\x65\xa1\x89\x45\x2d\x28\xd4\xac\xd2\x36\xf1\x33\x51\xe7\x88\x48\xcd\x83\x58\x27\x6f\xd8\x9c\xdf\xb2\x91\x60\x17\x65\x55\x8a\x8b\x6e\x0c\x5b\x8c\x2e\xf3\xe6\x47\x29\x6a\x9c\x6a\x68\xa1\x01\x2e\x12\x8f\xf2\xb0\xfa\xc7\x9a\x25\xe7\x72\xcd\x82\xcb\xfb\x8a\xf1\x2c\x7b\xa5\xe6\xf4\x07\xd8\x3e\x44\xdd\x39\xdd\x50\x0b\xfc\x74\x83\x18\x2c\xd0\x77\x07\x31\x90\x4d\xb5\x50\xb2\x2d\x9f\x72\x4b\xb9\x98\xa7\x1f\xe5\x60\x85\x21\x57\xf3\xee\x6f\xc5\x40\xd3\xcf\x4b\x64\x9a\xde\x43\x31\xd9\x37\x71\xba\x81\x75\xbe\xe4\x0d\x87\xcd\x51\x11\xa3\xde\xca\x15\x4f\xfb\x85\xe1\xd9\x7a\x6b\x8b\x5e\x87\xe2\xaa\x7e\xfc\xd8\x86\x11\xbb\xe6\x75\xd9\x51\x55\x8d\xaf\x4e\xb5\xe9\x04\xe0\xdd\x52\x5a\x0d\xa4\xa9\x6f\x15\xbd\xbf\x79\x65\xbd\x20\x30\xd9\x2c\x27\x93\xb0\xbe\xdd\x09\x49\x1b\x18\x62\x1f\xfd\xf0\x7b\x85\xe1\x6c\x8e\xaf\x97\x7b\xed\x9b\xd8\x89\x8f\x54\x08\x39\xd9\x5e\x98\x6c\x59\x67\xf7\x76\x4c\xea\xf0\x00\xe6\x0d\x54\x11\x48\x37\x61\x04\x0f\x4f\x93\x45\xa1\x23\x0e\x68\x5b\x4d\xcf\x38\x41\xac\x39\xe4\xb0\x9c\xe9\x81\x3f\xc6\x44\x4f\xec\xfd\x76\x8a\xdc\x2a\x70\x58\xb6\x3e\xb9\xf9\xf5\x3a\x41\xa7\x88\xb1\x36\xb9\x4a\xc7\x9f\x96\x2f\x8f\xaa\xec\x76\x00\x56\xf6\xd9\xc1\x2c\x2f\xb2\x8e\x5a\x4f\xc1\xbe\x30\x40\x4e\xf1\xb6\xca\x84\xe6\xcf\xd2\x16\xf3\xf6\x05\xb5\x0e\x71\xcb\x80\x7a\x0e\x8c\xa2\x10\xbd\xf9\x4d\x96\x05\xdd\x17\xc4\x8d\x18\x1f\x54\xf3\x39\x2f\x33\xbb\x68\x0d\x5c\xd8\x1a\x5d\x35\x82\x97\x66\x56\x57\xd7\x60\x61\xfa\xaa\xae\x2b\xb3\xdc\xd9\x18\x01\xb1\x6b\x2e\xd9\xb2\x74\x35\x1d\xc8\xbb\x70\x23\xb6\xee\x12\xdc\xcd\x57\xed\x1e\x6c\xa2\x65\x24\x74\x73\x6e\x31\x42\xc3\x4b\xa9\x56\x15\x19\x8b\x12\x5d\x7a\x4c\x81\xda\x6d\x81\xb4\xf6\x82\x24\x5b\xfa\x3d\xe4\xef\x13\x9f\x5a\x5f\x86\x57\x86\x84\xe8\x13\x8e\x56\xde\xa7\xa4\x94\x6a\xc7\x55\x4f\xa0\xaf\x05\x81\x0f\x45\xa1\xd7\x60\x84\xc4\x15\xd0\x26\x1c\x77\xf2\x11\x1f\x5f\xe2\xf6\x59\xcd\x17\x0d\x65\x6b\x73\x2b\xdd\x6a\x59\xf5\x74\x43\x27\x81\x33\x3e\x2b\x73\xbd\xb0\xb8\x30\x35\x76\x02\x01\xd9\xc1\xd4\x68\xc2\xc6\x8c\xf0\xeb\x23\x1b\x43\x61\xb2\x49\x0e\x41\x7e\xa8\xf5\xb8\x5d\x36\x2d\xb1\x62\xed\xaa\x42\x2f\x44\x1f\x50\x44\x03\xd1\x43\xef\x69\xb0\x89\x38\x76\x90\xac\xe1\x96\xa2\xcf\x0b\xdb\xab\xed\x17\x05\xd4\x94\x2b\x62\xfd\x83\xeb\x32\xc5\x02\xc8\x44\x7b\x2c\x05\x41\xf9\x2c\x85\x00\x0a\x85\xd3\x8e\xf7\xca\x67\x82\xe2\x22\x99\xed\xb6\x5d\x1e\x2b\xba\x69\x79\xef\x30\x77\x75\xe7\xe7\x42\x1e\xe2\x51\xda\x12\x2b\x9e\x79\xce\x6b\xc1\xc7\xf4\x6c\xb6\x09\x09\xe4\x65\x03\x4b\x6c\xb3\x3d\x76\x0e\xde\xb1\xab\xc5\x07\x2c\x6a\x58\x31\x16\x20\x15\x16\x75\xb5\x38\xbe\x5d\xc0\xb9\xd1\x82\x55\x89\xe0\x2f\x53\x6e\xa6\x8a\xae\x82\x6f\x0b\x91\x8a\xd3\xa5\xf7\x88\x33\x5d\x66\x9b\x7e\xee\x2a\x80\xd3\x65\x46\x0a\x2b\x16\x84\xa7\x4b\x0b\x4e\x27\x6d\xc6\xa5\x56\x81\xd5\x45\xba\xfe\x91\xb0\xa5\x74\x35\xfa\x59\x89\x3e\x7a\x8e\xab\xd1\xcf\xc0\x7e\x46\x3f\xd3\xb9\x7a\x01\xe9\x3b\xec\x17\x1b\x7e\x1b\x12\xee\x76\x99\x7f\x8a\x3b\x87\xd3\xf9\x01\x2f\x8a\x83\x99\x18\x5f\x76\x4c\x0c\xb7\x1e\x3b\xa8\x4a\xd9\xd4\xcb\x71\x03\xa1\x98\x71\x2b\xb1\xd9\x36\xd6\x5b\x35\xf1\x0a\xaa\x92\x6e\x6b\x51\x98\x37\xdb\xcb\x01\x2f\x95\xfc\x0c\x2f\x56\x1c\xef\x04\x30\x32\x2a\x59\x8a\xbb\xec\x2e\xec\x9e\x56\xa5\x12\xa4\x11\x74\x07\xa9\x16\xff\xa4\x07\xf0\x6c\xf7\x54\x92\xdf\x83\x0f\x62\x22\x6a\x51\x8e\x6d\x37\xc0\xf5\xfa\x8c\x43\x74\xba\x91\x10\x68\xee\x9b\xf3\x22\x97\xa0\xad\x2a\x97\x0b\x51\x77\xba\x5e\x09\xd5\x04\x88\x9b\xaa\x7b\xe4\x55\x11\x02\xf5\x98\x40\xc8\x70\x56\x02\xd6\xa2\xa3\xee\x6e\xa8\xdd\x23\xce\xa5\x8c\xe7\x05\x66\xec\x28\xfe\x31\x89\x26\x46\x9f\x34\x64\x47\x2e\x47\x07\x0a\x5d\x3d\xec\x1d\xfc\x36\x43\x36\x9c\xce\x66\xc0\x7d\x17\x6d\x06\x82\xfd\xf8\xd9\x5a\x3b\xae\x65\xa2\x8e\x54\x61\x26\x6e\xd4\xf1\x09\xe2\xe0\xce\x97\xb2\x31\xe6\xb4\x23\x81\xc6\x6a\x10\x73\xce\xbd\xa2\xab\x99\x85\x48\xbc\x51\x7f\x00\x69\x66\x04\xee\x2e\x93\xd9\xeb\x4d\x3c\xd6\x76\x48\x17\xbd\x0e\xbb\x2a\x3d\xf6\x0b\x2a\x53\x20\x15\xec\xb8\x87\x07\x87\x20\x51\x2e\xe7\x02\xde\x95\xac\x9b\xd4\xeb\x3a\x6f\x30\x01\x23\xed\xd1\xc7\x27\x4c\x53\x44\xd7\xdd\xc5\x0d\x85\x20\x58\xf7\x4f\x8a\xe6\xbd\xe9\xc2\xbb\x09\x7b\x91\x4e\x6f\x99\x24\xd7\xb7\xc1\xf9\x39\x8c\xe4\xfc\x9c\xed\x91\x22\x7a\xd6\x15\x9b\x38\xdc\xff\xeb\xf9\xd1\x9b\x3f\xbd\x7d\xf5\xf2\xfc\xf9\xd6\xf9\xf7\x6f\x8e\xcf\xdf\xbc\x3d\x06\x6b\xaf\x3f\x3c\xff\xc3\xef\xb6\xfe\xb8\xfd\x1c\x98\x83\x3a\xf0\x94\x05\x04\xd6\xd3\x3d\xc9\x25\x5b\x54\xc5\xed\x24\x2f\x8a\x01\xe4\x1b\xe7\xd1\x99\xb8\x12\x45\xb5\x10\xf5\x60\x5e\xfd\x23\x2f\x0a\x3e\xa8\xea\xe9\x50\x94\xfd\x1f\x8f\x86\x59\x35\x96\xc3\x9f\xc4\x68\xf8\xef\xfc\x8a\x1f\xc1\x3b\xec\xd0\x2e\x96\xe1\x9f\xe0\x09\xe4\x1c\x1b\x90\x43\xfc\x3b\xcc\x25\xa1\x4f\x24\xf3\x37\xb2\x73\xd3\x63\x46\xe0\x56\x28\xbc\x01\x42\xbf\x0d\xbd\xbd\xde\x00\xe5\x3d\x53\x8b\x62\x8b\x0d\x19\x96\x52\xbf\x6e\xb5\xec\x48\xf7\x54\xaf\x0e\xa8\xb1\xde\xc2\xcf\x5b\xb3\xc5\x05\x37\x51\x78\x33\xa2\x64\xfc\x57\xf3\xbc\x69\x44\xdd\x01\xca\x20\xf7\x51\xe0\xe0\x18\xbd\x05\x68\x73\x76\xdd\x86\xb9\x2e\x2a\x77\xa8\x5a\x49\x47\x97\xa7\x5e\x30\x35\x04\xbc\xbe\x36\xf9\x66\x4f\x36\x0a\x33\x93\x09\x85\x33\x99\xac\x00\xc4\xf6\x1c\xcc\x49\x5e\xa8\x5e\xbb\xfb\xd7\x59\xca\xdb\xd4\x0c\x90\xa0\x2b\xed\xc6\x7a\x3e\xba\x13\x53\xd1\xec\x78\x81\xf7\x3b\xb1\xcf\x1b\xc0\x4f\x50\x4f\x7a\xf5\xa4\x68\x3a\xa5\xb8\xfe\x0b\x86\x27\x1c\xcf\x94\x3c\x93\x7d\x9f\x7b\x81\xeb\x00\x0a\x3a\xaa\xf9\x0b\x01\x48\x90\x35\xa9\xea\x57\x34\x54\x35\x4b\x20\xc4\x8d\x0f\xb3\x3a\x57\x71\x9b\x89\xd1\x9e\x6a\xd7\x26\x3e\x2d\x54\x65\x71\x8b\x32\xd3\x58\xfd\xbf\x16\x46\x36\xd4\x6d\xf8\x6f\x4a\xae\xcc\x0b\x66\x7e\x9f\x3c\x3b\x63\x3b\xf6\x2b\xbe\xf6\xc4\x6b\x3d\x25\xb7\xc0\x51\xee\xa6\x31\x01\xed\x0d\xaa\x78\x31\x86\x20\x15\x07\x11\xce\x40\x1a\x78\x5f\x57\x57\x79\x26\xea\xdf\x42\x13\x08\xa3\xc7\xce\xd5\x06\xa7\x98\xd7\x6f\xc7\x08\x55\xb1\x64\x7d\xfa\xc3\x4b\x60\x48\x7d\x5f\xc3\xd5\xd8\xe6\xf9\x39\xf6\xa3\x0f\x02\x54\x5f\xe7\xf6\xc1\xc7\xe2\xb3\x1e\x4a\x31\xe6\x15\xa3\x0b\x8a\xe8\x9b\xe7\xe7\x9b\x04\x9e\xe9\x05\x7d\x53\xee\x9c\x1f\x18\x8b\x2f\x3b\x3d\x6e\x1b\x32\x35\xa0\xaf\xa6\x98\x73\x9a\x65\x80\x98\x62\x1d\x8f\x4e\x6a\x76\xde\x88\xf9\xa2\xc7\xce\x31\x32\xf9\x79\x2d\xa8\xc6\x6b\x28\x85\x60\x21\x03\x8a\xaa\xc1\xd9\xc7\xae\xf3\x42\x94\xf4\x69\x73\x60\x54\x06\x78\x3d\x55\x6b\x0b\x27\x58\x95\xea\xf6\xd8\xf9\xa5\x40\xeb\x1d\xfc\xf5\x2d\xd4\xc6\x0f\xcf\x95\x17\x83\xda\x27\x2a\xfd\xcc\x7b\x37\x85\x14\x2a\xcb\x07\xeb\x49\x8d\x87\xed\xb1\x0e\x8c\x12\x7f\x28\x41\x63\x6f\x95\x00\xa3\x31\x61\x91\x09\x2f\x73\xfa\x85\xd2\xa5\xf6\xd8\x89\x2a\x78\x66\x9c\x9b\xa8\x0e\x76\xbb\x5d\x8d\x49\xf3\x77\x20\x90\xf1\x29\x99\x3e\xe6\x86\x58\x04\x7d\x98\x21\x67\xec\xe1\x7c\xa8\xbf\xed\x1d\x24\x73\x15\x79\x18\x33\x73\x43\x9e\x27\xa7\xa2\x39\x70\x24\x4d\x03\xda\xb3\x20\x2b\xa2\x8d\x5a\x4c\x76\x53\x38\x9d\xc0\xfd\x3d\x74\x61\x72\x42\x96\x80\x9a\x1c\x3a\xec\x9e\x01\xc1\x3c\xf3\x85\x44\x27\xad\x4d\xe3\x4f\x79\x51\x7c\x40\x05\x91\xf7\xda\xa9\x1c\x79\xda\x68\x29\xd4\x29\x75\x07\xc2\xf0\x9d\x21\x82\x51\xce\x32\x85\x07\x74\x3b\x72\xc3\xae\x8a\xec\x2f\x9a\x83\x86\xf5\x77\xfd\x92\x86\xc1\xb2\x08\x68\x50\x90\xf0\x4c\xb6\xc7\xae\xaa\x3c\x0b\x3c\xad\xc0\x65\x99\xd9\xba\x4d\x07\x7a\xb6\x81\x50\xdb\xd8\x87\xf7\x6c\x97\x0d\x87\xec\x6d\xa5\x93\xe3\xeb\xc1\xf6\xaa\x4e\x12\x8e\x98\x63\xf8\x32\xfa\x22\x59\x2a\xd5\x59\xb6\x93\x96\x9a\xbc\x8b\x46\x08\x91\x86\x6e\x7b\x06\xa2\xbc\x1a\xbc\x7d\xf7\xf2\xd5\xf9\xab\xb7\x7f\xc1\x97\xe1\x45\x5d\x65\xcb\xc8\x0f\x3b\xfe\x03\x4e\x6a\x0e\x6f\x8e\x9b\x76\xe8\xc8\x1e\xa7\x7b\xd0\x85\x41\x91\x82\x3d\xb6\x99\x1a\xd5\x0e\x7b\x75\xb3\x10\x63\x0c\x1b\x2c\xbc\xdd\x59\x6b\xc7\x72\x50\x76\xdf\x7c\xbe\xd5\x1f\xe5\x8d\x71\x2d\x31\x60\x6f\x74\x54\x70\xad\xe3\x94\xed\xb0\xaf\xe0\x01\x38\xb5\x67\xb2\x58\x2f\x99\x0e\xe1\x63\x3a\x80\x1e\x2d\xf2\x28\x19\xe4\x8d\xae\xc0\x01\xca\x0b\x1e\x6d\xae\xee\x4e\xf4\xf3\x6e\x8d\xe5\x5b\x8b\x32\xd8\xb4\x30\x25\x21\xe2\x90\x25\x45\x36\x73\xbf\x05\x5d\xd4\x34\x84\xe2\xa5\xbe\x95\x18\x44\xbb\x9c\xed\x0f\xd9\xb9\x1b\x73\x5b\xd1\x49\x6e\xec\x86\x7f\xa5\xf2\x42\x86\x46\x6e\x34\x0c\xb1\x0d\x2a\x23\xe2\xeb\x2b\x80\xac\x05\x56\x97\x6c\xed\x46\x92\x68\xd9\xda\xb7\x13\x7b\xbb\xa9\x42\xb7\xa3\xed\xc4\xe6\x6e\xca\x25\x37\xf7\x6d\xbd\x17\x6d\xe3\x96\xb1\x7d\xef\xfe\x6e\xa0\xb5\xee\xef\xdb\xeb\x6d\xf0\xdb\x7a\x87\xdf\x76\x5b\xfc\xb6\xde\xe3\xb7\xf5\x67\xdb\x2e\xbf\x1d\x6f\xf3\xdb\xf7\xed\xf3\xdb\x76\xa3\xdf\xb6\x3b\xfd\xf6\xc3\xb6\xfa\xed\xf4\x5e\xbf\xbd\x7a\xb3\xdf\xb6\x3f\x06\xb2\x41\x25\x74\x6f\x47\x81\xc3\xb0\x2e\x30\x15\x28\x8f\x76\xac\x67\xa9\x3b\x5b\xb9\x2a\x7f\x5c\x64\x5a\x89\xdd\x12\xc8\x7d\xb2\xbe\xde\xb2\x46\xf0\xa4\x6a\xb8\xba\x01\x48\x53\x3f\x7a\x46\xd2\x60\x15\xe3\xe5\x3f\xf6\x1b\x48\xb1\x16\x33\x48\xd1\x1c\xa9\x71\x76\x7e\x69\x1d\x9c\x3b\x0f\xf8\xac\x44\xcb\x37\xdb\x6b\x08\x38\x86\x5c\x23\x11\xc7\x90\xe7\xaf\x2b\x3d\x24\xb0\xea\xd8\x28\xcd\x20\x8b\x04\x58\x5b\x50\xc9\xff\xdc\x23\xae\x7e\xc1\x17\x6a\x98\xab\x63\x7e\xa4\x2f\x1d\x86\x43\x76\xb4\x1c\xc9\x71\x9d\x8f\x60\x1b\xe2\x45\xa1\x27\x4d\xb2\xd1\xad\xb9\x51\x34\xbd\xd9\x61\x41\x37\x7d\x1e\xbb\x0a\x8d\x2f\xf3\xec\xb0\x5a\x96\x4d\x12\x7d\x26\xb3\x93\x92\xb5\x34\xef\xf4\x78\xa8\x47\x45\xad\xa5\x06\x15\xae\x47\xbb\x0c\xa2\x3b\xfa\xe4\xa4\x90\xed\xe4\xff\xf4\x59\x51\x74\xfb\x63\x39\x6f\x9d\x18\x92\xff\xc5\xe7\x66\x32\xb9\x67\x72\x56\x0e\xc1\x30\x86\xe0\xec\x61\x98\xc5\x27\x74\x95\x0a\x13\xc9\x1e\xc3\xfd\xca\x8a\xb7\x21\xe3\xf8\x96\xdc\x11\x3c\x68\x48\x0f\x90\x78\xdc\xdd\x47\x42\xf6\xe9\x62\x22\x6c\x1c\xfa\x3c\xd2\x26\x0e\x99\x5e\xdc\x23\x0e\xd9\xce\x8e\x43\x49\x28\x75\x97\x61\x24\xa1\x54\xde\xfa\x92\x50\x0b\x00\xec\x52\x7c\xad\x67\x44\xa5\x1d\xfb\xab\xe7\x23\x7a\xc7\xfe\xf2\xae\x93\xcc\xe3\x17\xd1\x03\x8d\xae\x7d\x76\x13\xef\x69\xfa\xd7\xc9\xa6\xae\xb8\x79\xb6\xfb\xaf\xf3\xb6\x96\xcf\x17\xa8\xe8\xc5\xb5\x06\x16\x31\x24\xf3\xf3\x36\x5b\x6b\xad\x6a\xcf\x2f\xf9\x4f\x7b\xca\x8a\xe7\x4a\xa3\xc6\x92\x0e\xce\x9d\xb9\x96\xf8\xf8\x31\x1a\x94\x29\xb9\xfe\x94\x0e\x9f\x3c\xb2\xd7\xec\xf3\x66\x26\x07\x23\x31\x1c\x4b\xa9\x63\x48\x5c\x6d\x0d\xbe\x1e\x6c\x29\xa6\xfc\x6f\x73\xde\xcc\x72\xae\xa4\x22\x12\x07\x0f\x8c\x0a\x76\x9d\xe3\xd8\xba\xaa\x9a\x1e\x9b\x70\x25\x9a\x18\xfb\x0b\x72\x8f\x4f\x82\x40\x2e\xe7\xd9\xcf\x52\xfd\xdf\x0b\xff\x88\xe8\x7b\xa5\x11\xf1\xb3\x0c\x34\xa1\xed\x60\x12\xda\xe7\x3a\x78\xcf\xdb\x2a\x13\x83\x9f\x21\x04\x43\x4a\xc7\x59\x77\x0d\x3a\xda\xbd\x4f\xcd\x39\xd0\x72\x4e\xeb\x30\xab\x46\xf7\x0f\x5f\x0e\xd8\x07\xa2\xcc\xcc\x4b\xc6\xcb\xaa\xbc\x9d\x57\x4b\x69\xb4\xb4\x3d\x95\x65\x50\x52\xc6\xbe\x0c\x46\x79\x99\x69\xcc\x41\xb7\x52\xea\xc8\x26\x34\x11\xea\x29\x69\xcb\x0e\xc9\x3a\x65\xd5\xa0\x89\xa9\xf1\x77\x4e\xae\xbd\x17\xbc\xe6\x8d\x28\x6e\xbb\xba\xe9\xc4\xd8\x4f\xcb\x3b\x33\x6a\x6d\x2c\x12\x78\x7e\x7f\x61\xd2\x77\x18\x8a\xfe\xde\x54\x23\x1e\xf4\x1c\xa9\x84\xc1\xc1\xd1\x91\x42\x95\xf9\x3d\x20\xe1\xad\x88\x0a\x76\x90\x4d\xf5\xde\xe9\xab\x4f\xcd\x27\x8d\x1c\x8c\xa5\xbc\x9e\xc2\x83\xcf\x58\xca\x6a\x3e\xfc\x8d\x14\x75\xce\x8b\xfc\x1f\xa2\xcf\xcb\x7e\x9e\x89\xb2\xc9\x27\x39\x78\xa9\x44\xb3\x13\x29\x5f\xd9\x28\x2a\xd6\xb7\x87\xbd\xb7\x22\x56\x0a\xbe\x59\x93\x15\xdf\x51\x5b\x3c\xf5\xa6\xb8\x79\xe1\x3a\x7d\x61\xb8\x0e\xce\xb6\x86\x36\xd8\xf4\xcc\xa1\xb0\x47\x3a\xd8\xdf\x1e\xd3\x56\x02\x76\xd3\x32\x05\x4c\x0f\x74\x49\x63\x06\xe3\x0a\x80\xb1\x28\xdb\x63\xfd\x2d\x92\x38\xae\x32\x30\x2e\x27\x49\xb5\x90\xc8\x39\xc0\xbd\x83\x49\x05\x27\x24\x07\xba\xb4\x6b\x65\x3c\xe3\xe0\x77\x60\xbf\xd1\x4e\xcf\x9a\xd3\x46\x3b\x5f\x79\xfa\x14\x5b\xfc\x96\x45\x36\x29\xe3\x55\x70\xa0\x96\xb3\x81\x80\x3b\xb6\x46\x28\xda\x11\xb5\xf8\x5f\xff\xf3\xff\x96\xac\xac\xac\x8d\xb2\xe7\x18\x95\xcb\xa6\xe6\x05\x93\xb7\xf3\x51\x55\xc0\xe3\x63\x5d\x57\x53\xde\x08\x02\x6b\xc1\xf3\x5a\xf6\x18\x84\xac\x2c\x85\x2b\x82\x01\x57\x6c\xb1\x37\xa8\xb6\xab\xba\xc5\xc7\x6a\x41\xe6\x12\x03\xeb\x76\x7e\x7c\xfa\xec\xd9\xb3\x67\xdd\x9e\xca\x47\xfb\xe9\x0f\xaf\xde\xff\xb0\x7f\xf0\xea\xf0\xd5\xdb\x63\x76\xf0\xe7\xfd\x0f\xfb\x07\xc7\xaf\x3e\x10\x58\x9d\x1f\x9f\xbe\x7e\xfd\xfa\xa5\x59\x42\x48\x3a\x0e\x05\x7b\xec\xd9\x0d\x80\xa4\x06\x22\x7a\x12\x9e\xee\xb1\xcd\xd3\xd3\xa5\xaa\xbe\x49\xac\x42\xa8\x8d\x52\xe3\x99\x85\x20\x70\x57\xb2\x65\x28\x3a\x14\x37\xaa\x69\x9f\x9c\x9e\x6e\xf5\x4f\x4f\xb7\x5e\x9f\xe9\xd1\x6d\x29\xcc\xaa\x5f\x5b\xaf\xbb\x0a\x53\xb9\xf4\x00\xaa\x9c\x3f\xbc\xee\xb1\x93\xff\xf5\x3f\xff\x9f\x33\x97\xe3\x86\xf4\x9d\x1e\xd2\x16\x6a\x56\xe9\xd4\x6f\x31\x55\xc1\xfc\xf8\x91\x85\xe3\xff\xc3\x6b\x70\xaf\x72\x4f\xbf\x81\x3b\x69\x77\x38\x26\x99\x97\x59\x3c\xa4\x67\xfd\x6f\xce\x3c\x68\x30\xb2\xe7\xcf\xcc\xc8\x9e\x7f\xd3\x8d\x07\xa0\x57\xc8\x1e\x46\x98\x0f\x87\xf3\xfc\x59\x6a\x38\xcf\xbf\xe9\xae\xdb\x71\xf4\x0e\xf8\x05\x7a\x0e\x15\x53\xa8\xc8\x25\xe3\xec\xa2\x7f\x81\x75\xb6\x5f\x26\xc6\xe8\x99\x78\x99\xf1\x6e\x81\x33\x65\x62\x9c\xb4\xe6\xd0\x83\x6a\x01\x8f\xc0\x52\xdb\x2f\x5d\x11\x6b\x7b\xea\xd1\xfa\x1a\xec\x1a\xd9\x65\x9f\xf7\xed\x58\xfb\x5c\xf6\x55\x87\xfa\x10\x63\xbc\x65\xe1\x9c\x9e\x6e\xb2\xa7\xb6\xdf\xce\xc4\x6a\xeb\xf7\xf0\x08\xc8\xbe\xe8\x9a\x5a\x41\x9b\xe1\xa4\x70\x88\x4a\xe4\xc0\x01\x6b\x53\x05\xcb\x2a\xa2\x92\x68\x0a\x3d\x2a\x75\xc9\x34\x28\x29\x4d\x0f\x17\x9a\x9b\x8f\x76\x86\x83\x78\x23\xac\x39\x66\xcb\xab\x11\xd6\x82\x22\x25\x69\xe0\xbb\x76\xa6\xe4\x41\xc5\x80\x4d\xf8\xab\x51\x75\x25\x58\xbd\x2c\xb4\x69\x82\x63\x39\xc3\x21\x9b\x82\xc8\x0a\x11\xb5\x4a\xc5\x8f\xc4\xdf\x97\x18\x6c\x58\x21\xf4\x8f\xcf\x7a\x0a\x34\x45\xb0\x2a\x73\x71\xae\xbf\xbf\x7e\xdd\x55\xec\x9e\x80\xc3\x25\x47\x1a\xaf\xf1\xda\x00\x96\x5e\x9a\x51\xec\xf7\xff\x87\xce\xf9\x9d\x62\x8e\x04\x18\x34\xb1\x0f\x4d\xb0\x13\xde\xff\x87\x2e\xf6\x7b\xcb\x43\xff\xb0\x1f\xae\x42\x9f\x9a\xc2\xb5\xf6\xc7\x67\x1e\x3f\x89\xa7\x6f\x65\xf6\xd7\xaf\xd3\xd9\xf7\x2d\xe4\x55\x95\x7e\x97\xe4\xe3\x5f\xef\xaf\xac\xf4\xfb\x64\xa5\x3f\xec\xb7\x71\x80\x80\x56\x1a\x29\x8a\x49\x8a\x3a\x3f\x8f\x28\xdf\xa9\x95\x76\x9d\x4b\xd1\x43\x03\x1d\x60\x2b\x64\xb1\x0d\x48\xd9\x87\xf3\x24\x67\x24\xb8\xf6\x5a\xa2\x62\x9e\x11\x6c\xa1\x36\xca\xb3\xbb\x4e\x34\x7e\x64\x04\x5e\x27\x08\x1b\x61\x59\x9b\x75\xd9\xc1\x06\xa2\xb1\x3a\xb0\x1b\x79\x16\x8a\x19\xb5\x3d\x9a\x58\xde\x19\x2b\xc4\xe0\x80\xae\x84\xbf\x06\x9c\x34\xec\xb1\xcd\xaf\x4e\x78\x7f\xa2\x96\xc9\x2f\xdb\x77\x26\x53\x1d\x1b\x0a\x71\xc8\x9b\xf1\x0c\xae\x66\x50\xd3\x70\xfa\xea\x66\xd1\xd9\xec\xa8\xb1\x63\xed\xa7\x6c\xb3\xfb\xb1\x73\xf2\xff\xfb\xea\xec\xe9\x8b\xee\x66\x8f\x6d\x4e\x73\xeb\x82\x03\xe2\x67\xaf\x05\xe1\x29\xa9\x49\x0e\xd4\x99\x18\x83\x35\x81\x71\xd1\xdb\x71\xde\x7a\x7b\x4c\x2e\x8a\xbc\x89\xdd\x58\x0c\x87\xec\xb8\x06\xa3\x44\xac\xad\x4d\xb6\x9a\xbc\x16\x46\xda\x06\x76\xee\x4d\xce\x09\x96\xfd\xf1\xc3\x1b\xdb\x18\x69\xcb\x06\x35\xec\x9e\x05\xee\x2f\xea\x9a\x9e\xf7\x5e\x82\xf9\xd4\x2c\x2f\xa7\x81\xb5\x2e\x01\x65\xf9\xf9\x1e\x8b\xdd\xb8\xd8\x62\x74\xda\x61\x9c\x10\x4a\x40\xfd\xfd\xf8\x11\x1c\x8d\xeb\xf3\xd0\x11\xa4\x01\xa7\xad\x6b\x0e\x96\xd1\xdb\x6c\xc1\x6b\xf0\x66\xac\xcf\x0f\x13\xb8\xda\x71\x3d\x90\xea\x80\xde\x79\x66\x10\xb8\x6b\x4a\xa2\x2f\x82\x44\x51\x57\xce\x11\x19\xaa\x18\xd1\x7b\xd5\x72\xcc\x51\xbb\x03\x0e\xb0\xd1\xcc\xa9\x7e\x74\x13\xe9\xd0\x6a\x37\xb6\xbc\xc4\x82\x9d\xbc\x5c\x2c\x13\x93\x6c\x2f\x1c\xa3\x59\xc3\x0a\xed\xd3\x64\xe9\x5e\x1d\xf9\xa1\xf0\x60\xae\x4a\x75\x3c\x7a\x07\x59\xb6\xcd\x35\xc1\x16\xba\x26\x40\x28\x2d\x7e\x09\x00\x32\xd8\x52\x06\xe3\xc5\x5a\x3d\x96\x77\x69\xa8\x4c\x7b\xb2\x7c\x48\xcf\x12\x76\xe3\x50\xcd\xf3\xa5\xe2\x6e\xb6\x97\xb2\xa9\xe6\x2f\xdb\x30\x66\x2f\x64\xfe\x9b\x10\x0b\xd6\xd4\x7c\x7c\x09\xbe\x62\x8b\x42\x3f\xda\x83\xf1\x2c\xba\x1f\x51\x3b\xf9\xa2\x16\x93\x5c\x67\xce\xf9\xc2\x85\xab\xbf\xf8\xfe\xdd\xe1\x85\xa5\x29\xac\x76\xc8\x17\xf8\x8e\xa7\xba\xba\xf9\xd5\xeb\x57\x5f\xbd\x7e\xbd\xb9\x63\xcf\x40\xe6\x28\xd4\xb3\x05\x5e\x7f\xf5\xfa\x55\xa2\x00\x65\x9e\xc0\x60\x60\x7e\xf7\x3c\x46\x03\xb6\x42\x94\x0c\xf4\xb9\x15\xca\xda\x19\x22\xb4\x84\x4b\x17\x79\x05\x97\x6c\x94\x4f\xd9\x78\xb6\x2c\x2f\x41\x75\xdb\xbc\xab\xb9\x3d\xc0\x0c\xe8\x04\x00\x9e\x3c\x3b\x3b\xb3\xd3\xec\xa1\xd5\x64\xdb\x43\x7f\x8a\x1a\x83\xa3\xb9\x26\x7a\xaf\x2a\x91\x2e\x74\xb9\x47\x7b\x7b\xcc\x16\xf1\x85\xbd\x64\xe7\xc8\xce\x73\x9a\x70\x39\xb0\x16\x12\xdd\x15\xcc\x7e\x96\xb1\x8b\xaf\x0e\xb6\x2f\x18\x6f\x42\x73\x58\x45\x08\x4d\x85\x21\x8e\x20\x2e\x5f\xde\xb0\xac\x12\x28\x21\xea\xde\xa1\x48\x50\xcd\x47\x79\x09\x71\x9a\x30\x4a\x1f\x13\x57\xa2\xbe\x05\xde\x09\x97\x5b\xc8\x6a\xec\x70\x36\xbf\x3a\xd8\xde\x54\x63\xf1\x8e\xcd\x9a\x0a\x44\xd9\xd4\x39\xdc\xca\x6b\x65\xe1\x4b\x71\x2b\x3b\xae\xb6\x41\x63\xca\xbf\x88\xae\x9b\x5c\xc5\xc3\x21\xfb\xa0\xfb\xac\x96\x01\x4e\x4e\xe6\x7b\x8c\xd7\x33\x88\xaa\x77\x1a\x98\x73\x40\x62\xb8\x00\xae\x66\x63\x80\x4e\xf6\xc1\x4b\x71\xab\x36\xbe\xcd\x6e\x8f\x2c\x15\xf4\x53\xe1\xed\xfc\xfe\xea\xbe\xc7\x49\x52\x47\x94\xd0\xd3\x1f\x3f\xbc\xd1\x63\xa1\xf7\xa4\x36\x0f\x75\x83\xb4\x43\x13\xb7\x30\x52\x77\x5b\x56\x7f\xe7\xc2\x55\xbf\xd0\xba\x3b\x6a\xea\x6f\x17\x82\x5d\x20\xa4\x8b\x1e\x9b\x56\x0d\xbb\xd8\x74\x8a\xf2\xa4\xc9\xa7\x6c\xf3\xc2\x77\x66\x41\x16\x22\x29\xb7\x47\x2a\x39\xc3\xfd\xd3\xd3\xa7\xc3\xa9\x8d\x49\xee\x6f\xf7\x33\xc1\x46\xcb\xbc\x80\x80\xde\x38\x53\x75\x62\x9f\x4f\xac\x53\x82\xac\x95\x9b\xfb\x6b\x5e\x14\xc6\x6c\x8c\xb3\xb9\xa2\x59\x9e\x5d\xf1\x72\x2c\x32\xd3\xa0\xbf\x99\xb7\xf1\xdb\xa8\x41\xeb\x8f\x0d\x5f\x64\x15\x09\xff\x37\x71\xeb\x59\x07\x61\x6a\x5f\x11\xb6\x95\xae\x72\xb9\x6f\x1d\x42\x91\xa2\xb9\xec\xdb\xfb\x4b\x52\x36\x01\x2d\xa7\xf9\x1f\xc4\x14\xae\x11\x29\x9c\x5a\xa5\xd9\x32\x93\x82\x4f\xa5\xff\x5a\x33\x15\x37\x0b\x22\x04\x40\x09\x02\x53\x3b\x11\xa4\x20\x21\xe0\xaa\xb9\x9f\xb7\x0f\x30\xda\x9d\x37\xdb\x83\x78\x98\xfe\x5b\xa7\xca\x08\xa5\x42\xb1\x78\xa5\xce\x8a\x1d\x3e\x6e\x96\xbc\xe8\x31\xa1\xe9\x33\xe5\xa5\x41\x07\x98\x33\x76\x7b\x1f\x3f\x6a\xa9\x1a\x7d\x25\xfe\x61\xb0\x35\x60\xfb\x45\xc1\xf0\xb2\x78\xcc\x0b\x54\xc3\x40\xef\xc5\xaa\xe3\x57\xbc\x00\x0d\x55\x2e\x59\x26\x1a\x51\xcf\xe1\x61\x7b\x74\xab\x44\xb8\x81\x31\x08\x00\x8f\x96\x28\x5c\xb3\x17\x2c\x97\x51\xcf\xba\x6c\x87\x61\x1a\x88\x7e\x2e\xd9\xb7\x06\x70\x76\xa6\xa4\x87\xcf\x07\x78\xc0\xc1\x4b\x4e\x0c\xc3\xa4\x2d\xf5\x21\x2a\xe1\x82\x4b\x69\xd6\x9a\xd6\x56\x77\x8f\x20\x3d\x37\x88\x31\xdc\x45\x84\x83\xb0\x63\x78\xa4\xfb\xf7\xf1\x23\x7b\x64\xfa\x07\x2e\x5c\x8d\x67\x24\xcc\x7e\x14\xb8\x6f\x71\xef\x2f\x58\x83\xe6\x77\xc3\xf1\x3d\x0c\x4f\x36\xd5\x43\xc9\x13\x80\xf8\x84\xfd\x61\xf0\xbb\x01\xbc\x7c\x38\x5b\x6d\xe4\xff\xe6\x32\x38\x2f\xc7\xc5\x32\x53\x3b\x0a\x48\xab\x7a\x69\xc9\x10\x23\x1a\x9c\x8f\x97\x19\xbf\x32\xcf\x26\x92\xcf\x05\x43\xff\x4e\x8a\xd9\x55\xd7\xaa\xc8\x02\x1d\x5e\xa9\x6d\xa7\xc3\x25\xbb\x12\x75\x3e\xc9\x45\xa6\x61\x81\x30\x14\xb9\x36\xf2\x5d\x65\x81\xac\x8c\xf7\xcd\xd8\x84\x14\x10\xed\x5c\xad\x71\x0d\xa6\xc3\x8b\x66\x06\xe1\xc7\xd5\x5c\x97\x62\x2c\xa4\xe4\x75\x5e\xdc\xba\x4a\x55\x9d\x89\xba\x4b\x86\xd4\x18\xfa\x55\xbb\x1d\x6c\xaa\x1a\xd8\xb8\xaa\x6b\x21\x17\x55\x09\x18\x81\x8d\x47\xc9\x71\xbc\x24\xa4\xbf\x69\x3b\xbb\x69\x46\x78\x3b\xb0\xf7\xf4\x16\x55\x7c\x3c\xae\x96\x8a\xed\xa8\x36\x80\x04\x4b\x3e\x17\x19\xde\xf0\xa8\x33\xb0\x8f\xa0\x4a\x1f\x17\x24\x06\xdb\x7d\x32\xd4\x94\x2d\x64\x91\x97\x4d\x3f\xcb\x25\x1f\x15\xa2\x5f\x8a\x9b\xa6\x0f\xbe\x2b\xca\xaa\xbf\x94\xa2\x8f\x92\x41\x1f\x1f\x9c\xc8\xbb\x77\x35\xfa\xf9\x95\x1a\x6e\x7a\xf9\xcb\xf8\x2c\x91\xcb\x1f\xcd\xb3\xd5\xbb\xfa\xed\xb2\x28\x3c\xd3\x19\x4f\x1f\xd5\x2a\xa8\x7c\xfc\x48\x52\xec\xab\x57\x02\xf4\xf7\xcb\xc9\x44\xd4\x9d\x1b\x62\x1e\xf4\xe8\x86\xd8\xc5\xdd\xf8\x2b\x86\x64\x98\xb3\xe0\xa3\x54\x00\x42\xe3\x28\xcf\xfa\x6c\xb9\x33\xd0\x6d\x75\x30\x88\x7e\xe4\xbf\x45\x52\xf0\x70\x7a\x0b\x0a\xac\x01\xdf\xf6\xeb\x3b\xbc\x30\x37\xf0\x4e\x9e\x9d\x3d\xa4\xab\x3e\x47\x0b\x0c\x58\xec\x0c\xf6\xd8\xc8\x8b\x98\x3d\x7c\xa2\xc9\x82\xcd\xf9\x4d\x1f\x14\x39\x60\x27\xdb\x81\xf8\xa6\x5f\x3f\x3b\xd3\xe4\x03\x1b\x0c\x78\xf7\xda\x0d\xf0\xc2\xa1\x93\xfa\x63\x44\x1e\xde\xb1\x7f\x6e\x9c\x31\x55\x70\x38\x5c\xc5\xe9\xa3\x6e\x12\xcc\xa9\x8b\x1e\xbc\x7a\x05\x99\x16\x39\xb1\x0d\x54\x9d\x1c\xb9\xef\xd6\x06\xb0\xa7\x76\xa7\x57\x7d\x54\x55\x69\xd2\x8a\xee\x81\x8b\xbb\x37\x76\x73\xd7\xdb\x7c\x47\x1b\xe9\x83\xbb\xd7\x38\x77\xd4\xb5\x38\xb5\x75\xa1\xbb\xfa\x63\x05\x4e\x6d\xf9\x8f\x1f\x69\x71\x8f\x4e\xf8\x40\x56\xcb\x7a\x8c\x2b\x6b\x64\x3e\x1e\x3f\x46\x01\x43\x0d\x50\x65\xe0\xc7\xc8\x33\xf8\x46\x5c\x80\x6f\x69\x0e\x4e\xdd\xf4\xc7\x28\xda\x67\xb4\xdc\xa0\xfd\xc0\x21\x44\x2f\xcd\x07\xac\xd1\x84\x4b\x19\x30\xa1\x57\xb5\x8f\xa8\x38\xdf\x47\x95\xce\xd7\xb8\xc2\xaf\xd5\xc8\xd2\x35\x10\x5b\xae\xc2\x70\xa8\x46\x77\x5d\x2d\x8b\x8c\x5d\x57\xb5\x92\x39\xab\x1e\x1b\x89\x31\x5f\x4a\x81\x1c\x57\x89\x27\x60\xd8\x69\x58\x30\x40\x07\x7f\xce\xa7\xd6\xf6\x9e\x53\x16\x33\x72\x4e\x04\x53\x3d\xd2\x6a\xc9\xd4\xf7\x62\x74\x2a\x72\x8a\x65\xfc\x24\x47\x6e\x30\x3a\xc9\xcf\x5a\x21\xde\xad\x14\x6e\x1e\xb6\x68\x4f\x7d\xbf\x55\x70\xea\xe2\xa0\x7d\x68\x04\xe6\x8e\xf5\x3d\x01\x99\x23\x3f\xd3\xcc\x38\x75\x5d\xab\x10\x3d\x03\xb7\x26\x92\x5d\xcf\x04\xbe\x1e\xc0\xc3\x8e\xbe\x29\x2c\xf2\x06\x02\x70\x9a\x97\x39\x14\x33\x72\x59\x6e\x36\xab\x78\x1f\x80\x5d\x5f\x80\x50\x5b\xbe\x92\x56\xaa\x7a\x51\xd5\xbc\x11\x92\xf9\xa2\x42\xd7\x60\xeb\xd2\x9b\xd0\xcb\x95\x33\x7a\xea\xa2\xa1\x87\xe2\xc5\x03\x04\x0b\x05\xe5\x52\xad\xd8\xda\x68\x00\x5e\x8e\xe8\xd7\x70\xc8\xfe\xe3\x3f\xfe\x03\xc2\x61\xc3\x21\xb8\x11\x12\x30\x63\x69\xc9\x75\xb9\x8f\x17\x67\xdf\x21\x7d\xf5\xfb\x5d\xea\xe5\xe2\x52\x13\x14\xbb\x5c\x41\x50\x06\xb7\x2b\x84\x9d\x36\x31\xe7\x3f\xfe\xe3\x3f\x6c\xc0\x12\x25\x2e\x94\x32\xbf\x12\x70\x92\xf8\xa4\x2e\xe3\x79\x1f\x3a\x4d\xbd\xd0\x90\x93\x09\x1c\xe2\x7b\x6c\xa4\xff\xc2\x16\xd7\x3e\xac\x96\x0d\x33\x3a\xe3\xdb\x06\x56\x38\xf0\xce\xe5\xa1\xa8\xa7\x42\xc9\x54\x5a\x1e\x26\x77\x03\x51\xa6\xa7\xfe\x62\xee\x19\xe4\xdb\xaa\x54\x3b\x9f\x57\x04\x4f\xb7\x8f\x1f\xb3\x47\xb9\x3c\x42\xfd\x0c\x9b\x73\xb7\x1b\x48\x45\x29\x00\x5e\x1b\x8f\x1e\xa1\x78\xe5\x04\x0c\x27\x6e\x19\x61\x29\x16\xb6\xfc\x76\x99\xf5\xf9\x8c\xcb\xd5\xa8\xc5\xb6\x3a\x15\x45\xde\xef\x74\x6c\x5c\x77\x3c\x00\xaa\x0b\x27\xd8\x07\x7d\x51\x73\xb6\x89\xa3\xff\xf8\xb1\xbd\xa4\xda\x8a\x48\x39\xb5\x9b\xf2\x71\x63\x7c\xd9\x59\x4c\x69\xfb\x76\x29\x44\x4a\xf7\x6d\xc2\xc7\x62\x54\x55\x97\x43\x50\xef\x43\x05\xb8\xd1\xd7\x7c\xfc\xcd\xef\x9f\x4f\x46\x7f\xf8\x66\x2b\xdb\xda\xfe\xe6\x8f\xe2\x0f\x93\xe7\xdf\xfc\x7e\xfb\xf9\xef\x9f\xff\xf1\xf9\x68\xfc\xcd\xd7\x5f\x4f\xbe\xd9\xfa\xfd\x78\x6b\x28\xeb\xf1\x30\x97\xd5\xbc\xaa\x17\xb3\x7c\x8c\x6e\x7f\xf3\xf1\x50\xbb\xbe\x1b\xd2\xfe\x0c\x7e\x96\xbf\xf9\x61\x7b\xab\xff\xc3\xf6\xd7\xc6\xf7\x7e\xf9\xa3\x14\x47\xa0\x63\xe3\x4c\xd9\xcc\x77\xa4\xf0\x86\x19\x83\x49\x55\xeb\xd3\xfe\x87\x57\xfb\x07\xc7\xe7\xaf\x7e\x00\x7d\x99\xf3\xe3\xbf\xbd\x7f\x05\x4e\xfa\x09\xd0\x17\xa4\x92\x56\xf5\x1c\xe8\xae\x6d\xaa\x63\xdf\xb3\x1b\xc1\xc7\x7f\x08\x09\x29\x81\x44\x8f\x8e\x20\x69\xf0\xdb\xdf\xea\x0e\xab\x9e\xc6\x5d\x09\x09\x49\xcc\x17\xcd\xed\x31\xaf\xa7\x02\x60\xfa\x10\x7d\xeb\x69\xc8\x7e\xc1\x4e\xce\xd8\x0e\xfb\x25\xbe\x54\x2f\xaa\x52\xfc\x58\x16\x42\x4a\xfb\x06\x79\x84\x1e\x9a\x44\x66\x6c\xbc\xe9\x9d\x84\x6d\xc5\xba\x61\x02\x10\xc0\xcf\x71\x07\x27\x5e\x96\xda\x16\xab\x5e\x8a\x2f\x80\x1d\xcc\x55\x91\x4e\x30\x22\xb0\x7e\x0d\x9a\xc7\x4a\x3b\x98\x1c\x3f\xb7\x80\xe2\x27\x8c\x19\x1a\xed\x34\x00\xac\xc7\x50\x3e\x6b\x19\x05\x16\x32\x96\x3c\x58\xb4\x3b\x98\xf3\x85\xd3\xfb\xd4\x53\x1c\xbd\x75\xad\xc4\x9c\xae\xe4\x77\xfe\xae\x1b\xf6\x7a\x2a\x1a\xe8\xac\x71\x4d\x8e\xf7\xa9\x7e\x4f\xa9\xe7\xcc\x01\x5e\xca\x41\x9d\xb0\x43\x16\x97\xe6\x72\x12\x15\xe9\x5c\x05\xe2\x52\x93\xa4\x3a\x87\xc1\x06\x25\xda\x08\x94\x56\x8c\x6c\x3f\x49\xe6\x0e\x6d\x39\x1a\xde\x2b\xeb\xec\x83\xc8\x03\xb8\x8e\xa4\x9e\x22\x7f\x46\x92\x51\x08\x74\x05\x43\x36\xab\xca\x18\xa0\xa1\xbb\x86\x0e\xaa\xdf\xc5\x3e\x73\x35\x09\x98\xc3\xce\x1b\xe9\xba\x6c\xea\xe8\x07\x07\x4b\x81\x27\x67\x89\x91\x82\x90\xb6\x62\x44\x97\x24\xdf\x10\xdc\x9a\x08\x8a\xe8\xc6\x75\xf6\x5d\xa9\x57\x96\x51\xbd\x5f\xb4\xc6\x47\xd0\xdd\x31\x05\x40\xd9\x04\xdd\xe0\xb8\x5b\xe3\xce\x79\x48\x56\xb0\xa8\xe9\x83\xdc\x70\xc8\xde\xd7\x55\x23\xc6\x8d\x64\x93\xba\x9a\x33\x77\x26\x5c\x54\xb9\xac\xc0\xd7\x92\x12\x59\x96\xa5\xbd\x53\x53\xd4\xa1\x92\x97\x0b\xf4\x3a\x6a\x6b\x8c\x67\x3c\x2f\x07\xc9\x91\xfd\x58\x4a\x3e\x71\xcb\x18\xfc\x60\x53\xb4\x26\x70\xe0\x95\xc5\x7e\x1a\x19\x55\x1d\x37\x14\x3c\x78\xde\x01\xba\xcd\xe1\xc9\xe7\xd6\x44\xa0\xbc\xc9\x65\x63\x54\xde\x10\x0e\xbb\x15\x4d\xcf\x09\x0d\x1d\x3d\x8f\x89\x5b\xb0\xa8\xe1\x25\xf4\xdd\x36\x81\xc0\xd3\x83\xb7\xd1\x0b\x1e\x3f\x26\xfb\x7e\x44\x8a\x71\x3b\x5d\x3c\xbb\x67\x8c\x17\xb2\x0a\x5a\xdc\xac\x05\x2b\xab\xd2\x79\xda\x19\x84\x14\x04\x38\x08\xd0\x96\xe6\x94\xda\xd5\x73\x93\x97\xc6\x24\x41\x6b\x75\x50\x97\x8e\x31\xa7\x37\xa4\x6b\xc8\x29\x58\x21\x91\xd3\x91\x8e\x9b\xe0\x53\xd0\x25\xb7\x2d\x9e\x68\x47\x0f\xab\x39\x2e\xc2\x75\xd2\xaa\x0d\x5b\x48\xbc\x60\xab\xff\x99\x7e\x18\x5e\xbf\xb2\x1f\xda\x2c\xbd\x9d\x22\x23\x76\x12\xbc\x4d\xfa\x00\xd2\x84\xba\x72\xc3\xc4\x6e\xe2\x8b\xda\x6a\xf4\xac\xde\x4b\x7c\xfc\x10\xa8\x31\xb2\x02\xaf\xf0\x0f\x9e\x89\x95\xc0\x71\x1f\xa4\xfb\x0d\x81\x1f\x6f\xea\x46\x3c\x58\x4d\xa2\xce\x8f\x74\xf4\x4a\x62\xf2\x06\xdc\x4a\x06\x64\x1f\x24\x89\x1f\x3f\xc6\x32\x84\x07\x20\x75\x2c\x69\xcf\x03\x01\x3a\x48\xdc\xd5\x2f\xd0\x2b\xd1\x07\xc7\xf7\x2c\x43\x35\xf2\x0b\xdd\xc0\x05\x93\x15\xbe\x9b\xe0\xce\xcb\x5c\xc7\x3b\x5d\x0d\xd5\x37\x97\x91\x4a\x76\x05\x17\xba\x79\x33\x60\xc7\x33\x81\x1e\xd2\x6a\xf0\x81\x4c\x5f\xb3\xf3\x66\x40\x47\xb9\xba\x6f\xf7\x4c\x3d\x79\xd3\xc6\x89\x7a\x83\x42\xa8\x31\x04\xb7\x42\xa9\x5e\x7c\x56\x75\x07\xa7\xb7\xad\xb4\x66\x19\xbb\x3e\xec\xfd\x32\x43\x79\x11\x6c\xd0\x0e\xb5\x12\x40\xd0\xee\xde\x9e\x0f\x9b\x2a\xae\xb5\x82\x79\x98\xa8\x17\x92\xe4\xa9\x6f\x78\xe3\x75\x28\x84\x1c\xd3\x61\x2b\xa5\x9f\x46\x76\x33\xd6\x3d\xfc\xfd\x9c\x9c\xee\xdf\x76\x51\x69\xd7\xe1\xf1\x6a\xdb\x87\xd8\x13\x35\x4f\x8b\xa2\x61\xc0\x0f\x35\xac\xc4\xeb\xbb\x7e\x79\x47\xcd\x63\xf3\xa0\xcb\xe4\x0c\xee\x04\x47\x02\x0d\x4b\x6a\x7e\xbb\xd9\x8d\xf5\x04\x20\x63\x50\x8b\x6c\x39\x16\x8e\x31\x2f\x6a\x71\xd5\x03\xbb\xeb\x56\xd1\x97\x94\x09\x06\xdf\x63\xbf\xdc\x75\x69\xc0\x1e\x5b\xe7\x7c\x4b\xdf\x4b\xcc\xcd\x92\x4f\x5f\x5b\xe8\xc2\x2b\x2e\x2e\x2e\xd7\x78\xf4\x9e\x71\xa9\x85\xbb\x35\x0e\xa9\x5e\x7e\x67\x73\x52\x55\x9b\x5d\x1d\xc6\x05\x92\x5c\xd3\x70\x41\xb0\xea\xe6\x40\x37\x8f\x72\xa7\x5d\x61\xa1\xfe\x9b\x2e\x55\xd5\xf9\xf4\x65\x18\xe5\x2a\x19\xce\x8b\x5c\xda\x98\x7d\xc7\xd3\xe4\x98\x94\xc1\x79\x0b\x47\x34\x29\x53\xa3\x55\x5d\x45\x39\x47\x55\xf3\xee\x26\x0c\xf0\xb3\x4d\x3f\xea\x52\x2d\xe2\x40\x65\xf2\x08\xc3\x17\x0a\x2f\x16\x53\x87\x88\x33\xd5\xe8\x67\x27\xc6\x10\x09\x39\x1e\xb7\x12\xab\x7b\x6c\xf3\x06\x42\x28\x25\x1c\x17\x6a\x97\x07\x60\xea\x68\xf6\xb8\xfb\x5e\x06\xcb\xa5\x14\x59\xff\x8a\xd7\xb2\xa7\xbe\x6b\x81\x74\x24\xb2\xbe\xbc\x2d\x1b\x7e\x13\x68\xec\x9d\x6b\x41\x5d\x5f\xf7\xfe\x2c\xc7\x72\x27\x9f\x96\x55\x2d\x98\x82\x5f\x14\xd5\xf5\x8f\x00\xf2\x2f\xbc\xce\x55\x73\x32\x38\xe0\x98\xbb\xdd\x58\xa5\xb7\x1a\xfd\x3c\x40\x27\x7f\xd5\xe8\xe7\x40\x79\x04\x9a\x7b\x02\xaf\xa6\x6a\x4b\x7a\xf3\x8a\xfd\x71\x80\x71\x96\x52\x90\xb5\x0e\x08\x3a\xc0\x06\xec\x4b\x32\x21\x6a\xa7\x8c\x49\x0a\x82\xda\xac\x9c\xbf\x4e\x97\x2c\xd7\x80\x1c\xdd\xc4\x9a\x93\x0f\x46\x1b\xd4\x97\x06\x8b\x5a\x64\x10\xde\x9e\xb0\x2e\x55\xc0\x9d\x7a\xc0\x33\xe8\x23\x47\xb7\x1d\x52\xe5\xe3\x47\xf6\xc8\x7e\x76\xba\xdd\x80\xe1\x38\x69\x52\xfb\xa3\x0c\x07\xdc\x5d\x4d\x51\xa4\xbb\xc4\xf6\x2c\x74\x79\x69\x4f\x06\x31\xdd\x39\xe5\x3b\x20\x3f\x1c\xb3\x49\xf4\x9d\x69\xfa\x12\xb0\xb7\x81\x60\x4f\x4e\x54\x47\x94\x54\x67\x5c\x55\xd9\xd9\x4c\x60\x1e\xd5\xd4\x62\xdc\xcf\xf9\x82\xac\x2f\x8b\x3a\x99\xf0\x0d\xc3\xbe\x63\xdb\xec\x05\xf1\xe7\xb2\x8d\x57\x53\xbb\xae\x36\xfa\xea\x80\x03\xf3\x5c\xab\xbf\x99\xe0\x48\x9a\x79\x5a\x04\x9b\xc2\x54\x7f\x17\xd2\x7a\xab\x6f\x09\x14\x5c\x72\x2a\x48\xa9\xd6\xa1\x69\xbe\x7d\x42\x62\x4f\xa9\xc6\x73\x96\x9e\x54\xa8\x73\x92\x9f\x01\x46\x4e\xcc\xd7\x19\xa1\x47\xe9\x52\xbb\x3e\xb2\x43\x44\x0f\xd2\x2b\xe9\xd1\xa3\x44\x7a\xdb\xb6\xe5\x43\x6c\x09\xe7\x93\xe4\xec\x1d\x1b\x44\xee\x74\xc3\xd9\x79\x9f\x6e\x90\x58\x72\xe8\x97\x55\x8d\xc2\xc6\x8c\x6b\x9a\x3a\x1f\x2d\x1b\x61\xc2\x0a\x99\x0c\x7d\x1f\x66\x92\xad\xcf\xb3\x96\x7c\x25\x40\x1c\xf2\x45\xe7\x04\xdf\x26\x4e\x4e\x37\x78\xd1\x4c\x8b\xdb\xc5\x4c\x75\x00\xbe\xfe\x84\x5f\x67\xbd\xa8\x48\x26\x26\x7e\xa9\x97\x2a\x21\x51\x30\x6f\xc4\xdc\x2f\xf9\x06\x52\x68\xd1\x32\x9f\xf3\x46\x8c\xab\xa2\xaa\x75\x51\x4c\x39\xc0\x94\xb8\xe8\xbc\x42\x97\xbe\xa4\xec\xa1\x4e\x8a\x0b\x37\x35\x2f\xe5\xa4\xaa\xe7\x5e\xf9\x63\x97\x4a\xaa\x8c\x8b\x7c\xb1\xe0\x8d\xc6\x80\xfa\x7a\x0f\x5f\xa4\xc8\x44\x8c\x0a\x51\x66\x58\x62\x22\xbe\xc7\x0f\xaf\x00\x8c\x64\xce\x9b\x3a\xbf\x31\xc5\x60\x28\x87\x3a\x29\x28\xac\x75\xfe\xb0\x9f\xa2\x76\x55\x74\xc6\xb1\xcd\x88\x2b\xca\xbc\x11\x5e\x05\x4c\x08\x0a\x96\x57\x55\x71\x25\xc2\x1e\x61\x6a\xb2\x53\x59\x3e\x99\x2c\xa5\x28\xf2\xe9\xac\xc9\xcb\xa9\xa9\xf3\x12\x93\x7f\xb0\xc9\x41\x25\x69\xf5\xbf\xe7\x7c\xe1\x2a\xb9\xe4\x43\x95\x1c\x56\x6a\x78\xd9\x40\x4b\xa4\x86\x4a\xfb\x01\xd3\xfc\xe2\x6a\x5d\xcf\x78\x56\x5d\xdb\xc2\x75\xb5\x38\xd2\x29\x5e\xd1\x49\x51\x55\x76\x9a\x5e\xe3\x87\x5f\x60\x59\x8e\xb9\x2d\xb0\x2c\xc7\xfb\x89\x02\x23\x5a\xe0\xfb\x44\x81\x29\x2d\xf0\xa7\x44\x81\x9a\x16\xf8\x10\x14\x98\xf2\xa5\x94\x39\x2f\x47\xc5\xd2\x96\xfb\x93\x4e\xfb\x1e\xd2\xbc\xe2\xf9\x1c\x62\x0c\x60\xb9\x37\xf8\xe1\x15\xc0\x2b\x62\x5d\xe0\x10\x3f\xe2\x02\x65\x95\xf9\x85\xde\x42\x82\x5f\xb0\xaa\x17\xb3\xaa\xa8\xa6\xb7\xb6\x24\x49\xf1\x8a\x56\x93\x09\xc4\x45\xc2\x62\xef\xf4\x97\x57\x04\x2c\x35\xbd\x49\x7e\xaf\x52\x52\x53\x2c\x17\x62\xbc\x2c\x78\x1d\x12\xdf\x91\x4e\x6f\xa1\x3e\xb9\xa8\xfc\x06\x8e\x16\x55\x12\x7e\x93\x17\x76\xf0\xc7\xf0\xdb\xcf\x5e\xd6\xa3\x25\xa8\xfd\xd9\x42\x24\x85\x16\xad\x6a\xa1\x64\x44\xed\xe5\x1c\xca\x62\xd2\x3b\x9d\x44\x0a\x03\x2f\xac\x0d\xd3\x84\xaf\x0f\x01\xc7\x54\xb2\x2b\xaf\xa7\x35\xcf\x72\x51\x6a\x80\x98\xf6\x27\x9b\x46\x8a\xab\x34\x5e\xf8\xc5\x31\x2d\x59\xbc\x11\x37\x8d\xe3\x6c\xe0\x63\xc6\x72\xb6\xb3\x95\xdb\x4b\xbc\x4f\xc0\x26\x06\xd1\xab\x96\x10\x17\x8e\xd1\xa4\x1f\x3f\xfc\xe0\x73\x61\x03\x0f\xc2\xee\x21\x0b\xa6\x4d\xa4\x0b\xab\x33\x4c\x50\xf8\x18\x92\x48\xe1\x11\x97\x62\xa2\x0e\x82\xa2\x1c\x6b\x22\x55\x49\xaf\x5d\x52\x50\x78\x51\x57\x13\x3b\xf9\x2a\xe1\xbd\x49\xa0\x5b\x00\x2f\xc6\x73\xbb\x3e\xd4\xd7\x61\xb8\x38\xcc\x2e\xb1\x2c\xf3\x46\xfa\x5b\xc5\x8f\x98\x44\x0a\x6b\x56\x0a\x0e\xdb\xb9\x99\x28\x9d\x78\x60\x13\x49\x05\x91\x4d\x85\xeb\x80\xfa\x8a\x3a\x80\xcf\x2e\xa4\x79\x4c\x88\x1b\x5f\x83\xec\x0c\x05\x05\xdb\xa4\x49\x4e\xef\x93\x26\x97\x74\xc1\x24\xc5\x9d\xb8\x14\x75\x29\x0a\xba\xfb\x60\x4a\x62\xe7\xc1\x0c\x05\x15\x45\x42\x5a\x5c\x01\xfe\x41\xa7\x7a\x55\x6e\x81\xb9\x48\x53\xf6\xf6\xbd\xfe\xf4\x0b\xc9\x85\x5a\x4c\xae\xd4\x91\xf9\xf6\x8b\x35\xf9\x9c\x14\x3a\xc6\x2f\xba\x4a\xa1\x07\x3c\xfb\x79\x29\xcd\x1a\x85\x94\x7d\x9d\xe2\x2d\xe8\x79\xae\x18\xd5\xb8\x2a\x05\x2f\xa7\x86\xf0\x4c\xf2\x41\x55\x8a\x7d\x4c\x26\x95\xe6\xbc\xbe\x14\xf5\x4c\x38\x4e\x86\x29\x7f\x16\x11\x2b\xc3\x0c\x32\x05\x98\x10\x4f\x00\xa6\x5f\xe7\x99\x41\x28\x26\xfc\x84\x09\x5e\x41\x79\x39\xc6\xb0\x4c\x1e\x58\x79\xa9\x83\x35\xa5\x60\xcb\xcb\xa0\x6c\x5c\xa8\x5c\xce\xab\x71\xc3\xaf\x0c\x66\xcb\xe5\xfc\x9d\xf9\x26\xc5\xd4\x9a\xa2\xf3\xae\xbe\x13\x33\xbe\xe0\x4d\x23\xea\x32\xee\xa8\xce\x68\xed\xab\xce\x0f\x28\x5d\xa7\xa6\x09\x5d\x67\xc6\x8d\x24\xa0\x03\xd9\xf1\x46\xd3\x38\x7e\xee\x37\x7f\x4d\x16\xba\xf5\x0b\xfd\x2d\x59\xe8\x1f\x7e\xa1\xff\xe1\x17\xd2\x41\xfd\x78\xb1\x98\x69\x29\xc6\x24\xed\x63\x52\xaa\xb0\xda\x5c\x9b\x9a\x37\x79\x15\x54\x81\x8c\x0f\x98\xe1\x55\x04\x6a\xbd\x12\x14\x03\x26\x2d\xc6\x41\x2d\x26\x7a\xf8\xb5\x98\xfc\x35\xcc\xba\xb5\x59\x7f\x0b\xb2\x16\x82\x37\xa0\x2e\x6e\x4a\xa8\x84\x03\x4c\x88\x0a\x66\x46\x54\xc2\xcf\x97\x81\x94\xa4\xaf\x06\x33\x71\xd3\x88\x52\xe6\x55\x29\x4d\x69\x4c\x7f\x45\xd2\x13\xd5\x26\x82\x37\xcb\x5a\x04\x95\x5e\xdb\x54\x52\xc5\x48\x2a\x3e\x6f\x37\xa9\x49\xe6\x6e\x32\xd5\x6e\x5b\x8a\xb0\xca\x2b\x9b\xea\x55\xa9\x05\xcf\xe6\xa2\x99\x19\x71\x16\x53\x0e\x75\x0a\x2d\xda\xf0\xba\xa1\xd2\x18\x24\x24\x04\x32\xd9\x64\x99\xb8\xca\xb9\x3b\x46\xc9\x26\x7b\xe9\x52\xbc\xa2\x79\x33\x9e\x29\xa1\x49\x9a\x92\x2a\xe1\x18\x13\x68\xc1\x65\x3d\xe1\x63\x21\xc7\xdc\x70\x3a\x9d\x72\x84\x29\xb4\xe8\xad\x6c\xc4\xbc\xe0\xe5\x74\x69\xe5\x59\x4c\xfb\xc1\xa6\x51\xd9\x85\x8f\x0a\x81\x4a\x7c\x5a\x7c\x51\x09\x7f\xd1\x09\x5e\xc1\x7a\x2a\xcc\x02\xc4\x8f\xbf\x26\x0a\xdc\xd2\x02\x7f\x8b\xc4\x24\xca\x82\xd4\x77\x82\x05\x5d\xe5\xe2\x7a\x54\xe9\x86\xd4\xc7\xf7\xd5\x4d\x54\x00\xe1\xbb\x32\xc7\xfa\x9b\x14\xbb\x19\xcf\x78\x59\x8a\x02\x23\x58\x99\xe3\xef\xcd\x01\xa6\x1e\xd9\x54\x52\xe5\x36\x59\xe5\x76\x55\x95\x7f\x54\xd5\x9c\x97\x19\x84\x49\x55\x85\xd5\xf7\x7e\x99\xbd\xe7\x25\x91\xff\x52\x97\x16\x70\x35\x7a\xce\xa5\xcc\xa7\x25\xdb\x43\x4f\x91\x70\x8b\x3c\xcb\xe5\xc0\x64\xc0\x4d\x5e\x70\x05\xac\x1a\x26\x15\xf5\xe5\x87\xfe\x26\xc5\x3b\x7e\x40\x4c\x7b\x43\x24\x7b\x68\x44\xdd\x63\xa9\xd0\x06\x78\x75\x54\x86\x2a\xc7\xf8\x4f\xc6\x61\xde\x69\xb6\x6d\x62\xc1\xf2\x92\xc9\x2e\xbc\x1f\xad\x63\x85\xd3\x91\x3d\xb6\xe8\x76\x7d\x68\xea\x5f\x73\x02\xae\x1a\xe5\xc9\xe2\x2c\xe5\x81\xd7\xe9\x6c\x12\x2f\x93\x24\xd9\xa0\x49\xfb\x40\x46\x2f\x69\x76\x00\xdd\x5d\x77\xe9\x6b\x42\x5d\x7c\x9f\xa3\xde\x6a\x3c\x21\x5e\x3e\xcc\x4b\xc7\x0b\x2e\xc4\x5e\x30\xf7\xd4\x53\xf5\xd8\xbc\xc7\x2e\x7b\xec\x72\xdb\xd7\xb2\xdd\xf6\xcd\x59\xba\x4c\xa5\xb0\x4b\xdd\xed\xf4\x45\x56\xa5\xc0\x84\xf7\xf7\x18\x67\xc8\x8b\xc2\xd2\x21\xea\xad\xf3\x93\xcb\xb3\x5d\x8c\x39\x74\x5a\xde\x75\xd9\xce\xe7\x77\xae\x3a\xb9\x04\x47\xd6\x00\xda\xf8\xb5\x40\xdc\x49\xd1\xe0\xf5\xda\x4b\xeb\x1e\x31\x44\x5f\x58\x64\x0d\x0c\x5e\xd9\xde\xb5\xe2\x85\x84\x1f\x4d\x23\xc8\x5c\x30\x13\x44\xa4\x9b\xa8\xbc\x50\xa6\x6c\x8f\x5d\x41\x79\x3b\xc4\x7c\xae\x8e\x70\x47\x0d\xaf\x13\x83\x73\x99\xc1\x82\x9d\x57\x99\x87\xe2\x79\x95\xe9\xd8\xf0\xc4\xf7\x64\xd7\x4e\x5a\x95\x11\xfd\x79\x6b\x94\xfe\xcb\xdd\xae\x0f\xe1\x91\x89\xae\xe5\x82\xf2\xab\x05\x07\x8d\xc1\x44\xea\xf8\x5c\x76\x3c\xcc\xd3\xcd\x59\xb1\x0e\xe7\x55\xd6\x63\x97\xdd\x6e\xb8\x1e\xb4\xe5\x7b\x8f\xe9\x02\xbb\x86\x0d\x85\xd3\x4a\x0b\x76\xfd\xc5\x68\xad\xe0\xef\xbe\xc8\x95\x2d\x98\x21\x3e\x61\xda\x7d\x67\x26\x16\xa2\xcc\x44\x39\xce\x85\x54\xe9\x43\x9c\x37\xad\xb7\xaa\x5d\xc3\xd2\x89\xea\xb8\x58\xef\x59\x35\xd7\xd7\xb7\x78\x32\xb6\x84\x2d\xca\x26\x6f\x72\x21\xe1\x85\xd5\x95\x37\xc9\x18\xb5\x72\xf8\x44\x77\x24\xbf\x11\x19\xfa\xcb\x3b\xfa\xcb\x9f\x40\xb1\xe9\x90\x37\xb3\xc3\x1f\x58\xc3\xa7\x92\x3d\x66\xf6\xb0\x0d\x1d\x64\xb5\x18\x57\xd3\x32\xff\x07\x9a\x3b\x36\x33\xc1\xfe\x7c\x7c\xf8\x03\x5b\xf0\x5a\x82\xbf\x1c\x86\x60\xff\x8d\xea\x29\xcf\x9a\x79\x31\x50\x02\xcd\xe0\x7a\xc6\x1b\xed\x36\x07\xdc\x06\x2c\xf8\x54\x0c\x55\xdd\xbc\x9c\x0e\x54\xb1\xdf\xe8\x8f\xfe\x9c\xe7\x65\x3f\x2f\xf5\xf5\x09\xc1\x8d\x4e\x81\xab\x88\x60\x84\x83\x21\xcd\xc4\x71\xaa\x2a\xcb\x52\xdb\x4e\x6b\xbc\x9a\x2b\x8c\x23\xd1\x98\x2b\x0c\x25\xc3\xdc\xc2\xa4\xd9\x6f\xb8\xe3\x27\x09\x37\xf3\x05\xf9\xca\x27\x35\x5e\x5e\x98\x84\xb2\x12\xf3\x91\xc8\xbc\x14\x28\x23\x49\x12\xc4\xd6\x6f\x5c\x54\x7d\x2c\x46\x9a\x3a\xa3\x73\x83\x01\x8b\x83\x19\x18\x46\x61\xf1\xf7\x6d\x7e\xc7\x15\xf5\xac\xe3\x8c\xa1\xae\xcd\xed\x86\x5b\x91\x4f\xf3\x54\x75\x32\x59\xc9\x53\xd5\x65\x56\x77\xcb\x64\x03\xef\xe1\x3d\x76\x3e\x0a\x42\xb0\x98\xa0\x58\x9d\x73\xae\xf6\x64\x0b\x1a\x15\xad\x6c\x00\x3e\xb5\xf0\xcf\xd1\xb6\x07\x9f\x2c\xd8\x0b\xf5\xbd\xc3\x4e\x37\x6c\x64\x6e\xc6\x88\x09\xf5\xcd\xbc\x38\xac\x32\x61\xe2\x08\x6a\xa2\xd9\x88\x24\x81\xe1\x13\xf6\x3a\xbf\x61\xcb\x05\x9b\x3b\xba\xb7\xdd\x80\xb7\x41\xa9\x2d\x05\xdd\x3f\x34\xda\xe8\x9c\x8f\x30\xb8\x2b\xa1\xbe\xe0\x66\x0c\xfc\x5d\xa3\x7a\x9a\x37\x92\x51\x30\x92\x11\xdb\xb1\x16\x88\x91\x68\x60\xf4\x8e\xe5\x00\x74\xb3\xd5\xe4\x02\xcf\x7e\xe4\x0d\xf4\xf1\x63\x62\xf7\xa0\xb0\x12\x0d\x55\x4f\x65\x6b\x3b\x2e\x9f\x3d\x65\xa7\x1b\x7b\xa7\xa7\x0a\x0c\x7b\xaa\x31\x8a\xae\x09\x5e\x69\x9e\xe1\xf4\xcc\xfd\x46\x5e\x10\x66\x33\xc0\x45\xf6\xd7\xc3\x1f\xac\xd1\x02\x2d\xaa\x9f\x4b\x89\x57\x86\x8d\xe1\x54\xb1\xcc\xc7\x7f\x5f\x56\xcd\xae\xe2\x5f\xd0\x11\xec\x87\x11\x8c\x28\xcd\x81\xdf\x9b\xd3\x0d\x86\x0b\xfb\xce\xad\x93\x23\x51\x4c\xfa\xa2\x1c\x17\xda\x67\x2d\x9f\x52\x66\x8a\x6e\x70\x8e\xf9\x34\xb5\xea\x79\x2d\x38\x59\x8b\x23\x2e\x45\xf0\x39\xa9\x4a\xba\x5a\x47\x35\xf9\x18\x57\x85\xf7\x05\xc1\x99\x49\x4a\xc8\x11\x42\x9e\x31\xa3\xc0\xf2\xf9\x94\x7e\x95\x8b\x25\x6d\x37\x97\x60\x21\x4d\x52\x2e\xc5\xed\x54\x94\x24\xa1\xc8\xcb\x4b\xf2\x39\x17\x0d\x1d\xda\x82\xd7\x7c\x4e\xf9\x1b\xe8\x2a\x91\x04\xf0\xdd\x43\xbe\xaf\xf5\x50\x3d\x96\xf4\x01\xfc\xab\x4b\xc6\xd9\xcb\x77\x87\xac\x54\xa4\x58\xd5\x56\xa9\x88\x55\x13\x9b\x2e\xd1\xe1\x85\xf6\x74\x66\x37\x86\x03\x5e\xb2\x91\x60\x68\x46\x06\x96\x65\x1c\x7d\x25\x12\xe3\x2c\xed\x15\xe6\xa2\x5a\x36\xa2\x56\xdb\xcb\x85\x49\x5a\x70\x29\x45\x06\xf0\x3b\xb2\x4b\xb6\x1b\x18\x1d\xf6\xe7\x2d\x38\xef\x02\x1f\x23\xe8\x0d\x5e\x64\x03\x5a\xc8\xe8\x2a\x1e\xe8\xf0\x00\xc6\xf7\x2f\xaa\xd9\x8e\xc4\x8c\x5f\xe5\x55\x1d\xb2\x5a\xed\x58\x5e\xb5\x10\x7a\x8b\xf0\xa2\xac\xc3\x82\xc4\xa5\xae\xe4\x5a\xa7\x22\xf9\xcb\x9d\x35\x6f\x84\xa8\x55\x80\xa2\x3d\x7b\x59\x88\x51\xa2\x61\x00\x2f\xf0\xcf\x0e\x3b\x51\x7f\xcf\x88\x6c\x55\x2d\x1b\x74\x0c\x43\x96\x48\xea\x09\x1d\x80\xb7\x58\x61\x32\x03\xe5\xe9\x9e\x1e\x94\x42\x18\x0c\x0c\x5f\xd0\x89\xea\x28\x8b\x6c\x31\xb1\x2e\x2e\xbf\xd8\xb9\x38\xc2\xdb\x8d\xd0\x66\x5b\x88\x51\x27\xaf\x73\x50\x7c\x51\xb9\x03\x6d\xd1\xec\xba\x0a\xfc\x99\x48\x43\x83\x0f\x55\xd5\xec\x24\x19\x1d\x99\x20\xeb\xd7\x3f\x1a\x4c\x12\xe6\xcb\xbc\x16\xe3\x26\xbf\x12\x3b\xab\x0a\x55\x63\xd5\xbb\x55\x6d\x5b\x38\xd0\x89\x95\x4d\x1e\x54\x73\xf5\x7b\x15\x34\x5d\x64\x0d\x58\x2f\xf7\x8f\xf7\x57\x42\xca\x78\xc3\xef\x87\x83\x81\x4e\x57\xe1\xe0\x48\x89\x48\xab\x0a\x1c\xf3\xe9\xaa\x8e\x1c\xf3\x69\x40\x05\xab\xfa\x73\x2c\x6e\x56\x22\x48\xe5\xa7\xc1\xa1\xca\x25\x11\x16\xd5\x96\xf9\xa6\x6c\xc4\x14\xae\x39\x4b\x7c\x0d\x48\x6d\x07\xf3\x9c\x32\xd0\x8a\x7e\x50\x4e\x3b\xa7\x32\xdd\x3c\x90\xe7\x20\x96\x33\xb4\xd3\xbf\x99\xd3\xfd\x21\x78\x0a\xb4\xe9\x99\x90\x63\xca\x87\xf3\x46\x0b\xa2\x67\xd6\x85\x0e\xd6\x4c\x8a\xaf\x1b\xf2\x6a\x6a\x2e\xda\xe1\x4a\xaa\x1b\xaf\x3f\x85\x78\x75\x56\x08\x84\x42\x14\xd3\x34\xd2\x86\x43\xf6\x67\xf0\xc5\x0a\xe7\x80\xa1\x39\x05\xe4\x25\x08\xf8\x1e\x9f\x5b\x4f\xde\x4a\xca\x5a\xfa\xc4\x92\x90\xb4\x54\xce\x00\x54\xc5\x8c\x78\x18\xc8\x5a\x54\x57\x05\x24\x2d\x5b\x23\x94\xb7\x52\x92\xa3\x2d\xbc\xeb\xf5\xf0\xd5\x4d\xde\x98\x86\xd4\xe1\x4f\x49\x83\x18\x48\x0e\x49\x85\xe1\x4d\xbb\xd7\x53\x85\x05\x00\xb7\xe0\xb5\x1a\xcb\xe3\xc7\xd1\x7d\x52\x2b\xd1\xa9\xe3\x2b\xad\x6c\xfa\x1f\x08\x6f\xda\xf9\x90\xb9\x08\xea\xd8\x1f\xbf\xdc\xe9\x39\x54\x87\x4b\x3d\x0b\x5a\x3b\x2d\x19\xee\xe9\x8e\x88\xff\xa1\x00\x19\x50\x95\xeb\x5a\xdc\xa7\x07\xf6\x87\x90\x44\x10\x94\x16\x89\xae\x01\x61\xec\x74\xe3\x5b\x10\x38\xc3\xa9\x01\x0d\x53\x10\xac\x25\x52\x81\x7f\xc6\x81\xe2\x3a\xdf\x79\x6e\x31\xa3\xd4\x19\x7e\x48\x1d\x3e\x55\xbb\x1d\x88\x8e\xec\xa9\x81\xbd\x1b\x61\x08\x20\x9b\xbd\x83\x7a\xdc\x7c\xe6\xcd\xb1\xb7\x04\x42\x79\x18\x42\x50\xb3\xbf\x1e\xfe\x80\xd4\x54\xd5\x1e\x75\xa1\x51\xf9\x52\x8a\xda\x44\x51\x17\x37\x8b\x22\x1f\xe7\x4d\x71\xcb\x14\x6f\x13\x19\xab\x26\x13\x08\x7a\xde\x0f\xe4\xd9\xe0\x1f\xba\x44\x12\xc5\xe4\x00\x8b\x1d\xab\xe3\x7a\x8b\x98\xbe\xa3\xba\xf5\xa3\xc4\xd0\xe5\xa6\x39\x2e\x2f\x45\x06\xe2\x43\xd4\x5a\x8f\x89\x2b\x08\xff\x8e\x87\xfb\x79\x34\xce\xd6\x0e\x3c\x7e\xec\xe4\xed\x90\xa0\xbc\x39\x89\x28\x32\x38\x2e\xd0\x39\xdb\x4d\x4c\xe5\xf0\x3b\x77\x48\xc0\x3f\x61\x70\x21\x5b\xf4\xbb\xe8\xcc\x98\x9c\xe8\xef\x52\x51\x1c\x11\x86\x96\x2d\xbc\x6a\x3e\xe9\xb1\xf8\x10\xe7\x2d\xb7\x8f\x1f\xd9\xa3\x56\xc4\xb4\xb4\x7a\xba\xf1\xed\xd0\x5f\x20\x70\x40\xf2\x87\x93\xf6\x98\xc1\xa7\x28\xa2\x05\xfb\x80\x93\x50\x14\xc8\xd0\xf9\x89\xb7\x1e\x95\xcc\x40\x9a\x8b\x61\xc1\xf6\xdb\xb2\xa9\x40\xe5\x3d\x02\xe8\xe3\x47\x2a\xb2\xa2\x3b\x70\x73\x72\x64\xd7\xa2\x16\x6a\x29\x68\x47\x89\x3d\x1a\xd0\x01\xcf\x94\x4a\xf6\x9f\xb3\x91\x3a\x9f\xf8\xfb\x50\xdb\x29\xd5\x5b\xaf\x8f\x22\xd6\xe7\xa3\x7b\x15\x2f\x8f\xae\x8e\x5a\x18\xb8\x37\x87\x66\xf8\xa9\xa3\xb1\xca\x4b\x8b\xd6\x2a\x27\x89\x69\x94\xdf\x5a\x66\xec\xd1\x09\xc8\x7f\x27\x6e\xe6\x48\xac\x6e\x37\x8b\x67\x67\x6d\xf3\x68\xe4\xcc\x36\xf8\xfd\x7e\x82\x28\xfa\x7d\x0b\xee\xd7\xd5\x6c\xd5\x62\x37\x51\x69\x85\xe1\x92\x6f\x3c\xd8\x9b\x2f\x10\x51\xe9\x37\x08\xb5\xb4\x3a\x0e\x97\xa4\xd8\x45\x41\x81\x62\x8c\x66\xf3\xa9\x4e\x1d\xe4\x33\x97\x7e\xa3\xfe\x75\xad\x55\xb2\x1d\x3e\x79\xc2\x30\xee\x57\x35\x31\x82\x8f\x64\x93\x6a\x09\xee\xce\xd8\xac\x99\x17\x78\x6d\xba\xbd\x29\xe1\xd8\x9c\xb8\xfe\xdd\x3d\x2d\xc9\x3d\x1b\xc9\xb0\x53\x65\x5a\x01\x4e\x0e\x2e\x77\x55\x67\x8d\x9c\x05\x3e\x72\xb2\x6a\x8c\x66\x40\x46\x8a\x21\x70\x4e\x4e\x37\xd4\xe8\xf0\xf1\xe0\x74\xa3\x86\xdf\xbb\x09\xd0\x80\x92\x34\x80\x63\x10\x80\x11\x00\x0a\xc3\x29\x00\xdf\xbe\x60\x83\xc1\x80\xbd\xf8\xae\x05\x8a\x9d\x07\x03\x2a\x73\x09\x49\x78\x8f\xfa\x7d\x80\xd8\xef\xb7\x81\xd4\x93\x6d\x00\x8e\xcd\x67\x12\x1c\xde\xc2\x7e\x87\xf7\xde\x69\x78\x47\xfa\xa2\x16\xc1\x99\x6b\xdb\x34\x34\x45\x88\xab\x81\xe1\x85\xb3\x86\x85\x1f\x29\x50\xfb\xe5\x2d\xec\x08\x2d\xb8\xe7\x53\x8b\x7a\xf5\x33\x8d\x29\xcd\x24\x00\x5d\x67\x67\xad\xe8\x52\x85\x2c\xb2\xd4\x62\x6f\x83\x97\xe9\x65\x39\x18\x0c\x5a\xa7\x13\x8b\xd8\xc9\x34\x9f\xf0\x3e\xd5\xf1\x97\x4c\x6a\x21\x7d\xfc\xc8\x3a\xe9\x05\xf6\x0b\xbe\xe1\x99\x2b\xa9\x63\x21\x1b\x70\xc3\x04\x3e\x96\x78\x69\x69\x1f\x1c\x32\x29\xcc\x55\x35\x2b\xab\x26\xba\x2d\x52\xe5\x4c\xa7\xd5\x5e\xa3\x1d\xfa\x78\xd7\x3e\xb0\xd4\x93\xbc\x11\x37\x01\x64\x4e\x7b\x7b\xe1\x31\x18\x82\x21\x78\x1b\x4c\xb2\xa4\x66\x4f\x6b\x16\x56\x34\xd2\xf5\xef\x5e\x0c\x2b\x82\xbf\xbb\xe0\x25\x40\x87\x3a\x43\x27\x8b\x7c\x7c\x79\xcd\xeb\x4c\x82\xf7\x61\xde\xe4\xa3\xbc\xc8\x9b\x5b\xc7\x9b\xd6\xe5\x1a\x01\x27\x0c\xaf\x64\x76\x03\x88\x96\x59\x04\x0c\x35\x3c\xdf\x87\xf5\x7c\x1e\x91\xe2\xd0\xc9\x8b\x9b\x08\x4c\xc8\x1a\x62\xee\x9f\xb8\x8d\x89\xa0\x44\x1c\x21\xda\x55\xe2\xb9\x8c\x81\x04\x8c\x20\xdc\xa9\xa2\x19\x0e\x21\xd0\xf5\xef\x6f\x7a\x01\xcd\xc5\x58\x48\x2d\xfb\x70\x1f\x8d\xae\x92\x62\x30\xd1\x6a\x8f\x77\xe7\xc4\x55\xd9\x4a\x05\x92\xff\x52\x5b\xf8\x74\xb5\x05\xc4\x7e\xcb\x9b\xbe\xcb\xf4\xde\xf4\x3b\xf3\x9e\xe1\xb2\xb6\x17\xbe\xde\xcb\x1c\x1f\xe1\x17\xa9\x47\xf8\x47\x6b\xbd\xc2\x5b\xf9\x6e\x91\x78\x89\xb7\x99\x73\x95\xff\xc5\x9e\xd3\x1d\x25\xce\xf1\xf6\xaa\xa6\x12\x18\x9c\x45\xbc\x67\xf2\xe0\xc5\x38\x7a\x43\xd7\x95\xca\x2a\x0b\x8b\x0e\x86\x68\x22\xa1\x8a\x50\x34\x77\x12\x45\x1c\xae\x35\xbc\x5a\xfc\x34\xcb\x1b\x21\x17\x7c\xac\x56\xcb\xf0\xf4\x54\x3e\x1d\x6a\x7e\x6d\x94\x4f\xf4\x25\xa6\xb5\xfe\x53\x89\xef\xf0\xde\x45\x4f\x58\x59\xd5\x73\x88\x52\xe8\x80\x39\xcb\x44\x55\xe0\x3a\x6f\x66\xaa\x4f\xcd\x9b\x32\xcb\xc7\x42\xc6\xb9\xaf\xca\x2c\x99\xe7\x5f\x25\xf5\x9c\x86\x91\x87\x58\xc5\x17\xfe\x0d\xdc\x83\xb1\x27\x43\xd6\x49\x68\x78\xe1\xa6\xcc\xc0\xdd\xaf\xde\x66\xc7\xc6\x01\xfa\x01\x2f\x0a\x91\xb1\xaa\x1c\x0b\xa6\x9f\xf9\xd9\x8c\xe3\xd6\x54\x88\x06\x9f\x69\xbc\xaa\xe6\xf5\xe4\x48\x34\x4d\x5e\x4e\xa5\xdd\xad\x30\x6a\x54\x1d\x55\xd0\x93\x79\xf0\x3d\x34\x06\xad\x5e\xcf\x44\x29\xae\x94\x64\x00\x5c\x34\x97\x6c\x5c\x54\x92\x34\xa6\xa5\x17\x3b\x18\x37\xe2\x8e\xe9\xba\xbd\x61\xee\xb9\x16\x82\xbb\xce\x27\xe0\xec\xc1\x4a\xf9\xfa\xbd\xca\x48\xf5\xf6\x64\xaf\x16\x69\x56\xcd\xd9\x1e\xc6\xe2\x08\xeb\x7b\xbb\xb0\x19\x6c\x12\x48\x8d\x1b\x71\x29\xae\x35\xb1\x2a\xb6\x0b\xfb\x75\xc7\x34\xd2\x0d\x1a\x80\x89\xe7\x8d\xc8\xac\xb0\x44\x67\x61\x24\x44\x49\xa6\x22\xd5\xed\x12\xe2\x5f\x5a\x97\x95\x0e\xf2\x51\xa3\xc3\x7e\x54\x0b\x01\xb7\x0f\x32\x51\xbf\xe1\x53\x2c\xb7\x87\x81\xfc\x61\x08\x21\x12\xf6\xf1\xf0\x5c\xe2\xa1\x9f\x83\x10\x27\x9b\xbc\x28\xd8\x48\xa8\x9e\x5e\xd7\x79\xd3\xa8\x36\xaa\x44\x0b\x05\x97\x0d\xbc\xfe\xe1\x5d\x70\x00\xfa\x83\x98\x88\x1a\x7c\x77\x2b\x59\x6f\x26\xb4\xce\x0a\xcb\x41\x27\x77\x2c\x06\xec\x47\xa9\x2f\xc4\x8a\x6a\x8c\xb7\xbf\xa0\x80\x32\x87\xdf\x89\xf6\x34\x80\xb8\xb5\x21\x3b\xe4\x97\x10\xc5\xc2\xc4\x01\x81\xe0\x94\x97\xf9\xc2\xa9\xf1\xf5\x7c\x01\xad\x1f\x08\x68\x06\x16\x71\x76\x4a\x5f\x18\x4f\x37\x0c\xbd\x26\x9e\xfe\xdd\x2a\xb0\xae\x52\x76\xa3\xfb\x65\xfd\x2c\x49\x18\x4d\xfb\x55\x96\xf1\x4d\x66\xd6\x14\xf6\xc0\x98\x39\xa5\x6e\xaf\x35\x74\x53\x23\x68\xde\x01\xf2\x5c\x64\x27\x5a\xc7\xd8\xe2\xae\xb8\xfd\x49\x2f\xfc\xbd\x44\x7b\xed\x6f\x53\x77\xc2\xf9\xc1\x20\xea\x91\xf3\x1a\x0a\x92\xa6\x59\x88\x26\x71\xa7\x05\x6b\x00\x97\x22\xdf\xfd\xa6\xb0\xfd\x54\x0b\xdd\x25\x7b\x1d\xd6\xc8\x70\x5c\x89\xec\xc2\x55\x89\x24\x98\x63\xf0\x54\xc7\x8f\x31\x39\x8e\x2b\x6f\x29\x16\x7f\x04\xea\xa7\x10\xb8\x44\x8a\x46\x52\x1e\xcb\x4c\xf0\x0a\x50\x1c\x57\x6b\x10\xbc\x6b\xaf\xec\x55\xad\xa0\xc4\x5e\x20\x02\x76\x12\x71\xc1\x4f\x61\x6c\xab\x58\xd3\x7a\x6c\xe7\x1e\xd6\xd1\xba\xd2\x09\xd6\x8e\xf2\x69\xc9\x0b\x1f\x6d\xc0\xbd\x0c\x83\xcd\x25\x53\x7d\x5c\x89\x34\x51\x26\x1c\x67\x78\xab\xd0\x0c\x35\xb8\x2a\xf7\x34\xb8\x42\x9c\x58\xe7\xc9\xf7\x8c\xc6\x66\x62\xff\xcd\xf6\xd9\x01\x8d\xcd\x60\xc4\x6d\x03\xa8\xeb\xaa\xf6\x03\xca\xa8\x94\x78\xea\x83\x26\xb0\xd4\x7a\x6d\xc0\xde\x8d\xcf\x47\xab\x88\xab\x7d\x3a\x41\x41\x52\x1d\xfc\xf7\x7c\xf2\x18\x2c\xaa\x45\xa7\xbb\x9b\xc0\xb8\x71\x16\xe4\x8b\x4f\x49\xa6\x3b\x10\x90\x0f\x5e\xd1\x09\xa6\x6d\xf2\x0a\x0e\xeb\xb1\x8e\xf0\x2d\xc4\xcb\xc4\xdb\x88\xf5\xd0\xa5\xf6\xe3\x10\x5b\xe8\x00\x23\xf5\x4e\x06\x4f\x73\x78\x9e\xf3\x46\x6e\x2e\xce\x5f\x44\xc2\xf4\x20\xbc\xf6\xd8\x49\x32\x74\x83\x74\x3c\x7a\x93\xa5\x6d\x1c\xb4\x7a\x7d\xea\x39\x18\x3d\xe8\x4f\xb4\xde\x79\x96\x81\x4a\x89\xf1\x11\xda\xb6\xe6\x07\x8b\xa5\x9c\x85\xa5\xee\x41\x59\x83\x37\x15\x0e\x5f\x70\x63\x1f\xa2\x29\x21\x8a\x87\x58\x4b\x14\x09\x50\x42\xa8\xd4\xa3\xda\x80\x0a\x6d\xb1\xc7\x8f\x6d\x15\x77\x43\xb4\x7a\x4a\x8c\xd7\x26\x4a\x4e\xe0\x93\x25\xee\x5c\x54\x4e\xfd\xb3\xed\xe9\x37\x8d\x8e\x9f\xf0\x14\xc4\xb5\xae\x55\xea\xa3\xe7\x9c\x1e\xb3\xba\x7a\x14\xe2\x5d\xb8\x6c\xfc\x57\xbb\x74\xc3\x4f\xf7\xcc\xf3\xc8\x0a\x50\x0f\x5d\xb1\x5e\x33\xeb\xaf\xdc\xa0\xe5\x3b\x7a\x75\x17\x8f\xe5\x21\xc8\xd6\x38\x56\x7f\x3e\x03\xa3\xe6\xfc\xea\xaf\x34\x78\xae\xa3\x8f\x4f\xe6\x9f\xb7\xa0\x42\x25\x21\x96\x62\xa8\x3e\x85\xde\xad\xc7\xb7\xed\xc5\xdb\x8a\x85\x65\x27\x90\x52\xbc\x97\xb0\x26\xd9\xeb\x0b\xbd\xf8\x61\xd5\x83\xb5\x82\xb2\xa2\x2d\xf5\x2e\x5c\xfe\x21\x7e\xcd\x33\x5a\x88\xe2\x95\xe8\x5d\x81\xda\xf5\xf0\xb9\x52\x66\x58\xb1\x13\xde\x07\x5d\x8d\x02\xe4\xbd\x76\xe8\xb0\x59\x20\xaf\x0c\xc9\x0c\xf4\x91\x77\xef\xc3\x98\xea\xd5\x4f\x79\x33\x3b\xd0\xef\x95\x9d\xd5\x53\xfa\x72\xff\x78\xbf\xc7\x4e\x54\x93\x67\xeb\x23\x58\xdc\x34\xe6\x69\x37\xa2\xdc\x10\x3f\x0d\x5e\x48\xaf\x8b\x9f\x5f\x09\xf7\x8b\xba\x1a\x0b\xa9\xa4\x46\x75\x30\xad\x97\xb1\x73\x37\xdc\x2c\x5b\xb6\xa5\x10\xcb\xef\x2d\xb8\x37\x0e\x1c\x05\xb1\x0e\x2a\x57\x76\xd9\x97\xe6\xee\x91\xff\xc8\x69\x32\x38\xda\xdd\x77\xa8\xf5\x8a\x23\xe4\x1e\x4b\x9d\x08\x42\x86\x0c\x0a\x1f\x51\x47\x10\x64\x5d\x5d\x33\xc8\x7b\x20\x43\xd3\x48\xf2\xa7\x45\x21\x2c\x9c\x10\x4b\x7b\x9e\x5c\x72\xe2\x4b\x29\x2e\x6a\xc4\x59\xb0\x6a\x16\xb5\xb8\xca\xab\xa5\x3c\xca\x47\x05\x5e\x94\x6b\xad\x03\xfb\xc8\x1f\x7c\xb7\xc0\x4a\x6e\x8d\xf4\xa6\x30\xc2\x0d\xe8\xd1\x4a\x5d\x22\xda\x16\x5d\xc6\x3d\x22\xed\x9a\x5b\x71\xf9\xb0\x2d\x98\xb4\x14\x8e\x1f\x24\xbe\x90\x0d\xa0\x3b\x60\x0f\x95\xe9\x2e\xa8\x42\x0a\xc9\x7e\xd9\x60\x73\x08\x72\x07\xa5\xe6\x82\xc9\x7d\xd1\x81\x36\x94\x80\x3f\xd6\x3b\x80\x06\x86\xa1\x8e\x16\x77\x4f\xcb\xbb\x4e\xb7\xf5\x06\xdc\x2b\x18\xeb\x69\x7b\xd9\xed\x8f\x34\x60\x2e\x9f\xc9\xe4\x2b\x03\xe4\xe0\xc3\x4c\x82\x05\x82\xc0\x0f\x65\x8e\x1a\xde\xe4\x63\xdf\x7b\x5d\xd6\x83\x58\x3d\x64\x9d\x06\x45\xf5\xbb\x80\x14\xcd\x7b\xb3\xe4\xde\x4d\xbc\x57\x52\xf5\xaf\xf3\x0b\x3b\x3f\x87\x35\x79\x7e\xbe\xc3\x4e\xce\xd8\x9d\xbd\xcb\xab\x26\x3a\x76\xdf\xe3\xc7\x71\xbb\x2c\x1b\xd8\x7a\x6c\x8f\x8d\x76\xd9\x5d\x37\x02\x1e\xd7\xf2\x9f\x4b\x46\x0f\x30\x13\x1e\xe1\x93\x48\x86\x56\xc1\xa3\x93\xc5\xd9\xae\x9d\x59\x32\xbb\x1e\x16\xb0\xd9\x34\x19\xac\xc0\x24\xe1\xaf\x23\xfd\x92\xe3\x78\xaa\xc2\xc6\xc8\x5e\x45\x45\x87\xcc\x38\x80\xeb\xe9\xc6\x01\x5c\xf6\x1b\x42\x40\x93\x23\xd0\x07\x42\xf7\xa6\x9d\x11\x1a\xed\xb0\x1c\x63\xf5\x72\x06\x8e\x0f\xd4\x36\x53\xd5\xf0\xee\xbe\x2c\x0a\x5f\x18\x68\x1f\xa5\x87\xf6\xf3\x73\x78\x60\x43\xae\x4f\x60\xee\xb1\x6c\x97\xae\xad\x8c\xc4\x46\xdb\x63\x23\x17\x88\xcf\x86\x2b\xc0\x77\x28\xd5\xd3\x1d\xd6\x39\x3f\xf7\xcb\xbb\xaf\x1e\x8c\x5d\x35\x4b\xb1\x7e\xd7\xed\x74\xff\xcb\xea\xfd\x5f\xc8\xea\xfd\xcb\x3d\x19\x82\x7b\x69\xcd\x72\x4d\xda\x8c\x4b\x23\x8e\x7a\xfa\x5e\xe6\x0a\xd2\x4f\x4c\x28\x8e\xe5\x32\x56\x30\xcb\x65\xa0\x4e\x96\xcb\x50\x89\xad\x45\xa3\x8c\x6a\xa9\xc5\x3d\x08\x05\x68\x92\x95\x94\xfa\x56\x6a\xc1\x05\x5d\x7c\xc9\x1b\x1e\xe0\x46\x7f\x7e\x99\xc7\x55\xd4\x8b\x8b\x3d\x89\xdd\x77\xc1\xd4\x63\x5b\xd6\x8b\xc5\xca\xb2\xa8\x8d\xb1\x7e\xf1\xe6\xb6\x10\x6b\x97\xb6\x33\xbf\x76\x8d\x63\x70\x8d\xfd\x7c\xbd\xc2\xfa\xac\xf3\xbb\x35\x4b\xe3\x5c\xf6\xd8\x1f\xd7\x2b\xff\xa1\xaa\x9a\x1e\xfb\xe6\x2c\x34\xed\x3b\x56\x3c\x4d\xfb\xe8\xbd\xc6\x17\x37\xb6\x94\x22\x33\x06\x7a\x8e\x6f\x2a\xd6\xf1\x16\xec\xd7\x20\xf8\x1d\x30\x58\x88\x3e\x02\x70\x5e\xbe\x3b\xec\xff\x20\xae\x44\xd1\xdf\x82\x47\xad\x22\xe7\x65\xc3\x90\x0a\x97\xb5\x18\x10\xd3\x4c\x4d\x52\x0f\x7a\x56\x36\x7f\xcd\x93\x2f\xf4\xe8\x78\x26\xf0\x87\x7e\x77\x05\x89\xcb\x94\x0c\x1f\x78\xe1\x78\x13\x99\x9a\xa1\x48\xae\x6f\x3f\x51\x7d\xc5\x64\xa9\xfe\xbd\x47\xf1\x8d\xc0\x4f\xbe\x07\xea\x83\x66\xfc\xfa\xf8\x5e\x0b\x8d\x4c\x6a\x51\x3e\xae\x8d\xb2\x67\xa2\xee\x5b\xb5\x36\x5b\xeb\x19\xf1\x33\xae\xa7\xb0\x82\xa7\x78\xb0\x1d\xf5\x90\xc3\x3e\xe0\x3a\x95\xec\x22\x3c\x0b\x5c\xb0\xaa\xf4\x9f\x32\xc0\x98\xf2\x42\xb1\xd0\xc4\x2b\xa8\x77\x48\x68\xe9\x85\x30\x11\x7e\x57\xf5\xc1\x9d\x0f\x1e\xd8\x03\x72\x70\x88\x1f\xce\xd2\x1b\xc6\x5b\x94\xf6\xed\xde\x7f\xba\x61\xb8\x12\xec\x1a\x64\x04\x43\xf6\x41\xf0\xac\x5f\x95\xc5\x2d\xe3\x45\xce\xa5\x20\xc6\x18\x9e\x46\x50\x70\x05\xc0\x42\x0b\xab\x60\x1b\x44\x23\x27\xcb\x0c\xc1\xa4\xc9\x12\xe1\x3a\x26\x4d\x5b\x74\x97\xed\x11\x09\x2b\xe1\xb7\xda\xe4\xc5\xee\xae\x35\xb2\xba\x2b\x95\xa2\x62\x74\x21\xad\xbf\xd5\x4e\x09\x13\x08\xbb\xae\xf3\x46\x18\x8c\x01\xcb\x70\xa1\x2b\xd7\x47\xa0\x11\x19\xdc\xf2\x6a\x19\xb4\xf4\x01\x61\xd9\xf4\x25\x42\xfb\x49\xec\x9f\x8f\x45\xff\x28\x19\xa0\xf2\x41\xc8\xa9\xc5\xd5\x9a\xa8\xa9\xc5\x55\x0b\x62\xdc\xe9\xf7\x3f\x13\x29\x8a\xa1\x7d\x3e\x42\x4a\x77\x9b\x77\x0f\x42\xca\xd4\x23\x89\xc7\x5a\xdb\x41\x7d\x16\x42\xa8\xb2\xd4\x01\x84\xf3\x83\x73\x45\x69\x0d\xc5\xf0\xf6\x84\x17\xc5\x2d\xcb\x1b\xc9\xec\x25\x47\xdb\x5e\x58\x8b\xf1\xb2\x86\x08\xa5\x08\x0e\x2a\x68\x53\x73\x2e\xd9\xb5\x28\x0a\xa2\x32\x85\xd8\x92\x6c\x1f\x23\xad\xac\xda\x3b\xfd\x49\xf2\x44\x67\x87\x47\xdb\x7a\x74\x22\x75\xfd\xf2\xad\xe3\x49\x7a\x10\x01\x98\xcc\xa6\x6d\x4c\x1f\x09\x5c\x33\xe9\x73\x84\x7e\x41\x0b\xae\x47\x74\x6f\x75\xa6\x91\x79\xf6\x89\xa6\xd1\xb8\x2a\x1b\x9e\x97\x92\xc9\x6a\x2e\xf0\x11\x86\x88\x2a\x44\x20\x6e\x15\x57\xce\xe5\x72\x41\xb4\x2e\xec\x35\x49\xc7\x54\xee\x31\x5d\x24\x41\x00\xf7\x89\x33\x61\x41\x78\xbd\x80\x00\x43\xe8\xdb\xd2\x94\xb5\xfa\x53\x6d\xe2\x8f\xe9\x4c\x07\xd7\x5b\xf2\x1e\xf9\x1c\x08\x71\x4f\x77\x57\x07\x41\x03\xec\xa3\xdc\xf4\xf1\x23\x90\x2a\x59\x14\xe7\x78\x15\xeb\x5e\xb0\xe2\xfb\x8d\x73\x52\x65\xe5\xe6\x6c\x7a\x18\x6f\xd0\xe0\xe0\xef\x33\x98\x42\xd0\xb1\x15\x4c\x21\x42\x8b\x65\x0a\xe9\x31\x7e\x31\xa6\x60\xae\xfa\x34\x0e\x80\x92\xd5\x0f\xff\xb2\xcf\x51\x23\x29\xe8\x2c\x22\x6e\x1a\xd0\xf6\xd4\x71\xf5\x8c\x26\x3f\xa5\x67\x7d\xde\x7b\x38\x2d\xe3\x49\xc6\xa7\x63\x5b\xcd\xbd\x32\x52\xd4\x99\xf9\x8f\x88\x69\x8d\x23\x13\x02\xf3\xe9\xcd\xb7\x9b\xd3\x76\x04\x77\x96\x6c\x3c\x4c\xe9\x71\x3a\x63\x03\xf4\x42\x82\x67\x26\x79\x1f\x96\xdc\x39\xf9\xe1\x88\xb2\xe7\xb2\x16\x5c\x79\x2f\x86\x9f\x8f\x2e\xdb\xdc\xfd\x18\x73\xf6\x0e\x2d\x48\x73\xc3\xf6\x4c\x23\x00\x75\xee\x6a\x81\x91\x07\x2a\xd9\x63\x79\x39\x2e\x96\xa0\xce\x9f\x55\x63\xe0\x13\x92\xa2\xb2\xed\x4a\xe2\xe1\x88\x4d\x42\x6a\x45\xf3\xbd\x0f\x60\xeb\xf3\xbe\x75\xef\x04\x52\x33\xe0\x78\xa4\xf6\x71\x10\xf8\x22\x68\xe7\x91\x3a\x27\x39\x8e\xf6\x29\x6c\x43\x77\x1b\x18\xb7\x23\x5e\x28\x58\x17\x7a\x4f\xe4\x25\x9b\xf1\x2b\xe1\x89\x1e\xf4\xf4\x1e\xdc\x3f\x3d\x7c\x32\x43\x20\x6b\x6f\x91\x6d\xa7\x7d\xab\x76\x6e\x7a\x65\xbb\xe7\x1d\x3d\xdf\xa9\xf3\xdc\x58\xd4\x6a\xcb\xd7\x42\x00\x5c\x49\x25\x47\x9c\xdc\x47\xa3\xf7\x6b\xdc\xa8\x4c\xbd\x2f\xb6\xa7\x8e\x1d\x7a\xcd\xcf\xcf\xd8\x5b\xc3\x5e\xfb\x7b\x2c\x84\x8d\x83\xac\xf8\x54\xb7\xff\xe5\x0f\xbf\xde\xf8\x4e\x9e\xad\xe3\x01\x2e\xb8\x60\xf8\x27\x1c\x4e\xda\xb1\x55\xf0\x34\xb2\x1e\x22\x91\x24\xbc\x10\xf8\x85\x19\xb8\x95\xf0\x31\x95\xac\xd9\x67\x5b\x67\x71\xd5\x7f\x2d\x8c\x41\x9f\xe1\xea\xf0\x0b\xa0\x6c\x3d\x41\x2e\xb9\x1e\x99\x55\x28\x58\xb9\xb8\xbe\xb4\x50\x17\x22\x27\x2d\xdc\x25\xf8\x6a\xa2\xa2\xbb\xb6\xd5\x66\x23\xe8\x8c\x6d\xd2\x2a\xcb\x90\x17\x84\x4f\x38\xc1\xe8\xca\xad\xdb\xac\x55\xd2\x4e\xe2\xfb\xd3\x44\x1a\xbc\xa9\x76\x00\x57\xc9\x34\xa6\x7d\x8b\x52\x8a\xae\xe0\xa1\xdc\xe2\x81\x54\xb2\xfb\x9f\xb3\x1f\x26\xb2\xe1\xcb\x77\x87\x83\xd8\x3f\xeb\x27\x61\xf2\x95\x09\x51\x7f\xef\x3e\x07\x82\xc2\x5b\xf5\x3f\x3d\xab\x0d\x9f\xf6\x98\x98\x0e\xd8\x45\x96\x5f\x5d\xf4\xd8\x85\x5c\xf0\xf2\x22\xda\xf9\x8c\xef\x1c\x1d\x12\x77\xce\x17\x0b\xb8\x9d\x0f\xdc\x5c\x36\x15\x49\x42\x57\xea\x0f\xdc\x44\xdb\x76\xc6\x16\xad\x5e\xe7\x39\x25\xba\x7c\xcf\x27\x6e\xa1\x06\x77\x04\x64\x85\x9e\x9c\xed\xa6\x2c\x53\x82\x0a\xfa\x0e\x1f\xc5\xac\x3d\x6a\xa8\xef\xaf\xff\x7b\xb4\x99\xb5\xad\x7f\x19\x30\x53\x02\x15\x4d\xf6\x53\xdc\xfa\xfe\xa7\xa6\x14\xa3\xbe\xef\xed\x6b\x37\xd4\x42\x5c\x2d\x51\xb4\xaf\x1c\x76\x8f\x2c\x8a\x79\xce\x05\x93\xef\x30\x89\x7d\x82\xd4\xa1\x47\xe2\x6f\x06\x0d\x9f\xbe\xd5\x01\x80\x7c\x49\xe3\xe5\xbb\x43\x06\x2f\x48\x6c\xeb\xe1\x57\xee\xde\x1d\xa0\x3f\xae\x55\x77\x80\x7c\x1e\xeb\xe4\xae\x40\xd1\xaf\xbc\x8b\x26\xf1\x45\xfc\x00\x3f\x6c\xf3\xa4\xb4\x12\x90\x01\x4b\x3b\xfd\xa5\x04\xd0\x0d\x9c\xfd\x26\x51\xc5\xda\xbc\xfe\x06\x8d\x74\x12\xf5\xd4\x3f\x05\x14\x57\x57\x2f\x5d\x40\x3f\xe3\x7b\xa4\x89\x21\x34\x5b\x2a\x00\x93\x43\x13\x59\x14\x36\xa1\xea\xc9\xe9\xc6\x4d\x5f\x57\x7f\x6b\x4a\x9c\x6e\x9c\x75\x9d\xe2\xc8\xc7\x8f\x4a\xd2\xdc\xa3\x92\xa7\xfe\xb1\xc3\xce\xf9\xca\x36\x17\xb5\x98\xe4\x37\x3b\xda\x57\x70\xd4\xe0\x7b\xc8\x8e\x5b\x1b\xb5\xb5\x36\x6a\x6d\xed\x2e\x52\x02\xef\xfe\x8a\x72\x8b\x26\xc7\xfb\xf7\x56\xb7\x31\xba\x2a\x66\x67\x4d\xf9\x68\x1d\xcf\xc4\xf8\x52\x7b\x67\x35\xd7\xd1\xf0\xca\x77\xa1\xb8\xbb\x7d\x69\x05\x4f\x1e\x17\x1a\xa4\xda\xf8\x60\x20\x17\xac\x32\x61\xc1\x07\x69\xbf\x1d\x9e\x4a\xa6\xa1\xc0\x67\x09\xa9\x03\x8a\x77\xad\xde\xe0\x2a\x07\x1b\x9f\x3f\x9a\x99\x7e\x50\x87\x8d\xea\x02\x1e\xfb\xd7\x1c\x13\x94\x4d\x8e\xaa\x7c\x80\x72\xbc\x76\xf2\xe0\x0d\xd2\x28\xa4\xe8\x5f\xbf\xc6\x40\x8f\xc5\xcd\xda\x73\x67\x5c\x7b\x7e\xc6\x30\xcd\xb5\xa0\x37\x95\x78\x19\x88\x3f\x7e\x95\xc9\xc4\xeb\xb2\x75\xa7\x93\xba\x78\xfd\x8c\x09\x75\xd7\x79\xde\x94\xda\x4b\x3c\xfb\xfb\xd7\x18\x72\xf2\x42\x69\x4d\x04\x04\x1e\x73\x3f\x1d\x05\xd4\x13\x8c\x87\x04\xaa\xa3\x45\xbe\xfe\xe5\x10\x61\x4e\x4f\x9f\x89\x07\xed\x8b\xc7\x47\x81\x3b\xef\xb8\x8f\x2f\xc9\x97\xc3\x1d\xe1\x02\x22\x46\x3b\xe9\x73\x1d\x14\x10\xc5\xbb\x24\x0e\xd6\x52\x4c\xc4\x87\x53\x7d\xcb\x50\x8b\xd2\x3a\x8a\x4f\xab\xf7\x91\x2f\xfa\x34\x00\x6f\xa1\x7c\xbd\x57\x58\x0f\x83\x6b\xbe\xbe\xde\xff\xf2\xea\x61\xc6\x3d\x7f\x62\x8f\xe2\x57\xd6\x4f\x7b\x61\x75\xb1\x5a\x76\x1d\x18\xca\x7a\x83\x03\xbc\x8e\xea\x02\x0a\xc2\xa6\xcc\x20\xe1\xcd\xd0\xda\x5c\x04\xfc\xad\x1d\x1c\x2d\x76\x0f\x44\xbb\xa9\x47\xb7\xab\xe4\x98\xe8\xc6\xfc\x02\xb1\xe7\x51\xd6\xc0\x9d\x8a\x76\x7c\xf3\x73\x00\xa3\xca\x83\x1e\xa3\xea\x99\x3d\xc8\xaa\x7a\x78\x9a\xf5\x3c\xdf\x42\xba\x11\x93\xc9\x79\x8b\x00\xb5\xd4\x32\xa9\xea\x57\x7c\x3c\xeb\x04\x37\x53\xc4\x8b\x10\x26\x38\xf5\x14\xdd\x97\xee\xae\x2f\xdc\xa1\x45\x61\x26\xda\x45\xd9\x40\xc6\xd6\x70\xda\xca\x53\xbf\xbe\x66\x50\xad\xb0\xdb\xcd\x3d\xc2\x6a\x44\xd8\xbd\xbf\x3f\xb6\xf0\x7d\x9d\x71\x50\xdb\x54\x8c\x35\x61\xe9\x46\xda\x69\xd3\x89\x52\xbf\x2e\x2d\x6d\x6b\x5a\xfa\x24\x73\xb7\x5f\x85\xa2\xb6\x43\x8a\x0a\x90\xb6\xdd\x8a\x34\x7f\x9b\xfa\x75\xf1\xf6\x5c\xe3\x2d\xbe\x58\xfc\x92\xb8\x78\xbe\x72\x75\x61\xcc\xdd\x36\x0a\x7e\x4e\xcb\x68\x55\x3e\x9a\xb4\x16\x85\x3e\x6f\x47\xb6\x2f\x1c\x45\xd8\xf6\xcd\x03\x15\xaa\x5a\x9e\x3a\x1d\xf3\x8a\x38\x6c\x34\x62\x8c\xc8\x7c\xe6\x62\x75\x85\xe6\xcc\x0e\xb0\x57\x9e\x8c\x5e\x27\xed\xae\xae\xb8\x58\x8e\x8a\x7c\xfc\x26\x0b\x2a\x93\xe4\x7b\x00\x60\x70\xc8\x08\x00\x49\xbe\x07\xff\xb9\xf7\xfe\x19\xce\x81\xa7\x19\x6c\x2c\x63\x8c\x55\xcc\xdb\xaa\x61\xf9\x7c\x81\xeb\x55\x64\xec\x56\x34\x3b\x68\x16\xe3\xc2\x58\x84\xb7\xd4\xaa\xd5\x40\x57\xd6\x37\xb1\xdb\xf5\x4a\x52\x9d\x56\x6a\x1c\xe7\x1f\xcc\x5d\x70\xb2\xb4\x5d\x83\xfd\xbd\x1b\x4a\x14\x76\x3d\xc2\xb2\xf0\xdd\x37\x87\x8f\x22\x32\xb8\x01\x0a\x97\x96\x13\x51\x20\xa7\x07\x37\x09\x74\x61\x79\x31\x4a\xb6\xd0\x6a\x25\x78\xbe\x8a\x6d\x58\xec\x6b\x57\x7e\x66\x34\x13\x5d\x52\x68\xe0\x18\xe4\x18\xcd\x3d\x02\x23\xf9\x6a\x40\xde\x7c\x7e\x75\x57\xc6\x53\xd1\xbc\x16\x22\x0b\x4d\x28\x30\x40\x4e\x3e\xb9\x8d\xfc\xcd\xd9\x1c\x67\x3a\x51\x88\x29\x1f\xc7\x25\x31\xd9\x0f\xec\xf6\x27\xd1\x80\x50\x39\x51\x6d\x6a\xb5\xfe\x49\x5d\xcd\x9d\xb7\x4f\xf0\xf2\xf9\xf2\xdd\x21\x6b\x6a\x21\x22\x69\x36\xab\xc6\xac\x0f\xaf\x4b\x50\xa4\x02\x6f\xdc\x37\x4d\xcd\xc7\x04\xae\x02\x18\xc8\xb4\xc7\x3a\x2f\x12\x64\xf5\xf8\x3b\x59\x35\xf6\xa8\x4d\x15\xd6\x6e\x45\xa7\xa2\x79\x57\x0a\x23\x75\xe5\xf2\x2f\xbc\xc8\x33\x55\xa9\xa7\xba\x13\x5c\x4a\x3d\x32\x15\x1d\x15\xbc\x40\x7b\x33\xfb\xbd\x63\x81\x0f\xc8\xc5\xbd\x4a\x8b\x1f\x03\xa6\xa2\xd9\x6f\xaa\x39\x74\xd1\xd4\x8a\x42\x58\x4d\x45\xf3\x41\x4a\xbf\x8c\xbf\xfa\xdc\x2c\xeb\x5f\x54\x75\x86\xd7\x52\x30\x5e\x32\xd5\x90\x43\x12\xc5\xba\x45\xc6\x31\x99\xa5\x86\xa2\xd4\xc7\x34\xd8\xc8\x66\xad\x08\x8f\x47\x94\x8c\xfd\x61\x17\x3d\xd8\x69\x1a\x94\x05\x0f\xa2\x66\xae\x9c\x3f\x42\x60\x8e\xb7\x0b\x08\xf8\xc0\x9b\xca\x45\x97\x02\x7e\xdd\x88\xb9\xdc\x81\xeb\x36\x43\xb5\x0a\x39\xc6\x8f\xfa\xf7\xb7\xc7\x78\xfd\xdf\xc5\xd0\x84\x35\x44\xe0\xd5\xcc\x28\xe0\x37\x0a\xd4\x7a\xda\x05\x01\xf7\x52\x15\x53\xcf\xc5\xa6\x28\xb4\xab\xc6\xc3\xe6\x22\xcb\x39\xcc\xef\xa1\xfa\x65\x7a\x49\x5e\x33\xef\x82\xfa\x3c\xcb\x0e\xaa\x32\xcb\xcd\xd9\xb0\x03\xc0\x14\x47\xc8\x75\x4c\x66\xfc\x9b\x12\x5b\x56\xd7\x37\x01\x60\xe8\xcf\x36\x28\x6a\x14\xb3\x5a\x4c\x6c\xd0\x14\x7f\x09\xd9\xa0\x60\x0e\xc0\xda\x37\xdd\xe6\x60\x33\x50\xf0\xc3\xcd\x78\xc2\x3a\x2a\x39\xf9\x0e\x00\x03\x19\xa8\x86\xd5\x21\x3b\xae\x9c\xf0\x57\x92\x09\x7c\xa3\xd3\xae\x0e\x44\x33\x9e\x75\x4e\x37\xe4\x72\x3e\xe7\x84\x30\xcc\x53\x96\xc9\xd7\x9a\xaf\xab\xf0\xa3\x3a\x4a\x80\xaf\xe8\xaf\xdf\x05\xf2\x75\x7f\xef\x17\xcb\xd1\x4b\xde\x08\xd2\xf3\xe5\x22\xe3\x8d\x58\x39\xff\x60\x93\x8e\x15\x57\xf4\xca\x81\x06\x59\x98\x37\xc2\x56\x5a\xdd\x2f\x63\x53\xac\xa0\x50\x41\xa8\xab\x97\xa8\x21\xe7\x88\x0c\x27\xc0\x6e\x93\x54\x6c\xa3\x5d\xb4\x56\x6a\x25\x5d\x5b\xf5\x61\x04\x2b\x3f\x8f\x5c\x93\x64\x0a\xbc\x32\xa6\xce\xbb\x7b\x86\x46\x28\xc2\x84\x32\x1f\xad\x18\xa3\xa6\x80\x15\x34\xe1\x85\xad\xd1\x99\x71\x47\x1d\x1c\x4b\x00\xa6\xec\x9a\x1d\xe7\xcb\x66\x66\x62\x82\x8b\x39\xcf\x0b\xd7\x03\x23\xa9\x79\xfb\xea\x04\x37\xad\xbb\x68\xdf\x62\x1f\x8e\x8e\xfe\x29\xbb\x56\xb4\xc5\xfa\x9b\x16\x79\x61\xf4\x36\x2e\x7c\x75\x4b\x53\x95\x8e\x90\xae\x86\x1e\xed\x6f\x0f\xa0\x31\xc7\x86\xee\x0d\xf0\x79\x72\xb6\xc6\xbe\xe9\x89\x27\x03\xb9\x1c\xc9\xa6\x56\x3b\xe6\xf3\x2e\xdd\x49\x33\x0c\x7c\xfa\x89\x9b\xab\x2a\x9b\x1e\xf7\xba\xdb\xec\xbf\xcc\x8e\x3a\x5d\xfe\x33\xf6\xd4\x76\x28\x86\x37\x25\xb6\xd5\xb5\x61\x44\x7c\x24\x48\x58\xb5\xd3\xc7\x1b\x8d\x4e\x59\x77\xa3\xf9\xfc\x6d\xe6\xb3\xf7\x95\xfb\xb7\x88\xd6\xaa\x2d\xe8\xbf\xbf\xe2\x5a\x38\xbf\x87\x7d\x17\x5c\x36\xdf\x2f\xf3\x22\xf3\xf0\xfd\x9f\xc1\xc4\xe7\xbc\xe4\xd3\xbc\x9c\xbe\xca\xf2\x06\xd3\xd6\xe2\xe6\x6a\x58\x87\xaf\x5e\xbe\xd9\x3f\xff\x6f\xaf\xfe\x76\x74\x7e\x74\xfc\xe1\xcd\xdb\x3f\xb1\x3d\x76\x72\xba\xb1\xac\x0b\x3d\x23\xda\x00\x56\x0d\xb7\x9c\xe2\x1d\x4a\x50\xef\xcd\xdb\x63\xa8\x04\x8d\x9c\x6e\x4c\xf2\x42\x1c\xe5\xff\xf0\xa2\xe6\xe6\x4d\x8d\x38\xb2\x85\x6a\x3e\x17\x41\x9a\xe4\xf3\x45\x91\x97\xd3\x20\x59\x33\x6a\x1a\x60\x31\x5b\x62\x04\x3d\x1a\x38\x57\xe4\xd3\x19\x8d\xa1\x78\x9d\x67\xcd\x0c\x83\x26\x06\x67\x60\x5e\x14\xc8\x8b\x3c\xe7\xdc\x1c\x59\x32\xb0\xb3\x70\x37\xbb\x9e\x89\x5a\x68\x03\xf7\xa6\x62\x52\xf0\x7a\x3c\x63\x79\x19\x6c\x64\x87\x1e\xd0\xd4\x3e\xe6\x33\x3e\x00\x9b\xd2\x46\xb8\x97\x83\x23\x2b\x25\xd2\x2e\x82\x0a\xd8\xb7\x17\xa4\x84\x45\x71\xf4\x68\xd8\xbc\xe0\xc2\x15\xd1\xb3\x17\xb2\x7e\x95\xbc\x9c\xef\x18\x18\x03\xfc\x0e\x94\x51\x72\xa9\xfd\xd7\xef\xb0\x47\x8f\x4c\x49\x9b\x48\x0a\x53\x6e\x6f\xef\x83\xce\x21\x68\x6d\x2f\xa6\x4b\xb8\xe2\x88\x52\x77\x55\x85\x6f\x53\xa5\xed\x2d\xd2\x79\xca\x15\x8a\xc3\x44\x0a\xea\xf9\xd6\xc9\x79\xe4\x1e\x85\xc4\x12\x3c\xc1\xbf\xf1\x35\xb0\x41\x12\x37\x25\x9c\xae\x9c\x49\x69\x17\xd2\xef\x52\xe8\xe0\x11\x3a\xde\xbc\x3d\x0e\x71\xf1\xe6\xed\xf1\xae\x2a\xfa\x6d\x54\xce\x61\x81\x3f\x00\x0b\x50\xf5\xe4\x9c\x7f\x29\x14\x80\x74\xf7\xa6\x6c\xc2\xca\x3d\xb6\xf5\x6c\xc5\xa9\x25\x78\x4f\x32\xb4\x24\x6e\x16\xb5\x90\x32\x75\x78\x83\x86\x49\x01\xb6\x17\x77\x2e\x06\xd3\x76\x2d\x8c\x91\x3c\x14\x48\xc3\x93\xbb\xbe\x18\xac\xb8\x49\x55\xba\x18\xa6\x23\x8c\xcb\x02\xa2\x5b\xc8\x43\xb4\x6e\x23\x3b\xd6\x05\x14\x23\x29\xaa\xea\x52\xcd\x75\xeb\xab\xbb\xe5\x34\xb1\xc4\x6c\x23\xf3\xd4\xe6\x8a\x2b\x64\x36\x44\xdc\xd5\x8d\xe3\x7d\xff\x27\x70\x1c\xaf\x7e\x4f\x07\x3f\xd9\xea\x9e\x3c\x3b\x8b\x11\x02\xfa\x0f\xe2\xa6\xa1\x66\xa8\xdc\xd7\xa1\x66\xdc\x1a\xda\x7c\x12\xbe\x06\x31\x73\x8e\x51\x36\x88\x5f\xe2\x05\xfb\x49\xc7\x39\x68\x2a\x9b\x94\x97\xa0\xde\x60\x5f\xe6\x13\xa7\x93\x70\x38\x8d\xc3\x7f\xc4\xe5\x51\x3a\xb0\x08\x83\xde\x99\x37\xfa\xd4\x0b\x7d\xfa\x7d\x3e\x7e\x9d\x27\x93\x45\x2e\x88\x07\xaa\x6b\x07\xd8\xb3\x6e\xe7\x21\x33\xe9\x77\x4c\xcd\x66\x77\xd0\xd4\xf9\xbc\x13\xd0\xf8\x7e\x96\x49\xc6\x8d\xab\x86\x5b\x50\x12\x2f\xcd\xf5\x71\x3e\x61\x79\x03\x5a\x2f\x5c\x07\xf3\x0f\xa7\xb1\x1a\xfd\x6c\xd4\xce\xd1\x65\x07\x6a\xbd\x8b\x8c\x16\x52\xc0\x99\xb9\x4a\x87\xd9\x5e\x4d\x09\x9e\x71\x76\x83\x16\xcf\x4e\x44\x52\x32\x93\xc8\x6c\x8f\x63\x5a\x21\x11\xbe\x34\xb5\x98\xc0\x1a\xa9\x3a\x0f\x25\x1d\x4a\x0c\x91\xf4\x56\x8d\x7e\xee\x41\x2b\x3d\xf6\xe5\x49\x44\xb1\xf3\x2b\x5e\x58\x11\xb5\xad\x05\x22\xa0\x5e\x71\xea\xf5\xad\x1a\xfd\x7c\xa2\x3a\xa7\x78\xf6\x15\x2f\x7c\x42\x38\x98\x89\xf1\xa5\x54\xb5\xc2\x88\x6a\x20\x38\x59\x8b\x93\x88\x04\xd0\x47\x9c\x5a\x47\x25\x31\x5d\x10\x6e\x12\x52\xba\x45\x3f\xb5\x44\x6f\x4b\xb4\xe5\x2b\x4e\xd9\x17\x82\x0e\xb4\x1b\x32\x3b\xec\x0c\x5e\xfb\xd7\x52\x9e\x6e\xa8\x03\x3e\x4d\xc4\xb7\x80\x30\xb5\xce\x26\x3b\x1f\x5e\xbe\xfe\xe7\x84\xb8\x5c\x96\xf9\xdf\x97\xe2\xa8\xaa\xa9\xff\x2d\x88\x06\x52\x0b\xf3\xf8\xfd\xbe\x92\x79\xe0\xc2\xab\x16\xf3\xea\x4a\x1c\x2d\x47\x10\xb0\x21\xf6\xcb\xa5\x5d\xe7\xc4\x3e\xb9\x74\x46\xf0\x5a\x94\x5f\x89\x52\xa1\x9f\x83\xdb\xc4\x6a\x82\x24\xae\xa8\x48\x35\xc3\x78\x79\xcb\xe6\x62\x3e\x32\x81\x0d\x72\x69\x96\xa4\xc8\xd4\x46\xc8\x4b\xd0\xed\x8a\xa8\x01\xb5\x9f\xac\x2c\x3d\xc9\x8b\x46\xd4\xc1\xe4\x7f\x10\x73\x9e\x97\x79\x39\xd5\xa5\xa1\x01\x8e\x31\x61\xe5\x72\xd4\xd4\x42\x87\xd0\xe4\xe3\x19\x73\xcd\x0c\xbd\x50\xa6\x04\x19\xf0\x9a\xed\xbf\x68\xe6\x99\x79\x48\xb5\xae\xf3\x30\x73\x48\x3c\x70\x28\xba\x54\x04\x0f\xed\xc0\xc6\xdc\xa9\x6a\xa6\xf5\xb3\xf2\x46\x32\x5e\x8e\x85\x6c\xaa\x5a\x76\x81\x3a\x8b\x5a\xf0\xec\x96\xe0\x01\x8d\x85\x2c\x40\x40\x65\x68\x24\x73\x3d\xcb\x0b\xc1\x3a\xfd\xbe\xea\xd2\x77\x7b\x41\xcc\x61\xea\xc3\x57\x75\xf6\x24\xcf\x6e\xfc\x10\x39\x44\xc2\x79\xa2\x30\xa7\x26\xc7\xe9\xe3\x01\x83\xd6\xbe\x18\x91\xae\x06\x5e\x85\x9f\x84\x42\x2c\x9b\x56\x10\xe9\x79\x56\x57\xcb\xe9\x0c\xaa\xe3\xb4\xdb\xf7\x41\x51\x66\x3d\x26\x2b\x76\x2d\x58\x55\x16\xb7\x1e\x0c\xb0\x8e\x35\xeb\x98\x4e\xd9\xa2\x16\x63\x08\xdb\x6b\xba\xb3\x2c\x33\x51\x83\x47\xc8\x3c\x13\xb5\x89\xa8\xe3\xda\xf3\xfa\x16\x04\x58\x07\xf4\x40\xe0\x6d\x33\x6d\x5c\xe2\x3b\xf9\xbb\x89\xd6\x84\x53\x45\xfa\x6c\xab\x1b\xa3\x91\x69\xa7\xab\x72\x20\x17\x45\x3e\x16\x0a\x9a\xda\xf3\x02\xe1\x53\xcd\x5c\x5e\x2e\x5b\xbc\xb6\x5a\xa9\xdc\x4c\xbb\x79\x8a\xd7\x6e\x83\x6c\xfa\x2e\x2d\x61\x7e\x0e\x5a\x3c\x10\x19\x6d\x0b\x39\x40\x7b\x79\x21\x3b\xa6\x4a\x1c\x08\x7a\xcd\x71\xa8\x7f\xa3\x5a\xf0\x30\xcc\x4e\x2c\x5c\xfb\xd2\x05\x80\xf6\x9f\x2f\x43\xae\xe2\x7d\xfb\x0e\x14\xd4\x00\x71\x1b\x35\xcc\xa9\x9a\xc0\x6a\x81\xb9\xe7\x53\xb5\x5d\x37\x86\x31\x68\xfa\x2c\x81\x91\x60\x8a\x67\xa3\x88\x37\xc7\x94\x69\x03\xff\x1f\xe5\xcd\x9c\xcb\x4b\x14\x23\xe1\x42\xb9\x2a\x8a\xea\x5a\x51\x2f\x5a\xac\xed\x58\x86\x63\xd5\x5c\xab\x3a\x13\x35\xa4\xb3\xef\x14\xd8\x1a\x61\x95\x98\x91\x97\xd3\x9e\x0b\x6d\x09\x49\x3d\xa6\xa3\x4d\x30\xb5\x87\x17\x85\x25\x60\xe9\x56\xb4\x82\x65\x6b\x8d\xab\xba\x16\x72\x51\x61\xf0\x42\x1d\x4d\x0a\x40\xa9\x0a\xd7\xb3\x7c\xac\x3b\x9b\xd7\xb2\x61\xe3\x19\xaf\xf9\xb8\x11\xb5\xde\x0b\x35\xb4\xbf\x1e\xfe\xc0\x6a\xa1\x0e\x25\xa2\x6c\xb8\xc1\x9f\xe3\x3d\xd5\x58\x6d\xdf\x66\xbd\xa4\x4b\x27\xfa\xc6\x27\x0d\x86\x79\xe7\xa5\xd4\xa5\xa6\xa2\x14\x35\x2f\x6c\x3c\xea\x01\x3b\x9e\x2d\x65\xcf\x33\x14\x35\xdb\xae\x06\x07\x3d\x30\x4e\x00\xdd\x50\xd0\x74\xde\x08\x54\x88\x22\xe8\x27\x1b\x89\x49\x85\xe4\x90\xd7\xbe\x86\x2c\x4c\xc2\x52\x86\x48\xc7\xff\x4b\xbb\xdd\x5b\x7c\xeb\x5c\x14\x1b\x00\x38\x06\xed\xaa\x26\x1a\x1a\xb6\x01\x7a\x33\x7d\x88\xe8\xe6\x30\xd4\x49\x8c\xde\x8c\xba\x3b\x00\x1a\xb3\x46\x54\x64\xa4\x32\x38\xb4\xe0\x90\x10\x16\x15\x5e\x78\x99\x99\x81\x7a\x8a\xc0\x0a\xb0\x06\x57\x8b\x82\x83\xba\xb9\x1d\x06\x31\xbb\xc4\x21\x4a\xa7\x3a\x04\x13\xd9\xcf\xc4\x42\xc9\xc8\x65\x33\x18\x5a\x6a\x3e\xaa\x96\xf5\x58\x20\x15\xcf\x9a\x66\xb1\x33\x1c\x5e\x5f\x5f\x0f\xae\x9f\x0f\xaa\x7a\x3a\x3c\xfe\x30\x74\x5e\x16\x9f\xf7\x0f\xaa\x5a\x0c\xa7\x45\x25\x25\xaf\x6f\x07\xb3\x66\x5e\xfc\x26\x6b\xfa\x06\xdf\x7d\xe8\x4a\x6a\x63\xde\x47\x65\x0d\x3b\xb5\x8a\x94\x97\x20\xe8\x6a\x31\x5b\xad\xf1\x5c\x56\x65\x58\xf1\x7b\x74\x2d\x28\x94\x20\xbe\x4e\x4d\xa7\xef\x6c\x16\x34\x5e\xc0\x8e\x70\x1b\x52\xf5\x16\x4b\x4d\x03\x9b\x0e\x87\x86\xb1\x38\xa9\xe2\x48\x08\x83\x8e\xac\x9a\x0f\xe4\x42\x8c\x07\xd7\x33\xde\x5c\x4f\x01\x2f\xbf\xc9\xaa\x79\x5f\x41\xe9\x6b\xf9\xc9\xe0\xc0\xb2\x28\x73\xfc\xe6\xde\x93\x33\x52\x9b\xa4\x66\xb0\xbe\x0e\x76\x5a\x1a\x03\x46\xbe\x8f\xc7\xe4\xef\x3d\x79\x83\xa3\xbb\x48\x49\x23\x5c\xa9\xf4\x51\x22\xdd\xec\x08\xfb\xf8\x0a\xe5\xc1\x22\xcc\xfa\x99\x7f\x53\x0c\xef\x32\xb0\x36\x94\xd8\xa8\x8d\x9a\xac\xcc\x47\x35\xdd\xd1\xac\x69\xbf\xcb\x5e\xe8\x49\xdf\xc1\xbf\xbe\x3f\x3d\x2d\x97\x68\x90\x5e\x07\xcc\x60\x06\xcb\x52\xce\xf2\x49\x63\x0b\x51\xfd\x2b\xdb\x15\xfd\xcb\x87\xae\x3b\xfd\x90\x0e\x7f\x6f\x3a\xfc\xbd\xee\xf0\xf7\x6b\x77\x78\xf4\xc5\x3a\x0c\xb7\xa3\xfc\xe6\x0d\x88\x8f\x87\xbc\x99\x0d\xe6\x79\xd9\xb1\x08\x41\x51\xb2\xe7\x1a\xc4\x04\xfa\x90\x80\x92\xe7\x33\xbf\xd3\x2a\xf1\x5b\x03\xf8\xf1\x63\x8b\x61\x10\xf7\x80\x0c\x46\x34\xc5\x37\x95\xce\x6e\x9e\x3e\xf5\x7b\x69\xe4\x25\x55\xf1\x59\x8a\x76\xb6\xd8\xf0\x09\x7b\xf9\xe6\xe8\xe0\xdd\xdb\xb7\xaf\x0e\x8e\x5f\xbd\x64\x4f\x86\xf1\x40\xe5\x4c\xad\x98\xf7\x46\x41\x96\x76\x8a\xaa\xdb\x41\x51\x74\xcf\xa7\xe8\x98\xd6\x4a\xa9\x0c\x71\x17\xbb\xc0\x1b\x26\x5d\x15\xae\xc8\x28\x51\x44\x0d\xcf\x34\x38\xc8\xb5\x08\xc8\xad\x1f\xff\xef\x58\x94\x69\x00\x76\x23\x23\x73\x7f\x8c\xc9\xf5\x46\xf0\xf6\x3b\x85\xb7\xd7\xef\x7e\xf8\xe1\xdd\x4f\x6f\xde\xfe\x89\x3d\x19\xb2\x8f\x6c\xeb\xf7\x2a\xf1\xe0\xdd\xdb\xe3\xfd\x37\x6f\x5f\xbd\x3c\xff\xfe\x6f\x0e\x99\x2c\x79\xa7\x18\x41\x89\x67\x2f\xd9\xad\xfd\xd4\x54\x6e\x2b\x60\xef\x3f\xbc\x3a\x78\xf5\xd2\x76\xe9\x8f\xa4\x47\x47\x11\xfc\xb6\x8a\x81\xd6\x68\xeb\x81\xb3\x25\x87\x08\x83\x70\x76\x8d\xce\x8e\x6c\xc4\x25\xca\x54\xb8\x63\x47\x6c\x9d\x05\x8e\xb7\xd4\xfe\x0a\xf0\xc8\x99\x33\x5b\x2a\xc1\x97\x9b\xdd\x73\xc0\xde\x4c\xc8\x79\xc5\xde\x0a\x91\x53\x48\x56\xc1\xe9\x67\x24\x8a\xaa\x9c\x02\x38\x2d\xa0\x49\x3e\x77\x6d\xa9\xd3\x4d\x6d\x44\x91\x5c\xb2\x65\xa9\xf6\x92\x7c\x92\x27\xb4\x1b\x10\xf8\xbe\x19\xdc\xcb\x77\x87\xc9\xab\xc3\x83\xaa\x28\xc4\xd8\xec\x27\x78\xfa\x32\xa7\x68\xd5\x18\x1e\x10\x7d\x29\x28\xda\x69\xdc\x65\x40\x70\x8a\xc5\x4e\x98\x33\x2c\x9e\xa3\x3b\x7e\xf0\x91\x1e\xcb\x7b\x0a\x31\x44\x33\xf7\x11\xaf\x6b\x77\xd0\xd0\x85\xd8\x53\xe6\x19\x95\xe8\x13\x86\x6a\xd3\x01\xe4\x61\x64\x01\xb4\x17\xd2\x53\xd8\x4a\x15\x58\x2f\xd0\x2e\xb7\xd5\x1e\xc7\x54\xd8\xb6\xf4\xfa\x5b\xe9\x35\x65\x15\xe4\x09\xd0\x68\x81\xb5\x01\x6d\x81\x19\xee\xb0\xc1\x13\x6a\xe2\x98\xe4\xdd\xd9\xb8\x8f\xff\x0a\x79\xfe\x39\x9d\xfb\xaf\x90\xe7\x0f\xba\x37\x7c\x50\xac\x82\xcf\x8a\x4a\x60\xaf\x16\x5b\xe3\x9e\x53\x55\x75\x2f\xf8\x79\x6b\x8d\xa6\xe6\x57\xa2\x96\xbc\x58\xbb\xc6\x9c\x97\xf9\x62\x59\x68\x55\x80\x35\x2b\xfd\x7d\x29\xea\x5b\x70\x24\xbc\x66\x05\xab\x4a\xbf\x5e\xf1\x99\x28\x16\xa2\x96\x6b\x97\x9f\x08\x91\x45\xa5\xc1\x89\x50\xa6\x4e\xf7\x18\x9e\xfb\x47\x29\xf4\x79\x64\x2e\x9a\x59\x95\x49\xbc\x98\xbb\x70\x02\xf3\x05\xcb\xc0\x3a\xa8\xb8\x1d\x58\xa7\x44\x6b\xdf\xf9\xde\x4b\x82\x30\xef\x48\x7d\xf7\x70\x04\x46\x59\x82\x27\xcf\xa3\xbf\x04\xc3\x20\xd6\x68\x12\x88\xef\xb3\x1b\x45\xef\x05\x0f\x68\x56\x2d\x82\xcf\x1f\xaa\xb8\x69\x1e\x34\x56\x5c\x8d\x9f\x3f\x5a\x6d\xd6\xff\x80\xa6\x0d\x77\xf8\xec\xb6\xad\x25\xf9\xda\x8d\x13\x86\xf5\x99\xad\x53\xcb\x6d\xd3\xfc\xaf\x6e\xbc\xe3\x3d\xaf\x1e\xa3\x93\xa9\xb6\xec\xb7\xe8\x34\x28\xce\xfe\xfe\xf6\x4d\x96\xae\x47\x52\x1b\x21\x1b\xe7\x49\xe5\xd3\x1e\x76\x54\x61\xc3\xfc\x22\x7b\x21\xc2\x15\x75\x51\xfd\xdc\x67\x75\x80\x1a\x3e\x3d\x47\x9f\x3c\x2b\x1c\xff\x90\x60\x53\xd4\xbc\xa6\x3d\x86\x5f\x14\xbf\x4a\xeb\x2c\x05\xbe\x59\x02\x2e\xd2\xd5\xc5\x1e\x3f\x86\x66\xe0\x0b\x14\x66\xbb\x7e\x18\xad\x94\x94\x48\xfa\xf5\xa4\xbd\x43\x09\xce\xb5\x4a\x50\xfc\xf4\xfe\xdb\xae\xe3\x21\x8f\xcf\x85\x1b\x82\x71\xda\xa3\x50\xaf\xb5\x83\x6d\x3b\x49\x87\x69\x26\x8e\xa2\xf1\x0c\xf1\x59\xa8\x57\x50\x10\xb3\x68\xbd\xd8\x86\xd9\xfb\xe0\x58\x10\xd0\x25\x08\xa4\x92\x1c\xa1\x39\xba\xad\xf4\xb9\x4d\x46\x89\x5e\xb7\x7f\x0d\x02\x13\x37\x0d\x99\x21\xd5\x0e\xe2\x01\xed\x64\x3f\x15\x0f\xf7\xb7\x64\x1b\x41\xb7\x1e\xbc\xe1\x3e\xa6\xee\x62\x1f\x1d\x5a\x7b\x6b\xdf\x5e\x29\x07\xcf\xe9\xf4\x05\x7e\xdf\xf7\xed\x97\x50\xa8\x71\xb7\xb2\x76\x14\xf6\x59\xef\xda\xa8\x3f\xcc\x8c\x2f\x0c\xd4\xfb\x28\xc9\x7d\xb6\xd6\xed\x59\xf0\xba\xc9\xc7\xcb\x02\xd5\x11\x96\xf1\x2b\x3d\xd8\xa1\xa9\x4a\xc0\x64\xb4\x62\x57\x8f\xf9\x0f\xf6\x64\xaa\xbd\xf7\xf9\xf4\x5c\x7f\xf6\x42\x84\x36\x3a\x54\x27\xd2\xaa\xb8\x91\x59\xf0\x8e\x81\x9f\xb9\xea\x83\x66\x50\xc9\x43\xf5\x02\xdb\xbb\x8b\x27\x9b\xbd\x86\x9b\x79\x6f\x72\xaa\xf9\x28\x2f\x85\x37\xdd\x23\x76\x84\x17\xf1\xed\x05\x53\x33\xcd\x2f\xc1\x29\xa4\x7e\xad\x2b\x33\x3d\x1a\x95\xe8\x3c\xbd\x88\x5c\x51\x01\x00\xd1\x2f\x32\x78\x53\x6f\xc0\x48\x16\x78\x87\x31\xaa\x35\x69\x57\x26\xd8\xa9\xd7\xcb\x72\x2c\xfd\x0b\x86\xfb\x50\xcc\x75\xc2\xc7\x8f\x6c\xa4\xe3\xdf\xb7\x60\x4d\x07\x1c\x65\xfb\x56\x6b\x89\x3c\x35\x94\x46\x0f\xe1\xfe\x95\x20\x6e\xc4\x78\x89\x51\xad\x8a\x02\x17\x05\x3c\x4f\x5d\xe8\x06\x2e\x92\x38\x03\x70\xa0\x33\x73\xab\x11\x36\x67\x73\xde\x8c\x67\x1a\xd1\xc9\x97\x85\xbc\x10\xc7\x42\x36\x1d\x0d\xd9\x37\x8e\x55\xb8\x72\x81\x03\xc1\x39\x9f\x29\x17\xe8\xff\x5e\x8a\xdb\xe8\xc2\x46\x2f\x25\x83\x95\x93\x4b\x71\x7b\xb6\x1b\x2d\xa3\xb5\x8e\xba\x28\x21\xf4\x98\x6a\xc6\x67\xba\x2f\xb4\xf4\x00\xd0\xb5\x1e\x8e\x5f\x62\x27\xe4\x01\x97\xe2\xd6\x30\x80\x96\x4b\x17\x18\xb8\x71\x6d\x0c\x17\xdb\xda\xba\x97\xed\xe8\xbc\x5a\x64\xcb\xb1\xe8\x50\xa2\xea\x7e\x39\x92\x20\xea\x99\xc7\xbe\xfe\x92\x92\xce\x5a\xd4\x97\xe8\x63\x21\x4c\xbb\x40\x85\x35\xfa\xd6\x44\x69\x28\x22\x07\x22\xf9\x99\x69\x0e\xb4\x38\x31\xec\xb6\x6c\xf4\x15\x5c\x48\x3b\x3e\x12\xa1\xe0\x0b\xf8\xa3\xbd\x2a\xa1\x6c\xeb\x5f\x66\xf9\xe2\x26\xf9\x8a\x37\xa0\xcf\x44\xa5\x8c\xb4\xea\xb5\x0e\x4a\x52\x7b\x73\xbf\x90\x95\xd5\x1e\x49\xe8\x6c\x62\xe9\x22\x9f\xe7\x0d\x3b\xe4\x37\xf9\x7c\x39\x67\xe5\x12\x74\x94\xec\x1d\x34\xa8\xef\x29\x5c\x84\x2b\xbd\x28\xe8\xa5\x31\xae\xd1\xf6\x79\x21\x72\xba\x3f\x2f\x92\xe8\x54\x42\x4f\xbc\x0d\x0d\xfb\xe6\xab\xf3\xe9\x34\xf6\xa6\x9c\xe4\x65\xde\xdc\x7a\xfa\x7c\x0f\x9d\x59\xb5\xf5\x38\x29\x5f\x5f\x0b\x77\x3b\x2a\xb7\xb5\x7f\xda\x34\xed\x2e\x79\xb8\x41\xd3\x39\xf3\x15\x13\x40\x9e\xc1\x72\xd0\xb7\xdb\x6f\x5e\x86\x2e\x84\xff\x89\xd3\x4f\x55\x76\xb5\xbe\x82\x56\x12\x91\xcb\xc5\xa2\xc8\x45\xc6\xde\xbc\x5c\x31\x93\xea\x28\xd6\xc9\xb3\x10\x4f\x0f\xd2\xc8\x84\xc5\x44\x1f\x72\x1e\xc1\x33\xc1\x20\x97\xf0\x57\xdf\xe1\x13\x6e\x68\xae\xf1\x4f\xe0\xc7\xd9\x6e\xa4\xed\xeb\xcd\x66\x99\xbd\x2b\x45\xb7\x13\x30\x4f\x63\x0f\x97\x67\xdd\xa8\xf3\x6d\x13\xab\xcf\x9d\x7e\x42\x3c\xbd\x29\x35\x6c\xa7\x34\xfb\xbf\xc5\x7a\x8e\xa9\xe0\x42\x8f\x6a\xe5\xb2\xb6\xc7\x76\x5f\xfb\x7d\xf5\xfa\x7e\x30\x79\x3c\x88\x21\xb4\x51\x05\xae\x71\xdc\x73\x07\xe6\xa0\x6e\xba\x1d\x91\x84\xe9\x77\xeb\x92\xa7\x17\x16\xa9\xe4\x04\x95\xa8\xe3\x9d\x55\xab\x56\x1f\xff\xbb\x31\xfd\x14\x91\xdc\x2e\xd6\xa0\x90\x63\x75\x4c\xd6\xe1\xa2\xff\x77\x21\x8f\xc6\xf4\xf9\x13\x69\x43\xdf\x75\xa5\x92\x7f\xf5\x7b\xb7\x45\x0d\xca\x51\xe4\x72\x4c\xa7\xc0\xfd\x1f\x49\xe6\x8b\xa0\x1c\x26\x84\xc5\x6a\xb1\x28\xf8\x58\xc4\xf1\x95\xf1\xcd\x39\x71\xeb\x66\x68\xff\x83\x79\x94\xb6\x12\x9e\xd5\x96\xcd\xaa\x79\xf8\x66\xac\xca\x84\x82\xe3\x48\xe8\x97\xed\x2c\xad\xbe\x6c\x04\x3f\xcf\x90\x4f\x91\x05\x9c\x1f\x21\x6c\x23\xbd\xe1\xd2\x69\xc6\xd5\x11\x5e\x2d\xb9\x48\x85\xb6\x22\x84\x37\x0c\x2a\xaa\x34\xe3\x54\xc9\x42\x0a\x2b\x26\x34\x58\x3d\x7b\x7b\x52\x28\x65\x12\xae\x5d\x47\x69\xcd\x55\xfd\x45\xb5\x78\x61\x9c\x44\x9d\xf5\x2e\xa1\x89\xea\x26\xc4\xfb\xf6\xe6\x05\x66\xd4\x33\x1d\x28\x1f\x3c\x2d\x00\x23\xf3\x19\x12\xa4\x41\xa9\xb8\x06\x18\x9d\xc4\xd3\x48\x89\x0b\xc6\xd7\xa3\x70\x3c\x21\x5e\x63\xbf\x43\xf2\xa3\x19\xa1\xb6\x1b\x51\xd8\x4e\x3a\xf9\x04\x48\xac\xd7\xa3\xcb\x78\x2d\x85\x44\x43\x5b\x8a\xe2\x61\x52\x6a\x59\xd9\x92\x75\xae\xe7\x8f\xca\xa4\x52\xaa\xa2\x23\xbb\x87\xce\xee\x23\xb1\x93\x36\xda\x3a\x6b\xeb\xaf\x47\x66\x01\x43\xf0\x13\x68\x64\x10\xe4\x30\x5c\x6f\x4a\x68\x19\x45\xed\xc2\xee\x23\x34\xcd\xa2\x9a\xca\xdb\xca\x10\x5a\x0b\x85\x31\xb0\xb5\x42\xcf\x85\x91\xb5\x91\x63\x70\x9a\xd4\x8c\x5f\x36\xb3\x3f\x50\xa6\x82\x79\x1a\x05\x08\x30\x0e\x1c\x1d\xb8\x48\x54\x50\x43\xa6\x60\x95\x5e\x17\x4b\x39\x33\x9e\xe0\xbe\x63\x5b\xd1\xf4\x49\xab\xd3\xe5\xd5\x3b\xf1\xa1\xd8\xd8\x45\xdb\xf4\x5e\x42\xd7\xf5\xbc\xb8\x85\xd3\x6e\x08\x52\x97\x5d\xed\xc2\xcf\xab\xe1\xc7\x88\x26\xb4\xe0\x6f\x19\xe4\x2b\x41\x05\x8e\xdb\xa0\x9e\x70\x9b\x01\xcc\x0a\x42\x80\x8a\xbe\xb8\xa4\xc6\x4b\x0b\x1b\x3a\x68\x99\x7c\x3d\xef\xde\x82\xf5\xa7\x9d\xae\x6d\x6f\x85\x92\xb5\x48\x7d\xa9\x2c\xeb\xfa\x6d\x7a\x3f\x01\x26\x60\x26\x44\x17\xa3\x59\x84\x77\xed\x9a\x49\xd0\x10\xfc\x10\xba\x58\x3a\x19\x83\x19\xc2\xc0\x68\xd8\xbe\x2f\x40\x9d\x68\xa7\xd0\x8f\xc8\xdb\xc2\x45\x1e\xc0\x49\xd6\xda\xb0\x6c\xd7\x7a\xec\x99\xc6\x7a\xfc\x38\x10\x3a\xf2\x4c\xf4\x2b\xe8\x06\x2e\x25\x0a\x2e\x45\x96\x96\x22\xbd\x58\x8c\xe2\x33\x79\x92\x91\xaf\x50\xad\xfd\xcb\x30\x26\x2a\xa1\x7d\x1a\x67\x4a\x71\xa0\xb6\x25\x1c\x73\x26\xab\xf5\x8b\x8d\x3e\xda\xdb\x7b\x00\x7b\xda\x4a\xf1\x21\xea\x7e\x32\xe2\x43\x9a\xc2\x1f\xc0\x87\x62\xc6\xeb\x4f\x78\x20\xe2\xd2\xcf\xd4\xe4\x97\x84\x5d\x80\x71\xc2\x43\x78\xd1\x0a\x02\x80\x51\xaf\xc5\x8d\x34\x10\x3d\xd9\x9e\xa4\xe2\xcf\x35\x15\x6a\xee\x61\x47\x5f\x42\x32\x08\xd6\x72\xee\x0b\x9e\xcf\x74\x57\x63\x75\x5c\x27\x80\xd1\xa6\x23\x91\x9b\x08\xcd\xba\x32\xe4\xa6\x79\x1b\x66\xa5\x45\xee\x50\x8e\xa7\x0c\xd4\x0f\xca\x1e\x53\x89\x23\x90\x5f\xfd\x30\x36\xc9\xcb\x4c\x9d\xa1\xdd\xa9\x49\xdc\xe4\xb2\x91\xef\x4a\xaa\xec\xa0\xaf\xad\xe2\x94\xf0\x2c\xa6\x92\xbd\x4f\x75\x72\xfd\x6c\x4b\xd6\x23\xbc\x63\x20\x0f\x5b\xd4\x56\x07\x1e\xa8\xf0\x0e\x60\xc1\x31\x8a\x2d\xc7\xcb\x54\x43\xcc\xb1\x6b\x02\x95\xfb\x9a\xbc\xad\x41\x82\xb6\x1b\x2a\xe3\xe7\x02\xdf\x35\xc1\x80\xfd\xa4\xcd\xa8\xb4\x1a\xae\x31\x13\x35\x8e\x88\xa5\x30\x86\xf5\xfa\xc5\xe0\x3f\xf1\x5a\xc4\xa0\xe4\x42\x0d\x31\xbe\x0c\xd1\x5a\xc7\xee\x76\xf9\x3f\xf1\xf6\xa3\xe5\xb2\x35\xbc\x6b\x35\x57\xad\xc1\x4d\xab\x22\xbd\x55\xe3\xf0\x57\x9a\xa5\x4c\xfc\x91\x20\xb6\x40\xf7\xfd\x3f\x81\xec\x88\x82\x7a\xe9\x5f\xb7\xfd\x2b\xd3\x93\x37\x0b\xed\x97\x69\x2e\x56\x05\x35\x9c\x8a\xbc\x08\x01\x10\x0c\xde\x00\x2a\xdb\xe8\x2d\x48\xa7\xb6\x7b\x08\x02\xbf\x75\x6a\x6b\xdc\x33\x65\x03\x7f\x40\xa0\x9b\x20\xa4\xbe\x99\x49\x28\x9d\x80\xc7\x6e\x90\xe2\xf0\x6d\xda\xcf\x57\xd5\xfb\x7d\xc4\xe5\xb7\x7b\xec\x59\xc2\x0b\x5b\x68\xbd\x1b\xf8\xc2\x31\xb3\xf6\xf8\xf1\x3d\x86\x53\xbe\xca\x41\x78\xca\xfa\x2e\x61\x26\x1d\xf8\xf7\x23\x53\xe2\x81\x48\xad\x90\x16\x1c\x28\x79\xb5\xb8\xed\x60\x4a\xbb\x5b\x3a\xc4\x47\x7f\x2f\x72\x04\x1e\x23\xef\x53\x50\xe7\x5f\x92\xa6\xfc\xa4\xeb\xed\x47\xfd\x21\x2b\xfa\x75\x5e\x66\x92\x98\xbc\xba\x3b\x25\xb5\x54\xb4\xa1\x28\x2e\x76\xf7\x72\x28\xe4\x3f\x7d\x39\x7b\xee\xb6\x9d\x05\x27\x35\xaf\xd7\x56\xf9\x5c\x4a\x21\x57\x2d\x41\xb3\x35\xd3\xa5\x98\x8a\x41\x84\x28\x83\x52\x11\x83\xf4\x36\x78\xfa\x19\xa1\x96\x7a\x50\xca\x4b\x85\xb7\x5a\x08\xaf\xab\xdc\x3d\xb1\xff\xeb\x30\xc4\x18\xdf\xae\xcc\x03\x10\x9d\x64\x77\x9f\xbe\x6d\x52\xd6\xe5\x4e\x13\x9e\xbb\xfd\x67\xe8\x6e\x9f\xfa\xbe\x00\xfb\x06\x90\x33\x23\xa7\xfb\xc8\x0e\xc4\xf8\x12\xbd\x15\xa2\x0f\x8a\x90\x17\x3e\x6a\xd3\x78\xd2\x35\x63\x16\xb9\xda\xd3\x82\x3d\x2b\x03\x93\x6d\x05\xa2\x07\xaa\xf3\xef\x35\x0f\xb2\x2c\x53\x57\x58\x8b\x1d\xea\x36\xfc\xd9\x0a\x01\xb4\x9f\xfa\x89\x12\x64\x72\x85\x38\xd0\x89\x57\xb5\x5f\x89\x43\x58\xdf\x3a\xb8\xd2\x6c\x79\x6b\x3c\xc7\x1b\x56\x08\x2e\x1b\xe7\xbc\xc1\x97\x51\x22\x5a\xb6\x52\xff\xfd\x1c\x43\x56\x73\xe1\x45\x8e\xc0\xb9\x4d\xe8\xf2\xdd\x47\x53\xec\xf1\x63\x7f\xaa\x7c\x6a\x61\x1f\x3f\xc6\x7b\x43\x67\xc5\xd4\x47\xf0\x2c\x09\x04\xa3\x8b\x66\xbf\xdb\x0d\x1c\xc4\xa5\x4f\x43\xfa\x77\x4a\x5a\xcc\x42\x53\xc9\xcf\x91\x17\x8f\xf8\x5c\x30\x2e\xd9\x85\xa2\xac\x8b\x1e\x38\x6c\xc1\x07\xce\x42\x48\xc9\xac\xba\x4a\x21\xb8\xf1\x57\x81\xaa\x53\x19\xe8\x99\x14\xe2\x26\x6f\x6e\xff\x69\xfb\xd5\x83\x84\xc3\xfd\xa2\x48\x92\x58\x14\xbc\x20\x16\x0e\x31\xb4\x06\x1f\x5f\x86\x36\x93\x09\x1a\xdb\xf5\x99\xa9\x6f\xab\xdd\xd1\x2c\x01\x80\x0d\xf0\x66\xa9\xbb\x32\xf6\x11\x7a\xa0\xf6\xc4\xa7\xf5\x3d\x4c\xdf\xdb\x4b\x16\x86\xcb\x06\x0e\x77\x3f\x67\xc3\xfe\xeb\xbb\x31\x2d\xa3\x41\x5a\x5a\x44\x0b\xe3\x6c\x3b\xf1\x77\x3d\xe1\x77\x3d\xf9\x0b\x6f\x13\xf4\xaf\x95\xd6\x93\xf9\x5c\xd5\xd2\x6e\x45\x13\x46\x80\x5e\xbe\x67\x07\xc8\x3a\xf3\x2a\x8b\xbc\x20\xce\xab\x4c\xd5\x9e\x57\xd9\xc0\xdd\x7f\x74\xd9\x0b\x95\xc2\x76\xd8\x2f\xd4\x1e\x70\x07\x12\xef\xbe\xb8\x05\x5f\x5e\x96\xa2\x0e\xac\xf0\x88\x87\x3f\xdf\x4e\x24\x28\x37\x15\xcd\x1b\x55\xfd\xcf\xc7\x87\x3f\xf8\xc9\xef\x96\x8d\x4d\xfe\x74\xdb\x91\xac\x9a\x9f\x4b\x51\xe7\xbc\xc8\xff\xa1\x2b\x04\x48\xee\x78\x00\xfa\xae\xf0\xe9\x46\x97\x40\xf1\x62\x9c\x85\xcd\x92\x4c\xff\x16\x27\x75\xa1\x32\xd5\xee\x26\x2b\x35\x40\x06\x23\xac\x26\x83\x94\x7a\xe2\x3b\xfd\x57\x71\x51\xd3\x2f\x6e\xb9\x66\xca\xd6\x0e\x8c\xeb\xc8\x18\x2e\xd4\x94\x2f\x0b\xe1\xec\xec\x7c\x36\x76\xa1\x7a\x76\xb1\x29\x49\x67\x52\xba\x23\x76\x2e\xb4\xed\x75\xa8\xe2\xeb\xef\x7d\x1e\xc2\x07\x9a\xfc\xba\x41\xd5\x48\x57\x83\xce\x37\xfd\x5c\x13\x9b\x40\x84\xff\x2a\xd8\x74\x9d\x49\x61\xd3\x12\xfc\x5a\xd8\x5c\xe1\x5b\x84\xf0\x30\xf4\x31\xe2\x04\x84\x20\xd6\x39\xaa\xde\x1a\xc8\x2b\x66\x74\x97\xdd\x75\x07\x3f\x57\x79\xd9\x39\xdd\x38\xdd\x20\x0d\xa0\xef\xfe\x68\xd6\xe8\xe2\xa5\x9f\xa1\xf7\x6a\xe8\x9e\xc5\x8c\xe2\x0e\x03\xb7\xe3\x13\x66\x71\xd1\x63\xa3\x25\x1c\x53\x45\xdd\x48\x56\x8a\xeb\x22\x2f\x05\x4e\xda\xc5\xb7\xa3\xfa\xbb\x0b\xd6\xf0\xa9\x24\xfb\x7c\x30\x6d\x1e\x30\x08\x8e\x26\x78\xd6\x7e\xbb\xe9\x93\x0f\xb8\x4c\xb5\xe4\xd3\x32\xad\xd0\xf9\xc4\xb4\xc6\xd1\x9e\xd5\x8e\xb3\xfa\x6e\x8f\x86\xc6\x55\x53\xa6\xc1\xd0\x29\x20\xef\x08\x6d\xb2\xe5\x2a\xa8\xc4\x72\x6c\x54\x9f\x6e\xb0\x17\x6a\x1e\x4f\xcb\xd3\x0d\xd4\x66\x77\x31\x50\xc3\xdd\xb3\xa5\x41\xb0\x4c\x6d\x6d\xf2\x53\x20\xa2\x3d\xd1\xaa\x31\x80\x51\x91\xb7\x36\x92\xb4\xa8\xb7\x16\xfd\xab\x8d\x02\xa9\x5b\xdc\xa4\x8f\x8c\x88\x36\x02\x47\xba\x6d\xd4\x11\x01\x66\xff\x26\x85\x60\xbf\xfc\x1b\x04\x69\x99\x35\xcd\x42\xee\x0c\x87\x99\xb8\x12\x85\xda\x6c\x07\xf3\xea\x1f\x79\x51\x70\xf0\xf8\x24\xca\xfe\x8f\x47\xc3\xac\x1a\xcb\xe1\x4f\x62\x34\xdc\x7f\xff\x66\xa8\x7a\x31\x24\xc4\x7c\x17\x2b\xd9\xdb\xbc\xcf\x25\x3b\xea\x8f\x77\x4d\xd2\x8b\x99\x11\x1c\xc7\x53\x14\x83\xd6\xbd\xdd\x64\xfc\x5c\xad\x05\xee\x8f\x24\xa2\x9c\xbb\x7f\x02\x01\xf9\x12\x0b\xf9\x5a\x83\x95\xad\x45\x46\x9f\xc2\x62\xbe\x00\x09\x59\xe9\x2c\x22\x20\x9b\xf3\xb9\xe4\x63\x01\x7d\x1e\xf1\xe0\xdc\xaf\x19\x16\x9f\x4f\xc1\xb5\xc8\x3d\x0c\x2a\x45\x6d\xfe\xb0\xff\x53\x68\x8d\x4a\xcc\xf6\xf7\x3f\x43\x09\xf5\x4a\xe3\xd0\x79\xaa\x32\x99\xa5\xb8\x69\x5a\x33\xa7\xa2\x09\x4c\xc1\x67\x5c\xee\x1b\x1f\xfc\xa4\x94\xb5\xd6\xfc\x8b\xb6\xd8\x22\x79\x47\xce\xd9\x16\x49\xb5\x7e\xba\x48\x1a\xf1\x07\xf2\xe9\x92\xbf\x98\x2f\x9a\x5b\x3c\xcd\xeb\xf3\x74\x72\x15\x7b\x4e\x1e\x23\x2d\x83\x70\x0d\xdb\xd3\x6a\xbc\x82\x55\xf9\x0b\x02\xb0\xc7\x2a\x74\x04\xad\xfa\xe1\x1c\xc5\x86\x52\x83\x0d\x60\xea\xa9\xcb\x7a\x37\x03\x46\x1e\x4c\x9d\xc7\xbd\xf8\x4d\x3c\x88\xdf\xc4\xd9\x0e\x41\x43\xb4\x5f\x12\x34\x93\xaf\x36\x44\x69\x25\x85\xb5\xd0\xa4\x55\x07\xda\x91\xa4\x0b\x94\x29\x5b\x42\x4b\x14\x3e\x4a\xa8\x61\xb6\xae\xfe\xf1\xa3\xb9\x2e\xf6\x07\x66\x69\xca\xfe\xf6\x07\x25\x89\xb2\x89\xb4\x6e\xd7\x7a\xfa\x69\xdb\x38\x73\xb4\xb7\xfb\x8d\x14\xc5\xc4\x0d\x7c\xbf\x69\x14\x52\x65\x92\x2e\xa8\x33\x62\x0d\xc0\x0d\x17\x2e\xdc\x11\x25\x6f\x26\xec\x5a\xb0\xac\x2a\x37\x1b\xf4\x44\xcc\x4d\xa1\x8e\xd7\xb6\x64\xdc\x39\x0e\x87\xe0\x44\x4f\x54\xc5\x6b\x5e\x5c\x06\x6d\x5c\xa8\xe5\x7d\xc1\x1e\xb3\x0b\xb5\x94\x2f\x4c\xef\x78\x51\xb0\xda\xf7\x4c\x9d\x9e\x43\xe2\x5f\xde\x8c\xca\xba\xc7\x6b\x9f\x48\xeb\xb3\x2e\x31\x8b\x66\xc1\xa7\x48\x3b\x08\x7e\xb6\x88\x66\xcc\xbb\x85\x71\x4a\x34\x36\xa2\x73\x4a\xf4\xb4\x6b\xc9\x57\xce\x0d\x3c\xfd\x81\xea\x26\xbd\x5f\x0b\xb5\x59\x7a\xac\x45\x17\x5d\x5f\xa5\x41\xf9\x54\x64\x69\x8b\x0c\xa3\xba\x45\xf5\x72\xd4\x3f\x5c\xc2\xd8\x86\x6e\xf5\x9c\x0f\x12\xda\x3b\xba\x25\xe8\xc7\xca\x96\x22\x9d\x3b\x6c\x66\xa4\x95\x0b\xed\x50\xce\x47\x83\x40\x33\x8f\xa0\xce\x40\x8b\x16\x12\x61\xd9\xe4\x2b\xb1\x98\x9c\xf9\x1c\x58\x13\xdc\xa7\xbd\xf7\x2a\xed\x46\x5f\x0b\x4f\x6a\xa7\x71\x66\xff\xc6\x7e\xab\x16\x4d\x9d\x8b\xab\xd0\x16\xfc\xd8\x5b\x04\x81\x19\x1f\xf0\xe0\x0b\xeb\xa8\x2b\x69\x17\xe3\x6f\x59\x46\x15\x95\xfa\x08\xb9\x87\x19\x6b\x8b\xf8\xb5\xef\x46\x4f\x14\xf0\xd8\x74\x31\xda\x3a\xa3\xb4\xdd\x28\xac\xc1\x75\x1c\x6f\x20\x74\x6f\xf0\xe5\x26\xa0\xc5\xd8\xfc\x83\xfe\x6b\xfa\x82\xac\x01\xfa\xd1\x50\x47\xc5\xec\xa2\x4c\x1a\xaf\x59\x49\x22\x85\x7a\x83\x6d\x8a\x68\xb3\x20\xbc\x97\x8f\xf5\xdc\x9c\x11\x28\xa6\x21\x0a\xc4\x73\x70\x00\xb3\x64\x17\x9f\x3f\x5d\x54\xfa\xb1\xbf\x13\x41\xab\x4d\x9c\x18\xdf\x31\xf3\x5a\x0a\x8d\x86\x07\x43\xf5\x18\xeb\xc7\x01\x74\xc4\x7a\x8a\xbe\xdf\x1a\x5f\x33\xc9\x9d\xb4\x44\xcb\x38\x9f\x14\x9d\x15\x5d\x60\x38\x67\xe6\x1a\x3a\xa6\x18\x8b\xe9\xb0\x51\x43\x85\x90\x64\x65\x2a\x9e\xc6\xca\x31\x2a\x50\x0e\x44\xdb\x5e\xe3\x15\x33\xe1\x1b\xb8\x42\x43\x34\xee\x58\x9a\x5d\x21\x5f\x11\xe3\x92\x16\x8e\xaf\xf9\xb0\x13\xb5\x5a\x9f\x8e\x81\xc9\x76\x43\x8e\xef\xb3\x62\xee\xb1\x62\x73\x76\xc0\x46\xc9\x44\x24\x25\xf2\x38\xb1\x65\x7a\xd4\xa6\x92\x57\x4b\xf9\x85\xa6\xc8\x82\xbb\x7f\x9a\xa2\xa2\xab\xa7\x2a\x3e\x95\xdc\x33\x55\x2d\xca\xa7\xfe\xe6\xbc\xc6\x54\xc1\xb6\x1b\x4d\xd5\xaa\xcd\x59\x4f\x55\x52\x87\x35\x3e\x59\xc5\x89\xff\x9f\x7b\x19\xca\xc4\xb8\xca\x44\xf0\xb6\xe3\x12\x8f\x00\x07\x51\xd6\x5f\xe3\x37\x1f\xe3\xfd\xfe\xfc\x67\x59\x95\xf7\xbc\xe2\x0c\x86\x73\xbe\x90\x43\x1b\x26\x40\x55\x21\x6f\x39\x3a\xd4\xd4\xfa\x80\xb0\x42\x08\xe6\x66\x5e\x3c\x00\xc6\xcd\xbc\x08\x01\xe0\x58\xcf\xd5\xff\x16\x55\x5e\x36\xf7\x02\x0a\x2b\x10\x58\x48\x4c\xaf\xd4\x88\x6f\x3f\x28\xd6\x3d\x7c\xdc\x79\xb1\x73\xc2\xfb\xff\xd8\xef\xff\x8f\x67\xfd\x6f\xce\x9e\x7e\xfc\xcd\xc9\xcd\x5f\xcf\x4e\x4e\x4f\x33\xde\x9f\xec\xf7\x5f\xab\x94\xd3\xd3\xec\x69\x77\x77\x38\x8d\x26\xec\xaf\xe6\x3a\x1f\x27\xe8\x25\x24\xd6\x1d\x37\x64\xfb\xa8\x93\x9c\x6b\x3b\xad\x11\x84\x60\x1a\x29\x18\xef\xe0\xe0\x55\x9a\xf3\x45\xa0\x41\x89\x96\x92\x00\x5f\x9b\x4d\x62\xa9\xd8\xf5\x0a\x2e\x0f\xd9\x50\x67\xc2\x47\xe0\xe4\x13\x12\x8d\xd9\x5c\xc7\x47\xa0\xb5\x76\x74\xee\x79\x00\xcb\x55\xad\xf5\x67\x43\xf7\xc2\x76\xd1\x71\xf6\x2d\x1b\xb1\x17\x6c\x8b\xed\xb0\xfe\x96\xae\x9e\x5c\x0d\x1d\xcf\x3d\xa0\x1b\x1d\x52\x5b\xe0\x2a\xc7\xa3\x59\x8b\x35\xf4\x75\x8c\xbd\xa2\x67\x1d\x55\x25\x00\xd0\x86\xf8\x14\x08\x5f\xed\xaa\xc7\x7e\x76\xda\x57\x0a\x96\x55\x40\x0d\x75\xae\x40\xc5\x11\x3a\x7a\xf2\x33\xfa\x85\x52\xc5\x4f\xf2\x38\xda\xa2\x4e\x67\x4f\xf7\xd8\xe9\xc6\xee\x0b\x60\x82\x34\xff\x67\xeb\x19\x9e\x25\xd4\xa2\x56\x02\xf3\x60\xf9\x4a\x4d\x48\x3b\x3a\x78\xed\x07\x31\x7d\x75\xb3\xe8\x9c\x6e\xa8\x85\x72\xba\xc1\x9e\xe2\xd8\xf4\xf5\xe5\xc7\xd3\x8d\x2e\x7b\xca\x4e\x37\xec\xb2\x21\x0b\x67\xf7\x85\x5a\x3a\x6a\xf1\xec\xbe\xe8\xea\x80\xce\xee\xbe\xb3\x9d\x42\x57\x10\x3f\xa0\x3d\x30\xbf\xad\x35\xd9\xfa\x08\x96\x4d\x6d\xe2\x6b\xf7\xb7\xba\xda\xe3\xef\xae\xf7\x52\x07\xe7\xc3\xa6\x4e\x21\xc4\xaa\x31\x58\xaa\x0f\x0e\x84\xc3\x21\x3b\x7e\xf7\xf2\x1d\xd1\x20\xac\x05\x47\xf7\x51\x6c\x2e\xea\xa9\xc8\xd8\x9c\x2f\x3e\x79\x99\xd5\x6e\x69\xd5\x66\x6d\x75\x3b\xe1\xf2\xf7\xd6\x74\x9b\x6b\x2d\x3a\x86\x14\x92\xc6\x33\x5e\xef\x37\x9d\xad\xae\x7e\xfc\xfa\x4d\xc2\xcd\x1e\x2c\x6a\x70\x3a\x76\x30\x03\x97\xcc\xa4\xe2\x76\x4a\xfd\x99\x16\x06\xa8\x7f\xc5\xa0\x6b\x51\xfa\x4d\xa2\x35\x32\x8a\x98\xf7\x1b\x6a\xe8\xd8\xa8\xa3\x64\xa6\x9f\x77\x7b\x6c\xeb\xf7\xdd\x15\x41\x47\x3f\x1d\xf6\x76\x17\xe2\x99\xb6\xe8\xcc\x0c\x87\x4c\xc8\x22\x2f\x9b\x7e\x96\x4b\x3e\x2a\x44\x5f\x09\xa0\xfd\x22\x2f\x05\xfb\x37\x75\xce\x42\x87\x50\x7d\x2c\x34\x5c\xd4\x62\x22\xea\xbe\x12\xbd\x72\x39\xeb\x8f\x2b\x5e\x08\x39\xce\xc1\x81\xbd\xdf\xcb\x39\x5f\x9c\x40\x2f\xc0\xb0\x69\xab\xa7\xb8\xe5\x19\xa0\xb2\xa9\x0d\x49\xb6\x47\xad\xfb\x3f\x4f\x62\x22\x12\xc1\xfa\x52\x05\x56\xa0\x82\xc5\x70\xc8\xf6\x33\xbe\x68\x44\x86\x17\x31\xe6\xc9\x68\x9a\x37\xb3\xe5\x68\x30\xae\xe6\xc3\x39\x6f\x66\x39\x97\xa3\xdb\x52\x94\x72\x38\x13\xc3\x51\x51\x8d\x86\x73\x2e\x1b\x51\x0f\x65\x3d\x1e\xce\x14\xc4\xdf\xfc\xf0\xcd\xef\xfa\x3f\x6c\x6d\x7d\x83\x5d\x53\xc0\x0e\xaa\x4c\xbc\x57\x14\xc5\xf6\x18\xb4\xf4\x10\xca\x28\xab\xfe\xb2\x2c\xc5\x58\x40\x70\x9f\xbe\x0d\x7d\x79\x5a\x22\x9f\x18\xf8\x2d\x18\x2d\x48\xa2\x72\x69\xf2\x22\x95\xb5\x6a\xd9\x2c\x96\xd0\xa9\x0d\x8f\xd9\x81\x76\x99\x85\xf8\x1d\x7b\x76\x33\x99\x4c\x26\x09\x9d\x5e\x53\xa4\xbf\xc7\x9e\xfd\xbf\xe4\xbd\x0b\x77\xdb\x36\xb2\x38\xfe\x55\x10\x37\xb5\xa4\x58\xcf\x24\x4d\xbb\x76\xd4\x6c\x9a\x38\x5b\xef\xcd\xeb\xc6\xee\xb6\xfd\x5b\x6e\x02\x91\x90\x84\x98\x22\x55\x82\xb2\xa5\xc6\xbe\x9f\xfd\x7f\x30\x83\x27\x09\x4a\x4a\xda\xbb\x77\xcf\xf9\x65\xcf\xd6\x22\x1e\x03\x60\x30\x18\x0c\x06\x83\x99\xd5\xa0\xdf\xef\xf7\x4b\x0b\x4d\xb5\x70\x30\x24\x6e\x67\x67\x34\x97\x1d\x6e\x36\xdd\x56\xbe\xff\x5e\xae\x26\xb2\x4f\xfa\xab\x07\xb2\xb1\x1b\xd2\x5f\xc5\xdf\xf5\x2b\x01\x83\x23\x07\x99\xfd\x55\x1c\xf5\xfb\xe4\xc6\xed\xae\x06\x10\x5e\x96\x9b\x3b\x64\x51\x55\x65\xfd\x58\xd3\x59\x61\x06\xc3\x48\x4c\x66\x0a\x02\x08\x87\x2b\x31\x67\xac\x43\x35\x36\x30\xdd\x33\xc9\x8f\x21\x19\x30\x7d\x73\x43\xfc\x09\x18\xf4\x2b\x53\x60\xef\xc8\x46\xcb\x17\x2f\x5e\x3c\x37\x53\xe8\xdc\xc3\x59\x20\x3c\xf5\x57\x89\xd9\x44\xbd\xd7\xa9\x0e\x6e\x83\xa5\xcf\x4d\x89\x8b\xb0\x8b\x4c\x97\x16\x7d\x74\xde\xba\xe2\x9c\x66\x3c\x25\xd4\xfd\x3f\x77\xcc\x63\x22\xa2\x0b\xf6\xd3\xd9\x8b\xef\xdc\x37\x95\x90\xe8\x26\xa4\x12\x4b\xaf\xb3\xf4\xa9\x88\x38\x2f\x1d\x0a\x31\x33\x98\x18\x38\x0e\xfe\xe9\xc3\x17\x4f\xaf\x58\x2e\xec\x41\xe7\x04\xbf\xdf\x8c\x3f\xd6\x9c\x72\x54\xab\x5a\x34\xf1\x6a\x19\x79\xc5\x42\x75\x6d\x00\x8f\x61\x14\x02\x6e\x62\xd2\x2c\xed\x3c\x3d\x7d\x76\x72\x62\xc3\xe9\x89\x36\xa1\x82\x5c\xb3\x24\x91\x7f\x6d\x32\x84\x7f\xb9\xa2\x09\x87\x97\x96\xbf\xbc\x7a\x09\xc0\x74\xdc\x15\x41\x96\x60\x75\x2c\x47\x60\x4e\xba\x46\xa1\x73\x32\x81\x57\xed\x3a\x60\xdf\x8c\x4a\x68\x44\xe2\xe5\x8a\x26\x10\x26\x0f\x4e\x3a\x6d\x42\xa1\x38\xf8\x2f\xe7\x11\x99\xb1\x15\x8d\x59\xc4\xe7\x34\x21\xb0\x93\x43\xc4\xba\x26\x9b\x76\xc9\x87\xfd\xaf\x56\x93\xe8\xe8\x43\xcb\x84\xd3\x5b\x0a\xfb\x82\x3a\x34\x61\x53\x56\xc0\x48\x71\xf8\x65\xe4\xfc\xc5\x87\x7a\x05\xdc\x35\x44\x33\x13\xba\x41\xee\x96\x55\x67\xc5\x8e\xd3\x2a\x81\xd7\xcd\xab\x6e\x03\x2c\xe0\x43\x93\xac\x5f\x34\x81\xdf\x59\x3b\x51\x67\x72\xf1\xeb\xc0\x36\x6e\x71\x1d\x3c\x56\x51\x40\x08\x1c\x0c\xd6\xd0\x03\x6a\xe3\x5e\x64\x39\x61\x2b\x3a\x5f\x24\x8c\x7c\xf8\xea\x83\x99\x2c\x9c\x18\x70\x77\xf0\x61\x3f\x5d\xce\x8f\x3e\x74\xc9\x99\xba\x20\x24\xf3\x2c\x57\xb1\xee\xa2\x42\x6d\x10\x78\xd1\x68\x4e\x01\x48\x6b\x60\x11\x59\x5d\xc5\x1f\x02\xc6\xfc\xff\xb7\x04\x58\x21\x03\x77\x0a\xdb\xde\x8c\xff\xe5\x0b\x55\x36\x11\x5c\xa9\xd0\xa9\xff\xb4\xa5\x5a\xe2\xc6\x35\x6b\x56\x53\xbe\x6f\xc4\x6a\x16\x58\x36\xfe\x58\xde\x96\x3c\x3f\xbf\xe3\x8f\xce\xe9\x14\x35\x0e\x6e\x82\x72\x80\x6b\xb7\x39\xd5\x6a\xe9\x2a\x08\x84\x01\xcc\x39\xcf\xc6\x1f\xf1\x7e\xe6\x02\xc4\xbe\x7d\x38\xc0\xc3\x55\xc8\x41\xdd\x99\x57\x55\x35\x8e\xc9\xc9\x27\xfd\xec\x25\x30\xaa\xf2\xd2\xf7\x34\x34\x72\x36\x13\x56\x7e\xa4\x31\x5f\x26\x05\x5f\xf8\xe9\x95\x97\xbd\xa0\x61\x76\x71\xa3\xe1\xab\x37\xbe\xef\xe9\xe6\xe7\xbd\x97\xa0\x93\x0e\x3c\xeb\xbd\x74\x5d\x0c\x0f\x2a\x32\x2e\x1c\x0b\x62\xeb\xda\x54\x0d\x01\x8c\x52\x4a\x8a\x03\xc8\xc1\x6b\x65\x29\x93\x8d\x46\xa8\x1c\xa9\x11\x44\x43\x0a\x99\x72\x63\x06\x33\x81\xe6\x74\x1e\x36\x18\x6a\xc5\x2a\x26\x24\xd0\x9c\xa6\x53\xf5\x2a\x07\x87\x60\x97\x61\x17\x0b\xaa\x01\x20\x95\x95\xe7\x01\xa2\xad\xa2\x3a\x0b\x7f\x3e\xd6\xe5\x8d\x03\xa7\x81\xca\x2a\x61\xbf\xd7\x83\x77\x9f\x3a\xaa\x34\xde\xa2\xe4\x4b\x88\x91\x66\xfb\xe0\xcf\x16\x7a\xb5\x00\x68\xce\xb8\xd4\x3d\x85\xcc\x0c\xb4\x5e\x79\xce\x85\x25\xce\x59\x1a\x5f\x80\x6a\x42\x4a\x99\xa8\xd7\x38\x20\x03\x98\x6e\x5b\x42\x26\x95\x4a\x55\x5f\x06\xca\x62\xc3\xba\x10\x62\xf0\x04\x28\x5b\x82\xe8\x3c\x20\x07\x50\xba\x53\x19\x42\xaf\x47\x7e\x66\xe4\x9a\xe2\x15\x91\xd6\x76\x99\xf7\x77\xc5\x2c\x67\x2c\x88\x15\x14\xe6\x25\xf8\xc7\xe4\x41\xab\x7c\x22\xaa\xbc\xad\xd4\x73\x89\xde\x4f\xa0\x17\x6d\xec\x5e\x5b\x8f\x1a\x12\x2f\x60\xd9\x77\x80\x52\x1d\x7c\x95\x74\x5b\x86\xd6\xb4\x75\xc6\x68\xef\xdc\xa9\xe2\x98\x2e\x02\xb8\x0b\xab\xd3\x33\x57\x74\x46\x6f\x68\x60\x39\x0a\x43\x47\x11\x78\x0b\xe7\xe3\xde\xf9\x6f\xa3\x51\xbf\x33\x1a\xad\xbe\x7d\x71\xd1\x9b\x2e\x51\xde\xc8\x81\xe9\xc2\xd6\x32\x24\xbd\xe6\x93\xc3\xf3\xd1\x68\xf5\x9d\x2c\xb6\x7c\xfe\xed\x8b\x17\xa3\xd1\xf2\xb8\xdf\x87\xcf\x17\x2f\x5e\xbc\xb8\xb8\x39\x97\x19\xdf\x61\xca\xf3\x1f\x5e\xbc\xb8\x80\x84\x67\x2a\x21\x5c\xa4\xf9\xe4\x4e\xa5\x54\xeb\x46\xb6\xf5\x5b\xb9\xe8\xcd\x6f\xad\x6a\x51\xb8\x13\x90\x9d\x9d\xb2\xe2\x7f\xf7\xd8\x6f\x2f\xec\xcd\x31\xeb\xa9\x31\x79\x41\xec\x3f\xf9\x5c\x2d\x54\x9a\x75\xe4\xf6\x2d\x21\x74\xa8\x10\x2c\xc7\x16\x35\x55\xd5\x29\x2c\x41\xf9\x67\x3b\xd1\xec\xb7\xcc\xfb\xe4\x43\xd9\x05\x15\xb0\xd7\xd3\x9f\x74\xc7\xac\x97\x66\x05\x13\xbd\x8f\xf4\x8a\xea\x6e\xc8\xdd\x93\xa7\xd3\xaf\xc4\x32\xcf\xb3\x29\x2d\x58\x67\x92\xe5\xf3\x65\x42\x59\xa8\x17\x51\x5d\xf8\x8f\x66\xe4\xae\xe5\x7e\x8b\x74\xb4\x32\x81\xdc\x23\xfd\xd5\xc3\x7e\x9f\x1c\x54\x55\x8c\x51\x89\x4d\x74\xaa\x45\x94\xc2\x21\x50\xb9\xaa\xff\xf0\x74\x04\xb8\x52\x9e\xcd\x68\x6e\x76\xc8\xa8\xbc\xf5\x8f\xf6\xf6\xbf\x5a\xc1\xba\x6a\x46\xf6\x21\xdf\x80\x3c\xf1\x88\x49\xd6\x3b\x24\xa5\x01\xba\x52\x41\x91\x29\x05\xf2\xe0\x91\x9f\xfc\xd3\x62\xc1\xf2\x67\x54\xb0\x66\xcb\xd9\xed\xc3\xfb\xb8\x15\x25\xf2\x8a\x4d\xc9\x86\x78\x2d\x5a\x93\x4a\x0b\xea\xa3\xc8\x53\x64\x57\x22\x0a\x95\x44\x0d\x65\xe7\x43\x6e\x5b\xb5\x40\x34\x27\x68\x07\x30\xdb\xf2\xd5\xa0\xc8\x3a\x8e\xe1\x50\x2d\x8b\x09\xff\x22\xc3\x39\x9b\x76\x05\x04\xdd\xc6\xfb\x0b\x98\x08\xdb\x90\xca\x73\x58\xd5\xbf\xe5\x94\xfa\x39\x52\xab\x15\x8d\x7f\x44\xbb\x48\xb0\x3b\xa2\x05\xf9\x60\xd5\x0c\x10\xd4\x63\x9d\x2d\x71\x0f\x32\x27\x98\x34\xe2\x82\x69\xe5\x18\x45\xc3\x05\xb6\x5a\xb0\x54\x60\x5c\xf3\x6c\x62\x9e\x0c\x17\x39\x4d\x85\x94\x84\xe9\x98\x27\xa1\x87\xc3\x10\xd1\x06\x49\x50\x6e\x72\xd8\x76\xf5\x09\x39\x24\xfb\x14\xe4\x50\x8f\x33\xd5\xce\xcc\xd5\xcd\xf6\x6d\x59\xa3\x42\x86\xaa\x81\x9a\x79\xda\x30\x0d\xbb\x4c\x01\xc0\xdb\x3e\x0d\xaf\xb3\x42\xb9\x86\x50\xaf\x16\x25\x76\xf5\xd1\xc2\x74\xa1\x23\x58\x41\x6c\x08\xf8\x3f\x83\x4e\x39\xc3\xdb\x51\xea\x50\xfc\xce\x08\xd5\x2a\x2a\xf3\x51\x3a\xd4\x78\x87\x9f\xc0\xb1\x66\x37\x9e\x51\x37\xeb\x3e\xcb\x37\x1a\xd9\xf1\xc7\xf3\x08\xaf\x3e\x42\xdc\xd5\x09\x70\xbb\xe1\x42\xe4\xaf\x36\xd9\xf8\xa5\xd6\x38\x43\x9e\x05\xbf\xd9\x90\xf7\x70\x53\xbd\x70\x8d\xcf\xb1\x0d\x09\xda\x92\xfc\x52\xa3\x4a\xfc\x26\x98\xfa\xb0\xa2\xa4\xfc\xdf\xd5\x5c\xfa\x69\x95\xce\xd7\x0c\xb4\xf2\xf6\x01\x15\xd9\xe5\x10\x78\x98\xec\xbc\x7a\x48\x83\xc5\x30\xd9\xe7\xf8\x68\x5f\x21\x08\x25\x18\xf6\x14\x9d\x2d\x54\x35\x14\xe1\x15\xac\xee\x9e\xdc\x12\x09\xbb\x62\x89\x7a\x66\x4b\x13\xf5\x69\x8a\x12\x5a\x74\x49\x9f\x0c\x25\x77\x6a\xcb\xa3\x0b\xbe\x8f\x25\x5a\x15\xce\x05\xe9\x87\x5f\xe2\x7e\x30\xb3\xfc\x01\xec\x79\x2d\x25\x7c\xf0\x5f\xe2\xf6\x2a\xd7\x19\xb0\x4e\xdb\xd8\x95\x8a\xea\xfc\x0e\xf6\xf0\xe6\x46\x75\xf5\x31\x46\xe7\xd1\x98\x76\x88\xeb\xb0\x9c\x08\x1a\x11\x64\x02\xe5\x4b\x01\x35\x79\xf8\x63\x77\x74\x93\xe7\x19\x43\x36\x4e\x93\x24\xbb\x26\x73\x8e\x6e\x25\x8a\x9c\x72\x30\x28\x13\x6c\xce\xa3\x2c\xd1\x2f\x98\xff\x73\xe7\xc9\xae\x5e\x77\xba\x7e\xd9\x61\xb6\xb0\xd6\xff\xe6\x9c\x61\x0b\x1b\x66\xce\xac\x46\xf7\x33\xb4\xfd\x7e\xd1\xa2\xc1\x65\xb8\xd3\x64\x28\x6e\xf1\xe5\x93\x61\xf9\xd2\x87\xb6\xfe\x32\x4b\x28\xa4\xc5\xad\x9d\x1c\x2c\xfc\x25\xd3\xa2\xb9\x91\xc3\x0f\x0f\xcb\x89\xb5\x4b\xc9\xf2\xcb\x54\x2d\x25\x87\xc1\xdd\xdf\xc0\xe0\xb6\x6e\x86\xa6\x37\x9f\x1f\xbf\x55\x37\x6f\x47\xb4\x7b\xe0\x58\x3b\xde\x3f\xdd\x2e\x3c\xb1\xff\xcc\x86\xdd\xd9\xfe\xd3\x1d\x70\x81\x7d\x46\x47\x60\x67\xfd\x33\x8d\xa3\x38\xfc\x99\x0d\xca\xfd\xfd\x4f\x37\x0a\xe2\xa2\x6e\xb8\xd7\x23\x2f\xd1\x50\x8f\x26\x9c\x0a\x26\x48\xd3\xae\xbf\xd6\x67\xd1\xc2\xc3\xff\x13\x62\x00\xf1\xe8\xaf\x6d\xd9\x91\x52\xca\xab\xd3\x95\x52\xb6\x76\xd0\xb0\xf0\x2f\x88\xae\xac\x9a\xb7\xdb\xc0\xee\x78\xb1\x9b\xc4\x9f\x6e\xf7\xf3\x26\xa4\xbc\x3b\xfd\x25\xcd\xab\x8d\xeb\x2f\xa3\x57\x47\x5c\xff\x3f\x43\xcf\x17\xd0\xeb\x5f\xd4\xf2\xc3\xff\xbd\x99\xf9\x9c\xf1\xff\x9f\xf7\xe2\x97\xbf\x8c\x46\xdd\xa5\xb9\xd7\xde\x6b\xd8\xf3\x6c\xe3\x68\x94\xa2\x9b\x9d\xae\x6a\xdf\xb3\xb8\xce\xc6\x1f\xe1\x79\x46\xcc\x25\xed\x82\x20\x32\x2a\x50\x39\x26\xc5\xb6\x4f\xf2\x90\x8c\x09\x01\x33\x68\x79\xa4\x37\xf9\xe0\xdd\x80\x0c\x89\xef\xeb\xc0\x82\x96\x05\xd3\x51\x11\xf2\x42\x19\xb4\x83\x1e\x15\xa6\x5d\x62\x6c\x9f\x8f\x6c\xfa\x15\x4d\xc8\x10\x8e\xfb\x2a\x7c\x29\x66\xf1\x09\x69\x62\x57\x9e\xd8\x71\x19\x1f\xef\x10\x0d\xf5\xce\x70\x48\x3a\x03\x72\x68\xf3\x4d\xe4\xd1\xb6\x04\xd8\x32\xed\x8f\x8a\x9c\x15\x00\x9f\x40\x58\x5e\xd5\xfc\xad\xfc\x73\x8b\x2d\x1a\x1b\xe0\x42\xd9\x01\x55\xd1\x2f\xc5\x5d\xa5\x71\x27\x69\xd6\xe1\x29\x68\x96\x3a\xc5\x8c\x8b\x43\x32\x00\xe1\x10\xd9\xfd\xf1\xbb\x77\x6f\xde\xbd\x7f\x75\x7c\x7a\xfa\xf4\x1f\xc7\x64\x48\x1a\xda\xd3\x9e\xa3\xd7\x1f\xf3\x34\x26\x11\x4d\x12\x16\x13\x70\x3a\x01\x96\x06\x05\x1f\x27\x8c\x34\xf4\xfb\x85\x84\x83\xb9\x34\x4e\x85\xad\x0b\xe9\xaa\x0c\x28\x84\xed\x7c\xda\x42\x5a\x53\xac\xca\x49\x52\x51\xa1\xbe\x1a\xe7\x2a\xba\xa7\xee\xd6\x05\x8e\xae\x9e\xbc\xc6\xe0\x19\x76\x46\x7d\x9f\xcd\x05\xcd\xa7\x40\x5d\x12\x03\xce\x93\x64\x1d\xb9\x1c\xb3\xe5\x2c\x35\x34\xa4\x86\x94\x85\xa1\x67\xf8\xf4\x10\xcb\xe0\x54\xea\x1e\x7a\xfa\xa3\x62\x96\x67\xd7\xa0\xd1\x95\x59\xc7\x79\x9e\xe5\x4d\x1f\xbd\x07\xaa\xa1\x56\x35\x60\x11\xcd\xe1\x8d\x2e\xa0\x0b\xdb\xa3\xf9\x14\xd5\x7f\x2a\x30\x95\x2d\x3b\xce\x96\x69\xec\x5c\x5c\xcb\x21\x97\x5e\x35\x54\x83\x97\xa3\x99\x8a\x28\x68\x1a\xc9\x11\x03\x8c\xa0\x39\xb5\xf1\x60\x88\x7d\x55\x0e\xfa\xaa\x17\x0d\x12\x62\xbb\x9a\x2c\x07\xd2\x8d\xb2\x34\xa2\x45\x33\x34\x9a\xb2\xdb\xbe\x90\x91\x36\x12\x88\x72\xdc\x8c\xe6\xdf\xfa\x77\xbd\x45\xb6\xf1\xec\xe7\xe6\x85\x0d\xac\x1d\x22\x80\x42\xc1\x4b\x70\x5d\x76\x1b\x16\x68\xf1\x17\x63\xe1\xd6\xea\x0a\x4b\x73\xfe\x52\x59\x08\x90\x57\xb4\x98\x75\xe7\x74\xd5\xec\xb7\x75\x07\xcd\x05\x34\x34\x8d\x5f\xee\x8b\x06\x00\xf0\x14\xa9\xac\x6a\xde\xe0\x70\x46\xa7\xa5\xea\x0b\x11\x03\x05\xaf\xfb\x1b\x77\x1b\xe4\x80\x70\x87\x9e\xf1\x07\x14\x23\x43\xb3\x6a\x9b\x0d\xa4\xd1\x46\x9b\x34\x2a\x8a\x58\x09\xc2\xc2\x85\xeb\xd8\x46\xbb\xd1\x22\x07\xa4\xd1\x32\x9b\x0f\xd6\x57\xd3\x00\xa4\x67\x71\x79\x44\x6e\x1b\xad\x26\x96\xb0\x2b\x05\xa8\x1e\x71\x63\x38\x4d\xc5\x1c\xe3\x18\x5c\x7b\x38\x2b\x07\x12\xe4\xf2\x71\xa3\xed\x43\xa2\x85\x62\xd7\x86\x49\x3a\x2a\xa1\xc8\x2b\x2c\x59\x82\x82\xbb\x11\xa8\x1f\x86\xc5\x3b\x9e\xeb\x25\x5f\xc7\xed\x61\x0e\xe7\x0b\x7c\xab\x08\x2e\xf1\x1c\xf9\xbd\xd1\xed\xf9\x79\x8d\x56\x98\x89\xd6\xf1\xfe\x9b\x9b\x12\xf0\x0d\xbd\x30\x4f\xf5\x4d\xca\xdd\xd3\x75\x5a\xd0\x15\x30\x44\x32\x24\xce\x97\xe2\xf7\x77\x8d\x77\x57\xdb\x05\x9d\x65\x58\x29\x19\x5a\xb6\x8a\x1b\xdc\x86\x2b\x65\x30\x7b\x13\x05\x4b\x8b\x0e\x22\xd0\xdc\x85\x1f\x5f\xc1\x3e\xf6\x2c\x4b\x45\x91\x2f\xa3\x22\xf3\xf9\x26\x5b\x2d\x72\x26\x04\xcf\x52\xec\xa6\xda\x96\x8b\x7c\xad\xf7\x67\x35\x21\x77\x2d\x69\x97\x54\xf9\x46\xa3\x22\xe9\xba\x0c\x0f\x88\x5a\x32\x06\xdd\xfa\x51\x03\x5f\xcf\x8c\x8a\x5b\x12\x41\xec\xe7\xa6\xa4\xd2\x5b\x9c\x6a\x85\x84\xe9\x9b\xb7\xcf\xed\xbe\x39\x65\x85\xf3\x2e\xfe\xb9\xba\x3a\x07\xac\x48\x9a\x87\xd2\xd5\x7e\x43\x72\xf3\xd3\x6d\x9b\x34\x1a\x81\x06\x9d\x42\x9a\x12\x49\xaf\x47\x70\xdb\x10\xe4\xe4\x98\x7c\xd7\x26\xd7\x33\x1e\xcd\xd0\x3f\x01\x19\xe7\xd9\x25\x4b\x89\xac\xa0\x44\x93\x5b\xdd\x5f\xd8\x08\xdd\x89\x2b\xed\x4b\xa3\xc2\x6e\x95\x76\x82\x01\x0d\xb7\x6a\xde\xcf\xca\x20\xee\xea\x86\x9e\x54\xde\xdd\xc9\x8e\x3b\x03\x1d\x15\x9b\x28\x03\xcc\x19\x96\x82\xc5\x1d\x3b\x35\x10\x41\xbb\x03\x02\x4e\x0e\x3f\x73\x86\xb3\xc9\xe2\xce\x02\xd1\xcc\x99\xd0\xd0\x0d\xdf\x01\x96\xce\x18\xe0\x49\xe2\x87\xc4\x5a\xff\x8b\xc3\x9b\xb1\x9c\x39\x32\x1d\x6e\x3c\xee\xb0\xb4\x68\xa7\xe7\x01\xe1\xc1\xd0\x85\x23\x0f\x7a\x63\x83\xd1\x41\x6b\x00\x4b\x48\x81\x6c\x0b\x5d\xb8\x92\x44\xa3\xd1\xb2\x90\x34\x29\x03\x65\xb8\x85\xb0\x23\x8d\x96\x04\x79\xa4\xcb\x9b\x6e\xca\xe2\x45\xb9\x93\x9b\x87\xa8\xe4\x57\x2d\xc6\x36\x5b\xd0\x8b\xc3\x40\x61\x34\xe8\xa5\xe2\x74\x3d\x1f\x67\x89\x70\xb9\xd8\x8c\x8a\x8e\xc0\x64\xbd\x68\xf4\xaa\x7e\x2b\xf9\x95\xb7\x42\xde\x6a\x0e\xf6\x66\xe2\x5b\xe0\xaf\x9c\x13\xcd\xaa\xfb\xfe\x3d\xb0\xba\xf7\xef\x8f\xc8\xed\x51\xc0\x4a\x45\xd3\x0c\x94\xd2\x0d\xa6\x8c\xc5\xe2\x18\x0f\x03\x9f\xec\x32\x95\xe3\x88\xb5\xbb\x2a\x25\x58\xfe\xc4\xd3\xe2\x3b\x95\x26\x85\x4b\xc3\x1d\x1b\xe4\x89\x65\x95\xe8\xc8\x11\xba\xdc\xb4\x35\xec\x08\x4f\x5e\x9f\xbd\x3b\x79\x7d\x7a\xf2\xec\x54\xb6\x28\x51\xd7\xf8\xfa\xe9\x74\x9a\xb3\x29\x2d\x10\x75\x5f\x37\x0e\x75\x93\x7e\xc6\x96\x66\xfd\xc2\x6d\x05\x5a\xb6\x2e\x21\xc2\x0f\x37\xf1\x87\xe5\x64\xc2\xbc\xc6\x6c\xea\xb6\x96\x6c\x49\x17\xe2\x49\xc1\x72\x5a\x64\xb9\x99\x2f\x09\xdc\x99\xff\x27\x16\x33\xe7\x17\xe7\x98\xda\xe5\xaa\xd2\x45\xb3\xd5\x22\x87\xb6\x19\x0d\x58\xac\xd3\xe8\x45\x9e\xcd\x4f\xd7\x69\x14\x6c\x20\x5c\x43\xd1\x88\x2c\x60\xa6\xd8\x2d\xf0\x0f\x96\x22\xac\xed\x25\xb6\xc2\x0a\x76\xab\x52\xb2\xc8\xe6\x3c\x12\x2e\xbe\x31\x65\x1b\xae\xb1\x94\x82\xf2\x03\x9f\x9e\xa4\x85\x03\x04\x13\xb6\xc0\xc0\x42\x1a\x44\x96\x25\x8c\xc2\x68\xd4\x4f\x95\xf1\x9c\x16\xf4\x5f\x9c\x5d\x3b\xd0\x75\xd2\x16\xf8\xba\x98\x05\x04\x28\x90\x7f\x55\x12\xaa\x19\x7e\x7a\x77\x22\xd3\xcd\x47\x39\xf3\x59\x36\x5f\x64\x29\xc3\x01\x56\x53\x55\x71\x54\x76\x2a\x58\xe6\xa3\x9c\xe9\xc1\xaa\xa6\xaa\xe2\x66\xc1\xb9\x6b\x86\x5d\xd1\x04\x6a\xc1\x89\xbe\x9e\x91\xc8\x7c\x05\xe6\x8a\x26\x16\x94\xfe\x50\xe0\x5e\x24\x19\x2d\x1e\xdc\x37\x2b\x51\xe1\xd6\x4d\xde\x82\x5f\xb7\xa8\x0b\xf4\xd1\xc3\x20\x50\x95\xbc\x0b\x50\x55\x54\x03\xe5\xa9\x71\xc3\xfc\x8e\x4d\xb9\x28\x72\x0f\x78\x20\x7b\x5b\x23\x81\x2a\xba\x31\x67\x59\x19\x09\x4c\xe5\xed\xb4\xf6\x4e\x34\x73\x75\xba\x78\xb2\x23\x8b\x36\xe5\x2c\xac\xc1\xa3\x00\x30\x95\xb8\x1d\x9a\x2a\x68\xc1\x55\x27\xdc\x26\x6e\x07\xe7\x4f\x36\x17\x2f\x78\xca\x71\x51\xe9\xdf\x26\xeb\x35\x7d\x8d\xe9\xaf\xe9\x6b\xdd\xfc\xee\x8c\x78\x0b\x47\x0e\xb1\xe4\x7f\x9e\xbe\x79\xed\x0c\x4b\x7e\xe2\x80\x50\xbd\x23\x47\x03\x69\xd5\x9a\xaf\xe8\xc2\xa9\xf8\x8a\x2e\xb6\x20\xe2\x15\x5d\xd8\x9a\xc1\x41\x6d\x00\x75\x73\x43\xee\x78\x63\x0e\x6e\xd1\x52\x6e\x7d\x45\x17\xcd\x56\x68\xf4\xa6\xf1\x62\x26\x1b\x93\x7f\x55\xd2\x6b\x88\x5a\x26\x13\xf1\x97\x4a\x46\x99\x45\x26\xe3\x2f\x95\x0c\x2f\xbd\x61\xbd\xc9\x2c\xfb\xe5\x66\x2b\xb6\xae\x7f\xab\xac\xb7\x79\x36\xe7\xc2\x1d\xaa\x4a\xd9\x82\x39\x55\xca\x42\x59\xad\x7d\x18\xab\x6d\x44\x08\x65\x54\xfd\x77\x34\x9d\x5a\xd9\xc4\x7e\xe9\x6c\x6d\xb4\x66\x8b\x78\x29\xb6\x58\xa2\xb0\xa3\xfa\xa1\x52\xb6\xf4\x44\x95\x32\x50\xa6\xc7\xab\x05\x36\x22\x7f\xa9\xe4\x53\xe6\x02\x3e\x65\xdb\x80\x9e\xb2\xc2\xd6\xdc\x44\x5a\x21\x50\xbb\x93\xd6\x29\x2b\x36\x92\xd6\xe9\x8c\xe6\x4a\xd0\xac\xc8\x63\x95\xbc\x6d\x43\x2a\x97\xd7\x6d\x80\x3e\x56\x02\xc6\x5f\x5e\xf2\x67\xb0\x8a\x46\x63\x47\x99\x0d\x4b\x55\x00\xe1\xaf\x60\x79\xa3\x45\x80\xcd\xc0\xf9\x56\x25\xfc\x23\xa4\x2c\xe4\xa7\xe8\x62\x46\x6a\x87\x22\xe6\xcb\xc9\xb6\xad\x94\x2b\x5b\x61\xdd\x99\x83\x9d\x65\x7e\x5b\xd0\x05\xf7\x2c\xa1\x73\xb7\x4b\x2e\x54\x37\x6f\x17\xe0\x6e\x79\xa7\x8d\xea\xb6\xe5\xa4\xee\x00\xd7\xdf\xb8\x64\x4a\x75\xe7\x72\x52\x77\x80\xe8\xef\x5d\x3f\xbd\x3b\x31\x38\xd7\xbf\x55\xd6\xcf\x8c\x5e\xfa\x5b\x82\x4a\xd9\xd2\x88\x2a\xe5\x40\x79\xc7\x26\x25\x28\xef\xd8\x64\x07\x28\xef\xd8\xc4\x81\xe2\xf3\x10\x95\xb2\x03\x94\x53\x56\xb8\x2a\x9e\x38\x53\xe7\x49\x6b\x4f\x05\x29\x4d\xf3\x80\xce\xdc\x40\xc1\xfb\x1a\xbc\x74\x32\x91\x01\x2a\x27\x18\xe7\x3a\xcb\xb8\xa2\xac\xaa\xbe\x9a\x0d\x2a\xab\xf9\xfa\x99\x5b\xa3\x1e\x32\x21\xcc\x9c\x76\x02\x52\xd6\xae\x6d\xe9\x56\xee\xed\xd0\x4c\xdd\x69\xea\xcb\xc6\xf5\xf9\x2d\x7a\x2d\xe5\x64\x92\x92\xa1\x9e\x91\x0d\x9d\x3b\xb2\xf7\x81\x93\xd4\x51\x8e\xe8\xce\x4e\x52\x4f\x63\x6c\x15\x22\xf5\x3d\x0a\xf0\x5a\xaf\x67\x53\xb6\xa1\x6b\x7e\x97\xa6\x2c\xd4\x27\x47\xaa\x73\x7a\xd7\x0a\x5c\x3b\x5a\x2d\x84\xf2\xac\x39\xb4\xe4\x68\x6f\x25\x75\x92\xa5\xed\x97\xc7\xff\x78\xfa\xec\xd7\xf7\x4f\x5f\x9e\x3c\x3d\x3d\x76\x35\x18\x76\xd7\xf1\x76\x92\xf3\x86\x93\xd3\x68\x93\x86\xe9\x55\xe3\xc2\x55\x1d\x84\x2a\x6d\x2b\xfe\x9e\xa5\x45\xce\x99\xa8\xad\xd2\x26\x0d\x55\x24\x54\x7b\x92\xe5\xc7\x34\x9a\x6d\xaa\xad\x8a\x84\x6a\x5f\xb2\xf5\xc6\x86\x65\x7e\xa8\x1e\xa0\x74\x63\x4d\x2c\x61\xeb\xba\xcc\xa0\x8c\x26\x37\xaf\x06\x5d\x15\x65\x87\xaa\x56\xa1\xf9\x5d\xea\x87\xda\xdf\x02\x28\x08\x55\x29\x1e\x4a\xe0\x54\x6a\xb8\x8a\xd6\x31\x94\xea\xe8\xe4\xda\x4a\xac\x5a\xa1\xa6\x53\xb0\x35\x95\x4a\x43\x5a\x4d\x71\x7d\xcc\x2f\x57\xd1\xe9\xe1\x6a\xee\x59\xbe\x54\xd3\xcd\xda\x50\x59\x9d\xd9\x43\x95\x55\x56\x4d\xe5\x30\x11\x6d\x9e\xff\x12\xe9\xec\x48\x35\x75\x04\xf3\x25\xb4\x62\x8e\xea\x25\x58\x26\xbd\xb6\x9a\x12\x6d\xaa\xf5\x54\x46\x6d\xc5\xf0\xf4\xd8\x8c\x70\x45\x79\xe8\x7d\x2b\x8f\x6f\x58\x5c\x7e\x42\x41\x99\xe4\x15\x42\xc9\x9b\x4f\xd6\x7e\x41\xa1\x93\x4d\xe1\x57\x74\x51\xea\xc3\x2b\xba\x08\x37\x8e\xc7\xd0\x52\x69\x4c\x0c\x57\xc0\x03\x6a\xa9\x02\x26\xd6\x56\x40\x16\xa6\x2d\x3c\xea\xab\xb4\x49\x43\x17\xaa\x56\x07\xfe\xf6\x66\xb2\xb1\xb6\x2a\x63\x2a\xab\xe3\x6c\xa9\xb7\x2a\x35\xdc\x5d\xb7\xca\xfb\x62\xc6\xd2\x0d\x75\x64\x7f\x67\x2c\x2d\xd7\x7d\x4f\x93\xa4\x52\x8b\x26\x49\xa5\x5c\xce\xf4\xb1\xdf\x2b\x8a\xc9\x81\xd2\x22\x4b\xae\xaa\x63\x50\xe9\xa6\xbc\x3d\x67\x97\xc6\x6d\x33\xc2\x43\xf7\x4f\xdf\xe5\xca\x5e\x66\x1d\x00\x79\xb2\xae\x54\x94\x89\xe1\x0a\xa7\xac\x4c\x49\xa7\xac\x86\x8c\x2a\xa7\xd4\x72\xc5\x72\x7e\x0d\x18\xa0\xae\x72\x5d\x24\xb9\x70\x05\x38\x7d\x96\x2b\x40\x62\x5d\x05\x73\x0a\xad\xd4\x32\x39\xe1\xaa\xf6\xe4\x59\xaa\x69\x33\xea\x2b\x86\x5a\x34\xe9\xe1\x6a\xf6\xf0\x59\xaa\x67\x33\x36\x54\x74\x0f\x96\xa1\xfa\x6e\x7e\x3d\x98\x30\xb3\x75\x72\xea\xab\x86\xd9\xad\x93\x53\x53\x55\x9d\x26\xcb\xf5\x54\x72\xb8\x92\x3a\x3b\x96\xea\xa8\xd4\xfa\x2a\x55\x02\x57\xa9\xa5\x2a\xae\xac\x3c\xc6\x50\xf0\xe6\xce\x53\x9f\x60\x3a\x32\xa3\x61\x1c\x1e\x81\x67\xfc\xd2\xdd\xa8\xc9\xbd\x8b\x76\x47\x64\x08\xd0\xd0\xf0\xc8\x58\x76\xc8\xaf\x76\xc5\x4a\x0f\x6b\x18\x00\xe8\xae\xe1\xe9\x62\x91\xac\xc3\x50\xc0\x0c\xa7\x0a\x06\xeb\x19\x30\xd6\x89\x6a\x6d\x47\x2a\x3e\x04\x8c\xdb\x5e\xdd\x95\x22\x3f\x55\xa6\x85\xbb\x03\x11\xba\x1b\x60\x06\x49\xb7\xb8\x53\x4c\xb2\x98\x8a\x99\xfe\x03\xbe\x14\x1f\x76\x07\xdf\x76\x07\xdf\xf4\x62\x2e\x0a\x95\x01\x1e\x15\x1f\x7d\xfb\xe0\x9b\xce\xcb\x47\xdf\x3e\x7c\x08\x26\x94\x68\x2e\xf7\x36\xcf\x16\xca\xdf\x7e\xef\xfc\xb7\xaf\xbb\xe7\xa3\xd1\xc5\xc5\xc1\xcd\x68\x74\xde\x7c\x72\xd8\xec\x3c\x19\x8d\xe2\x83\xe6\x93\xc3\xd1\xa8\x0b\xee\x9a\x9f\xb4\x6e\x9a\xe7\xa3\xbd\xc6\x45\xab\x29\xf3\x9f\xdc\x19\x8d\xee\xb7\xce\x7f\x1b\x8d\x46\xa3\x8b\x1b\xf9\xdf\x6e\xeb\xde\x93\x96\x4c\x94\x09\xcd\x27\x43\xac\x2b\xe1\x8d\x46\x17\x2d\xef\xeb\xe6\xeb\xbb\x2d\xeb\xea\xc1\x7d\xac\x2a\x3b\x23\x81\x35\xe5\x7f\x5a\x4f\x7a\xd3\x23\xd2\xbb\x77\x8f\xfc\x24\x58\x0c\x1e\x5d\xe0\x2a\x7f\x4c\xa3\x4b\x91\x50\x31\x63\xe0\x8e\x4a\xd9\x3a\xac\xc9\x82\x16\x33\xd1\x35\x43\x44\x21\xe3\x2c\x7b\x4b\xc1\xf8\xcc\xfa\x12\x70\xd2\x9b\xf8\xe1\xa8\x2a\x30\x36\xfd\xd0\x4e\xa1\x2a\xd2\x26\x7d\x6d\xd1\x08\xe5\x12\x5a\x53\xac\xa3\x0a\xc1\x71\x1a\x81\xc1\xb9\xb8\x41\xf6\xf7\xb1\xd6\x1d\xfc\xb6\x56\x20\xd6\xac\xc4\xe1\xb7\xcd\x86\x32\x7f\x25\x5c\x9e\xec\x52\xc1\x23\x22\x20\xbb\x0d\x6f\xcb\x23\x49\x1c\x51\x92\x61\x0c\xe8\xaf\x3f\x54\xd5\x04\xd8\x45\xdb\x38\xf6\xe6\x2f\x6c\x3d\x5b\xb0\xb4\xd4\xfa\xc8\x18\x45\xbb\x01\xa5\x47\xc5\x5d\xd7\xe1\xb5\x44\x93\x25\x40\xf7\x7d\x32\x4c\x70\x9b\xa4\x78\xd3\x40\x7e\x5f\x66\x05\x6b\x13\xb1\x1c\x9f\xba\xf3\x24\x4f\xed\x12\xfc\xb9\x0a\x9e\x8c\x66\x83\xf2\x64\x0f\x15\xc8\x13\x62\x9b\xd3\x55\xdb\x1e\x9d\xb5\x49\xe3\xee\xa0\xd1\x22\x87\xaa\x29\x72\x73\x83\xc4\x85\xa3\xc0\xc1\x54\x62\x2f\x1f\xa1\x7d\x72\x1a\xe3\xe2\x44\x83\x35\x6b\x94\x3c\x65\xc5\x0f\x14\xae\x34\x14\xc2\x1c\xa2\x2b\xe7\x81\xc6\xa4\x8d\x4f\x2e\x5f\xe1\x8b\x4b\x87\x08\x0d\xce\xd5\x02\x55\xc1\x32\x30\x13\x1e\x52\x18\x12\x43\xa6\xda\xf4\xb5\x15\x6d\x1f\x82\x35\xd3\x86\xba\x64\x58\x52\x6e\x9c\x7b\xa5\xb5\xe9\x78\xb9\x13\x92\x8a\x0e\xb0\xf5\xf3\xfe\x05\x39\x90\x09\x47\x8e\xa2\xc5\xe9\x8d\xd5\xb9\xd4\xf6\xc4\xa8\x05\xc9\xd0\x31\x14\xa9\xe9\xc9\x84\x34\x55\xd9\xe1\xd0\x5e\x8e\x06\xd4\x42\x4a\xa3\xe4\xb7\xe9\x2a\x85\x10\x98\xd2\x7b\x5a\x98\xae\xd6\x73\x7f\x9f\xdc\x09\xcc\x4b\x69\xad\x58\x03\xb0\x86\x5d\x21\x0d\xeb\x0d\xac\xa1\x22\xd8\xab\xb0\xb2\xea\x85\xed\x15\xe5\x09\x1d\x27\xac\x4b\xde\x26\x8c\x0a\x46\x26\x3c\x61\x84\xa6\x84\x0b\xb1\x64\x77\x1a\x6e\x5f\x5d\xbb\x3d\xd3\x03\x40\xff\x21\xce\x42\x5b\x27\xca\x26\x0f\x7d\x44\xb7\x3d\xcc\x1c\xe2\x50\x15\x6c\x77\xd2\xea\x57\x7f\x70\x4c\xc6\x56\x0c\x06\x87\xfd\xbd\xdd\x62\xda\xfe\x0f\x56\xec\x40\xf6\xce\xb4\x40\x6b\xc0\xa6\x90\x59\xc0\x2d\x94\x4c\x74\x7d\x8d\xf5\x43\x0c\x2c\x38\x29\x00\x6e\xbe\x14\x05\x19\x33\x88\x40\x92\x76\x30\x34\x9e\x82\xee\x70\x2e\xd9\x09\x6b\x28\xe7\xf8\x90\xd9\xdf\xd7\xba\x72\xb7\xeb\xd8\xc9\xb1\xd2\xe5\x6c\xe9\xd0\x68\xcf\xad\x3a\xda\x23\xba\x21\xa7\x6f\x06\x94\x3b\x45\x2a\x4c\x19\x20\xd5\xdb\xbb\x52\x43\xdc\x1e\xcf\x90\x7c\x46\x2d\x59\xa8\xe6\x04\xb5\x27\x4f\x30\x49\xae\xdf\x43\xd2\x68\x1c\xd9\x16\xb8\xc3\xb5\x2a\xcc\x0a\x97\x7e\xb5\x05\xe0\x01\xa5\xe9\xac\x76\xe8\x1d\xa3\x89\xea\x90\x49\xeb\x7a\x2c\x4d\x2f\x5f\x9b\x6d\x6f\x0c\x60\x2b\xbf\xe4\x8b\x17\xcb\xbc\x98\xb1\xfc\x19\x8d\x66\x18\xe6\x64\x42\x13\xc1\x9c\x11\x68\xde\x66\x81\xf8\x9c\x12\xbe\xcc\x24\x85\xd0\xa5\x79\x9b\x5a\x84\xae\x40\xd9\x04\xbc\xb5\xb5\x94\xda\x3c\x97\xd2\xc0\x45\x1b\xab\xb4\xbc\xf9\xf2\xac\xd3\x07\x6d\xc2\x95\xd4\x5b\xe4\x4b\x86\xb6\xea\xee\xb4\xc8\x94\x03\xed\x3a\x4f\x33\xc6\x05\x7a\x8b\xc3\xb9\xf2\xde\xf2\x54\xc5\x93\x05\x38\x27\xb3\xc2\x49\x8d\x78\x82\xc5\x3a\x03\x57\xb5\xae\x79\x84\xf9\x31\x2a\x5c\x91\x65\xb4\x07\x2b\xcf\xa6\x8c\xf6\x1a\xe8\x76\xde\x29\xf4\xc1\x35\xcd\xbc\xb9\x71\xa5\x0e\x55\xdf\x24\x98\xea\xb6\x88\x53\xdb\xfc\xf0\x24\x15\x59\x14\x33\xc2\x6c\xd8\x63\x5a\x46\x12\x94\xc4\x25\xf0\x85\x3c\x48\x04\x02\xd7\x18\xc4\x3b\x84\x6d\x5e\x52\x10\xe6\x34\x02\xdb\x03\xa2\x5f\xf6\xcf\x31\x79\xc6\xbb\x70\x98\x4c\xa7\x2b\x41\xca\x84\x99\x2e\x31\xf2\xc0\xe2\x19\x92\x46\x57\xae\xab\x05\x3a\xb9\xf3\x4a\x39\x6b\x66\xe3\xe2\xf3\x5e\x73\x6d\xda\x7d\x35\xc0\x56\x60\xd7\x0c\xed\xbf\xba\xfc\x85\x31\xf7\x35\x72\x25\x56\x73\xa3\x03\x22\x38\x99\x77\x07\x91\xc7\xd5\x8d\x4a\xcb\xb3\xb5\x85\x02\x35\x5b\x6b\x3d\xe3\x1c\xcb\x7d\xd2\xb2\x27\xb9\xbc\x6a\xf7\x59\x8c\x18\xa5\xa8\xa0\xb2\xe9\x9a\xb9\x76\xe6\xdb\xd9\x64\xc1\xed\x89\xf7\x10\xc0\x2f\x68\xcc\xd4\x21\x66\x30\x27\x07\x72\xd5\x7e\xef\x73\x59\x6f\x44\xf8\x30\x59\x44\xda\x10\xbc\xa9\x62\x03\xca\x0a\x6e\x57\x34\x87\xb8\x73\x47\x96\x36\x53\xaa\xcc\xa6\x7f\x58\x93\x28\x4b\xaf\x58\x0a\x56\x63\xe4\x7a\xc6\x52\x42\xd1\xc1\x83\x3b\x54\x28\x93\x17\x78\x50\xa2\x29\xa1\x51\xc4\x84\xc8\x72\x0f\x96\xa9\x50\x64\x84\xcd\x97\x09\x2d\x58\x05\x16\x78\x5c\x32\x1b\xbd\x40\x7b\x0c\x79\x0a\xf5\x20\x81\x4b\xa6\x2b\x96\xe7\x3c\x66\x64\xce\x45\x41\x2f\x59\x5b\x79\x0f\x56\x2d\x37\x84\xdc\x49\x0a\x96\xcb\xee\xcd\x69\x7e\xc9\x62\x58\x93\x1e\x1c\x9a\x92\x0f\x59\xce\xa7\x3c\xa5\x09\x04\x1b\xfc\x60\x7a\xd2\x25\x3f\xb2\x9c\xa9\x11\x5f\x33\x12\xb3\x82\x45\x05\xbe\xe0\x22\xd7\xcc\x03\xb3\x5c\xcc\xb2\x04\xbd\x64\xf2\x24\x59\x0a\x78\x53\xb7\x26\x8b\x9c\x15\x2c\x8d\x95\x17\x0c\xc1\x94\x3f\x29\xdd\xa0\xf2\xb4\x16\x40\x50\x9b\xf0\x2e\xeb\xb6\x95\xc9\xb5\x76\x42\x8c\x94\x9f\x53\x88\x37\x58\xcc\x28\xba\x56\xc6\x41\x7a\x60\x4c\xe8\x56\x97\xf4\x71\x9a\xf7\xf7\x49\x63\xca\x8a\x06\xba\x94\x17\x11\x86\x0a\x6b\x78\x38\x30\x99\xdd\x29\x2b\x5a\xa5\x55\x62\x64\x5d\x95\xef\xd2\xb4\x79\x12\x56\x2d\x0e\x7f\xcf\x25\xe9\x5d\x84\x56\x41\xb5\xaa\xa6\x4a\xc5\x55\x6a\x68\x77\x13\xf8\x5b\x4b\xc9\xde\xf8\xef\x54\xb9\xa6\x37\xc6\x8d\xfc\xc8\xbd\xbf\xad\xda\xe8\x8f\xc2\x57\xba\x7b\xed\xbd\x5e\x8f\xfc\x7d\x92\x64\xd7\xa3\x34\xf8\x00\x08\x1f\xcf\x36\xde\xbf\x9f\x26\xd9\x98\x26\xef\x97\x29\xff\x7d\xc9\xde\xf3\xf8\xfd\xfb\x2d\x6f\x37\xf5\xab\x45\x1d\x0e\x16\xea\xeb\xa7\xb0\x4d\xf7\xf3\xe6\x46\x8a\xad\x07\xe0\x03\x75\xd3\x93\x28\x49\x0b\xca\x84\xc8\x98\xe4\xab\xef\x3b\xd5\xc3\x0a\xe6\x1c\x95\xde\x20\x9c\xce\xe8\xdc\x7f\x4c\x25\x66\x74\x2e\xea\xde\x50\xb9\x51\x31\x5f\xd3\x82\x5f\x31\x65\xcd\xd4\xac\xca\xe7\x4e\xf7\xfc\xa7\xa7\xce\x1b\x05\x14\xce\xc8\x6d\xa9\xea\x17\x56\xb3\x2d\x36\x1b\x93\x2c\x6b\xb4\xd4\xf1\x00\x75\xda\xbb\x36\x2b\xb7\x92\x7c\xa7\xba\x96\x88\x3c\x7c\x9a\xb7\x3e\x9b\x5f\x2e\x47\xd9\x7c\x91\xb0\x15\x2f\xd6\x87\xe4\xfc\x7e\x9b\x0c\xbe\xbb\x68\x93\x39\x5d\x75\x44\x41\x0b\x8c\xfd\x8c\x19\x0f\x1e\x5c\x80\xfa\x60\xe3\x6c\xd4\xcf\x43\x10\x99\xf0\xfc\x17\xf3\x83\x0f\x6c\xb4\x91\xda\x97\xcd\x9c\xb1\x87\x43\xf1\xa8\x8a\x44\x14\x72\x9d\x93\x4b\x36\xfe\xe8\xbf\x8e\x17\xeb\x39\x3c\xa7\xc3\x19\x29\x98\x28\x1a\x2d\x37\xf3\x0d\x54\x50\x6f\x69\xc5\x7a\x6e\xb5\x69\xaa\x27\x00\xc0\x39\x1d\xd6\x4e\xa1\x7d\x93\x1b\x78\xb4\x8d\x2a\x59\x09\x1f\x51\xa1\x5f\x6c\x63\xc7\x2e\x36\x61\x64\x3b\xcc\x37\xe3\x8f\x9f\x05\x36\xc5\x2d\x95\xcd\x17\x44\x59\xde\xc7\x64\xc1\xf2\xa0\xda\xf7\xe3\x8c\xe6\xe3\x1e\x82\xed\x52\x21\xf8\x34\xed\x81\xf6\x40\xf4\x06\xdf\x2a\x48\x10\x32\x6a\x3d\x77\x5f\x4e\x63\x07\x6a\x46\xb5\x6b\xe3\x3f\xb3\xb1\x32\x51\xe5\x59\xda\x9b\xb2\xa2\x93\x5d\xa7\xfa\xb1\xd9\x5a\x3f\x73\xd2\xdd\x79\xe8\xf4\xe6\x8e\x42\x4b\xa0\x4b\x9b\x50\x52\x25\xc0\x2a\xd6\x77\x23\x65\x05\x4c\x07\x07\xd3\xf3\x5e\x0b\xd5\xd2\x47\x6d\xff\x14\xc1\xfe\x0b\x2c\xe0\x1e\xde\x07\x3a\xcd\xc6\x1f\xcf\xc5\x7a\x2e\x59\x3f\x66\x1d\x99\x23\x21\x4e\x08\x41\xef\x8e\x65\x88\x1b\xde\x5e\x38\xcf\xfa\xb4\x06\x16\x9e\x03\xe6\x8c\x46\x33\x2c\x99\x65\x8b\xd2\x22\x71\x9c\x4f\xe0\x62\xb1\x0c\x62\x7f\xbf\xe2\x9a\x42\xab\x08\xee\x28\xc5\x4a\xfd\x7a\xda\xc4\x5a\x5e\xc3\xa9\xab\xb6\xb5\x40\xe1\xcf\x68\x5c\x21\x5b\xd4\x3d\x28\xd5\x6c\xd2\x78\xda\x50\x6b\x40\xb8\xe0\x07\xe0\xed\x72\x3d\x07\x05\x88\x4c\x00\x3a\xd8\x30\xdc\x3b\x95\xb5\xae\x89\xfd\x44\x1c\x1b\x27\x24\x48\x2b\xe0\x20\x64\x23\xc1\x6c\x43\xa0\x7d\xfc\x58\xc2\xa2\xa7\x1c\x88\x9d\x52\x5b\x1f\x51\x9a\x4e\x39\xc7\x7e\x0b\xa0\xab\x8f\x72\x9a\x5a\x25\x7e\x9c\x6c\xeb\x67\x05\xca\x48\xe6\x5e\xb3\xbc\xfc\x5d\x53\x1d\x80\x37\xc9\x38\x5b\x1f\x4b\xee\x2e\xaf\x9c\xa9\x25\x7b\x46\xa7\x72\x97\x36\x5b\x65\x79\x0b\x97\x19\x52\xfa\xbc\xa3\x16\x7d\x61\xeb\x6d\xe9\xec\xf6\xfb\xcd\x40\x17\x6b\x2f\xfe\xb6\x84\x0c\x0f\x7b\xa6\xd1\x77\x65\x34\x2a\x4e\x3c\x94\x41\x52\x87\x6b\x4c\x99\x40\xed\xd9\x62\x9d\xf3\xe9\xac\x20\xf7\xfb\x83\x6f\xda\xe4\x57\x3a\xcb\xb2\x3b\xe4\x24\x8d\xba\x7e\xbe\x20\x09\x8f\x58\x2a\x18\x9e\x7d\x73\x38\xd2\xbc\x66\xd7\xe4\x87\xd3\xe7\xe4\x25\x66\x75\xc9\x29\x1c\x9d\x98\x3c\xdb\x65\xf3\x05\x4d\xd7\x92\xf1\xbe\x3c\x79\x76\xfc\xfa\xf4\x18\x95\xd8\x92\xc7\x15\x2c\x9f\x0b\xed\xc6\x4f\xf6\xf7\xdd\xf1\xd3\x67\x67\xef\x4f\xcf\x9e\x9e\x99\x57\xa0\x84\x44\x33\x9e\xc4\xcf\xb2\xb4\x60\xab\x42\x9e\xf3\x85\x72\xe2\x03\x79\x36\x39\x9c\xea\x16\x56\x01\x75\x24\xe2\xbc\x64\x2e\x16\x09\x05\x0e\xe3\xa4\x4e\x99\x8e\xee\x53\x2e\x0f\x39\x39\xbf\x62\xf1\xa9\x14\xd0\x5e\xe4\xd9\x1c\x54\x0f\x9b\x8b\x94\xa1\xcc\xf9\x8a\xa7\x6e\x82\xe4\x14\xe5\x1e\x17\x66\x5c\xf6\xd1\xf8\x7f\xbd\x7e\xf3\xf3\xeb\x32\x8e\x52\xbf\xf3\xc8\xc3\x7c\xe0\x48\x3c\x2e\x96\xe0\x29\x78\x39\xc1\x2d\x61\x74\xdb\x5e\x1a\x08\xaa\x7e\x9f\x5e\xbc\x79\xf7\xf3\xd3\x77\xcf\xdf\xbf\x3b\x7e\x51\xee\x59\xe3\xee\x5d\xe4\x61\x0d\x07\x48\xce\x24\xe9\x7c\xe9\xd4\x94\x30\x65\xbb\xf1\xea\xf8\xd5\x9b\x9d\xda\x07\xa2\xcc\xd9\x5f\xd4\x81\xda\xa9\x3a\xfb\xf5\xed\xb1\xdb\x1f\x99\xee\xa6\x9d\xab\xf5\xd9\x7d\x91\xe5\xd7\x34\x8f\xdf\xb1\x89\x94\x04\x02\xd8\xac\xab\xf8\x8a\xcd\x33\x59\xc5\x1d\x39\xac\x6b\x3f\x4c\x31\x2d\x78\x24\x9a\x91\x7e\xe2\xa9\x4e\xa0\xbd\x1e\x79\x27\xe1\x90\xab\xc1\xa3\xee\x60\x00\x31\xa1\xc6\x0c\xce\xbc\xe8\x58\x44\xb7\xc2\x85\x6c\xc7\xa9\x5f\xf6\xab\x59\x6a\x9e\xa0\x80\xe2\x00\xbf\x0f\xc0\xe9\x38\xbb\x62\xc0\xf9\xed\xf9\xd7\x1b\x96\x69\xe1\xdc\x4e\xdb\x05\x1c\x84\x3d\xce\x70\xe4\xb8\x61\xf0\x5d\x81\xd9\x2d\xce\x4f\xb7\x61\x22\xaa\x02\xc8\x06\x81\x23\x58\xcd\xee\x43\x9b\x24\x8b\x60\xd5\xe7\x9f\xb1\x17\x1f\xf9\xef\xfe\x0b\x7c\xe5\x5f\xf3\xfa\x5f\x15\xce\x7c\xd3\xc5\x80\x17\x2a\xd7\x91\xf8\x2c\xe3\xa2\x78\x9d\xa5\x30\x4f\x9a\x48\xd0\xe7\x8b\x7d\x0d\x4c\xd0\x13\xbf\x93\x30\x4e\x68\x74\x99\x70\xa1\xc9\xc8\x3d\x6b\xf9\x65\xbd\x5b\x39\x43\x33\xbd\x1e\x89\xb3\xb4\x51\x60\xfb\xa0\x15\xd4\x4e\x6a\x9b\xb3\x62\x9e\xb4\x88\x21\x03\x61\x9d\xdc\x94\x86\xe6\xf8\xb8\xc1\xcb\xa3\x19\xcb\x79\xc1\x62\xdb\xf6\xb0\x84\xba\x66\xa9\x73\xd6\x87\x0e\x36\x10\x00\xb1\xbf\x1f\x02\x2c\x07\x55\xdf\x1b\xb2\x23\x5a\xab\x80\x5d\xcc\x1a\x0f\x3a\xb7\x25\x4f\x39\x8e\xc3\xb8\x90\x80\x5c\x3b\x46\x7c\x1a\x11\xa0\x53\xa7\xeb\x0a\x2e\x38\x8d\x53\xf7\x56\x61\xa1\xb9\xdc\x4a\xc5\x33\x92\x75\x46\xa6\xc6\xaf\x83\xac\x07\x91\xe1\x3a\x70\x42\xd0\xc1\x5a\xb5\x63\xdb\xea\xf9\xee\xe0\x80\x97\xe8\xa5\xe2\xfb\xce\x21\x84\x3b\xde\x0e\x8b\xaa\x38\x50\xba\x9a\xe9\x91\x9f\xe6\x03\x0a\xa0\xa4\xd8\xf4\x7b\xbf\xbf\xef\x0f\xc7\x2d\xe9\x63\x67\x7f\xdf\x47\x17\x96\xac\xf8\x71\xf2\x44\xf9\x5a\x19\xbe\xb2\x60\x2f\xd9\xda\x25\x76\x42\x94\xaf\x15\xeb\x98\xab\xd7\x23\x4f\xe1\x3a\x63\x42\x79\xb2\xcc\x99\x40\x33\xb2\x9c\xd1\xb8\x93\xa5\xc9\x9a\xb8\x0e\x62\x6c\xb5\x92\x1b\xc6\x0a\x8d\x83\xf3\x3f\xdb\x69\xcf\xfd\x57\xc9\x0f\x50\x99\xda\x0d\x31\x79\x0e\xca\x0c\x6c\xbd\x03\x54\xa4\xe8\xd0\xe2\x53\x0a\xdd\x7b\xf7\xc8\xdf\x95\xec\xea\x6e\x4d\x0f\xba\x03\x15\x60\x02\x05\x63\xc9\x2b\xe3\x25\x0a\xe0\x73\x9e\x76\x3f\x0a\xe3\x2c\xdb\x0a\xc9\xcd\xa8\x45\x5e\xd0\x88\x8d\xb3\xec\xb2\x0d\x52\x32\x6c\x70\xbc\x10\x84\x4e\x26\x3c\xe1\xb4\x70\xbd\x6c\x43\xf8\x44\x15\xee\x04\x9c\x45\xf3\xa0\x18\xfd\xea\xe4\x4c\x27\x93\x09\x38\x17\xc3\x68\x8c\x00\xc3\x93\x9e\x55\x94\xc6\x3c\xcb\x0a\xe5\x0f\x3b\xcb\xd7\x24\x9b\xa0\x2b\x23\xd5\x52\x91\x33\x13\xba\xa2\xa4\xc6\x86\x53\xca\x70\xb4\xa7\xf7\x82\xd1\xde\x70\x38\xf4\x34\x27\xfb\xfb\xea\xd8\x33\xc9\xf2\x76\x34\x1c\x3f\xb1\x9f\xcd\xd1\x1e\x20\xab\xcb\xd0\x59\xd6\x68\xaf\x75\xf8\xa8\x3f\xe8\x3f\x68\xc7\xe1\x72\x10\xbf\x24\xd1\xc5\x1e\xb5\x59\xb8\xd8\x24\xa7\x53\x17\xde\xb7\xed\x49\xb8\x20\x8e\xe2\xfd\x1c\x7d\xf5\x42\xd9\xef\xda\xd3\x9a\xb6\xf3\x4c\x62\x2c\x57\x05\x07\x0f\xdb\xb3\xda\x82\x57\x3c\x36\x05\xfb\x7f\x6b\x5f\x86\x0b\xaa\xd3\x85\x06\xd8\x6f\x27\xe1\x72\xf0\x3a\xcf\xed\xe4\x60\xd0\x9e\xd7\x82\x8c\x96\x79\xce\xd2\xa2\x54\x3e\xad\xc1\x14\xca\x8b\xef\x73\x36\xd1\x65\xef\xb7\x17\x35\xc8\x5a\x0a\x8c\x2c\xa3\x0a\x3e\x68\xff\x3e\x1c\x3f\x19\xa5\x1b\x8a\xbe\x97\x7c\x4d\x95\xbf\xdf\x6f\xe7\x61\xc0\x73\x36\xcf\x34\xd0\x6f\xda\x45\xb8\x50\x42\xff\x58\xeb\x42\x8f\xda\x57\xe1\x42\xe3\x24\x8b\x2e\x75\x7b\x83\xf6\x75\xcd\xa0\x97\x69\x4c\xc1\x39\x9b\x26\xa5\xc1\xb7\xed\x55\xb8\x6c\xce\xc4\x22\x4b\xed\x6c\x0e\xbe\x6b\xaf\x6b\xd0\x13\x65\x0b\x83\x9b\xbf\xb9\xe2\xd1\x1f\x4d\xda\xfa\xc4\x27\xcd\xd1\x1e\xee\xf6\xee\x1a\xa1\xfb\xfb\xe9\x32\x49\xee\x0c\x87\xb4\xf5\x09\x1c\xc2\x0d\x69\x57\x8b\xac\x47\xe2\x9a\x17\xd1\xac\xb9\x6c\x7d\x8a\xa8\x60\x24\x3a\x54\x09\x74\x48\xbb\xb2\x48\x9b\xaa\x9c\xe4\x10\xfe\xcc\xf1\x0f\xc3\x3f\x53\xfc\x33\xc1\x3f\x8b\x43\xc5\x01\xe9\x91\x3a\xa3\x38\xd0\xf6\xf7\x6d\xab\x06\xe8\x25\x56\x4c\xf1\x4f\x81\x7f\x72\xfc\x33\xab\x42\x53\x09\xcb\xdb\x5b\x28\x11\x3b\x09\xb7\x06\x17\x4f\x25\x2e\x54\x86\xc4\xcb\x70\x38\x9c\xdf\x6a\x07\xf8\xf0\xd8\xed\x55\x16\xb3\x61\x72\xa4\xd3\x9e\x19\x8a\x86\x8c\xb9\x9b\x21\x57\xcf\xb3\x2c\x15\xcb\x39\xcb\x87\x97\xe5\x9c\xb7\x6a\x1d\x0e\x67\x26\xe7\x18\xf9\xcc\x30\x32\x29\xf6\xc0\x34\x4c\x6d\xa2\xe2\x1f\x43\x66\x92\x5e\xd2\x3f\xd6\xc3\xc2\x7c\xca\x63\xcc\x30\x37\x9f\x6f\x81\x2f\x0d\x63\x27\xac\xcc\x5b\xc5\x2e\x86\x53\x53\x0a\x3d\x09\xc3\x30\x26\x36\x51\x2d\x95\xe1\xc2\x24\x71\x61\x11\x61\x2e\xfb\x2c\xda\x24\x0a\x6f\x6e\x14\xf2\x92\x5b\xa7\x5a\x09\x57\x4f\xfd\x2c\x0f\x5b\x01\xb8\x0a\xe2\xe5\x6d\xb5\x9a\x41\x65\x7d\xb5\x99\x5b\x4d\xe3\xb9\x5a\x7c\xcb\x1a\x70\xe9\x70\x38\x1c\x46\x2e\x50\x67\xaa\xea\xbb\x91\x7a\x35\xf4\x3c\xd6\x97\x67\x6e\x79\x98\xe4\xfa\xb2\x60\xc1\x68\x4b\x03\x0d\xd4\x97\xce\x5d\xc8\x8a\x40\xea\x4b\xc7\x5e\x69\x4d\x3b\xf5\xe5\xa7\x6e\x79\x97\xb0\x6a\x6b\x4c\xbc\x1a\x9a\xea\xea\xcb\x2f\xfc\xd1\xfe\x8b\x26\x3c\x56\xf3\x7a\xb6\x5e\x84\x6a\x8e\xf6\xf0\xf4\xe5\xcd\xed\xcd\x4d\x58\x38\xa0\x37\x37\x54\xe2\x1f\xff\xcc\xf1\xcf\x14\xff\x4c\xf0\xcf\x02\xff\xfc\x2e\x41\x6c\xa1\x9a\xa6\x47\x36\xc5\xcd\x8d\xf7\x9d\x97\xbe\x67\xa5\xef\xcb\xd2\x77\x5a\xfa\xbe\x2e\x7d\xaf\x4a\xdf\xeb\xd2\xf7\x55\xcb\xe2\x1a\xcf\x8c\xc3\x3f\x6a\x94\xab\x60\xf6\x95\x67\x11\x13\xa2\xcb\xd2\xab\xee\xeb\x37\xcf\x8f\xdf\x1f\xbf\xfe\x17\x2a\xe2\xad\x04\xa9\x4f\xbd\x15\x39\xd5\xb9\x68\x8f\x3e\x8a\x5e\xbd\xf0\x89\x36\xb3\x8e\xef\xde\x9d\x41\xc5\xec\x8a\x25\xd9\x42\xce\xbc\x81\xa3\x25\xe1\x80\x38\x7b\xbf\x3f\x78\xd0\x59\xe4\x4c\x80\xe8\xee\x0b\xb7\xff\xb9\x82\xac\xab\xc3\xfe\x09\x0c\xbf\xae\x68\xce\x69\x5a\x34\x5b\x60\xd8\x04\x61\x35\x09\xdc\xa4\x2b\xc7\x9e\xeb\x6c\x99\xcb\xf3\xcc\x34\xa7\x73\x99\xbf\x9c\x63\xa0\xde\x31\x03\xed\x9d\x1d\xab\xe2\x9e\x44\x2c\x72\x9e\x16\x93\x8e\x28\xd6\xa8\xb7\x9e\xd3\x82\x34\xe1\x58\xf4\x35\xb8\x0d\x15\xcb\x85\x9c\x0b\x16\xb7\x50\xcb\xa5\xb5\xa6\x00\xa5\xc8\x88\x92\x2c\x09\x4f\xb1\xb2\xdc\x50\xe9\x38\x5b\x16\xe4\x7a\x46\x0b\xf4\x31\x0a\x35\xe1\x13\xc2\x05\x82\x53\x4d\x72\x4f\xbd\x9d\xe0\xe9\xd4\x9d\x02\x67\x94\x64\xce\x84\xa0\x53\x66\xe2\xdc\x49\xbc\x2c\x16\x2c\x56\x2f\x5d\x14\x2d\x59\x6b\x37\x53\x13\x60\x41\xad\x9c\xcd\xa9\x9c\x86\x8c\xb0\x54\x2c\x73\x46\x92\x6c\xca\x23\x6b\xd2\x15\x73\x30\xe9\xf2\x00\xda\xd9\x50\x51\xed\x55\x77\x1c\x33\x17\x13\x43\xb5\xad\x70\xd6\x26\xb4\x4d\xc6\x6d\x12\xb5\x49\xdc\x26\xac\x4d\x26\x8e\x02\x29\xb8\x98\xee\x84\x17\x13\xd6\x50\x13\x21\x17\x9c\x31\x70\x71\x4e\xcc\xd6\x38\xd0\x79\xa0\x82\x9d\x54\x0b\x46\x10\x9a\x12\x06\xee\x23\x35\x16\xf5\xd4\x35\x3c\xdf\xe5\xea\x24\x0a\xba\x01\x33\x2a\xcf\xf1\x3a\x53\x8e\x3d\x77\xec\x1b\x53\xee\x5e\x6d\xef\xec\xc1\xb8\xf1\x8a\xa7\x7c\xc2\x59\x4c\xd8\x2a\x62\x10\x6e\x89\x64\x11\xc8\x07\xf1\x11\x91\xa4\x2f\xa7\x31\xcd\xd2\xce\x5c\x17\x8c\xd9\x15\x61\xe9\x15\xcf\xb3\x14\x0c\xc4\x1b\x6e\xc4\xd4\x06\x5c\xb4\xcc\x18\x99\x2c\x93\xa4\x3c\x5c\x78\x9a\x82\xe3\xa1\x09\x99\xb1\x64\x31\x59\x26\xe4\x9a\x82\x09\x9b\xe8\x36\x34\x18\x83\x8e\x92\x0f\x71\xc7\xa7\xfb\x79\x79\x72\x6d\xe8\x6f\x55\xea\x24\x8d\xd9\x0a\x34\x34\xbb\xe0\x01\x51\x68\x42\x14\xf6\xbe\x16\xbd\x69\xdb\x33\xa2\xd2\xaa\x01\xd9\x81\x73\x0d\xff\xe0\xc0\x8b\x64\xda\xf2\xdb\xea\xa6\xca\x46\xf6\xc4\x10\xc3\xbf\x78\x96\xa0\xbb\xe8\xb2\x12\x0b\x6b\x4c\x72\x3a\x67\xe2\x2c\x7b\x9b\x2d\xc8\x90\x0c\xc0\x7d\xea\x35\x53\x1a\xcc\x88\xe6\x4c\x2d\x65\x43\x5e\x0d\x41\xb2\xeb\x94\x40\x3d\x04\x84\xa4\x68\x69\xe4\xb6\xf6\x11\x84\x01\xb2\xf9\x26\xd4\xb9\xc1\x2c\xdf\x86\x16\x19\x6e\xe6\x05\x9d\xea\x1b\xd1\xa6\x7e\x66\x18\xd1\x24\xf9\x41\xf9\x2c\x37\x95\x64\x22\xdc\x4b\xf6\x4c\x76\xc3\xfa\x64\xbd\x6b\xac\x26\x86\xb6\x7a\xb3\x51\x6b\xd2\xe2\x54\x95\xf2\x0d\x4d\x63\x9a\xc7\x4f\x35\x43\x74\x2f\x62\xb9\x30\xc9\x68\x2b\xe8\x18\x2c\x95\x86\xb8\xbf\xaf\x2c\x29\xed\xb3\x0a\xe7\x29\x8e\xf6\xad\x67\x4c\xdb\xdc\x8b\x5a\x6b\x59\x5c\xf2\x6c\x6d\x5e\x03\x78\x36\x80\x66\xb8\xba\x4b\x43\xd7\x28\xc7\x74\x18\xc2\x33\xdc\x3a\x23\xc5\x98\x35\x9f\x3d\xce\x00\x8a\x9a\x25\x3b\x68\xff\x86\x3c\x60\xb1\x08\x4c\x52\x4a\x54\x10\x91\x1d\xcc\xa2\x37\xa0\xa8\x5a\xc2\x7d\x24\xd3\xc0\xd7\x6d\xb6\xa0\x57\xe2\xfb\x21\xe9\x9b\x9c\x0a\xa6\xee\xf8\x98\xca\xe9\xfa\xa2\x51\x57\x5a\xf9\x94\x2e\xa1\xd7\x0b\x7e\x61\xb1\xab\x76\xd7\x20\x35\x55\x9d\x64\xeb\xd0\xc6\x01\xcc\x3a\xae\xf4\x47\xe9\x6d\x13\x5f\x61\xa4\x81\x92\xdd\xd0\x84\x56\xd2\x80\x13\xe0\x2d\xb6\x90\x7b\x7d\x60\x39\xd7\x77\xfd\x49\x70\x79\x1c\x06\x5a\xa9\x67\x04\x53\x56\x3c\x07\x2f\xcc\xcf\x69\xc1\x9c\xb5\x88\xe9\x3a\x1a\x49\xbe\x96\xd9\xb8\x60\x5d\xba\x54\x19\xff\x80\xc2\xcf\x68\x92\x78\xd4\xe9\x78\xe3\x46\x70\x68\x99\x80\x45\x8e\x6a\x48\xb3\xea\x69\x3d\xb4\xd8\xec\xcc\xee\x1a\x29\x25\xa6\x05\x7b\x96\x50\x21\xdc\x50\x29\xb2\xf3\x17\x8d\xa3\x3f\xc3\x13\x37\xd9\x89\x70\x61\xd1\x56\x59\xb7\xde\x0a\xbb\xe3\xae\xb0\x9b\x1b\x67\xdd\x79\xef\x1d\x36\xf2\x9d\x52\xff\x9f\xf8\xd3\xa6\xdb\x3f\x74\x03\xb5\x38\x0c\xca\xe0\x67\x83\x59\xca\x96\xc0\x49\x0d\x1b\x77\xb7\x11\x0c\xbb\x2b\xa5\xec\x3b\x20\x33\x72\xd1\x59\x24\x94\xa7\x1d\x35\x11\x8f\x03\x86\x7f\x1f\xb3\x54\x44\xb3\x84\xa7\x97\x2c\x2f\x7a\xa5\x1a\xdf\xd7\xe8\xd3\xef\xf7\x07\x0f\x3b\xf7\xfb\x83\x6f\xdb\xe4\x9f\x59\x4a\x4e\x0d\x00\xb4\x40\x79\xc7\xe0\x09\x64\xf9\x98\xa1\x4d\x4e\x8c\x40\xea\x4c\xa1\x42\x5f\xe6\x5b\x5c\x6f\xb1\xc7\xcc\x4a\x6c\x09\x8b\x23\x53\x2a\xc1\x7f\x2b\x47\x55\x6a\x04\x36\xda\x22\xcb\xdb\x12\xfe\x91\x95\x1c\xdd\xde\x48\xf8\x40\x08\x2d\x52\x26\x0b\xbc\x96\x3f\x99\x40\xfc\x81\x79\x16\xa3\x84\xe7\xbc\x2b\x02\xf3\x05\xbc\x01\xca\xbc\x10\x0b\xba\xa1\x48\xdb\x83\x39\x92\x67\x69\xa9\x86\x1b\x31\x08\xd1\x06\x23\x72\xcf\x2f\xb2\xbc\x14\xff\xc3\x1b\x8c\xcc\xda\x6d\x3c\x4e\x57\xed\xd1\x02\x5e\x58\x51\x3d\x25\x1d\xb1\x60\x11\x9f\xf0\x88\xcc\x59\x31\xcb\x62\xe7\x6c\x50\x94\x8c\x9e\x9a\x0d\x50\xb7\xe8\xbb\xdd\x86\xd7\x87\x52\x2c\x6c\xd5\x15\x23\xd9\xf5\x7a\xe4\x55\x26\x0a\x92\xf0\x4b\x96\xac\x09\x25\x40\x9c\xaa\x0f\xee\x95\x93\xb2\x4a\x93\xb5\x1c\x25\x8f\x9d\x73\xd8\x15\x9c\xef\x0d\xbc\xfa\xb3\x44\xaf\x3f\x27\xe5\xcd\xa8\xb6\x3d\xb8\xcb\x56\x2c\x3a\xd2\x32\xca\x3b\x36\x65\xab\x57\x34\xbf\x64\xda\xb4\x60\x4c\x63\xed\x70\x89\xb3\xdc\xe8\x35\xfc\xa6\x15\x03\x9b\xc1\x5b\xc9\x4d\x22\xa0\x3f\x41\xca\x48\x1b\xba\xe0\x57\x44\x6f\x39\x4e\x45\x59\x44\x15\xf7\x7a\x69\xe3\x0e\xa0\x21\x23\x88\xd1\x7e\x7e\x28\x46\x06\x08\xdb\xe5\xe1\xea\x67\xcc\xfe\x90\xb5\x97\xbe\x51\xa1\x59\xc0\x61\xa5\x95\xb6\x23\x09\xbd\x99\x54\xf3\x0d\xec\xa0\xfd\x7b\x91\xbd\xcd\xf9\x9c\x17\xfc\x8a\x95\x4d\xe0\x11\xae\xdf\xa1\xf3\x6a\xb5\x0b\x08\xe7\xe5\xb7\x69\xb6\xd2\x3f\x25\xa6\x83\x0c\xb1\x6b\xcc\x15\xb4\x26\x9c\xb2\x55\x65\x23\xc6\xf9\xac\x8b\x58\xe6\x13\x93\xb2\xac\xfe\x9c\x88\x36\xa3\xe2\x89\xbb\x2b\x03\x16\x9a\xbe\x48\x0f\x07\x73\xdc\x76\xed\x6b\x86\xea\xe6\xec\x07\x9f\xf3\x37\x63\xe7\xf1\x51\xf5\xa2\xdd\x79\x8a\xd7\x48\xa8\x28\xe0\xa0\xd9\x70\x9f\xcf\xce\xa8\x78\xa9\x33\x9e\xd3\x82\x3a\xe6\x48\x0e\xa8\xfd\x7d\x59\xd0\xb1\xa7\xd5\xfe\xbc\x3c\x07\x96\x77\xea\x80\xed\xd8\x7f\x2f\x90\x0a\xac\x3f\xdd\x79\x9f\xd6\x5a\xe5\xc0\x2c\xac\xda\x00\x12\x6d\x75\x31\xb9\xcf\xa7\x0e\xb7\x4d\x8f\xe4\xff\x29\xc9\x12\xb9\x6b\x8f\xf3\xec\x5a\xb0\x5c\xb4\xf5\x34\x01\x4d\x41\xb0\xbd\x1c\xa3\x3a\x2b\xee\x2b\x1c\x73\xe6\xd0\x2c\x6f\x90\xc1\xca\xa7\xc4\x92\xbd\xff\x8e\x68\xdc\x74\x22\xb4\x0b\xc1\xb0\x16\x50\xab\x8e\x72\x90\x54\x3e\xfe\xbe\x64\xf9\xba\x3b\x49\xb2\xa2\x5b\x64\x59\x52\xf0\x85\xca\x51\x7f\x34\x05\xf0\x2c\x3d\x24\x8c\x8a\x75\xa7\xc8\x3a\xa0\xda\xc1\xd2\x18\x39\xfd\x45\x92\x15\x24\x9a\xd1\xbc\x10\xaa\xde\x15\xcb\x05\xd4\xe9\x77\xff\xd6\xed\xab\x44\xba\x2c\x66\x59\x2e\x0e\xc9\x7f\xe5\x7f\xac\xc5\x1f\x45\x36\x21\x3f\xe5\x63\x2a\xc8\xdf\x2f\x65\xc2\x92\x9c\xcf\xd7\x57\x9c\x5d\x8b\xee\x22\xb9\x68\x1f\x5f\xd1\x94\x9c\x16\x0c\x24\xab\x68\x96\xb2\x9c\xfc\xfd\x9d\xe4\x16\x34\x97\xff\x55\x30\xaf\xd9\x58\xf0\x82\x1d\x86\x1e\x75\x20\xd4\x5e\xfd\xe8\xc6\x4b\x9e\x40\x08\xc5\xfb\xfd\xc1\xa3\x4e\xff\xdb\xce\xfd\x47\x2a\x27\xf7\x45\x38\x47\x7c\x6b\xcb\xc2\xf7\x65\xb1\x7b\x3d\x80\xe3\x9c\xec\xee\xca\x19\xcb\x8d\xed\xd8\x22\x59\x4e\x79\x4a\x32\x40\x9f\x68\x6b\xcb\x4d\x9c\x6c\xa1\x0b\x2a\xd3\x40\x99\x83\x31\xcb\x05\x30\xfb\xdc\x31\x82\xc1\xbe\x1f\xfa\xa9\xf2\x9f\x98\x65\xd7\x87\x48\x15\xed\x72\x5e\x24\x04\x4c\xfc\x21\x19\xed\x49\x14\x9c\xf1\xc5\x68\xaf\x5a\x2a\x4b\x25\x13\x93\x85\xbe\x16\xe4\x86\xfc\x72\x48\xbe\x5e\x91\x1b\xf2\xeb\x21\xf9\x7a\x1d\x28\xdf\xeb\xa1\x53\x04\x16\xc3\xc3\x9a\x84\x16\x4c\x10\x9a\xb3\xc3\x40\xc1\xaf\x05\xe9\x7c\x4f\x04\xcb\x39\x13\x24\xa1\x63\x96\x84\xc0\x7d\x1d\x39\xa5\xa2\x2c\xc9\xf2\x60\xa9\x64\x25\x8b\xad\x08\x5d\x71\x05\x8c\x34\x8d\x7a\x54\x8e\xaf\x23\x73\x20\x43\x68\xcc\x07\x68\x62\x4e\xf3\xcb\x3c\xca\x0a\xd6\x2b\xd5\x69\x85\x5b\x5d\xcb\x56\xd7\xff\xe6\x56\x61\xa8\xbf\x20\x9d\x04\x0b\x40\xaf\x7e\xdd\x50\x60\xd5\xbd\x2f\x8b\x2c\x72\x16\x71\x78\x32\x9c\x4d\x36\x02\x5c\x40\x69\x96\x47\x2c\x2d\x42\xf9\xa9\xcc\x47\x26\xd5\x94\xe2\xb0\x2a\xda\x92\x70\x17\x9c\xe1\xe2\x2f\x57\x94\x7b\x02\x7b\x01\xda\xd1\x43\x38\x62\x56\x9a\x5e\x6f\x2d\x31\xcf\xd2\x62\x06\x16\x83\x35\x05\x62\xb4\x79\xae\xcb\x16\x33\x3e\x29\x44\x60\xe9\x40\x07\x0f\xc9\xa0\x5f\xa9\x02\x1d\x3b\x24\xf7\xfb\xe5\x8c\xdb\x6a\xe3\xb8\x6e\xcf\x66\xcc\x5a\x5d\x97\x3b\x90\xd2\x45\x4d\x96\x14\x24\x44\xed\xf2\x4d\x78\x74\x79\xc6\x17\x5e\x81\xc0\xd4\x48\x21\x0a\xfc\x86\x95\xf3\xb2\xf4\xc7\xec\x8a\xe5\x6e\xf0\x60\x49\x7c\x27\x05\x9b\xb7\xe5\x66\x01\x3c\xe5\x58\x1e\xfb\x6f\x83\xb0\xef\x62\x54\x59\xd5\xbc\x9b\x7b\xab\x3f\x6e\x8f\xdc\x8a\xbd\x1e\x89\x97\xf3\xf9\xda\xf0\x39\xc5\xf8\x94\x09\x2a\xec\x14\x09\x86\xcc\x86\x0b\xb9\xe6\xe3\x7e\xf7\xbb\xee\x37\x2d\xd2\x21\x5c\x90\x98\x25\xac\x60\x31\x91\x1c\x25\xd7\x20\x7d\xbe\xa8\x99\xf8\x9b\x05\x08\x6c\xe1\xcc\x72\x97\xd4\xbd\xae\xc3\x6c\xe5\x6e\x75\x86\x85\x3d\xc1\x7c\x91\x64\x45\xcb\x27\x94\x5e\x8f\x80\x9a\x7b\x9c\x30\x0f\xbf\xc5\x8c\x8b\x6e\xc1\x17\x6f\x33\xc1\x55\xa0\xc4\x4f\xab\x43\xd2\x6f\x4b\xc2\xe9\xfb\x68\x31\xe5\x79\xca\x0b\x6c\xe4\xa8\x16\x81\x70\xbf\xa5\xf8\x88\xb9\xd4\x56\xd9\x4e\xbf\x1d\x41\x59\x42\xdd\x36\x0c\x3c\x93\x50\x1b\x6f\xb7\xd4\x3d\x39\x73\xe8\x82\x20\x03\x07\x00\x92\x4e\x54\x2f\x44\x19\x8e\x04\xff\x16\xb3\x4c\xf8\xd3\xbb\x5d\x99\xda\x55\x35\xb4\x31\x6b\x05\x01\x4e\x55\xe5\x3f\xad\xd4\x0f\x38\x42\x97\xe1\xb7\xaa\x6b\xd7\x98\xd1\x2e\xd0\x8c\x76\x41\x1e\x57\xfb\x75\x44\x16\x18\x2c\x35\xb0\xbc\xcb\xdd\xc1\xe8\xa9\xfe\x30\xce\x17\x17\x5d\xe5\x88\xa8\xcc\x07\x2a\x8b\xc1\x4d\x00\x18\xb3\x2c\xbb\x14\x10\xac\xf3\xf8\x0a\x14\xb5\xd0\x80\x3f\x49\x6d\xc2\x64\xde\x8f\x20\x6f\xaa\x8e\x06\x16\xf8\x94\x15\x00\x53\x2f\xa7\x72\x11\x39\xb1\xd0\x71\x2b\x3d\x40\x17\xe4\x11\x09\x53\x9a\xad\x0a\xa6\x15\x6c\x67\x49\x9a\xd5\xe8\x47\x16\xad\x34\x67\x4f\x8e\xcd\x72\xcb\x7a\x09\x2a\xb5\x94\xeb\x3e\x2a\x38\x07\xe1\xda\x72\x75\x77\xa5\x60\x03\xd4\x1a\x2e\x53\x99\x92\x4d\x00\x37\xc0\x91\x6d\x05\x61\x21\x37\xfa\xbc\x7a\x15\x4a\x50\x48\xe6\x13\x74\x2c\x96\xe2\x0b\x64\x75\x5c\x0c\xa1\xb5\xa6\x35\x85\x0d\xad\x36\x72\x8e\x8e\xdb\x6b\x38\x2e\x15\xb4\xca\xab\x8e\x18\xc4\x2c\xcb\x8b\x68\x59\x80\x35\x02\x78\x3a\xd1\x92\xe7\x46\xd2\xb3\x28\x51\xd4\xb7\x71\xd2\x6a\xc7\xed\x83\xe9\xaa\xdd\x67\x13\xed\x5c\xcb\xe5\x24\xcf\xf7\xd7\x3c\x2e\x66\x8d\x7a\x9a\x98\xe9\x82\x33\xc6\xa7\xb3\xa2\x5a\xd2\x5c\x16\x6f\x6d\x8a\xa7\x29\xcb\x7f\xde\xb5\x3d\x28\xfd\x63\x5d\xa3\x75\x1b\x7a\xce\x68\x61\x0e\x58\xe4\xf9\x9b\x57\x44\x5b\x2f\x97\x0a\xa3\x3e\xc5\x12\xf8\x94\x15\xcf\xb3\xb9\x32\xa1\xaa\x5f\xf4\xf0\xe6\x13\x58\x4f\x65\xcb\x6f\x1a\xd6\xf1\x36\xa1\x11\x9b\x01\x6b\x6a\xb6\x48\x0b\x58\x59\x73\xb4\x27\xb3\x67\x52\xac\x18\xed\xb5\x89\xf9\xa8\xb2\xc8\xba\x69\x35\x52\x4d\xcd\xc4\xee\xd6\x03\x80\xa2\x7b\x00\x1f\x5b\x98\xb4\x99\x1a\x28\x3c\x97\xd2\x87\x71\xb3\x16\x12\x7d\x9a\x2e\x67\xc6\x96\x1b\xf3\x6c\x29\xd8\x3c\xbb\x62\x8d\x36\x81\xdf\xaf\xb2\xab\xd2\xe6\x70\x5b\xc5\xb9\xb3\x1b\x88\xd9\xb2\x88\xb3\xeb\x74\xfb\x5e\x50\x41\xcd\xdd\x66\x10\x2b\xad\xee\x32\xfd\xcc\x89\xd9\x0d\xd2\x2e\x08\x06\x38\x39\x60\x44\x49\x25\xcd\x50\x73\x1e\x26\x4d\x23\x06\x99\xb2\x91\xdd\xb1\x69\x90\x66\xaa\x34\x59\x15\x5b\x20\x19\x64\x42\x69\x65\xcb\xdd\xce\x44\x77\x45\x86\x84\x75\x17\x74\xca\x7e\x09\xe6\xaf\x4d\xfe\xaf\xe1\x61\x0b\xa6\x25\x31\x2d\x01\x36\x17\x99\x28\x75\xbf\x22\x65\xdd\xbb\xe7\x01\xbb\x47\xc0\xcf\x2c\xdc\x0f\xe9\xd5\xde\x54\x9b\x05\x4d\x72\x46\xe3\x35\x14\x40\x5b\xad\x49\xce\xd8\x1f\x8c\xf0\x82\x64\x58\x45\x19\xe2\xca\x0e\xa3\x0c\x5a\xf0\x24\x41\x93\x1b\xb6\x2a\xf0\xfc\xe0\xb7\xd7\x0b\xa2\xd2\x4c\x31\x4e\x55\x5b\x02\x6c\x13\x5e\xb0\x79\x60\x8d\x82\x6a\xab\xb4\x94\x6a\x96\x32\x38\x8b\x92\x92\x3d\x74\x56\x16\x26\x34\x2a\xf8\x15\x2d\xb4\xd3\x29\x48\xd4\x4a\x99\xd2\x3f\x43\xc2\xd5\x5e\x05\x19\xaf\x61\x38\x25\x26\xd8\xe5\xa2\x39\xda\x3b\xbc\xe2\x82\x8f\x13\x36\xda\x6b\xd5\xf4\x96\xfc\xa5\xab\x4c\xff\xab\xf0\x1c\xbc\xa9\x09\x94\xae\xb0\xab\x4d\x7b\x52\x00\xb5\x31\xfb\x0c\xe4\xfe\x75\x7c\x9e\x18\x16\xc7\xe3\x0d\x6c\x20\x88\x0b\xcb\x7f\x6b\x11\x51\x59\x43\x1e\xd5\xd6\xd0\x47\x15\x67\xbd\x1e\x39\x05\xb1\x96\xc4\x1c\x9d\xb4\x80\xd1\xd6\x32\xa1\xdd\x10\xef\x90\xe7\xf2\xe7\xba\xa0\x77\xb4\x1a\xac\xda\x64\x31\x58\xb7\xc9\xe2\xbe\xfc\x75\x7f\x5d\x43\x4d\xfa\xb1\x31\x2d\x66\x5d\xf1\x7b\x5e\x34\x9b\x8b\xfb\x2b\xd2\x21\x8b\xc1\xaa\x45\xee\x11\xf7\xeb\x40\x7e\xad\xe1\x6b\xad\xf2\xf4\x57\x60\x53\xab\xdb\xd3\x7f\x64\x39\x58\xb8\x8a\x6c\xce\xc8\x55\x96\xc5\x59\x46\xe6\x74\xaa\xbc\x0a\xca\xc3\x5d\x3e\xe7\xc6\xdb\x9b\xc1\x82\x94\xf4\x60\xb8\x80\x0f\x42\xc9\x94\x5f\xb1\x94\x2c\x32\x9e\x16\xe4\xd3\xaa\x4d\xd6\xb7\x41\x0c\xc5\x59\xf1\x92\xa7\xcc\x1c\x00\x9d\x70\xde\x6d\xb2\x6e\x93\x95\x3c\x09\xf7\xdb\x64\x35\x68\x93\xf5\xa0\x4d\xb2\x1a\x3c\xc1\x73\x59\x7c\x66\x98\x91\x61\xdd\x2a\xda\x0c\x7d\xc3\x82\x26\xde\x79\x85\xac\xfa\x65\x2f\x63\xe6\x16\xf8\x13\x59\x1d\x22\xdc\x43\xb2\x26\xd5\x5d\xc3\xfd\x67\xdc\x45\x2a\xb0\xeb\x6d\x60\x11\x6a\xbf\x66\xf6\xca\xb8\x4d\xd8\xa4\x08\xea\xa4\xdc\x7f\xc5\x94\x0c\x49\x67\x40\x7a\xa4\xd9\x5c\x0f\x48\x87\xac\xfb\x2d\xf9\xb1\x92\xbf\x57\xfd\x56\x58\xf8\x73\xff\x19\xff\xcb\x5b\x5a\x5a\x1d\x42\x8f\xc8\x10\x80\xdf\x23\xcd\x15\xb9\x27\x9b\xef\x90\x35\x39\x80\x66\x0f\x24\x62\x55\x46\xa7\x98\xca\x54\x99\x3b\x68\x41\x8f\x8a\x29\xe4\xa9\x7e\x41\x15\xcc\xdd\x3a\xc6\xf5\x21\x81\xca\xd0\x7c\x07\x7f\xaf\x24\x80\x4d\x15\xeb\xa7\xee\xb6\x86\x7c\x6a\xfb\x91\x75\x57\xe4\xfb\x21\x2e\xe2\x39\x4f\x9b\x2b\xa8\x03\xaf\x62\x65\xd6\x63\x9d\x45\x57\x7e\xd6\xda\xab\x25\x5b\x5a\xdb\x2c\xb7\x96\xca\x6a\x85\x3a\xb0\x81\xaa\x81\x48\x06\x64\xe8\xf1\x29\x6f\x6c\xad\x36\x49\xee\xd7\x14\xc0\x41\xd7\x62\x49\x91\x45\x32\x20\xdf\x4b\x18\x4f\xe4\x7f\x0e\x49\x32\x08\x6f\x5a\x1b\xf6\x28\xdd\x53\x4a\x86\x7a\xca\xdb\x64\x4c\x86\x44\x91\x42\x9b\xc8\x23\x12\x50\x8e\x22\x60\x39\xbd\xe1\x76\x48\x89\xa5\xd2\xb1\x68\x52\x45\x0d\x63\x09\x80\x1c\x90\x48\x52\x9b\x65\xb8\x32\x9b\xaa\xec\x71\x78\xb8\xd5\x2d\xb7\xf6\x84\x5a\xb3\xaf\x10\x23\x0f\xce\xb2\x6b\xbd\xfb\x71\x50\xb0\x86\x0e\x3f\x22\xa5\x0b\xf2\x04\x36\x29\x72\x48\x2a\x02\xa3\x83\xd1\xa0\x36\x00\xaf\x48\xba\xa0\x35\xc6\x03\xfe\xfe\x7e\xb0\x1d\x28\x01\xa7\x7f\xe5\xd7\x28\xd4\x6f\x39\x37\x73\xba\x72\xf6\xb9\x4a\x83\xd3\x9c\xc7\x5d\x90\xb4\x9f\x4a\xd9\x82\xbd\xa3\x31\x5f\x56\xb5\x87\x2e\xc4\x28\xc9\x04\x13\xc5\x59\x8e\x71\x46\x6a\x29\x43\xef\x40\x87\x5e\x1f\x0e\xc8\x20\x38\x51\x1b\x9b\x2c\x8a\xb7\x20\xeb\x2f\xb2\xfa\xae\xdd\xed\x32\x1a\xcd\x8c\x78\xf7\x9c\x16\xb4\xd9\x72\xc3\x33\xf0\xb6\xba\x81\xda\xb2\xee\x56\x3f\xb0\x49\x96\x33\x63\x20\xbe\x91\x89\xad\x9e\x4e\x0a\x96\xeb\xb2\x9d\xc1\x46\x9e\xdc\xeb\x91\x37\xcb\x9c\x08\x46\xf3\x68\x46\x66\x72\x3f\xd7\x4f\x3e\xb2\x65\x8e\x9e\x6c\x61\x83\x07\x4f\xb8\x57\x9c\xc2\x4e\xbe\x82\xbb\xa4\xca\x1e\xed\x00\x3d\x7b\xf3\xfc\xcd\x21\x39\x99\x2f\xf2\xec\x8a\x11\x36\x99\xf0\x88\xb3\x34\x5a\x83\xa8\x20\x89\xa8\xa3\xdb\x14\x73\x70\xb3\x43\x04\x2b\x04\xc9\x26\xd0\x64\x2d\x64\xa3\x82\xfd\x88\xb6\xe6\x1f\xc9\x63\x85\xc1\x2e\xd4\xd3\x0e\x0d\x3e\xd6\xea\x60\xf5\x3f\x70\x67\x66\x6b\x9e\x7f\x24\x1d\x32\xb8\x38\xef\x5f\x48\x5e\x89\xa7\xb5\xfd\x7d\xe2\x95\x80\xdc\xef\x55\xee\x16\xf0\x30\x11\xfe\xac\x41\x0b\x1b\xb7\xf8\xea\xec\x7d\xdc\x58\xbe\xc2\x4a\xbc\x8c\xba\x4c\x39\x72\xaf\x95\xa1\xa4\x92\x2d\xe3\xd9\x51\xda\xd6\xff\x1c\x95\xdf\x67\xf7\x0f\xcf\xd1\x3c\x2d\xde\xe6\xec\x4a\xae\x66\x29\x0c\xb8\x13\xe1\xe2\x55\xce\x09\x08\x3a\xf5\x05\x06\x17\x81\x2b\x34\x6f\x6c\xb2\xb1\xd7\xf2\xf4\x1a\x6a\xcc\x62\x2a\xdc\x96\x9b\x2f\x9b\xda\xb8\xdc\x40\x8a\xe5\xa2\x38\xcb\xa4\x20\x0b\x01\x36\x1c\x91\x56\x13\xe4\x0a\x56\xd7\xe2\x7e\xd4\x44\x52\xd3\x5c\xa2\xbb\xf6\x32\xd6\x36\xc3\xad\xa1\x30\x27\xeb\x6d\x1a\x75\x00\xa4\xae\x59\x0f\x58\x62\xa9\xae\x43\x3a\x5b\xd6\x46\x43\xc3\x8d\xa8\x00\xcf\x79\x16\x15\x8f\x3d\x26\xde\xd5\x9c\xba\xe6\x82\xa2\x8c\x53\x55\x57\x2f\x1b\x4f\x02\x71\x30\xd2\x26\xce\x20\xdb\xb8\x90\xf1\xcf\xba\x45\x1e\x6f\x5b\x9a\x25\xa8\xb6\x6e\x9b\x38\xc8\x71\x3f\xd6\x2d\xf2\xc4\x67\x03\x87\xee\x02\xdf\x49\x30\x07\x68\xa7\xfc\x0f\x49\x2d\x0e\xe1\x41\xb2\xe8\xe2\x1f\xfe\x47\x58\xa3\xe8\xfe\xeb\xf5\xc8\x33\x9a\x44\xe8\xa3\x1c\xfc\xba\xc3\x71\x4b\xa9\x75\xe0\x34\x76\xc5\xf2\x82\x47\x34\x49\xd6\x1a\xa1\xf2\xa8\x26\xf7\x81\x68\x99\x8b\x2c\xaf\x65\xcb\x5e\x5f\xdf\xa4\x8a\xb6\xcf\xb7\x21\x14\x71\xb8\xbd\x94\x99\x32\x79\x6c\x75\x29\x4d\x9e\x58\x1d\xaa\x95\x22\x3f\x4e\x8c\x97\xb1\x82\x13\x81\x33\x45\xa5\xdc\xb0\x28\xac\xff\x55\xef\x0b\x43\x23\x07\xe9\x6a\x83\xe4\xa1\xff\x99\xa9\x3b\x74\x91\xb5\x15\x07\xb2\x1a\x90\xcc\xa1\x47\xea\x5b\xeb\x21\xc1\x68\x8e\xb5\x63\x71\xd5\x10\xdf\x7e\xe0\xd9\x54\x62\x57\x99\xcc\x0c\xd1\xc8\x66\x96\x2b\x6c\xed\xb0\x44\xfb\x21\xfc\xf7\xcf\x75\xb6\xee\xe2\x40\xca\xce\x3b\xec\xf4\x5a\x18\xdc\x5a\x50\xfe\x03\x05\xf0\x61\x0d\x83\x45\x7a\x38\xef\x5f\x6c\x3f\xa8\x6a\x58\xbf\x1e\xd6\x70\x63\x05\x6b\x70\xb1\x91\xbe\xc9\xc6\xe3\x2b\xd9\x2a\x66\x54\x12\xeb\xd9\x3e\x58\xdf\x87\xb8\x3c\x79\x5c\x16\xc8\x6b\xbb\x5c\x39\xf8\x78\x00\xd5\x29\x48\x4e\x47\x58\x40\x61\x25\xa3\x92\x0a\xe8\xcd\x32\xce\xa6\xa3\xe7\x2e\xd5\x37\x6b\xea\x7b\xe4\xbf\x97\x3c\xba\x24\x09\x2f\x8a\x84\xd9\x73\x82\x94\x7a\x05\x2b\x8c\x92\x55\xab\xed\xb5\x0e\xde\xe3\xcb\x35\x37\x05\xbe\x46\x31\x0b\x9d\x38\xbe\xe4\x62\x0f\x9f\x29\x15\x34\x39\xe3\x0b\xb8\xa0\x24\x43\x80\xd1\xcd\x96\x85\xba\xb2\x6c\xb6\xc8\x41\xf8\x60\x0a\x46\x52\xdd\x55\x05\x4d\x2e\x50\xbc\xc7\xf4\xa0\x62\xd2\x36\xb0\xeb\xe0\xed\xa0\xd9\x1e\xee\x36\xaf\x79\x1a\x67\xd7\xad\xae\x88\xf2\x2c\x49\x5e\xb2\x49\xd1\x6c\xb5\xc8\xf7\xa4\x69\xb2\xce\xed\x2d\xec\x45\xb3\x45\x3a\xfe\x48\xeb\x74\xfa\xaa\x85\xa1\x5f\x3a\xac\xc3\x56\xb7\x42\x46\x37\xa3\xa4\x8a\xfe\x0e\x17\x8b\x66\x34\xeb\xc0\x68\xce\xb2\x45\x78\x30\xb3\xea\x60\x10\x9d\x9b\x46\xb3\x76\x47\x83\xc5\xeb\xef\x95\x47\x05\xd0\xf2\x3d\xfb\x9b\x10\x78\x93\x2f\xd0\xcd\x39\xa1\x8b\x45\xc2\x99\x50\x77\x46\xd7\x86\x8a\x25\x75\xbf\x79\xfd\xf2\x57\x39\x32\x44\x0c\x4d\x63\x6c\xdf\x83\x45\x73\xa6\xa2\x0c\x8a\x2e\x39\x99\x48\x38\x6b\x48\x34\x9a\x50\x92\xe5\x78\x9d\x65\x02\x1f\xea\x67\xe1\x10\xfe\xc8\x05\x76\x99\x66\xd7\x29\x01\xb7\xcc\x52\xf2\xb1\x4b\x0a\x3d\x39\xcc\x68\x74\x49\x26\x7c\xc5\x04\xa1\x64\xbc\x9c\xa2\x3d\xd3\x25\x5b\x14\x64\xc1\x99\x07\x09\x0d\x91\xd1\x2f\xdc\x25\x63\x0b\xb5\x58\x79\x5e\x59\xae\xe0\xad\xc0\x56\xc5\x0b\xb2\xa0\xfe\x47\xbc\xa6\xaf\xd5\x19\x40\x0b\xc2\xf0\x82\x43\x12\xbd\x5d\xda\x40\x42\xd5\x44\x29\xdd\x1c\xd9\x76\x6e\xed\x4f\xcb\xc3\x6a\xc1\x41\xa3\x47\xf5\x45\xd4\xd9\xcc\x2d\x56\x6a\xc4\x1f\xc0\x7a\xe3\x00\xd6\xa1\x01\xac\xbf\x78\x00\x6b\xd5\xb3\x75\xfd\x00\xd6\xce\x00\xd6\x95\x46\x5c\x2e\x1d\x32\x5b\xdb\xc0\xa6\x67\xd9\x75\x89\x4d\x07\xb8\xb3\xdd\xbe\x3c\xb6\x8c\x3e\xfc\xda\x86\x50\xda\xca\xab\x9f\xee\xf5\x5f\xc4\xb3\x7b\x3d\x1d\xdc\xc8\x90\xa6\xb2\xc7\x36\xc6\xd5\x52\xee\xcf\x19\x4d\x48\xc1\x17\x67\x6c\x15\xb4\x01\x51\x59\xba\x65\x7c\x70\x85\x56\xb5\x61\x23\x0c\x6c\x43\x0f\xaa\xc6\x7a\x43\x03\x1d\x0e\x49\xa3\x11\x94\x02\x36\x98\x13\xc1\x1e\x31\x2b\xe6\x89\x86\x53\x63\x3f\x10\xb8\x48\x87\x83\x7f\x95\xce\xe1\xbc\x1f\x20\xb0\xdb\x80\xd1\x81\x6c\x3c\x12\xa2\x19\xe4\xa3\x09\x9b\x14\xa1\x06\xb6\xec\x8d\x41\x29\xb0\xc8\x16\xc1\x4e\x6d\xde\x0f\x2b\x1c\xbb\x05\x84\x58\x4f\x24\xf9\x32\x35\x76\xbe\xc1\xb9\x72\xac\xc1\x4a\x6d\x2a\x2b\xe0\x80\xdb\xfd\xba\x2b\xda\x30\x00\xb3\x24\x24\x72\xb7\xc9\x53\x9f\xb7\x52\x67\x3c\xde\xba\x50\x1d\x69\xae\xf2\x98\xae\xd4\x95\xa0\x15\x80\xac\x2f\xff\x48\x8a\x6c\x34\x4a\x86\x1a\x61\xa3\x1d\xcf\xb4\xa5\x1c\x15\x69\x97\x36\x11\x40\x33\xd4\x58\xb5\x59\xd7\x38\xe4\x1e\xd8\x7c\x66\xf9\x2e\xa6\x60\xf7\xc8\xdf\xd5\xcd\xc8\xc7\xff\x5e\xb2\x7c\x5d\xb2\x77\x76\x8c\x3e\xc2\xe6\xc3\x5e\xa7\x37\xa1\xd6\xe1\x6f\x77\x9b\x8d\xc7\x31\xbf\xfa\xbe\x84\x47\x3c\xba\x71\x51\xb6\x08\x84\x5b\x8a\x4a\x72\x57\xbf\x4f\x09\xa0\xd3\xb6\x03\x61\x04\x37\xd6\xae\xb9\xb3\x69\x22\x17\x70\xe3\xaa\x92\xaa\xa5\x90\xdf\x98\x1c\x14\xe9\x7d\xdf\x68\x75\x69\x1c\x03\xf4\xd0\x78\x4a\x4d\x87\xc0\x75\xe9\x62\xc1\xd2\xf8\x2c\x6b\x36\xc6\x59\xbc\x6e\x18\xfa\x03\xa6\xa4\x37\x95\x43\xd2\xa0\x63\x91\x25\xcb\x82\x35\x36\x9e\xd5\x82\xbd\x70\x9f\x1e\x6c\xb2\x69\xd9\xc8\x0b\xf5\xbf\x86\xe4\x2c\x53\x78\x57\xd5\x38\x24\x8d\xaf\x26\x93\x49\x63\xe3\xb1\xb7\xf1\x47\x87\xc3\xdb\xc2\x43\xd2\x18\xf4\x1f\xf6\xb7\x94\x5e\xd0\x58\xae\x71\x59\xba\xdf\x7d\xc8\xe6\xa4\xdf\x7d\xc4\xe6\x5b\x2a\x8d\xb3\x3c\x66\x79\x27\x87\x5b\x27\xac\xfa\xcd\xd6\x4a\x93\x2c\x2d\x3a\x82\xff\xc1\xb0\xc2\x77\x3b\xb6\x02\xe3\x58\xac\x88\xc8\x12\x1e\x93\xaf\x06\x83\xc1\x96\x6a\xca\xdd\xbe\xac\x97\x66\x29\xdb\x52\xfa\x7a\xc6\x0b\xd6\x11\x0b\x1a\x31\xac\x71\x9d\xd3\x45\xa3\xf6\x34\xbf\xeb\x7d\xe5\xc6\x43\xac\x79\x16\xe8\x98\x4b\x6f\xe2\x39\x51\x96\x5b\xc6\xdc\x2e\xf3\x1e\x25\x33\xb8\x7c\x67\x41\x73\x3a\x27\xe4\x13\xca\x1b\xb7\x46\x74\xe9\x58\xe1\x05\x02\x95\xee\x00\x02\x99\xd6\x2d\x2a\xef\x3a\xf8\x9e\xd0\xd3\x25\x59\x36\x67\x9a\x43\xa9\xa8\x24\x36\xc9\xfd\x44\x1b\xc6\xf9\x00\xb6\xf0\x41\x57\x68\xf2\xd8\xa0\x11\x96\x02\x77\xc0\xa0\x69\xc5\x97\x50\x6f\x69\x51\xb0\x5c\x1e\xee\x7b\x5f\x2f\x46\xa3\xee\xa7\x7e\x7b\x70\xdb\x1c\x8d\xe2\x4f\xfd\xf6\x6d\xab\x77\x54\xae\x86\x8a\x22\xb7\x96\xa8\x16\x82\xd7\x70\x6e\x99\xa8\x5a\x66\xf5\x92\x8e\x59\xe2\x16\x4a\x56\x3d\xf0\xf8\xf2\x57\xbe\x53\x6b\x1b\xb7\x6d\x7c\x9a\x66\x39\x8b\xe1\x6c\x88\x70\xb8\x48\x1b\x05\x49\x32\x1a\xb3\xb8\xdc\xbb\x75\xb5\x77\xeb\xff\x9c\xde\xad\xdc\x8e\xad\x76\x98\xb5\xb5\x5b\x61\xbd\x43\x05\xdd\xc2\xcf\xbc\x98\x65\xcb\xe2\xad\x79\x8f\x37\x24\xa3\xbd\xaf\x57\xa3\xbd\xda\x26\xc2\x35\xd6\x81\x1a\xd1\x52\x14\xd9\x5c\x0a\xd9\xb6\x77\xa3\xbd\xaf\xa3\x42\x95\xc5\x87\xdf\xe9\x5b\xce\xbc\xfc\x54\x67\x97\xbb\x0c\x76\x22\x16\x68\x9b\x2c\xda\xa4\x2a\xe5\x6b\x97\x42\xb3\x9c\x09\x88\x50\xaa\xf0\x7d\xcd\x20\x8e\xbd\x3a\xb7\xc4\x78\x71\x0d\x67\x71\xf4\xce\x07\x26\xab\x09\x8d\x58\x45\x74\x40\x21\x56\x2e\x33\x6d\xea\x60\x81\xdf\x81\x28\xcb\x46\xaf\x30\xda\x0b\x6c\x79\xf2\xb4\x0c\xb5\x8d\x6a\x1f\x22\x5e\x97\x4a\xad\xab\xa5\x06\xd5\x52\x76\xf8\xd5\xe2\xf7\xd5\x45\x44\xe1\x68\x5a\x14\x36\x9e\x2d\xf3\x2b\x16\xbf\x04\xfb\x8b\x2f\xc1\x87\x73\xa8\xae\x41\x49\xe4\xb4\x50\x87\x14\x79\xce\xae\x47\x86\xcc\xad\x47\x42\xcd\xe1\x7b\x53\x97\x92\x70\x67\x20\x26\x45\xb9\x58\x57\x14\x2c\x68\xfc\x6f\xfa\x5b\x77\xb3\x76\x6e\xfa\x8b\xf7\x77\xf7\xc8\xfd\x0d\x93\xfb\x19\x50\xc8\x01\x09\x10\x80\xb1\x9c\xb8\x06\x53\x8c\x22\x23\x13\x9e\xc6\x8a\x2e\x48\x21\x09\x03\x1c\x82\x72\x41\x94\x23\xbc\x27\x1b\x69\x68\xb4\x57\x5a\xb9\x75\x0a\xec\x10\x22\x4a\xbd\xbe\xd8\x48\xd7\x9b\xea\xed\x44\xe9\x9b\x00\x94\x70\x1e\xd2\x9c\x9f\x48\xac\xa4\x97\x88\x1b\x2e\x08\xb8\x1f\xe5\xf2\x00\x2b\x18\xba\x4b\xf5\x39\x46\x99\x0f\x78\x34\x03\x2f\xae\x87\xd6\x6f\x9c\xd7\x43\x8c\x2c\x7c\x5a\x67\xb7\x13\x00\x54\x5b\x1d\x0b\x6c\x1d\x1b\x9f\x28\xc3\x6b\x6a\x25\x04\x7d\x30\x87\x43\x1b\x58\x5e\x2b\x59\x44\xf9\x2a\x0e\xb2\x39\x2d\x56\xb4\xb6\x1f\xcc\x35\xb8\xa1\xfe\x55\xc5\x50\x5b\x31\xed\xaa\x79\x7c\x68\x10\xd0\x47\x39\x19\x8a\xb4\x67\x8c\x2c\xa8\x10\xe8\xbc\x09\x9a\xe2\x82\xb0\xdf\x97\x20\x5e\x55\x5f\xff\xd6\x0e\x42\xbf\xf7\x03\x7b\x5e\x93\x55\x19\x8f\x92\xe3\x1a\x8d\x6d\xaf\x25\x88\xf2\xa8\x09\x27\xd3\x6c\x42\xbe\x8e\x0a\x50\x44\xe3\x1b\xd5\xf9\x32\x29\x78\x27\x9a\xd1\x9c\x46\x05\xcb\x1d\x6f\x04\xf3\xa5\x28\xab\xc9\x16\x39\x8b\x58\x8c\x63\x2d\x41\x15\x3c\x9d\x26\x2c\x04\xa8\x04\xa3\xc8\x08\x85\xc8\x23\x51\x96\x4e\x12\x1e\x15\x64\xcc\x8a\x6b\xc6\x52\xd2\xf8\x3a\x6a\x40\xcf\x1a\x5f\x47\x45\x83\xc0\x4f\xc1\xe7\x3c\x01\x9f\x80\x63\xa4\x03\x0f\x9c\xff\x14\x03\x6e\xe3\xcc\x32\xdc\x85\x04\x8c\xb3\xd1\xca\xde\xef\xee\xdc\xdb\x49\x41\x09\xaf\x64\x0e\x7e\x55\xe4\x0e\x66\x1e\xf3\x0b\x1c\x46\x41\xa3\x4b\x0c\x9b\x5a\x76\x0d\xe0\xec\x06\x1e\x45\x1a\xd7\x00\x15\xa3\xe8\xca\xb8\x16\xa5\x15\xa9\xaa\x86\xf8\xe4\x96\xd6\xc4\x9f\x68\xae\xbc\x29\x04\x58\x5c\x60\xcc\x0b\xcf\x0f\xe5\xc6\x49\x83\xe3\x3b\x8d\x3f\x2e\x45\xf1\x2f\x9a\x18\x89\xae\xe9\x1f\x1d\xda\xc4\x1c\x35\x16\xdb\x67\x4e\x11\x00\xf9\x3a\xc5\x43\x16\xf6\x83\xa8\xad\x59\xc8\x7c\x74\x90\xcd\x62\x32\x5e\x13\x91\xf0\x08\x5c\x58\xdb\xf9\xdd\xc4\x77\xcb\x2e\xcc\x16\x9c\x35\x42\xf7\x52\x35\x12\x01\x6c\x1d\x7d\xb0\xc2\xda\x3e\x2b\xf2\x5f\x1a\xda\x7b\xfa\xc1\xfd\xaa\x7a\xe8\x0d\x74\x26\xdd\x7d\x72\xca\x2b\xca\x91\x93\xdb\x24\xdd\x3e\x11\xca\x71\x09\xac\xa0\x1a\x36\x59\xe1\xd7\xbb\x10\x6b\x7d\x0f\xbd\xa3\x63\xbb\xba\xcd\xb5\x76\x92\x33\x7a\x3d\xd4\x4f\x82\x67\xf0\x89\xf2\x6d\xc2\x85\xbd\xbb\xfb\xe2\x0e\x49\x51\x67\x3b\xde\xe0\x6c\xbb\x33\xda\xa0\xf4\x9f\x43\x9b\x7b\x98\xf6\xb1\x86\xc0\xbf\x04\x6b\x38\x88\x2f\xc3\x9a\xdf\x9f\xdd\x90\xe6\xb9\xbf\x09\xe3\x4e\xf2\x9a\x19\x15\x4f\x57\x5c\xc0\xd9\xbb\xd9\x00\xc3\x96\x86\x92\x0e\x3e\x0b\x65\x9e\x6e\xc1\xc7\x19\x5a\xcb\xa8\x77\xe1\x5d\xaa\x5b\xfb\x5c\x2c\x26\x2b\xd9\x6b\x67\x50\x2e\x2e\x49\x96\x93\xaa\x62\x00\xdc\xcf\x20\x6f\xfb\xe2\x91\xec\x86\xed\xf5\x97\x60\x7b\xfd\xc5\xd8\x5e\xd7\x63\x7b\xfd\x17\x61\x7b\xfd\xef\xc1\xf6\xfa\x4b\xb0\x5d\xf0\x39\x23\xf0\x34\x90\xae\x98\xc0\x5d\x4d\x1d\xb7\x62\xe3\x25\x28\x38\x01\x5c\x9c\xf1\x39\x7b\x95\xc5\xac\x44\xec\xe6\xea\x81\x8b\x5f\xac\xa7\xa1\xe6\x17\x2c\x04\x33\x16\xe5\xf9\x65\xce\x44\x41\xe7\x8b\xb3\x4c\x82\x6d\xae\xda\xc1\x3b\x0a\xc7\xff\xd1\x86\xc5\xd3\x0a\xa0\x66\xe3\x10\xd7\x35\x43\xfc\xf5\x4f\x0d\x71\xbd\x79\x88\xeb\xf0\x10\xd7\x75\x43\x5c\x6f\x1b\x62\x65\x1b\x2d\x1c\x6f\x55\x7c\x42\x02\xfc\xd4\x7d\xca\xf7\xe7\xa5\xaf\x55\x55\xee\x5a\x6d\x9b\x0a\xf5\xe0\xef\xcf\x37\xbe\xae\x36\xbe\xde\x61\xcf\x9c\xd1\x74\xca\xc8\x0a\xf5\x47\x4a\xe4\x2b\x32\xf5\x6a\x53\x1d\x05\xf9\x04\xbf\x77\xd0\xaf\x21\x1d\x16\x3c\xba\x14\x35\x5b\x6b\x79\x64\x68\x6e\x10\x5d\x56\xbd\x9f\xb8\xec\xf0\x5d\x56\xd0\x82\xc5\xbf\x48\xb6\x78\x26\x4b\xd7\xd2\xa3\x1a\x98\xdb\x11\xad\xca\xa5\x29\x61\xf3\x45\xb1\x26\x34\xcf\x29\x30\x2e\x99\xff\x2e\x2b\x70\xc7\x1d\x33\x9e\x4e\xc9\x52\xb0\xd8\x86\x0c\x41\xc7\x7a\x60\x82\x44\xaf\x28\x4f\x20\xbe\x3b\x4f\x49\x8e\xfd\x81\xae\x84\x7a\x80\x0d\x0f\x49\xc3\x2d\xf8\x99\x6e\x42\x34\x88\xa2\xa6\x6e\x08\x9b\x40\xf7\x6c\x47\xd7\x85\x3d\x2e\xc4\x92\x89\xde\xa3\x6f\xea\x26\x45\x1b\xdd\x97\x74\x5c\x07\xee\x9c\xd7\x9b\xbb\x9b\x17\x3d\x2b\xac\xc6\xd3\x2a\xad\x9c\xc3\xe8\x2e\x36\xbc\xe6\xad\xab\x52\x3e\x52\x98\xfe\x62\x94\xd1\xcd\x7c\x7c\xcb\xa3\x2c\x98\xf6\x5f\xc8\xd0\xf0\xca\x67\xb4\x60\xd3\x4c\xf6\x21\x08\xec\x49\xed\xc0\xce\x4d\xb7\x2e\x94\xca\xe8\x70\xa7\xb2\x57\xb5\x66\xbb\x12\x27\xba\x7f\xc3\x21\xd9\xf6\x5a\x69\x97\x2d\x68\xe7\xce\xdb\x90\x24\xa3\xd1\xdd\xde\xb4\x4d\x1a\x77\xef\xde\xbd\xdb\x08\xbc\x2b\xf7\xa8\x74\x6b\xe2\x56\xe3\x59\xc5\xa7\xd6\x7f\x15\x9f\x5a\x6f\xe5\x53\x6e\xf7\x0c\x21\xaf\x83\x84\xec\x00\xdb\x91\x8e\x9d\x1a\x65\x32\xc6\x26\x76\x22\xd0\x5f\x37\x10\xe8\x7a\x13\x81\x3a\xcd\x9f\xaf\x37\x10\x67\xa8\xdc\x0e\x84\xf9\x2b\x10\x66\x9d\x27\x03\xfd\x6f\x17\xc1\x61\xa7\x4e\xff\x9f\x11\x25\x78\x56\x51\x3e\x2c\x51\xae\xe4\x7f\x50\xbc\xeb\x06\xa3\x54\x1e\x5d\xa2\x20\x53\xb0\x9c\x8c\x8d\x17\xc3\xcf\xda\x46\x2d\x80\xed\x64\xda\xeb\x31\x11\xd1\x05\x23\x71\x96\x24\x34\xff\x7c\x61\xb4\x7c\x43\x18\x92\x31\xbd\x4e\x49\x39\xb5\x52\xa4\x15\x9a\x90\xf2\x74\xd4\x49\x42\xe1\x19\xff\xb7\x60\xa1\xee\x9e\xb4\x8e\x0c\x2d\x16\xd6\x81\x22\xbb\x63\xc1\x4d\x50\xaa\x6c\xd5\xb5\x3a\x2b\x8b\x1e\x84\xab\x62\xb9\x20\x52\x0c\x04\xf6\x94\x33\x1a\xd3\x31\x4f\x78\x61\x8c\x01\x6b\xbc\x3b\x9a\x2d\xd1\x33\x4a\x90\x5d\x7e\x4d\xe7\x2c\x68\x95\xa0\x7a\x15\x98\xa3\x73\x5d\xef\xc2\x9c\x25\xe1\xc0\x55\x9a\xa6\xd2\x3d\x4b\x5d\x2d\x10\x82\xe5\x39\xa1\x51\xe7\xd0\xb2\x6e\x4c\xce\x61\xcc\x1b\xd6\xf6\xc1\x6c\x39\x66\x85\x46\xb2\x4b\x15\x88\x7f\xf2\x99\x83\xf8\xf5\x2f\x1d\xc4\xfa\xf3\x07\x51\xae\xf2\x25\x83\xf0\x37\xa2\xff\x50\x1a\x8b\x4c\x27\x6b\x29\xad\xb7\xc5\xbc\xa7\x74\x9c\xf5\x8d\xbd\xe7\xa2\x68\x3b\x3a\x86\xb6\x76\x77\x18\xf4\xa2\xca\x54\x7d\xe5\x2c\x34\x86\xc8\x44\x29\xcb\x69\x91\xe5\x0a\x94\xae\x7e\x14\xc0\x98\xaa\x86\x31\xe3\xe0\x64\xad\x40\xfa\x3d\x08\xcd\xb7\x75\x85\x1c\xce\xd7\x9e\x90\xbf\x14\x47\xd5\x63\xaa\xff\x54\xa9\x72\x62\x35\xce\xf3\x03\x56\x24\xe6\x2c\x5f\x31\x57\x01\x45\xda\x3b\x26\x96\x89\xcb\xd6\x21\x55\xb7\x51\xb6\x2b\x6d\x7a\x95\x4c\x18\xb1\xe0\x85\x44\x53\x45\xed\xb8\x3b\x40\x92\xab\xbb\x72\x58\x38\x83\x34\x55\x82\x32\x88\x0a\x93\xa4\x82\x90\x15\xd9\x0b\xbe\x62\x71\xd3\xd4\xaf\xb7\xdc\xec\xf5\xf0\xf2\x5b\xdf\xd5\x98\xeb\xd5\x89\xd3\x3a\x5b\x71\x51\x88\xb6\x94\x52\xf1\x62\x13\xae\x66\xf1\x99\x0c\x8f\x2e\x91\x50\x58\x65\x63\x24\x1b\x37\x47\x33\x57\x3a\x0c\xd6\xce\x97\x28\xbb\x6e\x69\xd8\x57\xe5\x2a\x57\x79\x0f\x96\xc3\x19\xb3\x24\xbb\x2e\x95\x8d\x66\x2c\xba\x94\xa3\xae\x31\xf5\x6a\x7e\x96\xc7\x74\x50\x5a\x0a\x16\xc3\xfd\x24\xbc\x02\xa2\x69\x49\xa7\xe9\x9d\x2b\xc2\xc4\xee\x2a\x6d\x3f\x9f\xed\xdd\xed\xf2\x14\x22\xc7\x35\x1b\x46\x19\x2b\xe5\xf7\xb2\x5f\x61\xbc\xb1\xe8\x0c\x9c\x48\x0f\x9b\x99\x9e\x81\xf6\xf9\xfc\xd2\x54\x35\x51\xf0\xdc\xd7\x6b\x95\x09\xc4\x49\xb9\x9e\x31\xe3\xf1\xb9\x63\xf4\x2b\x6d\x08\x35\x84\xe6\x4b\x10\x89\x16\x5c\xfe\x0b\xd4\xa3\x68\x6f\xf2\x30\x27\xa8\xf7\x68\xfb\x0a\x99\xad\x98\xaf\xe8\x87\x76\xdd\x40\x1d\xbc\x9b\xce\x36\xda\x9f\x87\x75\x25\x19\xbb\xaa\x9e\x8a\x9c\xba\x95\x83\x62\x2c\xd9\x6d\x9e\xb7\x53\x76\xed\x22\x61\x9b\xf3\x6f\x6c\x1e\xad\x5f\x7d\xdb\x98\x92\x83\x6d\x70\x20\xea\x21\x48\xf6\xe5\x10\xfe\xeb\x19\x22\x2b\xda\x38\x2c\xf9\x4a\xf7\xca\xa4\x74\xce\x0e\x49\x43\x6d\x26\xbe\x21\xb3\x09\xe3\xd1\x00\xe7\xd0\xc6\x62\xd9\x31\x57\xbf\x6d\x35\xf1\xe5\x01\x26\x41\x74\x11\x0c\xbf\xa6\x1e\x24\xfc\x93\x5e\xd1\x53\x08\x22\x42\x5e\xf2\x71\x4e\xf3\x35\xb9\x7a\xd0\x7d\xd4\xed\x43\x21\xbd\xf4\x55\x24\x12\xb9\xf4\x4d\xd0\xb5\x93\x34\x4a\x96\x31\x13\xe4\x94\xff\xf1\x47\xc2\xba\x1f\x85\x57\x45\x40\xea\x47\xe1\x57\xb2\x91\xda\xde\x2c\x58\xfa\xcf\x53\xf2\x02\x62\x86\xe0\x83\x47\x63\x3d\x22\xf9\x5b\xce\xc7\xcb\x22\xcb\xc5\xa6\x98\x6d\x2a\x34\x74\xa8\xab\x59\x3e\xed\x39\xd9\x50\x44\x6e\xe4\x87\xe4\x7e\xff\xfe\xa0\xd3\x7f\xd0\xe9\xdf\x3f\x1b\x7c\x7b\xd8\xff\xee\xff\x53\x11\xdf\x9a\xf6\x0d\x09\x99\x26\xd9\x98\x26\x6d\x32\xa1\x18\x47\x1a\x63\xbd\xa4\xa3\x62\xb4\x67\xa3\x72\x8d\xf6\x9c\x70\x4d\x9a\x94\x31\x70\x11\x48\x46\x36\x6a\xb9\x43\xea\xe5\xc0\x46\x7e\x39\xdb\x4e\xd1\xeb\x91\x17\x59\x4e\x9e\x65\xf3\x79\x26\x11\x25\xb1\xa3\x3f\x3a\x09\xbf\x64\x6e\xa8\x5e\xa1\xac\x85\x28\x59\x80\xee\x83\x7c\xc0\xd7\xac\x1f\x0c\x2c\x2e\x88\x89\xc9\xcd\x56\x2c\x5a\x2a\xef\x16\x7a\x84\x12\xfc\x94\x15\x8a\x2c\xba\x5e\x1f\xbc\x86\x80\xa7\xc7\x99\x13\x76\xcd\x34\x86\xb7\x42\x94\x7c\x88\xb3\x08\xa2\x4e\xda\xe6\x9b\x62\x29\x19\x95\x20\xaf\xb3\x58\x92\x4a\x4b\xf6\x62\x91\x09\x59\xdd\x74\x41\x94\xb0\x63\x7b\x01\x8f\x4c\x69\x14\xb1\xb4\x58\x82\x15\x11\x3e\x8a\x65\x31\xd1\x51\x89\xc1\x20\x5e\x31\x3f\x8a\xd6\xe7\xba\x5b\x16\x0c\xeb\x4e\xbb\xc0\x1c\x14\xf1\xdb\x68\x68\xa3\x3d\xa4\x9b\xd1\x5e\x4b\x3f\x04\x3e\x32\xd5\x4e\x19\x2a\x20\x58\x41\xbe\x1a\x3c\xfc\xe6\xe1\xdf\xa0\xd5\x79\x96\x63\x28\x6e\x05\xbf\x12\xb2\x0a\x89\xa8\xab\x91\x41\x9e\xe8\x70\x41\x6a\xc0\x96\xcc\x20\x3c\x62\x8b\x1c\x9a\x02\x86\x10\xaf\x89\x13\x66\x48\x51\xda\x9d\x6b\x0b\xd3\xcb\xd5\x41\xcb\x6c\x18\x64\x32\xda\x53\x43\xb5\xb1\xaa\x09\x8e\x4f\x4f\x96\x06\x25\xa9\xef\xc8\xc2\xba\xb5\x3f\x4d\x74\x23\xd5\xeb\x6b\xa7\xe0\xad\x8a\xd8\xa9\xc3\x39\x07\x86\xa7\x4a\x43\x40\xa4\x5e\x8f\xbc\xa5\x42\x28\xeb\xc3\x89\xee\x0a\x57\x01\xc2\xd5\x55\xe7\x9a\x15\xa3\xf4\x96\xb4\xcc\xa2\x52\xc5\xaa\x46\xac\x4f\x74\xd6\x21\x80\x74\xe2\x3a\xab\x8c\x36\x49\xb3\x7f\xa8\x6e\xe0\xda\xea\xf5\xc8\x71\x3c\x65\xe4\xf1\x90\x0c\xee\x93\x0e\x19\x3c\x38\x68\x93\x17\x3c\x67\x93\x6c\x45\x1e\x0f\x07\xdf\x91\x0e\x79\xf8\xcd\x41\x9b\x9c\x1c\x93\x41\x5f\x16\x18\xb4\xc9\x29\x9d\xd0\x9c\x93\x6f\xba\x03\xd2\x21\x7f\x3b\x68\x13\xfe\xe6\x94\x3c\x92\xbf\xbb\x03\x00\xa9\x42\x33\xeb\x48\xdb\xb0\x1e\x53\x88\xae\x8d\xbc\x42\xc5\xd4\x90\x04\xd8\x26\x4f\x4f\xdf\x76\x5f\x1f\x9f\x91\x87\xdd\x6f\x5a\xca\x97\x3b\x13\x8a\xa9\xc0\x1d\x2b\x80\x34\x61\x66\x55\x94\x5b\xfc\x93\x93\x66\x91\xd3\xa8\x33\x78\xf0\xe0\xc1\x37\xad\x2e\xf9\x61\x59\xc8\x85\x93\x4d\x34\x4d\x3f\xe8\xf6\x49\xf3\x7e\x7f\xf0\xa8\xd5\x76\x41\x12\x31\xcb\x96\x49\x4c\xc6\x52\xd0\x95\x5c\x04\xda\x60\x69\xb6\x9c\xce\x94\x9c\x96\x24\x04\x57\x69\x51\xb0\xf9\xa2\xc0\x9b\x9a\xe9\x92\xe6\x31\x86\x81\xa7\xa4\xc8\xd7\x64\x9c\x64\xd1\xa5\x24\xf9\x2a\x27\xc4\xf8\xdc\xb9\x8a\x1e\x61\xa3\xcb\x42\x80\x45\x2f\x3a\x9c\x13\x72\xd1\xc6\xe7\x05\x23\xa8\xa1\x84\xd0\x85\xdf\x26\x67\x92\xc0\x21\x5e\x66\xc0\xcf\x27\xce\x34\xe3\xf5\x93\x1f\xb4\x57\x17\xc4\x38\x9c\xba\xc8\x91\xa4\xa9\xc3\x1d\xaa\x46\x59\x1a\xd1\xa2\x4b\x17\x8b\x64\xdd\x24\xe7\x17\x6d\x17\x02\xb2\x7c\xe8\x96\xdc\xe7\x55\xb7\xe4\x4f\x1b\xc6\x39\x8d\xd9\xea\xcd\x44\x65\xa9\x2f\x1b\xc1\x31\xa1\x42\xdc\x97\x63\xb7\x71\x09\x4d\x10\x5b\x15\x79\xcf\x14\x71\x23\xd8\x9a\xa8\x8c\x6f\xae\x53\xbf\x90\xaf\xf5\xb6\x68\x4b\xcf\x2c\x4c\x2c\x53\x85\x87\x73\xa2\x43\x26\x9b\xe2\xb6\xae\x42\xa2\x8a\x54\xd9\x2a\x87\x53\xf6\x07\xc1\x85\x86\xe4\xc7\xc0\x7d\x61\x90\x9e\x8d\x3f\x96\x76\xb9\x53\x04\x74\x48\x9e\xcd\xf2\x6c\x2e\x17\xe6\x37\xdf\xba\x2b\xf2\x9b\xfb\x6e\xf8\x37\x70\xa1\x1b\x88\xfe\x86\xb1\xde\x46\x7b\x26\x2c\xcb\x1e\x30\xe9\x1f\xcf\x5e\xbd\x24\x8f\x55\xbc\x58\xfd\x3c\x53\xd8\x6d\x89\x77\x59\xb7\x4d\x3e\x28\x30\x9a\x17\x76\xf1\x79\x95\x7e\x2c\xea\xef\xd0\xb8\x65\xdb\x76\x3e\xb4\xec\x06\xf3\xb3\x0e\xe8\x7e\x4d\x53\x70\x0a\x05\xb3\xc4\x27\x6b\x72\x8f\xa6\xeb\x7b\xf0\x46\x34\x05\x23\x0a\xd7\x48\xb9\x5b\xc5\xc5\x7f\x17\x3f\xb3\x31\x79\x3c\x7c\x20\x05\xbb\x36\xf9\x99\x8d\xff\x8b\x17\x12\x19\x0f\x1e\x76\x1f\x3c\x6c\x93\xeb\xcb\x59\x31\x4f\x8a\x6c\x11\x4f\xe0\x95\x15\x79\x3c\xec\x77\x07\xf7\xbb\xdf\x18\x50\x6f\x93\x25\x86\x7f\xcb\x92\x58\xd5\xdf\x11\x5d\x51\x96\x24\x78\x5e\x74\x10\x85\x9c\xab\x82\xa8\x29\x2b\x14\x96\xc4\x0f\xeb\x33\x3a\x95\x87\x9e\xe6\x68\x2f\xe6\x57\xa3\xbd\x20\xaa\x48\x73\x3a\xeb\x3c\xfc\xf6\x9b\x47\x2d\x3f\xf8\x33\xc2\x95\xd4\x51\xae\xe4\x08\x4f\xd9\xf8\x63\x57\xa2\xef\x4c\xae\x1e\xdc\x0d\xf0\xfa\x0a\x4a\xe9\x3d\xc9\x29\x0c\x2f\xd6\xee\x94\x00\x1e\x39\xa1\x36\x15\xd5\xfe\x8c\xbb\x88\x47\xb3\x98\xe6\x52\xac\xed\xae\x4c\xbb\x63\xcd\xde\x75\xb7\x65\x93\xb8\xef\x54\xda\x30\x3b\xf6\x50\xed\x4c\x66\x0f\x57\x85\xf4\x4b\x20\x90\xd2\xf2\x2b\x16\xa3\x54\xfe\xb4\x40\x49\x98\x09\x27\xc8\xe8\x7a\x61\xe2\x59\x41\x82\xc8\x23\xef\x3b\xcd\xc0\x41\x94\x97\x82\x41\x99\x31\xd1\x8d\x35\x6a\x46\xfc\xfc\xcd\xab\xe3\x2b\x9a\x34\x61\xab\x6a\x03\x99\xb6\x65\xb7\xed\xe0\xe5\xc7\x10\x92\x6e\x6e\x88\xdf\x7d\x15\xbf\x92\x83\x4e\xa3\xad\x67\x02\xa3\x13\x62\x9d\xea\x9a\xc2\x5c\x2d\x77\xa4\xb6\x42\xb7\xc0\xf7\x0e\xb2\x23\x4e\x40\x4b\x5c\x39\x8e\xc4\x03\x57\x89\x84\x83\xe1\x6c\x2d\xd6\x1c\x66\x53\x5e\x64\x9a\xc7\x3c\x7a\x78\xd0\x46\xa1\x60\xf0\xdd\x81\x5f\xd4\xe5\x36\x6a\x69\x6b\xc6\x27\xa5\xce\xd1\x1e\xa0\x7a\xb4\xa7\xe4\xee\x62\x4d\xb2\x94\xe0\x28\xb4\xf8\xaa\x40\xbd\x41\x07\x72\x78\xc0\x99\xd1\x34\x6e\xe3\x85\xc3\x52\x48\x8e\xfb\x61\xca\x6c\xa7\x3f\x68\x81\x48\x6d\xcf\x54\x78\x90\x24\x98\x0f\xd0\xee\x07\xb9\x57\x63\x1d\x59\x45\xe2\x00\xe3\xc3\x68\xe3\x0c\x34\x6e\x07\x61\x84\x5d\xb1\x9c\xf0\xc2\x83\x34\x66\x51\x36\x67\x02\x47\xc8\xd3\x69\x07\x14\x4b\x2b\x29\xad\xa4\x29\x8b\x0a\x16\xfb\x63\x38\x0d\x9b\x43\x5c\xcf\x68\x71\x3d\xed\x49\x8e\xa4\xcd\x20\xee\x3f\x78\xf4\xb7\xda\xaa\xb2\x60\x57\x2c\x58\xd4\xc5\x9a\x70\x58\xfb\x0a\x46\xd4\x31\x03\xf2\xc7\x7c\x86\x63\x8e\xe1\x49\xbc\x83\x28\xa5\x27\x91\xec\x34\x8e\x9d\xe3\x80\xa0\x97\x8c\x64\x13\x0f\xc6\x07\x75\xb6\x41\xb1\x54\xd2\xfa\x07\x22\x32\x14\x7e\x78\x41\x22\x2a\x65\xdc\x4b\x79\x22\xc1\xae\x48\x64\x50\x74\xcb\x9e\x82\x50\xe6\xc0\xba\xe2\x54\x62\x19\xb7\x05\x07\x49\x57\x34\x21\x43\x28\x7e\x4e\x38\xb9\x90\x0b\xa5\xd2\x6b\xc9\x31\x2a\x89\x92\x8e\x5d\xf9\x1b\x08\xfe\xca\x88\xad\x46\xc2\x57\x2b\x44\xf8\x55\xdb\x58\x34\x24\xbf\xdf\x3a\x71\x56\x61\x09\x77\x67\x8c\xc6\xea\x0d\xfc\xb3\x19\x4f\xe2\xa6\x22\x58\xd2\xea\x2e\x68\xce\xd2\x02\xce\x68\x68\x95\x58\x2a\x60\x25\x79\x27\x7e\x79\x91\x49\x7e\xec\x31\x4a\xe8\x3d\x72\x45\xab\x0c\x2e\x33\xd0\x03\xf5\xec\xca\x80\xf4\x16\xe7\xd3\x34\xce\x33\x1e\x93\xc7\xc3\xfb\xdd\x07\xa8\xa9\x35\x51\x59\xb8\x98\x29\xad\x70\xcb\x91\xdd\x2a\x7b\x88\xd9\xb4\x6d\x48\xa6\xe0\x06\xa3\x0e\x66\x56\xa2\x3a\x27\x7e\x28\x77\x35\x34\x98\x4e\x07\xec\xa1\x65\xc7\x08\x1a\xa3\x7c\xf7\xee\xe9\x93\x0f\x46\x61\x06\xed\x42\xaf\x47\x9e\xcb\x63\x0b\xfa\xd2\xe0\x42\x17\xe1\x29\xe9\x62\x18\xe3\x3c\xea\x7e\x14\x59\x4a\xae\x41\x4e\x57\x0f\xbc\x29\x89\x69\x3a\xc5\xa7\x03\xc8\x29\x24\x75\x63\x5d\x00\xba\x4c\x5d\x09\x3d\xd5\x8a\x5f\x1a\x81\x8a\x94\x08\xc6\xe6\x82\x08\x3a\x41\x13\x0f\xa5\xc3\x52\x6d\x03\x52\x71\xc5\x70\x7d\xf6\xd6\x9b\xd1\x15\xc5\xb7\xa9\xa8\x62\x82\x27\x72\xa8\x16\xda\x6b\x9b\xb9\x7a\x8e\xd0\x28\x49\xb2\x88\x26\x24\xca\x16\x6b\x7b\x10\x91\x65\xcc\x31\xdb\x0a\xdd\x82\x49\xd9\x22\xcb\xd5\x45\xc5\xaa\x28\x49\x83\x72\xa1\x7b\xbe\x32\xe0\x3d\x57\x54\x2c\xc1\xdd\x26\x70\x4c\x89\x01\xd0\xee\xb9\xa1\xe0\x1b\x2c\x9d\xd1\x34\x62\x71\xc3\x80\x7a\xcd\x00\x2b\x1c\x54\xfa\x0a\x26\x17\xf0\x22\x8c\xc5\xa4\x09\xb0\x40\x75\x4a\x98\x3c\x2c\x4b\xfc\x8c\x19\x9e\xe4\x52\x1d\x16\x8c\xa3\x92\x2b\xf6\xa5\x15\x79\xc0\x56\xcc\x64\x92\x62\xe4\xc0\xd0\xc0\x1c\x21\xc0\x94\x26\x43\x5d\xd3\xe8\x5c\xd5\xc6\x9e\x9a\xf1\xeb\x27\xf2\x1a\xf9\xf6\x70\xe7\x68\x71\x25\x7a\x41\x65\x71\xa8\xcb\xa9\x89\x71\xb0\x72\xa8\xea\xb5\x3d\xf0\x3a\x00\xa4\x52\x44\x83\xc2\xa4\x82\xf2\xbe\xac\x80\x25\x0e\x49\x5f\x01\x28\x32\x50\xef\x1e\xfa\xde\x56\x5c\xcc\xc0\xc1\x4d\x2d\x1a\xa0\x2a\x85\x04\xdb\x83\x7f\xa8\x77\x78\xaf\x8b\x99\x96\xc7\xf1\xad\x26\xc3\x6b\x24\x16\x9b\x64\xb9\x9b\xbd\x79\x57\xaa\x77\x3d\xcb\x92\x70\x51\x90\xa9\xa3\x84\xd1\x14\x0f\x6c\xb2\xe2\x94\x15\xee\x91\x2f\x5d\xce\x4b\xf4\xf6\x4e\x9d\xfb\x54\x70\x1e\x7d\x42\xc0\xf3\x6e\x09\x98\x16\x43\x96\xf3\x2a\x5f\xdb\x86\x01\x27\x22\xb4\x6d\xd5\x90\x73\x96\x9a\xa6\xd1\x2a\x0b\xf6\x30\x56\xf8\x54\xb7\x9c\x93\xc7\xa4\x4f\x9e\x00\xdc\x73\xf8\x56\xee\x57\xd4\x54\x5e\x28\x3d\x08\xe6\x5d\x94\x51\x7f\x06\xbb\x9b\x1a\x90\x9c\x77\x33\x5a\xf0\x20\x27\x8f\xb3\x10\xc0\xa8\xc8\xb0\xfd\x82\x46\x97\xaa\x6a\x13\xfb\xa0\x19\x90\x5c\x00\x81\x29\x80\x55\x22\xe1\x9c\xca\xaa\x2e\xe2\x65\x21\x51\x42\xfd\x0f\x10\xdf\x99\x3a\xab\x29\x04\xd3\x0a\x97\x39\x2b\xec\xea\x99\xb3\x7c\xca\x10\xc3\x5d\x87\xe2\x9b\xad\xb6\x6e\xeb\xc8\x69\xea\x69\x1c\x23\x9e\x93\x58\xd3\xb8\x3f\x4c\xd2\x04\xea\xc9\x19\xbc\xf9\x8e\x98\x5d\xef\xdd\x45\xce\xae\xd4\xe9\x57\x07\xe8\xac\x4c\xa4\xc2\x49\xb2\xee\x4c\xb2\x7c\x1e\x1a\x80\x9a\xc3\x9c\x15\xe5\x59\x39\x56\xda\x58\x6a\xdf\xaa\x4a\x9e\x2c\xe5\xb5\x75\xdd\x0a\x11\x0c\x85\x0e\x46\xa3\x99\x8b\x66\x03\xa1\xbc\x2e\x15\xd6\xc0\xcf\xbe\x52\x95\xd9\xb2\x5e\x8f\xe6\x74\xb1\x13\x44\xbc\xd6\xd1\x73\xdd\x34\xf3\x42\x17\xcd\x8a\x2e\x4e\x8e\xa2\x2d\x05\x9c\xca\x6a\xd1\xe0\xd5\x82\x51\x05\x71\x0e\xed\xca\x21\xad\x52\x27\x61\x91\x6d\x60\x43\xe5\xce\xe1\xa2\x54\x1a\x1d\xec\x9d\x51\xaf\x55\x80\x4f\x78\x2e\x8a\x6d\xc0\xd9\xef\x4d\xd2\x2f\x55\x4c\xe8\x6e\xf5\x3a\x83\x52\x45\x76\xc5\xd2\xcf\x18\x8d\x96\x63\x73\x16\xc0\xf5\xfb\x7a\x64\x4b\x19\xf3\x80\x0c\x48\x8b\x7c\x4d\xee\xd7\xe2\x36\x8b\xe3\x7f\x43\x5f\xf8\xc6\x3e\xb0\xdf\x5d\x1a\x74\xea\x63\x08\x9e\x54\xdb\xee\x23\xdf\x33\xe7\xcd\x8f\x64\x48\x0e\xe4\x18\x65\x1d\x64\x95\xb2\xf0\xa1\x99\xa9\xfa\x61\x90\xef\x87\xa4\x2f\x25\xf3\x8f\xe4\x31\x54\x7a\x42\xce\x15\x2f\xfd\x48\x2e\x80\xb3\x9e\x5f\x94\x7b\x99\x6e\xc7\x94\x65\x1e\x52\x08\xad\x70\xab\x32\x33\x78\x91\xe5\x84\xa7\x05\xcb\x53\x9a\x80\x99\x81\x94\xd1\xba\x2a\xf3\x07\x36\xa3\x57\x4c\x10\xb8\xfd\xa1\x29\x81\xcd\xb8\x21\xc8\x9c\x15\xb3\x2c\x6e\x83\xc0\x82\x79\x86\x9f\x42\x4e\x57\xb3\xe5\x43\x60\xf2\x80\x2e\x01\x42\x36\xe8\x5a\xb3\xbc\xc0\xa4\x05\xae\x2a\x48\x84\xdf\x5a\xdf\xa9\xb9\xc7\x4a\x0e\xd9\xf2\xe0\x49\x6a\x93\xca\x68\x90\x13\x65\x42\xeb\xa7\x70\x63\x2f\xf2\xa8\x0d\x42\x22\xfe\xf7\x44\x40\xff\xdb\x24\x4a\xb2\x54\xeb\x29\xd0\x8f\x1d\xa8\x4e\xd5\xf2\x3c\x27\x7d\x14\xbc\x3f\xdd\xaa\x32\x9c\x0c\xc9\x40\xfd\xd6\x1e\xc4\x1c\x6d\xb9\x47\x13\x31\x63\x0b\x1b\xcc\x4c\x63\xf9\x47\x9a\xc6\x09\x08\xd7\x32\x1b\xe4\x56\xc1\x8b\x25\x5c\x20\x8d\x4a\x17\x7a\xba\x47\x70\x68\x50\x8f\xe8\xcd\x4d\x9d\x6d\x01\x8b\xb9\x5b\xc3\xe9\x25\x5f\x00\xd3\x56\x95\x94\x45\x04\x53\x45\xeb\xc7\xcb\xf5\x78\xb5\xee\xe3\xe0\xa0\x74\x48\x52\xfd\xd7\x6e\x02\x52\xdd\x49\x70\x7d\xa0\xce\xfc\x59\x0e\xba\xd2\x62\x26\x3f\x9a\x8b\x4c\x40\x88\x3d\xb9\x91\x98\x41\xb7\x6a\xc6\x7a\xa7\x72\x79\x79\xc7\x55\xe1\xaa\x52\x2d\x8b\x03\x33\x0a\xd5\xe7\x5b\x67\x73\x03\xfa\xd0\xd2\x77\x21\x58\x32\x91\xb2\x35\x1c\x3d\xa4\xd4\xa3\xc7\x0d\x17\x94\xe0\xe7\xc0\x74\x8a\x03\xd2\xd5\x0c\x57\xdb\xd2\x5b\xb1\xc4\x50\xa7\xe3\xb6\x8b\x7a\xa1\x23\xe0\x01\x3a\xd2\x09\x3f\x38\x28\x89\x1f\x6f\x64\x17\x62\x46\x13\xf5\x44\x3b\x4b\x3b\x52\xa4\xeb\xd9\x27\x77\xf8\x60\xc5\x91\xfc\x9a\x26\x68\x7a\x65\xc2\x5a\x46\x1f\xe8\x29\x9c\x2c\x0a\x80\x12\xc0\xc9\x06\xe2\xd5\xd3\x61\xc9\x05\x02\x36\x46\x0a\xbc\x77\xe8\x07\xfa\x1c\xea\xbc\x73\x2c\x7c\x71\x54\xd2\x6a\xbd\xcd\x21\xd4\x9e\xbe\x64\xb1\xa7\x8b\x45\x96\x24\x4b\x4d\xd9\x95\xe2\xa0\x17\xea\xb0\x14\x9c\x3c\x26\x59\xb6\x28\xa9\x20\xa0\x31\x24\xfe\xf7\xef\x01\xe8\xfb\xf7\xea\x44\x6d\x17\x06\xf4\xb0\xa4\xa8\x90\xa7\x20\x9e\x2e\x59\x49\x27\xe1\xf6\xe1\x1d\x8b\x96\x39\x7a\x0f\xb8\x66\x8d\x9c\x11\x29\xd4\xc9\x7e\x2c\x12\xca\xb5\x72\x45\xc0\xcb\x47\xc9\x29\x44\xa9\x6b\x40\xc7\xfb\xfb\xd8\xfa\xfe\x3e\x31\x9b\x11\x17\x6f\x25\x00\xc4\x44\x53\xf7\xee\xe6\xc6\xed\x5e\xd3\xe5\x41\x64\x88\xbc\xb4\xcb\xf1\xdb\xd4\x69\xb9\x54\xae\x14\x30\x79\x64\x96\x7b\x70\x2e\x70\xd2\x53\xb1\xcc\x99\xbe\x8d\x87\x79\x30\xaa\xa9\x6c\x99\x47\xea\x35\x94\x5b\x0b\xc6\xe4\x76\x4a\xae\xbb\x52\xb7\x64\xe3\x95\x1e\x8d\x0a\xe0\xa0\xe6\xda\xcd\x24\x3b\xce\x19\xc8\x9d\x32\xe4\x30\xae\xb6\x34\x60\x78\x92\xd7\x40\x4d\x61\x91\x47\x7e\x69\x9f\x3c\x5c\xec\xbb\xfc\xd9\xc1\xe2\x6b\x50\x5a\xc2\xeb\x58\x74\x07\x43\x13\x4d\x15\x6a\xdb\x90\x18\x9d\xbb\xb5\xfc\x89\xb1\x7b\x15\x6e\x54\x48\x34\x7a\xcb\x51\xb3\x5c\x5e\x49\xcf\x41\xcd\x3b\x06\x2e\xca\x53\x12\xe6\x07\x65\xfc\x02\x28\xc9\x38\x6d\xf1\xf2\xdd\x7c\xb9\x67\xb2\xca\x36\x8d\x9d\xe5\xa4\xce\x49\x63\x9e\xc5\x7c\xc2\x59\xec\xb0\x12\x2d\x73\xe8\x5d\x28\xb0\x6f\x37\x1d\x2d\xc3\x4f\x29\xff\x7d\x89\x24\x29\x8f\x04\x25\xd5\x8d\x0e\x76\xb2\xa0\x53\xa0\x50\xb6\x5a\xd0\x34\xce\x0e\x8d\x35\xc1\x68\x0f\x64\x2c\xad\x9f\x38\x40\xc7\xec\xb9\x2c\x34\x87\x38\xa5\xda\xd2\x91\xf4\x46\xa3\xe7\xbd\x29\x3e\x32\x26\x2d\x2b\xe7\x3c\x85\xe0\x59\x8e\x56\x06\x03\xea\x5e\xe3\x73\x01\xe5\x09\x46\xa6\x18\xad\x54\xc1\xc5\x3b\x99\x62\xaf\x35\x64\xcf\xf2\x3c\xcb\x5d\x51\x71\x2e\xa6\xce\x56\x51\xb6\x86\x80\x5c\x4f\xe4\x4a\xb3\x6c\xe1\xcb\x70\x3a\xc7\x5b\x18\x6e\x13\xde\x7d\x10\xde\xd8\x64\x45\xd6\x26\xcf\x8a\x2c\x77\xf7\xff\xe7\x60\x75\x49\xb2\xf1\x15\xcf\x96\x82\xa4\x6c\x4a\x0b\x7e\xc5\xec\x9d\xda\x4f\x82\xd9\x5b\x5f\x9e\x8a\x82\xd1\xd8\x4e\x42\x17\x98\x46\x91\x91\x08\xbc\xbf\xcc\x32\x51\x68\xda\x77\x76\xa4\x3b\xb2\x37\x92\x19\x87\xf4\x95\xb8\x8f\x9f\xab\x03\x2f\x8e\xe4\xc2\x95\x5d\x1c\xdb\x0e\xb5\xfe\x5c\x2e\xbd\x50\xd7\xf6\xfa\xbe\x5e\x81\x75\xc7\xf8\x46\xb1\x68\xb5\x83\x12\xbb\xeb\xe8\x0b\x43\xb5\x1d\xa1\x3a\xb3\xa9\x76\xc8\x0f\x2d\xb0\x2d\x00\x36\xef\x0e\x06\x5b\xac\x76\x0f\xe3\xf2\x56\xb4\x28\x5e\xeb\xb6\x69\x03\x9a\xf0\x89\x72\x7b\x7f\xcd\x72\x66\xd5\x85\xe8\x74\x85\x6a\x35\xa8\x92\xcf\x8d\x42\x18\xc0\xcb\xd9\xb4\xd7\xe6\x88\x55\x35\xd1\xa3\x3d\x47\x84\x07\x74\xee\xef\x63\x9e\x2b\xdb\x97\xce\x1b\x28\x60\x21\xd4\xc0\x05\x67\xe5\xbe\x1d\x4a\xe2\x0d\x6a\xe8\x8a\xde\x23\x62\x2e\x8e\xe7\x8b\x62\xbd\x03\xa9\x4a\xde\x63\xe6\xaf\x24\x7a\xb8\x65\x6b\x09\x23\x30\x27\xae\x2a\x43\x72\x48\xb0\xcf\xa2\xfa\xca\x00\xf4\x68\x8b\x3c\xbb\xe2\xb1\x76\x61\xb5\x2a\x8e\x24\xdc\x44\x10\x50\x2c\x28\x35\x8c\xd1\x49\x33\x05\x4c\x69\x60\xc5\x82\x45\xc0\xed\xe0\x14\x63\xef\x6e\x3c\x25\x05\xdc\x55\x9a\xe3\x86\x77\x69\x59\xba\xd6\xfc\x44\xd4\xe5\x68\x66\xfd\x1f\x6b\x1b\x5d\xc8\x21\xb7\x0a\x80\x7f\xd4\x2b\x29\x5a\xb2\xf1\xc7\x76\x40\x37\xa2\x8e\xa7\xf2\xfc\x21\xc5\x57\xd2\x37\xc8\x46\x89\x16\x37\xbc\x97\xfc\xd2\x5c\x97\x38\x28\x37\x67\x99\x6c\xfc\x51\x47\xe8\xf3\xc5\xc4\x3a\x91\xd6\x93\x20\x7c\x8d\x4a\x36\xfe\x08\x02\x2a\x68\x55\xf4\x87\x22\x2c\x98\xdc\xf2\x36\x35\xce\x19\xbd\xdc\xb4\x2d\x95\xf6\x7c\xe7\x12\xb6\x44\x42\xff\xae\x0e\x69\x14\xdb\xab\xa5\x32\x5d\xe6\xf0\x34\x01\xfc\xdd\x4d\xfc\x03\x36\x9d\xe2\x11\x7b\x04\x9a\xaf\x4b\x56\xd6\x6f\x4b\xc9\xb3\x6d\xea\x7b\xf3\x8c\xea\x48\x9d\x75\x73\xa3\x8d\x9e\xcc\xc0\x69\x9e\x97\x0e\x05\x45\x98\x12\xb4\xf0\x25\x2b\x54\x24\x4e\x5f\xdf\x99\xb3\xa2\xed\x09\x15\xc8\x57\xc0\xea\x0a\xd8\x8a\x72\x6b\xb7\x67\xad\x0d\xf1\x7f\xe7\x50\xe6\x82\xc0\xf1\xde\x66\x39\x96\x7c\x15\x59\x6e\xb1\x14\x33\x35\x69\xb2\x59\xec\xde\xd1\x16\xec\x97\x15\x9c\xca\x22\xbc\xac\x0b\x6e\x23\x62\x79\x45\xad\x88\x23\x41\xa4\x3d\x21\x9d\x01\x39\xd4\xf6\x54\xd6\x9a\xab\x6d\x15\x8a\xe5\x99\x0e\x5c\x1f\x3e\xec\xf6\x61\x8a\xdb\xe4\xed\x8c\xa6\x45\x36\xff\xe7\x29\x19\x98\x49\xef\xf5\x40\x27\xa2\x74\x83\xef\x95\xad\x57\xc2\x2f\x59\x0b\xaf\x82\x04\x01\xd3\xe4\x88\xcb\xd3\x12\xda\xd1\x00\xb1\xc8\xf9\x70\x47\x05\x5a\xc3\x36\x11\x2c\xca\xd2\x38\xa4\xb0\x3a\xc0\xac\x90\xce\xaa\x6f\xbe\x24\xd3\x00\x48\x0e\x03\x48\x5d\x06\xa0\xd4\x53\x10\xba\xd3\xb3\x85\x90\x95\xce\x81\x27\x5c\x40\x04\x3c\xd9\x16\xe8\xae\xca\x1b\xa7\x0b\x9e\x0c\x09\x3f\x2a\xcd\x20\xe4\x7b\x78\x9d\xe6\x6c\x51\x51\xe6\x5b\xf6\xd7\x26\x1c\xa3\x64\x78\x83\xd6\xb9\x27\x32\x4f\x30\x33\x42\x54\x61\x0b\x38\xad\x78\xc3\xb6\x48\x30\x7d\x83\x86\xca\x08\xd3\x80\x8f\x57\x0b\xd4\xc9\xdf\xc1\xe6\x5d\xb9\xe4\x1f\x19\x4c\x1e\xda\x36\x32\x9c\xd3\x36\x2a\x1d\x04\xbd\xd2\xb7\x18\xe0\x8b\xcd\xd4\x01\x3b\x80\x05\x5a\xa7\xc2\xf1\x8c\xc7\x54\x6e\xc2\xbe\x5c\xb0\x03\x23\x2e\x8d\x5c\xf6\x50\x27\x29\xdc\x69\x06\xe8\x2c\x27\x8f\x55\xea\x9a\x52\x80\x2b\x0d\xd7\xe3\x0d\x0a\x97\xf8\xe2\xc0\x01\xbd\x7d\x99\xaa\x9a\xe5\xe5\x43\xf3\xe9\x56\x26\xb9\x99\x14\x24\x84\xe0\x76\x08\x87\xa7\x9a\x09\x47\x56\xea\xf0\xcf\xda\x29\x2c\x72\x9a\x8a\x84\x42\x88\x2f\x38\xb9\xc0\x83\x4d\x35\x95\x4a\x94\xe0\x39\xc8\xfc\x15\xed\x8d\xc7\x73\xf5\x85\x54\x68\xff\x75\xc9\xee\xf3\x76\x60\xfd\x18\xad\x66\xbe\x15\x7a\xbc\x03\xa7\x36\xf4\x58\xb2\xd0\x66\x31\xd2\x97\x50\x30\xc3\x58\xac\xd6\xcc\x23\x80\x3a\xbc\x45\xba\x64\xe6\x4c\x87\x87\x81\xf6\xd6\xbd\xdc\xbd\xb0\xfb\x8f\x18\x5c\x69\x8c\x2f\x12\x5a\x14\x4c\x72\xe6\x35\x49\x99\x90\x32\xbd\xab\x24\xd2\xbc\x2c\xa1\x05\xec\x5e\xd5\x9d\xe2\xa9\x96\x38\xff\xf1\xd3\xc9\x73\x12\x65\x4b\x49\xef\x68\x30\x69\x4f\x59\xd3\x25\x8f\x0f\x51\xd9\x8c\xb5\xd4\x6e\xac\x6d\xc0\x94\x9d\x16\x3c\x78\xe3\x29\x79\x96\xe5\x0c\xdc\xdd\x28\x33\x8c\x3c\xc3\x03\x0a\x2d\x0a\x49\xab\x40\x9b\x7a\xd3\x41\x7b\x31\x08\xf0\x95\x81\xa5\x06\xfc\x37\x65\x2c\x86\x14\x78\x78\x08\x22\xaf\xd0\x5b\x9a\xfa\x01\xa6\xf1\x80\x65\x57\x75\xab\x4c\x4d\x2a\x67\x0b\x85\x6e\xa3\xb1\x3f\x57\x25\xbb\xbc\xc0\x57\xb1\xb0\x5d\xd0\x3c\x0f\x64\xa0\x39\x0b\x5a\xed\x67\x0b\x1b\x11\xd5\x31\x61\x9e\xd3\x85\x55\x33\xc0\xe5\xe2\x68\xef\x07\xa5\xef\x7e\x8d\x9e\x45\xd4\x01\xd7\x18\x06\xa3\xce\x07\xde\xe9\xa2\x0d\x8f\x3e\x80\xc1\x21\x5d\xf5\x62\xb4\x07\x57\x10\x60\x27\x48\xb4\xea\xc0\x79\x17\xf1\x9e\xe3\xad\x82\x25\x27\xd7\x7a\xc7\x1e\x7a\x41\x53\x01\x05\x0f\xc8\x68\x4f\x1e\x7e\xe5\x70\x65\x42\xb7\xc8\x5e\x66\xd7\x2c\x7f\x46\x05\xd3\xf7\x30\x0a\xaf\x8e\x11\x68\x45\x5e\xff\x54\x15\x35\xe0\xb1\x09\x7f\x73\x4a\xbe\xeb\xde\x57\x86\x4a\x92\x28\x72\xb6\xc8\xb3\x78\x19\x69\xb5\xbb\xe0\x73\x89\xc2\x2c\x6f\x29\x00\x1f\x78\xaa\x0d\xd8\x80\x80\x0a\x79\x7e\x46\xad\xec\x3f\x4f\xce\x94\x51\x4a\x73\x3a\xeb\xdc\x1f\x3c\xfc\x46\x57\x52\xf6\xdf\xe8\x37\x1f\xaa\xc1\xc3\x9f\x78\xc9\x8c\x3b\x60\x5f\xd5\x00\xe2\xef\x94\xe6\xa0\xe0\x7d\x9d\xc5\x2c\xe1\xc2\xd8\x7e\xf0\x94\x9c\x1c\x8f\x52\x97\x53\xcb\xed\x0a\xb4\x0a\xfb\xfb\x64\xb4\x87\x69\xa3\x3d\x2d\xde\xa3\xb1\xab\xbf\x25\x2b\x1b\x16\xcf\x0c\xcc\x7d\x19\x55\x35\xff\xbe\xb9\xa9\xd8\xd7\x96\xe5\x40\x7b\xf0\x54\xab\xde\x39\x48\x2b\x2a\x47\xbb\x0c\xd0\x45\x7b\x81\x64\xb4\xa2\x57\xad\x0c\x27\xcf\x33\x17\x26\xf6\x21\x26\x6a\x8f\xd5\x77\x07\x6e\x48\x79\x6a\x0d\xba\x24\x72\xf0\x91\x1b\x19\x8e\x52\xfd\x80\x4e\xa5\x3c\x3b\x3d\x25\xa7\xca\xf6\x87\x1c\xa7\x53\x08\x10\x7c\xbf\xfb\xa0\xfb\xe8\xb3\x9e\xc3\xfd\xaf\x3c\x85\x13\xdd\x89\x81\xd9\x0b\x3e\x83\xbb\xdf\x19\x3c\x0a\xbc\x7f\x53\xaf\x6a\x60\x52\xd0\xae\xd7\xe1\x44\xf0\xfb\x78\xb5\xc8\xe1\xc7\x94\x15\x10\x87\x00\x15\x11\xbf\xbc\x7a\x09\xbf\x8a\xec\x92\xa5\xfc\x0f\xdc\xf0\xa3\x6c\xbe\xe0\x09\xfe\x46\x33\x29\xf8\x09\x41\x2a\xe7\x99\x28\x9e\xa1\x56\xc0\xdc\x4b\x9e\xa4\x8b\x25\x7e\xcd\xa8\x78\xbe\x5c\x24\x3c\xa2\x05\xb3\x4c\xf8\x25\x98\x9b\x19\x8b\xea\x2b\x9a\x0b\x04\x5d\x3c\x57\x69\x50\x39\x2e\x7d\x1c\xcb\x43\x83\x9b\x71\x22\x7e\x3c\x53\xfd\xcd\xc7\xcb\xe9\x74\xfd\xdf\xa7\x4f\x9d\xaf\x57\x28\x23\xb5\x51\xec\xb1\xbf\x95\x5d\xa8\xb0\x1d\x3a\x49\x31\x22\x6b\x47\x29\x2b\x22\x88\x23\x30\xb2\xaa\x53\xb0\x9f\x43\x12\x00\x8e\x34\x20\xf7\x40\x46\x01\x17\x03\xc8\xdb\x16\x60\x7b\x92\xb3\xf8\x39\x58\x59\x97\x8c\xc4\xb1\xdf\x3c\xcf\x97\x70\xf9\xd4\x57\xe3\x00\x3d\x3b\x7e\x00\xff\x7b\x46\xa3\x19\x6c\xd1\xa0\x6e\x83\x2f\x05\x1e\x26\xa4\x3e\x5b\x4d\x51\x5e\x5f\x22\xcd\xd2\x14\xb8\x8a\x26\xf6\xfa\xa2\x72\x0e\xdf\xe4\x92\x3a\x5d\xcb\x3f\xda\x26\x63\xbb\xcc\xf1\x84\x0c\xab\x72\xec\xca\x04\xee\x8c\x4b\xa6\xe2\x6b\xfe\x2c\x7f\xe8\x97\xf7\x73\x3d\x07\xea\xce\x5b\x28\xf2\xc1\xc7\x32\x4d\xf2\xe9\x96\xb4\x4a\x0f\x65\xa0\xaf\xfa\xbd\x12\xce\x41\xb6\xd0\x0f\x7a\xb2\x05\xa6\x2c\xc5\xec\x35\x0c\xdb\x79\xe9\x63\x72\xca\x69\x95\x27\x4c\xb6\x7b\x3f\xc1\x53\x47\x79\x3a\x5f\x2c\x58\xdc\x89\xc1\xc6\x50\x3d\x14\xa2\x82\xf0\xa2\x21\xc8\x84\x0a\x70\x71\x3e\xa3\x29\x41\x5c\x6b\xa6\x6f\x16\xf4\x82\xe5\x13\x60\x21\xc5\x2c\xcb\x31\xc8\x53\x36\xe9\x5c\x89\xce\x24\xcb\x7b\xdf\xe0\x81\x5b\xbf\x3e\xb2\xa8\x97\x2c\x5f\xdb\xd4\xb8\xb2\x79\xe5\xd8\x05\x31\xe1\xbd\xc3\x67\x55\xf2\xad\x88\xbd\x30\x95\xb2\x1a\x9e\x3d\xe4\x94\xfa\x4d\x39\xd3\xc6\x43\x07\x13\x9b\xdd\x19\x78\xd3\xaa\x6e\xce\x05\x2c\x1f\xd8\x29\x59\x7c\x83\x1c\x84\xc5\x37\x54\xac\xd3\xe8\x86\x2e\x8b\x6c\x92\x45\x4b\x01\xbf\x16\x09\x5d\xdf\x00\xcf\xcc\x12\x71\x13\xcb\x25\x75\x13\x73\x41\xc7\x09\x8b\x6f\x66\x3c\x8e\x59\x7a\x23\x57\xa0\xea\xc5\x1e\x17\x73\xba\xb8\x49\xb2\x6c\x71\x03\x2e\xeb\x17\x09\xbb\xc9\x16\x2c\xbd\xc9\x19\x8d\xe5\x5e\x7e\xa3\x1e\x4e\xc6\x37\x22\xca\x16\x2c\x76\xed\x5f\xdf\xb1\xe9\x32\xa1\x39\x61\xab\x45\xce\x84\x50\x0f\x66\xec\x94\x1d\xf6\x7a\xd7\xd7\xd7\xdd\xeb\x07\x60\xe0\x7e\xf6\xae\x17\x09\xf1\xa0\xa3\x0d\x45\x45\xef\x2b\x08\x3c\x05\x71\xa7\x64\x2d\xfb\x05\xe3\x3d\x1f\x8d\x46\xa3\xd5\xfd\xbe\xfc\x53\xc8\xff\xe4\xf2\x3f\xa9\xfc\xcf\xe4\xc2\xed\x86\xa6\x8e\x4a\x5b\x1d\xb1\x4e\x0b\xba\xea\x3c\xe8\x7d\xc5\x63\x96\x16\x1d\x60\x02\x9d\x98\xd3\x69\x4e\xe1\xd6\x0c\x92\xf9\x84\xc3\x52\x1d\xed\x35\x9f\x1c\x8e\xd4\x3f\x68\x3d\xa6\x9d\xc9\xd3\xce\x8b\x8b\x4f\x83\xf6\xa3\x5b\x60\x5c\x4e\x1f\x0d\x0e\x9f\xdc\x98\x4a\xbf\x95\xfb\x79\x03\x70\xae\x3b\x17\x37\x32\xaf\xdf\x81\x31\x7d\x3b\xb9\x68\x1d\xb8\x23\xb0\xa6\xf1\x06\x39\x87\x61\x0c\x3a\xc8\x33\x2f\x05\x2c\x46\x61\x41\xbb\x0f\x66\x46\x7b\x38\x96\x72\xd7\xc9\x68\xef\x5e\x13\x52\x1d\x0c\xc8\xd4\x96\x44\x41\x60\xa0\xe6\xca\x61\xa1\x84\xe3\x66\x44\x17\xc5\x32\x67\xe4\x7e\x4b\xe3\xe1\x5e\xf3\xfc\xde\x6f\x77\x6f\xee\xfc\xcf\xc5\x93\x61\x6b\x13\x90\xd1\x9e\x1d\xb0\x72\x8a\x39\x5f\x8a\x82\x8c\x51\x9a\xb0\x5d\x12\xe4\x5c\x37\xf3\xcd\x85\xa9\x9e\xe5\xca\xc6\xc3\xc9\x7e\x00\x01\x09\xd5\xc7\xc3\x8b\xd1\x9e\xed\xd4\x93\xc3\x46\xd3\x99\xd8\xee\x0d\xce\x92\xfc\xd7\xb8\x68\xdd\x6b\x35\xe4\xf4\xed\xd5\x15\x91\x79\xb2\x94\xfc\x7b\x13\x46\x59\xeb\xa6\x65\x97\x54\x19\xcb\x12\x80\xa5\xd6\x85\x60\xcb\x38\xc3\x99\x39\xac\x9f\x80\xd1\x68\xd4\x6c\x2a\x98\x7a\xd4\x67\x19\xc9\x59\xbc\x8c\xf0\x08\x62\x1d\xea\x9b\xc9\x87\xb3\x13\xa8\x76\x94\xec\xa1\x8d\x26\x17\x39\x7b\xc1\x93\x82\xe5\x6d\x82\x9b\xac\xb5\xdd\x38\x34\xe0\x07\x5d\xf2\xfb\x32\x93\xc7\x48\x33\xb3\x0f\x8e\x2c\x46\x5d\xf4\x7e\x63\x66\xbc\xf9\x57\x61\xb6\x75\x53\x1a\xed\xfd\xae\x3c\x2f\x2c\x12\x66\xbb\xf3\xc8\x36\x5b\x03\xb1\xd9\x82\xd5\x76\x71\x01\xd0\x88\xb3\x12\x00\xb3\xf7\x2a\xad\x3c\xe8\xca\xf3\x33\x9a\x08\x81\x26\x20\x40\xd5\xdd\x7b\x2e\xbf\x94\xbd\x1d\xc1\x84\x3b\xe2\x18\xa3\x80\x77\x29\xb4\xa6\x59\xda\x41\x97\x71\x31\x29\x72\xca\x13\x7c\x7e\xa4\x69\xa2\xad\x90\x28\x53\xe1\x25\xa7\x2c\xef\x90\x8c\x89\xf3\x21\x54\x50\x10\xad\xaa\x83\xd3\x3e\x9c\x9d\x73\x8f\x4d\x4a\x21\x0a\x4f\x91\xcd\xf2\x02\x97\x1c\x86\x8c\xf6\xa6\xe6\xf4\x98\x17\x39\x9f\x97\xea\x8c\xf6\x7e\x0b\x31\x87\x83\x1b\x89\xe3\xdf\x1c\xdc\x5e\xb4\x5c\xa4\xcb\x69\xab\x23\xf9\x83\xbb\xa5\x86\x65\xd3\x51\x36\x9f\xd3\xdd\xda\xbe\xd7\x0e\xa6\xda\x61\x44\xd9\x7c\xcc\x53\x0a\x34\xbf\x1b\xc4\xe6\xf9\xf7\x07\xff\xa3\xa8\xa2\x94\x17\x64\x54\xc8\x39\x6c\x8b\x31\x13\x11\x9a\xf9\x6d\xc0\xf7\xcd\xf7\xee\x80\x71\xa5\x97\x6a\xe8\xe5\xaf\xc0\x7a\xbb\x4f\x68\x1c\x25\xde\x70\xd7\x69\x00\x04\x72\x79\x08\xb1\xcf\x22\x47\x7b\x27\xcf\x47\x7b\x87\x65\x48\x5f\x85\xf9\x8c\x19\x9d\xac\xf8\xec\xe5\xd3\xd3\xd3\x40\x5d\x98\xec\x1d\xea\x9f\x3d\xfd\x47\xa0\x76\xb0\xe2\xcd\xf9\xbd\x0b\xbf\xf2\xd3\xb3\xb3\x77\xa1\xb6\x4b\x6b\xd8\x56\x78\x7b\x7a\xfc\xd3\xf3\x37\x75\x55\x7c\x24\xc3\xe8\x7e\x3c\x79\x19\xc2\xcc\x61\x13\x24\x1c\x50\xf8\xdf\x24\x54\x14\x37\x69\x31\x93\xff\xef\xc8\x8f\x56\xa7\x19\xcd\x78\x12\xdf\x64\x93\x8e\x3c\x4a\x1b\xce\xec\xf0\x83\x0a\xbb\x6f\xb2\x2b\x96\xde\x64\x71\x7c\xd3\x6c\x9e\x1f\x74\x2e\x6e\x5a\x4d\x10\x24\xee\xb5\xd2\x9b\x2a\xa9\x11\xdc\x9f\x54\xc9\x8d\x70\x01\xca\x41\xeb\xa6\x15\x86\x62\xd9\x12\x19\xed\x71\x0f\xbd\x52\x88\x0c\x4d\x8e\xda\xe8\x8d\x8c\x09\xb3\x7a\xb7\x04\xc1\xa8\x1b\xb3\x1c\xcc\x71\x79\x4a\x12\x70\x93\xc3\x99\x20\xc0\xa0\xe5\x3e\x22\xb9\x54\x97\x8b\x66\xcb\x94\xff\xd9\x38\x09\x43\x6d\xfa\xdb\x37\xa7\xa8\x73\x57\x46\x45\x1f\x70\xdb\xfa\xa0\x3b\x09\x7a\x3f\x75\x0e\xae\x9b\xd8\xc0\x22\x95\xcb\x14\xd7\xf6\xa1\xc5\x3c\xfb\xfd\x66\x5a\xdc\x24\x38\x9b\x76\x72\xbd\xf9\xab\x03\x26\xd9\x1e\x08\x69\x71\xeb\x89\x9a\xb8\x4d\xf8\x6e\x3e\x19\x9e\xff\xd6\xb9\xb8\xb9\xeb\x62\xde\x95\xe0\xf3\x59\x31\x4f\xc8\x90\xf4\xe4\x49\xfb\x6e\x8f\xab\x85\x2f\x0f\xf8\x92\x79\xf5\xe4\x34\xc0\x97\x12\xeb\x6f\x24\x02\x68\xce\xe8\xcd\x78\x59\x14\x59\xda\x32\x75\x66\x8c\xe2\x89\xb2\xf7\xdb\x6c\x34\x8a\x55\xba\xcc\x49\xf5\xf9\xac\xf7\xdb\xf9\x6f\x9f\x2e\x0e\x46\xa3\x4f\xa3\x91\xb8\x37\x1a\x9d\xab\x9c\xd1\xe8\xba\xe7\x18\x29\x50\xc1\x93\x75\x67\x41\x73\xc1\xe4\xb9\xa0\x97\xb3\x22\xe7\xec\x0a\xdc\x91\x9f\x3c\x97\x3b\xfd\xd9\xd3\x7f\xc8\x3f\xc0\x15\x88\x27\x5d\xe6\xbf\x2f\x39\xdc\xc5\xe4\xba\xf7\x5f\x35\xcf\x41\xc0\x3d\x68\xdd\x34\x47\xa3\xeb\x83\xd6\x8d\x64\x19\x3a\xad\x75\x57\xb7\x9c\x0b\x3e\x4e\xd0\xb9\x42\xef\xfc\xe0\x7f\x2e\x9c\x1e\x49\xa1\x0f\x37\x4d\xb1\xe9\xf4\xf0\xec\xf4\xf4\xfe\xa0\x27\xd6\x69\x4c\x0b\x0a\xc1\xb2\xbf\x52\x5b\xad\x8d\x8f\x85\x9d\x5c\xa6\xca\x6d\x6b\x99\xad\x7e\x86\x74\x4f\x5c\xc1\xbe\x59\x95\xec\x5b\xe5\xed\x75\xe2\xb4\xea\x5c\x10\x41\x52\x5b\x6e\xf4\x3f\xb2\x95\x7f\xfc\x9c\xf1\xe9\x0c\x44\xc1\xfe\x0a\x9a\xc7\xb2\x78\x72\x6e\x82\x16\xae\x43\xfa\xab\x41\xbf\xdf\xef\x97\x2f\x29\x15\xb8\x27\x9e\xa5\xed\xa9\x3c\x5d\x2b\x43\xdb\xe8\x52\x24\x54\xcc\x40\xe2\xe3\xca\x25\x3f\x3c\xec\xed\xcc\xd8\x4a\xb5\x44\x04\xfb\x7d\xc9\xd2\xc8\x98\x61\x2a\xa8\x87\x1e\xd4\x77\xca\x3f\x20\x25\x33\xb6\xa2\x31\x8b\xf8\x9c\x26\x65\x08\x2a\x96\xee\x8c\x11\x96\x46\x59\xcc\x62\xf2\x53\xca\xc1\xe7\x0b\xfc\x07\xc2\x1b\xba\x3d\xd5\xba\xe3\x93\x63\xf2\x78\x38\x18\x1c\x38\x79\x92\xd5\xa8\x53\x41\xb6\x2c\x04\x57\x81\xd1\x7e\xa0\x82\x47\xe4\x95\x3c\xa4\x4a\x32\x5a\xd2\x84\xbc\x4d\x68\xca\x48\xf3\x87\x57\x6f\x5b\x6d\x32\xa7\x29\xbe\x91\x34\x36\x48\x84\x3a\x50\xc5\x32\xcf\xb3\x29\x2d\x18\x59\x50\x6e\x0c\x00\x60\x06\xe0\xa1\x84\x3d\xa9\x2b\x33\x24\x89\xb1\x67\x33\x9a\x3f\xcb\x62\xd6\xc4\xa9\x3a\xd0\xb3\xe1\xfa\x2a\xda\x54\xe1\xfb\xef\xc9\xa0\x4f\x6e\x48\x7f\xf5\xfc\xbb\x7e\xbf\x8d\x89\xfb\xa4\xbf\x7a\xf0\xe2\x05\x26\x3f\xeb\x97\x1f\xd1\xa8\xf5\x80\x27\x9c\x9e\xb3\x79\x0a\x96\x73\x9a\x28\xaf\xd0\xa5\xa3\x6f\x9c\xd3\x49\x01\xb1\xbf\xd5\x6b\xf2\x48\x88\x6c\xde\xfb\x0a\x5d\xdd\x74\x74\x55\x9e\x4e\x3b\x3c\xe6\x19\xde\xfa\xe6\x91\x10\x86\x62\x7b\x72\xc9\xca\xf3\xe9\x6a\x30\xc1\x23\xea\xcd\x6f\x9d\x27\x92\x0f\xde\xfc\xd6\xb9\x6b\x4e\xaf\x3a\xb7\x33\x1a\x2d\x5f\xbc\x78\xf1\x02\x96\x79\x6f\x8a\x0b\xc0\x85\xe7\x18\x27\xcd\xda\x84\x0a\x89\x95\xb7\x92\x0a\xca\x2a\xb0\x4a\x8e\x9d\xb3\x9f\x0e\x00\xd9\xaf\x7f\x7a\xf9\xd2\x3c\xd5\xff\xe9\xe0\xc5\x8b\x17\xcf\xc9\xbb\xe3\xb7\x2f\x9f\x3e\x3b\x7e\x75\xfc\xfa\x8c\x3c\xfb\xf1\xe9\xbb\xa7\xcf\xce\x8e\xdf\x79\x0a\x99\x48\xab\xbc\x47\xa3\xbe\x6f\xf3\x67\x16\x91\xcc\x93\xa3\x78\xae\x5e\x61\x8f\x7c\x1b\x6d\x39\x13\xa8\x49\x71\xe5\x72\x29\xe5\x37\x63\xb6\x60\xa9\x9c\x1a\xb2\x5c\x64\x29\xd1\x31\xd3\x5b\xea\x5c\x26\xc0\x95\x98\x3e\x07\x50\xe1\x2c\x02\x63\x3e\xab\x1f\x80\xcd\xf4\x7a\xef\xb7\xe1\x61\x14\x3e\x0b\x87\xd3\x91\xb3\x33\x15\xd1\xac\x1b\x29\xe2\x7a\x5a\xc8\xd1\x75\x5d\x75\xbd\xf1\x6b\xd3\x24\x83\x47\x0a\x06\x31\xa3\xf2\x6c\x06\xf1\x66\x2e\x2b\x24\x5d\xc9\xf5\x82\x3a\x5b\x9a\x90\xa7\xa7\xcf\x4e\x4e\xdc\x91\xca\x31\x18\x46\xa2\x4f\x35\x1e\x17\xb2\x1d\x25\xd1\xac\x4c\xc5\x3f\x09\xe5\x8f\x80\x4f\x72\x3a\x37\xac\xfd\x94\xc1\xcb\x4e\xad\xa9\x6e\xb6\x8c\x32\x69\x9e\x19\xcb\x04\x73\x03\x75\x9d\xd3\xc5\x02\xdc\x8e\x2e\x05\x98\xd5\x8d\xf6\xde\xb2\x7c\xce\x41\xdb\x44\x9e\xb3\x94\xb3\x18\x0f\xfb\xbd\x9e\xba\x31\x32\x77\x3a\xcb\x34\xc9\x68\x8c\x6f\x45\xf2\xc0\x13\x1d\x4f\x63\x5e\x7a\x8a\xc4\xd3\xe7\x4a\x6b\xf6\x82\xb3\x24\x16\xf8\x46\x25\x8e\x9f\x99\xb3\x47\x53\x29\x07\x3d\x53\x80\x80\x05\xa1\x4c\xee\x6a\x15\x1c\x90\x24\x78\x3b\xdb\xdf\xc7\x9c\x34\x8b\xd9\xeb\xca\x75\x9c\xbe\xc7\x54\x6d\xdb\x99\x54\x52\xdd\x27\x12\xf3\xfc\x90\x8c\xf6\xac\xc3\x02\xb9\x1d\xa5\x6c\x55\x1c\xc2\xad\xd5\x94\xa5\xf1\x68\x8f\x80\x76\x11\x2f\xa3\x40\x79\x53\xf0\x39\xff\x03\xed\x9e\x1d\xab\x1f\xf2\xbe\x0d\x37\x63\x2f\xb9\x28\xa4\xf8\x52\xe4\x6b\x1c\x86\x53\x06\xdb\x6d\x2a\xff\x56\xee\x23\x5f\x57\x71\xdf\x05\x89\x59\xc2\x02\xdb\x02\xd5\xdb\x9a\x12\xb6\x6f\x41\xd3\xa5\xc7\x0f\xbb\xfd\x51\xea\x9a\x12\x0b\x9e\xb0\xb4\x48\xd6\x64\xa2\x0e\xd6\xb6\x7f\x9a\x02\xc0\x93\x40\x47\xa1\xbb\x23\xf1\xd1\x49\x78\x2a\xcf\xd9\x9d\x65\xba\x14\x2c\xee\xf8\xca\xca\x02\x6e\x7e\x6b\x3a\x68\x9e\x15\x1b\xa7\x3b\xe0\x43\x0b\x0d\x92\x9b\xc4\x5c\xbe\x2a\x55\xf8\x27\x02\x5d\xc1\x07\x64\xaa\xea\x13\x67\xe9\xbd\x64\x57\x2c\xa7\x53\xa6\xc3\x1d\x4e\x88\x7e\x95\x54\x26\x25\x34\x63\x6f\x13\x96\x78\x26\x08\x56\x19\x6f\x9e\x72\xaa\x82\xee\x7c\x60\x25\xfb\x76\xf4\xd0\x7d\x93\x65\xf7\xdd\xc7\x7f\xf3\x79\xc2\x35\x17\x8c\xa0\x57\x0c\x49\x5c\x2c\x2a\x92\xf5\x8e\xfd\x02\x8f\x82\xe6\x51\x48\xd9\x5e\x49\x19\xbb\x1c\xf9\x8c\x95\xa6\x8d\x42\xae\x04\x51\x18\xd2\x53\x15\x9d\x23\x50\xc2\xe0\xd1\x91\x7e\x39\xf0\x51\x19\x77\xb1\x44\x68\x4b\x2f\xb8\x38\x35\x76\x12\x5e\x07\xc8\x90\x7c\x94\xdc\xd1\xbd\x3e\xb9\xd5\x57\xfa\x86\xc1\xe0\x2d\x66\xc0\x7d\x81\xb1\x7a\x6c\x13\xc1\xec\x6b\x06\xf0\x11\x6d\x9e\xe8\xb6\x49\xca\xe3\x36\x9e\x6c\xda\x64\x9a\x67\xcb\x85\x90\xcb\xf0\x5a\x5f\x12\x69\xf7\x43\xec\x5a\x1d\x6e\xb4\x3b\xe4\x55\x81\x4f\x77\xe0\x67\x37\xbb\x4e\x59\xee\x5e\xde\xe9\xa9\x31\xde\x9e\x94\xd3\x02\xb0\x8d\xf8\x5b\x9b\x08\x9e\x6a\x97\xcd\xab\xc2\xcb\x34\xfe\x0c\xb1\x61\x5d\xdf\x36\xfb\xc4\xb4\x6a\x32\x0f\xc9\xdf\x8e\xf4\x2d\x33\x9a\x73\x86\x0d\x3b\xed\x33\x0c\x46\xf3\x44\x05\x50\x89\xc0\x94\x19\xe4\x3f\x9e\x82\xd9\x98\x41\x26\x68\x0d\xd5\xa1\xae\xf4\xd4\xce\x14\xb9\xe3\x9b\x6d\xde\xdc\x90\x3b\x26\x4f\xdf\x64\x7b\x3e\xaf\x06\xda\x7f\x8c\x49\xf9\x5b\x25\x65\x30\x70\x85\x09\x63\x9a\x09\x23\x2a\xbd\xd0\x3b\xcb\xd7\x12\x6d\x62\x96\xe5\x45\xb4\x2c\x30\x90\x76\x06\x6a\x6e\xb0\x8f\x6e\x52\x41\xb2\xc5\x22\x53\x16\x0a\x13\xd0\xa4\x0a\xb8\x20\x07\x6f\x61\x1a\xdf\xc2\x8c\xf0\x8e\x4b\x2f\xfe\x26\x53\xf2\x8d\x81\x77\xa9\x3e\x55\x84\x5c\x4b\xe1\x73\x2f\xef\xd6\xb6\x22\x2c\x9d\x4c\x94\xd3\x04\x85\x3b\x2e\x88\x58\x4e\x26\x1c\x0c\x37\x93\xb5\x52\xa7\xb6\xc1\x87\x21\x7a\x52\x91\x9b\xe9\x94\x15\xf7\x7e\x58\xdf\x1b\xed\x81\x6b\x36\xbc\x3a\x74\x80\x36\x95\x47\xc7\x74\x4a\xf4\x18\x5e\xe4\x74\x0a\xd7\xce\x66\x9d\xd8\x40\xcd\xea\xea\x51\x39\x8a\x02\x13\x9e\x96\x27\x94\x95\x27\x09\xec\x0e\x30\xbc\xef\x90\xd8\xb3\x65\x97\xad\x58\x64\xd7\xa4\x63\x14\x6c\x78\x8a\x1c\xf1\x73\x53\x62\xe4\x5b\x5c\x35\xc9\x9c\x0c\x11\xee\x39\x19\x68\x36\x51\x79\x5e\xa5\x87\xe4\xd2\xa8\x07\xc7\xae\x1e\xa0\xb2\xca\xb3\x30\xd5\x18\xec\xfc\x66\x06\x1d\x9f\x70\x3f\xac\x4f\x62\xd9\x97\x40\xff\x43\x47\xa1\x36\x5e\xaf\x80\xbb\xbb\x4b\x5e\x04\x0a\x63\xd0\x77\x75\x28\x58\xeb\x07\x48\x22\x50\xd2\xef\x04\x38\x77\x42\x3c\x1b\x9f\x17\xe3\xb5\x7e\xfb\x60\x5e\xde\x9c\x3c\x2f\x43\x82\x11\x82\xa0\xc2\x51\x78\x99\x57\xb1\x80\x4b\x0c\xd6\x96\x63\x89\xe9\x59\xb2\x95\x04\x6f\x77\x25\xba\xff\xbb\xf5\x13\xc2\xcf\xeb\xb6\x40\xb9\xad\xbe\x45\x54\x3e\x24\x02\xb3\xec\xb4\x90\x7e\xe1\xbc\xec\x3a\x2b\x7f\xd5\x9c\x20\x61\xda\xfd\x04\x96\x90\xa2\x40\x9b\x5c\x43\x84\xd6\x49\xa0\xfe\x9f\x36\xe6\x68\xda\xf5\xac\x04\xd9\x6a\xd9\x10\x1d\x54\xa6\x66\x07\x3a\xd8\x3a\x7f\xe1\xc9\x94\x98\x5e\x2f\x58\x60\xd1\xbb\x0f\x11\xd5\xaa\xbf\x0f\xab\xde\x23\x1d\x57\xe2\x35\x7b\x7b\x75\xd1\x3a\x8e\x1c\x3d\x0e\xe4\xf5\xb3\x3a\x04\xb7\x9b\xcf\x12\x2a\xc4\x96\x7e\x7a\x3c\xea\x01\xf4\x76\x7f\x5f\xdb\x38\xfa\xdd\x01\x70\xb2\x43\xa5\x39\x09\xf6\xdd\x16\xae\x4c\xd0\xee\x08\x30\x40\x14\xe1\x6c\x19\x7b\x79\xea\xfc\x43\x34\xba\xdd\x89\xaf\x68\x5a\x80\x25\xf5\x84\x80\xdf\x26\x2d\x22\x3d\x4d\x12\x6f\x8f\xd0\x28\xf8\x5d\x50\x6f\xbc\x77\xc2\x16\x38\xe7\x76\x92\xd4\xa9\x97\x5c\x78\xf5\x9a\xe4\x8e\xb1\x6e\x02\xf1\xc2\x7c\x75\x0b\x26\x8a\xd2\x36\x03\x35\xd3\x30\x1f\x20\xdf\x19\x33\x70\xcb\x5c\x56\xe0\x20\x4b\x7b\xd5\xf1\x3d\xac\x62\xf3\x25\xe9\xe5\xe6\xc6\x13\xc0\x02\x87\xbf\x3b\x65\xa7\xe8\xa5\x99\x74\xe4\x4b\x78\xea\x80\x3f\x8f\xbc\x02\x15\x71\xb3\x4c\xa3\xbf\x9f\x3e\x05\x55\x19\x8f\xe5\x59\xdf\x70\x20\xad\x72\xa3\x44\x44\xd9\x42\x6e\xfc\x79\x96\x15\xe8\x65\x81\xe1\xf3\x36\x99\x08\x87\x24\xe2\xd2\x36\x44\x08\x80\x6b\x32\x0a\xbc\xd6\xdc\xd1\xb5\x55\x94\x06\x65\x2b\x7c\x3d\xa3\x05\xb9\x66\xe0\x21\xd6\xf7\xae\x78\x92\xa2\xff\xe5\x88\x0a\x26\x6b\x31\x72\x9d\xe5\x97\x84\xe6\xd9\x52\xfb\x0f\x60\x33\x7a\xc5\x33\x08\x80\x86\x8a\x4d\xb8\xb9\x05\x1b\x6f\x2b\xf8\xc0\xad\xb7\x07\x19\x4c\x3e\xd1\xdf\x77\xea\x8a\x0d\xc6\xdf\x91\xd6\x3b\x80\x8d\x8b\x99\x1e\x9f\xf5\xcc\x18\x29\x58\x34\xc3\x97\xc3\x33\x2a\x94\xbf\x34\x0c\xf6\x21\xc8\x35\x4b\x12\x44\x13\x25\x89\xba\x11\xb6\x58\xd0\x61\x41\x3c\x90\x54\xe0\x80\xed\x15\x3e\xcd\x19\x41\xdb\xd9\x28\x9b\xa6\xfc\x0f\x7c\xa9\x59\x5e\x2e\xe5\x8e\xd1\xf4\x12\x7a\x23\x0f\xce\xec\x9a\x3c\x5f\x2e\xb2\xb4\xb0\x8e\xed\x4c\xaf\xbb\x25\x31\xc9\x13\x6f\x06\x25\xe6\xd2\x24\xfa\xda\xb3\xba\x4c\x6e\x6e\x88\x7b\x0b\x1b\x5a\x47\x21\x79\xeb\x18\x8c\x01\x8d\xa4\x2b\x3b\xa8\x2f\x05\xbc\x4b\x86\x20\x19\xeb\xfb\x83\x6a\x63\xfb\xfb\x44\xa6\xa9\xa2\x66\x23\x73\x9c\x39\x56\xbc\x1f\x18\xde\x59\x7d\x73\xff\x33\x83\x8d\x79\x29\x18\x39\x44\x72\x70\x36\x63\x49\x23\x27\xcf\xc9\x8c\x62\xc4\x18\xa0\x49\xf4\x8e\x5a\x82\xa2\x98\x98\x20\xbc\x20\xfb\xd6\xc1\x83\x9c\x5b\x08\x3f\xa9\x09\xae\x4a\x6a\xd5\x1d\x1e\x5e\xc1\xd8\xd3\xc1\x1d\xcd\x20\xb1\x77\x81\x6d\x18\xce\xd7\x68\xc7\xe0\xb4\x41\x4e\x9e\xcb\xa3\x6c\x01\xeb\x97\x17\xf8\xce\x09\x5e\x99\xb2\x88\x09\x41\xf3\x75\x50\xb8\x4d\xe5\x86\xef\xee\x12\x8e\xdf\xcd\xd1\x1e\x8f\x15\x83\x0a\x48\x85\x58\x33\xe5\xb1\x7d\x0e\x6f\x55\xce\x6d\xe2\xa8\x8b\xcb\x22\x42\x9d\xe0\xa7\x7b\x21\x02\xbd\x68\x9b\xbe\x6a\x9b\xd3\xf2\xbe\xb5\x49\xb6\xd0\x3e\x41\x26\x7c\x15\xe6\x27\xc0\x43\xdc\xf2\x78\xd8\x07\xbb\x6f\x34\xb7\x71\x69\xd2\x6b\x97\x93\xa1\x52\x0d\x94\xdf\xd4\x8c\x1c\x35\x07\xef\x74\xaa\x48\xc4\x6a\xca\xae\x50\x0d\xf0\x09\x19\xed\x7d\x85\x76\xfd\x3c\x26\x87\x64\xb4\x87\x74\x0a\x13\xa1\xb7\xc0\x83\x32\xea\x8a\x4c\x33\x90\x26\x71\xa1\xb6\xea\x5d\x54\xf8\xdb\x8c\x1a\xc1\xc7\x8c\xa7\x12\xe5\xed\x40\xbc\x04\xf3\x61\x14\x88\xa3\x0d\x92\x87\xdf\x43\x47\x74\x2d\xb3\xbb\xa6\xab\x50\x21\x2d\xb7\xde\xae\x82\x89\xd1\xd9\xfd\x2e\x28\x3e\xb3\x28\xa1\x3a\x2c\x5b\xb8\x6a\x21\x8c\x51\xe1\x01\x9d\xf0\x14\x6e\x9c\x3e\x55\x57\xaf\x92\x92\x2d\x29\x96\x7d\x84\xa8\xb1\xa2\x97\xd9\xc0\x92\xaa\x9b\x96\x2d\x5e\x32\x9e\x26\x09\x1a\xce\xe3\x0d\x8f\x72\xc9\x08\x83\xb0\x83\x71\xd6\x63\x91\xf3\x79\x9b\x8c\xf6\xee\x0e\xe0\x1e\xb3\x56\xf9\x65\x9e\xc2\xdc\x53\x86\xfb\xe8\x9e\xf5\x92\xad\x3b\x2a\x66\x29\x85\x57\x8d\xd9\x84\x24\x7c\xce\x0b\x16\x13\xc1\xff\x40\x73\xfc\xbf\x6b\x77\xeb\x9f\x8c\x26\x11\xd5\x3d\x6d\x25\x35\xb5\x6e\x95\x5a\x09\x9f\x1e\xaa\xe7\x30\x31\x2d\x28\xa1\x93\x82\xe5\x44\x14\x59\xae\xb8\x56\x96\x6a\x2f\x4a\x72\x3f\x07\x9b\xfe\xc2\xf8\x9e\x86\xb3\x93\x04\xd1\x84\x4b\xdc\x0e\x28\x40\x56\x2c\x6e\x69\xa7\x50\x70\x79\xa3\x18\x37\xf4\x98\x40\x60\xae\x7c\xaa\xcd\x8e\x41\xfb\x00\x39\x2f\x61\xa9\xb6\xb0\x85\x98\x25\xac\xd0\x3c\x3b\x4b\x62\x26\x0a\xc2\xd2\x42\xb2\x4c\x78\x3b\x60\xd4\x89\x9e\x31\xb8\xd5\x18\x5e\xb2\xb5\x70\x5f\xf8\xd9\xf2\x48\x66\x97\x6c\xdd\xd6\x0f\xc0\x3c\x27\x4d\x3f\x09\x46\x9a\x97\x6c\xad\x17\x76\x0b\xdc\x5b\x5f\x65\x3c\x06\x37\xf5\x18\xa4\x0d\xbd\x4f\xe0\x5d\xbf\xe3\xf7\xc8\xbe\xb0\x6a\x0a\xc6\xc8\x89\x10\x4b\x46\xbe\x1a\x7c\xf3\x6d\xcb\xd1\x2a\xc9\x9e\xa9\xd3\x9a\xd3\x0c\x69\x91\xef\x2b\xb8\xa8\xa8\x9c\xc0\x83\xd4\x25\x63\x0b\xe5\x95\x45\x80\xe0\x22\x8f\xda\x12\x37\xdc\xba\x8a\x01\xf4\x29\x8c\x9f\x63\x93\x62\xc6\x27\x45\xb3\xe5\x3d\xcf\x75\x3d\xf5\xd9\xb2\x8e\x58\x3f\xf4\x1e\xc9\xdd\x3a\x24\x0e\xc5\xcb\x44\xfa\x8a\x4a\xf1\xd1\x5e\x26\x81\xc0\xa1\x6e\xbb\xe4\xfe\x3e\x5e\x2b\xf5\x2f\x92\xe9\x82\xe6\x74\x4e\x3e\xe9\xc7\x3a\xb7\x64\x92\x82\xd4\xe7\x38\x7a\x26\x73\x9a\x5f\x96\xe7\x5c\xa6\xd9\x17\x3e\x93\x54\xaf\xf6\x49\x7a\x6e\x18\xc0\x85\x6b\xcb\xaf\x9f\xf8\xa4\xe5\x0e\x9f\x6a\xd7\xea\x4c\x14\xe8\xe8\x16\x89\x56\x8b\xe7\xf5\xfd\x7c\x0b\xae\xc3\x6c\x24\x20\xc7\x05\xa7\xa4\x79\xbd\x02\xa9\x71\xc6\x86\xeb\xbb\x3c\x14\x09\x25\x2f\xdc\x41\x48\xea\x85\x18\x74\xf5\xb1\x21\xec\x2d\x95\x79\xf7\xe4\x6c\x00\x6a\xb0\x77\xee\x4c\xe0\x8e\x4c\xcf\x5d\xf5\x16\x25\xf4\xf4\xc9\x63\xb1\x7a\x4d\xc0\x4d\x21\x43\xe5\x33\x2f\x04\x41\x39\xcf\x0d\x8a\x6c\xc9\x9b\x25\xbe\x18\x68\xd8\xb0\x97\xe1\x3b\xfb\x66\x49\xd0\x67\x6d\x8e\x0f\x8f\xc8\x9c\xcd\xb3\x7c\x6d\xaf\x19\x25\x2c\x82\x8f\x3b\x35\x59\x7a\x93\xfa\x34\x8e\x85\xf2\xc9\x3e\x67\xe0\xf9\x3e\x51\x0f\x2d\xa9\x64\xd6\x4a\x6d\xab\xbd\x7c\x80\xc5\x9b\xf0\x26\x1a\x6f\x76\x6f\x31\x87\xbc\xe5\x0b\xd6\x11\x4c\xe6\xc9\x59\x86\xa3\x4d\x36\x21\xae\xdf\xf8\x20\x91\xe8\x86\xcf\x8c\x9e\x16\x5f\x7c\x5f\xf3\x24\x91\xe7\x18\xb9\x3b\x73\x79\x40\x29\x51\x44\xac\x6e\x50\x9b\xd8\x7e\xdb\x00\x72\x08\x04\x2f\x05\x21\xdf\x3e\x5b\xbc\x71\xac\xd0\xb8\x7a\x14\xe2\x3d\xea\x0f\x4a\x3e\xc0\x74\x24\x24\x6c\xf5\x1c\x9f\x66\x72\x70\x41\x39\xd4\x6d\x07\xf1\xfc\x6c\xc6\xa2\x4b\x61\x9f\x45\x65\xf0\x02\x47\xe2\xf7\x3a\xd3\xe7\x0c\x1f\x39\x8a\x86\x6f\x09\x0d\x27\x8f\x4b\xdb\x17\x3e\xe8\xb4\x9b\x55\xc2\xe0\xb1\x3c\x4d\x49\x5f\xca\xd1\x54\xd9\xec\x32\x41\xc6\x6d\x32\x85\x65\x92\x7b\xf9\x93\x0c\x23\x15\x8e\xcb\x58\x56\xdd\x83\x21\xf8\x2f\x85\xc0\x95\xc0\x52\xa2\x77\x2c\x0f\x3a\x54\xfb\x75\xe4\x93\x89\x14\xcb\x97\x39\xa4\x76\x2b\x47\x39\x32\xae\xa6\x69\xda\xa7\x5d\xf4\xc1\x86\x01\xe8\x3b\x64\xec\x7e\x1f\x79\x4f\x76\x4e\x8e\x89\x5b\x56\x8e\xe2\x8a\xf2\x04\x6c\xc5\xb2\x94\x8c\x33\xf0\x7b\xa4\x2e\x73\xf1\x9a\x42\xf6\xac\xbc\xa4\x65\x62\xe9\xde\xe5\x99\x0e\xbb\x39\x36\x68\xa1\x06\x88\x1c\x97\x81\x61\x2f\x02\x11\x11\xd1\x32\xef\xa6\x6c\x55\x9c\xaa\xb3\x63\xab\xf2\x18\x07\xca\x95\x5f\x56\x95\x1f\xd9\xd4\x08\x51\xda\x0f\x07\x79\x42\xfe\x7f\xf2\xfe\x86\xbd\x8d\x1b\xc9\x17\xc5\xbf\x0a\xa4\xe4\xc8\xa4\x45\x52\x92\x1d\x27\xb6\x6c\xda\x7f\xc7\x76\x66\x7d\x4e\x1c\x67\x63\x67\xb2\xcf\x5f\x54\x62\x90\x0d\x52\x1d\x37\xd1\x4c\x77\x53\x32\x67\xe4\xfd\xec\xf7\x41\x55\x01\x28\xa0\xd1\x14\xed\x64\x76\xef\xdd\xb3\x7e\x76\x22\x76\x03\x68\xbc\x14\x0a\x85\x7a\xf9\xd5\x89\x38\xc5\xc2\x01\x9d\xfd\xe4\x78\x29\x3f\x18\xc8\x39\xd2\x3a\x9f\x22\x82\xc0\x6a\xdd\x80\xbd\x2b\xbd\x9f\xcd\x9b\xb4\xfc\x00\x01\x80\x3f\x42\x53\x68\x30\x8b\xb2\x34\x75\x39\x1d\x58\x88\x23\x8a\xe1\xef\xd0\x2f\x85\xc8\x4c\x0c\xe0\x10\x3a\x8c\xb1\xa1\x50\xdd\xc5\x9a\x36\x68\xfa\x66\xf6\xd3\x4f\x9e\x0c\x74\x67\xfc\xd4\x89\xf8\x16\x6a\xfd\x17\xcd\x44\x2f\x35\x17\xd7\xd7\xfc\x29\x8e\xc2\x62\x5e\xfd\xe5\x93\x74\xaa\x34\xb8\x89\x1c\x9d\x5a\x87\x91\x60\xbe\x28\xb0\xfc\xa3\x70\xee\x24\x70\x29\x81\x9a\xf6\xd1\x43\x8a\x81\xe6\xcd\xa5\xe7\xd6\x3a\xb8\xd8\xd9\x75\x8d\xf2\x20\xef\xff\xa3\xcb\x2b\xed\x5b\xa7\xc6\xd1\xdf\xe9\x52\xd5\xa7\xc2\x1e\xfe\x67\xb6\xc8\xb9\x78\x2c\xd0\xff\xe4\x54\x37\x17\x43\x72\x9e\xee\xe9\xc3\x3b\x7d\x71\x3a\x93\xda\x3a\x67\xdc\xb4\x88\x9a\x0b\x99\x33\x55\x35\x32\xd7\x5e\x4d\xe9\x6d\x27\x76\x90\x82\xcf\x82\xab\xbd\x35\xe5\x0a\x46\xbc\xc9\x85\x3a\x42\xb0\xae\x5c\x2f\xd0\xad\xd4\x5e\x94\x86\x6e\x02\xff\x9a\xe6\xc2\xee\x01\xab\x9a\xec\xcf\xcb\x6a\x89\x01\xe6\xf1\xe8\x19\x9f\x44\x7e\x72\xa1\x2a\xb8\x5a\xd9\x76\xb4\x39\x80\x4a\x0d\xa2\xc9\xa5\xd4\x0d\xf8\x77\xba\xb5\xb2\x93\x75\xca\x5a\xbb\x0d\x02\x03\x3a\x66\x2d\x87\xb2\xae\xcb\x59\xce\xa5\x45\x02\xfe\xf7\xeb\x6d\x65\x3b\xdf\x84\xd8\x75\x16\xcc\x27\x6a\x9c\x01\xca\x91\xbe\x19\xe2\xd7\xff\x6c\x6b\xa5\x9e\xa9\x55\x33\x9c\xab\x68\x46\x69\x88\x88\x67\xd6\x35\xa4\x72\x85\x6a\x95\xbf\xa8\x13\xf8\xb1\x54\x47\x9e\xda\x84\x82\xae\x23\x94\x2f\xd4\xad\xb9\xbd\xb8\x8e\x82\xd3\x0b\xd8\x0a\x93\x5a\x2d\xa7\x09\x9c\xc8\x38\x54\x18\xd7\x06\xbf\x8e\xc6\x0e\x21\xa0\x70\x69\xb4\x72\xb2\x1d\x3f\x25\xfa\xae\x95\x6e\x22\xbd\xf0\x64\x1f\x72\x55\xb7\x88\xb2\xd9\x5e\xaa\x43\xd2\x0e\xce\xde\xa8\x5c\x38\x26\xc7\xc3\x26\x69\x13\x6d\x47\x73\x3b\xb4\xd1\xa1\xa7\x8a\xcc\x3b\x5f\x43\xb6\xcb\xe0\x35\x60\x54\x82\x9a\xc0\xb2\x4b\xef\x29\xe2\xd4\x0e\x4d\x49\x30\x16\x66\x97\xb6\xb6\x8e\x90\x7a\xa6\xea\x50\xb7\xcd\xbb\xcf\x9a\xe6\x03\x40\x8d\x75\xa4\x9b\xb6\x9e\x16\x95\x42\x73\x0a\xeb\xd7\x80\xfa\x60\xfd\xa0\x83\xaa\xb7\xc5\xef\xf5\x45\xae\x1b\x31\xfc\xe5\xf8\xe4\x3e\x9c\x06\xfe\x6d\xdc\x8b\xbd\xf1\x58\xec\xb9\x6e\x84\x56\x81\xb6\x5f\xa4\x63\xda\xc9\xd9\x67\xd3\xbd\xd3\x92\x59\x46\x4b\x5e\x39\x57\xb9\xd6\xe5\x95\x28\xd7\xde\xb2\x86\xb7\x96\x19\xf8\x8f\x4d\x95\x9f\xae\xa9\x9a\x97\x66\x72\xaa\x75\xed\x34\x35\xee\x65\xb4\xd1\x6c\x66\xb3\xcb\x7c\xd6\xe4\x4b\xf4\x74\x9d\xc9\xf5\xe2\x02\xf0\x1a\xcb\x75\x25\xb4\x6a\x44\x0f\xe8\x7b\x40\xa7\xd9\x40\x2c\x95\x5e\x03\x02\xd3\xec\x7d\x7f\x00\x30\x37\x79\x43\x69\x45\xf5\xad\xc6\xb5\xac\x2e\x15\xe5\xcd\x27\xcc\xa1\xa5\x69\xa2\x11\x12\xf0\x7a\x89\x05\xd8\x6b\x38\x66\xed\x27\x29\x94\x59\x87\xb7\x6e\xc1\x5d\x89\x3f\xcc\xb8\xb2\xa4\x5c\x5e\x3e\xe9\x49\xa5\x84\x56\x39\x38\x04\xbb\x53\x54\xb7\x8f\xd1\xf6\xb5\xfc\xb3\x05\x1c\xeb\x28\x2d\x8b\xae\x6b\xea\x5c\xa7\xa5\x95\x1f\x5d\x4d\x2b\xaf\x78\x1d\x85\xc3\xf4\x0a\xf4\x30\x0c\xc2\x70\x11\x25\x0b\x76\x4f\xc6\xe2\xd0\xfe\x1d\xca\x82\x5d\x6d\xd5\x4a\x59\x7f\x3f\xd5\xf6\x81\x64\x3a\x6d\x28\x02\x97\x26\x08\xc4\x9e\x6b\xcc\xa4\x6a\xea\x5b\x07\x49\xd6\xb1\xc8\x59\x92\x57\x8e\x81\xf0\x60\x35\x5f\x85\x6e\x23\x80\x72\x22\x64\x13\xa9\x12\x72\x6c\xc1\xd6\xeb\xb4\x34\xa0\xd9\x5d\xa9\xec\x4c\xf4\xc0\x91\x93\x7f\xdf\xe2\x53\xb6\xdc\x29\xb0\xc2\xef\x70\x2f\xdf\xeb\xd9\x39\xb1\x4f\xfc\xdb\xad\x88\x56\x82\x23\x0f\xa5\xae\xf3\x12\xb3\x1e\xce\x31\x28\x24\xcf\xf2\x66\x83\x89\x8e\x08\x7e\xc6\x39\xf5\xb4\x2f\xf0\xd7\xa8\x48\x1e\x7f\x0c\x0b\xb9\xeb\x7c\x58\xec\xda\x49\xd7\x6f\x21\xbf\x96\xb9\xbb\xc1\xa7\xcd\x9d\x77\x66\x8e\x7a\xb3\x25\x06\xa8\x5d\x47\x67\x59\xd8\x12\x1b\x8b\x64\x1e\x52\x6d\xca\x22\x19\xd1\x2b\xf3\x03\x25\xa7\xc8\x6d\xce\x28\x89\xec\xcf\xde\x81\x94\x21\x55\xbd\xc0\xb4\xe2\x16\xa1\xeb\x52\x56\xb8\xf5\x66\xa5\xbe\x54\x3a\xc7\x70\x1f\x9f\xbc\x96\x92\xd7\xb7\xb2\xd9\xda\x65\x40\xd7\xeb\x5a\xfc\xc7\xab\xef\xed\x45\xbf\x73\xa6\x3f\x22\xa7\x7a\xea\xc4\x0f\x80\xae\x67\x1e\xa9\xc1\xf4\xfb\xf9\x36\x97\x98\x7c\x8e\xe9\x98\x30\x87\x83\x91\x63\xc1\xcb\xd1\x7e\x96\xa6\x17\x00\x76\x7c\xaf\xed\xcf\xf4\x2d\xd0\xde\x01\x6d\xac\x34\xbc\x73\x7e\xf7\xf6\xc5\xcf\x3f\xbd\xb4\x3a\x15\x84\xc8\x61\x25\x49\x16\x0b\xbc\x73\xcd\x8d\x10\xbf\xe2\xc0\x69\x68\x16\x12\xae\xec\x10\xde\x74\x7f\x12\x60\x7e\xc3\xb8\xc0\x51\x20\xaa\x2f\xb2\x52\x01\xac\xd5\x46\x91\xf3\xe4\x40\xd8\xb4\xf1\x39\x38\x6a\x88\xa2\x44\xc7\x82\x30\xa4\xc2\x0a\xaf\xd3\xf5\xa2\x1e\x51\xfe\x7f\xc0\x48\x81\x9c\xed\x47\x5f\xdd\xbf\x7b\x97\x91\xdd\x1e\xc4\x24\x92\x19\xdd\xcf\x0f\xfa\x9d\xbe\xa0\x91\xd3\x9f\xee\xde\x8c\x99\xff\x4c\xd7\x49\xcb\x1b\x52\xc9\x1b\xd5\x78\xcd\xdb\xb0\x52\x05\xdc\x29\x2e\x65\x95\x9b\x4d\x63\xee\x28\x33\xcc\xfe\x90\x59\x1c\x3e\x9b\xe3\x2d\x24\x8e\x0e\xb2\x3a\xcb\xca\xd9\x79\x44\x57\x5e\xcf\x87\xe6\x22\x3a\x70\x9a\x12\x72\xa1\xc1\xe9\x9f\xa6\x3b\xdb\x28\x37\x39\xa5\x7a\x73\x34\xd1\xcc\x75\x97\x6d\x95\xe0\x21\xcb\xad\xc6\xe4\x5e\xca\x54\xfd\xac\x5c\x1a\x59\xd7\x2c\xe3\x14\xe1\xbe\x3c\xa9\x51\x9a\x4c\xf1\x04\x73\x61\xb6\x68\x0c\x5e\x9e\x06\xa1\x09\x1d\x5e\xd8\x39\xe4\x23\x36\x1b\xc7\xfa\x5f\x83\x6e\x19\xf1\xe3\x2d\x5a\x4c\x82\x32\x4f\x4e\x5c\xda\xd7\x6f\x8c\xe4\x8b\xb9\x5f\x8f\x8e\xc4\xcb\x17\x47\xf0\x18\xf2\xa7\xe4\x4b\x55\x53\x7a\xf7\x28\xfa\x26\xa3\xe8\x1b\x8a\xbb\x01\x92\xc6\x7c\xe8\xc3\x19\x0c\x3c\xd7\x0b\x6a\xb1\xb9\xf2\x8e\xe9\xf5\x43\x51\x5f\x60\xde\x41\x2a\x56\x43\xc2\xf8\xb2\x7a\x6f\x13\xfd\x74\x86\x71\xa8\x3f\xcc\x3f\xaf\x6b\x34\xd3\xe8\x4d\x13\x44\xc3\xa3\xc8\x39\xfc\xfa\x5a\xec\x99\xc7\xf1\x76\x6b\x29\x29\x99\xdb\x35\x53\x54\xfe\xbc\xca\x64\xe3\xf0\xb9\x1d\x4d\x4f\x18\x90\x16\x9a\x47\x1e\x4e\x34\x67\x22\xce\x60\x92\x60\x13\x11\x04\x17\x80\xb8\x1a\x5e\xe6\xbd\xbc\x45\x2a\x32\xe6\xe5\x0b\xf1\x00\xee\x28\x6e\xe1\xee\x04\x0b\xf7\x14\x72\xe9\x7b\x06\xe1\xe7\x9c\x0c\xa9\x18\x12\x65\x81\x7d\x27\xfb\xab\xae\xd5\xac\x45\x8f\x72\x13\x7c\x71\x72\xf7\xc1\xdd\xaf\xfb\xff\x23\xe9\x27\xc0\x1c\xdb\x63\x84\x64\x2f\x3d\x3d\xbf\x73\x83\x15\x45\x3b\xd3\xdf\x73\x75\x65\xdd\x36\xa9\xd4\xa8\x29\x57\x40\x76\xbe\x5e\xa8\xce\x0a\x27\x10\xe7\x8f\xa9\x83\x7c\x43\x32\xcb\x5e\x5c\x2a\xdd\x7c\x9f\xd7\x8d\xd2\x2a\xf0\x58\xe8\x2e\xd5\x03\x11\xc1\x2c\xf2\x64\x7f\x20\x82\x08\xb8\x81\xd5\x19\x3c\xec\xe8\x0e\x90\xd6\x31\x73\x71\xe4\x17\x12\xf6\x49\x00\xf3\x84\xaf\x76\xf4\xc9\x17\x80\xd4\xf1\xba\xa3\x43\x81\x95\x2d\x95\x02\x17\x3c\x2e\x53\xe4\x3e\xf0\xb9\xf2\x4f\xcc\xa5\xfd\xce\x3d\x42\xb8\xf6\x59\xf3\xef\x8e\xcc\x8b\xbb\x08\x74\x3d\xb0\x2d\xcb\xb9\xac\x72\xf1\x95\x18\x0a\x5b\x03\x3c\xbb\x21\x06\x19\x2a\x9c\xdc\x19\x7d\xe0\xd8\xd8\x96\x94\x0f\xc0\xea\x5f\x6d\xcb\x85\x4d\xde\x62\x78\xdd\x19\x02\x1c\xdd\x28\x1e\x11\x75\xe0\xeb\xd1\x31\xff\x08\x7b\xea\xfc\xc6\xa8\x35\xbc\x65\xde\xaa\x21\x6d\x65\x91\x4b\xf0\xb0\x38\x05\x97\x4c\x50\x03\x70\x84\x54\x72\x08\x1b\x7b\x2b\x2e\x13\x8b\x58\xc2\x2e\x3a\xda\x83\x0c\xc8\xa6\x40\xf8\xa4\xdb\xde\x0b\xc9\xed\x99\x77\x55\x98\xe2\x41\x15\x2d\x07\x9e\xa4\xe8\x6a\xe9\x66\x2f\x51\xa1\xe7\x9c\x9a\xbc\x16\x85\xbe\xca\x5d\xa8\x3e\x7a\x26\x79\xdb\x63\x68\x01\x67\x1e\xfe\x25\xff\x87\x8a\x92\x16\x55\x3e\xb2\x12\xdd\xdf\x55\x95\xcf\x37\xa8\x91\x08\x32\x5c\x57\x0a\xac\xd6\xce\xec\xee\x51\x4c\x10\x24\xa8\x61\xde\x19\xd4\x16\x0b\xb5\x79\xf9\xe2\xbe\x83\xe5\xe8\xf3\x05\x0e\xb0\xbd\xb6\xaf\xb2\x2a\x46\x33\xe7\x09\x3e\x46\x68\x8a\x70\xbd\xcc\xc4\xc7\xee\x7c\xae\x8a\x73\x41\x0a\xe6\xd8\xdf\x4b\x7a\x75\xff\xdb\xcd\xed\x7f\xcd\x4c\x3b\xcb\x60\xd2\x27\x1f\x80\x79\xfa\x6e\x6a\x01\x6f\x96\x7b\x5d\x27\x3d\xe8\xed\x1d\x6a\x87\x59\xdb\xb6\x09\x9e\x95\x4b\xbb\x09\x52\x3b\x80\x66\x34\x11\x47\x40\x68\x42\x1d\xc4\x9b\x88\xcb\xbc\x21\x0e\x60\x2c\x08\xf5\x83\xc4\x78\xd7\xcf\xae\x50\x80\xf4\xa7\x4e\x8e\xbb\xa7\x1c\x42\x54\xec\x2c\xc7\x01\x2a\x13\x9f\x4d\x79\x5a\x95\xef\x95\x8e\x2b\x86\x91\x60\xab\x7c\xf6\x5e\xac\x57\x86\xe8\x17\x95\x5c\x2e\x65\x93\xcf\x30\xf6\x5c\x35\x78\x05\xb1\x1c\xba\x46\x29\x5e\x0a\x70\xfa\x96\xd3\x72\xdd\x84\x64\x00\xc3\x31\x83\x8e\x66\x09\xbe\xfa\xf9\xac\x8f\x3b\x8e\x46\x8b\x9a\x9e\x5b\x7b\x29\xda\xf2\xba\xe7\xdd\xff\x3a\x17\xfe\xe5\x73\x8a\x28\x04\xc6\x30\xcf\xb5\x4f\xff\x17\x0f\x2e\x74\x91\xc0\x5a\x67\x02\x41\x9f\x40\xe5\xc2\x12\x86\x66\xb1\x6a\xca\x70\x0e\x98\xa0\xc0\x1b\xd7\x22\x96\x40\xce\xd2\x96\x2f\xee\x0d\x26\xd6\x58\x13\xd9\xe1\x1a\x3c\x1e\x8f\xe9\xeb\x5e\x29\x6c\xcf\xfd\x87\xc1\x80\x74\xd6\x39\x9c\x38\x5b\xba\x57\x5b\x75\x6a\x4e\x60\xce\x92\x3a\x93\x64\x20\x65\xe3\xe7\xea\x86\x70\xbe\x3c\x0b\x54\x5a\x6c\x0a\x20\x67\x2a\xfc\x81\xe9\x52\x5b\x6e\x06\xb4\xfe\xdc\xa0\xd1\xb5\x98\xff\x1d\xab\x09\x0a\x13\x73\xed\x1c\xfb\xc3\x3c\x5a\x58\x30\xee\x6c\x3b\xce\x9d\x41\x21\xae\x95\x74\x6d\x75\x68\x36\x68\xe6\x82\x9b\x30\xc1\xec\xdf\x40\x36\x29\x01\xd6\x08\x70\xdf\x30\xf9\xb5\x1d\x72\x47\x31\x28\x95\x2a\xe0\x12\x87\x9a\x44\x88\xf8\xb5\x56\x9d\xff\x57\x52\xa4\x86\xd4\x4d\x14\x73\x1e\x7a\x4e\xef\x48\xac\xa1\xae\xb7\x6d\x68\xa6\xe9\x72\x02\x8d\x32\x35\x9d\xb8\xc1\x4b\x11\x81\xec\xbe\xc6\x2c\xd8\x24\xb1\xc6\x79\x2b\x4f\xa0\xa3\x0a\xbb\x97\x5a\xa6\xbc\xb0\xcf\xdf\xc9\xa2\xc0\x4c\x5a\xa5\x6e\x9f\x15\xf1\x5c\xd5\xc9\xc9\x72\x1c\x3b\xda\xdc\x0c\xbb\xc0\x3d\xf1\xee\x48\xca\x6b\x0b\x43\x40\x82\x70\x38\x9f\x31\x63\x9f\x3e\x67\xdb\x67\x2d\x11\xfa\x90\x9a\x4f\xdb\x44\x17\xe7\xf2\x41\xf3\x12\x6e\xe6\xc1\x36\x01\x0c\x40\xd4\xfd\x6f\x13\xc1\x08\x69\x89\x83\x4a\x2c\x3e\x63\x33\x6d\x55\x8c\xa7\xce\xa8\xed\x81\x9e\x8d\x0c\x53\x77\xb0\xe8\x70\x17\xf0\x0e\xea\x6f\x92\x68\xc0\x8c\xb7\x78\xf1\xed\xdb\x1f\xdc\x4c\x05\x97\x65\x1f\xc2\xb8\xad\x2f\xed\x7b\x8f\xeb\x47\x68\x25\x71\x18\x1e\x37\x4f\x9b\x3d\xc1\x18\x97\x68\x96\xab\x30\xdd\x10\xcb\x3f\xc3\x8d\xdd\xdf\x6e\xc4\x85\x5c\xad\x36\x62\x56\xe6\x7a\x96\x67\x4a\xcf\xd4\x40\x48\xd1\x43\x19\xaf\x8f\x03\x06\x90\x10\x59\x81\xe3\x49\xc7\x1c\x35\x65\xc9\xc7\x6c\x21\x25\x3e\x79\x09\x10\xb6\x16\xcc\xbf\x2e\x81\xf3\x0c\x65\xf0\x3a\x24\x13\xb9\x20\x0f\xad\xdb\xf1\xf2\xb7\xb6\x2b\xf5\xa7\x73\xc3\x7a\x1f\x8c\xc8\x81\xb2\xb5\xe7\x9a\xe5\xaa\x3b\xd0\xf9\x86\x3d\xd6\x2c\x57\xf1\x32\x77\x04\xb0\x7c\xf4\xd2\x22\x08\xf4\xad\x8d\x47\xe0\x9d\xdd\x5b\x8f\xc7\x0f\x73\x60\x2e\xfb\x38\x41\x47\x37\x6e\x3e\xdf\xe6\x27\x9e\x68\xdb\xb6\x23\x0b\x3b\x9e\x85\x77\x17\x0e\xe0\x42\x97\xd1\x7f\x7f\xf3\xf4\x88\x8c\x8e\x6f\x58\xa4\xf5\x5f\x7f\x1f\xfd\xf7\x37\x4f\x41\x3a\x8f\x3e\xe6\xf3\xd1\x50\xb9\xe8\x7d\xef\x54\xce\xcc\x15\xcd\xdc\x55\x51\xa7\x83\xfa\x37\x4c\x58\x5e\xad\x95\xe8\xbd\x7c\xf1\xe0\x08\x15\x50\x27\x27\x23\x84\x55\x0e\x52\x2f\xf0\x90\x11\x08\xd9\x95\xbd\x53\xc0\x7a\xdf\xd2\x26\x69\xc6\xee\x9c\x58\x95\xed\x2f\x4a\xa0\xb6\x14\x82\x41\xa7\x0a\xa0\xb4\xc0\x65\x5c\x4c\xd7\x0b\xf4\x63\xbf\x7f\xf4\x00\xb5\x18\xa4\x19\x96\x1a\x95\xb2\xd4\x84\x69\x1e\x52\x11\xbf\x73\xb7\x1d\x1c\x1b\x2d\xdd\x3b\xb0\xda\x81\xf2\x19\x2d\x3c\x52\x93\x06\xda\x5e\x3a\x4b\x88\xe7\xc5\x7e\xe0\x10\x20\xdd\x0b\x66\x1b\xc3\x54\x4d\x30\xcd\x45\x81\x29\xe2\xf3\xa5\xf2\x91\x2e\x10\x75\xf9\x22\xe8\xd1\x1b\xa5\x6e\x32\x7b\x9d\xdc\xbd\xfb\xcd\xfd\x09\xcf\x6d\xc1\xa7\x93\xa2\x1b\x39\xa7\xee\xbc\x54\xb7\xf4\x59\x51\x80\xab\x61\x9d\xeb\xbc\xc8\x60\x08\x95\x5a\xa8\x0f\x13\xef\x76\xb1\x50\x1f\x44\xdd\x54\xb2\x51\x8b\x8d\x90\x59\xb9\x02\xef\xbb\xaa\x5c\x8a\xe7\xb9\x5a\x94\xe2\x47\x55\xe5\x3a\xc7\x0a\x5b\x6e\xaf\x8c\xbb\x83\x6d\x3a\x64\x94\xd8\x39\xc0\x7c\x51\x60\x0a\x53\xcb\x55\xb3\x71\xa9\xf0\xb5\x58\xad\xab\x55\x59\x2b\x56\xe5\xad\xa1\x86\x1c\x73\x86\xa9\xba\x11\x2f\x5f\xdc\xaa\x45\x53\x29\xd9\xa0\x55\x0d\xb3\x8f\xaa\x0f\xab\x22\x9f\xe5\x8d\xf7\x27\x32\x97\x74\x0a\x22\xf5\x6e\x2c\xb0\x9b\x75\xe3\x25\xc6\x01\x2f\x0e\x58\x45\x10\xa9\x01\xee\x66\x33\x45\x5e\x33\x62\xaa\x84\xd2\x66\xf1\x59\xe9\x9b\x56\xf5\xce\xdd\x7b\x0f\x6c\xf1\x2d\xf7\x79\xad\x55\x45\xa6\x95\xc9\xfe\x23\x29\xf2\x6c\x7c\x0b\x41\x36\xe9\x4e\x7e\x28\x26\xfb\xb7\x1e\x3f\x3a\x92\x8f\xa3\x70\xc9\xfd\x47\x35\xcd\x66\xaa\xca\x90\x50\x40\x6f\x89\x65\x0d\xe4\x4c\x88\xe1\xe3\x5b\xb7\xda\x0d\x91\x23\xa2\xb5\xc1\x99\x32\x8f\x8e\xf0\xe1\xe3\x47\x84\xe5\xff\x18\xf5\x72\x6c\x2d\xfd\x8d\xe6\xbe\xd5\x4f\x9f\x9c\x0c\x4f\xee\x8c\x4e\xbe\x66\xc5\x7e\x28\x11\xb7\xdc\x4f\xa5\xfd\x0c\x05\xeb\x33\x0a\xa8\xc9\xc5\x5e\xfc\x3a\x16\x65\x25\xbe\x84\xff\xbd\x3d\x0e\xa8\x01\xb5\x2a\x7e\x05\x1d\x24\xff\x5a\xbf\xd7\x98\xad\x83\x3a\x33\x5d\x37\x62\xb2\x5f\xcb\xb9\x9a\xec\x83\x6b\xc1\x2f\xb9\xfe\xe9\x6d\x62\x09\x97\x75\xa6\x47\xcb\x7c\x56\x95\x75\x39\x6f\x60\x15\x95\x1e\xae\xeb\x23\x84\x10\xde\x1c\xe5\xea\xe8\xe2\xe2\xab\xaf\xef\xdd\xbd\x7f\x7f\x24\xeb\xd5\x07\x9f\xd3\xe0\xb7\x5a\xcd\x78\xce\x7e\x1b\xcc\x93\xd2\x14\x9f\x85\x2b\xf1\xeb\xf8\xd6\xad\x73\xa6\x6d\x8b\x24\x30\x07\xfe\x80\x27\xf7\x64\xff\xec\xf6\xaf\x5f\x9e\x8f\xbb\xb0\x99\x6f\x21\x88\x3d\x80\xd4\x07\x62\xfa\xc7\xce\x45\x63\x8f\x6d\x2a\xb0\x48\x01\x3c\xd9\x47\x9f\x91\x7d\x17\xf0\xdf\x50\xd0\xd6\xac\xac\x38\xf4\x9a\x45\x94\xea\x1a\xb9\x5d\xf2\x4f\x19\xef\x96\x8c\x10\x4f\x4e\xa1\x5f\xd7\x09\x60\xe8\x5d\xc6\x8e\x47\xcf\xa3\x3b\x0f\x06\x0c\xc3\xef\xab\x01\xd9\x37\x1e\x7d\x33\x3a\x3e\x1c\x88\xfc\xf5\x1b\xfa\xcb\xa5\x23\x7d\x74\x32\x7a\x30\xba\x7f\xb8\xdb\x90\xf3\xec\x3f\xc7\xed\x5d\xf9\x29\x13\x00\xf5\x77\x58\x48\x6e\x78\xba\xe7\x0d\x9c\x54\x10\xde\xa3\x71\x08\xaf\x04\xa0\x46\xf0\x38\x1a\x5a\x48\xf1\xee\x4c\xcb\xa5\x61\x0d\xe7\xef\x10\xc4\x01\xf2\xa0\x99\xe3\x19\x30\x2e\x46\xac\xb9\xa7\x19\xe6\x10\x10\x8d\x5a\xae\x4a\xb3\x3b\xd8\x56\xa4\x14\xd1\xce\x3c\x69\x7d\x1d\x1d\xde\x17\x44\x81\x96\xd5\xfb\x9a\xb5\xc8\x70\x33\xf2\xba\x66\xe8\x0f\x00\xb5\xd1\xa8\x0a\x83\x0c\x8b\xcd\x00\xc6\x72\xec\x6c\x5c\x64\xda\x52\x6a\x69\x3e\x0c\x37\x9d\x76\x23\xe8\x20\xb5\x2d\x2c\xd0\x46\x50\xb0\x1c\x9f\xe6\x49\x2b\x78\x1f\xf4\xc9\xfb\x36\x45\xbe\x2b\x1c\xab\xe2\xf1\x83\x51\xc2\xd0\x4e\x2a\xb1\xf3\xfe\x97\xec\x0b\xec\x61\xe2\xc5\x38\x8e\xb4\xff\x7c\x06\x82\xd0\x52\x24\x0d\x0e\xc5\x29\x65\xfb\xb1\xec\x3d\x88\xe4\x46\x27\x76\xee\xe6\x1d\x31\xdf\x16\x74\xf6\x9d\xe3\x93\x93\xa3\x9f\x5e\x3c\x1b\x86\x19\x78\x86\xe6\xf9\xf1\x83\x3b\x0f\x8e\xbe\xa0\xef\x05\x04\x7e\xdf\x8a\x83\x68\xa0\x07\xb7\x63\xc3\xbe\x20\x64\x10\x72\x93\x2b\xc8\x4c\xa1\x2a\x38\x3b\xea\x9d\x96\xc6\x8e\xec\x13\x56\x86\x57\xb9\x69\xdb\x92\x2d\xf5\x3e\x72\x1a\x11\x6c\xd9\x40\xb4\xb8\x82\x09\x87\x09\xaa\x2f\xca\xab\xdf\xa6\xeb\xc5\x68\xb6\xc8\x9f\xe4\xd9\xf8\xe4\xee\xd7\xf7\xef\x9d\x04\xdb\x65\xb8\x92\x0b\x65\x51\xeb\xcb\xea\x8b\x3c\xb3\x31\x7b\x43\x06\xf2\x62\x5f\xbf\x03\x84\xd2\xdd\xe6\x43\x7e\xd1\xe2\x66\x87\xb7\x3f\x61\x72\x46\x5f\x8c\x0e\xcf\x0e\xff\xf3\x7c\x97\xc9\x89\xcd\xe3\xf7\x02\x3c\xa3\xa3\x23\xf1\xba\xc8\x5c\x21\xeb\x8d\x86\xbe\x1b\xc0\xcf\xa6\x32\x2b\x36\x2e\xbf\x89\xc7\xa6\x1e\xb1\x4d\x9b\x1a\x23\x82\xa8\xcf\x83\x2e\x26\x0e\xe2\x76\x92\x27\x06\x63\xea\x55\x03\xdb\x6d\x3c\xd0\x89\x96\xf8\x77\x51\xa9\xf9\xf8\xd6\x2d\xe7\x21\x3d\xbe\x65\xff\xda\x2e\x03\x26\xcb\xe3\xe6\x3b\xda\x41\x84\x43\x8f\x88\x5a\xdc\x17\x94\x44\xed\xe9\x6a\x55\xc7\x62\xd7\x66\x85\xdb\x0a\xe2\xcc\xb8\xa4\x50\x29\x61\x98\x74\x95\xc3\x96\xcf\x30\x6d\x0c\x1b\x9b\xac\xeb\x7c\xa1\x97\x2c\x80\xc3\x5d\x0f\xfe\x12\xce\x0c\x71\x79\xc0\x99\x31\x73\xd8\x2e\xfc\x79\x0b\x7b\x7f\xce\x02\xc4\xb7\x8b\x4d\x2f\xf4\xbc\xac\x66\x78\x4a\x0e\x6b\xa5\x21\xda\x2c\x6f\x36\x70\x2b\x09\x66\x69\x27\xf9\x10\x0e\x83\x4f\x92\x91\x3a\x39\xbe\xcf\x70\xb5\x65\xbf\x7d\xf7\x9d\xb8\x3b\x32\x12\x43\x3b\x9e\x0f\x16\x1a\x67\xd3\xcb\x0a\xbd\xf8\x81\x59\xf9\xba\x31\x5c\x96\x1a\xe8\xff\x75\x7c\xb9\x8b\x2d\xdb\x50\x37\x36\x49\x7b\xe3\xb1\xb8\x73\x23\x73\x76\x15\xcd\x1a\xfb\xd0\x81\x9d\x44\xac\x07\xc3\x10\xfb\x1f\x2e\xa1\x7e\xb2\x1c\xa0\x8e\xe1\x45\xe8\x36\x41\x96\x64\x70\xda\x34\x84\x57\x29\x6d\xa8\xa2\x15\x75\x53\xdf\x7c\x47\xf4\xa1\x13\x3c\xcd\xe2\x0d\xd3\xc4\xc7\xf7\x5f\x35\x4f\x74\x07\x3c\x06\x5f\xa8\x16\xcb\xa6\x97\xc3\x93\x13\x3f\x4d\x8e\x67\xaf\xca\x1a\xbc\xe9\x96\xd2\x39\x87\x52\x3c\xc6\x0d\x2c\xfb\xf6\xe0\xf4\xc3\x0d\xfc\x7a\x30\xba\x7d\xda\x66\xd1\x76\x10\x91\x82\x25\x56\x9e\xc5\xca\x16\x17\x40\x80\x9c\x0b\x96\xcc\x3e\xb1\xd8\x5d\xf6\x39\x1e\xdd\xaf\xa2\x16\xe3\x52\xcb\xf2\x1f\x37\x15\x29\x6f\x6c\xa3\x8e\x4b\xf4\x63\xe5\xcf\xcd\x3a\x1b\xe7\x5f\x01\xbe\xc9\x60\x22\x00\x97\x2e\xa7\xd2\x06\xd4\xe6\x58\x7d\xc8\x6a\x97\x14\xbf\x38\x2b\xb5\x46\xf1\x0f\x0c\x43\xbd\x97\x2f\xc4\x03\xc7\x19\xec\x44\xf3\x72\xaf\x08\x59\xd7\xe6\xc9\xb7\x00\xe1\x03\xab\x28\x0f\xb9\x31\xa8\x84\x48\xe0\x34\x02\x8c\x83\xcc\x23\xd7\xa4\x92\x17\xfe\x9b\x9a\xbd\x2f\x3d\xc5\x01\x2b\x1a\x38\x87\x11\x54\x4b\x12\x72\x9a\xad\x95\xea\xc6\x59\xbd\x67\xe4\xf4\x24\xb1\xbd\x0a\xd2\xfb\x4f\xf6\xf7\xc6\x66\xf3\xb8\xfc\x4e\x69\xba\xe3\xda\x3e\x4f\xb3\xb4\x53\x0f\x0e\x82\x84\x30\xfe\xbd\x85\xb5\xba\x66\x7e\x3d\xb1\x2a\x36\xec\xd4\xb6\x16\x6d\x99\x44\xab\xa8\xbb\x7e\x46\xa8\xab\x7f\xb5\xc2\xba\xf1\x4e\xe7\x29\x75\x26\xd0\x34\x3a\xcd\x2a\x6b\xba\xb1\x81\x55\xdc\x2b\x85\x23\xe6\x9a\x6e\x0a\xa9\x21\xec\x85\x5e\xff\x88\xca\xc4\xf9\xba\x28\xc0\xc1\x7c\x3e\x54\x1f\x66\xc5\xba\xf6\x09\x5b\x9f\xd6\x22\xd7\x03\x86\x5c\xe3\x09\x85\xda\x24\x14\xa7\x09\xcb\x27\x0c\xf8\x1e\xae\xfb\xd7\xd7\x9d\xfd\xa7\xe2\xfd\xb6\x2d\x31\xcc\xb1\x4b\xce\x12\x90\x6b\x76\x1c\x83\x64\x3c\x10\x4f\x84\x6c\xf9\x84\x9f\x3a\x84\x0d\xf3\x6f\xba\x5e\x59\xe0\x8d\x29\x8b\x5a\x8d\x7d\x2a\x28\x8d\xef\x7a\x05\x0e\x41\x7b\x3d\xf8\xd3\xd4\x59\xaf\x12\xc0\x1c\x3d\xdf\x3e\x74\xcd\x0f\xe8\x09\xbf\x4a\x86\xef\xb0\xcd\x20\xed\xcc\xa4\x91\x9d\x6b\x09\x98\x20\x1d\x2f\x6d\x53\x07\xc2\xeb\x13\xe3\x7c\x01\x5b\x27\x15\x38\xfb\xb4\xcb\xca\x36\x35\x33\x16\x86\x02\xa7\x0c\x6c\x53\xf4\xf0\xe8\x34\xfe\x07\x27\xf2\x64\x3b\x06\x5a\x22\x44\x31\xb0\x14\xbd\x29\xab\x86\x7c\xc9\xff\xca\xcd\xa6\x03\x33\x31\xe1\xcd\xd4\xfe\x5b\x3c\x0d\x34\x23\x6c\x58\xe5\xe4\xec\x5a\xa3\xc1\x77\x85\x5c\x60\x2c\xb1\xcb\x04\x0d\x00\x45\x92\x80\x72\x3f\x3d\x77\x74\x94\x36\x3a\x0c\x0d\x35\xd3\x63\xce\x18\x42\x05\x82\xc8\x23\xd0\xd2\xe7\x73\x74\xaf\x2c\xb5\x0d\x88\xbb\x80\x5c\x36\x49\xb2\xc2\xe6\x00\xae\xc6\x31\xa0\xbd\x6e\x0a\x1d\x8a\xbd\x69\xd7\xcb\x87\x6c\x98\xb6\xb1\x94\x05\x11\xde\x24\x06\xf4\x4c\x16\xb3\x75\x01\xb9\x9e\xec\xe7\xf2\x39\x62\xd5\x50\xe6\xb5\xa9\x2a\x4a\xc8\x94\xea\x81\x99\xc2\xbc\x09\x3b\x85\x3a\xfc\x2b\x82\x1d\x3e\x39\xdc\x61\xd7\x80\x07\xcc\x71\x8e\xeb\xd2\x13\xb2\x1d\x70\x24\xc1\x59\xcf\x6c\xcd\xf6\xbb\xa9\x67\xb6\x5b\xd8\x0e\x72\x85\x30\x7b\x98\xcf\x2d\x72\xa5\xc4\x7b\x0d\x66\x48\xb5\x81\x1b\x0e\x97\x54\x6c\x8d\x13\xee\xdb\xf5\x3c\x16\x79\xea\x04\x61\x1c\x00\xa4\xb2\xad\xdf\x63\xf0\xa8\x65\xd5\x3c\x57\x8d\x9c\x5d\x40\x14\xbb\xe8\x24\xb7\x1e\x0d\x7d\xcc\x88\xad\x2d\xc0\x95\x25\x41\x01\x20\x6e\xaa\x3d\xd7\xc0\x6a\x9a\xd7\xc2\xc6\xbc\x35\x25\xc4\x8f\xbb\xc8\x92\x88\xae\x76\xa6\xac\x7f\x0d\x6d\x7d\x06\x75\xed\x4e\x5f\x8c\x31\x05\x21\x59\x31\xad\x8d\xc7\x61\xe0\x0d\x77\x1e\xf4\xe7\x1d\x2f\x32\x80\x15\xda\x01\xcb\xe9\xff\x96\x39\x9e\xc6\x73\x1c\xef\xd9\xcf\x99\xe3\x69\xc7\x1c\x77\x4d\xf1\x2b\x99\xa3\x28\x57\x56\xf9\x22\xd7\xb2\xc0\x23\x30\x62\xd3\x66\x1b\x02\x9e\x15\x17\x6f\x7a\x36\xf7\x7f\xcf\xbf\xc7\x45\x1e\x26\xdf\x60\xd7\x98\xf0\xd3\x3a\xc7\xc2\x43\x41\x1c\x88\xaf\xc4\x13\x31\x3c\x11\xa7\xd4\x7d\x92\x6b\xb6\x9e\xbb\x2f\x3e\xe4\x8d\x8f\xa9\x84\x34\xdb\xe0\xce\x64\x1a\x44\x65\xe7\xec\x5f\x71\x04\x13\xc4\x9b\x93\x3b\x9d\x6f\x16\x72\x5b\x90\x41\x25\x93\xa8\xdc\x2b\x12\x4f\x53\xaf\x24\x78\x7c\x09\x29\xbc\xd3\xd7\x14\x1f\x4d\xc5\x39\xe7\xb1\x3f\x42\x5d\x40\xb2\xf3\x83\x25\x50\x08\x1f\x3d\x88\xb8\x26\x11\xb7\x46\xb5\xb6\x24\xb1\x17\x85\xca\x7f\xfe\x7f\x7a\x13\xde\x8e\x36\x21\x6d\x3d\x86\x97\xc2\x24\x7e\xbf\xff\x90\xd0\xd8\xb5\x21\x7a\x1b\xbc\xf4\x1f\x41\x85\x50\xfb\x1b\xb8\xe6\xad\x46\xe1\x59\xf0\xe8\x5f\xb8\xb5\x9c\x74\x13\xef\x03\x0b\xa4\x08\xfe\x3c\x33\xa9\x45\x56\x0a\x29\x20\x73\x0f\x02\xd0\xd8\x6b\x84\xf7\x86\x04\x0a\xa6\x0b\x52\x5b\x8c\x4b\x41\x1f\x26\x64\xba\x40\x8e\xd0\x4a\x65\xc2\x5c\x3f\x01\xcd\xaa\x26\x10\xcd\xbc\xf2\x50\x3b\x04\x79\x60\x17\x9a\x04\x20\x80\x0f\x94\xd4\x7a\x0a\x56\xb0\xeb\xda\x22\x57\xa3\xb5\x46\xc8\x5a\xc4\x26\xe4\x3e\x69\xb6\xe1\xe9\x67\x34\x3c\xdd\xd2\xb0\x1d\xfa\x2f\xb2\x78\x2f\xe0\x12\x0b\xae\x51\x95\x52\xa2\x28\xcb\xf7\xb9\xc6\x4b\x02\xaa\x86\x2a\xb5\x92\x7a\xb6\x09\x7b\x20\x57\x04\x1d\x6e\x66\x7f\x65\x91\x3c\xfc\x45\xee\xf0\xb0\x83\x8d\xe6\x51\x66\xd9\xe7\x66\x91\x2d\x56\xff\xcc\x06\x0b\x79\xca\x20\x54\x1b\x4c\x37\xea\x56\xc1\x36\x10\x2d\x31\x76\x64\xc0\x7a\xd4\x25\x32\x62\xe3\x04\xc9\xe3\x36\x94\x21\x5e\x94\xc2\xfe\x47\xb3\x1a\xbf\x78\xe1\x51\x1e\x32\x86\x69\x67\x29\x56\xe8\x66\x9e\x73\xec\x80\x7d\x26\x3a\x15\x10\x8f\x6f\x08\x01\xc1\x6b\x6a\x99\xd2\xf3\xc3\xaa\x1a\x78\x0b\x46\x88\x74\x62\x93\xec\x61\x21\xbd\x2e\x0a\xfb\xbf\xbe\x42\xc7\x47\x98\xc2\x38\x0c\x5d\x19\x40\x6b\xf6\x43\x41\x92\x35\xef\x8d\x1b\xc7\x52\xc5\x8d\xb6\x3d\x55\xad\xa0\xd4\x99\x6d\x06\xbe\xda\xce\x34\xe3\xb2\xcc\xbc\x72\x4a\xeb\xe8\x09\xa9\xb1\xa8\xd7\xfd\x76\xcd\x7f\x7f\xf3\x54\x98\xff\x4b\xe5\xa8\x71\xb5\xd8\x11\x1b\xa0\xec\x1b\x21\xa2\x82\x2c\xa5\xb1\x96\xd5\x4f\x55\xa8\xed\x7d\xf9\x42\x3c\xb8\x55\xb7\xbc\x5a\x43\x0d\xae\xd9\x09\x1d\xb7\x30\x9a\x5a\xf3\xd1\xeb\x6b\xd1\xad\x7e\x0e\x71\xcc\x50\x39\x78\xa5\xcc\xe2\xb7\x5b\xc6\x23\x46\xe6\x19\x25\x57\x41\xe4\xbe\xe8\x06\x05\x8d\xcc\xad\xc7\x39\xf8\xaf\x8a\x07\xfe\x25\xc2\x62\xf9\x48\x7e\x11\x3c\x18\xa5\xf3\x04\x86\x12\x6f\xa5\x9a\xb6\x0f\x7e\x02\xb0\xba\x3b\x6f\x00\x52\x7a\x90\x33\x20\x01\x32\x1b\xee\x0b\xdb\x45\xbb\x37\x5c\x2c\x99\x33\x34\x3d\x06\xe1\x31\xd8\x26\x4c\x79\xca\x3c\xbb\xa3\x54\x5e\x1e\xcf\xf3\x8d\xf2\x20\x27\x88\x0d\x04\x09\x40\x54\xf6\x3f\x14\x21\xa4\x97\x4e\xb1\xc9\x92\x30\x89\x7e\x80\xfc\xb0\x4b\xda\xc6\x00\x78\xbe\x2b\x7f\x5a\xbc\x50\xb2\x69\x52\x4c\x4c\x07\x99\xba\xfe\xaf\x5c\xa1\x6d\x18\x4b\x3b\xac\x0d\x8b\xbd\xa0\xdd\x65\x78\xe1\x5c\x8b\xb1\x68\x81\x89\xeb\x76\xb2\xad\x73\x9e\x6e\xf5\x39\xb8\xbe\x2d\x54\x23\xe6\x65\x59\x60\xf6\x25\xc4\x0b\x1a\xa5\x13\x2b\x78\x90\x94\xfb\xc7\x36\xaf\xc2\xa5\x2c\x00\xf1\xcd\xf0\x9e\x0b\x59\xbf\xbe\xd2\xc4\x8b\xa3\xee\x0c\x52\xdd\x61\x7a\xb6\x79\x40\x24\x03\x1f\x6a\xec\x82\x2a\xdc\x01\xef\xa2\x2f\xc2\x03\xdc\xf4\xc4\xb0\x39\xf7\xda\x36\x6e\x5e\x50\xe5\x04\xb6\x00\x0f\x6b\xa6\x6f\xb9\x4e\x25\x42\x7d\x89\x84\x4f\xbd\x0e\x0e\x67\xa0\x23\xe0\x8d\x8a\x03\x6e\xca\xa5\x44\xb4\x55\xc4\xab\x63\xb7\x18\xf3\x02\x03\xde\xd8\xcd\x84\x20\xf6\x83\x6d\x95\x48\x38\x5f\x7b\x77\x20\x87\xec\x6c\x9e\x1d\x92\x8b\xe1\x4e\xe9\x88\xc2\x8f\xc0\xe6\xe0\xdf\x58\xd6\x0b\xfb\x0d\xdc\x57\x5a\x5d\x09\xc8\x2c\xd3\x13\x93\xfd\x37\x1b\xdd\xc8\x0f\xd6\x26\xba\xd6\x2c\x9d\x97\x4f\x3f\x7d\x0a\x79\x7a\xb0\xa5\x16\xa0\xd6\x73\x2e\xec\xda\xcc\x25\x95\x4d\x91\xee\xec\x02\x21\x1a\xdb\xd3\xaa\x92\x9b\xef\xf3\xf7\xea\xa3\x0d\x21\x22\x1c\x2b\x1a\xc6\x1a\xb2\x80\xbd\x41\x9c\x37\x3f\x16\x1b\xa0\x15\x64\x7c\x70\x01\x64\xfe\x5b\x3c\x86\xec\x77\xa6\xa3\xe0\xe9\x9d\x8f\x8e\xc4\xcf\x1a\xb4\x09\x57\x4a\xdc\x7e\xaf\xcb\xab\xdb\xee\xa2\x88\x49\xbc\x7d\x7b\x03\x21\x11\x11\x0d\xef\x6e\x36\x38\x60\xa2\x5b\x6a\x14\xa7\xd3\xc5\x36\xdc\x2b\x0c\x91\xf2\xd7\xe0\x71\xa8\xfd\x7d\x03\x90\x7d\x86\xce\x6c\x5a\x4a\x9b\x6a\xdf\x5a\x78\xed\xe3\xb2\x6a\xf0\x52\x8c\xf6\x9a\x40\x76\x0c\xfa\x92\x00\xa5\xdf\x21\xac\xcc\x07\xdd\x9a\x9b\x98\x2f\x19\x83\x2a\x9a\x59\xf5\xf3\x43\x76\xef\x3c\x11\x10\x18\xf6\xe1\xf7\x10\xd0\xd1\x8d\x6a\x85\xa3\xf5\x2d\x02\x20\xe3\x40\x9c\x74\x21\xef\x3c\x2b\x94\x73\x20\xa3\xcc\x3b\x44\x7e\x4d\xe9\xf2\x5f\x20\xde\x1a\x4f\xe7\x6f\xfd\x2a\x17\x79\x73\xb1\x06\x35\xfb\x11\x06\x6e\x1c\xd5\x40\x78\x47\xab\x75\x51\x1c\xdd\xb9\x73\x2f\x5e\x2d\x9b\x33\x43\x27\x42\xdf\xc2\xfd\xf0\x73\x93\x17\x79\xb3\x09\x73\xb9\x54\xaa\xa9\x72\x75\x69\xd1\x5e\xe1\x84\x46\xa6\x51\xce\x01\x30\xc7\xec\x07\xf3\xf7\xf3\xd7\xaf\x12\xe0\x85\xb0\x5d\xae\x5d\xb6\x07\xb3\x3e\xb4\x5f\x16\xaa\x79\x8b\x59\xe7\x68\xe7\xf8\x07\x5b\xa0\x06\xbd\xfe\x0d\x05\x71\xc3\x6d\xf8\x16\xb1\xb9\xc0\x7d\x4a\xee\x20\xca\x90\xd3\xdc\x9e\x2b\x14\x6a\x28\x5f\xce\x85\x2e\x5d\xde\xbe\x01\x86\x74\xe5\xb5\xe1\x2a\x28\x45\xa3\xd8\x6c\xc7\x1e\x93\x2a\x8b\x44\x8e\xe9\x34\xb8\xeb\x63\x44\x82\xbc\x54\x55\xed\x02\x2e\x43\xd1\xdf\x8c\xf0\x70\x2c\x68\x5e\x2c\xf8\x5d\x40\x55\x4c\x03\x14\x19\xc1\x09\xdd\x8e\x99\xe2\xe3\x27\x61\xfe\x6e\x8b\xc3\xac\x3e\x20\xa4\x26\x25\x37\x0c\x9d\x9f\x8f\x8e\x04\x78\x46\xc2\x3a\xad\x6b\xb9\x20\xa3\x29\x62\x9d\x63\xaa\x4b\xb0\x6b\xa2\x17\xa1\xba\x12\x46\x1a\xe1\x47\xf8\xc9\xc9\xbd\xbb\x3c\x35\x12\xc7\x40\xe0\xdf\x1e\x87\x19\xcb\x3b\x80\x79\x59\x8d\x87\x81\x4e\x2c\x9c\xed\xb7\x76\x9a\xf3\xa6\x76\x1e\x6d\x4e\x02\x28\xab\x30\xcc\x7c\x04\x6a\x0f\x70\x62\x7b\x08\x0f\x1e\x06\x6f\xc3\xac\x18\xe1\xbd\x26\x58\xae\x28\x5e\xf5\xe3\x2e\xeb\x76\xb7\xb5\x4a\x5f\xb5\x20\xf4\x1c\x41\xff\xdd\x6c\xc3\x28\x68\x9c\x08\x2b\xd7\x98\x31\xd5\xd2\x55\x69\x58\x7f\xe9\x80\xeb\x74\xdd\x54\x6b\xdc\xe3\x96\xe2\x74\x74\x31\x43\xd6\x60\xa4\x29\x8e\xca\x68\x73\x68\x8e\x99\x30\xfd\x4c\x6a\xd8\x0f\xd9\xef\x6b\x40\xbd\x9f\x22\xb6\xc1\x9a\x12\x36\xb2\xe4\x56\xa7\xe2\x9e\x8d\x87\x26\xc0\x61\x70\x33\x3a\x0d\x90\x80\xa9\x00\x5c\x99\x4f\xf1\xe6\x6c\x7a\x41\x8f\xbd\x64\x77\x2a\xfe\xf9\x91\x1e\xce\x73\x9d\xb1\x9f\x60\x26\xcc\x2f\x4d\x09\x9a\xfc\xfd\xc7\x93\xfd\x53\xf1\x4f\x91\xe5\x95\x91\x08\xbc\xa2\x70\xb2\x3f\x40\x2d\xd7\x29\xde\x23\x3f\x5a\x4d\xfe\xbe\xe8\xac\xc1\x0a\x1d\x86\x85\x2a\x75\x99\x97\xeb\x9a\xa8\xa3\xbb\xed\xff\xdc\x5e\x4d\x20\x8d\xd0\x68\x56\x95\xc2\x10\x6d\x36\x9c\xa7\x6f\xdf\xfe\x64\xda\x60\xb2\x12\x5c\x9c\x19\x3d\xb2\xc4\xec\x3c\x4b\xfb\x2e\x50\x26\xcc\xfa\x54\x52\x5c\xca\x22\xbf\x54\x04\xa4\x8d\x19\xba\x4c\x7b\x77\xcf\xcd\x5d\x06\xac\x18\x7f\xac\xcb\x06\xd3\x43\xac\x35\xfe\x1d\xf5\xe3\x2e\x25\x57\x64\x3f\xaf\xaf\xed\xaf\xaf\xe0\x97\xdf\x49\xf4\xf8\x1e\x16\x6a\x09\x94\x37\x75\x3c\x4e\x51\x8d\xbc\x04\x23\x92\xf8\x86\x0d\xba\x46\x29\x1d\x79\x07\x49\x01\x95\xb2\xcc\x39\x04\xeb\x66\x76\xe1\x04\x9e\x81\xd9\xac\x96\x0f\xf9\xb8\xff\xfd\x67\xff\xf6\xf2\xfb\xe7\xdd\xcb\xe5\xf5\x87\x56\xe7\x07\x91\xab\x8e\xf2\xcf\x5c\x0b\xe7\xbe\xef\x27\xe8\xd2\xde\x2b\x75\xb1\xb9\xd6\xcd\xc5\xf5\x68\x34\x62\x59\x1b\xef\x60\x0a\xe0\x1e\x30\xbb\x6b\xca\x0f\xc2\xde\xdf\xf5\xb8\xd8\x3d\x75\xa9\xf4\x75\x99\x65\xd7\x93\x49\x76\x1b\xfe\x47\xf7\xce\x0e\x87\xe7\x93\x49\x76\xd8\x7f\x12\x35\xfc\x95\xf8\xa0\xe1\xd6\x5a\x6a\x8a\x60\xfd\xa0\x0f\x37\xac\x35\x53\xf3\x09\x34\x72\xcd\xaa\xdd\x13\x75\xbe\xd0\x58\xdc\x57\xf7\xef\xbf\x16\x1f\xba\x5f\x7e\xe3\x2a\x6f\x52\xaf\xef\x8b\x4d\xc7\x3b\xaf\x7a\xed\xda\x0d\xad\x4c\x35\x09\x12\x32\xe5\xfc\x12\xdf\x25\x37\x86\xc9\xbe\x6e\x2e\x1c\x45\x71\xad\x99\x6e\x2e\x86\xb7\x45\xa5\xfe\x58\xe7\x15\x68\xdb\x16\x91\x66\x0d\xa5\x8f\x20\x2b\x79\xe0\x9f\xc5\x2f\x44\xae\x17\xc7\x09\x94\xef\xe0\xab\xeb\xa5\xaa\xf2\x99\xf8\x00\xb7\x98\x8d\x00\xf9\x4b\x35\x8a\xcc\x34\x0c\x02\x69\x84\xd4\xc4\x2b\x57\x6a\xa9\x96\x53\x4c\xa4\xd5\xa0\x56\xf2\x08\x78\xd6\x4c\x42\xbe\x41\x73\x7d\x34\x1c\xb5\x80\x84\x01\xc7\x47\x27\xad\x4d\xf4\x15\xcc\xec\x61\x8f\x6f\xe9\xc0\xd5\x8e\xed\xe9\x43\x3f\xb7\x5f\xe3\x16\x3f\x89\xbd\xee\xee\x88\xdb\x21\xb3\xc0\x29\x37\xa4\x8a\xf9\x82\x5a\xaf\xca\x2c\x0b\xe0\xe2\xa2\x6f\x42\xdf\x5c\x8b\xdf\x40\x2f\xe8\xc7\x7d\x58\x81\x2d\x6d\x3e\x8c\xa6\x1a\xdc\x34\x31\xe7\x94\x39\x55\x2f\xf2\x69\xde\xb8\x65\x76\xd2\x5b\x22\x5f\x7e\x6b\xad\x77\x58\xe9\x0e\xa6\x93\x60\x33\x3f\xbe\x79\xf1\xf3\xf3\xd7\x37\x1c\x0b\x70\xf1\xfc\x60\x04\x01\xe6\x82\x69\x79\xb6\xb9\xdb\xb1\x85\x39\x38\x60\x5c\x34\xb9\x39\x80\x3d\x09\xc7\x9f\xcc\x86\x02\x4d\x3a\x1f\x49\x52\xf9\xeb\x12\xf9\x4d\x5a\x1e\x0f\x4f\x01\x07\xde\x9e\x28\x6e\x5a\x85\xac\x87\x79\x9d\xda\x9f\xad\x59\xe5\xac\x3f\x3c\x62\x44\xfb\x64\x89\x62\x65\x9a\x2a\x5f\xd1\x04\x89\xd9\x85\xac\xe4\x0c\xb7\x90\xe1\xc8\x6e\x9a\xb6\xae\xb5\x2b\x65\xae\xc4\xe8\x47\x4d\xb3\xe2\xde\x24\x32\xe0\xff\x0d\xe0\xc8\xe1\xb3\xf0\x2d\x9b\xf0\x58\xf4\x2a\x35\x5b\x57\x35\x6c\x3e\xc6\x50\x7b\xb6\x34\xcf\x8d\x6c\x3f\x60\x95\xe2\xa9\x0f\xc9\xec\x52\xea\x99\x0b\x77\x35\xd2\xac\x98\x15\x25\xc8\x85\x28\xe5\x5c\xa8\x3a\xaf\x93\x5f\xb2\xed\x8f\x9c\x8d\x1b\xe2\x2d\x07\xfe\x05\xe9\xd0\x87\xb6\x4e\x5f\x0c\x5b\x2f\x5b\x79\xcb\x8f\x8e\x6c\x71\xc4\xa5\x57\x0b\x8c\xe3\x82\xaf\xb4\x96\xf5\x98\x2f\xeb\x71\xc0\x9b\xed\x47\xdb\x2c\x00\x69\xc1\xf5\x64\x4b\x95\x90\x18\x09\x03\x1c\x3c\x34\x29\xf4\xbd\x26\x45\xb1\x95\x73\x71\x89\x2d\xc2\x20\xf9\x77\xf6\x5c\xc0\x99\xa5\x95\xfe\x0d\xa2\xc3\xdd\xe8\x66\xe7\x44\x5b\x2f\xfa\xd1\x3e\x07\x0c\xa8\xd3\x08\x14\xfd\x07\xb9\x54\x2c\x7e\x22\xd8\xef\x0e\x5f\x7e\xdc\x2a\x7a\x93\x54\x95\x4c\xe5\x16\x40\xca\x05\x1f\xf6\xf0\x40\x8c\xf7\xbb\x8e\x46\xc7\x5c\xda\x09\xf9\x23\x3f\x08\xb6\x01\xe9\xb5\xef\x43\x16\x7d\x67\x4b\x32\x3a\xe8\xa1\x7d\xc5\xbf\x9a\x12\xdb\x10\xf2\xe7\x34\x85\xe6\x13\x4f\xf1\x4a\x36\x8d\xaa\xb4\x18\x63\x11\x32\x63\xfa\xe2\xce\x96\xf9\xb0\xc5\xce\x6d\x55\x2e\x00\xf7\x58\x83\x3c\xf2\x61\xb2\xdf\xfb\xf5\xba\x15\x33\xc7\xe7\x04\x03\xa0\x0f\xa3\x4f\xf7\x52\x71\x76\xd7\x5f\xf6\x29\xaf\xfc\xc1\x01\xeb\x76\x2f\x68\xae\x61\x00\x46\xdb\x57\xa3\x3d\x24\x64\x7b\x71\x99\x49\xc3\xef\xfc\x0c\x3f\x37\xbc\xf1\xdb\x75\xf4\x05\xf8\x04\xa5\x9a\x0a\xc0\x81\x6f\x82\x4f\xb4\xff\x92\xa8\x9a\xf0\x4d\x98\x9b\xd4\x37\xcd\xa9\x11\x3f\x0d\x73\x96\xa7\x2e\x01\xed\x2b\x1b\x1a\x1c\xca\x95\xaa\x24\x24\x3f\x47\x97\x8f\xb6\xa6\xe3\x26\x34\x49\x54\xe7\xf9\x5b\xba\xb9\x22\x87\x96\xaf\x87\x2d\x70\x42\x5b\x07\xd5\x83\x1d\x1b\xcb\x76\x8d\x96\x66\x6f\xcc\xee\x42\x41\xac\x00\x0a\xb4\xae\xf8\x6e\xfb\x3c\xc4\xeb\x82\xee\x1c\x8e\xe3\x23\x39\xe5\xc4\xb1\x94\x1f\x86\x85\xd2\x2e\x3e\x60\x5b\x9f\xcd\x9d\xef\x89\x1f\xed\x98\x26\x39\x90\x35\x13\xc3\xf4\x75\xf6\x76\xaa\xf3\x2b\xd6\xc1\x82\x4e\x15\xee\x8f\x49\xbb\xb4\xa6\xf4\xf1\xd6\x96\x6e\xef\xd8\xd2\xe3\xc8\x73\xad\xd5\xd0\x97\xe9\x86\xe8\xc0\x19\xc2\x73\x7f\x22\xef\x36\x35\xff\x89\x6d\xf6\xdc\x65\x99\x1a\xf5\x87\x88\x67\x31\x03\x97\xe4\xdc\xa5\x3b\xff\x8c\x51\x5c\x77\x2c\xe0\xf5\x75\x34\xa0\x63\xda\x3f\x76\x48\x87\x70\xa7\xf0\x15\x10\x56\x68\x3f\xfc\x18\x0f\x65\x99\xa4\x5c\x78\x52\xa4\x96\x3c\x2a\xda\x37\xfc\x06\x74\xc7\xe6\x16\x3e\x10\xbf\x59\x21\x80\x14\x42\x03\x51\x98\x7b\x55\x74\x86\xd4\xf9\x72\x55\x58\x5c\xd8\xe8\xc6\xb9\xe7\x6f\x9c\x4c\x6e\x9f\x97\xd5\x95\xac\xb2\xa8\xca\xf0\x2b\x57\xc1\x7c\x26\xa8\x51\xce\x49\x2b\x0e\xea\x01\xba\xe5\xa0\x76\x20\xd8\x77\x96\xf5\x80\x1b\xbe\x8b\xaa\x82\x5e\x23\x0d\x3f\x89\x04\xb8\x37\x36\x61\x1f\xe4\x44\x85\x2b\x70\x4f\xf7\x3f\xf1\x24\xdf\xdb\x8b\x52\x17\xb6\xe4\x82\x8e\xf6\x06\xe2\x37\xe7\x19\xf0\x61\xd9\xe2\x67\xe0\xfc\x6b\xce\x36\x23\xa9\xe6\x7f\xac\xd5\x33\xfc\x51\xae\x1b\x55\xd1\xdf\x08\xff\x6a\xfe\x17\x72\x72\x0d\x44\xdd\xc8\xaa\x19\x84\x8c\x3e\xcb\x2b\x31\xb6\x0b\x65\xa6\xd8\xae\xc0\x13\xb3\x3a\x5e\x31\x6c\x08\x2d\xa9\x10\x0c\x9b\xa3\x64\x91\xe3\x38\x63\x63\x54\x8c\x72\xec\xd2\xda\x6d\x17\x70\xa2\xaa\xeb\x1a\xc7\x6a\x6e\x76\x66\x62\x0e\x0e\xc4\x1e\xb6\xd3\x1a\x19\xe4\xba\x76\x3b\x82\xbd\xc4\x2c\x1e\xd8\xd5\x16\x9e\x2d\x2c\xfe\x69\x0f\x08\xe5\xda\xd0\xc7\xb5\x91\x95\xfb\xc3\x4e\xcd\x93\x6b\x91\x66\x31\x21\x45\x58\x5b\x8a\x99\xed\xc4\xeb\x00\xec\xf5\x61\xfb\x6d\xcb\x14\x63\xfe\x73\x06\xad\x25\xa1\x63\x59\x9f\x68\x8a\x9f\xa4\x0a\xe0\x67\xb7\xca\x95\x66\x9d\x4e\x6f\xa8\xdb\xc2\xba\x4c\x16\x4f\xc4\xda\x85\xff\x3e\xb6\x1f\x7e\x4c\x35\x06\x77\x18\x34\x7e\x64\x79\xa5\xbc\x5d\xef\xd4\xac\xd3\xf0\xb6\xe8\xe5\x73\x71\x85\x29\x13\x6d\x5a\xac\xac\xd4\x4a\xd4\x65\xbf\xdd\x1a\xec\x09\x31\x16\xb8\x0f\x5c\x56\xe6\xc9\x3e\xc4\xcb\x83\xd0\xb6\x87\x65\x0e\x0e\xe2\x1d\xd1\x1a\x46\x6b\x08\x5d\x51\x89\x89\xa1\xd9\x8e\x9c\xb1\x1d\x88\x24\xca\xac\x37\xe2\xd4\x3e\x33\x84\x89\x8f\xce\x1f\x26\xe8\x57\x97\x7a\x68\x76\x07\xf0\x2d\x20\xdc\xde\x68\x34\xea\x8b\xba\x29\xcd\x7d\x0f\x58\x87\xc8\x64\x23\x45\xa9\xc5\x3b\x6c\xf3\x5d\x82\xa4\x6d\x5f\x0e\x0e\x84\xdb\x78\xc9\x45\x46\x9b\xee\x7b\xf1\xce\x90\xf0\x3b\xbc\xf1\x43\x66\x7b\x60\x17\xc5\x66\x38\xc3\x88\x2a\x7b\x03\x6e\x57\x1f\x8d\x46\xe0\xb7\xb7\xf8\x47\xbe\x1a\xce\xab\x5c\xe9\xac\xd8\x88\x2b\xb9\x89\xcb\xd2\x1e\xc0\x4e\xb7\xd6\xc0\x73\x40\xb7\x4f\x2c\x48\x0e\x68\x48\x7a\xad\x87\x63\xf1\xcf\x8f\x91\x44\xe9\xc7\xc4\x53\xb2\x3d\x08\x40\x14\x58\xa9\xe7\x6a\xae\xcc\xc5\x78\x21\x73\x5d\x83\xf2\x41\x2b\xc4\xc1\x6e\xb9\xfc\x2c\x2e\x86\x27\xdf\x1c\x3f\x68\x51\x22\xe3\xe2\x86\x31\xba\x41\x9c\x21\x8a\x33\xbe\x7e\xf9\x3c\x32\x2b\xd8\x7f\xbd\xad\x35\x3a\x07\x38\xa3\xcf\xb1\x8f\x9f\xe1\x1e\x80\xa9\x3a\x8b\xd1\xa0\x71\xee\x31\xa7\xff\x18\x89\x88\xb4\x17\x90\x45\xb4\xaa\xd6\xba\x86\xab\x17\xbe\x39\x69\xc1\x49\x3b\xae\xec\xdb\xf1\xc5\xef\x24\x8a\x33\x7e\xe7\x8a\xd3\x0e\x00\xaa\x36\x67\x4b\x7d\xc6\xde\xb7\x77\x43\x82\x7d\x1e\x1e\x06\x0d\x72\xbc\x6c\xcb\x55\xe3\x34\xba\x6e\xad\xbf\x93\x45\x01\xb0\xe1\x08\xcb\x00\xfe\xf4\x9c\xe8\x21\x32\xd4\xec\xe5\xd4\x2a\xb5\x46\x6f\x04\x0f\xd0\xd4\x42\x95\xd1\xaa\x5c\xf5\xfa\x6d\x75\x12\xfb\xfc\x2f\x17\x4a\x63\xe2\xce\x01\xed\x62\x4a\xd7\xc9\x37\x32\xa8\x69\xa6\x95\x92\xef\xdb\x6d\x38\x0b\x6d\x22\xc6\xfc\xf0\x10\x3a\x68\xa7\xc4\x3c\xef\xba\x17\x47\x34\xeb\xc8\xc6\x30\x30\xa2\x84\x40\xf6\x80\x86\xdb\xeb\x6b\xfe\x41\x47\x13\x6f\x5a\xdc\xb4\xc5\x33\xdb\xa6\x71\x36\x53\x3f\xd7\x2a\xc1\x7f\x6c\x00\x26\xcc\x1a\x24\xe9\xbc\x94\x79\x61\x33\xcb\xb7\x26\x6a\x3b\xd3\xfb\x34\xbe\x75\xd3\x29\xff\x17\x72\xae\x5d\x79\xd7\x5f\xc5\xbd\xfe\x2c\xff\xfa\x6c\x0e\xf6\x39\x3c\xec\x2f\xe0\x62\x6d\x3e\x96\x94\x05\xda\x44\x99\x38\x93\x13\xa5\xec\x85\xc3\x1c\xf2\xfc\xf4\xa6\xe7\x3d\x78\xd1\x7f\x32\x24\x59\x34\xd9\x0c\x66\x3a\x84\x5e\x76\xe5\x7d\x8f\x36\x8b\x8b\x69\x2f\xca\x72\x05\x39\x2e\xa6\x60\x2c\x47\x3e\xb7\x2b\x93\xfb\x6c\x66\x9b\x20\x89\x3f\xc9\x2e\x9d\xab\xf0\x7f\xb5\x10\x9c\x56\xcc\x4d\x1a\xe2\xaf\x5b\xa4\x64\x70\x3e\x31\x04\xdd\x58\xce\x2e\xca\xb9\x50\x72\x76\x21\x94\x9e\x95\x6b\x00\xe0\x74\x5c\x2c\xdd\x46\x8a\x71\x25\x8a\xdd\xc8\x70\xba\xaa\x4d\x9a\x4f\xe2\x44\x6e\x60\x3b\xf1\x23\x57\xfa\x2f\xe1\x4a\xf8\xef\xcf\xf2\x26\x3b\xe8\xcf\xe4\x50\xad\x4e\xa4\x0f\xcb\x2d\x27\x64\xc7\x4d\x68\x12\x24\xfc\xb8\xe9\xb4\x9e\x6c\x39\x6a\x27\xe9\xfb\x57\xe7\xa5\x6c\xdb\x83\x56\x57\x01\x09\x73\x56\x56\xab\xb2\x92\x0d\x52\x76\x39\x9f\xd7\xaa\x19\x98\xbf\x35\xa9\xb3\xdc\x42\x6f\x66\x85\x12\x75\xfe\x0f\x95\xb8\xce\x0f\xc7\xa0\xb1\x89\x46\x60\xe3\xce\x1c\xb3\x03\x1d\x0f\x9c\x98\xf0\xec\x7f\x31\xad\xcf\x31\x04\x6f\x99\xa7\x47\xf4\xf4\xf1\xd8\x39\xf6\x26\x46\x94\xd2\x8d\xa5\xcc\xd2\x68\x33\x1b\xc4\x59\xe3\xb5\x9b\x02\x9e\xe0\x11\x93\x97\x41\xd4\x12\x60\x15\xe6\xda\xa2\x15\x72\xa8\xf5\x24\x24\xab\x73\x58\x3b\xfa\x82\xb7\xa8\x38\x3c\xe4\x8f\x55\x5e\x56\x79\x93\xff\x43\x89\xe9\x06\xbe\x20\x38\x1a\x62\xae\xf1\xd9\x6c\x5d\x37\xe5\xd2\x01\x63\x99\xde\xc8\x2c\x53\x19\xe2\x77\xad\x57\x2b\x55\x41\xb9\x42\x35\x8d\xaa\xf8\x07\x7e\x0a\x9c\x2b\x6a\xd5\xa0\x3b\x57\x2d\x72\x7d\xa1\xaa\xbc\x21\x8b\x6f\x04\x19\x07\xa8\x4a\xd5\x82\x9b\xe9\x7d\xb8\x05\x95\x3d\xb3\xc6\x47\x38\xbc\xe1\x8d\x6f\xde\xbe\x8c\x43\x31\xa2\x6d\x1b\xba\x20\x4c\xf6\xd7\x36\x6f\xb9\xb2\x28\x76\xe4\x43\x4f\x9f\x6a\xc1\x99\xa1\xa7\x9f\x58\xca\x0d\x64\x95\xe3\x8e\x7d\xe6\x34\xcc\x75\x86\x5e\xdd\x66\xf4\xac\x22\x33\xec\x57\xca\x9a\x54\x9b\x92\xea\x13\x08\x08\x98\x54\x2d\xd9\xb0\xca\xbf\xaf\xeb\xc6\x9c\xb9\x94\x9f\x3e\x2b\xa3\x78\xb9\xb9\xe6\xec\x36\xe5\x80\x30\xd7\x3d\x46\x7d\x1d\xd6\xdf\x6f\xd7\x8d\x58\x5a\x00\x06\x9b\x86\x74\x5e\x56\xa2\x2c\x32\xf0\x49\x92\x60\x10\x8e\x3e\xed\x03\xc9\xa2\xc0\x37\xb3\x9c\xc0\xc5\x2c\xf9\xdb\xff\x82\x13\xb3\xef\x0e\x67\x6b\xd4\xdd\x68\x6d\x47\x18\xf2\xf2\x23\x72\xf7\x4d\x2f\xbd\xd4\xfd\xd8\x03\xc7\x3b\x59\xf6\x82\x50\x0e\x95\x0d\x9c\xef\x59\x8b\x1f\x02\xdc\x69\xf6\x61\x10\x33\x32\xac\x90\x41\x14\x8e\x6d\xc4\xcf\x68\xab\x78\xee\xa2\x26\x33\x9e\xa8\xcf\xff\xb3\xa2\x50\x1e\x3a\xda\xbb\xfa\x99\x11\x68\x7c\x70\x3d\xeb\x74\x46\x5e\xfe\x2d\x56\x6d\x0a\x9d\x99\xce\xc3\xe9\xb1\xe7\xe0\x0f\xfd\xb3\xad\x0d\x84\xe9\x9c\x62\x17\xa5\x9b\xac\xa1\x8c\xd0\x50\x45\x7d\x0c\xf3\x53\xc7\xdc\x73\x8b\xa7\xcf\x5c\xa7\x5c\x02\x68\xf3\x9f\x06\xbe\xdb\x3f\x96\x8d\xd2\x4d\x0e\x19\x51\x67\xe5\x72\x55\xa8\x0f\x11\x47\xd9\xd7\x65\x63\xb8\x70\x37\x19\x04\xde\x03\x6c\x8b\x57\xf9\x92\xc1\xa0\x97\x15\xa4\x14\xa1\xdd\x5a\x2e\x57\x79\xc1\xf9\xb0\x4f\x28\x62\x36\xb2\xb9\xef\x17\x0a\xf3\xe9\x9b\x6b\x76\x53\xc9\xbc\x08\xa3\xba\xc1\x5a\x54\x0b\x04\xbd\x22\x90\xe7\x80\x0b\x5a\xac\xdd\x20\xb7\x92\x4f\x78\x14\x3c\xc6\xf5\x04\x40\x00\xec\x99\x1f\x17\xb3\x52\x35\x55\xbe\x34\xbb\xee\xcb\x93\x00\x33\x70\x12\x79\x67\xa8\x8a\x73\x91\x27\xfc\x2b\x3b\xec\xa4\x1d\x6c\x12\x51\x0a\xa9\x09\x08\x3e\x7e\x5f\x51\x27\x6c\xbb\x18\xb0\xfa\x61\x59\x0c\xc4\xd9\x79\x6b\x87\x99\xfd\x65\xca\xb1\xcd\xc5\xde\x03\x92\x4c\x63\xe4\x62\x1b\x0b\xee\x3f\x34\xdd\x88\x77\xf4\xa9\x40\xa9\xb9\x75\x43\xb2\xb0\x42\xb8\x4e\x86\x1b\x29\xb5\x81\x69\x33\xb6\xb7\x22\x3c\x49\x24\x77\xda\x92\x4f\x2d\xdc\x8b\x9f\x64\x0b\x02\x6a\xb2\x5e\x44\x2d\xdd\x82\x9b\xf2\x1c\x81\x3b\xd8\x9c\xbb\x08\xae\xf6\xd4\x62\x44\xe3\x7b\xa5\x10\x33\xd7\x6a\x4d\x7a\x80\xe6\x2f\xbe\xb8\xf3\x20\x94\xb6\x83\x2e\x04\x9e\x70\x8c\x02\xf7\x6c\x84\x11\x5c\xdb\x52\xae\x2a\x48\x02\xb4\xb9\x2f\x64\xfd\x09\x9b\x3b\x60\x32\x37\xa7\x1e\xb5\x21\xd4\xb6\x15\x1b\x7e\x1b\x86\x4c\x6f\xeb\x9e\x8d\xe0\xdd\xd6\xc7\x38\xc9\x5a\x83\xc1\x40\x10\x58\xfc\xd7\xa7\x53\xed\xb5\x63\x4e\xae\xaf\xe3\xe0\x0d\x6e\xb3\xa6\xee\x3d\x0e\xe0\xb0\x12\x83\x3d\x3a\x12\x93\xfd\x5f\xc8\x2f\x9e\x81\x73\x02\x7e\x19\xc6\xdf\x51\x94\x84\x14\xa7\x85\xd4\x8b\x5e\xdf\x4d\xac\x6b\x21\xaf\xc5\x54\x1a\x1e\x5b\x97\x85\x02\x74\x40\x4e\x59\xb7\x6a\x61\x2a\xae\xe5\x42\xa1\x4f\xbe\xab\x37\x55\x86\xd3\xaa\x3f\xd6\xb2\xb0\x1e\x7e\x1e\x41\x5e\x3c\x1b\xb8\x82\x65\x25\xa6\x6a\x91\x6b\x6d\xca\x83\x08\x1b\x97\x15\xf9\x72\xa9\xb2\x5c\x36\xe6\xfb\x98\xda\x06\xbb\x0d\x86\x74\x0f\x8b\x67\x24\x40\xd8\x36\x90\x05\x69\x2e\x9e\xb9\xcb\xc9\xb6\x1e\x9b\x11\xae\x54\x35\x2f\xab\xa5\xca\x5a\x72\x7d\xb1\x09\xdb\x0f\xfa\xe5\x50\x4e\x31\x6b\x06\x06\x63\x09\xc4\x5d\x76\x1f\x81\xa8\x5f\xeb\xa7\xb3\xc3\xf5\xc0\x54\x1c\xe2\x81\x69\x69\xd6\x3c\xda\x46\xaf\xe6\x7d\xeb\xb0\x84\x87\x38\x42\x9b\xdb\xc7\xf6\xcd\x0f\x22\x10\x18\xf7\x2a\x86\xf1\x8f\x8e\xa2\xd0\x88\x8b\x7c\xd8\xe6\x32\x1c\xca\xeb\xa6\x1e\x49\xeb\xd8\xb9\x38\xf8\x68\xd2\xc0\xf3\x31\xbc\xfe\x73\xbe\x7f\x37\x79\x25\x99\xa7\xdf\x4b\xbd\x60\x9c\x2b\x2b\x13\x18\xa5\x3d\x57\x92\xc1\xe9\xc7\x01\xd1\xf8\x0f\x36\x2c\x0c\xe0\x34\xf1\x22\x76\xe2\xfa\xb0\x2c\x4e\x71\x09\x51\x09\x96\x2c\xe4\x0a\x24\xd5\x62\xac\x67\xf6\xcf\x8e\x49\x09\xa6\xc6\x57\x1b\x8f\xdd\x5a\xba\x06\x1c\x43\x81\x37\xd6\x2f\x85\x7c\x83\x3a\x2f\xd6\x22\x99\x11\x35\x84\x3c\xe2\x9e\x01\x5c\xc3\xd6\xbe\x4e\x84\x76\xe5\x0e\x2e\xf6\x2a\xaf\x67\xaa\x28\xa4\x56\xe5\xda\x09\x91\xe6\x12\xa3\x9a\xf0\x36\x1f\x13\x80\x59\xfe\x0b\x59\x5f\x88\xb1\xb8\x82\xdc\x0c\xa3\xa2\x9c\x49\x8b\x99\x1b\x3d\x32\x57\x99\x8b\x98\xb8\xa0\x36\x46\xf6\x3b\x1f\x59\xeb\xcf\x03\x43\xcc\xb3\x84\xa6\xa1\x2a\xcb\x1b\x7a\xc6\xf3\x48\x8f\xc7\x0e\x04\x3d\xd1\x16\xa4\xcf\xfb\xe4\xc6\x12\x69\xfb\x02\xf5\x66\x8f\xa5\x32\xbf\x90\xf5\x77\x90\xa3\xef\xfa\x5a\xb4\x1e\xf6\xfa\x91\x62\x74\x6f\xcf\x1e\x58\x66\x61\x2d\x39\x5f\x54\x6a\x6e\x7e\xfc\x27\xbe\x92\x53\x54\xfc\xb6\xfd\x0f\x59\x9a\x2c\x8f\xac\x60\xc7\xea\x40\xf3\x4f\xe9\xf6\xfd\x9c\x70\xf3\xf1\x16\xdf\xb3\xfa\x70\x17\xbf\xe6\x71\xf5\xbb\x6a\xa0\xff\x39\x17\x00\x6c\x76\x99\x8e\x19\xf5\x1c\xf4\xa5\x16\xcf\xde\xbc\xb9\x3b\xe8\x4a\xcf\x03\x10\xb3\xf6\x95\xb9\x53\xb8\x7c\x3d\xff\xb2\x44\x3d\x91\x13\xf5\x16\xf7\x9b\x98\x90\x7b\xac\x1e\x38\x4a\xd8\xb4\x20\x07\x07\xd6\xdb\xc9\x0e\xa5\x1f\x79\x00\x47\x15\x31\x1f\x4a\x50\xd3\x0d\x3c\xe5\x6f\x6a\x5f\xee\x30\xe3\x4f\x67\x36\x30\x14\x42\x9d\x89\x40\x36\x62\x29\xdf\xab\xda\x4d\xef\x70\xba\x19\x66\x6a\x2e\xd7\x05\x57\xe3\x60\xb7\x00\x3f\x8c\xb2\x02\x5d\x95\xd5\x7b\x6a\x23\xca\xb0\xd6\xe6\x58\xec\x38\xd8\x86\x66\xa2\xcb\xe1\x5a\xaf\x6b\x95\x0d\x3d\xb2\x03\x8b\x50\x88\xda\x75\xf3\x12\x9a\x9a\xda\xd7\xeb\x70\x12\xcd\x34\x33\xd7\x93\x60\xef\x90\x84\xe8\x77\xcc\x72\xd5\x6c\x76\x98\xd9\x9b\xa4\x0e\x68\x27\x14\x3b\xc0\x9f\x0a\xf3\x0a\xe6\x35\xc6\x42\xa0\xd8\xe5\x6e\x15\x27\x60\xda\xb2\xd9\x20\x11\xd2\xa9\x67\xa4\xd3\x53\x71\xf7\xa1\x98\x65\xb2\x91\xa7\xe2\xab\x87\xc2\x08\x15\xcd\x46\x54\x6a\x7e\x2a\xee\xf5\x79\xb2\x48\x01\xe9\x05\x8d\x08\x35\xdd\x60\x34\x53\x2d\x7a\x14\x2a\x7c\x2a\xee\x3f\xec\x88\x15\x3e\x15\xdf\x3c\x14\xaa\x99\x8d\x78\xa6\x14\x77\xd8\x3c\x12\x5f\x63\x7a\x34\x97\xfe\x94\xa1\x9d\xf4\xee\xf4\x45\x86\xa1\xc9\x98\xd9\x18\xee\xfb\xff\xaa\x48\xec\x44\x76\x61\xd3\xbb\xb4\xd3\x61\xec\x63\xd5\x09\x7c\x9e\x24\x0e\x1b\x1a\xbc\xd3\x51\xb1\x17\x2a\x6f\x1d\x1d\x89\xf3\x28\x5a\x3c\x20\x3e\x3a\x48\x8e\x50\x0f\x02\x61\x67\xee\xd6\xa7\x64\xa6\xaa\x9d\xbe\x5d\x61\x59\x0b\x75\x16\xc4\x4c\xa4\xf8\x07\x31\xaa\x5d\x5a\x46\xbc\xef\x9d\x5b\x9e\xae\x9b\xc6\x70\xb2\x9b\x44\x08\xfd\xc9\xdc\x56\x27\xf9\xac\x3f\x36\xf1\x95\xfd\x3e\x84\xda\xfb\x1a\xf6\x71\xa2\xc7\x66\x73\xdd\xdc\x5f\x43\xee\x71\x8f\x6e\x0a\x45\xe1\x1d\x8d\x18\x1a\xeb\x31\x7e\xbf\x1d\xcb\xc5\x6c\x84\x8f\xee\x07\x6f\x7e\x50\x57\xc2\x88\xd0\xf7\x58\x82\x43\xb8\x95\xd4\xa2\xa7\x46\x8b\xd1\x40\x98\x13\x42\x56\xb3\x8b\xc9\x7e\xdf\x6e\x49\xb8\x06\xa6\xbf\xcd\x0f\xa6\x9e\x20\x98\xad\xa4\x44\x8d\xae\xc4\x20\x4f\xdb\xe8\x82\xd0\xe0\x60\x2a\x27\x67\x82\x46\x99\xdc\x03\x16\x46\x7c\x98\xeb\xe1\xac\x2c\x8a\x20\x71\xe9\x3e\xe2\x54\x3a\x61\xc4\x16\x96\x85\x13\x60\x12\x21\x48\x2e\x95\xff\xb1\x53\xb8\x87\x3a\x0b\x74\x9e\xde\xa1\x51\xf1\x1b\xdc\x7f\x5f\xa2\x6b\xd1\x40\xb4\xd3\x5f\xb9\x6f\xb9\xf8\xb8\x93\x8e\x8f\xaa\x3f\xfe\xc4\x27\x5b\x06\xb5\xf0\xe3\xee\xe5\x23\x71\x2c\x9e\xf8\x9f\x87\xb6\x5b\xa7\x6d\x1b\x44\xd4\x3b\x88\xbf\xdd\xa5\x7f\x37\xcd\x08\x28\x76\x05\xbf\xf1\x20\xf7\x7f\x28\x72\xf1\x88\xca\x9b\xbf\x0f\x5b\x59\x9f\x78\xcb\xdd\xe8\x3d\xa1\x26\x97\x8a\x27\xc7\x04\x41\xbe\x7f\xe5\x90\x4e\xfe\xdb\x87\x54\xec\x48\xb7\xbb\xd3\x90\x1d\x5b\x48\x42\x7e\x04\x09\x5a\x4a\xbc\x7c\x6c\x5f\x06\x17\xfb\x76\x05\x5f\xa5\x35\x95\xc3\x61\x0e\x36\xe8\x87\xff\xda\x19\x5c\xfc\x17\xcd\xe0\xd6\x4d\xd8\x1a\xfc\xe1\x21\xa7\xa4\xbf\x7e\x02\x26\x08\x25\xe3\xa1\x5f\xb8\xac\x82\x70\x07\xe7\x2d\x13\x34\xf2\x2c\x72\x25\xc5\x24\xbb\x02\xcf\x52\x26\xb1\x78\x5b\x14\x8e\x25\x37\x17\x86\x7f\x8a\x4a\x66\x79\x89\xf0\x28\x14\xbf\x33\x2d\x3f\xd8\xdf\xf3\xbc\x50\xf6\xef\x95\xac\xeb\xab\xb2\xca\xec\xef\x7c\x29\x17\xca\xe2\xaa\xd8\x99\x08\xfb\x85\x76\x05\x5c\x42\xc0\xc2\xb2\xab\x87\xf3\xf2\x31\xea\x4a\xbd\x9e\x2e\xf3\xc6\xb6\x5f\xa9\x5a\x35\xbb\xb7\xff\x2d\x8c\xb7\xf5\x01\x98\x8f\x17\xb2\xde\x88\xa7\x3f\xbe\x44\x84\x24\x6b\x14\xd3\xea\x8a\xb9\x02\x4c\xb4\xc3\xdc\xf2\x0f\xcd\x61\xf5\x71\xa2\x99\xd5\xd7\xc3\x23\x8e\x39\xa0\x43\x1d\xad\xc9\x43\x5a\x3c\xe6\x6a\x30\x8e\x3e\x48\x60\x17\x2e\xca\xdc\x05\x0f\xb2\x27\x6d\xeb\x81\x59\x87\xaa\x56\xaf\x75\xb1\xe1\xa0\x5c\x64\xfb\x21\xcb\xd7\x00\x03\xd2\xeb\x01\x86\x40\x21\x71\xd5\xe5\x77\xb2\x1a\x88\x45\x55\xae\x57\xf5\x40\x38\x4c\x1b\xeb\xde\x40\xfe\xa6\x14\xcc\x4e\x7e\x3f\xce\x68\x11\x47\xcf\x62\x6e\x12\xac\x12\xa3\x23\xf9\x1e\x3e\x11\xc7\xe2\x94\x8a\xc5\xa0\x74\x74\x19\x84\x6e\x81\xe1\x0c\xbf\x04\xef\xb0\x93\x60\x59\x84\xdf\xbe\xb3\x6e\x9e\xed\x13\xea\x8f\xd5\xcd\x61\x73\x21\xa8\xd6\x33\xc8\x0b\x28\x75\x46\x0e\x34\xd5\x9a\xde\x31\x14\x10\x95\xa1\xff\xcd\x92\x52\xc9\x55\x90\x4c\x70\xa4\x3e\xa8\x99\x6f\xb4\x0d\x76\x97\x00\x91\x61\xe6\xa8\x59\xa9\x11\xf8\x8f\x4c\xae\x80\x05\x25\xc1\xd0\x0a\xfa\x68\x5f\xc5\xcd\x82\xf9\xaf\x9d\x29\x16\x60\xef\x8e\xba\xeb\x6b\x2c\xd3\x66\x2b\x38\x67\xc4\x78\x7a\x44\x01\x30\x85\x0c\x92\xc3\xdd\xc0\x99\xeb\x40\x10\x6f\x84\xd3\x15\xda\x80\x49\x49\xcc\xa7\xc6\x16\xd8\x36\x41\x91\x15\x75\x84\xf0\xef\x9e\x21\x62\x0f\xa9\xc3\x81\xea\xba\x58\xab\x53\x47\xd2\xd1\xcc\x3e\x93\x75\x23\x32\x55\xcf\x94\xce\x24\xe4\x6e\x73\x9d\x01\xcf\xcf\x95\x9c\x31\x47\x2c\x43\xff\xa7\x7c\x22\xdb\x16\x68\x88\x8b\x74\xb3\xc9\x18\x76\xf7\x9a\x30\x20\x85\x78\x5e\x8f\x8e\x84\x63\x28\xfe\xdc\x00\x86\x91\x6b\xce\x31\x5a\xa4\xe4\x27\x98\xe1\x7a\xa0\xdf\x5d\x6b\x96\x0f\x0e\x0c\xe1\xfa\x5d\xc1\x1c\x88\xf9\x35\xc1\x36\xd8\x2e\xe8\x29\xb7\x1f\x5b\x37\x6e\x5a\xb6\xee\x85\x4b\x2d\x5d\x13\xae\x44\x13\x87\xbd\x91\x0d\x9a\xea\x30\x15\x40\xa0\x33\xff\x94\xa5\x08\x60\xde\x12\xdb\x9c\x67\x25\x60\xde\x85\x11\x44\x24\xa1\x4e\x34\x17\xca\x0a\x05\x98\x7c\xc1\xa5\x17\x45\xd4\x0a\x2a\x0d\x01\x5c\xb7\x2a\x85\x5e\x51\x86\xff\x79\x3c\x61\x07\xf3\x3f\xb0\xd0\xc4\x9a\x50\x88\x1d\x0a\x39\x6d\xd6\x89\x4e\xb1\x50\xc6\xbd\x47\xa1\x9c\x86\xb3\xe2\x04\xb9\xd0\x2c\xc5\xcc\xcd\x61\xda\x01\xef\xae\xeb\xbf\xea\x56\x95\x60\xbd\xfd\x69\x43\x9c\xb8\x1f\x72\x6f\x14\x4f\xdc\x81\xd9\x94\x16\x7e\xc2\xf1\x1d\x76\x36\x71\x50\xc8\x42\x69\x7b\xc2\xd8\xd4\x92\xf6\x78\xf2\x00\xf8\x36\x00\x3d\x16\xde\x1f\x02\x96\x23\x43\x47\xb6\x67\x93\x6d\x11\x24\x02\xc4\xd3\x75\x47\x4c\x13\xa4\x94\x87\xf3\xe5\x63\xd0\x79\x99\x65\x9e\xe3\x59\xaa\xaa\x06\x8c\xb1\x0c\xc0\x10\xcc\x87\x84\xc1\x77\xbe\xc4\x28\xcb\x6d\x5e\x9b\xfa\x7d\xbe\x0a\xdf\x69\xf5\xc1\x06\xb1\xbe\x57\x1b\x43\xc5\xa6\xc8\xf5\xb5\xf0\x95\x40\xee\xfa\xa1\xd4\x2f\xac\x6b\xc8\x18\x3f\x79\x70\x20\xa0\x0a\x5c\xce\x03\xc8\x3c\xac\x97\x95\xda\x6a\xc4\xcd\x9f\x98\xe7\x82\x83\x76\xbb\x4e\xe0\xc9\xf7\x84\xb3\xf9\xd0\x8b\xb5\x28\x6b\x55\x37\x2e\xa7\xc5\xd1\xaa\x52\x33\x05\x4e\x43\x81\xef\x76\xec\xe8\xd1\xe5\xe7\x91\xb4\x95\x75\x44\x80\x26\x74\x85\x0e\x40\xb3\x35\x33\x69\x0d\xa2\x73\x1a\x49\xf5\x6a\x17\xcd\x62\x90\x52\xd1\xef\x98\xd6\x3c\xc9\xa2\xd8\x32\x47\xf5\xa7\x4d\x92\x21\xa5\xb2\xc8\x9e\x6d\x8f\x8b\xf6\xbd\xd7\xea\xca\x3a\x85\x73\x3f\x6c\x4b\x04\xe7\xa1\x5f\xe8\x2f\x80\x47\x7c\x0b\xfc\x5d\x85\xac\xa6\x79\x53\xc9\x6a\xe3\x82\x28\xff\xe3\xd5\xf7\xa8\xb9\x1e\x88\xba\xc4\x6c\x75\x19\x48\x2d\x53\xa5\xd5\x3c\x6f\xd0\x25\x96\x65\xfd\x37\x62\x1c\xf3\x1b\x83\x55\x6b\x79\xf7\x7c\xca\xba\xff\xb9\x95\xe7\x12\x58\xd7\xca\x6f\x01\x48\xe9\x08\x71\x4d\xfd\xf0\x44\xe3\xc3\xb7\xfe\x1b\x86\x1b\x44\x3f\xe0\x77\xa2\x70\xab\xf8\x61\x87\x8f\xff\x2e\xa1\x0d\x7f\x45\x40\x43\x77\x18\x03\xcc\xc1\xd6\x30\x86\xde\xd6\xf2\x1d\x03\xc3\xa0\x76\xc3\x5d\x0f\x0e\xf0\xbf\xce\x5a\xdd\xa1\x00\x4e\xd0\x47\x62\x21\xc9\xd6\x1b\x93\x0b\x43\x1c\xeb\xb9\x7d\x1c\x47\x76\x19\xfe\x7d\x9e\x0c\xb1\xb1\x35\x92\xb1\x5c\xfe\xe5\x89\x7d\x69\xb7\x79\x57\x38\xf3\xd3\x1a\x30\x1a\x9b\x52\x38\x3e\x51\x97\xce\x67\x6e\x2a\x67\xef\x87\xab\xaa\x5c\xc9\x05\x38\x77\x97\x2e\xd6\xb0\x65\xb4\x8d\x76\x4a\xcf\xb5\x67\x41\xbc\x7c\xe7\xee\xa4\x7c\x76\xb7\x05\x39\xfe\xa4\xd6\xb5\x32\x0d\xce\xfe\x82\x0e\x26\x26\x7a\xec\x3a\x9b\x8e\x8f\x7e\x4a\x82\xef\x52\x49\x5d\x93\xd0\x66\x66\xf6\xa1\x90\x98\x0b\xdc\xbe\x70\xae\x4d\xe0\x53\x08\xbb\x93\x31\xbf\x80\xe2\xda\x13\x74\x13\x53\x4a\x46\xbc\x74\x33\xa6\x64\xc8\xca\x76\x4e\xb5\xed\x78\x6b\x89\x40\x34\xbf\xaf\x6c\xaf\xa9\xfb\x71\x7a\x23\xfb\x98\x7b\xd7\xb7\x52\x53\xdf\x7c\xe2\x79\x37\x74\xd7\xd4\xc3\x58\x6c\x68\x39\xbc\x72\x19\xbe\x42\x41\x6f\x37\x96\xff\x67\x4c\x8c\x56\xd0\xf6\x9f\x45\x43\x45\x38\x7b\xcb\x75\xd1\xe4\xab\x42\x3d\xc3\x7e\xd4\x5c\x7c\xa6\xbe\xd5\x83\x54\xf6\x81\xb6\x60\x6c\x8b\xf3\x69\xd9\x2e\x04\xb7\xfd\x42\x6d\x1b\x94\x7d\x2c\xf0\x99\x0d\x24\x62\x86\x41\x1f\x8c\x67\x56\xea\x4c\xe9\x1a\xc0\x0c\x99\x5e\x69\x35\xa0\x68\x90\xf4\xea\x46\xce\xd4\x5a\x5d\xfd\xcc\xfc\xa8\x9d\x87\x78\x7b\xcc\xee\x23\xe1\x7d\x60\x29\x57\x2b\xba\x85\xae\xc4\x5e\x80\xa1\xbf\x7d\x46\x76\x77\x8b\x46\x9a\xa2\xeb\xf8\xf5\x35\x0d\x6f\x17\xb2\xe2\xa3\xa3\x7b\x70\xcb\x7b\x9a\xa4\x13\x18\x45\x44\x93\x4b\xb9\x4a\x28\x88\xdb\x44\x99\x48\xa5\xc4\xbf\xdc\x5a\xb9\x5a\xf9\x3d\xec\xee\xfc\x03\x46\x1b\xee\x72\xb3\x2a\xeb\xc6\xbe\xc6\xbf\x75\x66\xff\x8e\x31\x0c\x11\x7c\xc6\x55\x00\xef\x17\xff\x33\x19\xe5\xc3\x4a\x8f\xc3\x5e\xf9\x17\x8c\x20\xd9\x17\x4c\x37\xd8\x17\xcc\xcf\x2d\x5f\xd0\x59\xc7\x17\x52\xa3\x69\x6d\x80\xed\x31\x04\xb4\x3d\xba\x78\x99\xa1\xf7\x46\x2d\x57\x03\x91\x0f\xc2\x28\x82\x55\xa5\x5e\x61\x5e\x52\x1f\x16\x61\x7a\xd2\x7e\x58\x29\x48\x42\x9e\x83\x7b\xa3\x75\x36\xf7\xbb\xc0\x8b\xf2\x7f\x53\x8d\xc8\x75\xde\xe4\xb2\xf0\xe1\x03\x20\x9f\x9b\xbe\x3a\x5f\x94\x0f\xce\x2d\xc8\x14\xaa\x29\x1c\x01\x40\x57\x63\x1e\xc5\x74\x2b\x76\x82\xc0\xdb\xf5\x76\x80\x90\x64\x93\x4a\x39\x71\xf5\x89\x38\x73\x49\xa2\xce\xc5\xa9\x9b\x1b\x5f\xe5\xcc\x21\x64\xf7\xc3\x31\xfc\x58\x29\xda\x6a\x4d\x09\xa9\x87\x6c\xa0\x08\xf9\xf9\x83\x5f\x76\x05\x59\x2e\x24\x6c\x7a\xb3\xcd\x4d\xff\x87\x96\x85\xd5\x1b\x3d\xbb\xa8\x4a\x9d\xff\x43\xf2\x60\x34\x6a\xe7\xa5\xe6\x9a\x2e\x54\x91\xd9\xe1\xef\x31\x6d\xc8\x93\x60\x78\xc4\xe9\x60\xbe\xa0\x0f\xaf\x0c\xa3\x63\x9b\x27\x5a\x7d\x66\x22\xc3\x3a\x93\xb8\x1f\xaf\xd7\x3e\x3b\x5d\xd5\x02\xe9\x7a\xe9\xa0\x7e\x84\x0c\x68\xb5\xac\x88\xff\xa8\x8c\x08\xb0\xac\x00\x15\x07\xc6\xc0\xf6\x0d\xe4\x11\xf0\x84\x63\xc9\xd4\x7f\x85\x6d\x0d\xb8\x15\x40\x03\x4f\xd8\xd4\x9c\x06\x0d\x5c\x5f\x07\xbb\x32\xec\xb1\x07\x8c\x68\x54\x45\xbe\xe8\x81\x6b\x52\x2d\xb4\x32\x3f\x64\x15\x5c\x20\xce\xce\x43\xac\x30\xdb\x4e\xe9\x72\x5e\x1a\x31\xd0\x2e\x2c\xc2\x22\x85\x57\x10\xfb\x8e\x4d\xb8\x5b\xe8\x87\x81\xb6\x55\x67\x62\x55\xe5\x4b\x73\xb7\x25\x6d\x22\x3b\x08\xec\x3a\xb4\xf4\xd2\x5e\xcc\x79\xa9\x1d\x63\x7c\x6d\x08\x31\xa9\x3c\xe0\x0a\xde\xa7\xab\x55\xb1\x61\x93\xc6\x3e\x17\xcc\x24\x0b\xa3\x58\xa2\x4e\xc8\x92\x1b\xff\x9c\x65\x0d\xfe\x20\xf0\x8d\xf4\x88\xc5\x9c\x9d\xa7\xba\xe5\xf7\xd6\xcf\x7a\x88\x62\xed\x9c\x0c\x0d\x8e\x49\x4c\x37\x82\x92\x29\x35\x17\x6a\x29\x2c\x10\x8c\x1b\xba\x3b\x0b\x21\xcc\x63\xb9\xfa\x34\x81\xcc\x1d\xb3\xa6\x6a\x47\xe0\x91\x1f\xeb\x99\x1d\x2b\x96\x0c\xa2\x90\xaa\x97\x3a\xf1\xba\x75\xa8\xa6\x4e\x48\x3f\xfb\x40\xe9\xf1\x01\x1f\x6e\x07\xbf\x0b\xda\xa3\x61\x25\x5b\x77\x2c\x62\xc2\x18\x13\xab\x65\xc1\x96\x10\x62\x96\x71\x69\x9d\x03\x67\xb0\x5f\x72\x6d\x2e\x33\xbe\x71\x2b\xa1\xf1\xf6\x89\x44\x22\xf4\x0f\x26\x2a\xbf\x5e\x37\xa9\xa0\xcd\x4f\x88\x10\xe3\x0b\x91\xb7\x53\xe2\xb0\x91\xfe\x04\xea\x2d\xe5\x97\x46\xd4\xb9\x9e\x61\x24\x09\x6c\xf9\x12\x51\xca\x24\x9f\x8b\xb8\x1d\xa0\x26\x6b\x8d\x62\x8b\xcc\x83\xcd\x76\x0e\x37\xe3\x5c\xad\x47\x21\x61\x7c\x1b\x91\x9d\x6b\x40\xfb\x25\xa5\xf6\xe3\x5c\x18\x92\x6a\x58\xe9\x34\x71\xa0\x36\xfe\x5a\x6a\x6f\x80\xb0\x7d\xfc\x09\xa4\x98\xf1\xee\xa6\x55\xda\xb2\x46\x37\xad\x50\xac\x35\x40\x86\x60\x0e\x3a\x4f\x4e\x4f\xe2\x90\x5c\x9a\xdb\x53\x3a\xce\x6c\x5b\x80\xf4\x99\x58\x72\x8c\x0a\x84\x76\x69\x4b\xba\xcc\x5d\xee\x61\x22\x36\xb0\xeb\xda\xe9\xb8\x64\xc6\xa6\xd6\x4f\x28\x5a\x41\xd6\x8b\x0b\x3e\x84\x7c\x2e\x2c\x4a\x30\xdd\xbc\x42\x45\x5b\xb0\xd0\x8e\x8d\xb6\x4e\x06\x78\xef\x33\x8f\x25\xb2\x1f\xe0\x0a\xd9\x8c\x61\xec\x18\x1c\xb4\x57\x30\x8e\x36\xf6\x05\x9c\x84\xf3\xb0\x8b\xd3\x04\xcb\xdc\x26\x5d\x37\x17\xfc\x20\x08\x89\xb6\xad\x6b\x34\x7b\x69\x24\xcd\xd9\xd3\x4b\x35\xd0\x99\xe7\xa8\xdf\xbe\xb1\x62\xa5\xef\xaa\x72\xf9\x16\x0c\x27\x29\xb3\x0d\xa8\x3c\x9e\xd9\x43\xc7\xdd\x1c\x7e\xbf\xd1\x92\x43\xc1\xc6\x3f\x51\x0a\x20\x6b\xb1\xb7\x29\x81\xce\x9c\xb1\xe6\x58\x9c\xa3\x9b\xa3\xbb\x1c\x2e\xcd\xc2\xe4\x0d\xab\x1a\x37\x66\x41\x16\x7c\x6b\xe4\x97\xc0\xee\x97\x71\x1d\xc8\x11\x2d\x8e\xb9\x33\xe3\x5b\xc3\xc7\xcb\xb5\xce\x24\xba\x15\x39\x39\x41\xe9\x1a\x00\xe6\x01\x28\xc2\x91\xaf\xac\x8c\xb0\x22\x67\x17\x00\x49\x4b\xd9\x01\x56\xc3\x42\x5d\xaa\xc2\xb2\xf3\x5e\xdd\x67\xda\x02\x9a\x38\x31\x8e\xed\x4b\xbb\x07\xb3\xf0\x05\x70\x0e\x99\x22\x9e\xa3\x01\x0b\xf4\xb0\x1f\x7f\xaa\x37\x9f\xff\xfd\x10\x21\xf8\x59\x94\x62\x97\xc5\x5e\xee\xd8\x19\x74\xda\x38\x6b\x65\x84\xdd\xa6\x22\xc2\xc4\x72\x3d\xb1\x17\x2f\x25\x48\xf5\xa6\x02\x4b\x6c\xbb\x37\x26\xe5\xf2\xb2\xac\x9b\x67\x2e\xdb\x2d\xf8\x4a\x30\x1e\x11\x0e\xc8\x2b\x5b\x44\x9f\x5d\x6f\x5a\xfb\x9d\x8a\x77\x74\xba\xcd\x1f\xfc\xd4\x77\xe9\x11\x42\xc9\xed\x29\x04\xea\x5f\x48\xbd\x80\xd8\x4d\x23\x29\x6c\x8b\x5d\x8e\x86\x10\x44\x2e\xb7\x92\x3a\x7f\x74\x16\xa1\x9d\x34\x26\x3e\x70\xbf\x63\xbf\xe6\x6e\xbf\xa6\x1c\x3d\x68\x99\x23\x72\xeb\x56\x2d\x0e\x98\x6c\xee\x5d\x5d\x93\x7c\x3f\xf4\xb5\x4a\x75\xc8\xf2\x45\x64\xaf\xfc\xbd\x03\xd5\x08\xe7\x9d\xec\xfb\x90\x94\x55\x16\x62\xbd\x02\xf5\x89\xc2\xdb\xe7\xca\xb9\x1b\xda\x3e\x06\x7c\x3e\x81\x4c\xd0\xf6\x00\x82\x7b\x89\x4b\xef\x61\x27\xd3\x83\xa3\xf7\xf2\xb9\x90\x7a\xd3\x87\x6b\x2e\xc6\xea\x18\x32\xc8\x8a\x40\xcb\xfc\x3b\xe0\x91\xe5\xec\xe0\xb5\x4b\xf9\xbb\x5d\xca\xdf\xf9\x52\xb2\x5e\x76\x2c\xe2\xef\x7c\x11\x23\x79\xb1\x8d\xb6\x94\x3a\xe4\x99\x49\xdd\xad\x6b\x28\xb4\x3e\x46\x74\xc6\x2d\x6b\x9f\x2c\xcf\xdc\x08\x5a\xc2\xf7\x4b\xf4\xbe\xf0\x16\x57\x18\x8f\xb8\x92\xb5\x90\x69\x77\xa0\x81\xc8\x75\xad\xaa\x46\x48\xed\xf8\x94\x99\xf1\xa1\xdd\x5f\xef\x6e\x07\x58\x0b\xa1\x37\x04\xfe\x63\x10\xe0\x39\x78\x8c\x47\x16\xae\xd1\xac\xd4\x33\xd9\xf4\xc4\x3f\x05\xb9\xbe\x78\xd2\x1b\x8a\x3b\x76\xaa\xd1\x7e\x2f\x00\x47\x1d\x73\x73\x9c\x62\x60\xf1\xc7\xb0\xc1\x7e\x27\x40\x46\xc2\x67\xa6\x8a\x26\xf1\x91\xf8\xdd\xa5\x0b\x4a\x9d\xed\x76\x2c\xf9\x40\xfc\x6e\xf6\x6f\x50\x9d\xa8\xa9\xa3\x01\xe6\x4d\x16\xb6\xf5\x3b\x5a\x33\xba\x9a\x4a\xf9\x85\xf8\xa2\x09\xd7\x58\x67\x16\xc0\x7b\x83\x63\x10\x09\x1f\x1d\x76\x5a\xa6\x69\x6c\x9b\xd4\xf3\xb7\xaa\x5c\xaf\xa8\x4e\x1d\x33\xa9\x7a\xc0\x28\x3b\x10\x89\xa6\x9b\x37\x70\x30\xb1\xd7\x0c\x7f\x81\x66\x61\xba\xb1\x61\xa7\xe3\xb8\xe1\x76\xe1\x7a\xbd\x52\xd5\x2b\xc7\xe5\x62\x1d\x24\x3f\x3b\x98\xd4\xe8\x4e\xbb\xf8\xdc\xc4\x13\xe7\x77\x2f\xae\xc5\x22\x72\xf6\xac\x5c\x43\xcf\x8e\x07\xe1\xfd\x65\xb2\x7f\x1c\x68\xfe\x38\x08\x0a\x5c\x89\x0e\x0e\x42\x98\x17\x37\x07\x59\x0c\x00\x43\x9d\xfe\x56\xce\xde\xaf\x57\xa2\x7d\x36\xc7\x1e\x7d\xbf\x50\x9c\xbe\x2c\xae\xe4\xa6\x46\xdd\x98\xca\x01\xbb\x01\xbe\xec\xa4\xb0\xb2\x62\x23\x8f\x14\x9e\x6d\x95\xa7\x5f\x87\x83\x03\x7b\x7c\xe8\xcc\xc8\x8b\x90\xbd\x47\x9c\xf7\x48\xdd\xc9\xa7\x33\xee\xdb\xcf\x35\x5c\xdf\xd5\x42\x55\xce\x3a\x9b\xcf\xe7\x2e\x21\x2d\x60\xc3\xb9\xea\xd1\x61\x01\x60\xf5\xa6\xca\xcf\x60\xa7\x04\x89\xc6\x36\x72\xe8\xe4\x0f\x3b\x4f\x14\xa9\x83\xc2\xea\x2b\xd9\x5c\x8c\x2a\x73\xb8\x2c\x7b\x20\xc8\x1c\x8f\x4e\x82\x7d\x86\xe2\x37\x8c\xb9\x0d\x37\x83\x40\xea\x11\x91\xf0\x61\xdd\x9c\x5a\xdf\x33\xde\xbf\x36\xc1\xbe\x6b\xf7\x53\xd2\xec\xbb\x4a\x3b\x24\xdb\xc7\x7f\x2d\x79\xd0\x8b\x7b\x2c\x4c\x9c\x4b\x91\xd7\xd7\x7e\xc6\x52\x01\xab\xf1\x8d\x76\x25\x51\x03\x1a\x6d\x71\xa7\xcb\x64\x57\x5e\xd6\x04\x0f\x17\x7b\x30\xa0\x78\x5d\xf6\xfe\x6d\x59\x28\x00\x1d\xfc\xa1\xcc\xd4\xf7\x79\xdd\x04\x59\xf8\x5f\xbe\x30\xe7\x06\x2e\xf7\x64\xff\x21\x55\x3f\x15\x8f\xf4\x7a\x39\x55\xd5\xe3\xbe\x47\x01\xe1\x0a\x40\xef\x68\xec\xe5\x40\x23\x34\x13\x97\x0e\x7c\x57\x5c\xba\x6e\x6b\x72\x0b\x45\x45\x47\x5d\xc1\xee\x6a\xc3\x4f\x50\xe6\xf4\x36\x4e\xcf\xae\x94\xf7\xaf\xa3\xbd\xcf\xa4\xbe\x4f\xa3\x3f\x6b\x5c\xb4\xd4\x65\x63\x20\xcb\x2b\xad\x2a\x97\xf4\x7e\x8f\x91\x62\x4b\x18\xab\x55\x63\x0b\x26\xac\x8b\xe6\x9f\xb9\x50\x8c\x3d\x9c\x01\x22\x76\x74\x89\x6f\xdc\x57\xc9\x8b\xd5\x11\xf5\x9e\x81\x34\x99\x44\x8f\xda\xe2\x6c\xc5\xe1\x13\xb6\x3a\x5e\x11\x9a\x52\xda\x5e\x8a\xff\x52\x80\x9f\xdd\x4a\xc1\x24\xa3\x63\x35\x2d\xb7\x75\xae\x35\xc8\x89\xb7\x89\xb8\x9c\xdd\xbc\xad\xe4\xec\x3d\x83\xe9\xf2\x9a\x42\x30\x4d\x35\x64\xb1\xa9\x5b\x7b\xc3\x88\x09\x29\x15\xf2\xdb\x0b\xb5\x11\x57\x79\x51\xe0\x29\xb7\x28\xb5\x72\xea\x30\x59\x14\xe6\xe2\x51\xe7\x98\xf5\x06\x17\xa4\x5b\x57\x68\x7d\x21\xd8\xfe\x6b\x0d\x9f\x9f\xf9\xc3\x61\x6b\xd4\x61\xdf\x30\x3f\xb4\x42\x9f\x67\x4c\x29\x0f\xd9\xc7\x2f\x55\xe5\x22\xdf\x1d\xdc\x1f\x1a\xa7\x9a\x56\xf7\x62\x0d\xfc\x24\x14\x26\xba\xd7\x7e\xab\x36\x11\xfa\xf7\x2e\x7f\x87\xba\xe7\x2b\xe8\x21\x60\x0b\x0b\x4a\x3c\x06\x8b\x72\x99\xd7\x39\xa4\x86\x9c\x96\x97\x6a\x80\x99\xff\x32\xb8\x2b\xe4\x8d\xe1\xc6\xef\xf8\x74\xbc\x63\x2d\x23\xc8\x02\xb8\x7a\x43\xd6\x34\xa1\x4b\x6d\x33\x20\x8e\x42\xd1\x94\xe4\xa7\xc3\xb1\xc8\xa3\x7b\x3c\xd8\x84\x18\x4d\x98\x2f\xb6\x29\x87\xd5\xf8\xe1\xf5\xdb\x17\xa7\xe2\xad\x11\x24\x66\x98\xbe\xbb\x7e\x9f\x83\xb7\x40\x0e\x77\x9d\x4a\x21\x2c\x67\xaa\x19\xd1\xcb\x47\x6a\x34\xe8\x1e\x12\xc0\x4f\xd5\x66\xce\xfa\x03\xb1\xd6\x85\xaa\xc1\xa7\x29\xcb\x33\x7d\xab\xc1\x99\x12\xbf\x49\xbd\xf9\xcd\x37\x99\xd3\xca\x03\x86\x36\x20\x6a\x5b\x10\x01\x32\x58\xb2\xe6\xb5\xd7\x52\x38\x81\xdb\xcc\xb7\x2e\x11\x00\x8f\x15\x7d\xa9\x67\x15\x94\x44\xfc\x41\x6b\xc6\x2e\x36\x43\xcc\x33\x87\x92\x27\xac\x2e\xf0\x60\xe8\x34\x1e\x9e\x4b\x09\x38\xf5\x54\x0e\x12\x40\x42\x27\x03\x10\xd3\x99\xac\x21\xc9\x53\x3e\xbb\xc0\x9d\x45\x89\xaa\xa0\xea\x64\xff\x18\x1a\x0f\xa6\x09\x75\x7b\x59\x3e\x9f\xbb\xb4\xa2\xe6\x93\xd3\x35\x00\x84\xc9\xa2\xe6\x38\x10\x94\xd3\x17\x40\x1d\xff\xa1\xaa\x72\x14\xc8\x58\xb8\xd3\x0f\x0e\xe8\x40\x0d\x68\x24\xd8\x05\xbf\x8b\x10\x59\x28\xc5\x8b\xd9\xad\xa2\x93\x0f\x3b\x06\xcc\x5c\x73\xbc\x24\x7e\x83\xe3\xb3\xee\xda\xaa\x21\x23\xf8\x49\x81\xc4\x0b\x62\x48\xb8\xca\x40\xd4\xaa\xc8\x97\xe6\x86\xad\x48\xbb\xa1\x32\x64\x87\x65\xd5\x44\xe7\x2c\x3b\x32\x68\x4e\x1e\x03\x1c\x7a\xc4\x1d\x6e\x42\x1d\x85\x83\xb4\x17\x7b\xf2\x5c\x5f\xb3\x81\x6f\xc1\x3c\xe4\x37\x15\x6b\x7c\x5a\x95\xab\x91\x59\xd2\x5e\xe4\x1d\x35\xe9\x3a\x74\x12\x67\x50\x38\x67\xcf\xf3\x7a\x26\x2b\xca\x16\x23\xe0\x0e\x7f\x51\x16\x99\xaa\x6c\xc8\x3f\xf9\x3c\x00\x11\xcb\x59\xb3\x76\xaa\xa5\x80\xc5\x07\x97\x2a\x6f\x2e\x66\x8f\xb7\x59\xb5\x8c\x7c\xca\x16\x2a\x92\x3e\x3b\x0c\x08\x71\xdb\xc1\x35\x41\xa9\x0c\x58\x47\xad\x3c\x09\xd4\xeb\xd9\x4c\xa1\x0e\xc6\x7a\x95\xe0\xb3\xba\x9e\xaf\x0b\xcf\x0f\xea\x26\x5f\xad\x0b\x43\x27\x2d\xd2\x88\x8e\x6d\x48\x59\x44\x77\x4c\xdf\x1d\x76\x59\x8e\xcc\x60\x11\x51\x1d\xa6\xee\xe3\x7d\x86\xfd\xcb\xaa\x52\x8c\x0c\x3a\x8e\xbe\x29\xab\x26\x4d\x02\x1d\x47\xd0\xeb\x4b\x55\x55\x79\x66\x8e\x67\x8d\x83\x33\xe2\x67\x39\x17\x8b\xa2\x9c\x1a\x7e\x3b\xdd\x08\xad\x6a\x73\x08\xc5\x07\xf8\x36\x49\xe5\x66\x29\xa5\xfb\x3a\x83\xb7\xc7\x2d\x08\x3b\x6b\xe6\x2d\x36\xb1\x48\x63\x5e\x7f\x82\x1c\x8c\xf4\xde\xa1\x43\x54\xa0\x9b\x70\xba\x6e\xfe\xd4\xaa\x58\x08\xe8\xd5\x87\xb0\xfa\x07\xa9\x08\x56\x74\x55\x38\xba\x2d\x5e\xea\x46\x55\x5a\x16\x70\xcd\x86\x68\xa7\xdb\x47\x81\x83\xa4\x8b\x0d\xf2\xf7\x2b\xa6\x6c\x88\xaf\x5e\xec\x95\x0b\x66\xa5\x9e\x54\x3b\xc5\xb3\xee\x05\x01\xad\x7a\x62\xed\xfe\x1a\xef\x64\xd2\x8d\xc6\xac\xb9\x4b\x0a\xed\x9e\x92\xd5\x88\x4e\xf3\xb5\xc5\xe7\x85\xf8\x11\xcc\x88\xc0\x23\x69\x98\x47\x6b\x4b\x99\x1e\xa4\x94\xae\x43\x0f\x36\x47\x9d\xce\xec\x1c\x5a\x9c\x3b\xd8\xa9\x9b\x91\x84\x7e\x8f\xe2\x23\x43\x00\x66\x16\xe1\xdb\x89\xe4\xcd\x37\x1e\x8a\x76\x76\x06\xb7\xd8\x31\x63\xa5\x58\x57\x45\x3f\x58\xbb\x12\x3e\x74\x8d\x96\x35\x8b\x90\xc9\xd3\xcb\xee\xb4\xd3\x8e\x04\x23\x7d\xe3\x27\xab\x04\xb1\x7e\x9f\xfb\x21\xbd\x31\x02\xbd\x5b\x2a\x00\x5a\xc6\x15\x94\x71\xf7\x46\x2c\xd4\x2d\x88\x7a\xe6\xbe\x89\x58\xd4\x85\xda\x1d\xdd\xbe\x3d\xd1\xe2\xb6\x78\x2a\x8a\xf2\x8a\xec\x8e\x58\x17\x92\xc9\xb9\x40\x3c\x43\x7f\x88\x00\x05\x48\x32\xb8\x1d\x6f\xd5\x6e\xbe\xa0\x11\xdf\x4d\x47\xb9\xf0\xfc\xff\xb7\x92\x95\x5c\x8a\x7f\xbe\x01\x81\xeb\xda\x72\x82\x8f\xbe\xfc\x53\xff\xa7\x19\xa4\x58\x55\x6a\x78\x43\xd3\x62\xba\xce\x8b\x86\x77\x67\xe4\x10\xab\xd9\x37\x49\x9b\xf0\xd1\xeb\xf5\xd8\xcb\xa7\xe6\x36\xf2\x51\x9c\x11\xab\x3e\x4f\xbe\x34\x27\xc8\x39\xf4\x30\xbc\x16\x58\x6f\x27\x1b\xc8\x32\xc1\x5c\xa2\xd8\x51\xcf\xb2\xdc\xef\x14\xc7\x72\x62\x15\x3b\x36\xfd\x45\x07\x59\x95\x8f\xb9\x37\xff\xa5\xd0\x7b\x31\xcf\xb5\x8d\x83\x75\x34\x8b\x69\xfb\xca\xb9\x9f\x2c\x34\x10\x38\x5a\xde\xc7\x93\x30\x20\x56\xcb\x17\xdc\x49\xe9\x19\x04\x63\x11\x8e\xf2\x19\x95\x81\xa4\xe4\xdc\x1f\xfb\x8e\xff\x5b\xf4\x6e\xfb\x97\x4b\x3e\xa4\xe9\xf2\x0b\x3a\xac\x65\xae\xf3\x65\xfe\x0f\x6b\xb9\x42\xa4\x39\x7b\x41\xc9\x6b\x94\x68\x20\x5b\xa1\xfd\x06\x5d\x24\x8a\x1c\xc2\x09\xdd\xa5\x80\x9a\xed\xb1\x7b\x56\x39\x27\xc1\x7d\xb1\x96\x95\xd4\x8d\x52\xb5\x58\xd7\x76\xb6\xfb\x8e\x2f\x73\x2e\xd7\x4e\xdc\x08\x22\x6b\xb6\x9e\x29\xa7\x8f\xc0\xfe\x39\xd4\x73\x33\x25\xe5\xda\xc1\x14\x9a\x2e\x9a\xeb\x8a\x78\xf9\x1c\x1b\x70\xc6\x0d\xe2\x83\x9d\xe9\xed\x1d\x77\x82\x5e\x05\xbe\x0f\xe2\xb1\xb8\x83\xca\x34\x34\x4c\x8d\xb9\x97\x83\xe8\x73\x3b\xd0\xcb\xe7\x01\xd6\x54\xcb\xc7\xd6\x94\x7a\x00\x59\x3f\x42\x28\x56\xab\xc6\x6e\xdb\xf4\x4e\x62\x9b\x5e\xd8\x34\x28\x9e\x03\x0d\x38\x74\xe1\x9c\xfa\x6a\x4d\xa4\xd0\x55\xcf\xa6\x6f\xc2\xa6\xf5\xea\x9f\x3e\x92\x8e\xe8\x73\x20\xa7\x58\x03\x96\x02\x80\xf6\x11\x08\x4c\xc8\xfa\xb1\x52\x6e\xa7\x38\x61\x12\x6e\x76\x75\x63\xfe\xf7\x52\x55\xf9\x7c\x43\x41\x98\xd5\x06\xa2\x17\xeb\x46\xad\xc4\x7a\x25\xa4\x00\xd6\x18\x9d\x3d\x78\x92\xd9\x36\x83\x8e\xcc\x62\x79\x2a\x95\xf9\x96\x09\x55\x09\xd6\x6d\xa9\xc3\x5a\xc6\x30\x5c\x1e\xa3\x90\xb7\xc2\x04\x28\x60\x4a\xc8\x49\x40\x71\x50\x56\xa2\xca\x17\x17\xcd\xb0\x29\x87\x85\x9a\x37\x4e\x9b\x1b\x9d\xf7\x08\x0d\x30\xd9\x37\x77\xaf\x9a\x24\x42\xb3\x9e\x04\xff\xc6\x7d\x9d\x01\x7f\x23\x20\xd4\xed\x52\x42\x4c\xbc\x79\x1c\x54\xfa\x74\x5a\x56\x8d\xa0\x84\xa5\x79\x23\x24\xb3\xb8\x06\x0b\x1f\x91\x2a\x61\x20\x50\xcb\x48\xad\xfd\x58\x9c\x08\x95\x7f\x1f\x83\xf6\x7a\xc0\x4a\xbd\x27\x80\x21\xe4\xc8\x19\x21\xbc\xba\xc8\x6a\x76\x31\x20\xc1\x05\xb9\x00\x2e\xb5\x99\x66\xcb\x19\x6a\x82\x2e\x4c\xa4\x3d\x70\x9f\x85\xf5\x19\xc3\xd7\x03\x33\x77\x7b\xef\xdc\xb8\x63\x78\xf5\x8a\xbe\x4d\x8b\xd6\xf2\x89\x02\x90\x07\xf3\xce\xb9\x93\xb4\x29\x34\x91\x1d\xbf\x65\x16\x4b\xe2\x2a\xa3\x41\x1d\x46\x96\xd7\x02\xa1\x2e\x41\xa3\x67\xcd\xb4\xa8\x7c\x19\x98\x55\x36\xe2\xac\x35\xb6\xca\x2a\x74\xd2\xb6\x34\xbf\x72\xa6\xe5\x93\xe8\x2a\x1d\x6c\x18\x7f\xa9\xeb\x30\x0e\x3f\x6c\xa9\x0f\xf6\x52\xb0\xf9\x93\x6d\xd7\xd9\xe8\x92\x9c\x66\x37\x5d\x57\xf9\x58\xfd\xbc\x2d\x22\x07\xa1\x52\xe0\x9e\x63\x8e\x39\xf5\x41\xcd\xd6\x78\x4b\x00\x0d\xa0\xa1\x2b\x27\x04\xe5\x73\x38\x23\xc9\x77\x76\x55\x95\x97\x79\xe6\x8e\xc4\x1f\xf1\x27\xa9\xa9\xde\xf9\xfc\x1d\x95\xe2\x32\x24\xed\xba\x65\x99\xe5\xf3\x5c\x65\x61\x3e\x10\x50\xdb\x99\xf6\x18\xa7\x03\xeb\x56\x94\x82\x63\xe0\x81\x3f\x7a\xf6\x72\xa5\xbc\x84\xc2\xa3\x39\x22\xc3\x02\x3d\x0d\xe3\x0d\xf6\x98\x09\x20\xa2\x68\xb6\x70\x3b\x52\x32\xb7\xe9\xe2\x12\xb6\x23\xd5\x2c\xc4\xd5\x6b\xad\x86\x4d\xbe\x54\x42\x42\xd4\xab\x55\xae\x9a\x57\xe6\x5a\x2f\xea\x46\x4e\xf3\x22\x6f\x36\x13\x0b\xce\x3e\xaa\xcb\xaa\x79\xd3\x80\x07\xdf\xd8\x5e\x68\x80\x74\x9b\x1e\xc1\xbc\x43\x91\x1e\xe8\x2b\x5e\x57\xe0\xc6\x39\xfa\xbd\xcc\xb5\x7d\x8d\xd1\xc4\x58\xd1\xf6\xc3\xd9\xb3\x9e\x5d\x54\xe5\x52\x89\x93\xaf\x86\x77\xef\x1d\x22\x0a\x17\xda\xb3\x65\x0d\x18\x40\xd9\xda\x6c\x12\xd9\x28\x2b\x3e\x6d\x84\x19\xfd\xad\x86\xa5\x72\xb1\x37\x1b\x34\x41\xb1\xbb\x8d\x1d\x42\xa6\x1a\x35\x6b\x9e\xfb\xa6\xc6\x62\x6f\xef\x42\xd6\xee\x89\xed\xd6\x4b\xd4\xb2\x1a\xb9\x8d\xa7\x02\x20\xf0\x60\x27\x59\x00\xb4\x95\xb3\x32\xf5\x5b\x83\xfa\x45\x4d\xdf\xe7\xcd\xa3\x7b\x77\xbf\x19\xdd\xbd\x23\x86\x16\x5f\xf8\xeb\xd1\xf1\xe8\xee\x11\x8d\xf8\xce\x3d\xd1\x9b\xe7\x1f\x20\x55\xb2\x9d\x85\x3b\xdf\xf4\xa1\xa1\xe7\xaa\xc1\x1b\x19\x42\xe4\xce\x4a\x0d\x4e\x97\xb9\x5e\xb8\x84\x06\xe2\x36\x5c\x8d\x21\x30\xe4\x76\xb8\x58\xae\xf6\xd8\x4c\xa2\x32\x4b\xc3\x9d\x08\x3d\x5b\xc3\xe4\xf7\x0c\xa0\xfa\x64\x00\xea\x5c\xfc\x55\x8b\xaf\x44\x0f\x3f\x96\xeb\x45\x7f\xc2\x9d\x47\x46\x38\xdd\xca\xce\x81\x05\x9a\xeb\x79\x3c\x70\x84\x17\xa3\xfb\x89\x21\x85\x79\xae\x8a\xac\x56\x0d\x41\x6c\x1e\x00\xda\xa0\x0d\x47\x6f\x43\x82\xa2\x48\x73\xa9\x74\xe3\x81\x40\x8f\x1c\xc0\xf3\x64\x1f\x42\x05\x56\x25\x2a\x93\x26\xfb\x50\xe1\xa2\x69\x56\xf5\xe9\xd1\xd1\xb2\xce\xf4\x68\x99\xcf\xaa\xb2\x2e\xe7\x8d\xe9\xec\x91\xd2\xc3\x75\x7d\x54\xe4\xd3\x4a\x56\x9b\xa3\x65\x7d\xef\xee\xd7\x5f\xdd\x79\xf0\xbf\xee\xdc\xff\xfb\x9b\xd1\xfd\x7b\xff\xeb\xce\x83\x91\xac\x57\x1f\x26\x1a\xb9\xe7\x96\x79\x6b\x54\x31\xca\xb5\x56\x15\x08\x97\x46\x30\x7d\x24\xc5\x45\xa5\xe6\xe3\x5b\x5f\xdc\x7a\xfc\xe8\x48\x3e\x26\x14\x16\x3f\x59\x1e\x0b\xb8\x85\x39\x6a\x2a\xba\x3d\x32\xd9\xff\x02\xea\x7e\xf4\x2a\x59\x99\x65\xff\x26\x75\x56\x38\x80\xd2\x6b\x53\xe3\xfa\x42\x19\x81\xe7\xfa\x2a\xcf\x9a\x8b\xc9\xfe\xa0\xe5\x24\xaa\xe5\x52\x0d\x44\x5e\xff\xc7\xab\xef\x23\x7f\xc5\xbd\xe8\x61\x88\xf7\x1a\x76\x0f\x5b\xd1\x5d\xf8\xaf\x84\x97\x8a\x9e\x17\x77\x22\x6f\xa3\x00\x48\x2e\x30\xdf\xc3\x93\x9f\x6b\xb7\xab\xfe\x8e\x49\x35\x34\xaa\x7f\x41\x2d\xc8\x7b\x31\xd9\xc7\x3c\x21\xfb\x7d\xbb\x38\x96\xd6\x19\x48\xf3\xf5\xf5\xa7\xae\x19\x44\xcf\x1d\xd9\xb5\x0a\x17\xa9\x8e\x16\x89\x3a\x30\x20\x7e\xb6\xfb\xea\x52\x45\xb7\xbc\x5b\x57\xd7\x7d\xa5\x95\x14\xe8\xc6\xd5\xe4\xe9\x13\x6e\x84\xeb\xed\x58\x7a\xbe\x1a\x9f\xba\x92\x7c\xdc\x70\x2c\x35\xa5\x98\x83\x9c\x3e\x45\xe8\xfe\x1a\xbd\x0b\x78\x39\x51\x00\x8e\xff\xcd\xfb\xcd\xcf\x74\x3c\xbd\x1e\xcc\xdf\x43\xf6\x76\x4e\xb0\xed\xc9\x8e\x9b\xe5\x52\x82\x0d\xe2\xe1\xae\x5b\xe7\x0c\x01\x99\xcf\x1d\x18\xbb\x78\x92\xda\x39\xcc\xf3\xb9\x67\xda\x4f\x61\x11\x9b\x19\xc4\xcd\x67\x41\xcb\x2e\x65\x31\x02\x97\x5b\x10\x60\x02\x6f\x6b\xf3\x0a\x93\xb6\x04\x4e\xd5\xcc\xc3\x39\x5e\xc5\x20\x33\x12\x30\xdf\x8f\xa2\xdf\xa3\xe4\x16\x56\xcf\xa1\x27\x1a\x31\x4a\x46\x74\x7d\x70\xc5\xe9\xb1\xfa\xb0\xaa\x62\x2d\x50\x59\xd5\x96\x99\x3f\x57\xab\x4a\x99\x93\x35\x0b\x6a\x98\xeb\xd7\x29\x61\x71\xb2\xc7\x0c\xfe\x91\x9e\x7a\x4b\x83\x2f\xb9\xb6\xee\x60\x2d\x6b\x84\xaf\x47\xb7\x52\x2a\x41\x39\x91\xfc\x6b\x58\xc1\xe7\xe5\xcc\x17\x81\x27\xbe\x80\xcd\xf6\xc4\x75\xf2\xf8\x84\x0d\x1d\xee\x25\x6f\xbc\x84\x6e\x11\xc4\xe0\xb9\x9b\xbf\x89\xf6\x90\x57\x31\xc9\x65\x79\x35\x10\x6b\xdd\xe4\x45\x02\x8d\x92\x2b\xe4\x9b\x6a\xad\x21\x07\xe5\x98\x8a\xef\x8d\xcd\x5f\x14\xf5\x13\x81\x38\x76\xa0\xe9\xb4\x92\xab\xec\x81\xa6\x24\xe4\x24\x29\x78\x9d\x38\x24\xd0\x75\xe6\xe0\x80\xd6\xc4\xfa\x24\x8c\xf2\xba\xe7\xc6\xb3\xcb\xdd\x74\x8b\x63\xc3\xc7\x58\xa7\xcb\xc2\xf6\x1f\xfa\x89\x25\xa9\xb9\x0e\x66\x57\x0f\x02\xa7\xaa\x78\x52\x23\xb7\x7e\xfd\x50\x98\x4b\xbb\x4e\xc3\xf1\x63\xc6\xdd\x44\xf6\x7c\x0d\x13\x18\x3b\x6f\x85\x23\xd2\xdb\x9c\x6f\xd3\x03\xaa\xb8\x5e\x22\xda\x1f\xa8\xc9\xe3\x05\x1c\x99\xb9\xbb\x92\x65\xfe\x9c\xad\x79\x59\x2f\x85\xea\xbe\xcb\xb9\xd1\xe6\x61\xc8\x32\xa8\xcf\xb5\x91\x49\xd5\x5b\xb9\x00\x65\xd9\xd1\xaf\x8f\x7a\x67\x72\xf8\x8f\xf3\xb3\x5f\x27\x93\xa3\xc9\xe4\xf8\xf1\xe9\x64\xf2\xe1\xce\xf1\x64\xd2\x4c\x26\xd5\x64\xa2\x27\x93\xf9\xf9\xed\xfe\x59\xe2\xe1\x64\x72\xf4\xe4\x71\xef\xc9\xe9\x23\xa8\x78\xf2\xf8\xba\xff\xe5\x51\xce\xb8\x91\x11\xce\x97\x2b\x32\xab\xfb\x84\x5f\x33\x59\xb8\xe5\x97\xe6\xde\x02\x7a\x0a\x0a\x98\x47\x2d\x6a\xc3\xe6\xe8\x2a\xd7\xba\xbc\x72\x66\x8a\x7a\x20\xfe\x58\xcb\x02\x12\x58\x0d\xe0\x8a\xc9\xb1\x1b\xf2\xda\x1b\xf5\x5c\x31\x4e\xdf\x34\xa7\xb4\x50\x8b\x4a\xad\x78\xcb\xf1\x9e\xcf\x13\x27\xc7\xde\x9e\x6b\x98\x2c\xeb\x54\xd6\xd1\xb1\x21\x35\x5d\xfa\xd0\x94\x00\x04\xd6\x1c\xc8\xb0\x00\xdc\x44\x06\x7d\xf7\xcd\x3a\xfa\xfd\xac\x6e\x27\xfa\xdc\xf3\xa1\x56\x7c\x56\x6e\xea\x28\xd8\x1b\x8a\xfc\xbd\x0a\xac\x0c\x84\x84\xe5\x81\xa7\xeb\x01\x96\xf4\x5a\x6c\x52\xfa\xfb\x6f\xed\x81\x38\x83\xee\x2d\x5c\x9e\xf9\xd3\xe3\xa2\x10\x2e\x5a\x09\x46\x19\x2c\x88\x6b\x87\x91\x7e\x67\xf1\x08\x9c\x4f\xab\xa1\x49\x48\xfe\x53\xe7\x86\x86\x81\x30\x6d\xaa\x53\x77\x74\xb2\x5d\xea\x8e\x5e\x0c\x66\x8f\x7a\x82\xe3\x01\x6a\xb5\x67\x7a\x50\x21\x3c\x6f\x3e\xac\xa8\x5a\x1d\x50\xb8\x75\x7b\xf7\xfe\xab\xc7\xa1\x51\x97\x95\x9d\x34\x74\xda\x4f\xf6\x4f\x75\xd9\xf4\x20\x4d\x1b\x3c\x3a\x14\x46\x2e\xdf\xe7\x13\xe0\x4e\x93\x3a\xb4\x3c\x74\xa5\xf8\x4a\xaf\x9e\x91\x3a\xac\x92\xd0\xeb\xbb\x70\x73\xc0\x97\xfb\x80\xa9\x01\x23\x38\x17\xa7\x36\x00\x3c\xe4\xb3\x89\xb6\xec\x84\xb4\x88\x64\x0b\x85\xc4\xac\xd3\xf7\xfe\x21\x89\x56\x0c\xdc\xd3\x7e\x53\x8f\xd4\x87\x46\xe9\x8c\x90\x5e\x4d\x1f\x4e\xb7\x66\xb5\x24\x6b\x58\xa5\x3c\x2a\x08\xc5\x8a\x5e\xe4\x51\xa4\x28\xa8\x07\xe7\xf4\xea\x61\x10\xca\x1f\x5b\xc8\xba\xf6\x8a\xc7\x6d\x32\xad\x9b\x33\xeb\x4d\x23\x67\xef\x7b\xee\x5c\xf7\x1d\x74\x64\x98\x4a\x45\x61\x0f\x53\x4c\x88\xd0\x11\x28\xc7\x44\x88\x48\xcc\x82\xef\xcc\x09\x72\x09\x82\x03\x12\xce\x48\x5d\x00\x5f\x69\xa8\xc1\x04\x68\x33\x86\x45\xc6\x23\x3d\x3b\x67\x9e\x3b\x3b\x8d\x82\xd1\x13\xd7\x0c\xb2\x21\x98\x2f\xa5\x3e\x6f\xfa\x6f\x56\x13\xa0\xbf\x44\x4b\xc6\xed\x61\x45\x71\xea\xa2\x10\x21\x85\x48\x83\x33\xbf\x9d\x6e\x3a\xd6\xd1\x9e\x74\xe6\xb9\x87\x32\x42\x8b\xd3\xc0\xa6\x45\xb3\xac\x0b\x3e\xa6\xcb\xe6\x5f\xf0\x25\x0c\x6c\x0d\x3e\x94\xd7\x3b\x7d\x67\x6f\x8f\x5a\xb6\xd3\x0f\x1f\x08\xac\x2a\x2f\x7d\x44\x09\x8f\x3e\x3c\x72\x61\x83\xcc\x14\x0d\xee\x24\x98\xce\xbe\xbe\xc8\x57\xd6\xdc\x8a\x1f\x43\x53\x12\x6b\xb9\x2e\xc5\x97\xbd\xc9\xfe\xea\x94\x12\xb4\x80\x84\x6b\x7e\x63\x6a\x95\xbe\xb8\x02\xcc\x4f\x46\x9a\xc0\xe4\xa5\xc8\xca\x19\x25\x25\xbd\x2a\xc5\x64\x7f\xe5\xf2\x8d\x22\x94\x73\xdb\x7a\xed\xf6\xe6\xc1\x41\x28\x02\x26\xcc\x52\x9e\xe0\xdb\xdb\x94\xdf\xff\xa2\x45\xb0\x2f\x60\xd5\xf1\x47\x9f\x9b\xb5\x3e\x7a\x3d\x5c\x4b\x0b\x4a\xc4\x2a\xca\xe9\xef\x6a\xd6\xb8\x22\x4f\xc5\x4c\xe9\xa6\x92\x85\xa8\xd4\x5c\x55\x4a\xcf\x94\xd5\xc4\x56\x65\xd9\x58\x36\x62\xb5\x81\x7d\x12\x17\xcb\x92\x7a\x3e\xf0\x72\x81\x3d\x14\xaf\xe4\xc6\xfb\xfd\x98\xc9\x04\x65\x0d\x4e\x4f\xed\x54\xfe\x79\x59\xe5\x8d\xe9\xd9\x17\x79\x26\xca\x4b\x55\x89\x47\x8d\x5c\x3c\xf6\xca\xff\xff\x78\xf3\x46\x5c\xe6\x52\x04\x59\x1a\x45\xef\x8b\x07\xf7\xee\x9c\xf4\xad\xd0\x04\x51\x0e\xf8\x81\x4a\xcd\xca\x85\x06\xca\x11\xbd\x2f\x4e\x4e\xee\x3c\x38\x3e\xc5\xc0\xaa\xba\x91\x15\x79\x60\x3c\xea\x7b\x7d\x69\xd5\xcc\xd6\x8d\xed\xb4\xe9\xc5\x4c\xd6\xb8\xfa\xf5\x8a\xec\xf5\xd5\x1f\xeb\x7c\xf6\xfe\x05\x1e\x9a\x47\xbf\xf6\x9e\x9c\x4e\x26\xf5\xed\xde\xa3\xb3\xc9\xe4\x6a\x32\xf9\xe5\xfc\xf0\x71\xff\xec\xd7\xc7\xe7\xb7\xaf\xbf\xe8\x99\x47\xc3\xf3\xc3\x7e\xff\xcb\x23\x9a\x93\x5c\xe7\x4c\xfc\x9f\xeb\x11\x3d\xd8\xee\x60\x51\xf2\xe3\xda\xdd\x7b\x06\x0e\x80\xd3\x9a\x4f\xff\xed\xe9\x0f\xcf\xbf\x7f\x71\x0a\xd4\x3d\xd9\xef\x0f\xc4\x97\x3d\xbd\x2e\x0a\xf8\xc3\xdd\x2b\xe1\x17\x50\x4b\x9f\xeb\x3f\xb6\xa4\x62\xb6\x27\x51\x64\xac\x7d\xa5\x9a\x8b\x32\x03\xe7\xe5\x5e\x5f\xc8\xd9\x4c\xad\x1a\xf0\x21\x90\x05\xb8\xb0\x35\x8a\xd1\x84\xab\x55\x97\x62\x99\xa3\x23\xed\x4c\x6a\x41\xfa\x3e\x3b\x23\xf5\x7a\x2a\x7a\x8b\x8b\xe1\x9d\x93\xe3\x13\xea\x1e\x8c\x7e\x8c\x93\x70\x7d\xcd\x9a\x0c\x46\x0e\x8a\xa0\x16\x55\x75\x1c\x9c\xe3\xce\x83\x93\xbc\x80\xb1\x9c\x07\x21\x9d\xec\x3f\x8a\x72\x61\xf9\x32\xce\xe6\xcd\x93\x28\x51\xad\xc7\x1d\xb5\x9c\x83\xc4\x58\xdc\x4d\x18\x6a\x9f\xa2\x79\x04\x3c\x97\x68\x34\xf6\x87\xac\xd0\x81\x44\xe9\x8c\xa8\xf7\x31\xb8\xc4\xc3\xc8\x21\xed\xe4\xfb\x7c\x45\xcc\x6f\xa1\x3e\xe0\x8e\xf3\x8d\x5b\x8f\x99\x33\x8a\x0a\xf7\xd4\x06\x81\x76\xdc\xb0\xdd\x76\x52\xb3\x95\xfd\x0e\xb0\x20\xfc\xb1\x37\x5e\xec\x24\x8a\x49\xde\x2f\x9a\x65\x21\xca\x0a\x62\x0b\x44\xbd\x46\x47\x7e\xe7\x9f\x52\x0b\xaf\x05\x33\x1b\xee\x0b\x1f\xa2\xc5\xd2\x4a\x80\x3b\x09\xb9\xa1\x9c\xa0\xcb\x33\x73\xa7\x68\x4f\xa5\xdf\x12\xe6\xeb\x7d\x31\x7c\x2c\xbe\xec\x49\x77\x09\x89\xdb\xc7\x46\x23\x29\xa5\xe5\x10\x01\xd9\x07\xa5\x9e\x19\xa2\x22\x16\xfa\xc4\xbe\x43\xa2\x71\x28\x70\xed\x68\xaf\xd7\x2b\xc2\x87\x17\xd5\x5a\x8b\x7a\x56\xe5\x66\xdb\xe4\xb5\x3f\x68\x00\xf5\x15\x8c\x30\x4d\x54\xf7\x25\x24\x57\x84\x73\xb0\xd8\x88\x82\xc0\x97\x30\xc4\x6b\x8a\x61\x33\x57\x60\x13\x05\xac\x7c\xa0\x09\x67\x5e\x85\x0c\xdf\xbc\x3d\xda\x72\x4b\x55\x2d\x94\x3d\xe1\xe9\x99\xab\xde\x0b\xa5\x35\x3f\x47\x51\x9a\x7f\x16\xd3\x95\xc0\xc7\xb3\x8f\xc2\x48\x2f\x16\x68\x78\xea\x63\xa5\xc2\x76\xcd\x9c\xf0\x27\xfd\x54\x9e\xfb\x70\x8d\x07\x10\x1e\x58\xf7\x5b\xe2\xa9\xd7\x67\xd0\xe9\x1b\xac\xb8\x53\x7b\x8d\xf2\xfa\xc7\x42\xe6\xfa\x35\x1c\x8a\x3d\x11\x53\x17\xeb\x1d\x0a\x96\x48\x98\xb9\x16\xa1\x5b\x4f\x50\xd2\xda\xb4\x6d\xd8\x62\x39\x77\xa5\xcd\xee\x35\x97\x52\x95\x09\x59\x8b\x25\x30\x55\xb0\x87\xda\xc0\xa7\xb8\xa5\x96\xfe\xc2\x2c\xdd\x19\x75\xa3\xd3\xe3\x3f\x28\xd4\xf3\xd4\xea\xaa\x3d\x4c\xf6\x79\x34\x1a\x19\xae\xe2\x31\xea\x00\x38\xbd\x66\x49\x34\xe3\x4a\x6d\xbe\xc1\xbb\x00\x86\x9d\x9e\x3d\xc0\xd2\xbd\x08\x9b\x0b\x1f\x6c\x8b\x39\x88\x8e\xab\x34\x1b\xf8\x22\xcf\x18\x69\xa4\x3a\x4b\x37\x67\x67\xec\x5c\xa8\x86\x2c\x9d\xdf\x6e\x5e\x66\x8e\x6c\xee\x24\x26\xcd\xdd\x8f\x53\x34\x00\xfb\xd7\xd0\x14\xcf\x40\xef\xf5\x08\x80\x88\x66\xde\xc4\x42\x59\x6b\x11\x8f\x1d\xfc\xd4\xc3\xf6\x6b\x77\x31\x67\x09\xdf\x5a\x13\xd7\x3e\xd8\x27\x2d\x9e\xed\xa7\x0c\x6f\xd5\x5f\xf6\x46\xa3\x51\xbf\x1f\x1d\x0f\xa1\x43\x9b\xdf\xd2\xa3\xdf\xff\x80\x51\xa4\x5c\xdc\x7a\x3c\x48\x12\x85\x9b\xe8\xde\x15\x23\x93\xc4\x7d\xe1\xde\x90\x54\xa4\x87\x5e\x93\x79\x8d\xf9\x46\xd4\x1f\xeb\xfc\x52\x16\xa0\x50\x2c\x4d\x45\x5b\x05\xbf\x64\x9a\x89\x87\xd2\xee\x28\xcc\xe7\xac\xa4\x54\xb3\x65\xc5\x98\x41\xb2\xc3\xe1\x2c\x06\xfd\x7e\xfe\xfa\x15\x11\x51\xdf\xaa\x96\xfc\xfc\x39\xb1\xa0\xad\xcf\x0b\xd7\x3c\x70\x8d\xde\xb6\xe2\xa9\xad\x10\xf4\xc7\x0a\x9c\x7d\xf7\xce\x49\xbf\x86\xab\xb9\x10\xdc\x4a\xc9\x6c\xd3\xee\x31\x67\x3f\xdc\x91\xb6\x25\x3b\x9a\xe5\x1d\x41\x23\xa1\x75\x83\xdf\x77\x7c\x99\xae\x14\x2d\x98\x70\x96\x9c\x89\xf2\x25\x81\x08\x9a\x4d\x33\xc7\x1e\x76\x1e\x73\xb5\xd3\x2f\xd1\xb6\xea\xba\xc1\xdb\xd3\x50\xbe\x57\xa0\xa3\xe4\x92\x38\x2a\x2f\xf0\x3a\x65\x8d\x60\x7f\x33\x57\x50\x4c\x7e\x93\x37\xdc\xdb\xdc\x6d\x60\x9f\x16\x0d\xdc\xeb\x64\x03\xb8\xae\x46\x70\x68\x72\x72\x80\x37\x75\x83\xf4\x69\xee\x62\x90\x70\x5a\x69\x5d\xca\x26\xda\x0b\xc3\xae\x6e\x8f\x85\x4f\x73\x03\x04\xfa\x15\xd5\xab\x4a\x5d\xda\x7b\x0b\x3d\xba\x36\xcf\x7a\x4f\x4e\x7f\xd6\x4d\x5e\x5c\x3f\x2d\x8a\x7e\xff\xc8\x5f\xe1\x5e\xd1\x81\xe4\xdc\x91\x33\x84\xa1\x2f\xc1\xbb\x58\x12\xb0\x3f\x1c\x0b\x14\x64\x2e\x21\xb2\x09\x83\x08\xf9\x7b\xd3\xa0\x6f\xc5\xe1\x3f\x10\xc5\xd8\xac\xcb\x94\xea\x8e\x1e\x52\x82\xeb\xe0\xa1\x86\x9c\xd2\xec\x81\xe9\x3f\x3e\xf0\x2b\xd4\xa1\xaa\xbb\x90\x81\x7e\xa2\x91\xd5\x42\x45\x77\x2b\x7c\x56\xb3\x09\xc5\x27\x96\x0c\xbc\x06\x4f\x8c\x6d\xe1\x18\x6e\x82\xf3\x8f\x6d\x1a\xb6\x1b\xd2\x8d\x76\x01\x0d\xb4\x14\x6d\x28\xbc\x51\x67\x3a\x02\xff\xd2\x9a\xb6\x96\x33\x1f\xd7\xe6\xe8\x49\x43\x39\x70\x52\x4a\x9d\x7a\x20\x5a\x8e\xcc\x00\x92\xb7\xf6\xc1\x24\x79\x00\xab\x52\x74\x68\x3c\x13\xb6\xd1\x49\xe3\xd7\x21\xba\xbe\xd5\xb1\xe2\x93\x59\x2c\x7d\x99\x20\x10\xc5\xe7\xca\x64\x25\xb4\xba\x54\xee\x2a\x8d\x60\x9e\xe0\xc1\x7f\xcb\xb0\x12\xf1\x9b\x0b\x25\xf9\x2d\xc4\x55\xc1\x13\x6f\x9b\x36\x27\x52\x74\xde\xb4\xa4\xf8\x7e\xb6\xae\x68\x76\xd0\xc3\x18\x1e\x18\x71\x7a\x8d\x8a\x5e\x7b\x9f\xa0\x82\xb3\x75\xd5\xce\x59\x1f\x8a\xc5\xe4\x6b\x07\x17\x42\xc7\x13\xe6\x95\x5c\xb4\xf2\x46\xa0\x33\xf8\xba\xe2\x79\xc9\x4f\x4e\xc8\x75\x9f\x96\xe1\x49\x24\x6a\x10\xe1\x83\x59\x05\x7b\x4f\x36\x94\xd3\x84\xdc\x83\xa9\xff\x56\xb2\xae\x01\xbe\x99\xc7\xa1\xa0\x7d\x3d\xba\x4d\xf0\xae\x58\x0b\x43\x2c\x18\x6e\x35\x26\x18\x1a\x8c\xd6\x23\x21\x91\x85\x66\x5d\x18\x43\x24\x51\xed\x86\xfe\x15\x87\x65\x75\x28\x53\x97\x71\x10\x67\x87\xbe\xd8\x6e\x87\xbe\x38\xf5\x7f\x07\xbb\x12\xdd\x08\x55\xb5\xcc\x35\x1e\x42\x56\x3f\x6a\x2e\x16\xd2\x21\x40\x81\x86\x80\x74\xa1\xc4\x80\x61\xbd\x3a\x52\x86\xdb\xdd\xf2\x43\xe9\x2c\x76\x03\xc1\x11\x10\xc1\x91\x0b\xf3\xca\xb3\xad\xd0\x69\x72\xf3\x92\xcb\xc1\x81\xff\x11\x92\xed\x13\xcb\x24\xab\xba\xe9\xf5\x47\x86\x95\x3f\x2d\x8a\x5e\xdf\xa5\x75\x63\xd8\x8a\xac\x8b\x2f\x6d\x77\xec\x1a\xb7\xb5\x3d\xce\x90\xb9\xd5\x44\x12\x9a\x05\x43\xc7\x87\x01\x1b\x41\x2a\x5a\xe1\xfb\x72\x66\x43\xbe\xf9\xfc\xa3\x53\x69\x9d\x57\x1e\x9c\x20\x20\x8b\xf0\x93\x49\xc5\x77\x6e\x04\xaf\x99\xca\x2f\x55\x1d\x6b\x69\x07\x84\xb7\x5c\xd5\x0e\x8b\xd3\x08\x3f\xeb\xda\xa3\xef\x82\x31\x8b\xe4\xef\x27\xe4\x2f\x82\x4a\x09\xf3\x37\x96\x0a\xe9\x49\x66\x49\x03\x56\x82\xc1\xa7\x49\xdb\x7e\xb9\x4d\xcc\x7e\xb7\xb4\xd5\x0d\xe6\x66\xd5\xeb\x0f\x5a\xcc\x9b\x7f\xd6\x09\xe9\xfd\x8e\x7e\x7f\x2b\x67\xef\x77\x37\x6d\xc8\x8c\x0b\xed\x0e\x5f\x2a\x10\xa7\x0d\x0d\xe2\xe5\x5f\x9c\x8a\xe8\x89\x3b\xcd\xfd\x67\x82\x7e\x79\x65\xbb\x4f\x40\x81\xbe\x27\xc4\x93\xb2\xdc\xf5\xcc\x7b\xf6\x38\x96\x1e\xf8\xf5\x04\x5c\x70\xcf\x1a\x54\x83\x80\xc8\x75\x15\x19\x89\x95\x9c\xd9\xfc\x93\xb8\xcd\x3a\xb6\x3a\x1d\xd5\x58\xc6\xfa\xa9\xb5\xc2\x7c\x7c\xe2\x45\x02\x35\xc2\xbf\xa2\x5e\x19\x2e\x46\x45\x4e\x3d\xfa\x26\x9a\x83\x48\xc4\xec\xee\x05\x7d\x22\xcb\x9d\x05\x38\x4c\xea\x17\x18\x97\xa8\x35\x10\x54\xe3\x26\x07\xe2\xb7\x3c\x72\xbb\xba\xb9\x75\x57\x81\x9b\xca\x40\xbc\xbc\xa1\xbf\x6e\x51\x6d\xab\xcc\xcb\x28\xee\x34\x48\xa7\x9f\xda\x9e\xcd\xf3\x94\x6e\xd3\x7c\xed\x69\xd1\x9a\x83\xed\x03\xdf\xde\xc5\x4f\x6e\xee\xe6\x1e\xfe\xb9\x75\x0a\xba\x9b\x5a\x28\xd3\x81\x3f\x49\x0a\xf1\x10\x52\x9f\xb1\xbe\x68\xbb\xae\x61\x6d\x7d\xf5\xf8\x41\x77\x7d\x0d\xd9\xd9\x98\x3f\xf1\x80\x3b\xc6\xe1\x97\xfc\x15\x68\xe7\x2f\xc1\x77\x7c\xa3\x61\x73\xee\xf2\xd4\xd5\x9c\x77\x0e\xa4\xb2\x1c\x85\x0b\x38\x23\x88\x5d\xfe\x68\x8a\x90\xca\xd8\x9b\x47\x78\x3a\x3d\xf6\xde\x3f\x60\x9d\xd0\xa5\x78\x97\xc9\x46\xbe\xf3\x0a\x43\x71\x21\xc1\x4a\x14\xea\xb7\x8e\x8e\xc4\xbb\xa8\x13\xef\xb0\x09\x29\xde\x99\xae\xbc\xf3\xf7\x69\x67\x74\x5d\xa8\xe6\x47\xf3\xb0\x63\x10\x91\xcc\xc7\x5d\x3d\xa2\xa2\x89\xc3\x9d\x0f\xf5\x81\x18\x1a\x36\x57\xea\x62\x33\x10\xf9\xeb\x37\xe2\x1b\xfa\xfb\xa9\xce\xaa\x32\xcf\xc4\xb7\x55\x79\x55\xab\x4a\x3c\x1a\x7f\x35\xba\xcb\x32\x07\x42\xc8\xb0\x92\xa8\xf1\x6b\xd4\x72\x55\x70\x00\x19\xc0\x69\xad\xd4\x62\x5d\xc8\x0a\x43\xa1\xb4\x98\x62\x4b\x35\x83\xf4\x39\x3a\xa2\x24\x94\xd6\x56\x96\x37\x23\xb6\x7e\xb1\x6b\xe0\x64\xdf\x7e\x88\x82\x31\xfe\xc9\xe5\x02\xcb\xeb\x69\x02\xa2\x34\x7e\x5d\x4a\x11\x3c\xb3\xcf\xce\x07\x54\xd9\xd0\xda\x0f\x10\xbe\xe2\xcf\x3d\xee\x63\x83\x5e\xd7\x73\x6d\xbf\xee\x6e\xe3\xde\x93\x9a\x95\x86\x3d\x37\xe8\x70\x9b\xf1\x77\x43\xa7\xa1\x59\xd9\x0b\xef\x5c\x07\x1b\x96\xcd\x89\x5c\x2a\x1b\x83\x3a\xbc\x47\x6e\x5d\x93\x7d\xe0\x16\xa1\x18\xc8\x62\xf1\xa0\xa5\x78\x22\x02\xfd\x1c\xc8\xb1\x3b\xdb\x12\x5b\x3d\x8f\x65\x87\x41\x24\xdd\xc7\x9f\xe5\xca\xbd\x16\x72\x0b\x44\x78\x2f\xcb\x4b\x1e\x45\xe5\x6e\xdd\x20\x97\xc7\xba\x16\x37\xf7\x21\x0a\xd3\x96\xfb\x47\x87\x35\xef\x27\x73\x71\xae\x95\x28\x21\x1e\x0c\xb0\x9a\xf1\x60\xbe\x0d\x16\x48\xc3\x55\x87\x99\xaa\xf2\x4b\xf0\xd3\x08\x7b\xc5\xf5\x50\x74\x6d\x76\xce\xf0\xb1\xa9\x51\x65\xa3\x0a\x3f\xd5\xeb\x86\xc0\xd8\x7e\xd7\x62\x5a\x3b\x14\xcc\xd0\x19\xb7\x6c\x2e\x9a\x65\x71\x75\x91\x37\x88\x40\x7a\x74\xf6\x6b\xdb\x6d\xf5\xf0\x68\x11\xfa\xa8\x3e\x2b\xf5\xa5\xaa\x1a\x81\x58\x10\xc3\x79\x59\x2d\x65\xd3\xa8\x4c\x94\x2b\xc2\x00\xd0\x4d\x29\x50\x50\xe4\x6f\xb5\x99\x03\x9f\x4a\x0e\x62\xa7\xd0\x0a\x58\xf7\x5c\x5d\xe6\xba\x87\x9c\x11\x12\x7a\x3e\x64\xbb\x07\x65\x3b\x2a\x8f\x57\xde\x5e\x34\x96\xbe\xf3\x01\x72\x9b\xeb\xb7\x81\x98\x17\x92\xb9\x3e\x63\xeb\x67\xf8\xd4\x6c\x44\xa7\x11\xfa\x18\x86\xbf\x60\x41\x17\x1f\x82\x60\x1b\xcf\xa0\xf7\x42\x82\xc9\x0a\x32\xe7\x00\xa6\xc1\x9a\xd2\xbc\x28\xe1\x82\xca\x04\x60\x51\x98\x5b\x6a\x7d\x6a\xaa\xc2\xff\x37\xd4\xfd\x53\x38\x01\x56\xa4\x93\x81\x26\xcc\xa6\x5a\xc9\x99\x1a\xd6\xca\xd4\xe4\xf3\x8a\x10\x1e\x79\x51\x88\xd9\x85\xd4\x0b\x25\x2e\xca\x2b\x6c\x0e\x85\x76\x15\xf5\x66\xaa\x2e\xa4\xb9\x3a\x81\xd3\xce\xb2\xac\x94\x68\x2a\x99\x59\x0d\x10\xb6\xea\xce\x1f\xec\x99\xf8\x76\xe3\x22\x01\xe3\xc1\xc1\x97\xe5\xac\x11\xe0\xe1\x6a\xae\xd7\x10\xb9\x16\x16\x02\xb7\x4f\x40\xb9\x81\xe6\x26\xfb\x73\x73\x01\x9c\xec\x7b\x40\x28\x40\xeb\x1c\xb9\x0f\xfe\x68\x71\x0d\xed\x94\xb0\x49\xd2\x33\x75\x8a\x83\x83\x6f\x63\x02\x06\xd1\x1e\xa8\xf9\x20\x80\x4d\x4c\xe1\x4a\x08\xc4\x36\x53\xa2\x87\x1d\x85\x6c\xb5\x55\xa5\xb2\xbe\x6f\x7a\xa9\x96\x65\xb5\xe1\x8d\x63\x26\x17\x40\x75\x2c\xe7\x3e\xbf\x28\x61\x74\x49\xf0\x33\x30\x33\x8f\x59\x9e\x37\xbe\x07\x32\xcb\x10\xe1\xc4\x2b\x47\xe4\x1c\x72\x99\x59\xa4\x0b\x73\xd2\x4f\x95\xd2\xd4\x37\x08\xe4\x17\xf2\x4a\x6e\xc8\x8b\x0a\x51\x2f\x54\xdd\x88\xc9\x3e\x74\x0c\x72\xc8\xec\x87\x6d\x52\x47\xb6\x8c\x09\x79\x57\x62\xc2\xd8\x42\xf2\x99\x82\x8e\xd3\x4c\xe9\xd2\xf3\x4f\x8e\xd2\xc1\x9a\xaf\x9b\x72\xf5\x5a\x7f\x27\x8b\xda\x7c\x03\x42\x13\xab\xf5\x0a\xd7\x1f\x5c\x33\x40\xef\xcd\xbe\x65\x43\x2c\xc9\x25\x0b\xdb\x39\x72\x77\xb4\x67\x54\x2e\x8c\x6e\x08\xf9\x80\x0d\xa5\x46\x86\x63\xdf\x81\x4a\xbd\xc5\x7d\x52\x3c\x27\x9f\x03\x0a\x9d\x47\x18\xb9\x52\xe4\x7c\x95\x13\x8e\x0e\xaa\x10\xe0\xf6\x6a\x9b\x77\x9a\x56\xf7\x20\x3c\xdb\xe8\x9a\xdc\xc9\xc0\xc8\x49\xcd\xc5\x36\x90\xde\xfd\xe3\xc0\x97\xa1\x63\xda\x70\xb9\xa3\x23\xf1\x9d\x61\x41\x4d\x29\xde\xeb\xf2\xca\x74\x19\x88\x26\xaf\xcd\xbd\xd6\x1c\x12\xc5\xc6\x74\xd2\x61\x3d\xe0\xdf\x3c\x63\xc9\xf7\xb2\x6e\x80\xb6\x90\x5a\xe1\x28\xd2\xa5\x36\xf3\xb0\x50\x0d\x86\x35\x9b\x36\xe9\x08\x42\xda\xe7\x0d\x24\x3b\x00\xf8\xf9\x05\x9a\x95\x70\x13\xdb\xcf\x63\x50\x78\x5c\x79\x45\x91\xac\xbc\xaf\x45\x39\x7b\x1f\x96\x7e\x8a\x00\x77\xc1\xfe\xa5\xb2\xe6\xa3\x56\xf5\x6d\x8b\xff\xfb\x5a\xad\xd1\x9b\x1e\xac\x5e\x00\xe9\x2b\x1b\x89\x80\x18\x6a\xa5\x64\x6b\x74\x7f\x40\x8d\xb8\x1d\x54\x94\x95\xf3\xd6\x9c\xfa\x9e\xf4\x5c\xf4\xfc\x74\x63\xf6\xc6\x51\x85\x72\x85\xac\x89\x86\xfa\x7c\xfe\xb1\xc1\xb1\x18\x9e\x04\x73\x91\x57\x9e\x37\xd5\x7e\xc2\x38\x89\xc7\xe2\xcb\x0b\x3d\x2f\xab\x99\x12\xe8\x96\x31\xe4\xd3\x67\x27\x50\x8c\x05\xfd\x71\x7d\xed\x4e\x3e\xb3\x71\x43\xf3\xb0\xb5\x0c\xba\x0e\xa0\xbf\x66\x51\x88\x95\x42\xa0\x0b\x37\x8b\x3e\x29\xe0\xd1\x91\xa8\x54\xbd\x52\x33\xb4\x56\xb1\xc1\x95\x04\x69\x87\xdc\xaf\x32\x72\xe1\x52\xd1\xd1\xe3\xa4\x19\x64\x69\x63\x3b\x9b\xe3\xd0\xb0\x62\x75\xfe\xb0\x28\xd6\x3a\x24\xe2\x19\x8c\x64\x1e\x20\x4f\x31\xa6\x4a\x04\x9a\xc2\x94\xcf\x56\x61\x74\x78\xc8\x1b\x7a\x04\x44\xe0\x31\xfe\x12\xe0\x95\x6b\xcd\xb8\xb6\x39\xa7\x9c\x1b\x26\xa0\x57\x08\xd4\x24\x07\x09\x24\x9d\xc0\x66\x1a\x3f\x0b\x7a\xee\x12\x8b\x60\x87\x41\xb7\x38\x70\x3f\xd0\x9b\xc6\x70\x0e\xf4\x43\x8e\x15\xf7\x76\x15\x19\x57\xed\x70\x96\xf8\xdf\xeb\xe5\x0a\xc0\x35\x75\x06\xbd\xc6\x5d\x8d\xea\x55\xb3\x15\xea\x52\x8c\x64\x96\x89\xac\x54\x35\xfa\xeb\x1a\x1a\x8a\x4c\x09\xe1\x94\xb3\x99\x8a\x14\xfd\x6e\xf2\xe3\xa4\xc8\xbb\xc0\xf0\x7e\x17\xf5\x0c\x40\x29\x6c\x16\x6d\x3c\xeb\xf2\x26\x14\xce\x9d\x18\x87\xdf\x4d\x13\x42\xd8\x17\xf6\x4d\x47\x74\xae\x84\xef\xcc\xb3\x42\x49\x2d\xd6\xab\xa8\x17\x54\xc5\x2c\xfa\xa2\x2c\x43\xd7\x3a\xda\x63\x6d\xef\xb9\xff\x63\x64\x03\x23\xf0\x00\x1a\x0a\xb2\x67\x9f\xac\xd3\x31\xa4\xf9\xba\x81\xe3\x36\xcb\x80\xce\x62\xbc\x98\xd4\x18\x19\xdb\x8b\x7d\x75\x5e\x5b\x5f\x23\xb2\xb8\x92\x38\x8c\x0e\x82\xdc\xb6\x9f\x72\xde\xa1\x56\x29\x1c\x3b\xb9\x6e\x8d\xd7\x1f\x73\xce\xec\x8f\x65\xae\x99\xa0\x60\x8c\x90\x73\x3d\xcd\x32\x7e\xde\x83\x98\x39\x2b\x0b\x0b\x3d\x67\xb8\xad\x6b\x8c\x9c\x7a\x3c\xbb\x8f\xb5\xed\x6d\xf3\x2e\x8c\xa1\x03\x9f\xc6\xce\x3d\xcd\x29\x19\xd9\x57\xe6\x20\xac\xd6\x08\x4e\x53\x23\xec\x03\xb0\x5f\x14\xc8\x10\xf2\xb9\xb5\xb5\xa9\x8d\x83\x03\xb1\x47\xd4\xd1\xf6\x70\xeb\xda\x3e\x62\x18\xf9\x17\xd1\x01\x64\xb3\x94\xd0\x92\x6f\xc3\x95\xf1\x26\x71\x01\x6a\x79\x59\x2d\xea\x76\x0f\x82\xcb\x8f\x29\x12\x5d\x6e\x64\x95\xe8\x76\xc2\x49\x0e\xcb\x25\x5d\xe3\xc2\x1d\x49\x0e\x0b\x94\x21\x77\x3e\xba\x90\xf5\xd6\xda\x48\x73\x34\x6e\x28\xd7\xf2\x61\x6b\x79\xb1\x85\xce\x34\xa6\xd2\xc1\x81\xf9\x4f\x00\x05\xf4\x76\xb3\x52\xf6\xcb\xc9\x50\x9f\xd6\x57\xe0\xbc\x87\x23\xcd\x23\x71\x86\xe0\x44\x8e\x00\xbb\xba\x1a\xbb\xdb\xc5\x4b\x28\xfa\x3d\x1f\xce\x97\xf6\x7f\xdb\x8d\xac\x54\xef\x66\xb0\xf3\xb4\xa3\xda\xc7\x41\x4a\x0b\xc2\xf6\x23\xe6\xa2\x8b\x36\x1d\x0a\x35\x5d\xfb\x2e\xa6\xb2\x75\x2b\xb0\x30\x4d\x6a\xe0\xc0\x61\x76\x47\x30\x16\x6f\xd9\xc9\x69\xe7\x58\xd7\x52\x4d\xbe\x45\xb2\x5a\x0c\xa0\x7b\x03\x2a\xd2\x0f\x93\x51\xc6\xd4\xe5\xd0\xa4\x4c\x61\x87\x28\x15\x9f\x98\xe4\x05\x4f\xb3\x0e\x65\x63\xff\x4c\xdc\x17\x28\x38\x8c\x83\x63\x3d\x41\xdc\xec\x75\x04\x95\xdf\x9d\x80\x20\xa4\x98\x1d\xd6\xef\x19\x5e\x4b\xe6\x42\x8a\x45\x7e\xa9\x98\xa8\x92\xd7\xfc\x46\x16\x00\xa8\xcf\x85\xf6\x46\x6a\x53\x10\xaa\x3a\x6b\xf5\xd5\x85\x82\x5c\x39\x88\xc8\xef\x2f\xa3\x9e\x2d\xcb\x06\x71\x74\x5c\xab\x91\x67\x90\xd7\x5d\x06\x03\x99\xeb\xd0\x11\x22\x5e\xd7\xb9\x1e\x58\xf6\xed\x9c\x21\xc2\x95\xf4\x08\xce\x37\x11\x74\x51\x70\x81\x36\x45\xd3\x70\x2c\xef\x7a\x94\x04\xdd\x88\xd3\xea\x7e\xda\x96\x7b\x8e\xd8\x1c\x62\x84\x67\x8c\xce\x40\x10\xe3\x07\x24\x20\xe2\x81\xb6\x00\xaf\x1d\x47\x6d\x41\x3c\x12\x59\xaa\x68\xc0\xa6\x55\xbc\xfa\xdb\x82\x84\x08\xd2\x35\x5e\x77\x63\xf0\x17\x21\x36\x40\x1a\xb4\x13\xad\x22\x01\xa1\x73\xd0\xfc\xcb\x9d\xa7\xb6\x0d\x6a\x33\x1f\xd9\x69\xce\xf8\x54\x15\x75\x29\x32\xfb\xd2\x88\x50\x3e\x35\x01\x3f\xe9\x7b\xe8\xa1\x94\x37\xe2\x0a\x8e\x77\x78\xa7\x4b\xa1\xe6\x73\x35\x0b\x3c\x61\xfd\xe4\x77\x4f\xba\x99\xac\xcf\x9b\x48\x82\x68\xbe\x89\xc7\xdf\x30\xdf\xbb\xd0\x1b\xeb\xcc\x4d\x13\xbf\x87\xc5\x3a\x59\x0c\xe8\xae\x02\xf2\x72\x0a\x28\xe2\x39\xd6\x19\xdf\xdc\x35\x2c\xfb\xe7\x57\xbd\x5f\xf2\xe6\x82\xf3\x07\x17\x9c\xd5\x96\x5a\x70\x86\x02\x99\xda\x4d\x0b\x94\x1e\x63\x25\x87\x2d\x1b\xbf\x3d\x0b\x5b\x47\x43\x86\x78\xc2\x7e\xf4\xfa\xe2\x14\x1b\x09\x1b\xe0\x22\x18\x76\xec\x61\xeb\x78\xfe\x2f\x39\x94\xdd\x8c\x73\x9d\x65\x6b\xd6\x93\x33\xdd\xb5\xd6\x20\x8c\xd9\xa5\xb0\x16\xa0\x48\x14\xd9\xbd\x83\x6f\xbd\xd2\x27\xec\x22\xec\x2b\xab\xfe\x01\xe5\xa5\x0d\xce\x68\x44\xa1\x8c\x9c\x5d\x82\xeb\xad\xef\xf0\xcd\xd4\x09\xa5\x5a\x16\x8c\x87\x41\x3c\xbb\x19\x1e\x03\x0d\x71\xa2\xf1\x4b\x80\xc2\x68\x36\x3d\x71\x19\x81\x26\x5d\xa2\x6a\xde\x95\x7c\x7b\x51\x95\x57\x90\x88\xc8\x1d\xe6\x98\x1a\x0a\xa4\x93\x30\xef\x9f\xcc\xca\x15\xc2\x41\xf5\x90\xcb\x02\x8c\x73\x59\x5c\xc2\x1f\xe8\x67\xa4\x4b\x44\xef\xe2\x78\x2b\xe0\x0c\x4c\x1d\x6f\xaa\x4d\xe0\x36\xf6\xcc\x69\x15\x56\x55\xb9\xcc\x6b\x25\x24\xca\xa2\xe8\xac\x04\x9a\xb2\xfc\x32\x2f\xd4\x42\xb9\xa4\xe1\xe5\xba\x46\x6d\x7d\x1e\xb8\x70\xa1\x3a\xef\xe0\x20\x90\xe0\x7b\xf4\x79\x31\xc6\xf7\x23\xfb\x99\x7e\x94\x7a\x15\x4a\x91\x7b\x15\xb6\xd4\x1f\x99\x3b\x70\xcf\x8e\x51\xf4\x47\x73\x99\x43\xaa\x0b\xb8\x5a\x06\xbe\xa2\x70\xfd\x34\x44\xa1\x0d\x4b\x26\xd2\xe4\xe2\xfa\x6e\x9d\x83\xb4\x41\x37\xf6\xac\x35\xed\xa9\xbe\xe8\x52\x0f\xd3\xfd\x09\xaf\xa5\xcf\x4a\xdd\x54\x65\x21\xde\x51\x9b\xef\xd8\xf6\x98\x42\xb8\x18\xa8\xba\x40\x54\xf9\x02\x99\xca\xcc\x10\x34\xa1\x67\x89\x77\xb4\xe2\x80\xb6\x49\x19\xfe\x4e\x59\xfb\xb7\x51\xdd\x70\x2a\xce\x68\x0e\x38\x0a\xb4\x18\x3f\xb6\x63\x71\xb3\x1e\xd4\x6d\xaa\x75\xaa\xea\x49\x58\xb5\xef\xe5\x75\x78\x60\x75\x4d\x2e\x70\x60\xd0\x6e\xc2\x13\x6a\x64\x47\x45\xd5\x8c\xf8\x11\xe9\xa4\x3e\x7a\x7a\x08\xae\x65\xa0\x53\x57\x1f\x66\x8a\x9b\xed\x70\xfa\xed\x19\x89\xe0\x2b\x33\xeb\xcb\x3f\x02\x15\xbf\x55\x34\xad\xf5\x55\x25\x57\x9e\x44\x1c\x24\xac\x8b\xbd\x54\x1f\x9a\x4a\xa2\x9a\xad\x16\x72\xb5\x52\x92\x24\xf2\x89\x75\xde\x44\x23\xc6\x17\x98\x5c\x0a\xa2\x20\xad\x7d\xaa\xd8\x80\xa1\xbf\x32\x32\x80\xeb\x14\x88\xa9\x1f\xc5\x0c\xc2\xa4\xdc\xfc\x06\xdb\xcf\x39\x2c\x58\xa7\x84\xaf\x46\xc7\xa1\x2b\x02\x45\x46\x2f\xcb\x8c\xe7\x67\xc8\xf5\x65\x69\x4e\x2a\xc3\x9b\xcb\x75\x23\x80\x3c\x8f\x70\xde\x21\x3f\x0b\x26\xf2\x18\x92\x1a\x26\xf0\x85\xc6\xfe\x6d\x5b\x23\xe6\x20\xc0\xdd\xd4\x98\x4f\xbe\x9e\x34\x76\x3a\x02\x01\x7c\xad\x67\x91\x63\xfe\x7a\x55\x00\xbc\xe7\x59\xa4\x30\x92\x50\x65\x00\xfa\x27\x23\x77\x28\xad\xaa\x81\x67\xe9\x83\xa0\xf0\x68\x34\x12\xb8\x39\x21\xb3\x30\xe4\x31\xf0\x17\x09\xbc\x5e\x9d\xcd\x73\x70\x15\x6f\x64\xa3\x18\xfa\x37\xe0\x4b\x97\x4d\x3e\xdf\x20\x5e\xe0\xaa\x2a\x17\x66\x99\xcc\xaf\xd8\xb6\xd3\xb3\x26\xad\x4d\x2b\x55\xed\x0d\x45\xc5\x9d\x20\xba\xd2\x7c\x94\xf6\x02\x7e\xd5\x70\xb2\xae\x2f\x82\x4d\xeb\x13\x3e\x1b\x97\x17\xc7\x03\xff\xb9\x8c\xa5\x90\xf7\x3d\x01\xd5\x18\x74\xc4\xb0\xd0\x7f\x59\x47\x4e\x06\xee\x6b\xd8\x11\xdb\x82\xef\x11\x2c\x0f\x88\x96\x24\xe7\xb2\x64\xad\xf6\x68\x18\x07\x12\x84\xa9\xd0\x75\x58\xfb\x83\xb8\x21\xcc\xd8\x66\x12\xc9\xa2\x93\x06\xd3\xb1\x76\x37\x91\x11\x21\xd3\x71\xc3\xa4\x13\x3a\x70\xd2\xf2\x4a\x67\x40\x1e\x9f\xb7\x7d\xd8\xfc\x93\xfd\x6d\xb7\x54\xef\xb2\x89\xe3\x07\x42\xb7\x19\xc0\xe7\x3a\xcc\xe7\x13\xe7\x75\x05\x65\xef\x2a\x5f\x6d\x09\x42\x36\x6f\xf9\xf7\x8f\x6e\x8b\xb9\x7e\x5e\x6a\x70\xf6\xf9\x4e\xe6\xf0\x95\x1f\x69\x5b\xb0\xc4\x35\xf6\x9f\xd9\xc6\x73\x4d\x12\x30\x25\x9a\x4c\xc6\x70\x12\x8d\x58\xc6\xc0\xc1\x23\xb5\xba\x82\xc7\x37\xa8\x0a\x91\x5b\x04\x1a\x9c\x7c\x80\x4f\x3b\x03\x74\x5f\x19\xae\x8e\x5c\xa6\x67\x37\xf7\x00\xd4\xe7\x03\x61\xd6\xaf\x0f\x48\x14\x6e\x09\x7b\xfe\x0d\x04\x1d\x43\xf9\x7e\xdc\x2e\x8e\x59\x8c\x03\x71\x61\xae\xeb\x33\xfc\xd4\x99\xf8\x4a\x9c\x5b\x97\xdf\xd6\xe3\x74\x50\xae\x23\x33\xfb\xd1\x1e\x27\x48\x31\x85\x34\xeb\xa5\x9f\xa9\xb2\x72\x7f\x8f\x90\x81\x89\x8f\xad\x7e\xf2\x76\x81\x7c\x77\x6f\xd3\x8a\x55\xdb\x1b\x85\x1d\xf0\x29\x8d\xc2\x79\xd3\x6e\xd3\x36\xe8\x66\xea\xc4\xcc\x54\x17\x84\x11\x5f\x06\x87\x07\x33\x36\x2b\x02\xf3\x6d\xcf\xae\x6d\xd7\x09\xfb\x0f\x1d\x98\x6c\x1b\x91\x00\x68\x9f\x07\x52\x69\x52\x5d\x1c\x97\xec\xb5\x46\x88\xff\xfc\xea\xb6\x56\xaf\xab\x06\xb2\x9d\xd6\xba\x74\x15\x47\x9e\x14\xcf\x78\x52\x7f\xdd\x19\xd4\x3d\x69\x6c\x7d\xb7\x1e\xc7\xe2\x1c\xc0\xc3\xcc\x45\x0d\x72\x6a\xa4\x3f\x6f\x23\x1f\x12\xaf\xe6\x1a\x10\xc0\xdc\x5c\x9f\xe3\x75\x77\xdd\x8a\x5c\xb2\xff\x76\xd4\xb9\xc7\xc5\xda\x4f\x90\x3b\x31\x84\x55\x57\xd0\x2f\x57\x07\x87\x36\xbc\x96\x33\xc7\x52\x7f\xb7\x2e\xe6\xb9\xb9\x3c\x0e\x44\xa9\x7f\xa2\xc3\xcc\xfc\xed\x58\x64\x82\x3f\x2e\xe5\x87\xe7\x6a\x05\xf1\xbc\xc7\x41\x1f\xdc\xe5\xcd\x89\xd9\x99\x29\x37\x70\x3b\x6c\x60\x45\x9a\x01\x42\x69\xc8\xa2\x13\x6f\x6b\xdb\x5e\x01\x59\xeb\x42\x5a\x58\xad\xc4\x12\x79\x2d\x06\xe9\xc9\xdb\x45\x96\xf9\xe2\xa2\x81\x1b\x69\xdb\x05\xa0\xb5\x7a\x7c\x6f\x42\x7c\x8b\x4e\xf0\xbd\x49\x24\xe6\x32\xa9\x5e\xd4\x64\x79\xbb\x33\xba\x8b\xff\x3a\x2a\x5b\x0c\x71\x5a\xca\x5a\xae\x8a\x75\x0d\x10\xe2\x5f\xac\xca\x5c\x37\xc3\x7b\x0f\x3a\x6a\xbe\x5c\xe8\x12\x4c\xa9\xeb\x69\xa1\x86\xb0\x02\xe8\x95\x21\x1b\x50\xc3\x26\xa9\x12\x18\x06\x2c\x92\x78\xe4\xd7\xb5\x63\x12\xec\xda\x24\x28\xb9\x65\x3a\x0b\x6b\x00\x43\xa3\xa5\xf7\xfc\x4c\x3a\xe5\xd4\x9f\x98\xcc\x93\xcf\x9d\xc8\xaf\xee\x77\x4e\x88\xef\xf4\x78\x1c\x1c\x65\xb8\xbb\xba\xe7\x07\xb5\x19\x5a\x5d\x89\xb7\x9b\x95\x7a\x51\x55\x65\x65\x64\xc7\xb7\x74\x0f\x03\x15\x0a\x5b\x1a\x17\x91\xb0\xe3\x64\xde\x30\x1f\x35\x51\xd7\xc9\x40\xdc\x1d\xdd\xfb\x6c\x02\xfb\xea\x73\x6b\x7e\xd3\xf5\xcd\x9f\x54\x53\xe5\xea\x52\x89\x77\x66\xe7\xbc\xb3\xd9\xa7\x66\x2d\xe0\x90\x09\x31\x29\xc8\x6f\xe5\x4e\xb1\xf4\x64\xec\x46\x1e\xc9\xc1\xec\x36\x9c\xaf\xbb\xeb\x42\xd6\x43\xf4\x51\xc1\x4b\x27\x5a\x03\xfc\x95\xd5\xc8\xa7\x78\xfb\xa6\x74\x16\xa9\x86\x5c\x20\x60\x40\x6f\x93\x7d\xb2\xee\xef\xb7\xd2\xc4\xb0\x49\x4a\x56\x64\xa9\xc8\xfa\x89\x78\xd4\x49\xb0\x23\x47\xdb\xb9\x18\x59\xea\xa4\xff\x86\xd5\x26\x74\x6e\x9b\x10\xf1\x85\x94\x4b\x49\x33\xb0\x5d\x3d\x3a\x03\x56\x55\x39\x53\x75\x5d\x56\xb5\xe8\xa1\xfc\xd0\x47\x8c\x8c\x2b\x99\x53\x86\x25\xbf\x67\x92\x8d\xa1\x13\x7c\xd7\x91\x12\x12\x17\x6a\xb7\xba\x4a\xf8\x09\xea\x38\xf9\x27\x5e\xf5\xd3\x73\x2c\x93\x1f\x71\x56\x1f\xca\xce\xb8\xcf\x6d\x8a\x14\xa6\xac\xa5\xae\x86\xba\x58\x28\x85\xcb\x56\xcb\x68\x9a\xe9\xb3\x7d\xc8\x9c\x2c\x2e\xca\xf2\x3d\x2a\x99\x9c\xc6\x20\xd9\x56\x5b\xa9\x97\xf8\x1a\x01\xf2\x64\x79\x5d\xa9\x85\xac\x32\x81\x29\x75\xd9\x89\x14\x5a\xcd\xe2\x7f\x76\x22\x0e\x0f\x3b\xc7\xf4\x3f\x60\x21\xff\x74\xa7\xba\xeb\xb3\x5b\x3e\xee\x26\x23\xe6\xde\x40\x3a\xa9\xc5\xbe\x91\x37\x14\x05\xc2\x2e\x79\x1e\xd1\xbd\xb2\x37\x91\x8e\xe5\xaa\xf5\x7a\x5a\x37\x79\x83\x61\x58\xa8\xfe\xc2\xb0\xfc\x52\x8b\x56\x9a\xac\xa8\x01\x43\x76\xce\x99\xdd\x7a\x65\xeb\x52\x0f\xcd\xac\x3b\x2d\x7e\xc7\x44\x00\x0b\xa1\x4f\x82\x37\x8b\x9d\xe9\xed\xfc\x04\xa4\xd0\x00\x12\x3f\x59\xd0\x19\xce\xfc\x8d\xe1\xd3\xa6\xdd\xe2\x73\x99\x1d\x0c\x1a\x5c\x18\x5f\xaf\x7d\x9b\x77\x85\x9f\x53\xb0\x00\x6d\x7b\x91\xd7\x56\x2e\xef\x3a\x8e\x2c\x71\x5e\x5f\x7b\xa9\x87\xaa\x20\x09\xb5\xa5\xb6\x64\xf7\xe3\x47\x83\x0e\x57\x20\x58\x70\xbd\x85\x39\xa1\x36\x19\x7c\x5c\xf1\xe6\xe7\x75\xe2\xed\x06\xed\x38\xc7\x6e\x1c\x4f\x52\x1d\x64\x72\xff\x69\xea\xfd\x4d\x57\x01\x6f\x56\x4a\x2e\xb4\x6f\xbe\xd7\xb9\xb1\x9c\x96\xbc\x43\xd1\x33\xe1\x24\x19\x29\x9a\x46\x6e\x0a\xfe\xcd\x30\xed\x2d\xb4\xe9\xd4\x4d\xe9\xaa\x3d\xa1\xb6\xf2\x10\x9a\xce\x51\xdd\xc8\xd9\xfb\xb7\x95\x9c\xa9\x8e\x15\x9f\x6c\x23\xda\xdd\x6f\x44\x5f\xa5\x45\xf9\xc9\xae\xd2\xda\xb6\xda\x74\x37\x5a\x95\x75\xc3\x6f\x46\xdb\xa8\x89\xad\x00\xde\x8f\x0e\xc5\x89\x78\x3c\x8e\x2f\x49\x9d\x13\xf8\xa7\xf9\xd9\xe4\x2f\xe0\x69\x93\x14\x5f\xa3\xb3\x68\x3b\xe9\x7c\x02\x6b\x9b\x70\xf6\xa6\x3a\xf9\xda\x0d\x64\xc2\x0e\x2d\xdc\xeb\xd6\x88\x7e\x03\xbf\x99\xa4\x79\x4e\xe7\xe3\x8f\x69\x85\xe5\x4e\x24\xda\x22\xb1\x9d\xee\x53\xdf\x24\x6a\xfd\x44\x37\xf4\x4b\x65\x15\xe1\x75\x80\x1a\xd6\x94\x22\x2b\xb3\x85\x22\x17\x75\x67\x65\x03\x2f\xab\x44\x7b\x86\xca\xd4\x1f\x6b\xa5\x1b\xc4\xda\x6c\x11\x34\x23\xe4\xe4\xba\xd3\x6e\x4f\xf0\xac\x6d\x07\xb7\xf3\xa3\x60\xa1\x72\x20\x4b\x82\xb9\x72\x56\x56\x94\xef\xd0\xb0\x90\x01\x06\xf6\xd4\x14\x33\x42\x3b\x2f\xd9\xa6\x75\x24\xba\x55\x33\x58\xc7\xa2\xac\x09\xc0\xcb\x07\x9c\x2c\x4a\x55\x0b\x59\x6f\xf4\xac\x43\x17\x1a\x73\xc0\x85\x6a\x20\xfc\x72\x1b\xef\x4c\x30\xbe\xf1\xd6\x86\x92\x8c\x3e\x41\x7c\x98\xe3\x68\x54\xab\xe6\x6d\xbe\x54\xe5\xba\xe9\xb9\xb3\xf9\x66\x37\xd7\x6d\x7e\xca\x9f\x6c\x92\xd0\xd1\x84\x5b\xa9\xff\x37\xcb\xa2\x10\x86\x64\x34\x1a\xc5\x62\x23\x1a\x1f\x40\x83\x7a\x26\xee\x8a\x73\x28\x18\xf7\xdd\x0a\xb0\xed\x29\x38\x4e\x1c\x39\xb6\x6f\x89\x57\xfc\x46\x19\xe8\x24\x93\x27\x3b\x2b\x91\x3c\xd9\xb7\x88\xce\x91\xfa\x1a\xf4\xc2\x51\xa1\x68\x22\x92\xee\xad\x73\xab\x4e\xdd\x7d\x22\x4f\xfe\x1b\x26\xd2\x69\x7d\xbb\x67\xd2\x17\xd9\x3a\x95\x9f\x33\x49\xd6\x66\xba\xfb\x1c\xdd\xf9\x6f\x98\x23\xab\x0c\xef\x9e\x22\x57\x22\x39\x43\x74\xca\xee\x32\x41\xee\xd7\x56\x1d\xbe\x66\x53\xf8\x37\xd5\x40\x1e\x7f\xb4\xe3\xa0\xb2\x29\xaf\x9d\xd0\x1e\x94\x7d\x39\x17\xe5\xf4\x77\x23\xfd\xdb\x04\xb6\x08\xd0\x14\xb9\x40\xe5\x35\x45\x9d\x52\x38\x48\x0c\xee\x4a\xc5\x03\xf3\xc1\xf4\xf7\x0e\xe3\xae\x79\x63\x01\x3a\x9e\x88\xc8\xa5\xa2\x9c\xfe\x3e\x10\xde\x06\x75\x6a\xff\x4e\x46\xc3\x78\x0f\x57\x1a\x9b\x0b\x3a\xd7\x13\x1f\xea\x52\xe4\x75\x33\x24\x70\xee\x99\x45\x28\xc6\x12\x37\x98\x5c\x23\x8b\x2b\x7c\xea\x52\x56\x82\xbc\x43\xc9\x5e\x14\x3a\x3c\x80\xfd\x1d\x83\x5c\x7d\x91\x7b\x71\xce\x6d\x6b\xe0\xb6\xbc\xd5\x46\xa7\x84\x7e\xc8\xb6\x14\x44\x40\x6d\x2d\x31\x97\x79\x91\x28\x41\xaf\x43\x53\x23\x2b\x17\x76\x8a\x6e\xee\x30\x02\xfb\x18\x75\x67\x6c\x4c\xa1\xaf\x2d\xb5\x13\xec\xaf\x74\xc4\xa4\xfb\x8a\xf7\x7b\x60\x8e\x1a\xbd\x7c\xa4\x46\x03\xcf\x22\xfb\x5b\xab\x59\xb7\x8a\xb0\x90\x2d\xc1\x7a\x1b\x6e\xa0\x41\x2b\x22\xc9\x71\x1b\xe7\x6d\x33\x22\x5f\xe6\xa8\xa0\xe7\xdd\x5b\x4b\x5a\x9e\x74\x57\x0c\x45\x6e\xf8\xd2\x1d\x71\x6e\xcb\x6d\xf9\xba\xe3\x75\x37\x7d\x7c\x5b\xc1\xd6\xb7\xef\x6e\xfb\xb6\x3b\xd4\xfd\x78\x8a\x92\x43\xed\x47\xa7\xb9\x19\x88\x29\xb0\xa5\x25\xd7\xb9\xad\x0d\xdd\xa5\x86\x7c\x81\x2e\x9c\x8e\x76\xc3\x91\xef\x79\x62\x5e\xa2\x12\xed\x19\xe6\x05\x1c\xf5\xda\xed\x61\xfa\x06\x31\x01\x11\x7e\x73\xa4\x31\x8b\x4c\x82\xf1\x6b\xb8\x9b\x8c\x46\xa3\xbe\xf8\x98\x6a\xc3\x8a\xf6\x5d\x8d\x30\x9d\xca\xd6\x56\x08\x64\xa3\xab\x11\x77\x4b\x0a\xdb\x68\x79\x1f\x1c\x13\x4b\x48\x6b\x36\x92\xc5\x03\xe3\x38\x1e\x2e\xdc\x16\x26\x9e\x30\x9c\xe4\xd3\x4f\xf7\x74\xde\x3a\xf7\xa0\x6a\x22\x06\x66\xbd\xa9\xb7\xcc\xf2\xee\xc5\xed\x7c\x75\x95\xbe\x71\x26\xe2\x8a\xd6\x97\x33\x74\x89\x7d\x25\xdf\x2b\x9b\xb7\x1b\x67\xcb\x1d\xd5\x58\x86\x9d\x0c\x70\xd4\xfb\x82\x41\x3b\x70\xb3\x42\x37\x74\x70\x35\xcc\xe7\x42\x6a\x92\xb8\x80\x67\x87\x0e\x88\xc8\x95\xc9\x75\xd7\xeb\x8b\xc3\xb6\x23\x08\xa9\xa7\x45\x01\xce\x43\x7b\xf8\xc4\x22\x90\x51\x15\x8f\xd4\x15\xfa\x84\x8a\x0b\x55\xac\x50\xb4\xb9\x8a\x3c\x0a\x30\x52\x3e\xf0\xca\x86\xf3\x34\x58\xef\x59\xb9\xd6\x80\xa6\xb2\xd6\x98\x86\xce\x08\x51\xf5\x7a\x5a\x56\x59\xae\x39\x4a\x50\xa5\x96\x32\xd7\x78\xcc\x3a\xea\x62\xd0\xbc\xc9\x26\xe9\x4a\xa5\x12\x61\x12\x39\xd8\x15\xa9\xcd\xb0\x01\xf6\x79\xcb\x74\x10\xfc\x5e\x36\xd2\x77\x07\x08\x8e\x20\x75\xcd\x81\x4e\x31\x55\x39\x53\xe7\x53\xa1\xbf\xa3\xa6\x66\x2c\xc0\x03\x98\x56\x85\xed\x90\xf0\xeb\x28\x8f\xe5\x4b\x59\x6d\xdc\x2c\xfb\x03\x1e\x9f\xb7\xee\xa0\xbd\x7e\xf7\x10\x7c\xa4\xa1\x9c\x35\x65\xe5\xe4\xf4\xf5\x2a\x93\x8d\x32\x72\x6e\x00\xed\x91\xa7\x43\xc9\xdc\xfb\xcb\x70\x41\x93\xd3\x81\xa0\xce\xe3\xd8\x43\x30\x9a\x11\x5b\x2a\x5e\x4e\xc2\x9a\xed\x98\x2d\x71\x8a\x5d\x48\xc4\x8a\xf4\xc4\x70\xe8\xe9\x24\x61\x9b\xa7\xf9\x0b\x98\xae\x88\xfa\xee\x9c\xdc\x69\xd9\xba\x63\x4c\x12\x3c\xcc\xa5\xc1\x1c\x62\xde\x1b\x88\x44\xf7\x9d\x97\x10\x77\x5e\xae\x0c\x91\x03\x42\x0c\x69\x98\x46\x81\x32\x9e\xfc\x0e\xec\x38\x1e\x45\x09\x70\x79\x34\x04\xdb\x63\x03\x4b\x35\xe4\x57\xe5\x97\x17\xd7\xb4\x3f\x72\xce\xfb\x7e\x1a\x20\x76\xc2\x0f\x69\x8f\xcd\x5e\xc8\x97\x7f\xae\x15\x3a\x22\xf7\xc0\xad\x90\x9c\xca\x6b\x35\x2b\x75\x66\x28\xd2\xb9\x97\x8b\xde\x6c\x3e\x12\x8b\x8b\xe1\xdd\xe3\xe3\xe3\x7e\x20\x57\xda\xcf\x82\xc4\xe6\x92\x81\x3b\x77\xd8\xc0\xc4\x1d\x3a\xab\xb5\x88\xe6\xe0\x20\xf1\x74\x94\x36\x34\x3b\x27\x53\xfc\x3a\x0e\xa2\x13\xa1\xcb\x30\x6d\xab\x62\x8d\x16\x6e\xb1\xa8\xd4\x42\xb6\xd6\x0e\x94\x5e\x66\xf3\x3b\x34\x41\x6c\xc9\xc6\xd5\xe6\xc3\x61\xd7\xf2\xb5\xc7\x30\x88\xd7\x2d\x5e\xad\xce\x94\x00\xb6\x58\x78\x69\x8c\x13\xaa\xbd\xbd\x50\xb5\x12\xeb\x7a\x0d\xae\xfb\xb9\xce\x10\x4b\x48\xa2\xf8\x25\x97\x4b\x55\x89\x65\x5e\x37\xe6\xdc\xca\xd6\x70\x05\xc8\xd4\xa5\x2a\xca\x15\xe5\xbb\x39\x3a\x12\x57\xb2\xd2\x42\x4e\xcb\x35\x80\x48\x2c\xc5\xd3\x37\x4f\x7f\x14\x95\xa4\x48\x14\xa9\x45\x7d\x25\x2d\xac\x16\x14\x98\x3a\xb4\xaa\x11\x61\x9a\x81\x62\xf2\x07\xb9\x04\xb6\x78\xf4\x6b\xef\xc5\xa5\x2c\xae\x5f\x6a\xc8\xc4\x55\x5c\xff\x24\xf5\x42\x5d\xff\x64\x33\x07\x5c\xbf\xd9\xe8\x46\x7e\xb8\x7e\xbb\x59\xa9\xeb\x9f\x7f\x7a\xd9\x07\x67\x9a\x2f\x8f\x1e\x32\x1f\xfd\x0e\x93\x48\x90\x7f\xd4\xd4\x1a\xa0\x02\x32\x00\x2e\xe2\xe0\x89\xf7\xc5\x50\x3c\x70\x81\x08\x18\xa6\x52\x97\x85\x12\xea\x43\x5e\x37\x84\x9e\x94\xa9\x4b\xd1\x94\x65\x81\x74\x51\xae\x94\x1e\x08\x4c\xe8\x31\x93\x5a\x5c\xc8\xd5\x4a\x69\x21\x31\xaa\xb1\xc9\x97\xb0\xad\x61\x07\x90\xd6\x6f\x46\x6d\x1e\x1c\x44\x4f\x46\x30\xb5\x07\x07\x94\x24\x09\xa8\xdc\xcd\x14\x01\xd0\xc1\x83\x51\x0c\x43\x97\x68\xa7\x27\x26\xfb\xd1\xec\x78\x5d\xeb\xa9\xc0\xd4\xa9\xd0\xd8\x52\xd5\xb5\x5c\xa8\x01\xfd\x24\x15\x2d\x4d\x94\x23\x23\x07\x2e\xe7\x26\x1d\xc2\xce\x5e\xd8\x26\xdb\x93\xed\xb0\x83\xdb\xca\xce\xb6\xfc\x49\xd1\x5f\xa6\x1e\xc3\x77\xe3\x5f\x45\xf2\xf5\x52\xcc\xba\x06\x60\x2c\xf1\xfc\xf5\x2b\x9b\xf9\x03\x89\x4b\x66\x9b\xef\xf1\xce\xde\x3a\x26\x39\xcd\xcc\x35\xe5\xfa\x18\xa7\x9c\xd4\x21\x74\x8d\x5a\xc2\x1e\x92\x7f\xba\x29\xc1\xb8\xc5\x2f\x86\x11\xa6\x27\x24\xd7\x42\x7a\xd8\x88\xba\x44\x47\x45\x88\x8b\x2e\xcb\xf7\xeb\x95\x6b\x03\x49\xa6\x16\x16\x7b\x33\x5f\xa2\x66\x1c\x26\x11\x2e\x33\x18\x90\x53\x37\x4a\x66\x1c\xb1\xc3\xb5\x50\xa9\x45\x5e\x37\x95\x74\xe1\x37\x93\x66\x34\x43\xd0\xbd\x8e\x45\x99\x78\x85\x48\xd8\x6d\x57\xae\x25\xd2\x86\xf2\x7b\x90\xba\x22\x8a\x91\x39\x3a\x12\x2f\xd1\x34\xed\x16\xc7\x1c\x1b\x53\x05\x8b\xf6\x44\xbc\x51\x10\x62\x07\x49\xc4\x4a\x8a\x14\x2e\x67\xb3\x75\x55\x43\xe7\xf3\xfa\x27\x53\xe5\x14\x4d\x1e\x3c\x43\x23\x08\x77\x86\xcf\x94\x84\x02\x77\x51\x5e\x89\xa5\xd9\x68\x79\xa3\x96\x00\x60\xe2\x1c\x85\xa6\x6a\x5e\xe2\xf5\x8f\xc4\x2a\xec\x87\xc3\xbf\x52\xf5\x48\xbc\x51\x4a\x7c\xf1\xf5\x37\xf7\x4f\xdc\x7a\xff\x22\xf3\xe6\x54\x9c\xf8\x8f\x92\x9e\x04\x76\xbe\x1d\x11\xd8\xcf\x29\xd7\x4c\x45\x5d\x75\xd3\x0c\x1d\x08\xc3\x9d\x30\xca\x19\xc3\x37\xcd\x51\x52\x29\x17\xee\x7c\x51\x16\x19\x80\xff\x21\xfc\x8d\x0d\xe6\x64\xa9\x6c\x90\x75\x98\x46\xcd\x89\x09\x73\xf6\x44\x0c\x87\x7c\xf1\x4c\xa7\xc5\xa9\xcf\x09\x06\xd3\xd7\x06\x90\x4f\x88\xfd\x3f\x29\xcc\x44\xea\x69\x33\x1e\x9f\xc7\x0d\xa0\x66\x3d\x7a\x94\x6d\xe4\xe5\x5c\x48\x6b\xbc\x37\xd5\x7f\x8a\x26\x1a\xee\x1e\xb3\x4a\x21\x48\x3f\xa0\xf4\x99\x0e\x13\xee\x1b\xa0\x10\x86\x03\xdd\xb3\x03\x3d\x38\x48\x8d\xf4\x31\xc4\xf0\xdd\x3c\xb8\x97\x7c\xc2\xbd\x47\xde\xb4\x5c\xeb\x6c\x00\x68\x4d\x88\xc5\x65\x0f\x52\xda\xee\xa1\x7c\xe8\x92\xbd\x89\x33\x0b\x6e\xcf\x03\xc5\x44\xc0\x53\xa0\x8d\x91\xf3\x5b\xb4\x0d\x3a\xff\x3a\xe2\x61\x9c\x12\xad\x3d\x16\xf2\x21\xaa\x62\x2e\x66\x85\x92\x7a\xbd\x22\xdd\x25\x07\xe3\xb4\x37\x24\xcb\x35\x5d\xd6\x2f\xc4\x0b\x79\x61\xda\xfb\x9e\x62\xca\x0c\xfb\x7f\xfe\xfa\xd5\x33\x84\xce\xfd\xbe\x94\x99\xca\x26\xfb\x03\xdf\x08\x8d\x81\x98\x73\x47\x0b\x45\x29\x93\xb5\xf8\x70\x7b\x2e\xf9\x37\xdc\x54\x1b\x38\x07\x6b\x05\x87\x65\xa5\xc4\x97\x3e\xf7\xaa\x2d\x0f\xb0\x79\x10\xa8\x0c\x75\x3c\x10\x23\x01\x0a\xbb\x99\xf1\xd8\x76\xc0\x1d\x2a\x80\xc0\x88\x8e\xec\x47\x63\x40\x3c\xb6\xe1\x83\x47\x47\xe2\x35\x38\x99\xbd\x7c\x21\xea\x72\xa9\x00\xc8\x52\xd4\xf9\x42\xcb\xa2\x16\x93\x7d\x80\x44\x94\xb3\x26\xbf\x54\x93\x7d\x73\x8c\x8b\xba\x84\xec\x46\x60\x15\xf5\x13\x2a\xb3\xcd\x1b\x54\x31\x82\x98\x6a\x27\xc0\xc9\xa9\xe9\xc2\x08\x7d\x63\x66\xcd\x65\x7b\xd9\x73\xe5\xec\x1f\x94\x5b\x6b\x94\x95\x6f\x66\x55\x59\x14\x5c\x66\xf5\x0c\x27\x6f\xd0\x9c\x49\x91\xc7\x68\x09\x06\xc1\xca\xe5\x61\x04\xe5\x3c\xcc\xc4\x5a\xe7\x0d\x9a\x8a\x55\x21\x19\xf7\x48\x1c\xbd\x7c\xe9\x88\x78\x43\xbb\x2e\x89\xfb\xa6\x71\x43\x9b\x9b\x08\x41\x34\x20\x3c\x99\x65\x9f\x43\x75\x96\x9d\xcf\xed\xdd\xd4\xf0\x6d\xec\x6a\xa9\xcd\xec\x0d\x18\x8c\x2a\xc6\xb1\x89\xab\xb2\x7a\xcf\x86\x94\xfa\x72\x9a\x5a\x3f\x06\x22\x04\x48\xf7\x76\x4b\xc9\xc2\x46\x42\x37\x25\x84\x8f\xe2\x26\x6c\xac\x77\x45\x39\x0f\xc0\xb2\xdc\xfe\x85\xd7\x47\x35\x02\x75\xae\x5c\x28\xec\x54\x59\x8e\x02\xa0\x96\x60\xb5\xf6\x12\x00\x8a\x27\x72\x46\x9e\x49\x21\xce\x39\x01\x44\xbf\x57\x9b\x81\x0d\xb6\x9e\x5d\xc8\x1c\x2e\x55\x03\xbc\x48\xfe\x4d\x35\x03\x51\xc9\x2b\x1e\xe3\xce\x53\x16\x61\x92\x76\x9e\xf0\x9e\x5e\x4c\xd7\x85\x11\x85\xdf\xab\x8d\x4d\x22\xe1\xd7\xe0\x8d\x6a\x6a\x3c\x40\xbd\xbf\x1e\xe2\x39\x13\xa4\x93\xa9\xd5\x8f\xbd\x91\x1d\xf3\x75\x7d\x0c\x31\x05\x6d\x12\xf3\x5c\x53\x7d\x7f\xfd\x81\xe1\x07\x63\xce\x61\xd8\x36\xf5\x7a\xb5\x6e\x8f\xb7\x15\x28\x0d\xbd\x2e\x35\x2d\x04\x8a\x8b\x71\xcc\x7b\x98\xc1\x6d\x6b\x8f\xfd\xe9\xb3\xc7\x2f\x9e\x56\xd5\xc1\x8f\x1a\x79\x15\x8e\x34\x04\xc1\x86\x99\x8e\xa1\x23\xbf\x35\x0f\xcb\x95\x42\xe9\xac\x86\x4c\xaa\x72\x21\x8d\x38\x87\xf1\xd7\xba\xc9\x2b\xc5\xd3\x7e\xa3\x06\xc0\xaf\x34\xe9\xf4\xc8\xcb\xd5\xce\x1d\x75\xef\x21\x2f\x21\x82\xf5\x9d\x38\x2f\x5c\x14\xfc\x03\x9f\x09\xbd\xf0\xb2\x69\xe8\xab\xd9\x8e\x9f\x22\x0a\x9a\xeb\xf8\x63\xad\x5c\x06\x9e\x80\x3b\xec\x81\xa6\xa9\x8e\x04\x36\xed\x01\x7d\xec\xbc\xa7\xa3\xd6\x53\x77\xa6\xae\x4a\xa6\xfe\x9f\xeb\xc0\x74\x05\xf3\x48\x74\x07\xfd\x36\x53\x1e\x59\x78\xb1\x4f\xa7\x89\x87\x7c\x31\xa8\x91\xdc\x10\x74\xf8\x08\xc9\x9f\x19\xb8\x92\xaa\x07\x3b\x2e\xcc\x6d\xe5\x28\x34\x4e\xa5\x00\x0d\x3f\x64\xe5\xd1\xfe\xeb\x37\x2d\xa3\x3f\x0e\x03\xc5\xbb\xea\x45\x17\x26\xd2\x1b\xd6\xf1\x84\xf7\xfd\xd8\xf7\xfd\xd4\xed\x46\x76\x1f\xb3\x69\x92\x55\x2d\x32\x59\x5f\xa8\x8c\x52\x3f\x83\xe0\x3d\x93\x4b\x55\xe4\xff\x00\x14\x3f\xb8\x91\x2d\xeb\x1f\x2b\x35\xcf\x3f\xc0\x65\x7f\xb8\xac\x87\x90\xb2\xaf\xa9\x4c\xd5\xa7\xc5\xea\x42\x9a\x17\xc3\xde\x99\x1c\xfe\xe3\xbc\x7f\xb4\xb0\x92\xd2\xcf\x35\xc2\xbc\x42\x7b\xcf\x24\x18\xa8\xbd\x3a\x13\xfc\x8a\x56\x85\x9c\x41\x4c\xa2\x23\xe5\xb9\x2b\xdd\x13\xbf\xc9\xa2\x18\x00\x94\x84\xf7\x71\x73\x23\x36\x0f\x47\x4d\xf9\xf3\x6a\xa5\x2a\x28\x1e\x88\x31\x04\xbc\x40\x83\x6b\x4a\xdf\x89\x87\x78\xf1\x9c\x6e\x10\x8b\xa5\xc6\x78\x0f\x80\x97\x5c\x96\xd9\x1a\x50\x2f\xd2\x22\xca\xc9\x40\xbc\xc8\x16\x4a\x9c\xdc\x31\xbf\xee\xe1\x2c\xe6\xb3\xaa\xac\xcb\x39\x5c\x59\x16\x25\x5c\x8b\x2e\x00\x4b\xf4\x42\xe5\x95\xb8\x54\x3a\x03\x8c\x12\x98\xbe\xde\x17\x0f\xee\x7d\x73\x87\x8f\x96\x0d\xb6\x0e\x2c\xb6\x2e\x3e\xdc\x3c\x1c\xd9\x89\xf2\x4b\x31\x10\x93\xfd\x65\x3d\x34\xbc\x9c\xbd\x75\x0b\x32\x60\xf3\x68\x0f\x51\x7b\x7a\xad\x9a\xe7\x66\xb0\x01\x1e\xf4\x95\xe6\x0e\x45\x80\x53\x89\x19\xd6\x8d\x50\x76\x4a\xcf\xc4\x50\x40\x26\x1b\xfa\x65\x7f\x8f\x5e\x7c\xff\xe2\xd5\x8b\x1f\xde\xfe\xf6\xc3\xeb\xe7\x2f\x5a\x2f\x9f\xbf\x7e\xf6\x73\xeb\xed\x90\x40\xa4\x79\xe9\xa7\x7a\xc3\x06\x0e\x3d\x8a\xf3\xb2\x5d\x5f\xa7\x9e\x3f\x00\xf8\xc4\x9e\x38\x8c\xde\xc5\xfa\x07\x37\xe9\x66\xf8\x3d\x07\x5a\x93\xd7\x23\xf5\x61\x25\x75\x56\x7a\x85\x83\x7d\x70\x08\x65\x47\xeb\x3c\x83\x08\x06\xa0\x2e\xfb\xc4\xa6\x40\xc5\x07\x3c\xaf\x26\xcd\x22\x20\x5f\x9f\x76\xcf\x32\xc3\xb1\x21\x60\x20\x2c\x40\xd8\x17\x56\x72\x06\x29\x1a\x61\xb4\x27\xd6\x06\x43\xac\x76\x8c\x35\xce\x44\x30\x8a\xf3\xe8\x6a\xa7\xcb\x66\x40\x89\x00\xcc\x99\xcb\x4f\xcb\x16\xa3\xb7\xed\xfe\x33\xb2\xeb\xfd\x82\x98\x23\x48\x3e\x1e\x8b\x95\xe5\xd7\x83\xd4\x20\x80\xa1\xb7\x2c\x33\x55\xf9\xe4\x22\x1c\x03\x79\xba\x6e\x18\x68\x28\x74\xac\x36\x37\xf8\xfb\x77\xef\xde\xe3\x90\x7b\x94\x4d\x90\x68\xc1\x61\xc2\xe2\xcc\x8c\x82\x63\xd6\x53\xb4\x9f\xe0\x36\xb6\x2c\xa6\x39\xcb\x6b\xb8\xe7\x66\x4a\xac\x75\x91\xbf\x27\xef\xcc\xa9\xa2\x6d\x96\xcf\x37\x43\x95\x99\xbb\x7c\x51\x96\x2b\xf3\xd7\x25\xf7\xfa\x39\x3a\x32\x9c\x43\xac\x0a\x99\x6b\x21\x6b\x73\x25\x59\x06\x10\xb1\xd0\x9f\x98\x08\xc3\x43\x34\xb9\x5e\x16\xc6\xe7\xe1\xa4\x03\x9b\x56\xd4\x6a\xb6\xae\xe0\x4a\x01\x3a\x29\x98\x76\xbd\x5e\xaa\x0a\x8e\x99\x15\xa6\xfa\xde\x04\x95\x67\xa5\x9e\xe7\x8b\x35\x96\x58\xae\x21\x51\x01\xde\xc9\xdd\x35\x84\x5c\x87\xa0\x2e\x4e\x44\xd0\x42\xa6\x50\x06\x47\x9d\x29\x40\x0d\x9b\x25\x31\xf7\x4c\xe6\x96\x94\x0a\xd6\xa6\xf4\x65\x28\xbb\x51\x22\xf2\x0d\x4d\xcd\x20\x18\xfc\x20\x36\xf1\xc0\x44\x90\x89\xa8\x9d\xf6\xdd\x8d\xc8\x67\x60\xf5\xfd\xe8\x27\xbd\x8e\x26\x49\x6d\xbb\x37\x41\x51\xde\x25\xd5\xb4\x76\xea\x00\x06\xdd\x92\x86\x20\x95\x59\x55\xae\x5c\xef\x10\xe1\x9e\x92\x8d\xc2\x0f\x47\x89\x7c\x27\xe2\xb5\xf0\x54\x9c\xd9\xd6\x99\xa8\x75\x0e\x6e\xd1\x5e\xdd\x84\xe4\x6f\xa8\xcd\x73\x71\x73\x9a\xf7\x16\x17\xc3\x3b\x77\xee\x7d\xd3\x67\x9b\x98\xe2\x07\x61\x81\xba\xf3\xc3\x40\xbf\xce\xf8\x79\x03\x15\xfa\x09\xea\x4b\xf5\xf5\x9f\x96\x50\x72\x55\x8b\x8f\x41\x7f\x3b\xd0\xa1\x56\x1b\x4e\x5f\x90\x86\x5e\xab\xe1\x74\x33\x34\x62\x3f\x39\xa6\xe1\xcc\x85\xee\x69\x28\x05\x9a\x6a\x86\xd6\xa9\x93\x8c\x48\xda\x03\x81\xb2\x38\x10\x53\xfc\x0c\x1f\x9c\x27\xe5\x34\x9f\xcd\xce\x34\xc3\x08\x60\x91\x24\x80\xe0\xf2\x43\x35\xf1\x1a\x96\xcc\x2e\x9d\xa0\x00\x9e\xa1\xf4\x13\x56\xb6\x8b\x53\x1c\x1c\xa4\x59\x7e\x30\x21\xd8\xeb\x73\x36\x3a\xbc\xb5\xa5\x07\x38\x48\x02\x3c\xbd\xd4\x81\x12\x48\xe5\x86\x17\x9d\xda\xd7\xae\x98\x10\x27\x23\xf1\x43\x09\x9f\xbc\x92\xb5\x20\xc7\x3d\xcb\x20\xa0\xc4\x9d\x91\x78\x6a\xa5\x9b\x56\xb9\x01\x9c\x09\xba\xa4\x4e\x58\xbf\xc6\xd6\x87\xde\x5a\x4f\x8c\xc9\xbe\x39\x16\x27\xfb\x62\x25\x1b\x8c\x27\xf2\xcc\x6c\xa1\x1a\xa6\x0f\xc8\x6c\xd2\x52\xd7\x08\x1a\x79\xf0\x4b\x20\x7e\x9a\x05\x1d\x38\x64\xfe\x4b\x73\x20\x6c\x1d\xe9\x5b\x7f\xdd\x6b\xd3\xae\x1d\xec\x5b\x87\x19\xdf\x94\x15\x62\xf9\x99\xce\xbd\x57\x9b\xb0\x51\xd8\xbd\x6d\x6a\xe2\x66\xd4\x1e\x95\xf0\xa9\xa0\x6c\xf9\x60\x97\x1f\x1c\x58\x81\x20\xba\x33\xa7\x52\x92\xb9\x64\x98\x01\x91\x27\xb4\xaf\xbf\x58\x8d\xb9\x29\x40\x29\xcf\x25\x2d\xe4\xc0\x9c\x92\xd3\x12\x32\xa6\x99\xd7\x0e\x40\xd5\xd5\x96\xe6\x4a\xec\x57\xb9\x56\x8d\xa9\x82\x76\x06\xd1\x03\x73\x9c\x21\x08\x8a\xb9\xee\x23\x5a\xe3\xd6\xc9\x7f\x6a\xd3\xe8\x60\xea\x18\xcb\x57\x62\x4a\x4b\x76\x67\xa2\xdd\xfe\xac\xc3\xa1\x07\xd7\x56\xdb\xd4\x1b\x9b\xa0\xd9\xcc\xb3\x6a\x2c\xb5\xa1\x79\xf0\x52\x89\xe6\xaa\x14\x2b\x9b\x52\x47\xe9\xa6\xda\x08\x88\x10\xf1\x9d\x71\x93\xad\x84\xfa\xb0\x42\xe7\x62\x20\x8a\xa9\x24\xb3\x17\x12\x23\xb4\x6b\x76\x44\x23\xdf\x2b\x7d\x76\xfb\xbc\x7d\x4c\xc5\xb9\xec\xe9\xe9\xa9\xe9\x3d\xdb\xe3\x2d\xcc\xe9\x24\x13\x03\xa5\x53\xeb\xe8\xda\x2e\x46\xe2\xad\x16\x8b\xa6\x95\x32\x5d\x3a\x7c\x47\xe2\x29\x65\x8e\xe7\x8a\x74\xd7\x22\x33\x7c\x59\x61\x6e\x26\xe1\x73\x33\x11\xf7\x40\xfa\x0f\x73\x7c\x81\xdf\xce\x28\xaf\xc9\x7f\x87\xee\xeb\x29\x01\x90\xc8\xd8\x88\xb1\xf8\x1d\x6c\x6d\x34\x1a\x05\x25\x7f\x51\x56\x63\x69\x68\x36\xe0\xd2\xf5\x40\xd4\x25\x89\x40\xa0\xe0\x64\x35\x61\x63\x9a\x42\x98\x33\x2e\xbc\x7d\x75\x89\x4a\x58\x29\x66\xdd\xb1\x1c\x08\xe6\x19\xe0\x9c\x16\xd1\x14\xe6\xa7\x26\xa3\xf6\x00\x8e\x93\xbc\x19\xa5\x85\x47\x27\xfb\xbb\x81\x4f\x37\x98\xb1\xcc\x4c\xa9\x11\x25\x21\x9d\x17\x34\x99\x18\x8e\xcf\xe1\x13\x68\x56\xce\xe0\xdd\x79\xa8\x59\xe9\xd1\xf8\xbb\x93\x85\xa5\xd3\xbc\xe5\x34\x73\x51\x62\xfb\x4e\x1f\x8c\x49\x83\xb2\xa9\x20\x61\xc0\xaa\x1f\xd3\x87\xbe\xdd\x92\x3f\xd9\x75\x83\x2d\x09\x34\x6e\x2d\x7a\x98\x85\x1d\x92\x77\x79\x2f\xb1\x4e\xfe\xec\xed\x74\x2f\xcc\xb5\x04\xa5\x5d\xbb\x43\xfa\x5d\xd4\x7d\x2a\x9e\x5d\x54\xe5\x52\x89\x47\xe3\xbb\xf7\xc4\x50\x7c\x75\x2f\xb8\x5f\x4d\xdf\xe7\x8d\x38\x10\xdf\x16\xb9\x7e\x2f\x56\xaa\x82\xf4\x4a\x86\x0b\xd5\xeb\xf9\x5c\x55\xce\x75\xa1\x50\xc0\x37\x63\xfe\x87\x2e\xb6\x55\xb9\x04\x03\x1e\xdc\xc5\x80\x58\x6b\xb4\xd4\xfa\xee\x93\x15\x9a\xd5\xb2\x61\x6f\xd3\xf5\xa2\x1e\xcd\x4c\x1f\xf3\xf5\x72\x54\x56\x8b\xa3\xd5\x91\xfd\x79\x94\xd7\xf5\x5a\xd5\x47\x99\x6a\x64\x5e\x3c\xc9\xb3\xf1\xdd\x6f\xee\x7f\x7d\xfc\x8d\xe8\x4d\xd7\x0b\x73\x80\x02\xda\x23\xf3\x04\xbf\xf1\x2e\xd4\x75\x13\x6a\x07\x29\xb6\xb7\x0d\xad\x7e\x27\xd7\x6a\xab\xe7\x80\xe3\x5d\xc8\xda\xdc\x13\xbb\xae\xe4\xc4\x1d\x6f\xe4\x89\x91\x10\x19\xf1\xb6\x83\x03\xb1\xb7\x95\x3e\xb8\x43\x86\xf9\x9e\x21\xb8\x1f\xab\xfc\x52\x8c\x01\x6d\x06\x95\x13\xb0\x07\xec\xdb\x9f\x6b\x55\xb5\xdf\xa2\xa6\x6b\xd2\xbc\x5c\xae\xf0\x06\x0e\xea\x69\xf1\x66\xbd\x5c\xca\x0a\x0c\x69\xf8\xfe\x64\xe4\x92\x1f\x3d\xfd\xf1\xa5\xa8\xd7\xd5\xdc\x30\x57\xb4\x94\x2c\xa5\x6e\xf2\x99\x40\xe8\xbd\x1c\x11\x4e\x90\xcd\x9c\x8c\x1e\x8c\x3e\x88\x69\x25\xf5\xec\x02\x1b\xba\x33\x12\x2f\x97\x46\x40\xc3\x3d\x84\xca\xb2\x5b\xb5\x58\xca\x5c\x37\xa0\xf2\xc4\xea\xd3\x8d\xa8\x54\xb6\x9e\xd9\x24\x7d\x46\x0c\x92\x0b\x85\x8d\x4c\x1a\x73\xe2\x81\xa1\x5f\x92\xfb\x9b\x58\xaa\xd9\x85\xd4\x79\xbd\x1c\x61\x99\xbb\x23\x67\xc0\xaa\xe5\x52\xb5\x8a\x99\xca\x36\x3d\xe9\x64\x7f\x05\xb9\x1f\xd5\x64\x1f\x86\x34\xd9\x5f\xd7\xaa\x9a\xec\xc3\xc4\x51\x7b\x5f\x8d\xc4\x6f\x3f\xa8\x4b\x55\xfd\x66\x36\x7e\x59\xab\xa0\x16\x9c\xca\x66\x8b\x98\x59\x9e\x95\x99\x12\xbd\xb7\xaf\x9f\xbf\x3e\x15\xcf\xcd\x35\xe2\x37\xbc\x03\xfe\x86\x4c\xdf\x4c\x7f\x1f\x1b\xbd\x37\x12\x4f\x2f\xcb\x3c\xc3\x26\xc1\xbf\x23\x5c\x08\xdc\x2a\x10\x1c\x0c\x4d\x5b\x74\x99\x9e\x5a\x8c\x1c\x03\xf2\xdb\x98\x9a\xfd\x7a\x24\x7e\x44\x19\x58\x48\xb0\x24\x57\x28\x22\x98\x6b\x51\xf4\x81\xf5\x6a\x51\xc9\x0c\x24\xd9\x5f\x94\x7c\xff\x4a\xc2\x8d\xe9\xce\xf1\xc9\x57\x96\x78\xaa\x29\x85\x3c\x1e\xfd\xda\x7b\x72\x3a\x99\xfc\xf3\x6c\x32\xb9\x9a\x4c\x7e\x39\xbf\x3d\x99\x7c\xbc\x9e\x4c\xce\xd8\xef\xf3\xfe\x97\xa4\xd5\x85\x10\xe5\xe7\xb2\xbe\x30\x15\xcf\x9e\x0e\xff\xff\xe7\xa4\xd2\x75\x0a\xb4\x85\x22\x85\x0b\xbf\x9e\xa1\x01\xd6\xdf\x42\xe1\x82\xbe\xdf\xba\x3e\xf9\x04\x90\x4c\x65\xce\xaa\x61\x1e\xbb\x76\x3d\x9f\x9e\xa8\xa3\xa2\x5e\x17\x45\xa2\x9e\xcf\x11\xee\x74\x9b\x08\xf9\x43\x1a\x62\x20\x44\xbd\x06\x1f\x0a\xb0\xf9\x39\xe4\x5d\x4a\xff\x88\x24\x6c\xd3\x85\x85\x5f\x3d\x84\xbf\x0e\x01\x70\xbe\xf5\x65\x78\xd9\xea\x31\xae\x09\x39\x83\xd1\xfc\xc5\x35\xff\xf7\x9b\xd7\x3f\x8c\x56\xb2\xf2\xd7\xf4\x84\xce\x9f\x5a\x0f\xa1\xb6\xcd\xc3\xa7\x4d\xe3\xd2\x4e\x83\x80\xcb\x57\xc9\x90\x85\x96\x4b\xe5\x2d\x88\xa8\x21\x04\x61\xc0\xc8\xa1\xf3\x72\xad\xb3\xff\x87\xbd\x37\xe1\x8e\xe3\x46\xd2\x45\xff\x0a\x44\xf5\xc8\x55\x52\x2d\xa4\x16\x2f\xa4\x68\x1d\x59\x8b\xad\x3b\x6d\x5b\x63\xa9\x47\x3d\x47\xa5\x6e\x25\x2b\x51\x55\x69\x66\x25\xca\x09\x14\x17\x9b\xfa\xef\xef\x20\x22\x00\x04\x90\xc8\x22\x6d\x77\xbf\x7b\xdf\xb9\x6f\x7c\xa6\xc5\xca\x44\x62\x47\x20\xd6\x2f\x00\x90\xb9\x05\xa3\xe8\x48\x58\xee\xd6\x28\xb1\x90\x08\xe0\xe0\x3c\xeb\x50\x09\xe8\x32\x45\x7c\xf7\xf6\xfb\xbf\x3e\x82\x67\xe3\xbb\x21\xfd\x72\x77\xc6\x22\x42\x09\xf9\x7d\x13\x1d\xaf\x9f\x0b\x70\x91\xb3\x0b\x0b\x95\x82\xbb\x9b\xe5\x11\x98\x2a\xdc\xed\xd3\x91\x98\xed\x8d\xff\x72\x07\x74\xe1\x46\xfd\x55\x9d\x33\x83\x00\x5c\x17\xa8\xee\x86\xd6\x96\xd2\x3c\x75\xbd\x73\xd9\x60\x63\x46\xf7\x66\xfa\x94\x04\x38\x82\x9a\x48\x0e\x06\xbb\xc2\x22\x98\x88\x38\x72\x06\x82\x0c\x20\x85\xe4\xb9\xc4\xfb\x9a\x25\x1d\x03\xad\x65\xd8\x8d\x25\xe4\xb0\xf4\x4a\x49\x77\x3b\xa0\x50\xd3\x59\xf2\xa3\x8e\x86\x86\x77\x36\xbd\x69\xbd\x21\x2b\xb7\xc3\x32\x7e\x62\xb9\xfb\x34\x9f\xc9\xdd\xf5\x92\x3e\xf0\xc5\xae\xae\xfc\xed\x97\xbe\x8b\x02\x16\xca\x4c\x2b\x23\xca\xfb\x1c\x6b\x88\xd2\x16\xb9\xb9\x3a\xfe\x22\x6a\x20\x50\xf7\x7c\x33\xa1\x01\x5f\x33\x7e\x12\x17\x4a\xa3\x2c\xf0\x1e\xf9\x01\xb4\x13\x85\xf1\x49\x21\xe0\xf6\x83\x8b\x05\xae\x2c\x76\xb7\xa0\x74\x09\x89\x00\x68\x9f\xbb\x9c\x9a\x70\x27\x97\x55\x0b\xa8\xd8\xae\x0e\xcf\x3a\x50\x98\x24\x44\x83\x6a\x49\xa9\x61\x45\x29\x37\xad\x9c\x5b\x01\x0a\x44\x83\x7f\xfe\xa1\x69\x84\xc5\xb9\xe1\x34\xfe\xf3\xf7\xcd\x23\x54\xdd\x3f\x8f\x1d\xe7\xac\x45\x13\xef\xbf\x74\x3c\x39\xdb\x35\xca\xbb\xac\xcb\x5e\xf6\xa5\x04\xe5\x96\xbf\x43\x7b\xa9\x7b\x61\xa9\x97\x26\x7a\xe1\xa9\x94\x27\x69\x9a\xeb\x09\xbe\x95\x46\xc3\xb2\x72\x03\x7c\x8f\xdc\xc0\x88\x47\x27\xe1\xf6\x30\x43\x4b\xfc\x4e\x5b\xba\xb3\x9d\x48\x86\x21\xa1\x7e\x42\x42\xc1\x69\xc9\xcd\xef\x32\x50\x86\xd9\x1e\x1d\x32\x4b\x01\x75\x9a\xb0\xdd\x09\x62\x30\xfc\x5c\xde\xc2\xae\x30\x16\xa9\xe7\x3b\x19\xfb\x19\x1e\x3c\x2b\xf3\x76\x25\xb1\x89\x90\xbc\x9f\xb6\x2b\x84\x18\x0f\x6e\x1f\x3c\xfc\xf2\xab\x87\x49\x44\x29\x5a\x7a\xec\x57\x28\xe7\x65\xe0\x1e\xe8\xba\x08\x85\x26\xee\x9a\x33\x9d\x9a\x20\x63\x3b\xc0\xaf\xff\xb8\x18\xb0\x1b\x06\xfd\x64\xf6\xf3\x68\x12\xd4\x00\x13\xd6\x79\xe2\xf7\x47\x2c\x21\x00\xff\x2f\xbd\x90\xc3\x46\x0c\x19\xd2\xaf\x05\x8c\xe0\x3f\xa3\x1f\x7e\x95\x75\xff\x2a\xa3\x4f\x4e\xbf\x75\x24\xd6\x0e\x7a\x9e\x25\x96\x9d\xd1\xcd\x28\xc6\xae\xe9\xde\x99\x41\x39\xd9\xf5\x34\x8a\xf5\x8f\x18\xc3\xdd\x13\xc5\x18\x5d\x6a\x18\x90\xc8\x75\x94\xdc\xd6\x93\xda\x75\x1c\xa1\xa2\x94\xfd\xfd\x51\x4f\x4e\xb6\x8a\xcd\x9c\x6f\x29\x3b\x8b\x65\x86\xc8\x57\x94\x54\x8e\x03\x67\xe6\xc4\x5c\xef\x7a\xe8\x34\xa2\x60\x99\x64\x55\x0c\x2c\x49\x07\xa5\xc2\x42\xb5\x12\xad\xb7\x8d\xdb\xeb\x94\x9e\x81\x3c\xc5\x89\xf0\x0c\x05\x7d\xc2\x6a\xf9\x78\x86\xb9\x31\x7c\x5a\x73\xe0\xcd\x6c\x7b\x9e\xa0\x80\x42\x14\xed\xa2\x51\x57\x59\x2d\xe0\x7e\xd7\x4a\xbd\xad\xc1\x70\xf8\xd1\x7f\xfb\x11\xf3\xb1\x26\x14\x90\x54\x92\xf6\x2b\x56\x09\x3a\xf6\x17\x0c\x62\x09\xc3\x17\x1d\x18\x2d\x6a\xd2\x8b\x52\x14\x78\x25\xa0\x98\x5b\x59\xb9\xb0\x94\xb1\xad\xd6\x51\xd4\xbc\xb2\x3a\x55\xd9\x3d\x0d\xf5\x2f\xa5\x49\xf8\x4d\x66\x0f\x67\x6b\x87\x4a\xb2\xe0\x73\x78\xc2\xcc\x2c\x96\xa9\x05\xf9\xf9\x06\x94\x36\xdd\x70\x9c\x8b\xed\xf1\x4b\xeb\x3b\x45\xb3\x14\xe3\x25\x1e\xd9\x6c\xaf\xac\xf4\x1c\x0c\xcd\x7b\x2c\xa7\x6b\x5c\x1e\x99\xeb\xf9\x56\x1b\xb5\xe6\x3c\xb6\xce\x0e\x25\xe1\xff\xff\x7d\xc3\x78\x27\x85\x69\x2b\x59\xda\xe5\xaf\xeb\x4b\xb1\x2a\x5a\xb2\xe7\xf8\x81\x38\x59\x0a\x34\x95\x4c\x41\x99\xa0\x0f\xc7\x0c\xf1\x1b\xc6\x03\x33\xed\x6c\x3f\xe1\xe8\x51\xdf\x1a\xe5\xf3\xd8\xfb\x3d\xe0\xad\x30\x3b\x28\x4d\xd7\x93\x8d\x11\x9c\x11\x25\x38\x20\x27\xcf\x5c\xf0\xa3\x2b\xc2\xe8\xee\x6e\x46\x33\x67\x66\xbc\x86\x4c\x76\xf8\xd0\x2e\x9d\xfc\xd4\x65\xa4\xf2\x7c\x3c\x24\xf2\xea\x32\x6c\x96\xa8\xa7\x8c\xa1\x25\x9b\x50\x3c\x96\x99\x62\xb6\x1f\x31\x6d\xc5\x31\x5d\x0c\x96\xcd\x9f\xed\x2d\x2e\xe0\x36\xb0\xb2\x32\x54\xc0\x32\xb4\xb9\xd4\x6f\x39\x9e\xc5\x38\x4f\x1e\xbe\x3f\x36\x52\x96\x62\xbb\x11\xa5\xc4\x4f\x4f\x20\x77\x0c\xda\x93\xb6\x46\xfc\xb2\xad\xe6\xa7\xf5\x25\x6a\x77\x2b\x40\x4b\x04\x08\xda\x22\x8a\xdb\xe1\x87\x21\x93\x52\x0d\x6b\xbe\xba\x4a\x0d\x0c\xa9\xc8\xde\x33\x84\x98\x63\xc6\xa9\xa4\xb9\x5f\x17\xa7\x32\xa9\x8c\x1f\xb2\x8c\x3f\x05\xcf\xb4\x96\x48\x96\x5d\x57\x07\xbf\x83\xfc\x08\x7c\xe2\xb7\x4f\x91\x50\x25\x77\xac\x7b\x18\x1f\x2d\x65\xbc\x90\x7e\x3d\xfc\x7e\x08\xbe\x53\xf0\x33\xae\x8b\x67\x51\x69\xcd\x5f\xf1\xa0\x1c\x47\xf9\xca\x7d\x11\x70\x4b\x8d\x92\x92\xfb\x57\x2b\xa5\x4e\x75\x68\xe8\x9f\x50\xea\x3b\xfb\xb0\xa7\xb9\x46\x5e\xa4\xa0\x0b\x61\xde\xa8\x16\x9a\x86\xee\x7e\xc3\x39\x3d\xea\x84\xa3\x88\xc5\x05\x0d\x19\x60\x7a\xe0\xcf\x72\xe4\x88\x4e\x1b\x8c\x0c\x1e\x2d\x46\xcb\xc6\x54\x8d\xac\xd9\x81\xb1\xa3\x04\x46\xa9\x6a\x42\x62\x9f\xc8\x19\xb6\x33\x0d\x47\x99\x49\xf4\x89\x52\x7b\xfc\x6a\xc3\x99\xc1\x2c\xd2\x9d\x2e\x61\xa2\x34\x0c\x10\x88\xc6\x06\x17\xed\x89\x64\x99\x9c\xa7\x53\x51\x6c\x8d\x5a\x17\xa6\x9a\x03\xb9\x77\x63\x8f\xa5\x1a\x27\x86\xf8\x13\xcf\xa6\x1c\xc7\xb3\x6d\x70\x44\x9d\xd1\xf7\x5c\x07\x98\xb0\x73\x8b\xc9\xae\xea\x42\x1b\xea\xa2\x36\x6a\xc3\x9c\xf3\x89\x2e\xa2\x69\x00\xb6\x0a\xa4\x7d\x3f\x0a\x33\xca\xdc\x68\x47\xa2\x81\x94\x87\xb8\xa5\x3a\xdc\x24\x92\x00\xbe\x5b\xef\xdc\x71\x65\xc3\x80\xb0\x11\x60\xc1\x26\x51\x3e\xc3\x4f\x89\x1e\xe0\x07\x65\xc4\x66\x7b\x52\x57\x73\x31\x16\x4b\xd9\xc8\x16\x83\x76\xc3\x06\x26\xde\x0d\xcc\xea\xcc\x74\x4c\x09\x4d\x9d\xdb\x1e\xdb\xf1\xd7\x1d\x5b\x7b\x30\xd1\x86\x07\xcf\x3d\xd9\x85\x8f\x3d\xed\x4d\xe5\xfc\x94\x01\x8a\x34\x34\x31\x49\x83\x7b\xd2\x4f\x05\x25\x87\xbd\x41\xb6\x25\x84\x70\xe9\xe7\xfc\x33\x4a\x81\xf7\xc9\x18\xac\x4c\x83\xd6\xc7\xe8\x86\xee\xbd\xf5\x7a\xd4\x07\x1d\xf2\xd7\x77\xe1\x69\x74\x40\x3e\x16\xf7\xb3\x9a\x42\xe8\x5c\x36\x67\x36\xe7\xcc\x6c\xa9\xa3\xe4\x7e\x0c\xc4\x14\x0f\x36\xb4\xd3\x73\xa6\x3b\x8c\xc6\x63\xd7\xaf\xae\x88\x15\x53\xe2\xa0\xe1\x88\xa9\x5b\x2a\x3b\x65\x74\xb4\x91\x67\x53\xb0\xf5\x5e\x2b\xc2\xf5\x5f\x0b\xc8\xa6\xf0\x99\x4e\xad\xdd\x2f\x1a\xd0\x85\x16\x74\xde\x3c\x22\x1a\x2e\x7d\x4a\xbe\xa3\x4b\x20\x54\x9e\x53\x95\xa4\xa4\xe9\xce\x1d\xac\x13\x65\x9f\x5b\x3b\xc9\x71\xee\xc2\x48\x5b\xeb\xdc\xc7\x9c\xf7\xcb\x5d\xb7\xf1\x89\xbd\x19\xdf\x77\x83\x4e\xc4\xed\x82\x0d\xe9\xbf\x6e\xde\xb4\xab\x37\xba\xef\x47\xc1\x74\xcf\xc8\x5a\x0c\x5d\xe7\xf0\xc1\xd0\x50\x0d\xd5\xb8\x00\x2c\xd9\x9a\xa2\x6a\xa0\x4e\xfa\xb4\x68\x25\xc8\xae\x56\x7a\x18\x2c\x2e\xec\x55\x0a\x91\xd3\xb6\xd5\x00\x37\x00\x47\x3a\x83\x56\x87\xdb\x27\xc2\xac\x83\x3c\x32\x6b\xe6\x94\x09\x28\x32\xc7\x18\x08\x4c\x37\xc3\x02\x0e\x71\x16\x7a\x05\x89\x98\x53\x48\x25\xb9\x68\x2a\xe7\xdc\x99\xb0\x2a\x79\x6c\xa8\x94\x91\x1c\x88\xf1\x18\x7b\xd3\xe1\x1a\x4b\x9e\x38\x09\xa3\x55\x5d\x1f\x2c\xd5\xf3\xfd\xf9\xd0\xb3\xc1\xfe\x08\x39\xb2\xb3\x96\xa7\x46\x59\x7b\xc0\x75\x0c\x60\x8f\x87\x86\x59\x6f\xb2\x0c\xbd\x1d\x8e\x8b\x14\xcb\xdd\x4b\x6c\xa0\x38\xa6\xf5\x06\x9c\xdf\xd6\x1b\xbc\x67\x13\x5f\x50\x3b\xad\x98\x5b\xc0\xf8\x76\xe9\x42\x86\x6b\xc6\xe7\xa4\xea\x75\x06\xa5\x44\xa0\xc9\x7d\x08\xeb\xe2\x31\x9d\x60\xa3\xc5\x97\x0a\x38\x01\x37\xdb\x35\x08\x39\xd3\xf7\xf7\xc6\x1f\x9e\x80\x85\xb5\xbc\x3b\x9b\x4d\xae\x86\xb3\x59\x79\x6f\xf0\xe4\xf0\xbd\x7c\xf1\x01\xde\xd9\xdf\x57\xc3\xa9\x18\x4e\xb4\xda\xb6\x73\xe9\xcd\xfb\xed\x5c\xeb\x1f\xa0\x9a\x46\x9e\x8b\x9f\xe4\xf2\xc5\xc5\xc6\x5e\x9a\xff\x18\x3c\x39\x1c\xd8\x4f\x87\xc7\x57\xc3\x01\x18\xbf\xa0\x39\x3b\x5f\x43\x08\xb4\xf9\x8f\x0f\x77\x87\x7f\xc1\xdc\x88\x95\x9b\x37\xaa\x74\xae\xf5\x0b\xb0\x2f\x03\x8c\xf3\x6c\xef\xad\xda\x60\xc1\x9f\xaa\xe5\x8a\xf2\x29\x7e\xa3\x8c\x51\x6b\xfc\xfb\xaf\x72\x61\x66\x7b\xe4\xf0\x05\x8a\xb1\x38\xd0\xd5\xae\x64\x4f\x0c\x6c\x08\xaf\x40\x4d\xbb\x7e\x4a\xa9\xee\x3b\xb1\x65\xfd\xd7\xd4\x5c\x81\xfb\x00\x71\x16\x13\xf0\xbb\x78\xee\x83\xb6\x99\x39\x28\x60\x48\xce\xd5\x7a\xa3\x34\x22\x48\x0a\xf7\x03\x7d\xc2\xc5\xa7\x60\xda\xe4\xfa\x68\x8c\xe0\xb9\x17\x85\xf0\x7c\x79\x6f\x24\xaa\x1f\xdf\x88\x83\xfd\xc9\x3e\xc4\x20\x4f\xee\x47\xd8\x21\x10\x9b\x81\xc9\xfb\x51\x7b\x37\x6f\x95\x65\x9e\x57\x45\xa9\xce\xc1\xd1\x06\x42\xd1\x8b\xb6\x92\xe4\x9f\xe3\x9d\x02\x07\xcb\xd5\xf8\xc1\xa3\x7d\x54\x64\xf3\xae\xb8\xf6\xc6\x69\x6b\x2f\x8a\xd6\xca\xac\xf0\x5a\x9c\xc9\x56\x43\xb0\xa1\xf3\x73\xf8\x88\xdd\x78\x03\x4d\x7f\x24\xa7\x59\x23\x3e\x2e\xa5\xf9\x49\x29\xf3\x83\x2a\xe5\xc7\x11\xd5\x54\x4b\x08\x5f\x86\x00\x79\x40\x90\x9e\x88\x77\x12\x43\xf5\x8d\xa2\x5c\x37\xf6\x5a\x8d\x3e\x46\xe0\x06\x1e\x44\xed\xc2\x9c\x59\xa9\xb0\x88\xff\xb6\x95\x8e\xfc\x5f\x9d\xc9\xd6\xb5\x3f\xf0\x8b\x4d\xba\xfa\x6e\x3d\x6e\xa7\xb8\xf3\x8a\xdb\xf2\xbb\xaa\x2c\x65\x63\x49\x6c\xd5\xbc\x6d\xa5\xcc\x84\x3e\xca\x3a\x71\x81\xce\x7c\x05\x19\x01\x50\xab\x08\x80\xba\x20\x25\xe1\xe0\x6e\x2f\xaa\xda\x72\x63\xae\xda\xa3\x50\x4f\x83\xe6\xbf\x79\xa1\xe5\xc8\x6b\x82\x41\x4d\x79\x22\x09\x83\xc9\xb3\x77\xf8\x15\x69\x66\x25\xe4\x6f\xb0\x3f\x22\x31\xb4\xa9\xab\xc6\x8a\x3f\x97\x35\x44\x74\xac\x37\x60\x83\x8a\x28\x18\xcc\x0b\x94\x98\x94\x95\xde\xd4\x85\x53\xcc\x37\x90\xd0\x95\x4d\x72\x6f\x49\xe0\x90\x22\x41\x8c\xbb\x14\xc2\x26\xb2\x8b\xb1\x45\xff\xcc\xcb\x9a\xab\xaf\xfd\x6e\x7f\x59\xb5\x72\xa1\x2e\xc4\xe3\xe3\x87\x0f\x52\x9f\xb7\xe7\x95\x9e\xab\xa6\x41\xdf\xd8\xc8\x18\x04\x56\x50\x5f\x39\x75\xeb\x50\x34\x90\x01\x53\x2b\xca\xf1\x0d\xf1\x20\xed\x1a\x27\x17\x66\xac\xe2\xce\x70\x15\x8a\x50\x9e\x72\xf9\x7b\xc5\xef\x5c\xbf\x5d\xf9\x38\xdd\x56\x0d\x92\x0e\xa8\x68\x6d\x0f\xbc\x85\xc8\x4d\x23\xee\xb1\xa3\x4e\x80\x59\x51\xfe\xbc\xd5\xe6\xd9\x9b\x37\xae\x0a\x88\x17\x41\x95\xe1\xeb\xa2\xb5\xb7\xbb\x39\x97\xb2\xe1\x4e\x19\xf8\x0d\xb8\x4a\xcf\x8b\xda\xc5\xbe\xac\x8b\x8b\x57\xc6\x47\x1e\x1f\x8b\xfb\x2e\x58\x9c\x24\xc3\xff\xa6\x78\x2d\xac\xce\xb3\xeb\x3b\x53\xc4\x43\xd9\xc9\x7c\xdb\x72\x18\xad\xc0\xdc\xef\xfc\xb6\x3b\x3b\x38\x34\x74\x80\x09\xd5\x51\x2f\xab\xa6\x32\x55\x51\x8b\x63\xc1\xfb\xeb\x59\xae\x6d\x53\x19\x17\x7e\x02\xf3\xe2\x8d\x03\xf0\x0b\x20\x3e\xed\x09\x18\xb0\x76\x7f\x00\x57\x1d\x17\xe4\x21\x9e\x60\xd3\x87\x62\xb6\xb7\xb9\x70\xd9\x7f\xdd\x49\x79\x63\x05\x78\x4b\x09\x51\x9f\x8b\x3b\x0a\x9d\xa7\x20\x94\xe9\x97\x6d\xd5\xda\x53\xac\x5a\xb1\x51\x46\x36\xd0\x57\xe8\xd4\xba\xd2\x64\xe8\x89\x06\xf2\xaa\xf9\x1b\x76\x39\x36\xbb\x86\xfc\x5c\x3b\x7a\x7a\x75\x85\x55\x23\x6b\xb6\x21\x09\xe4\x9e\x9b\x22\x9e\xe5\x8b\xb8\x82\x89\xbc\x90\xf3\x41\xcf\x9c\x3b\xb5\xa1\xa3\xda\x71\x0f\xef\xdc\x89\x1f\xe0\x54\xa2\xce\xbf\x83\x6e\x93\x39\xad\x2e\x73\x1c\xc4\x02\xd5\xa4\xd0\xaa\xdc\x4e\x14\xa6\x68\x97\x0e\x65\x81\xab\x90\xc0\x6d\x88\x60\xbf\x90\x38\x3e\x7b\xf3\x46\x6c\x37\x1b\xd9\xe2\x55\xa9\x31\xd0\xe5\xe0\xa1\xb3\xf0\x86\x1d\xe2\xfe\x9a\x32\x31\x7b\x3a\x15\x6f\xdb\xad\x36\xd0\x6b\xbb\x62\xb6\x9f\x18\xbc\x1b\x66\x25\xda\x4b\xf0\xcf\xd5\x55\x66\xf4\x11\x09\xc5\x91\x40\xc0\x47\xb1\xd9\xb4\xea\xa2\x5a\x03\x5c\xa4\xed\x32\xc4\xd7\xfd\x2a\x5b\x25\xb4\xdb\x3f\xe0\xdc\x9f\xdf\x09\x7e\x01\xaf\xae\x28\x1e\x94\xb3\xc5\xd1\xf9\x4d\xed\xe6\xf6\xd2\xb7\x53\x88\xce\xd9\x25\x41\xc7\x09\xb5\x6d\xc5\x89\xd4\x46\x2c\xb7\x52\x43\xe2\xdf\xed\x09\x58\x24\xe1\xb7\xd4\x48\xf0\xa0\x83\x6a\x6b\x86\x3c\x6e\xf2\x65\xd5\x54\x7a\xe5\xc2\x49\x81\x90\x08\xf9\xcb\xb6\xa8\x01\xa1\x08\xb8\x17\xa9\xc5\x81\x18\xac\x8b\x53\xe7\x9e\xa9\xea\xf2\xae\x65\x3e\x37\xad\x2a\xb7\x73\x03\x1e\xe1\x1b\xa5\x2b\x3b\x3d\xa1\x72\x9a\x6e\x20\xf4\xf1\xd1\x8f\x27\xe4\x1e\x6d\xb0\x98\x8d\x1f\x88\x03\x31\xa6\xfe\x0c\xc5\x5d\xfa\x3d\xa0\x27\x29\x75\x10\x53\xc1\x26\x75\x7f\x02\xb6\x75\xf1\xb8\x63\x99\x4f\x89\xe3\x7e\xca\xe5\x77\x57\x2b\xfe\x3d\xc5\x0e\xf8\x55\x0b\x1a\x97\x9d\x9f\xdd\xc5\x1d\xfa\x07\x67\xc5\xed\xc1\xc8\xed\x8b\x96\x1e\x64\x60\x20\xe5\x2c\x6e\x0e\x3c\xbe\x84\xf2\x1a\x77\x4f\x2c\x23\xca\x19\xf4\xfc\xdc\xdb\x90\x15\x08\xac\x5b\xcf\x0e\xa6\x07\x57\x57\xd1\x9e\xde\xe7\x7d\x7e\x0a\x79\xfa\x5b\x59\xc3\xe1\x11\x6a\xb1\xd0\xd2\x88\xc1\xbd\xe3\xe9\xf8\x78\x68\xb7\x5d\x12\xff\xe5\x2e\xb5\xa8\xab\x08\x6c\xfe\x24\xbf\x44\xf7\xa2\x4e\x63\xd1\x7b\xe0\x16\x78\x37\x7a\x7e\x9f\xc7\x1e\xdc\x4b\xde\x1c\x71\xa9\x98\x5f\xb4\x20\x22\xc2\xf5\xc7\xc8\xc5\x51\xfc\x06\x0e\x7d\xba\xe6\x49\x19\x09\xb2\x95\x1b\x5d\x9f\xff\x1c\x7b\xff\x29\x48\x67\xa4\xdb\x78\x8e\x3c\xc5\xf7\xc5\x26\x84\x5b\x47\x0e\xb6\x51\xb1\x98\xb3\x06\x65\x87\xf4\xda\x8e\x52\xcd\x45\x8e\x15\xa6\xd7\xf6\x9a\xfa\x01\x9d\x57\xfc\xb5\x65\x7f\xbb\xaf\x1d\xd7\xd7\xed\xd9\x7b\xe1\xbf\xfd\xc0\xef\x1a\xf7\x49\xc7\x5f\x0c\x9f\xf3\x5d\x68\xbb\x89\xf2\xe3\xe4\x44\x95\x97\x13\x40\xca\x2b\x9f\xad\xaa\xba\x04\x49\x63\x82\xc1\x29\x24\x6b\x0c\x42\x83\xce\x2a\x16\xba\xc7\xef\x41\x18\x7d\xcc\x99\x1d\x85\x06\x27\x9b\xc2\x92\x13\xc0\x1f\x40\x55\x32\x35\x08\xbd\x19\xe6\x86\x12\x71\xc7\xc1\x4b\xcd\x37\x3e\xdb\x3b\x01\x1c\xf4\x3d\x3f\x38\xb3\x73\xba\xec\x98\xc3\x6c\x34\x99\x29\x8a\x1d\x77\xf5\x4a\x9d\x7f\x57\x95\x92\x6b\x80\xec\x33\xbe\xe4\xf4\x2d\xca\x10\x23\x46\x0e\x20\x5f\xd3\x07\xcf\x73\x95\xf2\x22\x86\x15\x42\x73\x9b\xab\x38\x0e\xb3\x01\x30\x68\x0a\x94\x04\x25\x84\x1b\x33\x5e\xee\xce\x4f\x04\x78\x73\xb8\x78\x82\x1c\x59\x34\x4b\x60\xfa\x3d\x70\x0b\xb4\x0c\xe0\x2d\xb6\x7e\xfc\xcd\x31\x5c\xbc\x58\xe3\x15\x41\xf0\x45\x74\x5e\x6f\x05\x81\x24\x8a\x5f\x56\x8d\xa9\x9a\x2e\x6c\x4f\x58\xa1\xae\x20\xc3\xab\x65\x73\xc9\xc4\x14\x08\xf3\x3b\x87\x51\xce\xa5\x38\xab\xb4\x0b\x81\xd8\x6e\x00\x9c\x43\xcf\x8b\x52\x8e\x57\x20\x06\xb2\x85\x29\x9a\x90\xe1\x09\x1d\x7e\x74\xad\xce\x87\xac\x66\x94\x8f\x38\x93\x59\xa1\x7e\x95\x64\x97\x5a\xa9\x8d\xd8\x36\xb5\xbd\xe0\xcf\x25\x0a\x3c\xc0\x77\xa0\x96\x2b\x5e\x83\x01\x86\x45\x46\xb2\x0d\x88\x80\xaa\x45\x1c\xd7\xb1\x51\xe3\x13\x48\x43\x05\x11\xa7\x71\x10\xce\xee\x1d\x1e\xf6\x90\x5f\x8d\x1e\x4b\x7c\x2c\x06\x5d\x5d\xa5\x79\xcb\x19\xa2\x04\xab\x2b\xd1\x78\xe6\xa4\x4d\xe0\xe0\x77\x1a\xb4\x83\xa7\x63\xaf\xa0\x9a\x91\xd6\x3d\xcd\xbc\x66\xb0\xbd\xc4\xb6\xa3\x34\x4c\x4c\xf3\xd1\xf4\xde\xfa\x1d\xd3\xcb\xe5\x47\x6e\xfa\xf0\x60\x8e\xe7\x00\x9e\x06\x80\x92\xea\x4c\xb6\xe7\x6d\x65\x98\x25\xb6\xcf\xef\xcf\xaf\xcf\x28\x50\xe8\xac\xe2\x33\x02\xe2\x42\x29\x99\xca\x2b\xe4\x1c\xfd\x89\x07\xb8\x09\x52\x51\xc0\x9e\x35\x4a\x14\x10\xf6\x32\x57\x8d\x36\x45\x63\x44\x2b\x17\xb5\x3a\x0f\x74\xc0\xd3\x9f\x1b\x10\x84\xc0\xa3\xb0\xf9\x71\xd9\x66\xd8\x24\x76\x28\x46\x67\x0f\x25\x95\xa4\x57\x72\x13\x69\x46\x6c\x55\x89\x63\x7b\x6a\x1c\xb4\xf4\xe2\x30\xa3\xd7\x77\xb8\x3c\x9e\x5c\x93\x01\x26\x71\xf5\x31\xab\xaa\x94\x37\xfe\x3e\xfa\xd2\xa8\xe5\xb2\x8e\xcc\x1d\x98\x2a\x25\x9e\x34\x52\xf6\x6b\x06\x71\x78\xa2\x54\x2d\x8b\x26\xeb\x74\x89\xe5\x9e\xa0\x19\xc3\x36\x3e\x18\x52\xb2\x87\x89\xed\xe9\xa0\xcf\x26\x78\x8d\x35\x8a\x72\x45\x77\x4f\x1e\x8e\x4a\x64\x1c\x2e\xdc\x3b\xea\x05\xd3\x40\xa4\x7e\x2f\x49\xf9\xa8\x9f\xec\x4c\x66\x34\xf3\x2d\x90\xdf\xe2\xa4\x26\xaf\x68\x31\xc0\x08\x28\x78\x7c\xa2\x2e\xae\xda\xa2\xac\xd4\xf0\x2f\xd3\x4a\x84\x48\xbb\xd6\x14\x4b\x62\x93\x06\x62\xfa\x18\xd1\xac\xde\xff\x63\x36\x9b\xce\x66\xfb\x5f\xcf\x66\x17\xf7\xf7\x67\x33\x33\x9b\xb5\xb3\x59\x33\x9b\x2d\x3e\xdc\x1d\xc6\x9f\x23\xa8\x23\x6b\xf0\x2f\x57\xff\xc0\x18\xb9\xbf\x5c\xcd\x66\xd3\xc1\x93\xc3\x9f\x8b\xb3\xe2\x4a\xce\xd7\xc5\x10\xcb\xfa\xef\xed\x7f\xdd\x09\xb6\xb5\x2e\xda\x62\x99\xaa\xe0\x91\x63\x72\x4c\xde\x4b\x2a\xe1\x95\x2a\x25\x84\x12\xba\x0f\x3b\x0c\x17\xaf\xc3\x73\x5d\x96\x76\x9c\xa1\x43\xb8\xe7\x22\x36\xdb\x4c\xab\xec\x0b\x28\xc1\x18\x2f\xae\x48\x78\xda\x94\xad\x25\x12\x0f\x41\xaf\xfe\x70\xf2\xa0\xab\x56\xc7\x1d\x09\x99\x00\x49\x5c\x05\x77\xe8\x0a\xc3\xae\x07\xb7\x0f\x0e\xee\x1f\x7c\xd1\xd1\x9e\xbf\x03\xf0\x48\x2d\xde\xc9\x13\x2b\x8c\x68\x31\x78\xf7\xee\xa9\x2b\xf5\xd1\xd6\xf0\x11\x44\xe9\x8f\xf6\x7c\x7c\x44\xdc\x9b\xad\x96\xc2\x12\x4a\x1f\xf7\x03\x4c\xcd\xbb\x77\x4f\xc1\xd9\xfc\xab\xfd\x03\xf8\x1e\x86\x13\x15\xb3\x83\x04\x93\x25\x18\x49\x60\xcb\x78\x25\x57\xbe\x34\xec\x2f\x04\xcc\x64\x3f\x76\x7e\x62\xbb\x8c\xe5\xf9\x5c\x96\xd5\x59\xbc\x70\xb8\x1c\xbb\xa6\xfa\xf1\xf1\xc3\xc9\x01\x9f\x66\x44\x51\x7d\x27\x4f\xfe\x93\xc7\xb4\xd5\xaa\x91\x82\xba\x46\x6b\x30\x57\x6d\x2b\xe7\x06\xf0\xe4\xfd\xbe\x01\xad\x0a\x19\x1f\x26\x50\xfe\x59\x8d\x79\xad\x6c\xdf\xa0\x1a\x54\xc8\x23\xe5\xcb\x3c\xa9\x0b\x6d\xa0\xf7\x13\x6a\x2e\x6f\x97\x79\x7c\x7c\x10\x75\x3b\x88\xc5\x46\x5e\x98\xa2\x95\x05\x72\x58\xee\xec\x0e\x9d\x98\x82\xaa\x4f\xcc\x85\xb6\x91\x6d\x7d\x89\x83\x2b\xdd\xfc\x55\x4d\x23\xdb\xef\xde\x7e\xff\x57\xb8\x70\x1f\xbb\xda\xbe\xbe\x78\x3c\xf5\x7f\x13\xdf\xe1\xc6\xd9\x28\x18\xe4\x33\x9a\x9e\x63\x71\xeb\x56\x7e\xb4\x61\x6c\xbc\x33\x7d\x03\x8c\x00\xe9\xe9\x09\x85\xf7\x68\xf1\x18\xf1\x47\xbf\x16\xa6\x58\x6a\x1f\xe1\x5f\xb5\x98\x51\xb6\x71\x98\xf5\x55\xa3\x25\xa8\xbe\xd4\xd6\xe8\xaa\xb4\xb2\xf7\x2c\x20\x63\x6b\x59\x43\x4a\x65\xb2\xd8\xf4\x4c\x01\xb5\xf4\x78\x4a\x7f\x24\xa3\x57\x0e\x06\x1e\x47\xed\xc7\x78\x04\xa4\x75\xc0\xb2\x10\xbc\x23\x8e\xd5\x4a\x01\xb5\xc2\x50\x5d\xfb\xbf\x76\x04\x2c\x36\xf7\xef\xd0\xf4\xe0\xf6\xc1\x83\xfb\x90\x4b\xc2\x12\xb4\xf3\xb6\xd8\x90\xcc\xeb\x67\x0b\xcb\x41\xbc\x63\xab\x45\xa9\xc0\xb2\xb5\x2e\x96\xe4\x67\x86\x43\x8f\x78\x12\x72\x96\x9f\x4e\x31\x40\xf8\xbc\xb8\x24\xfc\xeb\x62\x29\xb4\xda\x6e\x58\x65\x13\xf1\x46\x59\x16\x7b\x5e\x34\xb6\x5a\xbd\x52\xad\x91\x8d\x9f\xbb\x4a\x8b\x93\x4b\xa1\xd6\x15\xba\x8f\x3e\x36\x56\x4a\xfd\xda\x72\xd6\x2e\x1d\x3a\xf1\xef\x5e\x7a\x82\x3b\x7a\x25\x8b\xf2\x50\xbc\x17\x07\x23\xd8\x5b\xf6\xaa\xf9\x1a\x8f\xf1\xe3\xa9\xfb\x45\x21\x45\x73\x55\xdb\x92\xf7\x59\xc9\xc7\x73\x55\x2f\x5b\xb5\xdd\xf8\x6f\xfc\x83\xce\xe7\xa6\xed\x7c\x8d\x7d\xf4\xcd\xc1\xaf\xee\x77\xd0\xbf\x07\xdd\xef\x1e\x9b\x36\x7c\xdb\x7e\xdd\x57\x01\x04\x8c\xe1\xe6\xb6\x15\xed\xa3\x8e\x9f\x34\xfd\x1f\x1c\xb2\x1e\x2d\xe7\x04\xea\x10\xc7\xc2\xff\x5e\x28\x65\xd8\x6f\x37\x3e\xfe\xa8\x70\xfb\xcd\x7f\x64\x67\xf5\x88\x55\xba\xe2\x2f\x91\x7e\xf4\x1e\x2e\x72\xd9\x8b\xf7\x32\xdd\xa4\xae\x0e\xb5\x31\x69\x2f\xfc\xa6\x77\x6b\x49\x47\xc9\xc5\xba\x1c\x7f\xe6\xfe\xfa\xcc\xcf\x1a\x16\xf9\x9a\x4c\xe6\x9f\x12\xe3\xcf\x52\x9a\xa7\x75\x3d\x70\x19\xa1\x47\xb0\x29\x39\xb4\x62\x0e\x59\x92\x53\x08\x88\x7d\x27\x5f\x0e\xc7\x6d\xff\x2a\x5b\x35\x76\x36\x42\x87\x71\x54\x35\x67\x6a\x8e\x0a\x79\xd5\x88\x95\xbd\x4a\x7d\x90\xf9\xed\x83\x47\x07\x8f\xf0\x66\xc3\xa4\x0a\x86\x6b\x3d\xa8\x7a\xea\xa2\x95\xf2\xe8\x62\xd7\xdf\x5c\xbe\x25\x36\x08\x05\x1a\xef\x14\x92\x04\x38\x8b\xe3\x9d\x5f\x0f\x60\xd4\xe0\x2e\x72\x97\xdd\x6b\x1c\xe5\x37\xe9\xc3\x2f\x96\xd9\x7b\x03\x33\xab\xda\xa7\x75\x7d\xf3\xf6\xd3\x2f\x77\xb7\x1d\x55\x91\xd1\x98\xda\x6f\x3b\x80\x1f\xf6\xe1\x9d\x3b\x5e\xbd\xd3\x59\xdc\x94\xbd\x77\x9e\xde\xb2\x5d\xca\x81\x78\xef\x8a\x8b\x0f\x23\xbb\x12\xd9\x70\x6e\x5c\xa1\x4f\x9e\xc6\x7e\x5f\xb4\xa7\x1e\x28\xbc\xd0\x96\xe0\x5a\x02\xe5\x50\x21\x21\x46\x54\x92\xf5\x80\x83\xcc\x6b\x69\xbe\xad\xd5\x49\x51\xbf\x38\x2b\x02\xd6\x70\x2b\x17\x6e\x8d\x7a\xe1\xa7\x13\xf0\x69\x9a\xb6\x08\x95\x37\xc1\xe4\x8d\xc4\x50\x2e\xab\x91\x8f\x8f\xe7\xe5\xf7\x96\xbe\x4b\xb3\x3d\xff\xf8\x16\xef\x15\xf7\x34\x05\xad\x03\x7b\x49\x1e\x43\x71\x35\xce\xe1\x33\xf0\xff\x41\xc7\xda\xae\xcc\xda\x8e\x67\xfa\xf8\xea\xce\xed\x27\xb3\xd9\xf9\xbd\xa3\x69\xac\x61\x3d\xd9\x56\x75\xe9\x79\x67\x37\x4d\x7e\x59\x69\xe2\x47\x74\xb3\x56\xaa\x19\x89\x0a\x32\xcf\x97\x7c\xfe\xc8\xf3\x76\xbd\x81\x8d\x30\x02\xaa\x32\x22\x8f\x11\x59\x8e\xc4\xcf\x34\x56\xc6\xc6\xbb\x5d\x7b\x0d\x17\x8f\x68\x9a\x5c\xad\xf7\xe7\x96\x8a\xa9\xde\x70\x3a\x33\x01\x1c\xe4\x6b\x10\x05\x41\x06\x9d\xd3\xd3\xb2\x24\x8c\x4f\x0c\x43\x0e\xb1\x9d\x11\xde\x38\xe9\x5c\xb2\x61\x80\x5c\xd7\x91\x65\x60\x31\x09\xc0\x48\xbc\x5e\x15\x8d\x51\xeb\xff\xf5\x46\xa4\x51\xa4\xd3\xa9\xd8\x6c\xf5\xca\x72\xc7\xf5\xe5\xe0\x9f\x23\x84\x34\xaa\xab\x53\x39\xc4\x48\x35\x00\xdc\x28\x9a\x79\x65\xa7\x1b\xb9\xdf\x54\xa4\x74\xe7\x92\x50\x72\x62\x5b\xee\x13\x72\xbc\x13\x1f\xc4\x61\x37\xea\x96\x41\x0b\x37\xaa\x19\xc3\x36\xab\x1a\xc0\x90\x80\x03\xde\x10\x3e\x2e\x93\x68\xf1\x62\x82\x1d\xe9\x52\x00\x65\xd4\x52\xd0\x17\x0a\xf1\x88\xb7\xc8\x5b\x79\x41\xbe\x2f\xee\xbb\x7c\x7f\x42\x5f\x3c\x02\x50\xbf\x6c\x8d\xfe\x79\xf6\x7f\xaf\xae\x7a\x64\xc5\xb8\x17\x39\x51\x31\x55\x5f\x3d\x97\x5a\xb6\x55\x51\x57\xbf\x4a\x00\x8a\x2b\x9a\xb2\x68\x4b\xcb\xea\xb6\x52\x3b\xd8\x12\xd6\x07\x4b\x69\xc5\xc0\x0b\xde\x64\xee\x0e\xd8\x00\xef\x23\x96\x43\x0c\xc1\x1a\x94\x45\x78\xb0\xff\x41\x46\x33\x7f\xb1\xbf\x07\xca\x0c\x56\x77\x77\xd5\x3b\x76\x26\x71\x17\xe4\x4c\xb2\x2d\xea\x6c\x4e\xb4\x57\xec\xb4\x02\xe4\x72\x6d\x64\xeb\x7b\x77\x8f\x8a\xde\x8f\x52\x05\xbb\x59\x98\x4b\x08\xe8\x6c\xd5\x76\xb9\x82\x82\x1b\xcb\x8b\x12\xe8\x65\x0b\x3e\x44\xc4\xdd\xb3\xad\xe9\x9b\xdf\x67\x20\x46\xc1\x92\xfc\x73\x0a\x81\xc5\x16\x31\xe2\xd5\xb9\x1a\xf5\xff\xcc\x03\x67\x7b\x3c\xb7\xbd\xfd\x01\xc8\x49\x67\x1f\xb1\x9c\x36\x56\xc6\xd8\x8c\x6b\x79\x26\x6b\x41\xde\x63\x1c\x92\x17\x67\xc0\xef\x5f\xd0\xad\xfb\x79\xe0\x55\x92\x53\x39\xc4\x54\xc0\x7e\x76\xb4\x0c\x32\x80\xb5\x9b\x55\x61\x6f\xfa\xc1\xed\x83\xfb\x0f\xbe\xba\x3f\x8c\x37\x88\x3d\x05\x94\x10\x23\x55\x56\xe7\x95\xaa\x04\x34\x46\x0b\x8f\x4e\x05\xae\x8f\x40\xa7\x5d\x7f\xf3\x35\x37\x44\xec\xa1\x15\xb7\xfc\x03\x17\xad\x0b\xdd\x7e\x0f\xc4\xfd\x43\x0c\x36\x66\xd7\xf8\xb4\xda\x04\x41\xc9\xf1\x0a\xe4\x09\xe5\x98\x90\x90\x0f\x43\x0c\x4c\x5b\xcc\xc7\x0f\xf7\xbf\x8c\x10\x65\xfd\x9d\x67\x79\x1e\x87\x65\xd5\x50\xc8\x1a\x5e\x79\xa1\xc8\x50\x7c\x2d\xc6\x07\x1d\x74\x83\xe4\xb2\xa4\x37\xf8\x90\xc8\x5c\x5e\xc9\xde\x6f\xea\x29\x82\xc3\x61\xd7\x87\x2b\xb1\x52\xc3\x01\x54\xd1\xac\xbb\xdd\xe2\xf8\xf3\x3c\xd5\x73\xb9\x0c\x66\x7b\xc8\x02\x30\x06\x12\xea\x7e\x6d\x49\x59\x7b\x26\x89\x43\x70\x2c\x98\x9d\x89\x55\xa5\x43\x7e\x4e\x87\x58\x80\x3d\x66\xb3\x90\xf0\x67\xc6\x19\x24\x93\x80\xfb\x67\xc5\xc6\xd8\x1d\x8b\xc9\x1e\x20\x35\x23\x5f\x21\xe2\x0b\x79\x60\x40\xe4\x00\xd1\xd9\x36\x66\xbd\x79\x2f\x7e\x8e\x36\x0d\xb7\xdb\x30\xed\x25\xbb\xa4\x26\xc1\xe9\x3b\x87\x16\x41\xbd\xc8\x2f\x67\x1e\x83\x39\x61\x7a\xdd\x1a\xc4\x16\xf2\xd6\x36\xdb\x14\x6b\xc4\x24\x44\xf8\xaa\xf7\xff\x98\x7c\xb8\x3b\x04\x1f\xeb\xc9\x60\x72\x6f\x78\x35\x4c\x18\x3a\xac\xf1\x6d\x0b\x0e\x24\xbf\xb1\x36\x08\x70\xea\x53\xa6\xf4\xcb\xa2\xd6\x69\x71\x87\x33\xf5\xa9\x47\xda\x04\x2f\x62\x78\xb3\x50\xf3\xad\x1e\x60\xf4\xfe\x49\xbd\x6d\xed\x9f\xad\x8c\x92\xfe\x8c\x04\x4f\xdc\x61\x56\xf2\x12\x8a\x34\x6a\xac\x36\x94\x09\x49\x11\x3e\x28\x56\xe7\xf0\xc8\x43\x15\x21\x71\x99\xf3\x1c\xad\xc2\xc9\xc6\x3c\x48\x98\xd6\xd1\x75\xe3\x86\x55\x00\x9a\x6b\x54\x0d\x76\x68\x80\xfd\xf0\xb5\xc1\x90\x28\xa0\x9a\x55\x59\x35\xa4\x20\x21\x89\x5b\x96\x1c\xf0\xdd\xa9\x56\x20\xec\x16\xe5\x28\xea\x05\x6a\x62\x5c\x92\xdf\x46\x54\xe0\xc0\xe4\xd7\x05\xe7\xe2\xcd\x65\x33\xcf\x85\xb5\xd1\x12\x0d\x02\x9b\xaa\x8b\x85\x7c\x0a\xbd\x77\x0c\xca\x90\x98\xcf\x38\xde\xc7\x8e\x89\x8e\x72\xdf\xc2\xfa\xf4\x53\x4f\x21\xce\x0d\x52\x67\xfa\x34\x49\xbc\x09\x18\x00\xa2\x22\x6c\x1b\x07\xee\x4a\xdf\x46\x58\x8a\x3f\xff\x42\x5e\xcf\xeb\xa9\xa9\xe6\xa7\xd2\x4c\x0f\x1e\x3c\xf8\xea\x01\x17\xd6\x32\xdd\xff\x0d\xb5\x3e\x97\xa9\x6f\x45\xb6\x2f\x28\xfb\x04\x74\xa9\x16\xc2\xc1\xc4\xa7\x74\xbf\xc7\x61\x82\x5e\xae\x51\x1e\xe4\x7c\xd1\x8c\x20\x21\x0f\x13\x6e\x54\x5b\x2d\x5f\x36\x23\x1f\x2b\x42\x98\x46\xf6\x7b\x07\xd9\x52\x88\x75\xb1\x11\x14\x74\xa2\xa7\x2e\x6f\x7b\xaa\x67\x80\xb7\x3b\x44\x02\xbb\xed\xb0\xd0\xf8\x47\x8a\x83\x8c\xfb\x27\x32\x80\xe7\xae\x44\x3e\xd6\x25\xf0\xc7\x69\xcd\xbc\xbe\x08\x37\xc1\x12\x3a\x57\x29\x8b\xc9\xa3\x56\x7a\xe3\x63\x50\xea\x82\xcd\x46\x31\x4e\x11\x5d\x4e\xe3\xe9\xd3\x89\x87\x0f\x28\xc2\xf1\x03\xad\x41\xdc\x00\x33\x5c\x76\xb4\x15\x14\xb3\x87\x06\xd3\x3b\x77\x30\xae\x98\x9b\x4f\x93\xf9\x1d\xb9\xf4\x97\x2e\xc4\x38\x19\x30\x4d\x47\xef\xa8\xb9\x4c\xd3\x69\xab\x6f\x81\xb2\x28\x6a\x9d\x05\xe2\x53\x13\x3a\x49\xdd\x8c\x90\x28\xfa\xf0\xcb\x72\x40\xf4\xbe\x72\xb7\xcd\x6f\x50\xf1\xef\xde\x04\x9f\xfc\x7a\x50\x5c\x37\x5c\x22\x61\x56\x16\x98\x4d\xd0\x5f\x39\x9d\xa9\xbc\xc5\x33\x21\xed\x5a\x6f\x30\xc1\xc4\x38\x79\x78\x4c\x79\x76\xa7\x34\xb3\x13\xb8\xe6\xa6\xb3\xfe\xac\x00\x5c\xca\x90\x5c\x43\x4b\x7b\xec\xc0\x23\x86\x12\xc6\x51\xb4\x06\xfa\xfe\x36\x0b\xe5\x59\x0d\x34\xcc\x0e\x27\x6a\xb1\xf0\xd5\xfb\xc9\x72\x09\x5c\xa0\x5b\x24\x36\x90\x95\x9c\xa5\x01\xe7\x61\x1a\x6e\x8f\xfe\x4d\x13\xe0\xe7\x72\x5b\x95\x42\x2b\x8c\xb2\x68\x81\xd8\x50\x5c\xfd\x16\xe8\x32\xd6\xed\x06\x3b\x59\x62\x36\x16\x6a\x11\x7e\x81\xd3\x38\x7f\xe0\xdd\xc7\x96\x90\xcc\x85\xa9\xe0\xa2\x90\x89\x3e\x53\xb7\x83\xcd\x38\xa3\xa4\x79\x3c\xf0\x92\xd2\xa0\xe1\x06\xf3\x5b\x85\x1a\x60\x57\xce\xdd\x59\x23\xee\x8a\xef\x20\xe1\x3e\xcb\x66\x69\xe9\xc7\xba\x68\x8a\xa5\x1d\x19\x34\xa0\xc5\x78\x0c\xf7\xf3\xa6\x68\x8d\x73\xc9\xa0\xf8\x71\xf4\xb0\x2e\xe6\xf6\xb6\x16\x77\xc5\xeb\x56\x6d\x80\x69\x78\x2e\x8b\x46\xbc\x28\xcf\x8b\xb6\xd4\x9f\x09\x97\x5c\x4f\xd4\xd5\x49\x5b\xb4\x97\xae\x11\xef\xe0\x51\x95\xb2\xd0\x50\xc5\x34\x60\x82\x9c\xa1\x1c\x42\xfb\x04\x75\x6d\x87\xe2\x37\x17\xf1\x59\x94\x65\x3e\xea\x5c\x8f\x5c\x12\xcc\xee\x2c\x84\x5d\x67\xaf\x14\x2c\xf6\xe3\xc9\xcf\xaf\x9a\x11\x8e\x15\x33\x4d\x8c\xa2\xd8\x4d\x9c\x84\x91\x30\xa3\xf0\x41\x80\x90\xd8\xc8\x79\x55\xd4\xbe\x49\x1f\x4d\xec\x19\x46\x3d\x82\x95\xb7\x17\x55\x14\xda\xf9\x3c\x90\xfa\xd8\xb7\x29\xe6\xf0\x01\x1d\x14\x39\x77\xb7\x1c\x46\x79\xc5\x3a\x02\xf9\x85\x34\x38\x8c\xec\xdd\xe2\xa9\x68\xba\x3a\x9e\xde\x2c\xa7\xcf\xc2\x2e\xdf\x14\x1a\x7d\x6e\x38\xd4\x3d\xc3\xfd\xb1\xef\xea\x4a\x6e\xdd\x32\xd2\x1c\xb0\x4e\xd0\x93\x89\xcb\x4a\xca\xe1\x0a\xc2\xe4\x8b\x63\x57\xf0\x28\x7e\xdb\xfa\x37\x50\x6e\x92\x96\x62\x94\x90\x17\x4b\x28\x26\x1f\x9d\x97\xbc\x0b\x23\xaa\xe6\xac\xa8\xab\xd2\x6f\x0f\x4d\x6c\x94\x47\x96\x02\x60\x2c\x9a\x7b\x97\x79\x3b\xf1\x93\xa7\xc4\x7b\x69\x88\x62\x85\xf9\x2a\x5c\x1c\x90\x4b\x92\xc3\x72\x13\x89\x81\x9c\x2c\x27\x23\xff\x65\x57\xe2\xcd\x26\x57\x5e\x54\x4d\x39\xa1\x58\x10\x67\x64\xe8\xc4\xc8\x75\xce\x7d\x92\x91\x3e\xd8\xb4\x5d\x96\x5e\x37\xdd\x98\xdd\x69\xdb\x54\xbf\x6c\xa5\x78\xf5\x7c\x84\xc9\xc9\xac\xe8\x5a\x35\xe5\x94\xa8\x5e\x65\x38\xec\x27\x6e\x36\xb7\xd0\x40\xdd\x3a\xab\xdc\x66\xa9\x5e\xa6\x6b\xaf\x9a\xca\x70\xd1\xe0\x33\x4d\x04\x5d\x9b\x76\x3b\x07\x11\xd4\x8a\x02\xeb\xa2\x6a\xc2\x21\x67\xc0\x3a\x00\x1a\x52\xb5\x2e\xc7\xb6\x0b\x79\xa6\x83\x83\x0a\x67\x48\x90\x45\x4f\xa2\x23\xd1\x5b\xea\x98\xf2\x83\x91\xf2\x71\x40\x5c\x46\xcc\x17\x45\x6d\x51\xd2\x55\x56\x15\xf6\x36\xd3\x60\x6f\xd1\xe8\xd2\xcc\xa8\xac\x9f\x57\x7a\x5e\xb4\x25\x59\xdc\xc1\x27\x0e\xe7\x0a\xa2\xdc\xa3\x2b\xc2\xb4\xd5\x72\x29\x5b\x94\x0e\xa3\x4a\x40\x0a\xb2\x97\xee\x19\x09\x62\x14\x4a\x88\x49\x74\x0b\xb1\x29\x96\x88\x1a\xb7\x85\x44\xaa\x3c\xd5\x92\x13\x68\x91\xbd\x22\xd0\xb7\xae\x99\x2c\x28\x6d\xa2\xbe\xc8\x12\xca\x4a\x14\xea\x23\x30\xff\xa8\x78\x59\xe9\x8d\xdd\xee\xee\xea\x46\x3a\xcf\xae\x6e\x71\x98\x03\x69\xcf\xec\x2d\x9a\x68\x0f\x1b\x48\x8b\x1b\xd2\x3a\x9c\x5c\x8a\x42\xb0\xc4\x03\x24\x27\x38\xa6\x2d\x68\x1e\x76\xe5\x14\x20\xf5\x30\xb5\x6f\x28\x54\x3d\x41\xb0\x74\xfa\x10\x93\x0b\x53\x8f\xf5\x0d\xa4\x86\x76\x7c\x39\x28\x4c\x38\x88\x92\x8f\x88\x77\x97\x8c\xd3\xae\x1c\x30\xbd\x6d\xb8\x8c\x70\x38\x6b\xd4\x15\xb3\x11\xe9\x4d\x5d\x81\x3a\x7d\x82\x3f\x55\x6b\x06\x89\x66\xff\x2d\xa4\xde\xb9\xbb\xde\x6a\x73\x17\xa5\x2d\xba\xe9\x14\xd1\x48\x48\xe0\xe0\x5a\x1a\x5b\x01\x56\x70\x11\x2c\x1c\x12\xd3\x81\xdf\x4f\x94\x6c\x29\xe6\xce\xab\x85\x63\x02\xc1\xcb\x5b\x8b\xca\xde\x7d\xd0\xfa\xd6\x41\xb3\xe3\x45\x1c\x67\xc1\x76\x78\x1d\xd2\xe3\x15\x3b\xd0\x07\x76\x77\xb3\x3c\x7b\xb0\xe3\xe8\xb1\x13\x82\xec\x24\xa5\xf9\xe7\x5e\x31\x71\x82\xb6\xde\x28\x24\xf8\x49\xfa\x52\x6c\x2a\x07\x11\xe1\x33\xa8\x2d\xab\x33\xd9\x44\x9d\xf1\x18\x65\xbe\xe2\x27\xae\x9e\x49\x29\x6b\xb9\x2c\x0c\x5a\x84\x0e\xfd\xe3\x93\xaa\x29\x29\x93\xc1\xd5\x15\x97\x8b\x1d\x03\x8b\x51\x3c\xae\x37\x3e\xd5\x4b\x23\xcf\x21\x6c\x06\xc0\x9d\xff\x25\xf3\xe1\x2f\x5f\x70\x80\x2a\x34\x5d\x1a\x45\x9d\xae\x47\xe7\xf2\xe7\x49\x0e\x99\xbf\x6b\x98\x93\x43\x9c\xbb\xf0\xd0\xed\xf3\xc3\x2e\x5b\xe5\x30\x78\x23\x60\x5d\x7f\x07\x1d\xfa\x1b\x23\xbc\xb2\x17\x91\x7f\x0e\xd7\x12\x7b\xe9\x56\xe2\x30\x88\x82\xe1\x65\x23\x65\xa9\x9f\xa1\x0e\x3b\x14\xe0\xd4\xee\x62\xd3\x22\xa1\x98\xf0\xb2\xa4\xcf\x0c\x17\x34\xaf\xd3\x1d\x9e\x43\xc6\x3e\x4e\x7e\x56\x55\xe3\x4f\xa6\x3f\x1f\x23\xce\xf1\xa4\x46\xb8\x70\x8d\x46\x39\xe1\x09\x27\x6c\x41\xbe\xdc\xc9\x65\x19\xae\x30\x7f\x7a\x8e\x89\x48\xfa\xb5\x4f\x94\xae\xfd\x05\x8f\x39\x85\x0a\x05\xfd\x56\x7e\x46\x80\x28\xfb\xa9\x69\x04\xf8\x5d\x90\x04\x93\x8c\xdc\x3e\x8c\x90\x1f\x2e\xed\xc7\x86\xb7\x91\x46\x59\x77\x16\xab\x93\x6f\xb9\x13\xa3\xa5\xd9\x6e\xa2\x90\x7e\xbf\xeb\xf1\x5d\x84\xc9\x85\xc2\x03\x67\xe4\xf9\x85\x3d\xec\x88\xd6\xac\xd2\x10\x22\xd0\x19\x46\x07\xcd\x37\x5b\xcc\xa1\xca\x44\x2d\x1e\xf1\x0f\x19\xf2\x6e\x0e\x40\x17\x19\x49\x1a\x5b\x51\x26\xa6\x0f\xf6\x22\x1a\x72\x38\x97\x19\xc4\xa2\x5b\xfe\xed\xa4\x8f\xdd\x8b\xce\xf6\x24\x61\xfe\xf8\xcf\x3e\xc5\x7c\xd8\xc3\x4f\xcb\xd2\xd9\x28\x03\x33\xe8\x56\xbb\xae\xb4\x19\x09\xb7\x99\x34\xba\x8a\xaa\x26\xde\xc9\x39\x36\x9a\x6d\x45\x7b\xe5\xcd\x65\xd8\xed\xf1\xde\xbc\x77\x6f\x24\xf6\x3b\x13\x82\xfd\xec\xd8\xaf\x7d\x15\x68\x7b\xc8\x7e\x14\x0d\xee\x3f\xa5\xdc\x08\xd3\x16\xf3\x53\xcb\xad\x21\xd0\xad\xdf\xd0\x67\x70\x6e\x5b\x74\xaa\xb1\x0c\xf8\x08\xe3\x9e\x90\xb9\xdb\x98\x6a\x5d\xfd\x1a\x19\xaf\x23\x72\x8d\x82\x32\x3b\x88\xdd\xf4\xe2\x0c\x34\xe9\xb9\x04\xe9\xc6\x73\x80\xaa\xc5\xdc\x68\x0b\xd7\x1d\x8c\x41\xf6\x81\x0a\xb3\x6c\x6a\xaf\xbc\xf0\x1d\x14\x68\xeb\x62\xb3\x91\xe5\x5b\xa6\x8c\xf4\x32\xf8\xcf\x28\x1e\xc3\x9c\xff\x6f\x91\xbb\xd3\x2c\x00\x77\xee\xec\x96\xc9\x43\x58\xd8\x73\xd2\xd2\xde\x58\xc0\xe8\x95\xb9\x7f\x84\x00\x75\xbb\xc6\x20\x6a\x5e\x6e\xe4\x24\x18\x9c\x9c\x1a\xf7\x08\x97\x74\x5d\x5c\x5a\xee\x0b\x7c\x44\x1d\x3b\xfe\xff\x73\xaa\x31\xe3\xd3\x58\xd6\x28\xb0\x1f\x5a\x0c\x14\xc5\xbb\xf9\xfa\x41\x6c\x74\xf9\x1d\x87\x9e\x4f\x64\xdb\x7c\xb6\x83\x5f\x8d\xb5\xec\x7e\xad\x73\x00\x6d\x78\x2a\x63\x08\x41\x02\x9b\x0a\x53\x95\x3d\x35\xfd\x40\xe9\xbb\x19\xe6\xdf\xcb\xc7\xfd\x6b\xf9\xcf\x6b\x18\x83\x64\x47\x38\x9f\x11\x5c\xe5\x80\x39\x61\x19\x2c\x8e\x40\x35\xf8\xc7\xd5\x6c\x36\x9b\x4d\x86\x00\x3e\x95\xe1\x8e\xe0\xed\xe0\xc9\xe1\xe4\x2e\xfc\x75\x35\xf4\xf8\xbe\x03\x7c\xf0\x97\x61\x64\x3c\xe7\xae\x11\x3e\xfd\x1c\xf6\xd5\x15\xf0\x74\xc9\xce\x64\xb8\xbf\x3a\xd9\x08\x7a\x7d\x62\x38\x97\xeb\x3e\x7e\x2f\x7e\x4e\x9c\x74\x08\x92\x80\xd3\xc8\xab\x2b\x76\x48\x8e\x99\x72\x6b\xe2\x1f\x0f\xa3\xc9\x9a\x99\xa0\x83\xb1\x5f\xc7\x37\x6f\x54\x03\x5d\xd9\x9d\xaf\xc9\xfb\x0a\x5d\x4c\x2c\x8b\x1a\x3e\x09\xb4\x68\x98\xfb\xd2\xef\x18\x66\xb1\x4a\x1a\x65\x45\x62\xe6\x27\xb1\xca\xdc\xbd\x8b\x1a\x83\xcc\x97\x1d\x7b\x7f\xe7\x22\xff\x79\x24\x0e\x12\xbe\x25\x52\x43\x26\xd5\x25\x6c\x58\x9e\x0d\xf0\xf0\x97\x9d\x13\x98\xb0\x58\xa4\x1b\xeb\x54\x1b\xbf\xdf\xc5\x6c\xdd\x94\xb3\x0b\xfb\x16\xb0\x5b\xab\x79\xc2\xe5\x03\x7f\xef\x32\x63\x0b\xad\xd6\x12\xd3\x29\x15\x4d\xe9\xd3\x0a\xfa\xf3\x09\x48\xe8\xac\xe6\x01\x38\x78\x6b\x06\x40\x03\xd7\x92\x2d\xad\xb5\x68\xe5\x7c\x0b\x48\x60\xa2\xdc\x42\x0a\x4c\x68\xa5\xa8\x2d\xbf\x90\x17\xc0\x93\x0c\x7c\xfe\x44\xdd\xb9\xe3\xf7\x6b\x3e\xed\x48\xcc\xb8\x1b\x59\xb4\xa5\x3a\x6f\x7a\x78\x77\xf7\x3a\x86\xd4\xe5\x8c\x7b\x47\x0d\xb7\x83\x79\x27\xaa\x89\x33\x08\x5c\x79\x6c\x33\xed\x54\xd6\xe7\xe6\x46\xe8\xbf\x31\x05\xcc\x79\x6b\x35\xf1\xba\xfa\x5c\x3c\x49\x72\xc8\xca\x60\x66\xc8\x5a\x35\x4b\xd9\x02\x6b\xc8\x78\x92\x7c\x9a\xbf\x1c\x1f\xd2\x03\x6c\x3b\xdb\xa3\x01\x11\x19\xdc\x13\x59\x04\x61\xa7\x91\xe3\x0c\x60\x03\x08\x1c\x2f\x52\xd3\x1e\xa5\xbb\xf9\x19\xfc\xcc\x47\x94\xac\xa2\xe4\xfc\x9c\xdb\x28\x00\x09\x1a\x72\xde\xb4\x4b\x4d\x20\x84\xe4\xe7\xd5\xc1\x9b\x0d\xc8\x4a\x41\xa7\x5d\x88\xf3\xb6\x02\xef\x24\x37\x19\xd8\x23\x9f\xa6\x01\xbb\xe9\x58\xdd\x28\x3f\x85\x33\x37\x45\x57\xe6\xa2\xba\x48\xc6\xc6\x5a\x65\x77\xdc\x20\xd6\x40\x04\xde\x11\xcd\x72\xb3\xbd\x30\xa3\x96\x48\x66\xb5\xc9\xae\x8a\xe1\x7b\x41\x8a\x52\x76\x61\xa6\x7c\x6f\xef\xdd\x9e\x7e\xfa\x5b\xc7\xa4\x89\x52\xff\xc5\x58\x96\xf1\x24\xb5\x05\x38\xd0\xd8\x61\x41\x99\x41\x2b\x8b\x12\xb4\x78\xc3\x68\xde\xb0\x32\xbb\x42\x88\x54\x4b\x37\xbc\x6f\x86\xc2\xae\xc5\xb1\x38\x40\xdf\xef\x74\xe9\x12\x57\x70\x57\x57\x05\x75\xf9\xc2\xde\x2b\x9c\x1f\x11\x52\x09\x3b\x76\x04\x61\x9f\x10\x0d\xf5\x28\x31\x61\x11\xe6\xb9\x7c\x4e\xbb\x15\xf0\x7b\x3d\x9b\x87\x97\x2d\x9d\x67\x7b\xd2\x6a\x69\x44\x65\xc4\x49\x51\xd5\xf6\xa4\x95\x52\x57\x6d\x74\xba\x1c\xa9\xe1\x55\xde\xb9\x93\x7b\x4c\x44\x08\x97\xde\x59\xbb\x33\x66\xf8\x1d\xf2\x40\x80\xc0\x88\x15\x67\xfc\xb0\xa4\x5b\xc0\x53\xd3\x4e\xf3\x41\x48\x8a\x4d\x8b\x3f\x6d\x1b\x26\x42\x83\x26\xe8\x08\xbd\xc2\xac\x8c\x71\x5e\x34\x90\x12\x04\x70\xcd\x37\xad\xda\x14\x4b\x74\x2c\x3c\x91\x8d\x2c\xcc\x4a\x6c\x9d\x0b\x20\x73\xf5\x0b\x8e\x7e\x74\xd6\x03\xe7\xf3\x5f\x08\x6e\xec\x3c\x45\xed\x05\x80\x1d\xaf\xf4\xeb\x50\xfb\x1b\xa3\xec\xca\x0c\xba\x76\x92\x09\xa1\x32\xf9\x55\xa7\x16\x26\x11\x20\x61\xbf\xe7\x21\x67\xc6\xdc\xa7\x8c\x29\xf3\xdd\x0a\x47\xd9\xf7\xef\x95\x43\xd7\xd8\xd1\x51\xae\xc3\x22\x64\x7e\x6f\x53\xf1\x37\x51\x09\x29\xd1\x1a\x14\xf3\xfc\x7d\xad\xc1\xd9\x0b\xe2\xa7\x4e\x65\x49\x69\x1f\x2b\x1d\x55\x49\xfb\xac\xbe\x14\xdb\xa6\x3a\x93\xad\xb6\x97\x6e\x0b\x7a\x70\x26\x32\x81\x77\x9c\xd0\xdb\x8d\x6c\x49\x8a\xf7\xfd\xf8\x4c\x4f\xd2\xcb\x95\x24\x93\xc0\xdd\x79\xc6\x31\x66\xfa\xc2\xde\x8d\x6f\xdf\xf4\xfb\x6b\xf8\xc6\xe4\x96\xe5\xbb\x96\xb3\xc8\x3f\x9e\xfc\x7c\xd4\x2d\x47\xbe\x30\xa1\xee\x24\x5b\xd2\xcc\x07\x51\x0d\xc2\x55\x98\xd0\xc6\x0c\x17\x4d\x34\x52\x0c\xdd\x5d\x9e\xf2\xa7\x1d\x65\x96\x18\x3a\x4b\x14\xdf\x7f\x60\x91\x4a\x7d\xc7\x9d\x33\xab\x34\xbb\xd3\xdb\x78\x11\xc0\x89\x8a\x90\x21\xe9\x18\x63\xb3\xf2\x94\x23\x9e\x1c\xc2\xbb\x23\xd8\x90\x41\x37\x83\x17\x4d\x84\x51\x1b\xb6\x83\x3b\xe5\xfa\x12\x7b\xe5\x3c\x67\xbb\xa4\x56\x69\x73\x2d\xad\xcd\xd1\x53\xfe\x1d\x77\x4c\xce\xbc\xcf\x51\xd6\x94\x7a\x3a\xf7\x19\x36\x95\x47\x9c\x7b\x71\x47\xfe\x30\x75\x49\xe2\x54\x92\xc3\x78\x57\x11\xbb\xa2\x65\xed\xf9\x98\xef\xbc\xea\x89\x1e\x38\x83\x7c\xc0\xea\x4e\x08\x36\xbb\xc8\x53\x45\x78\x5e\xfc\x08\x00\xe2\xdb\xd6\xdd\xb4\x13\x84\x3b\xe4\x94\xfc\x65\xd5\x94\x9e\x94\x27\x77\x06\x3a\xe6\x45\xad\x25\x40\xaa\x89\xeb\x29\x7b\xf3\x4d\x5d\xcc\x4f\xc7\x2b\x55\x4b\xf1\xe6\xbf\xbf\x15\x8f\xb7\x5a\x7e\x0d\x29\xbb\x21\x15\xb8\x69\xa5\xd4\xe4\xb4\x7f\xf0\xe0\xe0\xcb\xfd\x21\xeb\x6d\x02\x47\x99\x69\x8d\x81\xb1\xde\x4f\xde\x63\x52\x90\x8d\x9c\x8f\xcf\x2a\x55\x17\x10\x0b\x3d\xaf\xab\xf9\xa9\x16\x55\x53\x56\x73\x7c\x82\x4e\x15\x9b\xb6\x5a\x17\xed\x25\x82\x22\xca\x56\x9c\x6c\x8d\xf1\xb1\x04\x0f\xbe\xfc\xfc\x80\x03\x21\x39\x87\xd8\xf3\xf3\xf3\xc9\xf9\x03\xc8\x2a\xfe\xf6\xa7\xe9\xf3\x1f\xbf\x1f\xff\x55\x9e\xc9\x7a\xfc\x60\x0c\xcc\x90\x9e\xde\x86\xa9\x1e\xdb\x4d\x3b\x86\x96\x7b\xe6\x2b\xc9\x2b\x38\x9d\x8a\xc9\x64\xe2\xe0\x90\x8b\xb6\x55\xe7\x90\x1b\x62\xb6\x87\xdd\x9f\xed\x59\xa2\x0c\xe0\x0d\x08\xa2\xa0\x47\xa4\xfd\xf5\x40\xb3\x1f\x71\x00\x1f\xc5\xf8\x00\xd1\x29\x1f\x3c\x7c\xe0\x87\xe0\x54\x8d\x13\xe6\x4d\x8c\xdd\x03\xb1\x19\xdf\xd1\x0c\x7c\x8d\x7e\x79\x11\xe1\x75\x31\x79\x76\x3b\x59\x9a\x04\x9c\x93\xc0\xcd\x65\x17\x2d\x20\x95\x81\x2e\x00\x61\x53\x3a\x8e\x07\x0a\x33\xc0\xca\xf9\x29\x77\x6b\xd1\x14\x5b\xff\xe5\x30\x53\x7a\xd3\xaa\xb9\x5d\x54\x5a\x45\x05\xd0\x63\x96\x53\x67\x58\xbb\x83\xdb\x9f\x7f\x75\x70\x30\x12\xb7\xbf\x3c\xf8\xfc\xd1\x48\xdc\x3e\x38\x78\xf0\xe5\x7d\xf8\xf7\x8b\xcf\x79\x0a\x46\xd8\xd1\xd1\x16\x0b\x89\x26\x77\xcf\x8f\xfd\xc8\xb7\x6b\xdf\xa2\x8a\x2d\xa5\xac\xc9\xf9\x4e\x8d\x59\xbe\x80\x3f\xef\x1e\x33\xcf\x97\x08\x5c\xf0\x3e\x72\xc1\xd1\x09\xec\xb0\xc0\xc9\x65\x13\xe9\x8b\xaa\x44\x5f\x14\xaf\x82\x6a\x16\x75\x35\x37\x08\xd5\x40\x82\xc5\xa6\x55\x46\xc1\x0c\x30\xdc\x46\x5c\x9c\x07\xc3\x8e\xfe\x45\x64\x15\x35\xf7\xc4\x6c\x4f\x24\x98\x50\x7e\xf2\xd3\xf1\xbf\xb7\x74\xd1\xf2\xef\xbb\xaf\xb9\xee\xc4\xf9\x0f\x39\xd7\xc0\xac\xa5\xb1\x63\xc8\x8c\x89\xe7\x03\x24\xc5\x84\xc6\x03\x38\x4b\xb0\x29\x5c\x04\xd0\x61\xdf\x87\xe0\x42\xc5\xbe\x76\xe9\xd1\xde\xc3\xd7\x1f\xc4\x30\x97\x6c\xb4\x93\x04\x73\xe7\x34\xf4\x0f\xfc\xbb\xeb\x0d\x45\xbb\xef\xe2\xb8\xe5\xef\x76\x69\x50\xd2\xfb\x87\xda\xfc\x0d\x0e\xdc\xa1\x1d\x6d\xb8\xf2\x0e\xd3\x1a\xc5\xa7\x1b\x2a\xa5\x12\x7e\x00\xac\x76\x2b\x50\x3f\x15\x55\x63\xa9\xf4\xc0\xc5\xe7\x8e\x01\x72\x77\x98\x5c\x4f\x48\x7b\x9c\x04\x97\xbf\xaf\x1e\xa7\xaa\xd7\x8c\x87\xd9\x0d\x86\x18\x14\x86\xa8\x2f\x8c\x1b\x19\x8a\xfe\x3c\x9e\xbc\x8d\x88\x9b\x28\xca\xd2\x72\x54\xb1\x2a\x64\x2d\x31\x93\x53\xe8\x25\x9d\x4b\x3c\x18\xaf\xf1\x4c\x5e\x0e\x22\xf9\x3b\x1c\x5a\x97\x95\x35\x88\x3f\xcd\x76\x2d\x5b\x4b\xb4\x30\xa7\x00\xcb\x2a\xd2\x2c\xaa\xe5\x36\x79\x45\x2f\x97\xd2\x1c\x8a\x4a\xbf\xf4\x1d\xa3\x2e\xb1\x13\x95\xc7\xd6\xe6\x09\x81\x2d\xa3\x5c\x35\x45\xcd\x35\x3b\x6c\x7b\xb9\xe9\x51\xea\x34\xff\x41\xef\x16\xe2\xe7\xf3\x5f\xd5\x8d\x6e\x51\x97\xd4\xb6\xb7\x1b\x6c\xbe\xb4\x9d\xaf\x1d\x29\x5a\x7b\x57\x91\x88\x48\xbc\x66\x3b\xd7\xad\x7f\xed\xfc\x6b\xa7\xc8\xca\xbc\x82\x9e\x1d\x62\x07\xf9\x8c\xf6\x83\x91\xd1\x28\x17\xd5\x05\x1f\x61\xcf\xa4\x32\x87\x79\x36\x8f\xc1\xa9\x05\x94\x91\x0c\x30\x37\xae\xc6\x2f\x6b\x23\xcf\xa3\xfd\xdd\x69\x2f\xea\x1a\x71\xfb\x87\xae\x13\xb5\x2a\xca\xc3\x24\x44\xe0\xb5\x4b\x0c\xe7\x1d\x08\xab\x75\xb1\x94\x13\x5b\x36\xb2\x56\x9f\x6c\x4f\x10\xa1\xda\x28\x71\x0e\x08\x5d\x50\xc6\xf7\x4c\x7d\x63\x0b\xd0\xd4\xd2\x54\x39\x1c\x7b\xcb\x2b\xa4\x0d\xff\xcd\x54\x10\x44\x1e\x69\x0f\x8d\x12\x12\x7d\x89\x09\xb0\x8a\xe0\xab\xec\xc5\xef\xf1\xde\x88\xc7\x63\x5b\x6c\x1b\xd1\x0a\x96\xdc\x8b\xb3\x4c\x2f\x55\x2b\xd6\x5b\xb3\x2d\x6a\x00\x89\xb7\xdc\xb0\x43\x02\x85\x6b\xde\x85\x8e\x8f\x1c\x6e\x93\xf8\x68\x37\xe1\x47\xca\x37\x8c\x85\x0a\x51\xab\x79\x51\x8b\xb3\xa2\x9d\x44\xb5\x7f\x24\x6c\x8b\x8f\x98\x31\xb0\x28\xc5\xdc\xf2\x7b\x6b\x59\x40\x0c\x5c\x7d\x49\x10\xea\x18\x58\x6a\x89\xf9\x59\xd1\x56\x30\x1c\x17\x44\xbe\xae\x9a\x6a\x51\x21\xd8\x0b\xab\x1c\x31\x28\x88\x9c\x3b\x08\x8d\xd4\xc1\xe7\x59\x5d\x54\xeb\xe0\x7b\x14\x3b\x8d\xfb\x63\x1f\x63\xe6\xf9\x20\xd0\x89\xc9\xd9\xbe\x64\x3d\x81\x85\x8b\x41\x51\xec\x05\xcf\x70\xe1\xba\x1a\x88\xe9\x54\xa4\xc8\x95\xa3\xc0\x2f\x8e\x2c\x27\x2f\x22\x76\xa9\x96\x67\xb2\x2d\x96\xf2\x07\xd8\x08\x9d\xf2\x21\xe6\xb3\xdf\x24\x00\x4a\xfe\x10\xd9\x49\x5e\x72\xea\x5c\x34\xaa\x5d\x17\xb5\xe3\x93\xed\xee\x75\x71\xd2\xe0\x8f\x1f\x6a\x48\x02\x43\x19\x21\x83\xbf\xe8\x74\xfc\xdf\xbe\xcb\x5e\x02\x84\x2e\xfa\x7b\x9d\x60\xee\x6b\x9a\x19\x94\x1c\x23\x99\xee\xff\xc5\x3d\xb7\x73\x0b\xdd\x64\xdb\x58\x81\x2b\xbf\x75\x50\x62\xdd\x14\x66\xc5\xd5\xb5\x9d\x8d\xc3\xdc\x81\xe2\x0b\x90\xb6\x04\xc0\xf2\x8f\x29\x7a\x16\x70\x55\xc1\x25\x6d\x7e\x39\x82\xe0\x5a\x10\xcd\x89\x12\xe2\x0c\x0c\x86\x56\x9c\xab\xab\xe6\x94\xe7\x3b\x79\x5a\x6b\x96\x88\xc1\x04\xaf\x43\x52\xe3\x22\x92\x5a\x55\x4a\xbb\x85\x68\x52\x4a\xaa\x78\xec\x7c\xfe\x8b\xb0\x46\x01\xfd\x2b\x1f\x4a\xc6\x36\x87\x71\x1a\xe2\x54\x5d\x12\x4f\x44\x76\xb9\xb1\x70\x7e\xc9\xe9\x5d\x66\xd9\xf1\x4d\xbc\xf4\xf1\xb7\x89\x59\xc8\x97\xf7\x2b\x9f\x68\x1e\x73\x75\x17\x9d\xac\xa4\xd1\x0a\xe2\x36\x47\x3f\xfd\xc3\x30\x27\x5c\x81\xd6\x37\x79\x7c\x9f\x75\xf4\x33\xf7\xf7\xef\xc5\x47\x8b\x9e\x3b\x10\xc7\xa2\x96\xad\x47\xcd\xc4\xb9\x45\x30\xc4\x45\x25\xeb\xd2\x05\x77\x6b\x69\x52\x05\x74\xa4\xee\x8c\x35\xa4\x5e\x97\xb1\x93\xf3\xcb\x14\x99\xf0\x0e\x1c\x77\xd5\x80\xb3\x98\x05\x4c\xb0\x00\xd0\x58\x16\x03\x74\x20\x5a\xcc\x5c\x42\x58\x85\x73\x93\xab\x9d\x37\x27\x44\xd0\xe0\x15\xa6\xc5\xba\x68\xb6\x45\x5d\x5f\x8e\x3d\x8b\x02\x95\xe9\xcb\xc6\xac\xa4\x71\x86\x7a\x80\xf8\x03\x5d\x55\xbb\xdd\x60\x3e\x0f\x97\x07\x77\xdb\x98\xaa\x16\xad\xf4\xa6\x80\x46\xb4\x52\x6f\x54\x03\xc7\x1d\x2a\xbb\x8b\x47\xe4\xae\x0f\x06\x83\x48\x26\x63\x2f\x53\x86\x85\x34\x42\xe6\x04\x93\x6a\x14\x8e\x37\x71\xde\xf3\xab\xe2\x4c\x62\x90\x3e\x45\xdc\xab\x39\x9c\xca\xd2\x91\x4a\x8c\xa5\x77\x83\x44\xbb\x02\xf5\x89\x87\xc7\xe7\x88\x19\x99\xc8\x7d\xe0\x7c\x84\x35\xf7\x7d\x85\x57\x1b\x7b\x4d\xfa\x3c\xa9\x45\xe1\x28\x34\x5c\x79\x4e\x2f\x06\x98\xa9\x0b\x46\xcd\xdd\xed\x90\xc6\x40\xce\x1a\x6f\xd7\x48\x1b\xe7\xc9\xb5\xb9\x5f\x9f\x0f\xe7\xef\xd5\x5b\x74\x03\x2d\xc3\x18\x33\xd7\x7d\x14\x22\xcd\xa3\x65\x81\x7e\x2f\xed\x7c\xb6\x1e\xfc\xa4\x55\x10\x68\x07\x11\x57\xce\xac\x1b\x8c\x3b\xce\xdc\x60\xf9\xc9\xe0\x47\x1f\x6c\x3d\xb6\xd6\x2e\xf7\x82\x3d\x23\x73\x01\x74\x60\xd7\x08\x68\x98\xcc\xed\x1c\xbe\x24\x5e\xc2\xbb\xcd\xef\x20\xb8\x96\xdc\x36\xca\x3c\xd5\x97\xcd\xdc\xce\x88\x3d\x67\xdc\x83\xbe\x38\x03\x13\x60\xce\x28\xde\xc9\x8b\x1a\x19\x41\x2a\xfd\x96\x36\xc3\x1d\xd0\x62\xde\xb9\x43\x89\x63\xbd\x23\x7a\xc7\xe8\xe6\x4e\x14\xe7\xa1\xc8\x02\xa6\xb6\x76\xe2\xc3\x39\x0c\x01\x51\xb2\xe4\x56\x6d\x47\x02\xa1\xdb\xc0\x36\xe9\x95\xda\xd6\xf6\x5c\xd0\xa4\x56\x8d\xd0\x5b\x50\xd7\x6a\xa9\x47\x90\xf8\xce\x67\x61\xb3\x17\xd9\xc2\xa8\x33\xd8\xc1\x88\x97\x12\xfb\x18\x40\xe5\xce\xa1\x16\x80\x39\xdc\x4d\xea\x56\x7b\xb0\x5c\x8d\x1f\x3e\x78\xb4\x9f\x6a\x3b\x6f\xc1\x4c\xc6\xda\x8f\x98\x93\x7d\x63\xec\xc1\x0d\x71\x51\x76\xdf\x6c\xb5\xc4\x00\x2f\xa8\xde\x65\xd8\x01\x84\xa9\x8c\x49\xdf\x57\x85\x81\x3e\x90\x11\x8e\xa0\x36\xec\xe0\x8c\xa8\x65\xa1\x21\xf9\xb3\x6f\x46\x0c\x82\xe3\x30\x8c\x74\x08\x09\xd1\x80\x31\x03\x60\xa6\xa4\x66\xa8\xd3\xde\x06\x27\x70\x04\x16\x10\x5d\xe8\xf8\xc8\xfc\xdc\x4d\x78\x15\x6e\x3f\x81\x02\x87\xac\x41\xdd\x28\xee\xe4\xc6\xd5\xf1\x9e\x1b\x09\xac\x25\xb5\xd5\x41\x72\x27\xdc\x72\x1d\x57\x11\x40\xfc\xa5\x6e\x61\xe6\x27\xbb\xd1\xd3\x15\xc8\x43\xb3\x44\x65\x6e\x00\xd2\x12\x73\x01\x78\xb4\xec\x4d\xc6\xa0\x48\x7a\x52\xfd\x62\x26\x64\x77\x44\x12\xf3\x9e\xb7\x2a\xee\x3e\x8b\x26\xda\x76\x38\x53\xf6\x6a\xa6\xcf\xaf\xae\xfc\x71\xef\xaa\x61\xfa\x67\x9c\x13\x24\x7f\x07\x77\xbc\xe8\xa3\x6e\x26\xfa\xf4\x8c\xe3\x5d\xda\xb7\xce\xa9\x70\xc0\x02\x73\x59\x67\xa9\x40\x67\xef\x73\x43\x69\xce\xe6\xdf\xb1\x98\xf6\x9b\x5f\xd3\x6e\xf8\xcd\xf1\x6c\xd5\xaa\xb5\x14\x5f\x7e\x7e\xaf\x53\xe6\x55\x43\x6f\xc1\x37\x39\xf8\xdc\x7b\xb0\x4d\xdc\x3e\x6a\x6b\xb8\xef\x80\xdd\x46\x70\x75\x5f\x76\x2a\x04\xe6\x12\xc8\xa0\x47\x69\x16\x95\x19\x01\x3b\x0e\xb7\xb9\x8e\x82\x7f\xd9\x26\xac\x2f\x27\xe2\xd5\xa2\x53\x21\xe3\x76\xf0\x96\xd6\xe2\xa3\x73\x22\x1b\x7e\x14\x2a\x82\xf5\x19\x61\x2a\x07\x88\x13\xd7\x02\x12\x3f\xcb\x72\xd4\xa9\xb3\x96\x38\xba\x8f\xb8\x8c\x1f\xc3\x45\x1c\xe5\x09\x5d\x6e\x8b\xb6\xf4\xf1\xd6\xa0\xea\xcb\x2a\x01\x69\x33\xdc\xb9\x43\x7f\x4d\xce\x1c\x16\x76\xb4\x97\xa2\x9b\x23\xc4\x0f\x17\x0d\x91\xc7\x64\x97\xe0\x35\xec\x68\x1d\x51\x2c\xaf\x67\xd2\xdb\xb6\x55\xcb\xc2\xc8\xa8\x5a\x82\x2e\x52\x2d\x2c\xd1\x70\x24\x0a\xad\xb7\x6b\x16\x74\xed\x3f\xf3\x7c\x98\x93\xdb\x5c\x2e\x4f\x26\xb2\x12\xc6\xb4\xaf\xbd\x43\x9f\x9c\xac\x05\xd5\xc3\xd7\x2b\x80\x12\x83\x9d\xb3\x84\x80\x69\xd9\xca\x58\x48\x7f\x6b\x87\x6d\xe4\x7c\xd5\x10\xb8\xf5\x52\x1a\xdc\x13\xaa\x2d\xb1\xdd\xf3\x56\xd9\xff\x9d\xb4\x13\x33\xb1\xeb\xf0\x31\xdc\x9d\x1f\xc5\xa0\x6a\x88\x4d\x4b\xbb\xd7\x9d\x9b\x30\x38\x2d\xee\x42\x78\xf1\x5d\x24\xb4\xaa\x19\xfb\xd2\x27\x85\x96\x43\xbc\x56\x91\x6f\x95\x72\x1d\x3b\xc2\x80\x1f\xea\x49\x51\xa2\xa3\x5a\xb9\xdd\xd4\x5d\x0d\x01\xc7\x32\xe9\x73\x06\x31\xb1\xfb\x47\xe4\xe2\x9e\x15\x33\x76\x79\x4f\x74\xa2\x55\xfd\x7e\x4a\x94\x86\x5e\x75\x59\x9c\xa8\x33\x0c\xef\x6a\x2f\xd1\x3d\x17\xe4\xa4\x73\x40\xb2\xb2\x73\xcf\xa5\xf2\x0a\xc2\xde\x7b\x76\xa6\xc3\x68\xf7\xfa\xd5\x70\x23\x7a\x29\x87\xcd\xc7\x2e\x46\x02\xad\xd7\xfc\xb2\x43\x91\x2e\xbe\xec\xfa\xc9\xfc\x6f\x19\x35\x75\x36\x0e\x7d\x17\x81\xec\xbb\x3d\x11\x78\x01\x82\x44\xc3\x98\x83\xa5\xd3\x28\x17\xd1\xba\x92\x38\xbb\xa2\x9f\x8c\xc7\xf5\x26\x01\xa8\x30\x43\xe0\xdb\x38\xea\xb1\xd0\x44\x41\x9b\x33\xc7\x97\x38\xb3\xd2\x41\xe7\xb5\x9d\x23\xfe\x64\xd8\x51\xdb\xf3\x25\x78\x7a\xa2\x5a\x13\x58\x36\xb5\xe8\xf0\x23\xa1\xf8\x8d\xef\xab\x48\xd0\x0d\x28\x30\x5d\x57\xe7\x4c\x2a\x62\x5c\x5c\xef\x39\x1d\xc4\x39\x20\x1f\xb3\xbd\x6a\x31\xdb\x83\xed\x2b\x65\xe9\xf2\x97\xd6\x96\xe0\x10\x4a\x89\x97\xcc\x20\xd2\x91\xb5\xd5\x8d\x89\xec\x2b\x31\x48\x3a\x71\x14\x09\xec\x91\x1f\x2b\xef\xbf\x6e\xe7\x98\x01\x51\x47\xfd\x7e\x0a\x6a\x33\xf4\x63\x31\x15\x7a\x35\xda\x2d\xa5\xb6\xb8\x7d\x3e\x6b\xe4\xf9\x67\xe2\x54\x5e\x9e\xab\x96\xc9\x95\x94\xfb\xc5\xf9\xbf\x78\xd0\x83\x89\x53\x4e\xa4\x36\x94\xae\x0d\x84\x77\x28\x91\x0f\x5f\x24\x4e\xc9\x78\x5a\xdb\x39\x78\x99\xb6\xf3\x49\x1c\x84\x94\x31\x8b\x1d\xdb\x62\x47\xec\x35\x85\xf4\xb8\x8f\xb9\xc3\xd0\x0b\x52\x44\x38\xba\x0b\x72\x75\xc8\x4e\x0c\x0e\xa0\xe0\x8d\x02\x31\x88\xeb\xa2\x3d\xb5\x34\x4b\xbb\x4b\xc6\x79\xc6\x5a\x42\x7f\x29\x8a\x10\x96\xa9\xce\x65\x2b\xc0\x51\x1f\xc0\x52\x5b\x29\x8f\x20\x23\x93\x9c\x1b\x92\x7b\xd1\x56\x02\xc4\x61\xc2\xfa\x5a\x69\x62\x9f\x5e\xbb\x16\xa8\xe7\x65\xfa\x98\xeb\xc9\xb2\x05\x8e\x13\x4d\x52\x9f\x7e\x2b\x00\xcf\xde\x67\x19\x61\x42\xc5\x91\x26\xc9\x3b\xe1\x79\xbb\x17\x13\xff\x0f\xe3\x67\x1e\x54\xcb\xcd\xd1\x33\x70\xf4\x76\x7a\xc9\xe0\x93\xe1\x0b\xf8\x3e\xbd\x29\x16\x45\x5b\x89\xc7\xc7\x9f\x8b\xb1\xf8\x82\x75\xca\x9e\x36\xfc\x9c\x24\x52\x92\xa2\x18\xd0\xb3\x18\xdc\x7e\xb4\xff\x70\x24\x6e\x1f\x3c\x38\xf0\x2e\x43\xb8\x11\x9c\x42\x74\x80\x9b\x01\x7f\xba\x7d\x85\x5a\xcd\xc8\x97\xe6\x01\xb7\x13\xb3\x42\xcc\x3d\xe8\xb0\xfb\xda\x0f\x19\x1a\x4d\xdd\x75\x6d\xb9\xe8\x19\xdf\xaa\x90\xc3\x53\x96\x51\xe1\xe8\xd9\x51\x72\x4e\x9c\x37\x61\x2c\x45\x24\xdb\x3e\x39\x61\xaf\xb7\xc6\x8a\x51\x75\x35\xaf\x4c\x7d\xe9\x83\xff\xb8\x93\x8c\x6a\x5c\xc8\x71\xee\x34\x72\x4a\xd2\xbd\x37\xf0\x26\xcc\x1f\x6e\xda\x01\x05\xc0\x08\x69\x53\xac\x37\xe0\xe6\xdb\xcc\xd5\xda\xc7\x9d\x79\x85\x2a\x1c\x3c\xd5\xc0\xf8\x70\x44\xd5\x5a\xbe\x81\x8f\x8e\x23\x8a\xe0\x1f\x5f\x5d\x89\xe7\x85\x91\x93\xc6\xe5\xb0\x72\xc9\x6b\xda\x53\xcb\xec\x17\x5a\x2c\xaa\x0b\x3c\xb4\x28\x22\x76\xcc\xb9\x3e\x4c\xd8\xab\x40\x23\xda\x66\xe5\x0c\x07\x1f\xf1\xfc\xc7\xef\x1f\x38\x02\x52\xe8\x90\x63\xd5\x92\x02\x3b\x75\x2f\x9e\x7d\xff\xf4\x0d\xc2\xd1\xfe\xb5\x68\x96\xdb\x62\x29\xc5\x37\x55\x53\x42\xca\xb8\x5e\x1f\xbc\xfb\xfb\xfb\x0f\xa6\xef\x9e\x8f\xbb\xbe\x78\x63\xfb\x6a\xff\xc1\x83\x83\xa9\x9c\xaf\x8b\x31\xc2\xbc\x8e\x4f\xb0\x46\x00\xc4\x8e\x6f\x00\x76\x4f\x23\x7a\x98\x81\xe4\x70\xed\x16\xb1\x1c\x78\x51\xb8\xa7\xbb\xa4\xe7\x90\xa3\xe3\x51\x99\xae\xeb\x77\xae\xd4\x0e\x4f\xf1\x5c\xf1\x37\xd5\x7a\x0b\x9b\x9c\x69\xde\x9a\x99\x89\x05\xca\x5c\xde\x36\xb0\x81\x91\x09\x2c\xbe\x06\xe2\x43\x98\x25\xab\x81\x72\xc5\x41\xcd\x12\x3c\xe8\xe8\x3b\xdf\xb5\xc8\x11\xbf\xcf\xd5\x38\x04\x08\x99\x84\x4f\xfe\x73\xbd\xef\x4e\xe3\x9f\xec\x7f\x1f\x17\x9f\x0c\x20\xb7\x8e\x7f\x6e\x24\x3b\x76\xc6\xbf\x60\x48\x3b\xb9\xbf\x4f\x51\x57\xf2\x33\xc0\x8d\x1f\xaf\x9a\x79\xbd\x05\x34\xf2\x1a\x4c\xc3\x6b\xe5\x04\x5f\x24\x6e\x15\xbc\xb7\x74\xeb\x3f\xe5\xe5\x0b\x2f\x80\x7e\xaf\xb6\x9a\x78\x48\xa2\x09\x73\xfc\x20\x40\xfa\x01\x9c\x21\x74\xbd\xa8\xcd\x7f\xca\x4b\xe6\xdd\x02\xac\x88\xd4\xec\xc9\x1c\x34\x37\x89\x13\x0c\xe1\xf8\xbc\x55\xdb\xf9\x2a\x2e\x6d\xda\x3a\xae\xb1\x94\xa6\xa8\x6a\xf6\x00\xc6\xf0\x7a\x55\x68\x5e\xe1\x5a\x9a\x22\xfe\x6e\x53\x2c\xe5\xdf\x93\xdf\xff\xc3\x7e\xeb\x55\xb5\x48\x3a\x7f\x56\xc9\x73\xee\xa9\xb3\x37\x5f\x15\xed\x6c\x8f\x77\x4f\x95\xc9\x30\xda\x67\xf1\xa3\xd3\xa8\xc6\x53\x79\x99\xbc\x47\xaf\xde\xce\x83\x68\x0e\xea\x4a\x36\xe6\xef\x9d\x27\xbc\xf7\x98\x24\xfb\xef\x9d\x27\xbc\x0c\xb9\x52\xbf\x2a\xbb\xcf\x10\x79\x27\xcc\xc5\xbc\x95\xb2\xf9\x7b\xe7\x09\xaf\x0d\x99\x83\xee\x8a\x19\x45\x70\x75\xd1\xb3\xb4\x14\xa8\x17\x9c\xab\xce\xa7\x51\xc7\xec\x63\xb7\x32\xc9\x50\xf1\x2e\x43\x65\xd9\xa1\x83\x5b\xae\x9a\xd9\xde\x08\x34\x31\xfe\x91\x02\x4b\xed\xa7\x11\x13\x18\x50\xca\xc8\x29\x03\x76\x6a\x11\x8e\x23\x70\xdb\xac\xbf\x50\xb5\x10\x1b\xa5\x75\x75\x52\x4b\xa1\x15\x74\x64\x8a\x0a\x22\x2d\x7f\xd9\x82\x81\xb1\xd2\x8e\x3f\xc6\xaa\x52\x77\xa1\x0e\x66\xea\x6e\x4f\x9a\x8e\x7b\x8b\x0b\x46\x24\xf8\xe9\xc4\xc1\xa5\xb7\xb8\xed\x6a\xa7\x74\x6a\xfa\xe3\x6a\x00\x6e\x7f\x4b\xe3\xed\xff\x84\xeb\x4b\xc6\xf1\xc5\xb9\xbd\x74\x9d\x5e\xd2\xb9\xea\xf7\x07\xb9\x7e\x44\x3d\xa3\xf8\xa3\x9e\x18\x5d\x3f\x8c\x60\xc3\xe7\xf1\x0f\xb4\x7d\x22\x2d\xa2\x65\xb8\x20\x0a\x38\x24\x5e\xb2\xf3\xb5\x08\xc1\x8a\x90\x8e\x39\xb1\xcc\x92\xa0\x95\x71\xa1\xe8\xa6\x66\xcd\x76\x8b\x1f\x88\xc3\xe8\x78\xc0\xdd\x71\xe4\xb2\x9d\xc2\xf5\x41\xbc\xee\xda\x5e\x07\x96\xe5\x68\xa7\xb5\x2c\xce\x3c\xde\x1e\x62\xe6\xc2\x5b\x75\x26\xdb\xa9\x15\xba\x0b\x87\x5d\x38\xb6\x3c\x2d\xfa\xcf\x69\xb4\x9d\x2b\x54\x04\x12\x87\x8c\x2d\x83\xbc\xae\x5a\x88\x06\x71\x04\x01\x4a\x3f\x47\xe6\x1d\x50\x7b\x41\x0d\x81\x44\x0b\x7b\x41\x3f\xb0\x33\xa0\x31\xc5\x07\xd0\x0b\xf7\xf7\xd6\xd8\x8a\x62\x44\x76\x12\xca\xbe\x08\x98\xec\xf4\x44\xcb\xa6\xd4\x6c\xa0\xc2\x28\x25\xd4\xc2\xc8\xe6\x48\x68\x29\x0f\xbb\x18\xec\xf3\x55\xab\xd6\xd5\x76\x0d\x5c\xef\x66\xea\x7e\x4e\x2b\xad\xb7\x52\x4f\xf1\xca\x7a\x52\x95\xc7\x0f\xbf\xd8\xbf\xff\xe8\x4b\x02\xf6\x47\x8b\x54\x29\x91\xf5\x05\x00\x75\x54\x0a\x9d\x6c\x97\x62\x50\x19\x8c\xe2\x47\x7f\x01\x05\x79\x36\xc9\xca\x70\x26\x21\x5a\x1f\xf8\xf4\x73\x59\xd7\xc3\x49\xee\x2e\x0e\x03\xb0\xa4\xd1\xaf\x0c\xa5\xc6\x82\xdf\x30\x69\xe1\xad\x25\x9c\xfc\x56\xf0\x1f\xb3\x29\x8d\x4b\xf8\x0a\xd8\x44\xef\x01\x41\x8f\x1d\x52\x47\x56\x52\xd9\x4d\x73\x6d\x31\x4f\x73\x3b\x9b\x73\x51\x5d\x10\x51\x70\xf0\x24\xfe\x19\xb3\x6a\x5f\x6b\xd4\x6e\x25\xb7\x63\x1b\x1e\x69\xcc\x9e\x93\x88\xca\x1c\x4d\x98\xc8\xda\x41\xa0\xc3\xc0\x8e\x24\xee\xf1\xa8\xe3\x80\xd5\x39\x38\x73\x17\x63\xc7\x10\x1e\x5c\xcb\x95\xf6\xc6\x1d\xd0\xb8\xa0\x9c\xce\x6a\xfc\xe1\x9b\x43\xf1\x83\x12\xb1\x80\x4d\xce\x3a\xd0\x12\x18\x5e\xa7\xd0\x9e\x44\xdf\x7d\xe7\xfb\x85\xbe\xb3\x33\x6e\x9e\xbf\xe5\xda\x05\x44\x6b\xf7\x03\x22\x89\xbc\x52\xe1\x16\x2d\x9b\x03\xec\x0e\x2e\x4c\xae\xfc\x30\x0d\xb9\xe1\x31\x3b\x99\x30\xcd\xd8\x77\x2b\x2a\xe2\x80\x4e\xae\x01\xf6\xee\x34\xb2\xa8\x2e\x52\xdd\x68\x92\xfb\x2e\x48\x05\x8c\xbc\xe5\xd3\x73\x5b\x26\x8a\x8b\x07\xfd\x59\x0d\xba\x6e\xd6\x4d\x82\xdd\x9d\xfb\x26\xb8\x4a\x1b\xd5\xc8\x7f\x5b\x43\x1e\x3e\xc5\xb5\xb5\x58\xec\x6c\x8b\xb7\x12\xc1\x69\x8f\x38\x18\x90\xc7\xe0\xd7\xe0\xc4\x01\x10\x53\xb1\x14\x19\x9e\xb3\x78\x98\x0e\x70\xbe\x3b\xa6\xc2\xe1\x4f\x24\x00\x06\xae\x30\x3f\x6b\x49\xad\x7e\xc5\x7d\x2e\x6f\x78\x9f\xe0\x09\x20\x90\x7c\xe6\xf0\xb2\x78\xe6\x28\x2c\x29\x13\x57\x7c\x8f\xf0\xa9\xee\x65\xa3\xa1\x0f\x77\x7f\x9d\x23\x1c\x93\x0c\x04\x65\xe7\x14\xb8\x57\x1d\xf4\x7b\x16\x5e\xf3\x29\x59\x95\x1b\xe4\xc3\x88\xf2\x56\x10\x10\xf8\xfb\xb0\x11\x3e\xb0\x1c\x06\xbb\x93\x4f\x38\xb5\xf5\x62\x31\xe8\xa4\x9f\x88\x12\x4f\xe4\xf2\x30\xed\x1e\x4a\x84\x23\xe4\x82\xd5\x7b\x52\x3f\xb8\x2d\xdd\x3f\x4a\x3b\xbc\x45\xf3\x21\x49\xce\xf0\x07\xb2\x71\xec\xc8\xc2\xd0\x93\x87\x21\xcd\xb3\x71\x4d\xca\xfb\x2c\xc8\x58\x27\x19\x40\x17\x0e\x3c\xcd\x53\x3f\xc3\x64\x47\x5e\x75\x98\xe4\xc4\xde\x07\x7b\xdc\x48\xbc\x28\x97\x52\x1c\xdc\xb7\xbf\xa2\x24\xea\xaf\x1a\xf1\xea\xc5\x14\xde\x22\x7f\xd7\xca\xa5\xbc\x10\x90\xde\x56\x83\xe1\x59\xcc\x8b\xad\x96\x56\xda\x39\xb3\xbf\x74\xad\xce\x4b\x75\xde\xa0\x15\xdf\x36\x28\xa5\x67\x95\xe6\xaa\x69\xe4\xdc\x4c\xd6\xd5\xbc\x55\x5a\x2d\x0c\x24\xad\x79\xf5\x62\xba\x90\xb2\x3c\x29\xe6\xa7\xc4\x28\xe9\xe9\xc1\x17\x0f\x3e\x7f\x74\x70\x7f\x6a\x2b\x69\x1b\xf5\xaa\x69\x64\x48\xb6\x89\xec\xd2\xd5\x63\x6d\x2e\x6b\x79\xf5\xb8\xae\x9a\xd3\x69\x15\xa0\x0f\x29\x0f\xf8\x31\xcf\x8d\xee\x82\x37\x90\x9b\x6e\xe7\x3e\xf5\xf6\xd4\x3d\x9e\xe9\xbb\x83\x27\x87\xef\xff\x71\xfc\xe1\xea\xd8\xfe\x70\xe9\xc4\x27\x43\xac\xdb\xb4\xf3\x5a\x16\x0d\x29\x40\x8f\xc5\xf4\x1f\xb6\xd4\xe3\x5b\x90\x2b\xea\xfd\xb3\xe7\x4f\xdf\x3e\x9d\xcd\xde\x5f\x8d\xc7\xc3\x2b\x78\xf4\x61\x36\xfb\x60\x7f\x7d\x6d\x8b\xfd\x65\xba\x74\x5c\xf4\xeb\x56\x2e\x00\x81\x1b\x73\x19\x83\x67\x54\x65\xb4\x40\x15\xbc\x40\x94\x1b\x08\x36\xc1\x6b\x16\xc0\x97\xe5\xb9\xb0\x77\x37\x73\xd1\x5c\x17\x4d\xb5\xd9\xd6\xc0\x33\x23\x7d\x73\x56\x3d\x4a\xf9\xe7\x36\x24\xec\x54\xee\xc8\x8e\x88\x40\xd0\x4e\xe4\xcf\x9c\x64\x9d\x6d\x98\xe9\xc0\xf2\x01\x07\x07\xe2\x89\xaf\xfb\xd0\x97\x09\xb9\xf0\xa0\xd6\x36\xf5\x8e\x8f\x32\xd5\x3a\xcc\x45\x4c\xcb\xd7\x4a\x00\x78\x83\x79\xb0\x9f\x21\xec\x0c\x65\x07\xe5\x7a\xf6\x38\x53\x89\x4b\xac\xf4\x13\x06\x2f\x4c\x5b\xa9\xc1\x45\x0e\xd8\x24\xdb\xdb\xc2\x27\xe0\xb7\x24\x82\xf2\xa7\xb9\x58\x64\x3b\xb3\xba\x58\x48\xc8\x5e\xc9\x27\x91\xcd\x2d\x45\x12\xe3\x52\x7b\xfc\x48\x98\xcd\x90\xae\xec\xd8\xd9\x3d\x97\xd9\x5c\xfe\x62\x08\xb3\x46\x69\x6b\xec\xb5\x31\x85\x6b\xc3\x57\x70\x94\x1d\x19\xcb\x1c\x06\xa3\xca\xf5\xc1\xf9\x53\x76\x33\xa7\x39\x4b\xf5\xfe\x48\x3c\xf2\xc9\x51\xad\xe0\x37\xe5\x69\x8d\xf9\x18\xfc\xdf\xee\xd3\x47\x3e\xa3\x08\xb7\xbf\x30\xf3\x6d\x76\xac\xd7\xac\x96\x1f\x15\xa4\xb8\x7f\xa6\x36\x97\xdc\x6c\x5a\x4a\x6d\xa2\x6c\xc1\x23\xe1\x3d\x59\x37\x96\x87\xf9\xd1\x6e\xae\x6d\xfc\xd7\xb3\x6d\x4b\x50\x11\x0e\x21\x88\xe2\x4b\x75\xba\x6f\x53\x8e\x29\xb1\xe0\x1c\x4c\x84\xed\x90\xd8\xb4\xd5\x99\x15\x6f\x11\x69\xda\x61\x94\x06\x14\x52\x69\xe6\x93\x59\x93\x3a\x1c\x7b\x90\x51\xdd\xce\x39\xf3\xeb\xfa\xdd\xf1\xcb\x83\x72\x44\xac\x3d\xb8\xa8\x2b\x3d\x89\x06\xc4\xbd\xe9\xf5\x4e\x98\x2f\x3b\xea\x5e\x98\xaf\xec\x15\x9e\x43\xb6\x64\xa1\xed\x23\x51\x77\x10\x1e\x03\xca\x53\x26\xef\x6f\xe6\xd2\x02\x9f\x64\xec\x19\x83\x3c\xf6\xd5\x21\x30\xd4\x4d\x13\xf9\x4d\xa7\xe2\x3e\x2d\xd4\xd6\x8a\x30\x2e\x27\x8a\x5f\x8d\xbf\x69\xc8\x46\x92\x5f\x8d\x6d\xbc\x1a\x50\x16\x83\x9d\xe2\x05\x71\x3b\x2b\x03\x5e\xfe\x29\xec\x40\x36\xad\xbe\x36\x50\xac\xe1\x60\x7d\x25\x71\xc6\x68\xf0\xf7\xb9\xb0\xd7\xee\xc9\x76\x09\xec\xb6\x74\x49\xed\x84\x91\xda\x70\xe2\xbe\xa8\x2e\x5e\x35\x9b\x6d\xdf\x01\x71\x94\xda\x0e\xc7\xed\x77\xc8\x6c\xdb\xc9\x59\x8b\x33\xf7\xd2\x5e\xa9\x10\x96\x25\x5b\x5d\x69\xb2\xd8\xd3\x15\x88\x11\x04\x90\x5a\x02\x4e\x67\x89\x6f\x4e\xd4\x85\xbd\x34\x11\xd1\x02\x35\xd2\x93\xce\x75\x42\x14\xc6\xc5\xc6\xdc\xb9\x93\x8f\xbd\x61\x5e\x0e\xc3\x20\xdc\x6b\x33\x09\xd7\x30\x18\x91\xf1\x57\xa6\xdf\x9e\x65\x92\xc4\xf1\xc8\x52\x50\x46\x7d\x32\xeb\x92\x06\x2c\xbc\xc6\x61\x81\x93\xb4\x1d\x16\x38\xdc\x60\xee\x97\x59\x92\x14\xab\x67\x30\xe0\x11\x1b\xbd\x31\xf2\xc2\x14\xad\x2c\x38\x2d\x85\x61\x50\xe3\x2e\x36\x85\x39\x2f\xfc\xb7\xf7\x51\xec\xa4\xca\x2b\xd5\xfa\x7b\x7b\xfd\x0c\x58\xa2\x54\x44\x1b\x1a\x81\x62\xc0\xb2\x43\x69\x32\x70\x9a\x96\xba\x30\x06\xb2\x7b\x5c\x8a\x46\x82\x7e\x08\x7c\xb2\x61\x64\x84\xb0\xb7\xa8\x0b\x33\x88\xb1\x8b\xec\xce\x71\x89\x30\x47\xa8\x59\x66\x09\xc8\x57\x85\x7e\xe3\xfe\xb6\xe3\x86\x04\x36\x3d\x39\xc1\x43\x87\x89\x26\xb8\x72\x3f\xa8\x67\x35\xa4\x0e\x13\xb5\xe5\x24\x47\x4e\x84\xc4\x79\xf1\xd0\x72\xfc\xf9\x2b\x1f\xc8\x0e\xf9\x56\x5f\xa6\x71\xda\x61\x37\xbc\x83\x94\x8e\x9f\x19\xdc\xa6\xe0\xab\xe0\x86\x43\xd1\x32\xc4\x31\xb9\xad\x3d\xb2\x84\x2e\x64\x0a\x86\xc5\x4e\xdb\x0c\x4e\x27\x03\x51\x8b\xaf\x11\x6c\x84\xa4\x8b\x33\xef\x21\xc2\xb2\xca\x45\x38\x62\x74\x7e\x71\xe7\xe2\xd0\xfd\x19\x90\x25\xed\x7e\x17\x70\xde\x75\x23\x62\xf3\x98\x08\x02\x02\x70\x2f\x52\xdd\x95\x96\xf5\x22\x9e\x7e\xf9\x8b\x2f\x7a\x14\xe9\x73\xd2\x71\x46\x84\x9a\x63\xfc\xa1\xc3\x0e\xc7\x5f\x82\xfa\x40\xb4\x58\x80\x11\x7e\x30\xcc\x49\x6d\x61\xfb\xda\x82\x3b\x36\x6e\x57\x30\xf1\x8b\xc1\x12\xfa\xb1\xcc\xf5\x49\xca\x7c\xaa\xd8\x8f\x19\x3a\x3e\x51\xe7\x8d\x6c\x5d\x56\x7b\xf2\x43\x1f\x45\x27\x29\xed\x00\x9a\x52\x76\x67\x71\x46\xa9\xce\x15\x08\xb9\xa3\x9d\x5b\x65\x92\x12\x2f\xea\x36\xc2\xec\xcd\x62\xc3\x2c\xb0\xa9\xbf\x6c\xab\x56\x0a\x59\x41\xec\x95\x65\xe5\x1d\x17\x8d\xae\xc7\xa8\x68\xd5\x90\x5b\xca\x75\xda\xb3\xab\x46\x91\x47\xb7\xb7\x9b\x9c\xf8\xd8\x49\xec\x2d\x0c\xeb\xea\x2a\x97\x09\xd9\xa5\xef\xf5\xb7\xd9\xba\xd8\x0c\x3a\x89\x89\xe3\x24\xc4\xa3\x98\xfb\x65\x4b\x1f\x28\x84\xa5\x71\x94\x93\x37\x40\xaa\x04\x59\xdb\x81\x51\x7a\xbf\x55\x3f\x4b\x4e\xe3\x5d\x17\x76\xb8\x46\xae\xd9\x57\x55\xa3\x8d\x2c\x4a\xa7\x01\xc7\x71\x9d\x48\x90\x2e\x45\x85\xd9\x50\x65\x53\x8a\xed\x86\x7d\x84\x56\x12\xb9\xde\x98\x0a\xb4\xe4\x64\x66\x83\x18\x54\x31\x97\x2d\x90\x03\x5d\x19\x4c\x9d\xac\xc5\xe0\xf6\x97\xfb\x5f\xec\x0f\x27\x31\x53\xd4\xcf\xd2\x80\xfb\xd5\x31\xcf\x1f\x1c\xde\x61\xfe\x69\xe0\x31\x3d\xe1\x4b\xf8\x21\xfa\xdc\xe9\x4d\x6d\x91\x01\x51\x57\xb0\x83\x32\x24\x70\xf6\x95\x4b\x23\x00\x82\xa2\x6c\xe6\x12\xb6\x01\x5d\xce\x6e\x4d\x6d\xcf\x21\x59\x17\x49\x0a\x49\x4c\xb0\xc7\x47\xf6\x6b\x96\x8f\xa2\xf8\x83\xd9\xda\x67\x7f\x3a\x63\xfb\xac\x93\xb5\xdd\x5f\x45\x6e\x83\xe2\x44\xf1\xcd\xb9\x1b\xba\xc6\xff\x70\xc7\x84\xc8\x1a\xa7\x1d\x95\xf8\xe0\xee\xb7\x2a\x9f\xc4\x21\x3f\x6f\xc6\x51\xbd\x79\xd8\xfc\xef\x93\x53\x60\xaf\xbc\x94\x34\xa5\x3e\xc0\x3f\x49\xd9\x80\x84\x4f\x9f\x86\x97\xfc\x88\xfa\xa9\x88\xa4\xc0\xae\x47\xb1\x4f\x57\x17\xd2\x77\xfb\x0d\x02\x6c\x64\xcb\x52\xd8\xd9\x13\x26\xdb\x78\x9b\x74\xd0\xac\xc2\xc0\xb3\x0c\x3e\x6d\x68\x3f\x01\x55\x02\xc1\xd2\x93\xe4\xdb\x7e\x96\x26\xf9\x8e\xc3\xa8\x67\xe6\x96\x97\x6a\x1c\x67\xee\xd6\x7f\xe9\xf3\x98\x67\x3f\xec\x58\x25\x2c\xe3\x82\x8e\x93\x99\x38\x7d\xc6\xc1\x4e\xc8\xe5\x2e\xdb\xbf\x98\x97\x16\x94\xff\x6c\xad\xca\x2d\xa9\x4d\x3a\xf5\x62\xc2\x07\xe0\x31\x8b\x5a\x3c\xfd\x5f\x4f\xff\x2e\x4a\xb9\x91\x4d\x89\x31\xf6\x27\x5b\x23\xce\x01\xda\xab\xdd\x36\x7e\x95\xaa\x05\x66\xe0\x84\x58\x64\x93\x56\xc8\xe1\x9f\xff\x29\xcf\x8a\xfa\x6f\x2d\xa4\xdf\xbd\x05\x1d\x6e\xd4\xf7\xd0\x9d\x1c\x2c\x95\x9f\x16\xf7\x59\x18\xf2\x28\x57\xda\x2e\x6d\x03\xf9\x89\xb0\xe6\x06\x51\x43\xe1\x57\xaa\xe0\x80\xb7\x3c\x67\x11\x3b\x91\xc0\x36\x76\x40\xaf\x3a\x28\x5b\xf9\x18\xb1\x99\x79\xfe\xe3\xf7\x98\xaf\x1e\x57\x44\x5e\x98\x67\xa4\x67\x22\xa8\x8a\x81\xe0\x6a\xb8\x11\x2d\x16\x63\x59\x6f\x0c\xb8\x75\x83\xb4\xf1\x81\x70\x64\x12\xbb\x73\x80\xed\xa0\xed\x3e\x95\x72\xf3\x3c\xc0\x72\x78\x71\x6d\x14\x74\x6c\x9a\x27\x3e\x7e\x22\x3c\x78\x59\x6d\x64\x3b\x60\x55\x91\xca\xe7\x10\xdb\x60\x9c\x38\x51\x01\x77\x77\xe1\x64\x89\x63\xf8\x87\xf0\x96\x87\xe2\x16\xea\x9e\x92\x53\x8c\xb6\x3e\xdf\x49\xc2\x3a\x48\xf1\xf6\xba\x6a\x68\x98\x73\x14\xad\x39\x75\x66\x14\xf9\x53\xc4\x43\x41\xad\xcc\xa9\x98\xd5\x08\xef\x79\x0f\x2a\xfd\x14\xb2\xcc\xc9\x72\x10\x9f\x5a\x5a\x28\x2d\xcd\xb7\x9e\x02\x0c\x6e\x76\x3b\xf8\xc5\x4d\x3a\x42\x1a\x13\xe0\xfa\x5c\x6b\x47\xbd\xeb\xcf\x55\x58\xb9\x64\x66\x96\x3b\x7e\xdd\x4a\x5c\x3a\x6e\x51\x03\x4d\x75\xca\xed\xdb\x87\x11\x36\x12\xdc\xe8\xdd\x6c\x3b\x96\x0e\x3e\x6d\x30\x6b\x94\xb6\xc2\x3f\x4e\x95\x7f\xd4\x41\x31\xad\x47\x56\xe4\x24\x9f\x2b\x8d\xea\x02\xff\xcb\x4d\xc4\x9c\x04\x33\xd0\xe4\x79\x09\x6a\x40\x1c\x88\x2f\x56\x35\xaf\x8b\xa5\x04\x51\x2c\xac\x4a\x37\x79\x2d\x69\x32\x9c\x64\x8d\x5e\x0e\x7c\x8b\x39\xc9\xa8\x41\xc6\xe8\x19\x09\xfa\x40\x6d\xa1\x0b\xc9\x96\x23\xad\x6f\xf2\xf8\x20\x05\x6e\xf6\x50\xf8\x7f\xff\xfe\xaf\xcf\xd5\x3c\xc9\x7f\x1b\xf8\xc2\x77\x52\x48\x3d\x5f\xc9\x73\xf1\xa6\xfa\xf5\xd7\x5a\xa2\xa5\x02\x3c\x47\x64\xbb\x50\xed\x1a\x70\x4e\x5b\x59\x68\x70\xb4\x73\xf6\x89\x9f\xb5\x7d\x0d\x46\x89\xa5\x34\x45\x5d\x8f\xcf\xf4\x58\x43\x0d\x53\x0f\x65\xca\xa7\x57\x1c\xfb\xfd\x88\x13\x1c\xb6\x20\x5b\x12\x56\x2a\x99\xca\x8c\xd2\x8d\x7d\x77\xad\xc6\x2d\xd2\x13\xb9\xaf\x88\xc9\xe1\xdd\x4c\x75\x6d\x39\xbc\x5f\xb5\xb9\x0c\x0e\xf2\x3a\x40\xeb\x7b\x2e\x9e\x34\x2d\x30\x4e\xb6\xd4\x65\x7e\x6f\x7a\x7d\x6c\xef\xee\xed\x4e\x12\xff\x75\x75\x95\x99\x33\x93\x5d\x81\xe8\x27\xfb\x8e\xad\x48\xbf\x8e\xf3\xf7\x4c\x37\x9d\xa2\x58\x7f\xfd\x3b\xa6\x9d\x5f\x3a\x9d\x0b\x30\xad\x9a\x8c\x39\xc9\xae\xca\xac\xdc\x6b\x87\xb5\xe4\x4c\x1d\xc8\x14\xda\x5b\x6a\x55\x59\xf6\xf1\x32\xa8\xaa\xfa\xf6\x6d\x4c\x48\xb9\x81\x9f\x7f\xe5\xf8\xdc\xaf\xc5\x7e\x24\x66\xc6\x04\x3a\x22\x3f\xe2\x16\x51\x94\x3b\x77\xa2\xf5\xec\xa1\xdc\xb1\xe0\xec\x95\x7e\x4e\xf6\x91\x26\xd6\x9f\xd8\xc7\x09\x49\xa5\x7b\x2a\x25\xab\x09\xd5\x44\xcf\x08\x16\x05\xe7\xc7\xb2\x33\x0d\x43\x20\x93\x51\x86\xc3\x70\x13\xc3\x56\x45\x22\xcb\x6e\x62\x6e\x45\x4e\x77\x15\x4c\xf2\xee\x8c\xde\xde\xe2\x43\x58\xe9\xb6\xc4\xfb\x60\x56\x08\xb1\x1e\x1d\xbc\x5b\x7f\x40\x27\xf9\x4c\x56\xa9\x55\x60\x67\xd1\x18\xdf\x3b\x01\xec\xc8\x33\x9f\xbd\x29\xb2\xba\xa1\xf4\x21\xee\x10\xa2\x6b\xf5\x4a\xb5\x66\xbe\x05\x38\x3e\xc8\x5c\x23\x32\x55\x7e\xa6\xc1\x7c\xba\x92\x45\xd9\xe1\x37\x7b\x18\xcc\xeb\x93\xc0\x94\x3d\x09\x60\x66\x59\x3e\x36\x65\x2e\x63\x31\x3e\x05\x07\x78\x7c\xfc\xe0\x91\x18\x8b\x87\x8f\x52\xf8\x88\xa7\x5a\x57\xcb\x86\x45\xb7\x31\x6d\x08\xda\xdd\x31\xe5\x0c\x9a\x0d\xec\x46\xb9\x8d\x03\xe0\xf5\xf4\xee\x8b\xae\x17\x43\xd2\x77\x1f\xc4\xf9\x3e\xd8\x47\xf8\xb6\xca\xa0\x92\xfc\x6f\x1a\x59\xd2\xb5\x6b\x46\x96\xa2\x40\xed\x74\xf6\x82\xb8\x82\x18\x4a\xab\x9b\x54\xca\x7b\x92\x71\x87\x8c\x6c\x66\x37\x47\x92\xba\x49\x15\x7f\x67\xad\x49\x7d\x98\x97\xb6\x17\xcf\x94\xaa\x72\x32\x34\x56\xb5\x03\xfd\x94\xca\x07\x5d\x77\x58\xa9\x27\x1d\xe5\x84\x6d\x7b\xe0\xd0\xc3\x99\xb3\x13\xfa\xb2\xac\x37\xe6\x72\x30\xdc\xe1\xd3\x32\x8b\xb0\x5f\xbb\x1c\x60\xe6\x71\xcf\xf3\xaf\xba\x64\x07\x03\xea\x82\xc4\xe8\x74\xdb\xbd\x1a\xa3\x70\xe9\x38\xa4\x68\x28\x3f\xca\xa4\x24\x8a\x16\x00\xc0\x17\xca\x9c\xaf\x35\xcd\x65\x50\x8d\x27\x5e\x8b\xa3\xe4\x52\xea\xdc\x03\xff\xea\x79\x89\x40\xf3\x72\x1e\x23\x94\x71\x21\x65\xb0\xc8\xdb\x14\x47\x4a\xc2\x52\x52\xa8\x07\x8a\x76\xd3\xca\xff\x5b\x66\x07\xd5\x69\xdf\x40\xcc\x81\xbf\x42\xf0\x55\x30\x2d\x5c\x3f\x63\x18\xb4\xf0\xef\x9b\xb0\xbc\x14\x4e\xe7\x85\x49\xc6\xd9\xe1\xc0\x49\xbf\x6e\x04\x80\xf9\xf1\x7f\xee\x00\x26\x8d\xbc\x30\x6f\x2a\x8c\x87\xbf\x76\x30\x40\xc5\x7a\x23\x02\x83\x26\xe6\x5a\x1e\x10\xe3\x71\x77\x29\x63\x38\x78\x42\x56\x03\xc3\x55\xbd\x0e\x24\x79\x2d\xd7\xaa\xbd\x14\xb5\x2c\x4e\xbb\xca\xe3\x8c\x9a\x06\xe7\xc1\xb9\x28\x76\x34\xc8\x94\x98\xae\x68\x2e\x19\xb2\x3b\x28\x92\x42\x31\xf4\x11\x8a\x28\xeb\x6c\x0f\x33\x08\x64\x65\x92\xd4\xa1\xb3\x57\xdf\x71\x73\x4d\x47\x2c\x64\x1e\x27\x42\xa7\xf3\xb3\x7a\x42\xe3\x3c\x8c\xdf\x1f\x39\xf9\x27\xad\xfe\x38\xd3\x64\xa8\x2b\x6e\xe3\xb0\x5b\xf6\x28\x33\x60\xd4\xdf\xef\x08\xc3\x89\x6d\x41\x78\x20\xae\x9f\x87\xd4\x88\xea\x72\xde\x98\x75\xfd\x2f\xe4\x05\xdc\x16\xf7\xbb\x77\xdf\x01\xe9\x30\xe7\x64\xee\x0c\x30\x23\x87\x00\x18\x79\xc7\x14\x18\x0c\xd1\x1d\xe8\x86\x1d\x9b\xde\x44\xd3\x05\xe5\x00\x1f\xe7\xbb\xb7\xdf\xff\x35\x67\xaf\x21\x17\x53\x4c\x8e\x39\x2f\x1a\x61\x30\x63\xa0\x97\x20\x8a\xa6\x14\x3f\x6f\xb5\x01\xd4\x3c\x5f\x55\x4c\x67\x76\x1a\xfc\xc5\x2d\xee\x81\x9a\x58\xf5\x23\xf5\xd4\x79\x5b\x6c\xbe\x2f\x36\xef\xc5\x40\xb4\xa6\x58\x82\x4f\x0e\x26\x4f\x76\xc5\x7d\x7e\x66\x52\x5d\x7f\x10\x43\xc8\x93\x9c\x98\x1b\x3a\x4c\xb7\xf3\xa1\xa0\xed\x13\x69\x1e\x53\x5f\x09\x22\x8f\xed\x65\xcc\x22\x5d\x67\xeb\x74\x47\x3d\xa2\x5d\x71\xa6\xc1\x2e\xe1\x70\x48\x66\xa8\xd8\xe6\x70\x55\x79\x42\x75\x03\xaa\x97\x93\xd6\x6e\x46\xd8\x4c\x3a\x94\xb0\x73\xb2\xdc\xe0\x6e\xf9\x8d\xe6\x62\x3f\x25\x99\xaf\x9c\xe0\x12\x2a\x27\x73\x67\xd1\x08\x79\x61\x25\x79\x70\x40\xd8\xba\x9c\x8c\x64\x8d\x14\x6b\x69\x56\xaa\xe4\x1c\xe8\x1c\x92\x63\x0d\x04\x9c\xc2\xde\x64\xff\xe9\xd5\x98\xf0\xdb\xc8\xa5\x45\x9b\x20\x22\xcb\xbf\x8f\xbb\x25\x3b\xcb\xbb\xca\xac\xfa\x6e\x41\xe7\x69\xe0\xb2\xe7\x38\x85\x0d\xa4\xea\x44\xd7\x32\x80\xa3\x75\xf8\xe2\x60\xa2\x2f\xe6\x2b\x08\xac\x74\x1f\xcf\x29\x0f\x8c\xdb\x40\x1e\xf9\x89\x39\x48\xfc\x79\x2e\xc2\x76\x97\x1c\xab\x8f\x53\x6e\x22\xa5\x54\x4e\xb7\xdc\x50\x66\x52\xf2\x86\xf1\x6e\x15\x8f\x63\xad\xd7\xae\xbd\x49\x12\x12\xdf\x94\x88\x33\x82\x5d\x49\xf6\x39\x3e\x75\x16\x2e\xc6\x6e\x77\x18\xb0\x5c\xde\x60\x1f\x03\xeb\xac\xde\xe0\x30\x32\x67\xfe\x00\x9f\x52\x67\x98\xae\x28\xcc\x03\xf8\x61\x3b\xbd\x55\x87\x62\xb6\x87\x7f\xbb\x80\x3f\x64\xed\xf1\x0d\xfd\xa0\x57\x9c\xf5\xb2\x6f\x91\xa7\x8d\x5e\x3e\x5d\x50\x24\x21\x70\x8b\xf4\x8a\x86\xfc\xb4\xae\xed\x1b\xb6\xf5\x3a\x21\x84\x98\x85\xc3\xeb\xa2\xe3\x38\xc2\x45\xe3\xf2\x81\xc4\x20\x51\x1d\x39\xdb\x5d\x70\xc1\x2c\x82\x61\x67\x2c\x7d\x1b\xf6\xd6\x53\x5a\x5e\x8b\x2f\x03\xee\x2b\xc7\x64\x4f\x67\xc6\xff\x6b\x58\xc3\x4a\x3c\x3e\x06\xd7\x97\x0e\xf1\x45\x0d\xe5\xb1\xa8\x80\x10\x42\xf5\x4f\x70\xed\x0f\x71\xd7\x3a\x76\x21\x4e\x41\xe0\xba\x88\x1d\x21\x66\xf3\x7d\x98\xa5\x0f\x5e\xf7\x19\x3b\xe8\xfc\x21\xa7\x8f\xe9\x54\x80\x07\xf3\xd0\x3b\xe5\xfc\x61\xef\x0f\xf6\x21\xe6\x0f\x86\x5e\x52\xed\x7d\xa9\x7a\xf0\xf4\x6e\xf5\xea\x8d\x29\xe6\xa7\x98\x7d\x91\xb6\xb3\x8f\xe3\x83\x00\xcf\x66\xbb\x6e\x54\xb3\xb9\xa0\x3c\xc3\x21\xd5\xfc\x3f\x06\xe0\x81\xbf\x69\xb6\x6b\x70\xc8\x1f\x0e\x9e\xdc\xda\x5c\x0c\xdf\x17\xe3\x5f\xff\xe3\xc3\xbd\xbf\xe0\x9d\x5c\x79\xb7\x69\x5b\xd9\x52\x9a\x37\xe6\xb2\x06\x9b\x6d\x96\xca\x34\xe9\x94\x62\x58\xcd\x01\x4d\x66\x48\x85\xf7\x60\x5f\x0c\x6e\x1f\x3c\xda\xff\xea\xcb\x91\xb8\x7d\xf0\xf0\xc0\x43\x01\xdb\x1b\xe5\x05\x9b\x32\xef\xfa\x85\x59\x84\x21\xf6\x77\xa3\x36\xdb\x4d\x40\x95\x7a\xf9\x12\xd2\x2d\x60\x0a\xd4\xf0\xe5\xa2\xb5\x67\x20\xb8\x8e\x11\x9e\xf6\x6c\xcf\x39\xa3\x56\xf2\xdc\x4e\xf2\x33\xb5\xde\x6c\x8d\x2c\x61\x64\xf6\xa4\xb9\xa3\x71\x56\xc9\x73\x67\x22\x8c\xbc\x58\x26\xac\x86\xd8\x59\xee\x16\x7c\x73\x75\x85\x7f\x4c\xd4\x26\x86\x7d\x43\x04\x0d\x71\x4c\x21\xa7\x3d\x4b\x7b\x96\xeb\x58\xa4\x71\xf8\xe4\x57\x44\x9f\x17\x9b\x0c\x94\x1d\xf9\xf6\x06\x0f\x44\x6e\x80\x87\x3d\x06\x14\x04\x9b\x55\xe0\x09\xee\xf9\x1a\xe4\x66\xe4\xfa\x84\x10\x82\xed\x6b\xb8\x2c\x35\xa6\x10\x26\x92\xe0\x2e\x27\xd5\xa0\x70\x84\xc7\x1a\xe8\x4e\xd5\xb8\x0e\x84\xa1\xab\xba\x64\x54\x09\xe6\x14\xe2\x95\x92\xd4\x45\xdd\x17\xe2\xd8\x55\x16\x15\x0d\xa6\x69\x71\x2c\x12\x0f\xa7\xc8\xaa\x08\xc3\x39\x73\x3d\x0e\x83\xb9\x41\x9f\xf3\x9d\x09\x03\xc9\x84\x79\x60\x4c\xed\xa7\x10\x69\x26\xda\x13\x75\x01\x2b\x98\x1c\xc0\xb9\xd6\x2f\x40\x71\x3b\xf9\x59\x55\x10\xf9\x73\x85\xbe\x1b\xfc\xd0\xd9\xff\x3a\xf2\x13\xe1\x83\x81\x8f\x13\x80\x89\x2a\xb3\x12\x9b\xea\x42\xd6\xaf\x95\xae\xc0\xd2\x75\x47\xd8\x56\xab\x5f\xab\x66\xf9\x93\xac\x29\xdd\x88\xd4\x00\xe9\x8c\xfe\x97\x90\x9a\x44\x35\x52\xd4\xc5\x25\xa0\x01\x40\xa5\x00\x43\x20\x2f\x3f\x6b\x9d\x0f\x95\x2c\x85\x43\x71\xb5\x43\x06\xd8\x02\xa3\x00\x3b\x92\xfc\xcf\xe7\xaa\x29\x21\xb1\xca\xd6\x04\x7c\xd2\x10\xe1\x82\x7b\x18\x26\xe0\xad\xed\xc0\x20\x26\x14\xcc\xc4\x51\x35\xcb\x5a\x1a\xcb\x2a\x9e\x07\x38\x5c\xea\x85\xa8\x8c\xeb\xf1\x9c\x5b\x5b\x6f\x95\xd5\x59\x57\x7d\x9b\x9e\x2b\xf2\x85\x92\x2d\x2e\xe6\x64\xae\xf5\x5b\xcb\x6c\x1d\x43\x9c\x3e\x4e\xd9\x61\x71\xa2\x55\xbd\x35\xf2\xa8\x96\x0b\x73\x38\x3e\xb0\xff\xb7\xb9\x38\x3a\xaf\x4a\xb3\x3a\xfc\x7c\x7f\x73\x71\x64\xc9\xa5\x67\x3d\xf6\xd6\x45\xbb\xac\x9a\xb1\x51\x9b\x43\x5b\x6e\x53\x94\x65\xd5\x2c\x0f\xf7\x8f\x4e\x00\xd7\xf4\x70\xdf\xab\x04\xca\xea\x2c\x6d\x38\x54\xe3\xdb\x87\xa0\xf1\xea\x4c\x1e\x95\x95\xde\xd4\xc5\xe5\xe1\x49\xad\xe6\xa7\x47\x27\xea\x62\xac\x61\x21\x0f\xb1\xe2\xf1\x89\xba\x38\x52\x67\xb2\x5d\xd4\xea\xfc\x50\xcf\x5b\x55\xd7\xd9\xae\x1d\x16\x5b\xa3\x5c\x6f\x78\x17\x0f\x3a\x63\x71\x83\xfc\x8f\x23\x18\xce\x7f\x84\xae\x13\xc5\x23\x03\x66\xac\x02\xf5\xd3\x2a\x86\xf1\x0b\x58\x14\x4f\x18\xc1\xc0\x58\x9d\xb9\x33\x40\x99\xaa\xba\xf4\xcd\x7f\x65\xaf\x44\xbe\x9b\xff\x1b\x0c\x90\xae\x8a\x89\x51\x1b\x72\x3f\x73\x1d\xed\xdc\x3a\xee\x22\xb7\xd7\xf8\x58\x3c\x24\xd8\xc3\xe8\xfe\xb1\xcf\x1f\x3a\xb2\x8b\x27\xe4\x7b\x98\xb6\xbf\xca\x85\xc1\x16\x5b\xb5\x6d\xca\xd7\xb6\x27\xdf\xcb\x42\x6f\x5b\xa9\x07\xa1\x17\x6b\x5f\x98\x22\xcb\x0e\xee\xff\xae\xae\x78\x04\xc4\xaf\x26\x07\x96\x59\xda\x9f\x1c\x8c\x44\xf5\xe3\x1b\xf1\xf8\xf8\x0b\x28\xfa\xd5\xe4\x41\xa8\x4d\xad\xa5\xd0\x78\xf3\xce\xed\xdf\x40\xd2\x41\x46\xd8\xc8\x76\x2e\x1b\x53\x2c\xa5\x27\xd2\x56\xe0\x14\x66\x05\xb7\x1d\xa4\x39\x47\x28\xc5\xe6\x33\x93\xee\xc7\x16\x20\xfd\xed\x54\x7e\xbe\x1f\x16\x1d\x26\xff\x1b\xa2\x5a\xfa\x06\x73\x81\xd5\xe0\x34\x3c\xf8\x3c\x3b\x0d\xaf\x5e\x08\xc4\xba\x8d\xb1\x1e\x9f\x4b\x23\xe7\x46\xac\x2b\xdd\x4a\x5b\x90\x80\x60\x9d\x47\x78\x59\xad\x65\x83\xc8\x1e\x96\x54\x67\xcf\x82\xbf\xe1\xb1\xd2\x0e\xdd\xbb\x41\xff\x61\xfb\xdf\xa0\xff\xb9\xae\x27\x27\x51\xe8\x79\x2b\xcf\xab\x46\x6a\x0d\x49\x0e\x1e\x7c\xfe\xd5\x57\xc3\x6e\x75\xde\x4c\xf8\xf9\xc3\x50\x21\x78\x43\x2e\x25\xc0\x27\x83\x7b\x10\x84\xeb\xfc\xaa\xd4\x5a\x14\x8b\x85\x9c\x1b\x2d\x10\xc3\xea\x1d\xf4\x17\x72\x28\xec\xdf\x77\xd5\x87\x55\x75\x24\x05\x16\xd6\x91\x35\xbf\xba\xd8\x4f\x9c\xa6\xdd\x93\x33\xe1\xad\x4d\x01\x2c\x33\xd9\xe8\x29\x79\x88\xdc\xc9\x18\x79\xe0\x53\xfa\xc3\xb6\xae\xab\x05\x3a\xd7\xd8\x23\xaf\x95\x25\xee\xe7\xb4\x43\xc5\x09\xe0\x19\xb7\xc8\xe8\x01\x78\x07\x2a\x4e\x8a\x86\x01\xff\x18\x97\xb5\x41\x2b\x04\x07\x05\xa3\x2a\x06\xbd\x00\xa6\x4e\x40\x1a\x47\xff\x26\x87\x1a\x64\x1b\x24\xe5\x33\xbb\xbb\x83\x1b\x63\x66\x22\xd6\xf8\x57\x47\x8d\xf8\x7d\x61\x56\x13\xf8\x00\x04\x59\x2d\x5f\xd6\xaa\x30\xbc\x7c\x14\xe1\x01\xa2\x77\x42\xd5\x46\xdd\x5b\x1a\x9e\xa6\x4b\x34\x12\x9d\x23\x39\x8a\x49\xd7\xdb\xf6\xb9\x3f\x2a\xf0\x41\x96\xa6\x8d\x92\xeb\xd0\x52\x55\xc7\xd2\x22\x7b\x4d\x0b\x69\xb9\x91\xb2\x3a\x03\x7e\x84\x4f\xdc\xb5\xa5\x59\xb0\x5a\xd5\x54\x7a\x25\x64\xd1\x62\xf4\x41\x5d\xad\x2b\xcb\x4d\x0c\x00\x07\x1d\x91\x57\x86\x42\x36\x67\x55\xab\x1a\x7f\x7e\xfd\xa5\x8e\x5b\xf9\x9a\x58\xd5\x1c\x96\x36\x8f\xd6\xc7\x2b\xc7\xd2\x13\x74\x98\x71\xca\x15\x77\x9a\xb4\xda\xb6\xf3\xa0\xb4\xa3\x52\x83\xdb\x5f\x7e\x45\xc9\x9d\xc3\x99\xb2\x04\x77\x09\xab\xfd\xac\xae\x36\x70\xb2\x88\x48\x59\x1a\x44\x87\xcb\x16\xef\xf8\x12\xf6\x57\x40\x5f\xf9\xa8\xa9\x5a\x16\x2d\xb8\x07\xba\xab\xb2\xbf\xf9\xe3\x6c\x07\x9a\x2e\xc6\x37\xd6\xed\x7d\x9c\x3b\xfb\x2d\x8f\x91\x95\xe1\xda\x8e\x62\x16\x2b\xbb\x73\xbd\x01\x39\x77\x8f\xfc\xe1\x96\x3a\x7b\x3f\xd7\x8c\x3b\x55\x7f\xae\x15\x76\x36\x93\x46\xba\xe7\xe9\x0f\xb7\x94\x3d\x9a\x49\x73\x11\x05\xf8\xc3\x2d\xa5\x74\x84\x37\xd2\x7f\x43\xdf\x73\xf0\x17\x8f\xec\xcf\x2f\xef\x31\xb9\x1c\x91\x2f\xfc\x6d\x2d\x3e\xa6\x5c\xdc\x47\x88\x57\x02\x71\x03\xc4\x70\x60\x51\xe0\x7a\x9d\xae\xa4\xe5\x12\x7c\x65\x5a\x42\x84\xd7\xb3\x37\x6f\x04\x0a\xee\x1f\xf1\xb6\xb9\xfb\x91\xe3\x14\x53\x3b\x11\x9c\xb6\x4b\x88\x31\x9d\x8a\x6f\xe4\xaa\x38\xab\x54\x6b\x6b\x82\xfe\x57\x5a\xac\x55\x2b\x85\xde\x9e\x18\x50\x06\x40\x40\x99\x95\xbb\x64\x1b\x50\xc2\xee\xd8\x1b\x64\x53\x68\xcd\xa0\xa9\x75\x84\x23\xa6\x28\xb5\x81\x95\x99\x8e\xc4\xba\x38\x85\x2c\x16\x12\x82\x13\x8c\xc2\x07\x54\x87\xbd\xa4\x5a\x79\xcb\x55\xd4\x9d\x58\xc7\x74\x7e\xb1\x1f\xa6\xf2\x47\x2b\xcb\xb8\x17\x95\xc3\x21\x45\xa6\x06\xe7\x2b\xf4\xac\xf2\x52\x54\xc9\x18\xa2\x09\xde\xff\x8f\xfc\xfd\x9f\xbb\x0a\xf2\x3b\x07\x0d\xfd\x27\x35\x04\x5c\xd9\xff\x27\xbc\x0a\xd3\xc2\x1a\xc6\x91\x93\x3d\x37\x8c\x08\x60\x0e\x5c\x11\x0f\x2b\xbf\xeb\x9e\xf0\x38\x1b\xdc\x81\x60\xf7\x45\x84\x20\x1a\x51\x79\xf4\x25\xb8\xf9\x7d\xc4\x7a\xf7\x07\x44\x40\xe2\x35\xe7\xaa\xae\x8b\x8d\x96\x87\x5a\x6e\x8a\xb6\x60\x2c\x15\x76\x2a\x53\x73\x10\xbe\x84\x56\x75\x55\x26\x79\xe6\xaf\xcb\x97\x33\x9d\x8a\xef\xe0\xd4\x08\x4c\xf8\x80\x0a\x2c\xd7\x40\xa9\x24\xa6\x1c\xb4\x2c\x63\xb1\xd9\xd4\x15\x64\xad\x63\x1f\xbb\xa3\x29\xf0\xec\xd9\x9d\x0a\x7b\xc9\x6e\x35\x2b\x40\x14\x5a\xec\x4f\x32\x43\xa0\xe2\x20\x62\x6d\x2e\x92\x61\xc2\xdc\x77\x0b\x7e\xb5\xb9\xd8\x31\x3a\x27\x05\x7d\xd9\x37\xce\x57\x8d\x50\x5b\xcb\xe1\x97\x97\xdf\xf8\xbb\x0e\xec\x7a\xa2\x02\x45\xde\x28\x2a\x4e\x32\xb2\xcf\x1a\x67\xd9\x13\xaf\xe9\xab\x34\xce\x97\x82\xf0\xf5\xba\x6a\x9c\xea\xdd\x7f\x8e\xb9\x5c\x08\xa9\xa7\xb0\x04\xe7\xa4\x96\x6b\xd4\x30\x54\x4d\xae\xb7\xf1\xc4\xbe\x08\x49\x07\x91\x89\xad\xb4\xeb\xd2\xa1\x00\xb9\x3d\x2a\x0e\xd9\x66\x0a\x18\x92\xcb\x98\xa2\xb7\x72\xd2\x37\xab\x6e\x70\xb0\x83\xa0\xb2\x78\x62\x13\xae\x7b\xc6\x6c\x27\xb1\x1c\x8e\xc7\x71\xb8\xa3\x40\xbb\xfb\x2d\xf3\xd9\x61\x7d\xbd\x56\x92\x37\x6d\x74\x5e\x7b\x49\x88\x20\xce\xf9\x95\x3d\xb3\x54\x2f\xed\xa9\x91\x38\xd8\x17\x43\x11\xb9\x4f\x76\xcb\xe2\xf9\x7a\xab\x36\x20\xa3\xfc\x9e\x6f\xbe\x51\xc6\xa8\x35\xff\x0c\x85\x1b\xd3\x92\xd4\x83\x07\x6f\xd7\xbc\xc7\xd2\x0e\xcd\x75\x37\xe4\x26\xb9\xf5\x93\x49\x88\xa2\x6d\x30\x5f\x89\x18\x3a\xb0\x0a\x06\x14\xb3\x6d\x9f\xbd\x79\xe3\xb4\xbb\x68\xfd\xf1\x97\x02\x53\xed\x9e\xe3\x80\xd6\x55\x43\x43\x5b\x17\x17\xf4\x17\x21\x3d\xf6\x5e\x4f\x8f\x0e\xc2\xf5\xf4\x93\x34\x6d\x25\x21\x5d\x15\xf2\xe1\x04\x25\xeb\x9b\xb4\xb7\xe5\xca\x61\x26\x4e\xa7\x00\xbb\x8f\x59\xa5\xec\xce\xc6\x6b\x7f\x29\x8d\x09\x99\x95\x82\xd2\x15\x3e\x50\x8d\x40\xff\x52\x16\xdd\x4d\xac\x0f\xed\xae\xa0\x7c\xa5\x45\xf0\x8d\x1f\x87\x7e\x60\x78\x03\x72\x86\x5d\xbd\xef\x52\x1a\x97\xbe\x1e\xc1\x28\xa2\xe4\x2d\x87\x54\x4a\x08\x4b\xb3\x07\x9f\xa1\xf7\xc0\x67\x43\x31\xf0\xc2\xfe\x48\xdc\x3e\xb8\xff\xe8\xc1\x17\xc3\xa4\xe8\x78\x3c\xdf\x6a\xa3\xd6\xae\xf6\xa1\x18\xdc\x7e\x70\xf0\xf0\xe1\xd0\xcb\x30\xe9\xe2\x78\x4d\x35\x3d\x9f\xa4\x7d\x23\x35\x34\xb8\x44\xb8\x42\x5c\xcf\xdc\xb0\x1b\xd9\x90\x00\x40\xee\x18\xdd\xd8\xa4\x44\x25\x1a\x1c\x25\x74\x30\x25\x8c\xa8\xc1\x4c\xa8\xc1\x53\xe1\x10\xa3\x28\xc8\x65\xb6\x57\x9c\x4b\xe0\x90\x56\xf6\xde\x38\xb9\x14\xcf\x65\xd1\x88\x17\xe5\x79\xd1\x96\xda\xd9\x4c\xec\x97\x44\x39\xbf\x21\x68\x4d\xdc\xfc\x9a\x6b\xa9\x00\x71\x0a\x98\x2d\x54\x57\xf9\x6f\x21\x22\x14\x74\x0d\x90\x0d\xcb\xb6\x7d\x22\xdd\xb9\xb9\x44\x06\x9d\xf1\x7e\x5e\x73\xec\x53\xa5\x49\xcb\x4d\xfe\xf8\xbd\x28\xdb\x62\x81\xd8\xec\x87\xbe\xb4\x0b\x69\x82\x77\xda\xae\xe2\xf9\x12\xc0\x69\xe7\x5a\xab\xf5\xf4\x76\x2b\xb5\xaa\xcf\x64\x39\xe6\xfb\x34\x8e\xdd\x8a\xe5\x90\x01\xe4\xea\xf4\xd6\x35\x72\x83\x01\x2b\x1c\xbc\x70\x5a\x7f\x17\xf2\x8b\x8b\x9b\x06\x66\xc5\x86\x16\x67\xa8\xe4\x7d\x98\x19\x9c\x93\x63\x3c\x89\xa8\xab\xf2\x54\xc6\x1d\x74\xff\xda\x3d\x08\x25\x88\x00\x84\x12\xf4\x20\xb6\x81\xbe\xde\x1a\xa7\x70\x69\xe4\x39\xf5\x00\xf2\xd1\x59\xe6\x22\x6c\x67\xf4\xaa\x20\x83\x81\x3f\xae\x93\x6e\x3f\xd2\x66\xdd\x28\x5a\x96\xa2\x3a\x39\x12\xe7\xdd\x6e\x31\xcb\x0d\x21\xe2\x27\x93\x13\x57\x1e\x4f\x4e\xa7\x6b\x9d\xc9\xe9\xf4\x95\x4f\x4e\x3e\x08\xd2\xf6\xf9\x56\xc7\x2f\x3c\x27\x4d\x75\x34\x12\xce\xb8\xe9\x0e\xc5\xaf\xaf\x00\xaa\x04\xa7\xb4\xd0\x0e\xfc\x62\x29\x5d\x8a\x79\xdb\xd6\x3d\x3c\xe7\x87\xfe\x89\x8b\xc0\x64\xb7\x43\x51\x96\xdf\x4a\xf3\x9d\x52\xa7\xaf\x16\xa0\x77\x2b\x81\x9f\x7d\xd9\x8c\xc4\x4a\xa9\xd3\x97\x4d\x84\x97\xf3\x1c\xfa\x8d\x40\xbb\x4a\x9d\x8e\xc4\xb9\xfc\xac\xae\x51\x71\xe6\x52\x1b\x62\xa8\x7c\xbb\x6d\x20\x7d\x8b\xf9\xcc\x4a\x62\x90\x38\x0f\xc9\xe7\x84\x4d\x08\x11\x9a\xa5\xec\x91\x88\x89\x1c\xfa\x3e\x0d\x3a\x51\xe8\x96\xcd\x55\xea\x14\x78\x59\x22\xcf\x03\x2b\xd3\xd9\x66\x21\x1a\xdc\xe1\xc9\x1b\x25\x08\xfd\xa2\xdc\xc6\x69\xf8\xac\x4c\x46\x39\x97\x43\x90\xf9\x70\x44\x21\x04\xa2\xe2\xe9\x55\x31\xc0\x02\x0d\xe8\xb9\x84\xe9\x3d\x5e\x75\xd8\x45\xe8\xde\x91\x68\x25\xae\xbe\xed\x8b\x83\xee\xc6\x54\x87\x01\xc1\xca\x65\x04\x0f\x86\x34\x4b\xa9\x26\x09\x5f\x30\xf0\x1d\x11\xc7\x7e\xb5\xae\x83\xf9\x0d\x78\xbd\xc1\xce\x38\xd7\x1a\x5c\xe0\x2e\xc0\x3a\xff\x5e\xcc\xf6\xde\xc9\x93\xd3\xca\xa0\x1d\xff\x7b\xf5\x2b\xfe\xb1\xd6\xb3\x3d\x82\x1c\x02\x8f\x29\xaf\x6b\xba\x4e\x94\xc2\xbb\x03\xd3\x40\xc8\xa6\x54\xed\x6b\x48\x92\xe1\x0d\xc7\x21\x44\xad\x10\x58\x60\xbc\xc1\xfe\xf8\xcc\x43\x97\x42\xb5\xe1\xe0\xb0\x0d\x1c\x2a\x44\xc4\x45\xa2\x96\x61\xcf\x42\xc0\x2c\x5c\x1d\x58\x54\xf8\xaa\x01\x6d\xd6\xb1\x3f\xf3\x62\x43\x40\x60\xf6\x31\x42\xe3\x18\xf5\xb7\xcd\xc6\x7b\x12\xde\x83\x37\xdd\x14\x76\x95\x25\x44\x61\x06\x63\xef\x4d\x54\x50\x0c\x44\x35\x1e\x87\x9b\xb5\xc1\x86\xd8\x47\xe8\x71\x72\xcf\xf5\x82\x87\x0d\x3a\x13\x33\x9b\xf2\xae\x2f\x6c\x13\x3e\xf2\x21\x3a\xe9\xcc\x6e\x94\x91\x8d\xa9\x20\xfb\xfa\xba\x80\xac\x2a\xce\xef\x4a\x6b\x5c\x91\xcc\x24\xb9\xf9\x8f\x30\xd5\x9a\xa2\xce\xce\x38\x22\x63\xc1\x45\x74\x9c\x56\xee\xed\xe0\x57\x57\x6c\xd1\x74\xc2\xa8\x10\x12\x0f\xf3\x4c\x0a\x59\x0d\xec\x53\xaf\xc6\xbd\x7e\x72\xd2\xa9\xf9\xc4\x28\x4f\xa6\x03\xe2\xb8\x6f\x2f\x5d\x5d\xb9\x4a\xc2\x99\x09\x8a\xe4\xf3\x62\xb3\x01\x06\xbe\x5a\x78\xd9\x12\x8e\x6f\x63\xaf\x65\xa1\x4d\xd1\x1a\xd2\x66\xa1\x06\x03\xbf\x43\xf7\xc6\xa0\xd6\xf0\x48\xa2\xe3\xb9\xac\x6b\xfb\x5b\xb5\xe1\x51\xb1\x41\x34\xde\x19\x43\x82\x75\x71\xd8\xae\x51\xbc\xdd\x42\x08\x76\x29\xcf\x64\x6d\x17\x6f\xb2\x56\xbf\x56\x75\x5d\x00\xd3\x22\x9b\xf1\xdf\xde\x4c\x4b\x35\xd7\xd3\x67\x6f\xde\x4c\xe9\x63\x98\x1a\xfa\x9b\xfc\x42\xa6\xff\x18\xd8\x31\x5c\x41\x0f\x06\x4f\x6e\x8d\xe7\xef\x65\xf1\x61\x38\xb9\x37\x9c\x12\x88\xab\xe7\x63\xa1\xf4\x78\x8c\xcf\xe7\x5a\xbf\x59\xa9\x73\x7b\xba\x85\x57\x8f\x44\xd6\xa4\x91\x38\xab\x74\x75\x52\xd5\x95\xb9\xb4\x6f\x56\x55\x59\x4a\xc8\x3d\xe2\x05\x61\x2f\xbd\x8a\x4f\xae\xd2\x1f\x20\x71\xc4\xdb\xb6\x68\xf4\x42\xb5\xeb\x00\x6e\x5f\x4b\x63\x64\xfb\x66\x03\xee\x91\xf6\xd3\x7d\x2f\xb3\x2f\x54\x63\xde\x81\x34\x66\x9f\x3f\xdc\xdf\xc7\x19\x44\xaa\xe3\xf7\xb3\x96\x06\xb5\xb7\x67\xf2\x87\xad\x65\xa9\x06\xe2\x9f\xc8\xe6\x92\xa3\xa7\xde\x9e\x98\xb6\x98\x9b\x38\x43\x22\x38\xfa\xa3\xe1\x5d\x0c\xee\x4d\xc7\x43\xc7\xfa\x40\x72\xb2\x90\x7d\x42\xba\x2f\x30\xf5\x45\xf5\xab\x73\x8c\xa8\x34\xe6\x57\x70\x07\x67\x0d\x90\xdd\x96\x2e\xb6\x76\xbc\xdb\x75\xec\xf1\x7c\xc4\xf6\xaf\x2b\xca\x19\x88\x6f\xa3\xf4\xbf\x81\xc9\x98\xed\xb9\xfe\xdb\x29\x96\x93\xe5\x64\x84\xe6\x41\x48\x2d\x5e\x40\x86\x88\xb9\xd6\xf6\x92\x22\xde\x08\xec\x53\xeb\xe2\x02\xe0\x4f\xa9\xa9\xf7\xe2\xbe\xf8\x20\xc6\x62\x10\x66\xe3\xea\x4a\xa0\xf4\x7b\x4f\x0c\x42\xb1\x07\x78\xc4\x67\x7b\x9b\x0b\x08\x48\x26\xf6\xc3\xf9\x0c\xc7\xe0\x1f\x27\xea\xe2\x7b\x55\xca\xfa\x69\xf9\xf3\x56\x9b\x35\x0b\x21\xf5\xea\x4a\xb0\x74\x8d\x44\xa5\xbf\x21\xe9\xfb\x62\x44\xf6\xec\x20\xc7\xfe\x77\x20\x17\xe0\x56\x0b\x06\x10\xfa\x9e\x04\x1e\xe0\xef\x66\x7b\xe2\x89\x38\x10\x87\xde\xed\x5e\x5e\x98\xb6\x60\x6e\xf8\xa5\xac\x21\x30\x78\x3f\x48\x82\xa1\x6b\x90\xf2\x91\x92\x0a\x36\x72\x2e\xb5\x2e\x30\x22\x1c\x48\xd1\x89\xba\x80\xa6\x06\xbc\xab\xe2\x89\x57\xe5\x59\x4e\x2c\x58\x5e\x18\xb8\x6f\x20\x55\xfb\x91\x65\x91\x39\x99\x3f\xb4\xff\xdc\x3b\x16\xf7\x13\x5f\xb9\x6f\x94\x59\x41\xc3\x6b\x3b\x89\xda\x12\x95\x7a\x5b\x4a\x81\x1e\x06\xec\x12\x71\x9d\x73\x0e\x1e\x1c\x78\xd1\x8d\xfa\x1e\x27\xd9\x6e\x19\xec\x87\xf7\x82\xc3\x11\x85\xe6\x23\xe4\x16\x79\x15\xe4\xc4\xc0\x57\x10\x43\x60\x39\x13\x4a\x94\x0f\xd9\xa0\x99\xd5\x09\x58\xc7\x56\x5a\x79\x0d\xd2\x6f\xcf\xf6\xc8\xc5\x04\x11\xa6\xd9\xa4\xc1\x2f\xd7\x6b\x2e\x5c\xf1\x69\x4e\x85\xa3\xa7\x65\x29\x5c\x85\xd7\x0f\x92\x37\x7e\x93\xc1\x86\x76\x5e\xee\xe8\xeb\xc8\x32\xd7\xa4\x98\x8f\x38\x5a\x3b\xa7\xe8\x85\x12\x9a\x8d\xb1\xb1\x76\x75\xd5\x37\x96\xf6\x14\xf8\xfd\x77\xb8\xcd\x77\xf7\xfa\x9b\xad\x11\xda\x54\x75\x0d\xe8\x31\xc2\x9e\xe6\x53\x4c\x7c\x2e\x94\x59\xc9\xf6\xbc\xd2\x9e\x47\xee\x86\x7f\xe3\x99\xf9\x57\xf7\xae\xe3\x8a\x9d\xdf\x42\xcc\x79\x63\xe0\x5c\x3d\xee\xb9\xa5\x16\xf7\xe8\xfd\xb0\xbb\xbd\xc2\xb9\x53\xad\x6f\xa3\xb3\xeb\xe2\x7d\xc6\xc6\x9e\x2e\xb9\xaf\x8e\xdd\x0e\xc9\x86\x4b\x0e\x1e\x3f\xf8\x9d\xb5\x1e\xff\x2b\xb6\x65\x46\xf2\x48\x3a\x8b\x83\xf4\xb5\xb2\xbe\xef\xdc\xa6\x39\x9a\x71\x4d\xcf\xff\xfc\x3e\xe8\xc2\x16\x3f\x9d\xcf\xd5\x96\xb0\x0f\x37\x74\x61\x73\x9a\x42\x46\x4b\xb1\xdc\x5a\x86\x00\xef\xb8\x56\xfe\xb2\x45\x60\xd7\x13\x97\xce\xd4\xee\x07\x76\x71\x78\x02\x1e\x11\x94\x3b\x77\xa2\xcb\xe5\xeb\x63\x1f\xb2\xe0\xd5\x90\xc1\xc3\x65\xca\xf5\xbe\xe8\x92\x08\x1a\x7b\x59\x0a\xbd\x5d\x33\xaf\xa4\x91\xdb\x23\xa3\xb8\xaf\xe8\x1d\xcb\xd7\x00\xe3\xfd\xb7\x6b\x8c\x8e\x01\xc9\x3e\xfd\xc4\xaf\x1d\x65\x20\xc7\xf8\x2c\x34\x15\x94\xea\xbc\xe1\x37\xda\xbd\x63\x11\x5d\xea\xf0\x63\x2e\xab\xda\x27\xf1\x40\x60\x80\xd9\x1e\x0e\x05\x16\xce\x5f\xa1\x79\x69\xc8\xbf\x66\x22\x91\x65\x11\x5c\x8d\x7c\xfe\xc6\x31\x15\xf6\x3f\x91\x96\xf8\x9f\xfb\x93\x47\x31\x05\xd8\x35\xc9\xdb\xe6\xb4\x51\xe7\xcd\x08\x6d\x53\xe7\x0e\xd3\xb6\x94\x46\xb6\x6b\x2b\x60\xf7\x6e\x0d\xdf\xc2\xdf\xb4\xc4\x50\x23\xcc\x78\x2b\x7e\x95\xad\x0a\x38\x19\x3f\x14\x3f\xa0\x23\xd6\x57\x9f\x3f\x24\x5b\xc7\x10\xc5\x81\xfd\x8c\xfb\x2e\x8c\xac\xc3\xe0\x2c\xa9\xf7\x3f\xb6\xd8\xf1\x0c\x7b\x83\x73\xc0\x59\xcb\x37\x56\x66\x40\x8a\x17\xd4\xe6\xe0\x62\x4e\x0c\x8e\x76\x9e\xf4\x1d\x0d\x36\xd7\xd3\xbf\x75\x03\x59\xa8\x16\x42\x87\x0a\x48\x34\xad\xce\x47\x68\xae\x5a\x48\x33\x5f\x05\x6f\x0c\x0a\xfc\x03\xf7\xd9\xca\xa0\x8d\xf8\xc1\xfd\xfb\xc3\xa0\x37\x7d\x59\x9c\xc6\xb3\xba\x6d\x4c\x55\xdb\x8f\x4e\x21\x2f\x3f\x68\x5d\x50\x0b\x63\x14\x3e\xc3\x1c\xd7\x5b\x19\xa5\xb3\xf6\x4d\xfe\x80\x85\x8f\x83\xa6\xb4\xe3\x1b\x32\x80\x09\x87\x39\x72\xf2\x36\x3b\xa6\xc7\x22\xad\x2b\x44\x11\xe6\xc9\x12\x95\xb6\xc4\x87\xa0\x6e\x1d\xf5\x21\x3a\x1d\x6e\x18\x2f\x46\x10\x04\x30\x6f\x96\xb3\xa3\xc1\x5b\x15\x20\x9d\x23\x7b\x0b\x5b\x67\xd7\x8e\x73\x9d\x87\xed\x4c\xe2\xd3\x9f\x3d\x77\x47\x5d\xc7\xa6\xe0\xb0\xfa\xe8\xe1\xac\xe1\x38\x40\xc0\x88\x2d\x2c\x9d\xc0\x10\xe5\x66\x0c\xfa\x69\xa7\xa0\x6d\xc5\x42\x56\x4b\x42\xd0\x2d\x9a\xb9\x1c\x81\x86\x71\xb3\x69\xd5\xa6\xad\x0a\x23\x03\x7a\x79\xaa\xc3\x3e\x03\x3e\x3c\xc1\xc8\xe3\xfb\x9b\xeb\x2c\xce\x62\x13\x96\x9b\xbf\xd9\x5e\xb1\x35\x8a\x2c\xc7\x24\x70\x5f\xe7\x10\x4a\x47\xb9\x97\x5a\xd8\x1b\x03\xae\x03\x20\x05\xb4\xdb\x2d\x05\x71\xa6\x35\x97\x62\xe5\x15\x78\xbf\x6a\x4b\x4b\xb4\x15\x30\x30\x21\x7b\xa4\xc0\x9e\x17\x8d\x15\x00\x4c\xbb\x85\x6b\x05\x4d\x0d\x61\xd3\x84\xc9\x19\xec\xde\xd5\x80\xd7\x17\xb6\x14\xc0\x67\xe7\x74\xc1\x94\x58\xe6\xff\x43\xae\x35\xaf\x08\x86\xb9\x6a\x96\xf5\x25\x40\x87\x83\xd1\x06\xa6\x14\x17\xcf\xa5\xf1\xd6\xdb\xc5\x42\xb6\x0e\x21\x2d\xb1\x6e\xfb\xd9\xcb\xd9\x3f\x71\x02\x33\xc9\x58\x30\x6d\x4a\x34\x9b\x2f\x8b\xba\x46\xaf\x05\xa3\xfa\xf7\x08\xec\x8f\x33\x67\xeb\x73\xbb\x70\x16\xd9\x8c\x56\x60\xe4\x46\x8f\x62\x74\x0f\x08\xae\x03\x30\xa9\x8d\x0a\x97\x89\x26\x23\x26\x5c\x21\x8f\xbe\x38\x18\xb2\x5d\x7e\x1c\xf6\x79\xcf\xca\xf3\x80\xb2\x03\xe6\xfe\x1d\xd8\x83\x5a\xa3\x4e\x7b\xe7\xae\xf7\xbb\x02\xbc\x62\xa1\xc7\xcc\x33\x1a\xdd\x8c\xf7\xef\x53\xd7\x6e\x71\x67\x54\x3c\xcb\x77\xee\x64\xd9\x3b\xa7\x36\xea\xa5\xa2\xce\x79\xc2\xc5\x75\xbb\x5e\x7f\xef\xfd\xa1\x00\x21\x8f\xdc\x27\x2b\x8d\x2a\xa1\x5a\x0a\xcb\x77\x41\x6a\x23\xe7\x77\xeb\x32\xc3\x3c\x83\x3c\xbd\x3f\xc9\xb9\xd1\x83\xa1\x8f\xb8\x0d\x2c\x59\x7c\x2d\xfc\x0b\x88\x3f\xf7\x3c\x7e\x07\x32\x48\x71\x56\x54\x35\x7a\x3f\xf5\x4e\x3a\xd0\xc9\x8b\x6a\x5d\x18\x47\x15\x80\xe8\x30\xef\xab\xa4\xd2\x46\x99\x50\xb1\x18\xa0\x7e\xe6\xcd\x7f\x7f\x3b\xb4\x64\x57\x6f\xd7\x92\x91\x29\xe6\xc6\x4e\xf1\x54\x46\xb6\x9b\x16\x3c\x7c\xa4\xaf\xb7\x45\x13\xbc\xa7\x58\x96\x7a\x7b\xbf\xf8\xa8\x33\x93\xde\xfb\x8d\xdd\x4e\x55\x13\xd2\x08\xc5\x98\xf8\xa9\xfc\x6d\x02\x15\x47\x76\x92\xd5\xf2\x21\x63\x17\x9b\x4e\xc5\x0f\x4e\x27\x86\xb6\x2a\x3b\x28\x38\x16\x8d\xab\xa8\xbb\x25\x1d\xff\xc5\xd5\x33\x1e\x0f\x9d\x76\xd4\x67\x3a\xa8\x45\x18\x8f\x86\x55\xdc\xf3\x5c\x48\xaa\x7b\xe2\xcc\xb0\x77\xfb\x09\x57\x78\xcc\xb5\x42\x7e\xc7\x9b\xea\x7a\x46\x6c\x7a\xa2\xa9\x0b\x78\x79\xa8\xd3\x8a\x4d\xab\x20\xb0\x50\x28\xf8\xb6\x85\x90\xe7\xc0\x11\xda\x59\x83\x94\x1e\x20\xe2\x24\xd2\xcf\xbc\xa8\xe7\x04\xc2\x43\x14\xe8\xcb\xaf\x86\xac\x13\xc4\xcf\xda\x7f\x30\xa9\x12\x39\x61\xf5\x41\xb4\x36\x5e\xaf\x62\xe9\x39\x68\xda\xbd\x69\x66\xa5\xd4\x29\x12\x45\x75\x26\xdb\x16\x45\x2c\x96\x4b\x84\x3e\x3e\x71\x2e\x97\x6a\xe1\x3d\x3c\xec\x82\x3b\x42\x59\x24\xf5\x92\xe2\x17\x14\x93\x87\x3e\x18\x70\x53\xcc\x41\x6f\xec\x37\x5c\x6c\x3e\xf4\xa9\xbb\x52\x27\x8a\x99\xc9\xfb\x57\xf8\x97\x0e\xee\x14\x43\x5e\x44\x51\x9f\x17\x97\x9a\x8c\xd8\x0d\xe8\x85\xf1\x12\x81\xdb\x8a\xba\xc1\xbf\xa6\xf8\xc8\x0e\x0b\x38\xdb\x73\x85\xf7\x12\x70\x05\x66\x17\xf6\x5e\x19\x76\x13\x1d\xc0\xfe\x69\x23\x03\x63\x1e\x89\x2d\xa4\x6a\xc3\x10\x10\x7b\x76\xd6\x85\xa9\xe6\x60\x71\x2d\xca\xd2\xe9\x61\xd1\x1b\x43\x4b\x67\x11\xbd\x1c\x6f\x9b\xca\xd4\x52\x6b\x76\xb1\xd3\x84\xa3\x12\x3c\xcc\xf0\x5e\xd1\x58\x7a\x56\xa9\xe6\x95\x91\x08\x8f\xff\xcc\x0a\xe2\x51\xf6\x76\x48\xe9\xae\xea\xed\xba\xe7\xdd\xa2\xaa\xeb\x1f\xdd\x3c\xa4\xef\x6a\x79\xf1\x6d\xab\xce\xb3\x2f\xde\xac\xda\xaa\x39\xed\xbe\xf2\xaa\xfd\xce\xab\x65\x5b\x95\x4f\x21\xbb\x4c\xe6\xc5\x33\xe8\xe3\x8e\x57\x2f\x9a\x72\xc7\x5b\x10\xcd\xb2\xef\x7f\xca\xf4\x9f\x9e\xf7\x55\xf9\x93\x3a\xcf\xd7\x67\xef\xce\xef\xf2\x83\x53\x3d\x73\x48\x74\xa7\xf3\x74\xb3\x2a\x1a\xdd\x79\x7e\x5e\x95\xea\xbc\xfb\x18\xdd\x0a\xba\x8f\x95\x5a\xbb\x87\xc9\xb6\x23\x82\xc0\x98\xc3\x73\xe0\x9f\xc1\xb6\x2a\x2e\xd5\x56\x9c\x57\x7a\x65\xb7\xdf\xa2\xba\x20\x5f\x30\xfa\xd4\x1d\x7b\xd5\x7a\x6a\x60\x69\x06\x10\x48\xda\x89\x60\xa0\x3b\x24\xd4\x1c\xfc\xea\x5b\x69\x1c\xd1\x40\xb3\x79\x4c\x8a\x94\x15\x6f\x9e\xff\xf8\xbd\xf8\x41\x95\x50\x0b\xbc\xef\xd2\x07\xf4\x83\x23\xfb\x4e\x22\x81\xb3\xf3\x64\x5b\x21\x16\x41\x35\x02\x60\x36\x0a\x8c\x59\x0d\x58\x2d\x91\xac\x63\x85\xf0\x2c\x02\xf3\x83\xfc\xe3\x2f\x21\xe2\x3b\x38\xac\x5d\x1f\x91\x9a\x30\x51\x85\x21\x55\xe7\xb9\x6a\x41\xd5\xe9\xe1\x3f\x30\xb4\xce\x0e\xd4\xdd\xf2\x14\xbf\x8d\xe8\x9c\x40\xb4\xfd\xed\xa3\xda\x6a\x49\xf6\xef\x79\xb1\x96\x35\x48\x9b\x64\x00\x0d\x60\x0c\xfa\x19\xb7\xf9\x31\x0b\x60\xe4\xaa\x14\x5f\x69\x39\x7f\xbc\x3f\x34\x8a\x89\x25\xce\xa5\xf2\xb1\x88\xd3\xa9\x38\x2f\x1a\x70\xd6\xfd\xc5\x5e\x57\x61\xf7\xa0\xe7\x09\x2a\xe2\xac\x28\x83\xfd\x8c\xee\x15\xdc\x81\x55\x33\x97\x18\xe7\x58\xb4\x12\xd2\xa1\x8d\xc9\x6a\x36\x99\x45\x96\x06\x36\x6e\xb6\x40\x64\xc7\x4f\xec\xe1\x7e\x2a\x73\x86\x91\x6f\xa5\xd1\x30\xf5\x9e\x63\xf1\x96\x76\x8a\x20\x20\x7d\xd6\xb6\x49\x5f\x60\x1d\x78\xd7\x72\x06\x17\xee\x47\x6e\x5d\xef\xbc\xf2\x3d\x8a\x40\x66\xd0\x31\x02\x94\x3e\xa8\x2a\x77\xb7\xb0\x3f\x81\x11\xf0\x54\xec\xb9\xc4\x66\x81\xf2\x1f\x72\xe4\xa7\xd8\xdc\xf0\x4c\x35\xe0\x8a\x35\xdb\xbb\x77\xec\x74\xd0\xe3\x63\xbc\x94\xbc\x05\x15\x6f\x58\x2d\x06\xb7\xbf\x78\xf0\xf0\x91\xe7\x54\x3c\xa8\x54\x06\x4c\x8a\xfc\x19\xf3\xd6\x52\xf2\xa5\x93\x06\x40\xa1\x52\xb8\x42\x4a\xa3\x05\x9c\x5f\xc7\x3b\xd6\xe3\x61\x34\x8c\x31\x78\x09\xde\x31\x27\xdb\xa5\xb8\xfd\xd5\xfd\x07\x5f\x84\x77\x34\xfc\xd9\x1e\x8e\x20\x41\x73\x0b\xb3\x90\x6c\x77\x88\x80\xb0\xb4\xe4\x87\xe2\x07\x67\x38\x2e\x5a\xe9\x88\xce\xe0\xf6\x17\x07\x07\x9f\xc7\xd3\xe0\x40\xb5\xf0\xdb\xab\x2b\xb6\x30\x1d\x00\xb2\x6b\x3c\x92\x5e\x2d\x02\x53\x73\x5e\x68\x8c\x68\xb1\x94\x1c\x8d\x56\x76\x5f\x5a\xfe\x40\x0c\xc8\x4d\x01\xb2\xa8\x52\x12\x20\x7b\xa2\x02\xbd\x1f\xb2\x5a\xdf\xae\xac\xec\xcc\xce\x0a\x3a\x86\x91\xc6\x04\x1d\xaa\xe0\xba\xc0\x1d\x0a\x81\xcd\xe7\xa4\xbc\x05\x8d\xa4\x65\x5f\xc6\x04\x95\x13\xaa\x0d\x2c\x4c\x21\x16\xf2\x5c\xac\x8a\xb6\x9c\xab\xd2\x3b\xf4\x4d\xfa\x36\x8b\x5b\x11\x72\x75\xcd\x1f\x62\xb7\x1d\xee\x81\x83\xa1\xdf\x34\x64\xc6\x1e\xb0\xd3\x84\x7c\x11\x3f\x4e\xc0\xad\x11\xb3\x8f\xe6\xee\x9e\xf9\x0e\x41\x78\xe3\xbb\x30\x79\x9a\x22\x09\x83\xe7\x26\x44\xff\x7d\xa6\x13\x27\xc5\xd8\x8f\x34\x8d\xf3\xbb\x73\x27\x42\x5a\xc3\x91\x02\xad\x84\xd4\x63\x3f\x2e\x06\x56\x24\xf1\x6d\x83\x38\x6e\x8b\x26\xf0\x4b\x29\x4e\x85\x15\xdf\x57\xb2\xad\x4c\xef\x66\x86\xfd\x03\x64\x0c\x76\x0f\x8a\x29\xa5\x43\xea\x2a\x8c\xbb\x59\xbd\x39\x11\x71\xe3\xfc\xa5\xbd\x91\xf3\x6a\x51\xb9\x15\x8c\x07\x8b\x14\xce\x5e\x8b\xb6\xf7\xa8\x14\xad\x1a\x12\x32\x86\x2c\xcf\xdc\xcc\x83\xc7\xa1\xfb\x9b\xc6\xdc\x91\x91\xeb\x86\xbb\xda\x87\x59\xfa\x15\x0b\x06\xfd\x3b\xc4\xb9\x7b\xea\xe0\x79\x3d\xe0\x2c\x44\x0c\x2c\x95\x01\xcc\x4e\x67\x38\x45\x50\xeb\x82\x51\x65\x6d\x8f\xf9\x69\xc7\xc0\xef\x95\x04\x55\x6e\xa2\xad\x74\xc9\x07\xda\x78\x92\x71\x32\xef\xdc\x11\xb3\xbd\x65\x3c\xc1\x1c\x85\xcf\x11\x58\x9c\x5c\x96\x18\x99\x94\x27\x37\x9c\xdc\x08\xdf\x24\xb7\x9b\x7e\x8c\x77\x89\x1b\x4e\x3c\x02\xe2\xf4\x28\xfb\x7a\xac\x4a\xce\xc1\xc1\x44\x02\xd2\x5c\xeb\x3e\x1e\x10\x4d\x0b\x41\x11\xc4\x00\xae\xce\x8a\x7a\x64\xa9\xe4\xbf\x93\x59\xfa\x37\x71\x44\x6b\x55\xba\x48\xf9\xff\xd3\x59\xa2\xb7\xed\x65\xec\x93\x29\x16\xaa\xae\xd5\x39\xda\x6c\xf1\x2a\x8a\xde\xff\xab\x19\xa1\x6b\x4e\xd5\x35\x27\xea\x9a\xf3\xd4\xd1\x8c\x75\x0e\x13\xda\xc0\xe9\x2c\x65\xe6\xc7\x9f\x8e\x91\x5d\xc4\x42\x9c\x17\x97\xce\xbb\x3e\xd3\x3d\x79\x51\x69\xa3\x03\x25\x8e\xf9\xb8\x04\x3e\xb4\xd3\xb9\x5c\xb0\xd0\x0e\x37\x9f\xc0\xd9\xa1\x6f\x1b\xde\xd2\x71\x8f\x32\x1d\x60\xc5\xe9\xbe\x22\x1f\xb4\xd4\xc7\xaf\xdb\xbf\x4e\x99\xcc\xa9\x8f\x8e\x53\xb3\x5d\xcb\xb6\x9a\xdb\xa9\x5b\xa8\x76\x2e\x4b\xc8\x15\x29\x7e\xd9\x16\xb5\xbd\x81\xda\x78\xcd\x2d\x43\x66\x5b\xaa\x61\xed\xe8\x5b\x36\x02\xf2\x17\x73\xb7\xad\xb3\x4c\x46\x27\x60\xbb\xce\xa9\x2d\xd3\x00\xeb\x50\x13\x98\x47\xaf\xae\x44\xa5\x5f\x56\x4d\x65\x2c\x25\xd9\xda\xa1\x3f\x81\x7f\xc1\xc9\xee\x30\x31\x96\x35\xb3\xae\x19\xad\x0f\x8a\xf0\xbd\x98\xed\x91\x95\x07\x9c\x4c\x9d\x23\xdc\x07\x0e\x0a\xf8\xcf\x8a\x99\x2a\x13\x4c\xc0\x70\x7c\x42\x89\x0f\xc1\xfd\x72\xa7\xfa\x6d\xd4\x9d\x9f\x9d\x3a\x38\xbb\xa7\x88\xcd\x0c\xe8\x6d\x45\x83\x2e\x95\xa1\xf9\xaa\x59\x28\x32\x57\x57\x0d\x5a\x0e\x00\xaa\x06\xec\xcd\xeb\xa8\xba\x93\xad\xb1\x84\x6f\x6d\x2f\x16\x74\xcc\xf4\x9a\x54\xe7\x38\x8b\x17\x0b\x92\x5c\x50\xfd\x9d\xc8\x46\x2e\x78\x8a\x45\x77\x83\x31\x0f\x59\x22\xe2\x3b\x8d\x23\x24\x85\x74\x94\x8c\xde\xc8\x43\x48\x3e\x5f\xa6\xa9\x1e\xde\x82\xb2\x1f\xd5\x69\xe0\x9f\x49\x05\x61\x00\xf6\x96\x07\x47\x05\x8e\xb1\x72\x07\x7c\x17\x92\x6a\x96\xd2\x7c\x43\x66\xde\x60\x3d\x19\x0c\x29\xe6\x65\xdb\x80\xfa\x8f\xf9\x2c\x53\x9c\xcc\xa4\xaf\xbb\x1c\x91\x2f\x29\xf3\xd3\xb6\x01\xc0\xeb\x6c\x93\xa8\x95\x29\x2b\xed\x4d\x3b\xa0\x39\x49\xaa\xc0\x40\x7c\x06\x00\xdb\xb6\xaa\x8d\xfa\x42\x0a\x96\x5e\x6b\x90\x57\xa5\xec\x1e\xf8\x90\xe7\x63\x98\x19\xbb\x9a\x7e\xdf\xa2\xf3\xf2\xa8\x37\xe9\x82\xdf\x0b\x37\x77\xec\x88\x54\xbe\x9f\xe2\x74\x0f\x70\x7c\x7e\x6f\x3d\x1e\x8e\xd6\x6d\x2c\x9d\x3b\x82\x19\xdd\x96\x71\x8c\x0d\x39\xeb\x8e\x12\x11\x60\xb7\x47\xc9\x8c\xe1\x0f\xb4\xb2\x20\x97\x14\x1d\x30\x83\x2a\xcc\x37\x0b\x01\x2c\x2b\x34\x3a\xad\x20\x3b\x98\x51\x62\x51\x54\x75\x54\x8d\xe9\x73\x4e\x61\x2b\x1e\x81\x50\x7c\xb3\x5d\x2e\x2f\xb9\xab\x48\xf4\x76\x90\x66\xb3\x4c\x3b\x47\x26\xd7\xe0\x84\x9e\x0c\xeb\xcf\x3b\xcb\x3c\xf8\xea\xab\x03\x16\x12\xdd\x75\x72\xc9\x0c\x27\x71\x6d\x99\xfd\x0e\xf7\x96\xd9\xbf\xd4\xc5\x05\xa6\xcc\x39\x94\x1d\xd3\xae\x89\x8e\xc9\x0e\x73\x19\xfe\x17\x19\xcd\xf0\xbf\xae\xe9\x8c\x8a\x26\x63\x4e\xc6\x9d\xbc\xc1\xde\xf3\x67\xc9\x19\xda\x8f\xf5\x4d\xdc\x4f\x30\xb2\x9d\x7a\xd7\x51\x66\x02\x3f\xb9\x84\xcb\xa8\x68\x11\x3f\x0c\x9c\x1d\x22\x26\xa6\x88\x74\x11\x8b\xe2\x14\x37\x07\x77\x83\x22\x6e\x8c\xcc\xbd\x00\xdd\x4d\x0e\xa9\x09\x8e\x97\x17\x34\x23\x47\xc3\xcc\xbe\x88\xc5\x73\xb7\x2e\xe3\xe3\x8c\xe3\xde\xec\xdf\xe2\xbc\x37\x73\x01\xf0\xc4\xc3\xe0\x1a\xc4\x2c\xc0\x30\x2e\x7e\x23\x5f\xfe\x60\x21\xed\x6e\xce\xa8\x36\x74\x05\x74\xeb\xdd\x23\x38\x3a\xfe\xd3\x28\x8a\xf1\xb5\xc7\x92\x8c\xde\xc1\x6d\xdf\x87\x6e\x47\x8b\xe0\x67\x15\x34\x89\xd7\xc4\x5e\x24\xf0\xf4\x3b\xc2\x1d\xc8\xb1\xfb\xa2\x9b\xd9\x96\x43\x82\xc6\x9c\x54\xaa\x0d\x48\x20\xea\xd9\xf1\x66\x3c\x5a\x6e\x4a\x9c\x38\xdc\x0d\x68\xe9\x89\x67\xe9\x04\x05\xc6\x1c\xa4\x63\xfd\x38\x64\xe1\x71\x12\x33\x9a\x7a\xe9\x04\x6c\x22\x38\xc6\xd7\x1b\x66\x7b\x82\xde\x99\xd1\x9e\x6f\xc4\xd4\xb6\x1a\x7a\x46\xfc\x16\xd7\x0f\xed\x64\x06\x6a\x3b\x9a\x71\x1f\x27\xf0\x9b\x58\x33\xbc\xa6\x7d\xf1\xe9\x06\x3c\xc1\xb5\xcd\xa5\xac\x80\xfb\x19\x59\xe0\x67\xcc\x4b\x62\xe8\xe2\x23\xdf\x82\xf1\x16\x45\x4a\x12\xcc\x41\x3c\x46\xd3\xac\x44\xbc\xd3\x0d\x66\x0d\x08\xe6\xdc\x2e\x26\x39\xe1\x7b\x62\xe2\x04\xfb\xc0\x21\x7b\x86\x27\x84\x3c\x13\xdc\xb4\x13\x00\x71\x94\xc5\x47\xe0\xbc\x55\x5d\xf4\x0a\x0b\x58\x4c\xdc\x73\xe5\x98\xc8\x80\x3d\xdd\x91\x6e\x23\x84\xf1\xf0\xfc\x18\xf8\x99\x44\xc4\xe1\xf4\xfe\x06\x6f\x69\x19\xd0\x60\x9d\x76\x9b\xd2\x42\x17\x82\x2c\x07\x0d\xa3\x6e\x90\xb8\x64\x57\xc6\x8a\x27\xe4\xb6\xaa\x37\x75\x05\x01\xad\x02\x43\x9a\xc4\x7b\x2a\xff\x81\xdd\x3c\x69\xc0\x4e\x9a\x15\xc2\x75\x9f\x4d\x4d\xc7\x35\x3e\xcc\x55\x42\x88\x4d\xc8\x22\xe1\x7f\x8d\x21\x24\x2b\x3c\xd9\x67\x29\xc4\xbb\x44\xc1\x35\x9f\x1e\xf9\x99\xf3\x57\xa4\x5e\xf5\xb9\xfc\x5f\xbf\xc0\x13\x0d\xda\xc2\x0e\xf5\xe9\x11\x4f\xd3\xa4\x71\x89\x8e\x2e\x52\xaf\xde\x30\x0f\x4b\xc7\xb6\x9b\x6e\x29\x17\x38\x56\x4b\xce\x92\xac\x21\xe0\xb1\x9b\x9b\x85\x2d\x2e\xcc\x10\xa4\x33\x98\x54\x9a\xd2\x1a\x44\xc0\x0c\xd7\xf2\xd1\xec\xec\xd7\xb2\xa1\x38\xe3\x6e\xaa\x97\x24\xbb\x88\x6c\xb2\xf9\x45\xd6\xc5\xe6\x3d\x05\x2a\xdb\x5d\xf1\x21\x7b\x59\xf8\xf7\x9d\xab\x36\xd1\x3c\xa7\x72\xee\xba\xd8\xec\xd8\x48\x39\x73\x60\x37\xc1\x5d\x07\x2e\x24\xac\xc8\x61\xa7\x70\xd2\xe9\x28\x9f\x1c\x37\xd4\x77\x32\x6e\x7c\xed\x9c\x9f\xf9\xfe\x62\xee\xf7\x6f\xcf\xa5\xec\x22\x9b\x5b\x12\x39\x12\xb2\x29\x47\x42\x16\x10\xf9\x4f\xd3\xeb\x42\x86\xe5\x39\x7e\x39\xd9\xb4\xca\x28\x4b\x21\x26\x55\x53\x99\x9b\x54\x84\x2e\x54\x34\x2e\xa8\x44\x1c\x63\x65\xd0\xb7\xa4\x5a\x47\x13\xe7\xaa\xd1\xa6\xdd\xce\x8d\x6a\x0f\xb1\x34\x25\x7c\xa8\x32\x92\x5d\x7f\xf3\x23\xb4\xda\xf9\xcd\x82\xd9\x4d\x42\x26\xd5\x23\xf6\x78\x83\x7a\x69\xfb\x0f\x7f\x4c\xe3\x38\x76\x03\x0a\x6a\x54\x7c\x30\xf9\x27\x39\x75\xf1\x8f\x1c\xfc\xb9\xc7\x5b\xe7\x2f\x21\x02\xda\x25\x0d\x69\x20\x32\x18\x33\x31\x6c\x5b\x8f\x3b\x88\x4d\x37\x96\xb4\xcb\xa6\xe4\x0f\x61\x40\xc7\x38\xae\x1e\x7b\x1c\x8c\xa4\xcf\x16\x47\xf1\xc3\xdb\x6c\x5a\x35\x4b\x12\x9c\x1e\xd9\xaf\xcc\x86\xe8\x5b\x98\xa5\x40\xe5\x5d\x02\x72\xa7\xee\xf5\xca\xdc\x70\x02\x98\x7e\x37\x4d\xef\x98\x34\xe1\xa7\x92\x97\x66\x9d\x6e\xb7\x1c\x93\xd2\x01\xe1\x24\x39\x38\x0a\x2d\xcb\x51\xd4\xf6\x4d\xc7\x12\xf2\xc2\xd1\xa2\x4d\xca\x2d\x7a\x77\x45\xd6\x7d\xf8\x52\x69\xdc\x11\x70\xf9\x46\xfb\x81\xea\xa6\xdd\xf2\x81\x89\x25\xd4\xdf\x51\x4f\x1b\x77\x85\x2f\xb0\x3f\x12\x07\x3d\xc5\x3c\x87\xe4\x28\x42\x62\x5c\xcb\x74\x8f\xaa\x8d\x63\x0b\xd8\xe6\xa3\x41\xdb\xdd\x36\x16\x6c\x87\x0e\xc5\x5d\xaa\xe3\x1e\x7b\xbc\x63\xba\xb4\x91\x9b\xce\x54\xf1\x97\x94\x53\xc0\x9f\xc2\x91\x3f\x03\x49\x3e\x9a\x38\xe5\x7f\xb2\xbb\xb4\x8c\xf2\xdc\x30\x4b\x67\x5c\x47\x32\x33\xbd\x9b\x2d\xf3\x69\xb4\xb9\x43\xb6\x39\x97\x8d\x20\x47\x0b\x23\x1a\x96\x14\x88\x3f\xc2\xf6\x1d\xa5\x73\xdd\x38\xec\xd1\x1f\x1b\x20\x99\xc9\xb5\xdd\x4a\x4d\x14\x27\xc8\x7e\x10\xbb\x15\x39\x7e\x71\x8f\xf2\xb2\x6a\xe5\xdc\xd4\x97\xe8\x5f\x50\x79\x44\x15\x74\x0e\xa3\x52\x23\x56\x9d\x8b\x10\x01\xcb\x0e\x96\x46\x21\x2f\x20\x99\xf9\xb6\x40\x55\x8c\x86\x96\xc4\xf7\x00\xc6\x1c\x7b\x79\xdd\xa2\xec\x9a\xe1\x60\x84\x52\xef\xe9\x0b\xa2\x60\x94\xdc\xd0\x2e\x3d\xab\x89\x44\xc6\xa8\x64\x16\x42\xd3\xad\x5f\x4f\xf5\x3d\x32\xf4\xeb\x02\xc1\x6f\x0a\x42\xd1\x20\x46\x19\xbd\xc6\x1f\xb4\xa5\xe5\x2e\x8b\xb5\x34\xb2\xb5\x42\x86\xa5\xbb\x84\xa0\xcd\x5d\x4d\x59\x7d\x85\x01\x74\x18\xbb\x36\x5e\x6c\x03\x9d\x88\xcf\xde\x05\x8e\x1c\xd4\x0a\xe9\x0c\xa1\x28\x28\x09\xc3\x8c\x4e\xa7\xe2\x4d\xb5\xde\xd4\x0e\xee\x4b\xe8\xed\x7c\x65\xbb\x35\xdb\x3b\xd8\x07\x0a\x6f\x05\x21\xf8\x12\xc2\x70\xa0\xa5\x23\xf6\xb5\x95\x29\x6b\x87\x92\xc4\x3f\x6f\x95\x29\x8c\x1c\x1c\xb4\x45\x39\xa4\x6a\x70\xee\x00\x0f\x61\x5c\x69\x86\xb4\x63\x37\x5e\xc2\x5d\x85\x09\x1e\xb1\x09\xa6\x34\x74\x49\xa8\xf5\x0b\x36\xa5\xda\xe5\x0f\x0b\x7c\x93\x9d\x17\x1f\x08\x52\x00\x4c\x1e\x68\x34\x70\x44\xfb\x29\xe2\xcf\x2d\xea\xcf\xd5\x95\x70\x3d\xe3\x91\x24\x4f\xc0\x54\x14\x0e\x0b\x47\x05\xee\x3f\x65\xf1\x91\x02\xa2\xe6\x1d\xd4\x60\xbd\x40\x3f\x66\x26\x49\x41\x12\x04\xd0\xb0\x4c\x50\xb6\x69\x19\xf2\x69\xac\x16\x2c\xc2\xc1\x0e\x19\x72\x1e\xd5\x45\xea\x38\x1a\xc5\x58\xc4\x27\xcb\xc9\x0c\x17\x40\x58\x93\xd3\x90\xcb\x25\x96\x2d\xe9\x07\x1e\xce\x02\x52\xcd\xde\xd3\x8b\xe9\xf4\xee\xdc\x11\x83\x1c\xd3\xea\x6e\x57\xde\x19\x7e\xd2\xf9\x59\x77\xe7\x38\x31\x8d\xb3\x6f\x87\x8c\x04\x0c\xb3\x83\x22\xa6\xba\x6f\x03\xe2\xdf\xf6\x96\xbb\x47\x7f\x23\x3b\x98\x8e\xf6\xb7\x1b\xd0\xa2\xe3\x50\x5b\x5f\x58\xb6\x07\x6f\x4a\xa1\xcb\xd0\x3e\x04\xb4\xa5\xa9\xe6\xe2\x04\x2e\x55\x08\x8c\x29\xe6\xe0\x0b\xac\xbd\xbf\xaf\x3d\x16\x80\xe8\x98\x1a\x87\x74\xe7\x06\x21\x85\xff\x5b\x60\x5b\xf3\xef\x48\x41\x05\xe3\xdb\xb1\xe3\x77\x91\xeb\x98\xf6\xe6\x33\xe6\xfe\x8e\x49\x8b\xe7\x2a\xe2\x9c\x5c\x47\xeb\xaa\x91\x45\x1b\x71\x7a\x1d\x81\x77\xc3\xd8\x42\x7d\x0e\xfa\x9a\x5d\xc5\xf7\x27\x8f\xc4\x98\x74\xc5\x4a\xdb\x12\x77\xf1\xd7\xeb\x57\x62\x28\xa6\xe2\x3e\xab\x2e\x5c\xc8\xb3\x3d\xa8\x1a\x14\x3e\x91\xa0\x7e\xd1\xbd\xe2\x81\x07\x70\xeb\xff\x4d\xa0\x12\xe2\xf1\xc1\xe4\x4b\x01\x72\x3d\xa8\x29\x09\xe0\x26\x3e\x94\x2c\x65\x14\xc3\x53\x32\x8b\x8b\x1f\x2c\x67\x54\x35\xaf\x5b\xb5\x6c\xa5\x46\xfb\x54\xbb\xb8\xb0\x0d\x6a\x84\x24\x7a\x72\x68\xd4\x72\x59\xcb\x2b\xbd\x52\xe7\x57\xab\xaa\x94\xc3\xbf\x10\x1e\x51\xbb\xb5\xa2\xd6\xf4\x97\xad\xdc\x4a\xd8\x14\x7f\x99\x26\x38\x3f\xf3\x95\x2c\xb7\x10\x7c\xf9\x9b\xd7\x7a\x84\xd6\x92\xcd\xe1\x51\xcd\x10\x9e\x08\x28\x01\xe6\xc8\xbc\x73\xc7\xe1\xd7\x52\xe8\xcd\x53\x17\x1f\xf1\xb2\x65\x58\x58\x33\x00\x60\xec\x2f\x37\xf0\x1d\xea\xe5\xe1\xe8\x73\x2d\xcd\xdb\x6a\x2d\xd5\xd6\x84\x6f\x46\x8c\x24\x42\x18\x18\xf7\x32\xf0\x37\x7c\x28\x63\xaa\xf9\xe9\x20\x88\xca\xb4\x72\xbe\x47\x21\x49\x9a\xbe\x6c\xe6\xab\x56\x35\x6a\xab\x2d\xfb\x64\xaf\x7a\x3b\xb3\xd1\x63\x0e\x2f\x0b\x9f\xbd\xb4\x4b\xe7\xe6\x35\xd3\xeb\xae\xe8\x05\x8b\x2d\x98\x0e\x01\xbb\x16\xc3\x1c\x0d\x84\x2b\xf6\xbc\x30\xd2\x1e\x2b\x4a\x6b\xe7\xfa\xff\xad\x6c\x64\x5b\x18\x19\x98\x14\x40\x9e\xc4\x4e\x01\x97\x51\x34\x25\xc0\x22\xb9\x81\x46\xb1\xf9\xcd\xcb\x8b\x01\xb9\xc3\x13\x92\xfa\x3b\xb2\x10\x07\x58\xdc\x55\x35\x5f\x31\xa4\x37\xa7\x90\x2c\x8c\x69\x81\xa9\x25\x84\xec\x43\x74\x3c\x65\x99\xd0\x5e\x91\x7f\x02\x42\xf2\x10\xbc\x2e\x6c\x7f\x1f\x65\x7a\x60\x3b\x5b\x2a\xc0\xa1\xf6\xba\x40\x8e\x6e\x6a\x19\x53\xef\x1c\x17\x7f\x7b\x1f\x08\xe9\x69\xb5\x81\xa0\x2b\x01\xa4\xcf\x7e\xfd\x93\x0b\xe8\x8d\x46\x74\x1c\x0f\x90\x50\x90\x60\xae\xf3\x40\x43\xe3\xec\x8c\x00\xa0\xdd\x7c\x85\x9e\x38\x4c\x75\x79\xc4\x26\xe5\x3d\x57\x1f\xde\x23\xc0\x6c\x4b\x1b\xfd\x5b\x0e\x6b\x12\x5e\x3b\xc9\xc1\xed\x5e\x3a\x9e\xb9\x4e\x40\x4d\x13\x0a\x85\x71\x35\x7b\x28\xcf\xb4\x22\xa7\x34\xb4\x85\x3a\x00\x0d\xb8\x55\x48\x4f\x44\x6a\x26\xbc\x4d\xfd\x96\xe1\xdb\xc1\x78\xdd\xcc\xcc\xcc\x55\x5d\xcb\x39\xa5\xcb\x19\x84\xb3\x34\x81\x42\xb2\xd5\x5e\x35\x71\x75\x25\xde\x7f\x10\xc3\xc9\x5c\x35\xf3\xc2\xe4\x8b\xce\xf6\xee\x62\x16\x63\xb7\xd9\x00\xe1\x33\x6c\x38\xd2\x78\x1d\x8b\xd0\x2c\xd3\x1e\x86\x55\x84\xcf\x40\x73\x68\x5f\xe1\x6f\xae\x40\xa4\xd8\x74\x43\xaa\xa9\x50\xdb\x7b\xfa\xf6\x03\x89\xad\x7e\xfc\x6e\x42\x82\x2d\x2c\x65\x1c\xdf\x81\xa7\x62\xa9\x1a\xe9\xdc\x14\x2b\x9d\xf8\x16\xc6\xe2\x49\x0e\xab\xd0\x2f\x09\x5d\x48\x2c\x2b\x33\xb2\x3a\xe0\x37\x0d\xea\x2f\xcd\x97\x84\x75\x6e\x24\xf0\x76\x70\x0e\x9b\x42\xd5\xe5\xa2\x6a\x69\x49\x51\xaf\x06\x50\x29\xaa\x95\xcf\xd1\xef\xc5\x83\xce\x31\x74\x89\x0b\xc1\x11\xc3\x88\x4b\xd5\x68\xe6\x73\xae\x54\xfe\xb1\xa3\x07\x4d\xe5\xf2\x3d\x3b\x80\x87\xb6\x5a\x72\xb5\x72\x37\x1a\x86\x5e\xb8\x0b\x46\x74\x38\x91\x4a\x7f\x07\xef\xde\x55\x96\x53\x7a\xdb\x4a\xc9\xbd\x32\x28\x9b\x3b\xa1\xed\xd9\x3f\x5f\xb7\xd5\x19\x77\x2d\x9c\xed\x2d\x2e\xec\x45\x19\xe7\xd7\xf9\x2f\x7b\x43\x8e\x2d\xe9\xd8\xa0\xe0\xe7\xef\x80\x55\xf5\x33\x08\x68\x2b\x29\x16\x17\x38\x87\xfe\x24\xde\xb2\xf3\x3e\x81\xdb\x35\x6c\xa6\xc4\x09\xf3\x9f\xe1\xf2\xe5\x5d\x60\x8e\xf1\x41\xc1\x31\xd9\x36\x50\xba\xcc\x09\xb3\x69\x09\x22\x55\x33\xcc\x06\x69\x97\xd4\x7b\x52\x82\xd0\x3a\xb1\x8f\x8e\xe2\xaf\xc3\x0b\x9e\xe5\xb2\x1b\x0f\x7a\x2b\x69\x2c\x51\xb5\x53\x7b\x83\x7c\xee\xe0\x58\x83\x12\xd7\x74\xef\x9e\x97\x05\xed\x1c\x4f\x30\xa2\x34\x97\x93\x71\xc6\x72\x03\x48\xef\xd5\x09\x58\xb3\xab\xa2\x29\x6b\xd9\x82\x7b\x56\x51\xd7\xb2\x74\x80\xea\x70\xc6\x5c\x31\xef\x1d\xb1\xab\x21\x93\x9b\xdb\xf1\xf8\x28\x9d\x0f\x5a\x4c\x78\x9f\x2e\x63\x1c\x78\x6f\xe2\x3a\xc3\x8c\xf7\xcc\x56\x37\xfd\x7e\x88\x5f\xc5\x9c\x68\x76\xb7\x4e\x2d\x5b\xc7\xb6\x65\x20\x6f\x1b\x8a\x47\xc7\xf3\xc8\x14\xa1\x68\x2f\xdf\x20\x9e\x67\xa4\xee\x40\x9c\x12\xe2\x21\x93\x8c\xf3\x31\x04\x9e\x9d\xed\x5c\x0d\x33\x83\x44\xc5\x9e\x6e\xfc\xc3\x87\xde\xa0\xf4\x8d\x4f\x59\xac\x44\x92\xae\x7f\x20\xe8\x84\x3f\x41\xb0\x4b\x49\x5a\x6a\x77\x32\x33\x4e\x90\xaf\x5b\x69\x64\xe3\xd0\x45\xe8\xf3\x6a\xe1\x40\x32\x44\x11\x3e\x67\xfe\x29\xe8\x58\xe5\x14\x58\x88\xf0\x66\xc9\x02\xfa\x2c\x5b\x6e\x48\x01\xec\xab\x9f\xe4\x64\xe5\x23\x1b\x28\xd6\x7e\xe7\x8e\xf0\x34\x86\xfd\xed\x6f\xb6\xde\xa8\xb0\x88\xb0\x99\x36\x8a\x09\x43\xf6\x08\x12\x69\x03\xeb\x03\x2c\x8e\x68\xd4\x58\x6d\xd8\x06\xb0\x6d\xb1\x4d\x94\x89\xaa\x98\xab\xc6\x54\x4d\x7f\x20\x85\x71\x64\xd8\x77\xf7\x78\xf7\x68\x82\xb1\x23\x32\x5f\xa1\x74\x9e\x07\x30\xf8\xa6\xa8\x6a\xa1\xb6\x26\x5e\x1d\x1c\x4b\x5d\x9d\x4a\x61\xe5\x07\x39\x18\xd2\x3f\x33\x48\xff\x4d\x77\x91\x38\xf6\x87\xad\xd2\xa0\x29\xfa\x11\xa2\x1b\x06\x6e\x83\x1f\x05\xea\x1b\x3e\x0a\x90\x1c\xc9\x47\x70\xe1\x74\x50\x25\x93\x73\xf6\x93\xd4\xa6\xad\xe6\x46\xcc\xf6\x5c\xfe\x41\xc2\x5d\xe0\x8e\xab\x64\x28\x2c\x31\x55\xc9\x89\xba\x48\x8e\xa3\x77\x63\x02\x07\xa6\x9c\xca\x64\x57\x52\x67\x44\xef\x71\x80\x36\x96\xd7\x3c\x78\xe4\x8b\xfe\x24\xe7\xca\x32\xec\x75\x2d\x1e\xf8\x14\x89\xc0\xbc\x41\x5e\x01\xed\x93\x66\xbf\x7a\x11\xf2\xd8\x54\xcd\x82\x90\xf0\xf5\x4a\xb5\x66\xc5\x53\xfe\xc1\xe6\xaf\x4a\xd9\x90\xae\x12\x71\xfa\x4b\x5f\xf7\xdf\x61\xf4\xee\xd7\xff\xc0\x2f\xe8\x19\x04\xa3\xac\xab\xb6\x55\x6d\xc8\x3e\x01\x68\xfb\xfe\x4b\x3c\x31\x5c\xf7\x05\xb7\xa4\xef\xf6\xb1\x78\x4f\x20\xf6\xee\xd1\x28\xf9\xfd\xf7\xf4\xc1\xff\x24\xc1\x09\xd0\xf1\xc5\x25\x3a\xd0\x82\xa7\x2e\x0a\x2c\x9b\x56\x2e\x64\x8b\x6e\x6b\x75\x99\x9c\x1b\x94\x09\x28\xaf\x81\x98\x17\x7a\x5e\xb8\xd3\x1e\xb3\x3f\x3d\x27\xc2\x25\x92\x89\x88\x68\xf2\x61\xf7\xd6\xce\x56\xdd\xe5\x49\x98\x7f\x74\x7c\x7d\x86\xec\x35\xd7\xb8\x55\xf3\x6e\xf9\x8f\x28\xb0\x80\x50\x67\x62\x7f\xf3\xa4\x67\x31\x8e\xa1\x6f\x35\x2e\x95\xd3\x9a\x71\x02\xf6\xad\x34\x80\xf2\x0c\x1a\x5e\xd8\x08\x03\x3d\x84\x90\x15\xb9\xde\xa8\xb6\x68\xab\xfa\xd2\x7b\x93\x06\xc4\xe3\x50\x87\x5d\xb2\xef\x2c\x55\x10\xef\x91\xab\x23\x54\xc7\x24\x03\x4e\x32\xa7\x81\x7d\xf4\xd9\x7e\x50\x1d\x9c\xeb\xfa\xef\x9f\xd3\x7c\xc7\xf2\xd8\x8c\x6e\x8f\x3e\x25\x27\xa4\x14\x12\x09\xb0\x85\xed\xa3\x31\x4b\x6c\x94\x59\x34\x0f\x16\x74\x75\x95\x7d\x33\x76\x60\xd0\x10\x9c\x19\xcd\xc7\xad\xee\x2e\xe4\xfa\xe2\x68\xb0\x8b\x5a\x15\xc6\xc7\x40\x26\x7b\x85\xaf\xec\x4f\xd8\x46\x9c\x59\x23\x82\xd9\x76\x99\xad\xed\x1d\xad\x16\x62\x63\xd9\xb6\x3e\xd6\x85\xb3\x56\x81\x8a\x27\x57\x25\xf0\x6d\x56\x80\xea\xe3\xda\x66\x3e\x08\xf1\xda\xfd\x1a\xb3\x5a\xfd\xa7\x20\x6b\x44\x8a\xf7\x4c\xd4\xe2\x51\x5c\xaa\x7b\xda\x73\x27\xd1\x5b\xe5\x73\x95\x7c\xca\x5c\xdc\xdd\x61\xa6\xdb\xa0\x4f\x1f\xed\x2f\xa6\x98\x06\xfb\xe1\xc5\x74\x16\x2a\x76\xd0\xe3\x47\xd7\xb3\xe9\x26\x5b\x45\xd4\x54\xec\x82\x95\xd0\xf9\x6e\xe1\x83\xde\xc2\xff\xd3\x2d\x7c\x3f\x84\x38\x75\x78\xe7\x57\x56\x08\x00\xb3\x67\xdf\x1e\xe4\x2c\x07\x28\x31\x8f\xba\x4c\x35\xb1\x0f\xbf\x45\x68\x05\x8d\x6c\x8b\x9a\x55\xab\xa5\xd9\x6e\x08\xbb\xa0\xd2\x21\x2d\x6a\x50\xaf\x5d\xb3\xd9\xf1\xf8\xbb\x2b\xa7\x2b\x8d\x85\x35\xb1\x7d\xca\x17\x64\x9c\xa5\xbf\xb0\xf0\x49\x5e\xea\x48\x39\xc7\x9c\xd4\xec\x5c\xca\x52\xc1\x79\x24\x7e\x0b\xb0\xf4\xc9\x96\xff\xd4\x1b\xef\xfd\x06\xe8\x07\xf6\x69\xea\xa0\xcd\x60\xd6\x50\x82\xd0\x4a\x7c\x9c\x58\x76\x7c\x30\x9c\xe0\xa3\xc1\xf0\xa3\x98\xed\xb5\xf2\x4c\xb6\x5a\xfa\xbc\x48\xce\x50\x81\x5f\x0d\x73\x83\xf0\xfa\x69\x71\x2b\x99\x83\xa4\x4b\x76\xc0\x9e\x34\x93\x10\x49\xeb\x86\xd0\x2b\xeb\xa8\x4d\xaa\x36\xf6\x6e\xbb\xfe\xc6\xe2\x8d\xde\x15\x52\xd7\x55\x63\xc6\x65\xa5\xc1\xf6\xd7\xa8\x71\xad\xd4\x66\x6c\x8f\x96\xb8\x3b\x0d\x45\xfb\xc9\x5f\xa0\xcb\xbe\x36\xd9\xec\xae\xcc\x63\x11\x60\x1e\x09\x50\x9b\xaa\x05\xc8\x4c\x24\x7d\x05\xd5\x9e\xe5\xd6\xe7\x66\x0b\x70\x49\xab\x00\x5c\x25\xd3\xfc\x78\xa4\x29\xc8\xcc\xc9\x35\xd7\x65\x44\xd9\xfc\x6e\x43\x2c\x84\x3e\x35\x0d\x95\xee\x3d\x9e\xbe\xe5\x3e\x61\x65\x24\x22\xa9\xe7\x3a\x61\x9c\x9d\xf8\xd7\xb2\x1d\x7b\x3f\x07\x38\xec\xf8\x8a\x13\x90\x48\x65\xea\x45\xdb\x8e\x30\x75\x28\xf6\xb9\x2a\x35\xe6\xda\x6e\x85\x81\xb1\x33\xce\x05\xf2\xb4\xba\xe3\xa0\xc3\x0b\x9e\x39\xbb\xb7\x6b\xf8\x00\x5d\xcb\xfa\x2a\xe0\x25\x9d\xb7\xda\x7e\xaf\xd5\x33\xd2\x55\xda\x0f\x5f\x92\x96\x92\xf4\x93\x00\x6e\x50\xd4\x2f\x22\xcf\x42\xf0\x67\x6e\x4a\x79\xe1\xc3\xce\xc9\x61\x8f\xf4\x96\xa0\x40\x09\x2a\x3a\x1f\x56\x9e\x56\x67\x85\x13\x72\xf4\x76\x06\xf8\x4d\xa1\x99\x8a\x04\x75\xb8\x5d\x1d\x49\xd3\x89\x57\xc7\x92\x6e\x55\xbc\x4d\x32\x6a\x2f\x89\xae\x4d\x14\x2d\xa4\x2f\xe6\xeb\x9a\xb8\xc8\x66\x34\x2d\xbe\x21\x78\x17\xdf\x82\xf9\xfa\x43\xd9\xfd\x6e\x9c\x2f\x59\x09\x6c\xc1\x5b\xc7\xc7\x51\x32\x1a\xb7\xb0\xba\x17\x78\x21\xd6\xfa\xc4\xc3\xf1\x2d\x5c\x13\x68\xde\x51\x6c\x62\x18\x38\x2e\x52\x7f\x24\x38\x43\xad\xc0\xa2\x83\x0e\x94\x44\xdc\xbb\x24\x9f\x1f\xa1\x27\x1a\xf1\xcb\xb6\x32\x52\xfc\x85\x7c\xa9\xc9\xb1\xec\x1c\xd0\xab\x2c\xf7\x70\xde\xda\xd7\xe0\xac\x64\xa7\xfd\x54\x5e\x46\x1e\x36\x3f\xc9\x2d\x2c\xc7\x67\x30\xf8\xcf\xbc\x70\x7d\x2e\x31\xd8\x14\x75\x91\x88\xf3\x3a\xdb\x83\xe8\x7b\x7f\x35\x25\x1b\x2e\x83\x41\xe3\x8e\x7a\x67\x53\x26\x74\xac\x6f\xbd\xe3\x15\x21\x6a\x1b\xef\xcf\xf0\x0d\x6e\xac\x1d\xba\xa0\x94\x11\xc8\xee\xf4\xb4\xa2\xfc\xb1\xf7\x06\x1c\x4e\x75\xd1\x8f\xc5\xfb\xe7\xf2\xa3\x8f\x3e\x39\xde\x10\x00\x6a\xb8\xeb\xec\x3c\xc1\x48\xb4\x71\x96\x10\xe7\xf7\xec\xb3\x95\x2c\x64\xdb\x72\x9f\xcc\xe7\xf4\x64\x30\xbc\x5e\xdb\x8c\x08\x67\xe0\xe3\x86\xd7\x16\x25\xf1\x3b\xa4\x98\x92\x52\x68\x59\xcb\xb9\x51\x6d\xb2\x21\x4d\x35\x3f\x9d\x30\x77\xe2\x4f\xde\x1c\x61\xdf\xf4\x28\xdb\x31\xe6\x8a\x14\x90\x39\xb7\xb5\xc0\x96\x46\x6b\x07\xb9\xb9\x30\x60\xfb\x6d\x85\xd8\x12\x60\x12\xbe\xba\x8a\x4d\xcf\x23\x5e\xe1\xba\xa8\x1a\x24\x32\x11\xea\xbd\xbf\xf6\x91\xca\x43\x7d\xf7\xd8\x53\xef\x9b\x3a\x8e\x9a\xec\x84\xc0\x76\x40\x7a\xef\x47\xe0\xbc\x54\xea\x69\x3b\x5f\x15\xd5\x5c\xcc\xdb\x42\xaf\x00\x39\x0a\x4f\x65\x51\x5b\xd1\x61\xab\x5d\x4e\xba\x8f\x07\x90\x56\x67\x7f\xf2\x88\x32\xea\x7c\x14\x83\xdb\x07\xf7\x1f\x7e\xf5\x05\x8b\x26\x35\x72\x0d\x28\x22\x7e\x68\xd3\x5c\xbf\xed\xf7\x6c\x22\x9c\xc7\xf0\xb1\xb0\x4d\xd8\x2a\x78\x84\x43\xb2\xef\xa2\xbd\x57\xc4\x06\x4a\xdd\x8d\x53\xb8\xb1\xbd\x71\x46\xec\x1d\xaf\x2e\x98\x1a\xdb\x2d\xf7\x6c\xce\x71\x91\x6e\x93\x4f\x1a\x65\xaa\xc5\xe5\xbb\xca\xac\xdc\xa1\x7b\x1f\xd9\x28\x9d\x37\x71\x98\xa3\x0f\xa9\x37\xde\xab\x05\xea\xea\x3e\xa3\x5c\xef\x60\x7d\x1f\x89\xcb\x4a\xd6\x71\x70\xa0\xeb\xd1\x63\x74\xfe\xca\x19\x3d\x3c\xaa\x0d\xb5\xd6\xc3\x76\xbf\x22\xb5\xf0\x39\x66\x69\x44\x6d\x11\xeb\xb6\xbe\x6c\xcc\x4a\x02\x96\x6b\x41\x0c\xeb\xc6\x39\xa4\xc0\x88\xab\x79\xe4\x08\x8d\x24\x35\xd7\xa1\x9b\x4e\xd4\xc1\xc8\xde\xa3\xbd\xa2\xcb\x4f\x98\xce\x14\x48\x41\xe0\x93\x21\xb5\x04\xc2\x7e\x57\x46\x8b\xb9\x6a\xe6\xf5\x56\xb3\x7e\xf9\xd6\x29\x1d\x6a\x4f\xf3\x51\xc3\x99\x93\xff\x89\x99\x53\x0b\x32\xad\xfb\xaa\x37\xad\x5a\x57\x96\x75\x09\xcc\x44\x2d\xd7\x87\x22\x8a\x3c\xde\x20\x66\x64\x0a\x61\xfb\x89\xd3\x68\x06\xd3\x63\xc5\xec\x4e\x69\x84\x64\xe1\x82\x0f\xbf\x2a\x0e\xe3\x50\x21\x49\x0f\xf3\x61\x12\x7e\x92\xd9\xbd\x10\x01\x09\x39\x77\x40\xec\xd9\x21\xbf\x49\xd2\x62\x3f\x62\x05\x87\x3e\x02\x24\x68\x0f\x88\x9c\x1d\x5e\x47\x1d\x1d\xa9\xf0\x75\x78\xe2\xe1\x8b\xe0\x11\x3d\x14\xef\x3f\xf8\x47\x8c\xe3\x8f\x1c\xcf\x5c\xfc\x49\x8a\xa7\xd6\x7a\xf7\x02\x1e\x08\xe3\xb6\x43\xa0\x06\x76\xf2\x79\x18\x0b\xbf\xe7\xe3\x52\x93\xe4\xb2\x0e\x06\x9b\xa4\x1c\x8b\xc3\xe9\xa3\x3e\x93\xcd\x56\xaf\xba\xae\xa0\x59\x0f\x85\xb0\x23\xf1\xde\xe6\xc3\x5f\x2a\xa3\x5e\xe4\x06\x1f\x91\x56\x36\x24\xef\x14\x54\xb4\x52\x2c\x15\x08\x9b\xca\xe9\x11\x47\xf6\x85\x83\x6f\x6a\xb7\x0d\x58\x40\x00\x4f\x01\x3a\x9d\xd4\x13\xbc\x82\xce\x25\x7a\x01\xa1\xcf\x45\xd1\x46\x49\xdd\x3d\x41\x77\x7d\x7d\xd2\x47\xda\xbd\x3b\xd0\x75\xd7\x75\x37\x4e\x60\x96\x8a\xb9\xee\xbb\x60\xf8\x33\x7f\xe0\xd2\xb8\xf6\xda\x38\xe8\x0f\x64\x63\x74\xcc\x01\x0c\x6e\xea\xe2\x52\x22\xb4\x61\x5d\x68\x23\x16\x6d\xb1\x96\x47\x61\x22\xed\xc5\xc1\xa1\xc5\x68\x0e\xb2\x8b\xfc\x27\x88\xed\xef\xa0\x95\x23\xdf\xf8\x87\x6b\x01\xe6\x58\x95\x76\x10\xbf\xb7\xc6\xee\x19\xe0\x8b\xfb\x29\xe5\xf3\x36\x94\xbf\xb5\x60\x2c\xaa\xda\x38\xf9\x35\x23\x13\xef\x3a\xcc\xfe\x92\xbe\xf1\xee\xf0\x5e\xf9\x39\x16\x79\x87\x1b\x53\xe4\x46\x14\x77\x29\xd6\x4e\x50\x03\x29\xfb\x5a\xe9\x97\xfe\xf0\x63\x11\xd0\xe1\xf5\x38\x6b\x47\xce\x30\xa1\xb5\x1c\x0d\x74\x6e\x35\x58\xdd\x71\x7c\xd8\x7c\x3b\x93\x93\xca\x5e\x4e\xae\x73\x5d\x5e\xd9\xb3\x24\x3c\x00\x60\x16\x54\xc5\xd4\xb1\x75\xb1\xf1\x0b\xc3\x28\x7b\xe4\xf1\x76\xc4\x7d\xf0\xd8\xb0\xd3\x85\xa4\xc8\xa9\xe0\x99\x97\x79\x4f\x0b\x91\x0c\xbc\xa3\xc5\xc6\x4c\xf4\xe0\xe5\x72\x52\xcc\x4f\xb5\x03\x5a\xf7\x4a\xec\x44\xc9\x3c\x71\x7c\x52\xa7\x57\x9e\x81\x22\x06\x9a\x34\x8b\x49\x29\xfb\xb0\xb3\x10\xde\xef\xc6\x7d\xba\x28\xaa\xba\xf3\xa9\x7d\xe8\x4b\x38\x41\x2b\x29\x43\xf8\xf1\x6e\x26\xb9\x27\xee\x5a\xb6\x14\x4e\x90\xf2\x1d\xd5\xfc\x74\xb4\x93\xbb\xb1\x8d\x1c\xb2\x3d\xed\x9e\xc3\x06\x3a\xcc\x6e\x2b\x7f\x78\xed\x1f\xae\x3b\xce\x27\xd2\x95\x4f\x90\xff\x9f\x32\xf6\x2b\xe9\xe3\xd3\x70\x9e\x48\x9e\x74\x3e\x8c\x0c\x31\xfe\xee\x6c\xef\x50\xbc\xef\xb0\x0a\xd9\x98\x6c\xc7\x2a\x60\x50\x28\xd7\x2d\x46\x1f\xf9\xed\xce\x50\x7b\x79\x20\x04\x16\xce\xa2\x77\x8c\x3a\x77\x7d\xce\x17\x51\x7c\x98\x31\xc4\x48\x1a\x54\xca\xee\xd8\x23\xe3\xe2\x98\x62\x97\x4a\x7e\x4a\x32\x6a\x0e\xff\x15\x69\xb7\x8e\x22\x7e\x95\xd2\x6e\x83\x07\x68\x8f\x2f\xb8\x2b\x07\xff\x4e\x40\x6c\x1f\x88\xb6\x51\x66\x65\xd6\xf5\xf9\xaa\x32\x19\x74\x45\xef\x1e\xe9\xc9\x58\x47\xe8\xf3\x1c\x02\xd6\x9b\xc8\x79\xbf\xe3\xc2\x66\xf1\xc4\x1d\x5d\xda\xcc\xec\x70\x8e\x3d\xbe\xd6\x73\xf6\x06\xb5\x4c\xb6\x8d\x5e\x55\x0b\x33\x60\xcb\x13\x51\xc0\x91\xbb\x9b\xdc\x3d\x61\xf7\x67\xea\x69\x8a\xd9\xcd\x79\x31\xbe\xfe\xae\x66\xf0\xbd\xd8\x44\x6c\xaf\x03\x50\xd8\x24\xcc\x70\x56\x87\xb3\xa3\xab\xc9\x9a\x67\x3f\x47\xee\xb5\x67\x98\x1d\x94\x05\xbd\x91\xc0\x89\x85\x61\xc0\x93\xa0\x80\x5e\x44\xfe\xcd\x6a\x63\x50\x07\x0c\x58\x53\x0e\x1c\x83\x2a\x01\xbb\x2e\x01\xb0\xee\x89\x27\x39\x19\x0b\x4b\x0e\x85\xa7\x05\x8e\xa0\x1e\xda\x86\xae\xae\xc4\xad\x05\x78\x30\xf9\xe8\x72\xbf\x33\xd9\xf1\x71\x95\xdc\xb9\x43\x9d\xc5\x42\x41\x76\xe1\x4f\x9d\xf8\x95\xd4\xeb\xfe\x42\xe8\xe7\x50\xb7\x0f\xf8\xf7\x85\x67\x0c\x08\x63\x3a\x15\xdf\x2a\xc6\x94\x0b\x6d\xc0\xb1\x61\x21\x16\x17\xc0\xb5\xab\xc5\xc2\xdf\x8b\x81\xa4\xab\xc5\x22\xac\xba\xda\x98\xa0\x91\x09\x28\x12\xf1\xda\x7a\xa8\x6a\xb5\x10\xd1\x07\xb7\x62\xe4\xea\x94\x05\x89\xca\x7a\x24\x6d\x08\xac\xb1\x73\xa2\x63\x4e\x24\xe9\x4a\x5a\xf8\x7d\x5c\x1d\x57\x2e\x77\x79\xcc\x6b\xea\x4a\x71\x01\xfa\x92\x78\x86\x84\x3f\xb6\x42\xe4\x7b\xc6\x20\x27\x4c\xbd\x1f\xe1\x14\xdc\x12\xc6\x5f\x93\xd7\xe9\x8c\xd9\xf5\xe9\x0b\x06\x82\xce\x1f\x12\x98\x66\xb4\x14\xf4\x8e\xea\x4a\x78\x0e\x70\x85\xa6\x3d\x60\x0b\xab\xba\x44\xd3\xbb\x67\x04\x68\x4e\xf8\xa3\xac\x86\xb3\x73\x07\xb8\xea\xa2\x5b\x80\x1e\xb2\xc0\xf0\x9e\x18\xf0\xd0\x73\xf6\x35\xcd\x79\x29\xc9\x35\x17\xe1\x4f\x58\xd1\x88\x14\xc4\x37\xbd\xda\xd8\x95\x89\xe3\xba\x12\x00\x96\x45\x51\xca\xb7\xea\xb0\x4b\x2a\x8c\x0a\xe4\x22\xb9\xfd\x9a\x19\xb3\x2e\x17\xcd\xa5\xb3\xc3\x05\x1f\xa0\x85\xa5\xab\x3e\xd7\x07\x85\x6c\x18\x25\xf6\x1d\x2f\xef\xe5\x8d\x89\x73\xf7\xef\xba\xbd\x8b\x21\xba\xf2\xb0\xfc\x27\x56\xb0\x1a\x4e\xf4\x4a\x9d\x83\x57\x65\x50\x60\x3d\x0d\x90\x48\x01\xfe\xd8\x23\x8e\xbb\x82\x13\x3b\xee\xe1\x84\x74\xdd\x03\xf1\x9b\xf0\x99\x85\x8c\x12\x8e\x92\xe5\xc6\x7d\xe4\xef\x13\xe2\x48\x65\x57\x27\xd2\xfb\x71\x84\xdd\x00\xba\xc0\xe3\x1e\x6f\x4e\x74\x3a\xe5\x7a\xaa\xa2\xae\x43\x69\x68\xa1\x43\xcc\x43\x43\x41\xe3\xa3\x38\x33\xd7\x6b\x5d\x9f\x8a\x1f\x37\x18\x4a\xa5\x30\x43\xe4\xe6\x12\x3c\x9b\x6c\x2f\xb4\x12\x1b\x6e\x17\x26\x1a\x8a\xea\xec\x13\x29\x6a\xa5\x4d\xac\x01\xa1\x68\x08\x66\x26\xc1\xbd\xda\xa3\x95\xb3\x2c\x1a\x0d\xb0\x93\x78\xe1\x45\xac\x31\xb5\x1b\xbe\x15\x8b\xaa\xa9\x34\x84\xe6\x93\x08\xad\x45\xb5\x5e\xcb\xb2\x2a\x8c\xe4\x6a\x78\x04\xed\x85\x1a\xae\xae\x12\x77\x44\xec\xd1\x6c\x0f\xeb\x8a\x13\xb2\x07\x66\x1b\xbd\x34\xba\x7e\x79\x71\x08\x40\x93\xcc\xf4\x04\x2b\x15\xc7\x82\x3d\x3c\x4a\x50\x44\x7c\xbf\x70\xe8\x8c\x8a\x61\x9c\xa1\x87\x14\x21\x84\x0d\xcb\xf0\xf1\xd5\x64\xc8\x22\x50\x82\xa8\x02\xaf\x6d\x14\x7f\xc0\xb6\x6e\xaa\xcc\x42\xa7\x52\x48\x30\xf0\x5f\xf8\x65\x47\xf3\x81\x00\x4a\x6a\xf3\x5f\x44\x51\xc3\xc7\x19\x03\x27\x16\x0d\xc8\xfc\x46\x6d\x52\xc3\x66\xe6\x0d\x4e\xb6\x6f\xd9\xd1\xb3\xa3\x18\x84\x03\xaf\x4d\xe3\xd0\x15\x18\x60\x17\xeb\x82\xab\xe4\x98\x0d\xca\xb7\x13\x1e\xf1\x78\xb1\x59\x48\xe7\x11\x87\x25\xfa\xe5\x46\xac\xba\xf0\x71\x8a\xfe\xe1\x08\xb3\xad\x04\xc2\x85\xec\x9d\x33\x82\xe0\xaf\x94\xcc\x73\xc2\x87\x6b\x9b\x33\x9b\xd9\x89\x24\x7a\x4f\xea\xb4\x8c\x09\x87\x66\x22\x80\x47\xd8\xdf\xf7\xc4\x6c\x2f\x68\x20\x22\xa0\x4f\x90\x40\x99\x49\x1b\x7f\xb3\x02\xe0\x42\x9c\xba\xef\x86\xdb\x2a\xd2\x89\xa0\x17\x41\xc7\xea\x6b\xbf\x0d\xd6\x59\x72\x2d\xfe\x7f\xd8\xfb\x17\xee\x36\x6e\x64\x5f\x14\xff\x2a\xb0\x9c\x23\x53\x36\x1f\x92\xec\x24\xb6\x14\x8e\xff\x8e\x1f\x13\xcf\xf1\x23\x7f\xcb\x99\x99\xb3\x44\x6f\x07\x64\x83\x64\x5b\xcd\x6e\x4e\xa3\xa9\xc7\x44\xbe\x9f\xfd\x2e\x54\x15\x80\x02\x1a\x4d\x29\xd9\x73\xf6\x9e\x7b\xcf\xdd\x59\x7b\x2c\x36\xde\x40\xa1\x50\x28\x54\xfd\xca\xeb\x66\x48\x6f\x12\xda\xd1\x58\xda\x8a\x4b\x77\xd8\xaf\xc4\x12\x4a\xf4\x1e\x0d\x83\x88\x9a\xb8\x75\xd7\x76\x77\x45\x5d\x6f\x4a\x72\x18\xb1\x83\x4c\x58\x64\xde\xa2\xcb\x69\x3b\xc7\xaf\xf1\x5b\x9a\x5b\x4d\x58\x8d\x61\x70\xd5\x1a\x0c\x8e\x13\x73\x8c\x39\x7d\xcf\x11\xe9\x69\x8c\x57\xe9\x08\x2a\xd6\x05\x46\x71\x82\x53\x5c\x9a\x09\x51\x26\x67\xcb\x2d\xc5\xd2\x8d\x2f\xc1\xf8\x63\xbc\x65\xed\x46\xb7\x94\x1b\xbe\xee\xfa\xca\x00\x5a\x6f\x66\xad\x51\xfa\x09\x9d\x6e\x3c\x59\x2e\x3e\x36\x44\xbc\x50\x97\x8d\x7d\xb7\xc6\xa6\x08\x50\x04\x54\xbc\x60\xf9\x75\x21\x21\xd4\x2c\x82\xbf\x73\xd3\x87\x8f\xb8\x0b\xe8\xa5\xd7\xfa\x3a\xcf\x48\xed\x9e\xd7\xde\x07\xcb\xa9\xa4\xfa\xe8\xae\xca\x2a\x81\x32\x76\x98\xd3\x4d\x83\x60\xc1\xd8\x89\x2b\x71\xa1\x40\xd1\x0f\x53\x13\xe2\x59\xd8\x22\xe6\x46\x94\x54\x31\xa7\x65\x3d\x5c\x99\x84\x62\x96\x71\x76\x3c\x7a\x62\xde\x1e\x43\x1f\x58\xe6\x89\x47\x0d\xe7\x63\x3e\x9c\x93\x67\x61\x21\x17\xbc\x3d\xeb\xc2\x55\xbd\x15\x63\x61\xb9\x2c\xd1\xe0\x96\x0a\xb9\x19\x20\xd7\xfb\xac\xd6\x38\x27\x95\x95\x18\x5f\x90\xff\x46\xd6\xe7\xf4\x21\xd8\x89\xa7\xf8\x6f\xf4\x48\xe2\xd7\xff\x25\xda\x22\x7a\x79\x64\x5e\xc8\x85\x00\xc3\xb0\xfc\xdc\x48\x53\xdc\x8b\xc9\xfc\xed\x25\x83\xc8\x29\xca\x89\x3a\x9e\x96\xe7\x79\xed\x05\xab\xd0\x2b\xcf\x93\x83\x3f\x5d\x38\x7d\xc5\x18\x52\x2d\x76\xeb\xbf\xb3\xcb\xc8\x56\x6b\xce\x91\x78\x63\x61\x61\x8c\xa0\x2f\x67\x10\xb7\x8b\x0b\x66\x80\xf2\x83\xc3\xe3\xe6\xa4\xff\xbb\xd8\xdb\xcd\x1c\xec\xb7\x5b\x72\xaf\x96\x74\xf7\x9f\x62\x4f\xe1\x34\x79\xef\x5a\xe2\x53\xe6\x52\x88\x3d\xbd\xd5\x7c\xed\xdf\xf2\xb9\x0c\xa6\x0c\xea\x0d\xce\xb6\xf0\x8b\xa5\xbe\x68\x6a\x92\x99\x52\x97\xd4\x2d\xa3\xfe\x08\xb7\xcc\xf9\x3c\xda\x0b\x91\xcc\xc7\xb6\x40\xdb\x9c\xbd\x33\x7e\x85\xf5\xb0\xec\x3b\xc7\xc4\xbe\x37\xe6\x6d\x05\xb2\xe0\x36\x80\x60\x3e\xa4\xf5\x2b\xae\xb2\x28\x03\xd3\xbd\xd6\xd7\x6d\xca\xb2\xf6\x45\xce\x42\x2e\x93\x86\xcc\x9f\xae\x6d\xcd\xd9\xb4\xaa\x0a\x25\xcb\xc9\x8e\x97\xec\xa1\x6b\x43\xb9\x5e\x17\x57\x76\x07\x3a\x8c\xcb\x96\x7c\xef\xee\xaa\x04\x5c\x81\x86\xa4\x48\xbb\x37\xde\x57\x19\xb8\x33\xc7\xcd\x00\x77\xb9\xd9\xa6\xc1\xf0\xbd\x14\x15\x88\xfb\x0e\xb4\x21\x84\x75\x91\x67\xea\x45\x75\x51\x1e\xd9\x8e\x78\x57\xd6\xbe\xcb\xf0\xcb\x9a\x25\xd3\x4a\xb1\xe4\x8f\xb0\xa2\x2c\x8b\x5d\x62\xca\x34\x97\x99\x7a\x5d\x1e\xf1\x6b\xb9\x6b\xe5\xab\xcb\xf1\x7e\xd3\x44\x59\xa8\x25\x9f\xc5\x36\x14\xe4\x72\x8d\x7d\x8d\xb0\x8d\x71\x4a\x03\xd3\xd9\x7f\x0d\x7d\x84\x0b\xe8\x2d\x85\x6f\xb9\x64\xc1\x69\x25\xc6\xa8\x13\x0f\xc1\x5d\x12\x5a\x29\x78\x5d\x31\x45\x12\xf8\x25\xe9\x83\xd0\xbe\xc4\xb6\x50\x57\xe2\x27\x5a\xf1\x43\x8b\x91\x73\x86\x04\x69\x8e\xd9\x3b\x88\x10\xab\x2d\xfa\xb0\x41\x56\x88\xd9\x20\x9c\xab\x9c\x2b\x88\x2b\xb1\xaa\xce\x95\xc8\x29\x1c\x3f\x20\x4a\xf4\xc0\x60\x0e\xf8\x49\x55\x03\xb4\x50\x5d\xca\x02\xb3\xca\x62\x8f\x09\x35\x77\xf0\x69\x6d\x2f\x38\x1b\x00\x2d\x8f\x7a\x12\xc8\x39\x11\x83\x1f\x0c\x38\x7b\x6f\xf9\x14\xdd\x09\x86\xdb\x82\x45\x06\x64\xa3\x6a\xed\x11\x76\xd2\x08\x37\x11\xae\xd2\xd0\xce\x13\x93\xd5\x78\x3f\x83\xb5\xb1\x66\x2b\x98\x21\xe0\x5d\x97\xf8\xd0\x0a\xad\xc7\x4d\x38\x70\xa0\xb1\x38\x78\x78\x1c\x42\x31\xa1\xa9\x7b\x4c\x36\x9d\xb8\x48\x6d\x87\x62\x96\x8b\x19\x7b\x78\xa0\xa5\x44\x7f\x48\x2d\xd0\x6a\x94\xd7\x64\x98\x68\xaa\x28\xaa\xb8\x2d\xc0\x57\x51\x5d\x1c\x89\xef\xf6\xf7\x69\xaf\xeb\xe6\x48\x1c\xee\xef\xb3\x90\xd8\xa8\x90\xc6\x6d\x36\x09\xa0\xae\x1e\xed\xef\xdb\xea\x09\xc1\x4a\xab\x0c\x4e\xaf\x8a\x00\x09\x8b\xcd\x22\x2f\xc5\xf4\x4a\x3c\x2f\xf2\xb2\x11\x3f\xa9\x62\x6e\x04\x45\xc4\x37\x59\xab\x7a\x95\x6b\x8a\xa0\x3f\x1a\x89\x65\xd3\xac\xf5\xd1\x68\x74\xa1\xa6\x43\x59\xcf\x96\xf9\xb9\x1a\x56\xf5\xc2\xfc\x1e\x1d\xee\x1f\xec\xef\x3f\x3c\x7c\xb4\x7f\xf0\xe8\xfb\x47\xdf\x8f\x4c\xd6\xa3\xd1\x68\x5a\xe4\x65\xa6\xf3\x45\x29\x0b\x78\x74\x1e\xc1\xd9\x3b\x5c\x2f\xd7\xa3\xc3\xfd\xfd\x27\xa3\xfd\xef\x47\x5f\x20\xaa\xed\x20\x53\x85\xbc\x1a\x71\xa5\x2d\x7c\x69\x11\x4d\x3f\x10\x7a\x1a\xb4\x95\xf5\x08\x5e\x4f\x13\xda\x7f\xc8\xf4\xc9\xde\x05\xc5\x11\xfc\x03\x2b\xd8\x79\x09\x28\x43\x8e\xc6\xf4\x1d\x01\x1b\x55\x97\x4d\x3f\xd6\x0a\x59\x6e\x54\x6d\x0c\xd1\x25\x40\xa2\xb0\x14\x74\xc5\x6e\x43\x26\xbd\xa6\xcd\x8a\xa9\x1a\x50\xc9\xb8\x8a\x6c\x2b\x81\xfe\x88\x04\x0d\xbb\xe8\xed\x3b\x0b\xde\x57\xd6\xd0\x3b\x07\xfe\x85\xef\xd1\x2f\x51\x9b\xdd\x03\x57\xc4\xf5\x86\x47\xf4\x47\x1b\xe9\xad\x45\x30\x0b\x2b\x43\x8f\x6c\xf0\x79\x88\xe1\x4e\x9f\x2f\xf3\x22\xeb\x6d\xa9\x04\xed\x20\x50\x4b\x69\x8d\x33\x4c\x57\x86\x2e\xfe\x2c\x04\x5b\x85\x98\x2e\xfe\x31\xab\x65\xa9\xfc\xc3\xf8\x11\xb3\x55\x66\x9b\x84\x82\xdb\x41\x70\x34\x5b\x93\x0d\x85\x3f\x55\xa6\x03\x25\xbe\xc4\xb8\x58\xa4\x26\xd3\xfb\x12\x90\xa5\x4c\x3f\x3c\x2c\xf8\x64\x27\xd9\x85\x38\x7a\xd4\x68\x24\xde\x6e\x74\x43\x60\xee\x34\x1d\x2a\x83\x10\xe4\x10\xc2\x50\x9e\x29\xfb\x42\xeb\x6c\x27\x69\x2e\x59\x3f\xaa\x75\x73\x42\x45\xe9\xe9\xc6\xd6\x74\xbb\x3e\x3c\x2b\x69\xd5\x8b\x4a\x2b\x0d\xd6\xad\xe4\xe2\x0b\x2f\x17\x53\x35\xab\x56\x14\x0f\x48\x66\x79\xe5\x26\xfe\x76\x54\x72\xec\x17\xca\x3a\x7d\x4c\x76\x6c\x5c\xd5\x68\x01\xb1\x7e\x4c\x72\x51\x35\xcc\xb7\xbf\x52\xc9\xa0\x9e\xb1\xaf\xe9\xab\xd8\xb3\x27\x74\x69\xa8\xd8\x08\x9a\xe6\xf2\x8b\x6f\x14\x4d\x53\xff\x04\x20\x32\xdc\x96\x63\x5d\x0f\x7d\xc2\xb6\x47\x21\x93\xeb\x8f\xc1\xf2\x53\x85\xa6\x82\xdf\x01\xe3\xde\xb7\x4c\xc6\x08\x02\xcf\x12\x8d\xa7\x45\xab\x6e\x35\x04\x75\xc3\x57\x68\xfb\x17\x22\xcd\x77\xdf\x42\xb6\xcd\xc6\x96\x80\x03\x2e\xdc\x7a\x18\x3b\xb4\x44\x8c\x8c\x10\x33\x83\xcb\x46\xe8\x96\xb1\x50\xcd\x48\xab\x86\xe3\x5e\x50\x00\xfa\xbe\x8b\x3e\x6f\xe4\x26\x97\xde\x8a\x45\x5f\x86\xa1\xe7\xcb\x30\xe4\xbc\xff\x79\x18\x22\x38\x74\x84\x9c\x7f\xc5\xc0\x7b\xe1\xc5\x06\xe4\x33\xd6\x3b\x59\x2b\x40\xe2\x20\xc2\xb5\x0f\x6d\x5c\x61\x6f\xc3\xa3\x3c\x73\x7d\x46\x22\x76\x02\x52\xa8\xc0\xa7\xe5\xa5\x65\x30\x8d\x26\xe7\x3b\xd1\x59\xdf\x80\x0f\x98\x92\xa9\xc6\x1c\xda\xa5\x8f\x2a\x5a\x54\x17\xaa\x9e\x49\xad\xc2\x00\xeb\xe6\x76\x54\xcb\xa9\x28\x95\x21\x66\x59\x5f\x21\x1a\x6e\x3e\x17\x46\x18\xcd\xb5\xb0\x9d\x8d\xa7\xda\x02\x3d\x33\x4c\x97\xbf\xbf\x7d\xf3\xa2\x9a\x59\xcc\xae\x16\xc0\x95\xdf\x90\xb0\x17\xbd\x57\xd9\xb0\xa9\xde\x98\xde\x51\xb8\xa6\x4f\x51\xd0\x63\xbe\x8b\xc1\x10\x68\x68\x76\x7c\x10\x56\x56\x3c\x75\x5c\x40\x1c\x71\x84\x9e\xe4\x6b\xf3\x0d\x11\xde\x23\x70\xa0\x36\x68\x40\x62\x8f\x25\xa2\x39\xb4\x08\x2c\x50\x21\xc4\x0e\x74\xfa\xb6\x71\x89\xdb\x41\x9f\x5d\x60\x8e\x2d\xe8\x44\xdb\x83\x12\x23\xc8\x06\x23\xd5\x90\xf1\x3d\x60\x58\xcf\xbc\x36\xee\x5d\xd8\x81\xe9\x9e\x08\xb8\x2c\x3a\xe3\x2c\x07\x03\x69\xa3\xad\x44\x23\xe0\x4f\x4b\x4c\xf6\xcb\xcb\x0c\xe8\xab\xbd\x26\x96\xde\xdf\x55\xe5\x00\x3c\x04\x81\xab\xf8\x3d\x6d\xc3\x61\x00\x68\xf5\x85\xd9\xdf\xd6\x76\xa3\xa9\xfc\xbc\x06\xcc\x18\x9a\xa6\xbe\x3e\x65\x73\x7f\xe4\xfa\x69\x39\xbc\x23\x79\x67\x2a\x64\xd8\xc4\x11\x73\xcf\xeb\x8c\x6a\x98\x72\x32\x4c\x1c\x98\x51\x74\x74\x3a\x5e\xa3\x77\x11\xc3\x36\x11\x89\xd9\xfa\x62\xbb\xb3\x3b\xd6\x92\x51\x48\x68\xcb\xbc\xe3\xa8\x5d\x49\xaa\x99\xec\x98\x51\x4d\x76\x52\x81\xc2\x59\x54\xdc\xd6\xc3\x92\x6f\x01\xbd\x21\xbb\x9e\x93\x92\xa4\xd7\xd2\xd2\xc5\x56\x70\xe9\xd3\x35\x39\xc3\x66\xd0\x40\xfa\x6e\x9f\x46\x8e\x0d\x01\xbf\x35\x39\x31\x62\xeb\xac\x2a\x21\x8c\x6b\x59\x95\x83\x9f\x3e\xbe\x7d\x23\xc0\x44\x51\xaf\xe5\x4c\x89\xd9\x52\xd6\x72\xd6\xa8\x5a\xb3\x4a\xec\x1d\x6a\xd9\xac\x0a\x30\x10\x1f\x5e\x2c\x65\x73\xb1\x80\x8b\xd4\x6a\x53\x34\xf9\x5a\x2e\xd4\x48\x5f\x95\x8d\xbc\x1c\x9a\x5c\x77\x3d\xa9\x0e\x0e\x6d\x4d\xe6\xdb\x3b\xe8\x05\x79\x91\x3a\x32\xd8\x62\x33\xe9\xf7\xa9\x2f\xbe\x15\xd7\x0a\xef\x1e\xcb\xbc\x50\x00\xa6\x49\xce\xd5\xae\xf0\x29\x68\x43\x3e\xc5\x24\x04\xf5\xf9\xb9\x67\x8c\x25\x8d\xaf\xc3\xa5\x91\xd1\x48\x60\x1c\x05\x80\x65\x47\x4d\x22\xdb\xab\x93\xd2\xb1\xfb\x34\xfe\x75\x8a\x41\xfe\xd6\x3a\x02\xc6\xd1\x8b\x90\x5f\x9e\x0f\xa8\x99\x69\xb7\x8c\x92\x00\x44\xf6\xaf\xb0\xec\x16\xc9\x2b\x15\xe3\x27\x7a\xc7\xed\x64\xbd\x65\x1c\x40\xdc\x13\xbf\x49\x72\xe2\x5b\x5b\x85\xdc\x71\x5e\xea\x6a\x53\xcf\x1c\x59\x8c\x26\x93\x8b\x07\xa3\x85\xd8\xbb\x49\x9d\xbc\x50\x4d\x03\x4a\x1b\x2f\x40\x27\x82\x8e\x3b\xb6\x7b\xcc\xd8\x5d\x98\x79\xdc\x21\x48\x82\xdc\x90\x12\x24\xa1\xb8\xb7\xdc\xb5\xf2\x0b\x85\xa2\x6f\x0b\x0e\x21\x69\xdf\xe1\xf5\xb2\xcd\x0b\x51\x4f\x25\x04\x55\x86\xf8\xd3\xa2\xa8\xaa\x75\x8c\x63\x05\x8b\x48\x90\xed\xda\xf5\xdb\x07\xe7\xc7\x49\x71\xd2\x8d\xbd\x6f\xf0\x51\x87\xfd\xf5\x46\xbd\x5b\xf2\x80\xc7\x6b\xc3\x4f\x59\x8c\xac\xc5\x40\x61\xc3\x29\xb3\x46\x10\x2c\x1e\x55\x58\x25\x8b\x3d\x45\x4a\xa6\xdb\x74\x62\xe9\xae\x49\x2d\xd2\x73\xc7\xda\x31\x0f\x40\x65\x6f\x62\xf5\xbc\x9a\x6d\x10\xfb\x84\xe0\xcb\xe1\x74\xb9\xc6\x2b\xea\xb5\x91\xe7\x65\xad\xe4\xf5\x74\xd3\x34\x55\xb9\xf7\xcd\x28\x47\x2c\xf3\x59\x91\xcf\xce\x78\x31\x79\x6d\xf2\x99\x0c\xdb\x2e\x6b\x46\x48\xfe\x4f\x5d\xd6\xd0\x7a\xed\x8f\x5d\xd6\x7e\x4e\x34\xfe\x7b\x2f\x6b\xd6\xc3\x7c\x99\xeb\x53\xde\xa7\x57\xf9\x25\xdf\x63\x61\xc8\xf7\xdb\x5d\xdd\xe2\xb9\xf9\xdf\x7e\x75\x63\xee\xa6\xff\x7d\x57\xb7\x3f\x70\x3f\xf1\xac\xe1\x55\x7e\x89\x53\x4d\xdd\x95\xb3\xa5\x07\x05\x9e\x78\x50\x91\xed\x0b\x75\xdc\x71\xe7\x61\xe1\xa9\xd2\x21\xfc\x6f\x7d\x35\xf9\x77\xb9\x35\x38\xd4\x7a\x0c\x0d\x11\x82\x8e\xdc\x14\xec\xe9\xbf\xe8\x62\x60\xe3\x94\x06\x93\xee\xbd\x23\x68\x49\xbc\x4c\x2e\xa7\xa0\x90\x63\x72\x79\x22\xe0\x7f\x02\x43\x2f\x85\xf8\xd9\xc6\x48\x80\xad\x64\xdb\x00\x38\x4f\x44\x48\x00\xd7\x29\xc7\x32\x54\x50\xc6\xc2\x91\xe0\xac\xda\xf8\x4e\x4b\x34\xf3\x99\x2a\x05\xa1\x2e\x8b\x7c\x96\x37\x05\x40\x18\x05\x85\x6f\xd0\xd4\x3f\x3a\x38\x38\xf8\xee\xf0\xe1\xc3\x87\x5e\x53\x3f\x2f\x36\x79\xb6\xae\xab\x2f\x6a\xd6\x40\xd6\x69\x51\x2d\x46\x87\xfb\xfb\x8f\x47\xfb\x07\xa3\xfd\x27\xa3\x05\xda\x36\x0f\xc8\xc6\x79\x20\xcb\x6c\x60\x8f\xcb\x41\x23\xa7\x68\xe1\x80\xa0\xfe\x83\x8b\xbc\x59\x0e\xbe\xc8\x73\xa9\x67\x75\xbe\x6e\x46\x41\xe7\x7e\xd1\x36\xc8\x14\x63\x0e\xb5\x6a\xea\x5c\x9d\xcb\xa2\x77\xf7\xe0\x70\xff\xfb\x43\x06\x0a\x01\x1a\x75\x6a\x60\xcb\x85\x6f\xb2\x63\x33\x45\xf1\x89\xac\x7a\xc6\x56\x91\xf6\xf3\x85\x08\x4b\xaf\xcb\xc6\x67\xec\x8b\x83\xfd\x6e\xdf\x5b\x53\x67\x50\x8d\x3b\x03\x49\x43\xe1\xf8\xe7\x3b\xa4\xe2\x30\x62\x8e\x3f\xfb\x3a\xb2\x87\xf7\x37\x48\x5d\xd6\x6a\xee\x3f\xa6\x87\xb1\xdf\xd5\x5f\x4a\x1f\x1c\xa4\x45\xf0\x3e\x77\x6a\x65\xfb\x60\x67\x5e\xd5\x93\x1d\x78\x73\x6e\x56\xc5\x2b\xf3\xc3\x9e\x14\x3b\xb3\x42\x6a\x8d\x89\xf0\xe7\x3b\x87\x9b\x13\x4a\xf4\x1d\x7a\x69\x8c\x61\xae\x30\x2e\x17\x80\xda\x06\xba\x71\x0f\xac\x3f\x1a\xa1\x5d\x1b\x84\x5f\x12\xd3\xba\xba\xd0\x18\xa6\xab\x56\xe6\x06\xd5\x38\xbb\x7b\x5b\x01\x14\xa1\x50\x69\xf4\xa2\x40\xd1\x85\xad\x58\xab\x00\x83\x5c\x0b\x19\xa9\xde\x01\x51\x9a\xd7\x82\x1b\xaf\x34\x92\x63\xb5\x6e\x16\x75\xb5\x59\xc3\x77\x04\x69\x13\xf5\xa6\x50\x80\x02\x39\xd8\x94\x1b\xad\xb2\x81\x91\xbe\x15\xbc\x99\x69\xc3\xe5\xb4\x20\x50\xb8\xcc\xa3\x09\xce\xaa\x4c\x41\x1d\x3a\x2f\x67\xf0\x0a\x3c\xab\x4a\x9d\x67\xaa\xb6\xd1\xbb\x70\x56\xaa\x52\x8b\xb2\xaa\xd6\x93\x32\xbc\xfb\xf3\xa7\x80\xf0\x05\x95\x05\x0a\xf2\x6f\x05\xb4\x92\x37\xf2\x33\x87\x3c\x27\x92\xa3\x39\xc2\xc0\xeb\x93\x9d\x00\x84\x0e\x5c\xef\x20\x7a\x90\x95\x18\x7c\x2c\xa1\xe3\xe0\xf4\xa2\x5c\xbb\xbb\xf4\x57\x47\xd0\x21\x08\x03\x1c\x26\x0f\x03\xba\x88\xc9\xd7\xdf\x8e\xbc\xa0\xdb\x11\x0e\xec\xbf\x6b\xcc\xa9\xe1\xb5\xc6\x14\x32\xab\x1b\xe6\xe8\xf6\xb3\xd4\xa5\x22\x89\x3c\x61\xc9\x08\x09\x72\xec\xd8\x93\xca\x6e\xf5\x9d\x5a\xc9\xec\xbd\xd9\xb3\xf6\xc3\x4a\x5e\xbe\x01\x31\xd9\x7d\x99\xa9\xa2\x38\x59\xcb\x19\x18\xa8\xb3\x6f\x3f\xdb\x20\x28\xb6\xaa\xea\xe2\x64\x2d\x4b\x9f\xa7\x2a\x82\xdf\x1b\xad\xde\xca\xb5\xfb\x09\xf0\x05\x3f\xda\x58\xfa\xb6\x48\xd9\xa8\xb2\x79\x99\xe5\x8d\xd9\x59\x86\xe3\x7c\x6a\x87\x2d\x8f\xa5\x35\x10\xc9\x63\x85\xf3\xd8\x22\x00\x84\x77\x1a\x32\xbf\xad\xf3\x35\xc8\x84\xb3\xaa\x28\xe4\x5a\x2b\xae\xdc\x91\xb3\x59\x55\x67\x84\x6d\x01\x9a\x1f\xc3\x8a\xa8\xa8\x3d\x7e\xf3\x72\x5e\xcb\x96\x96\xe7\xae\x36\x35\xc3\x01\x6a\x6b\x1e\x48\x3d\xcb\xf3\x81\xaf\x7f\xc2\x62\xca\x43\x5c\xbd\xf5\xb3\x32\x7b\x4e\xb9\x5b\x81\xc4\xe1\x84\xac\xce\x54\xe9\xd4\x41\x1d\x5a\xa0\xc0\xd1\xd4\x0a\x1e\x50\x70\xf8\xa5\xca\x4b\x17\xfb\x9b\x19\x3f\xf0\x40\x42\xcd\x73\xc3\xe6\x83\x8d\x14\x07\x85\xf7\x4a\x32\xab\x59\x5a\x44\x9a\x42\x3a\x35\xb0\x33\xf4\x88\x1a\x05\xab\x31\x39\x94\xfe\x58\x45\xf0\x7a\xde\x6c\xe3\x26\xfc\xbd\x96\xb6\xf0\xab\x2b\xba\x2d\x10\x7a\xb2\xfc\xcd\x53\xf9\x95\xcd\x03\x7c\xfa\xba\xed\xa5\x31\xcb\x60\x16\xb7\xc4\x85\x07\x6b\x3e\x9c\x03\x8b\xe6\x30\xdb\xd4\xf0\x3f\x7f\x45\x21\x7e\x56\xc8\x7f\xfe\xb3\x2f\xbe\xf4\x11\x4b\x09\xbf\x4e\xb8\xea\x32\x54\x8a\x70\x8f\xbd\x04\x58\xe1\x96\x5b\xab\xf8\x92\x7a\x03\xb1\xf6\x92\x43\x3b\x1a\xaa\x36\x30\xb2\xfd\xd2\x67\x24\x43\x41\x82\xf7\x82\x30\x7d\xad\xbb\x02\x8d\x1a\xbc\x59\x92\x34\x10\x0e\x8b\x32\x25\xa2\x75\x78\xa5\x25\xc5\x85\xc6\xbb\x76\x52\x5f\x69\xa7\x15\x95\x2e\x01\x89\x1f\x07\xb9\x5a\xb1\x6b\x7c\xd8\x44\xda\x38\x0f\x12\x7b\xd5\x55\xbf\x07\x0f\x2a\x22\x2d\x9d\x9a\xea\x23\x16\xff\x25\xc0\xe7\x0c\x47\x05\x04\xe0\xa7\xe9\x54\x7c\x49\x8d\x8c\xd7\x3e\x04\x99\xf6\xfd\xdc\x77\x15\xeb\x70\x7d\x12\x3f\x88\xfd\x76\x71\x1c\xf8\x83\x71\x98\xfb\x38\xcc\x14\x68\xea\xbf\x4e\x62\x34\x20\x73\x74\x08\xa9\x75\xbe\x80\xe8\x1e\x59\x3e\x9f\x2b\x38\x18\x9b\x4a\x48\xd0\xcb\x6d\xca\x52\xa9\x4c\x65\xa2\x56\x65\xa6\xcc\x6e\x1c\xf2\x3a\x3c\x91\x03\x58\x77\x62\x86\x53\x2f\x0e\x6e\xe2\xc1\x01\xc0\x57\x91\x7e\x85\x88\x1f\x34\x88\x4d\xf5\x83\x92\xb7\x72\x77\xe9\x70\x7f\x4a\xe8\x92\xfe\x5f\xc4\x08\xd8\x80\xfe\x45\xbc\x00\x85\xde\x96\x5e\xae\xa3\xb7\x78\x13\x64\xcb\x16\x3c\x5d\xfe\x5b\x33\x18\x7e\x37\xfe\x08\x70\xe3\x4e\x02\x35\x17\x08\x08\x74\x03\xcf\x21\x78\x75\x99\x55\x2b\x4c\xc6\x40\x0b\xa2\xa7\x95\x12\x96\x0f\xef\xfd\x3f\x94\x61\x05\xfb\xd1\xbf\xc3\xdc\x97\x45\x71\x5f\xe4\xa5\x6e\x64\x39\x53\x3a\xcc\x66\x2b\xbf\x15\x73\xfb\x93\x18\x1c\x74\x71\xb7\x31\x54\x51\xab\x75\x21\x67\xaa\xa3\x8a\x7e\x20\x1a\xfd\x7f\xac\xef\x8f\xb3\x3e\xb4\x4a\x4f\xb3\xbe\x3e\x22\x51\xfc\x95\xbf\x15\x83\x70\xeb\x0d\x35\xad\xec\xe6\xb9\x9c\xfe\xab\x2c\xf2\xcc\xce\x51\x63\xe9\x9c\xc9\x75\xd7\xd7\x1d\x12\xe3\x71\xca\xe3\xd6\x75\x21\xf6\x67\x80\x50\x75\xac\xb1\x36\x2b\x72\x45\x9f\x12\x57\x0a\xc5\x23\x40\x0c\x81\x84\x36\xbb\xec\x60\x80\xff\x09\x86\x9d\x6f\x65\xd8\x6c\x19\x02\x3d\x56\x9b\x77\xe7\x6d\xde\xcd\xd7\x29\x80\x33\xb4\x9f\xfd\xb7\xad\x3c\xfe\xf6\x2e\x76\x4e\xc1\x04\xfd\xd1\xaa\x98\xf7\xfd\x37\x7d\x1c\xbb\xeb\xb6\x97\x29\xe0\xb2\x18\x68\x20\x2f\xb3\xfc\x3c\xcf\x36\xb2\xc0\xaa\xf0\x5d\x9f\xf1\xb9\x88\x9f\x99\x56\x9d\x02\x32\xe1\x32\xe4\xfb\x73\x8b\xf3\xa5\xc5\x1e\xb1\xa8\x2d\x99\x7c\x60\x0f\x79\xcb\xf3\xa5\x9a\x9d\x09\x05\x68\x62\xae\xf8\x22\x3f\x57\x65\x5f\xe0\x25\x55\xab\xb5\xac\x01\xe3\xb8\xc8\x75\xd3\xe2\x12\x66\x3c\xc3\xa5\xd4\xb4\xb4\xbe\x92\x94\x0b\xb0\xc9\x1b\x50\x2d\xcb\x1e\xf2\x86\x04\x6e\x1f\x95\xf7\xdb\xa1\xb3\xf0\x24\xa5\xbd\xf4\x4b\x76\xb1\xac\x0a\xc5\x56\xcb\xd3\x96\x0f\x70\xee\xaf\x76\xfe\x79\x83\x5c\x95\x5a\x5b\x3a\x3c\xa7\xd9\x22\xc4\x14\x7f\x1c\x1f\x7f\x6c\xb2\xda\x4b\x83\x81\x31\x7c\x9e\x7c\x1e\xaa\xe8\x59\x8c\x04\xcd\x41\x1a\x3e\x7f\x76\x65\x3e\x7f\x36\x1c\x38\x3d\x4f\x31\x08\x24\x02\xfe\xba\x30\x25\x4b\xa9\x85\x64\x93\x24\xaa\xda\xf4\xe0\x02\xc2\x97\xae\x0d\x59\x66\xe2\x57\xb0\x61\xf8\xb5\x1f\xd4\xd3\x2c\x55\x69\x9d\x53\x4c\x85\x6c\xb6\xa1\x9e\x5e\x4e\xc8\xc2\x80\xf3\x0b\xc0\x72\x80\x9f\x3b\x35\x05\xb4\x3c\x57\x99\xc8\x9b\xbd\x61\x50\xe7\x7b\x07\xe1\x39\xc5\x28\x6b\x72\x76\x26\x2e\x96\xb2\x51\xe7\xaa\x86\x7a\xd6\xb5\x3a\xcf\x31\x0e\x33\xd6\x61\x9a\x91\xe5\x15\x84\x4d\xdf\x0b\x7b\x38\x97\x45\xe1\x6a\xb1\x00\x46\xe0\x4f\x8a\xcc\xde\x8c\xd3\xdc\xd3\x01\xb8\x43\x6a\x01\x81\x4c\xb2\x61\xb4\x78\xc0\x6f\xf8\xa9\xd7\x72\xa2\x8c\x33\xf0\x63\x31\x24\x6c\xbf\x42\x41\xbc\xc4\x08\xdb\xc2\xfd\x07\x51\x82\xe2\xaf\x69\xc4\x8e\x88\x18\xbc\xc2\x84\x17\xef\x74\x59\x8c\x1d\xa6\xcb\x49\x63\xb7\x7a\x80\x7d\x43\xe0\xe7\x89\x4b\x07\x72\xdb\x00\x97\x2f\xbc\x51\xf0\xfd\xe2\xc4\x49\x5b\x5f\x78\x53\xbc\xbd\xb8\x8c\x58\x26\x49\xa9\xd5\x8f\x74\x9b\xf8\xda\x52\x53\x31\x31\xd6\xcb\x89\x7c\xff\xb6\x65\x43\x7b\x2e\x71\x5c\xd7\x0e\xf9\xc6\xbb\xfc\x7f\x4d\x9a\x46\x50\xb6\xb1\x18\x4d\x26\xf5\x68\xb1\xcd\xae\xe1\x5c\x16\x37\x5c\x06\x29\xde\x2f\xbc\xda\x43\xf2\x6b\x27\x1e\xb8\x35\x0a\x26\x78\x9f\x79\xa4\xdd\x7c\xa1\x72\x73\x9f\x70\xa2\xf6\x2f\x6f\xe7\xb2\xa0\x07\x6d\x7c\xd7\x34\x4b\xf4\x29\x7a\xde\x4a\x67\xb5\xcf\x5b\xb1\x1e\xb6\x7d\xbb\x68\xbf\x6b\x9b\xbd\xd3\x7a\x3a\xe6\xc9\x9d\xaf\xc8\x93\x1d\x98\x2a\xb2\x75\x0c\x9e\xbd\x99\x98\x92\x7c\x4d\xe3\x2f\xe0\xed\xf7\xb4\x96\x89\x24\xe7\x54\xe4\x8c\xb0\xaa\x74\x03\xf6\x10\xa4\xc7\x2d\x17\x62\x26\xb5\x8a\x43\xa6\x91\xe8\x89\x76\xa5\x5d\x58\x2f\x61\xc7\xfc\x85\x85\x68\xac\x1f\x9b\xeb\xb6\x0f\x0a\xea\x14\xf4\x40\x5c\x00\x27\x77\x91\xd6\xcb\x4d\x51\x20\x38\x99\x39\x2f\x08\x9a\x2d\xde\x11\xa1\xe1\x2b\xc5\x3c\xdb\x6a\x27\x10\x8b\x7c\x11\xd9\x8a\x71\x4a\xc4\x3d\xbe\x85\x80\x18\xca\xb7\x64\xb5\x1a\x0b\x82\x50\xd0\x31\x92\x3b\xb1\x6d\xe3\x8d\x96\xda\x71\x6f\x83\xb2\x68\x25\x9b\x14\x98\x23\x61\xfb\x5c\x16\xbd\x50\xdd\x11\xcb\x48\xac\xae\x54\x67\x8c\x04\x54\x2b\xd9\xb0\x55\x02\xb9\x46\x6a\x54\xa1\x8b\x59\x55\x9e\xab\xba\xa1\x75\x83\xa8\x0b\x44\x42\xd1\x70\xd2\xf1\xf0\xb0\x79\xe6\xd2\x34\x89\x84\x2a\x7f\xf5\xb2\x81\xef\x12\xd8\x7d\x58\xcf\x83\xad\x15\xb5\x2f\x62\xb1\xb8\x89\x7d\xe1\x28\xbe\xe7\xb2\xe8\x77\x33\xc6\x80\x40\xed\x09\x1c\x91\x28\x37\x68\xe7\xfb\x23\x0d\x02\xd1\xc9\xf0\xf0\x11\xc9\x32\xbc\x8e\xf4\x5b\x70\x39\x94\xd9\xb4\x6a\xc8\xfa\x43\x7b\x96\xd4\x07\x19\xc7\x09\x38\x68\x8c\x6e\x5f\xb8\x83\xc5\xc4\x88\xde\x60\xea\xd4\x6b\xdb\x04\x81\xb4\xc0\x8c\x80\x90\x34\x61\x26\x39\x43\x1c\x77\x5b\x01\xc1\x60\x52\xc6\xd9\xb1\x78\xb1\xdd\x22\xcd\xce\x8e\xb3\x29\xc0\x97\xf6\xdf\x67\x6a\xe3\x8d\xd2\xbb\xcd\x3f\xdc\xa0\x5a\x8e\x18\x50\x34\x61\x34\x89\xb4\x76\xd4\x16\xdf\x43\x83\x85\xfd\x94\x59\x0f\xe2\xd3\xaf\x11\xa6\x55\x5d\x36\xa2\x59\xd6\xd5\x85\x16\xea\x72\xa6\xc8\x8b\xaf\x77\xf7\xe0\xd1\x77\x8f\xbf\xeb\x8b\xbb\x07\x8f\x1e\x7f\xfb\x78\xaf\x75\x49\xd8\xf2\xc0\x18\xe5\xdd\x6a\x36\x9e\x7a\x50\x4c\xd7\xd4\x96\x96\xac\xef\xb5\xba\x6c\xbc\xc0\xd4\x5a\xe9\xc0\x0b\xf4\x56\x2b\x17\xae\xdb\x46\xd9\xb8\x10\x86\x3b\xf2\x1e\x59\x8f\x47\x3a\x4a\xe3\x90\x0f\x13\x86\xff\x45\xba\x2a\xf6\xca\x1d\xd6\x54\x3a\xab\x45\xae\x03\x82\xfc\x03\x88\xd2\xd9\x6f\xe9\x39\x4c\xbb\xa6\xdc\x53\x24\x8d\x20\x1a\x84\xf9\x6f\x25\x2f\x5d\x0e\xec\xc6\x03\x71\x20\x7c\x54\x89\x56\xbc\x98\x00\x2e\x2c\xf1\xa0\x62\x04\xe8\x95\x0c\x1f\xfc\x53\x17\xe6\x3c\x6a\xf6\xa8\xdb\xb0\x07\xa1\x58\xd6\x40\x7f\x9b\xc5\xd2\x05\x54\x70\x26\x20\x0c\x5b\x1c\xff\xe3\xf0\x06\xa6\x33\x21\xa8\x01\x5f\x17\x74\x35\x35\xa5\x43\x70\x83\x8e\x9d\xf2\x24\xb5\x47\x5e\xbf\x7c\x3c\x78\xe2\x8c\xde\x36\xeb\x0c\x00\x39\x6c\xe7\xd0\xfd\x74\x5e\xd5\x2b\x51\x2b\xc3\x10\x7b\x77\x0f\xbf\xfd\xf6\x60\xaf\xa5\xac\xe8\xd9\xcd\xe6\x8a\x5e\x5f\x8b\x1c\x56\xd9\x9a\x75\x81\x3c\x18\x5d\xad\x9c\xbd\xaa\x07\x08\x05\x7a\x6b\x96\xb2\x41\x8f\x39\x6b\x9f\x63\x2e\xc9\x25\xc6\x9f\xa6\x0f\xce\xde\x27\xac\xf2\x0e\x75\xc4\x65\x8c\xc4\x54\x90\x45\x6d\x26\x66\xa0\xe1\xf2\x87\xa2\x32\x55\xea\x3d\x74\x5a\x25\xfb\xe8\x18\x8d\x9d\x41\x29\x36\xad\x35\xff\xb3\x42\xbc\x30\x82\x01\x9d\x31\x77\x67\x6e\x0a\xc5\x4b\x59\xfe\x6e\x05\x16\x5a\x77\x12\x59\x8e\x13\x8d\xfc\x4d\x89\x0c\x66\xb4\x54\x0a\x2c\xea\xa5\x39\xc9\xa1\x11\x43\xb1\xb8\x3c\x91\xaa\x1e\xc1\x5e\xcb\x84\x02\xba\xd3\xb3\xa7\x45\xe7\xd4\xfc\xdb\x4d\xd1\xe4\x03\x34\x80\x72\xc6\x93\xb6\x17\x89\xb1\x59\x40\x89\x94\x63\x52\x5a\xdb\x14\x76\x89\xc5\x87\x60\xee\x40\xb7\xf5\xda\x22\xb0\xe9\xbc\x2a\x4f\xcc\x9d\x8d\x78\xe0\xef\x64\x80\x8e\x55\x39\x99\xe8\x4c\x85\x5a\xc5\x7e\x8b\x77\x74\x33\x28\x7b\x15\xcf\x07\x83\x3f\xb4\xe9\x53\xe1\x4e\x67\x55\x99\x0d\xe8\x99\x23\x8c\x51\xea\x81\x7e\x83\xbd\x3b\x0e\x57\xca\x9a\x6a\x97\x34\xac\x48\xb0\xa2\x59\xc1\x4b\x9d\xa5\x50\x9a\x6f\x4d\x17\xf8\x40\x29\x12\x53\x99\x5b\x82\x76\xb0\x96\xf6\xab\x4d\x22\x02\x6b\x6b\x7c\x1d\x8c\xf8\x55\x55\xcf\x9c\x85\x22\x08\xe1\x53\x05\x01\x06\xc1\xc2\x0f\x3c\x0f\x8b\x2b\xb4\x29\x2c\xab\x72\x00\x96\x25\x10\x37\xdd\x5e\xc2\x02\x2d\x21\x4a\x79\xbe\xef\xd1\xb0\xda\xe7\xa1\x18\x73\xfb\xce\x54\xc0\x93\x98\xa4\xfd\xe5\x2c\xb2\xd9\xfc\x20\xb3\xbc\xd2\x28\x9d\x10\x4e\x82\xd2\x64\x3d\x39\xd2\xe4\x06\xd3\x42\xb0\x22\xe7\xc3\x7e\x80\xd3\x20\xba\xad\xb3\x42\xc9\x19\x0c\xb2\x7e\xb3\xa2\xc6\x6d\x36\xd8\x2d\x83\x71\x46\x36\xeb\x08\xea\xc0\x03\x0a\x46\x84\x67\x25\x19\x64\x82\xbe\x5d\x54\x14\xa5\x67\x0f\xbe\x86\x86\x9a\x16\x3b\x22\x46\xd1\x89\x47\x6d\xe8\xba\xe5\x26\x95\x78\xe5\x49\x9a\x53\x85\xa2\xbc\xbb\xf5\x00\x88\xc6\x51\xdb\x85\xf3\x6b\x5a\x55\x05\x4f\xae\xcc\x11\x1d\x21\x32\xbc\xe3\x21\xe2\x3d\xb2\x68\x68\xe5\xa4\xb4\xc3\x04\xc3\xe7\xbc\x84\xfb\x63\x55\xd2\x2f\xbc\x8a\x20\x6e\xc9\x71\xec\x29\xf4\xb6\xaa\xd7\x4b\xeb\xf3\x43\x05\xe0\x9f\x6b\xf8\xdf\x6a\xd3\x4c\x8b\x4d\xbd\xf7\xcd\xc8\x61\xf8\xfe\x5c\x57\x6b\xb9\x00\xb4\xae\xe7\x3e\xc4\x04\x9b\x31\x3f\x5d\x6a\x18\x15\xe8\x79\xa0\xa9\xd6\x0d\xc5\xfe\x3c\x87\x98\x7a\x74\xa6\x36\x75\xbe\x58\x84\x41\x11\x28\x43\x26\x1b\x69\x2d\x31\xcc\x94\xa0\x3e\xa5\xd6\xfc\x3c\x06\x80\x15\x32\xd4\x68\x56\xeb\xbe\x98\x6e\xa6\xd3\x02\x14\x10\xa6\x10\x82\xc8\x90\x93\x9b\x0d\x43\xdb\x07\x24\x4f\x42\xd6\xf0\x9a\x3c\xd3\xe8\xcf\x12\x70\x1a\x29\xe6\xf2\xf5\xb5\x83\xe3\x60\x80\x8f\xf4\x3c\xba\x94\xfa\xfd\x45\x69\xe3\xd0\x60\x8f\xad\x67\x2e\xf8\xca\xc3\x37\x94\x8e\x8f\x28\x83\xad\x02\x9e\xbe\xcc\x75\x41\x77\x56\xe4\xb2\x04\xb5\xb9\xaf\x80\x31\x05\x9a\xd9\x21\x64\x38\x22\xf3\x38\x68\x00\x9f\xd9\xd9\x20\x0d\x23\x86\x58\x8f\xa4\xae\x8c\x47\xd7\x76\x38\xca\x2a\x6c\xd1\xf9\x19\xd1\xd5\x09\x5d\x8d\x62\xe7\xa2\xb6\x06\x19\x9c\x8c\xda\x9f\x1f\xdf\x0a\x18\x02\xe8\x72\x64\xa8\x52\xac\x0c\xf1\x02\x6f\x27\xca\x1d\x55\x9b\xe6\x98\x2c\xca\xe9\x91\xa5\xac\x1a\x31\xcf\x6b\x1b\x71\x5c\xd4\xf9\x62\x69\xfa\x78\xc1\x7a\xc8\xb6\x02\xb9\x00\x10\xae\x27\xa7\xc9\x21\xd1\xa2\xca\x52\xef\xbe\xc9\x17\x63\x53\x0b\xb7\x87\x18\xc6\xf6\x0f\x5e\x07\xf1\xce\xae\x5d\x26\xa8\x9d\x63\x0a\x95\x24\xa4\xa8\xd5\x42\x5d\xae\x11\xa2\x06\x82\xa7\x9e\x83\xdd\x82\xe9\x63\x5e\x12\x01\xf7\xf6\x92\xf4\x03\x5d\x08\xc9\xe1\x38\xa2\x55\x9f\x7f\x88\x61\x42\x7c\x0e\x9e\x54\xd5\x3e\x85\xd8\x2d\x6e\x21\xdb\x0a\x1b\xe8\x91\xb3\x62\x03\x3f\x23\xe0\x80\x0f\x1c\xec\xb5\x5d\x49\xc3\x3e\x54\x0d\xce\xdb\x6b\xa9\x35\xca\xfc\x34\xe5\x2f\x61\x88\x18\xfa\xa3\x2f\xde\xd3\xbf\x55\x2d\xbe\x00\x82\x4f\xc9\xe7\x80\x6b\xd7\xf0\xf3\x18\x93\x4f\x99\x23\xae\x2c\xb3\x4a\x7c\xf2\x2a\x07\xcc\xe8\xde\x7f\x4a\x75\x11\x34\x6d\x21\xa6\x2c\x92\x08\x56\x1b\xc6\x23\xd9\xdd\xa5\xef\x01\xb6\xc1\x47\x5c\x3e\x31\xcd\x9b\x95\xd4\x67\x47\x62\x57\x1c\x00\x0f\x2f\x25\xe0\x97\x2e\x89\x51\x1d\x8b\x5d\x71\x08\x09\xc4\xe7\x7b\xe4\x85\x64\xa4\xa2\x3d\x36\x9a\x61\xae\x6d\x9d\xe3\x90\xd5\x3d\x15\x87\xe2\x48\x3c\x3c\xe6\x99\xdd\x92\x85\x2b\x6b\x6d\x8a\x39\x05\x60\x81\x9a\x97\x88\xeb\x78\xca\xe7\xe7\x83\x5a\xbc\xbc\x5c\x9b\x5a\x7a\xff\x71\x3d\x99\x4c\x26\xc3\x3d\x58\xd7\x44\x33\x90\xda\x7b\x7a\x34\xbc\x0f\x7f\x5d\xef\x01\x41\x3c\x30\x45\xf1\xc3\x37\xf8\xc5\xcf\x3f\xb9\x0c\x38\xda\x00\xa7\xef\xcd\x1a\x9f\x15\x61\x96\xf3\x12\xb4\xe5\x22\x6f\x8c\x78\x36\x55\x08\xc6\xbf\xd1\xf6\xed\x80\x86\x63\x43\xb5\xc5\x80\xea\x28\x10\xd0\x56\x96\xf5\x22\x94\xe2\x82\xef\xc8\x03\x13\xbc\xe7\x79\x61\x6e\x4e\xb2\x84\x03\x18\x51\x9a\x00\x60\xd8\xb0\x3f\x1b\x8c\xc7\x75\x98\x62\x9d\x59\x97\x1a\x5a\x77\x21\xeb\x05\xb3\x01\x60\xf8\xc4\x5e\x55\x6a\x3b\x75\x4a\x23\xff\xe4\xe7\xa9\x7d\xef\xc0\x83\xd0\x67\x0d\x88\xf1\x19\x84\xfe\xa5\xa3\xcd\x32\xed\xa6\x12\x59\x2d\x2f\x44\xb5\x69\x74\x9e\xe1\xfb\x72\x91\x97\x96\x69\xdb\xdc\xe3\x90\xfd\xd1\x67\xc2\x3c\x06\xa5\xeb\x6f\x5f\x83\xb9\x0d\x68\x13\x43\xe9\x98\x12\x96\x71\x26\x3e\x59\x20\x52\x3c\xc6\x09\x3f\x3d\x86\x04\xd8\x7e\x1c\xbc\xb0\x30\x3b\x34\x01\x6b\x2f\x6d\x88\xb5\x39\xb0\x0d\x57\xc9\xce\x65\x39\x53\x10\xb2\x57\xfc\xed\xe1\x73\x3b\x11\xa6\x37\xa2\x77\xf7\xc9\x13\xa7\xe5\x18\x8d\xc4\x8f\x20\x23\x00\xe9\x55\xee\x0c\xec\xe3\x83\x7c\x53\x59\x39\x4a\x5c\x00\x27\x46\xf8\xb2\x45\x51\x4d\x65\x21\xaa\x8b\x52\xd5\x2f\xac\x4c\x60\x84\x8f\xde\xdd\x27\xdf\x1f\x3e\xda\xdb\x36\x49\x77\xec\x94\x94\x15\xb5\x8c\x01\x84\xfe\x06\xed\xa4\x3d\x65\xbd\x18\xe3\xc3\xe7\x0f\x33\x55\xa8\x85\x6c\xf0\x33\x19\x59\x84\x3e\x30\x77\xda\xe7\x1c\xab\xe9\x41\x88\xc2\x4e\xd2\xba\x37\xca\x4b\x78\xd6\xb8\x4b\x8d\x55\x63\xcd\x36\x35\xfc\x4f\xab\x48\x04\x4b\x61\xa5\x29\x1b\x5a\x2a\x32\x9d\x43\x71\xc4\x54\xc6\x5b\xf2\x87\x25\x9a\xf2\x65\x19\x2d\x06\x5a\x54\x88\x45\xd5\xf0\x25\x13\x3d\x35\x5c\x0c\xfb\x20\x00\xac\x0b\x99\x97\xe6\x34\x31\x27\x48\xa6\x1a\x39\x5b\xaa\x4c\xbc\x78\xff\x76\x2f\x98\x20\x68\x77\x3c\xb6\x32\x4b\xb8\x9e\x5c\xde\x8b\x61\x36\xa2\xf1\x34\xab\xf5\x90\x9c\xd9\xfe\x9a\x2b\x08\x8e\x6b\x3e\xe1\x74\xe0\xc2\x9a\x6f\xd4\xfb\xe4\x2d\xc6\x52\xe3\xab\xbc\xf6\x47\x86\x75\xa4\x23\x4a\x97\x0d\x01\xc3\x73\xeb\x28\x66\xc8\x84\x56\xa7\xb6\x6f\xfe\x89\xdf\x10\x98\x3d\x59\x98\x70\x7e\x82\x41\x54\x7b\xc1\xe0\x42\x39\x91\x2f\x09\x93\x60\xc7\x22\x07\x27\x7d\xa6\xcf\x67\x84\xc5\x6c\x2c\x2c\xad\x4e\xf3\x32\x8b\xe9\xd4\x2f\x2f\x9d\x87\x34\x6a\x9b\xe0\x20\x1e\x7a\x11\x9a\x3b\x88\xf7\x93\x1d\xdc\xd3\xd6\x38\x03\x25\x06\xc2\xc9\xeb\xd9\x67\xb6\xbd\x53\x2e\x78\x7f\x0a\xd4\x85\xc9\x4a\xb1\xd1\x40\x6a\xc2\x47\x71\xec\x4c\xf8\x36\x0f\xdf\x2c\x4b\x83\x0a\x90\xa3\x75\x50\xf1\xbb\x40\x1e\x68\x0d\x93\x84\xab\xdd\x5d\x53\xd5\xa9\xfd\xf9\x29\xd9\x8f\xdd\x5d\xc1\x5b\x37\xbf\xe5\x6c\xa6\xd6\xcd\x0b\xd9\x48\x6b\x20\xdc\x26\x59\x7f\x58\xde\xdc\x77\x2b\xcc\x07\xe5\x52\x9c\xda\xd7\xbe\xae\xe1\x5f\x02\x7c\xec\x6d\xb5\x8f\xe1\x47\x38\x13\x2a\xf9\x59\xf6\x7a\x2e\xca\x6a\x5a\x65\x57\x82\x2a\xa6\xe0\xba\xd6\x6d\x54\xa2\xf1\x85\xb9\x9d\xe4\xb1\x84\xdf\x66\xbb\x76\x03\xbc\x70\x11\xf9\xb0\xca\x5e\xc4\x6b\x49\xe3\xed\xd8\xb4\x85\x74\x0d\x54\xc7\x71\xa2\x3b\xd7\x3c\x63\xa8\xd6\xbd\xbd\xe4\x11\xc7\x69\x90\x2f\x5a\x8a\xf1\x3b\xb1\x59\x48\x2b\x4e\xbe\x78\xff\x56\xac\x54\xb3\xac\x32\xcb\x1d\x48\x88\x01\xdc\x58\x50\x41\xcb\x95\x22\x54\x05\xed\xd9\x47\x68\x1a\xe6\xee\x75\xe1\x64\x02\xc7\x41\x36\xd5\x07\x3d\xfd\x3d\x6b\xab\x40\x47\xde\xb9\xac\x73\x39\x2d\x94\x91\xc7\x44\xef\xee\x77\x07\xdf\xef\xef\x45\x14\xe3\xe9\x38\x88\x8a\x07\x88\x00\xb4\x0d\xf7\x6e\x71\xe6\x4d\xc2\x17\x84\x81\x15\x2a\x64\x29\xaa\xf2\xd5\xfb\xf7\xc4\x14\x6d\xf0\x65\x88\xaa\x91\x37\x5a\xbc\x7a\xff\xbe\xb7\x47\x33\xc4\xeb\xf2\x57\xde\x70\x6f\xc5\xea\x52\x93\x2f\x69\xab\xed\x8b\x79\xfc\xe0\x49\xa7\x26\x73\x24\x88\xc2\x58\xdf\x21\x3e\xd9\xdc\xaf\x11\x49\x8d\xe8\x8b\x7c\xa1\x84\x2c\x6a\x25\xb3\x2b\x3a\xa4\x33\x43\xd5\x60\xdf\xc7\x2b\xee\xb8\xa1\x8e\x63\xb6\x1a\x6d\xe0\x9b\x19\x7f\x8b\xfd\x0f\x65\x96\xc1\xd5\xe8\x0d\x68\x4f\x55\x6d\xaf\x48\x5d\x4a\xa1\xb6\x82\xbf\x8c\x67\x10\xe7\xaf\xf5\xb8\xf1\x9f\xec\x28\x9a\x4d\xfe\xeb\xfa\xda\x39\xc7\xc1\x15\xe3\x8f\x11\x4e\xb3\x5a\xff\x51\x73\x7e\xce\x8a\x03\xe3\x42\x43\x6c\xf9\x62\x71\x05\x23\x83\xe0\x6a\x59\x55\x56\xb5\xbd\x32\x57\x42\xe7\xab\x4d\x81\xaa\x05\xef\x06\x51\x95\x8a\x0a\xff\x02\xd0\xd4\x46\xc6\x32\x72\xdd\xaf\x20\x34\xf6\xf2\x52\x5c\x9b\x1b\xc3\xde\xaf\x24\x3d\x83\x3e\x90\x2a\x6a\xc7\xf5\x42\x89\x9e\xae\xc7\xdc\x6e\x4e\xb5\x02\xfc\x76\x5e\xc1\xf7\x42\xf5\x9b\xfb\xc5\x0d\x23\x00\xc1\x0f\x9a\x64\x6c\x47\x9f\x50\xbf\xb2\x23\xb8\x4d\x47\x13\xe9\xc9\x2d\xb5\xb2\x3d\xa1\xfa\x84\x40\xc8\x3c\x0f\x61\xf2\x23\xdb\x8a\xc8\x68\x30\xad\xae\xc4\xe9\x08\x43\x43\xfd\x2e\x1c\xd9\xa8\x73\xbe\xbe\x7e\x14\xce\x31\x88\xc9\x43\xf9\xe9\xc8\xbb\xa9\x43\xb0\x30\x09\x63\xc5\x2e\x43\xc4\x10\x29\x75\x4b\x0f\x91\x0c\x82\x68\x27\xf1\x0b\x47\x88\x4b\x61\xe4\xdd\x79\x75\x29\x7e\x18\x3f\x7a\x04\x29\xf6\x83\x7d\xb5\x86\x37\x9c\x88\x24\x1d\x45\x82\xee\x1c\x16\x1e\x22\x5b\xab\x46\x0c\x9c\xbd\xc6\x74\xb3\xf8\x67\x5e\x14\x72\xb8\xaa\xf0\xdf\xaa\x5e\x8c\xf4\xb2\xba\xf8\x3c\xdd\x2c\x86\xb3\x45\xfe\x34\xcf\xc6\xdf\x3d\xfe\xfe\xfb\xc7\xdf\x9b\x8a\xc2\x6e\x3d\x5f\xd6\xd5\x4a\x99\x5e\x3d\x16\x03\xf1\xe8\x49\x5f\x9c\xc8\xb9\xac\x73\xf1\xc3\xf8\xc9\x70\x5f\x0c\xc4\x93\xe1\x01\xa1\x63\xa4\x7a\x26\xe6\x46\x8c\xb7\x0f\xec\xb3\x8d\x16\xbb\x02\x34\x98\x98\xdc\x27\x7c\x8b\x7c\xb6\x84\x97\x27\x73\x2d\x3d\xcf\xab\x02\x6f\xb1\x38\x84\xa3\xd1\xe8\xe2\xe2\x62\x78\xf1\x10\xfa\xfd\xf1\xc3\xe8\xc5\xfb\xb7\x83\x37\xea\x5c\x15\x83\x87\x03\xd8\x2f\x7a\x74\x17\xab\x1b\x40\x13\xf0\xf7\x00\xff\x17\xbd\xf6\x6f\x9a\x1e\x3d\x9c\x99\x61\xe6\x9b\x15\xb4\xb1\x1e\xd9\x9f\xa3\x5c\xeb\x8d\xd2\x23\x73\x73\xca\x0b\x33\x4f\x8f\x1e\x3d\x79\xfc\xed\xf7\x31\x1c\x86\x7d\x7e\x08\x5f\x96\x28\x92\x07\x0e\xfc\x48\x4c\x76\xdc\xbb\x44\x1f\x26\xc1\x7d\xaa\x00\x05\x33\x08\x8f\x51\xd5\xf9\xa2\x2f\xe6\xf9\x25\x17\x06\x7c\xe8\x76\x69\x0e\xcb\x05\x98\x51\xae\x9b\x0d\x1c\xa8\x56\xcd\x42\xc2\x90\xbb\xb2\xe1\xbd\x48\x57\x2b\x55\x95\x4a\x5c\x48\x58\x15\xd2\x1a\xbb\xd6\xdd\x66\xb0\xb5\x8c\xe3\x87\x07\xd1\xb5\x41\x2d\x2b\xec\x99\xde\xf6\x05\xd7\x27\xf5\xc3\x8d\x32\xcf\x2f\x7d\x65\xed\x88\x83\x69\xa5\x8b\x99\x02\xf6\x26\x07\xaf\x72\x1b\x0e\x2f\xd6\x96\x13\x71\xef\x1f\x89\x5a\x2d\x36\x85\xac\x51\x2f\x2f\x7a\xe7\xb9\x14\xbf\x02\xeb\x09\xee\xb7\xbf\xee\xf5\x49\xd2\x0b\x2a\x61\xd9\x33\x97\x53\xec\xb2\x5b\xb6\xcb\xf0\x2b\x77\x37\x80\x30\x82\xd5\xcc\x46\x59\x6f\x5d\xa5\x83\x1a\xed\x87\xe0\xed\x1c\xe1\xbf\x94\xe6\xd1\xbb\x2c\x84\x5c\x56\xcd\x88\x2a\xda\x06\x3f\x77\x5c\xc1\xe8\xf4\xcd\xaa\x59\x42\x86\x41\x0a\xa3\xf5\x6e\x85\xa3\x0a\x0e\xe4\xce\x6e\xf4\x11\xc7\x13\x5b\xbd\xbe\x06\x5b\xa3\x07\x41\xe8\xa6\xaf\xfe\x81\x48\xc9\x3a\x83\x58\x36\x29\x9e\xff\x5f\x37\x71\x62\x20\x0e\x7e\xe7\xe4\x25\xe5\xaa\x9b\xe6\x8f\x4d\x1b\x96\xef\x5c\xbd\x94\xf1\xd5\x96\x29\xf7\x3d\xdd\x76\xaf\xc4\x23\x11\x03\x31\xe0\xbb\x67\x51\xcd\x6c\x6c\x5a\x8a\xe5\x60\xbf\x1c\xdb\xa7\xd1\xb2\x2a\x41\x1b\xfe\x9b\x58\x6c\xf2\xec\x88\x45\xa5\x11\x5f\x5d\xa6\x1a\xa2\x65\x80\x3e\x62\x34\x99\x3c\x1d\xb1\x47\x5c\x73\x49\xab\x2b\xad\x07\x16\x20\xe9\x72\x55\x00\xaa\x15\x3c\x53\x58\x38\x14\x59\x6b\xf5\xf7\xb7\x6f\x02\x1e\xc3\x8f\x65\xd3\xc8\xe5\xaa\xe8\x23\x1e\x56\xfd\xb2\xae\xab\xfa\xa5\xd5\x4b\xe3\x6a\x41\x76\x1f\xfb\x09\x7e\x76\x05\x28\x8d\xb1\x79\x7c\x4c\x6a\x6e\x39\x16\xe1\xa6\x81\xd1\x98\xb5\xa7\xac\x08\x9a\xeb\x55\x5d\xad\x4e\xd0\x80\x1e\x2e\x99\x79\x79\x2e\x8b\x3c\xa3\x68\x01\x28\x7d\x5c\xd9\x66\xcd\xd0\xcd\x1c\x19\xe9\x8e\xe6\xfb\xc5\xfb\xb7\x3f\xc3\x90\x8c\x20\x3f\x8c\xaa\xb4\x0a\xed\xc9\x4e\xa3\x2e\x9b\xd1\xe5\xaa\xf0\x28\x28\x62\x06\x4a\x57\x7a\x63\xa6\x01\x44\xb3\x23\xc6\x30\xdb\xbb\xbb\xe6\x9f\xe1\x42\xd9\x5b\x81\xfe\xf1\xea\xa3\x5c\xa0\x59\xd7\x64\x07\x0b\x29\x53\xc8\x54\xef\x05\x1e\x9c\x57\x53\xc3\xf5\x75\x3c\xf1\x2d\xeb\x01\x28\x6f\xaa\x7b\x4d\x33\xf0\xf7\xb7\x6f\x8e\xd0\x19\xc6\x49\xb5\x71\x1d\x4c\x47\xc6\xed\xaa\xa3\x6c\xc3\xd9\x32\x2f\xb2\x77\x86\x63\xf7\x03\x6b\x84\x0e\x5b\x6b\x55\x80\xdd\xe8\x73\xc4\xe3\x09\xcd\xaa\xd9\xa3\x4c\x19\x3e\xba\xe0\xfe\x22\xa1\x98\x09\xba\xb6\xd6\xcb\x55\xc1\x02\x98\x9c\x4b\x50\x52\xd5\xd3\x5a\x82\xec\x00\x7e\x34\xa7\x93\xc9\x27\x32\x0e\xa8\x9f\x7f\x78\xf3\x8a\xbc\x6b\x9e\x4e\x26\xe5\x68\x81\x9f\xf5\x66\xba\xca\x9b\x46\xd5\x1f\xaf\xd6\xc0\x95\xc0\xd6\x00\xbf\x12\x0e\xe9\x75\xbe\x92\x0b\x75\x0d\x66\x87\xd7\xf3\xbc\x50\x1e\x98\x94\x4a\xdf\x8c\x68\x7a\xa6\xae\x16\xaa\xdc\x23\xbc\x52\x87\x60\x33\xdd\xe4\x45\xf6\xb3\xac\xe5\x4a\xf7\xc4\xba\x56\xc0\x3b\xaa\xe9\x17\xc3\xaa\x64\x96\x9b\x3c\xb2\xe8\x83\x36\x99\xed\x3b\x0b\x23\xd9\x81\x72\x53\x4d\xbf\x84\xfa\x09\xb3\x8b\x54\x9d\x23\x56\x39\x5a\xe1\xe5\x8d\x5a\x0d\x43\x72\x01\x41\x08\xda\x66\xae\x13\x7d\x71\xde\xb2\xa3\x61\x5d\x33\x74\x68\xa7\x9c\x94\xf6\x38\x8a\xa4\x6e\x08\x3d\x13\xc0\x11\xd5\xf7\x42\x80\x13\xa2\x9e\xc9\x42\xd6\xec\x88\x96\x59\xe6\x67\xe4\x3c\x60\xc6\x8c\x15\xf3\xda\x5f\x9b\xca\x72\x0d\x06\x53\x58\x9d\xe8\x61\x33\x55\x4d\x6f\xb5\x7b\x7d\xa1\xca\x59\x95\x29\x50\xbe\x94\x9b\x95\xaa\xf3\x19\x9a\x85\xb2\xa6\xf9\xa2\x70\x6a\xa6\x91\x3d\x10\x93\x9d\x53\xdc\x46\xce\xdb\x21\xf1\xf8\x7a\xee\x0d\xc9\x45\x2e\x8e\xc8\xe7\x06\x4a\x7f\x8a\x4d\x8c\x83\x5f\x7c\xe5\x83\x93\x33\xe3\x6e\x48\x1d\x46\xf6\x65\xe8\x44\x71\x87\xaf\xd5\xee\xae\x68\x2a\x43\xe6\x96\x44\xa2\x4e\x77\x51\x0c\x66\xe0\x24\x83\x2f\x2a\xa0\xb5\xa3\x97\x0b\x46\x23\x09\x9a\x66\x73\x06\x85\xec\x24\x98\xa2\x16\x79\x33\x45\xf2\xe1\x8b\x5a\xbc\xee\x41\x27\x69\xc5\x59\x27\x03\x0a\x82\x3e\x3a\x93\x26\x7b\xaf\xf3\x9b\xc2\x5a\xa7\x56\x73\xb4\x31\x76\x01\xfb\xe1\x09\x4d\xab\x46\x54\x73\x28\x73\xa6\xae\x46\x64\x4f\x98\x97\x4d\x25\xa4\xc0\x93\xd6\x3e\xf3\xfb\xf3\x53\xae\x82\xc3\x53\x06\x03\xe4\xdb\x99\xfa\x88\xbd\xc6\x70\x76\x7d\x37\x84\xa0\x8e\x33\x75\x45\x46\x66\xef\xeb\xc8\xd5\xc8\x6b\xee\x5f\xcf\xbd\x99\xa0\x74\x85\xfb\xe6\x20\xac\xce\xe0\x81\x5a\x96\x99\xd8\x68\xdc\x04\xdc\xde\xcf\x56\xe2\x8c\xf1\x53\x4e\x57\x41\xcb\x4f\xb9\x68\x18\x24\xf6\x02\x4e\x1e\x25\xb2\xcd\xac\x4f\x85\xf3\x30\x34\x57\x08\xdc\x9f\xbf\x7c\x78\xfd\xbc\x5a\xad\xab\x12\x8c\x1d\xce\xd4\x15\xed\x9c\xb1\xa1\x21\x5f\x6d\x2a\xf3\x56\xc7\x9e\xf8\x42\x83\x20\xf7\x6d\x57\x27\x9a\x15\xe7\x05\xe4\xc5\x91\xd7\x73\x4f\x2c\xe0\x94\x8c\x6e\xd2\x79\xd9\x17\x52\xeb\xcd\x4a\xa1\xc5\x38\x9a\x01\x74\x92\xd5\xb0\x8b\x77\x4b\x7c\x20\xea\x09\x39\xc4\x80\x67\xa0\x7c\x76\x08\xc5\x3f\x17\x32\x2f\xf1\xf5\x08\xf3\x76\xf3\x79\x73\xbf\x0c\xda\x4c\x70\x7b\xd9\x36\xb8\x74\x3b\x07\x5d\x94\x30\xa6\xa6\x77\xf0\x89\xf4\x39\xe9\x5d\xf9\x7a\x1e\xee\x65\xe2\xb9\xa6\x47\x93\x9d\xaa\xc8\x26\x3b\xe2\x42\x5e\x89\x1e\xb8\x8e\xcb\x2b\x71\x30\x7c\x38\x3c\x04\x2e\x5d\x64\xf6\xad\x69\x34\x12\x59\x0e\x6e\xe2\x7d\x51\x39\xd7\x70\xaa\x09\x76\x97\xa1\xdd\xd9\xa6\xd6\xf9\xb9\x2a\xae\x02\xc6\x44\x4c\x07\x2c\x76\xb6\x33\xa6\xbe\x90\xa7\x36\xfb\x4d\x1c\x88\x11\xc1\x07\x07\xc5\x2b\x50\xc3\x89\xa0\xa2\x38\xf5\xd2\x1a\xcf\x5b\xac\x0f\x27\xe2\xec\x92\xb0\xf8\x75\x9b\x73\xaf\xad\x46\xa5\xee\x60\x51\x10\x20\x33\x16\xe7\xa5\x4e\xc5\x90\x90\xf6\x02\x7d\x5b\x98\xb8\xa5\x62\xa8\x0a\x44\xbe\xf4\xd5\x1d\x1e\x78\x4a\x98\x1a\x8b\x21\x0a\x6a\xd8\xc9\x8e\xa3\xb2\x1d\xb0\x78\xcb\x8b\x46\xd5\xc0\x3c\xb3\x2c\x45\x86\x5e\xab\x07\x5c\x76\x1c\xc6\x35\xb2\x9e\xed\xac\xd2\x56\x70\x19\x57\xf6\x69\xc2\xdc\xdd\x25\x5a\x20\x15\x4f\xb6\x43\xec\x5b\x37\x82\x88\x7d\xe0\xb3\x2e\x7c\xe1\xf3\xef\x2f\x5a\x89\x61\xae\xc1\x8e\xcc\x3a\x6a\xc0\xd9\xa9\x2b\xdc\xf9\xf3\x5c\x15\x99\x56\xcd\xa9\x4d\xfd\x24\x2e\xaa\xda\x83\x84\xf3\x99\x86\x93\xcf\x6f\x70\xe7\x06\x9a\xaa\x9f\xbf\xc4\x71\xb9\xd3\xda\x04\x72\x8f\x42\x7a\xb3\x8a\x84\x5b\x6e\x3d\xb8\x17\xb9\xc9\x43\x71\x6b\xee\x7c\x7d\x2d\xee\xd4\xf0\x43\xd2\x33\x79\x58\x94\x31\x81\x88\x58\x20\x42\x44\xac\x8f\x8d\x7d\xf2\x42\x6f\xd7\xd8\x13\xb7\xd3\xf5\xb4\x0d\xdf\xda\x76\xc3\xbd\xd9\x69\x34\xdc\x41\x1d\x5e\xa3\x1d\xf7\x98\xdf\x40\x54\x21\x63\x69\x06\x95\x0f\xa7\x0b\x73\xb3\x36\x57\x0d\x70\xb2\x9e\xd4\xf6\x56\xf3\xf5\x66\x67\xd2\x7f\x5d\x23\x66\x5d\x16\xaa\xe9\xb5\xdc\x2e\xfd\x35\xe9\x70\xdf\xdc\x57\xfe\xc7\xe1\xbe\xbd\x07\x2d\x25\x44\x61\x1f\xdd\x1d\xde\xb7\x37\x26\x59\x36\xf9\x73\x39\x5b\xc2\xd5\xa6\x77\xfa\x74\xf7\xd3\xde\xe7\xf1\xe9\x7f\xec\x7e\xba\x4f\x19\x96\x4a\x66\x18\x35\x77\xf4\x1f\xbd\xe1\xfd\xa7\x7b\x47\xa7\x62\x32\x69\x3e\xdd\xef\x9d\xfe\x07\x76\xeb\xd3\xfd\xbd\x6f\x46\xab\x85\x7f\xfa\xb9\xfb\xfd\x77\xdf\x3e\xec\x8b\xbb\x8f\x0f\x0e\xbf\x85\x7f\xbe\x3d\x3c\x02\xa5\x47\x61\x18\x4a\x53\xcd\xaa\x02\x62\x93\xcd\x1c\x13\x85\xc4\x9f\x6d\x9a\x8d\xff\x30\xad\x36\xcd\xb5\x5c\xaf\xcd\xff\x0f\x74\x53\xd5\xe6\x86\x36\x7c\x30\x00\x56\xaa\xf3\xaa\x84\x8b\x9a\xb9\xb3\x5d\x5f\xe4\xd9\x42\x35\x7b\x47\x76\x58\x65\x45\x17\x51\x5b\xd9\x9f\x5f\x7e\xbc\xfe\xe9\xe5\xb3\x17\xd6\x8e\xbc\x5e\xf3\xd6\x26\x93\xd1\x64\x32\x1a\xd9\x21\xdc\x17\x3f\x9b\xe3\xa2\xb0\xe1\x7a\xc4\x7d\x71\xb0\x27\x3e\x2e\xd5\x15\x78\x89\x6d\xb4\x9a\x6f\x0a\xc3\x02\xf3\xb2\xa9\xab\x6c\x33\x53\x36\x8c\xb4\xb9\xcd\xe2\x25\x13\x91\xd8\xbe\xc8\xcb\xd1\x17\x5d\x95\xeb\xe1\x17\x4d\xf1\xd1\x85\xba\x94\xab\x75\x81\x06\x96\xe2\xbe\x38\x84\x9a\xb5\x82\xaa\x67\xb2\x28\x54\x76\x44\x49\x42\x88\x81\xf8\xf1\xe5\xab\xf7\x1f\x5e\x0a\xa9\xcf\x6c\x3c\x60\x69\xce\xb0\x52\xaf\xab\xba\xe1\x19\x9f\xbd\xfa\xf8\xf2\x03\x1e\x9b\xe1\x39\x25\x7a\x7a\x08\x8a\x19\x10\x16\x3d\x36\x8a\x36\x9c\x78\xa6\xb4\x7e\x41\x89\xce\xee\x53\xdc\x17\x0f\xf7\x40\x24\xcb\xf1\xc1\xde\x8e\x8b\x12\x1f\xed\xc1\x57\x50\x86\xc8\xa2\x10\xfa\x6a\x35\xad\x0a\x31\xd9\xb9\x3f\xd9\x01\x6b\xda\x29\xcc\x52\x46\xd9\xbf\xdd\x13\xea\x52\xcd\x36\xd0\x99\x8b\xdc\x14\x80\x38\xbc\x68\x20\x60\xc7\xe2\x1a\x01\xd9\xf5\xe3\x4f\x2f\xdf\x41\x44\xa5\xbc\xdc\x28\x91\x55\x17\x60\xfb\x86\x2d\xe4\x73\x81\x38\x69\x58\x3f\xf8\xe0\xac\xdd\x8a\x89\xb1\xf8\xed\xab\x5f\xca\x8f\xb6\x7e\x2d\xa6\x79\x99\xe5\xe5\x82\xad\x69\xf7\x10\x0f\x7f\xdf\x10\x1f\xee\x91\xb3\xdb\xef\x1d\xe2\xa2\xda\x3e\xae\xc6\x77\x9f\x8f\xcb\x06\xb1\x21\x93\xf7\xc1\xba\xae\x8a\x6a\x01\x61\xa6\x84\x56\xff\xd8\xa8\x72\xa6\x44\xef\xee\xc1\xfe\xfe\x93\xc7\x7b\xc7\x62\x05\x36\xcb\xeb\xb5\x92\x1a\x2c\x2d\xf1\x7e\xa0\xce\x65\xa6\x3c\x86\x20\x6e\x46\x59\x14\x56\x4d\x32\xd9\xb9\x3f\x9a\xec\x0c\x67\x55\x39\x93\x60\xbd\x7d\xdf\x46\x74\xb5\x71\x44\x67\xcb\xaa\x16\x8d\x44\xba\x24\xfd\x62\xf8\xea\x51\xd5\xf9\x22\x87\x02\xf8\x17\x95\xd9\x16\x49\x54\x3a\x90\x41\x5e\x04\x10\xef\xc5\xd8\x69\x4f\xe1\xb7\xf5\x50\xfa\xd1\x8c\x0b\xd0\xa0\x75\x53\x6f\x66\x0d\x28\xd5\xbc\x65\xf3\xd0\x6c\x44\xb7\xa7\x61\xec\x2c\xe1\xa3\xdf\x4d\x4e\x69\x23\xb3\xec\x63\xe5\xb9\xc0\xfb\xda\x93\x51\x4f\x60\x1b\x9b\x9a\xe1\x3d\x19\x51\x96\xd6\xf6\x65\x80\xd8\x88\x1e\x5b\xb2\x80\x46\xc9\xb6\x45\xbb\x25\x67\x22\x64\xa8\x82\x0d\x2b\xc2\xa3\x8b\x5f\x03\x38\x0e\x43\xa2\xe1\x2e\x15\x2c\x02\x49\x93\x5e\x3e\x2c\xe3\x8e\xab\x44\x75\x63\xec\x6d\x6c\xfc\x0a\x2f\x05\x94\xbb\x1d\x2c\x2d\xa8\x4c\x27\xdb\x0c\x51\x11\x6e\x04\x57\xf6\x23\xe7\x37\x56\x9a\x9a\x58\x86\x7d\x55\xd5\xa8\x86\x72\x7b\x2e\x2f\x83\x8d\xee\xbb\x61\x4b\x79\xcb\x45\x57\xc6\xf7\xba\x1b\x80\x0d\x4d\x6b\xc0\xf4\x3a\x9f\x8b\xda\xec\x3e\xdd\x70\x3c\x19\xe8\xb2\xad\x07\x34\xbd\xa4\x96\x79\xd0\xc6\x74\x49\xb4\x3c\xd4\x18\xaf\xfd\xc0\xa2\x3e\xdd\x8f\x40\x77\x19\x45\x9e\xfa\xae\x7f\x42\x90\xc8\xc4\x77\x98\x50\xb1\x37\xdc\x94\xe8\x6e\x41\x53\x78\x1c\x0d\xca\xa3\x75\x61\xc0\xe6\xc9\xd6\x87\x92\x3f\xda\x09\x34\x58\xf5\x3d\xe8\x7a\x47\x99\x70\xa4\x7a\xbb\xe5\xf3\x12\x82\x3e\x40\x5c\x2e\x17\xa0\xab\x22\x75\x0b\x9e\x06\x66\xdf\x79\x26\xca\xb6\x38\x95\xbd\x71\x93\x5b\x4f\x5d\xdd\x27\x66\x26\x8b\xf7\xf6\xc3\x97\x7f\xfc\xfd\xa7\x0f\x9e\x1e\x30\x9e\x36\x54\x8b\xe1\x16\x3c\x58\x82\x32\xc7\xb7\xab\x1f\x1e\x24\x3c\x1b\x81\x68\xfd\x9e\xd1\xdb\x95\x88\xbb\xca\xe8\x32\x30\x9c\xe0\xd1\x9f\x01\x23\x81\x7a\x10\xad\x03\x73\x76\x0d\x34\x04\x5b\xd6\x27\x08\x0c\xd7\xf7\xd3\xfa\xbe\x7e\x25\x0d\x97\xbd\x8a\xef\x00\xb6\x02\x36\x97\x62\x9c\x28\xd7\xbb\x79\x52\x43\x3b\xd3\x88\xd7\x05\xf5\x87\xcc\x8e\x5f\x7a\xee\xb4\x26\x1e\xec\xfc\xda\x13\xc4\xeb\xfb\x14\x6f\x70\xeb\x40\xed\x58\x81\xdf\x39\xa9\xf2\x81\xc9\x6a\xbc\x72\x5d\x19\x5b\x08\x62\x93\x08\x2b\xa7\x35\x92\xd4\x95\xe7\x4e\x4f\xb0\x68\x1f\xdb\xdb\x8c\x90\x5b\xbc\x2e\x83\x53\x13\xf1\x7a\x4a\x72\xa3\x69\xcd\x08\x72\x35\xe0\x4f\x7c\x7a\x51\x64\xf8\x04\xb6\x97\xb6\x2c\x89\x11\x6c\x2b\x3f\xf3\xfe\x21\xa0\x25\x41\x29\xf7\x8b\xbc\xf4\x70\x15\x00\x48\x28\x1b\xd1\xc8\x33\xa5\xc5\x64\x67\x5e\xc8\x66\xb2\xe3\x10\x1c\x7a\x25\x9a\xde\x4f\x95\xc8\x94\x5a\x53\x3d\x2a\xdb\x23\x0b\x9e\x4b\xa5\xc5\xdd\x27\x8f\x1f\x7f\xcf\x8f\xf8\x2f\xf2\xf2\x25\x69\x65\xac\x99\x84\xae\x67\x5c\x6b\x0b\xba\x58\x53\x21\x6d\x63\xd3\xea\x7b\xe7\xa3\xcf\x44\x88\x13\x84\xe4\xd1\x43\x9e\xc3\xf9\xa7\x94\x56\x69\x05\xe2\x66\xc9\x5b\xb1\xe8\x9b\xf5\xec\x14\x52\x3f\x75\x87\xe2\xea\x09\x56\xb9\xcd\xfd\xd4\x1a\xdb\x1e\x99\x23\xc6\x0c\x1d\x34\x8b\xf0\x97\xe1\x3f\xa8\x3e\xb4\xb9\xc7\xac\xa1\x58\xeb\x45\xa7\x94\x29\xd8\x7a\x65\xb4\xb3\x54\x6f\x54\xdf\xcd\x15\x66\x4d\x50\x09\x66\x70\xeb\x7b\x9f\xec\x40\x34\x84\xe8\xa9\x4a\xad\x40\xfe\x91\xb8\x02\xf6\xbc\x3c\x9a\x94\xe2\xbe\x18\x88\x79\x5e\x66\x28\x90\xa3\x9f\xa4\xe3\x48\xbd\x95\xca\x72\xd9\x80\xa1\x6f\x73\xa1\x14\xc6\x5b\x35\xb2\x6f\x63\x05\x6a\x75\x49\x9c\xd7\x16\xda\xa3\x4a\x2d\xb0\x12\x48\xf4\x55\x8d\xfd\xc8\xd0\x7d\x0b\xbb\x34\x41\x5f\xfe\x80\x38\xb0\xdb\x1f\x6c\xa7\x7b\xc2\xf2\xa6\x3e\x1b\x49\xc0\xfb\x67\x4d\x9f\x8c\xcf\x00\x2d\xf9\x85\x95\x8d\xc4\x3c\xaf\x75\xf3\x22\x14\x95\xa8\xfb\x86\x92\xf4\xd0\xfe\xa0\x34\x2e\x36\xb1\x5d\x76\xcc\xb4\x93\x00\xcc\x29\x37\x4d\x15\x5e\x2a\x0c\x2d\x04\x13\x43\x52\x0f\x5d\xf5\x4c\x71\x2b\xe6\x44\x9b\x17\xd9\xe8\x7d\x2e\x92\x78\x86\x17\xfa\x65\x22\xea\x69\xd3\x0d\x18\x65\xd2\x84\x1e\xae\xf2\x95\xf3\x06\x82\x99\x1b\x2e\x54\x63\x27\xf4\x27\xd0\x2c\x18\x7e\x40\x77\xf5\xc1\x47\xf2\x4e\x4e\x2b\x64\x11\xe2\xd6\x61\x97\x66\x4a\x16\xce\x00\x40\x8a\xb3\xd2\x5c\x11\xf9\xc8\x1d\x4d\xcf\x18\xaf\xc4\x7d\x68\x27\xc6\x2d\x41\xfc\xfc\x69\x13\x9c\x81\xf8\xee\x6e\xeb\x1b\xe9\xcb\x66\x2d\x67\x9c\xc4\x31\x81\x4a\x35\xc6\xee\xa7\xb5\x92\x67\x69\xf0\x80\x68\xc0\x4d\x65\x58\x3f\x79\x18\x81\xed\xa1\x74\xe4\xe7\xd0\x5c\x5a\x94\xef\x37\x74\xb8\xc8\x79\xd9\xa2\x5d\x0b\x2c\xfe\x22\x29\xf3\x5a\xb3\x84\xc4\x13\xc0\xc7\xfa\xca\x42\xcd\xe5\xd3\xc2\x0b\xd6\x3a\x35\xd5\x89\x56\xb9\x0d\x09\xeb\xe2\xf5\x35\xee\x07\x53\xaf\xaa\xed\x74\x3f\x70\x28\x9f\x51\xf6\x4f\xe1\xe4\xc7\x43\x09\x9c\xd0\x3a\xe6\xdd\x76\x24\xd8\xa5\x71\xb5\x3c\x29\xaa\x36\xe1\x35\xf5\x9e\xfc\x84\x37\x66\x91\x4c\x59\x6b\xdd\xdc\xee\x61\xf8\xfb\xfa\x3a\x64\x16\xed\xa7\xa9\x0b\xb3\xec\x9b\x32\x13\x32\x58\x6d\x44\xe3\x91\x59\x16\x5c\x72\x2c\x2e\x6e\x91\xeb\x26\xd4\x2f\x8c\x46\xc0\x2f\x7c\xc4\xc1\x4e\xce\x48\xd3\x13\xf6\x33\x3c\xbf\xc2\x34\x73\x84\xb5\x24\x83\xdf\x5a\x57\x42\x76\xff\x08\xab\x0e\x7d\xbc\x1d\xda\x24\x11\xd0\x69\x94\xfd\x53\xf8\xe4\x7b\x5f\x3c\x5f\x4a\xdc\xdb\xe7\xaa\xc6\xc8\x69\x00\x84\x4d\x4f\x39\x70\xda\xe0\xad\x60\xa9\x9c\xf0\x19\x1c\x04\xe2\x59\xa1\xcd\xae\x6b\xb4\x7d\xfe\x81\xa4\xbf\xff\xfd\xef\xa4\xf9\xb7\xb6\x9d\x28\xa9\xda\x90\x04\xa9\x33\xe4\x39\xd2\x31\x9c\x1d\xb6\x1e\x77\x8a\xe4\xfa\x64\x03\x56\x65\x5c\xe6\x30\xfd\x3e\x04\xc8\x88\x1a\x5d\x78\xab\xf2\x9c\xc0\x23\xd6\xb5\x3a\xf7\x87\x07\xed\x0f\xae\x16\x42\x2a\xa8\xea\x33\xcb\x15\x67\xd5\x1a\x1e\x26\xfd\x79\x62\x7d\x98\x2f\x14\x62\x36\x35\x95\x58\x55\x59\x3e\xbf\x12\x79\x03\xec\xc4\xcf\xdb\xd6\xa3\x88\x2e\xa5\x7b\xfe\x48\x7a\x8e\x60\x01\xac\x67\x2b\xb9\xc6\x8e\xb8\xf0\xc2\x99\x91\x3d\x74\x8a\x39\x1d\x70\x22\x41\xd6\x61\x6a\x02\x71\x89\x71\x83\xe0\x90\x61\x3c\xc2\xfc\x9d\x88\xe8\x15\x32\x12\xa8\xb0\x25\xf8\x94\xe0\x63\x4a\x21\xdc\x92\x27\x1e\x8d\x8f\x50\x35\x9b\x0a\xf5\x0a\xa8\x66\x6b\x8c\xd8\xca\xf7\x21\x8b\x44\xc1\x02\xbe\x31\x51\x6f\x68\xe9\xe0\x15\xd0\xd2\xa9\xcb\x19\xec\x12\x20\x91\xd3\xad\xb9\x31\x56\x34\xa6\x26\xfc\x92\x9f\x81\x23\x9e\x65\x06\xaf\x50\xf5\x95\xcf\x8d\x24\x70\x9e\x67\x56\x3f\x81\x9c\xcf\x50\x16\x3a\x48\x59\x8a\xdc\xdd\xa5\xd5\xa6\x82\x81\xed\x3d\x9d\x3e\xe3\x20\x4b\x8f\x11\xb8\x27\x94\x36\xce\x3f\xb4\x35\xb6\xe3\xa0\xd4\x9b\x57\xc0\x47\xb3\x88\xa7\x95\x82\xa5\xa8\x5a\xdd\xd3\xe8\x35\x72\x61\xb6\x00\x78\xe2\x9a\x01\xdb\x22\x5e\x11\x84\x06\x44\x46\x78\x0a\x4f\x7d\xdb\x89\x48\x12\x72\xa7\x80\xef\xa5\x19\x44\xf8\x68\x68\xc9\xc3\xcd\x0e\x4c\xb5\x3a\x4f\x36\x8b\xda\x40\xf0\x7c\xd1\x18\x51\x9c\xaa\x4e\xdd\xfc\xa0\x96\x3b\xae\x4f\xbb\xbb\xfe\x4b\x72\x36\xc8\x48\x40\x9d\x81\x77\x0d\x04\x8e\x75\xbb\x80\x8d\xc5\x6c\x86\xb1\xe0\xfb\x03\xaa\xf5\x07\xad\xa7\xb4\xeb\xeb\x20\xdf\x64\xe7\x7e\x94\x23\x56\x1d\x81\xa7\x64\x49\x07\x55\x1f\xee\xae\x42\x8a\xb5\xcc\xeb\x48\x2b\x76\x07\xba\x11\xe9\xc0\xfc\xf6\x3f\x14\x8e\x93\x37\x11\xb4\x4e\xd8\x1a\x66\xae\x36\xcd\x7a\xd3\xe8\x78\x32\xf1\x3f\xf2\xe9\x36\x19\x3d\x1e\x49\x2a\x8c\x8b\x75\x9e\x42\xa6\x34\xee\x9e\x66\xde\x01\x98\x3b\x7a\x17\xb0\x1d\x06\xee\x8a\x1e\x95\x8a\x8c\x53\xe3\xc2\x37\xaf\x02\x74\x04\x05\x9d\x14\x56\x60\x72\x5d\x7c\x99\xe3\xb8\x84\x15\x6f\xcf\xd3\x83\xb1\xa4\x9c\x29\x43\xc2\xea\x1f\x9b\xfc\x5c\x16\xf0\x98\xe0\x1b\x6a\x97\xf1\x95\xa2\x26\x2b\x15\x5d\xa6\x73\xbc\xb8\x74\xb1\xeb\xe3\xa4\xa5\x85\xec\x9b\x83\x16\x18\xf0\xd2\x48\x94\x8d\xaa\xe9\x46\x18\xb0\xdf\xf0\x3f\xbe\x8d\x12\x6d\xc2\x1e\xda\xda\x5d\xb7\xe1\xed\x94\xb6\x26\x74\xd2\x21\xf1\x5b\xfa\x89\xa9\x6b\x12\x07\x0a\x9a\x24\x04\xd3\x8e\x8c\xad\x00\x43\xec\x4f\xbe\xfd\x90\xf5\xbb\x01\x43\x10\x85\xb2\x42\xd4\x1a\xbf\xa4\xb1\x9f\x2c\xac\x4d\x34\x23\x65\xb0\x16\xbf\x94\x85\x39\x1b\xc0\xea\x58\xc3\x83\xa5\x2c\xcc\xd9\x0e\x84\x8e\x4e\xa2\x7d\x32\x91\x0e\x65\xcb\x15\xaf\xc8\x37\x06\x87\x0c\xd9\x76\xb7\x56\x80\x1d\x33\x26\xb3\x3f\x5e\x6e\x15\x63\x84\x19\x80\xff\xfe\x2a\x5b\x96\xde\xed\x8a\xf0\x1d\xbf\xbd\x8e\x10\xf4\xe6\x28\x36\xf0\xee\xb7\x33\x42\xca\x11\xce\xc3\x53\xa1\xc0\x7a\xf4\x5d\xc5\xc4\x2f\x3c\x17\x60\x3f\x7b\x96\x00\x0f\x47\x9e\xf3\xb6\xe8\x25\x1e\xc6\x16\x82\xe1\x7f\x7c\x6d\x6b\x71\x7e\x13\x6e\x28\x1a\x65\x82\xc9\x0e\x3a\xd5\x1d\xf9\x69\x6b\x85\x8e\x0d\xbd\x11\x81\x97\x6c\x4a\x42\x75\x15\xcb\xaa\xc8\xec\x03\x21\x42\x86\x1b\xd9\x54\xce\xc0\x8d\xfc\x1f\x1b\x55\xe7\x78\x77\xc4\x2f\x47\xf8\x8c\x84\xd5\xbc\x91\xba\x19\xbc\x35\x82\x6a\xae\x32\x81\x46\x09\x62\x06\x86\x0b\x80\x6c\xa4\x2e\x1b\x2b\xdb\x9b\x12\x85\xd4\x8d\xcd\x7d\x64\xd5\xf0\xaa\x91\x8b\x23\x2f\x2c\x73\xbd\x9d\x83\x31\xde\xd4\xc5\x51\xf8\xc4\x48\x4b\x87\x7e\x9e\x93\x9d\x3f\xbf\xfc\xe8\x96\x33\xd7\x6f\xaa\x99\x2c\x8e\x44\x68\xc0\x40\x8a\x01\x57\x8b\x33\x35\xb0\xee\xa4\xe8\xba\x8e\x9e\xa1\x7d\x2b\x14\xb9\x97\xf8\xe0\xbb\xd4\x57\xe5\x2c\xf8\x42\x6a\x88\x8f\xd4\x1f\xb9\x5e\x17\x39\x36\x34\xba\x1c\x5c\x5c\x5c\x0c\xe6\x55\xbd\x1a\x6c\xea\x02\xed\xe8\xb2\x63\x78\x14\xd6\xaa\x19\xff\xf2\xf1\xd5\xe0\x31\x76\x1e\x65\xc4\xfb\x34\xb4\x7c\xa5\xaa\x4d\x73\xe4\x9e\xed\x70\x91\xc1\x03\x35\xbc\x03\x04\x1f\x37\x5a\xd5\x68\xc6\xc2\x3e\xae\xa5\xd6\x17\x55\x9d\x05\x1f\x61\x9d\x82\x2f\xb8\xe7\x8f\x50\xdd\x6d\xbf\x79\xc3\xbc\x30\x81\x4c\x50\x8e\xfc\x73\x8a\x87\x15\xc5\xd3\x55\x33\x18\x6a\x10\x92\x8e\x84\x7d\xc6\x66\x6e\x4f\x97\xcd\x91\x75\xea\x00\x38\x16\xb6\x2d\x97\xcd\xaa\x70\x89\xe6\x07\x4b\xbb\xc4\xa4\x60\xa2\x57\x45\x5f\x78\xef\x10\x97\xf5\x8b\xae\xca\x38\xaf\xf9\x46\x99\x7d\x10\x7c\x1b\xb7\xc5\x5f\xdc\xac\x76\x89\x8d\x04\x1a\x1e\x4d\x26\x53\xd3\xc8\x64\x3a\x8a\x7a\x6b\x52\xcc\x5f\xa3\xa8\x79\xf3\xdd\xfc\x65\x8a\xc4\xad\x84\x97\x89\xb8\xad\xc9\x8e\xbb\xea\xbe\x7d\xc3\x86\x65\xa7\xce\xa6\x7e\x54\x97\x4d\x62\xd4\x36\xf9\x2f\x27\xef\xdf\xb5\x07\x38\x1a\x09\xb0\x33\x89\xe5\x88\xd1\x48\xfc\x4f\x75\xa5\x5d\x7c\x2a\xa1\xab\x4d\x3d\x53\xa2\x67\xee\xa2\xd6\xfa\x02\x16\x75\x8f\xde\xd0\x75\x93\x97\x68\xd8\xd2\xc0\xbd\x94\xee\xba\xe4\x88\xc9\x70\xce\x7d\x53\x47\xb1\x81\x23\x09\xeb\x36\xb2\x10\xa8\x49\xcc\xa8\x3c\x11\xe1\xef\x9d\x23\x81\x5e\x41\xfd\xf0\xb6\x01\x20\xef\x95\x30\xf3\x2f\x7a\x70\x5e\x8e\x45\x59\xe1\x23\x9e\xd9\x80\xd0\x3f\x7f\xc0\x02\x61\x09\x24\x2c\xbf\x9b\x7d\x7d\x2f\xcf\x65\xb1\x31\x83\x47\x2c\x43\x2d\xa4\x30\xb3\xca\xa2\x3f\x46\x55\xc1\x02\xef\x1c\x09\x33\xd7\xe8\xc0\x14\x56\x08\xee\x4d\xae\x36\x43\x40\x61\xf9\x4b\xec\x49\xe4\x09\x96\x58\xb3\x57\x55\x1d\xe2\x64\xeb\x65\xb5\x29\xb2\xf2\x5e\xd3\x7a\x6c\x39\x72\x85\xae\xaa\x0d\xc8\xc2\x32\xcb\xcc\xdf\xb5\x00\xdd\x2c\x9a\x48\xd9\xca\x00\xc4\x23\x9f\xbb\x32\x66\x6d\x01\x3b\x03\x0a\xa3\x2e\xc1\x5c\x21\x5a\x8d\xba\x12\x41\xe3\xde\xe0\x0a\xdf\x74\x68\xee\xd9\x93\x09\xa3\x76\xe0\xf2\x8c\xa7\xd2\xf6\x33\x54\xee\xbd\xf5\xf1\x4c\xec\x47\xfa\x0d\xb4\xb7\x2f\x0a\x31\x2f\x54\xb6\x50\x99\x8d\xc6\xa0\x9d\x0b\x45\x69\x68\x09\x9e\x40\xa8\x20\xd0\xe7\xb4\x32\x44\xca\x8e\x1c\x18\xb0\x2b\x8c\x7a\xa5\xe1\xc4\x69\xf9\xe8\x59\x27\xd7\xa2\x02\xf3\xce\xac\x2f\x2e\xea\xbc\x71\x2e\x09\xfc\xd1\x89\x9d\x66\x81\x47\xae\x7f\xd6\xb2\xcd\xc4\xb6\xc0\x2e\xe1\x69\x40\x3d\x3f\x6e\x72\x3c\xa9\x65\x3c\x3c\x9b\x89\x3f\x9e\xa5\x1e\xd2\x12\x6f\x63\x10\x29\xd0\x77\xe4\x28\xdc\x00\x50\x1e\x9a\x64\x45\x52\xad\x25\x6a\xb6\x6f\x52\x51\x88\xab\xc0\xe8\xe7\x68\xbb\x49\x0f\x33\x18\xc0\x53\x3a\x30\x0c\xba\xa1\x30\x7f\xba\xf7\xf4\xf2\x56\xe6\x25\x83\x7d\x31\x15\xf2\xb5\xd9\xd4\x85\xb3\x2c\x88\x0c\xfc\x5f\xcf\x4d\x2a\x39\x17\x58\x04\x4a\x07\x99\xb1\xae\xd5\xe0\x60\xf8\xad\xd0\xf9\xa2\x94\xcd\xa6\x56\x4c\x3b\x42\xaf\xe4\xa6\x74\xd2\xf1\x07\x66\xd3\xa3\x8c\x6f\x6a\x6f\x66\x0b\x65\x5a\x98\x85\x5f\x43\x56\x30\x53\x9e\x19\xc0\x6b\xab\xeb\x20\xe6\xf2\x55\x57\x89\x47\x50\xb2\xbd\xb6\xb3\x15\x72\xac\x5f\x3e\xbc\x81\x9d\x52\x6d\x0c\x5b\x6e\xf2\x01\x4a\x77\x60\xcf\xe8\x76\xa9\xf9\xf4\xcb\x87\x37\x61\x49\xfb\xa0\x44\x62\x21\xb3\xc2\xe6\x0f\x4d\xda\xf3\xf1\x54\x6a\x58\x25\x89\x44\xe4\x55\xec\xce\x41\xfc\xfa\x31\x5f\xa9\x3a\xea\x7c\x5d\x88\x59\xa1\x64\xb9\x59\x0b\x32\xbf\xa5\x39\x45\xe3\xb5\xb8\xc3\xa8\x84\x06\x01\x5b\xf4\xa6\x6a\x56\xad\x94\x26\x3c\xa6\xcd\xba\x32\xfb\xb2\xcc\xc8\x72\x65\x43\x9f\x66\xd5\x6a\x5d\xa8\xe0\x58\xa1\x4f\x2a\x8b\x0e\xa7\x0a\x5e\xc3\xcc\xad\x97\x40\x92\x08\x03\xc2\x5c\xd8\xe8\x91\x3c\xd7\x6b\x73\xb6\x7a\x2b\xa5\x79\x5e\xab\x3f\x43\xee\x68\x2a\x20\x9e\x84\x45\x59\xb2\xdf\xf3\x30\xcf\xa6\x9c\x21\xa0\xdd\x5a\xd6\x8d\x45\x14\xda\xd4\xee\xd0\xb1\xe9\x61\x29\x52\x18\x83\x13\x0b\xe8\xe0\x2d\xcd\x84\xac\xa6\xfd\xd4\xbe\x59\xf7\x8c\x2c\xe8\x77\x4f\x54\x2f\x61\xea\x68\x41\x5c\xdd\x93\x0f\x26\x3c\xc7\xcf\xfe\xe1\xf5\x12\xfc\xd8\xa3\x81\xdb\x5c\xe6\x7e\x11\xce\x63\xae\x45\x5c\x55\x3e\xb7\xee\x40\x80\x87\x55\x56\x19\x44\x5a\x24\x20\xb9\x59\x55\x14\xde\xdc\x79\xe2\xae\x00\xe0\xc9\x9e\xea\x4d\x68\xb8\x1f\x35\xe6\x31\x8b\xaf\xaf\x5b\x69\xe4\x51\xb4\xd7\x76\xf3\x6d\xd5\x13\x3a\xe2\x06\xe8\xd7\xc1\x44\xbc\x50\x73\x55\xd7\x2a\x73\x1b\x2b\xa3\x0f\x7e\x61\x6c\x16\x86\x98\x63\x89\xf3\x45\x2b\xb3\x5b\x9f\x1e\x20\xf3\xce\x94\x58\xa9\x55\x55\x5f\x31\xe3\xd2\x89\x8d\x8a\x23\x9b\x8d\x1e\x64\x60\x5c\xa7\xca\xc6\x8d\xc0\x75\x45\x43\x8e\xe7\x66\xba\xcd\xfc\xb1\x9f\xc0\x78\xc2\xea\x68\xab\x83\x53\x12\x9a\x72\x6b\x53\x29\xa0\x99\x35\xa2\xe2\x2a\x11\xba\x4b\xfe\xe4\xac\xdf\x7f\xfb\xda\x4f\xa7\xd9\x18\xaf\x71\x63\x2f\x2c\x8e\xd9\xb4\xaa\x1b\xb1\x52\x5a\xcb\x85\xf2\xdd\xae\x9f\x4d\xd1\x36\x6a\xb2\x33\x93\xe5\x4c\x81\x0b\x48\x58\xc3\x2b\x79\xa6\xc4\xe5\xd2\x71\x13\x7c\x6d\x1a\x87\x66\x3f\x32\xbb\x3a\xc1\x7b\xfa\x7e\x3f\xd2\x02\xc1\x29\xae\x2d\x57\x14\x4b\xa9\x97\xe8\xc5\x1c\xbc\x03\x12\x3d\xc6\xef\xf2\x47\xa1\x4b\x62\xac\x04\x31\x8c\x1c\xcc\x35\x03\x85\x03\x69\x76\x88\x2b\xb5\x15\x27\x04\x02\x1a\x72\xde\xb4\x7e\x25\xcc\x32\xf6\x48\xaf\xfe\x3f\x6f\xae\x89\xa0\xd4\x63\x61\xbd\x15\x86\xea\x52\xcd\xbc\x76\x27\x38\x00\x98\x43\x5d\xb3\xb5\xd1\x53\xac\x16\xb4\x78\xd1\xd3\x92\xd5\xce\x7e\x8a\x63\x57\xd8\x1d\xfb\x47\xaa\x22\x83\xc8\x54\x85\x93\xc6\x19\x61\x53\x45\x87\x49\xcd\xe2\x36\x75\xe1\xa4\x71\xb3\x14\x77\xee\x4c\x5d\x75\xf5\xaa\x0b\x1a\xcc\x49\x90\x54\xa9\x73\xc5\xa4\xd8\x49\xf0\xd9\x39\xc5\xf5\x63\x35\xfb\xd7\x98\x56\x3f\xc8\x8b\x28\x46\x1d\xd0\xe4\xb3\xa2\x08\xc9\x52\x77\xa1\x96\xb8\x0e\x79\xf2\x7b\xda\x41\x00\x47\x31\x58\x5e\xab\x37\xcf\x11\xd7\x03\x40\x93\xa1\xa8\x4f\xd5\x66\xa3\xb0\xfd\xcf\xf7\x09\xf3\xe4\x69\xc5\x7a\x0a\x77\x46\xd2\xf9\x69\x42\x78\xe7\xb0\x44\x2d\x16\x83\x3e\xd4\xed\x37\xce\xf6\xd6\xb9\x6d\xd1\xeb\x6b\x87\x32\xd0\x59\xde\x7a\x6e\xb7\xe2\x11\x76\xd1\x03\x73\xc4\x4b\x4e\xed\xfb\x73\x55\xd7\x79\xc6\xac\xc1\x42\x73\xa5\x78\xbe\x2b\xca\xff\x96\x4c\x89\x62\x20\xb1\x3f\x3a\xd1\xcc\x38\xa9\x65\x24\xf2\xc7\x46\x76\xf3\x61\xc5\x8f\x2b\x3e\x8e\x95\x6c\x01\xf5\xa1\x25\x40\xa6\xda\xec\x35\x91\xb9\x83\xf1\x46\x84\x01\xb7\x2c\x35\xdb\x90\xc8\x25\xd7\xeb\xba\x5a\xd7\xf0\x80\x92\xe8\x29\xfe\x87\x46\x5b\x08\x0b\x0f\x4d\x9f\x92\x1d\x17\x0e\x24\xc1\x84\x52\xc0\x0d\xae\xfd\x37\xf2\x9f\x57\x03\x6b\xa2\x52\xaa\x0b\xdf\x30\x3a\xf2\x5e\xc8\x2b\xbc\xef\xaf\x6b\xa5\x55\x7d\xae\xb4\xa8\x8a\x4c\x54\xa5\x6a\xf5\xcc\xbe\x11\x66\x60\x5d\x94\x9c\x94\x70\xc2\x4f\x31\xf3\x27\x88\x9f\xd1\xfe\xdc\xc7\xd1\x51\x9e\xf6\x33\xcf\x2d\x5f\x62\x6e\x4d\x2d\xcf\xe1\xd0\xe7\x36\x29\x3e\x19\x44\x86\x20\x30\x33\x74\xf7\x23\xca\x6c\x2d\x3a\x01\xe1\xf9\x23\x89\x90\x3e\xa7\x91\x68\x49\xcc\x68\x53\x51\x93\x36\x23\x9e\x34\xcc\xe3\x68\x08\xfd\xe8\xb1\xfa\x3b\x23\x66\x4d\x9a\xac\x2a\x55\x4f\xec\xf7\x3b\x73\x77\xcc\x8b\xfd\xd3\xdf\x11\x3d\xb8\x5a\x16\x0a\x9e\xf6\xe7\x70\x5d\x57\xab\x1c\x02\x16\x7a\x4b\x71\x57\x14\xdd\x96\x51\xe1\x4e\xcf\x5e\xd6\xe2\x41\xf4\xd8\x35\x7f\x05\xe6\xa5\x68\x38\x27\xf2\xc6\xc3\xaf\x53\x5c\x5c\x73\x1b\xbb\xc2\x7b\x78\x49\x31\xf4\x42\x45\x0f\x7a\x57\x3d\x3c\xf2\xf1\x9c\x66\x57\xa8\xeb\x31\x34\xeb\x6e\xe7\xbe\xe2\xbf\x29\x21\x0b\x5d\x81\x4d\x18\x5d\x90\xf0\x7a\xab\xc8\x32\x43\x9e\xcb\xbc\xf0\xd7\x2c\x3d\xc4\x3b\xb9\x91\x70\xcc\x5f\x60\x18\x47\x7f\x04\x4f\x14\x04\x9c\x60\xce\x58\x3b\x9d\xcc\x89\xd4\xce\x46\x3f\xf1\x22\x61\x8a\x8d\x46\xce\xdf\xca\xce\x61\x91\x4b\xed\x30\x7d\x31\xc4\x56\x53\x21\xbb\x95\x1a\x30\xec\x09\xbd\xef\xee\xc1\xe1\xfe\xfe\x23\xdb\x5d\xf2\xaa\xb6\xc6\xe1\x54\xc1\xf5\xb5\xfb\xd2\xd0\xa5\x85\xa7\x45\x0e\xd8\xa8\x0b\xaa\xe5\xac\x61\x46\x4b\x3e\x5a\x01\xb3\x40\x42\x1f\x0a\x6f\x68\x62\x5d\x63\xc4\xde\xed\xdd\x8a\x70\xd6\x3e\x05\x83\x17\x33\x40\xce\xca\xaa\x95\x04\xbb\x45\xbc\xab\xe7\xc0\xa2\x00\xc6\x10\xd5\x94\xde\x7a\xcc\x21\x43\xa2\x2c\x04\xa6\x74\xf4\x6e\x8c\x19\x86\x4c\x43\xa3\x87\x50\xfd\x0b\xac\x3d\x71\x3c\x39\x9d\xc1\x2d\x7d\xe4\xfc\xf9\x13\x84\x5f\x7c\x0c\x30\x5a\x7d\xf1\x32\x5b\x28\x71\x70\x68\x7e\x7d\xcb\x32\x7b\x4c\x2d\x17\xa3\x14\x80\x5a\xe1\xa1\xcf\x05\x8c\x30\xb4\x65\x4e\x09\x55\x37\x57\x86\x40\x49\x2b\xb5\x92\xc5\xbc\xaa\x57\x78\x9f\xb7\x35\xaa\xe1\x62\x68\x71\x22\xc9\xc5\x75\x38\xab\x56\x47\x8f\xf7\x2f\x5d\x90\xb4\xe8\x51\xd6\x0d\xd5\xfa\xf6\x01\x79\xc7\xb6\x24\xa9\x71\x45\xb1\x25\x9d\x2f\xe2\x3d\x2d\x96\x95\x6e\x58\xa7\x61\x61\xc0\xb2\x71\xd6\x14\x57\x80\xf2\x02\xcb\x87\x3b\x29\x37\x62\x48\x01\x38\xd6\x5b\xba\x15\x7e\x60\xdc\x2b\x5a\x4c\x11\xf8\x2b\xb6\x37\xd9\x83\x30\x03\xf4\xf4\xce\x38\x90\xe0\x7c\x53\xa9\xe2\xac\x23\x95\x66\x71\xb6\x5b\x8f\xd5\x7c\x66\x5e\x83\x3a\xa6\x56\xa4\x4f\x84\x77\xe7\xc0\x57\xf3\x97\x0f\x6f\x1c\xb0\x09\x2a\x31\xd8\xa8\xfa\x41\x5d\x79\x63\x6d\x5c\x6a\xf5\x05\x2d\x8e\xa7\x68\x63\xe6\x0f\x14\xa7\x0a\x21\x54\xb6\xee\xe9\xda\x1a\x52\x9f\xbd\xd2\xa0\xf3\x32\x99\x30\x10\x24\xb5\x0c\xae\x0b\xb4\xb5\x20\x23\x18\x15\x70\xcf\xe6\xdd\x5d\xab\x17\xa5\x1c\xdd\xde\x91\x94\x61\x1c\xa1\x6f\xe0\xe7\xbe\xe1\x55\x1c\xde\xa7\xd3\xe8\x6e\x1d\xb8\x8f\x3b\x2f\xa0\x9b\x95\xcf\x7d\xa1\x99\xbb\x59\xe2\x78\x7b\xed\x1c\x0c\x01\x99\x06\x4e\x68\xb0\x2d\x82\x38\x2a\xd2\x57\x85\x48\xd3\xb8\xf2\x6c\x8e\x92\x97\x73\x8b\x97\x60\x9a\x4b\x8c\xe9\x6f\x0a\x16\x1d\x10\x64\x23\x85\xa2\x16\x95\x59\x16\xd0\x35\x4a\x7d\x06\x86\x20\xae\x1c\x22\xa5\x43\x31\xab\x38\x9b\x07\x40\xa4\x86\x48\xbc\xfb\x40\x0e\xa1\x3b\x9f\xbd\x7d\x31\xd8\x68\xb9\x50\x42\xcf\x54\x29\xeb\xbc\x32\x07\xed\xb7\x07\x07\x36\x64\x32\x53\x54\x46\x01\x62\x70\xe5\xb1\x87\x7c\xce\xfe\xc6\x02\xa5\x18\xa1\x13\x91\x9e\xec\x3c\xf2\x40\x61\xbc\xee\xdd\x5d\xa7\x75\x04\x73\x84\x07\x0f\x40\xa5\xbe\xdf\x89\xbf\xea\xe0\x87\x27\x3b\xa0\xa7\x6c\x64\xdd\x44\xde\x0c\xb6\x47\xbf\xac\xd7\x68\x0f\x8b\x5b\xc7\x99\x2e\xb9\x23\x14\xff\x18\x36\x15\xe4\xc4\x73\x8c\x0f\xc9\xc7\x9c\xf1\x1e\xa7\x62\x29\xb5\xbd\x4b\xd9\xea\x96\x52\x7b\x20\x84\x3b\x1e\x16\x81\x4c\x14\xa8\xbd\xa0\xea\x13\x79\xae\x2c\x5b\x60\xd6\xc2\xf7\x40\x77\x7c\xe5\x3c\x2e\x4c\x8e\xd7\x73\x67\x92\x31\x38\xc9\xcb\x99\x7f\x9a\x93\x65\x36\xaa\x6a\x93\xe1\x5d\x55\xaa\xc1\x5b\x58\x01\xb2\xda\x28\x24\xc0\xc6\xf8\x16\xc9\x97\x05\xd0\x29\x10\x1b\x7c\x5d\xe4\x73\x94\xbd\x56\xb2\xcc\xd7\x9b\x42\x7a\xdd\xa9\x7d\x03\xb0\xc7\x05\x93\x74\x4c\x0d\x7d\x12\x84\xf8\x90\xde\x56\xb5\x7f\xb7\x00\x95\xbe\x85\x52\xb0\x34\x80\x63\x2a\xab\x70\xfe\x08\x5b\x98\xcf\x62\x6c\x76\xfa\x41\xad\x14\x18\xb2\x60\x80\x25\xbd\x14\xba\x42\xf4\xff\x52\xac\x37\x80\x11\x65\xee\x37\xee\x70\xb7\x8a\x72\xdb\x79\x72\xed\xb5\x83\xb2\x28\x59\xd1\xd1\xfe\x9a\x90\x35\x0d\x07\xb7\x32\x22\xbe\x1f\xc2\xbb\xa8\xe1\xc7\xc4\xf0\x54\xd6\x27\x6f\x5d\x2c\xd1\x54\x5c\x0f\x1f\xb1\xc9\x5e\xc4\x28\x3d\x8e\xa7\xe5\x83\x31\xa3\x0c\x23\xf3\xd8\x95\x78\x60\x24\x31\x44\x23\xb5\x4e\x31\x36\x69\x0f\xd0\xb9\x76\x01\x9e\x6b\xb2\xf3\x94\xe0\xf1\xb0\xfa\xf8\xa0\xbf\xfb\xe4\xbb\xc7\x87\x47\x02\x41\x5a\xb1\xfb\x16\x70\x27\x6f\xee\x69\x60\xff\x1b\xed\x38\x05\xec\xba\x0d\x98\xee\x37\x35\x13\x06\x32\x65\x18\x1c\x6b\xa3\x99\xb4\x22\x9f\x98\x5b\x42\x55\xdb\x00\xd4\xf1\x73\x53\x5b\x41\x6a\x45\x37\x44\x4a\x49\x07\x1d\x61\x84\xe9\x96\xd3\xd3\xa6\x03\x5a\x31\x04\xfa\xcd\x41\xa4\x0f\x63\x74\xf1\xfb\x66\x72\xb2\xf3\x79\x4c\x38\x85\x80\x19\x3b\x5c\x6c\xf2\x0c\x22\x78\x3f\x08\xc4\x0a\xaa\xbf\x63\x3a\x7e\x86\xa7\x2e\x8d\x56\x7b\x6c\x36\xc8\xcd\xc1\x34\x0f\xcb\x00\xc0\x16\x53\xe5\x7d\xdc\x45\x6f\xb1\x1c\x1c\x7c\xff\xf0\x70\xcf\x9f\xa0\x78\x69\xf1\xc4\x21\x78\xe3\xee\x68\x5f\xca\x72\xa1\xc4\xbd\xff\x71\xb8\x7f\xcf\x10\xe9\xbd\x07\xf7\xcc\xac\x03\x68\x50\xae\x09\x03\x8c\x50\xa5\x20\xe2\x0a\x6d\x4c\x68\xf0\xf0\x3b\x17\x40\x3f\xf0\x90\xed\x3c\xff\x6d\xe7\x7a\xde\xd3\xce\x5f\x19\xe0\xc6\xc0\x42\x07\xde\x68\x51\xe5\x02\xac\xee\x27\x45\x07\xfc\x83\x2d\xfd\xe1\x7e\xdf\xfa\xfa\x27\xce\x82\x13\x8a\xd3\xdd\x62\xa6\xdb\x98\x68\x1f\xa4\xac\x52\xe4\x73\x67\x13\xb7\xaa\x32\x15\x5e\x34\x58\x62\xec\x73\x45\x07\x17\x37\x93\x3b\xf5\x4b\x16\xb9\x54\x91\xc6\x27\x52\x7c\x02\xea\x6c\xeb\x00\xd8\xe9\xdf\x5c\x77\x87\xfb\x95\x3d\x4c\x1b\xb9\xf8\x83\x7d\xf1\xd3\xc4\xfa\xd1\xae\x6f\x9b\xc8\x69\x57\x83\x6e\x0c\x7c\xba\x2d\x07\xc6\xb8\x7f\x3a\x3c\x25\x38\xed\xb1\xe3\x02\x7e\x73\x8a\xbb\xe3\x78\x07\xbb\x16\xf3\x0c\xb1\x0b\x48\x72\xac\xa1\xc3\x64\x3f\x6a\x63\x1b\x95\x3d\x43\x7b\x39\x7b\x16\x5b\xff\x41\x50\xb6\xd5\x7d\x81\xca\x4b\x08\x0b\x53\xb6\x50\x71\x3a\x7b\xe4\x96\x67\x07\xab\x67\xb6\x61\x2d\x17\x71\x98\x11\xb2\xda\x3b\x15\xad\xe4\x4f\xfc\xdd\x72\x7b\xc6\x80\xc1\xf5\xda\x39\xbc\xc7\xc4\x53\xfb\x04\xf1\xc0\x99\x05\x02\xeb\x3c\x16\xff\x18\xef\x0f\xf7\x0f\x88\xa7\xc6\xd0\xc4\xac\x79\xf2\x63\xc7\xb4\xbd\x90\x91\xa9\x19\xe2\xe3\xd9\x77\x36\x1e\x59\x1f\xb5\x94\x39\x7a\x31\x2d\xdb\xef\x5d\x5d\x4b\x9c\xf7\x7d\x7e\x08\xbc\x9e\xbe\x6c\x40\x6c\x45\xb2\xab\xa2\xdc\xa3\x55\xbe\x52\x68\x17\x07\x2e\xd1\xb2\x2e\xae\xf0\x9a\x10\x50\xeb\x54\xcd\xab\x5a\x9d\x18\x39\x21\x64\x8f\x3e\x81\x42\xfe\x46\x8f\xc6\xce\x79\x4d\x07\x51\xa4\xc0\x43\xc4\x5f\x2d\x62\x31\x09\x1f\x3b\xe9\x0a\x97\x41\x08\x4b\x7b\x8f\x73\x76\xe2\xa9\xdb\x08\xa9\x20\x93\x83\x37\x29\x80\x64\x65\x24\x03\x51\x54\x25\x04\x63\x12\xf8\x9a\xca\x25\xc6\xe0\xb1\x15\xa7\x62\x27\xb8\x53\x95\xba\x91\x45\xc1\x94\xd1\x55\x19\xeb\x1e\xe3\xd7\xec\x21\xe0\x67\x9a\x7d\x87\xdf\xdd\xfa\x60\xb7\x51\x1b\xaa\x87\xda\xfa\xf7\x05\xa9\x73\x99\x17\x26\x15\xaf\xe2\x01\x39\xfd\xd9\xec\x53\x8e\xee\xc5\xf4\xb1\x62\x7c\x13\x66\x89\x37\x44\xba\xcd\x45\xd2\xda\x2b\x82\x2d\x0e\x84\x7b\xda\x34\xd5\x20\xa6\x95\x3b\x49\x55\x31\x0e\x70\x70\xd0\x47\xab\x75\x0f\xa1\xc4\x0e\xb9\xc8\x2e\x1f\xc7\xee\x5f\xac\xc5\x38\xc0\xff\x07\x26\x55\x66\xc1\x0d\x33\x38\x1f\xf8\xe5\x2c\x38\x13\xda\xb6\x14\xad\xbb\x98\x2a\x33\xc3\x02\x4e\x3d\xf1\xc6\xe7\x40\x20\x6c\x6f\xbb\x62\x53\x75\xed\xfb\xf5\xf6\xe7\xef\xc4\x1d\x3b\x6e\xf8\x23\x9a\x17\x45\x32\x27\x58\x80\x93\xa7\x04\x59\x25\xfd\x29\x94\x3c\x42\xc3\x24\x1f\x55\x40\xab\x86\xaa\x4c\x03\x61\xfa\x45\x21\x45\xff\x64\x87\x2a\x6a\xbd\xd6\xb2\xc6\x93\xd3\x16\x29\xf6\xd8\xfb\x5b\x84\x68\xc2\x9f\x17\x34\xd8\xf3\x85\xef\x8d\x7d\xe4\x0e\x7b\xb7\xd4\x6d\x7d\x50\xa0\xc5\x14\xeb\x4a\x37\x03\x6f\x21\xe5\x95\x9a\xec\xdd\x68\xbb\x71\x02\xd6\xa3\xa2\xa7\x09\xde\x96\x8d\xda\xa5\x10\xab\x16\xb4\x1f\x88\x0c\xcb\x1a\xf1\xfb\x42\x6d\x17\x34\x5c\xe0\x2f\x73\x44\x80\x46\x52\x9d\xab\x9a\xac\x91\x73\x0d\xd3\x40\x67\x88\xf5\x27\x26\xa6\x02\x2f\x3c\x7d\x8a\xbe\x77\xe2\xde\x7b\x18\x28\x45\x5f\x24\x8e\x1a\xc0\x26\xb2\xee\x9d\x7d\xa1\xed\x1f\xc0\x84\xb8\x73\xf2\x8a\x84\x36\xa6\xf9\x63\xaf\x4a\xe3\x56\xc3\xd1\x55\x75\x51\x9a\xdb\x76\xad\xd6\xca\xdc\xdb\xca\x73\x7a\x73\xd0\xb7\xdf\x24\x29\x02\xe3\x14\x65\xd5\x86\xbe\xd1\xe7\x85\x92\xb5\x33\xda\x43\x05\xa4\xba\xcc\x75\x13\xb6\x1a\x6c\x93\xa0\x61\xda\x31\x33\x53\x8f\xdb\x33\x61\xf6\x8e\x4d\xfb\x42\xd5\x0a\xe2\x97\xcd\xb8\x0e\x74\x0e\xe0\x63\xe6\xe8\x5d\xc8\x7a\x2a\x17\x2a\x61\x02\x36\x1a\x89\x5e\x09\x01\xd5\x1b\x55\x8b\x65\x75\x01\x67\x18\xf3\x2b\xa7\x77\x26\x7b\xe9\x32\x57\xdf\x3d\xbf\xe1\xfc\xa1\x90\x0a\x02\x67\x8d\x18\xfc\x2b\xfb\x6d\x8c\x23\xc5\xd8\x51\x0e\x5d\x8d\x62\x06\xdd\x08\xcf\xc0\xb7\x30\x76\x7a\x1e\x36\x8c\xea\xa9\x78\x24\x8e\x30\x38\x2c\x9f\x35\xa6\xbf\x22\x52\x9c\x6f\xbc\x9e\xc2\xb9\x21\xfb\xaa\xc6\xe2\x70\x1f\xa2\xb9\xd3\x87\x1f\xc4\xc3\xfd\x7d\x7c\xe4\x84\xdf\x10\xd6\x7f\xff\x51\xd8\xce\x9f\x15\x73\xc8\xf5\xa1\x26\x6c\xd4\xfd\x14\x26\x45\xe0\x25\x76\x7b\x18\x98\x0e\xf2\xf8\x45\x2b\x21\x45\x59\x55\x6b\xe6\x8e\x67\xa8\x63\x95\xe3\x3b\x0b\xfa\x83\x88\xe9\xa6\x01\xd9\x28\x9f\x83\x69\xff\x3a\xe8\xe7\x1d\xee\x96\xcd\xee\x42\x84\x18\x5e\x12\x12\xee\x64\xc7\x3a\x97\x70\x07\x6c\x6d\x03\xfe\x6f\x2f\x8a\x0e\x05\x71\xc1\x1f\xe2\x93\x26\x74\xa8\x27\x67\x02\xdb\x2c\x3c\xae\xf3\x93\xe6\x6b\xc7\xac\x58\xc5\xbe\x27\xff\x8b\xa5\x6c\x44\x0f\x95\x0c\xf2\x2a\x05\xb9\x80\xde\x86\x10\x9f\x5e\xab\x66\x2f\xa6\x63\x5a\xac\xdb\xe2\x2d\xb4\xf4\x6b\x9e\x08\x6d\x2c\x21\x7c\xef\x9c\x2d\x65\x5e\x32\xb3\x24\x82\x1f\x0c\x81\x1b\xf8\x31\xf1\xbf\xe1\x3e\x3f\xb9\xe9\x4e\x6f\xfe\xb3\x6c\x5b\x8c\xb7\x41\xed\x04\x7e\x74\x2d\xdf\x67\x34\x30\xe9\x68\xc0\x51\x4d\xe7\xcd\x7e\xec\xca\x76\xdb\x09\xdc\xae\x9b\xe6\xd2\xfe\x07\x7b\xd7\xba\xef\xdf\xdc\xab\xf8\xa4\x87\x7b\x4a\xa8\x0a\xf6\x4b\xe0\xb9\xcd\xe1\xfe\x23\xff\x80\x4d\xba\xd2\x9f\x5e\x3e\x7b\xd1\x06\x75\x0c\xce\xcf\xc9\x4e\x59\xd9\xba\x77\x62\x1d\x28\x5d\x91\x6c\x8f\x59\x1f\xb9\xa2\x2b\xe0\x78\x37\x36\xe6\xe6\xbc\xdd\xdc\x6b\x8f\x2a\x84\x2f\x5c\x85\x6a\xee\x69\xcb\xaa\x44\xde\xb4\x3a\xd0\xdd\x94\xdd\x6e\x60\x1b\x14\x1a\x2e\x69\xc7\xcd\x5d\xa6\x40\x39\x3b\xb1\xfe\xb0\x3c\x07\x7c\x08\x09\x80\x1d\x0b\x77\xe2\x64\x6f\x49\x92\x0e\x1d\x63\xad\x0a\xb0\x1d\xf0\xad\x65\xdd\x37\xd7\xd0\xb2\xaa\x57\x18\x57\x01\x5c\x4a\xab\x12\xef\x42\x4c\xba\xb3\x7d\xd4\x81\xf0\x93\x20\x8f\xeb\x6b\x71\xa7\xdb\x68\x27\x5a\x21\xf2\x11\x6e\xd3\xba\x3b\xe9\xf6\x13\xf6\x6b\x44\x03\x2e\xec\x7a\x92\xaa\x13\xbc\xd7\xf0\x27\xd0\x55\x59\xdd\xcf\x9c\xcc\x8c\x23\xb3\xfb\xc0\xce\xcb\x0e\xf9\x38\x95\x4a\x03\xe9\xb5\x24\x43\x7f\x3a\xd3\x2c\x3c\x48\xc9\x14\xb8\xa4\x23\x88\x3c\xb5\x95\xcb\xd2\xb8\x9c\x19\x50\xad\x74\x55\x9c\xab\xbf\xe5\xcd\x32\xa1\xa6\x38\xf5\x22\xae\x66\x42\x32\x8a\x56\xc1\xed\xaf\x45\xd8\xac\x05\x33\x23\x9d\x0d\xd8\xcb\x24\xab\x1e\x29\xa4\xfb\x72\x79\xb3\x91\x20\x9f\xd9\xe7\x55\xe6\x24\x7e\x30\x6a\xf7\xd5\x06\x86\xef\x29\x09\xf0\x8f\xdf\x99\xfd\xbc\x3f\xb5\xf7\x67\xeb\x00\x0e\x7a\x32\xf0\xc6\x4a\xf8\xb5\xfb\x09\xe9\x07\x75\xd8\xdd\x7f\x74\xe3\xec\x3c\x27\x29\x3f\x96\xfa\x9d\xd6\xc5\x8c\xe7\xf6\xcb\x61\x5b\xfa\x17\x69\x11\x5c\xef\x92\x9a\x04\xce\x6b\xc8\x84\xcc\xec\x2e\x52\x67\x3c\xfb\xcb\xb3\xbf\x8b\x19\xfa\xc2\x47\x2c\xe3\x4e\x4f\x0c\x06\xc1\x53\x73\xdb\x40\x7d\xfb\x43\x73\xb5\x8e\x2f\xec\x5d\x17\xcf\x96\x16\xc2\xda\x25\x2e\x54\xf3\x97\x93\xf7\xef\x5a\x0e\x6a\x78\x2a\xcc\x5c\x94\xea\xc8\x7f\x90\xfa\xb5\x50\x4d\x32\x7f\xdf\x09\x96\x91\x6b\xde\x42\x35\x27\x20\x34\xb6\x1a\xbc\x7d\x53\x8e\xe8\xc3\xf6\x9c\x30\xda\x8a\x8c\x10\x80\xde\x1a\xe1\x75\xa1\x1a\x54\x0c\xaf\x2b\x0d\xe2\x6b\x3f\x8a\x72\x41\x56\x6a\xd4\x15\x2c\x7f\x6a\xbf\x06\xc2\x6e\x7a\xf4\xcc\x40\xd9\xde\xfb\x4f\x96\xf9\xbc\x11\xb2\x5e\x6c\x56\xd6\x24\x02\xb8\xb1\xfd\x02\x3a\x27\x72\xf9\xc4\x42\x2d\xc0\x6b\x0a\xd1\xc8\x48\xa4\xf1\x66\xcc\xdc\x27\xc8\x51\x84\x9b\x54\x84\x57\x72\xdf\xe9\xc5\x6a\x9b\xd3\xdf\x47\x32\x54\x24\xb3\x1f\x59\x46\x5e\x5a\xa2\x87\x51\x83\x9b\xa5\x2a\x11\x66\x1e\xa4\x89\xe1\xa6\x2e\xf6\x52\xeb\x67\x28\xb6\x27\x12\x70\x11\xd0\x21\x70\xcc\x35\x53\xc9\x47\x76\x44\x33\xde\x02\x15\x8f\xe2\x6e\x23\x6c\x01\xac\x81\xe3\x92\xc8\x7a\x8e\xdc\x94\xd0\x00\xdd\xeb\x50\x14\x6e\xc9\x8c\x14\xe2\xaa\xe0\x1f\x44\x42\xc7\x2d\x1a\x0a\x5c\x4b\x79\x6c\x94\x00\xca\x0d\x02\x01\xde\xf0\x06\x80\xab\x1b\xd9\xe6\xa3\x2c\x19\x80\x59\x46\x66\x4a\xfc\xbd\x67\x1c\xbf\x15\xb0\xbb\x7b\x32\xdc\x35\x0d\xe2\xb3\x3a\x97\xc5\x2f\xf0\x5a\x9b\x76\x4b\xed\x43\x1c\x58\x6a\x37\xb5\x8c\x1c\x34\x83\x56\xcd\xd2\xcd\x5b\x23\x55\xc0\x73\xae\xba\x5c\x17\xf9\x2c\x07\x17\x56\x73\x0d\xda\x68\x80\xee\x28\x85\x35\xed\xc7\x6c\xcd\xb2\xae\x36\x0b\xe7\x23\xbd\x59\x8b\xde\xdd\x83\x83\xc3\xef\x1e\x11\x19\xa5\x00\x38\x3c\x21\xb0\xbb\x2f\x26\x11\xe6\x44\x1b\x4a\x83\x23\x4b\x58\x20\x0e\xf7\xcd\xf6\xfe\x7d\x59\x5c\x09\xe5\x9c\xf2\xb9\x1e\xc5\x99\xb7\xf9\x1b\x23\x3c\x4a\x3f\x3a\x38\xfc\xce\xdb\xfa\x72\xc8\x35\xb4\x5c\xc0\xd0\x6c\x88\x6d\x3c\x97\x79\xb1\xa9\x15\xd7\xd8\x81\x5d\x30\xe8\xfe\x1a\x00\x14\x54\x32\x73\x95\x91\x43\x25\x45\x0f\x60\x8a\x84\x5c\x8b\xb3\x62\x93\x2d\xae\x40\x7f\x90\x37\x18\x85\x88\x6e\x8d\x31\xfa\x01\x9e\x0d\xe1\x8d\x3d\xf4\xa6\xb1\xa7\x05\x9b\xdd\x57\xe4\x3c\xed\x09\xc4\x43\xe6\xb4\xec\xa0\xec\x11\x2a\x0b\x8e\x05\x17\x12\x53\x40\x94\x2c\x52\x56\x67\xac\xac\x8b\x5a\xae\x9f\x15\x05\xef\x02\xa0\x2e\x04\x08\xe8\x26\x93\x3b\x84\x51\xd7\x67\xa3\xc8\xb7\xde\xbe\x39\x2b\xa5\x9a\x82\xd3\x16\xbe\x8d\x21\x89\x9e\xc0\x58\x5d\x5d\xaa\xfb\xa5\xf2\xf1\xa8\x9a\x0a\xfa\x83\xb6\x5d\xe8\x98\x2e\xeb\x6a\xe3\x01\xf4\x21\xd5\x47\x4a\x32\x2d\xf5\x7d\x23\x51\xc4\xe5\xbd\xa1\xfa\x47\xcf\xdc\x00\x86\xb3\x02\x14\xc0\x3e\xc0\x31\x1f\x95\x2f\xbe\x96\xb5\x2a\x9b\x77\x20\x2e\x06\x3a\xce\x5a\xae\x87\x08\xa1\xf5\x23\x3c\xf2\xdd\x38\x30\x28\x91\x8a\x14\x46\x35\x46\x41\xfb\x03\x29\xc8\x3a\xe7\x41\x88\x23\x40\x34\x25\xeb\xe5\xe7\xcb\xbc\x68\xdd\xde\xa9\x96\x74\xe6\x2e\x9d\x3c\x0b\x12\xc6\x84\xf9\xbd\x21\xda\x3f\xd9\x08\x54\xf1\x99\x16\xfb\x21\x58\x91\xc4\x0c\xf6\x75\x59\x86\xc4\x1e\x52\xda\x2d\xc8\x87\x47\xfe\x42\x41\x83\x05\x5a\x8d\x4c\x19\xc2\x40\x59\xae\xfd\x5e\x4c\x7a\x7d\x28\xc9\x2f\x2c\xdb\x06\x15\x37\x1b\x3d\x01\x68\x55\xcc\x5b\x51\xba\x98\x18\xcf\x51\xa9\x55\x31\x77\xc0\xd4\xed\x20\x5e\x36\xc5\xd9\xac\x85\x2f\x40\x94\x48\xdb\xd7\xce\x15\xab\xa4\x7d\xef\x82\x06\xed\xea\xf9\xfc\x81\x24\x1b\x09\x92\xa6\xfa\xed\xac\xc1\x7c\x79\xed\xd6\x2c\x8a\x76\x19\x75\xea\xd6\xab\x97\x58\x3b\x37\x48\xd6\xd8\xd3\xf4\x52\x1e\x85\x83\x8b\xc7\xb4\x29\xe3\x51\x21\x24\x7f\xc5\x1e\x2d\xa0\x8b\xb8\xd3\x79\xf2\xb0\xac\xe0\x1d\x6f\x5a\x65\xe0\x4e\xbd\x85\x18\xa2\x21\x90\xb9\x12\x5e\xae\x28\x52\x9c\x0d\x00\xdd\xea\x69\x62\x17\x25\xe4\x0b\x75\xb9\xae\x87\x6b\xad\x36\x59\xa5\x87\xcb\x3c\xcb\x54\x19\x88\x1a\x3c\x86\x9c\x8d\x5f\x90\x2a\x7a\x9e\xeb\x7c\x5a\x28\x5b\x80\x8e\x8c\x2d\x39\x6f\x6c\xe5\x0e\xf1\xa5\x6a\x3e\xd7\xaa\xf9\x5b\x9e\x35\x4b\x23\x34\xb1\x6f\x3f\x29\x70\x0f\xb2\x1f\x17\xaa\x79\x5e\xe4\xaa\x6c\x3e\xa8\x99\xd9\x0b\xdc\x4e\xd3\x9e\x5f\x91\x78\xe8\xd0\x59\x2e\x97\x75\xa4\x16\x9f\x84\x01\xca\x6d\xd0\x3b\x1f\x9f\xfc\xef\x6f\xdf\xfc\xd4\x34\x6b\x32\x0a\xe9\x75\x05\x1f\xf7\xa1\xe0\x2f\x97\x35\xdd\xb7\x4f\xac\xc2\x86\x5f\x3a\x5e\x19\x5e\xec\x1c\x0a\x48\x8b\x7e\x85\x7a\x75\xd2\xf0\x80\xe3\xdb\xbe\xf3\x03\x38\xdc\xdf\xc7\xd2\xfb\x47\xe6\x6f\x2e\x1b\x85\xfe\x18\x4f\x98\x2b\xc6\x68\x24\xee\x1e\x3c\xfa\x76\xff\x48\xe8\x6a\xa5\x9a\x7c\xa5\xb4\xc9\x64\xd1\xf7\x0f\x0e\x0f\x1f\xe2\x53\x67\xde\x30\xcb\xd5\x43\xeb\x40\x64\xd2\x8f\xec\x4f\x14\x42\x60\x5c\xd0\x1c\x07\x10\x88\xa7\x97\x78\x93\xc6\x9c\xc3\x59\x05\x1e\xe3\x77\xee\x04\xa5\xc1\xde\x75\xb2\x73\x91\x37\xcb\xe7\xb5\xca\x10\xb9\x57\x4f\x76\x8c\x5c\x1e\x64\x34\x95\xd9\xaa\x20\x42\xc1\x58\x44\xdd\x08\x6b\x8e\xef\x05\xce\x16\x82\x73\x8f\x10\xe8\x05\xdd\x3b\xdd\x35\x11\xd4\x22\xcf\xd9\xa5\xcd\x02\x0e\x55\x5a\x0b\xf2\x43\x02\x5c\x5b\x8b\xb6\x08\x8f\x66\xb6\x3f\x56\x70\x0e\x89\x66\x62\x31\x96\x83\x59\xb9\xbe\x16\xf1\xa4\xdc\x71\x56\x68\xcc\x37\x23\xbe\x7c\xfb\x9b\x87\x2a\xb3\x80\xdf\xda\x67\x7b\x6f\x08\x13\x4b\x08\x79\xa0\x24\xc2\xdd\x60\xdb\xf4\x8b\xc7\xd2\x87\xd5\x5a\x95\x41\x54\x6e\xee\x3f\xd6\x4f\x25\xf0\x2b\x23\xff\x0e\x32\x7f\xba\x04\xa1\xd7\x25\x13\x2d\x8a\x9d\x4f\x6b\xa9\x78\x08\x62\x13\x6d\xaf\xe8\x89\xaa\x05\xae\xec\xce\x4a\x36\x5e\x84\x5e\x4b\x43\xde\xc2\x25\xf1\xc6\xbc\x30\x49\x78\xd3\x1b\xb7\x73\x43\xc2\x6d\x5f\x3a\xac\x37\xb6\x58\xe5\x2b\x7a\xf0\x4a\x80\x43\x04\x43\x70\x6e\xd3\xbb\xbb\x02\x16\x2b\x72\xd0\x8e\x7b\x9b\xca\x93\xa8\x2d\x56\x5f\xf1\x5e\xfe\x7d\xf0\xc1\x1a\x1c\x0f\xcc\x01\xd5\x72\x12\x27\x9c\xb2\x94\xe3\x9e\x06\xf4\x61\x00\x96\x82\x77\x0d\xf4\xde\xa1\x60\x8c\xe0\x2e\x53\x00\xa7\x97\xb5\x0a\xea\x93\x67\x39\x38\x3d\x4a\xf1\x25\x5f\x68\x79\x21\xd6\x9b\x7f\xfe\xb3\x50\x60\x27\x05\x1e\x0a\x57\xa2\x54\xe7\xaa\x06\x6f\x92\xdc\x06\x9f\xd1\x9b\x9a\x3f\xda\x8d\x46\xa2\x47\x2e\x53\xc4\x74\xa7\x0a\xdd\x4f\x4a\xd3\xb8\xaa\x07\xd6\xd2\x68\x2a\x75\x0e\x81\xc8\xd5\xb9\x2a\xe9\x26\xe8\x6e\xc2\x7b\xad\x91\x6a\xb9\x52\xed\x81\x5e\x80\xc3\xcd\x0c\x4d\xab\xc9\xc2\x33\x9f\x3b\x53\x3b\x4b\x9b\xf1\xab\x62\x92\x03\x18\xce\xe0\x94\x0a\x93\x9d\x78\x09\xe0\xb1\x37\x5a\xe9\x9b\xb2\x8f\x4d\x42\xc8\xa4\x76\xb6\xac\xfa\x89\x6a\x62\xa3\x85\x60\x9f\x24\x6c\x5c\x2c\xbd\x25\x0d\x2a\x93\xe6\x94\xa9\x86\x9f\x07\xba\xa2\x49\xa8\x3f\xdb\x8e\x3e\x10\xc7\xf2\xeb\x70\xd4\x6f\xe9\x38\xfd\x7f\xac\xa9\xe0\x58\xc0\x53\x68\x58\x95\x45\x25\xb3\x14\xec\x08\xa6\xda\x17\x2a\xfc\x25\xc9\xec\x11\x7f\x59\xfb\x98\x24\x66\x09\x66\x01\x42\x81\xf7\x3b\xa2\xa2\xb1\xc3\xca\x88\xca\x38\xb8\x31\x52\x56\x91\x5d\x65\xda\x0b\xdf\x54\x1e\x5a\x72\x32\xee\xc4\x1e\x36\x59\x7d\xf4\x28\xb6\x05\xa5\xba\x5b\x0e\x89\x32\xbe\x37\x9b\x6d\x25\xcb\x8d\x2c\xe8\x89\x0a\x8d\xfa\xfa\xe2\xf5\xcb\x27\xe4\x06\x9b\x2c\x48\x38\xc7\x66\xb3\x96\x57\xde\xa7\x14\x9d\x64\xc9\x31\x05\x95\x3b\x6d\xa3\x98\xc4\x4c\x55\x73\x58\x08\x12\xb8\xd0\x3c\x19\x61\x70\xbb\xe6\xcd\xbf\x80\x80\x6b\x3d\x9b\x95\xd6\x34\x76\xe1\x20\x47\xd5\xa4\xe6\x72\xe2\x85\xc4\xa3\x1b\xa4\xc4\xfd\x63\x08\x46\x73\xf7\xf1\x77\xfb\xdf\xf6\x8d\xb0\x77\xb8\xff\x7d\xba\x42\x3f\xd2\x04\xf6\x71\x98\xe1\x23\x07\xde\x64\xff\xdd\x0a\x39\xbb\x7b\xd4\x7c\xcc\xa9\xd6\x03\x81\xf9\x94\x2f\xcd\x27\x92\x93\xb6\x0d\x20\xec\x7e\x3f\x3d\xaf\xb7\xa6\x52\xf2\xc9\x7e\x02\x3e\x7c\x65\x25\xfe\xfe\xd3\x87\x43\xd0\xe9\x91\x93\x76\x55\x8a\x69\x5e\xca\xfa\x4a\xf4\x9a\x5a\xce\x06\x07\x07\x8f\x9c\xb6\xb1\xbd\x90\x55\x8d\x15\x94\x55\x39\xc0\xc7\xb1\xc2\xba\x35\xc8\xa2\x50\xb5\x35\x70\xc9\xc9\x9d\xe6\xd1\x93\xc7\xc9\xba\x7a\x30\x09\x0e\xf5\xd5\x79\xcc\x20\x32\xaa\xd8\x23\x1a\xa6\x9f\x49\x78\x7a\xd4\xdb\x12\xe5\x73\xfc\xd8\xd8\x09\xf7\x69\x9a\x4a\x7e\xa3\x71\x1f\x05\x15\x88\xaf\xdc\x4e\x3f\xcc\x8f\x30\x9e\xad\xe6\xbe\x76\xae\x62\x12\x66\xa8\x97\x98\x90\xdf\x87\xb7\x14\x44\x03\x8f\xa5\xc7\x37\x80\x17\x01\xa1\x44\xce\x79\xc0\x7c\xcb\x87\x91\xc9\xbb\x83\x22\x60\x9b\xe9\x63\x21\x64\xfc\x8e\xd5\xfb\x2a\x62\xee\x51\x76\x10\x69\x4c\xa2\x64\xc4\x96\x38\x1b\x9a\x4a\x90\xd6\x40\xd0\x51\x13\x94\x6a\x2a\x4b\x67\x9b\x72\x26\x37\x20\x64\x45\xf6\x14\xc0\x1a\xf9\x51\xd5\x19\xfc\xce\x4f\x8d\x3d\xd3\x5a\x97\xa6\x2d\x0c\xa1\xf3\x70\x8b\x0e\xea\x32\xda\x49\xe8\xdc\xc1\x2c\x1b\xd1\x3b\xc2\x59\x9a\x4a\x0d\x1e\xf1\x50\x9b\x4e\x1c\xf4\x48\x85\xde\x2e\x72\x3c\x16\x8f\x3a\xc1\x79\xd0\x9b\xc3\xae\x24\xca\x93\x18\x0f\x1c\x23\x42\xb5\x08\x78\x34\x22\x16\x61\x3d\xf3\xcc\x49\x44\x53\x2e\x83\x93\x2e\xd9\x9a\xae\xfa\x42\xcb\x73\x15\xc9\x19\x20\xf3\xc6\x78\x8f\xac\xa0\xd4\x01\xc5\xcd\x64\x69\x9a\x9d\x2a\x3a\x16\xf9\xbd\x01\xff\xfb\x1d\xd6\xe8\x6c\xea\xb6\xc9\x48\xad\x5d\x90\x10\x2b\x92\x47\x45\x0b\xac\xa8\x73\xc3\xc6\x22\xa1\x87\xaa\x44\xfa\x9b\x6d\x93\x11\xf9\x9e\x73\x72\x51\xb0\xe7\xac\xf6\xa7\x0c\xa6\xf6\x45\x85\xc0\x9f\x3c\x50\x55\x0f\xf4\x73\x2b\x79\x25\x6a\x09\xa1\x78\x99\x71\xfb\x5e\x5b\xee\x2d\x33\x7f\xb7\x0a\xfd\xd0\x78\xc8\x4e\x80\xfe\x02\xdc\x91\x60\xe3\x74\x5a\xda\x5b\xd5\xce\x77\x8f\x1f\x1e\xe1\xdb\x58\x4d\x86\xf7\xd6\x67\x73\x29\x35\xa2\x33\xab\xd2\x90\x21\x9a\xe8\x49\x06\x38\x71\xa5\x02\x2a\xbc\x61\x8d\xdb\xd6\xf8\x1d\xa6\x4d\xec\xe0\x8d\x51\x93\x82\x4a\xb7\xb6\x97\x64\xb3\x2d\x1b\x8a\xb6\x9e\x73\x82\xe1\x4b\x7f\xae\x11\x7e\x00\xdc\x67\x7c\xa0\xfb\x6a\x4e\xcf\x6c\x1a\x95\x5e\x65\xe5\x9e\x42\x7d\x4c\xa0\x0b\xa9\x19\x3c\xd1\x89\x52\x02\x0e\x64\x70\xa8\xbd\xf5\x5b\x73\x02\x58\xc6\x8d\xd0\x87\x96\x1c\x92\xa9\x31\x77\xc9\x60\xc3\x61\x8e\x50\x94\xd1\xfb\xfe\x25\xe0\x57\x27\x65\x1b\x7c\x5f\x93\x49\x07\xe1\xe8\x7b\xb8\x7b\xf0\x49\xf7\x88\xf8\xec\xfb\x64\x87\xf9\xf1\x05\xae\xb7\x6a\xb6\x4a\x96\xbe\x1c\xf8\x14\x44\x99\xc7\xa3\xbd\x05\xa0\x6f\x7b\x33\x9a\x4c\xa6\xbd\xa7\x47\xa6\xd5\x6b\x53\x74\x8f\xca\x12\x3c\xbe\x2b\xdd\x7a\x2c\xed\x7c\x2a\x15\x4d\x64\xd4\x97\x78\xff\x6c\x42\x04\x2c\xab\x2f\xf7\x26\x83\xf1\xb3\xbc\x37\x1b\x82\xa7\xeb\x7b\xda\x05\xc5\x05\x04\x06\x59\x66\x1c\x96\xa5\x8b\x3a\xb8\x0d\xf8\x16\x4a\x71\x7e\xec\x89\xc3\xd6\x25\x87\x74\x72\x13\x99\x91\x0d\x0a\x3d\xd0\x27\xa8\xeb\xc7\xbc\xcc\x2c\x69\x35\x72\x21\x96\x70\xda\x78\x5f\xb7\xb4\x0a\x75\xfb\x80\x4a\x7a\x7d\xcd\x35\x73\xbe\x00\x55\x69\xa6\x64\x41\xb0\x0e\xb3\x40\x8f\x0a\xe6\xf7\x33\x95\x0d\xa6\x57\x03\xd9\x34\xb5\x0e\x80\x40\x12\x63\x04\x13\x5f\xec\xc4\x33\xc8\x1f\x3c\x2f\x59\x12\x8d\x6c\x6e\x6e\xd2\x9b\x7e\xee\xd2\x98\xba\x4d\x6a\xdf\x67\x26\x3b\x3f\xe0\xb7\x3f\x71\x7c\x2f\xf3\xdf\xd0\x74\xbf\x17\x75\x0e\x60\x6f\xa3\x7c\xe6\xe6\xda\x13\xbf\xd9\x40\x20\x47\xae\xc8\x73\xfc\x00\x71\x8f\x8f\x08\x12\x29\x2e\x5c\x01\x82\x27\x08\xa4\x36\x98\x8d\x48\xea\x43\xd4\x79\x02\x4c\x0e\xdb\x19\x22\xa6\x43\xeb\x98\x66\xf5\x44\x90\x9c\x8e\x67\x27\x6b\xe5\xf7\x62\x75\xde\x0c\x13\x7a\x83\xa7\xe2\xd1\xfe\x23\x81\x8f\x17\x3e\xcf\x76\x01\xa0\x2d\x18\x1b\xc9\x97\x04\xa9\x17\xef\xdf\x06\x68\x24\x20\x28\x9d\x57\x79\x26\xaa\x4d\x6d\xa8\xeb\xad\x49\x44\x43\xbf\xa6\xce\x67\x67\x2a\x00\xa5\xb0\x48\x5e\x4b\x25\x33\x7a\xe3\x84\xc7\xed\x1e\x51\x50\xeb\x19\xbe\xff\xdf\x7b\xae\x19\xda\xae\x8a\xcc\x63\x69\x8f\xc5\xe9\x27\xe8\x53\x0d\x0e\x2a\x62\x2c\x46\xbd\xf1\xde\x64\xf2\xb4\xf7\x74\xbc\x7b\xfd\xcd\xde\xf5\x64\xf2\x74\x32\x79\x3a\xb2\xdb\xdd\xe2\x1f\x63\x6e\xed\x10\xfd\x3b\xce\x12\xc8\x76\x04\x68\xc8\x24\x59\xa1\x25\x0f\x7c\xb7\xbd\x48\xcd\x02\x7f\x4a\x11\xe3\xa0\xcf\xc3\x75\xb5\xee\xed\x61\x44\x6c\xff\x5c\x28\xcb\xac\x42\xe4\x8c\x34\x70\x86\x9d\x2c\x34\x8e\x70\x55\x47\x11\xf4\x2d\xda\x2c\xdf\xf6\x21\xbf\x7b\xa1\x1a\x00\xee\xf7\x66\xe5\xf6\x11\xc8\xf0\xf2\xbc\xe5\x74\x3c\xaf\x6a\x9a\x2c\xcf\x90\xba\x98\x3c\x04\x07\x41\x47\xa1\x90\x2f\xfa\x70\xfa\x3e\x38\x02\x79\xff\x5a\x86\xc9\x27\xec\x1d\x20\xd6\x56\xe7\xaa\xbe\xa8\xf3\xa6\x51\xa5\xf7\x9a\x31\xa2\xa3\xcc\x4b\x44\xba\xa7\x28\x2f\x3f\xd7\xd5\x1a\xcc\xcd\xb0\x9f\x1e\xcc\x00\x1e\xd7\x90\x30\x1c\xb4\x10\x9a\xd0\xf9\x7b\xfd\xce\xa6\x2e\x26\x3b\xfe\xe2\xbe\x15\x6a\x26\x04\x40\xef\x40\xed\x08\xf8\xd4\x1f\x44\xf0\xe0\x0d\x45\x03\x20\x3b\xcb\xdd\x5d\x31\xd9\x01\xdf\x31\x8a\x69\xc3\x62\x82\xd2\x89\x9d\xcf\xe7\xed\x30\xcc\xf4\x9c\xa2\x69\xb9\xd6\x93\x1d\x73\xf8\xf8\x20\xce\x1e\xfa\x11\x42\x3c\xfb\x17\x3b\x37\xd3\x70\xf2\x24\xa3\x74\xdb\x0a\x43\xdb\xd2\x3f\x2b\x7f\x31\x21\x30\xe2\x9a\xf0\x89\xf2\x72\x21\xd6\xb5\x02\xa7\x48\xf3\x37\x82\x14\x4b\xad\xab\x59\x2e\x4d\x8f\xe1\xa4\xb4\xfe\x1e\x9c\x3c\xfc\x7a\x33\x9d\x03\xb7\xa1\x88\x53\xd9\x9a\x47\x49\x3d\x06\xaf\x10\x25\x1d\x87\xfe\xf8\x8a\x5d\xb1\x30\xe0\x89\xa1\x26\x3c\xbb\x57\xcc\x91\x2f\x9c\x2f\x6e\x21\x79\xea\x3f\x43\x20\x58\xfe\x9b\x61\xb3\x40\x27\x1c\x24\xcf\x83\x60\x63\xc4\x9e\xec\x24\x1b\xc4\xb4\x1f\xd8\x65\x9a\x6e\xb6\xe1\x90\xdc\x66\x48\x62\x21\x61\x85\x86\x23\x8d\x5b\x7d\x48\x58\xe4\xfe\x42\xae\x8c\xcc\x0e\x10\x34\x31\x4d\x9d\xab\x73\x85\x71\x83\xe4\xdc\x7c\x26\x59\xc2\x5d\x49\xd8\x8d\x80\xb9\xf0\x51\x2e\xb2\xd3\x8e\x5d\xf8\xec\xd0\x42\xe8\x76\xc7\x1c\x52\x26\x4d\xe8\xb9\xd3\x0b\xe7\x12\x10\xc5\x2f\x24\xaa\xcb\x51\xad\x11\xe8\xb1\xbf\x46\x92\x72\xab\x25\x1e\x7d\x31\x00\x8b\xc5\xb0\x24\x30\xec\x10\xad\xa4\xbd\x77\x9c\x39\xfa\xf1\x16\xf8\x07\x4c\x60\x3c\xd1\x79\xd4\x9f\x86\x43\xb2\xbd\x49\x27\x76\xcc\x63\x7b\x06\xc7\xde\x1a\x3c\x35\xbc\xe7\x85\x92\xe5\x60\xb3\x76\xb5\x89\xde\x3c\xaf\x95\xa6\x35\xf6\x6b\x49\xec\x30\x84\x6c\x4e\x2b\xb8\x7c\xc8\xd2\xbc\xda\x68\x62\x06\x59\x0e\x01\x96\x80\x45\x88\x81\x85\xe1\xca\x43\x3c\x82\x60\x5a\xba\x95\x75\x56\x78\xc5\xa9\x01\xf3\x22\x53\xdb\xcf\x20\x88\xb6\xf7\x98\xef\x96\x8b\xf6\x69\x08\xa0\xa9\x6a\xd5\xe6\x5a\x8e\x62\x5a\x8a\xbe\xce\x85\x60\xbd\xee\xf2\xcb\x31\x3c\x19\xb8\x8d\xd4\x62\x5e\xab\x10\xd3\x41\xb7\xea\x6c\xfb\x7d\x82\xc1\xb3\xde\xd4\x14\xb1\xaa\x56\x83\x8d\x43\xd8\xb4\x07\xbf\x05\x8a\xd5\xb3\x5a\x5d\x08\xf0\xf5\xd7\x91\x6d\x68\x8b\x33\x3a\x58\x51\x7f\xa4\x77\xb0\xce\x49\x04\xe0\x17\x1c\x05\x68\x77\xbc\x69\x4c\x07\x37\x9a\x29\xf6\x42\x81\x69\xa3\x97\xa9\x05\x4a\xcc\x98\x29\x44\xc6\xd0\x00\x93\xe1\xe9\x13\x22\x79\xb9\x63\x8e\xc7\x91\x9f\xc4\x9e\xd7\x7e\x17\x40\xf0\x69\x7f\xa8\x70\x3a\x8b\xec\x73\x59\x52\xa2\xa2\x2d\xe6\xac\xa9\xad\x17\x6e\xf3\x96\x23\x84\x88\x50\x17\x0b\x05\x00\x10\xe6\xc0\xc6\x5b\x29\x97\x05\xfd\x55\xb5\x53\x55\xe4\x14\xed\x27\x72\x2e\xeb\x5c\x3c\x26\x65\x3b\xb0\x21\xff\xd1\xde\x16\x34\x05\x42\xcb\xc4\x79\x2e\x3d\x1a\x70\x6e\xee\x3e\xe6\x2f\x44\x73\xc6\x3c\x3f\x7d\x7c\xfb\xc6\x1a\x0d\x43\x85\xb3\xaa\x28\xe4\x5a\x2b\xa1\xf3\xa9\x05\x3c\x5c\xe9\x23\xc2\x7b\x9a\x55\x25\x00\xab\x0b\x1b\x7d\x48\x0a\x30\xf8\xb3\xc6\xe6\xa0\x72\x36\x19\x86\x78\x79\x57\x33\xb9\xd1\x0a\x53\x65\x83\xe6\xca\xa6\x9a\x4d\x9d\x37\x57\x62\xa5\x24\x90\xfe\x52\x6a\x1f\x61\x48\x4e\x0b\x04\xeb\xb3\xe3\xc2\xaa\x96\x4d\xb3\xd6\x47\xa3\xd1\x74\xb3\xd0\xc3\x0b\x35\x3d\xcb\x9b\x61\x55\x2f\x46\x7a\x59\x5d\x7c\x9e\x6e\x16\xc3\xd9\x22\x7f\x9a\x67\xe3\x83\x87\xdf\x3f\x7c\xf8\x3d\x33\xeb\x6a\x0d\x13\x9c\x0e\x63\x26\x6b\xc4\x5b\x40\x8c\x1b\xff\x8e\x09\xeb\x59\x1c\x38\x53\x12\x56\xcf\xfc\x31\xcc\xcb\x52\xd5\x26\x1f\x1c\x1d\x3f\x98\x09\xfc\xd3\x0f\x23\xfc\x87\xff\xa0\x15\x27\x3a\x80\xa2\xde\x7a\xd2\xda\x0a\x82\xcb\x30\xba\x92\x58\x9b\x27\x33\x1d\xcf\xac\xe3\x8f\x15\x32\x99\x69\x1c\x8a\xc3\x66\xd2\x21\x74\x20\xae\x2a\xc6\xee\xe9\x21\x4f\x91\xc5\xde\x11\xb8\xaf\xaf\xd5\x0c\x51\x3b\x70\xf5\x6a\xb9\x40\x6f\x22\x02\x8f\xb0\x74\x94\xa3\xcd\xa6\xad\xa6\x0f\x75\x92\x63\x81\xc6\x90\xe9\x8c\x84\xce\x94\x5a\x9f\x90\x0e\x33\x6a\x10\x1c\x2b\xb0\xfa\xbc\x9c\x15\x9b\x4c\x39\x6d\xe7\x5a\x6a\x6d\x9b\x52\x68\xea\x6a\xb1\x7a\x79\xbc\x41\x9a\xd7\x79\xe0\xd7\xd4\x77\x3d\x0b\x1a\xe7\xea\x2b\xba\x37\x6c\x45\xf2\xa5\x95\x38\xfd\x14\x69\xaf\xa8\xac\x9d\x44\x14\xa6\xa7\x55\x65\xce\x58\x5e\x9e\xb7\x3d\xb6\xd9\x89\x29\xb8\xc2\x91\x7e\xcc\xd2\x9e\xd4\xaa\x0f\xf8\xca\x66\x31\x68\x4e\x88\x8b\xb8\x90\xe7\x4c\x81\x68\x99\xcb\x49\x53\xad\xdd\x14\x56\xb5\xc8\xcb\x22\x2f\x09\x39\x97\x5e\x75\x6c\xac\x78\x44\xa0\x43\xb1\xce\x4c\xf4\x8a\x02\x61\x33\x3b\xcc\xe9\x15\x19\x11\x75\xec\x01\x26\x3e\x6f\xd9\x5f\x8c\xef\xfa\x51\xff\xfe\x5d\x75\xdc\x72\x40\x36\x84\x61\x26\x0a\x21\xc6\xad\x27\xb2\x25\x52\x4f\x83\xae\x90\xae\xd0\x06\x03\xa6\xd5\xbb\x5a\xc0\xad\xe5\x97\x0f\x6f\x34\xcb\x2a\x6b\xac\x3b\x73\x18\x76\x54\xdd\x3d\x0d\x48\x96\xf0\xe4\xfd\xe4\xbb\x6f\xdd\xf5\x11\x3a\xe2\x56\xb9\x8d\xb5\x6e\xd2\x03\x59\xd5\x7c\xb0\xd8\xe0\x6e\x36\x02\x44\xfe\xe3\x68\xda\x12\x6a\x1f\x68\xb5\x0b\x2b\xab\x3d\xdb\x91\xd6\xd8\xfc\x43\x93\x31\x16\x35\x86\x3e\xfd\x28\x17\x14\xf8\x08\x6f\xae\x50\x44\x3b\x2a\xbe\xc3\x89\x7a\x77\x97\x36\x07\xde\x63\x4f\x30\x76\x6a\x23\x17\x8e\x4c\xa9\xf6\xd6\x96\xea\x9a\x27\xcc\x4f\x31\xcf\xc5\xa7\xe3\x54\x47\xa7\x9b\xbc\xc8\x5e\x11\x6f\xea\x89\x53\xec\xe8\x27\xb6\xe9\x6d\x77\xf7\xf8\x8e\xd1\xbe\xd3\xf4\x67\xcb\xe7\xc0\x0a\x9c\xae\x7c\xa8\x72\x0c\x43\x5b\x13\x17\x5a\xa9\x7a\xa1\x7a\xe2\xf4\x93\xdd\xae\xb1\xc9\xbb\xb5\xec\x1e\xdd\xbf\x3f\x29\xc5\x7d\xf1\xa6\x92\x99\x90\x14\x13\x02\xde\x49\xd7\x10\xd3\x4b\xdc\x1f\x71\xf7\x25\x7a\xbc\x8f\x7c\xea\xe0\xba\xaf\xdb\x0e\xae\xe4\x94\x01\x06\xfc\xe8\x31\xca\x90\x4b\xe8\x22\x83\x3e\x1b\xe0\x40\x40\xb7\x93\x39\xe1\xd2\x73\xb5\x87\x60\x7b\x0d\x85\xf5\xf9\x1c\xa1\x5f\xbc\x9a\xde\x7a\x0a\x8c\x81\x25\xaf\x9f\x95\xd9\x73\x12\x13\xa0\x9b\x16\x8f\xd8\x94\xf4\x9a\x30\x0a\x0d\xe9\x93\xf7\xfb\x98\x83\xcf\x2d\xde\x29\x00\xa8\xd7\xcb\x82\xae\x2b\x5c\xb6\xc3\x99\x08\x51\x02\x29\x3c\x06\x1a\x9f\x7b\xc8\x5f\x2e\xc6\x86\xaa\x09\x31\xa6\x7a\xa8\x8f\x54\x69\xdb\x17\x9e\x5f\x2a\xfa\x48\x81\x56\xf9\xc2\x20\xe4\xf9\x15\x9f\xaa\xf2\xb0\xf1\xb6\xee\x8e\x88\x9a\xee\xe5\xe3\xe7\xf7\x27\xec\xe9\xc3\x4f\x8a\x15\x86\xb9\x87\x18\x60\x72\x5c\xf5\xc5\x0a\xfd\x24\x83\x28\x30\x48\xf4\xaa\x98\x5b\x32\x0f\x00\xdf\x52\x1e\x98\x09\x1f\x4c\xdb\xf8\x64\x87\xfc\x47\xed\x9b\x7e\x80\xba\xde\x47\xc7\x5d\x7a\xb5\xb1\xae\xcd\x1c\x72\x6a\xc8\xaa\x83\x3b\x0e\xde\x16\x2b\x7a\xf8\x05\xd3\x67\xff\xb0\xa9\x3d\x0c\x38\x94\x68\x3b\x7b\xe6\x4d\xc2\xd5\xd3\x87\x49\x9d\x38\x57\xcf\xc6\xe9\xfa\xb8\xcb\x67\xe8\xf4\x19\x85\xea\x46\x0f\x60\x5c\x2e\x27\xc1\x13\x18\x63\xdb\x83\xf1\x63\x74\x08\xfb\xdb\x93\xb3\x33\x32\x27\x93\x11\x7b\x73\x1f\x57\xac\xf5\xf4\xcf\x11\x88\xf8\x45\xde\xbd\xfc\x14\xf3\xa1\xe9\x27\xf3\xd3\x79\xda\x86\x61\x91\x3e\xd5\x5c\xa7\x98\x3c\x07\x07\x0b\xd1\x08\xc6\xac\xb1\x64\x04\x31\x93\xb2\xcd\x6a\x75\x25\xb2\xfc\x3c\xa8\xf1\xe5\x65\x28\x93\xb9\xc7\x8a\xd7\x2f\xc5\xbd\x9f\x55\x0d\xf0\x53\x55\x29\x5e\xa8\x32\x57\xd9\x3d\x32\x75\x6c\x5f\xe0\x27\x3b\x3f\x64\xf9\x39\x3c\x3d\x39\xcf\xac\x58\x88\x6b\xcd\xe8\xde\x70\x9e\x9b\x8c\xcc\x6d\xe9\x28\x36\x3c\x77\xf7\x7c\x1b\x0d\x07\x82\x2a\x23\x9e\x1e\xd3\xc8\x06\x15\x07\x5a\x9b\x79\x60\x26\x01\xce\xb8\x2a\xd3\x74\x31\x71\x77\xd1\x85\x6a\xb4\x93\xac\x01\x1e\x00\x6c\xf6\xf0\x6f\x50\x95\x58\xad\xae\xb3\xa6\xa1\xd0\x90\x39\x00\xd9\x19\x31\x1c\x6f\x3e\x6e\x99\x61\x79\x14\x18\x33\x9d\x5b\x63\x6f\xcb\xfc\xc0\xb3\xb7\xab\x13\xd4\x5c\xdc\x0b\x7a\xb1\xf2\xf4\x6a\x75\x37\x8e\xd5\xed\xee\x32\xea\x0d\x50\x2e\x02\xe5\xa3\x21\xb4\x6e\x7f\x2f\xcf\x3a\xcd\x42\x16\x57\xd6\x21\xcd\x8d\x0b\xe2\xe1\x58\x2c\x37\x3f\xed\x7d\x87\x38\x98\x82\x4e\x69\xf9\xb0\x05\x07\x2d\xb9\x87\x25\x3c\xa4\x02\xb7\x2d\x59\xe6\x2b\x49\x68\x91\xdb\xfc\xb6\xec\x33\x7b\xad\xd6\x8e\x0a\x9b\x7c\x05\xfe\x27\xbe\xe0\xbc\xed\xbe\x82\xee\xa5\xe3\xb1\x98\x97\x43\xe7\x2e\x6a\xa6\x1a\xf9\x6b\xba\x8b\xe8\x08\x66\xe3\x6d\x6a\xd5\xbc\x87\x0f\x47\x51\x1f\x99\x83\x73\x1e\x3e\x0d\xcf\x36\xf5\xcf\x95\x06\x7f\x83\xbe\xf9\xf1\x46\xcd\x1b\xf8\xe3\xf9\xc9\xc9\xc7\x6a\x0d\x7f\xda\x7f\xb1\x6e\x9b\x4a\x39\x65\x31\x83\x90\xcf\xae\x16\x3b\xef\x6b\xfa\xe0\x5d\xa2\x66\x5a\xdb\xee\x00\x9c\x05\x24\xdb\x80\xaa\xb8\xfa\x9b\xfa\x25\x7a\xd9\xda\xbd\x8d\x33\xec\x2b\xad\xab\xb5\x8f\xb4\x59\x32\x69\xdd\x35\x87\x76\x68\x22\x2f\x07\x18\xbc\xa2\x5a\x8f\x0a\x05\x70\x16\xe8\xd6\x00\xce\x0b\x55\x09\x14\x93\xcf\xa0\x01\x76\xd1\xf0\xbd\xa6\x5b\x9b\xc9\x14\x9a\x3e\x83\xb3\x9d\x6e\xae\x0a\x35\x64\x63\x9c\xec\xb8\x20\x3d\x3b\xb1\x42\xdc\xcd\x9d\x91\xe0\x71\x88\xb4\x72\xee\xd5\xd3\xcd\x78\xc7\x74\x85\xf8\x29\x7e\x05\x3a\xb2\x9b\x11\xf3\xfc\xf1\x2a\x81\x56\x22\x1a\xab\x9c\xea\xaa\xd8\x34\xe6\x18\xbe\xbe\x8e\x13\xe7\xf9\x25\x3d\x49\x71\x28\x66\xdf\xeb\x07\x8c\x2a\x22\xa8\xfa\x4d\x53\x41\x41\x23\xe5\xf1\x55\x7b\xa7\x20\x14\x0b\x98\xe5\x99\x23\xbf\xa9\x3c\x35\xf9\xe6\xf3\xb9\x50\xb9\x61\xc4\xae\x9c\xb9\x83\x56\xb5\x80\x45\xcd\x35\x58\x34\x81\x3a\xcf\x17\xd1\x54\x44\xd8\x21\xc1\xab\x0c\x8c\xc0\xaf\x74\x7b\x4e\xf8\x4d\xd2\x6f\x0b\xb6\x66\xb6\x05\xf6\x56\x8d\xdb\x03\xf3\xd8\x12\xc3\xa6\x5a\xf3\x0c\xb4\x4e\x3c\x87\xe9\xbc\x9b\x8b\xd6\xc5\xca\xd6\x09\xa7\xd7\xab\xa2\x92\xc1\x54\xc3\x63\xf1\x7e\xa2\x81\x76\x76\x5c\x0d\x9e\xff\x6b\x00\x40\x10\x68\x33\x9d\xf7\x5f\x2c\x6e\xfc\xa2\x55\x08\x86\x22\x20\x54\x93\x99\x76\x30\x07\x45\xe8\x36\xbc\x59\x0a\xd0\x5c\x54\x75\x96\x97\xb2\x51\xda\x43\xc6\x40\x10\x86\xc7\x8f\xbc\x11\x77\x2b\x0c\x3b\xb9\x20\x23\x09\xe7\xfd\x16\xfe\xca\x57\xc6\x84\x98\xe0\x1f\x8e\xc8\x79\xe1\x55\x6b\x71\xa7\x1d\xb8\x0c\xf8\x07\x24\x8e\xa3\xcc\x03\x5f\x39\xfc\xde\x43\x92\xfe\xe8\x96\xf2\x6b\xa2\x15\xa0\xc1\xce\x66\x0a\x5c\x96\x28\x3b\x6f\xa8\xc0\xf5\x79\x60\x39\x6f\x72\x48\x93\x1d\xd0\x92\xa0\x17\x68\xe4\xa3\x39\x09\xbc\x05\xf3\x72\x11\x4c\x22\x72\xcb\xbd\x6d\x84\x06\x74\x0d\xac\x83\x65\xe6\x96\x5f\xc7\xdd\xb0\x17\x25\x01\x7f\x20\x23\xc3\x20\x65\x0a\xcd\x29\x51\xfa\xbb\xa7\xc5\x14\xa3\xd1\x4d\xab\x4b\x88\xce\xc7\x34\x1d\xf4\x62\x60\x6a\xa9\x5a\x87\x56\x38\x4c\xbb\xf3\x7f\xa6\x88\x9b\x0e\xf0\x12\x64\x5f\xad\x1a\x07\x58\x05\x13\xe6\x24\xdc\x84\xd7\x3f\x1d\xb6\x8e\xf8\x82\xe7\x21\x66\xdf\x0f\xc2\xd1\x51\xf8\xfb\x26\xb0\x04\x77\xed\xc1\xf1\x0c\xdd\x71\x6c\xc5\x18\x7e\x08\x07\x46\xad\x2d\x5a\x36\x47\x73\x0d\x96\x19\x17\x2c\xbc\x19\xc3\xb1\x70\x2f\x8d\x7e\xd8\x77\xb8\x34\x32\x89\x91\x8a\xf9\xeb\xec\x07\x9c\x84\x7f\xaa\xba\x42\x93\x8e\x2c\xd7\xb3\xaa\x2c\xd1\x2e\xc0\xf0\x52\xf2\x84\xef\x65\xb9\x5e\x17\xf2\xea\x48\x94\x55\xa9\xf6\xbc\x54\x0f\xfa\xa9\x87\x07\xfb\x1e\x4c\x26\xf4\x21\x09\xa2\xdf\x99\x16\x37\x25\xac\xd7\x42\x35\x3f\x56\x1b\x88\xde\xe0\x7d\xd5\xc1\x79\xc9\x65\x0d\xfa\x52\x52\xec\x54\x1f\x0a\xd0\x1a\xeb\xc6\x03\xef\x76\x7f\x6f\x2d\xfe\x6f\xe6\x08\x39\x12\xfb\x7d\x38\x43\x8e\xc4\xbe\xf8\x9a\x98\xa4\x3f\xab\xc6\xd1\xea\xc0\x9e\xed\xfe\x90\x99\x5e\x09\x99\x41\x14\x8a\xf3\x5c\x5d\x80\x4d\x9f\x9e\xd5\x55\x51\x18\x3a\xb7\x9f\x7c\xb9\xc5\x8f\xcf\x3f\x58\x71\x6f\xd6\x58\x18\x91\xe4\x74\xb8\xd3\xe5\x02\x02\xd0\xa1\xc3\x3f\x87\x5b\x19\x92\x2e\xfc\xaf\xb9\xba\xe8\x30\xe5\x83\x01\x9a\x96\x80\x97\x3d\x30\x54\x34\x5c\xcb\x85\xfa\x5f\x24\xc3\xd9\x7c\x38\x01\x90\x11\x78\x91\xcf\xf9\x77\xcc\x49\xf3\x82\xc2\x68\xdf\x6d\x7a\x7f\x12\xa6\xb7\xfd\x4a\xd6\x8b\xbc\xb4\xdb\x3e\x6f\x34\xb1\x09\x81\x70\x10\xf7\xb4\x58\xd3\xec\x4d\xab\xcb\x09\xb3\x90\x84\x98\x26\x46\xb0\xcf\xb4\x65\x18\x53\xb5\x94\xe7\x79\x55\x9b\xa3\xe5\xf9\xc9\x89\x3f\xd4\x6d\x27\x48\x3d\x62\x7f\xa6\x0c\xb0\x28\x4a\x40\x0a\x6f\x27\xbd\x4b\xc0\xb4\x0c\xba\xfc\x33\xf4\xb8\x4f\xbf\x00\x21\xa8\x73\x43\x7a\x39\x15\x0a\x39\xa1\xaf\x83\xe2\x2c\xa9\xb9\x9e\x83\x8c\xe2\x77\x99\x11\x59\x69\xde\x40\xa7\x6e\x66\xc3\x92\x56\x5f\x20\xa6\x59\x8e\x9a\x37\xf2\x84\x5b\x4a\x0d\xdb\x9a\x8a\xb1\xc1\xdf\x24\x83\xb7\xe4\xbc\x50\x06\x78\x86\x5a\xaf\xa8\xa7\x10\x05\x4d\xb9\x80\x5f\x79\x91\x37\x57\x66\x99\x92\x74\xed\xce\x2b\x3b\x2b\x37\x6d\x81\xe4\x99\xe5\x4a\x03\x47\xe6\x52\x34\xeb\xec\x0c\x50\x0c\x9d\xce\xfe\x7e\xad\x64\x71\x3f\x24\x41\x3b\x7f\x84\x19\x17\x9d\x4c\x40\xb2\x75\x55\x39\x45\x06\xab\x1d\x0c\xe5\x25\xdd\x1f\x64\x51\x5c\xb9\x59\xf1\x6b\x07\xa1\x25\x01\xbf\x81\x23\xe4\x66\xd5\x2c\xb9\xa1\x8f\xc3\xc1\x21\xc5\xb9\x9c\xfc\xdb\xf5\xb5\xe9\xe5\xd0\xf6\x94\x14\xdb\xae\xbc\x05\x34\x0a\xca\x84\x66\x6a\x61\x13\x63\x50\xde\xc3\x8b\x22\x04\xfb\x49\x25\x46\x8d\x05\x57\x00\x77\xe4\x01\x5d\x85\x1b\x26\x49\x5f\xd1\x85\xca\x55\x13\x8d\x9c\xff\x64\x60\x51\x6d\x4b\x1c\xab\x43\xe6\xc3\x0d\x7f\xdf\x19\xe3\x44\xc6\x09\x43\x73\xb6\x7c\xb4\x46\xb9\x07\x09\x6b\x89\xd7\xe5\xac\xaa\xd7\x55\x0d\x4e\x55\x20\xc7\x68\xd4\xa9\x7b\x7e\x66\xf1\xe2\x9c\x46\xa6\xda\x34\x1a\x35\x88\x2e\xce\x21\x13\x74\x92\xcc\xc1\x5e\x75\x83\x5e\xef\xc5\x17\xc4\xb8\x20\x32\xf6\xf0\xf6\x17\xcf\x3f\x76\xfa\x63\xb5\x06\xf4\x98\xc9\x4e\x9f\xe1\x72\xa5\xaa\xc4\x23\xe0\x36\x75\x1a\x61\xb5\xab\xd2\x54\xc4\xaa\xcd\x14\x81\x8d\xb1\x39\xaa\x94\xa2\xff\x10\x59\xe1\x91\xa1\xb7\x9c\x67\x95\x1f\xf8\x40\xb4\xe6\x62\x90\x64\x71\x58\xeb\xc7\x6a\xed\x3b\x1a\x1d\x7e\x15\x1b\x7b\x54\x2d\x7d\xeb\xae\xf7\x0d\x5c\xb3\x6d\xc5\x1d\x67\x25\x9c\x6b\x5c\x69\x4d\x83\x8b\xf7\x15\xbd\x45\xcf\x2b\x73\xa9\x32\x47\xe3\x4c\x6a\xa5\x8f\xa8\x96\x83\x3d\xf0\x99\x6d\x3c\x88\x9b\x8d\xf6\x62\x3e\xe5\xf3\x5a\xae\x14\x3c\x35\x56\x9b\x26\x5a\xb4\x26\xdd\x01\xaa\x58\x88\x56\x4f\xc8\xbc\x82\x16\x0b\x2d\x96\x28\xf7\xa1\xef\x06\xc9\x88\x46\x7c\x54\x0d\x46\x06\x64\xcc\x72\x34\x12\x0f\x31\x2f\x30\x97\x0a\x41\xae\x6c\x8e\xbe\xc8\x87\x6a\xe8\x42\x77\x52\x83\x90\x03\x44\xbe\x01\x98\xec\xb0\xc9\xc2\x63\x0e\x2b\xa6\xea\x51\x13\x5a\x69\xc5\x22\xa9\x88\x0b\x73\x33\x45\xd0\x0b\x88\xcf\x5f\x36\xe4\xe3\x25\xcc\x19\x20\x8a\x7c\x0e\xda\x5c\xd0\x0d\x69\xaa\xc8\x50\x21\x46\x5a\x9f\x2a\x0c\x94\x9e\xa9\x1a\x8b\xad\xc8\xba\x6b\xae\x6a\xd0\x51\x50\x2c\x95\x61\xd0\x11\x58\xe0\xa2\x5a\xe4\xb3\xbe\x58\x56\x17\x0a\xa2\x94\x91\xd3\xfd\x62\x23\x6b\x59\x36\x8a\xe4\x6a\x73\xda\x90\x63\xa7\x6c\xf0\xb5\xb8\xca\xd9\xda\x83\xed\x93\xbf\x12\xe1\x0a\xa6\x04\x1a\x8e\x02\xd6\x89\x7e\x17\x0b\x31\xe1\xa9\x89\xdf\xd8\xc9\xd9\x71\x7a\x6c\x65\x07\x37\xb3\xf8\x5b\x30\xf8\xb8\x3f\x6d\xa3\x28\xbc\xb4\xb5\x4f\xc2\xc4\x29\xf8\xb5\x0d\xaa\xeb\x9d\x23\x51\x44\x07\xb5\x88\x44\x4f\x9f\xaa\x28\x3e\x56\xf6\x71\x47\x47\x00\xbc\xbf\xb1\x02\x47\x66\xb4\x4c\x30\xde\xe9\xfb\xe2\x36\xed\x7f\xd9\x34\xf1\x95\x6b\x7b\x09\x1a\x16\xae\xd8\xfc\x49\x15\xf5\x10\x71\x51\x33\x8b\x26\x27\xad\x8c\xbb\x7b\x77\x80\xfa\x9e\xcb\xa2\xa5\x4b\x46\x37\x57\x7b\xed\x8c\x75\xc1\xb6\x3b\xbe\xa4\x17\x6e\x9e\x57\xb2\x50\x7a\xa6\x98\x79\x17\x98\xca\x01\x0f\xd0\x9c\xb0\x2e\x72\x6f\xa7\x48\xca\xa4\xbf\x41\x2e\xa7\x16\xdf\x8b\xec\x1e\x49\xa2\x61\x9a\x79\xff\x9e\x09\xa2\x4e\x70\x22\x3f\xe9\x2a\x9f\xb8\xfe\x04\xd4\x02\xf5\x99\xb1\x6d\xb1\xfd\xa4\x79\x32\x95\x3e\x35\xff\x7b\x8a\x6b\xf3\x49\x1c\x41\x13\x7e\xaa\x3b\x1b\xb8\xc8\xcb\x56\x07\x87\x96\x20\x02\x38\x87\x3b\x66\x99\x9f\x42\x8f\x8e\xe2\xeb\x55\xe0\x2f\x9d\xca\xf7\xbf\xf8\x35\x6c\x12\x81\x3c\xb5\xad\x4b\xc3\xce\x8b\xb1\xa9\xad\x75\x30\x07\x14\xd0\x4f\xa8\x4b\x70\xff\x1c\x07\x1b\x28\xb6\x0a\xfc\x61\xfc\xbd\x18\x88\x27\xc3\x83\xbe\x78\xbe\xac\xab\x95\x12\x3f\x8c\x1f\x9a\x4f\x8f\x9e\xa0\xc9\x58\x86\x3e\xc2\x4e\xff\x3e\xd3\xfa\xa7\xaa\x3a\xd3\x64\xf3\xe3\x55\x4a\x8e\x85\x94\xf0\xc0\x3e\x3d\xcb\x1b\x31\xdd\x2c\x8e\x6e\x6d\x84\x77\xf8\x64\xff\xf1\x23\xb4\x00\x2c\xf2\xf2\x2c\x51\x78\x66\x7a\x98\x6f\x56\x50\x7c\x3d\xb2\x3f\x47\xb9\xd6\x1b\xa5\x47\xe6\xfc\xca\x0b\x53\xd5\xb7\x8f\x9f\x3c\x7c\xf4\x3d\xd4\xb5\x50\xcd\xf3\x6a\xb5\xde\x34\x2a\x3b\x69\xae\x80\xf7\x23\x44\xdc\x5a\xd5\x33\x38\x17\x21\x44\xbf\x7d\x03\xc5\xcb\x06\x0d\x76\x34\xad\x9a\xa6\x5a\x8d\xe0\x2d\xf4\x18\xaa\xab\x25\x68\xa4\x9b\xa5\x2c\xfd\x7b\xfa\x4c\x9b\x23\x26\xdb\x14\x8a\xa2\x5a\x5a\x73\x20\xba\xaa\x60\x5a\x5f\x7c\xd9\xe8\x46\xcc\x5c\x14\xc7\xbc\x11\x18\xd2\xad\x85\x16\xde\xa0\xa0\xe3\x1e\x00\x5a\x68\xe1\x9c\x05\x79\xbe\x0e\x0b\xe3\xf6\xc0\x58\xc8\x2c\xfb\xb3\x6a\xcc\xd7\xd7\x73\x6f\x7c\xb5\xce\x2f\x55\x11\xbd\xf3\xc4\xbc\x65\x46\x53\xd6\x42\xb4\x4d\x25\xa0\x8b\xdc\x06\x5f\xd5\x50\x63\xcd\x55\x97\x6d\x57\xb7\xd7\x73\xca\x16\x2f\x86\x5c\xa8\xbe\x98\x33\x78\x80\x2a\xda\x36\xd6\x62\xbf\xdc\xac\xca\xaa\x5c\x5f\xda\xc8\xc5\xbe\x57\x4f\xdb\x8a\x3c\xcb\xc9\x98\xe2\xdf\x4d\xd2\x03\xc3\xb7\x2f\xb9\xaf\x10\x1f\x4f\x4a\x18\x86\xad\xeb\xad\x6d\xfd\xa1\x84\x16\x9c\x00\xe6\xd8\xc7\x1f\x20\x5a\xf7\xc5\x92\xbe\x5d\xe0\xcf\x6a\xd3\xd8\x7c\xc0\x94\xe1\x37\x02\x43\x76\x1d\x5f\x98\x1b\xac\x10\xe0\x2f\x43\x1c\x50\xe2\x08\x60\x06\x41\x80\x0f\xcf\x2a\x74\xc9\xe1\xb8\x51\x61\x95\x38\x1e\xd2\xde\x98\x5a\xa0\xc3\xe0\x13\xc2\xa0\xea\xe8\xea\x13\x82\x9f\xef\x4c\x76\x4c\x01\xe8\xb6\x2b\x80\xc2\x32\xb7\xb0\x44\xee\x0e\xa1\x50\xf0\x3b\x9a\x78\x07\x9a\xe0\xb7\xa8\x5f\xca\x35\x3a\xd2\x9a\x4d\xc1\x66\xa7\xcf\xa6\x06\x8b\xb0\x43\xd4\xd5\x18\x1e\xa3\x28\xd0\xf7\xc9\x72\x24\x12\xa2\x40\xdf\x2c\x11\xb5\xb3\xc5\x2e\xc1\xaf\x8c\xf7\x9a\xc5\x28\x27\x3d\xd8\x9d\xd8\x86\x93\xf1\x7d\x05\x45\xc6\xad\x1a\x6c\x97\xe0\x18\x83\x0b\xc6\xf5\x35\xf5\xce\x7d\x79\xea\x6e\x22\xe4\xb0\x83\xb7\xb3\xc8\x9e\xf1\x56\x42\x01\x1a\x75\xb5\x46\x8f\xe3\xcf\xaa\x59\xb0\x15\xb7\x9d\xf7\x6c\x37\x8c\x46\xe2\x1b\xe6\x5f\xe1\x17\x65\x44\x54\x6c\x8f\xe1\xd1\x92\x0c\x74\x29\xda\x58\x65\x36\x72\xad\x29\x72\xf7\xe1\x93\xc0\x8b\x8e\xe1\x97\x99\x75\xe4\x6f\x8d\x96\xb4\xac\xe3\x5c\x04\xd8\x83\xa7\x63\x4c\xb2\xe6\xd4\x6f\xe7\x73\x6a\x8f\x58\xff\x61\x2a\x98\x81\xa6\x8a\xd5\x10\xf9\xae\x72\x9e\xc5\xf5\xc8\xb8\x93\xe1\x32\x84\xdb\x31\x9c\xd1\x1b\x85\xa0\x40\x85\x94\x10\x7f\xc3\xb9\x7f\x89\x8f\xa0\x38\x9f\xa7\x7c\xe2\x3f\x89\xca\xde\x0c\xda\xdf\x71\x70\xe1\xf7\x7e\x54\x35\xe8\xce\xe0\x96\x95\x6b\xb1\x00\x36\xa6\x9b\xc4\x22\xbd\x95\xcd\x72\xb8\x92\x97\xbd\xc4\x04\x9b\x7b\x21\xf9\x76\x55\x45\xc1\x26\x13\x74\xac\xe9\x94\x2d\xd5\x54\x56\x7e\x6e\x55\xd3\x4e\x09\xab\xa1\x6c\xad\x45\xe5\xb9\x3a\xb1\xf8\x68\xa0\x7e\x63\x86\xcf\x49\xe1\xb4\x19\x5a\x88\x48\xc0\x9e\xf8\xee\x62\x4c\xd6\x42\xa0\x1b\xa7\x80\x7b\xf3\xaa\x9e\x81\x73\xa4\x7b\xe0\x6d\x9f\x55\x5c\x3d\x81\x7b\x19\x19\x4b\x64\xd6\xe4\xec\x25\xb6\x77\x23\x51\x3f\x58\x3c\x24\xb8\x85\x6b\x88\xb9\x85\x53\xba\x67\x9b\x4f\x2d\x33\x3b\x0a\x42\xa2\xb8\xf4\xbd\xe3\x40\x79\x22\xc2\xa3\x32\x14\x73\x20\x27\x45\x95\x91\xb5\x8b\xa6\xc0\xe2\xcc\xb0\x0f\x2c\x1e\x8e\xff\x18\x04\x06\x0a\x83\x07\xf1\x6f\x10\x90\x77\x52\xb6\x64\xa8\xc4\xe1\x68\x0e\x16\xf8\x1c\x1e\x2a\x09\x33\x1f\xbc\x80\x13\x34\x63\x1f\x72\xb4\xc4\xed\x60\xd4\xed\x47\xd7\x69\x1e\xe2\x34\x40\x24\x6d\x1b\xd8\xe5\xa6\x26\x75\x1f\x5e\xab\x79\x76\xaf\xb0\x6a\x36\x65\x47\xe5\x9d\xd5\xce\xe7\x51\xbd\x61\x8d\xe5\xa4\xc9\xc8\x23\x29\x05\x16\xde\xff\xdd\x9d\xf7\x25\x3b\x06\x70\xab\xe6\x5c\x43\x56\xa0\x40\xc1\x47\xaf\xe5\xcc\x2c\x2d\x00\x78\x46\x85\xc4\xa9\x29\xf6\x49\x84\x11\x63\x5a\xd2\x00\x2a\x93\xdd\xc1\xe3\x27\xc9\x57\x37\xd9\xb9\x7f\x3f\x8c\xe3\xde\x9a\x4a\x67\x95\x08\xb6\xa5\x26\x7b\x62\x62\x97\xd5\x79\x18\x09\x60\x5e\xbe\x07\xdd\xd3\xbc\x7c\xbf\x69\xd2\x33\xb9\xaa\x36\x5a\xa9\x12\x51\x7a\x20\xbb\xd8\xc3\x8f\x85\x92\xe7\xaa\x47\x65\xaf\xaf\x5d\x6a\xac\x4c\xe1\x9b\xd1\x24\x81\xf7\x41\xb1\xa9\xc5\xbc\x9a\x6d\x34\xfe\x6f\x5e\xe2\xbf\xd5\x06\x42\x9b\xe6\xff\xb4\x9a\x17\x73\xb8\xcc\xce\x44\x36\x2d\xf0\x0f\x07\xad\xb3\x03\x7d\xc8\xaa\x8b\x52\xc0\x5f\x9b\x35\xfe\x0b\xfe\x9d\xf0\x97\x19\x2c\xfd\xb5\x69\x84\x1f\x87\xf0\xbd\x67\xd5\x91\x92\x0d\xe7\x51\xe8\xcd\x74\x95\x37\xe2\x4c\x5d\x41\x0b\x67\xea\x6a\x5d\x2b\xad\xcd\x1f\x9b\xb5\x35\xec\x5f\xa9\x72\x03\x36\xa4\x7a\x5d\xe4\x8d\x33\x56\x07\xb2\x0a\x19\x40\xd9\x16\x48\xc9\xc9\x1e\x3d\x61\xcc\x1e\x72\xe1\x38\x19\x87\x28\xdb\x62\x67\x9b\xee\xbb\x49\xeb\x4f\xa1\x44\xe3\x76\x06\x8a\xec\xf1\xae\x6e\x59\x2f\xb8\x90\x5c\x65\xe0\x37\x6e\xd7\xb7\xcb\x0b\xf0\x59\x99\xd5\x55\x9e\x89\x1f\xc6\x8f\x86\xfb\xde\x15\xd0\xbb\x92\x5e\x28\xd1\xd4\xf9\x4a\xfc\xf8\xfe\x2d\x5c\x4b\xde\xfd\x78\xf2\x33\x62\x73\xd4\xf0\x7d\x2c\x46\xff\x71\x3a\x99\xe8\xc9\x64\xf3\xea\xe5\xab\x57\x93\xc9\xe5\xb3\xfd\x4f\x0f\xae\xdb\x9f\xbe\x19\x2d\x8e\x39\x0e\x0f\x73\xd7\x04\x47\x06\xe7\x80\x61\xbd\xbc\x0a\x70\xb6\x69\x72\xf8\x0b\x0c\x46\x01\x92\xb8\xc4\x1e\xfa\xf9\x83\x9f\xd6\x22\xb8\xae\x2e\xaf\x20\x78\xb5\x5a\xd7\x6a\x06\x26\x9d\x4d\x65\x6e\x75\xab\xaa\x51\x42\x37\xb2\xcc\x64\x9d\x69\xd1\xa3\xab\x3d\x3e\xf1\x59\x3b\xa9\xbb\x66\x6d\xf7\x10\x09\xc9\xa9\x7a\x1d\xc4\xaa\x2e\xa0\x3e\x73\x1d\x01\xd7\x0e\x59\x80\x8e\xb7\xc9\x57\x4a\xe8\xaa\xf2\xbb\x07\x7b\x11\x1e\x15\xce\xc3\x24\x50\x11\xae\xd6\xa0\xa1\xd1\x70\x25\xbe\xbc\xe2\xae\x13\x49\x47\xb1\xb6\x9f\x59\xb3\x5a\x9b\x96\x4a\xe7\x15\xe3\xc4\x55\xe6\x25\x66\x75\x79\xf3\x52\x8c\x4d\xa3\x91\x83\xc0\xff\x7f\x63\x76\x2b\x6a\x20\x9a\x4a\x64\x3c\x34\x32\x85\x8f\xc9\x35\x18\x03\x9b\xe3\xbc\x6f\xf5\xd9\x66\x0a\xa9\x06\x17\x3f\xe9\x42\x0b\x29\x8c\x80\xfb\x12\x83\x7a\x1b\x21\xe7\x42\xa1\xb2\x1f\xf4\x1c\x44\xfe\x4e\x4e\x18\xba\x01\xdf\xe1\xf6\x6a\xf3\xc0\xe9\x36\x2e\x14\xf5\xff\x24\x5f\x6d\x70\x6d\xcc\xfa\x99\x8f\x66\x4e\xc5\x58\x80\xb3\x08\x19\x4d\x39\x82\xe9\x8b\x43\xda\x1f\xad\x75\x8a\x1b\x9c\x97\xd6\x52\xd9\x4e\xa6\xb9\xfc\xc1\x0d\xcb\xb4\x30\x9c\x55\xe5\x4c\x36\xbd\x74\x3b\x30\x00\x7f\xfc\xdb\xbe\x92\xef\xd9\x62\x93\x83\xa7\xeb\xa6\xcc\xff\xb1\x51\xd6\xbd\xce\x5a\x45\x68\xb3\x89\xab\xb9\xf3\xbb\xb6\xe9\x10\xa5\x89\xf0\xbc\xa7\x8a\x3c\xe4\x33\x37\x16\x80\x90\x81\x05\x8f\xff\xba\xbe\x76\xb6\xcb\x80\x32\x73\x1c\x58\x49\x5b\xe2\x0b\xec\xc1\x96\x55\x91\x7d\x00\xd8\x6e\x4e\xc9\xe6\x6b\xe0\x0c\xc9\x3f\x38\x7e\x08\x90\x93\x7f\x93\x79\x83\x2d\x45\xba\x4c\x9e\x89\x47\x13\xb2\x26\x69\x2e\x32\x1a\xc4\x86\x16\x63\x01\xff\xda\xdf\xc7\xa1\x13\xe7\x5f\x4e\xde\xbf\x13\x63\x61\xfe\xc1\x0f\x3e\xdd\x5c\xb6\x08\x40\xc4\xfe\xc9\x6b\x4f\x46\x64\xe1\x19\xf0\x06\x0c\xc9\xf8\xa7\x4f\x9c\xc9\x95\x2a\x9e\x93\xdb\x9e\xfd\xdb\x27\xdb\x70\x78\x95\xd9\x0a\x7c\x52\x4b\xa8\xef\x85\x6c\x94\xf9\x93\xa7\xe4\xfa\xdd\x66\xa5\xea\x7c\x16\x4c\x77\x35\xfd\x12\x00\x8d\x3d\xd3\x86\x2c\xb0\x88\x78\x38\xdc\xef\x0b\x5f\x2e\xd7\xa2\xc8\x57\x39\xf2\x3c\xca\x8f\x0c\x03\xd5\xfc\x88\xf4\xac\x45\x6f\x5d\x9b\x6c\xf9\xb9\x02\x37\x4f\x74\x27\x42\xf0\x06\xd8\xca\xd2\xd1\xd7\xac\x52\xf5\x0c\x59\xe8\x3c\x2f\xf3\x46\xf9\x3a\x16\xcb\xc1\xe1\x77\xdf\x1d\xee\x39\x56\x86\x23\x66\xe3\xa7\xce\x73\xbf\xe4\x00\x5f\xdb\x01\x4f\x93\x42\xa5\xcd\xe2\xc0\x12\xc1\x99\xd1\xb8\xeb\x91\x78\x27\xdf\x69\xd3\x13\x33\xea\xc1\x4c\xea\x86\x70\x50\x50\x91\x67\x86\xd5\x9b\xec\x4c\x76\xbc\xf9\xda\x70\x38\x34\x8c\x68\x95\xeb\xdc\x08\x15\xeb\x5a\x35\x5a\x14\x4a\x9a\x73\x7c\x80\xfd\xb0\x33\xd5\xc7\x43\x67\xb6\x29\x20\x78\xfe\x52\x5d\x8a\x22\x6f\x54\x2d\x0b\xa8\x75\xff\x72\x38\x1c\xf2\xaa\x35\x3d\x7e\x83\x71\x7a\x55\xcf\x94\x16\x79\x09\x93\x95\x2b\x30\x72\x7a\x27\xdf\x61\xe6\x3b\xb9\x7e\x27\xdf\xe1\xac\x0c\x02\x73\x5e\x5c\xe4\xbd\x78\x03\xd2\xf9\x9a\x06\xfd\x63\x70\x7e\x62\x4c\x36\xaa\x4f\xbd\x2a\xce\xca\x07\x54\xe8\x81\xf5\x2e\xf7\xb8\x33\xa6\xf6\xbe\x77\x8f\xf5\xee\x07\x60\x42\xb8\xc8\xb5\x91\xbe\xe0\x6d\xd5\x48\x14\x99\x78\xf6\xf6\x85\xd3\x58\xa3\x59\x04\x51\xa1\xa3\x15\xc3\x0b\x55\xe9\xb1\x7c\x2a\x34\xec\x1e\x8d\xc4\x3c\x2f\x14\xc1\x95\xaf\xe4\x15\x38\xdc\x20\x27\xef\xbb\x5b\xf0\x79\x2e\x21\x1a\x42\xb5\x46\x48\x11\xaa\xcb\x4c\xab\x45\xec\x5b\x4a\xf4\x09\x37\xc7\x40\x0d\x47\xb9\xa1\xeb\xaa\xbc\x32\x32\x22\xeb\x9f\x1e\x8a\x67\xac\xd3\xb9\x16\x5a\xce\x95\x46\xb5\xea\xaa\x32\x87\x50\x35\xdd\x68\xac\xec\x42\x5e\x21\x78\x0d\x8e\x78\x28\x20\x0a\x22\xbc\x5b\x7f\x01\x00\x1d\x70\x56\xd3\xcc\x0d\xc7\x37\x84\xb7\x0a\x0c\xdc\x00\x4e\xec\x75\x7e\x6e\x04\x84\x1a\x02\x72\xd8\xf4\x3e\xb4\x4b\x93\x05\xa2\x44\xbd\x02\xa9\x23\x53\x45\x7e\x0e\x6f\xd1\xe0\x46\x55\xd8\x86\xdd\x94\x41\xf9\xa1\x78\x51\xe1\xf9\x4a\x70\x2b\xb5\x92\x8d\x85\xf5\xa0\xd8\xae\xba\x22\x8f\xc5\xb9\x90\x25\xef\xe0\x85\x04\x68\x67\xc4\x42\x36\xe7\x93\x28\xab\xe7\x55\x39\x2f\xf2\x19\x04\x8c\x58\xba\xe0\x87\xe7\xaa\xd6\x64\xe1\x8d\x5d\xed\xbb\x47\xfa\x8b\xaa\x3e\x1b\x12\x65\xbc\xab\x1a\xf2\x8e\x34\x62\xd0\x4a\x5e\xe6\xab\xcd\x4a\x18\x59\x92\x0c\xc4\xfa\xa2\xc8\xa7\xb5\xac\x73\xbb\xe0\xb2\x56\xb0\xc0\x34\x01\x08\x2d\x40\xf3\x35\x2b\x24\xa0\x95\xa8\x95\x56\x85\xd9\xb7\x92\xaf\x28\xad\x26\xce\x1f\xfa\x8e\x11\x88\x9b\x90\x76\xe4\x30\x62\x7c\x92\x7a\xfb\x42\x14\x15\x46\x9c\xd0\xd6\x3c\x60\xc8\xe6\x5d\x06\x70\x96\x43\xb0\x5e\x00\x0b\x80\xbc\x9c\x9b\x25\x41\x2f\x19\xad\x54\x80\x11\xb1\xc8\x9b\xe5\x66\x3a\x9c\x55\xab\xd1\x97\x7a\xba\xa9\xcf\xd4\xa8\x56\xff\xd8\xe4\xb5\xfa\xa2\x47\x17\xf9\x59\x3e\xfa\x65\x9d\xc1\x82\x0c\x2c\x48\xcc\xc0\xcd\xc0\x5d\x93\x61\x60\x46\x64\xa6\x2f\xc0\x0e\x00\xf2\xb7\x66\x79\xd6\x57\x75\x47\xec\xee\x52\xd2\x50\xae\xdc\xb1\x8a\x5f\x00\x75\x0d\x48\x12\xc2\xff\x72\xc5\x45\x2c\xb7\xe0\xa0\xb9\xb6\x65\xc2\x61\xf5\xdc\x69\xf2\x56\xae\xc1\x2d\xd2\xcd\x92\xb7\xd8\xb0\xb0\x24\xa0\xc2\xff\x4c\xe9\x16\x86\x68\x48\x24\xd2\xae\xc8\x10\xe5\x37\xdd\xf5\x7c\xe3\xab\xf8\x26\x3c\x16\x1d\x55\x06\xf7\x27\xa5\xd6\x81\xb0\x61\xcb\xc2\xc4\x51\xa7\xdc\xe0\x7d\xa2\xf8\xfc\x0d\x17\x11\xa1\x28\xd4\xb5\xbb\x1b\x8e\x60\x5b\x3d\x6e\xcc\x9f\xf9\x74\x26\xdc\xb8\x1d\xf7\x04\xaf\xc7\x75\xe5\x1c\x2a\x80\x70\xbf\xf1\xa6\x82\xb5\xee\xa3\x83\x52\x0e\x9b\x14\x0a\xf4\xee\x7e\x7f\xb0\x7f\x78\x77\x56\xad\x8c\xd0\x78\x74\xb0\xdf\x4f\x92\x1e\xac\xbb\xfd\x67\xbd\x29\x8a\xd1\xb7\xdf\x7e\x8f\x37\x15\xd3\xc8\xf3\x6a\xb5\xaa\xca\xbf\x9c\xc0\xae\x9c\x1a\x31\x5c\xd5\x42\x81\x54\x5c\x99\xd3\xfa\xee\xc1\xc3\x6f\xbf\xfb\x6e\x2f\xa4\xc1\xb2\xc2\x30\xd4\x44\x85\x4e\xba\xf6\xd7\x8b\x78\x26\xd8\x0c\xfb\xa1\x7b\xd2\x6a\xcd\x0a\xd0\xde\x4e\xdf\x11\xb8\x38\x2b\xaa\x52\xf6\x2e\xd9\x92\x5a\x70\x7e\x78\x45\xb9\x87\xb2\xc8\xbd\x3d\x7b\x4d\xb8\x3c\xf6\xb0\x16\x67\x7d\xbc\x2f\xe9\xa6\x1e\x63\xb4\xdc\x21\x84\x8a\x30\x35\x0c\x9b\xea\x04\xce\x6f\x14\xc2\x2f\xb9\x13\xba\x6e\x6a\x18\xe1\xbd\x53\x8a\x17\x8c\x85\x3f\xdd\x0b\xec\x87\x2f\x8d\x30\xaf\x9b\x7a\x03\x8a\x19\xd3\x19\xcc\xc6\x9c\xb0\xc3\x2c\x50\xa5\x1d\xd8\x3d\x76\xc1\xc7\x1b\x59\xa9\x2e\xc2\x02\xcc\xd6\x0f\x42\xc8\x9c\x41\xd8\xaf\x16\x94\xe6\xe5\x70\x29\xf5\xfb\x0b\xc0\x89\x53\x75\x73\xd5\x3b\x03\xfc\xbf\x66\xb5\x3e\x3d\xfb\x04\xfd\xba\x3c\x3d\xfb\x14\xbd\x1b\x50\xea\xd8\xce\xaf\xc9\x11\xa9\xb4\x83\xf7\xca\xc8\xb2\x00\x7b\xfc\xdb\xd7\x63\x31\x1a\x81\x24\x71\x9b\x8e\x9e\xe1\x0c\x7c\xfe\x0c\x8b\xf0\xf9\xf3\xbd\xa8\x4f\xb4\x44\x48\x53\x6e\x34\xb0\x82\x67\xfd\x18\x4e\x15\x74\xcd\x47\xbc\xfb\x91\x16\x7f\x56\x95\xf3\x7c\xb1\x01\x3b\xad\x20\xa6\xae\x7b\x2d\x00\x79\xb0\x33\xd9\xb0\xa0\x8e\xc4\xaf\xa1\xb7\x46\x1b\xbb\xff\xf7\xce\x6e\xa8\x97\x0b\x6f\xdb\x49\x82\x84\x6b\x0d\xa3\x47\x88\xa9\xe0\x3d\x43\xdd\x4a\x34\xab\xf5\x18\xf2\xf6\xce\xf6\x8e\xc5\xd9\x60\x70\x1c\x92\x5d\x57\x2f\x7f\x7f\x8f\x4e\x14\xdf\x1f\x9e\xa2\x4f\x94\x35\xc4\xba\x1c\xce\xab\xfa\xa5\x9c\x2d\x7b\x1e\x15\xee\x5c\x16\x61\x87\x86\x32\xcb\x7a\xd8\x1f\x93\xe6\xfa\x13\xc7\x70\xbc\x45\x8f\xde\xca\x75\xb2\x47\x6f\xe5\x7a\x7b\x8f\xfa\xe2\x4c\x5d\x45\xdd\xd2\xaa\xa1\x6e\x99\xb4\xbe\xf8\xd7\x74\xd1\xdc\xea\x58\x1f\x59\x50\x45\x93\xd2\x7b\x70\xb9\x77\x63\x15\x1f\xd4\xe2\xe5\x65\x7a\xa0\x98\xd4\xbb\x1c\xea\x6a\x53\xcf\x54\x5f\x5c\x0e\xe7\x85\x5c\x68\x07\x16\xbb\x5a\x0f\x0b\xa9\x9b\xd7\x65\xa6\x2e\x91\x80\xec\xaf\x3f\x34\x14\xf9\xd7\x5c\x5d\xa4\x87\x13\xf2\x35\x4b\x70\xc3\xe9\x66\x3e\x57\xf5\x9e\xb8\x79\x98\x40\xc4\x3f\x42\xf6\x76\x0b\x97\x84\xf1\xb1\x1f\x83\x7b\xb0\x52\xc3\x5c\x9b\xee\xf5\x2e\xed\xad\xf5\xff\xfa\x93\xf8\xb5\x54\x17\xbf\x8a\xe9\x6c\xf3\x4f\xf1\x2b\xe5\x82\x8a\x7e\x15\xe3\x3f\x89\x5a\xcd\x59\x6f\xa8\x85\xc1\x77\xf8\x94\x7c\x2f\xde\x80\x9d\x63\xbd\x4c\xf9\x98\x5f\xda\x53\x50\x5d\x1a\x41\x58\x0f\x61\x42\xec\x4e\x3c\xde\xe9\xef\x98\xe3\x6b\xa1\x9a\x77\xe8\x2d\x34\x16\x24\x41\xf6\xee\x0d\x47\x9f\xdd\xf7\x7b\x86\xe7\x09\x21\xd0\x33\x21\xcc\x64\x3e\xdd\x23\x6b\xad\xfb\xe2\xc7\x4d\x5e\x34\x83\xbc\xb4\xa6\x60\x60\xc1\xaa\xca\x19\x17\xb9\xcf\x55\x8d\x96\x4b\xe8\x83\x8b\x10\xd2\x43\xc0\x89\x31\xbd\xb1\x0b\x2c\xc6\xbe\x63\x3d\xd3\x4a\x5f\xdc\xb3\x69\xd4\x20\x8a\xe1\x43\x1a\x1c\x6a\x2f\x24\x99\xe7\xd1\xd8\x96\x52\x2f\x9f\x17\x4a\xd6\x51\xb7\xdd\x77\x37\x36\xf3\xe5\x85\x02\x14\x8b\x76\x56\x4c\x08\xf2\xfe\x59\xc5\x53\x41\x5f\x83\x5c\x3f\x49\x9d\xc8\xf5\x93\xd4\x41\xae\x93\x64\x5d\x27\xca\xcf\x2c\x82\xec\xa0\xe1\x8e\xb9\x30\x98\x74\xd2\x8f\x0c\x4d\x12\x24\xff\xff\xd6\x75\x7e\x0e\x71\xb6\xcc\x0f\x46\x1d\x94\x0a\xb8\x2e\xbf\x01\x49\x7d\x15\xa7\xaa\x6c\xcc\x4d\xe0\x13\x04\xe8\x3e\x53\x57\x03\x7c\x4b\x5e\xcb\xbc\xd6\x78\x29\x9b\x2d\xd5\x90\x10\x7c\x1c\xe3\xfa\x49\xea\x65\x8f\x8a\x02\x55\x0a\x01\x81\x2c\x69\x6f\x0f\x0e\x68\x58\x42\xd8\x87\x29\x41\xb9\xbd\x32\x40\xec\x8b\x23\xfb\x95\x1d\x26\xa5\xa0\xe0\xba\x66\x5d\x40\x28\x11\x82\x6c\x83\x1f\x3c\xc0\x06\x7e\xa0\x5a\xa9\x65\x6c\xdb\xd4\x74\xe5\xdb\x39\x85\xac\x9f\x8e\x31\x03\xd4\x68\xb8\x2a\xe4\x3a\xdd\xff\xd4\xc7\xfc\xa7\x07\x9f\xb0\x85\xaf\xb4\x45\xc8\x76\x90\x2c\x9a\xcc\x04\xfc\x6a\xc6\xfa\xeb\x70\x52\x9a\x7f\x99\x44\x37\x23\x7a\x72\x34\x74\x1c\x67\x39\xbd\x97\x21\xc1\x7c\xa2\x6c\x48\x3f\xad\x7c\xc3\x05\x2c\x3c\x11\x4e\x3b\x79\x09\xd4\x43\x14\xd3\x4e\xd6\xae\x34\x9d\x7e\xed\x1d\x61\x4a\xf8\xdd\x50\xe4\xba\x79\x6e\x96\x35\xb5\x25\xc2\x44\x47\x9f\xee\x73\x72\x73\x44\xa9\xed\x52\xed\x6d\xc2\x93\xda\xf9\xdb\x1b\x86\x27\xb5\xf3\xb7\xb7\x0e\x4f\xea\xda\x3f\x25\x54\x80\x24\xfe\xdf\xb2\x8d\xde\xd8\x4e\xfe\x9f\xb2\x97\xdc\x80\xcd\x86\x72\x3f\x12\xbb\x2a\x24\xc3\xe3\x64\xe6\x60\x7f\x45\x24\x98\x2e\x41\x3b\x8d\xd3\x5e\x47\x46\xdc\x73\x9c\xe8\x3a\x32\xea\xb0\xc6\xce\x2d\xe8\xca\xfa\x7d\xf8\xef\x75\xe2\xbe\x95\xeb\xd4\x61\xfb\x56\xae\xbb\xce\x59\x14\x6d\x69\x30\x2b\xb9\xee\xe4\x29\x41\x9a\x1b\x94\xfd\x9a\xe4\x28\x61\x62\xab\x4c\x9b\x9f\xb0\x94\x56\xee\x36\x37\x61\x29\xad\xdc\x6d\x5e\xc2\x52\x3a\x8f\xe2\x95\x5c\x07\x8c\x04\x10\x70\x01\x9e\x39\xe2\x06\xff\xb5\x1c\xe6\x2d\x75\xfd\xff\x14\x06\x63\xc7\x6b\xf8\x8b\xfd\x3b\xc1\x5e\x02\x8a\x3c\x4e\x65\x0d\x98\x4b\x48\x8d\xc9\xfc\xc4\x5a\x18\x19\xa6\xb3\x21\x63\x61\xf4\x97\xce\xa6\x83\xda\x3a\xb9\x8a\x2d\xf9\xef\xca\x54\x7e\xae\xab\x55\x0e\x8f\x90\x2d\xc6\x42\x49\x5d\xcc\x85\x92\xff\x5d\x07\x86\x4c\xa2\x35\x28\xcf\x21\x5a\x03\xc2\x35\xa4\xc1\xd8\x75\x8b\xba\x69\x3f\xbb\xa1\x68\x85\x87\x86\x21\xf3\x30\x2b\x4b\x69\xe5\x6e\xf3\x3b\x96\x12\x72\xb0\x58\x20\x92\xf0\xa2\x9d\x66\x64\x64\x0a\x00\x7c\xe7\x0f\xb3\x31\x2c\x8d\x5c\x0c\xff\xee\x66\x5e\x27\xd4\xeb\x1e\x66\xbc\x25\xef\xa2\x5a\x43\xd6\x45\x9d\x6e\x73\xae\xcf\x9f\x33\xd9\xc8\xcf\x9f\xbd\xba\xc6\x6e\xa8\x9b\x39\x19\x54\x20\xb3\x8c\xfa\x47\x5c\xec\x46\x1e\x65\x87\x65\x78\x94\xfd\x9b\x6d\x7d\x09\x6b\x9d\x48\x58\x6f\xb4\x19\x1f\x5b\xf9\xe3\x64\x05\xc8\x62\xd8\x92\x77\x12\x64\xc4\x3b\x9c\x8c\x12\x51\x8f\xfb\xee\x29\xad\x91\xb3\xb3\xd4\x51\xef\x13\xc2\xbc\xc9\x43\x9e\xa5\x84\xb9\xdb\xc7\xbb\xfd\x1c\xe6\x4b\x10\x3a\x7d\x0e\xf3\xb5\x8f\x74\xfb\xb9\xf3\x3c\x87\x0c\xff\x8e\x27\xfa\x89\xe9\x58\xe2\x38\xc7\x18\x41\x49\xa2\x6e\x5f\x33\x8e\x1d\xfd\x83\x79\xe4\x18\x4a\xc3\xdf\xc7\x5b\xe8\xd6\xb4\x0c\x44\x6b\xfe\x48\x9c\xaa\x7e\xf1\x8f\x5b\x99\x82\xf3\x94\x2d\x7c\x3b\x27\x9d\xa4\x76\xc5\x13\x19\x88\xc0\x69\xa9\x13\x19\xb4\xaf\xa1\xf3\xe8\x84\x32\x9e\xf6\x6f\x3a\x34\xd8\xa9\x81\xcb\xe4\x0f\x0d\x76\x2a\x5c\xad\xa6\x55\x61\xaa\xa9\xaa\x66\x88\xbf\x3a\x5a\xb7\x69\xff\xca\xe6\x7f\xc9\xcb\xe6\xb1\xb5\x49\x82\x2e\xf8\x2f\xe9\x6e\x04\xe9\xff\x96\x07\xed\xdf\x94\x3c\xeb\xb8\x9a\x50\x52\xd7\x81\x4b\xc9\x38\x30\xbb\xc1\x9f\xd9\x47\xf6\xfc\x9f\x2a\xe3\x46\x05\xbf\x7e\x1e\x62\xf0\xb0\x5f\xe1\x8d\x12\xce\x41\xed\x20\x0d\xc8\x09\xd1\x24\x41\x35\x60\x71\xd3\x28\x25\xf4\xb2\xaa\x9b\xa5\x2c\xb3\x4e\x2e\x10\x6d\x7a\xa8\x18\xb7\x3c\x9e\xb5\x80\xe8\x01\xb5\xc1\x5b\xf4\x30\x28\x65\xad\xbe\xbe\x8a\x75\xad\xb2\x1c\x60\x6e\x3f\x82\xab\x3e\x71\x83\xbc\x3c\xaf\xce\x54\x26\xd6\xaa\xa6\x6a\xf2\xaa\xa4\x3a\xac\x97\xa2\x6d\xfb\x03\xfd\x6e\x96\x0a\xd8\x02\x8e\x57\x65\xd8\x91\x16\xa3\x81\xaf\xaf\x30\xa0\x1a\xfc\xdd\xf7\x9d\xb8\xe5\x51\x8c\x23\x0c\x4f\x62\x6c\x0c\xb3\xb8\x12\xb5\xd2\xf6\x5d\x60\x9f\x7f\xdc\x14\x0d\x84\xd5\xa3\x13\xfb\x36\x57\x0b\xf2\x85\xc1\x76\xc2\x8b\x45\x3e\x17\x3d\x37\x84\x1e\xf9\x8f\x40\x8e\x3e\x66\xdf\x73\x35\xd9\xd6\x4f\x6d\xcf\x1e\x3c\xf8\x64\x65\x0b\xaa\xed\x2b\x1d\xf3\x42\xf8\x80\x4c\x9b\xa2\xb1\x0c\xb4\x45\x8f\x6c\x3e\xfd\x66\x9b\x4a\xad\x3e\xe6\x2b\x15\x9f\x63\xee\xbb\xdb\x6c\xb9\x7e\xe6\x2c\x37\x83\xbc\x2c\x21\xc8\x4c\x6c\x20\xcc\x58\xcb\x2b\x96\x09\x9f\x21\xe2\x5c\xf8\x95\x65\xb3\x4b\xc3\x3b\x48\x5f\x59\xae\x8f\x57\x6b\x95\x25\x9b\xf5\x29\x8c\x9f\xfd\xa2\xc9\x56\x79\xda\xc9\x24\x3c\x17\xc0\x13\xf8\x67\xc3\xe0\x85\x7d\xf9\xf6\xfc\x3e\xac\xd3\x9c\x9c\x60\x2a\x4c\x86\x83\xe8\x9f\x79\x51\x92\xf1\x56\x93\xf3\x8a\xc3\xc7\x6c\x31\xe6\x2d\x45\x2f\xdd\x5d\x3a\x44\x24\x72\x02\x11\xf1\xcf\xbc\xb6\xb9\x2b\xb2\xc2\xa2\x0c\x90\x7b\x50\xe4\x67\x4a\xfc\x0a\xd4\xf4\xeb\x0d\x8c\xe3\xfe\x57\x22\x69\x27\x31\x9b\x11\x62\xec\xb4\x20\x23\x39\x78\x7e\x15\x79\xb9\x54\x35\x98\x59\x9e\x80\x11\xf9\x15\x11\x68\x5e\x2e\x58\x5a\xd8\xbd\x5b\xb0\x0c\x37\xce\x44\xc9\x16\xdf\x78\x93\x9f\xa9\xff\xa9\xae\xb4\xdf\x65\xd4\x2e\xe7\x1c\x86\x1e\xc1\x7a\x15\x1f\x8d\x21\xeb\x9e\xdb\xfe\x40\xd7\x62\x2c\xee\x60\x3e\x08\x7f\xe4\x28\xbd\x9d\xd9\x50\x6d\x90\xfb\x0e\x56\x00\xe5\x90\xa4\xdb\x85\xd0\xd5\x31\x59\xe8\x0e\x55\x09\xe5\x3d\x05\xc7\x75\xe8\xb3\x7c\x0d\x3b\x01\xb6\x30\xd6\x73\x7d\x4d\x9d\x87\x3f\xa0\x16\xf8\xeb\x23\xba\x23\x47\xdc\x8d\xd7\xf0\xd4\x33\x04\x6c\xc8\x32\x4a\x81\xe6\x23\x7b\xe2\x08\x83\x8c\x46\x8c\x16\x2b\x0b\xaf\x37\xf0\x24\x0f\x86\x29\x0a\x2c\xa7\xb0\xe3\x96\xc1\x19\x5e\xd8\xf3\xd4\x70\x7d\x1d\x6d\x05\x34\x54\xa1\xd5\x3b\x53\x86\x35\xee\xee\xda\x76\x85\xb8\xd3\xe3\xdd\xde\xdd\x15\x3d\x9f\x26\x84\x00\x98\x78\x40\x6a\x78\x02\xa8\x70\x6c\x5b\xfc\x1a\x7b\x96\xfc\x6a\x3a\xa7\x9b\x3a\x9f\x01\xe4\x00\x48\xbc\xfe\xff\x4c\xe7\xc7\x63\x71\x0f\xf3\xde\x13\xd7\xd7\x71\x43\xef\x4c\x99\x2f\x5a\xec\x0f\x0f\xf6\xe3\xc6\xca\xaa\x1c\xe0\x59\xe1\x37\xbf\xa8\x4a\x81\x4f\xc1\x3a\x6c\xaa\xe7\x57\xbc\x67\x9b\x45\xef\x4d\xd3\xac\xeb\x09\x81\x08\xee\xed\x25\xfa\xf2\xf3\x52\x96\x4d\xb5\xfa\xcb\x89\x38\xbc\x6d\x57\x0c\x03\xa3\x23\xb8\xdd\x1f\xa0\x4f\xde\x1f\xec\xf8\xff\xcd\xde\xdb\x75\xb7\x71\x2b\x8b\x82\x7f\x05\xca\xc9\x36\x49\x8b\x22\x25\xdb\x71\x12\x39\x8c\x46\x47\x96\x1d\xed\x23\xd9\x1e\x4b\x3e\xd9\x89\xc8\x2d\xb7\xd8\x10\xd9\x56\xb3\x9b\xbb\xbb\x69\x59\x0e\xf5\x32\xcf\xb3\xd6\x3c\xcc\x5a\x77\xd6\xfd\x07\xf3\x38\xcf\xf3\x7f\xee\x5d\x6b\xfe\xc5\x2c\x54\xe1\xa3\xf0\xd1\x24\x25\x39\xd9\x1f\xf7\xfa\x9c\xb5\x23\x36\x0a\x40\xa1\x50\x28\x14\x0a\x55\x05\x0b\x9f\xf3\xeb\x8a\x1f\x6a\xea\x58\x9f\x31\x7d\x47\x18\xd5\xe3\xcb\x64\xca\x5c\x84\x6c\x04\xa4\x8c\x17\x9d\xb7\xd5\x56\x6b\x00\x5a\xfe\x6e\x89\xaf\xa3\x09\x6e\xb9\xcf\x1e\xa9\x64\x87\xa3\xb9\x41\x6e\xfd\x92\xc6\x89\x82\x50\x45\x29\x5a\xbe\x87\x23\x0a\xd4\x5f\x26\x51\xa5\x6c\x43\x79\x66\x29\x62\xf8\xe4\x44\x27\x04\x2d\xad\x0a\xb6\xd9\x02\xf3\xfd\x2f\x91\x9d\x14\x29\x4f\x4e\xbe\x11\x04\x93\xda\xd5\x1d\xac\x1c\xae\x1e\xa5\xf3\x13\x52\x2d\x6b\x45\xe5\x09\x15\x26\xd9\xc2\x3a\x76\xae\x75\x1e\xcb\x44\x4b\x27\x34\x92\x87\x87\x05\xf3\x29\xc6\xb8\xba\x16\x5e\xe6\x13\xbe\x4c\x07\xd7\xfa\x37\xb4\xf6\x4f\xa1\x83\xeb\xdd\x59\xb3\x45\x55\xcc\xf8\x7b\x74\x10\xbe\xd6\x59\xd5\xe0\x65\x30\x64\x72\xd3\x1b\xa8\x33\x6d\x68\x10\xdd\xbf\xde\x43\x3c\x41\x0d\x4b\x1d\xe7\x13\xfe\x7b\x29\xec\x2b\xb2\x92\xad\x68\x53\x4d\x7c\x91\xbe\x8d\xde\x3f\x45\xbd\x82\xad\x5e\x13\x5b\xc0\x6b\x62\xf0\x46\xbb\xe6\x7f\xb3\x55\x51\xfe\x37\xc7\xde\xf3\x92\x57\x48\x6c\x1c\x48\x54\xc9\xbc\x9c\xe2\xd3\xfb\x4b\x7e\xfd\x9e\x25\x42\x7f\x9c\xc1\x73\xd4\x6a\x25\x0b\x46\x5d\xd1\x04\xb4\x54\xe2\x24\x99\x58\x09\x55\xc7\x55\xf9\x84\x14\x97\x66\x21\x7c\xfc\x38\x2a\x86\x63\xc1\xfa\x2e\x5f\x61\x74\x88\xad\xa9\xe1\x60\xa4\xc2\x39\x89\x2a\xc8\x8e\xa7\xc2\xe5\x81\x7f\x36\xb6\x02\xcc\x53\x96\xf9\xf0\x40\xa6\xb3\x90\xfc\xa3\x5c\xd3\x90\x73\x6c\x36\x31\x2c\xa1\x19\x02\xbf\x6c\x6c\x58\x8c\xc0\xff\x26\x39\x00\x4b\x07\x70\xa1\x83\x1a\x85\x3b\xf9\xa4\xc5\xc0\xf4\x43\x02\xff\x9a\xb9\x27\xb8\x9b\xe9\xd7\xd2\xc7\x39\xbb\xe8\xef\x2b\x9e\x97\x2c\x96\x39\x51\x0f\xb3\xd9\x8f\xbb\x81\xf4\x1a\xf1\x6a\x37\x4d\xc5\xde\xf5\x1e\xdc\x9e\xc9\x87\x83\xec\xbd\xe4\xad\x19\xe4\xfe\x63\x0f\x81\xc1\x20\xae\x4b\x02\x97\x60\x13\x92\x5f\xaa\x9c\x8d\x64\x28\x5e\xfd\x99\x22\xca\x62\x94\x80\x58\x13\x70\xc0\x03\xcc\xb2\x3d\x10\x8f\x50\x37\xca\xb4\x79\x62\x59\x39\x03\x87\x0b\x23\x04\x15\xd2\xb6\x0c\x24\xe8\x0a\x00\x0f\x93\x40\x43\x64\xb8\xb5\x6d\xd5\x0d\xec\x4e\x27\x15\x4c\xba\x87\x2d\x7a\xdc\x2f\xa6\xf4\xa5\x9e\xad\x26\x76\xd6\xd6\xa3\x6d\x53\x74\xc9\x92\xd0\x5a\xbc\x02\x94\x35\x51\x01\x52\xe9\x23\xe5\x01\x47\x16\xb1\x1d\x55\x6d\x9b\x28\x01\xf8\xc9\xea\x47\x55\x68\xd5\xf2\xbd\x8d\xb5\xe1\x7c\x63\x88\x24\x6c\x8f\x1f\x35\xcf\x8f\x78\xf5\x36\xba\x3a\x89\x46\xbe\x9d\x0f\xbf\x6b\x48\x44\xe3\x44\xba\xb0\x3b\xe0\x76\x21\x39\xe0\xbf\x47\x1e\xfb\x37\xe5\xfa\xfe\x5e\x8d\x3a\x74\xc0\x17\xfb\x0d\xa2\xa2\x9d\x30\x5f\xcd\xd2\x74\xd0\x90\x28\x68\xe7\x7f\x07\xe8\x9d\xfa\x3e\x68\xdc\xc6\x52\x5a\x5e\x4f\x14\xc6\xd8\xa0\x24\xd8\x8e\xfc\x43\xfb\xeb\x8b\xd2\x6d\xe7\xc5\xb4\x15\x25\xc1\x49\x34\x7a\xaf\x95\x17\x95\x1d\xac\x94\x26\x8f\xd1\xe8\x9a\xf1\xec\x63\x52\xe4\x99\x8a\x12\xbf\x9f\x11\x40\xaf\x07\x8c\x13\xb4\x17\xc4\x7b\x32\x1c\x5f\xf0\x4b\x26\x3a\x89\x46\x4d\x7a\x46\x14\xb2\x5b\x25\x96\x81\xf9\xd1\xf2\x7a\x51\xd6\x19\x7b\xa6\xb6\xd5\xc4\x7a\x7a\x63\xd3\x99\x82\x07\x0f\xdc\x49\x49\x32\x69\xe8\x91\x58\xc9\xa3\xc7\x8e\x61\x5c\x59\x80\xdf\xb7\x1d\x36\x95\x85\xcb\x96\x0e\xe2\x46\xac\x71\xf8\x2d\x60\x8e\xc3\x02\xb2\x65\x20\x76\xe2\xb4\xe2\xee\x1b\xa6\xe4\xae\xeb\x21\x2a\x46\xa5\xc3\xea\xda\xf6\x61\x58\x7d\x29\x1b\x9e\x75\x88\xcd\xe4\x6e\x96\x26\x50\x3e\x6f\xa1\xcd\x4a\xab\x16\x44\xb4\x65\xe4\xb4\xff\x5e\xce\x4f\x3b\xc4\x7e\x07\x9e\x65\x07\x79\x4d\x0b\x50\x43\x51\x55\xfe\xe0\x41\x80\x71\x7b\x3d\x45\xb9\x85\xf3\x4e\xba\xb3\x27\xff\xa0\xdc\xff\xdb\x2c\x4a\x9f\x73\x3e\x0d\x70\x00\x29\xbd\x33\x1b\xac\x34\x65\xd0\x8d\xd2\x17\xe4\xb9\xa7\x54\xd9\x26\x20\x6d\x60\x54\x24\x65\x9e\xa1\x1e\x21\xb6\xb5\xaa\x00\xe1\x52\x15\x91\x38\x4d\xf1\x58\x19\x3f\xef\x36\xe5\xd0\x01\xf7\x94\x52\x08\x98\x45\x5d\x01\xfe\x5a\x5c\x41\xf3\xc8\x79\x52\x4d\xa2\xf2\x12\x47\x2d\xff\x86\xd0\x00\x84\x67\x5b\x6c\x83\xbd\xcb\x20\x77\x1c\x8f\xc9\xe8\xb0\xf4\x11\xdb\x60\x6f\xbc\x91\xd7\xe8\x14\xa7\xc3\x59\x59\xe5\x93\xe4\x33\x2f\x06\x9e\x52\xa1\xcb\x28\x05\x3b\x41\xb5\xe8\x14\xee\x0e\x07\xec\xc4\x25\xab\xe2\x6e\x50\xd8\x80\x0a\xef\x2d\x52\xaf\xb6\x46\x2a\x63\x45\x88\x0a\xce\x04\xcf\x7c\x8c\x52\x48\xc0\xb5\xf0\x7c\x47\x98\x50\x99\xe6\x00\x87\xb6\xa2\x6b\xdb\x0c\xb2\x68\xe3\x05\x68\x40\x9a\xf7\xb0\x96\x2b\xcf\xf5\xd1\xeb\x26\x28\xfe\x21\x45\x3f\xcc\x3b\xf9\xd0\x5c\xab\x59\x9b\xf6\x77\xec\xaf\x15\xde\x41\xd6\x7a\xd2\xc8\x00\x49\xf2\xa1\x87\x35\x85\xa3\xb7\x6f\x38\xeb\x70\x15\x32\x90\x2a\x8a\x26\x4b\xa4\x03\xc0\x12\x6d\xaa\xc2\xe7\x54\x2d\x65\x4a\x7c\xd3\x52\x80\x8b\x0a\xbb\x68\xaf\xb0\xe1\x48\x89\x0d\xfd\xef\xd7\xfe\x36\x63\x0a\x6c\xd8\xd7\xf2\x26\x23\x00\x2d\x8b\xa8\x56\x17\x54\xe9\xec\xad\xeb\x4b\xde\x0e\xdd\xe5\xde\x47\xca\x8c\xbc\xd4\x12\x01\x15\x23\x64\x03\xba\x3c\xf5\x8e\xb8\xf7\xfa\xe8\xcd\xee\xdb\xfd\xb3\x37\xbb\x6f\x4f\x0e\x76\x0f\xcf\x5e\x1c\xee\xbe\x64\x3d\xb6\xf5\x7b\xec\xaf\x6d\x62\x11\xf3\xa0\x20\x14\xc7\xd6\x8c\x6d\x10\x15\xbf\xf9\x2f\x72\xd5\x55\x6f\xac\x23\x8b\xc5\xb2\xd8\x41\x7a\x58\x89\x11\xee\x61\x53\x5e\x5c\xe4\xc5\x04\xf7\x2b\x88\x74\x26\x73\xbc\x70\x03\x63\x3c\x8b\xce\x53\x78\xe3\x5f\xb5\x98\x54\x63\x36\x4c\x0a\x48\x81\x01\x0d\x52\xb7\x82\x1c\x73\x3d\xc0\x7e\x14\xdf\xe7\x10\x1c\xdc\xd3\x74\x0d\x67\x27\x5c\x52\x4d\x19\x69\xea\x77\x42\x76\xcc\x79\x80\xa0\x10\xff\x8f\x09\xa2\xcb\xba\x73\xb4\x11\x75\x77\xd9\xf1\x4c\x3b\x20\x4e\x82\xa7\x71\x93\x70\xc9\xec\x54\x70\x26\x27\xae\x80\xb7\xd8\x42\xe5\x41\xfe\x0b\xec\xa1\x8a\x25\xee\xba\x89\xc2\x0e\xa2\x8e\xfa\x8b\xb6\x10\x4d\x1b\x7b\x53\x95\xeb\xf5\xc0\xb9\xc8\x94\xc7\x76\x63\x95\xaf\xc6\x1e\x08\x6c\x88\x06\xe2\xfc\x03\x0a\x11\xdd\xda\x8e\x91\x3e\xdb\x52\xa8\x87\xda\x95\xb5\x54\x07\xc1\x5a\xd0\x95\xb4\xdc\xd2\x8e\xe0\x0f\xad\x30\xb3\x1d\x22\xcd\xb6\x65\x39\x6c\xbf\xb4\x9b\xc5\x75\xa0\x5c\xf6\xa4\x69\xf3\xfa\xfc\x83\xd5\x9f\xae\x61\xd3\x47\x82\xe9\x2e\x7c\xb0\xa4\x3c\x8e\x26\xdc\x45\xdf\xea\x54\x28\x2d\x06\x8c\x5e\xfd\x2a\x53\x0a\xb5\x4c\xae\x99\x52\xd4\x4f\x3c\x83\xa4\xb2\x38\x6b\x7b\x24\xa3\xf3\x4d\x6c\xd5\x64\xa4\xa6\xce\x4d\x10\xa5\x35\x05\xab\xbb\x43\x5f\x43\xa1\x4d\x95\x52\xd3\x80\x58\x66\xa5\xa9\x10\x7c\x9a\xba\x77\x7d\xa1\x1c\x5b\x3c\xa7\xef\xe7\x76\xa8\x4e\x72\x37\x1e\x57\x4d\x6d\x13\x85\xc5\x6d\x09\xe7\x61\xd5\x16\x6d\xaa\xac\x35\x95\x0c\x7c\x10\xdc\xdd\x5b\x96\x5f\x0f\x8c\xfc\xe7\x22\x9a\x4e\x21\x61\xbb\x26\xf8\x83\x07\xc1\x9b\x6b\x85\x67\xe3\xec\xec\x0a\x2b\x9d\x9d\x35\xcc\xd2\x91\x4c\x47\xda\x53\x3c\x58\xd7\x1e\x8e\xd7\x6e\x4e\x72\x1d\x0e\xc7\x42\x10\x75\x65\xfd\x9b\x70\x96\x1c\xcb\xbb\xec\xca\x1e\x8b\xaa\xa9\x96\x54\x07\x84\x6b\xb3\xa5\x0d\x1b\x6d\x7a\x37\x9b\x57\x63\xab\x05\x3a\x98\x1d\x9c\x1c\xda\x80\x54\xa5\xb5\xd3\xc2\x72\x86\xd3\x2c\xa7\x27\xb1\x49\xb1\x6e\x5b\x18\x2c\x3c\x7f\x78\xe6\x7c\xb9\xf4\xe4\x92\x70\xcf\x04\xce\xf2\x59\x8a\x2a\x45\x53\x2a\xc3\x77\x63\xf7\x55\xce\x04\x62\xc3\x30\xe7\x02\x2b\x45\x9b\xa5\xf9\xbe\xd0\x79\x37\xb4\x9a\x7c\x14\x95\x97\xdc\xf5\xe2\x57\x9f\x3d\x73\x42\xd8\x94\xa0\xc1\xaa\xfc\x18\xa2\xec\x9d\xe6\xd4\x67\xc7\xdc\xa0\x74\x45\xb8\x0a\x62\xef\x31\x52\xff\x3d\x14\x9d\x96\xd7\x59\x15\x7d\x62\xc3\x71\x54\x44\xc3\x8a\x17\xe5\xa0\x39\xae\xaa\xe9\x76\xb7\xcb\x87\x93\x68\x03\xf2\x91\x61\x9e\xab\x28\x85\x07\x2c\xe0\xf3\xa3\xa7\x8f\xba\xdf\x76\x36\xbb\xff\x56\xf2\xe1\xc6\x34\xaa\x04\x50\xd9\x52\x5b\x2d\x1a\xc6\xb1\x9b\xbd\x31\xb8\x06\x77\x4f\xfb\xfd\x7e\xff\xaf\x5f\x77\x1e\xae\xef\x34\x5b\xa7\xfd\xfe\xe0\xb7\x9b\xf9\x40\xa5\xdc\x24\xfa\xac\xd0\x35\x86\x15\x1b\xe7\x65\xc5\x88\x03\x75\xc9\x9a\xe8\x50\xd2\xea\x90\x2e\x0e\xca\x9f\xf2\xb2\xda\x83\x74\x27\xac\xfb\xd7\x7e\x5f\xa9\xe0\x9d\xf5\x9d\x3d\xe2\x7d\xdd\x1f\x7c\xdd\xbd\x9b\x36\x2e\xb4\x06\xa5\x8b\xab\x49\x35\xda\xb8\x75\x0a\x58\x59\x65\x2f\x78\x99\xa7\x1f\xe5\xab\x7f\x5c\x68\x66\x49\xca\x63\x86\x79\x13\x84\x5a\xa5\x54\x15\x07\x0f\x62\x80\xd7\x68\x69\x43\xf5\x1f\x7b\x30\x70\xa7\x2b\xb9\x60\x91\x22\x63\x52\x7a\x4e\xbc\x62\xa6\xb4\x4f\xb1\x4c\x14\xd1\xf8\x6b\x83\xad\x83\x9f\x12\x19\x1a\xca\x5a\xbb\x4f\x93\x14\x8e\xf2\x54\x9b\x35\x04\x47\x7d\xfd\xa0\x01\xfb\x94\x86\xe9\xda\x95\xe7\x3a\xd9\x46\xab\xf3\x70\xa7\xb9\xd3\xeb\xc3\xbf\x66\x6b\x0e\x24\xe9\xac\x9b\x6f\x83\x56\x77\xd4\x66\x8d\xaf\xb7\x3a\x0f\x77\x1a\x2d\xb6\xce\x1a\x5f\x37\x54\x62\xda\x55\x0d\x77\x38\x48\x63\xf6\x3f\x8f\x62\x56\x8e\x93\x09\xce\xc6\x1d\xad\x71\xf7\x30\xc0\xca\x99\xd0\x1c\xb5\x8a\x13\x01\x8a\x3b\xe9\x6a\xed\x5e\x08\x68\xb3\x8e\x2a\x01\x3d\x04\x85\x98\xb2\xd3\x2f\x16\xe8\x82\x1f\xa4\xc4\xb0\x12\x5b\xaa\x06\x77\x28\xb7\x6c\x5b\x8b\x9c\xca\x7b\xd9\x04\xbe\xa4\xa2\xe4\x9e\xc2\x60\x89\x28\xc7\xc6\xef\x6a\xf6\x3f\x34\x4e\x77\x44\x40\x4b\x0f\xac\x7f\x84\xdb\x81\x95\xad\x17\x82\x89\x1c\x80\x7f\x47\xbe\xd2\x20\x71\x54\x71\x07\x04\xd3\xc8\x28\xf3\x54\x51\xe4\x85\x03\x00\xa9\x75\x35\x04\x2c\x6f\x1b\x40\x4d\xb9\x86\x99\x44\x53\x07\x04\xd2\xe9\xc8\x52\x3c\x3d\x7b\xb7\x83\xe2\xe3\x6a\x86\x18\x15\xae\xc0\x47\xfc\x93\xdb\x91\xca\x68\x63\x42\xe8\x1c\x00\x48\x35\xa4\x83\x89\xcc\x8d\xa1\x01\x80\x8f\x1a\xe6\x0a\xc3\x0e\x1c\x20\x19\x8c\x20\x8d\x42\xda\x39\x01\x8f\x1f\xa1\x49\x52\xd9\x67\xcc\x3c\x40\x4e\x13\x7f\x2e\x64\x1e\x1c\x45\xed\x34\x8f\xaa\xc7\x8f\x5c\x82\xe3\x57\x7b\xf6\x01\xf4\xe9\x93\x10\xe8\xd3\x27\x36\x68\x92\x55\xdf\x39\x70\x07\x2a\x70\x84\x02\x6d\x3d\xf5\xa1\xb6\x9e\x7a\x60\x1e\x7e\x07\x99\x87\xdd\x2c\xd0\xa7\x89\x56\xb1\xc1\xf6\xd2\x68\x32\xf5\xaf\x86\x49\x91\x5f\xc9\x43\xf5\x5d\xe2\xe3\x3a\x0b\x21\xfb\x2e\x21\xd8\x7a\x1b\xa2\x4c\xa6\x77\x6d\xdf\xb9\x2a\x6b\x7f\x7e\x61\xfb\x7b\xea\x15\x5d\xe9\x93\xdc\x49\x04\xa9\xa1\x7f\xbb\x79\xd6\xcf\xec\xaf\xa7\x66\x72\x07\xe2\xf4\x19\x28\x84\xe9\x1c\xb0\x9e\x57\x55\x52\x33\x50\x4f\xd1\xa2\xa6\x56\x5d\x77\x33\xd3\xa2\x57\xcd\x99\x94\x9a\xda\xb5\xbd\xce\xac\x6e\xf1\x8c\xed\x80\x48\x01\x18\x68\x59\x49\xbd\x50\xc3\xf6\x92\x0b\x54\x96\x02\x31\x54\x97\x2c\xc0\x40\x45\x29\x26\x43\x15\x95\x84\x0c\x4d\x19\x8a\xc6\x50\x2d\x94\x88\x81\x3a\x5a\x18\x86\x6a\x69\x29\x18\xa8\xa8\xa5\x5f\xa8\x22\x8a\xbd\x40\x2d\x2d\xf1\x42\xb5\x8c\xa8\x1b\x10\xbb\xc7\xea\xda\x92\x31\x5f\x18\x8d\x49\x79\x73\xe7\xd3\x2a\x99\x24\x9f\x23\xd4\x83\xff\x70\xbd\x89\xac\xd2\x95\xcc\x89\x5e\x80\xc0\x0a\xf7\xd7\xb6\x42\x61\xf9\xfb\xe3\x15\xda\x9a\xcb\x9e\xee\x7d\xf7\x60\x89\xa2\x63\xb0\xa2\x87\xd6\x37\xea\x64\xe2\x1d\x46\x75\x89\xd6\x63\x50\x7f\xfc\x0f\xee\xdd\x6b\x99\x82\x7f\x99\x98\x9e\xc5\xec\x7a\x09\x5e\x7d\x78\x9d\x11\xe7\xbc\xcc\x1a\x15\xab\x0a\x1e\x55\xac\x84\x5c\xd9\xfa\xf2\xa3\x64\x31\xcf\x4a\xfe\xa5\x1c\xf0\xbe\x44\x48\x8e\x18\x15\x71\x6b\xb3\xf5\x79\x3d\xe9\x9e\x8d\x54\xa5\x99\xd3\x53\x6d\x39\xb7\xdd\x78\x3e\x70\xa7\xe8\x1e\xee\x06\x9e\xc8\x03\x43\xc8\x02\xbb\xc8\x72\x07\xbe\xa7\x0f\x1e\x40\x2b\x6b\x3d\xd6\x20\xd6\x80\xc6\x97\x8f\x3c\x50\x24\xb2\x1d\xd5\x17\xb3\x44\x95\x4c\x78\xf9\x7e\xa1\x83\x3a\x71\x4e\x87\x06\x31\x29\xb5\x9c\x38\xe9\x4f\xbb\xd2\xd9\x50\x5d\x21\x65\x80\x93\xcc\x09\x2f\xd4\x09\x08\x1e\x04\x4f\xe2\x8f\xf9\x25\x67\xef\x55\xcf\xb5\x7e\x97\x1a\xb5\x2f\x12\x48\xaa\x59\xd0\x3c\x4e\xed\xf3\x1e\x06\x34\x65\x6d\xdd\xf7\x62\x77\x74\xcd\x50\x28\x50\xb3\x56\x9d\xdb\x79\x46\x58\x15\xa2\x35\x75\xd0\x82\xea\xa8\x09\x5f\x5a\x9e\x1b\xc1\x0a\xdc\x00\x48\xdf\x86\x1d\x66\x59\x54\x5c\x87\xd9\xa1\xac\x72\xb0\xdc\x4c\x78\x15\x41\xa8\xfd\xe2\xc9\x36\x93\x75\x11\xba\x8f\x1b\x46\x53\xf2\x8c\x47\xc0\x29\xdc\xd4\x77\x63\x7e\x87\x68\x22\x56\xad\x05\x67\xeb\x9d\x18\x07\xd8\x4d\xec\x5d\xec\xc2\x39\xa9\x3b\xc7\xfc\x59\x36\x34\x3e\x77\x8c\xdd\x2c\x24\x2e\xf4\x61\x13\x77\x0f\x96\x01\x9a\x92\xde\x43\xee\x03\xa9\x36\x03\x05\xd1\x1b\x1f\x52\x98\x2f\x5b\x2a\x4a\xb4\x62\xf2\x06\x41\x3c\xfc\x2b\xec\xd9\xac\xfc\x25\xa9\xc7\xbd\x0e\xe6\xac\x8a\xeb\xbb\xa8\x12\x51\x26\xeb\xba\x98\x2f\xd1\x25\x86\x32\x61\x47\x13\xfe\xa0\xee\xf7\x92\xc8\x98\x12\x62\x1c\x95\x4a\xd4\x85\x29\x3c\x34\x89\x3f\x56\xce\x2f\xe0\x58\xf4\xf2\x8f\xbc\x28\x78\x34\x1c\x0b\xb6\x1d\xe6\x05\xdf\xf8\x50\x82\x29\x8b\x6c\xb4\xe2\xf3\x9f\xcb\xe7\x98\x78\x42\x34\x77\xda\x38\x3b\x93\xb0\x67\xe5\x38\x2a\xe0\x96\x64\x10\x0e\xcf\x37\x95\x89\xa3\x0d\x0f\xe6\x1f\x51\x9f\xb5\x56\xa2\x43\x3d\x42\x8e\xfd\xe2\xbb\x86\x1c\x86\xf3\xe1\x0c\xbd\x64\x38\x5f\xdc\x2f\x45\x22\xa0\x8a\xdf\xbd\x7a\xfd\xf6\xf9\xfe\xdb\xfd\xe7\x0a\xe0\xd1\xed\x9d\x2c\x9e\x73\x3e\xf5\x42\xa3\xbc\xdc\x04\xca\x4d\xd0\x75\xb3\xb8\x73\x8c\x4a\xd0\xa5\x41\x82\xbb\x8e\x10\x8b\x2b\xfd\x8f\xe8\x07\x81\xd7\x56\xbe\x17\x84\x8c\x25\xba\xbf\x13\x84\xd2\x3b\x6f\xe3\x03\x41\xef\x86\xe5\x21\xe7\x8e\xee\x0f\x49\xa9\x9c\x33\x7b\x6c\xf1\x75\xae\xde\xde\xa3\xa2\x38\x0c\x45\x12\x51\x7f\x00\x0d\x80\x57\x99\x56\xf4\x99\x50\x1c\x4d\x1b\x6b\x3d\x02\x2f\x4e\x4d\x4d\x83\x12\xfa\x13\x1e\xaa\x07\xec\x74\xa5\x65\x36\xea\x6e\x17\x77\x23\xf9\xd8\xd0\xf5\x30\x4d\x86\x8e\xc3\x66\x94\x76\x14\x09\xa2\xa2\x80\xfb\x48\xb8\xdd\x03\xfa\x74\x46\xbc\x42\xba\xe2\x5e\x08\xc7\x9d\x6a\x1c\x82\xd2\xde\x19\x7a\x5c\x0a\x0a\x91\x97\xbf\x5c\x84\x69\x9f\x92\x48\x76\x05\xf4\xd2\xc0\x93\x1f\xd1\xd5\x17\x69\x5b\x32\xf3\xbc\xbc\x22\xe6\x3c\x63\x3d\x16\xb8\xa2\xb7\x25\x59\x8b\xed\xa8\xcc\xeb\x28\xba\xdd\x68\x09\x79\x85\x0b\x09\xfd\x28\xab\xe1\x98\x4d\x99\xe4\x3f\x4d\x35\x39\x0f\x07\xa3\x2c\x2f\xc2\xd1\xd3\x9d\xa0\x4e\x68\x26\x99\x7a\x0f\x44\x45\xf1\x9f\x81\xc4\x20\xb6\x3f\x80\x82\x00\x54\x4c\xc0\xab\x39\xae\x98\x35\xe1\x5c\xe8\x2b\x87\x33\xb8\xd1\x90\xdc\x67\x9a\xde\x21\x8b\xa9\xa9\xfa\x69\x6b\x9c\x74\x4c\x24\x25\x81\xeb\x84\xc1\xd8\x36\x6d\xc5\xd4\x35\xed\xd1\xc8\x4a\xdd\x98\x7f\x07\x2f\x87\xa2\x30\x5e\xa3\xf1\x1b\x64\x58\x14\x88\x7c\x66\xf0\xd4\x5c\x92\x69\xcf\x17\xdd\x2a\xe1\x24\xea\x36\xc3\xd8\x79\xc1\xa3\x4b\x1b\x03\x78\xc3\x69\x38\x2b\xca\xe4\x23\x4f\xaf\x15\xf9\x94\x28\x6b\x96\xb3\x72\xc8\xa7\x55\x72\x9e\x72\xfd\x30\x10\xca\x51\x78\x40\x0c\x6f\x9a\x25\x8e\x82\x51\x1d\xb4\xd7\x4c\x1c\xac\xa4\x82\x56\x5d\x0d\xb5\xf2\x6a\x0c\x01\x83\xd6\xd8\x74\x0b\x5a\x13\x13\xcd\x53\x60\x9a\x04\x41\xfd\x6b\x1a\xee\xc2\xc5\x88\x3f\xe6\x73\xe2\x3c\x11\x9a\xb0\x05\x4e\x13\x2d\x0f\x2d\xbd\xf4\x05\x46\x78\xdc\xd5\x58\x3d\xb3\x41\x6f\xe8\xcf\x1b\xbb\xa9\x9a\x39\xb2\x67\x49\x37\x21\x9f\x9b\x40\x6f\x1d\xda\x6a\xdd\x88\x6d\x44\xee\x3c\x7c\xd3\x8c\x9f\x64\x60\x39\x7f\x19\xc7\x11\x93\x75\x8c\x8a\x63\xb7\x88\xc8\xa3\xd5\x8e\x87\x64\xfb\xbc\x5d\xcc\x9d\x9d\xa1\x8b\xc0\x99\x02\xe2\xf9\xed\x07\x2f\xdf\xc9\xdd\x7c\x12\x4d\x4f\xf2\x50\xa7\xa6\x80\xa6\x90\x0c\xc3\x9a\x82\x7f\x04\x9d\xf9\x76\xd7\xa5\x7f\xc8\x3d\xe7\xfd\xef\x30\xff\x98\xfb\x49\x8c\x2f\x75\x61\xe0\xe3\xef\x77\x3b\x19\xe0\x98\xec\x23\x2f\x2a\x1d\xe0\x0b\x8f\xe0\xea\x57\x1f\x21\x50\x17\xdf\x3b\xb4\x62\x36\xcf\xf3\x54\xd9\x8b\xdd\x80\x4d\x6d\x38\xb6\x1e\x79\xa7\x43\x06\xa9\xf3\xfa\x42\x68\x5f\xa4\xa5\x1d\xfa\x0b\x5d\xe6\x5e\x5f\xd4\x86\x7c\xde\xf2\x98\x26\x99\x9f\x38\xaf\xe7\x17\xd0\x8e\x7e\x43\xd5\x8f\xcc\x84\xf2\x87\x0f\x5f\xe5\x15\xdf\x7e\xf8\x90\x9d\x8c\x93\xd2\x1c\x42\xf2\x2c\xbd\x36\x01\x61\xa6\x79\xa9\x9b\xc2\x79\xb0\x8a\x46\xba\x9f\xf7\x92\xcf\xdf\xb7\xd9\x7b\xc1\xcf\xe2\xbf\xc0\xb6\xe2\x0f\x64\x3f\xf1\x97\xf4\x08\x6b\xb3\xbc\x60\xef\xe5\x82\xfa\x47\xf1\x9d\x57\xf6\x99\x2a\x1a\x41\x25\xfb\x5e\x35\xb7\x1d\xc1\xff\xe7\xc1\x73\xf9\xc1\xf3\xef\xec\x7e\x5f\xef\x4b\x5c\xad\xee\x48\x8c\x3a\x41\x79\x95\x54\xc3\x31\x6b\x56\xc4\x8b\x14\xde\xf5\x23\xf2\x68\x9b\x2a\x86\xb2\xc7\x8e\x49\x99\x24\x8f\x8f\xbc\x20\xdf\xdc\x6c\x49\xb4\x16\x66\x54\xb2\x6b\xe1\x37\x57\xcd\xf2\xfc\xc7\x89\x5e\x96\x2b\x1f\x4f\xd5\x32\x88\xd3\x67\xe4\xfc\x0b\x71\x57\xb2\x0b\x55\x48\x06\x68\x8b\xe7\x2f\x30\xc6\x35\xa3\xaa\x89\xd3\x9c\x51\x47\x74\xd0\x01\x73\xbf\x3b\x21\x7d\xcb\x47\x6d\x87\x19\x92\xd1\xc8\xfd\x79\xdb\x9e\x41\xee\x7c\xd2\x5b\xa8\x1e\xae\x38\xa6\xc3\x0b\xc0\x4c\x32\x2a\xe6\xa9\xdd\x7a\x0f\x72\x6c\x13\x59\x3c\x86\x3c\x7d\x55\xce\x26\x49\x9a\x26\x25\x1f\xe6\x32\x51\x90\x6a\xe2\x20\xfb\x18\xa5\x89\x02\x14\xbc\x4c\x9e\x15\x7e\xff\x2a\x7a\xf5\xbe\xd3\x77\x5d\xa2\x9b\xeb\x8a\x77\xd7\xad\xf0\x0a\x89\xaa\xd2\x16\xb6\x9d\x8a\x72\x6a\xe0\x09\x7c\x75\x6c\xc7\x5f\xe2\xec\x8e\x85\x13\x5e\x96\xd1\x88\x94\xcb\x0f\x76\x0f\x5a\x57\xa0\x14\xd2\xdb\x7f\x80\x42\x50\x01\x09\x41\xdf\x5c\x96\x37\x98\xfa\x6d\x61\x7b\x0f\x96\x0b\xbc\x4d\x9a\x8b\x4a\x69\xfd\x00\x81\x29\x5d\x85\xaf\xae\xae\x3a\x2b\xbb\x0b\x23\xea\xd6\xdb\x88\xf2\x4d\x65\xd3\x4b\x48\xf4\xfa\x84\x14\x34\x42\x3e\x64\xeb\xac\xd1\x70\x26\x01\x15\xb2\x6d\xfb\x98\x8e\x5a\x47\x8f\xe8\xc4\x76\x25\xd4\xaf\xac\x4a\xab\x5b\xb8\x34\xcb\xab\x7e\xe6\x73\x71\x86\x56\x7d\x1a\x15\xba\x45\x7c\xf1\x65\xe8\x80\x98\x7a\xc8\xc5\xac\x17\x2b\xfc\xc2\x48\x5a\x89\xc0\x2d\xd6\x1a\x3c\xc5\x5d\xce\x26\x7c\xa1\xf5\x4a\x0d\xb1\x0c\x19\xa6\xc8\x55\xaf\xc2\xb3\x74\x8c\x51\x04\x8f\xd2\xb1\x46\xf9\x28\x29\xda\xcd\x7b\x35\x0a\x3e\x21\x4a\x8d\x7d\x40\x6d\x38\x2b\x1b\x08\x2c\x03\x13\xdd\x6d\xcc\xb8\xac\x1b\x6c\x6a\x17\x95\x13\x67\x04\xa0\xfe\x80\xb1\x5b\xb7\x89\x79\xd1\x98\xd0\x53\xa7\x43\x60\xf7\xe8\x49\xb9\x52\xe9\xec\x96\xa4\xb7\xd4\xda\xe0\x9c\x50\x00\x7a\xb9\x0e\x89\x12\x42\xa5\x36\x69\x6e\x99\x80\xcb\xec\xec\x56\x32\x69\x99\x9c\xc6\x0f\x49\x96\x05\x7f\x44\x6c\xf0\x3f\xb7\x63\xca\x2d\x4f\x1d\x56\xa0\xec\x17\xba\x1d\xfa\x9f\xa1\xb2\xff\x83\x6a\xea\xf7\x0a\xa9\xba\xd7\x35\x51\x7e\xfe\x41\xac\x86\x12\x53\xbf\xdb\x89\xb9\xac\xc8\x59\x73\x57\x24\x6b\x04\xee\x93\x42\x2d\x39\x21\xb8\xf6\xa5\x13\x6d\x88\xdc\x3b\x99\xee\xbc\x7b\x27\x7f\x9b\xae\x0f\x80\x50\xd7\x30\xba\x39\x9a\x45\x0f\x0a\x49\x12\x3d\xe5\x4a\x65\x06\xe8\xa7\x35\xa7\xb7\x5e\x3b\xca\xf1\x0a\x17\xdc\xf6\xa2\x78\x46\xc8\xc3\xb7\x42\xdc\xeb\x1d\xae\xc5\xf2\xf3\x0f\xc1\x0b\x2f\xb2\xed\xad\x7e\x2f\x46\x1a\x5b\x78\x2f\x46\x3b\xad\xbd\x17\x43\x14\x6a\x9c\xd8\x74\x50\xef\x42\xcd\xc1\xbb\xb7\x32\xc3\x52\x2d\x96\x97\xc9\x54\x86\xa6\xe9\xb9\x09\x3f\x2b\xa3\xb9\x40\x8f\x66\xd1\x74\x4b\xda\xea\xcb\x2a\xe8\xf8\xf4\x92\x5f\x2f\xbc\xcd\x12\xe5\xbf\xe3\x5d\x96\x42\x08\x38\x8a\x46\x07\x03\xe1\x16\x5e\x65\x99\xaa\xa6\x39\x6c\xc4\x16\x39\xa1\x9b\xac\x2f\xa5\x27\xe2\x12\x32\x23\xa7\x77\x62\xf4\x98\xbc\xc3\x9a\x86\xf4\xb5\x77\x3d\xa1\x11\x2d\xba\xeb\xa1\x3d\x6c\x6b\xfa\xdf\xef\x0e\x84\x19\xfe\x83\xe0\x59\xc3\x8c\x2a\x41\xb4\xe5\x4f\x69\x47\x66\xcb\x4e\x84\x54\x53\x15\xdd\x58\x6c\xd9\x98\x3c\xb9\x90\xb6\x6c\x26\x54\x60\x70\xa2\x21\x50\x9a\x15\x21\x81\x77\xa6\xec\xf9\x6a\x7f\x63\x49\x56\x56\x11\x64\xf4\x00\x2d\x26\x4e\x2e\x40\x4f\x73\x62\x42\x23\xb8\x19\xae\xac\x13\x8d\x94\x16\x7b\xf8\x4c\xbe\xc6\x81\xde\xdb\x35\xad\xb1\x83\xa4\xc4\x5e\x1f\x3c\x60\x7e\x11\xa6\x4a\xb2\x93\x9f\xcb\x17\xf7\x35\x1d\xe8\x53\xfb\xf2\x2c\x0f\x05\x6a\x18\x04\xd6\xbe\x40\x54\x0d\x29\x4a\x79\x0d\xc9\x02\xda\x10\x7e\x5a\xca\x14\xf5\x57\x61\x54\x04\x7f\x99\xbb\x30\xa9\x25\x68\x87\x3e\xf6\x1c\xbd\xc8\x2e\x0a\xce\x05\xc7\x24\x98\xfa\x7d\x94\xe6\xe7\xa0\xaf\x15\xf9\x44\x79\xfa\x93\x18\xd7\x82\xf3\x97\x00\x21\xe3\x10\xf2\x0b\x36\x92\xbf\x7b\xac\x81\x58\x03\x55\xe4\x57\xfd\x57\x47\x05\x4d\xf7\x94\xbe\x6e\xca\xc2\xde\x67\xa6\x2f\x2f\x0c\x30\x7c\x5e\xb1\x0b\x69\xba\xa5\x63\x79\x85\xe1\x9d\x6f\x64\x81\x86\xbd\xf4\x5a\xbd\xb4\x8e\x3f\xfd\xba\x87\x25\xc4\x79\x62\x61\x12\xd8\xdf\x33\x01\xec\x97\x4e\xb4\xea\xeb\x72\x96\x87\xe3\x82\x3c\xac\x6d\x42\xed\x7a\xdf\xc7\x51\x20\x1d\x6a\x52\xfe\x07\xbf\x06\xda\xb9\x11\x0f\xf2\x7b\x5d\x5a\x68\x78\x54\x0b\x9c\x38\x27\xd1\x74\x55\x92\x4e\xa2\x29\xd0\x53\xfc\x77\x35\x9f\x53\x7d\x0a\x15\x5f\x5c\xba\x3f\xb4\x69\x2e\x5a\xd5\x2e\xc4\x0e\x61\x8f\xa2\xe9\xf3\xa8\x8a\x9a\x93\x68\xea\xe6\x6e\x96\xcf\x83\x4d\xa2\xa9\x7e\x1d\xcc\x4e\x51\x2b\x29\x01\x8e\xa5\xc8\xaf\x3b\x50\xe9\x54\xae\x44\xb5\x6d\x20\xee\x0d\xb6\x63\xfe\xdc\x66\x8d\x71\x54\x8e\x1b\x03\xac\xb7\x8d\xf8\x4d\xe0\xed\xa5\xda\x49\x92\xb8\xba\xf9\x17\x83\x4f\x4f\xd1\x22\xba\xf4\x94\x8a\xe3\x2c\x3c\xf8\x5c\x37\xa5\x4e\x44\x34\x8b\x2a\xe9\xa1\xfb\xfb\x25\x4f\x5e\xe0\x62\x2c\xcd\x10\x98\xf2\x78\xc9\xcc\x1b\x5f\xfd\x0b\x96\x54\x0d\x15\x66\xaf\x4e\x71\x5a\x61\xf1\x4f\x72\xe6\xe9\x2c\x2b\xb8\x42\x33\x87\x7a\x33\x49\xd1\xce\x02\x7b\xd6\x77\xb3\xef\xd9\xb1\xe1\x3b\xb2\xba\x7d\x67\x5a\x3b\xef\x6e\xf0\xf5\x42\xb7\x89\x7f\x11\x03\x4e\x20\xf3\x03\x66\xdf\xb0\x2e\x33\x6f\x9f\x79\x23\x77\x86\xa6\x4d\xe9\x2d\x0c\x36\xb1\xcc\x0e\x2a\xd3\x32\xd0\x1f\x89\x42\x32\x4a\xd0\x91\x78\x39\x25\xfe\xa8\x8c\xca\x8b\x0d\x5d\x2f\x55\x4e\x65\x88\xc1\x4a\xc0\x31\xb0\x64\xef\xfd\xf6\xdf\x2f\x79\xa3\xf4\xcb\x24\x55\x2e\xa2\xab\x25\x89\x95\xdd\x44\xc5\xd4\x1c\xf2\xfa\x2a\xc3\x57\xfb\xeb\xde\xdc\xb1\x09\x6a\xec\x14\x15\x50\x17\x80\x4e\x6d\x18\x75\xbe\xab\x8a\x6b\xa3\xac\x07\xc0\x58\xcf\x22\xbf\x52\xea\x67\xd9\x44\xa5\xa8\x31\x99\x40\xd9\x10\x72\xc6\x34\x05\xf2\x37\xe6\x6c\xab\x15\xce\x10\x37\x91\x61\x98\x03\xbc\x6a\xdd\x0a\xff\x02\x32\x58\xc7\xcf\x30\xba\x95\xcc\x44\xa6\x1d\xd2\x74\x0d\xd4\x5b\x6b\xc9\x11\xb4\x62\x2f\x51\x68\xf5\xac\x39\x0f\x09\xe0\xd3\x6d\xa1\x88\x03\x2c\x21\x4f\x8e\xce\xce\x03\x2e\x54\xfa\xf3\xef\x2c\xd6\x56\x58\xac\x4a\x5d\x3b\x28\xf7\x8d\x5a\x69\xcb\x80\x10\xc8\x0a\xcf\x3a\x8a\xb1\x54\xe3\xbc\xe4\xd2\x17\x45\xf9\xb9\xc0\x25\x67\x54\x4a\x8b\xcc\xfb\x34\x8f\xa3\x72\xfc\x5e\x3d\x2f\xda\x71\xa4\xd3\x4b\xaa\x55\xcb\x81\x8e\x78\x45\x96\x8a\x2c\x5e\xe9\x4d\x36\x47\x7d\xfe\x7b\xeb\xca\x8e\x62\x2c\x6f\x49\xcc\x78\xd7\x3c\x1a\xec\x10\x96\xda\x26\xbe\xac\x6e\x30\xa7\xb9\x15\x0d\xa5\x6b\x3f\x25\x8f\xf7\x68\x07\x04\x3b\x36\x93\x6e\xf5\xf4\xf9\x47\x17\x23\x73\x27\xa6\x91\xc1\x51\xb9\x7d\x86\xb8\xc8\x8e\xf2\x94\xf5\x10\x35\xd0\xea\xc3\x07\x36\x43\x22\xb3\x2c\x95\x7f\x99\xb3\x26\xd5\x67\xbd\x20\xf1\xfd\x50\xe7\xa1\x6d\x5d\x6a\xde\x28\xa7\x10\xfa\x79\x72\x09\xe5\x3f\x21\x7c\x4c\x5e\x23\x36\xaf\x94\x52\x08\xfd\x40\xa9\xca\xb7\x72\x8b\x3c\x33\x2b\x67\xf8\xba\x9d\x2b\xe4\x62\x2f\xc5\x55\xb2\xa8\x4c\x91\x30\x0e\x90\x24\xd7\x8a\x7e\x8a\xab\xe6\x48\xb9\xbd\x5f\xa1\x8c\x5e\x9b\x44\xd3\xb2\x2d\x90\x28\xdb\x70\x18\x15\x1d\x8a\x6f\x86\x10\xaa\xe9\xbd\x2a\x2f\xb4\x12\xa4\xf3\x08\xa9\x1e\x88\x0b\x6d\x18\xf0\x28\x9a\xb6\x6c\xc2\x84\xe1\x24\x7d\xe8\x4b\xed\x41\xb8\x63\xae\xef\x36\x24\x91\xc2\x70\x92\x56\x35\x67\x1c\xcf\x47\xee\x4b\x3d\x35\x79\xfb\x57\x26\xa4\x78\xc3\x19\xb4\xde\x5c\x80\x37\xa6\x5f\xc8\x77\x31\x60\xe3\x80\x33\xea\xc7\x84\x5f\x95\xed\xe0\x0c\xc2\x47\x96\x64\xec\x60\x9f\x6d\x6d\xc1\x67\x49\x74\xf8\xaa\x52\x47\xfc\xc0\x9e\x76\xfa\x19\xf8\x42\x69\x09\xf1\xe0\x81\x4a\x87\x9a\xf1\x2b\xcd\x40\xf0\x83\x38\xb4\x36\xb7\x5a\xad\x16\x5b\xeb\x51\xc6\x33\x9e\x52\x62\xb2\x9d\x86\xc4\x14\x08\x78\x5c\x56\x04\x54\x09\x15\x03\x2e\xbf\x74\xe4\x19\xa0\x89\x1d\x99\xd5\x44\x2a\x0b\x59\x63\xf7\x23\xd8\x42\x80\xe3\xb2\x22\xa0\x4a\xf0\xd8\xe0\x8a\x3b\x44\x15\xb3\xd6\x94\xc5\x50\x4f\x47\x4d\x40\xaf\xa5\xe0\x79\x39\x27\x88\x7d\x57\x1a\x77\x15\x2c\xc9\xd9\xaa\x0e\x85\xd4\xe4\x1b\x70\xcc\x15\xff\x86\x94\xbf\xa1\xc5\x1d\xc3\xe6\x68\x79\xde\x66\x8d\x86\x7d\x77\xa1\xeb\x10\xe5\x51\x79\x03\x06\x0b\x1d\xc7\x40\xb3\xa8\xb6\xd5\x56\x45\xa6\xfc\x99\x53\xcb\x5a\xfd\xba\x02\xce\xb9\x0b\xeb\x49\x81\x6d\xb2\x17\xca\xa9\x76\xeb\x58\xd2\x60\xdb\xc4\x79\x54\x01\x58\x4f\x2a\x68\x78\x33\xd1\x5e\x14\x87\xb5\x27\x6b\xf5\x77\x51\x8c\xf6\x88\xbc\x8c\xe2\x89\x17\x14\x0d\xf7\x30\x9c\x48\x41\x3e\xb8\x97\xe9\x44\xdb\x1c\x57\x32\x9e\x68\x68\xe4\xcb\xc0\x51\xcd\xb7\x7c\x58\x86\x49\x5b\xb9\xa2\x0f\xdd\xe8\x0c\xad\xea\x92\xad\x96\xa4\xd0\x85\xd1\x5f\x50\xad\x42\xb5\x35\x98\x5e\x05\x8b\x1c\x4b\xd6\x5b\x3e\xc9\xc1\x41\x2f\x4d\xc9\x33\x74\xf2\x65\x7f\x34\xad\x8b\x01\x8f\xa3\x72\x5c\x37\x1d\xa0\x8d\xc3\xab\xfd\xf8\x7b\xc2\x27\xe7\xbc\x78\x7d\xc1\x7e\x8a\xca\xb1\x4b\x1a\xd1\x10\x3c\xea\xdf\x94\x04\xa9\xc6\x49\xa9\x8d\x88\xfa\x0c\x28\x87\xb1\x63\xfd\x6c\xa2\x22\xba\x8d\xe9\xac\x64\x55\x70\x6c\xeb\xb1\xcd\x5a\x4a\xe9\x1e\x6d\xfe\x53\x03\x47\xae\x13\xd2\x3f\xa9\x4a\x95\x22\x60\xe5\x61\xe3\x89\xb1\x66\xdc\x1e\xa7\x8a\xe6\x80\xf1\xe0\x8f\x9a\x27\x42\x17\x30\xa9\xde\x45\x0b\x40\xfe\x96\x6e\x1b\x98\x44\xe0\x2a\x2a\x65\xf5\x78\x89\xc7\x86\x40\xf2\x39\x8c\xaf\x69\x1b\xf8\xcc\xed\xb6\x98\x00\x95\x3f\x40\xec\x1a\xf2\x00\x6d\xcd\xa9\xe2\x63\x3a\x5f\x1b\x5a\xce\xef\xb0\x2d\xb6\x0d\xb3\xb7\xea\x89\xda\xa0\x75\x0f\xde\xd7\x2a\x5e\x59\x45\x59\x2c\x4e\x9f\x60\x97\x37\x56\x4f\x9c\x22\x69\xf9\xd1\xba\xc7\x4f\xbb\xc7\x3f\x9d\xbd\x7b\xf5\x7c\xff\xc5\xc1\xab\xfd\xe7\x42\x8b\x3c\x3b\xc3\xd3\xe7\x99\x80\x3f\xd3\xf5\xcf\xce\xfe\x55\x1e\x6c\xd0\x72\xda\x10\xc4\x24\xa2\x58\xb8\x36\x46\xbc\x5a\xb6\x30\x56\xe1\xf5\xe5\xd2\x18\x19\x3b\x2c\x8a\x05\xd6\x2f\x79\xd5\x0c\xde\x5f\x58\x7c\xaa\x8d\x4b\x94\x63\xc2\x6a\x0c\xdc\x64\x68\xb6\x76\x18\x17\xee\x0d\x1d\x46\xb1\xe5\x3b\xdd\x33\x09\xdf\x87\xcc\x77\xa2\x27\xb9\x7d\xec\x98\x6e\x57\xb2\x8e\xcb\x91\xdf\x7b\x91\xfc\xd3\x72\x2e\x4d\x01\x13\x62\xde\x25\xf9\x5f\x80\x87\xc7\x51\x79\x0f\x1e\xfe\xc3\x53\xbe\x88\x61\xfe\xa4\xe4\xf1\x72\x6e\xb7\x52\x72\xe9\x2d\xb7\x69\xf8\xcc\x09\xe7\x0e\x3b\x7f\x19\x1e\x5d\xc8\x8b\x56\x06\x99\x7f\x64\x81\x0d\xd3\x74\x6c\x89\x3d\x9c\x82\x2a\x5f\x76\xf4\x05\x9e\x29\xbf\x8c\xdc\x2b\xb9\xff\x90\x6f\xe0\x40\x5d\xfa\xe2\x51\xa9\x1b\x54\x46\xc2\x30\x94\xdf\x47\x90\x6f\x8e\x51\x4a\xb6\x99\x7b\xbd\x50\xcb\x3e\x66\x3f\x5f\x77\x75\x01\x7c\xec\x79\x0b\xc0\x0c\x3b\xf5\x6c\xe1\x2a\x34\x86\xc0\xb3\x8f\xa2\xb6\x33\x6f\xdb\x08\x47\x99\x56\xf4\xb7\x90\xdf\x8e\x95\xec\xd3\xdc\x03\x9a\x8f\x65\x5c\xfe\x18\x15\x49\x3e\x2b\x75\xf4\x22\x3a\x04\x45\x59\x45\x58\xe8\x68\xf7\x2f\x67\xc7\xbb\x2f\xf6\xcf\x0e\x5e\x9d\xec\xbf\xdc\x7f\xcb\x7a\xec\xfb\xcd\xcd\x6f\xb7\xbe\xff\xfe\xd1\x37\x4f\xbe\x7d\xb2\xf9\xfd\xf7\x5b\x75\x86\xa3\x59\x56\x26\x23\x21\xf3\x93\xac\xe2\x23\xf5\xc6\x5d\x69\xa7\x32\x7f\x97\x64\x15\x24\x9c\x6f\xee\x6c\x6f\xce\x4f\xb7\x36\xbe\x1f\xf4\xfb\xf1\xc3\x96\x49\x32\xef\x48\x33\x2b\xb5\x24\x46\x1b\x81\x79\x75\x23\x4d\x2e\xe5\x73\xcd\xf7\x4e\x71\xe9\xf8\x4f\xcb\xd7\x96\x7b\x2e\x2d\xf0\xcc\x35\x9b\x4e\x79\xc1\xce\xf3\x59\x16\x83\x21\x5c\x61\x65\x50\xb9\x43\xce\x4c\xd2\xc4\x12\xa1\x97\x94\x90\xb7\x40\x5d\x75\x59\xaf\x87\xab\x6c\xb8\xc6\x07\xc8\x30\x92\x7e\x80\x5a\xfd\xa1\x0f\x63\xde\x94\x6f\x33\xcb\x77\x57\xb2\xe0\xda\x5a\xaa\x1c\x76\xa5\x01\x05\xbb\xea\xb1\x06\x12\xae\x41\xe2\xe2\xb0\x6c\xad\xc7\x1a\x68\xa4\x06\xd7\x23\x35\xff\x98\x78\x5c\xe6\x1b\xb7\xdd\xc3\xe4\xb3\x79\x3f\xb2\x8d\x2d\xb3\x5e\xfe\xc4\xb6\x44\x37\x9b\xe6\x8b\x7e\x35\xbd\x76\x4d\x48\x32\xd5\xa5\x49\x23\xc4\x2f\x67\x49\x05\x97\x1b\x62\x89\xcc\x4a\xb8\x6a\x99\x65\xc9\xdf\x66\xfa\x78\xad\x1c\x4b\xee\xc3\x62\xb7\xe4\x08\x85\xd4\x52\x66\x50\xae\x27\xae\x18\xab\x63\x03\xf5\x18\x8e\x9e\x3b\xe5\x88\x32\x9f\xb3\xc0\x7c\x9a\x6f\x6a\x1e\xe9\x37\x39\x96\x86\x76\x7a\x69\x9a\x57\x09\x1b\x67\x67\xa0\x0e\x9d\x9d\x35\xf4\x2b\xb3\xe4\x15\x45\x38\xdc\x2e\x98\x3d\x39\x2e\xb3\x87\xda\x09\xd3\x68\x3e\x32\x5d\x50\x9f\x91\x4d\xde\x95\xb1\x49\x54\xfe\x6d\xc6\x8b\x28\x4e\xb2\x91\x98\x67\xf7\xb1\x85\x49\x54\x5e\x1e\x17\xc3\xff\x00\x17\x62\xfd\xfc\x41\x93\xd0\x75\x96\xc4\xf0\x24\xc7\x5f\x3b\x83\xf5\xaf\xbb\x1d\xfe\x89\x0f\x9b\x04\xb5\x07\x0f\x08\xa2\x90\xf7\x34\xf0\xa9\x73\xb0\x7f\xf6\xe6\xed\xeb\x93\xd7\x82\x98\x8d\x86\x75\x75\x24\xda\xdf\x61\xcd\x06\x5e\xd8\x34\xcb\x62\xd8\x3a\xdb\xea\x34\xd8\xba\x28\xd1\xe6\xbc\x9b\x66\xab\x55\x27\x2f\x2f\xe0\x0d\xf4\x71\x54\xc2\x11\x5f\xbe\x8c\x81\x17\xc8\xf7\x4c\x9d\x78\x5b\x76\x46\x4c\x92\x52\xf6\xbe\x94\x97\xe5\x53\x08\x7e\xf6\xc4\xb5\x35\x32\x31\x0f\x1e\xb0\x26\xf9\x99\x60\xfa\xc4\x45\xbc\x84\xed\x3a\xdb\xe3\x97\x55\xf4\xeb\xc5\x8b\xd8\xa6\xd2\x6b\x16\x31\x93\x65\x41\xba\x9e\xfc\xc1\x22\x85\x60\xb0\x74\x26\x4c\x5e\x5b\x57\xae\x48\xbb\xb5\x7e\x73\xd4\x33\x55\x6b\xf3\xf4\x54\x92\x4c\x39\xfc\x86\x9d\x74\xc5\x57\x43\x4e\x78\x13\x83\x50\xdc\xde\x81\x8c\xf4\x98\xca\xc2\xba\x19\x7f\x43\xe6\x27\x60\x05\x5b\x62\xfe\x4b\x93\xb2\x92\xe9\x22\x6f\x6b\x04\x3c\x4c\x4a\xcc\xe5\xe5\xd2\x34\x55\x05\x0b\xcd\x81\xa7\xae\xe9\x68\x91\xa9\xcf\x6e\x92\x78\x5c\x94\x65\x3e\x84\xdd\x0f\x32\x76\x58\x2e\x17\xa4\xe8\xae\x27\x5f\x7c\x76\x5f\x4e\x2e\x5c\x00\xdd\xcd\x91\xa2\x9c\xa6\xc9\x50\x27\x15\xc3\xf3\x2d\x7e\x0b\x9a\x6c\x17\x5a\x2e\x57\x9c\xb1\xa0\xfd\xd2\x9a\xb2\x7f\x3c\xbb\xa4\x9e\xe5\xa0\x71\x32\x74\x5a\x31\x8f\xfe\xc9\x48\x29\x3a\xeb\xf6\xf9\x55\x19\x81\x54\x34\xcd\xe6\x0a\xf1\x57\x69\x54\x56\x07\xb2\x65\x70\x56\x95\x6a\xe1\x86\x3c\x00\x99\xf6\x7a\x3d\x03\xac\x1b\x86\x2a\xd3\x7c\xda\x94\x7e\x0b\x96\x53\x12\xce\x3f\x3d\x68\x4b\x95\x78\x8b\x44\x59\x6c\x6c\xe8\xf5\x61\x1d\x91\xd0\xf1\x6a\xc9\x5a\x71\x6d\xa9\xb7\x5e\x2c\xb6\x99\xd0\x30\xde\x3d\x8d\x85\x77\xe7\xc2\xfb\x59\x0c\x35\x61\x56\x33\x1b\xde\x92\xb7\x94\x87\xb4\x62\x2f\xc7\x34\x08\x67\x65\x0c\xd0\x3a\xdd\xaa\xbf\xfd\xa1\x38\xde\x77\xe6\xa8\x99\xac\x7e\xf2\xee\x66\x2c\xbb\xf5\x1c\xfe\xe1\x16\x33\x4d\x49\xdb\x6c\xa6\xdc\x96\xe8\x5c\xda\xd3\x8e\x46\x59\x71\x2c\x5b\x3e\x4b\x96\xe9\xeb\x6e\xb3\x74\x1c\x58\x5f\xf7\xb4\x4a\xdd\x7d\x81\x7d\x59\xd3\x14\x19\x51\xad\x81\x4a\x93\xf2\x56\x56\xaa\x2f\x22\xf7\xd7\xd7\x6d\xe1\xaa\x04\xf6\xac\x1c\x37\x4f\x0d\x2a\x83\x90\xf4\xb6\x97\xb3\xd2\x12\x3d\xcb\xff\x42\x5b\x16\x1d\xba\xe1\xa2\x9f\xa2\xd2\x79\x35\xec\x4c\x7c\xd2\x1e\x5f\x7a\x72\x1d\x20\xfd\x7d\x99\x3f\xdb\x5d\x6e\x89\x27\xd1\xf4\xd6\xfa\xe1\x51\x34\x0d\xaa\x87\x13\xf9\xdd\xd7\x0e\x89\x1a\xe8\xeb\x8b\x92\xf0\x18\x42\xb2\x0d\x69\x86\x04\x5d\xe4\x58\x1b\x93\x68\x2a\xbf\x82\xff\xcd\x7c\x6e\x08\xa5\xe8\xa1\xce\xff\xa6\xf2\x62\xe7\x06\x0b\x51\x2b\x57\x85\x0c\x4a\xf1\x43\x4a\x64\x41\x0d\x91\x17\xea\x75\xcb\x48\x1c\x54\xe8\x28\x8d\xff\xf1\xf4\x39\x45\xc0\xc5\x77\xcd\x24\x20\x49\xcc\x39\x2e\x5c\x12\x6a\xa8\x83\x4b\xbe\xcc\x2d\xb3\x8d\xd4\x7d\xa6\x55\x6b\x46\x93\x68\x7a\x4f\x95\xe8\xce\xf3\x78\x3f\x8d\x48\xd1\xc2\x56\x88\x24\x1d\x83\xf3\x02\x41\xf7\x0b\x6f\x84\x48\x9b\xf7\x21\x2e\x55\x5e\x02\xf4\xbd\x9b\xd6\x72\x5b\x32\xff\xe1\x4a\x8b\x22\x5e\x50\x67\x09\x4f\xc8\xd2\x57\x1e\x48\x9b\xf7\x99\x90\x63\xca\xed\xf7\x54\x50\xee\xcc\xee\x5f\x56\x3f\x11\x23\x59\xa2\x9e\x28\xe2\x2d\xd3\x4e\x82\x73\x63\xb2\xa4\xe3\xc6\x06\xea\x85\x54\x37\xd4\xfd\x19\x24\x87\x20\x2d\xfb\xf7\x6f\xba\x16\x64\x63\x12\xff\xa5\x77\x70\xab\x28\x1a\x64\x10\xce\x25\x01\xa6\xaa\x2a\x31\x6e\x15\x9e\x07\xaa\x4a\xa2\x07\x4c\xa3\xa4\x58\x35\xe5\x8f\x13\xce\x2a\xb3\x60\xad\x10\xf1\x10\xea\xce\x99\x02\x99\x0f\xad\x39\x89\xa6\xb7\x7a\x12\x48\xec\xa9\x82\x62\x4a\x0f\x14\xbf\x2f\xf2\x62\x3f\x1a\x8e\x9b\xb6\x57\x2b\xf5\xe4\xd3\xcf\x04\xc9\xd4\x1b\x42\xbd\xa3\xfa\xa0\x09\x42\xb8\xc5\x9e\x63\xd2\xc8\x99\x15\x18\x0c\x62\xd5\xdf\xf5\xfa\x5b\x14\x48\x03\x29\x56\xa2\x82\xb3\x8f\xbc\x48\x2e\x12\xbc\x09\x38\xe7\x9e\xb5\xdf\xb9\x96\x37\x91\x9e\xaf\xa5\x23\x63\x63\x48\xef\xe5\xbd\x11\xd0\xfa\x66\x0c\xf9\x47\x5e\xec\x16\x6e\x98\x82\xfc\xba\x12\xfe\x5f\x26\x10\x48\x06\xe2\xcb\x8e\xe5\x98\x3a\x18\x0c\xfe\x9a\x64\x5c\xa9\x19\x96\x1d\x05\x6e\xe5\x17\xa0\xe3\x32\x05\xc4\x9e\x18\xce\x60\x20\x7b\x78\x6f\x67\x2d\xd8\xd7\xfd\x4a\x3b\xb1\x46\xc4\xce\x5b\xa0\x3e\x3f\x78\xc0\xd6\xe4\xdf\x9d\x2c\x8f\xf9\xc9\xf5\x94\x93\xf2\x25\x38\xe0\x60\x1d\x14\x8e\xe0\xa3\xcc\x6c\xb0\x6f\xfa\x91\x08\x4d\x64\xb1\x8d\x8f\xfc\x2a\xd0\x91\x14\xa4\xd8\xe0\x27\x17\x19\x70\xa6\xcd\xa7\xb3\x34\x2a\xd8\x5e\x3e\x99\xe4\xd9\x9f\x8f\x19\xff\x54\xf1\x0c\x82\x35\xdf\xdb\x53\x41\xb0\xc4\x82\x7d\x2b\x05\xc3\x91\x46\xc0\xfc\x32\xb3\xd8\xb3\x46\xb3\x84\x2a\xd3\x22\x1f\xf2\xb2\x5c\x94\x5c\xe2\x0d\x82\x88\x75\x6b\xe1\x22\xbb\x47\x16\xe8\xc8\x86\xbc\x6b\xb8\x68\x08\x95\x2f\xa2\xb2\xe2\x85\x0e\x36\x18\xf3\x74\xca\x0b\xca\xb8\x79\xcc\xdf\x55\x49\x1a\xba\x7c\x23\x91\x99\xdd\xae\x68\x98\xbd\x9f\x55\x49\xda\x11\x93\x54\x62\x1a\x33\xd5\xee\xd6\xe6\x7a\xc7\xf8\xb1\x01\xc0\x22\x9a\x49\x76\x0e\x7f\x6d\x36\x44\x2f\x8d\x16\xf6\x63\x79\xd2\xc3\x17\x3f\xff\x93\x02\x94\xde\xe3\x1a\xe5\x43\x3e\x8a\x86\xd7\x9a\xd8\x9d\xf3\x24\x8b\x93\x6c\xa4\x3a\xb0\x87\xf0\x03\xdb\xda\xec\xd8\x96\x58\x32\x09\x12\xd3\x37\x76\x4b\x35\x9f\x55\x07\xc1\xa0\x54\x7d\x91\xe8\x4b\x01\x39\x17\xbf\xff\xb5\xd9\x3f\x79\x84\xb7\xa3\x34\xc8\x0b\x37\xc1\xf4\x32\x37\x2c\x9b\x95\xe2\x7f\xdf\xbb\x44\xd0\x2d\xdd\x2d\xb6\xa8\x46\x99\x08\x45\x17\x49\x50\xae\x32\xc3\x7b\xea\x44\x6e\x0d\x38\xf4\x0c\xeb\x0a\xc1\xca\xe1\x6d\xde\x6e\xda\x51\xb5\x54\xd4\x29\x83\xf7\xff\xc8\x6d\xb3\xd8\xc1\xf1\x59\xc5\x52\xdd\x23\xc3\x5e\x98\x40\x22\x3e\x7c\xbe\x8f\x55\x45\x94\x95\x17\x79\x31\xb9\xef\xcd\xf6\x55\x21\xed\x0c\x81\x0a\xba\x13\xf9\xb0\x97\xdb\xb7\x4b\xff\xfa\xf7\x03\x6b\x1f\x0e\x54\x5b\xf4\x05\xa4\xff\xd3\x2d\xd7\xbc\x20\x18\x15\xa3\xe0\xfb\x81\xba\x1e\x40\x2c\x7b\x48\x50\xf6\xf9\x65\x77\xf8\x92\xa7\x17\xce\xde\x7a\xcc\xd3\x0b\xb3\xb7\x97\xf0\xcb\xde\x48\xe1\x9b\xfc\x6f\x38\x19\x91\x28\xb1\xb7\x94\x48\xf0\x8c\xc9\xfc\x52\xe5\x40\x64\x99\xda\x48\xae\x7b\xe3\x76\x86\xef\xf7\x91\x01\xce\xe7\x06\xb7\xf9\x5c\xbf\xa9\xdf\x6c\x90\x83\x43\xa3\xd5\xac\x91\x8c\xa2\x3d\x47\x2a\xfe\x71\x9e\x9a\xbb\x71\x6c\x09\x19\x13\x1e\xbd\xfc\xfa\x33\x8a\x63\xe7\xcc\xa9\x5e\x9e\xc2\xcf\x51\x9a\x44\x25\x9b\xce\x1c\xf7\xcd\x1a\xf1\xa3\xbb\x5b\x72\xa0\x5c\x72\x98\x2c\x25\x0a\xbb\x71\x6c\xc9\x1d\xcb\xd4\x09\x07\x42\x79\x26\xb1\x49\xd7\x5a\xf9\xc0\x47\x3a\x5a\xc1\x2b\x2c\xc9\x6e\x45\x5a\xdf\xac\x62\x93\x76\xc9\xc9\x3c\x2a\x86\xe3\xd0\x63\xa4\xca\x23\x71\xa1\x63\xc7\x45\x3e\xcb\x96\x59\x1d\xd5\xe0\x7f\x8a\xca\x90\x74\xb7\x89\x3d\xd6\x40\x4b\x89\xa9\xed\x27\xfe\x46\x58\xf2\x0a\xb7\x41\x92\x52\x40\x9b\x78\x57\x3d\x40\x97\x1c\x73\x06\x88\xff\xde\xea\x00\x6d\x6f\xed\x94\x0e\xea\xdc\x5c\xf2\xea\x56\xe7\xe6\x92\x57\xd6\xb9\x59\xfc\x0e\x9f\x9b\x17\x1c\x99\xc9\x8d\xc8\x6d\xce\xca\x06\x6d\x23\xb0\x57\xb8\xf3\xb8\xcb\xad\x06\x66\xe7\xbc\xed\xbd\x06\x64\x08\xf5\x88\x2d\x3e\x2e\x0e\x7f\xe3\x57\x66\x1c\xb7\x70\x7d\x31\x2d\xdf\x21\xcc\x6d\xf9\x08\x83\xd7\x0a\x7a\x88\xff\x78\x77\x0a\x30\xa2\xdb\xfb\x87\xd8\x11\x3e\xde\xe5\x82\x3b\x1d\xd4\x52\xb7\x32\xe3\x1a\xcc\x6a\x02\x62\x31\xa5\xe8\xfd\x6e\x0a\xee\x36\x35\xf7\xbb\x26\x00\xbc\x83\x77\x04\xb6\x30\x5d\x7a\x37\xa0\x1a\xaa\x7f\xd1\x39\x48\xa2\xbb\x19\xfb\x6f\x45\xa9\x3f\xdc\xd2\x0f\x03\x0d\x9a\xf9\xfd\x0d\x6a\x39\x4d\x2d\xdb\xfe\xbd\x6f\x88\x4d\x69\xa8\x19\xf5\xd9\x75\xaa\x8b\x24\x93\x8b\x15\x54\xe5\x8c\x67\xa0\x28\xa7\x51\x31\xd2\x59\x6d\xa6\x55\x32\x49\x3e\xc3\x51\x96\x28\x88\x87\xbb\x6f\x5f\xee\x9f\xed\xbe\x7d\xbb\xfb\xcb\xd9\xf1\xc1\xaf\xfb\xac\xc7\x1e\x6d\x6e\x86\x2f\x1f\x90\x3f\xee\x79\xfd\x70\xb7\x35\xf4\x65\xef\x1e\x70\x20\xcb\x14\x46\x01\x74\xfb\xf0\x9d\xe4\x02\x43\xbd\x68\x3a\x58\x73\x1b\x4e\x03\x1f\xc1\xe2\xae\xe4\x9d\xd5\x86\x4c\x76\x2c\xef\xd2\x9b\x68\x9a\x97\xee\x6f\x3f\xf8\x53\xb6\xc1\xb6\x68\xa6\x59\x04\xaf\xf1\xa4\x80\xbc\x35\x44\xd8\xae\xaf\xdb\xe2\x96\x1a\x98\x50\xcb\x25\xd9\x09\x42\x83\x96\xbb\xab\x62\x4c\x44\x96\x78\xd1\xad\x70\xcf\x52\x23\xf2\x17\x6b\xd9\x72\x76\xee\x68\x36\x12\xb3\xac\x8c\x46\xea\x58\xb6\x20\xac\x92\x98\x8c\x58\xcc\x87\xf9\x64\x9a\xa4\x3c\x56\x4e\xef\xf9\x85\x3e\x35\x3b\x5d\x10\xd3\x8e\xee\x71\x99\x61\x07\xad\x10\xf2\x3a\x48\xf6\x30\xcc\xe3\xda\x73\xc1\x8a\x4e\xf5\xab\x5b\x71\xdc\x3e\xe9\xa2\xd0\x59\x3f\x88\xf3\xbc\xe0\x55\xe8\x73\xcd\x49\x6a\x45\x4c\xa9\x96\x09\xc1\xb6\xeb\x28\xaf\x7a\xe0\x33\xc7\x6c\x58\xd7\x0a\xf6\xb7\xae\x83\x1a\x42\x35\xa9\x2b\x10\x06\x33\x04\x19\x49\x8d\xc8\xde\x16\xdf\xf0\xe2\x22\x2f\x26\x25\x8b\xa4\x89\xf0\x38\x9a\x70\x48\x0d\xf1\x2b\x2f\xf2\x3b\x18\x09\xcb\x68\xc2\x81\xf9\x3f\xf3\x22\x47\xc3\xa0\x79\xc4\x82\x9d\xf3\xea\x8a\xf3\x8c\x55\x57\xb9\x4a\xd6\x6f\x3d\x54\x81\xfa\xda\xb5\xf3\x36\x04\xe1\x88\xb2\x8a\xaa\x64\xe8\x88\xda\x33\x59\x96\x64\x43\xce\x9e\x74\x36\x3b\x9b\xf8\x61\x18\x55\x7c\x94\x17\xd7\xec\x30\x82\x17\x9d\x96\x5b\x00\x03\x8f\x80\x3c\xf4\x9f\x0d\xa9\xa9\xb0\xaa\x36\x2a\x07\xbe\xf4\xfd\x0b\xf6\xbf\xf0\x4f\xd1\x64\x9a\x72\x3d\x7c\x63\x08\x66\x3d\xf6\x1b\x6b\x44\x8d\x6d\xb6\x05\x46\x29\x55\x28\x5f\x6b\x73\xca\xa0\xfc\xac\xc3\xff\x66\x9e\x0f\x30\x49\xd6\x1e\xb2\x6e\x97\xf5\x7e\x04\x7f\xdf\x1a\x60\x9d\x87\x5b\xc1\x02\x96\x36\x70\x23\x6a\xb4\x45\xaf\x4b\xda\x04\x30\x99\xe9\x4d\x40\x2f\x6b\xf6\x55\xf4\xaa\xcd\x5e\x45\xaf\x82\xcd\xda\x2f\x84\x28\x83\x86\xcc\x92\xfe\x5b\x30\xd2\x01\x29\x24\x76\x1b\x13\x5a\xa5\x83\x2f\xb0\x70\x4d\x81\xd5\xeb\x43\xfc\x6f\x6e\xae\xe0\x5d\x69\xc8\x0c\xe5\xea\x26\xa5\x5a\xef\x49\x4a\x24\xc2\x61\x72\xe9\xe8\x3e\xb4\xe4\x5f\x21\x9a\xfe\xf7\x4f\x02\xb9\x42\xb4\x50\xc6\xde\x2b\x53\x73\xf9\xde\x0f\x18\x5a\x2e\x56\x36\x3b\x5b\x77\x16\x2b\xf7\x88\x31\x0a\xe1\xdd\x86\xa6\x56\x91\x17\x67\x9d\xc4\xb0\x9e\x75\x03\x68\x32\x2b\xca\xd2\x67\x4c\x5e\x5d\xd5\xad\x5d\xda\xd2\xe9\x56\x9b\x3d\x6a\xb3\xc7\x83\xf0\xea\x95\x93\x9a\x58\x8b\xc2\x59\x08\xab\x60\xc3\x76\xbc\xc5\xb5\x1d\x4e\x14\xa6\x33\x87\x9b\xa5\xa3\xca\x1f\x3c\x58\x94\xd9\xb6\x21\x7e\x70\xde\x30\x51\xb3\x6b\xf5\x79\x22\xdd\x3a\xf5\x19\x22\xc9\xd0\x57\xb0\x8d\x0e\xd3\xa8\x2c\xd1\xb1\x22\xc2\x39\x07\xd3\xd4\x3f\x17\x9f\xca\xa7\xfe\x57\xe6\xca\x22\xba\xae\xe1\xa3\x00\xe3\x09\xe0\x38\x1f\x02\x45\x3b\xe7\x79\x7c\xdd\x19\x8e\x93\x34\x2e\x78\xb6\x70\xff\x50\x55\x1b\xd1\xf9\xb0\xb1\x12\xe4\x59\x27\xcb\xf3\xe9\x52\xb6\xc6\x84\xba\x18\xac\x25\x7f\xd7\x33\x82\x65\x65\x4c\x4a\xa5\xc0\xba\x52\x5f\x7d\x27\x5b\x84\x7e\x04\xca\x02\xc4\xaf\xb5\xae\x8c\x74\x5a\x74\x60\x7f\x87\xed\xca\x89\x16\xfc\x96\x67\x65\x12\xf3\x82\xdb\xa1\xff\x98\xc9\x1d\x5a\xcb\xf2\x8a\x45\x24\x2f\x7d\x16\x43\x00\x6c\x24\x1b\x97\x67\xb4\xf7\x70\xaf\xd8\x80\xe9\x57\x39\x0a\x46\x70\x05\x59\x88\x92\x8c\xc9\x77\xde\xe0\x59\x0e\x38\x49\xcb\x77\x50\x53\x5e\x96\x0a\x82\x94\x62\x1a\x85\x8e\x1b\x3f\xff\xfe\x0f\xd3\xff\xee\xb1\x00\x34\x1d\x6f\xb7\x04\x40\x52\xdd\x66\x19\x40\x85\x15\x96\xc2\x82\xda\xfe\x6a\x58\x00\xbc\x64\x41\x90\x18\x57\x53\x27\x20\x99\x95\xb2\x85\x39\x12\x1e\x3c\xd0\xcc\xdd\xa4\x0c\xd5\x92\x8f\x97\xbd\xb0\x65\xfc\x82\xc0\x54\xdd\xa9\x59\x61\xf2\x7a\x92\x2a\x61\xe2\x93\x95\x12\xfb\x85\x18\x82\x9f\x12\x1b\x3e\xff\x4f\xbf\xab\x7f\x02\xbf\xab\x15\x74\x4a\x4c\xa3\xea\x39\x58\xed\x00\x83\x74\x64\xa9\x9f\xfd\xff\xf7\x77\x24\x3c\x28\x35\x6a\xf2\x8f\x1d\xf9\x47\x27\x29\x6b\xf1\x5a\x98\xc7\x05\xdf\xe5\xbe\xa5\x9c\x7c\xfc\xf7\x90\x93\x12\xd5\x95\xa5\xa4\x4c\x86\x9b\xf1\x2b\x49\xa3\xe6\xa3\x25\x6a\x2a\xa9\x41\x9e\x08\x7f\x54\x73\xd2\xd4\x9b\xba\x9e\x13\x67\x92\xe6\x73\x23\x31\xea\xf6\xf8\x7f\x57\xcf\xa2\x5b\x47\x42\x78\x10\x34\x78\x1c\x84\x12\x67\x03\x37\x96\x18\xf7\x3d\xd4\xdb\x58\x4d\xd4\x7e\xeb\x59\x4e\x1e\x3e\x7c\x95\x57\x7c\xfb\xe1\x43\x76\x32\x4e\x4a\xc5\xdb\xf2\x45\xd6\x52\xf5\x96\x8d\x70\x27\x2b\xdb\xd2\x9a\x8e\xb3\x55\xb6\xf5\xab\xe6\x78\xf8\x88\xa3\x4a\xbf\x6c\xd7\xc6\x27\xc6\xcd\x4f\x4c\x97\x8c\x57\xed\x65\xdb\x7d\x4e\xad\x6c\xab\xf7\xbf\xb1\x29\x4c\xab\xac\x5f\xfd\x96\x19\xe9\x31\xd1\xb2\x10\x5c\x52\x47\x29\x3b\x5e\x43\xf2\x7d\x74\xfd\x42\xdd\x43\x76\x7e\x2d\x08\x91\xc0\xf1\xb5\x0d\x4a\x4c\x92\x8d\x79\x91\x54\x70\xe3\xe7\xbd\x5a\x05\x27\x5b\xb5\xd7\xe0\x4b\x51\xcf\x5f\x1f\x49\x05\x28\xe6\x76\x07\xa2\x71\x81\xe5\x50\x3e\xf1\x96\x54\xd7\x6d\x96\x74\x78\x87\xbd\xef\xf5\x7a\xb7\xd3\x51\xee\xa3\xa4\xff\x8b\xdb\xa8\x12\x5c\x1c\x0b\x6c\x4f\xd6\x82\xcf\x8d\x7f\x93\x7e\xea\x7b\x89\x9e\x82\xed\xd7\xdb\x8a\xc8\x12\xb5\xa1\x16\xa8\x21\x00\xed\xbd\xde\xb6\x52\x72\x7d\x75\x66\x0d\x1b\x81\xee\x9a\x5b\x3f\x2a\xaf\xb3\xa1\x93\xaa\x7e\x57\x7c\x53\xec\xae\xf3\xdf\x83\xa1\xda\x06\xf4\x60\x46\x3c\x73\x40\x5e\xf2\x8c\x17\x51\x95\x17\x1e\xec\xb4\xc8\x3f\x5d\xfb\x19\xf9\x3f\x5d\x0f\x1a\xcb\x77\x32\xe7\x24\xcc\xde\xab\xe6\xff\x99\xce\xc2\xfa\xdc\xb4\xf2\x26\xa7\xf5\xdd\xb3\xc5\x5b\x9b\x86\xeb\x46\xe7\xc3\xee\x2a\x4a\xf9\x8b\x90\xb5\x04\x2e\xdd\x14\x87\xa9\xbc\x61\x8b\x13\x55\x74\xbb\x98\xab\xad\x84\x5b\x20\x9f\x15\xa3\x8f\x79\x12\x97\x2c\x29\xcb\x99\x7a\x27\x13\xd3\xf0\x83\xea\xf9\x9e\x09\x79\x2b\xd8\x45\xb6\x95\x64\xec\x38\xba\x88\x8a\x84\x7d\x2f\x9f\x50\x52\x44\xd6\xaa\x29\xe8\x5a\x44\xfe\x83\x78\x46\xd9\x41\xdf\xdd\xec\xa8\x8b\xca\xca\xc9\xea\x4f\x1f\xfd\x51\x17\x6d\x02\xa4\xa7\x39\x7e\x3e\x57\x5f\x24\x7f\x9b\x0f\x7a\xf9\x98\x4f\x8a\xaf\x17\x48\x01\x45\xec\x3f\x3a\x71\xe0\x22\xcd\xd0\xcb\xf0\x87\x27\xad\x65\x8a\x41\x52\xb2\x34\xcf\x4b\x9e\x5e\x03\x49\x63\x96\x67\x7d\xbc\x20\x3a\xc9\xf1\xe0\x76\x87\xbb\xa1\x2a\x97\xc7\xbc\x7f\x86\x03\xbd\xa4\x9c\x7c\xbe\x7b\xd5\x95\x2c\x0f\xb5\x8f\x17\xaf\x63\x09\xa5\xec\x1d\x07\xaf\xce\xfe\x73\xf7\xf0\xdd\xfe\x12\x0b\x95\xac\x75\x90\x5d\x24\x59\x52\x5d\xaf\x06\xdd\x78\x5c\x63\xf8\xb2\xe5\x04\x3d\x8c\x3b\x9e\x22\x24\xe3\x9d\x95\xcc\x4e\x19\x4c\xb1\x64\x69\x86\xc1\x9e\xc7\xd1\x0b\x56\x92\x7e\x88\x7c\x99\xe9\x54\xc7\x36\xa4\x51\x36\x9a\x45\x23\x0e\xf8\x6a\xd6\xbc\xba\xba\xea\xac\xcc\x9e\xe2\x4b\x39\x2c\x92\x69\xb5\xa1\x5a\xdb\xc0\x98\x14\x54\x35\xb4\xdc\x7b\xdf\x61\x4d\xde\x19\x75\xb4\xae\xac\x6f\xc5\xdb\xbe\x92\xcb\xde\x8b\x93\x08\x4e\x75\x73\xb3\xf5\x1e\x35\x5b\xf8\x28\xa3\x03\x1a\x8d\xd6\xfb\xd6\x3f\xc1\xbe\x96\xe9\x57\xb0\x57\x5c\x0c\x72\x83\xf9\xed\x66\xf1\x6a\x90\x60\x2b\x5a\xc1\x24\x74\xc0\x2e\x55\x07\xaa\x52\x23\x2e\x5b\x03\xd6\x7e\xb8\x72\xe6\x47\xcf\xb2\x65\x52\x41\xaa\xad\x8c\xa6\x78\xd4\xc9\xda\x16\xa9\x93\x88\xc9\x0a\xec\x8f\x3d\xf8\x16\x5e\xf2\xdd\xbc\xd0\x99\x57\xec\xbd\x40\xf2\x3d\xb4\x47\x6c\xba\x6a\x93\x96\xfa\x64\x7e\xc1\xfa\x5f\x61\x0b\xfd\xaf\xfe\x09\x44\x35\x19\xec\x2d\x59\x13\xac\x95\xab\xb1\xe7\x6d\x0c\xb5\xa4\xc6\x22\xf3\x69\x08\xfe\x76\xbc\xba\xb2\xb5\xd5\x13\xe2\x92\x35\x97\xf2\xa0\x6d\x5a\xc5\xa3\xd1\x89\xd0\xca\x02\x8f\x0a\x9e\xb9\xc5\xd6\x63\x63\xef\x20\x22\xc9\xaf\x00\xdf\x35\x24\x89\x58\xb4\xb2\x7a\xcb\xcf\x26\xdc\xd7\x8e\x79\x0c\x9e\x81\x44\x25\x07\x5b\xdd\xfc\x83\x07\xfa\xef\x4e\x42\x60\x6e\x7f\x44\x21\x3a\xea\xad\xd6\xca\xe3\xbf\x93\x5a\x43\xf0\x5d\x79\xb5\x18\xfa\x38\x66\xb5\xc5\xeb\x80\x54\x3b\x5d\x76\x55\xec\x4d\x93\x35\x73\x3b\x86\x85\x9a\x6e\x61\x8b\x6d\x7b\x8c\x59\x67\xa8\xb3\x20\xe8\x83\x9a\x82\xcf\x03\x2f\xad\x5b\x65\x16\x3b\xd7\x3c\xcb\x6e\xc1\x91\xeb\x09\xf7\x74\xaf\x0b\x56\x78\x72\x3d\xf0\x6e\xa4\xf3\xc6\x79\xf0\xd5\x23\xa3\xd8\xbf\xca\x33\x19\xbc\x49\xed\x3a\xc3\x9c\x17\x43\xf4\xff\x90\x4a\x4b\x87\x1d\x73\x12\x2e\xba\x7f\x0c\x4f\xe0\xde\x39\x50\xf4\x92\x5f\x4b\xd5\x49\x9c\x79\x26\x79\xc1\x59\xcc\xab\x28\x49\xcb\x9a\x85\xe2\x69\x37\xee\xca\xd1\x0b\x05\x85\x93\xb5\x54\x7e\xcf\x47\xe4\x6b\x96\x86\x96\xc7\x2f\xf2\x5c\x46\x64\x3c\x54\x6e\xa7\x11\xeb\x61\xf2\x0c\xfd\xe5\x9c\xf5\xd8\x23\xfc\x72\xa3\x9b\x78\x91\xe7\x24\x80\x75\xc8\x7a\xec\x31\xb5\x86\x09\x12\xc2\x92\x7b\x91\xe7\xd6\x02\x3a\x45\x77\xab\xf3\xc6\x80\x35\x93\x4a\x9c\xad\x21\xf0\xb1\x88\xb9\x58\x4c\xb0\xd7\x8f\x66\x51\x11\x65\x15\xe7\x71\xcb\x6d\xb1\x31\x4e\x1a\x4e\x73\x9b\xa2\xb9\x2d\x78\x36\xdd\xda\x6a\x2e\xeb\x1e\xc7\xa7\x17\x7e\xaa\x7c\xc7\x5e\x4c\xfa\xfb\xb6\x5e\x32\xe4\x75\xcf\xf0\xc6\x73\xa9\xd3\x24\xa8\x25\x41\x8f\xa5\x6a\xee\x22\xf0\xc5\xe5\x93\x69\x75\x7d\x07\xd1\xfb\xa4\xb3\xe5\xdf\x7d\x88\xad\x60\x39\x83\x84\xba\x0d\xdb\x40\xa5\xd5\xa2\xc7\xce\x3a\x55\x32\xe1\x65\xf3\x51\x9b\x9d\x75\xf4\xe3\xa9\x2d\x33\xcd\xe2\xf0\x9f\xa7\xbc\x93\xe6\xa3\x26\xd6\xb2\xe7\xe6\x74\xd0\x66\xa7\x83\xc1\x02\xf8\xd3\xcd\x01\x98\x40\xe5\xaf\xad\x7a\x61\x4b\xbc\xbe\x25\x22\x4d\x7b\x5a\x4f\xeb\xd3\x46\xea\x2a\xcb\xe7\x87\x6e\x29\x5f\x7a\x56\xfc\x8d\x6e\xc9\xfe\xe5\x90\x1f\x6e\x72\x6c\x0a\x43\x03\x6d\x24\x94\xb7\x02\x74\x1d\x87\x52\xca\x42\x56\x4f\x2c\x75\x67\xf4\x55\xfb\xab\xc6\xac\xe4\xf2\xfa\xa0\x21\x9f\x9b\xdc\x65\x69\x92\x5d\xf2\x18\x33\x18\x56\x39\xbb\xe4\x7c\xca\xaa\x22\x1a\x5e\x0a\x09\x54\xf0\x21\xcf\xaa\xf4\x7a\x63\x56\xf2\x78\x23\xe3\x65\xd9\xcf\xc0\x4c\xc4\x7e\x89\x52\xa8\x42\xb6\x94\x6b\xfc\xd4\x68\x89\xb6\x11\xea\x68\xf7\x2f\xfa\xe5\xf3\x66\x63\x12\x7d\x12\x85\x58\x74\xb8\xff\xea\xe5\xc9\x4f\xa4\x34\x95\x1e\x25\x36\xc0\xd9\xde\xee\xe1\xde\xbb\xc3\xdd\x93\xd7\x6f\x3d\xd8\xbd\x28\x1d\xce\xd2\xa8\xca\x0b\x53\x6b\xf7\xf0\xf0\xf5\xcf\x67\xc7\x27\xbb\x87\xfb\x04\x3e\x4a\xd3\xfc\xea\xb8\x8a\x52\x6e\x20\x8f\x76\xff\x72\xb6\xfb\x72\xdf\xc6\x6f\x77\x44\x20\x9e\x1f\x1c\xbf\x79\x7d\x4c\x21\xe2\xa4\x9c\xe6\x25\x01\x79\xf5\xfa\x4c\x42\x9d\xbd\x7e\x75\x76\xbc\x7f\x42\x80\xb3\xfc\x39\x82\xbf\xce\xe0\x69\x5c\x3d\xb0\xb7\xef\xce\x0e\x0f\x8e\x29\x68\x5a\xcc\x0e\x25\xe9\x10\x66\x6f\x77\xef\x27\xda\xf1\x10\xe3\x50\x54\xf1\xbb\x37\xcf\x77\x4f\xf6\x05\xfa\xa2\xdb\x97\x56\xb7\xb3\x69\x1c\x55\x7c\x77\xc4\x5f\x67\x2f\xb9\x35\x1b\x59\x94\x7c\xe4\xda\x9d\xa7\xd9\x12\x6c\xb7\x25\x19\x41\x62\x80\xea\x99\x9c\x49\x76\x35\xe6\x05\xfa\xe1\x8f\x79\x14\x4b\x53\x07\xbb\xce\x67\xd9\x88\x97\x15\xd4\x4b\x2a\x3e\x91\xf7\x64\x63\xce\xc4\xc6\xaa\xc0\xf2\x34\xe6\x65\xd5\x61\x24\x41\x66\x9e\x55\x51\x22\x85\xd8\x4f\x09\x36\xa0\xef\xd1\x4c\x74\x56\x02\x9b\x5d\xb7\xcb\xf6\xa3\xe1\x58\x00\xaa\x4d\x74\xec\x87\x88\x27\x55\xa9\x78\xb1\x03\xea\x38\x03\x59\x00\xd5\x33\xfe\x91\x17\x6c\x38\x8e\x04\xba\xd0\x22\x7c\x96\xa1\x28\xa2\xa9\xa3\x68\xca\x9a\x79\xc1\xde\x94\x7c\x16\xe7\xf0\x42\x28\x64\x29\x98\x44\xd5\x70\xcc\x75\xd6\xa6\x92\x55\x39\x54\x15\xbf\x69\x6f\xe6\x42\x00\x34\x72\x31\xb5\x18\x48\x04\x6b\x94\xbe\xf5\xd9\xcc\xa7\x60\x9c\xb1\x9e\x7b\x97\x27\x22\x59\x04\xd2\x53\x59\xb6\x5a\xca\x09\x5f\x17\xb2\xdf\xd8\x24\xfa\xb4\xad\x3f\xdc\xd0\xb4\x25\x6b\xaa\xf9\x40\x35\x0b\x50\x7e\xef\x4c\xa2\x4f\xda\x4e\x60\x50\x80\xcf\x6b\xce\x6b\x11\xb4\xec\x07\xb6\xd9\x6a\x99\xd0\x96\x22\xbf\x82\xdd\x48\xa8\xb4\xfb\x45\x91\x17\xb0\x88\xd8\x64\x56\x56\xec\x9c\x8b\x1d\x32\xcf\x36\x32\x3e\xc2\xf4\x4f\xf6\xd0\xba\x5d\xf6\x1f\x49\x16\x0b\x31\x73\xc5\x93\x02\x74\xc0\x71\xf4\x91\xc3\xdd\xf3\x45\x34\x4b\xc5\x34\x7c\x12\xc5\xca\xd8\xd8\x66\xe7\xb3\x8a\xe5\x63\x76\xc5\xd3\x54\x26\x52\x41\xce\x16\x80\x18\x2a\x73\x7a\xb4\xfb\x97\x01\xeb\x59\x48\xcf\xe7\xba\x09\x45\x0a\xac\x96\x0e\x09\xa4\x0c\xf9\x99\xcf\xe9\x3a\x91\x51\x11\xa2\x61\x4f\x1e\x0d\x48\x1e\xfc\x74\x88\x64\x33\x96\x15\x78\xf8\xd1\xac\xb7\x6d\x96\x0e\x49\x63\x44\x4c\x51\x6c\x4b\x21\xa2\x20\x93\x81\xdc\x2e\xfd\x59\xdb\x1d\x71\x72\x98\x76\x0a\xd6\x42\x1c\x54\x37\x4d\xa2\x02\x99\x29\xab\x96\x22\xa5\x10\x31\x0e\x39\x45\xb5\xf9\x9c\x6d\x12\x40\x29\x02\x29\xa0\x94\x94\x04\xc8\x13\x95\x14\xdc\x96\x95\x0e\x05\xa0\xba\x27\xf2\x68\x75\x5b\xe6\x05\xaa\x77\x0a\x5e\xf2\xaa\xd9\x92\x77\x49\xf2\x06\xa8\xe0\x18\xc3\xa7\x13\x1a\x5c\x8d\x79\x26\x13\xe6\x7d\x22\x82\x03\xe2\xc2\xe1\x5b\x73\x72\x18\x5a\xc1\x93\x43\x6f\xd5\x4c\x0e\x61\xb1\xdc\x7f\xad\xd8\x13\x22\x46\x3d\x39\xb4\x59\x1a\x03\x77\x92\x09\x24\xe4\x6b\xe9\xeb\xb2\x91\xc2\xd9\xbd\x56\xd3\x6d\x11\x6a\x88\x01\x9a\x5d\x92\x35\xcd\xdf\x26\xc2\x28\xc0\xb8\x6b\x6b\x06\xd0\xea\x98\xb6\x15\xec\x9f\x36\xe4\xe0\x21\x99\xac\x39\xd9\x0d\xd2\x7a\xf7\x5e\x6c\xbe\x0a\x91\x15\xd7\x4f\x76\x97\x11\x17\xf0\xac\xa3\x2f\x34\xb3\x2a\xc7\xb9\x2a\x8d\xc7\x7e\x1e\x40\x33\xdd\x0b\xd1\x27\xdd\x73\x45\x91\xa2\x50\xba\x07\x9e\x45\x44\xb8\x99\xca\xb2\x56\x8d\xa4\x23\x01\x8f\xf5\xb2\x30\xdd\x0b\xc0\x88\x82\x4d\xfb\xbb\x54\x7f\x06\x3a\xd1\xc2\x38\xa9\x84\x2a\x42\xde\xa6\x1e\x27\x55\x47\xbf\x6d\x55\xd3\xa3\xa8\xd6\x91\xbe\x11\xe2\xcf\x4b\x7e\xdd\x32\x2d\x58\x28\xac\xf7\x48\x8b\x0a\xe6\xa6\x65\x85\x5b\xd6\xcc\xb1\x4f\x75\x12\x2a\x50\x47\x0b\x39\xdf\xa6\x7e\x5d\xad\x81\xe9\x48\x28\x52\x7b\xf9\x2c\xab\x02\xb0\x9a\x62\xb2\x35\xd9\x7e\x21\x09\xc8\x9a\x17\x59\x1b\x40\xa7\xd6\x62\x9d\x4a\xe2\x41\x60\x6b\x05\x5a\x11\x38\x5b\x00\xef\xf0\x8a\x5d\x45\xe9\x25\x78\xc1\x38\xbd\x08\x2d\xee\x99\x2a\x5d\x93\xef\x3a\x3d\x23\x3c\x80\xbb\xe7\xb4\xe0\x1f\x59\x4f\xc2\x75\xc4\x2f\x55\x2e\xf1\x3a\xae\xf8\x54\x26\x09\x15\x08\x22\xa0\x42\x54\xc1\x6a\x24\x4c\x03\x37\x64\xcd\xfc\x4e\x43\x14\xfa\xec\x0a\x43\xcc\xf8\xa7\xca\x0c\x51\xfc\xba\xd7\x10\x4d\x03\x74\x88\xa0\x60\x86\x85\x08\x99\x13\x99\xe0\xa4\xd5\x99\x44\xd3\xe6\xa5\x58\x2f\x97\x9a\xe5\x65\x43\xd2\xae\x76\xa7\xa6\xd0\x80\x4f\x1a\x83\x0d\x93\xb4\x05\x12\xc6\xda\xec\xe9\x13\x6f\x76\x17\x0b\x8a\x3a\xd6\xdb\x76\xcb\x85\x82\xd5\x65\x53\xae\x73\x5c\xf0\xd2\x67\xa4\x6f\x27\xe5\x83\x0a\x70\x7c\x1a\x98\x68\xe9\x66\x4b\x08\x5f\x48\xda\x04\x09\x6b\xf8\xa4\x64\xe7\xd7\x82\xf2\x54\xc1\xd3\xe8\x63\x3d\xa9\xe8\x63\x5d\x38\xc0\xe8\xba\x89\x32\x73\xe5\x17\xe0\x8e\x02\xe7\xe4\xe1\xb5\xa7\x2d\x82\xf4\x83\xea\xb8\x70\x69\x03\xea\x58\x44\x68\x1e\xcf\x26\xd3\xa5\xd3\x27\x26\x0d\x89\xa3\x28\x98\x94\xb0\xd1\x4a\x3e\x1c\x27\x60\x04\x03\x05\x88\x6d\x53\xa9\x7a\xb9\xad\x04\x65\xdb\x7c\xfc\xb8\x6d\x88\x49\x3e\x73\xfc\x9c\xe5\x57\x6c\x9d\x01\xdd\x89\xea\xd7\x32\x32\x94\x70\xd3\x45\x92\x56\xbc\x68\x8e\xc5\xb4\x8d\x5b\xce\xb0\x0e\x8b\xd9\xb2\x91\x39\x5a\x00\x89\x61\x6f\xcb\xad\x56\xd7\x97\xb8\xf4\x98\x41\xca\xd9\x74\x0d\xd3\x7a\x3a\xf3\x97\xd4\x95\xe9\x69\x42\xd0\x4a\x63\xb4\xc3\x9e\x47\x15\x17\xf4\x6b\xb6\xd8\xb6\xda\x02\xe5\xb1\x83\x67\x0b\xb6\x35\x92\xa5\xd7\x4a\x4c\x69\xf8\x5a\xa7\xca\x20\xab\x08\xf6\x70\x9e\xb1\x1f\x8d\x76\xd7\xa2\x73\x1f\xf3\x54\xf2\x07\x6d\x48\xe5\x31\x21\x1b\x27\x35\x2c\xe9\x69\x56\x88\x98\xa1\xc6\x5c\x0d\xc1\x69\xca\x06\x14\xdc\x2e\xef\x52\x90\xc5\x4c\x4b\xdd\x2e\x93\x87\x04\x7d\xbf\x90\xc6\x2c\xcf\x38\x3b\xe7\x17\x79\xc1\x21\x9b\xdd\x55\x91\x54\x09\xdc\x47\xa9\x3a\xe5\x34\x4d\x2a\x96\xcf\x2a\x96\x64\x55\xce\x1e\xb1\xe4\x02\xfd\x99\xce\x79\x55\x81\x5f\xd6\x47\x5e\x80\x0f\x46\x11\x0d\x2f\x49\x5d\x4f\x80\x59\xf4\x81\x43\x74\xcd\x39\x85\x50\xc7\x39\xf0\x20\x8f\x8a\x41\x12\x01\xea\x50\x0c\x4a\x91\x37\xb2\xfc\xca\xfa\xea\xb0\xb1\x55\x26\xaf\x49\x99\xa4\x1a\x95\x95\x46\xab\x11\x33\xbe\x81\xf0\xb6\x72\x43\x3e\xe1\xeb\xa0\xb4\x05\x6f\xae\x6c\xdd\x87\x2e\xd0\x42\xf5\x7d\x63\xf3\x3a\x08\x20\x58\x27\xfb\x59\x55\x5c\x5b\x6b\x35\xe5\xe0\xf7\x7c\xa5\x57\x2d\xc9\x97\x2a\x26\x47\x68\xc0\xb1\x09\xf4\x8d\xd2\x14\xa6\x33\xbf\x90\x2a\x71\x34\xab\xf2\x49\x54\x25\xc3\x28\x4d\xaf\x3b\x66\x05\x10\xa5\x30\xcc\xe5\xfe\x0c\x3b\xbb\x90\x3d\x6d\x6a\xc6\x9c\x31\x13\xce\xb7\x37\x95\x05\xda\xa4\x23\xa2\x67\x59\x39\x4e\x2e\x2a\x81\x71\xcb\xdb\x95\x4c\x7e\x8e\x80\x4e\xd2\x0a\x29\xa3\xde\x74\x48\xbc\xc6\x51\xc9\x9a\x34\x9b\xb7\x61\x62\x4f\x50\xf8\x83\xa3\x13\x19\x5a\xc8\x1d\xc2\x79\xea\xc9\x46\x7f\xa7\x21\xe8\x8c\xa4\xd0\x76\xa5\xbc\x68\x50\xa7\x8a\x6f\xc3\x20\x68\xb5\x29\xe7\x97\xab\xd4\x03\xd4\xad\x8a\x39\xdd\x2c\x7d\xc1\x64\x2b\xb4\x84\x42\x02\xc8\xe5\x74\xa1\xff\xa9\xd9\x36\xb2\x92\x40\x2a\x38\x22\xc9\xcc\x06\xc7\x53\x7b\x04\x2b\x48\x5b\x59\x35\xcd\xa3\x98\x35\xa3\xa2\x68\x91\x44\xc8\xa8\x7b\xe9\x43\x62\x3f\x60\xc6\xf0\x37\x1e\xb3\xdf\xe8\x76\x76\x41\xa9\x06\x2f\xcf\x92\x17\x49\x94\xc2\xca\xc3\x55\x36\x96\x06\xd7\x49\x5e\x56\xd2\xce\x2f\x75\x93\x8b\xa4\x28\x2b\x47\x8f\x4e\xf1\x49\x3f\xfa\x2c\x1c\x4b\xd9\x8f\x3d\xb6\xf9\x8c\xa5\x1b\x1b\x9e\xe2\x8c\x6c\x15\x15\xc5\x69\x3a\xb0\x4b\xf8\xa7\x69\x52\xf0\x72\x57\x94\x8b\x65\x44\x8d\x49\x38\x3f\x04\xa2\xd7\x23\xca\x06\x0c\x49\xa0\x0c\x9b\xca\x55\x54\x32\xcc\xe4\x1e\x83\xab\xaf\x10\x21\x50\x13\x6f\x21\x93\x0c\x0f\xfb\x2c\x1a\xa9\x21\xdb\xc2\x00\x96\x21\xa8\x43\x52\x9b\xd4\xfd\xd0\xd7\x8f\x18\x35\x31\xa2\xac\x36\xe8\x6d\x50\x81\x8e\x1b\x5a\x9e\x55\x2c\x8a\x63\x16\xa5\x05\x8f\xe2\x6b\x09\x1c\x23\x65\xed\xdd\x46\x36\xf8\x23\x79\xa7\x69\x01\x76\x44\x98\x2a\xb8\x1b\xb2\xd9\x30\xe7\x4c\x31\x2d\x66\x19\xb5\x4c\x50\x36\x54\x1a\xb6\xf5\x1e\x40\xef\xc7\xf0\x7a\x53\xbc\x7a\x63\xae\x11\xc4\x3a\xef\xb1\x66\xc9\xd3\x0b\x09\x1a\xe7\xef\x4a\xde\xd2\x67\x78\x6b\x29\x0a\xb0\x90\x8e\x20\x48\x00\xcb\xcb\x5e\xc0\x72\x63\xb1\x56\x99\x7c\xd6\x4a\xca\x1e\xec\x57\xc8\x1e\x42\x37\xb1\xe0\xb0\xc0\x5a\xdc\xb0\xdc\x01\x03\x6a\x6e\xf2\xb5\x1d\x1d\xe7\x26\x29\xe9\xf0\x00\xa4\x99\xc2\x31\x3a\x2a\x03\xb4\xed\x9b\x26\x2d\x8d\xc1\x0c\xa6\x13\x5e\xa9\xe2\x1f\x34\xe4\xed\x20\xaf\xf2\x98\x37\xad\x11\xd1\xb9\xd6\xe8\x6b\x05\xde\x9f\x2c\x49\x35\x33\x61\x70\x3c\x50\x33\x05\xf4\x11\x24\x9f\xcf\xf1\x0f\x62\x61\x46\xba\x29\x8d\xba\x65\x8b\x41\xb9\x8f\x98\xd9\x8e\x93\x8b\x0b\x6b\x68\x6c\x43\x1d\x20\xfa\x99\x85\xa8\x56\x90\xa1\xca\x8f\xe4\x1b\xf6\xb0\xcd\xac\x8e\xe1\x96\x42\x82\xda\x18\x59\xe3\x14\x3b\xa6\xe4\x36\x6b\x74\x48\x57\xb9\x73\x9b\x16\x8c\xda\xe0\x9b\x0a\x9c\xa9\x00\x6b\x88\x22\x7f\x5d\x73\x02\xcb\x05\xd6\x84\x6e\x97\xfd\xcc\xd9\xa5\x98\x7e\xb8\x5f\xba\xe2\x8d\x82\xb3\xe8\x5c\x08\x2d\x88\xa2\x4b\x79\xc5\x61\x91\x0a\x05\x18\xef\xd3\xa2\xb4\xcc\x49\xfd\x2b\x51\x0f\x6f\xff\x3f\x89\x23\x44\xa4\xc5\x76\x7a\x2d\xce\xa0\x31\xa4\x72\xbb\x4a\xd2\x94\x9d\xf3\x36\x2b\x73\xf6\x61\x56\x56\xa4\x81\x51\xce\x22\xb8\xc6\x13\x8d\x97\x60\x71\x12\xf2\xab\xd3\x5f\xd1\xa8\x63\x96\x18\x16\xae\x62\xc1\x21\x13\x24\xf6\x48\xcd\x84\xb8\xf0\xe9\x3c\xdd\x4a\x14\x00\xd9\x3d\x25\xcf\xfa\x1a\x32\x15\xa8\x5d\xd3\x9a\xc4\x0d\x5f\x9b\xa3\x22\x0b\xa7\xa6\x69\x1b\x18\x1d\x0e\xc1\x7c\x9e\xf6\x5a\xd5\x83\x87\x7b\x41\x50\x92\x03\x97\x82\x8e\xda\x0c\x4e\xfe\x54\x73\xa6\xe2\x5b\xf4\x8f\xbe\x29\xe4\x5b\xe0\x94\x00\xdf\xa9\xea\x6f\x69\xa9\xee\x49\x04\xbe\x05\x8e\xd3\x9b\xfe\x0c\x12\x93\x97\x99\xc9\x8b\x0c\x67\x53\x1b\xe7\xd4\xa4\x8a\x25\x15\x9a\xc1\x25\xa2\x3c\x28\xc8\x97\x88\x71\xec\xc6\x92\xe1\x37\xaa\x2b\xa3\x82\x5f\x64\x98\x40\x05\xf0\x24\x6c\xa1\xad\xc7\x6d\x98\xd7\x56\x9d\x33\x85\xba\xdb\xd5\x3e\x7b\x93\x1c\x92\xc6\xab\xd8\x6e\x9a\x4c\x5c\xba\x44\xf4\xbf\xea\x74\x11\x6a\xa3\x4a\x26\xfc\x73\x9e\xf1\xfe\x57\xad\x67\xa2\x71\xc8\x9c\x50\x7d\xee\x08\xfd\xaf\x49\xbc\xf2\xe2\xa8\x8a\xba\xd3\x68\x78\xc9\xe3\x6e\x1a\x55\xbc\xac\x3a\x1f\xca\x3c\xc3\x1c\x55\x5f\xb5\xbf\xea\x76\xd7\x98\xd3\x64\xe7\x03\x5c\x77\xaf\x31\x38\x5b\xe5\x19\xdb\x66\x9b\x9d\x6f\x3a\x8f\x9f\xe0\xd7\xbd\x7c\x7a\x5d\x24\xa3\x71\xc5\x9a\xc3\x16\xfb\xf3\x31\x7b\x91\xcf\xb2\x38\xd2\x39\x35\x74\x38\x53\x55\x24\xe7\xb3\x2a\x2f\x64\x6b\x69\x32\xe4\x19\x98\x90\x8e\x0e\x4e\xf0\xd3\x28\xa9\xc6\xb3\xf3\xce\x30\x9f\xc8\x61\x79\xa3\xcb\xfa\x99\x4e\xaa\xc3\x9a\x45\x9e\x57\x42\x91\x10\xcc\x8e\xca\x71\xbf\xea\x7f\x65\xbc\x50\xfa\x5f\x81\xdf\x61\xbf\xea\x3e\x94\x69\xde\x71\x0a\x1f\x76\xc5\x47\x7a\xe7\xa3\xb2\x06\x84\xd2\x06\x28\xc2\xab\x0e\x2a\x6f\x3e\x24\x06\x86\xce\x88\xb6\x20\xaa\x90\x8c\x62\xe5\x8a\x9a\x72\xdb\x27\xfd\x22\x3a\xd8\xaf\xf5\xc2\x39\x16\x74\xa2\x49\xac\x7b\xc5\x4f\xcd\x53\xd5\xf8\xc0\x8c\xfc\x19\x73\xff\x09\xe5\xfc\xe8\x39\xe9\x54\x36\xa2\x31\xcd\xf3\xaa\x83\x0d\x05\x6a\x9b\x46\xfe\xbd\xc8\xaf\x4a\x5e\x40\x43\xfd\xec\x46\x99\xa2\xf5\x0c\xc8\x26\x16\x91\xbe\xcb\xde\x62\xc2\xc5\x92\xf1\xf2\xa9\x22\xb5\xe0\xcb\x24\x1b\x61\x30\x9d\x9a\x0d\xc9\xb6\x8a\xcf\x04\x59\xcc\xcb\xbf\x30\x1f\x50\x2e\xaf\xef\xc9\x7c\xe8\x85\x42\xcb\x9f\x49\xac\x25\x16\xcf\x73\xf0\x18\x84\x03\x91\xc3\x56\x2c\x62\x25\x1f\xe6\x59\xcc\xc4\x97\x8e\xac\x40\x30\xaa\x3e\xc3\xb6\xab\x91\x91\x5d\x77\xbb\xac\x5f\xa5\xf9\x48\xda\xf1\x8e\x10\x8f\x13\xd5\x6a\x83\xad\x33\xb3\x12\xd5\xa8\xd6\x59\x03\x0e\x17\x4a\x85\x17\x08\xf1\x18\x80\x4d\x77\x1d\xb1\x4e\xff\x53\xd6\xd8\x61\x0d\x08\x36\x84\x8c\x9d\x90\x91\xba\xc1\xb6\xf1\x9b\xd8\xe0\xa3\xec\x1a\x8a\x1a\x2d\xab\x3f\xd2\x02\xb8\xdf\x22\xb6\x52\x51\x42\x30\xf5\x59\x12\x49\x08\x9d\xff\xdc\x7f\x7b\x7c\xf0\xfa\x15\xeb\xb1\xfe\x57\x72\x95\x7f\xd5\x46\x32\x8b\x31\xa1\xc3\x87\xfc\x90\x26\xd9\xa5\xf5\x61\x98\xcf\x64\x66\x70\xf2\x11\xbd\x77\xc9\x87\xd1\x8c\x97\xa5\xfd\x09\xce\x4f\xf1\xcb\x99\x7a\x06\x08\xd9\x61\x4d\x4e\xac\x0c\x2d\x81\x75\x6a\x31\x08\x98\x58\xe5\x5b\xa4\x9a\x1b\xea\xe7\x43\x2e\xcf\x92\x61\x01\x3c\x57\x74\xcc\x39\x1b\x57\xd5\xb4\xdc\xee\x4a\x61\xf3\xa1\x04\x01\xa4\x78\xa3\x1b\xe7\xc3\xb2\xfb\x6f\xdd\x59\xc9\x37\x92\xaa\x7b\x8e\x0b\xa2\x8b\x2e\xcd\x15\xa1\x1c\xd6\x56\x73\xd6\x73\x70\x85\x57\xea\xab\x66\xa3\x03\x8e\xd3\xc0\xb5\xd1\x87\x5c\x68\x35\xeb\x56\xc5\xd3\xcd\x81\x2a\x4f\xb2\x50\x39\x3c\x79\x2d\xe7\x4d\x8f\x43\x8b\x66\xf0\x9a\xd7\xcb\x09\x7a\xf8\x81\x3d\x02\xf5\x5b\xf6\xd7\xeb\xb1\x47\xb0\x96\xa0\xf9\x1f\xd8\xd3\xd6\x9d\x28\x27\xce\xe6\x8f\x3a\x4f\x3b\x9b\x1d\xf6\x4b\x3e\x03\x5f\x6b\x7c\xb1\xc6\x40\x10\xf6\x27\xbc\x8f\x24\xa7\xa4\xb6\x49\xd9\x7d\xb8\xc2\x3f\xc4\xf7\x5d\x36\x55\x26\xd8\x7e\xb5\x4a\xb5\x2e\x76\xa1\xc5\xd7\x70\x1c\x15\x7b\x79\xcc\x4f\xf2\x83\xac\x6a\xaa\x5f\x9a\x1e\x82\x86\xea\x23\xfb\x91\x7d\xff\x54\x97\xe8\x75\xa4\x8b\x37\xd8\x77\xdf\x3e\xc3\x42\x22\xe6\x49\xed\xa7\x4f\x16\xd6\x7e\xf4\xbd\xaa\x8d\xff\xf1\x21\x9e\x7c\x47\xc9\xa4\xc7\x30\x03\x22\xfc\x7b\x54\xf2\xa7\x9b\x4d\xf9\x54\x91\xea\x08\xa2\x0e\x58\x8f\x6d\xb6\x55\xc7\xd3\x48\x79\x6e\x42\xce\x56\x8f\x29\xfb\xd5\xd5\x38\x87\xe3\x1c\x40\x1a\x6e\xec\x57\x17\x45\x34\x44\x8f\x78\x5d\xba\x35\x10\x9c\xd5\x68\x68\x98\xc9\x2c\xad\x92\x69\x9a\x80\xba\xbe\xa5\x3f\x67\xb3\x89\xfe\x5b\x48\x2c\x8a\x51\x99\x8c\x32\xe9\x46\x8e\x9f\xe0\x22\x2d\x8b\x53\x71\x12\xb1\xfc\x28\x4a\x33\x2b\x12\x7d\x45\x9d\xdd\xaa\xb9\xd9\x02\xd6\x7e\xf2\x0d\xa1\x72\xa2\xda\xa5\x1d\x6d\x6c\x11\x42\x3b\x1d\xc6\xc9\x28\xa9\x4a\x75\x3f\x20\xf3\x03\x27\x93\x28\x95\x9b\xa7\x50\xa9\x93\x67\x2c\x61\x3f\x30\x20\x93\x54\x83\x9f\xb1\x64\x7d\x9d\xf4\x9b\xcd\xc4\x51\xd1\x66\x2e\x84\x27\x08\x27\xf8\x86\x16\xa1\xc9\xd3\x4d\xf6\x10\x2c\xd5\xeb\x62\xc0\x4b\xb1\x8c\x2e\x30\x05\x59\x10\x49\x78\x08\x01\x10\x35\xd3\x56\x83\xad\x35\x67\xe4\x47\x97\x3d\xdd\x7c\xb6\x68\x48\xa4\xe5\x05\xe3\x5a\x17\xa7\xd5\x09\x7b\x48\x9a\x76\x87\x26\x79\x5d\x40\x3f\x64\x62\x9a\x82\x8c\x0e\x7e\xdf\xd0\x33\x43\x8f\x70\x3d\x06\x18\xb2\xe6\x75\x1c\x36\x7a\xae\x87\x47\x0c\x65\xa7\xc9\x00\x94\x7a\xb2\x7a\xd4\xf7\x16\x5d\x8a\x2e\x1a\x49\x56\x9d\xe4\xef\xb2\x2a\x49\x25\x1a\xea\x64\xb5\x10\x9d\xa5\x88\x1c\x45\xd5\xb8\x53\x08\xcd\xb9\xa9\xf0\x60\x1b\x0c\x17\xd8\xa6\xd8\xd8\x35\x76\xec\x21\x7b\xba\xb9\xb9\xb9\x29\x95\xcb\x49\x92\xcd\x2a\x4c\x96\x33\x49\xd2\x34\x41\x45\xa6\x74\x48\x8c\x95\x8d\x75\x55\x74\xa9\x1c\xbc\x82\xd4\x9e\x44\xd3\x83\x2c\x4e\x86\xbc\x64\x4d\xcc\x21\xdd\x66\x09\x7e\xb0\xc4\x0b\xb2\xee\xe9\xa0\xcd\x12\xbd\x82\x5d\x16\x94\xf5\x6a\x66\x23\x9f\x55\x48\x02\xec\xe6\x54\x42\x9f\x26\x83\x41\x3d\xa3\x2c\x10\x85\x2c\x24\x05\x65\xb2\x73\x5b\xec\xcd\x89\xd8\xcb\x2f\x2e\x4a\x5e\xa9\x0c\xee\xa7\x8f\x06\x0a\x88\x11\x20\x89\x9a\x02\x7a\xac\x81\x08\xcc\x4c\xb0\x46\xc9\x14\xcc\x13\xda\xd0\x33\x6b\x3a\x70\x15\xc9\x8e\x15\xcf\x91\x12\x45\x6e\xbf\x04\xfb\x30\xcd\x19\x9e\x94\x45\x6d\x87\xe6\x06\x54\x92\xd0\xc8\xaa\x68\xc2\xa5\xba\xbf\x8d\x18\x13\x91\x1f\x9d\x9f\x17\xa5\x2a\x34\x1c\x01\x29\xf1\x4f\xb7\x2c\x12\x69\xe6\xf0\x28\xea\x56\x96\xdf\x03\x35\x14\xe9\xa0\x86\x1c\x88\xde\xb8\x20\x13\x5b\x85\xc7\x4f\xe8\xff\x9b\x01\x03\x33\x02\x70\xc8\x1d\x35\x88\x5f\x85\x72\x23\xa3\x80\xef\xa8\x43\x40\x13\x4d\x3c\x51\x1f\xdb\x8c\x27\x76\xaa\x60\x41\xbf\xc2\xac\xfb\x25\x17\x73\x29\x40\x6c\xb8\x90\x00\x12\xfd\x98\x28\x2a\x7c\xc6\x5f\xc0\x88\x46\x48\xc6\x58\x26\x1b\xe4\xb1\xdb\x1b\x99\x69\x25\xf7\x78\x0c\x5f\x9f\x59\x70\x64\xd2\x09\x1c\x7c\xb5\x01\xc9\x74\x11\x40\xfc\x6a\x43\x12\x56\x20\x90\xf2\xab\x0d\x4a\xe6\x99\x80\x9a\xaf\x8a\x32\x6d\xc5\xd0\x67\xf8\x08\x13\xa5\x00\xc4\xc2\x54\xd1\x64\x4a\x48\x80\xd9\x53\x0a\xbc\x5b\x58\xd7\x10\x9a\xbf\x34\xf7\xc9\x17\x11\x1c\xf6\xeb\x57\x46\xbc\xf9\x02\x0e\x81\x6b\xe4\x9b\x34\x34\x60\xdf\x0a\x56\xec\x32\x14\x44\x2f\xcc\xe4\x99\xf9\x78\xa3\xfe\xbc\x71\x07\x6d\x0e\x5a\x74\xdc\xce\x70\x85\xe6\x7e\x06\xb3\x2e\xc7\x64\xcd\xb5\xec\x8f\xbc\xf0\xdb\xd4\xad\x6a\x5f\x1b\xd3\x36\x96\x5d\x9f\x0d\xa9\x82\x4c\x15\x55\x55\xf7\x94\x42\x0e\x3a\x70\x68\xec\xc0\x1c\xbd\xbe\x68\x6a\x94\x5a\x70\x76\xdb\x30\xda\xd9\x4d\xcb\x9b\xd9\x69\x54\x80\x79\x68\xe5\x89\xad\x9b\x59\x23\xdb\x29\x37\xfa\x53\x5f\x3b\xf7\x93\xe8\x93\x66\x73\x32\xd3\x62\x23\xf5\xba\x69\x33\xfc\xef\x2b\xfe\x49\xff\xfd\xa6\xe0\x1f\xe9\x06\xe9\x73\xd0\x24\xfa\xe4\xf3\x0d\x56\x96\x3d\x4b\xac\x4f\x93\xc1\x33\x17\xe2\x15\x7a\x11\x6a\x08\xb6\xce\xb6\x7c\xa8\x37\x68\x79\x37\x50\x3b\x0c\x54\x0c\xb6\xcd\x92\x01\x41\x0d\xf9\x55\xf6\xfd\x03\x19\x0d\xb8\x38\x7d\xee\x4c\xf2\x8f\x7c\x77\x72\x9e\x8c\x66\xf9\xac\x7c\x91\x17\x57\x51\x11\x3b\xbc\x2c\x2b\xf7\x48\x65\xca\xd6\xe6\x7c\x24\x01\x7f\x24\x74\x22\xbd\x1c\x64\x90\x9e\x66\xa5\x3e\x44\x55\x67\xe9\x2c\x59\x7f\x6c\x43\xf7\xaf\x35\xaa\xe0\x92\x0c\x52\xde\x5a\x9b\x59\x10\x7e\x12\x7d\x1a\x78\x4c\x2d\xe4\xa8\xc5\xd3\x93\x7c\xe2\x1f\x0c\x8d\x20\x3e\xc5\x9d\x02\x16\x10\xc0\xfa\x4d\xca\x41\xd4\x37\xaa\xcf\xf5\xfd\xaf\xc0\x9e\x2b\x2b\x8c\x23\x71\xd4\xe1\x19\x8b\xf9\xb4\xe0\x43\xb8\xe9\x4e\x32\x76\x11\x7d\xcc\xc1\xf1\x10\x60\x67\xd5\xf0\x35\x80\xa3\x61\xd9\xc7\x52\x8d\x76\x39\x9e\xba\xa9\x15\xc7\xbf\xb4\x65\xd8\x1d\x9f\xdd\x7a\xd3\xdf\x43\x01\x75\xcf\x7d\x5f\xb5\xa2\x25\xa3\x10\x6b\x6d\x23\x74\x8d\x9a\x6c\x76\xdf\x1e\xa3\xc0\xcf\x48\xb1\xb2\xad\x99\xea\x77\xd4\x68\xf6\x66\x45\x41\x4d\x37\x77\x1d\x1e\xce\xd4\x6e\xd5\x8c\x2a\x4b\x91\x16\xf2\x55\x3f\x83\x13\x55\x9d\x2a\x3f\xd1\x5f\x9a\x8a\x43\x20\x34\x58\x30\x7a\x8f\xc0\x77\x20\xe8\xad\xd9\xed\xf7\x9b\xa7\xd1\xc6\x67\x36\x58\xef\xf7\x5b\xdd\x44\xd5\x11\x8b\x14\xea\x3c\x78\x00\x75\x4f\x37\xe9\x0e\xd9\xed\xb2\xad\x6f\xb7\xbf\x79\xba\xfd\x78\x8b\xbd\x3c\x3a\xd9\xd8\x7c\xba\xb9\xc9\x9a\x7b\xc7\x27\xad\x25\x10\x3c\xab\x8a\x28\x65\xc7\x55\x94\xc5\x51\x11\x03\x5d\x5a\x54\xbf\x15\xc3\xc0\xee\x14\x82\xa7\xbb\x1b\xbf\x0e\xba\x23\xc3\xee\x04\x8c\xed\xc0\x7f\x3a\x1f\xf2\x24\x13\x6a\xbf\x9b\xc3\xb6\x72\x0d\xee\x36\x62\x7b\xc7\x27\x35\xf8\xae\x6f\x7e\x27\xf0\xfd\x6f\xff\xc7\xff\xf3\xdf\xfe\xf7\xff\xeb\xbf\xff\xdf\xff\xf5\xbf\xff\xbf\xff\xe5\xbf\xff\xd7\xff\xed\xff\xfb\x2f\xff\xa7\x8b\xac\x4f\x50\xc0\xf7\xb7\xc7\xed\x6f\x6e\x16\x23\x7d\xba\x39\x08\xa1\xab\x0f\x11\x6a\x02\xe0\x36\xe2\xe5\xd1\x49\x83\x9e\x54\xb1\xb5\xda\xca\x28\xb0\x40\xb7\x8a\x2a\xca\xd8\x04\x0d\xfa\x59\x4b\xef\xa8\xea\x8c\x78\xa5\xb8\x15\xb9\xae\xd9\x0a\x1e\xef\x84\x06\x7c\x3c\xcc\x0b\x0e\x6a\x84\xbd\xbc\xc0\x4a\x89\xcb\xc7\xef\x06\x2a\xc9\xa7\x21\x2d\xc4\xec\x02\xa2\x68\x43\x01\xc9\x59\x50\x8a\xdf\x6a\x49\xc8\xf7\x9f\x50\x7c\xe5\xf2\xa3\x8d\x0e\xed\x77\x5d\x1e\xee\xa3\xf3\xb2\xa9\x71\x35\x72\x55\xb7\xd0\x11\x2b\x6d\x83\xe9\x9f\xf8\x07\x5d\x1e\xa6\xb6\x40\xde\xaa\xd8\x29\xf8\x34\x8d\x86\xbc\xd9\x3d\xfd\x2b\xb2\x6f\x9b\x09\xf6\x84\x67\x5e\x34\xdc\xf9\x79\xe1\x9e\x0a\x34\x19\xd6\xd7\x43\x62\x55\x0f\xf4\x22\xc9\xe2\x3d\x88\x18\x6a\xa6\xf9\x55\x9b\x8d\x93\xd1\xd8\x12\x0c\x93\x24\x6e\x83\xcb\x85\x56\x25\xae\xc6\x49\xca\x59\xb3\x29\x5d\x37\x9a\x4d\x51\x47\x30\xc9\x06\x4b\xf3\x2b\x18\x6e\x97\x6d\x3d\xe2\x4f\x18\x98\x38\x1e\xb2\xa7\xfc\x09\xdd\x82\x27\x49\x2c\x7d\x40\xb5\x30\x12\x3f\x9e\x47\x15\xe0\x20\x5a\x5a\x87\x1e\x89\xc5\x09\xcc\xde\x49\xac\xf9\xab\xd7\x83\xbe\x24\x2d\xe9\xf6\x9e\xa2\x37\x75\x12\x1b\x15\xd4\x59\xb8\xfd\x4a\x20\xec\x02\xf5\x83\x26\x89\x34\xbf\x0a\x9b\x24\x4a\x5e\x20\xf6\x65\xd3\x22\x57\x59\x45\x45\xf5\x0b\x8f\x0a\x39\x44\x18\x55\x4b\xac\x85\x17\xb3\x34\xfd\x05\x9f\x3f\xdd\x60\x8f\xb4\x7e\x99\x46\x65\x55\x4b\x0e\xdd\x5a\x9b\x6d\xb6\xd9\x56\x2b\x64\xd7\x38\x15\x2d\x98\xb3\x3d\x86\x7f\xb5\xc1\xdd\x23\x68\xbc\xd9\x42\xcd\xf4\xc9\x77\x9e\x79\x13\xd5\xcd\xa5\x98\x24\x80\x89\x35\x35\xa2\xaa\x9a\x1b\xc1\x9a\x02\xa5\xd0\xe4\x20\x72\x62\xa1\x11\xb6\x8b\xca\x0a\xd1\x6d\x79\xba\xad\x7c\x21\x0f\xab\xd5\x16\x87\x31\xc6\x4a\xc8\x4d\xc0\x81\x2d\x77\xb2\x09\xf1\xb5\x22\x7b\x53\x67\xec\x7a\xe2\xd9\xb7\x96\xa3\x60\x98\x61\x5d\x50\x0d\xa7\x90\x98\x51\x6f\xdd\xc2\x53\xab\x05\xcf\x7e\x46\x0e\xde\x2e\xc3\x96\x79\x61\x24\x60\xc9\x9a\x51\x9b\x9d\x5b\x06\x8d\xc8\x12\x6e\x62\x12\xcf\xe9\x17\x5f\x97\xb3\x2b\x6c\xd8\xe0\xf6\xa5\x07\xb6\x6f\x24\x33\xb6\xae\x7f\x87\xda\x36\xc0\x1b\x14\x34\xd4\x2e\x48\x4e\x62\x5f\xc0\xd6\x9d\xaf\x7e\x1f\x1e\x08\xdb\x60\x5e\x63\xc1\xcb\x1b\x59\x53\xa8\x73\x9d\x34\x1f\x46\x29\xdf\xc3\x3c\xd5\x0a\x19\x38\x09\x87\x8d\xdd\x71\x7c\x92\xbf\x94\x17\xa5\x4d\x54\x2d\x95\xa5\xd0\xba\xdd\x51\x9f\x7d\x23\xa1\x63\x58\x74\xf9\x54\x31\x55\x8d\x51\xd6\x3e\x5d\x59\x87\x1f\x79\x7f\x7b\x8a\x45\x03\xd6\x63\xee\x97\xf9\x9c\xfd\x76\x53\x07\x7f\x2a\x46\x23\x6a\x55\xc5\x8c\x2f\xb2\xb4\xcb\x7a\x2f\xf2\xe2\x9d\x91\xa2\xac\x19\x22\x83\xfc\xa6\x73\x4f\xd8\x83\x33\x57\x58\x60\xd5\x90\x17\xcd\xf6\x0d\xb4\xba\x84\x39\x35\x12\x32\x69\xb3\x0f\x6d\x85\xc5\x6b\x4d\xe5\x45\xd4\x3c\x0c\x12\xd3\x6a\xc2\x23\x97\xa0\x6d\x27\x4c\x39\xe8\xe5\x83\x38\x94\x59\x4d\x78\xc6\x25\xab\xd4\x79\xa1\xac\xf9\xc1\x3d\xd6\x3a\x54\x38\xfd\xe0\x4c\x46\x3f\x64\x7a\x72\x06\x2e\xce\x89\x76\x33\xf4\xde\xed\x82\x35\x9d\x52\x17\xa9\xc4\x46\x2a\x9f\x55\x52\xba\x89\xa3\x0f\xb9\x82\xa9\xdd\x70\xeb\xee\x00\x0a\x7e\x3e\x4b\x52\xec\x56\x59\xc4\xa0\x5e\xb7\x0b\x91\x74\x07\x59\x95\xb2\xdd\x37\x07\x18\x18\x1d\x7d\x8c\x92\x14\x92\x8d\x45\x99\x4a\xec\x23\x8e\x36\x98\x16\x57\xa8\xda\x4c\x1d\xa2\xfa\x95\x74\xb1\xeb\x6b\xb3\x53\x92\x55\xe9\x2b\x3c\xd7\x89\x66\x3b\x42\x12\x0b\x4d\xf6\x45\x5e\x4c\xa2\xaa\x29\x94\x32\x70\x7c\x89\x5f\x63\x1a\x81\x66\x0b\xd2\xf4\xfc\x6a\x94\x54\xa4\x95\x6e\xe7\xc1\x03\xdd\xa6\x89\x44\x79\x6c\x51\x0a\x5f\xd8\x80\x3e\x91\x56\x99\xe8\x2c\x4d\x3e\x73\x51\x4b\x37\xd5\xa2\xb6\x0a\xd8\x79\xc1\xe8\x16\x32\x6f\x58\x56\x41\x32\xf3\x96\xdd\xc0\x75\x08\xb8\xc8\x67\x59\xcc\xfa\x5f\x89\xed\x46\x61\xbf\x2e\x7e\xeb\x07\xd3\x81\xd0\xd1\x34\xc1\xa4\x1a\x71\x12\x83\xf7\x0d\x24\xe0\x00\x17\x55\xb8\x91\x41\xdf\x97\x0e\xb5\x2d\xa8\xf9\xa6\x4f\x80\x92\x33\x13\x34\x3b\xcb\xf4\xc4\xb5\x31\xc0\xe7\x3c\x1a\x5e\xc2\x15\x58\x94\xcd\xa2\x14\x97\x8b\x38\x22\x39\xcc\x43\x64\x85\x38\xcd\x50\xe5\xcc\xd5\x98\x96\xc9\x12\xe3\xc5\x12\x94\x53\x5a\x4c\xe9\x0a\x9f\xcd\xae\x6a\x89\x19\xfd\x1d\x34\xa6\x0f\xb5\x22\x46\x76\x53\x23\xb0\x75\x2b\x52\x33\x33\x87\xa5\x11\x87\x0d\x5d\x09\x09\xb1\xb8\xda\xb6\xbc\x6a\xb9\x02\x07\xfa\xfc\xe0\x8b\xb5\x0f\x8e\x81\x52\x77\x6a\x1f\x90\xd4\xd8\x4f\x3f\xf8\xeb\x98\xd2\x01\x97\xbc\xfe\xed\xa9\x2b\x04\x52\xa8\x25\x4d\x5b\x37\xf1\xee\xb4\x08\xb8\x5e\x3c\x9b\x6c\x87\x7c\x17\x87\x7c\xbd\xf1\x7a\x67\xe1\xe0\xfe\xc3\x9a\xc9\x28\xcb\x0b\x6e\x5e\x7c\x56\x2b\x6a\x8d\x38\x2d\x09\xb9\x1d\x82\xb3\x3c\x9b\xc0\x71\xd3\x48\xa7\x66\x2b\xec\xf1\x61\xbb\x42\xdd\xc1\x04\xf4\x12\x5d\x1d\x8f\xf0\x61\x9e\xfe\x1d\x0d\x40\x96\x5c\x71\xe4\x87\x7a\xb8\x17\xc8\x08\x1e\x20\xad\x4e\x95\x1f\xe6\x57\xbc\xd8\x8b\x4a\xde\x24\xc7\xd1\x7e\xbf\x0b\x67\xd1\xb3\x46\xad\xa2\x43\x6f\xd0\x5c\xe5\x06\x35\x1f\xb8\x67\x6c\x1b\x94\xe2\x67\xd4\x68\x21\x7d\xc3\xb0\x01\x38\xf2\xf5\xbf\xc2\x8b\xde\xfe\x57\x64\x26\x54\x39\x3b\xc5\xbf\xbc\xdb\x65\x77\xc1\xc9\xbb\xa7\xf0\x7a\xc3\x30\xd1\x9e\x04\x12\x5b\xb8\xb9\x54\x36\x5e\x13\x28\xa8\xa1\xe4\x74\xd3\x88\x64\x33\x10\x70\x5f\xa6\x02\xdc\xa8\x84\x6a\x05\x10\x11\x1f\x0f\x68\x8f\x56\x37\x2e\x94\x25\xd5\xa9\x36\xd9\x34\x70\x92\xb0\xf6\x65\xf7\x42\xe7\x07\x29\x4b\x94\x46\x0a\x6f\x44\x16\x64\x93\x55\x3b\x53\x78\x48\x7a\x62\x89\xb5\xa6\x44\x75\x90\x18\x0e\xd3\x24\xbb\xb4\xe6\x17\xa0\xc9\x03\xec\xbf\x52\xeb\x8f\xb5\xfa\x43\x26\x2d\xc9\x1d\xd8\x65\xc8\x5f\x10\xa9\x4c\xc4\x26\x9a\x97\xdc\x39\x90\x4a\xeb\x67\xba\x79\x2f\xe8\xba\xdb\x65\x6f\xa2\xb2\xd4\x14\xab\x72\x08\x5f\x10\x9b\x68\xc1\x87\x33\x74\x87\x9b\xa0\x9b\x51\x94\xb1\x2d\x96\xf2\x8f\x3c\x85\x57\x91\x0c\xee\xe0\x60\x29\xbb\x7e\xf0\x40\x92\x1b\xce\x2d\xaa\xd9\x07\x0f\x10\x8a\xe9\x4f\xb4\x52\x5b\x7d\x6c\xb5\xfc\xe1\xda\xe3\xd2\x83\xb7\x07\x8e\x77\xd4\xa2\x49\xe7\xbb\xad\x83\x90\x29\x5c\x48\x15\x12\x0c\x19\x16\xb9\xbc\x7a\x05\xee\xa2\x4d\xef\x94\x23\xb5\x73\x77\x7b\x4c\x50\x81\x71\xd5\x4f\xcc\x68\xea\x29\x9d\x40\x2f\x1c\x78\x02\xca\x36\xfe\x8d\x24\x4b\x06\x03\x00\xd0\x3a\xe8\xbd\x35\x54\xdc\xb6\xc2\x82\x6f\xc4\xd5\x45\x84\x3b\xe2\x85\x37\xb3\x75\x42\xf4\x50\x30\x41\x33\x4a\x93\xa8\xe4\xde\x11\x11\x3e\x2b\xf9\xb9\xa9\xfe\xd8\x0a\x49\x51\xd9\x42\xbd\x18\xd5\x00\xec\x54\xfe\xb9\x54\x90\x4a\xb8\x3a\x6f\x2c\x51\xca\x7a\x0a\xca\x17\xa5\x96\xd0\xdc\xf4\xc4\x0b\xd4\x3b\xdd\x24\x13\x22\x87\x57\x03\x89\x89\x43\x15\xac\x5c\x2d\xd8\xf6\x40\x57\xd9\x0a\x0a\x57\x00\x50\xfd\xd5\x34\xb2\x65\x1a\xd9\x0c\x36\xb2\x65\x1a\xd9\x1a\x2c\x12\xb6\x51\x1c\xef\xe9\x7b\x7e\xf0\xb9\x71\xe7\x95\x5e\xb5\x9b\x5f\xc0\xd3\x52\xb6\x13\xeb\xf1\x1a\x68\xdc\xf3\x39\x83\x3f\x74\x9e\x14\xe4\xb6\x1a\x23\x01\x81\xac\xdb\x00\xc1\x17\x27\xbc\xfd\x51\xf4\xc8\x36\xd8\xa9\xf2\x77\xd3\xa9\x52\x15\x3c\x68\x75\x15\x86\xe0\x5b\xae\xff\x14\x81\xf5\xbc\x0d\xa4\x1c\x93\xeb\xaa\x69\x56\xaf\x45\x28\xff\x33\x74\xa9\x3e\x2f\xdb\x00\xf5\xc5\x9f\xa5\x12\x11\x79\x18\x1c\x9f\xe7\x26\x81\x82\x77\x3e\xaf\x17\x86\x80\xd5\x8b\xbc\x50\xc3\x91\xd8\xb6\x21\x1c\xf9\xcc\xb1\x9a\xca\x42\xdc\x07\x9c\x1a\x2d\x6b\xa1\xaf\xa9\xaf\xcc\x91\xc6\xd6\xf6\x5c\x9a\xcb\x4a\xe9\xc3\x61\x64\x99\x6e\x2a\x84\x88\x25\xff\x4b\xc8\x26\x63\x6e\x4b\x88\xff\x87\x73\xa6\x95\x9b\x92\xda\xc4\x0c\x20\x39\x9a\xba\xbe\x6b\x8a\xee\xdb\xe6\xda\xb4\x4d\xcb\x10\xb3\x6d\xe7\x22\xdb\x18\x4d\x5b\x2d\x72\xec\x0d\x78\xa2\x04\xce\x17\x61\xa3\xa9\x38\xc6\x3e\x17\xab\xcb\x5e\xa5\x52\xb7\x85\x8f\x48\x44\xed\xcb\x87\x02\x1b\x4b\x40\x7a\x90\x12\xbd\xe8\xb1\xd8\x91\xfd\xfd\xca\x89\x0e\xc1\x25\xa8\x5c\xec\x6b\x39\x69\xff\x53\x52\x56\xa5\xc3\xb5\xc0\x0f\xa6\xb4\x13\x27\xf1\xf1\x38\xbf\x82\x53\xbf\xa3\x31\x04\x20\x7c\xb3\x11\xb1\x18\x98\x40\x14\x53\xbb\xd9\x00\x8b\x41\xa6\xac\x05\x8d\xd6\x52\x27\x84\x35\xbb\x1d\xbf\x05\x63\x3b\xb0\xcf\x51\x6b\x6b\x8a\x97\xea\xad\xac\x19\xe7\xb1\x32\xcb\x35\x27\xb6\x74\x2d\xdf\x65\xc9\xa7\x13\xe5\x4d\xc4\x7a\xac\x39\xe9\x9c\x5d\xa0\x0a\xf9\x17\xcc\xc0\xa8\x7f\x7f\x6a\x38\xcb\x7c\x6d\x4d\x40\x47\xa0\x6e\x4c\x3a\x67\xd5\xe7\x89\x1d\xcc\xa4\xde\x00\xb6\xfa\x08\xe3\xa8\x48\xca\x9a\x13\x5e\x96\xd1\xc8\x9e\x3c\xb9\x6b\xcb\x6c\xd9\x18\x10\xa3\x7b\x69\x90\xa4\x44\x2a\x9f\x36\x3e\x63\xd9\x73\x72\x89\x9a\xe3\x2a\x05\xd3\x3d\x06\x24\xe2\x2d\xce\xa3\x26\x86\x0a\xb6\xc1\x69\x34\xbc\xb3\x57\x42\xf5\x99\x35\x93\x6c\x3a\xb3\x7d\x12\xa2\x62\x54\xea\x97\xca\xc9\xa5\x6d\x9a\x0c\xe5\xa3\xf6\xfa\xcd\x7d\xb8\x5c\xd9\xd8\x32\x56\x19\x29\xb7\x35\xc0\xa9\xfe\x8b\x38\x79\xd9\xc6\x1a\x22\xa6\x80\xb5\x2c\x0b\xb2\x09\xfc\x99\x55\xc3\x4e\x34\x9d\xa6\xd7\xf0\xde\x49\x1b\xb0\x6c\xf9\x07\x1b\x7c\x93\x18\x6a\x24\x25\x9a\xd9\xd4\x10\x85\x2e\x6a\x38\xb4\x99\xcf\xaa\x96\xed\x37\xdd\x89\xe2\xb8\x89\x37\x11\x51\x51\x72\x80\x68\xb3\x86\x74\x09\x6f\x78\x82\x4c\x54\xa9\x3e\x3b\x07\xb2\xb0\x41\x95\x04\xac\x49\x07\x34\x19\x19\xf6\x4c\x96\x52\x11\xc4\x7a\xac\xd1\x50\x05\x72\x03\x57\xd5\x8c\xd4\x14\x65\x18\x32\xa6\xca\xe0\x97\x2e\xc3\x40\x31\x55\x66\x9c\x60\x44\x99\x16\x82\xfd\xaa\x67\x36\x51\x55\x1c\xc5\xb1\x89\x5a\xec\x29\x9b\x82\x2a\x85\xf3\x91\x55\x7a\x28\x8f\x98\x95\x0c\x90\x25\xa5\x4a\x94\xab\x62\x98\x23\x53\x2c\x27\x9e\x96\x4a\xc1\xaa\xc6\x8a\x3f\xc1\x35\xdf\x16\x69\xf2\xc9\x07\xa8\x87\xa6\x25\xd3\xaa\xb6\xf6\x54\x9f\x3b\x94\x0c\xd8\xe3\x2b\x4a\x8a\x5f\x6d\x84\x28\x36\xd2\xff\xdd\xf6\xdd\xb5\x0b\x31\xd2\xc1\x09\x7c\xd0\x3d\x13\x71\x08\xaa\x94\xfe\xa9\x20\x7c\xaf\x3c\xe8\x49\xef\x02\x35\xee\x81\x10\x22\x2b\x9f\x16\x16\x30\xc6\x7d\x55\x0d\x91\x1e\x85\x28\x71\x89\xfe\xa3\x78\xc9\x7c\x79\x76\x6b\x51\x74\x90\x55\xbc\xb8\x88\x86\xf2\x6d\x6b\x1d\xab\x76\x4b\x79\x04\x6f\x91\x93\x18\xbf\x8b\x4c\xa2\x62\x44\x5d\x8f\x55\x9f\xed\x8f\x32\x2a\xf5\x57\x69\x6c\x30\x4a\x97\x92\x17\x90\x63\x58\x5f\x12\x59\x1e\x72\x6d\xc8\x9b\x0f\xbe\x4b\x54\xf0\x49\x69\xe4\x77\xe0\x18\xb3\x2d\xa9\x33\xc9\x27\x9d\xb3\xcf\xee\x7e\x64\x9d\x9e\x95\x60\xa2\xd2\x07\xfc\xf4\xa4\xb0\xea\x9c\x25\xe5\xbb\x93\x3d\x4b\x89\x83\xcf\xb1\x25\xfe\xb0\xab\xa8\xd5\x39\x8b\x9f\xd9\x80\xa2\xb0\xe5\x4a\x2f\xd1\x43\x40\x7a\x11\xd3\xb1\x42\xdd\xb5\x2d\x58\x23\x0b\xdd\x62\x62\x09\xd1\x01\x45\x5f\xd6\x1d\x8c\x76\xd1\x51\xea\xec\x0f\x6c\xeb\x69\xc8\x1b\x57\x5d\x08\xd8\xf1\x51\x37\xb4\x2d\x39\xc2\xd7\xc6\xcf\x21\x44\x68\x39\x85\x1a\x3b\x9f\x44\x12\xd7\x0d\xe5\x58\xac\x79\xc0\x01\x45\x92\x18\x5c\x3c\x3f\x16\x01\x04\xda\x53\x7d\x4b\x37\x74\x8b\x97\xfc\x72\x91\x21\x27\x1b\x56\x44\xb3\x9f\xc7\x8b\x81\x0b\x26\xa2\x9c\xc0\x16\x1b\x0c\xd5\x05\x6d\x56\x67\x44\x94\xb1\xa7\x27\xea\xd6\x0d\x2b\x9a\xac\x88\x58\xbb\xcd\x46\x79\x05\xb1\xa5\x52\x09\x6c\xb0\x53\xf1\x8b\x76\xb6\xce\x1a\x83\x10\xff\xa0\x27\xe9\x67\x77\x03\xb7\x18\x41\xc2\xb8\xbc\xed\xae\x50\x9d\xc9\xc8\x23\xa4\x47\xfd\x05\xd7\x68\x42\xfb\xcd\x72\x19\xd8\x9d\x17\xcc\x56\x6e\x4d\x74\xf2\xb2\xe0\x64\xd1\xc0\x86\x0c\xa9\xef\x86\xae\xd3\x2c\xcf\x5a\x7f\xe5\x98\x41\xd3\xd4\x99\x62\xc9\x80\x1d\x99\x85\x7d\xc2\xa2\xf3\xf3\xe2\xe7\x02\x9e\x38\x48\x63\xd7\x7c\x15\x0c\x4b\x58\xdc\x17\x78\xb5\x41\x56\x3a\xd9\x23\x55\x4f\xd2\xd8\xa4\xd7\xd0\x8a\x4d\xcd\x15\x70\x89\xb3\x7b\x3b\xdc\x0c\x73\xe8\x13\xb9\xd3\x3f\x6a\x73\x38\xf1\x5a\x4d\xbc\x05\x2e\x8f\x6e\x47\x28\x4f\x13\x85\x54\x5e\x5f\x14\xcd\x0c\xc4\x02\xdc\xf0\x48\x27\x4d\x81\x67\x93\x7c\xc7\x7a\xf2\xc3\xee\xf9\x79\x11\x02\x14\xdf\x35\xe0\xac\x1a\x6a\x15\xc4\x1a\x7e\x13\x0b\x35\x20\xb8\xc4\xd4\x01\x42\x21\x6d\x53\x6f\x8c\x36\x49\x9b\xb4\xb4\xe5\x6e\xc3\x9d\x92\x57\xcf\xe5\x63\x0f\x46\x8e\xf9\x67\xe0\x95\x22\xe5\xbf\x6f\x85\x7c\xea\xbd\x58\x79\xd3\x65\xb3\x55\x1b\x38\xff\xfd\x1d\x02\xe7\x1b\xce\x41\x37\xac\x57\x88\xb9\xdc\xb1\xe5\x1b\xdb\xa6\xbc\xe2\x67\x80\xd0\x3e\xf4\x5d\xb6\x97\xe6\xe0\x00\x11\xa9\xec\x33\xe5\x38\x9f\xa5\x42\x7f\x1d\xa6\xb3\x18\x63\xa2\xcf\x3e\xeb\x97\xc3\x3a\x7d\x2b\xf9\x81\xb4\xb4\x63\x02\x08\x89\x9e\x5b\x02\x3d\x0a\x9a\x4b\xfb\xb6\x39\xaf\xa9\x87\xb6\x71\x9d\xbb\xf5\x30\xbe\xdb\xbc\xf3\x2e\x0e\x7b\x03\xb3\x95\x74\xbb\x0a\xe3\x47\x9d\xef\x3a\x5b\xeb\x94\x44\xa6\x11\x34\xe1\x37\xce\x3e\x6b\x5a\xd6\x41\x44\xea\xbe\xd2\x04\xab\xf8\x18\x05\xfa\xfe\xb6\xb3\x59\xd3\xb0\xbd\x66\x4d\x5e\x92\x83\x57\x7f\xde\xdf\x3b\x61\xcf\x77\x4f\x76\xf1\x9b\x3b\x41\x37\x7e\x6e\x9e\x40\x4a\x9e\x47\x9d\x47\xdf\x77\x1e\xe3\xd7\x68\x56\x8d\xf3\xa2\x64\xdb\x82\x2b\xd9\xcf\x79\x1e\xb7\xd9\x41\x79\x59\xf0\x8c\xed\x8d\x79\x91\xf1\x8f\x6d\xc2\x6e\x2b\xa5\xe6\xa1\xdb\x8f\x40\xf3\x19\xb1\xea\x61\x6e\x1d\x3b\x11\x8f\x58\xd6\x72\x4b\xd6\x79\x72\x9c\xec\x3a\x76\xee\x1d\xd7\x74\xb1\xe3\xa7\x3d\x52\xc9\x6b\x5a\x6c\xdb\xea\x60\x85\x2c\x3a\x6c\x47\xfe\x68\x6a\x24\x65\x1b\x88\x7c\x47\xe7\x90\xd1\x9d\x98\x74\x37\x4d\x4b\x44\x33\xfa\xcc\xd5\x33\x95\xf3\x4b\x2c\x82\x71\x9e\x5f\xee\x45\x69\x7a\x2e\x8f\x5d\x98\x16\x4a\xd5\x15\xa5\x65\xd3\xca\xf0\xa7\xb2\xd6\x91\x7a\xae\xc9\xc0\x48\x6f\x46\x13\xc6\xc2\x53\xf5\x49\xc9\x92\x92\xc5\xf2\x7a\xb1\xe0\xa3\xa4\x54\x29\x01\xe4\x53\x65\x70\x63\x88\xf9\x2b\xe5\x0c\x92\xec\x9d\x2a\x7f\x0c\x64\xb9\x14\x8b\x7e\x98\x14\xc3\x59\x1a\x15\xe2\xe0\xca\xb3\x98\x67\xc3\x44\xbe\x0f\x41\x86\x51\xf2\xea\x27\x82\x6f\x73\x28\xff\xb0\x06\x46\x47\xc4\x7a\x6c\x68\x88\x62\x8d\x82\xbc\xf5\x8a\x49\xbe\x8d\x6d\xc7\x21\x51\x93\x26\x3c\x64\x0c\xe0\xe8\x9d\x30\xbe\xa0\x39\x9f\xdb\x60\x4b\x44\x8c\xec\x2d\x24\x57\x4c\x3b\x1e\xe9\xfd\xc7\x94\x7d\xac\xc5\xb2\xde\xff\x0e\xb3\xe5\x55\x82\xbc\x24\x8f\x51\x94\xc5\xf8\x64\x6d\xa4\x5e\xf5\xc5\xd7\x8b\xd9\x55\x54\x66\x0d\x48\x83\x66\x35\x84\x63\x95\xef\xdc\xae\x46\x18\xf3\x28\xee\xbd\xe9\x81\x55\x56\x23\x88\xb9\x6e\x35\x6e\xc3\x0e\xba\x1e\x06\xf6\x15\xad\xb4\xd6\x89\xca\x4b\xc9\xbe\x3f\x99\x56\xd7\xcd\xfc\xfc\x83\xd5\x0f\xd9\x59\x46\xbc\x22\x4d\xbf\xd2\xb7\xc4\x94\x22\x36\x5a\x81\x1a\xd0\x81\x4e\x77\xd7\xc3\x58\x11\x55\xdb\xcd\xe3\x89\xff\x84\x28\xb8\x7c\x66\x7f\x83\x8b\xb5\x4b\xc8\xeb\xef\x20\x4c\x11\x27\x04\xcc\xcf\x3f\xb4\xd9\x65\x2b\x08\xca\x98\xf7\x3e\x9f\x5b\x7c\x63\x7f\xba\x09\x8e\x5a\x9a\x6d\x1c\xa0\x10\xc5\xdf\x29\xee\xad\x5f\xa1\xc8\x79\x82\x42\x1f\xf3\x24\xd6\x64\x0a\xb5\x26\xdf\x89\x5f\x75\xb1\x4b\x29\x6f\x3a\x20\xcf\x20\xdd\x9b\xbf\x11\x97\x55\x17\x3c\x5c\x1b\xdd\x59\x48\x89\xda\x5f\x02\x67\xd1\xce\x6a\x18\x4f\xa2\x69\x33\x2a\x8a\x36\xbb\xc8\x2c\x84\x05\x8b\x12\x47\x44\x0b\x6b\xe7\x77\x54\x14\x87\xf0\x9e\x80\x49\xcf\x4c\x78\xc6\xbb\xea\x07\xe8\x67\x6c\x7d\x3d\x09\xac\x35\xa9\x5d\x5d\x64\x02\xa9\xd3\x64\xd0\x66\x98\x2d\x26\xc0\xa6\x92\xa4\x05\x28\x8c\xe1\xc1\xf1\x4f\x15\xcf\x62\x5f\xd4\x90\xfc\x2b\x49\xe6\x94\x31\x7f\xa5\x9d\x03\x16\xa1\x75\x16\x61\x5e\x92\x73\xf4\xb5\xa2\x25\x37\x16\xce\xb6\xf4\xb1\x9b\x6e\xa8\xe9\x6c\xf8\x7d\x44\x7a\xae\x45\x2f\xfa\xc7\xb3\xd5\x1b\x87\x04\x93\xaf\x2f\x82\x6d\xcb\x32\x68\x5a\xfe\x5d\xd7\xb2\x8a\xa6\xa8\x25\x35\x26\xc2\x7e\x77\xb2\x87\xfc\xd8\x16\x34\x9e\x44\x55\x9b\x61\x58\x43\x5b\xaa\x43\xa1\x45\x81\x55\x0f\x05\xdc\xeb\x62\x69\x0b\x32\x7d\x3b\x1a\x08\x6b\xd1\x91\x47\x9e\x37\x51\x21\x4e\x4e\x2f\xd2\x68\xe4\x28\x56\x98\x0f\x37\xe3\xf8\xf2\x73\xcc\xf9\x94\x0d\x53\xd0\x93\xc6\xfa\x2d\xfd\x8e\x87\xaa\x43\x42\x78\x02\x77\x1b\x45\xac\xb3\x28\x66\xd9\xac\xe4\xf1\x49\x7e\xc9\xb3\x72\xdb\x5f\x43\x58\x7c\x20\x06\x1a\x28\xcd\x3f\xf2\xe2\x22\xcd\xaf\xb6\xd9\xc6\x23\xa7\x68\x38\x8e\x8a\xf2\x90\x5f\x54\xaf\x3f\xf2\x62\x1b\xb2\x64\xd1\x62\xb1\xa9\xcb\x56\x43\x58\x25\x68\x99\xdf\x2f\x22\x3c\xf0\x85\x8b\x8f\xf2\xac\x1a\x2f\x02\x40\xf7\xf5\x9a\x81\x97\xbc\x90\x17\x00\x51\xc5\xe3\x1a\x3c\xca\x3c\x5c\x00\x76\xde\x58\x88\xaf\x37\x51\x51\x85\x28\xc7\x6b\x70\x9f\xf0\x22\x89\x13\x3e\x09\x16\x16\x17\xc3\x47\xdf\x3d\x7a\x14\xee\xf3\x8a\xf3\xcb\x38\xba\x3e\x4a\x4a\x08\x97\xf5\x81\x6e\x6a\xd9\x6c\xc4\x6d\x16\x9b\x78\x9a\xc6\xa4\x73\x36\xbd\x60\x32\x21\xb3\xb7\x06\x65\x69\x98\x5d\x17\x8a\x3d\xa8\xe9\xe2\x05\x61\x83\xf9\x44\x6d\xd9\xa2\x7f\xef\xca\x33\x9f\xd8\x39\xc4\xc5\x87\xd0\xd5\xa8\x69\xc6\xd7\x61\x64\x1d\x73\xe8\xb9\x98\x65\xde\xd8\x20\x16\x9c\xf5\xe4\xf6\x85\x56\xb9\xb6\x2f\x42\xe5\x53\x34\xda\x82\xf5\xe3\x8f\x1e\x53\xc3\x58\x9e\x51\x71\xc4\x02\x1b\x4b\x2a\x76\x15\xe5\x81\xe4\x55\xbf\x90\xae\x80\x90\xa3\xe2\x62\x46\x32\xf1\xb6\x59\x85\x1b\x4d\x9b\x55\x4b\xb5\x29\x47\x21\x0a\xcc\x0f\x73\x45\x27\xab\xd7\xc5\xea\x19\x2b\x29\xff\x53\xac\xa0\x30\x43\xc9\xc2\x5a\xae\x82\xcb\x27\xc1\x43\x68\xc6\x76\x38\x34\x40\x5c\x5c\x75\x6f\x54\xe6\xbf\x7c\x22\x2f\xc5\xa1\x91\x8e\xb3\x26\x69\x72\x57\x7f\x0b\x77\x46\x9c\xa8\x93\x46\x88\x68\x21\x54\x92\xf2\x55\x7e\x25\x87\x17\x6e\x79\x2d\x29\x5f\x45\xaf\x04\x1d\x62\x15\x18\xde\x6c\xb5\xbc\x93\x8c\xfa\x87\x63\x50\x12\x95\xfd\xc0\x36\x6b\x41\xd7\x10\x16\x1f\x36\x5f\x02\x64\x24\xe9\x8a\x90\x20\x54\x57\x84\xfd\x19\x25\xd2\x32\x68\x47\x70\x2d\x03\xd7\x7b\xc3\x8a\x58\xa0\x94\x5f\x06\xec\xc8\xfb\x5a\xf0\xa6\x84\x57\x72\x1a\xec\xa8\xce\xa7\x07\x0f\x28\x2b\xa2\xa3\xb9\xa7\x98\x4d\x3a\x67\x01\x5d\x42\x43\x2c\xe5\x1f\x02\xb1\x98\x67\xac\xad\x16\x4f\x76\x4b\x6a\xd0\x4d\xdf\x3a\x11\x2e\xa9\x77\x9e\x8c\x7e\xca\x67\x85\x7d\xe3\xea\x2b\x94\x3e\x2d\xe4\xd1\x20\x29\x5f\x14\xf9\x67\x21\x48\xe5\xb1\x7e\x3e\x67\x6b\x4e\x59\x73\x12\x16\x6e\x54\x9e\x10\xda\xb8\xbd\x07\xcf\xb1\x8c\x2c\xf4\xda\x9a\x4b\x76\x31\xd9\xf9\x12\xc5\x52\x72\x18\x32\x8c\x77\x50\x81\xcc\x93\x5a\x01\x7d\x15\xbd\xa2\x7b\x27\xc4\x1a\x82\x34\x5c\xab\x91\x97\xf2\x98\x10\x10\x95\x38\x3f\xad\xa5\x07\x7a\xbf\xaa\xb7\x2e\x7a\x81\xc3\xb4\x4f\x8f\x80\x15\xef\x4d\x3a\x1b\xe1\x93\xe5\x11\xbe\xec\x32\x35\x36\x74\x69\x7b\x8f\xd2\x32\x87\x22\xf9\x5a\x38\x83\x57\xd3\xc1\x44\x28\xdf\x98\x6a\xeb\xe6\xca\x9c\x5d\x71\x36\x8c\x32\xd9\x4e\x7a\x2d\x15\xdf\x7c\x56\x94\x3c\xfd\xa8\xed\x79\x35\x46\xfb\x26\x58\x29\x3d\xa3\x3d\x1c\x14\xa9\x40\xc7\xab\xd0\x03\x71\x12\x19\x15\x18\xdb\xa4\x3d\x3c\x9c\x19\xce\xa7\xd7\x7b\x79\x76\x91\x8c\x9a\x55\xde\x86\xf8\x40\x6f\x86\xdd\x33\xa7\xc0\xbd\xed\xee\x7a\x9e\x4a\xe8\xe0\x88\xa7\x54\xcf\xec\xae\x8f\xac\x36\xcf\xac\x51\xa3\x86\x40\x4a\xf0\xea\x2e\x1a\xc5\x71\x6d\xf9\x0b\xaa\xca\x3d\x20\x31\xee\x50\xe5\xb0\x76\x57\xd7\x71\x4d\x57\xa6\xf1\x5b\x35\x77\x11\x6e\xee\x42\x37\x77\x71\xab\xe6\xd2\x70\x73\xa9\x6e\x2e\xbd\x55\x73\x52\xba\x07\xdb\xc4\x32\xdd\x30\xfe\xbc\x55\xeb\xd5\xe7\x80\x20\x14\x4d\x83\x0b\x26\xd3\x40\xb7\x9b\x1f\x70\x76\xa9\x61\x87\x77\x27\x7b\x84\x09\xde\x9d\xec\xdd\xaa\x69\xe9\x6d\x12\x6c\x5b\x3b\x9c\x50\xd0\x5b\xb5\x3e\xad\x61\x05\x38\x95\xb8\x52\x0d\x56\xe6\xed\x38\x03\x8e\xee\x35\xec\x01\x65\x86\x47\xe0\xe7\x22\xcb\x46\x68\x39\xfb\x6f\x57\xf9\x07\x83\x40\xbd\xfa\x83\x82\x10\x2c\x01\x21\xe1\x1b\x78\x18\x8a\x1c\x89\xff\xa9\xa8\x17\x02\xf1\x08\xf3\x31\x0a\x2c\x17\x43\x17\x6c\x08\xdf\x53\xb9\x95\xd5\x36\xb4\x9d\x54\x79\x60\x3f\x91\xb7\xd1\x26\x51\xa8\xca\x72\xc6\xa8\x50\x96\x7e\xa6\x43\x90\xcb\x16\xbe\x54\x5c\xc3\xf1\x49\xc2\x10\x6c\xd1\x03\x21\xa6\x89\x6b\x10\x48\x7c\x54\x57\x0f\x3b\x4c\x7f\x33\x7a\x3c\xdb\x66\x81\xed\x1b\x5e\x14\xec\xa8\x33\x51\x80\x9d\xfc\xfe\x9c\x56\x08\xa1\xc4\x96\x2a\xe3\xec\x12\xcc\x6f\xcc\x59\x9a\xe7\x53\x71\x3a\x1c\x46\x25\x67\x96\x9b\x1d\xaa\x15\x25\x34\x8c\x4c\x61\xb5\x24\xdf\x90\xec\xd8\xf8\xfa\x7b\x5f\x4f\xee\x7e\x1e\xea\x81\x6d\x32\x70\xc6\xc4\x3d\xd7\xf3\x2e\x6a\x3d\x5b\xda\x98\x77\xe4\xac\x3f\x71\xca\x29\x77\xaf\x1f\xc2\xa6\xeb\xfc\xfc\x03\x35\x5c\x1f\xe9\x77\x18\x44\x7d\x72\xbd\x24\x00\xfd\x3d\x51\x69\x62\xa6\xcd\x7a\x53\xde\x55\x54\x64\xcd\x49\x39\xf2\x4e\xc2\x21\x12\x95\xb3\xe9\x54\x8c\xfc\xb9\x74\xac\x4d\xf2\xec\xe7\x08\x32\x36\x90\x49\xf0\xb4\xf1\xa5\x3e\xf2\x36\xb8\x72\x81\x17\x98\x91\x11\xb8\x53\x4b\xc1\x9a\x0d\x82\x11\x0c\x29\xc9\x46\xdb\xe8\xc7\x51\x8e\x02\x9c\x1a\x32\x69\x4a\x5f\x61\x41\x8c\xa0\xbd\x1e\x9e\x4d\x04\xe7\x38\xe3\x70\xeb\x4e\xa3\xd4\x75\x1d\x97\x22\x8a\x36\x18\x91\x81\x98\xb1\x41\xf9\x27\x48\x2c\x5f\xd4\xaa\xd0\x66\x06\xfc\x4a\xf2\xaa\xda\x19\x27\xf3\xa5\x19\x66\x05\x91\x63\x08\x76\x41\x7c\xf9\x3d\xc3\xa0\xfa\x17\x15\xa3\x9a\x12\x57\x89\x54\xff\xec\xe7\xa8\x9d\xb6\xd4\xd5\x86\xed\x69\x15\x10\xcd\xfe\x45\xc7\x68\xe1\x4e\x23\xdb\x57\x9e\xf1\x41\x84\x49\xd4\xa5\x0e\x3f\x48\x06\x96\x9f\x44\x6d\xdb\xaa\xfd\xf5\x1e\x6b\xf4\xfb\x19\xb8\x40\x26\xe0\xf8\xc8\xea\xfa\xd3\xc3\x10\x67\x88\x24\x23\x9d\x6e\x0e\x16\xf6\xc3\xfc\xcb\x07\x5a\x17\x5f\x78\x5c\xda\x02\xc1\x58\x20\xb0\xce\x1a\xb8\x42\x68\x53\xa7\x97\xfc\x7a\x20\x8a\xda\x0b\x47\xc1\x7c\xee\x5a\xb1\x08\xa7\x24\x2a\x46\x18\x1d\xd2\xdc\x6c\xb3\x8d\x47\x98\x48\xff\x2d\xbc\xb2\xc6\xaa\x22\x4a\x52\xf0\x86\xc8\x27\x93\x08\x1f\xb3\xc3\x90\x95\x60\x57\xb5\x27\x67\xaf\x47\x3d\xc1\x35\x03\xab\xc1\x5a\x2c\x08\xbc\x36\x8b\x0a\x6f\x89\xd5\xd4\x03\x99\x14\x6e\x6e\x52\x8e\xd8\x7a\x3d\xb6\x82\x97\x76\x15\xae\x30\x3f\xf5\xb0\x8b\xe3\x6d\xca\x96\x49\x92\xb9\xa4\xc3\x85\xbd\x18\xcf\xe0\x56\xa7\xac\xa2\xe1\xa5\x0f\x1a\xa2\x0a\x95\x96\xa1\x4b\xf2\xf0\x8d\xf8\x45\x56\xef\x3d\xa9\x6b\x82\x74\x0e\x19\xe7\x89\x70\xc4\xdc\x52\xfe\x69\x58\x8b\xf9\xe3\x64\x32\x4d\xb9\x74\xa8\x0e\xed\x7f\xb7\x16\xd2\xf5\x02\x5a\xf7\xb1\x40\xbb\xa7\xb8\x63\x6c\xaa\xd7\x81\xde\xaa\x1d\x52\xfa\x55\x83\xe6\x10\x8b\x5c\x2b\xec\xe7\xd6\xb4\xd5\x52\x83\x44\x52\x30\x5b\xe1\x79\xa1\xbc\x3d\x57\xbd\xaf\x57\xc2\x58\x55\x0c\x45\xd3\x79\x77\xfa\x0a\xb8\xf5\x25\x2e\xf6\x55\x63\xab\x5d\xee\x0b\x3d\x31\xa0\xc1\x0b\x4e\x04\x03\x0a\x4b\xfc\x8b\x7a\xa1\x05\xfb\x55\x98\x2f\xe0\x11\xaa\xf6\x6a\x5c\x1e\xa4\x10\x2a\x2c\xd3\xf0\x21\x46\x3d\x0b\xa2\xc6\x82\xa3\xd1\x38\xc1\xbd\x0f\x5a\x0e\x49\xb9\x85\x82\x16\xaa\x37\xce\x60\x13\x5c\xd4\xc8\xa2\xf3\x15\x6d\xab\x73\x86\x23\xd3\x43\x7c\x66\x9d\x0b\x0e\x79\x96\x08\x85\x38\x2f\xe2\x24\x8b\x52\x30\x6b\x83\xd7\xec\x70\xc8\xa7\x55\x09\x2f\xa3\xb2\x48\x3e\x5b\x04\x5b\x6d\x1c\x27\x18\xc0\x98\x5b\x0d\x49\x88\x75\xd6\x9c\xe6\x65\x99\x9c\xa7\xd7\x2d\x56\x56\xb3\x0b\xa1\xad\x4e\x44\x8b\x90\x4e\xeb\x2c\x8e\xae\x5f\x5f\xc0\x15\xc3\x6b\xec\x51\x1c\xdc\x79\xc7\x6a\xea\xe4\xf5\xf3\xd7\xdb\x6a\x13\xeb\x7f\x95\x13\xc0\xfe\x57\x90\x24\x0b\x9c\xf1\x92\x0c\x1f\x78\x45\x1f\xe7\x82\xa7\x3c\xb2\x5a\x92\x87\xad\x60\x87\x6a\xd8\x78\x10\x7b\xcb\x47\xfb\x9f\xa6\xde\x1a\x5a\x50\xbf\x83\x2f\xbc\xc0\x7b\x6e\x00\x96\xfb\x85\xc1\xcd\xa2\x31\x0f\x6e\x11\xdd\x7e\x3f\xfe\x6d\xab\xfd\xe8\xa6\x2b\x2b\xaf\xb2\x6a\x26\xbc\x18\x71\x3c\xe1\x96\xcd\x69\x54\xf0\xac\xda\x93\xbc\x3e\x1c\x27\x69\xbc\x17\x5e\x51\xe8\x2d\x23\xf5\xeb\xdf\x6e\xda\x8c\x56\x75\xaf\xba\x1c\xf6\x83\xb5\x07\x2b\x46\x2c\xbf\x9a\x4e\x58\x60\x0d\x1a\xd0\x36\xab\x5f\x3f\xb8\xd0\xe4\x45\x2c\x45\x0b\xad\x0d\x10\xb5\xa5\xcb\x49\x9b\xb2\x78\xc1\x25\x5f\xa9\xed\x15\xbf\xdd\xd4\x68\x2d\x92\x22\x1a\xd6\x26\x8c\xec\x62\xe5\xba\x3e\x76\xf5\xa2\x00\xdf\x57\x73\xe0\x17\x1e\x61\xdc\x41\x79\xb5\x6f\x2d\x77\xe4\xc3\xca\xba\xd1\xbb\xca\x1c\x8b\x43\x2c\xce\x0a\xb1\x48\xe0\x70\x66\x98\xc6\x66\x69\xe0\x9a\xe0\xfd\xd4\xda\x42\x46\x0b\x56\x59\xc4\x64\x36\x74\x90\xfc\xdd\x2e\x9b\x44\x97\x9c\x95\xb3\x82\x33\xcc\xba\x5b\x62\x5e\x24\x7d\xcd\x10\xe7\x59\xa3\x62\x93\x3c\x4e\x2e\xae\x25\x1d\xa4\x00\xf6\x9b\xa3\x33\x49\xd6\xa5\xfe\xbc\xe0\x38\x7a\x3b\x3f\x33\xf0\x5d\xe2\xa1\xad\x16\x58\x10\x37\x8a\x3a\xbe\xd3\x8f\xed\xfb\x76\x34\x57\x27\x02\xbf\x51\x7e\x5d\x6a\x65\x86\xdc\x01\x8a\xef\x56\xdb\xe2\x83\x76\xbf\xe8\xc8\x6a\x2c\xc8\xb0\x12\x94\xe4\x2c\x0f\xb8\xa0\x86\xae\x61\x24\x95\x55\xde\x25\xfa\xd9\xa8\x13\xb7\xf1\x67\xad\x51\x26\x18\x75\x0e\x4c\x56\x38\xe3\x84\x95\x77\x33\x87\x2c\xe4\x7d\x81\x1a\x3a\x78\xe2\xec\x45\x29\xcf\x62\xc8\xbd\x4d\xfd\x5e\xa2\x09\x7f\x1e\x5d\x6f\xb3\xc6\xe9\x49\x1e\x47\xd7\x2c\xaa\x06\xec\xf0\xa4\x41\xa8\x22\xb6\x4e\x0d\x32\xc9\x8b\x22\xbf\xaa\x81\xfa\x99\xf3\xcb\x6d\xd6\x88\xe3\x38\x66\xa7\x3e\x48\x1a\x95\xaa\xa1\x5f\x78\x59\xf1\x22\xdc\x9f\x00\x93\x2d\x9d\x1e\x46\x65\x35\x60\x75\x0d\x0a\xe4\xf7\xd3\x92\x6f\xb3\xc6\xa1\xfa\x1e\x38\x7f\x0c\xe5\xc8\xf1\x65\x70\x88\x2c\xce\xf2\x2b\x6f\xb7\xcb\x67\x15\x38\xdb\x2a\x65\x48\xd6\xc2\xe3\xb9\xde\xbe\xf5\xe7\x86\xea\xbd\x41\xf9\x44\xdf\x1d\x6b\x1d\x10\x9b\x6d\xb1\x1d\xd9\x81\x8e\xf4\x91\x58\x6c\xcb\xef\xb5\x4b\xf1\x33\x2f\xf2\x17\x49\x9a\x36\x51\x71\x6a\xcb\x97\x7f\x0e\xe5\xd3\xe6\x17\x79\x31\xe4\xc7\xc9\xc8\x37\x9e\x45\xe7\xd2\xeb\x18\x0c\x32\x6c\xdd\xa4\xe4\xc7\x96\xdc\x1d\x5c\x74\x54\x9e\x40\x5f\x82\x0a\xa4\x17\xb6\x61\x1a\x33\x39\x41\x69\x5d\xf9\xd0\xa4\xd4\xed\x7e\xb4\x5d\xc6\x6b\x8e\x1e\x50\x67\x87\x35\xf5\x08\xd8\x0e\x6b\xac\xc3\x33\xbf\xf0\xc8\x44\x63\xc3\x3f\x46\xc3\x10\xa6\xf9\x55\x73\x6b\xb3\x8d\x3f\x26\xd1\xa7\xe6\x66\x9b\x22\xdf\x6a\xe9\x63\x87\x38\x3f\xcf\xce\xcb\xaa\x68\x6e\x79\x4d\xe9\x11\x2d\xd0\xa0\xc0\x06\x09\x4e\x23\x55\x92\x8d\xd0\x0d\xc2\xf5\xc2\xe8\x36\xfb\xfd\xd3\xd3\xbf\xf6\xfb\xa7\x83\x87\xfd\xfe\xa0\x35\x6f\xf6\xfb\xfd\x7e\x6b\xa7\x79\xfa\xd3\x78\x30\x99\x34\xcb\xb2\xb5\x33\x3f\xca\xe7\x47\x47\x3b\xe2\xff\xe6\xcf\xf3\xf9\xf3\xe7\xf0\x3f\x3b\xe2\xff\xe6\x71\x1c\xef\xc4\x3b\xf3\x38\xdf\x99\x5f\x9d\xe6\xf3\xab\xc1\xce\xfc\xe7\xd3\x7c\xfe\xf3\x60\x67\xfe\xbf\xe6\x3b\xf3\x57\xbf\x6d\xb5\xbf\xb9\x99\xff\x02\xff\xe6\xe6\x7f\xe7\xbf\xfc\x32\xbf\xfe\xed\x51\xfb\xc9\xcd\xfc\x3a\xdf\x99\x8f\x46\xcd\xd1\x68\xb4\xd3\xda\x99\xbf\x7c\xd9\x7c\xf9\xf2\xa5\xf8\x8b\xcf\xf7\xe7\xd1\x7c\x77\x3e\x1e\xef\xcc\x7f\xfa\x69\x67\x7e\x79\xb9\x33\x9f\x4c\x76\xe6\x65\xb9\x33\x3f\xfe\x6d\xab\xfd\xfd\xcd\xfc\xd3\xfc\x2f\xf3\xcf\x9f\x77\xe6\xbf\xfe\xba\x33\xef\xb4\xba\xd4\xce\x08\xd7\x57\x2f\xbc\xc1\xd7\x8f\xf7\xf0\xe4\x78\x7e\x78\x32\x3f\x3c\xdc\x11\xff\x37\x4f\x7f\xdb\x6a\x3f\xb9\xb1\xdb\x44\x5a\xaa\xb5\xa1\x93\x51\xdb\xc5\xd0\x93\x0d\xf3\x8c\xdc\xf6\x54\xa2\x78\x5b\xfc\x68\x1c\x35\xf4\xd7\x69\x14\xc7\x3c\x16\x9f\x4f\x1b\x47\x47\x8d\x36\x7b\x34\xd0\x65\x52\xe5\xde\x16\x35\x72\x53\x45\x45\xe8\x38\xcf\x89\xc9\xe7\xfb\x85\x22\xdf\x6c\xb1\x75\xb6\xa5\x44\x2f\x4d\x52\xf6\xc2\x60\xda\x04\x84\xda\x12\x83\xb6\xea\xad\xcd\x82\x51\x42\xc0\x51\xb3\x6c\xe8\x47\x08\x31\xdb\x3c\x3a\xd4\xa1\x44\x6e\x14\x39\x65\x3e\xd9\xd4\x02\xe3\x37\x59\x80\x70\x62\x54\xed\x0e\x9a\x9e\xb2\x50\x6f\x2a\x81\x21\x86\xae\x25\xbd\xe9\x3a\x05\xd0\x81\xc4\xa9\xbe\x45\xa4\xd6\x6a\x4d\x22\xec\xe9\xe6\x60\xb0\xf2\x50\xb5\xd0\x14\xe0\x35\xf6\x2d\x35\x65\xa7\x5b\x03\xfd\xe7\x23\x5f\x85\xaa\x1f\x83\x9c\xe9\xd5\x06\x21\x81\x57\x1f\x02\xb0\x21\xde\x21\x3f\x8f\xaa\xa8\xd9\xea\xc8\x26\x6a\xac\x9c\x8b\x46\x5a\x63\x41\x10\x18\xfa\x45\x2b\x50\xc0\xdf\xa5\x0a\x38\x84\xbb\xe2\x22\x60\x87\xc2\xe4\xdf\x62\x23\xd4\x6f\x23\x9d\x9e\xf6\xfb\x65\xbf\x7f\x3c\xe8\xfa\xba\x12\x8d\xb4\x31\x19\x76\x85\xf4\x99\xf7\xfb\x83\xaf\xe5\x9b\x2f\x0b\x1d\x8b\x9d\xba\x42\x5a\xd9\xd5\x42\x31\x24\x97\x72\x2c\x7a\x1f\xc7\x49\xf5\x37\x59\x08\xc2\xeb\xc9\x39\x97\x63\x72\xb7\x0c\x77\x02\x5c\xa5\x33\xe0\xaf\x63\xee\x5e\xd4\x5b\xbb\x18\x8e\x42\x1f\xf8\x0d\xbc\xb1\x6b\xf5\x72\xc1\x9a\x41\x56\x54\xaf\xea\x86\x6f\x40\xc8\x03\xbd\x8b\x6b\xaf\xec\x50\x47\x5a\xac\x61\x13\xfa\x0a\xb1\xd5\xa6\x35\xaf\xde\xcc\xfa\x2f\xaa\xd1\xca\x96\x52\xd7\x68\xd4\xb8\x60\xd3\xdf\x01\x07\xec\x5a\xea\x8a\x7f\xb2\xf5\xf5\x1e\x55\xf8\xf4\x58\xc2\x8b\x6e\x47\x93\x83\x68\x82\x92\xb9\xc2\x35\xb6\x75\x8d\x95\xec\xf9\x96\x3a\xc9\x42\xa7\x82\x6e\x57\x76\xc8\xe2\xa8\x52\xa1\xf8\x19\x3e\x3b\x0e\x5f\x82\xfe\x13\x58\x45\x5e\xa9\x1b\x9c\xdd\xb5\xbd\x36\x59\xe0\xd6\xa0\x9d\x24\x2d\xb9\x26\xbd\x73\x31\x3f\x61\x9d\xbf\x8c\xc4\x58\x9c\x7b\xa7\x51\x26\x37\xe0\xa6\x8a\xa8\xb1\x5b\x6c\x3d\xab\x55\x39\x4e\xf1\xf7\xc0\xd5\xe2\xea\xc0\xe6\xf3\x05\xc2\x20\x74\x1d\x5d\xd3\x50\x73\x52\x2f\x6d\x82\x23\x92\x8e\x46\x9e\xdb\x20\xeb\xb1\x6f\x6c\x49\x61\x44\x30\x48\xb8\xc3\x3c\x1b\x09\x52\x12\x15\x25\x24\x87\x09\xca\xd8\x55\x27\xb5\x2a\xaa\x2a\xf3\x39\x0a\xd0\xba\x79\x09\xaa\x89\x1d\x71\x88\x3b\x80\x47\x6a\xed\xa3\x80\x7c\x1f\x2b\x81\x23\x02\x7b\xf0\xa0\xa6\x7a\xc5\x4b\x45\x09\x9f\x89\x34\x27\x48\x99\xab\x24\xbb\xbf\x7a\x82\x8d\x07\x0f\xfc\xb5\x94\xb3\x81\x5d\xf9\x74\xbb\xc1\x8b\x7f\x09\xdb\xc0\x07\xfa\x83\xc4\xb4\x78\x68\xc1\x61\xde\xc6\xd4\x3e\xd2\x1f\x9e\x1c\x6f\xb3\xc6\x78\x7b\x32\xd9\x2e\x4b\xb6\x4b\xe5\xde\xe1\x89\x2c\x71\x3e\x6f\xb3\xc6\xd1\x51\xf7\xf9\xf3\xae\x38\x58\x58\x25\x58\x74\x74\xc4\x9e\xb7\x99\x5f\xe8\x96\xb2\x40\xdb\x08\x25\x8e\xf0\x6d\xb6\x00\x36\x70\x6e\x77\xf8\xf1\x92\x5f\xfb\x9a\xb4\x1a\x3f\x1e\xce\xed\x1a\x70\x72\x6f\x87\x78\x07\x52\xd5\x2e\xa8\x65\x67\xb3\x1d\x78\x8e\xb4\xb2\xdb\xf9\x9c\xad\x91\x06\xeb\x96\x97\x35\x9b\xde\x94\xd7\x62\xae\x19\x1c\x1a\xb7\x5b\xae\xd3\x33\x3c\x28\x9a\x88\xb6\xca\x2f\x6b\xad\x56\xb5\x0a\x22\x1e\x3f\xc4\xc4\xf9\xa1\xc7\x01\xb0\x15\x80\x9e\x3f\x5f\x01\x48\xf0\x4b\x23\xa0\x9a\x2e\x0b\x66\xca\x2f\xa5\x93\xc3\xd6\x8a\x6e\x03\xa6\xa2\xbb\xb9\xba\xc4\x54\x37\xfb\x21\xa1\x5f\x3b\x89\x0b\xd6\xf0\x81\xd9\xf5\x84\x7e\x22\x7f\xc2\x06\xdc\x08\xdc\xed\xd2\x3d\x32\x70\xaf\xab\x1e\x8c\xd5\x50\x0b\x7a\x96\xf7\x53\xa2\xd7\x3f\xc5\x74\xb1\xca\xf2\xe7\xc1\x9b\x2c\x71\xf4\xd7\x97\x4f\x3e\x82\xea\x70\x22\x6d\x4b\xb5\x28\x4a\x38\x2d\xb5\x01\x05\x69\x38\xaa\xf1\x30\x00\xa4\xde\xf2\x14\x34\x14\xe9\xdf\x40\x63\x9f\x67\xd5\xac\xe0\xdb\xac\x91\x64\xec\x4f\x25\x1d\xcf\x34\x2a\xab\x6d\xd6\xf8\x53\xc9\xa2\x51\x6e\x59\x0e\xb7\x59\x23\x62\x17\xfc\x8a\x95\x7c\x98\x67\xb1\x55\xab\x14\xa5\x7f\x8a\x43\x45\x13\xa8\x87\xd9\xfa\xac\xef\x13\xac\xa2\xf2\xf8\x91\xa2\xb1\xa8\x92\xb1\x71\x3e\x2b\xac\xcf\x63\xac\x21\xbe\x5b\xf0\x31\x74\x11\x47\xd7\xd6\xc7\x18\xa1\xe3\xe8\xda\x02\xbe\x02\xe0\x2b\xce\x2f\xad\xaf\x57\x08\x2d\xbe\x5b\xe0\x47\x88\xbe\x98\x59\xeb\xf3\x91\xc4\x5e\x14\x58\x15\xae\xa1\xc2\x35\x8f\x2c\xdc\xaf\xaf\x11\x5e\x7c\x2f\x17\x08\xf0\x82\x4c\x99\xb6\x5e\xca\x0c\x2c\xc7\xb3\x8b\x8b\xe4\x53\x5b\x27\xb8\x13\x0a\xb4\x98\xc6\x65\x66\x59\xda\xe6\x29\x56\x5e\xc9\xfe\x6a\x2f\x66\x65\x8c\x5d\x19\x2b\xbb\xba\xb2\xd9\x9a\x43\xe5\x9f\xe2\x6e\x52\xcb\xc5\x9a\x20\x82\x1f\xb1\x41\x78\x20\xb4\xcd\x94\x71\x78\xf1\xb6\x66\x8d\x19\x5e\x16\xc5\x47\x7e\x1a\xc8\xf9\x60\x31\x15\x4d\x2f\xb1\x44\x2b\x85\x7d\x47\xb6\xaf\x4d\xd3\xdb\xae\x26\xd5\xfd\x53\xd9\x4d\x34\x76\xa1\x45\x69\x5e\x44\x08\x79\xfc\x44\x71\xfc\x2e\x4b\xaa\x5d\x01\xd4\x9c\x65\x49\xd5\x66\xe5\x38\x2f\xaa\x71\x94\xc5\xde\x60\x53\xf5\x84\x0e\x64\x68\x4d\x2a\xfb\x55\x1d\x32\x22\xf5\x58\x82\xae\x30\x20\x2f\x28\x98\x56\xd6\x59\xa3\x6c\xd0\x22\xdd\xf5\x40\xf6\x50\x3b\x3f\xfa\xe9\x04\x81\x3d\x62\x5e\x06\x25\x19\x9a\xe8\xa0\xdc\xb2\xcf\xb9\x5c\xa6\x50\x00\x48\x38\x4c\x58\x5f\xec\xa1\x0e\x5c\x26\x73\x03\xe7\x16\x20\x8c\x77\x62\x88\x36\xa8\xeb\x32\x9e\xc7\x25\xb6\x79\x08\x07\xe3\x26\x1d\x03\xac\xf8\x67\x40\xde\xf8\x21\x49\xf2\x96\xdf\xb1\x53\xa8\x5b\xdc\xba\x9e\x99\x7f\x37\x46\x40\x17\xdd\xf3\xdb\xc8\xd0\xd7\x2d\x70\xac\x50\xb3\xc6\x11\xc7\xae\x5b\xab\x3a\x38\x24\x39\xb5\xab\x09\x9e\x21\xb8\xde\xed\xca\xdb\x63\x20\xa7\xcf\xd0\x0a\x9b\x16\x49\x5e\x24\x32\x10\x6d\xc1\x22\x7b\x83\x70\xd7\x72\x9d\xc9\x6a\xb6\xaa\x6c\xda\x02\xbe\x43\x6f\x21\x84\x5b\x98\x08\x40\x56\xfb\xcc\x63\xb2\x20\x5e\x3b\x97\x9f\x02\x59\xb9\x12\x02\x59\x21\x5c\x97\x90\x99\xe0\x93\x60\x3b\x01\x26\x51\x70\x6d\x36\x0b\xb3\x07\xae\x22\xb8\x43\xfd\x0d\x7e\x6c\xb3\x99\xa1\xc1\xb6\x35\xf0\x01\xbb\x59\xed\x7a\x1c\x1b\x85\xa7\x1f\x8c\xf2\xec\x65\x5c\x21\xb3\x19\x75\x54\x8f\xf0\x20\xab\x43\x5a\x68\xbd\xe5\x4b\x66\xe8\x66\x41\xb8\xfc\x21\x8f\xa6\xf0\x26\xb2\xd8\x66\x83\xae\x7c\xa2\x80\xfd\x89\x3d\xd1\x11\xb9\x4c\x7e\xd9\xda\xdc\x04\x47\xbe\x4d\x38\xbe\x2b\xb0\xcd\x4d\x2b\x99\x93\xdf\x67\x74\x5e\xbe\x48\xf3\xbc\x08\xe9\x70\xb0\xa0\xf0\x76\xef\x87\x40\x84\x52\xb7\xcb\x36\x36\xd9\xc6\x8f\x6c\x33\x48\x21\xb8\xa9\x1b\xf2\xc4\xa8\x87\xf3\xf9\x0a\x59\xa5\x68\xed\x0b\x8a\xd9\x2a\x16\xe9\x0a\x5e\x84\x55\x46\x70\xc8\xa0\xcd\x8b\xa1\x7a\xee\x56\x55\x17\xdc\x3b\x14\x05\x3c\xd6\x97\xa5\xeb\x81\x4a\x7e\x68\xe6\x4c\xbf\xa2\x6e\x11\xc9\x6e\x6c\x4d\xcd\x4c\x52\xbe\x80\xc0\x1c\xbb\xdc\xe7\x6a\xd5\xb0\x9e\x0b\x1b\x7e\x89\xe1\x00\x6a\x2f\xb4\x6a\xbf\xe4\xd5\x31\xaf\xa4\xb0\xb0\x92\x1a\x3b\x4d\x19\xd6\xc7\x78\xdb\xd0\x52\x45\x64\x17\xb9\x1f\x95\xbc\xfa\x7a\x4b\xde\x47\x60\x9f\xd8\x5a\x40\x82\xd6\x44\x04\xd9\xf9\x86\xdd\x4a\x76\x86\x5f\x5a\xb2\x34\xbe\x7b\xa4\x3b\x10\x88\x2d\x12\x0d\x8b\x64\x24\xda\x6f\xa1\x85\x00\x11\x27\x39\xb1\x86\xba\xca\x01\x66\x0f\x3f\x6d\x8c\x78\xd5\x60\xeb\x32\x95\x37\x06\x57\xee\xb0\xc6\xbb\x93\x3d\x75\x15\xbe\x0e\xed\x0f\xdc\x16\x20\xb0\x6c\x91\xa7\xec\xd7\x5b\x06\x3b\x45\x78\x2f\xf9\x06\xc5\x50\xbe\xd0\xf1\x2a\x7a\x25\x27\x7d\x45\x57\x2c\xd1\x01\xea\x41\xea\x21\x77\x3f\xc4\x08\x6a\x1b\xa1\x26\xfa\xbd\x86\x17\xdf\xc3\x7e\x57\xa2\x5c\xdd\xc1\x8a\x96\xb7\x6a\xa1\x62\x3c\x12\x43\xea\xda\xef\x6d\x90\x9a\x88\x1b\x5c\x61\x28\x1f\x6a\xd9\x51\xcd\x4e\xb9\xea\xec\x84\xb5\x0b\x68\xbf\xe6\xfe\x8d\x8c\xb1\x06\x42\x9c\xf7\x0e\x32\x38\x8a\x23\xa6\x6d\x5a\x29\x70\x5f\xe0\xb1\x71\xed\x2a\xb8\xf5\xf8\x82\x94\xf2\x77\x50\x2b\x30\xf3\xf5\xd1\xfe\xab\x93\x63\x9f\x37\x41\x5b\x7e\x29\xe5\x90\xad\x62\x2b\x55\x22\xa8\x8b\x3b\x57\xe5\xe4\x70\x03\x77\xdb\xa8\x66\xd7\x5e\x3b\x10\x98\x25\xb9\x88\x88\x3c\x09\xac\x2c\xc0\x5e\x49\xd1\xb2\x6e\x65\xf9\x87\x84\xba\xf8\x26\x6f\xc8\x54\x9b\xf7\x06\xce\x1c\x05\x11\x5f\xd4\xac\x55\xd7\x82\x29\x69\x42\x19\x73\x4c\x6d\x0c\x10\x23\x1f\xc2\x21\x62\xde\xdb\xa1\x56\x0b\xf5\xb7\x66\x30\x0d\x04\xf8\x34\x19\x74\x90\xc5\x00\xe1\x60\xd1\x22\xbe\x0b\xb2\xf8\xaa\x6c\x74\x5b\x56\xaa\x61\xa7\x15\x17\x07\x5b\xcc\x62\x90\xa0\x22\xaa\x86\xe3\x2d\x69\x6c\xeb\xb6\xc5\x32\xc2\x7f\x9b\x6c\x83\x11\xf9\x06\x70\x8f\x24\x9c\x0d\xba\x09\xa0\x2e\xec\x63\x65\xc0\x7b\x7c\x63\x60\x37\x25\xac\x0b\xfc\x44\x01\x3f\x31\xc0\x9b\x1a\xd8\x85\x7e\x2a\xa0\x4f\xd7\x37\x06\x3b\xa2\xca\x53\x59\x65\xe3\x7b\xf8\x27\xab\x78\x95\xb6\xaa\x9c\xa0\xbf\xe3\x0d\xd5\xc3\xbf\xca\x9f\x18\x78\xaf\x96\xe9\xc9\xa9\xf7\x4d\x95\x3f\x75\xeb\x39\xb5\x97\xe1\xf9\xd8\xd8\x3e\x29\xf1\x14\xa2\x81\x1a\x4f\x4c\x8d\x27\xa1\x1a\x81\x2a\x36\x11\xb7\xda\x2b\x92\xf1\x5d\x56\x26\xa3\x0c\x64\x80\xe8\x70\xdd\xed\x2c\xc9\x2e\x9c\x1a\xc7\x1a\x5e\xf5\x66\x2a\x6d\x24\xd9\x45\xb0\x92\x4e\x45\xdf\xfd\x75\x2e\xaa\x21\x05\xb7\x77\x24\xf3\x8d\x12\x68\x61\x7d\x73\x73\x5b\x30\x09\xfe\x67\x1d\x39\x06\xfe\x37\x2f\xd8\xaf\x2e\x1e\xe3\xbc\xa8\xc2\xed\x36\x77\xb6\x55\xd3\xad\x1d\xd2\xb8\x68\xec\x76\x9d\xd0\xd7\xcc\xcc\x78\x9b\xfd\x7e\x47\xcd\x67\x4b\xb2\xc1\xd6\xa3\xc7\x4f\xbe\x79\xfa\xed\x77\xdf\x9b\xbf\x3a\x5b\x8f\x1e\x9b\xf6\xba\x5d\x16\x65\xd7\xec\x2a\x2f\x62\xd6\xcc\x0b\x56\x5d\xe5\x2d\xc8\x5e\x18\x0d\x2b\x5e\x94\xa2\x77\x3c\x9e\x94\x32\x75\x7c\x92\x8d\x04\x50\xb7\x1a\x17\x9c\x63\x3d\xd8\xb9\x31\x10\x35\x3a\x4f\x86\x76\x38\x8b\x4c\x38\x5f\xb2\x72\x98\x57\x55\x52\x8e\xd9\x28\xe2\x69\x32\x14\x8d\x60\xf5\x28\x8b\xd9\xf8\x7a\x3a\xe6\x19\x64\xe0\x41\x83\xad\x33\xe2\x9f\x05\xa0\xeb\xa3\x78\xba\xb9\xf1\xfd\xe0\xb7\xcd\xf6\xa3\x6f\x9e\xde\x9c\x36\xa2\x8d\xcf\xfd\xfe\x6c\x73\x73\x77\x73\x43\xfc\xf7\x9b\x17\x2f\xc4\x7f\xbe\xdd\x84\x9f\xcf\xbf\x85\x9f\x2f\xbe\xc7\x9f\x2f\x9e\xef\xc1\xcf\xe7\x2f\xf0\xe7\x8b\xcd\x6f\xe1\x3f\x5b\xf2\xe7\xfe\x8b\xc1\x6f\x5b\xd0\xee\xfc\x54\xb4\xf2\x14\xab\x6d\x3e\x15\xad\x74\x55\x59\xb3\xdf\x2f\x1f\xee\xb8\x00\xaa\xb4\x85\x97\x0a\x74\x5b\x2a\xf8\x88\x7f\xe2\xc6\x2f\x5c\xfe\xae\xb7\x85\xbc\x15\x00\x96\x43\x1e\x54\x51\x49\x36\xa1\xd8\x51\xd1\xa1\x45\xe3\xb0\x46\xb6\x00\x28\xf3\x14\x76\xf8\xea\xea\xe0\x24\x75\x5c\x79\x2c\xf3\x79\x1a\x5f\x84\x1a\xab\x93\x36\xce\x62\x0d\xa1\x77\x13\x34\xd9\x8e\xf5\x6b\x1b\x3b\xf6\x74\xd4\xa5\x49\x1c\x39\xd4\x7f\x91\x17\x16\x59\x6a\x7c\xfa\x69\x6c\x84\x24\x4d\x1b\x3d\xc4\x6a\xf5\x29\x12\x11\x35\xcb\x78\x39\x8c\xa6\xea\xae\x56\xd6\x5b\x72\x5a\xb5\x67\x40\x27\xd4\x50\x59\x51\xd5\x6f\xe9\x09\x11\xf0\x62\xd9\xcb\x63\x8e\xe1\x62\xf2\xc1\x18\x08\x96\x55\x99\xf1\xe0\xd5\x98\xbf\xcd\x78\x09\x8e\x18\xdd\xc7\xdf\x3c\xdd\x7a\xf2\xfd\xe3\x6e\x52\x6e\x54\x63\x5e\xf0\x8d\x68\x03\x10\x98\x6e\x20\xea\x1b\x8a\x7c\x1b\x49\xb6\xf1\x21\xfa\x18\x95\xc3\x22\x99\xba\x5e\x30\xce\x40\x83\xe6\x61\x68\x76\x1f\xc0\x9c\x53\x41\xe9\x33\x83\xb9\x08\xeb\xf7\xfb\xfd\x06\xf8\xa5\x2d\x80\x0a\x9f\x13\xc0\xa9\xad\xd9\xef\x9f\xb6\xe6\xf2\xaf\x81\xf8\xeb\xb4\x79\xfa\xd7\x7e\x7f\x00\xae\xba\xad\x7e\x7f\x80\x85\x8e\x9f\x2f\xfd\x47\x1c\xaa\x84\x28\xe1\x71\x9b\x4d\xb7\xda\x6c\xfa\xa8\xcd\xa6\x8f\xdb\x6c\xfa\x64\x61\xc4\xbb\x1c\xfe\x74\x8b\xcd\xe7\x6c\x0a\xef\x8a\x4c\x1f\xc3\xff\x3e\x59\x3d\xfe\x7b\xa5\x0c\x1a\x94\xc2\xc1\x29\x28\xcd\x5d\xc6\xe9\x46\xbf\x0f\xf4\xf9\xeb\xd7\x0f\xd7\x77\x3a\xcd\x96\x90\x53\x83\xdf\x6e\x06\xe0\x04\x28\x0a\xbe\x7e\xe0\xbb\x02\x42\xae\x4f\xe5\xf2\x5c\x23\x72\x60\x8d\xd9\x6b\xab\xce\xe5\xd7\xd5\xb8\x1d\x17\x60\xa7\x14\x5a\x13\x3a\x74\xf0\x44\x01\xa5\x8b\xdd\x82\x25\x08\x93\x4b\xab\xde\x85\x55\x27\x26\xd7\x98\x2f\x77\x31\x96\xc9\x8c\xc1\x29\x6d\x81\x07\xa1\x76\x34\xd6\x67\x6d\xf4\x28\x5a\xcd\xbf\x56\x91\x00\x2a\x5f\xf2\x6c\x79\x1a\x6e\x4d\xb4\xe0\xc1\x03\xe7\x12\xe9\x71\x9a\x0c\xea\x1d\x94\x03\x66\xd1\x18\xd2\x57\xae\x38\xdb\x41\xbe\x08\x13\x4f\x89\x38\x25\x67\x03\xe9\x56\x40\x00\x5e\xe9\x90\x5c\xf1\xf7\x7c\xee\x47\x26\x2a\x4c\x54\xf3\x1a\xda\xed\x22\x64\x93\x0e\x8e\x58\xe8\x4d\x27\x39\xa4\x3b\x78\x51\xe4\x13\x6b\x34\x56\x27\x61\xe7\x5e\x9a\x2f\x87\x6c\x2c\x38\x0b\xb5\xfb\x0a\x9d\xa4\x81\x3b\x96\x68\xd1\x58\x02\xab\xf7\x97\xfd\xdd\xb7\xe0\x3f\x6b\xc0\x8e\x5e\xbf\x3a\xf9\x89\xf5\xd8\x16\xf9\xf6\x7c\xf7\x64\x9f\xf5\x18\xcd\x4a\xfd\xd3\xeb\x77\xa2\xe6\x63\x5a\xf3\xe0\xd5\x3b\x80\x7b\x42\x3e\x1e\xef\xef\xbd\x7e\xf5\x9c\xf5\xd8\x37\x16\xe4\xe1\xe1\x81\x2e\x79\x4a\x4a\x7e\xde\xdf\xff\x0f\xd6\x63\xdf\x3a\x9f\x9e\xef\xfe\xc2\x7a\xec\x3b\x5f\xc2\x4c\xf2\xb8\x99\xb5\x99\xab\xb5\xa0\xed\xbf\x99\xb1\x3f\x89\xa2\x75\xf1\x3f\x7f\x62\x9f\x42\xf2\x2b\xc9\x62\xfe\x09\x32\xa0\xe3\xb7\x50\xf6\x64\x09\x63\xcf\x22\x7e\x0b\xe4\x50\x36\x2d\xb2\xe0\xc9\xdb\xd4\x24\x91\x77\xa1\xcb\x82\x03\x76\x99\xe5\x57\xbe\x51\x63\x99\x47\x2e\x3a\xc5\x4b\xb7\xdc\x50\xc2\x7d\x35\x4e\x1d\x5c\xdf\xeb\x31\x1f\x03\x87\x9a\x6e\xaf\x6c\xd5\xf0\xbb\x8d\xad\x45\x7e\xb6\x26\x03\x06\x31\xe3\x5d\xf3\xa8\x68\xa3\xe6\xee\x2f\x1d\x30\xbd\xe2\x7d\xcf\x7c\xce\x64\x5a\x60\x00\xad\xd3\xc1\x8c\x09\xd8\xc1\x12\x93\x5d\xca\x24\xbd\x3d\x60\x26\x68\xa9\xcd\xb6\x1e\xd1\xa5\x03\xb7\x43\xeb\x3d\x86\xa5\x6c\x43\x57\x6a\x31\x71\x26\xf2\xef\xad\x4c\xa3\xbd\x1e\xdb\x72\x75\x64\xf7\xde\xca\x27\xec\x8e\x67\xa6\x65\xa0\x48\x3f\xfa\xce\x55\xad\x1f\x6f\xb1\x0d\xd6\x6c\xea\x0e\xff\xc4\xbe\x15\xbc\xfe\x28\xa4\x0a\xbe\x78\xfd\xf6\x68\xf7\xe4\xe4\xe0\xd5\x4b\xf5\xd1\x89\xd2\x69\x1c\x35\xda\x26\x36\xa8\x0d\xa1\x40\xed\xba\x50\x0c\xea\xb1\x44\x22\x81\x54\xbf\xc6\x07\xcc\xeb\x04\xda\xdf\x84\xff\x27\xc9\xc4\x7d\x57\xe9\xda\x20\x0f\x3c\xd3\xc1\xd9\x58\x5e\x4f\x18\x67\xe3\xe5\x9d\x7f\x99\xde\x97\x75\xdc\xed\xb2\xdd\xc3\x83\xdd\xe3\xfd\x63\x82\x8a\xf1\xf8\x68\x48\x0f\x23\xd6\x38\x6a\x58\x95\xde\xbc\x3d\x78\xfd\xf6\xe0\xe4\x17\xa7\x96\xbe\xc2\xd6\x15\xbf\xb3\xab\xed\xbe\x3d\xb6\x27\x96\x1c\xf6\x60\x5e\xb5\x41\x49\x21\xeb\xc2\x58\x40\xf2\xcf\x7a\xe0\x23\x8b\x33\xdc\x73\x5d\x88\x92\xd2\x85\x9a\x4c\x1e\xb4\xa8\xeb\x5a\x44\x0c\xf7\x79\xcf\x4e\x17\xf4\xa7\x7b\x24\x8a\xc9\x29\xd0\x4d\x10\x66\x50\xa7\x9e\xd8\x6a\x0d\xe8\x74\xb0\x81\xba\x0a\x1d\xdb\xa8\x59\x19\x76\x77\x47\xb2\xc3\x45\x5d\x2e\xd2\x88\x50\xa0\xa1\x34\xb3\x8f\x86\x92\x02\xd0\x9d\x6a\xce\x3a\xec\xea\x0c\xac\x76\x4a\x93\xe4\x82\x5d\x71\x16\x27\x31\x3c\x41\x95\x64\x31\x93\xce\x71\x4c\xa6\x0f\x8a\x8a\x4b\x48\x40\x0c\x41\x11\x51\xa9\x9c\x30\x9d\xdc\x88\x58\xa5\xee\x16\xd4\x21\x1c\x00\x2f\xbd\xf8\x76\xf3\x94\x4a\x55\xcb\xce\xbc\xde\x0b\x39\xe6\xfb\x2b\xf5\xf0\xf5\xde\xee\xa1\x59\xa9\x96\x17\xb9\xa0\x1e\x34\xe6\x45\xb5\x36\xfe\x1c\x65\xb3\xa8\xb8\x3e\x7b\xc1\xcf\x0b\xf8\xe3\x28\x2a\x86\xe3\xb3\xdd\x69\x91\xa4\x67\x47\xd1\xf5\xd9\x9f\x67\x19\x3f\xfb\xf3\x2c\xbd\x3e\xdb\x9d\x8d\x66\x65\x75\x76\xcc\xa7\x15\x17\x87\x89\xb3\xd7\xc3\x2a\x17\xff\x7d\x95\x7f\xc4\x0f\xcf\xf9\x10\xfe\x68\x74\xca\x69\x9a\x54\x81\x53\x6c\xe3\xcc\x71\x9e\x6a\xf9\x7e\xa9\x14\x5f\x58\x63\x21\xa4\x05\xc2\x02\x57\x81\xa9\xc2\x53\xa0\x29\xb0\x14\x28\x0a\xe4\x04\x62\x02\x27\x85\x4e\xe3\xac\xd1\x72\xd5\xc4\xe3\xb3\x83\x57\x67\xb8\xab\xb0\x1e\xeb\x3e\x3f\xcd\x9f\x0f\x76\x74\xe8\x6b\xbf\x3f\x80\xe8\xd7\x79\xbf\x5f\xb6\xd6\x05\x53\xef\x74\x7d\x84\x8f\x1c\x71\x20\xe6\x5f\x99\xe8\xea\xa0\x3d\xc0\x90\x63\xbc\xa1\xc3\xc2\x48\x9c\xda\x68\x3a\xf9\xf4\x1c\xba\x17\xe2\xea\x09\xee\xd4\x14\x20\xb4\x67\xd3\xf2\xd3\x46\x59\x45\x59\x1c\xa5\x79\x66\xc7\xc4\x07\x22\xf2\x96\xf7\x6f\xf7\x7d\xaa\xef\x3c\x3d\x27\x39\x0b\x2c\xa4\xe5\x59\xbd\x74\x92\xf2\x85\x76\xde\x77\xe7\xb9\x65\xc5\x9d\x84\x35\x46\x06\x7e\x97\x00\x11\xf0\x4f\x57\x48\x51\x52\xb8\x50\x03\x32\x98\x5a\x8d\x31\x75\x59\xfd\x8b\xcd\x33\xb4\xb6\x74\xb2\x01\x6a\xd9\x8c\x03\xd0\x3d\xa7\x3d\x84\x4e\x00\x95\x15\x19\x00\x61\x43\xf3\xe2\xce\xb5\x35\xd5\x64\x4e\xbf\xc4\xe4\x8d\x21\x4f\x1b\x6e\xc4\x6f\xe4\x33\xef\x59\x35\x7e\x05\x9b\x8a\x8a\xef\x0a\xbc\xf8\x10\x32\x14\x25\xee\x87\x49\x3e\x71\xa3\x47\xd3\xa1\xda\x58\x44\x17\xe0\x54\x2a\xb8\x27\xec\x45\x6b\xb2\x0f\x9f\x91\x6d\x33\x74\x46\xab\xe4\x63\x9b\x59\x5e\xb1\x59\xc9\x63\xe7\xac\xee\x36\x11\x4a\x99\x62\xe2\x22\x8e\x56\x01\x04\x4f\xdd\x25\x90\xee\x89\x70\xeb\x51\xfd\x41\x70\x92\xdb\xef\x28\x9c\x3e\xda\xdc\xdc\x6c\x33\x3f\xce\xb4\x1e\x05\x0c\x5b\x35\x07\x01\xb9\x1a\xc3\x4b\xdf\x9f\x1b\xf5\xaf\x11\x0a\x66\x59\x32\x53\x0b\x89\xe8\xe1\x85\xae\x3e\x8d\xc6\x2a\xad\x2e\x7a\xca\xad\xe6\x25\x12\x12\xf6\xa4\x22\x82\xc2\x89\x5a\x93\x04\x14\x13\xb0\x03\x98\x27\x89\x7c\xc2\xb6\x05\xdf\x2e\x70\xe9\x4a\x12\x70\x9e\xdb\xd8\x12\x87\xca\xc4\x3c\xe7\x6c\x8d\xa3\xd6\xbb\xa5\x0e\x0b\x87\x8a\x5f\x04\x89\x65\xca\xdc\x1f\x47\x3a\xb0\x21\x28\x94\x97\x1a\x3d\x56\xb0\x7a\xfc\xd1\xa4\xfc\xdd\xe6\xf3\x0f\xa5\xcc\xef\xc2\xea\xbe\x96\xbf\x50\x69\xb8\xfd\xbe\x83\x99\x91\xd4\x55\xa3\x2d\x14\x3c\x61\xbf\xff\x29\x0a\x08\x09\xf5\xb6\xb3\xbb\xff\xd1\xa7\xc9\xea\x51\xaa\xbb\x2d\x5c\x71\xc7\xfa\x7b\x6c\x48\x16\x9e\x3a\x21\x65\x14\xc7\xac\xcc\x8b\x2a\xc9\x46\x56\xe9\x31\x7e\x03\x3f\xdc\x12\x53\xc2\x25\x17\x2c\xcf\xb8\x3c\x75\x36\xf3\x82\x45\xe7\xe7\x45\x4b\xec\xba\x11\x9b\x16\xfc\x22\xf9\xc4\xf2\x0b\x16\x65\x79\x35\xe6\xf6\x13\xc9\x25\xe7\xaa\x13\xcc\x70\x3a\x99\xce\x2a\x3a\xf9\x06\x3a\xb4\x65\x86\xee\x48\x54\xb2\x3a\x71\xe4\x05\x3e\x50\x27\x64\xc8\x50\x37\x8e\x3e\x72\x96\x54\x2c\x4a\x0b\x1e\xc5\xd7\x9e\x56\xb2\xda\x4e\x6b\xb6\x18\x70\x36\xad\xdb\xdb\x6a\x1d\xc7\x6a\x36\xc2\xda\xe4\x9c\xea\x5f\xe3\xaf\x0d\xb6\x1e\xde\x2f\xf5\x05\x6c\x07\x6f\x5f\xd9\x3a\x6b\x7c\x1d\x4a\x17\x01\xed\x24\xa1\x9d\xfc\x96\xea\xc4\xed\xb1\x95\x67\x80\xdf\x0f\xe5\x40\xe2\xfa\x35\x6f\x9e\x26\xcb\xe7\x08\xf9\xa6\xe6\xa1\xb2\xfa\x49\x10\x03\x98\x2f\x1e\x74\x2d\x8d\x27\x0b\xc8\x0b\xe8\x78\xe4\x6a\x0b\x9a\x2c\xa1\x80\x50\x80\x79\x59\x99\xc5\xe0\x13\xc8\x47\x48\x53\xcc\x2f\x72\x34\x80\xa3\xb0\x87\x74\x1d\x8b\xe3\x71\x45\xcb\xce\x55\x52\x4f\xd6\xdc\x6d\x90\x4c\xa2\xf7\xc1\x7f\x11\xfa\x01\xa6\xff\x5d\xf0\x27\x0c\x1a\xe2\x04\xb7\xcf\x5b\xf5\x52\xbf\xdd\x2e\xf2\x6b\xe6\x38\x6c\xe4\x59\xdf\x2d\x18\x6c\x6f\x3a\xb8\xda\x7f\x9f\xcb\x72\xc6\x0f\x89\xe7\x57\x39\xcb\xa7\xc1\x3d\x77\x92\x4f\x16\xed\x9f\xd2\x75\x40\xfa\xbe\x2f\x72\x1d\x10\xd0\xdd\xbf\xf6\xfb\xf1\xfa\xd7\x5d\xa4\x60\x4d\x28\x00\x5b\xcd\x97\xbe\x5e\xa7\x53\x95\xc5\xa8\x03\x97\x10\xa8\xc1\xd4\xfa\xe7\xeb\xdd\x76\x17\x37\x47\x56\x26\x29\xcf\x2a\x76\x11\x25\xe9\xac\xe0\x3b\x61\x1d\x70\x4d\x3b\x3c\x2c\x18\x55\x2d\x59\x09\x79\x6b\x7e\x5a\x84\x37\x53\xcd\x7a\x32\x59\x61\x92\x35\x4d\xcc\x42\xdb\xba\x18\x34\x11\x11\x8a\x75\xe8\xb0\x6f\xe1\xae\xdf\x80\xf6\x1a\x03\x15\x31\x60\xd0\x08\x44\xa1\x99\x01\x06\xdd\xc8\x8e\x15\x47\x87\x7d\xdc\x17\x07\x00\xe9\xe5\x80\x9a\x5f\x70\x2a\x6b\xa3\x7e\xe0\x4d\xec\x67\x41\x5e\x77\xa2\x7d\x16\xc6\x8e\x99\x28\x1f\x49\x96\x95\x62\xc7\x46\xbc\x7a\x4e\xa6\x26\x74\xf9\x42\xa7\x0e\xa4\x8f\x9a\x3b\x7a\x69\xb8\x20\xc3\x58\xed\x4d\x91\x17\x47\xb0\x9a\xee\xed\xfa\xf0\xc9\x41\x9f\x91\xdb\xa1\xc0\x93\xe9\x0c\xdc\x4c\x5c\xd5\xd1\xe8\xeb\x2b\xa8\x09\x41\xc4\x03\x33\x66\xd9\xe8\x8e\x8d\x7f\xe3\x6d\xe3\xb6\xbc\xb6\x82\xad\xac\x72\x28\xaf\x27\x97\x69\xb7\x86\x66\x61\x24\xcc\xbb\xd7\xae\xe5\x7f\x31\x19\x57\xa0\x12\xc6\x10\xe2\x07\x1f\x9d\x80\xc5\x94\xd4\xf5\xe1\x03\x56\x53\x17\xcd\xda\xb5\x11\xbc\x6e\xfc\x97\x67\xda\x2f\xc3\xaf\xbf\x03\xab\xae\xca\xa5\x41\x06\xbd\x23\x6f\xde\x91\x2d\x57\xe7\xc8\x95\x99\xd1\x67\x03\x5b\x58\x1b\xc0\xc9\xf4\x90\x67\x6f\xf9\xc7\x85\x91\xdc\xe7\xea\x8d\xe3\x0d\x16\xf9\x1e\x87\xd6\xe6\x0e\x2f\xd3\x8b\x85\xf3\x26\xe1\x43\x1e\x0c\x7e\x17\x6a\x7c\x7d\xe9\x24\xf9\xc4\xe3\xfa\xe2\x80\xdd\x7f\x81\xf3\xe3\xdf\xf3\x48\x4f\xa8\x80\xa1\xf8\xb5\x47\x38\x3f\x7d\x9a\x22\x90\x57\xb1\xb6\x0e\x21\xdb\x97\xa9\x54\x8f\xe2\xcd\x17\xb5\xde\xb0\xc4\x7e\x68\xf1\x2a\x49\x53\xbc\xe5\x85\xd9\x11\xb4\xe0\x05\x9b\x0a\x24\x89\x83\x01\x25\x2e\xa4\x24\xd0\x8c\x4c\x31\x25\x84\xac\x07\xa2\x44\xa8\x87\x5a\x95\xb3\x08\x62\x2a\xb5\x27\xf1\xc9\xb6\x0a\xeb\xa7\xdd\xaf\x69\x95\xd5\x4c\x86\x8b\xe2\xa3\x27\x61\x14\xc9\x80\xfd\x8e\xec\xc2\x5a\xe3\x63\x48\x84\x12\xfb\x42\xe3\xaf\x4d\x78\xf1\x90\x90\x16\xf3\x84\xcd\x51\x15\x6f\x35\x3c\x5b\x43\xad\xea\xb0\x48\x00\xd6\x89\xdf\x05\xb6\x24\x89\x1a\x61\x0d\x17\x33\x07\x3e\x09\xbc\xc0\x14\x44\xf8\x76\x08\x50\x0e\xbe\x03\x06\xb7\x73\xf2\xfb\x25\xe0\xff\xe6\x1d\xc1\xaf\x15\xb1\x51\x65\xf7\x0f\x45\xd7\xec\x87\x1e\x44\xdb\xb1\x1d\x93\x49\xfa\xba\xcd\x9e\x40\x5a\xfa\x75\x31\xaa\xeb\xa5\xee\x78\x9b\x6d\x76\xda\xf8\xe5\x17\xe9\x6e\x58\x8f\x11\xdd\x60\x11\x21\xcc\xe0\xb1\x6a\x07\xd0\xc5\x13\xec\xa2\x01\xa9\xba\x88\x8f\x59\x10\x5e\x54\xf8\xe6\x56\x15\x44\x8d\xa7\x78\x26\x73\xeb\xe9\xc9\x59\xe8\x11\x88\x29\xc4\x58\xe3\x3a\xe8\x10\x78\xe0\x55\x33\x2e\x81\xb2\xe6\xd6\x2d\x3c\x02\x7f\x51\xce\x7e\x18\xe9\x58\xe3\x72\xf7\xcb\x2f\xb7\xf0\x09\x94\x34\xd0\xe1\x9d\xf2\xcf\x27\x0b\xc0\x29\xfc\x53\xf9\xe7\xd3\x45\xf0\xb5\x15\x74\x15\xcb\xa1\x4e\x55\x51\x95\x07\x6d\x70\x79\x27\x3d\x10\x70\x35\x80\x95\x3d\xfd\x44\x53\x5e\x92\x5c\xcc\xa4\xad\xd2\x51\xf7\x7a\xec\x11\xdb\x91\x27\xf8\x29\xf4\x75\x95\x3f\x4f\x46\x49\x05\xee\xbf\xd2\x39\x70\x3b\x14\xfc\x71\x53\x8b\xe5\x1d\x70\x5c\x82\xc1\xb2\x2e\xef\xd2\x23\xf4\xa5\x47\xd5\x66\x5b\x9b\x61\x2f\xd9\x9f\xf6\x0f\xdf\xec\xbf\xf5\x0d\x85\x68\x3c\x58\x98\xdd\xc7\x4b\x00\xb4\xc3\x1e\x3f\x7d\xca\xb6\xd9\xe3\xa7\xdf\x04\x44\xe3\x4f\xaf\x5f\xff\xc7\xb1\xfd\xd2\xa0\x47\x10\x3f\x8a\x27\x28\x88\xa8\x6b\xe7\x3a\x6b\x5a\xbf\x7f\x64\x4f\xbf\x63\x3b\x6c\xeb\xfb\xcd\x4d\xb6\xcd\x84\x46\xa8\x07\xfe\xac\xde\x40\x2a\x84\x2e\x1a\x93\x24\x1a\x24\x13\x8d\x49\x19\x62\x6c\x3e\xbe\x35\xe6\xc0\x50\x63\x09\xb1\x88\x1c\xad\xb7\xbe\xa0\x56\x0b\xc9\x34\xaf\xdb\x6c\xd2\x66\x71\x9b\x8d\xdb\xec\xa8\xcd\xca\x36\x9b\xd8\x11\x65\xf0\x52\x84\xd0\x96\xf1\x85\x3b\x48\xb0\xdf\x62\x55\x2e\x1b\x61\x11\xb8\x87\x6e\x5b\x15\xc6\x55\x35\x2d\xc3\xf1\x88\xdd\xad\xef\xb6\x1e\x3f\xf9\xce\xde\x91\x62\x93\xb0\x93\x29\xe7\x1b\xe9\x76\x3a\xcc\xb3\xb2\x2a\x66\xc3\x0a\x9e\xae\x9b\x44\xd3\x12\xf3\x2e\xb2\xcd\x8d\xef\xbf\x17\x68\x88\xb9\xd8\xd8\xb2\x02\xc3\xc5\x89\xf1\x5a\xe8\x6e\x9b\x98\x15\x0a\xb2\x2d\x87\xce\x06\xd3\x82\x97\xbc\xf8\xc8\x59\xca\xa3\xa9\x6c\x17\xd3\x81\x47\xec\x62\x96\xa6\x90\x34\x0a\x22\x04\x86\xd7\xc3\x94\xb7\x05\x5a\xf0\xe8\x10\x77\x4e\x7b\x31\x66\x31\xd5\x8f\x95\x5f\xb3\x75\x51\x37\x44\xdb\xc0\x85\xa0\x4e\x8e\x24\x9a\xe9\x8c\x78\xa5\x78\xa2\xd9\x0a\x1f\x6c\x01\xae\x24\x70\xd7\xb7\x4e\x10\xe1\x61\xbc\x04\xd7\x50\x00\x6b\x1c\xc8\xb3\xea\xf0\xd8\xbb\x93\x3d\x6c\x3e\x70\x11\x50\x71\x78\xa4\xa1\xf4\x67\x5e\x54\xe9\xbc\x3b\xd9\xb3\xde\x57\xf8\x82\x53\x2f\x5f\x9c\x5e\xfc\x9a\xad\xff\x0c\xec\x97\xe6\x1a\x81\xc6\xe9\xa6\x10\xa8\x92\x5f\x9e\x2d\x9e\x23\x45\x16\xf9\xcc\x05\xbe\xc2\x0d\xef\xee\xae\xc4\x55\xef\x4e\xf6\x56\x65\x2c\x0a\x7a\x7f\xde\xaa\xc3\x5b\x52\xf8\x2e\x6c\xd6\xed\xb2\xb2\x8a\x8a\x6a\x23\xbf\xd8\x80\x77\x7f\x37\xae\x38\xbf\x64\x1b\xe6\xab\x98\x00\x87\x25\x01\xf0\x67\xce\x2f\xa5\xa5\x1d\x63\x91\xe2\xfc\x4a\xfc\x8f\xcf\xa1\xdd\x2e\x23\x4d\xc7\xd1\x35\xdb\xd8\x60\x57\xe3\x64\x38\x66\x1f\xd0\x3b\x1c\x8e\xba\xe9\x55\x74\x5d\xb2\x24\x03\xce\x85\x0a\x90\x79\x96\x35\x9f\xc0\x49\x2d\x29\xf3\x36\xdb\x82\x3f\xe1\x1c\xec\xdc\xfd\x5d\x5c\xc5\xac\xc7\xbe\x65\xeb\x02\x0f\xb6\x21\x10\x69\x7b\x1c\xe7\xa0\x01\xb7\x45\xd0\x89\x85\x94\xfd\x39\x29\x45\xdb\x5e\x67\xe9\x15\xeb\xb1\xa6\xe8\xcf\x59\xa0\x40\x0b\xa1\xa6\x5f\xc5\x2d\xc9\x2d\xcf\x23\x21\xea\x05\x4e\x57\x42\x29\xff\x36\x94\xfa\x79\x03\xdb\x5c\x87\x81\x90\x48\x08\x32\x51\x6a\x37\xe0\x59\xe7\x2a\xb9\x4c\xa6\x3c\x4e\xa2\x4e\x5e\x8c\xba\xe2\x57\xf7\xe0\xf8\xf5\x99\xc0\xf9\x4c\x4c\xf3\xbf\xed\x45\xe9\x70\x96\x46\x55\x92\x8d\xce\x22\xf8\x74\x36\x4a\x3e\xf2\xec\xac\x1a\xf3\x33\x81\x63\xe7\xd1\x1e\x82\x63\xae\x89\xff\x9f\xbd\x37\xe1\x6f\x1b\x47\x12\x47\xbf\x4a\x65\xa7\x3b\x92\x62\x9d\x8e\x3b\xe9\x28\x71\xfb\x65\xe3\x5c\xf3\x6f\xc7\x99\xc8\x79\xf9\x75\x6c\x4f\x96\x16\x21\x8b\x6d\x8a\xd4\x9f\xa0\xa2\xb8\xc7\x99\xcf\xfe\x7e\x28\x1c\xc4\x49\x51\x39\x7a\xe6\xed\x6e\x76\xb6\x2d\x92\x85\x42\x01\x28\x14\x0a\x40\x1d\x1f\xa2\x2c\xfe\x20\x9a\xec\x2a\x19\xc7\x33\xc6\xc1\xcf\x8a\x7c\xc1\x46\x9d\x8a\x46\x32\xf0\xae\xec\xa7\x9a\xf1\xc7\xfe\x7c\x27\xba\x53\x74\x9a\xea\x74\xd5\x29\xd6\x68\xad\x15\x7b\x31\x75\xa3\x9e\xe1\xba\xf6\xb4\x11\x04\xc3\x3e\x8c\x60\x07\xee\xc3\x1d\x68\x0b\xb6\x1e\x75\x70\x2f\xab\x11\xb4\xa3\x55\xd5\xb5\x4f\xf3\x28\x43\xe3\xbe\x3d\x94\x35\x38\x77\xaf\x55\xdd\x8f\x7c\x02\x53\x60\x64\x92\x8a\xfd\xe9\x19\x21\xfc\x6d\xe4\xb0\xaf\x2b\x78\xa2\x28\xa3\x3f\xd6\xaa\x57\x13\xbe\xba\xcf\xae\x68\xf8\xc5\xd1\x10\x37\x51\xb4\xd3\x80\x22\xf1\xbb\xe7\x20\x6f\x70\x99\xa6\x57\xd6\xb0\xa2\x0d\x52\xcd\xaa\x82\x21\x1e\x07\x46\x4e\xa1\x1c\x1b\x95\x69\x50\x61\xdf\x4b\xce\x24\x32\xe6\x5c\x0d\xb7\xd7\x32\xae\x7e\x39\x1b\x62\x5f\xe4\xd4\x7d\x3d\x5a\xa5\xb8\xeb\x15\xe4\xa2\x28\xd1\x6a\x41\xa6\x1e\xc0\x7d\x74\x2d\x74\x79\x95\xd5\xee\xe7\x6b\x87\x79\xb1\xe6\x47\xe0\x1a\x36\x56\xe3\x56\x35\xc0\xcf\xbc\xef\x38\xf1\x88\x89\xcf\x2c\x8b\x7f\xb5\x76\xfb\xb9\x17\x8b\xfe\x62\x14\xf5\xf6\x9a\x8f\x48\xbd\xf6\xde\x66\x14\x2e\xf9\x6e\x2b\xcd\x09\xb1\x89\xad\xab\x82\xb5\x5d\xb3\x1d\x4b\xaf\x31\x8b\xa5\x7f\x28\x43\xec\x5e\xcf\xc8\xfa\xac\xfd\x52\x56\xae\x97\xc1\x55\xd1\x57\xe4\x53\xa8\x38\x32\xac\x77\x38\xa4\x7b\xba\xb3\xc1\x35\x38\x7f\xc7\xaa\x06\xa7\xc1\x17\x9d\xf7\xad\xd1\xa9\x77\xbd\x96\x4e\xbd\xeb\xbc\xc5\xfe\x4b\xc8\x55\xe8\x50\xab\xf5\x0e\x8b\xbc\x7b\x27\x8b\xbc\xc3\x22\x09\xcd\xdf\xc9\x52\xcd\x8e\xb4\x78\xd4\x7d\x68\xad\xf5\x9a\xb4\xef\x12\x23\xab\x62\xeb\x53\x2f\x81\xfc\x27\x0b\x75\x05\x50\x61\xff\x69\x8b\x93\xb1\x75\x03\x5f\xd9\xf5\x7a\x8b\x73\xb1\x77\x0d\x10\xbe\x7b\x17\x42\xa8\xc0\xad\xf8\x1a\x15\x3f\x9d\x22\xc9\x9c\x26\xac\x8c\x61\xd3\xaf\xca\x9c\xa3\x1b\xae\xdc\xd4\x07\xd6\x60\x30\x3c\xca\x84\x4c\x0f\x3a\xec\xc2\xa8\x53\x13\xa9\x44\xa8\xfc\x75\x87\x3b\xae\xab\xa5\x65\x98\xcd\x1a\xe9\x24\x2a\x13\x13\xc6\x5e\xa5\xf8\x99\x3b\x7b\xdb\xc7\x69\x66\x3c\x5f\x77\xfa\x9a\x30\xf2\xe7\x07\x92\x15\x9a\xa9\x32\xe2\x7c\x3d\x66\x3a\xee\x60\x00\x93\x55\x26\xb4\xe4\x4a\x6d\x67\x2f\xf2\x19\xbe\xc0\xaa\xf4\x82\xd7\x63\xb8\x87\x05\x4f\xc4\x57\x28\xe7\x11\x66\xaa\x2e\xa3\x24\xa3\xf0\xd7\x28\x83\x7b\xe5\xdc\x44\x88\x70\x02\x23\x2a\xaf\xf6\x59\x91\xd5\x45\xcf\x58\x29\x5c\xdf\xb1\xb3\x82\xe7\xe4\xaa\x67\x36\x38\xd0\x55\xf8\x82\x47\x47\x66\xcf\x7a\x84\x50\xc8\xd8\x8f\x1f\x68\x21\x9d\xee\x59\x9a\x94\xc2\xf2\xa6\xc1\xb0\x6f\x63\x1f\x1c\x43\x05\x3d\x59\x21\xec\x8b\xe8\x29\x07\x1c\x89\xb8\x1c\x8f\xe2\xb8\x2d\xc2\xab\x70\x71\xda\x81\x3b\x70\xbf\x0b\xad\xb8\x26\x95\x21\x27\xf3\xe5\xe4\x78\x33\xa5\x1a\x13\x72\x1b\x83\x51\x17\xf6\x0c\x5e\xfb\x0e\x84\x36\x12\xf3\x31\xbf\xd6\x69\xc5\x28\xab\xe3\x48\xbf\x46\x70\x60\xe3\xaf\x8c\x81\x20\xb6\x38\xf4\x28\xc9\xb6\x8d\xc0\x10\x7f\xb3\xca\xbf\x28\x00\x44\xfc\xed\xea\xdf\xb6\x6a\xa2\xea\x6d\x09\x14\xc1\x05\xf8\x69\x05\x2a\x56\x31\x73\x40\x37\x2d\xbc\x98\x1b\x47\xe7\x25\x77\x5d\x16\x20\xa4\x7e\x69\x16\x50\x4f\x43\x41\x2a\xbc\x0b\x2f\x2f\x34\x1a\x05\x57\xe6\xaa\xfe\x1a\x20\x83\x82\xd1\x36\x97\x5b\x71\x83\x15\x97\x34\x80\x79\xda\x00\x06\xb9\xe9\x8b\x62\x52\x68\x73\x68\xbb\x40\x18\xf1\xd7\xd7\xf9\x05\xe1\x37\xe2\x6f\x50\x6d\x93\x00\x1c\x96\x9e\x73\xca\x7b\x58\x34\x9a\x53\xe1\x8b\x8d\xb1\x49\xa7\x91\x32\x9c\x9f\xd3\x58\xc1\x31\x24\x7d\x5f\x17\x1e\xe3\x92\x94\x10\xa9\x4a\xea\xe3\x63\xb8\x9b\x53\x56\x26\x64\x25\xcc\x97\x5e\xb1\xfc\xc4\xd1\xf5\xc6\x5d\xdb\x86\xe0\x18\xd5\x81\xd5\xe6\xf0\x18\xde\x21\xe1\x92\x03\x05\xc3\x97\x0c\x46\xa5\x5c\x06\xf4\xc9\x66\x57\x84\x78\x7b\x27\xda\x22\xab\xf6\xf0\xa2\x66\xdc\x2f\x03\xaf\xd5\x18\xf7\xeb\x6b\x77\x9d\xbb\x80\x48\x02\xc0\xc9\x0e\x61\x09\x5f\x82\xba\x38\x45\xb2\xa1\x30\x4b\xda\x2e\xea\x46\x9b\xd0\x61\x81\x9f\x77\x7e\x59\x9b\x64\xc0\xd2\xca\xaf\xd2\x97\x9c\x8b\x35\x47\xc9\xe5\x6d\xfa\xbc\xd6\xa1\xc2\x2f\x2d\xf4\xa6\xc3\x8f\x70\x1f\x6e\x6e\xd4\x16\x18\x02\xd1\x13\xaa\x21\x81\x03\xae\x76\x8d\x8d\x66\x7f\xf6\x6d\x45\x8c\x36\xd2\x79\x32\x2b\xdf\xc9\x25\x7e\x4d\xbb\x90\x79\x77\x23\x54\x64\x51\xcc\xba\x70\xbf\xd3\x9f\xe6\xd9\x34\x2a\xdb\xea\xed\x90\x15\x73\x14\x39\xef\xf6\x83\xd5\xe3\x44\x69\xe1\x5b\x8f\x0f\x47\x39\xfe\x39\x59\x11\xca\xfe\xbe\x23\x71\xc6\x7f\x9d\xcc\x57\x05\xfe\x78\x56\x24\xec\xcf\x24\x2a\x57\x05\x5b\x2a\xfd\xe1\x5a\xbc\x95\x8a\xf8\x30\x58\x19\xab\x89\x55\xc3\xaa\x60\xc8\x19\x5e\x86\x74\x1b\x7c\x47\x49\xc6\xb1\x7d\x38\xca\x3f\x9c\xac\x3e\xbc\x23\x1f\x4e\xe6\x1f\x9e\x15\x1f\x26\x51\x3d\x9a\x77\xfa\xf2\x50\x1f\x00\xe6\x9d\xb3\x80\x35\x83\x97\x8b\x6c\x93\xa8\x31\x6a\xf0\xfd\xf1\x44\xb4\x95\x84\x62\x48\x64\x3d\x62\x87\xfc\x10\x08\xd7\x21\x3f\x9b\x5f\xc7\xd6\x57\x6f\x74\x8e\x05\xdc\xbe\x0d\x0b\x94\x5d\x65\xb1\x22\x95\x47\x97\x2c\xa5\xe2\xb6\xfc\x39\x21\x5a\x3c\x7e\x32\x38\xc9\x19\x71\x76\xe3\xad\x39\x25\x7e\xd8\x5b\x78\x27\x77\xcb\xc2\xc6\xa3\x3a\x08\x8f\x8c\x3d\x81\x4e\x24\xc0\x86\x3d\xaf\xc1\x45\x6d\xef\x69\x43\xd3\xc6\x98\x63\x80\x08\xb7\x6f\x97\x07\x49\xb0\x89\x1e\xd8\x86\xad\x65\x9b\xb5\x6f\xd8\xd6\xa3\x24\xfb\xda\x96\x1e\x25\x59\xc3\x76\x1e\x25\x59\xb0\x95\x8e\x2f\xfd\x0f\x23\xc9\x63\xdf\x37\x9e\x8c\x56\x49\xf3\x88\x32\xc6\xea\x16\xf0\xd0\x37\x60\x36\xb8\xde\xbf\x6b\x06\xbb\x48\x32\x2f\xa4\x09\x6b\x9b\x0d\xdf\xdf\x3a\x70\xcc\xe8\xbc\x83\x03\x9a\xd4\x38\x23\x5b\xa4\x68\x71\x5a\xf4\x73\x05\xbf\x5c\xfa\x9e\xf1\x63\xdc\xfe\xf4\x90\xf6\xaf\x0a\x6e\xb3\xde\x40\xd7\x9f\x1c\xdc\x06\x37\x62\x5b\x85\x68\x31\x1a\xf0\x0d\x43\xa1\x78\x28\xfb\x82\xd8\x31\xef\xbe\x13\x75\x5b\xd0\x61\xcf\x8b\x7f\x49\xe4\x9d\xef\x35\xae\x7f\x7e\x74\x99\x66\x7d\xf9\xa7\xd2\xf5\x5d\x46\xf8\xcf\x9f\x05\x7f\x6a\x9f\xfd\x1b\xb2\xd7\x77\x1c\xc6\xef\x21\x2e\xfe\xa7\x0f\xd7\x77\x92\xef\xce\x41\xc4\x26\xfd\x9b\x9f\x67\x6c\xa7\x99\x6e\x8e\x38\x65\x74\xf8\x76\x31\xa7\x7e\x18\xe9\x51\xa7\xea\x08\xab\x3d\x08\xfb\xe6\x7a\x6d\x48\x57\x75\x21\xb7\xd1\x80\x67\xab\x34\xad\x05\x35\x5a\xe6\xd1\x84\xbf\x81\xf3\xa8\xb3\xaf\xd8\x4a\x85\xf6\x06\x86\x72\x9a\x55\x1f\x1a\xca\x07\xbe\x65\xb8\x25\x57\xe3\x34\x83\x07\x9d\x9d\x9d\x9d\xf5\x0f\xbe\x43\x90\xa8\x6f\x44\x77\x6d\xa0\xa8\xef\x41\xbc\x7f\xc3\xf3\x25\xa4\x1f\xf1\xe0\x28\xdf\x97\x70\x5f\x9c\x2b\xff\x1e\xe4\x0b\xc3\x5b\xf9\x3f\xf9\x79\x2b\x04\xcd\x43\x61\x35\xc0\x64\x8e\xf6\x57\xa3\xd3\x47\x60\x9b\xbd\xda\xbf\x7d\xc0\x2d\x54\xfc\x6b\x22\x56\xf9\x04\x07\x3f\x69\xd4\x16\x8e\x7f\x71\xd0\xad\x0d\x4d\xf0\x0a\x91\x7f\xbf\x36\xd4\x35\xc1\x23\x4a\xbe\x53\x03\x9c\xc8\x61\x36\x53\xbb\xf5\x7e\xff\xe8\x61\xdc\x52\xa7\xb2\x7e\x72\x6d\x75\x2a\x69\x15\x8e\x12\x66\x98\xe7\xdc\x52\xe6\x39\xac\x94\x91\x31\xdc\xa2\x53\x84\x26\x53\x6e\xe8\x32\xb4\x14\x7f\x8a\x0d\x87\x88\xb1\xfe\x16\x5f\x59\xa7\x81\x46\xe5\xee\x69\x8b\xb8\x0c\xf4\xdd\x70\x3a\x06\x29\x35\x21\xa0\xd0\xcc\x48\x5a\x19\xa1\x27\x83\x66\x13\x02\x9b\x02\x43\x59\x37\xcd\x21\x2d\x97\x0f\xca\xaf\x82\xa2\x7f\xd9\xd0\x54\xb7\xfb\x5c\x33\xc6\x63\x65\x74\x91\xe8\x79\x8c\x78\xaa\x33\x6b\xe1\xb5\xe2\xa5\xc0\xb4\xdd\x62\xd8\xc7\x6e\xbf\x2a\x2f\x91\x66\x46\x66\x7f\x72\x17\x55\x0f\x83\x01\x5c\x10\xa6\x92\x72\xf3\x43\x1a\x2d\xd0\x22\x61\x91\x2f\x48\x56\xfe\x85\x35\x8e\x7c\x9a\x92\xa5\x19\x82\x23\xa2\x10\x31\xda\x4b\x52\x74\x45\xd5\x14\xee\x43\x92\xd1\x92\x44\x31\xe4\x33\x18\x42\x7b\xd4\xbb\x0f\x45\x94\x5d\x12\xe3\x7d\xef\x5e\xc7\x45\x45\x05\x2a\xca\x6d\x2b\xe9\x3c\x5f\xa5\x31\x5c\x90\x34\xcf\x2e\xa1\xcc\x91\xb2\x65\x41\x3e\x26\xf9\x8a\x4a\x0b\xcb\x6d\x66\x8e\xc9\x09\x81\x0b\xeb\xad\xa6\x50\x2c\x2f\xf7\x38\x43\xfd\x08\xf7\x0d\x76\xa8\xbc\x7d\xee\x37\x9e\x58\x1a\x3a\xff\x9d\xb6\xdf\xb4\xdd\x63\x42\xe3\x0f\x2a\xd5\x60\x4f\x18\x8a\x98\x64\xd4\x53\x1f\x58\xca\x58\x88\xbe\x53\x68\x29\xa5\xc5\x7d\x6d\x70\x29\xa3\x5d\x5f\x72\x48\xfa\xa5\x9d\xe5\xa9\xbe\x0a\x31\xf5\xae\x19\x55\x4d\xba\xa5\x59\x98\x29\x4f\x41\x17\xd8\xbe\x7c\x6b\x1c\x6a\xaa\xce\xbc\xec\x7f\x0c\xa7\x7e\x93\xd8\x7d\x6e\x4f\x7e\x6b\x9e\x6d\x18\xbf\xcf\x05\x77\xb9\xf7\x8b\x62\xf8\x85\xfa\x6b\x4b\x3e\x6e\x1c\xc7\xaf\xb6\x47\x37\x72\xb4\x6b\xa4\xf9\x3f\x85\x9f\x8f\x92\xec\x9b\x71\xb3\xec\xc5\x6f\xcd\xcb\x12\x6f\x23\x4e\xd6\x4c\x81\x02\x46\x42\x5f\xc0\xc5\x66\x2f\x6d\xc7\xc3\x66\xd9\xcd\x1c\xec\x21\x73\x53\xf0\x3f\xf3\x08\xfa\x4f\x0c\xff\xb7\x48\xb2\x70\xfc\xbe\x3f\x39\x36\xa0\x83\x20\x5b\xfa\x08\xb2\x5f\x32\x32\x96\x5a\x1b\xbf\xcf\xc9\xb0\x45\xeb\x56\xe7\xc2\xac\x25\x56\xe8\xb6\xe0\x99\x95\x5d\x96\x37\xb9\xae\xf4\xe6\xf8\x84\xb5\xc5\x6b\x02\x0e\x66\x7a\xb8\x41\xd6\x08\x2f\x71\x3a\x10\xa7\x36\x1c\x2c\x8f\x43\x21\x4d\x6e\x75\x56\x7c\x43\x5f\x85\x0e\x90\xbf\x42\x07\xcc\xa9\xb1\x69\x5c\x44\xb9\x7b\xf8\x3e\x91\x11\xab\x2e\x0e\x07\x33\xfc\xd3\xa2\x27\x56\x70\x7e\x95\xf8\x5b\x84\x0c\xf4\x6a\x2b\xf5\xca\x6c\x70\x71\xf0\x17\x0b\xd6\xf8\x2f\x89\x38\x18\x54\xa2\xbe\x7b\xcc\x41\x6f\xd7\x6d\x47\x41\xc5\x9d\xdf\x3c\xe6\x61\x65\x1b\xc8\x4d\x62\xc3\x6e\x8d\xf3\x7c\x55\x50\x1e\x4f\x70\x97\x6d\xc6\x55\x3a\x67\x77\x2d\xbd\x6a\x8a\xeb\xe6\x06\x76\xf7\x6c\x34\xb6\x8b\xd7\x0b\xf4\xb1\x7e\xf1\xa2\x0a\x7e\xd8\x62\xe5\x83\x2e\x61\x73\x84\x9f\xcf\x2b\x78\xd1\xb6\x50\x81\x2b\x2c\x70\x75\x55\x15\xb8\xaa\x0a\x04\xea\x58\x2c\x36\x05\x87\x14\xed\x6d\xb1\x01\x14\x04\x88\x90\x3d\xa8\x81\xc2\x4e\x15\x0d\x12\xfb\x64\x91\x64\xab\x92\xd0\x76\xa7\xab\x25\xa5\xae\xa5\x80\xd2\x86\x34\xd8\x5c\xe5\x5c\xe0\x78\xe9\x33\x41\x6a\x88\xad\x07\xa5\x64\x9a\x67\xb1\x00\xf5\xb0\x67\xb8\x89\x2f\xb6\xeb\x64\x83\xb3\xbe\xb2\x77\x5f\x7c\xcb\xde\x35\x09\xfb\xd3\xbb\xb5\x0a\xb6\x4e\x8a\x24\x4e\xc8\xa2\x2d\x1c\xb6\xd2\x7c\x4d\x8a\x69\x64\x19\x21\x58\x5d\x21\x60\x6b\x3b\x02\x6a\xb3\x80\xcb\x5a\x03\xdb\x0d\xd1\x31\x9e\x7b\x58\xab\x4b\x5c\x00\xd5\x00\xf3\x93\xa1\x5e\x38\x62\x50\xd1\xd3\x8a\x5a\x66\x66\x88\xea\xcb\xe3\x56\x17\x66\x51\x4a\x49\x73\x47\x52\x14\x49\x4c\x34\x6d\xe5\x00\x2a\x4a\x8d\xee\xd6\x39\x6d\x56\x03\xc8\xd4\x98\x23\x49\xe5\x16\x6e\x85\x1f\x64\xd3\x70\x5b\xe3\x11\xb8\xba\xff\x62\x24\x9d\x39\x65\x4d\x01\x3f\xc7\xc7\x0d\xe1\x5e\x34\x70\x0e\x9d\x37\x80\xb9\x6a\x00\xf3\xe2\xc5\x16\xf1\x26\xe6\xf3\x2d\x80\xaf\xae\x36\x06\x9e\x30\x70\xa3\xec\x42\xa0\xbb\x65\x1e\x0a\xed\x2a\x85\x38\xc2\xfd\x54\xe6\xa1\x90\xae\x2f\x1a\x61\x7b\xe1\xc3\xa6\x20\x0d\xbf\x44\xd6\x4d\xac\xb3\xce\xbb\xf0\xe2\xf8\x6d\x20\xce\xeb\x29\x76\x39\x6b\xf9\xc6\x1c\xeb\x8e\x41\xd6\xd5\x4b\x71\x31\x17\x88\x81\xc1\x43\xa0\xb2\xba\xcf\x61\x5f\x41\xef\xef\xc3\xee\x1e\x1c\xc0\x10\xc6\xe2\x9d\x2e\xce\x7c\x14\x32\x66\x6d\x3d\xde\x92\x40\xe9\xa9\x9a\xd0\xd7\x0b\xd7\xc7\x35\xa1\xaf\x8f\x5c\x82\x25\x90\x9c\x49\x96\x4b\x68\x90\xc0\x39\x0a\x85\xf9\x96\x14\x9a\xdd\x13\xe8\xc3\x90\xef\xea\x45\x72\xf9\x22\x5f\x15\xc0\x3d\x55\xea\x09\x14\x8c\xba\xe5\xe8\x2e\x73\x2a\xdb\x5f\x9d\x72\xec\x06\x87\x57\xa3\x5f\x8b\x91\xb2\xcc\xcd\x68\x85\x22\xb9\xfd\xcb\x57\x6f\x4f\x9e\x06\x4a\xd9\x45\xbe\x55\x0f\xe0\xb4\xd9\xbe\x0f\x46\x6e\x27\xec\x59\xcb\xd4\x32\xa7\xbb\xdf\xa4\xab\x46\x5f\xd0\x57\x23\xa6\x1b\xb8\xc5\x26\x4f\x9f\x1c\xbf\x3a\x0c\x17\xdb\xfd\xf6\x7d\xfc\xe2\xff\xaf\x5c\x56\xd3\xa0\xff\x65\x1a\x3f\xd3\x98\x2e\xe9\xf5\x61\x8c\x5e\x56\xb2\xd6\x0a\x93\xfc\xf2\xe9\xcf\xf0\xb7\x55\x52\x5c\x51\x38\xca\x63\x02\xb7\xe1\xe5\xd3\xfb\x30\x41\x3f\xcb\x22\x16\x2f\xe3\x1c\x13\x8a\x47\x69\x9a\xaf\x21\x9a\x4e\x09\xc5\xc8\xb1\xdc\x7b\x9a\x42\x9a\x5c\x11\x4e\x3e\x35\x70\xbf\x45\xa8\xe9\x3c\x2a\x1e\x97\xd5\xc5\x3a\x2c\xf2\x82\xe0\x39\x70\x54\x26\x17\xa9\x7e\x3c\x24\x35\x7d\x7e\xa3\xbe\xa3\x9c\x87\x94\xdb\x50\x9f\x23\x6b\x0f\x3b\xdc\x36\x69\xd9\xb2\x95\x2c\xc7\xa3\xf9\x48\x57\xc9\x60\x1f\x06\xa7\xd1\xf2\xfc\xec\xac\x7f\xb0\x38\x60\xff\x1d\xe8\xe7\xb2\x83\x01\x4c\x48\x89\x27\x63\xe5\x9c\x00\xd3\x1a\x25\xdd\x57\x84\x2c\xf1\x65\x99\x2c\x48\x17\x2e\xc8\x34\x5a\x51\x7e\x98\xba\xa2\xa4\x00\xf2\x69\x99\x26\xd3\xa4\x4c\xaf\x0d\x74\x74\x49\xa6\xc9\x2c\x21\xb1\x08\x77\x8a\x28\xcb\x39\xb9\x86\x75\x94\x95\x7d\x98\xe4\x50\x16\xd7\x09\x37\x35\x58\x44\x09\x06\x66\xaa\xac\x21\x10\xbc\x9d\x98\x36\x13\x11\x1e\x64\x30\x3a\xfe\xc8\x33\xd2\x91\x87\x78\x24\xa3\xa4\x0f\x8f\xe3\x38\xc9\x2e\x07\x74\x75\x51\x16\xd1\x14\x9b\x82\x9a\x3f\xc4\x39\xe1\x69\xe1\x67\x39\x1b\x46\x03\x23\x9a\x6a\x14\x2b\x63\x2c\xb8\x79\x88\x10\x3d\x7a\xec\x6f\xf6\x8a\x86\x03\x7f\xa7\x46\xaf\xb7\xb1\xf2\x2e\x88\xed\x45\x17\x12\x8a\xc3\xe9\xdc\x56\x71\x22\x7f\x81\x91\x2f\x20\xa2\x8c\x17\xce\x4a\xc2\x01\xb4\x96\x0b\xcc\x9c\xf7\xfa\xa8\xd5\xd4\xc0\x41\x2b\x1c\xf1\xc2\x8f\xcd\xc2\x1e\x36\xba\x88\x28\x79\x82\xf2\xc5\x0c\xc8\xc5\xda\xc7\x66\xc7\x58\x32\xda\x13\xf1\x42\xe3\xa4\x34\xcf\x2e\x0f\xa3\x92\xf0\x2d\xde\xb8\x62\x49\xfd\xb5\x06\x2f\xe2\x60\xb0\x6f\x0a\xf8\x65\xf5\x4e\x83\xcc\x8b\x38\xc9\xa2\x54\x41\x1d\xf3\x67\xdd\xd3\x5c\xe5\x0e\x14\xdf\x90\xf5\x55\x81\x43\xef\xe7\xae\x3e\x0b\xd3\xa8\x4c\x3e\x92\x93\x64\x51\x95\x7a\xa3\xbd\xec\xea\xa7\x8e\x3c\xc7\xc8\xd8\x9a\x74\xf8\xb2\x6b\x43\xe1\xa9\xa0\x17\x94\xfb\x29\xeb\x78\xd7\x18\x88\xd1\xf1\xeb\x77\x60\xe2\xe8\xda\xae\x5d\x5e\x2e\x75\x5d\xc8\xa3\x24\x0b\x00\x1f\x25\x99\x07\xde\x47\xb1\x71\xcb\x6c\xf6\x85\x2e\x6b\xec\x76\xea\xdf\x44\x4d\x46\xfc\xfd\x24\x2b\x49\x91\x45\x29\xd0\x32\x2f\xa2\x4b\x82\xf7\x3a\x7c\x36\x89\x65\x0e\x66\x49\x4a\x68\xc5\xa0\xfc\x23\x5b\xbc\xff\xf1\xd9\xe0\x3d\x0c\xa3\x16\x2d\x92\x34\x71\xbf\x5e\xa6\xf9\x45\x94\x72\x9a\xdc\xd9\x3b\xcd\x17\x8b\x3c\x7b\x8d\xa7\xfd\xed\xa8\x28\x46\xb8\xd2\xee\x6e\x74\x51\x5e\x24\x59\xaa\x27\xcc\x64\x45\xc5\x92\xca\x31\x88\x87\x4e\xcd\xbd\x15\xc3\xc1\x7e\xed\xec\x7b\xa2\xa2\x32\x19\xc1\x90\x9e\x26\xe7\xe8\x0a\xc3\x70\x86\x0d\xbe\x1b\x5a\x78\x6a\xc0\x58\xb9\x25\x04\x54\xaf\x64\x6c\xba\xa6\xc9\x1f\x84\x77\x5b\xfb\x8a\x5c\xfb\x4e\x01\xae\xc8\x35\x1c\xb0\xff\x5a\x8b\x96\xb2\xac\xfe\xc0\x36\x29\xbd\x56\x87\x6d\xbb\x88\x2f\x6e\xdd\x32\x99\x5e\x89\xfb\x13\x1c\xf7\x59\x91\x2f\xf0\x19\x57\x57\x05\x56\x16\xd7\x70\xda\x22\x59\x2f\x5a\x61\xe0\x9b\xac\x77\x79\xd1\x3a\x87\x88\x82\xfd\x12\x7f\xb4\xba\x3c\xd0\x0f\x2c\xf2\x8f\x6c\xc9\x2a\xf2\xd5\xa5\xb8\xa6\x49\x68\x29\x17\x20\x12\x4d\xe7\xaa\x06\xae\x70\xb0\xd7\x48\xc2\x22\xa7\xa5\x5c\xcb\xa6\x6c\xa9\x4a\x49\x44\xcb\x2e\x5c\xac\x4a\x81\x94\x1b\xca\x65\xe4\x53\xc9\x69\x85\xa4\x24\x0b\x36\x6a\x49\xd9\xa2\x10\xf1\x45\x5f\x61\xf8\x18\x15\x49\x94\x95\x50\xce\x23\xbe\xda\x4d\x57\x45\x41\xb2\x12\x8a\x3c\x2f\x6d\x96\x9c\xe7\x39\x95\x3d\x9f\x45\x0b\x42\x5d\x6e\x64\x4c\x64\x71\xe4\xef\xd6\x33\x23\xcd\xb9\x48\x65\x38\xed\x2b\xd7\x65\x9a\x94\xc6\xbd\xca\x7a\x9e\xa4\x84\x71\xea\x23\x8c\xa1\x44\x25\x2b\xdb\xac\x87\x25\x61\xdf\xe1\x16\x2c\xc4\x78\x55\xc6\x1c\xe9\x39\x66\xf5\xbf\xc3\x3e\x2f\xee\xde\x60\x4b\xda\xc3\x88\x61\x07\x46\x4e\xbe\x2e\x59\x84\xfd\x39\xc0\x3f\x5a\xed\x7e\x07\x32\xd1\xce\xdf\xe1\x17\x4f\x30\xed\xaa\xbf\x30\x24\x50\x14\x0b\x1a\x38\xd5\x2a\xc6\xcc\xef\x1d\x71\x77\xd2\x73\xef\x57\x41\x4c\x63\xcf\x31\x9a\xfe\xcf\x38\x52\x6b\xe8\x68\xe7\xb5\x6f\x57\xdd\xe0\xb3\x5e\x97\x1f\xa5\xde\xff\xcb\x3e\xfc\x1e\x04\x34\xa4\x22\xb6\xb8\x8b\x85\x3b\xbc\x58\x0f\x46\x6e\xb9\x60\xfb\x06\x03\xef\x4c\xa1\x70\x81\x96\xa8\x7c\x4e\x44\x40\xe7\xa8\x6e\x93\x42\x9b\x8b\x18\x95\x33\xa1\x90\x67\xc4\x8f\xfb\xa2\x20\xd1\x55\xb3\x3e\xfb\xbd\xd7\xdb\x60\x9d\xb3\xb3\xe3\xbf\x3f\x96\x59\x7a\xcd\x85\x04\xbc\x92\x93\xe9\x5d\x0c\xe0\x55\xb4\x20\x93\x28\xe3\x3c\x6b\xef\x41\x5e\x17\xe4\x23\x9b\xfc\xc8\xcf\x3c\x44\x69\x9a\xe7\x57\x7c\x5f\x81\x6b\xde\x35\x65\x7d\xb4\x8c\x98\x52\x01\x49\x9f\xc8\x10\xa6\xd0\x1a\xb4\x20\x2f\xa0\x75\x76\xd6\x72\x08\x64\xe8\xfa\x78\x48\xd7\x6e\xfd\xfd\xf4\xef\x83\x33\xf1\xef\xfc\xce\x0f\xad\x8e\xb4\xd7\x0d\x52\xae\xf1\xb8\x43\x33\x93\x39\x79\x2a\x3e\x03\x47\x64\x89\x91\x28\x4d\x22\x4a\xe2\x37\xe4\xff\xae\x92\xc2\xca\x13\xc3\x73\x60\x3f\x4b\xb2\x18\x22\x39\xea\xeb\xe8\x9a\x09\xd1\x82\x5c\x26\x94\x3d\x47\x59\x8c\x24\xb0\x4d\x97\xb6\x22\xa0\x18\x7f\x95\xc7\xc4\xd4\x9e\x7d\x72\x8d\x9e\x32\xba\xcf\x71\xa3\xb4\xca\x62\x32\x4b\x32\x12\x3b\x2c\x2e\x62\x62\x2d\xf2\x78\x95\x12\x1e\x88\x4c\x01\xbb\x7e\x1f\x02\xcc\xff\xba\x4f\x3e\x2d\xf3\xa2\xa4\xce\x67\x3f\x13\x54\x30\xae\x73\x66\x71\xed\x9b\x3d\x7a\x97\xeb\xdc\xd7\xff\x10\x5d\x5c\xd8\x11\xee\xdd\x41\x40\xa3\x10\x7b\x38\xfc\xa0\xed\x56\x7f\xc0\x7b\x71\xd0\x82\x1d\xe4\x24\x9f\x34\xe3\x7b\xa4\xe7\x1a\x29\x6d\x45\xa3\x63\xfb\x06\x53\xb4\x8e\x68\xfb\x25\x1f\x5a\xe7\x14\x57\x6c\xa1\xe6\x9b\xb4\x55\x16\x33\x86\x88\x3e\xe6\x49\x0c\x05\x59\x12\xcc\x2f\xc1\xf6\x99\x24\xa3\xc9\x47\x3e\x31\x64\x83\xd8\x9e\x24\x05\xb6\x25\xc5\x0d\x5f\x72\x39\x87\x27\xaf\xdf\x7a\x6b\x59\xcf\x49\xa6\xed\x39\x67\x8c\x0b\x49\xd6\x7b\x3b\xe9\x02\xc9\x3e\xf0\x3f\xbd\x15\x45\xed\x8c\x7c\x24\xc5\xb5\x74\x06\x62\x55\x84\xd6\x04\xc5\x6b\x7c\x4e\xb1\x7a\xd0\x0b\x60\x41\xa2\x4c\x6b\xd0\x16\xfa\x98\x81\xd7\xa3\x29\x9d\x30\x39\x58\x59\x45\x26\x69\xca\xa7\x8b\x58\xa3\xd8\xf4\xc1\x0c\x36\x94\x70\xef\x34\xce\x2f\xf2\xa2\x06\xe0\xe5\x4c\xa1\xca\xf2\x2a\xaf\x0b\x44\x05\x81\x65\x44\x29\x89\x21\xc9\xba\x90\x94\x1c\x37\x4d\x16\xcb\xf4\xba\xba\x7d\xab\x34\x16\x8e\x58\x21\x13\xf5\x33\x25\xd0\x12\x28\x1e\x66\xb9\x22\xd7\x22\xc5\xba\xab\xd3\xc4\x51\x19\x59\x2e\x3a\xb6\xda\x09\xca\x86\xf2\xad\x9c\xb2\x6d\x81\x2d\x94\x28\x27\x62\x53\x47\xfa\xc6\x20\xc2\xc6\x06\x94\xa2\x34\xaf\xc8\xd3\x00\x77\x35\x71\x29\x65\x38\x82\xec\x8f\x6e\x1f\xfd\x78\x55\x44\xac\xbf\xe4\x3d\x01\x0f\xf4\xcf\xbe\x54\x2f\xac\xbe\x91\xff\x74\x99\xe0\x87\xaa\x09\x6a\x50\xc5\x07\x9c\xe6\x19\xcd\xbd\xc2\x50\x7e\xea\xaf\xa3\xc2\x8d\x50\x5e\xb5\x85\x7d\xe6\xc7\x42\xc9\xcc\xcf\x5b\x4c\x71\xd6\xf4\xfc\x29\x9e\x31\xb1\x79\x72\x41\xc0\x49\xb9\x24\xff\xe9\xb5\x07\xf4\x1d\xf6\xaf\x25\x7a\x80\x49\x2e\xb6\x25\xd9\x81\x56\x35\x05\xfb\x70\x98\xc4\x70\x9d\xaf\xd8\xb4\xbe\x64\x93\x23\xe7\x13\x27\x29\x0f\x02\x91\xd7\x7c\x92\xef\x73\xdd\x54\xae\x55\x15\x0c\x61\xed\x2e\xbb\x06\x7b\xf1\x90\xa5\x9e\x33\x5e\x36\x5a\x62\x4f\x7c\x6b\xbf\xc6\xf1\xc6\xab\xe1\xb3\x7f\xcb\x88\x4d\x5e\x75\xba\x53\x1d\xf5\x58\x6d\x15\xd7\x51\x8c\x64\x26\xdc\xa2\x85\xbd\x76\x54\x0a\xad\x94\x81\x21\x47\x20\xc0\x20\x80\xcb\x82\x4c\xa3\x92\x4c\x98\x3c\x21\x21\x3f\x6b\xbd\x13\x8e\x3f\x92\xa2\x48\x62\x12\xf4\xa0\x5e\x51\x22\x67\xc8\x6a\x19\x47\xa5\xec\xbc\x54\xad\xb9\x55\x17\x96\x39\x4c\xe7\xe8\x17\x15\x74\x2e\x46\x9c\x51\x06\xe4\x53\x42\x71\xc5\x91\x22\x53\xce\x4f\x7d\x80\xf4\x3a\xea\x31\x4a\x0a\xc4\x71\x6a\x9e\xa5\xd7\x8c\xd7\x57\x6c\x32\xb0\xa5\x06\x8d\x4b\x79\x3a\xb2\x8c\xac\xe5\xbc\xa8\xc7\x39\x21\x04\xf3\x34\x8d\x07\x03\x4e\xdc\xef\x14\xf3\xf5\x5d\xae\x92\x98\xd0\xc1\x5f\x70\x1e\x26\xd9\x25\x1d\x70\xa2\x7b\x62\x49\xc7\x0a\x71\x43\x9a\x64\xb3\xbc\xdf\xd0\x75\xde\x62\x19\x63\xd0\xfb\x1f\xa6\x3e\xee\xd1\xbc\x57\x05\x23\x71\x24\x62\x82\xd6\x71\x8a\xce\x57\x9e\xb2\xf5\x6c\x56\x43\xae\x0f\x57\x80\x7a\xa8\x15\x98\x10\xd8\x10\x7a\x2a\xf0\xf5\xa6\xd9\xc6\x8d\xad\x09\xb6\xa8\x86\xf6\xcd\xf4\x4b\x22\x6e\x99\x47\x66\xde\x4e\xaa\x25\x0d\x9c\x63\x37\xff\xa0\x79\x62\x81\x18\xd4\x86\x3f\x35\xc0\xce\x2d\x7f\x37\x50\xc9\xd8\x75\xcc\x63\x41\xd7\x03\xf2\x1a\xc6\x32\x68\x72\x0d\xd1\xa1\xe1\x05\x6f\x10\x5f\xa7\xf8\x36\x8b\x0b\xf8\x34\x4e\xb2\x06\xc1\x7b\x0b\x52\x5c\x0a\x39\x4e\xdb\x3a\xbb\x28\x09\xd8\x71\x22\x0c\x56\x4c\xa8\x3a\x17\x31\xd7\x9c\x80\x98\x80\xfd\x59\x5e\x3c\x8d\xa6\xf3\x76\x75\x47\xf9\x29\xc8\x2c\x86\xf4\xfc\xd4\xe7\x0b\xdc\xa7\xbe\xa0\xce\x37\x01\x37\xea\x55\x83\x01\x5c\x44\xd3\xab\x35\x5e\xd7\xf1\x6b\x35\x14\x70\x59\xbe\x1e\x43\x94\xd2\x5c\xe9\xc0\x9c\x7a\xa7\x34\x7a\x05\xa0\x0d\xf8\x9a\x58\xb0\xf0\xf8\xd9\xc9\xd3\x37\xb8\x07\x9d\xce\x93\x34\x56\xbb\x50\x74\x17\xb8\x20\xc4\xa5\x85\x7b\x09\xc4\x5d\xa0\x39\xc3\xb7\x46\xef\x02\x92\xc5\xb0\x5a\xc2\x3a\x29\xf9\xb9\xa3\x8e\x8c\x55\xd9\x37\xd1\x78\x54\x65\xb9\x05\x33\x01\x6b\x36\x0b\x10\x9c\xfd\x83\x01\x5b\x76\x66\xab\x14\xbb\xa9\x24\xb8\xcc\x99\x20\x31\x49\x49\x49\x82\x78\x21\xc8\xd9\x41\xbf\x17\x63\x69\x6e\xa6\xd7\x7c\x81\x5a\x53\x2e\x96\xbf\x7e\x89\xca\xd3\x50\xa7\x61\x2a\xb0\xb9\xee\x35\x5e\xcf\x06\x03\x78\x8b\x5d\x50\x29\x16\x06\x13\x24\x59\x0f\x0f\xc9\xab\x3d\xef\x82\x2c\xf2\xe2\xba\x97\x92\xe8\x8a\x6e\xd8\x77\xf6\x31\xdd\x9b\x3e\xf9\xbd\xab\xb3\x21\x05\x74\x64\xe1\x55\x62\x30\x80\xa3\xa7\x6f\x9e\x3f\xad\xe9\x6a\x73\xf9\x0b\x1d\x15\xe0\xfe\x42\x15\xd9\x72\xf1\x56\x05\xeb\x56\x6a\xf7\xd5\x54\x96\xdf\x2c\x17\x37\x52\x1c\xd2\xb2\xb5\x8e\xd2\x59\x1c\x12\x8a\x07\x06\x75\xda\x5d\x10\xd1\x84\x94\xe8\x7b\xc2\x44\x88\xdc\x80\xa3\xc0\x89\x70\xe1\x82\x36\x77\xff\xa7\x62\x0e\x86\x09\x52\xa7\x5e\xe8\xb2\xb2\x4e\x28\xe9\xf4\x83\x5b\xab\x7a\x3d\x3f\xd0\xc5\x4a\x03\xd2\x56\xa1\x70\x97\x0a\x95\xc5\x98\x34\xfb\xb5\x52\x06\x3c\x0b\x9e\xf7\x64\xfc\x1b\x2f\x0b\x35\x12\x58\xd5\x18\x12\xae\x6c\x8b\xcb\xc5\x05\x0e\x3d\x67\xc2\x32\x87\x55\xc6\x39\xa4\x6b\x8b\x5f\xfa\x35\x5b\x2a\x07\xba\xb9\x4c\x0a\x77\xae\x0f\x55\x8d\x12\x8b\x5c\xb9\xbf\xbf\xef\xeb\x36\xff\x51\xcc\x16\xfd\x6c\x8d\xb2\xf3\xaa\xda\x63\x34\xef\x34\x68\xb6\xc6\x79\xaa\xfc\xaa\x43\x3b\x19\xae\x43\xcc\x9a\x38\x2a\x23\xf7\x90\x2c\x70\xc7\x5a\xad\x7b\x4e\xdc\xc1\x2b\x72\xcd\x56\xa6\x2b\x72\xad\xce\x88\xcc\x47\x7e\xe6\xe0\xf4\x04\x2b\xb7\xef\xc2\x3d\x0c\x1c\x66\xe0\x4e\xc1\x77\x06\x17\xbe\x10\xf1\xe3\x90\x11\xfa\x19\x2e\x8f\x9b\x26\x3a\x42\xf5\xa6\x49\x31\x5d\x25\x25\x3f\x83\x2d\xe7\x78\xf6\x9b\xda\x26\xf8\xbe\x0d\x98\xe7\x50\x6f\xc3\xad\x5b\xdd\x8d\xdb\x67\x5f\x97\x9d\x5e\x91\xeb\x60\xa0\x42\x81\xcd\xb8\xb6\xd5\x68\xf2\xdc\xb4\x24\x54\x0c\x3a\xf5\x3a\x7e\x5c\x91\x6b\xb5\xa0\x87\xb1\x4c\xe7\x64\x7a\x75\x2c\xd2\xf6\x5b\x61\xe5\xf1\xbe\x46\x7c\xb2\xef\x69\xd8\xf2\xd8\xff\x10\x39\x4c\x15\x31\x1e\xb2\x8d\x32\x17\x9d\xbe\xc4\x83\xf3\xbd\xb7\xeb\x74\x68\xf5\xdd\xed\xe8\xe8\xf4\xe8\xf8\xd5\xc9\x8b\x73\x78\x04\x43\xb8\xb9\xa9\x9e\x7f\x81\x91\xe7\x0a\x11\xd0\x37\x1b\x41\xfc\x1f\xc7\x10\x9d\x1e\x3e\x3e\x79\xca\x10\x8e\x38\x42\xfe\x28\x73\x11\xa3\x71\x4d\x3b\x3a\xfd\xed\xe9\xe3\x37\xe7\x5d\x55\x5f\x20\x09\xc3\x01\xb0\xd2\xe1\xaa\xb8\x1d\x24\xa7\x3d\x24\xd2\x24\xd4\x2f\xb0\xbb\x57\x03\xd6\x96\x70\xc2\x16\x3d\x74\xf3\xaa\xa0\xa5\x39\xe5\xad\xfd\xfd\xda\xfa\x2b\x3a\xa4\x25\x65\xf3\x12\x47\x2f\x7f\xfd\xf5\xa5\x51\xac\x13\xec\x29\x46\x7d\xb8\xa7\x24\xb5\xd5\x38\x8b\x17\xbf\xc0\x4f\x0f\x82\x03\x8d\x30\x61\xa4\x92\x32\x85\x54\xbe\xa8\x43\xca\x61\xea\x28\xd5\xda\xac\x91\xab\xbd\xfd\x05\x1e\x3c\xa8\x21\x5a\x41\x86\x2a\xe9\x8d\xbc\x3b\x0c\x17\xdc\x33\xdb\x3e\xc8\xe9\x54\x65\xab\xf6\xb1\x4a\x5b\xcd\xba\x47\xc0\x78\x9d\xb5\x42\xbd\xfa\x05\xd9\xba\x49\x10\xba\x6a\xee\x62\x91\x0d\xf7\xe3\x33\x54\x44\x83\x14\x63\xf6\x76\x26\x44\x4c\x89\xe1\x8f\x2e\xac\xd5\xfc\xee\xe9\xd3\xff\xf3\xf5\x35\xc7\xd1\xf5\x17\xd6\x7d\xf8\xf8\xb7\x4d\xba\x65\xad\x58\x54\xf8\x36\x2c\x10\x0b\x8f\x82\x90\xd0\x1c\x7e\xbe\x37\x1c\xe9\xc1\x24\x07\x03\x18\x0e\x87\xc3\x1e\xfe\x8f\xff\x7c\x37\x1c\x42\x5e\xa8\xdf\xbd\x21\xec\xc0\x09\xec\x80\x7c\x3d\xd6\x7e\x58\xbf\xfb\xc3\x21\x83\xde\x51\x1f\x76\x18\x16\xf1\x43\xf0\x08\x5b\x2e\xc8\xa7\x92\x64\x31\x89\x5f\xd2\xfc\x8d\x2f\x7e\xe8\xe0\xef\x67\x67\xf4\x4e\xbb\x7d\x30\x3e\xdd\xe9\x9d\x9f\x9d\xc5\xff\xb8\xf7\xf9\x86\xfd\xd9\xfb\xdc\xe9\xb5\x0f\xc6\x67\x67\xf1\xd9\x59\xdc\xe3\x7f\x6e\xde\x55\x8f\xf2\xf7\x0d\xff\x53\xfd\xea\x74\xda\x07\xe3\xf6\xc9\x0d\x74\xda\xfc\x45\xfb\x60\x3c\xf6\xfc\x3a\xed\x77\x59\x7d\x3b\x9d\x03\xfc\xbf\xb6\xa8\x5f\x80\x1d\x08\x64\x07\x37\x8c\xbe\xf7\x0c\xe4\x87\x81\xb6\xe6\x5d\x44\x34\x99\x7e\x49\xa3\x54\x9b\xcc\x26\xd5\xb5\xe8\xc6\xd7\x24\xf7\xc7\xd7\x35\xa8\xfc\x43\xba\x77\x0f\xde\xdf\x04\x8a\xea\xf0\x09\xcd\x0f\xa3\x92\xc7\xe8\x30\x5b\x7f\xda\xfa\x0d\xff\xf5\x8e\x8e\x7a\x87\x87\xad\x2e\x0c\xaa\x5e\xe8\x19\xe3\x39\xb0\x83\x7b\xf0\xa2\x55\x41\xde\x67\x1b\x0b\x3d\x7f\xfe\xfc\x79\xef\xf4\xdd\xf9\xbb\x77\xbd\xa7\x5a\x31\x8d\x5b\x6a\x0b\xb9\x45\x06\xc2\x9f\x32\x40\xdf\xa1\x4d\xdd\x3f\xee\x7e\x0e\xb7\xc5\x69\x48\x3d\xf6\xdf\x7e\x3b\x3a\x32\xbb\x6d\x34\x0c\x61\x97\x90\x0c\xea\x67\x1f\x10\x6b\x24\xb6\x51\xeb\x97\x77\x41\x82\x15\xb4\x05\xbc\xfb\xb9\x9e\x64\xad\x3f\xee\x87\x49\x95\x20\xf7\x36\x60\xab\x2a\xf7\xc1\x9d\x9b\x7e\x06\x4c\xd2\x95\xc9\x82\x08\xeb\x0a\x8a\x16\x0b\x28\xf5\x08\x35\x98\xf5\x24\x59\xf8\x99\xf5\xc5\x8b\xf1\x62\x31\xa6\xb4\x3f\x99\x4c\x26\xa2\xee\xb3\xb3\x78\x6c\xfc\x39\x3b\xeb\xb3\xa9\xe5\x69\x9b\x2c\xde\xad\x2b\xde\xdd\x50\x38\x54\x2e\x54\xc4\x81\xf7\x02\x2e\x16\x4e\xab\xcc\xff\x85\xdb\xc4\x8a\x76\xc3\x45\xc3\xed\x11\x7e\x46\x9e\x32\x01\x70\x1b\xd8\x0b\x56\x01\x0d\x42\xbc\x10\xd1\xe5\x2b\x52\xfe\x95\xe6\x2a\xce\x07\x93\xc2\x83\x03\x26\xa4\xce\xce\xda\xed\xde\x01\xca\x46\xdb\x4f\xe5\xcd\xb3\x27\xb0\xfb\xf3\xee\x2e\xe7\x99\x31\x3c\xcb\x0b\x88\x49\x19\x25\x29\x05\x2a\xee\x45\xe9\x78\x30\x28\xf3\x3c\xa5\xfd\x84\x94\xb3\x7e\x5e\x5c\x0e\xe6\xe5\x22\x1d\x14\xb3\x29\x2b\xfa\x17\x4a\x70\xeb\xd4\xbb\xdb\xbf\xab\xad\xce\xfc\xa3\xbb\x34\x30\x51\x7e\x94\x67\x37\x27\x2b\x72\xf3\x8e\xc4\x37\x27\xf3\xd5\xcd\xb3\x22\xb9\x99\x44\xe5\xcd\x64\x95\x75\xba\x07\x67\x67\xb4\x73\xd0\xc6\x99\xdf\xdd\xfd\xdc\x39\x3b\xa3\xed\xbf\x46\xd9\xcd\x33\x72\x71\x73\x14\x15\x37\x8f\x97\xc5\xcd\x51\x74\x7d\xf3\xd7\x55\x76\xf3\xd7\x55\x7a\xf3\x78\x75\x79\x33\x21\xcb\x9b\xe3\x69\x79\xf3\x2a\xff\x78\x73\x48\xa6\x58\x06\x67\x6e\x77\xef\xb3\x7c\x60\x22\x7c\x2c\x7f\x30\xb9\x2e\x7f\x77\x58\x8d\x8c\xac\xb7\x27\x37\xcf\x8f\x4e\x6e\x4e\x9f\x3e\x39\x7a\x7d\x7e\x3a\x39\x3c\x3f\xe9\xdc\xb4\x4f\xdf\xff\x71\xce\xfe\x08\x61\xb4\xf7\xb9\xd3\x31\x16\x8e\xfc\x82\x1e\xcf\x66\x94\x94\xd4\x74\xef\x60\xff\xde\x9e\x8c\x1d\x83\xe2\xe7\x47\x9e\x97\x4f\x0f\x4f\xc6\xd0\xdb\x83\x3b\x70\xcf\xf9\x34\x61\x9f\x7e\xf2\x7d\x7a\x72\x18\xfe\x84\xa5\xee\xf9\x3e\x1d\x1d\x86\x3f\x61\xa9\xfb\xbe\x4f\xaf\x0f\xc3\x9f\xb0\xd4\xcf\xf6\x27\xc3\x2b\x01\x8f\xec\xd1\x06\x9c\x49\x2c\x2e\xac\xec\x9d\x37\x9e\xf0\x3d\x2b\xf2\xc5\xcb\xc9\x71\x3b\xe0\x91\x67\x3b\x0c\xd8\xf6\x92\xc2\xc2\xb5\xf2\x12\x76\x3c\x0c\xd0\x7a\x6e\xdf\x51\xcc\xfa\xe4\x13\x99\xb6\x79\x71\x8c\x74\x62\x68\x38\xc6\x57\xc7\x44\x33\xcd\xd7\xc2\x9f\x45\x7f\x1f\xfb\x1c\x74\xd8\x3f\x26\xaf\xfd\x1f\xfe\xf0\xbe\x96\xaa\xc6\xaf\x24\xc3\xbc\x8c\xfc\x49\xba\x45\x38\xb0\x28\xe9\x15\x2c\x3e\x55\xe6\xe0\xe6\xe1\x04\x76\x86\xa3\xcc\x07\x93\xec\xd2\xdc\x74\x1f\x95\xff\x2a\x0f\x8c\x2e\xa4\x1a\x89\xbf\x92\x8c\xbb\x64\xa4\xfe\x50\x62\xa0\x0c\xcf\x38\xfc\x69\x72\x7e\x3a\x3a\xe7\x7d\x8d\xa4\x9d\x8e\xce\xc3\xe7\x9e\x55\xff\x6a\x55\x32\x14\xc3\xd0\xdd\xb8\x1a\x29\xab\xc0\x2e\xdf\xa6\xe3\x5a\x1b\x28\xda\xd0\x22\xda\xb3\xc3\xd2\xc9\xac\x39\x4a\xad\x9c\xdc\x31\x3e\x32\x84\xc9\xe1\xfb\x9e\xcd\x5b\x3b\xde\x83\x77\xfd\x37\xd0\x9e\x21\x93\x7c\xb3\x71\xc8\xa0\x1a\x36\x2c\xe3\x0e\xdb\xdd\x9a\x61\x03\x79\x5b\xcc\x00\x77\xcf\x35\x87\xce\xd6\x09\x1a\x61\xd3\x65\x34\x0d\x5c\xea\x80\x31\x7b\x60\x5f\x36\x72\xf7\x9c\xcd\xd8\x16\x60\xa0\x25\x9d\xac\x20\x2b\x40\xcd\x98\x7a\xfa\x33\xf0\x0a\xef\xb6\x34\x7a\x36\x1c\x95\x37\x1f\x63\x08\x8d\xb3\x87\x10\x5f\x5a\x8b\x8a\xd3\x6f\xdf\xd6\x7b\xac\xee\x30\xff\x7b\x71\xe0\x9e\x9f\x03\xb1\xef\xfe\xd0\xa4\xab\x82\x0e\xf6\x9f\x94\x8f\xb0\x0f\xad\xf7\xad\xad\xcd\x8c\xfe\x94\xee\x97\x95\xcc\xb8\xe5\xa8\xec\xf8\x1d\x83\x51\x18\xb3\x22\xaf\xb6\x55\x93\xf8\x2b\xaf\xd9\x20\x5b\x12\x27\xb8\xf4\x3c\xce\x44\xb0\x1f\xcf\xe5\xa0\xbf\xed\x9b\xdb\x1c\x34\x35\x20\x9f\xd0\xf5\x97\xd5\xfe\xe6\xd9\x13\xa6\xcc\x71\x22\xa8\x76\xe4\x76\x4d\xa2\x62\x52\x16\xb6\x87\xa6\xf9\x2a\x8e\xae\xcd\x17\xf3\x7c\x65\x97\x42\xbf\x5e\xf3\x1d\x0f\x99\x34\x29\x0b\xfe\xca\x51\x05\x0a\x42\x57\x69\xe9\x6e\x69\x56\x59\x59\xac\xb2\x69\x54\x92\xdf\x48\x54\xb4\x05\x89\xf6\xaa\x1d\x72\x1e\xed\x8b\x44\x5b\x6d\xd9\x10\xbb\xa0\x4a\x7d\x2e\x9a\x05\xa3\x61\x10\x44\x36\xb4\x0e\xa6\x6a\xba\x05\x75\xee\x2c\xd7\xaa\x47\x3c\x57\x47\xac\x2f\xb8\xe5\x96\xc2\xac\xc0\x11\x73\x30\xd7\x95\x38\x47\xe3\x28\x82\xf7\x22\x81\x5e\xb5\x07\x85\xbd\x57\xf1\xe9\xb3\x52\xc2\xd9\x19\xe2\x59\x6b\x10\xf4\xd1\x3e\xec\x3d\x08\xdd\x84\xed\xf2\x43\x36\x06\xe8\x32\xba\x8e\xe2\xc1\x83\x20\x8e\xd1\x03\x2f\x0e\xa7\xf9\x1a\x80\x27\x3f\x7c\x41\x96\x45\x3e\x25\x94\x8a\x99\xd0\xa6\xb6\xf3\xd1\x1b\x82\x0e\x8c\xd3\x7c\x21\x8c\xb4\xb3\x18\x66\x79\x1a\x33\x6d\x74\x3d\x4f\x4a\x82\xcb\x9a\xd8\x9e\x73\x13\x95\xc5\x2a\x2d\x93\x65\x4a\x7a\xf8\x89\x72\xb3\xa6\x08\x98\xe2\x95\x12\x7b\x19\x14\x64\x5a\x77\xdc\xca\x27\x74\x70\x76\xd6\x3e\xfd\x7b\xe7\xfc\xce\xd9\x59\xe7\xe6\xf4\xec\x2c\x3b\x3b\x2b\xcf\x07\x97\x5d\x5c\x14\x43\x65\xda\x67\x67\xf4\xec\x8c\xee\x74\x36\x01\xfe\x9d\x03\xde\x19\x60\xc0\xd3\x30\x09\x08\xf4\xc3\x40\x4f\x22\x14\xb8\x61\x93\x89\x0b\x84\x83\x34\xb2\x08\x32\x4d\xfc\x92\x07\xe6\x08\x58\x35\x55\xf0\xbe\xc0\xb4\xdc\x23\xea\x8d\xe8\xdf\x72\x4e\xe0\x63\x94\x25\x69\x1a\xc1\x5f\x27\xc0\xd4\x3d\xc8\x2f\x7e\x27\xd3\x52\x74\x75\x86\x59\xf5\x96\x6c\x1f\x90\x95\x4c\x4c\xf5\xf2\x59\x8f\xd5\xc0\x69\xb4\x6c\x3c\xb4\x0c\x0c\xaf\x8b\xfc\x63\x12\x93\xb8\x0a\xb5\xec\x71\xe9\x56\x92\x44\xa3\xd9\x63\x4f\x25\xbe\x3e\x9e\x96\xab\x28\x15\x16\x20\x8c\xd4\x80\x51\xb7\xd6\x49\xa7\x43\xfb\xac\xc0\x07\x34\x6a\x02\xb4\x7b\xee\xc2\x74\x7c\x29\x5e\xac\x71\x50\x1d\xc1\xf4\x67\xa3\x25\xde\x45\x3c\xb4\xb3\x10\x25\x8f\x12\x2a\xb7\x67\x9e\x5d\x06\x7c\x81\x8e\xe2\xfd\x5c\x6b\x7b\xa0\x47\xc7\x71\x59\x37\x4a\xa7\xab\x34\x2a\x09\xdf\xf1\xb7\xd5\xde\xbf\x0b\x8b\x24\x4d\xca\xa8\xb8\x96\xcf\xd9\x6a\xc1\x7f\x3a\x2c\xac\x0a\x85\x44\x56\x75\xa2\x70\xaa\x7e\x7a\xcc\x11\x51\xc3\x32\x6a\xf5\x4d\x09\x36\x09\xd0\x4a\x9e\xbb\x81\xc6\x8a\x50\x28\xff\x80\x84\xc2\x7b\x2f\x09\xc3\x8d\x8a\x05\x9b\x0d\xf3\x85\x2e\xea\x55\x8b\x7d\xcb\x1d\x60\xa6\xff\x7d\x56\xe4\x47\x18\x0d\xed\x23\x04\xf6\x8f\x0d\x7b\x7b\xbe\x80\x1e\x2c\x3a\x30\x60\x40\x7e\x53\xc9\x39\x1e\x34\xc0\x8e\xba\xf9\x01\x8f\x16\x23\x8f\x1c\xd0\x81\x0b\xcf\x47\x8b\x7c\x01\x05\x99\xf1\xd3\xae\x0d\x07\x10\x52\xca\x07\x0e\x21\x24\x93\x8a\x33\x2e\xae\xbe\xba\x6b\x84\x62\xd6\x8e\x77\xf1\x8f\xd1\x7a\xe3\x61\x93\x1d\xb9\x06\xcf\x8f\x2e\x36\x2a\x66\xaa\xcf\x85\x52\xed\x1b\x0e\xb1\x55\x0b\x7e\xda\x0d\x7f\xfa\x29\xfc\xe9\x5e\xf8\xd3\x7d\x4b\xca\xf8\x04\xcb\x2d\x63\x79\x90\xa7\x00\x5d\xbd\x0b\x2a\xfb\xcb\xb0\x15\xca\xa6\xab\x47\x39\x36\x91\xe4\x60\x67\x34\x74\xa8\xf2\x0f\x0c\x3c\x67\xcd\x7e\x4e\xdc\xcf\xe7\x22\x84\xdf\xe9\x03\xf5\x6b\x34\x3c\x77\x8d\x8c\x25\xb2\x58\x8f\x81\xce\x24\xbd\x88\xe3\x8a\xde\xbf\x15\x61\xfe\xbd\x40\xff\x43\xdc\xa7\x98\x8f\xeb\x48\x44\xda\xac\xde\x5f\x1a\xef\x3b\xd0\xd3\xe9\x77\xe9\x09\x09\x63\x75\x72\x6b\x0b\xe1\x6f\xb5\xc3\x30\x8e\x03\x47\x1d\x78\x3c\x79\xdd\x7f\xf5\xf4\x04\x83\xa8\xbe\x9c\x1c\x77\xe1\x6e\xa7\x3a\x97\x16\xf7\x1a\x5d\xc8\x0b\xd8\xeb\x40\xbe\x64\x53\x35\x4a\x59\x25\xe9\x45\x34\xbd\x62\x4c\xb3\xe4\xcd\x80\x84\x66\xad\x52\xe4\xa3\x0b\xce\x6d\x3e\x57\x6a\xa7\x36\x2e\xec\xd6\x81\x3a\x9f\xe4\xd5\x94\xf6\xcd\x5b\xb1\x0e\x7a\x77\xd8\xfa\xe8\xab\x25\x7e\x47\x14\x3b\x75\x03\x2f\x38\x6c\x6c\xb0\xb0\xf7\xac\xd4\x22\xc9\x19\x18\x79\xc4\xe5\xd0\x26\x4c\xf8\xac\x02\x0d\x63\x22\x6d\x26\xd1\x92\xa6\xff\x5e\x64\xea\x24\x78\xb2\x15\x43\x33\x0e\x0f\xd9\xb0\x3e\x4b\x18\xaf\x46\x65\x49\x16\xcb\x12\x0d\x56\x81\xc7\xce\x7c\x26\xd8\xd7\x2c\x31\xcf\xf3\x2b\xda\xe7\xc2\x01\x07\x97\xc1\x4a\x50\xdf\x9e\xdf\x9a\x59\xb5\xe5\x51\x59\x15\x7e\x83\xda\x4a\xd1\x42\xbf\x5b\x58\x4a\x4d\x2e\xe1\x8e\xd6\x49\x06\x11\x14\x64\x9a\x5f\x66\xc9\x1f\x24\x06\x31\x88\x6c\x1a\xbe\x9c\x1c\x8b\x69\x29\xbd\xf9\xd0\xa5\xb4\x2c\x56\x7c\xae\xb1\xa9\x49\xd1\x6a\x18\xca\x1c\x7e\xa7\x9c\xd7\x3b\x1e\xd7\xbe\x16\x8f\x66\x26\xaa\x2c\x48\x9a\x44\x17\x29\x81\x68\x5a\xe4\x94\xa2\xbb\xc8\x45\x91\xaf\x29\x29\xf8\x7e\xea\x23\x29\x68\x92\x67\xb4\x0f\xaf\xf2\x4c\x52\x34\x60\xe4\x70\x79\x22\xaf\x40\x0b\x8f\xc7\x5f\x2b\x4e\xe8\x34\x5f\x15\xd1\x25\x89\xfb\xf0\x3a\x25\x11\x25\x4c\x1f\x20\x05\x23\xb2\x99\xfb\xdf\xef\xb4\xc7\x2a\x72\x1c\xff\xb4\x05\xaf\x72\xde\xf1\x08\x18\x08\xc9\x01\xc5\x61\xb0\x53\x71\xe3\x8a\x12\x9e\x87\xb1\x05\x6f\x4f\x9e\x60\xb0\xb1\x96\xbd\x8b\x07\xb1\x8a\x2a\xc1\xfa\x5a\x46\xfe\x99\x25\x05\x2d\x41\x19\xae\xcf\xa0\x5c\xe7\x6c\xf0\xca\x79\x41\x48\xe5\x4c\x6c\x7b\x97\x8b\xed\x0c\xc5\x5c\x29\x5d\x98\x3a\xda\x6b\x14\x3c\x43\x14\xea\x59\xe4\xdf\x66\xb3\xb2\x17\x9b\xca\x5e\xd4\x6e\xd1\xa7\x61\xbd\x9c\x3b\xd1\xb3\xbe\xe4\x26\xb1\x9e\xce\x1f\x0c\xf8\xf4\xc0\x44\x14\xb8\x45\x49\xaf\xb1\xa7\x78\xb8\x09\xa6\x19\x73\x5e\xe6\x5b\x44\x73\x59\xc8\xf2\xf5\xff\x8b\xd3\x44\x1b\x34\x3e\xd9\xb2\x7c\x6d\xa6\xd9\xd3\x05\x0a\x1f\xc2\x50\x6b\x4f\x5d\xe5\x45\xd6\x23\xd6\xf2\x67\xab\x34\xc5\xe3\x16\x9f\x3a\x6d\xc1\x72\x1b\xcd\x06\x80\x62\x36\x9a\x70\xe7\xb5\x3d\x7f\xaa\xa3\xd0\x88\x32\x50\x4b\x02\x8c\x97\xbc\x32\x9f\x11\xf7\x34\xcf\x3e\x92\xa2\x64\xbb\x70\x1e\xbf\xa6\xcc\x21\xc2\x89\xdc\x57\x30\x2a\x64\x95\xbc\x25\x58\x24\x45\x81\x4c\x4c\xd8\xa2\x1f\x2d\x08\xfa\x6f\x5c\x10\x15\x89\x10\xe3\x30\x94\x64\x8c\xc2\x83\x47\x14\x80\x65\x24\x52\x0b\xe3\x71\x11\x93\x0e\x4a\x8b\x60\x52\x05\xfd\x42\x04\xdf\xcb\x00\x54\x6c\xab\x44\x4b\x58\xe6\x94\x26\x4c\x22\x21\xa6\x8a\xae\x53\x86\xa9\xcb\xcf\x3a\xbb\x98\x3b\xb5\x8b\x87\x9a\x32\x40\x61\x57\x1c\x5e\xe2\xb6\x30\x4d\xf8\xc3\x79\x50\x25\x09\xf2\xac\xef\xc6\x33\x36\xe3\xf8\x81\x96\x55\xd5\x49\x16\xa4\xcd\x0b\xeb\x0b\xf9\xb4\x24\xd3\x92\xc4\x42\xd1\xb6\xbe\xb2\xe6\x9d\xe4\x6f\xa9\x6b\x23\xaf\xc4\x57\x80\xa9\x83\xda\x40\x45\x09\x53\x7f\x03\xf3\xf5\xa1\x99\xd6\x53\x24\x79\xc2\x0e\xc6\x98\x45\x62\x08\x51\x71\x5c\xa3\x5d\x24\x0e\xa0\x38\x75\xf1\x53\xba\x16\x01\x17\xb8\x56\x2d\x0c\x9b\xf7\x2b\x47\xb4\xea\x93\x30\xa2\x0e\x69\x70\xb1\x34\x1d\x65\x43\xc6\xfa\xed\x65\x36\xcb\xfd\x8b\xb2\xde\x88\x84\x13\x6e\xb7\x21\xa1\x80\x5b\xe5\x59\x72\xb9\x62\x1c\xb9\x2a\x61\x3d\x8f\x4a\x48\x4a\x48\x02\x2d\x51\x04\x04\xc5\xa8\x1a\xb7\xea\x60\xaa\xda\x20\x28\xf3\x6d\xad\xf7\xf9\x2b\xbf\x37\x6b\xf8\xf4\xa5\x22\x44\x1a\x88\xab\x33\x61\xac\xbd\xe3\x35\x93\x76\x4b\x33\x55\x6f\x68\x6d\x09\xb7\x39\x36\xf2\x58\xf5\x7a\x4f\x8e\x9c\xdd\x5f\x2c\xd8\x50\xdf\x85\x55\xe4\x63\xee\x04\x87\xda\xd0\x7e\xac\xe2\x1b\x2e\xbc\x0c\x69\x1c\x2c\x23\xd8\x50\x2f\xc2\x45\x65\x98\x91\xe0\xb0\x92\x51\x32\x6a\x8c\x26\x2e\x05\xd0\x1d\x36\x76\x59\x0e\x8e\x84\xc2\xe8\x4c\x59\x39\x47\x01\x78\x99\x7c\x24\x59\xd7\x90\x7a\x79\x1c\x5d\xbb\x98\x8c\x92\x09\xb5\x0b\x0a\x8c\x59\x8c\xf5\xb9\xc5\x43\xe5\xf0\x44\xca\x5f\x44\xce\x0e\x59\x02\x1d\x7f\x65\xb9\x28\xe3\x3e\x2c\x9a\xc2\x65\x45\x7f\xbc\x6b\xce\xe9\x44\xcd\xe7\x87\xb0\xb3\x93\x04\xd5\x31\x0e\xc9\x25\x29\xff\xa9\xcf\x92\x24\xe8\xa5\x32\x18\xc0\x7b\x52\xe4\x6a\xfe\x92\x8f\x18\x84\x8b\x2b\xb4\x82\x6a\x12\x77\x21\xc9\xa6\xe9\x0a\x2f\x03\xca\x64\x41\x2c\xf2\x6b\xf3\xad\x05\x29\x0c\xcf\x30\xbd\xd9\x70\x80\xdd\xb3\xbf\x0f\xbb\x70\x00\x23\x18\xc3\xb0\x03\x63\x03\xb4\xa6\x6d\x4f\xe6\x64\x7a\x85\x44\xee\xee\x55\x86\xcf\xa6\x78\x0a\x91\x5b\xeb\x98\xa1\xcd\x1e\x19\xe0\x1a\xfd\x2b\xc2\x70\x2a\xa2\xf5\x06\x38\xc3\xe7\xc0\x92\x30\xc1\xce\xcd\xc8\xa7\xf2\x90\xa7\x40\x77\xc5\x87\xd3\x24\xf3\x78\xd4\xdd\xf4\x72\xed\xde\x55\xe4\x0d\x79\xc3\x06\x01\x9f\xd9\x43\x47\x9c\x01\x99\x15\x7b\xe2\xc1\xe1\xf0\x6b\x0d\xd2\x08\xb1\x96\x74\xcd\x06\x8a\x13\x60\x22\x3a\x00\xfb\xe0\x08\x8f\xfa\x4d\xa0\xb1\x09\x24\x2f\x03\x0c\x16\x79\xcc\x08\x57\x61\xa4\x21\xc7\xb3\x31\x61\xea\x85\x41\xc7\xe1\x84\x69\x71\xfc\x7a\x63\x55\x4e\xf9\xe1\x19\x4c\xa3\x0c\x2e\x88\x08\x23\x13\x1b\x18\xf1\x72\x06\x0f\xe5\xde\xe7\x99\x2e\xde\xf4\xc5\xb0\xfc\x63\x11\x5c\x06\xbf\xc1\x51\x99\x77\x74\xf5\xfa\x05\xc7\xd4\x4c\x57\xc9\x2c\x2a\x65\x96\x83\x8f\x69\xc1\x6a\x82\x2d\xc4\xe5\x07\x93\x11\x42\xea\x32\xc5\xa6\xc9\x5c\x5b\x87\xc2\xf1\x29\x80\x7e\xbc\x31\x26\x9f\x0d\x6b\xb1\x53\xcd\x24\xfa\xe2\x5b\x9d\xa0\xe9\x41\xad\xaa\x65\x2b\xc8\xeb\x2e\x76\xd4\x6f\xb8\xe0\xb1\x5f\xdd\x2a\x73\x7d\x9c\xaf\xd9\x7f\xae\xbb\x50\x92\xc5\x52\x7d\x90\xfe\x7d\xa8\x0b\x31\xfc\x66\xa0\x56\x6d\xea\xac\xad\x9d\xdd\xba\xff\xfc\xb9\x0a\x63\x70\x73\x03\xeb\xfe\x3b\xf3\xf1\x69\x90\x2b\x63\xf4\x6a\x19\x3d\xb4\xdf\xb2\x99\xba\xe7\x68\x60\xea\x36\xf3\x1d\x81\x8c\x10\x0c\xe2\x57\xca\xbc\x9b\x72\xf9\x4f\x78\x06\x78\xde\x74\x1e\x0b\x2c\x62\xcb\xce\x92\x64\x31\x85\xdc\x45\x39\xcf\xd7\xb0\x26\x3c\x46\xf4\xb2\x20\x25\xdb\xab\x09\x9f\xce\x2e\x9b\x9c\x4c\x1f\xfd\x84\xe7\x05\x78\x9f\x84\x81\xe5\xb9\x94\x72\x50\x45\x58\x56\x1c\xc9\x30\x6e\x95\x44\x09\x4f\xed\x36\x52\x8b\xa8\x07\xab\x72\x3a\x90\x82\x81\xb1\x48\x97\xa9\x0c\x0e\x46\x5e\x11\x43\x6b\xbb\xd7\xcb\xf1\xd5\xd5\x5a\x77\xf9\x63\x63\xe3\xd9\xfe\xda\xfa\xaf\xa7\x20\x21\x57\x9c\xdf\xda\x9c\x06\xbc\xcd\x65\x5b\xd9\x51\x17\xf6\x3a\x7d\x53\x51\x01\xcf\xcd\x05\x5e\x1a\x6b\xc4\xad\xfb\xef\xba\x30\xf2\x41\x71\xc9\xac\x01\x3e\xf5\x00\x6a\x37\xac\xd2\x25\x53\x3e\xfe\x02\xf7\xbd\x3a\xb2\xc5\xd9\x41\x45\x58\xfd\xf4\x1e\x59\x72\x1e\x95\x3d\x26\xbd\x99\x19\xee\x7e\x6c\x78\x62\x81\x62\xdd\x00\xf0\xb5\x7b\xff\xc1\xa7\x1a\xec\xd7\xf4\xb7\x9c\xaf\xee\x8e\xc4\xc7\x02\xeb\xfe\xe5\x65\xd7\x19\x5f\x59\x11\x0e\x9b\x8b\xc8\xaf\x48\x23\xd5\x9b\xc6\xb4\x92\x17\x28\xdb\xfc\xdb\x26\x2e\x3f\x6b\x23\x98\xc8\xb1\xec\xf5\x80\x0d\x15\xfb\x99\xad\x16\x17\x78\xcc\x89\x39\x2d\x32\x9a\xc4\xa4\x20\x31\x0f\xef\x6b\x2e\x03\x2e\x33\xad\xfb\x71\x20\xee\x46\xc5\x43\x43\x93\x87\xee\x05\x6d\xec\x1a\xf1\x11\x78\xcc\xe0\xaa\x4b\xe9\x75\x7f\x63\x0c\x17\x64\x16\xbd\x1f\xa6\xf9\x2a\x2b\x79\x32\x90\xa8\x28\x29\xd7\x1f\x2e\xc8\x65\x92\x65\x22\x62\xf1\xe6\x5e\x20\xb0\x03\x2e\x97\x56\xe3\x42\x54\x3f\xf4\xc9\xf7\xec\x03\x7f\x93\xb5\xbd\xd6\x56\xed\x72\x5b\xe4\xb7\x5f\x90\xe3\xad\x0b\x0c\xf8\x85\x1f\x93\x88\x0d\x7a\xb5\x4c\xaa\x79\xd6\x78\x31\xb7\xfc\x51\x43\x97\x83\x1a\xd7\xa9\xee\x0b\xf1\x42\xa3\xaa\x62\x9f\x56\xee\xef\x68\xb6\xc4\xe3\x96\xda\x52\x1e\x68\x7b\xa3\x7e\x10\xde\xa8\xa3\x4c\x61\x14\x90\xc5\xb2\x6f\x59\x91\x81\xff\x54\x83\xc3\xaa\x17\xf5\x37\xa1\x78\x73\x22\x62\xd8\x97\xfc\x42\x82\xca\x53\xc8\x97\x93\x63\x36\x1f\x30\x85\x0e\x2f\xc0\xcf\x9c\x5f\x4e\x8e\x3f\xa0\x7b\xeb\xbe\x99\xe2\xd1\xf0\xb8\xa8\x43\x6c\xdc\xae\xea\x98\xdf\x3c\x7b\xf2\x41\x5c\xfe\x86\x31\x57\x97\xb7\xc2\xdb\x82\xdb\xba\xa1\x19\x2b\x7f\x63\xa9\x73\x1b\xcd\x58\xad\x73\x7a\xae\xf8\x1c\xf1\x2c\x03\x09\x52\x2d\xd3\x45\x2f\xa3\xa2\x94\xe7\x68\x3c\x1a\x50\x9e\x01\x72\x59\x99\xc3\x52\x04\x00\xc7\x98\x17\x29\x66\xf0\x59\x06\xce\xd2\x66\xb8\x35\x34\xbb\x33\xa0\xcb\x87\x6f\x59\x21\x70\xec\xb9\xa9\x42\xd9\xcb\x35\x15\x86\xef\x4c\x37\x55\xaa\x5b\x36\x18\x51\x02\x43\xd3\x8d\x2c\x96\xa5\x36\xc7\xcc\x91\x60\xdd\x2f\xc2\xcb\x53\x1e\x65\x13\x13\x0c\x5d\x11\x88\xf0\x16\xa4\x0b\x24\xc1\x81\xc1\x4d\xdb\x7f\xc9\xcb\x91\xff\x82\xbc\x80\xff\x42\xe3\x86\xb7\x27\x4f\xfe\xcb\x54\xd8\x95\x8f\x0e\xe6\x81\x0d\x39\xea\xd8\xcf\xba\x75\xa0\x35\xef\xf3\x2b\x92\x51\xdf\x4b\xdb\x39\xe8\x2a\x59\x2e\x49\xec\x75\x19\xfa\x95\xc7\xef\xdf\x17\x8f\x7e\xef\x9a\x32\x2f\x45\x9e\x1b\x4e\x88\x2a\x64\xdb\x33\x91\x22\xf2\xd1\xf3\x2b\xc9\xcc\x54\xdb\x48\xb9\x7d\x94\x43\x3e\x2d\x23\x6b\x86\xf4\x3f\xcc\xba\x96\xa6\xd5\x11\x31\xe9\xf9\xc4\x63\x6b\x27\xe6\x3a\xa3\xe8\xbc\x64\x0c\xbc\xac\x1a\x93\x81\x31\x10\x37\x3b\x84\x7d\x8a\xa6\xa8\xf5\x1e\x49\xe1\x57\x85\xcd\x3c\x41\xb2\x86\x0a\xf6\x41\xb8\x4d\x09\x72\x05\x17\x12\x34\xaa\x78\x96\x17\x46\xda\x5a\x65\xd7\xe3\x3b\x3f\x3e\x3d\xef\xb8\xfe\x1c\x6c\x8a\x69\xd5\x79\x97\x74\x31\xec\xd5\xd8\x56\x49\xd7\xc4\x0b\x69\xa9\xa9\x63\x0a\xc5\x32\x13\xd8\x54\xc2\x87\x40\x92\x0b\xa8\x99\x71\xab\x6c\x25\xab\x11\xd9\xf8\x39\xce\x06\x11\x92\x41\xf7\x71\x93\xcd\xc1\xac\x19\x7e\x12\x6a\x1a\x08\x3b\xfa\x40\x89\xf6\xb8\x58\x7c\x44\x05\xe6\xc1\xce\xbe\x07\x63\xbd\x9b\x08\x5b\x4e\xf0\x84\x17\x0b\xaa\x44\x2f\x98\x26\x0e\xae\xb2\x7c\x9d\x71\x2e\x73\x47\x7d\x56\x65\x3d\x7e\x26\x16\x1a\x7a\x8a\xb0\x61\x7f\x93\x4d\x9c\x52\x37\x68\x52\x4c\x86\x0c\x4e\xeb\x7d\x4f\xea\x59\x81\xcf\x5c\xce\x0b\xd8\x84\x86\x9c\x10\xc5\xf1\x49\xb2\x20\x27\x39\xde\xa2\xb1\x75\xc3\x98\x4e\x3e\x83\x6a\x7b\x38\x9c\xd0\xc2\xc2\x0a\x06\x6e\xdf\x86\x5b\x9b\xfa\xeb\x2b\x5b\x15\x0a\xf7\x3d\x18\xb0\x96\x41\x41\x16\x51\x82\x6a\xf2\x2a\xe3\x94\x88\x9b\x4e\x31\xf5\x84\x32\xa3\xab\x1c\x75\x44\x4d\xe7\x51\x41\x7f\x25\xb3\x92\x29\xa6\xb6\xcc\x35\x16\x81\x5e\x80\xc1\xad\xb3\x20\x63\xa5\xf0\x0a\x82\xe6\x02\x80\x7b\x96\xd6\x1d\x14\xa6\x4c\xb7\xfc\x30\xda\x9d\xe3\x11\x0a\x23\x00\xb3\xfa\x25\x14\x1e\xed\xc3\x68\xb7\xc9\x39\xa1\x0a\xbd\xc4\x0a\x38\x07\x80\x1b\x33\x87\xee\x73\x1d\xa1\xe6\xec\x5d\xc6\x6c\xaa\x3b\x72\xdf\x9c\xa0\x54\x1d\x52\x86\xba\x23\x84\x82\x33\x09\xd3\x3a\x5e\xe3\x26\xb2\x3a\x9c\x88\x64\x6a\xa1\x26\xa9\x52\xb5\x9c\xc1\xb2\xbc\x7c\xf5\xd0\x18\x93\x79\x94\xc5\x29\x51\xe9\xda\x3c\x3a\x98\x3a\x04\x96\x30\xcf\x92\x4f\xef\x8a\x68\x19\x18\x20\x6f\x40\x56\x0b\x59\xe0\xab\x4b\x84\x73\x52\x2f\xc8\x25\x45\x54\xbd\x26\x85\x48\xe5\xe0\x97\x79\x85\x9d\x3b\x82\xc1\x6f\xb4\x71\xac\x76\x4d\xd6\xe1\x10\x29\x22\xfa\x84\xdb\x7d\xe0\x86\x94\xa9\x49\x76\xa9\xe0\x24\x08\xd8\x4b\x68\xe0\x66\xec\x36\xf3\xbb\x7b\xc8\x6c\x0f\x89\xe8\x7c\x69\xc8\x21\xb3\xa4\x3b\xf6\x18\xf4\xf5\xc2\x75\xa4\x56\x2c\x13\xe8\x1a\x6e\x97\x32\x17\xd9\x52\xe2\xdc\xa7\xcf\x63\xcd\xe1\x9d\x84\xe8\x43\x59\x15\x4e\x96\x0d\xf6\x54\x9e\x22\x6d\xab\x79\xfe\x2d\xbc\x96\x5b\x3b\x58\xc7\x60\x10\xb0\x62\x14\x79\xba\xf5\xfc\xdc\xbe\xea\x40\xb9\x11\xbf\x5e\xb0\xd5\x06\xc5\xd9\x23\x18\xb9\xdb\x22\x10\x3e\x83\x98\xd2\x6f\x77\xb3\xdf\xe9\x2d\x03\x25\x93\x5b\x75\x48\xcd\xeb\x3c\x0f\xca\xc0\xe8\x84\x6c\x3e\x71\xcb\x2a\x4c\x1a\xe9\x6a\xb9\xcc\xc5\xae\x69\x1e\x2d\x97\xb6\x22\x53\x3b\xf0\x7e\x83\x69\x6d\xcf\xcd\x37\x66\xf9\xcc\xdc\x7c\xd3\xcd\xbb\xef\x5a\x83\xa3\x92\x2c\x96\x22\xac\xaf\x49\xec\x05\xa1\xe5\x11\xda\xc8\xd9\x3b\xa8\x69\x5e\x90\x93\xfc\x3f\x89\x1b\xba\xc0\x6f\x90\x34\x61\x05\xac\x4f\x98\xa4\x94\x6f\x7a\x9e\xe5\xab\xcc\xde\xa5\xb1\xca\xf9\xd7\x97\xa6\x19\xae\x57\x1e\xce\xf8\x76\x47\x6d\x9e\x42\x01\x10\x74\x68\x0c\xd4\xd7\x38\x16\x42\xa6\xd1\x5b\x7f\x6d\x6c\x58\x7a\xbe\x8a\x5e\x6d\x67\xe9\x6d\xef\xcc\x2a\x8a\x03\xe6\x02\x5a\x0f\x7b\x58\xdb\xee\xe5\x80\x42\x5b\xf1\x00\xf6\xe2\xf2\x9a\x3f\xb4\xff\xf1\x39\xa4\x48\xba\x66\x8f\xb5\x67\xc0\x55\x05\x0a\xdc\xbe\xaf\xae\x9f\x94\x3a\x82\x99\x3e\xd4\xee\x76\x34\x7c\xfc\x54\x21\xf1\x9f\xe5\x0b\x8b\x6f\x1d\xce\xdb\x1a\x4f\xaf\x36\x31\x43\x1a\x0c\x80\x5b\x87\x15\x18\xe8\x3a\xca\xae\x85\x82\x8b\x47\x76\xd2\x8a\x44\xa8\xbe\x4c\x23\x8e\x60\x49\xb2\x28\x2d\xaf\x79\xcc\xe3\x39\x8f\xc5\xac\x3c\x99\xbc\x3c\xb0\xe3\x2e\xef\x5a\x73\x4c\xad\xd8\x73\x59\xc2\xea\x41\x3d\xfe\xcb\xab\x30\x76\x03\x42\x5b\xbe\x03\xa3\xe1\x46\x8f\x14\x1d\x09\x15\x0c\xad\x57\xec\x1d\xb3\x5b\x8e\xa4\x08\x6e\x07\x03\x5b\xe6\x4a\x9a\x29\x23\x9a\x50\xd8\x4f\xa3\x1b\x1e\x19\x45\x43\x45\x6c\x5e\xf1\xec\xb8\x43\x9b\x48\x83\x32\xbb\x27\x7c\x05\x2a\x89\x2d\x4e\xa5\xbd\xc9\x89\xf4\x2e\xb1\xa9\xab\x0d\xe3\xe1\x93\xc9\x81\x9b\x12\x68\x96\xa2\xa3\x36\xaf\x56\xb8\xb3\xff\x15\x3d\xd6\x30\x75\x15\x8f\x33\x24\x44\x63\x57\xc7\x7f\x73\x03\xa6\xfc\x01\xbf\x6d\xbb\x92\x5e\xc7\x68\x98\xee\x5b\xb6\xbf\xc6\x32\x57\x26\xbe\x55\x59\x61\x79\x35\x6f\xb3\x44\xb3\x1d\x4d\x9c\xf0\x09\xd1\xf5\x71\x21\xac\x79\x93\x3e\x5e\xd2\x18\xf9\x21\x0f\xf0\x2d\x5a\x39\xe1\xe7\x87\x9e\xcd\x11\x26\x84\xb7\xb7\x42\xa7\x49\x9f\x9b\x2e\x26\xfd\xca\x78\x91\x57\xc5\xde\x71\xed\x35\xe9\x4b\x3b\xeb\xa4\x2f\x2d\xad\xd9\xbb\xca\xd6\xda\x22\xb7\xba\xcc\xc8\x2f\x7e\xaf\x0b\x5e\x9d\x5f\xfc\xce\x14\x47\xe5\xd4\x9a\x5f\xfc\x6e\xc7\x2e\xb0\x46\xdb\x5c\x39\xea\x37\x29\x9e\xd1\x55\xbe\x3a\x62\x85\x0d\x28\x65\x05\x06\xef\x63\x6a\x04\xe7\x9e\xb6\xb9\xd7\x59\x16\x64\x19\x15\xc4\xc4\xe1\xb8\x25\x14\x84\x86\x0d\x97\x06\x03\x91\xf4\x1f\x4d\x93\x17\x51\x51\x02\xc9\x30\xc3\x73\x54\xe0\x9a\x76\x38\x39\xb1\xf9\x8a\xf6\xa3\x38\x6e\x8f\xba\xd0\x8a\x9d\xd8\x25\x7a\x65\x4d\x36\xf5\x55\x18\x8a\xda\x30\x0c\x4e\x2b\x9d\xfd\x99\x38\x76\x0e\xdd\x2b\xcc\xa4\xca\xa6\x34\x06\xcf\x00\x6a\x49\x02\xad\x17\x37\x37\x5a\x70\x79\xf5\xad\xe3\x68\x96\x82\x8c\x6a\x01\x91\x27\x96\x4e\x22\x55\xa8\x40\x5b\x2d\x57\xbf\x90\xce\x2f\xc8\x28\x22\x97\x7f\xfb\x1f\x88\x15\x0f\x90\xc6\xfc\x50\xe6\x73\xad\xd5\x9a\xb0\x07\xd3\x6a\xe2\x7b\x85\x56\xd8\xd9\x4d\xda\x9a\xba\xbb\x78\x3e\x0c\x94\xf0\x36\xd6\xd6\x9b\x50\xc1\xae\x1c\x34\xd4\xb8\x20\x5f\x27\xce\x51\xbc\xb6\x49\x4d\x28\xaa\xd4\x01\xd4\xba\xfa\x8d\x20\x21\x24\x7c\xa2\xf2\xc1\x09\xa1\x09\xef\x9e\xfc\x58\x05\xb6\x06\xc8\xbe\x28\x9e\x8f\xf2\xed\xdb\xe4\x7e\x20\x76\xc3\x5c\x8b\x9d\x06\x34\x58\x63\xa3\xe2\xe4\x21\x72\x66\xe8\x54\x5f\x11\xeb\xd6\x2b\x83\xc2\x8d\xd3\xf4\xa1\xcd\x39\x55\x32\xd2\x06\x23\xbc\xc9\x2b\xeb\x8b\xd8\x46\x21\xe5\x86\xac\xe8\x04\x74\x3c\x0b\x22\xde\x76\x92\xb9\xde\xc8\xf5\x2c\xba\x81\x62\xb9\x9e\x72\x62\xe5\x79\x67\xb7\xf9\xda\xb7\x71\xd1\x0b\x87\xa7\x6a\x30\x25\x12\x2a\xf4\x97\xda\x66\xb8\x7a\x4e\x08\xdb\x2b\xb4\x98\x0a\x61\x1b\x0c\xf8\x69\x89\xa6\x13\xd8\x3b\x98\xe0\x40\x6f\x9e\x85\x5f\xeb\xa7\x6b\x2d\xff\xb8\x9a\x1c\x17\x6f\x4f\x9e\x70\x02\xba\x62\x91\xea\xca\x0c\x5d\xc2\xa7\xbd\x0b\x09\xb5\xfd\x09\xd9\x5c\x9a\xc2\xbe\x6e\xa2\x01\xc6\x0d\x59\x75\x6e\x7f\x73\x03\xda\x2b\xbf\x8f\xb5\xb8\xfc\xd9\x17\x90\x0f\x03\x6b\xe7\xc6\xd5\x5c\xcb\xc9\xa8\xd7\xaf\xbd\xda\x50\xbf\x37\x8b\x88\x5a\x94\x1b\xd5\x6f\x96\xb5\x19\x10\x57\x5e\xf1\xea\xe9\x62\x59\x56\xf3\xcb\xde\xb9\x59\x13\x50\x2d\xd9\x72\x2f\xcb\x4f\x8e\x34\x8d\xd0\x6e\x94\x94\x75\x01\xaa\xe5\xcf\xc1\x40\x86\x27\x32\xdc\xa9\x17\x2b\x8a\xf9\x7c\xe3\x3c\x13\xf6\x30\xeb\xe8\xda\x74\xfa\x91\x51\x7a\x2f\x93\x72\xbe\xba\x40\xef\x65\xee\xcc\x2a\xff\x24\x94\xae\x08\x1d\x8c\xf6\x76\xb5\x10\xbd\xd3\xfe\x87\x84\x3e\xe6\xeb\x2e\xef\x07\x77\xff\x36\xd5\x8f\x67\x18\x3c\xff\x89\x7f\x4d\xb0\xd4\x37\x68\x53\x4d\x91\x30\x5f\xcf\x7c\x3c\x36\x55\xb7\x8f\xfb\x82\x13\x1e\xfa\x16\x20\x47\x67\xde\xa4\x5f\x73\xfb\xd2\xda\xb9\xe5\xcb\x18\xb3\xed\xec\xe4\x2c\x6d\xd3\xc2\x66\xe8\xb2\xc8\xcb\x9c\xad\x0f\x47\x49\x16\xf0\xc3\x67\xff\x5a\x7c\xb8\xda\x1d\xb6\xbf\x61\x7a\xb8\x02\x8c\x79\xf0\x00\x91\x3c\x77\x11\x7d\x82\x24\xa3\x25\x89\xe2\x7e\x43\xdf\xf5\x45\x92\xf5\x16\xd1\xa7\x81\x9d\xff\xd7\x30\xf3\x72\x97\x06\x4c\x79\x83\x06\x3e\xfb\x7a\x77\x18\x21\x4b\x94\x33\x79\x30\xfd\xdb\x3c\xa1\x7d\xa9\x85\xe0\xfc\x41\x94\xd5\xab\xe0\xfe\x5d\xee\xca\x90\x82\x47\x9c\xfb\x0f\xf8\x9f\x31\x7f\xbb\xf5\x4d\xbc\x57\x9f\xde\x2e\x37\xb5\xbe\x19\xae\x46\x36\xfa\xd4\x6c\x64\xd9\xd8\x85\x47\x96\x8d\xfb\xff\xb8\x91\xfd\xe5\xdf\x66\x64\x9d\x58\x0a\x91\x0c\x0b\xb0\x10\x0a\x45\xce\xe3\xfb\xd1\x9c\x9f\xbf\x2e\x4e\x67\xd9\x79\x1b\x09\xee\xb0\x71\xc5\x95\x6e\x96\x17\x10\xa5\x55\x36\x7f\xde\x29\xdc\x9a\xae\x20\x69\x42\x28\xe4\x3c\xfd\xbf\x1a\xa4\x59\xc6\x2d\x83\xa1\x2c\xa2\x8c\x26\x65\xf2\xb1\xf2\x37\x57\x78\x54\xe5\xdc\x1b\x5e\x98\xde\x5d\x90\xca\x89\x1e\x7d\x35\xb5\x30\x06\x14\x18\x29\xe2\x6b\x17\xd6\xf3\x5c\xe6\xfe\x62\x1a\x12\xc6\x88\x20\x29\x59\x70\x67\x92\x1a\x34\x76\x9c\x88\x65\x32\xbd\xfa\xcf\xeb\xf6\x2c\xeb\x4a\xa2\x7c\x47\x16\x5d\xb0\xd5\x7a\x01\xac\x2f\x9d\x23\xbe\x12\xf3\x25\x56\x7c\x3f\x1d\x7a\xc2\xc0\xca\xd6\xcb\x4c\xfe\xd4\x34\x07\xb3\xae\x4b\x6f\x99\x55\xd5\xef\xab\x85\x03\x42\x28\x08\x42\xb0\x4e\x75\x3b\x33\xe2\xb7\x33\x66\x9d\x7e\x97\x53\x9d\xb8\xd3\xe4\x5c\x9b\x3e\x37\x37\x50\xbd\x47\xbe\x2a\x08\x0d\x45\xb9\xd2\x69\x72\xae\x3c\x6a\x43\xdc\x79\x8e\x58\x94\xd1\xed\x5b\x4a\xe0\xf4\xbc\x4f\xf3\xa2\x94\x72\xe8\xc0\x1a\xfa\x45\x92\xb5\x9d\xc1\x8e\x8a\x4b\xcc\x2e\x71\xce\x37\x1e\xfd\x69\x94\xa6\x6d\x25\x3e\xba\x30\xec\xf8\x56\x72\xc1\x45\xad\x84\xfe\x27\x99\xe5\x05\x69\xa1\xc8\xa9\xc9\xce\xb6\x88\x3e\x7d\xfb\xba\x1f\xcf\x4a\x52\x84\xaa\x16\xd1\x3f\x6c\x83\x68\x07\x1d\xda\xba\x32\xc0\x03\xf5\xb3\xdd\x81\x31\xec\xa8\xbd\x85\x42\xfd\x50\xc7\x9d\x17\x31\x11\xe6\x7c\x5a\x3c\x90\xd6\x35\x89\x0a\x5d\xa0\xb7\xfe\xef\x2a\x2a\x90\x4c\xed\x1d\x1e\x90\x1a\x6f\xd6\x84\x5c\x19\x2f\xe2\xe8\xda\x78\x9e\xe7\x2b\x0b\x07\x1e\xa4\x1a\xaf\xf8\x76\xc9\x82\x52\xdb\x28\xf9\xbe\x0a\x4f\xab\x3a\x26\xa1\x87\xab\x02\x4d\xb2\x39\x47\xbb\xc6\x13\x57\xc4\x0e\x35\xb1\xca\x92\xf2\x45\x44\x0f\xc9\x34\x59\x60\xfc\x4b\xdf\xa5\xae\x7d\x86\x87\x9d\xc6\xaf\x78\x65\xff\x05\x6c\x5a\xaf\xc8\x35\x24\x19\x2c\xbc\xb3\xd0\x9d\x56\xf3\x88\x1e\xaf\xb3\xd7\x45\xbe\x6c\x2f\xba\x80\x49\x1a\x7d\x79\xc2\x6e\x05\xae\x8e\x84\x99\x25\xe7\x40\x49\x99\xc0\x73\x0b\x33\x67\x05\x33\xd4\xb5\x17\x98\x0d\x51\xbb\x71\x82\x5b\x09\x7d\x15\xbd\x12\x1f\x7c\x29\xe4\x9a\xe4\x22\x6b\x1c\x07\xd3\x23\xd4\xc4\x95\xb3\xec\xed\xb0\x38\x5b\x9c\xca\xc6\x9e\x26\xe7\x61\xf3\x4b\x73\xac\x37\xa9\x06\x9c\x64\x5c\x3e\x55\xfc\x4a\xc8\xf2\xac\x97\x64\x25\xb9\x24\x05\x45\x42\xe9\x22\x4a\x53\x42\x4b\x64\xa4\x8d\x4b\x3d\xe8\x86\xa0\xcf\xd2\x3c\x2a\x1d\xda\xd9\x38\x95\x39\x46\x66\x36\xbf\x04\xe9\x75\x58\xb8\xa1\xb7\x50\xa0\xfb\x9b\x04\x22\x15\x6b\xc6\x0f\x23\xaf\x2c\x42\xad\xcc\x8a\x8f\x16\xda\x1a\x09\x3d\x29\x80\x49\x78\xa8\x8b\x59\xad\x5b\x2f\xb8\xf8\x14\x54\x2c\x7e\x38\xb3\x5f\x5d\x31\x29\xdb\x70\xef\xa5\x93\x2a\xef\x89\x4a\x43\xf5\x42\xc2\x82\x12\x23\x46\xdc\xdc\x38\x46\xf8\x42\x64\xfa\x8a\x88\x4f\xbe\x52\x28\x54\x7d\x65\x78\x2c\x0b\x4f\x89\xb5\xf0\x88\xb2\x0b\xa0\x07\xd6\xcd\x8d\xf3\x5e\x78\xed\xfa\x50\xc5\xd1\xb5\x0f\x53\x1c\x5d\xfb\xa0\x99\x30\xf7\x81\xa3\x59\x93\xaf\x69\xdc\xdf\xdd\xd7\x36\xfc\xe2\x2b\x23\xce\xce\x3c\x65\xf8\x17\x7f\x3d\xd5\xa1\x9b\xb7\x32\xf5\x19\x4b\x9b\x2e\x11\x3a\xef\xe2\x49\x83\xb9\xa6\x58\xc8\x1c\x23\xc7\x82\xed\xab\x28\xc9\x4a\xe1\x1a\x94\x17\x68\x3b\xf5\x38\x8e\x79\x84\x6e\xbb\x26\x93\x56\xb3\x1d\x3b\xc6\xc7\x1d\x7f\xc7\xdc\x81\x11\xb9\x0b\x3b\xac\xee\x91\x11\x1b\x43\xef\xf1\x3b\x70\x8f\xec\x55\x40\x18\xc1\xd6\x37\x96\x77\xaa\xcf\xf8\x1f\x26\xfe\x56\x18\xdb\xd2\x7c\x2f\x75\x33\xa6\xa8\xdf\xbd\x47\x7e\xaa\xd2\xdd\xcf\x98\x50\x63\x05\x96\x79\x92\x95\x80\x57\x77\x98\xf4\xb7\x28\xf2\x82\x36\x3e\x29\xda\x7d\x70\xff\x67\xa3\x5f\xff\x93\x4c\x23\xb6\x4f\xcd\x67\x66\x7f\x42\xc9\x44\x04\x85\xdd\x3d\xd1\x84\x88\x42\x9c\xcc\x66\x04\xdd\x6a\x71\xcb\x14\x19\x88\x18\x2f\xaf\xe7\x24\x83\x75\x5e\x5c\xa1\x25\x9b\xba\x5e\xec\xc2\xba\x72\x76\xa7\x65\x5e\xa0\xb7\xfb\x02\x28\x59\x46\x45\x54\x92\xf4\xda\x1e\x3d\x31\x5f\x76\xf0\xef\x8e\x98\x89\x77\xe0\xbe\x69\xa7\xfb\x12\x37\x37\xc9\x42\x85\xf3\x2a\x73\xbe\xcd\x4a\xa3\x92\xc8\x09\x9f\x64\x65\xce\xe7\xdf\x3a\x29\xe7\xf9\xaa\x44\xf7\x03\xc3\xb2\x7c\x30\x00\x1e\xb0\x50\x14\xb9\xce\x57\xe8\xb0\xcb\xfe\xbf\x8c\x52\xde\x9a\x8b\x7c\x55\x76\xd9\xf6\x70\x4d\x78\xb6\x79\xd9\x16\x03\x4f\x52\x6a\xad\xea\x3b\x4c\x29\x65\xd0\x8e\xf8\xb5\x53\x09\xb3\x3b\x70\x57\xc4\xb3\x47\x76\xd9\xf5\xcc\x9e\x38\x2a\x23\xf7\x48\x98\x7f\x53\x47\xa8\xd5\x2d\x66\xc7\x03\x76\xb1\xba\xb8\x48\x35\x9d\xb5\x46\xd7\x73\xae\x15\xb4\xab\xf4\x04\x7d\x10\xa7\x24\x9f\xa9\xe5\x21\x88\x31\xba\xa0\x6f\x18\x27\xb4\xb9\x2f\xb4\x63\xe0\xc0\x5f\xc3\x23\x8f\x95\x9e\xa8\xf1\x28\x2a\xe7\x7d\xe4\xa6\x76\x6f\x04\x77\x40\x22\xba\xc3\x73\xc7\x4a\xe8\xba\x30\xa1\x3a\x0e\x51\x7c\x93\xff\xe6\x62\x89\xe3\xbf\xce\xf9\xde\x99\x76\xab\x65\x98\x08\x12\x70\xd6\x88\x49\x31\x25\xae\x81\x26\xa2\xc0\x0d\x30\x6d\x23\x92\x51\x97\x23\xdb\xc5\x00\x48\xa5\xb0\x99\x76\x16\xd4\x14\x55\x60\x24\x99\xed\xca\x78\x51\xe9\xba\x26\x30\xc8\xfd\xaf\x9d\x38\x0b\xdf\x1e\x26\xb3\x99\xc4\x10\x5d\x50\x13\x03\xf4\xea\x51\xb0\x16\x51\x8f\xf3\x5b\x52\xe3\x58\x96\x86\xec\x16\xfd\xfa\x78\x5b\x6b\x3d\xdc\xbe\xcd\xe9\x19\x9d\x26\x3c\x61\x13\xa7\xee\x34\x39\xf7\x3b\x8c\xb5\x6f\x59\xa5\xb9\x5a\xa7\x70\xe8\xba\x5e\x85\xaa\x89\x52\x8d\x2d\xdf\xd9\xd9\x66\xd3\xcd\x3b\x6b\x47\xeb\x77\xcf\x1e\xfc\xd9\xf1\x9b\xa3\xc7\x27\x27\x2f\x5f\x3d\x77\x66\x07\x0f\x9f\x21\x3d\x7b\x84\xec\xc8\xcd\x59\x12\xc5\xe2\x3a\xd9\xf0\x02\x1a\xe2\xff\x6a\x4e\x03\x71\x1b\xca\xa3\x73\xec\xf3\xe9\xaf\xc2\xf4\x78\xe3\x49\xd2\xe4\x92\xb1\x5d\x6b\xc7\x4e\xc1\x83\xd1\xed\x39\x22\xdf\x2c\x65\xff\x54\x3d\x3d\xfe\xcb\xa3\x26\x4b\xf4\x3d\x1b\xbd\xdf\x2c\xdb\xc3\x35\x88\x61\xc7\x7d\xff\x07\x29\xf2\x67\x49\x9a\xb6\xff\xf9\x4f\x49\xe7\x00\xee\x0d\x3b\x18\x79\xda\x03\xaf\x7a\x79\x03\x32\x81\xeb\x47\xb8\x37\x64\xa8\x2c\x06\xd2\xe5\x87\x23\x4f\xc5\xb0\xb6\xde\xb7\xba\xd0\x1a\x2b\x23\x1a\xf5\x1a\xdf\xb7\xcc\x63\xc9\xc7\x6f\x26\x1a\x87\x44\x6c\x25\xbe\x24\x9f\xf8\x98\x23\x22\xf4\xb4\xc4\x1c\x14\x22\x2f\xc0\x43\x3f\xe8\x06\x58\xf4\x7f\xe2\xb0\xa7\x9c\xc0\xf7\xef\x5b\xe7\x3a\x2b\x89\xfb\x90\xc8\x88\xca\xae\x0f\xfb\xd4\x36\xf1\xb5\xaf\x97\xc4\x77\x1e\x60\x9d\xb7\x5a\xbb\x16\xb7\x89\xeb\x82\x71\x41\xfb\xd9\xe8\x97\x17\x4f\x7f\x7d\xfd\xf4\xcd\x44\x7b\xa3\x82\x52\x4d\xe7\xab\xec\x8a\x14\xea\x43\x6b\x67\x34\x1c\x0f\x87\x2d\xf8\x05\x4e\x5b\xa3\x61\xab\x0b\xd0\x1a\x0e\x5b\xe7\x15\x40\x6f\xf4\xd3\xdd\x61\x0b\x10\xa0\x37\xfa\x89\x35\xfe\xae\x02\xc0\x3b\x57\x86\xf2\x58\x72\xf3\xa0\x7d\x7a\x76\xb6\x73\x76\xd6\x3b\x97\x59\x98\x07\x97\x89\x7b\x40\xe2\x6f\x20\x29\xa4\x23\x6a\x20\x1c\x39\xad\xbc\x68\x45\x9e\x28\xe1\x4c\x2b\x8a\xdb\x93\x14\x69\x73\xdd\xa7\x4b\xdb\x47\x5a\x68\xa7\xfe\xb4\x80\xac\xd6\x90\x37\x8b\x34\xdb\xa9\x31\x16\x41\x1a\xd0\x22\x01\x71\x9d\x8a\xbf\xd5\xd2\x32\x3a\x77\x1c\x95\x97\xc2\x6b\xab\xcd\x0b\xef\x68\x2d\xd5\xba\x9b\x3b\x38\xb7\x7a\x2d\x2e\xda\x74\x04\xd5\x06\x67\xa7\x8d\xc8\x4e\x47\xe7\xa8\x2f\x77\x60\x47\x08\x7a\xfe\x7a\xf7\xdc\x7b\x26\xa8\xca\x63\x8c\xb9\x03\x18\xc2\x98\x13\x75\x3a\xe4\xb1\xe4\x5a\x3b\x2d\x38\x50\x60\x63\xe8\x55\x5d\x08\x96\x2c\x7f\x23\xc2\x21\xcb\x83\xf4\x2a\x22\x5a\x97\xdf\x1c\x24\x54\x8b\x8e\x84\x6c\x4a\xfe\xef\x2a\xf9\x18\xa5\x0c\xba\xcc\x61\x91\xc7\x24\xb5\xcf\xdd\xa7\x69\x9e\x91\x77\x49\x39\x17\xf2\x59\x20\x44\x58\xff\x09\x7c\x5c\x2d\x35\x6a\x7c\x11\xf3\x07\xd7\x98\x00\xb4\x93\x65\x06\x82\xb5\x39\x57\x28\x31\x2a\x0d\x9e\xf5\xd6\xb2\xf6\x62\xe3\x64\x18\xdb\xf8\x8f\x4f\x0e\xc0\x32\xaf\xf1\x83\x8d\xdd\xbb\xdc\x8e\x66\x92\x03\x3d\xb4\x38\x54\x2f\x2c\x9a\x07\x03\x3c\xda\x4e\xf3\x75\x2f\x25\x1f\x49\x0a\xd1\x32\xe9\xc2\x85\xd8\xd4\xe0\xb5\xd3\x2c\xe3\x43\xa2\x41\xf4\x9d\xae\x11\x41\xe5\x4e\x92\x05\x69\x8b\x47\x55\x25\xec\x60\xd7\xd8\x55\x73\x63\x91\xd5\x32\xae\x32\x47\xe0\xc0\x18\xb7\xc5\x16\x23\x56\x47\xf4\xb0\x49\x61\xf5\xf4\x4a\x1a\xba\xcd\x70\x95\x6e\x11\xa2\x59\x66\xb4\xb0\x23\x71\x1c\x67\xf0\x2c\x29\xc8\x2c\xff\xd4\xdf\xdd\xc3\x63\xec\xbf\x5c\xf2\xd6\x33\x86\x15\xe2\x8f\x13\x42\x21\xb2\x36\x9f\x5b\xda\x28\x2c\x57\x69\x3a\x18\xfd\x7c\x7f\xe4\x4c\xcb\x9e\xa6\x94\x2f\x44\xf8\x3e\x93\x86\xca\x26\x4b\x9f\x82\x2f\x8e\x8f\xff\x8f\xbe\x1e\xe0\xfd\x9b\x6a\x3a\xc6\x7d\xbe\x20\x30\x8d\xd2\x94\xc4\xb8\x27\xc5\xe8\x9d\x6a\xc6\x26\x14\x16\xab\x32\x2a\x49\x5c\x45\x7e\x16\x5b\xc9\x8c\x27\x8f\x65\xd3\xf4\x8a\x90\x25\xcf\xb2\xc3\x7b\x23\xc9\x80\x5e\x67\x53\x1e\x10\x83\xbd\x97\xab\x90\x40\xe2\xb2\x43\x6d\xb0\x95\xa3\xe3\xa3\xa7\xaf\x4e\xf4\x56\xb0\x0a\x71\xb8\x45\x26\x53\xbc\x71\x5c\x90\x28\xa3\xfc\xa0\x94\x87\x54\x34\xaa\xee\xca\x3d\xad\x42\x12\xcd\x66\x64\x8a\x43\xc5\xc3\x5d\x4f\xa3\x14\xf7\xef\x18\xf1\xed\xa7\xf1\xdd\xd1\x78\xf7\x1e\xec\x0c\xef\x0e\x87\xd0\xeb\x9d\x56\xfa\xe0\x6e\x17\xeb\xeb\x9c\xf7\x7a\xbf\x28\x64\x15\xfc\xee\x70\x28\xba\xa8\xda\x6b\x33\x59\x27\x21\xe2\x9c\x60\x8e\x0e\xf2\x29\xa1\x22\x0b\x17\xef\x36\x85\x0b\x71\xc8\xfd\x73\x14\xff\xbe\x12\xb1\xbb\x31\x89\x4f\x44\xf1\x78\x80\xc4\x5d\x71\x59\x8a\x67\x97\xee\x3d\xe9\xff\x21\x64\x29\xdb\xc6\x0b\xca\x80\xef\x51\x1c\xd3\x01\x5d\x5d\x60\x06\x1d\x0a\x6d\x26\x76\x59\xbb\x3b\xaa\x2c\xca\xe9\xb2\x0a\x59\xa9\x0e\x94\x08\xcf\x24\xd4\x87\x13\x21\xbd\xd7\xf3\x6b\x46\x24\xe3\x1f\xd0\xc7\xb3\xea\x64\x71\x48\x24\xca\xbd\xcc\x60\x1a\x51\xc2\xf6\xfe\xeb\x28\x2b\x29\xac\x30\xb4\x8d\x36\x5e\x82\x85\xa2\xcb\x28\xa9\xc6\xfb\x03\x07\x78\x99\xbd\x2e\xf2\xcb\x82\x50\xb6\x3c\xf1\x41\x67\xd8\xd8\x62\x42\x32\xfd\xb0\x81\x77\x9a\x12\x6e\x95\x36\x24\xfd\x8c\xb2\x1c\xe8\x6a\x3a\xe7\x3d\x93\xf0\x7d\x2a\x46\xdb\xb5\x59\x55\x97\x12\x13\x52\x9a\x4b\x8e\xc1\x86\xfc\x51\xc4\xd3\x74\xd6\x21\x73\x73\xf1\x41\x3c\x7a\x0e\x0e\x91\x0f\x1f\x23\xfd\xd6\x92\x75\xcb\xb4\x34\x08\x69\x24\xdc\xd2\xea\x96\x0a\x7d\x2b\xec\x09\x5e\x45\xaf\xc2\x17\xc5\x46\x19\xef\xbe\xb4\xb9\x61\x27\x68\xd6\x5e\xdb\x6a\xb3\x76\xad\xa6\x05\xf9\xa6\xdb\x12\xd6\xd2\x06\x77\x0e\x95\x05\xa5\xda\xf3\x8b\xc5\xfa\x11\x8c\xee\x61\xd0\x87\xd0\x48\xda\xed\xe3\x7f\xf1\x94\xb2\x76\x9f\x56\x0d\x9f\x30\x1f\xbb\x7d\xdb\x64\x1e\x6f\x2d\x1a\x2b\xf0\xc3\x2a\x6d\x99\x62\xc8\x6a\x3c\x32\x40\x9d\x62\x29\xc6\xb3\x0d\xd0\x40\x3b\x69\xf6\x6e\x4c\x40\xb7\x61\x14\x64\xd4\xfa\x33\x32\x64\x51\x1c\xeb\x05\xba\xd0\x5a\x38\x6e\x11\x9e\xce\x11\x54\xde\xda\x17\x74\x06\xef\xcf\x6e\x99\xa2\xff\xe6\x46\xb4\xc1\x16\x10\x41\x5e\x89\xe2\x78\x22\x64\x5f\xe0\x06\x53\xb6\x25\x90\x33\x90\xfd\xb3\xee\x84\x38\x1b\xf4\x04\xbb\xf3\x36\xd7\x94\x1e\xd5\x7c\x43\x8d\xc8\xff\xd9\x6b\xc6\x53\x31\xf3\xad\x2d\x3b\xc2\x0f\x5e\xef\xbe\xe6\xd1\xe3\xb0\xa7\xf8\x82\x18\x28\x14\xac\xc8\xda\x3b\xa9\x36\x35\x39\xf2\xb0\xe6\x7a\xad\x7a\xa8\x73\xf9\x81\x94\xc4\xe3\x0d\x13\xaa\x4e\x5d\x9c\x90\xf2\x3d\xdb\x15\xf8\x96\x01\xe7\xcc\x76\x4b\xd9\x7a\xab\xa9\x6c\xed\xf9\x26\xb4\xe3\x5f\x6b\x9d\x65\x79\x29\x76\x7c\x48\xbf\xa0\x8f\x7b\xf6\xa1\x59\x93\xae\xa4\x72\x41\x3d\xc9\xdf\x9e\x3c\x69\x87\xfb\x51\x1f\xc8\xaa\x8e\xa1\xa7\x21\x1b\x2b\xe2\xbb\x84\xfa\x21\xd3\x18\xc6\x0d\xfc\xd5\x8c\x06\x03\x5c\x49\x58\x69\x82\xe0\xf2\xc0\xe6\xd5\x00\x31\x49\xb5\xad\xed\x61\xde\x4d\xb2\xd6\x93\xe8\xb3\x1a\xe0\xda\x3e\xe3\x51\x80\xe4\xc8\xfa\x7b\xab\x2e\x18\xb9\xd5\x67\xaa\x80\xd8\x00\xba\xe2\xc3\xf5\x28\x11\xfd\x58\xaf\x7a\x60\xe8\x06\x36\x33\x83\xaa\x87\xd4\x3a\x04\x3a\x9f\x07\x3f\x47\xb0\x71\xa1\xd3\x9a\xc3\x0a\x04\x82\x4a\x6d\x2e\x3d\xf4\x0b\xcf\x2f\x1f\xb7\x79\x44\x1f\xa7\xc9\x65\x46\xe2\x17\xf9\xaa\xd0\xe7\xbd\x33\x72\x0d\x35\xca\x40\x32\x43\x70\x14\xa1\x03\xdf\x4e\x5c\x93\x09\x30\xb6\x6e\xba\xe5\xf9\xb5\x2d\x3c\xa0\x27\xd5\x80\x1f\xe1\xde\x90\x9f\x45\xd5\x5d\xc3\x45\xd7\x69\x72\x39\x2f\x27\xd1\xc7\x24\xbb\xc4\x83\x09\x9f\xf8\x68\xd7\x72\x65\x47\x98\xe0\xca\x13\x1f\x6e\xec\xd0\x1e\x9a\x2d\xb0\x2f\x59\x9a\x21\xf9\xc9\x40\x52\x61\xa8\xbd\x5b\x74\x1a\x35\x99\x27\xb3\x92\xc4\xee\x0c\xbc\xa5\x7b\x8a\x49\x89\x73\x38\x39\x11\x05\x82\x03\xeb\x82\xd6\x79\x48\x73\x17\x1b\xdb\x0c\x4d\x98\x29\x57\x6f\xb5\x50\x19\x53\x3e\xd1\x8c\xf8\x44\xb0\x6f\xfb\xb0\xba\x8e\xa3\xd3\xfe\x87\xc8\xa1\x59\x19\x6a\x57\x4b\xb9\x4a\x26\x21\x4a\x98\xe7\x63\x53\x4f\x06\x51\xb7\xc5\xbe\x53\x3c\xd7\xa4\xdb\xbc\x9f\x64\x98\xbb\xc2\xa2\xb9\xe4\x81\xe7\xd8\xec\xf9\xa5\x41\xce\x60\x1f\x01\xbe\x09\xe6\x5f\xfb\x7c\x63\xe5\xe3\x1d\x61\xcb\x1b\x5a\x42\xab\xa6\x1d\x80\xb1\x2d\x19\x1b\xa4\xf8\x30\xbf\xd5\x58\xbd\x01\xf6\xad\x91\x6f\x8f\xf6\xf6\x6d\x6b\xa7\x83\x07\xd7\x81\xca\x06\x03\x99\x6a\x15\x7e\xa7\x98\x65\x41\x25\x4d\x84\x82\x5c\x92\x4f\x1c\x0c\x4d\x6a\x31\xf9\x29\x5e\x16\xc1\x3e\x0c\xfe\xde\xee\xdd\x9c\x9d\xed\x74\x0e\xda\x07\xe3\xf6\xd9\x59\x7c\xa7\x73\xda\x87\xf3\xce\x01\xfb\xbd\xd3\x19\xf3\x3f\xed\x83\xb1\xfc\x75\x76\xd6\x47\xa8\x83\xce\xc1\x0f\x03\x6d\xd2\xc8\xe3\x15\xe1\xd8\x10\xe7\x53\x14\x16\x74\x55\x90\x5e\x9a\x5c\x14\x51\x71\xdd\xbf\xcc\xf3\xcb\x94\x4c\xf3\x98\x70\x7f\x87\xa4\x1c\x08\x90\x0f\xec\xd3\x07\x46\x35\xfe\xa7\xff\x3b\xed\xd3\x7c\x55\x4c\x49\x7f\x5e\x2e\x52\xa3\x16\x9a\x2f\x08\xa6\xd3\x12\x59\x1a\x21\x4d\x32\xc2\xcf\x9b\xf6\xfa\x7b\xfd\xbb\xfd\x5d\xd8\x1d\x0e\xf7\x80\x2e\xc9\x94\x67\x4e\x40\xf3\x42\x0a\xb1\x30\xe2\x8b\xb2\xeb\xf5\x9c\x58\x46\x1b\x18\xe7\x78\x55\xe0\x5c\x5c\xe4\x71\x32\x4b\xf8\x11\x20\x37\x4d\x44\x6b\x44\x1e\x81\x09\xa6\x79\x56\x8a\xd8\x85\x17\x79\x39\xe7\xc1\xb8\x59\x71\x23\x93\x46\x42\x73\xd1\xc5\xe6\x3c\xa9\xfa\xfb\x35\xeb\xf0\xd3\xde\xce\xf9\xc1\xe9\xb0\xf7\xa0\xdb\x3f\xbf\xd3\xf9\x8d\x8f\x82\xf9\xf2\xc8\xf7\xf2\x9d\xef\xe5\x21\xbe\x3c\x71\x3f\xbc\x68\x8c\x77\xc2\xc7\xd5\xbd\xde\xf2\xed\x0c\x85\xf5\xab\x75\x22\x24\x4d\xfc\xe4\xea\x69\x09\xd6\xc1\x00\x54\x2e\x14\x3c\x0c\xa3\x82\x43\x97\x90\x50\xcc\x4c\x92\xd1\xe4\x23\xe9\x42\x9c\x43\x52\x02\xe6\xad\x5c\x38\x29\x25\x64\xd6\x11\x4f\x1a\x1d\x9a\x5c\xda\xc1\x81\x0b\x62\x53\x11\x27\xb3\xd9\x1b\xcf\xf5\x98\x66\xfa\x12\xf0\x3e\xd5\x9a\xe7\x51\x82\x16\x74\x2c\xae\x3c\x0c\xeb\x33\xcf\xc6\x38\x56\x80\x71\x74\xed\x03\x38\xaa\x30\xa1\xa1\x90\x05\xf2\xb9\x91\xf3\xac\x66\x6b\xbc\xd3\xa0\x41\x9f\x3d\x7a\xa3\x3d\xc6\x76\x39\x61\xdb\x0c\x3b\xde\x7d\x5b\x50\x5d\x94\xc5\xfb\x96\x45\xa1\x1f\x8d\xb7\xad\x6d\xc9\x05\x9a\x48\xe3\xb9\x9c\x45\x53\x5d\x17\x54\x6e\x7f\x20\x53\x8f\x73\xad\xbb\xd7\x82\x03\xe8\x8d\x60\xec\x26\x70\xa9\x1d\xeb\xeb\xb1\x73\xc8\x09\x7c\x60\x85\x8d\x31\xd6\x82\xd9\xe0\x3a\x70\xc7\xc7\x97\xec\xdf\xdc\x04\xc7\x38\x90\x35\xe0\x0b\x13\x5c\x64\xd8\xaa\x29\x40\xcd\x02\x22\x7b\x56\x5d\x0d\xaa\x84\xb2\xda\x92\x75\x69\xd9\xb7\xb8\x35\x63\x47\xe1\x91\x29\x3d\x75\x03\x50\x29\x70\xb9\xb9\x22\xde\xad\x4c\xd3\x15\x26\x22\xe6\x27\xd3\x88\xb7\x11\x5b\xab\xa1\x96\x72\xf5\xcf\x1d\x67\xee\x3e\x4f\xf3\xb6\xca\x9e\x8f\x55\xf8\x0e\xc3\x8e\x1c\xe8\xbb\x35\xd0\x6b\x07\x7a\xaf\x06\x3a\x76\xa0\x7f\xaa\x81\x9e\x3b\xd0\xf7\x6a\xa0\x17\x0e\xf4\xfd\x1a\x68\xea\x40\xff\x1c\x80\x0e\x0c\x68\xd5\xe5\xe1\x10\x94\x18\x2f\x84\xbb\x02\xe0\x99\x7f\x5e\x54\x6e\xd6\xcd\x64\x98\x56\xa1\xa5\xae\xf2\xdd\xb7\x46\xc5\x3e\xb4\xb8\x3f\x9c\x9b\x3e\xab\xdd\x62\x9a\x4d\x8b\x71\xad\x2a\x70\x73\x03\xad\x32\x37\xde\xd5\xb9\x89\x8b\xf5\xa6\xf2\xeb\x3a\x54\x26\x83\xbe\x64\x9c\x9a\xb6\xaf\xe4\x24\xa3\xc1\x37\x14\x5e\xe0\x32\xf7\x98\x2a\x35\x97\xfb\x95\x70\x66\x24\x0b\xe2\x0d\x49\x1d\x2a\x70\xa4\xc3\xe3\xba\x55\xa3\xff\xcb\xf0\x0c\x8e\x77\xc1\xe6\x75\x19\x43\x80\x56\x1e\x3d\x42\x1f\x69\x09\x1b\x58\x7f\xac\x1d\xcd\x42\x56\xac\xac\x8e\x53\xbb\x27\xca\x4d\xc3\x8a\x85\x1a\x1f\xaa\x59\xb3\x7a\xe7\x55\x7b\x52\xdc\x7b\x43\x26\x95\xb6\xaa\x6f\x6a\x62\xfd\x19\x1b\x40\xf5\xa4\x5c\x96\x1f\x7a\x81\x45\x68\x4b\xe5\x16\xac\x3c\x44\x5c\x85\x4f\x4d\xef\x24\x5b\x8a\x99\x6d\x19\x10\xbc\x23\xad\x58\x38\x00\xa4\xd7\xe8\xe8\xfc\xcf\x7f\x26\xd9\x52\xc4\x2f\x4c\x28\x57\xbe\x57\xd9\x2c\x2f\xca\x55\x86\xd6\xd0\x4c\xa3\x8b\x52\x9a\x1b\x78\x44\xb6\x68\xca\x4d\x0c\xf0\xde\x34\xa9\xd2\x97\x0b\x20\x86\x78\x11\x5d\xc3\x05\xa9\x64\x00\x5e\x25\x4f\xa3\x82\xcc\x56\x29\x5e\xd5\x32\x9d\xb2\x20\xcb\x34\x9a\x12\xa6\x38\x26\xba\x99\x42\x15\x69\x8b\xa1\x92\x71\xc0\xb8\x9f\x50\x92\x2d\xfb\xa2\x5c\xbb\xd5\x6d\x75\xa1\xd5\x37\xd3\xb1\xb3\x0d\x02\xe6\x42\xc4\x85\x65\x3d\x4f\x52\x02\x6b\xd2\x2a\x08\x60\x5a\x5f\xf7\x44\x86\xab\x5c\x05\xa1\x1d\x61\x6a\x84\x3f\xf9\x5a\x19\xdc\x28\x2e\x73\xee\x1c\x7c\xe4\x88\x88\x0b\xbc\x0d\x16\x9e\xc8\xde\xf0\x61\x96\x41\x78\xa1\xa6\x9f\xbd\x01\xe1\xbb\x7b\x7e\x7c\xd3\x81\x1e\x30\xd4\xea\x71\x07\xb8\xbb\x33\xfa\xdd\x54\x9f\xf9\x53\x47\xda\xa4\xeb\xf3\x03\xbf\xcb\x43\xa1\x28\x8e\xdb\x55\xcd\x5d\x68\x1d\xb5\x3a\x7d\xe1\x84\x29\xfc\xa8\x9d\xd9\xd1\xeb\x15\x0d\x44\x05\x75\xd4\x44\x7e\x6c\xd2\x83\x9d\x8d\x14\xf8\x4e\xe6\xea\x42\x91\xb9\x12\x7a\x43\xf7\xdb\xf7\xd9\xbc\x53\x6a\x5d\xe7\x43\x27\x57\xff\x30\x1c\x6c\x98\x82\x29\x1c\x12\xc6\x30\x34\x97\x52\xbd\x51\xea\x08\xc9\xb2\x20\xc3\xf7\x5d\x1c\x43\x3b\x5e\x9c\x20\x91\xfb\xe6\x86\xc6\x86\xb3\x56\x33\xb6\x6c\x70\xa1\x52\x8f\x2c\x40\x6c\x60\xfc\x7b\xf6\x3b\x5f\x11\xe9\x6a\xd1\x88\xc5\x36\xfa\x4f\x17\xdc\x29\xa6\x95\x45\x0b\xd2\x82\xa8\xb8\x84\x88\x31\xb6\x0a\xf7\xc0\xcf\x7a\x04\x58\xec\xdd\x3f\x3f\x8e\x63\x52\xb4\xe3\xa4\x20\xf8\xb6\x0b\x0c\x97\xef\x64\xa8\x32\x1a\xfa\x18\xa5\x5d\x58\x92\x22\xc9\xdd\xe8\x8f\x62\xbb\xdd\x85\x72\xb1\x74\x8c\xe2\x12\x6e\x1b\xcf\xf3\xec\x2b\x87\x69\x26\x92\xa7\xf9\x62\x99\x46\x49\xc6\x1d\x5a\xc0\xf6\xad\x44\x27\x4a\xac\x50\x85\x83\x47\xe3\x01\xb1\x8d\x14\xb4\xf8\xf7\x84\x32\xf2\xc5\x24\x59\x2c\xd3\x50\xe2\x12\xd6\xe8\xc0\x55\x71\x15\x4b\xa3\xe5\x33\xcc\xd6\x31\xd4\x7d\x6f\x89\x06\x74\x95\x9f\x88\x11\x96\xa3\x0f\xaf\x53\x12\x51\xa2\x45\xe7\xf8\xfa\x1a\x79\x4d\x6a\xac\xfa\x50\x8b\xaf\x35\x21\xa4\x61\x10\x90\x28\x8e\x7b\x7c\x30\x49\xdc\x5b\x46\x45\xb4\x18\xf0\xac\xb2\xfc\xfc\x6b\x96\xf7\x5b\x6e\x3d\xde\xd4\x2e\x98\x43\xed\x63\xe4\xbb\x9c\xfe\x88\xde\xad\x9c\x76\xcf\x67\xc1\x0f\xfb\x1e\x4e\x73\x33\xb0\xaf\xaa\xb8\x23\x4a\x79\xd2\xd9\xd8\x42\xa0\x5b\x2e\x70\xbd\x01\x79\x5a\xcd\x92\x80\x1d\xa5\x7d\x8b\x1b\x76\x3e\xd2\xf0\x2f\xf2\x45\x57\x29\xab\x5d\x48\x28\x8f\x8b\xd9\x35\x8c\xbc\x5c\x53\x6d\x53\xf6\x28\x65\xb7\xee\x8c\x47\xb8\xaf\xa9\x3d\x74\x55\x88\x7d\xb1\x15\x79\x25\xaa\x3c\xf0\xfc\x9b\xab\x13\xdf\x5a\xe4\x8b\x9a\x4b\xae\xc1\x00\x5e\xe5\x90\x2f\x7d\x9d\x17\x92\x82\x96\xe9\xa2\xf9\x58\x59\x5e\x15\x2b\x02\x63\xe3\xab\x6b\x67\xce\x89\x76\x36\xe6\xa4\xe4\xe9\xf3\x71\x20\x2e\x89\x18\x91\x16\xbe\x6c\x31\x05\x44\xf4\xc4\x1d\x35\x36\x81\xc8\x1d\xb8\x89\x64\x3d\xe9\xa9\xe2\x87\x91\x40\x7b\x18\x95\xa4\xa5\xd7\x83\x2f\xd0\x9a\x97\x0d\x4f\xa3\x4a\xf4\x31\xf6\xc5\x2d\xd1\xcd\x86\xc5\xa3\x6e\x36\x6c\xf0\x4e\xa3\x0a\x83\xac\x08\x7e\x4b\x15\xce\xd3\xac\x3d\x18\x64\x44\x32\x8b\x85\xdd\x88\x7a\x11\xc5\xd5\x1e\x80\xaf\x49\xa3\x2e\xb4\xa2\x38\x36\xec\x7b\xe4\xa5\xbc\x05\xda\x63\xb0\xf2\x9b\xa6\x5e\x69\x17\x1e\xe2\x6a\xda\xbd\x9d\x95\x73\x37\x64\x75\x87\x76\xe5\xf8\x56\x73\x2f\xe4\xd8\x3c\xeb\x32\x43\x23\x82\x8b\x4a\xaf\x73\x19\x80\x19\x0d\x9a\xe1\x46\xa6\x54\xb8\x91\xde\x7a\x37\xca\xd9\x50\x7e\xeb\x9c\x9e\xc3\x8d\x8e\x45\xc4\x4b\xbb\x81\x8f\x79\x12\x63\x90\x02\x1e\xb5\xc1\x3e\x7c\xd0\xda\xab\x95\x0e\x37\xda\x5a\x0d\x5d\x8b\x7a\xfb\xbb\x66\x5e\xef\xf9\x6a\xf6\xb1\xfb\xdd\x3e\x07\xf6\x7f\x3f\x2e\x44\xb8\x52\x3d\x0a\x9e\x0b\xec\x74\x4f\x10\xd4\x8e\x8d\x1b\xfa\xec\x39\xc9\xa9\xbb\x35\x0e\x12\x60\xdb\xa3\xe2\xc7\x13\x82\xa6\x85\x9e\xb0\x80\xb7\x7c\x71\x01\x6d\x7f\x9a\x22\x5f\x92\xa2\xbc\x16\x58\x7c\x51\x4b\x04\x48\x82\x3a\xed\xa9\xbb\x5e\x62\x90\x17\x6a\x87\xed\x02\x5f\xf8\x97\xea\x83\xf7\x2d\x9f\xd0\xe1\x4f\xde\x2f\x47\xde\xb7\x4c\x46\x84\x3e\xf8\xdf\x07\xa0\x4b\x12\xc2\x63\x86\x9b\x51\x1f\x0e\xbd\x6f\xd1\xa9\x3c\xf8\xc5\xff\xc1\xdf\x11\xdc\xa4\xb5\xe6\x9b\xff\x93\xf7\xad\x90\xd5\x35\xdf\xfc\x9f\x02\xb5\x57\xd2\x7f\x13\x80\xff\xbb\x53\xcc\x8e\x7f\xee\x24\xd3\x14\xdc\x1b\x78\xcd\x43\xeb\x54\xfc\xeb\x4b\x9f\x62\x7b\xf6\x6a\x65\xd9\x8b\x9d\x7d\x70\x13\xaa\x4a\x18\x03\xb9\x27\x7f\xa4\x39\xb7\x8c\xc7\x9b\x1b\xcf\xc9\x9a\x84\x08\xc6\x41\xae\x5c\xd2\xe5\xc4\xbf\x7d\xdb\xc0\x5b\x23\x55\x6a\x64\xa0\x13\x88\xaa\x88\xae\x95\x58\xd1\x21\x1d\xbd\xaf\x8c\x4e\xae\x97\x44\x17\x1e\xd6\xde\x5b\xe1\x72\x8f\x89\x8d\xc2\x2e\x3b\xf0\xb3\xc3\x59\x92\x96\xa4\x68\x6b\xbe\x9a\x25\x71\xa3\x20\x59\xfd\x73\xab\x5a\x11\x10\x1a\x03\xb3\x19\x6b\x88\xcf\x64\xb5\x63\x04\x42\xf5\xeb\x2c\xa2\x82\xaa\x87\x6e\xdf\x36\x1a\x52\xd3\xff\x4f\xa2\x94\x64\x71\x54\x4c\x96\xea\x32\xe7\xdf\x55\xa0\xd3\x68\x41\x0e\x03\x72\x52\x84\xc2\xf7\x7e\x4b\x23\x1a\xfc\xc6\xca\xbd\xb3\xc2\x7a\x19\x05\x83\x1f\x19\x35\x4f\x53\xea\xc8\xb5\xa6\xc2\xa1\xc9\x74\xd7\x84\xc3\x7f\xa3\x49\x7f\x49\x4a\xc9\x75\x22\x3e\xfb\xe2\x5a\x64\xbe\x82\x2c\x5f\xbb\xe6\x0c\x3c\x8c\x82\x04\xea\xb3\xe7\x76\x96\xaf\xbb\x72\x3d\x75\xcc\x1c\xb5\xa8\x00\xf0\x08\x7a\xf7\xcc\xbe\x38\xd0\x06\xcf\xfc\x32\x56\x45\x46\x4e\x11\xc5\x0c\x81\x22\x43\x6f\x09\xc6\x77\x81\x02\x6e\x15\x92\xc1\x03\x05\x76\x9d\x02\x92\xeb\x03\x05\xee\x7b\x0b\x78\x1b\x51\xf5\x48\x38\xa2\x95\x18\xb3\x1f\x46\xed\x12\x9d\x92\xb8\x71\x13\xb5\x2f\x25\x26\xab\xe5\x32\x2f\x4a\x6e\xb1\x93\x64\x97\x29\x01\x3c\x32\x21\x25\x29\x54\x21\xee\x4c\x97\x7f\x24\x45\x9a\x47\xb1\x4c\x36\x2a\xab\x50\x95\xda\x52\x5b\x1c\xa2\x19\x01\x2e\xfd\x21\x20\x15\xec\xe9\xd0\x1f\x32\xad\xe4\xfe\x7d\xbe\xa8\xd1\xf2\x9f\xa4\x35\x0c\x65\x98\x7d\xe8\x5b\x10\xa3\xfa\xba\xfa\x75\xc0\xaf\x27\xc1\x90\xe6\x9b\x69\xa8\xb0\x6f\x20\x63\x43\x67\xf9\x4d\x8a\xf1\x82\x0a\x9d\xf1\xd0\x11\x4f\x86\x72\xc1\xa4\xb2\x32\xd1\x7c\x1e\x47\xd7\x5d\xf8\x48\xb9\xa1\x9d\x51\xf6\x39\xc1\xbc\xdb\x1c\xb8\x97\xcf\x7a\x08\x0c\x31\x59\x12\xb6\x91\xcf\x33\x58\xcf\x09\xcf\x8e\x8e\xf7\x40\x95\xbb\xb7\x30\xd7\xcb\x0b\xc8\x72\xfb\x02\x8a\x47\x9b\x2c\x85\x87\x8f\x11\x9f\xd4\xb6\x62\xc2\xd3\x36\xfb\x40\x1f\xe5\x0e\x9a\x9e\xf6\x91\xb0\xe3\x59\x1b\x95\x77\xbb\xb4\x0a\xe6\x2e\xa2\xd9\x9b\x02\x8f\x1f\xb2\xd1\x3c\x46\xf3\xa0\xe0\x5a\x92\xaf\x4a\xdc\xac\x85\x47\xce\x17\xf0\xb0\x9d\x50\x99\xb3\x59\x44\xa9\xa7\xa7\xfc\xef\x79\xd0\x49\xdc\x82\xe3\x31\x16\x39\x95\x4c\x24\xfb\x8b\x8d\xed\x62\xde\x8b\x1e\x1c\x59\x0e\xd0\xf6\x36\x4f\x7a\x5a\xf1\xab\xe0\xc3\xa8\x8c\xda\x1d\xd5\x61\x6d\x19\x0e\x9c\x13\xa3\x0f\x18\x23\xac\x91\xc5\xb3\xb8\x9a\xf2\x1c\x08\x68\xa9\x51\x74\x73\x62\x9f\xa2\xc4\xaf\xd0\xc4\xea\xb8\xca\x12\x4f\x4c\x5e\x6c\x80\x3c\x06\xb1\x0f\x17\x84\x23\xbe\xd7\xd3\xde\xb9\xbe\x72\xcd\x84\x2b\xdc\x0d\xee\xb0\x6a\xcc\xea\x91\x72\x3d\x6c\x1c\x8f\x0a\x28\x1a\xc4\x98\x51\xdf\x0f\x59\x84\x89\xc2\xfb\xfb\x26\x54\xad\x11\x78\x75\x12\xf7\x8b\xde\x08\x5f\x28\x81\x5a\x37\x20\x5f\x59\x11\xb4\x5c\xdd\x3d\xca\x19\xc9\x5b\xe3\xaf\x23\x3c\xc2\xe2\x26\xee\x7f\x87\xf8\xcb\x87\xf8\xd1\x57\x0d\xb1\x31\x96\x24\x8b\x3d\x23\xd9\xa0\x86\xba\x01\x2e\xd7\x84\x64\xed\x59\x91\x2f\xba\x50\xe6\x62\x90\xbb\xdc\x2a\x8e\x26\x1f\x93\xd2\x35\xa6\xc5\xea\x9e\x15\xf9\x42\x1f\x70\xb4\x04\x62\x62\x93\xbd\x37\x87\xdb\x67\x24\x84\x38\x4e\x72\x1d\x43\x99\xa3\xb5\x79\x6e\x95\x2e\xf3\xc6\x9c\xc2\x68\xf2\xbc\x3e\xc9\xbf\x8e\x7b\xb4\xbe\x40\x4b\x8d\xea\x89\x71\x4e\xbb\xd3\x72\xf5\x6c\x27\x17\x48\x55\x48\x85\x76\x69\x7b\x6e\xc8\x0e\xa4\xf9\x3d\x97\xad\xaa\x55\x72\xf2\xb9\x25\xc6\x20\x1d\x8b\xc4\x64\x75\xca\xb8\x21\x85\x0d\x72\xa4\x25\x62\xa7\x8e\x1c\x1d\xf7\x49\xde\x84\x1a\xad\x01\x55\x81\x86\xde\x38\x93\x68\xf1\xbd\x84\x8e\xbd\x15\x65\x2f\x8f\x5c\x63\x89\xff\x96\xa2\x88\x95\xfb\x22\x61\x24\x7a\x09\x36\x16\x87\xda\x30\x69\x8d\x16\x26\x78\xb4\xaf\xea\xf3\xa9\x72\xf2\xdb\xa3\xfd\x26\xc2\xd1\x2c\xdf\x50\x28\x32\xf6\x3b\x2e\x36\x68\x37\xa6\xb7\x8c\x87\x63\xa5\x0e\xe7\xd5\x93\x36\x30\xff\x71\xb1\x69\xe5\xdd\xa2\x7a\x1f\xaa\x60\xfd\x78\x92\xa0\x83\x76\x21\xa2\x68\x90\xe6\xcc\xc1\x72\xce\x94\xd0\x3f\xf2\x8c\x1c\x92\xb4\x8c\xba\x42\x79\x75\xaf\x84\x9b\x39\x3e\x3a\x31\x33\xaa\x07\x0c\xe9\xe2\x6e\x3c\x54\x70\xab\xc4\x77\x11\xcd\x0a\x7d\x55\xad\xaa\x65\xb0\x0f\x6d\xc4\x66\x3a\x4d\xda\xde\x88\x1d\x1e\x75\xd7\xa0\xa4\x76\xb6\x1b\x90\x74\x9d\x94\xd3\x39\xb4\xdd\xa1\x66\xff\x30\x8e\x0b\xbf\xa5\x19\xbb\x73\x42\x6e\x8a\xf8\x45\xeb\x21\x1b\x42\x11\x29\x60\xce\xc6\x6d\xe0\x26\xb1\x67\xff\x2e\x0a\x12\x5d\x3d\xf4\xd5\xc3\xef\x70\xb6\xae\x68\xab\x3a\x64\x7e\x81\x2f\x69\xce\xdd\xad\x6a\x12\x42\xb2\xae\x22\xc4\x8f\x43\x2a\xfa\x8b\x84\xab\xf0\x07\x5e\x16\x1d\xc7\xef\x75\xb6\xa9\x8a\x73\x4c\x7d\x55\x9e\xf0\xcd\xbc\x3e\xbc\x92\xda\xa6\xb6\xbb\xf7\xc8\x4f\xcd\xaa\x0b\xd6\xc9\xb6\xf6\x4d\xab\x84\x5e\x35\x8b\x58\xf5\x3f\xdf\xdb\xdb\xaa\x7e\xb8\x03\xbb\x7b\x5d\xc8\xc8\x65\x54\x12\x88\xa9\x9d\x77\x1c\x09\xc2\x1c\x14\x5f\x4a\xd1\xbd\xe1\xde\xcf\xdb\x93\x04\x77\xe0\x7e\x98\xac\x98\xcc\xa2\x55\x5a\xd6\x91\xa4\x51\xb4\xe1\x34\x59\x48\x5f\x38\x90\x85\xc7\x10\x5d\xb0\x77\x79\xd1\xe6\x6f\x6a\xb2\x97\xa8\xf9\x13\x75\xe1\xc2\xf1\x64\x8e\x30\x63\x32\xee\x20\x2e\xc4\x4f\x9f\xc1\x0e\xc9\xe2\x5e\x3e\xeb\xf1\x70\xf4\xd3\x28\x9d\xae\x52\x34\x02\xa2\x18\x51\x1b\xa6\x79\x51\x90\x69\xc9\x63\x6c\x57\x47\x59\x1c\x7c\x1e\x51\x34\x09\x73\x90\xa2\x69\x48\x39\x8f\x78\x11\x92\xc5\xbc\x80\x13\x00\x8f\xc7\xbb\xa8\x1a\x72\xd1\x85\x28\x60\xa6\xc2\xb0\x2a\xcb\x4d\x4c\xc2\x81\xb7\xd4\xe6\xa2\xb5\x9e\xe7\x29\x39\x92\xe8\x18\x73\x5c\x54\x76\xc5\x91\x61\x54\x0c\x3b\xec\x63\x65\x94\x1c\xc9\xdf\xb6\x12\x39\x18\xc0\x05\xf7\x24\x82\x76\x94\x4d\xe7\x79\x01\x3d\x18\x81\x48\x27\x2d\xde\xec\xc8\x37\x96\x4e\x22\x3e\xef\x43\x64\xd8\x0b\x9b\x74\x76\xd5\x95\xbb\x5d\x37\x2f\xbe\x6b\xbf\x95\x21\xad\xcc\x01\xbf\x60\xad\xe0\xf5\xf9\xe2\xe5\x0a\x5c\x1b\x68\x61\x6d\xd3\xe8\x71\x4c\x3c\xd1\xf5\x35\x2a\x20\x9a\x16\x39\xa5\xdc\xa5\x8a\xc1\xfa\x28\xc4\xfe\x57\x44\xb1\xf9\x58\x75\xa0\xa0\x66\xb3\x76\xda\x90\xec\x9d\x3f\x81\xec\xdd\xea\x65\x68\x5a\x0f\x06\xe8\x41\xc4\x1d\x88\x98\x00\x49\x3e\x12\x8c\xed\xab\xc2\x78\xb3\x07\x36\x5c\xc6\x57\x47\x2e\xf4\xdc\xf6\x71\xe2\x3a\x32\xc7\x81\x51\x35\x3f\x73\x15\x92\xe9\x99\x3c\x89\x6d\xfd\xf6\xdb\x6f\xbf\xf5\x8e\x8e\x7a\x87\x87\x27\x2f\x5e\x8c\x17\x8b\x31\xa5\xef\xe5\xa6\xc3\x53\xe4\x6d\x39\x0d\x94\x3a\x7d\x7f\xde\x72\x8d\xae\xca\x5c\x5c\xe6\x06\x75\x57\x39\x60\xfc\xa4\xb3\xdd\x22\x59\xab\x23\x8f\x46\x5b\x71\x1c\xc3\xd1\xd1\x11\x1c\x1e\x02\xab\x12\x64\x65\x70\xfa\xfc\xe8\xe4\xfc\xfd\xfb\x56\x58\xf4\x95\xf9\xcb\xc9\xb1\xa8\xfc\x8a\x90\xa5\xc7\x72\x6d\x0b\xdd\xd4\x0d\x3c\x2b\x7f\x32\x99\xb2\xc2\x5e\xa9\x6a\xe1\x61\xbe\x8b\x95\x7d\x9d\xbb\x80\x7d\x84\x3d\x30\x9b\xbe\x42\x47\xfc\xb1\x6d\x3b\x8a\x66\x7e\x52\x36\x3d\x82\x21\x1a\xd2\xc9\xe7\x5f\xe0\xc1\x83\x07\x0f\x82\xdb\x4f\xec\x3f\xb1\x29\x76\x57\xa1\x85\xe7\xf2\x76\x55\x4e\xdd\x97\xc0\xaf\xc8\x7e\xfb\xad\x1a\xf0\xd3\x93\x73\x39\x0a\xfd\xc9\x64\xc2\x86\xdd\x5f\x6e\x5c\x5b\xee\x7d\x6b\xe3\xce\x0c\x94\xb3\x93\x3a\xba\xc7\x44\x57\xca\x9b\xa8\xaf\x8d\xb1\x77\xe1\xca\xf8\xf4\x41\xab\xef\x85\xca\xd0\x91\x50\xf8\xe7\x4f\xc3\x4f\x30\x8b\x28\x5e\xbf\xad\x44\x84\x44\x11\xd5\x70\x1a\x79\x02\x06\xad\xca\x69\x5d\xb2\x23\x1c\xce\x32\xe7\x59\xb7\x74\xb2\x9c\xcd\x71\xd8\xf5\x58\x3b\x7e\x47\x3c\xd6\xde\x7d\xc7\x0d\x7e\x22\xb4\x11\x74\x79\xf5\x8f\x81\x49\x4a\x00\x46\xf9\x18\xbd\x6f\x75\x4d\xce\x59\x74\xa1\xf5\xde\xf4\x39\x82\x4d\xd1\x72\x6a\x58\xcf\x66\x3b\x3e\x15\x5a\xb5\xbc\x25\xd9\x68\x23\x13\xb9\xe1\x58\xef\xdc\x11\x5f\xef\x54\xa1\x91\xe7\xab\x45\x94\x41\x41\xa2\x38\xba\x48\x89\x9d\xbb\x25\x9f\x55\xb1\x58\x51\x57\xac\x78\xe1\x0e\x7a\x88\xc1\x05\x01\xc2\xc6\x24\x2a\x79\x20\x86\x4b\x52\x42\x84\x63\x26\x8a\xf1\x74\x1d\x09\x5f\x3f\x68\xb4\x90\x8a\x4f\x45\xcb\xff\x93\x26\xd9\x95\x0a\x4e\x9b\xe5\x31\xf9\x9d\xf6\xf3\xe2\x72\x10\x27\xb4\x1c\xa4\x51\x49\x68\x89\x81\x2a\x06\xd1\x32\x19\xac\xca\x24\xc5\x68\x13\x7f\x61\xbf\x3e\x4c\x57\xb4\xcc\x17\x1f\x92\x8c\x2e\xc9\xb4\xfc\x20\xa5\xdd\x07\xf6\x3f\x9e\x37\x51\xd6\x33\xb0\xcf\x15\x78\x11\x4f\x38\x9b\x66\x12\x50\xf8\x40\x48\x67\xbd\xf6\xe0\x0e\xb4\x24\x53\x7e\x48\x60\x07\x5a\x70\x67\x60\x9c\x84\x5a\x42\x92\x51\xc2\xd6\x0e\x8e\xc7\xbe\xd6\xfb\x83\xc7\x91\x6a\xd9\xef\x97\x05\x99\x25\x9f\x3c\x79\x99\x5c\x03\x27\x82\x57\xf0\xe6\x6b\xba\x9a\xcd\x92\x4f\xf6\xe9\x9e\x68\xb1\xb8\xe3\x74\x5a\x2c\x28\x75\xe6\x9b\x0c\xd2\x2d\xbb\x62\x55\x4e\x91\x3f\xc5\x23\xba\xee\xbd\xcf\x33\x62\xa7\x11\x90\x6d\x7b\x1f\xe8\x1d\xde\x46\x06\x71\xca\xba\x14\xab\xdf\x81\x56\xfb\xec\x3f\xce\xf5\x12\x98\x75\x8a\x51\x20\x4f\xbe\xc4\x52\x20\x43\xb2\xc8\x95\x62\x1f\x97\x06\x39\xb3\x5a\x95\x20\xd6\x91\xc9\xfe\xc2\xbc\x07\xbe\xb9\xa5\x03\xf3\x5e\x84\x7d\xde\x92\x1d\x68\x9d\x9e\xfd\x47\x47\x5b\xee\xc1\x7f\xb3\x29\xda\xc5\x73\xc7\xa0\x75\xbb\xa8\x73\x47\x60\x0c\xaf\xde\x02\x03\x1e\xf0\x4c\xdc\x48\xf5\x3c\x0c\x53\xe0\x23\xc8\x43\x42\xfe\x4d\x8e\xa4\x08\x78\xe3\x0a\xc1\x83\x80\xa2\xe3\x42\x8e\x7d\x90\x61\x8e\x57\x9b\x3d\x43\x26\xf2\x93\x0c\x9d\x78\xf7\xf6\xc0\xbd\xfb\x5d\xe6\xb4\x14\x9d\xb2\x69\xd3\x37\x2b\xf2\x85\x30\x47\x11\x41\x98\x27\xbc\xb7\xed\x1e\x34\x1b\xe8\x9c\x78\x9b\x9f\xdb\x55\xb0\xf5\x12\x83\xe6\x31\xb6\x4b\x16\x44\x97\x1c\x96\xf5\x00\xc2\x69\xdf\x35\x61\x5d\x1b\x5a\x5c\xb9\xe7\xfc\x03\xca\x7c\x2c\x6e\xb9\x59\xab\xc6\xdc\x48\xe1\xb3\x67\x10\xa5\xfe\xa8\xf5\x5c\xdb\x97\xc1\xb0\x8f\x2b\x40\xf2\x07\x69\xdf\x32\x3b\x67\xab\x0b\x39\x63\x68\x84\x44\x34\x52\x6e\x42\xdd\x01\x33\x6b\xca\xab\x7c\xdd\x0e\x8f\x8e\x31\x99\xd8\x70\x9a\x46\x19\xe0\x25\xdd\xa7\x03\xff\x77\xe1\x03\x31\xfa\xfc\x10\x30\xff\x6f\xc2\x07\x65\xde\x9c\x0b\xca\x7c\x3b\x1e\x18\x0c\xe0\xe5\x0c\x96\x11\xa5\x24\x86\x48\x24\x8e\xc7\x6c\xa8\xa8\xeb\x26\x69\x0a\x6c\xa3\xa2\x62\xb1\x13\xe5\x20\xaf\xca\x4b\x5f\x97\x3e\xc0\x71\x39\x27\xc5\x3a\xa1\xa4\x2a\xad\xa5\x9c\x12\x08\x78\x6a\x15\x31\x66\x0a\xcb\xc7\xa8\x48\x98\xae\x45\x55\x05\x15\x62\xab\x3f\xc4\x70\xf9\xc2\x37\x65\x64\xfd\xab\xea\x6b\xe7\x58\xe3\x8a\x5c\x9b\xde\x1b\xf5\x21\xf8\x78\x3d\xfd\x0f\xd1\xc5\x45\xb1\x71\xb8\x8d\x9a\x8d\x2c\x66\x8c\xce\x87\xee\x56\xc1\x2c\xb0\x31\xb2\x65\x15\xfd\xc1\x6e\xa3\x0e\xda\x2c\x2c\xaf\xc5\x03\x78\x4f\x1a\xe1\x0a\xe8\xcb\x12\x5f\x79\xb5\x32\xa0\xb6\xe3\x8d\xfa\x92\x67\xfc\xeb\x9a\xfe\xa8\x3a\xcb\x4b\x0d\x18\x99\x20\xca\x2e\x57\xd1\xa5\xc5\x06\x7d\x4c\x82\x61\x15\xe6\x05\x45\x14\x7a\x59\x8e\xf6\x75\xd5\xaf\xb2\x22\xf7\x05\x7a\x6a\x36\xe6\xf6\xb8\xeb\x94\x6f\xbb\x2b\xd3\xc5\x89\x67\xdc\xdd\x1d\x91\xc7\x01\xcd\xe8\xb9\xc0\x34\x37\x63\x7f\x18\x23\x79\x34\xf9\xf0\xfa\xe9\x9b\x0f\x3c\xd4\x11\xec\xe3\xb6\x4f\xeb\x31\xf1\x99\x87\x5e\x82\x7d\xbe\x35\x34\xca\xb8\xc0\x2f\x8e\xdf\xbe\xb1\x40\x79\x79\x17\x74\x6f\x38\xfc\xf0\xdb\xd3\xc7\x6f\x26\xb0\x0f\xed\xbb\xf7\x7e\x82\x3b\xb0\x37\x1c\xc2\x0e\x3c\xb8\xdf\x91\x27\xe2\x1a\x56\x3d\xa1\x84\x48\x6b\xb0\xc8\xe3\x55\x9a\x43\x0f\xe6\x51\x16\x33\x79\xa0\x8e\xb7\xb8\xeb\x1b\x85\xb6\xcc\x9d\x49\xe1\x02\xaf\x2c\x61\xf4\xe0\xfe\xb0\x33\xb6\xfa\x71\x91\xc7\x3f\x8c\xda\x71\xf2\x31\x89\x49\x16\x77\x81\xfd\xa2\x56\x62\x32\x79\x07\xad\xc0\xe0\xc7\x0a\x6e\xa7\xfa\xa9\xde\x06\xd7\x50\x1c\x90\x09\xbf\xab\x46\xd1\x7e\xdd\x85\x45\x17\x62\xdb\xc4\x97\xcd\x01\x8c\x6f\x38\xcd\x33\x5a\x16\xab\x69\x99\x17\x50\x90\x45\xb4\xa4\x22\x77\xe2\xb0\xf7\xe0\x01\x63\xfc\xd1\x83\xe1\xb0\x37\x7a\xf0\xe0\x81\x29\xc4\xae\xe1\x11\x1b\x53\xb6\x9e\x5e\xc3\x2f\xfb\x9e\xe3\xd9\xc1\x00\x70\xbb\x5a\x7c\x24\x90\x92\x68\x29\xf0\xf2\x74\x9d\x11\xcc\x56\x69\x8a\x83\x82\xea\xf6\xf4\x7a\x9a\xca\x5c\x0d\xac\x50\xe9\x95\x20\xea\xb4\xe1\x1a\x76\x58\x59\xd9\xb6\x9e\x33\xee\x4d\xd7\xc5\x0a\xa3\xc0\xb5\x9d\x45\xd2\xaa\x9c\x36\xe8\x6c\x3c\x07\x7a\x7b\xf2\xe4\xdf\xbf\x83\x25\xa5\xdf\xae\x83\x2b\x8c\x02\x57\x93\x6e\x35\x8d\x2d\x9c\x8b\x7c\x54\x12\x69\xd5\xef\x1a\xca\x4d\x17\xd8\x7a\x0f\x57\xd6\x29\x4a\x2a\x33\x5d\x30\x60\xb4\x82\x51\x00\x9b\x1d\x3e\xb8\x0b\x9d\xb6\x39\xad\xc8\x56\x09\x3f\x64\xc8\x5a\x93\x9b\x60\xec\xcc\xe6\x6f\x76\x03\x2f\xf6\xd2\x1a\x31\x6d\x6d\x53\x8e\x89\xc3\x46\xdf\xec\x7e\xdc\x53\x99\x0b\x04\x52\xc3\x10\x24\xd4\x40\x54\x57\x5c\x6d\xe3\xf9\x47\xb8\x1b\x2a\x37\x72\x5f\x6f\xd7\xbc\xa0\x89\xc1\xa6\x9e\xd4\x29\xdc\xba\x53\x43\x57\xc5\xdf\xa9\x47\xeb\x40\xc4\xd5\xab\x30\x23\x61\x84\xc5\xd1\xb5\xef\x7c\x62\xbb\x16\x8a\x5c\xdf\xff\x6e\x8d\x94\x06\x75\x48\x1c\x36\x14\x7a\x30\xfa\xea\xd6\x7a\x6c\x11\xe4\x07\xbf\x19\xc6\x76\xdc\xa5\xb5\x61\x3b\xba\x42\x76\x19\xa2\x7a\x2e\xa5\xe2\xa0\x09\x9d\x02\xed\xed\x0b\x75\x27\xd0\xc7\xfc\x34\xad\x6d\x4a\xbd\xa1\xb8\x4b\xb2\x2e\x0b\x0c\x0d\x2f\x34\x6a\x9a\x0e\xf7\xd5\x33\x3c\x68\x0b\xf3\xc5\xbd\xc0\x17\x2a\xb3\x21\xdf\xc8\x14\xe8\xdb\xd0\xc4\x35\xed\x26\x34\x7d\xf6\x64\xd1\x56\x11\x3b\x4a\x2b\xb7\x45\xe3\x4c\x30\x4d\x52\x16\xe8\x86\x92\xff\xab\x09\xfc\xc9\x9a\x00\xb7\x42\x40\x6d\x80\x09\xc0\x6f\xab\x11\xf8\xa7\xf4\x66\x79\x0f\x8d\x64\x3e\x34\x51\x17\x60\x07\xee\xd6\x25\x63\xf2\x7f\xda\xbe\x2f\xbe\x89\xfa\xc0\x07\xe3\x0b\x46\xa2\x5e\x8d\xf8\x73\x87\x61\x13\x58\x40\xcf\x80\x1d\xdb\x17\x56\xfe\xdb\xbe\x3b\x36\xea\x1c\xff\xa6\x3d\x12\x50\x4a\xbe\x65\xd7\xfc\x79\x0a\x0a\x63\xe6\xed\xe9\xfb\x56\x8a\xca\x4e\x60\x8c\xf5\x93\xa6\x9e\x1f\xa4\x4e\xc1\x81\xef\xa2\xe4\xc0\x26\x45\x07\xf8\x58\x07\xb6\x3e\xff\x22\x2d\x68\x67\xdf\x3a\xe4\xeb\xd5\x68\x45\x5b\x33\xc2\xb7\xd3\x8c\x2a\x3a\xc5\x59\xa5\x97\x4e\xa1\x29\x35\xa4\xf3\x5f\xa7\x2d\x55\x16\x38\xa1\x23\x5b\x3d\xb2\x9a\x94\x29\x7a\xca\x51\x6e\xa8\x33\x1c\x86\x73\x2a\xad\xb2\xe4\x93\xb7\x02\x4c\x99\x39\x43\x53\x5f\xcb\x1c\x88\x5b\x25\xd7\x5d\xfd\xf1\x7b\xa8\x80\x83\xaf\xc7\xc2\xa8\x0e\x97\x48\xba\xe3\x44\x20\x14\x6c\xe1\x76\xa9\x15\xab\x64\xe1\x17\xe0\x8b\x80\xc4\x5e\x08\x91\xe6\xbc\x66\xd2\xca\x87\x05\xe7\x98\xe7\x03\x67\x6a\x6f\x09\xa5\x7d\x1a\x5f\xcf\x6b\x3a\x41\x04\x79\xd9\xa2\x17\x2c\xbd\x11\x4f\x13\xc7\xc1\xce\x10\x11\x75\x43\x9d\xc2\xba\x64\x1c\xea\x1a\x0c\x5a\x35\x16\x3d\x44\x5d\xdc\x3c\x14\xd5\x58\xf5\x95\x0b\xa2\x82\xfb\xca\x5e\xf3\x61\xd1\x83\x00\x1b\x9d\x68\x02\x87\xa3\x5e\x96\xf9\x5f\x27\xc7\xaf\xda\xf6\x79\xae\x62\xc9\x57\xd1\xab\x4e\x5f\x01\xc9\x80\x6d\xfe\x89\xe7\xa4\x28\x32\x8c\xdd\x60\xac\x1b\x6d\xfa\xfc\xac\xb0\xf4\x0f\xbb\xde\x39\x22\x71\x97\xb5\x1e\xf0\xcb\xa8\xa0\x49\x76\xf9\x2c\x8d\x2e\xa9\x17\x0d\xf9\x54\x92\x2c\x6e\xff\xe3\x33\x46\x7b\x7c\xad\x83\x23\xe6\x1a\x37\x30\x7e\x99\xfc\xd8\x9f\xf9\xc9\x8b\xac\x9f\x7f\x24\xc5\x2c\xcd\xd7\x41\xa4\x78\x83\x9c\xe4\x59\xf0\x0e\xca\x67\x45\x33\x96\x3b\x29\x6f\x34\x07\xf9\x75\xe6\x73\xef\x25\x63\xe3\x56\xcb\x76\xbd\x64\x2b\xf9\x58\xdf\xa7\xd9\x2c\x59\x16\xc9\x54\xd5\xc0\x9f\xea\xb8\x2c\x8a\x63\x6e\x92\x73\x92\x5f\x91\xac\xdd\x7a\xd5\xc2\x9d\xd6\xb0\x0b\x2d\x52\x44\x8f\x2f\x2e\x0a\x65\x2f\xec\x80\x6e\x05\xbb\x1d\xb0\x09\xfd\x2a\x5a\x90\x5a\x68\x1b\xbc\x28\xf2\xb5\x16\xcf\xd2\x2e\x72\xdd\xea\xc2\x29\xfe\x77\x74\xde\x85\xd6\x75\xde\xe2\x05\x7f\x63\xdb\xd3\x50\x3d\xa2\x10\xfb\xb3\x7b\xae\xea\x6a\x54\x84\xfd\xbd\xbb\x6d\x19\xf6\x63\xcf\x53\x48\x15\xc3\xec\x29\xda\xb0\x61\xf6\x8e\xa7\xbc\x6f\x35\xec\x06\x58\x63\xb8\xe6\x80\x3a\x24\x1b\xa8\x1a\x48\x13\x94\x0d\x92\xd1\x20\x4c\xe2\xc9\xc1\x2b\x8e\x3d\xc5\xb6\x71\xca\x05\x5d\xb2\x56\x81\xf3\xdc\x7b\x07\x2e\xfc\x1c\x31\x96\x59\x57\x5c\xb0\x77\xa1\x64\xd8\xbd\xd1\xb7\x49\x11\xc1\xbe\x80\x53\xe6\x0e\xa4\x88\x28\x52\xa5\xdc\x26\x59\xf9\xae\x02\xe3\xf3\xcb\x67\xd1\x40\x0a\x37\x3f\x20\xfb\x67\x4b\x21\x8e\xa9\xd3\xe7\xd5\x93\xc2\x31\x62\x08\xde\xb2\x87\x30\x09\x29\xf8\x14\x11\x6e\x4a\xc1\xc4\x7f\x06\xd9\xea\x5a\x0e\xd8\xdb\x8c\x62\xc2\xce\xc0\xe0\x5e\x37\x07\xdc\x02\xb2\x31\x68\xae\xf1\x15\x9b\x27\xc7\x45\x9c\x64\x51\x1a\x62\x2e\x3e\xf5\x39\xd1\x82\x22\x5e\xdd\x79\x17\x7e\x7b\xfa\xf8\x8d\x56\x8d\x59\x2a\x67\x10\xdb\xb3\x18\x2a\x3c\x8c\x3c\xeb\xc0\xcf\x62\xb6\x0f\xc4\xa0\x1e\x5b\xe8\x86\x29\x96\xd9\x93\xd0\x9d\x1c\x9f\x1a\xe1\x09\xed\x0b\x3c\x74\x98\xc5\xb1\x07\x5c\xaf\x27\xd6\xe6\x53\xd6\x59\xe7\xde\x59\x63\x23\x90\x7d\x85\x04\x37\xf0\x4e\x32\xd0\xf3\x04\x26\x99\xf2\x5d\x1e\x0d\x7d\xf7\xb7\x41\xeb\x91\xa7\x45\x44\xdb\x0b\x69\xa6\xef\x8c\x8c\xbd\x46\xdb\x59\xe8\x98\xee\x68\xbd\x62\x62\x41\xed\xee\xf0\xe1\xe6\x46\x33\x72\xe2\xfe\x38\xf8\x41\xa3\xb3\x8a\xcd\xd7\x85\x94\xcf\x75\x3d\x2a\xdf\x23\x48\x1f\xc2\xce\x4e\xe2\x46\xc1\x16\xe7\xaa\x22\xd2\x32\x2b\x76\x9a\x9c\xf7\x69\x92\x4d\xfd\x69\x98\xc5\xde\x94\x87\x61\xf6\xec\x4d\x41\x18\x5f\x14\xab\x6c\x1a\x95\x04\x37\xa0\x7e\xa8\x98\x9f\x0a\xe3\xde\xb0\x6d\x56\x6c\x45\xad\xf2\x6c\x47\x65\x47\xa9\x32\xb0\x8f\x08\x6b\x37\xc3\x10\xd8\x6f\x3b\xa1\xe9\x03\xbd\xb2\xca\xca\xc4\x6f\x38\xc6\x7b\x45\x9d\xac\x87\x3a\xc6\x40\x04\xfb\xb0\xf3\x32\x9b\x25\x59\x82\x71\x16\x9b\x12\x0b\xdf\x7f\x10\x78\x3b\xad\x41\xd8\xd8\xb3\x76\xe3\xbe\x66\x38\x3c\x3f\xa5\x02\x5f\xf1\x7d\xc0\x34\x08\xa7\x24\x97\x0b\x42\xbb\x93\xb3\xb3\x2b\x14\xd8\xad\x67\xa9\x3e\x25\xd9\x6f\x67\x23\xe6\x49\x55\x11\x5d\x5c\xd8\x2e\x11\x19\x6a\x25\x5a\x6b\x05\x7d\x7c\xbe\xb2\x5f\xfd\x32\x7f\xbb\x5c\x92\xe2\x49\x44\xb9\xc9\xea\xd7\xcf\xf0\x4c\x55\x80\xa3\x93\xf9\x6a\xb1\xe9\xd6\xe0\xd9\x63\x2d\x3c\x6f\x94\x51\x03\x7b\x51\xd3\x12\x10\x2b\x83\x67\x30\xe4\x3f\x39\x01\x3d\x52\x55\xff\xc7\xe7\xc1\xab\xd0\x14\x10\x9f\x37\x7e\x0f\x02\x48\x4a\x79\x9f\xec\xab\x61\x0a\x12\x24\xff\x69\xcc\xea\x86\x39\xd5\xff\x7d\x0e\x7f\x92\x53\x63\x03\xed\x1b\x89\xe7\x0c\xf0\x6f\x4a\x7c\x03\xea\x39\x7b\xfd\x8b\xe8\xdf\x50\x44\x8b\x6b\x79\x8a\x32\x80\x4f\x7b\x31\x29\xce\xfb\x49\x16\x93\x4f\xc7\xb3\xb6\x22\xdd\x6b\xe5\xb6\x91\x68\x57\x22\xd6\xc9\xbe\x27\x3c\x51\x1a\xd3\x92\x58\xc5\x5d\x3c\xe6\xf2\x04\xac\x15\xd3\x5c\xac\x9f\x8f\xf8\x03\x97\xde\x07\xb0\x33\x82\x31\xf4\x46\x96\x52\xc9\x3d\x9e\x9a\x18\x76\xab\x15\x45\x2e\xe9\xfc\x88\xad\xa9\x4d\x5d\xa0\x38\xec\x08\x1a\x7a\x48\x6c\x2e\x5c\x88\xef\xb0\xd6\x34\xb1\xba\xbb\x24\xa5\xd8\x48\xba\xa7\x86\x9b\x16\x81\x8f\x51\xdd\xb2\x60\x38\x1e\xf0\x35\xe2\x1b\xa8\x67\xf5\x8b\x38\x4f\xc6\xe3\x8d\xe1\xe4\x59\xb3\xbd\xdb\x48\x4d\x81\x7a\x84\x39\x7f\xe0\xf6\x6d\xfc\xf3\x68\xbf\x81\xda\x63\x32\x2d\xae\x2d\xf5\x66\xf2\x7a\xad\x9c\xd3\x82\xb5\x86\x55\xd0\xad\x6a\xf5\x05\xf0\x68\x85\xe3\x07\x4b\x06\x61\xd3\xf7\x7f\x59\xe4\x7b\xb0\x88\xa5\x02\xc1\x9f\xc5\x24\xf5\xf5\x7e\x11\x9b\x3c\xbe\xb8\x28\xfe\x97\x49\xbe\x3d\x93\x58\x6e\x40\xf0\xe7\xb0\x48\x7d\xad\x5f\xc4\x20\xbf\xf1\x45\x6b\xdb\x33\x81\xc4\xde\x38\xfc\x2b\x58\x46\xe9\x07\xe6\xd0\x9a\xbd\xae\xeb\x09\x7f\x26\xc7\xb9\x83\xb9\x25\x13\xda\x09\x87\x0c\x14\x8d\x38\xca\x2c\x5f\xc7\x60\x01\x4b\x0a\xc3\x08\xad\xe7\x3f\x07\xa9\x82\x1f\xb1\xe1\x08\xe4\x09\x94\x65\xb8\x36\xe4\xc2\xd4\xfb\x46\x39\x5c\xad\x91\x15\xb6\x58\x2c\x22\xca\xb4\x28\x3c\xfe\x6b\xf3\x04\x21\x53\x4f\x2c\x17\x2d\x65\x03\xbf\xf0\x6f\x7d\x30\x8a\x7a\xd2\x20\x4f\xf3\xc5\x72\x55\x56\x9b\xf8\x2a\xca\x77\x20\x22\x89\xba\x20\xe4\x44\xc8\xbb\x47\xb3\x22\x69\x9b\x82\x6f\xf1\x4d\x6d\xdb\x98\x64\xff\xc2\xb6\xa9\xa2\xdf\xbb\x6d\xaa\xa2\x2d\xdb\xc6\x95\x9b\x2f\x1e\x39\x55\xf8\xfb\x8f\x9d\xaa\x6a\x8b\x16\xea\xd7\x4a\xaa\x79\x5d\xb1\x3b\xf2\xdd\xb0\x6a\x97\x31\x9e\x51\xdf\x58\x0f\xee\x25\xb6\xac\xc7\x33\x73\x1a\xd4\x83\x2a\xe9\xd6\x35\x79\xc6\x7a\x63\x5d\xda\xf9\xfa\x36\x15\xfa\xae\x06\x30\x44\x92\x7e\xcb\x12\xbe\x0a\xb7\x78\xc7\x5d\x37\xd9\x02\xfd\x3a\x21\x53\x9e\x7b\xc7\x4e\x61\xc3\xb6\x01\x75\x5f\x59\x47\x84\xbf\x2f\x92\x4f\x24\x0e\x7f\xde\xfe\x80\xf0\x9b\x9d\xdd\x71\xa2\xfa\xcb\x15\x9d\xb7\x0b\xd6\xa5\x4f\xe9\x34\x5a\x92\xb6\xbe\xfd\x71\x7c\x21\xaa\xae\x0a\x17\x64\x30\x4e\x41\xbd\x9f\xea\xea\xc4\xeb\x55\x77\x6d\xd6\xba\x71\x4b\x8a\x1b\x95\xf4\x92\xdc\xb0\x4e\x45\xb1\x2c\xe7\xb1\x60\x53\xe2\x85\x3b\x7f\xc3\x1b\x72\xf9\xf4\xd3\xb2\xdd\xfa\x7b\xbb\x85\x29\x3a\xab\x8a\x7e\xcf\x93\xac\xdd\xba\xc1\x1c\xa1\xad\x4e\xab\x0b\xad\xc4\xb8\xa7\xf0\x2d\x41\x3e\x9c\xda\x08\x37\x47\x59\x49\x7e\x1f\x4a\x6d\xec\xb7\xa1\xb2\x12\xb6\x06\x52\xb3\xaf\x15\xd5\x1a\x97\xd8\x95\x58\x25\x92\xda\x90\x50\x03\x78\x76\xfc\xe6\xe8\xf1\xc9\xc9\xcb\x57\xcf\x03\x06\x15\xc3\x2e\x9c\xb6\x2e\x2f\x2b\xcb\x88\xea\x8e\x34\x68\x02\xb8\x26\xe4\x4a\x28\xdf\x3f\xc2\xa8\x32\xf4\x0b\x5a\x6d\x60\x25\xcf\x9f\x6f\x55\x89\x30\x53\xae\xaf\x47\x4f\x2f\x2c\xa1\xf5\x8a\xc5\x9d\xff\x25\x29\x4b\x2b\x6b\xbc\x87\x42\x01\x8c\x7f\x84\xfc\xe0\xd4\x8a\xe2\x1e\xfb\x1b\x5f\x9d\xad\xcb\x4b\xec\xcf\x96\xec\x26\xdd\x5e\x24\x58\x60\xbb\x12\xcf\x9f\x63\x6f\xb6\xb4\x4e\x6a\x54\xc6\x5b\x48\x31\xcb\xe3\x5f\x5f\x3e\x9e\x3c\x9d\x68\xed\x7b\x9b\x25\xe5\xe3\x34\x89\x68\xbb\xa2\xad\x0b\x8c\x5f\xb4\xda\x34\x20\x1d\x75\x17\xd8\x90\x1b\x15\xbc\x7e\xf3\xf2\xf8\xcd\xcb\x93\xdf\xac\x1a\x5e\x17\x49\x5e\x24\xe5\xb5\x51\xc9\xc8\xaa\xa1\x02\x32\x2b\x19\x99\x35\x3c\x7e\x33\x31\x99\x5d\xb7\x36\x78\x2e\x8d\x0d\x26\x75\x36\x09\x97\x8d\xa0\x9e\x2b\x64\xa3\x32\xdf\x15\x3f\x77\x43\x28\x2f\xb7\x00\x16\xe3\x24\xc1\xf7\xc4\xcf\xbd\x20\x6e\x03\xfb\x26\xf0\xe7\x16\xfa\x7b\xe2\xe7\xbd\x1a\xf4\x97\x21\x78\x83\xe3\x02\x36\x40\x92\xb9\x15\x97\x4b\x3e\xe4\x94\xd4\x9a\x00\x31\x7e\xd8\x64\x01\xc4\x60\xf8\xdc\xed\xd3\xd5\x05\x2d\x0b\x36\x99\x77\x3b\xe7\x4c\x63\xc8\x95\xe9\x81\x47\x45\xae\x6b\x80\x90\x89\x2d\x24\x70\x7b\xba\x2a\x9a\xce\x55\xfe\x27\x34\x85\x38\x59\xe7\x87\xc9\x65\xc2\xaf\x0f\x0c\xc2\x3e\x1b\x7c\x7c\x74\x7c\xf4\xf4\xd5\xc9\xc4\x77\xf2\x31\x21\xa5\x12\x8c\xc1\x34\xc7\x26\xdc\x0b\x92\x2e\x49\xc1\xf7\x0b\x66\xe7\xe1\xee\xc3\xd2\xc6\xb0\x89\x2e\x18\x8a\x7d\xe7\x6e\xd6\xf4\xb2\xf1\x7d\x34\x0e\x50\x3e\x30\xd0\x7e\x9c\xaf\x1b\x43\x5e\xd7\x2c\x70\x56\xb7\xbc\x9c\x1c\xff\x6b\x7a\x46\x48\x24\x7f\xfb\x75\x7f\x1b\xeb\xfb\xc8\x7a\xde\x6b\xd8\x56\xd1\x50\xfa\x32\x73\xcf\xc0\x44\x33\xd7\xda\x77\xc3\xa1\x66\xd4\x85\xbd\x86\xc8\xf5\xfe\x6c\x54\x87\xb1\x66\x37\xa8\x2a\xd8\x08\x8c\x5c\x4d\xc8\xd5\xcb\x6c\x96\x7b\x0f\xe2\x90\x3b\x5c\x0b\xf4\x60\xab\x25\x32\x64\x3d\xfd\xe9\xba\x09\x81\xfe\x5e\xf8\x66\x44\xae\xb5\x3e\xfb\x42\x42\x1d\x96\x36\x25\x95\x98\xa0\x5d\x40\xac\x0c\x99\xaf\x21\xf4\x24\x2a\x2e\x49\x69\xdd\x4a\xca\x6c\xe1\xfe\xc0\x4e\x5a\x9b\x8e\x67\xaa\x49\x5a\x45\x38\x04\x1b\x2f\x26\xb5\xea\x61\xdf\xe8\x21\xd1\x0e\x85\xcf\x63\xb0\xc9\xc0\xe1\x17\x1d\x87\xf7\xc0\x10\xc1\xf6\x03\x2d\x85\x60\xd4\x29\xca\xbb\xf6\x71\x9a\xea\x29\xf1\x36\x74\x6f\x93\xeb\xd2\x0a\x71\x5b\x72\x40\xf3\xf1\x8a\xa3\x6b\xde\xdf\x22\x4e\x97\x7a\x7e\x56\xe4\x0b\x64\xdb\x06\x48\x3d\xe6\x72\xb0\x2f\xa2\xd1\xbd\x3d\x79\x82\x2e\x0a\x46\x45\x38\x98\xa8\x13\x9b\xaf\xd5\x93\xb9\x69\xad\xa6\x20\x9a\x2b\x5d\x92\xf2\xed\xc9\x93\x67\xab\x34\xe5\xdc\xee\x6c\x96\xb8\x27\x88\x06\x7b\x24\x02\xd0\xdb\x80\x31\xa7\x4c\xc1\x1d\x3a\x31\x0b\x6a\x7c\x9d\x9a\x6c\x8b\x5a\x7f\xe3\x66\xe9\xad\xbf\xa1\x81\xb9\x74\x45\x6e\xae\x2e\xcb\x12\x0c\xc5\x96\x4a\x70\x55\xf4\xfe\x16\xba\xed\xdf\x94\x8e\xe6\xb7\x81\x45\x00\xbf\x01\xac\xb9\x31\x42\xfb\xcd\xa3\xe3\x57\x27\x2f\xce\x31\x97\x84\xa6\x43\x71\x77\xd1\x3b\x2a\x1f\xc9\x36\x3a\xcb\xdf\x78\xab\xc2\x0b\xb3\x21\x67\x4c\xc6\x3c\xe0\x9e\x61\x53\x92\xa4\xed\xb6\xed\xd1\x8c\x69\x3e\xac\x0b\x83\xb1\xce\x4f\x42\x82\x49\xda\x95\x6f\xa5\xee\xc7\xfd\x45\x7b\xe7\xd6\x21\x1a\xfc\x1f\x1e\x8a\x8d\x6d\xeb\x10\x99\x05\x5d\x5d\x9b\x73\x0a\xcf\xd7\x0f\xad\xc3\x10\x9b\x78\x99\x44\x94\x7a\xb0\x05\x87\x1c\xea\x7b\x90\x80\xb6\x7f\x78\xb8\xc5\x46\x05\x9b\xab\xb1\x54\xdd\x61\xe6\x60\x00\x27\xc7\x87\xc7\x63\x78\x43\x16\xf9\x47\x02\x67\xff\x91\x6b\x36\xc6\x67\xff\x01\xb3\x28\x4d\x2f\xa2\xe9\x15\x24\x19\x64\xe4\x53\x09\x8b\xe8\x77\x0c\x29\x96\x92\x88\x92\xbe\xcb\x2e\xa2\x36\x9b\x53\xe4\x71\x29\x8a\x24\x94\x1f\xba\x31\x33\xdc\xdc\x28\x08\x83\x00\x8b\x7d\xea\xb1\xfc\x4a\xb2\x84\x64\xa5\xf7\xdc\xc3\xd8\x44\x1c\xe2\xc0\x1e\xb2\x3d\xc4\xe1\xe3\x2a\x78\x87\x35\x33\xed\x7e\xac\x9f\x9a\x0c\x91\xb5\xb9\x11\xc6\xe4\xd5\xe0\x9e\x0e\xcf\x1b\xed\x2b\xd8\x4a\xc2\xa7\xe7\xa1\x6a\x28\xec\xc3\x22\xba\x22\xcf\xf1\x75\xbb\x75\xc8\x19\x4d\xfa\x92\x6e\x33\x3b\x0e\xe5\xfc\xc0\x1f\x77\x71\x86\x1c\xca\x39\x22\x16\x8c\xad\x26\x8a\x2c\xc3\x11\x6d\x39\x5f\xaa\xc2\x7b\xdb\x4c\x1a\x63\x46\xdc\x0d\x4e\x9b\x0a\xec\x6e\xc8\x07\x81\xc3\x70\xd8\x8d\xce\x08\xc6\xc0\x4b\x23\x7d\xd5\x08\xff\xde\xd6\x1c\xea\x17\x4f\x7f\x7d\xfd\xf4\xcd\xa4\xb1\x80\x3e\x94\xc8\x3d\x22\xda\xd0\x38\xec\xf8\x06\x28\x9b\x8b\x7c\x95\xc5\xbe\x9b\xe3\x9a\x6b\x68\x19\xa4\xc1\xf9\x8a\xb1\x46\x3a\x2a\x81\x92\x89\x15\x85\xbe\xbb\xd2\x1b\xcb\x07\x1c\x68\xe4\x8a\xc5\x20\x8a\x63\xb5\x12\xa8\x8f\x8c\x15\xdd\xac\x1a\x8d\xd8\x7b\x81\xcc\xbd\x58\x68\x4e\x65\xc2\xf9\xbd\x39\x4b\x8b\x02\xac\xe8\x96\x4a\x82\x2a\x39\xda\x86\x9b\x17\x0d\x96\x80\xc5\x62\xc3\x12\x60\x30\xf5\x02\x89\x5f\x30\x86\xae\x02\x14\x6d\x16\x37\x47\x48\xbe\x25\x6a\xf8\x4b\xca\x84\x61\x94\xd2\x6d\xc5\x0d\xc5\xf1\xa0\x54\x1b\x0f\x99\x2e\xb2\xf1\x78\x88\x02\xac\xe8\x96\xe3\xa1\x4a\x8e\x7e\xda\x62\x3c\x68\x83\xf1\xa0\x74\x9b\xf1\xa0\x48\x3c\x65\xe3\x51\x05\x67\xda\x3c\x1e\x13\x24\xdf\x1a\x0f\xfe\xf2\x4b\xc7\x63\xa2\x1c\x3b\xeb\x4f\xfb\xff\xf9\x4f\xa1\x8e\xe9\x3e\xea\xdc\xe1\xdf\x23\xd8\x7c\x37\x0b\x93\x49\xd3\x9b\x85\x70\x5d\x8d\xab\x9a\x68\x0e\xa1\x46\x4e\x52\xbf\x53\xa8\x2c\x35\xa9\x5c\x42\x1b\x5c\x7e\x98\xf4\xdd\x81\x91\x71\xf7\x51\x57\x0d\xab\xe7\xa7\xaf\xa8\xa7\x79\x45\xac\xa6\x7b\x5f\x53\xd3\x16\x55\xb1\xba\xee\x7f\x55\x5d\xdb\x54\xc6\x6a\xfb\xf9\xeb\x6a\xdb\xaa\x3a\x56\xdf\x83\xaf\xac\xcf\x73\x39\xb6\x79\xf1\xa9\xb8\x97\x31\xf3\xb6\x22\xcf\x2c\x3f\xba\xb7\x85\xdc\x9b\xe8\x3a\x95\x67\xdf\x6a\xc0\xfa\x80\x43\xc2\x72\xe2\x85\xbe\x5b\x91\x86\x51\xdf\xd4\xad\x20\xae\x44\xaa\x15\x02\x25\xda\x13\x20\x0c\xec\x03\x9f\xbb\x0f\x8d\x5b\x41\xcc\x39\x22\x5e\xc1\x0e\x83\x69\xd9\x77\x8b\x1a\x4d\xa2\x36\xaf\x37\xac\x3f\xc6\x02\x39\xa2\x1b\xf7\xe7\x2f\x7f\xfd\xf5\x25\x17\xf0\xd5\x5e\xa0\xdd\x1a\xf6\x5b\xb0\x03\x42\x7f\xbb\x13\x88\x99\x62\x36\x6f\xfb\xb6\x69\xeb\x8d\x68\x9b\x20\xda\xa9\xca\xe9\x61\x67\xc1\xaf\x22\x6a\x7c\xe1\x2a\xf3\x47\x15\x3e\xe0\x8f\x3c\x23\xb5\xc1\x09\xfe\xb0\x80\x55\x6c\x82\x26\x1a\xf2\x7b\x81\xbd\x26\x32\x8e\x8c\xd5\xd4\x7a\x7b\xf2\x04\xf3\xd0\xd4\x5a\xb0\xbe\x17\x14\x34\x41\xf8\x24\xe7\x9b\xd5\x92\xc4\xf0\x36\x4b\x3e\x92\x82\x46\x29\x9c\x24\x0b\xe2\xaf\x87\x71\x39\xe6\x0d\x83\x7d\x38\x12\xe9\x7a\x64\x1a\x31\xd5\x5e\x7c\xc3\xd4\x62\xd8\x67\x5d\xf5\x50\x7f\xcb\x76\xbf\x59\x8c\x1b\x0d\xf9\xf3\x87\x91\x09\x91\xf2\x34\x3f\xf8\xd7\xf8\x12\xf3\x44\x93\xec\x8f\xf1\x1e\x03\x31\xc2\x3e\x0f\xc8\x68\x7c\x99\xc9\xfc\x7c\x33\x3d\xc5\x8c\xf8\xc6\xf3\xee\xb3\x3f\xce\xfb\x57\xe8\x1a\x27\x7e\x19\x5f\xb1\xe5\x65\x6e\xbd\xe3\xf0\xf8\xd7\xf8\xc2\x4f\x9d\xb9\xc7\xe7\x73\x62\xd6\xaf\x22\x93\xa0\xe7\xb6\xf8\x6d\x42\xf0\x84\xd7\x98\x98\x1d\x7f\x59\x5f\x79\x3e\x6a\xfc\xcc\x7f\x3a\xdf\xcb\x35\xc1\xd9\xa8\x7e\x5b\x10\x13\xee\x65\xc8\x7f\x78\xbe\x89\xe4\xdd\x0a\x44\x3c\x7b\x21\x35\x6a\xf4\x17\x16\x2c\x86\x83\x41\x20\x11\x36\xc6\xf8\x2e\xb2\x2c\xb0\x3f\xe6\x7b\x99\xdb\xc1\x08\xeb\xaf\x7f\x13\xa7\xd5\xa9\x9d\xf8\x81\xc3\x2c\xa2\x4f\xb0\x0f\x8a\x53\x8f\xa2\x4f\xe6\xe7\x24\x33\x3e\x27\x66\x3f\xe9\xe1\x69\x84\xeb\xb9\x7c\x34\xe0\xa8\x36\xda\x13\x6b\xb4\xc5\x16\xb4\x8a\x48\x67\x7e\x5d\x5d\x94\x45\x34\xc5\xe2\xe2\xa7\xc5\x61\x18\x39\x0a\x79\x0c\x7f\x59\x5f\x79\x48\x25\xfc\xcc\x7f\x5a\xdf\x65\x28\xcf\x5c\x0b\x45\x2a\xbf\xa9\x58\x3f\x5c\xdc\xcb\x27\x8b\x57\x31\xe9\x19\x72\x2a\xfe\x12\x5f\x93\x99\xf2\xb6\x9e\x5c\x2f\x2e\xf2\x14\x33\x36\x6a\x1e\xd5\x70\xfb\xb6\xf8\xc2\xe6\xa2\x37\x8b\x07\xd6\x70\x5a\x01\xb5\x5b\x22\x97\x1b\xa6\x6c\x13\xf5\xf5\x79\xc2\xb6\x16\xde\xbe\x07\x74\x19\x4d\xca\xb5\xb8\x6c\x7a\xa4\x32\xab\x89\x94\x4f\x68\xec\xf4\x8b\x91\x3e\xac\x92\x70\x7a\xa7\xfc\x75\x72\xfc\x0a\xfb\x83\xfd\xb0\x3a\x4c\xeb\x2d\x4f\x57\xad\x32\xcc\xf0\xc5\xfe\x18\xef\x85\x65\x3c\xec\xcb\x48\x68\xa6\xd0\xd3\x22\x0a\xc9\x9b\x12\xf1\x68\x8a\x3a\xe5\x7a\x5c\xf9\xc4\xb9\x00\xc2\xb5\x57\xf7\x8a\xb2\x81\x1e\x73\x7f\xe1\xca\x23\xc6\x06\x10\xa7\x41\x95\x47\x84\x01\x70\xad\xbe\x4e\x48\xe9\x7c\x4d\xe8\xaf\x24\x5a\x56\x18\x5e\xaa\x67\x03\x4c\xde\x23\x29\x44\xf2\xa6\xd1\x42\xa6\xee\x7e\x15\xa0\x76\x81\x6c\xc0\x8a\x1b\x0e\x39\x99\xe5\x33\x55\x05\xc5\x65\x81\x39\xfb\xc5\xe1\xa4\x50\x2a\xd8\x93\xb9\xec\x44\xd7\xf4\x65\x76\x54\x41\x1d\x56\x2f\x9c\xf6\xa8\xaa\xf1\x36\xd0\x68\x99\xaf\x55\x0a\x5c\x3c\x53\xbb\x89\x4e\x05\xe2\xfa\x92\xc3\x69\xf7\xdc\x3e\x40\xb3\xdf\xac\x3b\x67\x1f\x39\x06\x72\xd3\x18\x20\x00\xae\x8d\x84\x5d\x2a\x34\x48\xe2\x36\xd0\x3e\x1e\xb6\xfb\x5c\x75\x0d\x66\xb8\x36\xe0\xbd\x1d\xc3\x8b\x70\x28\x99\xff\xc7\x07\x5b\x99\x4d\xe8\x7d\xed\x87\xd5\xcf\x45\xad\xc3\x4c\x03\x6e\x9e\xaf\x2a\xa6\xc3\xd0\x71\xaa\xc0\x8b\x7c\x55\xd8\x8b\x0d\x3f\xa1\xd2\x1f\x2b\x78\x7e\x56\x65\xad\x2b\x42\xc5\xd5\x1f\xab\x12\x13\x7d\x8f\x21\x91\xea\x9a\xb1\xf3\x4e\xaf\xcd\xde\xa4\x08\x29\x26\x83\x81\x2a\x48\xfe\x68\x03\xb1\x05\x4b\x7e\x3b\xc9\xdf\x9e\x3c\x71\x97\x66\x13\x04\x47\xc6\x59\x5d\x31\xdd\xa3\x09\x88\x9b\x81\xd8\x53\xeb\x3c\xa2\x8f\x53\xdc\xec\xb0\xae\x55\x54\xfa\x5e\x5b\xe3\x7e\x38\x39\x41\xcd\xe3\x30\xba\x4e\x93\xcb\x79\x39\x89\x3e\x26\xd9\x25\x53\x76\x6d\xe9\x25\xe8\x16\xbf\xac\xaf\x6f\xb5\xbe\xd1\x9e\x5c\x28\xf9\xdd\xfe\x72\xf2\xc4\xfb\x45\x6e\x33\x78\x97\xcb\x6d\x81\x03\x52\xc9\x7f\xa9\xe8\x3b\xb3\x8b\x86\x32\x55\xf1\x8f\xd1\x74\x4a\x28\xcd\x0b\x3b\x51\xd5\x5b\x2a\x52\xef\x24\x3c\x63\x95\x91\x49\xca\x9e\xae\xfc\x4b\xc7\x95\xa4\xc1\xca\xc5\xd7\xba\xda\xb9\x28\x16\xd5\xbb\xb5\x07\x2b\xe6\xf9\x65\x02\xf5\xf2\x8f\x75\xd5\xe2\x6a\x16\xac\x95\xcd\x76\x5f\xa5\x22\x1d\x69\x7d\x4a\x30\x04\x32\xaa\xb4\xf2\x80\x55\x33\x4d\xf6\x3a\xe6\xb4\x1d\x0f\x06\x1c\xe4\x77\xda\x9f\xe6\x8b\xc1\xe5\x2a\x89\x09\x1d\xfc\x65\xb0\x8e\x8a\x2c\xc9\x2e\xe9\x80\x61\x1e\xb8\xd4\x32\xa6\xf0\x51\x8b\xec\x3f\x99\x27\x33\xb6\xd5\x0b\x50\x6d\xc0\x58\xfd\x34\x21\xa4\x21\x61\x31\x2d\x7b\x94\x23\x19\xe0\xa1\xc0\x82\xed\x0b\x92\x8c\xeb\x60\x49\x9e\xe9\x44\xfb\x66\xa3\xa0\xa0\x6a\x85\xb5\xc7\x15\x76\x24\x59\xf2\x29\x7c\xe9\xaf\x27\xf9\xe3\x97\x33\xa1\x53\x0b\x13\xeb\xcb\xec\x3d\xde\x19\xd5\xa3\xec\x47\xcb\x65\x7a\xdd\x66\xba\x6c\x17\xa2\xe2\x72\xc5\x3a\x84\x76\x2a\x59\x56\xe3\x84\xb7\x2c\x08\xca\xb6\xd7\x39\x15\x99\x4f\xdb\xd4\x4d\xbe\x2a\x6d\x84\x74\x05\xd3\xdd\x85\xff\x30\x82\x7d\xe0\x8b\x5d\x68\x1f\xfe\xc3\xc8\xb7\xe7\x7e\x68\x42\xa4\x79\x76\xc9\xb6\x06\x2a\x9f\xbd\xf9\xc2\x82\xd6\x12\x34\x56\x7b\x57\x7b\x67\xf1\xc3\xa8\x2f\xee\xc1\x61\x1f\xc4\x2f\xeb\xfb\xb2\x20\xd8\x61\xb8\x44\xd9\x9d\x62\xc3\xaa\xbc\xad\x4d\xa0\x0b\x92\x62\x4a\xb4\x13\x1e\x72\x59\x7f\xb4\xf1\x46\xb4\x7c\xb6\x2a\x57\xb8\x73\xad\x1e\x2c\x28\xb1\xb3\x23\x76\x3d\xc2\x81\xa8\x0a\xe2\xe1\xf9\xfe\x5a\x34\xd1\x8a\x72\xe4\x81\xd4\x22\x80\x18\xf0\xda\x7b\x4f\x29\xdd\xad\xc4\x78\xf6\xc0\xea\x5e\x2d\xc6\xb3\x17\x56\xf7\x2d\xb1\xde\x38\x3c\xa6\x44\x3f\x27\x1b\x25\xb5\xdd\x1b\x1c\x66\x32\xcf\x8b\xd2\x02\xc4\x77\x5e\x68\xb3\xf7\x8e\xaa\x77\x5e\x68\x49\xad\xf6\x14\xa6\xc1\x04\xae\x5e\x59\x25\x84\x56\xcf\x09\xb0\x35\xc4\x1f\x46\xfd\x59\x52\xd0\x4a\x2d\x54\x90\xcf\x8c\xd7\xc1\x32\xef\x74\xec\xcf\x8c\xd7\x4e\x1f\x0b\x2d\x97\x1a\xd4\xb0\x17\x1e\x8a\xd9\xeb\x23\x3c\xd6\x30\x41\xad\xb3\x0d\x0d\xda\x1c\x97\x77\xfa\xdb\x40\x09\x73\x6c\xde\xe9\x6f\x83\xb4\xcb\x4e\x37\x9e\xeb\x28\xb2\x0b\xd4\x8e\x93\x68\xa1\x5d\x46\xbe\x72\xa8\x4a\xe8\xeb\x23\xd5\x80\x97\xf4\xf5\x91\xcd\x2d\xa4\x48\xe2\x84\x2c\x2a\x06\x14\x2f\xdc\x45\xe9\x92\x94\x3f\x8c\xda\x32\x62\x19\x46\x10\xea\xc2\x2c\x21\x69\xdc\x65\x82\xc3\x76\x13\xc2\x9c\xa2\xf2\x54\xab\x0a\x13\x68\x5b\x4e\x72\x15\x5b\x19\x4e\xb6\x3b\x4c\x14\xb5\x39\x3e\x51\x8b\xc7\x38\x91\x23\x3e\xc5\xda\xcf\xdb\xab\x72\xaa\x02\x1d\x06\x57\xa5\x34\xa1\x5c\xbd\xa2\x2f\x17\xcb\xd4\xdb\x0e\xc7\xdb\x38\xa1\xaf\x30\xe3\xa4\x8c\xf7\xe5\xc9\x1e\x1e\xe3\x38\xcc\xec\x04\xdf\xa0\xe2\x1e\x83\x16\x94\x48\x3f\x96\xb1\xfc\x30\xf5\x53\x5c\xb8\xb9\xe1\x27\xd3\x16\x35\x58\x59\x28\x4f\x6c\x65\xa4\x1f\x1c\x25\x91\x0b\x25\xe8\x6c\xe8\x0b\x02\x91\x63\x5e\xf2\x53\x3d\xf2\x53\xe5\x35\xca\x9d\x44\x47\xbb\x0f\x21\xd9\xd9\x71\x28\xca\x57\xe5\x69\x72\xce\x47\x5f\xa7\x69\x03\x3d\x56\x83\x72\x15\xca\x55\x37\x32\x91\xe9\xcf\xd8\xcf\x9f\xb4\xdf\xb3\x45\xd9\x05\xeb\x85\xf6\x84\xb6\x58\xe6\xa3\x09\xce\xdf\x38\x58\xd4\xeb\x8e\x87\xab\xa4\x5c\x40\xbe\xe2\x9c\x39\xc9\x0b\x54\x84\x1b\x71\x99\x38\x5f\xd4\x4b\xf2\xcc\x47\x17\x79\x9e\x92\x28\x6b\x79\xd3\xda\x6e\xe4\xcd\x8d\xfc\xb9\x91\x47\x1d\x06\xa9\xe3\x55\x55\xc0\x6b\xa5\x3e\xab\xf4\xae\xaa\x95\x0f\xb7\x98\x4c\x66\xef\xf0\x0b\x2f\x6f\x08\x8e\x7f\xdb\x7e\xb1\x67\x5a\x03\xe1\x88\x9b\x0c\xab\xd3\x34\x43\x4d\xe9\x11\x04\x63\x18\x6e\x70\x0c\xd7\xa6\xf1\x57\x0b\x15\x51\x66\x87\x93\xd7\x81\x1f\xe1\x7e\x35\xa5\xed\xc0\xa8\xb6\x9c\x33\x24\xc7\xfd\xad\x04\x47\x3b\x69\x5e\xa7\xd5\x00\x8f\x10\xf1\x2c\x0c\xa6\xd8\xf4\x46\x14\xa8\x5d\x44\xc4\x01\x80\x6b\x15\xe7\xa9\x0b\x57\xf9\x6f\x54\x21\xe2\xda\x50\xab\x14\x52\x75\x02\x2a\x44\x40\x73\x01\xd7\x92\x0a\x49\x43\x6a\x78\x2f\xfc\x39\x24\x6d\xd3\x4b\x47\x49\xf6\x27\x51\x75\x94\x64\x2e\x4d\xfc\xa0\xe3\x79\x9a\x5f\x44\xa9\x16\x5e\xb9\xab\x57\xcb\xf6\x2b\x63\x3b\x7d\x8a\x2f\x64\x69\x92\x4d\xc9\x18\x5a\xc3\xe1\x70\xd4\xc3\xff\xd9\xae\xf0\x80\x29\xfb\xca\x24\x1d\x57\x81\x7f\x3d\x20\x3c\x8c\xcf\xd8\x71\xbd\x03\x11\x10\x62\x0c\xad\xc7\x59\x96\xc3\x61\xbe\x48\xb2\xc4\x57\x09\x77\xcf\x67\x70\x87\xbe\xcf\xd1\xc5\x45\xe1\xfd\xf8\xb9\xbb\x4d\x2b\x87\xbd\xd1\x6e\xef\x6e\x5d\x2b\x7b\x5f\xd7\x4a\x71\x0f\xfc\x64\x5e\x24\xb4\xac\x6d\xe7\x7f\x3e\xa9\x69\xa7\xfb\x51\x6f\xa7\xee\xdc\xeb\x37\xa5\x1f\xc3\xe0\xec\x2c\xfe\xc7\xa8\xbb\xfb\xb9\x5d\xce\x6f\x68\x79\x93\xc5\x37\x45\xdc\x19\x68\x25\xc5\xb1\xc4\x58\xbb\x51\xe4\x39\xd4\xbd\xd9\x00\x2e\x60\x5f\xa4\x58\xc7\xa8\x01\xbe\xde\x59\x95\x68\x2b\xec\x7e\x61\xff\x84\x2d\x8d\x86\x62\x28\x4c\x04\x51\x9f\x09\xa4\xf4\x03\x74\x3e\x68\x95\xf3\x56\xf8\xfb\x98\xd1\xb6\x11\x05\x2d\x1b\xa0\xd8\xad\x45\x91\xc5\x0d\x50\xdc\xad\x45\x51\xd4\xa3\x60\x0d\x7d\xe8\x5d\x65\x45\xbf\xed\x88\x5e\xd6\x17\x34\x31\x14\xa6\x89\xda\x24\x89\x09\x90\xd9\x8c\x4c\x4b\x48\x16\xcb\xbc\x28\xa9\xfc\xca\xfd\xa6\x85\xb1\x41\xcd\xf9\x2d\x07\xf1\x9e\x53\xf3\xcf\x5c\x47\x09\x1f\x97\xeb\x32\x8a\x7f\x93\xc2\xac\x22\x41\xfa\xd9\x6d\x20\x03\xc1\x36\x91\xc2\x81\xfc\xe4\xd8\x54\xf0\x5f\x22\x0f\xc1\xfc\xf1\x05\x85\x7d\x6e\x71\x1f\x5d\x50\x4f\x1c\x8c\x0b\xea\x3a\xa9\xc6\x9c\x74\x91\xbe\x8b\xdf\x55\x57\x10\xfc\xb5\x75\xed\x24\xea\x6a\xbb\x1f\xdd\x08\x27\xe2\xac\xc3\x2c\xc2\x5e\xba\xa0\xea\xf8\xc9\xc2\x8f\xaf\x4d\xdf\x41\x46\xa7\x7d\x19\x26\x4b\x39\xdf\xf4\x9a\xf0\x63\xa0\x4c\x08\xbc\xba\xdd\xb3\xaa\xc0\xd7\x0e\xb8\xbc\x3a\x34\x80\xf1\xa5\x8b\xd9\x6e\xb1\xf6\xd6\x01\x96\xf7\x23\x06\x2c\xbe\x34\xfb\xa6\x49\x22\xb7\x28\x8e\x27\xc2\x46\xe5\x87\x51\x3b\x5e\x15\x78\xa6\xaf\x1c\x57\xd1\xba\xa1\x0b\x71\x52\x10\x84\x77\x98\x26\x2f\xe7\x78\x43\xcf\x0f\x35\x0e\x45\xf9\xb6\x5e\xdc\x1a\x30\x01\x62\xf1\xd2\xce\x7e\x55\x09\xdc\xe1\x68\x4d\x90\x87\x3e\x1c\xc8\x54\xfe\xb2\xda\x51\x9a\x55\x2f\xef\xeb\x40\x8d\xf2\xa8\xd3\xe9\xc6\x0a\xc1\xc5\xea\xe2\x22\xf5\x5c\x0a\x0c\x06\x40\x57\x4b\x94\x4d\x90\x67\xe9\x35\xec\xf6\x87\x3d\x5a\x5e\xa7\x84\x75\x73\x7b\xc4\xfd\x05\x20\x2f\xf0\x51\xe2\xb3\x77\xd9\x51\x1c\xff\x30\x32\x3b\xd0\xa3\x81\x99\xe3\x66\x38\x1b\x8b\x31\x1b\x6d\x43\x9f\xb4\x53\xd2\x89\x54\xef\x42\x94\xd2\x8a\x80\xaf\x27\xb7\xe7\xd2\xab\x8b\xab\x27\x24\x49\x7d\xcb\x39\x86\x27\xe7\x6b\xc9\x23\x4f\x54\x6f\x37\x63\xa0\xc0\xb1\x71\x13\xaf\x97\x9c\x6a\x95\xbb\x5b\x2f\x97\x5e\xc9\x20\x4e\x8a\x18\x53\x4e\xb9\x52\xd3\xf1\xb4\xbe\xa6\x9a\x44\xbe\xb6\xbf\x2b\xa9\xa1\xcb\x47\xd7\x5b\xdb\x94\xea\xfe\x0c\x77\xfe\xd4\x78\xbe\x7c\x7a\xd6\x3b\x94\x3b\x5e\xba\x9e\x15\xf9\xe2\x90\x4f\xc2\xea\xf3\x60\xc0\x86\x6c\x4d\x60\x1e\x7d\x24\x10\xc1\x22\xf9\x04\xf9\x0c\x96\x39\x4d\xca\x84\xbd\xc9\x62\xc8\xc8\x25\x5e\xf0\x70\xd6\xa0\x5d\xd1\x9f\x10\xe7\xeb\x0c\xf0\xb0\xdd\xc0\x37\x9d\x93\xe9\xd5\x18\xaf\x33\xe9\x78\x30\xb8\x4c\xca\xf9\xea\x02\x6f\x33\xf9\x6a\x2a\xff\x24\x94\xae\x08\x1d\xec\x8e\xee\xdd\x33\xf9\xc7\x24\xfe\x96\xcf\x3d\xcd\x18\xb9\x5f\xf6\x61\x08\xb7\x6f\xf3\xe1\x91\x0f\x62\x2c\x78\x6c\x79\x6f\x64\x53\x03\xc7\x23\x1d\xc7\x23\x13\x07\x7b\xb4\x43\x9b\x56\x8f\x6e\xc2\x20\x4b\x8e\xca\xd9\xc2\xb1\x9d\xe4\x6c\x0c\xc4\x43\x07\x76\xb0\xc6\x0e\xdc\xe1\x3e\x73\x0f\xbd\x0c\x37\x7c\x18\xe0\xb3\x61\xe8\xb0\x63\x30\x80\x93\x39\x81\x59\x9e\xa6\xf9\x3a\xc9\x2e\x61\x9a\xc7\x44\x8c\x1b\x85\xd5\x52\x0d\x25\x25\x04\xca\x39\x81\x92\xd0\x92\xb2\x8d\xa2\x81\x83\x7c\x8a\x16\x4b\x56\x22\x9f\xc1\x7a\x1e\x95\x50\xb2\xff\x2c\x48\x94\xd1\xfe\x86\x35\x5f\x7f\xfc\x51\xfa\x8d\x54\x65\x2a\xc8\xe8\x82\x3e\x43\x49\x60\x14\x31\x33\x87\x82\xab\x20\x54\xb8\xef\x99\x98\x2b\xa5\x40\x61\xae\x90\xde\x73\x51\x6a\x4a\x84\xf8\xe5\xa0\x94\x8a\x83\x46\x2a\x87\xf4\x22\x94\xd0\xfc\xef\x8f\xb0\xbb\x67\x69\x48\xd7\x92\x2d\x38\x32\x0e\x37\x80\xdd\xbd\x8e\x3d\x35\xa7\xfc\x6e\x92\x97\x29\x73\x31\xf0\x5a\x5b\x8d\x89\xad\x53\xc8\x4a\x9c\xe4\xe2\x68\x09\x59\x4c\xa7\xb3\x5a\x72\x1d\xd1\x60\x90\xd9\xab\xe5\x5e\x59\xaa\xe3\xd0\x3d\xda\x95\x55\xf4\x7e\x81\x11\xca\xa4\xea\xbb\x54\x97\xaa\xde\xe4\xa0\xac\x98\x87\xc8\x1f\xf7\x61\xb4\xeb\xea\x98\x62\x6a\xd8\x5a\x85\xa9\xbc\xe9\xf7\xa4\x60\xab\x6b\xf8\x77\x6b\x05\xcd\xed\x58\xcb\x5f\x7e\x6f\x38\x14\x4d\x44\x91\x3a\xda\xbb\x37\x7c\x70\x9f\x77\x67\xbb\x8c\xae\xd8\x64\x4c\xb2\x32\x87\x68\x3a\xcd\x57\x59\x09\x29\x89\x96\xdc\x46\xa6\x58\xa5\x84\x76\x6a\x91\xa9\x7e\x65\x5b\xc1\xbd\x9f\x87\x43\x87\x78\xa4\x09\xee\xe0\x47\xdc\x00\x63\xfd\xc1\xe6\x78\x85\x92\xd9\x20\x26\x1e\x0a\xf2\x91\x14\x94\x30\x39\xa0\x77\x80\x5b\xbb\x20\xef\x8e\xa8\x97\x51\xc0\x28\x09\xab\x12\xb4\xbd\xca\x92\x92\xba\xc1\x76\xcd\xec\xa9\x21\x4d\xe2\x55\xf4\xca\x7f\xf8\x2a\x7c\x9f\xfd\x4b\x61\x4d\xca\x58\xaf\x1e\x60\x70\x09\xd2\x0b\xfb\x90\xe5\xc5\x22\x4a\x93\x3f\xc8\x5b\xf6\x42\x34\xc3\x39\xe3\x16\xd0\xfb\xfb\xf2\xc6\x09\x6e\x6e\x40\x7b\x29\xc3\x86\x58\xaf\xb9\x2f\xb5\x13\x7f\xdc\x56\x40\x30\x02\xa7\x21\x36\x7d\xcb\x88\x57\x2f\x11\x4b\x8f\xc9\xcb\x56\x41\x99\x72\xc8\x1d\x22\xf9\x4f\xa4\x0f\xc7\x96\x05\xb2\xd6\x88\x91\x72\x26\xa3\x89\x42\xf6\x43\x13\x24\x30\x50\xb1\x4c\x5c\x44\xd8\x73\x0d\xb1\x8c\x76\xdd\x9b\x15\xf5\xd3\xab\x86\x0e\x06\x30\x8f\xb2\x38\x25\x66\xbf\x53\xb2\x8c\x8a\xa8\x24\xe9\x35\x5c\x90\x69\xb4\xe2\x53\x65\x96\xe6\x51\xc9\x26\xfc\x32\x4f\xb2\x12\xf7\x87\x40\x8a\x22\x2f\x28\xb4\x51\xfb\x81\xbf\x8c\x7e\xbe\x77\xbf\xb3\x79\x90\x35\x67\x7d\x63\xc6\x1a\x1b\xf1\x2f\x1d\xbd\x35\x21\x57\x1b\x7a\x0c\xc9\x18\xc0\x7d\x97\xdf\xee\x0d\xf7\x7e\x76\x18\xae\xc2\x1d\x47\xd7\x4d\x50\x37\x62\xe3\x0a\x2b\x5b\x32\x9b\xa0\xbd\x03\xbb\x7b\x2e\xee\xbb\xf7\x6a\x50\x87\x33\xe1\xbb\xc8\x47\x7b\x7b\x43\x4f\x8f\x90\xbd\x20\xf6\x70\xfe\x7a\x17\xfb\xcf\xf7\x98\xf4\x77\xd0\x6b\x2e\xb8\xfa\xbf\xc1\x40\xdb\x55\xc1\x92\x09\xec\x8c\x69\x74\x61\x16\x9c\x93\xc2\x93\x00\x4f\xf6\x42\xe5\x24\x5a\x4f\xac\xb6\x95\xab\xe8\x26\x3f\x75\x2c\xc2\x3d\x14\xc7\x64\x16\xad\xd2\x32\x80\xbe\x9c\x17\xf9\x1a\x83\xee\x3e\x65\xe4\xb6\x5b\x6f\xb3\xab\x8c\x6d\x38\x18\x37\x43\x0b\x76\x40\x09\x5c\xbd\x58\x4d\x56\x28\x15\xcb\xe6\x2d\x25\x22\xb6\x04\x6d\xa3\xff\xec\x81\xb5\x28\x09\x1f\x92\x1f\x46\xed\x6f\xbe\x2c\xf9\xd3\x1f\x78\x0e\xf3\x76\x7c\x10\x7a\x0f\xdb\x10\x86\x2c\x60\x2a\xf7\x2e\xdb\x55\xec\xfe\xf4\x60\x97\xdc\x73\xb0\xe1\x61\xb9\x51\x60\x20\x0a\xdc\x1d\xfd\x74\xf7\x1e\xd1\x76\x64\xe1\x63\x80\x45\x74\x45\x1e\xd3\x76\x94\x26\x11\xf5\x1d\x32\x6c\xf6\x24\x92\xa3\xc0\x51\xe8\x3d\xe6\x33\xca\x8c\xe8\x91\x7d\xb0\x88\x04\xe0\x18\x6a\x4b\x7a\x44\x27\x0e\x88\x0d\x71\xa4\x1d\x1d\x0a\x24\x16\xc4\x0b\x75\x5a\xc8\xbf\xcf\xad\xef\x87\xf2\xfc\x94\x7f\x8e\xad\xcf\xd2\xdf\x44\x7e\x5f\xdb\x04\x54\x27\x8c\x1c\xe0\xc8\x02\xf8\x5b\xe5\x5d\x23\x41\xfe\x66\x81\xfc\xa6\x0e\x1e\xf9\xf7\xeb\x96\xcf\x9e\x37\xcd\x33\x62\xb3\xb2\x61\x74\xab\x4e\x09\xeb\xf3\xc8\x5f\x92\xf2\x87\x5d\xcf\x62\xb2\x49\x1f\xf2\x8d\xb9\x9d\x15\xff\x94\x23\xd9\x81\x16\x6d\x9d\x63\x5a\xfc\x6a\x06\xf9\x19\xef\x39\x5a\x69\x61\x22\xbf\xaf\xe0\x3d\x27\x3b\x3f\x1e\xc9\x60\xda\xba\x73\x83\x88\x20\x53\x3a\x67\xdd\x8a\x34\x5d\x88\x9a\xec\xe7\x07\xf7\x41\x2e\x0c\x36\xad\x10\xf3\x88\x2b\x3a\xe4\x5c\x63\x57\x09\x87\xef\x0c\xa8\xb8\x62\x5a\x09\xc4\x6f\xcc\xbb\xce\xbe\xcb\xaa\x52\x58\x17\x74\xdd\x7d\x9c\x0e\x86\xef\x7c\x5c\x88\x3e\x53\x5e\x1e\x54\xdb\x40\x11\x22\xf0\x9a\x62\x6c\x8f\xfb\x0e\x23\xb2\xde\x46\x15\x48\x5e\xa5\xe0\x83\x46\x50\x39\x2f\x08\x9d\xe7\x29\xf6\xac\x9d\xd3\x97\x8e\x61\x6f\xaf\xcb\x16\x81\x08\x66\x64\xad\xc6\xa0\xcc\xe5\x4f\xab\xc0\x18\xf6\x7e\x42\x78\x0d\x92\x77\xbc\xa5\x5c\x2b\x40\x39\x58\x65\x8e\xa3\x61\x82\xcd\xc7\xb0\xbb\x8b\x60\x7c\xa4\xca\x9c\x0d\x86\xa5\xf9\x8d\x61\xf7\x1e\xc2\x18\x1b\xfe\x01\xeb\x3c\x13\x72\x3d\x06\x6e\x1e\x3f\x18\xf0\xae\x55\xc0\x26\xdc\xd1\x18\x46\x23\x4e\x1c\x1f\xd5\x32\xb7\x76\xe3\x9f\xf5\x5b\xbd\x39\x06\x21\xad\x46\x8d\xfb\x17\xe0\x15\xd8\x2c\x43\xdf\xed\xae\xf5\xfc\x2a\x5f\x77\xf1\x90\x50\xbc\x56\xa7\xf2\xb3\xac\x3f\x5f\x2d\xa2\x2c\xf9\x83\x58\xac\x80\xe1\x9e\x93\x72\x55\xa2\xc5\xf8\xe3\xcb\x5c\x58\xe8\x77\xc5\x25\x64\x17\xd6\x49\x39\xcf\x57\xe5\x64\x35\x9b\x25\x9f\xba\x90\x50\x6e\x36\xde\x20\xdd\x86\x6e\x8b\x2e\xcf\xa1\x6f\x6e\x60\xd4\x85\x5b\xb7\x2c\xac\xb2\x52\x89\x3d\x2c\xf8\x74\xa4\x3f\x8c\xda\xcb\x9c\xbe\x22\x97\x87\xea\x6a\xc6\xc2\x5b\x71\xa1\x97\x5e\xdc\x97\x8a\xb2\xee\x3d\x8d\x89\xbb\xd3\xc7\x8b\x41\xff\x09\x31\xec\xf3\xd9\xa0\xae\x03\x50\x9d\xa1\xad\x8e\x0d\x5f\xc9\x10\x0f\xfc\xc2\x85\x97\x92\xc4\x03\x3d\x77\xa1\x85\x44\xf1\x00\xc7\x1e\x52\xa4\x68\xf1\x80\x1f\xb9\xe0\xd2\xcb\xd3\x03\xbd\x76\xa1\xa5\x3c\xf2\x40\x5f\xbb\xd0\x91\xcf\x90\xa0\xad\x1d\x07\x57\xe3\xd8\xa7\x14\x6e\xdf\x06\x1e\xa5\x49\x40\x9c\x07\x0e\x95\x15\x02\xa3\xbc\x28\xde\xa0\xbc\x1c\xac\x47\xfb\x30\xe2\xa5\x16\xad\x8d\xb0\x7a\x5d\x0b\x51\x0a\xc3\x81\x71\x80\x50\x79\x3e\xd0\x55\x4d\xf3\x60\x4d\x02\x52\xaf\x67\x2e\xca\xcc\x5b\x5d\xce\x31\xa1\xb2\xf2\x44\x5d\x54\x12\x07\x2b\xe1\x80\x7a\x1d\xb1\x28\x12\xb7\x30\x72\x2d\x3d\x77\x8f\x57\x34\xe8\x75\xd0\x92\xd0\x3b\xd6\x91\x9f\x0a\xce\x73\x15\xbd\xeb\x20\xbd\x02\x12\x0c\x12\x78\x99\x75\x8b\xc7\xed\xa5\xe7\x01\xd3\xc0\x08\xf6\x3d\x04\xb4\xab\x0b\x07\x51\xfb\x91\xaf\x76\x05\xa6\x57\x7d\x24\x0a\x1c\xb1\x71\xff\xff\xd8\x7b\xb7\xe5\x38\x92\x64\x41\xec\x57\x82\x9c\x36\x66\x15\x51\x17\x80\x3d\x33\xa7\x07\x6c\x90\x4b\x82\xe4\x34\x66\x79\x33\x82\xdd\x3d\x2d\x14\x9a\x9d\xa8\x0c\x54\x25\x91\x95\x59\x27\x33\x8b\x00\x9a\xc4\x83\x4c\x0f\xfb\xb2\x7a\x93\x99\x9e\xf4\xb2\x2f\x92\x99\x3e\x41\x32\xd3\xd7\xac\x76\xf7\x2f\x64\xe1\x1e\x17\xf7\x88\xc8\x42\x81\xcd\x9e\x73\x8e\x6c\x67\xcc\x9a\xa8\x0c\x0f\x8f\x9b\x87\x87\xbb\x87\x87\x3b\x94\xc7\x6a\xe2\x1e\x71\xf8\x2f\x11\xbf\xfa\xeb\x32\xc1\xa4\xb8\x0d\xf7\xd3\x4c\x8f\xee\x1d\x8b\x3d\xce\xe4\xee\xd3\xe2\xaf\x55\xf1\x16\x67\x5c\xe2\x01\xbb\x9a\x48\x8f\xfe\x78\xec\x87\x97\x10\xe4\x19\x96\x7f\x20\xf0\x07\x60\xb1\x7b\xd3\xb7\xf3\xbc\x21\x46\xc4\xa2\xa8\xce\x1b\x71\x59\xad\xf0\x38\x6f\xd1\x66\xa9\xf8\x80\x52\x7d\xd9\x71\x66\x98\x39\x24\xe0\xd3\x87\x40\x13\x4a\xba\x87\xb2\x7d\x43\xd8\xfe\x1b\x8d\xab\x67\x90\x3e\xd3\xb0\x81\x82\xe8\x03\x6c\x96\x19\x18\x6a\xc5\x49\x85\x78\x69\x47\x71\x27\xa6\xdb\xa1\xb9\xd0\x48\x4b\x7e\xbd\xb8\x0b\x50\x5b\xaf\xe4\x5a\xa5\xd5\xf8\x3d\xdf\x74\x31\x52\x47\xa7\xbf\x61\x09\xde\x1a\x1c\x6e\xcf\x0f\x44\x91\x2f\xf2\x30\x51\x9b\xdb\x16\x47\xf6\xcf\xe3\xcd\x16\x82\x8e\x31\xb2\x10\xd0\xde\x66\x98\xa2\x9d\x88\x63\xee\xe8\x2f\x8e\xee\x7e\xc7\xd8\x70\xf1\x9b\x70\xd5\xf9\xc1\xa5\xb1\x88\x21\x8b\xbe\x19\x2e\x2e\x59\xfd\x50\x02\x32\x92\x5c\x2f\xad\x67\x3f\xe6\xed\xdc\xc8\x3a\x69\x3d\xb3\xcb\xf2\xd9\x26\xfc\x30\x02\x3f\x79\xf4\xd8\x5b\xfb\x60\xe4\xdc\xf6\xc5\xb8\xe5\x07\xa9\x1c\x04\x3d\xc9\xfd\x8c\x65\xd0\x68\xe8\xad\x8e\x0e\x70\xd1\x2d\xc8\x26\x00\x97\xa0\x82\x98\x30\xe1\x3a\xb0\xc9\x51\xfc\x9e\x56\xbd\x1f\xc0\xfe\x18\x8c\xe5\x5a\x7e\x10\xe9\x4c\xe7\xb3\x0d\x36\x55\x5d\x5d\xe9\x6c\x86\x0e\x64\xdd\x98\x61\xbe\x31\x48\xce\x28\x6d\x9a\x7c\x56\xf6\x3e\x5e\x71\x99\x98\xd3\x8c\xff\x0c\xe3\x54\xf4\x18\xc0\xa8\x31\xa7\xba\x3a\xb0\xbc\xa2\xa6\x33\xbf\x01\xf6\x05\xe9\xdf\xc7\xc7\x77\x82\x58\x93\xfc\xd3\xbe\x92\x08\x48\x94\x20\x30\x6e\xa9\xbe\x9a\x80\x4e\x35\xb7\xce\xc9\x76\x69\xe7\x56\x25\x08\xe8\xcb\xc1\xc5\x9e\x24\x60\x0b\x5a\xc9\x71\x0f\x69\x7b\x5b\xd8\x0a\x42\x74\x6e\x15\xae\x23\xb9\xc7\xbe\x3d\x5e\x8f\x1b\xdb\x4e\x1a\x78\xff\xdc\xed\xb4\x08\xab\x1b\x75\x47\xef\x5d\x28\x01\xa0\x2f\x86\xea\xaf\x6f\xd1\x01\x43\x6c\x75\xe7\xa7\x24\x81\x91\x7c\x43\xd5\x18\x1f\xb9\x1f\x1c\xbe\x32\x07\x85\x38\x97\x22\xab\x44\x59\xb5\xf0\xd4\x5f\x9d\xf4\x68\x79\x42\xf7\x06\x75\xe0\xc3\x45\xea\x2e\x43\x22\xee\x72\x4b\x8d\x76\x61\x59\x2d\xd1\x2f\x5b\xa1\x81\xab\x9b\x6a\x21\x51\x9c\xf5\x6b\x83\x74\xaa\xdb\xd5\x95\xd3\x56\x1d\x76\x41\x33\x28\x9c\xad\x6b\x00\xc4\x2c\x56\x0f\x8e\xd0\xbc\xb1\x97\x47\xed\x5c\xd6\x10\xd9\xa0\xac\xc4\xb4\x2a\x5b\x79\xd1\x0e\x4f\x6b\x29\xb5\x47\x40\x03\x5e\x4d\x3a\x00\x19\x0a\xe7\x4a\x07\x57\x7d\x64\x68\x15\x11\x96\x67\xa2\x3a\x15\xd3\xa2\x9a\x9e\x89\xe9\x3c\x2d\x67\xfe\x1d\xb3\xaa\x99\x16\x8d\x1e\x9a\x46\x0a\xc3\x45\xbd\x1e\x86\xd3\xbb\xf7\xcd\xf0\xeb\x1d\xfc\xbc\x94\x35\x7e\xee\xff\xa3\xf9\x3d\xf3\x1a\xd1\x7b\xcc\xf3\x73\xd5\x37\x24\x71\x2d\x95\xd6\x82\xfb\xce\x2e\xfd\x94\xa1\xc7\xdb\xb5\x2f\xea\x91\xe5\xff\x6e\xab\xd6\x65\x7f\xb6\xf6\xeb\x30\x33\x91\x02\x3b\xcc\x67\xa5\xdf\xc4\x22\xf2\x11\xde\x9d\x84\x9f\xe7\x0b\xf8\x1a\x30\xa0\x5b\x80\x3c\x9a\x25\x5d\x13\xa7\xda\x6a\x4d\xba\x90\x22\x6d\xc4\xfe\x1f\x92\x46\xf4\x5e\x56\x59\xda\x07\x32\x59\x5e\xb6\x73\xcc\x26\x50\x65\x69\x2b\xfb\xa3\xd1\x28\xc0\x73\xb2\x6a\x81\xc6\xd0\x47\xf5\x6f\x87\xa2\x37\xab\xaa\x19\xc4\x54\xe9\x47\x29\x25\x79\xbd\xfd\xa4\xf3\x19\xdb\x78\x2c\xbe\xfe\xf3\xf6\xb6\xa5\x89\xe1\x03\xf1\xe7\x6d\x6b\xec\x00\xbf\x13\x6e\x85\xbb\x81\x63\xd0\xc6\x0e\x3f\xd6\x0b\x69\x0f\x7d\x86\xfc\xb6\xcc\x77\xd6\xed\xdf\xd7\x3b\x66\x3c\x86\x30\x72\x79\x2d\x33\x71\x72\x19\x73\xc3\xcb\xaa\x3a\xcb\x8b\x42\x6a\x47\xbc\xa1\x5a\x33\xad\xb8\x8d\x4f\x8a\xea\x64\xbc\x48\x9b\x56\xd6\xba\x78\x44\x8a\x47\xef\x09\x7f\xa1\x5e\x58\x0f\xcd\x5f\xa3\xb6\x7a\x96\x5f\xc8\xac\xf7\x75\x7f\x54\xcb\x65\x91\x4e\x65\x6f\x3c\x99\x8c\x1e\x6e\x6f\x7d\x35\x1e\x88\x24\xe9\x9b\xc8\x97\x44\xfc\x35\x54\x0d\x51\xdf\xd4\x46\xf8\x56\x6c\x8b\x87\x22\x19\xb2\x30\x99\x8e\xd0\x55\xc3\xea\xf0\x61\xfb\x13\x82\xe3\xe1\x67\x24\xe4\x28\x02\xb3\x29\x38\x0a\xf4\xe3\xd9\x08\x81\xde\x3e\x5e\x17\x18\x07\x5a\x8b\x27\x3c\x2c\x3b\xb6\xb8\x7f\x67\x97\xbc\x4e\x82\x2b\x3f\x24\x96\x87\x66\x5a\xb6\x34\xf5\x6c\x89\xe4\x27\x6c\xb0\x1f\x54\xd1\x74\x43\xea\x58\x77\x90\xe4\x45\x57\x25\x60\x9f\x0f\xdd\xe4\x6d\x99\x5b\xfb\xe4\x49\x57\x15\xdc\x42\x9f\x3e\xd9\xad\xf0\xe9\x13\xa1\x96\xe4\xed\xfa\x7a\x0f\xed\x3c\x6f\xe9\xcd\xb8\x25\x92\xef\x3a\xc7\xa4\x9b\xa0\xb5\xcc\xb7\x75\xc3\x72\xfd\x71\xf5\xa0\xc6\xa1\xae\xe1\xe0\xa3\x32\x12\x06\x32\xb8\x27\xf6\x84\x31\x7c\x74\xc6\x89\xb9\x17\x89\xce\xc9\x22\xb3\x7e\x75\x4f\x49\x59\xb8\xf1\xfd\xef\x26\xd6\x6b\x50\x23\x12\xd9\x32\xc4\x0a\x48\x03\x9c\xfe\x5d\x2a\xff\x10\x40\x1f\x12\xc0\xc3\x0e\x18\x77\xa7\x6a\xff\x0e\x60\xcc\xad\xaa\xfe\x2b\x28\x37\x7e\x8c\xcd\x13\x3f\xf2\x86\x2a\x35\x97\xaa\xfa\xaf\xb0\x07\xf6\xfc\x6e\x22\x31\x52\x14\x04\xb9\x55\x75\x3f\x02\x28\x73\xb1\xaa\xff\xf2\xca\x83\x60\x93\xc1\x9c\xeb\x27\x09\x62\x4f\x8b\x81\x5e\x31\x0b\xc2\x1b\x54\x9e\x99\xb8\x70\x3c\x7c\xeb\x57\xf7\xd6\xf9\xd8\xfa\x84\xe1\xfb\xc9\x06\x98\x3c\xa7\x57\xaf\x9c\xf9\xb0\x7a\x65\xa1\xe7\xa5\x29\x31\xf6\xfa\xf3\xc8\xe2\xc4\x9d\x32\x4d\xa9\xef\x93\xc9\xfa\xa2\x8d\x0f\xaa\x3b\xfa\x4f\x0f\xa2\x33\xcc\x6a\x30\xb7\x2c\xbe\xe8\x3a\x30\x1b\xa2\xb4\x1b\x68\x4d\xd8\x5c\x5b\x1a\x0b\x9c\x1b\xf4\xbd\x71\x9d\x8a\xbe\x53\x23\x20\xbd\xbe\xff\x4a\xed\x35\x24\x5a\x42\x55\xc8\x75\x56\xc1\xe1\x43\x35\xd1\x2b\xab\x36\x9f\xa2\xa2\x34\x4d\x97\x79\x9b\x16\x0d\xcb\x48\xcd\xc6\x88\x9f\xfb\xfe\x60\x58\xe4\x60\x2c\xdb\x28\xce\xf7\xdf\x5d\xe8\xee\x55\x99\x5f\x74\xc6\xf8\xbe\x70\x70\x7a\x4f\x25\x37\x88\x4b\x7f\xb1\x51\xea\xdf\xbf\x1b\x28\xa5\xa0\x37\x6d\xba\x58\x76\x24\x76\xfa\x7b\x67\x5e\xa7\xf5\x69\x7e\x74\x92\x70\x50\x63\x20\xf4\xd6\xb3\xa2\x4a\x6d\x12\x36\x2f\x42\x5a\x47\xdb\x17\x5f\xa0\x6d\x9a\x63\x28\x9a\x64\xe8\x96\xb9\xad\x7d\xef\x3d\xda\x34\xaa\xe5\x9e\x48\xee\x8d\xee\xfd\x65\xf4\xb5\x93\x58\x1a\xd9\x7e\x57\x55\x67\xfb\x3a\xdf\x57\x8f\xc4\x6b\x73\xa8\x11\xcb\xa9\x8d\xf7\xcc\x9e\x63\x62\x1c\xe8\x85\x0d\x91\xa4\xbf\x42\xf0\xe8\x85\x8d\x19\x8d\x5f\x4b\x08\xb1\x5b\xda\xc8\xba\xf8\xd5\x8b\xd7\xc3\xcb\x30\x32\xb0\x8b\x5e\xc7\x5b\xb1\x01\xb4\x6c\x4c\x03\x56\x9e\x37\x26\xde\x5a\x43\x42\xad\xe9\x67\xa4\x24\x56\x86\xf7\xea\x94\xe3\x40\x2d\xd6\x76\xe2\x00\x7f\x33\x98\xce\x9b\x5f\xaf\x37\x18\x61\x19\xfa\x83\x7f\xb2\x72\x1a\xaa\x8a\xbc\xfc\x67\x30\x34\xf0\x27\x0d\xbe\x17\x19\x9a\x66\x52\xf6\x15\xab\x3f\x33\xae\xcf\xee\x47\x64\x76\x6d\x88\x2b\x1e\x67\x22\xda\x73\x1d\x3c\x8b\x47\x3d\xe0\x33\x05\xd6\xf5\xe7\x66\xee\xe9\x4f\xbe\xee\xcb\xcc\xd0\xa1\x82\xa3\x3f\x23\x43\x35\x53\x86\x00\x4d\xb4\x6f\x74\x1c\xb1\x40\x5d\x86\x42\xa9\xb7\x53\xe0\xfe\xc4\x60\xeb\xc8\x4d\x92\xa5\xa7\xd8\x35\x53\x67\xed\xb7\xce\xfa\xbf\xee\x8a\x84\xd5\x37\x51\x09\x6d\xf8\xc1\x99\x6c\xf7\xd9\x37\x4e\x38\x46\x82\x25\x9b\xd8\xf2\xe1\xe9\xaa\xae\x65\xd9\x16\x97\xe2\xbb\xb7\x2f\x9e\xff\x49\xa7\xef\x02\x68\x78\xc1\x68\xdf\x33\xde\xfb\xe3\x10\xc2\xf6\xa2\xa1\xb1\xa1\x0d\x40\xcd\x77\xcf\x5e\xbc\xe5\x5e\x3a\x4f\x1e\xbd\x7d\xfa\xf6\xe0\xc5\xd3\x77\xcf\x5f\xed\x3f\x7a\xbe\x2b\x92\x9f\x7e\xfa\xe9\xa7\xe1\x8b\x17\xc3\x27\x4f\xde\x7e\xf7\xdd\x2e\x5c\x68\x8f\xc7\xe2\x5b\xd7\xe4\xde\xe4\xb6\x5a\xec\x36\x5f\xc8\x21\x2c\xef\xe4\xb6\x18\x3f\xe8\xc2\xf8\x0e\xf3\x6e\x1c\x46\x30\xef\xc2\xcd\xfc\xf5\xc8\x9b\x56\x2e\xf7\x26\xb7\x77\xd6\xb7\xf3\xa2\xa3\x89\x11\x66\x39\xd9\xb8\x99\xed\xd1\xf6\x76\xac\x29\x86\xbd\x0b\xa1\x57\x4f\x75\x6f\x57\x24\x9d\xf3\xa8\xda\x8f\x54\x21\x73\xb6\x6e\xa2\x74\xed\x8e\xe9\x01\x44\x2f\x28\x8e\xae\x99\xe0\x78\x62\xe3\xff\xf1\xe9\xd3\x7f\xbf\x8b\x39\xe8\x87\x47\x3f\x1e\xff\xf8\x63\x0c\x0d\xb8\x4b\xf1\x7a\x90\x18\xd5\x4d\x5c\xac\x16\x7a\x4f\xb9\x6a\xce\x31\x4a\x2b\xea\x40\xbd\xf0\xf1\xaa\x0f\xe7\xea\xed\xc1\xed\xf1\xdd\x49\x89\x77\x21\x43\xbc\xee\x98\x94\xbd\x69\x5f\x1c\xe6\x65\x56\x4b\x71\x58\xd5\xf3\x55\x33\x29\xff\x5d\x91\x4f\x65\xd9\x48\xf1\xe2\xe0\xed\xa4\xbc\x3b\x56\x38\x12\x25\xb1\x35\x90\x0b\x53\x1d\xb2\xe3\xbb\x42\x36\x45\x5e\xb6\xc3\x2c\x6f\x52\xa5\x3b\x94\xd5\x70\x55\xae\x1a\x99\x0d\x3f\x28\xd9\x58\xd5\xd2\x89\xbf\x5e\x9d\x97\xaf\xeb\x6a\x29\xeb\xf6\x12\x03\xfb\x37\xee\xd2\x25\x5a\x7c\x1f\xab\xce\xd3\x86\x94\xb9\x3a\x76\xc7\x8f\x38\x84\xae\xb6\xac\xab\xe5\x41\xf3\xb4\x5c\x2d\x64\x9d\xa2\x56\x13\x54\x5c\xea\x2a\x14\x0e\xa6\x8a\xd8\xf8\xb1\x52\xef\x83\x36\x32\x4e\xda\xfc\x54\xa8\x5f\x70\xa3\x04\x37\x3c\x9f\x3e\x09\xf3\x9b\x5f\xaf\x4e\xda\x49\xeb\x1c\xc2\xdf\x5e\x2e\xa5\x76\x0a\x67\x57\x4d\x62\x9a\x96\x68\xc3\x16\xd3\xb4\x28\x64\x06\x97\x5e\x88\xba\xaa\x1d\x4a\x14\x2d\x5b\x50\xe5\x27\xad\x5e\x5d\xd2\xbb\xfb\x93\xf2\x8a\xf5\xbd\x99\x57\xab\x22\xfb\xbe\x91\x2f\x81\xd5\xf6\x74\x9f\xda\xfa\xd2\x74\x0e\x0c\xa8\xac\x33\xb6\xdf\xb6\x05\x1b\x36\xac\xb5\x6d\x4f\xda\xf1\x58\x3c\x91\xad\x9c\xb6\xe2\x64\x35\x9b\x5d\x0a\x33\x91\x42\xe2\x3c\x42\xfb\x55\x9d\xc9\x5a\xe4\xa5\xa8\x0a\xf5\xc7\x0f\xdf\x08\x2d\xa8\x35\x23\x82\xc7\x58\xfa\x4e\x56\xb3\x66\x34\x9d\xd7\xd5\x22\x5f\x2d\x46\x55\x3d\x1b\x2f\xc7\x1f\xbe\x31\xcf\x6d\x33\xd9\xa6\x79\xf1\x30\xcf\xf6\xfe\xb8\xb3\xf3\x0d\x56\x86\xec\x4a\xb2\x69\x77\xb4\x14\xa9\x75\x88\x24\x3d\x99\x26\xfd\xfb\xf8\x12\x94\x11\xe7\xb0\xc8\x4b\xa0\xd0\x52\x9e\x0f\xcf\xeb\x74\xb9\x94\x75\xa3\x97\x49\xe1\x39\xfa\xd3\xb1\x92\x21\x33\x99\xdc\x77\xf3\x13\xa5\xd0\x97\xe9\x42\x36\x3d\xa8\xd4\x3f\xda\xc6\x4b\xfa\xe4\x4f\xc9\xe6\xb3\x77\xd3\x51\x7f\xbd\xfd\xa7\x3f\xf3\x51\xdf\x53\xe7\xd0\x95\x46\x0d\x51\xc2\x20\x16\x21\x89\x31\xb8\xed\x42\x85\x61\x9f\xa0\xda\x51\xf2\x2e\x11\x5b\x7a\xb2\xc0\x19\x72\x7f\x9e\xd6\xfb\x55\x26\x7b\x39\x64\xd2\xc8\x49\x77\x75\x7b\xb0\x92\xf7\xba\xb6\xab\x9b\x8c\x7b\xfd\xd1\x22\x5d\xf6\x48\xe4\x9c\x70\x46\xb0\x13\xe5\xb1\x69\xa5\x4f\xe6\x1a\xdb\x19\xbd\xaf\xf2\xb2\x97\x24\x68\x92\x4c\xb6\x77\xee\x7d\xfd\xc7\x3f\xfd\xf9\x9f\xbe\xf9\xcb\x3f\x74\x7e\xbf\xa6\xf3\xab\x68\x2a\x93\xa7\xb3\x79\xfe\xfe\xac\x58\x94\xd5\xf2\x9f\xeb\xa6\x4d\x46\xcd\xb2\xc8\x5b\xd5\xd3\xd1\x69\x55\x3f\x4d\xa7\x73\x32\xf4\xc2\xc5\xf7\x74\xb3\xff\xf5\x11\x7e\x06\x37\x09\xf8\x2b\x36\x0d\x7a\x96\xcf\xe4\x65\xd3\x8b\xdc\x4a\x2b\x3c\xfd\x3e\x9b\x25\xd3\x46\x57\x4f\x37\x9c\x38\xee\x54\x31\x69\xaf\xc4\x34\x85\xb7\x58\xb2\x76\x23\x19\x8f\xc5\x8f\x52\x64\x55\x99\xb4\x42\x5e\x40\x0a\x98\xb4\xbc\x14\xd5\x29\xe8\xea\xe9\x49\xf5\x41\xe9\xf4\xf8\x12\x66\x00\xb7\x27\x27\x30\x52\xf5\xf1\x44\x8a\x26\x3d\x95\x23\xd6\x9c\xeb\xca\x95\x66\x61\x8b\x2a\x5b\x15\x72\x24\x2f\x50\x2a\xdb\x8b\xb0\xb2\x87\xfc\xbe\x5e\xd0\x78\x4d\x2d\xe4\xdb\x1f\x88\xa6\x5a\xd5\x53\xa9\x3b\xae\xd6\x55\xe7\x75\xd2\x8b\x5c\x91\xdc\x38\xba\x4e\xdf\x96\x36\xf6\x0c\x52\x5f\xec\xfe\x52\x9d\xd9\xb9\x2f\x1a\xf1\xad\x0b\xf1\xad\x93\x99\xdd\x17\x0d\xd9\x6d\x3a\x93\x94\xc6\x6e\x61\x8f\x8c\x37\x20\xdb\xb5\x67\xf2\x52\xf1\x49\x55\x87\xac\x94\x22\x05\x7e\xb4\x29\xa1\xb8\xe8\xa1\x43\xf3\x99\xbc\xec\x13\xe0\x49\xdb\x56\x47\x67\xf2\xf2\x58\xe7\xa8\x82\xbf\xef\x9b\xd2\x2b\x6f\xa1\x15\xea\xe8\x99\x4b\x30\x36\xf6\x90\x8e\x42\x42\x37\xfa\xb6\x85\x18\x07\xd2\x18\xec\xfc\x70\x6e\x84\xbd\xf0\x8f\x69\x3a\x44\x5d\xff\x28\x3f\xe6\x23\x85\xb1\xba\x42\x3b\x64\xf2\xe9\xbe\x83\xbe\x8a\x4c\x82\x77\x8a\x82\xb6\x70\x85\xb2\x91\x27\xe1\xa0\x30\x81\x3e\xd9\x07\xcd\xcb\xf4\x25\xcb\x35\xe4\x22\x95\x58\x5c\xf0\x09\x38\x17\xfc\xa5\x11\x47\x68\xda\x62\xc9\x9b\x5e\x3a\x10\x27\x44\xbc\x48\xe1\x40\x81\x60\x0e\x18\x3e\x6b\xdb\x8e\x5f\xb7\xb2\x23\xc6\x02\xa1\xd4\x5f\x27\x56\x32\x20\xd5\x4f\xfc\x3a\x6e\x5b\x1b\x40\x32\xac\x5e\xda\x57\xcd\xd1\x2f\x27\xfd\xf5\x18\xbc\xed\x8b\xc3\xec\x9a\x41\x14\x62\xc0\xdf\xe4\x9f\x57\x79\x2d\x7b\x09\x7e\x19\x6a\xd1\x21\x97\xf8\x00\x43\xc1\x2a\x12\x78\x9c\xa3\x0f\xa0\x81\x56\xdf\x86\x27\xb9\x4d\xb0\x0b\xa4\xb6\x58\x16\x52\x6d\x2b\xa3\xe8\x5b\xe8\xd1\x98\x97\x59\xd4\x33\xd9\xbe\xae\x8a\xcb\xd3\xbc\x28\x38\xfc\x52\x7f\xb5\x90\xcd\x3c\x5f\x70\x10\xf5\x85\xb4\xbe\x74\x78\x4c\x87\x7b\x04\x7d\xaf\x3f\xd0\xbb\x1f\xab\xe0\x70\x7b\xa6\xd6\x00\xa7\x96\x54\xd8\xa5\x9d\x1b\xc0\x12\xb1\x31\xec\x7a\xe3\x05\x10\xd5\xa7\x5d\xe8\xab\x92\xef\xe3\x84\x66\x9a\x5c\x43\xdf\x37\x9c\xc9\x75\xd4\xcc\xa6\x80\xed\x0c\xed\x97\xa5\xf9\x76\xde\x78\x7e\xa0\x8e\xa5\xe7\x8d\xf0\x07\x7b\xcd\xfe\xdc\x7c\x59\x37\xa5\xc3\x75\x43\x54\xd3\x8d\x5d\x3d\x68\x7a\xe4\x78\x21\x14\xc1\x66\x01\xb6\x8c\x5e\x7f\xac\x37\x10\x1f\x45\xde\xec\xba\x1a\x57\x03\x2b\x93\x37\xe4\x28\x53\x67\xbd\xdf\x12\xd9\x8f\x6e\xbe\x14\xbf\x21\xeb\xec\xf8\x1c\x36\xae\xe1\x09\xc4\xba\xd9\x54\x82\xc7\xe1\x3c\x57\x47\x25\xd5\x10\xd4\x67\xdd\x07\x78\x99\x93\xe5\xa7\xb9\xcc\x80\xf5\xc6\xee\xeb\x65\x33\x54\x13\xd5\x8c\x65\xf3\xa7\x21\x52\x28\x4e\xd3\x3c\x6d\x36\xd2\xe2\xcc\x31\x7d\xd8\xd6\x31\x78\x92\x69\x0d\x21\xf3\xe6\x51\x0d\xc9\xf8\x28\xf1\xaa\x6f\x78\xf4\x2a\x9d\xa0\x43\x25\x98\x81\x71\x74\xa8\xeb\x39\x7c\x9f\xa7\x3d\x9a\x41\x3e\xa9\xca\x56\x95\x3c\x5e\xcd\xc4\x9e\xb8\x95\x07\xa7\xdc\x47\x9b\x2d\x0e\xdf\x45\x29\x2a\x48\xcc\xa7\xa4\x4f\x71\xbd\x56\xad\x3a\x64\x21\x2e\xf6\x72\x50\xe1\xb1\xfd\x24\x88\x32\xdd\x23\x35\x49\x47\x5a\xb2\xb5\xed\x0d\xec\x07\x34\x33\x7a\x9f\xcd\x05\x87\xf9\xcd\x97\xcb\x7e\xce\xb1\xab\xaa\x61\x02\x1c\x9b\x2a\x5b\x38\xad\xca\xa6\xad\x57\xd3\xb6\xaa\x13\xf5\xe9\xd8\xf6\x57\xfe\xf3\x2a\x2d\x9a\x7d\x57\xfe\x9a\x58\xf9\xdc\x88\x2b\xbb\x33\xe0\xf4\x68\x2b\x45\x2f\xd5\x88\xe0\xbd\xcf\x8e\x31\x80\xb8\x73\x07\xfe\xa5\x86\xc3\xbd\x3d\x51\xe1\xf1\xe6\x7a\x70\x31\x2d\x56\x99\xcc\xfe\xbd\xbc\xd4\xcf\xf3\x14\x9e\xaf\xd2\xe5\xb2\xc8\xa7\xc0\x99\xf6\xd3\xe9\x5c\xee\xc2\xd1\xa8\x07\xf4\x95\x6a\xb8\x2a\xbc\x8f\xf2\xa2\x95\x35\x04\x16\xa5\x5f\x4f\x6b\x08\x90\x1a\x7c\x7a\x8a\xbc\x2f\x52\xd2\xf0\x6f\x79\x59\xca\xfa\x3b\x99\xcf\xe6\x6d\xa4\xe0\xc7\x3c\x6b\xe7\xfc\x7b\x55\x2e\xaa\x5f\x4f\x57\x45\xd1\x4c\x6b\x29\x4b\xf4\xad\x5b\x0b\x02\x0f\xef\x3d\x88\x55\x1b\x6f\x15\x0a\x22\xad\x2e\xd3\x99\xfc\xfb\x2b\x1d\x28\xd6\x2f\xf8\x29\x5e\x50\x07\x13\xd0\x4c\xeb\xaa\x28\x9e\xcb\xd3\xe8\xf7\xb7\xd5\x32\xf6\xf9\xef\xb1\x8f\x3f\x79\x1f\x65\x71\xca\xbf\x9c\xcb\x93\xb3\xbc\x3d\x28\x33\x79\x21\xb3\x27\x8f\x63\x85\x87\x6d\x55\xa7\x33\x79\x50\x9e\x56\x5e\x71\x5e\x66\xd5\x39\x7e\xe3\xe4\x34\x4f\x9b\x47\xab\xb6\xc2\x94\x47\x4f\x15\x75\xe7\xed\x25\x6e\xe9\x9e\xf7\xf6\x17\x54\xad\xbb\x9a\x35\x09\x44\x09\xe6\x34\x23\x39\xeb\xe3\x54\x97\xec\xf1\x1c\x9b\x7d\xf1\x91\xbf\x0d\x10\x57\xbe\xce\xa1\x34\x0e\xac\x4c\x95\x54\x67\x1c\xb2\x06\x22\xba\x07\x8e\x92\xaf\x12\xb1\x25\xce\x8e\xd5\xfe\x99\xa7\x0d\x32\x1f\x44\x33\x10\x67\x20\x43\xe2\xaf\xa3\xb3\x63\x38\x95\x8c\x13\x34\xeb\xae\x2a\x0c\x3c\xb2\x89\x78\xcf\x7b\xa1\xfe\xdf\xcd\x0a\x7a\x16\x65\xff\x3e\xad\xe3\x94\xd7\xbe\x8f\xcc\x17\x67\x03\x55\x81\x6a\x0d\x71\x34\x31\x14\x57\xcc\x70\x12\x6a\xb7\xbd\x7e\x7f\x03\xd6\x76\x70\xfa\xb2\x6a\x1f\x83\x59\x2d\xce\xe4\x3e\x9f\x2a\xc4\xa7\x4f\xe2\x56\x17\x0d\x86\xe2\xc5\x9a\x39\xaf\xfa\xdc\x4a\xc4\x56\xec\x26\xd5\x63\xb3\xdb\x61\xa2\xc0\x7d\x54\x4e\x5a\x23\x9f\xd0\xf9\x01\x63\x09\x52\x13\x3b\x0d\xf2\xc6\xe6\xc1\xc5\xd2\x18\x51\xea\x12\x4a\x91\xf7\x29\x0a\xf7\x72\x09\x4f\x6c\xa4\x7a\xd3\x1a\x54\x3b\xd2\x38\x0c\xe8\x31\xc7\x60\xa5\x10\x4c\xdc\x5c\xcf\x6c\x67\x19\x98\xf5\xa8\xb0\xdd\x56\x9d\xbc\xa6\x49\xac\xc4\x1a\x6c\xe7\x52\x9f\x58\x3a\x7f\x81\xdd\xcc\x14\xf1\x2d\x32\x32\xfc\x69\xbb\x49\x59\xc2\x1a\x0b\xb6\x9a\x75\x63\xb5\xae\x4a\x91\x8a\xb2\x2a\x87\x66\x4f\xfb\xd6\x25\xd0\xaa\xce\xf2\x25\x90\x01\x66\x67\x64\x62\xcd\x9d\x3b\x64\xaa\x89\x39\xcc\x4e\xcb\x9d\x3b\x7a\xa5\x4c\xfa\xf8\x07\xa8\x23\xdf\xb2\x8c\xa8\xd2\xd2\xf5\x36\x35\x18\xc4\x4c\x13\x0c\xcf\x7d\xb1\xb5\x95\x73\x5b\x0a\xce\xdf\x68\xb9\x6a\xe6\x3d\x6d\x57\xce\xfb\xfd\xb5\xf6\x14\xba\xc8\xb1\x9e\xc6\x7a\xf4\x1e\x7b\xf4\x3e\xd6\xa3\xf7\xd7\xf6\xe8\x7d\xa4\x47\x36\xfc\x93\xd7\x52\x99\x2e\x24\xd8\xe2\xf9\x16\xb1\x74\xd1\x73\x2b\x73\xe7\x0e\x42\x03\x91\x11\x31\x92\xb1\x7c\x33\xd3\x10\xc9\xc2\x67\xdf\x91\xbe\x22\xdc\x35\x66\x19\x3b\x97\x5c\x7a\x26\xe8\x0d\x0d\x11\xae\x22\xf6\x36\x62\xa6\x74\xbf\xf9\x93\x73\x86\xcb\x70\x26\xbe\x75\x22\x32\x59\x89\xb3\x8e\xe9\xa2\x9d\xb8\x73\xc7\x55\xb5\xa7\x1b\x95\x6c\xe3\xd3\x47\xeb\xac\x9d\x46\x06\x78\x9d\x75\xcb\x1d\x4f\x88\xc2\x0a\xb5\x57\x11\xb5\x96\x68\x7b\x5d\x0a\x61\x53\xe4\x53\x25\x72\x43\x9a\x71\xa2\x01\xc1\x77\xad\x58\x5f\xaf\x7d\x19\x6c\x55\x9d\xcf\x34\x77\x22\x6c\xe4\x3e\xd7\x3d\x21\x41\xa0\x86\x7b\xe8\xb3\x79\x22\xdd\x18\x20\x75\xa4\x88\x2b\xb1\x7b\xad\xe5\xc2\xf4\x20\x2f\xd3\x22\xda\x8b\x49\x69\xfa\x30\x6a\xbc\x43\xc6\x29\xfe\xd0\x24\xb1\xd8\x85\x2a\x32\xd2\xaa\xfa\xf0\x63\x55\x9f\x35\x3f\xe6\xed\x9c\x1e\x02\x31\x71\x0f\xf4\xea\xc3\xf4\x34\xad\x73\xf1\xa7\xd1\xb6\x38\x59\xcd\x28\xdd\xa7\x38\xbf\xf4\x76\xc0\xa5\x99\xbc\xef\x1d\x9e\x00\x8c\x6f\xcf\x0c\x29\x03\x4d\x06\x56\x6b\x4d\x36\xbd\x9d\x81\xb8\xd7\xa7\xb7\x10\xb7\xe2\x7d\x27\xbd\xa5\x87\x40\xe7\x51\xdc\xa5\x73\x2b\xf0\xa1\xe2\x0a\x43\xf0\x6e\xcb\xcb\x19\xdf\x62\xfc\x94\xf4\xb6\x06\x59\x7c\xb3\x8e\x3d\x20\x46\x76\x4c\x46\xf7\x49\xbc\x32\x3f\x8c\x8d\xc8\x6e\xe4\x0e\xc6\x54\xf9\xa8\xc9\xee\xe1\x66\x51\x0a\xf6\xe9\x13\x85\xeb\xb0\x07\x6f\xb0\x0f\x37\xb2\x85\xac\xb5\x34\xdb\x65\x64\xa6\x6b\xd8\xe3\x80\x99\xc8\x1a\x2e\xea\x3a\xb7\xae\x00\x20\x95\x3f\x2c\x4e\x2d\x82\x68\x39\x43\x81\xf7\x9d\x55\x8b\xd4\xbe\xc5\x6b\xd7\xe9\xe5\x71\x22\xee\xdc\x71\xb4\x6e\x2c\xe8\x5a\x4c\xb3\x92\x08\x4a\x6b\x58\x4e\x85\xb5\x0e\x18\x4a\xf7\x09\x5a\xb6\x83\x76\xec\x01\x8d\xf6\x76\x8b\xc6\x9b\x07\xf8\x53\xca\xf5\xc2\x1e\x5d\x7e\x1c\xb0\x33\xb4\x8d\xef\xde\x9d\x94\xe2\xae\x38\xac\xa7\x8d\x6c\x05\x38\x4f\xd6\xea\x0b\x7c\x7d\x7c\x29\x1e\x15\xf2\x42\x3c\x96\x45\x21\x3e\x09\xf1\xe2\xe0\xad\x78\x8e\xde\x17\x16\xe6\x6f\x87\xba\x16\x3c\x2d\x84\x57\x4d\x28\x16\xe1\x7c\x40\x8c\xe3\x74\xb9\x04\x97\xe4\xbc\x14\x8b\xb4\x3e\x5b\x2d\xc5\xb7\xf9\x62\x26\x1a\x68\x74\x6f\x72\x1b\x82\xe7\xdd\x7e\x60\x71\xfe\x3b\xec\x6d\x83\xab\x20\x8e\x3e\xae\xea\x62\x57\xbc\x1b\x88\x0c\xfe\x7b\x0e\xff\x9d\xef\xbe\xbb\x1a\x88\xd1\x68\x74\xec\xfa\x9b\x36\x32\x13\xcd\x6a\x29\x6b\x91\xc1\x7f\xa7\x45\xd5\xc8\xe2\x52\x49\x81\x18\x79\xf5\x54\xd6\xb2\x9c\x4a\x91\x16\xb3\xaa\xce\xdb\xf9\x42\xa4\x10\x34\xef\xae\xb5\x15\xce\xdb\x45\x31\x6a\x96\x72\x3a\x3a\x9f\xa7\xed\xf9\x0c\xae\x67\x17\xab\xa2\xcd\x97\xe9\x4c\x8e\xe5\xe2\x44\x66\x99\xcc\x86\xf0\x92\xb0\x6c\x47\x0a\xfe\x0f\xe0\x20\x38\x4c\x87\x38\xa4\x61\xda\xb6\x75\x7e\x82\xd1\x8d\xb0\x6b\x2f\xaa\xa6\x15\xd3\x6a\x81\x8c\x36\xad\xa5\x98\x56\xcb\x5c\x66\x6a\x4e\x30\x52\x7f\x71\x89\x36\x4b\x98\xc2\xa5\x9c\x42\xb5\x9e\xbc\x98\xca\x65\x0b\x73\x6b\x6b\xe7\xa5\x00\x33\x44\xd3\x1f\x29\x20\xf0\x80\x21\x8c\xbb\xae\xaa\x76\x20\x4e\x53\x75\xbe\x5f\x92\xc3\x40\xd3\xa0\x31\x35\x73\x2b\xb7\x12\x14\xa0\x60\x94\x2e\x32\x7a\xa9\xfa\xe8\xc5\x93\x91\x78\x23\x67\x79\xd3\xca\x5a\xa4\x8d\x48\x4b\x91\x96\x55\x79\xb9\xa8\x56\x8d\xd0\x9b\x1a\xa1\xb5\x2d\xf9\xe8\xd8\xb5\x7e\x9f\x30\x2a\xd2\x07\xac\xe6\x6f\x16\xc1\x59\x04\xed\xc5\xcb\x2a\x93\x23\xf1\xa4\x92\x0d\x3c\x7a\x3b\xaf\xea\x33\xf4\x47\x41\x5e\x24\xf6\xab\xc5\xa2\x2a\xff\x76\x08\x37\xbb\xb6\x16\x78\xd1\x99\xa2\x61\x91\x9f\x49\x21\xcb\x0f\x79\x5d\x95\x38\x91\x40\x9c\xda\xcb\xce\x6b\x7c\x60\x91\x40\x35\x68\x1f\x3f\x85\x7c\x0c\xc7\xda\x63\x83\x75\x5d\x7f\x5c\x57\xe7\x6a\x7b\xa0\x72\xdc\xe0\xfa\x88\xbc\x31\x56\x0e\x2d\x19\x55\x55\x8b\x6e\xa6\x7a\x2b\x06\x78\x27\xe5\x95\x7e\x06\xed\x9f\xd1\x68\xf9\xde\x19\x89\xe7\x90\x9a\x7b\x09\x77\xdb\x40\x47\xb8\x07\x97\x69\xa3\xf6\x05\xdc\x7e\xe7\x8d\x23\xfd\x11\x61\x0c\x9e\x9b\xb4\x45\x0c\xa8\xbf\x7f\x7b\xf0\xfc\xe0\xed\x4f\xe2\xd9\xf7\x2f\xf7\xdf\x1e\xbc\x7a\x79\x48\xca\x5e\xa4\xe5\x2a\x2d\xd4\x78\x4e\xe1\xa1\x9b\x9a\xd4\x52\x11\xcc\xd3\x0b\x0b\xa3\x93\x71\x9f\xbc\xaf\xea\x72\xd4\xe6\xcb\x22\x2f\x67\x60\x8c\x6f\xda\xb4\x95\xc3\xb4\xcc\x86\xb5\x9c\xad\x8a\xb4\x1e\xca\x8b\x65\x2d\x1b\x70\xc7\x19\xe6\xe5\xf0\x7d\xfa\x21\x6d\xa6\x75\xbe\x6c\x7d\x64\xef\x9b\xa5\xac\x4f\x01\xcb\xf9\x3c\x6f\x65\xb3\x4c\xa7\x72\x38\x9d\xa7\x75\x3a\x6d\x65\x3d\xfe\x93\x36\x2c\xb9\x43\xe6\x50\x41\xf4\xa6\xa1\x46\xdf\x9b\x02\x25\x4e\x6e\x4f\x26\xab\xed\xed\x7b\xdb\x93\xdb\xea\x68\x1c\x8f\x05\xe0\x34\xc0\x0c\x68\xfb\x2f\x16\x68\x5e\xd5\xf9\xaf\x55\xd9\xa6\x85\x68\xd3\x93\x38\xf4\x23\x0b\xad\x14\x56\x25\x68\xc4\xe1\xf6\x2d\xdc\x69\x55\x2f\xc4\xa9\x94\x59\x1c\xf0\xc9\xe4\xb6\xf6\x25\x9a\xa6\x75\x9d\xa7\x33\xa9\x25\x4f\x4f\x6b\x71\x81\x0b\xab\xa2\x90\xd3\x76\xdf\xcc\x4f\xd3\xab\xd5\x12\x79\x3a\x8c\x9a\x3e\x43\xfa\x40\xeb\x60\x05\x51\xc2\xf3\xec\xe9\xc5\x48\x5e\xc8\x29\x92\xc7\x08\xa2\xcc\x80\x06\xb5\xac\x1a\x22\xd1\xa8\x3d\x0e\x95\x98\x64\x04\x68\x31\xa7\xcb\x74\x7e\x24\xb6\x05\xbd\x08\x5f\x56\x10\x3b\x1d\x60\xb8\xf4\x47\x96\x08\x4a\x3b\xf5\x5c\x10\x04\x54\xbf\x9e\xeb\x93\x15\x7f\x69\x6c\x03\xa7\x5a\x8d\xc7\xa2\xf7\x04\x5c\x44\x94\x1c\x33\x99\x34\x03\xb5\x2b\xd2\x0f\x55\x9e\x09\x23\xef\x81\xb1\xe0\xa4\x96\x18\x5d\x1c\x48\xa0\xef\x08\x66\x26\x2f\x9e\xcb\x34\xcb\xcb\x19\x90\x93\x1a\xd5\xf8\xe7\x23\x31\x99\xb4\x93\x49\x39\x99\xd4\xb8\x3c\xd3\xe3\xad\xf1\x20\x56\x49\x31\xa3\xb4\x79\x55\xd3\xca\x83\x8d\x6b\xbf\xac\x5a\x5a\xf1\xe7\xeb\x2b\xbe\xad\xd3\xbc\xb0\xed\xaa\x6a\x47\x83\xe3\xad\xaf\x3c\xa8\x97\x55\xf9\x52\xa7\xa5\x38\x28\x5b\x39\x83\xa4\x37\xe3\x9f\x27\x93\x4c\x83\x92\xe9\x13\xaf\x4d\x36\x8b\xaa\x76\xc9\x2c\xc0\x23\xb0\x81\x07\x23\x22\x47\x14\x8d\xfa\x98\xc9\x69\xbe\x48\x8b\xc6\x06\x76\x53\x1f\xcd\x9f\x8a\x85\x96\x20\xf4\x93\x06\x5e\xac\x1a\xc5\xc4\xc0\xb6\x2b\x52\x88\xe8\xde\xb4\xa2\x2a\xa5\xc8\xf2\x59\xde\x52\xd0\x47\xd3\x29\xa4\x45\x9b\x41\x6c\x9c\xa5\x9c\xea\xc4\x0b\x69\x79\x69\x1a\x36\x91\x7a\x15\xd2\x13\x93\xc2\x01\xdf\xf2\xa6\x21\xc2\x97\x95\x6a\x0e\x30\x2e\x8b\x55\x03\xef\x4e\x05\x70\x4c\xa8\x35\xea\x13\xd8\x0d\xc5\x85\xbc\x3c\xad\x53\xd4\xb6\x57\xb5\x44\x61\x01\x5e\x32\x0c\x4d\x30\xe1\x21\x74\x71\x88\x82\x20\x5b\x96\x67\x1a\xe2\x35\x8c\x41\xad\xc8\xf0\x61\xef\xe1\xee\xd1\xf6\xf0\x2f\xc7\x5b\x9f\xe0\x9f\xbb\x93\xc9\x08\x7f\xf7\x55\x89\x7c\x7a\x7c\xb4\x35\x3c\x7e\xa8\x3f\x3d\x64\xab\xb7\xaa\x0b\xbb\xec\x99\x44\xae\x5a\x91\xed\xae\xdd\xd1\x9f\xd8\x22\x5b\x02\x6c\xda\xc1\x71\x8a\xb8\x87\xe7\x0e\x26\x39\x81\x48\x0a\x22\xc5\x69\x07\x37\xcb\xb6\x32\xb9\x70\xf2\x32\x6f\xf3\xb4\x28\x2e\xb1\x54\xcd\x72\xda\x6a\x89\x31\xad\x5b\x82\x12\xb2\xf7\x11\x59\xd2\xae\x91\xe2\x15\x7b\x90\x22\x95\x40\x7f\x8d\x1d\x98\xa6\x65\x96\x67\x69\x2b\x1b\xe8\x42\x49\xda\x93\x8b\x65\x7b\xa9\xfd\xae\x44\x23\xdd\x9a\x93\x3a\xcc\x26\x39\x1e\x8b\x3f\x8e\xc4\xe1\xb2\xc8\x5b\xe8\x67\x51\x55\xcb\x5d\xb1\x8f\x3c\x54\xa4\xa2\x91\xff\xbc\x02\x31\xb2\x3a\x15\xf6\xc8\xd1\xf2\x84\x92\xed\xc8\xc1\x81\xc3\x21\x40\x55\x2d\xbe\xdf\xda\xde\xbe\xb7\x2f\xf6\x5f\xbd\x78\xf1\x88\x14\x8d\xc4\xc1\x29\x10\x6f\x47\x39\x45\x78\x2e\x41\x84\x84\x0e\xc9\x6c\x80\x4d\x2b\x52\x15\x20\x44\x60\x58\x6a\x3d\xce\xf3\x79\x5e\x48\x9d\x32\xd9\xb1\xe5\xe8\x89\xd0\xc1\xa8\xa8\x79\x6a\x3c\x16\x7f\x82\x9e\xda\x15\xcf\x1b\x25\x62\xe0\x52\xca\x32\x53\x93\xa2\x97\xdc\x70\x6f\x37\xcd\x10\x1f\xe3\x44\xc9\x5b\xed\x5c\x82\x2e\x29\x97\x6e\xff\x83\xeb\x55\x05\x89\x66\x08\x3f\x8f\xdd\x70\x38\x94\x70\x7d\xde\x3b\x97\x49\x0d\xee\x7f\x72\xc0\x43\x2c\x54\x85\x39\x1a\xc5\x32\x85\x28\x1b\xee\x0c\x71\x23\xfa\xf3\xe8\x06\xab\xab\x24\x50\x58\x61\x52\x3a\xe0\xe4\xab\x86\x59\x48\x9d\xe2\xe5\x44\x8a\x55\x5d\x8c\xc8\x3e\x14\x7b\xf1\x03\x39\xe4\xf4\xde\xcc\xff\x13\xd2\x3a\xd9\xbe\xb8\xdf\x94\x58\x81\x54\x5e\xe4\x8d\xa3\x6f\x0a\xc7\x08\x1c\x90\x7d\x03\xcb\xa8\xba\x23\xcb\xac\x41\x79\x3a\xed\x20\x3e\xd1\x1b\xf4\x07\x9a\x7f\x9a\xa5\x53\x32\x80\x5c\x36\xbb\x0e\xa5\xfa\x6f\x6f\xa7\xaf\x14\x86\x45\xf5\x41\x69\x59\x85\x68\xf5\x11\xd4\x45\xd5\xa8\xf5\xa8\x09\x52\xbd\x81\xb5\xab\xa1\x76\xc6\xa7\x14\xfe\xb7\xa8\x6a\x89\x12\xa6\x3a\x11\x2c\x92\xf5\xf4\x8f\x74\xa5\x5a\x00\x63\x4c\x6f\xb8\xd3\xd7\xc2\xd4\x60\x72\x9b\x11\x17\x2e\x8d\x82\x34\xe1\x16\x22\xa7\xe8\x40\x49\x61\xb7\xa9\x15\x47\x11\xe0\xdf\x56\x8b\xa5\x48\xe7\x32\x05\x41\x5b\x4d\x8c\xf8\x0b\xfc\x75\x96\x2f\x45\x5b\x9d\xc9\x32\xff\x15\xdd\x98\x14\x6d\xbc\x57\x07\xd2\x72\xd5\xcc\xf5\x4b\x52\x4d\xcc\xfd\x11\x91\x8b\xd4\x38\x1c\x33\x6e\x7a\x94\x14\x70\xb2\x5f\xb5\x73\x59\x9f\xe7\x8d\xbc\x6e\x65\x7c\xfb\xfb\xa4\xd5\x3d\x92\x3d\x62\x5c\x82\x8d\x04\x1a\x33\x82\x57\xa7\x38\x8e\x6f\xfa\x8c\x6c\x76\xfe\xac\xd6\x57\x7b\x28\x6a\x2e\x2d\x97\xa2\x48\x4f\x64\xa1\xd4\x6f\xc6\x35\xf5\x80\x10\xf7\x3e\xe0\xae\x4e\xc5\x49\x3e\x13\xc8\x95\x00\xc6\xe2\x07\x73\x84\xfa\x43\xdc\x15\x6f\x75\x0f\x1b\x42\xed\xc2\xb9\x43\x89\x65\x9d\x57\xe0\x2e\xab\x26\xca\xda\xe9\xc4\x5d\xdd\xb7\xc6\x3d\x51\x18\x99\xa2\xb1\x27\x14\xbb\x49\x70\xea\x8e\xde\x19\x3b\x23\xe1\xe6\x5e\x03\x36\xb2\xde\x15\x87\x6a\x3d\x9d\xc6\xb1\x19\x37\x8d\xee\xe5\x6f\x46\xfa\xe8\xd4\x07\x2f\x1d\xa7\xd6\xdf\xf4\xc1\xc5\x0f\xc1\xe0\x9c\x16\xa0\x17\xdc\xf6\xb1\xeb\x73\x11\x0e\x6f\x85\x30\x2f\x49\x0b\x23\x76\xb6\x03\x06\x56\xce\xd0\x05\x07\x08\xa5\xfc\x6f\x46\x7f\xd4\xc3\x30\xbd\x76\x4c\x23\x75\x72\x01\xa1\xec\xa9\x15\xd0\x15\xe4\xa3\x16\x74\x08\x8f\xb8\x85\x78\x82\xb4\xe5\xb2\x6e\x65\x72\x29\xf1\xb5\x9f\xb6\xe6\xa0\x76\x0b\x54\x9a\xb6\x72\xc4\xab\x3f\xd3\xd6\xa8\xe5\xaa\x5e\x6a\xaa\x03\xde\xa2\x68\x55\xed\xe0\xa7\xaf\x9e\x4d\x6e\x23\xc7\x50\xd2\x5b\x9e\x16\xa4\xdf\xb5\x54\x5a\xa8\x04\x21\x85\xa3\x05\x3e\x73\xed\xc9\x37\xf2\x06\x73\xc0\xa6\x96\x19\x94\xf5\xfc\xef\x45\x56\xc0\xb3\x2e\x8f\xc7\xc1\x9c\x0c\xd6\x4c\xca\x74\x97\x76\x02\x8d\xf8\xfc\xd0\xf2\x4a\x0f\x4e\x63\x94\x98\xa3\xc5\x05\x28\x71\x00\x96\xbc\x32\x8b\xc1\xb5\x95\x87\x8e\x9e\x3d\xe6\x38\xbc\x21\xa5\x9b\x6e\x5b\x2a\x56\xca\xda\xa9\x5a\xa0\x08\x21\x4f\xdc\xbd\xac\x56\xf4\x03\x07\x0b\x55\x1c\xec\x9e\x00\x8a\x1d\x9b\x78\xcd\x15\x56\xba\xef\xd7\x59\xb7\x2b\x19\xa0\xdb\x70\xfe\x50\x02\xe0\x2b\xbe\x82\x68\x8b\xa1\xa7\x68\x6f\xd0\x0f\x00\x1e\x65\x1f\x52\x25\xbc\x58\x22\xd5\x4c\xba\x94\x17\x2d\x21\xf1\xbc\xd4\xa4\x1a\x5f\xf7\x00\xed\xe6\x74\x40\x57\x7e\x24\xe0\x5c\x24\xe7\x44\x80\xd8\x9c\x1b\x94\xcb\x83\x41\x99\xad\x2c\xb1\x21\x4e\x3b\x0e\xef\x89\x33\x26\xec\xdc\xff\x47\x2d\xfc\x95\xd7\x7e\xf4\xd0\x26\x00\x28\x8a\xde\xef\x5a\xd8\x6f\xc4\xf3\xa7\xcf\xde\x8a\xd7\x8f\xde\x3c\x7d\xf9\xf6\xbb\xa7\x87\x07\x87\xa2\xd7\x8b\xac\xb1\x9e\x7e\x35\xb1\xe1\x1a\x8c\xf8\x8e\xb1\xe6\xe2\xeb\x26\x14\xcd\x5f\xdf\x44\xa6\x35\x46\xdc\xe1\xb7\x2d\x31\xf5\x46\xcb\x0e\x17\xec\x04\x3b\x58\xec\x80\x14\x37\xf6\xbf\x7d\x49\x7e\xe4\x73\xa4\x90\x2e\x3f\x9f\x0e\x23\xf3\xf5\x6f\x81\xde\x1e\x95\x97\x2d\xd8\xbb\xd4\x80\x6e\x4a\x61\x91\x29\xf9\x22\x24\x73\xe5\xb1\xfe\x9e\xea\x44\x70\x30\x06\x07\xdb\x81\xa5\xae\x32\xb2\x50\xde\x11\x6b\xe8\xd0\x13\x65\xdc\x26\xfc\x8b\x78\x73\xf0\xd7\xef\xbc\x5d\xd8\xef\x7b\xa0\x37\xdd\x83\x6b\x8e\x2c\x43\x49\xfd\xdf\x6b\xeb\x75\xc8\x75\x6b\xb7\xdf\xa3\xcf\x66\xf1\x66\x2b\xad\xd9\x80\x9f\xbf\xb5\x6e\xbe\x65\xfe\xff\xb8\x47\x3c\x52\xf4\x05\x89\xeb\x76\x41\x28\x79\xc4\x36\xc3\x8d\xa5\x4d\x5a\xd9\x93\x35\x77\xc5\x61\x9b\xc2\x73\x42\x2d\x85\x73\x89\x3d\x2e\xba\x45\xc8\x74\xf7\xf7\x65\xdc\xbf\x1b\xad\xac\xe1\x06\x50\xe6\x4b\x6b\xcb\x5a\x7e\xc8\xab\x55\x13\x93\xd8\xae\x27\xac\xb5\x9b\x9f\x0e\xb7\x82\xb4\xb4\x3b\xde\x78\x3c\x87\x63\xaa\xc9\xdc\x54\xba\x24\xf6\x0c\x22\x9a\x51\x8c\x6f\xe4\x52\x82\x1d\x58\x2b\x67\xa3\x98\x3d\x02\x35\x50\xa5\x80\x82\xc5\x40\xf3\xe2\xab\x98\xdd\xe0\x51\x96\x75\x99\x0c\x94\xfa\xe0\x8c\x2d\x03\x30\xc0\xe0\x67\x66\x85\x69\x30\x46\x94\xc5\xa8\xdd\x11\x9c\x41\xc1\xb3\x27\x40\xd8\x81\x69\x91\xd6\x32\x13\xd5\xaa\x6d\xf2\x4c\x1a\xfb\xb5\x33\x72\x88\xa6\xd2\x46\xaa\x36\xd1\x19\xea\x31\x92\x50\x26\xaa\x72\x6a\xf6\x82\x35\x4d\x84\x84\xe8\x99\x28\xfe\xc2\x0c\x14\x48\xf0\xbb\xa0\x87\x83\xe9\x4b\xe9\x55\x65\x65\xe7\x12\xde\x81\x81\x93\x2c\x89\xed\xce\x96\x61\x67\x1b\xb5\xf8\xf3\x3c\x6b\xe7\x60\x54\x3c\x51\x0a\x30\xd7\xaa\x77\x76\x8c\xfd\xb1\x6c\xf2\xf6\xb2\x13\x4c\x1b\x36\x4e\x21\xae\xf6\x70\x5a\x2d\x96\x69\x3b\xa4\x58\x45\xef\x47\x30\xd8\x5a\x5f\x38\xc8\xe4\xdb\x8a\xb2\x3a\x17\x69\x23\xe6\xe4\xb0\x3d\x1f\x88\x6c\x20\xe6\x03\x91\x93\x8b\x49\xbb\x56\xf0\x1c\x9e\x14\xa8\x85\x1f\x88\x22\x6d\xc0\x14\x63\x13\xf0\xe7\x65\xfb\x43\x5a\x0c\x30\x83\xe3\x0f\x69\xc1\x6d\x25\x3b\x5f\x8f\xc0\x5e\x20\xd3\xe9\x9c\xc9\x9a\x74\xf3\x34\x03\x51\xaf\x90\xeb\xa5\x4b\x45\x54\x75\xae\xda\x6f\x64\x6b\x0c\x65\x0d\x41\x69\x5d\x39\x9c\xfd\xa2\xc8\x9b\xd6\x72\x49\x70\xf2\x04\xcf\x5f\x81\xae\xbf\xf4\x5c\xeb\x7a\x99\xac\x60\x20\x7c\x93\x05\x3d\x12\xb9\x38\x66\x3b\xca\x0c\x5d\xc3\x1d\xc1\x7f\x8d\x3b\xd1\x50\xec\xb0\xbb\x57\xed\xb3\x84\x30\xee\x4e\x77\x7b\xe0\xd7\xa2\x6c\x10\xe7\x52\xec\x21\xd1\x1d\x94\x6d\x4f\x4f\xf2\xce\x36\x05\x33\x53\x6d\x00\x31\x7e\x9b\x73\xdf\x62\xf6\x11\xdc\x2d\x64\xea\xa7\x55\xd9\xe4\x4d\x0b\xc9\xd2\x53\x81\xb1\xc0\xca\xaa\x1c\xda\x1b\x47\x7d\xcb\x48\xaf\xf4\x18\x4a\x34\x64\xff\xd3\x3f\x89\xe7\x8f\xde\x1e\xbc\x14\x87\x2f\x1e\x3d\x7f\x2e\x9e\x3f\x7d\xfb\xf6\xe9\x1b\xf1\x63\xcc\x06\x02\xf9\x46\xe2\xb7\xa1\xa3\x56\x36\xa6\xeb\xe2\xce\x1d\xd1\x73\x93\x0c\x07\xc9\xf9\xe4\x76\x78\x62\xe1\xb0\x70\x3b\x41\x3c\x71\xbd\x67\xcc\x0d\xc2\x49\xa5\x0a\x60\x3b\x0c\xd4\xe8\x4b\xb0\x90\xd8\xcd\x7b\x29\x9b\xe0\x7c\x3c\x17\x9f\x3e\x89\xac\x2f\x3e\xda\xad\x0c\x0f\x3d\x22\x02\xc1\x72\x59\x5c\xa2\xc7\xd3\xaa\x90\x90\x8a\xde\x98\x49\xa3\xb3\x68\x79\x60\x87\xf8\xe2\x96\xa8\x96\xcd\xaa\x00\x4b\xfb\xaf\xb2\xae\x06\xeb\xfb\x3c\x1e\x0b\x62\xa2\x2e\x28\x77\x71\xb8\x42\x29\x40\xd3\x97\x7e\x60\xee\x8d\x55\x9f\x77\xe7\x60\x43\x84\xad\x1c\x0e\x7f\x33\x72\xe2\x17\xb0\xfa\x8d\x79\x9c\x9e\x28\x45\x7d\x13\xa3\xa8\xbf\xc7\x28\x8a\x88\x1c\xe1\x7d\xee\x75\x34\x75\x71\x0d\x4d\x0d\x1c\x41\x95\x59\xc0\x69\x0d\x91\xa5\x45\xd1\x41\x63\x1e\xda\xb5\x14\xa7\xfe\x33\xff\x8d\x64\x17\x9f\x6d\x18\xff\xe7\x50\x5f\x21\x9b\x06\x2f\x82\x3a\xe8\xd0\xa7\x3c\x3d\x5b\xe1\xb0\xd7\x50\xa2\x65\x61\xdf\xae\xa1\xc4\x4c\x9d\xa8\xe6\x58\xf9\x5c\x5a\xdc\x9c\xb5\x11\x52\xfc\x73\x94\x14\xbf\xdb\x84\x14\x6f\xce\xe3\xe6\xdd\xf4\x38\x87\x17\x97\x5f\x8a\xc9\xcd\xff\x0d\x30\x39\x9f\xb8\xbc\xed\x77\x23\x22\xdb\x88\xdd\xcd\xd7\xb1\x3b\xa6\x79\x0c\xb8\x0c\xc8\x67\xd8\xa0\x0b\xa7\x36\x90\xb8\x41\xb5\xda\xf9\x1a\x66\xd5\x88\xdc\x44\x62\x42\x17\x00\x6c\x06\x04\xf7\xbc\x28\x44\x59\xe9\x45\xd6\x66\x39\xbc\x97\xce\x17\xe9\x4c\x1a\xef\x0b\xa5\x2a\x3b\x39\xfb\x7c\x5e\x39\x5d\x69\x3c\x16\xdf\xbf\x79\xae\xb0\xad\xea\x62\x20\xd2\xa6\xa9\xa6\x39\x08\xc8\xfa\x66\x1a\x0f\x0f\xfc\x6f\x7e\x8a\xfc\x0d\x48\x0b\xbd\x0a\xc4\x32\xbf\x90\x05\xc1\x66\x88\xd1\xfc\xcb\xea\xb0\x35\xb4\x19\x42\xba\xaf\x8f\x6f\xe1\x9c\x71\xbf\x36\x33\x92\x91\xbd\x38\xbe\xcf\x05\x8a\xf3\xbe\xf8\xe8\x06\x3c\x52\xa7\xd6\xf9\xfd\x2b\x0e\x93\x71\x18\xc5\x4f\x32\x1f\x66\xce\x61\x14\x39\xcc\x29\x8c\x9b\x53\x6d\x14\xb1\x37\xca\xe4\x7a\xd7\x29\xc0\xf8\x12\x1c\x1e\x9b\xe3\x9f\xa3\xa2\x9a\xf1\xa1\xb9\xef\xbd\xc9\x6d\x1d\x7d\x55\x7b\x6c\x53\x66\x76\x0a\x59\xd1\xf2\x52\x24\x93\xdb\x62\x8b\xd1\x36\x38\xa2\x6e\x89\xc9\xed\x44\xa4\x2d\x96\x43\x4d\xfc\x36\xa2\x57\xe8\xf6\x99\x98\xa3\x3f\x5f\x01\x12\xa7\xa5\x26\xc1\x2b\x88\x19\x88\xfe\xeb\x4a\xaf\xb9\xd8\xb3\xaf\x0c\xc0\x87\x11\xb4\xaa\x3d\xa3\x49\x29\xc5\x49\xeb\x6f\x1f\xf3\x66\xbf\x2a\xaa\xfa\x10\x3d\x7e\x65\xb6\x8b\x9a\x50\x2d\x1b\xd9\xee\x5e\x0c\x4e\xaa\x22\xdb\xbd\x18\x64\xf9\x62\xf7\x62\x90\xb7\x69\x91\x4f\x77\x2f\x06\x4a\xeb\xab\x8b\xbc\x94\xea\x23\xe4\x8b\x51\x7f\xcd\xf3\x2c\x93\xe5\xee\xc5\x40\x89\xcc\x67\xb2\x9d\xd7\xd5\x6a\x36\x57\x48\x8a\x74\x7a\xb6\x7b\x31\xa8\xa5\xc2\x35\xab\x25\x40\x5d\x4a\xc5\xca\xa1\x78\xa5\xaa\xab\x2d\x51\xb6\xe9\xee\xc5\x60\x7a\x99\x2a\x00\xb8\x51\x86\x0a\xe9\xa5\x02\x9b\x3d\xd6\x78\x4e\x66\x6f\x00\xd3\xc9\xec\xaf\x1a\xd7\xc9\xec\x27\x8b\x6d\xf6\x18\xf1\x9d\xcc\x5e\x58\x8c\x27\xb3\x7d\xc4\x79\x32\xfb\x11\xb1\x5e\x5d\xdd\xf7\xdf\x5f\xec\xe1\x34\x81\x7d\x83\x97\x8c\xb0\x04\x66\xaa\xb1\xf1\x6e\xc3\xe7\x1f\x6a\x31\x14\xef\xdb\xaf\xca\x36\xcd\x4b\xf0\x19\x24\xaf\x9c\xa6\xe6\x73\x02\xcb\x36\x2d\xd2\xa6\x11\x8f\xda\x37\xab\x42\x0a\x79\xd1\x82\xc7\x89\xab\x0a\xa1\x4b\xc9\xbb\xb4\x9e\xce\x67\xef\xf2\xa0\x81\x57\xbf\xfb\x8c\x1f\x21\x61\x84\x0e\xbc\x90\xa4\xad\x3a\x07\x12\x55\xa2\x13\x0b\x20\x1b\xea\x8d\x46\xa3\xe9\x3c\x2f\xb2\x5a\xba\x0c\x83\x2e\xc5\xce\xb2\xae\x2e\x2e\x5f\x9d\x8e\xca\x2a\x93\x4d\x1f\x51\xc2\xdf\xe0\x31\xc3\x82\x56\x42\x1f\x46\x11\xac\xa4\xcd\x65\x2d\x7f\x8f\x46\x63\x68\x75\xab\xf1\xd8\x64\x38\xd5\x93\x12\xff\x1d\xe9\x89\x23\x05\x93\xd2\x4e\xff\xa8\xd6\xfe\xfd\x58\xd6\xc3\x7f\xfa\x9d\x4b\xfe\xb2\xca\x24\x5f\x6d\xd5\x77\xba\xd0\xfb\xf8\x56\xc1\xae\x34\xd4\xf8\x12\x8b\xac\x1f\x41\x24\x6b\xc7\xae\x5b\x57\x23\x5c\x60\x22\x65\x3b\x7a\x5b\xd4\x31\xb4\x8f\x22\x6f\xf6\x0b\x99\x96\x03\xb1\xb8\x14\x57\x5e\xa8\x25\x8c\xe4\xa5\x06\xaa\x60\xd1\xe8\x13\x89\x4d\x94\xb9\x02\x03\x6b\x26\xc4\xdb\x23\x38\x98\xfe\xf5\xd3\xaa\xca\x81\x25\x0e\x84\x5a\x9b\x01\x59\x46\x92\x9c\x5e\xa6\xe5\x21\x9c\xb3\x3d\x4d\x58\x30\xaf\x9a\x90\xe0\x13\x44\x42\xcc\xc5\xde\x03\x4a\x93\xb9\xa1\xc3\xdc\x12\x21\xc5\x65\x8a\xb1\x42\x26\x0b\xd9\x4a\x91\x8f\xf0\x44\x67\xb4\x9a\xc3\xb2\xf4\xfd\x90\x9f\x8b\xb4\x3e\x7b\x92\xd7\xed\xe5\xf7\x4b\xe8\x98\xee\x97\xfa\xf3\x48\x4f\xf7\xb1\xb1\x4b\xa9\x02\x08\x02\x56\x65\xd2\xdf\x26\xba\xcb\x60\x3b\x51\x13\x92\x2b\x11\x7a\x0d\xa0\x60\x2d\xe7\x7d\x9b\x75\xc4\xd1\x8e\x21\x57\xc3\x88\x42\x82\xc5\xf3\x54\xed\x39\x8b\x17\x7e\x8d\x30\x14\x88\xce\x33\x45\x48\x95\xf5\x65\x44\xaa\xb3\xa9\x32\x95\x34\xdb\x90\xe9\x54\x9d\xda\x18\x0f\xfe\x7a\x86\x11\x5a\x24\x15\x38\xcc\x49\x2b\xeb\x14\xaf\x12\xa0\xe2\x4c\xb6\x07\xfa\x13\x5c\x24\x3b\xc0\x32\x93\x17\x03\x2d\x95\xe2\x67\xe3\xe7\x03\x99\xc7\x20\xc6\x48\x73\x64\xf0\x1d\x43\x86\xdc\x60\x78\x85\xf3\xd0\xc4\x19\x87\x7a\xa6\xf1\x00\x89\x81\xd2\x12\x36\xc6\x28\x83\x10\xf8\x21\xee\x23\xa8\x7d\x3c\x40\x94\x36\x7d\x0c\xea\x30\x58\x7d\x4f\x13\x4d\x5f\x80\xc3\xfe\xc4\x26\x04\xea\x18\xc2\xd6\x9e\xd8\x99\xf0\xd4\x33\x9a\x9c\xd7\x75\xd7\xa4\x95\xb5\x33\xa5\x2b\x9f\xa7\xc5\x59\xb8\x66\x34\x31\x1b\xac\x2a\xae\xfe\x40\xe4\x7d\xb2\xed\x70\x0d\xe8\xe4\x0b\xa1\xa3\x55\x18\x5f\xc7\x70\x8e\x2c\x22\x03\xe4\xc5\xa9\x30\x35\x31\x36\x02\x52\x69\x9a\x65\x6f\x2b\x0c\x8f\xe0\x12\x83\x5d\x45\x26\xf3\x96\x99\x4c\x10\x0b\xa1\xae\x1a\x60\x3f\xde\x25\x5b\xee\x26\x80\x20\x77\xcb\xec\xcd\x1c\x72\x07\x36\x83\x8a\x8b\x36\x10\x70\x71\x20\xe2\x1b\x20\xf8\x2a\x2c\x20\x86\x55\x5f\x7a\xed\xc1\xdc\x43\xe7\x3a\xe6\x1e\x11\xe3\x20\x6c\x90\xa5\x44\xb1\x6d\x3f\x0b\xa7\x75\x37\xee\x5a\x02\x32\x99\x57\x94\xc1\x60\x13\xaa\x73\x90\x3c\x24\x2d\xa7\xb2\x3a\xc5\x77\x51\x4b\xd2\xc6\x17\xe8\xb1\x5a\x2f\xd5\x0e\x6a\xf0\x9a\x37\xd5\xd5\xd2\xcf\x19\xf8\x1b\x86\xb2\x69\x2f\xd7\xf6\xd1\xf5\x0c\x0a\xa0\x8b\x22\xcc\x77\xb9\x86\xda\x3b\x28\x48\x1d\x84\x4d\xaf\x91\x85\x54\x52\xc5\xe7\x51\x91\xa9\x1d\xd0\xee\x67\xae\x0c\x88\xa2\x5f\x96\x96\x4c\x17\x7f\x47\x7a\x82\x5e\xab\xb5\x32\x6d\x51\x9a\x32\xdf\xfe\x95\xd0\x95\xed\x2b\xef\x1d\x14\xda\xae\x7e\x11\xfa\x42\x51\xab\x81\x60\x21\x9f\x47\x5d\xaa\xe6\x97\x59\x21\xad\xe4\x7c\x59\xca\xd2\x51\x58\x7e\x2f\xaa\xd2\x7d\x36\x11\x5c\x28\x4d\xb9\x38\x2d\xff\xe2\xf4\x44\x7a\xe9\xfa\x86\xe1\xf4\x55\x27\xbf\x08\x25\x69\x2d\xa0\x59\x2f\x35\xdc\xb4\xe7\x56\x8d\xf8\xcd\x7d\x5c\xa3\x30\x5b\xa1\x1b\x4a\xf0\x69\x8c\x07\x82\x32\x8d\xd1\x20\xb4\x4e\xab\xf3\xb8\x98\xf6\x31\x5f\x6d\xda\xb4\xb6\x1f\x16\xb1\xaa\x68\x04\x7a\xa3\x13\x47\x64\x69\x50\x20\x3c\x21\x0e\x60\xad\xac\xef\xe4\xdc\xb8\xac\xbd\x4e\x45\x37\x1f\x8c\x8c\x53\xcb\x72\x54\x4b\xb0\xfa\xf4\xfa\x5f\x7e\x26\x4e\xf3\xba\x69\x21\x2c\x26\x74\x29\xe9\xfb\x8d\xdd\x68\x7e\x56\x65\x33\xcf\x4f\x5b\x3a\x45\x54\x5b\xca\x8c\xfb\x8d\x11\x74\x3d\xa1\x91\x4a\xc0\x90\x32\x3f\xf8\xb4\x25\xa8\xd4\xef\x53\xd2\xe7\xad\x06\x68\x9a\x6f\xd2\xf3\xa6\x77\x26\xe5\xf2\x31\xa6\x4c\xe6\x16\x81\x51\x1c\xc6\x31\x30\x67\x3f\x21\x43\x0a\x26\x8e\x42\x81\xd6\xb8\x0e\xed\x15\xe9\x62\x5e\x36\xb2\x6e\x1f\xcb\xd3\xaa\x96\x3d\x79\x91\xab\x25\x4b\x33\xa7\x0f\xc2\x27\x36\x5f\x08\xc5\xf4\x2d\x6d\xc1\xd0\xb0\x10\x48\xfb\xa1\x5b\x78\xb1\xeb\xd4\xdf\xb5\xd4\x93\x66\x86\x76\xb8\xb2\x04\x78\x8f\x07\xd0\x4c\x40\x45\x37\xa0\xa1\x66\x09\x6f\xa4\xf4\x28\xb7\x07\x42\x13\x93\xa7\x38\x7a\x78\xd7\xd2\x56\x5c\x25\xcc\x8e\x29\x4f\xc3\x69\xf9\x76\x4f\x2b\x7b\xd7\x10\x26\x62\xfc\x3d\xa8\x11\x97\x1a\x1c\xea\x3e\x7b\xa5\x3f\x6b\xe5\xbe\xd4\x9a\x89\x2d\xb1\xf3\x8f\x5f\xb7\x7f\xe9\x65\xc3\x17\x83\xfb\x8a\xb3\xc6\x6c\x35\x7c\xc5\xa8\x35\x26\xb2\x1e\x50\x7c\xec\xcc\x3b\x9e\x91\xa5\x7b\xfe\x35\x63\xdf\xf9\xfd\x67\x1d\x61\x1e\xe8\x33\x6a\xb3\x69\x1f\x1a\xd3\xc7\x97\x99\xeb\x47\x26\x90\x7a\x37\xab\xf5\x6c\x56\x68\xa8\xdb\x78\x56\xb5\x25\xfc\xf3\x7a\x08\x8f\x37\x7f\x00\xe7\x82\xde\x32\x6d\x5b\x59\x97\x03\x51\x2d\xdb\xe6\xf3\xe4\x77\x55\xd3\x7c\x56\x7f\x83\xd7\x59\x6c\x12\x9d\x41\x43\xa9\xbd\x81\xe4\xa6\xea\x82\x06\x0c\x41\xd0\x6e\xb9\x9f\x23\x1d\xf1\x00\xeb\x19\xf5\xdd\x84\xf4\xf0\x10\x9c\xa6\x0d\x06\xca\x04\x58\x0c\x04\x65\xeb\x5b\x08\x52\xdf\x60\x70\xf0\xe0\xf3\x65\x2b\x9b\xc7\xae\x76\xa6\x3c\x9b\xce\x55\xff\xf3\xd6\x41\x31\xb4\xcb\xde\xb4\x2a\x33\xf0\x15\x8d\x0a\xbb\xb8\x83\x7c\x48\x82\xa4\xa9\x16\x72\x23\x1c\x1e\x20\x63\xea\x6e\xdb\xd3\x55\xd7\xd1\x88\x34\x8b\x20\xe1\xb8\xac\x81\x15\x8a\x5c\x05\x6b\xc2\x50\x64\xda\xb7\xbc\x85\x7d\x0e\xbb\xc7\x99\x05\x74\xe6\xd5\x29\xe1\x42\xba\x97\x33\xd9\x0a\x90\x07\x7b\x9f\x6b\xff\xed\x6c\xf4\x68\xfb\xd8\x6b\x48\x89\xe0\xbf\x43\x3b\x9d\x16\x62\xc5\x7e\x68\x1f\xdc\xb1\x08\x50\x03\xd1\xa4\x8b\x65\x21\x63\xcb\xa3\xb9\x81\x5a\x9e\x46\xc7\xa0\x77\xbb\x2a\x76\x5f\x01\xf7\x24\xfa\x06\x84\x5d\x5d\x90\x2b\x70\x8c\x19\x99\x37\xf0\xaf\x86\x8d\xa0\xd5\x94\x05\xec\x7d\x3b\x22\x52\x93\x73\xd9\x53\x82\x73\xcd\xea\xfa\xc2\xfc\x35\xa2\x87\x54\x3e\x10\x49\x3e\x2b\xab\x5a\x26\x81\x46\xe6\x7a\x89\xcd\x13\x9b\x47\x55\x61\xa4\x2c\x77\x27\x06\x51\xeb\xb2\x6a\xba\xf2\x55\x40\x3e\x84\x7f\x35\x03\x89\xf4\xf0\x08\xfe\x38\xee\xa8\xe4\xd9\x09\x7d\xc2\x18\x91\xb8\x7b\x2c\xd0\x38\x3d\x12\x4d\xa8\x60\x1d\x26\x18\x0e\x06\x71\x9a\xcb\x22\x13\x79\x23\x16\x39\xc4\xc7\xca\xf1\x8a\x0c\x2f\xbc\xf5\xd5\x9d\x1e\x4f\x10\xc0\x8c\x36\x7d\x2b\x4e\x99\x82\xf7\xcf\xe4\x81\x23\x1f\x43\x73\xbc\x9b\x11\x79\x4e\xaf\x17\x35\x81\x76\x4d\x51\xc4\xdc\xc5\x30\xc1\xa5\xee\x7a\x14\x9e\x8d\x83\x55\xd7\xb7\xc2\xeb\x11\xb4\xf2\xa2\xed\x42\xa0\xcd\x1e\x51\x0c\xb6\x46\xb0\x4a\xdf\x97\x67\x65\x75\xae\x17\x05\x68\xbd\x6b\x85\xae\xa8\xc0\xb5\xac\xab\xa9\x84\x05\xdd\xeb\xb8\xf2\x14\x62\x7c\x57\x4c\xbf\x11\x48\xb6\xf8\x74\xe1\xee\x98\x12\xd8\xad\xfc\x68\x71\x79\xdc\x17\xf4\x86\xfc\x64\x05\xe4\xee\xee\xa1\x94\x64\xc5\x99\xfe\x66\x1b\x86\xdd\x64\xe5\xf6\x02\xb4\x1f\xbd\xac\x64\x04\x9f\x8f\xea\xf4\xbc\x19\x9d\x80\x22\xba\x96\xe4\xc1\x5e\x0c\x1c\x95\xc4\x13\xc7\x0f\x0c\xc7\xad\x35\x38\x84\xdf\x5e\x04\x81\x15\x1d\xc6\x93\xc9\xe1\x78\x36\x10\x49\x12\x35\xd3\xd9\xc1\xc4\x6e\x4d\xf9\xf5\x31\x15\x37\x4c\xe0\x16\xb3\xa4\xfc\x10\x7b\xad\xe6\xfe\x35\x96\x55\x75\xcf\x17\x0d\xec\x50\x1a\x89\xa4\x37\x10\x78\xcb\xe4\x62\x8c\xd2\xe9\x82\xdb\x68\x05\x80\x51\x92\x35\x10\x09\xa8\xcf\x37\xb6\x01\x45\x40\x8e\xca\xde\x71\x24\x6a\x5b\x41\x7c\x7b\xf7\x69\x99\xd6\xe9\xa2\xf1\x3e\x9a\x1d\xec\xaf\x00\xc8\xcc\x4c\xde\x0a\xe6\x56\xc4\xfa\x08\x4f\x22\xf4\xdf\x33\x36\xfc\x60\xdc\xa4\x67\x48\xcb\x1d\xc6\x65\x85\x82\x34\xef\xf6\xff\x2d\x37\x1d\xdd\x35\xb1\x3c\x5a\x9f\xd6\x70\x9d\x91\xe9\x74\xae\x26\x89\x96\x9a\x7d\x40\xe6\x0d\xd9\xae\xbd\x02\x83\x48\x52\x10\x19\xb8\x97\x28\x59\x3c\xe9\x93\x29\x8b\xf7\xae\x37\x1a\x8d\x52\x08\x0a\xcb\x2d\xd9\xd1\x01\xf4\x78\xb9\x10\xba\x72\x84\xc7\xb8\xff\xd1\x1d\xec\xc5\xdd\xec\xc7\xe0\x5d\xd7\x8c\xd1\x16\x95\xeb\xbd\x07\x22\x37\xc6\xdf\x0a\x88\xbf\xd7\xf7\x6f\xc7\xdd\xff\x7c\xfe\x1a\xc1\x9f\x47\x6a\xf9\x9f\xae\x3c\xd4\xec\xe7\x55\x74\x41\xc9\x22\x2a\xb1\xde\x27\xf5\x6a\xd1\x79\x7f\x71\xb2\xd1\x1a\x98\x69\x19\x8d\x46\x55\x3b\x97\xb5\x9a\x19\xbf\xdb\xd3\x93\x70\xa6\x2c\xfc\x6f\x18\x11\x48\x60\x1d\x84\x04\x2b\x04\x3b\x56\x41\xf5\xfa\xae\xed\x6b\x90\xc2\x31\xb5\x66\xdb\x8d\xbc\x73\x2c\x77\x98\xaf\x43\x0d\x0a\x85\xb7\x02\x4a\xf6\x5f\xd3\x1a\xce\xf2\x9a\xce\x6f\xbc\xc7\x7d\x79\x90\xb3\x6f\xe7\x96\x12\xaa\x21\xaa\x8b\x4f\xd3\xe9\xbc\x2f\xd8\x4f\xb1\x27\xb6\x7d\x50\x6b\x41\xa1\xbf\xb4\x82\x4e\x94\x56\x8b\xc2\xf9\x80\xc4\xdc\x65\x0c\x18\xa9\x19\xba\x91\x40\x2f\xd8\x59\x63\xca\x26\xc4\xb5\x28\x74\xaf\x83\x40\xc9\xa0\x7a\x2f\x65\x99\xa5\xea\x18\xd4\xe4\xbe\xf4\x4b\x3a\x71\x80\x03\x65\x0c\x85\x5f\xd0\x89\x41\x3b\x61\xc6\x70\x84\x45\xdd\x2e\x76\x1a\x2d\x6d\x81\xba\xd9\xd9\x62\x48\xc7\xed\xa4\x2d\xe0\xd0\x20\x6e\x05\xc2\x95\x16\xd8\x6c\x6f\xac\x1b\x58\xf7\xf5\xa7\x0e\x39\xde\x80\x30\x60\xf2\x7b\xe9\xd3\x4e\x7b\x3e\xda\x70\xe4\xa8\x6b\x73\xb9\xb5\xf3\xc6\x7e\x1d\xe2\x1b\xa1\xe5\x4e\x25\xeb\xd0\x12\x79\x7f\x63\xec\xc1\xd5\xdf\xba\x06\x8c\x37\xa4\x87\xdc\x28\xe4\x99\x54\x42\xaf\x7e\x14\xa0\x0d\x27\xa6\x45\xae\x1a\x12\x9e\x64\x32\x0c\x6b\x53\x08\xe1\xde\xa1\xec\x4c\xed\xae\x57\xc4\x7b\xd5\xa3\x8f\x6a\x09\xe4\xd1\xe1\xa0\xb9\xcc\xa7\x15\x75\x92\x54\xbf\xa7\xe0\xab\xec\x1c\x25\x5b\x59\x2f\xf2\x32\x2d\xbe\xcb\x67\xf3\x02\xde\xa6\x30\xaf\x4a\x53\x3c\x9c\x9b\x72\xe6\xba\xda\x34\x87\x97\x65\x9b\x5e\xe0\x1b\x09\xe3\x10\x88\xbf\x02\x17\xd6\x85\x6c\x9a\x74\x26\x07\x10\xd4\x77\x20\xa6\x55\xb1\x5a\x94\x26\xc7\xef\x40\x9c\xe6\x85\x92\xbb\x8a\xd5\x2c\xf7\xee\xb4\x4c\x4d\x6a\x87\xc6\x1b\x67\x91\xf0\x2e\x24\x04\xa2\x96\x69\x03\xde\xa6\xba\xb6\x61\x43\xf0\x5a\x29\x2f\xa8\x54\xab\xef\x17\x61\x3b\xab\x7f\x08\x0f\xd6\xfa\x81\xcb\x43\x4c\x6a\xe8\x77\x1a\x7b\x82\xba\x77\x52\x8f\x26\x3e\x16\x63\xb9\x85\xaf\x62\x4f\x0f\x35\xa8\xa5\xc5\x1f\x48\xb1\xe0\xe9\x1c\x44\x41\xc1\xd9\x5b\xa3\x94\xf8\xa8\xb8\xcd\xce\xb7\x82\x23\x88\x0e\xb7\xcc\x4a\x74\x43\x7b\xba\x45\x4f\xcf\x5f\x83\x67\xb4\x0e\x19\x00\x70\x8c\x1a\x44\x96\xd9\x73\x44\x82\xc5\x31\x34\xb2\xcc\xf6\x79\xb7\x3c\x5c\x51\x83\x73\x23\xdb\x17\x48\x0a\xce\x18\xab\x66\x09\x28\x67\x34\x4d\x97\xed\xaa\x96\x87\x6d\x3a\x3d\x7b\x5b\xa7\x6c\xb5\x3b\x20\x74\x8c\x71\x4e\x82\x91\x3b\x51\xda\xb0\x41\x8a\xd6\x61\xfc\x6a\x0e\x54\x4d\x19\x0f\xd9\xaf\x2d\x91\xec\x8a\x44\xec\x8a\x24\x89\xd4\xdc\xda\x23\xc4\xfb\x90\xfc\xbd\x2b\x92\x6f\xa7\x4d\x83\xa1\x05\x1e\x24\x01\x79\xb9\xd5\xea\x26\x21\xbf\xa5\x64\x37\x11\x5b\xa4\xe6\x16\xfd\x42\x17\xe0\x2a\xde\x53\x18\xc8\x16\xdd\x9d\x74\x92\xe6\xd5\x39\x1a\x25\x21\x93\x3d\xf0\xa9\x88\xb4\x63\x76\xa2\x16\x26\x92\x84\xda\x33\xd4\x80\xf7\xe8\xde\x74\xb5\x01\x9f\xd0\x19\x29\xfa\x42\xff\x04\x16\x39\xf2\xdf\xba\x90\xc9\xf2\xb9\xa3\xb7\xc1\x74\x2f\x75\xbb\x3e\x70\x6f\xda\x34\x31\xb3\x8b\x9a\x3c\x30\xc4\x36\x8d\x4e\x40\x3f\x9e\x4c\xea\x87\x93\x49\x39\xee\x3b\x28\x3c\xfd\xf7\xc4\x8b\xb4\x9d\x8f\x16\xe9\x45\xcf\x4d\xfc\x50\x7c\x3d\x10\xdb\x04\x56\x42\xaa\x65\x84\xcc\xcb\x1e\x5d\xa2\x7b\xc8\x6f\xad\xfb\x31\xed\xc8\x22\xbd\x80\x4c\x8f\xce\xe4\x26\xcb\xac\x6f\x6f\x1b\x29\x60\x7d\x36\x10\x69\x93\x67\xfe\x94\x7a\x7e\x1c\x1f\xc5\x49\xa5\xf4\x8d\x5a\x66\x03\x31\xab\x53\x7c\x17\x00\xb3\x4c\xdf\xca\x60\x7c\x44\x53\x51\x61\x87\xf9\xbb\x00\xf1\x4a\x61\xe8\xd5\x32\xeb\x81\x9d\xcc\x42\x41\xeb\x04\x4c\x61\x47\x90\x49\xd4\x48\xa6\xb1\x9a\x6a\x90\xf4\xe4\x81\xfa\xc7\x5b\x11\x4d\x49\x30\x49\xa6\xae\xb6\xfe\xc2\x12\x0c\xd4\xec\xda\x5e\x80\x66\xd1\xc3\x13\xcc\xe9\x9a\x84\x0d\xc2\xd5\x1e\xbe\xd8\xdd\xd3\x6b\xb8\x25\x76\xc4\x16\xbd\xdd\x34\x70\xb3\x15\xa4\xd5\xdf\x13\x09\x6c\x8c\x1e\xfe\x83\xb5\xfb\x26\x02\xab\x59\xa4\xbe\xda\x6f\xe2\x93\x48\xb8\x4d\xc2\xb4\xb5\xb7\xe7\x76\xa6\xa7\xb0\x00\x35\x2d\xd3\x29\x24\xa6\xe3\x0a\x1d\xcc\x4e\x0f\xfb\x41\x0d\x54\x19\x18\xa8\x44\xd2\xef\x8b\x2d\x5e\x03\x38\xb7\x36\x8e\x0f\x18\x57\x1f\x8a\x9d\xbe\xc3\x71\xf4\xf3\x64\xd2\x1e\x1b\x34\x11\x35\x48\xad\x4f\x2f\x79\x90\xa8\x71\xd1\x6e\xa8\xdf\x86\xbd\x4c\x26\x25\x4c\x89\xe9\xfd\x96\xae\xf5\x73\xd4\x74\x66\x51\xe3\x3c\xc6\x90\xda\x03\xc2\x2d\xe8\xfb\x2a\x2f\x7b\xaa\xa5\x84\xca\x78\x26\x1f\x8f\xe3\xd8\xc0\x60\xf0\xd9\x09\x72\x18\xce\xb0\xfa\x74\x63\x64\x74\x09\x74\xa5\x04\xc2\xcf\x97\xaa\x67\xf0\x05\x87\x97\x30\x8e\xc9\x6e\xea\x94\x84\xb3\xc5\x98\xa6\xe5\xa5\x80\x61\xb2\xf6\x5d\x0f\x3b\x94\x26\x25\xff\x4d\xd5\x0f\x0f\xf0\xb3\xdf\x31\xd1\x27\x3e\x37\x7c\xcb\x44\x4d\x5b\xa6\x10\x52\xf9\xe8\x73\xc8\x66\x63\x81\x12\x7a\x97\xc0\x64\xa3\x0d\xe0\xb5\x11\x0c\x21\xc9\x1a\xd9\x56\xf7\xc4\x47\x31\x1a\x99\xf9\x69\xb4\x05\x74\xd7\xf0\x47\x8e\xb3\xcf\xd4\xf5\x4d\xde\x64\x81\x8a\xc3\x75\x7b\xf1\x21\xad\xf3\xf4\xa4\x90\x81\x55\xd6\xdc\x10\x72\x5b\xdd\x70\x98\xf4\xc5\xa7\x4f\xae\xf4\x68\x5b\x27\xab\xfb\x6a\xfd\x53\x2f\xb2\x40\x93\x92\x6a\x50\x8e\x18\x18\xc8\x6f\x7a\xc4\xa8\x20\x9f\xa7\xbf\x5e\xbe\x81\xf7\x0c\x03\x61\x6d\xcf\x84\x60\xf4\x4d\xdc\x67\xbd\x71\x1c\x8f\xf1\x9e\xa3\x94\x32\x83\xd7\xea\x27\x34\x79\x0b\x2c\xc4\x40\x54\xe6\xd9\xb2\xbe\x7e\xae\xab\xaa\x6d\xc4\x39\x64\xb5\x80\xa0\x3f\xfa\x62\x35\x13\xd3\xaa\xc6\xc4\x42\x74\x21\x3f\x42\x13\xbb\xe4\xce\x70\x40\x69\x83\x18\xdf\x9d\x7c\xe2\x5f\x0c\x46\x9f\x2b\x5e\x31\x46\x83\x53\xd4\xb3\xce\x12\x8c\xe3\x14\xe9\xaf\x97\x4a\xd9\x97\xe7\x64\x3a\x7b\xea\x27\xb1\xe6\x23\x1f\x46\xaf\x0d\xff\x42\x40\x21\x18\x21\xd9\xe7\xa7\xda\x44\x65\x48\xc4\xac\x80\xb5\x77\xb8\x26\xa2\x36\x8f\x78\x71\x17\x32\xdb\xc1\x28\xae\x68\x69\x27\xe9\x6a\xdc\xa4\x15\x42\xb4\xb6\xb0\x83\x62\x6f\xf2\xf8\xf0\xb5\x0e\x26\xf6\x22\x5d\x72\x58\x13\x65\x6c\xb8\x48\x97\x37\x79\xa9\x68\xed\x44\x04\x24\x6d\x87\x68\x42\x41\x90\x03\x78\xfe\xcd\xf3\x2e\xaa\x4f\xa6\xfc\x4d\x55\x79\xc5\x68\x5a\xd5\xa5\x01\x7a\x83\x9b\x3c\x2b\x3c\xad\xab\xc5\xdf\x0e\x5f\xbd\xec\xbd\x6f\xaa\x72\x80\x5a\x81\x21\xd3\xf0\x8e\x5f\x01\x59\x9f\x18\xa1\x7e\x81\xd8\x53\xaa\xc5\xb3\x98\xca\xbe\x26\x35\xfd\x16\x14\x50\xee\x8a\xea\xbc\x84\xf1\x34\xde\x5e\x11\x7b\x80\xc8\x34\x68\xc1\xdc\x21\x00\x3f\xc9\x2e\x71\x37\xee\x30\x3f\xd5\xa9\x08\x2b\x19\xc7\xb1\xe5\xaa\xfd\xee\x32\xab\x21\x04\x82\x66\xe1\x3a\xaf\xc2\xbb\x77\x60\xc3\x79\xf7\x6e\x17\xe7\x99\xa4\x8b\x67\x4f\xbb\x18\x0e\x35\x5c\x7e\xfb\xe3\x97\x62\x2a\x79\x27\xd4\x98\x06\x29\xcc\x80\x02\x90\x7e\x10\x1a\x73\xbd\x89\xc8\x33\xae\x7f\x30\x68\xf4\xe9\x66\xad\x78\xca\x26\x8e\xc4\x9e\x51\x9c\x17\xf1\xcf\x7a\x39\x88\xb9\xdc\x5b\x5d\x4b\x24\xfd\x38\x72\xcf\x24\x42\x88\xe0\x00\xef\x1b\xb4\x75\xe4\x0a\xf6\x37\xab\xe4\xf5\x27\x6a\x46\xb1\x4b\x72\x90\x89\x5b\x46\x6b\x0b\x8e\x6b\x5d\x17\xa7\xde\x84\x4a\x6f\x8e\x74\xc5\xe3\xb5\xb3\xe3\xb9\x8a\xf8\x87\x2f\x38\x03\x54\x55\xcb\x8f\x73\x62\x5e\x8c\x20\xe2\x06\x4c\x82\x88\xfa\x27\xdc\x00\x1f\xb7\xb3\xd2\x8e\xad\x0a\x79\x13\x44\x81\xed\x93\xe0\x32\x1e\x07\x37\x40\xe7\x9b\x96\x09\x36\xed\x00\x11\x43\x66\x2d\x1f\xd7\x39\x2f\xa0\xc4\x0b\xe4\x49\x4d\xaf\xf1\xa3\xc1\x50\xec\xa4\x34\x7f\x91\xa3\xc1\x15\x76\xbe\x61\x47\x11\xfe\x45\x0a\xb9\x80\x57\x0b\x25\x36\xd8\x4f\x7f\x95\xa5\xbe\xf2\x60\xaf\xdb\x91\xe8\xd4\x41\x30\x7c\x6f\x5f\xb8\x7f\x04\xcb\xe1\xf7\x6f\x9e\xbf\xad\x5e\xa7\xed\x7c\x00\x29\x54\xde\x56\xcf\xf0\x23\x47\xb0\xaa\x0b\x57\xad\x96\x4d\x55\x7c\x50\xea\x64\xf3\xe8\xa4\xa9\x8a\x55\x2b\x39\xb4\x42\xe4\xc0\xcb\xb4\xac\xf2\x8c\x43\xe0\xb7\x71\x59\x95\xc3\x46\x4e\x57\xb5\xfc\x8d\xf6\x5d\x38\xdb\xb8\x6d\x97\x1f\x71\x4d\x33\x6c\xa0\x70\x08\xd1\x5f\x6e\x7c\x78\x22\xb8\x5a\x9d\x57\xa7\xa7\x8d\x6c\xf7\xd3\xe9\x1c\x1c\x7f\x20\x6a\x40\x2f\xf1\x4a\x5c\x95\xc6\x2c\xcd\xa3\x0f\x69\x5e\x28\xa9\x59\xec\x89\xc7\x55\x55\xc8\xb4\xec\x05\x4b\x29\xee\xdc\x89\x2c\x66\xdf\x84\x08\x68\xe7\x31\x2c\x7a\x3d\x30\x99\xb9\x59\x11\xa2\xe7\xe0\x69\x1d\x48\xa8\xd3\x46\x0b\x60\x5c\x86\xa3\xaa\x0d\x98\x89\x4c\x52\x54\x77\x5d\x6f\x2c\xba\xba\x94\x67\xfb\x37\x40\x3d\x1f\x8a\xe4\x82\xbc\x35\x6d\x1a\x9b\x40\xb6\x1f\xe8\x36\xfe\x86\xfb\xe5\x75\xd5\xb4\xfb\x87\x87\xa2\x96\x53\x99\x7f\x90\x99\xf8\xea\xe3\xb4\x69\xae\xe0\x59\x9b\x4c\xe1\x99\x8e\x2a\x46\xa1\xf1\x97\xe8\x03\x22\xb4\x78\xd1\x76\xb9\x4d\xd5\x00\x59\xdd\x64\x32\x59\x3d\x7b\xfa\xec\x59\x62\x35\x17\xbf\xf0\xd9\xb3\xa7\x81\xed\x71\x9e\x36\x8f\x5f\xbd\xb0\xd7\x2c\xa4\x84\x58\xfa\xc0\x8a\x06\xf6\x88\x9d\x0e\x4b\x10\xc7\x45\xde\x8e\x5c\xd1\x2e\xa3\x37\x70\x5d\x2d\x3c\x1b\x9f\x3b\x98\x6f\x71\x92\xa1\x0e\x17\xe3\x9f\x27\x93\xf3\xad\xdd\xc9\x64\x3c\x99\x8c\xc7\xf8\x6c\x8f\x20\xa4\xa0\x8e\xa8\x08\x84\x29\x0e\x2d\xf3\xfa\x5a\xc2\x82\x4e\xd6\x1b\xe0\x35\xb8\x26\xe2\x48\x0b\xbe\x69\x1c\x2e\x2a\xd8\xb8\xee\xdc\x89\x6c\x33\x4f\xe2\x42\x09\x08\xd5\x10\xbb\xe7\xed\xaa\x5b\x4d\xc4\xcd\xe2\x22\x5d\xfa\x7e\x6f\xd6\x45\x7a\x09\xf9\x0e\x97\xdc\x36\xa6\x07\xa2\xea\x4d\xf5\x76\xee\xf5\x47\xee\x76\x46\x30\xb5\x0b\xa0\xef\xdc\x11\x78\xb1\x43\x67\xc2\xb4\xf1\x46\xcf\x08\x40\xac\x9b\x0c\x87\xd0\x27\xc7\x5c\xc9\x96\xc9\xb7\x28\x6c\x28\x0a\x04\x6b\x1d\xf0\xde\xde\x9f\xc1\x3c\xf7\x80\x9b\x73\xec\x4e\x00\x71\xd2\xfc\xc5\x7a\x66\x96\x54\x77\xc1\x31\xbe\x5e\x05\xff\x78\xca\x60\xd3\x3e\x07\xd3\x63\x91\x97\xf2\x6d\x75\xe0\x4c\x8a\xb6\xe7\x47\x1e\xef\x3c\xf6\x56\xce\x18\x9f\xdd\xde\x01\x0b\xb4\x33\x80\x09\x6d\xe4\xd3\xe8\xf5\x32\xa3\x62\xe0\x59\x92\x1d\x56\xc5\xe0\x0d\xf8\xb6\xf3\xa7\x22\x4e\xb3\x7b\x62\x7b\x20\x0a\x7d\xf5\x43\xe2\xb6\x8a\x6f\x45\xe1\xc2\xb7\x5a\x0a\x70\x1d\x38\xca\x8f\x21\x74\x81\x6e\xc0\xc1\xb8\x36\xb7\x34\xd6\xa3\xfc\xd8\xf8\x50\x6f\xb1\x27\x1c\x74\x19\x83\x09\xd2\x7d\x62\xd3\xe9\xef\x2e\x3e\x21\x51\x34\x6c\xe5\xcd\x4a\x71\xdc\x47\xe4\x6f\xee\xec\xed\xd6\x78\x01\x77\x83\xc4\x75\x03\xe9\x40\x3c\xd8\xb3\x48\x69\xd0\x96\xbc\xe4\x4d\x10\xb4\x1d\x23\x41\xbb\x7f\x57\xad\x7b\x0c\x2e\xcf\xcc\x4f\x1d\xef\x44\xb5\xf7\xad\xaa\xcf\x56\x6b\x01\x3b\x63\x01\xb7\x55\xbd\x9e\xc2\x3e\x54\xbf\xfa\xe2\xc1\x03\xb1\xd3\xe7\xfb\x55\x0f\xe7\x5b\x36\x2f\x8b\x3c\xf3\x1d\xe2\xb0\x8f\x0a\x33\x79\x8d\xc3\x04\x53\x32\x31\x1c\x95\x5a\xfc\x00\x1d\x4c\x94\x2e\x0c\xd0\xc5\x41\xe9\x47\x1d\x34\xc5\xd6\x0b\x39\x88\x88\xb8\x53\x42\x2c\x34\x3d\x31\x3b\x56\x1d\x9c\x56\xc5\xae\xd0\xbd\x1f\x7a\x9d\x2f\x8f\x5d\x07\xa9\x99\x08\xe4\xac\xae\x2b\xf4\xb8\xe9\xa8\xd6\xa6\x37\x7d\xa3\x0a\x7f\xec\xeb\x5b\x3a\x47\x5e\x60\x6a\x77\xf7\xca\xee\xae\x58\x0b\x18\x1e\xfb\x30\xb7\x52\xd4\x98\xee\x6e\xa0\xf8\x2d\xac\x77\x05\x3d\xd2\x43\xee\xbc\x89\x2e\x30\xb8\x3b\x65\x8d\x9a\x17\x42\xab\xba\x7e\x9f\x73\x09\xc5\x1b\xaa\xc6\xbb\x25\xb6\xf7\xcc\xaa\x68\x5a\x15\xdd\x87\xa6\x46\x81\x0d\x74\x20\xc1\xc2\xe8\x0d\x33\x1b\xa4\x2c\xb3\xdf\x30\x46\x57\x9b\x8c\xd0\xdd\x86\x87\x83\xa4\xb7\xe0\xd7\x8e\xd3\x21\x52\xed\x74\x23\x52\xa5\xf1\xbb\x74\xe2\xc5\x8a\x00\x1e\x65\xc4\x47\x05\xd7\x51\x74\x3b\x44\x86\x12\x5f\x2d\x76\x65\x5a\xd5\x39\x3a\x4d\x00\x7e\xfc\xd5\xe3\x9b\x20\x24\x73\x72\x25\x83\x35\x58\x98\x06\x6d\xc6\x04\x15\x98\xe9\x3a\x44\xe2\x33\xfb\xcd\x7d\x41\x44\xce\x4b\x61\x2f\x78\x9e\x87\xff\x7b\x68\x20\xf9\x54\x0b\xb1\x2b\x3e\x6a\xb6\x40\x00\xcc\x28\xec\x47\x3d\x25\x57\xbf\xa5\x65\xdf\xbd\x22\xd2\xb6\x9d\x33\xaf\x79\x47\x11\x91\x1e\x68\x87\x9d\xe0\x3b\x38\xf0\x90\xaf\xf0\x62\x8f\xf8\xb8\x58\xf7\x51\x9f\x3a\x3f\x77\x2d\xa2\x53\x21\x1e\x22\x99\x99\xb1\x9a\xb1\xb1\x91\x74\xd5\xd4\xa0\x6e\x9e\x82\x09\x8a\xcf\x8c\x15\x7c\x23\xd2\xf8\x66\x53\xe2\xac\xf6\x10\xf9\xd6\x18\xb4\x3e\x8a\xeb\x88\xdc\x38\x50\xed\x3a\xc5\xc8\x97\x3e\x3d\x59\xd6\x48\xfc\xd6\x38\xe1\x05\xc3\x70\x1d\xd0\xb1\x5a\x19\x30\x41\xc9\x74\x3f\xc6\x2c\x3c\x34\x4c\xe0\xa5\xfe\x55\xec\xd4\x0c\x82\x86\x6d\xba\xcd\x43\x2f\x11\x90\xb7\x4d\xba\x7e\x1e\x2b\xc0\x28\x13\x44\x35\x20\x0a\x06\xe5\x39\x90\x97\x60\xcf\x56\xd0\x5c\x27\x2d\x5e\xeb\x7c\x1e\xcf\xaa\xba\xe7\xd3\x18\x61\x39\xb7\x54\x7d\xdf\x5f\x45\x77\xc6\x35\xd2\x56\x64\xb1\xec\x31\xf2\x7c\x8d\xc7\x56\x5b\x6d\xd6\xa9\xf5\xc4\x1b\xf3\x4b\x51\x1d\xfe\xbe\x2e\xa8\x74\x40\x94\x55\x3a\x1c\x1a\x3a\x02\x2b\x05\x64\x42\xc1\xe3\xdb\xde\xd5\x54\xfb\x5e\xd5\x71\x54\x48\x6a\xfb\x7b\xca\xd3\x08\x11\x08\xae\x48\x3e\x7d\x8a\x91\xaa\x82\x5f\xa4\xcb\x67\x54\xef\x8b\x8d\xde\x72\x21\xdb\xc1\x55\x5d\xec\x9a\x5e\x12\x5a\x1f\x70\xe9\x0e\xba\x0a\x54\xc0\xcf\x33\x5d\xa2\xe9\xd6\x94\xe9\x35\xd9\x55\xcb\xa8\xa4\xae\x8a\x57\xb5\x2b\x44\x00\x3c\xcf\x2a\xb7\x38\xa6\x6b\x70\x87\x30\xad\x0a\xe3\xc6\x5e\xc8\x5d\xdf\x13\x90\xd9\x26\x63\xfb\x9d\x78\x3f\x5a\x38\xd3\x80\xff\xb8\x8f\xd4\x0e\x5f\x87\xdd\x23\xef\xc3\x22\xb6\x27\xe8\x9d\xb0\x3d\xd6\x29\xea\x52\x6b\x7c\x30\x59\x8f\x8c\x8d\x0a\xdc\x61\x7f\xe9\x54\xd8\x9d\x4d\x90\x6e\x8a\x46\xbb\x65\x94\xad\x2c\x5b\xb5\x23\x42\x62\xa4\x5e\x9d\x7a\x0a\x82\x7b\x88\xf5\xdc\xc9\xb7\x29\x50\x2e\x14\x33\x07\x01\x50\x18\x28\x2a\xf0\x37\x75\xed\x01\xee\xeb\x69\xde\x42\xd4\xfa\x43\x32\x4a\xd0\x9d\x36\x78\x32\x5d\x57\x8b\xb8\x97\x01\x2c\xbf\xc1\x95\xd3\xc7\x63\x6d\x05\xf7\x41\x4c\xb3\x78\x8f\x8e\xb5\xe6\x5d\xbf\x0b\x69\x90\x2e\x20\xa4\xc1\x51\x82\xd6\xb6\x64\x20\x92\x69\xd3\xa8\x7f\x54\x03\xea\xdf\x3c\x4b\x8e\x7d\x2f\x55\xa5\x4d\xab\xaa\xc7\x91\x9b\x1e\x01\x8d\xe9\x62\xad\x79\xc3\x8f\xb8\x02\xc6\x2d\x2e\x16\x8b\xb9\xc2\x34\x77\x83\xd6\xf0\xc4\xc4\x78\x03\x65\xa7\x1a\x14\xfb\xa0\x33\x21\x48\x18\xa3\xa1\x43\x31\x7c\xef\x7c\x1e\xe3\xb7\x19\x60\x5c\x9e\xe0\x2d\x27\xb9\xc7\xd0\x9f\x27\x65\xd4\x29\x11\xf8\x84\xff\xd1\x5e\xc3\x43\x5d\x3d\x88\x6b\xa0\x7a\x08\x0b\x9d\xfb\x02\x41\x7f\xd9\x0d\x0a\x03\x5c\xa4\xcb\xe1\xcc\x14\x19\x70\xeb\xa4\xe0\x21\x35\x9f\xdd\xad\xfb\xf5\x0e\x28\x70\xed\x6f\xfc\x4b\xf8\x9d\xbf\x7d\xff\x8d\x50\xe7\x69\x5d\xbe\x2a\xa7\xde\x15\xba\xfa\x3a\xac\xca\xa9\xbd\xa3\xb7\x6e\x0f\xf4\x9e\x1d\xbe\x25\x7d\x12\x72\xd8\xbb\xf6\x50\x9f\xae\xbf\xc5\x9f\x94\x70\x91\x20\xde\xfe\xf4\xfa\xe9\xbb\xb7\xaf\xde\xed\x3f\x7f\x74\x78\xf8\xee\xe5\xa3\x17\x4f\xcd\x69\x64\x3a\xbd\x2b\x92\x27\xd6\x17\x45\x15\x28\x14\xbb\x22\x51\xb8\xf1\x03\x5e\xcd\xed\x8a\x04\x2f\xe2\x34\x14\x7e\x72\x1f\x32\x39\x2d\x14\x2e\xe2\xff\x00\xdf\xf5\x3d\xe1\xae\x48\xf6\x6d\xf0\xe8\x2b\xd7\xc1\xd7\xcf\xbf\xff\xeb\xc1\xcb\x77\xaf\xdf\xbc\x7a\x7d\x68\xba\xb6\xac\x9a\x76\xda\x34\xaf\x41\xaa\xdd\x05\x4b\x3d\xa0\x5a\xd6\x72\x99\xd6\x92\x7c\x51\xb3\x4c\x7e\x3e\xb1\x63\xb2\x9f\xde\xc0\x68\x1c\x84\xeb\x1e\x05\x82\xc1\xd8\x9f\x38\x4e\xf2\x61\xdf\x8c\x21\x86\xe7\xe9\x45\xde\x7a\xb8\xbc\x4f\x88\xcf\xfb\xa8\x71\xfa\xb5\xab\xca\xff\x64\x06\xe5\x7d\x56\x43\x77\x9f\xd8\x9c\xbe\x7c\xf5\xf6\xdd\x0f\x07\x87\x07\x6f\x5f\xbd\xf9\x4d\x73\xca\x90\xee\x7f\x77\xf0\xfc\xc9\x9b\xa7\x2f\x8d\x35\xd6\xfa\x81\xe4\xcd\xeb\xba\x5a\xe4\x8d\xec\x55\x27\xef\x35\x53\x30\xe7\x00\x4a\x9f\xd5\xc9\xfb\xe0\x82\xc9\x15\x8d\x20\x67\x05\x7f\x98\xe9\x87\xb0\x9e\xc9\xf6\xe9\x07\x08\xdd\x47\x02\x58\xab\x1d\x70\x26\x2f\xe9\xfd\x0b\x89\xf4\x15\x52\xfe\x91\x7d\xbd\x03\x9c\xfe\xda\xd7\x42\x88\xdb\x04\xb8\x5e\x8e\xda\xea\x79\x75\xae\xd8\xb3\x89\x12\xd5\xfd\x30\xc8\xbf\xcd\x26\xa8\x30\x06\x63\x80\xca\xbd\xf8\x51\xb0\x77\xee\x20\x30\x46\x04\xf4\x8f\xd7\x23\x2b\xb7\x5f\x2e\x9d\x9c\x07\xad\x6f\x89\x64\x98\x88\x2d\xd5\xa0\x2d\x30\x2b\x17\x40\x2a\xf2\x49\xa2\x5f\x0d\x0e\x2c\x3b\xf6\x06\x7b\x26\x2f\x83\x2e\x41\x57\xc2\x3e\x78\x6d\x45\x1b\xf1\xd1\xaf\x1b\x39\x36\x63\x47\xc4\xd1\x53\x44\x6b\xbb\x47\xa0\x7d\x4a\x53\x32\x79\x3a\x3d\xf3\xe9\x4c\x02\xf5\x75\x91\x4d\x10\xff\x03\xc1\xc5\x9e\x38\x22\xcc\x95\x74\x3b\xa1\x9b\x3a\x89\x4e\x40\x97\x2f\x09\x41\x8d\x2c\x9a\xa2\x35\xec\x23\x36\x15\xb6\xa2\xb7\x99\x26\x34\x72\x13\xb5\x35\xc3\xb3\x35\x5a\x97\xfe\x00\xe3\xf2\xae\xd8\xd6\xdf\x3e\xe4\x4d\xde\x56\x75\xb3\x2b\x8e\x8e\xf9\x27\x0f\xd0\x3c\xd5\xdc\xc5\xfb\x88\x60\xfe\x21\x92\xcc\x8b\xb4\x3e\x6b\x6e\x16\xab\x9e\x46\xb9\xe2\x6f\xe3\xe0\xcd\x2e\x41\x9b\xa3\xfb\x11\x7b\x57\x7f\x65\xdf\xb7\x21\x9b\xb4\x0f\x58\xf1\x7e\x9e\x38\x29\x06\x97\xf4\x4b\xe3\x74\x38\x10\xee\x9a\x92\x3d\xc9\x31\xd2\x46\x0e\x8e\x64\xc4\x76\x60\xdc\x6d\x6d\xc0\x8c\x40\x95\x57\x4b\xef\xa4\x50\xba\x53\xe3\xf7\xf6\x56\x5d\x6c\x1a\x70\x4e\x06\xb7\x00\xf7\xb9\x07\xb7\xeb\x5e\x3c\x9b\x4f\x9f\x04\xff\x4c\xc5\x19\xc1\x2f\x90\x6b\x14\x38\xc8\x6c\x92\xf7\x28\x24\xc3\x0d\xbc\x12\xb2\x01\x6d\xc9\xf4\x61\x63\x3c\xda\xad\x2a\xb8\xae\x0d\x50\x44\xd8\xed\xaf\xfa\x18\xb8\xd4\x39\x8b\x07\xd8\xc5\x40\x3c\xf7\xdf\x22\xb9\x12\xab\x6d\x98\xba\xb7\x4c\xd9\x28\x2f\xf1\xd1\x83\xf7\x81\xaf\x9f\x30\xf6\xb7\x05\x78\xdd\xc9\x0f\xda\x7f\x81\x5c\x3c\x73\x4b\x37\x37\x6e\x43\xd2\x50\x93\x9f\x91\x0e\x0d\x70\xa2\x33\x4c\xdf\x81\x91\xaf\xa3\x78\x15\x04\xf5\xab\xe0\xaf\x09\xb3\xd4\x41\x7e\x5e\xf8\xa7\xef\xf5\xa3\x36\xb8\x2d\xb1\x79\x61\xf1\x71\x75\x10\xb6\x17\x5e\xcc\xbb\x98\xf8\x36\x5f\x93\xa9\x1a\x90\x3b\x0f\xeb\x81\xcf\xf0\xb4\x67\x90\x4e\x92\x67\x27\x91\x76\x1f\xba\x70\xe7\x8e\xb8\xa5\xfe\xc0\x48\x31\x37\x30\x1f\x84\x0f\x63\x19\x69\x45\x9f\xf9\x31\x6b\xb2\xf6\x97\x26\xfb\x5e\x21\x60\xd3\x80\xde\x21\xb2\x58\xca\xda\xba\xff\x6b\xce\x62\x52\x3e\xec\x52\xcc\x03\xcb\x77\xe8\x33\x37\xb4\xea\xda\x1b\x10\xdb\xa0\x29\x00\x17\x4b\xf3\xf4\xf3\x41\xf4\x99\xa6\x29\xf5\x84\x2f\xfc\x3c\xd2\xb2\x9f\x67\xbb\xc1\x23\x00\xba\x0c\x60\x03\xf7\xa7\xa9\xd1\x23\x7d\xef\x93\x8b\xcb\xc0\x96\x63\x22\xc8\x30\xfb\x74\x2c\xf4\xf1\x4c\xb6\xe2\x08\x5d\xb5\xac\x59\xec\x6d\x3a\x3b\x0e\x4c\x0b\x89\x63\x26\xfe\xa3\x87\x65\x67\x2c\x1a\xd2\x5d\x37\x8d\x5e\x6d\xb5\x7c\x6b\x2b\x9a\x28\x84\xa4\xce\xb4\xe9\xa8\x42\x9c\xe3\x47\xd3\x26\xa8\x86\x56\xa4\x0d\xaa\x22\xa0\x57\x5d\x2d\xfb\xb5\x55\x35\x0f\x22\xd5\x30\x2a\x46\xb4\xde\x65\x39\xed\xf5\x47\xe6\xb0\xa1\x4d\xe1\x05\x49\xd7\x28\xb1\x9e\x01\x9a\xd0\x68\xdb\x75\x99\x97\xb3\xf5\xf5\x1c\xd0\x64\xdd\x23\x29\x5a\x93\xcf\xa5\x52\x1c\x7a\x55\xf9\x6c\x55\x9c\xe6\x45\x21\xb3\x81\xa8\xca\x37\x52\x51\xb9\xe4\x91\x06\xf5\x9a\x8f\x64\xf9\x61\xf4\xf2\xd5\x93\xa7\xef\x9e\xbe\xfc\x01\x1f\xef\x2c\xeb\x2a\x5b\x05\xc1\x60\xe0\x2c\x40\x97\xc1\xc4\xc6\x0a\x85\xfd\xcd\xf6\x8a\xd1\xf3\x59\x58\x9a\xe4\xc7\xbc\x9d\x57\xab\x56\xfc\xa2\xaa\xff\xa2\xe8\x4a\xc9\x35\xc6\xf8\x38\xad\x56\x45\x26\xb4\xa1\x42\x8a\xf3\xba\x2a\x67\xc6\xdc\xa8\x0e\xa5\xc4\x7f\x1c\x97\xa4\x65\x26\xce\x31\xbf\x5f\x2b\x4e\xf3\x32\x13\x8f\xeb\xea\xbc\x91\x75\x53\xe4\x0d\x10\xd3\x69\x3e\xc3\x34\xe6\x79\x2b\xda\x0a\x1c\xed\xc0\xf8\xb6\x4c\xdb\x79\x04\x61\x55\x2b\xa8\x5f\xec\x99\xf8\x8b\xfa\xa9\x8e\x2f\x59\xea\x44\xe0\x7a\x65\x46\xe4\x5d\x60\x84\x41\xfa\x8b\x93\xea\x75\x5d\xbb\x2c\x64\xf9\xe0\xa0\xe8\x45\x96\x2c\x86\x34\x00\x26\x88\x4e\xf3\x32\x2d\x8a\x4b\xd5\x26\xfe\xb5\x16\x93\xe9\x1e\x82\xaa\xce\x99\x5a\x04\xa5\x06\xa6\x44\xe4\xce\x27\x7b\xf5\xa2\x15\xdf\x51\x0d\x9d\xa2\x10\x5e\x35\x7b\xea\x45\xaa\x12\x9b\xac\xe6\xa8\xae\xf2\x2d\x5a\x3b\x2f\x67\xc1\xc3\x7f\x5b\x62\x4e\x89\x7a\x55\x3e\xc2\xbe\x77\xae\x93\xab\x44\x06\xbc\x7e\xbc\x68\x73\x77\x5f\xae\x1d\x1e\x19\x4e\x87\xac\xeb\xc2\x5c\x84\x88\xfc\x91\xda\xc6\x67\xb2\x85\xd1\xa1\xe5\xdf\xbf\x72\xb1\x46\x63\x7d\xec\xd9\x48\xb8\x78\x5e\xfa\xce\x05\xb8\x02\x64\xe2\x5e\x95\xe0\x9d\xaf\x63\x2c\x50\x66\xe0\x6c\x1c\xba\x56\xdf\x93\x6c\xd6\xf7\xb0\x43\xac\xd0\xa7\xe9\x0f\x5a\x77\xea\xf9\x54\x33\x4f\x9b\xe7\x79\xd3\x2a\x5e\xe1\xf5\x5d\x4b\x61\xf4\x78\x72\xaa\x82\xf5\xac\x42\x01\xc9\x45\xb8\xf3\xc4\x38\xaa\x50\x45\x44\xb1\xf3\xb4\x38\x3b\x54\x54\x11\x93\x8f\x48\x2f\x0b\xdd\xc5\x66\x64\x4c\x52\x81\x4c\xae\x30\xac\xd5\x97\xf1\x7f\x76\xfd\x9a\xd5\x09\x98\x36\xab\x53\xe8\x68\xf0\x02\x8e\xf4\x12\xb4\x4c\xe8\x66\x47\x67\x06\x06\xdb\x35\x81\xa6\x18\xf2\x4d\x51\xd7\x1c\x6f\xc4\x85\xab\x4b\x9c\xa0\x5b\xcf\x1d\xdb\x9f\xb9\xff\x88\x86\x79\xcd\x0e\xe4\xba\x28\xdd\x83\xe4\x64\x66\x5e\x32\xe8\x07\x16\x13\x84\x8c\xf7\x16\xbe\x4a\xd7\x63\x70\x3d\x63\x5a\x0c\x42\x51\x15\xa6\xb3\x86\xed\x61\xcd\xab\xb9\xef\xae\x46\xd3\xd6\x0e\x51\xdf\xf5\x85\x62\x77\x5d\x75\x1e\xc6\xf4\x1a\x41\x21\x19\x04\x5b\x69\x10\x0c\x99\xc4\x46\xc8\xd2\x36\xd5\x8e\xc4\xe6\x24\xef\xf5\x03\x7d\x41\x7b\x94\x2b\x60\x1d\x01\x98\x17\x63\x77\xa0\xd8\xf9\x6b\xae\xa5\x14\xbb\x25\x4b\xfa\x1c\xdc\x37\x8e\xb8\xbd\xec\x2c\x57\x71\xb3\x0f\xd9\x72\x78\xfa\x57\xa7\x1a\xde\x13\x86\xb0\x54\x6d\x5e\x63\x6c\x0a\xf6\x78\x24\x50\x11\xfe\x0f\x0a\x64\x3c\x4a\x91\xab\x7e\x0b\x0a\x09\xb3\xe2\x3c\x88\x06\x2f\xd2\x5b\x2c\xba\xef\x42\x67\x3c\xd9\x5a\xe3\x94\x8d\x32\x66\x76\xf2\x11\x8c\xeb\x98\x0f\xc4\x40\x7b\xc3\xb0\x9b\xcd\xb1\x05\x03\x89\xd1\xfe\x49\x54\x38\x3f\x76\xf8\xfa\x60\x6c\x5d\x08\x6d\x07\xec\x22\x1d\x19\x8d\x4c\x03\x1e\xab\x05\x8b\xf4\x97\x52\x59\x91\x36\xed\xeb\x58\x7c\x20\x76\x0a\x4e\xe2\xda\xbe\x3b\x23\x75\x2b\x3a\x96\x15\x55\x70\x23\xaa\x7f\xd7\xe1\x38\x4f\xcb\xac\x90\x3a\x1d\xde\x80\xe5\x8e\x8c\x1f\x30\xce\x12\x7a\x8b\x05\x60\xf6\xbe\xdb\x03\x05\xcc\x02\x24\xd2\x7d\x4c\xb5\x65\x81\x3a\x7f\xa7\x43\xde\x59\x54\x7d\xa9\x82\x59\x06\xaf\x5b\x22\xb6\x1a\x1b\xab\xf5\xea\x78\x0a\xcd\x62\x1e\x7f\xdb\xe0\x38\x36\x82\x86\xcf\xff\xdd\x91\x0c\x16\x08\x94\x45\xbc\x10\x90\xa4\x2b\x3d\xc2\x4e\x7d\x92\x11\xa8\x59\xf8\xfb\xcc\xad\x04\xb4\x7f\xb4\x7d\xec\x67\xa9\x12\xbe\x1c\x9d\x16\x05\x02\xfb\xc7\x3c\xfd\x69\xfc\x20\x14\x1c\xdb\x9b\x01\x91\xd0\xfe\x77\x1c\x0d\x21\xf9\xfb\x61\xaa\xe9\x32\xc5\x63\x8e\xb2\xd6\xba\x1a\x62\x5a\x01\x31\x29\x76\x18\xda\xba\xf6\x5b\x47\x24\x29\x8f\x96\xbb\x9f\x54\x36\xd2\x58\x58\xc0\xe8\x8b\x7a\xd4\xf4\xa4\xaf\xb4\xc7\xf3\xaa\x3e\xd3\x79\xe2\x15\x2e\x3d\xa0\x86\x85\x3f\x09\x3a\xe3\x71\x39\x22\xb8\xef\x75\x6c\x8f\x8e\x5d\x81\x68\xf0\xda\x88\xe4\xdb\x24\x03\x5e\x67\x5d\x84\xf3\x0d\x22\x98\xd8\x94\x63\x7e\x08\x38\x60\x2b\x08\x13\x04\x60\xd3\x7e\xf4\x7e\x0c\xb6\x11\xbb\x70\xf5\x81\x79\xdc\xb0\x80\x7e\x38\x8a\x1f\x64\xdd\xd0\xdc\x0b\xe2\x33\xad\x1a\x7c\x92\x5f\x62\xb4\xbb\xf5\xbd\xa5\x15\x7e\x40\x23\x71\xac\x6b\x01\xd7\x58\x95\x6d\xbe\x90\x3f\x38\x97\x48\xdf\xf8\x36\xfa\x10\xaf\x99\xda\x26\x7e\x90\xb5\x79\x47\x34\xe2\xc1\x7e\x14\xdc\x89\xd8\x23\xad\x30\x40\x9f\x99\x28\xe1\x0b\xa6\xe5\x44\xfd\x01\x0e\x7d\x75\x23\x0f\xca\xb6\xa7\xe4\xae\xbe\x78\xe0\x3e\x9c\xa8\x0f\x01\xa7\x19\x8f\x85\x6c\x8a\xbc\x6c\x87\x59\xde\xa4\x27\x85\x1c\x96\xf2\xa2\x1d\xc2\x7d\x40\x59\x0d\x75\xae\x7e\x5e\xc7\x24\xf0\x97\x9e\xc7\x31\xfe\xcf\xbe\x4f\x46\x82\x04\xaf\x50\x63\x20\xd2\x13\x2c\x7e\xaa\x56\xb5\x98\xae\x6a\x88\xd7\x6d\x0a\x03\x63\x0e\x60\xd3\x73\x29\xf2\x26\x0e\x40\x96\x23\x56\x7d\x20\x4e\x56\x6d\xbc\x26\x21\x95\x58\x4d\xb1\x6a\x64\x47\x9b\x8e\x66\x62\x15\x47\xe2\xb5\xac\xe7\xe9\xb2\x41\x7b\x53\xae\xfe\x95\xc6\x0c\x06\x6a\xbb\xd4\x73\x73\x22\x8b\xea\x9c\x1a\xa2\xc4\xba\x98\xc1\x6b\x78\x24\x59\xd6\xf0\x8a\xe0\x6b\x72\x45\x70\xb3\xe5\xc6\xe0\x4c\xf0\x09\x72\x17\xd2\x75\xef\x7b\x64\xa0\x7a\x41\x18\xb0\x65\xff\x96\x1d\x51\xe3\x93\x70\x96\x1c\x26\x33\x58\x3e\xb3\xed\x09\x87\xf0\x1e\x0e\x5f\xbf\x51\xab\x87\x7b\x16\xc7\xde\xc3\x85\xdc\x56\xc3\x1f\xe5\xc7\x11\xf9\xf0\x8b\x58\x49\xb8\x6c\x29\x44\x7a\x9e\xe6\x81\x04\xba\xf6\x0a\x69\xa3\xd3\x2d\x4a\x09\xff\x36\x0c\x2f\xfa\x39\x14\x64\x3d\x3a\x32\xae\x08\x60\x64\x20\x4a\x8a\x6e\x04\xe0\xcc\x2b\xbb\x07\x62\x3b\xc6\xe9\xf9\xe2\x81\x0c\xff\x36\x9f\x9e\x61\xdd\x7e\xb7\xd8\x15\x5d\xbf\xe8\x1a\xae\x59\x47\xd1\xad\x13\xb8\x2e\x62\xc8\x61\x1c\xf4\x11\x1b\xd2\x50\xec\x1c\x8f\x78\xd8\xfb\xf5\x24\x60\x93\xae\xb1\x0e\x6c\xc0\x2a\x98\x84\xbd\x81\x49\x6b\xbd\x3e\xb6\x09\x86\x8d\x55\xb4\x8e\x39\xbf\x81\x51\x4d\x78\x92\xbc\x27\xbd\x1b\x53\x5b\x18\xc3\xdd\x7a\x70\x18\x98\x35\x32\xbc\x08\xe5\x78\x61\x09\x63\xbd\x88\xde\x1d\x2a\x1f\x6b\x9b\x4e\x5c\xa3\x45\xf8\x2b\xdd\x4d\x77\x5d\xe4\xb3\xf1\xa1\xe2\xb1\x92\xd8\x7d\x76\xc7\xad\xdc\x84\x67\x41\x65\x2c\x88\x31\x79\x4b\x3e\xc4\x49\x01\xc4\xa3\x4c\xb5\xd3\x33\x64\x87\x5e\x4d\x4a\x06\xf7\xef\x7f\x6f\x79\x86\x0e\xf0\x7a\xeb\xfb\xe6\x0f\xf8\x4a\xc2\x23\xf9\xad\x23\x00\x06\x09\xb2\xb4\x3e\x3d\x39\xe6\xa7\xd8\xe6\x66\xf7\xf5\x2a\x6c\x7c\x8f\xa1\xe9\x29\x2f\xfd\x30\xce\x64\xac\xd4\x87\x54\x9b\x74\xd4\x59\x3c\xfe\xf9\xe8\xd1\xf0\x7f\x38\xd6\xbe\xf2\xf0\x3d\xc2\xd0\x3c\x3d\xc7\x27\xc2\x5f\xac\xa8\x06\xfd\xf8\xea\x23\xfc\x7b\xa5\x3a\xf4\xd5\xc7\x98\xf0\x7c\x35\x12\xbf\xc4\x64\x9e\x5f\xde\xd6\x97\x4a\x55\x5a\x2d\xb3\xb4\x95\x56\xa2\xeb\x7d\xf5\xd1\xbb\xdd\xd7\xd2\xdc\x95\x28\xab\xf3\xfe\xe8\x97\xcd\x24\x1f\x3d\x13\xd4\xf3\x53\xcf\x44\x30\xe2\x60\x11\xcc\x94\x75\xae\x85\xb7\x22\xa7\x79\xd1\xca\xda\x2d\x49\x57\x43\xc2\x3d\x14\x69\x75\x38\xd1\xe4\x6e\x57\xce\x8d\x34\xcb\x2c\x59\x03\xbe\x01\xc7\x7e\x84\x58\x8e\x6f\x98\x6a\x43\xa1\x8d\x7d\x37\x02\xea\x20\x5e\x88\x8b\x6d\x1c\x19\xb1\x69\xee\xb4\xd9\x51\x31\xda\xe7\x18\x68\x6c\x1c\xfe\xa7\xab\x28\x9f\x5c\xbf\x7e\xeb\x72\x9b\x5c\x37\xc7\x9f\x71\x74\x0a\x2f\x34\x33\x91\x9c\xc4\x9e\x09\x87\x7f\x26\x2f\x1b\xef\x60\xed\x13\xc1\x65\xe2\x99\x42\x89\x84\x42\x6d\x03\x50\xd6\x2d\x2a\x38\xc0\x8f\xe8\xb9\xe8\xcc\xbe\x57\xc6\x7e\x49\xef\x1b\xbf\xa0\x69\x11\xfb\xb2\xac\x96\x4e\x99\xa7\xf6\x5f\xf6\xc0\xca\x74\x8a\x8c\x5f\x61\x86\xcf\x23\xea\x32\x29\xbe\x15\x1e\xac\x27\x8a\x86\xc2\x87\xb5\xd2\x36\x47\x21\x3e\x4b\x85\x91\xa6\x5c\x52\x0e\xd2\x49\x0e\x02\x49\x99\x3a\xfb\xe3\x61\x6d\xd8\x99\x12\x6d\xd2\xea\x2f\x84\x9e\x36\x94\x89\x7c\x8f\x34\x3c\x6b\xa9\x81\x9a\xa6\x9d\xf9\x72\xa6\xea\xb5\x21\x5e\x70\x88\x36\x9f\x89\xa2\x9d\x6d\x6f\xc1\x48\xb2\x13\x0e\x4d\x81\x48\xca\x4b\x2b\xe9\x9b\x8b\x13\xe2\xdd\x8a\xbe\xec\x41\x6e\x14\xcf\x7a\x11\x07\x62\xcb\xdd\x71\xfb\xc2\x78\x07\x2f\x0c\x94\x16\xbb\x01\x94\x98\x60\x94\x16\xbc\xb0\x89\x04\x69\xee\xe6\x23\xc2\x9b\x16\x4a\x23\x99\x2c\x64\x2b\x3b\x06\xe4\x2d\x07\xbb\xf5\x42\x94\xce\x7d\xdb\x4e\x2a\x29\x30\xfb\x0d\xa1\xe2\xbb\x4d\xdf\x80\x69\x98\x23\xbf\xb6\xb7\xbb\x08\x5a\x7f\x6f\xdd\xe8\x2a\xcd\x32\xa4\x92\x24\xf3\x8c\xdc\xaf\xad\x5b\x9c\x60\x52\x01\x21\xcb\x00\x14\x59\x13\x7f\xb9\xe8\xe1\x13\xbb\x43\x5b\xcf\x0c\xae\xb9\x76\xf3\x9a\x62\xc7\x8a\xc7\x5c\x8d\xc3\xb8\x73\x03\x74\xc1\x61\xad\xef\x76\x24\xc3\x4f\x58\xd6\xf5\x5e\xce\x61\x66\xad\xb8\x97\x73\x14\x60\x02\xc6\x90\x48\xb0\xdb\x9e\xfb\xb3\xbf\x36\x2a\x2e\x07\xec\x78\x22\x57\x60\xde\x73\x18\x0a\xda\x3a\x51\xab\x18\x88\x46\xa9\x11\x29\x5e\x1a\x2a\x9e\xc9\x8e\xcc\xb4\xae\xd3\x4b\xc2\x8b\x81\xc1\x68\x93\xe2\x9e\xcd\xfe\x80\xb1\xdc\x0b\x38\x5c\x03\x0f\x74\x25\x4f\xb8\x8d\xa8\xbe\xfc\xf3\xaa\x6a\x3d\x47\x68\xd8\x20\xcd\x34\x5d\x4a\x1f\x85\x15\x1a\x0b\x09\x71\xe9\xab\x53\xed\x2a\xe0\x5f\x30\x43\x6d\x6e\x56\xf7\x10\x06\x74\xa8\x51\xea\x70\x6f\x93\x49\x12\xaf\xce\xee\xfb\x5c\x6d\x18\x46\xb0\xf5\x08\xce\x10\x40\xc4\xc6\x2e\x22\xf7\xcf\x41\xef\x6e\x83\x9b\x3d\xf9\x34\xb9\x9d\x4c\x6e\x33\xe4\x06\x35\x02\x5d\x83\xb0\xe7\x29\x4b\x6a\x91\x28\xa3\xe9\xa8\xd6\x0f\xd3\x54\x42\x55\xb0\x1e\xc1\x5f\xc3\x38\x12\xa4\x02\xef\x4c\xd3\x2e\x18\x96\x00\x5d\x16\x6c\x6c\xb3\xdf\xb7\x64\xe5\xdd\xb9\xd2\x95\x07\x90\x00\xab\xa1\x52\x90\xc1\x92\x3e\x52\x32\x9e\x30\xba\x68\xd4\xd6\xf9\x82\x65\x60\x0b\x29\x1b\xf8\x07\xa7\x6c\x36\xb4\x8f\x61\xe5\xad\x60\x05\x22\x87\xbd\xda\x68\xf0\x94\xe1\x86\xbd\xd4\xa2\x0a\x80\x01\x33\xd3\x79\x22\x9b\x65\x0a\xa9\x21\xd8\xc6\x30\x29\x16\x30\xcc\x77\x22\x92\x01\x46\xf7\x87\x7f\xf4\x0b\x1f\x92\x6a\xa2\x69\x47\x1e\x67\x80\xba\x7d\xda\xce\xb4\x5a\x2c\x52\xbf\x9d\x6e\x0c\x47\xc9\x20\x39\x1e\x08\x9b\x58\xa3\xf3\x89\xb1\xaa\x3b\x29\x01\x83\x63\x93\xf8\xf1\x1f\x10\x24\x35\xcb\xeb\x32\x5d\xc8\x81\x0b\x7b\x5a\xcb\x22\x6d\x73\xf5\x57\x23\x97\xeb\x22\x9f\x5e\x1f\x50\xf5\xfa\x70\xda\xff\xb0\x28\xa2\x7a\x9c\xaa\x2e\x09\x28\x6a\xc6\x0a\x31\x16\xe5\x92\x44\x15\x65\x13\x19\xbc\x5b\xb2\x66\x29\xfa\x7e\x01\xde\x30\x1d\x72\xfa\xe0\x46\xac\xd0\xd7\xcb\x3c\x7c\x7f\x85\x9e\x62\xf6\x79\xcd\xa7\x4f\xd6\x74\x85\x82\xbd\x7e\xac\x6c\xcd\xe5\xd6\xab\x9a\xa5\xf8\x37\x7e\xde\xf8\x96\x06\xfb\x42\x34\xc4\x1c\xa2\x42\x72\x47\x39\x92\x7e\xc8\xb6\xde\x9d\x82\x48\xd3\xfb\xad\x5b\xac\x02\x93\x39\xb8\xb7\x2c\x06\xa3\xec\x75\xa8\xac\xae\x9c\xf6\xe9\x16\xab\xfb\x22\x5d\x06\xee\x39\xb4\x8c\xa9\x4b\xce\x5b\xa3\xaa\x22\xb1\x2d\xc1\x7e\x7b\x9e\x16\xf8\x44\x31\xf0\xa6\xb2\xf2\xa3\xbe\x4c\x33\x02\x24\x8d\x6a\x1d\xbc\x9b\x12\xdc\x41\x2e\x06\x3f\x09\x6c\x48\xe1\x10\xdd\x01\xa0\x1a\x88\x18\x20\xc2\x1a\xc0\x2b\x15\xf4\x86\xa6\x87\x35\x71\x43\x5c\x58\x77\xf4\xf1\xc3\xf0\x03\x86\x9c\x06\xc4\x89\x9f\x1f\x35\x64\x4a\x3a\xfa\xe7\x20\xba\x0e\x85\x18\xc1\xa8\xfa\x8c\x70\x0f\xe0\x09\x59\x37\xed\xea\x3d\x64\x9e\x9a\x5d\x4b\xc1\x91\x4a\x11\x4d\x28\x2d\xcb\xaa\x35\x89\x0a\x58\x15\x57\x12\xf4\x87\x54\x8a\xe4\x8b\xf3\x4a\xe1\x7c\x08\x7a\xd7\x15\x13\x37\xbe\xa9\x3a\x46\x47\xe0\x9a\x6a\x21\x4d\xfe\x55\xfd\x3a\x2f\xba\x67\xb5\xa4\x61\x67\x1d\xd9\x6c\xb3\xef\xbf\xb9\xe9\x9a\xfd\x86\xc1\xdf\x70\x15\x78\x65\xd6\xbf\x2f\x35\xf6\xf3\xbc\x9d\xdb\xc1\x6c\x32\x05\xd3\x42\xa6\xf5\x23\xbb\x64\x11\x27\xe3\x90\x20\x40\xd6\x83\x15\x74\xae\x8c\x5e\x25\x8f\x3b\x99\xbb\x3c\xf3\x9b\x5d\x4b\x3b\xc6\x45\xf5\x58\x31\x14\x3b\xf7\x45\x2e\x1e\xe0\xbd\xf5\x70\x18\xd8\x2e\xc2\xaa\xe4\x76\x3a\x6a\xc6\x73\x51\xe9\xa7\x55\xd9\xe6\xa5\x9f\x1b\x1c\xc1\xe5\x45\x8b\x56\x84\x57\xa7\xbd\xe4\x0f\xee\xec\x5e\xe6\xe5\xec\xfb\x37\xcf\xf7\x92\x7e\x44\xd8\xa5\xfc\x37\x9e\x51\x3e\xe6\x80\xc0\xb5\xe6\x69\x13\x9c\x03\x5e\xd8\x69\x9b\xec\xaa\x37\x99\x94\xfd\x87\x10\xee\xe7\xee\x1f\x8e\x26\x93\xc3\xc9\xa4\x39\xbe\xfb\x70\x32\xb9\x3b\x99\x8c\xbf\x1a\xcf\x16\x24\xdb\xbb\x97\x19\xb0\x8b\xe4\x81\x1d\x14\xb5\x4c\xb3\x4b\x72\xaf\xd4\xb5\xa2\xd7\x9f\x36\xde\x59\x13\xb9\x80\xd6\xf1\xce\xc2\x13\x85\x86\x9d\x16\x24\xf6\x14\x58\x59\x75\x1f\x21\x1c\x6e\x78\xad\xc0\x4a\x23\xf6\x0e\x12\xd3\xcb\xce\x85\x99\x8a\xe8\x81\xd4\x56\xdf\xd7\x85\xde\x9b\x26\x44\x55\x3f\x34\xf0\x87\x83\xd0\xaf\xd1\xdc\xff\xae\xbf\x42\x0c\xdf\x4a\x47\xe8\x82\xcc\x9c\x93\x51\xf8\x8c\x3d\x8c\x77\x9d\x83\x53\xe5\x68\x57\x24\xdf\x96\x95\x26\xf5\x07\x09\x5b\xe4\xe8\x54\x29\x04\x03\x4b\x97\x11\x42\x4b\x97\xcb\xe2\xf2\x75\x2d\x3f\xa8\x83\xae\x17\x3a\x2b\xc3\x83\x68\x7b\x17\x68\x99\xd9\x9a\x71\xfa\xa3\x51\x95\x30\x2c\x20\x0b\x0c\x6d\x9e\x20\xab\x52\x13\x9f\x4a\xcb\xc6\xa4\x0a\xad\x01\xf2\x4b\x20\x5f\x75\x70\x7c\xc2\xfa\x08\xe5\xb9\xb7\x03\x81\x30\x8f\x8d\x92\xb4\x81\x82\x04\x28\xe7\xc8\x3d\x62\x0e\x01\xf4\xab\x02\xfe\x11\x13\x04\x62\x7e\xf3\x55\x51\x6c\xe6\xf8\x8e\x1d\x86\xae\xd1\x58\x84\xb6\x5e\x40\x01\xb0\x9e\x76\x70\xaa\xf3\x03\x41\x88\xc0\x5f\x1c\xe0\x16\xfd\x08\x5d\xe4\xcd\xda\xc3\xc6\xc9\x41\x91\x73\xcf\x6e\xe5\x30\x79\x6d\xd7\x49\x75\xb3\x03\xda\x97\x79\xbe\xf0\xe1\xec\xd0\x6f\x72\x32\xb7\xd5\xe3\xb4\x91\x7f\xfe\xa3\xd2\xc5\xd8\x44\x3d\x5e\x9d\x9e\x32\xd7\x23\x5d\x1f\xbf\xc3\xde\x86\x3a\x2e\x82\x60\x72\x02\x98\x92\xce\x70\xa8\x50\xff\x3c\x2f\xb3\xea\x7c\x74\xd2\x56\x69\x6f\x55\xa2\x85\xac\x27\xcb\x69\x95\xc9\xef\xdf\x1c\xec\x57\x8b\x65\x55\xaa\xbd\xaf\x70\xc7\x96\x36\xcd\xb2\xd8\xda\x16\xee\x4d\x73\x20\x26\x44\x97\x7b\x6a\x88\xdd\x91\x6b\x92\xa5\x6d\xba\xab\x68\x30\x9f\x02\xfa\xf1\xfb\xa6\x2a\xef\xe3\xb0\x06\x36\x5d\xa1\x9d\x32\x4b\xb6\xee\xc1\x70\x84\xb7\xae\x27\x9d\x3d\x92\xbe\x2f\xd6\xbb\x6b\x48\xe7\x66\xed\xc4\x2e\x66\xaf\x6d\x89\x30\xf4\xb6\x1a\xb8\x23\xb9\x63\x99\x3d\x7c\xd5\xaa\x5d\xae\xda\x67\x39\xe4\x01\xdc\x12\x89\x6a\x80\x67\x13\x00\xc3\x6d\x55\xe8\x54\x92\x89\xb7\x76\x4a\x1e\xb1\x2a\x5d\x32\x99\xd4\x10\xd0\xbf\xef\x6a\xd4\x58\x69\xc2\x15\xf7\xad\x3d\x80\xd8\x12\xc9\xf8\x6e\x4c\xb8\x82\x5c\x93\xd8\xd1\x2d\x91\x88\xbb\x63\xfa\x90\x9f\xf5\xd9\xe7\x1d\x7a\x22\xba\xf6\x24\x3f\x01\xdb\xaa\xe3\xb0\x8d\x65\xe5\x58\x83\x87\xa4\xba\xe8\xd8\x56\x49\x5b\xa9\x81\x27\xe1\x86\x31\xaf\xc3\x42\x9b\x45\x97\xc0\x65\x6a\xf0\x28\xb8\xfe\x10\x42\xa3\x84\xa2\xb1\x9d\xe0\x85\x2b\x84\x24\xf1\x6a\x1c\x6d\x1f\x47\x4e\x04\x7b\x70\xc6\x88\xc7\x3f\x2b\xc4\x5e\xc4\x7a\x05\x13\xe5\xce\x0f\x85\x70\x5d\xf2\x94\xc8\x81\xea\x9e\xe4\x61\xe6\xa3\xdd\x08\x19\x5f\x05\x9d\x19\xa5\x59\xa6\xc9\xab\x47\xce\x3f\x16\xc2\x38\x22\x41\x7d\x86\x0c\x15\x48\x51\x44\x46\x34\xeb\x96\xb9\x40\xcf\x3b\x2e\x4a\xee\x76\x24\xe8\x75\x5a\x74\x81\x06\xd2\x62\x84\xab\xfa\x32\xbe\x36\x5e\x44\xa4\xff\x08\xd1\x41\x00\xb6\x4e\xe3\x96\x46\xe5\xc9\x77\x41\x0f\xe8\x49\x60\xaa\xf0\xf3\x61\xb3\xc3\xc0\x86\xe8\xd2\xfc\xe3\x78\xed\x5e\x3b\xf2\x0c\x3a\x8b\x74\x19\xc9\x80\x89\x72\xbc\x1f\x42\x55\x7d\x70\x7a\xdf\xb7\x4e\xcb\x0b\xe2\xa6\xe6\xeb\x03\xae\x46\xe1\x39\x0b\x37\x49\x9e\x38\xac\xe3\xba\x81\x7c\xdf\x56\xe2\xa1\x15\x63\x39\xb7\xdb\x15\xc9\x28\x99\x84\x56\x9a\x1b\x9e\x6b\xba\x49\xd3\x86\x89\x3c\x40\x64\xbc\x10\x57\x3f\x78\x63\x6f\x92\x01\xa1\xd5\x59\xd7\x26\x12\xb7\x37\x37\x56\xd4\x51\x9b\x6c\x49\x23\x05\xeb\xcb\xa3\xf8\xfd\x1d\x84\xae\xc0\xf8\xcf\x34\x87\xf4\x64\x02\xd9\x9f\xc7\x49\xdc\x8f\xde\x48\x32\xd8\x10\x49\x1c\xfd\x87\x87\x90\x36\x3a\x14\x75\xa8\x4b\x26\xee\x6a\x88\x52\xcc\x1e\x26\x05\x8b\xbb\xe6\xec\x20\xcc\x84\x41\xc7\xd9\x78\x48\x2d\xec\x52\x74\x5d\x44\x75\x7c\x37\xc6\x42\x53\xc7\xb5\xec\x68\x48\xf5\x48\xa2\xa7\x6e\x37\xc8\xe4\x17\xe0\xb2\xba\x8f\x36\xa2\xc9\x66\x71\x96\xd7\x85\x10\x89\xef\xf0\x28\x53\xee\x18\x5b\xf4\x3d\x1b\x3f\x40\xd9\x35\x06\x1a\x5b\xcc\xf5\xe0\x6f\x3d\x87\xdc\x6e\xd6\xb1\xc1\x76\xa8\x3c\xac\x13\x50\xec\x50\xb8\xb2\x3a\x34\x11\xa1\x23\xea\xb8\x56\x55\x97\x18\xce\xc3\xb9\x97\xe9\x93\x2c\x71\xe7\x4d\xe4\xb4\xd9\x8e\x9f\x36\xe1\x59\xb3\x1d\x39\x6b\xae\xfc\xc1\x68\x6f\x02\x32\x4f\xce\x8d\xd9\x1e\x23\x03\x81\x6f\xe7\xf5\x9b\xe0\xcb\xa5\xe4\x8e\xc8\x54\x22\x84\x24\xf9\x94\xb8\xc1\x9e\xa4\x03\x81\xa2\x12\x27\xcb\x2c\xf1\x75\x6e\x35\x17\x56\x26\xc2\x24\x23\x5e\xa6\x98\x18\x98\x9d\x7c\x97\x46\x9e\x6b\xe6\x6b\x6e\x48\x20\x33\x4b\xa8\xa7\x43\x0b\x36\x9c\x37\xce\x88\xc7\x2f\x62\x35\xcc\xf4\x9b\x9e\x07\x2d\x05\xc9\x3c\x82\x9a\x76\x30\x61\xdd\xd8\xf0\xe2\x82\x91\xc6\x4a\x4d\x07\xb1\x34\x45\xfe\x38\x0d\xbd\x6e\x32\xb4\x9d\xcd\x46\xb1\xfd\x19\x5d\x9d\x84\x66\x0b\x93\x73\xac\x69\xeb\xd1\x02\x62\x03\x8d\x27\x93\x72\x3c\x63\x0f\x92\x00\x88\xad\x25\xf4\x75\x8b\x67\x0c\x23\xa5\x69\xd3\x6a\x9c\xea\xcf\x03\x23\x2a\xb0\x44\x66\x2c\x8b\x4f\xed\x6c\xd9\x6e\xbf\x44\xfd\x0b\xb0\xce\x16\xad\x14\x19\x56\x7c\x67\xc0\x6a\x47\x92\xfe\xd8\xf0\xb4\xe0\x91\x0a\x37\xae\xa2\x4e\xcf\x9b\x5d\xf1\xf1\x4a\x5c\x45\x48\x9e\xf8\xb5\xca\x69\x01\x4e\x29\xd0\x9a\xfa\xb4\x1c\x19\xb7\x86\xe5\x48\x21\x19\x35\x72\x91\x4f\xab\xa2\x8a\xf9\xdc\xaf\xd9\x40\x34\x6c\xeb\xe7\x6f\xa0\xcd\xb6\x50\x98\x78\x68\xf3\x2d\xe4\xd2\x12\xf9\x1b\x68\x63\xce\x13\x07\x0d\xb9\xcf\x3d\x5e\x65\x33\xaa\xef\x72\x6c\xdf\x68\x93\x6e\xb8\x4d\x37\xde\xa8\x5f\x7c\x4a\x76\x3e\x73\x4a\xe2\x5c\x41\x88\x20\x9e\xa0\x09\xcb\xc2\xcf\x7f\xff\x2e\xcc\x49\x78\x1b\x24\xac\xb4\x6a\x93\x76\x42\xe8\x90\x01\x99\xd2\x1f\x17\x75\x58\x72\x90\x84\x5b\xe3\xa3\x07\x6d\xee\x5d\xbd\xe8\xca\x5b\x7b\x22\xf7\xb5\x45\xa7\x2a\x21\x90\xa7\x1e\xc5\x3d\x78\xa8\xd4\xd3\xe9\xb4\xf3\x3b\x05\xdf\xdf\x30\x5c\xfe\xba\x60\xf8\x18\xa2\x7c\x7d\x40\x7d\xe3\x16\xf3\xb2\xfa\xb1\xaa\xcf\x3e\x2b\x9c\x6f\x3c\x45\x6d\xb0\x72\x79\x18\xcc\x17\xca\xdf\x59\xe4\x60\x99\x27\x71\x28\x0d\x80\x6d\x80\x7e\x8c\xbb\xc8\xbc\x43\xc1\xd5\x4b\x12\xe1\x82\x06\xbb\xdf\xd1\x08\x4d\x48\x5b\x91\xb8\xa6\x5e\x4f\x8d\x77\x90\xeb\x4a\x67\xa0\x23\xe8\x36\x69\x56\x16\xa7\x9a\xd3\xe3\x47\xfd\x1a\x04\xfb\xfb\xba\xae\x96\xb2\x6e\x2f\x69\xd0\x8b\x81\x7e\x86\x31\x70\x94\x3e\x93\xe4\xfe\x92\xd0\xb6\x42\xce\x5e\xde\x12\x26\xc0\x84\xe9\xce\x80\x4f\xfe\xb0\x60\xbd\x09\x3f\x80\xa0\xbf\xc1\x3e\x87\x87\x17\x96\xaf\xed\x1f\x1e\x0e\x9c\x2c\xfe\x22\x5d\x1e\x77\x44\x85\x42\x94\xb4\x5e\xc4\xb1\x87\xce\x25\x05\xf5\x86\xe8\xe1\x7a\xe1\xf9\xf2\x50\x5c\x38\x7e\x0a\xea\x4f\xd7\xe4\x73\x42\xb0\xd2\x1d\xf4\xaf\x38\x08\xab\x9b\x50\xbf\xc6\xba\xf8\xab\x9d\xb5\x3a\xc3\xae\xba\xc9\x9e\xac\x8b\xb8\x6a\xb5\xfe\x77\x9e\xdd\x97\xe2\x7a\xe7\x68\xfa\x2a\x1e\x08\x3c\x16\x3a\x5a\xef\x48\xfa\x2e\x86\xc7\x69\xb6\xdc\x25\xb2\x91\xd7\x04\x92\x89\x87\x4c\x09\xcd\x91\x6b\x42\xd0\xd0\x7a\x31\x33\xf0\xbb\xc0\x2d\x90\x85\xe9\x89\x93\x69\x67\x58\xda\xa3\xe3\xc9\x06\x41\x68\x19\xd4\xfa\x80\xb3\xef\xfe\x25\x23\xce\xbe\xfb\xef\x21\x67\x3d\x66\x15\x2e\xd0\x7f\x0f\x3a\x3b\xf7\x82\xce\x6e\x18\x60\xf6\x37\xc4\x7d\xed\x8c\x51\x18\x97\x2d\xe9\x71\x31\x29\xe9\x2f\xe2\x2d\xce\x81\xbe\x40\xa6\x28\x1e\xc2\xc9\xcb\xeb\xd4\x34\x43\x0c\x43\x39\x84\x61\x99\x3a\x87\x2e\xc6\x64\x5c\x66\xcd\xe5\x8d\xa4\x5b\x96\xd7\xa2\x2a\xe5\xcb\x2a\x83\x2c\x39\x03\xc1\xde\x90\x82\xbd\x50\x95\x67\x5a\x5a\xa9\x4e\xde\x8f\xa8\x50\xaa\x85\x1a\xe2\x53\x97\x97\xc2\x65\xdb\xd1\xec\x43\xcb\x57\x90\x08\x4f\x29\xfa\xa3\x79\xda\xbc\x3a\x2f\x8d\xa4\x35\x9a\xa6\x45\x81\xad\xe7\x94\xa9\xac\x0f\x98\xcf\xdd\xe8\x88\xbb\x44\x8e\x86\x7b\x08\xdf\x07\x19\xcb\x02\x9f\x3b\x78\xb4\x9b\x16\x2b\x25\xb4\x57\x27\xef\xad\xeb\x1e\x49\xd2\xa3\x2f\x32\x00\x8a\x9e\x2a\x06\x39\xcc\x92\xcd\x17\xd4\xf5\x42\x1d\xd5\x37\x9c\x50\x9c\x47\x9d\xe0\x1d\xbe\xb1\xc3\x87\x20\x47\x0e\xc8\xae\xe3\x49\x5d\xdd\x25\xaf\x2a\xa4\xac\x1f\xe5\x0d\xa6\xae\x07\x98\xfe\x3a\x04\xe0\xb9\xf3\x1e\x13\x90\x98\xf5\x7f\x3f\xd0\x70\xfd\x0e\xe5\xd0\xdc\xf0\x04\xf1\xfd\x70\x32\x4d\x5e\x8f\xbe\x9d\x5c\x87\x1b\x7b\x74\xdd\x78\x26\x41\xc6\x17\x84\x34\xf9\x9e\xb4\x9a\x94\xc9\x50\x3d\xd2\x1b\xd6\x4b\x0d\x8e\x9c\x20\x3d\xa7\xe1\x2a\xd4\xb7\x68\xca\x16\x5d\xb4\xb8\x3c\xf6\x22\xd0\xf2\x9c\x7f\x79\x29\x4c\x63\xde\x52\xbb\x30\x6d\xe0\x12\x9a\x84\xe2\x2f\xbe\x9d\xe4\x6f\x90\x1d\x76\x35\xb0\xea\xd4\x62\xc7\xdc\x7f\x11\x1b\x97\x26\x4e\xb0\x19\xc1\x04\x5d\xf7\xc2\xde\x5c\x9b\xca\x32\xeb\xb9\x5a\xbd\xfe\x06\x46\x1d\xbf\xea\xf5\x46\x8f\xc8\x15\x8e\xcd\x79\xb8\xe7\x0d\x6e\x8d\xd4\xef\x25\x81\x0f\xd3\xbe\xbb\x20\xc3\xbe\x93\x27\x72\x64\xb0\x4d\x42\xea\x5c\x60\xc8\x9a\x14\xca\x99\x7c\x7c\xd9\x63\xde\xf6\x2c\x26\x0a\xbd\xc9\xf1\x63\xa4\x85\x59\x99\xcd\xd5\x85\xb3\x98\xbb\x3b\x0c\x66\x09\xbf\x8a\x54\x32\x36\x42\x96\xb3\x36\x9a\x0d\x7b\xe9\xa2\x42\x46\xef\x17\x23\xb9\xa4\x75\x5f\xfb\x9e\xd8\xd9\x33\x0a\x6d\x2b\x2f\x5a\xcf\x88\x40\x02\x08\x63\xa4\x02\xbc\x5e\x0a\xa2\xa9\x20\x93\x87\x9a\x10\x23\x18\xb6\xb1\xfa\x6d\x19\x29\x4b\x23\x0a\xe9\x14\x7a\xd8\x9e\x82\xef\xb3\x5d\xbe\xa8\x3e\xc4\x1c\x6a\x82\x50\x06\xe4\x2b\x73\x72\x56\xdf\xf9\x9c\x10\xc8\xd0\x0c\x41\xd6\x3a\x26\x6a\x37\xec\x9c\x25\x01\x9c\xe9\xd5\xb0\x83\xf1\x42\x3c\x47\xaa\x32\x20\xa2\x35\xf9\x26\x36\x02\x0f\x43\xf2\x0d\x6b\x81\x59\xed\xaa\x1f\x99\x6a\x26\xb2\x35\xf9\xac\xec\x55\x1f\x64\x5d\xe7\xc8\x74\xc8\xde\x09\x38\x9a\x85\xf3\xa6\xdc\xee\x5b\x0b\x40\x37\x6e\xf8\x2a\x89\x0a\xb4\xc0\x63\x3a\x3a\xc0\x24\x0b\x77\x4c\x90\xd5\xdc\xa8\x8b\xfa\x20\xb9\x41\x27\xcd\x81\xc2\xbb\xf9\x58\x9e\x56\xf5\x66\x9d\xd5\xe6\x5a\x36\xb6\x7e\x40\x79\xa3\xbc\x6c\x64\xdd\x6a\xbc\xb8\xa2\xfa\x70\xdd\xa0\x3b\x8f\x4e\x5b\x59\x7f\xf9\xde\x20\xda\x1b\x74\x46\xfb\x29\x28\x2d\xae\x37\x1a\x79\x41\xb4\xbb\xf7\x2a\xc4\xc1\xac\xaa\xb3\x45\x5a\x9f\x31\x43\x9b\xf6\x30\xa9\x56\x65\x76\x88\x46\x38\xf6\xf8\x35\x38\x09\xc3\xa8\xdd\xf6\x1a\x4a\x9d\x78\x40\x2d\xfc\xc0\xa2\xb8\xb9\xff\x3d\x7d\x34\x6c\x80\x62\xcf\x28\x22\x33\x66\xc6\x12\x89\xe3\x46\x86\xc9\x23\xc2\x75\x06\xef\x8f\xd1\x47\x67\x03\x5d\xc1\xe0\x6e\xc5\x87\xa0\x15\x1f\xe4\xa9\xe1\xd9\xba\x6e\xb7\x2a\xf9\x3a\xfa\x52\x50\x2f\xae\xae\x15\xb1\xea\xe6\x3a\x6c\x0a\x1f\x5d\x26\x2f\xe8\x6e\xe6\x6e\x8c\x00\xa3\x9f\xcd\x60\x2c\x0a\x1d\x27\x87\x3c\x5d\xfc\x97\xeb\xcc\x90\x77\xe6\x04\xd7\x28\xcd\x32\x2e\x56\x76\x6f\x74\x05\xba\x6e\xae\x53\xa0\xaa\xf5\x08\xe9\x5e\xbd\x0e\x1f\x37\xe7\xb1\xf3\xc5\xed\x3d\x1d\x5d\xc4\xd8\x39\xf1\x7c\xc4\x17\xbb\xee\x43\x2c\xbe\x50\x3f\x38\x85\xf6\x78\xa5\x18\x9b\x0d\xce\xa3\x3a\x3d\xef\x2d\xeb\x6a\x39\x30\x12\xe0\xdb\xcb\x25\x0f\xb1\x8c\xb7\x01\xe0\xef\x42\x0e\x43\x3e\xf0\xa6\xad\x95\x38\xaf\xe7\x25\xc4\x37\xe1\xaf\xcb\xca\x37\xe9\x79\xd3\x3b\x93\x72\xf9\x58\xb6\xe7\x52\xba\x0b\x63\x1d\xb6\xc5\xea\x07\x23\x5c\xe5\x8e\x42\x58\x30\x42\x8c\x0c\x63\x04\x15\x94\x4c\x82\xbc\xe2\xef\x06\xf8\x0e\x94\x8b\x5c\xa7\xf9\x05\xb0\x72\x1a\x4e\x4f\x2e\xf2\x16\x9e\x89\x2a\xde\x9f\xeb\x3f\x50\xbb\xd2\xdd\xf0\x0a\x3f\x7d\x32\xb7\x09\x66\xc6\xec\xab\xd3\xe6\xa5\xbc\x68\x49\x6c\xa3\x8e\xe3\xd5\x63\xa6\x9b\x2b\xee\xb8\x16\x0a\x0d\xb7\x08\x5e\x97\xef\xce\x7f\x07\xc7\xe3\xeb\x5b\x55\xca\xa8\xda\x6a\x84\xee\x63\xb7\x72\xcf\xd5\xfb\x96\xe4\x50\xa7\xf8\xaf\xd1\x97\x05\xae\x8a\x15\x2c\x9c\xce\xec\xdf\x77\x32\x8d\x2c\x0f\x34\xe3\x7c\x84\x6b\x1f\xa8\x64\x9a\xa0\x4d\x79\x4f\x2d\xad\x25\x8f\xc9\xb5\x6a\x99\xa9\x3e\xe9\xd0\xc6\xd6\x04\x7f\xd7\x53\x13\x53\xe1\x63\x9d\x8d\x4d\xc4\xba\x3e\xd3\x74\xb1\x76\xbd\x42\x93\x06\x21\xd0\x83\xcc\xd2\xf1\x68\x26\x5b\x5c\x0d\x54\xc1\x62\x2f\xa2\x15\x78\x24\x75\xbe\x08\x90\x59\xba\x0f\x80\xc0\x1d\x99\xb6\x33\xf0\xab\xf4\xc3\x3a\xb6\x6c\x6b\x2b\x72\x40\xfb\x13\x15\xeb\x19\x7b\xb9\x07\xea\xe1\xae\x9e\x50\xd4\x55\x69\xb1\x2c\x33\x53\x28\xcb\x2c\x26\x11\x04\x74\x11\x59\xa9\x2e\x19\x00\x22\xdb\x58\x1e\x43\x5d\x71\x15\x8e\x91\xe5\x2e\x47\xa3\x91\xfe\x81\xb1\xf2\xfa\xc7\xb8\x09\xf0\x35\xfb\x03\x1c\x98\x21\x87\xc0\x25\xd7\x7a\xdc\x5e\x30\xa9\x72\x59\x35\x79\x9b\x57\xe5\x41\xd9\xe4\x99\xec\xc1\xa1\xeb\x9f\x04\x24\x71\x98\x7f\xa3\xcd\x9c\x18\xa9\xd2\x4e\x15\x6e\x07\xaa\x9d\x41\x42\x40\x74\x0f\x99\xf8\xba\xad\x8d\x55\x0d\xfd\xf2\xa3\x53\x3b\x05\x10\xd4\xde\x3d\xfd\x3e\xa5\x1f\xf1\xa8\x62\x1e\x2d\xc6\xbd\xcb\x8f\x61\x13\x75\xc4\xda\xb9\x46\x74\x43\x03\x82\x31\x1b\x70\xff\x72\x3d\xb7\xc6\xc6\x41\xa7\x75\x59\x35\xb1\x89\x70\x14\x51\xe1\x7b\x7d\xba\x1c\x82\xd6\xf2\x16\x8e\x80\xeb\x7e\xba\xad\x0f\x65\xe7\x55\x9d\x79\x6a\x01\x93\xcf\xdc\xca\x5a\xe7\x77\x57\x8f\xce\x38\xd6\x52\x62\xc9\x70\xa7\xbf\xa6\x47\xac\x33\x6c\xca\x96\x15\x13\x98\xa8\x19\x88\x53\x5e\x5a\xb7\x74\xf7\xa2\xa5\x26\x4e\x3c\x76\xbf\x1a\xf3\xcd\x7a\x62\xa4\xc7\x7b\x99\x79\x2b\x41\xf6\xf8\x43\xce\x3b\xc2\x1e\x58\xbb\x11\x05\x8b\xf5\x81\x98\x93\xb6\x28\x31\x5a\x1e\xb2\x1b\x6b\x2a\x32\x40\xda\x00\x33\x6b\xf9\x68\x3d\x5a\xfa\x9d\x08\x80\x3e\xa6\xd1\x0b\x76\x1d\x35\x08\x64\xa9\xeb\x20\xc5\x96\xb0\x8d\x9b\x37\x96\xfe\x46\x8c\x18\xc4\x75\x0e\x30\xdf\x37\x37\xa0\x24\x37\xc1\xae\x46\xf7\x2c\x13\x18\x4a\x43\x22\x72\x02\x74\xee\xdc\xf5\xb3\x13\xec\xde\x40\xc9\x04\x08\xdf\x69\x12\x27\xb1\x6b\x54\x6b\x49\xd3\x42\x6c\x3c\x22\x59\x66\x07\xc1\xa0\xba\x97\x91\xd7\xd9\x7c\x9a\xae\xc1\x68\x55\xd4\xb5\x71\x36\x4d\x99\x99\x02\xf1\x2d\xd9\x49\xe2\xd3\x27\x53\xde\xb3\x00\xea\xf4\x20\x20\x77\xee\x50\xfb\xef\xb7\x7b\x6c\xa7\xe9\xa6\x49\xb7\xf5\x42\x6c\x6a\x80\xde\x12\x3b\xdd\xc7\x09\x35\x95\x4f\x98\x47\x03\x44\x2b\x7d\xdd\xe9\x3a\xe3\x9e\x02\xc8\x56\x67\xe0\x42\xa5\x0c\x25\xea\x98\xe5\xe6\x48\x01\xe0\xd1\xa9\x81\x22\xe9\xaf\x74\xf0\x48\x0d\xca\x65\x19\x3e\xdd\x02\x93\x81\x2d\xad\x5e\xb0\x4c\xc8\x64\xf3\x52\x40\xd3\x5d\xac\x24\xa7\xee\xd2\x65\x5a\xa7\x8b\xa6\xbb\x3c\x5f\x2c\xab\xba\x4d\x51\x55\xa1\x20\xa1\x1e\x44\xb5\x20\x8a\xa2\x95\x17\x2d\x75\x33\xe0\xdb\x0c\x2e\x6e\x16\x69\x7d\xf6\x24\xaf\xdb\xcb\xb5\xb1\x31\x79\x58\xbb\x81\xdb\xd6\x33\xb6\x4c\xc1\xfa\xb0\x89\xbc\xb8\x7c\x75\xea\x5f\x25\x99\xfb\x86\x98\xa9\x8b\x23\x00\x7f\xb9\x78\x6d\x1d\x30\x40\x0d\x07\x2d\x17\x2e\x2a\x6e\x80\xb4\xab\x75\x24\x8d\x18\x0b\x21\x87\xad\xd5\xbe\x35\xf6\x88\x41\xc9\xea\x91\xc1\x55\x83\x2d\xd1\x46\x09\xc4\x81\xca\xae\xf6\xa6\x0d\x76\x47\xfc\x6d\x3d\x47\x37\x61\xaf\xd6\x79\x4e\x28\xd3\x07\x9d\xb8\x09\x43\x83\xbe\x74\xf1\x66\x88\xf0\x8e\xd9\x9a\x20\x23\x87\x71\xfe\x75\x5e\xef\xe3\xc9\xa4\x9c\x4c\x9a\x8f\x7f\xbc\x4a\x5b\x61\xc2\xcc\xbb\x1a\xbe\xdf\xa0\x27\x16\x5a\x0e\x43\xda\xd8\xa3\xbf\xec\xfb\x35\x37\xff\xbc\x45\xc2\xfe\x7f\xf9\xea\xce\x57\x1f\x1b\xf2\x34\xea\x6a\x57\xfd\x76\xfc\x8a\xfe\x46\x5e\x75\xf5\xd5\x1d\x1b\x5c\x3e\xfe\x9c\xce\x4b\x4b\x43\x36\x85\x6f\x9c\x8e\x45\x0e\x5e\x73\x01\xac\x1f\x43\xa9\x4d\xca\xed\xd6\x26\xe0\xb1\x2e\x52\xff\x18\x6b\x24\x23\x72\x55\xd0\x89\xbb\xc3\xb7\x51\xef\xb5\xa8\x9f\xd7\x64\xbd\xff\x8a\xda\x86\xea\xbf\xcc\x5f\x45\x7d\xec\xf0\x53\xd9\xaf\xca\x36\xcd\x4b\xdf\x8b\x64\x6a\x3e\x1b\x1f\x92\xd7\xc6\x8f\xcf\xf7\x69\xb6\x10\xeb\x03\x0f\x5a\xef\x12\xa8\xd4\xf3\x1d\x96\xe3\x11\xd1\x1c\x94\x81\xb1\xee\x84\xb0\x01\xd1\x63\xd0\xd9\x05\x88\x5b\x21\x02\x8e\xb0\x35\xb4\x02\x86\x81\xb4\x3f\xd7\xfd\x4d\xae\xcf\xbf\x06\x37\xd3\xfa\x5f\xff\x05\xa6\x7e\xb0\x3b\x99\x8c\x9a\x69\xd3\x7c\x35\xce\x71\x2f\x92\x47\xdc\x9c\xc3\x49\x93\xb3\x5e\x6c\xed\xd1\xef\x02\xd4\xcc\x9f\xaa\x95\x68\xeb\x5c\x66\xe0\xa4\x06\x5e\xe7\x87\xfb\x87\x87\x98\xdf\x2e\xf4\x6d\x83\xcc\x55\x6d\x5a\x66\x69\x9d\x81\x23\x1c\xce\xd2\xfd\x18\x68\x7d\x29\xd2\x59\x9a\x97\x88\x4b\xd5\xd4\xdc\x67\xa8\x3a\xae\x6b\x26\x51\x9e\x0f\xa3\x4b\x9b\xe6\x77\x18\x5c\xda\x34\xbf\xf3\xe0\xd2\x0d\x06\x57\xc8\xdf\x65\xe9\x9e\xcb\xdf\x7b\x74\xaa\xe3\x91\xd1\xc5\xd8\x91\x71\x8d\xa5\xc7\x93\x7d\xcb\x0b\x7b\x0b\x9d\x5e\xe3\x8c\x48\x7b\xfb\xc2\x3f\x84\x15\x59\x27\x60\xcb\x76\x5c\x48\x6c\xd8\xa9\x00\xd0\x1d\x5c\xfa\x89\x9c\x16\x69\x6d\x42\x04\x12\x4e\x93\xb9\x02\xc3\x8f\xda\xea\x4c\x96\xf9\xaf\x3e\xd3\x32\x9f\xad\xf3\x1d\x86\x61\xf3\xd9\x9f\x8e\xcd\x86\x30\x8f\xda\x37\xab\xc2\x7b\xd0\x91\xb6\xc3\x7a\x55\x58\x34\x6f\xb4\x6f\x30\x79\xce\x01\xf2\x8e\x2e\x0d\xaa\x9b\xba\xe6\x41\xc8\xe1\xa3\x67\x4f\xdf\xed\xbf\x7a\xf1\xe2\xe9\xcb\xb7\xef\x5e\x3e\x3d\xf8\xeb\x77\x8f\x5f\xbd\x31\x7a\x95\x5c\x2c\xdb\xcb\x5d\x90\xe1\xe0\x20\x85\x78\xb9\xbb\x5a\xa6\xbb\x62\xec\xf5\x34\x2f\xb3\xe7\x69\xd3\xfe\x98\xb7\xf3\xd7\x5a\x75\xe9\xc1\x98\x0d\xab\xe5\xe1\xee\xa0\xe4\xda\x28\x77\x76\x3e\x6d\x15\xe6\x22\xa7\xed\x2f\xaa\xe0\xe8\x6b\x48\x5c\x88\x7f\xdf\x3b\x26\x7c\xb6\x6a\xfa\xa1\xed\x85\x78\x71\xe9\x13\x26\xf0\xe3\x42\xf6\xce\xee\xc5\xcc\x49\x01\xff\xb2\x77\x2b\xda\x45\x1b\x1e\x89\x80\x24\x49\xca\x5c\xd0\x65\x0b\x4a\x4a\x6d\xfc\x62\xf6\xe4\xda\x3e\x2c\x0c\xdd\xc2\x46\xd3\x55\xd3\x56\x0b\x73\xf5\x11\x7d\x46\x33\xad\x65\xda\xca\xb7\x86\x12\x79\xe6\xed\xaa\x6a\xdd\xcb\xb8\x8f\x42\x9b\x9d\xb5\x15\xf8\xa3\xa8\x4e\x4f\x1b\xd9\xc2\x23\xe8\x20\xf2\xc6\x8e\xb8\x62\x42\x43\xd0\x0e\x9b\x2e\xba\x13\xec\xdf\x3d\x37\x93\xf4\x92\x4c\x1f\x98\xc1\xc2\xe3\x4f\x93\x34\x8e\xa3\x55\x1a\xf6\xab\x53\x7c\x6d\x4e\xa5\x2a\x43\x30\x1c\x58\x09\x44\xd0\xd3\x1e\x49\xc3\xd5\x9c\xe7\x70\x36\x23\xdd\x6c\x73\x1f\xb7\x69\xda\x48\x91\xc0\x02\x25\xbb\x94\xd9\xd1\x85\xdb\x32\x04\xb8\xc3\x92\xd8\x9c\xd4\x32\x3d\x9b\x94\x3e\xb2\xfb\x11\x44\xa7\xb5\x94\x87\x66\xbd\xb1\x27\xfd\x0d\x50\x5d\x45\x50\xc9\x32\xdb\x1c\x81\x61\x36\x21\x1a\x5d\xb2\x39\xaa\xb4\x1d\x9e\x57\x75\x16\x41\x95\xb6\x8a\xe3\x6c\x8e\xe9\x63\x6c\x54\x8a\x0d\xbd\xd9\x10\x8d\x66\xfa\x21\x96\xaa\x9d\x2b\xea\xeb\xc2\x80\x3f\x22\xf9\x7a\x64\x99\xb9\x10\x3f\x86\xee\xd9\x04\x51\xa2\xd5\x31\x39\xc1\x0f\x4e\x03\xf5\x19\x07\xc9\x8d\xde\x6b\x58\x95\x2e\xf6\xde\xdd\x1a\xfa\x55\xba\x1d\x63\xa7\x1e\xa3\x63\x8f\xb9\x5a\xad\x2e\x68\x7a\x1c\x35\x45\x3e\x95\xbd\x7b\x03\x31\xbc\x47\x9e\x6d\x8d\x7f\x9e\x4c\x9a\xbb\x5f\x69\x6d\x0c\x82\xf2\x11\xb2\xb7\xe1\x3f\xd9\xb3\x4b\xd4\x91\xd3\x73\xc5\xb2\x4f\xa1\x0d\x79\xd1\x86\x85\x75\x3e\x9b\xd3\x8a\xb1\x47\x9d\xf0\x14\x5d\x63\x30\xef\xd2\x7f\xee\xa9\x2e\xf5\x7b\x47\x3f\x1f\xdf\x9d\x4c\x0e\xfb\xf8\xf3\xab\x71\x3f\xd6\x2b\xa8\x63\x79\x7c\xa4\x6f\x08\xb0\x13\x01\x30\xfd\x43\x88\xaf\x23\x61\x71\x7c\x5a\xeb\x58\x5b\x80\xb8\xc9\xc2\xca\x42\x4e\xf1\x4d\xa8\x99\x1b\xd7\x2b\x7d\x4d\xef\x9f\x01\xee\xdc\x30\x56\x0e\x13\x00\x0c\x28\x99\x5b\x7a\x9d\x31\xdf\x4b\x3a\xa1\xdd\xc8\xdd\x85\xbd\xbe\xb5\xf2\x8f\x16\x70\x95\xaa\xd3\xe9\x99\x6c\x03\x70\xfd\xbd\x09\xf2\x64\x78\x07\x11\x74\x09\x08\x4f\xfd\xd1\x80\xb7\x56\x32\x1c\x26\x9c\x48\xe1\x1c\xf7\x50\x19\x9e\x4d\xee\x81\x34\xcf\xe7\xcb\x20\xac\x5b\xbc\x66\xd8\x8c\xe9\x37\x26\xc1\x0e\xee\x71\xaa\x3a\x39\x6f\xf1\x1e\xdc\xe0\xbb\xdf\x47\x61\xc6\x87\x5b\x7a\xc0\x7d\x32\x23\xe4\x34\x42\xae\x81\x53\xa2\x5b\xa4\xd8\x1f\x8a\xa4\x9f\x88\x5d\x91\x1c\x27\x31\xd3\xaf\x37\x6b\x90\x11\x57\xad\x06\xf3\xe0\xff\xf8\x05\x3a\x95\x5c\x45\xdb\xb7\x40\x24\x2c\x5a\x98\xb3\xc2\x75\xe5\xbe\x6f\x3c\x83\x41\x44\x82\x1e\x68\xb2\x55\x22\xb1\x96\xfc\x06\x1e\x89\x78\xe1\x0b\xfc\x6c\x47\x5d\x2e\x06\x8c\x43\x0b\xcf\xbf\x80\x7b\x15\x44\x67\xcf\x08\x3e\x76\x57\x73\xbf\x86\x20\xe9\x52\x0c\xe5\x55\x14\xa5\x93\x2e\x4e\xd2\xe9\x59\xcf\x10\x61\xb5\xf4\x3c\xda\x35\x43\xf7\xc2\xf0\x7a\xe3\x8a\xb6\xbb\xeb\xb7\x6b\xb6\xae\xe7\x53\x18\x59\x68\x8b\xc4\xac\xf8\x91\xbf\xf4\x43\xb1\xc3\x25\x1e\x47\x40\x34\x53\x9b\x58\x47\x37\x31\x9e\xc1\x2e\x70\x36\x11\xc7\x44\xf4\xcd\x64\x87\xa0\xe7\x4f\x66\xac\x73\x2e\x46\xdb\xaa\x9c\x16\x55\x23\xb3\xc7\x08\x61\x20\x59\xe4\x35\x85\xd1\xec\x43\xdf\xf3\xc8\xa3\x60\x3a\x5b\x94\x43\x75\x64\x9e\xf2\x94\x97\x40\xed\x39\x26\x2c\xcc\x8e\x1d\xea\x60\x54\x13\x90\x3d\x81\x35\xb8\x8f\x2e\x80\x77\xb0\x31\x6e\x40\x94\x61\x6a\xb1\x0d\x77\x6f\xf4\x8d\xea\x0a\x53\x80\xfe\x58\xd5\x19\xdf\x62\xec\x25\x0d\xd9\x80\x56\x51\x20\xbd\xe3\x61\xa0\x36\x3f\x6b\x9b\xa3\xed\x63\x2a\x0a\xc5\x4e\x56\x22\xb2\x3f\x2a\x33\x2d\x9a\x35\xcf\xea\x6a\xf1\xb4\xf4\xba\x6c\xfc\xe7\x74\x13\x89\x39\xbb\x13\xd3\x5c\x5c\xb9\xf3\x0e\xe9\x75\x13\xd9\x21\x54\x10\x2b\xc3\x8d\xc6\x0b\xce\x25\x18\x97\xa7\x93\xce\x1c\xb1\x2b\xc8\xa3\xed\xe3\x08\x73\x0f\x34\x4f\xca\x63\xf8\x42\xb1\x0d\xbb\x81\xe8\x6a\x05\x40\xd5\x38\x4a\xb0\xf0\xe7\x3d\xf8\x73\x9d\xf1\x00\x6b\xda\xb1\xb2\x3d\xa7\xe6\x61\xfb\x18\x77\x05\xe8\x1f\xde\xe6\xe5\xd3\xa0\xe3\x7f\xae\xa7\x57\x4e\x3d\xa7\x55\x2d\xad\x86\xd7\x8c\x9a\x79\x7e\xda\xf6\xfa\x56\xb4\xbc\x0a\xc7\xcf\x2e\xba\x03\xe1\x3d\x4a\xa9\x78\x55\x65\x65\xbf\x6b\xb8\x0a\x7d\x1a\x48\x26\x21\x2e\xeb\xec\x7a\xb2\x8e\xe6\x27\xec\x9b\x63\x27\xec\x20\x08\x95\x22\xda\xdd\xb5\x73\xb2\x5e\xbe\xf5\x84\xbe\x8d\x06\xcd\xd9\xa8\x69\xd3\x93\xf0\xb4\x44\x18\x3d\x37\xc3\xce\x44\xf5\x76\x3e\xec\x40\x18\x09\x9b\x01\xaa\xd3\x17\x5d\xe7\x46\xa3\xd2\x68\x7d\xbb\x6c\x40\x78\xb8\x4d\x8f\xe3\xf7\xa7\x1b\xf5\x38\x76\xfd\x6f\x17\xc9\x76\xf2\x9d\x8d\x62\xc5\xbf\xb3\x4c\xc3\x31\xb2\xa7\x55\x42\x1a\x20\xe5\x5a\xd3\xdc\xf1\x39\x03\x7a\x15\xd7\x4d\x7b\x68\xb3\x74\x11\xa1\xbf\xb4\x3a\xe4\x35\xcb\x5f\x12\xbd\x36\x42\xef\x50\xec\x9d\x97\xee\x5b\xc7\x71\x49\xba\x45\xb4\x06\x4b\x5b\xfe\x48\xf4\xdd\xa9\x9c\xce\xe5\xf4\xec\x45\xde\x34\x32\xf3\x6c\x36\x4d\x3f\xea\xc3\xb7\xa1\xa5\x33\x10\x15\xf2\xe3\x90\xb8\x77\x8e\x79\x86\x65\x5c\xc6\x5b\xee\xc2\x3f\xa4\x79\x5b\x16\x88\x8c\xa1\x7f\x23\xfe\x52\x67\xa2\x3d\xb8\x68\xe6\x0e\x0f\x18\xa6\xce\x3b\x40\xc5\x96\x86\xe2\x7b\x46\xd7\x84\xe5\x10\xac\xbb\x8e\xea\x68\x47\x7d\x1c\xb1\x6d\x79\xdd\xac\x74\x4c\x0a\xe8\xad\xfa\x32\xdd\xac\x38\xd0\xee\x76\x3f\x98\x1a\x2f\x4d\x9e\x5d\xd6\xf7\x62\x4f\xe4\xf7\xc5\x7b\x25\x65\xde\x17\xef\xbd\xac\x2c\x8c\x45\x43\x53\x47\xef\x63\x62\x5e\xd3\xd6\x3a\xf5\x9d\x0b\xb8\x7b\xcb\x04\xdc\xf5\x82\xdb\x01\x59\x07\xea\xd6\x3a\xbd\x48\xe8\x01\x40\x07\xf0\xd4\x3e\xda\x39\xc6\xf5\x89\xf2\x9b\x6b\xbb\x14\x73\x02\xe9\xa6\x2e\xd1\xbd\xb4\x81\x7c\xdc\x98\x7e\xc6\xa5\xd3\x28\x93\x8f\x89\xc7\xf6\xfb\xc6\x47\x1a\x63\x54\xf3\xb4\x51\x6c\x99\x10\x86\x4b\x5b\x10\x69\x32\x0f\x9b\xa3\x6c\x58\x63\xeb\xe0\xb0\x96\xa3\x53\x36\x64\xbd\xfa\x73\x75\x7a\x8c\xde\x57\x79\xd9\x4b\x9c\x0e\x1f\x67\xa4\x57\x71\xa1\x15\x3d\x8c\x06\x0c\xff\xb4\x2a\xa7\x69\x6b\xf6\x6a\x44\xbc\xf7\x0e\x11\xe3\x96\x6e\xc2\xdb\xab\x33\xf5\xce\x1d\xd1\xad\x12\xa1\x44\xbc\x96\x43\x0a\x4f\x27\x60\xf6\xe1\x0e\xb9\x18\xaf\xc1\x7a\xd4\x9e\x86\xf7\xe0\xbe\xa5\x73\xa7\xef\x8d\xc0\x5d\x97\x07\x72\xee\xaa\x54\x85\xd9\x23\x6c\x9f\x48\xd7\x91\x37\xbc\x71\xe3\x1e\x11\x64\x2e\x97\xc4\x8a\xb6\xac\xe5\x07\xf7\x0b\xce\x93\x40\x4e\xf7\x0c\x6f\xd5\x52\x46\xcc\x71\xe8\xe8\xe5\x1d\x9a\x9e\x2d\x8e\x9d\x9f\x5f\xee\x7e\x44\x43\xfa\xb6\xb6\xb8\x94\x79\x8d\x45\xed\xf3\x4d\x65\xd4\xa2\xa3\x28\x2f\xaa\xe5\x77\xb6\xd4\x61\xff\xfa\x62\x66\x11\x8f\x35\xfd\x66\xbb\xda\xc6\x37\x00\xf7\x8e\xfb\x81\x5c\xd9\xa5\xb6\x05\x9c\x6f\x53\x93\x99\x26\xc9\xcf\xc1\x15\xd8\xca\x74\xf4\x91\x74\xd1\xb9\x72\xea\x7f\xb0\x53\xf0\xb2\x9e\x40\x06\x71\x30\x75\xca\x06\x84\x3a\x82\x4a\xc7\x1c\x42\xef\x06\x00\xbc\x73\x07\x2a\x58\x99\xb7\xe3\x28\xf5\xd1\x0e\x87\x31\xc4\x57\xfc\x27\xba\xf1\xc8\x0f\x11\x6c\x1b\xac\x25\x74\x0b\x55\x61\xf8\xd3\x5b\x55\xaf\xb5\xab\x60\xc5\xd7\xde\xf5\x79\xeb\xc3\xfa\xa7\xe7\x97\x99\xca\x83\x66\xc2\x8a\xdd\xd5\xfc\x33\x7a\x13\x26\x64\x23\x09\x73\x02\x5b\x7b\x48\xdf\xdc\xae\x83\x7d\x66\x21\x4c\x09\x6d\x45\xcf\x66\x78\x61\xf9\x52\x1f\x2f\x9d\xc8\x0f\x95\x9a\xcf\xd1\x87\x67\xb0\x76\xd4\x1d\x08\x0f\xce\x58\x61\xf8\x8b\x69\xcd\x95\x35\x01\x06\x9b\xe0\xd8\x13\xec\x3f\xeb\xaa\x90\x11\x90\xf5\x3c\x08\xe6\x75\x9d\x16\x4a\x65\xe2\x8e\xc7\x08\xf1\xc9\xf4\x2e\x13\xed\xe1\x96\x24\x11\x25\x56\x71\x1f\x7f\x79\xc2\x90\x35\x1d\x16\x38\xef\x46\xcf\xee\x13\xdf\x25\xd3\x54\xd5\x98\x8d\xf7\x2a\xfb\x1a\xb1\x45\x50\x18\x1e\x05\xda\x92\x8c\xf9\x10\x8a\x12\x11\xc7\x0e\x52\xca\xd0\xc2\xe4\x89\x3d\xaf\xaf\xa4\xe8\xd3\x27\x90\x6b\xb6\xe8\x72\xd2\xa6\xa8\x67\x49\xc7\xc8\xe3\xd1\x4d\x4c\xe9\x0d\x0f\xa3\x98\xb7\x0b\x6f\x28\x4e\x2f\x5a\x1e\x93\x17\x4b\x08\x21\xb7\x5f\x54\x0d\xbf\xea\xf7\x96\xb3\x23\xf5\x91\x3f\x26\x6e\xfe\x2f\xaa\xe9\x59\x90\xa2\xe5\x5f\x80\x00\xbe\xcc\x12\x9b\x08\x7b\x11\xd7\x11\xe6\x82\xd3\xe5\xa4\x12\x9f\x01\xcf\xcc\x48\x93\x23\x31\xb8\xa3\xce\x69\x62\x9c\xca\x9c\x8f\xe6\x10\x1e\x39\x11\x01\xdc\xd0\x40\x99\xc0\x1c\x85\x6a\xc4\xd5\x79\x79\x18\x8d\xa7\x1e\x07\xe1\xfc\xb9\x8b\xb7\x85\xcc\x8a\x4c\xdf\x78\x2c\xbe\x93\xc5\x52\xd6\x8d\x7b\x66\x62\xa8\x1b\xdd\xa0\xba\x9e\x2d\x3a\x2f\xf2\x57\x00\x67\xc0\x11\xd8\x7f\x93\x82\x85\xd6\x17\x1d\xdd\xaa\x96\x55\x13\x7f\xbc\xa7\x0a\xa6\x55\x11\x76\x97\xa8\x21\x5e\xef\x38\xfd\xab\x13\x9a\x84\xef\xa0\x81\xe8\x69\xce\x0c\x74\xf8\x0a\xb6\xb5\x46\x6d\xbb\x05\x43\xdd\x25\xc3\x66\x34\x1d\x98\x0d\x23\xab\x12\x5f\x91\x48\xc4\x7d\xa7\xb7\x77\x3b\xc1\x91\x28\x0e\xf4\x99\xcf\x06\x37\x2d\x00\x32\xf0\x94\x35\x23\xac\x73\x3b\x9d\x2b\x37\xcf\xf7\x13\x92\x80\x04\x02\x3a\x30\xd1\xc5\x58\x33\x07\x5a\xf9\xc3\xaf\xb1\xb7\xbc\x88\x5f\xfd\xbd\xc5\xb3\x91\x75\x9a\xff\x3a\x1c\x1e\xb8\xc8\x4d\xcc\x12\xf0\xc1\xed\xc6\xf5\x1a\xbb\xb0\x83\xe1\xef\x03\x62\x62\x7d\xd4\xaa\x62\x78\x84\xee\x35\xec\x7f\xf1\x90\xff\x56\xc2\xf7\xae\x48\xc0\xb5\x86\xd8\xd3\xb8\x55\x37\x87\xd0\x2b\xb4\xea\x56\x77\x55\xb8\x99\x8d\xba\xae\x1e\xa9\x0e\x1d\xc3\xa0\xe3\xe5\xaa\xd5\x58\x28\x3b\xfd\xfc\x1d\xec\x08\xc3\x1d\x6d\x44\x1c\x84\x9a\x42\x74\xbe\x62\xa7\x1a\xfe\x0f\xe9\xa7\xc3\x49\x30\xf4\x63\xe0\x57\xfd\xf1\xa6\xd6\xc8\xe8\x9d\xad\x71\xbf\x36\xbc\xd8\x56\xd8\x3d\x8e\x5f\xa7\xe7\x6e\x2b\xd4\x32\x5b\x4d\x65\xaf\x97\x42\x6c\x05\x78\x2a\x95\x16\x85\xd8\x02\xf3\x14\x49\xad\x4c\x98\x80\x7d\x27\xf7\x11\xbb\x32\x00\x8c\x57\x01\xc7\x08\xdf\xd3\x99\x58\xab\xd7\xdc\xd0\xd2\xfd\xac\x44\x68\x30\x58\xbc\x65\x3b\x3a\x60\x34\xd7\x5d\xa8\x51\x34\x1b\x5e\xd5\x1b\x09\xde\xd5\xf3\x8c\x83\x91\xc2\x8e\x7b\x08\xdb\x5d\x7a\xc1\xaa\x4d\xb5\x84\x87\xf2\x77\x47\x81\x20\xb0\x46\x49\x89\xcc\x9c\xbb\x78\xf9\x9c\x09\xfb\x3d\x6e\x63\x3c\x39\xa5\xf3\xaa\x75\xfd\xf8\xff\x0d\x12\xcb\xef\x43\x0d\xe1\x45\x0e\x7b\x0e\x14\x0d\xfc\xc7\x4e\x2b\x05\x8e\x07\x16\x1b\x9a\x1f\x84\xc2\x05\x03\xb4\xc7\x96\xbf\x62\x66\x3d\x97\xc0\x59\x75\x26\x3d\x6f\xba\x48\xfe\xb7\xae\xa8\x4d\xcc\x8c\x4c\xc7\x41\xec\xa1\xdb\xd1\xb3\x7e\x40\x0c\xb2\x76\x8c\x47\xf9\x40\xc8\x42\x2a\x52\x3c\x86\x0c\xdc\xd8\x23\x59\xb6\x75\x2e\x9b\xa8\xb9\x54\x83\x77\x1e\xcb\xf1\x83\xb9\x17\xb7\x85\xc6\x82\x6b\xf8\x55\xfb\x1d\x55\x87\x5d\x55\xdd\x54\xb0\x2b\xa4\xd8\x7d\x38\x9c\x00\x11\xdb\x15\xfa\x00\x55\xab\x93\x42\xee\x47\xdd\xd1\xd9\x13\x5b\x62\x57\xb3\x17\xe1\xf0\x75\xe7\xd8\x3e\xde\x9d\xe5\x59\xe8\xc2\xc6\xc3\x24\xad\x7d\x63\x9b\xc7\x0e\x3e\x37\xdb\x54\xfe\x88\xed\x0d\x5f\x6e\x1c\x8f\x31\x7d\x9f\x96\xf8\xbb\xbc\xc3\x9c\x60\x6d\xa3\x7b\xc7\x22\xb1\x26\xdf\xeb\xfa\x66\x75\x5c\xfe\x39\xf7\x90\x42\x17\x1d\xdd\x3b\x26\xb1\x54\xa3\xc5\xe4\x69\x3c\xf5\x36\x8f\x38\xab\x6c\xde\x3f\xa8\x2a\x60\x79\x22\x8d\x53\xaf\x94\x68\xef\x18\xc0\x16\xf9\xb9\x73\x6c\xf6\x6f\xb4\xc7\x31\x65\x7e\xf3\x4e\x9b\xda\xe2\xaa\xb3\xd3\x6b\x3b\xbc\x76\x32\x99\x41\xa0\x43\xbf\xf3\x2c\x20\xc4\x2d\xb9\xa3\xf3\x84\x12\x14\xe2\x64\xe0\xf4\x3b\xa3\xd0\x99\xe0\x09\xc6\x41\x2c\xd8\x65\x9b\xce\xcf\x13\xa8\x89\x2c\xf1\xb7\xcc\x8f\xbd\x3d\x5b\xb7\x90\x5d\xb7\x64\x9b\x76\xf6\x11\xbe\x57\x83\x37\x81\xd5\x0a\xa3\xbc\xfd\xce\x9d\xee\x72\xd3\x18\xdf\x35\xf7\xcd\x77\xc7\xb6\xff\xe3\xb1\xf8\xae\xaa\xce\xe0\x68\x38\x4c\x4f\xa5\x7e\x0f\x46\x8f\x9e\x35\x17\x9a\x94\x7c\x98\x55\x22\x72\xed\x69\xfd\xa6\x81\x37\x02\x63\xea\x5b\xe7\x63\x87\x06\x02\x6a\x42\x1c\x3e\xff\x3c\xf3\xce\xb0\xf7\x98\x2c\xac\x2a\xd1\xab\xe4\xbd\xf6\x2a\x79\xbf\xce\xab\xe4\x7d\xc4\xab\x84\x5f\x6d\x33\x5e\x6d\xfa\xb2\xb5\xe7\xa7\x87\xb4\xbd\xdc\xdb\x13\xf7\xfa\xeb\x1e\xd1\x8c\xc7\xe2\xe0\x14\x5e\x83\x62\x5f\xf2\x46\xa4\xc0\x8f\x06\x42\x8e\x66\x23\xf1\x8b\x73\x08\xf9\x65\x20\x7e\xa9\x65\xf6\x8b\xa8\x6a\x91\x96\x97\xf8\xd0\x41\xe9\x08\x79\x06\x6a\xbe\x52\x5e\x93\x46\x07\x23\xb3\xd8\xdf\xce\x65\x29\xce\xa5\x28\x25\x3e\x6a\xb5\x8f\xd6\xf5\x16\xc1\x28\x97\xa2\x9d\xa7\x2d\xb4\x8b\xfd\x18\x89\xa3\xaf\x8f\x55\x67\x14\xdc\xe4\xb6\x2c\xb3\xc9\x6d\x0d\x0f\x79\x83\x35\xb0\x6b\xe6\x51\x99\x89\x13\x39\x4d\x57\x8d\xb4\xad\xe5\x2d\x45\x5e\x95\x50\x92\x55\x62\x6b\x47\x75\x64\xa6\x16\x6e\xae\x43\x6d\x54\xa5\xe9\xf2\x75\x3b\x06\x49\x4d\x58\xeb\x87\xdb\x2d\x31\xdf\xb3\x87\xee\xfd\xa3\xe2\x78\xbb\xde\x13\x48\xb3\x2f\xe2\xcf\x65\x0d\xad\x77\x3d\xd2\xff\x8c\x04\x11\x37\x79\x2a\xfb\x3c\xfd\xf5\x32\x96\x91\xac\x48\x7f\xbd\x1c\xba\xb4\x64\x37\x8a\x17\x40\xf2\x87\xd1\x90\x01\xe6\xf3\x4d\x33\xaf\x29\xd1\xf4\x6f\x87\xaf\x5e\x72\x30\xf3\xd5\x0e\x5a\x87\x28\xf5\x46\x6c\x03\x97\x22\xd4\x8f\x98\xc0\x25\x4c\xe2\x06\x59\xa8\xbf\xec\xb3\xe0\xce\x3c\x6f\xa3\xf7\xcd\x26\x91\x13\x8a\x6b\xd2\xc9\x61\x40\xbb\xc6\x5f\xb8\xbc\xd9\xe0\xed\xf1\xf5\xef\x96\x75\xa4\x11\x52\xaa\x8e\x1e\x3f\xa2\x03\x3e\x2e\xef\x8d\x46\xa3\x65\xb1\x9a\xe5\x96\x1d\x83\x70\x8a\x5f\x98\xef\xaf\x12\x4f\x79\xb8\x4d\x0d\x75\xb4\x4d\x9c\x35\xf5\x37\xb1\x27\x5c\xa9\xde\x44\x2c\xcc\xbd\x8b\xb6\x62\x5a\xd7\xbb\x4c\xf7\x4b\x77\x4a\x29\x53\xb6\xc7\xf0\x05\xa2\x51\x0e\xc0\x9a\x9b\xa7\x45\xfe\xab\x34\xe1\x56\xc6\x63\x21\x9b\x22\x2f\xdb\x61\x96\x37\xe9\x49\x21\x87\x8a\x73\x0c\x21\x26\x53\x59\x0d\xa7\x55\xd9\x54\x98\x32\x1c\x8f\x12\xf8\x89\x0f\x17\xe0\x4f\x88\x6f\x4f\x0f\xb6\x0d\xb1\x09\x86\xc0\x32\x22\x70\x9e\x21\x8f\xfc\x93\x5d\xe1\x0d\xed\x3c\x6d\x44\x26\xd5\x71\x0b\x29\x2c\xc5\x8b\x7c\xa6\x77\xfe\x6c\x95\x67\x72\x77\x32\x29\x59\x98\x80\x64\xde\xb6\xcb\x66\x77\x3c\x96\x1f\xf2\x62\x91\xd6\x6d\x9e\x96\xf0\xda\x74\x3c\x9d\xd7\x55\x99\x4f\x0b\xd9\x8c\x4d\xcc\x80\x6f\x86\xd8\xca\x70\x61\xb0\x26\x84\xa5\x85\x41\x34\x9e\x3f\x7a\xf9\x57\x54\x40\xf8\x37\xf6\x18\x6d\x5a\x26\xeb\x13\xbb\xfc\x13\x89\x89\x74\x93\x19\xec\x98\xc3\x70\x16\x61\x1e\xff\xdb\x7f\xf8\x8f\xff\xed\x7f\xfb\x4f\xfe\x74\xfe\xd7\xff\xf4\x7f\xfe\xe7\xff\xfb\x7f\xfa\x2f\xff\xcb\xff\x31\x12\xff\xf5\xff\xf9\x1f\xff\xcb\xff\xfe\x7f\xfd\xbf\xff\xf1\x3f\xfc\xe7\xff\xf9\x7f\x0d\xa6\x91\x4c\xe4\xf9\xf9\xf9\xe8\xfc\xeb\x69\x2b\xa7\x73\x98\xc7\xb6\x5a\xe6\xd3\xf1\xbd\x7b\xf7\xfe\x6c\xad\xa5\xde\x1d\x9a\x70\xe4\x08\xaf\xb7\xab\x5a\x6d\xa0\xb4\x9e\x71\x61\xa6\xad\xd3\xb2\x39\xad\xea\x05\x70\x5c\x42\xab\x16\x5a\x1f\x66\x0e\xce\x84\x09\x7a\x6d\xe8\x5e\x0d\xbd\x13\xea\x07\x59\x37\x78\x46\xf0\xcd\xd4\x1f\x7d\xc0\x12\xa6\xc6\x11\x04\x44\x32\xb3\xce\x9c\xea\x47\x3c\x77\xa2\x1e\xe3\x40\x24\xba\x5d\x97\x3a\xd1\x4b\x9c\x88\x46\x51\x8c\xc0\x64\x3c\x44\xcd\x0c\xf9\x19\x3a\x88\xb7\x22\xce\x6b\x9f\xbc\x87\xaf\x6a\x93\xbc\x8f\xee\x7d\x0c\x2a\xa3\x0b\x5e\x41\x36\x45\x5c\xf6\x57\x34\xf4\xa3\x0b\x54\x00\xac\xed\xc8\x74\x80\x80\x1e\xf7\x0d\xfa\x00\x25\x4f\x68\x81\x3d\x45\x04\x1e\x6b\xa2\xa7\x1f\x49\x0a\x61\xe9\x51\x33\x7e\x13\x4d\x43\x7f\x26\x67\xa1\xf9\xd3\x15\xea\xc3\x40\xfd\x43\x5b\x9a\xda\xf3\xcc\xe5\xc5\x79\xc0\x9e\x47\xdb\x14\x36\xae\x52\x6a\x0e\x38\xbf\x8e\xf6\x04\x8c\x54\x51\xd2\x45\xa4\x02\x7d\x52\x13\xa9\x55\xc7\x9b\xe9\x6a\x44\x47\x79\x08\xc0\xab\x2a\x3a\x8c\xcc\x49\x05\x41\xbf\x74\x11\xad\xe6\x2a\x06\x72\x17\xff\xe0\x00\xb9\xb0\x45\x7e\x11\x5c\x44\x70\xb2\x7f\xbb\x62\x2a\x2f\xbd\x76\x29\x27\x6d\x03\x6e\x08\xe6\x4f\x8a\xda\xac\xad\xfe\xcb\x15\x39\x51\x47\xff\xe5\x8a\xac\xf4\x82\x7f\xb8\x02\x2b\xb3\x98\x14\x67\xa6\xc0\xc8\x29\x07\x78\xfb\x68\xe1\x11\x8d\x87\x04\x97\xe8\x0d\x04\xd9\x30\x1f\xb5\x38\x81\x01\xa9\x26\xa5\x13\x3b\x5d\x14\x18\xbd\xe1\x74\x8d\x7e\x3c\xb8\x0c\x16\x52\xa2\xb3\x01\x66\x4c\x51\x67\x5a\xb6\x43\x93\x2b\x79\xbf\x2a\x9b\xd5\x42\xd6\x03\xf7\xc9\xa5\x0c\x66\x09\xdb\xd0\xf8\x30\x5c\xa4\xcb\xa1\x13\xda\x3e\x0a\x79\x91\x37\xad\xa2\x87\xe9\x40\xd4\x32\x05\x77\x08\xf5\x8b\x57\x3e\x25\x35\xb2\xbc\x46\x99\xe3\x7d\x95\x97\x1c\x6c\x99\xb6\x73\x4f\xae\x52\x7b\xfb\x71\xda\xc8\x3f\xff\xb1\xd7\xb4\x35\x91\xa9\x1e\xaf\x4e\x4f\x65\xed\xf3\x2a\xfc\x0a\xcc\x01\xd3\xc6\x26\x27\x50\x39\xe9\x7b\x01\x93\xb9\x91\x6f\x5d\x50\x76\x8d\xf9\x3c\x2f\xb3\xea\x7c\x94\xb6\xd5\x09\xf4\x64\x12\xc6\x6e\xa9\xe5\x87\xbc\x5a\x35\x2f\xd2\x65\x18\xc0\x25\x4c\x4e\x6c\x23\x6f\x42\xd6\xd7\x50\x09\x17\xc6\x02\x5a\x54\x69\x46\x72\x60\xbb\xb4\xb7\x5a\x6b\x63\xa1\x9c\x95\x78\x01\xd2\x05\x06\xbc\xb0\xd5\x06\x22\xc9\xd2\x36\xdd\xe5\xcf\xdf\xb5\xc1\xd2\x76\xe3\xa1\xfd\x73\x04\x45\xbb\xb1\x64\x12\xad\x8b\x03\x07\x7d\x7b\x91\x2e\x5d\xfc\x27\x34\x70\x13\xa9\x08\xdd\x80\x17\xe9\x52\x51\x46\x57\x40\x30\x06\xb3\xe7\x40\x98\xee\x6e\xdd\x44\x34\x60\x9f\x45\xbb\xd1\x64\xc5\x21\x48\x45\x79\x61\xbc\x70\x4c\xff\xf5\xbd\x93\xb5\xe9\xe3\x4e\x88\xc5\x43\x34\x65\xd1\x90\x88\xac\xd0\xa4\x6a\xf0\xf7\x57\xcf\xb6\xdc\x1d\x0c\x91\x21\x22\x3d\x3b\xcf\xdb\xf9\x7e\x47\x0a\xdc\x5b\xb7\x7a\xd1\xce\xf4\xfa\xda\x5a\xd8\xe8\x9a\xe2\xce\x9d\xcd\x00\x89\x53\x6c\x68\xcc\x72\xe4\x85\x07\xb5\x8e\xd4\xc3\xa7\x0c\x8b\xfa\x81\xd1\x9b\xa6\xab\x80\x84\xf8\xab\x93\xa6\xad\x7b\xdb\x03\x13\xa6\x55\xdf\x6f\xd9\x00\xb0\x13\x16\x10\xd0\x6d\x81\xef\xdf\x3c\xef\xd9\x6c\xef\x87\xba\x35\x3e\x2f\x5e\xb1\x0d\xcd\x38\xfe\x79\x32\x19\x4f\x26\x77\x27\x93\xe6\xee\x1f\x1c\xd4\x32\x2f\x67\xdf\xbf\x79\xbe\x37\x86\x9b\x64\xfd\xec\x84\xca\x76\xe1\x16\xe4\xc6\x36\xbc\xe7\xd4\xc9\xc6\x75\x1c\x91\xf5\x2d\xcd\x16\x74\x93\x18\x0c\xbe\x0d\x6e\x3c\x0e\xaa\x36\xc0\x13\x6d\x9b\x03\x3d\x9d\xcd\x40\xc8\x76\x3a\x72\x9d\x32\x8f\x3f\x41\x1e\x4a\x1b\x0c\xd2\xff\xea\xb4\x67\x2a\xb2\x47\xd8\x2e\x62\x87\x02\xb7\xef\x6d\xee\x8e\x13\xb3\xc4\xd4\x6b\x0f\x51\x3f\x10\xc3\x1d\x1d\x9e\x17\xfe\xa6\xaa\xcc\x58\x3c\xaf\x94\x1e\x06\x26\x27\x70\xae\xf5\x87\x21\xda\x4a\xa4\x1f\xaa\x3c\x13\xcb\x7c\x7a\x96\x97\x8c\x3a\x1d\xdf\x22\xbe\x7e\x9c\x00\x40\x72\x04\x0a\xc2\x0c\x65\x26\x54\x6f\x3f\xe2\xa6\x97\xc9\x69\x95\xc9\x03\xe0\x94\x9a\x13\xd0\x4b\xbb\xb4\x91\xfb\x73\x25\x5d\xb6\xdf\xd7\xb9\xd8\x13\xe3\x9f\x81\x55\xa6\xcb\x65\x91\x4f\x51\x82\x99\x8c\xdf\x37\x55\x79\x7f\x8a\x60\x7b\xab\xf6\x74\xf8\xf0\x9b\xfb\x78\xb6\x0c\xc6\x1c\xd7\x75\x48\xc2\x5a\xd3\xcf\x69\x9d\x22\x58\xad\xaf\xa9\x40\x89\xd9\xd7\xb6\x46\x82\xee\x88\x4f\x9f\x14\x96\x78\x18\x1e\xbd\xa9\x70\x1a\xbf\x7f\x73\xb0\x5f\x2d\x96\x55\x09\x31\x87\xe4\x45\x6b\x36\xf2\x1b\x39\x7b\x7a\xb1\x04\x5a\x7b\xa1\x76\x80\xd9\xd0\xb1\x90\x0a\x7c\xce\xbd\x7e\xe8\x49\x5c\xdb\x17\x22\x17\x7c\x4e\x1f\x90\xde\xa7\x55\xa6\x1f\x11\x92\xf0\x3f\x5d\xb3\xdf\x3b\xfa\x79\x70\xbc\xd5\x1f\x8c\x9d\x1f\x00\x1a\x4f\x15\xc3\x7f\x6a\xee\x5d\x9a\xd5\x52\x49\x68\x32\xa3\x19\x9b\x6d\x4b\x89\xd8\xb2\x3f\x7c\xfe\x02\x8e\xa4\x4a\x02\xe2\x8e\x74\xde\xf1\x06\x00\x6e\x1e\x9d\xf8\x85\x25\xdd\x67\xaa\x2a\xf6\xe6\x90\xca\x6b\x50\x7d\x20\x12\x45\x5b\xdf\x30\x69\x89\x70\x43\xbe\xab\xcc\xd9\x7f\x9a\x17\xfa\x5e\x9b\x9d\x03\x28\x5b\xf8\x72\x0d\xf7\x33\x8e\x3c\x5a\x20\x29\x59\x2c\x86\x04\x77\x39\xbf\x0e\x30\xda\xa9\xbd\x4f\x8f\x65\x75\x71\x28\xe2\x69\x40\x8d\x10\xf4\x3a\x05\xbf\x3b\xc8\xb0\x75\xea\x24\x07\xda\xc7\xd7\x69\x10\x50\x03\x23\x48\x2d\xa9\x30\x84\xab\x68\xc0\x29\x30\xf0\xf9\x45\xba\x8c\x04\xaa\xe1\x54\xc4\x4b\xe1\x0a\x32\x3d\x29\xa4\x62\x98\xaa\x05\xe8\xa4\x92\x33\x09\x85\xed\x02\x65\x99\x66\x83\xdc\x20\xe6\x7f\x3c\x83\x0e\xfd\xa1\x27\x53\xe7\xc4\xf7\x00\xbc\x6b\x76\x91\x97\x4d\x9b\x96\x53\x35\xbf\x81\xa0\x13\x5b\xa2\x50\xb5\x00\xe1\xce\x7e\x46\x12\x88\xf4\x7a\x93\x86\x2d\xce\x2e\xe2\x58\x8f\x17\x65\xe8\xc6\xf6\x22\x86\xe5\x6f\x87\xaf\x5e\x3a\x2b\x45\x8f\x08\xb8\xf1\xbc\xae\xdd\xcb\xc9\x18\x44\x64\x1d\xc5\x69\x55\x2f\xd2\xd6\x2d\x67\x74\x29\x3b\xf2\x2f\xb8\xe1\xc0\x41\x17\xf2\x4c\x13\x53\x85\x9c\x85\xfc\xb0\x0d\x13\x96\xf8\x00\xdc\x43\x8f\xd0\xbe\x83\xa1\x1b\x19\xb6\x92\x06\x83\x17\xa4\x86\x8d\x41\xc1\x40\x95\xf8\xd6\x2c\xbe\x93\x1c\x00\xf3\x3d\x86\xf5\xa2\x7b\x89\x6c\x79\xd5\xda\x2d\x96\x78\xba\x53\x10\x75\xb2\xb3\xad\xaa\x38\xa6\x92\x50\x1a\xc6\x78\x48\xec\x7a\x02\xfa\xee\x3a\x58\x6e\xdf\x57\x55\x1a\x09\x4c\x88\x44\x12\x59\x77\x21\xe6\x14\xca\x49\x49\x7e\x10\x55\x9f\x81\x74\xa8\xfb\x34\x55\xbb\x7f\x8f\x31\x3c\xaf\xea\x33\xef\x76\xeb\x06\x17\x61\x9b\x5d\x35\x75\x5f\xaf\x38\xd5\xd9\x18\x7e\x02\xc5\xd9\xdd\x80\x1c\x1d\xf3\x93\xf1\x83\x35\xda\x26\xdf\x8c\xfe\x38\xfa\x86\x86\xab\x73\xb5\xe0\x67\xa9\xb6\x55\x91\xff\x2a\xc9\xf5\x88\x73\x2b\x68\xcc\x67\x8e\xdf\xc3\x61\x2e\x71\xcc\xc3\x65\x8e\xf7\x08\x8b\x8f\xfb\xfd\x40\xb1\x9b\x50\x67\x00\x62\x2b\x8d\xe7\x6e\x66\xc7\x77\xe4\xe2\x68\x9b\x6a\x72\x48\x8b\xa0\x2e\x9b\xa0\xe0\x8a\x12\xad\xd2\x9e\x74\x00\xb3\xac\xbc\x9b\xd5\x00\x8b\x9f\x0f\xac\xa9\x38\xe0\x34\x8a\xfb\x51\xb2\x33\xd9\x55\x59\x28\xf3\x90\x79\x92\xda\x8e\x08\xbb\xea\x92\x69\x0d\x97\x97\x3f\xde\xd6\xa5\x19\x79\xaf\x45\x1c\x0c\x95\x98\xe0\x55\xd3\xe9\x75\xcc\xf5\x00\xa6\x55\xad\xfd\xd4\x1d\x62\x4f\xe4\xd1\x43\xc5\x56\x0c\xe1\x47\xd6\x38\x67\x59\x78\x44\xf2\x09\x33\xe6\x71\x56\x92\xdb\x4b\x46\x2f\xc8\x06\x19\xa9\xfb\x61\x48\xd6\xd5\xea\x16\x98\x62\xb9\xfa\xd8\x55\x4a\x47\x83\xf8\xd0\x23\xbf\x1e\x73\x5c\x0e\xfb\x0c\x44\xa4\x8b\x6a\x64\x70\x4b\xf0\xe9\x93\xc8\x49\xf6\xe9\xc0\xcb\xf0\xa6\x71\xee\xaf\x3b\xcf\x85\x48\x5e\x57\x4d\xbb\x7f\x78\x28\x70\x83\xc8\x46\x4c\xe1\x28\x14\x27\x52\x31\x96\x4c\xa4\x8d\xa1\xae\x91\x38\x28\x9b\x56\xa6\xd9\x40\x2c\x0b\x99\x36\x00\x10\x86\x2e\x17\x22\xa9\x4a\x89\x7e\x1f\x52\xa3\xd5\x59\x06\xc6\x74\xdf\x56\x4b\x38\x49\x54\x03\xd5\xaa\x55\xc7\x79\x16\x45\x96\x97\xe2\xb2\x5a\xd5\xc2\x74\xb4\x5e\x95\xa5\xac\x85\x61\xd2\x70\x66\x8f\x12\x5a\x6d\xb3\x27\xb8\xfe\xbc\xe4\x62\x4b\x24\x22\x6f\x84\x1a\x7d\x6a\x9b\xc3\xc1\x27\x91\x24\x41\x74\xc7\xdb\xe5\xbf\xe6\x40\xb4\x77\x02\xf6\x4f\x76\x18\xda\xe2\x49\xa9\x0e\x1d\x67\x51\xb7\x37\x7a\xf6\xaf\xfe\xa4\x34\xa7\xd7\x35\x60\x1d\xc7\xea\x75\x0e\x14\xe6\x6c\xd3\x47\x69\x78\xb0\x99\x26\x06\x90\xa9\xd6\xb3\x0e\xeb\x10\x3f\xee\x3e\x64\xe9\x06\x67\xcb\x75\x68\x7d\xfa\x0e\x95\xea\x8c\x5e\x70\x6f\x7d\xde\xb8\xb4\xf9\x68\x08\x84\x9b\x41\xcf\xcc\x6b\x74\x47\xbf\xc4\x4f\x0c\xef\x9b\xdd\x0c\xc6\x89\x97\x5e\xdf\xa5\xd5\x0f\x0f\xbc\x5b\x78\x7c\xf9\xcc\xc5\x4a\x9f\x4a\x97\xd7\xb7\xb8\xe6\x4d\xa4\xfb\xb4\x86\x37\x11\xb4\x56\x41\xeb\xa8\x17\xd2\xa6\x3b\x3d\xce\xed\x32\x2b\x52\xd7\x8b\x4e\x06\xd4\x8f\xac\x07\xf2\x30\x5d\xd3\x5a\xce\xcc\x45\x82\xb9\x83\x62\x53\xa4\xc4\xc8\xf8\x74\x5a\xa4\xa7\x79\xd1\xca\x5a\x07\x65\x21\xcf\x17\x09\xcd\x51\x7b\x29\x78\x36\xc7\x6c\xc6\xde\x22\xc5\xb7\x9a\xb9\xf6\xd2\x57\x53\x6e\x93\x99\x82\xdf\x90\x4a\xc5\x17\x33\x07\x7c\xe7\xea\x6d\xa3\x68\x58\x5e\xb4\xb2\xcc\x1a\x82\x35\xd8\x46\xf6\xce\xd2\x8c\xb2\x59\x2d\x65\x4d\xaf\x32\xed\xf2\x68\x2f\x79\x4c\xc2\x44\x08\x50\x8b\x72\xf0\xe6\xd4\xfd\x6d\x37\x95\xbd\xc3\x5e\x54\x1f\xe4\xfe\x3c\x2f\xb2\xde\x54\xfd\x77\xa0\x2f\x8c\x98\xb0\xc1\x12\xf9\x61\x8a\x6d\x00\x66\xf6\xd3\x5b\xfa\xa6\x49\x9d\xae\x08\x6f\x7d\xe4\x6d\xf3\xce\x0e\xbf\xe3\x1b\x75\xf0\xd9\xeb\xce\x71\xec\xa9\x23\xc9\xd8\x7d\x1c\xa6\x70\xf6\x73\x9c\xc1\x5c\x8d\x82\x91\xf5\xa3\xb2\x95\x1e\x74\x93\x2e\x96\x85\xc4\xe7\x0c\x41\x90\x1c\x35\x6b\x88\xd4\xab\xc7\xed\xc7\x80\x22\x62\xf4\x31\x8e\xfa\x72\x29\xcb\x2c\x7c\x24\x70\xdd\xec\xc0\xf2\x03\xee\xee\xa9\xd9\x89\x4c\x4b\xfc\x80\xb3\x19\xaf\x43\x94\xeb\x8d\x24\xd0\x1a\xc4\x3a\x02\xd9\x22\x18\xed\x46\x29\xfd\xa3\xaf\x59\x37\xeb\x49\x7c\xad\xa1\x09\xc6\xc4\xb5\x7c\x1d\xb2\x65\x7c\xa3\xf4\xeb\xa5\x66\x7a\x44\x16\xf7\xdc\x63\x30\xe7\x17\x63\x84\xba\x35\x55\x9d\xd8\x4c\x98\xa2\xcb\x8e\x66\xa6\x6d\x66\xb0\xf0\x10\x9c\x4b\xa7\x93\x8e\x17\xc7\x10\x51\xe7\x81\x10\x4f\xb4\xb4\x93\xf9\xc1\xc1\x09\xd8\x09\xe3\x83\x8f\xbf\x31\x83\x54\xb7\x97\xa2\xe5\x7b\xab\x42\xfe\x5e\x7c\x6f\x55\xc8\x9b\xf3\x3d\x75\x94\x98\xa8\xb3\xe1\x11\xa5\xba\x0f\x7e\x35\x69\x4f\x3f\x93\x46\x48\x76\x6b\xc8\x30\x80\xc3\x34\xd7\xd0\x6c\x14\x7e\x8a\x41\x3c\xe4\xbf\x8d\x7d\x7e\x30\x99\x34\x77\xc7\x7d\xb1\xeb\xc5\x85\x6f\xe4\xd2\x04\xd3\x17\x0f\x75\x50\x7d\x7c\xb0\x3b\x48\x4c\xcc\x82\x3a\x3d\xef\x25\x3a\x78\x48\x32\x10\x09\xee\xa1\x57\x4b\x69\x05\x54\xde\x05\xfd\x26\xb4\xc1\xf0\x67\x8d\x5c\xae\x37\xd8\xa0\xf7\x87\xfa\x2f\xa5\x1b\xf8\x18\xcb\xf6\x03\x9e\x3d\xea\x3f\x71\x21\x13\x73\xe2\x3c\x79\xfa\xec\xd1\xf7\xcf\xdf\xbe\x7b\xf3\xe8\x47\xf3\x60\x1e\x1c\xb1\x77\x45\xa2\x86\x36\x81\xa7\xf8\x99\x2c\xc1\x68\xa8\xe4\x7d\xf8\x84\x03\x7b\x22\xa7\xc5\x2e\xa6\x62\x26\x5f\x55\x8b\xe1\x57\x35\x09\x0a\x05\xfd\x06\xef\x65\x42\x50\xed\x60\x43\x0b\xc0\xf1\x9c\x7e\x80\x47\xd2\x8f\xab\xec\x72\x57\x24\xf8\x45\xdf\x3b\x3e\x97\xa7\xad\x6b\x47\x7f\x7c\x93\xcf\xe6\xe4\xab\xf5\x36\xdf\x35\x46\x3b\x9e\xdf\x67\x9a\x2e\xf3\x16\x0f\x17\xe7\x14\xe2\x2e\x97\x8f\xb6\x8f\x47\x6d\xf5\xfd\x72\x69\x83\x30\x42\xa4\x41\x12\x97\x8d\x78\x6d\x1c\x12\x95\x2a\xd8\x64\x27\xab\xbc\xc8\x88\x51\x1b\xa8\x43\x7f\x14\x7b\x42\xff\x35\xf1\x1f\x3b\x2a\x8e\x87\xcf\x53\x9a\x20\x86\x04\x73\x35\xc1\x8b\x54\xe3\x69\x62\x37\xe5\x91\x0d\x45\xc0\x13\xf4\x75\x29\xa2\xf6\x65\xd5\xa3\xc3\xb7\x78\xa4\xc0\x96\xf7\xb4\x41\x17\xdf\x80\xbb\x6f\x8e\x7c\xc0\xe4\x45\x7a\x79\x22\x95\xd6\x68\x9f\x31\x4c\xe7\x69\x39\x93\x56\xa9\x23\x7a\xe8\x28\xea\xdb\x19\x8c\xb3\x5a\xda\x61\x7a\x23\x0c\x66\x6a\x42\x9f\x25\x69\xcf\x34\x88\x20\xc1\x57\xa1\xca\x2e\x5d\x60\x09\x23\xa3\x55\xd5\xf5\xb0\x24\xda\x83\x0b\x6e\xd2\x67\x6b\x1b\x94\x4e\xc2\x74\x2b\xac\x19\x8c\xde\x70\xea\xf2\x2a\xb9\xc0\x4b\xea\xb3\xe2\x35\x84\xfe\x13\x72\xeb\x6e\xb2\x80\xf8\xd5\xe0\x3b\xa9\x07\x5b\x84\x71\x29\xd3\xd7\x64\x7c\x57\x31\x38\x68\x7e\x8b\x24\x27\xd9\xd2\xb8\xb7\x04\xde\xe3\xfb\x93\x05\x41\xc1\xbb\xc8\x14\x2e\xb3\x79\x60\x2b\xd2\x39\xc2\x42\xf1\x55\x08\x19\x90\x8d\xcc\x4a\x02\x34\x5b\x54\x8e\x0f\xff\xa0\x18\x2b\x0f\x10\x19\x06\x7d\xb4\x8f\x71\xc8\x36\xd0\xf8\xb7\xf6\xa2\x41\x3d\x3f\x7d\xe2\x51\x5d\x3d\x59\x08\xa4\x4f\x37\x58\x87\x2b\xb9\x9f\x44\xa6\xd6\x78\xb9\x04\x74\x66\x1e\xa0\x79\x74\x06\xcf\xf8\xf4\xc3\xb4\xd8\x38\x6d\xf4\xf6\x7e\x94\x12\x3b\x82\xce\x74\x50\x26\x85\xc6\x2e\x0e\x44\x02\x72\xf3\x24\xb0\x90\xa6\xf4\xcd\x5c\x7c\xb5\x75\x14\xcb\xe4\xdf\x25\x86\x8a\x9c\xcb\x34\x0b\x00\x49\x23\x66\x3d\x8c\x8f\x53\x07\x1b\x53\x87\xb4\x17\xef\x09\x4d\x78\xb1\xa0\x5c\xb7\xb8\x69\x99\xbe\xf1\x07\xaf\xf5\xbd\x58\xad\x49\xe9\xc9\xde\x3a\xba\x59\x58\x39\x11\x31\x5a\x70\xb1\xbc\x82\xf9\x26\x6b\x89\x38\x78\xe4\xb4\x58\x36\x21\xf4\xa0\xe9\x85\x71\xca\x6c\xe4\x24\x47\x7c\xe2\xa1\xa2\x39\x98\xa0\xff\x8f\xbd\x77\x61\x6f\xdb\x46\x1a\x46\xff\x0a\xa5\xcd\x51\xc8\x35\x2d\x4b\x76\xb7\x17\x31\x5c\xbf\x8e\x2f\x6d\xb6\xb9\xb8\x71\xd2\x34\x15\xf5\xba\x20\x09\x49\x8c\x29\x52\x25\x29\x3b\x8e\xa5\xff\x7e\x1e\xcc\xe0\x4a\x52\xb6\xd3\xdd\xf7\x7b\xce\xf7\x9d\x2f\x4f\x6b\x11\xb7\x01\x30\x18\x0c\x06\x83\xc1\xc0\x69\x1f\x68\xbd\x52\xb0\x1b\x88\x35\x42\x34\x87\x57\x31\xb8\xba\x9b\x01\x31\x5e\x75\xbf\x48\x98\x8b\x3b\x18\x80\x8c\xa6\x17\x44\x13\x39\x63\x96\x63\xd2\xea\x1c\xc7\xb8\x6c\x07\x80\xd4\x95\x70\x43\x91\xd2\xf0\x4b\x65\xbc\x6a\x20\xae\x97\xf1\xce\xb5\x79\xab\x69\xf4\xa3\xee\x00\x00\x4d\x69\x92\x34\x36\x3a\xad\x79\xaf\x41\xa6\xa6\xef\x09\x59\x1b\xf8\xbe\x96\x0b\x83\x4f\x0d\xcf\x78\x18\x57\x5b\x1c\x78\xa4\x31\x6a\x6a\xe1\xe7\xe0\x00\x15\x0c\x57\x09\x1b\x7d\x73\x75\xab\x0d\x9e\x46\x69\xcd\x77\x94\x1e\xc5\x84\xb7\xc8\xb1\x8a\x8d\x31\x31\x43\xe7\xc2\x4f\xef\x9e\x4a\x96\x01\xa9\xa6\x5d\x28\xcc\xaf\xb6\x59\x02\xfe\x33\xea\xe3\xd0\x98\x3a\xb5\xe5\x96\x8b\x87\x2d\x5d\x80\xf8\xa7\x5b\x66\xd4\xfd\x85\x5c\xee\x88\x87\xc9\x98\x4f\xdb\x4c\x8c\xda\x96\x75\xb5\x98\xd7\xd7\xd0\xcd\xd3\x26\x0b\x6d\x78\x77\xca\x6f\x32\xd7\x8a\x69\x45\x23\x73\x8c\xb4\x87\xd8\x41\x86\x13\x59\xf0\xd7\xf2\x59\x41\xcd\xa2\xef\x28\x2d\x28\x89\x6f\xad\x39\x89\x55\xa1\xfc\x46\x67\xf9\xc2\xd3\x93\x72\x66\x93\xdf\x64\x0d\x77\x4b\xf9\x94\x67\x6c\xf0\x4e\x2e\x0c\x6b\x0d\x33\xe6\x22\x7a\xa5\xd3\x78\x39\xd8\xcb\xab\xc6\x88\x86\x33\xb0\x62\x5a\x18\xd6\x7d\x3f\x91\x08\x6f\x29\xa3\x9a\x03\xae\x2e\x24\x99\x75\x7c\x71\xa1\xb7\xb1\xc3\xeb\x59\xaf\x81\x31\xd3\xac\xd2\xbd\xae\xe5\x39\x9e\xde\xf0\x14\x84\xc4\x92\x80\x74\xda\x0c\x31\x0c\xff\x69\x5a\x6b\xfe\x60\xb0\xfe\xe0\x0a\xa8\x24\xb3\xfe\x10\x72\xe3\x1f\x56\x39\xcf\x57\x69\x0c\x27\x2d\x79\x96\xde\x5a\xd5\x9c\x26\x05\x1b\x0f\x36\xac\xa5\xde\x58\xde\x56\xd5\x20\xd5\x54\x75\xa0\xfd\x50\xa3\x8c\xb6\xed\xed\x59\x67\x69\x4e\x2a\x26\x62\x20\x5f\x12\xf7\xce\x75\x07\x84\x1a\xa2\xe4\xb8\x69\x9b\xbe\x31\x8e\xc5\x44\x03\x7a\x82\xa3\x53\x56\xb7\x29\xb5\x42\x71\x33\x59\xea\x77\xb8\x5c\xc9\x1f\x01\x55\xef\xc9\x6b\xd5\xc1\xb3\x9b\x05\xb9\xe1\x06\xcd\x46\x10\x54\x41\x8d\x15\xdb\xc8\x22\xda\x74\xcf\x9a\x2d\x4c\xcc\xda\x8a\xb5\x4c\xd6\x16\x82\x63\x54\xa3\x47\x73\x5e\xd1\x6e\xd5\x82\x65\x8e\x58\x16\x3e\x57\xf9\x1c\xdc\xbe\x58\x2f\x68\x35\xcf\x63\xd0\x8b\x90\x1b\x26\xf3\x68\xbb\x4a\xa3\xb0\xf6\x6c\x3a\x96\x31\x3d\x76\x89\xa9\xaa\x67\xb0\xf1\x44\xc7\xe0\x81\x4d\x05\x23\x20\xe7\x86\xa4\x57\xa8\xd3\x37\x94\x7f\x02\x6a\xd2\x9c\xfd\x5f\xc5\x01\xea\xee\xba\x5a\xce\xe1\x1a\x63\xcd\xeb\xae\x43\x14\x4d\xba\x87\x38\xdb\xa9\xc4\xd7\xf9\x50\x9d\x33\x29\x26\xab\xfc\x19\x30\x30\xdb\x18\xec\x36\xa4\xe1\xb9\xbb\x5c\xa4\x12\x53\xe2\x81\x18\xb6\x24\xeb\xb3\x9a\x46\xe9\xd3\xd6\xa1\x4c\x6a\x9e\x34\x55\x8e\xbf\x86\x77\x81\x6b\xe7\x21\x14\x9c\x8a\x15\xed\x7f\x00\x05\x4d\x17\xe0\xb5\xee\x6a\x8b\xfe\xff\x82\xae\xbe\x00\xa5\x95\xd9\x4f\x56\xa5\x20\x21\x3c\x3d\xd1\x78\x62\x3d\xe1\xab\x50\x03\x8b\x1e\xda\x5f\x68\xac\x97\x33\x7e\xe0\xf9\xd0\x3d\x60\x9a\x2c\xd4\xd7\x56\x03\xf1\xed\xf3\x0c\xcd\x63\x09\x6e\x97\x60\x28\xeb\xb7\xb3\x46\x4b\x2d\xc2\xa0\x35\x34\xca\x81\x6f\xaa\xca\x06\x45\x9a\xd3\xc6\x10\xa0\xd4\x18\xfe\xb6\x3b\x64\x56\x59\xd1\x35\x85\xbc\xfa\x10\x04\x17\x7b\x33\xc3\x55\x9e\xd5\xe2\x9a\xc8\x18\xc6\xaf\x18\xcf\xe7\xba\x6a\x50\xe7\x7f\x0f\x11\xb1\x70\x12\xd7\x42\xcc\x5f\x8d\xd8\x1a\x45\xd7\x8f\x48\x94\x6b\x45\xf5\x8e\x04\x20\xda\x69\x67\xbe\x35\x04\x8e\xff\x3b\x08\xb2\xc9\xce\x93\xbd\x1a\x12\x37\x0d\x99\xe0\xbe\x29\xf1\x30\xa3\x6d\x48\x81\x35\x09\x38\x5b\xa5\xa9\x14\xfa\x4f\x80\x8b\x05\xf5\x7d\x30\x14\x6d\x01\xf5\x00\x4d\x6c\x1e\x37\xcc\xac\xd2\xaf\x19\x63\x96\xff\xff\x0e\xf0\x5f\x1b\xe0\xb7\xdc\x51\xc5\xff\xd2\x01\x86\xa3\x89\xff\xc0\x1a\x64\x0b\x86\xab\xd8\xeb\x7a\x8d\x85\xd5\x01\x69\xd2\x34\xd4\xfa\x0b\x2c\xf5\x01\xd2\x78\x3c\x71\x7c\x35\x79\xb4\xdb\xd2\x3f\x92\xa3\x6a\x63\xf9\xc8\x21\x7c\x90\x07\x83\x97\xb3\xff\xbc\x00\x51\x7f\x26\xa3\x39\x4e\xb8\x63\xff\xaa\x61\xaa\x09\x1d\xff\xff\x19\xa5\x37\x4b\xfa\xef\x08\xba\x4a\x15\xf7\xa0\x18\xdb\x78\x47\xe1\x7f\x58\xb2\x3b\x7e\xbc\x0c\xff\xd8\x75\x01\xd5\x56\x5f\xb5\x30\x40\x11\x93\x2a\xca\xd1\xa4\x21\x00\xfd\xf5\x9e\x6e\xdd\x72\xde\xa3\x19\x52\x47\x70\xad\x3b\x90\x7f\x63\xbd\xaf\x41\x6e\x71\x8f\xfd\x18\xe0\xc7\xca\xb7\x53\x0d\xfe\xfd\x1a\xa1\xbf\xb8\x8e\x7d\x5d\xdb\x18\x5b\x6b\x68\xfa\x40\x45\xba\x9a\xd6\x55\x59\x22\x29\xa6\x4b\xb8\xd8\xc5\xef\x32\x73\x7d\x37\x2b\xd0\xeb\xb1\x72\xda\x3c\xc2\x3b\x09\xaa\x4d\x58\x54\x77\x36\x87\xf5\xb0\x52\xc6\x03\x12\xfa\x0e\xfa\x21\xce\x25\x4c\xc4\xb2\x96\x23\x3f\xde\x5b\x4c\x36\xd5\xd0\x18\xd7\xf6\xaa\xb3\x54\x94\x97\x15\xd8\x3f\x0c\x3c\xfc\x7a\x86\xed\xc7\xd0\xce\x8e\xa3\xbc\x71\xeb\xbb\xa7\xad\xc6\x42\x2d\xd3\x5a\x3f\xe0\x59\x16\xf9\xb2\x49\xe7\x7c\x10\xd0\x9f\xb6\x4a\x43\x3f\xde\x35\xb7\xdc\x0a\x65\x2c\xb9\xd7\x63\xb9\xfa\x4a\x5c\xaa\x4b\x37\x62\x0f\x48\x6e\x18\x8c\x87\xdb\xdc\x6e\x9f\xa1\x9d\xf5\x07\x99\x16\xd0\xac\x35\x8c\x2c\x5b\x8c\x7d\x74\x93\x81\x56\x87\x6d\x89\xb0\x73\x94\x16\x0b\x75\xbb\x00\xd3\xb0\x40\x3d\xf1\x08\xce\x03\x14\x14\x69\x80\x10\xa0\x6d\x41\xdf\x84\xe3\x6c\xeb\xa8\xe6\x46\x47\x7e\x6a\x9d\xd4\x92\x5b\xba\x68\x42\xeb\x27\xe5\x31\x77\xfd\x7e\x71\xbb\x08\xf3\xd4\x7e\xca\x63\x9e\xb6\x38\x26\xe9\x2f\x6e\xb5\x8c\x0b\xd0\xcc\x6f\x35\x6d\xb9\x78\xf1\xfa\xc7\x97\xa7\x97\xbf\xbc\x7f\xf3\xee\xd4\xf2\xad\xa0\xfb\x34\xe8\xf6\xa3\x39\x29\x8e\xf3\x98\x1e\x55\xf0\x0a\x26\x37\x82\x79\xf3\xfe\xb9\x96\xf3\x69\xd0\x7d\xda\x9e\xf1\xf9\xd1\xf1\xcf\x17\x2f\x8f\x2e\x7e\x82\x5c\x41\x10\x6c\xc9\x27\xf3\xec\x6d\xc9\xf0\xfa\xf4\xc3\xcb\x17\xaf\xb1\xb2\x20\xdb\x06\xe5\xfc\xe8\x18\xb2\x58\x5b\x32\x9c\x9d\x9e\x9e\x20\x88\xe9\x96\x1c\xef\x8e\x9e\x63\x86\x6a\x4b\x86\xe3\xb7\x98\x5e\x6c\x49\x7f\x73\x7e\xfa\xfa\xf2\xe2\x97\xf7\x47\x6f\xa1\x25\xe3\x6d\x60\x5e\xbe\xb9\x38\xd5\xf2\x4d\xee\x03\x77\x7e\xf4\xf6\xf4\xf5\xbb\x9f\x4e\x2f\x4e\x2f\x2c\x70\x1b\x7d\x1f\xcc\x5a\x66\xe7\x3e\xc0\xc7\xef\xdf\xbe\xfc\x68\xc1\x0b\x6f\xf7\x81\x94\xd9\x36\xdb\x10\x7f\xfa\xea\xc5\xf1\x9b\x97\xe0\xfd\xe9\xa9\xb7\x25\xd3\xd1\xc5\xbb\xd3\xb7\x2f\x2e\x7e\xb6\xe0\x75\xe1\x2d\xf5\x09\x20\xa3\x6d\x40\xde\xe1\x99\x78\x3d\x55\xa4\xbf\x3d\xbd\x3c\x7a\x77\x79\xfa\x9a\x0d\xf3\xde\x38\x08\xaa\x20\xc8\x82\x60\x1a\x04\x85\x15\x74\xff\xf6\xd4\x76\xf6\xbc\x71\x00\xff\x26\x77\x9b\xc9\xde\x4c\x2b\xf7\xe1\xcd\xdb\x93\xf6\x92\x1d\x2c\x3a\xf2\xfe\x4b\x2b\xbb\x0e\x82\x3d\xfb\xd0\x0f\x82\xbf\x3b\x06\x98\xe7\x47\x27\x97\xcf\xdf\x1e\x1d\xff\x7c\xca\x9a\xba\xd7\x1f\x33\x38\xdd\xa7\x4c\x22\x0d\x82\xc9\x9e\x96\xf3\xa7\xd3\xdf\x2e\x4f\x2f\x8e\x8f\xce\x4f\x79\x95\x31\xd9\x9d\x4e\xf6\x92\x56\x16\x22\x59\x97\x7c\x3c\xcd\x06\x7f\x8c\xae\xbc\x78\xa2\x99\x8c\xc2\xc9\x2b\x5c\x24\x40\x27\xa2\x51\x59\x22\x33\x7f\x33\xc5\x73\x07\x58\xf7\xd0\x16\xc8\x17\x00\xfa\x18\xa1\x7b\xc0\x46\x67\x1a\xb0\x18\x82\x81\xfd\x9f\xab\xbc\xa2\xae\xb0\x64\x77\x2d\x5a\x46\x04\x3d\xe6\xc3\x71\x3b\x84\x62\x11\x7d\x9e\x97\x78\x0d\xdd\xb5\x32\xd7\xe2\x4e\x93\xdf\xa1\xaf\x5a\x51\x44\xbe\xb0\x02\x5e\x31\xe4\xf3\x2a\xca\xe1\xf2\x40\x04\x43\xf0\x24\x24\x8d\x21\xd1\x4b\x3d\x5b\x67\xe4\x35\xb2\x40\x77\x5f\xb7\x14\x2f\xd6\xd4\x0d\x24\x97\xb9\xf1\x46\x92\xc8\x2f\x3c\x3f\xdb\x37\x73\x52\xf7\xf0\xdd\xee\xca\xf9\xa9\xb5\x63\xb1\xcc\xe0\xc2\xd9\x69\x83\xa9\x3d\x6e\x57\x6b\x84\x68\x79\xfd\x22\x21\x74\xfa\x9f\xe2\x85\x96\x36\x98\xea\x21\xce\x86\xf3\xa2\x1a\x50\xa7\x51\x99\xf6\x40\x25\xe8\x59\xf5\xba\xda\x9c\x0d\x23\x3d\xc8\x0e\xe3\x55\x15\xe1\x93\xa8\x96\x38\x32\x1d\x09\x44\xe8\x54\x0b\x9c\xbc\xa9\x89\x8a\x88\xc2\x1c\xe5\x4d\x52\x45\x73\xcb\x8e\x74\x7d\x95\x65\x45\xa4\xa4\x82\xd9\x8f\x8c\x48\x60\xee\x66\xd4\xbb\xa3\xe7\x66\xc4\xf1\x5b\x33\xcc\xf8\xfd\xc8\xb8\xd7\x86\xbe\x86\x38\x11\x70\xc1\x32\xaf\xd9\x79\x83\xb1\x96\x6f\x3e\x2d\xd9\xde\xa1\x4c\x39\x10\x42\x31\x9a\x0b\xb4\xcd\x92\xbe\xcf\x57\x27\x75\x1b\xd9\x48\x14\xeb\xdb\x96\x64\xb6\x2c\x6d\x49\x3a\x7e\xbb\x2d\x85\xf5\x5e\x25\x68\x2f\xe2\x5b\xc6\x6c\x64\xd3\x87\xfb\x77\x86\x6b\x9d\xdc\x2e\x73\xc9\xa6\x2f\x74\x50\x53\x66\xe3\xa4\x04\x0c\x19\x6f\x6f\xd6\x5d\x3c\x1b\xa3\xa0\x2d\x89\xb5\xe1\xd2\x16\xc1\x51\xb3\x08\x2c\x3b\x6d\x25\xda\x12\xd8\xc2\x51\x23\x18\xb1\x28\xb5\x81\xd0\x56\x49\x83\x40\x52\x7e\x51\xa7\xc8\xd3\xe3\x39\x29\xa4\x04\x0a\x1e\x12\x8e\xf9\xc8\x23\xd1\x6e\xc7\xa6\x06\xc0\xb5\x8c\xc0\x32\x2f\x27\x5f\x83\xb5\x6d\xcd\xe4\x8e\xc2\x90\x29\x0a\x2e\x72\x28\xc2\xf2\x61\x90\x91\xf1\x46\x79\xd6\x3a\x23\xad\x1d\x6b\x58\x73\xaf\xa1\x53\x93\xf2\xd8\xb1\x2a\x52\xfd\x36\x32\x42\x64\x5b\x35\x43\x6e\x6c\xcb\x60\x88\x8b\xad\x10\x60\x6a\xb4\xa5\x88\x79\xd1\x96\xc6\x26\x45\x5b\x3c\x48\x79\x6d\x09\xc7\x6f\xb5\xe9\xd0\x32\xe9\x6b\x8c\xa1\xc9\x1a\x2c\xb1\xc6\xb5\xbd\xf1\x24\x81\x18\x2e\x9b\x9c\xa7\x2e\xe7\x28\x06\x9a\x2d\xfd\x41\x1c\x86\xde\xdd\xfa\xc5\x19\x91\x83\x2f\xd3\xeb\x75\x8d\x1f\xb7\x64\xdf\xd6\x0d\xfc\xd7\x78\x11\xde\xda\xfa\x30\x15\xfb\x27\x57\xc4\xa7\xe2\xf9\x0a\xa7\x51\xd8\x8c\xd8\xb4\xa1\xea\x5c\x72\x0c\x33\x95\x73\xca\x1a\x3d\xaa\x32\xbb\x16\x7f\x67\x4b\x6e\x21\x5a\x3a\xac\x65\xf7\xeb\x4f\x01\xeb\x63\xd5\xe1\x9f\xf7\xb4\x57\xf2\x6e\x9e\xd5\x60\x97\x2d\x0c\x53\xbc\xa7\xd2\xce\x33\x61\xb4\x61\xba\x63\x78\x62\x42\x5b\xb6\x20\xa5\x6d\x24\xb6\x11\x54\x73\xda\x5a\x42\x28\xe3\xd9\xdb\xda\x63\xb6\xa1\x46\x7d\x8c\xc0\x4c\xe9\x15\xfd\x3d\x71\xb0\x4d\x75\x6f\x03\x23\xf6\x53\xd7\x82\x3f\x26\x93\xdb\x46\x63\xf7\x62\x54\x08\x98\x3a\x02\xf5\xc2\x6d\x08\x34\x06\x74\xa3\x77\xf6\x5e\x3e\xab\x73\x2f\x73\xa5\xd0\xd9\x96\xc1\x7d\x41\x0c\x86\x07\x16\xc4\xd2\xae\x73\xc0\x43\xdc\x39\x33\xe6\xcb\x3e\xbe\x4a\xf6\xb8\x87\xbd\xb4\xd0\x02\x17\xc7\x5b\xd9\xcb\x43\xcc\xe5\x2b\x59\x8b\x6a\x3c\xab\xa9\x9e\xda\xc2\x5a\xb6\x31\x16\xc5\x56\x84\x13\xa9\xfb\x26\x65\x13\x37\xed\xfc\xe4\x3f\xc0\x4d\xee\xe3\x25\xf7\x73\x92\x4d\x8b\x04\xd8\xc6\x45\x9a\x42\x17\x62\xe0\xb1\x1c\x44\xc0\x69\x23\xfe\x7b\x49\xfc\xe8\x9d\x41\xbe\x72\x8f\xac\xfc\x10\xb6\x0d\xad\xca\x86\x8c\xa0\x2c\x6b\x62\x42\x2b\x9c\x86\x55\x8b\x41\xb9\x6d\xef\xb6\xdf\xc3\xf8\xda\x6a\xd8\xb5\xf6\xb7\x4c\xf3\x06\x7e\x49\xb5\x8b\x6f\x1b\x7d\x35\x8b\xfe\x6a\x14\x4b\xba\x7a\x70\xbb\x81\x94\xd1\x78\xdc\xbc\x9d\x82\x65\x43\xef\x25\xde\xd6\x1d\x8b\xac\xa7\xa3\x76\xe9\x0d\x7a\xdd\xbe\xad\x79\x40\x2c\xe4\xd0\x4d\x29\x0b\xa0\x81\x3c\x07\xea\xbc\x6d\x89\x2d\xc2\x9e\x4c\x6c\x97\xf7\x64\x72\x53\xe4\x93\x49\xc7\x6f\xb7\xa5\xd4\xf6\x41\x8f\xc0\x1d\xa7\x6e\xa5\xa0\x91\x53\x00\xd0\x24\x76\x7e\xcd\x45\x91\x8f\xe2\xc3\x65\x01\xbd\xcd\xf2\x5b\xda\xd3\x90\xad\xc0\x6f\xe4\x7d\xa4\x02\x48\xfe\x8b\xe0\xb7\x2d\xa3\x8d\xf9\xf5\xbf\x60\x72\x71\x25\xf9\xa8\x7e\xd0\xad\x96\x5e\x4e\x6a\xdb\x76\x36\x90\x49\xa8\x1e\xb7\x33\x26\xd3\xc5\x2a\x16\xde\x77\xea\x6b\x9d\xb1\xa8\xd6\xd9\xdc\x5f\x5d\x53\x4d\xd5\x97\x36\x0c\x0f\xae\xa0\x91\x79\x3c\xb8\x6d\x30\xef\x95\x63\x05\x8c\xaf\x5d\x84\x1e\x2f\xc4\x6a\xaa\xd5\xfb\x17\x1c\x33\x6b\xcb\xa2\x23\x27\x66\x1b\xbc\xd6\x11\x79\x60\xe9\xd9\x86\x64\xb5\xfc\xb4\xd4\x64\x2c\x40\x0f\x23\xf8\xab\x26\x89\x82\x23\xb6\xf2\xab\x72\x6e\xeb\x30\x9d\x07\x87\xe0\x3e\xc9\xd7\xc8\xb0\xcc\xcb\x1d\x7e\xd1\x54\x3c\x08\x61\x28\x69\x9b\xda\xc7\x90\x44\x57\xb5\xf7\xe8\x94\x76\x91\xb5\x54\xbd\x08\x69\xbe\x34\xc1\x33\xb3\xf2\xfc\xc1\x2a\xa9\xc8\xe4\x61\xa9\x2c\x75\x65\xe3\x12\xe1\xbe\x10\x0f\x10\xbb\x6e\x77\xef\xef\xb5\x47\x57\xb4\xa7\x56\xe0\x3e\x6b\xdb\xf1\xe0\xb2\x48\xb2\x0a\x84\xb7\xbb\xf6\xd3\x39\xd9\xbd\x1b\x52\x64\x6f\xb2\x88\xda\xdc\xc7\x0b\xef\x24\x7a\xaa\x02\x20\x63\x9e\x32\xd1\xfd\xc2\xd7\xd3\xe4\xda\x2e\x0a\x73\xf3\x09\xd1\xd0\x4e\xc3\xc3\x5b\xfb\x23\x3d\xc6\xa3\x31\xa2\x49\x06\x3e\x1a\xe7\x78\x70\x85\x5a\x78\x42\x6a\x5c\x9f\xde\xe6\xf6\xc7\xf0\x4a\x20\xdc\xd7\xe8\x49\xba\x87\x76\x8c\x97\xde\xf2\xe1\x7a\xb3\x70\x23\xaf\xbd\x26\x5f\x3b\x64\x2f\xe0\xbe\xb2\xaf\x65\x83\x98\xe7\xb7\xb6\xe6\xab\x42\x38\xd8\x47\x07\xfa\x90\xa1\xcf\x7d\x91\x27\x19\x35\xf2\xe0\x93\x89\xb5\x5c\x18\x69\xe4\xa3\x59\xfc\x52\x07\x47\xb3\xb8\x09\x8c\x66\xf1\xb1\x09\x8f\x65\xd3\xa1\xc9\x39\x23\xcf\xf7\xf3\x65\x65\x25\x19\x77\x12\x05\x77\x0d\xf2\x25\xd8\xd6\xb3\x18\xf8\x0e\xee\x73\xd0\x64\xb8\x4f\xd9\x72\x89\x02\xd0\x84\xc7\x0e\x72\x18\x5c\x43\x0b\x08\xde\x92\x46\xba\x6f\x42\x57\x5b\x26\x19\xb7\x1a\x69\x9e\x6f\xb4\x34\xc6\x94\x78\x12\xfb\x94\x1c\xc2\x11\xee\x8d\x6a\xdd\x96\xcd\x6d\xf8\x85\xd2\x1b\xcc\xbd\x3b\xed\x80\x2b\x04\x71\xb7\xb8\x92\xdc\xa9\x6e\x20\x60\x24\x6f\x35\x12\x90\x6f\x84\xf0\x0f\xed\xdc\x5c\x26\x01\x6b\xf8\x7b\x90\x59\x7f\xb7\x8e\xf3\xe5\x2d\xde\xb3\xb6\x23\xc7\xda\x1f\x0c\x0f\x76\x97\x05\x2d\x41\x9b\x70\x46\x22\x1a\xe6\xf9\x95\x6b\xbd\xc8\xc0\x35\x3b\x16\x79\x37\x4f\xa4\xd3\x57\x90\x2b\x92\xd2\x62\x9c\x3a\x2b\x69\x0c\xfe\xb6\x0a\x70\xfd\xf6\xea\xc5\x3b\x11\x8d\x6f\x1f\xb2\xf1\xaf\xe0\x69\x80\xbf\x5b\x2f\x5f\x1c\x9f\xbe\xbe\x38\xb5\xa6\x09\xde\xbc\x62\x05\xc0\xbc\x32\x4e\x0a\xb8\x62\x7c\x8b\x1e\xe4\x54\x4d\x55\x41\xe1\xd1\xbf\xbf\x83\x33\x70\x7d\x26\x7b\x2c\xe2\x9a\x14\xd6\x5b\x4a\xa2\xea\xbc\xc8\x97\xef\x6e\x97\xb4\xbc\xa0\x51\x41\x1b\xde\x4a\xc2\xbd\xb6\x5c\x4f\x1d\xcf\xb0\x77\x80\xab\x79\x67\x3c\xc4\xa8\x70\xb3\x2d\xf1\x43\x52\xcd\xdf\xd2\x12\x9f\x3f\xda\x04\x59\x7b\x62\x9f\xa1\xb4\xe2\xf8\x17\xd7\x94\x8c\xac\xde\xbd\xac\x56\x4c\x04\x65\x90\x31\x4f\x16\xf6\xb2\xc8\x97\xf8\x68\xd1\xf2\x35\x3c\x49\x12\x09\xc7\xe6\x18\x4c\xf3\x88\x3f\x9e\xc1\xb2\x9c\xad\xd2\x14\xe3\x4b\xe8\xb3\x31\xb7\x4a\x8e\x2c\xdf\x6f\xc5\xa2\x79\x7b\xee\x45\xc5\x86\xbc\xac\x92\x34\xb5\x4a\x32\xa5\xd6\xcd\x9c\x66\x56\x44\xd2\x94\xc6\xe8\xdd\x1f\x60\xf4\x4d\x9a\xf7\x24\x55\x5b\x60\x32\x55\x58\xb4\x10\x36\x23\xa6\x47\x88\xa7\xc7\x24\x4d\x19\x47\x96\xad\xc0\x77\x2b\x49\x95\x17\x25\xa7\x90\xf4\x56\xf8\xea\x53\x1e\x89\x43\xb8\x1f\x67\xfd\xc1\x7a\xbb\xcb\xf8\x73\xf9\x87\xb5\x24\xd1\x15\x99\x51\xc3\x49\xc4\xd3\xf7\x25\x55\xb0\xfb\xf0\x26\xa9\x0c\xda\x0e\x38\x8c\x20\x69\xca\x80\x2d\xcc\x82\x6f\x29\x89\xad\x05\x13\x58\x49\x65\xcd\xab\x6a\x39\xda\xdb\x9b\x86\xfd\x05\xdd\x5b\x95\x74\x17\x00\xed\xaa\xda\x85\x7f\x51\xde\x73\x5a\x14\x7d\x71\x4b\xfd\x05\x23\xd8\x84\x64\x95\xf5\x6b\x92\xa7\xf8\x22\x9b\x27\x96\x90\x22\xbf\x61\x99\x21\xbc\x81\xbf\x6c\xb8\xfb\x49\xf9\x16\x29\x99\xad\xcd\x2c\xc6\x33\x48\x62\x46\xab\x0b\x46\x15\xf5\xc3\x53\x99\x13\x41\xb1\xf1\x13\xee\x05\x3a\x3c\xe2\x67\x4a\x97\x38\xd9\xc0\xc1\x4f\x92\x59\xe5\x6d\x16\xc1\x75\x3f\x4b\x79\x96\xb4\x84\xc7\xda\x24\xb3\xfe\xe8\xef\x4d\x09\xcc\x53\x46\xe3\x0c\x71\xc7\xac\xf3\xb4\x28\xfb\x9f\xca\x3f\x60\xe4\x9b\x33\x52\x38\x80\xb1\x2c\x52\x14\xe4\x76\x04\x4d\xe3\x5c\x36\x4c\x66\x49\x56\x99\x51\x79\x9e\x1a\x11\xac\xab\x46\x44\xb6\x5a\x84\xb4\x30\xa2\xd0\xad\xa6\x11\x85\x6a\x23\x33\x0a\x2c\x7c\x64\x14\x6f\x54\x66\x36\x09\x1a\xf9\x66\x3a\x12\x98\x15\x92\x17\xbe\x5d\x6e\x64\xe5\x71\xac\x97\x46\xbc\xf0\xf8\xdd\x84\xc2\x16\xab\x96\x86\x37\x33\xe6\x59\x4b\x69\x88\xc4\xda\xcc\x84\x72\x4e\x9a\x91\xf4\x33\x61\x28\x51\x91\x5c\x5e\x32\xe8\x7e\xb4\x85\xaf\xb9\x82\x98\x6a\x0c\xac\x96\x5f\x10\x18\xfb\x35\x47\xbd\xaf\x8f\xbf\x99\xe4\x19\x42\x6f\x23\x8d\xc1\xfb\xdf\x7f\xa9\xfa\x5a\xc7\xad\x72\xde\xbc\x28\xf5\xc5\xab\x60\x51\xbb\x49\xc9\x97\x2a\x98\xb7\xcf\x6f\x2d\xfa\x79\x99\x26\x51\xc2\xf8\xe1\xaa\x64\x3c\xd3\xe0\x7e\xb7\xf9\xca\x22\x05\x05\x93\x95\x6c\x66\x25\x59\x95\x03\xbf\x8d\xe9\x35\x4d\xf3\x25\xf8\xbe\x0e\xe9\x9c\x5c\x27\x79\xd1\xe7\x40\x0d\xb6\xa6\x80\xed\x26\x19\x63\x6d\xb1\x68\x22\xb0\xa9\x37\xd9\x09\x20\xe1\x28\xe2\x4f\xf4\x31\x41\x1e\xd8\x4c\x63\x29\xd3\x5f\x7c\x6d\xe7\x1c\x4f\x1d\x9b\xf7\xbb\x9f\x94\xa7\x38\xa3\xdc\xb6\x7a\x18\x06\xf4\x8d\xe8\xbf\x83\x09\x8d\xbd\xfd\x05\x44\x3c\xb6\x97\xac\x0f\x49\x36\x63\xd3\x8f\x75\x13\x3a\xf0\x7f\x02\x6d\x7f\x8d\x18\xf6\xf4\xe2\xf4\xf8\xed\xe9\xbb\xcb\x93\x37\x97\xaf\xdf\xbc\xbb\x3c\x3f\xba\xb8\xb8\x7c\xf7\xd3\x8b\x8b\xcb\x37\x6f\x2f\x3f\xbe\x79\x7f\xf9\xe1\xc5\xcb\x97\x97\xcf\x4f\x2f\xcf\x5e\xbc\x3d\x3d\x79\xda\x2e\x0f\xb5\x81\xf6\x1a\x5b\x3b\x4f\x18\x8d\x61\xf8\x7d\x91\x9c\x66\x51\xed\x15\x5c\x4c\xda\x5d\x15\xc9\x2e\xbc\x68\x42\x61\x5e\x61\x31\x7c\x63\x40\xbe\x12\xa3\x17\xc3\x24\x28\x26\x85\x2d\xad\x24\xdc\x7e\x7c\x93\x9d\xa1\x2f\x00\xad\x36\x16\xbf\x9b\x67\xbb\x70\x6b\x48\x2b\x80\x4e\x51\xf1\xb9\x4d\xe3\xc5\x39\x88\xdf\xcd\xc3\x4f\x7c\xbe\x63\xf6\xa4\x7c\xbd\x4a\xd3\x37\xc5\x7b\xb1\x1b\x16\x17\x39\x2c\xff\x9f\xda\x6d\xad\x6c\x95\xa6\xd6\x7a\xad\xc5\xc8\xed\x73\x4d\xce\x85\xae\x17\x67\x79\x01\x8e\xb9\xcf\xe0\xf9\x06\x9b\x1b\xb8\x01\x3f\x0a\x2a\x61\x79\x24\xcc\xde\x88\xca\xc9\x73\x04\x15\xe8\xf4\xc1\xf4\xfb\xf3\xd3\x11\x46\x05\x15\x67\xeb\x57\xf4\x96\xb5\xce\x2e\xb8\xb3\x54\x6e\x1b\x8d\x77\x26\x30\x67\x50\xf1\xee\x71\x55\x17\x7f\x5d\x99\xbb\x49\x61\x2d\x16\xf9\x50\xaf\x2e\x42\x41\xd5\xd2\x43\x30\xef\x51\x39\x64\xbb\xcb\xab\x64\xc9\xb0\xc7\x76\xdf\x26\xaa\x9c\xfb\x8a\xc0\x9d\x66\xdc\x8e\x9a\x25\xe1\x1e\x86\x28\xe2\xe8\x9d\x91\x5d\xc7\x7e\x78\x2a\x65\x53\xef\x4b\xbd\x21\x6d\x50\xc6\xfd\x7e\x5f\x20\x6f\x8c\x23\x66\x5f\xd1\x5b\x69\xc9\xe8\xb8\xd6\xd3\xf1\x53\x17\xb1\xe7\x5a\x4f\x27\x4f\x27\xe8\xf0\xef\xe9\x53\x67\xb2\xad\x72\x01\x5b\xaf\x4f\xd5\xa3\xc7\xde\x57\x25\x4f\xe2\x35\x6b\x89\x13\x5f\xa5\x42\x1f\x55\xaa\x6a\x9c\xaa\x45\x35\x73\x23\x87\x1b\x69\x4a\x18\x53\xfc\x25\xaa\xfa\xbf\xd4\xb2\x65\xe8\xbe\x8a\x44\x1e\x05\xf0\x31\xe3\xbd\x7d\x94\xc1\x03\xa7\x18\x63\x8c\x2a\xe9\x92\xc0\xc3\x38\x7f\x7d\xe8\x1f\xc5\x10\x65\x74\xd3\xd1\xc0\x5f\x18\x21\x83\x73\xdd\x07\x6a\xbc\x0d\x95\x5f\x87\xc8\x2d\x43\x36\x16\xb8\xb9\x17\x52\x0b\x47\xbf\x10\x58\x6f\x1d\x2c\x71\xba\xf4\x7f\xe7\xe2\xd7\xcf\xc5\xb6\xe1\xfe\x4f\x4c\xbd\xbf\x30\xf1\xaa\x4d\xdd\x23\x29\xbe\xcf\x70\xaf\x18\x80\x16\xe4\x02\x2b\xff\x01\xb9\x00\x7b\xc2\xdb\x4c\xa2\x68\xb5\x58\xa5\xf8\x10\x96\x49\x38\x85\x70\x9f\xbc\x17\x04\x63\x3b\x08\xe2\xbf\x3b\x41\x30\x79\xb2\xd7\xa7\x9f\x69\xc4\x80\x38\x86\x84\x00\xc4\xc8\x48\x52\xbf\xdb\x3a\x66\xc5\xa0\x14\xdc\x9f\x6c\x88\x14\x1d\xac\xa4\x36\x8a\x5a\xa3\xc6\x57\xf4\x56\x7a\x82\xf1\x9a\x43\x7d\x1f\xa5\x34\xc1\xe8\x44\xff\x70\x9d\x77\x9b\x6d\xd0\xeb\x99\xf9\xb4\x1f\x0f\x27\xcd\xb6\x3e\x76\x61\xfd\xfa\x61\xb1\x01\xbf\x13\xa7\x3e\x24\x0f\x0c\xc8\xff\x9e\x83\x31\x86\x4a\x27\x5f\x51\x6b\x1b\x90\x89\x78\xd3\xa6\x9e\x28\x98\xe7\x7f\x66\xa5\x7c\xec\x58\x8a\xcd\x05\xcc\x7e\xb6\x8b\x6f\xb8\x7f\x10\x8f\x83\x09\x3e\xaa\xee\x88\xde\xbb\x88\x78\xcd\x3a\x70\x2b\x16\x8b\xaa\x5a\x5c\x4d\x68\x75\x75\x44\x9b\x7a\x3d\xbe\x2b\xab\x33\xb9\x47\x36\x44\x6f\x89\xbc\x6b\x6d\xb6\xe5\x70\x4b\x0d\xd6\xa8\x41\x68\xd8\x97\x8c\xe2\xa5\x52\x00\x85\x30\xd6\xeb\x26\x54\xc4\x17\xfa\xc5\xb9\xb7\x8d\xfd\x05\x59\xda\x49\x45\x17\x6c\x74\x78\x5b\x58\x50\x35\x45\xb6\x45\x09\x35\x1c\xbe\x35\xda\xd2\x7a\xef\x5e\x42\x14\x5d\x78\xfc\x5a\xff\x58\x92\xfa\x4f\xcc\xb5\xaf\x9d\xdf\xff\x81\x99\xd6\x5c\x1a\xf9\xc9\x03\x3d\x6a\x19\x32\xcd\x8b\x09\xf6\xb8\xe9\x96\x40\xbd\xaa\x67\x4a\x99\x2c\x71\x28\x51\xa0\x7c\x63\xbf\xbb\x5d\x52\xfe\x1a\x6b\x1b\x91\x58\x8b\x55\x09\x8f\x33\x95\x49\x36\x4b\x29\x3c\xbd\x4b\xa2\x8a\x16\x96\x30\x0f\x6d\xef\x45\xbb\x84\xa0\x1a\x2e\x08\x13\xf3\xc9\x76\xf1\x41\x97\x52\x15\x28\x4d\xac\xc3\xba\x62\x45\xe0\x61\xc4\xeb\x31\xde\xd8\xd5\xd0\xcc\x47\x4b\xbf\xf0\xec\xd5\x5b\xba\x65\x12\x36\x5a\x8a\xf9\xea\x2d\xad\xa9\x6e\xbe\xb6\xf2\x2b\x7a\x5b\x5e\xe4\x45\x25\x6e\x0b\x6a\xf5\xd6\x5e\x30\x83\xd4\x7a\xed\x78\xf3\xad\xcc\x8b\xca\x36\xea\xd4\x7d\x42\xb0\x2c\xc6\x0b\x60\x75\x20\x5a\x1b\x50\x2f\xd4\x67\x31\xa2\x46\x41\xad\x58\x8b\x4d\x5c\x2b\x84\xa9\xf7\x1a\x8e\x42\x6c\xe2\x58\xbb\xe2\x3b\xd4\x72\x33\xd6\xc2\xc5\x74\x00\x04\x53\xa0\x0d\x2f\x90\xda\xc0\x0b\x3e\xb1\xf2\x13\x29\xe7\x06\x5e\x90\x0f\xce\x49\x39\xbf\xe0\xaf\x75\x23\x06\xa4\x75\xd8\xdf\x38\x3d\x32\x04\xa8\x6c\x1d\x65\x62\x0d\xac\x02\x51\x22\xb0\x07\x46\x3f\x03\x57\x81\x7d\x7c\x33\x67\xb4\x82\x36\xae\x8a\x54\x93\x5a\x19\x20\x8b\x49\xfd\x5e\x7b\x9b\x57\x45\xfa\x95\x2d\xe6\x10\x59\x41\x6c\xee\xbd\x6d\x65\x89\x8d\xa6\xd2\xcf\x15\x9b\xb8\x26\x99\x71\x44\x34\xb0\xad\x35\xfc\xcf\x15\x2d\x6e\xb7\x60\xfb\x50\x6b\xbb\x9e\xcf\x6c\xbc\xf4\xfb\xb9\x0d\xad\xbc\x4f\x1a\x84\x1d\x6b\xe8\x34\x7a\x00\x7b\x06\xf4\xaa\xf0\xe0\x64\x85\xbc\x48\x96\xe0\x9a\xa7\x83\xdf\xfd\xa4\x7c\x4d\x5e\xdb\x9c\x5e\x71\xae\x3a\xe0\x77\xe9\x11\x12\x08\xbe\xeb\x8c\x5c\xf6\xa9\x9a\x8a\x62\x75\x37\x80\x62\x57\x95\x3b\x10\xa3\x5d\xcf\xf3\x3c\xa5\x24\x2b\xd5\x26\xb1\x23\x56\x57\xd6\x14\x5e\x5b\xfe\x32\xbf\x91\x0f\x32\x40\x8b\xaa\x62\x45\x35\xc6\xde\x92\x03\x2e\x25\xb4\xb4\xed\x7e\x90\x8f\xe6\x56\xd0\x7a\x1c\xa7\x3a\xf2\xd5\x25\x67\xce\x43\x48\x59\x26\xb3\xcc\xbe\x13\x8b\x7b\x04\xe7\x8f\xac\x3e\xae\xec\x63\xfc\xc4\x88\xd0\x96\x9f\x91\xf5\x34\xcb\x33\xfa\xb4\x99\x22\x17\x26\x78\xa7\x84\xa7\xeb\xa3\xcd\x2f\xba\xea\x29\x02\xdf\xea\x0e\x6c\xb5\x31\x05\x96\x0c\x50\xb5\x7d\xd9\x7d\x50\xe6\x94\xd3\x05\x1f\x24\x46\x47\xcc\xf7\x6e\x72\x79\xa9\xbd\x3d\xeb\xb8\xa0\xa4\xa2\x16\xc9\xf8\x91\x2c\x1e\x83\x67\xb9\xb5\x2c\xf2\x2a\x67\x84\xa9\xc0\xe3\xc9\x06\x47\x71\x04\x05\x6d\x50\x07\x78\x0d\xc6\x0f\xc3\x64\xc8\x04\xf5\x19\x89\x67\x19\x72\xe8\xb1\x80\x8f\x05\x39\xb5\xab\x2d\xd4\x7f\x8f\x0f\xff\xd6\x9b\x18\x3b\x28\xd8\x3b\x41\xee\x07\x20\x83\x51\x16\x76\x00\xdc\xb3\x5b\xa2\x79\xc2\x7b\x63\x4f\xa3\x59\xe9\x95\x5e\xa8\x4e\x94\xd8\x16\xe5\x59\x95\x64\x52\x44\x93\xb2\x18\x63\xba\x63\x25\x27\x32\x39\x4c\x3f\x18\xa9\x2d\xe1\xd6\x21\xb6\x42\xdf\x1e\xee\x80\xa3\x23\x0b\x3c\xf0\x43\x22\x28\x3a\xd4\x56\x71\x6f\xcf\x7a\x95\x94\x78\xca\xe7\x4b\x2f\xc9\x21\xb5\xfe\x60\xd8\xff\x63\x24\x73\xf1\x33\xbc\x9b\x83\x7e\x5e\xcc\xf6\xde\xbd\xdd\xdb\x1f\x0c\xf7\xf7\x3e\x9c\xec\xae\x8a\x74\x97\x7d\x0f\xfe\xb1\xff\xcd\xde\xdf\xa2\x3c\x4d\x29\x1c\x07\xa5\xbb\x50\x1f\xad\x28\x5c\xea\xaf\x4f\xda\x9a\xc2\xea\x10\xd9\xc4\x88\x1b\x06\x93\xa7\xae\xbe\x1d\x9b\xdc\xbb\x39\x71\x1e\x2b\xbb\x4b\x1a\xb6\x79\xb6\x9a\x0a\x88\x97\x2a\xa8\xb9\xfa\x68\xa3\xcc\x56\xfe\x7c\x6a\xe9\xe2\x04\xcb\xad\xd4\x34\x90\x4b\x74\xb4\xa0\x28\x1e\x78\x8a\x00\x9a\xec\x58\x7b\xbe\xd4\xe4\x99\x1a\x7d\xe8\x2d\xa8\xd7\x2f\x98\xfd\x5d\x6d\x5f\x36\xbe\x9a\x88\xa9\xaa\xad\x2d\xe3\xab\x49\xcb\x96\x66\xc3\xe9\x4e\x1e\x05\xcb\x4d\x82\x10\xff\xb7\xaf\x51\x1a\xcd\xea\x52\x9a\x94\x74\x73\xbe\x70\xf2\xd7\xff\xef\x9d\x4f\x62\x6b\xd4\x28\xcc\xb8\xa9\x75\xd8\xc0\x3b\x97\x10\xad\xd1\x96\x14\x1d\x8e\xc3\xe6\x7c\xbc\x8a\xa8\x2d\xd5\xab\x57\xf4\x56\xdf\x6d\x3d\x38\x78\x9c\xdf\x0a\x21\xbd\xd7\x6b\xd9\xdf\x6b\xc3\xd9\x31\x25\xdd\xc6\x40\xed\xed\x59\x4c\x3c\x15\xdc\x91\xb5\xdd\x05\x43\x2c\xc8\x59\xaa\x51\x00\x55\x14\x1f\x08\x4d\xa8\x35\xb6\x5d\xcd\xb1\xd3\x4b\xe9\x1b\x40\xc9\x5d\x9a\x1a\xda\x8d\xdb\xc6\x82\xa5\xc4\x22\x7c\xfb\x70\x91\xcb\xf2\x85\xf0\xe5\xa9\x34\x7c\x7f\x97\x13\x8c\xa7\x97\x92\xce\x86\x2c\xdf\xb2\xb1\xcf\xda\x62\x2b\x86\x01\x5f\x02\x85\xd4\xfb\x05\xad\x07\x16\x66\xdc\x3f\x99\x0b\x33\xec\xb5\xfe\xdd\xa5\xf9\x7f\x74\x95\x45\xfe\x7b\x06\x67\xd6\x38\xd8\x70\x1e\x80\x4d\x6a\x55\xe3\x37\x0e\xb2\x39\x6a\x71\x5f\xa2\xd4\xfa\xf7\x29\xf4\xb5\x12\xba\x5a\x7f\xbb\x00\x70\xff\x69\xb7\x51\x0c\x61\x1f\xe7\xcb\x5b\xa9\x80\x7d\x90\xa5\xf2\xe1\x37\x56\xce\x8e\x8e\x1a\xd0\x8c\x6a\x33\x49\x55\x22\x08\x5e\xeb\x52\x0b\x83\x92\x35\x6b\xe4\xa3\xd5\xcc\x00\xe9\xb2\x80\xc1\x8e\x3a\x0d\x5e\xc6\x4a\xb6\xf0\x9b\x16\xc6\x06\x39\xb5\x1d\x64\x2b\xe3\xa9\x35\x5d\x62\xa0\x65\xd9\x74\x0c\x5e\xad\xcd\x11\x6d\x96\xdf\x7b\xc4\xc2\x4b\xb5\x9d\x88\xb4\xc1\x79\x80\xa1\x99\xfe\xd7\xc4\x6a\x24\xd8\xae\x5a\x7d\xd9\xe8\xb9\xd6\x78\xa2\x1d\x1e\xf1\x13\x96\xde\xd3\x46\xbd\xf7\x34\xd1\xda\x61\xc2\x0c\x3c\x89\xb3\x75\xd5\xdf\x38\xe2\xbd\xdc\xcf\x0c\xe3\x9f\x75\x27\xa6\x46\xa5\x1b\x83\x59\x01\xfb\x7a\x5f\xa4\x8c\x57\xad\x8a\xb4\x85\x51\x7d\xc5\xc6\xa0\x9d\x65\xe0\xa8\x8f\x57\x45\x7a\x89\x7b\xf4\x86\x78\x07\x15\x8b\x8d\xb4\xa2\x22\xb3\x3e\xac\x4e\x8e\xc1\xaa\x48\x47\x6c\x3f\x7d\x29\x44\xd0\xc3\xa7\xce\x78\x30\xc1\x97\x87\xa4\x39\x02\x08\xa9\x23\xbe\xef\x11\x3b\x68\xb6\xd9\x57\xad\xe4\xc3\xc0\x8b\x88\xde\xe2\x85\x0b\xb5\xe5\x3b\x2b\xc8\x6c\x41\xb3\xea\x45\x4c\xb3\x0a\x3d\xe1\xf5\x7a\xa8\x28\x38\xb4\xee\xa6\x8d\x54\x29\xa1\xb1\x2c\xaa\xb2\x8d\x35\xc2\x4b\x32\x55\x73\x28\xe4\xba\xc1\x87\x63\xeb\xd2\xf1\xef\xad\x08\xf7\x0d\xd2\x0a\x6a\xd6\xb4\x09\xd8\x86\x3e\xc3\x58\x1b\x9e\xeb\x6a\x86\xb3\x22\x5f\x60\xeb\x6b\x4b\xa8\x0e\x48\x2b\x04\xa8\x8d\x7f\x69\x2f\xaa\x6d\x56\x79\xa2\x6b\xdd\xe1\xa6\x13\xf8\xd2\xc6\x6c\xbb\xd8\xfd\x98\x38\x69\xd6\xe0\x72\xc6\xd3\xc7\x8d\x0f\xb4\x86\xed\x3f\xb8\xf6\x82\xbf\xe5\xd6\x18\x94\xfa\xae\xb9\xae\x37\x61\xd9\x24\x8b\x30\x61\xfd\x71\xf8\xe4\x4e\x8b\xd9\xfc\xa1\x73\x4c\x4d\xdf\x24\x94\x51\x75\x5c\x01\x6b\xc6\xb8\x26\xa1\xd5\x55\x4c\x7f\xfc\xed\xc9\x1d\x67\x13\x5b\xcb\x68\xf4\xf8\x47\x0b\xf7\xfe\xe3\xc9\xdd\xaa\x48\x37\x66\xa3\x9f\xdc\xb1\x0a\x20\x7f\x8d\x83\x24\xd1\x15\x23\x57\xee\x2c\x0d\x99\xd0\xd7\x53\xed\x96\x59\xf6\x30\xcd\xde\x01\xf7\xe0\xa3\xd3\xec\xeb\xa6\x4e\x51\xef\x8b\xb4\xe6\xd8\x0d\xb1\x2c\xf8\x6f\xcb\x6c\x14\x6d\x64\x35\x69\x03\x3c\x32\x8c\xf1\x04\x81\x60\x9c\xc3\x33\x36\x1b\xd4\xec\x8b\x89\x4f\xfa\x19\x76\x80\x8f\x41\x29\x22\x00\x0a\x94\x49\x9e\x49\x71\xca\x5c\xbe\x78\x83\xac\x43\x21\x66\x75\x30\x46\xed\x35\x61\x7f\x30\xd2\x4f\x6a\x1c\x2d\x9f\x1e\x6d\x32\x68\x9d\x04\x44\x63\x6b\xad\x69\x74\x14\x4d\x58\xad\xff\x12\x16\xa6\x60\xa0\x69\x5d\x0f\xbf\xed\x0f\x0f\xfa\x43\xb0\x31\x15\x86\xcb\x7d\x65\x6a\xdb\x5f\x24\x59\xff\x53\x29\x4d\x59\x4d\xeb\x57\xd3\xde\xd5\x22\x59\x6c\x25\x55\x69\x91\xe9\x34\x49\x13\x52\xd1\xf2\xff\xc3\x36\xb0\xd7\xa4\xb0\x42\x3f\xe8\x0a\x1d\x5d\xd0\xf5\x7d\x9f\x6f\xb7\xd0\xad\x68\xaf\x87\xbf\xfd\x69\x5e\xb8\x91\x1f\x1e\xaa\xa0\x1d\x74\x01\x59\x7d\x7e\x9d\x20\xe8\x3a\xa3\x6f\x07\xc3\xc1\x81\x1b\xb7\xe7\x83\x6b\x1c\xa9\xc8\xf6\xad\x4b\xdb\xb3\x09\xaa\x15\x19\xbf\x73\xa7\xed\x19\xb1\x17\x97\x8b\x3c\xa6\x22\xef\xf7\xee\x6c\x4b\xdd\x45\xce\x30\x56\xf0\x8c\xc3\x6f\xdc\xf9\xd6\x8c\xd7\x49\x2c\x33\x0e\x7e\x70\xaf\xda\x33\x82\x17\x9b\xcf\xa2\x95\xc3\x81\x9b\xb6\xe7\x23\xe5\x6d\x16\xe9\x8d\x1c\x0e\xdd\xc5\x56\x90\xfc\x8e\x6e\x2d\x7f\xb6\x05\x53\x79\x71\x43\x8a\xf8\xb2\xa0\x53\x91\x77\xdf\x5d\x6e\x41\xd6\xaa\x5c\x32\x8a\x12\x19\x0f\xdc\x3f\xfd\xf0\x30\xc8\xee\xc9\x7a\x99\x26\xa5\xe8\xdf\xfe\xc0\x2d\xda\x01\x2f\xe8\x22\x17\x40\xff\xe1\x56\xed\x99\x52\xf2\xe5\x56\x64\xfa\xd6\xbd\x6e\xcf\x04\x4f\xf3\x89\xfa\x86\xee\xcd\x96\x4e\xaf\xb2\x98\x30\xfa\x90\xa4\x34\xfc\xce\xfd\xdc\x9e\xb7\xa0\xe5\x32\xcf\xd4\x68\x0e\xbf\x77\x6f\xb7\xa0\x27\xca\x97\x12\x37\x3f\x78\x9a\xda\xfa\x8b\x4d\x9c\xbb\x64\x6a\x07\x5d\x5c\xd2\xf4\x39\x42\x7a\x3d\x26\xeb\x77\x7c\x9f\x38\x77\x6c\x32\xad\x7c\xd2\x7f\xf2\x04\x53\x3d\x34\x39\xb2\x57\xce\x1d\x58\x3e\x44\x23\x1e\x41\x7c\x02\xf7\x71\x5d\xc2\x53\xd2\x11\xfc\x2c\xf0\x87\xe2\xcf\x0c\x7f\xa6\xf8\xb3\x1c\x71\xb6\x47\x3c\x71\xd4\xad\xa0\xf5\x7a\xaa\x56\x09\xf4\x0a\x0b\x66\xf8\x53\xe1\x4f\x81\x3f\xf3\x26\x34\x1e\xb1\xda\x6c\x20\x47\xac\x45\x6c\x24\x2e\x8e\x18\x2e\x78\x02\xc3\x8b\xef\xfb\x8b\x8d\x60\xc4\x47\x8c\xd0\x5f\xe5\x31\xf5\x53\x4f\xc4\x1d\x4b\x8a\x86\x84\x85\x9e\xc0\x66\xcf\x71\x9e\x95\xab\x05\x2d\xfc\xab\x7a\xca\x39\x9f\x87\xfe\x5c\xa6\xf0\x4b\x16\x7e\x24\x63\xce\x70\x02\xbc\xa5\x53\x3f\x53\x91\x9c\x7f\xf8\x54\x46\xbd\x24\x5f\x6e\xfd\x4a\x06\x5f\xd1\x45\xee\x17\x32\x78\x0e\x7c\xc9\x8f\x35\x05\xcb\x39\x67\x17\xfe\x4c\xe6\xba\x00\x6e\x03\xdd\x98\xaa\x48\x3e\x55\xfc\xa5\xa7\x3c\x38\x2b\x44\xc8\x0b\x91\x0a\x6d\x0c\x85\xeb\x35\x47\x5e\xba\xd1\x8a\xd5\x70\x75\x64\x26\x19\xd8\x6a\x81\xcb\x21\x5e\x6d\x9a\xc5\x24\x2a\xb7\x17\x9b\xeb\xc5\x04\x9e\x9b\xd9\x1f\x98\x03\x3a\x1d\xfa\xbe\x1f\xe9\x40\xb5\xa1\xda\xde\x8c\xcc\x28\x21\xc6\x71\x7b\x7e\xaa\xe7\x87\x41\xde\x9e\x17\x2c\x26\x54\x6e\xa0\x81\xed\xb9\x0b\x1d\x32\x27\x90\xed\xb9\x63\x23\xb7\xa0\x9d\xed\xf9\x67\x7a\x7e\x9d\xb0\xb6\x96\x98\x1a\x25\x04\xd5\x6d\xcf\xbf\x34\x7b\xfb\x2b\x49\x93\xf8\x54\x5d\xfb\x6b\x1d\x5b\x94\x3a\x8d\xb1\x5d\xaf\xdb\x85\x03\xb2\x5e\x13\x86\x7f\xfc\x59\xe0\xcf\x0c\x7f\xa6\xf8\xb3\xc4\x9f\x3f\x19\x88\x07\xa8\xc6\x36\xc8\xa6\x5a\xaf\x8d\x70\x51\x0b\xcf\x6b\xe1\xab\x5a\x38\xab\x85\x6f\x6a\xe1\xcf\xb5\xf0\x6d\x2d\x7c\xed\x28\x5c\xb3\xc8\x37\x53\xff\x4b\xeb\xad\x9d\x7b\x2e\xcb\xf9\xed\x97\xe5\xee\xbb\x80\x15\x7d\x2a\xf7\xb6\x0b\x9f\x4f\xeb\xb7\xc8\x1e\x0d\x4a\xbb\x3c\x27\xe1\x40\x6f\x82\xae\xea\x4e\xd0\x85\xfe\xf0\xcd\x11\x2a\xbe\xce\x8b\x7c\x49\x8b\xea\xd6\xe6\x75\xb8\x56\xd0\xbd\xbc\xa4\xe5\x2b\xa8\x39\xe8\xba\xe2\x02\x60\xba\x92\x2a\x18\xd8\x16\x2b\x4e\xbe\xbc\x7d\x97\x1f\xa7\xc9\x32\xcc\x49\x01\x97\x7f\xf2\x24\xb6\x06\xf2\xea\xd5\x25\x34\xd2\xf2\xad\xcb\x24\xab\x68\x91\x2f\xf9\x8d\xe1\x13\x5c\x93\x6c\xd1\x25\xbe\x48\x07\x5d\x34\x8c\xc3\xb2\x51\x03\xfa\x83\x50\x58\x91\xdd\x2a\xdf\x8d\x44\x21\x09\x51\xae\x70\x5b\x60\xe4\xe1\x27\xc7\xba\x13\x57\x3f\xf3\xf0\x13\xd7\xe8\xf6\x15\x42\xac\x43\x88\x1f\x59\x77\x56\xd0\xe5\xab\x6a\xd0\x1d\x41\xe4\xc6\xb3\xcc\xb3\xf0\x4b\xa4\x36\x01\x57\x3b\xb4\x42\xd9\x04\x08\x48\x9f\x7a\xda\x39\x08\x97\x5e\x92\x8a\xa2\x8d\x15\x66\xc5\x3b\xc2\x41\x97\x81\xe3\xd0\x75\xe7\x27\xb5\x0a\x85\x8f\x06\xcc\x97\x87\x9f\x3c\x68\x23\xa7\xaf\xc7\x03\xe0\x98\x78\xb8\xed\x0c\x57\x9a\xb3\x12\x74\xee\x84\xd9\x31\x15\x9d\x87\x61\xd7\xe4\xd1\x35\x78\x5b\x14\x3d\xb3\x46\xcd\xf6\xf2\x66\xe8\x8d\xab\xa3\x3a\xbf\xc9\x7e\x56\x5a\x67\xd7\xa2\x19\x5b\x42\x49\x98\xd2\x37\x59\x7a\xcb\xfa\xc2\xc8\x69\xab\x9a\xda\xf1\x60\x74\x78\xc2\x8c\x56\x6f\x6e\x32\x31\x33\xb0\xb9\xa5\x80\x81\x0d\xd5\xc0\xb4\xe6\x36\xe1\xd6\x5b\xa3\x60\xf0\x2f\xa1\x58\x95\xfd\xb1\xcb\xdb\x85\x36\x02\xad\x55\x9d\xd0\x32\x2a\x92\x25\x1c\x8b\xf0\x6e\xb3\x52\x7d\x55\x9b\x67\x6d\x1c\x0f\x55\xe5\xcb\x55\x39\xef\x93\xe5\x32\xbd\xb5\xf1\x74\x8c\xd7\xec\x68\x08\x66\x09\x0d\x1a\x46\xd0\x17\xcb\x82\x92\xd8\xae\x48\x31\x03\xcf\x0b\xe8\x44\x85\xe1\x23\xb1\x7c\x6b\x88\xaf\x89\x93\x62\x06\x6f\xfa\xd6\x1f\x13\x47\xbc\xe1\x3e\xd5\x57\xb9\xc6\xc9\xc4\xea\x48\x93\x51\x23\x7a\x64\xdd\x6d\x10\x75\x89\xf5\xff\x58\xfb\x0c\x86\x18\x61\x84\xe3\x02\x2b\x72\x98\x74\x7f\x4a\xa2\xb9\x86\x38\xd0\x34\xdc\x59\x97\x35\xf6\x86\x2d\x87\x83\x4a\x97\xb7\x85\xdb\x9b\x01\x8e\x34\x3b\x9c\x07\x70\x0d\x84\xd0\xc6\x42\x13\x5a\xca\x5a\x1e\x82\xc1\x7b\xe1\x38\xda\x74\x34\x3b\x78\x4f\xd7\xda\xf9\xb7\xd1\xc1\x87\xe8\x45\x20\x11\x0e\x7f\x04\x06\x24\x1d\x20\xa8\x2d\x94\xf0\x01\xdf\x5b\xd6\x3a\x2d\x80\x71\xb5\x52\x2c\x78\x9d\x18\x71\x71\x54\x22\xfc\x48\x6d\x3c\xbc\xac\x0d\xb5\x30\x8e\xbe\x05\xf0\xcb\x3c\x2f\x69\x13\xba\x27\xa6\xb2\x6b\x25\x5f\x31\x6d\x01\x0c\x46\xfe\x6c\xb0\x81\xf6\xf9\xcb\x47\xc1\x43\x42\xd7\x9e\xcc\xaf\x03\xaa\xd3\x3a\x5e\x2d\xa8\xe7\x1a\x27\x13\xce\x0a\x78\x37\xa4\x85\x1c\x0c\xea\x3f\xe1\x4e\x96\xb4\x5d\xc1\x17\xa5\x79\xfb\x24\x9f\x64\x5f\xd0\xc6\x17\xe5\xa9\x9c\xe2\xfd\x88\xa4\xa9\x39\x9e\x1a\x1c\xc4\xb1\x38\xc9\xd3\xc8\xfe\xdf\x18\xef\x2d\xc3\xf2\x95\x83\x2e\x22\x30\xff\xcf\x4d\xc6\x2c\x07\x40\x1f\xed\xf6\xc1\x78\x68\x18\xfe\xc2\x00\xdc\x8b\xb8\xfb\xd1\x06\x0e\xbc\x8e\x49\x9a\x82\x0f\x01\x5b\xb8\xdb\x70\xad\x63\xb5\x32\x0a\x6c\x75\x64\xb2\x74\xcb\x91\x4f\x8d\x8c\x2c\x67\x9b\x25\x76\xd0\x3d\x26\x59\x96\x57\xe8\x15\x86\x58\xe8\x36\x8c\x94\x16\xb1\xd4\x9a\x8c\xd3\xda\x6c\xde\x56\x9e\x05\x9e\x7b\x1a\xac\x9d\x23\x1a\x12\xdb\xd8\x7a\x2c\x99\x8a\xe5\x63\x2e\xc0\xb4\x8a\xd6\x96\x23\xcb\xdf\x12\xbf\x5e\xe3\x79\x8b\x51\x2e\xca\xb3\x69\x32\x5b\x89\x92\xe0\xc5\x01\x7d\x98\x76\xf1\x58\xb4\x6b\x25\x99\x56\xc0\xd1\x0b\xdf\x14\x49\x65\x14\xbc\x9f\x69\x6a\x25\x81\xd4\x34\xa8\x2d\x28\x44\x8b\x8e\x63\x86\x71\x5b\x1b\x2b\x17\xad\xf1\xce\xd1\x03\x52\x59\x91\x2a\x89\xce\x05\x52\xf9\x26\x82\x27\x3b\x2d\xe3\xa0\x41\x52\x73\x5e\x87\xc9\x85\x09\x03\xf0\xbd\x60\xcc\x46\x78\x82\x6e\xb5\x1c\x0d\xe2\x5d\xe6\x65\x99\x84\x29\xd5\xf2\xbc\x85\x52\x76\x49\xd3\xa9\x0b\xd4\x26\xba\x03\x94\xd7\xeb\x59\xb6\x10\xcc\x30\x11\x05\x43\xb1\x19\x64\x63\x2b\x7c\xe7\xb1\xfc\x75\xb1\xd1\xd1\xa4\x1c\x96\x41\x97\xf7\x48\x59\xd2\xa2\x7a\x37\x4f\xca\x17\x59\x52\x25\xf0\x8e\x7c\x0c\x0d\x69\xc8\x7f\x97\x33\xca\x58\x14\x22\xed\xcd\xd4\xce\x41\x06\x30\x23\x15\x83\x29\xcd\xf8\x43\x6d\x29\xd0\xe3\x47\xd6\xfd\xf0\x85\x78\xdc\xbf\xbc\x84\x51\xba\xbc\x64\xbd\x6d\x85\x65\xe7\x0e\x08\xb3\xa2\x6b\x6d\xa9\x66\x87\xee\xe9\xbc\x60\xb5\x34\x9d\xe2\xcb\x6e\xb0\xe1\x32\x39\xc5\x5b\x3a\xa5\x05\xcd\x22\xc9\x2e\xe0\xb0\x60\x4e\xca\xec\x69\x65\x85\x94\x66\x56\xc2\xc1\x96\x34\xb6\x76\xad\x72\xb5\xa4\x85\xed\x18\x39\xd0\x7b\x16\x67\x23\xc2\x73\x13\x4d\xa7\x8d\xb6\x26\xd9\x9c\x16\x49\x55\xda\xe5\x2a\x84\x69\xe1\x22\x3c\xf8\xae\x6d\x7d\x54\x02\x6c\x06\xea\x5b\x88\x5a\x32\x37\xb2\xd8\xc2\x02\x2f\x58\x66\x8b\x7e\x5e\x16\xb4\x04\x2f\x50\x70\x13\x85\x26\xd5\x9c\x16\x56\x48\x51\xb4\xcc\x8b\x26\x4f\x14\xed\xd4\x36\x21\x75\x93\x59\xad\x21\x46\xb3\xf4\xb9\x79\xa7\xbb\x66\x1c\x01\x47\x84\x6d\xb2\x42\x83\xe0\x43\xfc\xac\xdc\xd2\x99\x1a\xc6\x31\xf6\x22\x66\xb6\x86\xb3\x4b\x93\x46\xdb\x31\xdb\x18\x88\x5a\xa1\xdc\xb5\x96\x30\x11\xca\xc7\x4d\x04\xc6\x87\x1f\x82\xa5\x53\xbb\x6f\x2d\x25\x49\xe7\x06\x7d\xb7\x15\x6e\xb4\xb6\xc6\x8c\xf3\xf0\x13\x17\x5f\xc5\x15\x26\xc0\x0a\x5b\xc9\x13\xd8\x84\x6e\x17\x7e\x55\x51\x39\x06\xdc\x82\x45\xad\x32\xdb\x87\xa0\x3e\x4c\xfa\x8e\xe0\x8e\x55\x6c\xda\xfe\xa9\xc9\x80\x5b\x54\xa1\xac\x68\x68\x42\x82\x6c\xef\xef\x7f\xbb\xbc\x3c\x7f\xff\xf6\xf4\xf2\xf2\xef\x7b\x5a\xd7\xed\x4b\x38\x94\x7c\x72\xbe\x2a\xd4\xc5\x20\xae\x3e\x52\xb3\xa9\x06\xd0\xb5\x5a\x4b\x71\xd7\x4b\x12\x76\xad\x94\xf2\xbd\x06\x0a\x15\x93\xf1\xec\x7b\xc2\xf1\x16\x24\x32\x1e\x21\x63\xea\x82\x0c\x4b\x74\xeb\xd0\x1d\xcf\xf0\xaa\x09\x50\x52\xf0\x9a\x5b\xdf\x0c\xba\x2c\xa6\xe4\xbe\xf5\xf0\xd8\x98\xe5\x74\x5c\xeb\x12\x65\xb5\x81\x87\x5f\xcf\x00\x02\x06\x40\xce\x10\x9e\xee\x58\xf9\xf1\x25\x1f\x0a\xb5\x5d\xbc\xe4\xe6\x5d\x86\x7b\x4a\xe8\x0a\xdb\x5b\x6c\x5f\xd0\xb0\x3f\x76\x1d\x23\xac\x50\x8d\x3b\xd7\xfb\xec\x80\xd0\xcd\x77\xd3\xf5\xf2\xae\x35\x66\x90\xd5\x1d\xbf\x62\x56\x3a\x8e\xc2\x53\x9d\xea\xb7\x30\x7a\xe8\x80\xe3\xb2\x95\x34\x3b\x4e\x93\xe8\x2a\xe8\xba\x6a\x8c\x6d\x7a\xad\x08\xc6\x18\xbe\x27\x20\x83\xb1\x4e\xa0\x3b\x4f\x10\x46\x74\x7f\xc3\xdc\x11\xac\x96\x19\x9d\x92\xea\x79\xf2\x8c\x5b\x19\xea\xb9\x30\xd2\xc8\x17\xcd\x93\x34\x2e\x60\xb8\xf5\x9c\x22\xda\x84\x29\x8d\x33\x0c\xa0\x18\x2b\xb1\xc3\x9d\x30\xa6\x74\xc1\x32\x82\x42\x70\xac\x29\xda\x26\xfd\x63\x0e\xbb\x9f\x67\xe9\xad\x2d\x6a\x72\x6a\x00\xe4\x45\x70\x7b\xe0\x36\x94\x88\x06\x40\x47\x79\xd4\x55\x86\x1f\xdc\xf9\xea\xd4\xb2\xb1\xd3\x86\x4f\x6a\x8c\xe2\xc5\xf8\xb5\x70\x4f\x7a\x5f\x45\xc7\x5f\x4b\xb6\x6c\xf0\x81\x63\x70\x92\xca\xba\x21\xa5\xc5\xdd\x67\x05\x99\x59\x09\x74\xb7\xd7\x83\x6e\xe3\x88\x69\xea\x36\x15\xd9\x17\x00\xf1\x1e\x0f\xa7\x05\xf3\xcd\xe6\x66\x6e\x4e\x2a\x5e\xdd\x83\xb4\xea\xa9\x54\xaf\xe1\xec\x97\xb3\xa8\x26\xe7\xd6\x78\xd1\x98\xd7\x7a\x45\x6f\x47\x56\xd0\x2d\x28\x9e\xc0\xba\x82\x9d\x00\x13\xd6\x2e\xeb\xb1\x64\x7b\x3b\xc5\xee\x8b\xc7\x7b\x9b\x14\x7b\xd9\x24\xd9\xfd\x26\xcd\x5e\xb6\x11\xed\x7e\x1b\xd5\x5e\xb6\x92\xe2\xbe\xa0\xc5\x47\x50\xf8\x7e\x3b\x89\xcb\xa9\xb7\x4d\x53\xa2\x83\x70\xad\x71\xd0\x45\xdb\x02\x3e\xcb\xf3\xe5\x2d\xff\xc6\x86\x60\x40\xd4\xc4\x68\xf5\x3f\x39\x4d\xc4\xa8\xb7\x14\x8e\xd2\x3c\xa3\xfc\x1c\x09\x88\xd3\xad\xa9\x01\xef\x36\x7c\xbb\xe8\xd6\x26\x06\x23\x38\xee\x93\x58\xb0\x2d\xe9\x96\xd8\xd1\x9d\xad\x6e\x64\x67\xe4\xa6\xc4\xa0\x2f\x2f\xc8\x36\x76\x5b\xdb\x5a\xd6\xbe\xed\x27\x11\x4d\xa0\x41\x56\xe7\xbf\x0d\xc2\x96\xd5\xc1\xb6\x49\x9e\x80\xe0\x00\x8d\x94\xc5\x30\x0c\x3d\x1f\x2a\x2d\x1a\x8e\x47\xda\x0f\x5e\xf8\x69\x08\x9c\x39\x98\x67\x39\xc7\xca\x6f\x1b\xa7\xa8\x66\x67\x44\xc9\x7a\x3f\x01\x74\x2d\xee\x51\xb8\x68\x1c\x2e\xd5\xb3\xdc\x63\x48\xf5\x4d\x7f\xa0\x19\x52\xc5\xf9\xe2\xff\x54\x4b\xaa\x3d\xd6\x94\x57\x79\x4c\x8b\x2c\xf9\x52\x58\x07\xfd\x41\x7f\xb0\x2c\xa8\x65\x1f\xaf\xca\x2a\x5f\x58\xcf\x57\x49\x1a\x3b\xd6\x9a\xb5\x22\xc8\xea\xfe\xeb\xc1\xf6\x8a\x10\xbf\x79\xc6\xe5\x66\x5a\x24\x4e\xae\x5d\x34\x57\x64\x89\x85\x96\x58\x46\x73\xca\x06\xaa\x60\x7b\x17\xf5\xd8\xa9\x4d\x9c\xbb\x29\x5c\xf7\x47\xeb\xae\x79\x55\x2d\xcb\xd1\x1e\x1e\x09\x7e\x2a\xe1\x6e\x59\x9c\x47\xe5\x1e\x78\x1f\xdf\x45\x5b\xe1\xa2\x3f\xaf\x16\xe9\x61\x22\x3c\xfd\xfa\x41\x77\x87\xb8\x91\x3f\xf4\xa2\x67\x0d\xed\x7d\xb4\xb3\xe3\x84\x3b\x7e\xd0\xed\x81\xe4\x35\x61\x99\x5b\xee\xd2\x2b\x49\x2c\x9a\x38\x9e\x38\x66\x7e\x95\x64\xc9\x34\xa1\x31\x27\x1a\x68\x84\xf5\x37\x56\xdd\x4e\xd0\xf5\xac\xeb\xa4\x4c\x2a\x2b\xe8\xee\x84\x3b\x41\x17\x64\x47\x36\x30\x53\xb6\x5f\xe3\xde\xcb\xd9\xbe\x8d\x61\x92\xc5\x67\x79\xb6\xbb\x10\x00\x63\x7a\x6d\xd1\xec\x3a\x29\xf2\x0c\x7c\x85\xb2\xc2\x50\x10\xea\x28\x81\xa2\x48\x1c\xc3\xcb\x03\x24\xb5\xe6\x34\x5d\x4e\x57\xa9\xc5\x7d\xe2\x97\xfd\xa0\xbb\x49\xa6\x76\x87\x10\x07\x37\x95\xb8\x99\x5c\xd9\xfb\xfb\xdf\x01\x8f\xd2\x5e\x4a\xb0\x89\x1b\xba\x91\x1b\xbb\xd4\x9d\xba\x33\x77\xee\x5e\xa1\x01\x50\xea\xa3\xfd\xa3\x52\xcd\xc2\xf5\x64\xd4\xc5\x4a\x7c\xb8\x07\x8e\x57\x15\xb7\x77\x21\x97\x14\x23\x37\x75\x36\x11\xa9\xa2\xb9\xbd\x70\xee\x38\x93\xc4\xda\x17\xce\x66\x03\xda\x34\xe2\x77\x86\x2e\x25\x3e\x3c\x5c\x3f\x85\xd0\x9c\x87\x12\xe2\xdf\xf1\xfc\x23\xfd\x60\x9f\x95\x19\x78\x94\xf8\x64\xb3\x51\xf4\xf1\xa9\xb5\xf1\x00\xdf\xe3\xf0\xbd\x90\xf0\x96\x25\xc4\x95\xad\x76\x94\x21\xd0\x55\x2b\x8c\x4f\xa2\x14\x08\xd0\xaa\x9c\x97\x4c\xed\x18\xad\xa8\x62\x22\xf0\x44\x89\x67\xd4\xb9\x81\x4d\x95\x89\xf8\xe1\x0f\xdf\x3b\x8e\x37\x25\xeb\xb5\xcd\x7a\x3c\x60\x3d\x4e\x39\x42\x52\xde\xf9\x05\xff\xcd\x78\xd3\xf5\xa3\x3f\xde\x4a\xac\x32\xe6\x66\x57\xeb\x75\xd0\x5d\x65\x57\x59\x7e\x93\xed\x82\x04\x14\x74\x3d\xd2\x17\x8f\x63\x80\xda\xcf\xcf\x88\x1d\x39\xde\x15\xb1\x63\x37\x74\x51\x89\xe2\x12\xa7\x99\x8d\xb5\x9b\xc1\x5e\xf2\x46\xfc\x49\x7c\xb8\x7e\xa3\xa4\x1b\x62\x43\xbf\x97\xc4\x11\x53\x92\x30\x66\xf3\x27\xc7\x43\xe8\xff\x49\xc6\x64\xe2\x46\xfe\x92\x48\xbd\x33\x01\x8c\x75\xec\xdd\xe1\xb3\xc8\xa9\xd1\xe2\x0f\xdf\xba\xc4\xc1\xf4\x92\xb0\x79\xc5\xa0\x77\x42\x61\xeb\x7e\x7a\x0d\x18\xaf\x95\xf9\x0e\xca\x40\x7e\x3f\xf4\x22\x3f\xec\x43\xc7\xd1\x73\xb1\x68\x17\x30\x47\x8e\x2b\xea\xf3\xa3\x7a\x16\x98\xfa\xd1\x38\x9e\xb8\x33\x3f\x74\xe7\x7e\xcc\xaa\xae\x48\x7f\x4e\x4a\xed\x6c\xc4\x9e\x37\xda\xf9\x83\x3b\x77\x1c\xaf\x22\xe3\xf9\xc4\x9f\x02\x9c\x2b\x7f\xda\x5f\xce\x49\x49\xe3\xb7\x74\x96\x94\x55\x01\x8e\xc4\x5f\x93\x05\x2d\x19\xd0\x2b\xe4\x5a\xc0\x8b\xaf\x9c\xab\x7a\x0d\xd4\xe9\xf5\x56\xc4\xbe\x1a\xd3\x09\xa3\x37\xc7\xa3\x7e\x67\x80\x44\x33\xed\x17\x35\x80\x87\xf6\x8a\xd8\xcd\x68\x28\xe8\xb2\x82\xce\x88\x32\xda\x63\xb8\xa3\xf5\x96\x7f\xef\xc6\x80\xaf\xcd\x66\xa3\x3b\xd2\x5f\x49\x6a\x4a\xa6\xf6\x35\x1b\xb5\x5a\xc1\xe1\x60\x00\xe5\x20\xcd\x0f\xbd\x1b\xfc\xd5\x70\x3d\x8e\x26\xfd\x98\x2e\x99\xc4\x9b\x45\x09\x2d\x81\x76\x4a\xe2\x8f\x27\x6e\xc5\x28\xc7\xbd\x86\xbf\x37\x40\x45\xb2\xe2\xcf\xc4\x96\xd4\xd2\x19\xba\x11\x8c\x58\xc4\xd0\x44\x9c\x64\x6a\x37\xc6\x22\x72\x24\xc1\x8f\xa3\x09\xf4\xf1\xcf\x96\x4c\xeb\xf5\x9f\x2c\xbd\xe3\xfb\x31\x74\x09\x42\x8d\x2e\xed\xbb\x91\xe3\x78\x90\xe6\xc7\x5e\xc8\x70\xbe\x09\x7b\x3d\x46\xd7\xd0\xfa\x5b\xe2\x77\x6c\x36\xa1\x84\x90\xa3\x19\xf9\xdc\x24\x59\x9c\xdf\xe0\x7c\xdb\x9a\xdc\x8f\xf3\x08\xf8\xc4\x63\xf3\x71\x35\x1c\x97\x42\x1d\xf7\x0b\x9f\x7b\x47\xfc\xf7\x79\x93\x11\x1c\x13\x6e\xc4\x49\xfc\x05\xfb\xe4\x06\x9d\x4a\xf5\xd7\x91\x95\x7d\x69\x30\xff\xef\x07\x30\xa6\x0c\xfb\xa4\x5f\x56\xa4\xa2\xaf\xf3\x98\x7a\x61\xaf\x67\x87\x7e\x4a\xec\x90\x35\xc1\xd6\x92\x5c\x6e\xde\x19\x3a\x8e\x66\x3b\x79\x02\x6d\x38\x22\x87\xcf\xd9\x7f\xf8\xa0\x0e\x71\x46\xcf\x89\x3f\x26\x93\xd1\x11\x63\xd2\x32\xef\x29\xe7\x1a\x47\x7c\xdc\x89\x7f\x44\xdc\xd0\x7f\x4e\xbc\xe7\xec\x13\xfb\x07\x9d\x62\xa3\x1b\x02\x6b\x21\xfe\xc0\x23\xcf\x42\xb1\x44\x93\x9d\x1d\xe7\x98\xd8\x21\x23\x53\xad\x15\x67\x40\xc4\xd2\x5a\x8c\xb5\x5e\x25\xfe\xa8\x71\x75\x3d\x0b\x8f\x51\x19\x7f\x62\xed\x83\xe1\x7f\x41\xfc\x33\xe2\xfe\x0b\x96\xa3\x9f\x81\x9d\xcb\x4c\x2f\x79\x27\xb8\x9d\xd7\x11\x59\xaf\xf9\xe7\x73\xe2\x30\x08\x2e\xeb\xa6\x3e\xc3\x5e\xe9\x33\xec\x67\xe2\xe8\x2d\x70\xbc\x9f\x61\x35\x63\xcb\x26\x8f\x7f\x21\xb2\x6f\xa6\x49\x46\xd2\xf4\xf6\x0e\x5a\xe0\xb2\x8a\x71\x8d\x78\x4d\xfc\xbd\xff\x1e\x8f\x8e\x76\x7f\xbf\x24\xbb\x5f\x82\x60\x35\x18\x1c\x0f\x76\xe1\xf7\xe4\x5b\xfc\xf9\x1e\x83\x67\x18\x3c\xc3\xe0\xfe\xd9\x19\xfb\x39\xf8\x0e\x33\x1f\x7c\x77\x82\x3f\x67\x2c\x38\x3c\x83\xd4\xfd\xc1\xe0\x78\x17\x7f\x4f\xe0\x07\x33\xef\x0f\xbf\x87\xd4\xe3\x01\x06\xcf\x4e\x59\xf0\x60\x30\x18\xb2\xe0\xc9\x77\x50\xf6\xec\x07\x4c\x3d\x3b\x39\x86\xe0\xc9\x19\x06\xcf\xce\x4e\x26\xff\x7b\x35\x37\x08\x76\xfb\x83\xdd\x1f\xa0\x35\xcf\xbf\x83\x6a\x07\xbc\x15\xdf\x62\xb5\x07\x67\x58\xed\x37\x83\xc9\xdf\x9f\xec\xb9\x6f\x88\xdf\x38\xbd\x36\x59\x93\x7b\x0e\x4c\xf0\x97\xfa\x52\xfa\x56\x4c\xe2\x37\x04\xc5\xa9\x5f\x08\x63\xb7\x48\x0c\x9d\x81\xa7\xa5\x9c\xeb\x29\xc0\xe5\x5f\x13\x7c\x72\x4c\x46\x5b\xbf\x00\x77\xee\x0c\xbc\x73\xf1\x21\xf2\x2b\x3a\xbf\x90\x13\x42\xa7\xe4\xa8\xd7\x1b\xf8\xbe\x1f\xc1\x2c\x57\xb5\x70\x7b\x6c\xce\x47\x42\x6e\x86\xad\x73\x99\x11\x8f\x11\x16\x4d\x23\xd9\x76\x9e\x10\xe2\xdd\xf7\xa0\x3b\x62\xa2\x92\xd1\x01\x51\xb7\x88\x8c\xfa\x24\x8a\xe8\xb2\x2a\x85\x7f\x12\x0f\xcc\xca\x75\x27\x2d\xd2\x39\xd1\x3f\x94\xf0\x1d\x93\x8a\xec\x02\xbf\x23\xbd\x5e\xd0\x65\xb2\x3e\x0f\xd6\x2c\xc1\x3b\x43\x63\xf1\x7b\xd7\xc4\x84\xef\xfb\xe1\x56\x9e\x1d\xae\xd7\x1a\xf2\x8c\x41\xda\xd2\x2f\x8e\x3e\x8e\x55\x44\xde\x81\x68\x4c\x88\x18\xfa\x46\x36\x8e\x55\x8e\x71\xff\x10\x96\xea\xe8\x9d\x27\x74\x30\xfa\xdb\x7a\xf4\x7a\x3d\xfc\x67\xb8\x69\x8e\xf1\xb5\x2e\xc9\x72\xe1\xbb\x86\x5a\x7f\x1f\xfb\x7a\x80\x3f\xdf\x40\xe5\x98\xb1\xaa\x8a\x24\x5c\x55\x94\x49\x17\x7e\xdc\x12\x09\x4f\xef\xfb\x14\x53\x16\xab\xb2\x7a\x5f\x4a\x0d\x83\x1f\x79\x52\xb1\xc5\xc2\x00\x84\x78\xf2\xc1\x2e\x51\x4b\x49\xb2\xa4\x4a\xbe\xd0\xf7\x6f\x5f\xfa\x53\x60\x6c\xc7\x38\x37\x94\x0e\xc8\x8a\x49\x36\xa3\x45\xbe\x2a\xd3\xdb\x0b\x5a\xbd\xc8\x32\x5a\xfc\xf4\xee\xd5\x4b\xf1\xc4\x22\xba\xfe\xe3\x01\x7c\xc2\x80\xc9\x7b\x22\x57\xb9\x5a\xc2\x49\xd9\x31\x3e\xcd\x7c\x1a\xe3\xa1\x87\x78\x6b\x4c\x24\xff\x74\x1b\xa3\x30\x25\x13\xaa\xdb\x94\x06\x5d\x7e\x3d\x33\xe8\x5a\x41\xb7\x69\x9e\xc4\xa6\xed\x31\x9b\x63\x19\xbd\x01\x74\x0f\xdc\xce\xd0\x25\x2e\xac\xd6\x9d\xa1\xb3\x71\xbc\xf1\x38\xe8\x22\xd2\x8f\xe7\xa4\x28\x69\x15\x74\x5d\x11\xb3\x1b\x89\xa8\x89\x3b\x0e\xba\x70\xf6\xc0\x30\x05\x59\x20\xc4\x53\xd8\x06\xf6\x2c\x07\x4d\x63\x77\xca\x7e\x79\x6c\xb5\x3c\xfd\x73\x95\x5c\x43\x3c\x0b\xed\x52\x0c\x4e\x26\xad\x4d\xe5\x4b\xfd\x78\x30\xf1\x8e\xc7\xa1\x68\x75\xe8\x0e\xa1\xd5\xe3\xe1\xc4\x68\x78\xd0\x8d\x4c\x9c\x41\x35\x71\x41\x66\x33\x19\x2a\x97\x94\x1f\x95\x40\x90\xdb\x28\xb4\xd7\x6e\x20\x6a\x1f\xaa\x34\x67\xb5\x5e\x7b\x90\x31\xbc\xad\xaa\xfc\x2d\xbd\xa6\x45\x89\xb5\xd1\xcf\x15\x2d\x32\x92\xbe\xa5\xa8\xb6\x90\xef\xf0\x70\xc4\x44\xab\x52\xb6\x0c\xd4\xce\xc5\x35\x3d\x4a\x97\x73\xf2\x15\x4d\x32\x1a\xd1\x25\x69\x9a\xdf\x9c\xad\xd2\xf4\x22\x2a\x28\xcd\x2c\xb8\xf2\x64\xb1\x76\x9d\xb1\xda\xe0\xeb\x3c\x25\xb7\x60\x45\x53\xe4\x69\x29\x08\x91\xfd\xd2\xc2\xe2\xcf\xfd\xc5\xe2\xe3\x3c\x89\xaa\x55\x41\x5f\x64\xfc\x03\xdc\x22\xbc\xce\x7f\xe5\xee\x1f\xac\x79\x12\xc7\x34\xb3\xd2\x3c\x5f\x5a\x59\xce\xcd\x6f\x33\x95\x9e\x2f\x69\x66\x2d\x53\x72\x5b\xbe\xc8\xe0\xb9\xb9\x82\x92\xf8\x4d\x96\xde\x0a\xc5\x5a\x6c\x15\x88\xb0\xd8\x82\x8b\x3f\xb1\x55\x52\xb2\x48\x69\x59\x5a\x49\x45\x17\x17\x78\x19\xe8\x2b\xa9\xfa\xe0\x31\x83\x15\xe1\xd4\x03\xe4\x2f\x56\x69\x95\x2c\xf9\x48\x2c\x56\x15\x8f\x2e\x69\x4a\x23\x08\x3c\x62\x38\x0e\xdc\xce\xa0\x36\x95\x82\x6e\x44\x96\x0c\x6d\x48\x89\xf9\x4d\x96\xe6\xe4\x71\xd0\xbe\x69\x4e\x4c\x46\xdf\x69\x09\xa0\x8a\xfc\x06\x3f\xca\xe4\x8b\x20\x6c\xb6\x58\x3d\x02\xf0\xb7\x6d\x80\x8b\xfc\xe6\x02\x00\x30\x48\x15\x29\xaa\x47\x81\xfa\xc7\x03\x68\x66\xd3\xf7\x3d\xf1\xf7\xc6\x41\xb0\x3b\x9a\xd8\x63\xb2\xfb\x65\xe2\xec\xcd\x94\x5c\xfa\x2b\xd1\xae\x4b\xb0\xf9\xdc\xaf\xf2\xf7\xcb\xa5\x80\xb5\x61\x6c\x95\x71\x9e\xac\xda\x9d\x53\x50\x4e\x92\x34\x99\x81\x46\x69\x37\x24\x25\x05\x8a\x22\x05\x09\x93\x68\x97\x11\xa6\x25\x22\x77\xcb\x79\x32\xad\xac\x88\x2c\x45\xc1\x28\x4d\x96\xbb\x4b\x52\xcd\xf1\xab\x60\x74\x1a\xe5\x69\x5e\xec\x82\x99\xf9\x92\xbf\xa5\xd5\x16\xb7\x8b\x76\xbf\x25\x4f\xe3\xf7\x17\x79\x08\xcf\x4c\x18\x03\x8e\xf3\x45\x92\x11\xbd\x65\x34\x63\x53\x68\x37\x24\xd1\xd5\xac\x00\x9d\xe7\x34\x49\xd3\xdd\x7c\x49\xa2\xa4\xba\xc5\x00\x34\x64\x9a\xe6\x79\xbc\x0b\x00\xf9\xb7\xcc\x93\x67\xd5\xee\x94\x2c\x92\x94\x7f\xb3\x01\x57\x5f\xbb\x24\xfe\xb4\x02\x67\x25\x2c\xa2\x2a\x68\x15\xcd\x45\xe0\x36\xe5\x19\xc5\x83\x61\x10\xb8\x41\x74\xcc\xd2\xdb\xe5\x7c\x17\x1e\x15\xc3\xcf\xbc\x48\x68\x56\x61\x7f\xe7\x79\x91\x7c\xc9\xb3\x8a\xa4\x2d\x89\xd7\xb4\xa8\x92\x88\xa4\x16\xe4\xda\x25\xf1\xf5\xee\x67\xfe\x9d\x17\xc9\x2c\xc9\x76\x3f\x5b\xc9\x82\xcc\xa8\x86\x9a\x94\x56\x15\x2d\x76\xd9\x02\x0c\x41\xd6\x84\x24\x9b\xf1\x1e\x2f\x48\x71\x45\x8b\x5d\x9a\xc5\xe2\x73\x91\xc8\x4f\xa0\x46\x2b\xbf\xa6\x05\x8c\xab\x78\xad\x54\xc5\x54\xf3\x24\xba\xca\x18\xbf\x58\x92\x24\xab\x76\xf3\x22\xa6\x85\xb5\x24\x59\x5e\xd2\xdd\xa1\xb5\xcc\x61\x2c\x51\xbd\x54\x5a\xb2\x4d\x30\xc4\x59\x85\xef\x5e\x69\x4d\x2d\xab\x7c\xc9\xdb\x05\x9f\x62\x20\xca\xaa\x48\xae\x28\xdb\x8f\xae\x66\x73\xd5\x0c\x33\x5a\xb5\xa5\xac\x8a\xfc\x8a\xee\xc6\xa4\x9c\x83\x17\x1c\x3d\x22\x9f\x4e\x4b\x5a\x89\x18\xd6\x89\x88\x2c\xf5\xe0\xa7\x3c\xc9\x44\x78\x91\x54\xac\xa3\x8b\x44\x16\xd0\x5a\xc4\x82\x37\x49\x5c\xcd\xe1\xc0\x78\x97\x64\xd1\x3c\x2f\xf0\x3b\xa6\x51\x8e\x02\x02\x86\x55\x0f\x41\x27\x6f\x22\x53\x45\xa9\x1e\xac\xb2\x04\x5e\xac\x09\x93\x38\x91\x01\x7c\x5d\x74\x95\x25\x55\xb9\xbb\x64\x58\x5d\x58\xd7\xbb\x84\xad\x58\x21\xad\x92\xc8\xba\xde\x9d\x93\x6c\xc6\x6a\xb9\xde\x4d\x62\x9a\xcf\x0a\xb2\x9c\x43\xfc\x82\x54\x73\xba\x20\x48\x3a\xd7\xa0\xd4\xdf\xa5\xd3\x29\x8d\x2a\x8b\x51\x14\xd0\xd1\x2d\x7e\x4a\x32\xd2\x43\xb7\xf0\x94\xa6\x24\xa1\x9b\x22\x01\x0a\x5a\xe4\x31\xb5\x3e\x2f\xd2\xac\x1c\x7d\x4e\x93\xec\xca\xfa\xcc\x27\xfc\x63\xd6\x0c\xa1\x49\x10\xfe\xe3\xde\x13\x37\xc8\x7e\x25\x4e\x9b\xb0\x61\x2e\xb3\x50\xd7\x88\x44\xd5\x8a\x2d\x72\x3c\x54\x44\x45\x9e\x8a\x90\xf6\x59\xce\xf3\x1b\xfe\x59\x25\x95\x8c\x06\x87\x80\x7f\xad\x95\xdb\xda\x88\x42\xd5\x68\x6f\xef\xe6\xe6\xa6\xcf\x5d\xd7\x0d\x7f\xf8\xe1\x87\x3d\xa8\x31\xe8\x2a\x86\xff\x79\x91\x8e\x18\x9f\x02\x8e\xcf\x02\x29\xc9\x66\x32\x00\x92\xf2\xb6\x25\xe0\xdf\x6c\xcf\x6f\xaf\x5e\xb2\x36\x7d\xbf\x97\x09\x91\x5c\x6f\x57\x45\x42\x78\xfc\x19\x25\xca\x22\x2f\xcb\x37\x30\xfe\x8f\x5a\x8f\x86\x0f\x2e\xfb\xc7\x7d\xc0\xc4\x4f\x05\x9d\xf2\x52\x7c\x2c\x7f\x82\x8b\xdb\x08\x41\x0c\xef\x1c\xe3\x1e\x46\xea\x00\x9a\x5e\x16\x11\xe6\x16\xc5\x08\xdf\x6b\xa2\x0c\xbc\x38\xe2\xc1\x7f\xaf\x23\x03\xb1\xb0\x7e\x20\x3e\x21\xfd\xcb\x4b\xfe\x38\xd6\x8b\xd7\xef\x4e\xdf\xbe\x3e\x7a\x79\x21\x9e\xc9\x7a\x7f\x71\xda\xfa\x40\x96\xf7\xa1\xa1\x80\x0c\xba\x70\xfe\x73\x8c\x0a\xf5\x93\xa4\x5c\x92\x2a\x9a\xc3\x59\xd6\x7a\x6d\x7f\x20\xfd\xf6\x64\xff\x8e\xab\xe0\x47\xa0\x7c\x77\x1e\x84\xfc\x9c\x95\x3b\x06\xcb\xae\x56\xd0\x5a\xba\x7f\x27\xae\xbe\x0b\xe0\xda\x0e\xf8\x37\x6d\x07\x8c\x2a\xf2\xe3\x7a\xc5\xa1\x73\xc8\x08\x12\x0a\x73\xcd\x39\xdf\xde\xd2\xc3\x81\xef\xfb\x14\x76\x75\xa3\xf8\xb0\x33\x1c\x75\xec\x7d\xa9\xac\x73\xe0\x8e\x24\x6c\xc3\xc3\xf1\x60\xc2\x36\xe6\x6f\x64\x88\xa5\x65\x3c\x34\x84\xb4\xd7\x32\x04\x80\x06\xde\x74\xbd\xb6\xdf\xa1\x9e\x8e\xba\xb1\xd3\xeb\xd9\x11\x54\xec\xb8\x31\xea\xdc\x58\xdd\x87\x6f\x89\x1d\xb2\x34\x1e\x11\x1d\xb2\xd9\xb4\xc8\xaf\xe9\x91\xd8\xaf\xda\xa1\x33\x22\xfd\x92\x56\x5a\x8c\x1b\x74\x83\xee\x4e\xe4\x38\x23\x5a\xdf\xbe\x1e\x92\x31\x35\xf6\xae\x13\x5f\xc2\x3e\x90\xdd\x65\x6d\x64\x30\x46\xd1\xc8\x0e\x7d\x6a\xee\x8e\xdd\xb8\x1e\x03\x93\xd3\xbd\xbf\x8d\x36\xe5\xb0\xdd\xc8\x3f\xc0\x6b\xa8\x6c\x4f\x4e\x7b\xbd\x0e\x28\x66\x0e\xa1\x3e\x6c\xb8\x1b\x1f\x9a\x5d\x7a\x7d\x01\x87\x3a\x51\x4b\x57\x23\xc7\x71\x98\xfc\xc7\x86\xee\x23\xf1\xf7\xfe\xdb\xee\xff\xdd\x19\x07\xf0\x6f\x6f\xb2\xe7\x9e\x3e\xde\x55\xc6\xef\xc4\x3f\x7d\x94\xaf\x8c\x27\x5b\x32\xd6\x9d\x65\x90\xb0\x3d\x5f\xd3\x5b\x46\xb8\x25\x67\xab\xbb\x8c\x68\x4b\xe6\xa6\xbf\x8c\x78\x7b\xce\x9a\xc3\x0c\xba\x25\x67\xc3\x63\xc6\x74\x7b\xc6\x76\x3f\x18\xb3\x6d\x48\x68\x73\x84\x31\xdf\x86\x87\x86\x27\x8c\xe4\x81\x9c\xd2\x11\x46\x90\xa1\x2b\x8c\x4f\x5b\x0a\x98\xbe\x30\xae\xb6\xe4\x32\x9d\x61\xa4\x5b\x72\xd5\xbc\x61\x2c\x1e\xe9\xa7\x45\x5c\x0b\x55\xfb\x9d\x2c\xe4\x7a\x53\x3e\xa9\x88\x7e\x23\x5b\x1d\x7c\x48\x75\x3b\x70\x2f\xe2\x2f\xc2\x5e\x8f\x8c\x17\xe1\x64\xbd\x26\xe3\xa0\xfb\x5f\xff\x25\x20\x07\xdd\x89\x54\x27\xb6\xde\x0d\x3f\x24\xc8\x3e\xd5\x39\xac\x68\xc1\xee\x90\xd5\xdf\xbf\x2c\x2b\x52\xad\x4a\xe7\x4e\x7e\xfa\x03\x79\xc2\x72\x09\xb7\x0f\x42\x3f\xb4\x1d\x8f\xf4\x2f\xd1\x8c\xce\x0f\xbd\xb0\x5f\xcd\x69\xa6\x96\xaf\xd0\xb9\x1b\xe8\xd0\xe0\x38\x26\x14\xef\x87\xbb\x0a\x34\x5b\xd4\x24\x18\x67\xe3\xde\x07\x41\x95\xda\x37\x4b\x39\x86\x36\x74\x69\xa2\xd4\x44\x5d\xed\x68\xc9\x6f\x62\x98\xf4\xe3\xa4\x5c\xa6\x04\x98\xe6\x7a\x4d\xe0\x9d\x65\xe4\xd4\x58\xba\xe5\x26\xbe\x2c\x2b\xf4\xcc\xc2\xcf\x07\x09\x47\x62\x34\xce\x24\x2f\x40\x1d\xe8\x13\x22\x93\xce\x39\x3b\xc1\x84\x48\x95\x39\x97\x13\x1d\x93\x42\x95\xa4\x1c\x13\x88\xc4\xb9\x96\x28\x67\x11\x26\x25\xcd\xa4\x97\x30\x6b\x36\xdb\x7c\xa7\x08\x8d\xaf\xba\x7c\xcf\x7b\x44\x15\x28\xee\xc1\xa2\x2f\x3c\x5f\x88\xda\xe2\x66\x96\x73\xc9\x87\x30\xcb\x2c\x1c\x29\xa1\x91\x6d\x35\x3c\x20\x0f\x1d\xf1\x21\x47\x3c\x5b\x29\xbc\xf6\xb1\xb1\x59\x1a\x5b\x6d\x0f\x83\xae\x72\x61\x61\x73\xf3\x14\x87\x2d\x33\x99\x9e\x12\x74\xb9\xfe\xf9\x93\x68\x21\x10\x0b\x2a\xb5\x31\x25\x35\x53\xb0\x71\x3c\xed\x2a\x1c\xc1\x29\xa5\x31\x4f\x0e\x25\x25\xc2\xbc\x72\xb4\xd2\xce\x46\xa3\x3c\x35\xe1\xfe\x0c\x95\xcc\x0c\x9d\x8b\xf3\x3b\x22\x1d\xc6\xf4\x2b\x32\x93\x0a\x76\xae\x57\xe7\x3a\x73\xf8\xf9\x0e\x7f\x86\x03\xfc\xfd\x01\xf0\x18\x21\xa0\xb0\xa0\xe4\x4a\x73\x1b\x23\x0c\x2b\x2e\x63\x1a\xae\x66\x6f\x6e\x32\x5a\xb8\x54\x86\x2f\xf0\x2a\xe0\xd4\xd7\x71\x80\xa7\x97\x31\x48\x29\xcb\xd0\x8e\x31\xde\xf1\x62\x7f\xea\x4d\xb1\x16\x7a\xc8\x3e\x2c\x9b\x80\x21\x10\xed\x33\x0a\x65\xe3\x21\xc5\xff\x8f\x04\xe4\x12\x67\x07\xd6\xf9\x1d\xda\x67\xfb\x48\xf4\xe1\xce\x87\x25\xea\xf5\x6c\x04\x82\xc7\xc5\xf0\xde\x3a\x13\x08\x30\x9d\xb5\x23\xe8\x06\xe2\xdd\x6b\x96\x62\xc7\x8c\x12\xde\xa3\x65\x08\x83\x3d\xdd\x84\x3b\x7e\x04\xe7\x2a\x88\xe5\xcd\xcd\x3c\x49\xa9\x4d\xc4\x71\x8a\x15\xea\x4c\xa1\x00\xa4\x9b\xa7\x40\x44\x9e\x02\xa9\xa3\x1d\x1e\x81\xaf\x81\xab\xb0\x98\x21\xf2\x90\x88\xf3\x00\x11\xd6\x8e\x59\xb6\x79\xef\x61\x28\xd1\xce\x7a\xcb\x50\xdf\x39\xb1\x16\xf1\x76\x83\x07\xa2\x2c\x8f\x01\xa7\x0e\x13\x29\xc1\x7f\x1a\xcc\xce\xda\x06\xa0\xd7\xb3\xb9\xd2\x32\xcc\x3f\x43\x06\x38\xf3\x29\x48\x9c\xe4\x18\x34\x4e\x70\x2b\xad\x4a\xa8\xfe\x50\x53\x79\x8e\xa4\xea\xdb\x8d\xfc\x87\xee\x21\x13\xdd\x5d\x80\x76\xb3\x26\x74\xdc\x18\x88\x64\x87\x8c\x43\x34\x6e\x68\x6c\x00\x42\xe8\x93\x86\x30\xb5\xca\x45\x2c\xa5\x8d\x39\x47\xac\x29\xdb\x13\x4b\x5a\x09\xb1\x1f\x72\xba\x53\x1f\x22\xbd\xf6\x5b\x27\x6c\xa7\x70\x67\x5c\x27\xe9\x0c\xdc\x19\xad\x94\x79\x96\xd4\x40\x72\xdb\x30\x30\xea\xdf\xb8\xa5\x9e\x87\x38\x77\xa2\xaf\xde\x54\x65\x73\x89\xb3\xd9\x38\xf7\xd5\xac\x5d\x6d\x89\xb4\xdb\x94\x1b\x41\xb8\x77\x33\x8a\x27\x42\x2d\xed\x89\xa1\x11\xb5\x54\xad\x25\x1b\xb7\xac\xf2\xe5\xbb\x82\x44\x57\x49\x36\xd3\x01\x90\xfe\x25\x8c\x2f\xa4\xd1\xc2\x0f\x32\x9c\xe9\x34\xa5\x15\xb5\xd8\x70\x6d\x74\x67\x52\x9f\x81\x56\x6a\x85\xd6\x6b\xbb\x0e\x06\x68\x4a\x33\x3e\xb8\x15\x8b\x6f\x87\xa8\x93\x44\x29\x3d\xe8\x45\x81\x3a\x42\x75\xf8\x88\x7c\x2c\xec\x8b\xde\xdb\xb8\xa9\xc5\x9e\x79\xa4\xd7\xb3\x63\x4e\xb5\xa4\xcf\xa9\xf6\x30\xe8\x82\x67\x13\x46\xbc\xf8\xfe\x43\x77\x44\xfa\xdc\x1f\x21\xf1\x63\xb9\x6c\x74\xd8\xbe\xc3\x0e\xfb\x02\x77\x36\x71\xd8\xbe\x79\xa4\x1f\x35\x7e\x09\xd1\xf8\x42\xb4\x83\xd7\x21\x60\x64\xf6\xdd\x86\x8d\x9e\x79\x4a\x37\xe2\xe6\x67\xfa\x41\x9e\x88\xbb\xd6\x03\x1c\xda\x08\xb7\x9c\xd1\x61\x34\x22\xfd\xcb\x9b\x82\x2c\x97\xb4\xb8\xa8\x48\x45\xfb\xfc\x5e\x1f\x07\xbc\x31\x66\xee\x91\xd1\x36\x94\x6b\xa4\x34\x05\x95\xe2\xae\xca\x8c\x73\x63\xbe\xc3\x95\x9d\x39\x94\x5f\x2a\x2b\xaf\xd0\x8b\xfc\x22\xb4\x45\x7e\x68\xfb\x21\xff\x1d\x45\x20\xec\xe9\xad\xf5\xef\xcc\xe6\x8e\x62\x97\x47\x20\x0a\x22\x97\x9f\x26\xa5\x34\x1e\xd5\x79\x94\x34\xf4\xd3\x18\x15\xee\x46\x6b\xcd\x1d\x19\xcd\xd1\xa8\xf3\x39\xc7\x47\xa8\x8d\x13\xcf\xdb\xeb\x81\x2e\x40\x3f\xcc\x09\x41\xd9\xa3\x5b\x1c\xf1\xe2\x1c\x0c\x27\xbd\x22\xb4\x79\x4d\x8c\x8b\x61\x8b\xd4\x21\x78\xe4\x80\xa8\x24\x16\x06\x5f\x18\x66\xc1\x9e\x96\xb1\x26\xce\xa0\x01\x00\x13\x1b\xe1\x83\x95\xe3\x9f\x38\x43\x23\x34\x8a\x93\xc9\x3c\x16\xa4\x5b\x3d\x9b\xe3\x71\xc7\x16\x4c\xe0\x5c\x85\x8b\x04\x17\x00\x58\x05\x0b\x0a\x07\xae\xd8\x84\xe6\x1e\x5c\x32\x72\xc1\x50\x36\x61\x53\x09\x23\xb2\x1c\x9e\x00\x0e\xf8\x86\xdd\x19\xb5\x64\xd5\x49\x2a\xe8\x3a\xbd\x9e\x5e\x04\x90\xa6\xe7\x70\x1c\x4f\xd0\x27\x1f\x01\xe1\x4c\xaa\x4e\x71\xd0\x67\x33\xca\xef\x74\xea\xb9\x8c\x81\x3b\x0d\x35\x1b\xa4\x7b\x7a\xc5\xa4\xc7\x87\xfa\x21\xcc\xf0\xd4\x40\x77\x34\x5c\x77\x7c\x3f\x66\xa3\xca\x71\xdd\x01\xd4\xe3\x5c\x66\x02\x27\x8e\x95\x74\x93\x25\xe8\x86\x73\x33\x2f\xe4\xec\xb8\x7d\x8a\xe3\x33\x79\xd1\x7a\x1d\xea\x14\x23\x09\x20\x64\xb3\x4d\x6f\xac\x1f\x6e\x22\x1f\xf7\x21\x1e\x97\x78\x91\x60\x58\x0c\xd4\xa4\x95\x50\x98\xbc\x9f\xc1\xb4\x40\x8a\x0c\x5c\x9f\xe8\xb8\x56\x84\xdf\x01\x21\x83\xf4\x73\x26\x4d\x9e\x08\xab\x3f\x12\x55\xc9\xb5\xb0\xfa\x03\x8f\x8b\x48\x04\xd1\x61\xad\x2b\x0f\xe2\x65\x64\x16\x30\x67\x48\x13\x54\xa4\xad\x3d\x67\x75\xc1\x9a\x10\x75\xa1\x46\x68\x58\x89\xab\xaf\x9b\x38\x7e\x6c\x71\x09\x77\x7c\xe2\x6c\x34\xe1\x51\x19\xde\x71\x6e\x41\xfc\xcc\xbe\x13\x26\x1d\x9c\xaf\x6f\x18\xfb\x60\xb4\xe8\x9f\xb1\x89\x20\x2f\xec\x38\x44\x7e\xfb\xa1\x5c\x86\x74\xf4\xfe\x14\x2a\x8d\x25\x93\xf8\xc4\x8d\x3a\x30\x19\xbc\x0b\xc1\xc6\x94\xdb\xfe\x52\x7f\xe0\xd1\x67\x91\x30\x1e\xa4\x3b\x3b\x4e\x38\x0e\xba\x4f\x58\xf7\xc7\x74\x02\xe6\x51\x60\x75\xea\x0f\xbc\xe8\x19\xd1\xef\x01\x50\xbf\x65\x22\x3c\x01\xf9\x2c\x9a\x08\x66\x07\xdf\xe2\x60\xbb\x03\xaa\x3a\xdb\x88\xf3\xa9\xe3\xd2\x5e\x2f\x16\xf1\x7c\x18\x2e\x44\x72\x67\xe0\x00\x5b\xbb\xc3\x7d\xc8\x4e\x11\xda\x91\xe3\x85\xb8\x97\x00\xb3\x61\xe8\x01\xd1\x7b\x00\x06\x9f\x63\xca\x1b\xc1\x98\xa8\x73\x07\xe1\x52\x41\xf5\xb0\x46\xda\x5a\xa3\x60\x6e\x62\x0a\xae\xd7\x98\x93\x9b\x2b\xac\xd7\x76\xe8\xb3\x18\x47\xe6\x60\xa3\xac\x83\x37\xd5\x06\x2f\xf8\x30\x4b\x8e\x1f\xf6\xb7\x98\xed\xd4\x4d\x92\x87\x8e\x53\x97\x12\x8c\xb5\xbf\x4d\x38\x90\x74\xf4\xe0\x84\xd8\x68\x14\xfe\xaf\x9a\x8c\x82\x17\x9b\xa5\xaa\x23\x72\xee\x50\x72\x41\xd8\x5e\x58\x13\x12\xf4\xd5\x4c\xeb\x67\xbd\x3f\xfb\x68\xc2\x6e\xfa\x8a\x8e\xd0\x2e\xb7\x63\x0f\xff\xe9\x0b\x52\x6c\x98\x95\x1f\x38\x6c\xeb\x16\x8d\x07\x93\x4d\xe8\x47\x1b\xbe\x10\x80\xf2\x07\xd9\x54\xe4\x87\x9b\x6d\xa2\x04\xe2\x07\x68\xc7\x18\x98\x9f\x8d\x4e\x9b\xab\x74\x73\xf9\xe1\x72\x40\x04\x3b\x58\xae\x65\x8e\x3a\x92\xcf\x6a\x0b\x6d\xe4\xb8\x6d\x92\x54\xaf\xd7\xe0\x40\x2d\xcc\x27\x72\x44\x4d\xf1\x16\xce\x14\x6b\xe3\xf6\xd2\xdc\xec\xa1\xb7\xd0\x8a\x66\x95\x87\x4b\xc0\xf6\xd1\x47\xc9\x02\xa9\x57\xa3\x63\xb5\x56\x80\xc5\xd9\xab\xd0\xbf\x9b\x57\x8b\x74\xb4\xfd\x64\x8a\x25\x07\x5d\x77\x41\xaa\xf9\xf6\x7c\xdf\xef\xbd\x22\xd5\x1c\xfe\xbc\x7a\x19\x74\xdd\xf2\x7a\xd6\x9a\x75\x7f\x30\x18\xec\x95\xd7\xb3\xa0\x6b\x18\x81\xbe\xd6\x37\xd9\x6a\x77\x0d\x19\xe5\x2e\xf8\x3e\x68\xc2\xd4\x92\xb5\xf2\xde\x22\xcd\xb6\x36\x76\xdb\xf7\x23\x42\x13\x26\xdf\x84\x86\xd5\x35\xd7\x1a\x32\x41\xeb\x7e\x10\x6c\xe4\x0e\x5f\x87\x76\xe8\x3c\x80\x23\x9f\xdb\x73\x4e\xf3\x82\x26\x33\xee\xc7\x11\xc5\xde\xc3\x87\x2a\x19\x11\x7e\xe4\x71\x1e\xba\xbf\x84\xad\x9e\x41\x5b\xb7\xd2\xaf\x2e\x8e\x96\xcb\x5e\x0f\x7e\xe0\x29\xed\xf7\x59\x49\xa6\xf4\x65\x1e\x91\xf4\x8c\x03\x39\x54\xca\x56\x61\x56\x7e\x6f\x7e\xbb\xb9\x1f\xd5\xec\xcf\x9d\xcd\x88\x6c\xb4\x03\x4c\xce\x4b\x51\xb6\x80\x83\xa3\xf7\x6f\x5f\x74\x7c\xff\x55\xd8\x2f\xaf\x67\x0c\xbd\xd2\xc2\x91\x7d\x5a\xc4\x21\x7d\x19\xe3\x87\x20\xff\xde\x9d\x87\xfe\x79\xb8\x5e\xb7\xdf\x2e\x60\x32\x5d\x72\xcd\xd8\xca\x79\xa8\x15\x0d\xba\xcf\xca\xeb\xd9\x3f\x83\xee\x0e\x67\x14\x6f\xa6\xb6\xd3\xaf\x72\x7c\xae\xc0\x76\x76\x82\xee\xb3\x3d\xcc\x01\x8b\x13\xab\xa2\x3f\x4d\x8a\xb2\x02\x61\xc1\x23\x7a\xc0\x11\xf2\x35\x04\x6d\x3d\xcd\x81\xd2\x5e\x58\xcb\xce\x26\x72\x16\x63\x76\x3d\x0d\xd4\x02\xba\xc5\xb4\x5a\x6f\x24\x73\x33\xaa\x4e\xa6\x76\xd4\xeb\x45\xc0\x20\x52\xc2\x63\x7b\xbd\x03\xb0\x6e\xce\xf2\x98\xbe\x43\x5b\x5c\xf8\xe6\x82\xa2\x58\x14\x37\x06\x97\xf1\x35\x69\xe6\xc2\xe0\xa6\x77\x1b\x2f\x1a\xd7\xb4\x4a\x13\x26\x12\xeb\x11\x5e\x34\x0e\xba\x1f\x68\x78\xc5\x04\xe3\x1d\x32\xf1\x83\xee\x8d\x08\x85\x90\xf8\x2a\xff\x22\x52\x16\xf0\x29\x65\x9e\x08\xf8\xd3\xbb\xd0\xbf\x23\x59\xb2\x00\xeb\x13\x9a\xc5\xa3\x8b\xd0\x0e\xba\x47\x22\x06\x0e\xc4\x65\xe8\x34\x8b\x83\xae\xe3\xca\xfc\x78\xb4\x91\xe4\xd9\xbd\xa5\x5e\x88\x5c\x46\x59\xb0\x15\xba\xb7\xdc\x05\xda\xb6\x39\x6e\x55\x90\x0c\x8d\x5f\x64\x03\xdf\xc9\x28\x28\xa3\x82\xd8\xc4\x8d\xfb\x9e\xc9\x69\xee\xaf\x21\x1a\xfc\xde\x32\x39\xf2\xd7\xd0\x7f\x80\x5a\xfb\x60\x88\x65\xf4\x18\x2f\xba\x25\x99\xbc\x94\x63\x73\xbd\xcc\xbb\xb0\xaf\xe3\x4d\x05\xdc\x96\x0c\x12\x51\xf7\x67\x03\x9c\xa8\xa0\x63\xf6\xac\xd1\x14\x05\xc1\xc0\x90\x16\xd2\xae\xb7\x7e\x10\xea\x9f\xf7\x70\xb7\x85\x13\x01\x04\x60\x87\xf5\x4e\x8f\x26\x5c\x31\x04\x91\xfa\xcd\xa9\xd0\x69\xdb\xde\x45\x4e\xaf\x07\xc9\xbf\x86\x06\x60\x3f\x1c\x47\x13\x5d\xc6\x66\x50\x7f\x0b\xfd\x0f\x6c\x08\x75\xec\xb1\x51\xfe\x58\x8f\x4f\x74\xba\xf9\xbd\x9e\x5a\x0a\xea\x78\xc2\x53\x0c\x1c\x00\xa9\x31\x29\x83\x84\x79\x51\x59\x11\xc9\x96\x60\x48\x8b\xbf\xdc\x04\xcc\x8a\x57\x58\x41\x34\x07\x53\x29\xba\x58\x56\x09\x8d\x2d\x9a\x45\xc5\xed\xb2\x82\xaf\x98\xfd\x85\xab\xb6\x69\x4e\x62\x1a\xc7\xa4\x22\xfc\x73\x41\x2b\x22\x83\x68\xfa\xb6\x24\xab\x92\x82\x09\x2d\xfc\x49\xb2\x99\xb5\x2c\xf2\x59\x41\xcb\xd2\x2a\x48\x45\x79\x45\x25\xa5\x57\x60\x3c\x4b\xaf\xd0\x8c\x0d\xdc\x42\x59\x78\x6e\x1a\x5b\x55\xb2\xa0\xab\x25\x98\xe4\x5e\xe7\xe9\x6a\x21\x8a\xdd\x10\xb0\xa3\xaa\xd9\x21\xb9\x61\x04\xb6\x28\x5b\x4e\xcf\x3e\x50\x72\xf5\x8a\x2c\x0f\xf9\xef\xe8\x15\x59\x6a\x54\x11\x45\x4a\xfc\x09\x41\x43\x6b\x13\xc7\x43\x49\xd8\x17\x02\x22\x83\xfe\x8a\x2c\xdd\x10\x54\xb7\xc0\xa4\xda\x55\xf9\xb1\x06\x8d\xb8\x91\x4f\x3c\x58\x66\x48\x0a\x96\xd5\x15\x75\x38\x5b\xe6\x7b\x71\x87\x49\xc1\xfc\x1b\xd6\x14\xe2\x87\x5e\x9c\x43\x61\xb6\x97\xb7\xc3\x3e\x5a\x9d\xbd\x23\xb3\xde\x70\xb0\xff\x2d\x9a\x68\x88\x32\x8e\x4b\x54\x79\x71\xc4\x20\x0e\x76\x0e\x50\x75\x45\x66\x87\x51\xed\x54\x95\x46\x7c\x22\x0c\x0f\x50\x6f\x4f\x66\x4a\x00\x5c\xd0\x45\x9e\x7c\xa1\x31\x88\x7b\x9e\xb8\xae\xc1\xc4\x3a\x5f\xeb\x87\xab\xf9\xe0\x6e\x94\x42\x11\x5d\x48\x84\x62\x3e\x30\x49\x76\x0e\xd7\x00\x68\xdc\x7e\xf8\x34\x15\xed\x02\x2c\xc2\x4e\xbd\x76\xa9\xf0\xfb\xef\x1d\xc7\xd3\xf1\x3d\xd3\xf1\xad\x9a\xc7\xf5\xb7\x77\xa1\x0f\xa0\x3c\xed\xe2\x49\x2b\x48\xd1\x44\x56\x27\x28\xfa\x46\x64\x23\x76\xb8\x91\x4f\xdc\xd8\x0f\x3d\x4f\xa9\xf1\x39\xc6\x15\x54\xea\xc0\xf1\x16\x37\xdd\xa1\x66\x43\x78\x9e\xa9\x73\x17\xfb\xb4\x56\x16\xef\x50\x46\x7e\xec\x09\x3f\x91\x1b\x80\xb4\x49\xa6\x36\xc5\xcd\x12\x2b\x8a\x5f\x78\xcd\x95\xc1\x87\xa0\x37\xf5\x00\x5b\xe0\x31\x5f\x60\x79\x1a\xd9\x6c\xd7\xec\xf1\xf8\xd8\x8c\x0f\xbd\xa9\x3f\xed\x97\x49\x98\x26\xd9\x6c\xd3\x8a\x5c\xb6\xb2\xf3\x46\xb2\xc6\x09\x4a\x8b\x7c\xea\xc6\xfe\x14\xa9\x54\xa0\x66\x06\x77\xc9\x65\x7b\xe6\xd8\x9e\x39\x6e\x98\x67\x6c\x93\x1c\xf9\x14\x8e\xe7\x64\xa7\xe6\xa8\x19\x84\xc4\xd8\xa7\x5e\x24\x13\xe7\xfe\x5c\xb6\x8c\x0d\xdf\x0c\xbb\x3b\x17\xbd\xd7\xc1\x07\x99\xaa\x60\x0a\x70\xb6\x54\x30\x85\x16\x6c\xab\xa0\x8e\x80\x1f\xe0\xee\x2e\x60\x40\x8e\x20\x8c\x50\xfd\x72\xf9\x80\x63\xea\xa0\x03\xb7\xb9\x48\x13\x94\x46\x55\x91\xba\xe0\x29\x6e\x81\xa3\x85\xd2\x48\x13\x7d\xe6\x40\xc8\xc4\x9f\x09\x7a\xed\x98\xb6\x01\xca\x2d\x03\xf1\x10\x0f\xff\x10\xf3\x7b\xbd\xfe\x56\x7c\xca\xb9\x06\xaa\x1a\x4e\x35\xfc\x97\x8f\xa4\x1f\xba\xa1\xd8\x87\xe3\x68\x82\x8a\x88\x4d\x36\xa4\x61\xe0\x50\x9d\x50\xa0\xca\x13\xf7\xc4\xb1\xf8\x7a\x2d\xbe\xfc\xba\xf9\x82\xe2\x65\x1b\x59\x5a\x56\xda\x97\xda\x47\x99\xb6\x31\xb8\x80\x36\xa9\x93\xc8\xd0\x76\x34\x27\xed\xc1\xc0\xd1\xe6\x34\x31\x7a\x6d\x6a\x06\xf8\x8d\x5d\x33\x32\x74\x94\x3d\x85\xe6\xc3\x9a\xd5\xe9\x12\x8f\xdf\xb0\x0d\x1d\xb5\x6c\xf3\x8f\x3a\x94\xc3\x31\x91\x2e\xb9\x42\x67\x34\x26\x6e\x38\x51\x23\xfa\x29\x12\x3a\xca\x7a\x93\x0e\x89\xd4\xf8\xa1\x39\x59\xaf\x17\xe2\x21\x5d\xe4\x12\xdc\x34\x5f\x45\x8d\xab\xc8\xa9\xe0\x8e\x1a\xc3\xbb\x8c\xb9\x79\xe3\xcb\xa4\xac\x68\x46\x8b\x92\xad\x39\x2a\xfa\x05\x77\x00\x5b\x36\x31\x13\x3a\xd2\xaf\x40\xec\x0f\xbc\x58\xda\x14\xf6\x7a\x1d\x82\x8f\x51\x2c\xc9\x8c\x8b\xa1\xf9\x72\x49\x63\xdb\xf1\xe2\x9d\x1d\x07\x7d\x23\x8c\xe3\x89\x1b\x8d\xe3\x09\x3f\x0b\x08\x7b\x3d\xe9\x33\xc1\x6b\x6b\x17\x76\xa7\xad\x69\x22\x25\x29\xcf\x69\x51\x42\xfe\xca\x76\xd6\x6b\xf3\x1c\xb7\xa0\x29\x65\x02\x3f\xd1\xef\x24\x2f\x22\xa5\x27\x85\xa5\xe8\x2a\xf2\x93\xc8\xbe\x8a\xe0\x36\x3d\xf1\xaf\x22\x4f\x20\x12\xf1\x06\x63\x92\x46\x40\x3c\x57\x51\x5d\x43\xf4\x0f\xa4\xaa\xa9\x58\x76\x88\x3f\x27\x35\x87\x19\xc4\x33\xd4\x3f\x19\x9f\xb5\x6c\x0d\x2d\x66\x14\x1e\xa0\x28\x8b\x88\x4b\xd5\xeb\x35\xca\xa9\x1e\xeb\x4a\xc1\x9f\x14\x4a\xb2\xd9\xfb\x52\xc8\xdd\x7c\x59\xdd\x92\x2a\x29\x10\x97\x69\xb1\xad\x3a\x24\xfd\x25\x61\x5c\x84\x71\x94\x91\x76\xf9\x3b\x17\x14\xd2\xb9\xd5\x0e\x38\x89\x1f\x74\x99\x40\xb4\x23\x44\x5a\x70\x23\x21\xf6\x01\x5e\x08\xca\xc8\x07\xb6\x05\x6e\x68\x5a\x3c\x12\x37\xe8\xf2\x09\x0d\xa9\x5b\x2c\xcc\x40\xa0\x56\x72\x12\xf8\xbb\x88\xfc\xf1\x44\x49\x5f\x7f\x22\x02\xfb\x55\xbe\x7c\x49\xaf\x69\x0a\x4f\x8c\x70\x82\xc8\x08\xe8\xed\x99\xd0\x2f\xa2\x10\xcb\x8c\x74\x44\x0c\x90\x50\x95\x17\xc2\xc3\x8c\x3f\xf0\x86\x83\x7f\x2e\x23\x49\xcc\xcb\x48\xdc\x98\x37\x4c\x2e\x22\xe3\x56\xaa\xcc\x2f\xd6\x78\x56\x2a\x5f\xda\x8e\x47\xcd\xa6\x11\x8f\xa2\x57\x86\x8b\xdb\xb2\xa2\x8b\xb3\x94\xcc\x4a\x3f\xf6\xa8\xd1\xd8\x90\x95\x52\x2d\x8d\x04\x06\x28\x67\x24\x77\x3a\xc8\x11\x71\xeb\x00\x47\xb1\xab\x81\x1b\x85\xae\x02\x36\x8a\x5c\xd9\xe3\xd1\x78\x62\x10\x63\x69\xc8\x42\xaa\x8c\x1b\x81\x50\x09\x84\x11\x31\x64\x2b\x9c\x01\x66\x22\x87\x2f\x90\xc8\x0b\x22\x36\x07\x18\xc5\xc5\xb0\xa2\xc4\x7e\xac\xaf\x5f\x79\x56\x91\x24\xa3\xc5\x8b\x6c\x9a\x2b\x61\xc0\x8b\xa5\x44\x1b\x4b\x99\xc1\x8b\xfd\x83\x0e\x07\x83\x42\xd5\x56\x48\xb0\x1e\xc7\x7c\x01\x0a\x71\x49\xf5\xfe\x81\xfa\xc4\x6f\xc5\xa9\x4e\xb3\xd9\x91\x5f\x45\x76\xec\x70\xeb\x9a\xc8\x31\x4e\x1a\xea\x94\x01\x67\x0e\x77\x20\x26\x8a\x14\xb6\x37\xc3\xf1\x66\x13\x59\x1f\x43\xc7\x03\xa7\x2f\xda\x38\x71\xd9\xce\xc8\xe5\xce\x7c\xd2\x20\x07\x8f\x9f\xba\xda\xb3\xb5\xff\xed\x37\x8e\x5c\xb9\xe7\xc8\x41\xae\xfc\x81\x77\xf5\xac\x94\xe7\x0d\x57\xac\x55\xe8\xd8\xa6\x24\xe3\xab\x89\x97\xf6\x7a\x76\xea\xa7\xa6\x5f\x16\xb0\x3c\x9e\xba\xd4\x9d\x39\x6c\x0b\x30\xf7\x83\x2c\x89\xec\xb9\x9b\x3a\xce\x66\x11\xd9\x73\x9d\x2b\xae\x22\xed\x70\xac\x13\xb1\xad\x2a\xac\x83\x4d\xdd\x67\x54\xe4\x69\x1a\x74\x47\xd7\x11\x98\x6b\x8b\x30\x5c\x11\xc0\xb1\x10\x37\xd1\xf3\x68\x55\x2a\x8b\xa2\x30\x5d\x15\xaa\x18\x4f\x84\x52\x3c\x0a\x33\x40\x0c\xee\x98\x64\x14\xd8\xa1\xc9\x48\x51\x14\x63\x8d\x2a\x23\x36\x4a\xa9\xaa\x33\x4a\x73\xb0\xa1\x00\x26\xd7\xeb\x41\x45\xa4\xd9\xd2\x24\x83\xb7\xbe\x35\x6b\x28\x7e\x68\x2a\xc2\xfc\xd0\x74\x84\xa5\x84\x62\x16\xed\x4b\x23\xcd\x91\x4e\xaf\x77\x06\x12\xc1\x46\x6c\xf9\xa0\x8d\x1b\xbe\x85\xbf\x89\xdc\xcf\x91\x7b\x1b\xb9\x5f\x22\xb6\x3c\x1c\x31\xae\xe6\x3e\xc7\xb5\xc6\x3d\xe6\xbf\x27\xfc\xf7\x34\x92\x1b\xc8\x33\xf5\xf9\x23\x94\xf9\x29\x02\xbd\xd4\xaa\xa4\x71\x7e\x93\x59\xf0\xb5\x5a\x5a\x55\xbe\x8a\xe6\x88\x02\xfc\x86\x5d\x31\xfb\xc0\x6d\x36\x59\x7d\x8e\xc0\x6f\x63\x1c\xa6\xf8\xc1\x6f\x8e\xf1\x32\x3c\x04\x30\xf9\xf7\x6a\x69\xc5\x05\x99\x31\x40\xec\x17\xe1\xc4\x45\xbe\xb4\xa2\x7c\x21\xee\x56\xb1\x54\x2d\x88\x99\xae\xe8\x2d\x00\xba\xa2\xb7\x70\x99\x9b\x7d\xac\x96\x16\x98\x7e\xc1\x75\xad\x17\xf0\x05\x23\x64\xf1\x06\x44\xf9\xf2\xd6\x8a\x56\x95\xb5\x24\x65\x45\x2d\x6c\x23\xdf\xc5\x73\x73\xee\x05\xcd\x56\x16\x0c\x87\x25\x06\xc9\xdc\xd6\xbf\x60\xb8\x01\x12\xb1\x18\xf5\xf0\xe6\x57\x14\xbf\x52\x4a\xae\x29\x22\x2c\xbf\xa6\x05\xff\x62\x35\x62\x7f\x21\x52\x7c\xaf\x2a\x6b\x96\x57\x12\x47\x70\xcb\xd5\x4a\xf3\xb2\x16\x55\x6b\x81\x2e\x7e\xfd\x2b\xd2\x75\x93\x51\xc4\x04\xc4\x9f\xa2\xd6\xcb\x31\x72\x02\x6e\x1c\xef\xc5\x83\x59\xd4\xc4\xfd\x39\x6a\x7a\x51\xb9\x03\x6b\x6e\x1a\xbf\xc9\x46\xc4\x35\xd6\x8d\xb0\xb9\x6e\x44\xeb\x83\x7d\x63\xe9\xa0\xae\x64\xb3\xa3\xd8\x58\x2c\x5e\xf2\xee\x34\x98\x42\xfb\x54\xe7\xa4\x6d\xce\x35\x39\x1e\x2a\xbb\x1c\x98\xa0\x3b\x3a\x6e\x2b\x23\xc7\x4b\x95\x11\x03\x17\x74\x47\x27\x6d\x45\xb4\xf1\x54\x85\xd4\xc0\x06\xdd\xd1\x69\xd4\x47\x4d\xa0\x1d\xf6\x79\xc2\x8b\xb8\xc6\x18\x1a\xc3\xaf\x60\xb5\xd1\xc1\xe8\xac\x15\xa6\xc6\x66\x5f\x45\xa6\xff\x07\xc3\x4e\xde\x58\x26\x3a\x6c\xf3\x2f\x36\x13\xfe\xcf\x91\xad\x4a\xb9\xfa\xf9\xaf\xff\x9a\x51\x95\x16\xf5\x99\x85\x71\x4f\x52\x1f\xeb\xb5\x66\x41\xa6\x8f\xeb\x1b\x83\x86\xf8\xe8\x86\x8d\xd1\xe5\x45\x9f\x47\xfe\xab\xc8\x7e\x1e\xb9\xaa\x8c\xab\x9c\x8a\xe8\xe3\x2b\x5c\x6a\x42\x81\xe3\x2d\x05\xf4\xc1\xe5\x05\x4e\xa0\xc0\xc9\x96\x02\xe6\xd0\x0a\xed\x89\x44\xb7\x77\x8a\xcc\x77\xea\xbe\x8a\xec\x53\x54\xce\x4d\x1d\xb4\x77\xd7\x00\x0a\x11\x53\xc1\x6d\x1b\x6c\xa1\x08\xd1\x2b\x70\xcf\xb4\x0a\xce\xb6\x57\xe0\x76\x06\xca\x01\x88\x86\xed\x73\x4d\xe4\xaa\x22\x5b\x48\x5d\xa6\xfe\x8b\xb3\x8c\x18\x58\x86\xee\xb8\x04\x36\xde\x20\xeb\xb8\xa0\x89\xe3\x07\x2e\x3e\x8d\xec\x48\x91\x01\x93\xd8\x24\x13\xf0\x43\xaf\xe8\xaf\x18\x5f\x0e\x53\x7a\x59\xac\xb2\x0f\x49\x35\x3f\x2f\x92\xbc\x48\xaa\x5b\x9b\xf4\x97\xfc\xd3\xd5\x8e\xc3\x6e\x19\x38\x69\x3d\xb2\xd9\x08\xe3\xad\x03\x54\xec\xe9\xea\x09\xae\x9f\x33\xab\xc4\x43\x1d\x50\x24\x6e\x93\xdf\xf0\xe2\x9a\x3a\xdf\x51\x85\x4d\x0d\xdf\x2f\x91\x76\xfd\x01\x0e\xbe\x65\xce\xba\x45\xe6\x5b\x40\xa7\xc6\xf0\xdc\xe6\x24\x70\x89\x6a\x86\x5b\x93\xdf\x5a\x46\x00\xa6\x97\xa7\x7c\xf1\x7c\x66\x88\xf1\x6a\xd8\x15\xa3\x2c\x48\x4a\x1f\xee\x0b\x29\x59\xfd\x82\x52\x88\xe2\x11\x1a\x1b\x7f\x17\xd9\xa8\xba\x02\xd9\xc0\x1b\x3c\x3b\x92\xe6\x31\xd2\x29\x57\x34\x1e\x4c\xbc\x76\x3c\xdc\x11\xd6\x50\x3d\xc6\x53\x3b\xdc\x1b\x50\x0f\x29\x71\xfd\xdf\xc7\x93\x40\xd2\xa1\x81\x87\xd1\x51\xd4\x07\xa7\x04\xb6\x34\x51\x79\x1e\xf5\x7a\xbf\x30\x66\xc1\x04\x50\xbe\x1e\xc8\xe2\xc7\x98\x78\x0c\x89\xc7\xb5\xc4\x13\x4c\x3c\x81\xc4\x13\x91\x78\xaa\x56\xc6\x8b\xc8\xf1\xce\x8c\xa0\xc2\xe6\x7b\xbe\x50\xe9\xcd\x13\x76\x06\x26\x99\xb9\x5f\xa2\xf5\x1a\x90\x3e\x70\xb5\x49\x22\x7c\x9d\x1e\x93\x34\x0d\x49\x74\x65\x6b\x69\xaf\xf3\x62\x41\x52\x31\x7f\xdc\x77\x11\x5e\xe3\x53\x1e\x1f\x80\x5e\x95\xf7\x4e\x5b\x1d\xc5\xbf\x07\x01\xd4\x61\x3b\x17\x6d\x84\x9d\xbb\xf7\x91\x0d\xa3\xeb\x12\x25\xfa\xa3\x33\x54\x45\x06\x91\x90\xf9\x63\x46\x09\xd1\xc4\x8b\x8d\xce\x81\x3d\x71\xad\x73\xce\x46\x1f\x87\xf7\xc8\xb4\x0d\xf4\xbf\x47\xbe\x6c\x60\xfd\x3d\xb2\x5e\x03\xd9\xa1\x81\xeb\x50\xdf\x34\xfd\x68\xb4\x30\xf6\x7f\x64\x8d\x73\x1f\xd1\x38\x54\x1a\x0e\x14\x00\x38\xa6\xf8\x11\xf0\x20\x6e\x64\xea\x04\xed\x9c\x4b\x16\x67\x26\xf5\x7a\x3f\x2a\xc2\x43\x51\xfb\x43\xe4\xdf\x6d\xdc\x8f\x4a\x70\xfe\x5d\x7d\x3e\x89\xfc\x31\x3f\xe1\xc2\x3b\xcc\xfc\xeb\x37\xb6\x09\x21\xc6\xa1\xad\xfb\xd1\x88\xd3\x8e\x64\xdd\xdf\x8d\x14\x7e\xe8\xea\xc2\x16\x64\x99\x92\x5b\xf1\x7d\xae\x7d\x6b\x67\x68\x7a\xf2\x3b\x2d\xca\x3c\x5a\x33\xa2\x8e\x55\x14\x3f\x71\x6b\x7e\x8b\x13\xb8\xd6\x50\xdc\xfc\x2a\x0a\xee\xc0\x48\x7d\xb5\xac\x82\x18\x7b\x8e\xb1\xc7\x5a\x2c\x7a\x7a\xa9\x7f\xe0\x69\x9f\x16\x3c\x31\x83\xe2\x00\x50\x8b\x7a\x55\x8f\x2a\x25\x3e\x59\xe8\x42\x0b\x35\xa5\x2e\x1e\xdd\xd2\x3e\x7e\x98\xd8\xfc\xe6\x87\x8b\xcd\x00\x3f\x5b\x04\xf7\xf1\x46\xa8\xcb\x4f\x1b\x9b\xdf\x78\xfa\xd8\xf8\x56\xa7\x91\x32\xf8\x5e\x04\x9f\x30\xda\xa9\xcc\xc3\x77\x37\xe8\xca\x83\x4a\xfd\x5b\xd3\x7b\x91\x18\xb9\x9a\xe2\x10\x35\xf3\x48\x7f\x5f\x77\xc5\xe9\x52\xf6\xb3\x33\x9c\xb8\x53\xa1\xcd\xb3\xe9\x78\x50\x73\x40\xb3\xc3\x7d\x06\xdb\x43\xc7\xf1\xa6\xfe\xdd\x16\x97\xa9\xa3\xbb\x70\x15\x86\x29\x8d\x47\x53\x97\x63\x3e\x1e\x4d\x77\x82\xae\xc4\xf7\xc6\xd5\x7d\x8d\x8e\xc6\xf1\x04\xf7\x1a\x82\x51\x8e\xc2\x8d\xf7\x3b\x4a\x4e\xb1\x1b\x3a\xde\x47\xf1\x3d\x75\xbc\x0f\xd1\x98\x4e\xfc\x29\xdb\x6c\x90\x98\xef\xfb\x71\xfb\x26\x76\x86\xfc\x07\x77\x84\xfc\x2f\xec\x1c\xf1\xaf\xb6\x39\xe4\xdf\xaf\xf0\x9b\x6d\x28\xc5\xae\x92\xfd\x2f\xf7\xc0\x64\xf5\xf9\xd8\xdc\x0c\xc7\xf9\x2a\x4c\x29\x8f\xd4\x36\xbd\xa7\xb5\xcd\x2f\x99\x5d\xa8\x6d\x30\xfc\xc1\xed\x26\xfe\xc5\x0d\xae\xf8\x0b\x7a\x05\xf9\xab\xed\x89\x4f\xea\x7b\xe3\x73\x6d\x93\x7c\x45\x6f\xdf\x2f\xad\xda\x06\xff\x44\xdf\xea\xc3\xef\xfb\x25\xdf\x28\x8b\xbf\x70\x8a\x6e\x9e\xa5\xb7\x6f\xf1\x8f\xb7\x6e\xf8\x4f\xcc\xcd\x3f\xff\x7a\xbf\xd4\xcf\xe1\xd9\xe7\x31\xff\x84\x9d\x38\xdf\x8f\xab\xe3\x79\x38\x95\x0f\xc1\xa1\x0b\xfe\x34\x54\x13\xc7\x6d\x6a\x8a\x53\x53\x5f\x01\x9f\x88\x6b\xe3\x40\x1f\x03\x82\x1f\x9a\xdb\xff\x01\xdb\x7f\x03\x0d\xb1\x81\xb2\xe4\x1f\xa5\x02\x38\x95\x5f\xf4\x73\x82\xe3\x79\x2a\x3e\x50\x3d\xc0\xbe\x5e\xca\x2f\x50\x09\xb0\x8f\x37\x52\x61\xb0\xc8\x85\x12\xe1\x95\xfc\xca\x57\x15\x7e\xbc\x11\x1f\x4a\xc1\xf0\x46\xd3\x2a\x40\x59\xfe\xfd\x4a\xfb\xd6\x94\x10\x6f\xda\xf5\x11\x00\x05\xd5\x6d\xe2\xa7\xca\x67\xb3\x94\xaa\x9f\x55\x34\x07\xf8\xf0\x05\xd0\x6f\xe6\x94\xa6\xf8\xb7\x8e\xaa\xa1\xe3\x91\xd8\x7e\x12\xb9\xfb\x4a\xe8\x08\x63\x3f\xe8\x4a\x73\x8b\x94\x46\x9a\x9d\x87\xa6\xb4\xa9\x2b\x7b\xb6\x2b\x83\x04\x0b\x34\xab\x8e\x62\xc6\xba\xe2\x67\x61\x2c\x99\x57\xbc\xb3\xe3\x70\xf6\x10\xc6\xe3\x28\x9e\xe0\x50\x02\x3b\x8b\x7d\x4d\xfc\x7a\x5f\xd2\xe2\x39\x5b\xfa\x93\x6c\x26\x85\x30\x6a\x64\xa9\x6d\x71\xdc\x29\xd8\x5e\x2b\xb3\x7a\xae\x94\xe1\xda\xc0\xa1\x26\x38\x5e\x47\xa6\x0f\xef\xdf\x71\x7b\x17\x3a\xe2\x1e\xb4\xb4\xf1\x88\x0f\xf7\x47\x31\xdf\x22\x0f\x46\xb1\x3f\x8b\xfb\x61\x92\xc5\x20\x9c\xbb\xa1\x3b\x74\x89\xa1\x4b\x18\x8e\x62\x7f\xbe\x35\x8b\xd0\x28\xc6\x7e\xd2\xcc\xb3\x89\x0e\x49\x9f\xc4\x31\xc8\xde\xe2\x6c\xcc\x0e\xdd\x18\x6e\x7c\x6d\x4b\xd2\x7b\x35\x8b\xd5\xc1\xc5\xbf\xc8\x7a\xfd\x13\xe1\x77\xd1\xa8\x9f\xc4\xee\xd4\xff\x17\xf1\xfe\x25\xdd\xdd\xfe\x48\x6c\x2a\xb6\xb1\xca\xd7\xad\xfd\x2f\xe2\xb3\x4d\x2e\x7a\xbb\x55\x27\xd0\x1a\x64\x1a\xdb\x71\xec\x1a\x1d\x90\x1e\x39\x8d\x93\xda\xd8\x38\x46\x99\xc6\x8e\x29\x0e\xf7\x7a\xbb\xc3\x67\x3f\xe9\x6a\x55\x07\x14\x20\x06\x44\xf7\x48\x1e\xd1\xe0\x89\x02\x76\xe7\xad\x3a\xa2\x31\x2c\x2d\x40\x73\x15\xab\x3b\x48\xed\x35\xd0\xad\xe0\x59\x99\xce\x1b\x3d\x87\x73\x27\x60\x12\x1f\x0e\x86\x62\xf4\x5e\x13\xa2\xaf\xfd\x57\xc4\x2e\xe1\x60\x56\x20\x10\x0e\xad\x6a\x3e\xbe\xb5\xd6\xde\x45\x7e\x16\xd9\x31\x3f\x9e\x88\xcc\x3d\x3f\xef\x5c\xac\x27\x40\xb7\xb8\xe6\x4b\x22\x60\xea\x53\x38\x05\x11\x66\x3a\x53\x06\x97\x46\x36\x75\x5a\x9c\xba\x5a\x11\xbf\x1d\x6d\x6c\xee\x51\x29\x45\x5b\xf6\xf7\xda\xb9\x22\xd4\x72\x48\xef\xdf\xd9\xeb\xc0\x85\xd1\x79\x24\xf6\x25\x12\x69\xd1\x03\x18\x33\x8f\xfb\x59\x27\x3f\xc5\x9a\xed\xa5\x14\xc9\x8f\xf3\x55\x56\x8d\x3a\x03\x37\x04\xef\x68\x2f\x16\x64\xc6\x58\x71\x49\xeb\x91\x17\x4c\xda\xa9\xc5\x7d\x48\xe2\x6a\x8e\x71\x9f\xcf\x52\xfa\x59\xfb\xfc\xb1\xc8\x57\x4b\x1e\x7e\x53\xc4\xac\x6d\x32\x2a\x62\x0b\x91\xaa\x19\x83\x25\xfb\x9c\x72\x20\x53\x84\x70\x23\xbe\xcf\x81\x2d\x5e\x53\x11\xbe\x98\x17\x49\x76\x25\x42\xaf\xe9\x8c\xe8\xa9\x6f\x58\x03\xe1\x2e\x6f\x91\xc4\x47\x05\x25\xe2\xfb\x2d\x42\xe4\x9f\xa7\x59\xac\x85\x2e\x96\x24\xd3\x83\x60\x30\xca\xc3\xc7\xd0\x42\x33\xa4\x95\xc6\x08\x1d\x00\x8f\x11\x30\xa6\x79\x56\x7d\x00\xdf\x63\x2c\x94\x26\x19\x3d\x4e\xc9\x62\x29\x02\x3f\xc9\x24\xee\xc0\x0d\x3e\x45\x27\xf2\x62\x39\x27\x88\x9e\x8a\x84\x17\xc9\x17\xe8\xe7\x4d\x12\xe7\x37\x10\xf9\x05\xbc\x62\xc1\x57\x9e\x2f\xa0\xba\x24\x4d\xdf\x28\x48\x41\x06\x8e\x03\xb5\x98\xb2\xca\x97\x46\xb0\xc8\xaf\xe8\x89\x70\x48\x67\x46\xa1\x4b\x3a\x15\xf7\x4a\x7a\x9d\x53\x71\x0d\x58\x82\x30\x36\xee\x55\xec\x6b\x46\xc3\x6e\xd0\x5d\xe0\x8e\x01\x2c\x85\x5d\x70\xa1\x34\xf1\xf4\x77\x83\x3f\xc5\xed\xbe\xce\xae\xe2\x66\x34\xde\xfc\xdc\x21\xfd\x68\x4e\x8a\xa3\xca\x1e\x38\x35\x21\x9d\xf4\xcb\x55\x88\x77\xf4\xed\xa1\xe3\x7d\x8a\xc7\xe1\xc4\xff\x14\x8f\xc9\x64\xe3\x6c\x34\xc3\xc4\x34\x16\xeb\x97\x61\xfc\x0f\xb7\xe8\xa5\x4f\x00\xc3\x6f\x32\xbf\xe7\x19\xe2\x7d\xdb\x08\xfc\x3f\xa9\x9b\x71\x2a\xdf\x00\x2f\xe3\x7f\x8a\xeb\x56\xac\xc4\xe9\xf5\xa0\x25\x87\xe0\xbd\x62\x27\x74\xfa\x55\x91\x2c\x6c\x67\x14\xee\x04\xdd\xe5\xe7\xa0\xab\xb3\xbc\x45\x2c\xee\x9e\x11\x34\x1b\x56\xfa\x8e\xfb\x0c\x65\xc5\x7a\x8c\x9e\xb0\x05\xdf\x0e\xba\xbb\xbb\x4c\x9c\xa0\x7e\x1a\xdb\x91\x1b\x82\xe2\xc1\xf1\x82\xee\x34\xcd\x09\x5e\x48\x10\xd7\x66\xa2\xb2\x3c\xc3\x48\xc7\xe3\x3e\x9a\x14\x78\x97\x3a\x23\x78\x72\x80\xa2\x23\xf7\x2c\xf6\x33\xfb\x8e\xed\x26\x92\x8a\x2e\x60\xf8\xef\x08\x9f\x7e\x21\x29\x91\x7b\x14\x7c\xca\xb3\x1f\xba\x08\x29\xcc\xa2\x39\xc4\x26\x8b\x19\xfc\x30\x61\x89\x7d\x5c\xd1\xdb\x19\xcd\xf8\x2c\x81\xd9\xce\xf6\xc0\xec\x77\x49\x0a\x02\xa4\x8e\xce\x73\x61\x6e\x14\x24\x82\x3c\x37\x50\x85\x69\x63\x9f\xc7\xba\x8d\x3d\xe3\xe9\x0c\xf3\xdc\xcd\x56\x47\xbb\x2a\x25\xbc\xdf\x6f\xbf\xf3\x55\xb7\x3e\x3b\xf8\xce\xe5\x6e\x2e\xb4\xc5\x62\x7b\x71\xfd\x5a\x99\xbc\x25\x68\x82\xfc\x96\x5b\x5c\x75\x5a\x3d\xb2\x6c\x05\xdd\xeb\x05\xdd\xcb\x4b\xbc\x2d\x92\x64\xdb\xf3\xd5\x7b\xf0\xed\x90\x1b\xd8\x89\x66\x01\x7d\x31\x68\x4d\xf7\x43\x3c\xb1\x0e\x61\x5f\x20\xc0\xf4\xbf\xa3\x90\xce\x5d\x0a\x69\x04\xc8\xb2\x8b\x8b\x2b\x4d\x47\x3a\x61\x3f\x29\xeb\x2e\x74\x82\x2e\x3c\x98\x8d\xae\x46\x3f\x2f\xf4\xe3\x6a\xdd\xf9\xaa\x8a\xe6\x0e\x52\xa3\xb6\xa8\x5d\x70\xc9\xd7\x8c\x5e\x15\x49\x5b\xf4\x34\x2f\x16\xa4\x6a\x4b\xc9\xc0\xc7\xb5\x3c\x5e\x4b\xca\x32\xc9\x66\xbb\xe0\x1b\x55\xb9\x8e\x1f\xd6\xdd\xb6\x0f\x70\xc2\xfc\x19\xfb\xaf\x42\x78\xd2\x49\xb1\xa2\x42\xce\xf4\x1f\x0c\x4b\xa4\xf5\x7a\x38\xac\x99\x26\x8d\x6a\xb7\x6f\x3d\x79\x5e\xca\x24\x64\xff\x06\x7c\x6f\xb4\x1b\x9e\x81\x75\xd9\x2a\xb2\xc1\xb6\x8c\xb8\xba\x12\xb8\x8c\x6d\xe7\xce\x70\x17\x12\x73\xc3\x2b\x70\xb4\xd3\x7a\xcb\x48\x98\x34\x1d\x8a\x0f\x7e\xbd\xd1\x41\x4f\x49\xad\xce\xe7\x4d\x83\x46\xed\xc5\x08\x62\xde\x22\x5e\xaf\x49\x3f\xcc\xe3\x5b\xfe\xf4\x92\xf6\x2c\x06\x46\x6b\xc6\x18\xb1\x78\x54\xcb\x23\xbd\x5e\xed\xfa\x8e\x79\xa7\x46\x1e\xe7\xa9\x2d\x4c\xac\x9f\x39\x03\x28\x8f\xf8\x03\x85\x3f\x2f\x42\xf3\xcc\xfa\xbd\x9b\xd8\x27\x3b\x91\x7e\xcb\x46\xa0\x38\x99\xda\xe4\x99\x1f\xf6\x7a\xf1\x3f\xa5\x65\xf6\x1d\x2b\x37\x8a\x5c\xbe\xaa\x86\xbb\x64\xe3\x11\x3f\xde\x90\x11\xb6\x9b\xd7\x11\xf5\x33\xfa\xb9\xba\x40\xdb\x4d\x26\x8c\x1a\x11\xc2\xbf\xcf\x86\xc5\x2b\xf3\xb4\x4d\xc4\xdf\x03\xda\x40\xfb\x6b\xb7\x27\x6f\x62\xf3\x4d\x91\x5e\x2f\x3c\x24\xb0\x82\x75\x06\x23\x82\xd7\x89\x34\xe2\xea\x0c\x47\x21\x46\x86\x2a\x12\x61\x68\x55\x3a\x23\xf4\xac\x4e\x92\xac\xc4\xcb\x5b\x87\xf2\xf8\xa3\x44\x47\x85\x6c\x53\x4b\x0a\x2a\x68\xf4\x9c\x6f\x70\x0f\x3b\x1d\x7b\x6b\xa2\x1d\x3a\xbd\xe1\xb7\xce\xa8\x33\x34\x3c\x73\x7c\x8e\x6d\xa5\xc5\x23\x3e\x1a\xfc\xb9\xa1\x5f\xc5\xb6\xe3\x85\xfa\x0b\xfc\xa4\xcf\x38\xdd\x8b\xb3\x82\x2c\x04\x19\x79\xce\x1d\xa3\x31\xe1\x25\xa9\x8d\xe7\x70\x1f\xf1\x1f\xf0\x25\x9b\x34\x8f\xf0\x12\xcd\xbc\xa0\x53\x4e\x7c\xb0\xe1\xe8\x0c\xc1\x6c\xd9\x21\x7e\xad\x08\x37\xcf\xe4\x86\x55\x6c\xda\xc8\xe7\x70\xa4\x40\x6e\xdc\x60\xb8\x8d\x35\x2b\x32\x46\xb1\xc2\xdd\x8f\xfe\x5d\xbb\x83\x25\xe0\x80\xcf\x1f\xe5\x11\x08\xc3\xe8\xb9\x0f\x2f\x1a\x70\xdf\x1a\x25\x25\x45\x34\xaf\x45\x56\x34\xad\xc5\xac\x8a\x7a\xcc\x92\x94\xe5\x4d\x5e\xc4\x5a\xb4\x83\x65\x3f\x57\x6c\x55\x57\x7e\x86\xd0\xf7\x0a\xe4\xaa\xb9\xd9\x47\x03\xdb\x2f\xb1\x0f\x97\xcd\xdd\x23\xf6\xb1\xc7\xbe\x9e\x43\xd4\x61\xd0\x75\x8f\xe1\xab\x13\x74\xdd\x93\x98\x9b\xf0\xc4\xfc\xc2\xb8\x54\x3c\xc4\x5b\xec\x27\xc2\x55\x55\xe9\x4f\x76\x70\x74\x48\x73\x24\xd0\xc4\xa8\xb0\x6a\xb9\xe0\xc3\x9d\xb0\x2f\x1d\xe0\xb7\x1e\x3a\xff\x68\xcc\x9a\x5a\xe7\xd1\x47\xdf\x52\x5a\x62\x42\x38\xcb\xd1\x3b\x92\x8a\x69\x25\x35\x29\x6f\x18\xae\x44\x5a\xd3\xbf\x4a\x06\x90\x8e\x28\x1e\xc8\xb1\x35\x43\x1f\x65\x08\x18\xb8\x9f\xe2\x2d\xc6\xa6\x25\xad\xde\x25\x0b\x9a\xaf\xaa\x43\xf5\x29\xae\xb4\xbf\xd8\x56\x2a\x4a\x29\x29\x44\x39\x3d\xc0\x4b\xaa\x11\xff\x97\xe2\xe4\xdc\x33\x03\x38\xf8\x32\x98\xa2\x30\xbe\x14\xdc\x09\x76\xef\xda\x13\x20\x68\xe1\xb8\x69\x33\xdc\xf8\x59\xac\x68\xfd\x65\x41\xaf\x93\x7c\x55\x0a\xce\xaa\x4c\xff\x07\x1e\x41\x5e\xfc\xbd\xc1\x18\xd5\x0d\xcd\x98\x54\x70\xf5\x23\xf2\x7d\xff\x4b\xbc\x5e\xb3\xdf\x63\xfe\xfb\x5c\xf9\x84\x09\xd5\x2d\xb7\x70\x77\x17\xb7\xf5\x2c\xcb\x51\xdc\xeb\x85\x3b\x3b\x9b\x96\x56\x18\x9b\x77\x56\xdd\xcb\xd8\x7f\x45\xaa\x79\xbf\x20\x59\x9c\x2f\xf4\x4b\xac\x07\xdf\x8a\x07\x64\xf6\x1d\xf7\x15\x43\xfc\x25\xbe\xba\xfa\x22\xc3\xf7\x25\x84\xe9\xf7\x93\xa0\xbb\xf3\x32\x76\x5f\x6b\x59\x40\xfb\xf5\x13\xc9\xe2\x94\x16\x25\x4f\x7f\xa3\xa5\x1f\x0b\xdd\x04\x2f\xac\x0b\xd4\x95\x6e\xff\x3a\x7e\x15\x4f\xd0\x5f\x85\xbc\x1c\xa0\x5d\xe8\xd1\x96\x0b\xb1\xbc\x85\x7e\x34\x7e\x13\x4f\xd6\xeb\x88\x15\x45\x67\x05\x8d\x6b\x3c\x1d\x5f\x88\xc8\xf2\x49\xaa\x48\xd2\x77\xc4\xef\x5b\xe0\x9b\x5a\x30\x9e\xf2\xe4\x9e\x2f\xa1\xd8\x2e\xa5\xb4\xe1\xd9\x14\x23\x26\x7e\xe4\x99\xed\x6b\xbf\x2a\xf5\x5a\x18\x9e\x33\x78\xeb\x35\x61\x4d\x17\xb6\x0b\x64\xbd\xfe\x47\x87\xdf\xeb\x42\xf3\x59\xfe\x39\x3c\x50\xdf\xf2\x53\x5e\x77\x92\x36\x2d\x31\xb7\xd1\xf8\x87\xb8\x1c\x86\x17\x4c\x88\x7e\xc1\x44\x7f\xcf\xac\x76\x37\xe3\x80\xc9\xdc\xca\xe2\x23\x36\xde\x4c\x78\xcd\x5a\x5b\xbf\xef\xf1\x16\xf2\xc4\xb9\xa5\x1c\xe6\x89\xdb\x6c\xbd\x9e\xec\x8a\xba\x8f\x21\xdc\x84\xea\x96\x19\x86\xa4\xa4\xb7\x0e\xad\x9e\x75\xb1\x0e\x25\xcf\x94\x70\x0d\x5c\x27\x36\x52\x23\x9f\x6d\xc8\x3d\xe9\xf4\x50\xd9\x4e\xc9\x47\xd3\x47\x66\xc4\x71\xdd\x9e\x2c\xcf\x4e\xd4\xf9\xd3\x96\xe8\x96\x42\xaf\xc4\xd1\x50\x6b\xe4\xb6\x02\xaf\xf2\xeb\xf6\xc8\x6d\x05\xde\x2f\x5b\xa2\xb6\x65\x3e\xe5\xe6\x5f\x76\xec\x77\x62\xe9\xbf\xc4\x59\xaf\xe1\xde\x02\x78\x59\x8a\xe1\x19\x3f\xb1\xec\x89\x05\x46\xf3\x0b\x88\x2b\x7e\x2a\xd6\x0b\xd2\x58\xb0\xf1\xb2\x46\x27\x6e\xf8\x88\x24\x5c\xae\x69\xb8\x49\xad\x39\xe3\xd3\xbc\xf4\xd5\xdf\xe0\x3b\x18\xba\x41\x16\xba\x32\x59\xdd\xca\xd2\x0c\x76\x62\xdd\x73\x93\x0f\xb4\x14\xf5\xc5\x45\x15\xf4\xf0\xbd\xed\xfd\xc9\x71\x38\x71\x9c\xa8\xed\xc2\x4b\x12\xd9\x6d\xf1\x6e\xe8\xb8\x51\xdb\x35\x18\x33\xbf\x8c\x07\x35\xaa\x34\x86\x11\x73\x13\x24\xb3\xc7\xb5\x50\x7f\xd2\x97\xf4\x2f\x8d\x7b\x01\xe3\x89\x17\x7a\x4e\x24\x6e\x3c\xb9\xa1\xff\x36\x16\x26\x21\xa1\x74\xa5\xe2\x0d\x9e\x85\xbb\xbb\x9e\xf3\x2e\xb6\xa3\x71\x38\x71\xe5\x3b\x31\x71\xd0\x15\x66\x2e\x6c\x71\x0a\x95\x1f\xa0\x70\x67\x47\xcb\xce\xcf\x9b\x21\xb7\xb1\x01\xf8\x55\x62\x9e\xf4\x7a\x11\xd8\x53\x99\x7d\xaa\xbf\xc3\x09\x66\x92\xed\x03\x54\xcf\x0a\x86\xf2\xff\xc3\x23\xa3\x0d\xcd\x07\x5c\xbf\x5b\xc6\xa5\xd9\x07\xd6\x6d\x63\x24\xf0\x3c\x44\x83\xf6\x5b\x2c\xaf\x2b\xbd\x8f\x51\x62\xfd\xc8\x45\xd1\xdf\xf9\xef\x93\xb8\x71\x45\x8c\x50\x7c\x38\xf1\x89\x64\x69\x4f\x62\x7c\x2e\xda\x0d\xfd\xdf\x63\x97\xad\x69\x38\x40\x6e\xec\x52\x5f\xfa\x24\x4b\x32\xeb\x63\x7c\xf8\x31\xe6\x2e\xf5\x3e\xc6\xfa\xd6\xd1\x9d\xfa\x54\x0c\xab\x7a\x2e\x32\xea\xf5\xe0\x7e\xbb\xef\xd3\x31\x99\xc0\xa3\x91\x1e\x5e\x09\x8d\x76\x09\xe4\x8b\xfd\xa1\x17\x3f\xf3\x67\x2c\x63\xb4\x1b\x63\xd6\xe9\x6e\x3c\x81\x7d\xbe\x27\x1b\xe8\x0b\xab\x05\xe2\x0e\x9f\xc5\x87\xc3\x5d\xe1\xb8\x50\x43\x47\x48\xa5\x5b\x8f\xce\x40\x45\x47\x5a\xb4\x29\x22\xab\xc3\x18\x78\x07\xcd\x1c\x11\xf1\x52\x9a\x36\x02\xe2\xc1\x34\xfd\x1a\x0f\x5b\x9e\x21\x52\xbf\x87\x06\x32\xcc\x94\x44\x4a\xd9\x49\x2d\xee\x20\xa4\xe5\xd9\x59\x5b\xf8\x79\x3a\x64\x80\xc6\x74\xe2\x87\x76\xc4\x36\xa8\x58\x33\x70\x3f\x7a\x88\xcf\xb6\xe1\xc3\xc0\xf1\x48\xe4\x8c\x58\x39\x6c\x55\x52\x9e\x88\xe7\xe3\xc1\x0e\x83\xc6\xbe\xf0\x95\xd4\x8f\x6b\x29\x87\xcd\xa8\x11\xbc\x7a\x27\x6e\xf5\xa2\x2b\xa2\xc3\x90\x8e\x22\x2a\xc0\x37\x2f\xfb\xf9\x91\xf0\xf9\x0a\x0f\x99\x6f\x82\x2c\xb3\x7f\xd4\xbc\xa9\xde\x2d\x11\x3a\x6f\x98\xee\xcd\x13\x31\x5e\x6f\x30\xf7\xa2\xc9\x51\xaa\xe1\x19\xdc\x67\xa2\xbc\xa9\xe0\x1d\xd6\x23\x6c\x86\xb5\x95\x70\xb1\xab\x39\x1f\xd7\x7b\x05\x80\xb4\xb0\xdf\x19\x3a\xee\x36\x0c\x86\xd4\x41\x8f\xa4\x5a\xe7\xf5\x6e\xdc\xdb\xda\x5a\xb9\xc3\x46\xcc\xf6\xf6\xa2\xe9\xc4\x73\x60\x89\x00\x4b\x8f\xf0\x3b\x03\xd9\xe2\x96\x41\x81\x36\x2f\xf1\x9a\x64\x03\xe5\xfa\x05\x4a\x3f\xa4\x1b\x57\x8f\x18\x45\xd4\x8d\xa9\x20\xe3\x2d\xfd\x6c\x25\x74\xb6\x7e\x22\x8b\x47\x42\x07\xfa\x0c\xf1\xc5\x86\xe6\xa4\x69\x4c\xac\xb6\xf9\xa7\x8a\xb6\xf6\x72\xdb\x88\x09\x7a\x6d\x61\xd1\x66\xbc\x79\xeb\x74\xb3\x71\xbc\x1f\x55\x7f\xfc\x3b\x78\x4b\x03\x78\x28\xb6\x13\xbf\x8d\x07\xba\x5b\xdc\xdb\x02\x28\x6e\x07\xc5\x56\x5a\x2c\x85\x4b\x5b\xc9\x41\xc0\x48\x82\xf7\x5c\x04\x9f\x2c\xe8\x45\x45\x16\xcb\x51\xd3\x37\x92\x45\xfa\x32\x79\xbd\x3e\x21\x15\xed\x67\xf9\x8d\xed\x6c\xdc\xc6\xf4\x05\x58\x49\xf9\xae\x58\x95\x22\xb8\xf1\x82\xec\xc7\x3e\xfd\x5c\xd1\x2c\x36\x1c\x2f\x69\xb6\xaa\xce\x9d\xc6\x29\x35\x37\xbd\xed\x4f\xad\xf3\xdb\x7f\x2c\xd6\x0b\xd5\x44\xf7\x63\xf5\x2d\xee\xca\xd1\x1b\x2b\xf4\x32\x9b\xba\x91\x4a\x73\x3c\x2d\xe0\x53\x3d\xa4\x93\x15\xdb\xde\x68\x43\x01\x2e\xe9\x62\x8d\xd6\x08\x83\xc3\xbb\x15\xf3\x0f\x2f\x86\xbb\x7d\x52\x6e\x63\xe1\x1f\xb5\x83\x32\x4a\x0d\x23\x04\x20\x05\x1c\xa6\x3c\x4f\x6b\xf7\x3a\x6b\x89\x78\xc7\x13\x69\x9f\xa4\xa9\x66\x13\x50\xbf\xb3\x69\xb1\x5e\xb3\x8c\xb2\x2e\x7d\xbd\x99\x52\x71\xf3\xd6\x26\xba\xce\x0f\x7c\x33\xd7\x45\xd2\xef\x7e\x70\xd0\x27\xa6\x40\x8a\xed\x78\xc3\xc1\x3f\x5b\xdb\xdd\xeb\xd5\x5b\xcc\xef\xb2\x2a\x8f\x23\x14\x6f\xd0\xca\x2c\x4c\xa8\x23\xfd\x19\x85\x00\x8d\x7d\x4a\x3d\x22\xae\x4f\xfb\x53\x0a\xe3\x3c\xa3\xbe\xa0\x1e\xfb\x2e\x26\x15\xdf\x50\x39\xee\x7c\x5b\x42\x42\xfd\xf1\x0f\xee\xf0\xc0\xdd\xff\xce\x3d\xd8\x9f\xb8\x9f\xa8\x7f\x0b\x8e\xc3\x8e\x95\x81\x50\xdd\x3f\x8f\x7b\xc5\xef\xf2\x62\x4e\xa1\x77\xc4\x77\x01\xb4\x3b\xc8\xbd\x9e\x7d\x45\xd5\x15\x64\x3d\x9f\xb0\x1b\x4a\x45\x75\xef\xe8\xe7\xaa\x5e\x4f\xaf\xd7\xb9\xa2\xee\x02\xb3\xd8\x9d\x4f\x74\xbd\xbe\xa2\xbd\xde\xf7\xcf\xd8\xdf\xe1\xf0\x9f\xfe\x15\x75\xdc\x8c\xfa\xa8\x9f\xe8\x4f\x8b\x7c\x71\x3c\x27\xc5\x71\x1e\x53\xfb\x60\xdf\x71\x73\xea\xdf\x85\x74\x9a\x17\x14\x6c\xa2\x46\x0f\x1b\x4e\xb2\xfd\xd1\x73\x55\x22\xe8\x2a\x43\xca\x5a\xd2\x56\x9b\xca\xa0\x6b\x5a\x5a\xc1\xc9\xb3\xb0\x22\x44\x3b\x53\x61\xa4\x85\xb6\xad\xa4\xac\x68\xd0\x9d\x6c\x5c\xad\xdc\x69\x16\x3f\xb2\xb5\xc7\x46\xa1\x7a\x83\xcd\xd4\x6d\x6d\xe6\xc6\x9c\x35\x0b\xb1\x2d\xb7\x03\xa5\xc9\x63\xcd\x60\xcc\x68\x3f\x5a\x23\x7c\x75\x0f\xa4\x11\x71\xb6\xad\x17\x90\xe3\xf1\xfd\xb8\xf7\x9e\xe3\xa3\x7a\x82\x06\xc1\x5f\xdf\x15\x69\x48\xbc\xad\x27\x98\xe1\xf1\x5d\xe1\x6e\x93\xbe\xb6\x2f\x4c\xac\xf0\x3b\x43\x7d\x37\xf1\x27\xdd\xa2\xe2\x06\x50\x52\x61\xbd\x3b\xec\xf8\x7e\x42\xe5\x41\x6a\xd8\xbf\xa2\xb7\xc7\x30\x77\x55\x7e\xac\x52\xdc\xc1\xda\xdf\xff\x01\x34\x69\x3c\xa3\x96\x8f\x53\xbf\x71\x35\x30\x36\x54\x22\xfc\x42\xa2\xbc\xf1\xd5\x7c\x7c\x5a\x1d\x5b\x52\xa1\x52\x8d\x69\x45\x92\x54\x3e\x3e\xd3\xf2\xa6\x08\x30\x28\x30\x5b\xe7\x27\x46\x8a\xf9\x31\xfe\x53\x52\xe3\x85\xfa\x6a\x1b\x6a\xea\x73\x5a\xf4\xb8\xa0\xf2\x7d\x69\xa3\x9f\xc9\xd4\x3e\xd8\x07\x5c\xdc\xcc\x93\x68\x6e\xe8\x39\xd8\x80\x0c\xa4\xf3\x56\x89\x25\x8d\x2d\xc8\xe7\x1c\x40\x75\x5e\x11\x97\xf8\xbe\x9f\xd1\x5e\x8f\xbb\x2b\x1f\xd5\xdf\x79\x40\x21\x46\x5f\xb9\x56\x54\x1e\x88\x97\x54\x9e\x7e\xd7\xbb\x81\x6a\x9b\xce\x27\xda\xeb\x71\xaa\x38\xb4\x89\xcf\xb6\x9b\x6c\x1b\xfa\x7b\xec\x8b\xcd\x29\xe0\xc9\x25\x0e\x9a\x8d\x35\xd0\xc3\x99\xd8\xc8\x50\xb8\xb5\x21\xa5\x63\x87\xfd\xa8\x2a\xd2\x9f\xe9\xed\x7a\x0d\x8a\x58\xfe\xb5\xa0\x15\xf9\x99\xde\x82\x17\x6d\x9e\xa1\xd7\x13\x19\xb8\xeb\xed\x68\x4e\x8a\x5e\x6f\xf8\x0c\xbf\x84\x04\x20\xdd\x50\xb1\x48\xf4\x8f\x63\xe0\xbc\x6d\x75\x10\x59\x36\x2d\x0d\xde\x36\xd4\x0b\xb0\x53\xb8\xe2\xaf\xb2\xc1\x91\x5d\xca\x87\x03\x47\x69\xdb\x98\x30\x3a\xbb\xa6\xfe\x1d\xac\xe4\xef\x6e\x97\xb4\x1c\xe5\xd4\x35\xdc\x00\x8c\x74\x17\x96\xda\x8b\x72\xac\x3b\x9f\xa8\x13\x8e\xee\xa5\x48\x7e\x13\x83\xdf\xb3\xcc\x69\xbf\xce\x89\xb9\x02\x2e\xdc\xda\xc5\x7a\xa9\xd3\x2c\xbe\xa7\x8c\x30\x18\x6e\x14\x43\x9e\x26\x4a\x6e\xa6\xe2\x8c\x18\x0e\x22\x4a\x7a\x08\x34\x06\xb7\xc5\x5a\x2a\x64\x1b\x2b\xc9\x51\xf0\x42\xd2\xfe\xfe\x0f\xb0\xc1\xe5\xfc\xa4\xa5\x1c\x74\xcf\xf1\xa6\x87\xb6\x31\x3c\x11\x1f\x9e\x5e\xcf\x2e\xe9\x7a\x3d\xed\xf8\x6d\xe5\x0e\xa7\x7e\x3d\xfe\x34\x8b\x7b\xbd\x92\x95\xa3\x30\x0d\x9c\x91\xfd\x31\xf6\x63\xf7\xf7\xf8\xb1\x5a\x95\x12\xf6\x7a\x8e\x3b\xf5\x67\x54\x49\x6b\xf6\x14\xd4\x95\x60\xb7\x4a\x0f\xa7\x40\x2f\x3e\x1d\xd9\xd4\x2f\xa8\x76\x29\x14\xba\xc8\x13\x1d\xc7\xfd\x2d\xb6\xa7\x8e\x4b\xfd\xa9\x33\xe2\x12\x97\x4d\xfc\x94\x1e\x56\x88\xc7\xd1\x0a\x7f\x9d\x43\x3b\xf4\xe7\x7a\x6d\x39\xed\x6b\x82\x8f\x30\x98\x45\x32\xf5\x09\x83\x1b\x3a\xce\x88\x3b\xcb\x36\xcc\xd0\x7c\x7a\x18\x8e\xf8\x67\x78\x48\x47\x63\xea\x86\x93\xcd\xc6\xbd\xa1\xfe\x1d\xd8\xbe\x8c\x3a\x03\x17\x96\x44\xfe\xcb\x36\x3b\x60\xf9\xd7\x15\xa1\x5d\xc0\x7d\xd0\x45\xab\x2b\x92\x80\xf9\xd5\x22\xcf\xd0\x7c\x13\x4f\x20\xd1\xb0\x0a\x0f\x7d\xd9\x37\xbc\xe8\x0a\x46\x56\x70\x84\x0c\x46\x56\x34\xc5\x9f\xcf\x60\xa0\x25\xea\x59\x15\x10\x7d\x43\xe9\xd5\xa8\x33\xd8\x28\xde\xfd\x99\xfe\xd5\x03\x6e\xe3\x6c\xfb\xb0\xd3\xb9\xa1\x63\xd4\x81\x4f\x46\xf5\x23\xe8\xc3\xce\x60\x04\x2a\x29\x56\xcf\x2d\xc3\x09\x18\xde\x3f\x56\x3e\x10\xf7\xc3\x4c\xa1\x00\x62\x1f\x92\x04\xb8\x8b\x05\xb8\xfa\xa2\x5f\x63\xd1\x04\x82\xd5\xb2\x7e\x21\xa0\x21\x0d\x28\x74\x7d\xa1\x52\x45\xeb\xff\xa8\x91\xce\x2d\xed\x63\x59\x57\x7a\x7d\x82\xad\x9f\xb8\x73\x10\x74\xbd\x13\x38\x62\x01\x55\xa6\x32\x6e\x61\x08\x39\x42\x2a\x75\x9f\xd3\xda\xa9\xfa\x31\x8c\x0d\xb8\x75\x52\xcb\xf8\x89\x36\x60\x70\x38\xc5\xb8\xdd\x6d\xa8\xbb\xf1\x52\x99\x4f\xd5\x7a\xa6\x5a\xa2\xbb\x2a\x43\x37\x44\x67\xb0\x9e\xc3\x7e\xe1\x8c\xfa\x79\xa4\xec\x16\x18\xd7\xe9\xb4\xee\x45\xd6\xeb\x1f\x9e\xb5\x6f\x52\x0c\xbb\xbe\x1f\xa9\xed\xdc\x1d\xb1\x19\x7a\x44\x41\xf0\x88\xe6\xc0\xbc\x6d\x36\x86\xe2\xd1\x4b\x79\x29\xf0\x27\xea\x30\x34\x70\x8c\x68\xbd\xfe\x49\x6c\x29\x25\x3f\x81\x33\x38\xfd\xd5\xcc\x5e\xef\x84\xda\xcf\xa9\xe3\xc0\xcb\x5f\x5f\xd8\xb7\x4b\x5c\xf0\x49\xe5\xb8\xff\x22\x0e\xe0\x11\x2d\xca\xd5\x9d\x80\x33\x62\x1f\x53\xdd\x36\xfb\x5f\xe0\xe0\x0a\x2f\x03\xa8\xea\x5f\xc8\x61\x97\x4e\x03\xc0\xa7\xb4\xcd\xba\xe7\x1e\x51\x3f\x64\xcd\x8e\xdc\x23\x78\x85\xf3\xc1\x3e\x3a\x23\x21\xb9\x21\xc7\x66\x50\x34\xd7\xf1\xaa\xaf\x0d\xc2\x14\x27\x46\x5c\xe8\xd4\x82\x6a\x05\x10\x63\x8b\xe8\xd0\x1c\x6a\x18\xc4\x80\xa7\x71\xb5\xfc\xfa\xc5\xed\x97\x7a\xf6\xda\x01\x56\x1b\x29\x61\x71\x9c\xe3\xaf\xcc\x85\xfb\x96\xba\x97\x49\x09\x5c\x15\x10\x73\xb1\x5a\x2e\xf3\xa2\xa2\xf1\xe8\xec\x91\x4b\xba\x1f\x1e\x9e\x33\xf6\x3b\xe2\x7b\xe9\xa9\x4f\x35\x4e\x45\xb7\x71\x2a\x0d\x89\xd0\xd8\xa9\x79\x18\x37\x85\x83\x33\x30\x49\x94\xef\xac\x3a\xa8\xb7\x3f\xa5\xf2\x7a\xc4\x67\x6a\x23\x55\x9d\x51\x67\xe6\xbf\xc4\x84\xbb\x99\xff\x2f\x54\x01\xcd\xfd\x17\x14\xd6\x6a\x5b\x6f\x54\xed\x39\xb0\xe9\x43\xcf\x81\xd1\x96\xa7\x76\x78\x83\x7a\x3d\x7b\xe6\xff\x8c\x37\x1d\x66\x10\x98\xa1\xcf\x55\x81\xf9\x2f\xd4\x9e\xa1\x9a\x66\xde\xeb\xcd\x6d\xe2\x52\x37\x74\x3c\x93\xc4\x6c\xe2\x53\xd3\x79\xbd\xc3\x38\xbc\x7a\xfb\x87\xb5\x57\xb3\x73\xc1\xba\xe1\x05\x19\xea\xaa\x14\x97\x72\x8f\xfe\x9b\x8d\xfb\x5a\xd7\x8e\x5c\x27\xf4\x06\x55\x73\xb8\xbb\x10\x9a\x92\x20\x7b\x43\xfd\xbb\xa3\xb4\x1a\x05\x5d\x14\x4b\x83\xae\x7b\x8c\xb5\x8e\x82\x2e\x17\x5a\x83\xae\xfb\x8a\x56\x64\x14\x74\xb9\x44\x1b\x74\xdd\x8b\x79\x32\x65\xa5\xe0\xfe\x33\x44\x69\x7c\xf8\x5c\xe3\x82\x0d\xa5\xb4\x94\x6d\x67\x94\x71\xa4\x64\x9a\xf0\x2e\x1f\x36\xa3\x6c\xe2\x8c\x6c\xe2\xbf\xa1\x63\x32\x71\x0e\x3b\x9d\x70\x4c\x26\x86\x49\xdb\x2f\xea\x54\xc5\x3a\xa7\x9c\xbe\xdf\x52\x7f\xe0\x5e\xb0\x3f\xef\x40\xc4\x7f\x0f\x7f\x7f\xa5\xfe\x6b\x2a\x31\x52\x46\x05\xa5\xd9\x6f\x88\x14\x0c\x7c\xe4\x8a\xd1\x34\xa1\x59\xf5\x9b\x1e\xe0\x29\x4b\x32\xa3\xbf\xa9\x4f\x91\x1f\x91\xc4\x21\x71\x74\x60\x08\x51\x8a\xdf\x1c\x75\x18\xa8\xf7\x73\xf4\x0b\x75\xf1\x54\x5a\x68\x6a\xd9\x37\xd7\xd4\x16\x34\x25\x15\x8d\xeb\xca\x5e\x5d\x3b\x6b\x64\x81\x27\x70\xd8\xd6\x80\x5b\xee\x01\x2f\x56\x9e\xfe\x0e\x49\xbf\xca\xf9\xf7\xc8\xc8\xe8\x6c\xdc\x45\x7e\x0d\x9f\xbf\x19\xf5\xc0\x44\x95\x49\xdc\xcb\xbc\xac\x5c\x26\x08\x6f\x18\xd4\x7b\x4b\x59\x95\x88\x62\x31\xe0\xef\xe8\x21\xdf\x24\x2f\xc0\x0c\x40\x5a\xc5\x1d\xca\xac\xbb\xe1\x68\x30\xb2\xd9\xa0\x0d\xdc\x81\xd6\x9a\x8f\xdb\x5b\xf3\x71\x5b\x6b\x3e\x72\x6d\x5c\xe8\x5f\x50\xef\x42\xb5\xe7\xa3\x68\xcf\xfb\x07\xdb\xf3\x11\xdb\xf3\x5e\xb4\x67\xe3\xb8\x1f\xa8\xff\xab\x22\x22\xe9\x9b\x05\x07\xea\x06\x6e\x6d\xc0\x27\xbe\x94\xcf\x69\x85\x6d\x15\x57\x85\x54\xe3\x67\x33\x9a\x55\x09\x49\xcf\xcd\xf8\x24\x15\x44\xc7\x3e\x39\x71\x55\x37\x49\x29\xc0\x60\x65\xef\xe4\x81\x40\x52\x9e\x17\xc9\x82\x14\xb7\x62\x36\xff\x46\xfd\xbb\x85\xb4\x84\x18\xdd\xd5\x0f\x73\x47\x75\x53\x89\x86\x9a\x4f\xb9\x37\x72\x0d\x0f\x39\x13\x36\x16\xab\x92\xc2\xf5\xd4\xfb\x00\xbf\x44\x7f\x4a\x5f\x03\x98\xf7\xeb\xbe\x36\x9f\x6b\x59\x5a\x80\xeb\xfe\x95\xdc\x9a\xa3\x1e\x55\xc1\x7d\x6d\x3f\xd7\xb2\x80\xae\xee\xeb\xaa\xd8\xb8\x1f\xcd\x25\xf5\xb7\x87\x16\x4e\x97\x1b\xc2\x4d\x7d\x03\x1d\x62\x05\x37\xe0\xb3\x48\x77\xe6\xeb\x48\xac\xe7\x13\x71\xe0\x12\xb4\xd7\x1b\xf8\xbe\x6f\xd3\xde\xc1\x3e\x9a\x15\xd4\xb8\x43\x64\xcc\xf9\xf5\xba\x33\xeb\xf5\x3a\x53\xd3\x83\xaf\x1f\xf7\x71\x2d\x87\x2b\xa7\xf1\xc8\x66\x31\x86\xb1\xbc\xc3\x76\x7c\xfc\xb1\x96\x84\xde\xac\xd7\x53\x6e\x08\x86\xb6\xbc\x5c\x14\x80\x55\x11\xa6\xec\x0c\x9c\xf9\x82\xa5\x46\xa3\x3d\x92\x1f\x39\x87\x55\xc4\xe4\x08\xa0\x6f\xd3\x25\xce\x5c\x39\x25\x0a\x3b\xbe\x3f\x47\xc3\xb1\x50\x19\x8e\xa1\x53\xe1\x90\x1f\xa3\x81\x78\x30\x93\xfe\x54\x67\xba\x25\x61\x26\x9f\x20\x6e\x62\xd4\x1c\x8c\x20\xe3\xeb\xd8\x95\xff\x2b\xca\x13\xa9\xff\x1b\xed\xab\xb9\x00\x71\x0b\x19\x07\x14\x0a\x71\x4b\x31\x5e\x41\x77\xa3\x5e\xa0\xab\x8f\x57\xeb\x58\x3b\x57\xfe\x07\xea\x42\x45\x3a\xe9\xba\x0b\x2d\x06\x2a\x72\x59\x25\x3c\x22\xe8\x7a\x84\x3f\x68\x38\x3b\x9c\x8e\xce\x63\x7b\xe6\x78\x53\xf1\xc4\x21\xc6\x84\x8e\x97\xfa\x57\xda\xbe\x28\x75\xb9\x64\x92\xe2\x7e\x68\xb9\x13\x74\xb9\x47\x34\x16\x85\xa7\xfc\xc4\x4b\xcd\x11\x03\x47\xd5\x3a\x98\x85\x38\x87\x8a\x14\x18\xee\x8b\x8b\x45\xc9\x42\x35\x30\xc4\x8b\xfd\x99\xb7\xf4\xc1\x15\x72\xdc\xeb\x2d\x1d\x32\xba\xbb\xf2\x63\x6f\xe1\x2f\xbd\x19\xbf\x3a\x40\xfc\x2b\x8f\x78\xc4\x07\xbb\x3b\x67\xb6\xb3\x23\x2f\x15\x84\xfe\xc2\x0b\x3d\x6e\x05\xe4\x90\x9d\x1d\xe1\xd8\x65\xb6\x4b\x3c\xe7\x8a\xc5\x5f\x39\xee\x6c\x77\x57\xc4\x93\xdd\x99\xe7\x2c\x58\xfc\xc2\x71\x89\x88\x67\x19\x80\x40\xaf\x7c\xdf\x5f\xac\xd7\xf0\xa3\x39\xc1\x17\x76\x5e\x41\xc6\x41\x7a\x1c\xc4\xe6\x4a\xbb\x68\x8a\xdf\xde\xc2\x47\x9f\xd4\x57\xfe\x78\xe2\xc5\xbd\x5e\xdc\xf1\xfd\x85\xe7\xdc\xcd\xfc\xb8\xd5\x40\x73\xd6\xeb\x31\xca\x5c\x70\x6f\xa2\x57\x78\x64\x16\x3b\x5e\xcc\xea\x88\x9d\x0d\x1a\xa7\x8c\x27\xde\xb2\xd7\x5b\x4a\x60\xcb\xc7\x00\x8b\x11\xd8\xd2\xf1\x96\x0c\xd8\x12\x81\x2d\xfd\x81\xb7\x7c\x76\x25\x8c\x64\x96\x3b\x3b\xce\xaf\xb1\x7d\x35\x5e\x9a\xb6\x4f\xdc\x4d\xce\xd2\x8f\x95\x5d\xd5\x92\x61\xea\xd7\xd8\x8e\x31\xb3\x66\x57\xa5\x4e\x3c\x39\xe7\xf9\xf6\x1b\xe7\x70\x9c\x4e\x46\xe3\xd4\x8d\x26\xfa\x0e\xfd\x77\x6a\xde\xa2\xe0\x96\xf7\x83\x0e\x4c\x86\xe1\x1e\x8b\x18\xee\x85\xce\x7a\x4d\xd0\x89\x14\x9b\xeb\xb8\x0d\x7e\x42\xb7\x98\x45\xf3\xdb\x8f\x49\x79\x28\xbf\x46\xbf\x53\x97\x4c\xc5\xf3\xbb\xea\x74\xd7\x34\x7b\xd1\x77\xc2\xe1\x54\xee\xa7\x9e\x60\x1b\xd5\x8b\xaa\xc6\xdb\xde\x9a\x79\x04\x5a\x87\x6e\x7f\x6c\x3e\x94\x19\x42\xd3\x63\x98\x7c\x18\x18\x6e\x6c\x12\xc7\x8d\x8d\x08\xe4\x72\xc2\x3e\x0d\xdc\xd2\x1a\x7a\xe1\xce\x90\x1b\x2d\x0d\xbc\x58\x99\xb1\xc5\x3b\x3b\x0e\xf8\x62\xe7\x8f\xe8\x86\xe8\xf3\x7a\xbd\xee\xb0\x0e\x8d\x59\x60\xe2\x86\xf8\xeb\x28\x48\x9a\xef\x30\x68\xda\xd4\x7f\xf0\x04\x74\x38\xfc\x67\xfb\x09\xa8\x1b\x4f\xfd\x3b\xdc\xd0\x3d\x52\x7b\x74\xc1\x77\x7f\xa6\xf6\x08\x63\x1f\x3c\x47\x52\xce\x57\x84\xdf\x14\x54\x22\x99\xea\xa3\xa6\xc3\xd2\x87\x14\x4a\x2e\x45\xc6\xe9\x4e\xf9\xef\x8c\xff\xce\xa7\xb5\x63\xa7\x4f\x53\xf3\x1d\x39\xb9\x66\x86\x87\xa1\xc4\xcc\xe8\x07\xf3\x16\x50\x38\x0a\x6b\xf7\xce\x92\xa9\x3d\x9f\x0a\x62\xa1\xd3\xf5\x9a\x4e\x19\x15\xc5\x76\xe4\xd4\xec\x7d\xe9\xd4\xd3\xf4\x0e\xfc\x6c\x31\xc9\xac\xa8\xd7\xbb\x65\xd9\x0f\x23\xff\x0e\xdf\xea\x89\xfa\x66\x36\x97\x66\xb1\x1e\x79\x9a\xc5\x9b\x91\x1d\xf9\x76\x64\x36\xa6\xd7\xab\x45\x98\xab\x3c\xf6\xd0\x61\xdc\xff\x42\x80\xb2\x1d\x37\xf2\xef\x48\x16\xcd\xf3\x02\xfc\x7c\x47\x7d\x15\x70\xf1\xf3\x0d\x5e\xd8\x12\x29\x18\x74\x61\xbc\x78\x11\xf9\x8d\xb1\xb2\x80\x16\x52\xcf\x4a\xce\xa6\xbd\x5e\x38\xb5\x67\x53\x37\x72\xf0\xbc\xc2\x9e\x4d\xfd\xc8\x35\xf5\x7e\xf1\x94\xf7\xd7\x9d\x4e\x5d\x74\x99\x2f\x14\x7f\x42\xed\xe0\x0a\x3f\x88\x3e\x9d\xba\xa0\xfe\x73\x89\xd0\x93\x5c\x4d\x0d\xa1\x2e\x9e\x3e\x28\xd4\xb9\x53\xe7\x8e\xfa\xd3\xf5\xda\x36\xe5\x27\x93\x16\x62\x45\x0b\xf1\xa8\x2e\x56\xe1\xcd\xd5\xa9\xdf\xa1\x8e\x73\x47\x46\x77\xd4\x8f\xc0\x91\xc2\xd4\xbf\x21\x7d\x31\x35\x3c\xf5\xaa\xc5\xc0\x9b\x3d\x9b\x0a\x1e\x30\xe3\x3c\x00\x38\x9d\x3d\x1d\xcf\x26\x0e\x6b\x50\x67\x28\xaf\xbc\xb1\xbd\xcc\x86\x41\xdf\x30\x51\xd1\xa0\xae\xba\x1a\xa7\x79\x24\x26\x3c\x72\x0a\xb5\x8b\x71\x79\x89\x36\x2e\x2f\xd1\xa9\x4f\xd9\x1c\x0a\xc5\x04\x32\xbd\x9c\xf2\xd3\xd1\xd9\xd4\x9f\x4e\x7d\xda\x96\x43\x3f\x52\x65\x73\x6f\x50\x73\xbb\xac\x38\x40\xed\x18\x76\xb5\x34\xdd\xbc\x1a\x87\x5e\x30\x8b\xdd\x4f\x53\x1b\x65\x16\xfd\xae\x93\xc6\x13\x58\x27\xa3\x29\x5f\x4b\x83\xac\x71\x3c\xdc\x7a\xbe\x6c\x71\xa8\xc6\x45\x88\x8d\x9b\x4e\x35\x5d\x8c\xf4\x21\x01\xbb\x0f\xe0\x2b\x34\x25\xcb\x92\xc6\xef\x12\x11\xb1\x2c\xe9\x2a\x96\x9b\x74\xbe\xbd\x5b\xe8\x50\xa2\x34\x59\x86\x39\x29\xc0\xcb\x59\x8b\x52\x00\x74\x88\x2a\x87\xba\x5c\x68\x94\xc3\x81\x36\x23\xd9\x36\x37\x9b\xea\xba\x12\x53\x01\x81\xad\x51\x4b\x7a\x6e\xbc\xf2\x20\x8e\xc9\x41\x0b\x09\x07\x93\xbc\x6a\x7c\x3c\x80\xc7\xb9\x03\xd4\x7b\x0d\x0f\xe4\x83\x3d\xc3\x03\xc7\x19\x11\x3f\xf4\x86\x03\xa9\x13\x1b\x1e\xa8\x67\x05\xf6\x9f\x81\x84\x00\xd7\x2c\x0f\xc9\x48\xac\x57\xcb\xa9\x7f\x77\x5a\x46\xa3\xa0\x7b\x5a\x46\x64\xc9\x76\x6f\x17\x4b\x12\xd1\x90\x14\x23\xe0\xe7\xee\x4b\x0a\x8a\xaa\xa3\xa2\xc8\x6f\xd8\x77\xd0\x75\xdf\x2f\x45\xc4\xfb\x65\xd0\x75\xdf\xc2\x5e\x9d\xc7\x40\x20\xe8\xba\x27\xf9\x4d\x26\xe2\xf0\xa2\x83\x7b\x42\xd3\x51\xd0\x3d\x01\x2f\x9a\x41\xd7\xfd\x90\xb0\x0c\x6f\x2e\x40\x3d\x96\xad\x46\x41\xf7\x58\xf9\x00\x0b\xba\xee\xd1\x72\x59\x36\x22\x2f\xc0\x83\xd2\x28\xe8\xe2\xc7\xcb\x3c\xba\x62\xe5\xf3\x2f\xe7\x45\x92\xc1\xb4\xf9\x99\xde\x8e\x82\xee\xfb\x2c\x89\x69\x56\x25\x53\x70\xb2\xb7\x71\xff\x9c\xfa\x77\xdf\x8f\x82\xee\x73\x12\x5d\xc1\x23\x80\x41\xd7\xfd\x61\x14\x74\xdf\x91\x30\xe8\xba\xc3\x7d\x56\x51\x4a\x09\xdb\x1e\x0f\x0f\x18\x36\xf8\x5e\x79\xf8\x2d\xab\x6b\x9e\x40\xbf\x87\xdf\xf1\xf6\x14\x79\xca\x82\x0c\xe0\x51\x0a\x29\x0c\xd6\x39\x81\xfd\x8a\xbb\x3f\x18\x81\x83\xb5\x92\xb7\x6e\xff\x3b\x1d\xbd\x07\xfb\x1c\xb1\x07\x07\x50\x66\x06\xb7\x34\xdc\x83\x6f\x78\x88\x23\xeb\xe0\x1f\xd0\x0a\x26\x1e\x1e\xb0\x36\xfc\x94\x2f\xa0\xf4\x77\xb5\xb1\x38\xf8\xde\x18\x8b\x83\x1f\xea\x03\xf1\xcd\xa0\x36\x0c\xdf\x30\xc8\x2f\xb2\x92\x82\x5d\xcd\x37\xdf\xea\x63\x32\x04\x4c\x9c\x0d\xe1\x93\xb5\xef\x6c\x1f\x3e\x59\xe3\xce\x0e\xe0\x93\x95\x3e\xfb\x06\x76\xf9\x43\xc0\xce\xd9\x3f\x20\x9e\x35\xec\xec\x5b\xf8\x64\x4d\x3a\xfb\x0e\x3e\x59\x73\xce\xbe\x07\x14\xb3\x76\x9c\xfd\x00\x9f\x43\xa8\x64\x00\xdf\x58\x21\xd4\xb8\x0f\x35\x0e\xa1\xca\x6f\x58\x95\xaf\x57\x0b\x8e\xc3\x21\xb4\xda\x18\xf4\xfd\x7d\x96\xe5\x15\x65\xb3\x73\xe3\x16\xc6\x94\xbb\xa2\xb7\x75\x9d\x17\xcc\x2d\x31\xd1\x96\xd3\x31\x84\x27\xeb\x35\xfc\xa2\x8c\x6a\x12\x8d\xf1\xa0\xd5\x46\xb0\x05\x65\xbb\xa0\x14\x5e\x36\xf1\x61\x16\xbb\x7c\x7a\x49\xf2\x19\xb5\x19\x1a\x10\xa7\x71\xac\x2d\xd5\xe3\xda\xc9\x07\x82\xfe\x93\x37\x94\x95\x9c\xb0\x1c\x66\x1b\xe1\xd9\xde\x8d\x2b\xee\x0a\xff\x75\x8d\x6a\x41\x97\x94\x70\x4d\x19\x9e\x93\x6f\xd7\xb4\x0a\x2e\xd4\xca\x36\x0d\xfc\x04\x19\xef\x06\xa0\x67\x34\xd8\xb8\xbc\x2b\xdb\x8a\x3e\x06\x25\x12\x1f\x0c\x1e\xd8\x6c\x3c\xdc\x10\xa3\x19\x7f\xa9\xa6\x8d\xe3\x96\x53\x5d\x79\x19\x93\x8a\xc0\x7b\x85\x53\x5a\x88\x25\xa6\x32\x88\x10\xbd\xe4\x95\xba\xf9\xf1\x3b\x3d\x0a\x97\xca\xd8\x88\xdb\x3a\x40\xf7\x0c\x6a\xcb\x18\x6d\x1c\x77\xa5\x2f\x77\xfa\x51\xe2\xd7\xac\x99\xd7\x66\x97\x69\x5a\x91\xdf\x5a\xb1\x8d\x49\xca\xa2\x0a\x73\x06\x5d\x70\x61\x77\x22\x13\x83\x8c\x1c\xee\x92\xbe\x16\xcb\x06\x11\x72\x7f\xdc\x0e\xf7\xa3\x09\xf7\xa3\x01\x57\x24\x1a\x60\xcd\x2c\x6d\x39\x64\xbd\xbf\x8b\x83\x9d\xb4\x22\x6c\x13\x26\xba\x7e\x63\x4a\xaf\x1f\xa2\x47\x9e\xe5\x7d\x94\x0f\x0b\x82\x24\x69\x88\x88\x6d\xe6\x75\x9a\x25\x14\x5b\xb9\xf3\x69\x63\xd7\xf2\x80\xe8\x44\xfc\x62\xda\x2a\x19\xd6\xa4\x4e\xe2\x67\xb5\x7c\xfc\x98\x94\x55\xbd\x8f\xbe\x79\xe1\xdc\xa4\xad\x76\xe1\x80\x53\x93\x0b\xb9\x03\xce\x7b\x2d\xf8\xb4\xf3\x81\xad\x02\xa6\xf6\x26\xc0\xf6\x87\x03\x4c\x59\x95\xf8\x41\xf6\x2b\x6d\xbe\x50\xd0\x26\xb5\xde\xff\x80\x01\xfd\xac\x3f\x18\xa2\x3f\x69\xa0\x45\x99\x4d\x91\x4e\x45\xff\x5f\xee\xde\xc5\xb9\x89\x5c\xf9\x1f\xfd\x57\x6c\x6a\x6b\x76\x74\x10\x5e\x3b\x09\x8f\xcc\x20\x5c\x09\x61\x17\x58\x20\x2c\x8f\x05\x16\xe7\x47\x69\x66\x34\x0f\x3f\xc6\x89\xed\x90\x84\xd8\xff\xfb\x2d\xb5\xde\x9a\x71\x80\x73\xce\xf7\x7b\x7f\xf7\x6e\x6d\x91\xb1\x46\xa3\x67\xab\xd5\x6a\x75\x7f\xda\x4e\x9a\x8b\x99\x58\x7a\x23\x6c\x01\x68\x5a\x38\x00\x12\x3d\xd3\x4b\x71\x87\xc9\x00\x6a\x42\xc1\x2b\xa7\xe0\x8f\x89\xc8\xf6\x49\xfe\xfd\x27\x89\x28\x99\x3a\x59\x7e\xe1\x49\xe7\x5e\x73\x74\x14\x18\x4a\x5e\x79\xc3\x27\xb1\x26\x23\x4a\xbe\xfa\x54\x32\x3f\xbd\xb2\x26\xc2\x9e\x28\x65\xe3\x47\xc9\x2c\xff\xcf\x42\x30\xb8\x41\x02\xfc\x11\xb3\x10\x4f\x1b\x89\xee\xb0\x39\xb1\x22\x7e\x20\xa8\x84\x5c\x41\xa3\xfa\x03\xf3\x40\x1d\x29\xf9\x63\xc3\x25\x72\x73\x1c\x66\x4a\x4f\x0b\xb6\x52\x26\xd6\xd5\x86\xaf\xf4\xd3\x46\x00\xcb\xfe\x00\xa1\xf8\x94\x12\x11\x8b\xcd\x28\xd1\xc0\x03\x4e\xe8\x98\x46\xb7\xde\x88\x58\x60\x6c\x01\x5c\xe5\xf5\xf4\xbc\xa8\xea\xce\xdb\x6a\x76\x3a\x65\x76\xca\x13\xad\xc6\xb6\x53\x85\x95\x90\xf3\x25\x1c\xc3\xec\x14\xcb\x3e\xdd\x4a\xf6\x74\x36\x28\x5e\x28\x6c\xc9\xcb\x9c\xbc\x4a\xe3\x29\x25\x7f\x65\xf1\x8c\x92\xcb\x3c\xae\x29\x79\x9d\xc5\x97\x34\xbc\x6e\xb4\x2b\xba\xc8\x71\x6b\xd3\xa2\x4f\x0c\x37\x5a\x17\xbd\x64\xb8\xd1\xc0\x68\x92\xe3\xf6\x36\x46\x5f\xd9\x46\xb4\xe9\x2a\x27\x9f\x4f\xf0\xb7\x9c\xdc\xb1\xec\x72\x9f\x72\x36\xda\x7f\xf4\x2d\x87\xfb\x5a\x15\x6c\xf1\x2a\xff\xfc\x2d\x3f\xc1\xe2\x8f\x84\x8a\xcf\xef\xdc\x71\x3c\x38\x9e\x09\xa5\xd3\xb7\xfc\xf6\xed\x58\x66\xd4\x05\xc4\xa6\x28\xa1\x36\x3d\xc8\xc9\xf5\x06\x3f\x27\xd7\x32\x39\x3a\xc8\x37\xf8\x4f\xf3\xb3\x3b\xd8\xe0\xc3\x9c\x1c\xe4\x96\x65\x53\xee\x3a\xa8\x2b\xc7\x18\xce\xc0\x60\x33\x71\x1d\xd5\x0f\x72\xe9\xa6\xee\xb9\xb2\x67\x41\x90\xf5\x3c\x38\x85\x97\x32\xf6\xea\xfb\x7a\x46\x97\x13\x26\xc2\x7b\xcb\x13\x92\x7d\x45\xb3\xf5\xc3\x97\x8d\xcf\xa4\xa7\xcf\xf5\x06\xe7\xa0\x16\xc9\x3b\x55\xdd\x49\x11\xfb\x9c\x9f\x90\xe4\x73\x0e\x7a\xf8\x90\xda\x8d\xc3\xf4\xa7\x9a\x95\x6c\xcf\xdf\x6c\x0d\x61\x96\x3b\x8e\xb1\xd6\x51\xc6\xdd\xa9\x95\x55\x0c\xa5\xb5\x57\x09\x8d\xb7\xb0\x2f\xe5\xcf\xf6\x9c\x1f\xe5\x21\xba\x7e\x1a\xfe\x89\xe2\xa7\xe1\x73\xcb\x0e\xe8\x49\x6e\xf9\x83\x3f\x57\x73\xdf\x25\xe4\x20\xf7\xd7\xf3\xbd\x07\x08\xc5\xcf\xc2\xe7\x38\xe1\x7f\xfe\x74\x40\xab\x7e\xcf\x5d\x00\x5a\x7b\x2a\xa9\xc2\x91\x78\xec\x91\x40\xbb\x5b\x7b\xc6\x39\x8e\x3d\x24\x06\x42\x22\x23\x8d\x97\x21\x72\x9d\x53\x01\x95\xb5\x1b\x4a\x47\xd5\x06\x4b\x7a\x80\x4f\x93\x30\x41\xe2\x20\x21\x1d\x16\xad\xa8\x2a\x1d\x70\xd2\x4a\xf1\xf5\x06\x40\x64\xb5\x99\x5b\x2e\xc6\xdf\x25\x03\x30\xb1\xd9\x36\xb1\x6c\x51\xb8\x13\xbb\x5e\x1f\xe4\xf1\x61\x4e\xf4\x18\xc3\x50\x52\x31\x94\x7f\xaa\x44\x14\xb7\xc5\xe2\x78\x7a\xc3\xe8\x0a\x54\x07\x7f\xaa\xf6\x11\x8a\x53\x7e\x2e\x93\x13\x73\x98\x23\xbc\x7d\x4d\x34\x1a\x4b\x28\xe6\xb4\x82\x39\xad\x60\xd1\x4e\x14\x01\xf5\xc8\x89\x17\xca\x93\x67\xf9\x4d\xf0\xc5\xcf\x9d\xb7\x7e\x68\x0a\xfc\xa7\xf3\x5a\xec\x78\xfa\xe5\x0b\xb7\x64\x76\x76\xce\x96\xab\xd7\xb4\xaa\x57\xf8\xa5\xf3\xaa\x9e\x5f\xe0\x57\x4e\x0a\x27\x10\x31\x98\xaa\x25\x10\x2e\x04\x1f\x3b\xb9\x9e\xcd\x66\x2c\xab\xe8\x8a\xe9\xe6\xbe\xce\xbf\x0b\xd7\xfc\x97\x93\xc5\x0b\xa8\xf1\xc6\x79\xf9\x62\x7e\xa1\xdf\xbc\x75\x6b\xce\xa6\xa6\xd2\x77\xc0\x5d\xdf\xbb\x23\x55\xce\xcf\xa7\xd9\xa7\x8a\x4d\x33\xfc\xb7\xb2\x17\xef\x12\xf2\x22\x1f\xbe\xc8\x6d\x67\xcd\x0d\xfe\x20\x2f\x16\x3e\xca\xbf\x9f\x40\x35\xf9\x4f\x4e\x5e\xe6\x21\xc2\xbf\xe4\x64\xf0\x64\xef\xd1\x3f\xf9\xf0\x65\xde\xe2\xe4\xc9\xf3\xdc\xf9\x27\xdf\x38\x5e\xf5\x45\xa8\x3d\x3d\x5e\xe5\x21\x92\x82\xfa\x71\xae\x14\x94\xfb\xfb\x42\xc2\x79\x6d\x52\x1e\x88\x94\xbf\x4c\xca\x7d\x91\xf2\xc6\xa4\xdc\x13\x29\x6f\x4d\xca\x5d\x2d\x68\xf8\x98\x2a\x3b\x00\x64\x68\x6e\xd6\x0a\xbe\xf8\xbc\x93\xc3\xfe\xbe\x2a\xe8\x38\x17\x45\xef\x3f\x50\x29\xaf\x55\xca\x7d\x95\xf2\x97\x4a\xb9\xa7\x52\xde\xa8\x94\xbb\x2a\xe5\x6d\xfe\xa3\x0d\x4a\x0b\x85\x10\x08\x4d\x53\xac\xe3\x99\xd8\xf5\x2c\x6f\xc5\xc2\x58\x13\x3b\x39\x9f\xab\xe5\x6c\x85\x29\x2f\x54\x74\x57\x42\xc8\x87\x7c\x18\x7e\xc8\xc9\x67\x7a\xc2\x27\xf6\x79\x1e\x1e\xe7\x38\x2f\x10\x8a\x3e\xe4\x1a\xdd\x59\x19\x45\xe5\x16\x5c\x76\x11\xda\xf1\x86\x3e\xe6\xca\xdf\xf9\x63\x1e\x4b\x02\x89\xff\xcc\xc1\xdc\xb8\x08\x5d\x97\x4e\xf9\x65\xf7\x53\xae\x11\x7e\x3e\xe4\xe8\xfa\x53\x6e\x5c\xd9\x85\x45\xad\xd0\x1e\x7d\xc8\xe3\xb4\x08\xf7\xf7\xed\xc8\x4b\x02\xf6\xcf\x00\x1c\x52\x15\xf7\x25\x25\xc9\x67\x7a\x12\x67\xf3\x4e\x4a\xd2\xb0\xdb\x47\x12\xef\xa6\x56\xb0\xce\x9b\x0d\x8a\x25\x21\x4b\x98\xb7\x14\x5d\x8b\x39\xd0\x6d\x09\x02\x3e\x22\x1f\x72\x05\x9f\x70\x7b\x80\x10\x16\x23\x53\x14\x08\xa7\xb1\x36\xf1\x85\x25\x60\x5b\xf7\x96\x7a\x1a\xd2\xdf\xc8\x40\x3b\x19\x0d\xfa\xf7\x77\xef\xef\x0d\x1e\xec\x0c\xee\x84\x61\x68\xfd\xa2\xb7\x93\xdf\x06\x7d\xf4\x5b\xba\xee\xa3\xdb\x03\xf4\x2f\x0b\x3c\xa5\x2a\xf4\x25\xaf\x00\xbf\x50\xde\xcb\xf3\xd3\x25\xba\x4e\x84\x8b\x6f\x82\x62\xe1\x86\x65\xde\xb9\x60\xb1\x14\x99\x88\xfb\x9f\xd3\x93\x20\x08\xf9\x1f\x88\x7d\x61\xa1\x23\x01\x64\x74\x61\xe4\x2c\xe1\x92\x3d\x11\x26\x29\x78\x2a\xff\xce\x0a\xcf\xaa\xbc\xe6\x53\x39\x2b\xc8\xb4\x20\x32\xaf\x3d\xd1\xf3\xc2\xe8\xda\xc7\x85\xde\x89\x9e\x86\xe3\x42\x19\xb5\xf7\xbe\x48\x49\xad\xf7\x45\xbe\x16\xf0\x02\x56\xfc\xee\xd3\xc2\x04\xf4\xb0\x51\x9f\x94\xbc\xe7\x18\x17\x48\x99\xe5\xc9\xe5\x69\x25\x6e\x71\xdf\x55\x33\xf6\x30\x41\xad\xe9\x24\x51\x56\x3b\x00\x90\xd2\xfa\x25\x98\x24\xb5\x7e\x6b\x30\xcf\xbf\x5b\x08\xda\x52\x84\x0d\x21\x68\x10\x9a\x2c\x6a\x3a\x93\x7d\x9f\x14\x84\xc6\x62\x9c\x61\x02\xc4\x94\x9b\x5b\x66\x2b\x8e\x95\x7a\x92\xf8\x97\x62\x74\x01\x0d\x81\x39\xb5\x3f\x82\x9b\x8c\x45\x01\xb8\x08\x6e\x6e\x69\x30\x6f\x07\xc0\x35\xa4\x38\x2b\x44\x3d\xdd\x81\x88\xa4\xd7\xef\xaa\xf0\x6a\x5b\x30\x91\x35\xb1\x0b\x9c\xb6\x59\x41\x28\x4e\x88\x49\x8d\x13\x72\x2d\x89\x20\xa2\x78\x9e\x2c\xd9\xe2\x2b\xcb\x0e\xab\xd5\x32\x4a\x70\xcd\x53\x85\x5b\xbe\x81\x74\x9f\x16\x76\x4c\xc0\x89\x1f\x22\x7e\xb7\xcf\x45\xc7\x69\x41\x92\x78\x52\x38\xc3\x44\xae\xdd\x31\x88\xfa\xd8\xee\x77\x94\xe0\x85\x3a\x20\x0a\x05\xa1\xb4\xcc\x9a\xf2\x91\x07\x3c\x3a\x92\x68\x88\x39\x97\x62\x61\x05\xad\x0a\xc7\x97\xf1\xbc\x10\x0e\xe4\xc2\x5b\xeb\xaf\x73\x76\xce\xc8\x75\x42\x97\x4c\xe8\x0d\x69\x6f\x26\x45\x22\xf8\x0d\xa0\xc9\x90\x49\x69\x1d\xe9\x82\x65\xd1\x35\x6f\x7e\x55\x17\x72\x49\xb2\x3c\x67\xe9\x4a\xb5\xce\x9a\xa2\xaf\x85\xc1\x8c\xb6\x2a\x8c\x13\xa7\x7a\x71\x57\x95\x6c\x6f\x92\x7e\xb6\x9a\x23\x52\xe1\x59\xb5\x8a\xf6\xc4\x83\x6e\x0f\xed\xc9\x27\x3b\xec\xe6\x85\x6e\x93\x3f\xf0\x14\x8b\x30\x40\x4b\x26\x80\x2b\x20\x14\x73\x11\xf5\xf1\x29\xbd\x9a\xce\x69\xa6\x50\x1f\x84\x80\x26\x2d\xec\x0c\x2d\xe8\x39\x80\x39\xb1\x9c\x54\x2e\xb7\x8c\x82\x15\x10\x4e\xc2\x6a\x43\xf3\x63\x8d\x5a\x27\x06\x39\x96\x34\x95\x0e\x13\x39\xdd\x51\x28\x9f\x04\x26\x2b\x4e\x65\x3a\x67\x60\xf2\x23\x92\x38\x13\x71\x55\xb8\xe7\x51\xc3\x9f\x0c\x9f\xf8\x5a\x40\x40\xfa\xd8\x6f\x26\xcf\xaf\xc7\xda\x34\x26\xb4\x52\x89\x6a\x19\x56\x0f\x68\x6b\x1b\xed\x66\x7d\x2b\x7c\xd5\xa9\x5b\xb5\xa0\x5d\x15\x1f\xc1\x4c\x78\x41\x98\x1c\x2c\x3d\x48\x96\x11\x97\x2d\x02\xe4\xca\xf4\x31\x87\xfa\x63\xf1\x87\x88\x85\x13\xcb\xf5\x53\x6e\x72\x52\xc4\x7e\x91\x82\xab\x95\x6d\xa3\x55\x42\x50\xe6\xd2\x6e\x2b\xb6\x5f\x59\x23\x53\x20\xb4\x71\x9a\xa3\x9b\x22\x8c\x22\x99\x45\xdd\x53\xd2\xc7\x33\xb1\xab\x9d\x8a\x3f\x97\xda\xfc\x52\x15\x2f\xfa\xf3\x8d\x94\x71\x36\xbf\x2e\xc8\x37\x8f\x83\x82\xa5\xe6\x43\x39\x9c\x69\x93\xc6\xfd\xfc\x3e\xc9\x7f\xeb\xb9\x09\xb0\x02\xbe\x41\xd0\x4a\xb5\x0a\xbe\xf5\xe4\x93\x59\x0a\xdf\x7a\xea\xd1\x5e\x10\x92\x54\x2e\x87\xe1\x29\xb9\x24\xa3\x3a\xa5\x78\x46\x26\x28\xba\x24\x97\x92\x34\x68\x5c\x3c\x12\x01\xb0\x0b\x04\x5c\x4d\x45\xf7\xbf\x0c\x82\x50\x67\xf3\xfb\x60\xd8\xf4\xff\x60\xeb\x51\x7c\x50\x84\x05\xf6\x4b\x44\x31\x8d\x60\x6c\x8f\x08\xc5\x2b\xf2\x2d\xe6\x1c\x3d\xa5\x24\x55\x8a\xfd\x15\xd8\xd0\x5e\xcb\xd0\x31\x47\x64\xa5\xea\xf3\x8f\xfb\xc6\xfa\xee\x08\x5d\x4f\xc8\x91\x50\x07\xa6\x14\x4f\x70\x81\xb4\xb1\xc9\x84\x1c\x69\x9c\x3c\x28\x73\x37\x3a\x92\x5c\xed\x1d\x2d\x88\xf5\x1c\xdc\xd9\xeb\xef\xdf\x5f\xdf\xdb\x8b\x65\x64\x1b\xbb\xee\x62\x8b\xe1\xdf\xd1\xd0\xad\x37\x3a\xb2\xb6\xb4\x62\xbd\xd6\x62\x5a\xa1\xad\x38\x27\x42\xc6\xb3\x5b\x29\x6a\xdc\x89\xf8\x72\xed\xeb\xc8\x85\x66\x58\x83\x60\x54\x87\xd4\x34\x75\x4d\x76\x77\x60\x0d\x4b\xf6\xac\x22\x03\x16\x43\x9d\x44\x3e\x7f\x3b\x89\x0a\x21\xeb\x7f\x43\x68\xf3\x8d\x7c\x13\xab\xc6\x34\xef\xdb\x7a\xfd\x8d\xf0\x15\x01\xc6\xc9\xfe\xea\xd5\x65\x4a\xfb\x13\xd8\x33\xbf\x11\x67\xfd\x63\xb5\xfe\xb1\xc5\x5c\x48\x4e\x0a\xdc\xca\x0b\x64\xe0\xf9\x81\x88\x91\x09\x94\x3d\x23\x93\x48\x52\xe9\x69\x6c\x2d\x65\x32\x8b\xed\x22\x2f\xe3\xc3\x22\x9c\x72\xf6\xec\x92\x32\x99\xc6\xde\x86\x4b\x26\x0e\xdf\x7e\x6c\x1f\xa0\xd4\xd8\xc4\xfa\xc9\xe7\x0e\x14\x19\x70\x3e\x6a\x83\xf3\xe9\xe0\x72\xc9\x09\x66\x24\xd3\x33\x63\x7d\xcb\xd0\xb5\x49\x17\x05\x67\x84\xc5\x8c\xa4\x37\x28\xaa\x7c\xad\xcb\xfe\x00\x67\x08\xc5\x99\xc4\xd7\x41\x1b\x81\x32\x7f\x54\x90\x0f\xb4\xf7\x06\x20\x5d\x85\x7c\x72\x68\xf0\xa1\xf0\x93\x82\x84\x35\xbb\xe8\x50\xda\x03\x24\x8c\x9a\xd5\x2b\xd4\x5b\xb0\x7c\x69\x01\x30\x5b\x3b\x45\x42\xbc\x41\x8b\xf9\xb1\x0a\x42\xd3\xa5\x44\xed\x4f\x16\xed\xa6\xc3\x24\x12\xe7\x12\xe1\xb8\xea\x0e\x78\x0a\x11\xfc\xfd\x99\x01\xe1\xd4\x62\xef\xd6\xd4\x6a\xdd\xcf\xf3\x82\x5c\x57\xcb\x97\xf3\x73\x80\x6d\x6a\x5e\x5d\x82\xae\xcc\xd5\x37\xfd\x5e\x25\x6c\x81\x86\x59\x1a\x52\xc4\x6b\x05\xdd\x31\xab\xcf\x78\x15\x6f\xd9\x4a\x08\x3c\xee\xb5\xa2\x10\x0d\x5a\x8a\x91\x2a\xe3\x3f\x8a\x10\x61\x46\x8e\x0a\xcd\xa9\xe2\x8c\x3c\x2d\xc2\x0c\x53\xcc\x50\xcc\xc8\x05\x7f\xe6\x4f\x8a\x1b\x90\x24\xd6\x1a\x15\x0b\xcf\x36\x08\x42\x66\x08\x20\x45\x31\xc8\x2d\x0c\xc5\xcf\x0a\x08\x97\xa4\x1b\xfa\x86\x9d\x4e\x69\xca\xfe\x87\x1b\xbb\xa2\x05\x19\xfc\xf7\x1a\xfd\xfb\x7c\x91\xca\x38\x8e\x4e\x9b\x6f\x6e\x71\x2a\x5a\x9c\x39\x2d\x1e\xd5\x29\x6f\x73\x8a\x21\x88\x54\xc6\xdb\x0c\x77\x42\x19\xb4\x79\xc7\xb4\x33\x31\x60\xd8\x10\x46\x55\xb7\x33\x91\xed\xcc\x64\x3b\x53\xc7\x07\xfb\xcf\xc2\x36\x87\xc4\x85\x8a\xb9\xa2\xf4\x9d\xea\x62\xbc\x8d\xa1\x73\x21\x72\x7e\x3e\xcd\xf4\x42\x12\x5d\x1e\x6e\x49\x0f\x33\xa8\x20\xb2\x20\xc0\x82\xc0\xfa\xd1\xab\x96\xaf\xcf\x17\x4c\xac\x5c\xf5\xe9\xb0\x9b\x08\x1b\xbd\xf5\x9a\x3f\x31\x9c\xa3\xc8\xd5\xd6\xbe\x28\x5c\x6d\x6d\x77\x80\x19\x91\x97\x1c\xb9\xc2\xac\x17\x6a\xf0\xb8\x0d\x9f\xc5\xe8\x60\xf2\x61\x4e\x96\x45\x98\xa3\x28\x64\xe4\x45\x98\xa0\xe1\x61\x1e\x69\x05\x32\xce\xdc\xc2\x96\x38\x27\xa1\xc0\x26\xe9\x12\x92\x59\x37\x01\x19\x1a\xc2\x9d\x0c\x43\xd1\x41\x8e\xe2\x44\xc0\x9a\x85\x29\xce\x9b\x1c\x41\xcd\x99\x18\x72\xab\x10\x99\x32\x94\x7f\x05\xea\x89\x3a\xb7\x2c\xc8\xf3\x22\xb6\xa6\x89\x24\x71\xd2\x46\x57\x84\xfe\xc7\xd7\x29\x37\xe4\x6f\xb9\x4e\xc9\xad\x7b\x4a\x6b\x8e\x5e\x5a\x1c\x95\xaa\xae\xc5\xed\x54\x95\x08\x30\x8c\x1a\x7c\x93\xa6\xd3\x37\x2c\x65\xd5\x57\x06\x8a\x1d\x4e\x2e\x5b\x5f\x8a\x75\xb1\xad\xcc\xf7\xaf\xde\x1e\xfc\xfe\xe4\xcb\x8d\x45\x7f\x2f\x8f\xa8\x41\xb6\x5e\x28\x01\x9e\x17\xbd\x16\x46\x15\xf2\xb3\x09\xe4\xc2\x0d\x4d\xc2\xab\x96\x63\x88\x59\x6e\x0c\xbc\xf0\x97\x24\x8d\x65\xd8\xb4\xc6\xf6\xc3\x60\xb3\x22\x4f\x8a\x18\x4e\xd7\xff\x16\x99\xeb\xeb\x41\x45\xee\x79\x0b\xb9\x9b\x4c\x40\xcc\x39\x42\x31\x1c\xa1\x52\xcc\x20\x46\xde\x96\xf6\xf1\xb6\x14\x6c\x75\xc4\x16\xd5\x57\x99\xf6\xfb\x62\x3e\x13\x8a\xb9\xf6\xd9\xc9\x83\x20\x94\x7b\x6e\x8e\x53\x84\xb7\x14\xbd\x7d\x72\xb7\xd5\xb7\x5e\xb7\x7f\x01\x38\x25\x6f\x6b\x7a\xba\x2c\xe7\x2b\x71\x1b\x2c\x58\x94\xfb\x41\xd7\xfa\xa0\x8d\x36\x60\x37\xde\x06\x17\xcd\x7a\xcd\xbc\xeb\xf5\xa8\x0e\x13\x22\xfb\x87\xb7\x35\xae\xad\x92\xb6\xd4\x10\x6d\x2d\xe2\x86\xe6\xde\xf0\x32\x44\x38\xe1\xd2\x99\x62\x46\x5b\xa8\x9b\xa9\x19\x12\xd4\x8d\x2d\xb2\xf8\xd9\xb9\xb3\xba\x75\x54\x65\xb2\x85\xae\xf8\xbe\x27\xf0\x23\x8f\x0b\x69\xd9\x50\x2d\xe1\xaf\x7d\x8d\xf2\xda\x92\x5c\x53\xbe\x3e\x6c\x31\x75\xdb\x04\xd1\xf6\x98\x4f\x54\x46\xa4\xf9\x02\x76\xfe\x22\x18\x8d\x78\x06\x2f\x1f\x78\x3b\x00\x7c\x1f\x7e\xf6\xf2\x15\x6f\xfb\x08\x49\xe9\x23\x35\xab\x7a\xd3\x7a\x69\xb8\x77\x1f\x53\xa4\x02\x6c\x42\x4c\x34\x6a\xc7\x02\xb0\x62\x5b\x2c\x58\xee\x76\xc2\xa6\x7d\x78\x09\x7f\x7a\x5f\x44\xe8\x8d\x37\x2c\x87\xb0\x8f\xda\x73\x9f\x0f\x48\xe2\x40\x79\x0a\x95\x74\x26\xe4\xde\x84\x10\xf2\xa4\x00\xf8\x6b\x91\x42\xae\x37\x48\x1d\xa8\xe9\x30\x03\x63\xdd\x4e\xf2\x99\x9d\x44\xfc\x1f\x42\x37\x7c\xb3\x31\x75\x31\xc3\xf2\x05\x44\x84\x0c\x00\x62\x8f\xa9\x87\x53\xf9\x60\x4f\xc6\xfc\xd2\xe3\xec\x65\xd8\xef\xc3\xe0\xb4\x86\xb3\xf8\xab\xb0\xb0\x34\x0c\x36\x4e\x57\x87\x6d\xf1\x26\x65\x80\x47\xb7\x3e\x8b\x89\x96\xce\x67\x27\x30\x84\x0d\x77\x33\x15\x66\x42\x3a\x64\xa1\xa1\xa2\x8f\xce\x45\xb5\x2a\x3b\x13\x76\xb5\xec\x5c\x8f\x6e\xdd\x76\x9d\xbf\x7a\xe3\x79\x55\x87\xa3\x5b\xb8\x33\xba\x85\x6e\x8f\x6e\x6d\x46\xb7\xa2\x44\x47\x08\xb3\x63\x11\x14\x7e\xc4\x7f\x69\x07\x40\x95\xe8\x92\xf4\xa6\x74\xb9\x7a\x02\xb4\xaf\xd4\x3f\xd9\x30\xcc\xe0\xd0\x27\x92\x49\x8a\xed\x5c\x24\xe5\xf2\x14\xe8\x70\x65\x82\xfb\x36\x4e\xed\x6f\x85\x85\x9d\x75\xa4\x7f\x60\xdf\xb3\x85\x0a\xe6\xb4\xeb\x82\xe2\xdb\xf7\x0e\x59\x8c\x12\xc8\x87\x33\x92\xf5\x96\x32\x8c\x48\x6b\x1c\x09\x2b\x0c\x39\x55\x51\xf5\x55\x31\x49\x8c\x34\x75\x4f\xd8\x95\x88\xb4\x27\xe0\xfd\x30\x84\x51\x12\x3f\x01\xf7\x0f\x03\x78\x7c\xe2\x57\x66\xe9\x3c\x99\x92\xad\xdf\x0a\xca\x88\x65\xe8\x35\xd2\xe7\x32\x92\xf8\xcc\xc1\x99\xb2\xbe\xcd\x43\x75\xd0\x93\xdf\x80\xee\xc4\x8c\x40\x1a\x67\x5b\xa2\x75\x68\x20\x74\x3e\x12\xa2\xa5\xd9\xc3\x74\x18\x26\xd6\xf8\x8e\xea\x1d\x9c\xa2\x28\x8b\xed\xc4\x9d\x96\x38\x01\x45\x98\x00\xc2\xbb\x72\x40\x34\x35\x82\xb6\xda\xfa\xd8\x12\xb0\xcc\x9d\x9b\x83\x52\xab\xca\x58\xaf\x8d\x9f\xb5\xfa\x86\xbc\x83\xb3\x44\x6f\x06\xee\x7f\x08\x27\xf2\xca\x85\x50\x9c\xc4\x09\x61\x40\x93\xb1\x49\x6d\xa9\x6c\xd2\xa8\x4c\xb0\xab\xa4\xc7\x84\x31\x2f\x17\x41\xc0\xbc\x13\x16\xa3\x1e\x24\x28\x5b\x88\x37\x08\x03\xa3\x21\x9a\x6f\xc3\x6f\xd9\x8e\x2c\xce\xc8\xfb\x22\x14\x9f\x63\x40\x5e\x53\xdf\x49\x30\x7b\xd5\xfa\xd8\x2b\x25\xce\x1a\xed\xce\x4c\xbb\xa7\x5b\x06\x69\x4f\x0d\xd2\x7a\x9d\x6c\x0b\x55\x2b\x42\xb0\xd8\x29\x6e\x66\x30\x54\xe3\x7d\x87\x33\x7d\x97\x90\x51\x9d\x7a\x89\x66\x0a\xfe\xfe\xfe\x14\x58\x01\x91\x3e\x9f\x7c\x67\x3e\x66\xfa\x00\x97\x7b\x3d\xbb\xdf\x9c\xfe\x0f\x76\xdd\x38\xff\xb7\x08\xe0\xd4\x32\x61\x6a\x0d\xf7\xb4\x25\xca\x93\x43\x84\x22\x08\xa8\x6a\x4a\xea\x35\xc4\x71\xe1\xb5\x8a\x30\x9b\xa2\x36\x51\x48\x7a\xbf\xfc\x22\x5e\x4b\x45\xe8\x3f\x54\xd9\x18\xa4\x9c\x8e\x12\x41\x47\x92\xb7\xb4\xd0\x51\x8a\x70\x6a\xe8\xa8\x16\xd1\x99\x71\x6a\x9a\x93\x4a\x0b\x57\x5d\x2e\x4c\xe1\xb6\xb6\xf3\x3d\xf0\xb8\x10\x46\x4f\x75\x6d\x43\x89\xc1\xe8\x9b\xcf\xa4\xf0\xe4\xf4\x5b\x6e\x6d\xed\x81\x79\x2e\xfd\x83\x83\x1a\x8b\x21\x74\x2e\xaa\x35\x4e\x42\x73\x4e\xd2\xf6\x39\x71\xa2\xd7\x70\xc9\x4f\x38\x67\x0a\x7e\x02\x53\xa4\x62\x64\xb7\x4d\x87\xa5\x1a\xd1\xd3\x91\xde\x30\x1d\xbc\x95\x00\xef\x27\x81\x07\x08\xa1\xc9\x50\x92\xaf\x98\x18\x4d\xf7\x00\xb9\x11\x19\x56\x13\x19\xe3\xf0\x5f\x5a\x0a\x9c\xba\x19\xe5\x1c\xa4\x68\xbd\xae\x13\xcf\xbe\xdd\xf4\xd2\x2c\x1c\x98\x09\x31\xf8\xe9\x96\xc1\xff\x66\x43\x81\x6c\x19\xe4\xac\x7d\x90\xf5\x46\x41\xc1\x41\xa5\x60\x2b\xd1\x32\x70\x51\x86\xe0\xf2\x30\xd2\xa0\x8a\xda\x32\xd2\x99\x1e\xe9\x4c\x8f\x74\xb6\x7d\xa4\xa9\xb0\x23\x56\xac\x20\x83\x3d\x36\x8d\xe0\xaf\xaa\x39\x73\xe6\x80\xb7\x22\xf3\xe7\x80\x61\xf1\x45\x34\x11\xef\xb1\xc2\xdd\xfd\xe5\xa7\x6a\x9a\xea\xaf\xe5\xbc\x64\x62\x5e\x32\x03\xb2\x47\xbc\x61\x99\xa9\x4f\xcc\xd4\x24\xbe\x9f\xa6\x11\x5c\x68\xc8\x70\x81\x4b\x3c\x31\xf1\x68\xa6\xe2\x4a\x6b\x25\xcd\x36\x48\x81\xaf\x48\x41\xfa\xf8\x40\xc8\x01\x72\x30\x67\x41\x70\xf5\xb0\x54\xba\xeb\xab\xdb\xb7\xd1\xf5\x4c\x6c\xe5\x8f\xae\x86\xe1\x01\x99\xc9\x1b\x32\x14\x1d\x90\x99\x16\x40\x20\x94\x29\xb9\x0c\x19\x9e\xe1\xf2\xf3\xd5\x09\x9e\xd8\xe1\xd6\xcf\xb4\x5d\xd1\x2c\x08\xc2\x19\x39\x90\x37\x17\x1b\x7e\xde\xa8\x67\x7a\x8b\x3f\xb3\xb7\xf8\x84\x17\x86\xe2\x82\xe4\xe1\x19\x2e\xf0\x95\x16\xbf\x57\xc3\x29\x39\x8b\x56\x5a\x8a\x39\x8b\x57\xe4\x2c\x9e\x91\x03\x3e\x94\x9c\xf6\x4b\x0f\x83\x36\x85\x92\xf0\xd4\x6a\xd1\x4c\x9a\x8e\x78\x5d\x9d\x91\xd3\x90\xa9\x0e\x60\x33\x22\x21\x6f\xc5\x0c\x5a\x81\xad\x56\xcc\xac\x56\xcc\xf0\x8a\xcc\xb4\x20\x32\x05\xa4\x8a\x19\xc9\x44\x27\xbc\x6a\x0e\xc8\xb7\x70\x86\x19\xbe\xf2\xab\x3a\xe0\x07\x3d\x4d\xd7\x07\xf6\x70\xcc\x7a\xe2\xd0\xa1\x7a\x70\x00\x64\x75\x15\xc1\x5f\x84\x79\x03\x0f\x1a\x0d\x3c\xb0\x1a\x78\x80\x57\x7c\xe0\x29\x2f\xaa\x2d\xba\xb6\xe2\xc8\x21\xc0\x15\xda\x3d\xd1\x06\xbc\x92\xa6\xa6\x0a\x50\xa6\x4e\xc2\x12\x6d\xbf\x9d\x98\xf8\xc7\xbb\xbb\x7d\x84\xe2\x92\x4c\xc4\x61\xa2\x44\xf1\xa8\xd6\x53\x52\x36\x32\x0f\x90\x31\xac\x9d\x91\x89\xa2\x5e\x97\x6c\xf1\x19\x29\x41\x9c\x0f\x75\xf4\xb7\x55\x10\x74\xcf\x7a\xd9\xbc\x66\x7c\xb0\xad\x0c\xe8\x7a\x65\x53\xf2\x4a\x2e\x05\x4e\xc9\x2b\x87\x92\x8f\x80\x92\x57\xf8\x4c\x60\xd1\xe1\xa9\x4d\xcc\x47\x9a\x98\xf9\xb1\x7c\xe5\x10\xf3\x4a\x93\xf2\x91\x4f\xca\x2b\x41\xca\x47\x0e\x29\xcf\x86\x13\x72\x14\xe9\x65\x44\x8e\xe2\x19\x39\x8a\x57\x82\x94\x45\x1f\x6c\x22\x5e\x21\x3c\xb1\x5a\xb2\x92\x44\xbc\xa5\xb7\x67\x40\xcc\xa6\x0f\x8a\xc8\xce\x24\x3d\x9f\x39\xe4\xc2\x9b\x72\x66\x35\xe5\x0c\xcf\xc8\x99\xa6\x82\x09\xd0\xf3\x0a\xe8\x79\x85\xb6\xd7\xf8\x2d\x5c\x01\x5d\xb7\xd7\x6a\x48\x7b\x54\x3b\x6b\x7d\xe5\x11\xf7\x99\x24\xee\x33\x43\xdc\x3f\xd4\x5a\x3e\x05\x3f\x43\xdc\x3a\x36\xa4\x75\x23\x91\xe1\x1c\x97\x8a\xc2\xbf\xa3\x35\x0c\x82\xdc\x6c\x19\x7a\xee\x73\x70\x67\x9d\x00\x2e\x72\xee\x6d\x20\x48\x42\x30\x7d\xa7\x60\x3e\xcb\x53\x24\x77\xb5\xbc\x65\x57\xa3\xd1\xf5\x54\x56\x24\xd0\x7a\x32\x45\xfe\x13\x89\x05\x24\x05\x81\xa9\xde\x1c\x27\xd6\xcd\xf8\xfd\xa8\xca\x43\xab\xed\xe8\x3a\x0d\x29\x9e\xa8\xf1\x44\x31\x3f\x9b\x4c\x70\xb3\xf5\xd6\x71\x82\x12\x1d\x42\x6e\xe3\xfa\xed\x40\xf5\xee\xc9\x47\xd4\x25\xaa\x19\xd5\xdb\x2a\x72\x8e\x2f\x13\x9c\x6f\xad\x6f\x03\xcd\x55\x2b\x4f\x58\xcc\x89\x94\x09\xd1\x85\x6f\xac\x0e\x0e\xc3\x8c\x8b\x9a\x7e\x87\x94\xe4\x59\xe2\x5c\x90\x9a\x75\xe8\xa2\x24\x43\x51\x58\x72\x81\x59\x14\x24\xf2\xa8\xb6\x3a\x02\x73\x89\x70\x69\x5a\x0e\xa7\x88\xd2\x2e\xc9\x60\x9a\x83\x82\x5a\x49\x0c\x32\xe6\xf3\x44\xce\xa4\x51\x28\xf0\x19\xcc\xe4\x0c\x4e\x50\x95\x87\x7b\x20\x49\x00\x52\x58\xb6\xed\x44\x06\xc3\xec\xa4\xb8\x99\xdd\xc3\x17\xe4\xf6\xce\x63\x30\x3d\x99\x3b\x39\x19\xce\xbd\xa3\xd7\x96\x39\x01\xfb\x91\x54\xdc\xaa\x79\xf3\x02\xd7\x74\xa3\x5a\x97\xbc\xc9\xf8\x71\x21\x37\xa3\xe7\x95\x69\x0f\xd6\x66\x8b\x64\x99\xb7\x4b\x96\x1a\x10\x24\x17\x0a\xc4\x1c\x9b\xdb\xa8\x7b\x6a\x10\x87\xa1\xdb\x51\x2c\x3b\xda\x32\xff\xa2\x43\x38\xe3\x07\x34\xab\xc1\x7e\x46\x5c\x48\x77\xd3\xe3\x22\xcc\xb5\x10\x97\x52\xcd\x50\x80\x6f\x27\xd6\xbb\x23\xf3\x6a\x1a\x04\x20\x68\xe7\x37\x05\x4b\xcf\x83\xa0\x3b\x51\x2c\x81\x3a\x56\x2e\xd2\xe0\x44\x6c\xa0\x3a\x52\xa4\xd9\x49\x77\xb0\x88\x92\x37\xa5\xe0\x7d\xbc\x5e\xd3\x5e\x0d\x7f\x65\x3c\x99\x1a\x02\xbc\x58\xba\x45\xd1\x69\x61\x3b\xf0\xb1\x20\x6f\x8a\xb0\xdb\x47\xf8\x93\x78\x1a\x20\xfc\x4f\x41\xae\x37\xf8\x17\xcb\x36\xf8\x9f\x62\x83\x69\xe9\xfe\x4e\xdc\xdf\xb6\x76\x5a\xd8\xd1\x03\x90\x32\x21\xff\xf8\x3a\xe3\xc1\xfd\x3d\x84\x5a\x14\x53\x59\x29\xb4\x5a\xcf\xc2\xa4\x14\x2e\x40\xb4\x14\xfe\x2b\xbf\x14\xf8\x9f\x02\x81\x9f\x8f\x0e\x06\xec\xdb\xeb\x8b\x61\x1a\x0c\x22\xc0\xf0\x33\xe0\x46\x1a\xb8\x2f\x81\x51\x01\x68\x8a\xf7\x6f\x9e\x45\xc7\x09\x6c\x47\x42\x6d\xd9\xf0\x4c\x84\x98\xc0\x43\x3b\x12\x7a\x94\x60\x08\x46\x6c\x95\x21\x45\x77\x2a\x42\xaa\xf2\xb1\xc7\x09\x39\x4e\xb8\x24\x8f\x36\x4f\xc3\x5f\x0a\xd9\x76\xdb\x66\x9f\x95\xe0\x26\xc5\xdf\x3d\x0d\x69\xc9\xff\x4d\x4a\xeb\x7d\x2e\xba\x54\x86\x49\x69\x5c\x76\x84\xf2\x3a\x2d\xc3\x5f\x0a\x37\x31\x95\xd5\x09\xf6\x1b\x27\xf2\xce\x5e\x8e\x1c\x86\xda\x53\x3b\xb0\x62\x01\xc5\x53\x5d\xb6\xb4\x0e\x85\x06\x61\x68\x90\xb8\x7b\x78\x69\xe6\xb6\xef\x4c\x6d\x59\xaa\xc0\xcd\x12\x50\xc5\x52\x70\xc2\x45\x81\x88\x28\x0f\xf4\xab\x40\xa7\xdc\xeb\x32\xc7\x7a\x3a\x4c\x21\xea\x5e\x79\x95\x2d\xe8\x8a\x65\xd8\xd8\x97\xa4\x02\x37\x9f\x90\xc3\xcc\xfa\xf1\xd8\x1c\xa1\x12\x0d\x5b\x38\xd8\x27\x1a\x68\xd1\xba\x4d\x56\xd5\xc2\xc5\x58\x6f\xc1\xbe\x32\x3a\x3d\x5e\x64\x6c\x21\x42\x37\x77\x09\xb1\xf5\x8c\xc1\xbd\xbd\x96\xa2\x6b\x27\x4e\x31\xba\x96\x0f\x8a\x3b\x24\x71\xa2\xde\xc5\x9c\x35\x57\xf5\x39\xdc\x7d\x24\x00\x93\x28\x88\x4a\x2b\x93\xa1\x91\x4a\x10\x75\x14\x57\xb2\xb8\xf5\x5a\xab\x46\x2c\x60\x6c\x71\x0d\xae\x33\x6d\x74\x19\xba\x11\x2a\xcc\xaf\xa5\x33\x6e\x3f\x37\x56\xa5\x0d\x6e\x77\xad\x2d\x9f\x23\x8a\x61\xd3\x8b\x12\x15\x3a\x63\x5c\xfa\x26\x45\x47\x32\x1c\x1c\x5b\xe0\x49\xe3\xa5\x6d\x6f\x34\x2d\x49\x1f\xbf\x12\xe2\xfb\xb1\xf8\xf3\x5a\x1e\x4a\x4b\xc7\x56\xfa\xaf\x50\x79\x61\xe8\x8b\x8b\x9d\x81\x13\xef\xb8\x2e\xf5\xbd\x47\xdd\xc0\xa9\x33\x11\xa8\xfb\x71\xaa\xdd\x42\x82\x20\x35\xb6\x59\xa9\x44\x9b\x12\xf8\x72\x00\x2e\xb7\x05\x59\xce\x38\x30\x94\x2e\x58\xd6\xb4\x24\x79\xfc\x0a\xac\x0d\x9a\x66\x0c\x9e\xa5\xb5\x4c\xf2\x8c\xd0\xfa\xf1\xd8\x2c\xb7\x5a\xe3\xf1\xa9\x27\xb7\xd8\xe1\x69\x19\x9d\x95\x31\x05\x8b\x2b\xa1\x1d\x69\x14\x48\xc8\xb4\x44\xd7\x39\xe9\xc7\xd9\xfc\xba\xa5\x3a\xf0\x4f\xdc\xb9\xfb\x28\xf7\xbd\x13\x77\xc1\x61\x3a\xbf\x4d\x06\xf1\x6b\x72\xbc\xb5\x07\x56\x73\x17\xa6\x29\xd2\x3c\xaf\xbd\x35\x1b\xeb\x9b\x65\x19\x27\x4a\x51\x77\xac\x65\xde\x63\x61\x5f\xc8\x89\x03\x2a\x7f\x25\xf1\x28\x81\x24\x20\xb4\xb8\xdf\xd6\xbe\xbd\x49\xd8\x91\xc9\x4b\x1d\x67\xf1\xda\x19\x3b\x89\x4c\xad\x2d\xdb\xf5\x4f\xcb\xc2\xfe\xcc\x3c\x36\x4d\x69\x5f\x0f\x5f\x79\x93\xfc\x9a\xd0\xe8\x35\x79\x2d\x6d\xce\x55\x73\x5e\x1b\x0a\x3d\x2f\x43\x9b\x3c\x8f\x55\xcb\x5e\x59\x17\x28\x54\x8d\x06\x1d\x7a\xb3\x2d\xaa\x07\x5e\x43\xd5\x08\x09\xb6\xba\xad\x45\xd1\x6b\xc7\x4e\x13\xf4\xc2\xaf\x49\x82\x8f\x09\x15\xb8\xf2\xa6\x2d\xfe\x15\xe4\xee\x80\x8f\xe8\x31\x88\x60\xde\xc0\x1d\xb7\xb8\x25\xa8\x37\x6d\xde\x01\xc7\x96\xb1\xf8\x99\x4c\x39\x13\x66\xda\x3f\x3d\xa8\x1b\x3d\xa8\xb6\x67\x83\xc3\xa8\xb6\x5c\x04\x0f\x93\x90\xa2\xc8\xb1\xba\xb9\x28\xcd\x5d\x2f\x9f\x1a\x08\xd2\x7b\x66\xbb\x03\xf0\xcd\xa5\x31\x30\x7c\x59\xa4\x70\x8b\xf8\x86\x71\x7e\xc8\xb2\x37\x2c\x3b\x4f\xc1\x9a\x48\xdc\x53\x1e\x83\x5d\xa7\xe9\x75\x4e\xd2\x16\xdb\xf8\xdc\xbe\x20\x92\x00\xca\x05\x61\x62\xca\xc4\x1f\xdf\x52\x7e\x63\x95\x4a\x18\x80\xd0\x3a\x46\xb1\x4e\x79\x4c\x95\x95\xc9\xc6\x88\x1d\x55\x98\xe0\x17\x44\xfa\x68\x4e\x08\xe3\x9c\x41\x9c\x44\x27\x2d\x16\xec\xd3\x87\x53\x79\x04\x9e\x35\xac\xbf\xfd\xfc\xbe\x0d\xf8\xc4\xb7\x01\xa7\x30\xf2\xd1\xa4\x27\x1e\x30\xa3\x05\x5b\xc8\xe1\xe3\xa5\x59\x3f\xc5\x3b\x41\x58\xf2\x8d\xa0\xac\x26\xd5\x94\xc3\xb0\x20\x25\x99\xe1\x9c\x8b\xe9\xa5\x54\x42\x90\x59\x3c\x7d\xf4\xaa\x61\x4b\x3a\xaa\x43\x3f\x91\x4c\x31\xd8\x04\x0b\xbb\x77\xa5\x06\x57\x8e\x05\x3f\x69\xf7\xfe\x3f\xdc\x67\x84\x0f\x8a\x70\x8a\xfd\x5a\xf8\xa9\xc4\x2d\x0b\x64\x52\xbb\x90\x88\x86\x19\x56\xad\x10\x87\x63\x5e\xec\xc6\xf1\x7f\x9c\x04\xc1\x04\xc8\xc7\x8c\x6d\x4e\xb2\x48\x8e\x42\x11\xff\xc2\xcf\x46\xde\xee\x86\xd6\x6b\xe9\x27\xd6\xd8\xf7\xb2\x38\xb1\xac\x75\x73\xf9\x4b\xd0\x6f\xe9\xad\x22\xf9\x85\x5c\xe2\x9f\xbd\xa2\xac\xa8\xe3\x27\xf6\x22\xbe\xfc\x9f\x5a\xc4\xa6\x3e\xcc\xcc\xfa\xc5\xf9\x0d\x22\x2a\x43\xd7\xee\x82\x94\x71\xb9\xcd\x4a\x9c\x77\x72\x42\xc3\x1c\x17\x6a\x1a\x70\xa1\xfc\x5f\xc4\x34\x14\x62\xf0\x7f\x61\x61\xfe\x13\xc3\x9c\x1b\x91\x51\x8f\x2f\x5c\x8c\x5b\x63\xef\xf7\x57\x26\xab\xe1\xce\x71\xe6\x8c\xeb\x55\x69\x07\xbd\x08\xb7\x19\x28\x09\x64\x43\x1a\xa2\x66\xa3\xec\xda\x29\x1c\xc7\xce\x84\x3b\x99\xed\xb0\x86\xd5\x20\x4b\xac\xb3\xe6\x84\x44\x5f\x4b\xdc\x68\x77\x44\x37\xc2\xc7\x51\x7e\x4d\xbe\x95\xbd\xa4\xaa\x33\x71\x4a\x7b\x85\xb5\x4b\x72\x83\x8c\xe8\x89\xd9\x8f\x0f\x4a\xdb\xec\xf2\x7a\x45\x8b\x88\xe2\x74\xc1\x78\x05\x89\x88\xd9\x3c\xbf\x8a\x52\x9c\xb1\xd3\x65\x94\xd9\x8c\x27\x21\xaf\x1c\xe7\x28\x35\xfc\xc3\x30\x21\xd7\xc6\xc0\x44\xfa\xe4\x39\x79\xc1\x31\xcb\xb2\x41\x51\x3e\x6a\x28\x0a\x53\xc7\x3a\x45\x1f\x6f\x86\xad\xf9\xa3\x30\xf3\xfc\xb9\x28\x96\xef\x32\xaf\x86\x2d\xb2\xd1\x61\x69\xbc\xef\xf9\xd2\x71\x47\xca\x0c\xd3\xe3\xd2\xbf\x59\x05\x82\x78\x65\x5b\xa1\xd1\x98\x79\xd3\x7f\x50\x86\x83\x35\xff\x4a\x1c\xb2\xb0\x76\x01\xc8\xc4\xf5\xa2\x8d\x68\x71\xd4\xa8\x81\xb7\x27\xce\x48\xe3\x23\x69\xcf\x29\xd2\xad\xa5\x77\xac\xf6\xcf\xe3\x86\xbd\x65\xd1\x93\x33\x69\x1b\xa7\x04\x41\x5d\x86\x19\x06\xf7\xcf\x25\x42\xd7\x07\x25\x18\xba\xe4\x26\xfe\xf0\x66\xf3\xa3\x1d\xcc\x1d\x74\x8e\x27\x8e\x34\xc2\x07\xef\xee\xe0\x1e\xde\xc3\xae\x37\xfe\xef\x6e\xae\xa3\xf6\x5c\x7f\x34\x72\xed\xe1\x1d\x91\xc7\xc6\xe3\x28\x2d\x83\xaf\x56\xe1\xc7\xba\x48\x0c\x11\xe6\x92\x90\xed\x2b\x2f\x74\x1b\x68\xe3\x9a\xd7\x99\xb3\xb1\xf7\xb5\x96\xdd\xa9\x53\x88\x73\x6a\xb1\xc3\x59\x95\xda\xe1\x9d\x98\xa3\xbc\xf1\x1f\x18\x82\xe5\x48\x4a\x57\xe1\x67\x7a\x22\x2f\xb2\xdd\xfe\x3e\xb5\xd7\x76\x82\x29\x72\xb0\x0a\x9e\x97\x4e\xb8\xed\x3f\xe5\x60\xac\x1a\x04\x4d\x3e\x53\x43\x84\x89\x0c\x0b\x79\xd2\xa2\x5a\x7a\x51\xda\x0e\x9a\x40\x89\x09\x69\x7c\xa9\xb7\x89\x6d\xbb\x41\x66\x7b\x1c\xd4\x9c\xbe\xb2\xcf\x03\x7d\xa2\xec\x64\x9f\xfb\x27\x71\xda\x6c\xa2\xdd\x24\xdb\x44\xfc\x7f\xaf\x51\x30\xcf\xdf\x6b\x9a\x31\xd8\x2e\x3d\x34\x98\x82\x7f\x5c\x84\xfb\x0f\x1e\x65\xc3\xfd\x07\x51\x66\x53\x09\x0d\xbb\x7d\xb4\x11\xef\xef\x3f\xcc\x86\xfb\xf7\xdd\xf7\xa2\x88\x49\x69\x1c\x3c\xac\xe7\x96\xee\xae\x16\x57\xbc\xcc\x01\xc2\x69\x68\xe2\xaa\xd9\xdf\x64\x9b\x8d\xeb\xe6\xea\x35\xf7\xbb\x5e\x30\xbe\xe4\x97\xf9\x02\x1f\x53\x12\x5e\xea\x8a\x76\x40\xae\x96\xf8\xe5\x9f\x23\x95\x65\xba\xe7\x5a\x9c\x0f\xa5\xec\xcf\xa2\xd0\x39\x05\x60\x79\x0a\x60\x7c\xab\x55\x52\x06\x67\x70\x3e\xc4\x01\x21\xe4\x95\x50\x19\xc8\x7b\x29\x9e\x80\xf8\xe1\xb9\x8f\x59\x43\xf4\x2d\x71\x53\x1c\x2e\xf5\xf1\x70\x8b\x3f\x96\x6a\xeb\x7a\xdd\x87\xbb\x03\x37\x83\x08\x1f\x9a\xb4\x89\x57\x58\x1f\x7e\x90\x02\xf0\x28\xbc\x9c\x62\x9f\x2e\x49\x1e\x16\x38\x45\x31\x73\xa5\xda\x5c\x25\x08\xaa\x2c\x63\x11\xe2\xa0\xc4\x85\x22\x62\x89\xda\x31\xe1\x5c\x41\x12\xc4\x06\x3c\x7b\x46\x75\x86\x94\xca\x6a\x59\x92\xeb\x05\xa3\xca\x31\x23\x5a\x16\xf8\x7c\xa9\xd1\x80\xa2\xbf\xe0\x97\x7c\x07\x3f\xe4\x86\x0e\xcf\xcf\x66\xa7\x6c\x01\x31\xc0\x9e\xd2\x3a\x9b\x32\x91\xfa\x82\x5e\xcd\xcf\x57\x76\xbe\x97\x6c\x36\x17\x4f\x8a\x26\xe4\x8f\x5c\x3c\x48\x78\x50\xfe\x78\xc4\x92\xf3\x02\x80\x02\x54\x1e\xa5\x6d\x93\xaf\x73\xb6\x58\xb0\xcc\xca\x01\x60\xa7\x10\x11\x35\xfa\x6b\x83\x4f\x6f\xee\xcf\x9f\xa5\xdd\x21\xf1\x52\xb6\xf4\x49\xd9\xda\x25\xdf\x97\xec\xa7\x99\xf7\xe3\x1b\x98\x77\x63\xb8\x5c\x2f\x30\xb7\x04\xd8\xee\xf4\x70\xba\x39\x05\x37\x5c\x6d\xe3\x86\x5b\x39\xd9\xa8\xb6\x79\x99\x3d\x43\x7e\xbf\x05\x97\x70\x6a\x10\x1d\x0f\x13\x14\x25\x71\xe6\x1f\x78\x2c\xa1\x97\xd7\x9f\xfd\x9b\x42\x2f\x6d\x91\x79\x93\x1f\x95\x79\xb3\xa6\xcc\xab\xe8\xae\x69\xe5\x0e\x5d\xa3\x46\x83\x4f\x37\x26\xa6\x9d\xdb\x37\x31\x50\xa2\x2d\x57\xa5\x47\xb5\xcf\x4b\x97\x6c\xab\xb2\x49\xb7\x6d\x73\x07\xe7\x0c\x9c\x91\xf4\x73\xff\x84\x1f\xb4\x3e\x0f\x4e\xe2\x27\xd6\x85\xbd\xca\xf7\x73\x7b\x02\x0b\x69\xfb\x76\x30\xaa\xd3\xcd\x06\xc3\x5e\x86\x8c\x11\xac\xb7\x9e\x9a\x83\x74\x55\x8a\x4d\x86\x24\x7c\x83\x4c\x48\xc2\x9b\x29\x47\xfb\xcf\x32\x7c\xd5\x20\xf2\xcf\x09\xa6\x27\x08\xc2\xc5\xe0\xb3\x9b\xd7\xe6\x8b\xed\x6b\xf3\xf7\xf6\xb5\xf9\xac\x6c\x2c\xa0\x3f\x4a\xbd\x42\x5e\x96\x36\x3d\x5f\x94\x6a\xea\x0f\x4b\x33\x7d\x4d\xf8\xad\x8b\x32\xfc\x5a\x8a\x75\xf6\x5f\x98\x55\x51\x9a\x37\xad\xbf\xff\xcf\x4d\xeb\xbf\x35\xa9\xa3\x5a\x36\xb3\x75\x5a\x5f\x7c\x6f\x5a\x17\xff\x6f\x4e\xeb\xe5\x0f\x4e\xeb\xe5\x7f\x75\x5a\x2f\xff\xbf\x30\xad\x97\x3f\x31\xa9\xa3\xba\x31\xad\xc7\xa5\xbc\x86\x92\x7f\xff\x72\xef\xa1\xde\x38\x72\xf8\xdb\x32\xbc\x2b\x8c\x3f\xe0\x9f\x3e\xdf\x6c\x6c\x63\x97\xd1\xad\xa3\x27\x2f\x9e\xbc\x7b\x72\x24\x62\x87\x35\x93\x6c\x17\x55\x63\x53\xed\x3a\xa1\x68\xf0\x26\xeb\x50\x3f\x0c\xed\x5f\xae\x03\x0c\xf5\x1c\x60\xa8\xe3\x00\xe3\xbe\xb5\x45\xe3\x77\xb2\x6b\x2d\x76\x05\x77\x23\x1b\x3d\x35\x4e\x08\x80\x3b\xe9\xfb\x75\x11\xf5\xce\x8a\x39\xab\xdf\x36\xe3\xe4\xaa\x89\x77\x6d\x8e\x13\xde\x21\x6b\x30\x70\xb7\x8f\xa2\xee\x40\x58\xc7\xdc\x33\x96\xe5\xa3\x5b\x2a\x1a\xb3\xd8\x4f\xa5\x1f\xe3\xae\xd3\x1c\x59\x05\xfe\x91\xb2\x07\xbb\x91\xbe\xe2\x53\x37\xfa\x2a\xc1\x81\x7f\x78\xaf\xcc\x14\xfe\x2a\x75\x48\xec\x52\x5c\x46\xa9\xbb\x6b\xb8\x4c\x93\xa3\x88\xae\x13\xf2\x3c\x0b\x85\x6a\xe6\xad\x32\xa2\xe1\x19\x92\xf5\xda\x64\xb2\x5c\xf9\x08\xb5\x01\x44\x06\xfd\x9d\xbb\xeb\x9d\x58\x50\xdf\x71\xa9\xef\x93\x36\x6f\xca\xf0\xb8\xe4\x42\x14\x24\xbe\x2e\x79\x2d\xd2\xc5\x09\x5c\x8d\xa5\x12\xfb\x3b\x05\x0b\xb2\xe6\xc4\x4e\xad\xb3\xfa\xdf\xfa\xbe\xde\xa0\x8d\x59\xd0\x61\x77\x85\x0f\x19\x2d\x82\x60\xd7\x3c\x0e\xf4\x73\x8c\xac\xcf\xa0\x68\x6b\xfc\x3e\x68\x33\x8f\x2e\x21\xc7\x56\xf0\x2f\x3e\x26\x7f\x69\x03\x5d\x68\x02\xb4\xae\x8f\x25\xde\x50\xa2\xc8\xae\xca\x43\xdd\x84\xf5\x7a\x74\xab\x64\x54\x06\x86\x08\x82\xd1\xad\x64\x9e\x5d\xa9\x5f\xdd\x3f\x32\xe1\x4a\x60\xdf\xea\x23\x89\xc8\xf1\xba\x8c\x93\x18\xc9\x85\x8c\x13\x31\x80\xce\x34\x41\x23\x62\x65\xa0\x20\x17\x02\x6d\xf8\xf2\x3a\x77\x75\xc6\x2e\x41\x7b\x1a\x74\x9b\xb7\x6a\xf7\x11\xa0\xd6\x50\xa9\xc6\x93\x35\xc6\x0a\x2a\x84\x8a\xab\x7e\x30\x28\xd1\xe4\x6c\xa0\xa2\x32\xba\x02\x27\xc8\x94\x10\x72\x20\x1c\x75\x80\x99\xa2\x6b\x41\x07\xd4\xed\x86\xb6\xc8\xbb\x73\x47\x10\x45\xda\x25\xe4\x5b\x16\x04\xfc\xef\x63\xf9\xf7\x30\x5b\xaf\x93\xdb\xb7\x37\x5e\x93\x36\x92\xff\x49\x84\xb3\xd7\x25\x39\x2e\x87\x50\x85\x31\x22\xb3\x2b\xb3\x65\x7f\xf7\x92\xfc\x63\x19\x42\xfb\x24\x63\x15\x24\x0d\x76\x23\x9f\x1a\xa6\x01\xc7\x17\x35\x5b\xe0\x85\x0b\x93\xf6\xc6\x82\x1b\x11\xe6\x13\xfa\x66\x7c\xf8\xa9\x08\xc5\x3a\x17\xde\x0d\x1f\x85\x07\x09\x64\x82\x14\x43\xdb\xff\x94\xb6\x8b\x42\x0a\x8e\xb0\x7c\xf3\xd3\xe7\xf0\x05\xcb\xe3\x33\xfe\x3d\x43\x71\x46\xac\xab\xfd\x5c\xde\xad\x9b\x85\xd0\x5d\x18\x9f\x21\x47\xb7\xeb\xe0\x94\x60\xdb\x60\x84\xdc\xb9\x3b\xb8\x8f\xfd\xa3\xf4\x43\xc2\x5a\xa0\xf7\x48\x1f\xe1\x5f\x44\xfd\x70\xd8\xb7\xd4\x90\x83\x58\x8c\x06\xdc\xf7\xeb\x26\x40\x7f\xed\x31\xa7\x95\x6b\x98\x60\x5f\xf4\xca\x43\x77\xaa\xd7\x54\xbb\xd2\xb0\x08\x82\x6e\x52\x85\x05\x52\xe7\x3d\x42\x40\x95\x6a\x70\x24\xb5\x91\x6b\x0a\x5e\xca\x74\xc1\xac\xac\xa9\x0b\x47\xa9\x9b\x0a\x50\x22\x77\xb1\x70\x3b\x22\x05\x4e\x45\x4b\x0b\xd9\xd2\x98\x5a\xce\x6d\xe2\xac\x24\x7d\x8e\x84\xb5\x1d\x40\x44\x2c\x98\x9a\x2f\x6a\x6c\x6b\xdc\xc1\x20\x74\x53\x28\x80\x6a\xde\x47\xf6\x30\x0f\x82\x90\x91\xc2\x65\x09\x38\x35\x8d\xc7\xe6\x88\x3b\x4c\xa3\x24\xc7\x69\xc8\x70\x06\xb0\xca\x0b\x70\x19\x86\x2a\xb5\xaa\x4c\x4e\x50\xde\x98\x20\xf0\xb3\x2c\x70\xf6\xe3\x2d\xb5\x8d\xe1\xbc\x89\x73\x77\x49\x0a\x61\xe2\x3c\xb6\xd6\x6c\xa3\xc4\x6d\x1c\x60\xf6\x30\x47\xc3\xa6\x15\x86\x4f\x6f\x58\xf7\x05\x45\x59\x65\xf9\xcb\x59\x96\x68\x95\x1b\x1a\xd0\x72\x22\x27\x36\xac\x64\xaa\x15\x4f\x54\x36\x0a\xdc\x9f\xdc\x21\xda\x79\x60\xd9\xf1\x55\xcd\x20\xc2\x2f\xc2\xd4\x05\x5b\x88\x73\xf2\x38\x0f\x61\xb0\xd5\x0a\x4d\xff\x6f\x5f\xa1\xe9\xcd\x2b\x34\xaf\x3c\x8f\x29\xde\x69\x35\x00\xdd\x7e\xfc\x07\x17\x2c\x04\xef\x85\x30\x8d\xaa\xdf\xb6\x21\x98\xc1\xfe\x36\x1d\x0f\x2d\x6d\x20\x91\x2b\xa7\x91\x60\x35\x77\x07\xe1\x17\x85\x74\xf2\xc5\xaf\xe4\x13\x66\x5c\xc8\xef\xf6\x1d\x04\x53\x9b\x79\x58\x75\xe3\xd2\xb7\x9e\x8b\x0b\x89\xd2\x51\x4a\x5c\xbd\x42\x41\x65\xe0\xa9\xf4\x13\xbd\x09\x89\x63\xaa\x89\x69\x3a\x9c\x92\x65\x11\x4e\x51\x14\x4e\x9b\x44\x81\xa7\x82\x28\xa6\x12\x25\x60\x46\xd2\xad\x48\x17\x10\x5b\xb8\x8d\xcb\xcd\xb6\x61\x60\x14\xdb\x30\x30\xe2\xd3\x6d\x28\x18\xc5\x0f\xa0\xa8\x8c\xea\x6d\xdf\x6e\xfd\x68\xbd\x0e\x21\x6a\xea\x7a\x3d\xe1\x63\x82\x82\xe0\x25\x9f\x26\xce\x31\xa7\xc8\x82\x65\xbc\x6c\xdc\x4c\x17\x12\x6c\xe2\x32\xfe\x06\x0e\x62\xb8\xe0\x14\x34\x69\xe4\x93\xc5\x5f\x76\x09\x99\xac\xd7\x1a\xfd\x7d\xbd\x5e\x15\xc3\x2d\xbb\xc3\x4c\x60\x92\x70\x6a\x99\x71\xca\x69\x14\x8a\x70\x58\x92\x55\xb1\x5e\xff\x29\x72\x95\x38\xc3\x97\x78\xc2\x67\x6b\x18\xfe\xe4\x10\xde\x08\x24\x52\xb4\x02\x89\x6c\xdb\xd4\x5a\xc1\x43\xda\x52\xb7\x82\x87\xdc\xd8\xc4\x1b\x5e\x86\xa8\x51\xe2\xa8\x6e\x36\xcb\x82\xf9\x48\x5c\x98\x0f\x14\x7d\xbf\x53\xdb\xbf\xc6\xde\x22\x25\x0d\x33\x0e\x32\x41\x58\xad\xdc\x0c\x2b\xda\x99\x60\xbd\x7a\xc9\x14\x67\xa4\xfc\x0f\x9b\x91\x91\xee\x00\xa9\x78\xe6\x36\x1b\x91\xf8\xb4\x4d\x76\xa2\x1b\x95\x28\x17\x0e\xc7\x95\x7e\x58\x46\x95\x76\x63\x2e\x39\x25\x6e\x65\x37\xf8\xbf\xc4\x6e\xf0\x8d\xac\x26\xfc\x71\x5e\x63\x11\xc0\x16\x6e\x83\xfe\x23\x66\xf3\x5f\x65\x35\x18\x58\x4d\x73\xa5\x5b\xa4\x62\xb1\x19\xdc\x60\x47\xd8\x2a\xfa\xf2\xdf\x64\x33\x8d\x42\x11\x0e\x67\x3e\x9b\x99\xe0\xcb\x7f\x8b\xcd\x88\x11\xff\xc1\x61\x53\x80\x48\x3f\xc6\x68\x54\xd1\xad\xc9\x61\x86\x47\x35\x6f\xf2\x4f\x71\x1c\x53\xe4\xf6\xb7\x61\x26\x86\x62\x6b\xc1\xf6\x8a\x55\x05\x36\x96\xec\x4f\x6e\x90\x7e\x09\x3b\x77\xef\xf9\xbc\xab\x75\x54\x75\x13\xd6\xeb\xd2\xb1\x75\x96\xd4\x3c\x69\x1a\x40\xaf\xd7\x37\x36\xb6\xfb\xfd\xc6\xfe\xfb\x75\xf1\x6e\xfd\x00\x53\xbd\x6c\x63\xaa\x97\x1e\x53\x9d\xa1\x68\x54\xff\xff\x73\x84\x80\xdf\xeb\x38\xd7\x95\x23\xb2\xdb\xf2\x70\xe1\x1d\x7c\xe4\x81\x43\x5a\xd0\xb5\xf9\x5f\x88\x58\x33\x41\xd0\xd5\x92\x3e\x0b\x82\xa7\x02\xb0\xa6\x3b\x40\xe6\x50\x03\x10\x35\x06\x43\xee\x93\xb1\x3e\x4f\x94\x35\xec\xb6\x45\xdf\xca\xe6\x41\x9b\x23\xed\x91\xa4\x12\x21\x6c\x1c\x02\x8c\x44\x5e\xf0\x13\x98\x38\xea\x39\xea\x09\x90\xc5\x01\x62\xc4\x7a\x09\x89\x25\x9c\xc4\xc4\x31\xa2\x14\x27\x4c\xff\x96\x51\x20\x04\x5a\x1d\xee\x37\x0e\x1b\xc6\x0b\xa7\xb2\x43\x1a\x9b\x81\xd0\x56\x04\xf2\x92\x62\x28\xa2\x2f\x79\xa9\x8d\x04\xe1\xe1\x22\x83\x21\x45\xfa\x31\x08\xe4\xe7\x6a\xf3\xe5\xf3\x2e\xbc\xb4\x5c\x47\x44\x05\xd9\x5a\x55\xe4\xda\x53\x9a\xe1\x05\x5b\x2d\xae\x04\xf2\xbe\xe3\x48\x34\xae\xdc\xfb\x58\xa9\x0d\x60\xc6\x7c\x42\xec\xbd\x39\x79\xa9\xf7\x6b\xd8\xad\xca\x38\x2c\x5b\xa9\x07\xf1\xbd\x4e\xbc\xc9\x83\x1d\x64\x6c\x1a\xa8\x39\xc1\x7a\x5b\x0d\x8a\xc1\xd0\xb8\xdb\xf7\x8e\x8d\xf7\xee\x0a\xed\x97\x89\xaf\xd0\xb6\x36\xb4\x66\x84\xf5\x72\x79\x47\xb4\x5e\x77\x45\x82\x0e\xb6\x43\x79\xae\x77\x65\xb5\xfc\x5d\x67\x09\xf3\x35\x19\xa0\xf8\x59\xf8\x12\xe7\xc1\xc0\x3e\x00\xf2\x49\x55\x17\xd2\xa6\xd0\x20\x78\x5f\x86\x09\xe4\x2b\xd0\x75\x61\xbd\x89\x19\xf9\x50\x84\x52\xa9\xd2\x97\xd0\x11\xcc\xe8\x25\xa4\x36\x31\x14\x83\x1b\xec\x08\x7d\x29\x35\x18\x9c\xae\xf3\x89\xf2\x6e\x82\x7f\x23\xf9\x0b\x33\xa5\xd5\xb0\x42\x71\x68\xdd\x07\x03\xf7\x37\xe5\xd5\x94\xf2\xe6\x70\xd9\x42\x62\xbd\x98\x0b\x90\x51\x9d\xc4\x4c\x3b\x74\xa7\x0d\xfa\xaf\xaa\x58\xad\x1a\x66\xd0\xa2\x32\xc2\xb4\x77\x6a\xbb\x07\x8e\xa7\x79\x31\xca\xc3\x0c\xa7\x36\x34\xbc\x3f\xf3\x26\xd8\x59\x9c\x59\x1d\x10\x43\xcc\xec\x21\x4e\x05\xc8\x96\x7b\x3f\x61\xf5\xac\x65\x94\xc1\x05\xff\xa7\xc6\x18\x22\x6c\x48\x27\x33\x98\x23\x09\x88\x44\x0a\x35\xe8\x45\x8c\xb4\xc7\x57\x0a\x36\xc6\xaa\xcd\x19\x6f\x20\x68\x0f\x2d\xbf\xb4\x54\x8f\x75\x16\xb7\x87\x22\xe9\xdf\x34\x07\xa9\xb9\x9d\x4b\x5d\x1e\x67\x26\x44\xc0\x26\x7d\x7f\x4e\x46\x75\xba\xa1\xb6\xe6\xee\x27\x89\xb8\x49\x7f\xa0\x13\x51\x04\x88\xfe\x2f\xa2\x72\x97\xc6\x53\x67\xeb\x54\xfd\xf8\x99\x69\xb0\x96\xc2\x8f\x8c\xb4\x98\x28\x77\x8a\xec\x1d\x79\x22\x55\x7e\x0d\x8d\x58\xd2\xa6\x10\x4b\x50\x7c\x53\x40\x8b\xb4\xad\x10\x3f\x91\x17\x72\x5a\xe8\xd9\x72\x4c\x61\xa7\x9e\x7c\x20\xe4\x02\xff\x46\xa6\x56\xe0\xf5\x3e\x8e\xf0\x75\xb5\x3c\xa4\xe9\xe4\x82\x2e\xb2\x25\x84\x71\xe1\xbb\xb6\xb6\xc7\xd1\x3f\xdf\xae\xe8\x62\x25\x23\xbf\x4c\xe9\x72\x15\x65\x78\x45\xab\x69\x94\xc2\x1f\x33\x19\x51\x1f\x12\x20\x40\x31\xc3\x96\xc1\x77\xbe\x89\xc2\xa2\x67\x55\x46\x12\x5c\xf4\x74\xf9\x42\x01\x67\x25\xe8\x0a\x49\x1f\x17\x70\x33\x0b\x62\x22\x2f\x9c\x2f\xdc\x9e\x5b\x2d\x64\x52\x15\x13\x26\xbf\x90\x77\xb9\xb9\x33\x7b\xb3\xc6\x8e\xe9\x6c\x94\x0c\xb0\x2c\xb5\x93\x2b\xce\xc1\x19\xbe\x9a\xaa\xeb\x05\x67\xdd\x66\x66\x57\x8d\x95\x33\x6c\xc6\x57\x4e\x46\xb2\x60\xb0\xde\x71\x35\x8a\xf7\xf6\x1c\xe7\x32\xb1\x04\xe1\x1b\xea\x6d\xc1\x34\x12\x4b\x4f\x39\xc5\x9a\xb5\x74\xed\xde\xbd\xb5\xb3\xe5\x20\x00\x12\x4d\x4d\xa0\x25\xf0\xed\x15\x9f\xf8\xaf\x74\x11\xd2\x37\x97\xba\xbe\xb9\x34\x36\x4c\xc7\xf6\xcd\xa5\x70\xbd\xa6\x62\x2b\xd8\xde\xb9\xb4\xd5\x3b\x97\x6a\xef\x5c\x6a\xbc\x73\x4d\x01\x56\x10\x27\xea\x7b\xe6\xea\x9b\x53\x8b\x7b\x6c\xb2\x80\x0c\x36\x7c\xef\xcf\xda\x38\x97\xbf\xcc\x47\x35\x2c\x74\xe8\xb3\xbc\xc5\x67\x3a\xb8\x75\x3e\x5f\x00\x45\x8e\x6e\x45\xa9\x1e\x72\xde\x23\xe6\x80\x3e\xa5\x31\xa2\x24\x35\x8b\x18\x37\x44\x1b\xf0\xea\x86\xdb\x94\x14\xc1\x05\x8a\x61\x75\x76\x4c\x1a\xa6\x2a\xc1\xf6\xad\x1d\x80\x87\xeb\x4f\x70\xea\x00\x50\xa2\x78\x5a\x85\x09\xee\x0e\x30\x03\xbb\x7a\xdb\x8d\x01\x79\x41\xb5\xd5\x02\x83\xee\x88\x6e\x3b\xbd\xb2\x2b\x55\x7d\x63\x31\xdf\xca\x59\x2b\x5e\xa5\xd7\x3f\x73\xd7\xc8\x14\xa6\x0f\xd1\xec\xda\x65\xdc\x10\x99\x81\x6e\x44\xd3\xfb\x92\xcf\xdf\xdc\xfa\xd5\xbc\x60\xab\x12\x02\x20\xab\x1e\x1b\x2b\x12\xe9\x30\xd1\xf6\xb9\xb2\x50\x68\xe3\xef\x9b\xed\x97\x0d\xbf\x68\xa3\x67\x6b\x53\x4c\xdc\xd0\x57\x6e\xc0\x30\x05\xd3\xeb\xdf\x1d\xc5\x7d\x61\x44\x7e\x58\x84\x99\x74\x38\x6e\x8b\x68\xe6\x00\xe7\xb9\x83\x2c\x3f\xb0\xd6\xa2\x0f\xf6\xb4\x8b\xec\xcb\x1c\xed\x4d\x6f\xf8\xc4\x16\x21\xcb\x88\x23\x42\x26\xd2\xdb\xac\x5e\xfb\x7a\xc5\x5a\x4b\xcc\xa6\xe0\xd6\x72\x71\xda\x26\x28\xb5\x8d\x38\x1f\xb2\xba\xc2\xf3\x0a\x9f\x56\xf8\xac\x8a\x47\x75\x5d\x11\xd7\x8e\xca\xf8\xa1\x7b\x4c\x2f\x15\x6c\xe4\x2e\x91\xd0\xc9\xeb\xf5\x3d\xf5\x88\x68\x8f\x9e\xf2\x26\x81\x7d\x47\x68\x19\x0d\x19\xf6\xb6\xa7\x20\x97\xcd\x4d\x9c\x1a\xb7\xd4\xe5\x74\x9c\x60\xd3\x16\x4e\x97\x1a\x46\xe5\xf0\xb9\xb4\x95\xcf\xa5\x9a\xcf\xa5\x36\x9f\x93\x1c\x2c\xd5\xef\x37\xa9\xcf\xe6\xd4\x9b\xd8\x1a\xf7\xcd\x26\x9e\x5b\x23\x85\xae\xf9\xe1\xef\xd4\x1d\x3b\xf7\x8a\xd0\xd3\x47\x70\x7a\xc9\x05\xfc\x5f\xe3\x82\x2a\xf6\xa0\x30\x84\xa8\xa7\x20\x41\x52\xcd\x1f\xab\xfa\x14\xc2\x94\xe7\xe4\x5b\x12\x16\x42\x6f\x00\x4f\x19\xff\xe6\xf3\x89\xbb\x82\xe7\xa7\x42\x57\x10\xe5\xe4\x0f\x9d\xfd\x8f\xad\xd9\x97\x10\x68\x1b\xb2\x43\xf8\x93\x1c\x5f\x03\x2a\x56\x24\x16\xfb\x86\x7f\x0d\x2f\xb2\xc6\x8b\x66\x61\x06\xd4\x39\xca\xc9\x33\x5d\xfb\xb3\x66\xed\x8a\x5f\xb4\x6b\x37\xf2\xde\xbc\x7e\x3c\xad\x20\x28\x50\xab\x8e\x2f\x33\x19\xc2\xa2\x37\xaf\x53\xfe\x4c\x96\x19\xda\xcc\x33\x81\xf6\x0f\xfa\x13\x3c\x91\xc1\x5e\x80\x70\xca\x4e\x55\x77\x72\x80\x52\xc8\x7a\x25\x5d\x1e\x5f\xd4\x7c\x8e\xd8\x62\x75\x15\x96\x28\x08\xf2\xb6\x44\x41\xb4\xf9\xe7\xf2\x04\x49\x8c\x9f\xab\x29\x93\x3a\xf2\x12\x24\xf4\x09\x2f\xb6\x80\x2c\xb8\x40\x85\x5f\xc8\x84\xef\x48\xe9\x7a\x1d\xa6\xe4\x7a\x83\x70\xfa\x79\x72\x42\x04\x5a\x0b\x5f\x22\xa3\x5b\x19\xad\x0b\xb6\x98\x9f\x2f\xa7\x57\x6f\xd9\xea\x59\x5d\xb3\xc5\xd3\x77\x2f\x5f\xc0\x70\x94\xbc\xff\x4a\xe0\x31\x29\xcb\xf3\xd3\xd3\x05\x5b\x2e\x41\xef\x51\xaf\x9e\x64\x15\x1c\xd2\x3f\xd0\x45\xad\x00\xbc\x9d\x7c\x4f\x41\x95\x51\xcd\xeb\x46\x0e\x7a\xbe\x9a\xff\x3e\x4f\xcf\x97\x2a\x29\xfc\x4a\x9b\xa3\x30\xa4\xeb\x75\xc8\x27\x0f\x45\x21\x25\x14\x00\x96\x44\xd4\xa5\x52\x1c\x1d\x90\x19\x5f\x49\xe8\x53\x92\x7d\x2e\x4f\x62\x75\x7e\xcc\x87\x7c\x78\x22\xe3\x1d\xd7\x3a\x01\x70\x40\x94\x0a\x8f\x2e\x99\x2a\x7d\x47\x81\xfc\xa1\x17\xe1\x9c\x04\xd3\x12\xc3\x8f\xba\x2d\x03\xbf\x5e\x4f\x83\x60\xda\x96\xde\x3e\x21\xba\xb8\x29\x6a\xf9\x2a\x08\x8a\xcf\x93\x93\x2e\x21\xd3\xcf\x93\x13\x67\x4e\x47\x35\x14\xc2\xd3\xe5\x0d\x12\x7f\xa7\x07\x8d\xf3\x6d\x31\x58\x29\xe2\x72\xc9\xf4\x7b\x33\x2f\x3c\xc7\xa7\x64\x3a\x9c\xf6\xbe\x7c\x29\x57\xb3\xa9\x1c\x39\x7e\x60\x1e\x16\x5e\x9a\x1c\xad\x20\xe0\xa7\xef\xa9\x70\x7b\x75\xa6\x68\x8a\x50\x64\x93\x11\x14\x5f\x10\xc2\x47\xb8\x0d\xf5\x7d\xca\x29\xa3\x19\x11\x73\x0a\xfd\x71\x8b\x06\xf4\xaa\x29\x2f\xfe\xbf\x45\x93\xed\x04\x18\xea\x4e\x2e\xb2\x10\x6e\xd3\xe8\x7a\x2d\xbb\x20\x06\xb9\x85\x34\xa7\x08\x6d\xd2\xc6\x78\x68\x3a\x02\x21\x9c\x50\x21\x2b\xd8\x96\x18\xcc\xb5\x0a\xd9\xdb\x70\xa6\x7f\xd6\x64\xfa\xe8\x3a\x15\x32\x87\xaf\xc9\xb6\xc2\xf4\x2c\xaa\x86\xe9\xaa\x38\x24\x69\xee\x5e\x56\x59\xc6\x67\x25\x02\x6b\x42\x7e\xd2\x31\x5b\xb1\x2d\x22\xda\xd0\xeb\x36\xc8\x78\x4a\x3c\x9c\x75\x2d\xe8\x8a\xe2\xa0\x90\xc8\x95\x0f\x5c\xae\x9d\xce\xa7\x53\x7a\xba\x64\x19\x48\xac\x5e\x23\x32\x5f\x06\xd7\xbb\xb8\xdd\x88\xcc\x97\xb8\x65\x23\xb2\x61\x62\x61\xc4\xf0\x82\x9d\x56\x89\x67\xa7\x69\x51\xe6\x4a\x32\x4e\x30\xd7\x1b\x8f\x8e\xb1\x06\x96\x36\xe6\xc1\x3b\x12\x4f\xeb\x9e\xfc\x7b\x57\xc1\x90\x29\x98\x2d\x09\x34\x08\x7f\x1e\xc8\x54\xf9\x91\xc2\xe2\xda\x8b\x6c\x91\x51\xa2\x99\xc9\xa4\x17\xf2\x7e\x17\x05\xc1\x51\x1e\x0a\xe4\x47\x15\x82\x4f\xe9\xfe\xcb\x10\x59\x51\xe2\x53\xe7\x6e\x39\xf5\x54\xd8\x22\x68\xaf\xbc\x80\xf1\x5f\x36\x72\x8b\xa3\x89\x77\x0e\x32\xf2\xeb\x7a\xdd\xfd\x50\x02\xa0\x75\xe3\xaa\x65\x5e\x85\x89\xdd\xda\xbb\x51\x01\xba\xd9\x94\xb4\x60\x76\x31\x79\xc1\xdd\x3c\x93\x74\x1d\x5b\x9f\x53\x31\x3d\x0c\x94\x96\x58\xd9\x58\x29\xc3\x2f\xdf\xd2\x0a\xe9\xc3\x78\xd7\x45\x76\xb7\x4a\xf4\xc3\xf5\xdf\x43\x28\x1e\xd5\x36\x28\x14\xf5\xf1\xc4\xaa\x3c\x84\x4e\xa3\x6b\xf7\x72\x45\x77\x42\x59\x55\xba\x62\x5a\xf6\xf9\x65\x76\x42\x92\x38\xfb\xfc\x2a\x3b\x21\x79\xdc\x38\xa4\x56\xf9\x82\xce\x18\x5f\x21\x52\xcc\x92\xf7\xf5\xea\x37\x9b\x25\xb0\x80\x7e\x0f\x47\xb7\xa6\x73\x9a\x8d\x6e\x69\x88\x41\xb5\xce\xbe\x56\x19\x9b\x9b\x2f\xe8\x79\x56\xf1\x9f\x42\xd5\xd0\x8f\xe9\x43\x9a\xda\x51\xc1\x7f\x0f\x69\xfa\x99\x9e\x34\x8a\x59\xce\xcf\x17\x29\x93\x55\x31\x3e\x36\x2d\x75\x55\xb3\xc2\xd4\x54\xcd\x68\x61\x35\x7d\x5a\xd5\x93\xe6\xe7\x37\x34\x3c\x9f\x2f\x66\xf2\x83\x05\x5b\xb2\x95\xf9\x60\x79\x9e\xcc\xaa\x55\xcb\x27\x19\xe3\x2b\x7b\x29\xbf\x5a\xcd\x8b\x02\x58\x6e\xa3\x99\x52\xb4\x3d\x48\x00\xd9\x10\xca\xac\xea\xaf\x74\x5a\xc9\x76\x2c\xb8\x38\x37\xba\x35\xaf\x1f\x97\x7c\xb7\x34\x20\x77\xbe\xf8\x9a\xf5\xbe\x5c\x2c\xf8\x69\x64\xa1\x34\x0e\xd7\x17\x74\xf9\xf2\x7c\xba\xaa\x4e\xa7\x2c\xea\x76\xf3\xde\x4c\xfe\xd8\xfc\x7c\x35\x96\x60\xfb\x5c\x34\x15\xfb\x65\xe0\x66\x19\x5c\x18\x95\xb6\xa3\x5a\x08\x85\x53\x80\x16\x44\x1b\x22\x67\x81\x74\x2c\xda\xcf\xc5\x49\xec\x6d\xdb\xc5\xb0\x0d\x64\xb2\x1c\x66\x3d\xde\x40\xb9\xf5\xca\x7d\x94\x92\xcf\xf6\xd7\xb8\x3c\xe1\xdb\x74\x13\x8b\xb2\x0c\x02\xff\x73\xd8\xd5\xdb\xca\x10\x2f\x4e\x50\xd4\xdc\xa4\x0b\x2d\x2b\x97\xb0\x49\xa7\xb8\x40\x9b\xe6\x2a\x92\xf3\x7d\x99\xf0\x53\xfa\x13\x18\x4a\xb8\x22\xdc\x36\xda\x22\xe3\x0b\xf8\xb7\x7d\xe2\xfd\x63\xcf\xf6\xf3\x05\x69\x3d\x5f\xd4\x61\xe6\x1c\x20\x52\x42\x3d\x38\xb1\xd4\x52\x17\x37\xb6\x7a\x60\x62\x05\xd9\x87\xa3\xa7\xf6\xf3\x48\xa3\xb4\x07\xf1\x71\x8e\x24\x7e\x63\x4c\x09\x21\x67\x22\xa6\xdb\xab\x24\x64\x08\xc9\x14\x3e\xa3\xe9\xa2\x3a\x15\xa6\x3f\x6c\x18\x52\x52\xf4\x04\xd4\x87\xc4\x7c\x0c\x47\xb7\xb2\xea\xeb\xe8\x16\x67\xa9\x95\x12\x12\xc9\xe8\xd6\x43\xf1\xdd\xa3\xd1\xe8\x72\x37\xfd\x4d\xfd\xb8\x85\x85\x2a\x6f\x36\xff\xca\xc4\xb1\x9c\xda\x3e\x18\x20\xaa\x35\x01\xf0\x7b\xd5\x72\xd8\xac\x98\xe1\xeb\x6a\x19\xf1\x97\x1b\x10\xaf\x1a\xef\x11\x36\x13\xc1\x5b\x0f\x37\x46\x14\x67\x7a\xa9\x0d\x0b\xfd\x48\xba\x7d\xd8\xdb\xbf\x41\x2e\x78\x20\xe2\x37\x42\x28\x6a\x14\xfe\xea\xad\x08\xd1\x48\x25\x63\xa6\xc0\x98\xb3\xb8\x16\x9b\x4c\x77\x00\xd7\xb8\x16\x87\x27\x34\x2e\xc8\x69\x06\xa6\xd1\xff\x15\xf6\x3d\xaa\x29\x8a\x4b\x85\x1d\xfb\x03\x4c\xbc\x24\xfd\xb8\xb4\x98\x78\xa9\x98\x78\x79\x82\xdb\x8a\x6a\x65\xe4\x6d\x19\x7f\x92\x99\x53\x87\x99\xb7\x15\xd8\xc2\xd0\xa9\xc7\xd0\xdb\x3e\xdb\xc2\xd4\x5b\x9b\x6c\x18\x3b\x20\xeb\x96\xe4\x9b\x7c\x72\xf9\x26\xfd\x3e\xef\xd5\x2b\xbb\x24\x7f\x24\x16\x72\x6f\x83\x13\x50\x6f\x0b\xf0\x36\x80\xcc\xda\x00\xca\x6d\x3a\x8d\x9f\x6e\x9d\xbb\x33\x08\x5f\xfe\xb8\x24\xcf\x7e\xba\xb7\x8a\x63\x95\x24\x13\xfb\x46\x89\xa4\x95\x72\x09\x1b\x47\xce\x37\x0d\x80\x59\x9e\xf8\xbc\x37\x47\xea\xd0\x3d\xf9\x9c\xf3\x4d\xc3\x9c\x94\xf3\xe1\x2c\x0b\x29\x86\x23\xda\x4d\xe7\xcd\xbc\xfd\xbc\xa9\x8f\x5d\x7f\x25\x50\x4a\xe3\x20\x99\xb7\xee\x48\xd3\xa1\x1f\xe1\x0b\x70\x7c\xe1\x69\x8a\x82\xe0\x4d\xa2\xda\xd4\xdc\x8f\xa6\xf2\xf5\x4f\x1d\x2d\xf3\xef\x1e\x2d\xf3\xa6\xba\x23\x6f\x3d\x6d\xe6\xc2\x11\x50\x1d\x36\x53\x9c\x2b\x23\x8a\x69\x10\x7c\xa4\x21\xc5\x39\x9e\xe2\x02\xdd\xbc\xbb\x51\xd8\xdd\x28\xce\x80\x4d\x8d\xea\x1b\xf6\x37\x0a\xfb\x1b\xdd\x46\xf5\xa2\xee\x4c\x60\xd5\x07\x01\x84\xd8\x3a\x58\xad\x16\x55\x72\xbe\x62\xe1\xe8\x16\xa4\xab\xbd\x79\x91\x84\x32\x27\xda\xbe\x4a\x0c\x47\xb6\xd6\x44\x9c\xaa\x3a\xe4\x6e\x97\x0e\x9f\xf2\x0e\xd8\x79\x84\xfd\x92\x6e\x91\xa4\xd8\xbf\x45\xc3\x9a\xb9\xdd\x1c\xd6\x36\x7f\xf3\xe6\x5c\x5a\xba\x3d\xea\x6c\xcd\xbf\x67\xd2\xf1\xa5\xb1\x0b\xd7\x4e\xc8\xbd\xe6\x59\x63\xd3\x38\xc2\xdd\x8b\xaa\x3c\x6c\x3d\xc6\x9c\x89\x1d\xa6\xe9\xcc\xa2\x0f\x2c\x6d\x4a\x93\xcc\x8a\x01\xf6\xbd\x03\x4c\xe3\x94\xe5\x9d\x61\xe0\x00\x33\x0c\xdd\xa3\x62\xd6\x30\x3f\x4e\xc5\xd6\x88\x85\xdc\x01\x83\xdc\xae\x8f\x00\x04\xaf\xf0\x7b\x22\x0a\x92\x1b\xf0\x3b\x76\x09\x50\xd1\x61\x86\x74\x15\xf6\x3e\x9b\xb6\x8c\xe6\x60\x37\x7a\x1a\xbe\x14\x06\x6d\x0d\x84\x9f\x1b\x31\x8a\xfd\x9b\xf6\x14\x27\xb1\xf6\x77\xca\xe2\x8c\x74\x07\x26\xa4\xe1\x56\x58\x64\x63\x63\x04\x63\x17\x85\x8d\x40\x96\x58\x47\xfc\x65\x38\xd5\x3a\x09\xb6\x5e\x43\x56\x71\x11\xa1\x2e\x5e\x54\x46\x89\x16\x63\x39\x29\x6b\x94\x98\x61\xe8\x46\xef\x63\x98\xd9\xbe\xce\x39\x8a\xc2\x1b\xc2\xfb\x8d\x6a\x2f\xbf\x38\xc8\x33\xdb\xb9\x1a\x89\xcb\xa6\x34\x08\xba\x99\xbc\xa6\x36\xf7\xab\x8e\x87\x53\xb7\x6d\x44\x6e\xb2\xdc\x82\xc2\xf4\xcd\x79\x30\x40\xe8\x2d\x5f\x7e\x55\x10\x84\x6f\xc9\x79\x65\x08\x5d\x24\xaf\xd7\xfc\xef\x79\x85\xde\x92\xaf\x15\xdc\xb3\x5d\x54\x5a\xd7\xf0\x2e\x08\xc2\xcb\x2a\x7c\x87\xdf\x23\x7c\xc5\xff\x5e\x54\x08\x2c\x96\xd2\xf5\x3a\xf3\x14\x69\x71\x83\x6e\xf6\x1c\x2d\x89\xaf\x95\x18\xf4\xd5\xeb\x79\xe1\xbd\xb9\xff\x7d\x0d\xcc\x60\xff\x06\x9a\x54\xfa\x29\xe7\x3a\x90\xb5\x9b\x73\xe6\x24\x33\x76\x11\xd6\xc7\x70\x82\x63\x68\x51\x85\x82\xcb\xeb\x51\xeb\x8a\x51\xbb\xc1\xc8\x60\x54\xf3\x35\x00\xdb\xba\x7f\xdf\x96\xc3\x55\x70\x59\x86\xb9\xe3\x39\x86\xae\x7d\x5b\x06\x53\xaf\xeb\x3b\x16\x5b\xe4\xeb\x29\x36\xb1\xc7\x18\xb4\x9a\xce\x22\x4e\xf8\xca\xa6\x5c\x71\xff\xed\xd0\xaf\x9d\x1f\x84\x93\xcc\xef\x45\x16\x23\x46\x32\x9c\x93\xd4\xa6\xea\x80\xec\x34\xe9\x1e\xb3\x46\x75\x98\xd9\xb5\xd5\x02\x9e\x9e\x79\x57\xff\xc0\x11\xc2\x2d\xe6\x48\x4d\x3c\xa9\x5c\xdb\x46\xc9\x1a\x5c\x03\x69\x2f\xd1\xdc\x5e\x63\xd6\xc0\x96\xc6\xcc\xbd\xa1\x56\xe6\x03\xad\x4d\xa1\x6d\xa9\x78\x54\x37\x1a\xd8\x70\x7e\xd4\xb6\x5c\xda\xb6\xcb\x6d\xb2\xbf\x43\xf9\xad\xf7\x39\x20\xbb\xc1\xdf\x30\xf7\xae\xd9\xdb\xba\x08\xe2\x1e\xe8\x68\x7d\xe8\x31\x1f\x67\x0b\x8b\x13\xa7\x84\x18\xc9\x7b\xf6\x4f\xac\xf1\xda\x97\x51\xde\x33\x3f\x36\x6e\x68\xd2\x67\xe1\x4b\x6c\xb1\xa8\xf5\x4e\xd3\x8c\x98\xe4\xe6\x9a\x56\xeb\x12\x19\x02\xe3\x18\x58\x3f\xd8\x2c\x1e\x81\x40\x6e\xaf\x1f\xcc\x4f\xa4\x38\xf5\xc6\xc1\x39\xe9\x3b\x4a\x00\x7f\xed\x60\xb1\xfe\xfa\x3a\xdc\x8f\xb0\x53\xe2\x62\xa6\x52\xe9\xeb\xc4\x97\x9c\x6d\x07\xdd\xdc\x50\xb0\x89\x2d\x38\xaa\xb7\x2e\x2d\x8d\x13\x01\xad\x69\x6c\x17\xb5\x86\xdd\xde\xf9\xd7\x2f\x79\x88\xee\x64\x2d\xe6\x5b\x8f\x32\xcf\x54\x2b\x08\x06\x0f\x1b\x8a\x0c\x35\x1c\x8a\xa7\xe0\xc6\xbe\xdc\x6a\x4e\x41\xd2\x3b\x03\x14\x67\xb6\x59\xd9\x30\xd4\xb3\xd2\x30\xb3\xc9\x41\x10\x11\x3d\xd4\x23\x3d\x34\x57\x13\x79\xa4\x73\x62\x91\x8b\xe4\x8e\xb0\xd1\x55\x03\x3a\x04\x83\xa3\x66\xd7\x42\x3f\x89\xf0\x81\xb9\x7d\xb7\xdf\x47\x38\x95\xf9\xb1\x35\x4c\x24\xc5\x99\xb4\x69\xd3\xbb\xbf\x3d\x03\x2e\xee\x69\xdb\xf8\x42\x05\x9e\xb5\x10\x4e\x2c\x6b\x6f\x4e\xc8\x6c\x98\x70\x12\x8e\x92\x60\x80\x70\x2a\x63\x1d\xfa\xd6\x25\xf7\x30\x27\x85\x15\x2d\x9c\xe0\x01\xdf\xc0\x46\xbe\x35\xa2\xca\x8b\x90\xda\x5b\x9f\x86\xa4\xd0\xf3\xaa\x57\x4c\xb0\xd7\xdf\xbf\x37\xb4\x77\x20\x92\x04\x77\xf6\xfa\xfb\xf7\xd7\xf7\xf6\x30\xb5\xa3\x34\xee\x46\x7c\x2b\x8e\x9f\x86\x7f\xf2\x7f\x9e\xa3\xd8\x2d\x51\x8b\x73\x20\xc4\xf9\xd1\xa1\xef\x22\x14\xb7\x57\xa2\x31\xcd\xd4\x7d\x83\x72\xbc\x00\x54\x0d\x47\x90\x94\x6f\xf8\xde\x8d\x9d\xca\xf1\xcf\xf4\x63\xb0\xef\x14\xb4\x4d\xe4\xd8\x22\x6c\xa8\x36\xb9\xc0\x2b\xe2\xca\xc1\x82\xe9\xad\x9c\x40\x14\x42\x95\x40\xb1\xd0\xeb\x44\x09\x5e\xae\x68\x3a\x89\xce\x92\x30\xd1\xf0\x7e\x87\xd5\x16\x1f\xbc\x0f\x8c\x4e\xde\xb2\xd5\x50\xfe\x8d\xde\xb2\x95\xb9\x45\x7c\xec\x39\xb9\x8b\x1a\xb0\xbc\xe1\x48\x27\x7a\x1f\x37\x46\x36\x70\x29\x77\x06\x41\x34\x2d\xf5\xe5\x69\x22\x21\x0c\x10\x84\xd9\xb0\xcf\x7b\x5c\x4e\x19\x10\x0d\x9e\x72\x9a\x28\xea\x02\x24\xa4\x74\x5e\x2f\xe7\x53\xd6\x03\x1d\x13\xef\x8f\xc0\x32\x64\xe8\x7a\xc9\x60\x1d\xcc\xcf\x57\x36\xda\x92\xa0\x0c\x16\x6f\x90\x35\x5e\x47\xb2\x1b\xbc\x40\x19\xd1\xb5\xb1\x89\x25\xed\x71\xe8\xc1\x57\xc3\x76\x23\xab\x67\xc2\x77\x55\x36\x24\x45\xd7\x4f\x84\x61\xa5\x55\xdf\xef\x8e\x7f\x89\x1b\x5e\x3e\x41\x37\xa0\xd2\x42\x03\x25\xf8\x6c\xa3\x7c\x11\x30\xca\x45\x95\xb5\x2e\x29\xff\x70\x6f\x7c\xed\xdb\x48\xef\xda\x51\xdd\x46\xee\xec\x44\xca\xf2\x48\x2c\x6c\x77\xb3\x0a\x76\xee\xde\x33\x57\x7b\x06\x73\xc5\x3b\x9e\xb6\x80\xc0\xd8\xf7\x5f\x89\x08\xd5\xd9\xe6\x48\x15\xfa\x11\xa0\x85\x44\x3d\x4c\x2d\xff\xd5\x14\x09\xdc\x88\x2f\x5f\x16\x8c\xa6\xab\x67\x35\xec\x63\xd3\xb6\xe2\x48\xb2\xb1\xbb\xb3\x1b\xc9\x15\x2f\x8f\xdd\x72\x11\xba\x62\xbc\xcf\x0c\xef\xed\x7a\x31\xd8\x9f\xca\x51\xe5\x54\x6b\xcb\xba\x89\x1d\x4c\xd7\xc3\xb7\x76\x66\x5b\xad\x1d\x92\x28\xc4\x73\x2e\x13\x84\xc2\x34\x8d\x22\x83\x21\x00\x00\xeb\x12\x97\x59\x3f\x29\x5c\x67\x7d\x00\xcd\x82\x20\xe3\xc4\x27\x91\xae\x25\x56\x7d\x0a\x55\xd9\x18\xc3\xff\xab\xcd\x16\xe7\x77\xab\xd5\x37\x34\xd1\x1a\xdb\xe7\xfa\x5a\x5d\xc7\x02\xfe\x11\x9a\x7d\x56\x85\xbb\x38\x55\x62\x99\xa2\x5d\x4a\x2c\x33\x40\x38\xc0\x5a\x94\xbc\x87\xec\x18\x38\xb4\xe9\x97\x1d\xca\x53\x94\xea\x51\x5b\x64\xf2\xa1\x77\xd4\xe5\x54\x9a\xaa\x60\xd1\x2e\xae\x52\x4c\x5b\x7c\x14\x9b\x71\x02\xf0\x0f\xd1\x35\xda\x24\x24\x6d\x3b\x68\x25\x41\xf0\xb8\x08\x53\x00\xe2\x8b\x5d\xd2\xf7\xbf\x70\xa6\x56\xde\x0a\x5a\x91\xa4\xa4\x65\xa4\x9e\x06\xa1\x96\xb0\xd1\xce\xa8\xca\x64\x2f\x6d\xa3\xe7\x1b\xb4\x65\xd8\xe8\xd6\xa9\x85\x39\xaa\xad\xe2\x4c\x41\x6a\x66\xc0\x2b\xc2\x4c\x5a\x10\xfc\x9e\x99\xb0\xee\xee\x08\x07\x01\xed\xe5\xf3\xf4\x7c\x19\xba\x5d\xbf\xe7\xb0\xb4\x3d\x97\xc1\x79\xfc\x6e\x37\xd2\xb6\x9b\x9e\x19\x3d\xc4\xd5\x6a\x18\x7c\xab\x80\x5b\xee\x1c\xd6\x37\x46\xe3\x12\x6f\xfe\x4e\xf9\x7e\x88\x3c\x9a\xdd\xd7\xcc\x48\x90\xb6\x24\xf9\x9d\xc1\x8f\x32\xa7\x3f\xf5\x02\x6a\xdf\x50\x5e\x54\x41\xf0\xa2\x0a\x13\xd4\x66\xa2\xe2\x2f\xb0\xbd\xc6\x42\xa3\x1e\xf3\x70\xcc\x30\x00\x10\xad\x79\x64\xa0\x48\xc3\x5e\x0b\xc6\x21\x80\xad\xd3\xe1\xfe\xfd\x28\xf5\x81\xad\x29\xc9\x54\xa8\x15\x00\xf3\x32\xa8\xf4\x06\x57\x56\xdb\xaf\x0a\x71\x40\x6f\xbc\x25\x6c\x8c\x05\x2e\xd1\x46\x23\x75\x49\x56\x43\xc1\xee\x75\x83\x36\x0e\x81\xfe\x5e\x09\x43\x13\x7b\x73\x6a\x1f\xb6\xb4\x75\xcb\x0f\x82\xa3\x4a\x06\xbb\x37\xc5\xde\x95\xc5\x5a\x49\x7b\xd1\x4b\x35\x2d\x0e\xb7\x7b\xe5\x08\x05\x56\x7c\x23\x65\x07\x0c\x8b\x92\xda\x46\xfa\xbe\xcf\x8e\x4c\x6c\x84\x9c\xa2\xcd\x33\x73\xec\xa3\xde\xc4\xb4\xa1\xed\x88\xa9\xaf\xed\x88\x5d\x4b\x6f\xbf\x15\x4e\xa2\x51\xcc\x3a\xd6\x62\x41\xf0\x8a\x8f\x88\xd9\x8a\x8e\x2b\x2b\xc6\xec\x5d\xa2\xd1\xea\x76\xcd\xe3\x9e\x7a\xb4\xc7\xeb\x35\x7c\x27\x83\x80\x1a\x59\xca\x46\xe0\x93\x41\xf3\x8e\x2b\xb0\xbb\x51\x98\x83\x1a\xe4\xcd\x04\x7d\xf3\x17\x52\x9f\x2f\xa4\xc4\xe1\x41\x2d\x5b\x90\xc0\x78\x04\x4d\xb0\x35\xbf\x9c\xb9\x7a\x0e\xbc\x31\x40\x03\x39\x34\x70\x63\x1e\x25\xdd\xfb\xcd\x82\xf0\x6d\x36\x0b\x1c\xdc\x0b\x82\xf0\x4d\x12\x8a\xd8\xfa\xfc\xb8\x67\xbb\xd9\x0e\xee\xa3\x98\x46\x09\xdc\x01\xa7\x84\xc6\xb1\x0c\x79\x5c\xff\x98\x9d\xfa\x71\xa5\x5d\x02\x90\x82\xb3\xd6\x83\xf7\x43\x06\xeb\xa2\x62\x53\xcf\x5d\x63\x73\x7f\xcf\x3c\x0e\x1e\xa8\x67\xd1\x10\xbb\x13\x3b\x48\x59\xdc\x77\x12\x3b\xe0\xb5\xda\x4c\x04\x6d\x88\x49\xb1\x72\x0a\x5b\x57\xcf\x8c\x1f\x6b\x33\xfe\x0d\xc4\x70\x73\xeb\x11\x08\x77\xde\xe6\xd5\xa1\x9b\x4d\x36\xfc\x0b\x04\x6c\x9c\xa0\xe8\x8d\x7a\xb2\x09\xf1\x2f\xcf\xfa\x0f\x28\x15\x33\xc2\x69\x39\x13\x5e\x09\x02\x51\x0d\x51\xc2\x86\xd6\xc2\x88\x6c\x68\xc0\xaa\x5e\xae\x68\x9d\x32\x9c\x0c\x1f\x78\x17\x22\x56\x98\x4c\x9e\x8d\x2d\xe4\xf6\x0f\x22\x5c\x94\xb6\xa4\x85\x5e\x11\x21\xa7\x65\x53\x0a\x4e\xfc\x6f\x52\x84\x22\x9e\x09\x27\x8e\xe7\x04\x45\xc2\x7a\x52\x08\x21\x6f\xe6\x73\x50\x96\x01\xcd\x5a\xbb\x97\x61\xc6\x5a\xb7\x9c\xa8\xfb\x31\xb0\xf1\xb3\xee\xca\x5c\x07\x8c\x4c\xee\x13\xc6\xbf\x5f\x6c\x11\x9c\x70\xf4\xb0\x3a\xce\xa1\xb5\xf6\x78\x6b\x7d\x6f\xcf\xcb\x9b\xff\xf6\xbc\xb4\x8d\x74\xea\x8d\xd7\x0f\x77\xef\xcd\x77\xba\xd7\xfa\xde\x89\x6f\xa1\xbb\x67\x4c\x62\x13\xcc\x48\x77\x80\x73\x5c\xc4\x62\x2d\x75\x21\xac\x59\xa6\x1d\xe5\x80\x17\xc4\xce\x82\x6f\x5e\x06\x72\xee\x97\x13\xd6\x64\x7e\xcc\x61\x7e\x85\x66\x7c\x4a\x7b\xb2\x1b\xe5\x7e\x10\xe5\xb8\xd0\x6c\x4d\xe5\xda\xfb\x4e\xae\x0d\x23\xca\x3d\x79\xc3\x48\xb7\xbf\x91\x5e\x3e\x99\xf1\xf2\x91\xb2\xa7\xe8\x8e\x30\x4b\xa3\x78\x42\x32\x3c\x25\x29\x9e\x91\x49\x1c\x73\x81\xfe\xcf\x2a\x2c\xf1\xcc\x0a\xa3\x3e\x13\x33\x11\x04\x7b\xf0\x83\x97\x31\x73\x99\xc4\x0c\xcf\x54\x2e\x7d\x6d\x32\x83\x30\xd2\x6d\x1e\x8d\xb3\x56\x0e\x3a\xd3\x1c\x74\x66\x3c\x7d\x4c\x01\x33\x9d\x61\x33\xf3\x39\xa7\x7a\x03\x99\xd4\x9c\x17\xc3\xb0\x24\xa3\x3a\xe7\x1d\xb4\xee\x5d\xf9\x12\x2f\xcd\x12\x2f\x6d\x2e\x61\x9b\x59\x4d\x50\x54\x7a\x09\x08\x14\xdc\x26\xc5\x2a\x16\xe9\xd8\xac\x7b\x66\x9c\xad\x68\x28\xca\x47\x2a\x27\x5b\x23\x69\x8b\xc9\xcc\xdc\x81\xcd\x20\xa8\x9e\xe7\x44\xa5\xeb\x02\x41\x15\xac\x73\xfd\x7a\x7e\xa4\x98\x2a\x0f\xb3\x2d\xbe\x58\x59\xeb\x0c\x65\x7a\x86\xb2\x16\x5f\xac\xcc\xac\x17\x2b\x70\x78\xc8\x00\x87\x2b\xf3\xa7\x4c\xe7\xb5\x2e\x09\x1c\xb9\xee\xed\x8f\xeb\x5d\x9a\x22\xf6\x53\x7e\x96\x4d\xfc\xb3\xac\xfd\x4b\x01\x4d\x27\xee\xe9\x56\xda\x4a\x58\xf0\x1f\xee\x95\x4c\x5b\xd0\x4c\x71\x6a\xcd\x40\x41\xe3\x98\x24\x3b\x1a\x82\xa6\x78\xe9\x44\x68\x4c\xa5\x3d\x9c\xb6\x3a\x11\x77\xc1\xa3\x5b\x0b\x0a\x16\x69\x62\x44\xaf\x4e\x99\x52\x1d\x65\x10\xf4\x39\x08\x0e\x13\xe1\x20\x75\x9a\x09\x03\xbb\x84\xc0\x53\x86\xa4\xcb\x6d\x3f\x66\x0f\x73\x65\xc2\xc6\x6e\x93\x1d\x25\xf9\xe7\x9f\xd9\x09\x2e\xf9\x9f\xdb\x03\xd7\xc8\xa8\x18\xce\xb2\x30\xc5\xe5\xf7\x8c\x8c\x8a\xe1\x5f\x89\xca\xe7\xd9\xb5\xbe\x91\x2f\x3e\xd2\x30\xc5\x05\x2e\xf9\xde\xef\xc5\xc6\x36\xf6\x35\x8f\x65\x17\x04\x1d\xca\xc3\xac\x63\x56\xf3\xa7\x93\xc3\x37\x81\xe1\xbb\xb4\x63\x2a\xd6\xb3\x2c\xc5\xf0\x0d\xef\x1c\x8b\x19\x4c\x95\xc5\x8c\x5c\x4d\x74\xf8\x94\x57\xeb\xe6\x01\x8b\x99\xa4\x4b\x9c\x4f\xb5\x8f\x93\x6b\x22\xd3\xf2\x7d\xd3\x86\x26\x6a\xcb\xa4\xed\x2d\x3f\x9f\x44\x5c\x44\xe5\xb5\xa2\xcd\x66\xe3\x1e\xc9\x7f\xcc\xc8\x7e\x07\x39\x76\x95\xc6\xb8\xa4\x61\x34\xef\xeb\x3a\x1c\x7d\x63\x4f\x9e\xbf\xe1\xaa\x49\x3e\xf3\x4d\xf3\xef\x34\xf4\x71\x77\xbc\x75\xd7\x50\x0f\xa4\xd2\x55\x96\x34\x51\x30\x46\x35\x3f\x17\x44\x61\x26\x2e\xf3\xd4\x8d\xd3\xbb\x0a\xee\x65\xec\x1b\xf4\x54\x7b\xf5\xa7\xb1\x71\x69\x15\x37\x2a\xb9\x0d\x3f\x84\xb3\x61\x08\x77\x8b\x9c\xbe\xb7\x60\x8c\xe5\xbd\x25\x5b\x29\x93\xb1\xa1\xf3\x0b\xcc\x75\x21\x8c\x3d\x18\x65\xd5\xf3\x5a\x58\x67\x55\xb3\xd3\xf9\x62\x45\x21\x88\x7d\x94\xab\x50\xf7\x44\xe5\x40\x51\xe8\xb6\x82\xf9\x2a\x5e\xd9\x20\x66\x82\xbd\xe8\xb5\xcd\x9f\x98\x6f\xc8\x66\xb5\x03\x0d\x99\xaa\x50\xe0\x4a\xc8\xde\xe9\x56\x4c\x33\xa7\xd9\xcc\x92\x1f\xef\xe9\x51\xa2\xad\x44\x91\x0d\x39\xc1\x45\xbe\xdf\xab\x46\x3e\xd8\x35\x77\x0a\xf5\x16\xb4\x84\xba\x15\x99\xc8\x52\xe1\xf0\x7d\xd0\x33\xd2\x89\x73\x1b\x21\x61\x54\xe7\x66\x9f\xfa\x2f\x20\x2b\xa4\x2d\x7b\xdc\x4f\xe0\x2a\xa4\xff\x3e\xae\xc2\x7b\xd0\x63\x78\xfa\xa9\x96\xc4\x9b\x35\xe7\x26\x38\x80\xa3\xed\xd8\xae\x8a\x6c\xee\x36\x4a\x1b\xd4\x50\x0f\x0a\x0d\x9b\xa3\x78\x60\x17\x9d\xc3\x8a\x73\x8d\x7c\xbe\x78\x42\x53\x2b\xee\x46\xa2\x76\xc6\xbf\x2b\x2b\xba\x05\x00\xa8\xa5\x9c\x60\x85\x7b\x52\xda\xa3\x59\x16\x26\x08\x27\xbd\x55\xc9\xea\x30\xc3\x19\x42\x1b\x7d\x69\xf6\xe1\xa6\x4b\xb3\x97\xf4\x74\x28\xff\x46\x2f\xe9\xa9\xb9\x34\xfb\x58\x99\x10\x51\x17\x45\x68\x50\x6e\x56\xb4\x20\xbb\x31\x3f\xa8\x5d\x4d\xe7\x34\x23\xd7\x52\xcb\x6c\x85\x3f\xcb\xf4\xe5\x58\xda\x4b\xa5\xdd\x94\xed\x06\xfe\xa9\x5a\xaf\xc3\x4f\x15\x67\x3a\xff\x54\x24\x43\xb1\xbc\xa1\xdb\x18\xa4\x1b\x1b\xe5\xe0\xe6\x96\xe8\x63\xd3\xd5\x29\xdb\x0a\xeb\xb6\x1d\x0f\x5d\x87\xa6\x34\x4d\x56\x3d\xb3\x5a\x2c\x1b\xa8\x01\x91\x42\x86\x36\x1b\xe5\xb2\xee\xce\xb1\xb2\x96\x6d\x67\x7c\xb6\x42\xfd\x31\x5d\xa5\xa5\xf0\x59\x6b\x19\xa4\x76\xdf\xee\xcc\x42\x34\x1b\x0f\xe9\x18\xa8\xe7\x2d\x5b\x85\x9f\x57\x65\xb5\x3c\x41\x11\x1d\x03\x35\xf0\x5f\x08\xcb\x66\x2b\x0c\x1f\x75\xdf\xc9\x5f\x36\x5b\x12\xca\x11\xc0\xd7\xfa\xd5\x5b\xb8\x82\x35\xb6\x06\xb0\x3b\x6e\xd0\x06\xd9\x13\x05\xcb\x63\x4c\x5e\xd2\x55\xd9\x4b\x59\x35\xc5\xe9\xd8\xc7\xff\x3f\x92\xb1\xad\xd8\x02\x67\x8d\x97\x22\x38\xc0\xdf\xa4\x8f\xd9\x98\x3c\xc0\xf9\x98\x0c\xee\xe1\x62\x4c\x76\x77\xf0\xaa\x22\x7d\x5c\x8e\xc9\x00\x57\x63\xb2\x83\xcf\x2b\xb2\x8b\xbf\x56\x64\x0f\x8f\xc7\xe4\x2e\xfe\x40\xfe\xc6\xef\x84\xc9\xc0\x47\xf1\xe7\x3d\xe9\xe3\xb7\x64\x55\xe1\xc9\x58\x24\x4c\xc7\xc4\x0a\xe9\x3c\x73\x7e\xd5\x32\xcf\x05\xaf\x64\x3e\xe6\xbb\xeb\x3b\xfe\x78\x3a\x26\x77\xfb\x7d\xfc\x49\xbc\xe5\x64\x3a\xe0\x64\x2a\x96\x9e\xfc\xe6\x0c\xb2\x2f\xe4\xaf\xe5\x98\xec\xf7\xf1\x4a\xfe\x3a\x1f\x93\x3e\xfe\xaa\x0a\x1f\x93\xbe\x59\x54\x7f\x14\x3a\x84\x4f\xf8\x21\x08\xf3\xf1\xba\x18\x23\xd4\x25\xe4\xef\xa1\x6e\xd8\xe0\x4e\xc8\x37\xdf\xdf\x06\xfd\x75\x1f\x45\x60\x2f\x38\x1e\x5e\x8c\xa3\x0b\xab\xf1\x4e\x1e\xe7\xa2\xaf\x50\x6b\x25\x91\x60\x7a\x06\x5e\x26\xd8\xd1\x76\xa3\x66\x14\x62\x2b\xba\xa3\xc9\x69\x2c\x4c\xf7\xf7\xc1\x0f\xd5\x7c\x60\x42\x64\xef\xf0\x0f\xc2\x0f\x41\x3e\x86\x1e\xa8\x2f\xde\xbb\x52\x03\x29\x79\x93\xd2\xde\x4a\xdc\x72\xbf\x5c\xae\xfb\xeb\xf5\xdd\x27\xbb\x78\xe7\x6e\x1f\x39\x90\x36\x99\x94\x54\xf7\xf7\x23\x6a\xcd\x93\x2d\x85\xee\x3f\x88\x64\x81\x83\xbb\x7d\x3c\xe8\xbb\xae\x4f\xfb\xf2\x0a\x62\xff\x9e\xca\xa5\xeb\xb1\x73\xdd\x8d\x28\xd9\xb9\x51\x87\xb9\xbb\x73\x8f\x6f\x03\xb5\xb6\xd1\xe4\x9b\xda\xfb\x20\xb8\x73\x87\xb6\x06\xf1\x7c\x56\xe8\x48\xad\x77\xfb\x0f\xcf\xc7\x52\x28\x74\x08\x41\x6f\x31\xc2\xcc\x83\x5c\x8e\x05\x47\x71\x8c\x14\xe5\xae\xc1\x27\xc3\x0c\x80\x08\x40\xfc\x21\x60\x62\x9c\x83\xc0\x22\x1d\xc2\x49\xe7\x6a\x1c\x52\x14\x85\xff\x84\x14\xe1\x0f\x04\xb2\x14\x45\x88\x50\xc4\x53\xe2\xf0\x43\xb0\x07\xf9\xd6\xeb\xfd\x07\x42\x15\xb6\xbf\x2f\xd4\x60\x8a\x93\xac\xc6\xc3\x95\xe0\x24\x2f\xe9\x69\xf8\x19\x42\x33\x9d\x80\xb5\xd1\x6a\xcc\x59\x2a\x2f\x38\x34\x21\x20\xd6\xeb\xf4\x51\x82\x82\x60\x35\xe6\x92\x9b\xe0\x30\xee\x2d\x81\xec\xdc\xff\x32\xc6\x98\xda\x09\x24\xcc\x98\x7b\xee\x13\xf6\x1d\x06\x7b\x8a\x39\x8c\x5b\x00\xf2\x2b\x71\x45\x58\x60\x5e\xa7\x24\xb3\x1a\x94\xb5\x22\xe2\x24\x60\x35\xd5\x66\xdc\x95\x20\xa7\x0f\xdb\x3e\x6e\xc7\xe5\x4b\x6c\x40\x48\x25\x73\x89\xe6\x4b\x6d\x07\x23\x8d\x4b\xcc\x8d\xd1\x09\x6c\x8c\x64\x1b\xbe\x93\xbe\x65\x87\x60\x05\xfc\x96\x10\xf2\xb5\x0a\x82\xcb\x2a\x64\xf8\x3d\x02\xb3\x63\x06\x7b\x84\x32\xec\x71\xc2\xaa\x8e\x6d\x01\x08\xee\x59\x78\x43\x59\x06\xa0\x41\xd2\x9c\x49\x47\x12\x4e\xc0\x4e\x02\x2e\x68\x5e\x8b\x0b\x18\x95\xad\x7b\x20\x28\xc2\xe4\x54\x33\xce\xcb\x7c\x5d\xd5\x85\x2c\x52\x5d\x82\xfd\x59\xcf\x2f\x6a\x59\xc8\x0b\xf6\x95\x4d\x63\x4a\xd2\x47\x74\x98\x46\x7a\x09\xee\x3c\x02\xdc\x21\x50\x0f\xf4\x23\x67\x41\xfe\x23\x63\x12\xf5\x4d\x78\x2d\xd3\x6c\x44\xf5\x7e\xeb\x8d\xba\xb5\x39\x98\x3c\xaf\x17\xd5\x7c\x51\xad\xae\xc8\xfe\xbe\x95\x0a\x92\x1b\x2b\xc2\xab\xb1\x2d\x98\x21\xeb\x02\x3e\x21\x30\x78\x60\x23\x69\x7f\x15\xeb\xe8\x3e\xd6\x9d\xab\x57\xb0\x28\x6d\x5b\x33\xfb\xad\xad\xeb\x3b\x97\xff\x7f\xb4\xf0\x90\x8c\xec\xef\x47\x03\xfe\xb8\x5e\xef\xa8\x94\xbb\xfc\xf4\x37\xe8\xff\x2b\xb4\x36\x97\x04\xdd\xf1\x52\x32\x84\x33\xd2\x7f\x44\xb2\xe1\xfe\x7e\xb4\x73\x57\x3c\x3d\x88\xee\xaa\xc7\xfb\xd1\xfe\x5d\xf7\xb8\x28\xa5\xaa\x66\x4b\x21\x96\xed\xb6\xae\xc1\xd5\x1b\x7b\xa4\x2d\xcb\xe3\x94\x33\xe0\x3c\x08\xfe\xcc\xc3\x14\x6d\xb6\x7e\x37\xaa\x93\xb8\x65\x50\xb2\x38\x21\xde\x20\xb4\xcc\x59\x94\x15\x61\x86\x0f\xdd\x54\x7c\x2d\x77\xac\xa8\x39\x38\x7c\xef\xdd\xa0\xd8\x9b\xb4\x64\xe3\xf0\xc0\x43\xc9\x03\x41\x02\x80\x78\x62\xda\x68\x15\x82\x13\x3f\x16\xef\xf1\x3f\xda\x5c\x4e\x2c\x09\xa0\x1a\xb5\xb4\x60\x23\x6f\xd2\x8f\x27\x3c\xf8\xe1\xa8\x76\xee\x23\x14\x1f\x8d\x43\xe1\x25\xfb\x2e\x08\x52\xbe\x7f\xad\xd7\x4f\xc6\x02\x3c\xcf\xcc\xd3\x47\x75\xc0\xf8\x10\x7f\x58\x93\x7c\x2c\x11\x0b\x7e\xe7\xdf\x66\xf3\xce\x6a\x71\x75\xfd\x07\x7f\x16\xfc\x45\xdf\x59\x3f\xe5\x05\x95\x48\xde\x54\x0f\x50\x5c\x73\x72\xfb\x40\xb2\x38\x1d\x6b\xd3\x2e\x68\x29\x67\x37\xa5\xda\x10\x13\x32\x19\x63\xd9\x08\x7c\x29\x0c\xc2\x44\xff\x13\x8b\xdd\x7d\x54\x16\x1c\x0c\x98\x49\x5d\x2d\x4b\x96\x7d\x98\x2f\x26\x7c\x20\x44\xd9\x96\x55\x83\xc9\xe2\x1b\xd7\xe2\x8c\xbc\x55\xf2\xa1\x92\x2d\x56\x95\x10\x11\xca\xb1\xbf\xe5\xef\xf1\x6d\x19\xde\x55\xe3\x08\xe6\x66\xe7\x61\x3a\xdc\x89\xdc\x9b\xf2\xf3\x2a\x92\xed\x06\xc4\x58\xce\x59\xde\x42\x54\xc3\x4c\xf2\xaf\x51\x9d\x12\x79\xa5\xd2\xce\xc7\xc8\xb3\x31\xf8\x2f\xf3\xc3\xbd\x4d\x99\xd3\x31\x68\x6f\xdf\x55\xb7\x4f\xc7\x40\x60\x78\xd0\x7f\xc8\x10\xb0\xb1\xf9\xd8\xe0\x63\x79\xfc\x52\x32\x93\x7c\xbd\xce\x1f\x71\x6a\xf1\x33\x90\x34\x56\xb3\x2e\xe6\x70\x93\xbb\x14\x96\x07\x81\x8c\xe5\x03\xbd\x94\xa9\x59\x10\x64\x82\xfc\x1a\x05\x66\x0a\x37\x4f\x89\x74\x22\xcc\x25\x79\x9a\x85\xcf\xbd\x25\xc4\x54\xa5\xcf\xc7\x9e\x87\xde\xd7\xef\x8d\xe3\x8f\x8f\xe2\x5c\x0c\x9c\xdf\x4e\xdc\x17\x0e\x4a\x8c\x0f\xcb\x0f\x8c\x0b\x73\x87\x85\x05\x01\xfb\xa9\x61\x19\xd5\x6a\x60\xcc\xb4\x76\x09\x99\x8d\x87\x0d\xf6\x3a\x1b\x0b\x16\x12\x79\x04\x30\xcc\x48\xbf\x85\x1b\x4f\xc7\xe8\x0e\x17\x64\x95\xb1\xb4\xff\x3e\x45\x77\x18\xce\x08\xbb\x93\xe1\xfe\xa3\x0c\x2c\x57\xfb\x9c\x5d\x87\x83\x9d\xfe\xa3\x6c\x38\xd8\xe9\x47\x7b\x0f\xf8\xd3\xde\x83\x7e\x34\xe8\xc3\x23\xff\x13\x0d\xf6\x45\x86\xfd\x9d\x7e\xb4\xfb\x64\xf7\x51\x36\xdc\x7d\xb2\x1b\xed\xed\x42\x2a\xff\x13\x0d\xf6\xef\xf5\xff\x95\x8c\xc3\xec\x37\xfe\x84\xd0\x9d\x0c\xa7\x0f\x33\x89\x58\x23\x69\xf8\x21\xe8\x86\xbe\x4b\x0b\xd9\x56\x5a\x18\x8f\x23\x67\x31\x74\xc5\x62\x90\x1c\xaa\x1e\xa3\xeb\x9c\x4c\xc7\x12\x31\xbe\x1e\xc7\x19\x29\x7a\xc9\xf9\xf2\xea\x65\x55\x1f\x9d\x8b\x05\xcf\x4f\x15\x31\xec\x44\x30\x84\x4c\xe6\x38\x62\x53\x7a\xc5\xdf\xe1\x1c\xc6\xee\x4e\xe8\x0d\x5d\x8e\xee\x84\x45\xe3\x68\x82\xf8\xe8\xe5\x0f\x09\x1b\xf6\x23\x76\x3b\xbb\x93\x5b\x3d\x55\x54\xeb\xf7\x78\x54\xdf\xd4\x67\xa7\xd3\xdb\xce\x1c\xfb\xfc\xcc\xf1\x8f\xa4\x41\x6f\x6f\xb1\x84\x2c\x6f\x9f\xda\xd8\x16\xfe\xf6\xfe\x73\x75\xa3\xe8\x96\x80\xb3\x56\x32\x4c\x2c\x22\xfc\x77\x76\x96\xc4\xda\x59\x92\x96\x9d\x25\x75\x76\x96\xcc\xd9\x59\xfe\xf4\x77\x16\x26\x77\x16\xd6\xdc\x59\x52\x7b\x67\xc9\x1a\x3b\x4b\xaa\x77\x96\x44\xee\x2c\x6a\x67\x4d\x9d\x36\x79\x26\xf7\x60\xab\xf2\xfd\x4d\x26\xde\xba\xc9\x24\xb1\xd8\x60\x62\x31\xc1\xbc\x46\x67\x3e\xf4\x6c\xbc\x18\x87\xf6\x0d\xe5\x6a\xac\x6c\xc7\x56\xe3\x58\x2a\x0e\x78\x2d\xbe\x02\x90\xd3\xda\xf5\xe3\x71\x98\x62\x28\x3d\xe5\x62\x07\x3f\xdb\x39\x92\xc6\xcb\xb1\x6d\xdf\x0e\xe3\x3d\x00\x3b\x33\x75\x56\x05\x4b\x26\x19\x87\xf7\x03\x49\xed\x43\xa2\x65\x6d\xfb\xca\x2f\x26\x20\x77\x76\x78\x61\x6c\xfc\xe3\xa5\x59\xcd\x7a\xa2\x0f\x81\xce\xf8\x6a\x33\xae\xd6\x01\xed\xeb\x83\x81\xb3\xbe\xe2\x3b\x03\x2d\x29\xbb\x0b\xef\xce\x00\x3f\xcb\xc2\x14\xb9\xb4\x27\x6c\x7a\x3e\x7a\x96\x56\x69\xac\xad\x7d\x95\xb1\x40\xe6\xf8\x84\x64\xf2\xd6\x4f\x9c\xc9\x1e\x9b\x10\x43\x4b\x7d\x2e\xb4\x0c\x49\x32\xe9\x39\xe2\x98\x55\xf9\xfe\x1f\xb6\x95\x5d\x51\x7a\x40\x2c\x7b\x22\xbb\x6d\xe1\x27\x5d\x81\xed\xa4\xfd\x66\x52\x3f\x9a\x17\x61\x86\x6c\x03\xa7\x77\x84\xc6\x1f\x01\xe9\x54\x3b\xcf\x08\x45\xe9\x7b\x92\xc4\x6f\xc9\xaa\x8a\xa5\x52\x2c\x9e\x8d\x89\xa3\x17\x8b\xa5\x26\x2c\xbe\xa8\x48\x3f\x06\x4d\x98\xa3\x53\x92\xf3\x98\xcd\xc1\xf5\x00\x16\xe4\xd8\x04\xdb\x58\x42\xb4\xdc\x99\x40\x73\x14\x93\xf7\xaa\x05\xbe\xdb\x1d\x7e\x11\x3e\xdf\x1a\xd4\x30\x53\x36\x7b\xd2\x63\x52\x1b\x5e\x4f\x4b\xd2\x8f\x5f\x93\x63\xf2\x4a\xb6\x1e\x42\xe7\x5a\xe2\xa2\x76\x47\x56\xd3\xad\x38\xe5\x5b\x52\x8e\xf1\x64\x4c\x12\xa9\x1e\x8c\x69\xa4\x4e\x25\x38\xd7\xb9\x71\x41\x3e\xe2\x92\xf0\xb3\xeb\xfb\xb8\x70\xd0\xda\xfb\x7b\x0f\xe2\xc2\x31\x38\x2c\x1a\xb6\x86\x86\xea\x00\xa0\xaf\x19\x88\xaa\xdc\xa6\x0c\x2e\x41\x5b\x2f\x86\x64\x42\x4a\xad\x7e\x2b\xb4\x9f\xb2\x84\xa5\x28\x2c\x4e\x34\x1d\x86\x85\x73\xdb\x30\x75\x1c\xf0\x0a\xcf\xd6\x72\xda\x88\xe9\xe4\xa9\x4d\xa6\x5e\x02\x8a\xbc\xf2\x05\xf6\x74\xa3\x60\x98\xa4\x8d\x88\xcf\xd7\x70\x88\xc6\xa7\x24\x57\x26\xb1\x97\xbc\x5f\x97\x04\x2e\xb2\x4e\xc5\x62\xe3\xc9\xdf\xc8\x69\xbb\x5b\x71\x97\x90\x6f\xe8\x52\x5d\xfc\x7f\xb3\xae\xb1\x86\xdd\x7e\xd4\x1d\x98\x43\x6e\x4a\xad\x32\xc4\xb5\xd9\xa5\x89\x44\x9e\x52\xed\xd6\x3e\xec\x0e\x22\xf0\xf2\x4e\xe9\x0d\x8e\xdd\xbc\xf8\x99\xc8\xba\xd9\xf0\x36\x8b\x86\x1e\x91\xd3\xb6\x8b\x1f\x42\xc8\x91\xc8\xb0\x52\x2a\xf8\x78\x05\x9a\xf7\x09\x8a\x9d\x2f\xc8\x4a\x5c\xa9\x1d\xa9\xb7\x6a\x9e\x4f\xcd\x3c\x9f\x7a\xce\xc9\x85\x63\x21\xb9\xb3\xff\x00\x08\x7e\x00\xa1\x5a\xf9\x10\x9a\x46\x58\xb4\x81\x0a\x11\x85\xf5\xbe\x19\xa2\x2b\x72\x51\x84\xb6\xca\x1b\x96\xd6\x15\xe4\xdb\x89\x2f\x8b\xb0\xc0\x57\x68\xd3\x20\x0a\x8b\x35\x48\xec\x8d\x0e\xdd\x94\xca\x8b\xa3\x90\xf1\x75\x0e\x08\xeb\x9d\x56\x75\xf1\x98\xa6\xa5\xbe\xde\x3a\x18\x86\x4e\x3a\x0c\xce\x87\x0a\x97\x6a\x94\xf0\x01\x28\x0d\x27\xb8\x44\x28\x0a\x4b\x72\x00\x0a\xc6\x09\xc2\x7a\xe6\xca\x20\x08\x5b\xb3\x8b\xd0\x40\x25\x5c\x7c\x15\x08\x5d\x97\x30\xa2\x85\x50\xfc\x9d\x91\x63\x5b\x30\x62\x78\x82\x0b\x14\x4f\xc4\x8d\xd8\x19\x3e\x43\x1b\x67\x90\xf7\xfa\xfb\xf7\xe2\xd3\x86\x12\x51\x5b\x77\x9d\x92\x53\xc5\x58\x85\x28\x22\x09\xf2\x14\xc5\x25\x11\xf2\x43\x78\x9a\x70\xe1\xf1\xea\x54\x44\x73\x3b\xe8\xc0\xa5\x46\x47\x5f\x9e\x8c\x6e\xa1\xdb\xa3\x5b\x9d\xa5\x3a\xd7\x74\xa0\xa0\x8e\x76\x82\xc4\x9d\xe4\x7c\xd5\xa9\xe7\x1d\x45\xa7\x9d\xf7\xcf\x3a\x17\x74\xd9\x59\x9e\xb2\xb4\xca\x2b\x96\xf5\x46\xa3\x7a\x34\xaa\x0f\xb2\xac\x43\x3b\x0f\xdf\xca\xf0\xf9\x3a\x3f\xe9\xf5\x7a\x8f\x4c\x7d\x9d\xb2\x2a\x4a\xb6\xe8\x54\x75\x67\x55\xb2\xce\x6a\xc1\x58\x67\x35\xef\x9c\x2e\xe6\x5f\xab\x8c\x75\x68\x67\x3a\xa7\x9c\xc1\x76\xaa\x3a\xab\x52\xba\x9a\x2f\x3a\xf3\x45\xe7\x74\x4a\x53\x56\xce\xa7\x19\x5b\xf0\xdc\xf2\x16\xbb\x37\xba\x75\xfb\x2c\xe1\xa3\xbc\x79\xdb\x25\x64\x54\x8f\xc7\x00\x6f\x50\x8d\x79\xff\x0f\xaa\xb0\xe4\xa3\x2b\x97\xb9\xdc\x4a\x4f\xad\xad\x74\x37\xe2\x1c\xed\x87\x46\x1c\xfc\xfa\xc8\xc7\x2a\x3c\xc5\x13\x2e\x42\x5e\x15\xe1\x29\x3e\x44\xae\x35\xde\x00\xca\xe3\x59\x2f\x38\x17\xb9\x3a\x65\xf8\x3c\x21\xa7\xae\x35\x91\x5c\x55\x0e\xfc\x40\x10\x6c\xb9\xf7\xbb\xd8\x7a\x57\xa8\xcd\x43\xcf\x93\x6d\xac\xfb\x3c\x69\xbd\xc8\xd3\x17\x73\xeb\x75\x97\x8e\x81\x4e\xcf\x13\x84\xfc\x05\x7e\xd3\x48\x7c\x4d\xc8\x2f\xee\x50\x7c\x4d\x4c\xc4\xef\x1b\xc8\x72\xf3\x91\xbc\x1e\x87\x1f\x95\x63\xc1\x47\xd0\x1c\x7d\x4c\xcd\xdd\xbc\x10\xb4\x95\x5c\x6d\x6f\xf0\x5c\x26\x97\xd2\xa8\x11\xb2\x6d\x79\x7b\x59\xda\xd8\x13\x80\x1c\xb0\x2c\x23\x6a\xb9\x72\xca\x0b\x10\xfa\x90\x9f\xdc\x76\x1e\xd2\x20\x08\xa7\x63\x42\x91\x65\x50\x4f\x1f\xce\xf4\xbb\xd9\x98\x50\x5c\x8f\x89\x6d\x61\x7f\x58\x80\xa5\xfc\xa3\x8b\x2a\x08\xc2\x8b\x8a\x50\xeb\x1d\x3f\x29\x5c\xdb\xea\xf9\x8f\x31\xfa\x48\xfe\x82\xfe\x9a\xcb\xb5\x46\xa6\x20\xe8\xbe\xe7\x02\x5a\x33\xef\x5f\xd6\xe1\xe8\xcd\xd8\x0e\xae\x8b\x29\x7e\x8f\x1a\xde\x02\xae\x47\x81\xe5\xea\x13\x26\x7c\xd8\x29\x42\x71\x36\x76\x9c\x1a\xb5\xf7\xb0\xe3\x0d\x00\xd5\x7e\x24\x54\xed\x8e\x09\xf9\x68\x1f\x33\x8c\xc4\xaa\xc8\xf9\xa3\x6d\xfe\xdd\xdf\x7b\x80\xf8\xb4\x2e\xab\x30\xc1\x1f\x79\x3b\xe5\xae\xf0\x7e\xbd\xe6\xf2\xf1\xc7\xb6\xbb\x04\x1b\x9c\xbe\x8f\x33\x95\xc9\xbe\xe8\x10\x42\x51\xd6\x80\x21\x20\xad\x37\x1b\x31\x7b\x24\x8c\x18\x18\x8a\x73\xf9\x08\x40\xe5\xc6\xb2\xb0\xb5\x21\x24\xdd\xd8\x56\x13\xfa\x26\xa0\x36\x40\x1f\xc4\x03\xfa\x80\x1e\x5b\x0b\xcb\x96\xc5\xe0\x2c\x60\xcb\x66\x1f\xed\x5f\xda\x46\xf3\xa3\x0b\xce\xa1\xad\x5a\x9c\x54\xfb\xa7\x8d\x14\xe0\x15\xe9\x78\x9a\xd8\x05\x23\x3c\x78\x68\xcf\x94\xae\x67\x54\xdb\xdf\x0c\xb7\xd6\x13\x79\x5d\xf1\xaa\x42\x12\x29\x31\x21\xdf\xaa\xf0\xa3\x13\x46\xc1\x82\x02\xb2\x70\x42\xfa\x7b\xf7\x71\xe2\x86\x4a\xb2\xcb\x6f\xb8\xcc\x60\xea\x0b\xbe\x68\xc3\x69\xd3\x0a\x89\xd5\x9c\xb8\x8f\x84\xba\x5c\xe8\x23\x8a\x2d\x28\x9c\xf1\x18\xc5\xad\x67\xe1\x67\x8e\x66\xc2\x0b\x44\x41\xdb\x21\x3f\xf4\x72\x7a\x44\x87\x89\xcd\x7a\x9e\xdb\x85\xf1\xa3\x49\x5a\x84\xfb\xfb\xf8\xed\xd8\x33\x98\x71\xdb\x62\x5b\xbe\xea\xe3\x4d\x07\x14\x1b\x4e\x8f\x16\x63\xf4\xa3\x5a\x11\x75\x6e\xb5\x0f\xbb\xe0\x57\xdc\x7e\xd2\xb5\x04\x49\x37\xaa\xc6\x4f\x1e\x97\x65\x88\x07\x7d\xe8\xf3\x0d\x12\xef\xdf\x47\x8d\x9b\x0a\x59\xe6\xb6\xeb\xa5\xb6\x9b\x94\x7d\x9e\xda\xae\x8a\xed\xcb\x4b\x83\x67\xe3\x30\x45\x71\xf3\xfe\x8f\xb0\x38\x7b\xd8\xa6\xe4\x1d\xca\xbc\x4e\x62\x5b\xc6\x6d\x77\x82\xa4\x1f\x41\xc9\xcd\x52\x0c\xc5\xbb\x05\x8d\xea\x0c\x30\x37\x1e\x36\xf4\xc5\x9a\x0b\x58\x3a\xdd\xbe\x95\xd3\x52\x9e\x19\x86\x61\xd2\x78\x5e\xa9\x12\x0b\x3f\x92\x77\xda\x1c\x05\xc5\x83\x87\x96\x0b\xcf\x50\x1d\x85\x6d\xae\x10\xa6\x5b\xd8\x42\x8a\x19\x49\x1d\x16\x14\x31\x92\x46\x5e\xa2\xb5\x38\x75\x1c\x0d\x50\x02\x15\xe3\xc6\xa6\x74\x94\x91\x3c\x93\xaa\xd4\xcb\x4c\xd8\x7c\x5c\x65\x20\x4d\x0b\x64\x36\x30\xf2\xad\xe6\x35\x20\x74\x8c\x6e\x41\x70\x00\xe1\xba\x70\xbd\xe4\x49\x51\xd1\x73\xf3\x60\x56\x67\x76\xe2\x93\x3a\xdb\x88\xeb\x74\x1a\x5d\x97\x24\x2c\x49\xe1\x01\xa5\x05\x41\xa9\xcd\x72\x2b\x76\xb1\x5e\x5f\x54\x75\x36\xbf\x50\x70\x8d\xe0\x67\xaf\x4a\xe3\x79\xed\xdf\xa2\xc5\x13\x81\x09\x35\xe9\x2d\x68\x5d\xb0\xc7\xf3\xf3\x7a\x85\xae\x4b\x32\xe9\xd1\x3a\x2d\xe7\x0b\x90\x07\x25\xa2\xa3\x4c\x3a\xce\xf3\x25\x5b\xe1\x51\x3d\x23\x13\xe1\x71\x0b\x99\x26\xea\x97\x78\x0f\x6a\x2e\xe3\xad\x80\x67\xfa\x51\x4a\x55\x17\x09\xaf\xa7\xb6\x5d\xcc\x78\x3d\xa7\xa4\x8f\x2f\xc9\x9d\x01\xfe\xc6\xff\x49\x29\xe9\xe3\x23\xd2\xc7\x2b\x52\xe0\x2b\x99\x5b\xbb\xb4\xa8\xcd\xf8\x80\xff\x00\xb4\x61\x81\x28\x36\x0d\x82\xdd\x2e\x21\x2b\x5d\xe5\x7a\x1d\x5e\x92\xd3\xdb\x53\x14\xf3\x5c\x33\x91\x6b\xd2\x92\xeb\x1b\x39\xbd\x3d\x41\x31\x3f\x60\x9b\xf4\x20\x08\x4f\x6f\xcb\xdf\x60\x69\x2a\x6d\xd2\x6d\xbb\x82\xf0\x80\xac\x1c\x74\x5b\xa1\x61\xba\x22\xab\x78\x45\x0e\x36\x96\x13\xce\x8a\x9f\x34\xa5\x55\x66\x12\x5f\x89\x43\xda\xed\xdb\x29\xa7\xf8\x69\x10\xf0\x86\x22\x48\x9e\xf1\xe4\x23\x02\x0d\xe5\x0d\xb3\xb7\x2a\xa8\x8e\x53\xf7\x5b\xb1\xa9\xa8\xfa\x56\xe4\x8a\xd7\x69\x79\x86\x6c\x78\xf5\x25\xb9\xc3\x45\x9b\xcb\xf5\x1a\xfe\x7e\x93\xd8\x49\x82\x0a\x2f\x81\xec\xbe\x49\xdf\x0c\x31\x25\x9b\x92\x8f\xa5\xcc\xd0\x87\x0c\x7d\x9d\x41\x86\xd0\x7a\x92\x91\x6b\x9a\xae\xaa\xaf\x0a\x28\xf7\x88\xad\xf8\x31\x55\xc6\x29\x05\x5a\x60\x19\x7f\x17\x15\x58\xd3\xf4\x1b\x4e\x66\x51\xb9\x89\x73\x70\xa3\xfc\xc4\x39\x9a\x50\x61\xbf\x1b\x6b\x57\xde\x8b\xc4\x36\x6c\xfd\xe4\xef\x11\xbb\x7d\x84\xe2\x27\x55\xf8\x09\x5f\x24\x28\xfe\x44\x3e\x59\x0b\xdd\xdd\x45\x3f\x21\xbb\x06\x3e\x0b\x05\xa1\xa0\xa1\x52\x19\xa4\xc8\x76\x46\x3e\x59\xd8\x32\x67\xe0\x67\xf9\x26\x09\x3f\x59\x66\xd0\x22\x32\x47\x95\x87\x67\xc1\x60\xe7\x81\xf8\xec\x90\x7c\x6a\x8d\x94\x75\x28\x5e\x5f\x90\x43\x00\xfb\x90\xa9\x17\xdb\x4f\x50\xc3\x0b\x01\xf2\x11\x5d\x38\x4c\x06\x6d\x94\xef\xc1\x59\x30\xe8\xef\x3e\xd0\xc1\x04\x5e\x57\x21\xef\x9b\xa3\xdb\x70\xcc\xbb\xee\x6d\xc9\xf2\xb6\x0a\xad\x26\xe3\x4f\x9e\x2e\x74\x67\x2f\x72\xbf\x18\xf4\x77\xee\x7a\x59\x1e\xb8\x59\x46\xb5\xc8\x74\x63\xc9\x7b\xd1\x8d\xaf\x1f\x44\x53\xf2\x09\xbf\xac\xc2\x02\x4f\x71\x89\xf0\xab\x2a\x9c\xa2\x8d\x37\xb3\xff\x03\xc4\x71\x41\x9e\x64\xf1\xa1\x60\xdf\x67\xe4\xa2\x67\x11\x6d\x5c\x92\x8b\x9e\x4b\xb6\x7c\x82\x0f\xbb\x84\x9c\x05\x01\xff\xdf\xe5\xc5\x41\x70\x91\x85\x5e\x5a\x2f\x93\x0f\x72\x85\xe0\x33\xa4\xe3\x8b\x95\x41\x70\x95\x85\x67\x5c\x24\x3f\x24\x65\x0f\x96\x1a\xbe\x20\x65\x8f\xd5\x99\x51\xe0\x70\x92\xb9\x20\x87\x06\xde\xda\xd9\x4f\xce\x86\xe1\x99\xb7\x87\x90\x43\x7c\xe6\xec\x20\xc2\x98\x74\x56\xd5\xe1\x05\x3e\x13\x56\xa9\x8a\x7f\xa1\x28\xbc\x20\xe1\x21\xf1\x5a\xbd\x5e\x67\x66\x7f\x39\x6c\xdb\x5f\xf0\x85\xb7\xb3\x8c\xea\xf0\x82\x5c\x78\xdb\x0b\x9e\x92\x33\x1b\xcf\x5d\x56\x8b\x0b\xd3\x24\xd5\xef\x29\xc2\xa5\xd1\x37\xc2\x18\x0c\x8b\xc8\xca\xc6\x07\x65\x8a\x70\xf7\xa2\xc7\x2e\x57\xac\xce\x82\xa0\x78\x54\xf2\x93\x31\x29\x71\x49\x0a\x5c\x90\x29\xaf\xef\x6b\x16\x9e\xe1\x02\xe1\x99\x78\x2a\x11\x9e\x06\xc1\x2c\x08\x42\x7e\xa4\xbb\xb0\xf6\xb8\xf5\xfa\xc2\xda\xe1\xf8\x9e\x01\xec\xdd\x24\x8b\x5d\x0c\x5e\xcc\xe1\x91\xbf\xd2\xbb\x1d\x78\x13\xaa\x0f\xac\x5d\x0f\xd2\x45\x7e\x31\xb1\x87\x12\x0a\x05\xe8\x27\x44\xf8\xb0\xb7\x64\x2b\x98\xa8\x50\xd4\x88\x55\xf9\x08\x5f\x48\x17\xbd\x83\xe9\x14\xb2\x2f\x43\x84\x8b\x47\xe5\x30\xbc\xe8\xd1\x2c\x13\x25\x1c\xf2\x6c\x62\x08\x42\xd1\x02\xac\x2b\x44\x51\x08\xc5\x3f\x69\x79\x87\x9d\x32\xe0\xbf\xf8\x90\x7c\x3e\x01\xbf\x82\x0b\x72\x16\xf3\xe9\x33\xbb\x46\x8c\xf8\x3e\x71\x61\x6d\x81\x87\x22\x66\x8d\xb6\x50\xbf\xc0\x53\x96\xaf\xa2\x8b\xde\x32\x5d\xcc\xa7\xd3\x17\x2c\xe7\x22\xc1\x6a\x7e\xaa\x93\xde\xcd\x4f\x37\x68\x0b\xa0\xc2\x99\x18\x34\xbe\x88\x14\x66\x07\x6f\xc8\x19\xe9\xc7\x67\x0f\x0f\x95\xcf\xd7\xd9\xed\xdb\xe8\x82\x1c\x7e\x3e\x3b\xe1\x9d\x16\x15\x5b\xf5\x91\x8b\x1e\x6f\x43\xe3\xdd\xbb\xf9\x29\xb9\xe8\xad\xe6\xa7\x1b\xbe\xc7\x74\x8f\x32\xbe\x55\x1d\x69\x04\x05\xc5\x5f\x53\x7f\x6b\x38\x33\xb1\x6a\xd5\xb6\x70\x9e\x38\xfb\xc2\x79\x12\xec\xde\x0b\x82\xe7\x55\x78\x86\x3d\x66\x56\xe5\xe1\x79\x22\x36\x86\x43\x8d\xd1\x23\x94\x50\x9f\x3c\xc0\xa7\xaf\xf2\x62\xf0\x63\x4a\x3e\x35\x5d\x6e\x3f\x39\x2e\xb7\x87\xe4\x63\xea\xdd\x75\xf3\xa4\x4d\xfb\xb0\x7e\x4d\x86\x5f\x93\xf0\x10\x45\x5f\x0d\x2a\xd4\xe1\xe6\x7f\x81\x8f\x7e\x52\x42\xc1\xdf\x39\x5c\x31\xe7\x42\x56\xb0\x07\x9b\x6f\x9c\x63\xa4\x8d\xbd\x29\x5e\x8e\x49\x62\x8c\x45\x3f\x11\x66\x0d\x7e\xe2\x54\x87\x3f\x35\x90\x3a\x3f\x91\x2d\x06\x92\x7d\xa9\x4b\x92\xd6\xe5\x0d\xc3\x3d\x2e\x66\x7d\x1d\x0f\xcf\xc7\xb7\x6f\x47\xa1\xb2\x2a\xa6\x28\xe2\x8f\x5b\x88\xf5\xfd\x38\x08\xde\x8f\xed\xa0\x82\x38\x13\xf7\xd3\xbc\x53\x9f\x2a\x39\x72\xc2\xba\x9d\x92\x7f\x2a\x63\xe2\x2e\x0f\xbc\xcc\x35\xeb\x86\x91\x2a\x8a\x70\xcb\x99\xfe\x9d\xaf\x7c\x53\xd4\x48\x1d\x62\x14\x50\xae\xc1\xce\xdd\x7b\x28\x08\xfe\x68\xec\xae\x42\x01\x14\xdc\x1d\xec\xa0\xf5\xfa\x6c\xbc\x5e\x87\x7c\xec\xfb\x38\x2b\xc2\xfd\xfb\x36\xee\x0a\x9c\xd4\xed\x86\xa0\xc6\x74\xdb\x67\xfc\x23\x79\xfb\xbe\xcf\xeb\x5f\xea\xbb\xf7\xfd\xfb\x0f\x97\xe3\xe1\xfe\xfd\x68\x39\x8e\xc1\x86\x5f\xbb\x35\x14\x21\xc5\x7f\x8f\xed\xdb\xf1\xbf\xad\x0b\x7c\x02\x8a\x01\x91\xb7\x3b\x88\x45\x61\x8b\x71\x2c\xfd\x01\x7e\x40\x63\xb0\x3b\x40\x0a\x71\x50\x1d\xd5\x84\x77\x9d\xb1\x3e\xb0\x4f\x78\xb5\x76\xb8\x87\x2b\x58\xa9\x6a\xd0\x70\x82\x36\x46\x04\x1f\x3b\xf4\x53\x48\x54\x4f\xab\xf0\x2e\x4e\x11\x7e\x26\xfe\xaa\xa5\xe6\x84\x15\xa2\xdb\x56\x1a\xc5\x22\xe8\x87\x35\xf2\x31\xf5\x29\x3f\xa6\x24\xdd\x7c\x20\x89\x4d\x3f\xdd\xbe\x3d\x41\x1f\xc6\xc6\x6f\xe1\xa0\x0a\x53\x9c\xa0\x38\x21\xd2\x07\xc9\xac\x06\x14\x5f\x0a\x4d\xb3\x32\xa0\xb7\x5f\x19\x6d\x17\x98\x61\x18\x3b\x84\x4a\x5b\xe7\x1b\xf3\x6f\xa8\x10\x4a\xd2\xab\x59\x29\x70\x9a\x36\x03\xf2\x4b\x39\x9c\x1f\xc0\x1c\x03\x27\xda\x72\x4c\xf9\xea\x99\x2c\xea\x96\xdb\xb9\x9e\xd8\x06\xd3\x73\xa3\xe3\xd2\x7a\xbd\x2d\x84\xe3\x0f\x5e\x40\x64\x08\xa1\x6b\xca\x07\x15\x00\xb6\x28\xf9\xa5\x82\xe6\x7b\x83\x0a\x06\x26\x29\x1f\xd4\xb4\x6d\x50\x53\x3e\xa8\xc6\x86\xd0\x32\x3b\xb0\x67\xf1\x78\xec\x63\x59\xb8\xf7\x83\xd2\x82\xae\x97\xb1\x29\x5b\xb1\x30\x41\xf1\x3b\xe1\x77\xfd\x1e\x22\xae\x09\xd3\x74\x85\x97\x1d\x04\x0d\xfb\x48\xb0\xe1\x7a\x57\x3d\x3c\x1d\x0f\xc1\xb8\xe4\x3d\x8a\xe6\x9c\x3f\x44\x07\xc2\x94\x0f\xd4\xf1\x4d\x43\x40\x71\xff\x90\x3c\x84\xb0\x82\x0d\x3b\x40\x30\x13\x42\x16\xbd\xfc\xed\xc0\x45\xb6\xb8\x77\x81\x3d\xbf\xe9\x43\x42\xfa\x9a\x83\x4b\xdb\xde\x84\x3c\x15\x51\xd8\x6b\x11\xdf\xd1\xb8\x7b\x78\x44\xca\xeb\x78\x33\x8e\x47\xf5\x9b\xb1\x17\x20\xcf\xf8\xc4\xb3\x56\xbd\xa1\x71\x18\x61\x7e\x24\x37\x30\x1f\x73\xee\x2f\x44\x08\x89\x3f\xb5\x8e\x70\x01\xe0\x07\x0a\x3a\x22\x7b\x98\xa2\xeb\x05\x00\x65\xb4\xb8\xff\xef\x46\x25\xf8\x4f\x7e\xf4\x2c\x55\xee\x46\x39\x04\x3d\x03\xb8\x45\xb8\xc9\xde\x0b\x02\x69\xa5\xc3\x7a\x02\xc4\x77\x2b\x4e\x7d\x3b\x1e\xae\x88\x96\xec\x22\xb2\x59\x08\xe5\x7f\xe4\x0d\x90\xaa\xac\x0c\x1d\x78\x7d\xcf\x35\xda\xb3\x99\x69\x20\x0c\x48\x97\x3f\x15\xdd\xac\xf7\x45\x06\x8f\x8b\x9f\x85\xe3\x02\xf3\xdf\x62\xc0\x40\x83\x82\x62\x2f\xc1\x8d\xda\x32\xd8\x8d\xec\xe8\xc6\x8e\x71\x83\x08\xa7\x26\xfc\x67\xdb\x94\xdb\x80\x19\xa4\x0c\x4c\x1f\x19\x85\xf0\x58\xb9\x3e\xfa\x80\xce\x9c\xea\x74\xf4\xe7\xd8\xc5\xf8\x4d\x86\x3a\x9a\xa1\xf0\xc9\x6c\x7e\xeb\x18\x17\x65\xed\xb3\xf1\x48\xc8\x3f\xad\x11\xde\x81\x6a\x54\x23\x75\x48\xfa\xd8\x03\x45\xde\xb0\x06\x76\x7c\x6d\xdc\x52\x98\x1f\x3e\x9f\x99\xd0\x86\x5e\x7f\xc5\xc5\xbf\x83\x36\xaf\xac\xec\xf4\x20\x6c\x80\x80\xa5\xbe\x47\x10\x73\x83\xea\xfa\xed\x41\x0e\x33\x85\x24\xe1\xdc\x97\xb8\xc0\x63\x38\x69\x26\xd8\x37\x26\x08\xf0\x28\x9c\x65\xc8\xc8\xe3\x3c\x4c\xf0\x73\xd3\x8b\xb3\x42\x40\xaf\x31\x32\x2f\xc5\xcd\xc4\xa8\x4e\x70\x86\x29\x66\x8d\xe1\x1b\x88\x2d\xa3\x69\x4f\xe4\xb8\xad\xb7\x6f\x0e\x6a\x68\x95\xad\x1a\x21\x84\xf5\x7e\xf9\x45\xbc\x45\xd7\x89\xb0\x13\x89\xdb\xa2\x8d\x6f\x41\xce\x78\xc1\xf7\x11\xa9\x5b\xee\xf6\x63\x58\x89\x62\xa8\x73\x31\xd2\xcd\x92\x78\x03\xc5\xc2\xb4\x4c\xe6\x64\xca\x50\xfe\x15\x88\x9d\xe7\x45\x28\xbd\xb7\x0a\x92\xb5\xed\x84\x62\x3c\xdb\xfb\x5a\x04\xc1\xef\x7c\x58\x33\x5c\xf0\x2d\x4c\xa1\xb4\x2f\xc8\xf3\xc2\x89\x6f\xc5\xf8\xea\x75\x50\x2a\x7f\xaf\x12\xb6\x20\x49\xfc\x4a\x7c\x2e\x6c\xc1\x49\x51\x89\x99\xe1\x49\xdd\x3e\xce\x2d\xcc\x5a\x3e\x6a\x7d\xfc\x46\xbd\x07\x58\xd7\x44\x43\xf7\xeb\x6b\x31\xb1\xae\xee\x45\x34\xba\xe6\x0b\xc0\x02\xe1\xdc\x46\x60\xd2\xc6\xea\xe7\x49\x6c\x9e\x84\x4c\x5c\x02\xc3\xd8\x7e\xe1\xdd\x3d\x5f\x4a\x59\x0d\xfa\xbb\x3c\x9f\xae\x62\x46\xcc\xb3\x20\x75\xc2\xe2\x9c\x88\x1e\x7d\x1c\xf3\x32\x28\xa9\x8a\x90\xf1\x11\x94\x4b\x24\xd7\x72\x63\x42\xb2\xca\xf4\xd9\x98\xcc\x1b\xdb\x8c\x84\xe4\x37\xe7\xe0\x59\xfe\x29\x6f\xcc\xb2\x17\x25\x84\x5a\xa5\xf0\xe6\x08\x43\x0f\x8a\x00\x74\x47\x6b\xdc\x3d\x49\xb4\x7f\x0f\x4b\x3d\x27\x8a\x37\xee\x24\x68\x4c\x6a\xb5\xc2\xb1\xbf\x57\x62\x6f\x86\xc0\xd9\x95\x45\x55\x11\x66\x98\x21\x9c\x09\xd6\x96\x89\xf5\xe9\xe0\xda\xfc\xdb\x65\xe6\x4e\x99\x12\x7e\x45\x6d\xb2\x59\x3b\x58\x25\x97\x92\xb4\x99\xa3\x1f\x59\x7f\xe7\xc1\x0e\x12\x5f\x7a\xec\xc7\x67\xbe\x66\x5d\x0e\x59\xcf\xf6\xda\x8f\xbf\x4a\xa9\xfa\x9b\x58\x0a\x30\x09\x69\x4b\xec\x0f\xf5\x55\x2c\xc1\x8c\x18\xe2\x52\x01\xb6\xf7\x22\x25\x54\x30\x1b\xcf\x44\x21\x98\xa0\xd7\x25\x79\x9e\x85\x5b\x37\x6c\xfb\x36\x02\x1f\x97\x80\x14\xf6\x57\xc9\x39\x0e\x20\xa0\x09\xab\xde\x4f\xbc\x91\xd0\x44\xc0\x62\x52\xa0\xf7\x69\x9c\xc6\xc8\x3a\x09\x11\xfb\x54\x74\x67\x77\x3d\xe8\xef\xec\x39\x41\x76\x61\x55\xbf\x91\x93\x91\x22\x2c\x04\x1c\xb5\x9e\x3d\x52\xd2\x90\xeb\x20\xf4\xe8\x08\x1a\x41\xf0\x1e\x7e\x6f\x27\x86\x7c\x3b\x86\x91\x32\xad\x24\xd2\xde\x78\xc1\x6a\xfc\x47\x06\x54\x32\x94\xe1\x7c\x6b\x0d\x28\x00\x2f\xf2\x46\xf4\xa6\xc1\x3d\x84\x99\xb4\x77\xdf\x2a\x86\x0d\xc3\x1f\x16\xc0\x12\x15\x8e\x43\x0c\x4c\xe1\xf0\x38\x84\x13\x17\x9f\xb6\xe3\x8f\x43\xdd\x02\x45\x6f\x84\x18\x17\x41\xfe\x3b\xb2\x1b\xf6\x29\xda\x84\x2d\x51\x53\xfe\xd1\xa1\x84\xc8\x9a\x4b\xc5\x94\x15\xfb\xf9\x0f\xd7\xec\x3f\x65\x83\x0f\xe8\x10\x3a\xa2\x56\xaf\x38\xbf\x09\x0f\xec\xdc\x7c\xd3\x77\xf3\x9b\xf9\x6f\xb4\x7d\xe7\xa6\x7a\x6e\xf8\xae\xcf\xf7\x9f\xac\x21\xd8\x36\x0e\x0b\x45\x03\x97\x28\x27\x4c\xca\xc5\xe2\xe2\xb7\x55\x36\x2e\x7d\xd9\xd8\x4b\x20\xb6\xf2\x10\x0c\x56\x4b\x52\x48\x7c\x89\x9c\xfc\xc2\xc2\x12\xe7\x68\xd8\x8f\xb6\xa1\x72\xf4\xbe\xa4\x74\x9a\x9e\x4f\xe9\x8a\x89\x50\x7f\xd9\x61\xb5\x5a\x0e\xb7\xa4\x43\x69\x96\x27\x0b\x5a\xf7\xc1\xff\x2b\x07\x49\xb5\xd0\xc3\x04\x82\x90\xfa\x11\x04\x5d\x73\x22\xba\xb6\x79\x98\x36\xb7\xd3\xba\x81\x52\x63\x23\x99\x9b\x90\xb0\x54\x50\x34\xe6\x5c\x57\xc6\xda\x9e\xdb\x41\xb3\xb5\x06\x63\x54\x4f\xd0\x75\x41\x4a\x39\x5b\x4a\xf3\x30\x25\x13\x27\xd0\x8b\x2a\x71\x2a\xf4\x0f\x53\x1d\xd7\x1a\x0e\x09\x20\x95\x4f\x7b\xf3\x64\xc9\x16\x5f\xc5\x18\x04\x39\x42\xd7\x03\xb8\x89\x10\x50\x70\x53\x0b\x2d\x05\x4f\x85\xcd\x2f\xbe\x2c\x44\x68\xf7\xb8\xf4\xbd\xea\x53\xe8\x91\x1f\x4f\x0c\xc5\x53\x52\x36\xdd\xf2\xa7\x41\xe0\x5b\x8e\x43\x01\x7e\x22\x2f\xe0\xb4\xd0\x23\xc5\x07\x77\xd2\xf6\x9d\x9f\x48\xb4\xae\x61\x4a\xa6\xc2\x0f\x40\x4c\x46\x41\x06\x7d\xd5\xc7\x61\x29\x64\x19\x0d\xb9\x0f\x2c\x53\x0e\xac\xfa\xeb\x90\xa1\x06\x0f\x2a\x8d\xda\xa7\x20\xa5\xea\x95\xc4\x26\x2a\xc0\xdd\xea\xda\x0e\xf6\xbe\xe1\xd4\xdb\x34\x86\x2a\xd1\xb5\x26\x02\x55\x76\xcc\x0b\x14\x1f\x15\x3a\x71\x53\x92\x51\x5d\x6c\xc4\x1a\x66\xf6\xb2\xdd\xba\xe3\xe8\x08\x1c\xea\x74\x8a\x73\x9f\x69\x65\x24\x37\x45\xc9\xc3\x05\x66\x64\xc9\x25\xb9\xdc\x98\xba\xdb\x54\x02\x61\x82\x42\x86\x5c\xd9\x72\x80\xb7\xf2\xce\xbd\x96\x66\x80\xa8\xe8\xb6\x05\xc9\x64\x99\x05\x61\xaa\xc2\x99\xe7\x42\x7a\x53\x5a\x47\xa5\x61\xad\x24\x3b\x93\xc8\xf3\x6e\xbf\xcc\x07\xf7\xff\x53\xd6\xfd\x9f\x9c\xe9\xb0\x3c\x29\x61\x7e\xfc\x19\x86\x94\x74\xfb\x18\x8e\x3e\x28\xa2\xa4\x3b\xd0\x43\xfe\x42\x88\x4d\x0c\x61\x79\x96\x80\xa3\x81\x3a\x49\x88\x33\x5e\xb7\x2f\xa4\x5e\x2f\xbc\x8a\x3e\x3c\xb7\x04\xb4\xd1\xe1\x6c\x80\x11\xbf\x97\x40\x22\x2f\x2a\x19\x0e\x5b\xe9\xab\x3e\x8d\x25\xda\xc1\xe8\xd6\x79\x9d\xb1\xbc\xaa\x59\x66\xf3\xd2\x2f\x5f\xde\x3c\x39\x78\xfc\xee\xcb\xd1\x93\xbf\xdf\x1d\x1f\xbf\x78\xfb\xe5\x8f\x17\xc7\x87\x07\x2f\xbe\x3c\x3d\x3e\xfe\xf3\xcb\x17\x57\x8d\x9d\x90\x9b\x73\x0b\x6d\x4f\xb5\x3c\xaa\x96\x9c\xb4\xb2\xf5\xba\x9b\xf4\x96\xe7\xa7\xa7\xf3\xc5\x6a\x09\x07\x2a\x55\x5e\x3f\x36\x9a\xea\xa4\x57\xd5\xfc\x18\x1b\x52\x14\xbf\xb7\x15\x5d\x2a\x98\xc9\xbc\x7e\x3c\x9f\xcd\xaa\x15\x94\xf0\x66\x3e\x5f\x81\x8a\x52\x46\x51\xbd\xb7\x27\xcc\x42\x95\x62\xdc\x55\x45\x18\xd7\xc1\xcd\x26\x7e\x51\x7d\xaf\x70\x15\xf9\x24\xc5\xd4\xf9\xd4\x28\xbd\x37\x6d\xfa\xe9\x7f\xa4\x66\x13\x67\xe8\x1a\xd0\x93\x38\x5d\x50\x01\xa4\x34\x61\x57\x24\x15\x8f\x2a\x8c\x91\x00\x58\x02\x19\x05\x1e\x25\x8b\x10\x79\xf4\x91\x54\x14\xc4\x49\x16\x9e\x6c\x1a\x86\x19\x86\xd4\xaa\xce\xd8\x25\xe9\xc7\xb2\x9c\xdc\x7a\xe5\x80\x9c\x27\x22\xcd\x81\x50\x87\x14\xf7\x64\x0e\x49\x8e\x77\x8a\x9d\xc7\x82\x46\x17\xe9\xbc\x99\x99\x78\x36\x82\xb5\x6c\x8c\x65\x42\x0a\xbf\x6d\x03\x53\x48\xf0\x6f\x01\xcc\xa8\x78\x62\xa7\x28\xdf\xd7\xd5\x40\xaa\xbb\x40\x8d\x92\xf6\x6d\x69\x26\x44\xc9\xa2\xec\xc2\x9e\x27\x7b\xfa\x12\x81\xc2\x4e\x68\xef\x74\x31\x5f\xcd\x41\xd9\x23\xa7\x39\xec\xd2\xf5\xba\x4b\x7b\xd5\x52\x60\x52\x29\xad\xba\xa5\x10\xfe\x68\x16\x58\x9b\xac\x42\xb5\x96\x93\xd7\x32\x1c\x44\x7d\x07\xfb\x9f\xda\xd1\x67\x78\x13\x94\x22\x26\x96\x68\x79\x85\x36\xa9\x1d\x0c\x54\xda\xd8\xa4\xed\xa9\x7d\x61\xc7\xb1\x5a\x2d\x5c\x25\xb5\xbb\x43\x83\x3a\x3d\x4c\xc9\x5b\x19\xf4\x0a\x02\xb2\x4e\xd8\x15\xa6\x30\xa5\x00\xc1\x6e\x51\x1b\xb5\x7f\x61\x71\x23\x21\x11\xd5\x70\x6a\xc7\x08\xb7\x6e\x13\xad\xc8\x12\x84\x62\x9b\xb5\xa6\x28\x0a\x53\x8f\x38\x6d\xcc\x77\xd2\xc7\x69\xe3\x6e\x34\x6d\x46\x31\x4c\x7d\x23\x65\x14\xb7\x83\xe5\xb4\x1b\x0c\x37\x10\x82\x1a\xa6\xc6\xa9\x1b\x21\x30\x4e\x6f\x8e\x10\x18\xa7\x37\x47\x08\x8c\xd3\xed\x11\x02\xe1\xde\xd7\x11\x08\xd3\xd6\x08\x81\x49\x7b\x84\x40\xff\xf8\x86\x47\xb5\x13\x23\x30\xd9\x1a\x23\x30\xb1\x63\x04\xc6\x26\xd0\x9a\x81\x63\x4c\x25\x8b\xa1\xe2\x6f\x9c\x02\x97\x11\x01\x9f\xda\xe0\xf8\xde\x17\x6a\x89\xf1\xcd\x5d\xc1\xdb\xee\xc4\x99\xb8\x90\xdc\xb6\x46\x60\x71\x40\x84\xfb\x81\x41\xc7\x6c\x8b\x7e\x4d\x51\x41\xee\x2a\x0b\x52\x0f\xc4\x96\x26\x6a\xdf\xfc\x50\x28\xe4\x24\x2e\xfb\x70\x29\x23\x91\x7b\x6b\x9e\x44\x05\x79\x10\xb3\x35\xb9\x6f\x2b\xba\x13\x9d\xec\xc4\x41\x48\x75\x89\x94\xaf\x96\xc1\x0e\x4e\xb9\xd4\xb2\x7e\x80\xb0\xb3\x2a\x48\xca\x97\xd0\x4a\x3f\x35\xc2\x63\x4a\x3d\x56\xe9\x95\xb7\x2b\xca\x43\xea\xe3\x32\xf1\xca\x2d\x6f\x2a\xad\xf2\x4a\xdb\x37\xa5\xd9\x65\x54\x5b\xca\x50\xd6\x17\x5b\x34\xc9\x36\x67\xd2\x21\xf2\x8c\x9a\x18\x5a\x90\xf1\x61\x1b\xd5\x03\x0f\x1d\x9d\xf1\xe4\x7d\x37\xad\xe0\x69\x03\x0f\x6c\x7d\x0c\x89\x7b\x6e\xe2\x04\x12\xef\xc5\x99\x63\x4a\x2b\xde\x4d\xf9\xbb\x9d\x9d\x2d\xda\xbe\xc1\x6e\x5f\xaa\x01\xe8\x90\x46\xaa\x1f\x5a\xfd\x97\xf0\x51\x2a\xe4\x20\xc5\xae\x58\x48\x95\xea\x33\x6b\x5e\x0c\xe4\xc6\x5b\xc7\x5c\x49\x17\x66\x87\x81\xd1\xbf\x8f\x29\xce\xe0\xee\xb9\x71\x58\x31\xa8\x70\xc6\x20\x42\x23\xf1\xc1\xc7\xf7\xe4\x65\xe0\xf7\xbe\xb7\x16\xda\xdf\x16\x96\xdf\xdb\x32\xdc\xd3\xa2\xac\xa6\xfb\xa1\x79\x8c\x3e\x9f\x48\x16\x9f\xa0\x66\xff\x52\x47\x15\x7e\xed\x28\x5a\x22\xea\x2a\x5e\xb0\xe4\xdc\x8f\x55\xc9\xd0\xec\x6a\x76\x2a\xc6\x12\x0a\x8d\x68\xcf\x4d\xd8\xb4\xba\x3b\xd1\x89\xea\x81\x96\x99\xa4\x98\xe2\x18\xa5\x4b\x38\x4a\xab\x0d\x4a\xb4\x32\x6e\xa4\xb6\xc0\xa3\x5a\x66\x7d\xbd\xd5\x3d\xc2\x79\x6b\x1c\x2a\x44\x7b\x3c\x20\x01\x47\xaa\x92\xbc\x94\xe8\xc6\xf1\x1f\xe6\x5b\x05\xc9\x2c\x05\xbf\xa6\x7b\x85\x93\x6c\xbb\x51\x18\xd9\xc9\xf2\x1e\xd0\x89\xd6\xcd\xb4\x96\xa1\x9a\x7e\x0f\x3a\xbb\xeb\xdd\x60\xc4\xb0\x6d\xe9\xb6\x5b\x86\x23\xe0\x1e\x8c\x5d\x79\xa2\x59\x4a\x4c\x5b\x81\x7a\xe4\xbc\xf7\xe5\xbd\xf8\x23\xe1\xea\x47\xac\x85\x74\x59\x7d\xaf\x68\xbc\x05\x03\x48\xc2\x05\xb6\xf4\x48\xdc\x3b\x67\x8f\x92\xf5\x1a\x9c\xbd\x51\x9b\xd7\x48\x12\x27\x3f\xec\xe7\x91\xfc\xb8\x9f\x87\x03\xb2\xa2\x22\xd4\x3d\x6a\x9a\x75\x99\xb6\xdb\xa3\x9e\xd8\x9e\x42\x8d\x31\xee\xab\xe8\xb9\x8f\x48\xfa\xdf\x70\x8f\x49\x1e\xb5\x7d\xa0\x3b\xe6\x8d\xd7\xed\x01\xc2\xbc\x27\xad\xa5\xdd\x00\xc6\x94\xd8\xe6\x13\x8f\x3d\x4a\x6a\x03\x0d\x34\x28\x92\xcd\x01\x76\x38\x48\x32\x31\x4c\x58\xd9\x3a\x28\x74\x8b\x5c\xd8\x5a\x14\xe4\xa8\xe8\x2d\xa5\x6f\x74\x9c\x93\xa7\x45\x98\x63\x86\x0b\x14\x53\xbe\xf1\xa5\x22\x64\x4e\xcb\xd5\x5f\x9c\x44\x70\x8f\x9d\x86\x29\x12\x78\x98\x03\x15\xe2\xa7\xe1\x44\xd5\x97\xe6\x5a\x25\x49\x2d\x8f\xe7\xd2\x35\x93\x10\x16\xd1\x96\x32\x9b\x5d\xae\x62\xe5\x34\x61\x82\x53\xbe\x08\x85\xde\x0a\xa1\x6b\xf7\x13\x2f\x8a\xde\x4b\x29\x5c\xbe\x64\x8b\x82\x89\xd0\x2d\x8f\xdd\x42\x37\x1b\x5e\x40\x9b\x3f\x70\x89\x62\xbf\x0b\x10\x96\xa9\x69\xa6\x34\x91\x71\x01\xc5\x2d\xef\x04\x22\x0c\xfd\x9e\x87\x29\x9e\xe0\xd2\xd2\x84\xa6\xa4\x14\x0a\xb8\x94\x1c\xe4\x06\x4e\x5e\xf6\x72\xa8\x9f\x48\x1a\x25\x3e\x0b\x4d\xe3\x84\x5c\xf0\x59\x29\xf8\xd6\xd4\xc0\x8d\xa6\x9b\x38\x33\x76\xd4\xa3\x3a\x13\x32\x70\x66\xa3\x83\x24\x06\x22\x39\x03\x7b\x25\xc6\xf7\xb9\x67\xa0\xe8\xd2\xf6\x0f\xb9\x21\xc2\x74\xa2\x0e\x7c\xca\x9d\xb9\xca\xc3\xae\xc2\x32\xb7\x4d\x1a\xb5\xe0\xd3\x8c\x16\xa8\x36\xe5\x46\xc8\x40\x2f\xae\x6d\x23\x83\x65\x36\x98\x4d\xa4\x67\x74\xe3\xb4\x60\x14\x53\x7a\x5f\x37\x58\x17\x41\x00\x76\x68\x8b\x2b\x0b\x35\x55\xff\x76\xdc\xa6\x99\xac\x40\x56\x14\x83\x0d\xa1\xc1\x84\x08\x02\xf9\xc2\x5e\x55\xf9\xc4\x20\x6a\x8b\xca\xd3\x20\xe8\xc2\xaa\x54\x1b\x9b\x84\x6b\xe2\x67\x6a\xbd\x8b\x63\xc6\xe5\x10\x81\x22\x21\xfe\x11\x28\x92\xf7\x05\xa8\xe4\x70\x37\xea\xa3\x38\xb3\xf0\xff\xac\xe0\x3c\x24\x8b\xcf\x0b\xb8\x68\xfe\x7c\x9c\x9d\x90\xcc\xb8\x99\x0b\x65\x76\x12\x04\xcf\xd3\x90\xe2\x7d\xb0\xd0\xd3\xf1\x62\x68\x44\x3d\xef\x31\xb1\x7f\x7e\xa9\xe4\x22\x79\x33\x9f\xaf\x48\xb6\xc9\x27\xe6\x64\x2f\x8d\x1f\x1c\x4d\x10\xf0\x91\xe6\x97\xa6\x2b\x68\x13\x3b\x65\x9c\x0b\x3d\x11\x69\xc4\xfa\x6b\x29\x04\x10\x1a\x9d\xd8\x32\xc9\x44\x39\x9e\xc2\x1f\xab\x90\x04\xba\x2f\x4c\x56\x37\xb1\x35\x27\xc5\xc4\x04\x98\x13\x4a\x89\x41\xd7\x1e\x8a\x20\xd8\xf7\x7e\x0f\xfc\x0c\xe1\x03\x27\x61\xbd\x1e\xdd\xea\x00\x47\xb9\x03\x7d\xb9\x73\x3a\xaf\xea\xd5\x1d\xa5\x16\xee\x00\xac\x38\x35\x1e\x62\x36\x13\x2f\x25\x55\x25\xeb\x75\x98\x10\x3a\xf4\xa7\xc5\x77\x12\x51\xfe\xcb\xc0\xa5\x84\xc4\x98\x90\x6e\xd8\x4d\x44\x37\x12\xab\x51\xdd\xa4\x57\xd2\xe5\xc1\x6a\xb5\xa8\x92\xf3\x15\x0b\x47\xb7\x32\xba\xa2\x77\xa0\xa1\x8b\xf9\x7c\xc5\x25\x79\x61\xf0\x93\x18\x48\xa1\x58\xed\x24\x50\x41\x8c\xa8\x13\x19\xc8\x32\x81\x62\x17\x82\xba\xfb\x38\x19\x5e\x4b\x5a\x8e\xba\xfd\x4d\x24\x18\x8c\xb3\x0c\xaa\x89\x39\xc9\x2a\xe3\x96\xd6\x28\x62\xbc\x35\xfa\xa4\x9b\xbb\xb3\xbf\xfd\xcc\x2b\xcb\x2c\xf9\x42\x68\xd2\x51\x3a\x09\x0b\x14\x97\xc0\xd7\x42\x8a\x36\x9b\x64\x12\x26\xb8\xc0\x80\x7e\x06\x97\xe8\x5b\x1a\x43\xca\x89\x88\xce\xf2\xf3\x4d\x99\xdc\xd4\x94\x89\x69\xca\xab\xb1\x1d\x8c\xda\x6e\x98\x46\x37\x83\x6f\x0c\xbd\x8c\x27\xae\xd5\xe2\xee\x43\xba\x28\x80\x40\x96\xd2\x31\xc2\x32\x02\xd2\xaf\x3e\xef\x9e\x0c\xed\x1f\xc2\x18\x41\xd4\x70\xad\x0e\xa2\xd1\x2f\x14\x4f\xd8\x95\x8c\x72\x2a\x37\x07\x7e\xe0\xbb\x9d\x61\x7d\xfa\xa1\xd8\x3d\xd3\x24\xfe\x81\x25\xdd\x6c\x46\xf5\x45\xea\x30\x05\x27\xbe\x86\xf2\x21\x2f\x8b\x10\xc4\x0a\x0d\x30\x2e\xc1\xbd\x63\xc9\x68\x37\x9b\xf8\xd2\x2d\xc6\x8e\xd1\x11\x42\xee\x5d\x84\x21\xf7\x2e\x42\x9b\xf8\xea\x07\x2a\x05\xb4\x5e\xd7\x68\xb4\xa5\xde\x51\xfd\x8d\x36\xac\x44\x95\x45\x5b\x5b\x98\x1f\x69\xd2\x94\x42\xec\x22\x41\x1d\x26\xbe\x51\xea\xc4\x37\x4a\x84\xf5\x7e\x4a\x68\x9c\x3a\x3e\x35\xa9\x13\x93\x0f\x60\xb9\xce\xce\xd9\xe2\x4a\xf8\x4c\xcd\x17\x07\xd3\x69\x28\x2b\xfd\xcc\xab\x21\xa3\x5b\xb7\x9f\xbf\x3d\x7e\xd5\x13\x9a\x9d\x2a\xbf\x0a\x61\xb2\x12\x74\xfb\xd7\x93\xcf\x70\x00\xd7\xad\x38\xf9\x55\xb8\xd0\x24\xa4\x1f\x27\x0f\x53\xe5\x42\x93\xdc\xbe\xad\x4d\xa8\x3f\x27\x27\x20\xe9\x8b\x9d\x32\xeb\xe5\xf3\xc5\x4c\x20\x41\xcc\x17\x33\x25\x13\xfe\x95\x85\x99\x60\x19\x7e\x3c\x9e\x7d\x2e\xb8\x5d\x25\xfc\xf5\xe3\x04\x2e\x84\x36\x9b\x8d\x13\xd6\xc8\x0d\x7b\x44\xbd\xc8\xa8\x5e\xd8\x23\x3b\x5e\x51\x12\x04\x4f\xf9\x07\xdd\x6e\x6a\x62\x09\x25\xb8\x3b\xe0\x53\xf5\x3b\x25\x2f\xc7\xf1\xa8\xfe\xc3\x9f\x30\x9b\xd7\x80\xe5\xff\x9e\x8d\xad\x97\x16\xe1\xfe\x03\x4c\x2d\xe8\x02\xf5\x89\x0d\xb9\x97\xbb\x90\x7b\xf1\x53\x6a\xaf\xe9\xf0\x43\x10\x0e\xd6\x16\x3e\x7c\x10\x84\x2f\xc6\x21\xc2\x47\xe3\x90\xd3\xe3\x33\xb7\x49\x0e\x6c\xe0\xce\x8f\x03\xfd\x99\xfb\xa7\xc9\xc4\x2e\x67\xe7\xc7\x56\xfe\x8e\xbd\xf2\x77\x4e\x74\xe8\xee\x6e\x31\x09\x13\xe4\x5b\x38\xf5\xfb\x06\xbf\x41\xb2\x1a\x69\xa3\x04\x16\xd4\xd3\x09\xb9\x7e\xf2\x95\x17\x15\x7d\x7e\x95\xe2\xd7\x19\xfe\x2b\xc3\x97\x14\xaf\x28\xfe\x98\x61\x7b\xf5\x8d\xb9\x8c\xf1\x21\x43\x1b\x7c\x44\xf1\x13\x8a\xab\x0c\xcf\x52\x7c\x34\xc6\xd7\x52\x1e\x89\xba\x83\xcd\x09\x5f\x6a\xa1\xfd\x99\xc2\xaa\xc8\xab\x3a\x83\xb3\xc3\xe1\xd5\xd3\xf9\x72\xf5\x4c\x46\x5d\x54\x4d\xfb\x34\x0e\xeb\xf0\x7a\x83\x29\xbe\x9e\x7f\x65\x8b\x45\x95\xb1\xa7\xf3\xf9\xe4\xad\x36\x75\xc4\x2a\x59\x18\x00\x41\xd2\x92\xad\x14\xb2\x93\xd0\x44\x2c\x64\x7a\x5a\xb2\xec\x7c\x2a\xc3\x67\x8b\xb4\xd4\x0f\xa7\xf1\x86\xe5\xd1\xf6\x58\x1b\xbc\xb9\x76\x3b\x0f\xaf\xa0\xf1\x91\xdd\x35\x4a\xca\x34\xa4\xa8\x01\xf0\x03\x6c\xd6\x52\xf8\x6f\xf0\x96\xce\x3b\xa5\x29\x2d\xd0\x30\x09\x29\x12\xd6\xc7\x8d\x56\x2c\x7f\x9f\xf3\x76\x2f\xd8\xb2\x74\x7b\xda\x9e\x38\x9f\xaf\xf4\x40\xc9\x1c\xce\x38\x15\x4c\xf5\x5c\x74\x4e\xc8\x56\x68\x83\xc2\xeb\x6d\x2d\x5e\xa5\x38\x39\xe7\x45\x70\x89\x24\xea\xe3\xaf\x6c\xb1\xe4\x9b\xc4\xe8\xd6\xe0\x5e\x6f\xb0\xd7\xeb\x8f\x6e\xe1\x51\x2d\xc4\x48\xb6\x78\x4d\xd3\x09\x2d\xd8\x2b\x3a\x63\xd1\xe8\x96\x10\xa8\xb2\xf9\x6c\x74\x6b\x83\x62\x76\x09\x37\x9f\xbd\x2f\x5f\xde\x3e\x79\xfc\xe6\xc9\xbb\x2f\xcf\x5e\xbd\x7b\xf2\xe6\xd5\xc1\x8b\xb7\x5f\x8e\x8e\xbf\xbc\x3a\x7e\xf7\xe5\xfd\xdb\x27\x5f\x8e\xdf\x7c\xf9\x74\xfc\xfe\xcb\x87\x67\x2f\x5e\x7c\x39\x7c\xf2\xe5\xf7\x67\x6f\x9e\x1c\x91\xe9\x44\x7f\x2d\xdc\x2d\x5f\xcf\x17\x2b\x3a\x25\x13\x93\xce\xdb\x7f\x74\xfc\x12\xe4\x67\x6f\x0f\x91\x4a\x50\xe7\x28\x23\x0f\x77\x46\x4e\x53\x6f\x69\xac\x08\xb8\xed\x18\xac\x2f\xab\x84\xd9\xc3\x76\x1d\xbe\x14\xac\xfd\xc3\xf1\x83\x07\xc8\x3f\x6d\xee\xdc\x7b\x80\x8f\x41\xdf\xdc\x9b\xb0\xab\x25\x38\x58\xc4\x1b\x20\x35\xf0\xdd\xd9\x4a\x65\x46\x11\x1a\x8f\x6a\x3d\x0c\xd3\xf3\x65\xf9\xf6\xaa\x4e\x3d\xc6\xf5\x5d\x37\xab\xc1\x03\x03\xcc\xd2\x84\x45\x15\x40\x31\x0e\xb3\x45\x2e\xc3\x93\x9c\x4e\xb5\x43\xe9\xfc\xfc\x2d\xf8\x87\xd8\x56\xa5\x8f\x04\x09\xee\xf6\x39\xe7\xd2\xe5\x36\xce\x2b\xff\x6e\xb1\x03\x28\xd6\x0c\x9c\x3c\xc4\xe8\x3b\xcd\x83\x55\x1b\x29\x75\xe1\xe8\xe1\x55\xb2\x67\xd5\x41\xdb\xc4\xd0\x61\xe8\x4a\x89\xaa\x21\xb2\x35\xdd\x81\x7d\xea\x69\x2d\x41\xba\x86\xd9\x07\x22\x04\x21\xfa\xba\x03\x33\x36\xda\x88\x25\x01\x9e\x96\x09\x6e\xb8\xe4\xbb\x6b\x23\x8b\xb3\x8c\x5c\x52\x91\x3d\x11\x5b\x15\xfe\x0f\xf6\x28\x6f\x7c\x65\xcd\x62\x06\xdf\x9e\x27\xab\x05\x63\xcf\xea\xd5\xdc\x74\xd2\xdf\xfe\xf5\x90\xa7\xed\xf3\x6a\xd6\xf6\x7a\xad\x97\x65\xeb\xc2\xf5\x5d\xf2\x1e\x38\x54\x21\xaa\xeb\x0e\x70\x66\x51\x9a\x64\x74\xc4\x62\x74\xf1\xa8\xbe\x85\x6f\xfd\x7a\xbe\x64\x1d\x2e\xb1\xa5\xab\x5f\xe3\x51\x6d\x1d\x92\xd2\x92\xa5\x93\xa3\xc7\x4f\x42\xd4\xb9\x1e\xd5\x9d\xce\x6f\xff\xea\x14\xd3\x79\x42\xa7\xdf\xb1\x2b\xe9\xfc\xeb\x37\x9e\xbd\xca\x3b\x21\xff\xdb\xe9\xfc\x90\x35\x4a\x87\x10\xd2\xf9\x55\x9b\xb1\xfc\xda\x59\xaf\x7f\xe2\xeb\x9e\x6a\x6c\xa7\xcb\x8b\x51\x7d\xf8\x95\x17\x21\x9b\xdf\xe9\x48\x2b\x2d\xfe\x63\xa3\x5a\x78\xba\x98\xa7\x6c\xb9\xec\xb1\xfa\x6b\xef\xd5\xf1\xd1\x93\x2f\x4f\x5e\xfd\x2d\xca\x38\x5d\xcc\xb3\x73\x51\x8a\x2e\xe1\xb7\xdf\x3a\xef\xca\x6a\xd9\x49\x16\xb4\x4e\xcb\x4e\xb5\xec\x9c\xd7\x7c\x7a\x4a\x38\x56\x27\x2c\xa5\x7c\x34\x57\x3c\x8b\x39\x6b\x2e\x3b\xf3\x7a\x7a\xd5\xe1\x67\x2c\x96\xe9\x72\xaa\xba\x63\x6a\x10\x80\x90\xab\x92\x75\xd2\x79\x9d\x55\xea\xbb\xd5\xe2\x9c\x89\x8f\xab\xba\x93\xb1\xaf\x6c\x3a\x3f\x05\xcf\x71\xab\x35\x6c\x01\xd1\x9e\x79\x67\xf8\xf7\xa6\x65\xcb\x55\x35\x9d\x76\xf8\x7b\xdc\xc9\x18\xcd\x3a\xe9\x3c\x63\x1d\x36\xad\x66\x55\x0d\x27\xa3\xce\x05\x5d\xd6\xbf\xae\x74\x59\xa7\x10\x00\x71\x7a\xd5\xa1\xa7\xa7\x53\xc0\xa0\x54\x6f\x8e\xe6\xf5\xaf\xab\x4e\x0a\x56\x97\x50\xcb\x8c\x2d\x97\xb4\x60\x3d\x09\x7c\x79\xc4\xbe\xbe\x9b\xcf\xa7\xcb\xce\x82\x4d\x2b\xc6\xfb\xdb\xa9\x56\xbd\xce\xc1\x74\x39\xef\xcc\xe8\x84\x75\x96\xe7\x0b\xa6\x4b\x83\xe1\x91\x25\x74\xb2\x39\xe3\x8d\xe8\xcc\xd3\xf4\x7c\xd1\xe1\xa7\xdf\x0b\xde\x64\x01\x65\x69\x0d\x23\xee\xcc\x17\x9d\x6a\xd5\xb9\xe0\x9d\x82\x61\xd6\xe5\xd1\x4e\x4e\xa7\x4b\xd6\x39\x9d\x2f\xab\x55\xf5\x95\xc9\x76\x8b\x35\x52\x33\xb5\x4e\x7e\xfd\x3f\x5f\xfe\xcf\xaf\xc8\xcc\xfe\x6a\x71\x65\x4d\xeb\xdf\x6c\x51\xe5\x57\x9d\x55\x49\xd5\x3c\x64\xac\x43\x93\xf9\x57\xd6\x29\xe9\xb2\x93\x30\x56\xb7\x8c\x22\xcb\x3a\xe1\xd1\xe3\x27\xbf\x66\x48\x56\xfa\x83\x54\x1a\xaa\x07\xd9\x9e\x0e\xd8\x20\x75\x42\xb6\x58\xd8\xb4\xa6\xc7\x75\x59\xce\xcf\xa7\x19\x4c\xc2\x82\x2e\x4b\x31\xec\xb8\x53\xf3\xe1\x5d\xad\xd8\xa2\x73\x51\x52\x8b\x2a\x3e\x30\xf9\x85\x24\x82\x05\xe3\x4c\x80\x8f\x29\x1c\x6d\x2e\x38\x99\x30\x3a\x11\x23\xcc\x3b\x24\x3f\x4d\xe7\xf5\x72\x3e\x65\x3d\x06\x03\xc6\x1b\xa3\x86\x6b\xc3\x39\xc3\xd6\xf5\x42\xda\xd7\x0b\xef\xc1\xe3\x27\x82\x8f\xa8\x06\x95\x10\x8e\xbc\x93\x08\xa2\x85\x7e\x1c\x1d\xbf\xec\x08\xa1\xac\xc3\x2e\x59\x7a\xbe\x62\xcb\xce\x72\x0e\x53\xa1\x4a\x51\xe3\x90\xd2\x5a\x75\x26\xa1\x59\x67\x56\xd5\x55\x5e\xa5\x82\x9a\xb3\xf3\x85\x80\x38\x1d\x0b\x44\x0f\xe8\x93\xe1\x61\xd0\x93\xd9\x9c\x0b\x96\x3d\xc9\x14\x3b\xa4\xb3\x60\x67\xe7\xd5\x82\x85\xbf\xf6\x7e\x4b\xc7\xcb\xdf\xb4\x88\xd7\x33\xbd\xe9\xcd\xaa\xba\x37\x5e\x02\xe9\x6c\x80\x42\x45\xef\x7e\xbc\x2c\x7b\xe5\xaa\x82\x80\xf7\xfe\xf6\xaf\x7f\x8d\xea\xce\xbf\x3a\x8f\xe7\xa7\x57\x8b\xaa\x28\x57\x9d\x30\x45\x9d\x9d\xfe\x60\xf7\xce\xe9\x82\x2d\x59\xbd\xc2\x9d\xdf\x69\xca\x92\xf9\x7c\x82\x3b\xcf\xea\x94\xf7\x49\x7c\x02\x6c\x68\x39\x3f\x5f\xa4\x92\x56\xab\x65\x67\x5a\xa5\xfc\x2c\x91\x75\x38\x17\x5d\x00\x19\xbf\x7c\xf6\x4e\x25\x77\xf2\xf9\x79\x9d\x49\x8c\x58\x28\xe3\xc5\xb3\xc7\x4f\x5e\xbd\x7d\xd2\xc9\xab\x29\x53\xd8\xb1\x8b\xf9\x7c\xd5\xc9\xaa\x05\x9c\xf0\xaf\x3a\xf3\x5c\x10\x89\xac\x89\x6f\x72\xd0\x86\xdf\xdc\x9d\x42\x89\x19\x1f\xaa\xe9\xf4\x25\x58\xd9\x19\x12\x78\x4c\xa7\xd3\x8e\xba\x4b\x5d\xae\x16\xe7\xbc\xe4\x5e\x71\xf4\xf6\xf7\xd7\x9d\xd5\xbc\x23\x4d\x08\x3b\xcb\xf3\xe4\x4e\x3a\xa5\xcb\x25\x5b\xc2\xcc\x71\xd9\x0d\x84\xc3\x0e\x69\xf9\x7a\x8b\xa7\x58\x28\xee\x71\xc1\x38\xb4\x63\x6c\xee\xc4\xe4\x73\xf2\x15\x25\x72\xfe\xce\xb7\xda\x4e\x10\x74\x4c\x8a\xde\x7b\xf4\x12\x14\x25\x00\x02\xca\x8a\x85\x56\x51\x6a\x45\xb4\x8f\xc0\x1b\x96\xb2\xea\xab\x38\xe9\x85\x35\xbb\x5c\x09\x3b\xd9\xff\x74\x44\x7e\xfb\xad\xf3\x7e\x29\xf8\xaf\x6e\x13\xea\x48\xa7\x37\xfe\x21\xab\x39\x9f\x95\x3d\xaa\x80\xad\x2e\x57\x54\xcc\x6d\xca\x16\x5c\x2c\xe9\xb0\xac\x60\xc0\x05\x44\x99\xba\x03\xb2\x98\xf0\x74\xc1\xbe\x0a\xc7\x55\x35\x08\xff\xde\x44\xe8\x6e\xe3\x8e\x29\x32\xb6\xf7\xe1\xce\x0f\xcd\x45\x67\x28\x53\x23\x71\xd2\xd1\xec\xfb\xb7\xdf\x3a\x87\x15\x5c\x36\x75\x46\xb7\x78\xbb\x46\xb7\xf8\x1a\xd0\xd1\x82\x3b\xf9\x7c\xd1\x59\x96\x74\x3a\xfd\x7f\xd8\x7b\x1f\xee\x36\x6e\x5c\x51\xfc\xab\x30\xde\xbe\x48\x4a\xc6\x92\xe3\xf4\xcf\x3e\x39\x6a\x36\x4d\xd3\xae\xef\x36\x49\x6f\x9c\xde\xde\xfb\x2c\x3f\x7b\xa4\xa1\xa4\xa9\x47\x33\xda\xe1\xc8\x8e\xea\xf8\xf7\xd9\x7f\x87\x00\x48\x82\x9c\x19\x59\x49\xda\xee\xde\xfb\xb6\x7b\xce\xc6\x1a\x92\x20\x09\x82\x20\x08\x80\x40\x71\x2d\xcc\x85\xce\xe0\x16\xe6\xee\xaf\x2e\x21\x00\xef\x04\x90\x43\x93\xf6\x69\xdb\x2a\xa3\x3c\xca\x27\x0a\x11\xce\x18\xee\xd8\x09\x03\xb1\xe2\x4a\x79\x05\x35\x0d\x22\x57\xf8\xb8\xd1\xab\x70\xc2\x31\x0d\x33\x3f\x62\xb4\xb8\xa2\xe6\xb6\x53\x5e\x68\x16\xc9\x0e\x83\x17\x06\x16\xc6\x93\x3c\x5e\xa9\x45\x51\x7d\x97\xc5\x73\xdd\x5b\xb9\xde\xa5\xb6\x19\xd7\x5c\x56\xe6\xd3\x37\xc0\xc8\x09\x17\x08\x41\xb8\x99\x46\xfc\x0b\x8c\x09\x3f\x98\x63\x8f\xae\x5c\xde\x7e\x33\x73\xb4\x40\x9a\xe6\x68\xe1\x79\xdb\x71\x30\x20\x81\x64\x19\x6f\xc4\x75\xac\x2f\x30\x93\x62\x5d\x89\xe9\xcf\x2f\x07\xd3\x9f\xdf\xfc\x38\x98\xfe\xfc\x93\x58\xca\x6a\x51\x24\xfa\x48\xd7\xb4\x93\xc8\x55\x29\xa7\xfa\x24\xef\x43\x7b\x8c\xb8\x3d\xd3\x68\xa1\xad\x58\x4a\xa5\xf4\xa6\xd3\x07\x67\x5c\xe6\x69\x3e\x57\x40\x5b\xc8\x17\x57\x72\x9a\xc6\x19\xec\xa8\xfe\x38\xaf\x33\xc2\xfe\xf9\xb9\x01\xf2\x2d\x75\x95\x16\xf9\xcf\x08\xc8\x61\xbe\x95\x7f\x7c\x4c\x7b\x5c\x8d\x1d\x5b\x32\xf2\x5e\x15\xd9\x66\x96\x66\x59\xd7\xb9\xc2\xe2\xca\x20\x71\x92\x81\x4c\x8c\x84\x2d\x67\x4e\xb5\x1a\x12\xf2\xd8\x7b\xae\xea\xfb\xf7\xc2\xfd\xaa\x3b\xda\xba\x75\x0f\x44\xb5\xe7\x71\x8e\x72\xaf\x19\x92\x00\x46\xe8\x36\xa0\x72\x92\x5c\xe3\x5d\xc3\x8d\xb0\x8d\x43\x05\x17\x05\x71\xff\xbe\x07\xc0\x8d\xba\x85\xd8\xef\xbe\x68\xb8\x41\xf0\xa1\x0e\x06\xe2\x78\x06\x73\x75\xe1\xdb\x9f\xfd\x78\xac\x44\x5c\x4a\x41\x4c\x2f\x12\xe3\xbd\x75\xae\xe2\x99\x1c\xef\x89\x2c\x9d\xc9\xe9\x66\x9a\x49\x25\xae\x41\x0e\x9f\x48\xba\x4b\x98\x53\x01\x90\xa6\x71\x10\xe7\x74\x62\x6b\x62\x65\xed\x34\x68\x23\x50\x18\xde\x69\xef\x2a\x72\x23\xae\x41\x34\xbb\x2e\xca\x4b\x91\xa4\xb3\x99\x2c\x65\x5e\x65\x1b\x31\x91\xd5\xb5\x96\x7b\x31\x44\x7c\x9c\x27\x7a\xd8\xb2\x14\xdd\x47\x5f\xf6\x1f\x3f\xec\x09\xba\x53\x2a\xdd\x27\xac\xac\x3d\xb8\x41\xd4\xb0\x7b\xe0\x55\xbc\x04\xbe\x64\xf8\xb7\x57\x83\x13\xfb\xd6\x8a\x88\xf6\xb0\x8a\x5e\xf9\xda\x92\xd5\xb7\x21\x8a\xa8\x76\xb5\xec\x4a\x35\x0e\xb4\x53\x6f\xdf\x21\x86\x45\xee\xab\x0d\x7d\xfe\xf4\xea\xe4\xd9\x77\x2f\xce\x3f\xb5\xeb\x56\x30\x1d\xff\xde\xba\x7d\xce\x1c\xa9\x77\xf6\xdf\xb0\x02\x9d\x56\x68\x1f\x87\x88\x4f\x1e\xcf\x5d\x40\x3f\x08\x3b\xb4\x81\xef\x1a\x87\x47\x70\x9d\x06\x08\x1f\x87\x8b\x8f\xea\xbd\x1d\x50\x30\xf3\x56\xda\xb2\x72\x96\xd1\xab\xb4\xe3\xbb\xbd\x2a\x1b\x94\xa9\xe4\x31\x3e\x50\xb8\x9a\x31\xd2\xd8\x1d\x2b\xa6\x0c\x13\xf0\xfd\xfd\x7b\x56\x00\x46\x4a\x07\x21\x97\xd7\xcf\x56\x29\x36\x37\x02\xc4\xee\x7c\x7d\x54\xe3\xcb\xf8\xdf\x53\xd1\x69\x95\x56\x7b\xac\xde\x10\xea\x35\xca\x37\xbd\x0e\x1d\x73\xe6\xc8\xc2\xe3\xca\xb4\xed\xfc\x04\x3c\x5b\x64\x72\x1e\x4f\x37\x1e\xe3\xd6\x47\x58\x5e\x30\xde\x0d\x22\x84\x3b\xce\xc4\x5a\xe9\x53\xb9\x7e\x2c\x50\x22\x90\x8e\x78\xe8\x46\xe8\x63\x98\x15\x74\xc4\x5a\x49\x25\xbc\xca\x0c\x99\x5e\xcd\xc9\xba\x12\x71\xa6\x0a\x41\xe6\x73\x90\x71\xc4\xac\xd0\xf2\xb2\x1e\x4a\x6d\x12\x43\x0f\x6c\x77\x1b\x89\x3d\x15\x9d\xb1\xae\xda\x11\x0f\x9b\x48\x71\x28\x3a\x9d\x5e\x33\xb0\x56\x5a\x74\x95\x45\x33\xf8\xb0\x25\x6f\xb0\xa5\xc3\x06\x8a\x6e\x86\xcf\x2a\xd6\xc0\x75\x70\x91\xde\x2e\x8c\xca\x88\x2d\x3d\xe9\x3d\x26\x52\xa0\xdf\x4a\xd2\x17\x3f\x48\x2d\x9a\x2e\x8b\x52\x92\x7c\x0a\xa2\x24\x09\x97\xa0\xb1\x1b\x86\x4b\xde\x59\x54\xd5\x4a\x0d\x07\x83\xd9\xa4\xbf\x94\xa4\x5b\x88\xd5\x26\x9f\xee\x5b\x6a\xd8\xb7\xbd\xee\x2f\x8a\xe2\x52\x75\x3c\x59\xdb\x4a\x1f\x28\x21\x3f\x19\x89\x47\x5f\xf6\x0f\x41\xff\x06\x94\x69\x6f\x9d\x55\x5c\xa5\x53\xd1\xb6\x55\x8c\xcc\xf1\x4c\x89\x18\x24\x86\xb8\xd4\x18\x8a\x34\xe5\x69\x39\x1b\xc4\x04\x2d\x6b\x6b\xf1\x39\xcd\xaf\x8a\x4b\xbc\xb1\x6a\xca\x26\xd0\x76\x98\x06\xd6\x2b\x90\x2a\x6a\xd2\x04\xee\x9a\x74\x9e\x6b\x44\xd5\x64\x9a\x74\x26\xf0\xc6\x2c\xdf\xa5\xaa\xc2\x71\x31\x1e\xfc\xc1\x8c\xc2\xf2\xb0\xed\x62\x44\x83\xae\xe3\x68\x6b\x3b\xff\xe8\x6b\x57\x14\x7c\xd8\x2a\xb5\x70\xa8\x3b\x56\xe7\xa7\x86\x45\xf9\xc8\xd5\x88\x2b\xd7\x12\xd6\xe2\xe4\x9b\x9f\x5a\x96\xe2\x6e\x51\xba\x65\x25\xb6\x9f\xe4\xdf\xa6\x49\xa3\x24\x6e\x9b\xd7\xef\x15\x6c\x3f\x3d\x8f\x73\x8d\x4f\x7b\xbf\x68\x65\xf9\x21\xa3\x86\xa9\x27\x05\xac\x06\x8a\xeb\xa2\x3e\xa4\x6e\x4f\x14\xa8\x4f\xb3\x03\xb7\x27\x8c\xd1\x82\xdc\x9a\xa3\xe4\x0e\x29\xa5\x49\xeb\x60\x8f\x21\xef\xc0\x75\x18\x19\x6d\x45\xd8\xd1\x96\x9e\x39\x8c\xba\xde\xc3\x96\xfe\x68\xae\x8a\x3b\x5c\xf9\xed\x97\x65\xbc\x99\x48\x83\x65\x62\x4e\x6e\xb1\x06\x03\x01\xf7\x0a\x77\x58\x92\x36\x58\x14\xeb\x12\x3e\xee\xa3\x8e\x86\x6e\xf0\x47\xac\xe1\x31\x91\xe7\x4a\x5f\x12\x63\xa1\x8c\xbe\x02\xbc\x76\x30\xb9\x55\x62\x5a\x57\x8b\x62\x3d\x5f\xf4\x59\xeb\xd7\x70\xbf\xb1\x14\x7f\x8d\x2a\x73\x50\xe6\x42\xdf\x86\x48\x64\xe2\x0d\x03\x83\x53\x33\x38\x3f\xeb\x1d\x25\x13\xdd\xdf\x02\xfc\x14\xc4\xa4\xa8\x16\xa8\x6d\x43\x0b\xcf\x34\xd6\x17\xb8\x5f\xd6\xaa\x22\xad\x38\x2a\x12\xcc\xed\x6c\x2a\xf5\x76\x1b\xef\xf9\x88\xda\x8b\x58\x1f\xe6\xde\xa6\x1b\x6a\xee\xf0\x45\xff\x9d\x1b\x39\x5a\x56\x40\x91\x3c\x91\x22\x16\xe3\x3d\xbd\x08\xe4\x8c\x3d\xde\x13\xf8\x10\x2c\x18\x32\x0a\x01\xe1\xc0\xc6\x7b\x2d\x3a\xa0\xe6\xe1\xcc\x65\xb5\x6f\xb1\x8e\x23\x30\x26\x64\xb0\xce\x6c\xea\xd8\x3a\x29\x02\x1c\xc8\x77\xab\x2c\x9d\xa6\x95\xd8\xa6\xab\x32\x9a\x99\x44\x56\xb2\x5c\xea\xdd\x37\x91\x8b\xf8\x2a\x2d\x4a\x0b\x1b\x14\x96\x81\xc6\x6a\x0b\x48\x2e\x21\x6e\xab\xcb\x25\x44\x6f\x81\xec\x76\x12\x0d\x1b\x05\x5d\x2b\x35\xdc\x88\xed\x11\xb6\x39\xec\x50\x2d\x5f\xe0\x27\x41\x83\x26\x01\x4a\xd0\xea\x20\x6e\x1c\x03\xbb\x6d\x31\xe7\x92\x33\x06\xb2\xaa\x1f\xc1\xc4\x57\x6d\xba\x64\xb5\x88\x60\x9d\xa5\x7a\x09\xb6\x8c\xf1\x5e\xa4\xb7\xe3\xb8\x82\xb5\x1a\x82\x86\x68\x9c\xdf\xf6\x00\x8e\xc6\xea\x39\x86\xf2\xd6\xe7\x18\x81\x8d\x95\x4a\xe7\xb9\x96\xe6\x2d\xb3\xe8\x56\x71\x39\x97\x55\x4f\xdc\xc0\xca\x82\x17\x6f\x2a\x46\xe2\xd1\x91\x48\xc5\x13\x11\xda\xdf\x8f\x44\xfa\xf0\xa1\xae\x0c\xcb\x86\x66\x86\x91\xab\x75\x9a\x9e\x1d\x39\x38\x97\x12\x4c\xa1\x58\x4d\x37\xd2\x47\x04\x0d\xc5\x31\xb3\x45\xac\x5e\x5f\xe7\x66\xae\xb8\x02\xd8\x24\xd2\x10\x7a\xba\x21\x0e\xf2\xf4\x52\x6e\xce\xc4\x88\x00\xc2\xaf\x23\x71\x0b\xff\x23\xcc\x63\xbd\x23\x40\x2f\x21\x01\x9d\x0d\x9e\x83\x42\x8a\x31\xc9\x2e\xcc\xd8\x7a\xff\x73\x7c\xa7\x52\x11\x56\x22\xb0\xb2\xaa\x1a\x72\x0e\x10\x39\x50\xd8\x84\x98\x44\xaa\x69\x99\xae\xaa\xa2\x44\xde\xbe\x42\xc4\xb8\xcf\x7d\x99\xaf\x97\xb2\x04\x3b\xf4\xa8\xe5\xbb\x5e\xa5\x38\x53\xd2\x6b\x37\x2d\xf2\x59\x3a\x5f\x9b\x96\xa0\x15\xc4\x9b\xe4\x1e\x90\xc1\x78\x0f\x8d\xcf\xa6\x41\x8f\x37\xbe\x2e\xd3\xca\x6b\xd8\x4c\x6d\x66\xee\xac\xe5\xa5\xdc\xf0\xdf\xbd\x23\x8e\x74\x87\xd3\xe7\xce\xd6\x10\xe1\x71\x45\x1b\x08\x65\x49\x63\x58\x31\xa6\x7c\x2a\xee\xd5\xd1\xcf\x00\x39\x4a\xe1\x20\x7b\x47\xd6\x40\x64\xe1\x6e\x83\xe2\x0f\xe1\xc8\xed\x54\x5b\x43\x13\x8d\xb8\xed\xb2\xed\x03\x7c\x85\x5b\x0a\xe1\x43\x27\xac\x71\x28\x46\x02\xdd\xbb\x8b\xd5\x1b\xac\xfa\x2d\xbe\x3b\xe9\x62\x05\xd6\x40\xd3\x02\xa4\x29\xe6\x60\xf5\xc7\x7d\x3d\x41\xd5\x69\xaa\xba\x0d\xbe\xad\xd4\xf3\x75\xc3\x2d\xf5\x8b\xc9\x2f\x1a\xfd\x34\xf9\x62\xf2\x8b\xb8\x7f\x5f\xff\xd3\x77\x5c\x45\x3c\x85\xef\x43\x71\x23\xcc\xeb\x19\xf8\xa0\x91\xe3\x77\x81\xc7\xd3\xcf\xa9\x3e\xa1\x2b\x86\xf5\x62\xf2\x0b\x6c\x5c\x65\x76\x03\xd2\x93\x18\x89\x9b\xdb\x23\xbe\x8f\x52\x18\x82\xa1\x07\xdd\x02\x5f\xb6\xbf\x9e\x75\xd3\x9e\xf8\x7a\x24\x0e\x7a\xc2\x64\x45\xc4\xe5\xbe\xb7\x13\xf3\x80\x01\xa4\x3d\xde\x98\xf8\x47\xaa\xb9\x47\x31\xf9\x05\x76\x63\x9d\x69\xf8\xf3\x03\x1d\xf6\xf3\x38\xcb\x9e\xeb\x73\xaf\x9b\x92\x53\x62\xc4\x89\xc6\x0c\xfe\x9e\x2d\x16\xe6\x0f\xb8\xd5\xb8\x8a\xc0\xc5\xac\x80\xab\xd7\x8c\x84\xdc\x3d\x92\x6d\xf5\xd0\x45\x4c\x9a\xf3\x58\xcb\x45\xce\xb7\x0f\xf7\x9b\x3f\xbc\x55\xa1\x54\x3a\xc9\x24\xeb\xe4\x0d\xcc\xa7\xab\x64\x36\x8b\x00\x9e\x1d\x9e\xfe\xe4\x8f\xe0\x8d\x04\xc5\xf1\xd4\x0e\x03\xa4\x91\x05\xf8\x98\xa0\xff\x44\x9a\xa7\x55\x1a\x67\xa9\x92\x89\xd8\xd7\x57\x19\x59\x76\x7b\x5e\x0d\xf2\x91\xc1\xe1\x19\x67\xbd\x18\x8d\x83\xe6\x2a\x00\xbf\xf5\x8d\xc1\x3d\x6c\xd7\x9c\xad\x5e\xca\x66\x2b\x9e\x62\xc1\x50\xe8\x71\xd7\x16\x26\xcd\x17\xb2\x4c\x2b\xd5\x55\xeb\x09\xf0\xf5\x08\x47\x07\x7f\x9b\x29\x53\x07\xae\x00\xee\x1d\xbc\x1b\x30\x61\xfa\xc5\xe0\x38\xd6\xba\x50\x27\xba\xb2\x96\x7b\x4a\xa9\xb4\x04\x27\x96\x5a\x00\x93\x69\xb5\x90\xa5\x96\xe0\x40\x1b\x51\x94\x6c\xe5\x22\x10\x8c\xc7\x7b\xe2\xa1\xa8\x8d\x07\x90\x66\x66\xd0\xe7\xf6\x1a\x22\x72\x3c\xb8\xba\x6c\x88\xde\x80\x39\x5f\xbc\x11\xcc\xca\x3b\x84\x6d\x07\x22\x81\x43\x90\x3b\x57\x86\x78\xaa\x44\xc2\x9c\x06\x28\x39\x44\x82\x1f\x2d\xf8\x4d\x13\x9d\x61\xb4\x0c\xc1\x34\x3e\x25\xf5\xae\xc7\x21\xbc\x9e\x89\xa7\xcd\xdf\x5b\x16\xc9\x8d\xad\x7f\x7e\x0e\x33\x39\x3f\xd7\x27\xbb\xad\x42\xab\x0e\x62\x46\xfa\xab\x2c\x4f\xaa\x0d\x1c\x5c\x20\xf1\xa0\xef\x50\x91\x0f\x45\x27\x9e\xa8\x22\x5b\x57\xb2\x13\xe9\x82\xaa\x58\x0d\xc5\x01\xfc\x09\x19\x44\xe8\xef\xab\x54\xa5\x93\x34\x4b\xab\xcd\x50\x74\x30\xd4\x22\xd6\x5f\x48\x2d\xfc\x9a\x6a\xc5\x95\x2c\x67\x59\x71\x3d\x14\x1d\x4c\xf6\x81\x95\xae\x17\x69\x25\x4f\x56\xf1\x54\x0e\x45\x67\x55\xea\xbb\xa1\x93\x2f\x8e\x5f\xfd\xf8\xd3\xdb\xf3\x1f\xdf\xbc\xfe\xf1\xe4\xfc\x9b\x1f\x9e\x3d\xff\xdb\x0f\xc7\x27\x6f\xc5\x48\x9c\x76\xe4\xbb\xaa\x8c\x7f\x4e\x93\x6a\xd1\x89\x44\x07\x1d\x5d\x60\x16\x0a\x7f\xaf\xd6\x15\xcc\xf4\x55\xbc\x94\xf6\xcb\x1b\x39\xb3\x7f\x43\x65\xfd\x6b\x99\xe6\x16\x4e\x91\x3f\x5b\x57\x85\x46\x89\xfe\xc5\x92\x02\x1f\xab\x97\xa6\xda\x99\x1d\xdd\x34\x93\x71\x7e\xac\x81\x19\x8d\x86\xbb\x25\xfa\x45\xdd\xd4\xfe\xd9\x43\x24\x37\xce\xac\x3f\x2b\xca\x17\xf1\x74\xd1\x75\x87\xfe\x2c\x95\x59\x42\x6d\xc6\x95\x89\x02\x06\x51\xd7\x85\x03\x7a\x0a\xd5\x60\x64\x15\xca\xa8\xa6\xaa\xab\x73\xc4\x11\x3b\x2d\x56\x1b\x44\x97\x7f\xb7\x35\x5f\xbb\x0a\xfe\xd1\x5b\x2c\x91\xd4\xbd\xfe\xb3\x0f\xdf\xfb\xb3\x22\xaf\x4e\xd2\x5f\x35\xc9\x60\x45\xfb\xe5\xa8\xa1\xe6\x77\xf1\x32\xcd\x36\x7e\x5d\xfc\xd6\x54\xfb\x67\xa0\x1a\xbf\x36\x7e\x6b\xaa\x6d\x28\x97\x0f\x43\xff\x19\xd6\xcd\x64\x55\xc9\x52\xd3\x19\x5a\x7c\xa9\xbe\xf7\x39\x6c\xa3\x6f\x8a\x6f\xcb\x38\x57\xb3\xa2\x5c\xba\x36\xde\x67\x0f\xab\xa9\x3a\x7e\xa1\xc5\x3f\xca\x0c\x06\x09\x97\x50\x23\xc3\x7c\x39\xef\xdf\xa7\x92\x7e\x1e\x5f\xa5\x73\xc8\x40\xfd\x54\x0c\x5e\x9e\x1c\xbf\x10\xef\xdf\x96\x69\x22\xf3\x6a\x3c\x1e\xbc\x7f\x91\xcc\xe5\x78\x3c\x18\xf4\x2b\xa9\xaa\x6e\xd8\xa4\xbf\x56\xb2\x7c\x36\x07\xcb\x31\x31\x1d\x3b\x8c\xb9\xcc\x65\x19\x57\xf2\x38\xe1\x8b\xeb\xbe\x76\x69\x41\x07\x03\x71\x4d\x3e\x95\x70\x57\x8f\x73\x11\xaf\xab\x62\xdf\xd4\x4c\xc4\xf1\xb7\xe8\x3a\x02\x13\x5f\x48\x59\x39\x97\xb2\x48\x5c\x2f\x52\xf4\xae\xd4\x10\x08\xde\x5a\x91\x3a\xff\xf8\x45\x5f\xa8\xc2\x79\x62\x16\xd7\x4a\x6a\x04\x01\xcf\x3e\x7e\x11\x91\xcb\x00\x2a\x84\x89\x56\x2d\x92\xfa\x9c\x80\x35\x4e\x9f\x8a\xce\x79\x47\x3c\x14\x90\x56\xaa\x8c\xf3\xa4\x58\x76\x7b\xfd\xaa\x38\x81\xd7\x55\xdd\xc7\x5f\xf6\xfa\x6a\x3d\x51\x55\xd9\x3d\x8c\xc4\xa3\x43\x8d\x12\x0b\xcc\x5b\x21\xb3\xbd\x61\x6b\x7a\x37\x96\x73\xdf\x14\x3f\xae\xdc\x49\xe8\x35\x8a\x04\xab\x09\x70\xc7\x15\xbf\x06\x85\xb5\xc1\x13\x5c\x9c\xd2\x06\xbe\x94\x9b\x61\xbb\xed\x05\x39\xa2\xbd\x73\xb2\xa5\x6b\xb1\xd5\xac\xdc\x05\x40\x5a\x26\xa1\xdb\x97\x22\x4d\xcc\xed\xa8\x9f\x26\x34\x4e\xc6\x42\xd2\x04\x08\x13\x5a\xf6\xf5\x0d\xfc\x38\x11\x4f\xf5\xe9\xae\x47\x7d\x9c\x0c\x75\x85\xf7\xef\x3d\xa2\xc1\x9b\x3a\x95\xdd\x3a\x27\x24\x0d\xf5\x16\x38\xcf\x99\x41\x88\x0b\xa8\xc1\x91\xd1\x5d\x31\x06\xa8\xb1\xe6\xcb\x80\xa8\x18\xf0\x5a\xf4\xec\xc0\x41\x6a\x07\x9a\x19\x6d\x93\xce\x10\x86\xbf\x06\xec\x0c\x7c\xff\xde\x9c\xa3\x73\xff\x1c\xf5\x7b\xed\xf9\x9a\x0a\x3d\x68\x37\x92\x73\x0a\x48\x87\xe7\x89\x47\x43\x32\x63\x8b\xc0\xea\x89\x91\x90\x06\x53\xe3\x8a\x09\x50\xe7\xce\xcb\x87\x41\xac\xab\x70\xb1\xa1\x81\xe9\xd7\xd7\xbd\x5a\xd8\xb7\xb4\x1c\xc1\x68\xe1\x24\xfb\x2b\x9c\x64\x9a\x49\x97\x3b\x0c\x3c\x6c\xc2\xe7\x10\x82\x57\x3b\xc2\x54\x77\x02\x22\x97\x26\xdb\x0e\x26\x09\xe7\xee\x90\x88\xd9\x1c\xd7\x91\x57\x45\x53\xa5\x21\xf6\x1a\xdd\x9a\x9a\x86\x7c\x4d\x45\x36\x06\xb7\x31\x60\x20\x78\x90\xde\xbd\xb9\xfd\x6d\xcd\x35\x5e\xe8\xa7\xd0\xb2\x9f\x6b\x15\xbb\x0c\x55\x14\x72\x70\x9d\x6b\x06\xec\x5c\x93\x5c\x99\x3e\xa5\x8f\xad\x08\xa3\xba\x3d\xbf\x18\x35\xb2\xc7\x16\x71\xb6\x1c\xf7\x68\x24\x5a\xc7\x4c\x46\xf4\x1d\x06\x4d\x9a\xfd\x26\x25\x1e\x9b\x09\x2a\x22\xe8\x7b\xdf\x2d\x25\x70\x1e\xb7\xde\xac\xc4\x23\x76\xb6\x4f\x18\xd9\x3b\x11\x6d\xdb\x46\x21\x5c\x84\x4d\xba\xcd\xbd\x1e\xb9\x86\xb7\xc1\x4e\xfa\x34\xa4\x82\x95\x02\x9f\x1f\xdd\x89\x56\x56\x77\x0b\x39\xd8\x93\xbe\xbd\x6f\x8f\x3a\xda\xbb\x0d\x88\xc8\x5f\xb6\x7b\x5e\xb7\xef\xdf\x8b\x7b\x24\x80\xcc\x25\xf8\xac\xad\x2b\x7d\x16\x6d\x32\xe9\x61\xdd\x3e\x2a\x09\x50\x08\xe7\x91\xeb\xcc\x28\xa2\x91\x37\x3a\x79\x28\x84\xdd\x75\xb5\x7a\x1e\xf7\xbc\xc7\x80\xed\x34\x00\x26\xd8\xb2\xa6\xc6\x2d\x5a\x73\x25\xbf\x83\x46\x0e\xe8\xf5\xb4\x15\x62\xad\x65\x8d\x3f\x37\xad\x5c\x48\x63\x6d\x4b\x57\xa7\xc5\xbb\xd6\x8e\x31\x5f\xa7\x1d\x70\x1f\x29\xf9\x22\xee\xcd\xe0\xe9\xd1\xce\xeb\x9b\xcb\x6b\x37\x24\x31\x12\x94\x48\xb1\x8e\x55\xd8\x92\xec\x6a\x05\xfa\x8c\x7b\xac\x0c\x0d\x55\x7a\xa0\xe1\xb7\xfb\xf7\x45\x33\x0c\x77\x3d\xeb\x79\x03\x0e\x07\x85\x69\x49\xe3\x77\xdd\xe6\xc9\xb7\x2c\x1f\xaf\xd2\x13\x0f\xc5\xa1\xc3\x80\x7d\x03\xd1\xd6\x63\x0b\x96\x3d\x20\xe6\x8f\xc1\x40\xc4\x49\x22\xdc\xd5\x56\x54\x05\x88\xcf\x89\xac\xe4\xb4\x02\x93\x5b\x52\x2d\xfa\x20\x60\xe7\xeb\xe5\x44\x96\xb0\x98\x44\x76\x46\xa5\xa8\x74\xb3\x47\x5f\xea\xff\x47\x8f\x6f\x63\x54\x52\x95\x5c\xad\x64\x29\x7e\x3a\xe6\x0b\xc7\xba\xe3\xbe\xd8\x7d\xd4\x97\x68\x6a\xc0\xae\x3a\x01\xfa\x79\xbb\xc0\x4b\xfd\xd1\x97\x62\x28\x56\x71\xa9\xe4\x71\x5e\x75\x1b\xdb\xf4\xf4\x02\x3b\xf2\xf0\xd1\xf6\x70\xc4\x46\xe5\x91\x90\x5f\xef\x09\x1f\x8f\x11\x0c\xb6\x12\x40\x43\xfd\xfa\x3a\xd4\x3b\xda\xed\xc0\xf2\x9d\xe8\xbd\xd3\x88\xcb\x31\x1e\x68\x76\xf2\xec\xc6\x25\xe6\xb2\x82\xd6\x5b\xee\x0a\x28\x6c\xb3\xa1\x19\x55\xac\x65\xa7\xdb\x0e\x10\xc8\xea\xda\x06\x9d\x52\xbe\x06\xc7\x13\xc0\xb4\xe9\x60\xb7\xc0\x9e\x64\xeb\xb2\x0d\xb4\x2e\x6b\x81\x8c\x45\xdb\x00\x63\x7c\x8a\x36\xd0\x58\xda\x02\xdc\x14\x6e\x03\x4f\x2f\x5b\xb7\x9e\xa8\xbc\x0e\xef\xca\xbd\xf2\xab\x16\x45\x42\x17\x68\x45\x77\x6a\xb0\x8f\xa7\x89\x14\xc7\x2f\x3a\x0a\xb4\x46\xfa\xa4\x4c\xd2\x69\x0c\x66\x15\xbc\x62\x2f\xa5\x52\x52\x31\x78\xd7\x69\xb5\xc0\x03\x15\xd4\x77\xc4\x1f\xd2\x22\xef\xd3\x3e\x77\xd7\x75\x65\xde\x4c\xfe\x42\x1c\x64\x21\xe9\xd1\x93\x85\xc6\x2e\xe7\xfa\x62\x0e\x4e\x4b\x71\x8e\xb6\xf0\x89\x14\x09\x05\x39\x17\x93\x0d\x40\xbf\xe0\xca\xb6\x0b\x10\xa6\xfb\xfe\x41\xef\x8a\xfd\x1d\xc7\x4b\x1a\x6e\xa4\xfa\xa2\x7f\xff\xbe\xdf\xfe\xa9\x31\x03\x99\x5c\xd6\xa4\xb8\xa5\x80\x4b\xdd\x8e\x22\x35\xde\x8d\x48\xe2\x7c\x2e\xcb\x62\xad\xb2\xcd\x89\xde\x03\xb9\x2c\xff\xfa\xf6\xe5\x0f\x43\x5f\x2c\x3c\x3f\x5f\x54\xcb\x6c\x48\x4a\xc0\x3f\x75\xc4\xc3\xda\xc6\x3e\x4e\xc4\x43\xd1\x19\x0e\xf7\x97\x6a\x1f\x57\xe4\x86\xbc\x35\x87\x22\x2f\x72\x79\x74\xdb\x61\xbb\x56\xdc\xf6\x9a\xae\xc2\x8d\x04\xb4\x9d\x74\xba\xc1\x0d\x1e\x4e\x0d\x88\x49\x25\x46\xe2\x94\xe1\xd1\xa4\xf5\x86\x30\x2c\xb5\x53\x32\x12\x9d\xce\x59\xbf\x94\xc9\x7a\x2a\x99\x22\x51\x0b\xe2\x69\xb1\x56\xd4\xca\x4b\x5b\x12\x4a\xdd\x5e\x5d\xef\x55\x52\xbd\xc4\x7f\x29\xe6\x10\x4d\xab\xea\x35\x68\x92\xb3\x6d\x4d\x3e\x22\xc7\x09\x7b\x8c\x50\x20\x2f\x7f\x19\xeb\x33\xcc\xa8\xfd\x8c\x15\xbe\x7b\x73\xeb\x61\x02\xc8\x22\x10\x1a\x79\x53\xe3\x7f\xdb\x13\x4d\x5f\xc5\x48\xd3\x47\x96\xe6\x72\x7f\x92\x15\xd3\xcb\x4e\x30\x08\x27\xf1\x79\x43\x70\x53\x9a\x14\xef\x4e\xd2\x5f\xd3\x7c\x0e\x02\x39\xa4\x50\xdf\x9f\x14\xef\x3a\x91\xab\x72\x8d\x87\x41\xe3\xa9\xa2\xe9\x6f\xf5\xce\x52\x99\x3f\x35\xd7\x79\x88\x9b\x94\xab\xa2\x5b\x2d\x88\xfc\x59\xe0\xe9\x19\x87\xb1\x45\x69\x7d\xe4\xdd\xb6\x29\xeb\x8e\xd1\xaf\x87\xbb\x9c\xeb\xde\x9b\x1a\x82\x6a\xaa\xbe\xeb\x9a\xaa\x2a\x42\xb2\x9b\x74\x9d\x71\x6c\xe7\x10\x0e\xe3\x9d\x24\xbd\xe2\x2b\x70\x23\xec\x0c\x86\x7c\x02\xf6\x6b\x84\x9c\x74\xe8\x13\xdd\x6d\x14\x9c\xf8\x3e\xe3\x67\xa5\x77\xb0\xae\x14\x8f\x71\x9f\x86\xdd\xdc\x23\xb0\x25\xcf\x86\xc2\xd7\x37\xdd\xf6\x76\xef\x82\xef\xc7\x70\xf6\x7a\xfe\x0e\xbc\xd1\xe0\xd8\x29\x33\xb3\xd0\xad\xd7\xca\x71\x25\xf7\xb5\x17\xa2\xa4\x2e\xe4\xdf\xc5\xc8\x77\x1f\x6a\x83\x2e\xeb\xee\x51\x37\x8f\x8a\xcd\x80\x78\xb8\xf9\xd2\x6b\xd6\x6b\x12\xc5\x79\x5a\xa0\xa3\x71\x7e\x4b\xbe\x08\xfd\x40\x33\xec\xab\x21\xb9\x7b\x02\xf0\x0a\x46\x7e\xcc\x21\xc1\x22\x08\x43\x87\x45\x62\x30\x70\x84\x6a\x65\xf9\x62\x5d\xc9\x52\x50\xf0\x50\x0d\x8c\x1f\x0a\xcd\xf0\xe2\x7c\x03\xc0\xe8\xb7\x00\x9b\x11\x1a\x33\x35\x00\x27\x71\x37\x37\x2f\x72\xf9\x7a\xa6\xbf\x75\x4f\xf1\xa2\x02\x46\xc2\x38\xc3\x4b\x09\x0c\x0c\x45\x12\x36\xa8\x26\x38\x78\x9b\x88\xb6\x4c\xf9\x0c\xe9\x29\x4d\xee\xc4\x4b\x0a\x0e\x86\xc6\x07\x50\xe3\x25\x45\xc5\x9c\x16\x60\x26\xf0\x36\x98\x7c\x56\x73\x95\x2a\xcd\x86\xad\x8b\x19\xc8\x53\x5c\xd6\x68\xee\x6c\x52\x14\x19\x76\x05\x55\x31\x1e\xc2\x5a\x55\xc5\x92\x8b\x59\x46\x8a\x43\x71\xe1\xa7\xe3\xc8\xbb\x8b\xa1\xef\x18\xf1\xb5\xe7\x9f\xb0\xe8\x35\xfc\x1a\xae\xd0\x0c\x4b\x1f\xfe\x00\xa9\x94\xe8\x0c\x30\x89\x99\x8b\x61\x33\xb0\x13\xdc\x48\x8d\x04\x00\x07\x0a\x0e\x4d\x59\x01\xb6\x15\x9c\xb9\x5f\xed\x42\x4d\xcb\x34\x4f\x97\xeb\xe5\xef\x46\x4a\x4e\x03\x78\x07\xa6\x98\x76\x71\x41\xe1\xb5\xac\x98\xa6\xef\x84\xe6\xd2\x77\x8b\x50\x31\xf9\xda\x9d\x30\xb1\x5a\x03\x44\x79\x85\xf6\x26\x00\xc7\x18\xd3\x9d\xb4\xc1\x59\x2b\x38\xb4\xfa\xed\x9d\x3e\xe4\x0e\xaa\x4e\x30\x9a\x49\x91\x65\xf1\x4a\x49\xbc\x4d\x54\x85\xc8\xf0\x9d\x6f\x4c\x7e\xdb\x3e\xc7\x54\x1f\x4b\x22\x35\x9e\x75\xb5\x95\x59\x69\x28\x1e\x8f\xba\x3d\x0a\x59\x2a\xd5\x36\x32\xcf\x8d\x4f\x77\x8f\xa2\xfa\x1e\x27\x3f\xce\x23\xe7\x38\x6a\xe5\x69\x31\x0a\x18\x3b\x46\xa5\x10\x7f\x31\x41\x23\xd0\xf7\xff\xca\x04\x0d\xca\xc5\x03\x0a\x2c\xfb\x8b\x7a\xb7\x5f\xae\xf3\x2a\x5d\xca\x7a\xb0\x0c\x1b\xa6\xc2\x8f\x6c\xe1\xc7\xb2\x80\x5b\x57\x5a\x29\x11\xcf\x66\x69\x96\xc6\x15\xc6\x24\xf8\x67\x89\x6f\xe1\x79\xd2\x62\xd8\x46\xe3\x60\x47\xb1\xe0\xc6\x7b\xbd\x68\x3e\xfa\xf2\xe0\xd1\xc1\x63\x1b\x67\xe9\xbb\x32\x9e\xeb\xa5\x86\xcf\x5f\xb5\xc7\x65\x3d\xd9\x2c\x27\x45\x76\xff\x3e\xfe\xdb\x9f\x15\xa5\x89\x19\xeb\xbe\x1c\xcd\x47\x0b\xd3\x97\x49\x68\x31\xde\xeb\xd5\xfb\x72\xb5\x66\xf4\x69\xbc\x87\xf1\x11\x97\xa3\xd9\x47\x44\xa8\xf3\xa2\x0a\xbe\xbe\xce\x65\x19\xe5\xa3\x3b\x3c\xe5\xa2\xd5\xe8\x46\xdf\xfb\xee\x1d\x44\x5a\x6e\xb9\x77\x10\x9d\x9f\x2b\x99\x99\xbf\x00\xbf\xc3\x7b\x07\x5e\xe4\xe3\xbf\x43\xb2\xaf\x4b\x8a\xb2\x18\x25\xa3\x9b\xdb\x88\xf2\xb1\x61\x36\xf0\x23\x1b\x9b\xeb\xf2\xfe\xfd\xae\x1c\x41\x3c\xd1\xcb\x9e\xfb\x0c\x89\x2f\x5c\x11\xfc\xf4\x8a\x4b\x39\x83\x84\x88\xf0\x17\xc5\x1c\xd5\xb4\x10\xf7\x72\x8a\x7a\x1b\x4d\x7a\xf7\xef\xdf\x5b\x05\xd3\xe9\xea\xaf\xdd\xe4\x74\x72\x36\x8a\x4f\x27\x67\x10\x9d\x8b\xb2\xff\xbb\xed\xd7\x73\xe0\x46\x7e\x49\x14\xf7\x6c\x08\x2f\x0d\xc4\x87\x15\xc6\xb9\x9d\x47\xfa\x8f\xe1\x14\xa2\xdd\x4a\xc0\x5f\x16\x81\xe4\x36\x4c\xa2\x73\x88\x82\x3d\x5c\x9a\xb8\xd9\xb7\xb7\x66\xfd\x7f\x51\xef\x46\x7f\x3f\x62\xbf\xd4\xe8\xef\x47\x26\xb0\xcc\xdd\x5b\xf8\x7f\xe6\xb6\x6d\xd8\xb8\x19\xdb\xb8\xc8\xad\xf7\xd1\x6f\x5d\x6f\xe0\x7c\xb4\xeb\x06\x8d\x56\xa3\xfc\xa9\xfb\xd9\xb0\x33\x87\xc0\x0b\xa2\xbf\x37\xd7\x83\xc0\x24\x99\xa9\xf6\x65\x54\x36\x57\x63\x5b\x18\x2a\x7e\x15\x55\xcd\x15\x71\x8a\xe7\xcb\x22\x91\xa6\xee\x9f\xa3\x75\x4b\xdf\x65\xa1\xd1\x59\x52\xc5\x47\x9f\x47\x57\xad\x15\xaf\xd2\xc4\x56\x3c\xf8\xdf\xd1\x75\x73\xc5\xa9\x79\x55\x82\x00\x0f\xa2\x77\x2d\xd3\x29\xca\xeb\xb8\x4c\xce\x4b\x39\x33\x75\x0f\xa3\x4d\xcb\x8c\x28\x1a\xaa\xa9\xf8\x38\xfa\xb5\xb9\xe2\x52\x2e\x0b\x53\xe9\x8b\xe8\x59\x73\xa5\x2c\xfe\x75\xa3\x2b\x8d\x73\x5d\xed\xcb\xe8\x9b\xdd\x56\x3a\xad\x64\x19\x57\x45\xe9\xc2\xdc\x3e\xef\xc6\x18\x23\x19\x63\x69\x8e\xf7\xcc\x63\x4c\xe8\xe7\x17\xd5\x2f\xca\xf9\x20\x29\xa6\x6a\x00\x81\xb3\xf6\x13\xa9\x49\xbf\xec\x2f\xaa\x65\xf6\x34\xcd\xaf\xe2\x32\x8d\xf3\x6a\xa4\xf9\x53\x34\x1d\x3d\x3a\x9a\xd6\x82\x10\x1e\x4d\x1f\x3e\xec\x4d\x1e\x8e\xc6\x7b\xf7\xe3\x72\xae\x4e\xcf\x74\x65\x99\x6b\x30\x3f\xbd\x39\xb6\x37\xac\xae\x7b\x16\x31\xb5\x6c\x64\xbc\xf7\x12\xc2\x60\xc9\x84\x76\x3a\x0c\x42\xfc\x49\x77\xf7\x70\xbc\x77\x24\xae\x52\x95\x56\x62\xbc\xf7\x70\xf2\x70\xbc\x67\x05\x93\xd9\x3a\xcb\x6c\x14\xb6\xa2\x14\x14\x0c\x42\xe4\x45\xbe\xbf\x34\x00\x13\x79\x25\x64\x7e\x95\x96\x45\xae\xbb\x85\xc6\xd0\x10\xfa\x50\xc0\x0a\xd8\xad\x68\x21\xb3\xd5\x6c\x9d\xd9\x38\x29\xfd\xf1\xde\x2d\xfa\x20\x7d\x3b\xba\x49\xd5\x4b\x34\xcf\x0d\x59\x78\x48\x93\x82\xf2\x36\x92\xf9\xdf\xd7\x72\x2d\xbf\x2b\xca\xa9\x09\x7c\xcb\xea\xd9\xf2\x37\x12\x24\x33\x0c\xac\xdb\x54\xe1\x84\x6c\x11\x5e\xe1\x6d\xf4\x62\x74\xc3\x02\x17\x7f\xe7\x65\x27\x5a\x61\xce\xb7\x23\x2f\xe1\xcf\xc4\xe6\x5d\x54\xa3\x17\x47\xcc\x20\x5e\x8e\xa6\xef\xdf\x7f\x7b\xfb\x5d\xbf\x3d\xb0\x89\xee\x8b\x97\x1b\xfb\x48\x3d\x8a\xa9\xf3\x61\xbe\xc7\x93\x73\x71\x42\xbd\x57\xcf\xda\x15\x7b\x01\x20\x9f\x77\xff\xfc\x45\xaf\xe7\x0d\xb1\x1f\x20\x03\xdd\x7a\xf4\x9c\xc7\x7b\x66\x30\x5a\x44\xf0\x46\x39\x73\xa8\xf7\x73\x69\x36\x00\x66\xcb\x64\x60\x8f\xf7\x18\x00\x00\xce\x4e\xfa\xef\xf5\x2a\x7c\xef\x3a\x1b\xb1\x8e\xdd\xb2\xfc\xf5\xd3\x97\x05\x3c\x68\x47\x7f\x65\x3d\xe5\xf2\x5a\x7c\x7f\x74\xcc\xc3\x56\x8d\xfe\x7a\x94\x75\x8f\x23\x36\x86\xde\xd1\x71\x3f\x55\x3f\xae\x4b\x19\xac\xe4\xbd\x03\x38\x42\xfe\x6d\x64\xc3\x44\x63\x68\xe3\xbf\xdd\x29\x0f\xfd\xf0\xe1\xf2\xd0\x4b\x1e\x4a\x5f\xa2\x3c\x84\xb9\x88\x23\xca\x5e\x65\x13\x10\x63\x86\x04\x38\x1f\xad\xb4\x33\x21\x69\xe7\x12\xff\xea\x45\xac\x04\xc5\xa4\x39\x8a\x49\xf0\xb3\x17\x4d\x7a\x7f\x43\x19\x68\x12\x49\x2d\x03\xfd\x10\xca\x40\x12\x65\x20\x79\x36\x9a\x9c\xca\xb3\x1e\x49\xc1\x21\xf3\xda\x3f\x34\xf1\x87\x67\xbd\xc4\x25\xdc\x9e\xda\x5c\x7f\x8f\x9e\xcc\x1c\xff\x5c\x8c\x9e\x95\x65\xbc\xe9\xce\x7a\xd1\x72\x74\x70\xb4\x7c\x32\x3b\x5a\x3e\x7c\xd8\x5b\x9c\x2e\xcf\x58\x00\xd6\xe5\xc3\xc3\xb3\x23\x06\x6c\x71\x9b\xce\xba\xf1\xfd\xfb\x71\x5d\xfe\x02\x1c\xcc\x46\x7e\x49\x34\xe3\xf2\x97\x3c\x33\xf3\x98\xc1\x3c\x42\xf9\x6b\x85\xf2\x17\x66\x1b\x98\xc3\x7a\x5d\x86\xf2\xd7\xbf\x39\xf9\x8b\xad\xd8\x2b\x1e\x64\xb6\x0e\x10\x13\x69\x6a\xa8\x13\x80\x0a\x52\x28\x41\x8e\x49\x21\x4d\xf0\xe3\x3e\xfe\xc1\x32\xc8\xbc\x76\x71\xb5\xef\x48\xe2\xa7\x11\x63\x3a\x1f\x8d\x46\x2b\x96\x24\x46\x4d\xe3\x95\x74\x91\xcc\x6f\xc6\x7b\xa3\xf1\xde\x70\xbc\x37\x82\x50\xd7\xfa\x2f\xfd\xe3\x70\xbc\x77\x6b\xcf\x93\xcf\xc6\x7b\x0f\x31\x74\x7f\xdc\xeb\x97\xc8\x70\xbb\x83\xd3\xd1\xf0\x6c\x30\x8f\x9a\x62\x7e\x9f\xc6\x67\xb7\x78\xdf\xf8\x71\x34\x18\x8f\x07\x0f\x07\xf3\xe8\xdf\x47\xa7\x67\x6e\x67\xbf\xa1\xa8\xb4\x12\xb8\xde\xbf\x13\xe5\x98\x58\xff\xff\xde\x5f\x15\xab\x6e\xef\x28\xe9\x97\x52\xad\xb3\x6a\x14\x1f\x25\x9a\x44\x7f\x2c\xe5\x2c\x7d\x37\x9a\x1c\x25\xa0\x59\x18\x4d\x35\x49\x10\x23\x90\xf0\xf7\x3a\xaf\x46\x07\x26\xf6\xad\xc9\xa3\x7d\x83\x50\x70\x3d\x11\xc6\x70\x02\x03\x1f\x4e\x23\x6a\x3f\x94\x11\xb4\x1e\x1e\x78\xeb\x79\x02\x81\xd1\xcd\x30\x30\x4c\x31\x1b\x09\x7d\x80\xc1\xd0\xdf\x5e\x82\xb8\xd8\x0e\xe9\xd1\xc1\xd7\xff\x6e\x23\x0c\xff\x7b\x7f\xb5\x56\x8b\x6e\xec\xe5\x20\x79\xeb\x50\x82\x58\x30\xcb\x7a\xd4\x90\xd0\x39\x79\xff\x7e\xbc\x37\x29\x8a\x4c\xc6\x28\xbb\x24\xbd\x98\x6e\x48\x90\x9a\xe4\xde\x23\x17\x3e\x78\x14\xf7\xe6\x9a\x6f\xc1\xf6\xa3\x24\x11\x89\x4d\x12\x61\xd2\x6e\x0e\xe9\x37\xea\x93\xc6\x7b\x43\x68\xe3\x25\x40\x30\x24\x37\x6c\x4b\x11\xb9\x42\x20\x7f\x87\xb6\xb7\x7a\x8b\xce\x4d\xe0\xf1\x69\x57\x46\x98\x9d\x11\x12\x04\x8d\xf7\xfa\xe3\xbd\x87\x3f\x75\xe3\xe8\xa0\x37\x9c\xf4\xa2\x47\x47\xf3\xd1\xc1\xd1\x64\xe4\x57\x18\x6a\x09\x65\x38\xde\xd3\x73\x01\x2e\xd1\x4f\x15\x72\x8b\xb8\x67\x33\xc2\x5c\x8e\x0e\x8e\x2e\x9f\xc4\x46\x72\xba\x7c\xf8\xb0\x77\x93\x8c\xe2\xd3\xcb\x33\xe2\x4f\x93\x87\x3f\x75\x93\xe8\xb2\x77\x34\x7f\x38\x7a\xdb\x4d\xa2\x19\x20\xf9\xd6\x70\x23\x83\x24\x8d\xd1\x86\xc3\xf7\x29\xe6\x59\x1e\x76\x67\xa3\x6f\xee\xdf\x8f\x4f\xbf\x39\x7b\xff\x3e\x3e\x1d\xef\xfd\xe5\x2f\x46\x30\x1c\xef\x9d\x45\xb3\x16\x59\x72\xf6\x74\x86\xc1\xa2\xa3\x96\x72\x98\x46\x3c\x9a\x99\x94\x2b\xd1\xe5\x68\x9c\x1f\x1c\xdd\xeb\x26\x94\xcb\xad\xdb\xeb\xf5\x93\x22\x97\x47\xbd\x64\x94\x90\x75\xd3\xce\xe9\xe1\xc3\x5e\xe4\xcd\x8a\xe5\x53\x65\x0c\x22\x21\xf9\x60\x4a\xb7\xe2\xc8\x08\x0a\x8f\x1f\x45\xe3\xbd\x53\xac\x49\x5e\xc1\x67\x98\x12\xe4\xa9\x01\x80\x86\xf6\x4b\xb9\x51\xe2\x66\xbc\xf7\xd0\x8f\xe5\xde\xff\xa5\x48\xf3\xee\x78\x2f\x12\xe3\xbd\xde\x43\x2d\xdd\xed\x0d\xa7\x26\x07\x27\xad\xfc\xdc\x31\x9f\xff\x30\xe7\x99\x97\x62\x20\x7e\x7a\x30\xd4\xc4\xaf\x9b\x61\x02\x74\xdb\xe0\x27\xce\x4e\xef\xe4\x79\x24\x0c\xe9\xc1\x3d\x35\x7c\x0e\x4e\xb6\xe1\xc4\xf3\x93\x67\x99\x3d\x29\x25\x17\xec\x60\x5a\x02\xb3\x83\x21\x53\x32\x6c\xdf\x87\x0f\xbd\x8d\x1a\xc7\xde\xb1\x3c\x32\xec\x01\x72\x17\x5a\xde\x00\x49\x12\xef\x02\x7b\x14\x52\xf5\xd3\xff\xec\xc6\x91\x8c\xa6\x4d\x6c\x35\xbe\xc5\x3c\x0a\xf7\x20\x85\xfd\x6b\x4c\xa2\x1b\x8f\xf4\x91\x93\x3c\xec\xde\x83\xbe\xdf\xbf\x9f\xdc\xbf\x0f\xc7\xf9\x88\x94\x21\x4f\x35\x5a\x87\x5d\xa6\x0e\xb1\x2c\xfc\xc7\x68\xbc\xf7\xd9\xfd\x01\x2e\x1d\xfc\x33\xed\xf5\x22\x69\x98\x13\xcf\x7b\x6d\x78\x93\xc9\xbe\x87\x82\xc3\x91\x4d\x19\xd6\x9d\x8f\xb0\x8b\xe9\x16\xf0\x47\x93\xd1\x1b\x48\x20\xa4\xc1\x1c\x69\x62\x88\x21\xaf\xcd\x49\x77\x82\xa7\xc5\x7f\x05\x52\x95\x3b\x2f\xfe\x8f\x4d\x51\xf4\x5f\x3c\x8f\x9b\x65\x70\xbe\xfc\xfb\xf8\xf0\x11\x8b\x59\x4f\x57\x8e\x49\x3c\xba\x69\xce\x8e\x31\xfc\xaf\x88\x17\x7c\xa3\xbf\x3e\x87\xb7\x6a\xc3\x1b\x73\x05\x25\x31\xaf\xa6\x08\x1b\xfe\x5b\x74\xac\x4e\x8a\xa5\x7c\x43\x21\x45\x9f\x4d\xab\x34\x9f\x0f\x79\x16\x91\x08\xb5\x0b\xc3\xcc\x85\x5f\xb7\x89\x4b\x6f\x96\xf1\x6a\xd8\x10\xef\x3f\xc8\xea\x80\x79\x1b\xa4\x3e\x43\x91\x42\x4c\x4a\x18\x3b\x4d\x79\x1b\xd1\xcb\xa9\x9d\xc0\xe9\xa5\x70\x51\xfa\x01\x90\x5e\x90\x9f\xed\x7a\xd0\x71\xd8\x40\x87\xba\x5e\xed\xca\x26\x10\x3f\x18\x18\x3f\xaa\x0a\x20\xe8\x61\x3d\x73\x0a\x4d\x60\x12\xa4\x43\xf3\xa8\xdc\x65\x90\x8d\x8a\x3c\xf3\xa1\xa4\xb3\xee\xbd\xd7\x61\x92\x82\xe7\xdd\x47\x9f\x3f\xe6\x2b\xce\x43\xf3\x3b\xd9\xfd\xbb\xba\xa6\xb4\xb4\x9f\x7e\x24\x8d\xc8\x68\xed\x3e\xad\x4b\xe9\x5a\xff\xd5\x7e\x3f\x01\x45\xcb\x4b\x48\xdc\xef\x3e\x12\xa1\x8c\x36\x9f\x92\x0a\x64\x12\xb3\x91\x4f\xb3\x22\x37\xc6\xe1\xa6\x9c\x10\xee\xe4\x72\xe9\x01\x02\xbc\x1c\x7e\xf9\x55\x14\x53\xe6\x0b\x39\xca\x20\x25\x0d\xca\x99\x3d\xc3\xae\xa2\x39\x2a\x43\xa3\xcb\x91\x91\x39\xf9\xb5\xe2\xa6\x76\x9d\x98\xe3\x5f\xd1\xe5\xc8\xca\xc0\x4c\xc5\x6a\xae\x16\x09\xbf\x5a\x40\x32\x7b\xca\x32\x85\xff\xfa\x72\x3b\x5d\x24\xea\x25\xa0\xa0\x5d\x68\x89\x9e\x5d\x4e\x16\x8d\x97\x13\xfd\xb5\x2b\x4f\x17\x67\x2e\x83\xe4\xe4\x74\x71\xc6\xf2\x39\xcc\x9e\xce\x4e\x17\x67\x43\xfd\x15\xf9\xcd\x62\xcb\xdd\x65\xd1\x93\xcd\x77\x97\x45\xef\x66\x46\x77\x96\x05\x2a\x90\x51\xb1\xae\xef\x2e\x0b\xb8\xbb\xcc\x1a\xee\x2e\x0c\xd8\xec\x76\xfb\xf5\x60\x9c\xeb\x0b\x42\x02\x17\x84\x39\x5d\x0e\xa4\xb9\x16\x5c\xb2\x2c\x24\xf4\x28\x83\x04\xce\x20\x95\x93\xc5\xc1\xfd\xfb\xdd\x09\x25\xcd\x8f\x47\xae\xcf\xeb\xe8\x7c\x1a\x67\xd3\x75\xa6\x41\x80\x6d\x2e\xf9\x26\xad\xd4\x70\x12\x9d\x73\x2f\xa4\x61\xec\xff\x3e\xd4\x1f\xaa\x45\x29\xe3\xe4\x39\xca\xcb\xd1\x8f\xa4\x22\xc4\x24\x3c\xcf\x8b\x5c\xad\x97\x26\xfb\xce\x51\xdc\x37\xc5\xac\xef\xab\xe8\xdc\x88\xdd\xf1\xad\xcb\x2d\x62\x9a\x8e\xe2\x70\x8e\x66\x13\xbc\x0c\xbe\x7f\x17\x83\xfe\x77\x54\xe7\x33\x2f\x59\x32\x97\xb8\x67\x12\x7e\xc7\x8e\xb5\x04\x90\xde\xc8\xd9\xa8\xc6\xd4\xfc\xd3\xc8\x35\x21\x1d\xa6\xd7\x26\xae\xdf\xfa\xde\x45\xe8\x16\x33\x8c\x59\xdb\x54\xfd\x47\x9c\xa5\x89\x99\xd1\x6b\xb6\xdf\xb3\xf8\xd7\xcd\x56\x80\xcf\xa2\x73\x78\x7f\x1d\x47\xe7\xaa\x8a\xab\xb5\x1a\xee\x3f\x8a\xce\xe9\x76\x13\x8c\x71\x29\x97\x45\x63\xea\x13\x07\xee\x57\x73\xcd\x9d\x16\xcb\x55\x5c\xca\xa1\x23\x1a\x4c\xc7\x33\x61\xf0\xd6\x4a\x3e\x37\x89\x57\x1b\x33\xaa\xfc\x9f\x6e\x8f\x57\xc2\x54\x75\x5e\xf3\x46\x42\x0d\x5a\x63\x9d\x7a\xe3\x6f\xe5\x64\x3d\x07\x0a\xe4\xcb\xe4\x55\x79\x31\x9b\xc9\xe9\x76\xf0\x58\xa5\x0e\xfd\x78\xb9\xd2\xb2\x7c\x7a\x45\x89\xb7\x6a\xdc\xd6\x07\x13\x56\xa7\x5a\x5e\x42\x18\x25\x7f\x88\x37\xc5\xba\xda\x61\x54\xbc\x62\x7d\x6c\x2f\xdb\x16\xd2\x34\xd7\x15\xea\xcd\xde\x80\xf3\x63\x3d\x97\x90\xdf\x96\x6a\xd9\x09\x78\x00\x9a\xa8\xdb\x35\x9c\xe9\xfb\x2b\x6f\x10\xaa\x34\xc3\x26\xa8\x79\x8c\x3f\x2a\x09\xcd\x87\xa6\x9a\xd8\x29\x19\xc3\x6f\x95\xd4\xa1\x3d\xa1\xc3\x1f\x33\x8f\xed\xb6\xf7\x8f\x4c\x54\xc1\x61\xb6\xce\x6f\xbc\xe7\x26\x08\x6b\x47\xa1\x65\x1a\x83\xc3\xb0\x9e\xc6\x7b\x7f\x99\xc4\x13\x99\x0d\xa8\x87\xc1\x42\x66\x2b\x59\xaa\x41\x63\x43\x7d\x75\xe0\xbe\x0a\x2c\x96\x8c\x7d\x1b\x58\xf7\x63\x88\x93\x04\xe3\x3c\xd8\x51\x2d\x62\x65\xa2\x34\xb5\x84\xaf\x71\xe3\xeb\x0f\x4c\x6d\xb8\xcb\x7a\xf1\x41\x0c\xe4\x2e\x59\xfa\x22\xe7\xa6\x44\xcb\xa6\x97\x99\x0a\xd1\x95\xf2\x87\x54\x55\x3d\x51\xfb\xd4\x8f\x93\xa4\xeb\x1a\x1f\xd9\xc8\xc1\xf7\xba\x07\x91\x1b\xb0\x99\x55\xaf\xa9\xc7\x1e\x8f\x46\xe2\xf5\x80\x7e\xa9\x9a\xb0\x50\xc9\xd3\xe9\x35\x95\x37\x7c\x7b\x28\x3a\x10\xec\xd4\x7e\xc1\x81\x99\x8a\x4a\x56\x2e\x69\x6f\x07\x2a\x75\xa2\x60\xc2\x00\xe7\xfe\xfd\x3a\xf0\xfe\x24\x56\xf2\x3f\xe2\x4c\xbc\x7f\x8f\x61\x53\xc3\xbe\x6c\x9a\x85\x1a\x9d\xd2\x5f\xa7\xe3\xbd\xc4\x10\xc6\xd9\x51\x33\x15\x7e\x18\xa9\x18\x3c\xfb\xcb\x6c\xbe\x7e\xf0\x32\x13\xdb\xbb\x77\xaf\x1d\x13\xb0\xf8\x26\xd2\x6e\x8d\x02\x08\x40\x77\xbc\x87\xa1\x5d\xea\xa8\xe5\x58\xac\x15\x6a\xa4\x42\xd3\x9e\x0d\x77\x64\x20\xf1\x35\xc6\x2a\xe0\xc0\xbe\xff\xe8\x83\x91\xde\x9e\x27\x8c\xee\xff\xd6\xc9\xaf\x5b\x94\xe9\x9c\x22\xb4\x40\xff\x6f\x8b\x37\x10\xfa\x96\xb0\x68\x82\x45\x99\x5a\x56\x81\x80\x51\x84\xe6\x2f\xde\xad\xba\x9d\xee\xff\x7d\x3f\x1e\x8f\xc7\xaa\x67\x69\xc5\x40\xd1\x14\xd4\x7d\x3a\x84\xd2\xf7\x9f\xf5\x3a\x91\xe8\xcc\x3b\xbd\x48\x74\x3e\x7b\xd4\x61\xea\xea\xf1\x58\x3d\x1c\xcc\x23\x4d\x6d\xec\xeb\xff\x1d\x8f\xd5\x83\xf7\xfa\xff\x3e\x83\xc2\x4e\x3b\xf5\xb1\xf9\x41\xbe\xe9\xdf\x88\x03\x20\xb4\x46\x26\xf0\x09\x7b\xba\xb6\x06\xb5\x4a\x7c\xc8\xbb\x6c\xef\xbb\x21\xee\xb0\xdd\x3d\xbe\x05\x41\x29\x9a\x28\x69\xdb\xe6\xfd\x6f\x1b\x39\x0d\x1a\xce\xd7\x09\x87\x3e\x5f\x27\x1d\xbf\x74\x1b\xc0\xf9\x3a\x61\x95\xaf\x6d\xe2\x0e\x0b\x8e\x3e\x75\xea\xb5\xb6\x81\xa5\x2a\xff\x80\xf8\x6e\xff\x8a\x7f\xf6\xaf\xf8\x67\xff\x8a\x7f\xf6\x4f\x10\xff\xec\xe5\xb3\xff\x3c\x3f\x39\xfe\xfe\xd5\x8b\x6f\xcf\x1f\x3f\x3a\xff\xe6\x18\x34\x96\x62\x24\x1e\x1d\x7c\xf5\xf8\xab\xcf\x1f\xfd\xf9\xf0\xf1\x11\xa5\x53\x3a\x86\x17\x61\x89\x19\x49\xaa\x6c\xc0\x59\x4c\x97\x64\x3c\xa1\xe8\xc6\x20\xcb\xfe\xb2\xf8\x35\xcd\xb2\x18\x7c\xa2\x64\xbe\xff\xd3\x09\x7a\x46\xfd\x2c\x27\x83\x7f\x8b\xaf\xe2\x13\x08\xf8\x39\xb0\x9b\x65\xf0\x3d\xa4\x14\x3d\xc7\x0e\xd4\x00\xff\x1d\xa4\x8a\xd1\x27\x92\xf9\xb1\xea\xbe\x8b\xc4\x86\x9d\xb7\xef\x80\xd0\x37\x61\xda\x9d\x77\x40\x79\x07\x7a\x53\x3c\x12\x03\x81\xb5\xf4\x5f\x1b\x9e\xaf\xa3\xa9\xcd\x3b\x4d\x10\x1b\xf8\x73\xd3\x92\xe7\x0d\xd5\x53\x57\x32\xaf\x5e\x2c\xd3\xaa\x92\x65\xf7\xca\x3e\x27\xc4\xd0\xc3\xe4\xf1\xae\x8f\x95\xd3\xb3\x23\x26\xf0\x50\x8f\x45\xce\x5e\x41\x16\x79\x97\xea\xb3\x48\xd8\x06\x02\x1a\x66\x4c\xb9\x09\x0f\x4c\xe1\x97\x8b\xd9\x8c\xc3\x99\xcd\xb6\x00\x02\x91\x97\x60\xce\xd2\x4c\x8f\xda\x3d\x92\x5c\xb0\x06\x76\xac\xf8\xfc\x9b\x1a\xd9\x48\xdb\xb7\xe1\x20\xe6\xb2\xf2\x9f\x61\x77\x19\x30\x02\x75\x45\x8f\x1b\x79\x3b\xe5\xb5\x53\xb2\xd2\xb2\x9f\x79\xa5\xe9\x94\x93\x0c\xd8\x15\xbd\x09\x35\xf5\x8e\x6a\xc8\xaa\xc7\x91\xab\x23\xc4\xcd\x0f\x8b\xba\x57\xf5\x3e\x1b\x66\x0b\xa4\x50\xcb\x06\x57\xe4\xd9\x06\xec\x3a\x5d\xa3\xea\xf5\x05\x5c\xdf\xd6\xe7\xea\x3c\x15\xe6\xef\xd3\x83\x33\x31\xb4\xbf\xea\xe9\xe6\x48\x53\x09\x0e\x49\xa8\x27\xf3\x9f\xc1\x36\x29\x74\x19\x25\x9e\x1b\x55\xec\x67\xd0\x05\xc2\x80\x58\x5e\xa8\x77\xfd\x8c\x94\xb2\x6f\x5d\xfe\x2e\x8c\x93\x07\x5f\x7f\x2c\x8b\x95\x18\x89\xce\x39\x05\x03\xda\x47\x3d\x01\x95\xee\x6b\xb9\x1c\x2e\xad\x5a\x8a\x71\x17\x56\xb8\xe0\x9d\x9f\x77\x18\x3c\x33\x8a\x6d\xa1\xc7\x34\x9a\xdd\x31\x64\x5a\xd4\xe3\x8e\xe9\x7a\x16\x88\xa9\xd6\xf5\xe8\xa4\x14\xe7\x95\x5c\xae\x22\x8c\x6a\x14\x69\xc9\x90\x87\xe8\x6e\x8e\xc0\x65\x40\xf5\x58\x4d\x1b\x58\xf6\x3c\x93\x39\x8f\x49\x4d\xb6\x83\x48\x7f\xd1\x7b\x0b\x17\x58\xd7\xea\x45\xe2\xfc\x52\x6e\x30\xa0\x33\xfc\xf5\x04\x5a\xe3\x0f\x08\xe7\xec\x48\x11\x3c\x3d\xcf\x29\x02\xb5\x33\x1f\xc0\x17\x47\x84\x6e\x3c\xee\xe9\xa7\x96\x84\xbb\x30\x4b\xfc\x63\xc7\x10\x61\x0e\x99\x60\x59\xe9\xc7\xab\x55\xb6\x61\x2b\x11\xe1\x8b\xeb\x33\x7d\x51\x9d\xc6\xe0\x6d\xaa\x7a\xbd\x1e\x61\xd2\xfc\xdb\x97\xc8\xf8\xc4\xa8\x89\x1b\x9e\x87\x4f\xb3\xa1\x99\x5c\xae\xf4\xbf\xed\x03\x64\x6b\x55\xcb\x8f\x60\xd6\xa6\xef\x25\x92\x78\xee\x48\xba\xf2\x43\xfe\x79\x45\x35\xda\x28\xe5\xec\xa8\x09\xa7\x33\x08\x27\x0c\x43\x98\x9d\xb2\x2d\x70\x66\xde\xed\xd2\xb4\x23\x03\xc2\xc4\x6a\x6f\x1d\xe4\xb6\x34\x20\xcd\xa1\x90\xb6\x26\x0e\x15\x26\x23\x46\x18\x21\x06\xe4\x2c\x53\xb9\xcf\x8f\x23\x37\xed\x22\x4b\xcc\xab\xfa\xb0\xfd\x91\x5f\xd3\x30\x58\x51\x03\x1a\x54\x64\x3c\xd3\x0b\x7d\x63\x2b\xe9\xc1\xda\xa3\xdb\x0c\x20\xb2\x1d\xf4\xbc\x41\x8a\x00\xde\xc1\x11\xe4\x22\x29\xe8\xb3\xab\xe8\x1f\xdf\x4d\x4d\x9d\x24\x5c\x63\x8e\x41\xf8\x2c\x14\x8b\x6b\xb5\x9a\x06\x2b\x86\xcd\x52\xd3\x11\x1f\xc7\x87\x27\x14\x37\xff\x01\x27\x35\x97\x37\xc7\x4d\xbb\x7c\x66\xf7\x9b\x47\xd0\x83\x49\xb1\x8a\x91\xe8\x34\x5a\xfa\xc4\x8b\x77\x2b\x0c\x88\x01\x2f\x2a\xd8\xe9\x2c\xaa\x02\x13\x46\x68\xa6\xde\x79\xfc\x68\x7f\x92\x56\x42\x5f\x08\xe7\xb2\xec\x8b\xe3\x5c\x55\x32\x4e\x44\x89\xd4\x99\x0c\xc5\xff\x52\x9d\x96\x33\x33\x60\x59\xe1\xe2\xbc\x1f\x05\x34\x82\x38\xe3\x55\x40\x76\xab\xe1\x87\xef\xc0\x3e\xca\x0b\x1e\x6d\x6e\x1f\x4e\xed\xcf\xdb\x1d\xb6\x2f\xda\xf2\x7c\x45\x50\x1e\x9c\x36\x3c\xc8\x0c\x3d\xa4\x77\x87\xb9\xdf\x03\x55\x35\x1d\xa1\x78\xd9\xf2\x86\x9a\x8d\x87\x9d\xdc\x95\xd1\x56\x74\x1b\x0f\x76\xc3\xbf\x9a\xca\x42\x86\xd6\xfe\x8e\x11\x7c\xd9\x41\x05\x90\xb4\xc0\xea\xb1\xa3\xdd\x48\x12\x2d\x47\xfb\x61\xc3\xd9\x6e\x9a\xf0\xe3\xe8\xb0\xe1\x70\x37\xf5\x1a\x0f\xf7\x43\x3a\x8b\x0e\xf1\xc8\x38\xbc\xf3\x7c\x37\xd0\x5a\xcf\xf7\xc3\xdd\x0e\xf8\x43\x3a\xe1\x0f\xdd\x11\x7f\x48\x67\xfc\x21\xfd\x6c\x3b\xe5\x0f\xeb\xc7\xfc\xe1\x5d\xe7\xfc\xa1\x3d\xe8\x0f\xed\x49\x7f\xf8\x61\x47\xfd\x61\xf3\x59\x7f\xb8\xfd\xb0\x3f\xb4\x7f\xf0\xf8\x94\x8e\xfd\xe3\x1b\x56\xac\x30\x97\x28\x8f\x76\x7b\x76\x32\xb6\x71\x91\xd7\xb3\x09\xdd\x29\xeb\xd3\x91\x35\x51\xb2\xbc\xb2\x5c\xdd\x00\xe4\x5f\x31\x9a\x16\xe7\x24\x5d\xaf\xfc\xbe\xdf\x41\x13\x6b\x31\x93\xb4\x11\xac\x5a\x27\xe7\xee\x03\x3e\x2b\x21\xf9\xe6\x70\x07\x01\xc7\x90\x6b\x4d\xc4\x31\xe4\xf9\xfb\x4a\x0f\x0d\x58\x75\x6c\x94\x17\xb0\x4d\x02\xac\x2d\x68\xe4\xff\xf4\xe2\xa0\xbd\x7f\x5f\x2f\xa5\x9c\x7a\xcd\x4a\x87\xc1\x40\x9c\xac\x27\x6a\x5a\xa6\x13\x49\xd1\xdb\x68\xd1\x94\x98\x6c\x8c\x46\xd1\x8c\x66\x28\x82\x61\xfa\x3c\x76\x1b\x1a\x4d\xd8\xd1\xb6\xbc\x56\x5e\xda\x7a\xc1\x65\x2d\xe2\x9d\x1e\x0f\xf5\xa8\xa8\xb5\x56\xbf\xc0\xfd\x68\xb7\x41\xef\x28\x38\x81\x1a\x17\x85\x87\xf1\xfc\x1f\xbe\x2a\x2c\x00\x68\x2b\x5d\x7b\x01\x42\x7f\xc3\xb5\x99\xcd\xee\x58\x9c\xad\x53\x30\x8c\x21\xb8\x7b\x18\x66\xf1\x11\x43\xe5\xc2\x44\xe3\x88\x41\xbf\xe2\x06\x59\x13\x84\x6d\xa4\x7c\xa7\x23\xf8\xa0\x29\x7d\x80\xc4\xe3\x74\x1f\x0d\xb2\x4f\x8f\x87\x9c\xc5\xfb\x48\x9b\x38\x64\x46\x71\x87\x38\x64\x07\x3b\x0d\x25\xa1\x26\x5d\x86\x91\x84\x9a\xca\x76\x97\x84\x5a\x00\x50\x58\x9c\x9a\x5a\xcf\x7a\xc5\xd9\xbf\x22\x1f\xd1\x43\xfb\x97\xa7\x4e\xaa\x5b\xa7\xeb\x6a\x9f\xa3\x2d\x76\xda\x0e\x35\xec\x34\x5b\x69\xff\x31\xb6\xb5\x74\xb9\x42\xc3\x20\xe4\x9c\xf7\x5d\x4e\xfc\xb2\x4e\x6b\xab\x6d\xfd\xf9\x35\xff\x30\x53\x56\x7d\xad\x9a\x03\x3c\x19\xb5\xc4\xfb\xf7\xb5\x49\x99\x9a\xbb\x2f\xe9\x27\x7b\x3b\xb0\xab\x39\xa9\xe3\xac\xdd\x33\x40\xd5\xcf\x69\x96\x4c\xe3\x32\x61\x7e\x31\xce\x20\x6a\xfd\x62\x60\xad\x8c\x4f\xcc\x2e\xbe\x35\x49\xb1\xdc\x37\x0e\x3f\x20\x9d\x0f\x4c\x6b\x1f\x26\x33\xb4\x7f\x1c\x58\x06\x20\x84\x8c\x24\x7e\x27\x4c\x13\xd7\x83\xb5\x85\xb4\x17\x29\xd1\xf1\x0e\x7e\x44\xae\xbe\x0f\xe7\xc7\x06\x7b\xb3\xae\xbf\xae\xd2\x4c\x0d\x6c\xa9\x71\x7e\xfa\x43\x2d\xb3\x2d\x64\xc0\x92\x69\x35\x76\xe0\x0f\xe0\xc8\x1e\x49\x46\x91\xf4\x7a\xf2\x0b\x25\xe9\x32\x20\xee\x39\x93\x60\x98\xd4\x8f\x75\xb6\x7b\x52\x2e\x93\xce\xcf\xe4\xc8\x73\xc6\x3e\x3f\x05\x9d\x1e\xbb\xcb\x82\xc0\x60\x7d\xeb\x12\xeb\x3d\xbd\xab\x86\xeb\x52\xe3\x94\x66\xa5\x7b\xd5\x2d\xf4\x66\x87\xbf\x15\xe6\x3e\x6c\xce\x84\x87\x48\x01\x20\x98\xfe\xae\xc7\xb0\x86\x85\x26\x27\x61\x41\x7f\x9a\x84\x84\xb7\x54\xce\x76\x36\x20\xdd\xbc\xc7\x80\xc2\x06\xb3\xb6\x89\xb4\xa7\x07\xf5\xff\x74\x02\x47\x7b\xb1\x26\x24\xd0\x9d\x18\x2f\xcc\x76\xbc\xbd\x56\xeb\xf8\x0f\x45\xa1\x64\xab\x89\xfc\x83\x0c\xcf\xfc\xe1\x79\x43\x4b\xfe\x56\x1d\x6c\xb8\x13\xb2\xe0\xee\x6e\xe2\x65\xfc\xb9\xee\xc7\x98\x17\x89\xf1\x07\x92\xca\x37\x5a\xe9\x22\xbd\x59\xa8\x90\xfd\xd9\x57\xab\x2c\xad\xba\xe0\x4f\x55\xb7\xb5\x4d\x43\x2b\x2c\x68\x34\x4d\x8f\x4e\xa3\x49\x5d\x53\x52\xf2\x9e\x97\xa8\xc6\xe7\xff\x8d\xfe\x57\x7f\xd8\xc8\x59\xa7\x77\x0d\x7e\xf0\x00\x63\xdf\x3c\x13\x95\x3b\x2a\x5c\x16\xff\x34\x57\xab\xb4\x74\xb1\x84\xe5\xbb\xa9\xcc\x32\x88\x06\x26\x1e\x88\xd3\x7c\xbe\x1f\xe7\xe9\x32\xae\xe4\x59\x77\x51\x55\xab\xe1\x60\x70\x7d\x7d\xdd\xcf\xe7\xf4\x15\x0c\xe9\x3d\x91\xa5\x93\x32\x2e\x37\x91\xd8\x14\x6b\x93\x42\x48\xcb\x05\x69\xa5\xb7\xd0\xa6\x58\x77\x4a\x8c\x9e\xb3\x56\x69\x3e\x17\xcf\x4f\x4e\xd8\x68\x14\x38\x51\x00\x3c\xfd\xab\x2f\x8e\xab\x8e\x12\x93\x75\x9a\x55\x62\xbd\x2a\x5c\xe8\x9d\xd3\x0b\x77\x7a\x5d\xe0\x78\x6c\x9c\x93\x69\xb1\x5c\xae\xf3\xb4\xda\xc0\x88\xd0\x18\xe8\xba\xd8\x9f\x97\xc5\x7a\x35\x70\x1f\x7a\x00\x70\xea\x6c\x4b\xaa\x80\xc1\xd2\x66\x82\x2b\x65\x31\x83\x40\x42\x2b\x93\x58\x1e\xf1\x78\xf1\xfc\xe4\x84\x0d\x43\xe8\x6d\x9a\x4a\x25\x62\xb1\x8a\xd3\x52\x37\x42\x97\x9e\x3c\x5e\x4a\x25\x92\x75\xa9\x27\x0c\x51\x9a\xe3\xd5\x4a\xc6\xe5\x45\x24\x2e\xa4\x3e\xd0\x2e\x22\x80\x17\xe7\x89\xb8\x90\xef\xd2\xea\x02\x53\xff\x28\x0c\x1f\x24\x19\x82\xfa\xe2\xed\x42\x8a\x59\x5a\xaa\x8a\x80\xa7\x8a\xfa\x4d\xa0\x7d\xb5\x90\xb9\x88\x01\x9c\x92\xd3\x42\x43\x7c\xb0\x1f\x4f\xab\xf4\x4a\x5e\x98\x16\xb9\x28\x4a\x08\x70\x54\x08\x28\xc1\x64\xd3\x52\xaf\xc5\x89\xd7\xd7\xb3\x59\x85\x71\x90\x00\x9e\x2b\x89\xc4\x32\xae\xa6\x0b\x3d\x9d\x8b\x07\xfb\x49\x91\x5b\xd8\x38\xd5\xb8\x94\x76\x50\x55\x21\xb4\xe0\x93\xaa\xaa\x01\x10\xa5\x38\x72\x18\xbd\xb8\xf8\x45\xbd\x83\x3f\x2d\xdd\x3f\x5b\xad\xe8\x5e\xf7\x00\x12\x17\xe7\xaa\x12\xa7\x29\x30\xdd\x48\x28\x59\x1d\xe7\xe6\x8a\x64\x5d\xf9\xc1\xcd\x05\x88\xff\x01\xdb\x2d\xf4\x53\x88\x27\x49\x7a\xf5\xb5\xfd\x25\xc4\x13\x6f\x1d\x45\x9a\x8f\x6e\x10\xfe\xad\xa8\xd2\xa5\x2c\xd6\xd5\xe8\xe6\xf0\xe0\xe0\xd6\xf9\x08\xaa\xd1\x78\x6f\xb9\xd9\xcf\x21\xa2\x11\x07\x55\x07\xae\xff\xbb\x19\xef\x1d\x77\x20\x57\x37\x28\xbe\x04\x35\xdd\x7f\x60\x36\x3e\x84\x9f\xe1\x40\x06\xe1\x10\x07\xde\x18\xbd\xa2\xc9\xba\xaa\xf4\xd6\xd8\xac\xe4\x68\xbc\x87\xbf\xc6\x7b\xa2\xc8\x9f\x67\xe9\xf4\x72\x74\xd3\xed\x89\xd1\xd7\x0e\x53\x5d\x2d\x7f\xf7\x6e\xfd\x31\x42\x55\xbd\x56\x2f\x34\x3d\x7a\x1d\x23\x40\x57\xdd\x1b\x1b\x21\xf9\xd6\xac\x9e\x5d\xc9\x9f\x29\x94\xb9\xb8\x48\x73\x8c\x43\xae\x29\x55\x61\x38\xce\x0b\x3d\x84\x8b\x08\xe3\x75\xea\xbb\x38\xe3\x42\x90\xd4\x1c\x09\x9c\xd0\x85\x34\xa3\xab\x02\x89\x5d\xc8\x77\xb1\xbe\xaa\xec\xd3\xd6\x41\x92\x87\xae\xbc\x12\x4b\xf5\x00\x71\x22\xf5\xa9\x22\x13\x91\xe6\x16\x5e\xae\xaf\x3e\x55\x3a\xbd\xec\xd7\xb6\xf2\x29\x84\x88\x51\xb4\x93\x4a\x39\xcb\x8a\x6b\xc7\x66\xe6\x69\xb5\x58\x4f\xfa\xd3\x62\x69\x22\x2b\xb5\xb1\x99\x49\x56\x4c\x06\x5f\x1c\x1c\x7c\xf5\xf8\xe0\xb1\xfc\xea\xf0\x7f\xc7\x5f\x7d\x3e\x91\x5f\x7e\x19\x1f\x3e\x9a\x3e\x96\x87\x87\x07\x5f\xc8\xcf\xff\xf7\xa3\x2f\xff\x7c\xf8\xe8\x8b\xc3\xcf\x27\x03\x55\x4e\xfd\x75\xee\xff\xa2\xfe\xf4\xc3\xe1\xc1\x9f\xf7\x7f\x38\x7c\xf4\x05\x32\xaa\x89\xac\xae\xa5\xcc\xc5\x04\x92\xff\x43\x50\x23\xc3\x55\x1a\xa7\xdf\xc7\x50\x67\x9a\x4d\xe4\x22\x5d\x42\x6c\xaf\xbc\x12\xfa\x96\x76\x49\x00\x31\x33\x7a\x5a\x61\x46\x0a\x25\xd6\x14\x18\xd5\xee\x08\xd3\x67\x80\x7a\xcd\x70\x70\xe1\x9b\x11\x2f\xaf\x60\x61\x8a\xf5\x7c\xa1\x07\xb8\x11\xd7\xb2\xb4\xcb\xb0\x5c\xca\x24\x8d\x2b\x99\x6d\x44\x91\x4b\x11\xcf\x0c\xdd\xc5\x79\x51\x2d\x64\xd9\x17\x2f\x0b\x55\x89\xbc\xa8\xe2\x49\xb6\xa1\x24\x1a\xa9\x12\xd7\x8b\xb8\x12\xcb\xf8\x52\x2a\x3d\x62\xa3\xc7\x06\xc1\x0d\xc7\x4d\xc7\x11\xc0\x3a\x47\x46\x1b\xe7\x53\x79\xee\x71\x99\xa9\x82\x18\x72\xa2\x6f\xb6\x22\x8c\xdc\x72\x99\x62\x15\x4f\x21\x65\xe6\x01\xa7\x6f\xbf\x32\x4d\xb3\xde\xe6\x91\x61\x3c\x0e\x83\x43\x53\x2a\x0e\x0f\x0e\x96\xaa\x19\xe8\xbb\xb4\x6a\x05\xd6\x50\xb7\xb5\xff\x83\x2d\xfd\x0f\xeb\x03\xe0\xbb\x36\x3c\x2b\xa4\x12\xa5\xc4\x94\xff\x15\xe5\x3b\xa0\xb0\xa1\xfa\x74\xbf\x06\x42\xb2\x18\x17\x0f\x1e\x54\xc5\x83\x07\x2e\xbe\x1d\x0a\x4b\x3e\x73\x1d\x69\x31\xe4\x4f\xe7\xe7\x3f\xfe\xf4\xe6\xc5\xf9\xb9\xae\xc7\xec\x71\xa0\x4a\xfa\x2c\x74\xb8\x09\xe4\x5a\x0f\x5e\x24\x6a\x8d\x48\x13\xe7\xec\x73\xbc\xbe\xd3\x10\xda\x9c\x75\xce\xa2\xb7\xab\x1b\x4d\x2e\xaf\x3f\xce\x95\x66\x07\x47\x1a\x6b\x69\xb1\xce\x32\xc1\xfc\x3c\x2b\x59\x50\xd6\x6c\x2a\x33\xd9\x7a\x8e\x3c\xd0\xfd\x22\x07\x5e\xef\x1b\xbc\x40\x6e\xc4\x4d\x93\xe6\xf3\x9a\x45\x73\x91\xaa\xcf\xe6\xd2\x85\x49\xb6\xf6\xae\xbe\xf7\xb5\x6b\x21\x88\xa7\xa2\x83\x3f\x3a\x62\x28\x3a\xb0\x71\x3a\xbd\xc8\x33\xbb\xb3\xd7\x01\x0d\x3d\x38\x8f\x7d\x6e\x3b\xa5\xd8\x5a\x56\xf4\x95\x46\xe2\xee\xe8\xad\xd1\xe1\xd6\xd3\xa6\xcb\x84\x79\xce\xc3\x75\xdf\xe7\x5e\x52\x32\xc0\x8d\xa7\xf5\x6e\x28\xaf\xe1\xab\x5d\x8b\xed\xe1\x1c\xdd\xe3\x3f\x01\xed\x87\xbf\x01\xde\x71\xa3\x3f\xdf\x8e\xfd\xc3\x7e\x50\xad\x61\x11\xf4\xd9\xf8\x2c\x4f\x9e\xf9\x78\x0e\xda\xed\x80\x6d\x7f\xe6\x8d\x08\x4f\xf3\xf9\xc7\xe2\x5c\x26\x1f\x80\x72\xfc\x5e\xc3\x4d\x80\x6d\x83\x61\x8c\x83\xd3\x84\x22\x88\x6e\xa0\x7b\xbf\x13\x14\xad\xd0\x56\x48\x5e\x99\xe6\x20\x6c\xb5\xc3\x11\xd3\x2b\x2a\xf1\x30\xec\x7f\x18\x7c\xd8\x69\x57\xdd\x41\x57\xed\xbb\xcd\x1b\xf2\x0e\x34\x40\x99\x4a\xb6\x90\x80\x4c\x3e\x86\x02\xf4\xd9\x1a\x2e\xff\xdd\xdb\xec\x71\xeb\x6a\x01\x93\xf9\x10\x36\xf6\xf8\x43\xf9\x98\xa1\xad\x1d\xb9\xde\x5d\x0b\xb1\x2b\xdb\x7b\x97\x56\xdb\x56\xe0\x5d\x5a\x21\xee\x76\xc3\x79\x13\xa3\xbb\x1b\xed\x9f\x7f\x00\xda\x77\xe2\x62\x9f\xff\x41\x5c\x0c\x67\x7c\x07\xfe\x0c\x0f\xdb\x11\x85\x0d\x7c\xeb\x6e\x0c\x7e\xf1\x01\x18\x0c\xb9\x4a\x13\xb8\x56\xb6\xf4\x09\x07\xf1\x87\xb0\x06\xc0\xc3\x1d\x78\x25\xc6\x70\x27\x5a\x43\xf9\x85\xa9\x93\x37\xab\x10\xb7\xd3\xba\xa4\x13\xe4\xa1\x51\x47\xbc\x7e\xaa\x30\x9a\x97\xd7\x83\xf1\xf3\x64\xdf\xd8\x3b\x49\xaf\xfd\x0a\x42\x74\x89\x51\x13\x20\xa3\x27\xc4\x5f\x4f\xf9\x8f\x87\xa2\xb3\x0f\x0c\xd9\x87\xc6\x79\x52\x03\xc0\xa7\xa6\x3b\x7c\xa3\x24\x86\x0c\xe4\xa9\xfe\x72\xe6\x41\xab\x6f\xb5\x46\x98\xde\x6b\x6d\xba\x4e\x74\xea\xb0\x75\xe9\x33\x2c\xf4\xbb\x09\xe9\x71\x87\x4e\x74\x93\x96\x2e\xbe\xd5\x45\xae\x03\xdf\x14\xee\xf1\x6d\xd6\x9c\xed\x8f\x60\xd2\xc3\xf0\x03\xab\xea\x0d\x7c\xe8\xff\xb4\x34\xd9\xe6\x5f\x60\xae\x22\xf6\x06\x60\xde\x73\x56\x85\x18\xf9\x77\x18\x16\x90\x16\xab\x62\x35\x7f\x17\xb6\xe8\xa5\xed\xf6\xf4\x68\xbd\x85\x8b\x7c\x69\x5c\x7c\x7c\x26\x02\x4d\xa3\x06\x0c\x36\x33\x8f\x2f\xfb\x3b\xe0\xb5\xad\xe9\x8e\xd8\x6e\x6b\xde\xcc\xb6\xbc\x87\xc1\x2d\x4a\x7b\xc3\x94\x9a\xc6\xda\xd8\xaa\xe1\xa4\xa8\x0f\xb3\xb1\x65\x8d\x11\x3a\xf2\xb0\x2b\x1b\x9c\x4e\xfe\xea\x36\x1f\x5d\xe1\xc3\x6f\x21\x06\x03\xab\x0b\x82\xe0\xda\x85\x00\x2d\x97\x88\xf5\x25\x3f\x4e\xf3\x2a\xb2\xf5\xf0\xae\x9f\x2a\x91\xcb\xa9\x54\x2a\x2e\x37\x9e\xda\xd8\xd3\xe0\x82\x3e\x00\x52\x17\x92\x32\x2a\x66\xca\xe0\x3e\x82\x04\xe7\xe9\xda\x80\x84\x18\x3c\x10\x52\x65\x69\x5e\xed\x53\x26\x43\x91\x17\xfb\xeb\x7c\xad\x64\xb2\xef\x9e\x5b\x2a\x50\x28\x60\x0b\x63\x3d\xd1\xff\x52\xd6\xd6\xb7\xc5\xea\xa8\x0e\x50\xe6\x77\xc0\xdb\x45\x52\x12\xfc\x55\x95\xb7\x22\x77\x79\x20\x21\x37\xa7\x74\x6f\xcd\x89\xf0\xdc\xa1\x97\xc8\x4c\x56\x52\xb4\x1c\x2d\x5e\x2a\xb5\x96\x14\x5d\xcc\xfa\x6f\x6a\x04\xc9\xcb\x28\xab\x9c\x45\x3d\xc9\xd3\x94\xb8\x8b\x7e\x45\x41\xa9\x4c\xfc\x72\x99\x84\x35\x20\x8f\x5e\x70\xb9\xe5\x75\xde\xa5\x95\x2b\x7f\x97\x56\x41\x99\xd7\x1c\x7f\x07\x35\xf8\x10\xe0\x27\xad\x4a\xcf\xdf\x2a\xc6\x4f\x8b\x73\x4a\x9e\xfd\xcb\xa0\x2d\x50\x14\xf9\x9c\xb5\x9e\xb2\x86\x71\x0b\xa5\xcf\x57\xb4\xa4\xd5\xf8\xb1\x75\x98\x68\x7d\x55\x01\x1e\x2a\xf4\xac\x62\xbc\x27\x9e\xfa\x8b\xd3\xb0\x7c\x0e\x2c\x2d\x1a\x9a\xef\x04\x24\xaf\x90\xce\x4a\xc6\xe5\x00\x66\x74\x01\x85\xb9\xd5\xaa\xc7\xa0\x2d\x85\x5b\x82\x8a\x84\x16\xcd\x94\x28\x4a\x02\xb7\x88\x95\x98\xa5\x79\xaa\x16\xf4\xe4\xc2\xb3\x01\x09\x95\xe6\x73\xbd\x91\x34\x03\xa3\xd4\x5d\x94\x7c\x21\xa1\x14\x1b\x46\xc5\x4e\xf0\xd4\x7a\x36\x4b\xdf\xc9\x04\xb8\x8c\x8c\x41\x69\x18\xcf\xe5\x50\xc8\xfe\x1c\xf9\x81\x99\xc8\x85\x67\x51\x99\xc5\x89\x1c\xef\x39\x3b\xda\x85\xfe\x60\xd5\xfc\xec\x97\x51\x52\x46\x06\x0c\x2b\x02\x6b\x94\xad\xfd\x2e\xad\xbc\x1f\xb6\x25\xff\x86\x4d\x3c\x58\xce\x40\xc7\x7e\xba\xc6\x60\xa9\xe3\x25\x00\xc2\x9f\xdb\x83\x07\xaf\x8a\x4a\x3e\x78\x30\x6c\xa8\xc9\x00\xb0\x51\x23\x1a\xcf\x27\x45\xb5\x38\x07\x83\x05\xae\x66\xdf\xae\x7a\xaa\x8c\x8a\x7e\x53\xac\xf5\x22\xa3\xd3\x86\x48\xd2\x19\xbc\x52\xae\xc4\x44\x2e\xe2\xab\xb4\x28\x01\xf5\xc8\x93\xed\xd5\x3d\x55\x70\xd4\x90\xd6\x5e\x43\x84\x0a\xa5\x9c\xaf\x33\xa3\xa7\x60\xf5\x22\xb2\xd0\x62\x0a\xde\xa2\x54\x22\x4b\x2f\xcd\x12\x5f\xf4\x83\xc1\x0f\xf3\xa2\xea\xf6\xc3\x89\xf6\x2e\xfa\xe2\x3b\x4d\x04\x68\x1f\x40\xa3\xf0\x14\x6c\xc2\xa0\xc1\x14\x71\x4e\x00\xe5\x2a\x9d\xea\x21\x80\xae\x9e\x11\x37\x0c\x91\x82\x77\x90\x59\x08\xe1\x2b\x93\x71\xe5\xdb\xd7\x2f\x71\xa4\x04\xe9\xf4\x19\xd9\xa3\xa7\x4a\x39\x93\x4d\x12\xe7\x32\x91\x79\x9f\x4c\x37\x69\x31\x88\x5d\xb5\x41\xaf\x2f\x5e\x57\x0b\x59\x5e\xa7\x4a\xe2\x18\xed\xc0\x54\xba\xd4\x03\x5d\x2b\xd9\xb0\x60\x1a\xcb\xb0\x06\x1a\x51\x7a\xdd\xc4\x34\x56\x98\x66\xc6\x11\xc2\x0b\xbd\x03\xd2\x3c\x49\xaf\xd2\x64\x1d\x67\x7c\xbf\xf2\x54\xbe\x6a\x25\xa7\x98\xcc\x22\xcd\x13\xb9\xd2\xc7\x49\x5e\x65\x1b\xc0\xfa\xd0\xdf\x35\x17\x17\x90\x02\x47\xff\xcd\x36\xd0\xcd\x0d\x7d\x23\x0c\x0d\x45\x67\xb9\xa1\xd5\xe8\x44\x7e\x19\x4a\xde\x54\x03\xfe\x6e\xa9\xa8\xe5\x67\xac\xa6\x67\x5c\xab\x24\xf1\x08\xd1\xe5\xa8\x82\xf0\x4b\x1a\xba\x69\xaa\x16\x74\x12\x56\x81\x23\x04\xba\xd0\x57\x4a\xef\x7b\x53\x07\xb5\x4a\x21\x78\x5e\xe1\xf6\xd6\x21\xd5\x43\xf2\xf1\xcc\xb3\x71\x80\xe5\x72\x21\x95\xb4\x86\x11\xe7\xbf\x80\x3e\x66\xaa\x7d\x91\xd0\xec\x66\x33\xae\x95\xc5\x52\x74\xfa\x03\xfc\xa9\xe9\x8f\x6e\x6d\xf5\x41\xe8\x11\x2c\x21\xbd\x91\x19\x87\xa6\xc3\x69\xbc\x94\xd9\xf3\x58\x41\x42\x81\x4d\xb1\x06\x1b\x0b\x64\x21\xd2\xd2\x45\xac\x2b\x6f\x68\x97\x21\xf5\x1a\x52\x5e\x95\x32\x06\x0e\xbf\x84\x58\x25\xfa\x47\x31\x13\x59\xaa\x2a\xb2\x21\x2e\xc1\x16\x37\x01\x93\xdc\x8e\x34\x27\xfa\xfd\x3e\x4d\xac\x15\x97\x7f\x81\xdb\xd8\x0d\x5e\x78\xc5\x7b\x11\x10\xea\xd3\xa1\xa0\xec\x79\x4d\x44\xda\x56\xaa\x57\xb5\x5e\x06\xb4\xd3\xf2\xb9\x0d\x9e\xa5\xc1\x86\xa2\x77\x69\xd5\xfc\xb5\x15\x18\x11\x5c\xad\xc4\x60\x67\x10\x0a\x15\xce\xe1\x92\x89\x7e\x27\x8b\x18\x22\xae\xfa\x07\xff\x33\x71\xf1\x84\x79\x01\x5c\xb0\xc4\x91\xe0\xb9\xc3\xad\xaa\xb1\x71\xde\x30\xda\x41\x51\x94\x4e\x79\x6b\x9c\x47\x08\xb0\x7f\xd4\x78\xcb\xf6\x9d\xcd\xb0\x58\x24\x72\x28\xfe\x5a\x2d\xb3\x17\x26\xb8\x54\xaa\x9e\x99\xe3\x65\x28\x26\x45\x91\xf5\xd8\x1c\xad\x80\xe9\xe6\x07\x69\x17\x7f\xcb\x49\x59\xfd\x82\x15\x66\x3a\xde\x59\xdd\xa9\x79\xc9\xfc\x1e\x53\x84\xb2\xdf\x71\x96\xf5\xe9\x75\x2c\x1b\x8a\x4b\x29\x1e\x3c\xc0\x5b\x65\xf2\xe0\x81\x71\x02\x12\x17\xdc\x2d\x47\x4f\x1f\xcc\xee\x24\x18\xea\x33\x13\x2e\x50\xbf\x03\x32\xb4\xbc\xfe\x3b\xe1\x42\x33\xee\xdf\x84\x72\x83\x61\xc3\x01\xf3\xfb\x8d\xd9\xd2\xe2\xc7\x52\x61\x7d\xb8\xbf\x27\xc5\x39\x2c\x4b\x8b\xe4\x36\x22\x73\xf2\xf3\x6f\x4a\x69\xf5\x09\xd7\xa9\x6a\x9c\xdf\x92\x7b\x33\xf9\xad\x3b\x77\xe3\xf0\x12\xd8\xf0\x1c\x62\x87\xd7\x0d\xbf\x79\x34\xc7\xe0\x7d\x83\x17\xd8\xed\x4e\x7f\xfd\xb6\xf7\x0d\x9f\xf2\x62\x00\x3e\x7d\x5b\x2c\x3d\x47\x7f\xf4\x64\x4a\x8a\xa5\x71\xf0\x0f\x1e\x17\x7c\x5f\x16\xeb\xd5\x87\xbe\x30\x80\x46\xf5\x80\xa5\x7f\xc4\x93\x81\x96\x54\xfb\xe4\x24\x4d\xce\xda\xf2\xdd\x34\x5b\x27\x60\x63\xc0\xa0\x57\xe4\x1e\x6e\x5e\x01\x18\xbd\xf1\xed\x11\x28\x76\xd0\x57\x9b\x9e\x0c\x38\x77\xf2\xbf\xc9\x0d\xf3\x58\x87\x54\x24\xe4\x40\x8e\xb5\xc0\x99\x3e\x25\x2f\xf3\x14\x3d\x46\x52\xf1\x84\xb5\x0e\x5d\xd5\xd1\xb1\xc4\x95\x83\x93\x3a\x84\x70\xa4\x01\xdb\x40\x9a\xe0\xed\xff\x35\xbc\x1b\x9e\x16\x79\x95\xe6\x6b\x79\xb4\xdd\xf7\x3c\xf4\x3b\xff\x6f\xee\x4c\x6e\xbc\x9b\xdf\x6a\xbe\xf4\x84\xd2\xef\xf9\xfc\xcf\xb9\x3a\x2b\x11\xe3\x85\x2b\xce\xd2\x5f\x65\x22\xb8\x3b\xb1\xab\x47\x9e\x82\x71\x65\x5c\x9c\x94\x75\x85\xab\xae\x0b\x1b\x0f\xa9\xd1\x7f\xb5\x3e\x02\x91\x5a\x2f\xca\x27\xdf\xc5\x89\xfc\x1a\x5c\x45\x8f\x49\x9c\xc5\xcb\x2d\x3a\x57\x3e\x19\x40\x79\x53\x65\x8a\x76\x09\xbc\x35\x9e\x14\x57\xb2\xde\xe2\xc9\xa0\x3e\x79\xee\xe9\x35\xc0\x2d\x5d\x1f\xdf\xa7\xfb\x66\xd5\x60\xee\xe0\x9f\x55\x6b\xf3\x69\x3e\x5a\xe7\x9f\xea\xa4\x75\xfe\x47\x7b\x69\x9d\x6f\x75\xd3\xc2\x00\x60\x75\x57\x2d\x36\xe2\xdd\xe3\x43\xf8\x48\xf9\x23\x63\x44\xb0\xb9\xfc\x90\xce\xe4\x74\x33\xcd\x64\xb7\x43\x22\x63\x27\x12\x07\x38\xc6\xfa\xfb\xdb\x1a\x16\x42\x9f\x82\x36\x44\x3c\xde\x1d\x11\x8f\x09\x11\x8f\x1d\x22\x1e\x13\x22\x1e\xd3\xcf\x36\x44\x3c\xae\x23\xe2\xf1\xc7\x23\x22\xcd\xe7\x1f\x84\x8b\xc0\x39\xa0\x0d\x15\x9f\xef\x8e\x8a\xcf\x09\x15\x9f\x3b\x54\x7c\x4e\xa8\xf8\x9c\x7e\xb6\xa1\xe2\xf3\x3a\x2a\x3e\xff\x78\x54\xc8\x64\x67\x4c\x84\xce\x3d\x6d\x68\xf8\x62\x77\x34\x7c\x41\x68\xf8\xc2\xa1\xe1\x0b\x42\xc3\x17\xf4\xb3\x0d\x0d\x5f\xd4\xd1\xf0\xc5\xc7\xa1\x01\xf4\x54\xe2\xd1\xae\x38\xd8\x75\x63\x7c\xb9\x3b\x1a\xbe\x24\x34\x7c\xe9\xd0\xf0\x25\xa1\xe1\x4b\xfa\xd9\x86\x86\x2f\xeb\x68\xf8\xf2\xa3\xd1\x80\xfb\x62\x67\x4c\xec\xb8\x2d\xbe\xda\x1d\x11\x5f\x11\x22\xbe\x72\x88\xf8\x8a\x10\xf1\x15\xfd\x6c\x43\xc4\x57\x75\x44\x7c\xf5\xd1\x88\x80\x5d\xd1\x8a\x87\x9d\x7c\x09\x6a\xe7\x6d\x9b\x3f\x41\x30\x04\x8e\xd2\x70\x74\x14\xa5\x32\x12\x69\xf2\x2e\x82\x80\xe9\x69\x1e\x67\xcf\xf4\x20\xbd\xb3\x1c\x24\xa6\xcf\xc0\x12\x69\x07\x8d\x21\xda\x50\x92\xf2\x63\x8a\xb0\x10\x55\x41\x55\xfb\xa0\xdd\x99\xf5\x8c\x2c\x46\x19\xbe\x5c\x18\xcb\xd3\x34\x79\x77\x66\x41\x60\x14\xaf\x34\x4b\xb0\x8f\x53\x1a\xf9\x59\x4f\x74\xf9\xe8\xc4\x48\xb0\x5a\x3d\x5b\xcd\x1c\xe9\xac\x6a\x30\xdf\x23\xd7\x8f\x9b\x0a\xeb\xa6\xe1\x63\x97\x1e\xf2\xe1\x65\xac\x3f\x4b\xf3\xe4\xdb\xd7\x2f\x5f\x15\x89\xc4\x00\x15\xbd\x16\xa7\x80\x5d\x4c\xd0\xe8\x16\x61\xe6\xe4\x3a\xe7\xfe\x1b\x0e\xf9\xac\xb6\xc5\x3e\xab\x89\xaf\xa2\x82\x7a\x29\xaf\x61\x2d\xde\x5b\x6f\x5d\xac\x79\x24\x4e\xc7\x7b\xa6\x2b\xcc\xd7\x98\xe6\xe3\xbd\xb3\x9e\xb7\xe8\x46\x84\xa2\x7a\x9f\xc1\x22\x7f\x08\x11\xb0\x21\xa2\x11\x69\xd4\x0c\xf3\xf4\xe0\x8c\x55\xa5\x17\x74\x6d\x75\x1f\x9d\x35\x1b\xf0\xe9\x04\x3b\x6a\x2f\x4a\xf3\xf9\x96\x52\x99\xb4\x14\xbe\x4b\xab\xf6\x92\x76\x98\xc0\x37\x3e\xce\x97\x00\xee\xed\xce\xa1\x80\x96\x8c\xe8\xe0\x69\x0d\x0c\xcb\x0b\xd7\x05\x3c\x33\x7f\x83\x4b\xb9\x19\x8a\x0e\x7c\xed\x84\x4e\x04\x64\xe1\x67\x92\x4d\xbb\x9b\x81\x2f\x0a\xb6\x3a\x2c\x78\x52\x12\x31\xca\x9e\x18\x6e\x1d\x32\xae\x77\x6d\xcc\xf8\xf9\x8e\x41\x07\xae\x0d\x8d\x63\xae\xfb\x37\x34\x0d\xf9\x6e\x27\x87\x1a\x0b\xdf\xc1\xd1\xa1\x91\xed\x7f\x84\xdb\x02\x06\xb5\xce\x87\x4c\x7d\x65\xbb\x9c\x14\x45\xc6\xe3\xf2\x81\xa5\x83\xf6\x0c\x0b\xa3\x6c\x3e\x75\x89\x9c\xf4\x3f\x9e\x5f\x10\x78\x80\xb6\x6c\x6d\xc8\xfe\x88\x2d\x4f\x4d\xc3\x33\x0c\x99\x76\xd8\x63\x31\x06\x84\x89\xdd\x3e\x1e\x8f\xf7\xc0\x11\xde\xd4\x06\xdf\x78\xfd\x15\xa3\xb8\x4f\xa4\x90\xef\xe2\x69\x95\x6d\xe0\x52\xdf\xf4\x34\x5a\xf5\x51\x17\xc6\x36\x10\xa4\x34\xa6\x23\xf6\xb6\x45\x0d\xd9\xb4\x4c\xff\x24\xaa\x48\xf3\xe5\xc5\x7f\x1e\xbf\x3d\x7e\xf5\x3d\xff\xf2\xea\xed\x8b\x37\x2f\xbe\x0d\xbf\x04\x95\xfe\xf3\xf8\xad\x57\xe7\xa7\x57\x2f\x5f\xff\xf4\x0a\xbf\xfd\x2e\x61\x5c\x7e\x23\x35\xe7\x6e\xcd\x49\xfb\x19\x82\xb0\xf2\x8e\xd2\x7b\x2b\xae\x1a\xd4\xa6\x99\xad\xb2\x0f\xb9\xeb\x2a\x4f\x89\xfa\xaf\xc8\x2a\xff\x8a\xac\xf2\x8f\x88\xac\xf2\x2f\x15\xf8\xff\x1b\x2a\x70\x8d\x60\xce\x89\x3b\x6b\x8c\x48\x28\x93\x0e\x3b\x05\x78\x0d\xfb\x37\x9d\x5e\x96\xb1\x83\x19\xd0\x6f\x67\xcb\xf0\x0f\xd3\xc2\x9d\x0e\x1d\xe3\x42\xe6\xb5\x72\xe5\xe6\x4f\xde\x92\x3a\x23\x8d\x4f\xd8\x0e\xbb\xc3\xbf\xd8\x08\x4d\x77\xa4\x19\x38\xf2\x95\xff\x6f\x9b\x82\x9b\x64\xb2\x42\xaf\xb9\x44\x52\xb4\xc8\x98\x1f\xf5\xe0\x93\x53\xe4\x32\xd0\xfd\x63\x48\x59\x78\xe2\x0c\x8f\xd2\xc5\x79\x71\x25\x4b\x88\x0a\x71\x8e\xf9\xe7\x63\x74\xb1\x91\x22\x91\xd3\x2c\xc6\xdc\x9b\xe2\xd9\x8f\xc7\xf4\x7c\x7d\x5a\x2c\x97\x45\x0e\x1e\x38\x0f\x44\x5a\x75\x94\x58\x2b\x34\x8e\x9a\x47\xd3\xd5\x42\x0a\x58\x24\xf0\x9c\xce\x13\x41\x6b\xa6\x7f\x16\x33\x11\xf3\xc8\x24\x93\x75\x65\x5d\xc6\xe8\xed\xbe\x85\x67\xe7\x95\xe6\xfb\x64\x22\x08\xc2\x6c\x40\x6e\xa1\x6b\x09\x19\x51\xc8\x5e\xb1\xbf\xbf\x6f\xff\x66\xfe\x8a\xdc\x18\x02\xa6\x92\x55\x16\x57\xb3\xa2\x5c\xee\xc7\xf3\xbc\x50\x55\x3a\x15\x93\x58\x31\x64\xf5\xc9\x5d\xaa\x53\x4a\xeb\x8b\xf7\xc0\x8b\xeb\x92\x82\x6b\x2e\x38\x00\x76\xb2\x4c\xcb\x62\x93\x78\x92\x6d\xb8\x5f\x13\x05\x76\xf1\x23\x31\x7c\x4c\x6c\x97\xa9\x52\xfb\x61\x7c\x17\xf2\x77\xea\x8b\xe3\x20\xb4\x8b\xc6\xff\x4c\xc6\xd5\xba\xc4\x78\x2b\x7c\xf2\x84\x71\xca\x86\x87\xd1\x09\x92\x04\xca\xe2\xcc\xb5\x72\x3e\xf2\x55\xa1\x51\xb5\x11\x79\x3a\x95\x48\x1f\x61\x7c\x9b\xee\x42\xe6\x68\xbe\x01\x70\xe0\x54\x4b\x51\x5e\x2c\x36\x7b\xcd\x0b\xf4\x8d\x8d\x67\x8a\xb6\xf7\x46\x93\x95\x48\x0a\x3d\xa2\xa2\x12\x71\x66\x4c\xfa\xd6\x29\x14\x3b\xf2\xe3\xdd\x88\xb4\x22\xc5\x81\xbe\xd8\x55\x10\x30\x53\x8f\x78\x7a\xa9\xc4\x78\x0f\x36\xe6\x78\x0f\x08\x73\xbc\xa7\x37\xdc\x78\xcf\x50\x13\xbc\x21\x08\xc1\x99\x98\x3d\xeb\x95\x46\x06\xb9\xa9\xce\x21\xe8\x89\x8c\x73\x43\xe3\x12\x52\xca\xa2\x8f\x40\x01\x92\xac\x86\x08\xbe\xa2\x00\x8e\xfc\x45\xc5\x35\x7a\x1c\xc7\x49\x62\x9c\xe7\xf4\xce\xe1\xd1\x42\x16\x32\x77\x9e\xcd\x02\x5c\x4d\xd3\x0a\x5c\xf1\x6a\x16\x39\xf2\xc2\xbb\xe1\x0c\xe2\x96\xbc\xf1\x9a\x29\x09\xfc\xf2\x1e\xd0\x04\x73\x55\x89\x64\x5d\x9a\x40\x91\x8f\x0f\x0e\x6a\xa5\xb8\x3a\x27\x7a\xa4\xe4\x3d\x1e\x86\x61\xb8\x30\x71\x20\x3e\xbb\x31\xb0\x6e\x97\x4a\xc8\x58\xc9\xfd\x34\xdf\x2f\xd6\x15\xc5\x02\xe2\xf1\x1c\x22\x17\xad\x81\xf5\xe6\xc0\x9e\x20\x6a\x5c\x8f\xd2\xde\x3e\x6f\x18\x18\x4c\x6a\x63\xcb\xf5\xb5\x93\x97\x3f\x32\xe5\xb7\xe1\xbc\xbe\x8b\x13\x3d\x9f\xee\x0d\xdc\xfb\xe8\xf2\x7f\x0b\x51\x65\x4c\x50\x9d\x27\x77\xc5\xcf\xb1\xb3\x75\x81\x64\x6e\x28\x60\xf7\xd7\x2c\x34\x0f\xc6\xcf\xc1\xc5\x46\x87\x56\x17\xa3\xa6\xdf\xef\x73\x0c\x47\x61\x61\x88\x90\x53\x80\x7f\xc6\xaa\xdd\x06\x51\x6f\x8e\x3b\x4b\x11\x8b\x99\x9e\x9e\x1b\xff\x3d\x2f\xfa\x8d\x17\x87\xa7\x67\xa2\xf4\x3c\x19\x84\xb6\x55\x0a\x84\xc3\x83\x69\xbc\x5d\x40\xb8\x93\x52\x8a\xcf\xc5\x32\x4e\x1d\x17\xf6\x4e\x28\x74\xa8\x4f\xf3\x21\x82\xde\x17\x17\xee\x18\xbd\x08\xbe\xc9\xc4\xfb\x44\xc7\x5f\xf0\xc9\x54\xc2\x31\x04\x67\x80\x66\xe7\x55\x31\x9f\x67\x32\x11\x57\x69\xec\x47\xe8\xe9\x63\xd4\x1e\x8c\xce\xe3\xb3\x24\x3a\x6d\xe6\x69\xae\xa0\x60\xbc\xf7\x82\x38\x03\xb8\xf6\xf7\xc5\xb7\x26\xba\x55\xaa\xf0\x53\x14\xbc\x40\x00\xdf\x76\xb5\x48\x67\x15\x6c\x39\x3a\x10\x95\xa0\x4c\xe6\xb5\xd3\x2a\x82\x40\x41\x0c\x17\x86\xdf\xb8\x4d\xc8\xd8\x19\x6b\x6d\xa3\x60\x91\x07\x12\xc3\x1d\x8e\x4c\x14\x90\xac\x4f\x73\x29\x3d\xbc\x4c\x56\xb2\x2f\x7e\x90\xfa\x77\x15\x5f\xba\x70\x43\xb3\x22\xcb\x8a\x6b\x3d\x2b\xc3\x8e\xba\xd7\x52\x1f\x5e\xfa\xee\x6d\x03\x91\x99\xa0\x53\xc1\x41\xf5\x8b\x82\x13\x0a\x52\x8a\x2d\x8a\xe2\x52\xed\x97\x26\x93\x58\x7f\x51\x2d\xb3\x3f\xad\x95\x84\x79\xf6\x84\x2e\xee\x35\x72\xac\x3f\x32\x06\xd6\x5d\x1b\xf8\x8b\x83\x83\x60\xf7\x34\xef\x5f\x81\x0f\xc8\xfa\xfd\xbe\xf7\xb1\x77\xeb\x6d\xab\xed\xa1\xac\xfe\x49\x42\x57\xd1\x68\x52\x25\xa6\xba\x0f\x7a\x1c\xd3\x48\xd2\x3e\xad\x21\xbd\x02\x7a\xc6\x26\xb0\x9b\xaa\x62\x08\xab\x57\x62\xac\xa2\x2f\x0e\x0e\x96\x4a\x74\x75\x23\xcc\x6c\xa2\x45\x0f\x42\xf6\x45\xcf\x44\x77\x4a\x2b\x31\x4b\xf3\x38\xcb\x36\x42\x5d\xa7\xd5\x74\x21\x51\x0a\x71\x5b\x43\x93\x75\xdf\x1f\x3a\xec\xe7\x14\x9e\xcf\x64\x8a\x36\xb2\xd2\x72\x46\x05\x11\xdb\x16\xf1\x6a\x25\x73\x05\xe1\xfd\x56\x28\x4a\xe0\x42\x2e\x8b\x2b\xf2\x4e\x47\x94\x38\x06\x43\xfd\x11\x73\x71\x01\x7e\xea\x5a\x24\xfa\xcb\xaa\x3c\x7e\x53\xef\x92\x0f\x72\x2b\x61\xfe\x24\xa4\x66\xa4\xd8\xd8\x5b\xbc\x4b\xb6\x7a\x73\x50\xfc\xcd\x10\x98\xf3\xda\x30\x30\x57\xb1\x66\x68\xc6\x4d\x8e\x2a\xb2\xd3\x09\x4a\x20\x6b\xd0\x71\x4e\x14\x85\x51\x98\x41\xdc\x0f\x1d\xed\xb4\x8c\x4a\xd2\x8d\x3e\x4a\x4a\x09\xd4\x40\x6f\x60\xb8\x8d\x84\xdc\x88\x46\x5e\xff\xf7\xef\x8b\x7b\xec\x77\x3f\x55\x2f\xcd\xe5\xe2\x29\x19\x08\x30\xf2\xd5\x90\x7e\x21\x14\x36\x1b\xca\x05\xaa\x99\xca\xda\xcc\x12\x4d\x94\x58\x15\x0b\xc4\xc8\x68\x44\x9d\x06\xd7\x98\x87\x82\x18\xf3\xd8\xcc\xb3\x95\x7a\x7d\xf0\x0b\xa6\xa9\xd0\xd8\x21\xbb\x4e\xd2\xf1\x5e\x0b\x34\x5f\x03\x6c\xaf\x92\xd4\x82\xd4\xec\x41\x43\x37\x7a\xba\x8c\xbd\xc6\x08\x22\xef\xdf\x13\x96\xcc\xc7\x5a\x90\xa0\xb0\x43\x7e\xbf\xde\x79\x90\xfe\xec\x6f\x9b\x5c\x8e\xea\xc9\x4e\x14\x34\x1f\xfa\xd0\x9c\x81\xd8\xb5\xcc\xe5\xbb\xea\xb9\xf1\x04\x1e\x39\x45\xf6\x8e\xe6\xe3\xbb\xed\xc6\x1f\x93\xf3\x2c\x7c\x97\x1f\xec\x96\x21\x66\x81\x18\x0c\xcc\xfb\x37\xcd\x42\x73\xa9\x2a\x99\xb0\x01\xd9\xed\x70\xeb\x19\x4d\xd8\x88\xe7\xb2\xfa\x56\x96\xe9\x95\x4c\xe0\x90\xfc\xae\x2c\x96\xb5\x54\x25\x6d\x75\xba\xe7\xa5\x9c\xe9\xfd\x2f\xaf\x4e\xf0\xe0\x66\x7c\x44\x23\xf5\x38\x47\x8b\xe4\xac\x9f\xe6\xde\x46\xa0\xc2\xfb\xf7\x5d\xe3\xbe\xa2\xd5\x1e\x31\x1a\xa9\x67\x2f\x60\x54\x62\xd6\x17\xa9\xc3\x12\x47\xe8\x90\x56\x33\x4f\x00\xa3\x99\xcb\xea\x24\x8f\x57\x6a\x51\x54\xdf\xc0\xc9\x82\x89\x24\xba\x7a\x3c\x3c\xf9\xca\x60\x20\x84\xc8\x64\x05\xf3\xf1\x76\xb6\x2d\xc5\xbd\x41\xcd\xc0\xec\xc2\x1e\x34\x33\x28\x46\x4c\xb9\xa1\x91\x8b\x5b\x63\x7f\x36\xe7\xa2\xa9\x17\xe4\x8a\xb3\x0c\x83\x8a\xb1\x02\x01\xd1\xfd\x59\x8d\xd2\xfd\xfb\x22\xfc\x6c\x91\x68\x1b\x0b\x7f\x2e\xa6\xb1\x57\xe7\x96\xfd\xe2\xfb\xb3\x69\x04\x23\x3e\x82\xf7\xef\x45\xf8\xf9\xee\x11\xe0\x11\xd9\x3e\x00\xfb\xb7\xfb\xcb\x90\x03\x87\x64\x4a\x6f\xc7\xb9\xb7\xfd\x3e\x36\x91\x0c\x2c\xc1\x1a\xe8\x02\x7b\xe8\x62\x72\xe0\x1a\xeb\x6d\xf4\x46\xe0\x80\xeb\x99\x94\xea\xa5\x35\xd2\x73\xfb\x68\xdb\x89\xb2\x95\xee\x0c\x10\xb3\x24\x8c\xdc\x68\xbf\x05\x51\x66\x9a\xa8\xee\xe3\x49\x6e\x2b\xbd\x35\x66\x64\xaa\x1f\x05\x1f\x41\x67\xdb\x88\xac\xb1\xd7\x80\x63\xd4\xd7\x9d\xb2\x44\x3b\x80\xdb\x57\xfc\xa3\x52\xe3\x60\xf2\x98\x38\x9f\xca\xec\x15\x3b\x90\xba\x8d\x5d\xcd\x65\xf5\x16\x45\xe3\x90\x53\x9b\xcf\xbe\xd3\x0b\xc9\xd1\xbe\x37\x11\x7d\x64\xa2\x8d\x16\x68\x23\x14\xae\x4c\x38\x31\x2a\x95\xe8\x52\x28\xc9\xeb\xd6\x8a\x56\x0e\x06\xf3\xf2\xa1\xce\xc8\xae\xa5\x49\x84\x02\xfe\xb8\x92\x91\xe8\xe4\xeb\xe5\x44\x96\x3c\xa1\x22\x75\x42\xb5\xfa\xd2\x79\x77\x08\xdb\xb3\x2d\x04\x87\x12\x88\xe0\xf1\xfa\xdb\xd7\x43\x8a\x22\x22\x66\xf6\x45\x4f\x81\x7b\x47\x2c\xe3\x5f\x8a\x92\xc5\xb6\x08\x46\x4e\x1b\x19\x86\xe4\xd2\x2e\x3d\x0d\x8b\x29\x48\x5c\xcb\xe1\xe2\xcd\x60\x88\x68\xf4\x06\x4e\xcd\x23\x7f\x14\x43\xfa\xb7\xe9\x8c\xa6\x85\xe6\x64\xc8\x57\xda\x23\x4f\xa3\x1e\xf7\x28\x94\xbb\x0e\x58\xfd\xb9\xde\x2c\x68\x8d\x66\x68\x77\xa5\x98\x0e\x3d\x9c\xa4\x39\xb1\x4f\xdc\x3e\x27\x7b\xa5\x81\x30\x18\xf0\xcd\x06\xb7\xc0\x38\xbb\x8e\x37\x4a\x4c\xa4\xdb\xb3\x85\xb5\x55\xf4\xad\x54\xb3\x85\xe8\x39\x03\x83\x18\x27\x23\xe6\x12\x66\xbc\x20\x98\x6b\x18\x7a\x86\x05\x0c\x8d\xf3\x00\xc6\x3f\xea\x89\xa6\x56\xb2\x9c\x15\xe5\x92\x47\xb1\x34\x78\xd9\x96\xb8\xc9\x6b\xdb\x1e\x0b\x0e\xdb\x05\x1c\xd6\x17\xa5\xf5\x2e\x09\xb9\x33\x8e\x19\xe4\x1b\x36\x62\xac\x66\xd3\xde\xd5\x25\x22\x2b\x3f\xd9\x61\x6c\x8b\xdc\xc2\x67\xce\x49\x6c\x1b\x46\x6a\x37\xc6\x43\x62\x2d\x9e\x93\x9a\xdd\xb3\x6e\xce\x7c\x17\xb9\x3b\x1a\x12\x5f\xc5\xd2\x67\x85\xb7\x43\xbd\x23\xb7\x14\xf3\x6b\xdc\xd0\x0e\xf3\xa8\xc6\x00\x15\x0b\xe0\xe4\x38\xe5\x51\x30\xe4\xb7\x96\x5b\xf2\x30\x8f\x06\x84\x63\x09\xf6\x8b\x63\x46\x79\x41\xb3\x76\x01\x1b\xd4\x65\xba\x12\x25\xbc\x59\xaf\x0a\x73\x54\x61\x8f\x83\x81\xa6\x89\x6b\xd4\x89\x7a\x36\xaf\x72\x9d\xe7\x56\x7d\x98\x56\x60\x2b\x50\x86\x79\x9d\x2f\xd7\xaa\x82\x80\x18\x4a\x56\x7c\x97\xde\xb3\x30\xf4\x35\x57\x06\x97\x31\xa4\x9b\x78\x26\x4f\xb6\xd0\x8e\x37\x3e\xc8\x91\xd8\xe8\x36\x6c\xd3\x2f\x36\x85\xa2\x6c\x48\xc4\x6e\x58\x65\xc8\x5b\x76\x0f\x21\xbb\x65\xf4\xde\xd8\x49\x92\x6c\x1f\x7a\xd3\xc0\x5b\xc2\xa8\x06\x4d\x8a\xdc\xdd\x9c\x5e\xe4\x26\xec\x26\x27\x99\xbb\xb0\xd5\x86\xfd\x56\xfc\x6f\x5b\x81\xad\x6b\xd0\x18\x0e\xd4\x5b\x10\xc7\x14\x1a\x45\x0c\xc6\xd4\x9a\xb8\x82\xe5\x75\x35\x56\xf0\xb8\x91\x15\xd0\xd1\xce\x38\x81\x3b\xdd\xef\xde\xa0\x66\x6b\x69\x28\xad\x3b\x8b\xee\x81\x6c\x3b\x48\x3f\x78\xe7\x6e\x1b\xc0\xbf\x4e\x6e\x5f\xd1\xc7\x77\x04\x5c\xfc\x30\xf2\x0f\xcf\x8f\x5d\x48\xde\xdd\x9d\xee\xa0\xf8\xc7\xad\x31\x37\x83\x6a\xcd\x54\xee\x78\x1d\xc8\x88\xdb\x91\xb2\x03\x99\x7b\x58\xde\x81\xca\xef\xc0\xf4\x87\x50\x76\x5d\xde\xf0\xa4\xf4\x06\x69\x84\xcb\x52\x75\x95\x51\x83\x40\x54\xab\x44\x9d\xb2\x24\x90\x77\xa8\x9e\x9a\x4e\x6a\x8e\x56\x3e\x64\x0f\xdd\x46\xe2\x91\x91\x7d\xde\x5e\x8b\x77\x87\x59\x68\xf2\x0e\xf8\x7a\x5a\x63\x3d\x1a\xf7\x2b\x6b\xa4\xbb\x96\x69\x99\x88\x32\x9e\x82\x42\x36\x21\x7b\xfd\x75\x5a\x2d\x2c\x34\x23\x85\xd8\xae\x54\xe8\xb1\x91\xe6\xa2\x92\x0a\xa5\x53\x55\x18\xb1\x70\x19\x5f\x4a\xa1\xd6\xa5\x84\xc7\xa4\x16\x1c\x59\xb7\x11\x57\x22\xce\x37\x62\x25\xf3\x04\x63\x2e\xd5\x3b\x82\x17\xfa\xd7\xd2\xf4\x46\x42\xe5\xd4\xa1\xd3\x08\x4a\xde\x62\x5a\xa4\x78\x9b\x6c\x1b\xf6\x9a\x68\x28\x80\xea\xad\x46\x5b\x87\x35\x4e\xf9\x79\x13\xa7\xa4\x24\x06\x2c\xd5\x63\x1b\xb5\xb8\x0d\x23\xaf\x9c\x89\xc0\xd0\x29\xc2\xf1\x5f\xe0\x18\xd0\x5c\xcc\xb7\x3b\xec\xf3\x2d\xd4\xc8\x11\x4b\xbd\xb5\x47\x95\x6d\x23\xfe\xb6\x27\x48\x8d\xc3\xaa\xbd\xe1\xa9\x41\x6d\x5a\x96\x80\x77\xf1\x1e\xb7\xb2\xb5\x88\x1e\xf0\x94\xfe\x75\x3c\x5c\x4a\x53\x89\x9d\x5b\x49\x21\xd5\xab\xa2\xfa\x6b\x7c\x25\xe9\xbc\x7a\x5d\xfe\x90\xaa\x4a\xe6\xfc\xba\x6a\x9c\x06\x41\x2e\x63\x4c\x3f\x4e\x92\x17\x79\x62\xea\x7b\xb7\xe8\x7b\x70\xe7\x79\xff\x7e\x6b\x0f\x0c\x8b\xca\x1e\x98\x75\x16\x15\x89\x83\xbb\x4e\xa2\xe0\x6e\xe2\x0f\x2c\xe4\x6c\x4d\x75\x0c\x42\xc3\xbe\x6b\x19\xb3\x1b\x54\x04\x3b\x4f\x83\xda\x7d\x7a\x20\xca\x1d\x34\x62\x81\xea\x69\x8b\x52\xda\x67\xdb\xc1\x26\xff\xad\x9e\x1a\xc1\xa7\x1f\x3f\xf1\x35\xd1\x19\x8a\x52\xb3\x14\x5c\xa1\x70\x64\xb3\x82\xac\x92\x15\xa6\xbe\xcc\x83\x27\x3c\xae\x63\x54\xe3\x37\x17\x71\x03\x50\x6b\x25\xef\xc6\xdb\x5a\xcb\x53\x3c\xd5\x8b\xe5\xd6\x2e\xe4\x36\xc8\xbe\xc6\xab\xa1\xe7\x70\x3b\x36\x57\x6b\x7c\xce\x54\x2f\xaf\xbd\x3f\xaa\x57\x09\x1f\x36\xf9\x35\xb6\x4d\xa5\xe5\x89\x53\xad\x06\xf4\xc0\x36\x1e\x45\xde\xb6\x64\x37\x1a\x89\x8e\xd9\x29\x9d\x3a\x69\xdb\x97\x29\xb8\x13\x22\xd6\x41\x6d\x63\xef\xf2\x18\xb1\xc8\x33\xf6\x08\xad\xf6\x4e\x73\xcb\x53\x24\x68\x54\xef\x3f\x78\x08\xf4\x41\x2f\x80\x98\x1d\x2c\xc8\x4e\x0d\x68\xa8\x99\xdc\x5c\xb8\x1d\xdc\x7e\x18\xfa\x94\x43\x61\xa6\xbc\xed\xa0\x2c\x73\x0a\x4a\x34\x97\xba\xad\xc1\xfd\x84\x87\x49\x5e\xf4\x23\xd3\xeb\x85\x49\x32\x86\xbe\x56\xe0\x31\xcb\xe2\xdf\xc5\x02\xcc\xfd\x26\xca\x24\x25\xcc\xb2\x43\xb6\x91\xa6\xb4\x44\x20\x13\x74\xeb\x04\xb3\x7d\xb3\xe7\xd2\x5a\x89\x2e\xf7\x03\x89\xb8\xab\x86\x8d\x32\xea\x9c\x2b\x22\xe6\x5a\xa1\xff\x76\x3e\xdb\x17\xbd\x88\x02\x31\xf3\x91\x57\x05\xc5\xce\xa4\x45\x24\x88\x14\x3e\x72\x4a\x6c\xce\xf7\x93\x0c\xa2\xae\x1a\x0f\x23\xfd\x23\x74\xfc\x61\x27\x44\x9a\x33\xff\x9f\x47\x5f\xa0\xff\x0f\x04\xb9\x0b\x7c\x7f\x84\xf1\xaf\x79\xb9\xb1\x34\xe7\x42\xdc\x8d\x6e\x20\x70\x26\xf8\xd9\xed\x7f\x86\x2d\x6f\x2f\x6e\xc5\xc0\x81\xeb\x99\xc8\x81\xa1\x67\x90\x17\x4d\x10\x23\xe7\xd9\xf7\x64\x8c\x3e\x73\xf9\x7a\xa6\xff\xec\x9e\xfa\x31\xa2\xf8\x63\x34\x56\xdf\xac\xb4\x2b\x3d\xeb\xf9\xef\xd6\x7c\x5a\x3a\x59\x14\xd7\xbe\xef\xcf\x91\xa8\xca\x74\x3e\x97\x25\xba\xc3\xa1\x12\x8c\xbc\x4f\xc9\xcf\x8f\x8d\x39\xf5\x46\x3b\x29\x8a\xac\xd6\x45\xe0\xdc\x1b\x66\xc5\x4b\x95\x20\xaa\xf0\xc3\x76\x65\x45\x3e\x77\x77\x14\xf4\x5b\x43\x7f\x8f\x16\xff\xe0\x7e\x18\xd8\x72\xbc\x97\xc5\xbf\x6e\x10\xfa\x78\x2f\xf0\x70\xb2\x19\x37\x35\x6c\x7c\x38\x7b\x01\x44\x52\xae\xe5\xed\x85\x89\x94\x0a\xc1\x31\x2f\xf8\x91\x78\xc1\x72\x47\x52\x3b\x44\x11\xdb\x2b\x4d\xbe\x54\x55\x6c\x62\x55\xd2\x6c\x23\x4c\x22\x57\xe4\xe4\x7d\x2c\x93\xf1\x5e\x24\xd6\x79\x26\x15\xba\xf3\x43\xf4\x54\xa4\xfd\x8d\xb8\xf0\x4e\x5c\x13\x8f\x17\x96\x80\x8f\xee\x53\x17\x43\x0f\xd3\xad\x07\x5e\xcc\xc0\x8b\x3a\x9e\x2e\xa4\x32\x8e\x60\xb4\xa5\x5d\x8a\x4b\xa0\x24\x8d\x29\x7f\x94\x26\x2d\x6a\x02\xd9\x18\x30\xbe\x3a\xd5\x08\x83\x38\x9b\x9e\x28\x58\xb3\x12\xc4\x44\xf8\x44\x3d\xe0\x77\xce\xf4\x55\x51\x2e\xd1\xa1\xc8\x27\xb6\xbc\xe0\x7c\x4d\x53\xdd\x0c\x92\xa2\xc2\x65\xfa\x9a\xc2\xf2\xc2\x44\x9f\xb4\x84\x58\x82\x51\x98\x48\xb8\x21\xd1\x31\x32\x20\x4a\x40\x22\xc1\x59\x03\x39\x51\x04\x66\x9e\x2e\x92\x3c\x3b\x0d\x3b\xf6\x69\xa7\xe2\x6c\x4c\xc4\x4a\xa8\xa2\x80\x7f\x1b\x46\xe9\x8d\x8d\xc0\x7d\x2d\x5e\x15\x95\x1c\x32\x85\x40\x5e\x38\xa6\x3a\xde\x23\xdb\xd5\x9e\xf5\x55\xb7\x23\x04\x8f\xf9\x38\x49\x20\xc3\x22\x7b\x1f\x40\xb9\x5d\x79\x34\x6d\xb6\x4e\xc6\x26\x76\xc7\x02\xbd\xc0\x28\xf6\x45\x29\x4c\x80\xfc\x70\x23\x29\x0e\x55\xee\x44\xdf\x0d\x40\x35\xdf\x6a\x83\xb9\x0b\x21\xbd\xad\x3b\xe6\x7a\x09\x63\xd3\x5c\x2c\xd3\x2c\x4b\xf1\x2d\xb5\xa5\x0b\xc3\x72\xcd\x96\xbe\xf0\x65\x52\xf0\x63\x34\xc1\xc6\xfd\xf5\xfa\xaf\x62\x2d\x96\xf1\xc6\xee\xfd\xd8\xc4\x29\x37\x97\x2d\x2d\xe8\xc7\x1e\x61\x34\x45\xe8\x35\xc7\xa0\xe7\xe7\x1a\x1e\x3c\xf4\xbb\x28\x59\x18\xe7\x6c\xb3\x0b\xb4\x5a\x48\xe6\x2f\x0e\x0e\xc2\xe0\xc9\x8f\xf9\x27\xc0\x35\xab\xd4\x1a\x53\x77\xdf\x11\x20\xf1\x2a\x65\xbc\x50\x9d\x43\x29\x52\xa0\x6b\x41\x14\xc9\x1b\x5c\x1c\xf0\x72\x60\x48\x8d\xc5\x54\x89\x42\xf9\xa2\x35\x5b\xbc\x17\x37\x36\xe2\x2e\x7e\x8a\x4c\xc8\x5c\xf3\xd3\x86\xf8\xa5\x26\x5e\x18\x5c\xc2\x13\x17\x10\xe9\x36\xbc\xaa\xb9\x86\xac\xe0\xf9\xaf\x23\x43\xa3\xa2\x85\x48\xb9\x2c\xea\xc6\xbd\xe6\x2b\x3d\x34\x5f\xf1\x33\xff\x53\x13\x3f\x8a\xaf\xc5\x23\xf1\x14\x1b\xed\x8b\x47\x62\x28\x0e\x5c\x98\xb1\x47\x3b\xe7\x82\xd4\x6d\x77\x88\x34\x46\x12\xff\xaa\xa2\x10\x24\x68\xd7\x8e\x04\x3c\x82\x0f\x53\x3e\xe2\x5d\xa1\x1e\x11\x34\x49\x34\xa3\x5f\xab\xaa\x58\x72\x86\x29\x35\x63\x45\x79\xa6\x2f\x9e\x07\x62\xae\xab\xe7\x62\xac\x9b\xa8\x9e\xc0\x92\x63\x1b\x6b\xd6\x28\xc0\xc4\x33\xe7\xa5\xb7\x2c\x4a\xcd\xdd\x73\x29\xe6\x65\x0c\xde\x06\x7e\xc7\x04\x31\x2b\xe6\xe9\xb4\x4f\x8f\xd0\x86\x0f\x1e\x08\xeb\xf0\xa1\x59\xb1\xaa\x52\xf4\xbb\x4f\x34\x47\x8f\x9d\xdf\x43\x3a\x6b\x61\x0f\xde\x76\xf4\x69\x61\x74\xc3\x12\xaf\x80\x83\xb9\xdd\xa5\x62\x30\x30\xde\xfd\x62\xaa\x14\x3f\x02\xf3\x04\x44\x11\x38\xbe\x96\x71\x79\x49\xa7\x96\x3e\x88\xf1\x12\xe1\xea\x5a\x68\x10\xf8\x54\x77\xae\x1b\x5a\xcd\x51\xc7\x83\xda\x89\x28\xda\xbe\x73\xd8\x6f\xde\xf7\x78\x6a\x78\x33\xb9\x33\x04\xec\x73\x3f\xe2\x2b\x79\x95\xe3\x03\x0e\x73\x43\xa1\x23\x6d\xed\x05\x49\x16\xcf\x72\x21\xdf\x55\x65\xac\xa5\xc9\x78\x29\xd1\xb3\x1e\xc6\xc3\x62\x00\x03\x7b\x56\x6b\x97\x74\x42\xb3\xc7\x29\x3c\x33\x99\x31\xb9\x18\x5f\x5d\xa4\x4a\x14\x53\x7d\x67\x82\x97\x8d\x78\xea\x93\xb3\x2a\x49\x9f\x75\x3e\xf3\x61\xb1\x88\xc5\xfe\xd7\xe0\xee\xc1\xf0\xb5\x6b\x0c\xea\x00\x51\x2e\x1c\xee\xff\x44\x3c\xd5\xf1\xb3\x4b\x38\xe1\xbb\x50\xa4\x45\xf3\xff\x29\x18\x6a\xa7\xa4\x1d\xa2\x5b\x6f\xdd\x74\x28\xb0\x37\x62\xea\x83\x46\xdd\x32\xc4\x5d\x22\x59\x6f\x5b\xc8\xdf\x7f\x78\x9f\x4a\x6a\x74\x09\xfc\xfd\x06\x58\x5f\x61\x7d\x2a\xbc\xc2\x07\x34\x92\x19\xbe\x0a\xba\x11\x4d\x33\x19\x97\xfa\x62\x86\x94\x98\x14\x53\x38\xc7\x63\xa3\x5e\xb6\xe1\x61\xd8\x8b\x97\xbc\x28\x8c\xf2\xcb\x53\x7d\x35\x25\x20\x4a\xf3\x21\x1e\x0e\x51\xfd\x22\xeb\xbe\x07\xf7\x3e\x57\x60\x24\x4f\xf7\x85\xe4\x4e\x70\xef\x75\x02\xbe\xfd\x69\x79\xa6\x1e\x64\x14\x72\x89\xf0\xa3\x46\x17\xff\x06\xb0\x82\x0f\xb5\x86\x84\x66\xfd\xa9\xa6\xfd\xe3\xe1\x09\x0e\xfc\x22\x1b\x81\xe0\x51\xf0\xdd\xc5\x18\x38\x6c\x28\x81\x26\x8f\xeb\xa0\xb0\xc5\xe7\x2e\x3e\x8b\x0b\xab\xe1\x22\xb2\x85\x41\x5f\xfa\xab\x22\xdb\xcc\xd2\x2c\xeb\xb1\xf7\x48\x3d\x2f\x04\x4f\x43\x6c\x9f\xff\xb9\xe1\xc3\x3f\x39\x28\x0e\x28\xcb\x5f\xc6\xab\x15\xba\xc5\xd5\xe3\xe2\xf0\x0a\xff\x90\xd0\x38\xff\x0a\x9f\xf2\x51\xe1\x53\x4c\x7e\x33\x3d\x0a\xf3\xc3\xcd\x2d\x56\x2a\x9d\xe7\xe2\xfd\x7b\x9e\x80\x15\x00\x79\x91\x81\x52\xbc\x4b\xe9\x39\x86\xd7\x32\x3b\x45\x87\x3e\xef\x1a\xa5\x27\x1a\x46\x18\x22\x64\x7e\x48\x90\x21\xb3\xc0\x26\xce\xd0\x56\x8c\xdc\x36\x60\xc5\xc6\xe7\x31\x48\xa0\x1b\x1c\xbe\x27\xb4\xe3\xed\xfd\xf7\x8f\x3f\xe3\x86\x1e\x2b\x25\xcb\xea\xed\x22\x55\xc7\x28\x98\xa5\xbf\xca\xa4\xab\x64\x36\xb3\xfb\x43\x66\x33\xdf\x41\x5b\x54\x8b\xb2\xb8\x86\x4b\xf6\x1b\xf3\x56\xda\x04\x71\x03\xc7\xd0\x45\xac\xd0\x89\x47\xe6\x46\xde\x4b\xf5\x95\x70\x1f\x47\xd2\xed\x79\x35\xd0\x5c\xa3\x19\x86\x5b\x13\xdd\x29\x8b\x95\x03\x8a\x12\x46\x93\xf4\xdb\xa3\x49\xe4\x24\x63\x67\x73\xe3\x7b\x53\x17\xf6\x97\xf1\xaa\xeb\xea\x5f\x86\x6f\xda\x20\x88\x13\x5e\xe7\xc1\x41\xeb\xd6\xb2\xbe\xc6\x6c\x83\x46\xab\x39\x14\x9d\x24\xbd\xea\xb8\x18\x7a\xdf\xc5\x7a\x55\x36\x61\x1c\x3d\xfa\x8c\x06\xc3\xb0\x6f\xf8\x68\x9e\xf2\x85\xea\x3a\xae\x14\x05\x6b\x9c\xaf\xbf\x8d\xf3\x78\x0e\xd1\x0a\x94\x84\xa7\xa9\x8d\x81\xf1\x08\x5c\x37\x50\xb0\x42\x7a\xbb\x27\x5e\x24\x97\xaf\x2f\x7a\xa0\x98\x85\x74\x53\x7d\xf1\x43\x7a\x29\x9b\x74\x0c\xa1\x72\x57\x45\x8d\xe3\xc4\x00\xfe\xf8\x6c\x39\x9e\x2e\xd2\x1c\x5f\x55\xc3\xa0\x29\x97\x95\xf5\x30\x36\x4a\x80\x5a\x6c\x1d\xd7\x89\xb0\x61\x7d\x7c\x29\xf2\x79\x91\xab\x34\x21\xe1\xd3\x44\x01\x98\xc8\xac\xb8\xee\x8b\x67\x4a\xa4\x95\x5c\x9a\x67\xb9\x90\x1a\x45\x14\xa5\x9f\xfe\xe4\x6d\x91\x14\xfa\xb6\xce\xf4\xd6\x36\xdc\x02\x8f\xc5\x10\xaf\xab\x62\x19\x57\xe9\x14\x94\xf1\x93\x4d\x4d\x6b\x4d\x13\xf7\x87\xf7\xaa\xa8\xd0\xa5\xac\x11\x47\x2e\x14\x0c\xa5\x09\x8c\xf3\x0d\x73\x27\x35\x51\x61\xee\x19\xa5\x30\x05\x41\x3c\x5f\x14\xd7\xe7\xb4\x4e\x30\x43\x97\xfc\x20\x35\x71\x5d\xf0\xc6\x65\x33\xda\xb5\x2f\x1f\x19\x53\xd1\x9f\xdb\x98\x8b\x96\xe9\x3b\x58\x8d\x65\x5c\x4d\x17\x6e\x44\x4a\xc4\xd3\xb2\x50\x8a\xa5\x33\xd4\x63\x20\x90\x80\x6b\xa7\x96\xe6\xfb\xa8\x96\x9b\xe4\x37\x7c\x69\x0e\x10\x3f\xe8\xb9\x39\x1a\xb6\xff\xa0\x37\xe7\x0e\x6a\x10\xfd\xba\x1e\x12\xbb\x3f\x49\xf3\xa4\xdb\xc2\x99\xdb\x3e\x63\xf8\xe1\x1e\xbd\x56\xc7\x2b\xb6\xf5\xa6\x40\xbf\x4a\x50\xb2\x4f\xa4\x0d\x3a\x13\x09\x9b\xbd\x50\x5f\xce\xcd\x9b\x9f\x3b\x9e\x2f\xf3\x91\x0e\xbd\x5f\xd6\x29\x08\x4c\x44\x6f\xc0\xbb\x09\x6f\x2b\xa4\x21\xfd\xb8\xd7\xcb\xf8\x90\xe2\x8f\x7c\xc2\xcc\xdf\xf9\xd9\xf7\x1b\x43\x72\x90\x43\x34\x99\xb8\xaf\x9e\x9b\xe1\xd6\xb7\x96\x1f\xfc\xc2\xd3\x74\xe4\x6e\x1a\xb6\xc8\x58\x34\x59\xc9\x6f\xff\xe6\xcf\x75\xe2\xfc\x1f\xeb\x2f\xb5\x71\x75\x3e\xe9\xb9\x76\x2e\xdf\xe1\xd1\x0a\x37\xb9\x59\x90\x98\x59\x5e\x05\xf7\x0e\x78\xb8\xdd\xe0\x88\x16\xee\x2b\x5d\xad\x91\x3c\x3d\x02\x35\x35\xd9\xa7\xa3\x66\x32\x61\xf1\x71\x59\xf3\xa7\x78\x03\xe5\x63\xd4\xd8\xa0\x2d\xc8\x3f\xf7\xf8\x44\xf9\xc0\x7a\x62\xd8\x0c\x04\x7c\x3c\xdb\x20\x84\x98\x09\x60\x36\x6f\x46\x58\xc9\x2d\x04\xdb\x16\x99\x9f\x7f\x37\x1e\x4f\xb5\x57\x16\xe4\x66\x13\x2c\x57\xe3\xcc\xfc\x59\x35\x44\x92\xe7\xd1\xd9\x31\xbe\x3b\xdd\x0b\x1a\x3a\xe9\x39\xd7\xd1\xb0\x91\xef\x9b\xdf\x0b\x16\x73\x9b\xeb\x7e\xdd\x01\x95\xf6\x43\xeb\x83\x37\x77\x74\x29\x2f\xea\x80\xa8\x87\xce\xf7\x32\x4a\xa3\xdb\x41\xdd\xf7\x2c\xf4\x9e\x2b\x65\x7e\x6a\x51\x71\xc6\x1c\xa0\xeb\x21\x08\x38\xb1\x5a\x27\x4b\x5b\x7a\xdb\xf0\x20\xa1\x81\x16\x7e\xb3\xb0\xf5\xce\xd3\x28\x70\x26\xb5\xf1\x12\x5d\x5d\x2e\x29\x37\xf9\x9e\x52\xd1\xa7\x07\xb2\xb7\xf1\xb2\x20\x92\x3d\x87\x5d\x8b\x69\xcf\x16\x0e\xef\x1d\x5d\xe6\x7a\x65\xd7\x0d\x6e\x17\x1c\x4e\xaf\x29\xc8\x7b\x93\x0f\x69\xfd\x05\xa2\x5f\x80\xee\x96\x8e\x1a\x19\x3e\xeb\x2f\x3c\x02\xff\xc8\x16\xe3\xe4\xd6\xa8\xf2\x2c\xff\x91\x91\x67\xbc\x5d\xd9\xea\xda\x88\xf1\x72\x3e\xc4\xbf\x11\x4f\x8f\xdd\xdd\x13\x1b\x42\x99\xe3\xb2\x33\x6b\x71\xa8\xa7\xb4\xf2\xc3\xa7\xbb\x2a\x36\x09\xef\x14\x92\x51\xc4\xe2\x02\x42\x75\x5d\xe8\x4b\x81\x19\x1c\x38\x3f\xc0\xd3\x91\x45\x9c\xcf\x21\xb0\x93\xb9\x89\xd9\x58\x8f\x93\x0d\x59\x46\xe1\x8d\xa5\xb8\xb0\xa4\x49\xb1\xde\xa8\x3e\x39\xe6\xac\x95\x24\x2f\xc8\xab\x47\x5f\x3e\x04\xe9\xfc\x1a\x84\xbb\x4c\xdf\xd3\xaa\x42\xc4\x70\x4d\x8f\xc5\x75\x49\x2c\xd8\x0c\x8b\x7c\xe9\x08\x9c\x11\xf1\x57\x90\x0b\x32\x67\xdd\x8e\x6e\x34\x49\xdd\x5e\xd0\x8d\x20\x85\x48\xa8\xb3\x75\x66\x0c\x3c\x16\x70\x92\x5e\x99\xb9\x14\xe5\xa5\xc2\x04\xc7\x53\xa5\x28\x02\x24\xf7\x4c\x61\x97\xe5\x86\x25\x8c\xf3\x4d\x43\x4e\x4c\xba\xcd\xb6\xf9\x2d\x29\x4a\xa1\xac\x2f\x75\xe6\x72\x06\x37\x36\x8d\x92\x62\x5d\x91\x47\x91\x71\x53\xcb\x64\x7c\x25\xfb\x6d\xb7\x35\xf4\x4c\x4a\x73\x4d\x4a\xce\x97\x88\x5d\xa4\x69\x23\x40\x34\x57\x0d\xae\x94\x4b\x09\x5e\x12\x55\xe1\x65\x6b\xae\x16\x65\xb1\x9e\x2f\xc8\x55\x0c\x9f\x2b\x19\x7c\x35\xf8\x37\xc5\x86\x1a\xe0\x82\xad\xf1\x77\x81\x49\xe4\x2e\xcc\x25\xd6\xbf\x47\xfe\xbc\x48\x33\xa4\xa2\xc0\xe5\x50\xc6\x39\x3a\xd2\x2c\xd7\x59\x95\xea\xcb\xaf\xe7\x55\x58\x94\x22\x08\xd7\x6a\xee\x7f\x46\x8e\x12\xaa\x58\x4a\x7d\xaf\xc6\xdb\xdf\x32\x76\x11\x5f\x17\xf1\x95\x64\x5e\x3b\x4c\xbb\x00\xee\x76\xcc\xa9\x11\xee\x3d\xe0\x0d\x17\x57\x9e\x1b\xd9\x44\xfa\x4e\x6a\xb0\x3e\x79\xa2\x09\x0f\x1c\xd4\x80\x1a\x71\x8b\xa4\x86\x42\xbb\xb2\x3f\xef\x8b\xb2\x58\x57\x52\x45\x22\x5d\x82\x92\x43\x56\xd3\x7e\x0f\xc3\x71\xc5\x15\xe4\x70\xb7\x94\x6c\xb7\x98\x14\x17\x97\x72\x43\x57\xf7\x62\x46\xe0\x7c\xed\x05\x8d\x3d\x56\x7e\xd7\xca\x4c\x01\x1f\x8c\x20\x59\x4c\xe3\xb5\xb2\x3a\x81\x80\x74\x2e\x02\x27\x39\xe7\x85\x68\xa6\x88\xde\x0f\x9e\x47\x99\x3b\x9c\x1b\x36\x03\x78\x3c\xd4\x77\xc3\xb4\xc8\xaf\x64\x9e\x42\x4c\x5a\x98\x18\x20\x40\x82\x7f\x98\x62\x0e\x62\xf6\x31\xb6\xbb\xad\x13\x0c\xe3\x66\x65\x93\x21\x32\xad\x04\xf9\x66\xd9\x97\xdd\x30\xef\xe2\x4a\x96\x65\x9a\xa0\x3a\xc2\xba\x1a\xc1\xd3\x6e\xf4\xb2\xca\xbd\x64\xf9\xe6\x94\x7c\xdb\xec\x9c\x66\xac\x5b\x2d\xd9\x28\x3e\x69\xca\xc1\xd3\xf6\x7f\x92\x19\x93\xf5\xee\x77\x99\xb0\xf7\xe0\xf8\x9f\x65\xbe\x60\x51\xdc\x75\xba\xc6\x2d\x30\x97\xdc\x55\x1e\xe4\x86\xf4\x4a\x52\x20\x11\xe3\x1e\x6f\x36\x2b\xda\x71\x7d\x67\x5a\x7b\x4c\xcd\x65\x2e\x4b\x50\xcb\x25\x94\x1c\x1f\x33\xff\x5f\xf0\xf7\x1a\x17\x62\x51\x5c\xcb\x2b\x67\x05\x06\x1e\x52\xcc\x44\x9c\x1b\xb8\x9c\x35\xa2\x3e\x11\x9b\x8a\x45\xac\x44\x9c\x69\x66\xbf\x41\xcd\xb5\x51\x26\xea\x7d\x0e\x91\x9c\xa7\x5a\xae\x48\x27\x99\x34\xba\xb7\x69\x91\xab\xf5\x52\x96\x3e\x1b\xa7\xb3\x3c\x29\xec\xec\x71\xba\xc1\x54\xe1\xcc\x72\xda\x38\xf2\x9f\x02\x19\x81\xc9\x99\x86\x95\x57\x05\x1c\x35\x42\x4f\x6e\x23\xe8\x92\x06\x4e\xd9\x7a\x20\x45\x0e\x0e\xcf\x74\x60\x6a\xc8\x0e\x83\xe3\x46\x4b\x3c\x40\x18\xa2\xb0\xc1\x6d\xf1\xfc\x43\xc8\xd4\xac\xea\xbb\x81\x0a\x28\x15\xb4\xb1\xb1\xb7\xa4\x2e\x32\x6a\x03\xfe\xf3\x37\xb0\xfb\x42\x1f\x77\x1a\x7f\x3f\x2d\xb1\x0b\x1a\x49\xf9\x29\xbb\x5b\xf2\x65\xaf\x89\x6f\xb8\x6d\x48\xfd\xba\x0b\xc4\x5a\x33\x1f\xea\x6f\x9a\x22\x3a\x80\xf8\xa1\xc0\xfe\xc8\x54\xd3\xb5\xc5\xbd\xf1\x75\x59\x43\x3e\x11\x9b\x4b\xab\x41\xdf\x35\xac\xe1\xd0\xab\x5d\x43\xff\xb0\x61\x25\xbd\x16\x1e\x09\x0c\x03\x2a\x32\x35\xf5\xc5\xe6\xe3\xdd\x13\x02\xad\x8b\x18\x89\xe0\x0b\xab\xbb\x94\xe5\x5c\xf2\x32\x8d\xac\xfa\x47\x1f\x7a\x83\xca\x0b\x3b\x69\x28\xf0\x5b\x86\x7a\x2e\x6c\x16\x7e\xad\xbb\x42\xd4\x7d\x1e\xa0\x8e\x49\x31\xf1\x7d\x7a\x05\x41\xb2\xeb\xda\xa5\x8b\xc8\xd0\x51\x0c\xa4\xa4\xa5\xfe\x25\xf5\x7d\x29\x21\x3b\x00\x6a\x5a\x6c\xbc\xde\xbf\x80\x4f\x9c\xb8\x79\x70\xeb\x8e\xc1\x46\xc8\x58\xdb\xa8\x64\x10\xf6\xad\x30\x13\x2b\x66\x1e\x7c\x8a\xcf\x5b\x53\x59\x53\xf5\xae\x93\xce\x97\xf1\xea\x3b\x13\xf8\x4e\xe3\x40\x8f\xd6\x57\xce\xe0\x97\x66\xeb\x22\xb4\xd6\xfb\xc5\x71\xcd\x7e\xaa\xfe\x23\xce\xd2\xc4\x70\x76\xd3\xf0\x29\x56\x36\x3f\x87\xdc\x32\x79\xe4\xf4\xf4\xa5\x54\xc8\x3b\x7d\xfb\x35\x28\x23\xa0\xb2\xd5\xc1\x95\x32\xef\x99\x3e\xed\x73\x4b\xab\x2b\x81\xc9\x39\xcd\xd9\xb4\x66\x17\x25\x73\x6c\x7f\x56\x94\x2f\xe2\xe9\x82\x69\xd9\xfc\x99\x0e\x06\xa2\x5c\xe3\x51\xb7\x8c\x57\x4c\x73\x29\x4b\x69\xdf\x10\xaa\x02\x8f\x40\x5d\x0b\xf4\x89\xca\x3e\xdc\x59\x57\xfa\x5a\x92\x4b\xd3\xbb\x9e\x1e\x53\xb7\x69\xfa\xe7\x08\x76\x56\x62\x3b\x54\x6c\x73\x34\xce\x6f\x1d\x09\xfe\x4c\x97\x9b\x4e\x29\xe1\xc1\x89\x26\x81\x12\xc5\x06\xfd\xb7\x33\xd0\x14\x4b\x09\xd2\xd0\x44\x92\x59\xd2\x54\x83\x17\x90\x36\x88\x39\x44\x87\x26\xc5\x9c\xbe\xb9\xf7\xc5\xcf\xd2\x5e\xb2\xd4\xa2\xb8\x16\x0f\x26\x45\xb5\x78\xa0\x2f\x6b\x53\xc8\xca\x60\x0b\x53\x7d\x33\x8c\x73\x59\xac\x15\x65\x39\x31\x89\x4d\x48\xbc\x01\x35\x00\x5d\x9e\xc3\xa7\x95\x55\x7c\x09\x16\xe6\x55\x29\xaf\xd2\x62\xad\xcc\xe5\xfc\x52\x6e\x94\x0d\x9c\x1d\x83\x47\x00\x2b\x41\xdb\xa1\x66\x1b\x0a\x6f\xc7\x70\xcb\xd5\xb7\xac\x89\x54\x95\x98\xaf\xa5\x52\x2e\xa7\x46\x59\xc2\xd3\x55\x78\xbe\x91\x80\x81\xaa\x6f\xe2\x2e\xcf\xd6\xd5\x1a\x02\x7f\x00\x8e\x34\xe7\xd0\x1c\xb0\x70\x19\x39\xd6\x55\x9a\xa5\x55\x2a\xf5\x1c\x00\x04\x08\x29\x2f\xf5\x5d\xf8\x39\x8a\x71\x05\xc6\xf6\x00\xd9\x57\xc6\x8a\x82\x8a\x40\x34\xbe\xe2\x9a\x34\x2a\x69\x05\xbe\x0e\xc6\x1a\x0b\x80\x92\x54\x0f\x2b\xdb\xe0\x2d\x98\x6e\xde\x39\x04\xe4\x36\x7d\xe7\xf4\x92\xc6\x6a\xe4\xf5\x8a\x82\x48\x68\x38\x18\xaa\x5f\x1f\x68\xfa\xbb\x96\x02\xd2\xd0\x2c\x29\xa3\x87\xa6\xcf\x3a\x9b\x31\x7c\x43\x83\xc4\xff\xb3\xa4\x12\x2b\x22\x38\x99\xb0\x10\xe0\x30\x01\x77\x64\x6c\xd3\xb7\x77\x7b\x18\x18\xbc\xd6\x19\x84\x25\x84\xff\xfb\x3d\x3a\x0b\x59\x62\x0c\x3b\x50\x53\x0b\x5e\xe5\x29\x77\x0b\x5c\x60\x80\x78\xd2\x5c\x5c\xe8\xa9\xa3\x46\xc7\x7c\xa6\x1c\x31\xe2\x42\x0f\xf4\x02\x1d\x15\x4a\x19\xab\xc2\xbc\x94\x4a\x50\xd8\x46\xd3\x33\xe3\xad\xf5\xe3\x0b\xa2\x94\x62\x6c\x42\x62\x23\x80\xe9\x11\xfe\xf3\xfe\x3d\xca\xa9\x18\xaf\x13\xde\x94\xbc\xab\xec\xd7\x31\x37\x29\xcf\x65\xf5\x1f\x71\xb6\x96\xdf\x15\xe5\xdf\xe4\x06\xdd\xb3\x7c\x36\x46\xc6\x0b\x00\xf1\x14\xfe\x41\xb7\xa4\x21\xf4\x75\x6a\x15\xfa\xb7\x9a\x8f\x7d\x57\x94\x42\xc6\xd3\x05\xb4\x2a\x66\x34\x55\x4c\xd3\x00\xb6\x7e\xb3\xbd\xc0\xfb\x5a\xc9\xb2\x72\xae\xcb\x71\x45\x7d\x8d\x31\xe6\x2c\xb1\xb7\x09\xbc\xe7\x40\x23\xbd\x63\xe2\x1a\xee\xdf\xe4\x46\xfd\x48\xc1\x6c\xda\xb9\x39\x98\xe2\xb0\x16\x39\xbe\x9d\x9a\x94\xaa\xd6\x71\x4b\xcf\xe4\x6f\x38\x4f\xfd\xa7\x17\x9c\x88\x95\xe5\xdc\xca\x4e\xa5\x0e\x32\x79\x8c\x79\xc6\x93\x60\x98\xa7\x04\x4c\xf3\x64\xd6\x92\x19\x44\x1a\x46\xea\xdb\x6a\x83\x70\x89\xbc\xff\xd5\x5a\x2d\xcc\x70\x7d\xeb\x88\xc3\x5b\x6a\x71\x32\xf5\xa5\x16\x47\x1a\x06\x29\x34\xf6\xda\xc4\x4d\x0c\x48\x3e\x2f\xfa\x7d\x16\x66\xc1\x66\xde\x83\x6d\x4d\x02\x47\x3b\xdf\xf0\x44\xd3\x7b\x45\x43\x19\xb5\x42\x39\x4d\xb9\x59\x89\xcf\xed\x74\x4b\x93\x33\x14\xd7\xf8\x0e\xf0\x7b\xac\x87\xe4\x31\xd6\x88\xa6\x2e\x1a\xc0\xe5\x1c\x0e\x6e\x11\xcc\xb5\x10\x41\xc2\x21\x3a\xcd\x15\x3d\xc1\x4f\x52\x88\x20\x45\x6a\x30\xda\x19\x71\xbe\x31\x9b\x10\xb7\x93\xd9\x07\x21\x86\xeb\xb4\xe8\x23\xd5\x1b\x32\xab\xbc\x15\x11\x54\xa1\xc7\xbd\x1d\xb8\xa1\xc6\x49\xb8\xbe\x77\xde\x5c\xc2\x05\xd8\x58\x5c\x57\x90\x45\x84\x3f\xb8\x33\x6f\xcd\x6c\x92\xd5\x33\x1b\xdd\xf6\xa9\xf7\x75\xc8\x2d\x9e\xf8\xad\xa9\xb7\x06\x51\xdd\x38\xc8\x04\x46\x54\xea\x39\x64\xf7\x41\x98\x18\xd1\x26\xae\x99\x34\x27\x4e\x1e\xe5\x4a\x9a\x9e\x99\xb1\xa5\x64\xe7\x8a\x6e\xfe\x42\x2f\x19\x3d\x55\xb2\x4f\x39\x93\x77\x9a\x33\x27\x79\xc1\xc2\xda\x06\xf8\xec\xe0\xf7\x8e\xc1\x69\x18\x1b\x37\xac\x0e\x9f\x1b\x6a\x83\xde\xab\x56\xf9\x5d\x5a\xd9\xba\x44\xf7\x4c\x6c\xac\xa1\x3e\xbc\xee\x6c\xb7\xf5\x07\xab\x61\x58\xcd\xf6\x1b\x9e\x03\x19\xd8\xd9\x03\x2b\x67\xcb\x51\xe9\x8f\x20\xec\x0e\x21\x71\x9f\x4b\x67\x1a\xad\x0b\xef\xfc\x8c\xe4\xf1\x59\xac\xa5\x9b\xd9\xb8\xe1\xad\xe8\x9d\x37\x97\x9e\x1f\x40\x0a\x3d\xad\xd4\x8f\x78\xa2\x5f\xba\x73\x29\xb8\x52\xb2\xba\xaf\xf0\x9c\x67\x67\x75\x4b\x5d\x0b\x86\x64\x05\x5e\x8d\x0f\x1c\xce\x0a\xf5\x03\xea\xda\x3c\x9d\x55\x6d\x0e\x16\x4c\x0f\x33\x81\x98\x9f\x36\xe8\x39\x38\x76\x81\x93\x5f\xaa\x40\xce\xee\x1a\x37\xae\x1e\xb7\x0d\x9b\x69\xe8\xbb\xde\x3d\x33\xff\xf7\xef\xdd\x30\x7a\x7e\x78\xe4\x69\x91\xab\x22\x93\xfd\xac\x98\x77\x5d\x28\x14\xf4\xa1\x1e\x07\x8e\x2f\xc6\x93\x7a\xe7\x4d\xfb\x81\xdb\xb6\x61\xe3\xde\xb1\xb9\x2c\x3d\x73\x20\x77\x6c\x5e\xd7\x66\x5c\xf3\x82\x70\xe1\x90\xef\x31\x44\x1a\x34\xea\x85\x71\x78\xf4\xd0\x68\x16\xa6\xc8\x12\xd1\x25\x35\x72\xaf\x0d\xcd\xa4\x7c\xfd\xed\xb0\x6c\xdf\x1d\x6d\x9b\x51\xf3\x84\x76\x22\xc9\x86\xb9\x92\xff\x36\x1a\xce\x92\x7a\x06\x4b\x6f\xee\xab\x0d\xb9\xed\x6a\x01\x36\xf6\x32\xe2\x21\x7f\x3c\x6a\x43\xd5\x3a\xa7\x1e\xfe\xa1\x24\x59\xdf\x8d\xff\x28\x02\xad\x6b\x1d\x98\xa3\xc7\xed\xc7\x2b\x07\x6d\x08\x20\x7c\xa4\xcf\xf2\x85\x7b\x8f\xf7\x7f\x87\xb7\x4d\x7f\x80\xda\x97\x87\xf1\x35\xd3\x68\x75\x01\xe9\x38\x0f\x90\x8e\x78\xda\xe8\x70\xe2\x62\x18\x35\x99\x6f\x29\x9a\x42\x43\x91\xd2\x7d\x63\xd8\xd9\x76\xd3\x20\xb5\xdf\x6a\x4f\x63\x75\xb6\x58\x55\xb1\xd6\x38\xbf\xed\x79\xe1\x93\xc4\xd0\xc4\x05\x6c\x5b\xe2\x30\x5e\x03\x9c\xcf\x35\x02\xf9\xdd\x30\xa8\x89\x57\x0b\x18\x1f\x8b\x41\x6a\xbf\x15\x83\xac\x0e\xda\x1b\xb7\xd4\xd2\x18\xfc\x6d\x46\xa3\x2b\x7d\x5b\xe4\xdb\x3a\x73\x15\x9f\xdd\x35\xae\x9d\x67\xa8\xeb\xec\xd4\xed\xbb\xb4\xba\xb3\x57\x8d\x8d\x26\x22\xaa\x13\x48\xf0\xe5\x68\x2f\xda\x33\x6a\xd1\xe7\xc5\x6a\x83\xf1\xb1\xbb\xd3\x9e\x38\x3c\x78\xf4\xf9\xfe\xaa\x94\x0a\xfc\x2e\xbe\x8b\xa7\x72\x52\x14\x97\x91\x38\xce\xa7\x7d\x96\xa3\x33\x55\xe6\xed\xd8\xb4\x48\xe0\x6d\x79\x96\x4e\x65\xae\x20\x26\x8d\x79\xfa\xf1\xf2\xf8\xad\xf9\x2c\x66\xc5\x3a\xf7\xb4\xa7\x3f\x1c\x3f\x7f\xf1\xea\xe4\x85\x98\xa5\x99\x34\xe6\xdf\xb2\x28\x2a\x52\xf2\x15\xe5\x06\x75\x7a\xae\xa7\xaa\x94\xd2\x69\x93\x40\xf1\xbd\xce\xf5\xfe\xd0\x67\x0e\x8b\x73\x8b\x48\xa0\x73\xb2\x81\x07\xa3\x2c\xf8\x7a\xe5\x54\x2c\xdc\x9f\xdd\x4a\xa0\xaf\xaf\xb5\xf8\xfd\x7a\x15\x3c\x6f\xb3\x55\x6c\x22\x10\x90\x06\x5f\xea\x8b\xed\xb4\x58\x6a\xd4\x91\xd1\x79\x11\xe7\xc4\xa1\xfb\xa6\xcd\x67\x27\x9b\xe5\xa4\xc8\xf4\xbe\xc6\x18\x8b\xe6\x37\xf8\xbb\x99\x39\x80\xb7\x1b\x95\x0c\x8d\xe2\x0b\xe4\xd7\x4a\x96\x71\x55\x94\x16\x0a\xc1\xeb\x9b\x02\x2d\x5d\x8e\xf7\xfe\xf2\x17\xf3\x1b\x66\x4c\x21\x83\xd5\x26\x9f\x1e\xb7\x01\xf0\x4a\x0d\x14\xef\x23\x03\x55\x15\x27\x40\x7e\x6f\xe3\x79\x0d\x10\x2b\x33\x60\xd8\x27\xbb\x02\x76\xb9\x10\x87\xfa\x64\xa1\xdc\xfe\xe0\xd5\x69\x85\x1c\x5a\x20\xac\x65\x96\x80\xd5\x66\x19\x8c\xb2\xb5\x1c\xe2\x3f\xec\xea\xb8\x5e\xca\x32\x9e\x64\x32\x10\x65\xa7\x45\x3e\x4b\xe7\xeb\xa6\xa2\xeb\x32\xad\xdc\x67\xef\xae\xe8\x3f\x4e\xb3\x6a\xc2\x31\x38\x47\x6e\x98\xf1\xe3\xf8\x85\xf8\x33\x3a\x28\x88\x49\x59\x5c\xca\xbc\x79\x1e\xa8\x22\x84\x40\x58\xd7\xe0\xb4\x57\xe4\x10\x23\x06\xb5\xb2\xe4\xce\x61\x30\x74\x73\x1b\x89\xf1\x1e\x9a\xd5\xb4\x2c\x39\x85\x67\x40\x5d\x59\xba\xc0\xbb\xf4\x60\xc9\xd9\xa1\x5a\xd1\x5a\x9b\x89\x71\xa7\x65\x81\x95\xad\x72\xc4\xae\xd5\x75\x19\xaf\xba\x69\x9e\xcb\xf2\xbb\x3c\x12\xc5\xba\xc2\x3f\x94\xcc\x66\x91\xc6\xc0\x0f\xc5\x54\xfd\x90\xaa\x8a\xdb\x81\x8e\x67\xa6\xa2\x0d\x39\x63\xec\x1a\xfa\x23\x7b\x7e\x09\x8f\xd3\xbe\x07\xb7\x91\xaa\x28\x23\xcc\x46\xdb\x50\x2d\x57\x55\x9c\x4f\xf5\xe6\xb1\x95\xfb\xfc\x3a\x58\x54\x85\x2d\x10\x23\xdb\xbb\x96\x54\x76\x02\xa6\x25\x18\x6a\x33\x74\x5f\xd9\x2d\x72\xce\xa0\xfb\x3a\x5a\xbf\x73\xfe\x6a\x94\x5d\xae\xed\xe3\x18\x7d\x71\x34\xef\x61\x18\xf6\xf4\xb6\x39\x65\x5e\xcf\x10\x8f\x5d\x8a\xfe\x79\x9a\x5f\x15\x97\x52\x2c\x65\xb5\x28\x34\x9b\x4d\x67\x29\xc5\xcd\xb3\x46\x0c\x7a\x11\x46\xc6\x10\x88\x8b\x1c\x59\x28\x7d\x78\x29\x8a\x01\xe1\xfa\xc6\x18\x09\xc0\x0c\xa9\xd9\x99\xd9\xce\x46\x60\xa9\x39\x86\x1f\x2f\xa1\xae\x23\x00\x5c\x77\xf3\xbc\x2a\x0c\xd3\x3a\xf7\x30\x77\x8b\x67\x1a\x1e\x4f\xe0\x19\x33\x02\x72\xa2\x56\x7a\x8e\xe5\x66\x80\x34\xbd\x90\xd9\x0a\x9d\x39\x97\x69\x9e\x2e\xd3\x5f\xa5\x48\x64\xb1\xaa\xf4\x9f\x38\xc1\xbe\x78\x03\x9d\x28\x0a\xc0\x97\x49\xf3\x8a\x6e\x30\x10\xa5\x9c\x16\x25\xb9\xe0\xba\x4c\x30\x9b\x17\x79\x55\xa6\x52\x9d\xa6\x67\x7d\xd7\xc4\xb8\xd5\xea\x33\x7e\x86\x31\xec\xd7\x60\x09\xd6\x80\xc0\xc8\x04\xae\x45\x5d\xf0\xec\x8d\x95\x35\xb9\x65\x9b\x9e\x48\xa4\x4a\xe7\x39\x3d\x5a\x8c\x2f\xc1\x5f\x28\x2b\x30\x5e\x7d\x21\x26\x26\x57\x1f\x22\x12\x3d\x33\xc1\x0d\xd1\xbc\x5c\x46\xa3\x57\x9a\xdb\x7c\xfa\xd3\x58\x49\x85\xe1\xed\x4b\x29\xe2\x89\xae\x7d\x6d\xc0\x18\x57\x27\xf4\xff\x04\xf7\x28\x08\x98\x6f\xc8\x81\x59\x17\xa7\xb1\xbe\x3c\x81\x79\x55\x96\xb2\xa3\x44\x8e\xae\x4d\xc6\x0a\x51\x08\x24\x57\xb2\x11\xba\xe0\xe7\x48\xcb\xe2\x67\x0c\xb0\x0f\xde\x4a\x73\x59\x89\xf8\x3a\xde\xa0\xb5\x30\x56\x6a\xbd\x24\xa7\x2c\xb2\x67\x50\xf7\x68\x93\x94\xf4\x18\xb2\xc8\xa5\x9d\x67\x44\xe6\x4f\xe0\x75\x26\x8b\xae\xf1\x42\x5d\x3b\x2c\x19\x57\xa9\x58\xc9\x88\x6c\x73\x49\xa1\xaf\xb5\x68\xeb\x2b\x44\x55\xac\xa7\xf8\xee\xd5\xa2\xd0\x0e\xf9\xed\xc2\x00\x32\x61\x05\x4d\x38\xc1\x38\xcb\x8a\x69\x4c\x2f\x26\x28\x6a\x1e\xb3\x34\x23\x19\x10\xcd\x50\xdc\x58\xbb\xfc\xf4\x5a\x56\x1f\xe6\x20\x5e\x62\x46\xe2\x42\x2c\x8a\x95\x9c\xad\x21\xbd\x30\xbe\xe5\x9b\x48\x31\x5d\xc8\x18\x1e\x79\x52\x87\xe8\x2b\xcc\x22\xf8\x6e\x9e\x6b\xe2\xee\xce\x34\xe7\xd4\x5c\x39\x2e\x9d\xda\x82\x9d\x1e\x2c\x6b\xa1\xe6\x1c\x43\x31\xde\xcb\x21\xda\xe4\x78\x0f\xda\x0c\xc5\x2c\xc7\x47\x8e\x0e\x8a\x4d\x67\xd9\x74\x28\x34\x00\x04\x3e\x60\xe1\xc9\xb2\xe4\x09\x31\x3d\xe3\xca\xf7\x32\x87\xf7\x34\x27\x6b\x05\x8f\x13\x93\x93\x2a\x2e\x35\xef\x1a\xef\x29\xef\x13\x93\x0e\x6a\x6d\xfe\x2b\x95\xa0\x9d\x63\x6d\xe0\x53\x43\x9b\x17\xef\xe4\x74\x4d\x69\xc6\xc6\x7b\xd2\xfc\x6a\xa8\xf9\x9c\x72\x90\x23\x60\x93\x91\x3c\xb1\x02\xc6\x60\x40\x3c\xc2\x3a\x59\x92\x6b\xc9\xac\x2c\x96\xf4\x12\x17\xf8\x18\xac\xb3\x4d\xf6\x2c\x67\x33\x5d\x09\x5d\xc1\x07\x03\x31\x29\x65\x7c\x09\x9e\x02\x6b\x6b\x63\x4e\x52\xb5\x02\x3c\x63\x72\x69\x54\xb2\x2c\x4d\xbc\x60\x3d\xc8\xe7\x14\x08\xe2\x44\xea\x7f\x21\xa9\x81\xb5\x46\x0d\x06\xe2\xdb\xf5\x72\xb9\x11\x3c\x68\x80\xa1\x13\xf2\x0a\xbc\x86\xa0\xc5\x26\x0c\xa7\x17\x5e\x20\xce\xcd\x3e\xe6\x9f\xd9\x91\xb6\xb2\x8f\x6d\xc0\x9c\x12\x40\x26\x5a\xb0\x67\x94\xd9\x35\x24\x71\x80\xb9\x53\x93\x36\xb8\xa8\xe2\x0e\x49\xf5\x01\x19\x39\x47\xf4\x54\x2d\x80\x87\x90\x08\x05\x3e\xdf\x06\x8e\x66\xd8\xb3\x54\x96\x18\x09\xb5\x10\xcb\x18\xdd\xd4\x17\x52\xe4\xfa\xf2\x41\x28\x54\x52\x54\xd7\x85\x1b\x9b\xbf\x57\xec\xe0\x28\xd4\x4f\x53\x91\x75\x8c\xbc\xbb\xca\x8f\x06\x35\x36\x72\x90\xcb\x71\x02\x32\x87\x71\x51\x04\x7c\xfd\x2f\x23\xef\xda\x66\xff\x0b\xbe\xcb\xfc\x2a\x2d\x8b\x1c\xd9\x8e\xc9\x47\x32\x18\x10\x8f\xca\x63\x7d\x53\xd3\x0c\x61\xbd\xd2\x67\x9c\x48\x1d\x31\xd4\x00\x1a\x6a\xb0\xa2\x5d\xad\x46\x14\x48\xfa\x8d\x79\x6f\x58\xca\x0b\x67\xc9\x30\x9d\xa2\x3e\x0b\x1e\xef\x92\x88\x62\xbe\x68\xf8\xaf\x67\x76\x3f\xbd\x82\x91\x37\x8d\xd1\x82\xb8\x7f\xdf\xfe\xdd\xb5\x7f\xd0\xe3\xab\xd3\xb3\x5e\xcf\xf9\x18\xb5\x01\xbb\x7f\xdf\xf0\xa2\xb6\x1a\xf7\x46\xfa\xaa\xc5\x2a\xe2\xa5\x0b\x39\x5d\x4b\xa3\x10\x4b\xbd\x5a\x0a\x1b\xb6\x68\xc4\xce\x71\xa1\x9a\x56\xf9\x08\xb6\x5c\x5a\x19\xff\x24\x0b\x89\x76\xbd\xa1\x12\x12\x95\x9a\x30\xd6\x32\xce\xf0\x59\xf5\xf7\x5a\xf8\x69\x27\x53\x1e\x91\x04\xfb\x6a\x90\x28\x6b\xa2\x67\xad\x57\x5c\x95\x5a\x37\x1e\x88\xf6\x41\x70\xf2\xfc\x7e\x05\xaf\xf2\x1c\xb7\xd1\x47\x47\x7b\xd3\x9e\xd7\xb6\xb5\xda\x2e\x30\xdb\xe6\xa0\x39\x70\x16\x6f\x20\xba\xd8\xc8\x74\x15\xe0\xaa\xde\x21\x9d\xb5\xe1\xe5\x95\xbe\x8f\xf7\x6a\x4d\xc7\x7b\xba\xa8\xe7\x18\xf7\x5f\x51\x32\xd5\xfc\x00\x3a\x35\x0f\x89\x50\xd0\xde\x26\x60\x13\x15\x11\x1c\x7b\xd1\x76\x82\x27\xa4\x40\x2a\x97\x0a\xa3\x62\xd2\xf3\x9e\x40\xe6\xef\x37\xdc\x9c\x0d\x28\x14\xce\x55\xd7\xdd\x39\xcc\x66\x38\x1d\xef\xe9\xe1\xe1\xdb\x4a\x7b\xf4\x8f\xf7\x70\x80\xe3\xbd\xb3\x9a\x45\xb0\x8b\xdd\x31\x11\x82\x50\xbc\x72\x8b\x87\x55\x1c\x63\xea\x72\x79\x26\x60\x4f\x66\x1a\x5d\xd3\x48\xd7\x6d\x4f\xc4\x85\xe8\x36\x97\x85\x54\xd5\xd6\x85\xdf\x70\xe7\x32\xff\x6e\x9d\xfb\xe6\x4b\xbc\x9a\x91\x86\x05\x2b\xd4\x35\x2c\xc0\xd5\x74\x11\x3f\x47\xfd\x6b\xfe\x94\x0e\x48\xfd\xdf\x53\x02\x3b\x6a\xd8\x35\xe2\xfd\x7b\x37\x6f\xf2\x19\xc2\x23\x0f\x98\x4d\xbd\x3e\xeb\x11\x3d\x89\xc0\x05\x0f\x13\x5b\x79\x90\x92\x02\xc3\x9d\x68\xf1\x72\x7a\x09\xde\x7a\x7d\x7d\x90\x9a\x53\x7e\xd3\x77\xd5\xbb\x20\x08\xf0\xad\xf1\xfe\x3d\x0c\x1a\x5a\xf4\x08\x03\x2d\x44\xae\xff\x1b\x36\xc4\x16\xb0\x4e\xc8\x71\x79\xb9\x05\xed\x2c\x2c\x94\xf2\xce\x19\x46\x12\x8d\xe5\x04\xe8\x6e\x7e\x52\x77\x14\xa2\xd5\xe3\xa1\x95\xee\xe0\x67\x8c\x92\x4d\xb7\x75\x6e\xd0\x8c\x23\xcf\xe8\x63\xfb\x6e\x67\xc7\xdf\xaf\x02\x95\x11\xb6\xf0\x70\x3b\x18\x88\x9f\xd3\x6a\x41\xba\xcf\x49\x91\x6c\xf0\xe9\xcb\x06\x75\x75\x16\xd9\x91\xb8\x88\xaf\xe3\xb4\x12\xef\x20\x82\x0f\xd8\xeb\x66\x45\xb9\x84\xab\x27\x01\xba\xd8\x80\x90\x5d\x4a\x7b\xed\x7e\x83\xba\xd1\x7e\x0c\x5a\x9b\x77\xbd\x8b\xc8\xf3\xb8\x35\xaa\x53\x7d\xd3\xab\xa4\x32\xe2\xcc\x05\x3f\x77\x51\x99\x26\xc6\x7b\xe7\xe7\x30\x80\xf1\x5e\x0f\x9e\xd8\x25\x52\xb3\xaa\x34\xb7\x61\x46\xa1\x73\x99\x50\x08\xed\xd4\x08\xcf\xf8\x10\x12\xef\x7a\x00\x80\xc2\x4d\x1a\xa2\x8a\x49\x11\xd0\xc8\x43\xec\xad\x85\x3a\x1f\x6a\xae\x11\x04\x4a\xb0\xbc\xf0\x19\xd7\x54\x76\xe7\x4e\x89\xf4\x63\x59\x2c\x53\x25\x8f\x97\x2b\xf7\x2e\xdb\xe5\x28\xa9\x71\xa5\x48\x94\x52\x15\xd9\x95\xd4\x7f\xe8\xf5\x0c\x72\xa4\x93\x6e\x61\xe4\xee\x73\xb6\xaf\x53\x04\x73\x16\x09\xd6\xbd\xc7\xe8\xf4\x26\x41\x00\x7d\xa4\x19\xd8\x90\xc4\x91\x03\xde\xa9\xfb\x36\x95\x7d\x6e\x59\xcb\x2e\xec\x79\x80\xbb\x26\x47\x7e\x0d\x5c\x9a\x11\xd5\xec\x73\x65\x9f\x19\x1b\x56\x71\x22\x18\xfe\x47\x6c\x94\xda\xc3\x90\x29\xb1\xcd\x5e\xad\xee\x1d\xc4\x13\xa4\x6c\xa4\x15\x66\x4b\xd4\x27\xec\x63\xe3\x3e\xb5\xec\xf5\xab\x85\xcc\xdd\xe9\x14\xaa\x32\x69\x06\xb8\x98\xee\xb0\xa3\x01\x84\x0b\x7a\xc4\x9b\xb1\x8c\x92\xc1\xa5\x39\x00\x6a\xcf\x4d\x59\x96\x77\xc1\xf4\x12\x4e\xf2\x00\x12\x77\x4d\x38\x9c\xe8\x3a\x87\xe7\xca\x5e\x98\x0b\x3a\x18\xc0\x97\x3d\xb6\x1b\x8f\x40\x6a\xf6\x40\x10\x93\x08\x4e\x8b\x59\x9a\xc7\x19\x2d\xde\x44\x4e\x8b\xa5\xf3\x06\x20\x48\x20\xbf\xd8\xd8\xf7\xfa\x17\x01\x7b\x72\x83\x18\x4c\x8a\x5c\xde\x7e\x6d\x48\x6c\x86\x67\x5b\x00\xc4\x24\xf5\x41\x81\xdc\xe6\x6c\xb0\xf3\x76\x34\x27\x46\xc2\x4e\xeb\x28\xa8\x04\x98\xc0\xca\x1e\x0e\xfd\x45\x2a\xc2\x65\x42\x2d\x73\x4c\x8b\xc1\xb0\x71\x1d\x2b\x83\xa1\x88\xc2\xe4\x01\xeb\x83\x7a\x10\xcc\x2b\x9e\x5e\x06\x90\xd2\x9c\x1e\x0b\x22\x0f\x76\xba\xde\x20\x82\x2d\xe5\x16\xc2\x58\x2c\x09\xaa\xda\xfa\x0d\xd4\xdd\x48\x41\xc5\x76\x1a\xba\x6d\x77\xd2\x34\x1e\x4f\x69\xb1\x56\x34\x4d\x17\x90\xdf\x8c\x50\xe6\x7f\x5f\xcb\xb5\x2f\x6e\x31\x37\x56\x97\xc4\x34\xcb\x50\xb3\xab\x8f\x21\x14\x20\x9f\xe5\xc9\xb3\x72\xde\x6d\x92\xe4\x72\x79\xcd\x49\xd7\x91\x69\x3b\xcb\x64\x5b\x68\x2b\x93\x6d\x9d\x7b\xa0\xc2\x0a\x66\x6e\xee\x47\x8e\x08\x68\xe6\x70\xd9\x63\xe1\x0c\xc9\xf1\x94\x6c\x0a\x4c\x55\x0a\xc7\xaa\x3e\x09\x33\x0f\x52\x9c\x65\xee\x75\x05\x75\xa6\x98\x3e\xd8\xec\x31\xe3\xd0\xaa\x7b\xc1\x3c\xa6\x7a\xae\x91\x07\xcb\x1c\xba\x48\xd7\x18\xf7\x8e\x12\x9c\x26\x32\x4b\xaf\x64\x69\x5f\x95\x98\x77\x17\xe4\x38\x2f\x8e\x67\x1e\x24\x3e\xb9\xbc\xa8\xda\x27\x88\x0f\x73\xd3\xa5\x3e\x65\x71\xa2\x1e\x1c\xdd\x84\x86\xca\xd3\x22\x45\x56\x45\xad\xb1\x42\x41\xc2\x63\x97\x2a\xb5\x2a\x20\xb0\x74\xf3\xec\xb6\xee\x18\xa3\x61\x2b\x40\x37\xb2\xce\xd3\x0a\x5e\x5d\x25\xfe\xb0\xb4\xe0\x63\xd3\xcc\x0a\x25\xab\xf5\x0a\x5f\x14\xac\x4a\x99\xa4\x53\xd4\xc3\x5e\xc7\x1b\xd2\xd9\xdb\xaf\x69\x96\x56\x1b\x0f\x52\xaa\xc4\xf5\x62\xc3\x79\x99\xa7\x6c\xd3\xc3\x5c\x94\x45\x0e\x7a\x7c\x42\x84\xd2\xdc\xd2\xc7\x36\x28\x1f\x8b\xd2\x22\x00\xef\x75\x1a\xb0\x2f\x9e\x29\x1f\x60\x03\x10\x32\x92\xb3\x90\xe6\x98\xb7\x07\x4e\xb7\xbe\x38\x31\xcf\x83\xdc\x5b\x14\x05\x7f\xfa\xe8\x09\x3a\xf5\x2e\x8c\x3e\xe6\x55\x64\xde\x66\xc3\x43\xf3\x38\x0b\x46\xc5\x29\x03\x34\xfc\xa0\x1f\x05\x1f\x00\xfb\x48\x19\x03\x67\x54\x46\x69\xae\xc0\x28\xc1\x18\x5c\xb8\x15\x9f\x86\x5f\xf0\x2c\xe3\x9c\xa0\x9d\xdf\x44\x01\x13\x7e\x06\x66\x73\x7d\xc7\x89\xe7\x31\x90\xe2\x2c\x4e\xb3\x75\x89\x4f\xd0\xed\x86\xb4\xaf\x61\x26\x1b\x91\xc5\x26\x44\x3e\x9b\x67\x7e\x45\xba\x7f\x6b\x12\x33\x1a\xa3\xfe\x6e\x03\x73\xb5\xe0\xf5\xdd\x16\x86\x19\xc6\xf6\x19\x0c\xc4\xb7\x68\x8e\xa5\x67\x49\xb3\x54\x26\xc6\xb4\x65\x8c\x26\x7a\xe7\x60\x48\x17\x8c\xde\x6f\xd7\x7f\x07\xcb\x5d\x57\x49\xd9\xac\x03\xe8\xd1\xe4\xf8\xd5\x5b\x8c\x0c\xfb\xe0\x77\xec\x66\x15\x82\x27\x4c\x87\x46\x4c\xba\x3f\xb5\xd4\x89\x9a\xdc\x0c\x76\xd7\x5e\xba\xab\x81\x07\x5f\x8c\x7c\x01\xdf\xdd\x9f\x58\x48\x05\x40\x5e\x6d\x97\x68\x6e\x6b\xd1\x0a\x8f\x0a\x45\x65\x03\x91\x68\x4a\xf3\xfa\x21\x35\xf8\x11\xc4\xaa\x11\xbf\xac\x95\x55\x98\xc7\x96\x93\x90\x00\x64\xd3\x05\x8d\x9d\x2d\x0c\x85\x2d\x12\x94\xd0\xf1\x0a\x89\xb3\x46\x79\xf6\x06\x04\xc3\x65\x37\xa0\x1d\xac\xeb\xcd\x97\x1a\x2d\xc0\xb3\xef\x5e\x8c\x60\xef\xbb\x08\xc5\x06\xe3\x58\x62\x32\xf5\x78\x57\xa9\xb1\xf5\x8a\xd8\xd1\xf4\x6f\xb7\x32\xeb\x14\x3f\xd5\x2c\xc4\x5b\x34\x3c\x5d\xea\xa1\xe7\xd4\x2f\x30\x44\xdf\xa1\x00\xb4\xf7\xec\xb6\x65\x69\x4a\xa2\x0d\xa3\xb6\xd9\x87\xf0\x09\x36\x57\x37\x14\xb6\x49\xee\x6c\xbc\xa2\x90\x00\x0b\x91\x2c\x9e\xfa\xe2\xac\x07\xb2\x2e\xc7\xd4\x6e\xaa\xbb\x9a\xd3\xc3\x3c\xc4\xa4\xae\x6d\xb0\xc6\x85\x68\xdd\x72\xbd\x0d\x9e\x7a\x11\xdc\xd1\xa8\x6e\x7f\xf3\xf0\xe0\x22\x4c\x9b\xc0\xd2\xce\x59\x22\x75\x51\x38\xca\x75\x9e\xdb\x60\xf3\x84\x05\x27\xc2\x35\x77\x68\xcd\x78\x5e\x87\xba\x2e\xf1\xc8\xf6\x4b\xb2\x19\x97\x7f\xd7\xf5\x2e\x5c\x83\x81\xf8\x06\x76\xec\x3c\xbd\x02\x37\x46\xcd\x7c\x0f\xbf\xe8\x3f\xc6\xff\x99\x43\x41\x9f\x92\x43\xaf\xd5\xa2\xaa\x56\x6a\x38\x18\xac\x64\xb1\xca\x64\x7f\x59\xfc\x9a\x66\x59\xdc\x2f\xca\xf9\xe0\xff\xfb\xa5\x28\x65\x9e\x14\xe5\x6c\x36\x90\xea\xcb\xfd\xa4\x8c\x67\x55\x7f\x51\x2d\xb3\x3f\x29\x39\xdd\xb7\xe4\xa8\xa9\x64\x29\x6b\x52\xb4\xa6\xa1\x37\x40\x40\xdd\x46\x34\x19\x8f\x05\x33\x7d\x3a\x2b\x8e\xc2\xf2\xb8\x9c\x63\xd8\x76\x16\xa2\xf0\x1a\x02\x52\x75\xab\x72\x5d\x0f\x78\x98\xc8\x4c\xce\x91\x8c\x0c\x08\xf3\x29\x50\x03\x98\xcf\x01\xb2\x39\x90\x37\x46\xdd\xb0\x8c\x37\x13\x22\xe7\x6f\xa9\xcc\xb6\xf7\x5c\x43\x1c\x1c\xde\xc5\x9b\xa6\x3d\xd7\x54\x05\xc8\x20\xb4\xaa\xb2\x80\xfb\x7e\x7b\x83\x6a\x0f\x84\x7f\x47\x6f\x21\x18\x78\x28\x1f\xac\x00\x10\x20\x2a\x15\xea\x17\xcf\x13\x59\x81\x7c\x62\x1a\x9d\x2b\x49\xb1\xbf\x74\xdf\x53\x67\x10\x2c\x66\xe2\x9b\x78\x22\xb3\x4e\x78\xff\x36\xdb\xb5\x0f\x2d\x7d\x4f\x1e\x5f\x4a\xa1\x2e\x14\x06\x6f\xf4\x7b\x1c\x71\xc2\xf0\xa2\x56\xb2\x57\x07\x8d\x33\x6b\xde\x5a\xcd\xbb\xd5\x67\x3c\xb5\x75\x0b\xf9\x94\xdd\xdc\xc1\xfa\xe0\xbe\xf5\x07\xec\xad\x4d\xd3\xb4\x8d\xd5\xfd\xc5\xbb\xa9\x5c\x61\x4c\x1c\x07\xa0\xf7\x41\x53\x36\x96\x8f\x60\x02\x16\xde\xa4\x5c\xaf\xaa\xae\xab\x17\x89\xa0\xab\xc6\xa1\x86\xb3\xb7\xbc\xd4\x1b\x5b\xb3\x16\xb1\xdd\xa7\x8a\x2f\x48\x5d\x79\x68\x5c\x43\x9a\x35\x22\xfa\x88\x25\x64\xa1\xcf\x4b\x59\x5c\xe7\xe8\x00\x61\x3b\xbc\xc6\xf8\x43\x52\xd8\xd5\x0e\x00\xd5\x5d\x33\xb4\x14\x9a\x15\xc5\x0a\xa3\xa9\x41\x9c\xab\xbc\xa8\x16\x10\xc5\xc9\x08\xdc\x1e\xe5\x1a\xcc\xd8\xa5\xb4\xa1\x1d\xcc\x7f\x4f\xeb\x34\xe3\x57\x18\xb6\xb8\x95\x1c\xf9\xc4\xc2\xb0\x04\x0c\xb2\x91\x6b\x04\x54\xdb\xc8\x44\x02\x22\x6c\x8a\xea\x6a\x7d\x4e\x5d\x87\x91\x5f\x9e\x80\x9f\x77\xdb\xac\x6f\xdb\x68\x76\x37\x1d\xf1\xae\xdb\x4d\x5f\x44\x8c\xc3\x0a\xc6\xe3\x37\x24\xa1\x6f\x4d\x45\x01\xaf\x13\x61\x25\xe3\x12\x7c\xb4\x51\xff\x15\x2a\xf8\x76\xda\x85\xa8\x5a\x88\x27\xc5\x95\x6c\x64\x5d\xf6\x50\xb3\x53\x3a\x6a\xdc\x80\xe5\xbc\x4d\x95\x7d\x1b\x2a\xc6\xf8\x75\x66\x30\x80\x1c\x58\x96\xf1\x5b\xb7\xe8\x53\x7f\x00\x67\xfe\xa0\x35\x3d\xa3\x1e\x8f\x99\x68\x51\xc8\x8b\x84\x4c\x81\xb2\x27\x1b\xa2\x01\x8c\x0b\x7a\x63\xb4\xcb\x20\x12\xde\x5a\xe5\x28\xf9\x16\x11\x0c\x7b\xe6\x9a\x71\x44\x02\x43\x8c\x2e\x8b\x84\xc2\xbf\x05\x98\xd1\x43\x61\x63\x8b\x08\x90\x0a\x4e\x19\x0b\xb8\x2a\x04\x3e\x95\xd2\x0d\x4b\xe6\xef\x24\x6b\x74\xdf\x0f\xc4\xd0\x5d\x0e\x6e\x2e\x84\xda\xb5\xbb\x13\xbb\xec\xa5\x28\x63\xbb\xd6\x5d\xde\x7f\xc0\xf6\x8c\x2e\xb7\x1a\x33\xe6\x6a\x6b\xd3\x24\xd7\x10\x48\xba\x2f\x6a\xc3\xc0\x18\xfc\xa1\x62\x0d\xcd\x53\x18\xb2\xce\x98\xa7\x1e\x00\xb1\xf7\x43\x39\x8a\xc9\x45\xf4\x88\x82\x0b\xac\x3b\x9f\x98\x74\x17\x1d\x8a\x53\x66\x58\x17\x4b\x7d\x83\x34\x19\xe8\x35\xa3\x7c\x71\xf2\x58\xac\xe2\x52\xe1\x62\x2e\x57\x71\x95\xa2\xfe\xaa\xdf\x2c\x83\x39\x1c\x33\xb0\x8d\xcc\xbe\x1d\x5d\xb1\xf0\x5c\x11\x22\x31\x4f\xaf\xc0\xd1\x25\x0e\xf7\xf8\x22\x06\x47\xcd\x02\x72\xb3\xe5\x62\xbd\xba\x6b\x13\x9b\x21\x6d\xd9\xc5\xee\x95\x04\xaf\xb3\xb3\xdc\x18\x32\xf7\x0f\x10\x61\x0c\x66\x9a\xfa\xb2\x04\x6e\xde\x4c\x06\x70\x29\xbc\x8a\x0f\xcb\xcd\x17\x33\xc0\x5b\x8d\x7e\x66\xe2\xa6\xd8\x10\x8e\x90\xc4\x64\xb3\xc2\x44\x3c\x94\xfa\xa4\x51\x46\x0d\x77\xe9\x4e\x52\xea\x4e\xec\xd4\x5f\x06\x7d\x79\xb3\x03\xf2\xb4\x72\xe3\xbd\xb7\x4c\x3b\xe1\xb2\x9f\xb8\x00\x87\x1d\x00\xde\x21\xfa\x69\xb9\xde\x6d\x9f\x8f\x67\xbf\xa8\x8b\x3f\x86\x32\x6b\x64\x5f\x93\xbc\x1c\x6b\xd9\xe5\x94\xdc\x01\x51\x77\x9e\x39\xed\x8c\xe2\x83\x27\x9e\xe6\xb3\x22\xec\xc4\x4d\xe8\x1e\x94\x7f\xca\xe8\x83\x45\xde\xb3\x8b\x4a\xc7\x13\x65\xa8\xb7\x61\xd6\xf8\x52\xfe\x46\xd3\xd4\x13\xd1\xd3\xe8\x63\x96\x60\x8f\xd3\x63\xea\x32\xb4\xc0\xc1\x78\xe8\xfa\x4d\x79\xf9\x13\xc1\x8f\x35\x88\x10\x2c\x97\xab\xa2\x8c\xcb\x0d\x83\x72\x15\x97\x29\x7a\x64\x63\x60\x68\x54\xb0\x59\xc2\x41\xc8\xe0\xfd\x42\x0a\x52\x2c\x00\x61\xb1\x17\x72\xff\xd3\x86\x76\x67\x62\x04\x0b\x61\x4d\xe4\xac\xf3\x37\x70\xa7\x27\xad\xbe\x3e\x46\xc9\xf2\x91\x48\x05\x8e\xe5\xd6\xd5\x7c\x87\xbe\xfb\x14\xc9\xc8\x0e\x41\xff\xfe\xa1\x98\xfa\x3d\x1e\xcf\x42\x32\xb8\x8e\x95\x23\x04\x78\x42\xe0\xb1\x7e\x66\x90\x64\x60\xac\xd0\x67\x98\x95\x44\x25\x1a\xb3\xd6\xc0\x13\x52\x99\x08\xbc\x52\x64\x1b\x6e\x7e\x62\x02\xa0\x37\x0a\x63\x6a\x9f\x15\x90\x96\x8f\x53\x23\x3a\xfd\xa7\x95\x35\xc5\x31\x58\xe8\xf8\xb7\x5e\x42\x46\x52\x52\x8f\xd6\xce\xae\x7e\xf3\xdc\x3d\x30\xee\x82\x16\x67\x19\x59\x77\x8b\x32\x9d\x83\x1e\xd6\x48\x13\x20\x93\xa2\xc3\x32\x90\xae\x7b\x84\x68\x00\x05\xa8\xe8\x6f\x91\x00\xee\xb5\x5f\x20\x1b\xb6\x2b\xe2\xa7\x95\x29\xd7\xcf\x46\xbb\x8f\x42\x37\x0f\x20\xbe\x7d\x74\xf2\x61\x3b\x88\x5b\x40\x3c\x2c\x32\x87\x41\xc1\x8d\xd1\xb3\xa2\xc1\x50\xf1\xb6\x51\x76\x48\x95\xdd\x99\xe0\x3a\x44\x8b\x9c\x56\x56\x4a\x05\x6c\xda\x88\xe3\x46\x0b\xde\x8c\xcd\xed\xfc\x65\x1b\x77\x71\xc2\x3d\x19\x54\x1a\xdc\x61\xfb\x37\x60\x30\x41\x33\x09\x02\xbb\xf5\x2c\x64\x4e\x28\x37\xa6\x18\x6b\x19\xf1\x6c\x32\x30\xda\x66\xb3\xc8\xf7\x2b\x73\x00\x31\xbf\xd8\xed\xfe\x63\x26\x08\x26\x49\xba\x4e\x6b\x6a\x73\x40\x81\xb8\x6a\x56\x07\x23\xde\x91\xb1\x34\xf5\x8d\x12\x56\x28\x26\x68\xee\x8d\x27\x53\xf8\x2a\x63\x0e\xd6\x3f\xaa\xbe\x38\x29\x96\x52\x4c\xca\xe2\x5a\xc9\x52\x75\x5a\x9e\x89\x11\x40\x0b\xce\x39\xb5\x4d\x17\x71\xaa\x89\x86\xcc\xd2\xd9\x86\x59\xa8\x30\xc5\xd6\x34\xc6\xa8\xce\x7a\xc0\xcd\x6f\x0a\xe0\x8a\x02\xc6\x6a\x3f\x78\x1d\x45\xef\x8b\xb3\xac\x6f\x7c\xb5\x15\x1a\xf8\xb4\x20\xa5\xa5\x10\x7c\xfb\xb3\x5a\x49\x54\x26\x80\xb2\x4d\x5a\xcd\xec\x3c\xad\x16\xeb\x49\x7f\x5a\x2c\x07\x33\x7a\xa4\x3c\x60\xde\x6f\x83\x54\xa9\xb5\x54\x83\xc3\xaf\x3e\x77\xf9\xf4\x13\x59\xc5\x69\xa6\xfa\xc1\x1a\xb6\xf9\xda\xef\xe0\x6a\xef\x79\x48\x1b\x5a\x00\x8e\xd8\x06\x63\xbc\x77\x4a\x88\xb1\xf8\x3a\x23\x16\x71\x5b\x4b\x8f\xb6\x5a\xab\xc5\x5b\x7c\xba\xb6\xe9\x66\xc5\x54\x79\x37\x32\xa9\x3f\x8b\x91\xb8\x21\x03\xcc\x50\x9f\x3f\xea\xf4\xe0\x8c\xa9\x16\x34\x0b\x7b\xa4\x77\x82\xd7\x5a\x60\xdb\x3e\x3c\x17\xfa\xa1\x98\x8a\x11\x36\x7d\x74\xd6\x74\x9e\x1f\xb6\xb6\x9f\x61\xe4\x2f\x06\xe1\xd0\x05\x2d\xc3\x2a\x90\x85\x9a\x55\x78\x5c\xeb\x02\xcc\x94\xee\x81\x1e\x06\x7d\x83\xc6\xbd\xc6\x57\xa8\xa5\x54\xb2\xb2\x58\xc1\x8a\x1c\x2d\x56\xbc\xa4\x39\xba\x57\x5e\x2e\x8a\xa0\x10\x9e\xf8\xc8\x34\x69\x54\x4c\x49\x5f\x6a\xf2\x60\x0d\xa6\x11\xe7\x1a\x87\xda\xf0\xba\xd3\x7f\xa3\x40\x4f\xde\x71\x25\x89\x2e\xba\xf8\x06\x09\xdf\x93\xc4\xf0\x36\xcc\xbe\x30\x72\xaf\x08\xf1\xa9\x97\x05\x55\x94\x22\x16\xb4\x1c\x62\x92\x15\xd3\xcb\x1e\xdc\xf3\x94\x58\xc3\x13\x97\x2c\xc6\x9b\x9d\xaa\xf4\x46\xa0\x8c\x9d\x4c\x21\x68\x01\x65\xd6\x62\x7e\x0d\xd1\x5a\x2b\x8c\xd9\x0a\xb7\x6e\x99\x4f\xb3\x02\xf7\x3b\x1f\x54\xbf\x71\x1d\xc5\x48\x9c\x3a\xca\x1c\xef\xe9\x89\x8e\xf7\xc4\xad\x59\x7f\x86\x13\xeb\x80\xce\xe9\x1d\x93\x3e\x18\x01\x15\x80\xc3\xca\xa3\x79\xa3\xc9\x53\xfc\x12\x43\x0c\xf2\xc7\xcf\xdc\x1d\x89\xf2\xd9\x7a\x51\x08\xc3\x44\xb7\x41\x13\x01\x0d\x90\x22\x2f\x83\x10\x84\x54\x56\xca\x2b\x59\x2a\xd9\xf5\xde\xeb\xbe\x89\x41\x69\x04\x11\x00\x98\xda\xc8\x86\x37\xc6\xc7\x94\x18\x81\xd2\xdc\x7d\xae\xa5\xb8\x94\x72\xc5\x8e\x52\x08\xf5\x6c\xec\xda\x56\xbf\x83\x9e\xe5\xba\xa5\xe3\xfb\x70\x70\xf4\x3d\x3e\xe3\x72\xa6\x7b\xe9\xf6\xac\x91\xe8\xb2\x25\xbe\xa3\x41\xc6\x88\xa6\x5e\xac\xba\xa1\x1a\xba\x0d\x57\x82\xc2\x43\x5a\x47\xbf\x4b\xb9\x39\xaa\x15\x82\xc6\x8c\xa7\xb1\x33\xff\x59\x37\xb3\x77\x55\x8b\xc2\x8f\x09\x43\x6f\x4d\x6e\x1d\xf0\xb7\x26\xec\xb2\x67\x9f\x38\x38\xc0\x2a\x98\xf1\xf5\x35\x9f\xb9\x3a\x32\x48\xe0\x53\x01\x83\x62\x2f\xe7\x8a\xd9\xac\x01\xcf\xb4\x7a\x84\x6e\x38\xb6\x38\xa0\x4c\x15\xfe\x29\x06\xef\x63\xcd\x8b\x38\xc8\xf1\x80\xd7\xaf\x22\xdf\xc0\xab\x66\x9e\x18\xdf\x8a\x6a\x1c\x49\x2c\xd5\x60\x13\x7e\x5a\x9c\xa1\xe9\x69\x16\x1c\x6b\x93\x4c\x7a\x2e\x02\xb5\x8f\x7e\x60\x89\x97\x46\x76\x35\xf5\x4e\xfd\xc3\xf1\xcc\x73\x66\xf6\x5b\x35\xf9\x0c\xfa\x35\xd0\x31\xd8\x0e\xa1\xcd\x4a\x4c\x1e\xc7\xa6\x1e\x5d\x94\x82\xf7\x1b\xad\xbd\x4d\x32\xd9\x06\xf8\x5e\xaa\x5e\xc5\xaf\xec\x00\x0c\xf9\xd7\xe8\x3f\x15\x23\xb1\xff\x28\x32\xb1\x66\x5b\xb7\x12\xdb\x4e\x0f\x1f\xa6\xe2\x89\x08\x21\x37\x19\x36\xb9\x8f\xb4\xa9\x1f\x89\x34\x74\x8e\xae\x6d\x26\xb7\x22\x67\x47\x8d\x15\x5b\x37\x56\xfb\xe6\x12\xbe\x92\xa9\x66\xf6\xf0\x06\xd0\xac\xc9\x6b\x20\xd7\x1d\x36\xf5\x51\x83\x5b\x74\xce\x2e\xc5\x5e\xfd\xd0\x07\xd6\x3e\xed\xd5\x7b\xde\x8a\xad\xc0\x53\xf3\x82\xa8\xdf\x67\x86\x37\x00\x70\xc8\x8c\xef\xce\x70\xe0\xce\x0f\x9b\xd7\x1a\xff\xa8\x45\x2a\x61\x96\xfb\xda\x23\x05\x32\x05\x59\x1c\x45\x64\xfc\xd1\x28\xf1\x8d\x14\x24\x13\x78\x6f\x47\x6e\xec\x1d\xc9\x38\x29\x0e\x4d\xbd\xc8\x79\x77\x28\x59\xb9\x34\xd6\x5d\x75\x99\xae\xde\xca\xe5\xea\x8d\xfe\x1e\xe6\x41\xa4\xd8\xc9\x07\x47\xde\x57\x42\xae\xfb\x8a\x2a\x8d\x8f\x37\x61\xef\x6a\xbe\xa6\xdc\x8c\x60\xa7\x46\xaf\x34\xfa\x51\xa7\x29\x28\x6e\x24\x65\x2c\x69\x55\xd7\x63\x5a\xc8\xd6\xbb\x37\x66\x71\xad\x5d\xbb\xbd\x62\x26\x84\x1a\x89\xc4\x13\x36\x7b\x81\x75\xe0\x5e\xdb\x1a\xf0\x98\xc3\xf1\x92\x34\x0e\xa9\xaa\x2b\xee\x5f\x15\x95\x80\x88\x11\x18\xed\x01\x9d\x64\xab\x74\xa9\x4f\xb0\x32\x91\xa5\x7b\x2f\x3d\x2d\x72\x3c\xdc\xd4\x90\xc3\x80\xd0\xc5\xf1\x52\xf6\xa7\x8b\xb8\x7c\x56\x75\x0f\xcc\x3b\xaf\xa6\xe7\x19\xfe\x03\x0d\xbc\xc1\xe1\xdb\xb0\x7a\x4d\xe2\x95\x0f\x01\xb8\xca\xd2\xa9\xec\x3e\xea\xd5\x99\x94\x06\x72\x9a\x93\xda\xac\x99\x43\xdc\x36\x1f\xe6\xf0\x8f\xa5\x6e\x55\x15\xab\x61\xc3\xad\xc9\x27\x88\x80\xc1\x80\xb4\x5f\x14\xd5\x0b\xba\x08\x05\x8b\x78\x7a\xe0\x38\xa5\xa9\xfa\xc6\x5c\x0e\x6c\x3b\x26\xcc\xfb\x2f\x75\x6c\xed\xbb\x2c\xb1\x68\xbf\x62\xf5\xb9\xfa\xb8\xae\x22\x47\x51\xf6\x2a\xb6\xba\x53\x8b\x84\x9a\x71\x95\x61\xc4\x6a\xf0\x02\x1f\x2e\x8b\x9e\x86\x21\xd9\x36\x4d\xa3\xf1\x63\xd1\xd8\xab\xad\xe0\x2f\x04\x50\x99\xa8\x6f\x9e\x70\xd5\x9f\x2f\xaa\xe0\xd8\xf5\xef\x50\x75\x23\x04\xb7\xc5\x37\x0c\xa7\xa6\x0c\xcd\x3c\xfd\x27\x69\xe0\xea\x1d\x7b\x46\x2f\x42\x9a\x4c\x98\x69\xfb\x3a\x56\x34\x60\x31\xd9\x98\xcb\x12\xde\x8b\x42\x5f\x63\xf0\x98\xb7\x16\x1c\x56\x91\xd9\x84\x19\x64\xab\x1e\xe5\x60\x76\x51\xfd\xed\x62\x18\x6b\x7a\x2d\x74\xef\x1e\xcd\xa4\x69\x11\x2d\x9b\x49\xeb\xe4\x4f\x42\x88\xd8\x17\x8f\x8e\x44\x2a\xbe\x86\xa8\xda\xfb\xfb\x69\x4d\xdc\x91\x2d\xdb\xc7\x13\x34\xb6\xde\xac\x6b\x6b\x86\x15\xf0\x8a\x67\x9c\x6e\xe0\xfe\x57\x5f\x46\x4b\xec\xe6\x3a\x5a\xac\x2b\x95\x26\xd2\xbc\x85\xd4\x63\xc3\xf5\xa0\xd4\x04\xeb\xcc\x98\xeb\x03\x48\x69\x05\x7a\x4a\x45\x0a\x6e\x76\x49\xf7\x9e\x37\xc9\xbc\x4a\x4b\xc9\x42\xb3\x14\x35\x8a\x30\x2f\x85\xec\xb2\x37\xbd\xec\xa1\xcd\x31\xde\x93\xb9\x67\x14\x6b\x70\x29\xf3\xd0\xf1\x64\xe4\xce\xe8\x06\x1f\xbb\x45\xac\xc0\x28\x26\x46\x1e\xb7\x96\x78\x27\x1e\xef\x19\x9d\x8d\xdf\xa5\x6d\x4b\xc1\xd8\xdb\x5a\x3b\x8d\x8d\xd3\x4d\xf2\x91\xda\xde\x31\x32\x2d\x41\x6b\x14\x64\x9d\xa0\xf1\x24\x50\x27\x35\x88\xb2\x3e\xce\xfc\xea\x91\x70\x57\x7a\xf7\x1f\x73\x88\xa9\xf7\xe4\xa6\xb1\x63\x5f\xac\x41\x5d\xfe\xf5\x4e\x2b\x2f\x48\x2f\xe0\xe2\x1f\x32\xfb\x6d\xa3\xfa\xb0\x55\xf9\xdd\x71\x55\x13\x09\x42\x6f\xe1\x66\x15\x16\xb2\xda\xa2\x34\x6a\xab\x90\xa0\x77\x92\x1b\xd0\x57\x8f\x9d\x93\xf4\x0a\xc1\x7f\xf1\xf6\x87\x71\xc9\xad\x9b\x7d\xeb\x73\xd9\xe6\x1d\x5a\x7f\x8d\xbb\xfb\xf2\xea\x41\x53\xa1\x11\x90\xa0\x85\x87\x64\x88\x6f\x74\x87\xba\x45\x4f\xca\x03\xe4\x0f\xaa\xcb\xc4\x23\x00\x37\xde\xf3\x02\x22\xd0\x1b\x62\xaa\x61\xec\x46\xf5\xc9\xf1\x2e\x18\xfa\xf4\x69\xe9\x57\xd4\x5f\x9e\x8c\xfc\xfa\x2d\x58\xd0\x62\xc2\x3c\x77\xaf\xae\x90\x37\xe2\x52\xa6\x68\x5e\x2c\x8b\xcc\x18\xc6\x7f\x59\x2f\x31\x37\x70\xc1\x7d\x63\x98\x52\xd4\x9e\x4d\x98\xbf\xd6\x04\xac\x83\xe3\x89\x1d\x11\x01\xd6\x3d\x3b\x7a\x20\x81\xd9\x23\xd5\x6b\xf3\xd4\x9f\x1c\x3b\xc9\x86\x4e\x83\x1d\xca\x5f\x5e\x98\x03\x4f\xf0\xf2\x5d\x82\xc3\xe5\x0c\x04\xc7\xad\xb7\x28\xff\x22\xd9\xb2\x02\x47\x35\x19\xa6\xd5\xcb\xa5\x45\x3a\x36\xe1\xbc\xc8\xc9\xa3\x57\x93\x94\x4d\x05\xb6\xf1\x4d\x08\x37\x63\x70\x08\xe4\xe4\xdd\x9c\x2a\x49\x94\xdf\x2a\xc6\x37\x43\x6b\xa6\xfc\x7a\x3d\x4e\xff\x21\xde\x09\xad\x4d\xdd\x6f\xf3\x0e\x6d\xb4\x46\xdb\x5b\x86\x61\x59\x5b\x9c\x2a\xc3\x45\x6f\x70\xeb\xe2\xe3\x23\x89\x67\xb7\xc1\x19\xbb\x8a\x16\x28\x1a\x96\xc6\x87\x6c\x2a\x7c\x84\x83\x91\x25\x0d\xb4\x59\x33\xc2\x68\x64\x0d\xff\x88\x23\x81\x5b\xcb\x46\x76\xf7\xd4\x19\xb7\xbf\x05\x42\x59\x3b\x0a\x0c\x6b\xbd\xf0\x15\x7d\xcd\x38\xd6\xa4\x65\xdf\xe2\x77\xd6\x7e\xd8\x92\xf0\x39\xde\xe3\xe7\x6d\xf9\x4f\x80\x59\x76\xd1\xa8\x8d\x47\xec\x70\x79\x71\x35\x3f\xc4\xff\x9a\x82\x21\xe3\xad\xa5\x65\x6b\xed\xb4\x26\xb7\x0d\x0b\x84\x60\x77\x30\x84\x2c\x5c\x94\x53\x3c\x8d\x68\x23\x83\xef\x29\x44\xc3\x9c\x48\xe3\x16\x40\x76\x27\x73\x9c\x31\x30\x26\xa4\xa6\xb9\x64\x95\xa5\x54\xab\x22\x4f\x28\xe7\xf3\x65\xae\xe7\xd8\x74\xda\xd5\xa5\xbd\x34\xcb\xe4\x3c\xce\xa8\x76\x5c\x55\x72\xb9\x62\xae\x66\x4c\xdd\xc1\xfd\xa3\x18\x49\x39\xad\xb8\xf3\xca\x42\x65\xbc\xbf\xb2\xa1\x42\x90\x3f\x20\x23\xad\xf0\xb0\x66\x0c\x89\xf8\xe1\x64\xa0\x0f\x79\x4f\xae\x02\x75\x39\x34\x7f\xd8\x15\x08\x4e\x53\x8f\x7f\xb6\x3d\x17\x02\xff\x95\x2c\x9d\xe8\x81\xc9\x6c\x63\xdc\x69\x6c\x1a\x0e\xd0\x88\xe2\x45\xd5\x3c\xaa\x37\x21\x50\x3d\x20\xf1\x74\x9a\x26\x32\xaf\x40\x92\x59\xc5\x0a\x92\x53\xc3\x35\xd6\xf3\x00\xea\x07\x1c\xf6\x4e\x8f\xa3\x1d\x5c\xfc\xbc\xd0\x45\x6f\xe4\x3c\x2e\x93\x8c\xb2\x46\x5e\x2f\x24\x99\x3c\x53\x25\xd4\xb4\x4c\x57\x94\x1c\xdc\x3e\x1a\x51\x22\x16\xcf\x8b\xe5\xb2\xc8\xff\xed\x44\x60\xf2\x5f\x82\x04\x69\x1f\x2b\xef\xf9\xa6\x89\x4e\x44\x16\x37\x86\x90\x69\x9c\x8b\x44\x4e\xb3\x98\x64\x3a\xe3\x0f\x38\x36\x6e\xfb\x61\x00\x24\x13\x5b\x01\xdd\x92\xd4\xb4\xd0\xf7\x03\x4c\x4e\x06\x4e\x63\x0a\xc7\x8c\x23\x0a\x22\xf7\x52\x3c\x11\x19\xab\x54\xef\xa3\x8d\xb8\x98\xa4\xff\x3f\x7b\xef\xba\xdd\x46\x6e\x34\x8a\xbe\x0a\xa4\x6f\xb6\x48\xda\xbc\xe8\x62\xcf\x24\xd4\xd0\x8e\x46\x96\x33\x4e\x7c\x8b\x25\xcf\x64\x22\x2a\x12\xd8\x0d\x92\x3d\x6a\x76\x33\xdd\xa0\x2e\x63\x6b\xad\xfd\x06\xe7\xf7\x3e\xbf\xce\x63\x9c\xe7\xf9\x5e\xe0\xbc\xc2\x59\xa8\x02\xd0\x00\x1a\x4d\x36\x25\xcf\x24\xd9\xd9\xb3\x12\x8b\x8d\x4b\xa1\x50\x28\x14\x0a\x40\xa1\x2a\x31\xcd\x4c\x84\xf0\x4a\x82\x78\x11\xb2\x8e\x42\x19\x3b\xdf\xfd\x39\x87\x58\x8b\xce\x5b\x57\x20\xdf\x5d\x53\x36\xf0\x6a\xbc\x1e\xbd\xda\xe0\xa2\xd0\x0e\x9c\x2c\x41\x49\xa3\x21\x4f\xf7\xc1\xef\xe6\x9c\x06\xac\x4b\xde\x89\x21\xba\x06\x77\x08\xa6\x03\x60\x31\x3f\x6f\x87\xa6\xd1\x4e\x97\x1c\xe1\xb3\x87\x6b\x7a\xdb\x36\xec\xcd\xc0\x29\x84\xba\xc2\x8e\x63\x6d\xda\x0e\xb1\x0f\x21\x58\x59\xf4\x8b\xa2\x5e\x05\x3a\xda\x7e\x53\xde\x8f\xe2\x6b\x6c\xa4\xc3\x38\x8a\x91\x6f\xe5\x0d\xa0\x1c\x13\xc7\xe9\xd0\x73\x87\x02\xa0\x13\x0f\x13\x19\xc2\x44\xbb\xd2\xf5\xb4\x3d\x50\x7c\xb5\x3f\x4c\xb4\xaf\xdc\x62\x3e\x1d\x43\x90\x80\x37\x69\xa8\xce\x52\x95\x1b\x49\x89\x87\x34\xda\x52\xd6\x4c\xf8\xda\x55\xb0\x17\x46\x17\x10\xc5\x98\xf2\xbb\x8c\x8f\x60\xf4\xe0\xe4\xd1\x04\xbd\x50\xda\x86\x5f\xd7\x69\x76\x49\x16\x09\x4c\xa2\x3c\x15\x12\x04\x20\xe6\x64\x16\xe5\xda\xbf\x6a\xd8\x25\x7f\x5a\x68\x07\x5d\x51\x82\x41\xf2\x65\x4f\xba\x3f\xe7\xb6\x44\xc8\x16\xe8\x1b\xc2\xc2\x29\x4a\xe0\x87\xe0\xc3\x64\x12\x25\x4c\x71\x8d\x9c\x4f\xec\x66\x1e\x47\x41\xc4\xe3\x5b\x19\x34\x9f\x4c\xe2\x74\x44\x63\xd1\x79\x08\xfb\x9a\xc6\x21\xcb\x54\x5d\x5d\x2b\x0f\xe8\x5c\x75\xd1\x68\x4e\x06\xfa\xa7\x12\x08\x79\x69\xfa\x9b\x91\xc6\x5e\x78\x8a\x07\xb1\x5b\xa3\x2b\x3a\x12\xe2\x90\xa2\x0f\x16\xd1\xc5\x31\xb0\x7e\xc2\x05\xc1\x8e\x59\xb0\xc8\x22\x7e\x4b\xde\xa7\x71\x14\x80\xd8\x1c\x45\x61\x2e\x1b\x79\xa9\x5d\xa4\x49\x5f\xda\xf2\x10\x37\x37\xb9\x10\xef\xf5\x49\x9e\xc6\x0b\xfd\x14\x2e\x25\xe3\xe8\x06\x07\x4a\x53\xcf\xea\xc4\x3c\x4b\x47\x31\x9b\x29\x2b\xd8\x5e\x0f\x22\x07\x5f\x31\x7b\x68\xc0\xf7\x2d\x19\x2d\x92\x30\x46\x8f\xe5\xe3\x34\x0b\x98\x05\x08\xe2\xa5\xce\xe7\x71\xc4\x42\xdc\x55\xf6\x7a\xe4\xf0\xf8\xbd\x2c\x3c\x8a\x42\xa3\x13\xa2\xac\x0c\x50\x2c\xb8\x4c\xcc\x31\xb9\x1f\x15\xd8\xca\xa7\x48\x30\x5b\x52\xdd\x43\x89\x68\xde\x26\xf3\x98\x09\xce\x40\x2b\x37\xc4\x6c\x91\x44\xff\x58\x30\xe9\x2b\x85\x62\x98\xdb\x84\x50\xf2\xc7\x88\x7f\xbf\x18\x11\x30\x92\x83\x19\x67\xdc\xbb\x17\x63\xef\xcc\x3c\xbd\x9c\x19\xdc\xb1\x62\x96\xb9\x67\x44\xfa\x7d\xff\x70\x33\x53\x5e\x28\x7d\x00\x86\x9b\xad\xa6\x84\xa2\x4d\x7d\xee\x86\xc9\x66\x7b\xb3\x51\x84\xf3\x68\xe8\xc0\x47\x5f\xa1\xf3\x3d\xed\x85\x4f\xc6\xc9\xf9\xaa\x78\x82\x31\x28\x0c\xe3\xa1\x56\x29\xfa\xbc\x3e\x0e\x1e\xc7\x74\x92\xe3\x05\xd4\x90\xab\xd5\x5d\x07\x72\xdc\xda\x22\xf2\x7b\xa0\x5a\x85\x02\x2d\x59\x61\xc8\x0b\x85\xa8\x68\xbe\xd9\xf8\xc0\x26\x47\x37\x73\xc3\x60\x15\x9a\x21\x13\xc6\xc5\xaa\x54\x58\x6d\x26\x69\xd2\x41\x7a\x37\x40\x9e\x71\xb1\x3e\x73\xcb\xc5\x5b\x03\xfa\xad\x51\xeb\xe2\x68\xe8\xf6\x65\xb9\xc7\x03\xd2\x98\x34\x0a\x10\xba\x78\x04\xe7\x21\x87\x34\x67\xbe\x2a\x91\xaf\xca\x4c\x88\xfe\x38\x4a\xbc\x35\x66\xbe\x1a\x61\xca\x0f\x62\x2f\x4e\xb9\xaf\xf8\x22\x89\x02\x25\x76\x9d\xf2\x0b\x5f\xf9\x9c\x47\xc1\xe5\xad\xaf\xf8\xad\x51\xbc\x14\x0a\x7c\xbf\x9a\x83\x74\xe8\x0c\x15\x1f\xab\x81\x29\x9d\xc2\x28\x08\x06\x04\x6e\xcd\x68\x1c\x7f\x17\x25\xa1\x59\x5a\xa4\x75\x46\x51\x12\xe2\xb0\x41\x39\xfb\x32\xdc\x2c\xdd\xed\xd9\x79\x1a\xf4\x84\xf1\xf7\xca\x1b\xb5\x55\x5e\x79\x1f\xd6\x25\xf3\x69\x34\xb3\x8b\x88\x14\xa3\x75\x60\xb0\xef\xe0\x45\xe7\x40\xa3\xdc\xb4\xdb\xc5\xd2\xd2\x88\xb5\xa8\xd0\x46\xc2\x1a\xc8\xf4\x4d\xcc\xda\x30\x16\x16\xa0\xbe\xd3\x59\x28\x22\x10\xea\x03\xa2\xc3\x44\xda\xb6\x96\xa7\x9d\x6e\x74\xc9\xe0\xac\x49\x48\x49\x20\xb4\x5a\xc8\x5f\x30\x54\xaf\xd2\x2c\x5f\x31\xbc\x5d\x4f\x15\x25\x49\x26\xef\xde\xbf\xb0\x7c\x69\x1b\x11\x81\x8a\xe2\x0f\x91\x3b\x06\x81\x4d\xe9\xb3\xe1\x41\xea\x7e\xb2\x46\x7b\x72\xa2\x68\x95\x72\x74\xfc\xd4\x72\x90\x8d\x6e\x74\x64\x6b\xda\xc1\x2c\x09\x8b\x76\x4d\x91\x24\x70\x6b\xf6\x68\x6f\x16\x4d\x5a\xb2\x01\xb1\x5a\x34\x26\x82\x09\x15\x7e\x38\xb3\x54\x7d\x32\x40\x3a\x36\x5d\x04\xdb\xa4\x01\x10\x24\x7c\x04\x6e\xd4\x13\x42\x17\xd7\xa6\x22\x51\x8c\x01\xb6\xa8\x28\xd8\x30\xca\x09\xcc\x5a\x52\x0a\x61\xa9\x51\x9a\xc6\x8c\x26\x05\x6e\x5a\x3e\xd8\x30\x25\x06\x77\xae\x14\xb1\xf9\x6c\x85\x34\xf9\xa2\xbc\x57\x5f\x26\xac\xc5\xa4\x4e\x28\xa2\x81\x3f\x44\x91\x2c\x2c\xb9\xcb\x61\xe7\x9a\x8e\xe6\x71\xf5\x9a\xb0\x1b\x32\x20\x3d\xda\x5b\x31\x0f\x84\xbc\x78\xe9\xae\xc1\xbe\x59\x40\x3e\x7f\x26\x1b\xaa\x31\xcf\x94\x90\x98\xfe\x46\xf3\x01\x1c\x33\x16\xc3\x64\xcd\xe6\x7d\x5d\x40\x52\x4a\x7b\xd1\x07\xb2\x14\xf9\xd6\x5c\x81\xa9\x02\x35\x9c\xf9\x01\x04\x31\x8a\x7e\xfe\xec\xce\x0b\xa1\x9d\x28\x64\x34\x65\x9c\x18\x5a\x36\xe4\x76\x31\x2d\xbc\xb1\xb1\x30\xcb\x8c\xa7\x05\xc6\x59\x3a\x67\xc2\x78\x5f\x37\x29\xa7\x50\xab\xb4\x14\xab\x02\xc5\xf4\x01\x93\x37\x32\xe5\xb3\x78\x4e\xb3\x1c\x9c\x50\x69\x0e\x2f\x52\x77\xa1\xe7\x58\x16\xb7\x1d\xf8\xd2\xe2\x83\x20\xdf\xdc\xac\x83\xb9\x1d\x0c\x8f\xd7\x01\xf2\xce\x8d\xca\x9f\xc8\x65\x9c\x26\x94\xdc\x99\x75\x20\xc9\x2a\x14\xe5\xef\x63\x1a\x25\x52\xab\xb4\x0a\x47\x79\x67\x2e\xf2\x4c\x2d\x0d\xab\x85\x8c\xcd\x21\x58\xb3\x3d\xd5\x65\xa2\x51\x10\xfa\x74\x9c\x05\x39\xe3\x66\x51\x48\xee\xe4\x90\x6e\x61\x03\x19\x82\xba\x39\x0f\xf2\xfc\xbd\xf8\xb2\x71\x92\x39\x50\x49\xec\x59\x05\x77\xcb\x8d\x50\x62\x6d\xb2\x32\x26\x23\xfb\x91\x9c\xd3\x24\xec\xd0\x38\x4d\x18\x01\x0f\x90\x5d\xd5\x1e\x7c\x01\x88\x01\x39\x15\xaa\x77\x23\x9a\x4d\x1a\x6d\xd2\xa0\x8b\x30\x4a\xc5\x8f\xab\x28\x64\xf0\x63\x1e\x05\x7c\x91\x31\xf1\x33\xbf\x9a\x34\xe0\xe4\xac\x21\xe9\xd2\x26\x8d\x19\x9d\x8b\x3f\xd1\x38\xa3\x33\x28\xc4\x66\x23\x16\x36\x86\xc9\x99\x8b\x27\x78\x69\x4b\xa6\x2c\x63\x89\xd8\x84\x5e\x2d\xe2\x04\xd9\x0c\xcf\x63\xc4\x1e\x08\xce\x19\xa2\x84\xfc\xf5\xf8\x98\x50\xce\x69\x70\x99\x6b\x94\x8b\xf2\x0a\x6f\xd2\xc0\xf9\x00\xa8\xf1\xdb\x98\x35\xc8\x99\x1d\xe1\x94\xd1\x60\x8a\x21\x74\x82\x91\xdc\xd8\x88\x79\x85\x11\x4e\x71\xb3\x62\x86\xcf\x16\xe9\x2b\x22\x67\x13\x12\x8c\x9a\x2a\x9e\x1a\x46\xc8\x55\x47\x67\xe6\x1e\x06\xba\x8e\x0e\x0e\x61\x0a\x89\x71\x8d\x38\x3c\xd5\x80\xe3\xd9\xc2\xa1\x79\x9b\x38\xa1\x07\xdb\x84\xf1\xa0\x6b\x74\x62\x4a\x73\x1d\xe2\xad\xa5\x8e\x3d\xd0\x3b\xe0\xa7\xbb\x96\x53\xdb\x88\x1a\x24\x71\x53\xd8\xa8\x60\x5a\xb0\xad\x24\x0c\xd7\x39\x38\xd6\xbb\xa0\x17\x70\xa0\x8f\xe7\x65\x17\xc1\xa8\x49\x5b\x17\xb2\x8d\x5c\xc8\x06\x3e\xbd\x35\xf0\x19\x47\x31\x67\x59\x93\x1a\x44\xc5\x11\x4a\x8a\x47\x17\x40\x78\x6a\xbc\x90\xba\xb2\x0c\xd4\x83\x51\xf3\xca\x34\x33\x4c\xf0\xf5\xc5\xd5\x92\xa8\xbb\x49\x29\x82\x7b\x94\x1f\xcd\xe6\xfc\x56\xee\xcf\x8a\x31\x85\xbb\x09\xc4\xa8\x78\xc4\x60\x35\x6f\x51\xd4\x40\x43\xbd\xaa\x30\x2c\x52\x55\xac\xa4\xe2\xc8\x1e\xad\x13\x6d\x54\x50\x12\x45\xe3\x5b\x9c\xf0\x4d\x98\xcc\x21\x7e\xd8\x43\x66\xe6\x74\x67\x74\x5e\xb8\xa6\x9b\x9b\xce\x96\x40\xfa\x8b\x94\xee\x22\x8b\xad\xd3\x70\xfb\x20\xbe\xf1\xf1\xc3\x6b\x32\x8b\xf2\x3c\x4a\x26\x8d\x92\x7b\x4a\xc5\x26\xaa\xb6\x02\x48\x1e\xab\x14\x68\xb5\x7b\x4d\x9e\x93\x0b\xf2\xd5\x27\xfc\xb8\xbb\xbe\x20\x7d\xd2\x68\xb4\xdc\x62\x53\xb3\xd8\xf4\x6e\x5a\x51\x2c\x34\x8b\x85\x77\x37\xb2\x18\x16\x52\xf1\xf8\xbb\x3f\xa7\x51\xd2\x14\x33\x57\xf3\x68\x49\x5b\xc8\x69\x12\xf1\xe8\x17\xf6\x3d\x9f\xa1\x0d\x30\xbc\xaf\xbc\xa2\x71\x14\x0a\xe9\x90\x45\xa3\x05\xc7\xa3\xcf\x2e\xe4\xfd\x28\x03\x2a\x11\x9e\xc6\x2c\xa3\x09\x97\xf1\x3b\xa4\x17\xe8\x5c\x7a\x86\x9c\x32\xb0\x1e\x4b\xc7\x72\xd8\x72\xa9\x25\x85\x64\x74\x0b\x70\xc4\x92\xd4\xcd\xe7\x2c\xe8\x5e\x4f\x29\xbf\x9e\x80\x47\x38\xd8\x1e\xcf\xe9\x84\xf5\xa4\x6b\x0f\xf4\x06\x87\xee\x5e\x3b\x1a\x9d\x8e\x40\xa7\x03\x76\x30\x00\x0b\xdc\xce\xac\x01\xcf\x07\x88\x60\xf7\xe0\x12\x68\x4a\x33\x1a\x70\x96\xc1\x81\x20\x9b\x73\x16\x82\x5c\x4d\xe1\xc8\x0e\xe6\xaf\xf4\x59\x0d\x6f\x2a\x43\xa6\x3c\xfd\x14\x04\x03\x58\x60\xb0\x3c\x5a\x8c\xc7\x2c\xd3\xa6\x3a\x3c\x8b\x26\x13\x88\x46\x4f\x28\xf2\x29\x7a\xb1\xee\x43\x0d\x42\x1e\x91\x45\xc2\x6e\xe6\x70\x5a\xde\x61\xff\x58\xd0\x38\xef\xe4\xd1\x24\xe9\x78\x69\xe0\xab\x94\x2c\xe2\xb8\xa3\xbb\xe0\x2b\xa1\x33\x3b\x51\xe2\x03\xf8\x23\x98\xeb\xc5\x0b\x69\x9d\x01\x87\xda\x72\x18\xc9\x88\x05\x14\xa3\xfb\x34\xd0\x2f\xb2\x0a\xd1\x2a\xdd\xdf\x4a\x3a\x8c\x55\xd3\x36\x0b\x49\x47\x4b\x78\x79\x96\x48\xc8\x4e\x11\x24\x98\x5e\x91\x7e\x38\x78\xfd\xea\xc5\xf9\xf7\x27\x6f\x5e\x9f\x1f\x9c\x9c\x7c\x78\xf5\xdd\xc7\x93\xa3\xf3\xb7\x07\x6f\x8e\x84\x0a\xfc\xf7\xd3\xbf\x0f\x87\xdb\xc3\x21\x1f\x0e\x93\xe1\x70\x3c\x1c\x66\xa4\xf7\xed\xe0\xd9\xd9\xe3\xaf\x7a\x8a\x97\x0d\xa3\x95\xf3\x8c\x05\x0b\xf4\x18\x23\x54\xb5\x7d\xec\x04\x3e\xcb\x1b\x83\x6f\x07\xc8\xbe\x42\x2a\x14\x1e\xb8\xf0\x06\x61\xb2\xa0\x59\x48\xe8\x84\x46\x02\x2d\x38\xba\x62\x37\xf3\x38\x8d\x78\x5f\x32\x74\xf9\x39\xed\xe8\xe9\xd3\x9e\xa1\x7b\xa9\xa7\xb4\x3b\xdb\x4f\x6d\xc9\x66\xcc\xc1\xa6\x28\xdf\x06\xdb\xf5\x34\xc9\xdb\x06\xd2\x52\x42\xc5\x8c\x3b\x27\x58\x70\x78\xf9\x51\x39\xc6\x99\xa6\x9c\xe4\xd7\x74\x3e\x57\xaf\x89\x65\x61\x7d\x5d\x60\x53\x5f\x8e\xab\x10\xe0\x60\x26\x0f\xfe\x58\x02\x3a\x17\xea\xc8\x70\x53\x3a\x8f\xb8\xe1\x10\xcc\x95\x33\xb8\x1c\x93\x11\xb9\xc0\xd2\x17\x4d\xf6\xcd\xe3\x34\xf3\xa1\xc7\x4b\xa1\xaf\x34\x39\x9d\xb4\xe5\x28\x17\x86\xfb\x38\xba\xa0\xb3\x58\x36\xd3\x78\x4f\x4d\x27\x22\x95\x4e\xcc\x44\x09\x81\x0c\x14\x2c\xeb\x15\xaa\xaa\xf7\x3e\x95\x11\xf8\x75\x80\x06\xbc\x29\xb7\x8a\xa1\x8d\x44\xa3\xb1\x8f\x2f\x07\x42\x19\xc2\x0e\x7a\x6a\x94\x03\x05\xee\x50\x46\xa2\x57\xeb\xae\x91\xbf\x98\x87\x94\xb3\xf7\x54\x28\x5b\x02\xca\x89\xfd\xca\xa9\x59\x76\x12\x1a\x5c\xfa\x1e\x34\x69\x65\x96\x25\x1c\x48\x26\xe4\xb2\x28\x7c\x6a\x56\x21\x1d\xb2\x63\x5e\xda\x1b\xe5\xb1\x47\x8f\x07\x40\x4f\xf8\x28\x3d\xf9\x59\x8e\xf9\x1b\xa7\xa7\x75\xba\x40\xb6\xb6\x0a\x15\xb7\x2b\x2f\xef\xf2\xa6\x1a\x88\xd6\x17\xee\xa2\x35\x18\xa8\xca\xe8\xa6\x7c\xbd\xd5\x4b\xb4\x9c\x4a\xc5\xb6\x1a\x2f\x91\x20\x0c\xb0\x39\xf3\x54\x44\xf0\x5c\xcf\x3e\x84\x2b\x3f\xba\x7a\x5b\x55\x06\x23\xe6\x2c\xec\x26\xb2\x17\x2e\x0c\x59\xcd\xf0\x5e\x60\xeb\xd8\x22\xd1\x4e\xf1\x28\xc7\xa2\x8f\xa6\xd6\xa2\xba\xab\xda\x80\xeb\x57\x16\x82\xce\xbe\xb5\xe5\x4b\xee\x46\x49\xc8\x6e\xde\x8d\x11\xd4\x33\xd2\xd9\x31\x4c\x01\x37\xac\x0a\x3f\x94\xf0\x23\xc4\xf6\xa5\x93\xa7\x31\xeb\x5e\xd3\x2c\x69\x5e\x80\xe0\x4d\xfe\xfb\xff\xfe\x7f\xfe\xbf\xff\xf7\xff\x22\x3f\xa5\x8b\x8c\x0c\x87\x17\x46\xbb\xc3\xe1\x85\x44\x87\x28\x0e\x69\x8b\x22\x5f\x7d\xe2\x74\x72\x37\x1c\x5e\xa8\x1b\x64\x88\x1d\xab\xf6\x2d\xc3\x61\x62\xef\x5c\xcc\xbd\x0a\x79\x8f\xb7\x33\x19\x9b\xa5\xe8\x7e\x0b\xbc\x20\x94\xda\xed\x0e\x87\xc9\xbb\xac\x0d\xfe\xf1\xa3\x1c\x21\x09\xa9\x2d\x10\x07\x17\xb6\x34\x44\x0f\x20\xaa\xa6\xd3\x71\x8d\xf9\x70\x98\x08\x0d\x03\x1f\xa4\x42\xf4\x46\x88\x3c\x10\x04\xe9\x22\x41\x97\xea\x69\xa6\x1c\xbf\xe7\x97\x5d\x24\xc9\x45\x59\xcd\x56\x17\xa1\xc5\xa6\x32\x4d\x38\x8d\x12\xe3\xc2\x32\x2d\x5e\x3b\x8b\x25\x0f\xbc\xdc\xe1\xeb\xf1\x30\xca\x03\x9a\x85\x76\xc8\x58\x94\xcc\xca\xc7\x9b\x90\x9a\x51\x0e\x9d\x45\x42\x80\x8b\xe4\x9c\xe4\x32\x6c\x7c\x26\xc1\x67\x8c\xe6\x2a\x54\x24\xde\x9d\x5f\x33\xe8\x12\xbc\xa9\x15\x55\xe5\xd2\x91\x03\xcc\x1c\xde\xfe\xca\xeb\xd6\x30\x4b\xe7\x22\x2b\x92\x4f\x5e\xc0\xf3\x7d\xaa\x40\xbd\xd4\x6d\x88\x7a\x40\xaa\x6b\xab\x1a\xe0\x38\x5a\x70\x78\xa0\x0d\x61\x55\x24\x94\xae\xb1\xc3\x49\x13\x21\x48\x05\x99\x0e\xb2\x8c\xde\x92\x81\x66\x68\x23\x0b\x62\x3b\x23\x85\xf5\x0e\x55\x7d\xc2\x36\x55\x7d\x09\x1a\xd1\x8c\x51\x9d\x80\xc0\x1a\xe2\x0b\x65\x8d\x58\xc8\x24\xc5\x0e\x94\x2e\x92\xbf\x81\x88\xca\x15\x99\x7f\x8c\xd3\x91\x2a\x00\x7b\x5d\x7b\xc2\x15\x05\xf5\xbc\xf1\xc1\x2f\xa2\x57\x7a\xf2\x65\x13\x66\x19\xdc\x68\x57\x35\x65\x06\x90\x33\x12\x4d\xd1\xe1\x47\xe3\x94\xd3\xc9\x99\xf9\x94\x5f\x0d\xc4\x24\x4e\x47\x1f\xe4\x69\xa3\x91\x59\x40\x2f\x87\xbb\x33\x37\x81\xc4\x7e\x84\x9c\x8e\x7e\xc6\xf3\x63\xd4\x38\xe0\x8c\x39\x1d\xfd\xac\x05\x53\xe3\x51\xa3\x05\x76\x6c\x8e\x6d\x98\xc6\x42\xba\xb3\x28\x1d\x5a\xe1\x89\x42\xc6\xc0\x33\x43\xb3\x37\x84\xff\x1e\xf5\x26\x6d\xd2\xe8\x3e\x6a\xb4\xac\xe7\x24\x1e\x33\xfb\x4a\x92\x60\x7b\x02\xb8\xd7\x76\xcc\x8e\x46\x55\x60\xe9\x59\xdf\xab\x06\x57\x51\x5e\x6c\x35\xf1\x68\xb5\xd9\xf8\x7b\xb3\x41\x1e\x1b\x9d\xc6\x2d\xdc\x67\xb1\x03\x24\x8d\xd6\x57\x8d\xf2\x5a\xd7\x2a\xde\xdf\xe2\xb8\xc9\xe6\x0e\x63\x9a\xe7\x0e\xa3\xf9\x0a\x94\x38\xcd\xc7\x67\xb2\xac\xc1\x64\x81\x4a\x31\x39\x4c\x88\x93\x59\x61\x02\xa1\xac\x82\x18\x81\xd2\xe6\xfe\x48\x11\xce\x47\x7e\x47\xe9\xd8\x98\xd2\xdc\x5b\x0e\xdb\x5e\x4e\x6a\x3f\x83\xdf\xad\x9c\x10\x38\xfa\x0d\xc0\xbb\xbc\xe9\x2f\x91\xb8\xd4\xc6\x92\x29\x24\x29\xb7\x6a\xf6\x3c\x78\xee\x7c\xb9\x99\x53\x9e\x37\x7e\x02\x78\xa6\x8c\xcd\xa5\x2b\x27\x8b\x97\x35\x1f\x32\x4f\xec\xe5\x57\xee\x3a\x54\xdc\x3f\xb1\x90\x58\xac\x0f\x7b\x1a\x33\xf7\x40\x3e\x38\xb0\xe6\x84\x55\xa2\x6d\x5a\xf0\xca\x74\x7b\x52\x68\xa0\x2a\x6c\xa1\x35\xb6\xba\x92\x73\x07\x67\x1e\x48\xc9\xca\xf0\x6e\x57\x96\x56\xdd\x33\xde\x76\x79\xe1\x49\x8e\xf1\x43\xb3\xd4\x5f\xf4\x8f\x72\xa2\xaa\x17\xbd\x71\x9c\xb5\x40\x5b\x14\x5d\x42\x03\xe3\xd9\x90\x0d\xca\x29\x7c\x8b\x7e\xbb\x8c\xe4\x8e\x84\x1a\x69\xb7\x9a\x35\x88\x82\x9e\x21\x9b\xcb\x3d\x9d\xf8\x82\x3d\x44\xf1\x75\x19\xcd\xcd\xe5\x5b\x37\x62\x26\xe2\x83\x73\xb9\x51\x32\x13\x5e\x58\x90\x69\x18\xb2\x50\xed\xeb\xe4\x91\x25\xac\xfa\xda\x48\x0f\x1c\x46\x37\x6d\x06\xd3\x5b\x05\xc1\xb1\xc5\x01\x40\x17\xf7\x08\x4d\xd9\xfd\x34\x49\xe7\x2c\xe1\x74\x62\x58\xec\x26\x60\xa1\xeb\x6e\x96\x95\x9e\x76\xc1\x12\x30\x8b\x12\xe3\x05\x57\xfd\x34\xbb\x85\x48\x96\x17\x3c\x5b\xb0\x0b\x38\x08\x03\x45\x74\x4a\x73\x32\x46\x1f\xd4\xf0\x10\x9e\x25\x52\x71\x94\xb0\x2e\x04\x52\x17\x04\x76\xe6\x60\x54\x8d\x27\x76\xdc\x34\x77\x35\x15\x1b\x4f\xbb\x42\x06\xc1\x81\x0d\xf0\x81\x80\xd7\xb0\x97\x7e\x0f\x85\xb4\x48\xb0\xf6\x94\x92\xf0\x56\x6d\x6b\x34\x1e\x3f\x2e\x3d\x84\x29\x4b\x72\xa4\xfc\x58\xee\x2d\x05\xe1\xf1\xf4\xc1\xa6\xa8\xae\x87\xdb\x4e\x90\x57\x50\xc7\x7c\xc2\xa9\xd8\xa1\xe4\x38\x41\xde\xb1\xd1\x5c\x72\xc4\xc6\xc6\x58\x6f\xbf\xf7\xcd\xda\x46\x64\xd1\x13\x3a\xb1\x34\x05\xb1\x98\xb9\x6c\x2f\x9d\x07\xd8\xaf\x39\x2c\x10\xe6\xd4\x57\x73\x05\x9c\x05\x94\xfb\x57\x80\x40\xe4\xca\xe7\x26\x03\x07\xb8\x2a\x52\x7a\x7c\xec\x14\x83\xed\xc6\x46\x85\x07\xea\xa2\x41\x38\x4b\x91\x14\xf2\x40\x58\xf6\xbc\x17\x18\x6a\x63\x50\xae\x47\x27\x6f\xc1\xbd\x82\xa7\xb9\x44\x8e\x38\xfe\xf1\x57\xb4\x1e\x09\x98\xf2\xe0\x14\x04\xc9\x59\x9d\x8a\xee\x6b\x0e\x87\x44\x52\xe6\xad\x31\x86\x07\x71\xfc\x85\x47\xef\xdf\x91\x94\x26\x31\x5d\xad\xb3\xce\x81\x46\x11\x92\xb9\xb3\xd3\x12\xbb\x42\x0d\xa4\xd8\x08\xc3\x8c\x49\x43\x29\xab\xf4\x39\xef\x11\x68\x44\xa0\x4d\x6d\xd8\x17\x5d\x72\x09\x69\xd9\x00\x13\x96\x8b\xfd\xfe\xeb\x68\x16\x71\xd3\x8e\x11\x3a\x2e\xf4\x2f\x5f\xc1\x56\x49\xae\xb9\xee\xa8\x88\x5a\xb1\x4c\x0a\x96\x62\xca\xae\xea\x95\x3c\x20\x68\x38\x03\x0b\xac\xe0\xec\xa8\x1d\xda\x6d\x48\xda\x39\x4f\x72\x94\x08\x2e\xa3\x43\x5c\x01\x4d\x06\x64\x67\xe5\x8b\xe3\x55\xdd\xd4\x05\x43\x47\xe6\xab\x45\xa2\xb4\xb3\xbc\x27\x49\xf0\x8a\x03\x03\x57\xaa\x37\x3f\x09\xcf\xe1\x5c\x22\x49\xe5\xd9\x3e\xa7\x13\xb3\x8e\xb3\xea\x58\xdd\xb2\x0e\xc1\x33\x37\x44\x8e\x7b\x56\x6f\x55\x36\xec\x2d\xbf\x15\xfa\x6c\x82\xf3\xc4\xec\x79\xb1\xc6\xca\x63\x8e\x4a\x32\x48\x1a\x1c\x43\xb1\xef\xd3\x9c\xc3\x83\x05\xc1\xc1\xde\x12\x2f\xd2\x19\x8d\x12\xd7\x95\x4e\x59\x84\x1b\x78\x57\xcf\xdc\x0d\xef\x01\xc7\xe7\xcf\xa4\x7a\xef\x86\xcc\xf7\xf9\xb3\x7f\x0f\xd6\x78\xd4\xb0\xdd\xf3\xe3\x6d\x37\x8a\x3a\xf3\xce\x1b\xa3\x47\x50\x0f\xdb\x6f\x54\xde\x1d\x75\x39\xcb\x79\x93\x96\x9d\xf0\xa8\x77\x0a\xf3\x8c\x5d\x01\x4f\xcc\x29\xba\x6b\xa2\x89\x7b\x4f\x55\x3c\x86\x99\x2f\xe4\x11\x24\xd8\x57\x94\x00\x46\x09\x67\xd9\x3c\x63\x70\x8d\x98\x4b\xc7\x19\xa1\x0b\x14\x8e\xfa\x54\xba\xe0\x3e\xc7\xcb\xbd\x74\xa3\x69\x2d\x0a\xa7\xd4\x75\x60\x56\x62\x53\xe7\x49\x9c\xd0\x4d\xf0\x76\x7c\xdf\x99\x11\x18\x16\xdf\x3b\x8a\x2a\x4e\x9f\x34\x67\x40\x3b\x7c\x4d\x0c\xf1\x85\x51\x38\x8a\x60\x7e\x0e\x6c\x9a\x1b\xe1\x48\x31\xd0\x79\x86\x27\x8e\xd2\xf5\x78\xa0\xfc\x68\x4a\xb5\xa2\x5b\xc6\x39\xcf\x59\x78\xe0\xc1\xee\x10\xf0\xf6\x39\x6b\x5b\xc6\x96\x36\xd5\x9a\xab\x98\x74\x6b\xcb\xcf\xa4\xa0\x81\x69\x69\x4a\x0b\x51\x5a\x6a\xa1\x92\xc7\x2b\x61\x8b\xcc\x5a\xa0\xbd\xc8\xcb\x9d\xf3\xb2\x0e\xa8\xcd\x35\x76\x42\xcf\x88\xd5\xa8\xab\x8a\x95\xe8\x9b\x05\x34\xe0\xd2\x5c\x5b\x3d\xa6\xa5\x65\xc7\xd8\xed\x7a\x07\x76\xe9\x38\x95\x10\x30\x6c\x58\x52\x98\x76\xf5\xab\x4a\xaf\x8d\xa6\x71\x5b\x33\x05\x32\xa7\xa8\x44\x6d\x6d\x91\xa6\xfc\x29\x64\xb7\x47\xd4\xdc\x93\x04\xc5\x9c\x48\xd8\xf5\x0f\xd2\xa1\xa0\x25\xa2\x4d\x0c\x53\x7c\x71\x30\x97\x6f\xbf\x4a\xf1\xec\x8a\xff\x7a\x3d\x72\xc5\x32\x6b\x16\x1b\x26\x65\x92\x34\xbe\x8a\x48\xc0\x7c\x1e\x47\xfc\x98\x67\xea\xc4\x1e\xc3\xce\x43\x6a\xb3\x41\x1a\xae\xfb\x93\xd2\x00\x80\x8d\x94\x05\xa4\x02\x4f\xd5\x2f\xe9\x9c\x50\x4d\x90\xbc\x52\x8d\xb1\x2b\x16\x44\x13\x2b\xaa\xab\x19\xd8\xff\x19\x04\xce\xbd\xf8\x93\x4a\xcf\x2d\x5e\x30\x62\x95\x27\x62\x95\x5f\x02\xcd\x9f\xe1\x4d\xf6\x24\x1a\xf3\xa3\x44\x21\x19\xeb\xdf\x73\xc2\xae\xfe\x53\x2c\x00\xef\xab\x12\x35\xe6\xf2\x25\xed\x0c\x3c\x83\xe5\xa6\xdf\xa7\x62\x0d\x28\x09\xfd\x52\xdf\x25\x47\x78\x3a\xee\xe9\x86\xf2\x93\xa9\x6a\x97\x6a\x39\x75\x5c\xc7\x9b\xc5\x87\xa0\xc4\x8a\x49\xe6\xf5\xfd\x53\x52\x98\xa6\x6c\xc6\xf2\x03\x7c\x7c\x76\x92\x16\x50\x7c\x12\xda\x2b\x2b\x12\xf0\x3c\x76\xfb\x7d\xc6\xc6\x72\xd3\x87\x03\xe2\x1d\x8b\x7a\x8b\x3d\xf1\x2f\xf8\x7e\x02\x95\xfb\x58\x52\x2c\x41\x7c\xca\x94\x2c\x90\xf6\xfd\x0e\x60\xe3\x3a\xcc\xef\xa6\x94\xa0\x43\x6a\x5f\xaf\x8c\xb3\xb1\x50\x1e\xd1\x7c\xfc\xf0\x5a\x32\xa6\x07\xcc\xaf\xa0\xdd\xda\xa8\xc8\x0a\x0a\x18\x19\xd4\x69\xed\xf4\xac\xd5\x1d\x47\x49\x68\x5c\xcf\x4f\x65\x7e\xa5\x34\x51\xbe\xa1\x74\x43\x83\x81\xa4\x43\x57\xa5\x79\x45\xc2\x9d\x5f\x6e\x5a\xd8\x63\x47\x2b\x71\x97\x74\xf0\x62\xde\x0c\x21\x73\x15\xda\x0e\xa6\x80\x3d\xd6\x14\x50\x9d\xdc\x2e\x4b\xc2\xfc\xc7\x88\x4f\x9b\x17\xdd\xaf\x3e\x61\xb1\xbb\x0b\x7f\x3f\x2a\xba\x57\xf0\x97\x3b\x40\xc5\x66\x01\xbb\x55\x47\x9c\xe8\xe7\xc9\xfe\xe1\x29\x1a\xf3\xbb\xfb\x2d\x4d\x1d\x5b\xb1\xfc\x57\x98\xbe\xd2\x2c\xdc\x37\x7d\x6d\xb0\xde\xc9\x6b\x17\xa9\x98\xba\xbd\x1e\x39\x9c\x66\xe9\x8c\x49\x8b\xc8\x9c\x0c\x87\x68\x16\x97\x2f\x46\x39\x8f\xb8\x58\x05\xc4\x72\xde\x53\xfb\x22\xb0\xfd\x73\xc3\x1f\x6a\x60\x39\x57\xfb\x2a\x21\x02\xe0\xa9\x77\xc6\xae\xb3\x88\xa3\x5d\x05\xd8\x39\xc4\xb7\x84\xa7\x6a\x27\xa6\x6c\xed\xba\x5e\x70\x07\x71\x9e\xa2\x8d\x01\x4d\x6e\xc9\xf5\x34\xe2\xf8\x50\x1f\x51\xa0\x9c\xcc\xd3\x28\xe1\x0a\xb5\x8f\x1f\x5e\x57\xaf\x39\xa8\xb8\xe8\x3b\xb1\xbf\x37\x87\xc3\xeb\xc7\xfd\xd6\xf3\xe1\x30\x7f\x74\x3a\x1c\x0e\x87\xbd\x33\xe3\x67\xaf\x4d\x1a\x5f\xed\xf4\x7a\x5e\x05\x47\x8c\x92\xd4\x83\x44\x77\x71\x56\x34\x32\x16\x53\x1e\x5d\xb1\x7e\xc3\x2f\xfb\xb1\x43\x89\x72\xf7\x21\x68\x20\xfb\x4e\xd2\x45\x06\x0f\xdd\x65\x78\x49\x41\xef\x11\xcd\xa1\x43\xb9\x6f\xf3\xa9\xc1\xcd\x68\x12\x52\x9e\x66\xb7\xd2\xce\x11\x31\x10\xf5\xd0\xd2\x97\x4a\x03\x1d\x20\xcf\x8f\xdf\x1f\x9c\xfc\xf8\xc7\x0a\x48\xa2\x0a\x5e\x66\xb4\x49\xc6\xa4\x13\x77\x5f\xd9\x92\x11\xb5\xee\xb7\xee\x8e\xec\xa1\x97\x76\x1e\xad\x00\x2c\x6a\xf5\x22\x8a\x06\x43\x60\xab\x3b\x61\xa6\xdf\x0c\x30\xf9\x0f\xd2\xd8\xea\x66\xee\x05\x27\x34\xdb\x20\x4d\xe3\x2e\xf9\x5e\x6c\x48\xa5\x15\x0c\x3c\xf3\x80\xe8\x2a\xe0\xef\x1e\xcd\x25\xe5\xac\x99\xea\x95\x80\x26\x1e\x6d\xb8\xd7\x2b\xdc\x77\xa4\x32\x92\x92\x85\x86\x97\x7d\xbd\x70\xbe\x5b\x44\x71\xa8\xe2\x4d\x4c\xd1\x6d\xc0\x70\x53\x0d\xf7\x70\x53\x5b\xa2\x4a\x07\x1c\xc9\xad\xb4\xeb\x51\x2e\x3c\x4a\x10\xad\x61\x9f\x51\xf0\x66\x23\x17\xe3\x7c\x01\xce\x0a\xc6\x8b\x38\xbe\xf5\x6f\x36\xa0\x61\x38\x3b\x95\xa3\xd8\xeb\xa9\x9f\x9d\x3c\xe2\xcc\xb7\x01\x01\xf5\x5e\x54\x8e\xc0\x55\x36\x69\x46\xe4\x5b\xb2\xb3\xbd\xdd\xda\x27\xd1\xe3\xc7\x15\xcc\x0f\x0d\x3d\x1e\x90\x8b\xde\x57\x9f\xa2\xbb\x8b\x7a\xac\xb1\x4c\xb3\x68\x03\x48\x1f\x8f\x61\xad\x28\xff\x20\x3b\xf2\x31\x8b\x89\x5a\x97\x85\x30\xf5\xad\x7b\x0d\xbb\xd7\x46\x31\xcd\x77\x56\xb1\x7e\xd5\xce\xcc\x6a\xb6\x5a\x10\x48\x9b\xc4\xc2\xef\x2a\x30\xd5\x2b\x90\xf8\x06\x80\x1c\x5c\x31\x64\x7e\x25\x1c\x42\x35\x81\x67\x0c\xc9\xc6\x58\xbd\xd0\x6a\xd2\xcc\xce\x51\x3a\x83\x0e\x0c\xb7\x7c\x95\x86\x97\x1e\xca\x5e\xb9\x51\x81\xa0\x7a\x9b\xe0\xfe\xf7\xdc\x56\xdf\xca\x15\xfd\xd5\xfa\xa4\xb9\xe1\xe8\x3b\x6e\xaf\xb6\xb6\x88\xbf\x88\x52\x0d\x7d\xbc\x65\x6c\xa0\x96\x43\x2f\xeb\x9d\x36\xf0\x87\xe9\x9d\x9e\xd6\xfe\x6d\xf4\x4e\x9b\x87\xfe\x8f\xde\xe9\x1f\x1e\xb1\x96\x26\xd0\x07\xb0\x4c\x45\x1d\x8e\xe4\x59\x70\x2f\x15\xd5\x4e\xf8\x67\x28\xa8\x6e\xfb\x85\x26\x0a\x8f\x30\xcb\x58\x54\x68\x9a\x5a\x88\x1b\x6f\x3b\x8b\x2d\xa2\xbf\x74\xd9\x92\x4a\x1e\x76\x78\xf9\xcb\xdd\x8d\x2b\x1c\xe5\x8e\x1c\x1e\x83\x55\xb2\x26\x16\x61\x57\x51\x5c\x7d\x38\xe7\x3f\x9a\xa9\x46\x1f\xfc\x7f\xc2\x73\x3f\xfc\xf6\xbe\xe8\xb3\xff\x53\x1e\xcd\xaf\x00\x15\x1f\x3b\x56\x29\xa4\x1b\x92\x64\x15\x71\x55\xf0\xbf\xfa\xfc\x51\xc9\x21\xcb\x4f\xc6\x94\xb6\xed\xbe\xe9\x5b\x97\x0e\x35\x28\x21\x68\x51\x71\xfc\xe8\x74\x6f\x9d\x43\xaa\xf5\x66\x37\x72\xd8\x3f\x73\x1e\x4a\x3b\xc6\x32\xae\x96\x4c\x3f\x96\xd7\x31\xd2\xfc\xae\x90\x84\x86\x9d\x1f\x1c\x88\x97\x10\xb1\xc0\xfc\x18\xc5\x61\x40\xb3\x70\x19\x98\xc6\xa3\xc6\x0a\x28\x0e\x32\x7f\x8c\xd3\x51\x09\x92\x75\x87\xb1\x16\x52\x4b\xc1\xad\x46\xce\xa8\x80\xcf\xa4\xab\x91\x6e\x2f\xc3\xe0\xac\x2b\x59\xde\xa3\x3e\x6b\xb3\xc2\xe5\x42\xc0\x0d\x43\xe4\x61\x04\xf5\x24\xb4\xc4\x1c\xfe\x61\x2f\xae\x51\x1c\x94\xbd\x88\xa8\xb9\x8c\x1d\x91\x25\x95\xee\xad\x5f\xed\x57\xb4\x55\x45\x9c\x56\xdb\x47\xe9\x72\x2f\xaa\x85\xcc\x52\xb4\x2a\x3a\x5e\xac\xf3\x0e\x3a\x75\xb1\xf1\xae\xc4\xb8\x66\x2c\x11\xb8\xbf\xe1\x72\x0c\x4f\x23\xea\xaf\xc6\x92\xe7\x47\x39\xcf\x68\xc0\x8f\x6f\x13\x4e\x6f\x4e\x32\x26\xe8\x6a\x3a\x51\xc0\xc3\xa8\xc7\xa4\x41\x3e\x35\xc8\x63\x49\xfa\xc7\xa4\x71\xe7\xdd\xdb\x4b\x4b\x3d\x18\x17\x16\x1e\x1c\x9f\x14\xa3\x94\xe7\xcd\x72\x63\xed\xd2\x09\xaf\xe8\x45\xee\x3f\x32\x2e\xaf\x2c\xa2\x70\x71\x60\xdf\x34\xda\xad\x3e\x74\x36\x87\x0c\x28\x57\x75\x67\xf2\x65\x56\xca\x35\x57\x97\x5f\x99\x5f\x0c\xa3\x14\xb8\xae\xa2\xfb\x65\x7e\x42\x32\x6f\x6d\x91\x15\xcc\x6d\xc0\x1a\x0c\x37\x05\x34\x34\x43\x87\xa7\xae\x72\x32\xe2\xad\xe4\x63\xd2\x18\x6e\xba\xbb\x65\xfb\x66\xc7\x3b\xd7\xeb\x10\xc3\x34\x47\x2a\x99\xa6\xdb\xd7\x0c\x39\x8b\xc7\x87\x18\x9b\x73\xb5\x99\x94\x49\xa9\xde\xb3\xc6\x12\x7b\x79\xa3\xe4\xb3\x86\x63\xd9\xe5\x9a\xdc\x88\x8d\xab\xb2\x31\x35\x37\xb1\x9c\xdd\xf0\x97\xc0\xbd\x0e\xa1\x0b\xe0\x06\x71\x1d\xa8\xf6\x44\x34\xcd\x9a\x1d\x2d\xd6\x6f\xe6\x58\xb2\xbf\xd2\x66\x4d\x86\xf5\x93\x35\xb8\x58\xc0\x6c\xb6\xfc\x58\xd8\x6a\xe8\x4e\x3e\xd0\x42\x17\xcc\xa6\x63\x6c\xdb\x38\xb8\xd2\x66\x78\xb9\x65\x70\x4c\xf3\xda\x2f\x4f\xc1\x84\x97\xba\xae\xfe\x35\x04\xdb\xc6\x13\x0c\x3b\x75\x5e\x97\x53\xd3\x6b\x35\xda\x6d\x17\xaf\x8b\x21\x9e\x52\xce\x20\x98\x52\x61\xa9\x5f\x44\xd0\x91\x21\x94\x1a\x39\xc1\x57\xf6\x26\xf5\x30\xae\x93\x6e\xa8\x60\x18\xcb\x24\x97\x3c\xf7\x96\xe9\x13\xf7\x59\xb0\x8f\xfb\x57\x59\xd2\x81\x5d\x43\x61\xfd\xaf\x2d\xd2\x3e\x7f\x36\xde\x04\xc8\x45\xa6\xe5\x3a\x6d\x36\x5e\xc2\x17\x11\x75\xf1\x99\x21\xcd\x3b\x51\xde\x25\x60\x90\x29\x1f\x1f\xce\x48\xb6\x88\x92\xdc\x34\xd1\xeb\x92\x03\xf9\x3a\xd1\x82\x2b\x9d\xfe\xc2\x93\xc3\x28\x6f\x0b\xd2\x16\x3e\x29\xda\x64\x22\xc6\x3c\xbd\x62\x19\x1c\x48\xfe\xf5\xf8\x18\x8e\x88\x99\x74\x14\x9a\xa7\x68\x91\x44\x79\x23\xb7\xa0\x82\xd7\x4f\x79\x16\xdc\x46\xef\xd1\x45\x6c\xfc\x59\x17\x3c\x45\xe4\x60\x08\x96\x13\x96\xe7\x2c\xe1\x11\xb8\x8d\x05\x0f\x58\xa2\x25\x20\x03\x60\x65\xc1\xc5\xf3\xda\x29\xbd\x62\xf2\x1d\x25\xf8\x03\x4f\xe3\x98\xc9\xd0\xa8\x63\xc0\xf1\x8a\x05\x3c\xcd\xcc\x03\xe3\x62\x96\xdb\x23\x59\x92\x35\xa6\x77\x27\x70\xd3\x5e\x4c\x4a\x88\x83\x88\xc7\x08\x6e\x2c\xda\xb2\x94\x01\xe1\xa3\x25\x45\xa5\xcc\x29\x57\x94\x4f\x8d\x42\x7c\x06\x63\xca\x96\xe2\x78\xad\x06\x60\x09\x65\xb5\x6c\x5a\xfe\xae\x7e\x5c\xfb\xb9\xf9\xd8\x7e\x4b\xef\x7b\x46\xaf\x65\x54\x10\xa7\x39\x2b\xbf\xdd\xb0\x2e\xcd\xeb\xbd\x6e\xe8\x74\x9c\x91\xd8\xb0\xb2\x1d\xf2\x18\x56\xb9\xee\x69\x90\x6f\x7d\xac\xb6\x5b\x35\x24\x80\x87\x4e\x4e\xb8\x62\x40\x6b\x5c\x92\x7d\xbd\x1e\x79\x81\x41\xe9\x83\x8c\xe6\x53\x02\x2e\x60\x42\x32\xa3\xd9\xe5\x62\xbe\x5a\x30\x1b\x7d\x59\xf6\xd0\xe4\xb9\xfb\xce\x84\xf4\x9d\xbe\x87\x0e\x1d\xa5\x4d\x11\xda\x5a\xdb\x56\xc7\xcb\xad\x8a\xa5\x32\x51\x51\xe5\x41\x56\xc7\xc8\x5c\x3e\x97\x11\x4d\x5f\x5c\x89\x2f\x68\x6a\x6c\xf6\xd8\x63\xb0\x6f\xe1\xe9\x9a\xfe\x7b\xa9\x20\xa9\xb4\xac\x50\xc5\xfa\x02\x7e\x65\xf2\xe8\x8a\x15\x12\xa6\x22\x4b\xbe\xca\xf1\xeb\x1c\xd2\xb3\x07\xdc\x3d\x67\xcd\xed\xb6\x9a\xb9\x85\xfb\x8f\xd6\xd2\x17\x43\xea\xa7\x7f\x4c\x2c\x67\x18\xc6\xe0\xac\x18\xc1\x07\x6b\x93\x70\x91\x9d\x31\x1a\xde\x2a\xab\xe2\xde\x33\x9b\xf5\x4a\xfc\xea\xd5\xc3\xec\x17\x1a\x15\x4a\x97\xc5\x56\xd5\x14\x32\x0d\xd4\x7b\xca\x42\x5d\xe8\xea\x86\x16\xfb\x5b\xe9\x87\xe2\xcf\x9d\xcf\xb1\x86\x3c\x48\xcd\xba\x60\x41\x00\x1e\x74\xac\x64\x96\x84\x7a\x84\x5c\x57\xc6\x43\xd3\x5f\x4d\xe9\xcd\x9a\xea\x51\x79\x66\x85\xf2\xdd\x83\x0a\x01\x0c\x52\xd3\x7c\xe5\x2b\x65\x88\xf9\x80\xdf\x9c\x30\x66\x7a\x85\x4c\x77\x9f\x58\x60\x53\x77\x0e\xce\x06\x49\xf3\x36\xf9\xc7\x22\xe5\x76\x9c\x72\xe5\xc7\x55\x5a\x48\x7a\x1e\x84\x82\x1b\x30\x31\xa6\xaa\x6f\xc6\x43\x4f\x9b\xd8\xdd\x90\x05\x69\xc8\x8e\x12\x1e\xf1\xc8\x3a\x0e\x02\x18\x85\xd9\xc4\x16\x3c\x22\xde\xa2\xb3\xf9\x7e\xc3\x78\x61\xfc\x2d\x26\xc7\xdc\x4a\x7d\x86\xa9\x13\x91\x6a\x31\x95\xdd\x19\x4f\x33\xc3\x4d\xac\x2a\x0a\xee\x7b\x9e\xc6\xe3\x9f\x5e\x8f\x9c\xbc\x7b\xf1\xae\x8f\x0f\x3b\xc0\x6e\x80\x86\xec\x1f\x0b\xca\x99\xe1\xcf\x0a\xe3\x30\x40\x18\x90\x8b\xad\xed\xfd\x0b\xe9\x5f\x9f\xce\xe7\x59\x4a\x83\xa9\x06\xa5\xa3\xcf\x5f\xa7\xd9\x65\x1b\x9e\x25\x90\x2d\x8c\x11\x33\x02\x4d\x35\x8f\x42\x96\xa9\x10\x31\x19\xc4\xf6\x20\x3c\xd5\x86\x01\x4a\xa7\xef\xf5\x04\x2a\xe3\x54\x5e\xee\x40\x70\xd5\x9d\xed\xed\xff\x41\xf2\xdb\x84\xd3\x80\x47\x01\xa8\x93\xe8\x89\x4d\x68\x97\xfc\x56\xc7\xf7\x00\x77\x24\xa8\x1d\x15\xc0\xc6\xa2\x13\x18\x7f\xad\xab\x03\x62\x8c\xc0\x1d\x07\xb8\xe2\x50\x4a\x6c\xae\xde\x00\xb8\xc3\xa9\x41\xf1\x14\xf9\xb0\x4b\x9a\x27\x10\x08\x05\xef\xa0\xe5\x15\x73\x57\xde\xe4\xba\x43\xde\x7c\xbe\x71\x4a\x3b\xbf\x1c\x74\xfe\xb6\xdd\xf9\xfd\x7f\x9d\x7d\xda\x69\xef\x6e\xdf\xed\xb7\x4c\x4e\x10\xc0\xdf\x60\x30\x9b\xd9\x9c\x65\x39\x4d\x42\x8c\x17\xa7\x9e\x59\xb0\x9b\x08\x5e\x4e\x81\xf7\x13\xd9\x6b\x35\xa8\x7e\x36\x2a\xe7\x7a\xd8\xc9\xc7\x4c\xb5\x58\xe9\x4e\x4d\x7f\x10\x1a\xb9\x77\x02\x96\x2d\x3b\xa7\x19\x1b\x9b\x2e\x11\xbe\xcb\xd2\xeb\x5c\x8c\x02\x7a\x8c\x2f\x1c\xcc\x11\x41\x7e\x30\x7d\xde\xdb\x25\x4d\x30\x59\x6a\xc1\xe0\x8e\x98\xd8\x68\x40\x80\x81\x7c\x91\xcd\xb3\x28\xd7\x9b\x9e\x5e\x8f\x24\x8b\xd9\x08\xc3\x17\xe4\x11\x5f\x50\x9c\xa1\xe4\x18\x6c\xaa\xc4\xfa\x21\x08\x38\x65\x19\xeb\xeb\x1a\xca\x39\xd9\xf5\xf5\x75\x37\xbd\xa6\xf9\x1c\xdc\xe3\xc1\x8a\xd4\x9d\x4f\xe7\xbd\xbf\x1e\x1f\x9f\xe3\xba\x7b\x7e\x74\x45\xf3\x28\x4d\xce\x0f\xa7\x8c\xf2\xf3\xe3\x29\x63\xfc\xbf\x8e\x66\x23\x26\xd4\xf5\x73\x4e\x47\x1a\x26\xcb\xe3\x28\xe1\x1d\xe9\x5b\xa7\x93\xb0\x1b\xde\x89\xa3\x84\x91\x24\xed\xc8\x70\x80\xe8\x36\x16\x6b\x08\xa2\x90\x01\xfc\x29\xa8\x7e\x3a\x1c\xde\x6c\x6f\x77\x86\xc3\x9b\xdd\xed\xb3\xc7\x30\x02\x9a\xf6\xbd\x1e\x39\x8c\xd3\x91\xe8\x29\x4d\x6e\x49\x90\xce\xd0\x99\x66\x94\x80\x29\x8d\x72\x1c\x24\xf6\x87\x23\x24\x30\x99\x45\x93\xa9\x31\xbd\xd4\xc3\x1b\x12\xc1\xa4\x24\x34\x21\x7f\x7d\xf3\x9a\x84\x94\x53\x12\xe5\x31\x4d\xc2\xb6\xf6\x77\xa3\x6b\x51\xf2\x33\xbd\xa2\xb8\xa7\xec\x83\xad\x0c\x78\x4e\x25\x79\xb2\x80\xc8\xb9\x59\xba\x98\x4c\x97\x74\xe9\xdb\x8d\x4e\xa7\xfb\xe8\x79\xa7\xf3\xac\xdc\x1d\x2a\x24\x4d\x92\xb3\x04\xfd\x94\x8a\xcd\xa7\x8a\x4c\x04\xee\xf3\xc6\xf4\x92\x85\x62\xf1\x17\xe2\xe0\x4f\x07\x3f\x1c\x1c\x1f\x7e\x78\xf5\xfe\x84\xfc\xd7\x8e\x86\x01\x3b\x60\x32\xb3\xd8\x28\x47\x87\x7b\x32\x32\x63\x96\x73\x3f\x60\x0d\x43\x36\x10\xb0\x0c\xdd\x0f\xa1\x75\xb3\xa2\xa2\xf2\x7a\x88\xc5\xa5\x2b\x5b\x69\xfd\x2d\x3b\x0b\x9f\xcd\xde\xdf\x9b\x72\xc2\x9f\x15\x13\xbf\x3b\x1c\x76\x1e\x9f\x3d\x6a\xf5\x7b\xe6\xe4\xdb\x90\x00\xec\x17\xed\xef\xa5\xc9\x4c\xc7\x32\x4d\x02\x63\x39\xc1\xc2\xd2\x51\x1d\x0c\xfd\x28\x4a\xa8\xda\x1e\x37\x7a\x0d\x98\x24\x8d\xe1\xb0\x61\x2e\x17\x16\x6a\xa7\xe0\xce\xe2\xec\xd3\xee\x5d\xcf\x55\x22\xf1\xc2\xd0\x3a\x53\x56\x98\x28\xc3\x13\x9f\x2a\x04\xae\xe2\x24\xb1\x0a\xf5\xc8\xef\xcc\x54\x6f\x41\xa0\x34\x19\x28\x02\x9e\xee\x9c\x75\x79\xfa\x3a\xbd\x66\x99\x60\x06\x43\x6f\xd4\x2e\x53\xbd\x96\xe7\xdf\xdd\x9e\xd0\x49\xf9\x95\xb8\x6c\x7e\x49\x1d\xe7\x89\x12\xe2\xa3\x9e\xcb\x16\x18\x5b\x62\xce\xb5\x9a\x91\xf0\xbc\xa6\xd6\x90\xb3\x0c\xbc\x04\xde\x7b\xf4\x08\xda\x78\x44\x50\xcc\xc0\xf9\x56\x46\xa2\x44\xa8\xb9\x41\xae\xbd\x82\x47\x82\x0f\xa5\xe7\x98\x38\xca\x39\x0b\xa5\xc3\x73\xc3\xeb\x10\x02\x92\xe0\xfe\x30\xa7\x19\x9d\x91\x4f\xe8\x2c\xf9\xce\x77\x57\x41\x3a\xd2\x65\x5b\xe1\xb5\x59\xf3\xd2\x21\x3a\x16\xb3\x41\x93\x3f\x68\x1f\xe5\x9f\x68\x96\xd1\xdb\xd3\x17\x10\x27\x0b\x6a\x9d\xf9\xda\xe8\x26\x42\x90\x9f\x6e\x9f\x91\x0e\x39\x12\x1a\x81\x8c\xed\x14\xa4\x11\xb8\xf8\xc2\xfe\x01\xd7\xe2\xc9\xf9\x25\xbb\x6d\x93\xa8\xcb\xc8\x27\xc8\xe9\x93\x46\x90\xc6\x69\xa6\x8c\x10\xfa\xa4\x91\xb1\xb0\x41\xee\xba\x55\xdd\x34\x6f\x42\x24\x67\x77\xc8\x9f\xd9\x6d\x0e\x36\x8c\x06\x35\x9b\xa2\x15\x00\xde\x92\xc0\xc5\x42\x2e\x68\x2b\xfa\x3f\x67\xd9\x2c\xe2\x05\x99\xb3\x45\xac\xea\xf4\x26\x19\x63\x49\x2f\x6a\x69\x1c\x24\x7f\x68\x24\x3c\xff\x75\xc8\x81\x24\x0e\x41\xea\x10\x18\x02\x98\xca\xea\xe6\x45\x9e\x8c\x95\xc8\xde\xb3\x96\xd5\xe5\x37\x42\xf6\x4d\x90\xa9\xef\x6e\xf8\xb3\x34\x77\x97\xa1\xb9\xd3\xc0\x77\x3f\x05\x9e\xcd\x3d\x98\x28\x21\x27\x2f\xca\x72\xfe\x01\x08\x38\x58\xc6\x23\xb2\x0a\x78\x99\x60\x31\xf8\x64\x15\xb5\xb4\x28\x10\x4a\x12\x78\x3f\x97\x61\x9f\xc0\xab\x07\x9d\x74\xf4\x63\xc9\x1c\x47\x3d\x4a\x78\x0a\xb6\x8e\x07\xc7\x27\xdd\x82\x00\x56\xff\x4f\x15\x4a\x5d\x6c\x2a\xcd\xcc\x27\x7b\xb2\x8c\xf3\xd6\xd6\x44\x8a\x0c\x8c\x2b\xdc\x42\x88\xae\x6a\xa3\x5d\x55\x54\x34\xa5\xf2\xb4\x92\xe5\x9c\x5b\x39\xed\xaf\xec\x4f\x71\x6b\x6b\x34\xe2\x0e\x2a\x6c\x52\x0d\xc0\x46\x7f\x8d\x91\xd6\x63\x84\x3f\x44\xeb\xaa\x3d\x48\xe8\x66\x2c\x5c\x04\x4c\x5e\x22\x1a\x52\x21\xb7\x81\xb7\xc9\xe9\x59\x95\xa7\x68\xa3\x39\xbf\x84\x3c\xba\x01\xce\xc9\xa5\x4f\x16\x63\xae\xb0\x1c\x1f\x1a\xd3\x44\x4f\x33\x43\xce\x51\xb4\x09\x9f\x51\x9e\x17\x71\xad\xc8\x23\xf5\x98\x4f\x9a\x77\x47\x09\x28\x69\xce\x1c\x94\x15\xbd\xb2\x95\x7c\x2a\x37\x76\x67\x76\xc3\x95\x0f\xb8\xc5\xbc\x73\x04\xc3\xd1\x0d\x9d\xcd\x63\xd6\x87\xd0\xbd\x71\x9a\xf5\x6f\x99\x18\xb5\x7d\x2e\x14\x47\x1a\x47\x93\xa4\x1f\x30\xa1\xb2\xed\x8f\xd3\x84\x77\xc6\x74\x16\xc5\xb7\xfd\x29\x8b\xaf\x98\xd8\x0c\xed\x0f\x37\x7d\x62\xa2\xd6\x3d\x6f\xb1\x8d\x77\x47\xc0\x19\x70\x63\x37\x81\xe3\xac\xce\x76\x19\x8e\x89\xed\x70\x4f\x53\x0f\x97\x17\xfb\xb9\x7a\xb9\x02\x7a\x9b\x31\x0f\x67\x1c\x00\x5d\x58\x24\x1e\x93\x46\x1f\xae\x5d\x9d\x4c\xe7\x91\x5d\xf9\x84\xcb\xd7\x66\xa1\xc8\x00\x4b\xea\xfe\xa1\xbb\x2c\xb5\xd1\x71\x58\xd0\x58\xa5\xe1\xb9\x9f\xda\x94\x15\x12\x5b\xbf\x09\x9f\x44\x57\x2c\xd1\x21\x3d\xba\xe4\x05\x1e\x7e\xe6\xa0\xb7\x15\xe5\x15\x58\x54\xd9\x51\x2f\x05\x95\x08\xdd\x45\xab\xd5\x5e\x4a\x31\x8d\x85\x66\x40\xb5\xe2\x58\xa2\xa1\x82\xbd\x3e\xe1\x6a\xd7\x27\x19\x98\x90\x19\xbc\x44\x34\x33\x29\x2d\xcd\x68\x02\x16\x7a\xbd\xb0\x9a\x53\xfb\xb5\x58\x2b\x45\x13\xaf\xe5\xa2\x19\x1a\x99\xb2\x4b\x70\x6e\xe0\xed\x4b\xb9\x13\xce\xc0\x9a\x9d\x70\xf5\x14\xe5\xc3\x39\x58\x64\x19\x4b\x2c\x4d\xe9\xd6\x68\x40\x6b\x2b\x6a\xe6\xb9\xbc\x03\x11\x78\x45\x03\x27\xb7\x73\x79\xb0\xd0\x30\x7a\xd1\x58\x07\x16\x30\x29\xc0\x9a\x32\xd0\x9f\xe6\x3a\xa8\x82\x50\x1b\xa4\x22\xb3\x0e\x44\xd4\x4a\x24\xc4\x22\x62\xae\xe8\x3c\x66\x49\xb7\xe2\x66\xef\x65\x63\x42\x4b\x2a\x9a\x52\x02\x48\x4d\x5b\xaf\x8a\x82\x94\xfe\x71\xca\x12\x1d\x0a\x03\xbd\xa2\xe0\x9c\x6f\xe3\x09\x8f\xd2\x16\x12\x02\x8c\x21\x86\xdd\xe0\x09\xa9\xdf\x29\xbe\xf6\x69\x2e\xd5\x8b\x83\x2b\x8d\xb4\x3d\x77\x05\xef\x2d\x13\x34\x46\xec\x53\x4d\xe7\x28\x37\xf5\xe7\x6e\xd7\xf2\xe8\x25\xf6\x18\x26\x36\x25\xe0\x30\xbe\x3e\xe7\xcd\x72\x0b\xa3\xdc\x19\x9a\x40\x4e\x7d\x30\xce\xba\x79\x3a\x33\x44\x68\xc6\x26\x8b\x98\x66\x47\x37\x82\xb7\xf3\x28\x75\xed\xbf\xf5\xc9\xac\x53\x4c\x7a\x10\xf0\xf1\x8c\x75\xb7\xd8\x2a\xb9\xaf\x32\x31\x6e\x79\xbd\x7e\xba\xa4\x46\x11\xed\x92\x7b\xe9\x0d\xa4\x62\x14\x3f\x40\xa5\x03\x78\x4f\x8e\x6c\xd3\xb4\xc0\x31\x35\xd3\x3f\xd0\xd8\xcc\xa7\xe3\xda\x8c\x70\x52\xf6\xb3\xa9\x79\x41\x9e\x47\x8a\x9d\x3f\xb6\x0a\xde\x86\x93\x92\xaf\x1b\xd9\x1b\x89\x8b\xb3\xa5\xd5\xe6\x9c\xca\x83\x25\xbe\xef\xef\x0d\x87\xf9\x63\xbd\xdd\xb7\x21\x28\xf3\x46\xc3\x6d\x68\xee\x53\xca\x11\x47\xbd\x91\xc4\x52\x78\x47\x62\xe8\x77\x40\x09\x87\xad\x84\x92\xec\xdb\xe0\x8b\x74\x64\x1d\x00\x56\x2c\x84\x45\x2c\x19\xb9\x0a\x92\x46\x29\xaa\x8c\x72\xe3\xad\x3c\x3d\xb3\x22\xcc\xc1\x6d\xba\xd0\x51\x94\xc5\xef\x80\x82\x1c\x41\x93\x05\x7c\x12\xa9\x0e\x30\xe0\xd5\x21\xc0\x9b\x67\xe9\x24\xa3\xb3\x19\x55\xc7\xba\xd1\x18\xbd\x23\x47\xf9\x54\x34\x59\x04\x6f\xb2\xdd\x88\xab\x58\xdc\xf6\x41\x6d\x5f\x3e\xf5\x11\x5c\xe5\xf5\x60\xae\xaa\x19\xf7\x93\x7d\xe5\x2d\xb9\xd7\x23\xc7\x68\x6a\x90\x93\x90\x65\xd1\x15\x0b\x51\xa9\x7c\xf3\xe2\xad\x76\xf1\x12\x50\xce\x26\x69\x16\xe1\x43\x37\x12\x47\xb3\x88\x17\x61\x2e\x66\x69\xc6\x34\xb0\x11\x4b\xa2\x49\x62\xd4\xe8\x96\x4e\x1d\x43\x76\xc5\x62\x21\x9c\xba\xb3\xf4\x97\x28\x8e\x29\x9c\x3e\xb2\xa4\xf3\xf1\xb8\x17\xa6\x41\xde\xfb\x91\x8d\x7a\xdf\x9f\xbc\x79\xdd\x3b\xc2\xf6\x8b\x13\x33\xe9\x63\x3a\x47\x8c\xf5\x39\x5d\x83\x86\xa1\x10\x0f\x10\x4d\x29\xe3\x51\x10\x43\x58\x24\x9a\x47\x21\xfc\x18\xa7\x29\x67\x62\x37\xdd\x98\x32\x1a\x8a\x5f\xb2\xde\x74\x07\x12\x77\xe1\xdf\x3d\xf8\xf7\x09\xfc\xfb\x14\xfe\xfd\x1a\xfe\x9d\x64\xe9\x62\xae\xab\xcc\x68\x94\x88\xe4\x84\x5e\x41\x10\x24\x44\x45\x65\x8b\x79\xc7\x6e\xb8\x32\x51\x91\x75\x20\xb2\x3b\x9c\x38\x8b\x2a\x61\x08\xff\x46\x50\x3f\x8c\xe1\x5f\x08\xa8\x34\x8e\x26\x01\x45\x77\xd4\xf8\x05\x31\xa0\x14\xaa\x80\x7f\x1c\x61\x00\x28\xc4\x21\x85\xca\x10\x0c\x6a\x8e\xe1\xa2\x16\xb1\x81\xc9\x2b\xd4\xed\xc1\x82\x21\x67\x33\x9a\xf0\x28\xc8\x15\xc5\x80\x40\xa3\x11\x40\x1d\xc1\x3f\x61\x84\x7f\x20\x04\x15\x66\x04\x11\xa2\x2c\xd8\x0d\xf0\xa4\x1c\x2a\x86\x63\xdd\xe3\x06\x9b\x41\x30\x2a\xf1\xcf\xe5\x28\x44\xf4\xb2\x4b\xf1\xf7\x1f\xba\x4c\x06\x2d\x64\x80\x69\xc6\xf1\xdf\x00\xfe\x2c\x46\xb7\x85\xa7\x6e\x20\x28\x9d\x41\xb1\x7c\x46\x63\xe8\x5e\x3e\xa7\x09\x86\x9b\xca\xd2\x04\x02\x66\xe5\x8b\x11\xfe\x81\x82\x3c\xc2\x20\x58\x0b\x08\xa1\x45\x01\xef\xeb\x51\x66\x8e\x08\x58\xdd\xdb\x43\x62\x10\x3a\x40\x32\x06\x69\x2c\x47\x9a\x34\xb8\xa8\x01\x3f\x46\x69\x78\x0b\x3f\xa0\x67\x5c\x70\x12\xfc\x98\x16\x1e\xc5\x05\x4f\x41\x5a\x86\x5e\xc4\x21\xa3\x6c\x0e\xd0\x2f\x6c\x01\xda\xc6\x6c\x2c\x94\xf3\xbe\x12\x5b\xb4\x4f\x4e\xc5\x80\xb3\x31\x32\x1a\xf6\x8f\xd3\x6c\xc2\x78\x83\x9c\x15\x1d\xfb\x51\x1d\xea\x4a\x85\x50\x39\x59\x26\xd1\x6c\x42\x22\x9e\xb3\x78\x2c\xcd\x9f\x84\x1c\xc0\x58\xce\x42\xc4\x6b\x00\xe8\x8e\x7d\x46\x2f\x99\x74\x0b\x1f\x81\xf7\xf7\x30\x0a\xbb\xe4\x27\x21\xcd\x30\xa8\x76\x18\xca\x37\x0b\x70\x8f\x50\xb4\x2f\x84\x81\x14\x5d\x61\xaa\x1e\x53\x8b\x45\x06\xdc\x47\xc9\x08\x24\x39\x1d\x33\x75\x6d\x13\xcd\x26\xd0\xb7\x3c\x0b\x1a\x04\x76\xfe\x68\x42\xd3\xeb\x91\xd7\x29\x46\xc6\x42\x0b\xb0\x6b\xec\x56\x3a\x63\x64\x31\x37\xfa\xa0\x6f\xe8\xf4\x79\x76\x61\x84\x25\x00\x19\x37\xec\xd0\x90\x0c\xb1\x86\xdc\x8c\x53\x08\xbd\xbf\x93\xc6\x88\xe6\x4c\xfd\x15\xdb\x02\xe0\xe2\x64\xbe\xe0\x38\xcf\x12\x60\xe1\x19\xe3\x54\x91\x5c\xbe\x77\x56\xe7\xe3\xd7\x4c\x1e\x97\x19\x83\x29\x4f\x40\x71\xfc\x38\x07\x5e\x02\xb1\x07\x13\x1a\xbf\x67\x34\x8a\x39\xcc\x31\xce\x62\x05\xdb\x73\x56\xdb\x27\x9f\xee\x3c\x79\x1e\xaf\x23\x16\xbb\x08\xd2\xaa\x99\x6b\x02\x77\xcf\xb4\x75\x04\x42\x42\x3c\x56\x36\xd2\xa4\x06\x17\x15\x67\x59\x71\x3c\x03\x9b\xf1\x41\x12\x76\x7d\x82\xee\x1d\xdb\x24\x61\xd7\x07\xca\x3f\x1b\x1c\x18\xc9\x65\x59\x85\xf2\x6b\xca\x1f\xb6\x03\xd1\xe7\x68\x31\xd7\xc7\x62\xb0\x10\x17\x80\xf0\x31\xef\x81\x13\xef\x65\x98\x94\x94\xe7\x26\x57\x58\xb8\xbe\x73\xc1\xe9\x01\xa4\x19\xf7\x11\x26\x7a\x44\x3d\x55\xc6\x52\x62\x3f\x50\xb4\x69\x3b\x17\x57\xd6\xc5\xf0\xf7\xcc\x42\x4e\x25\x96\xee\xa0\x9d\xc3\x2d\xea\xe9\x58\xc5\x41\x51\xe1\x25\x19\xfb\xd6\x27\x06\xb5\x1d\x78\x7d\xf5\xc3\xd2\x37\x97\x04\x57\x2d\x07\x02\xc3\x40\x40\x83\x67\xa4\x88\xd7\x8d\xa6\x03\x32\xa7\x64\x3d\xe0\x0d\x12\x9a\x66\xcd\xc6\x91\x8c\x34\x05\xba\x50\xa6\xa2\xa6\x61\x00\xcb\x64\xc8\x7b\x3d\x34\xf4\xb4\x6e\xb0\xe0\x84\x18\x4e\x38\x69\x4c\x66\x8c\x8a\xb5\x5e\xc5\x69\x97\xd7\x77\x69\x46\xd2\x05\x87\x9f\xc5\x0d\x6a\xce\xb8\xd0\x38\x00\xea\x47\x08\x4c\x86\xdc\x4a\x46\x34\xb8\xcc\x63\x9a\x4f\xe5\x4d\x39\xc6\xc9\x88\xf8\x7f\xff\xcf\xff\x25\x74\xe2\x6b\x7a\x9b\xe3\xe5\x3a\x5e\xa7\x53\x32\x1c\x2e\x92\x24\x49\xac\xe2\x70\x02\x07\xf0\xc0\x7a\x74\x26\xe5\xe7\x88\x99\x51\x36\x46\xb7\xe4\x23\x86\xdd\x26\x73\xca\x39\xcb\x92\xfc\xbf\xff\xe7\xff\x92\xd4\x66\x19\x41\xcd\x2f\xeb\x1a\xe1\x3b\x91\x2c\x48\x42\xe3\x36\xf4\xf3\x70\x38\x1c\x7e\xba\x6b\xb6\x4e\x87\xc3\xb3\xbf\x7f\xf5\xf8\xd1\xf3\xee\x19\xdc\x22\x8a\xf4\xaf\xb6\x1a\x2d\xb7\x46\x47\xe7\xde\xec\x62\xc0\x6c\x39\xde\xc3\xcd\x62\xc0\x87\x9b\x32\x74\xec\xf9\x39\xbb\xe1\x2c\x09\xc5\x70\x63\x30\x76\x19\x84\xbd\xab\x73\xd0\x94\xb7\xd8\x92\x6a\xfe\x17\xf5\xb1\xcc\x31\x17\x5a\xac\x15\x69\xb6\x19\xb6\xc9\xc8\x3d\xfe\xb2\x8a\xca\x5d\x5b\x6e\x45\xb4\x2d\xfb\x9a\xfb\x44\x74\xcc\xc6\x3e\x39\x3d\x23\x77\x62\xec\x39\x4d\x02\xc1\x87\xe8\x5b\x6c\x6b\xab\xdc\x2e\x09\x8b\x58\x8f\x64\x40\x46\xfb\xe4\xae\xec\xc8\xae\x5c\x0b\x66\x3d\x44\x93\x15\x93\x7e\xd4\x02\xd1\x50\xec\x60\x65\x8c\x5b\x5f\xec\xc7\x51\x9b\x88\x3d\x72\x78\x3a\x17\x52\x60\x74\x3a\x3f\xdb\x27\x77\xde\x03\xb9\x82\x0a\xd8\xac\xb5\x21\xf4\x9c\x01\x94\x28\x69\x4c\xc4\x11\xcc\xc1\xe1\xa6\x2a\x3d\xdc\x14\xd4\xc0\xd4\x64\x11\xc7\xce\x13\x7b\xdf\xdc\x1c\x6e\xc2\x76\x93\x28\x46\xc0\xf3\x95\xe1\x26\x79\x4c\x30\x32\x40\x73\xd4\x22\x8f\x45\x02\x5a\x92\x10\x8a\xbb\xff\x6c\x11\x70\x31\xff\x32\x68\x68\xb8\x69\xee\x89\xab\x7b\x69\x91\xfd\xfc\x5c\x70\x13\xf2\x9b\x09\x73\x40\xc2\x7d\xd3\x18\x2d\x2c\x68\x2f\x68\x0b\xeb\x05\x78\xda\x7d\xae\xb8\x28\xc8\x18\xe5\x4c\x60\xda\x27\xcd\xf3\x73\xbb\xbc\x19\x0c\x5b\xf4\x5d\x34\x6b\x52\xfd\xae\xd5\x6c\xe9\xf9\x80\x90\xbe\x8b\xf0\xb0\xa9\x3c\x2b\xac\x7c\x9c\x1b\x16\x0e\xe4\x39\x31\xc2\x37\xb4\xc9\xac\x4d\x2e\xdb\xe4\x72\xd7\xda\xad\x5f\xee\xba\x6b\x9e\x48\x21\x97\x12\x29\x6f\xb4\x68\x01\xec\x72\xb7\x4d\x3e\x11\x33\x52\x30\x2c\xe0\x04\x22\x04\x9b\x11\xba\x14\x17\xcd\x4e\x2f\x05\x1f\xe2\x16\xf7\x0e\xa8\xf3\x50\xe4\xd2\xd3\xcb\x5d\xc1\xe2\x00\x5a\x00\x2d\x68\x97\x33\xfe\x06\x16\x11\xb9\x59\xf5\x90\xcf\x2d\x52\x83\x82\xc5\x4b\xdf\x4a\xba\x0c\x37\xa5\x6e\x38\xdc\xf4\x13\x48\x5e\xa1\x5e\x19\x84\xf0\x37\x91\x9e\x1a\xb0\xe0\xfd\xef\xbe\x0c\xb0\x8f\x5d\x8c\x66\x62\x75\x3c\xe6\x34\xf3\x74\xae\xc8\x84\x6e\x15\x53\x78\x96\x86\x16\x89\x67\x29\xb8\x13\x99\xa5\x42\x4a\xb1\x1c\x29\xd2\xd2\x83\x96\x2a\x0b\x77\x8c\xee\x2d\x0d\x0d\xb5\x71\xa0\x82\x20\xfd\x4d\xb7\x0a\xa9\x75\x29\xa4\x16\x34\x06\x03\x29\x85\x83\xee\x8f\x68\xb3\x96\x30\x9b\xa5\x61\x9b\x5c\xb6\x5a\xee\x7c\x90\x26\x9a\x6d\x22\x0b\x48\x84\xca\xc3\x6a\x16\x74\x8e\x81\xb4\x9d\xe5\x9d\x43\xd4\x6a\xa6\xb1\xf2\x97\x90\x56\x05\x5e\xad\x20\xef\x73\x91\x42\xfa\xe4\x93\x49\x93\x3e\x24\x2a\xbd\xc8\xcf\x61\x52\x25\x12\x7c\x56\xc0\x43\x56\x93\x8c\x05\x0a\x2b\xb0\x89\x2c\x8b\xe6\x91\x2f\x19\x3e\xb7\x90\x69\xe2\xf3\x7b\x9a\x84\x31\x44\x82\x80\x30\xc5\xdb\x2a\x62\x7c\x3a\x9b\x62\xce\xf9\x0e\x19\xb8\x34\x69\xaa\x70\xd4\xc3\xcd\xa2\xe0\x70\x53\x4f\xbd\x17\xe9\xec\x23\x8f\xe2\xdc\xa8\x29\xb8\xd0\xae\xb6\x10\x25\x8c\x4a\x78\xae\x04\xcd\x15\xe5\xba\x3d\x4c\x46\x79\x2e\x8a\x09\xa4\x5f\x71\x36\x03\x1b\x68\xf1\xcf\x62\xb6\x3f\x4c\x0c\x85\xc0\x53\x40\x8f\x88\x27\xef\xd4\x97\x36\xdc\x8c\x66\x74\xc2\x70\xca\x6d\x8b\x7f\x74\xca\xfe\xba\x90\x20\x96\x36\x42\xda\x41\x48\x32\x65\x6d\x48\x10\x8c\x1b\x21\xed\x22\x24\x99\xb2\x36\xa4\x30\x0d\x16\x70\x8c\x05\xc0\xf6\x10\x58\x91\xb8\x36\x3c\x76\xc3\x82\x05\x9c\x50\x20\xc4\x27\x08\xd1\x4c\xc6\x85\xcd\x53\x1d\x24\xae\x2f\x5d\x88\x98\x96\x77\xd8\x8b\xa3\xf7\x25\x43\xef\x39\xc6\xaf\xc8\x3f\xad\x4a\x1f\x6e\xe6\x70\x65\x67\xf1\x81\x4a\xf2\x11\xa9\x16\xcc\x31\xe8\x27\x06\x3f\x60\xc2\xbd\xe1\x25\x42\x55\x49\xe7\x16\x63\xe8\x34\x0f\xd9\x8b\xca\x65\xd2\x1b\x79\x9a\xfc\xda\x3a\xf9\x30\x4d\xf2\xc5\x8c\xa1\x79\x22\xcd\xa5\x35\x6f\x90\xce\x30\x3e\x6b\x31\x50\x85\x50\xe9\x3d\x7a\x44\xfe\x80\x47\xfe\x8f\x7a\xa6\xda\x7e\x9e\x2f\xe6\xc6\x33\x51\xad\xde\x37\x8d\xfa\x6d\x22\x4b\x29\x03\x45\x75\xfb\x4b\xf4\x5f\x75\x77\x29\x96\x09\xb1\x9f\x72\xd3\xa5\x39\x98\x4a\x96\x9e\xcc\x8a\xf0\xaf\x45\x63\x4d\x05\xa2\x08\xae\x69\x2a\xb9\xb0\x32\xc0\x3a\x60\x05\x83\x75\xf4\x5f\x05\x03\x34\x96\xe1\x26\xde\xc1\x0d\x37\x4b\xcf\x8e\x8b\x72\x85\x5e\xe3\x3c\x2c\x2e\x82\x82\xaa\xc2\xfe\x97\x11\x0a\x29\x24\x15\xae\x97\x22\xa9\x4d\x3c\x1d\xfa\xfc\xd9\x45\x5e\xae\x51\xe7\x46\xf2\x5d\xc1\x88\x92\x36\xc6\xf2\x9c\x26\x2c\x09\xad\x9d\x55\x99\x4c\xb4\x4d\xce\x47\xfb\x76\xe2\x98\xb1\xf0\x43\x9a\x8a\xe5\x74\xc2\xf8\xbb\x84\xc9\x83\xf4\x66\x94\xff\x20\xf6\xb8\xa2\xb5\x36\x2e\xb0\x61\x3a\x73\x9f\xfe\x6d\xa8\xea\x25\x4a\x42\x0d\x5c\x81\x0e\x65\x7f\x9b\x85\x4f\xbf\xe1\x26\x1c\x17\x26\x0d\x4e\xc6\x51\x12\x92\x4c\x60\x90\x8e\x01\x1b\xb9\xf4\x98\xc0\x96\x3d\x6c\x52\x9d\x30\x35\x1f\x85\x9e\xc2\xae\x70\xa7\x3d\xdc\x94\x4d\xb8\xf8\x0a\x30\xc1\x34\x8a\x61\x8b\xab\xeb\x05\xf2\x2d\x8f\x83\x8f\xc8\xef\xca\x6d\xc3\x70\x93\xf2\x74\xa6\xc5\x84\xfa\x8f\x86\xe1\x61\x9a\x84\xf0\xa4\x88\xc6\xf1\x2d\xe0\x22\x34\x83\x28\x14\x1a\x81\xfa\x8b\x4d\xba\xfd\xad\xac\xcc\x23\x8e\x1a\x85\xf1\xd3\x0f\x42\xf4\x47\x5a\x19\x4f\x18\xd7\x07\x80\xcd\xe1\xa6\x48\x15\xf5\xec\xe1\x1e\x6e\xc6\x51\x72\x69\xc0\x73\x01\x2a\x3b\x59\xaf\x5f\x01\x20\x88\x00\x20\xed\x7c\x97\x3d\xc6\x5f\xd2\xbd\x90\xa1\xf5\x34\xec\x50\x45\x42\xbe\x18\xd5\xe8\x27\x3e\xac\x02\xee\x67\x3c\x98\x36\x87\x9b\x32\xa5\xba\x9a\xe8\x8d\x2c\x54\xdd\xa1\x02\xae\xe0\xdc\x17\x62\xe7\xa8\xea\xdc\xb3\x83\x74\xc1\xa7\x69\x86\x7d\x63\x33\x1a\xc5\x05\x86\xd2\x9b\x81\x8f\xd3\x22\xce\x66\x39\x0e\xa4\x1c\xae\xbc\x39\xdc\x64\x09\xcf\x6e\x8d\x1e\x76\x67\x74\x6e\x08\x72\x51\xa9\xc2\xeb\x4a\x46\xa0\xae\x3b\x63\xcc\x02\x41\x11\xd1\x59\x00\xaa\x9a\x08\xde\xce\x02\xf0\x0a\x56\xcf\x58\xe2\x73\xec\x51\x0d\xa3\x92\xe3\x2b\x20\x3d\x90\xef\x05\xd4\x2a\x07\x58\x95\xdc\x2f\xfe\x03\x84\x97\x4c\x01\x0f\x97\x28\x74\x0d\xae\x37\x58\x38\x5f\xcc\x66\xd4\x18\x60\x81\x19\x6c\x69\x64\xbe\xba\xa3\x5a\x41\x0f\x81\xb8\xd1\xc0\x0a\xfc\x6d\x54\x8c\xaf\xfa\xbd\x99\x2f\x46\x62\xa6\x2c\x99\x8c\x4b\x30\x95\x95\x57\x60\x59\x34\xa1\xe7\xa5\xaa\x58\x0f\x4f\x04\x03\x71\xc1\x91\x4f\x50\xc7\x52\x73\x6b\x19\x96\xea\x7c\x4e\x40\x70\x85\x80\xd7\xdc\x83\x78\x7d\x8f\x58\xcb\x4d\xf3\x7c\x04\xff\xd2\xd2\x22\x3c\xdc\x0c\xa6\x34\x49\x18\xc8\x89\xd2\xaa\xd4\x6a\x15\x47\x5c\x9f\x3f\x93\x73\x74\xd5\x83\xfb\x45\xf2\x5c\xfd\xe8\x93\x73\x5a\x54\xd1\x47\x7e\x62\xe7\x7b\x8e\x27\x80\xba\xc6\xf9\x88\xf4\xcd\x60\xa7\xf8\x9f\xb9\xda\x59\x2b\xaa\xf1\x8c\x76\xcf\x2f\xb8\x42\x58\x20\xeb\x2f\x8e\xf5\xd7\xb7\x4a\x10\x6a\x3a\x97\x16\xb4\xba\x00\x4a\x8b\x90\x93\xb0\xce\x3a\x14\xd3\x9c\x83\x3f\x5e\xc1\x9c\xff\xd2\xab\xd1\x8c\x26\x74\x12\x25\x93\xa3\x30\xe2\x98\x76\xcf\x65\x49\xa4\xfa\xb9\xf5\x5f\x77\x81\x9a\x2c\x7e\xcb\x25\xaa\x1a\x52\x05\xef\xae\x0d\xa7\x16\x0b\x2f\x59\x40\xcb\x32\x5c\xa6\xac\x23\xc3\xbf\x9c\x04\xff\x6d\xc5\x35\xec\x5c\xe4\x8e\x42\xfc\xd9\x77\xb2\xdc\x4d\xcd\x22\x8e\x2b\xee\x66\x8c\x9d\x9a\xd8\xee\x37\xcd\xc3\x3b\x65\x71\xd5\x32\x0f\x03\xed\x3d\xba\x5d\x5d\x4f\x9c\x52\xff\x21\xcc\xbf\x7b\xb8\x69\x4f\x4a\xa0\x5d\xdf\x50\x19\xb0\x8e\x33\x23\x59\xec\xcc\x48\xc1\x0b\x8a\xec\xce\x44\x9d\xc1\x59\x50\x1f\xec\xbe\x94\xf3\xac\x2e\x26\xb6\x1d\xe1\x96\xcb\xd3\xc9\x3e\xd9\xd8\xb0\x8a\xeb\x1c\xa3\x86\xbb\x85\xb3\x2a\x2c\x3c\x0e\xaf\x01\x3f\x91\x43\x06\xc4\x2d\xec\x1f\xe0\x12\xd8\x71\x14\xb3\xe3\xe8\x97\xb2\xda\x81\xb0\x55\xb6\x72\x2d\xfb\x2a\xe1\xfe\xfa\x6d\xb2\xb3\x5d\xc1\x54\xa5\x36\xc5\x7a\x5a\xd1\x9e\x5c\x6a\x4b\xc5\x6b\x42\x66\x55\x66\xb2\x0a\x3e\x33\xcf\x92\xcc\xaa\xe5\xe9\x63\x94\xad\xd9\xfa\x28\xe2\x99\x4f\x83\xc3\xa6\x65\x6e\x25\x25\x65\xfe\x3a\x84\x04\xdf\x1a\x4b\x9a\xd4\xf9\xd5\xc3\xa7\x4a\xac\xd3\x2c\x9c\x36\x46\xc9\x64\x49\xcb\x66\x91\xca\xc6\xcd\x42\xeb\xb4\x2f\xf5\xc2\xb2\x63\x4d\x6c\x5b\x65\x57\xb6\xab\x0a\xac\xd3\x66\xb8\x40\xfb\xe4\x8a\x36\x55\x76\x65\x9b\xaa\xc0\x3a\x6d\x4e\x59\x34\x99\x96\x8f\x97\xb0\x45\xcc\xac\x6c\x0f\xb3\xd7\x69\xed\x3a\x0a\x3d\xce\x08\xb1\x31\xc8\xab\x6c\x0b\x72\xd7\x69\x2a\xa6\xc9\xa4\xa2\x25\x91\xe5\x0a\x00\x91\xe6\x87\xac\x6e\x03\x45\x55\x6d\xa0\xbc\x0f\x16\xc9\xe6\x9a\xa1\x57\x03\x6d\xef\xe4\x5d\x37\xd4\x15\x51\xd7\xa8\x02\x36\x66\xa2\x8e\x53\xb7\xd0\x0d\x9d\xb6\x8c\x1d\x8c\xae\x91\xa4\xe1\x7d\x1b\x13\x55\xdb\xf2\x86\x76\xa7\x85\xef\x20\xcd\x16\x51\x49\x71\x71\xc3\x60\xbd\xb6\x4b\x13\x99\x66\xec\x93\xf0\x12\x5c\xa6\xca\xe7\xd8\x8e\xf3\x06\x13\x4b\xf0\xd9\xb3\x1e\x8d\x24\x74\x81\x7a\xab\xcb\xb3\x68\xd6\xf4\x50\xac\x38\xa8\x40\x47\x10\xd6\x52\x0c\x27\xad\xa5\xc5\x59\x62\x27\xf4\x0f\xfb\x80\x58\xac\xda\x85\xb1\x98\xc9\x45\xb6\x7a\xa2\x8c\xd2\x94\x0b\x64\x13\xa5\x92\x6e\x99\x8e\x7e\x6e\xc3\x43\x11\xd1\x2f\xca\xbf\x20\x95\x05\xba\x7c\x36\xd7\xca\xa6\x17\xbc\x71\xa5\xcd\x67\x73\x43\xb7\x4c\x47\x3f\x9f\xc2\x9b\x11\x32\x10\x50\x9c\x6e\x18\x87\xd8\x8e\x67\x77\x49\x83\x2b\x1d\xd2\x6f\xb8\x99\xe5\xf9\x70\x53\x6c\xa4\xcd\x44\x3c\x2e\x76\x53\xb3\x70\xdc\xff\xf0\xe2\x25\x5e\xe3\x0c\x13\xbc\x00\x79\x84\x57\xa5\x84\xe2\xf6\x48\xa4\x40\xaa\xbc\xf2\x00\x95\xf2\x64\xca\xf0\x07\xbc\x02\xc8\xa7\xca\x28\x4c\xf9\x2d\x97\xcf\x00\xb2\x28\x81\x30\xae\xee\x7d\x09\x79\x37\x57\x23\xa2\x6f\x0f\xe0\x5a\x5f\xd4\x17\x75\xd4\xeb\x24\x7c\xfe\x15\xe5\xb2\x50\x1b\x1f\x1f\x60\x73\x39\xe3\xe4\xe2\x66\x16\xbf\x49\x43\x76\x41\x78\x4a\x2e\xc4\xd4\xba\x80\xf6\x7a\x06\xf1\xf4\xd5\xb4\xdc\x30\xba\xd7\x2f\x86\x97\x1f\x67\xa8\x8b\x3b\x92\x4f\x44\x36\xa4\xee\xbe\xad\x61\x9f\x6a\x5d\x17\xa2\xee\x1b\x97\x3e\xaa\x2d\x39\xee\x22\x5b\xdd\x43\x77\xf1\x47\x73\xaa\x2e\xa3\x54\x59\xf0\xd6\x24\x50\x75\x2c\x09\x64\xc1\xae\x54\xe6\xef\xfc\x97\xef\xfa\xf7\x52\x33\xb8\xff\x1d\x4d\x10\x90\x9e\xae\xa5\xc1\x49\x7a\xc9\x92\xe8\x97\x95\x86\x06\xdd\x9e\x2e\x69\x18\x0d\xa8\x48\xf5\x72\x68\x8f\x19\x6f\xca\x57\x24\xc3\x4d\xb0\x9c\x1e\x6e\xb6\xd5\x77\xaa\xf6\xa5\x46\x02\x98\xd7\x1b\x49\xf8\x66\xcc\x48\x18\x2d\x38\xb7\x2a\x85\x94\xd3\x38\xca\xcd\x32\x9c\xdd\x70\x9a\x31\x0a\x49\x67\x0a\xb5\x39\x06\xd4\x2f\xd0\xda\x9c\x0f\x37\x75\x6e\x3a\x67\xc9\x2b\xa1\x92\xb1\xfc\x30\x4e\x41\x5c\xc9\x21\xe3\x59\xdf\xac\xc4\xe5\xc1\x09\x9f\xca\xbf\xa1\x80\x22\xdb\xe6\x53\xbb\xec\xd4\xcc\x0b\x9d\x3c\x46\xc3\x25\xa0\x46\x69\x78\x6b\x55\x28\xca\x17\xc7\x05\xb8\xbb\x37\x6a\xc5\x91\x55\x27\x8e\x8c\xbc\x79\x1f\x68\x20\xbf\xa6\x3b\xf6\xe7\xae\xfd\xb9\x67\x7f\x3e\xb1\x3f\x9f\xda\x9f\x5f\x5b\x9f\x38\x66\x7d\xcd\x0b\x32\x19\x86\xbf\x94\x8a\x7e\xeb\x4a\xc9\x38\xcc\xa5\x64\x35\xd8\xa5\x0c\x35\xe4\x65\xf8\xc0\x64\x16\x51\x14\xdf\x69\xc2\x28\xbe\x73\x4b\x29\x66\x24\x9e\x3a\xa1\x3d\x9a\x21\x97\x07\x2e\xe6\x10\x86\x7c\x75\x19\xf9\x2c\xc9\x22\xa0\x7c\x9f\x64\xa7\xe5\x51\x68\xa7\x14\x2f\x86\xac\xe4\x90\x71\x1a\xc5\x36\xc0\x30\xba\xb2\xbf\x63\xeb\x73\x1c\xb1\x38\xcc\x19\x77\x12\xd5\x4b\x23\x37\x79\x91\xd9\x2d\xe2\xd3\x29\x27\x29\x9b\xd9\x2c\x02\x8f\xaa\xec\x24\xfb\x73\x46\x23\xbb\xa5\x84\xda\x48\xa7\x36\xd2\x73\x07\x0b\xf9\xca\xca\x4a\xe3\x68\xe3\x67\xa4\x2c\x6c\x20\x99\x3d\x42\x99\x1c\xa1\x6c\x6e\x8c\x50\x36\x5f\x5d\x86\x97\x66\xab\x39\xbd\x45\xa6\x59\x58\x10\xac\x4e\x61\x65\x01\x27\xe4\xb3\xd2\x37\x7d\x82\x55\xcb\x3a\x29\x22\x69\xce\x9c\xcf\x71\x9a\x58\x42\x34\x33\x3e\x82\x34\xb6\xbe\x66\x33\x9a\x84\x46\x0a\x9b\x8d\x98\xf9\x0d\xdb\x66\xe3\x7b\x6a\x02\x8b\x66\x13\xf3\xcb\x91\xf8\x51\x0e\xcf\x35\x8d\x94\x4b\x76\x3b\x61\xa6\x38\x97\xb2\x4d\x7d\xce\x18\x37\xbb\x06\x4a\x91\xb9\x3c\xa4\x8b\x2c\x30\x91\xe1\x19\x0d\xcc\xfa\xd7\xb2\xab\x67\xc6\x02\xc5\xa2\x49\x72\x88\x3e\xc3\xbd\x54\xdd\x9c\x51\x25\x91\xf3\xab\x89\xb1\x46\x4c\xf9\x2c\x7e\x95\x70\x36\xc1\xed\xec\xb2\x21\x99\x45\x66\x27\x52\xf3\xc3\xec\xed\x2c\x37\x3f\x04\x46\xc6\x37\x4d\x92\x14\xfd\x0e\x75\x6e\x66\xe6\x18\xc9\x3e\xbc\x93\xd6\x2c\xc5\x52\xc8\xf2\xc0\xa4\x85\x3c\x94\x36\x7a\x9f\x31\xb1\x45\x39\x02\x8b\x91\xde\x70\x98\x7f\x1e\x0e\x7b\x3d\xcb\xde\x6f\x99\x8d\x90\xd6\x62\x74\x92\x54\xc9\x82\x51\xee\xb7\xd2\xa9\xa5\x2a\xde\xed\xbb\x76\x1d\x68\xb1\xd2\x26\xe7\x41\x9b\x9c\x87\x6d\x72\x6e\x9e\x81\x09\xf4\xc0\x95\x36\x78\xaf\x03\x86\x92\x8f\xc2\xc0\x8d\x39\x81\xe8\x9f\x5d\x6d\x5b\x44\xd4\xf9\x2d\x94\x7f\x05\xc5\x0b\x27\x9c\x26\x40\x96\x84\x6b\x80\x63\x49\xa8\x80\x19\x5b\x31\x9d\xcd\xe9\x44\x7a\xc6\x75\xee\xc1\x20\x17\xb7\x60\x2b\x0b\xa8\xd0\x14\xd5\x25\xf2\x8a\xe6\x4b\xce\x45\x75\x8e\x3d\x01\xbc\x45\x8a\xb1\x91\xbf\xdc\x02\x01\xb4\x2b\xfe\x35\x6f\x15\xd5\xb7\xbe\x56\x14\x09\x7d\xfb\x2a\x07\xaa\xc7\xca\x9b\x99\xdc\x3a\xe7\xfa\x16\x54\x79\x0b\x33\x4b\xe4\xce\xdd\x25\x75\xee\x2e\x29\xe9\x17\x0e\xc8\xe4\xae\xa3\xb2\x45\xbd\xdf\x96\xed\xda\xc7\x30\x78\x21\x5b\x42\xc2\xae\x54\xe3\x2a\x75\x15\x3a\x5c\x69\xce\x52\x74\x34\x9b\xe7\x81\xd1\xb0\x56\xac\x9d\xa6\x02\xa7\xa9\x80\xf4\x4d\x75\x5d\x5f\x2d\x34\xcd\x51\x44\x23\x2e\xf3\x74\xaa\x79\x0e\x6f\xeb\xce\x43\x69\x3a\x27\x86\xb3\xd5\x4d\x31\xfa\x54\x16\x25\x11\x77\xee\x97\x59\xd5\xfd\x32\x43\xf3\xb6\xf3\xd0\x6e\x44\xce\x66\x14\x0e\x86\xad\x9a\x74\x84\x2c\x1d\x2e\x5b\x46\x6b\xd2\x8f\xee\xbb\xf1\x38\x67\xbc\xfc\x9a\xc5\x9e\x70\xea\xf1\x8a\x7b\x8a\xa6\x8b\x6a\xfa\x76\xa5\x56\x80\x9e\x2e\xbf\x1d\x90\xea\x76\xea\xc9\x0a\x52\xbe\x66\xad\x0a\x27\x54\x06\xb4\x0c\xb7\x8e\x8d\x5a\x75\x93\x2b\x0c\x0c\x2a\x5a\xd5\xc4\x7b\x4c\x76\x96\x5c\x7f\x19\x42\xcd\x41\x76\xc2\xf8\xc1\x28\x4f\xe3\x05\x67\x50\xa2\xe9\xde\x7d\xf5\x7a\x05\x2f\xa2\xd0\x54\x1b\xf0\xbc\x82\x1d\xb4\x04\x32\xde\x32\x51\x4e\x57\xdb\x2f\x02\x6a\x36\x33\x35\x77\x5a\x6e\x01\xd5\x17\xcb\x5b\xbe\x69\x72\x61\xf2\x3e\x46\x0c\xb1\xb8\x7e\x54\xc5\xf5\x23\xc9\xf5\xb4\x0d\xfb\x11\x97\x10\x9e\x7e\x8a\xcd\x65\xb1\x20\x14\xdd\x2d\x85\xe2\xf4\x76\x57\xb3\x75\x49\x6e\x96\x18\x58\xb6\x00\x46\x1a\xae\xd7\xc8\xaa\x31\x2f\x10\x73\xa2\x7b\xc2\xf1\xa3\x29\x4a\x94\x38\x23\x5b\x5b\x76\xb3\xb5\x1e\x8d\xb8\x3b\xec\xb2\x73\xca\x82\x06\x2c\x36\x8f\x25\xcc\xdc\xeb\x69\x14\x33\x49\x0f\x2b\x32\xc3\x33\xb2\x5d\xc2\x8b\xc0\xe6\xce\x6e\x56\xfa\xb7\x9c\xd2\xbc\xd9\x84\x66\x0a\x50\xa7\x65\xa8\x1d\xb2\x73\xd6\xf2\x07\x77\x44\xca\xe8\xb0\x0e\x4d\x16\x2f\xb1\xc7\xb8\xf3\x0c\xa7\x4b\xd5\xcf\x9f\xc9\x86\xa9\xea\x03\x8e\x7e\x1a\x19\x88\x82\xff\x19\x28\xe5\x31\x2e\xf1\x6b\xbb\x4b\x00\x13\xbf\x9a\x80\xad\xf8\x2c\x42\x7c\xc2\x10\x8c\xe6\xfc\xba\xf2\x7d\x9b\x2e\x05\x20\xa9\xa6\x6f\xd5\x14\x37\x26\xe1\x3d\x66\xba\x4b\x61\x3d\x8a\xc1\x28\x2f\x80\x97\xde\x53\x5a\x8a\x9a\xd6\x84\x56\x8b\x8a\xf5\x8d\xba\x57\x0a\x45\x8d\xb1\xfb\xde\xbd\x26\xe1\xee\x41\x34\x53\xbe\xb4\x2d\x6a\xb8\x43\xb9\x5c\xa5\xbd\xbb\x8f\x50\x32\x46\x47\xcd\xd1\x52\x99\xd2\x74\x33\x31\xae\x98\x76\x36\x48\xbb\x46\x2d\x31\x6b\x68\xf3\x4b\x18\x41\xe3\xbc\x74\xc1\xa8\x3f\xea\x5f\x7c\xf1\xa8\x23\x5f\x4a\x4f\xaa\xd7\x17\x0b\x5e\x91\x60\x85\x9a\xf1\x4b\x57\x4b\x8c\xbb\xe3\xbe\xb6\x00\xf6\xae\x52\xf3\x34\xb7\xd6\x8f\xae\xd8\x30\xbe\x32\x83\x76\x78\x44\xb2\xa8\xe4\x09\xe5\x51\xc2\xdf\x66\xb3\x4a\xcb\xd8\x32\x0e\x6a\xe1\x9a\xa7\xb9\xc7\x30\x8a\x14\x6b\xe8\x3c\xcd\x3b\x9d\x4a\xc0\x44\xfb\x8f\xb9\x4c\xd0\x7b\x8a\x8c\x58\x31\xa5\x39\xc9\x17\xe3\x71\x14\x44\x42\xc9\x63\x8a\x58\xd5\x60\x2a\xa7\x8d\x11\x38\xc8\x67\xc4\x45\x2a\x02\x23\x97\x93\x58\x9c\x7b\x03\xd9\x13\x0f\x65\x06\x1e\xca\x54\xad\x62\xc6\xfb\x91\x39\xbe\x8f\xf5\xca\x9e\x65\xfa\x81\xb1\xec\x78\x79\xa2\x20\x90\x20\xcd\x21\x7a\xe9\x39\xa1\x93\x66\xbd\xd5\xae\x08\x8f\x55\x21\x14\xad\x4e\x8c\x32\xbc\xd3\xb4\xfb\x55\x31\xe9\x56\xe3\xbe\x12\xef\xbb\x95\x62\x2e\x67\xf1\x38\x40\x6f\x3c\xae\xb0\xf3\x6f\x03\xcb\x93\xd6\x87\xba\x2c\x94\xb1\x20\x9d\x88\x2d\xc9\x71\xe1\xf4\xc7\x5f\xc3\x96\x30\xa7\x3e\xa9\x63\xaa\x84\xfe\x95\x61\x35\x25\xc8\xb2\x6d\x9b\xb9\xfa\xaf\x45\x46\xa7\xe1\x7b\x3c\x07\x53\x51\x9c\x8c\x95\xaa\x74\x2a\x54\x85\x5d\xef\x91\xd1\x97\x47\x44\x90\xba\x23\x87\x14\x43\xec\x81\x7b\xcc\x11\x43\xef\x81\x8c\xf0\x74\xae\x4e\xd8\x60\x62\x5a\xb5\x9b\xc1\x94\xd1\x39\xcb\xd0\x3f\x14\xe1\x53\x9a\x90\x28\x31\xc2\xa7\x99\x2a\x96\x79\x28\x67\x0b\xfe\x0a\x55\x1e\x55\x18\x77\x11\x25\x4b\x94\x9f\x42\x00\x3f\x58\x65\x24\x8e\xe2\xee\x5f\xc4\x96\xcc\x15\xeb\xd4\x70\x89\x52\x50\x5e\xf3\xdd\x13\xac\x2f\xb0\x6d\xb4\x90\x31\xf8\x65\x25\xfe\xf0\x5a\xd5\xc4\xbf\x1c\x7a\xbf\x74\x04\xfa\xd8\x0e\xb4\xbe\xb2\x0d\x57\x7d\x2e\xc7\x05\xf2\xce\x84\x2a\x26\xd0\xde\x31\xef\xab\x03\x17\xc4\x6a\x97\x3a\xa7\x42\x30\x2d\x51\xd5\x4b\xfa\xcb\x46\xad\x1d\xb7\x09\xa2\x84\x48\x85\xd0\x57\xc6\x41\x4e\xe9\x33\x45\x11\x03\xf1\xba\xcc\xb1\xd6\xf9\x76\xe5\xd0\x4e\x18\x7f\x25\x5d\xc0\x44\x69\xf2\xd6\x9d\x04\x65\x26\x12\x23\x1c\x85\x37\x2a\x46\x7f\x37\x67\x34\x0b\xa6\x4d\x7d\x05\xd2\xf2\x8b\x40\x51\xe5\x5b\x1c\x4e\xc0\xae\xaf\xaa\xeb\x37\x2f\x51\x78\xf3\xdb\x68\xd8\xca\xd2\xab\xd6\xe4\x32\x9c\x33\xaf\x20\x8c\xa3\x62\xce\xb3\x14\xbc\x95\x26\x93\xa8\xa0\xaf\x57\xdf\x15\x88\x80\x55\x08\xd4\x2e\x0f\x48\xb3\xe4\x62\x97\xd8\xda\x9f\xb7\xa9\xe6\x70\x73\x03\xdc\x09\x21\xf8\x36\x51\xdf\x65\x87\xbd\x2b\x89\xe0\x6d\xe0\x57\x25\xc7\xee\xaf\x40\x8e\xe7\x05\x39\x76\x05\x39\x9e\xdf\x97\x1c\x32\x02\x52\x8d\x89\x62\xdf\xb8\xad\x38\x56\x78\xd2\xaa\x21\x33\x65\xdb\xf7\x90\x98\xa5\x8e\xe2\x55\x05\xde\x91\x78\x9a\x60\x49\xe8\xb4\x12\x56\xb5\x12\xca\x56\x82\x1a\x87\xb6\x41\x8d\x85\xca\x7f\x59\xd9\x26\xe7\xe3\x7b\x9d\xcc\x78\x36\xa4\x7e\x75\xf6\xf0\xc5\xc1\xc9\x41\x7d\x1d\x46\xf4\x04\xee\x04\xd6\x1e\x0d\x97\x7b\xab\x86\xc2\x73\x7e\xbe\x7a\x10\x3c\x43\x8d\x6d\x8c\xa1\x0d\xe6\xeb\x46\x79\xb0\xc7\x55\xed\x8c\x65\x3b\x55\xc7\x32\x4b\xf4\x70\xc9\x59\xcd\xe1\xe6\x29\x90\xfa\xb4\x98\x81\xe0\xeb\xec\xec\xcc\x76\x68\xb6\x7a\x2a\xb2\x2c\x03\xcf\x65\xc6\xab\x9b\x2c\xbb\xbf\x46\x02\xe0\xee\x31\xb7\x44\xa3\xab\x59\x7f\xfd\xd3\xc7\xba\xc7\x16\xda\x15\x55\xe4\x3b\xb5\xd8\x27\x11\x79\x46\xb6\xf7\x57\x9c\x18\x9c\x76\x3a\xd1\x59\xcb\xf3\xd0\xcc\x3f\xce\x95\x34\x2c\xb1\x52\xfd\xf9\xa0\x6f\xbd\x0a\x17\x28\xe4\x03\xcb\x99\x8c\xc1\x82\x57\xa9\x84\xa7\x84\x92\x51\x4c\x93\x4b\xb1\xd3\xe1\x60\xd7\x4c\xc3\x5b\x91\x3e\x97\x26\xc3\x09\xbb\xc6\xd0\x85\xda\xdb\x8f\x04\xd7\xab\x18\x9d\x4c\xb4\x52\x67\x74\x3c\xc2\xbc\x8a\x12\x00\xf3\x41\xb2\xc1\xb9\x2d\x04\x80\xcd\x72\x81\x2f\x61\x14\xb1\x96\xc9\x43\x95\xbc\xaa\xbc\xeb\xae\x23\xb5\xac\xbb\xee\x3a\x8c\xd0\xc6\x30\xfd\xf0\x91\x83\x83\xc4\xd9\x1c\x02\x22\xab\x41\x27\x34\x09\x75\xf5\xf9\x22\x9f\x32\xf0\xe6\x23\xbd\xa7\x2b\x43\x66\x55\x42\x97\x94\x46\xe2\xb0\x50\xbd\x50\xa0\x14\x73\x75\x57\x71\x12\x94\x3a\x54\xa8\x2c\xbd\x86\x05\xd2\x55\x0c\x2a\x4b\xc2\xa6\xef\x1e\xd4\xa4\xc8\x7b\xdd\xf3\xe9\x22\xb9\x84\x88\x28\xe0\xb3\x28\x09\xc1\x2b\x8e\x8a\xd9\x6f\xc6\xf1\x50\xde\x72\xf2\xca\x6e\x23\xac\x43\xf8\xb7\x76\xa7\x21\xe0\xaf\xd5\x59\x00\x53\xee\x6d\xc1\xcc\x18\x23\x18\x8b\xad\xee\x23\x97\x96\x44\xf2\x84\x63\xb4\x18\x8f\x21\x1e\x65\x48\x82\x98\xd1\x2c\x2f\xce\x3d\xda\xb2\xef\x20\x89\x56\xf4\x52\xd9\xff\x93\x71\x24\xfe\x0d\xd6\xeb\xb4\x2b\xcf\x57\x76\x59\x8c\x69\x8d\x0e\x2f\x44\x87\xf5\x13\x84\x93\x42\xf0\xa1\x6f\x6e\x36\x8b\xa4\xfd\x54\x4e\x16\x09\x8f\x62\x72\x91\xb1\x7c\x31\x63\x17\xe0\xa7\x8a\xc6\x31\x0b\x6b\x70\xe9\x22\x67\xd5\xf2\xce\x41\x1c\x4a\x97\x6d\x13\xec\xc9\xb9\x98\x15\x68\xcb\x40\x98\x17\x50\xf1\x82\x5c\xd3\xda\x88\x61\x57\x6a\x63\x86\xc5\x97\xa2\x76\x10\x47\x14\x1c\x9c\x5f\x00\xcb\x5d\xb4\x61\xb9\x14\x93\xe0\x1a\x22\x24\x09\xb1\x41\x79\x34\x8a\xe2\x48\x07\xf3\x59\x73\x5a\x90\x3f\x84\x6c\x9e\xb1\x00\x1c\x73\xd4\x92\x0f\x00\xa7\x06\xf3\xd4\x9c\x25\x45\x1f\x59\x12\x3e\xa8\x87\xf5\xa6\xc4\x3a\x1d\x0e\xd3\xa4\x96\x68\xa8\x9c\x1d\x72\xc3\x8e\x80\xe1\xe9\x77\xcb\xfb\xe0\x42\x17\xf8\xcf\x78\x70\x82\xce\x6e\x82\x34\x64\xe7\xe2\x1f\x08\x72\xb2\xe2\x75\x09\x93\x81\x4b\x7a\x71\x34\xea\xb9\x75\x8d\xf7\x26\xaa\xdc\xf9\xcf\x79\x9a\xac\x03\x73\x46\xe7\x79\x4f\xa5\x74\x45\x6d\x03\x6a\xcc\x26\x34\xb8\xbd\x1f\x4c\xac\xeb\x42\xbc\x99\xc5\xf7\x03\x77\x33\x8b\x4d\x58\x7a\x90\xaf\xa7\x11\x67\x10\xff\xb9\x19\xb8\x83\x1d\xc8\xab\x1d\x82\x97\x3d\xea\x73\x38\x4c\xdc\x04\xee\x26\x8c\xdd\x84\x4c\xbd\x75\x33\xde\xd6\x1d\x1c\x1f\xbe\x7a\x75\x10\xcf\xa7\xb4\xdc\x76\x33\x20\xcf\xc0\x39\x1a\x5e\x97\x05\xe4\x5b\xf1\xf5\xcb\x70\x13\x3d\xf9\xca\xdc\x03\x2b\xf7\x6f\xb8\x99\xb2\x1a\x19\x1f\xc5\xb9\x8c\xa9\xbf\x98\xcf\x85\x0a\x75\xfc\xf1\xf0\xf0\xe8\xf8\xb8\x4d\x5e\x1e\xbc\x7a\xfd\xf1\xc3\x91\xe5\x68\x1c\xce\xde\xc8\x80\x40\x59\xef\xd9\x1a\xfa\x5a\x99\x8b\x52\x83\x01\x96\xf7\x3d\xab\x2c\x66\x11\x6f\x93\xc0\x6b\x62\x18\x54\x40\xd0\x32\xa2\x7b\x0e\xda\x3e\x19\x28\x9c\xef\x69\x40\x58\xc0\x91\x5d\xf6\x5d\x1d\x76\xcf\xa3\x92\x95\x9b\xd3\xc8\x9d\x6d\x97\xb9\xba\xa7\x4e\x2f\x0b\x8e\x00\x02\x96\x0f\x8e\x97\x75\x78\xd5\x86\x7b\x55\x27\xbd\x1d\x34\xf6\xdb\x26\xd7\x04\xe8\x10\xf3\x18\x83\x02\xbc\xa5\x33\x76\x38\xa5\x99\x62\xa0\xb7\x47\x7f\x3d\x39\x3f\x3e\x39\x38\x59\x97\x75\x7e\x4d\x82\x15\x48\xdd\x8b\x66\x7b\xa4\xf7\x88\xbc\x4a\xe4\x89\x33\x79\xd4\xab\xa6\x9e\x8c\x8e\x04\x4a\x0b\x5e\xc3\x5d\xb2\x84\xd0\x09\x8d\x92\x2a\xc2\x0a\xf2\x40\x4b\xdf\xb1\x71\x9a\xb1\x43\xa1\xb4\x0b\x01\x66\xce\xce\xe1\xe6\xa1\x10\xfb\xbb\x4f\x04\x26\x46\xb9\x5d\xf2\xa8\xd7\x26\x3b\x5f\x23\x82\x66\x24\xbc\x47\x3d\x25\x15\x5d\xd8\xbb\x25\xd8\x2f\x00\xf6\x53\x07\xf6\xde\x3d\x60\xef\x95\x60\x1f\x00\xec\xaf\x1d\xd8\x4f\xee\x01\xfb\x49\x09\xf6\x09\xc0\xfe\xc6\x81\xfd\xf4\x1e\xb0\x9f\x56\xe0\xfd\x3b\x07\xf6\xd7\xeb\xc1\x3e\x86\x97\x83\x62\x30\x2b\x26\xcd\x70\xf3\x83\x68\x67\xcf\xa0\x3d\xd6\xd9\x5d\x06\x70\x77\x19\xc0\x57\x00\xf0\x6b\x17\xe0\xde\x32\x80\x7b\xcb\x00\xbe\x07\x80\xdf\xb8\x00\x9f\x2c\x03\xf8\x64\x19\x40\x18\xb6\xbd\xdf\xb9\x00\x9f\xba\x00\x0f\xc4\xa6\xa1\x20\xa1\x3d\x3e\x40\xb7\x27\xdb\x02\x88\x51\x4e\xce\x07\x91\x0a\xe1\xbf\xaa\x21\x96\x67\x01\x10\xee\xc9\x8e\x03\x71\xaf\x36\xc4\x32\xef\x03\xe5\x9e\xec\x3a\x10\x9f\xd4\x86\x58\xc1\xf1\x4f\xf6\x1c\x88\x4f\x97\x43\x94\x44\xe6\xb7\x31\x5b\xca\x8a\x3f\x01\x70\x93\x15\x45\x95\x2a\x4e\xc4\xbc\x25\xe0\x5e\x03\xb8\xaf\x1d\x70\x55\x7c\x88\x79\x4b\xc0\x1d\x01\xb8\x6f\x1c\x70\x25\x2e\x44\xb2\xa8\xbe\xda\xd4\xc3\x0e\xfe\xbe\xa0\x9e\xea\xdf\xca\xe1\x50\x9d\xb5\xe1\x41\x0f\x9f\x6e\xdb\xf0\x6a\x31\x8c\xea\xad\x0d\x0f\xba\xf8\x74\xc7\x86\xb7\x82\x5d\x24\x2d\x90\x5c\x27\x2b\x05\xc3\x53\x63\x05\x39\x89\xb8\xa0\x92\x17\xa0\xcc\x5b\x35\x8b\x9f\x3e\x75\xc0\x55\x70\x8b\xcc\x5b\xc5\x2d\x4f\xbf\x76\xc0\x55\x70\x8b\xcc\x5b\xc5\x2d\x4f\xbf\x71\xc0\x55\x70\x8b\x24\x1e\xbe\xd8\xf3\x08\x85\xa7\xbf\xd3\x43\xa2\x69\xb6\x6a\x88\x35\x01\x3d\x13\xf8\xe9\xef\x6d\x78\x75\x58\x50\x53\xd0\xc3\x82\x5f\x6f\xdb\xf0\xea\xb0\xa0\x26\xa1\x87\x05\xbf\xde\xb1\xe1\xd5\x62\x41\x88\x82\x79\x5b\x02\xf8\x5f\x00\x70\xaf\x18\x88\xb7\x8b\x19\xcb\xa2\x40\x16\x17\x80\xbf\x7e\x82\xcb\xa9\x18\xbe\x50\xa7\x7b\x9a\xb0\xab\xba\x2d\xfd\x15\x5a\x92\x4b\xf3\xf7\xec\xc6\x6c\xe1\xa9\x6c\xc1\x69\xbb\xe5\xba\x63\x58\xef\x61\xa6\xae\xd6\xd4\xcf\xc0\x82\x91\xc7\x83\x3a\xb5\xec\xb8\xf0\x1d\xa4\x0a\x1d\x8d\x3a\xa6\x56\x15\x01\x89\x28\x27\x51\xe2\x79\x0d\xa9\x15\x52\x73\x28\x3c\xb0\x33\x46\x43\x79\x26\xea\x81\x22\x0f\x4b\x4b\xa7\xff\xaa\xf6\x88\x4d\xa2\x04\xe2\x7c\x29\xfb\x31\x7c\x42\x85\x5e\x55\xa2\xdc\x08\x72\x38\x62\xa2\x98\x68\xce\xf7\x14\xd4\x7c\x79\xe5\x7f\x0c\x8a\x0f\x41\xaf\x23\x3e\x95\x51\xf0\x25\x6e\xd0\xd2\x35\x83\x30\xaf\x45\x6b\x71\x9a\x5e\x62\xbc\x73\x1f\x6d\x22\xff\xa3\x53\x43\x53\x7f\x44\x5e\x50\x4e\x11\xf8\x94\xe6\x84\xc6\x78\x51\x34\x62\x18\x2b\x3d\x60\x79\x0e\x01\x79\xd1\x90\x2e\x63\xb3\x54\x47\x61\x35\x90\x4b\x83\x80\xe6\xd2\x4f\x4c\xd7\x02\x7f\x71\x8e\x45\xf0\x75\xd9\x05\xb9\x64\x6c\x9e\x13\x78\x2d\x2d\x68\x39\x4d\xaf\xc9\x8c\x26\xb7\x66\x7c\xb5\x29\xbd\x62\x88\x80\x6c\xae\x4d\x78\x2a\x03\x41\x2e\x32\x46\xe6\xea\x1d\x5f\x94\x8c\xd3\x6c\x46\xe5\xe1\x00\xa1\x41\xb0\xc8\x28\x67\x16\x02\xfe\x91\x46\x6c\x3c\x23\x70\x9c\xce\x44\xdb\x53\x7a\x15\xa5\x59\x9b\xb0\x49\x17\xa3\xab\xc1\x49\x10\xc4\x79\x93\x07\x25\x6d\xd1\x22\x9c\xdb\xa1\x51\xb3\x1c\x99\x28\x21\x34\x49\x21\x14\x1c\x30\x66\x97\x9c\x4c\xa3\xdc\xed\xb5\xa0\x9c\x51\x88\xc0\x21\xa0\x07\x57\x2a\x67\xf2\x72\xf6\x7e\x99\x66\x3a\x1c\x9d\x3a\x5c\x56\x5d\xd0\x01\xe9\xc6\x04\x5d\x76\xc0\x85\x40\x2e\x16\x51\x30\x91\xf4\xf1\xa8\x04\x25\xdb\x7c\x2b\xfa\x58\x6a\xf3\x55\x12\x46\x01\xe5\x2c\x17\xe4\x81\x9e\xd8\xd3\x55\xf0\x12\xf2\x10\x5d\xe4\xcc\x37\x15\xb2\x05\x4e\xa8\x01\x9c\xd7\xdd\x03\xfc\x38\x4a\xa2\x7c\xca\x42\xa2\x20\xf5\xc8\x45\x97\x25\xe1\x45\xd1\xb8\x3c\x50\xf7\xbe\xa1\x46\x77\x9b\xe0\x18\xca\xc9\xd4\x8f\x8c\xdd\x0c\x65\x1d\x31\x20\x1b\x1b\xd6\xeb\x72\x75\x89\x57\x7e\x71\x6e\xde\xe4\xb9\xb6\xdb\x2e\x78\x3b\x72\xb2\xfb\x34\xf9\x1e\x0d\xd9\x00\x6b\xbc\x66\x36\x46\x42\xee\xc7\x4f\x8a\x0b\x8e\xba\x17\xc1\xb5\xc4\xf2\x52\xa9\xbb\x4a\x54\x56\x0b\xb7\x55\x53\xbc\xee\xb4\xaa\x37\x11\x96\xf3\x71\x25\xa3\xa9\x53\x31\x1f\x6d\xeb\xdc\x12\x9a\x0f\x93\x59\xe8\x7b\xf9\x85\x06\x0c\x60\xaa\xd1\x54\xf1\x2f\xe4\x3d\x49\x4b\xde\x3b\x09\xd1\xb5\xe1\x44\xbe\x30\x07\xe5\xf1\x00\x2f\x36\xdc\x6c\xb8\xe4\x28\x5d\x26\xf9\xba\xb2\xfa\xee\xef\x9e\x1d\x01\x33\xf0\x25\xdd\x80\x33\x31\x68\xcc\x03\xd1\x73\x5b\x54\x1a\x2c\x67\x20\x35\x9a\x72\xa8\x7d\x60\x51\x18\xd5\xa2\x4b\x9d\x7b\xc5\x82\xa9\xea\x32\x4e\xad\x4b\xc1\x4a\x5e\xd5\x5d\x94\xb3\xea\x5b\x93\x17\xa4\x8d\x8c\xdf\x6c\xd7\xe6\x07\x52\xf1\x26\x0a\x07\xd8\xff\xc2\xca\xa6\x1c\x29\x1b\x35\x99\xb7\x78\xa6\x9a\x68\x69\x4a\x34\x8e\xd5\xca\x2a\x86\x98\x8b\x35\x9b\x72\xea\x5e\xa6\xfa\x48\xe7\xbe\x30\xaf\x26\xa2\x3c\x8f\x2d\x4b\x99\xc7\xa6\x4c\xaa\x31\x5a\x20\x1d\x4f\xdc\x47\xe8\x55\x47\xbb\xc3\xcd\x6f\x3d\x01\x64\xdc\x31\x7b\x56\x96\x9b\xd5\xcf\x83\x70\x62\x71\x76\xc3\x9b\xca\x88\x54\x86\xda\x2f\xbf\x88\xba\xf3\x8c\x9a\x96\xef\xbb\xc6\x76\xb2\xf2\x2c\xd8\x23\xcf\xcb\xf4\x22\x15\xef\x8b\x7c\x6b\xa3\x6b\x96\xae\xe8\xb4\x05\xd7\x3b\x76\x5e\xd3\x16\xe6\x03\x5b\x9c\x6b\x53\x47\xb3\x00\x6c\xbe\x60\x9b\x27\x36\x44\xff\x5a\x94\xaf\xb1\x7a\x95\x47\xe9\x6b\x63\x98\xf4\x4e\xef\xa1\xa3\xe4\x9b\x9f\x60\x51\x96\x26\x2a\xd8\x7b\x4e\xe0\xca\x8e\xd0\x78\x3e\xa5\xa6\x8e\xdf\xa4\x9d\x5f\x40\x15\x3d\xe8\xfc\xad\x45\x28\xc7\xcd\x84\xb9\xcb\xa2\x42\x3f\x45\x8b\x75\x05\x5d\xb7\xf2\xd7\x37\xaf\x15\x7c\x4a\xe2\x94\x93\x59\x9a\x59\x21\x9a\xa7\x2c\x63\xa4\xf9\x87\x9c\x31\x02\x21\xce\xfb\xbd\xde\xf5\xf5\x75\xf7\x7a\xaf\x9b\x66\x93\xde\xc9\x87\xde\x87\xa3\xc3\xce\xcd\x2c\xee\xfd\xd7\xdb\x93\x8e\x60\x5a\xe8\xf0\xe1\x94\x66\xad\xe2\x02\xff\x47\x26\x03\xb8\xd3\xe4\x56\xc8\x98\x89\xdc\x83\xa9\x40\x52\x62\x81\x03\xb5\x94\x4e\xea\x88\x99\x28\x3f\xa1\x13\xdd\xce\x92\x89\xaf\x2e\x34\xdd\xfb\xce\x52\x08\x62\x4b\x29\xdd\xda\x22\x1b\xf6\xdd\x2c\xdc\x73\x62\xa4\xcd\x9e\xba\xf6\xc4\xcf\x67\xc6\x8a\xb9\x52\x4c\xd9\x93\xbb\x9e\xbc\xea\x79\xe4\x95\xcd\x91\xe6\xcd\x0a\x3e\xd9\xf2\x8a\x0f\x9f\x40\x58\x26\x14\xd7\x9e\x62\x0f\x93\x4d\x0a\x95\x67\x70\x7b\xed\x83\x2c\xa5\xca\x46\x59\xec\xd8\xa5\xad\xa1\x5b\x41\xbb\x8a\x69\xbf\x0c\xc1\x8d\x95\x03\xb2\x63\x8c\x88\x7d\x89\xb3\x1e\xc5\xaa\x1d\xbd\x94\x90\x7a\xbe\x1a\xa9\x6f\xf0\x90\xea\xbd\x7e\xb0\x60\x3c\x75\xf8\x35\x50\xc3\xc7\xac\xf6\x54\xfd\x62\x03\xb2\x0c\x46\x79\xb5\xd8\x70\xa7\xb7\xa6\x5b\x6e\xdb\x4a\x1c\x0f\x37\x2b\x62\x5f\x3c\x27\x7b\x86\xe0\x97\x67\xba\xc7\xd6\x76\xd8\xfc\xaf\xbf\xa4\x4d\xc7\x60\xe3\xa4\xb2\x4d\x6c\xf7\x69\xb9\xdd\x93\xca\x76\xb1\xed\x95\x37\xca\xf7\x5d\x9f\x2a\x25\x5b\xd1\x58\x6d\xa9\x66\xd2\x00\x27\x7d\x9d\x99\xcb\x66\x11\x07\x2c\x9a\xc3\x4d\xeb\x71\xb3\x6d\xcc\x5f\x62\x0a\x62\x5c\x08\x5a\x2f\x29\xab\xd6\xfb\xa5\x06\x0b\x4b\x69\xe1\x15\xc5\xcb\xc9\xb2\xbc\xe3\xbd\x1e\x79\x35\x49\xd2\x8c\xd5\x96\xa0\x5f\x4e\xea\x2d\x15\xbd\xd5\xea\x9c\x59\xc3\x52\x01\x57\xcd\xbe\x6a\x6d\xaf\xb0\x97\xd8\x2b\x4f\xc4\xa3\x24\x2c\x0f\x64\x95\x47\x80\xe5\x4a\xaa\xd7\x03\xd1\xb2\xc9\x5b\x03\xe5\xa7\x65\x94\x4f\x6a\xa3\xbc\x12\xfa\x12\xdd\x95\x2c\xe1\x67\x52\xd7\x21\xc1\xba\x32\x7c\x77\x1b\xe5\x8f\xec\xe9\xa1\x7c\xc1\xf6\x05\x37\x33\x4b\x9b\x97\x77\x34\xcb\x74\xa1\x7b\xb5\x5e\x43\x08\xae\x35\xe9\x1f\x2a\xfc\xd4\xab\x9a\x55\x92\xef\x1b\x7d\xdd\x56\x8b\x24\x0f\x90\x7c\xbe\x46\xaa\x69\xd0\xeb\x91\xe3\xcb\x68\x4e\xd8\x15\xcb\xe4\xae\x00\x2d\xcc\x81\x24\x95\xb4\xba\x9f\x6c\xab\x31\xe2\x7e\x9d\xa6\xa6\xb8\xb7\xd7\x94\xda\x03\xbf\x4c\xeb\xae\x70\xd5\xf0\xeb\x77\x99\xf8\x56\x95\xd5\xfb\x10\x79\xcf\x6a\xb8\xe9\x38\xa1\x93\xd5\x2b\xcc\xc6\x3a\xfa\xfa\xef\xb1\x8d\x3a\x2b\xf8\x17\x9e\xda\x4e\xb7\xbe\xc8\x08\xdb\x8e\x53\x7e\xab\x51\x26\x2b\x4e\xe5\xc5\xc4\x84\xe7\x4f\xfa\x2a\x4c\x3e\x7c\x8b\x12\x12\xd0\x1c\x6f\xc0\x4c\x07\x21\xaa\x18\xa7\x93\xfc\x0b\x8e\xf5\x6f\xa7\xb1\xb9\x0c\x55\x6f\x70\x07\xb6\x2a\x70\x6f\x95\x16\x79\xa1\x78\x39\x77\xbf\x9d\x76\xc7\x3b\xc4\x05\xf7\x14\x46\x1c\xbf\x32\x31\x3d\x6d\xd4\xa6\xe7\x2a\xd9\xbe\xe3\x61\x89\x1f\xe0\x45\x6f\xed\xed\x7b\x79\x98\x56\x8f\x8a\x10\xc1\x3a\xa6\xfc\x6f\xb4\xcd\x20\xeb\xce\x9b\x7b\x22\xfc\xcf\x92\xa8\xde\x51\xac\xc3\x28\x8d\xe1\x66\x63\x15\x9f\xec\x3a\x9d\x02\xe8\x2f\xfe\xf1\x6b\xae\x8f\x8d\xd5\xdc\xbb\xe7\xc3\xea\xf8\x57\xc1\x6a\x2d\x41\xbb\xf3\xc4\x87\xd8\xdb\xf5\x11\x5b\xca\xe1\xb8\xac\x04\xca\x7a\x5d\xf0\xc5\x5a\x5c\x83\x2f\x68\x5d\x2c\x6d\x96\x51\x7e\x78\xfc\x9c\x53\xce\x23\x7e\xcd\xba\x70\x72\x54\xa1\x5b\xbb\x73\xad\xe4\xfd\xa7\x4c\xe4\x7a\x82\xa1\xfe\xad\x8d\x79\x51\xf3\x45\xfa\x64\xde\x86\x18\xa8\xff\xf3\x2e\x43\xea\x2c\xd7\x38\xb1\xd3\xc5\x28\x66\x7f\x11\x63\x90\x2f\x11\x21\xd0\xa8\x9f\x8b\x04\xe7\x80\x5c\xa9\x7b\x92\x5f\x9a\xc5\x51\x32\x79\x38\x0a\x28\x45\xee\x8b\xc3\xdb\x74\x65\xfb\xa5\xb3\xa6\x5a\x4b\xe1\x03\x27\x87\x19\x65\xf7\x21\x73\x83\xac\xb9\x68\xfe\x9f\x79\xe3\x5d\x72\x5f\x54\x38\x99\xf2\x70\xaa\xff\x44\x5d\x11\xf0\xd4\xdc\xa4\xab\xff\x9e\x93\xdd\x3d\xe7\x55\xcb\x8e\xf7\xb4\xba\xaf\xe1\x74\x7c\x70\x10\xd6\x8e\xf9\x42\x46\x1f\x23\xf9\x4b\xf7\x2b\x1e\xce\xd4\x9f\x4e\xf5\x28\xb3\xc6\xfe\xce\xf0\xe7\x55\x53\xa9\xff\xe7\x1d\x63\x54\xdd\x0c\x7d\x11\x42\xf8\xbd\x64\xfd\xab\x93\xc4\xe6\xbb\x7a\x84\xe8\xac\x56\x03\xa5\xc6\x7d\xdf\x63\xd1\x15\xda\xdf\xf2\xb6\x97\xcd\x90\xf5\xb8\x65\x7d\xb2\x2c\x43\x6c\xb7\x78\x13\x20\x01\xef\xac\x35\x75\x9d\xa3\xe6\x2f\xc2\xb4\xca\x81\x14\x4a\x79\xb4\xdf\x42\x0f\x82\x51\xa2\x5c\x19\x19\xa3\xd4\x36\x07\xe9\x5f\x8d\x95\x6d\xca\x7e\x29\x56\xde\xdd\x75\x47\x6d\xf7\xfe\xd7\xb6\xcb\x27\xc6\x7d\x3a\xba\xfb\x00\x3e\x80\xcd\xca\x2c\xbd\x62\x64\x97\xf0\x8c\x46\x31\xf8\xb3\x99\xd2\x2c\xff\x55\xf8\x85\x74\xc8\xee\x6f\xcc\x33\xc4\xde\xc5\x6e\x7c\x09\xf1\x65\x80\xee\xf5\xc8\x51\x9c\xb3\x3e\xc9\x39\xbd\x25\x51\x42\x0e\x5e\x9e\x1c\x7d\x38\x3f\x7c\xf7\xe6\xcd\xd1\xdb\x93\xf3\x5d\xd2\xbc\xe8\x74\x3a\xcf\x2e\x5a\xeb\x09\x63\x7c\x26\x5b\x6f\x5c\x4f\x57\x33\xb0\xea\x0c\xb8\x32\xfa\x97\x92\xc4\xe4\x8b\x9c\x6b\x1e\x96\x1c\x20\x56\x93\xeb\x6c\x85\x8c\xde\x2b\x8e\x10\xb5\x5e\x57\x57\x42\x9b\xb5\xbe\x10\x36\x3b\x36\x36\x8e\xe4\x29\x7b\x93\xaf\x35\xf2\x6b\x74\xe4\xb7\x96\x2e\xa2\xcd\x7f\x6b\xd9\x72\xf6\x90\xe9\x58\x43\xb2\xbc\x38\x38\x39\x00\xb9\x72\x76\x76\xb6\xae\x5c\xd1\x06\x3d\xf5\xc6\x34\xb0\x0f\x91\x0f\x57\xf6\x6c\xef\x89\xfb\x1e\x7d\xa7\xfe\x91\xb5\xc7\xe6\x60\xc5\x4d\xdc\x13\xe7\x1d\xf3\x8a\xc6\x96\xa3\x5e\xc7\x98\xe8\xde\x1e\x2a\xd6\x18\x9b\x23\xf7\x15\x84\xff\x05\x84\x69\xd8\x01\xfa\x09\xd2\xdb\xb5\x3d\xf1\x0c\xe1\xaa\x31\xfc\xbd\xf3\x30\xbe\xc6\x10\x96\x30\x02\x6a\xc2\x98\xb8\x08\xd5\xb1\x2c\x71\x86\xf9\x77\xf6\x5b\xee\xe5\xf8\xac\x39\xff\xd7\x1b\x9c\xd7\x34\xe7\xee\x51\xac\xec\xf6\x97\xb7\x01\x2b\xee\x2d\xe5\x2f\x7f\xa7\xeb\xb3\xf1\x9a\x2c\x5c\x6f\x91\x58\x46\x19\x43\x9c\x56\x84\x4b\x7c\x08\x55\x2a\xde\x58\x95\x69\xf2\x65\x2c\x65\x48\xc7\xd3\xa1\x75\xae\x02\xa6\x55\xd7\x01\x0f\x64\xdd\x5e\x0f\x1e\x74\xaa\x77\xa6\x84\xb3\x6c\x16\x25\x94\xc3\x2b\x5c\x3e\x25\x94\xe4\x6c\x16\x05\x69\x9c\x26\xd5\x03\x0a\xaf\x72\x5e\x46\x37\xfa\xed\xb8\x39\x96\x33\x3a\x2f\x8d\xdc\x8c\xce\x9d\x38\xb9\x90\x82\x68\x2b\x7b\xd0\xe7\x86\x37\x31\x15\xf3\x93\xf4\x5d\x57\x68\x2a\x67\xdf\x59\xfe\xf4\x83\xbc\x1d\x9f\xfc\x33\x07\xea\x31\xd9\x51\x2f\x90\xe4\xc6\xd4\xe5\x1d\xed\x81\xed\x56\xe1\xb8\x5a\xbd\x10\x60\xed\xed\xae\x33\xdc\x02\x99\x5a\xe1\x0d\x66\x74\xde\x96\xcd\x2f\xb1\xa3\x63\xb3\x88\xbf\xa7\x19\x8f\x28\xd4\x38\xc5\x0a\x67\x95\x61\x78\xd6\x32\x85\x28\x9b\xc0\x19\xfc\x23\x1d\x82\xa2\x43\xb8\x82\x93\x9a\x82\x7f\xd2\x05\x2f\x94\x37\xcd\x49\xad\x15\xac\xf4\x1a\x40\x79\x78\xa9\xf4\xb0\x3f\x37\xd1\x77\xc9\xbf\x6f\x31\xc4\xc9\x94\x91\x19\xbd\x21\x32\x4c\x4a\x3a\x2e\x61\x1c\xe5\xe4\x6b\x1b\x7c\x1c\xcd\x22\x01\xfe\x0d\xe5\xd3\xee\x2c\x4a\x9a\xce\x94\x46\x3d\xf2\x6b\x93\xc8\x32\xe8\x14\xd6\x7c\x36\x20\xbb\x3e\xc5\x16\x70\x89\x92\xe5\xb8\xec\xae\xc5\x84\x4d\x89\x0c\x34\x7c\x6f\x5e\xb3\x3c\x02\xaa\xa9\xb5\x26\xf7\x79\x61\xac\xc7\x8f\x8f\x07\x92\xf4\x65\x56\x24\xfa\xc9\x4a\x35\x8f\x8a\xff\xa0\xfe\x3d\x77\x84\xa6\x1b\x8c\x7a\xca\xee\x7e\x95\xbe\xe9\x8a\xc6\x92\x01\x13\x88\x79\x9e\xdd\x12\x6a\x4f\xa1\x5b\x01\x5f\xfe\xba\xa6\x79\xd2\xe0\xe8\xf1\x33\x2c\x8f\xac\x7b\xc5\x32\xb0\x25\xbe\xd7\x58\xb7\x86\x18\xf4\xd6\xb3\x4c\xf6\xab\xf9\xa1\x34\x8d\x97\x85\xf9\x22\xa5\x05\xcb\xee\xd1\x0a\xfd\xb1\x19\x90\x6f\xc9\x70\x73\x5b\xa9\x4a\xcf\xc8\x70\xf3\xf7\x62\x3c\xb6\xb6\xc8\x86\xf3\xaa\xa9\xda\x1a\xdb\x8d\x45\x50\xa2\x8d\x20\xeb\xb2\x45\x82\xf8\xad\xd0\x3d\x7d\xb5\x35\xdf\x62\xe0\x36\x9c\x81\xf3\x36\x61\xee\x16\x7d\xd6\x40\x06\x2a\xef\xd1\xf7\xba\xc3\x57\x6d\xa2\x04\x33\x3c\x37\x03\x77\x1e\x61\x18\x49\x27\xb3\xc5\xab\xb6\x8a\x40\x77\x7e\xae\xf6\xce\x79\xdf\x5c\xbf\x5b\x4d\x99\xdf\x9a\xa7\xc8\xc3\x4e\x91\xf0\xf6\xd4\x75\x8c\x53\x08\x8d\x14\x14\x91\x36\x11\x4d\xb7\xa5\x03\xdc\xf2\x3a\xe6\x59\x8d\x1d\x0e\x4c\x5d\x9d\x51\x70\x82\x55\x66\x63\x05\x87\x6a\x96\x40\x46\x58\x5b\xc7\xa9\x3e\xc9\xdf\x2f\xc3\x42\x61\x45\x06\xf8\xe3\x55\xc2\x9b\x8a\xfd\x04\x21\xbc\x47\x2d\xe6\x22\x52\xf6\xa3\xab\xb8\xaa\x89\x90\x6b\x19\xfc\x21\xb5\xc9\x73\x57\xbd\x21\xfd\xe5\xd7\xc4\x35\xb9\xa7\xce\x52\x52\xc9\x17\xf7\x58\x4c\x3c\xac\xd6\xdc\x6d\x93\x9d\xed\x36\x71\x63\x16\xfb\xcf\x4a\xfc\x72\xd2\x23\x12\x6b\x8a\xf9\x25\x08\xad\x8a\x64\x4c\x6a\x3f\xdd\x58\x3a\x71\xbd\x53\xfe\x21\xa7\xc1\x85\xdb\xaa\x5f\x61\xb0\xf6\xda\x64\xe7\xeb\x7a\x83\x25\x47\x8b\x9a\xa3\x35\xc6\x55\xcd\x6e\x4c\x16\x3c\x30\x0b\xbe\x5c\x52\xb0\x34\xfe\x5f\x9a\x01\x64\x27\xff\xed\x18\x20\x88\x19\x4d\x16\xf3\x1a\xb1\x39\x2d\x29\xf3\x2d\x6c\x60\x3d\x58\x54\xf9\x9b\x71\x0a\x28\x9f\x0e\x35\xad\x04\x1d\x17\x33\x95\x07\x6a\xca\x7b\x48\xb5\x37\x81\xdc\xab\x2d\x56\x2a\x1d\xe5\x9e\xaf\x5a\x6f\x2c\xec\xdd\x57\xd2\xf6\xe6\xa5\x04\xdc\x1b\x28\xd7\x13\x11\x77\x25\xa5\xef\x41\xed\xe5\x14\xf7\x20\xe2\x1c\x65\x5a\x6b\x50\x3d\xad\xf1\xc4\x70\xf2\xf6\xf3\x22\xe7\xb8\xb5\x74\x95\xfd\x7f\xad\x0e\xfb\x7b\x22\xef\x6c\xac\x07\x4b\x09\x0b\x58\x9e\xd3\xec\x76\x55\x77\x6a\x71\xc6\x0a\xe4\x3b\x1e\xf5\x69\x2d\x12\x2d\xa9\xe8\x13\x36\x4b\x3c\x47\x2d\xf1\x5c\xf1\x8a\xb3\x0c\x3c\x8e\xf1\x69\x96\x2e\x26\x53\xc3\xbd\x1d\xc6\x4b\x41\x07\x10\x8c\x18\x4e\xbf\xcd\xb0\x31\x32\x64\x8e\xe5\xc3\xb0\xec\xb9\x02\x04\x66\x8e\x8e\x24\x68\xc6\xd0\x71\x45\x1c\x5d\xb2\x18\x82\x33\x8d\x18\x99\x46\x98\x33\x8d\x26\x53\x96\x91\xc5\xbc\x2d\x36\x0c\x94\xcc\x59\x06\xde\xee\x92\x80\x91\x68\x36\xcf\xd2\x2b\x08\x7f\x5d\xc7\xf3\x04\x86\x7c\xaa\x94\xa2\xf2\x80\xc4\x1c\x32\x9f\xff\x1f\x1d\x03\xa2\x4a\x90\x09\x25\x33\x70\x78\x46\xec\x5e\x0e\x78\x73\xc5\xa9\xdb\xda\xe2\x0f\xc7\x59\x39\xd1\x69\x06\x75\x56\x35\x6f\x43\xd5\x36\xf7\x2b\xda\x5d\x66\xce\x7b\x7f\x7c\x2a\xde\x35\xd4\xc7\x05\xc2\x3f\xde\x9f\x1c\x25\x33\x89\x95\x2d\xcb\xa2\xf7\x6f\xb3\xf2\xdd\xed\xca\xa6\xed\x1a\xf7\xc7\x60\x89\x21\xef\x0a\x1c\x3c\x95\xee\x8f\x46\xe9\xae\x67\x25\x01\x64\xd1\xfb\x37\x59\x75\x95\xb2\x7a\xd4\xad\x1a\x0f\x18\x7c\x9f\xf7\xa8\x5a\x44\x7f\x70\xd3\x4b\xde\x96\xad\x40\xa0\x5c\xe7\x01\x58\x54\x3f\xaf\x59\x53\x00\x99\xc6\xfc\x0f\xc0\x67\xd9\x63\xb5\xf5\x66\x83\x7c\x20\x70\x5f\x4c\x96\x39\x08\xaa\x85\xc8\x97\xe2\xd1\x25\x2f\xd1\xeb\x30\xca\x97\x42\xa3\xc2\x93\x4b\x2d\x52\xa8\xf2\x0f\x98\xa8\x5e\x53\xd7\x5a\xfd\x97\xc5\x1f\xc0\x93\xd5\x2f\xbd\xd6\x9c\x23\xea\xb1\xc9\xfd\x71\xa9\x7a\x2e\xbe\x7a\xb1\xb2\x6a\x3c\x80\x18\xfe\x38\x1b\xab\x9a\x37\x8a\x3f\xa0\xed\x4a\x17\x51\xb5\xb8\xf0\x8b\xe0\xe0\xb7\xde\x5d\x83\x11\x77\x1f\xd0\x7f\xef\xc3\x8e\x7a\xc2\xe8\xa1\x4a\x4a\xb5\xff\x98\xb5\x24\xc0\x51\x12\x3e\x40\x24\x57\x3a\x84\xf1\xe2\x50\xb2\x2a\x11\x85\x01\x68\x9b\xdc\x9f\x0e\x3e\x7b\xa6\x55\xcd\x63\xc1\x87\x36\xed\x8d\xac\x52\xab\xe9\xdd\x07\x37\xed\x0b\xc1\x52\xab\xe9\xbd\x07\x13\xdc\x6b\x04\x58\xdd\xb6\x55\xf2\xc1\x8d\xfb\x83\x00\xd5\x6a\xfc\xc1\x44\xaf\x08\x18\x54\xab\xf1\x87\x93\xdd\x1f\x5c\xa8\x56\xe3\x4f\x1e\xdc\xb8\x3f\x10\xd1\x1a\x82\xe6\x35\xcd\x79\x33\x68\x3b\xb6\x8c\xf7\x66\x7f\x5f\xbc\xa0\x5a\xec\xff\x60\x52\x78\x03\x0b\xd5\x59\x6e\x1c\x42\x7c\x7d\x6f\x04\x7c\x66\xb1\x2b\xf9\x00\x0a\x3e\xb4\xef\xae\x65\xf3\xea\x6d\x21\x98\x7b\xdf\x9f\xd6\xde\x38\x4b\x75\xba\xfa\x70\x01\xeb\x8d\xc9\x54\xa7\xe9\x07\xcf\x74\x7f\xfc\xa6\x7b\xcc\x35\xcb\x4a\xf7\xde\xd8\x78\xcc\x73\x57\xcd\xb4\x2f\xc2\x6c\xbe\x18\x54\x75\x1a\x7e\xf0\xd0\xfb\x82\x55\xd5\x69\xf8\xc1\x03\xef\x8b\x6a\x75\x0f\xc9\xf2\xf4\xde\xed\xfb\x7d\x74\xae\xe4\x7a\x59\xf4\xc1\xdd\xf7\x86\xdd\x5a\xd1\x38\x16\x7c\x70\xd3\xde\x10\x5d\x75\x9a\x7e\x38\xb7\x79\xc3\x79\xd5\x69\xfa\xe1\xfc\xe6\x0d\xfd\x75\x0f\x41\x63\xbb\x47\xbf\x2f\x36\x9e\x00\x62\x2b\xa6\xdd\x17\x1a\x7c\x4f\xa4\xb1\x3a\x0d\x3f\x78\xe8\x7d\x21\xc9\xea\x34\xfc\xe0\x81\xf7\xc5\x2e\xfb\x2d\x05\xcd\x2a\x2f\xce\x2b\xf5\x0a\x6f\xc5\x07\x1c\x7b\xfb\x83\xab\xad\xc2\xc2\x28\xfe\x80\xf3\x0b\x9f\xa3\x89\x55\xf3\x1f\x0b\x3e\x98\x0d\x7c\xfe\x3b\x56\x35\x2d\xfb\xfb\x50\x4d\xd2\x17\xa4\xb7\x56\xaf\x1f\x3c\xeb\xbc\x31\x7c\x6b\x35\xfd\xf0\x3d\x9c\xe7\xed\x69\xad\x93\x2a\x1c\xee\xfb\xb7\xeb\x79\x65\x5a\xbb\xdd\x07\x9c\x8f\x79\x43\x1a\xd7\x22\xf5\x83\xb7\x69\xde\x88\xc7\xb5\x9a\x7e\xfa\xe0\xa6\x7d\x01\x91\xeb\x1d\x0a\x42\xe9\x07\xc8\x31\x4f\x60\xc7\x95\x52\x4c\x17\x7e\x40\xbb\x55\xa1\x23\x57\x4a\x50\xcb\x2c\xad\xd4\x3e\x41\x83\x15\x96\xc7\x51\xc2\x3b\x61\x94\xd3\x51\xcc\x3a\x09\xbb\xe1\x9d\x38\x4a\x18\xf9\x03\xbf\x9d\x33\x0c\x63\xd7\xc1\x42\xbd\x24\xed\x18\xd6\x2c\x9d\x20\x4d\xd0\x70\xfa\x9e\x1d\x5b\x12\x93\x73\x15\x33\xd9\x7d\x5b\x83\xa7\xaa\x68\xe6\x8b\x7d\xb5\x48\x2e\x93\xf4\x3a\x21\x88\xf3\x70\xb3\xd5\x36\x2d\xf3\x6a\x59\x5f\x83\x11\xc6\xe3\xc7\x4b\x4c\x6c\xa5\xd9\x5d\xad\x60\x56\x18\xbd\xa9\xda\xb6\xa4\xd7\x23\xaf\x20\x2a\x53\xc6\x48\x94\x93\x8c\xcd\x68\x04\x11\x5e\x04\xeb\xb7\x09\x9b\x45\x9c\x88\xff\x25\x84\x92\x8c\xd1\x3c\x4d\xc4\x98\x93\x6b\x6a\x58\x26\x55\x59\xf9\xf1\x25\x56\x5c\x90\x87\x3e\xcb\x4e\xe4\x6b\xa7\x17\x94\xd3\xaa\x40\x55\x26\xc1\x0d\xcf\xc5\xab\x3d\xfb\x99\xc0\x97\x3f\x8c\x92\x3e\x0d\xf8\x9a\x06\x55\x75\xce\x65\xfc\xa1\x47\x56\x2c\x44\xab\x2b\xd5\x59\x45\x0c\xc2\xe1\x5b\x7f\xf1\xcf\x2a\x4b\xda\x92\x7e\x58\x32\x3b\x59\x89\x9c\xff\x3e\x72\x75\xb5\x7a\xb7\x47\x66\xaf\xe4\xc5\xcd\x7d\xfa\xe5\xd7\x33\xe1\x15\x0c\x14\xad\x32\xe6\x85\xcc\xd5\x8f\x2b\xee\x33\x2f\x4a\x44\x59\x6e\xcb\x4b\x6a\x4e\x25\xe2\x7d\x92\xb8\x9c\x38\x15\x8b\x48\x4d\xf2\xac\x6b\xe8\xfe\x6f\x4e\x2c\xcf\x4a\xff\x00\x42\x2d\x33\x08\xff\xf7\x25\xd4\x86\xcf\x88\xaa\x64\x74\xef\xd6\x58\x62\xfd\xb5\xb2\xee\x52\x6b\x99\xd5\xb5\xab\x2d\x90\x56\xd6\xad\x30\x14\x5c\xdd\x66\xb5\xbd\xd1\xea\xba\xd5\xc6\x92\xab\xeb\x56\xdb\x70\xac\xac\x5b\xdb\x4a\xcd\x10\xdb\x60\xd6\xbe\x44\x66\xf7\xec\x20\xd8\x47\x71\xce\xda\x24\x82\x97\x82\x8e\x92\x62\x95\x3b\x79\xf7\xe2\x1d\xa1\x61\x48\xa8\x50\x51\x08\x4f\x65\x88\x6a\x6d\xf6\xcb\xe9\xc4\xac\xd0\x5b\xad\x47\x14\xae\x04\xd7\x89\x3b\x59\xdf\xa7\x5b\x0d\x55\x46\xfb\x0e\xb5\x30\x48\xe8\xcc\x16\x29\x8a\xbc\xa7\x22\xe7\x0c\xdb\xad\x72\x84\x58\x96\x20\x86\xb3\xf7\x55\xb8\xc8\x27\x67\x16\x36\x57\x82\x5f\xfc\x8f\x3f\xd6\x78\xaf\x69\x70\x48\xe1\x22\x55\xc2\x06\x07\x0f\x30\xc0\xd1\x6c\x1e\x83\x71\x35\x58\x74\x27\xec\x9a\xb0\x2b\x96\xf0\x6a\x49\xb4\x82\x0f\x25\xfc\x52\x7d\x45\x07\x39\xbc\x9a\x1c\xfb\xc3\xe4\x0e\xc9\xc9\x6e\xe6\x69\xc6\x73\xed\x6c\x61\x60\x15\xda\x6c\x6f\x0e\x37\x17\x39\x93\xaf\xea\xe0\xe1\x01\x04\xd7\x3f\x0f\x32\x26\x36\x26\x11\x9a\xa6\x0f\x90\x50\xda\x80\xdb\xc9\x07\x7f\xba\xea\x35\x3a\xe6\x90\xe7\x45\x94\xff\x66\xda\x26\xb3\x36\xb9\x6c\x93\xcb\xe2\xe9\xbc\x20\xfe\xe5\x2e\xac\x4d\x85\xcb\x76\x22\x52\x88\x0a\x19\x2c\x01\x62\xa6\x7a\xd4\x2e\x80\x5d\xee\xb6\xc9\x27\xc2\x12\xb1\x24\x09\x6d\x1f\xe3\x4e\xb7\xc9\x84\xf1\xbe\x1e\x71\x31\x01\x14\x61\x66\xa7\x97\x67\xfb\xe4\x8e\xdc\x09\x92\xdc\xb5\x48\xff\xe1\xc8\xa5\xa7\x97\xbb\x67\x64\x80\xa0\x05\xd0\x96\xa6\x5d\xce\xf8\x9b\x34\x5c\xc4\xec\x85\x26\xba\x4b\x3e\xb7\x48\x0d\x0a\x5e\x69\xec\x2a\xe9\x32\xdc\x94\xc3\x3c\xdc\xf4\x13\x08\xf8\xa8\x4f\xae\x0c\x42\xf8\x9b\x48\x4f\x0d\x58\xa2\x9b\x57\x50\x5e\x77\x31\x9a\x09\xb6\x12\xf3\xd2\xd3\xb9\x22\x13\xba\x65\xf8\x0d\x49\x43\x8b\xc4\xb3\x34\x14\xd5\x66\x69\xd8\x3d\x3f\x67\x39\x52\xa4\xa5\x07\x2d\x0d\x25\xad\x45\x9b\x19\xcb\x91\x94\x9f\x14\xd3\x2b\x08\x1b\x18\x93\xbc\x45\xc6\x69\x26\xa6\x79\x46\x2e\xc5\x76\x10\x1a\x83\x81\x94\x4f\xab\x75\x7f\x44\x9b\xf5\xdc\x74\xa4\x61\x9b\x5c\xb6\x5a\xee\x7c\x68\x22\x32\x6d\x22\x0b\x48\x84\xca\xc3\x6a\x16\x6c\xd9\x73\x15\x73\x04\x55\x35\x51\x71\xae\x56\x10\xb5\xc8\xb4\x88\xda\x9c\xb5\x89\x9c\xe3\x9a\xb4\x9a\x0e\x73\xa0\x03\x52\x61\xee\xa3\xc2\x46\x2d\x32\x48\xf8\x6d\x32\xf7\x90\x42\x67\xce\x44\xbe\xd5\x1f\xe4\x83\xea\x49\x60\xe5\x2f\x61\x15\x15\xce\xb4\x82\x5d\x9e\x8b\x14\xd2\x27\x9f\xcc\xde\xf5\x21\xf1\x4e\xe2\xe3\x9f\x31\x1a\xf5\xe1\x66\x01\x0f\xa7\x8e\x9c\x28\x62\xd6\xe0\x5c\x51\x72\xf4\x43\x9e\x7f\x0f\x3a\xa7\x18\x23\x95\x28\xbb\xe0\xc9\x48\x67\x1f\x79\x14\xe7\x46\xd2\x11\x2e\x0c\x27\xb7\x73\x66\xa4\x6a\xa1\x6c\xa4\x21\x9d\x5f\xa4\xb3\x63\x9e\x31\x3a\x33\x72\x60\x67\xf7\xe2\xdd\x9b\x52\x52\x1a\x2c\xa4\x23\x58\x03\x83\x32\x5a\xf0\x64\x5c\x24\xa0\xb3\x1e\x39\x60\x98\x7a\xbe\x43\x06\x24\x63\xff\x58\x44\x19\x6b\x0e\x37\xbb\x3d\x4c\x46\x2f\xe0\x2b\xe9\xa8\x0a\xd7\x90\xcf\xc4\x14\xd0\xaa\x6d\x89\x9a\x96\xd5\x70\xee\x91\xce\x50\xcd\x77\x71\x2b\x32\x6a\x62\x57\x10\x63\x7d\x0c\x4d\x2c\x0c\xaa\x6a\x4c\x57\x37\x6e\x31\xc9\x97\x47\xa0\xd7\x23\xdf\xb3\x78\xce\x32\x32\x63\x7c\x9a\x86\xf9\x30\xc1\xd7\x69\x8f\x94\x3b\x1f\xa1\x8b\xe0\xa9\x19\x82\xc4\x14\x14\x44\xa0\xac\x4a\xf6\xe9\x8a\x4a\x50\xf1\x0f\x73\x9a\xd1\x19\x9e\x3c\x9d\xc8\xda\xf8\xf4\x2c\x9f\xa6\x8b\x38\x24\x23\x26\xbd\x02\x74\xcd\xf2\xe9\x5c\x60\x9f\x93\x77\x73\xe9\x82\x42\x25\x08\xc9\x24\xda\x9c\x23\x03\xd2\x24\x24\x82\x8d\x47\x8b\x28\x0e\x59\x06\x30\x7a\xc3\x44\x77\xdf\x62\xea\x26\xa2\x2e\x41\x69\xe1\x20\x38\x64\xaa\x39\x5c\xa8\x5a\x15\x84\x2a\x22\xc3\x14\x40\xa4\x48\x16\xb5\x1c\x0e\x6c\x4a\x10\x45\xd9\x2e\x4b\x42\x6b\x43\x20\xc7\x45\x16\xec\x66\x69\x0a\xe2\xbc\x90\x15\xee\x9c\xb4\xbe\xf7\x4b\xc3\x63\x0f\x0d\x4d\x08\xcd\x32\x7a\xab\x62\xd2\x0b\xf0\x24\x49\x43\x96\x17\xc3\xf3\x36\xe5\x0c\x87\xc3\x2e\x41\x72\x1e\xc5\x31\x99\xd2\x2b\x46\x28\xb9\x50\x4d\x5e\x40\x2e\xa1\x30\xee\x11\xf8\x73\x50\xa3\x4d\x3e\xe6\x8c\x5c\x58\x08\x5e\x88\xcd\xc9\x84\x21\x6c\x17\x46\x94\xe4\x9c\xd1\xf0\x9f\xca\x29\xe4\x0f\x21\x9b\x67\x2c\x00\xcf\x66\x3e\xfc\x4d\x24\xcb\x6c\xf5\xee\x4d\x05\x47\xc9\x71\x5d\xc6\x7c\xdd\x60\x1a\xc5\x61\xc6\x12\xdf\x80\x83\x5c\x56\x3f\x8d\x61\x3e\x04\x79\x0e\x2f\x31\xb1\x53\x02\x3f\x9a\x04\xac\x2d\xfd\xb2\x25\x84\x72\x4e\x83\x29\xc3\xbe\x2a\xc6\x72\x69\x1c\x8c\xc8\x01\xbc\x27\x1d\xd1\xe0\x52\x46\x14\x17\xc3\x3d\x62\x90\xca\x42\x92\x26\x01\x52\x4e\xcc\xea\x29\xcd\xc9\x88\xb1\x84\x04\xa9\xd8\x95\xf0\x2f\x3a\x02\x08\x83\xe1\x9a\x76\x38\x22\x07\x89\xac\x4f\xe3\xe5\x28\xc2\x63\x62\xc2\xa3\x19\x93\x71\xda\xcb\x68\x0a\xfa\x44\x21\x53\x13\xe0\xc5\xbb\x37\xa5\x91\x74\x96\xc8\x66\x30\xd2\x63\xd4\x2e\xb0\xba\x87\xac\xa8\x00\x64\xcf\xfc\x5a\x62\xc3\xe6\x90\xf2\x9a\xee\xa4\xc8\x35\x4f\xeb\x03\xa5\xe5\x58\xe7\xd4\x5c\xf3\x8c\xf2\xeb\xae\x38\x8e\x86\xd6\x34\x90\x6a\x19\x3e\xfa\x8a\x95\xda\xd6\x6d\xcc\x8d\x40\xd3\x5a\xb5\x25\x41\x85\xc2\x29\xe3\xc8\xfb\xb5\x23\xe3\x0b\xe6\x11\xf0\xdc\x41\x1c\x2b\x96\x18\xa7\xca\xdd\x91\xac\x4f\xd8\x4d\x94\x73\x60\x5d\xc1\x79\xd7\x34\x0b\xf3\x8e\x60\x28\xca\xa3\x51\x14\x47\xfc\x16\xf9\xf6\x64\xca\x6e\x95\x60\x9a\x67\xe9\x88\x8e\xe2\x5b\xc1\x9c\x78\x16\x13\xe2\x6e\x7d\x41\xe3\xf8\x56\xb1\x9c\xa9\x80\x37\xcd\xf1\x78\xc9\x58\xa8\xd7\xf4\x56\xa1\x8c\x1b\x9d\x32\xb4\xc0\x6a\x9a\x2c\x44\x09\x49\x0d\x41\x4b\x03\x6e\x89\x07\xec\x36\xeb\x70\x41\xa1\xb6\xae\xcf\x06\x16\x26\x5d\xe3\x4b\x8f\xfd\x66\x7b\xb3\xf7\xe8\x11\xf9\x43\x1c\x05\x2c\xc9\x19\xf9\xc0\x68\xc0\xc9\xd5\x76\x77\xe7\xf7\xdd\x1d\x20\x78\x2e\xa4\xda\x22\xc6\x83\x9a\x10\xcd\x6f\xba\xb3\x28\xe9\xfe\x9c\x6b\xf1\x76\x98\xce\x6f\xb3\x68\x32\xe5\xe0\x9b\xe5\x25\x0d\xd8\x28\x4d\x2f\xdb\xe4\x55\x12\x74\x41\xfc\x44\x3c\x27\x74\x3c\x8e\xe2\x48\xc8\xd1\x42\x2e\x9e\x88\x6d\x45\x9e\x2e\xb2\x80\x91\x00\x56\xa7\x9c\x48\x54\x42\xd8\xbf\xa3\x20\x7b\xf3\xea\x44\x25\x93\x71\xba\x10\x00\x13\x91\x01\x30\x5e\xbf\x3a\x3c\x7a\x7b\x7c\x44\xc6\x51\xcc\x64\x3a\x2e\xa8\x61\x94\xb1\x80\xa7\x99\x5c\x88\x8b\x96\x78\xc6\x98\xe2\x8e\x61\xd2\x28\x4e\x51\x1a\xfb\x62\xfc\xc6\xed\x49\x7b\xda\xbe\x6c\xc7\xfb\xc3\x24\x1a\xc3\xcd\xab\x54\x3f\x86\x9b\x83\xc1\x40\xf0\x7e\x3a\x26\xd7\x51\x12\xa6\xd7\x9f\x3f\x0f\x37\x15\xe9\x87\x9b\x1b\x3a\xf7\x0d\xcb\x73\x3a\x61\x87\x53\x9a\x24\x2c\x6e\x7d\x82\x3d\xdd\x40\x6c\x76\xdb\xff\xc0\x3f\x7c\x50\x1c\x77\x7c\x8a\xc6\x10\x74\x68\x63\x30\x98\xb7\x78\x76\x0b\xc5\xe9\x40\x71\xe1\x42\xac\x36\xa3\x98\x9d\x27\xe9\x75\xb3\xb5\x3f\x6f\x6e\x6c\xb7\x69\x6b\x1f\xe1\xdd\x05\x94\x07\xd3\xe6\xa8\xf5\x89\x4f\xb3\xf4\x9a\xe4\x8c\x9f\x44\x33\x96\x2e\x78\x93\xb7\xb7\x5b\xed\xd1\xfe\xdd\x5d\x7b\x31\x78\x41\x39\xeb\x62\x7d\x1f\x58\x13\x19\xc9\x3c\x45\x8d\xce\xe2\x6e\x7f\x5c\x94\xa0\xad\x4f\x0a\xd9\xe7\x46\x6b\xe3\xb6\xc0\xaa\xdf\x9c\x0f\x68\xdb\x41\xa2\x75\xb7\x3f\x31\xea\xb7\x47\xad\x4f\xff\x18\x18\x65\x44\xca\xdd\xfe\xd4\x44\x22\x88\x19\xcd\x54\xfe\x3f\x5a\x77\xfb\x97\x65\x14\x37\x76\xee\xf6\xe3\x32\x95\xc6\x69\x16\xb0\x97\x19\x9d\xb1\x0f\x94\x33\xb3\xda\xdd\x1d\x8b\x73\x06\xd4\xbd\x1e\xe0\x00\x76\x0d\xdf\x0a\xed\x1b\x95\x28\xfa\xde\x1e\x26\xb7\xea\xbb\xc0\xb5\xfd\x8b\x4a\x33\x31\xdc\x77\xf9\xa4\xe0\x84\x20\x4d\xf2\x34\x66\xc8\x02\x07\xba\xb2\x68\x2f\x3e\x48\xa2\x19\xbc\x89\x03\x6c\xf7\xfd\xac\x24\x6b\x08\x29\xc2\x72\x6e\x57\xd9\xda\x92\xe0\xbb\x4c\x5a\x09\xc0\x8c\x1a\x65\xe9\xb5\x58\xf9\xc3\x94\x81\xaf\xc2\x7c\x31\x17\x34\x22\x5e\x18\x5d\xf2\x86\x5e\x32\x92\x2f\x32\xa9\x91\xde\xa6\x0b\x12\xa7\x34\x14\xea\x4e\x1a\xdf\x8e\xc5\xf2\x1f\x25\x24\x15\xca\x83\x02\x9d\x77\xc9\x94\xf3\x79\xde\xef\xf5\xc6\xa3\xee\x8c\xf5\x32\x21\x38\x3a\xaa\x7c\x0e\xc2\xcd\xdb\x9d\x83\x35\x71\xf6\x51\xea\xd7\x42\xf9\x0e\x86\x31\x05\x91\x0c\x73\x7d\x98\xa8\x41\xd8\xda\x32\xbb\x63\x88\x01\x31\x45\x5a\x35\xa7\xd4\x35\xce\xa7\xbb\x7d\xcd\x86\xdf\x0d\x6e\xd6\x9b\x95\xb2\x78\xe7\xbb\xbb\x3b\x51\xff\x70\xb0\xb1\xd3\x7e\x81\x12\xe5\x68\xd0\xd9\x69\xbf\x1c\x3c\x6d\xff\x71\xb0\xed\x9b\x2e\xc4\x2f\x4f\x9e\x0d\xfe\x28\xa6\x91\x39\x4d\xca\xc8\x54\xcd\x29\xda\xfa\xb4\xfd\x8c\x7e\xfe\xbc\xb3\xfb\xf4\x5b\xfa\xdc\x1d\x58\xbb\x16\xe1\xf4\x12\x95\xe8\x34\x8f\x78\x74\x25\xa4\x35\x27\x23\xc6\xaf\x85\xf2\xb8\x0d\x0b\xc5\xce\xee\xd3\xb6\x50\x02\x02\xa1\x1a\x8c\x45\x4d\x74\xcc\x22\x3d\xa2\xf0\x29\x4d\x44\x19\x32\x9e\x83\x57\xd6\x24\xe5\x64\x91\x48\x56\x11\xf3\xae\xd5\x7f\x39\xd8\xfe\x96\x3e\x07\x1f\xb1\xe3\x38\x4d\xb3\xe6\xce\xd1\x5e\x8f\xb6\xfa\x4f\xef\x40\xb8\x7f\x3f\x10\xba\x9f\x2d\x9e\xdb\xaf\x06\xdf\x77\x05\x84\xdd\x7d\xfc\xbb\xd3\x4d\x93\x19\x16\x19\x14\x3a\xab\x25\xa7\x5f\xb4\x96\x0b\xe9\x3f\x0e\xe8\xe3\x97\xfb\x42\x96\xbf\x40\x71\xfd\xfc\x55\x77\x9e\xe6\x5c\xb6\x8c\x31\xe6\xfa\x4d\x63\xfc\x5a\xae\x24\xf7\x54\x00\x69\x0e\xd7\x0e\xa2\xa2\x2b\x95\x5f\x0c\xe8\xfe\xe1\xe7\xcf\x02\xe8\x76\xdb\x53\xdb\x23\x86\x8f\x06\xb7\x4d\xa3\x7f\xb4\xe9\xef\x4e\xeb\xae\x2c\xa1\x7f\x69\x1e\xb5\xf6\x05\xcf\xdd\xdd\x69\xe5\xe3\x4f\x08\x15\xbc\xc1\x0c\xa8\x74\x1e\xb3\x4f\xbb\xf3\x45\x2e\x3a\xb6\x4f\xfb\xe3\x34\x6b\xee\xef\x63\x91\x70\x10\x74\x76\x9e\x3d\x7b\xb6\xd3\x66\x03\x7a\x1a\x9e\x09\x29\x8a\xe7\x5a\x1b\x83\x01\xdb\xda\xda\xfe\xf6\xcf\x4d\xd6\x1e\xb5\x5a\x22\x73\x30\x6a\xd3\xd3\xe0\x6c\xc0\xda\xc1\x20\x84\x09\x44\x46\x19\xa3\x97\x84\x1a\xed\xbf\x16\x64\xa0\x03\x7a\xba\x7d\xb6\x2f\x99\x1e\x01\x0e\x06\x03\xfa\x5c\x10\xa1\x4f\xef\x8c\x5d\xc8\x1b\x51\x5e\xa0\x32\xc2\x3a\x26\x02\x46\x3f\xe6\xe9\xbc\xd9\x12\x99\x01\xa6\x8b\xb2\x83\x40\xf6\x06\x7b\xb2\x2d\xfa\xa0\x3a\x1c\x7e\xcb\x64\x17\x67\x83\xdd\x47\xcd\xf0\xf1\x4e\xab\xb3\xd3\x4e\x06\xf4\x74\x76\xd6\xbe\x1a\xcc\x1e\xef\xb4\xb3\x01\x3d\xbd\xb2\x1b\x4c\xb6\xb6\xb6\x9f\xfd\xb9\x99\xb4\x83\x56\x4b\x27\x66\x98\x98\xb5\x93\xd6\xf3\x26\xd0\x21\x6b\x8b\x9a\x83\xa0\x1d\x0e\xae\x5a\x7d\x4c\x4b\xda\x02\x34\xa4\xcd\x5a\xfb\xf2\x86\xbc\x59\x06\x12\x48\x5a\x9a\x30\x1c\x5a\x4a\xb2\x8d\xd4\x0f\xd0\x31\x34\xc1\xfe\x6c\x0f\x70\x9e\x66\xfc\x15\xb8\x77\x1b\x15\xbf\x15\xe5\x45\xcb\xc1\xf3\xa0\x4f\xbb\x51\xd8\x19\x75\xa3\x10\x24\xd6\xdb\xc1\xe9\x59\xfb\x9d\xf8\xe7\xfd\x60\xa7\xfd\x17\x14\x5d\x1f\x06\x7b\xed\x63\x31\x15\x4e\xc4\x3f\x1f\x07\x1b\x3b\xfb\xc6\x28\xfd\x20\x46\x49\x91\x7a\x34\x78\xdd\x7c\xd7\xda\x97\xd3\x70\xb4\xaf\x27\xe5\x60\x30\x18\x75\xd5\xce\xb5\xf5\x46\x14\x52\x84\x18\x75\xc1\x83\x97\x58\xac\xbf\x1d\x50\xc8\x6b\x1b\x08\x0f\x46\x5d\x76\x33\x8f\xf0\x79\xba\x28\xd4\xfe\x53\xf3\x6d\x7b\xd4\x32\x28\xb3\x8f\xcd\x1a\xac\xf6\xa3\x40\x0a\x30\x15\xe8\x89\x81\xdc\x38\x69\x15\xf2\xe1\x75\xf3\x6d\xab\x75\x22\x26\xe2\xb8\xf9\xd7\x56\x21\xf0\x1d\xf4\xb7\xb6\x26\xcd\x1f\xdb\x06\x7e\x1d\xda\xba\x33\x39\xf4\xaf\x48\x70\x41\x97\xfd\x8f\x5b\x5b\x4d\xd1\x62\x7b\xda\x6c\xb5\xf6\x8f\x07\x1b\xdb\xfb\x38\x10\x1f\x40\xd0\xfc\x20\x66\x98\x20\xd3\x5f\xa0\x75\xd5\xc6\x5f\xb6\xb6\x9a\x1b\xcd\xbf\x38\x5d\x7c\x36\x6a\x7d\xfe\x4c\xb7\xb6\x36\x2e\x05\x2c\x35\x1f\xff\xa2\x09\xb8\x5f\x74\x25\x6c\x7d\x2a\xd2\x61\xbc\xf6\x3f\x0c\xfe\xd2\x9d\x67\x51\x9a\x45\xfc\xf6\x35\xbb\x62\x31\x20\xc2\x06\x61\xa9\x9d\x6f\x07\xa3\xd6\xfe\xa8\x4a\x4a\xfa\xd7\x54\xf6\xdc\x68\x8f\xf5\xff\x32\x40\x72\x6e\x6d\xbd\x11\xdd\x12\xdd\x44\x19\x08\x9f\xd8\xd9\xbb\x02\xdd\xbf\xb4\x70\xe2\x6d\x6c\x17\x54\x4f\x2c\xaa\x27\x48\xf5\xc4\xa0\xfa\xa8\xb5\x3f\x13\x12\x55\x5d\x60\xdd\x8d\xa3\x44\x6c\x22\x3f\x69\x06\x0d\x80\x41\xad\xb1\xf9\x49\xb0\x40\x7e\x1d\x09\xa9\x4d\x5b\x9f\x20\xd4\xfc\x4e\x1f\x41\x74\x76\xf6\xe1\x7b\x57\x7e\x93\xdd\xa7\xdb\x98\xf2\x54\xa5\xec\x6c\x7f\xb3\xf7\xcd\x93\x9d\xdf\xed\xee\x61\xc6\x13\x9d\x71\xf4\x64\x5f\x6e\xd2\x55\xd2\xd3\xa3\x3d\x5c\xf0\xff\x36\x88\xcb\xab\xf3\xab\x30\x66\xef\xe5\x70\x0c\x9e\x7a\xf2\x67\x33\x16\x8a\xad\x97\x2e\xb4\x53\x2e\xf4\x3a\xbd\xd6\xd9\x4f\xca\xd9\x6f\x85\x92\x1c\xeb\x12\x7b\xe5\x12\xef\xb3\x74\x0c\xc6\x3c\xc8\x23\xa5\xfc\x8f\x39\xcb\xbe\x8b\xd3\xe0\x32\x4a\x26\x1a\xce\x6e\xb9\x1c\x6a\x7c\x87\x8a\x01\xcc\x15\x8e\xda\x7c\xe8\x51\x54\x82\x34\xe1\x51\xb2\x60\x47\x37\x2c\x58\x88\x6a\xe6\x92\x75\xf2\xf9\xf3\xf1\xe7\xcf\x4d\x3d\x2d\x5b\x77\xc6\x5e\x5f\x83\x98\x30\x7e\x88\x26\x1d\xef\x4d\x16\xf7\x28\x54\x1f\x3c\x08\x4c\x18\x7f\x19\x65\x39\x57\xf8\xbf\x4d\x43\xe6\xa9\x0a\x4c\xeb\x51\xfa\xd8\x0d\xb7\x7a\x2c\xd9\xeb\x83\x66\x2f\xc9\x55\xf0\x67\xaf\x8f\x22\x65\x6f\x1f\x85\x94\x62\x9a\xd1\xe0\xc3\x9d\x92\x0c\x1f\x06\x23\x90\x0e\xb2\x5d\xda\x6c\x69\xde\xfe\x30\x08\xee\x3c\x38\xcc\xe9\x22\xf7\xd3\xcf\x53\x58\x6e\x29\xde\xd3\x28\xe1\x83\xbf\x79\xf2\x17\xc9\x8f\x11\x9f\xea\xf1\xb6\xd5\x8f\xd2\xe4\xb1\x7b\x27\xa7\x85\x9c\x36\x76\x1f\xe9\x60\xcf\xe8\x23\x35\xfb\x38\x2a\xf5\xd1\x33\xca\xea\x5c\xc3\xc3\x67\xed\x51\x3b\x50\x12\xb1\x42\x70\xb9\x1b\x05\xb5\xd9\xdb\xda\x92\x32\x46\x02\x60\x83\xa0\x1b\xb2\x98\xde\xee\xb3\xc1\x70\x33\x59\xcc\x46\x2c\xb3\x44\x9d\xd0\x72\xd8\xf3\xf0\x31\xeb\x87\xfb\x81\xb7\x48\xd0\xe5\xb8\xc9\x7c\xae\x7f\xf5\x85\xe4\x41\x19\x18\x0c\xc4\xef\x36\x1b\x88\xea\xec\x71\xb0\x4f\x07\x9f\xa2\xb0\xff\xfe\xf1\xe3\xb6\x9a\x2a\xfd\x51\xdb\x92\xd5\x7d\xda\xd6\x82\xaf\xcf\xda\xb6\xbc\xee\x07\x6d\xbd\x2e\xf6\x3b\x3b\x77\xfb\xec\x59\xf8\xbc\x69\xac\xf4\x03\xb1\x3a\xbe\x6b\xd3\x56\x5b\x2e\xba\x28\x9a\x29\xfc\x7a\xd7\x12\x4b\xd4\xf3\x69\xb3\xd5\xff\x28\x26\x99\x10\xb3\xac\x13\xb6\x5a\x42\x51\x31\x60\x04\xb0\xc2\xd2\x56\xbb\x34\x23\x5b\x4a\x7b\xa0\xfe\x51\x83\x93\xbf\x9f\x22\x16\x87\x26\x63\x2e\x55\xc5\x61\x7d\x56\x6b\xef\x5b\xdd\xc0\x08\xd7\xc6\x62\x95\x2c\xd6\x64\xf5\x4b\x4b\x9b\xad\x2d\x5b\x85\x10\xdf\xce\x3a\xe7\x2e\x7c\x9f\x3f\x5f\x36\x7d\x33\xfc\x3a\xa3\x73\xaf\x6c\x43\x0c\x3f\x28\xf4\x9c\xde\xf9\xa6\x72\x97\xce\xe7\xb1\x7c\x6f\x40\xb3\x09\x5c\x77\xe4\x0e\xeb\xdf\xe1\x21\x9f\x75\xc8\x35\x4c\x86\x09\x18\x16\xe0\xd3\xba\x2e\x4b\xae\xba\x6f\xdf\xbd\x38\x3a\x3f\x7a\xfb\x03\x58\xce\x34\x8a\xa3\xbe\x86\x3c\x82\x9f\xc1\x15\x7b\x57\x9d\xd6\x16\xa7\x9a\x8d\x6e\x2f\xf8\x39\xef\x2d\x39\x26\x84\x20\xe5\x77\x86\xb5\x54\x7d\x58\xa1\xe0\xd7\x74\x0e\x57\x9b\x0a\x90\xbf\x3f\x25\x98\x4d\x34\x91\x6b\x93\x9c\xcd\x69\x46\x79\x9a\xb5\xc8\xe0\x99\x40\x60\xc8\xc1\xa7\x72\x53\xce\x2f\x2c\x87\xfd\xc6\xdf\x0d\xb0\x74\x90\xb9\xaa\xb6\x55\x00\xdd\x34\x0f\xf9\x90\xe3\x56\x4d\xec\x29\x4f\x6e\xe7\x0c\xdf\x6a\x34\x8e\x6e\xe6\x2c\xe0\x2c\x84\xb3\x48\x3d\x32\xd2\xc9\x67\x3a\x06\xd8\xe4\x02\x61\x5d\x40\xaf\x86\xfc\x4e\xf4\x02\x51\x73\xda\x6c\xe8\xc6\xe4\xc0\x9f\x62\xcd\x33\xb3\x9e\xd8\x7a\xf3\x02\xdb\x57\xd2\x75\x2c\x96\xec\x82\x39\xe0\xbb\x71\x01\x19\xda\x74\x9b\x93\x95\x06\x03\xd2\xd9\xa9\xd3\xa6\xca\xc2\x82\xb2\xa9\x3c\x8e\x02\xd6\xdc\x6e\x3b\xb8\xb4\xda\x9e\x52\x4e\xcb\x8f\x8b\x3a\x72\x27\xd5\x12\x95\xce\xa4\x29\x48\x79\xd8\x4b\x83\x9e\xf3\x4c\x0c\x32\x4b\x82\x34\x64\x1f\x3f\xbc\x3a\x4c\x67\xf3\x34\x61\x09\x17\xdc\xd0\xea\x66\x6c\x1e\xd3\x80\x35\x7b\xa7\x1b\x8d\x66\xeb\xd1\x59\x6f\xd2\x26\x37\xa2\xc2\xc5\xff\xf8\xea\xd3\x0d\x38\x2c\x3d\x4c\x43\x76\xc0\x9b\xdb\xad\x2e\x4f\x8f\xd1\xc8\x72\xe7\x6b\xf1\xf1\x71\x3e\x67\xd9\x21\xcd\x59\xb3\x75\x77\xa1\x8f\xce\x37\xfe\x30\xcf\x58\xce\xb2\x2b\x36\xcc\xf0\x44\x9b\xcd\xe6\x8b\x9c\xbc\x48\x67\x51\xb2\xc8\xc9\x77\x69\x2a\xba\x4c\xe7\x4f\xc8\xd5\xd3\xee\xde\xef\xbb\xdb\xa4\xa9\x4e\xa1\x38\x14\x0d\xb1\x64\x77\x12\xf1\xe9\x62\xd4\x8d\xd2\xde\x48\xd5\xe9\x3c\xe9\xb5\x24\xd8\xe2\x84\x7d\x77\x7b\xe7\xeb\xce\xee\xf6\xee\x36\xf9\x53\x9a\x50\x38\x10\x79\xcf\x38\xcb\xf2\x34\x81\x13\x14\xa1\x00\x81\x99\x6d\x9a\xe5\xb2\xf2\x6b\xfb\x44\xfd\xcd\xab\x93\x02\x09\xd9\x6c\x90\xce\x6c\x7c\x0c\x2c\xf6\x7a\xa3\x38\x1d\xf5\x66\x34\xe7\x2c\xeb\xc9\xe3\x76\x89\x58\x4f\xfc\x11\xff\x07\x8b\x4c\x9c\x32\x3f\xff\x65\xc1\xb2\x5b\xe4\x5d\x7d\x24\x0a\x4c\x2c\xaa\x90\x62\xc6\xc8\xd9\x52\x49\xb2\xe1\xb0\x91\x2b\xd9\x90\x4b\xb0\x5d\x05\x7e\xb6\xc8\xb9\x98\x4e\x51\x12\xc4\x8b\x90\x85\x64\x04\xa6\xd8\xd5\x03\x00\xd0\xfe\x44\xaf\x28\xfa\x72\xe9\x8a\x79\x97\x09\x79\x22\x7b\xf0\xb8\xb8\x42\xf9\x4a\x23\x2b\x44\xef\x15\xcb\x72\x34\xd1\xfd\xaa\x3b\x4e\xba\x3f\xff\x03\xf0\xc8\xe7\x71\xc4\x9b\x0d\xd2\x68\x9d\x6e\x9f\xa9\x2f\x05\x14\x4d\xdc\x9a\xb2\xe6\xe9\xf6\x19\xf9\x96\xec\x0a\xa9\xa2\x52\x76\x44\xca\xef\xd1\x76\xd0\x28\x85\x0e\x70\xed\x72\xe8\x1b\xd6\x48\xdb\x15\x75\x77\x4a\x75\x9f\x0d\xc8\x93\x96\x46\xfc\xfe\x74\xa6\x9c\xc4\x8c\xe6\x5c\x11\xfa\x6a\xaf\xbb\xdd\xdd\x26\xa3\x85\x48\xcf\x73\x3c\x83\xbb\x7a\x22\x12\x75\x6f\x81\x88\x77\x4d\xac\x81\x89\x1e\xc6\x98\xa5\x68\x4e\xf1\x85\x19\x03\xc1\x76\x7f\xce\xbb\xe4\x8d\xfa\xf9\xe5\xd9\xc3\xe6\x04\xd9\xa6\x4c\x30\x86\x5f\x75\xd9\x1a\xfb\x81\x67\xf0\x77\xbe\xf1\x8d\xe0\x5e\xeb\xc1\xe4\xd0\xe3\xa7\xe9\x42\xae\x76\xbb\x3b\xdf\x94\xc7\x70\xcf\x18\x43\xdf\x34\x90\xa8\x88\xff\xeb\xc4\xf3\x28\x99\xb2\x2c\xe2\xf9\xeb\x34\xcd\x59\x33\x5f\x8c\x0e\x63\x9a\xe7\x6d\x92\x2f\x84\x7c\x14\xbf\x5b\xe4\x13\x51\xe9\x85\x7d\x22\x19\x10\xcb\x48\xb6\x59\x54\x28\x0a\xb5\xf6\x3d\x35\xbb\xb0\xb6\x65\x8b\x00\x56\x44\x5d\xc0\x28\x7a\x7e\x0e\x85\xcf\xcf\x21\x5b\x81\xdd\x27\x77\x65\xf4\xad\x8b\xd6\x88\xe5\x4d\x4e\xb3\x09\xe3\x6d\x32\xcf\xd2\x39\xa0\xae\x6d\x30\x23\x70\x20\x4e\x22\xf2\x2d\x66\xaa\xd3\x3d\x12\x3d\x7e\xdc\x02\x4b\xc3\x8c\x84\xf2\x4d\x2a\x60\x06\xa5\x4e\xa3\xb3\x7d\x23\xb9\x5b\xdc\xd7\x92\x41\x45\xfa\xe7\xcf\xf8\x1c\xc7\xaa\x17\xa4\xc9\x38\x9a\x2c\x54\x4d\x9e\x2d\xd8\x3e\x48\x95\xe1\x26\x98\x38\x0e\x37\x49\x94\x18\x15\x5a\x66\xe5\xeb\x2c\xe2\x56\x45\xff\x35\xb3\xea\xbb\x51\xf3\x92\xdd\x9a\xdf\x2d\xb8\x29\x2e\x93\x11\xc7\x10\xc8\xdc\x3c\x2c\x86\x07\xc8\xc8\x53\xd1\x80\x60\x09\x4e\x79\x14\xbc\x57\x84\x95\x2a\xa7\xcc\x6e\x79\xc6\xc2\x80\x54\x0c\xbf\x09\xb3\x85\x24\xb0\x00\x2f\x05\x63\x23\xb1\xaf\x2e\xc6\x8d\x12\x06\x97\x80\xc3\xfc\xe3\x29\xcd\xe6\x2c\x23\xf2\x09\x32\x5a\xe4\xbc\x4a\x04\x0f\x46\x39\x67\x09\x7f\x4b\x67\x51\x32\x51\x22\xe1\x05\xe5\x4c\xa8\xfb\xef\xa3\xe0\x12\x6c\x53\x8c\x55\xa4\x2d\xa7\xa0\x9e\xd2\x3a\x8f\xe5\x01\x9d\xb3\x0f\x6c\x72\x74\x33\x6f\x72\x76\xc3\x0d\xb9\xad\x1e\x7c\xb0\x1b\x6e\x28\x2c\x9d\xd3\xe1\xf0\xec\xd3\x5d\xb3\xf5\xe8\xf1\xf3\x6e\x7b\x38\x1c\x0e\xff\xfe\xd5\xe7\xff\x1a\x0e\x73\x50\x62\x1a\x22\xe1\xab\x2d\x5b\x1e\x3b\x6d\x46\xf9\x0f\x34\x8e\x42\x81\x70\x33\xa4\x9c\x95\x9b\x2c\x99\x14\x2b\x15\x08\x8d\x89\xb1\x12\x48\xef\x53\xdc\xfa\x42\xef\xcf\x1a\x32\xb6\xd7\x5b\xfa\x16\xca\x74\x27\x78\x5b\x0a\xcf\x18\xea\xa0\x23\x0a\x1f\x43\xd0\xbc\xac\x8c\x94\x89\xb6\x10\x86\xf0\x43\x94\xd4\xc0\x89\x77\xdc\xfc\x43\x56\x20\x22\x06\x8f\x67\xd1\xcc\x1c\x32\xf1\xed\xc7\x22\xe7\x59\x31\x18\xcd\xbf\x0f\x87\xf9\xe3\xd6\xe7\xa6\xf8\xf3\x55\x0b\x06\xa0\x20\x7d\x5b\x55\x25\xe4\xed\xc1\x9b\x23\x32\x20\x0d\x41\x15\xb1\x75\x9f\x03\x93\x34\x8c\x12\x10\x02\xfa\xcf\x47\x3f\xc9\xe8\x11\xe4\x31\xd4\x31\x0a\x1c\xfd\x70\xf4\xf6\x44\x97\xe8\x42\x11\x55\xc9\x85\x73\xf0\xfe\x95\x2c\xd9\xe8\x86\x94\xd3\x0e\x9d\x47\x66\x63\xc7\x2c\x66\x52\x88\xea\xfe\x41\xc5\x93\x77\x7f\xfc\xe3\xeb\xa3\x3e\x19\x6e\x9e\x42\x3d\x9e\x4e\x26\x31\x1b\x0c\x87\x12\x27\x8d\xe5\x63\x81\xe5\x10\x22\x63\x97\x7b\x0b\xd2\x00\xde\x67\x19\xf0\x5f\xbd\x7d\xff\xf1\xa4\x8f\x94\x10\xb5\x3b\x51\x32\x5f\x70\x5f\xf5\xa3\x2b\xb4\xb5\xd4\x55\x0f\xbf\x3f\x78\xfb\x47\xc0\x2a\x98\xd2\x64\xc2\x00\x15\x4d\x0f\x5d\xf3\xbb\xd7\x1f\x3f\x88\x42\xa3\x78\x91\x55\x14\xf9\xf3\xd1\x4f\x1f\xdf\x8b\x32\x97\xec\x76\x31\xaf\x2e\xf4\xe2\xdd\x8f\x6f\x65\xb1\x30\xbd\x4e\x2a\x0a\xbe\x7c\x77\xf8\xf1\x58\x14\x1b\xa7\xc1\x22\xaf\x28\x74\xf8\xfa\xd5\xe1\x9f\xcf\xd5\xb0\x40\x27\xe2\x28\xb8\xb4\x4b\x2b\xd2\xca\x81\xd3\x95\x7b\x3d\x36\x8b\x38\x67\xa1\x4a\xf8\xf8\xfe\xc5\xc1\x09\x90\x62\x31\x0f\xe1\xf5\xbf\xb7\xd1\xa3\x0f\x1f\xde\x01\x2d\xe0\x02\xb6\xa2\xd0\xf7\xaf\x5e\x00\xa4\x69\x14\x56\xc1\x39\xfe\xfe\xdd\x8f\xa2\x48\x3e\x4d\xaf\xed\x22\xe5\x61\x13\xf3\x11\x85\xdf\x1b\x30\x60\x1d\x90\xd3\x62\x04\x5f\x1f\x1c\x1f\x9f\x8b\xb1\xef\x8b\x49\x70\x9b\x17\xdc\xf8\xf6\xe0\x87\xf3\x97\x1f\xdf\x1e\x9e\xbc\x7a\xf7\xb6\x4f\x1a\x6f\xec\x9c\xe3\x93\xa3\xf7\x7d\xb2\xa3\x5a\x23\x7e\x88\xb3\x34\xe1\xd3\x6a\x98\xb7\xf7\x81\x79\xcb\x68\xb6\x2e\xc8\xed\x15\x30\x43\x16\xd0\x90\xad\x0d\x55\x81\x3d\x33\xa8\xfd\x67\x76\xfb\x06\x82\xf3\xea\x96\x1a\x8b\x79\xa3\x4f\xf6\x7e\xa7\x0b\xed\xfd\xae\x0f\x89\x3a\xa1\x21\x78\xb9\xd1\x27\x4f\xb6\x75\xd2\x93\xed\xbe\x4c\x2e\x4a\xc5\x6c\xcc\x05\xa4\x6f\x0a\x48\xdf\xf4\x65\x72\x51\x0a\x36\xa1\xa2\xd8\xef\x8b\x62\xbf\xef\xab\xf4\xa2\x1c\xa7\xa3\x46\x9f\x14\x85\x44\x19\x91\x56\x94\xc0\x35\xb0\xd1\x27\xbb\x45\x8b\xbb\xa2\x45\x99\x61\x94\x4c\x38\xcb\x1a\x7d\xb2\xb3\xa7\xd3\x76\xf6\xfa\x2a\xbd\x28\x37\xa7\x13\xf6\x11\xa8\x51\x14\xdc\x13\x05\x65\x86\x5d\xf2\x05\x52\x65\xef\x49\x51\xf6\x49\xdf\xc8\x2a\x4a\xe7\xd3\x08\x48\xb3\xf3\x75\xd1\xfe\xd7\x7d\x95\x5e\x94\x83\xad\x77\x1a\x8b\x92\x45\x97\x76\x44\x97\x54\x8e\x01\x73\x4e\x03\xd1\xf9\xbd\xdd\xa2\xf9\xdd\xbe\x4a\x37\xe8\xd8\xe8\x93\xdf\x15\x28\xfe\x4e\xa0\x68\xb6\x19\xb2\x98\x71\x01\xe8\x49\x81\xdc\x93\xaf\xfb\x3a\xa3\x3c\x61\x7f\x88\xd8\xb5\x9e\xaa\x0d\xb1\x2c\xe5\x8d\xb6\x9a\x9e\xc5\xa4\xd2\x53\xa1\xe0\x5f\x93\x11\x2f\xd9\xad\x0c\x70\x4a\x3e\xdd\xd9\xe9\xef\x33\xa6\x6c\x16\x43\x37\x5b\xda\xd6\x1e\xa7\x19\x77\xf8\x58\x20\xf2\xb7\x34\x61\x7d\xd2\x31\x78\x0b\x4c\xb3\xb8\x48\x2b\x18\x3c\xa4\xb7\xa2\x0f\xdf\x33\x1a\xb2\xec\xa5\x2e\x50\x90\x9c\xdd\xf0\x8c\x62\x46\x2e\x72\x0a\xca\xe4\x9c\xcd\xe7\x51\x32\x11\xa9\x4f\x75\xea\x2c\x4a\x84\x14\x13\x89\x05\xa5\x67\xf4\x46\x25\x16\xdc\xb4\xc8\x99\xbc\x1a\x12\xe9\xc5\xd0\x05\x69\x1c\xd3\x79\x0e\xa5\x77\x74\x6a\x9c\x06\x34\x86\xb4\x62\xe6\xc9\xeb\x0b\x09\x7a\xb7\xe8\xa9\xd4\x5b\x40\xd1\x11\x58\xef\x16\x1d\x66\x89\x9d\x53\xf4\x34\x12\x3a\x8e\x48\x2a\xba\xc8\xd3\x34\xe6\xd1\x1c\x52\x9f\x9a\x88\x1f\xc3\xb1\x99\x48\x2e\x3a\x99\x47\x21\xfb\xee\xf6\x38\x0a\x01\x99\x3d\x93\xc4\xf9\xbb\xf1\x8f\x8c\x5d\xbe\x90\x68\x89\x7c\xa3\xbf\x34\x66\x49\x48\x33\x51\x02\x5a\x2a\x3a\x7d\x25\xd9\x4b\xa4\x6e\x5b\x58\x8d\x68\xf6\x5e\x28\x50\x33\x24\xdf\x4e\xd1\xf7\xd1\x82\x73\xec\xc8\x4e\xd1\xeb\xeb\x28\x9c\x30\xfe\x1e\x6c\x85\xd2\x04\x07\xcd\x98\x57\x32\x9b\xca\xc1\x30\xe6\x26\x3e\xe5\xfe\xc0\x68\x98\x26\xf1\xad\xc8\x2b\xe8\x70\xc9\xd8\xfc\xdd\x9c\x25\x22\xf5\x89\xc1\x65\xc1\x22\x7f\x97\x1c\x4f\xd3\x6b\x91\x51\xd0\x21\x4a\xe2\x08\x58\x72\x67\xd7\x02\xf1\x2a\xb9\x12\x4a\xa9\xc8\xd8\x31\x32\x6e\xbf\x8b\x92\x10\xba\x61\x0e\xf8\x68\x21\x50\x2f\x7a\x0b\x91\x5e\x5f\x09\x35\xe8\x04\xf4\xac\x3e\xe9\xfc\xae\xc4\x06\x42\x27\x7e\x25\xe4\xdb\x15\x8d\x05\xc4\x6f\x4a\x25\xbe\x4f\x17\x99\xc8\xf9\xda\xe5\x13\x95\xf1\xd4\x1a\x13\xc9\x71\x4f\x6c\x34\xde\x2c\x62\x1e\x85\x92\xcf\x0b\xde\x57\xa9\xc7\xea\x3c\x56\x8c\x66\xc1\x4c\xa0\x83\xbc\x4b\xe2\xdb\x13\x8c\x97\x25\x60\xe3\x2b\x04\xd1\x77\x83\x8b\x04\xdc\x9d\xb2\x08\x92\x93\xe0\x25\xa3\x7c\xca\xb2\x57\x82\x89\x5d\x51\x20\x84\x66\x9c\x06\x97\x0d\x07\x5a\x43\xb1\x5e\xc3\x40\xa7\x4f\x1a\x34\xcb\xd2\xeb\x8e\xb9\xec\x89\xe5\x4d\x67\xd8\x6b\xdd\x3c\x63\x57\x51\xba\xc8\x75\xb6\xbd\xc8\x25\xec\x86\xeb\x2c\x67\x61\xe3\x69\x48\x6f\x2d\xb0\x9d\x20\xca\x82\xd8\x90\xd9\x60\x18\x2a\xc4\x74\x46\xf3\x69\x67\xd7\xcc\x48\x85\x88\x68\xdc\x28\xa9\xac\x0f\xca\x8c\x7d\x91\x21\x21\x5f\x26\x4d\xfc\xfa\x33\xbb\x3d\x50\xef\x12\xfe\xcc\x6e\xbf\x33\xf6\x27\x62\x3b\x6c\x0b\xd5\xd3\xa2\xce\x99\xd8\x99\x55\xe5\x7e\x77\x66\x80\x59\x09\xe8\x5b\xb2\xbd\x1c\x98\x0a\xbd\xa8\x01\xea\xbd\x13\xd8\xe2\xd1\x51\x5e\x09\x5e\x60\xd2\x59\x5d\xec\xe0\x4c\xed\xb1\xc4\x7f\x77\x85\x23\x90\xe5\x68\xfb\x91\xea\xec\xac\x07\x6b\x59\x07\x2d\x50\xc5\x90\x1a\x25\x96\x60\xd8\x59\x42\x53\x0d\xb7\x56\x67\x2d\xe4\x56\x36\xbc\x0e\xec\xef\xd6\x82\x6d\xe2\x6d\x52\x43\x99\x85\x95\x0f\x05\xe0\x20\x45\x3f\x36\xf6\xa8\x04\x8d\x46\x49\x23\x80\x13\xb3\xe5\x3a\x41\xe3\xcd\x9b\x37\x6f\xc8\x4f\x3f\xfd\xf4\x53\xa3\x42\x37\xb0\x81\x14\xda\xc1\x4e\x59\x37\xb0\x8b\x6a\xed\xc0\x4e\x36\xf5\x03\x78\x9c\x51\x56\x10\xac\x64\xa5\x21\xc8\xa3\x5a\xfc\x6c\xb6\xfc\xda\x82\xd3\x63\x5b\x5f\xb0\x33\x6d\x8d\xc1\xce\x93\x3a\x83\x31\x9e\xfc\x76\x8e\xf2\x96\xe6\xb9\x79\x5e\x20\xe5\xf0\x98\x92\x31\xed\x80\x34\xee\xa4\x66\xbe\x94\xc8\x32\xbf\x24\x97\xa5\x64\xc6\xec\xb2\x7c\xd6\x12\xda\x2c\x60\xcb\x69\x4b\x52\xcb\x66\xa6\xec\x2a\x4b\x13\x47\x62\x6b\x99\x6d\x17\x72\x64\x77\x21\xbd\x6d\x94\x45\x79\xb7\x6f\x4a\x88\x63\x49\x10\xe5\x76\x36\x8a\x72\x99\x0d\x4a\xb4\x66\x7a\x8f\x2e\xf6\xa9\x8c\xc3\x1f\x53\x88\x1b\x29\xbe\x7c\x0d\x1f\x8a\xbf\x24\x87\x23\x9b\x28\x4d\x7c\x8d\x1f\x8a\xbf\xf8\xd2\xaf\x74\xb0\x84\x15\xdf\x08\x65\xbe\x4f\x1a\x78\xf2\x43\xe0\xd3\x25\xaf\x2a\xf3\x5e\x92\xba\x5c\x4a\xd0\x56\x95\x7a\xcb\x6e\x3c\x70\xb0\xb5\x9f\x10\x73\xd9\x98\xf8\x72\xdb\x92\x25\x74\x53\x6e\x19\xd1\x92\x2c\x03\x0d\xb9\xf9\xd8\xce\x0b\xd8\x8f\x14\x2d\xe1\xb7\xdb\x96\x2e\xa5\x5b\x2b\x97\x13\xed\xe9\x72\xd0\xa2\x1f\xd6\x21\x4b\xf8\x22\xbb\x35\x81\xc9\x24\x17\x5a\x51\x12\xc0\x79\x4a\x89\xb1\x12\x2a\x9a\x00\x16\x05\x97\x44\xfc\x36\xf3\xa3\x24\xc8\x40\x47\x96\x85\x5e\xa9\xef\x52\xc9\x90\xd9\x25\x5f\xb0\xaa\x92\xa2\xcd\x37\x51\xb2\x80\xf9\x0a\xad\xe2\x97\xb7\x5d\x5d\xb0\x68\xb9\x5c\x5a\xb7\xad\x4b\x17\xad\x97\x4b\x8b\xf6\x8f\x59\x90\x26\xa1\x6a\x1f\xbf\xbc\xed\xeb\x82\x45\xfb\xe5\xd2\xba\x7d\x5d\xba\x68\xbf\x5c\x1a\x0f\x34\xdf\xb3\x2c\x4a\x45\x51\xd4\xbb\x09\x7e\x97\xf9\xeb\x04\xe5\x9e\xe4\x2e\xf1\xe5\xe1\x41\x94\x7d\x8a\x03\xa9\xde\x6a\x9b\xf3\xdf\xd8\x75\x39\x2b\x8d\xb1\xef\x2a\x2d\x64\xa5\x9d\x97\x5d\xc2\xd9\x7b\xd9\x99\xc5\xee\xcb\x39\x6f\x2b\x6f\xc0\x1a\x72\x71\x69\x94\xb7\x61\x86\xb4\xca\xa7\xe9\xf5\x09\x4a\x2c\xbb\x25\xcc\x3a\x44\x69\xe5\xcf\x02\x29\x05\x59\x65\xd2\x78\x76\x77\x46\xab\xd3\x34\x8b\x7e\x49\x13\x4e\x63\xa1\x6a\x2f\xb8\x25\x9a\xaf\x58\xc6\xa3\xa0\xc8\xaa\x04\x2e\xf7\x86\x60\xc0\x5b\x28\x21\x6a\x5b\xe8\xac\x8a\xce\xa6\xd1\xce\x2d\xb6\x8d\x76\xba\xb5\x71\xb4\x56\x76\xb5\x73\x2c\xc3\xd1\x7b\x47\x37\x4b\xed\x1e\x3f\xd9\x0b\xa8\xde\x19\x2c\xe6\x4d\x47\xff\x2c\x62\xc3\x63\x8f\x9d\x6c\xad\x72\xe1\xed\xa2\x99\xe5\xa8\xa9\xd2\x4d\xa9\x72\xde\x77\x2e\x56\xf6\xfc\x74\xfb\x8c\x7c\xfe\x4c\x94\xaf\x2f\xbc\x5b\x6f\xb6\xf6\xdd\xaa\xda\x19\x17\x22\xd1\x1d\x47\x49\xd8\x84\x1b\x08\x75\xe1\xd1\xea\x46\x79\xb3\xd1\xbf\x8a\xf2\x68\x14\xb3\x46\xab\x84\x27\x7a\x2b\x84\x9b\xa9\x6e\x10\xa7\x09\x6b\xb6\xba\xf9\x62\xc4\x33\x1a\xf0\xe6\x37\x6d\xd2\x08\x1b\xad\x96\xdd\x01\x65\x4f\xb6\x12\x0e\x0d\x43\xe9\x27\x4d\xaa\x77\xcd\x56\x9b\x34\x66\x25\x80\x6e\xb7\xd4\x3d\x5c\xb6\x30\x49\x77\x57\xd2\x5f\xf4\xf8\x88\xcf\xb5\x47\x08\x31\x9b\xa2\x35\xfc\xff\x36\x63\x27\x68\xfe\xc0\x61\xd3\xc3\xff\xeb\x8c\x9d\x3a\x92\x25\x70\x7c\x6e\xc4\xf5\x86\xd4\x8f\xff\xa1\x53\x6d\xa7\x4d\x1a\xb7\x0f\x9b\x6a\x02\xc4\xf4\x4b\x0e\x90\xbc\xbd\x70\x87\xe8\xc5\x7d\x66\xdb\xbf\xf3\x20\x29\xe2\x3e\x60\x7c\xac\x71\xfe\x12\x83\x24\x76\x61\xc6\xd0\x88\xcf\xff\xa8\x31\xb1\x08\x5a\x16\x76\xeb\x13\x14\x76\xac\x06\x45\xe1\xfb\x3f\x8a\xa4\x8a\xcd\xbf\x04\x35\xf1\xde\xcf\x20\x27\x26\xfc\x47\xd1\xd3\x62\xd1\x37\x5f\x88\xa8\x2f\x6c\xcd\x47\x25\xfd\x47\x11\x56\x31\xea\x97\xa0\x29\xdc\x64\x1b\x04\x85\xef\x5f\x91\x9a\xe8\x81\x3b\x0a\x99\xa3\x75\xd6\xc0\x14\x2e\xe7\xfb\xae\x29\xdb\xbf\x24\xae\x5a\x85\x50\x97\xed\xae\x0e\x71\x2c\xd2\x7f\x45\xd4\x2b\x38\xcf\x30\x05\xab\xc7\x79\x76\xf5\x11\x4f\xd0\x4c\x8b\x42\x67\x06\xc3\x4d\xf3\x78\x63\xb8\x79\xd6\x68\x75\xc1\xd8\xa8\xf9\x60\xbe\x34\x97\xa2\x5f\x73\x19\x2a\xe6\x97\x3b\x9b\xd7\x1e\x73\x6d\x10\x61\xda\xfc\x8a\xa4\x5f\x1b\x7d\x38\xb8\xad\xc7\xa3\xea\xe7\x9d\x7b\x4b\x6c\x1f\x09\x94\x2f\x8a\xfd\x57\x00\xce\x5d\xb1\xbf\x90\xbc\x15\xf6\xde\x13\x78\xf3\x8a\x4b\x63\x0f\x56\xc6\xbd\xb1\x73\x31\xe2\xb9\x3a\x6e\xfc\xff\xec\xbd\x0d\x7f\x1b\xb7\x91\x30\xfe\x55\x60\xd5\x8f\xb9\xb4\xf9\x22\x39\x69\xae\xa5\xa3\xb8\x8e\xed\x34\x7e\xea\x97\x9c\x2d\xb7\x97\xbf\xa8\x32\x2b\x2e\x28\x6e\xbc\xdc\xe5\xed\x82\x92\xd9\x48\xdf\xfd\xff\xc3\x0c\xde\x81\x5d\x2e\x29\x2a\xc9\x73\xd7\xdc\xef\x6a\x6a\x01\x0c\x06\x83\xc1\x60\x30\x98\x19\xf4\x48\xa7\xdd\xe5\xb1\x0d\x6b\x59\x16\x8b\x25\x58\xe3\xde\xc1\x25\xcc\x73\x70\x03\x6c\x57\xeb\xa4\x8c\x73\xb4\x2d\xbd\xa0\x59\xbc\x1e\x91\xc7\xca\x9f\xea\x89\xed\x30\x5a\xd2\x8a\x15\x65\x9d\xc3\x28\x09\x7b\x97\x82\x57\xb0\xf1\xa8\xfd\xf7\x69\x42\xab\x4d\xf5\xeb\x5d\x52\xc5\x15\x98\xeb\x4b\x3c\x7c\xf8\x87\xc9\xe4\x87\x8f\xef\x5f\x4e\x26\x0f\x87\x9e\x5f\x3e\x81\x5c\xf6\x0f\xc9\x5f\xf2\x78\x41\x41\xc4\x11\xfa\x22\x66\x31\x2c\xa4\x77\x22\x17\xa0\x8e\xd0\x09\x54\x17\xd7\x4e\xec\x5f\xa2\x1a\xaf\xa2\xba\xb1\xb1\x89\x44\xe6\x37\x2b\xe9\xa2\x96\x13\xb0\x2b\xcb\xfc\x83\x72\x97\xbe\xa0\x4c\xa0\x11\xe9\x9c\x7a\x4e\x1b\x01\x96\x1c\xcb\x5c\x7d\x5e\x0d\xd8\xeb\xc9\x31\x39\x3d\x0b\x17\xe1\x65\x1e\x03\x5f\xa3\x40\x1d\xc9\xc6\x04\x73\x4d\xbb\xe5\xab\xbc\xa2\x4c\xba\xc9\x3b\x65\x53\x19\x3d\x46\x8e\x3d\x29\x60\x08\x8e\xba\xd2\x55\x45\x1f\x7f\x09\x4b\xab\xa6\xef\x78\xca\x56\x71\x86\xf8\xd7\x54\x81\x14\x8e\xe2\xba\xb2\xa6\x8a\x78\x7e\x40\xba\x75\xd5\xd4\x7a\x93\xe6\xb2\xc6\x5b\x08\x31\x86\xe0\x06\xa7\x52\x5a\xbd\xca\x53\x26\x08\x8a\xd9\xe3\x83\x23\xc3\x7a\xf5\xa5\x9c\xde\x1f\x61\x9d\x7b\x6b\xfc\xbb\xb2\x58\x3c\xcf\x52\x9a\xb3\xe7\x88\x6c\x10\xc4\x3c\x86\x1e\xc4\xbc\x85\x7b\xd1\xe5\x32\x17\xb2\x33\xf3\x79\xc1\xd2\xd9\x1a\xc5\x01\x38\x17\x3f\xc7\x9c\xfc\xf5\x2d\xa6\x32\xec\x5f\x4a\x14\x91\xde\xcb\xa4\xa9\xdb\x26\x55\x3a\xa7\x25\xda\x87\x0f\x1f\xaa\x9a\x0f\xc9\x5f\xc4\x46\xf0\x0b\x86\x3f\xde\xe8\x22\xb5\x3c\x95\xd8\x8d\x4b\x82\xe1\x2c\xe4\xd8\x59\x83\xda\x33\xdf\xc2\x64\x38\x5c\x96\xe9\x65\xcc\x94\x95\x1d\x9b\x03\x6a\xa6\x77\x3b\xa2\xea\x2d\x5b\x35\x99\x6a\x09\xe8\x0a\xe0\x24\x0f\x41\x22\xb0\x0d\xa9\x95\x2d\xd6\x2a\x78\x99\x47\x1d\xac\x81\x9e\xdd\x1d\x57\xff\xd6\x2f\xb5\xc8\x46\x5c\xe3\x11\x75\x9d\x3d\x57\x4c\x6c\xa0\xa7\xb0\xb3\x86\x89\xda\x3d\x3b\xe3\xbf\xb7\xd5\x5b\xc3\x38\x3e\x26\x9d\x9c\xc6\x5c\xf4\x77\xc2\x2a\x57\x10\x0b\xa1\x81\x99\x03\x95\x8d\x1a\x8c\x30\x12\xd4\x7d\x13\x87\x80\x6a\x66\xfc\xdc\x56\x06\x42\xec\x60\xf8\x24\x54\x23\x0b\xdd\xba\xf2\x58\x63\xb4\xb9\x3f\xa0\x9f\x19\xcd\x93\x08\xd3\x4c\x5a\x32\xbe\xa7\x7b\x8f\x4f\x0a\x29\xe5\xbb\x5e\x97\xfb\x58\xc8\xa2\xcb\xc8\x42\xc0\xeb\x29\x20\xbb\x02\x0c\x2d\xd7\xac\x59\xd3\x3b\x32\x6e\x96\x85\x01\xf6\x4e\x7d\x2e\x54\x09\xf3\xa1\xcc\xe4\x7b\xa7\xe4\x32\xce\xa2\xee\x00\xa2\x4f\xba\x22\xca\x0c\x20\xb9\xfe\x46\x88\x7d\x45\x19\xbc\xa0\x23\x08\x02\x5b\x04\xf0\xd4\x0b\xa5\x40\xfb\x60\xbb\x3d\x72\x58\xe3\x3e\x65\xd1\x75\x60\xb8\x9c\xd8\x58\x36\x8e\x2d\x66\xac\x8c\x3a\x10\x1f\x33\x87\xac\x7b\x9d\xae\xfb\x06\xc7\xe6\x91\x04\x50\x70\xb1\xae\x21\xbe\xc1\x66\xa1\x8e\x12\x83\x30\xa2\x56\x0b\xa0\x0a\x1f\xbc\xcb\x0b\x01\xf6\x2e\x6e\x42\xab\xb7\x66\xb7\xbc\xb1\x38\x49\xca\x6c\x54\x8f\x2d\xb1\x8d\x9f\x22\xcf\x5b\xaf\xe1\xf0\x82\xdb\xcd\x06\xbc\x26\xb3\x34\xcb\x80\x67\x82\x0b\x00\x8a\x31\x8e\x6b\x03\xce\x72\x1a\x2d\xac\xf5\xdc\x82\xd0\x43\x39\xd3\x23\xea\x11\x31\x6b\x8f\xc9\x0b\x99\xb0\x40\x84\x0a\xa7\x2a\x15\x81\x11\x29\xdc\xb3\x85\x6b\x5a\xa1\x8f\xcc\x31\xb9\x67\xf6\xc1\x39\x53\xc0\xf3\x1a\x6c\xa3\x98\x6c\xab\xcb\x78\x9d\xbd\x2d\xd8\x33\x7e\x56\xa2\xc9\x0f\x65\x71\x51\xc6\x8b\x45\xcc\xd2\xe9\x47\x39\xc1\xf7\x4c\xe6\x50\x4f\x6b\x48\x9e\x6b\x38\x26\x89\x70\xbb\xd6\x88\x3d\xb1\x69\x5d\xac\xd8\x52\x4e\x57\xc7\xa7\xa9\xb8\x9e\x96\xec\xea\x94\x17\x59\x62\x6e\x20\xa8\x3d\x3f\x05\xed\x88\x8c\xac\x1d\x09\x66\xf0\x2c\x20\x2d\xef\x49\x18\xea\x0d\x3b\x84\xa2\xa7\x8d\xff\x14\x93\xeb\xf0\xb5\xd3\xbd\xe8\xca\xf8\x2d\xa5\x67\x9f\x1c\x9d\x59\xd2\x6e\x38\x24\x90\x46\xa8\x98\x41\x1e\x73\x2e\xd0\x15\x87\x02\xf6\x45\x29\xde\xc4\x73\x15\x32\xb9\xd8\x0c\x16\x0b\xa8\x17\xcd\xd3\x1d\xd6\x31\x84\x86\x0a\xba\x69\xe4\x54\x90\x5e\x79\x8e\x06\x08\x75\x07\x18\x19\xd7\x73\x5b\xe0\x79\xdc\x5a\x6f\x6e\x15\x41\xc0\x91\xfc\xe1\x55\x10\x74\x1f\xc9\x1f\x81\x0a\xca\x81\x41\xfd\x0c\x54\x6a\xcd\x9d\xa3\x6d\x2a\x07\xb1\x49\xd9\xc8\x14\xb4\x76\x95\x1b\xdf\x1e\x1c\x10\x8f\x35\xb6\xbb\x7b\xf6\x9a\xb4\x2d\x1f\xca\xf6\x6c\x73\x1e\xa6\x70\xb8\xbe\xae\xe1\xe0\xe6\x63\x27\x69\xd6\xf8\x48\xcb\x93\x6f\x9d\x3a\x6a\x2e\x7d\x11\xda\x19\xd2\xe7\x39\xf0\x4e\x57\x15\xca\xe1\xfb\xa6\x9d\x27\xf5\xe0\x8d\x45\xae\x3e\xab\x08\x5a\xd1\xb7\xa8\x33\x40\x97\xde\xc8\x3b\x13\xb7\x41\x01\x42\x6f\x5d\xc0\x9b\x1a\x6d\x0d\x37\xa7\x57\x44\x44\x6b\xdb\xa1\xdb\x1b\xa0\x74\x65\xc4\xec\xb8\x7a\x78\x1f\x92\xcc\x77\x3a\x90\xf6\xa1\xd3\x09\xb0\xa5\xc9\x4d\xd5\x12\x32\xe4\x80\x14\xed\x91\xa3\x10\x17\x87\x38\x21\xdc\xae\x96\xc9\xcd\x19\x03\x3d\x51\x7d\x68\xb8\x46\x09\x68\x83\x0d\x67\x28\xd0\x42\x1d\xb0\xc1\x7a\xac\x4c\x2f\x2e\x68\x59\x73\xbc\x72\xb1\xa9\xe5\xdb\x1e\x69\x18\xc3\x46\xb1\xbb\xad\xd0\x0d\x99\x40\x05\x69\x9b\x25\xed\x06\x39\xdb\x42\xca\xfe\x4a\x32\x76\x83\x84\x0d\xc8\x57\x24\xb2\xd4\x5a\xbd\xe2\x8d\xba\xa9\xa9\xcb\x1d\x5b\x7f\xaa\xbb\x37\xe1\x28\x6f\x2f\x3f\xfc\x58\x6f\x7f\x98\xc7\xd5\x89\x88\x28\x88\x3c\xcb\x83\xd9\x0b\xfb\x97\x03\x59\x06\x22\x6c\x75\x6a\x90\x2e\x4b\xf8\x32\x65\x53\x7f\x0b\xf0\x97\xad\x22\x88\x80\x29\x8b\x15\x3f\x72\x87\xca\xbb\x64\x48\xc2\x7d\x74\xc9\xc3\xba\x92\x41\x05\xde\xb0\x55\xd4\xea\x20\x35\x11\xe9\x16\x2c\x04\x5c\x62\xfd\x7e\xf5\x1d\xc9\x20\xff\xd6\x7b\x76\xd6\x7b\x7c\x1d\xde\x59\x84\x4f\x6a\x6a\xab\x3d\x28\xdc\x4c\xee\xf2\x9d\x1f\x7f\xfc\xf1\xc7\xfe\x9b\x37\xfd\x17\x2f\x1c\x19\xef\xdb\xa8\x02\x33\x5b\xbf\x2d\xd5\xa9\x69\xea\x68\x65\xa9\x69\xdf\x78\x4b\x92\x04\x33\xff\xf8\x4d\x65\xfe\x1f\x8f\xc5\xd4\x5e\xfa\xc8\xd1\xae\x04\x31\xcf\x6e\xa5\xe8\x38\x1b\xa7\x37\x6f\x8e\xfa\xe5\xe9\x5c\x86\x0a\xd3\x42\x3d\xf2\x94\x96\x2d\xb5\x4b\x9f\x8b\xea\x07\xff\x6f\x15\xc5\x6b\x25\x8f\x07\x21\x8b\xe3\xc6\x0d\xf6\x8e\x94\x9c\xc0\x94\x86\xa5\xed\xff\x2e\xcd\xa7\x7e\x45\x98\xb6\x94\x80\x29\x3a\x78\xc4\x34\x02\x04\x3c\x86\xdd\x8a\xbb\x3d\xfe\x16\x12\x29\xb2\xec\x36\x9d\x4e\xd0\x6a\x53\xbf\x56\xbb\xee\xea\x68\xbf\x3e\xac\x5b\x8e\xc6\x0b\x93\x7f\xdb\x45\x7e\x35\xfd\xc0\x9a\x9a\x7d\x09\x11\x48\x43\x14\x96\x21\xf5\x73\xe0\xce\x40\xfd\x52\x1b\x37\x1a\xa3\x31\x57\x94\x65\x8a\xc6\x4f\x11\xf5\xcc\xce\x97\xf0\xd0\xfc\xfd\x88\x0e\x10\xb1\xae\x75\x65\xe2\x20\x88\x6f\x60\xca\x9b\xaa\x38\x23\x4f\x49\xf0\x02\xe6\x32\xce\xba\x64\x54\x7f\x61\xac\xcc\x8e\x1a\xa0\xba\xe5\xd0\x75\xe9\xa0\x62\xc5\xd2\x48\xdc\x5f\x2c\xe3\x8b\x18\x13\x42\x1b\xc4\x08\xfa\x28\xdd\x90\xe1\x30\x2f\xd2\xbc\x5a\x52\xf1\x2c\xcb\x87\x37\xf0\xb0\xec\xf3\x38\xff\x16\x9e\xcb\x4f\xa7\xb2\x6e\x90\x86\xda\x71\xc3\xa2\x63\xc0\x9f\xc3\xa4\xa8\x76\xff\x70\x6e\x0e\x7f\xb9\xe9\xc9\xf0\x6e\xe5\x3e\x62\x24\x13\x18\x40\x44\xb2\xf7\x61\x80\x59\x23\x8f\x8f\x49\x67\x86\x89\x22\x3a\xe4\xa9\x23\x61\x31\x94\x39\x90\x4e\xc2\x94\xcc\x23\x40\x20\x70\x6f\x68\xc7\xb1\x6f\xb8\xe4\x30\x4e\x8f\x16\x51\xac\x53\x65\x20\x4a\x5e\xfb\xd8\x84\xef\xcf\xbc\x43\xe6\x56\xf5\xc0\x74\xdd\x5c\x45\x98\x9a\xea\x47\x96\x56\x2f\xd1\x0d\xcc\x76\x16\x90\x5f\xa3\x8b\x32\xce\x57\x59\x5c\xa6\x6c\xed\xdd\x41\x89\xeb\x1a\xa3\x0a\xf6\x29\x13\x69\x5f\x5f\x9b\x65\xf5\xca\x77\x30\x8d\xb6\x46\x8c\x42\x42\xed\x8a\xc4\xa4\x4a\xf3\x8b\x8c\x92\xe9\x3c\x2e\xe3\x29\xa3\xa5\x4c\xdf\x0d\xcf\x99\x52\x46\xcb\x4e\xc3\x31\x17\x9f\x1b\x20\xb5\x23\x22\x78\x47\xd0\x59\x77\x46\xa1\x83\x93\xef\xb5\xa3\x12\x6b\x77\x7e\xec\x74\x61\xe4\x22\xaf\x84\x0f\xf3\xcd\xf6\x30\xdf\x6c\x82\x99\xb4\x86\xc9\x8a\xd7\xc5\x95\xcc\x5f\xad\x7b\x48\x36\xf5\x30\xb7\x7b\xc0\x8f\xdf\xdf\xb6\xdb\xf9\xa6\x6e\x17\xdb\x13\x6b\xb1\x09\x66\xb5\x3d\xcc\x6a\x13\xcc\x38\x44\x9e\x67\xb7\x25\x4f\x5c\xdf\xad\x7c\xfd\x22\xd8\x81\xeb\x5e\xb1\x61\xa7\x14\x92\x2b\x24\xcd\x82\x92\x4c\x1a\x88\xa4\x5c\x80\x69\x54\x97\x20\xc6\xf7\x45\xcd\xf7\xaa\xb3\xe9\x26\x79\x1e\x57\x2f\xdc\xeb\x6f\xf1\xad\x1d\x4a\xeb\x9a\xae\xdf\xd4\x7c\x4f\x36\xa2\x64\x79\xb8\x58\x88\x39\xbe\x2f\xae\x72\x01\xbe\x98\x61\x8f\x29\x77\xb3\x87\xe0\x86\x98\xc5\xba\x97\x5f\x6e\x02\x66\x4c\xdf\xbb\xf3\xc1\x83\x80\xcb\xa7\x7c\x9c\xba\x98\x89\x8c\xae\x8e\x8c\xb3\x7b\x72\xf6\x6a\xa3\xb0\xe7\xc3\x6e\x90\xad\xf7\x07\x34\x9e\xce\x23\xc7\x4b\x48\x3b\xad\x7e\xa2\xae\xac\x85\x47\x3b\x18\x26\xab\xa7\x22\x6f\xe8\xf8\x40\xa5\xb7\xfc\x44\xd7\x90\x91\x5f\x66\xe3\x37\x12\xf0\x8b\x52\x7c\x44\xe0\xa8\xfb\x84\x0c\x87\xac\x48\x0a\x7c\xba\x3c\x5e\xa6\xbc\x34\x74\xd8\x82\xf1\x9c\x5a\x7d\x9e\x6d\x38\x47\x19\xf4\x38\xfd\x44\xd7\x67\xe4\x98\x84\xa0\xb4\x30\x8f\xa0\x17\xba\x07\xb0\xd6\x0f\x2c\xa0\xa9\x18\x6d\x37\x70\xed\x4c\x3a\x95\x6a\x76\x15\x67\xba\xfa\x65\x24\xb5\x07\xd1\xf6\xfa\x9a\x18\xb6\x3a\xf2\xfd\xf7\xa3\xc5\x62\x93\x2a\x11\x97\xf4\x43\xbc\xa0\x2f\xc4\xe5\xa5\xee\xdc\x2c\x88\xe2\x1e\x39\xf7\x96\x8b\xc2\x58\x38\x9f\x08\x6c\x9d\x65\x20\x9f\x3e\xe1\x9c\x7f\xce\xff\x27\x8a\x07\x69\xc5\x41\x47\xe7\xb0\xc2\x51\xdd\x8a\x62\x79\x84\xc5\x7f\xba\x3d\x01\xbf\x2b\x6b\x8b\x7a\xe7\x75\xf5\xba\x9b\xe4\x82\x71\x34\xb2\x46\x6a\x1e\x99\xa8\xa7\x2f\x51\xad\xd5\x36\x9c\x60\x83\xce\x52\x0d\xee\xac\x1b\x2a\x5c\x5f\x5b\x4e\x75\x9b\x00\x3e\x7a\x14\xb4\x54\xd0\x81\x6d\x4e\xb5\xa6\x14\x0b\x7b\x84\x0e\xc4\xf1\x0d\x26\xe3\x1e\x1d\x48\x27\x9d\x07\x0f\xf8\x5f\x12\xc2\x3d\x55\x4f\x4b\xe5\x5a\xf4\x43\xa6\xda\x8d\x24\xf1\x5c\x09\xc9\x56\xf6\x6f\x7c\x0c\x5e\x3b\x02\xbf\x9a\xbd\xa5\x34\xa1\x49\xd4\x74\x07\x64\x4b\x7a\x69\x0c\xf1\x6c\x7c\xdb\xe2\x5e\xb7\x55\x86\x31\x74\xf6\xce\xda\x61\x78\x9a\xbc\x25\x03\xc2\x41\x15\xa1\x08\x1a\x3d\x93\xbe\x0f\x93\xca\x86\xe5\xcd\xdf\x70\x48\xe0\x95\x34\xc8\x31\x45\xe8\x25\x2d\x07\xe4\xd5\xcc\xc8\x9f\x25\x4e\x65\x24\xad\x48\x45\x19\x64\x4a\x2a\x57\x94\x44\x42\x01\xea\xf6\x48\x52\x90\xbc\x60\x73\x15\xa7\x61\x80\x3e\xa7\xd3\x78\x25\x52\x23\xcd\xa0\x1b\x60\x3c\x80\x95\xe1\xcb\x3c\xf1\x8a\x15\x70\x61\x85\x4f\xc5\x6f\x64\x13\xed\x2e\x69\x0d\x58\xb3\xb4\xfe\x1e\xbc\xe9\x80\x25\x8f\xb5\xc3\xe5\xd7\xd7\x64\x03\x84\x7b\x1b\x20\x00\x3a\x2e\x04\x10\xdb\xa3\xaa\x0a\xb7\xd7\xa5\x7e\xe4\xd9\x70\x08\x22\x8a\x24\x69\x92\x77\x18\x11\x76\x95\x08\x26\x2c\x49\x93\x2e\x29\x4a\x24\x2b\x96\x24\x9a\xea\xa2\x46\x0b\xaa\xba\x8b\x0f\xfc\xcd\xe7\x6a\x1b\xb0\x2a\x5b\x2f\x82\x23\xa3\xd5\xf9\xeb\x87\xee\x95\x1a\x7c\xfb\xcd\x47\xcc\x43\x41\x36\xe6\x22\x89\x59\x5d\xb8\x18\x21\x46\xa9\xf0\x14\x0f\xc7\xe9\x81\xc0\xaf\x8f\xd3\x73\x0d\xa5\x8e\xeb\x75\xcd\xda\x74\x02\x9e\xb6\xb0\x98\x5d\xa6\xf4\xea\xa3\xef\x76\xaa\x3f\x87\xf6\x31\x34\xcc\xac\x5d\xef\x79\x70\x2a\x84\x8c\x7b\x9b\xc4\x64\xad\x69\xb1\xc1\xb0\x88\x69\xd0\x2d\xbb\xdc\x54\xc4\x84\xd9\x26\x50\x1d\xbb\x66\x5f\x2a\xca\x1b\x8b\xa0\x9a\x55\xe3\xdc\x3a\x2f\x64\x5c\x8d\xe1\xdc\x2a\x3e\x46\x49\x5a\xee\xd3\x2f\x97\x37\x77\x41\xd6\x86\xf9\x80\xbb\xc0\x22\xfe\x8c\x8b\xc1\x0b\xf0\xe9\x89\x0a\x69\x1e\x7d\xd1\x0b\xc3\x78\x44\x78\x67\x9b\x76\xb4\xba\xb0\x69\xf2\x0d\x49\xd2\xcb\x4e\x57\x04\xe7\x0e\x66\x69\xc6\x68\x19\x8d\x0f\x8c\x3a\x7d\x7c\x3f\xc0\xce\x11\x7f\x1a\x42\xe6\x6c\xa0\x73\xa6\x77\x5d\xc7\xea\x3a\xc3\xd5\xab\xfc\x85\x99\x06\xd1\x31\x60\x39\xa5\x11\xa3\x95\xef\x22\x1e\x54\x81\xad\xe4\x8a\xa7\xb2\x5d\x50\xec\xe2\x03\x4d\x96\x1f\x5f\x3d\xb6\x2f\xf3\x06\x64\xcd\xc2\x2d\x70\x35\x73\x3d\xee\x11\xd5\x17\x66\xdc\x68\x2d\x61\xa1\x74\x07\xc2\x42\x3b\x1f\xdb\xef\x77\xa3\x67\x18\x47\xb3\x70\x7b\x7a\xee\x05\xc3\xbf\x4b\x57\x6a\x03\x31\xdf\xbf\xa6\x47\x9a\x4c\xac\xb6\x73\x3b\xd7\xaa\x2d\xbf\x08\x09\xd0\xdd\xc0\x9b\x6c\x42\x4d\x9a\x9f\xc5\xfa\x5c\xa7\x30\x6d\xbb\x20\xf4\x93\x8e\x56\xf5\x02\x8b\xac\xc1\x71\x68\x57\x9c\x4c\x16\x6f\x40\xe9\x9e\xc6\xc9\x5e\x4b\x77\x80\x92\xc8\x0b\x0b\x94\xb0\xa7\xe3\x5b\x78\x68\x2c\x5c\xdd\x9e\xe9\x7d\xa1\x82\xb9\x68\x03\xa8\x3c\x9b\x71\x81\x1c\xac\x7d\x27\x98\xf8\xc9\x0b\x37\x32\x50\x7d\x53\x65\x0f\xb5\x06\x95\xc4\x6b\xce\xea\xf7\xd4\x23\x95\x7b\x64\x79\x14\x23\x5c\x97\xf7\x50\x9e\xbb\x57\x19\xf8\x79\x11\xfe\x5c\x19\x11\x5e\x21\x71\x79\x77\x4b\x64\xdf\x43\xf0\x97\xd4\xdd\x0d\x21\x98\xce\x60\x4f\x63\x09\x98\x1e\x67\xc5\x2a\x4f\x02\x41\x89\x61\x53\x66\x18\x3b\xd3\xc0\x19\x3e\x30\xb8\xb2\x81\x5d\x51\x9a\x03\xe8\xd3\xc3\x33\x54\xcb\x4e\x8f\xce\xfc\xd3\x17\x51\xf8\x05\x42\x04\x1a\x72\x53\xb8\x87\x87\xb0\x93\x14\xc0\xde\x32\xe1\x45\x70\x16\x43\x09\x2e\xc2\x9b\xa1\x7d\x4b\x6e\xed\x89\xce\x05\x7a\x2a\x7f\xf5\xc8\x84\xd1\xc5\xd2\x33\x15\x4e\x4a\x3a\x23\xc7\x58\x08\x33\x8c\x06\x13\xf2\x94\xfc\x72\x43\x46\xf8\xdd\xb9\xbc\xe7\x4d\xee\xa7\x15\x2a\xa1\x1f\xe6\xc5\x15\x6f\x5f\xd2\xd9\xc0\xfc\xe6\xf9\xff\x78\xd5\x1d\x10\x66\xd7\x40\x35\xde\xbb\x5b\xad\xd6\x1f\x59\x9d\xe7\x1c\xca\x58\xd7\xbf\x10\x48\xa2\x81\x85\x2c\x30\x0b\xc9\x5d\x22\x96\x57\xd1\xcf\xe7\xaa\xd4\xa0\x3f\x20\xa1\x23\x80\x75\xab\xda\xa9\x0f\xf9\x38\xb9\x00\x6b\x46\x15\x06\x7f\x43\x86\x43\x55\x60\x39\x75\xd7\xf9\x74\x7b\x9c\xa7\x9a\x6f\x60\x3f\xf1\xa4\x97\xc5\x77\xe2\x5b\xc0\x31\x04\xed\x66\xa5\x88\xfb\x77\xf9\x22\x14\x5a\xc8\xbf\x3d\x76\x3e\x8a\x94\xae\x7f\xa3\xeb\xca\x29\x89\xb3\xec\x4d\x91\xa4\xb3\x94\x96\x15\x3c\x97\x43\x93\x27\x36\x06\x4b\xfc\xca\xdb\x42\x74\x8f\xeb\x8c\x82\xc5\x0a\x88\xfb\xce\x0e\xff\x4f\x1c\xb0\xfe\x46\xd7\xe4\x98\xd0\xc1\xd5\x3c\x9d\xce\xc3\x60\xf8\xa1\x7d\x69\x9e\xd8\xe5\xeb\x3e\xa7\x1a\xc6\x19\x3c\x70\xa9\x51\xd5\x95\xc1\x6d\x16\x03\x36\xd3\x5c\x35\x0d\x70\xaa\x2c\x1a\xcc\xe3\xea\xdd\x55\xae\x9e\xa1\x14\x31\xa1\x0f\x1e\xe8\x7e\xa5\x0b\xf1\xb1\xea\xd4\xe3\x65\x83\x42\x83\xe5\xaa\x9a\x0b\x30\x01\xb7\x67\x78\x78\x12\xd9\x91\xa9\xc8\x98\x43\x54\x22\xf4\x00\x03\x22\xd8\xa5\xb2\xe1\xd9\xec\x0b\xe5\x9b\x76\x12\xd3\xa6\x96\xeb\xfd\x87\x39\x80\x43\xe9\x0b\x82\x15\xeb\x29\x29\x1c\x33\xc2\xcd\x4c\xf2\x76\xe4\x7a\xf0\x13\x21\x18\xfc\x4b\x8e\x91\xc5\x8d\x67\x8f\x6b\x08\x6d\x34\x32\x43\xe2\xcc\xd9\x12\x9f\x1f\x3c\x10\xcf\x99\xd9\x5c\x76\x7c\x6c\x76\x7c\x1a\x80\xd7\x27\x47\x67\x81\xd9\x0a\x2c\xaa\x3a\xcf\x4b\x7b\x22\x1e\x13\xab\x4b\xdd\xcd\xe3\x27\x62\x61\x93\x6f\xd0\x21\x1c\xfe\xe8\xf7\x03\x9d\x0b\x59\x1c\x89\x11\x99\x23\xc0\x56\x67\x67\x7c\xbe\x5d\x8e\x0a\x6d\xfc\xf5\x63\x09\x6d\xf7\xf8\xdf\x79\x49\xe3\x4f\x81\x92\x1b\xf7\x53\xc0\x6f\x1c\x51\x0f\xf4\x18\xc4\x4d\x8b\xc6\x46\xde\x0a\xe0\x12\xc6\xf1\x66\xa7\x55\xc4\x31\x16\x98\x04\x16\x8b\x28\xc1\x67\x4b\x39\x9a\x3e\x99\xd1\xbf\xae\xce\xad\x0e\x6b\x2c\x4b\x7a\x49\x73\x26\x5c\xd7\x42\xd9\xd4\x9c\x9f\x6d\x1c\xef\x7a\x1f\x96\x34\xcb\x9e\xcf\xe9\xf4\x53\x9a\x5f\xbc\x52\x75\x25\x8c\xba\xdd\x6b\xb5\x74\xf7\xae\xd5\xd2\xd9\xb9\x94\xf4\x14\xc2\x9e\x0b\xaa\x4e\xe9\x46\x1a\x8a\x45\x6a\xbe\xd2\xa6\x1a\x38\x64\xaa\xab\x16\x64\xc5\x4d\x14\x6d\xa4\xe7\x06\x13\x35\xf0\xd4\x5f\xd3\x4b\x9a\x07\x4c\x67\x76\x59\x74\xa1\x7e\x3e\x2b\xcb\xd8\x16\xeb\xc3\x21\xf9\x00\xc9\xbe\xa0\x92\xf5\x4c\x0a\x3c\x9e\x6f\x1b\x3f\xe2\x8a\x53\xa0\x1a\x58\xed\x4f\xe6\x69\x45\xae\xe2\x35\xb9\xa2\x64\x1a\xe7\x04\xde\x0e\x21\x6c\x4e\xd3\x92\xd0\xcf\x90\xdc\x6b\x4a\xf9\x52\x7f\x17\x1d\x75\xf1\x2e\x24\xcd\x2b\x46\xe3\x84\x14\x33\x92\x15\x05\xc4\x84\x31\xf4\xe7\x25\x57\xf3\x22\xa3\x24\xe6\x88\xda\xdd\x44\x5c\x3c\xd1\xcf\xf1\x62\x99\xd1\x11\x09\xda\xfa\x3a\x8f\x0f\x8f\xbe\xec\x1f\x3e\xee\x3f\xfe\x8f\x8e\xb6\x49\x75\x6d\x3d\x42\x53\x03\x42\xeb\xfd\x17\xf9\x08\x3e\x69\x30\xf3\xaf\x5c\xc4\x31\xc8\xa1\x67\xc3\x91\x07\xdc\x58\x84\x32\xc8\x41\x06\x73\x93\x84\x0f\x24\x78\x69\x55\x67\xcb\x22\xfe\x30\x4e\xeb\x2f\xca\x82\xfb\xf3\x06\xcf\x0a\xf1\xf4\x31\x9f\xee\xc8\xeb\x4b\xe5\x64\x79\x1a\x20\xe7\xa8\x55\x5a\x0f\xcd\xa4\x01\x5b\xa5\x5d\x86\xfd\xc3\xcf\xb6\x0c\x8c\x30\x4d\x06\x16\x5f\x7e\xaf\x0c\x8c\xc6\xd5\xf6\x0c\x0c\xf5\x4d\x06\xae\x61\x53\x4d\xb5\x06\x36\xf5\x20\xc2\x7d\x44\x80\x6b\x5a\x31\x8a\x09\xc8\x65\x14\x0b\xed\xb6\x8c\xe2\x26\x1d\x32\xf8\xc4\xce\x5a\xb4\xc1\x83\x26\xe0\xce\xf3\x9a\xbc\x3e\x71\x33\x7e\x84\xd7\xbe\xe7\xab\xc8\x31\x41\xa7\x45\xfd\x0c\xf6\x78\x7c\x7a\xfa\xcf\xf1\xf8\xf4\xec\xe1\x19\x3c\x86\x3d\x1e\x77\x9f\x46\xaf\x4f\x3e\x5c\xbf\x3e\xb9\x7e\xfd\xfa\x29\xff\xbf\xeb\xec\x97\xa3\xde\x97\x37\xf0\x46\xb6\x9e\x10\x84\x84\x79\xb0\x82\xb6\xa3\x08\xc4\x87\x97\x82\xe9\xc1\x03\x21\x57\xb4\xd5\x50\x1c\x98\xc1\x0f\xfa\x29\x96\x1a\x59\xad\xc8\x48\x34\x90\x59\xb2\x64\xe8\xf0\x0b\x70\xc3\x1b\x64\x45\x7e\xc1\x57\xf3\x77\xa6\x13\x90\xc0\xeb\xfa\x9a\x18\x7f\x2b\x1f\x33\x16\x7f\x42\xfe\xb7\x5c\x0b\xaa\x79\xb1\xca\x12\x72\x4e\x49\xf1\xa9\x86\x81\x80\xa4\x4e\x3e\x3f\xc7\x86\x67\xbc\x4d\xa6\xa2\x0b\x42\x85\xc2\xf3\x8d\x0f\xef\x34\x94\x62\xc5\xeb\x4a\xd9\x52\x85\x77\x93\x7c\xce\xaf\xbe\x62\x20\x46\xd1\x7f\xff\xce\x6f\x0e\x07\xb1\xc6\x10\xbf\xd0\x0d\xa3\x95\x29\x71\x2b\x37\xd9\xaf\xc9\x91\x1a\x87\xd5\x46\x71\xe9\x78\x7c\x3a\x78\xf8\xf4\x4c\x3c\xd2\x6e\xfb\x20\x7f\x4d\x5c\x0f\x5b\x33\x10\xda\x74\x2a\x0d\x0d\x3c\x94\x52\xf1\x71\x1b\x83\xa7\xed\x97\xda\x16\x74\xc3\x2b\x83\x41\xd0\x49\x7b\xd0\x87\x1b\xe6\x67\x87\xbb\xe7\x50\xbb\x50\x68\xbe\x91\x01\xa8\x4d\x8a\x30\xb9\x8e\x43\x79\xc1\xea\x85\xea\x05\x65\xaf\xe3\x8a\x81\x19\x2d\xf1\xcc\x8f\x5e\xa9\x2f\x5a\x33\xb7\xb5\x89\x0d\xfe\xf6\xa0\x80\xdc\x8f\xba\xc1\x14\x48\x0e\x3c\xef\x36\xc4\x0e\x61\x76\x08\xe3\x21\x23\x7c\x19\x73\x7a\x45\x10\xfd\x86\xf5\x26\x04\xac\x0d\x63\xc3\x9e\x14\x1e\x5a\x33\x0d\xc5\xe8\x6b\x6f\x5b\xdd\x6c\x4d\x4f\xcc\x33\xd4\x72\x75\x9e\x35\x87\x28\x99\x19\x22\x14\x16\x5a\xf0\x27\xde\x0c\x62\xe7\x46\x04\xbb\x3d\x23\x89\x6f\x76\x4d\xd4\xc6\xe2\xd0\x9f\xeb\x50\xef\x5e\xbc\x1b\x91\x0f\x28\xf4\xf9\x80\xc8\xaa\xa2\x62\xbb\x78\xea\xef\x67\x0a\xd5\x85\x93\x6d\x71\x73\x22\x0b\x31\x89\x6e\xb6\xbe\xa6\x5c\x16\xa0\xe3\xd1\x12\xfc\xdd\x62\x19\x1f\xc3\x0a\x0c\x60\x03\x2d\x31\x96\x71\x04\xa8\xde\xfd\xab\xc8\xa9\x03\x00\xeb\x5e\xa5\x6c\x0e\x3b\x1d\xfb\x97\xa6\x32\x1c\x01\xf9\x36\xc8\x4f\x48\x3e\x20\x8e\x64\xca\x78\xdf\x79\xc1\xd0\xc4\x25\x29\x23\x70\xd9\x48\x9f\x01\xfb\x57\x94\xf4\xfc\xdd\xc5\x75\x84\x42\x3a\xb9\x5f\xd5\xa3\x6b\x6e\x41\x30\x8b\x47\xc0\xa6\x1d\x9e\xb3\x3d\x20\xd4\x2a\x01\x47\xd3\xcc\x9a\x98\xed\x94\xa5\x44\x2c\x41\x6f\x31\xd4\xae\x7d\xf4\x58\x33\x17\x19\x7e\xa9\x5f\xd9\x22\x27\xb2\x50\x5f\xd0\x35\x48\x06\x19\xb7\xf1\xea\x91\x0f\xb4\x99\x7d\xca\x6f\xd1\x44\xfe\xf2\xbc\x24\xe2\xf2\x62\xc5\x87\x63\x19\x1d\x6b\xde\xeb\xb5\xc9\x26\x41\x6e\x98\x1c\xb4\xa7\x2a\x04\x30\xcc\xed\xbc\x28\x32\x1a\x7b\xa6\xd3\x60\x34\x9b\x1a\x44\xd7\x08\x67\x13\x00\xda\x85\xaf\x85\xf1\xc6\xab\x29\x63\x0c\x01\xae\xda\x1c\x31\xae\xab\x0d\x96\x65\xb1\xd4\xe8\x76\x5c\x76\x56\x53\xd0\x82\x9b\x83\x4e\x70\x06\x63\xf8\x7e\x9a\xe1\x8c\x9a\xb5\xdc\x62\x3f\xdb\x67\xf2\x8c\x5d\x12\x4d\xec\xbf\xf7\xc8\x3f\x36\xe0\x76\x5c\xe4\xa0\xbd\x35\x2f\x39\x83\xdb\x13\x47\x79\xc4\x9c\xd4\x8c\x2d\x38\x15\x85\x1f\x22\x25\x33\xf7\xe6\xf4\xea\x5d\x20\x60\x78\x5b\xba\x07\xc2\x8a\xad\x01\x6c\xe0\xc8\x7b\x06\x1e\x81\x20\xa9\x36\x74\x2f\x54\xb0\x97\x79\x4b\xa9\x69\x6d\x9c\x03\xe3\x9c\x14\x00\xb8\x89\xfe\xcd\x29\x96\x0d\xb2\x39\xb7\x83\xc6\xa1\xdd\x0d\xa3\xc7\x06\xe2\xce\xc6\xb4\x56\xd8\xa4\x1a\x54\x45\xc9\x22\xeb\xb1\xf9\xae\x6f\x54\x31\xa0\x99\xe7\xf7\xb4\x47\xc2\xe1\x5c\x97\x22\x51\x8b\x75\x4a\xd7\x61\x4e\x63\xc7\xea\xc7\xab\x61\x54\x55\x73\x10\x96\xac\x6b\x64\x4b\xfd\x44\xa5\x33\x11\x26\x2b\xf4\x6e\x2a\xa0\xbe\x9d\x7e\x3a\xe8\x49\x81\x70\x8d\x1c\xd4\x7c\x08\x35\xfe\x16\xa1\x1b\x3f\xdf\x9a\x02\x23\x8a\x2e\xfd\x5c\x32\x61\x1b\x64\x70\x31\xb9\xde\xd8\xe0\x86\x9d\xa3\x13\x73\x28\x89\xae\xc8\x97\x2b\xfe\x55\x01\x3f\x3b\xac\x35\x25\xbb\x43\x67\x32\xb5\x14\x9d\x27\x06\x9a\xde\xbe\x69\x77\xa8\x09\x1e\x0f\x7e\x2e\xd2\x7c\x73\x8e\xc5\x50\xa0\xc6\x46\xd8\x4e\x0a\x9b\x96\xee\x2e\x7c\x50\x62\x16\xec\xf0\x7b\x94\xeb\x66\x91\x0a\x81\x7f\xf0\x80\x78\x2e\x1a\xa2\x22\xba\x58\x29\x88\x86\x4c\x0a\xb9\x6f\x04\x25\x92\x48\x0d\xad\x25\xd0\x62\x55\x31\xb0\x43\xe5\x90\xec\xf6\x14\x1c\x18\x84\xe6\xdd\x13\xca\x2c\x29\xf0\xb1\x91\xb3\x26\xd9\x64\xec\x57\x12\xc1\x63\x67\x5c\xc2\x5e\x2f\x7d\xf5\x3f\xb0\x52\x8d\xcc\xc1\x3d\xd7\x8f\x70\xc8\x53\xaa\xac\xb9\x69\x77\xd2\x69\x7a\x0d\x2c\x84\xbd\xcf\xca\x3b\xec\x5c\x36\x48\xf8\x72\xb9\x34\x2f\xb8\xa6\x7c\xcb\xc7\xe6\x1b\xbc\xb5\xd5\xa2\x49\x43\x61\x5d\xe2\x84\xa6\x36\xdb\xab\x05\x4d\xd8\xed\x49\x47\x68\xa6\x53\xd3\x70\x9a\xe9\xef\x07\xac\x8a\xab\x9d\x9c\x5e\x49\x03\xe4\xde\x54\x36\x04\xdd\x96\xf5\x85\x01\xdc\x5d\xd4\x35\x35\xe4\x7c\x71\x21\x6c\x17\x61\x7a\xe9\x16\xf3\x38\x3e\x50\xb1\xba\x46\xe2\x0b\x3c\xc7\x17\xa5\x9c\xbd\x11\x7a\x9c\xe9\x95\x0f\xa1\x16\x9a\x5c\x6d\x67\x54\x51\x5e\x35\xad\x3b\x45\xd8\xe6\xe0\x80\xb1\xce\x7b\x57\x81\x0c\x87\xa4\xa4\xfc\x73\x1a\x67\xe9\xbf\xa4\x21\x80\x59\x4f\x1f\x91\x8d\x5a\x3e\x0b\x24\x5e\x91\xdf\x38\x83\xc0\xa9\x77\x7f\xec\x21\x41\xb7\x65\x10\x9d\x6a\x45\xb0\x47\x9b\xb5\x2a\xda\x85\xe6\x78\x87\x65\x69\x50\x48\x00\xde\xa4\x5f\xac\xff\x9e\xd2\xab\xef\x69\x9c\xd0\xf2\x3b\x6f\xed\x05\x8a\xef\x64\x21\x06\xfa\xb9\xc5\xaa\x6c\xb7\x5f\xfa\x23\xdb\xcf\x14\x84\x49\x6a\x2f\xaa\xda\xf9\xb0\xae\x7e\x8c\x89\x30\xbf\x8b\xcb\x9b\xdb\x9d\xa1\xea\x2f\x95\x9a\x09\x2f\xfa\xd6\x82\x0c\x55\x17\xf9\xd9\x50\x5d\xf0\xd2\xba\xcd\x5c\x58\x83\x33\x26\x21\xc7\xfb\x64\x95\x92\x7f\x97\xd9\x70\x09\x6a\x8c\x31\x20\xd9\x4c\xa3\xde\xb6\x92\x6d\x47\x99\x96\xd4\x05\xae\x59\x05\x11\x28\xab\xfb\x5c\x71\x56\xb7\x4f\xf5\x09\xd4\x3b\x4d\xdb\x55\x95\x0d\x2f\x5c\xbc\xe1\xe4\xed\x8f\xc2\x5b\x3d\x2e\x39\x76\xc9\x7c\xd9\xf0\xdc\xa2\x6b\x0a\xc0\xfc\xfa\x3b\xb1\xad\x3d\x41\x01\xbe\xdd\x45\x78\x38\xc3\x97\x5c\x67\xbb\x36\x21\x19\xdd\x3b\xe5\x70\x98\x54\x98\x84\x01\x02\xd6\xcb\xa4\x9a\x60\x45\xf3\xfb\xde\xf9\xd3\xea\xb4\x91\x3d\xcd\x9a\x3e\x77\x9a\xa5\xb7\x66\xce\x16\x84\xfd\x9d\xf0\xa6\x35\x37\xfb\x61\x4d\x67\xf0\x3b\x71\x66\x9b\xd5\xbd\x0d\x6b\x06\x02\xcd\x6c\xed\xc5\x29\x8d\x26\xfe\xb7\xfd\xaa\x31\x6e\xf0\x9a\x78\x87\x61\x63\xd2\x75\x71\x0c\x0c\x0d\xc8\x3a\x4d\xf0\xdd\x76\xd3\x20\x02\x1a\x49\x80\x4a\x77\xcc\xbc\xa1\xa1\xec\x26\x66\xfd\x59\xdc\x93\xac\x0d\x91\x25\x80\xf6\xa0\xa4\xc9\x6a\x4a\x8d\x9c\x10\xcb\x92\x5e\xa6\xc5\xaa\x02\x7b\x44\x4f\xc6\x0e\x60\x22\x67\x7b\x44\x66\x11\x39\x26\x2a\xfa\xc0\xfc\x0e\x41\x08\x41\xbb\xa8\xd5\xfa\x1b\xf2\x15\x3f\x4b\x5a\xdf\xbe\x26\x87\x18\x19\xf4\x36\x7e\x6b\xd5\xf6\x3d\x27\xc5\xd4\x59\xa8\x6f\xb6\xdc\x59\xd5\x95\xd3\x8c\x3d\xe0\xe3\x50\x0c\x26\xb1\x7b\x42\x87\x20\xab\x5d\x73\xe7\x1b\xd0\xbd\xe9\x91\xd3\x33\x61\xbc\xae\x7f\xe9\xc1\x4f\x40\x63\xc4\x32\x6e\x4e\xb5\x7c\x9b\x3c\xf0\x90\xc1\xa4\x4c\x41\xca\xb9\x36\x58\xfe\xdf\xd5\x3c\xcd\xa8\x4a\xfb\xac\xa2\xc1\x4d\xc3\xe4\x59\x8f\x04\x9c\x77\x88\x9b\x9b\xff\x4c\xbd\x40\x9f\x04\x83\x31\x04\x41\x10\x97\xe3\x63\xf2\x85\x3f\x55\x7a\xed\x75\x4e\xca\x94\x26\xe4\x8b\x23\x38\x57\x57\x84\x15\x64\x96\x82\xa7\x00\x66\xb0\x06\x2b\x7b\xd8\x77\xdf\x43\x92\xf7\x28\x72\x48\x35\x56\x6d\x70\xf0\xe1\x34\x48\xb7\x7b\x22\xb3\xdd\xc6\x21\x63\xa5\x8d\xdd\x42\x7c\x8a\x26\xe2\xc7\x1e\xf7\x05\xd9\x9b\xeb\xcb\x27\xbe\x4b\xe3\xb3\xa7\xbc\x88\xf2\x76\x5b\x87\x1a\x92\xbb\x5f\x58\x25\x68\x7c\x6a\xda\x2d\x0c\xd2\xdc\xe9\x16\x11\xc4\x3b\x7c\x82\xe7\xd5\xed\x7a\x79\x71\x05\x96\x35\xfb\x2b\x5a\xb5\xfd\x5b\x20\x5d\xcb\x8d\x76\x6c\xcb\x5b\x10\x8a\x67\x26\x7e\x0e\x9a\x9a\x15\xeb\x84\x7c\xbd\x74\xf3\x5a\xff\xf6\xb0\x11\x50\x32\x66\x97\x3c\x87\x4b\xc5\xbc\x60\xc2\x2f\x07\x6e\x87\xd4\xce\x37\x42\xcb\x9f\x8d\x44\x3d\xf9\xe7\x35\x69\x0c\x2c\x3c\x9b\x92\x18\x6c\x8b\xbd\x8d\x2d\x49\x2b\x72\x0e\xd0\xad\x3b\x54\x09\x5c\x0c\xc6\x40\xa6\x3e\x17\x7d\xdb\x0d\x5f\x73\x81\x06\xeb\xcc\xd4\xee\x22\x7f\xf7\x5d\xc7\x79\x99\x84\x4b\x74\x99\xb2\x41\xcd\xa5\xc7\xd2\x41\xa1\xe9\xe5\x76\x68\x2d\x3b\x35\xf6\x2a\x45\x92\xc4\x41\xd3\x2a\xe8\x47\x6a\x3e\xd4\x62\xcc\x96\x74\x6c\xab\x56\xe7\xac\x8c\xa7\xac\xe6\x51\xa4\x1e\xe9\x2c\x36\x6b\x6c\x2d\x65\xba\xe0\x61\x53\xa6\xe3\xa7\x68\x22\x59\x76\x8f\x32\x5d\xf4\xe6\xc9\x74\xfc\x5e\x2f\xd3\xb1\xbc\xa5\x6c\x94\x43\xf2\x65\xba\x51\xd2\x42\xa6\x6b\xd2\xfc\x3a\x32\xdd\xc4\xbb\x49\xa6\x9b\xf5\xb4\x4c\x37\xbf\xd6\xcb\x74\x35\xa6\x3b\x96\xe9\x82\x75\xf6\x2b\xd3\x05\x63\xb6\x96\xe9\x26\x12\x6d\x65\xba\xce\x07\x63\xe1\xd9\x90\x0d\x66\x5b\xe4\x7d\x91\x1e\x73\xe0\x8e\x44\x47\xd8\x77\x22\xd1\x15\x0f\xfc\xfe\x25\xba\xd8\x4a\x27\x35\xbb\xe7\x26\x91\x2e\x13\x07\xdd\x4e\xa4\x0b\x24\x6e\x27\xd3\xf9\x79\xe3\xee\xc5\xb9\xf9\x00\xb9\x69\xd4\xd1\x9f\xa3\x89\xf1\xc7\x3e\xcd\x38\x46\xcf\xae\x78\x37\xca\x6a\x45\xbc\x51\x67\x83\x95\xa4\x76\x00\x9e\xad\xc2\x26\x86\x17\x74\xbb\xb5\x84\xb6\x00\x6e\x90\xd2\x5e\x5d\x25\xa9\xbd\x92\x5a\x69\x6d\x0f\xa0\x59\x62\x07\x5d\x77\x9a\x21\x58\x84\xdc\xaf\xfc\xf7\x20\xef\x6b\x0f\x30\x39\xb9\xed\x3e\x50\x33\xcc\x10\x6f\xd9\x96\x85\xa6\x15\x1f\x32\xba\x59\xb8\x09\x5c\x20\xfb\x40\x5a\x91\x54\x48\xb9\x78\x3a\x2d\xca\x44\x44\x15\x4c\x8b\xc5\xb2\xc8\xb9\x68\xac\x28\x5b\x2d\xd1\x5e\x00\xf1\xdf\xd5\x16\x26\x39\x6b\x8e\x6b\x65\x7a\x20\x67\x94\xd1\xd0\x8b\xa2\xc1\x77\xfb\x55\x86\xe9\x80\x13\xb4\x6a\xa3\xdf\xc9\x92\xaf\xff\x20\x5f\xfb\x77\xca\x0d\xb2\xda\x40\x66\xab\xf8\x24\x0c\x1b\x30\x85\x9d\x08\x0b\x99\x88\x48\x90\xfd\x89\x38\x04\xb8\x81\x83\x84\xb7\x9a\x11\x29\x29\x11\x69\xc5\xdf\x02\xf9\xae\x18\x85\xe0\x60\xf1\xc7\x23\xfe\xa7\x08\x0e\xc9\x8a\x38\xa1\x09\x99\x95\xc5\x42\x3a\xa6\x61\xad\xea\xde\xf8\xa0\x35\xef\x28\xea\x4d\x8c\xc1\xed\x43\x0f\x70\x76\xf2\xb6\xa1\x3a\x21\x5c\xd5\x4e\xbc\xcb\xc3\xb5\x77\xed\x76\x13\xe8\xf2\xce\xfd\xf6\xd5\xe3\xb8\x06\xd3\xcb\x6f\xd1\x44\x3f\x6b\xbb\x37\xc6\x97\x20\xeb\x67\x6a\x62\xe0\xa4\xec\xf5\x13\xad\xe1\xf8\xc6\x7a\xf1\x0e\x6e\xfc\xd6\xc4\x98\x6f\x8f\x0a\xd2\xd7\x5e\xea\x7a\xb3\x97\x86\x88\xce\x30\xf2\x9c\xc9\xbd\x81\x84\xdd\x19\xb5\xc6\x6a\x7a\x2f\xaa\xaf\xd1\xa4\x26\x39\x3b\x5f\x29\xba\x48\x3f\x13\x72\xda\x59\xd3\xb8\xec\x70\x45\xaf\xc8\xd9\x9c\xff\x48\xe2\x35\xff\x67\x5e\xac\xf0\x3b\xbc\x52\xdc\x09\xc5\x3b\xee\x3e\x6d\x1a\x95\x76\xea\x8d\x31\xee\x7b\xee\xd9\xb9\xae\xce\x16\xde\x43\x06\x01\x43\xfe\x94\xc5\x76\xcf\x51\xd5\x20\xee\x7a\xd9\x7a\xd3\xa1\xee\x63\x8c\x56\x76\x90\x74\xcd\xe5\x4c\x58\x5e\xd7\x0c\xca\x1d\x09\x29\x66\x28\xca\x7d\x7c\xc0\x4f\x9b\xf3\x40\xfb\x13\x9c\xc5\xa0\x93\xc0\x34\x07\xd9\x7a\x5a\x64\x59\xbc\xac\xac\xbd\x52\x7e\x8b\x26\xf2\xd7\x1e\xc5\x86\x04\xd9\x6e\x12\x15\x7a\x5b\x7b\xee\xaa\x41\xec\xec\xa6\xeb\xeb\x46\x9a\x58\xc7\xc7\x24\x4c\x9c\x96\x07\x88\x3a\xb8\x1a\x6a\xdd\xde\x75\xf7\x01\x60\x53\x27\xe6\x08\x3e\x44\x13\xf8\x67\x3f\xd1\x46\xbe\xeb\x09\x02\xdf\x78\x13\x8e\xb8\xed\x16\x69\x84\xc3\xd0\xdc\xa0\x97\x21\x2b\x44\x78\xd1\xbb\x2d\xc2\x8b\x7c\xf4\x7b\x64\x62\x0c\xe3\xb7\x98\x3a\x56\x14\x19\x4b\x97\x95\x1d\x5d\x8a\xdf\xa2\x89\xfc\x75\x57\x73\xa8\xe0\x6f\x9c\x46\x85\xe7\x6e\x33\xa9\x86\x74\x37\x93\x29\xc1\xf7\xc8\xc4\x1e\xd2\x6f\x31\xa5\x2a\xd4\xd9\xd1\x3a\xf0\x23\xec\x57\x22\x14\x7a\x7f\x22\x5a\xc1\x6c\xbd\xd1\x0a\x14\xb7\x0f\xaf\x50\x03\xd9\x57\x30\x85\x41\xae\x89\x3f\x8e\xb0\xe6\x9c\x26\xf4\xdb\xf5\x87\xd4\x7e\x91\x42\x7f\x8d\x26\xfa\xf7\x3e\xf5\x67\x05\xb4\x1d\x99\x0d\x34\xb7\xa6\xb3\x31\x98\x3d\x11\xda\x22\xda\xc4\x19\xcb\x6f\xb1\x50\x2e\x75\x2a\x15\x35\x87\xf2\x5b\x34\x91\xbf\xf6\x38\x7f\x12\x64\xbb\xd9\x53\xe8\x6d\xab\x20\xab\x31\xec\xea\x53\xcf\xb1\x78\x61\xbf\xfd\x22\xd3\xc7\x18\x7a\xaf\x26\xd0\x16\x7a\xae\x81\x5b\x6d\xb8\x5c\xa4\xde\x2b\x09\x22\xa0\x15\x5d\x30\x64\x74\x31\x5a\x74\x0b\x63\x85\x31\xef\x93\xc0\x94\x40\xe5\x86\x6c\x3b\xdb\x50\xa6\x4f\x8e\xc4\x9e\xe7\xa5\xe7\x09\xbf\x48\xa6\x1e\xb5\xd9\x60\xa0\x9f\xc6\x19\xcd\x93\xb8\xfc\x07\xa5\x9f\xac\xcd\xdb\x2a\x88\x26\xd6\x9f\xfb\xd4\xc9\x4d\xb8\x2d\x15\x73\x0b\xe5\xed\xb5\x73\x6b\x60\x0d\xfb\xb8\x92\x51\xc0\x17\xed\xe5\x93\x4b\xd2\x89\x3f\x46\xb7\x69\xbb\xcb\x94\xf3\x15\x63\x8e\x82\x2c\x3e\x45\x13\xf1\xe3\xae\x14\x2c\x09\x7e\xa3\x7e\x25\x71\xdc\x4d\xbd\x92\xc3\xb9\x1b\xed\x4a\x40\xef\x91\x89\x35\x9c\x20\x97\x05\x5b\xc2\xc6\x70\x52\x24\xf1\x0e\x59\x1e\x7c\x10\xb7\x39\x1b\x6e\x42\x12\xdf\x69\xbc\x15\x92\x08\xe2\x6e\x91\x2c\x76\x39\x5e\xfb\x20\x6e\x7b\xca\xbe\x73\x0d\xe1\x13\xa5\xcb\x77\x4b\x6a\x45\x1f\xcb\x6f\xd1\x44\xfe\xda\xa3\x58\x95\x20\xdb\x49\x54\x85\xde\xd6\x73\xa1\x06\xb1\x27\xdd\xce\x20\xd4\xc4\x1b\x43\x4d\xac\xf1\x74\x55\xbd\xcb\xc5\xbb\x0e\x46\xc0\xb1\xfa\x1c\x4d\x8c\x3f\xf6\x1a\x78\xac\xa0\xb6\x23\xb3\x89\xea\xd6\x94\x36\x07\xb4\x27\x62\xdb\xa4\x9b\x84\xc6\x13\x36\xd3\xe0\x55\x9c\x69\xa7\x81\x2f\xd1\x04\xff\xdd\x23\x8d\x11\x60\x3b\xf2\x0a\xb4\xb6\xcf\xbf\x83\xc8\xef\x2b\xef\x8e\x24\xce\xc4\xc1\x3d\xac\x7e\x81\x90\x35\xd5\x2e\xfe\xc1\x4e\xc8\xe5\x5c\x53\x42\x12\x3b\x99\xc1\xd4\x04\x59\x23\x79\x30\x93\xbb\x2d\x79\xf0\x1b\x97\x3c\x81\x37\x0a\x6e\x2b\x79\x10\x64\xfb\x15\xaf\x10\x9c\x78\x6d\x6b\x7c\x4a\xce\x57\x17\xb6\x37\xc9\xf9\xea\x22\x9a\xc0\x3f\xb5\xb9\x19\xb0\xd5\xd6\xcc\x81\xb0\xf7\xc4\x1b\x12\x73\x44\xa6\x79\x94\x90\x60\x05\x3c\x18\x4e\xbc\xb4\x6d\x6e\x59\x34\x71\xbf\xec\x71\x42\x5d\xd0\xed\x16\xa3\x87\xfe\xd6\x94\xf7\x06\xb9\xa7\x49\x08\x10\xd6\xc3\xb6\x79\x6a\x4c\x27\x31\x67\x43\x17\x9f\x71\x4f\x0f\x05\xa4\xdc\x7e\x5b\x17\x50\xdb\xef\xec\x12\xd5\x9d\x36\x77\x39\xa0\x3d\xee\xef\x9a\x74\x93\xd0\x78\x6a\x53\x28\xe1\x23\xa4\x30\x4b\x6e\x36\x25\xa3\x28\x9a\x38\x1f\xf6\x1a\x1a\x68\x41\x6e\xe9\xa4\xe5\xa0\xbe\x7d\x92\x03\x7b\x7c\xfb\x4a\x70\xe0\x12\xd4\x45\xb4\x79\x42\xea\x5f\x00\x73\x5d\xaf\xec\xbf\x1f\xef\x71\x3a\x6c\xc8\xed\x66\xc3\xc1\x06\x67\xa3\xee\xd5\x9c\xe0\x7c\x38\xe3\xeb\x9a\x69\xe2\x2a\xa2\x41\xb5\x9d\x09\x8f\x92\x2e\x8e\x1b\x56\x46\xf0\xa1\xbd\x40\x0a\x02\xab\x42\x34\x09\x7e\xbe\x83\xdc\x04\x36\x5e\xad\x72\x14\x38\x28\xd5\xe5\x2a\xb0\xaa\x6d\xf4\xd1\xdc\x38\xdc\xba\x30\x67\x8f\xb0\x77\x1e\x73\x1b\xec\xf8\x56\xd9\x0d\xec\xb9\xdf\x6f\x96\x03\x97\x3e\x61\xfc\x6f\x61\xf6\x4a\xea\x1e\x2f\xb6\x0a\xa2\x39\xff\xdf\x3b\x60\x60\xec\xb6\x15\xe3\x7e\x8f\x28\xd4\x31\x2c\x14\x6f\x98\x7e\x7f\x14\x75\x74\x57\xe4\xb8\x63\x7e\x04\x8c\x6e\xc7\x7e\x38\x41\xfb\x65\x3b\xeb\x85\x01\xef\xd9\x15\x24\xa3\x6b\x8c\x77\xd3\x20\x34\x91\xf0\x7f\x52\x00\xf2\x7c\x9b\x00\xe4\x79\xab\x00\xe4\xc7\x5f\x6e\x0e\x40\x7e\xfc\xe5\xff\xf0\x00\x64\x97\x8d\x9c\xa4\x2a\x77\x23\x97\xac\x4e\xdb\x24\x55\xa9\x91\x4a\x66\xe9\xad\x85\x52\x8b\x05\xf5\x3b\x91\x49\xd6\xdc\xec\x35\xa9\xca\xad\x24\x52\x1b\xa9\xfe\x6f\x91\xf4\x6f\x91\xb4\x49\x24\x19\x41\x5f\x96\x2f\xc2\x0b\x33\x8b\xea\xed\x85\x91\xf2\x81\xf7\x53\xee\x86\x16\x6c\xa8\xe3\x40\x98\x9a\xf3\x2e\x8c\x0a\xf6\x30\x82\x8c\xba\xc1\x24\xbf\xdb\x46\x4e\xfd\x06\xb9\x7d\xd5\x24\x34\xe5\xf7\xdd\x21\xb3\xaf\x47\xc4\x60\x00\x94\x95\x9f\xb7\x91\xb3\x42\x90\x3f\x62\x05\x0e\x01\x9d\x15\xc0\x4f\xe1\x34\xe4\xe0\x70\xc6\x29\xd5\xaa\xe2\xe0\xed\xb3\xbf\x4f\xbe\xfb\xf8\xf6\xf9\xc9\xab\x77\x6f\x37\x70\xf5\x64\x96\x66\x99\xcb\xd6\xea\x63\xd4\x95\x8f\xc8\xb9\xcd\x56\x15\xfd\x8e\xc6\x6c\x4e\xcb\x57\xae\x6b\xa9\x5b\xd6\xf0\xbc\x8d\xe5\x6a\x39\xe0\x2c\x24\x1e\xdb\xc5\xe6\x9d\x16\x86\x5c\x95\x29\xdb\x33\xe3\xaa\x12\x61\xc4\x0d\xe7\xd4\xf6\x4c\xab\x1a\xe0\x6e\x86\x55\xdd\xed\x3e\xcd\xaa\xe6\x30\x1d\x3c\x9b\x89\xe4\x67\x02\xb7\x32\x00\x78\xa5\xd1\x24\x90\x3b\x7c\x8f\x79\x01\x3c\xe0\xed\xac\x4b\x81\x61\x6c\x6b\xee\x0b\x80\xd8\x87\xbd\x2f\x48\xe0\x00\xbe\x75\xd3\x34\x2d\x69\xcc\xe8\xf3\x2c\xae\x2a\xc7\x71\xa9\x87\xcf\xaa\x93\x53\x63\x6c\x9f\xe8\x7a\x44\xc6\x07\x6f\x9f\xbd\x79\x39\x3e\x30\x1e\x35\xb8\xa0\x6c\x64\x3d\xf1\xe4\x3e\xe7\x28\x66\x83\x37\x0c\x5d\xae\x13\x32\x7c\xf8\xd0\xa8\xff\x90\xfc\x45\xb4\xf8\x05\x49\x73\x63\x16\x0e\xcd\x11\xdc\xf4\x88\x8f\xe0\x8b\x67\x27\xcf\x26\x7f\x7b\xf9\xe3\x4e\x48\xca\xc6\xbf\x06\xa2\x2f\xff\xfe\xf2\xed\xc9\xce\x98\xaa\xd6\xbf\x1a\x4d\x9f\xfd\xf0\xea\x76\x74\x15\x00\x82\x1e\x16\xc1\x5e\xed\x2d\x67\xb7\x8e\x6d\x18\xad\xfb\x56\x9e\x7b\x3b\xf5\xaa\x5a\xb7\xee\xef\xe5\x25\xcd\xd9\x6e\x8c\x70\x19\x08\xbe\xaa\xed\xe7\x03\xcd\xe8\x94\x15\xe5\x4e\x5d\xc9\xc6\xed\x67\x10\x03\x6e\x77\x9b\x39\x6c\x6b\xf6\x65\x40\xa9\x2c\x28\x15\x65\xe2\x3d\x0f\x1b\x94\x80\x11\x78\x35\xa4\x19\x6f\x90\x89\x6f\xe3\x05\xdd\x09\x73\xd5\x3a\xd8\xdf\x99\xad\x93\x19\x7c\xaa\xe5\xaf\x68\x78\x63\xe9\x6f\xf5\x35\x6f\xa2\x9f\xff\x73\x45\xcb\xb5\x54\x32\xc1\x95\xc0\x79\xe7\xfc\x63\xbe\xaa\x68\xf2\xd7\xac\x38\x8f\xb3\x0f\xeb\xc5\x79\x91\x55\x12\xf4\xf0\x21\xb9\x80\xef\x0e\x6c\x43\x32\xe8\x2a\x42\x41\x32\xca\xf8\xff\xf3\x13\xe4\x09\x5d\x2c\x57\xd5\x8b\x62\x91\xe6\xab\xea\xdb\xa2\x60\x15\x2b\xe3\xe5\x97\xe6\xa6\x1f\xdd\x57\x14\x1b\x0e\x09\xad\xb2\x34\x67\x7d\x71\x4c\xee\x83\x8f\x45\x5e\xf4\x57\x80\x69\xff\x32\x2e\x2b\x55\xf5\x3d\xfd\x30\x8f\xcb\x25\x2d\xa5\x81\x98\x14\xf9\x94\x92\x57\x39\x57\xdf\xe0\x49\x64\xf6\x36\x5e\xa8\xb7\xeb\x38\x3a\xff\xf7\x3f\x3f\xbe\x7c\xff\xe3\xe4\xed\xbb\xc9\xf3\x77\x6f\xbf\x7b\xfd\xea\xf9\x09\x39\x26\xf7\x07\xb3\xfc\xd4\x71\xd2\xe5\x1b\xd3\x99\x31\xcd\x97\xb4\x64\xe9\x34\xce\x60\x01\x43\x64\x25\x2b\x96\x9d\x1e\x57\xc8\x18\x2b\x16\xfc\x57\xbc\x62\x45\xc7\x6c\x33\x2f\xca\xf4\x5f\x45\xce\xcc\x56\x19\x9d\x31\x5e\xb9\x4c\x2f\xe6\x2c\xd8\x8a\x15\x45\x76\x1e\x97\x3f\x64\xf1\x94\x82\x52\x03\xed\x44\x94\x3a\x6f\x61\x77\x7c\x66\xf3\xa2\x5c\x8d\xdf\x95\xc5\xe2\x65\x46\x03\x8f\x2d\x06\x6a\x44\xf7\x29\xfe\x30\x58\x57\x3c\x58\x04\x55\x39\x8d\x44\x8d\x41\x12\xb3\x38\xea\xb0\xb8\xbc\xa0\xac\xd3\xb5\xde\x31\xba\x5f\x99\xa2\x40\x96\xc0\xb9\x50\x96\x58\x6b\x23\x04\x3e\x66\xac\x8c\x3a\xf3\x92\xce\x3a\x10\x95\xdb\x31\xcf\xea\x46\x83\xe1\x3f\xff\x70\x1a\xf7\xff\x75\x36\x4c\x07\x8c\x56\x2c\xd2\x1d\x3c\xd5\xd5\x46\xf6\x8b\x37\x96\xde\x74\xdf\xec\x5d\x37\xf7\x50\x57\xf5\xea\x75\x4b\xe9\x55\x2b\xc6\x10\xee\x0f\xc8\xa0\x81\x01\x19\x1d\x9e\x93\x7a\x86\x7d\xcc\xb4\xec\x7e\x0e\x80\x6e\x8f\xdc\xc7\xf7\xd9\xc5\xdf\xdd\x70\xe7\x12\xc3\xca\x96\xd5\x37\x4f\xb6\x5e\x46\x1a\x6a\xf3\xea\x1e\x3e\xfc\xc3\x64\xf2\xc3\xc7\xf7\x2f\x27\x93\x87\x43\xbd\xd4\x27\xf6\x90\x8d\x81\x4e\xd2\x7c\x4e\xcb\x94\x55\xaf\x8b\xa2\xa2\x51\x0d\xe4\x1e\x71\x21\x58\x13\xa6\x3a\xaa\x69\x1e\x89\x29\xea\xc9\x17\xb7\xbc\x28\xea\x09\x93\x4f\x6a\xeb\xef\xf0\x8d\x6b\xd1\xce\x7c\x4d\xe3\x2c\x03\xea\xf7\x88\x0f\x57\x98\x34\x42\xa0\x30\xf6\xdf\x3b\x86\x8b\x49\xd2\x18\x78\xd3\x08\x08\xc2\x39\xea\x31\x39\xae\x1b\xe3\x00\x2a\xf0\x83\x4a\xe0\xfc\xf5\x18\xfb\xf6\x5e\x28\x8f\xfc\x43\x28\x20\x2a\x97\xe5\x3c\xae\xf0\x48\xd0\x81\x9c\x1b\xfd\x8b\xb2\x58\x2d\x3d\xcb\x1e\xc7\x4f\x3b\x17\x7c\x0b\xee\xbb\xca\x50\x21\x41\xcd\xd2\x3c\x89\x3a\x86\x5f\x02\xba\xf9\x06\x2c\x7f\x1c\x0d\x17\x5c\xd3\x09\x4f\x46\x62\xa8\xdc\x26\xe1\xae\x4f\xf9\x52\xe9\xe3\x8b\x98\xc7\xe3\x03\xde\x03\x4b\x17\xa2\x97\xf1\x81\x6d\x84\xa9\x4b\x70\xe3\xf5\xe4\x22\xda\x68\xf2\x23\x35\xc7\x63\x3e\x3d\xd3\x22\x3f\x89\x9d\x37\xe4\xf1\x5b\xc4\xff\xe5\x2a\x44\x9d\xc5\x40\x6e\xc3\x70\x14\x55\xe9\x52\x3a\x3a\xc7\x8a\x6f\x0a\x79\xf0\x40\xb6\x42\xab\xc7\xa9\xec\xe3\xac\x26\x74\x20\xea\x7c\x5d\x2d\xe3\xfc\x9b\x4e\x77\x30\x67\x8b\x2c\xaa\x69\x3d\x60\xc5\x87\xcb\x0b\xe7\x51\xe3\xda\x67\x5b\x2d\xb0\x71\x92\x20\xaf\xa9\xe1\xb6\x75\xbf\x7e\x0c\xaf\x1e\x6b\xed\x9e\xaf\x90\x2c\xf0\x70\xb4\x5f\xc3\x7f\x3c\x7a\x4e\xe3\xc4\x68\xcf\x11\x64\xfc\x1b\x60\xb8\x5c\x72\x81\x0c\xdf\x4a\xf7\xc3\xdc\x1a\x43\x67\x59\xd2\x4b\xfe\x01\xf6\x35\xe0\xbc\x18\xfd\x46\x7a\xa4\x23\xf3\x25\x6b\x08\x42\x3c\x88\xf9\x0e\x59\xa5\x64\x9b\x6e\xb7\xb9\x5b\x18\x5e\xbf\xba\x4a\xd9\x74\x5e\xdb\x3f\x54\xfa\x60\xd7\x99\x16\x19\x9f\x89\x4e\x8f\x8c\x0f\x20\xae\xca\x0d\x50\xb7\xa2\x5e\x9e\x92\xce\x57\x1d\x32\x22\x9d\x3f\x76\x36\x60\x94\xd3\xcf\xac\x0e\x11\x59\xd6\x96\x08\xbc\x7e\xb7\xdb\xed\x3a\xcf\x28\x4e\x8b\x9c\xb9\x73\x76\x5e\x24\xeb\x8d\x73\x86\xb3\xba\xdb\xf0\xff\x04\xc3\xff\x0f\x3e\x7c\x93\x51\x05\x63\x9f\x72\xf8\x49\x7a\x69\xd3\x42\x0b\x8b\x7e\x12\xaf\x2b\x07\x1b\xbe\x07\xdb\xf5\xe1\x13\x81\xff\xed\x57\x0b\x5d\xdd\x64\x52\x1b\x86\x18\x76\x17\x34\x84\x66\x0c\x20\x35\x48\x4b\x1c\xfa\xd3\x22\x4f\x68\x5e\xd1\x24\x8c\x84\x34\xda\xab\x42\x73\x4a\x54\x61\x0b\xa4\xd6\x34\x2e\x7f\x6f\x38\x25\x74\x1a\x27\xf4\xd7\xc5\xea\xac\xd1\x9c\x8a\x02\x4f\xab\x24\x6f\xe2\x34\xaf\x13\x7a\xe1\x5a\xbe\xe0\x63\xc5\xf2\x3d\xc4\x09\xa8\xa5\xe2\xac\xb2\x45\x9a\x24\x19\x6d\xae\x83\x87\x13\xa7\x4e\xed\x2d\x67\x5a\xbd\xc4\x9b\xd5\x28\x70\x5d\x88\xf8\x04\x96\xab\xfe\x10\xab\xe5\xeb\xec\xd2\xfc\x1c\x31\x22\x9d\x3f\x74\x1c\xf4\x58\x7c\x0e\xd7\xb6\x23\xd2\xe9\x1f\xb9\x85\x1d\x96\xb2\x8c\x76\xdc\x6b\x74\x19\xa7\x3f\x48\xf3\x69\x09\xfa\xc4\xf7\xc5\xaa\xb4\x76\x79\x93\x09\xce\x59\x5e\x27\xed\x2c\x00\x5b\x09\xff\xd5\xd2\x91\x32\xc6\x6c\x34\x52\xc8\xdb\x5b\x3b\x5a\xe5\xe9\x43\x2e\xa0\x30\x01\x11\x75\x5e\xb7\xaf\x94\x9d\xce\x08\xd3\x07\x55\xdb\x12\x8e\x77\x17\xa2\x59\x88\x46\xd5\xbc\xb8\x12\xe4\x71\x06\xac\x58\xeb\x77\xc4\x12\x09\xbd\x25\x4b\x58\x00\xb6\x62\x89\xa4\xb8\xca\x1d\xa6\xa8\xcd\x31\x63\xac\xb3\x85\xb7\xce\x5a\x2e\xc7\x86\x05\xa9\x06\x5a\xc9\x4b\x86\x8e\x33\x77\xcd\xec\x1a\x6a\x8f\x4a\x66\x67\xe4\x43\x6a\xe2\x83\xcd\x98\x78\xb7\xf8\xbf\x5f\x31\xf3\x06\x52\x74\xdd\x4a\xd0\x20\x88\xdf\x81\xa8\x11\xe9\xc6\xb6\x13\x36\x0b\x81\xfd\x0e\xe2\x26\x4c\xbb\x3a\x81\xa3\xc8\xf4\xff\x92\xc8\xd9\x9d\x3d\x1c\x10\xbf\x86\xd8\xa9\xda\x89\x1d\x5f\x3a\xfd\x5b\xec\xfc\xda\x62\xe7\x03\xe5\x1a\xec\xad\xc4\x0e\x82\xf8\x1d\x88\x9d\x0a\x10\xd9\x52\xec\x54\x02\xfb\x1d\xc4\x4e\x98\x76\x75\x62\x47\x91\xe9\xff\x25\xb1\xb3\x3b\x7b\x38\x20\xee\x40\xec\xa0\x4f\xe2\xaa\xa2\x8f\xbf\xfc\x3e\xe4\xd1\xba\xbb\x24\x69\xc7\x8b\x68\xd1\xb4\x41\x9e\xb3\x9c\x9c\xb3\xbc\xbf\x2c\xd3\x45\x5c\xae\x1b\x79\x51\xd0\x6a\x44\x3a\x68\xa5\xfc\x81\x96\x69\x91\xec\x75\x1e\x4d\xc0\xf6\x24\x6e\xc1\x84\x9b\xe8\x75\x13\x34\x70\x07\x8f\xd9\xc6\x62\xc5\x7f\x76\x3f\x65\x9f\xe2\xfc\xf6\xf4\x64\xf5\xf4\x28\xce\xba\xcd\x1e\x68\xee\x89\x7a\xf3\x69\xba\xc1\x84\xc8\x79\xef\xef\x29\x95\x87\xe0\xa6\x41\xcf\x6d\xbd\xbf\xed\x98\xfd\xb3\x39\xec\xe4\x2d\x3b\x5d\xb8\xfb\xfe\xae\xdd\x0a\x51\xd9\xb2\xdb\xca\x5d\xf7\xbb\x76\x5b\x52\x46\x8e\x09\x7a\x1d\x36\x99\x38\x42\xd9\x6d\x5b\x1c\x75\x4a\xca\xf0\x25\x3c\x35\x91\xb7\x3f\x65\x29\x98\xc6\x4c\xdd\x5e\x89\x52\x50\x8d\x89\xd8\xbc\x10\x4b\xda\x1c\xfb\x29\xd6\x02\xde\x47\x7b\x0b\x00\x3f\xfb\x5c\x5f\x82\xd1\xe7\xb4\x9e\xe6\xb5\xb9\x76\xdc\x41\x15\x57\x38\xa8\x5f\x63\xdb\xf3\xe4\x2e\xe4\x49\xde\x56\xa6\x26\xf1\xda\xdd\x11\xdb\xee\x6c\xd0\xb8\xed\xd6\x16\x4a\x91\xe7\x25\xd2\x57\x19\x5f\x55\xc9\x3c\xae\x84\x1b\xad\xf9\x89\xaf\x1a\xef\x11\x04\xb0\x04\xf2\xe1\xf6\x20\x37\x6b\xf0\x6e\xce\xee\x4e\x27\x49\x3b\x3e\x26\xb0\xdc\x2b\xff\x65\x09\x00\xa9\xee\xe5\x3c\x0a\xe2\xfd\xb4\x13\xe4\x0b\xdd\x4d\x8d\x9b\x44\x47\x25\x70\x6b\xd7\x5c\xd8\xb5\xe9\x99\x93\xa2\x7d\xcf\xcc\xad\xed\x69\xf7\xbf\x2d\x0b\xc3\x0e\x8f\x9b\x69\x2d\x27\xf3\x7f\xdb\xb0\x2c\xff\xb7\xed\x79\xaf\x36\x4f\xd5\xef\x68\x81\x43\xfa\x95\x6d\x17\x38\x34\xda\x75\x81\x43\xe3\xdb\x91\xb0\xf0\x13\x41\xff\xa6\x24\x2c\x2a\xba\x3d\x09\x8b\xaa\x15\xc3\x85\x49\xc8\x29\xd0\x48\x42\xb9\xb5\x15\x57\x96\xa7\x00\x79\x4a\x3a\x1d\x32\x22\xdb\xea\x92\xad\xae\x10\xcb\xe2\xaa\xdb\x4e\xad\xac\x53\x26\xeb\x2f\x63\xec\xdb\x4c\x57\xab\x8a\xc6\x07\xe7\xd2\xf1\xa3\x6f\x3b\x32\xf4\x31\xd7\x19\x49\xca\x62\xc9\x4f\x4d\xfd\x05\xcd\x57\xa4\xd5\x8d\x26\x03\xc7\x92\x04\x1d\x4b\xfa\x1b\x3a\xe8\x5f\xa5\x6c\xde\x97\x30\xfa\x57\x1c\x08\xdc\x88\x8a\x6c\x9b\xa2\xcb\xa8\xce\x01\x61\xb7\xfe\x84\xd7\x41\x1f\xf8\xc2\xe9\xae\x2b\x1f\x83\x71\xd5\x45\x0e\xaf\x49\x45\xd5\x57\x7d\xee\x91\xb4\xc6\x67\xc0\xed\x80\x23\xdb\x4e\x07\x0e\x74\x10\x3a\x51\x84\x2e\xb8\xd1\xdd\x84\xc3\x5f\x65\x36\xf8\x2c\xad\x58\x7f\x95\x57\x6c\x9d\x71\x1e\x76\x91\x53\x7a\x1c\x6f\x9b\xa5\x2e\x23\x59\x1e\x03\x41\x3e\x91\xfa\xc4\x53\xd2\x91\xaf\x09\x15\xb9\x70\xa4\x09\x4c\xb9\x7d\x7f\x1e\x9c\x79\xab\x4f\x6b\x66\x2b\x6b\x6a\xf5\x94\xfa\x64\x93\x7a\x68\xfd\xf5\xa2\x9d\xb1\xcb\x35\x06\xc8\x2b\xd7\x92\x2e\x8a\x4b\x2a\x59\xc1\x5c\x35\xad\x52\x0b\xd6\x5b\x1b\x64\x07\x7a\xa2\x56\x15\x65\x57\x34\x67\xeb\x19\xdc\xbc\xb5\x80\xbe\xf9\x15\xa4\x65\x59\x2c\xa3\x4e\x49\xe3\xa4\xc8\xb3\x75\x47\x39\xa0\xe9\xe1\xcb\xb2\xcd\xf8\x6d\x5a\x82\xba\x97\xed\x4f\x2e\x3a\x7e\x75\x1b\x8a\x5d\xa5\xc9\xb6\x0f\x29\x84\x54\xe3\x2d\x14\xe0\x00\x12\xe6\x11\xf6\xbc\xaa\x71\x58\xf3\xf7\x3d\xd3\x99\x57\x28\xc7\xc5\x32\xa0\x1a\xab\x0e\x05\x87\x63\xd3\x4d\xf6\x63\xa7\x55\x50\xee\x94\xc5\x95\x16\x38\x52\x0a\x1a\xe5\xd3\x22\xeb\x2f\x92\xfe\x57\x1d\x63\x7d\x09\x51\x16\xae\xb5\xfb\xd0\x85\xd7\xb2\xcf\x9d\xe1\xea\xd2\xed\x79\x4f\xd4\x92\x31\x60\xa2\xf1\x36\xec\xd4\x7a\x26\x85\x8c\x6e\x40\xac\xb6\x2f\xc5\x9e\xcd\x20\x03\xf2\xbb\xc5\xc9\x0f\xb9\x9c\x4b\x5d\x59\x2c\x84\xeb\x2e\x50\xbc\xc3\x66\xe8\xf4\x27\x95\x2e\x30\x72\xfb\x0c\xb8\x9d\x26\xbc\x15\x7f\xdc\x6e\x0e\x82\xf2\x60\x2f\x73\x20\x84\xcf\x2d\xe7\xc0\x15\x61\x9b\xe6\x00\xc8\x2f\xfb\xb1\x97\xf7\x3e\xe6\x40\x2c\xe9\xdb\x4e\x81\xb3\x36\x4d\xb7\x28\x88\x5e\xd9\xa0\x5e\x2f\x39\x52\x96\x62\x0d\x5f\x22\xea\xe9\xd4\x15\xcd\x66\xe4\x98\x00\x4d\x29\xf8\xcd\xeb\x5f\x03\x94\xef\x52\x3c\x39\x2a\x94\x0c\x02\x21\xc7\x00\x44\x13\x06\xf7\xc5\x1f\x8a\x2a\xe5\x7f\xa7\xf9\xc5\x40\x56\x75\x20\xe8\x90\x90\x16\x30\x74\x65\x07\xca\x32\x76\xde\xd6\x82\xc7\x31\x45\x4b\x72\x4c\x22\x80\xac\xbd\x93\x1f\x3c\x20\xf6\x17\x79\x36\x7a\xea\x7c\x27\x23\x81\x94\x8c\x07\x19\x48\xa8\x91\xab\x4e\x16\xb3\x59\x05\xe6\xd7\x3d\x76\x86\x30\x3d\xc7\x78\xce\x88\x41\x5a\xc5\xde\x43\x68\x92\x36\x75\xd4\x85\x42\xc9\x5a\x50\x43\xa4\x84\xf6\xdd\x94\x75\xaf\xd2\x7d\x3c\x95\xee\xef\x9e\xfd\xd5\xe9\x54\x05\xb3\xc0\xdb\xcd\x66\x37\x03\xac\x19\x35\xf6\xd7\xa8\xaf\xd6\x75\xd5\x38\x24\xb9\xba\x36\x38\x63\x87\x61\x7b\x7b\xbd\xdd\xf3\x74\x9e\x66\x49\x49\xf3\xa8\x3b\x98\xa5\x65\xc5\xa2\x6e\x60\xdc\x56\xc7\xc3\x21\x39\x29\x96\x24\xce\x13\x71\x2f\x43\xb2\xe2\x22\x9d\x8e\xad\xf0\x12\x39\xf1\x7a\xcd\x71\x59\x03\xd1\x52\x0e\x45\xbc\xa8\xb6\xbf\xe3\x63\xa6\xf4\x64\xbd\xa4\x95\xab\xa4\x20\x8f\x0d\x58\xb1\x24\x8f\x88\x81\xe2\x60\x4e\xd3\x8b\x39\x8b\xba\xe4\x21\x39\x1a\xfc\x91\x7c\xc3\xcf\x49\x57\x69\x9e\x14\x57\x5d\x5d\xf6\xc8\xf8\x58\x4d\xcb\x22\xcb\x4e\x8a\x25\xca\xe2\x20\xac\x47\x0e\xb1\x8a\x15\xa3\xe5\xf7\xb2\xf4\x6b\xa2\xb1\xf1\xf3\xaf\x68\x61\x03\x6a\x46\x0b\x1b\xa7\xd9\x44\x48\xe5\xda\x30\x04\x3e\x0b\xaf\xe9\x8c\xc1\x34\x40\x34\x5a\xd3\x2c\x98\x72\xab\x6e\x1e\x78\x3d\xe4\x20\x4e\x06\x36\x37\x07\x98\xf1\x9e\x6c\x7a\x03\x29\xfe\x21\x2a\x0e\xc9\x63\x4e\xc3\x96\xb5\xbf\x31\x66\x41\x74\xe5\x91\xcf\x92\xb4\x22\xdc\xae\x05\x09\xed\x66\x10\xad\xd7\x32\x79\x8b\xcf\xac\x01\xe5\xd0\x1c\x92\x71\xb0\xe0\x15\xed\x03\xa8\xdc\x54\x37\xac\xd8\x30\x3c\xd9\xd8\x06\x09\xbd\x34\x6f\xf7\xee\x34\x23\xd9\x5a\x8d\x61\x96\x15\x31\xeb\x8b\x06\x5b\x60\x6d\xa1\x58\x0f\x64\x38\xc4\x34\x3e\x6c\x4e\x09\x88\x19\x29\xac\xc4\xca\x22\x6c\x1e\x33\x32\x8f\x2b\x12\x93\x92\x66\x31\x4b\x2f\x29\x99\x56\x95\xda\x16\xbd\xf8\x35\x87\x65\xa7\x10\x35\x21\x2a\x77\xba\x18\x43\x23\x21\xb9\x24\x50\x82\x52\x34\xc6\x7f\x2a\x10\x81\x19\x97\x7d\x3a\xe2\xcd\x63\x4c\x75\x0b\x8e\x71\x7b\x6e\xbf\xc7\x56\xbf\x4f\x1c\x53\xa9\x90\xb0\xcd\xb3\x28\x90\x6a\x88\x94\xd2\x09\x29\x8c\xdc\xb3\xfa\x78\x6b\x3e\x0f\xad\x72\x9e\x82\x3a\x95\x90\xab\x94\xcd\xd3\xdc\xa4\xb2\x44\x9e\x26\xa0\xf4\xc5\x69\xde\x7c\x54\x37\x67\x9f\x8f\xde\xf5\xcd\x18\x11\x7f\x19\x71\x35\x16\x64\x0e\x19\xa9\xfe\x4c\x19\x5e\x23\x60\x1f\x91\xce\xf2\xb3\x6d\xa2\xc6\xb5\x51\xd3\x87\xa0\x9c\x0d\xa4\x2f\x29\x0a\x55\xad\xee\xc8\x53\x72\xe8\x60\x24\x3b\xe5\xfa\x36\x60\x6c\xf5\xce\x05\xca\x88\xb8\xcb\x0c\xc4\x0c\x79\xda\xbe\x1f\xde\xa0\xb9\x23\x58\x43\xf5\x3d\x69\x62\x1a\x23\x96\xe2\xb5\x1f\xa2\xa9\x2e\xdc\x09\x4b\x83\x1b\x36\xaa\xf2\x90\xee\xc7\x7e\xe5\x41\x7e\xab\xbb\x6e\xae\x8b\x43\x10\xb9\x88\xac\x8c\x49\x6e\x4a\xab\x41\xc5\xe2\x92\xbd\x9b\x45\x1d\x7e\x48\x55\x7f\x24\x0d\x01\x0b\x35\x2f\x00\x1d\x1f\x43\x66\xaa\xc0\x1d\x4d\x43\x5c\xd4\x94\xf7\xca\xe8\x67\x16\x75\xfe\xd0\xe8\x3e\x23\x12\xae\x19\x43\x1a\xa4\xd5\xb7\x74\x56\x94\x32\xe5\x98\x37\x32\x9a\x27\x62\x5c\x9e\xc7\x40\x33\x52\x49\xa1\xb0\x32\xfb\xc3\x17\xa9\xa3\x4e\x92\x78\xce\x6a\x66\x35\x99\xce\x2d\xd9\x98\xb6\x46\x88\x01\x2f\x26\x14\xc2\xa2\x08\x04\xdc\xd9\xf7\x2c\x6d\x78\xe7\x0d\x04\x34\x79\xec\x83\x9f\x7d\x0e\xaa\x96\x31\x3e\x96\x7c\xe6\x3a\xd3\x40\x83\x0f\xf3\xa2\x64\x2d\x98\x67\xdd\xcc\x3c\x62\xf6\x0c\x98\x83\xb4\xfa\x10\x2f\xdc\xb9\xeb\x11\x0e\xc9\xdd\x72\x39\x8a\xfa\xa2\x4f\xf9\x3a\x06\x3d\x0a\xe1\x26\x1b\x06\x6b\x4d\xe9\x42\x7c\x81\x49\x35\xd1\x90\x93\xfa\xe6\xcd\x1b\x6f\x56\xcd\x7a\x72\x56\xdf\xec\x3e\xab\x08\x8e\x30\x3e\xa9\x74\xb1\x64\xeb\x48\x4d\x2e\x0c\x71\xe3\xf4\x62\x06\xb3\xc0\x04\x9b\x05\xfe\x14\x63\xbf\xe2\x6a\xa6\x0d\x8a\x7e\xd0\x93\x82\xf0\x3d\x8d\x13\x5a\x92\x63\xe3\x93\x00\xc3\xc9\x1b\x6c\x16\xac\x7c\x5e\x24\x9c\x65\xf0\x2f\x08\x39\xf4\xbd\xaa\xc0\x50\x11\x30\x44\x64\x71\xc5\xe0\xae\x28\xb1\x24\xdb\x05\x65\xaf\xad\x12\xef\x28\xed\x0e\x63\x40\xff\x3b\x3a\xb4\x91\x10\x5c\x85\xf7\xb8\x75\xef\xaf\x42\x18\xea\x8f\xd4\x36\xe8\x84\x80\x1f\xb5\x84\x87\x5c\xdb\x06\xe2\xe3\x5d\xd0\xcd\xe9\xe7\x06\xe0\x8a\x0d\x44\x6e\x4e\x57\x73\xd6\xdf\x03\x3b\x42\x30\x01\xa6\x2f\x26\x56\xe7\xac\x8c\xa7\x0c\x56\xd0\xba\xd3\x0d\x2e\xf3\x9a\xd9\x31\xc4\xb2\x8d\x48\x70\x05\xd6\xcc\x02\x2c\x7b\x07\xb9\x35\xad\xbb\x38\x6b\x37\x28\x29\x11\xb6\x19\xcf\xe3\xdd\xc6\x63\x4f\x08\x97\x76\x97\x34\x38\x1d\xce\xd2\x78\xf0\xc0\x59\x2c\x4d\x52\xd7\xb8\x9b\xca\x2b\xef\x9d\x30\x81\x08\xfd\x6f\xa7\x8f\x01\x14\xc0\xdd\xa4\x1a\x98\x85\x60\xd3\xb0\x68\x3c\x9d\x1b\xa7\x05\xf0\xbe\x08\x9c\xab\xef\xa1\xa2\x25\xe7\x03\xff\xf2\xe6\x03\x11\x41\x18\x28\xa8\xbd\xd3\x87\x3c\x76\x6c\x98\x03\xfb\xa0\xdb\xc6\xb7\xe1\x03\xdf\xfa\x5e\xe6\xc9\x8f\xd4\xf7\x15\x34\xcb\xa2\x59\x3c\x65\x45\xd9\x23\x6b\xd7\x21\x08\xf6\x62\x46\x97\x90\x14\x17\x32\xb3\x0c\xc9\xd1\xa1\x2b\x13\x39\x28\xd1\x07\x3c\xb0\x39\xcb\x8a\xa2\x8c\x38\x30\x32\x14\xed\xba\xe4\xa1\xf8\xe5\x34\xa6\x0a\x3d\x0d\xe6\x11\xf6\xf9\x90\xfc\xd9\xa9\x0c\xaf\x64\x41\x42\xd7\x60\x57\xbc\x15\xef\x88\xff\x1b\x08\xfb\x56\x1d\xf4\x64\xaf\x3d\x03\xe2\xc6\xa8\x5e\xdc\xce\x78\xb3\xd0\x36\x07\xdf\xfd\x5d\x0e\x62\xa6\x5b\x6d\x72\x22\xba\xda\x19\xb1\x6a\xaf\xb6\x38\xf5\xa5\x7e\x87\xe3\x55\x9e\xc7\xcb\xca\xdc\x84\xac\xf9\x3e\x3a\xec\xb9\xba\x93\x90\x3b\x0d\x53\x5b\x23\x70\xa0\xa1\xec\xf1\xf4\xf0\xcc\x05\xa1\x27\xb8\x15\x80\xa3\x33\x57\x82\x80\xdb\x36\x5b\x80\xf1\xc7\x3c\x7c\x3b\xa4\xb9\xd5\xb6\xf9\x02\xc2\xc8\xbb\xcd\xd0\xb7\xdb\x37\x5b\x81\xdc\x79\xe3\x6c\x80\x7e\xab\x9d\xd3\xee\x72\x91\xe6\x52\x62\x07\x0b\x06\x69\xf5\x0c\xed\xca\x7a\x69\x05\xf6\x9c\xf0\x4c\x6d\xb7\xe5\x84\xe7\x03\x76\x50\xd5\xb9\x60\x62\x70\x78\xe9\x83\xa3\x8b\x60\xbe\x86\x5d\xd5\x19\x57\xfc\xb9\x66\xc0\x58\xa0\x4f\x77\x4a\x82\xb4\x1b\xef\xd6\x5b\x2c\x70\xfc\xa3\x63\x32\x3e\x80\xa3\x05\x31\x4e\x14\xc7\xe3\xf1\xf8\x40\x2b\x67\xfc\x2f\x32\xe5\x90\xa1\x00\x64\x61\x91\x25\xe8\xe8\xe3\x28\x0d\xce\x3c\x81\xdb\x90\xc2\xc6\x70\x17\xe2\x80\xbe\x41\x08\x1e\x75\xfb\xe4\x08\x2b\x7d\x3d\x84\x43\xcf\xf8\x20\x7c\xac\xba\xa7\x5b\x4a\x36\x69\x22\xda\xad\x06\xec\xa2\x6a\x29\x14\x01\x15\x3c\xa8\x5b\x08\x27\x2a\xd0\x12\x14\x2d\x6e\x4f\xc1\x20\x7b\xda\xb4\xf3\xc4\xad\xa9\xc6\xfd\xfe\x79\xa4\xf5\x08\xbd\xbd\x2b\x91\x61\x9d\xfc\x7f\x5a\x9e\x34\x51\xf4\x85\xf6\x60\x51\xe2\xef\xc2\x22\x4b\x48\xab\x7d\x58\x65\x14\x71\x3d\x15\x35\x0c\xb5\x17\x1b\xdf\x6e\xb5\x1b\x6f\xb5\x1d\xe3\x28\x6f\xb5\x21\x6f\x07\xe2\xc8\x03\xb1\xf3\x59\x17\x0e\xfe\xb8\x77\x28\x1c\xe0\xb5\x05\xf7\x8c\x8e\xe2\xb6\xb1\x8e\x1a\x07\xf0\xaa\x5d\x16\xd2\x17\xbc\x09\xbc\x95\xc6\xf0\x9c\xe6\x6c\x55\xae\xbb\x9b\x3a\xd8\x79\x87\x6f\xee\xe0\x56\x9b\xbc\xc1\x46\x72\xc5\xa2\x47\xb6\xe7\x01\xb6\x9d\x02\x80\x20\x83\xd2\xbd\x8e\xf8\xdb\x6d\x8a\x41\x28\x96\x1a\x60\x8f\xca\x52\x04\xac\xa2\x3d\xab\x02\xdb\x8e\x7c\x6b\x75\xa0\x66\xda\xfa\xe4\xe8\x90\x7c\xed\xdd\x25\xc9\x8d\x41\x98\x25\x1f\xe4\xe7\xd5\xf2\x89\x10\xc8\x9d\x0d\x17\x81\xed\x36\x15\x44\xc3\xd9\x56\x70\xa8\xb0\xb1\xf0\x02\x68\x89\xd5\x65\x63\x63\x9f\x76\x67\xea\xab\xb0\xe6\xe1\x8f\xb7\x7e\x7b\x09\x1b\xe7\xef\x99\x70\x0c\x4d\xa4\x61\xce\x2c\xd1\x22\x8f\xa6\x2e\xc2\x47\x47\x4e\x18\xb2\x2d\xd6\xf6\xb5\x90\xea\x9b\x08\x4c\xbe\x3e\xb6\xf1\xb5\xb1\x72\x04\xe9\xd6\x3c\xde\x1e\x2b\xd1\xa4\x0d\x56\xb7\xe6\x31\x64\x90\x16\x76\x25\x0f\xfd\x6e\xa0\x5a\x0d\xca\xed\xf5\x41\x97\x32\xf7\x6c\x66\x80\x2f\xd6\x44\x34\xe9\x54\xb7\x5d\x37\x35\x72\xb0\x41\xe3\x14\x95\x41\xe7\x3c\xdc\x8f\xd2\xf9\x2b\xc8\x87\x2d\xc6\x19\xd0\xd3\xb6\xd3\x3c\x37\x3e\x81\xa2\xfb\x72\x33\xd2\xaa\xd4\xaf\x1a\x8a\xce\x52\x1b\xd2\x8f\x92\x78\xdd\x52\x53\x85\x34\x85\x5e\x40\xcd\xda\xd1\x51\xc5\x87\x7a\x05\x55\x28\x4b\xa7\x67\x8e\xf7\xa2\x71\x7d\xd8\x23\x65\x71\xd5\x23\xd3\x0c\xd2\xa5\xf7\x48\x5a\x6f\x9f\xae\x73\x98\xf6\xbd\xdd\x9c\xbd\xdd\x42\xfc\x56\xba\x19\x5c\x39\x59\x8a\x93\x07\x7b\x3b\x5b\x4e\x0b\x80\x3b\xeb\x79\xb5\xb0\xb7\x54\xf1\x1a\x46\x1a\xba\x67\x10\x37\x8c\x36\x62\x49\xbc\xd6\x8d\xbf\x83\x1a\xb7\xb8\x8a\xb0\xee\x57\xde\x74\xc2\xe6\xef\xe0\xb4\x6f\xaf\x1b\x6d\x77\x39\xd2\x1e\x99\xad\x15\xb5\xed\xbc\x1b\xde\x74\xda\xbb\x3a\xc0\xc3\x71\xc6\xa3\x71\x5f\x3e\x0e\x3d\x12\x37\x1c\xc6\xd9\x55\xbc\xae\xf8\xf6\xb2\xcc\xe2\x35\xf9\xf2\x31\x0c\x8b\x44\xc2\x6d\xa8\x9a\x17\x57\xe4\x2b\x02\x41\x81\x5d\xf7\x4e\xc3\xf4\x18\xe0\x35\x92\x78\x2d\x0f\x07\xbe\xd3\x54\x63\x26\x49\xb2\xd9\x39\x23\xf0\x62\x9c\xe1\x02\x31\x3e\xf8\x9a\x25\xc6\xe6\x31\xbd\xd2\xa2\xdf\x45\x53\x89\x7e\x96\x7c\x33\x3e\x70\xd3\x43\x05\x5e\x87\xe3\x22\x0f\xef\xee\x2d\x07\x86\x60\x6d\x21\xf4\xf4\x71\xb2\x89\x68\x35\xde\x1f\x35\x37\x3f\x12\x34\x57\xd5\xf9\xb6\x18\xf0\x6b\x6c\xee\x0c\xd5\x9b\xed\xfb\xca\xe9\x55\x8b\xbe\xec\xb9\x6b\x78\x21\x8b\x88\x1d\x03\xae\xb9\x14\xdb\xc3\x53\x72\x28\x45\x18\x4d\x06\x50\xf8\x6e\x16\x74\x5e\xf9\xf1\xc7\x1f\x7f\xec\xbf\x79\xd3\x7f\xf1\xa2\x13\x08\x64\x42\x6c\x10\xf8\xbd\xe3\x63\xd2\x3f\x0a\xb0\x8e\x4f\x1c\xc3\x04\x68\xa3\x72\x0a\xa0\xce\xd0\x1b\xa6\xf9\x82\x31\x40\x3b\xa1\x11\x3e\x71\xab\xdd\x04\xb8\x4e\xfd\x11\x74\x6c\x6d\x44\x39\x6c\xb5\x6c\x85\x70\x0b\x74\x6f\x36\x4e\xbe\x23\x51\x2d\x65\x80\xa3\xd1\xcc\x60\x4a\x54\x6e\xcb\xd1\x9a\x02\xc6\xc3\x83\x6d\x7a\xc4\xf4\x20\xdb\x75\x67\x88\x37\x72\x7d\x4d\xc2\x45\x5f\x35\xf7\xcb\xe5\x0f\xcd\x37\x0d\xd4\x13\x6c\x35\x6a\x73\xbc\xd6\xaa\x71\x12\xaf\xb5\x52\x1c\x5a\x35\xaf\xcd\x53\x83\xa1\x66\xc7\x6b\x6c\x22\xd1\xb4\xd4\x66\x7b\x90\xa0\xbd\xd6\xca\xce\xad\x1d\xc8\xee\x47\x1d\xe1\x43\x63\x78\x52\x6f\x15\x4a\x9e\xc4\xeb\xfe\x34\x4b\xa7\x9f\xac\x6e\x0c\xb8\x48\x44\x88\xa8\x94\x63\x3e\xd8\xb1\x8b\xfe\x05\x6f\xdf\x5f\xc6\x39\xcd\xc6\x07\xdf\x7c\x3d\xc4\x28\xcd\x7a\x5d\x4c\x3a\x08\x39\x7e\x52\xf6\x11\xc2\xc4\x56\xa8\x70\x7b\xc0\x4f\x69\x7f\x51\xb8\x27\xdb\xad\xfc\x56\x24\xd7\xe0\x45\x98\xb8\xe5\xc7\xd5\x50\x45\xdc\x81\x37\xd4\x50\x16\xfa\x36\x07\x2e\xef\x69\x67\xfd\x35\x90\x95\x01\xd2\xb1\x07\x8f\x4c\x6e\x4a\x2f\xac\x5b\xe7\x97\xca\xe1\xb7\xd0\xdc\xfc\x60\x7e\xfb\x18\x65\x63\xd7\xac\x2b\xe9\xbd\x56\xf5\xc7\x11\x85\xa8\x8a\xa3\xa3\x16\xd1\xd9\x06\xea\xd8\xf2\xe8\x71\x6b\xa7\x55\x68\x54\xe7\x80\x23\xb6\x1b\x37\x9c\x5e\x1b\x8a\x5d\x84\xbf\x26\x47\x10\x35\xe2\x61\x24\x8a\x6a\x1b\xf2\x91\x86\xf2\x90\x06\x00\xfd\x1f\xf2\xe5\x16\x2a\xa9\x3d\x41\x6d\x95\xbe\x96\xf2\x1a\x72\x4b\xdb\xd2\x97\x23\x19\xbc\x57\x33\x46\x82\xcf\x2a\xb7\xb8\x59\x33\x47\x6f\x9e\xd8\x8c\xa9\x78\x4a\x3a\xdf\x7f\x0f\xad\xe7\xf3\xce\x66\x59\x0e\xa0\xdc\xb7\x9d\x83\x44\x80\x55\xd2\x2c\xea\x9a\x1c\x7e\x31\x97\x9a\xef\xf1\x8b\xdf\x77\x5d\xc0\x22\x45\x5b\xf3\x12\xc6\x3e\x5a\x2c\xe2\x06\x5b\x88\x77\xf3\x06\x4e\x50\x4e\x3a\x03\x46\x97\xcb\x34\xbf\x00\x6e\x3c\x22\x4f\xc9\x1f\xbd\x87\xde\x65\x95\xad\x65\x82\x58\xa4\xce\x08\xc4\x3a\xb5\xc6\x19\x7c\xd0\xdb\x58\x3a\x58\x6b\x80\x94\x83\xe5\x13\x09\xf7\xaa\x2f\xb7\x39\xda\xdd\xe9\x3a\x12\x09\x93\xed\x95\x84\x18\x37\xad\x25\x45\x80\xc5\x36\xab\x49\x10\x44\x6a\x51\x8b\x45\x8b\x65\x23\xda\xf0\x85\xc3\x89\x87\x5d\xde\xd5\xda\x11\x49\x58\xbd\xb5\x23\xbe\xef\xba\x76\x44\x22\xc2\xe6\xb5\x83\x7d\xb4\x58\x3b\x8b\x3d\x6e\x80\x6d\x98\x1d\x11\x43\xc2\xd7\x33\x3b\xd6\x1a\xe0\x50\x81\xd9\x1f\x1f\xfe\x5e\x98\x5c\xa4\xe7\xb5\x99\x1c\x31\x6d\x62\x72\x35\xf0\x6a\x1b\x26\x17\x84\x90\x4c\x5e\x55\x2d\x98\x5c\xb4\xe1\x4c\xfe\x47\xec\xef\xae\x38\xfc\x24\x5d\xf8\xb6\x74\x91\xc7\xc2\x7b\xfb\xe4\xe2\x22\xa3\x3d\xf9\x6c\x7c\x80\xb7\x38\x8b\x3f\x97\xd1\x71\xd5\xa6\x65\x00\x81\x1b\xa7\x81\xfc\xd2\x67\x1e\x43\xef\xec\xe6\xd0\x2a\xe1\x31\x1f\xd6\x46\x64\x4f\x4d\x56\x32\x13\x04\xbb\x4f\xa2\xe5\xea\x0d\x7a\x07\xeb\xa7\xee\x6d\x97\x69\x0c\x75\x8a\xe6\x42\xb7\xfe\xe6\x98\xeb\x6a\x4f\x49\xff\xe8\x31\x19\x91\xa3\xc7\x42\x5f\x19\x91\xcb\x22\x4d\xc8\xa1\xd5\xb1\x7f\x09\x87\x68\xa2\xd5\xd9\xe9\x40\xb2\xe3\xb3\x90\x99\xc7\x4c\x4f\x84\x2b\x20\x57\x8a\x68\xf8\xd1\x0b\xe8\x67\xb3\x51\xbc\x36\xff\x24\x02\xd8\xca\xef\xda\x46\x3a\x30\x78\x8b\x19\x65\xec\x69\x27\xc4\x70\xc7\x40\xee\x33\x19\xff\x13\x26\x95\x95\xb1\xab\x56\xed\xb3\x42\x84\x6e\x87\x94\xd0\xb0\x36\xa0\x05\xbb\xe6\xfe\x3a\x15\x5b\xd3\xa6\x4e\xb9\x14\x0b\x1f\x2f\x8d\x93\x61\x6d\xb9\x52\x3d\x6b\x6b\xa8\x0d\x76\x93\x0c\x4b\x8a\x67\x53\x91\xd8\x43\xcb\x30\xf9\x31\xa2\x3d\x82\x2b\xd6\x13\x66\x7a\x5c\x5b\x4a\x93\xfb\x11\x1d\x08\x29\x7d\x02\xef\xbc\x76\x21\xf5\x85\x71\x39\x14\x7e\x1b\x10\x1c\xa7\xea\xa5\x78\x2c\x47\x21\x7e\x5c\x5f\x93\x40\x4f\xf8\xbe\xac\x08\x67\x73\xb1\xc3\x44\x71\x24\x0a\x8c\x98\x90\x69\x5c\x51\xf1\x94\xdc\xc8\x5e\x7b\x9e\xd1\x92\x93\x27\x8f\x2f\xbf\xcb\xa7\xe4\x98\xb8\xaf\xb0\xda\x8f\x83\x63\x76\x69\x81\xa4\x7c\xc2\xfb\x6c\xf0\xf6\xd9\xdf\x27\xdf\x7d\x7c\xfb\xfc\xe4\xd5\xbb\xb7\x01\x1b\x32\x71\x55\x1a\x2e\x00\x77\xee\xe8\xc3\xc9\xcb\x1f\x7a\x02\xe1\x90\xc5\xda\x64\xab\xe0\xac\xba\x28\x7d\x04\x03\x49\xd4\x04\xf1\xbc\xa4\xf1\xa7\x4d\x97\x1b\x48\x72\xf5\x8c\x61\x1b\xb2\x4f\x7e\x5d\xba\xab\x7b\xc1\x5b\x12\x7f\xb2\x7f\xea\x37\x82\xdc\x86\xfc\xe6\x2b\x8e\xce\x14\x60\xa7\xf0\xb6\x4d\x91\xd0\xe8\x28\xd4\x99\xee\xca\x87\x6d\x06\x93\xb6\x99\x5d\x88\x40\x02\x4d\x97\x0e\x98\x58\xd1\x90\xb5\xb5\x62\xe1\x90\x47\xbc\xa9\x89\x8c\xfa\x9b\xa8\x67\x84\x5c\x2d\xf4\x75\xb6\x5b\x5f\xed\xef\xce\x9c\x62\x90\x36\x2f\x78\x93\xe6\xf2\xe3\xdb\xd5\xe2\x9c\xba\xd9\x89\x2d\x02\x52\x06\x71\x3b\xc6\x5e\x61\xfb\xaf\x86\x3d\x6a\x05\x9a\x41\xdc\xbb\xdd\x5e\x9d\x50\x7e\x05\x24\xa9\x21\x44\x30\x0d\x78\x30\x53\x90\x35\x84\x79\x9a\xd8\xd6\x5c\x8b\xa9\xac\x0f\x41\xf5\x25\xc0\x4c\xfd\x20\x37\x91\xba\xf5\xe0\x75\xba\x71\x81\xa8\x48\xe3\x5b\x2c\x0e\xed\x96\xde\x8a\x7f\xd7\xe8\x83\xb7\x8c\xcb\x8a\xbe\xca\x99\xc9\x97\xa8\x2c\x74\x7b\xe0\x15\x78\x7d\x2d\x34\xd3\x0d\x7c\xaa\x9c\x9b\x7f\xc7\x5c\xfa\x6f\x3e\xdc\xc4\x87\x3f\xfe\xf8\xe3\x8f\xfb\x62\x45\xbc\x95\x68\xb7\x55\x36\x71\x23\xea\x49\xca\xa3\xad\xb3\x0b\x63\x4e\xfe\xcd\x99\x1a\xc9\x7f\x73\x66\xbc\x6e\xc5\x96\x49\xbc\xae\x35\xd9\xd5\xf2\x92\xc9\xba\x70\x98\x28\xb2\xd0\x2d\x3b\xc1\x7b\x50\xcf\x9d\xab\x1d\x7d\x82\x1d\xe5\xf4\xaa\xa1\xa3\x70\x52\x8b\x86\x3e\x44\x06\x49\xf1\x4c\x05\xfa\x3c\xe2\xdd\xf6\xa6\x4d\xc3\xb5\xf8\x08\x9c\x85\x1b\x4b\x78\xd5\x6e\xed\x19\x63\x82\x6c\xf4\x8c\xd1\x63\x68\xed\x18\x43\xda\x39\xc7\x10\x7f\xd9\xe7\xab\x2c\xeb\x21\x5e\xdd\x27\x64\x38\x4c\x28\x76\x4f\x16\x72\x20\xe1\xde\xea\x57\x9a\xd7\x85\x1e\xcf\x26\xa9\x41\x1e\x91\xa3\xfd\xac\xf3\xed\xfb\xde\x82\x91\xb5\x8b\xab\xce\xb9\xeb\x08\xb5\x4f\x94\x2e\xdf\x2d\x69\x1e\x28\x42\x79\x17\x28\x68\xc1\x3f\x4d\xe2\x30\x88\xee\x16\xa2\xc6\x79\xfb\x78\x93\xbc\x01\x42\xe8\x4d\x23\x88\x6e\xa8\xf7\x86\xc5\x1b\x32\x5e\x7a\x4e\x9b\xf3\x1a\xa1\xba\xad\xd9\xd0\x6e\x53\xcb\x91\x7e\x54\x8d\x35\x17\x78\x58\xc7\x8e\x6a\x39\x77\x23\x97\x2a\x4c\xf7\xc2\xa2\xbb\xcc\xb9\x7c\x67\xf4\x37\x98\xf5\xc9\xc6\x69\x0f\xdf\xa5\x1a\x97\x6f\x9b\x79\x61\xa2\x99\x21\xf4\x82\x29\xd9\x1f\x33\x4c\x6e\xcd\x0d\x93\xdf\x9e\x1d\xe4\xfb\x8f\xbf\x21\x3b\x3c\x6e\x16\x03\xa1\x24\xff\xa4\x71\xea\x1f\x63\xab\x5f\x63\xee\x1f\xdf\x7e\xf2\x1f\xff\xfa\xb3\xef\xbc\x74\xfe\x1b\xce\xfd\x17\xe1\xb9\xb7\x54\xcf\xf6\xfb\x80\x82\x7a\xf7\x3b\x81\xea\xea\xf6\x0c\xf0\xc5\x6f\xc8\x00\xbf\x83\xdd\xe0\xcb\x0d\x2c\xb0\xc7\x3d\xe1\xcb\x5f\x6f\x53\xf8\xf2\xf6\x7c\xf1\xe5\x6f\xc8\x17\xbf\x83\x6d\xe1\x8f\x2d\x44\xc3\xf6\x7b\xc3\x1f\x7f\xbd\xbd\xe1\x8f\xb7\x67\x81\x3f\xfe\xfa\x2c\x60\xbd\x76\xbc\x69\xfa\x37\x5b\x96\x6c\xa7\x83\x0d\x0e\x07\xbb\xd9\x9a\xb6\x1f\x1c\x3e\xff\xd5\xc6\xce\x72\x9f\x23\x64\xdf\xa5\x04\x2d\x08\xf7\xb3\x34\xff\xc4\xeb\xa1\xbd\x4e\xde\xb6\xc4\x9e\x8b\x89\xa8\xae\x92\x57\x3b\x0d\x56\x59\x4d\x0b\xfa\x79\x19\xe7\x09\x5c\x23\x8b\xc6\xd2\x79\x04\x1f\x76\x09\x36\x02\xb0\x81\x26\xf2\x45\x93\x51\x5e\xb0\x08\x00\x74\xeb\x10\x85\x90\x5f\x89\x66\x5a\xc9\x2b\x23\xf2\x54\x90\x66\x24\x8a\xcc\xfb\x24\x8f\x27\x21\xb8\x54\xf4\xf9\x22\x66\x71\x8f\xa4\x39\x86\xa9\xbc\x9a\x16\x39\xbe\x6e\x7a\x42\x2b\xff\x95\x03\x22\x56\xa5\x1a\xfd\x83\x07\x8a\x12\x22\xb7\x76\x38\x7e\xc7\xe8\x8c\x1c\xeb\x26\x68\xb0\x55\xef\xbe\x34\x19\x58\x2c\x10\x0f\x1e\x58\x20\x07\xac\x8c\x73\x95\xd2\xbc\x46\x20\xc8\xb7\x54\xca\x95\xfb\x9c\x29\xa9\x97\x03\xe6\x60\xd5\x34\xd5\x74\x30\x1c\xf2\xea\xea\x75\x9a\x65\xb6\xba\x48\x73\x92\x56\x24\xbe\x8c\xd3\x0c\x3c\x04\xd9\xbc\x2c\x56\x17\x73\xa2\x22\x02\x06\x3f\x43\x46\xdf\x9c\xac\x2a\x4a\x52\xd6\xc4\x69\xaa\xfb\xa8\x33\x4f\x13\x1a\x98\x56\xcd\x62\x46\x5d\x64\xc7\xd0\x88\x1b\xec\x48\xc3\x21\x29\xd8\x9c\x96\x57\x69\x45\xc9\xcf\xab\x8a\x49\x77\xa9\x34\x47\xd7\x39\x52\xe4\x90\x76\x9e\x5d\x15\xe4\x32\xa5\x57\x55\x23\xe6\x96\x87\x50\x2d\x42\x0a\x79\xe3\x0d\xf5\x5a\xe4\xeb\xa7\x0b\x45\x96\xf7\xb4\x5e\xcd\xa4\x81\xa0\x10\x2f\xbf\x87\x1e\x1b\xd2\xaf\xda\x92\x47\xa4\x43\x3a\xe4\x11\x09\x55\x48\x6a\xce\x9d\xc4\x5a\x59\x7c\xe1\x42\x7f\xf3\xb8\x6a\xee\x8c\x2f\xe8\xba\x7e\x3c\x1f\xe7\x9a\x97\x77\xed\x21\x42\xac\xbd\xd8\x83\xe5\xfb\xb5\x06\x6a\x81\x9d\xab\x99\x45\x40\x12\xdd\x1d\xe1\xf6\x36\xc1\x52\x96\xb5\xa3\x7d\x2d\x3a\x0d\x94\x30\x7b\x00\xa2\xec\xd6\x43\xfd\x80\x65\x07\x8d\x2c\xbc\x4d\x66\xc4\x1d\x06\xb9\x75\x27\x27\x9c\x8b\x5b\x59\x94\x03\x9a\x82\xfe\xb3\xd1\x11\x63\x5e\x5c\x85\x75\x87\x66\x9f\xce\x6f\x48\x92\x5e\xe2\x5e\x6b\x78\x67\xe3\x3f\xdd\x4e\x37\x6c\xe6\x6d\x06\xe9\x03\xea\x74\x61\x23\xf7\xe0\x6c\x1a\x50\xd0\x04\xb0\x43\xe7\xb7\x1c\x04\x28\x86\xbb\x8e\xa1\xe6\x14\xfb\xeb\x8f\x42\xf8\x52\xee\x3a\x8e\x9a\x53\xd7\xaf\x3f\x0e\xe1\x9e\xb9\xd3\x38\x54\x9c\x54\x2b\x05\x7b\x8e\xd1\x77\x9b\xee\xed\x6a\x35\xc3\x0d\x5e\xd7\xba\x62\xdd\x21\xa4\x4e\x8c\xc3\x4b\x3c\xab\x12\xae\xd8\x6a\x6b\x11\xc4\xff\x11\xaf\x12\xdc\x0b\x3d\xe9\xb3\x41\xb4\xcb\x5e\x8f\x5b\xf4\x7a\xec\x38\x66\x37\xf5\xd9\xea\x94\xb8\xf9\x34\x87\x94\xe3\xff\xbb\xe3\x59\xcd\x0a\x34\x57\x4f\xd2\xc6\x66\x90\xbb\x59\xb0\xe8\xec\x74\xe5\xb6\xfd\x8d\xda\x86\x5b\x46\xd3\xd3\xd7\xdc\x06\xf6\x7f\xfc\x36\xc3\xa3\x6a\x1c\x09\x1b\xe6\x47\xc8\x9f\x16\xd7\xe0\x3b\xcc\xde\x96\x73\x57\xed\x6d\xee\xea\x67\xae\x6e\xde\xb6\x9b\xb5\xc0\x9c\x6d\x96\x70\x28\xab\xb7\x9f\x22\x21\x5a\x7f\xbb\x29\xfa\x1f\x34\x13\xd3\x2c\xe0\x53\x28\x0c\x2a\xe0\xbd\xb4\xc5\xbe\x05\x67\xc1\x20\xac\xe0\x78\x9b\x40\x61\x66\x8a\x36\xbb\x1f\xd4\xac\xcc\x60\x23\x23\x09\x46\x4b\xcb\xa6\x86\x51\x93\x35\x23\xc0\x97\x66\x9b\xbb\x35\x30\x06\xdb\x04\x63\x15\x6e\xc8\x70\xb8\x5c\x9d\x67\xf8\xfc\x21\xff\x62\x11\x40\x86\x62\xf0\xd9\x30\xa3\x30\x70\x76\xbc\x20\x32\xd3\x40\x23\xf3\xc9\x3a\x04\xd5\x8b\x45\x3c\x90\xb9\x29\x7f\x19\x19\x0e\xc9\xab\x8b\xbc\x28\x29\xa1\x97\x34\x67\x1c\x42\x8a\x76\x89\x45\x9a\x24\x19\x25\xc5\x8c\xc4\x44\xe8\x53\x1a\x05\xd9\xad\x06\x15\xd0\xc4\xb4\x51\xca\x7d\x8f\xc2\xc1\xcb\x35\xa6\x81\x75\x92\xc1\x83\x12\x1b\xcd\x5b\xb7\x34\x6c\xb9\x54\x0d\xd8\xb6\x6a\xc2\x50\x1a\xde\x01\xb7\x61\xdc\x04\x73\x25\x34\x60\xb5\x29\xcd\x9c\x76\xa2\x34\x5f\xc7\xb5\xbf\xe8\x13\x74\xe7\x9c\xe5\xde\x12\x72\x2a\x9b\x36\x88\x16\x8f\x8c\x98\x73\xed\x89\x12\xfd\x86\x66\x31\x9b\x45\x9d\x92\x56\xe9\xbf\xf4\x51\x17\x9e\xfb\x33\xab\x9b\xb0\xa0\x01\xa6\xf1\xe8\x91\x8e\x19\x37\x68\x87\x0a\x7a\x6d\x16\xc5\xaa\xa2\x49\x71\x95\x77\x7a\x38\x4f\x75\xb5\x03\xf9\x47\x8c\xe2\x86\x55\x85\xc6\xe2\x7c\xb9\x62\xa0\x3e\xaf\xf2\x84\xce\xd2\x1c\xcd\xb7\xba\x6c\x70\x19\x67\x51\x77\x73\x8d\x01\x2b\xd3\x45\xd4\x95\x6f\x29\xde\x0b\xbe\xa5\x68\x8b\x37\xa4\x1e\xee\xb0\xcb\x15\x18\x20\xa2\x1a\xb0\x3d\x2f\x49\x53\x85\x9b\xd3\x87\x79\x71\x35\xc2\x21\x5a\x7c\xdc\xed\x91\xc3\x86\xe9\xb6\xa3\xbe\xb6\x8c\x23\xc5\x7a\x79\xc1\xd2\xd9\xfa\x25\x17\x31\xce\xc3\x8c\xeb\x25\x1d\xb9\x31\x3b\x50\x6f\xf0\xfd\xab\x17\x2f\x2d\x0b\x7e\x12\x33\x2a\x0c\x77\x32\xd9\x7d\xbe\xca\x32\x32\x6a\x1b\x2f\xaa\xa2\x3f\x37\x2d\xce\x9a\xc9\x0e\x4d\x11\x92\xff\x3c\x5b\x95\x4d\xef\x67\xda\x6e\xad\xed\x23\x5c\xa5\xa1\xd2\xdd\x43\x49\x6d\x5c\x1f\xe4\xc6\x33\x36\x13\x3c\xed\xba\x9b\x89\x4c\x09\x00\x30\xdd\x3c\x11\x90\x64\xef\x63\x45\x9f\x63\xa5\x57\xb3\x8f\x79\xe5\x2c\x0e\x0d\x69\xa5\xea\xfd\xb5\x8c\xf3\x55\x16\x97\x29\x5b\x93\x63\x9b\x52\x9d\x35\x68\x35\x1a\x2b\xf0\xc4\x5e\xd4\x3d\x62\xba\x10\xc1\x2c\x87\x5d\xbc\x7e\x3c\x92\xc7\xb4\x43\xad\x6c\x1e\xea\xa3\xc1\xa1\x13\xea\x6a\x8d\x47\x3c\x50\x67\xf4\x2d\x82\x7c\xea\x3b\xbf\x7d\x9f\xa0\x2c\xe9\x1e\x93\x78\xdd\xd4\xdf\xee\xfd\xcc\xc1\x26\x61\x68\x0e\xc5\xaa\x91\xac\xdb\x13\x4f\x9c\xda\x0c\xea\x61\x0e\x8e\x56\x9d\xf8\xbb\xa5\xf8\xb9\xfb\x9a\xb3\xab\x0e\x96\x65\xb1\x34\x63\x9e\xc9\xf5\xb5\xa7\xf9\x83\x7a\xf3\x9e\xc6\x49\x91\x67\x6b\x47\x1a\x63\xfb\x52\x14\x62\xfb\x7a\xfd\x29\xb0\x35\x37\xa5\x1d\xdc\xf7\x96\xb0\xdf\x4d\xc1\xdd\x16\xb8\xd6\xe2\x68\xbb\xee\xbe\x50\x77\x26\xaa\x97\x18\x9e\x3a\x65\xbd\x15\x1e\x78\xc2\xb9\x2d\xa4\x50\x6e\xf9\x9a\xb6\x92\xd8\x2b\xeb\x2f\xc5\x1f\x5a\x80\x85\x33\x52\xa1\x8c\x6c\x73\x98\x81\x89\x5f\x2f\x69\x31\xab\xed\x02\x9f\xcb\xad\x58\x99\xe6\x17\xee\xeb\xcf\x7e\x8f\x41\xd9\x7a\x5a\x07\xfb\x2c\xb2\xda\x6f\x48\xf8\xe1\xb0\x92\xbd\x21\x34\xaa\x03\xb6\xc2\xa4\xf4\x80\x13\xba\x58\x66\xf5\x1a\x80\x7a\x69\xb7\xb6\xb4\x29\x3b\x5b\x73\x36\xb4\x90\x75\xb8\xb9\x99\xb6\x6a\x6f\xd9\x50\x9b\x91\x8d\x86\xee\x68\x30\x51\x5c\x4d\xa1\x0a\xe3\x71\x8b\x0d\xc5\x39\x37\xf4\x66\x8b\x47\x10\x0b\x54\x0a\x8c\x09\x6a\xa7\x5d\xe7\xb5\xca\x75\x8f\xdc\xe7\xa2\xf0\xf3\x3a\xb2\x8d\x1b\x08\xb7\x0b\xc1\x15\xf0\x93\xcc\xe3\x3c\xc9\x68\x45\x00\x90\xba\xc3\xc6\x1e\xea\xe7\x8d\x77\x5d\xa3\xa3\xff\xde\x8e\x35\x48\xc3\x46\x2e\x34\x2e\x10\xb6\x3c\x24\xa8\x55\x0b\x6f\xf6\xbd\xcb\xb9\xe4\xd5\xc6\x2a\x14\xda\x69\x15\x75\x46\x50\x1e\x1e\x1e\xd6\x82\x0a\x9b\x35\xce\x5d\xf4\xee\x0f\xdf\xbf\xfb\x87\xa7\x20\x93\x5a\x85\x33\xa1\x15\x2b\x8b\xb5\xa9\x73\x8a\x4f\xb6\xda\x69\x1a\x9e\xc8\x70\xc8\x8a\xa4\x20\x49\x31\x25\xc5\x6c\xf6\x34\x84\xba\x7c\x26\x1c\x8f\x6c\xfc\x28\xef\x05\xdb\x3f\x3b\x79\x36\xf9\xdb\xcb\x1f\xc3\xeb\x2c\xd0\x1e\xde\xa3\xef\x6c\x1c\x10\x6a\x13\xd6\x80\xf0\x53\xfd\x80\xee\x9a\x93\xb7\xcf\x26\xbe\xfd\x19\xc6\xd1\xa5\x7a\xf8\xe8\xb8\x9e\x2b\x41\x16\xde\x62\xc8\x31\x43\x5b\x11\xef\x20\xad\xe0\x20\xe6\xe0\x53\x4f\x61\x9a\xbb\x04\xc6\x2f\x36\x7d\xf7\x4f\xc5\xcd\x69\x76\xee\x86\x90\x42\xdc\x49\x4a\x8a\xe1\x73\xbc\x86\x20\x54\x77\x26\x24\x2b\x8a\xec\x3c\x2e\x7f\xe0\x22\x4b\xe8\x0c\x8a\xa4\x6e\x59\x34\x71\xbf\x78\xd4\x8e\xcb\x8b\xd5\x02\x32\xdd\x08\x2d\x34\x94\x75\x4c\x1a\xb9\x3c\xcf\x05\x13\xf4\x06\x92\xa2\x92\xe4\x21\x04\x04\xae\xd1\x8e\xd8\xbc\x2c\xae\x48\x4e\xaf\xc8\xc9\x7a\x49\x5f\x96\x65\x51\x46\x1d\x6f\x8c\x5d\x42\x3f\x2f\xe9\x94\x55\x24\x26\x08\x87\x2c\xe3\x32\x5e\x50\xe6\x98\xe6\x43\x58\x39\xc0\x2a\x15\xd4\x18\xa0\xdc\x71\x28\x4c\x31\x84\xe3\xf8\x20\x80\xa4\xc2\x89\x2c\x56\x15\x23\xe7\x94\x14\x39\x98\x5a\x23\xc8\x94\xe4\x63\xf2\x73\x91\xe6\x11\xdf\xb7\x31\x03\x5a\x97\x5c\x72\xad\xcd\xce\x81\x16\xdc\x00\xea\x26\x88\x1c\xfb\xe4\xaf\x93\x62\xc1\xb3\x50\xdd\x3d\x02\x7c\xf7\xae\xd8\x37\xf0\x31\xf6\xf0\x43\x61\xd9\xb7\x25\x23\x7b\x85\xd1\xc4\xfb\x74\x2b\x56\xbe\x3f\xa0\x9f\x19\xcd\x93\xe8\x97\x1b\xd7\x23\xc7\xef\xa8\x99\x87\x7e\xb9\x19\xb0\xe2\x03\x30\x1e\xbe\x90\x12\x42\x15\xb8\xfc\xb4\x38\xff\x99\x4e\x19\x79\x07\xff\x9c\xb5\x62\x77\x9f\x12\x06\xbf\xe7\x44\x40\xbc\x8c\xcb\x14\xd3\x23\x36\xe3\xea\xa3\x36\x98\x17\x65\xfa\xaf\x22\x67\x71\x16\x3a\x76\x8b\x55\xdb\xd4\xac\x69\x05\x6f\x31\x28\x03\xa0\x1c\x8d\x5a\x29\x72\x61\x87\x12\x9c\x99\x1f\x9a\xf1\x3c\x6e\x2e\x1f\xb0\xe2\x75\x71\x45\xcb\xe7\x71\x15\x0a\x3f\x47\xa7\x06\x59\x19\x52\xfd\x68\x61\xd1\x4c\xd6\xa0\xe0\xa8\x13\x1d\x4d\x13\x6e\x0c\x46\x8b\x13\x56\x78\xc2\xc4\xc5\xd3\x15\x25\x6e\x22\xc5\x9a\x93\x62\xed\x8a\xd8\x82\xaa\x5b\xf3\xe3\x25\x2d\x59\x3a\xdd\x92\x1b\x65\xa3\x3d\xf1\xa2\x02\xb7\x4f\x4e\x54\x40\x83\x14\x93\xa5\x2d\xb8\x50\x56\xdd\xc8\x83\x9a\x94\x7b\xe3\x40\x35\x88\x46\xfe\xb3\x31\xdc\x3b\xf7\xb5\xa3\xe4\xa6\x6d\xd2\x3a\xb1\x6f\xdc\xa7\x64\xa4\x83\xbb\x45\xc1\x77\x45\xfc\xd8\xb3\x29\xdd\x4e\xc7\x32\xc1\xb6\xd3\xaf\x6c\x74\xeb\x57\x83\x53\x91\xdc\x77\xc6\xd0\x6e\xdd\x62\x6b\xbe\xe8\xe0\x56\x86\xeb\xea\x21\x3c\xcc\x55\x09\x67\x5f\x07\x40\x9a\x57\x2c\xce\xa7\xbc\xe1\x7d\x5f\x9f\xaf\x5f\xb4\x48\xfc\x80\x02\x58\x94\x24\x26\x3f\xff\xe7\x8a\x96\x6b\xb9\x45\xb6\xd2\x09\xeb\xa9\x6f\xf0\x9a\x9e\x8d\xdf\x44\x71\xaa\x28\x83\xa4\x0b\x2f\x9c\x87\xdd\xcc\xef\xd1\x42\xfe\x7a\x56\x96\xf1\xda\x7f\x59\x38\x66\x14\x13\x79\x78\xd9\xc1\x31\x85\x87\x6b\x4f\x32\x3d\x51\x74\x11\xbc\xed\x64\xbe\xa0\x73\xf8\x44\xfc\xfc\x9a\xd8\x18\x08\xce\x17\xc5\xde\xf3\x4f\x12\x27\x72\x4c\x16\x68\x6a\xb5\x9b\xab\xa7\x6f\x34\xe2\xbe\x6c\x74\xcc\x9b\x09\xf8\x85\x88\x4c\x21\x21\xea\x92\xe1\xb0\x62\x31\xab\xf1\xd4\x38\x81\xc7\x28\x5e\xe0\x63\x14\xdf\xca\xc8\x93\x2f\x07\x13\x64\xab\xef\xc1\x28\x76\x82\x71\x55\x3a\x99\xa6\x5b\x18\x2d\x68\x8f\x20\x69\x7b\x44\xca\x81\xd0\x74\xa0\x03\xc4\x82\x0a\xf7\x87\x96\x66\x0f\x63\xe5\x63\x27\xb8\xe4\x91\xe5\xdd\x25\x6f\xe9\xbc\x6e\x07\x74\x16\xaf\x32\x26\x71\xdd\xb0\xfc\xef\x71\x1c\xbd\x47\xc8\x60\x0c\xb0\x50\xc3\xa4\x8b\x60\x7c\xa1\x2e\x48\x8b\xa1\xc3\xdc\xc7\x9b\xce\x73\x3e\x2d\xc2\xe2\x8f\x57\xe6\xf0\x4e\xb1\xea\x19\xd4\xad\x3b\xe7\x9b\x42\x48\x6e\x92\x6f\x0b\xb2\xa0\x6c\x5e\x24\x24\x8f\x17\x34\x21\xea\xc5\x1b\xd1\xb7\xcc\x6e\xbd\x71\xb3\x33\x37\x88\x0d\x58\x88\x2d\xc2\xc4\x3b\x6a\x73\x57\xc3\xbb\x30\x49\x82\x26\x31\xff\x72\x88\x03\x1e\xa4\xe0\x50\x85\x59\xa1\x4e\x30\xf0\x8a\x7f\x78\x07\xed\xbf\x2b\x8b\xc5\xf3\x2c\xa5\x39\x7b\x5e\xe0\xc3\xac\xbe\xef\x4c\xc0\xb3\x0a\x52\xa9\xc3\xd5\x81\x85\xbb\x5a\x0f\x0e\x84\x1d\xf0\xf0\x3d\x75\x14\xb9\x4a\xca\x6a\xaf\xa3\xc2\x92\x76\xc3\xd2\x7f\x95\x33\x5a\xce\xe2\x29\x0d\xac\x7c\x55\x16\x35\x2e\x7a\xb5\x5d\x18\x0a\x81\xab\x9e\x09\xf4\x5b\xcb\x21\x00\x78\x7a\x78\x16\x90\x37\xf5\x8b\xc6\xd4\x3a\x9a\x1d\xb6\xb6\xc3\x63\x03\x12\x75\x4a\x57\xf3\x98\x45\xa3\x1b\x47\x44\x48\x60\xc3\x87\x0f\xf1\xc7\x43\xd2\xdf\xd3\x7f\x12\x1e\x8e\xf1\x8e\xa0\x0f\xc7\x96\x67\xdd\xfd\x28\x29\xa6\x48\xb2\x41\x91\xbb\xe2\x10\xed\xf5\xcf\x5f\xbf\x7a\xfe\xb7\x09\x88\xc6\x67\x3f\xbc\xf2\xa4\xf9\x07\xf0\xed\x2d\x84\xf0\x3c\x79\xf7\xd7\xbf\xbe\x7e\xd9\x23\xc1\xa9\x85\xf0\xe0\xa2\x4c\x2f\xd2\x3c\xce\x30\x73\xb2\x76\xc5\xb3\x1c\x03\xee\x33\x59\x7a\x41\x99\xec\x81\x2f\xc4\x97\x68\x75\x8f\x1c\x30\x76\xeb\x69\x91\xcf\xd2\x0b\x88\xc1\x85\xd2\x2d\xb6\x39\xc8\xc5\x26\x5a\xd5\x2a\xd0\xce\x2d\xfd\x8d\x0b\x00\xfb\x77\x92\x57\xc1\x0d\xfa\x09\xc6\x68\x3e\x78\xe0\xd2\x01\xae\x65\xc0\x48\x2b\x92\x7f\x43\xc5\xe3\xf1\x81\xfd\x1e\xd5\xf8\xe0\xcc\x31\x42\x37\xe1\xd2\x56\xb6\xa0\x29\x49\x0c\xbb\x27\x63\xbe\x95\xee\x7a\xd3\xc0\x1b\xdf\x3f\x7b\xfb\xd7\x97\x3d\x32\x3e\x18\xc0\x86\xe4\x54\x02\x53\xf8\xdb\x78\x41\x07\xaf\xde\xfe\xf0\xf1\xc4\x64\x0b\x70\x07\x75\x79\x63\xe3\xac\x47\xe2\xbe\xb0\xcd\x94\x91\xeb\x6b\x74\x3a\x1d\xa4\xd5\xab\x3c\x65\x77\x4e\xb6\xc9\x74\x1e\xe7\x17\xb4\xd3\xc3\x6e\x5b\x90\xef\xdb\xd7\x1f\xdf\xff\xea\xc4\xfb\x5d\x2f\x95\x84\x9e\xaf\x2e\xf8\xcc\xe1\x5d\x35\xfe\x7d\xe7\x33\x07\xd1\xda\xed\xa7\xed\x6f\x2f\x7f\x7c\xf1\xee\x1f\x6f\x7f\x9f\x6c\x7f\xf7\x6c\xfe\x89\xae\xc5\x3d\xfb\x16\x04\xfb\xf8\xc3\xff\x62\x72\xad\x96\x5b\x10\xeb\xbb\x77\xcf\x3f\x7e\xf8\xdf\x2d\x15\xee\x6d\xda\x41\xef\x7c\xd6\x20\xad\x81\x37\x67\xe2\xc7\xfd\xc1\x2c\x3f\x75\xa8\xf1\xf6\xd9\x9b\x97\x67\xe4\xb8\x75\x87\x9b\x40\x0d\x9e\x17\x79\xc5\xca\x15\x9f\xaf\x7a\xb0\x06\xe9\xeb\x21\xe5\xc5\xf3\x22\x9f\x65\xe9\xd4\xb2\x29\x9a\x8a\x59\xd3\x80\xfe\xef\x7f\x7e\x7c\xf9\xfe\xc7\xc9\xdb\x77\x93\xe7\xef\xde\x7e\xf7\xfa\xd5\xf3\x93\x27\xed\x34\xe8\xba\x21\x9b\x5a\x78\x0b\x1d\xfc\x26\x42\x30\x9a\xcd\x6e\xc4\x41\xf4\xa0\x77\x30\xce\x17\x45\xb2\xca\xe8\x80\x7e\x5e\x16\x25\xab\xbc\x01\xe6\x66\xea\x5b\x7c\xc7\x43\x6a\xbc\x03\xb5\x22\xd2\x22\xe7\x20\x73\xc1\x7c\xaa\xf2\xa0\xe4\xfb\xf9\xf3\x62\x85\xcb\xca\x1c\xb3\xd5\xcb\x0d\xb4\xbd\x91\x9d\xa1\x27\x90\xd9\x13\x7e\x11\x4b\xee\xc9\x38\x97\x35\x01\x7e\x25\x1e\x04\xcb\x4d\x1b\x97\x7e\xc3\x3c\x84\x8d\x7a\xd5\x1c\x51\x02\x28\xf8\x12\x97\xae\x7d\x41\xd9\x7b\x5e\xf0\x8c\x45\x69\xb7\x2b\x31\xe4\xff\x98\xcf\x91\x5c\xd2\x01\x8b\x2f\x40\x9e\xb0\xe2\xe3\x72\x29\x2f\x03\xba\xe4\x17\x32\x1c\x12\xf3\xa3\xf2\xcd\xfa\xaf\xef\x4f\xde\xbc\xc6\xae\x31\x7a\x0b\x24\x51\x67\x64\x7e\x3a\x79\xf9\x5f\x27\xcf\xde\xbf\x7c\x26\xbf\x12\x41\x15\xe5\xc9\x2e\xbe\x8a\x28\xa8\x1c\xff\x4e\xd0\x32\xe4\xb4\x21\x68\xf1\xf5\xda\xe8\x01\x69\x12\x81\x07\xc6\xb3\x2c\x83\xa1\x57\xa2\xa3\xd0\x9c\x21\x30\xdd\x92\xad\x97\x98\x25\xbc\xf3\x3c\x2e\x29\xeb\x90\x07\x0f\xdc\x2a\x21\xe0\x86\xcc\x6a\x64\x1b\x35\x4b\xb3\xa2\x7c\x69\x9e\x7d\x23\xf8\x6e\xd4\x33\x7b\x8c\x93\x04\xfa\x12\x95\x9e\x98\x67\x5a\x21\xeb\x04\x06\x82\x52\x12\x69\x41\x6c\xe5\xc5\x85\xcb\x2e\xe7\xff\xcf\x57\xcd\xc1\xaa\xa2\x60\xbe\x9e\xb2\xf1\xc1\x93\x71\x8e\x97\xc4\x03\xb4\x05\xfd\x50\x16\x4b\x5a\xb2\x75\x24\xd6\x14\xdf\x8a\x26\x13\x5a\xbd\x81\x95\x36\x3e\xe8\x91\x5f\xd0\x3d\x00\x7d\x7a\x11\x19\xe1\xaa\xff\x86\x26\x69\x3c\x39\x22\xc7\xa4\xa4\xff\xbd\x4a\x4b\x1a\x8d\x0f\x06\x43\x59\x00\xf6\xa9\x5c\x80\x1d\x88\xc9\x46\x3f\x54\xd1\x50\x7e\x34\xaa\xc9\x42\xbb\x9e\xfc\x19\xa8\xf8\x3a\x5e\x17\x2b\x16\xae\x8e\x65\x77\x4a\x85\x92\xc6\x53\xe6\x90\x00\xbe\xe1\xe8\x81\x50\x2c\xcd\x52\x96\xd2\xca\xa7\x94\x2c\xb1\x49\xb5\x28\xa6\x9f\x00\x7f\x90\x84\xaf\x53\xc8\x64\x22\x38\x66\xc1\xbf\x8f\x48\xa7\xd3\x13\x7f\xc7\x6c\x3a\xa7\x95\x88\xc3\x11\x1f\x8b\x1c\xcf\x26\x23\xb3\xef\x41\x5e\x14\x4b\x51\x21\x4e\x12\x0e\x96\xe6\xb4\xac\xad\x83\xfc\xbf\xb1\x5a\x9c\x24\xa0\xc8\xb4\x84\xd7\xae\x6e\x92\x56\x4b\x3e\x30\xa8\x6d\x84\x0b\x44\x13\x2e\xa9\xcc\xc0\x38\x72\xd3\x43\x46\x87\x38\x94\x92\xc6\x8c\x7e\xd4\x2c\x64\x68\x4b\xb3\x19\x9d\x32\xa3\xb5\x2e\x2a\xe3\x2b\x20\x74\x4f\x0a\xa4\x0f\x4c\x24\x9d\x56\xab\xdd\x2c\x00\xb1\x81\x81\x3f\x1c\x9c\x5d\x24\xac\x85\xb8\x3b\x88\x74\x7d\x31\xcc\x3a\xb0\x09\xe7\x4c\xa8\x69\x41\xec\xf6\x48\x25\x9a\x4f\x62\x30\xb3\x55\x54\x01\x9c\xc4\xa7\x47\x67\x4f\x34\xb8\xff\x86\x9b\xa7\x63\x8b\x72\xf0\x0d\xf9\xf9\x44\xf8\x8b\xa8\x51\x49\xd9\x81\x04\x88\x02\x52\x91\xa8\x67\x71\x56\x39\xc3\x77\xb8\xc0\xf4\x6a\x17\xba\xfc\x28\xec\xe1\x78\x70\x43\x51\xaa\xcc\xcb\x1d\xdb\xf8\xfb\x94\xd4\x73\xb6\x5d\x73\x24\x0f\x82\xc0\xd6\x50\x33\xfa\x6f\x73\x14\x12\x9d\x22\x7f\x0e\x1c\x1e\xd2\x00\xf4\x7f\x20\xa8\xc5\xb0\xbc\x42\x53\x97\xb4\x0a\x6e\xec\x3f\xe5\x5c\x44\xdf\x16\x45\x46\xe3\x3c\xb2\x49\x31\x10\x2b\xb0\x6b\xa2\x78\x63\xfc\x76\xaa\x1b\x4b\x2f\x92\xa3\x30\x9b\xaa\xee\x6a\xba\x79\xe2\x99\x71\x1b\x08\xa0\xa7\x54\x58\xb1\xed\x52\xbb\x07\x7b\xc1\x07\x91\x93\xe3\xba\xe9\x91\x53\x98\x97\x33\x59\x2a\x70\x01\x3e\x86\xad\x07\xea\x06\xa4\xba\xbd\x46\x23\x63\x61\xbc\xc4\x25\xda\x24\xe3\xeb\x1b\x63\x15\x1f\x84\xde\x76\x5c\xa0\x77\xb6\x2d\xa8\xf9\x98\xc6\x0b\x9a\x9d\x14\xdf\xaf\x97\x73\x9a\x47\xf0\x17\x2e\x4e\x57\xbd\x34\x8a\x34\xad\x07\x25\x45\xe7\xf1\xe1\xe9\xb3\xfe\xff\x77\x36\xbc\x30\x0f\x7f\x95\x84\x23\x41\x8c\x0f\xfa\x70\x7e\xc4\x02\xc7\xd5\x83\xdc\x74\x0d\xb8\x8e\x1b\x48\x7e\x13\xa2\x96\x85\xfb\x9d\xee\xa0\x56\x4f\xde\x16\x69\x95\xda\xdb\xa4\x55\xe4\xa2\x6c\x29\x17\x4a\x6e\xda\x32\xd2\xeb\x2c\x50\xc7\xee\x32\x50\x81\x1c\x87\x41\x3b\xdd\xf3\xcd\xcd\xeb\x8f\x7f\xb4\x3b\xe0\x5f\xb8\x02\x0c\xb5\x0d\x10\x77\xcc\xa9\xbc\x3f\x2e\x3d\x48\x90\x17\x78\xe9\xef\x8b\x05\x78\x23\x3c\xa8\x3e\x7f\xf7\xe6\xdb\x57\x6f\x9f\x9d\xbc\x7b\x4f\x8e\x49\x87\xc4\x79\x42\x3a\xe6\xc8\x42\x5b\x23\xee\x28\xe6\xfe\x2e\x36\x33\xb1\xb7\x3a\x77\xbb\xae\xbc\x85\x5a\x5a\x23\x37\x4a\x04\x35\x68\xce\xca\x94\x56\xa2\x1f\x63\xe5\x2d\xe2\xa5\xb1\x01\x4f\x62\x6f\x0b\x9e\xd1\x98\xad\x4a\x43\x11\x00\x72\x39\x5a\x00\x51\x39\x0e\xf2\x4b\x5a\x32\x9a\x7c\xa7\x5a\xd5\x2c\x81\x48\xc0\x75\x77\x51\x05\xe1\xef\xa2\x1b\xe8\xce\xa8\x64\xd0\xc6\xad\xcb\x89\x74\x8e\x3b\x62\xc7\xdb\x77\xa4\x5c\xb3\xdb\x3c\xf5\x51\x1e\x91\xf1\x41\x5e\x30\x82\x0f\x35\x3b\xa5\xe6\xc6\xd3\x1a\xa7\x1c\x9e\x79\xd2\x07\x3a\xf9\xdf\xf0\x74\x4e\xd3\x8b\x39\xbb\xbe\x4a\x13\x36\x3f\xbb\x3f\x1c\x30\x5a\xb1\xc8\xed\xb3\xeb\x8d\xc5\x23\x92\xf3\xe1\x11\x19\x1f\x2c\x3f\xc3\x6a\x08\x60\xab\xc4\x73\x14\x1c\x22\xb4\x1e\x39\xc3\xd7\x70\xbb\x0a\xac\x25\xc1\xc1\xed\xcd\xe5\xff\x5a\x51\x1e\x58\x02\xb8\x9a\x87\x0f\x1f\x8e\x73\xf2\x90\x3c\x2f\x96\xeb\x92\xd3\x86\x44\xd3\x2e\x79\x7c\x78\xf4\x65\x7f\x59\xd2\x0a\x42\xf7\xbe\x8b\xa7\xf4\xbc\x28\x3e\xf5\xc8\xab\x7c\x3a\xe0\xd5\xa1\x09\x78\xa7\x54\xc5\xaa\x9c\x52\x32\x2d\x12\x4a\xd2\x8a\x64\xe9\x94\xe6\x15\x4d\xc0\xcd\xa0\x84\x48\xae\x37\xaf\x4e\xe4\x67\x32\x2b\x56\x79\x22\xd2\x81\x00\x8c\xd7\xaf\x9e\xbf\x7c\xfb\xe1\x25\x99\xa5\x98\xc7\x94\x37\x28\x8b\x82\x91\x24\x2d\xc1\x70\xb9\x26\x22\xf6\x51\xf6\xc4\x4a\x4a\x01\x87\x21\x3f\x08\x77\xb4\x2c\xea\xc0\xd9\x5c\x8e\xe7\x43\xba\x48\x33\x48\x1e\x43\xd2\x1c\xfc\x2c\x73\x46\xce\x57\x8c\x40\xc8\x6e\x56\x5c\x54\x24\x26\x57\x71\x09\xae\xe1\xe9\x0c\x3a\x9e\x16\x79\x02\x7e\x7e\x10\x35\x51\x30\xb2\xa0\x6c\xa0\x87\x3a\x8d\x73\x72\x4e\xf9\x19\x33\xe1\x60\xb3\xe2\x82\xa4\x55\xb5\xa2\x15\x47\x3c\xa1\x97\x34\x2b\x96\xe0\x66\x41\xf3\xcb\xb4\x2c\x72\xf0\xc9\x83\xe4\xac\x65\x0a\x2e\x83\x00\x6a\x19\xb3\x79\x35\x20\xef\xb9\xa2\xc5\xfb\xe6\x1d\x67\xc5\xc5\x05\xff\x0d\x54\x9c\x15\x25\x59\x96\x45\xb2\x92\x71\x2c\x06\xb0\xab\x34\xcb\xc8\x27\x4a\x97\x8a\x80\x55\xbc\x80\xf6\xe9\x14\xe4\xde\xac\xc8\xb2\xe2\x0a\x80\x42\x09\x40\xc4\x2e\x15\xcd\xe0\x40\x32\x79\xf1\xf2\xef\x93\x09\x39\xe6\x5d\x4d\x69\x55\x0d\x68\x7e\x39\x78\xfb\xee\xc5\xcb\xc9\xcb\xb7\x7f\x47\x8f\x3a\x8d\x04\x92\x96\xb7\x93\x14\xd3\x2a\xb7\xb4\x86\x8d\x73\xf0\xdc\x43\xb8\x86\x1d\x6e\x59\xa6\x39\xfb\x87\xd7\xcc\xfa\x1e\xa1\x57\x18\xdc\xe6\x57\x6a\xf1\x41\x92\x08\xd8\xd5\x5d\x0f\x47\xb1\x1e\x78\x6d\xe1\x13\x04\x6e\x5c\x11\xaf\xfd\x0d\x39\x22\x4f\xa1\x5d\x9f\x1c\x91\x11\xc4\x9d\x42\x6d\x65\x69\xfb\x44\xf9\xd9\xe9\xe8\x09\xfc\xf8\x9a\x57\x85\x9f\x86\x79\x0d\x41\x9f\xf2\xf2\x3e\x39\x3a\x33\x31\xe0\x1f\xcf\x6c\xc1\x0f\x06\xc0\xf2\xe2\x95\x7e\x1f\x4b\x7d\x5e\xd0\xaa\x8a\xe1\x84\xd2\x11\x43\x1d\x91\x0e\x79\x24\x7b\xc1\x61\x6b\x25\xef\xff\x54\xa6\x86\x17\x85\x36\x1e\x40\x4c\xf6\xf6\xe8\xd1\x99\x6f\x20\xb2\x65\x63\x55\x64\x14\xa7\x53\x9f\xcc\x0c\xb8\xa2\xc6\x80\x82\xdf\x91\x40\xb7\x6b\x8f\x8f\x95\x6b\xdd\x60\x38\x24\xfd\x7e\x9f\xfc\x83\x66\xd3\x62\x41\xf9\x3a\x80\xfb\x3a\x60\xdf\xf7\x5c\x15\xe7\xc5\x46\x65\x58\x39\x00\x9d\x5c\xc5\x15\x7a\x3a\xe5\x24\xe6\xab\x0f\x64\x5d\x9e\xd2\x7c\x4a\x49\x55\x10\x36\x8f\x19\x59\x17\x2b\x58\x67\x7c\x59\xe3\xaa\x67\xf1\xf4\x93\x01\x8f\x15\x64\x96\xe6\x09\xae\xd7\x38\xcb\xaa\x94\x51\x6c\x3a\x8d\x71\x65\xf2\x56\x92\x4d\xa1\x76\x09\xf2\x02\xfe\x73\x1d\xad\xdc\x01\x93\x69\x0c\x76\xd2\xcf\x9c\xa9\x0d\x73\x63\x80\xed\x95\xb0\xe8\x91\xbd\x72\xef\x63\xc5\xbd\x8f\x1b\xb8\xf7\x71\x5b\xee\x7d\xbc\x89\x7b\x39\xbb\xcc\x84\xaf\xa6\xeb\x1e\x56\x43\x35\x73\x6f\xec\xfc\x24\x68\x13\x22\xc8\x60\x30\x00\x9a\xfc\x24\x75\x39\x53\xe8\x1a\xeb\x00\x00\xc9\xb5\x22\x91\x55\x06\x84\xae\x8f\xf0\x3d\xd5\x99\x81\xa6\x29\x51\x06\xf1\x72\x99\xad\xc5\x73\x6e\xa7\x88\xcf\xd9\x60\x5a\xe4\xd3\x98\x45\x80\x93\x05\xf5\x06\xf7\xcd\xc0\xdd\x82\xc0\x16\x37\x4b\x73\xb7\x69\xbc\x87\xf8\x31\xce\xb2\xb4\x92\xb6\x60\xf1\xd7\x00\x3c\x6c\xf9\xd2\x3c\xfd\xb0\x5e\x9c\x17\xd9\x20\x65\xb4\x8c\x59\x51\x9e\x19\x8d\x1f\x1a\x47\x78\x98\xf4\x8c\x32\x72\x15\x67\x9f\x68\x29\x9d\x69\xe7\x34\x4e\x9e\x88\x6f\x4f\x74\x19\xfe\x18\xe4\xf4\xb3\x69\x84\x5e\xa7\x34\x4b\x64\x19\xc6\x78\x19\xe3\x86\x61\x6f\x1e\x99\x18\x01\xa7\x90\x1c\xcc\x5b\xf4\x8c\xe3\xff\xe8\x8f\x78\x36\xb7\x1b\x28\xaa\x88\x6f\x24\x32\x48\x23\x6e\x6a\x66\x62\x68\xea\x42\x26\x82\x8f\x86\xe3\xb6\xa4\xa8\x69\xc7\x9f\x89\xe5\x23\xca\xa2\xae\x7d\x41\x30\x1b\xb0\x38\xcd\xc4\x55\x82\xfa\xc6\x89\xe7\x7e\x93\xb7\x96\xe4\x10\x1b\x43\x2a\x54\x8e\xaa\xf6\x38\x87\xe1\x09\x4b\x3e\x2a\x99\x72\x5c\x5a\x9c\x9a\x75\x0c\x1d\x3f\x65\x74\x61\x4c\x08\xf4\x08\x37\x37\x50\x60\xaa\x76\xc2\xbf\x32\xe8\xd4\xff\x0d\x5e\xa8\xda\xc2\x00\x2e\x8d\x7a\x24\x0b\x49\x19\xb8\x4a\xca\xec\x7b\x23\xb3\x77\x2d\x14\xd2\xb3\xae\xcd\x13\xc6\x0d\x0a\xaf\x2f\xd6\x86\xc7\xc6\xc2\x5a\x24\x38\x41\x0f\x38\x2f\x12\x69\x3a\xe5\x43\xe1\x7f\x0e\x80\x9c\xf7\xc4\x93\xac\x0a\x1f\x57\xb2\x74\x4a\xa9\x16\xf1\x46\xe4\x6a\x9e\x4e\xe7\x24\x29\x28\xaa\x63\xe7\x34\x2b\x50\xa8\x83\x90\xe7\x20\x3b\xe6\x9c\xe3\xa3\x79\x9f\xf1\xb8\x9a\x50\x58\x09\x5a\x0d\xa1\x97\xf2\x3b\xff\xad\x27\xda\x5a\x2f\xfc\x8f\x81\xa8\x8b\xd5\x14\x74\x5e\x97\x7f\x52\x75\xf9\x1f\x03\xd9\x9f\xe8\xca\xa8\x9b\x5b\x8f\xd0\x72\xb6\x33\x86\x2d\xbe\xd8\x2d\x43\xed\x38\x0b\xdb\xed\x04\x53\x3b\xd8\x29\x22\x8b\xe9\xc7\x4d\x58\x91\xc1\xe0\x78\x45\x02\xf7\x5b\x86\x46\x5d\xfc\x66\xb0\x00\x62\x58\xc3\x02\xab\xbc\x9a\xa7\x33\xd6\x86\x07\x6a\x88\x81\xbd\x04\x88\x37\x30\xe4\x84\x39\x40\xcd\x75\xd8\x8b\xc3\x01\x82\xae\xaa\x23\x77\x7c\x52\xce\x98\xb4\x91\xf5\x20\x0a\xcf\x44\x8e\xff\x31\x30\x78\xc7\xe8\xcb\x9a\x44\x51\xa4\xb3\x25\xd6\xce\x9b\x01\x45\x14\xe0\x84\x3d\x7a\x54\x4b\x63\xbe\x5c\xb7\x23\xb0\xd5\xfb\xbe\x09\x2c\x06\xa2\x3a\x6a\x24\xb0\xa0\x9d\xac\x07\xca\xa9\x45\x9a\x38\xcd\x06\xc6\xa2\x75\x09\xec\x50\x4d\x13\xb8\x7e\x41\xed\x46\xe0\xd0\x2d\xc2\xce\x72\x16\x04\x2c\x3a\x2a\x7b\x62\xf6\xc6\x58\x5a\x06\x7a\x9b\x56\xd8\x5e\xf1\x13\x30\xf7\x85\xe2\x12\x0c\x96\x1e\x7a\x35\xab\x41\x00\x56\x9a\xa6\xc3\x5e\x25\xb8\x47\xa8\x66\x5a\x67\x31\xf9\x41\x17\x4b\x39\xa8\x7c\xde\xc3\x2b\xcf\x95\x82\x2a\x94\xc1\xe7\x1f\x59\xc3\xe1\x1f\x94\xa8\xca\xeb\xbf\xaa\xa5\x46\xed\x74\xd5\x30\x6f\x7b\x7a\x80\x34\xb2\xe9\xe1\x4a\x3b\xb5\xe9\x29\x7a\x84\x17\x8a\xbb\x03\x04\xe8\xe1\x68\x4f\x3b\xd3\x43\x69\x4d\x06\x45\x66\x22\x11\xd0\x52\x60\x06\xbf\xc5\x38\x96\x32\x65\x9a\xc5\xe2\xbe\x0a\xdc\x93\x3e\x33\xa2\x48\xc6\x09\xda\xac\x3e\xcb\xd1\xd1\x0b\x20\xf7\x2c\x45\xb8\x47\x52\x91\x8e\x08\xab\x86\x34\x69\xad\x25\x37\x0c\xed\x3d\xbd\xa4\x65\x45\xf7\x3a\x42\x4e\x7d\x1c\xa1\x19\xc9\xd1\x27\x47\xa1\xf1\xf6\xfb\xfb\x18\xaf\xa1\x52\xd4\x8c\x57\x64\x34\xd5\x9b\x50\x8d\x20\xaa\x3f\xaf\x58\xd1\x9c\x5c\x32\xe5\xf6\x74\x0d\x87\x24\x3e\x2f\x4a\x46\x8a\x15\x43\xd3\x1f\x05\x45\x8f\xd0\xb8\xcc\xd6\x9c\xab\xaf\x28\x99\xa7\x8c\xc4\x64\xba\x9e\x66\x74\xe3\xcc\x89\xd7\x5a\x60\x6f\x84\x34\xde\x0e\x1e\xee\x32\x74\x4f\x4a\x8d\xc4\x08\x4d\x7c\x3b\x9a\xf0\xe9\xfd\x75\x69\x62\xcc\xee\xdd\xd1\x64\x11\x2f\x77\x5b\x05\x5a\xd2\x79\x27\xba\x06\x11\xe0\xaf\x05\x03\x75\xe1\x1f\xd7\xb8\x20\xd0\x13\xb6\x05\x13\xb5\x90\x73\x8b\x78\x79\x2b\x41\xb0\x3d\x09\x82\x4c\xb4\x4f\x12\x58\x3c\xd3\x82\x04\x25\x4d\x56\x53\x7f\xf8\x69\x9e\xb2\x34\xce\x8c\x33\x7f\x3c\x9d\xca\x9f\xfe\xac\x4a\x06\x0d\x9c\x81\x8f\xd4\xe0\xe2\xe9\x94\x1c\x4b\xc8\x63\xfb\xf0\xec\xef\x7b\x7e\x27\x6a\x7a\x25\xa8\xc0\x0e\xeb\x6e\x8a\x81\x50\xf1\xf7\x38\xe2\x62\x46\xe8\x62\xc9\xd6\xb8\x2e\xaf\x52\x36\x27\x79\x21\xb1\xc3\x2b\x35\xeb\xa8\xea\xba\x7d\x36\x6e\x61\x88\xdf\x2c\x8f\xe2\xe9\xd4\x93\xe8\x9b\x99\xd7\x98\x3b\x20\x7b\xe3\xdc\xd5\x71\xf0\x16\x53\x68\xea\xfa\xb7\x9b\x42\x4b\x95\xf3\x3b\x51\xec\x69\x4d\xa1\xad\x34\xfe\x4a\x53\xb8\xdd\x1e\xbd\xcb\x84\x3a\xe7\xfd\x16\x13\xca\x0a\xb0\x2b\xd7\x39\x48\xc7\x65\x69\x99\x9f\x8d\x21\x74\x77\xdc\xd3\x1d\xb6\x2d\xcb\xd3\xf4\x4c\x8f\xc0\x30\x3e\xb6\x11\xb5\x71\x59\x6e\x1a\x5a\x88\x59\xf7\x36\xc2\xb0\x70\xdd\x75\x84\x21\x49\xda\x34\xc2\x2a\x4b\x5d\x41\x5a\x16\x8b\x1e\x61\x85\xdc\x46\x0a\x8e\x68\xa1\xd2\x0b\xcb\x23\x9a\xcc\x3c\x26\x5f\xe1\x45\xbe\x2f\xc8\xa3\x63\xb7\x1e\xa0\xc2\xa1\xf2\x6e\xf8\x3f\xd7\xd7\xe4\x50\x02\x80\x0f\x26\x08\xf8\x50\x03\x44\x07\x60\x7b\x3b\x97\x42\x46\xf6\xe0\x60\xa6\xa3\xa8\x2d\xdd\x24\xdc\xfd\x31\xe2\x77\x63\x00\xfe\xc6\x44\xc8\x1c\x6f\xcd\x70\x77\x57\x54\x39\x06\xf6\xf4\x37\x72\x31\xf4\x54\x0b\x8c\x15\x00\xaa\xd7\x6c\xbd\x2f\x29\xc3\x0d\xdc\xe4\x2f\xef\x84\x0e\xb4\x6b\x62\xa3\xa0\x4c\xff\x37\x37\xed\x99\x9b\x8c\x0a\x5b\x28\xfb\xdf\x20\x2b\x18\x9b\x43\xa3\xe4\x68\xe2\xaa\x6f\x24\x8b\xf6\xfb\x3e\x5f\x59\x96\xeb\x3d\xf0\xd5\xd2\x93\x4f\x15\x8b\x4b\xd6\x23\x09\xcd\x28\xc3\x50\x08\xb8\x00\xcc\x8b\x84\x56\x86\x01\x04\xaa\xd5\x10\x1a\xcb\xbc\xdd\xd4\x9a\x25\xac\x63\x4e\x66\xa8\xd5\x23\xfc\xfa\xa4\x56\xe5\xda\x6a\xe9\x23\xac\xb6\x6b\xdf\xe6\xe1\xd3\xb3\x06\x7d\x4f\xc0\x37\x68\xe6\xc4\xf9\xd4\x4e\x94\xab\x0f\x19\x36\x5b\x2c\xe8\x5a\x54\x93\x95\xdd\x03\x5e\x58\x73\x33\xec\xc4\x06\x45\xb4\xbd\xc9\x3e\x31\x36\xa8\x6a\x61\xdd\x25\x14\xf3\x04\x6c\xa2\x4d\x96\x21\x4a\xa7\x79\x45\x4b\x69\xb3\xc4\xaf\x3d\x6c\x17\xb2\x5b\x42\x5e\x8e\x7a\x5d\xb7\x51\x71\x08\x5d\x21\xd4\x59\xbe\xfd\xa3\x59\x8d\x6a\xd4\xb8\x22\xe1\x8a\xca\x27\x18\x31\x3f\xf8\xcc\x46\xcc\x0f\xe4\x98\x2c\xc7\x96\x9d\x4e\x0e\x43\x60\x6a\x1a\xf5\xe4\xa8\x0c\x23\xaf\x20\x96\x22\x08\x92\x9b\xc0\x4d\x2c\xd2\x59\xb8\x22\x1a\x84\xc2\x3a\x54\x9a\xdd\x81\xbf\xf4\x2d\xeb\xd3\xb1\xb8\x53\xbb\x82\x6b\xe2\x48\x68\xb8\x78\x29\x8f\x00\x79\xe5\x2e\x19\xd5\x54\x84\x2a\xea\x9e\x46\xd4\xd6\xbc\x29\x7b\x17\xc3\x77\x79\xdb\xbc\x02\x96\x55\xad\x45\xa1\xda\x23\x75\x83\xed\x05\x0d\x9d\xf6\x63\xfb\xe6\xf8\xd1\x23\x4b\x29\xd7\x95\x6d\x8a\xc2\x35\x83\xa0\xa7\x71\x29\x6c\x5d\x55\x4b\x12\xf0\xf2\x9e\x2e\x92\x54\x13\x14\xd0\xf1\x67\x33\xfb\x9c\x6b\xe2\xac\x1a\xab\x41\x3b\x28\xdb\xd8\xc9\x7b\x86\x1a\x04\xd5\x75\xa5\x85\xa0\xc6\x4a\x98\x64\x03\x08\x5a\xa2\xc1\x1c\xac\x6a\xd6\x0e\x41\xb8\x02\x93\xbc\xc1\xa7\xac\x47\x90\x2d\x8c\x6b\x2c\x74\x1e\x80\xeb\x61\xc3\x79\x80\xb7\xec\xba\x4a\x82\xcb\x6d\x1e\xc4\xb1\x73\x15\x25\xae\xb7\x32\x11\xb1\x02\xdf\x2e\x4d\xa7\xd9\x16\xf7\xc4\xd2\xd6\x23\x9a\xbb\x37\xcd\xbe\x11\xde\x35\xd3\xb7\xb8\xb7\x76\xfa\x70\x6f\xa8\xfd\x3e\xdc\xab\x11\x41\x78\xe5\xf7\x35\x1c\x92\x38\x49\x78\xa7\xd5\x6a\xb9\x2c\x4a\x06\x42\xcf\xf1\x61\x21\x69\x45\x84\xc7\x28\x2e\x05\x74\xde\xee\x0c\x86\xb2\xc6\xe0\xe7\xaa\xd3\x55\xae\x31\xe3\x5c\x79\x5b\xd1\x12\xdd\xad\x0e\x7a\x07\xe0\x31\x46\x09\x3a\xa0\x90\x69\x3c\x9d\x53\xe9\xb0\x78\x45\xcf\x97\xf1\xf4\xd3\x04\xcb\x26\x50\x06\x1e\x8c\xc2\xfd\x50\x34\x15\x1d\x2b\xc1\x6e\x30\x90\x86\x21\x2a\x4d\x26\x11\x42\x7b\x85\x2b\x68\xcc\x86\x43\xf2\x7c\x4e\xa7\x9f\xf8\x60\x05\x12\x29\xfa\x70\x22\x2a\x63\x86\xbe\xea\xd3\x39\x4d\xd0\xa5\x9d\x1c\xd7\xe2\x76\x2a\x81\x9f\x71\x04\x19\x24\xbf\x30\x5b\x7a\xc9\xbf\xf3\x31\x1b\x33\x15\x0f\xa2\x6b\x4a\x4f\x1c\x00\x73\x23\xf1\x44\x5f\x9b\x18\x18\x59\xe0\x1a\xc5\x79\x42\x20\xed\x37\x23\x69\x0e\x8e\x12\x82\x8a\x5d\x89\xfb\xa2\x3d\xd6\x18\x71\xc8\x71\x4a\x93\x11\x91\x9f\x7b\xf8\x29\x2b\xe2\x84\x26\x3a\xe6\x90\x7f\x13\x68\x8e\x60\x36\xc7\x0c\xe7\x05\x90\x7d\xf9\x99\x4e\x57\xe0\xa9\xa7\x26\x57\x4f\xd0\x98\xb9\xb8\x54\x26\x1a\x68\xbb\xb4\x7d\x92\x7a\x02\x8a\xfc\x57\x7f\x0f\x4c\x72\x57\xe3\xf1\x5d\x16\x5f\x98\x48\xc4\x15\xc1\x81\xf0\x72\x01\x0a\x3f\xe8\x10\x38\xd1\xf4\xbd\xdc\x2a\xa9\x0c\x23\x92\xb6\x78\x6c\xc7\xab\xc9\x17\x8b\xdc\x59\x83\xf5\x84\xec\x7d\x41\x99\xc8\x86\xf7\xf2\x33\xae\x25\xc9\x9e\x7c\x51\x4d\x8b\xc5\x32\x66\xe9\x79\x9a\xa5\x6c\x2d\x8d\x50\x79\x7f\x1e\x97\x8b\x22\x5f\x0b\xc0\xd5\x38\x0f\x8c\x72\x90\x9b\xee\x89\x58\x53\x30\x15\x9f\xf7\x0b\xca\x18\xa8\x1f\x62\xe4\x0f\x1e\x48\x34\x75\x78\x06\xdf\xb1\xf9\x3c\x9a\x1e\xa8\xc4\x1a\xd3\x69\x47\xf8\x94\x77\xce\x9e\x90\x1b\xbe\x71\x37\xd7\xc7\x10\x30\x73\x82\x35\xbe\x49\x84\x38\xf5\xc8\x2f\x24\x1e\x49\x04\xc1\x8f\x55\x51\x12\x3f\x42\x30\x19\x92\x0f\x57\x8b\xac\x2c\x3b\xae\x80\x78\x92\x4a\x82\xee\x61\x2a\x25\x26\x95\x14\xd7\x00\x58\xed\x50\x38\x66\xb3\xa2\x54\xee\x96\xe0\xde\xed\x94\xf3\xe5\x1c\x85\xe0\x17\x91\xae\xdb\xe3\xcd\xf1\x59\xd9\x70\x55\xd5\x3f\xaf\xa7\x20\x8f\xd9\x86\x90\x9a\x4f\x74\xcd\x89\x46\xf3\xd5\x82\x96\xf1\x79\x26\x82\x69\x7a\x9c\x2c\x23\x03\x57\x70\xf7\x94\x14\x15\x92\xe3\x46\xd0\x32\x84\xd0\x05\x39\x26\x91\xed\x7e\x8c\x62\x4b\x38\xc1\x5d\x64\xc5\x79\x9c\x61\x56\x4a\x2b\x11\xa4\x9c\x2d\x55\x0e\x3d\x8a\x0d\xc4\x10\x6a\xb0\x31\x5f\x5f\x83\xc8\xfa\x4e\xf6\xd3\x31\x0a\x3b\x5d\x8c\xb1\x67\x7a\x73\x30\x08\xae\x10\x31\x23\x4e\x5d\x24\xb0\x4c\x8a\xca\x1b\x0e\xb0\x66\xb8\x85\xc9\x0a\xc5\xf9\xcf\x5c\x07\x28\x96\x06\x0f\x8b\x69\xd0\xe7\x86\x79\x5c\xbd\xbb\xca\xe5\x84\xa0\x60\xd2\x0d\x9f\x90\x1b\x8b\x49\x8d\x85\x55\xe4\xcd\x5c\x59\x06\xb8\x52\xd1\x5f\x8e\x1a\x77\x5c\xd7\x9b\x9b\xb3\x97\xd8\x8b\x65\xa2\xf8\x93\xf8\x42\x51\x6d\x03\x2b\xf9\x2d\x8d\x08\xad\x0e\x62\xdf\x91\x2c\x04\x0c\xb4\x01\x60\x47\x8f\xba\x13\x0c\xf6\xaa\xe5\xbe\x7c\x91\xd4\x4a\x30\x21\xaa\x20\x92\x41\x26\xcf\x40\x8e\xb8\x27\x8a\xa6\xf3\x34\x4b\x4a\x9a\x77\x89\xf3\x41\x57\xb7\x25\x53\x03\x26\xfc\x24\x36\x3e\x18\x0c\xc7\x07\xbc\x46\xba\x00\x39\xfd\x33\x46\x86\x81\xe9\xa8\x83\x7f\x60\x5c\x84\x08\x57\x16\xf9\x80\x8f\x45\xc5\x27\xaa\x60\x21\x1f\xdf\x52\x3a\x11\x7e\xe9\x74\x75\x9d\x93\xef\x9f\xbd\x7d\xf7\x61\x82\xf1\x3c\x1f\xdf\xbf\x26\xc7\xa4\xd3\x41\xa7\x63\xa4\xac\x8c\x31\x37\x52\x42\xc6\x65\x19\xaf\x5f\xa7\x9f\xe8\x09\x5a\xc3\xa3\xb8\x2c\x7b\x24\xa3\xb9\xa1\x0b\x83\x07\xba\x30\x66\x5c\x5f\x13\x74\x31\x8f\xcb\x52\x59\x5e\xa4\x8b\x7a\xa9\x9d\xd3\x43\xc6\x92\xb8\x2c\x1f\xbb\xce\xea\x5d\xe1\x5a\x44\x73\xcf\x2a\xfe\x18\xcd\xe2\x68\x1f\x37\x8d\x30\xda\xf2\xfd\x98\x4f\x80\xa6\xae\x3b\x18\xa4\x33\x9f\x04\xb7\x64\xf0\x73\x05\x11\x51\xb5\x74\x59\xe5\x42\x4d\xa5\xc9\x2b\x86\xf2\x51\x52\xa8\xe8\x91\x45\x9a\xbf\xb6\x48\x74\xaf\xe8\x9a\x31\xe0\x66\x9e\x57\x10\x30\xe3\x83\x4a\x46\x81\x1a\xe8\xdb\x94\xd7\x70\x9f\xc8\xa3\x31\x27\xab\x27\x3f\xec\x97\x1c\x8a\x2e\xda\x67\xa3\x3f\xf5\x48\xff\x48\xa7\xa3\xc9\x45\xbf\xd8\x7c\x7c\xc0\x57\x78\x31\x98\xea\xec\x40\x5d\x80\x6e\x7d\x1a\xe4\xf1\x82\x7a\x10\xde\xc4\xcb\xf1\x01\x08\x5c\xf1\xe1\x03\x65\xc6\x38\x90\x9e\x9c\xd2\x51\xe1\x77\xff\x4c\xde\xdd\x21\x88\xe1\x3f\xa3\xa7\xa3\x8f\xe9\xf5\xab\x6e\xce\xa2\xa7\xa3\x3f\x5d\x1f\x7d\x75\xfd\xc5\xe3\x6e\xf4\x74\xf4\x3c\x8b\x17\x4b\x9a\x74\x9f\x02\x3c\x19\x55\x97\x77\x5b\xd2\xcb\xe5\x82\x7f\xa4\x6c\xfe\x7d\x91\xd1\xca\xe1\x01\xf5\x5d\x72\x80\x68\x94\xda\x93\xfc\x3a\x5d\xa4\x4c\x37\x0d\x95\x3a\x00\xea\x19\x46\x83\xa9\xaf\xe3\x00\xcb\x8b\x5c\x56\x78\x4f\x2b\x03\x11\xa7\x60\x23\x1b\x03\x6b\x24\xd6\xda\x4e\x05\xdb\x9a\x64\x55\x54\xe1\x55\xe0\xb5\xc9\xd0\x88\x55\xfb\xeb\xeb\x86\xe1\x9a\xb5\x1c\x74\x23\x39\x53\xcd\xe2\xc8\xc1\x46\x2d\x32\xa4\x54\x5a\xa9\x6e\x2c\xe6\xd8\x04\xba\x71\x44\xca\x18\x35\x49\x51\xe4\x28\x81\xa7\x1e\xf3\xf5\xf7\xcf\xf1\x81\x76\xb7\x83\xf5\xc5\x45\x95\x17\x95\x71\x7d\x0d\xdf\xc7\x07\x7f\xf9\x8b\xfc\x38\x3e\x38\x7b\xa2\xcf\xe0\xbc\x4b\x69\x35\x32\x64\x08\xa6\xfc\x80\xdb\x47\x91\xe6\x09\xbe\xe4\x66\x5a\x0d\xf8\x62\x66\x65\x50\x1f\xf9\x21\x46\x7e\x30\x62\xaf\x40\x24\xc3\x18\x27\x29\xca\x0f\x4e\xc6\x27\xe4\x5e\x04\x80\xa3\x49\x85\x45\xfc\x34\x1f\x75\xbb\x83\xa4\xc8\x69\xf7\x89\xee\xd5\x08\x02\xe0\xb8\xa1\x5d\x79\x22\x4c\x18\x3a\xb1\x91\xf4\x0d\x7a\xf0\x00\xab\x19\x19\xdd\xd2\xae\x91\x88\x49\x46\x0b\xe8\x43\x7c\xa9\x7a\x98\x38\x09\x44\x26\xfc\xbc\x49\x61\x9e\x79\x8b\x59\x9a\xc7\x59\xa6\x06\x66\xc5\x97\x81\x44\x9e\x80\x53\xd2\x24\x3d\x1d\x1f\x08\xe7\xe5\x83\x33\x72\x4f\x12\xda\xfe\x1e\xe9\xe0\x2d\x07\xae\x98\xa2\xa4\x2b\xae\xfd\x27\xd4\x42\xdc\xda\x90\x26\x2d\xb8\xd0\x5b\x11\xd2\x9f\x27\xf4\xca\xc5\xab\xfc\x32\xce\xd2\x84\xc4\x8c\xd1\xc5\x92\x61\xa0\x1c\x0a\xeb\x55\x49\xe1\x50\x27\xb9\x5a\x59\xaa\x06\xe3\x71\xfe\x2a\x27\x45\x99\xa8\x77\x2f\x64\x9d\x1e\xb4\x80\x25\x26\x5e\x1c\xa8\xf0\xd1\x90\x79\x7c\x49\x49\x4c\x3c\xde\x8d\xba\x22\x81\xf8\x00\xa3\xe5\x1b\x47\x86\x89\xdb\x2b\x39\x22\xf9\xb7\xde\xc1\xe2\xaa\x4a\x2f\x72\xbe\x1e\xb4\xbd\x1c\x13\xe7\x85\x63\x52\x8e\x50\x35\x08\xf8\x22\x5b\xc1\x28\x10\xfd\x83\x61\xbd\xc7\x96\x17\xb2\xc1\x8d\x56\xe0\x5b\x9a\x8b\xfa\x56\x68\x24\x9f\xe6\x56\xaa\x3a\xb6\x35\x4e\x5b\x44\xfd\x87\xa3\xc1\x03\xd3\xb1\xe8\xc4\x8c\x96\x23\x66\x48\xf7\x8d\xe2\x23\xcb\xa2\x88\x30\x54\xea\x2d\x93\xbd\x04\x45\x45\x58\x9a\xe3\x76\xbd\x71\x7e\x70\xc6\xb9\x6c\x2d\x56\x4c\x0c\x29\xa5\xd5\xeb\xa2\xa8\xa8\x1a\x14\xfd\x3c\xcd\x56\x89\x0a\xdc\x83\xbb\x32\x41\x5b\x5b\x44\xc9\xec\x75\x78\xa3\x21\x72\x45\x1a\xdf\xb0\xd5\xdf\xe8\xda\x60\x80\x4f\x74\x5d\x09\x70\x5a\xc5\x81\x63\x68\x6a\x6a\x8c\x66\x12\x3b\x05\x25\x38\xf9\x18\xc6\xa8\x2b\x49\x3d\x11\x11\x97\x63\x51\xcf\xcf\xc0\x39\xfa\x1b\x48\x2a\x39\x2d\x72\x96\xe6\x4a\xb6\x34\x4f\x9c\xbd\xca\xd5\x04\x19\x2a\x07\x27\x27\x5f\xb8\x42\xdb\xe8\xf0\x93\x5c\x9f\x73\x50\xd5\x81\x37\x4a\xe7\x8c\x2d\xab\xd1\x70\x78\x91\xb2\xf9\xea\x7c\x30\x2d\x16\x43\x76\x75\x5e\x0d\xcf\x65\xce\xc2\xe1\x79\x56\x9c\x0f\x2f\xbf\x1c\x1c\x0e\x0e\xfb\x71\xb6\x9c\xc7\x83\x2f\x87\x3f\x57\xc3\xaa\x9c\x0e\x17\x45\x12\x67\x83\x9f\xab\x3f\xbc\xfe\xf2\x8b\xaf\xfa\xaf\xbf\xfc\xf2\x0b\x8e\x0f\x75\x0c\x3f\x17\x94\x7d\x98\x96\x45\x96\x9d\xc7\xe5\x3f\xd2\x84\xcd\xad\x3c\x86\x50\xf2\x22\xbd\x34\xb3\x0b\x62\x9c\x9d\x4c\xe8\xd9\x49\xd2\xcb\x0e\xbe\xa8\x3a\x80\x1e\xfb\x95\x04\xd7\x5f\xd0\xb8\xe2\x02\xa7\x62\x6b\xae\x51\xed\x3c\xa0\x6a\x5a\x55\xc3\x09\x8e\x87\xff\xfe\xc3\xeb\xa3\xc3\xaf\xfa\xaf\x8f\x8e\xbe\x10\xb7\x21\x12\xcd\x01\xf4\x34\x58\x8a\x27\x73\xf8\x41\x26\x3e\xaf\x8a\x6c\xc5\x68\xe7\x49\xa8\x26\x83\xe0\x81\x4e\xff\xcf\x7f\xfe\xf3\x9f\x97\x9f\xc3\x75\x20\x5f\x03\xaf\xf5\xc7\xc3\xba\x2a\x98\xd9\xa1\xb9\x4e\x71\x49\xcb\x59\x06\xaf\xd9\x77\xb0\x0c\xeb\x29\xba\x9e\x17\xc9\x9a\xaf\x51\x9a\x27\xcf\xf9\xf1\x31\x52\x10\x34\xd7\x57\xd6\x54\x71\x9e\x53\xbd\x14\xb3\x59\x45\x19\x7e\xef\x1b\xdf\xa7\xf0\x96\x00\x7c\x0f\xf4\x27\xde\x90\x0c\xf5\x27\x83\xf0\xac\x2e\xcd\x1c\x0f\xd6\xfb\x2c\x0e\x13\x2d\xe3\x24\xd1\x89\x86\xec\x3e\xc5\x24\x61\x8d\xf7\x82\x72\xe2\x4f\xf2\x0d\x39\x24\x4f\xd5\x5f\x32\xb7\x05\x19\xc9\x9c\x8c\x81\xde\xd3\xea\xdb\x22\x59\xbf\x13\xf4\xc5\x47\x9d\x4c\x55\xd5\xee\xdd\xa0\x07\xf9\x5a\xa6\xfb\x4a\xf3\x9c\x36\x0d\xf0\x82\xb2\x77\x22\x81\x3a\xef\xeb\x07\x44\xcf\x5a\x2a\x7c\x50\xe4\x58\x02\xbc\xa0\xec\x79\xb1\x58\xae\x18\x4d\x3e\xf0\x92\xc8\x42\x02\xef\xae\x2c\x32\x8b\x67\xcf\x59\x84\x80\x1e\x3c\x40\x88\x1c\x90\xdc\x47\xf0\xed\x97\x8e\xa0\x4d\x1f\x32\x66\xe0\x1b\xef\x87\x3d\x72\x74\xd8\x0d\xa3\xae\xa2\x95\xb9\x7a\x82\x6f\x4e\xa8\xb9\xf2\xd7\xba\xc1\x5a\x01\xc9\xb0\xb3\x50\xfa\x2a\x24\x94\xbe\xd0\x7a\xe7\x2c\xfd\x4c\x93\xe7\x45\xce\xd0\x58\xa1\x88\x05\xd6\x0c\x99\x47\xf8\x59\x96\x45\x9d\x01\x54\xed\xb3\x62\xd9\x23\xe2\xf7\x79\xc1\x58\xb1\xe8\x91\x41\x5a\xf5\xe1\x4b\x8f\x0c\x2a\x96\x4e\x3f\xad\x79\xb5\x4e\xf7\xf4\x50\xeb\xc1\xe7\x7a\xf6\xb8\xfa\x6b\x76\xfb\x54\xcf\x81\xf9\x3d\xc4\xae\x8a\xe4\x64\x04\x29\x17\xd4\xa5\xae\xcf\x89\xc6\xe5\xa3\x4b\x4e\x13\x97\x47\x0e\xfd\x55\x06\xd5\x1b\xbc\x82\x42\xeb\xe6\xf3\x4a\x58\xb7\x9e\x04\xd7\xe0\x5f\xed\x4a\xd1\x54\xfe\x12\x48\x38\x40\xc8\x31\x99\x1a\x00\x03\xbc\xb3\x88\x97\x27\x85\xaa\x5f\x45\x53\x99\x0d\xba\x47\x5c\xd8\x70\xc1\x24\x8b\xed\x14\x85\x38\x7e\xa3\x10\xcd\x4b\xd6\x85\xe2\x54\x23\x15\x68\x6a\x60\xec\x13\xc2\x82\x73\xcf\xc0\x4b\x5e\x66\xc9\x8e\xcd\xe5\xa6\x3e\x82\x37\x11\x8b\x3a\xa4\xd3\x75\xd2\x23\x4d\xdd\x4b\x5b\x05\xfa\x74\x0a\xc7\xb3\x29\x76\xde\x15\xaf\xc0\x91\x8e\x58\x81\x32\x0d\x0c\x5e\xda\x54\xe2\x96\x4c\xbc\xd5\x05\xd7\x2a\x6c\x4e\xb9\x12\x32\xc4\x1b\xdc\x65\x9c\x96\x42\x03\xf8\xa9\x38\xff\xf9\x27\x4c\x29\x11\x83\xa6\xce\x64\x62\x1a\x54\xbf\x7f\x2a\x16\x29\xe3\x2a\xcb\x4f\x3a\xa5\x8a\x3b\x69\xbc\x0a\x1a\x86\x65\x65\x63\x95\x97\xb4\xc2\xa4\x3c\x42\xe7\x32\x55\xac\xe2\xfc\xe7\x6e\x20\x84\x1c\xd4\x9f\x5f\xb4\x7e\x24\xa1\xda\xfa\x91\x7e\x86\x4f\xe8\xa9\xd8\x93\xd4\x8d\x8a\xf3\x9f\xbd\xfc\x0f\x37\x96\x00\xc4\xfa\x75\x14\x9c\xa5\x19\xa3\x25\x4d\xc8\xb4\x58\x42\x5a\x1e\xfd\x40\x28\x50\x14\x32\xeb\x40\xe6\x99\x25\x9d\xa6\xb3\x94\x26\x9c\xc0\x55\x3d\x95\x96\xe9\xf4\x13\x52\xe9\x93\x4d\x21\x5e\x20\xf4\x4f\xdb\x70\x80\xf5\x9e\x42\x7d\x32\x22\x7c\x38\x95\x16\x2c\x2a\x8c\x5f\xb6\x37\x13\x6e\x08\x85\xf5\x49\x78\x16\xf8\xd7\xab\x79\x9a\x51\x30\x99\xba\xf1\xf6\xd2\x15\x8d\x1f\x6c\x4c\xf5\x55\xf6\x73\x8a\x15\xce\x54\x1e\xc4\x5a\xb2\xdb\xfa\xa8\x49\x6f\x99\x5d\x07\x6e\x1e\x7f\xb9\x09\x48\x17\x5e\xfa\x2e\x9f\x52\x95\xb5\xc4\xb0\x61\x62\xcb\x53\x51\x72\xa6\x43\x87\x1e\x92\x94\x1f\x2e\xcf\x57\x19\x49\x2f\xf2\xa2\xa4\x78\xfd\xcf\x27\x84\xec\x29\x59\x0c\xdf\x90\x68\x95\xa5\x39\xeb\x8b\x17\xaa\xfb\x59\x9a\xf3\x95\xd3\x17\x2d\x9c\xe3\x92\x83\xac\x69\x2b\xb8\x09\xca\xc0\x84\x2e\x4b\x3a\x8d\x19\x4d\xa2\xa5\x50\xd7\xf9\x79\x67\x99\xc5\x79\x6c\x24\x01\x71\x73\x61\xc2\x09\x3c\x66\x14\x1a\x55\x78\x49\x23\x24\xa7\x7c\xc0\x9b\xff\x69\xad\x2c\xa8\x7a\x2a\x6b\x9e\x85\x1e\x1f\x0c\x55\x09\x13\x4c\xcd\x98\x7c\xac\x8b\x3c\x52\x48\xa8\x27\xbc\xe0\x0b\xd7\x2d\xf8\x92\x52\xd5\x2c\x0c\x75\xdd\x79\x5c\x91\x73\x4a\x4d\x92\x0c\xc6\xe3\x1c\x9a\x98\x04\x71\x93\x45\xab\x53\xf4\x24\x9c\x93\xa6\xc7\x79\x91\x59\x16\xfe\x09\x5e\x16\x7c\x41\x9e\x62\xa3\x3e\xf9\x02\x12\xd2\xf4\xc8\x04\xb9\xff\x8b\x27\xf8\xeb\x6b\x28\xc7\x3f\xac\xe3\x3d\x07\x79\x3a\xc1\x3c\x34\x5f\xd8\x79\x68\x26\xb6\x20\xb2\x64\xbc\x9c\x62\x71\x58\xc6\x8d\xa8\x47\x4e\x9b\x67\x51\x65\x77\xe1\xbd\x76\x8d\x04\xd8\x9c\x3d\x3f\xcc\xd3\x05\x11\xc7\x25\x3e\xcd\x39\xa5\x09\x4d\x48\x44\x07\x17\x03\x2e\xdd\xc1\xb5\xc8\xc8\xb4\xd5\x95\xf9\xae\x64\x9b\x60\xae\x5b\x71\xf3\x08\xee\x90\xa8\x72\xca\xea\x96\xa1\x44\x25\xc8\x72\xd9\xfa\xc5\xbb\x37\xf2\x08\xd7\x8a\x43\xd1\xb9\xc9\x65\x3f\xc3\xcf\x49\x40\x0b\xba\x3a\x89\x60\x17\x69\x97\xe2\xed\xc9\x4f\x1d\x9b\x21\x3b\x3f\x81\x87\x4f\x96\x62\x86\x33\x28\x76\x19\xb1\xf3\xd3\x80\xbc\x84\x07\x31\xa9\x80\x82\x96\xaa\x38\x57\x98\x10\x8d\xca\x80\xfc\x1d\x17\x21\x38\x38\xc4\x69\x46\x93\x41\xa7\xeb\x2f\x75\x6d\x8b\x90\xe7\x71\x72\xac\x8f\xe6\x83\x22\xa7\xef\x66\xfc\x67\x74\xaa\x3f\xe2\xb5\x4c\xcf\xa8\xc6\x29\xdb\x33\xc8\x6a\x96\x55\xf3\x78\x49\x23\xa0\xcb\x74\x55\x96\x90\x53\x5a\x97\xc6\xf9\x7a\x9c\xdf\x74\xcf\x74\x1e\x4e\x81\xd2\x45\x7b\x7c\xb0\xf7\x26\xfc\x0c\x1c\xee\xdf\x47\x86\x32\x91\xa8\xc0\x86\xd7\x43\x51\x96\x27\xb4\x1c\x39\x63\xe3\x28\x9a\xf0\x40\x21\x79\x37\x8b\x7e\x17\x88\x9d\x75\x91\x7c\xc3\x87\x62\x37\xe0\x9b\x64\xbf\x5a\xc6\x53\x48\x7b\x76\x3a\x3e\x80\x7d\x03\x53\x80\xc6\x33\x46\xcb\xe7\x45\x56\xe4\xd2\x75\x21\xce\xd2\x8b\x7c\x44\xc6\x07\xe2\x1d\x7a\x72\x73\x06\xbb\x14\xba\x75\x55\x14\x94\xb1\x38\xcb\xb8\x92\xbd\x02\xa6\x83\x6c\xc8\xe4\x8a\x2b\x6a\xe8\xa3\xc5\x75\x0f\x75\x02\x22\x13\xf9\xba\x72\x05\x06\x0b\x80\xd4\xfa\xdc\xd4\x4f\xe8\xa5\xb0\x79\xb8\x60\x2c\x06\x39\x29\xe3\x1c\x0d\x1d\x27\xe9\x82\x16\x2b\xc8\x96\x04\x74\xfc\x2e\x4e\xe8\x88\x1c\xfd\xf1\x10\xc8\x36\x1c\x92\xfb\x4c\xd5\xed\xcf\x62\xcc\x51\xf1\xbc\xc8\xb2\x78\x59\xd1\x11\xf9\x22\x5c\x71\x2a\x2a\xf0\xa2\x37\xfc\xdc\x36\x22\x5f\x1c\xea\x9a\x68\xed\xd1\xf5\x01\x66\x5c\x16\xab\x8a\x66\x23\xf2\xd5\xe1\x21\xd4\x9a\x8a\x2f\x56\x45\xc8\xcf\x3c\x1c\x92\x17\xab\x65\x96\xc2\x46\x62\x0c\x66\x20\x65\x30\x6a\x5a\xac\x20\x34\x07\x33\x12\xa8\xc5\x90\xe7\x0d\x89\x7c\xbe\x4a\xb3\x04\x69\xcb\xb7\x98\x24\xe5\xbc\x75\xbe\x12\x19\xfe\xf8\xbe\x96\xad\xa5\x65\x92\xcf\x4f\x25\x20\xf2\xca\x39\xad\x78\xaf\x70\x4f\x4f\xbe\x3f\x79\xf3\x9a\xc4\x0c\x5b\x53\x84\x58\xa5\x5c\x98\xfc\x04\x19\x9e\x0d\xdc\xfb\x17\x65\xb1\x5a\xfe\x24\x92\xc9\x57\x6a\xbf\x00\x1e\x30\x32\x27\x22\x6e\x83\xda\x19\x93\x2c\x2c\x34\xcd\xd3\x4e\x9a\x77\x7a\xa4\x03\xf9\xb2\xdf\xe5\x2f\x73\x46\x4b\xfe\xf7\x2a\x97\x5f\x3e\xa7\x8c\x7f\x88\x97\x4b\x1a\x43\x11\x95\x75\xa8\x28\x62\xc8\x04\xfc\x67\xa1\x21\x88\x9f\x69\x7e\x61\xfc\x45\x13\xf1\x87\x68\x8a\xbf\x74\x9d\xcf\x29\xa3\x49\xe7\xec\x49\x0d\xf2\x1f\x58\xcc\x56\x15\x55\xec\xf6\xf2\xed\xc9\xcb\xf7\xaf\xde\xfe\x75\x24\xb0\x02\x40\xaa\xe0\xe5\x0b\xf9\x9d\x77\x0b\x9f\xff\xeb\xd5\x89\xa8\x2e\xbb\x95\x9f\xb1\x32\xf6\x8f\x79\xf5\x0d\x0c\x3e\xd1\xf5\xf3\x22\xd1\xfd\xd2\x6a\x3a\x22\x8f\xff\x03\x1a\xf3\xb5\xce\x59\xf9\x31\xfc\x05\xdd\x8d\xc8\xd1\x17\xf0\x17\x8b\xcf\x47\xe4\xcf\xf0\x73\xb5\x1c\x91\x2f\xfe\xd4\x43\xa3\xd4\x55\x3e\x22\x5f\x22\x43\xcf\x8b\x05\x6f\xfd\x95\x68\x9d\xf0\x45\x01\xbf\xf3\x11\xf9\x0f\xac\xbf\x1c\x91\x3f\x1d\x7a\x38\xfd\x50\x2c\x97\xb4\xfc\x21\x8b\xa7\x14\xd3\x64\xf2\xc9\x8c\x57\xac\xe8\x43\xe0\x06\xcc\xd9\x8a\x15\xf2\xdf\x3e\xcd\x81\xf6\xac\x58\xea\x0a\xac\x58\xca\x6f\xa2\x18\x6c\x3b\xba\x02\x9a\x7a\xd4\x77\x51\x09\xed\x1e\xf6\x5f\xc6\x77\xd5\x3a\xa3\x33\xd5\x86\xff\x56\xdf\xb0\x86\x33\xcd\xd3\x38\xff\x58\xd1\x17\xef\xde\x90\x63\x72\xef\x9e\xe3\xf4\x14\x70\xff\x91\x2f\xa7\x09\x93\x4d\xe0\x93\x6d\x31\xee\x06\x4e\x17\x69\x05\xcb\xfa\x3d\x9d\xbd\x3b\xff\xd9\xbe\xdc\xc1\xa4\x3d\x70\x51\xa0\xb5\x60\x79\x73\xe0\x3c\x08\x6c\xaa\x1d\x1d\xb1\xd1\x76\x40\x38\x1b\x97\x23\xd6\x21\x48\xde\x7f\xda\xce\xde\x17\x94\x9d\xc4\x17\x91\x19\x70\x00\x8f\xd3\x8b\x24\xbf\xc1\x34\x05\x97\x2a\x03\xb0\x22\x0f\x79\x4a\x3a\xa7\xe2\x90\xfa\x51\x7e\x3c\xeb\x90\x91\xfe\xfc\x76\x95\x65\x67\x9d\x00\x62\x1b\xbc\x37\xd4\xbd\xe9\x4d\x48\xb7\x63\xc5\x5b\x48\x42\x1c\xb9\x21\x13\xf8\xea\x8c\xa4\xa2\x4e\xb6\xcc\xcb\xde\x3e\x7b\x4b\x8e\xc9\x21\x19\x5a\x16\x2d\xfd\x4e\x8d\xc8\x6b\x1c\x1c\xb7\x6b\x85\xd1\xad\x70\xf7\xee\x40\xb8\x9c\xfa\x68\xe8\xae\x36\xa9\xa1\x54\xd2\x06\x6f\x15\xcf\xbc\x1e\xdf\x3e\x7b\xeb\xf6\x97\x56\x48\x2f\x01\xc7\x8a\x6c\x29\xd8\x1c\x83\x8c\x8c\x41\xe3\xbd\xf3\xbb\x99\x93\x4c\x8f\x3c\xb5\x8b\xa3\x2e\x19\x59\x29\xa9\xa5\xc7\xbd\xea\x0f\x80\x77\xc9\x53\x22\x5f\x48\x86\xce\x46\xf8\x6f\x90\x2a\xf7\x42\xc9\xbd\x3d\x1e\x3a\x94\xa8\x90\x11\x79\xe4\x91\xd8\x72\xfc\xd7\x19\x5c\xff\x39\x1e\x57\x8f\xae\xf9\xff\xdc\x1f\x5e\xf4\x48\xa7\xa3\xef\x0d\xd2\xea\xdb\x34\x8f\xc1\x43\x6c\xf8\xcf\xc3\xf3\xd3\xc3\xa3\xb3\x47\xf7\x87\x29\x3a\xcb\x28\x66\xd2\x41\x24\xb2\x3a\xb8\xde\x1c\x16\xa7\x87\xfd\xff\xf0\x1a\x98\x06\x53\xc4\x04\x1d\x8a\x1e\x77\x7b\x1a\xc0\x53\xc8\x24\xfa\x27\x4e\xc8\xe1\x3f\x4f\xfb\x8f\xce\x0e\x3f\x9f\x1e\xf6\xff\x1c\xf7\x67\x21\x78\x9c\x07\x8d\x01\x07\x6d\xfd\xd6\x4c\x6f\x66\x6d\x8b\xb4\xf7\xf4\x79\x3a\xf2\xd9\xd1\xe2\x51\x9d\x61\xb1\x0e\x11\xe5\x43\xea\xca\x89\x7b\x75\xec\xe8\x08\x1d\x27\xb1\xd9\x05\xda\xdc\xf5\x72\x78\x62\xdd\x1e\x5e\xd8\xab\x43\xf6\x7e\x86\x78\xbb\xc5\xcf\xaa\x75\x3e\xdd\x50\xe7\xaf\x34\xc7\x0b\xfb\x0d\xf5\x7e\x28\x8b\xcf\x6b\x90\x52\x01\x3a\xcc\xd2\x3c\xd1\x87\x9e\xca\x17\xde\x41\xd9\xee\x92\x44\xbc\xe0\x27\x64\xb6\xbf\xbc\x15\xad\x1b\xdb\x47\xdd\xd0\x92\x73\xf6\x0b\xb1\xf6\x38\x0f\xa8\xad\xce\x12\x18\xc1\xc7\xdb\xbc\x8b\x08\x81\x48\xdd\x9b\x5c\x4e\x70\x29\x69\x09\x75\x7c\xf0\x07\x90\x23\x1a\xba\x65\xa4\xd8\xd4\x89\xff\x96\xfb\xc9\x9c\xca\xd1\x77\x0c\xc8\x60\xd4\xe9\x90\x69\xb1\xca\x12\x91\xde\x92\xa4\x09\xcd\x19\x9a\x4e\xc5\x79\x26\x81\x30\xed\x74\x39\x22\x53\x88\x4b\xa9\x96\x34\xcb\xd4\x9b\x14\x21\xf3\x89\xc2\xad\xf1\x02\x3c\xb4\x9a\xc0\xee\xf3\xae\x7c\x5b\x24\xf0\x02\x4c\x44\x33\x33\x70\x97\x66\x95\x1f\x23\x57\xb7\x9c\x2c\x07\x43\x69\xbd\x05\x78\xd7\xd7\x86\x7a\xa3\xd5\x09\x9a\x59\xaf\x95\xcb\xad\xae\xf6\x2a\x10\xdf\x50\x8e\xe4\xeb\x8d\x71\x96\x49\xf6\x37\x04\x12\xa0\x5c\xb7\x3c\x8c\x1d\xd6\x6f\x2d\x99\x3e\x44\x12\xcb\xc2\x05\xc3\xa4\x59\x15\x62\x93\x20\xc5\x54\xa3\xd3\x3a\xfb\xd7\x29\xcd\x84\x51\xdb\x8e\xd5\xda\x12\x23\x79\xe5\xe6\x77\x20\xd1\xf5\x2c\x30\xc2\xf3\x04\x1f\xdc\x84\x77\xb7\x50\x97\x66\xc5\x6a\x3a\x57\xba\xec\x34\x4b\xa7\x9f\x4c\x95\x55\xcd\x4b\x9c\x24\x6f\x56\x19\x4b\x97\x99\xfd\xc6\x57\x15\x4d\x68\x56\xf5\xc4\x73\x82\x65\x8f\x4c\xe0\x95\xcd\xaa\x47\x56\x15\x7d\x1e\x2f\xe1\xd1\x05\x77\xda\x26\x88\xa6\x21\xd1\x1b\x87\x8e\x8d\x0c\xda\x69\xb9\x4e\xe5\x48\x44\xb7\x4f\x3c\xe1\x24\x6b\x84\x14\x03\xd5\x1a\x7f\x88\xcb\xaa\x21\xdf\xe3\x87\x9e\xb0\xab\xc1\x52\xee\x6b\xc5\x4c\xd2\x00\x95\x10\xad\xf6\x5c\x5f\x93\x7b\xce\x6a\x81\xee\xf4\x00\x7d\xc1\x32\x96\x93\xce\x25\xcc\x2c\x2d\x2b\xa6\x2c\xac\xea\xd5\x04\x7d\x8f\xb8\xaa\x40\xc4\xf0\x65\x07\xb1\xba\x45\x49\x62\xe1\x43\x4a\xd0\x18\x89\xc1\xd4\xbc\x40\x22\x3f\xb0\xba\xa8\xe8\xb4\xc8\x13\x05\x29\x56\xc0\xed\x6a\x6c\x9e\x96\x09\x49\x2b\x12\x8b\x97\x88\xec\xae\x66\xe2\x6b\x85\xc6\x84\x92\x8a\xa8\xc1\x0a\x50\xc0\x51\x0b\x78\x52\xc8\x09\x02\x23\x7d\xbc\xec\x7b\xa8\x8e\x4b\x8e\x0a\x3c\x8e\x0b\xb0\x9a\x1b\x67\x76\x4b\x73\xb9\xd2\x6c\xe0\xbe\x6f\x87\xa0\x0d\x7e\x36\xd8\x58\xbd\xd5\x21\x6e\x26\x83\xcf\x51\x1a\xef\xe0\x55\x51\x4b\x14\x37\x8c\xef\x16\x23\x84\x31\x06\x9e\xe6\x6b\x31\x4c\xf3\x61\x4a\xc3\xe6\x6e\x49\x15\x78\x92\x32\x3e\xcf\xe4\xe9\x53\x9c\xcf\x4f\xe7\x25\x9d\x9d\xc1\xa1\xbc\xa4\xc6\x5f\xf0\x24\xfe\x28\x2f\x58\x74\x2a\xae\x93\x92\xb3\x2e\xfe\xcd\x87\x75\x3c\x4f\x93\x84\xe6\x67\x5d\x5e\x17\xf7\x3a\xb7\x32\x1c\xe4\xe9\x67\xc6\xe1\x86\xca\xce\x57\x8c\x15\x79\xa8\x44\xa8\xa1\x3d\xd2\xa1\x8b\x73\xb4\xd0\x9c\xb2\xf8\x1c\x6e\x59\xcf\xa0\x01\x3a\x58\x75\xd1\x96\x90\xa4\xc5\xe9\xb4\xc8\x59\x59\x64\x15\xe0\x7e\x99\x26\xd4\xf9\x04\x7f\xd1\x9c\xd1\x24\x65\xbc\x27\x04\xe3\x7e\x3d\x1e\x1f\xc0\x1e\x3a\x3e\x38\xeb\x76\xce\x8c\xa8\x13\xe5\x8b\x29\xfc\xc8\xff\x72\x1e\x9f\xd3\x6c\x58\xae\x72\x96\x2e\xe8\x70\x4e\xb3\x25\x2d\xab\x21\xad\x16\x43\x51\xd3\x74\x46\x6f\xf4\x1c\x6c\x01\xb2\xa9\xb9\xd9\x0f\xbe\xfc\x80\x0e\x74\x60\xae\xeb\xe8\xb2\x26\x07\x3b\x55\x49\xf9\x02\xc8\x5a\xf0\x21\xe7\x1f\x8c\x5a\xbf\xb8\xde\x10\x3d\xcb\x42\x7f\x23\xda\xe2\xa3\x9a\xd0\x10\x53\x7f\x4b\x04\x84\xcd\x8a\xc5\x17\x23\xb3\x21\x98\x96\x66\xd9\x2a\x4d\x46\x9b\x6c\xfc\xe7\x45\x91\xf9\xa6\xf4\xb3\x2e\x80\x50\x83\x18\xf9\xc6\x76\x28\x97\x78\x5b\xdd\x60\x90\x87\x7a\xbf\x52\xec\xc1\xbc\x82\x8d\x30\x78\xf9\x61\x3d\xac\xf9\xbc\xc8\x59\x9c\xe6\xd4\x8c\x1d\xd3\x1f\xf1\x9e\xc8\xd8\x55\x4d\xe7\x0f\x28\x1b\x68\x57\x12\xb9\x98\x4d\x2f\x0f\x51\x47\x7e\x51\x75\x80\x50\xaa\x1c\xfe\x52\x65\x27\x70\x82\xc2\x12\x16\x5f\xa8\xef\xda\xb0\xcb\x77\xe1\x46\x77\x56\x71\x13\x76\x3a\x3e\x50\xe8\x8d\x0f\x7a\x64\x7c\xa0\x30\xc1\x3f\xa1\x63\xfc\xc9\xe2\x0b\xbe\x6e\x0c\x1f\xfa\xa9\xa4\x02\xbc\x9d\x4e\x8e\x49\x47\x7d\xe9\x18\xbb\xbf\x18\xca\xb1\xe3\x20\xdf\xd0\xba\x0f\x4d\x3a\xa6\x76\xa6\x00\xd5\xb7\x1f\x1f\x68\x00\x70\x02\x80\xfa\xae\x9a\x02\xe3\x05\x0a\xd5\xfa\xfc\xd8\xee\x3f\x56\x37\x5d\xd3\x1f\xc8\xdc\x74\x86\x0f\xff\x30\x99\xfc\xf0\xf1\xfd\xcb\xc9\xe4\xe1\x10\x16\xaa\xe3\x3e\x0a\x31\x7f\xca\x07\xfc\x97\x9b\x9e\x31\x5d\x3d\xcf\x75\x68\x24\xf1\xc4\xed\xad\xfb\x44\xb2\xa4\xe2\xbc\x81\xb9\xe0\xd4\xef\x27\x66\x0d\x87\xc9\xcd\x3f\xfd\x90\x18\xd5\xcc\x10\x8b\xfa\x4d\x27\x21\xc4\xd4\x07\x10\x4b\xe3\x7c\xb8\xe7\xff\xf0\x42\x82\xab\xc0\x15\x67\xdc\x48\xde\xa1\x55\x34\x2e\xa7\xf3\x2e\xe9\xeb\xbc\x01\x3f\x61\xd9\x4f\xa2\x3a\x3a\xc7\xfc\x84\x15\x7f\xc2\xa5\xab\x01\x99\x6b\xb7\x01\xbc\xe9\xdf\x20\x9e\x77\xac\x56\xe7\x15\x2b\xa3\x43\x59\x49\x1d\x45\x31\x09\x0b\xff\xa4\xe6\xe6\x4e\xa8\x01\xee\x3b\x65\x81\x6c\xb2\x2a\xd3\x2e\xff\x0a\x25\xef\xe3\xfc\x53\x05\xef\x51\xf1\x3a\x15\x5e\xcc\xd1\x8a\x11\xa8\xad\xee\xee\x06\x04\xf2\x42\x57\xf4\x02\x54\xd6\x0b\xca\xb0\xea\x3c\xbd\x98\xd3\x8a\x01\xa8\x18\x2e\x5f\xb8\xd6\xb8\x2c\x52\x50\x80\xd8\x9c\xe2\xd1\x18\x0c\x45\x5c\x9d\x34\xdb\xc7\x70\x0a\x11\xce\x96\xba\x35\x22\x0c\x10\xc8\xd5\x9c\x96\x54\xe1\x4a\x30\x83\x14\x4b\xa7\xe4\x1b\x92\xac\xf3\x78\x01\xbf\xaa\x65\x16\x33\xf2\x0d\x3c\x46\xa6\xea\x9e\xe0\xdb\x42\x6b\x72\xc5\x0f\xe6\x79\x47\x84\x5f\xb0\x82\x5c\x15\x65\xb9\x26\xf1\x79\xb1\x62\x80\x1b\xc6\x70\x14\x33\x52\xac\x4a\x22\x69\x94\x51\x86\xef\x76\x0d\x87\x70\xad\xbe\x62\xb4\xac\x48\x52\x90\x94\x0d\x54\x1f\xcf\x04\x91\xb2\xa2\xf8\x54\x91\x2c\xfd\x44\x45\x42\x0f\x03\xdf\x5f\xe0\x49\x2f\xf5\x56\xb1\x7c\x22\xf0\x46\x03\xc9\x13\x12\x0b\x7e\xa1\x89\xb8\x29\xd5\x10\x47\x0e\x34\xe8\xb1\x47\x96\x71\x19\x2f\x70\x2e\x0d\x58\xaf\xc8\xa7\xbc\xb8\xea\x91\x57\xa4\x9a\x83\xad\x62\x55\x51\x08\x75\xf9\x30\x2d\xd3\x25\x03\xd3\xc5\xb4\x58\xa0\x66\x37\x2b\x4a\x71\xcd\x07\x3b\xfc\x40\xec\xc0\xe9\xf4\x93\xf5\xf6\x97\xcb\x39\x7a\x97\x42\x54\xa5\xfb\xa1\x32\x9e\x8a\x91\x4e\xcc\x12\x59\x36\x59\x95\xe9\x7d\x38\x95\x91\x63\x0e\x4d\x9c\xd0\xc6\x07\x4f\xc7\x07\x5d\xb5\x05\xad\xca\xf4\x87\x98\xcd\x73\xdc\x00\x75\x1b\x3c\x26\x4b\x58\xab\x32\xfd\x80\xec\x54\x41\x82\x1a\xf8\x99\xfe\x8b\x46\x46\x73\xd3\xa4\xfb\xbe\x28\xd8\xc7\x32\xc5\x8e\x65\xcb\xd3\xc3\x33\x11\x42\x29\x9e\xee\xbb\xc4\x87\xff\x3f\x81\x6f\x17\xff\xf1\x1e\xc6\x2e\x48\xd0\xad\x89\xb9\xcd\x44\x65\x9a\x34\xa5\xf2\x07\xa2\xa5\x55\xe5\xbd\xf0\x0b\x9d\x02\x2b\x49\x30\xa7\xe9\xd9\x00\xbe\x58\x16\x33\xf8\x22\x25\xb2\x71\x2a\x30\x48\x6e\x9c\x14\xa0\xf6\x48\x70\x8c\xfe\x8c\xac\x33\x22\xbf\xdc\x18\x1f\x57\x65\x3a\xe2\xff\xa3\x8e\x0a\xea\xd0\xe0\xc4\x70\x28\x03\x85\xc2\x39\x3c\x09\x88\x2a\xe7\xfd\xae\x31\x48\xec\x5b\xfb\x53\x4a\x46\xfa\x4c\x8e\xc9\x9b\x98\xcd\x07\x8b\xf8\x73\x64\x4c\x8f\x76\x79\x32\x7b\x92\xe2\xd3\x00\x91\x1a\x2f\xba\x8d\xb5\x1b\xd5\x13\x51\xf0\x35\xef\x43\xfc\xe1\x85\x35\x99\xb0\xf9\x04\x98\x5d\x9d\xe2\x79\xe2\x89\x59\x5f\xe3\xe7\xf0\x92\xaa\x3b\x36\xc3\xf3\xaa\x0f\x5c\x3e\x45\x26\x58\x3b\xa2\x69\x38\x24\xdf\x43\x46\x70\x10\x64\x3d\xf2\x33\x3f\xb4\x5f\x94\xf1\x39\x3e\xb1\x48\x2b\xd6\x03\x01\x2d\x83\x30\x71\xe1\x59\xed\x61\xfa\x08\x19\xce\xd2\x8c\x56\x43\x69\x30\xad\x86\x57\x45\xf9\xc9\xaa\x28\x78\x42\x54\x7c\xa8\xcb\xd4\xec\x38\x14\x10\xb7\x14\x47\x60\x17\x19\x1f\x3c\xb4\x1e\xce\xc4\xe9\x3c\x85\x7f\xce\x6c\x62\x88\x76\x40\x12\x74\x15\x4e\xe8\xb4\x48\xe8\xc7\xf7\xaf\x9e\x4b\x37\x25\xe1\x0a\x3c\x3e\x18\x6a\x13\x29\xff\xcf\x8c\x5c\x34\x38\x0e\xe9\x69\x52\xbf\xe6\x11\x34\x18\xe9\xc7\xf7\xaf\x48\x5a\x71\x41\x58\x32\x78\xde\x32\x96\x4f\x56\x82\x00\xcd\x8b\x06\x32\xae\x2a\x5a\x56\x41\xba\x41\xc9\x70\xc4\xff\x79\x95\xe8\x1a\x6a\x55\x3b\x4f\xb1\xd7\x8e\x04\x04\x25\xee\x60\x6f\x84\x18\x05\x2a\xbe\xa7\x03\xfa\x99\x4e\x6d\x6e\x71\x38\xca\x6a\xf7\xe0\x01\xb9\xa7\x64\x9b\x45\x03\x25\xa2\x5f\x55\x6f\x0b\xf6\x9e\x56\xb4\xbc\x44\xa9\x26\x7e\x82\x96\xaa\xdc\x92\x4d\xa8\xa7\x47\x67\xd2\x45\xd9\x18\xcc\xbd\x00\xb4\xa7\xf5\x8f\x52\x8e\x0f\xb4\x83\xc7\xf8\x80\x3c\xd5\x8a\x60\x84\x89\x88\xc8\xf8\xe0\x6b\x90\xae\xa5\xde\xcd\xa5\x82\xa0\x9c\x2b\x1d\xb4\xb4\x7b\x25\x18\xad\xe4\x50\x08\x17\xf6\x03\xf2\x43\x46\xe3\x0a\x9e\xfd\x24\x31\x49\xd2\xd9\x8c\x96\x1c\x18\x6c\x24\x69\x0e\x3b\xb1\x86\xac\x25\x94\x02\x3a\x18\x1f\x74\xc9\xc8\x45\x14\xae\x35\xf5\x1e\xa7\xa9\x2b\x2f\x16\x7d\xce\x36\xb8\xb4\xeb\xaf\x17\x67\x4c\x67\xde\x4b\xbe\xc6\x71\xc5\x12\x4e\x90\x85\x4a\x43\x76\x38\xfe\x39\x5e\x07\x49\x1a\x56\x42\xef\x81\x59\xeb\xc1\xde\x2f\x3a\xc6\x3f\x84\xb4\xa9\x8a\x16\x6b\x61\x78\xf4\xf8\x8b\x61\x45\x19\x4b\xf3\x8b\xc6\x85\x91\x26\xc3\x65\x59\x70\xe9\xb2\xc3\xe2\x20\xde\xe5\x0d\x36\x35\x06\x2a\x75\x8e\xf6\xdb\x9c\xd0\x94\x9c\xad\x0e\x64\x0e\x79\x14\x90\x58\x87\x3d\x22\x84\x96\x21\x9c\xfc\x6d\xd1\x8f\xae\xb6\x6e\x53\x10\xcf\xeb\x6b\xbd\x35\x5f\x5f\xab\x98\xac\xbb\xd3\xf3\xa1\xdb\x08\x35\x4e\x50\xd6\xfa\x04\xb8\x8c\x56\xb8\xab\x14\x39\x3e\x31\xcb\xf5\xe0\x98\xd7\xe8\x91\x38\xab\x0a\x92\x15\x19\xaa\x7f\x92\xbe\x46\x4c\x8b\x03\xd1\x3c\xde\x80\x72\x78\x8a\x2a\xee\x08\x01\xdf\x9c\x61\xbd\xbb\x1d\x67\x49\xab\x22\xbb\xa4\x11\x2b\x7a\xe4\x3c\xae\x28\xe8\x19\xfa\x4c\x83\xa5\x15\xdf\x03\x2a\x02\x4f\x99\x16\xab\x8b\x39\xa1\x97\xb4\x5c\x23\x9a\x20\x3d\xd4\xc3\xc5\xb0\x1d\xc0\x96\x38\x20\xe4\x3d\xcd\x62\x96\x5e\x52\x68\x0d\xf0\xa4\xbf\x62\x59\x5c\x55\x14\x5c\x7e\xc8\x8c\xd2\x8c\xc4\x57\x9f\xae\xe2\x32\x21\xe7\x14\x1e\x34\x85\x55\x05\x91\x15\xbc\xc6\xba\x58\x91\x73\x0a\xc7\x5d\xb3\xab\xf1\x01\x80\x94\x8f\xa7\x42\x8d\x98\x61\xc8\x06\x98\x4b\x58\x51\x0c\xc8\x77\x45\x49\xe8\xe7\x78\xb1\xcc\xec\xd3\x8f\x40\xe1\xc3\x92\x4e\xc5\x20\xa3\xce\xac\x00\x77\xa9\xe1\x79\x5c\x0e\x3b\x5d\x72\xfc\x0d\x81\x9f\xb3\xa2\x68\xdb\x4c\xb4\x12\x2d\xa0\xd5\xb7\xf0\xfc\xb2\x78\x6a\x79\xb1\xe0\xea\x07\x04\x0a\x14\x33\x81\x2a\xa9\xd6\x15\xa4\x95\x4c\x59\x07\x9f\xfc\x8b\x2b\x38\x29\x09\x0f\xc5\x9e\x1c\x62\x07\x0f\x87\x3f\x4d\x93\x9f\xd0\x00\x80\xed\x7b\x48\x29\x49\x97\x14\x48\x2f\x0f\x6d\x3d\xde\xd9\xa7\x4a\x1d\xd9\xf8\xa9\x86\x64\xb4\xaa\xf0\xd8\x06\x00\xd9\x9c\xa6\xa5\xf4\x0f\x86\x49\x1d\x90\x93\x82\x5c\x14\x24\xa1\x74\x49\x4b\x45\xe2\x04\xdf\x20\xb4\x0f\x52\x5f\xbf\x4e\xf3\x4f\x84\x15\xc7\xe3\x03\xac\x3e\x3e\x18\x7e\xa3\x4a\x61\xce\x2b\x46\xe3\x44\x9e\x47\xad\x36\x3f\xfd\x72\xff\x17\x34\x9c\xad\xca\xf4\x66\x88\x00\x6e\x7e\x42\x00\x50\xfd\xff\xf2\xc5\x06\x07\x42\x3e\xee\x1e\x17\x66\x1c\x9d\xab\x38\x87\xf4\x02\x1a\x49\xa0\x88\x4b\x65\xa4\x5d\x10\xef\x69\x22\x5a\xaa\x2f\x7f\xe0\xc4\x37\xcb\xef\x47\xcb\xab\xa4\x3b\xd4\xd5\x70\x42\xd7\x84\x95\x34\xe6\x02\xdc\x5c\x07\xb1\xb3\x0e\x38\xdd\xc5\x6b\xbc\xa5\x5c\x07\x98\xc9\x09\x4f\x94\x62\xf5\x61\xde\x46\x98\x11\xb0\x8e\x7f\x66\xab\x38\x23\x69\x8e\xaf\xb7\xc2\xfd\xe2\xff\xcf\xde\xfb\xe8\xb7\x6d\x23\x0b\xa3\xaf\x82\x78\x7b\x22\x2a\xa1\x24\xcb\x49\xbb\xad\x5c\xc7\xeb\x3a\x4e\xeb\xdd\xc4\xf6\x67\x3b\xa7\xa7\x9f\xe5\x4f\x4b\x49\x90\xc5\x9a\x22\x55\x92\xb2\xa3\xc6\xfe\xde\xe9\xbe\xc2\x7d\xb2\xfb\xc3\x0c\xfe\x0c\x40\x50\x96\xd3\x64\xf7\xec\xb9\x9b\xfd\x6d\x2d\x02\x03\x60\x00\x0c\x06\x83\xc1\x60\x26\x1d\xb3\x60\x12\xa7\x57\xe2\xdc\x3c\xca\x33\xe4\xe3\x43\xce\x66\x59\x2e\x36\xe3\x72\x11\x8b\xca\xe5\xa9\x53\xae\x67\xca\x78\xdc\x25\xde\xd4\x0e\x2e\x05\xa1\x0a\xb2\x0d\x05\xa1\xff\xde\xf9\x6d\xf1\x41\x91\xaf\x48\xed\x53\xe7\xd3\xa8\xa1\x11\x55\x20\x1f\xaf\x18\x42\x64\xae\x66\x6f\x50\x66\xfa\x80\x5a\x66\xfe\xf3\x69\x99\xd1\xe3\xa9\x2a\x70\xb1\x79\x49\x20\x94\x87\x29\x93\xdd\xa5\x87\xd7\x81\xe8\x92\x6e\x48\x7c\xf8\x9b\x12\x39\xb4\x31\x53\xcc\x3e\x0c\x97\x99\xff\x18\x66\x50\x35\x47\x61\x51\x87\x1f\x9a\xb6\xa6\xa4\xce\x4e\x87\xed\x46\x3b\xc3\x50\x6e\xf1\xbb\xc3\x9d\x11\x0c\x37\x7e\x45\x3b\x43\x7d\x3f\x9b\xf9\x0e\xd5\xee\x88\x47\xe3\x31\x0c\x8d\xd5\x56\xa8\x06\xcc\xba\x43\xec\x74\x98\x94\x25\x54\xe3\x9d\x3f\x7f\xfb\x9d\x69\x5c\x7c\x51\x69\x03\xcd\x3d\xe8\xb4\x13\x84\x04\x05\xb4\x29\x05\xe0\x81\x47\x8f\x2c\x1d\x14\xf5\x3c\xc5\x54\xe0\x3b\xa9\xb8\x1d\x0a\xec\xb9\x82\xfe\x77\x40\xf0\x05\x81\x53\xca\x1c\x4d\xf6\x5c\x37\x5b\xdb\xed\x76\x87\x69\x11\x4b\xcb\x5f\x4c\xf4\x9c\x7c\x2b\x58\x03\xec\x87\x35\x70\xed\x76\x0d\x1c\x05\xe9\x08\x19\x81\x75\xa2\xce\xb0\x33\xea\x8c\x05\x38\x80\x88\xef\x2c\xe5\x04\x12\x01\xfd\x90\x23\x05\x0b\xb1\x3d\x92\x84\x90\xdb\x03\x03\x6d\xde\xee\x9b\x22\xd2\xfc\xc2\x1b\x42\xd1\xd4\xfd\x90\xe6\xa5\xd0\x67\x76\x52\xc8\xf6\x65\x51\x90\x83\x65\x7f\xa3\x0d\xc7\x01\x85\x47\x7b\x9e\xcd\x83\xe6\xb6\x16\xcc\x0b\x22\x93\xcb\x93\x83\x01\x5d\x14\x53\x05\xd0\xf4\xf9\x54\x53\x34\xa3\xc4\x50\x5d\x92\x90\x99\x45\x1d\x5f\x50\x96\x42\x17\xd8\x27\x20\x26\x4b\x41\x0f\x65\x66\xfd\xb2\x8a\x42\x50\x16\x5d\x5f\x92\x78\x7a\x12\xe9\x9a\xd1\xc1\x36\xed\x65\x74\x22\xe7\x87\x08\xfc\xbc\x93\x22\x94\xa7\x92\xe4\xaf\x1c\xa8\xae\x81\xfa\x4d\xf1\x5d\x0b\xda\xb1\x33\x96\x0b\x92\xc2\x10\x5e\x5a\x78\x79\xa3\x42\xd0\x50\xa8\x76\xe9\xc6\xc7\x62\xd9\xb3\x1d\x56\x99\x4e\xfb\x89\x74\xe1\x9c\xdb\xa8\xc0\x6d\x9d\xfe\x0b\xfb\xe8\x68\x9d\x29\x76\xd5\x29\x72\xa6\x8f\x8f\x3d\xd5\xa0\xf5\xc2\x9a\x30\x2b\x39\x11\xa2\xd8\x57\x49\x36\x8a\xa4\x61\x1d\xa6\xb4\x55\x0a\x80\x7a\xc0\xaa\x49\xce\x70\x7e\xbc\xc7\xc1\xb4\xa0\x6a\x1b\xfe\xaa\xe0\x51\xee\xa9\xb6\x8d\x17\x21\x7a\x26\xf1\xd3\x03\x28\x2b\xa8\x9d\xd3\x2a\xb0\x35\xb9\xa2\xd6\x33\x49\x8f\xf2\x3a\x86\x52\xe4\x45\xf7\x12\x55\x5d\x52\xd3\x55\x9d\x65\xbd\x7a\x9d\xac\x10\x89\x2f\xa4\x6d\x58\xd7\x7b\x0e\xfc\x36\xbd\x21\x56\x0f\x60\x4f\x39\x4a\x63\x74\x9d\xb9\x79\x6e\x44\x18\x74\x09\x91\x94\xf6\xf5\x32\xa6\x54\x88\x4e\xdb\x2c\xbf\x46\x65\x80\xc3\xa7\xf4\xb4\x89\x36\xd0\x86\xde\x5e\x07\x22\xbd\xd9\x96\x95\xe3\x9f\x66\xbb\xc8\xf2\x32\xf0\xd3\x9d\xb2\xc4\x77\xe5\x92\x75\xeb\x50\xf6\x38\x04\x9d\x9d\x1d\x5d\xeb\x97\x65\x8d\x7f\x5d\xa4\xd7\xf2\x5a\x04\x97\x27\x18\x84\xf7\x82\xf6\xf3\x66\x47\xcf\xdc\xd9\xc1\x8f\xef\x0e\x8e\xce\x07\x27\xc7\x87\x47\xe7\x67\x6c\x87\xbd\x94\xe6\x01\x67\xe7\x7b\xe7\x87\xfb\x26\xfd\x85\x4c\x7f\xfd\xcb\xd1\xde\x3b\x9a\xb1\xa5\x0a\x9c\xbc\xdd\x3b\x1f\x9c\x1c\x1c\xed\xbd\x3d\xff\x85\xe1\x0b\x76\x91\x7e\x7a\x7c\x4c\xaa\xef\xea\x96\x51\xef\x67\x74\xd1\xf4\x81\x88\xc9\x70\x28\x40\x9b\x9e\xd2\xad\x0e\x68\x5d\x99\x35\x68\xd2\xb0\xab\x74\xe9\xc5\xd6\x04\x48\xf6\x05\x06\xea\x84\xa2\x4c\x9d\xa0\x05\xb7\x6b\x44\xc5\xf8\x4a\xf4\x9e\x3e\x55\x3f\x8d\x50\xf9\x4c\x63\x2b\x0f\x0f\xea\x96\xc6\x3a\x3e\xa8\xc4\x40\x2a\x7c\x51\xa9\x43\x1d\xb8\x88\x83\x88\x54\x76\xab\x3b\x15\xb6\xcb\x36\x0d\x3b\x75\xee\x31\x64\xd8\x3d\xca\xd0\x45\x1d\x21\x73\x97\x18\x56\xfd\x7c\xc7\x21\x0d\x22\x68\xf8\x27\xa8\x69\x4a\x92\x29\x37\x22\x47\x75\x0e\x48\x09\x9b\xaa\x68\x21\x7b\x98\x55\x91\x96\x8b\x1e\x7b\x6e\x13\x20\x56\x61\xfa\x42\xa9\xd9\xde\x98\x00\x06\xd9\x47\xc8\x36\xad\x65\xfb\xd1\x56\xcf\x21\x68\x8f\xc9\x81\x83\x39\xe9\xc9\x3b\x9a\x7b\xff\xa4\x16\xde\x59\xd5\x17\x72\x16\xd5\x60\x1a\xec\xba\x1a\x52\x32\x16\x33\x69\x51\xc8\x86\x95\x53\x49\x1b\xfb\xf9\x3d\x1b\xca\x5f\xbb\xac\xcb\x7a\x3a\xfd\x15\x49\x6f\x61\x06\x22\xdd\x62\x43\xfc\x65\x4c\x08\x4d\x1f\x0c\x19\x59\xa6\x03\xd6\x4d\xa5\xdd\x01\x79\x03\x07\xf6\x0b\x79\x3c\x47\x33\x83\x38\xbd\xea\xf0\x14\xfc\xde\x14\x49\x54\x4c\xd1\x9e\xc3\x3c\x64\x09\xfe\x4f\xbf\xdf\x79\x7e\x27\xfe\xf3\x55\xb3\x73\x15\xe2\xb9\x4b\x6f\x6a\x92\x93\x1a\xb4\xd4\xfe\x45\x91\xd2\x7b\x9a\x3a\x9b\x48\xbc\x1e\x76\x46\xa0\x04\x2e\xcb\x13\x41\xd7\x78\x22\xe8\xda\x9e\x08\xba\xab\x3d\x11\x40\x6d\xca\x11\x41\xb7\xce\x11\x81\x94\xa6\x55\xd3\xf0\x57\x6f\x27\x7a\xa2\x7f\x73\x67\xf9\x37\xc1\x4e\x7e\x33\xe1\x2d\x37\x3d\x76\x9f\xfa\x48\xf8\x9c\x05\x58\xbf\x28\x03\x0d\x98\x72\x20\x6e\xec\x82\xa8\x87\x59\x72\xd3\x7a\x8a\xf7\x07\x30\xfe\x36\x35\xd3\x2b\x17\x71\xa2\xe9\x6f\x88\xa9\x06\x93\x28\xd1\xa2\x72\x55\xaa\x3c\xb9\x9c\x4d\xa3\x24\xc9\x6e\x31\xc6\x40\xce\x0b\x56\xde\x66\xca\x99\x24\x38\x69\x61\x7f\xc1\xcb\xba\x8f\xf8\x74\xe6\x5e\x64\x76\x89\x71\xb1\x7c\x8b\x52\x66\xaa\x8a\xda\x52\x5b\xd4\x5e\xd8\x5f\xac\x23\xc9\x19\x91\xda\xc7\x1c\x8b\xa4\xad\x9c\x40\xe0\x12\x42\xdd\x84\xdf\x8a\x44\x8f\xa3\x42\x91\x6c\x4d\x80\x82\xa3\x4f\x0c\x9c\x02\x5b\x4d\x95\xf9\xf4\xa9\x81\x07\xad\x56\x8d\x23\x1e\x53\xf7\x96\xe3\x6d\x32\x50\x6e\xff\x45\x3d\xd2\x0f\xcc\x0e\x78\x82\xd9\x22\xae\x60\xbe\xe4\x11\x4c\x9a\x50\x7d\x24\x36\x45\x21\x68\xd6\x43\x75\x75\x23\x55\x61\xa1\x75\xe0\x0a\x2b\x62\x61\xe8\xce\x10\x38\x4d\x87\xc5\xfb\x38\x2f\xa1\x8f\x72\x10\xba\xc2\x33\x68\xbd\x43\xd0\x4f\xf6\x03\xba\xc2\x87\x24\xbb\x87\xff\xd9\xcf\x67\x98\x59\x83\x57\xbc\x7c\x6b\x0e\x35\xf4\x81\x8a\x4a\x0e\x2c\x87\xa5\xe8\xe0\x17\x52\xe8\x69\x08\x53\xf4\xa1\xc9\x73\x5c\x71\xca\xb8\xe7\x9a\x69\x54\x78\xc1\x44\xba\x01\xca\xf9\xc4\x0b\x94\xf3\x89\x06\xca\xc0\xc7\x9e\x0f\x0c\x73\xcc\xe1\x5a\x0c\xf1\x28\x4b\x7c\xa0\x2a\xcf\x34\x9d\x81\x77\x99\x6a\xd3\x59\x51\x5a\x40\x4a\x27\xe9\x03\x4c\xa9\xa9\x2a\xd0\xb7\xaf\xe9\x4c\x86\xfd\x73\x74\x71\xce\x10\xb7\x55\x16\x06\x78\x51\x9a\x3e\x5d\xe0\xe9\x53\x1c\xae\xda\x27\x6a\x8b\x5c\xc5\xeb\x7a\x7f\xfa\x36\x10\xb0\xea\x64\x4d\x1a\x5d\xe4\x09\x6d\xc8\x55\xd9\x7c\xb4\x0b\xf4\x18\x4f\xe5\xa5\xaf\x31\x6c\x30\x9b\xa7\xd2\x6b\xe0\xd4\xf7\x98\x45\x02\x62\xa2\x7b\x8c\x4c\xb7\xc0\xa8\xc7\xc8\xd4\xe2\xf4\xf5\x98\x35\x8d\x6a\xa2\x7a\xcc\x99\x32\x31\xde\x3d\x46\xa6\x47\x4d\x40\x8f\x39\x53\x21\x06\xbc\x07\xff\x55\xf8\x95\x91\x10\xce\xe4\x80\x4f\xe3\xa2\xcc\xf2\x65\x1b\x52\x25\xc4\x35\x5f\xfa\xf3\x41\x34\xf7\xa4\x0b\x2e\x8d\x07\x68\x15\x2d\x7a\x43\x1d\x2c\xcd\x5a\x44\xab\xd6\x9f\xb0\x1c\x5d\x8d\x56\x86\x5e\xfc\xd9\x5c\x64\x52\xb5\x52\xa2\x9e\x2b\xd9\x7e\xbb\xc9\x3a\xf5\xac\x6b\x73\x26\xd5\xbe\x19\xa4\x63\x43\x6d\x8b\x45\x2e\x23\x8c\x03\x07\xcf\xb5\x84\xc9\x34\x3e\x83\x5c\x5a\xb9\xe2\xa5\x46\x28\xa8\xbe\xfb\xb2\x14\x25\x42\x74\x56\x37\xdf\xa2\x9c\x85\xa1\xa7\xb0\x95\x5f\xa9\x61\x90\xa5\x06\x41\xb1\x1b\x24\x5c\x4c\x33\xf1\x52\xec\xc9\xa7\xad\xd4\x0f\x10\xe2\x50\x19\x03\x82\x82\xf8\x8b\xd3\x43\x5a\xc4\x84\x40\x4d\x1b\x69\x4a\xcf\x24\x6a\x4d\x35\xc4\xb6\x6d\x2c\x33\xcf\xe6\x40\x5e\xea\xc1\x8b\x65\xa3\xe8\xe4\x05\x96\x65\xc4\x1a\x34\x61\x63\x12\x7c\xd4\x65\x7a\xfa\x57\xc8\xa2\x11\xa6\xf4\x37\x4e\x8e\x4f\xfa\x1b\xe6\x35\x8d\x71\x21\x0d\x4b\x0a\xd7\x44\xe5\x1d\x52\x7f\x43\xa1\x29\xc4\x3e\x17\x65\xda\x5d\xf7\x05\x92\xdd\x1d\x59\xbf\xef\x0d\xd0\xc3\x4d\xb8\x5d\x2d\x64\x90\x3c\x9c\x80\x8a\x04\x3d\x49\x1d\xd7\xdb\x0a\xb5\x14\xd4\xde\xaa\x24\xa9\xd8\x19\x14\x4a\x13\x69\x74\x13\x5f\x45\x16\x1d\xaa\xa4\x40\xab\xb2\xd4\x74\x0f\x70\xff\xf3\xc5\xa4\xc7\x10\x00\x4a\xcc\xe8\x5e\xda\xb1\xd9\xd8\xae\x9d\xe9\xd8\x39\x4a\x96\x27\x76\xa3\x9c\x4f\x2c\x4e\x87\xff\x44\xf2\x57\xf2\x68\xa5\xa0\xe4\x67\x68\x8f\x04\x05\x31\x25\x1c\x5c\x60\xe1\xb0\x9e\x05\xe4\x98\x73\xa9\x47\xd7\x2a\x84\x09\x3e\xa7\x25\x37\x67\x64\xd6\x15\xa7\xbd\xca\xc4\x90\xb9\xf6\x42\x14\x5e\xf5\x92\xbe\x15\xc0\xde\xb2\x8f\xc8\xd4\x5f\x0b\x66\x9d\x66\xb7\x41\x13\xed\x9f\x2c\x8a\x86\x33\x68\x99\x2f\xdb\xed\x36\x06\x0d\x88\x8f\xcf\xd8\x59\x34\x89\xf2\x98\x25\xf1\x2c\x2e\xc1\xd3\x50\x77\x73\x13\x22\x65\x9e\x41\x6b\x42\x5e\x23\xc6\x41\x56\xac\x00\xdd\x59\x8b\xb1\xdc\xdd\xa9\x71\x74\xe8\xac\xd2\x61\x09\x06\x0d\x05\xb2\x1f\x18\xd0\x92\x8e\x83\x7f\x2c\x3c\xd5\x69\xa4\x1f\xa8\x8b\x10\xb6\x1d\xe4\xaa\x52\xb3\xe2\x13\x17\x8a\x12\xc4\x11\x51\xfe\x96\xb7\x7f\x28\x73\xf7\x37\x2e\x03\xbb\x1d\xea\xab\x5e\x73\xc5\xf5\x98\x96\xcb\xa7\x2d\x0b\x2b\x7b\xa7\x93\x12\xd0\x49\x9e\xcd\xe2\x82\x2a\xb1\x72\x5e\x58\x5d\x32\x0e\x2f\x2b\xbb\x60\xce\x8b\xea\x63\x42\xca\xc2\xab\xee\x50\x3d\x1c\xdf\xec\x80\x6b\x33\xdc\xf7\x67\x3f\x39\x1c\xb7\xb9\x5d\xbb\x23\x5a\x56\x59\x5f\x56\x41\x7c\x56\x66\xe2\x74\x2e\xc9\x8a\xf1\xb4\xcc\x63\x74\x6e\x35\xe3\x33\x91\x02\x46\xf6\xbc\x28\xe5\xd3\x5a\x74\x78\x32\x4f\xa2\x72\x92\xe5\x33\xf9\x66\xe0\x08\xcc\x2c\xa8\x60\xf4\x0e\x0a\x9f\xa9\x43\x95\x23\x1d\xd1\x5c\xea\x92\x5a\xca\x5b\xea\x96\xa2\xca\x3a\x37\x6d\xd6\xb9\xb9\x8a\x75\x6e\x5e\xaa\x1b\xeb\xca\xe5\xc9\xa1\xb4\xb5\x26\xed\x69\x2b\x52\xbc\x43\xd9\x76\x50\x22\xe7\xae\x8a\x1c\x4d\xeb\x7c\xc5\x5a\x5d\x30\x14\x35\x15\xbb\x4f\x67\x0e\x51\x8d\xdb\xa3\x40\x5e\x61\xfb\xa1\x1a\x9d\xea\x04\x03\xb4\x2f\x40\xa8\x49\xb9\x72\x5a\x1e\xc1\xe3\x88\x0b\xa7\x5b\x97\x14\x02\x35\x96\x17\x82\xa1\x5c\x7e\x8a\x58\x08\x8d\xd8\x66\xe7\x6a\x03\x73\x65\x8a\x9e\xa5\xbf\xb3\x65\x01\xb4\x2f\x80\x0d\x5c\x15\xf7\x88\x0c\x3d\xef\x3b\xe7\xba\x4a\xe4\xe9\x02\x89\xbd\x67\x30\x17\x3d\x92\xa4\x1f\xf8\xd6\x39\x74\xc9\x2c\xdd\x90\x96\x83\x8e\x7a\x4b\x19\xb5\x6a\xb5\x14\x8c\x73\x5d\x5b\x25\xaf\x98\xed\x9b\xd2\x9a\xf3\x93\xae\x57\x76\x83\x01\xb5\x75\x34\xcc\x74\xbd\xd7\x2b\xb2\x9d\x9a\x07\x2c\x0e\x98\xc9\xfb\xca\x86\xec\xba\x90\x46\xbf\x40\x8b\xd4\x5c\x82\x1a\x10\x22\x6c\x30\xf5\xfe\x61\xdb\x92\x13\x46\xd7\x28\x79\x7f\x24\x8b\xd2\x58\xa8\xd8\x8b\x4a\xf1\x12\xa3\xff\x94\x68\x29\x00\x5b\x86\xc0\xc9\x90\xe6\x10\xe2\x77\xd3\x33\x23\x74\x6b\xb7\xe8\xb1\xba\xe3\x3f\x38\x2f\x5b\x9f\x38\x31\x5b\xab\x66\x66\xeb\x2b\x07\x76\x9d\xb9\xd9\x5a\x63\x72\xb6\xec\xd9\xa1\x2b\x5f\x70\xca\x35\xe6\x83\x18\x24\x33\x9b\xf4\xd9\x0e\x7e\xfb\x16\x50\x46\x86\x19\x25\x49\x77\x44\x53\x7e\x6b\xb8\xbc\xf8\xfb\x1c\x4d\xe5\x08\x29\x41\x58\x6b\x09\xf5\x3d\xdb\x94\xa1\x42\x15\xd7\x95\x33\xaf\xbc\x71\xb3\xae\xf7\x20\x61\x0b\x41\x0e\x9d\xa2\xc0\x72\x68\x73\x81\x7f\xdc\xd6\x8e\x9e\xf3\xf5\xd6\xde\x62\xe0\xc2\x51\xfa\xea\x53\xa9\x11\xbe\x82\x94\xea\xcf\x78\xc2\xa2\x9b\x28\x4e\x30\x0a\x14\xec\xf5\xb7\x71\xc1\x59\x84\xb6\xd9\x28\x11\xc8\xa2\x72\xbb\x7f\xc8\x7b\x60\x25\xf8\xd9\xa7\xf8\x0f\x94\xda\xcf\xaa\x3c\xa1\x13\x9d\x10\x20\x06\xad\x5d\x85\x4c\xcf\x2b\x7c\x58\x4a\x1d\x1c\x31\xa3\xd4\xb1\x75\x39\xa4\x2d\x85\x93\x3a\xfe\xe9\x38\x05\x12\xb6\xad\x32\xbe\xd0\xec\x12\x9d\xbb\xd5\x6e\xa8\x31\x0a\x6d\xe4\x43\x9f\x5c\xf6\x6f\xed\xba\xd2\xae\x3f\x18\xfd\xca\x8a\x1c\x50\x09\x66\x45\x07\x24\x86\x4b\x1a\xd5\x87\x6b\x1a\x37\x21\xae\x44\x95\x42\x3d\xf0\xfa\x91\x7f\xe3\x26\x2d\x2c\xfb\x1a\x2b\xc7\xff\x31\x74\xd2\xed\xa0\xdd\x3f\x78\x4f\xbf\x1f\x25\x09\xbc\x20\x0f\x94\x17\xed\x90\xed\xd3\x88\x9f\x1f\xa5\xfb\x6f\xed\x64\x9b\xf8\xfd\xa6\x80\x30\xe2\xde\x90\x74\xfb\x51\x0a\x6f\x75\xa3\x24\x61\x11\xbe\xe2\x47\x53\x6d\x1d\x89\x7d\xa3\x09\x53\x62\xa3\x37\xcf\x8a\x22\x1e\x26\x9c\x34\x82\x31\x21\x82\x82\x27\x93\x10\xea\xd3\xe8\x89\x24\x1b\x83\x53\x0e\x0f\xa6\x46\x1a\x0d\x70\x4b\x34\x8d\x8a\xb4\x51\xa2\x2b\x7b\x29\xf8\xc6\x05\x1f\xb3\x16\x2b\x16\x73\x50\xb6\x51\x08\xd1\x84\xe0\x55\x4d\x32\x98\xd0\x0d\xe5\x44\x30\x9b\xe0\x37\x2a\x3b\x32\x15\x37\xd5\x78\x5d\x22\xb9\xa4\xb7\x6c\x17\x33\xc4\xce\x97\x4c\x2a\x13\x13\xa7\x53\x9e\xc7\x65\x11\x14\x8b\x21\xf8\x58\x08\x11\x3b\xf4\xb7\x20\xbb\x2c\x1b\x30\x19\x92\xc5\x9a\x66\x40\xa9\x6d\x67\x4b\x8f\x60\x35\x13\x75\x26\x80\x19\xff\x30\xcf\x79\x51\x68\xdf\x4d\x3c\x86\x73\xde\x90\xa3\xff\xc4\x2c\x27\x33\x87\x8f\xaf\xd0\xb9\x9c\x8b\x0f\x0c\x9a\xea\x81\xa1\x68\xc3\x58\x90\x0d\x05\x04\x45\x0b\x61\x53\x24\x64\x1f\x19\x09\x39\xdb\x33\xd1\x9d\xcd\x00\xd1\x98\xe4\xf2\x45\xde\x6d\x8e\x3e\x6e\x94\xa7\xef\x51\x96\x4e\xe2\xab\x05\x09\x5c\x2e\x88\xae\x89\x2b\x8f\x0e\xb0\xc4\xaf\x00\xa7\xf0\x88\xc2\xf1\x84\xed\xfa\xd3\x6b\x26\xc9\xe0\xd6\x1e\x0c\xa0\x27\x83\x81\xe0\x42\x1a\x44\xce\xba\xf6\x5a\xae\x62\x58\xb0\x5f\x8b\x0f\xad\xa8\xdb\x5d\x76\xa2\x74\x34\xcd\xf2\xd6\x34\x2a\x5a\xd2\x6b\x0f\xdc\x5e\x53\xd7\x37\x62\x64\x16\x05\xdf\xc7\x67\x0b\xca\x11\x4d\x7f\x03\x7c\xe1\x50\x47\x39\x8e\x33\x1c\x78\xce\x28\xbd\xe1\x58\x21\x6d\x57\xbb\xb7\x50\x4e\x73\x60\xe2\x54\xa3\x12\x12\x13\x5b\xe8\x34\x5b\xbe\xa3\xa0\x85\x3e\xb2\x79\x96\x2c\x27\x71\x92\x38\x68\xb6\x92\x78\xc2\x47\xcb\x51\xc2\x45\x3f\x67\xf3\xc8\x29\x56\xbd\x49\xd6\x57\xc8\xf2\x4a\xf9\xb1\x37\xc9\x26\x36\x6e\x12\x0f\xd1\x67\x8f\xdd\xe4\x1f\xd9\x48\xed\xca\x95\x80\xf4\xa5\x9c\x83\x50\x45\xcb\x51\x34\x93\x91\xab\x3e\x94\x55\x45\x0b\xcd\x95\x67\x61\x69\x27\xf6\x9f\x8e\x3b\xd5\xfd\xf2\x83\x16\x78\x54\x01\x0b\x14\x24\xd8\xfd\xf2\x43\x7b\x1c\x17\xf3\x24\x5a\x4a\xe7\x3e\xa9\x13\x67\x69\xbf\xfc\xf0\x65\xa5\x5a\xad\x89\x91\x58\x76\x4e\xf2\xec\x26\x1e\xf3\x1c\x47\x45\x65\x9b\x21\xf1\x8c\x44\x7f\x43\x81\xa1\xaa\x07\xfd\xad\xf0\xb2\x60\x8b\x39\x8b\xb4\x56\x4f\xf0\x08\xc1\x06\x39\x8b\x61\x7b\xc8\x52\xce\xa2\x24\xe7\xd1\x78\xc9\x8a\x8c\x45\xf3\xb9\x7a\xa1\x9a\x72\x0c\x62\x31\x44\x7f\x1b\xb7\x79\x34\x9f\xa3\x5b\xcd\x22\x9b\x71\x56\x66\x73\x96\xf0\x1b\x9e\xb0\xb9\x17\x59\x3a\x71\x5a\x53\x3a\xc8\xf9\x84\x7a\x54\x32\x11\xe6\x41\xa5\xaf\xbe\xe9\xe0\xfb\x1c\xee\xe0\x79\xc3\x19\x96\xb6\xd8\x5f\x05\xef\x54\x37\x1b\x8b\x44\xdd\xc5\x92\x78\x58\x08\x5b\x55\xf0\xc8\x0c\xb1\xa1\x49\x24\x0c\x6c\x6f\x05\x12\x14\x11\x35\x6b\xe4\x1c\x4a\x90\x10\xff\x54\xdd\x2a\xa5\x49\xb5\xa2\xb6\xdc\xee\x56\x4a\xc7\x33\x18\x00\x42\x5f\x99\x37\xfb\xd8\x1f\xb3\xe1\x56\x50\x62\x95\x22\xca\x69\x86\x3b\x49\xaa\x48\x60\xdd\xd6\x0f\x4a\x3e\x9b\x87\x6c\x80\x91\x57\x07\x39\x38\x41\x95\xf7\x9a\x8e\xfc\x85\x20\x6e\x75\xcd\xed\xf5\x43\xe9\x44\xf9\x55\x61\x19\xaf\x19\x4b\xb5\xcd\x87\x62\xe6\x88\xb2\x68\x94\xb6\x76\xbc\x1c\xd1\x1b\x08\x00\x2d\xfa\x88\x3f\x84\x88\xb5\xb3\x4a\x74\x93\xe3\xe0\x0c\x2a\x88\xb5\x32\xec\x8e\x9b\x17\xb2\x0b\x51\x48\x87\xd9\x11\x88\x36\x9b\x4d\x39\xa6\xea\x6f\x5b\xdd\x11\xe9\x0e\x49\x32\xec\xc9\x7c\x08\xca\x88\x4b\xbe\x49\xb4\x35\x93\x42\x48\x13\x8b\x54\xdd\xf1\x82\x88\xa3\x0e\xe6\x21\x4e\x9f\x68\xa3\xbe\x47\x64\x6a\xad\xd7\x31\xee\x44\x12\x99\xde\xe0\xe2\x9c\x5f\x35\x86\x16\x09\xc1\xeb\xcc\xaf\xa6\xfa\x28\x0a\xfd\xc1\x27\x9b\x32\x91\xae\x1c\x73\x0c\xb5\x0b\xea\x73\x68\xe8\xbd\x4d\x76\x80\xc9\x7d\xbe\x35\xe7\x1f\xc9\xcd\xa7\xd9\x16\xab\x17\x1e\x52\x97\xa3\xee\x92\x57\x0c\x86\x8e\xf3\xf3\x3a\x1e\xef\xbb\x0f\xb6\x2b\x99\x01\xc4\x72\x09\xe1\x75\xa6\xe3\x32\x57\x3f\x28\x00\x90\xa6\x7b\x07\x4b\x06\xa6\x3a\x80\xf6\x21\x5d\xea\xcc\xf4\x85\x2e\x54\xd8\x86\x07\xe6\x1f\x95\x2a\x4f\x09\x90\x26\x0a\xb8\x7d\x53\x87\x12\x36\x94\x74\xaf\x70\x1e\x31\x20\x18\xb3\xb3\x6e\x44\x30\x37\x98\xe7\xfc\xe6\x44\xc5\x71\xe2\x37\xa0\x64\x74\x62\x8b\xc9\xd4\xb6\x5c\x14\x7a\x7a\xe1\x50\x60\xd6\x4f\x25\xdf\xf2\x2f\x5d\x19\xb4\x1a\xcb\x8b\x3f\xd0\xdf\x77\xe0\x36\xab\xa6\xbb\x90\xe9\xb2\xd7\x69\x5c\x6c\xc9\x29\xdd\xb6\xbc\xf9\xf0\x49\xc1\xac\xbe\x89\x14\x42\xfb\xab\xd6\xd3\xb6\x73\x3d\xf0\x40\x4f\x45\xcd\x6d\xc5\x43\xd8\x8e\x2e\x25\xed\x44\xbc\xb6\x0f\xf2\xea\xb2\xad\x5e\x06\x37\xdb\xe5\xb4\x0e\x16\xee\xaf\xcf\x8f\x5f\x1f\xf7\xf4\x4d\x7d\xbe\xf7\x06\xfd\xbb\x81\x08\x2d\x24\x39\x9e\xe7\x7c\xcc\x16\x48\x30\x7b\x27\x87\xec\x76\x2a\xce\xb8\x65\xa3\x60\x28\xa6\x78\x62\x10\x4d\xa2\x11\x1f\x66\xd9\x75\x07\x6a\xe9\xc4\x45\xb1\xe0\x45\xa7\xfb\xe2\xc5\xe6\x37\xf4\x2e\xe2\xb7\x05\x2f\xca\xbd\x34\xc6\xd7\xd0\x6f\xf2\x68\xc6\xeb\x10\x55\x81\xf4\x61\x5e\xda\x32\x84\x8d\xe3\xcf\x06\x16\x17\x02\x14\xbc\x44\x9d\x78\x6d\x75\x16\xef\xb1\x79\xfa\x96\xc5\xd4\x2d\xed\x31\xb3\x6f\x55\x99\x73\xfd\xbd\xda\x8b\xec\xba\xf4\xfa\x73\x9c\x24\xef\xb1\x87\x5e\x92\x25\xf9\x36\xd5\xfa\x69\x53\x13\x1d\xa4\xeb\xa1\xb3\x2f\xc2\x2d\x52\x0b\xd6\xc6\x19\xa3\x67\xd9\xa6\x5f\x69\x45\x58\x19\xe9\x4d\xa9\xca\x12\x3c\xd2\x98\xbd\x74\x88\x10\x6a\xed\x18\xab\x64\x40\x57\x14\xad\x48\x82\xfa\xa0\xaf\x50\x33\x8a\x7f\xa5\x60\xd1\xc8\xb8\xda\x0f\xbf\x48\xaa\xe1\xa5\x0b\x13\xac\xce\x1e\x48\x89\xb9\x3b\x9e\x42\xce\x0c\xb0\x3b\x8e\x38\xf8\xf9\x4f\x37\xe2\x7f\x95\xf9\xf4\xb9\x68\xd5\x17\x98\xd6\x99\x15\x25\xe2\xf5\xbd\x19\xf9\x48\xc7\xf6\x5d\xab\xdb\x71\x3d\xc8\xb6\xc5\xce\x0b\x2e\x14\xc6\xfd\xf4\x9e\x7a\x17\x82\x57\x60\x3c\xbf\xe1\xb9\xef\x70\x63\xe7\xc0\x11\x87\x5a\xd8\xa3\x99\x2b\xa4\xb6\x17\xb9\x39\x0c\x38\x67\x9f\x2d\x97\xee\xaa\x37\xfb\x8b\x3c\xa9\xbb\xd1\x47\xc0\x83\x0f\x71\x21\x1f\xc8\xda\x77\xed\x3e\x73\x5e\xc7\x3f\xa0\xbe\x2c\xb3\x7c\xee\x49\xab\x68\x99\xd6\x57\x4e\x1c\x48\x6b\x4d\xd7\x76\x40\x22\x8a\xf7\xf9\x71\x7a\xe5\x1a\x09\xc8\xf5\xaf\xdb\xb3\x81\x2b\x90\xb6\x38\x62\x37\xe2\x31\x08\x5e\xff\xb4\xe8\x2c\x51\x22\x63\xc1\x3a\xf5\x98\x2a\xf6\x6c\x86\xee\xb9\x07\xa4\xd9\x5e\x23\x63\xb9\x63\x6b\x53\x63\xc2\xca\x3d\xa2\xaf\xcf\x26\xcf\xd9\x55\xaa\x3e\xed\x7f\x51\x0e\x5e\x50\x33\xab\xa5\x45\xe9\x37\x06\x5e\xbc\xe4\x6d\xdb\xb5\xdb\xbd\x7b\x93\x27\x91\xa1\xc7\x55\x75\x3a\xfd\xfc\x2c\xa2\xd3\x61\x67\xbc\x2c\xc0\x07\xc1\x22\x8f\xc1\x49\x89\x72\x1f\x44\xe3\xdc\xc1\x3b\xb2\x1c\xdd\xa2\x82\x27\x1a\x5c\x99\x3f\x44\x46\x6f\x58\xa3\x19\x11\x20\x18\x36\x51\xb6\x21\x8d\x68\x8c\x9b\x22\xe5\x7b\xea\xfe\x4b\xf1\x41\x8c\xc2\xc8\x66\x51\x9c\x32\xe9\x15\xfe\x96\x27\x23\xd4\xa4\xe0\xcc\x4c\x85\x9c\x7d\xc3\xf3\x25\x84\xf8\x97\x8f\x4c\xa1\xcf\x94\xdd\x60\x8a\xe5\x9c\xfa\x41\xda\x27\x43\xb4\x96\x96\x64\x68\xe0\xab\x9a\x92\xf5\x74\x21\xf5\x3a\x10\x62\x85\x66\x2f\x49\xbf\x55\xab\xaf\x39\x1c\x83\xc3\xd9\x3c\x71\xfc\x2e\x13\xc4\xcd\x61\x4e\x27\xe0\x98\x79\x09\x7f\x85\x22\xc6\x34\xe6\x53\xc1\x9c\x2c\x72\x5e\xaf\x86\xb1\x10\xf5\x15\x70\x95\x30\xa6\x80\x59\xe9\x7e\xfd\x8a\x81\x6c\xba\x92\xca\xba\x6a\x0b\x0b\x15\xa9\xb5\x40\x00\xad\x37\x69\x5a\xaa\x00\xd3\xe6\xa3\x45\x32\x3c\x96\x5b\x92\xd6\xaa\xf3\x7b\xf5\x25\x0f\x39\xc7\x6e\x19\x30\x8f\x2e\x40\xb3\x0e\x0d\xa4\x52\xa8\x1f\xba\x3c\x9e\x45\xd2\x25\x05\xc0\xc8\x04\xbf\x74\x38\xb0\x25\x43\xa7\xb1\x05\xb8\xaf\x25\x6d\x89\x03\x36\x41\x1b\x15\x12\x5a\x9a\x26\xf5\x69\xd5\x10\x69\xb5\x02\x46\x4b\x56\x6c\x57\xc6\xf1\x8d\x74\xb0\x60\x83\x92\x1a\xc7\xd9\x4c\x09\x5a\xb5\x37\xc1\x03\xe3\x34\x3e\xd1\x5a\xe4\x90\xf5\x37\xd4\xf8\xe2\x97\x1a\x48\xf9\x44\x12\x87\x4c\x3a\x97\x57\x5b\x85\x06\xd4\x4f\x29\x35\x52\xc4\xc7\x3c\xf1\xf1\x2a\x10\x93\xc2\xa8\xac\xa3\x5d\x66\xa8\xfa\x53\x95\x7a\x1e\x79\x43\x2c\x94\x10\x27\xc9\xe7\x39\xb6\xd0\x7b\x01\xbe\x37\xd7\xfe\xe8\xb0\xd2\x8a\xa1\x2a\xd4\xa7\x23\x60\x6b\xb7\xc2\xb8\x1b\xb2\x8b\x4b\xdb\x5f\xae\x96\x42\xea\x5f\x43\x39\x8e\x44\xa8\xc3\xe6\xb9\xe3\xcc\x09\xa5\x2a\x00\x75\xba\xa2\x3d\xf3\xa2\xbb\xef\x8a\xd7\x44\xf0\x9b\xa8\xb3\x6d\xba\x63\xda\x79\x31\xe6\xba\xae\x18\x19\xe3\x3a\x36\x37\x81\x68\x2b\xa7\x97\x0a\x12\x5c\x8b\xcd\xb2\x1b\x08\x3f\xcb\x3a\xcf\x8c\x77\x34\x9e\x8e\x61\x7f\xc6\x00\xb4\x72\xd8\x6d\x07\x65\xa6\x1a\xb2\x2c\xdd\xc7\xfd\x3a\xab\x47\xdc\x7f\x9a\x97\xd4\xfd\xfe\xb3\xaf\x3a\xa1\x7e\xbf\x6b\x8d\x8f\x22\x6c\xba\x09\x28\x2f\xdc\x64\x37\x51\x8e\x94\x3d\x2c\x87\xd8\x36\xaf\x27\x81\x95\x99\xfb\xf4\xc9\xd9\xb1\x0c\x9f\x0a\xa8\xbb\xb4\x45\x1e\x37\x4d\x49\xaf\xf4\xe5\x76\x6f\x94\x64\x29\xd7\xcb\x03\xbe\xd4\x16\xc8\x55\x80\x6e\xb9\x72\xe5\xb7\x73\x86\x65\xbb\x0f\x6c\xd7\xc8\xd1\x49\xcf\xfd\x46\xdf\x72\xa9\xf7\x34\xdf\xa4\xe2\xaa\xbf\x69\xbd\xb3\xb2\x1e\x71\x07\x6c\xd3\xd5\xa2\x88\xd3\x2b\x8c\xcb\x01\x84\xf4\x3d\xeb\x7e\xd3\x7e\x01\x21\xd4\xb3\xbc\xa4\x23\xf1\x26\x1b\x2d\x8a\x9f\xe1\x0a\x2a\x87\xa0\x08\x88\xc6\x2e\x66\xfc\x24\x43\x42\xf5\x0c\xfb\xdc\x26\xcd\xe0\x7d\xd6\x1c\xcc\x35\xd2\xa5\x24\x9a\x32\x53\x01\x41\x4c\x2b\x78\xc7\x95\x2b\x76\x69\x5a\x31\xf4\x65\x48\xc9\x3b\x50\xba\x7d\x82\x8a\x60\x20\x8a\x09\x8b\xd1\x50\xbf\xab\x8f\x8b\x56\xcf\x15\x95\xe2\x3c\x57\x4d\x5a\xc5\x40\xa4\x5c\xc0\xd3\xc8\xb8\x7a\xa1\xdd\x5b\x13\xb8\xba\x59\x66\x0d\xbe\xc5\x40\xe8\x78\x59\x19\x40\xaa\x26\xa1\x59\x11\xb3\x1c\x25\x73\xa7\xc3\x8e\xb2\x92\x41\x84\xec\x78\xc2\x6e\xb9\x74\xca\x08\xc2\xc8\x2d\x38\xcd\x57\xee\x0d\xd1\x0a\x51\x32\x9b\xa8\x94\x6e\x13\xe1\x26\x92\xd4\x76\x1b\xe5\xf0\x46\x8f\x24\x31\x69\x4e\x61\x25\xfd\x5d\xfa\x3a\xd6\x43\xb3\xd3\xdf\xf8\xea\xa3\xfa\xb8\xef\x6f\xbc\xea\xf7\xd3\x7e\x3f\x3d\xca\xca\xa9\xa0\x55\x60\x94\x7c\xdc\x83\xd4\xf2\xab\x8f\x56\x65\xac\xba\x1d\x58\xf9\xf7\x58\xd7\x09\x78\x6e\x84\x68\x84\x7c\xdc\x63\xaa\x2a\xec\x92\x53\x21\x7a\xcd\x40\x3e\xfe\x8a\x70\xc7\xa6\x0b\x87\xbe\x0e\xec\x44\x06\x0e\x94\x45\xed\x68\x45\x4f\xb2\x9a\x12\x97\xf3\x0c\x2c\xb7\xf3\x78\xac\x03\x9e\xc9\xa1\x0b\x59\x34\x1e\xb3\x48\x07\x11\x39\xca\xca\x37\xd9\x22\x1d\x13\xba\x8e\x0a\xc9\xfa\xb3\x89\x64\x24\x3d\xab\x19\x6c\x3b\xe1\xa4\xf0\x0e\x0b\xc0\xad\xe9\xf7\xe3\xf8\xe6\x95\x98\x72\x48\x7e\xf2\x7d\x47\x7c\x7b\x0a\x2b\x57\xd4\xf8\xc5\xd8\xf7\xba\x26\x89\x57\x47\x67\x7d\xec\x3c\x63\xed\x76\x9b\x3d\xeb\xdc\xcb\xb2\x1d\x59\xf8\xef\xa4\xe2\xca\xc6\x2f\xdd\xff\x32\x57\xd1\xaf\x96\xa4\x16\x79\x89\xd6\xcc\x23\xc3\x13\xd1\xd8\xa7\xdd\xd2\x0c\xb4\xcc\x17\x5c\x9d\x2e\xf0\x7c\x01\xab\xeb\x81\x03\x2c\xc0\xa8\xed\x4f\x17\x52\x6c\x8f\x88\xde\x34\x1d\x54\x51\x2f\x2c\x55\x54\x2c\xb5\x4d\x2f\x2c\x59\x81\x4a\xdf\x90\x59\xd9\x11\x2d\xa9\x14\x40\xaa\x92\xe6\x5a\x72\xa6\x28\x1b\x5a\x8e\x36\x6c\x79\xd3\x27\x2b\x3e\xc8\x1c\xe9\x08\xae\x75\xbe\x95\x37\x01\x50\x6e\xbd\x03\x2e\x1d\x57\xcf\xb9\x53\xf5\xdd\x12\x3a\x7c\x7b\x01\xe1\x92\x14\x89\x9e\xf5\xe5\x89\x00\xb1\x52\x70\x31\xf2\x43\xcd\x31\x56\xef\x81\x10\x49\x8e\x65\xda\x64\x50\x1e\xd5\x94\x43\x41\x48\x3b\x55\xe7\x39\xa9\xad\xbf\x51\x11\xe8\x64\xf7\xf7\xe5\x3d\xc1\xa6\x97\x18\xeb\xce\xc9\x7a\xb9\x6c\x55\x0e\xc9\x9e\xb1\xad\x94\x71\xcf\xc9\x6e\x19\x8f\xb1\xc2\x96\xbc\x51\x7f\x89\x77\xda\x5b\x0f\xd8\x2b\xb8\x35\xd6\xd8\x2b\x6c\xad\x67\xb0\xb0\x25\x2d\x16\xb6\x8c\xc9\xc2\x96\xb4\x59\xd8\x92\x9f\x7e\xab\x85\xad\xaa\xd9\xc2\xd6\x2a\xbb\x85\x2d\x6d\xb8\xb0\xa5\x2d\x17\x5e\x7e\x8a\xe9\xc2\xd6\x2a\xdb\x85\xad\xd5\xc6\x0b\x2f\xf5\x0f\x63\xbe\x70\xaf\x93\x28\x69\x5b\xa4\x91\x66\x63\xfa\x6e\xd3\x5c\xb8\xc9\x6a\xda\xe8\xdd\x18\x0b\x3e\x7d\xca\x1c\x78\x06\x09\x6d\xa0\xcd\xa0\x59\x79\x8d\x20\x8d\x1e\xb6\xd6\xb0\x7a\x50\x24\x62\x29\x3b\x5c\x82\x68\x5f\xf1\xf2\x35\xcf\xe3\x1b\x3e\x86\xab\xbe\x37\xb9\x61\x78\xd4\xf6\xc1\x0b\x13\xa4\xfc\x43\x59\x7b\xb7\x4d\x56\x1f\x88\x9d\xea\x96\x1b\x18\xf6\x0e\xdd\xa2\xc0\x42\x00\x21\xab\x8c\xcb\xb0\x24\x33\x44\x64\x08\xd5\xe6\x23\x87\x29\x64\x1a\xa7\x3a\xb1\x0c\x4e\xb0\xcb\xf7\xa7\x87\xfb\xd3\x28\xbd\x82\x2b\x3c\x5d\x06\x90\x7b\xb2\xe3\xa0\x6b\x3d\x73\x55\xe7\xa0\xf1\xfb\xf9\x79\xf6\x8e\x5b\x5d\xab\x48\x4a\x68\xd6\xab\x6b\xaf\xe6\x0b\x02\x58\x91\xbd\xb3\xe3\x20\xe7\x6e\xf4\x0f\x8e\x8e\xd5\xd3\xbb\x3b\x17\xfd\x95\x03\x47\x25\x87\x0a\xe1\xfc\x71\x13\x81\x0a\xff\xd5\xcf\xc5\x40\x9d\x46\x97\xc0\x63\xb0\xf8\xa4\x8b\xdf\x0a\x2e\xad\x16\x21\x4e\xcf\x4e\xb1\x03\xef\x03\xcc\x32\xf7\x6f\x33\x9f\x3a\x8c\x9f\xcf\xb2\xc4\xa6\x2c\x63\x51\x62\x2b\x24\x21\xe4\xb6\xb9\x55\x26\x14\xe4\xda\x98\xd8\x8c\x69\xdd\xbe\x4d\x5c\x36\x29\xab\xb1\xb1\xf5\xdc\x87\xe2\xbd\x71\xc9\x8b\xd2\xf2\x52\xd0\xe9\x08\xa6\x04\x4f\x9d\x47\xf8\x7e\x21\xe7\xd1\x18\x0e\xc1\x3c\x2f\x97\x4a\x24\x98\xa0\xc5\x98\x0c\xaa\x20\x6a\xa1\x47\x91\x28\x1d\x63\xb0\xe1\x61\x0c\xa1\xe4\xe4\x33\xac\xbf\x5b\x73\xf9\x77\xe9\xdf\x00\xc2\x2e\x14\xa2\x85\x61\xc2\x67\xb4\x1a\x19\xff\x4c\xe4\x44\xc3\x64\xc9\xc0\x8a\x9d\x33\x51\xe7\xa2\x7c\x62\xaf\x57\x77\xcf\x43\x7b\x03\x6b\x27\x21\xb3\x43\x73\x88\x0a\x0e\x62\xb5\xd4\x09\x7b\x26\x19\xb6\xc4\x36\x6c\x2f\x35\x9c\x90\xf0\x5d\xec\xac\xb5\x0f\xb9\x24\x6d\x3b\x66\x21\x71\x63\x4c\x3b\x8e\x51\x0c\xc6\x7f\x55\x86\xe5\x05\xbb\x88\x16\x65\x06\x53\x73\x09\x83\x1f\x97\x6c\x12\xe7\xbc\x60\x3c\xca\x93\x58\x45\x4e\x1a\xbd\x7e\x17\x5a\xd5\x14\x19\x9c\x9d\x79\xce\x59\x51\xf2\x28\x11\xb3\x8e\x13\x1c\x41\x00\x07\x38\xe0\x41\xc8\x08\x41\xf0\xe0\x4e\x59\x4c\x6b\x9b\x74\x45\x6c\xc2\x1a\xcd\xb6\x0c\x91\x59\x04\xfa\x1d\x5b\x34\x2a\xe3\x1b\xfd\x8e\xad\x72\x1d\xa9\x0a\xba\xbb\xb2\xe7\x92\x71\xcd\x05\xb1\xe6\xfd\x82\x68\xfa\x6b\x9f\x01\x15\xea\xb6\xb7\xea\xae\x1e\x2a\x6a\xfe\x2d\x9f\x9e\xbf\x28\x97\x09\x27\x20\xf0\x5d\x23\xcc\x13\xb0\x1a\xa9\x5e\x66\x7b\xee\x04\xb6\xbc\x97\x02\x42\x0e\x33\x20\x8f\xb8\x10\xd8\xf2\xde\x08\xd0\x0b\x8b\xad\xb6\xff\x74\x41\x00\x3c\xfa\xd1\xf5\xef\x14\xb6\x30\x12\xad\x75\x3b\x00\x83\x87\x3f\xe9\x00\x55\x4e\x80\xe2\xd3\x73\x4e\xbc\xac\x5c\x78\xad\x52\x60\x89\xb1\x33\xde\xca\x7d\x32\x80\xc0\xa6\x47\x55\x7c\xd9\xa2\x14\x6b\xa4\xc7\xfa\x1b\x69\x96\xf2\xfe\x06\x03\x37\x2d\xcb\x84\xd3\x67\xcb\x65\x34\x3c\x44\x4f\xa9\xfd\x8d\x56\xb7\xbf\x61\x51\xc3\xc4\x7a\x33\x3d\x09\x6a\x5c\xf6\x20\xd5\xc2\x8a\x11\xb2\x95\x77\xb5\x10\xe5\xa1\x6e\x62\xb5\xc6\xce\x3a\x0f\xaf\xd2\x14\xc2\x82\xb0\x48\x97\xaa\x05\x3d\x36\x51\x5a\x8f\x87\x3f\xbc\xd6\x46\xee\x52\xae\xb7\x36\x52\xec\xae\x72\x02\x34\x7a\x0e\x2b\xea\xe5\xb5\xf1\xea\xf5\xf9\x2f\xe8\xf1\x98\x9b\xdf\x46\xf9\xf8\x14\xbc\x1c\x21\xca\x26\x09\xda\x25\x0f\xd6\x28\xb0\xfb\x26\xd8\xf8\x69\x35\xf5\x91\x0d\x5d\xa5\x06\xfb\xae\x2f\xcc\x7d\x3d\xa2\xf7\xfa\x21\x40\x9c\xc2\x28\x98\x52\xe4\x70\x9d\xf3\xc9\xcb\x90\xd9\xaf\x2a\xe2\x34\xe5\x39\xb6\x09\xf9\x6d\x95\x40\x3d\x0f\x3e\xac\xa7\x79\x09\x2b\x57\x95\x7d\x8c\x3e\xe6\xb1\xe6\x06\xa2\xb5\xaf\x9d\x9b\x2f\x7a\x8b\x2b\xb2\x7d\x97\xb8\xd6\xf5\xab\x06\xf2\x88\xfe\x9f\xcf\x64\x41\x34\xf3\x8d\xb3\x96\x1d\x17\x77\x00\xe2\x63\x9a\xb2\x6a\x62\xd7\x0e\x90\x1e\x8b\x6d\x55\x6b\x99\x99\x60\xe0\x59\xa5\x26\x75\xd4\x46\x80\xaa\xd3\x2c\x66\x39\xc4\x52\x72\x52\xd5\x69\x16\x33\x97\xd4\x57\xbc\x34\x97\x1f\x02\x5e\x25\x54\x0a\x10\xc8\x4a\x59\x67\x53\xba\x36\xf7\xd3\xb5\xd5\xe1\x13\xc1\x07\xf7\x14\x73\x4d\x5d\x66\x6a\x2f\xd1\xb7\xd3\xda\xaf\x93\xf8\x50\x2d\x59\xdb\x85\x19\x59\xe9\xc9\xd3\x0d\x67\x24\x63\xa4\xd9\xb0\xe8\x53\x72\xfc\x13\x16\x31\x1e\x26\xa9\xcb\x4a\x03\x1d\x17\x2a\xe2\x9f\xe7\x76\x18\xc6\x86\xd4\xe7\x29\x7d\x12\xe5\x42\x96\x4c\x96\xa6\x1a\x12\x3d\xa7\x52\x63\x48\xab\x73\x7b\xba\x8a\xfc\x37\x22\x31\x50\xbe\x0d\x91\xa9\x1d\x4c\x74\xf8\xee\x8e\x55\xd8\x07\xfe\xeb\x6f\x44\x79\x1c\xb5\x64\xac\xaf\xfe\x46\x8f\x74\x7d\x17\x3c\x28\x5f\xa1\x8f\x2d\xc3\x17\x49\xf9\xfb\x90\xce\x79\xa8\xe9\x29\xf8\x68\xaa\x21\x35\x86\x9e\x91\xe9\x79\xd2\x42\xea\xb6\xd3\xfb\x9c\xa3\x19\xba\x76\xd9\x15\x47\x9f\xea\x5f\x96\xee\x27\xf1\xe8\x9a\x6c\xe5\x32\x25\x00\xd9\xd9\x63\xe0\x2d\xb6\x07\xd2\xad\xb6\x84\x6f\x32\x4f\xa2\xac\x64\xdb\x57\x07\x1e\x94\x8e\xf4\xbb\x8d\x1b\x8f\xac\x8d\xff\x20\xab\x2d\xa5\xf9\xd7\x78\xf3\x10\x54\x2b\x95\x46\x9e\x50\xed\xa9\xe6\x09\xc6\xf5\x9d\x0b\x4d\xf6\x39\xc5\x42\xd0\xde\x76\x98\x65\x09\x8f\xe4\xa3\x6c\x3d\x3d\x5e\xd4\xa4\xf8\x6d\x62\x7e\xf8\xbc\xdf\x19\x7f\xbc\x70\x26\xaf\x30\x06\xf5\x0f\x5f\x7f\x39\x95\xb5\xaf\xf9\xb2\xb6\x44\xce\x0b\xb4\xc9\x5f\xb9\xd1\xd9\x15\x02\x6b\xb9\xe6\x4b\x0f\xd7\x50\xff\xdc\x31\x74\xbc\x6c\x57\x5d\xfb\x35\x43\x83\x8a\x6f\x62\xee\xab\x49\xda\xd6\x00\xc9\xd8\x3b\xb6\xca\x49\xac\x97\xed\x33\xc3\xfa\x7b\x36\xc6\x9e\xf6\xab\x48\x39\x28\x59\x9f\xf7\xeb\x1a\xd0\xe1\x00\x0a\xe9\xc5\x79\x5e\xdb\xdf\x10\x89\xd2\xa2\xf8\x11\xa6\xdd\xa2\xa6\x8a\x39\x77\x99\x51\x4b\x6e\x19\xd9\xbf\xd6\x92\xfb\x4b\x08\x8e\xc6\x76\x4f\xbe\xdb\x3a\x45\x81\x9a\xc4\x11\xc0\x87\x10\x2a\xca\x39\x15\xee\xcc\x6b\x2f\x27\x52\x88\x7a\x03\x96\xd9\x36\x9e\x19\xf5\x5a\xe1\x34\xe8\xf8\xb6\xc7\xbc\xf3\xcc\x3e\x39\xab\x54\xe3\x5f\x88\x7a\x9a\xb0\x3b\x80\x0e\x11\x89\x25\xa4\xcc\x7f\xf0\x8e\xe7\x45\xd5\x10\x92\x14\xad\xde\x3d\xbc\xa8\xda\x41\x12\xf8\x07\x2d\x21\x09\xec\x27\xdb\x42\x1a\x5c\xd6\x31\x84\xec\x74\xd8\x19\x1a\xa9\x48\xcd\xcd\xf7\xac\xfb\x0d\xbe\x63\x42\xef\x1c\x59\x06\x11\xbe\x29\x6a\x9f\xeb\xa5\x18\xc8\x40\x2f\xea\xd4\x19\x95\x67\x93\x2f\x7c\x36\x92\x20\x58\xaa\x7c\x4b\xb4\x04\xe3\x2e\x93\x07\x31\x8d\x5c\xc5\xc5\x0b\xea\x8a\x55\x02\x56\x05\xcb\x0a\x4c\xad\x3b\x56\x78\x80\xd8\x73\xc1\x2c\xed\x8b\xdd\x23\x97\xe9\xa5\xd9\x39\x10\x31\xe9\x33\xa6\xac\xb0\xd4\x7c\xe1\x31\xd5\x7c\xf8\x5c\x84\x45\x61\x9b\xb0\x4d\x23\x95\x3c\x2a\x06\xcc\x23\x8e\x12\x31\x55\xa2\xe6\x18\x4a\x92\xfd\xe6\x31\x2f\xea\x88\x67\xec\x31\x2c\xf5\x95\x12\xad\xde\x57\xac\x18\x71\xa6\xbc\x32\x91\xb6\x9e\x87\xaa\xe9\xb0\x76\x9c\xda\xf7\x66\x35\x14\xff\x18\x23\xe1\x97\x6b\xd3\xf6\xcb\x07\x68\xfb\xe5\x0a\xda\x7e\xe9\xd2\xb6\x4b\xaf\x2f\x3d\x34\x6d\x13\xe2\xcb\x07\x09\xf1\xe5\x1a\x84\xf8\xf2\xd3\x09\xf1\xe5\x97\x25\xc4\xc7\x10\x17\xe8\x8d\x65\x8d\x4d\xba\xcf\x3c\x40\x6a\x4e\x34\x3d\x7d\xd5\xe9\x9a\xe1\x10\xb2\xaa\x57\x28\xd1\x4d\xca\x7a\x33\xa1\x76\xd3\x2f\xfa\x6a\x42\x1c\xe7\xff\xec\x51\x63\x18\x05\xc5\x9f\xbf\xbc\x82\xe2\xd3\xdf\x54\xd8\x3b\xb4\x4f\x46\xd7\x0f\x29\x88\x85\xa1\xea\xe0\xfd\xa7\x3c\xaf\x58\x5f\xf8\x53\xd8\x55\x05\x40\x41\xe7\x55\x11\x30\xfc\xef\x21\x1b\x0a\x12\x78\xe7\xfa\x02\x80\x04\xa0\x96\x6f\x89\xd6\x8e\x28\xbb\xbe\x6d\x5b\x8a\x2e\xe7\xa5\xe0\xb7\x8f\x74\x93\xf2\x29\x64\xfc\xdd\x4a\x32\xfe\xee\x1f\xa3\x67\xeb\x6e\x7a\x14\x6d\x8e\xfa\xac\xbb\xe9\xdb\x02\xf0\x9f\xa3\x93\xeb\x6e\x56\x9d\x41\x98\x7a\x15\x67\x92\x7e\x9a\x15\xa7\xc3\xf8\xa9\xb5\xaa\xa1\x9c\x17\x8b\x44\x1b\xd0\x07\xb4\x92\xb0\xaa\xfd\xb1\xcb\x2b\xc7\x33\xea\x6d\xaf\x73\xca\xf3\xb8\xa7\xb0\x01\x56\x1a\xb0\x8b\x7f\x80\x53\x4f\xe1\xb8\x6b\xaf\x69\x4c\x6d\x7b\x6c\xe5\xf1\x1f\x2c\x6e\x09\xe4\xbe\x2b\x60\xf2\xf5\x23\xbe\x7c\x74\xce\x8a\x4d\xd6\x23\xef\x91\x55\xe2\x23\x98\xc2\xe7\x5f\x85\x9d\x0e\xfb\x29\xcb\xae\x0b\xb5\x45\x2c\x0a\xee\x7b\xc8\x4b\x92\xa9\x03\x6f\xf3\x98\xdc\x38\x28\x0b\x9c\xd7\xa4\x4d\xf2\x3a\xf6\x89\xeb\x63\xa8\xfa\x46\x93\x22\x20\x8e\x0a\xec\x36\x2a\x44\xed\x63\x36\x5c\x94\x2c\xaa\x7d\xab\x0a\x70\x69\x56\xb2\x09\x98\xc0\xca\xcb\xfa\x79\x04\x3a\xb7\x32\xe7\xbc\xcd\xde\x45\xd7\x1c\xed\xa8\xe1\x20\x12\xcb\x7a\xe3\x94\x45\xc4\x8a\x13\xee\xf2\xe3\x42\xa4\xd9\x06\xbc\xea\x5d\xa8\xfd\xaa\xd6\xf5\xa6\x61\x9d\x0a\x17\x05\x3f\x32\x8b\x92\x8e\xe6\x91\xf3\x68\xf5\xcb\x8d\xa6\x46\xe0\x5f\x69\x34\x89\xe2\xdf\x1a\xcd\x6a\x48\x67\x9d\xf8\xe0\x48\x12\x66\xff\xf8\x51\x94\x0d\xff\xb7\x1e\x43\xe7\xb2\xc5\x5a\xb3\xe4\xe5\x3c\x72\x2e\xfd\x72\x4a\x39\x4e\x30\xb7\x48\x7e\xee\x4c\x66\x49\xd5\xb0\xab\x7e\x49\x5e\x29\xd9\x9b\x3b\x69\x95\x5d\x5e\xa5\xc1\x16\x22\xc7\x5d\x47\xc8\x5a\x3d\x0f\xa6\x5c\x8f\xa1\xd4\xd2\x54\xcf\x1f\x0a\x16\xa5\x5a\x29\x21\x06\x29\x92\x10\xe2\xd8\x83\x8f\xcd\xa2\xab\x28\x4e\xc1\x08\x48\x8d\xdb\x97\xa2\x17\xec\xf3\xff\x10\x72\xa9\xdf\xfd\x29\xed\x68\x29\xe0\x53\x77\x7f\x8b\xba\xd6\xdb\x94\xfd\x5b\xb1\xbd\x01\xeb\x6d\xf7\x1f\x15\x7a\x19\x22\xa1\x9e\x61\xe0\x53\x2b\xe8\x24\x49\x0f\x8a\x32\x77\x02\x08\x97\xf9\x43\x11\x52\x3d\x11\xc9\x2a\x61\x84\xbd\x0f\x3b\xad\x86\x8c\x24\x29\x5f\xa7\x59\xf6\x73\x4f\xdc\xc4\x9a\xd7\x20\xa6\x84\x7a\xe3\x86\x8e\x5f\x77\x94\x75\xc0\x9b\x3c\xd2\x11\x91\xfd\xcf\xe0\xea\x9e\x17\xe8\xb7\xae\xb3\x68\x1e\xf8\x8b\x86\xfe\x7e\x5a\x62\x13\x63\x4f\x9c\xd2\x70\x8e\xb8\xbb\x73\xd0\x51\xaf\x78\x48\x06\xe9\x0a\x9e\xad\x9a\x6c\x97\xad\x7f\x22\xd3\x0e\x55\x03\xe9\xa5\xb6\xbf\xa1\x1e\xeb\xf4\x98\xea\x9d\x58\x97\x2a\x15\x9d\xf0\x4e\xa3\x1b\xce\x22\xf6\x77\x81\xe6\xdf\x59\x96\xb3\xbf\x4b\xd4\xfe\x0e\xe7\xc7\x50\x24\x0d\x01\xe2\x7b\x85\xd7\xab\xbf\xb7\xd9\x51\x96\x72\xc9\x34\xb2\x54\x3f\x5c\x85\x2e\xfc\x1d\xbc\xf6\x5a\xbd\x7a\xce\xfa\x1b\x7f\xc7\xa8\xaf\x0e\x9a\x4d\xfb\xc4\x07\x03\xf8\xc4\x37\xbb\x52\x89\xf0\xf4\xa9\xa1\x16\x39\x94\xa0\x45\xba\xbb\x63\x4e\x72\x99\x35\x3f\xc3\x00\xaa\x76\x45\x23\x3b\xfd\x3e\x04\x27\x78\xce\x3c\x08\x40\x70\xa8\x7e\x7f\x83\x95\x59\x1d\x5c\x99\x69\xa8\xce\x2b\xb3\x81\x0c\xb3\x72\xca\x44\x22\x68\x88\x44\x15\x51\x3a\x86\x84\x32\x83\x4f\x54\x3e\xa1\xd7\xad\xb4\x88\xc7\x62\x36\xd4\x24\xb6\x3f\xd7\xa8\x3e\xa9\x84\xcf\xaf\x76\xd2\x7d\xd5\xfa\x4f\x18\xe2\xb5\x87\x77\x1a\x15\x6c\x16\x17\xf2\x7d\x20\x1b\xcb\x58\xed\x32\xac\x34\xf8\x75\x86\x4d\x0d\x46\x1f\x9e\x46\xe3\x52\x80\x77\xd4\x1f\xa2\x51\xc9\x8a\x68\xc6\x2b\xe5\xd6\x1e\x6f\xca\xa4\xac\x25\x5f\x65\x40\xda\xfc\x4b\xbf\x21\x96\xa0\xca\x15\xa0\xcf\xf4\x56\xc2\xca\x0d\xb2\x7e\x6a\x77\x7d\x23\xd9\x63\x55\x1e\x65\x69\x19\xe7\x56\xb5\xd8\x08\x4c\x68\x07\xe6\x91\x3c\x10\xb7\xf6\x17\xc3\xfb\x9f\x4b\xd8\xe7\x36\x00\xa9\xb0\x72\x33\xe4\x7a\xfc\x51\xa3\xa1\x92\xf5\xa0\x78\x87\xd5\xd8\x52\xc1\x3e\x5c\xfb\xfc\xda\x42\x87\xe0\xfa\x0c\x4c\x23\xcc\xf9\xd9\xb8\x99\x24\x91\xca\x2d\x2b\x00\x3b\xb4\xb3\xc7\x3e\xc0\xda\x00\x9f\xa0\x61\x80\x7e\x8b\x08\x9f\x7c\x0c\x1b\x15\xe4\x0c\x17\x65\x99\xa1\xb7\x31\x88\x40\xf5\x04\x6b\x69\xcf\x78\x19\xfd\x0d\x83\x85\x62\x42\x94\x94\xd6\xf7\xa8\xcc\x13\x2b\xa1\x98\xc6\x13\x01\xf2\xf9\x8f\xf0\x24\x24\xc4\xdb\x38\xbd\x36\x4e\x65\xab\xee\x65\x43\x54\xab\x99\xdb\x40\xe5\x21\x25\x74\x1c\x74\xad\xe1\xfb\x3a\x24\x17\xb0\xd4\x69\xb6\xd1\x6a\x87\xae\x67\x6d\x29\x7a\x17\xf8\x03\x25\x40\x22\x6c\x86\xf4\x38\x1c\x9a\xf3\x5c\x68\x8e\x0e\x26\x70\xc5\x40\x06\xaa\xd8\x41\x7b\x71\xfd\xe0\x40\x65\x34\xed\x10\x16\xe6\x76\xd4\x14\xac\x8d\x78\x11\xd8\x1a\x61\xfd\xb4\xad\x08\x31\xee\x45\xc8\x7c\x1e\x79\x31\x1a\x46\xaa\xc2\x5f\xd8\x1a\x9f\xc2\x0d\x81\x61\x67\xeb\x26\xe6\xe0\x3a\xba\xf9\x88\x30\x18\x21\x9b\x37\x9b\xae\xe2\x89\xb1\xf2\x62\x0e\x71\x30\x2e\xe6\x97\x3e\xb5\x92\x89\x3d\xb7\x4d\x97\x96\xb9\x11\x96\xc3\x54\x73\xcf\x2b\x89\x58\x12\x9e\x1e\xe6\xdb\xb8\x9c\x2a\xf3\x1a\x90\xcf\x6d\xaf\xe3\x21\x8b\xd3\x51\xb2\x18\xf3\x23\x0c\x4c\x60\x98\x32\x49\x87\xc5\x86\x7c\x1b\x82\x1f\xd0\x1c\x7c\x06\xa3\x7a\x21\xc6\x0b\x03\x18\xff\x6c\xda\xb5\xae\xdc\x2b\xc1\x81\xe4\x13\xc4\x0b\x3a\x26\xe6\xe5\x62\x2c\xdf\x21\xfa\xa3\x9a\x0c\x7c\xf3\x8a\x4f\x12\x63\xe7\x3d\x62\x5c\x33\xe6\x06\xe3\x31\x0c\x08\xdb\x41\x3f\x1c\x6d\x4c\x94\x83\x2d\x47\x0e\x5e\x0f\x92\x7a\xc4\x38\xd9\x85\xe9\x0d\x71\x05\x33\x39\x91\x74\xfc\xfd\x48\x39\xe3\x5f\xa9\xc8\xdb\x6e\xea\x83\x7c\xb8\x59\x56\xb5\x9b\xf1\x85\xbc\xb4\x2a\x32\x2d\xd7\x57\x54\xa5\x6b\x4f\xb9\x1a\x12\x0f\xf4\x0f\xed\x17\x05\xee\x76\xb1\x86\x9e\x87\xc4\x30\xa6\xbe\x26\x7f\x75\x6c\x20\xd4\xbf\xdd\x4f\x35\xa3\x2a\xe6\x39\x8f\xc6\xf0\xea\xd5\xc3\xad\x48\xae\xc3\xb2\xca\x2c\x04\xf1\x8b\xbc\x29\x23\xc1\x77\x36\x43\x16\x83\x7d\x49\x9e\xcd\xf4\x0b\xdb\x5f\xc5\x12\xc9\x2c\x7e\x14\x27\xc0\x90\x42\xf6\xeb\xf3\xe7\x84\x4d\x94\xd9\xc5\xaf\x97\xb2\xb8\x61\x47\x8a\x27\x64\xca\x8d\xdd\xb3\x67\xfd\x94\x3d\x63\x87\x69\xc9\xf3\x79\xce\x4b\xd0\xac\x48\x5b\x4a\xa5\x53\x11\x82\x31\x16\x2c\x54\xf4\x10\xf0\xd4\x86\xb9\x59\x0e\xb4\xd2\x31\xa6\x0c\xf1\x04\x94\x1b\x3a\xdc\x54\x1b\x9b\xb8\x4a\x21\x1e\x25\xb8\x18\x62\x71\x3a\x5f\x94\x05\x0b\xca\xe8\x9a\x17\xec\x57\x71\x26\x9a\xc4\x79\x51\xea\x43\x4d\x2c\x9d\x11\x35\xa1\xf0\x5f\x60\xd6\xb0\x94\x83\x9e\xc8\xa7\xf6\x47\x57\xbc\x3c\x48\x0d\x69\x04\x50\x26\x64\x60\x9e\x76\x30\x9b\x97\xcb\x33\xa9\x4b\xb2\xb8\x93\xa8\xd7\x47\xf5\x3a\xde\xdf\x7c\x51\xda\x27\xce\x4e\x87\x35\x1a\xa2\xf7\x17\x97\x4e\x45\x2a\xb2\x98\x12\x2a\x4c\x6d\xc1\x13\x17\x0d\x41\x11\x41\x25\xf1\xe9\x53\xd9\x55\x21\xcf\x37\x1a\xcd\xa6\x0f\x27\xd7\x65\x83\x8a\xf2\x98\x43\x60\x34\x51\x9a\x18\x49\x21\x75\xee\x62\x06\x06\xd0\xa4\x7d\x02\x6b\x4b\x51\xb2\x7e\x08\x8a\x32\xb7\x5b\x03\x15\x82\x0f\x75\xac\x08\x10\x5f\x0b\x6d\xab\x81\xfb\x47\x13\xa5\x4b\x7e\x59\x8e\xda\x41\xd1\x61\xb1\x62\xa1\x2e\x74\xd4\x64\xd5\x20\x83\xb0\x14\x7f\x90\xc0\xf0\xb5\x3b\x14\xfc\xc3\x34\x45\x73\x6a\x67\x4f\x4d\x9d\x1c\x63\xb6\xcb\x2e\xc4\x74\x5e\x40\xe2\xa5\x3d\x84\x88\x68\xc1\x22\x06\xcf\x43\x21\x4c\x93\xec\x7e\x9c\xb2\x5f\x7e\xf9\xe5\x97\xd6\xbb\x77\xad\xd7\xaf\x05\xeb\x99\xe1\x0b\xb8\x67\x74\x3c\x3e\xbe\x8e\x4a\x7e\x0f\x85\x31\x59\x9d\x1a\x70\xb6\xef\xad\x71\x55\x50\x9d\xaa\xdc\x80\x20\xa2\xb2\x60\xec\x3e\x3a\xc5\x87\xab\xf5\xe3\x34\x36\x91\x02\x09\x9d\x2f\x79\x24\x08\x5d\x64\xb6\xaf\x78\xf9\x66\x91\x24\xbf\xf0\x28\x0f\xa8\x87\xb2\x59\x96\xc2\x81\x4a\x01\xbd\x13\xdf\x10\x52\xba\x4b\xa0\xc6\xc0\xb6\x15\x0c\xe0\xe8\x98\x63\x40\x5b\xe2\xbc\xd2\x82\xb3\x55\x80\xf5\x7e\xcf\xba\x9b\x60\xe2\xbd\x09\xa9\x98\xd8\xc3\xbf\x4d\x0a\x2e\x1a\x70\x80\x45\x52\x4f\xfc\xb7\x69\xcf\xd7\x7e\x96\xde\xf0\xbc\xd4\x13\x26\x55\xc3\x38\x3b\xac\x01\x13\x36\x9b\xb5\xc6\xe3\x76\xbb\xdd\x60\x71\x5a\x66\x2c\x92\x8f\x58\xa1\x40\xc8\x86\x1c\x1e\x9e\x42\x6d\x29\xbf\x65\xd8\x1f\x36\xce\x38\xaa\x9c\xc7\x19\x6a\x8d\x47\x59\x2e\x84\xf8\x64\xd9\x06\x8f\x9c\x63\x7c\xb2\x9a\x82\xd6\xa9\x00\x15\x73\xc2\x4b\x2e\x16\x53\x9c\xaa\x2f\xa8\x34\x2a\x58\xca\x47\xbc\x28\xa2\x7c\xc9\x82\xe8\x3a\x0a\x59\x63\x6b\xb3\xfb\x75\x43\xfe\x6d\x75\x37\xc9\xcf\xd6\x66\xb7\xd1\x94\x1b\x80\xd8\x40\x93\x04\xb0\xb8\xcd\xf2\x6b\xd8\xee\xc6\x10\x93\x16\x30\x42\x45\x40\x3c\x83\x18\xc5\x20\xad\x28\xd5\xf8\xcc\xd0\xe5\xe1\xc4\x2c\xee\xb8\x50\x41\x57\xc6\x21\xcb\xd2\x64\x89\x63\x85\xdb\x48\x5a\xe6\x4b\xa5\x36\xaf\x90\xb5\xa1\x5f\x5c\x49\x92\x77\xc1\x20\x88\xb1\xc6\xd8\xc7\xb4\x0f\x36\xf5\xe3\xaa\x98\x47\x79\xb1\x9a\xec\x51\xb2\x78\x8d\xb6\x66\x94\x41\x20\xdd\x95\x5c\x36\xbc\xe3\xdf\xb5\xa8\x55\x11\x85\x96\x6b\xc5\xbb\x52\x10\xc6\x72\xd3\x97\xc3\x0d\x90\xc9\x94\x11\x48\x1b\xad\x86\x6a\xa0\xd3\x61\xb3\x68\x89\x63\x08\x6a\x47\xa0\xf8\x22\x63\xb7\xe0\x2f\x45\x1c\x70\x95\xca\x12\xc8\xdb\xa0\x05\xb5\x63\xa0\xfb\xea\x02\xd6\x99\x2d\x88\x25\x88\xee\xad\xb8\x5c\x22\x42\x12\xe0\x6c\xb3\x35\x8c\x0a\xf5\x26\x42\x2e\x6f\x57\x60\xec\x74\x50\x40\x40\xb4\x42\x56\xf0\x12\x66\x1a\x57\x9c\xd8\x08\xc4\x72\x92\xfe\x63\x61\xfa\x3d\x28\xa8\x58\xc9\x34\x19\xbc\x8c\x74\xab\xbc\x45\x8a\x96\x32\x2a\x79\x00\xc1\xe8\x87\x71\x3a\x96\xe2\xfb\x6b\x8c\xf7\x4a\x25\xbb\xe0\x02\x0f\x34\x97\x21\x56\xdd\x6c\x36\x03\x3a\x7b\x71\x71\x14\x1d\x29\x21\x5b\xb0\x99\xf3\x78\xc6\x83\x75\xf7\x75\x5b\xe2\x7d\x0c\x87\x3f\x3c\x3b\x66\xdf\x7e\xb3\xd9\x65\x41\x7f\x63\x6b\xb3\xfb\x5d\x6b\xf3\xeb\xd6\xd6\xb7\xe7\xdd\xcd\xde\xd7\xdf\xf6\x5e\x6e\xfe\xef\xfe\x46\xf3\x1f\xc7\xfa\xa1\xcf\x9f\x81\xfd\x93\x8c\x76\x99\x1d\x9e\x1d\x23\x46\xc1\x7a\xbc\x54\xc5\x4d\xe0\x69\xfb\x36\xbe\x8e\xe7\x7c\x1c\x47\xed\x2c\xbf\xea\x88\xaf\xce\xe1\xd9\xf1\x00\x06\x8c\x8c\x0a\x7b\x23\x44\x0a\x21\xe8\x00\x47\x02\xc1\xb5\xe0\x9c\x15\x73\x3e\x2a\x7a\x00\xc1\x5a\xba\xde\x32\xcb\x92\xa2\x1d\xf3\x72\x02\xb5\x4e\xcb\x59\xd2\xc9\x27\xa3\xad\x6f\xb7\xb6\xfe\x34\x8f\xae\x78\xab\xfb\x92\x16\xe9\x75\x3a\xb7\xb7\xb7\x6d\x3e\x9a\x45\xad\x58\x08\x3c\x29\xa8\x4a\xa2\x04\x4a\x43\xf2\xd6\x37\x5b\x9d\xaf\xdb\xdd\xce\x9f\x0a\x3e\x6a\x75\xbf\x6e\x7f\xd7\xee\xb6\xbb\x5f\xff\x73\x58\x62\xf7\xbb\xef\xbe\x6e\x75\xb7\x5a\xdd\x3f\x9f\x6f\xbe\xe8\x6d\xbd\xec\x6d\x6e\xfe\x61\xde\x08\x74\xf1\x4f\xe3\x8f\xf6\x62\xd7\x22\x8a\x3c\x25\xfc\x83\xd7\xb0\x7c\x57\x44\x97\x71\x1b\xd5\xd1\xad\x57\xac\xbf\xd1\xed\x6f\x84\xe8\x56\x01\xbf\x37\xfb\x1b\xd5\x75\xfb\x03\xd6\x71\x0f\x95\x3d\xbc\x74\xd5\x53\xa6\x55\xab\x57\x56\x19\x08\x58\x6b\xf1\x8a\x84\x55\x8b\x57\xe4\x7b\xc7\x01\x0a\xee\xb2\x46\xb7\xc1\x7a\xac\xb1\xd9\xb0\x07\xe4\x35\x77\x07\x04\x14\xe8\x66\x48\x60\x28\xc4\x18\x60\x28\x48\x14\xab\x5a\xaf\x70\x6c\x70\xd1\x1e\xdc\xf0\x7c\x89\xee\x0a\x61\x43\x99\x45\xe8\xee\x52\x1f\x14\x3e\xb7\x50\xe1\x2c\x20\xcf\x18\x93\x03\x85\x99\x13\x3d\x5d\xa2\x80\x02\x04\x65\xfc\xca\x85\xa3\xa6\xa4\xba\x6e\x44\x1d\x67\x70\x0a\x7c\x70\xd1\x68\xd0\xba\x15\x23\x01\xbc\x45\x76\xc4\xec\xf9\x26\xdd\x75\x65\xc3\x8c\xe7\x0f\xab\xf4\xa6\xb7\x34\xf5\x1a\x62\xd3\x8c\xba\xd8\xf7\x2d\x9c\x74\x31\x1b\xf2\xdc\x5a\x37\x95\xf9\x39\x02\x98\x7b\x01\xfb\xf0\xb2\xc0\x0a\x57\xae\x0a\xac\x2f\x48\x17\x33\x6b\x4d\xa4\x8b\xd9\xaa\x25\x91\x2e\x66\xde\xde\xc9\x4d\x4c\xd4\x56\xb7\x18\x64\x27\x9d\xb5\x70\x08\xa1\x0c\x55\x66\x5c\xc0\x35\x59\x12\x8f\x43\x28\x1d\x97\x5a\x77\xf3\xcf\xa0\x7c\x89\x95\x8f\xf0\xd5\x74\x10\xe4\x1f\x26\x7b\x39\xe6\x55\xaa\x4f\x17\xb3\x35\x89\x5e\x41\xd6\xd1\x3c\xe6\xfb\x0a\x80\x4a\x63\x15\xaf\xb7\xcc\x61\x9e\x5b\x15\x59\x16\x2f\x75\x54\x2c\x05\xb7\xdb\x69\x9c\x70\x56\x44\x13\x9e\x2c\xd9\x34\x4a\xc7\xe0\xc1\x06\x3c\x13\x09\x69\xd7\xa8\x3a\x60\xbc\x8a\xfa\xf9\x28\xca\xdc\x32\x8d\xc2\x59\x79\x98\xf8\x2d\xc5\x87\x9f\xf8\x25\xb9\x1a\xdb\x96\x4f\x53\x22\xd9\xc4\x2f\x6a\xab\x23\xfe\x3f\x3a\x36\x5f\x9c\xd4\x7d\x34\x4e\x07\x57\x76\xe0\x61\x1a\x97\x83\x51\xa5\xf1\xa2\x9e\xc0\x43\xe0\xba\xcd\x1a\x75\xde\x8a\x79\x58\x7b\x02\x52\x88\xc9\x8c\xe8\xff\x8b\xcc\x82\x05\x7c\x71\x79\x0f\x3d\x80\x41\x2b\xb4\x3c\x6f\x3a\x55\xac\x37\x75\xc8\x7e\x4d\x4d\x2b\xa7\xf2\x20\x5d\xcc\xd4\x04\x99\x22\x9e\x49\xf5\xcc\xfc\x27\xcf\xa5\x69\xa8\x2d\x15\x29\xd2\x06\x0d\xee\xe1\xa9\x2b\x82\x1a\x3e\x94\x4a\xb9\x09\x76\xd3\xbf\x9e\x1d\x1f\xd5\x6e\xa9\x7b\xe9\xf2\x1e\xbc\x89\x9f\x4f\xc1\x52\x11\xd9\xcc\x50\x4f\x87\x7f\x48\x05\x30\xa9\x96\xe5\x7c\x9e\xf3\x82\xa7\x25\x1a\x28\x66\x82\x46\x96\x2b\xb9\xcf\x5f\x8b\x2c\x0d\xa2\x74\x69\xf1\x1e\x81\xc7\x0a\xde\x13\xa5\x4b\x2f\xef\x11\x98\xc8\x67\x31\xf1\x64\x09\xb5\xd6\xf1\x20\x8a\x34\x28\xdf\x7e\x8d\x6e\xa2\x62\x94\xc7\xf3\xf2\xcb\x52\xf8\xea\x11\xb3\x47\x19\xe6\x44\x14\x30\xc8\x79\xe0\x6b\x49\x16\x86\xb6\xca\x7b\x7e\x2d\xb2\x74\xcd\x0d\x56\x83\xd6\x51\xac\x04\xf0\x6d\x9a\x64\x33\x15\xc3\x63\xcd\xa2\x04\x81\xf9\x82\xf3\xa5\x6a\xc9\xb1\x05\x1c\x81\x25\x41\xe0\x78\x97\x7b\xc6\x62\xb8\x81\xc2\x20\x9e\x45\x28\x91\x11\xa3\x69\xd8\x95\x18\x96\x2a\x85\xac\xdc\xb4\xd5\x5c\xaf\xb1\x58\x04\xdc\xbd\x04\x17\x13\x84\xbf\x1e\x5c\x30\x82\x73\x19\xf0\x6c\x22\x1b\x28\x64\x49\xbc\x2b\x00\xca\x7a\x7f\xfa\x56\xe9\x68\x73\x3e\xe7\x51\xc9\xc7\xec\xb7\x05\xcf\x97\x78\xeb\xc9\x4b\x9e\xd7\xf1\x2b\x6c\x1f\x95\x59\x78\xf1\x66\x2d\x2d\xbc\xdc\x5c\xb1\xb8\x04\x80\x77\x79\xa9\x1c\xff\x9e\x22\xfb\x94\xb3\x22\x4e\xaf\x16\x49\x24\x65\x40\xeb\xce\x31\x06\x1f\xeb\x0a\x18\x6a\xc8\x72\x66\xdd\x37\x8a\x43\xc3\xb2\xcd\xde\xc4\x09\xc4\xc6\xca\x16\xe5\xda\x52\x12\xbb\x63\x72\x62\xcc\x52\xc3\x5f\x7a\xa7\x26\x6b\x0b\x21\x3f\x7d\x75\xf9\x6e\x8b\xd0\x6e\xc1\xb3\xb4\x28\xf0\xb6\x35\x19\xf5\x6b\x2b\xca\x9d\xdd\x00\x13\xea\x0e\x4d\x3c\x8f\x47\xff\x93\x08\xf8\x08\xbb\xf4\xa5\xe8\x18\xec\x94\x8d\x6a\xe8\x9f\x47\xd3\xa2\xae\xa3\xe8\xe8\xbf\x15\x6d\x5b\x63\x5f\x47\xe2\xd5\x65\xf0\x47\x28\x1b\xe6\xc3\x58\x54\x8c\x9b\xf0\x64\x1f\x72\x83\xb1\xba\x20\xbd\xbb\x63\x63\x55\x2d\xdb\xc5\x3f\x3d\xf6\x7c\xdc\xdc\xd6\x86\x1e\xab\xb9\xfa\x98\x27\xf1\x2c\x2e\xb5\x74\xd9\x06\x8d\x30\xff\x10\xcd\xe6\xe8\xfe\xf2\x19\xbb\x68\x44\x8d\x90\x35\x86\x8d\x4b\xd6\x7a\xc5\x1a\xd1\x60\xd8\x40\x47\x18\xb0\xcd\x9f\x71\x31\x2d\x65\x96\xef\x34\x06\x0d\x77\xae\xd6\x58\x4e\x08\x68\x57\x05\x25\xa4\x38\x00\x6f\x43\xca\x4c\x21\x0a\x90\xb1\x23\xd0\x9a\x06\xe8\x1d\x01\xe2\x88\x36\x17\x05\xfb\x35\x03\xe2\x1a\x82\x9c\x02\xa5\x51\x4a\x29\x54\xa3\xab\x75\xfc\x6a\x98\xc8\xea\x0b\x1d\xac\xad\xd5\xe8\x74\xc8\xb6\x0b\x73\x33\x59\x63\xd0\xd8\xa6\xb6\x07\x7f\x78\x2d\x43\xb0\x10\x07\xbd\x3a\xc9\xcf\x25\x01\x57\xfc\x93\x55\x56\x09\x03\x49\xa1\xf5\x8a\x52\xc8\x43\x84\x51\x23\x42\x8a\x89\x93\x67\x89\x2f\x2d\x4b\xd6\x12\xdc\x67\xa1\xa0\xcf\xc8\x73\x1c\x9a\xd3\x47\xad\x2f\x40\x73\x92\x87\x45\xcb\x15\x62\x70\xf5\x18\x6e\x4a\xac\xe0\x6b\x00\xe1\x2f\xe4\xd7\x39\x5d\x5c\x56\x58\x21\x14\x90\x57\xbb\x2b\x89\x7a\xe5\xfe\x5f\x65\x75\x41\x94\xc4\x11\xb8\xc6\xf6\xad\xf2\xa6\xbe\x20\x53\x54\xcf\x2e\xba\x21\xdb\x42\x36\xd8\x1d\x6c\xad\xcd\x06\x3f\x59\xba\x58\xeb\x3c\xa9\x76\x59\x43\x48\xc6\xa7\xa1\xee\x11\xdd\xc0\xb4\x8f\x43\xbb\xbf\xdb\x9f\xce\x1c\xd8\xed\x94\xe7\x9c\x45\x49\xa2\xf8\x33\xdc\x80\xa3\xea\xb3\xa8\x8e\x23\x8e\x9e\xe0\x1c\x38\xa0\xff\x2c\xae\xa1\x8e\x73\x8f\x3a\x83\x7e\xb6\x75\x5d\x15\xe8\xce\xca\xfc\x0b\xae\x70\x73\x1d\xe8\x65\x30\xb5\x18\xd0\xab\x48\x55\x45\xed\x3d\xa4\xbe\x04\xac\x26\x7e\x19\x89\x86\x15\xb1\x20\x2a\x86\x8e\x74\x0a\x94\xaf\xa3\x71\x34\x4c\x94\x0c\x51\xb4\xd9\xcf\x59\x7e\x5d\x20\x91\x4c\x40\x7a\x35\xbb\xd8\x24\x89\x4a\x5d\x18\xe9\xf8\x46\xea\xd1\x0c\x09\x87\xba\x2a\x4d\x4b\x84\xa0\xd9\x47\x36\xc9\xb2\x1e\x1b\x46\x79\xc8\x86\xf8\xeb\x77\x76\x8f\x17\x99\x93\x2c\x6b\x0d\xa3\x7c\x30\x84\xbf\xbf\x43\xa0\x2e\x9b\x1a\xd1\x56\xfe\x5e\x22\x01\x94\x25\x7f\x3a\x7a\x6d\x87\x7a\xaf\xf9\xf2\x3f\xa3\xc4\xac\x18\xb4\xca\x02\xd9\x49\x53\xc1\x90\x97\xb7\x9c\xa7\x02\x16\xe3\x2a\x53\x7d\xa0\x53\x9f\xb3\x00\xfb\x1b\x83\xda\xea\x7c\x52\x98\xc5\xb3\x94\xce\x12\x3b\xb2\x52\xb6\xc2\xee\x07\xd9\xf0\xd7\xd0\xed\xd2\xca\xc5\xe0\xc0\x3a\xab\xa1\x92\xcb\x1a\x2d\x5b\xc8\xfa\x63\x22\x5a\x36\xfc\xb5\x7e\x15\x64\xc3\x5f\xc1\x26\x08\xa8\x97\x1e\x7e\x4c\xf9\x27\xf2\x85\x84\x98\x18\x51\x59\x53\x9a\xd6\x56\x2b\x6b\x34\xa0\xae\x8f\xf7\x6c\x14\x15\xdc\x5a\x58\x6e\x1d\xa6\xac\xb3\xd6\xae\xf9\x92\xac\x36\xf9\xda\xed\x9a\x2f\xf1\xbf\xd6\x40\x3d\x17\xd8\x5f\x5c\xf3\xe5\xa5\x58\x71\xa4\xc6\xc7\xc8\x94\xd6\x9a\x64\xd6\x8e\xd1\x66\xd2\xa5\x68\xb2\x04\x5b\xb9\x4f\x5a\x96\x2b\x57\xa3\x67\xcd\x89\xa5\xe8\x5f\xa4\xff\x40\xc9\x54\x8e\x86\xb9\xb3\x42\xbe\xf8\x2f\xb1\xb6\x15\x8f\x72\xb6\xbd\x95\xcb\x1b\xbb\x27\x97\xb7\x1c\xc3\x7f\x8d\x05\x2e\x76\xcb\x6c\xf8\xeb\xa3\xa4\x61\x05\xbf\x82\x27\xd8\x92\xb0\x2e\xe0\x97\x83\x3f\xde\x6f\x5b\xc8\x40\xc8\x2d\x92\xe4\xf4\xff\x94\x5f\x1d\x7c\x98\x4b\x53\x1f\xfc\xa8\x0c\xe0\x73\xd6\xdf\x08\xda\xcf\x9a\xca\x85\x02\x93\x48\xf9\x45\xeb\xf6\x24\xcb\x0f\xa2\xd1\x94\xb0\x11\x84\x28\xf3\xca\xdb\xa4\x41\x04\x42\x25\xe6\xca\xea\xbc\x08\x36\x43\xe5\xe8\x37\xba\xd8\xbc\x0c\xa5\xfa\x08\x3e\xbb\xf4\xe1\x91\xe2\x41\x6c\x87\xdd\xd0\x67\x30\x8e\xf9\xb2\x60\xb4\x9f\x2a\x13\xec\xd9\xc2\xbf\xe4\xa5\xab\xf6\xf7\xee\xd6\x0b\xc9\x3a\xbe\xde\xea\xd2\xfd\xbd\xbb\xf5\x02\x78\xcd\xd7\x5b\xdd\x7f\xef\xef\xe4\xf8\x21\x25\x5c\x1c\x00\x7d\xec\xc0\x4f\xef\x71\x63\xc5\xbe\x41\xce\x18\x55\xf9\x0c\xed\xa2\x1e\xda\x58\xac\x4d\x65\xd5\xde\x61\xcd\x27\xd9\x3b\x1c\x02\xf8\xf7\xde\xf1\x85\xf7\x0e\x8b\x7e\xfe\xf5\xb6\x10\xf7\xc0\xf5\xb8\x7e\x7c\xfa\xb1\xab\xd3\x61\x23\xb4\x10\x16\x94\x62\x4e\xe1\x36\x5a\x68\x6f\x74\x6c\xef\x2c\xce\x83\xd2\x10\x39\x3b\x95\x33\x65\xe9\xa6\x7c\x6b\x3a\x88\xea\x1f\x99\xca\x6d\x0a\xd9\xbb\xfd\xb0\xd4\xc5\x41\x31\x7b\xcb\x14\x4a\x02\x41\x5e\x73\x95\xcd\xa9\xae\x06\x37\x83\x8d\x70\x23\x9e\x01\x3d\xc1\x75\xcb\x19\xcf\xe3\x28\x89\x7f\x97\xf6\x0d\x8d\x76\xa7\x50\x29\x0d\xc2\x85\xce\x88\x25\x44\x51\xe5\x68\x98\x0d\xaf\xba\x95\x67\x4a\x26\x19\x5a\xcf\x34\xd1\xa6\x26\x44\xd2\x85\x80\x7a\x8c\x69\x80\xa8\x49\x44\x68\x3f\x57\x94\x58\x70\x69\xc9\x67\xe3\x20\x1d\x2f\xa6\x8b\x99\xc2\x83\xee\xcd\xc4\x06\x43\x9f\xab\x3f\x05\x4f\x53\xa7\xba\xe9\xd0\xa6\x34\x4e\x0f\x6a\x6c\x40\xb6\x21\xca\xd0\xbd\xf8\x4b\x7a\x86\x93\x54\x88\x5a\x4b\x7e\x05\xf7\x3e\x39\x9b\x24\x59\x54\x16\xcd\x6a\x57\x11\x7a\xcd\xe1\x46\xe0\x07\x86\x5b\x03\x51\xa4\xde\x00\x0e\x6b\x1c\x35\xaa\x18\xe2\xa2\x58\x13\x43\x04\x7e\x00\x43\x0d\xe4\xc5\x10\xb6\x97\x82\xdc\x31\x86\x6c\xb2\xe2\x52\x98\x8d\x17\x68\xe6\xae\x37\x0a\x1b\x7d\x50\xfa\xac\x89\x3d\xc0\x3e\x80\xbc\x82\xf9\x47\xe0\x4e\x35\x67\xeb\x93\x88\x2e\xf2\x30\xa1\x50\x50\xb7\x43\x51\xba\x44\xbf\x44\xd9\x84\x8d\xa3\x32\xd2\x01\x5a\xd8\x4d\x1c\x39\x26\x37\x55\xd4\xff\x5a\x64\xe9\x9a\x28\x0b\xd0\x07\x50\x95\x20\x2e\x8a\x52\x8c\xc2\x17\x68\x81\x79\x0b\xe9\x59\x67\xaf\xa3\x92\xaf\x89\xcf\x6b\xe3\xa2\xb4\x0e\x1f\x02\xc2\x7f\x5b\x44\x49\x41\xb9\x09\xcc\xed\x9e\x94\xf9\x7f\xb0\xe3\x2b\x4e\x54\x36\xee\xb1\x08\x61\xf2\x99\xd7\x04\xbb\x52\x12\x15\x2e\x77\x77\xb2\x02\xcf\x7e\x49\x2a\xaa\xb4\x47\x6a\xed\x74\x94\x49\x4d\x19\xcf\xe4\x4c\x2f\x2b\xbb\xae\x6c\xd8\x7e\xa4\x49\x2a\x74\x32\xe8\x73\x69\xa6\xdc\xd2\xec\xd1\xd7\x9b\x76\x51\x95\x5a\x5f\x4e\xbe\x80\xb4\x8b\x61\xa2\xde\x2f\x3d\xe4\x81\x74\x11\xa7\x48\x27\xf1\x24\xe6\x63\x86\x5e\xea\xf8\x18\xde\x55\xc9\x47\x99\x84\x72\xce\x7f\xfa\xa9\x37\x9b\xf5\x8a\xa2\x5d\x14\xc5\xff\x16\x9c\xfb\xff\xfd\x7f\x7e\xf9\xa5\x2e\xbf\x86\xce\xce\xe3\xd9\x63\x68\x4d\x80\xaf\x41\x6f\x04\xec\x5f\x9a\xe6\x2c\x90\x36\xfc\x39\x9e\xd8\xb3\xab\x13\x57\x4c\xae\xf5\xce\xa2\xe8\xb1\xae\x74\x3d\x12\xb2\x4d\x15\xb8\xb4\x3a\x3b\xf2\xc9\xc5\x9a\x93\x23\xa1\x1f\x98\x1b\x03\xb5\xc6\x86\x2b\x8e\x46\xd5\x63\x5d\x2d\xe7\x7f\xd4\xde\x6b\x95\x59\x8f\xf7\xff\x43\x77\x62\xfb\x1e\x66\xdd\x05\x62\x15\x7a\x68\x99\xb8\xc0\xab\xba\xb5\x6a\x42\x3e\x53\x47\x3f\x61\xff\xf6\x96\x5d\xb7\xdb\x9e\x1d\xfd\xdf\xbe\x98\xfe\x1b\xf9\x62\x92\xa7\xb5\x8f\x4c\x0b\x4e\x21\x3e\xb3\x14\xc7\x37\xf8\xf1\xbf\x16\x3c\x97\x7e\x38\x64\xd6\xfb\x3c\x09\xd9\xbd\x3c\xd2\x81\x21\x5d\x0b\x4b\xd3\x33\xdd\x5e\xaa\x35\x3b\xe0\x4a\xb7\xcc\xa3\xb4\x10\xbb\xdb\x19\x8f\xf2\xd1\x54\x1e\xb6\xf4\xf4\xc2\x63\xfd\x45\x0a\x1e\x05\x80\xec\xc0\x0b\xcc\x04\xaa\x1a\x65\xb3\x59\x86\x26\xd5\x6c\x34\x8d\xf2\x68\x04\xeb\x00\x8a\x88\x15\x52\xf2\xd1\x34\x8d\xc5\x58\x2e\xc9\x8b\x5a\xf6\xfe\xf4\x2d\xaa\x9a\x64\xb0\x00\x51\x7e\x70\xb6\xf7\xe6\x60\xb0\xff\xd3\xde\xe9\x19\x44\xcb\xfa\x78\x7f\x71\x19\xf6\xfb\xfd\x8d\x1e\x68\x0f\x19\x63\xea\x1d\xbb\xd2\x0b\xaf\xb8\x3a\xbd\x18\x87\x26\x64\xa1\x0e\x97\x11\x8c\x9b\x97\xf2\xc6\xd4\x55\xad\x78\xc7\x40\x08\x92\x67\xd1\x84\x07\x05\x49\xf4\x18\xf3\xd3\xec\x3a\x95\x81\xd3\xc5\x41\x57\x5a\x36\x93\x34\xa9\x3c\xa8\x40\xae\xd6\x25\x80\x2e\xa2\x52\xe6\x62\x10\x5f\x86\x30\x25\x46\xad\x3c\xc2\x78\xbb\xae\x56\x59\xf6\x81\xf8\xa8\x25\xda\xf2\x46\xbf\xdf\xef\x37\xd8\x73\x28\x1c\xb2\xc6\x55\xa3\x89\xd5\xfa\x55\x0f\x15\x9f\x2e\x32\x4e\x7d\x64\xbc\xf5\xb3\xdb\x78\x0e\x14\xb4\x28\x89\x91\x27\x78\x89\xa0\x6e\x20\xe4\xf1\x01\x48\x5c\xab\x13\x99\xf4\xda\x52\xa0\x4f\x80\x8c\x1a\x50\x4a\x6f\x13\x43\xce\x72\x3e\xcb\x6e\xf8\x18\x57\x81\xb4\x32\x6d\xd7\xa8\xd4\x16\x80\x9f\xf6\x8e\x4c\x5b\x0d\x09\xce\x7a\x09\x1e\xcf\x45\x82\xfd\xa2\x43\x16\xb2\x56\xcf\x8e\x29\xe2\x54\x5a\xa9\xca\x7e\xf7\x61\xe5\x49\xef\x3a\x56\x5a\xdb\x4b\xaa\x16\x59\x3c\x80\xd0\xca\x8a\x02\x4f\xe1\xa6\xc7\xed\x10\x64\x6b\xed\xb5\x05\xae\xfc\x21\xed\xb2\xfe\xc6\x2e\xba\x10\xf5\x20\xd4\x63\x8d\x06\xb9\xb9\x91\xa1\x49\x15\x17\x33\x21\x3f\xa7\x32\x1e\x67\xa3\xd1\x6c\x2f\xf2\x84\x3d\x97\x6d\x93\xb2\x29\xbf\x25\x91\x0d\xfc\x6e\xc0\x54\x7d\xe0\x09\xec\x9a\x2f\x7b\xea\xc2\x17\xbc\x3d\xa4\xd9\x6d\xd0\x0c\xe1\x76\x9a\x73\x41\x81\xa0\x20\xcf\x66\x9c\xe5\xe0\x4e\xb1\x60\x01\x6f\x5f\xb5\x59\xce\xa3\x51\xd9\xc2\x34\xb2\x2f\x78\x63\x69\x22\x9a\x3d\xf9\x37\x44\xbb\xe6\x9e\x45\xd8\x95\xab\x1b\xd2\x93\x07\xd6\x91\x7c\x92\x95\xf3\x32\x8a\xe1\x51\x03\xff\x10\x17\xa5\xf8\x61\x16\x55\xfb\x8b\x2f\x9c\xc3\xd4\xbb\x74\x64\xd4\x45\xe9\x03\x76\x8d\x65\xd4\xe9\x30\xfe\x61\x9e\xc4\xa3\xb8\x14\x3b\x05\xa8\x93\x05\x29\xe0\x2b\x33\x54\x91\xc1\xbd\x90\x74\x91\xce\x75\x31\xb5\xd3\x2e\xe7\x1c\xbc\xd1\xc2\xf3\xad\x68\xc6\x59\x31\x8d\xe6\xb0\x55\xe2\xed\x97\x62\x24\x92\x64\x46\x8b\x3c\xc7\x29\xd8\xa9\xec\xa5\x86\xf6\xd4\xd4\x7d\x44\x18\xa9\xac\xeb\xc9\x27\xf9\xf7\x4d\x9b\x06\x55\x7d\x7e\x02\xd4\x2d\x36\x43\x56\x37\x56\x0e\x35\x38\xcc\x49\x35\xb1\x72\x44\xb5\xb2\xd7\x71\x8b\x41\x65\xd7\x38\x95\x46\xf6\x65\xa6\x4d\xf3\x6f\xe2\x88\xbc\xab\xd3\xf3\x5c\xb0\x51\x96\x4e\xe2\xab\x45\x2e\x8d\xf1\xe2\x14\x69\x69\x1f\x92\xdf\x45\x73\xf7\x9e\xc6\xce\x65\xe2\xff\x40\x4f\xd8\x22\x84\x03\x2e\x33\xb8\x28\xc0\x2d\x05\xa5\x52\x76\x2f\x1b\xa2\x55\x61\x11\x1c\x56\x1c\x8b\x82\xcd\xa2\xf9\x5c\x53\xb9\xae\x4e\xdd\x05\xac\x7a\x6c\xc9\x0d\x1d\xc8\xb0\x12\x36\xaa\x72\x85\xfa\x58\xbb\x9a\x59\xeb\xae\x19\x4a\x1f\x45\x33\xf0\x04\x4f\x2f\x03\xb0\x9a\x3a\x41\xc0\x14\x03\x19\xc0\x7c\xca\xed\x9f\xe6\xaf\xde\xf9\x35\xa4\x55\x0d\xee\xfd\xdb\x36\xa8\xe3\xa3\x12\x30\xbc\xd0\x65\x2e\x9d\x63\xfc\x13\x7b\x60\x08\xa0\xd7\x97\xa4\xd7\x33\x35\xdc\xe0\x8f\xf9\x0d\x4f\xb2\xb9\xa0\xed\x86\xd7\xb9\xe4\x28\x4b\x8b\x2c\xe1\xed\xdb\x28\x4f\x83\xfe\xc6\x81\x12\x2f\x35\x0f\x63\xc0\xa3\x4d\x4f\xc1\x3b\x75\x54\xa8\x3b\xbf\x22\x4e\x47\x1c\x58\x98\x8c\xb0\x60\xa8\xb5\x6d\x2e\xf4\x3d\x02\xba\xe4\x1e\x47\xc7\xe7\x07\x3d\x76\xcb\xd9\x28\x5b\x24\x63\x74\x3b\x24\xaa\x91\xab\x20\x2e\x43\x08\xed\x10\x97\xf2\x06\x73\x18\x0d\x93\x25\xde\x23\xa5\x31\xf8\x62\xcf\xc0\x51\x52\xa5\xe2\xb8\x14\x0c\x55\x0b\x34\xc3\xa5\x76\x2a\x49\x6d\xa9\xe1\xe0\x61\x97\xa5\x14\x47\x06\x9e\xed\x54\x07\xcf\xf1\xe1\xa9\xac\x03\xad\xe4\x9e\x7a\xe9\x4b\x53\xbd\x71\x89\xfc\x8e\x3b\x6b\xd1\x61\xb5\x34\x22\xcf\xa6\x81\x4b\x64\x9e\x56\x6d\xe1\x91\xb6\xe5\xf5\xc7\x59\x59\xc1\xdb\x0e\xa7\x9b\x2f\xf3\xf8\x6a\x5a\xb2\x60\xd4\x64\x5b\x9b\xdd\x17\x2d\x69\x7f\x1a\xb2\x37\xd1\x88\x0f\xb3\xec\x3a\x64\x87\xe9\xc8\xdc\x2d\x9f\x8b\xd3\x6d\x01\xee\x8f\x51\x3c\x8e\x0b\x96\xc4\x23\x9e\x16\x1c\x5f\x35\xa3\xeb\xcb\x77\x87\xe7\x2a\x99\x45\x70\x3b\xab\xdd\xff\x5c\xc5\xe5\x74\x31\x6c\x8f\xb2\x59\x67\x22\xdb\xe8\x4c\x86\xbf\x16\x9d\x61\x92\x0d\x3b\xb3\xa8\x28\x79\xde\x79\x7b\xb8\x7f\x70\x74\x76\x20\x19\x53\xe7\x19\x2f\x92\x38\x2d\x5b\xe3\xb8\x00\xeb\x8b\x34\x6b\x15\x3c\x99\xb4\x46\x18\x4d\x59\x1f\x8b\xec\x23\xa9\xe1\x32\x75\x87\x56\x72\xc6\x8b\xd3\x04\x76\x77\x59\x42\x50\x6f\x96\x2c\x27\x62\xa3\x2f\x33\xb9\xc1\xa2\x6f\x7c\xe9\x1a\x11\x02\xa4\x15\xac\x98\xc6\x73\xd1\xe5\x38\x67\xd9\x6d\x6a\xf5\x54\x2e\x66\x9e\xb7\x67\xd9\xef\x71\x92\xa0\x17\x25\x9e\xb6\xde\x9f\x75\xc6\xd9\xa8\xe8\xfc\xcc\x87\x9d\xbf\x46\x37\xd1\x19\x5c\x65\x77\x4e\xf9\x84\xe7\x3c\x1d\xf1\xce\x8f\xe0\x35\x7a\x80\xb8\x14\x1d\xfc\xdb\x89\x95\x26\x8b\x04\x00\x0e\x3e\x84\x6c\x49\xa5\x82\xb3\x68\xc6\x91\x92\xa3\xe4\x2a\xcb\xe3\x72\x3a\x33\xe2\xf2\x07\xe0\x32\xcb\xa6\xe3\x3c\xec\xac\xe4\xf3\x82\x75\x5b\x5f\x87\xec\xcf\xad\xee\xa6\x27\xef\x9b\xf6\xb0\xf5\x4d\x9b\xf7\xd8\xf3\x4d\xf6\x64\x87\xb5\x6c\x98\xbd\xb1\x58\xb2\xe0\xa6\x22\x4b\x7f\xe7\x79\xc6\x96\x6c\x34\xe5\xa3\x6b\x8c\x36\x73\xcd\xd9\x9b\x24\xbb\x65\xd3\x68\x3e\x5f\x52\xfe\x90\xf3\xf1\x22\x1d\x47\x69\x59\xd1\x03\x7c\x00\xc7\x9e\x9b\x42\x8c\x5d\x9a\x9f\x5d\xd6\x61\xd8\x05\xf1\x6b\xe9\x71\xa1\x52\xed\x17\xfb\xa6\x1d\xf5\xe0\x25\xd8\xce\x8e\xf8\x53\xd3\xd4\x07\x71\x72\xc0\xa6\x48\xbd\x44\x9e\x3c\xe1\xb9\x90\xfc\x0b\xd4\x0e\xc7\xe5\x52\xb0\xa8\xb8\xe4\x79\x04\x32\x64\x39\xcd\xb3\xc5\xd5\x14\x2d\x21\xb2\x94\x45\xa9\x32\xb6\x30\x8f\xda\x40\x49\xa0\x34\xa7\x18\x38\x21\x4a\x97\x70\xb7\x2d\x04\x31\x29\x6b\xdc\x4e\xe3\xd1\x14\xb5\x65\x19\x9a\x6a\x8c\x84\x88\x07\xcd\x6a\x0b\x89\x12\xac\xff\x95\xc6\x07\xea\x3b\x95\x0f\xe7\xc0\x19\x12\x54\x4e\x04\x98\x6c\x02\x26\x2f\x68\xa7\x21\xaf\x23\x4d\xb5\xed\xbe\x7a\xd5\x32\xe4\xc5\x34\x8a\xd9\x2c\x1b\xc7\x93\x78\xa4\x5f\x07\xc8\xe0\xe5\x07\x80\x43\x99\xb1\x52\xcc\x29\xd8\xf0\x8b\x85\x10\x8f\x61\x14\x44\xaf\x85\xb4\x21\x0d\x57\x94\x93\x01\xd4\xa6\x1b\xf9\xc8\x16\x36\x14\xa7\x22\x2e\xeb\x4d\x53\x41\x36\xfc\x75\x2f\x14\x03\xf9\x43\x88\xf5\xbc\x8b\xe6\x76\x24\xd8\x28\x64\x83\xa1\xe5\x83\x8a\x14\xf2\x7a\x9e\xaa\x3a\xdf\x21\x41\xec\x45\x59\xf4\x29\x8b\xb3\xd7\x60\x77\x77\x96\x39\xd9\x9e\xf6\xfd\x6c\xe5\x98\xe2\x3f\xac\x2c\xfe\x83\xdf\x75\x74\xbd\x67\x1f\x69\xfc\x50\xec\x39\x22\x93\x40\xa5\x69\xdb\xf1\x15\x3f\x54\x61\x7e\xa0\x87\x65\xa8\x47\x9d\x35\x05\x96\x50\x48\x59\x0c\xaf\x87\x4f\xa7\xc3\xce\x79\x51\x82\x94\xb6\xd7\x28\x90\xa2\xc6\xf1\x04\x38\x17\x06\xcb\x60\x3f\xb4\x1d\x49\x4e\x7a\x15\x17\xc2\x1a\xc5\xa1\xaa\x9b\xc4\x50\xe7\x48\x66\x3b\x2c\x18\x0c\xe1\xbf\x60\x15\x28\x67\x9f\x0e\xbf\x9d\x88\x16\x35\x6c\x57\xfd\xe8\xe9\xec\x0b\x68\xf4\x22\xbe\xbc\x6c\x5a\xc5\x45\xc5\xde\x82\x83\xa8\x8d\x54\xdb\x84\x61\x02\xf8\xa7\x4f\xd9\x60\x08\x9f\x1a\x7e\x30\x64\x3d\x16\x17\xae\x2c\xe8\xd3\x8b\x22\x09\x2b\x3c\x9a\x16\x59\x88\x7f\x4f\x64\xaf\x61\x5e\x0d\xbe\x48\xc6\x04\xff\x3a\x1f\xe7\x74\xa6\x6a\xc5\x05\x49\xf9\x55\xd3\x16\x8c\x4d\x8e\x3a\x50\x38\xb0\x37\xa8\x36\x95\x7f\x28\x73\x91\x5f\xa7\x25\x95\x80\x16\x8f\xd0\x26\x32\x24\xb1\xe1\xd1\x22\x2e\x0a\x8e\x07\xf5\x53\x3e\x39\x9c\x9c\x21\xf4\x11\xbf\x0d\x72\x3e\x09\xc5\x11\x51\x79\xcd\xc7\xe1\xb1\xfd\x07\x2b\x42\xb1\xbd\xe5\x6b\xf2\xa1\x6d\x5b\x06\x55\xd3\xa8\x38\xe2\xb7\x82\xb4\x44\x33\xed\x11\xda\xfb\xd1\x4b\x38\xd5\xb0\x79\x3c\xf9\xf4\x29\xb3\x61\x77\x34\x90\x3d\x9b\x7a\x26\x09\xb8\xe9\x89\x5a\x8e\x18\xdc\x69\x51\xf0\x83\xc9\x84\x8f\x4a\x7f\xd0\x6e\xec\x26\x62\xeb\x99\x78\x82\x8d\xae\xdf\x43\x02\x21\xbb\x70\x06\x13\x6b\xbc\xb4\x5d\xb8\x53\xef\xcd\x67\x67\xa7\x67\xd1\x84\x5b\x5a\x2e\xad\x0e\x22\xb2\x06\xf8\xb5\xe1\xb8\xd5\x8b\xcd\xed\xec\xec\x94\x05\x7f\xea\xbe\x68\x56\xf8\xaa\x89\xad\x46\x98\xa3\x2b\x86\xc4\x29\x1b\xe6\xd9\x6d\x01\x5e\xc5\xc8\x08\xc8\x3a\x6e\xe3\x74\x9c\xdd\x22\x7b\xd5\xda\x98\xea\x29\x49\x12\xbb\xa3\x92\x58\x5f\x80\x57\xb2\x35\x52\x7d\x20\x95\x5e\x95\x30\x6d\xec\x39\x73\xd5\x1e\x6c\xd7\x6d\x15\x74\x76\xbe\x50\xc7\xf6\xc2\x6c\x34\xdc\x65\xf9\xd1\x51\x65\x84\x15\xf5\x91\xb9\xb5\xd0\x66\x68\x2d\x5c\x99\x70\x80\x28\xe8\xfd\xc5\x3e\x18\x7c\xc1\x83\x46\x7e\x6b\xe6\x42\x0a\x28\xa3\x2c\x55\x2a\x31\xd0\x05\xcd\xf9\x08\x2f\xf3\x51\x9b\x30\x9a\x46\xe9\x15\x37\xaa\x31\xa9\xf3\x3e\x4c\x59\x96\xb3\xf9\xa2\x98\x1e\xa6\x20\x52\xc0\x13\x6b\xa9\x4f\x42\x64\xcf\x97\x73\x1e\x8a\xef\xd4\x71\x4e\x80\x92\x8d\x6e\x47\x69\x57\xa8\x62\x07\xaa\x44\x5d\x1d\x1f\xb7\x49\xbb\xaa\x55\xa8\x47\xb5\x4b\x2c\x63\x1d\x8d\x8d\x55\xa7\x52\xdb\x39\x8e\xf7\xc1\xbd\xb3\x94\x43\x84\xdc\x0f\x7d\xaa\x53\xe3\xa1\xf1\x9c\x9a\x85\x9f\xe3\x72\xba\x8f\x03\x14\x54\xda\xa3\x6a\x27\x3a\x22\xb5\x4a\x3d\x41\xec\x06\xd0\x61\x6c\x34\x83\x35\x10\x49\x63\x28\x5a\xdc\xc6\xe0\xd3\xc5\x40\x59\x0b\x63\x14\x15\x5c\xf0\x76\x40\xae\xd1\x73\x33\x44\x6d\x34\x95\xd5\xaa\xd4\x56\x76\xb2\x4e\x53\x5f\xc1\xe0\x30\xf5\xe3\x60\xa7\xab\xc8\x4a\x2b\xf0\x22\xea\xd4\x4f\xc2\xec\xde\xa3\x33\x2e\x94\x26\x57\x79\x4c\xa6\x8b\x66\xb5\x76\xf7\x7d\x9e\xc0\x61\x3b\x98\xaa\x80\x3f\x3e\x0a\xf8\x87\xcd\x77\x75\x48\xeb\xa7\x5b\x62\xdc\x16\x79\x86\xd9\x3b\xfa\xa0\x61\xce\xa3\xeb\xc7\x4c\xaa\x87\xe2\xfc\xb3\xaa\x9a\x57\x37\x6a\xeb\x60\x70\xff\x78\x59\xc6\x9e\xa6\xb0\x7e\x35\x6b\xee\xda\xee\xd8\x65\x44\x75\xa0\x4b\x94\x01\xa5\x12\x5e\x14\x32\x7c\xa9\x52\x16\xca\x79\x30\x81\xb7\x3f\xde\xcb\x5b\x8e\x2b\x5e\xbe\xd5\xa9\xd6\x9e\x6f\x4c\x6d\xef\xa5\xe1\x2b\xcc\x72\x3d\xbc\x32\xda\x21\x86\x11\x4e\x34\x55\xb6\x63\x05\x5a\x57\xa1\x5c\xeb\x10\xf7\x5d\xf2\x92\xd0\x54\xaa\xb8\x75\xfc\x1a\x39\x2d\xad\x8e\xd5\xcc\x56\xa9\x3f\x61\x5b\x37\x71\xf9\x1a\x76\x58\x10\xdd\x10\x0d\xf8\x23\x24\x35\x9a\x51\xdb\x33\x6b\x69\xb8\x21\x6a\x1b\x8b\x82\x6a\xc8\x30\xfc\xe4\x50\xee\x67\xb7\x71\x39\x85\x90\xb2\x06\x42\x45\x12\x6b\xf8\x2f\x74\x25\x42\xf6\x65\xd4\x5e\xca\xa4\xeb\xea\xa4\x05\x3b\x95\x42\x7b\xae\x03\xde\xc2\xa9\x5f\x7e\x16\x6c\x9c\xdd\xa6\xd2\x85\x7b\x81\xea\xb3\x9c\x8f\x84\xa8\xe7\x6e\xde\x51\x3a\x66\x11\x13\x67\x8c\x61\x84\xfa\x16\x24\x57\xf4\xe4\x2d\x17\x55\x0d\xcf\x72\x63\xa3\x05\x83\xc8\x9a\x5d\x59\x1c\x6e\xc0\xdb\x15\x8e\x86\xc9\x86\xbf\xe9\x60\x76\x90\x6e\x82\x93\x56\xae\x68\x21\xdf\x4d\x25\x47\x59\x55\xe5\x29\xdc\x6f\x6a\xc2\x3a\xe5\x93\x0a\x57\x58\x53\x8c\x26\x35\x12\x99\x99\x44\x29\x67\x52\x50\x56\x49\x97\xc4\xef\xff\xf9\xf1\xeb\x63\xd4\x78\x47\xa9\xd1\x68\x4b\x9b\xc7\x25\x46\x1f\x4e\xb3\x5b\x34\xe1\xb8\xe5\x52\x70\x89\x40\x2b\xaf\xc7\x0a\x78\x89\x1c\x42\xd3\x53\xc2\x0e\xac\x25\x24\x67\x33\xf0\x72\x08\x4f\x67\xb6\x01\x79\x6f\x7f\x25\x23\xb9\xa4\xba\x82\x62\xed\x66\x3d\x7b\x6a\xcd\x86\xd3\xe9\xb0\x3d\x71\x26\x11\x02\x94\xbc\x11\x46\x03\xb0\x8c\x15\x65\x36\xb7\xda\x84\x2a\x94\x16\xb5\x8c\xe0\xa9\x55\x50\x70\xce\xfe\xf4\xf2\x9b\xe6\x43\xb3\xf6\x28\xf9\x4b\x53\xb0\x39\xda\xa9\x35\x41\x4e\x24\x90\x67\x6f\x33\xbb\xbe\xd6\x6d\x90\x5e\xa5\xaa\x07\xa4\x3c\x47\x4f\x20\x4b\x57\xce\x2f\x0f\x49\x12\xa7\xf4\x5c\x49\x66\xc3\x7f\xf4\xd3\xc5\x5d\x74\x2e\x9d\xab\xd3\x80\xee\x15\x07\xe8\xad\xc6\x65\xe2\x6d\x13\x45\x51\x07\x07\xfd\x48\xf6\x39\x33\x10\xd6\x46\x47\x3e\x42\x7b\x4b\xa3\x54\x71\x2f\xf0\xd5\xe1\x90\x9b\xd5\x13\x51\xad\x29\x57\xad\x66\x82\xec\x8d\xb3\xe8\x1a\x62\x37\xc6\xbf\xcb\xfb\x92\x13\x51\x49\x6e\xbd\x7d\x89\xd3\xb8\x8c\xa3\xc4\x6b\x25\x02\xbb\x5d\x34\x9a\x56\x8c\x44\x3c\x85\xb6\xdd\x22\xd0\xd6\xb8\xf6\xf6\xdc\x53\x2f\x9a\x6f\xd8\x33\x64\x10\x4d\xf9\x6d\xad\x29\x8b\x20\x2d\x4f\x85\x4f\x50\x61\x51\x5b\x0c\x45\x36\x4f\xff\x9c\x42\xdb\xbe\x22\x8f\xee\x5f\xcd\x7d\x9a\xda\x42\xdd\x4a\x89\x51\xa0\x23\xf2\x14\xd3\x28\xe7\x63\xff\xc4\xd6\x4c\x39\x98\x3d\x3f\x4e\x01\xe6\xde\xa2\xad\x73\xf6\xd6\xa5\xfd\xfa\x94\xb0\x56\xf5\x45\x24\xcf\x29\x4f\xe6\x3c\xb7\xab\xab\x8a\x64\xa4\x80\xbb\xa3\x5b\x25\xeb\xc7\xca\x54\x30\xab\xe6\x3e\x56\xc5\xa7\x64\x9e\x9f\x00\x79\xb1\x01\x5c\xc9\x70\x34\x89\x38\x5c\x95\xb6\xe9\x41\x81\x5e\x7b\x8a\x59\x94\x97\x30\xf1\xca\xaf\x22\xdb\x1b\x16\xa0\x81\x01\x05\x41\x99\xb1\xb8\x2c\x98\x90\x8a\x8c\x05\x62\x86\x16\x92\x2c\xe7\xad\x45\xc1\x31\xf4\xbf\xca\x8d\x12\xc1\x5c\x4a\x9e\xb3\xe0\x4f\x5b\xdf\x34\xdd\x8b\x33\xc1\x92\x00\x9b\xd7\xe4\x96\xb7\x08\x0c\x03\x73\x2d\x1d\xec\x6f\xb1\xb1\xca\x08\x1e\xd2\x24\x65\xa2\x6d\x54\xb0\xaa\x7d\x41\xc3\x90\x4c\xef\x91\x75\x32\xd5\xa2\xe1\x4d\x59\x3c\x11\xc2\x83\x8c\x21\x24\xa4\x53\xb4\xd7\xd0\x36\x1e\x96\xee\xf2\xc4\x36\x19\xd9\x61\x4f\xac\x6b\x93\x0a\xb2\x66\xc3\xb0\xb3\x88\x98\x23\x44\x16\xe5\x64\x52\xc6\x26\xf9\xcd\xb6\x00\x9a\x5b\xab\xbc\x96\x9a\x82\x07\x15\x88\x9d\x8e\x4b\x12\x8e\x54\x8b\x6d\x12\xe4\xf4\x10\x89\x81\xd1\xef\xa4\x8c\x5d\x79\x94\x43\xc8\xf7\x40\x8e\x9b\x46\xbe\xd9\x36\x55\x44\x70\x9c\x61\x65\x1e\xcf\x13\xae\x6e\xa5\xd0\x1c\x42\x48\x6d\x89\x18\x80\x25\xf2\x1e\x14\xea\x94\x69\x8c\x3b\xf2\x2e\xab\xd3\x24\xa0\xa5\x14\xc1\x6c\xe7\x15\xf6\xd5\xe9\xc8\xc0\x8f\xe0\x05\x7a\x1a\x15\x52\xb5\x36\x06\x5e\xa0\xcd\xd1\xda\x6d\x56\x64\x2c\xc9\xd0\xbd\xb4\xa2\x09\x9d\x6b\x8e\x51\x4f\xaa\x18\xd1\x33\xd3\x13\x2f\xa9\x50\x08\x2f\xc1\x5a\x9d\xf0\xc7\x56\x55\x2f\xb2\xed\xad\xc0\xaa\xad\xb7\xba\xf2\xd0\x2e\x6a\x2d\x91\x9e\x7f\xc5\x78\x8a\xde\x57\xaf\xca\xaa\xad\x1a\x8b\xcb\x9a\x7e\xde\xdd\xd9\x56\x4a\xd5\xd6\xf5\x83\xe2\x75\xab\xb0\x1a\xa4\x56\x50\x9d\x8e\x9e\xd0\x2a\x25\x87\x30\xef\xbc\x6c\x14\xb0\x3c\x04\x80\xcd\x2a\xdb\x64\xb1\x8e\xb2\xd9\x7c\x51\x62\x35\x72\x21\x0c\x17\xa5\xf1\x55\x50\x4e\x33\x41\xec\x10\xc8\x0e\xa9\xcc\x5a\xc8\x7e\x3b\x2c\x3f\x73\xa8\x0c\xca\xca\x97\xde\xff\x70\x6b\xad\x4e\x87\x8d\x33\x87\x77\x5a\x03\xbb\xeb\xa9\x16\x3b\xb9\xca\x28\xc7\xb1\x07\xc3\xc5\x44\x3d\xb8\x54\xb8\x6e\x95\xcc\x48\x75\xd6\x76\x51\x63\xe3\x83\x0c\x62\x45\x4f\x42\xb1\xd5\xc9\x40\xc9\x2c\x2b\xa7\x3c\xbf\x8d\x0b\x71\xda\x14\xfc\x03\x38\x97\x8d\x34\xb7\xd1\x45\xdd\xe2\x6a\x43\xb7\x0a\x8c\xb9\x82\xb2\x3a\xef\x5e\x60\xae\xee\xbd\xa3\xb7\x71\x9f\x22\x56\x78\xc0\xea\xf2\xd5\x5b\x50\xa7\xa3\xfe\xa1\xde\xae\x67\x3a\x36\x21\xc8\x77\x3f\x56\x97\x1e\x6f\x01\xa6\x2a\x5e\x39\x30\xab\x71\x5a\x39\x26\x35\x08\xd1\xd6\x6c\xfb\x33\x9a\x55\xf5\xa1\xe0\x2b\xe1\x8b\x20\xad\x79\xd0\x35\xe7\x73\x71\xe2\x87\x8b\xff\x38\x4a\x8c\x61\x0c\x84\xad\x24\x9c\xab\x90\x64\x3d\x8e\xc7\x69\xa3\x64\xd1\xa8\x5c\xc0\xfb\x16\x64\x4c\x3a\x9a\x82\xbb\xd5\xbe\x76\x78\x8e\xbd\xda\x56\x6f\x12\x76\xaf\xea\xc4\x9e\xea\x46\xb6\x6a\x13\x0b\x6b\xc6\xac\xe7\xc3\xd7\x55\x27\x8c\xeb\x33\xd7\xdb\xf0\xee\x6d\x8d\xe2\x8f\xf1\x0d\x17\xf2\xae\xe3\xfb\x5b\x9b\x73\xa2\x38\x15\x28\xe3\x5f\x02\xb6\xc2\xa2\xb8\x19\x4a\x55\xa3\x0c\x07\xa1\x94\x8c\x20\xa2\x97\x70\x4b\x66\x8b\x5e\xa0\x7c\x94\x72\xb6\x98\x75\xad\xd9\xd1\x31\x49\xed\xa7\x7b\x8e\xaa\x95\x1e\xbe\x9d\x19\xb2\x8d\x7c\xd8\x8e\x57\x15\x5d\xaf\x8c\xb4\x35\x6b\x83\xa8\x5d\xa7\x83\x90\xda\x48\x93\xe0\x97\x88\xf3\xe8\xf6\x4b\x89\xc3\x56\x88\xd1\x6b\xc9\xc7\x0b\x67\xb7\xa6\xc2\xbc\xab\x14\xad\xdf\xb5\x6d\xf1\xd4\x53\x4e\xe5\x36\xeb\x84\x17\x45\x8c\x6e\x59\xc3\x8b\xc1\xab\xa0\x61\xed\x13\x88\x87\x0b\x2a\x11\x94\xda\x57\x09\x56\x9e\x8a\x3f\xde\xd3\xf1\xc0\xe1\x74\x2d\xe4\x95\x51\xa1\x98\x98\xbd\x93\x43\x96\xc6\x23\x49\x7f\xda\x2c\xd3\x88\x4a\x66\x9b\xbc\xe5\x8d\xb1\x8c\xa1\x9b\x39\x94\x18\x2c\x0a\x50\x15\x04\x41\x93\xed\x68\x3f\x4d\xd4\x79\xc8\x7d\xc8\x2e\x2e\xd5\xcb\xc6\xb9\x7b\xfc\x5a\x71\xfa\xf2\x1c\x1d\xd5\xca\x26\xba\xce\xdd\x7a\x28\x03\xd4\x73\x80\xcc\x40\xc9\x05\x1c\x25\x89\x75\x07\x6e\x84\x09\x79\x89\x4f\xd6\xd4\x10\x7d\xd2\xfd\x73\x4f\xc1\x61\x45\x54\x1e\x0c\xdb\x36\xd3\xad\x88\x9e\x83\x61\xdb\x4a\x32\xa3\x20\x6f\x3e\x50\x7d\x44\x0c\x01\xf4\xfd\x80\xec\x7f\xad\xd1\x91\xdb\x17\xcf\x0a\x59\x55\xd6\x33\x34\x9e\x85\x59\x5b\x43\xcd\xc8\x59\xc9\x0f\x56\xe2\x1d\xe7\xca\x76\x68\xd8\x6e\x14\xb2\xa1\x37\x0e\x19\xa5\x68\x01\x54\xd7\x1d\xba\x5e\x51\x79\x5c\xb3\x25\xcc\x16\x49\x09\x47\x6f\xb2\x17\x15\x2c\x12\x67\x96\x11\xb7\x2e\x27\x60\xc0\x5f\xf3\x79\x61\xee\x52\xab\xab\xce\x5d\x0c\xd6\x3b\x32\xbf\x8a\x99\x80\xd4\xea\xa7\xcd\x66\xeb\x43\xc8\xc3\xb0\x68\xb6\x1a\x0a\xa7\x08\xb9\xbd\xa0\x39\x9e\x36\x1e\xb8\x8e\x91\xab\xb8\xf6\x12\x06\xb9\x2c\x8c\x5b\x0d\x0a\xdb\xde\x03\x82\xbc\x41\x71\xa4\x7e\x69\x76\x25\x1b\x45\xcb\x2d\x85\x4b\xd5\xec\x4a\x2a\x75\x7c\x3a\x3e\xc1\x6f\xe7\x51\x51\xe0\x4b\x8e\x49\xce\x8b\x29\x8b\xf2\x2b\x65\x5e\xa1\x88\x25\xb5\x2b\x84\xab\x40\xa8\x4d\x2f\xfd\x1a\x7e\x25\xba\x4c\x37\x78\x21\x18\x40\xda\x97\x66\x5f\x5e\x46\xe4\x95\x11\x2b\x2a\x83\x1d\xab\x6f\xdb\x5a\xa0\x46\xfd\x53\x9c\xb2\x62\x99\x8e\xbc\xe7\x0a\x65\xa0\xb0\xe3\x79\x9f\xe5\xed\xb5\x9c\xc0\x80\x36\xe8\xb3\x49\x63\x35\xe7\x99\x4e\x47\xbd\xee\xd1\xcf\x88\x0a\xa9\x63\x50\xf1\x68\x3e\x1f\x96\x35\x78\x19\xee\x5e\x69\x14\x6a\x23\xab\x3c\xb0\x31\xf0\xdd\x91\xe1\x66\x6e\xf8\x56\x8a\xfa\x36\x9e\xb3\x93\x28\x17\xa2\x8b\x75\x3c\xb8\x70\x98\xa7\x5a\x5a\x97\xf6\x75\x84\xb2\x20\xb3\x25\x0b\xeb\xae\xc1\x11\x7f\xb5\x81\x89\x95\xec\x5c\x5c\xd5\xc9\xcb\xce\x5d\xfd\x48\x29\x34\x06\x51\x1b\x7f\xd7\xdd\xc8\x6f\x3b\x42\x80\x23\x09\x61\xe1\xa6\x7c\xdb\x07\xfb\x2d\xbc\x85\x27\x2c\x6a\x30\x34\xef\xe1\xd5\x95\x8d\xac\x3c\xf8\xa8\x5e\xed\xfe\x26\x1f\x6f\xcb\x62\x3d\x53\xc1\x7d\xd3\x3f\x70\x95\x51\xfb\xb7\x67\x8d\xff\x66\x9e\x35\xd6\xb8\x2b\x73\x6f\xa0\xd6\xbb\x9c\x5a\xef\x62\x09\x94\xa7\x8b\x02\x1e\x75\x47\xbf\x2f\xd5\x75\x11\x2b\xb2\x64\xa1\x6e\x84\xe6\x39\xbf\x11\xfc\xf5\x4f\x2f\xbf\x91\x46\x17\xd1\x7c\xce\x53\x50\x2f\x98\x0b\xd9\x9f\xc1\x94\xf8\x27\xbc\x1b\xdf\xa6\x39\x7b\xe3\x68\x5e\x56\x01\xb4\x21\x8f\xc8\x16\x5c\x30\x4a\xc7\x51\x3e\x66\xaf\x8f\xdf\x29\xbb\x64\x65\x6b\x50\x66\xe0\x37\x16\x0f\xcd\xd9\x02\xe3\xb9\x7c\x54\xe6\xab\x21\x98\x97\xb2\x7b\xb4\x07\x9a\x44\x23\x5e\xf1\xdb\xaa\x2a\x3a\x53\x8d\xa8\x04\xed\x10\x76\xb8\x14\x0d\xbb\x77\x5a\x91\xc0\xcd\x42\xbc\x62\x63\x40\xec\x0e\x60\x3f\xf7\x8c\x86\x58\x60\xf5\x43\xc1\x9e\xd4\xbf\x5e\x59\x39\x80\xcc\xd6\xd3\x47\xbe\xba\x77\xec\x4a\x61\xbc\xa8\xd9\x5b\xc5\x04\x5d\xfd\x73\x8c\x07\xcf\xca\xa8\xe4\xc4\x38\x5b\x7c\x86\xac\xd1\x08\x89\x15\xb7\x58\x6b\xa3\x2c\x81\xe7\xb1\x9d\x8e\x6d\xe2\x3d\xcd\x8a\xb2\xc6\xe4\xdb\xb1\xef\xb6\x76\x2b\x22\x5e\x8a\x39\x7e\x14\xe6\xa2\xc0\x3f\x1f\x6d\x10\xe0\xb4\x10\x55\x63\x18\x8f\xe4\xde\x76\xac\xa7\x68\x55\x8a\xc5\xf8\xa8\x6b\x47\x75\xd9\x82\xf1\x92\xda\x8e\x97\x4a\x6c\xf6\x55\x03\x71\xff\x59\xb9\x85\xe0\x78\xd3\x15\xcc\xc2\xc9\x77\x78\xc5\x5f\x04\x93\x9c\x76\xd0\x05\xc6\xe7\xe7\x12\x57\xf0\x54\x54\x8d\x19\x74\xc2\x6a\xd1\xcb\x25\x28\xc6\x6b\x32\x09\x5a\xa4\xc2\x23\xac\xcc\x75\x59\x84\x33\x6c\x7e\x0e\x61\xd5\xfc\x87\x19\x44\x1a\xdd\xc4\x57\xd6\x2a\xfb\x4c\x2b\x2a\x34\x73\xd7\xc3\x17\x98\xf7\x9f\x8d\x37\xfc\x63\x90\x76\x3c\x74\x7c\x12\x6b\x70\x0d\xe2\x1e\xe4\x0d\xce\xec\xae\x60\x0d\x0e\xa4\x87\x3a\xbc\x8c\xc1\x01\xb8\xf7\x99\xa7\xa0\xd1\x31\x9e\x2c\x94\x5d\xae\x0c\x64\x1d\x25\x10\xb6\x5b\x9a\xd6\xe2\xb3\x5d\x7b\xb7\x8f\xd2\xb1\x51\x42\xe3\xf5\xbe\xde\xa7\xeb\xec\x6e\xc9\x51\x55\xc8\x78\x85\x2b\xcb\x83\x58\xee\x3e\x4e\xfc\x78\x0f\x0f\x13\x43\x6a\x95\x3b\xf4\x5b\xe5\x0e\xdd\x09\x90\x77\x2a\xc8\x25\xd9\x0e\x5b\xf9\xa0\x8a\x18\x6a\xeb\x32\x15\x0b\xb3\x27\x75\xd6\x8b\x53\x7b\x8a\x6c\x71\x44\x6e\x1d\xaa\xac\x5f\x5e\x85\xea\x6b\x17\x05\xe9\xe7\x8a\x8d\xc8\xe2\x26\xf5\x15\xba\xa6\xe0\xfd\x8d\xbe\xc9\xdc\x07\x07\x17\x62\x3e\xe1\x22\x00\xac\x55\xd4\xfa\x61\x87\xf8\x48\x44\x32\xf5\xdb\x38\xe7\x63\xb6\x98\xb3\x51\x96\xe7\x7c\x54\x26\xcb\x5d\x5d\x91\x71\xaa\x61\xdb\x89\x7f\x54\x43\xa5\xed\x48\x43\x8f\x25\xa5\x7b\xed\xb3\xef\xda\x8d\x8b\x03\x85\xa5\x50\x93\xfe\x35\x58\x34\x1a\xf1\xa2\x90\x3a\x16\x7c\x2c\x35\x2a\xe3\x1b\xc4\x19\xf6\xc1\x65\x51\xf2\x59\xc8\x78\x1a\x0d\x81\xca\x95\xc3\x18\xa9\x96\x59\xe1\xca\xa8\x6a\x0c\x5f\x39\x8e\xd6\x18\x83\xc3\xe1\xe1\x14\x46\x0d\xfe\x8b\xf9\x6e\x6a\x08\x6e\xa3\xc8\x72\x1f\x44\x6d\x9a\x12\x3e\xd2\x34\xfd\x51\x26\xe8\x60\x2b\x84\x46\x40\xdc\x94\x64\x99\x2c\xaa\x42\x28\x64\x52\xbc\xc8\x0b\x30\x2d\x02\x47\x28\xe3\x4c\x57\xf1\x7d\x75\x8c\x2a\x68\xec\x7c\xfc\xa8\x1d\x55\x4a\xf6\x7b\xcf\x3a\xaf\x88\x5a\xd0\x29\xe0\x53\x3f\xd6\x58\x19\x9b\x6b\xd4\xb3\x6a\xe7\xed\x9b\x54\x4f\x2b\xe6\x1e\x75\x55\xfd\x6e\xde\x3e\x2a\xde\x77\x6a\x1a\xa6\xb7\x1d\x6e\x51\x7a\xc9\xb1\x02\x9f\xc7\x99\xfd\xaf\xa8\xc8\xe3\xdd\x0d\xb1\x27\x1a\x22\x3f\x00\xd5\x1b\x91\x0b\x16\x3c\x15\x23\x0d\xa3\x3d\x57\x5c\x52\xdb\x47\x6b\x63\x31\x7c\xc9\xa5\x7c\x9f\xd0\xe4\xb5\xcc\xae\x2e\x19\x21\x73\x51\xcd\x3e\xf0\x26\xd8\x5f\xea\xb6\xeb\x95\x26\xdf\xc6\xd4\xdb\x38\xe5\xaa\x8c\x59\x75\xb2\x24\x0d\xdc\x87\xd5\x5d\x8e\x20\xd4\x74\x2c\xbd\x35\xe3\x6e\x36\x2b\x76\x06\x38\xc8\xf8\xd2\x13\xa3\x2a\x46\xa3\xa9\xe4\xbc\x6a\xa4\x0b\xfb\x6d\x85\x18\x59\xca\x2f\xd6\x1e\xd5\x2f\xd7\x79\xff\x36\xd9\xf3\x88\xe3\x16\xe2\xa1\x7f\xf7\x23\xa6\xf6\xd6\xe0\x79\x86\xd5\x0c\x64\xca\xe3\x72\xca\x73\x39\x80\x69\x96\x5b\xce\xf9\xc0\xfa\x0c\xed\x69\x67\x51\xba\x88\x12\x96\xdd\xf0\x3c\x8f\xc7\xea\xd6\xf0\x9f\x34\x6e\x6b\x6e\x93\x95\xbe\x57\x9d\x21\x55\x39\x32\xaa\x19\xeb\x3c\x91\x0c\x50\x22\x52\x6a\x38\x1d\x5a\x50\xba\x01\x97\x44\x25\x1d\x6b\xb0\x18\xac\x25\x34\xa5\x49\x9d\x5e\x6d\x15\x9a\x1e\xe4\x33\x0a\xb4\xef\x52\x89\x1c\x02\xcf\x46\xc3\x44\x9e\x26\x74\x86\x36\xef\xa8\x66\xdd\xe6\x71\x69\x92\xad\xcb\xb9\x7b\x4b\xaf\xef\x0d\x8a\x75\x0f\x2e\x60\x9c\x80\x58\x46\x73\x6d\xf7\x03\x8f\x99\xfd\x8d\x76\xc7\x4e\x6f\xff\x5a\xf4\x37\xb6\x45\x4d\x7a\x10\xb3\xdb\xf4\x6f\xd2\x17\x09\x1f\xc9\xf8\x1e\xd8\xb3\xe3\x34\x51\x0b\x53\x39\x30\xa9\xfa\x2f\xe1\x23\x78\x39\xa8\x06\x5a\xe6\x5e\xf1\x92\xe8\x47\xcf\x96\xb3\x61\x96\xd8\x1e\x46\x0b\x4c\x33\x15\x7a\x8b\x90\x16\xec\x51\x17\xb8\x89\x43\x6e\x60\xea\x91\xbf\xda\xe8\xb9\x9a\x6c\x39\xc5\x72\x46\xf8\x8b\x1d\x52\xd1\x6e\xf5\x35\xc7\x98\x45\x59\xae\x87\x43\x14\x6e\x9b\x76\xf5\x9d\x2a\x06\x38\x2b\x40\x2f\x24\x55\xb3\xe2\x3b\x54\x68\x34\x3d\x93\x26\x00\x90\xf0\xeb\xbd\xeb\x0c\xb0\xe1\xb3\xb9\x90\x69\xb7\x82\x32\xca\xaf\xb8\x52\x82\x5b\xee\x5a\xba\xa8\xe5\xf6\xe8\xbe\x89\xd2\x1b\x46\x1a\x7d\x81\xc9\x07\x56\x4f\x6c\xed\x37\xdb\xb5\x3f\x7b\xc6\x70\x34\x66\xff\xc1\xb6\xd8\xae\x26\x10\x19\xd5\x08\xab\x6b\x86\xec\xc9\xa6\x2f\x74\x1c\x46\xa0\x54\x83\xed\xac\x2e\xec\x8d\x5c\x60\x58\x91\x1d\xf4\xa7\xc9\x7a\x0f\xcd\x4c\xc1\x76\xbd\x6b\x37\xe6\x85\xae\xff\xa1\x2a\x54\x27\x44\x73\xfe\xee\x3d\xdc\x35\x3f\xff\xb0\x7a\xf8\x10\x8d\x61\x5b\x00\xdc\x74\x6e\xeb\x6d\xc2\xc1\x5a\xe5\x82\x37\x8a\xa2\x62\x99\x8e\x7e\xe4\x29\x87\x38\x52\x67\x25\x9f\x07\x57\x42\x84\xcf\x79\x91\x25\x37\x20\xa3\x23\x0d\x0f\x52\xfe\x41\xfc\x81\xd3\x94\xc4\x2d\xca\xd5\xf3\xa2\x32\x5f\x52\x72\x89\xd3\x49\x06\x37\xb9\x29\x4c\x4d\x20\x00\x89\x48\xa9\x02\xf9\x09\xb0\x36\xe1\x4e\x6c\x14\xc1\x73\x77\x2e\xce\x69\x7a\x98\x10\x03\x99\x68\x9d\xff\x69\x2f\xc1\x57\x8c\xa8\x6f\x9c\xa5\x9c\x94\x85\x6e\x60\x04\x06\x1f\x9b\x3c\xc9\xb3\x59\x5c\xf0\xb6\x0d\xd8\x2e\xa7\x3c\x0d\xac\x2e\xeb\x21\x5d\xbd\xf2\x60\x3c\xcf\x33\x3d\xa2\xc1\x44\x1d\x46\x2b\xef\xbb\xec\x05\xc6\x13\x21\xf5\xc3\xcd\x8c\xd9\xec\xa3\xfc\xca\xba\x6a\xb2\xb5\x1f\xe2\x48\x2b\xf1\x27\x14\xe6\xcc\x5c\x93\x6e\x42\xb9\x98\x12\xb6\xc3\x26\xea\x26\x48\x34\x0b\xf3\x58\x28\x06\x2c\xfe\x99\xee\x88\x11\x08\xe8\x46\x28\xf1\xfa\x44\xaa\xe9\x6f\x88\xef\xfe\x86\xda\x5c\xb5\x50\x78\xef\x6b\x1c\x0a\x89\x79\xff\x4c\x6d\xc3\x0f\xd1\xb8\xa8\xd2\xd7\x34\x76\x97\x58\xbd\xd9\xcb\xc9\xde\x2c\xe1\x91\xd6\x19\xaa\xef\xf5\x21\x45\x5f\x84\xe9\x3b\x33\x4d\x2b\xe0\x8a\x77\xef\xe4\xf0\x94\x17\xf3\x2c\x2d\xf8\xf7\xe7\xaf\xd8\x0e\xb8\xb1\x8f\xca\x85\x16\x97\xb6\x21\x4c\x50\x8f\x9d\x43\x73\xba\xb0\xd6\x10\xb3\x37\xbc\x1c\xe1\x25\x82\xa8\x40\x52\x16\xd6\xd8\x73\xaa\x07\xac\x61\xd9\xec\xf6\x50\xf7\x01\x29\x71\xf1\x36\x83\x87\xcb\x3d\x15\xff\xc3\xd9\x4f\xe0\xc1\xae\xe8\x13\xb4\xc5\x76\xd8\xf7\xe7\xaf\x82\x45\x9e\x28\x1c\x43\x75\x4c\xde\xed\xb1\x53\xfe\xdb\x82\x17\xe5\x61\x1a\x97\xcd\x9e\x83\xdc\x8e\xc4\x0f\xeb\xbb\x50\x68\xc2\x75\xb1\x42\xf3\x12\xef\xa6\xb1\x8c\x8d\xfe\xab\xc0\x0c\x4e\xa3\x28\xa3\xbc\x64\x13\x51\x7f\x9c\x5e\x35\xd8\x3d\x98\x99\xa4\x52\xbd\x24\x5b\x80\xbe\x42\xf5\xd0\x5b\xab\x6e\x48\x79\x15\x58\xf0\x7a\x24\xa0\xcc\xa1\xfa\xb2\xca\xc9\x21\x7a\x15\xa8\x18\xae\xa2\xbc\x39\x94\x4a\x53\x42\xa9\xcb\x84\x6a\x01\xc9\xd7\x51\x19\x89\x95\x2b\x88\x95\x59\x40\xcc\x6a\x2b\xa0\xa1\x61\x2d\x3e\x6a\x2a\xcc\xc1\xc2\x22\xba\x8d\x62\x59\xb9\x98\x8c\x90\x7d\x44\x0d\x46\x8f\x35\xd2\xac\x25\x84\x66\xde\x00\x57\x17\x63\xb4\xd4\x86\x51\x8b\x66\xbc\x95\xe5\xf1\x55\x9c\x36\x42\xd6\x6e\xb7\x95\x7e\xe3\xde\x7d\xa7\xfc\x24\xe7\x45\x3b\xbb\x76\x0e\x91\xae\xea\x4c\x00\xe1\x94\x9c\x13\x6f\x0f\xcc\x56\xed\x21\xd2\xbf\x16\xa0\xa1\x09\x10\x6d\x51\x50\xa4\x04\xcd\xa6\x98\x38\x0f\x9d\xea\xa1\x51\x19\x81\x80\x6f\xda\x79\x66\xd8\x40\x93\x42\x16\xb1\x7f\xeb\x90\xc5\x10\x79\xc8\x02\xcf\xd7\x74\x27\x79\xb0\x66\x5b\xa3\xad\x27\x57\x52\xd2\x7d\xc8\x2e\x60\x36\x32\xeb\xc1\xb5\x56\xff\x19\xa2\x97\xc4\xa9\x69\x4e\x3f\x74\x35\x2c\x05\xc5\xb6\x9f\xe3\x72\x9a\x2d\x4a\x23\x92\xbc\xcd\xb2\x82\x1b\x69\x7c\x15\x94\x92\xcd\x1f\x90\x0c\x2b\x85\xb5\x18\xc1\x3f\xa0\x6b\x5e\x72\xee\x51\xb2\x9f\xba\xf0\xb1\x63\x0e\x8b\x4d\x05\x45\x0b\xb6\xb3\xb2\x03\xd5\x26\xb6\xc9\xa9\x20\x64\xf1\x27\x9d\x00\xa0\x4e\xcc\xf9\x9b\x75\xb6\xf0\x1f\x05\xa4\x64\xa6\xf7\x3a\x90\x86\x89\xe3\x42\xb7\xbe\x1a\x1f\x86\x18\xa8\xd2\x05\xa6\x86\x20\x10\x10\x54\x76\xb4\x1d\xa7\x63\xfe\xe1\x78\x82\xc2\xdf\xab\x1d\xb6\xd9\x04\x4d\x51\x9c\x92\x27\x1a\x34\xce\xbb\xb1\x11\x99\x4b\xfc\x0f\x8b\x03\x7d\x7c\x90\x96\x22\x54\xee\xab\x56\x87\x53\xa2\x4e\x80\x44\x4c\xa6\x0a\x83\x15\x02\xe2\x0a\x01\xa7\xe0\x79\x79\x3e\x8d\x8b\x43\x34\x00\x8f\x7f\xe7\x63\x90\x23\x28\xc9\x80\x34\x43\x1d\x1d\x61\xab\x86\x9f\x68\x2f\xb8\x4a\x27\x0f\x66\x3f\xd3\xa8\x48\x1b\x25\x1b\x72\x9e\x2a\xfb\xf2\xb8\xe0\x63\xd6\x62\xc5\x62\xce\xf3\xa0\x69\x41\x88\x71\xe0\x63\xa5\x7a\xb7\x3b\x23\x30\x78\xa8\x2b\x05\x17\x34\x8a\x23\x7d\x3c\x09\xb2\x90\xa9\x17\x09\x4e\x96\xa1\x2a\x27\x9d\x1a\x25\xad\xa8\x8e\xb1\xac\x3d\x18\xc0\xac\x0e\x06\x6c\x87\xcd\x6d\x39\x2e\xd3\xe2\x05\xe9\x80\xb7\x3a\x5b\x02\x71\x90\xd1\x0c\xc2\x4e\x7f\x90\x25\xc4\xe9\x94\xe7\x71\xa9\x56\xe9\x62\xb8\x9f\x44\x85\x38\x84\x8a\x21\x87\xdf\xb2\x1b\x2a\xcb\xd0\xa7\x19\x18\xd4\x14\x05\xa6\x8c\x01\xc2\xe9\xa9\x16\x6e\xc3\x46\x91\x2f\x46\x18\x10\x57\x01\x20\xb4\xdd\x79\x2f\x52\xf6\x60\x0c\x30\x28\x5d\xa1\x86\xe1\x2f\xc3\x68\xc8\x93\x4e\xbe\x48\xcb\x78\xc6\xd5\x23\xfb\x0e\x2f\x66\x1d\x09\x09\xa3\xa2\x4a\xaf\xc3\x7a\x57\x54\xb9\xaa\xb8\xd5\x8e\x5f\xc5\xb2\xa2\x66\xbb\xc0\xa3\x15\x2f\x0f\x69\x5d\xd6\x61\xb7\x9f\xa2\x6b\x91\x11\x91\x5d\x6c\xd6\xd6\xb4\xfc\x51\x15\x0b\x03\x07\x5b\x0f\xa9\x57\xd8\xbd\xa5\x56\x41\x1e\xe2\x57\xa3\x18\x2d\xca\xa3\x54\x28\xb6\xf6\xc4\x52\x93\x3c\xd1\xae\xe9\xab\xda\x13\x3c\xce\xb2\xff\x60\x5b\xa2\x8e\x3a\xed\x09\xc8\x8e\xb5\x4a\x86\x8a\x6a\xb3\x5e\x73\x22\x47\x0b\x0e\xc6\xb5\x04\x41\x74\x1f\xa2\xf6\xcf\xa6\x3f\xd1\x2d\xd7\x75\x74\x45\x17\x3f\xbb\x02\x45\x8e\xc4\xbd\xb3\x29\x22\x65\xc8\x45\xbc\xca\x36\x52\x34\x70\xbe\x9c\x73\x65\xf7\x2b\x36\xf0\x96\xe0\x62\xd4\xbf\xc7\x48\xf0\x2f\x7c\x9a\x8d\x50\x90\x90\x8a\x04\xcb\xcc\xf2\x3c\x8f\xd2\x22\x46\xd5\x37\x6d\xaf\x55\xea\x8c\xd6\x55\x9e\x2d\xe6\x56\xa9\x59\x34\x3f\xcf\xf6\x8b\xe2\x5d\x36\x5e\x24\xbc\x08\x59\x36\x8b\xcb\x90\xcd\xe3\xd1\x75\x48\xaa\x54\x98\xfe\x0d\x96\x84\x49\x3f\x8f\x67\x3c\x5b\x94\x45\xc8\xca\xe8\x4a\x01\x51\x47\x79\x65\x9c\x14\x78\xb2\x95\x1e\xf2\x64\x87\x77\x9c\x05\x63\x7f\x7d\xbc\xa7\x8d\xb4\x75\xb1\x66\xc8\x44\x16\x1e\x14\xa5\x6a\xbf\x67\x86\xb1\x9d\xa5\xfc\x78\x22\x7e\x06\x17\x26\x11\xa2\x0f\x1e\x4f\x02\x93\x92\x66\x63\xb1\x22\xec\x84\x4b\xbc\x59\x29\xa3\xab\x1e\xed\x0c\x24\x0e\xa3\x82\xc3\x3e\x42\x1b\x2b\x4c\x88\x6b\x9d\xbf\x07\x17\xea\x35\x50\x7a\x26\xeb\xf2\xd5\x34\x58\x5d\x32\xc1\x25\xe3\x34\xe5\xf9\x29\x9f\x3c\xd8\x63\xc5\xe7\x2a\xad\x90\x14\xb1\x3a\x2e\x9b\x10\x4c\x5b\xcd\x8e\xdc\xed\xe1\x96\xe5\x71\x13\x44\x4b\xd2\x39\x82\xc1\x6c\x8c\xe3\x9b\x86\x3b\x8c\x8d\x49\x34\xe6\x0d\xff\xe0\x35\x8a\x69\x76\x8b\x79\x25\xd2\x57\xcf\x43\x72\xed\x37\xd1\x18\x67\x27\x9a\xcf\x79\x94\x93\xbb\x0f\x9e\x96\xdc\xfa\xfe\x10\x97\xe4\x33\x4e\xd5\x85\x88\xec\xbc\xe6\x14\xa2\xca\x60\x4e\x2e\x48\xc5\xb0\x9c\x47\xe0\x15\x40\xa4\xb6\xcb\xe8\x4a\x6b\xdc\x34\xde\x3a\x57\xa7\x54\x61\xb0\x6f\x55\x48\x4c\x37\x97\x39\x8a\x44\x34\xa4\x4e\x31\x30\x8a\x4c\x0c\x8c\x4a\x31\x30\xc6\xd8\x42\x82\x28\x7b\x0b\x7d\x84\x90\xc4\xa4\x21\x54\x82\x86\x80\x67\x92\x0e\x31\xd4\x9c\xd6\xa0\x86\x90\x5d\xf4\x37\xca\xe8\xaa\xbf\x11\xb2\xfe\x86\xee\xa1\xf3\x89\x1d\xc6\x44\xdd\x37\xf9\xa9\xba\x21\x3f\x25\xca\xf8\xa5\xd0\xeb\x6f\x5c\xaa\x13\x19\x9c\x26\x2d\x16\x05\x53\x11\x8f\xae\x03\x83\x7b\x1d\x17\x33\x07\x4a\x68\x47\x95\x16\xec\x6f\xed\xd2\x92\xed\x77\x9e\xfd\x69\x30\x38\x79\x7f\x7a\x30\x18\x3c\xeb\xf8\xee\x42\x4d\x1d\xa1\x8b\x30\xbd\x9e\x47\x65\x89\x75\x64\x8d\x0d\xe1\x60\x2e\xbe\xb9\x02\x02\x37\x86\x59\xd0\x0b\x31\x96\xc0\x58\x1d\x96\x1e\x98\x0d\xc4\xfc\x0c\x0d\x65\x86\xa6\x91\xa7\x4f\x5d\x82\x6d\x86\x86\xdc\x9c\x27\xf2\x0f\xf7\x3a\xba\x0a\xb5\xa4\x6d\x6e\xbb\x09\x17\x94\x38\xf7\x95\x7d\x85\x99\x89\x90\x5e\x9f\x4d\x7a\x9a\x5a\x95\x8e\x95\xdc\xec\xe2\x79\xa8\xa9\xd4\x92\x62\x09\xb7\xe9\x3e\xa3\x7f\x6f\xcb\x4c\x87\xcd\xd1\xcf\xea\xc9\x47\x94\xd8\xfe\xf7\xc1\xe1\xdf\x07\x87\x7f\x1f\x1c\xfe\x7d\x70\xf8\x9f\x79\x70\xa8\x1c\x01\x1e\x10\xe5\x65\x41\xc1\x19\x75\xa6\xf8\x20\x6e\xb0\x35\xf3\xad\x95\xd4\x85\xc4\xbd\x9e\x50\x9c\x64\x72\x47\x7a\x08\x68\x2f\x8f\xa3\xb7\x82\xc3\x7d\xa2\x78\x3d\xca\x92\x2c\xaf\x29\x2b\xa4\x55\x9a\x35\xcc\xb2\x04\x65\xc9\xe2\x78\x6e\xf7\x4c\x67\x95\xd9\xd5\x95\xdd\x98\x20\xac\xfa\x43\x86\x91\x0c\x2c\x24\xa6\xd1\x9c\x07\xf6\xae\xd6\xfc\x82\xc7\x81\x6d\xef\x59\xe0\x23\x19\xa0\x46\xb1\x00\x43\xe2\x86\x35\x00\x5a\xba\x76\x64\x7e\x77\x6a\x1a\xfb\x22\xa1\x41\x46\xd5\x94\x24\x03\xf0\xd0\xe1\xa3\xb2\x93\xd3\x63\x07\x63\x8b\x74\x96\x2d\xd2\xf2\x38\x3d\xd0\xa2\x3f\x8a\x09\xd8\x43\xc2\x7e\xf7\x12\x9e\x97\x15\x99\x7f\x2d\x39\xdc\xa2\x4c\x02\x48\x93\x6d\x68\x3d\x0e\x36\xb4\x4e\x7e\x94\x8c\x5f\x77\x2e\x81\x69\x32\xe5\xc4\x97\x91\xfa\x61\xb6\x8c\xcc\x0f\x9f\x3a\x17\x29\xd6\x54\x0a\x9f\x8f\x38\x53\x98\x09\x34\x75\x18\xd1\x57\xdf\xd9\x47\x63\xd3\xc6\x44\x1d\xe2\xd6\x3b\x93\x44\x65\x99\xc7\xc3\x45\xc9\x1f\x73\x26\x71\x8f\x19\xd6\x04\x91\x34\x3d\x0d\xde\xe3\x88\x3e\xd9\xc0\x88\xca\x43\x09\x8c\x9f\xcc\x87\xd1\xf2\x1d\x5d\xcc\x18\xe0\xb7\xe8\xf3\xca\x43\xcd\x63\x65\xf9\x46\x24\x88\xb8\x21\x6a\x84\x5f\x2d\x78\xfe\x83\x33\xaf\x56\x04\xc2\xb4\xc6\x71\x31\x8b\x8b\x22\x1e\x26\xbc\xd1\x93\x13\x8e\x2b\xa3\x22\xe9\x23\x26\x6a\xac\x1e\x42\xa7\x31\xc2\x75\xed\x2c\x0b\xb7\x5a\x55\x31\x60\x73\x4e\xe9\x65\xd5\x8a\x5f\x6f\xfd\x9b\x71\xb6\x99\x01\x51\x3b\x00\xed\xed\x12\x48\x73\x12\x87\xc0\x3c\x92\xd0\xb4\xda\xa1\x0a\x2f\xb3\x58\x8f\x6d\xea\x83\xc7\x63\xce\x82\xa0\xb5\x20\xc7\xa2\xfb\x90\x10\x75\xe8\x8e\x8b\xee\x03\x70\xd5\x73\xbd\xca\xab\x87\x28\x99\x11\xa7\x3d\x66\xad\xea\x3c\x13\x7b\x90\x24\x8c\xfe\x86\x06\x53\x7b\x07\x3d\x59\x09\x22\x90\x3c\x60\xf7\xe1\x9e\xf4\x37\x86\x8b\xb2\x44\xa2\x56\x58\x2e\xe7\xd0\x98\xce\xf0\x60\x6b\x08\x4a\xe6\xf6\x37\xa2\x3c\x8e\x5a\x09\xae\xbc\x1e\xf3\xb2\xc4\x2c\xdd\x4f\xe2\xd1\xb5\x45\xb2\xe1\x3a\x38\x16\xf3\x88\x62\x28\x1b\x9b\xc6\xe3\xb1\x58\x9e\x3d\x58\x9e\x0b\xde\xdf\x90\x35\xf6\x37\xfa\xfd\x0f\xaf\xff\xdc\xdf\x00\x53\x3d\x34\xa0\xa7\x47\x4d\x90\xd0\x60\xcf\xa8\x3d\x64\x62\xee\xa3\x4e\x99\x50\xe4\xf3\x1d\x33\xbd\xd7\xae\x6b\xd4\xe5\x2d\x67\xd5\x6c\x5d\xff\xad\x51\xa3\x05\x4f\x6b\x82\xc9\x0a\xd9\x47\xb6\x9f\xcd\xe6\x59\xca\x53\x8f\x35\x94\x04\x85\xc1\xd1\x92\x26\x7c\x19\x8d\xf2\xfb\x74\x94\xa5\x65\x9e\x25\x09\x1f\x23\xe0\x8e\x4d\x15\xc4\x3d\x86\x6e\x4a\x5d\xdc\xda\x97\x99\x95\xaa\x42\x46\x8a\xc8\x65\xae\xab\xab\x40\x5b\x32\x84\x7c\xb5\x57\x4e\x21\x16\x20\xa6\xc0\x97\x60\x74\xba\x52\xbc\x9c\x47\x07\x0b\xb2\xf4\xdd\x1d\x93\x85\x74\x11\x7c\xf6\x4d\x5f\xba\x52\x99\xcb\xb6\x38\xc1\x02\x7a\x1f\xa7\x9f\xed\x61\x9c\x8e\x83\x9a\x2b\x79\x00\x6c\x3a\x1a\x9e\x81\xc6\xe4\xde\x30\x6e\xbc\x99\x66\x3b\xd5\x01\x30\x97\xb5\xb2\xcb\x08\x6a\xb0\x21\x6e\xba\x45\x4a\x40\x6e\xfa\x63\xf0\xd7\x82\xcf\xdd\x2b\xdd\x7c\x62\x46\x41\x4a\x2c\x7d\xd7\xd4\x8e\x34\x97\x73\x08\x39\x4c\x9a\xc3\x94\x80\xd8\x79\xae\xc7\xaa\x15\x11\x54\x54\x58\x7a\xfc\x5d\xbc\x1c\x49\x4a\x42\x18\x96\x05\x2c\x06\xd2\x70\xba\x9b\xbe\xcb\xfc\xca\xc0\x0a\xb6\x13\x38\x94\xe8\x30\x90\x6a\x19\x88\xe9\xfc\x04\x5e\xf9\xbd\xc9\xd2\x92\xed\xdd\xf2\x22\x9b\x71\xf6\x26\xe7\x9c\x7d\xdd\xee\x7e\xdd\x7e\xc9\x86\x4b\xf6\x97\x49\x96\x96\x91\xcc\x6b\xe9\x38\xc5\x24\xb5\x3d\xca\x66\x50\xcd\x5b\x19\xbc\xb9\x16\xaa\x23\xc3\x3b\x77\x26\xa2\x8d\xe0\x70\x04\x2f\x3b\xf6\xf7\xd9\x0f\xbf\xb0\x97\xed\xcd\x10\x10\x29\x7a\xec\xec\xf0\x2d\x3b\x7e\xf3\x96\x75\xdb\xdd\x90\xed\xc3\x5b\xb7\x77\x87\xe7\xaa\xfe\x8a\x63\xf6\x01\xbe\x4d\x0d\xcc\x5b\x0a\xe2\x8a\x0a\x35\x42\xa0\x15\xed\x6b\x43\xe5\xfe\x06\xf8\x84\xa1\x10\x6d\x8c\xcb\x2b\x04\x63\x00\x45\xe5\x4c\x7f\xc3\x38\x87\x91\xe0\xd4\xa1\x0e\x7d\xbd\x61\x2c\x5f\x74\x5c\x57\xcb\x7d\x8a\x6d\x29\xbc\x76\x6d\xd9\xf0\xd7\x0a\xae\xde\xde\x64\xc3\x5f\x6d\x1b\x88\x9d\x1d\x05\x8e\xb9\xf0\x68\x57\x76\xd6\xd8\x5c\xec\x92\xbe\xb2\x5e\x2d\xf2\xb6\x35\x09\x19\x70\xb5\xe5\x99\xd9\x80\xcd\x7c\x3f\x4a\x92\xfd\x29\x1f\x5d\x07\x31\xc4\x6b\x19\x71\x31\x93\x1a\x3b\x32\x4f\x4f\x34\x04\x53\x3f\xb2\x89\x05\xeb\x31\xf8\x11\x5b\xa9\xb2\xf5\xd9\x8f\x52\x08\x4a\x1f\x25\x09\x8b\x50\x94\x90\x5e\xc3\xf4\xf8\xd8\xe6\xd6\x35\xaf\x75\xa8\xd6\x88\xb2\x6a\x5f\x48\x5a\x3c\x7d\xd4\xbd\x6f\x18\x6b\xb5\x8e\x3a\xa8\x18\x63\x2e\x93\x47\xf4\x84\xb0\xff\xfb\xd2\xef\xee\xac\x30\xad\x04\x88\xbe\xea\x61\x3b\x34\x42\xb1\x18\xd4\xfe\x06\x3e\x1a\xdc\x60\x71\x4a\x4a\x35\x69\x0d\xea\xf1\x8f\x5d\x7a\xb5\x2a\x8b\x14\x07\xad\x16\xa9\xba\x66\x88\x65\x20\x31\x31\x2b\x01\x99\x54\x18\xe2\x32\x93\xba\x7c\xc1\x22\xe3\x11\x7d\x78\x28\x63\x7e\x49\x88\xa6\x67\xaa\x48\x65\x86\x9c\x69\xb5\x88\x11\x18\x90\xd1\xea\x57\xd6\x64\xa3\x42\xef\x70\x08\x50\x95\xe4\xff\x7f\xff\xea\x6b\x1d\x85\x75\x65\x2d\x3d\xfe\xbd\xd0\xda\x8a\x6b\x53\x56\xea\x72\x9d\x7b\x07\xd7\x72\x93\x6c\x18\xab\xee\x15\xea\x1d\x1a\x9a\x66\xe4\x2f\xb1\x40\x47\x51\xb9\xf2\x52\x43\xa1\xf1\xd0\x03\xb1\xb5\x9f\x88\x29\x25\xb2\xff\x89\x98\xf3\x56\x56\xce\xb1\x44\xf7\xa1\xc7\x45\xeb\x6b\xf1\xfb\xeb\xbc\x1a\xb2\x09\xa6\x10\x82\xc1\xf8\x3c\xdb\xcb\xf3\x68\x19\x44\x79\x1e\xb2\xd8\x7e\xe8\x32\x00\x23\x8d\x9f\xe3\x72\xfa\x53\x96\xf0\x42\xc0\x80\x2c\x3c\x80\x6d\x7b\x98\x70\x59\xf8\x6d\x3c\x8b\x4b\x5d\x83\x00\x48\xb3\xf4\x50\xc2\x9c\xf2\xa2\x0c\x3c\x3b\x56\x99\xed\x83\x13\x60\x01\xa3\x51\xa8\x6b\x3f\x5b\x94\xab\x51\x30\x19\xa4\x69\xb9\x18\x3c\x8d\xd7\x54\xac\x59\x06\xd4\xd9\x8e\x0b\x53\xb7\x9e\x15\x7b\x67\x0a\x59\x94\xe7\x5b\x18\x7e\x89\x69\x68\x15\xaa\x5d\xad\xb5\xdc\x5e\x65\xa2\x88\x58\x35\x62\x6d\xe5\xb8\x4b\x59\x32\xb0\xc8\xaf\xe1\xec\xbe\x19\x59\x89\xb5\xa9\xb2\x3a\x0a\xee\x18\x8a\x6f\x52\x9d\x2b\xa3\xc5\x6a\x2d\x48\xc0\xbb\x3b\x56\xb1\x76\x2e\x33\xf4\x26\x80\x87\x28\x84\x43\xc1\xe9\x42\x3a\x64\xd8\x53\x7c\xe3\x52\xc8\x79\x12\x3d\xc4\x5c\x9c\x26\xb1\xcc\x83\xb8\xda\x24\xa7\x35\xc4\x62\x7c\xd8\x0e\xbb\xb8\xd4\xba\xb2\x41\x4a\xb7\x5a\x48\x19\x0b\x01\x50\x6f\xf0\x90\x24\xf8\x9c\x7e\x34\x24\xa7\x83\x3c\xe4\xb0\x83\x67\x88\x49\x73\xc6\xe6\x32\x68\x86\x6c\x50\x6c\xb3\x27\x01\x34\x18\x0c\xe0\x4c\x19\xb7\xe1\x39\x52\xb3\x89\x4f\xda\xb6\x0d\x36\x74\x91\x0b\xfa\x80\x68\xae\x83\xa2\xad\x1f\x55\xf5\x89\x51\x79\x0c\x41\xed\x0d\x19\xc1\x88\xc6\x4d\x37\xc6\xaa\xfd\x86\xc2\xc8\xd0\x63\x5b\xd8\x80\xce\xf2\x3c\x97\x7b\xcf\x24\x4e\xc1\xc9\xbf\x12\xf7\xe8\xf3\x15\x10\x15\x07\x29\x34\x1f\x5f\xf4\x37\x70\xb6\xfa\x1b\x97\xc6\x77\x94\x9d\x1e\x68\x4e\xe4\xd6\x8b\x95\x0d\xc6\x4d\x29\x50\x0e\x78\xbd\x19\xfb\xc0\x4b\xad\x9e\x85\x2d\xed\x99\xbc\x12\xea\x61\x7a\x13\x25\xf1\x98\x45\x65\xc9\x67\x73\xf0\xf1\x50\x40\x31\x96\x66\x69\x4b\x91\x93\x16\x7f\x51\x5e\xad\x6f\x12\xd9\xd8\x23\x1b\x1c\x73\x14\x5f\x16\x39\x7f\xb0\x55\x41\x5e\x69\x96\xcd\xe9\xe9\x44\x7c\x8b\x46\xef\xb5\x66\x65\xf0\xf3\xe1\xd1\xeb\xe3\x9f\x55\x64\x17\x48\x7a\x7d\xbc\xff\xfe\xdd\xc1\xd1\xb9\x95\xf8\xee\xfd\xf9\xde\xf9\xe1\xf1\xd1\xe0\xf8\x87\xb3\x83\xd3\xff\x3c\x38\x95\x2f\x7f\x55\xfe\xc9\xc1\xe9\x9b\xe3\xd3\x77\x7b\x47\xfb\x07\x4a\x89\x31\x8b\xf2\xeb\x1e\xb4\x09\x52\xcb\x8c\x47\xc5\x22\xe7\x98\xa2\x6e\x68\x34\x79\xac\x11\xef\xdd\xe0\x8a\x10\xdb\x4e\xb9\x71\x36\x02\x4e\xe0\x29\x49\xba\xa4\xa0\xdc\xd2\xef\x16\x25\xb8\x14\x38\x1e\x16\x3c\xbf\xe1\xb9\xa7\x16\xdf\x18\xb8\xc5\xdc\x6a\xe7\x3c\x9f\x64\xf9\x0c\x8e\x46\xd5\x1a\xed\x51\x23\xb0\x62\x16\xf5\xe2\x13\x33\xa6\x27\x2c\x87\x9b\x13\x39\x16\xca\x47\x58\x96\x63\x2c\x22\x29\x1e\x0a\xa0\xaf\x16\x05\xcf\xf7\xae\xd0\xe7\x89\x48\x68\xeb\x04\x09\xe5\x02\xd0\x12\xd4\x03\x55\xa3\xc1\x7a\x0e\x80\xa6\x1f\x3d\x25\x12\x21\x49\x0e\x64\xbc\xf5\xd8\xcb\x2c\xdf\x20\x56\x47\x56\x02\xdb\xe3\x43\x87\x4b\x02\x1c\x9e\x0d\x7e\x38\x3d\xfe\xf9\x0c\xaa\x79\xf2\x44\x8e\x0a\x99\x63\x09\xf4\xfa\xf8\x1d\x00\x28\x64\x34\x88\x54\x03\x09\x96\x44\x72\xa7\x62\x5d\x9b\x13\xbb\x4e\x8f\xc6\xe3\x83\x1b\x9e\x96\x6f\xe3\xa2\xe4\x29\xcf\x1d\x59\xd2\x57\xc4\xd2\x36\x39\xf0\x06\xbf\x43\xd1\xbf\xff\xab\xc7\x57\xbf\x0f\x6a\xbc\x3b\x3b\x3c\x68\xc0\xde\xe8\xcb\x3d\xcf\xe3\x31\x4f\xcb\x4e\xc3\xd8\x77\x1e\xed\xbd\x3b\x38\x3b\xd9\xdb\x3f\x18\x1c\xbe\x3e\x38\x3a\x3f\x7c\x73\x08\x63\xd3\x18\x0c\x06\x6f\x8e\x8f\xce\x07\x7b\x3f\x1f\x9c\x1d\xbf\x3b\x18\x0c\x06\xaa\xf9\xf7\x47\x87\xe7\x67\x83\xc3\xa3\xc1\x8f\xa7\x87\xaf\x85\x48\xff\x8d\x9a\xc5\x83\x37\x7b\xef\xdf\x9e\x0f\xde\xec\xbd\x3b\x7c\xfb\xcb\xe0\xe4\xf4\xe0\xcd\xe1\x7f\x89\xba\x26\x51\xc3\x01\x39\x3d\x38\x79\xbb\xb7\x7f\x20\x7a\x3c\xd8\x7f\xbb\x77\x76\x26\xc0\x8a\x9b\xab\x56\x9c\x26\x71\xca\x5b\x2d\x52\x64\xef\x7c\x6f\xf0\x66\x6f\x70\xb8\x75\xf6\x9f\x3f\x0a\xb0\x71\x54\x46\xad\x49\xd4\x8a\xb7\x8a\x9b\x2b\x17\xea\xe4\xec\xe0\xfd\xeb\xe3\xc1\xc1\xdb\x03\x49\x4f\x1a\x7c\x5e\xf0\xc5\x38\x6b\x71\x1c\xd9\xd5\xe5\x06\x27\x07\x47\xaf\x0f\x8f\x7e\xac\x2f\xdf\x9a\xf3\x74\x2c\xc3\x87\xea\x7a\x4c\x8f\xa1\xd0\x3c\xe7\x93\xf8\x83\x05\x71\xb8\x7f\x7c\xa4\xf3\xe3\x91\x99\xd3\x9f\xce\xdf\xbd\xc5\x91\xc0\x8e\x0e\x7e\xd8\x3b\x3b\x30\x43\x43\x94\x6a\x76\xbf\xf5\x4a\xd8\x3b\x39\x39\x3d\xde\xdb\xff\x69\xb0\x77\xf6\xcb\xd1\xbe\x28\x03\x2f\x47\x15\xdc\xf9\xde\x8f\x30\xd3\x83\xf3\xe3\xc1\xd9\xdf\x0e\x4f\x06\x6f\x8e\x4f\x65\xa7\x65\x9f\x45\x3b\x17\x0d\x81\x47\x23\x64\x8d\x9f\x0e\xf6\x5e\x8b\xbf\x67\xe7\xbf\xbc\x3d\x80\x1f\xfb\xa7\x87\x27\xe7\x8d\x4b\xb5\xd2\x4e\x8f\x5f\xbf\xdf\x17\x2d\x5b\xea\xac\xea\x63\x7e\xb9\xa7\x7a\x63\x79\xef\x38\xb1\xbc\x9d\x37\xfc\xae\x6e\xd6\x08\x4d\x42\x30\x85\xbd\x1e\x51\x11\xa3\x0e\x1d\x13\xc8\xaa\xed\xa4\x31\x89\x8a\x46\x8f\x35\x8a\x2c\x89\xc7\x78\x87\xd7\x98\x44\xb9\x48\xca\xf9\xd5\x22\x89\x72\x9d\x98\x88\xc4\x24\xbe\x9a\x96\x3a\x69\x2c\x92\xc6\x8b\xac\xcc\x52\xae\x13\x87\x22\x71\x98\x47\xe9\xb8\xd0\x69\xd7\x22\xed\x3a\x36\x25\x4d\x9b\xc6\x70\x02\x10\x13\x18\x6a\x0a\x41\x14\x11\xae\x87\xb8\x62\x05\x0a\xb7\x1e\x62\x8b\x89\x88\x5b\x0f\x71\xc5\x24\x85\x1b\x5a\x4d\xcb\x44\x89\x5b\x0f\x91\xc5\x34\x81\x5b\x0f\x31\x35\x08\xbd\xdd\xfb\xe5\xe0\xf4\x6c\x70\x7e\xf0\x5f\x72\xfd\x09\xe2\xc0\xa5\xda\x4a\xa2\x25\xcf\x8b\x56\xc9\x3f\xe8\x55\x02\x9c\x40\x2d\xeb\xbd\xf3\xf3\x83\x53\x31\xed\x1d\x4b\x87\x1c\x5c\x7c\xcd\x2e\x9f\x35\x83\x33\xd1\xa7\xbb\x53\xec\xc6\xdd\x5b\x81\xf9\xdd\x6b\x44\xf6\xee\x07\xc0\xef\xee\x4d\xce\xf9\xdd\x49\x9e\xdd\xfd\x2d\x2e\x9b\xed\x67\x9d\x78\xdb\x04\xd0\xc6\x18\x6d\x29\xe7\x63\x74\x51\x97\x8e\x13\xce\x04\xf9\xb7\x6e\xb9\xa8\x0b\x84\xe1\xeb\xb8\x64\x82\x1b\xd8\x6b\xb2\xd8\x55\x4c\x0d\xf0\xfd\xf9\xe0\xf0\xc7\x9f\xce\x3d\xa3\xfe\xdd\xe6\xa6\x3d\xe6\x2f\x55\x82\x1a\xef\x54\x6c\xab\x89\x9d\xf6\x42\x01\x25\x64\x1c\xb3\x94\x9f\x67\xe7\x60\xfe\x70\xd1\x0d\xd9\x56\xc8\x5e\x84\xec\x65\xc8\xbe\x0e\xd9\x37\x21\xfb\x73\xc8\xbe\x0d\xd9\x77\x21\xeb\x6e\x5e\x5a\x05\x6e\x79\x5a\x2e\xd9\x8e\x2e\xae\x14\x07\x17\xdd\x6e\xc8\xba\x5b\x21\xeb\xbe\x08\x59\xf7\x65\xc8\xba\x5f\x87\xac\xfb\x4d\xc8\xba\x7f\x0e\x59\xf7\xdb\x90\x75\xbf\x0b\xd9\xd6\xe6\xa5\x22\xfd\xbd\xf3\xf3\xd3\xc3\x1f\xde\x9f\x1f\x9c\x0d\x7e\xde\x3b\xdf\xff\xe9\xe0\x35\xac\x6b\xc5\x14\x60\x45\x83\x72\x54\xac\x60\xca\x93\x42\xca\x82\x42\xc3\xe4\xe0\x4e\x5b\x08\x15\x34\x71\x16\x15\xd7\x7a\xe1\xbf\x7e\x7f\x7c\x7e\x7c\x24\x59\xd3\xc1\x99\x1a\xd4\x1f\x4f\x8f\xdf\x9f\xf4\x58\x03\x1f\x93\xc0\x88\x9d\xfd\xbc\x77\x32\x38\x3e\xd9\xdb\x3f\x3c\xff\x45\xac\x89\xdb\x68\xde\xca\xe6\xd1\x28\x2e\x97\x08\x70\x72\x7a\xf8\x6e\xef\x54\xe4\xcd\xf3\x78\x16\xe5\x32\xf9\xec\x60\xff\xf8\xe8\x35\x66\x14\x7c\x94\xa5\x63\x91\x65\xc6\xfc\xf4\x00\xf6\xfc\xd7\x04\x85\x8b\xc6\x07\xe8\x62\x01\x78\x27\x57\xe2\xbf\x93\x5b\xf1\xdf\x45\x02\x29\xb1\xf8\xef\x30\xcb\xc7\x3c\x17\xbf\xe6\x8b\x24\x69\x25\x7c\x52\xea\x8f\x1c\x57\x3f\x6b\x14\x73\x78\xe9\x2e\x52\xc1\x72\xa1\x91\x67\x65\x54\xf2\xd6\x77\x9b\xe4\xa3\xfb\x2d\xfd\xda\xfa\x33\x7c\x4d\x92\x78\xde\x9a\x66\x79\xfc\xbb\x60\xd6\x89\x4e\xba\xe1\x79\x19\x8f\x48\xc2\x30\x2b\xa7\xd0\x54\x19\x8d\xae\xf5\x8f\x56\xf7\x83\xf9\xbd\x05\xbf\xe3\xf4\x86\xe7\x88\x05\x2e\x4a\xf3\x0b\x97\xa7\xf9\x1c\x65\x8b\xb4\x84\xce\x39\x13\xd4\x86\x99\xa9\x26\xd3\xd9\xa9\xe6\xca\xa9\xf1\x14\x53\x93\x73\xa9\x68\x56\xd3\xf0\x2c\x9a\x13\x4d\x92\xe3\xb4\xa4\xbf\xd1\xdf\x50\x25\xd2\x90\xf5\x37\x3e\xc8\xb3\x47\xb3\x69\x57\x04\x4b\xe3\xa1\xba\x6e\x5b\xa4\x36\x59\x8d\x96\x68\x54\x58\xa9\x1d\x29\x6d\xb6\x05\x9b\x92\x5c\x4a\xc6\x73\x54\x81\x38\xed\x48\xbf\x7b\x65\x99\x23\x40\x10\x95\x65\x4e\xce\xf5\x5c\x89\x63\x46\x4e\x03\x67\x9a\x67\x3c\xe1\xa3\x32\xcb\x83\x06\xaa\xe3\x2e\x1a\xec\x39\x58\x6e\xb0\xe7\xac\x71\xd9\xa0\x2e\xa9\x64\x15\xee\x9e\x26\x93\xdb\xb2\x79\xb0\xf8\xc0\xd6\xfd\x1a\x98\x51\xc6\xf3\x11\x38\x99\x91\x35\x75\x3a\xec\x47\x5e\x82\xa7\xce\x28\x65\xe2\xe4\xb7\x94\x4e\x36\xd8\x6d\x9c\x24\x2c\x1b\x8d\x16\xb9\xc0\xa0\x9c\x72\x63\x54\xc2\xe2\x82\x15\xbc\x64\x19\x86\x2d\x13\xbb\x3e\x2b\xa3\x2b\x88\x0d\x7a\x8b\x7a\x29\x16\x19\x27\x84\x9d\x0e\xfb\x99\x37\x92\x84\x45\x45\xb1\x98\xc9\x78\xa1\x70\x73\x1d\x17\xa2\xd9\x38\x1d\xc7\xd2\xc3\x1a\x64\xc5\x25\x2b\xa6\xe0\x17\x75\xc8\xe5\xb5\x27\xb0\x73\xa5\x7b\xee\x74\xd8\x9b\x2c\x67\xfc\x43\x34\x9b\x27\x9c\x7d\x8f\xa3\x07\x8e\x4b\x5a\xe8\x73\xd8\x11\xb7\x0a\x56\xe4\xa3\x9d\xfe\x46\xbb\xdd\xee\x6f\xbc\xfa\xbe\x83\x05\x5e\xa9\xc1\xbd\x89\xf0\x7e\xac\xd1\xd0\x2a\x1d\xad\x71\xb0\xf2\x41\x84\x30\x40\x46\xa2\xb0\xa0\x44\x59\x4f\x4d\xf2\xfb\x26\x4a\xd4\xa1\x59\x94\xd2\x67\x17\x8f\x30\x6f\x11\x89\x5f\x91\x0c\x76\x4f\x65\x99\x17\x82\x8d\x5d\x28\x9e\x3b\x8b\x93\x25\xe1\xd5\x98\x70\x82\xdf\x97\x21\x93\x70\xd2\x29\x33\xc8\xa3\x9a\xcd\x93\x44\xb8\x81\x21\xf0\xd1\xa2\xcc\x54\xa1\x96\x10\x22\x43\xd6\x10\x69\xa7\xd2\x1f\xfe\xcd\x95\x0b\x1c\x8d\xc7\xad\x11\xd6\x2b\xbe\xf7\xc6\xe3\xfd\x6a\x8d\x51\xb7\xbb\xd4\x10\xe2\xb7\xc9\xf7\x4f\x26\xf0\x39\xc8\x39\x81\x8c\x03\x95\x6e\x0a\x66\x78\x3e\x6e\xcd\xe4\x79\x19\xca\xc8\xc4\x77\x3a\xcd\xc0\x03\x1c\x6f\x45\xf3\x79\x9e\x45\x23\x60\xaf\x98\xb4\xa7\x52\x0c\xec\x35\xe7\x73\xe9\xd3\x24\x4a\x5a\xa8\xc7\x16\x05\x44\xfa\xb1\x4c\x3e\xc3\x54\xd2\x00\xaa\x23\x5a\xe4\xd0\x0d\x8d\x60\xf2\x09\x49\x25\xbd\x9f\x66\xb7\x2d\xb0\xac\x4b\xaf\x60\xab\xc5\x9e\x4f\xb3\xdb\x77\x98\x08\xb7\xe1\x8d\x4b\x54\x17\x02\x15\x78\x74\xf2\xe2\x28\x6d\x5b\x90\xe4\x7c\xb2\x25\xce\xb7\xb6\x0a\x5d\x24\x87\x6c\x8b\xfa\x82\x04\x56\x84\xa7\xf5\xad\x8b\xcd\x4b\x92\x83\xfe\x27\x30\xa3\x6b\x34\xc0\xd2\xb7\x16\xdb\x51\x8c\xc6\xc3\x16\xed\x1b\x14\x01\xfd\xc4\x89\xda\xca\x54\xa2\xe3\xdf\x5d\x72\x66\x72\xbf\x64\x29\xe1\x2c\x5d\xd4\x40\x59\x31\x48\x01\x83\x2e\x81\x9e\xff\xa8\x19\xe2\x22\xb5\xc9\xbf\x57\x7f\xe6\xc4\x77\x82\x16\xfd\x93\x5b\x33\x43\xef\x6e\x62\xb7\xbb\x24\x49\x3e\x42\x96\x7e\x7a\x21\xdf\x25\x5a\x52\xd4\xa6\xd0\x9e\x3a\xb2\x41\x5e\x95\x18\x69\xc1\x0a\xd5\xd1\x16\x5d\x02\xd3\x0f\x1b\x8d\x1a\xcf\x84\x01\xaa\x18\x51\xaa\x81\x0f\xd5\x74\xe1\x7c\xa3\x2e\x16\xcb\xb5\xed\x41\x6b\xaa\xfa\xda\x6e\x5f\x89\xa6\x5b\xc6\x43\x58\xd1\xae\x8c\x28\x04\xb0\xb5\x3b\xf7\x8e\xac\x42\xd7\x78\xab\xf7\x79\xbd\xab\x03\xaa\xb7\x17\x3e\xcd\xc6\x65\x93\xd5\x64\x28\xed\xe5\xaa\xc2\xed\xa2\x5c\x26\xbc\xa8\xad\x43\xe6\xaf\x55\xd5\x34\xcb\xae\x57\xd4\x04\xd9\xeb\xe1\x34\x8d\x67\xab\x50\x12\xd9\xea\x4e\x02\x94\xbc\xd1\x8c\x17\xf3\x08\xee\x56\x6b\x0a\xe9\xc1\x55\x4c\x48\x57\x80\xc9\x89\x56\x67\x99\xa3\xbf\x4a\x53\x2a\x00\xbd\x07\xe6\x7c\x96\xdd\x70\x4b\x0d\x16\x34\x5e\x1f\xbf\x03\x17\xe5\x69\xf9\x36\x8b\xc6\x7c\xdc\x08\x75\x05\x28\xf8\x24\x90\x0c\x17\xc6\x7d\x62\x61\x57\x38\x92\xe1\x24\xad\x28\x09\xd2\x80\xbe\xfe\x33\x38\xab\x0a\x0d\x41\x8a\x61\x45\x5d\x9f\xac\x44\xc3\x04\x75\x7a\xbf\xf6\x38\x3b\x1b\xe5\x19\xdc\x40\x77\xfe\x0f\xc2\xdf\xfd\x9f\x51\x87\xf5\xc8\x67\x2c\x52\x9a\xed\x92\x17\x65\x40\x86\x21\x1a\x2f\xc1\x96\xcd\xd8\x28\x3c\xc1\x12\xcd\x7a\x85\xe1\x83\x23\x65\x4b\x87\xe3\x6c\x06\xed\x90\x81\x81\x76\x54\x2f\x89\xd3\x43\xd9\xd7\x5d\x21\x06\xca\xd7\xd3\xc1\x24\x0d\xd9\x66\x93\xf5\xc8\x70\xc3\xc5\xd0\x24\xb5\x58\x33\x51\x8e\x39\x5a\xb0\xb3\x83\xf3\xf3\xb7\x07\xaf\x41\x99\xc7\xcb\x32\xc1\xd7\xa8\x70\x22\x7f\xff\xf6\xcd\xe1\x5b\x99\x37\x59\x24\x93\x38\x21\xb9\xa7\x07\x7f\x3d\xd8\x3f\xc7\x4c\x74\xbe\x87\x79\x52\x45\x79\x7c\x7c\x42\x49\x4d\x7c\xdb\xd7\x12\x71\x71\x94\xc1\xfb\x01\x29\x80\x61\xb0\x13\x57\x81\x4e\x24\x34\x04\x68\x4b\xad\xd4\xda\x80\x6d\x3e\x8b\x6b\x94\xb2\xc0\xba\xcf\x70\x2c\x73\x83\x49\xc1\xcb\xc3\xd9\x8c\x8f\x63\xb0\xd6\x74\x9a\xa1\x83\xcf\x7a\x16\x2c\xad\xf5\x7f\x2d\x38\x38\xbb\xd4\x4b\x18\x5d\x44\x8a\x86\xec\x33\x0c\xa4\xbf\x49\xc4\x94\x99\xd3\x41\xbe\x00\xed\xdb\x2c\x86\xd8\xef\x18\x2b\xb2\xa8\xd8\x65\x48\x1b\x27\xd3\x9e\xd7\x30\xc3\x64\x5f\xc4\x97\x17\x9b\x97\x81\x9d\xd0\xbd\x54\x16\x25\x10\x16\x59\x1c\x30\xd0\x7d\x9d\x01\x13\xf8\xc2\x46\x5a\xe9\x18\x23\xdd\x22\xcb\xf4\xbe\xda\xc3\xfd\x28\x49\x02\xd5\x15\xea\x43\x94\x60\x0f\x74\x7b\x61\x01\x5d\xd2\xe3\xd8\x13\xd3\x98\xdd\x3b\x3d\x7f\xe6\xc6\xd2\x9a\xda\xc0\x0c\xb2\x58\x2c\xfe\x53\x5a\x9c\xde\x64\xd7\xfc\x14\xfd\x49\xe6\xca\xa1\x26\x1a\x40\x89\x89\x50\x96\x31\xc6\x18\x15\x00\x94\x2b\x4e\xdb\x5d\xa6\x72\x2c\x2a\xcb\x5a\x9e\x2f\xef\x1d\x03\x64\x5c\x3c\xaa\x9e\x9c\x47\x45\x96\xba\x6e\x50\x75\x3d\x32\x9b\x56\x64\x29\x6e\x6d\xec\x4f\x4c\x31\xd2\x46\xb3\x5e\x67\x4b\x31\xe1\x2b\x07\x4a\x87\x30\x2d\x16\x43\x71\xb2\x1b\x72\x7a\xf8\xce\x6e\x71\xab\x31\x99\x6d\x48\xd2\xd7\xe7\x92\xd5\xa0\x1d\x0e\xcf\xdb\x03\xb0\xbe\xd5\xd9\xca\x57\xac\xcc\x14\x92\xb9\x79\xca\x22\x5b\xb6\xaa\xbf\x90\x15\x9a\x5b\x7c\xb5\x7e\x2c\x24\xca\x29\x04\x49\x74\x2e\xf0\x4c\x8d\x7e\xb3\x21\x83\xac\x66\x89\x5a\x9e\xb6\x2e\xbf\x15\xda\xaa\xc2\xc0\x72\x78\xea\x19\xf1\xea\x04\xf3\xa6\xe7\x92\x1b\xc3\xb2\x80\x5e\xf5\x7c\x0a\x41\x3d\x2a\xa4\x65\x85\x78\xd2\x08\xef\x10\x94\xad\x46\xeb\xc9\x93\xd8\x1c\xb9\x55\x29\x96\xbf\x02\x7d\xb7\x22\x0f\xfd\xac\xee\x87\xa1\x21\x89\xa4\xc7\xb6\x42\x1a\x1d\xe2\xf4\xee\xec\x30\xd7\x55\xad\xef\xb2\xbd\xb1\xa7\x28\xa2\x30\xf3\x3d\x42\x93\x54\xa5\x34\x98\x46\x25\x2b\xa2\x19\x57\x90\xed\x86\x77\x48\x70\x96\x9f\x3e\xd5\xf4\x23\xa7\xdd\xbe\x27\xbc\xbb\xd3\xf6\xb7\x12\x3f\x00\x40\x19\xba\xd1\x24\xe8\x76\x3a\x4c\xd0\x25\x51\xbf\xe4\xbc\xcc\x63\x7e\xc3\xc7\x2c\x4b\x93\x25\x89\xa2\x2c\x7d\x65\x4c\x41\x7b\x0d\xd5\x52\x92\x76\x2c\xe4\x10\xac\x3e\xb4\xaf\xc8\x47\xa3\x1b\xb4\x55\x24\x77\x42\x46\x57\xa5\xfe\x29\x77\xa1\x30\x25\x9e\xa8\x13\x98\x61\x98\xb0\x9d\x6f\x86\x4d\xce\x57\xa5\x06\xc1\x10\x41\xc2\xb0\x08\x82\xfa\xeb\xc4\x25\xe4\x8b\x62\xeb\x27\xe8\x4a\x59\xfa\x49\x3e\xee\xad\xc8\x1a\x36\xfb\xfd\xb4\xbe\xdb\xb9\xf5\x0c\xdc\x87\x0c\xcd\x71\x95\x59\xcc\x89\x7f\xe4\x61\x28\x75\xa8\xae\x62\x33\x96\x2c\xae\x1b\xb3\xed\x6b\xfc\x5b\x7b\x0d\x1f\xb1\x4c\x83\xed\x55\x2a\x96\xc5\xba\x9c\xcc\x47\x10\x8b\xba\x5d\xa9\x06\xb8\x82\x8a\xdc\x69\x00\x23\x29\x14\xeb\x06\x5d\x10\x25\x1b\x6f\x3b\xd9\x63\x74\xf3\x6b\x6c\x6d\x19\x11\x72\xe6\x8b\x61\x12\x17\xd3\x37\x88\xcf\x0c\x22\xed\xcc\xad\x8d\xb7\x3a\x8a\x5e\x12\xf9\x92\xa8\x63\x13\x75\xb8\x9f\x02\x42\xf0\x6a\x71\x35\xe6\x12\x3e\xb0\x45\x24\xdd\x98\xe4\x53\xd6\xb7\x56\x96\xd9\x62\x44\xf5\x5c\x54\x1d\xc7\xba\x66\x54\x97\xe9\xe6\xcc\x2a\xb8\xd5\x35\xa0\x3b\xfb\x50\xf5\x6a\xf7\xab\xab\x5d\x6f\xd4\xba\x24\xd2\x39\x68\xd7\xf0\xb4\xa3\xa7\xcb\x73\x44\x09\x1a\x8b\x54\x16\xd0\x28\x35\x42\x7b\xe6\x1e\x9a\x8f\x34\x2b\xe3\xc9\x52\x17\xff\x09\xab\x73\x3a\xe6\x6d\x3b\x77\xca\x34\xac\xa6\x48\x94\xb2\xbf\x80\xd2\x5a\x3e\xed\xb1\x1a\x3f\xd1\x32\x73\xf5\x75\x8f\xca\xc1\x53\x5b\x75\x3b\xf2\xee\xd8\x52\x10\x35\x85\x1b\xec\xb9\xf9\x78\xce\x1a\x2c\x2e\x20\x88\x9b\x79\x42\xd2\x68\xba\xd1\x01\xf0\xc6\xc3\x3c\x58\x39\x81\xe5\x83\xee\x9e\x57\xb6\xfe\x26\x8a\xe5\x0d\x88\x7e\xad\xc3\xfa\x7d\x85\x54\xbf\xdf\xe8\xb1\x93\x84\x47\x05\x06\x22\x2d\xa7\x5c\xe4\xa6\xfc\xb6\xdf\x6f\xb0\x6c\x8e\x36\x9e\xf8\x46\x4c\xc5\x15\xa3\xaf\x7e\xa4\xe4\x31\xe4\xd2\x9f\xad\xfd\x12\xa6\x6d\xf7\x03\x83\x62\xcb\xd5\x24\x0f\x5e\xb5\xc7\x15\x78\x00\xa8\x88\xfd\xc4\xf2\xda\x2a\x9d\x3f\x68\x2c\x7a\xec\x04\x94\x8f\x48\xe2\x3d\xc5\x54\x30\x4d\x34\x27\x1f\xce\xc2\x37\x7a\xa8\xd7\x27\x61\x4c\x94\x04\x4b\x35\x99\x58\xce\x3c\x11\x9c\xf2\x34\xc8\x52\x8b\x1d\x66\xa9\x26\x51\xfb\xfd\x80\x16\xd4\xe9\x23\x49\x38\x03\xf4\xec\x20\x09\x12\x39\x7e\x8b\x63\x43\xfa\x14\x1c\x1d\x1f\x9f\x18\x7d\xba\x56\x5b\xf4\x98\x8d\x84\xbd\x31\x62\xbe\xc6\xaa\xaf\x9f\x54\x99\x5d\x35\x20\xf9\x62\x17\xb3\xaa\x6b\x82\x71\x19\xce\x93\x1c\x13\x4b\x1e\x25\xe9\x55\x11\x49\x91\x29\xe5\xef\x5a\xbb\x52\xe5\x1d\x36\xcb\xf6\x2f\x79\x43\x06\xae\xd4\x60\x3a\xe4\x36\x69\xd4\x3d\xf2\xed\xaa\x0f\x1f\x5b\x6c\x8d\x12\x54\x5d\x29\x81\x23\xc4\xd7\x5d\x5a\xbe\x06\x34\x15\xbc\xc1\xd9\x66\xfd\x21\x99\x77\x73\x54\xb2\xe5\xbc\x4e\xc7\x00\xd9\xa3\x0a\x7b\x0a\x68\x0e\x3c\xb5\x38\xb2\x4d\xf5\x20\xa8\x82\x97\x82\x1c\x45\xa8\x76\x00\x09\x81\x8f\x50\xf5\x61\x21\x2e\x30\x60\x08\xbe\x2d\xa7\xa0\x9a\x39\x6f\xe3\x1a\x14\x63\x42\x2d\xae\xd4\x41\x84\xaa\xfb\x6c\x43\x7c\x0d\xb1\x9a\x47\xfd\x92\x2d\xd8\x6c\x51\x94\x6c\x0e\x8f\xe9\xc0\x66\x3f\x82\x00\xc4\x2a\xc2\x89\x18\xee\xa6\xc3\x4e\x68\x20\x91\x35\x42\x88\xc8\xb3\xd8\x22\x29\x0b\xc3\x7e\x54\xf2\x2c\x8a\xd3\x38\xbd\x02\x6d\x94\x76\xaf\xee\x88\x87\x79\x00\xc6\x8c\x96\x34\x2a\xcb\x3d\x7f\xbe\x6d\xd2\x9c\x48\x29\xd5\x00\x24\x12\x8b\x0b\xa8\x8e\xbe\x76\x32\x20\x30\x96\xac\xd5\xd2\x2d\x38\xe2\xba\x92\x58\x65\x55\xde\x60\x06\xf7\x2e\xf9\xb8\xef\x37\xe4\xec\xe8\x27\x86\x30\x55\x35\x4e\xe3\x8d\x1a\x42\x01\xd2\xd7\x1b\xb6\x94\x6c\x54\x98\x6a\xd7\x7f\xe8\x08\x47\xe1\x02\x33\xdc\x4d\x3d\x89\x24\x56\x82\x7b\x72\xd2\xa3\x79\x69\x90\x5b\xc9\x30\x9e\xf8\x06\xb5\x66\x40\xc9\xed\xa0\x5c\x04\x39\x5e\x5f\xfc\x53\x56\x81\x68\xfb\x8f\x2e\x83\x7f\x2d\x22\x58\x93\x00\xe8\xe9\xcd\xb7\x5b\xb8\x73\x88\x25\xac\x69\x74\xcf\x59\x5a\x3b\xb2\x42\xfb\x21\xef\x9b\x17\xbc\xf2\x12\xfa\xc4\xe5\xb3\x75\x0f\x1a\x6b\xa6\x6d\x65\x0c\x28\xbb\x2b\x20\x93\xed\xd4\x9d\xfd\x1f\x49\x1d\xf2\x0c\x67\xa9\x67\xed\xcb\xac\x79\x3c\xba\xc6\xdd\x1f\x67\xf7\x84\x1c\x8d\x89\xda\x68\x57\x67\xf4\xd8\x89\xf1\xe8\xcb\x76\x6c\x1b\x6e\x79\xab\x30\xe3\x91\x58\x8f\x09\x2f\x8a\x73\x65\x06\xa8\x64\xa7\x22\xfe\x9d\xf7\x58\xf7\x1b\xd8\xe0\x3e\xf4\xd8\x26\xfc\x58\xaa\x1f\x68\x08\xa7\xbe\x26\x49\x3c\xff\x2f\x2a\xc6\x89\x84\x5f\x64\x42\xc5\xd7\x56\x5c\x9c\x72\xb8\x35\x1e\x07\x69\x34\xe3\xf6\x90\xfd\x5f\xd7\xd8\x4f\xdb\xb2\x03\x2c\x8a\xa6\x44\x9b\x5c\xf0\xbc\xdc\x2f\x8a\x60\x54\x58\xac\x60\x54\x14\xa0\x2c\xb0\x6e\xfb\x7c\x31\xc0\x30\x5c\xed\x12\x1e\x48\xfb\x4d\xf2\x83\x06\xe4\xcb\xe5\x0f\xbf\xdb\x05\x35\xde\x6a\x88\x39\x69\x84\xac\x51\xf2\x0f\x65\x67\x54\x14\x16\x28\x78\xd6\x01\x73\xab\x1d\x36\x92\xa1\x0a\x20\x06\x2f\x8f\xc6\xfb\xc6\x97\x96\xf5\xb2\x00\x7d\x6a\x09\xb9\xcd\xc0\x0f\xf9\x24\xcb\x39\x94\x30\x2f\x6b\xfa\xee\xad\x0e\xad\x55\x3d\xde\x6a\xe1\x1b\xdc\x57\xac\x25\xfe\xb6\x5a\xd6\xde\x3c\x92\x15\xd2\x82\xe6\x1d\x3b\x46\x6a\xb9\x92\x9e\xcd\x02\x00\x6e\xab\x84\xbb\x3b\xd6\x68\x34\xdb\x65\xf6\x7e\x3e\xe7\xf9\x7e\x54\xf0\xc0\xb6\x14\xb9\x30\xc6\xe4\x6f\x0f\x8f\xfe\xd6\xb8\xd4\x73\x29\xab\x68\x02\x52\x84\x1d\xd9\x9d\x84\xe6\x3c\x0a\x6d\x7b\xac\x90\x06\x7e\x80\x92\x01\x8c\x79\x48\xeb\xb1\xde\x77\xe3\x04\xdc\xcb\x3b\xc4\xf1\x49\x96\x09\xd9\xaa\xb1\xd9\xdd\x7a\xf1\xf2\xeb\x6f\xfe\xfc\xed\x77\xd1\x70\x34\xe6\x93\xab\x69\xfc\xeb\x75\x32\x4b\xb3\xf9\x6f\x79\x51\x2e\x6e\x6e\x3f\x2c\x7f\xdf\xfb\x61\xff\xf5\xc1\x9b\x1f\x7f\x3a\xfc\xeb\xdf\xde\xbe\x3b\x3a\x3e\xf9\x5f\xa7\x67\xe7\xef\xff\xf3\xe7\xff\xfa\xe5\x7f\x37\xb6\xe9\x21\x9a\x7f\x28\xdf\xa7\xf1\x6f\x0b\x7e\xa8\xdf\x8b\x01\x8d\xc5\xbf\x8b\x21\xec\x6e\xe9\x09\x8d\x45\x17\x1b\x0d\x39\x62\xb7\xd3\x38\xe1\x2c\x10\x60\xad\x16\x7b\x45\x02\xa0\xc4\x63\xf6\x7c\x47\x22\x7b\xf1\x2e\x2a\xa7\xed\x3c\x4a\xc7\xd9\x2c\x68\xb2\x67\xec\x9b\x2d\x76\xc7\x36\x2f\x3d\x2c\x2e\x1e\x3b\x6b\xa5\x94\x56\x43\xe6\x59\x3a\xdc\x2c\xc2\x6e\xa7\x2f\xfb\x1d\x72\x12\xc0\x62\x9e\x2f\x2e\x9b\x8a\x9a\x5e\xbd\x7a\x05\x77\x87\xad\xd6\xb6\xb9\x47\x13\x95\xa0\x28\x90\x0d\x7f\x55\xe4\x63\xe3\x03\x30\x0e\x4a\xa0\x0d\x40\xac\x52\x73\x48\x11\xa4\x23\x3e\xd1\xd9\xde\xdb\xb8\xa8\xd8\x50\xaa\xae\x38\x50\x9e\xc7\xed\x2a\x36\x2d\x40\x5a\x26\x97\xd2\x4c\xba\xa9\xc8\xb8\x98\x27\x71\x19\x34\x58\xc3\xf3\x50\x3b\xae\x7a\xec\x88\x2b\x2f\xa0\xef\x6d\xdb\xd2\xc3\x51\x96\x0a\x1a\x0f\xa8\x1d\x53\xc8\x46\x09\x75\x30\x38\x8f\x72\x90\x8b\x47\x49\xa1\x10\x68\x35\x9a\xe4\x16\x4a\x14\x12\x1b\xbf\x80\xbb\xd8\x34\xf7\x53\xb1\xac\x5d\xe5\xb5\xc1\x32\x2c\xe8\x36\xdb\xbf\x66\x71\xaa\x6a\xe9\x6b\x15\x20\xd6\x03\xba\x0b\x83\x0d\x1c\x0f\x55\x45\xa0\x5b\x81\xbd\xf5\x09\x61\xd0\x2a\xbb\xe9\x4e\x81\xca\xa8\x1f\x73\xc9\xa2\x2a\x63\x33\x2d\x67\xc9\x41\x31\x8a\xe6\x62\xb5\xe6\xf5\x46\xc3\x22\xb3\x2d\x8d\xbb\x82\xce\xd3\xce\x55\xc8\x1a\x4f\xa3\xd9\x7c\xbb\x41\x92\xfb\x1b\x98\xfe\xdb\x22\x2b\xad\x8c\x06\xa6\xff\xe9\xc5\x77\x56\xf2\xf7\x98\x9c\xd8\xc0\xaf\x30\xf5\x4a\xa4\x3a\x24\x2a\x86\x53\x13\x4d\x11\x18\x27\x6d\x36\xe2\xd4\xed\x00\xf1\x4e\x08\x06\x4a\xa2\xa1\xf1\x62\x44\x03\x2e\x46\xa3\x11\x71\xf8\x76\x64\x76\x41\xb3\x5c\x46\x23\xf6\xdc\x1a\x0f\x0b\x3c\x64\xfd\x8d\x9d\x7e\x5f\xe4\x6b\x73\x6a\x32\xb0\x06\x85\x0b\xab\xd8\x65\x13\x7d\x9b\xf5\x37\x98\xf6\x97\x12\x22\x17\xcf\xe3\x59\xe0\xeb\xfc\x19\x58\x38\x05\xca\x10\xaa\xae\xd3\xd2\x10\x6a\x65\x87\x01\x66\xbd\xce\x6a\x50\x81\x6f\x8f\x91\x5e\x62\x43\x17\x1a\xe0\x52\x40\x6c\xdb\xbd\x71\x39\x9f\x12\x6e\x0e\x8b\x77\x28\xf2\x4c\x16\x49\xa0\x53\xed\x4e\xe9\xe4\x36\xb0\x6c\xb1\x2c\x7c\x72\x12\xe6\xde\xdd\x11\xf8\x0f\xf5\xc0\x1f\x6c\xc8\x65\x3d\xe4\xd2\x86\x44\x39\xab\x1e\x5c\xe6\x5b\x65\x40\x1a\xab\x26\xfd\x52\x37\x2a\x6f\xb2\xfc\xec\xe6\x8a\x5a\x9d\x6a\x97\xfa\x52\x22\x84\xd7\xa1\x3a\x81\x7a\x1f\x29\xa3\x38\xe5\xf9\xcf\xf1\xb8\x9c\x2a\x38\x3b\xd5\x78\xf5\x1c\x65\xa9\x05\xa7\x13\x34\x53\x83\x70\xe3\x46\x79\xa7\x1b\xec\x29\xef\x99\x49\x54\xf2\xc0\x10\x89\xd3\x7e\x87\x6d\x09\x5a\x60\x5b\x5f\x7f\xd3\xec\x6f\x34\xfb\xa9\x3a\x8c\xe3\x1b\x81\x94\xe7\xe7\xaa\x12\xb6\x53\x53\x25\x9d\xcd\x67\xec\x05\x54\x18\x52\xf2\xa3\x93\xa8\x00\x9a\x7a\x31\xe9\x96\xce\x46\x51\x82\xad\x14\xe2\x97\xb7\x05\xa0\xa0\x0e\xeb\x7e\xc3\x9e\xb1\xc0\x9d\xbe\x5d\xd6\xea\xb2\x1e\xeb\x36\x57\x60\xb0\xa2\x82\x5f\xec\x0a\x3c\x18\x9e\x66\xa5\x1a\x08\x24\x22\x2f\x8e\x98\x05\xc3\xba\xc9\x36\x9b\x95\x5a\x6a\x66\xcb\x54\x65\x8f\x3b\x54\x44\xfa\x62\xc6\xca\x9b\x83\x38\x3a\x33\x39\x8f\x80\x86\xd6\x25\x12\x43\x77\x1d\xb6\xc5\x9e\xb1\x56\x17\x9a\x6a\x55\xa8\x44\xc5\x28\xc4\x7a\x81\x16\x7b\xf8\x87\x7a\xcb\x94\xae\x32\x65\x92\xc0\xa5\x07\xff\x55\xf5\xd4\xad\x30\x71\x46\x01\xe3\xeb\x15\x4b\x6c\xcb\xb3\xc6\x20\xfd\xab\x5b\xb2\x70\xb6\xda\xb7\xd6\xc2\xb2\xf2\x14\x24\x7d\x9e\x6d\x3f\xdf\xed\x51\x40\xa7\x99\x29\x3e\xb8\x53\xed\xe0\xa7\x86\xb1\x73\x35\xf0\xc3\x4d\x39\xf5\x60\x22\x44\x67\xdd\x97\x21\x2c\x74\x93\x56\xaa\x2e\xe1\x85\x75\x6b\xa0\x78\xc0\xc1\x53\xb7\x6f\x01\x52\x2b\x21\x2a\x80\x4b\x17\x52\xa4\xc6\xa7\x4f\xf1\xe1\x35\x39\x2f\x25\x42\x14\x7f\x98\x73\x74\xd8\x98\xb5\xe4\xc4\x48\xae\xc4\x67\xb5\x6c\x04\xa1\xe5\x70\x6a\x70\xb3\x64\x89\xaf\x7c\x0b\xc1\x55\x78\x8d\xa2\x64\x14\xb4\xbe\xde\xfc\x0f\xd8\x57\x6b\x70\x94\x0d\x81\xde\x9d\x40\xd7\x21\x29\xc1\x2b\x88\x7d\xc2\xe8\x3c\x3c\x22\x95\x41\x50\xc7\x75\xd9\xc8\x83\x6c\x75\xfc\x07\xb9\xaa\xa7\xfc\x0a\xa6\x2a\xb1\x5a\x8b\x93\x8e\xf9\x95\x29\x5a\x7d\x62\x04\xcf\x3c\xdf\xbe\x1d\x80\x91\xb6\x62\x74\x55\x0d\x0c\x50\x57\x8f\x35\xba\x9b\x9b\xff\x81\x0f\x08\x90\x82\x54\x52\x45\xed\x32\x89\x93\xe4\x87\x24\x1a\x5d\x07\xd1\xb0\x28\xf3\x48\xeb\x9f\xc0\xee\x3b\x73\x7c\x6f\xe9\xe3\x1e\xeb\x8a\x85\x60\x9c\x6f\x75\x2f\x9d\xd7\x1f\xbb\x76\x66\x8f\x5e\x50\x09\x9a\x55\xad\xb5\x89\x5c\xfc\xf4\xa9\x37\x5d\x9c\xbc\x12\x70\x87\x97\x61\x98\x7c\x75\xbe\xac\x03\xdd\x61\x8d\xa1\xe8\x52\xc3\x77\xe0\x94\x85\xaa\x36\xd3\xfc\xc7\x3c\x5b\xcc\xdd\x61\xb0\x70\x2d\xa3\x2b\xd4\xad\x5d\x35\x2a\xc2\xaa\x82\x51\x0e\x81\xeb\x8f\x40\x17\x0a\xf6\xd2\x7f\xe3\x3e\x8b\xae\xb9\x38\x27\xbe\x8b\x8a\xeb\x38\xbd\x62\xae\x0c\x46\x7c\xad\xa3\x68\xe5\xba\x5a\xb7\x1d\xa1\x0b\x10\xe2\x45\x5a\x01\xcd\xa2\x58\xd7\x20\x7e\x93\x8c\xe2\xda\x64\x14\xd7\xc6\xdf\xdc\x87\x79\x12\x8f\xe2\x52\xe0\x75\x38\xa6\x20\x87\x63\xdb\xcd\xbb\x57\x40\xd4\x2c\x56\xb4\xa6\x64\x3e\xf1\xdb\xd9\xb9\x44\xd2\x49\x64\x72\xc5\x56\x4d\xca\x16\xd7\xa6\x6c\x71\x5d\x29\x5b\x5c\xeb\xb2\xc5\xb5\x5d\x16\x30\x81\xab\x52\x5b\xc4\xad\xca\x0c\xee\x86\x6b\x8b\x94\x3d\x83\x85\x92\x01\x94\x34\xd1\x33\x9d\xd3\xea\x5a\x83\xf8\x29\x6a\x87\x55\x7b\x10\x0b\x21\xe7\xa3\x52\x79\x16\x37\xb3\xe4\xc6\x38\xf8\x78\x1f\x9a\xd5\x4f\xfc\x02\x0a\x72\xef\xb1\xc6\xed\x34\x2e\x79\x43\xa9\x1e\x6c\xc1\x08\xe6\x47\x08\x27\x40\xde\x4a\x99\xf7\x2e\xfe\x00\xd3\xaf\x06\x5b\x13\x11\xdb\x55\xb5\x9b\xc8\x1c\x15\x20\x7c\x7d\xa1\x38\x07\x36\x68\x9c\xef\x55\x5b\x75\x3b\x7d\xb5\x5e\x8f\x61\x1a\x50\x55\xaa\x6e\xdf\x0d\x52\x17\x86\x73\x39\x25\x35\x29\x8a\xb6\x34\xee\x34\x0a\xc2\xea\x66\x75\x11\xea\x7b\x1d\x71\x11\x32\x5d\x53\x8e\x73\xb8\x6a\x68\x9b\xcd\xcb\xea\x34\x1c\x0b\xb1\xf1\x8f\x0f\x08\x48\x9f\x9e\x01\xb1\xd1\xf1\xb4\x0f\x8b\xb6\xbf\x21\x7e\x92\x87\xd3\xce\xb2\xbe\xbb\x73\xb4\x95\xd4\xe1\x7f\x3c\x97\x75\x88\x9f\x9f\x54\x87\x68\x1c\x83\x53\x58\x03\x00\xbe\x05\x3e\x79\x19\xc4\xe3\x1e\x73\xf8\x90\xf8\x7c\x9f\xc6\x65\xd1\x63\x8d\x45\xc1\xf3\xb3\x79\x34\xe2\xc7\xe9\x7b\x15\x5e\x44\xc1\xc8\x47\x35\x35\xa0\x6a\x49\xf9\x07\xfb\x14\x22\xa7\xd8\x33\xeb\x0c\xfb\x98\x4f\x0a\xb7\xaf\x22\xad\x51\xad\xd1\xa6\xdb\x86\x18\x61\x41\x85\x0d\x2f\xd5\x92\x2b\x37\xd1\x79\x9c\x19\x95\x76\x5f\x09\xcb\xd1\xd3\xdb\x9b\xe2\x90\x36\x15\x9f\x47\x57\x04\x71\xbd\xcc\xc1\x06\x42\xa0\x1b\x7e\x12\xd3\x72\xb8\xd4\x68\x91\xe7\x3c\x2d\xf7\xb3\x24\xcb\x4d\xaf\xa0\xa3\x2d\xb1\xb0\x1a\xe2\xb0\xb6\xc8\x93\xe0\x4f\xe4\x30\x0f\x1d\xfb\xff\xd8\xfb\x17\xf5\x36\x72\xe4\x60\x18\xbe\x15\x8c\x33\x19\x4a\xbb\x04\xdc\x40\x9f\xe5\x38\x13\xaf\xc6\x13\xfb\x8f\x3c\x9e\xd7\xf2\x78\xb3\x91\xf4\x38\xad\x66\x4b\xec\x35\xc9\xe6\xcb\xa6\x24\xcb\x63\xe7\x7e\xfe\xdb\xf8\xae\xec\x7b\xaa\x70\x68\xa0\x1b\x3c\x68\xc6\xbb\x79\xf3\x3e\x9f\x77\x96\x22\x71\x2c\x14\x0a\x55\x05\xa0\x50\x85\x7a\xd5\xf9\xa3\x43\x67\xe6\x3c\xa5\x15\x0d\xa8\xd2\x66\x84\x86\x64\x0e\x2d\xa6\xec\x6e\xec\x3a\x44\xf5\xa4\xa9\x3d\xbc\xee\xbb\xb5\xaf\xf3\x08\xee\xd3\x75\xb1\x98\x14\xab\xc9\xdf\x5b\x72\xef\x71\x38\x63\x5e\x26\x62\xbe\xfc\xd5\x3d\xa0\x80\x9f\xd2\x71\x22\x79\xea\x39\xe6\x73\xf6\x44\xa6\x68\xa7\x13\x76\xb7\x13\xd6\x49\xa3\xba\x27\xc3\xe0\xf1\x5d\xa5\x81\x49\xdd\x8e\xc3\x38\xe7\x76\x6a\x87\x20\xdf\x2a\xca\x7d\xc2\x7c\xa0\x82\xf4\xe4\xb9\xcc\x3d\xb7\x4f\xf6\xfb\x8b\xa4\xb7\x78\xaf\xfd\xab\x76\x2f\x8e\xee\x67\x0a\x9e\x96\x7f\x83\xf8\xdc\xdc\xba\x25\x2e\x51\x6b\x72\xe4\xe5\x50\x1d\x90\x65\x06\xf4\xbb\x9f\x70\x95\x95\xb7\x4a\x57\x44\xf5\x85\x61\x68\x17\x0e\xf2\x5d\xad\xda\x9d\x08\xd3\xbe\xcf\x2e\xe3\x6b\x2e\xf6\xa2\x85\xa5\xfe\xf0\x25\xfe\x70\xbd\x7b\x2f\xa6\xe0\x5b\xd8\xfb\x29\xe5\xfb\x2e\x41\xd8\x9e\x21\x76\xaf\x9a\x9b\x05\x9e\x83\x7c\x83\x3a\x36\xfe\x74\xd6\xe7\xdd\x66\xe5\xde\x3a\x2f\xc2\x5c\xf9\xcb\xba\x57\x6e\xae\xae\xda\x6a\x6d\xdb\x6a\x7e\x3c\x32\x67\x26\xd6\x69\x88\xce\x85\x9d\x2f\x8b\x15\x79\x3c\xd9\xc6\x7d\x2c\x7e\x36\x24\x4b\x85\xb0\xae\xd7\x91\x19\xb8\x72\x11\x31\x72\x4f\x30\x25\x9c\xec\x23\xf9\x23\x71\x4f\x31\x78\x22\x0f\x29\xec\x63\x04\x55\xf8\xde\x29\x7c\x6f\x15\xee\xa4\xd5\xa1\x8f\x6e\xcf\x1c\xe9\x8b\x1e\x3b\xb6\x11\xec\x40\xb7\x30\x21\xa7\xa0\xe5\x0b\x0f\x29\xab\x60\x01\x7d\x62\x36\x37\x8d\x48\x34\xf2\x97\xc3\x24\xd5\x65\xa3\x39\xb9\x77\xa3\x9a\x7d\x15\x69\xd7\xaa\xb0\x07\x8a\xb0\xf1\x97\x7b\x5b\xde\x76\x81\x11\xd6\xab\x1b\x19\xd6\xa0\x9b\x28\x05\x35\x39\x7f\x44\xad\x19\x51\x8e\x0a\xdc\x5b\x58\xb7\x88\xb9\xe4\x24\x47\xc4\xea\xf6\x21\x53\xf2\xab\xb3\x3a\x31\xf2\x5d\xbb\x9c\x15\xf7\x47\x64\xd1\x2c\xaa\x27\x5a\xbd\xdc\xa9\x0b\xca\xee\xf7\x95\x29\x36\x63\xed\xe9\x89\x75\xa7\x23\xfa\xc4\x8d\x4d\x27\x9a\xeb\x7a\xe8\x05\xf5\x1c\x74\xd0\x78\x7a\x7b\xfd\x4c\x1d\x66\x1c\x2c\x8b\x55\x31\xb7\xaf\xb1\xdf\xcb\x94\x6f\xd1\xe3\x89\xbc\x92\x2e\xe6\x2d\xd2\xc9\x50\x99\xb1\xcb\xfa\xf9\x62\xaf\x84\xc5\x20\xed\x0b\x71\xe8\x61\x33\xa1\x5a\x20\x38\xa4\x6a\x33\x48\x55\xc6\xa3\x3b\x69\x4a\x54\x25\xe4\xef\xae\x8d\x7a\x3d\xb3\xfa\xc0\x9f\xce\x20\x70\xeb\xa4\x72\xfb\xa7\x26\x50\xd8\xce\x57\x09\xd6\xd9\xcb\x7a\x55\x74\xd9\xf8\xb3\x3b\x3a\x57\xa8\xb9\x2b\xd6\xe5\x54\x85\x75\x50\x05\x4d\x52\x77\x31\x60\x15\xf2\x54\xf4\x9e\x97\xf7\x8b\x59\xb1\xda\x94\x63\xd9\x4e\x12\x90\xef\xe5\x8c\x49\x3d\xc1\x7b\x1f\xd1\x93\x09\xce\x0d\x42\x27\x11\xcc\x1a\x6f\x7f\x59\x4a\x2f\x05\x28\x70\x9f\x12\xcb\x6e\x01\xdd\x19\x1a\x6e\x80\xcd\xea\xa8\xeb\xbd\x6a\xca\x1f\xed\xf9\xa3\xab\x82\xda\x6e\xc3\xd0\x74\xa6\xac\xea\xd9\x41\x4f\xc8\xfc\x81\xf0\xc4\xda\xb7\xc2\xa2\xd2\x4d\x9f\x29\xee\xd1\xf7\x31\x33\xee\x48\xcd\xe5\x41\x0f\xe4\x36\xa3\xd1\xd8\x1a\xcb\xc5\xd0\xf2\xa4\x1c\xb8\x0f\x03\x7a\x60\x2a\xda\x9b\xb1\xa7\x2a\xa5\x85\x24\xe5\xca\x76\x70\x8f\x86\x4a\x6d\xf1\xf1\xf9\x33\xf9\xe6\x9b\x52\x57\x34\xdb\x7c\xab\x1b\x6d\x54\x42\x2c\xd3\x94\x52\xee\xa6\x3b\xf1\x6d\xf1\xb4\x8b\xbd\xb6\xf7\xb2\x0b\x2f\x0b\x73\x3c\x17\x1e\x91\xde\x2a\xb7\x1c\x19\x1e\x91\xc1\x02\x57\x76\x3d\x47\xdd\x3c\x76\x59\xab\x06\xe3\x1d\xf6\x7b\x66\x90\x8e\x76\x40\xf5\xdc\xd2\xba\x47\x1f\xe7\xb3\x05\xfa\xd6\x9c\xae\xd7\xcb\xa3\xc7\x8f\xef\xee\xee\xd8\x5d\xc8\x9a\xd5\xf5\x63\x11\x04\xc1\x63\x4b\x16\x10\x32\xba\xad\xab\xbb\x3f\x35\x1f\x51\x7b\x08\x48\x60\x5d\xbb\xc8\x45\xd0\xbb\xe0\x94\xc4\x67\x94\x81\x73\xe7\x30\xe1\xc6\x22\x68\xdc\x9e\x9c\x2a\x13\xc5\x1e\xad\x83\x6a\xf6\x5f\x7e\x92\x18\x5d\x15\xf4\xea\x6e\x74\xd8\x1d\xf3\xa9\x1b\x03\x9b\x5c\x3d\x2b\x81\xfc\x81\x04\x2c\x48\x44\xec\xe8\x2b\xe6\xd0\x4f\xeb\x90\x86\x43\x18\xba\x52\x14\x61\xe1\xf5\xcc\xf1\xe4\x7b\xa1\x6f\xdb\xdc\xed\x20\xb0\xbf\x43\x53\xd9\xbb\xd7\x92\xa2\x11\x4b\x6e\x95\xbd\x78\x3e\x32\x84\x62\xd4\x05\x16\x9c\x55\x93\xcb\xfb\xd1\x05\xcc\xf5\xf9\x23\x6c\xd0\x62\x10\x9a\x35\x0f\xcf\xb4\x36\x4a\x6f\xac\x72\x71\x6e\x47\x80\x94\x46\x75\xd7\xad\xd7\xe5\x91\x82\x6e\xdc\x3d\xbc\x94\xde\xad\x1c\x0a\xd7\x24\x3d\x20\x6e\x60\xb3\x0e\xb3\x95\x87\x23\x96\x84\x94\xc2\xa6\x77\x44\xb6\x65\x8f\x2c\x05\x9b\xd6\x7a\x74\x22\x6a\xc8\xbe\x25\xeb\x27\x4b\xbd\x94\xd5\xd9\xc1\x00\x1b\xda\x7b\x99\x25\x39\xdc\x0d\xc6\xf7\xfd\x8b\x90\x03\x40\xe0\x21\x0a\x16\xf7\x9c\x45\x66\x6c\xd2\x3b\xc5\x1e\x8a\xa7\xb0\x28\x43\xc1\x08\x6d\x32\xab\x29\xe7\x5e\x07\x33\x9d\x56\x06\xf5\xf1\x94\x04\x11\x38\xb8\x2a\x52\xea\xb6\x04\x7b\xf3\x3d\x91\xdc\x61\xda\xa5\x5c\x43\x02\x40\xc3\x09\xba\xfd\x7c\x5b\x7d\x5c\x6f\xd6\xc3\x3a\xa6\xac\x94\x02\x4d\x6f\x7d\xd9\xac\x75\x06\xbf\x74\x56\xb9\xbd\x6b\xfb\xbd\x34\xa7\xad\xaa\xd1\xc3\x54\x1b\xf1\x9b\x75\x1b\xb1\xa7\x72\x23\xec\x25\xeb\x09\x29\xbc\x55\x58\xc9\x91\x1a\xe6\xaa\xd8\xd3\x91\x4c\xef\x58\x66\x17\x79\x57\xcb\x25\x97\x5d\x1b\xc9\xea\x2c\x1b\x3f\x87\xdd\x9f\xb3\x9a\x33\xbe\x6d\xa3\x19\x9e\xf5\xed\x7d\x36\xa7\x8c\xf0\xba\xad\x33\xee\xbb\xfb\xf6\x2e\xfb\x9d\xd2\x39\x36\x0d\xfd\x20\x56\x52\x64\xf9\xe8\xf4\x48\xfd\x3d\x77\x0f\xeb\x34\x64\xf4\xae\xba\xfc\x50\xaf\xa9\x0b\xa1\x07\x6e\x2f\xda\xfe\xfe\x47\xa3\x9d\x45\x8a\x89\x25\x33\xf3\x08\xc1\x76\x59\x2c\x1e\x78\x24\x70\xa6\x98\xc0\xc5\x80\xc2\x94\xec\xed\xec\x37\xbc\x27\x9c\x76\x97\x1b\xaf\x26\x4a\xe9\x79\x71\xd4\xae\x68\xb3\x98\xdd\x8f\xcc\xe6\xd3\x77\xd4\xd9\x49\xcd\x0d\x11\xa4\x8c\x35\x84\x87\x03\x1e\x4b\xbf\xc7\xbf\x83\x09\x3e\x98\x47\xfd\x1f\xcb\x26\xb6\xd2\xeb\xa6\x45\xfe\xff\x51\xed\xdf\x9a\x6a\xbb\xd8\x3a\xdf\xf2\xed\xd1\x75\x96\xc6\xbd\x25\x1b\x7a\xf8\x04\x2d\xc9\x8e\x6f\xe2\xfe\x64\xf3\x62\xf5\x61\x90\x26\x1b\x21\xdf\x3b\x15\xd5\x98\xbb\x70\x3b\xdf\x72\x1c\xa0\x13\x70\xe7\x5b\xde\x39\x5c\x07\x82\x9e\x5f\x2a\x03\xd6\x1f\x9f\x91\xf3\xf3\xf3\x47\x32\x58\xac\x34\x39\x37\xf0\x5f\x56\xd7\x78\xa8\x63\x86\x88\x09\xf6\xb3\xae\x25\xc2\x79\xd0\x3b\xa7\xc3\xd6\xfb\x3b\xa2\x85\x32\xf7\x96\x8d\xb4\xe7\x8f\x0e\x9d\xfb\xbb\x41\xcc\x89\x6e\x4f\xbc\x98\x98\xd7\x61\xea\x00\xdf\x40\x58\x2d\x26\x36\x7c\xa6\xe8\x6f\x87\x4e\xc6\xd9\x56\xb0\x2d\x35\xca\xf7\x6e\x43\x5a\xe0\xff\x06\x64\x3c\xb0\x9e\x05\xa6\x45\x6f\xd5\xea\x4a\x6f\xd9\xb1\xe1\x23\xf9\x07\xc9\xa1\x5a\x4c\x8e\xe0\x43\x57\xd0\x4e\x3b\x5e\x02\xbf\x5d\x14\x33\x22\x43\x7a\x93\x75\x43\x2e\xeb\xc5\xc4\xf2\x38\x41\x3e\x2c\x9a\xbb\x85\x0c\xdf\x70\x5b\x91\xa8\xb3\x08\xc3\x06\xd6\x0d\x29\xc8\x75\x7d\x5b\x2d\x24\x73\xfe\xb8\x66\xc6\x05\x08\x52\x51\xbd\x98\xe8\x4e\x22\x87\x9a\xec\x0c\x3c\xcc\x90\xae\x09\x8e\x65\x2b\xae\xe1\xbe\xf5\xd8\x60\x4c\x2e\xc7\xa4\x1c\x93\xc9\xc0\x57\xe8\xcd\xa2\xec\xc2\x6d\xab\x66\xc6\xc4\xaa\xd0\x23\x21\x8d\x83\x7f\x20\x6f\xf0\x49\x03\xfc\xc0\x84\x67\xe4\xaa\x68\xd7\xda\x39\xc7\x7f\xea\x17\x0f\x87\xff\x49\xea\xf9\x52\x3e\x1c\x44\x8f\xb8\xcc\xd4\xf8\x17\x14\x29\x84\xfc\x2a\x9f\x4d\x7c\x01\x65\xe5\x46\x56\xc7\x7f\x6f\xa7\x95\x6e\x6e\xdd\x10\xd9\x1e\x69\x6e\xab\x15\x73\xab\xff\xa8\xc6\xf9\x85\x5c\x59\x77\x71\x58\x5d\x56\xea\xbc\xb8\xf6\x6a\xce\xeb\x8f\xd5\xe4\x0b\xe9\xfc\x32\xbf\xc3\xd7\xb6\x50\x53\xbb\xd0\x97\xef\x6f\xaf\x1a\x74\x13\xa6\xdb\x1b\xeb\x00\xd3\x2d\x06\x35\x93\x40\x9f\x05\x17\x6c\xd3\xb8\x2c\xe4\x4a\xc0\xd4\xb4\xf7\x1b\x56\x0d\xe8\x3b\xbb\x0e\x3e\xe7\x1f\x34\x80\xc1\xdd\xd4\xa3\x73\x66\xf9\x8f\x91\x7e\x04\x10\x55\x16\xdd\xc0\xd4\xc8\xf9\x52\xf1\x03\x15\xcc\x63\x72\xb5\x18\x3b\x83\xf7\xd1\x13\xb4\xf9\xc1\x13\x4d\x54\xb6\xd1\xed\x3e\x75\x6c\x3c\x2c\xac\x44\x69\x77\x14\x6d\x02\x4d\x3b\xd8\xe8\x9b\x4e\xf6\x28\x7c\xd1\x83\xe7\x08\x00\x36\x4d\x9a\x6f\x1f\xaa\x7b\xf3\x5d\xe2\xc4\x92\x8f\xce\xdc\x3e\xb5\xfb\xeb\x9e\x14\x1a\x37\xbb\xba\xbe\x74\x74\x88\xf3\x0a\xa3\x39\x0b\x94\x8b\x72\x77\xbb\x5a\x2b\x4f\x0d\x4e\x3d\xbb\x3f\x5b\x2a\xe2\x43\x42\xf9\xc0\xdd\xf7\xae\x5d\xfa\x23\xc7\xce\xcc\x73\xd3\xae\x4d\x85\x3d\xe5\x18\x60\x6c\x03\x77\xa1\xc3\x91\xaa\xf9\xf0\x48\x62\x83\x93\x9e\x09\xec\xba\x79\x51\x7d\x3c\xb8\x59\xd4\x65\xf7\xda\xb0\x73\x50\x61\x5b\x83\xfb\x5c\xa5\xaa\x7a\x1b\x03\xd8\x4e\xab\x8f\x18\xd5\x51\x96\x2a\xa7\xc5\xea\xb8\x99\x54\xcf\xd6\x07\xf5\xa1\x09\x53\x79\xc0\x93\x43\x77\xb0\x7f\x7c\x4a\x0e\x46\x41\x10\x8c\xc8\x1f\xa1\x85\x43\xf5\x92\x8f\x46\xdb\x07\xd6\xb3\x68\x85\xf9\x45\xd7\xdf\xe6\x16\x0c\x6f\x4f\xdc\xa7\x86\x05\xfa\x85\xf6\x98\xf8\x0a\xd7\xc4\x57\x6c\x33\xf1\x15\x17\xae\xfd\x9f\xde\x55\xb7\x1f\xea\xe5\x0b\xe5\xc3\x5a\x5f\x9b\xe8\xa4\x6e\xaf\x67\x15\xf2\x54\xdc\xb6\x6b\x37\xc5\x4c\xcf\x32\x66\x4f\xfd\x09\x9f\x04\xd8\x2b\x55\x0e\x7d\xc3\x23\xb4\xee\xf8\xdd\x9a\xba\x5a\xde\x37\x60\xc5\x33\x5d\xc2\x7e\x04\x5d\x7d\x5c\x16\x0b\xe9\x2a\xfa\x9b\x6f\xd0\xa8\x41\x19\x9c\xaa\x85\x71\x45\x0e\x74\x11\xeb\xad\x68\x51\x96\x67\xa6\x30\x36\xa9\x3a\xe9\xcc\x55\x87\xae\x15\x74\x25\xbb\xfc\x06\x97\x34\x45\x59\xea\x57\x6f\xbf\xba\x3a\xb2\xf4\x12\x60\x3c\x7f\x4b\xef\xe2\xac\x98\x4c\x7e\x1e\x7a\x2a\xc5\x53\x64\x83\x5e\x03\xfe\x86\xca\x86\xc0\x3a\xf4\xfb\x4e\xb6\xba\xda\x6a\xcf\x2d\xab\x5d\x78\xb7\x4d\x1b\x0b\xcb\x98\x85\xc3\xae\xe0\x43\x8a\x66\x42\xfe\x40\x9c\xa8\x54\x11\xb9\x69\xab\x09\x4a\x19\x75\x7d\xd4\x5c\x91\xff\xbc\x2a\xfe\x13\xd7\x74\x31\x9b\xc9\x59\x66\xe4\xcf\xf5\x7a\x8a\xc5\xea\xc5\xda\x44\x24\x53\x2d\x02\xee\xaa\x3b\x7d\x84\xa2\xc2\x53\x49\x7f\x5e\x93\xfa\xea\xaa\x5a\x55\x8b\x35\x3a\x78\xbe\xac\xd6\x77\x55\x85\x8e\xaa\xe6\x8c\xa8\x67\xb5\xd8\x1b\x7a\x17\xbb\x43\x87\x22\xb3\xba\x68\x55\xc3\x00\xc3\x7f\x5e\x15\xed\x7f\x92\xb6\x21\x77\x18\x61\xa5\x2a\xda\x7b\x84\xe3\x66\x79\xbd\x2a\x26\x95\x8e\x9c\x86\x65\x9b\x9b\x15\x86\x61\x6c\xc9\xe5\x3d\xc6\x22\x98\x17\x18\x5a\x68\x76\x2f\x17\x7d\xbd\xb8\x56\x2d\xa3\xaf\xb0\x02\x80\x9d\xcd\x98\x4c\x7b\xac\x7d\x2f\xf7\xde\x00\x63\x20\x2c\x33\xcf\x36\xf3\x18\x5d\x15\x23\xcd\x3a\x1c\x93\x75\xe7\x40\xa9\x3f\x5d\xfa\xdc\x58\x39\x9e\xb7\xb2\x21\x45\x07\x00\xbd\xbc\xff\x45\xb2\x46\x27\x6c\xe8\xe5\xfd\x49\x7d\x5d\x60\xc0\x52\x37\xf9\xf5\x6c\xa2\xae\x72\x4d\xea\xe5\x8d\xf4\x0b\xd0\xe9\x87\x90\x60\xbf\xb2\x9f\x35\xcd\x87\x1b\x27\xa2\xa9\x4c\x39\x50\x0a\x47\x5f\x1f\x54\x2c\x42\xdb\x84\x74\xac\xa2\x51\x86\x22\x63\x45\x44\xd6\xa2\x6e\x2c\x52\xb6\xeb\x8f\x3b\x75\xe9\x57\xcb\x11\xa7\x0e\xa1\xae\x97\x70\x97\xab\xaf\x53\x1c\xcc\x28\x78\x3d\x4c\xcb\xc3\xba\x50\xdc\x97\xcd\xe2\x2c\xbc\xf0\x70\x9d\xb3\xf0\x42\xf3\x0f\xf3\x52\x7b\x0b\x0f\x91\x40\xb9\x13\xf2\x20\x68\x64\xa0\x00\x59\xb7\x55\x1d\x9f\x09\xcd\x45\x7d\x6c\xcd\x02\xcb\x54\xf4\xc4\x43\xd1\x79\xbd\x31\xea\x64\xdf\x20\x3b\x21\xeb\x1b\x24\x4a\xeb\xa2\x55\x21\xeb\x64\x14\xbc\xd5\x88\xd4\x0b\x62\xd9\x49\x3a\x34\xa8\x27\x1a\x08\xda\xa6\x13\xf9\xae\x79\x5a\xcf\x1d\x2c\x34\xa6\x1e\x64\xe9\x77\xfb\x3d\x4b\x1b\xcc\xe2\x76\x96\x65\xbe\x80\x99\xe2\xc2\x11\x30\xee\x0a\x5e\x49\xbe\xdd\x0d\xc3\xf1\x18\xa4\xfa\xc0\x95\xde\x9f\x78\xc0\x9d\x82\xf0\xc2\x36\xbf\xf2\x5e\x46\xf9\xae\xa3\x54\x7b\x1b\x50\xac\x09\x1c\xf2\xd5\x02\xb5\x1d\x64\x18\x62\x37\x82\xc4\xd5\xc7\xb4\xc7\x86\x6e\x55\xb8\xd2\xe0\xf0\x4c\x95\xbf\xe8\x1d\x11\x76\x84\x6b\x5a\xee\x11\x8e\xd5\xb4\x2e\xda\x6f\xdb\xd0\xd4\xa0\x71\x45\x0b\x1e\x97\x35\x1d\xa1\x9c\x2d\x10\xa7\xd0\xd6\xb9\x73\xbf\x67\x1c\x21\xda\xe8\x84\xc4\x73\xdb\xe2\xb0\x63\xb2\x78\x6e\xd4\x67\xb3\x8a\x0b\x62\xc4\xaf\xe3\x62\xd1\x2c\x40\x10\x28\x4b\x89\xee\x80\x63\x90\x7b\xe0\x42\xbb\x2f\x64\x63\xa3\xa5\xae\x8f\xc8\xd9\x85\xbd\x2d\xb6\xdd\x5c\xb8\x5d\xe1\xf6\xb1\xe7\x25\x40\xa6\x6d\xd0\xc6\x3a\x77\x18\x83\x25\x60\xfb\xd0\xf0\x9a\x55\x40\x5d\x67\x81\x68\xdc\x9d\x95\xb3\xb6\xc7\x10\x99\x59\x12\xe5\xac\x75\x15\x2f\xa8\x69\x45\xb9\xf9\xb1\x5a\x97\xd3\xd3\xdb\x6b\x58\x5d\xb6\x52\xd9\x0b\x3a\x7a\xd8\xd9\x5e\xc0\x10\x7a\x7e\x6c\x76\xf7\x38\xe0\x9e\xea\x34\x77\x5a\xcf\x41\x47\xb7\xea\xcb\xe5\x3e\x82\xcd\xa2\x21\x42\xdb\x86\xe4\xd7\x2f\x4f\xec\x6e\x7b\x4c\xa4\xfb\xfd\xf9\x73\x9f\x4b\xf6\xe0\xc4\xe2\xea\xd7\xe7\xcf\x56\x9e\x07\x5f\x33\x19\x42\x63\x83\x79\x0c\xe0\xae\x9c\xb9\xb6\x08\x77\x74\x74\x88\x75\x82\x1e\x9e\x80\xc2\xe4\x11\xae\x9a\xd0\x1d\x9a\xae\x8f\xc2\x07\x7e\xa1\xca\x66\xf1\xe3\xaa\x99\xbf\x2a\x96\x4b\xd8\x75\xcd\xe5\x5f\x2d\xcd\x07\xc2\x0b\xc6\xa4\xca\xc8\xbb\x69\xfc\x6a\x98\xc3\x30\xa9\x13\x65\x7d\x95\xe2\xe1\xec\xd4\xc9\x3a\xda\xdc\x93\xcd\x76\x07\x4f\x09\xd7\xcd\x8b\xf5\x7c\x66\x1e\x30\xa2\xef\x28\xfb\xa9\x39\x3e\xc4\x71\x72\x1d\xbb\xef\xf7\x4e\xd6\xb7\xf2\xbc\x7c\x50\xc3\x63\xb4\xe9\x5e\x88\xf8\x5b\xb1\xb7\x75\xbf\x7e\x81\x3d\x9d\xaf\xdc\x26\x58\xe4\x11\xfc\x00\x96\xc1\x55\xbf\x6d\x0c\xe0\x6f\xc1\x86\xe3\xec\x62\x08\x87\x2c\x37\xdc\x46\x39\xa5\xe4\x82\x94\x01\x17\x07\x6f\x43\x6d\x17\x2c\xce\x4c\x6c\xbe\xfb\x3f\x7f\xf4\x4f\x96\x09\x4a\x71\xdd\x3f\xd0\xdd\xec\x80\x06\x4a\xfe\xb3\x6d\xe9\x6a\xbf\xd9\x93\xf4\xa0\x2d\xb7\x46\x58\xf8\x9f\x1e\xdb\x0f\x9e\x65\x57\xff\x6c\x3d\xb0\x76\xaf\x2e\xc4\xe6\xab\x0b\xcb\x95\xdb\x9f\x8b\x75\x39\xad\x26\xb6\xff\x26\xe4\xe3\xa2\xbd\x05\x8a\x1b\xf8\x5d\x22\xdf\x0f\xd3\x0e\x9c\xdb\x6c\xe0\x69\xc6\x77\x90\x76\xca\x22\x27\x42\xb5\x6a\x4d\xc0\xe0\x28\xe4\xba\x5a\x63\x30\xb2\xc6\xc4\xa5\xea\xf1\xf7\x2e\x8a\x99\xb1\x23\xee\xcf\xe2\x5c\x36\xd0\x6a\xbe\xd6\xbf\xf1\x52\xf9\xe4\xa9\x29\x79\xe6\xed\xe0\xc2\x1e\x82\xae\xf4\xf9\xb3\xaf\x7d\x83\x7a\x9d\xa7\x15\x33\x55\xe4\xc8\xf6\x8b\x2a\xbd\x16\xe9\x40\x89\x8e\xfc\x5c\xc8\x5d\x84\xce\x73\x55\x4f\x4d\x92\x76\x01\x47\x01\x5d\x54\x77\xf8\xbe\x4d\xb9\xab\x33\x2f\x9d\xdd\x10\x5c\xc5\xd0\x1b\x96\xe6\x3e\x86\x7d\x6b\xc2\x3b\x3f\x5f\x8c\x5c\x21\x8d\xb3\xbf\x2c\x60\x07\x8d\x21\x9c\xbe\xfb\x4e\x12\x44\xa3\x3b\xb6\x5a\x77\x33\x80\x9c\x6c\x00\xff\x68\xe6\x75\x18\x3a\xcf\x34\xab\x3c\xcd\xb1\x75\x73\xd2\xdc\x69\x2f\x75\xd2\xf4\xb1\xbd\xbd\x1e\xa1\xf9\xe6\x3f\x7d\x43\xa9\x65\xae\xe7\xf6\x8a\xeb\xd1\x39\x61\xb0\x42\xb3\xb3\xb2\x99\x13\x4a\x61\x11\xa1\x35\xe7\xe1\x50\x54\xf6\xc6\xdb\x93\xf7\x8b\xea\x4e\x05\xb2\xd2\x71\xc7\x06\xce\x07\x97\xc5\x62\xd4\x6d\x27\x7b\xcd\x69\x12\xc2\x27\xa9\x07\xaa\xb5\x31\x96\xb2\xea\xc8\xe4\x8d\x98\xec\x64\xae\xbe\xfa\x5c\xa0\xd6\x67\x39\xb5\x6b\xd7\x5f\x8f\xde\xc8\xe3\xc7\xe4\xe5\x15\xb9\xab\x8c\x07\x68\xbc\x35\x2a\x34\x65\x4f\x64\xab\x77\x15\x99\x34\xe8\xa1\xfd\xae\x58\xac\x95\x2b\xf5\x75\xbd\xb8\xa9\x10\x1e\x19\xef\x76\x3d\xad\x17\xa4\x5e\xcb\x03\x0f\x68\xf8\x74\xda\xac\xd6\xb4\xac\x57\xe5\x4d\x8d\x95\xd6\xd3\x8a\xb4\xfa\x99\x9e\xa5\xa8\xd8\x34\xf9\x5f\x7d\x47\x74\x9d\x72\xe7\x57\x70\x0e\x87\x4b\xa0\xbf\xa8\x3b\x7c\xf5\x55\x1a\xe5\x6f\xe1\x54\x32\xc8\xea\x8e\xbc\xa9\xae\x9f\x7f\x5c\x1e\xec\x63\x47\xcc\xfe\x60\xae\x1e\x09\x99\x54\xb3\x6a\x5d\x19\x34\x9f\x05\x17\xb6\x51\x2b\x6a\xc3\x7b\x95\xac\x27\xd6\xa4\xa1\x1b\xba\x63\x69\x76\x60\xf1\x80\x5e\x15\x44\x98\xed\x33\x6f\xb7\x7a\x4f\x8c\xe6\xf8\x74\x8b\xe6\xf8\xf9\x33\x6a\x8e\x73\xf4\xa0\x2d\xb1\x74\xe8\x3a\x2f\x2f\x4b\xb6\x6e\x4e\x6f\xaf\x07\x3a\xa3\xcf\x4b\xad\x2c\x8d\xd4\xef\x29\xde\xf9\xd0\xed\xa9\x99\x72\x1b\xab\x33\x65\x03\x96\x61\x33\x24\x61\xec\xd0\xb3\x8b\xde\x79\xc3\x36\x74\x81\x8a\x6d\x21\x57\x8d\xc2\x35\xad\x36\x5c\xe1\xa5\xe5\x36\xf4\x2b\xf2\x61\xc3\x42\x5a\x8f\x2f\xc4\x71\x1f\x3e\xc4\x9b\x01\x70\x73\x7d\x47\x7e\x8f\x2d\x3e\x88\x45\x6d\x0f\xa8\xf6\xc8\x8c\xda\xe1\xea\x14\x2a\xde\xee\x6b\x8c\x82\x50\x37\x8b\xd3\xfb\x45\x79\xd0\x2c\xd5\x60\x41\x0d\x19\x06\xe3\x90\x55\xcc\x92\x6b\xc7\xc6\x8b\xbc\x6d\x18\xa4\x92\xf4\x05\x6a\xe7\x4d\x77\x43\x08\x2f\xf2\x7d\x97\xa3\x8c\x24\x84\xa5\x1d\x9a\xde\xf4\x45\xca\x53\x67\x77\xd3\xef\xee\xc0\xef\x34\x67\x45\xae\x56\xea\xc9\x8a\x67\xe0\x8e\xe8\xd4\x96\x22\x4e\x10\x59\xec\x55\xc7\xff\x7f\xff\xec\xe7\x9f\xdf\xbc\x7e\x76\xfc\xe2\xfd\xb3\xd3\xbf\xfc\x74\x6c\x11\x88\xee\x44\xc5\x59\x5d\x55\xff\xfb\xa6\x6a\xd7\xcf\x16\xf5\x1c\xfb\xfa\x71\xa5\xb6\x88\x1b\x80\x70\x96\x0b\xb6\x75\xe0\xb1\xc7\xe8\xab\x47\xb6\x32\xf6\xc4\x29\x52\xac\x3e\xa8\x11\x33\x69\x32\xa2\x82\x37\x5b\x92\xae\x43\x2f\x90\xbd\x6a\xd4\xca\x2e\x56\x1f\xac\x56\x37\x60\xbb\xe7\xa0\x13\x1f\xea\xd7\x6d\x71\x39\x73\x22\x83\x76\x17\x69\x32\xef\x35\x46\xb5\x2d\x64\x3b\x72\x70\x56\x2d\xe5\xdf\xc6\xde\x6f\xca\x58\x44\xdb\xab\x59\x41\x90\x10\x05\x4d\xe7\xc6\xd7\xb4\xa3\xc2\xe9\x1e\x34\x4b\x1c\xb9\xed\xd1\xd8\x4c\xf1\xeb\x3f\xa1\x83\xe4\x37\x5b\x9c\x1a\x4b\x17\xc8\xfe\x08\xbd\x3b\x7c\x21\xaf\x57\x95\x89\xad\x40\x9e\x12\x05\x08\xb3\x93\xc7\xb6\x2e\xe2\x29\x6b\x27\x77\x2f\xb7\x9c\x70\xc9\x9e\x5a\xfe\x02\xdd\xa6\x50\x95\xfb\xd6\x1e\x8f\x55\xbd\x3f\xcc\x37\x4d\xd3\x59\xfc\xf9\x32\xf1\x22\xca\xdb\xa6\xbd\x4d\x34\xb1\xde\x8f\xfc\xa5\x11\x7d\x72\x2a\xab\x3b\x32\x98\x23\x6b\x91\xc8\x4b\xaf\xd6\x39\xbb\xd7\xd4\xe1\xc4\x69\x25\xb6\xa7\x5e\xac\xe2\x39\x12\xd7\x8b\xe3\x4d\x55\x36\xab\x49\x4f\xc6\xba\x99\x4c\xc6\x6f\x01\xce\x86\x3b\xc4\x93\xba\x95\x3e\xd4\x7b\xc5\x8a\xc9\xa4\x92\x3e\xa7\x2d\xb3\x40\xe5\x0f\x56\xef\xf2\x36\x56\x39\x0b\x2e\x5c\x31\x6d\xf1\x2b\x5f\xbc\xec\x5e\x60\x05\xff\xe4\x0f\x06\x52\xac\xae\xab\x75\x2f\xea\x42\xf7\xc3\xa6\xd1\x5d\x55\xbf\xb8\xee\xf3\x37\x62\xac\x93\xe1\x3e\x94\xc9\x56\x7b\xbb\x99\x7d\x47\xfd\x90\x31\xdb\x1b\x88\xdf\x3b\x86\x8d\xb3\xa9\x70\x04\x65\xfe\xeb\xd9\xdb\xb7\x6f\x5e\xfe\xe9\x97\xb7\xcf\x4f\xdf\xff\xf9\xd9\xdb\xe3\x17\xcf\x7f\x78\xff\xe3\xeb\x37\xef\x35\x81\x1b\xfd\xb8\x4f\x10\x8e\x4b\xdb\x01\x41\x6c\x2b\xad\x28\x54\x39\x65\x76\xa8\x03\x6f\x04\xfb\x67\xcd\x52\xbc\xb8\xe7\x80\x96\x1a\xef\x1f\xdb\xa1\xe3\xbf\x80\xd8\x57\x25\x83\x0e\xfa\x8f\x4b\xcd\x40\xac\xd7\xd0\x83\x3a\xd6\x09\xab\x5d\xaf\xbb\xbe\x39\xdc\x40\x43\xae\x3e\x66\xbf\x7f\x33\x57\x90\x4f\xfa\x2d\x76\x87\x98\x7b\xb7\x89\xaf\xe6\xac\xe3\x4f\x7b\x2d\x79\xa2\x23\xda\xac\x7c\xaf\xd5\xe8\x7c\xf9\x72\x68\x5f\xba\x6d\x8a\x4b\x3d\x6f\x98\x11\x7b\x3e\x26\xee\x3c\x30\x04\xe6\xe5\xbc\x11\xb0\x2d\x7b\xad\xe4\x72\x5a\x80\xc6\x5c\xad\x7e\xc0\xc0\x53\x56\x4e\x7b\x73\x09\x8c\x42\x87\xc8\xd7\x91\x16\x5c\x25\xa0\x6c\x16\x8b\xaa\x5c\xdb\x47\x48\xdf\xcc\x9b\x3e\xd8\x76\xc1\x81\x4e\x8a\xdb\xaf\x9f\x8b\x55\x5b\xad\x48\xff\x74\x4c\x07\x1c\xf0\x78\x25\xb7\x63\x0d\xf4\xac\xab\xcf\x6d\x03\x6e\xc7\xf9\xe3\x53\x1d\x96\x40\xee\xc7\x9e\x6c\xdc\x8f\xb9\x55\x7b\xef\x44\x9c\x36\x8e\x46\xae\xc6\xb6\x5c\x35\xcb\xee\x01\x85\xd9\xe6\xbb\x01\x77\x65\xae\xf1\x45\x3e\x8c\x51\xb2\xec\x62\x77\x78\x4c\xcf\x89\xba\x9c\x84\x82\x26\x40\x8f\xda\x7f\x1c\xd9\x3e\xaa\x07\xfc\xcf\xbb\x7d\xdb\x65\xa4\xed\xba\xa1\xdf\x30\x55\xd5\xc7\x1a\xcf\x1a\x7e\xd6\x7c\xc2\x33\x67\xf6\x6a\xed\x66\x4e\xd7\x7c\xd9\xf1\x8b\x4d\x75\x71\x55\xf6\x3c\xeb\xbe\xad\x3e\xae\x75\x95\x2e\xa1\x6f\x97\xe5\x66\x2b\x0c\xe1\x51\x54\x8f\x82\xb6\xf1\x4a\x1c\xb2\x6d\x3e\xd4\x1b\xf4\x77\xdf\x0d\x06\xe3\xda\xdf\x6b\xdc\xb8\xf5\x9e\x74\x25\x2c\x9e\xd9\x6f\xa9\xaf\xb7\x5a\x0d\x82\xb0\x32\x43\xeb\xfc\x51\x3a\x7d\x5b\x2d\x5b\x17\xc0\x5d\x23\xe3\x1e\x8a\x06\x2e\x55\x77\xf4\x07\x52\x69\x4b\x8f\xfa\x2e\xdb\xee\x50\x5a\x19\xf6\xba\xdd\xe3\xc1\xc0\x12\x28\xd0\xb8\xf6\x36\x4f\x3a\xba\x5d\xae\x27\xbf\x7b\x9c\x25\x7f\x6f\xf0\x2e\xac\x9f\x6d\xd9\x41\x5d\x2c\xa7\xa2\x96\x5b\x51\x4f\x30\x17\x37\x9c\x8b\xbe\x17\xd6\x01\x60\xce\x2d\x4b\x16\xe4\x93\x7e\x88\x86\xfe\xd5\x37\x5f\x89\xf4\x5a\x70\xcf\x6e\x77\x1f\x3a\x2d\x7a\x0c\x4e\x07\x59\x58\xf8\x1b\xa2\x3d\x4e\x77\x55\xaf\xda\x75\x3f\xe6\x02\xe9\x42\x99\xad\x77\xc7\x5c\xd0\x1c\x4f\x36\xf5\xdd\x77\xaa\x1a\x28\x38\xd3\xd1\xe0\x34\x4b\xba\xa6\x1d\xc4\xff\x1d\xf0\xb4\x81\xc6\xe7\x69\xfe\xd6\xdf\xfc\x5f\x1e\xda\x7c\x37\xce\xb6\xfa\x71\xd6\x14\xeb\x03\x48\xe9\x8f\xaf\x6e\x7f\x2a\x7e\x92\x39\x4e\xb7\xdb\xdb\x6e\xef\x6a\x8c\x3b\x8c\xe0\x3b\xf5\xca\xa2\xad\xc8\xe8\x7a\xd5\xdc\x8d\x8e\x6c\x35\x04\x86\xa1\x02\xa8\x98\xaf\x18\xcc\x73\xed\xe8\x44\x97\xab\xaa\xf8\xe0\x68\x5e\xb2\xc1\x76\xba\xaa\x17\x1f\x76\x37\x49\xf7\x6f\x72\x56\x5d\xad\x87\x0d\x7e\x54\xad\x7d\x7c\x48\x53\xab\xfa\x7a\xba\xb5\xad\x07\x8c\xf4\x66\x39\x6c\xe8\x5e\x35\x74\xff\x10\xa0\x26\xcd\xdd\x62\x5b\x53\x0f\x80\x49\x72\x8a\x61\x63\x2b\xed\x80\xde\xfa\xb1\xa5\x59\xf9\x6b\x87\xcc\xef\x9e\xaa\xda\x87\x8b\x43\x87\xec\x1e\x61\xaf\x9a\xf3\x32\xd9\x4d\x72\xfb\xaa\xb0\xde\x97\x1e\x7a\x74\x40\x7c\xfd\xbd\x49\x09\xd4\x4e\x66\xb6\xb4\xae\xdc\x01\x39\xef\xa0\x2c\x27\x48\x8b\x9b\xd9\xcc\x32\x95\xb6\x72\x46\x23\xf2\xbd\xf4\x91\x64\xb9\x34\xea\xf9\x82\x32\x9a\xf3\x46\xd5\x67\xbd\x2a\x9e\xd9\xf7\xfb\x4e\xdc\x1d\xeb\x26\x7a\x4b\x80\x13\xe7\xbc\x03\x66\x7a\x61\x82\xcd\xc8\xbd\x1e\x9a\x9e\x3b\xe9\x4a\x05\x76\x8d\xfd\xa0\x2d\xb6\x50\x26\x6b\xf8\xc3\x0e\xa0\xbd\xd3\x30\x5a\x89\x44\xf5\xf2\xd3\x83\x71\xf9\x2e\xb3\x57\x14\xfd\xf4\x6c\x9b\x7c\xf4\x20\x51\x4f\x9c\x60\x3b\xd6\x55\xf0\x33\xce\xef\x1d\x04\xb8\x6f\x17\x49\x1f\xc5\x3e\x57\x15\x4f\x7d\xfe\x65\x86\xfe\x68\xce\x1f\x51\xed\xcf\xe2\x70\xb7\x43\x8b\x0d\xa6\xe7\x7e\x70\xa6\xf5\x64\x52\x2d\x10\x94\x11\x90\xd4\xe8\xc9\xc6\xf2\x57\x4d\x79\x83\x47\x5a\xb2\x34\x12\xe6\xc8\xb9\x5e\x74\x14\xa0\x5e\x7d\x8f\xfb\xa9\xf6\xc3\x06\xe2\x54\xbe\xa2\xb6\x4c\x0e\x3a\x9a\xb5\x27\x06\x9d\xd8\x0d\xde\x0e\x7a\xac\x89\x36\x6b\x26\x03\x2d\x1a\x7d\x5a\x58\x1a\x89\x7b\x43\xe3\x8b\x1b\xe5\xee\x62\x2c\x2f\x70\xee\xd0\x2f\x67\xc5\xe2\xc3\xab\x6a\x5d\xf8\xcd\xf7\xbc\xb6\x7a\x38\xdf\xc3\x94\x97\x13\x27\xcd\x63\xf9\x67\xbd\xcf\xf7\x45\x99\xe9\x39\x0b\xb1\xd5\x40\xe9\x81\xc4\x6a\x4a\x7b\x20\xb1\x92\x70\x96\xad\x77\xb7\xea\x4d\xb3\x73\x9f\xa6\x7d\x8e\xfc\xfa\xc5\xff\x66\xd7\x09\x2a\xd9\xdb\xaf\x23\xcb\x46\x54\xf5\x68\xe4\xbd\xbd\xb1\x7b\x6a\x6f\xf3\x64\x49\xaf\x83\x3b\xab\xd4\xd0\x7b\x58\x77\x5a\x64\x17\xeb\x1d\x14\xe1\x78\xbb\x1b\x54\xa7\xa8\x12\x6f\x0e\x8b\x3d\x75\x36\xe0\x36\x80\x4f\x7c\xba\x7c\x4f\x88\xf5\x4a\x1a\xa9\x62\xcb\x9e\x5e\x99\x21\x63\xef\xcb\x82\x5e\x05\xb5\xd8\xba\xe5\x68\xe5\x6f\xa2\xcb\x1e\xee\x34\x6d\x6e\xe4\xbc\x03\x8a\xdd\x87\xed\xf6\x48\xda\x99\x88\x87\xba\xbd\xd9\xe8\x4c\x67\x07\x8f\xb1\x01\xd9\x48\xea\x36\x4d\x0c\x88\xde\xa2\x02\x2f\xf5\xf7\xe6\x6b\xb8\x14\xac\xc5\xf0\xaa\x6e\x5b\xb5\xbb\x3e\xa8\x56\xab\x46\x0b\x60\x8c\x38\xbd\x90\x34\x3e\xb2\x0a\x49\xee\x8c\xb9\xf3\xaa\x6d\x8b\x6b\xdc\xa3\x43\x45\x74\x88\x85\x27\xad\x37\x8b\xe2\xb6\xa8\x67\xc8\xd7\xbb\xe2\xed\x5a\x5e\xe0\x2c\xaa\x3b\x22\x63\xe9\x1e\xca\x34\x09\x93\xd5\x87\x13\x46\x5e\xd9\xd4\x4a\x2b\x97\x03\xac\xd8\xe5\x03\x49\x79\x2b\xba\xa1\x5e\xed\x51\x9a\xb7\xcd\x3f\xbe\x3c\x39\xd1\x5b\x5d\x9f\x1f\xea\xee\x79\xfb\xb3\x9f\x5e\xbe\x92\xf7\x34\x7f\x7a\x76\x6a\x42\x6c\x18\x8c\xbf\xbd\x5f\x56\x47\x64\xf4\xef\xaf\x4e\xa4\x03\x81\x55\xb5\xac\x8a\x35\xfa\x9d\x38\x22\xa3\x5a\x9e\xbe\xd4\x6b\xe5\x8b\x6a\x72\xb3\x3a\x22\x23\xd1\x5a\xed\xbf\x79\xf9\xd3\xbf\xea\x56\xa5\x37\x82\xa5\x71\xef\xbd\xdd\x27\x1a\x8c\xc1\x1c\x78\x4e\x8e\xc8\xe8\x15\x8f\x13\x16\x8f\xa3\x28\x65\xe9\x8c\x72\xc1\x92\xb1\xc8\x59\x5c\x52\x9e\xb1\x94\xe6\x2c\xa6\x61\xcc\x72\x2a\x38\x13\x34\xe6\xf0\x33\x62\xf9\x4c\x08\x96\x52\xf8\x38\xe6\x22\x65\xc9\x38\x0a\x03\x16\x8f\x79\xc4\xb1\xa9\x60\x6c\x35\xfa\x89\xbc\x8a\x02\x68\x35\x15\x2f\x32\x16\x93\x92\xb3\x68\x0c\xcd\x8d\x63\x16\x8d\x23\xce\xd2\x31\x87\x8f\x84\x33\x7e\x12\x07\xe3\x10\xf2\x8e\xa3\x98\xf1\x71\x18\xc4\xd0\x0a\x67\xd9\x58\x64\xf9\x58\x37\x63\x5a\x8c\x02\x68\x0c\x20\xcd\xc6\x31\x13\x34\xc4\xa6\x38\x8d\x23\xc6\x67\x14\x86\x81\x03\x22\xc7\x3c\x82\x5e\xf2\x88\x85\x63\x1e\x8c\x05\x4f\x58\x3a\xce\x58\x0c\x2d\xbc\x80\xa6\x3e\x91\x57\x09\x66\x02\xd8\x65\xca\x32\xca\x23\x96\x8f\x79\xca\x04\x15\x19\x76\xcf\x38\x85\xd1\x9d\x24\x39\x4b\xc7\xb9\x60\x61\x49\x79\x08\xad\xc6\x2c\xa1\x02\xe0\x0c\x05\xcb\x10\x3b\x63\xc0\x13\x39\xe9\x5a\xfc\x44\x5e\x85\x79\x3a\x8e\x78\xce\x12\xac\x96\x8f\xb9\x00\xf8\xa2\xb1\x10\x2c\xa4\x51\x82\x83\x65\xd1\x8c\x73\x96\x03\xfe\xb3\x52\x04\x88\xfe\x7c\x1c\xe6\x2c\x03\x54\x27\xe3\x38\x61\x39\x0d\x53\x96\x9c\x98\xd6\x3e\x91\x57\x9c\xc7\x00\x4f\x44\x4a\x68\x98\x72\x01\xf5\x23\xa8\x11\x8e\xa1\x61\x8a\x0d\x53\x68\x99\x62\xcb\x14\x9a\x1e\xe7\xd0\x56\x0e\x43\x13\x2c\xa1\x71\xc2\xb2\x31\x36\xad\x9b\x03\x24\xc3\xf4\x8d\xc3\x38\x06\x72\x48\x59\x36\x06\xa4\x50\x40\x0a\xe0\x23\x03\xcc\x70\x98\x9d\x98\x20\x3d\x40\x4b\x29\x00\x91\x52\x40\xca\x18\x90\x42\x43\x01\x43\x80\x7a\x80\x94\x13\xab\x49\xe8\x20\x45\x5a\x48\x45\x49\xe1\x0b\xcc\x23\x8d\x99\x18\x87\x29\x80\xcb\xc7\x38\x8f\x30\x8d\x63\x9c\xc6\x32\x65\x31\x10\x22\x87\x9f\x82\x46\x21\x64\x84\x2c\xa1\x49\xc2\xb2\x17\xd8\x18\x60\x1a\x69\x2b\x4a\xa0\xd1\x98\xa5\x63\x84\x41\x8c\x33\xa8\x91\x33\x31\xce\x59\x74\x1b\x0a\xc6\x4b\x24\x69\xae\x68\x90\x02\x31\x02\x09\x42\xcf\xe9\x89\x69\xe4\x13\x79\x25\xa2\x60\x8c\x8d\xe3\x9a\xc8\xa0\x0a\x0d\xa1\x82\x40\x42\x43\x50\xed\x95\x83\x10\xa6\x40\xb8\xa1\x84\x5c\x8c\x01\x40\x04\xf5\x9d\x86\x32\x4a\xc4\x98\xe7\x01\xcb\xca\x78\x8c\x60\x66\x30\x6e\x21\xe1\x1b\x03\xa0\x53\x00\x92\x20\x66\xd4\xea\x63\x11\x45\x50\x01\x42\x8a\xcb\xc5\xb4\xf2\x89\xbc\x82\x49\x1b\x87\x79\x5a\x52\x2e\x90\xc6\x90\x04\x90\xca\x90\x04\x90\xca\x70\x55\x64\xb0\x4a\xf2\x12\x88\x0b\x49\x01\x89\x0b\x69\x01\x28\x00\xc9\x8c\x9c\xe8\xe6\x00\x01\xa9\xc0\xb5\x57\xe2\x42\x03\x8c\x85\x09\x50\x39\x2c\xe1\x08\x66\x03\x10\x00\xe3\xc7\x25\x77\x1c\x72\x98\x63\x5c\x72\x22\x8f\xd5\x92\x4b\x61\x06\xe2\x77\x6a\xb1\x21\xcc\xe3\x38\x20\x25\x8c\x9d\xe2\xda\x11\x14\x50\x00\x23\xa7\x39\x8b\xde\x65\x40\x74\x38\x0b\x5c\x8d\x1b\xf8\x05\x0e\x1b\xf9\xc5\x89\x6e\x03\x09\x15\x88\x1d\x16\xe5\x09\xae\x8a\x31\xe7\x71\xc9\xc5\x18\x57\x1a\x2e\x04\x5c\x6b\xc8\xa3\x00\x0b\x04\x88\x2a\xc3\x25\x71\x1c\xa5\xc1\x98\x0b\x60\x06\x51\x9c\x22\xb0\x38\x01\xa6\x45\xb5\x76\x01\x1d\x1d\xd7\x43\xd2\x4a\x90\x01\x50\x5c\xf6\x48\xeb\x1d\x7b\xec\xa8\x81\x1c\x87\x69\xc0\xa2\x71\x2a\x60\x89\x67\x11\x8b\xc6\x19\x30\x49\xdd\xe6\x27\x74\x09\xf3\xe5\xd0\xf6\xa1\xf1\xfa\xe7\x67\xc7\x2f\xdf\xfe\xe5\xbd\x94\x22\xcf\xbd\x0f\x5a\x5d\x09\x33\xee\x09\x18\xa9\x20\x8d\x9a\x65\x51\xd6\xeb\x7b\x10\x1c\x87\xa6\xf5\x1f\x5e\xbf\x75\x45\x47\x59\xaf\x4a\xed\xf7\xf0\x01\xc2\xa3\xfc\x08\x52\x29\x4e\x4c\xf8\x89\xfb\x23\x32\x0a\x93\x48\xff\x46\xa1\x95\xa9\xe1\x61\xda\xd0\x29\xb1\x04\xa0\x40\x1b\x21\xaf\xe7\xc5\x3d\x07\xee\x54\x53\x83\xb7\xe2\x42\xc8\x07\x42\x08\xcf\x13\x1e\x3d\x11\xd9\x13\xf3\xc5\x8d\x74\xd3\x8b\x4d\xf1\x20\xc0\x7a\xb3\x36\xb6\x8f\x88\x55\xf7\xfc\x49\xf0\x84\x3f\x91\x9f\x6e\xc7\x17\x9d\x6c\xff\x5f\xbf\x3c\x3f\x85\xf1\x7d\x05\xf9\xae\xe6\x1f\x7a\xd6\x63\x40\x91\x2f\x12\x90\x5c\x21\x17\x53\xca\x93\x92\x26\x2c\x19\x07\xc0\x35\x60\x81\x01\xf3\x10\x65\x40\x53\x3e\x4e\x53\x58\x70\xb0\x86\xf0\x1b\x0f\x52\x96\x95\x01\x15\x01\xc8\x80\x8c\x46\x01\x30\x25\xc8\x81\x6f\x25\x2c\x7e\x3e\x0e\x68\x04\x62\x2f\x07\x99\x92\x4b\x41\x91\x92\x92\x42\x23\xb1\x64\xea\x09\xe5\x09\x64\xa0\x50\x0a\x19\xa7\x39\x54\x86\xe5\x04\x3c\x0b\x44\x1c\xe7\xb0\xa2\x60\x7d\xa5\x4c\x48\x36\x2d\x52\x64\xc7\xd0\x17\xf0\x95\x1c\xd2\xe0\x5b\x19\xc3\x3a\x0d\xc6\x79\x0a\x82\x04\x58\x18\x7e\xcb\x02\x26\x48\x19\x8c\x93\x94\x25\x14\x80\x1f\x27\x21\x8b\xe5\x37\x1c\xc6\xb1\x48\x81\xe9\x86\x41\x82\x2a\x45\xc0\x42\x40\xc7\xd8\x20\xe6\xd3\x57\xa7\xdb\x3d\xc9\x43\xfe\x6f\x0b\x79\x3c\xff\xf7\xe3\x93\x67\x72\x05\x7c\x55\x0a\x09\x5c\x0a\x09\x05\x0a\xd7\x88\xc5\xb3\x74\xcc\x93\xac\x04\x14\x25\x2c\x1a\xc7\xc8\x5e\x51\xb0\xe1\xdf\x69\x5e\x42\x72\x80\x4c\x99\xc6\x28\x9c\x61\x06\xe3\x59\x4a\x55\x3d\x9a\x48\xb9\x0e\x5c\x31\x96\x04\xc6\xe2\x29\x15\x21\x39\x16\x21\xca\x0a\x21\xc6\x02\x85\x1f\x68\x93\xe9\xd8\xea\xfd\xbf\x65\x22\x02\xb3\x4e\x83\xcd\x13\x31\x97\x3b\x04\x77\x12\x94\xbb\x5e\x0b\x50\x50\xd5\xc7\xc0\x74\xc7\x66\x65\x8f\xed\x49\xbc\xb0\x39\xbf\x7a\x5f\x28\xfc\x6f\x33\x2d\x27\xfb\x3f\x36\x37\x0b\x74\x92\x8a\x26\x1a\xd6\x89\x84\xf6\xbf\x89\x4f\xa3\xad\x70\xde\xc6\xf5\x26\x66\xf0\x0b\xdb\x7b\x2a\x24\x7d\x8b\x57\x4d\xda\x79\x84\xbc\x77\x8a\xba\xf3\x0b\xab\x0c\x00\xf7\x1e\xbf\x4d\xde\xaa\xd3\x5a\x2b\x77\x4c\x78\x57\xeb\xb6\x82\xdd\xd4\x0f\xc5\xba\x80\x3a\x56\x13\x12\x32\x73\x5a\x20\x2d\x94\x3a\x6b\x45\x7d\x9e\x86\xad\xb3\x5a\x5d\x22\x77\xad\x75\x77\x41\x5d\xd5\xce\x96\x7a\x5b\xd4\x14\xfb\x2a\x48\xba\x66\x7b\xa0\x6f\xed\x1f\x7e\x79\xfd\xf6\xf5\x4f\xcf\xdf\x1f\x9f\x3c\x3b\x3d\x7d\x7e\xca\xfe\xf5\xcd\xeb\x5f\x7e\x36\x81\x46\xbc\x6e\xdd\xac\x3e\xfb\x2b\x75\x2b\x80\x5f\x0b\xc4\xd3\xe7\xc7\xaf\x7f\xfa\xe1\xd9\x9b\xbf\xb8\xb6\x49\x5b\x23\x29\x29\x46\xd0\xa1\xfc\x2c\xb8\xe8\xf2\x3a\x33\x1c\x27\x2a\xc0\x7f\xcb\xe8\x7e\x7e\xf3\xf2\xd5\xef\x1d\x1b\xf7\x8e\xcd\x7d\x0e\xe9\x1c\xd6\x6e\x24\xbb\xe5\x3e\x51\xb6\x76\x40\xe7\xc0\x76\xbe\x70\xc0\xfa\xe2\xb9\xe4\x57\x2d\xa3\xa7\x63\xc7\x10\xc9\xe3\xdb\xd4\xf5\x6c\x6a\x3d\xcb\x3e\xd2\x63\xf2\x9d\x7f\x5e\xd5\x16\xb3\x91\x31\xd3\x1d\xa7\x15\x3a\x1e\x7f\x75\x47\x96\x75\xf9\xa1\x9a\x58\x27\xd4\xab\xaa\x6d\x66\xb7\xe8\xbb\x02\x9d\x29\xd9\x76\xe9\xd2\x70\xa4\xb3\x20\x97\x23\xb0\x4f\x7f\xcd\x20\x62\x2e\x06\xee\x59\xed\x34\xf5\xb2\x55\xf2\xe4\x0e\x57\xe7\xe6\x62\xc4\x9c\xc0\x7e\xf7\x1d\xe9\xac\x31\x34\xc3\xb5\x1f\xe2\xf6\xd3\x3c\x2f\x71\x1d\x9f\x3e\x9b\xcb\xf7\x5d\x74\x28\x5c\x1c\x0c\xf8\xf7\xe0\x05\xcf\x66\x88\xb5\xd5\x75\x3b\x6d\xee\xac\x43\xaa\xd6\xb9\x08\x40\x97\x64\x68\x2f\x6c\x1d\xd6\x9d\x3f\xc2\xb3\xb6\xba\x35\xa2\xeb\xaa\x31\xde\x22\x7c\x41\x4e\xf0\xf5\x93\x1c\x25\x9e\xeb\xf9\x42\x0c\x6c\xbc\xe9\xd1\x63\xbd\x2d\x66\x87\xce\xfd\xcc\xa1\xc7\x19\x41\xe8\x17\x78\xce\xab\xcb\x45\xb5\x2a\xd6\xd5\xe9\xed\xf5\x9b\xee\x6a\x4a\xdb\xf1\xe1\x69\xb1\x34\xc4\x79\x55\xad\x0b\xfb\x99\xa8\x6b\x1b\x05\xb9\x9e\x90\x1d\xd6\xad\x1d\x96\x70\x3d\xb6\xba\x37\x75\x5d\x01\x2b\xa6\xc6\xd2\x36\xde\xc2\x12\xbd\x23\x7b\xfb\x7c\xbd\x6b\x65\x73\x5c\x10\x53\xa6\x17\x19\xc4\xba\x95\xc2\x6c\x27\x78\x89\x89\x0c\xe2\x64\x7b\x42\x7f\x98\x7c\xed\x7d\xf6\xb7\xad\x61\x59\x90\x15\xb3\xd9\xc1\xd9\x66\x1e\x31\xee\xf8\x87\x09\xa4\x2a\x0b\xe0\x4f\x55\xea\xe2\x90\xad\xa7\xd5\xc2\xea\xd5\x0a\x20\xa4\x57\x9c\x76\xf4\xde\xd7\x3f\x56\xd5\xd5\x98\x08\x57\x06\x58\xc1\xb1\x40\xdf\xe8\xe5\x99\xf8\x58\xa2\x53\x86\x6c\xb2\x3d\x93\x14\xe5\x0f\x4f\x63\x1b\x1d\xc3\xda\xeb\x09\xb6\x81\x17\xfd\xae\x53\x79\xfc\x6f\x49\x1b\xab\xc4\x86\xe7\xfc\x5b\x1f\xf4\xef\xf0\x7c\xbd\xe1\x22\x82\xf8\x2e\x23\xc8\x26\xef\xfe\xa4\xbb\x5c\x71\xd7\x85\x75\x97\xd2\x5f\x0f\xe6\xa2\xc2\x75\xc1\x6e\xb9\x55\xef\xcc\x63\x11\x0f\x87\x17\xfd\xe7\x34\x43\x63\x07\xcd\x03\x3a\x47\xf5\x9b\xd7\xfd\xae\x25\xbd\xdf\x72\xdc\xb2\x5e\x6c\x65\xdb\x3c\x26\x77\x34\xed\x9e\x32\xdb\x8f\xf4\xbe\x22\x65\x33\x5f\xde\xac\xab\xc9\x8f\xcd\x62\x7d\x2a\x2d\x85\xf0\xa6\xf1\xe5\x62\x7d\x70\x5d\xad\x8f\x55\x36\xde\xdb\xa8\x57\xa3\x57\xaa\xe8\x98\xf0\xc0\x7e\xcf\x77\x09\xf2\xa4\x5e\x5c\x1f\xcf\xea\x6a\xb1\x56\xc1\x81\xf5\xb5\xd2\x9f\x06\x99\xe6\x76\x58\x8f\x60\x58\x9f\xe9\xc8\x1d\x7d\x28\x9f\xd8\x9a\x84\xbf\xaa\x89\xad\xe6\xad\xfb\x65\xa3\x25\x03\xca\x37\xd7\x82\xa1\xef\xef\x7a\xab\xc5\x80\xab\x17\x29\xee\xe4\x59\xd1\x9e\x48\x07\xfa\x50\x4b\xfa\x84\x3e\xea\xbd\x2b\x7c\xa0\x42\xb5\x65\x4d\x7a\x16\x92\x67\xa5\x78\x56\x89\x5a\x21\xfe\x15\xe1\xc8\x41\x6b\x15\x68\xba\xd5\x94\xd5\xdd\x61\x5b\x84\xf9\x5f\x2e\x75\x0f\xe2\xbc\x9c\x3c\xfb\xcb\xf3\x37\xa7\xef\xdf\x3e\xff\xf7\xb7\x52\xeb\xfe\xe9\xd9\xab\xe7\x87\x7d\x33\x87\xdd\x8b\x73\x9b\xd1\xc3\x43\x84\xbb\xdf\x9c\xa1\x59\xbc\x5d\x55\xd5\xc1\xaa\x69\xd6\x9e\x17\x99\x5f\x29\xf0\xbc\x59\xe8\x9b\x9e\x1a\x20\x03\x58\xcf\x67\x78\x11\x7b\x52\xa3\x89\xa3\x7e\xe1\xc5\xf4\x03\x7c\xf5\x22\x47\x22\x1a\x0a\x59\x7b\xe1\x69\x39\x7b\x36\x71\x5c\xd0\xc9\x94\x83\xf6\xe6\xca\xf6\x12\x67\xb9\x03\x31\x7d\xb1\x62\x32\x71\xde\x78\x03\xe9\xca\x29\x93\x0f\x67\xf1\xc8\x54\x26\xf4\xb7\x55\xaa\x79\xd7\x6f\x9c\x02\xe8\x4d\x35\x6f\x6e\xab\x1e\x4c\x32\x71\x2f\xb0\x56\xb2\xe8\xd7\x86\x4c\xca\x49\xb4\x2e\xf0\x79\x57\xfa\x7e\xab\x73\x25\x72\xe4\xba\xde\x55\x7a\x68\x67\x91\xa0\x5b\xff\xa1\x99\xff\xaf\x9b\x6a\x75\x4f\x9e\x92\xb3\xf3\x47\xac\x1b\x82\x77\x59\x00\xf0\x47\x8b\x66\x7d\x70\x66\x6f\x59\xdd\xc7\xcb\xe7\x8f\x2e\x0e\xcf\x1f\x1d\x5e\xb8\x0a\x77\xd5\xf6\x4c\x7b\x96\x7d\xa4\x3a\xbd\x2f\x1f\xd0\x93\x92\xa7\xda\x8a\x78\x4c\x1c\xa3\xa5\xfe\x40\xfd\x6f\x8d\xfd\x6f\x39\xcb\x62\x31\xa9\x27\x85\x34\xf1\x30\x4f\x48\xd6\xab\xfb\xee\x89\xb2\x55\x40\x1b\xf7\xc1\x1a\x65\xff\x1b\xfa\x3a\xad\x66\xb8\xd3\x7d\x36\x9b\x0d\xe0\xd0\x33\x4e\xca\x02\x8d\x79\x81\xaf\x3d\x7e\x8c\x8f\xa4\xfb\x52\xc4\x74\xe2\x7b\xf3\xa1\xd6\xcf\x68\x59\xa1\x98\x32\xb6\xd8\x1d\x0d\x8f\x40\x4c\xcd\x2a\xf3\x36\xd8\xc7\xa3\x06\x1e\x5a\x86\xef\x8b\x25\x07\xb2\x2c\xfc\xcc\xfb\x62\xa0\xd0\x0e\xc6\x0d\x36\xe5\xb6\xeb\x0e\x0b\x83\x6e\x53\xf8\xce\xc2\xc7\xf3\x9f\xf8\x9f\xea\x0d\x6c\xb5\x65\x60\xdb\x9e\xe3\x88\xee\x78\xc1\x46\xb6\xdd\xde\x37\x3f\xbf\x79\xfd\xc3\x2f\xc7\x6f\x5f\xbe\xfe\x69\xf0\xe6\xae\x22\xf5\xa2\x5d\x17\x8b\xb2\x6a\xae\xec\x0d\x67\xef\x8d\x1d\x28\xca\xcd\xac\x62\x68\xfa\x71\x50\x6d\x7d\xd6\xb5\xd9\xd8\xf2\xec\xe2\xf0\x6b\x6c\x57\xcc\xd4\x0c\x76\x1d\xaa\xf2\x64\xf8\x9c\x99\x18\x2f\x00\x83\x32\x63\x5f\xec\x00\x9b\xf8\x8a\x72\x5d\xdf\xda\x6f\xcf\xbb\xac\x1e\xf1\x99\x4c\x4d\x9c\x7d\xba\xd5\x68\xdf\xee\x59\xe0\xd0\x64\x1c\xd8\x15\x7b\x6f\xda\xbb\xfd\x8e\x45\x0a\x96\x6b\x87\x52\x3a\xc9\xf0\x8d\xad\xd7\x92\x3a\x73\xd8\xa0\xc4\x5b\x52\xfa\xa7\x66\x52\xf5\xd5\x94\xbf\x95\x94\xf6\x2f\x95\xfe\x8c\x0f\xd6\xca\x86\x05\xa4\x67\xff\x4c\xe7\x5d\x58\x4e\x20\xfc\x47\x1c\x7d\x97\x4a\x3f\x36\xab\x9f\x9b\xb6\xb6\xb4\x9a\xa5\xfa\x69\xfb\xd1\x96\x13\xde\x39\xb4\x72\x0d\x74\x35\x8f\xff\xf9\xf4\xf9\x2f\x3f\xbc\x7e\xff\xfc\xe4\x39\x28\x17\xef\x7f\x7e\xfe\xd3\x0f\x2f\x7f\xfa\x57\x23\x0a\x74\xc3\xc6\x5b\xcc\xe8\x08\x38\x3f\x1d\x1d\xfe\xf6\x05\x64\xbc\x0d\x39\xb6\x6a\x7d\x78\xa5\xf3\x23\x98\x04\x0b\x79\x8f\x1f\x93\xb7\x53\xf4\x58\x3c\xa9\x48\xdd\x1a\xc7\x3c\x97\x55\xbd\xb8\xd6\x0e\x89\xab\xc9\xb9\xff\xc0\xcc\xeb\xe1\xc6\x72\xc7\xe6\x98\x8d\xeb\x74\x7b\x7f\xa4\xba\xfb\x59\xf7\xe3\xbc\x9a\xb6\x22\xb2\x6d\x0b\x6b\xd9\x05\xb6\xf4\xfb\x16\x73\x27\x44\xc6\xcb\xd4\xb3\x60\x96\x85\xeb\xbf\xc8\xbc\x8c\x54\x4e\x33\xbc\xbb\x3e\x8b\x48\xac\xaa\xb0\x13\xfc\x11\xcf\xc9\xbb\x67\x91\xd7\xd5\xfa\xe7\x55\xb3\xac\x56\xeb\x7b\x74\x96\x7f\x30\x82\x52\x54\x1e\xa7\xa3\xed\x30\x2c\xe7\x1f\x5f\xff\xf4\xf6\xfd\x8f\xcf\x5e\xbd\x3c\xf9\xcb\xfb\x9f\x9f\xbd\x7d\xfb\xfc\xcd\x4f\xfd\x86\xff\xac\x37\x77\xdb\x1b\xbe\xc3\x62\x8e\x63\x99\x2e\x36\xd2\xc6\xaa\xaa\x48\xcf\x6b\xd7\xf6\x19\x82\x8d\x61\x37\x62\x97\xae\xd0\xd3\xd3\xe8\xb6\x73\xf6\x64\xa8\x89\xd4\x6b\x72\x79\xb3\x46\x0f\x4d\xea\xb4\xdd\x6c\x49\xd5\x13\xd9\x49\x53\xb5\xe8\x02\x4a\x39\xcb\xaf\x17\xa4\x20\x16\xd6\xc6\x56\x47\xeb\x69\xb1\x86\xc6\x2f\x8b\xcb\xd9\x3d\xda\x31\xb7\x32\xad\x90\x77\x19\xf2\x94\x14\x53\xee\x8a\x16\x34\xc8\xdb\xba\xb9\x69\x67\x00\x51\xd5\x56\xd2\xc5\x14\xec\x3f\xa5\x53\xf0\x12\x14\xe9\xa2\x25\x97\x55\xb5\xb0\x7a\x91\xda\xf2\x84\x91\xd3\x06\xfd\x82\x37\x77\xa4\x9d\x36\x37\xb3\x89\xf6\xb1\xa4\x2b\x33\x5d\x69\x21\xdd\x74\x41\x35\xe9\xa5\x6b\x2b\x2e\x07\x8e\xa3\x07\x8b\xac\x7b\xba\x68\x11\x99\xf4\x3b\x80\x73\x8b\x6f\x28\x16\xcd\xa2\x1a\x0d\x52\x47\xfd\x03\xbb\xdf\x44\x0f\x3d\x3f\xc6\xff\x75\x36\x3a\x6d\x66\xf5\x04\xf8\x97\x72\x45\x0c\x5f\x4f\x90\xf8\xc6\x64\xf4\xc3\x4d\xb3\x06\x68\xc6\x64\xf4\xa7\x55\xb1\x98\xb4\xf0\xed\xdf\xea\xf5\xe8\xc2\xec\x61\xbb\x81\x9c\x89\x8b\x43\xf2\x3d\xc1\x5d\x00\x6c\x07\xe4\xc6\xe0\xcc\x29\xe0\x3e\xe3\x03\x91\x82\x6b\xe6\xcf\xcf\x5f\xfe\xeb\x8b\xb7\xbd\x4a\x72\xa9\xb8\x6f\xf8\xa6\xd5\x47\x15\x1c\x43\x3d\xd5\xd4\x68\xb0\x75\xeb\x90\x7c\x6f\xd0\xc3\xda\x9b\xcb\x76\xbd\x3a\xe0\x63\xc2\x61\x6b\xa2\xd3\xdd\x77\x83\xde\x77\xa1\xfa\xb8\x5e\xf7\x39\xac\xf2\x72\x52\x2d\xd6\xf5\x55\x8d\x26\xea\xc6\x7d\x00\x90\xda\xeb\xc5\xec\x1e\xe6\xef\xb6\x5a\xc9\x45\x22\x3d\x46\x98\xeb\xad\x7a\x21\x9d\xbe\x1f\x5d\x56\x57\xcd\xaa\x7a\x7c\x54\x5c\xad\xab\x95\x61\x47\xa4\x5e\xac\x1b\x52\x48\x67\xa8\x40\x2f\x77\x15\x3a\x5a\x5b\x8c\xd6\x16\x3d\xeb\x55\x39\x69\x16\x15\xfa\xa4\xd7\x5e\xf1\x5b\x18\x8a\x9a\xe4\x62\x31\xb1\x9c\x3f\xdb\x9a\xa7\x7d\x0b\x72\xf0\xcd\x76\x2e\xf1\xf9\xf3\x76\x46\xef\xe1\xdb\x72\x26\xa5\xc8\xb2\x3c\xd3\x3e\xb0\x95\x97\xc7\xa0\x17\x43\x1b\x2e\xc2\xdd\x47\x8b\x43\xb7\x56\x7d\xd1\x39\xee\xd7\x77\x5e\xbb\xed\x64\x93\x3d\x8d\xfb\xf1\x63\xf2\x43\xc7\x32\x9a\xd9\x84\x34\x8b\x6a\x4c\xda\x7a\x51\x56\xc0\x32\x57\x95\xd2\x4b\x40\x04\xd7\x6b\x39\x33\x05\xaa\x04\xcd\xa2\xb2\x5b\xfa\xad\x1c\xa6\xe7\x3f\x05\x77\x32\xf2\x38\xca\x7a\x7d\xf2\xc4\x2d\xa0\xcf\x5c\xe7\xee\x79\xab\xfc\x37\x38\x0e\xf4\x0b\xdf\x0b\x32\x10\xbd\x04\x2f\x5e\x37\xdd\x51\x0c\x74\xc2\xa2\xee\xef\x5f\xfa\xfe\x06\xbd\x37\x03\x43\x73\x13\x18\xc6\xd8\x6d\xc9\x7f\x6b\x40\x36\xdf\x1c\x10\x73\x5e\xef\x7b\x4c\xe4\x96\xfc\xd2\xab\xb9\xf1\x56\x81\x0c\x6e\x16\x3a\xba\xeb\x15\xdb\x70\x96\x4f\x36\x9f\xe7\x13\xeb\xe5\x91\x33\xb9\x46\xe3\x32\xa7\x62\x7d\x6f\x94\xb7\xd7\xa3\x43\x9f\x73\x13\xcd\x74\x70\x9f\xa3\x38\x52\xdf\x8f\x8b\xf1\x07\xd7\x56\xab\xf5\x9f\xb0\xc8\x81\xea\x52\x3d\xd3\xc7\x27\xc1\x48\xc3\x2e\x70\x3e\xdf\x24\xaa\xb5\x62\x09\xcb\x54\xd2\x7d\x35\xa4\xf0\x1e\x8d\x1b\xe3\x00\xc7\x19\xe6\x1e\x0e\xf6\xe4\xbf\x0d\x6e\xf6\x34\x46\x3d\xce\xf6\x2c\x48\xe5\x0a\xdd\xa2\x99\x3b\x55\x86\x5b\x3f\x6b\xcf\xa7\x34\xff\x6e\x57\x38\xc0\x8f\x67\xe7\xe8\xe8\x0f\x83\x9b\xe0\x3d\xf7\x48\xbe\x27\xb3\xd6\x3d\xe3\xc6\x9d\x54\x47\x13\xe3\xcd\xdb\xad\x91\x14\x61\x23\xdf\x61\xba\x52\x1b\x81\x98\x3d\x30\xf4\xbd\xca\x02\xb3\x37\x1e\x55\xa7\x55\x31\x91\xa1\xd2\xdf\x3e\xfb\xd7\x9f\x9e\xbd\x7a\x7e\x8a\x27\x8d\xff\xf6\xf2\x67\x74\x6a\x24\x99\x93\xe2\x4d\xa7\x46\x29\xe9\xb9\x8f\xfd\x65\xb9\xd4\x2a\x07\xba\x48\xfa\x66\xb3\x1b\xe3\xfe\x56\x03\x65\x63\x1f\xc2\xcf\x9f\x07\xbe\x5c\x55\x67\x9d\x77\x5a\xcf\x8b\x62\x8f\x57\x29\x62\x1f\xab\x6f\x3a\xfa\xfe\xad\x46\x20\x8d\x76\x04\xb8\xfb\x88\x70\xf4\x87\xd1\xe1\xa1\xde\xa2\x59\xd3\x25\x5f\x45\xaa\x49\xb7\x77\x23\x32\x36\xa3\x7d\x48\xe7\x1b\x9e\x59\x4a\x3e\xe7\x7c\x4f\x06\x67\x47\x1d\xc0\x03\xb1\x61\x3f\xbc\x5d\x4c\xac\xa5\xe1\x71\xdf\xf7\x64\xe3\xfa\xd8\x7a\xee\xf2\x90\x76\xb7\x1d\xc9\xa8\x80\x37\x45\x5b\x99\xd7\x81\xe7\x8f\xda\xdb\x6b\x3c\x53\x3e\xc2\xf9\x66\xed\xed\x35\xad\x51\xc6\x51\x7a\x55\x90\x5f\xcf\xa1\x81\xe6\xb6\x5a\x5d\xcd\x9a\xbb\x23\x72\x5b\xb7\xf5\xe5\xac\x7a\x72\x0e\x0d\x9e\x2f\xce\xcf\x17\xfe\x1a\x93\xba\x5d\xce\x8a\xfb\x23\xa2\x72\x2e\x67\x4d\xf9\xe1\x09\x66\xe1\x4e\x4b\x3a\x0d\xa9\x17\xd3\x6a\x55\xaf\x65\xba\xbe\x56\xe3\xd5\xfc\xc9\xe6\x5e\x09\x01\xcd\x15\x24\x21\x2d\x66\xf5\xf5\xe2\x88\xd0\x80\x71\x11\xcb\x4a\x5f\x86\x00\xb1\xab\x82\xce\xae\x15\x58\x9e\xba\x62\x47\xdd\x3b\xca\x55\x65\x75\x15\x18\xb0\x20\xd9\x59\x47\xf4\xeb\xec\x02\xf1\x8e\x86\x83\x2a\x59\xba\xab\x4e\xd4\xaf\xb3\xb3\x97\xb8\x5f\x23\xdc\x0d\x59\x32\xa8\xb3\x13\xb0\xb4\x5f\x25\xda\x5d\x27\xeb\xd7\xd9\x55\x21\x1f\x54\xd8\x3d\x31\x3c\xe8\x57\xda\xa3\xce\x80\x02\x92\xdd\x53\xc3\x07\x24\xb0\xbb\xca\x80\x04\xb2\xdd\x93\xc3\x07\x34\xb0\x07\x6c\x03\x2a\xc8\x77\x4f\x0f\xef\x91\x01\xdf\x55\xbe\x47\x03\x7c\x9f\x75\xc3\xb3\x7e\xa5\x3d\x30\x90\x0f\xea\xec\x46\x81\x08\xfa\x95\x76\xf4\xb3\xbc\x99\xcd\xe8\xac\xba\x5a\xab\x7a\xf3\x62\x75\x5d\x2f\xe8\x4a\x32\xad\x80\x85\x9a\x6d\xa9\x06\x8b\x9b\x75\xb3\xab\x39\xac\xec\xb6\x07\x3d\xfc\x86\xe6\x2e\x9b\xd5\xa4\x5a\xa9\xa6\x0c\x27\xdd\xb1\x82\x66\xb5\x8b\x03\xb1\xb5\xf4\xd5\xdd\x36\x8c\x41\x1d\x68\x12\x4d\x01\x48\x7b\x7b\xed\x97\x0b\x97\xcd\x7a\xdd\xcc\x8f\x48\x20\x07\xa7\x46\xfb\xc4\xc2\x40\x37\x54\x62\xf6\x73\x47\xa0\x4c\x37\xb3\x9b\xb5\x12\x01\x1a\xe9\xf2\xd7\xba\x59\xaa\xef\x43\x40\x76\x4a\xa3\x81\xd4\xe9\xfa\x5c\x55\xb3\x62\x5d\xdf\xaa\x3e\xd7\xd5\xc7\xb5\x16\x1b\x65\xb5\x58\x57\xab\xdd\xe2\xc8\xbb\x56\xf6\xc0\x12\xbd\xab\x2e\x3f\xd4\xeb\xce\x0f\x0c\x6d\x30\x10\x81\xee\xd9\x01\x40\xff\xdb\xa3\xf0\x00\x3f\xb4\x94\x81\xef\xc7\xc4\x4a\xc3\x98\xb2\x3b\x11\xb7\x69\x6e\xfc\x78\x1a\xf6\x6c\xf5\x22\xa9\x20\x0e\xfe\xd1\x9a\x4f\xf3\x6b\x80\x0b\x65\x60\x33\x2b\xd6\xd5\x01\x8d\x83\x7f\x1c\x13\xf8\x3c\xdc\x80\x8c\xad\xa5\xff\xee\x78\xd6\xab\xa0\x28\x3f\x5c\xaf\x9a\x9b\xc5\x84\x96\xcd\xac\x59\x1d\x91\x7f\xb8\xba\x12\x71\x58\x3c\x51\x8b\x04\x16\x33\x5d\x15\x93\xfa\xa6\xb5\x48\x53\x83\x7b\xd9\x7c\x04\x05\xaa\x5e\x5c\x1f\xe9\xb2\x97\xcd\x47\x17\xca\x6d\x65\xba\x3e\xaf\x9e\xf8\x19\x06\x21\x38\xdd\x26\x5d\x2f\xd0\x8f\x54\xdb\x66\xeb\x72\xf3\x7a\x41\x0d\x43\x88\x87\xaa\x9b\xb4\xda\x52\x24\x53\x4c\x26\x08\x50\xa7\xa7\x0c\xd6\x32\x50\x4f\x57\xbb\x9a\xcd\xea\x65\x5b\xb7\xfd\x85\xee\x25\x8b\xb6\x2c\x66\xd5\x01\xb4\xbd\x99\x18\x06\x65\x36\x93\xc0\xba\x59\x4a\xe0\x76\x4d\xbf\x53\x70\x38\xf5\x92\xe5\x39\xbc\xbe\xc7\x05\x3d\xec\xac\xe3\x81\x7f\xfb\x81\x4a\x68\xf6\x1b\x6b\xbf\xec\xc6\xe1\x5a\x92\x72\x1b\xcf\x57\x43\xef\x86\xfb\xdf\x35\x7a\x80\x6a\xcf\xc1\xeb\xa2\x1e\x9e\xd6\x2c\x9d\x79\xde\x24\xa7\xfe\x27\x91\x2f\x8c\xc9\x9a\xcc\x3d\x66\xef\xef\x3a\xc4\x7d\xe6\xcd\x2e\x67\x0f\x50\xef\x0a\xad\x1d\x29\x67\xa1\xf9\xe7\x65\x85\x9d\x1a\xef\x15\xfd\x41\x92\xa4\x03\xa5\xe8\x63\x3b\xec\xc8\xdd\x0e\xa8\x82\xed\xdc\x57\x30\xf3\x94\xe4\x1f\x3d\xb0\x0f\x4a\x09\x4f\x29\x31\x28\x15\x7a\x4a\x85\x83\x52\x91\xa7\x54\x34\x28\x15\x7b\x4a\x0d\xa1\x4f\x3c\xa5\x92\x41\xa9\xd4\x53\x6a\x88\xdc\xcc\x53\x2a\x1b\x94\xca\x3d\xa5\xf2\x21\x56\x03\x1f\x5a\x83\x41\x39\xa3\x0a\x6f\x52\x0a\xb7\xa9\xc8\x37\x33\xbd\x94\xea\x76\x4d\xf1\x8a\x94\xae\xd1\x3b\xcc\xa2\x59\x54\x4f\x86\x9b\x01\xd1\xc9\x55\x25\x41\xa9\xb5\x0a\xbf\x74\xcd\xfe\x33\x31\x1a\xbd\x5f\x8b\xb5\x89\xbf\x76\x16\x34\x15\x43\xfd\x77\x1f\xbd\xae\xbf\x77\xe8\xad\x16\xeb\x80\xc7\xea\xdb\xd9\xac\xc8\x1f\x47\xa4\x6d\x66\xf5\x84\x04\x2c\xc8\xaa\x39\xf9\x87\xaa\xaa\xbc\xba\x50\xc0\x78\x0f\x17\xa8\x4d\x54\x73\xa5\x53\x40\x81\x21\xca\xfb\x7b\xb7\xab\x59\x53\xac\x8f\x7c\x3c\x61\xb0\x2d\x53\x45\x3d\x0c\xd2\x69\x78\x2c\xd3\x5a\x5f\xe2\xca\x97\x38\xf3\x25\x5e\x3e\x60\xa3\xf9\xa5\x07\xc5\x4a\x1a\xa3\xf7\xc0\xb0\x53\x57\xde\xd4\x99\x37\xf5\xf2\x01\x7b\x54\x9b\x81\x2d\xeb\x45\x6f\x0f\x53\xe8\x68\x30\x47\x44\x17\x10\x2d\xa9\x17\xd2\xdd\x11\x92\x4b\xd1\xd3\xb0\xf7\xae\xe2\x4e\x1c\x5e\x40\xec\xe8\x9a\x5b\xed\xb4\xeb\x6a\xd9\x1e\x64\x87\x3b\x3b\xdf\x54\x49\x75\xff\x2f\xba\xbf\x0f\xd5\x3d\x46\xb1\x69\x89\x8b\x8a\xe0\x1f\xd5\x17\xaf\x50\x94\x5e\x4a\x0f\x82\x49\x75\xdd\x03\xc5\x91\x8b\xc3\x62\x5f\xf0\x93\x07\x7b\x35\x1f\x26\x7b\x76\xe0\x14\xfc\x62\x8d\xf2\xff\xde\xd1\x01\xfd\xc8\x7c\x9a\xeb\x63\x21\x3a\x6f\xa9\xbc\x75\x38\x22\xe7\xe7\xe7\x8f\x96\xab\xe6\xba\x9e\x1c\xfd\xf0\xef\x2f\xe7\xc5\x75\xe7\xcb\x95\xbd\xaa\xcb\x55\xd3\x36\x57\x6b\xf6\xa7\xa2\xad\x4b\xcc\x3d\xc0\xc6\xea\x66\xf1\x94\x1f\x42\xdd\x8d\xfa\x90\x02\x2a\xf7\x00\xbf\xad\x94\x45\xf6\x0a\x6c\x9e\x7d\x5d\xb8\xc5\x5e\x70\xf3\x6c\x2f\xc0\xad\x62\x43\xc8\x45\xfa\x75\x21\x0f\xf7\x82\x5c\xa4\x7b\x41\x6e\x15\xb3\xa5\xff\xac\x5e\xd2\x69\xb3\xaa\x3f\x35\x8b\x75\x31\xfb\xaa\xe0\x07\x63\x32\xaf\x57\xab\x66\xb5\x8b\x74\xa4\x9a\x4c\xd1\x7a\x68\x87\x2e\xdd\x15\xea\x0f\x42\x2b\xb0\x5f\x97\x76\x1e\x36\x04\x3e\x26\x74\xe7\x10\xba\x42\xfd\x21\x5c\x36\xeb\xa9\x3c\xbd\xea\x4d\xcb\xff\x51\x83\xa4\x7b\x8d\x92\x0e\x86\x89\x97\x72\xc4\xe1\x4f\x63\x5f\x32\xcf\xfc\xe9\x22\xed\xa5\xf7\x90\xe4\xc9\xd4\xe8\xf2\x64\x01\xae\x7b\x22\x56\x63\xb2\x53\x5d\xf5\xbf\x7e\x8e\xad\x25\xa0\x93\xc7\xbd\x8f\x66\x3d\xaa\xa9\x7b\x34\xab\x55\x50\xe6\xd9\x51\x41\x57\x94\x7f\x1c\x3b\xbf\xcd\xbe\xe8\xef\x73\x1c\x3d\x3c\x4b\xd7\x60\xf5\x0f\xec\xfb\xc7\xc6\xbb\x2e\x25\x7a\xc3\x19\x60\x6c\x0b\x66\xea\xc5\x6d\xb5\x32\x2a\x53\xef\x48\xd0\x40\xbe\xa2\xcd\x62\x76\xdf\x53\xd5\xd5\x40\xcb\x59\xbd\x84\xa9\x28\xd7\x07\xc1\x98\xa8\xff\x0e\x7b\x27\x8a\xcb\x8f\x2e\x36\xa9\x49\xd9\x75\x46\xb8\x1d\xe7\x1a\x43\xb2\xb5\x1e\xbc\xd4\xb8\x8c\x3e\x92\xaf\x30\xc6\xc4\x93\x85\xdf\xf4\xf8\x71\x2c\xdd\x54\x6b\xf8\xbb\x14\x3d\x80\xa0\x0f\xbd\x73\x39\xdd\x81\xdb\x02\xa7\x28\x1d\x60\xed\x3b\x1c\xcf\xcd\x39\xaa\xb1\xab\x7a\x5e\xac\x34\xc2\xa5\xd7\x90\xdb\x62\x75\x00\x05\x74\xa6\x3c\x33\x1e\x13\xdb\x99\x88\x42\xbb\xf1\xed\xc4\x7b\xbf\x07\x6d\xa8\x9c\xbe\x64\xf0\x80\xd4\x56\x65\xb3\x98\x6c\x04\xca\x64\xef\x03\x56\xc0\xa2\x4d\x80\x75\xed\x18\xd0\x02\x16\x6d\x01\x0e\x61\xbb\x2b\x96\xba\xbc\x07\x7f\x7f\xbf\x7e\xfb\x48\xfa\xda\x13\x81\xde\x0b\xac\x01\x8e\xb7\x95\xf1\xcf\xd8\xe5\xac\x90\x9c\xb5\x63\x02\x93\x3d\x18\xc1\x23\xd7\x29\x47\xd9\xb6\xc6\x36\x05\x03\x5f\x5e\x2d\xc9\x53\xf2\xc3\xf3\x1f\x9f\xfd\x72\xd2\x3d\x31\x40\x0b\x5b\xf3\x28\x6e\xb2\x2a\xad\x32\x6f\x9e\xff\x7c\xf2\xec\x58\xbe\x60\xc1\x47\x94\xa6\x1c\x36\xe5\xf1\x07\x64\x0a\x60\x3b\x1b\xbc\xd5\x77\xce\xaa\xc9\x53\xcb\xc6\xc5\x7a\xf5\x78\xb5\x94\x16\x5c\x57\x4b\xf2\xf9\x33\xb4\x85\xbf\x56\xa5\x63\x9a\x34\xf9\xb9\x58\xaf\x07\x21\x94\xcf\xcf\xcf\xad\x87\x98\x93\x2b\x7c\x8a\x09\xa9\xf4\xfc\xd1\xe1\x98\x8c\xae\xdd\x07\x11\x37\xed\xba\x99\xff\xbc\x6a\x96\x9b\x1a\xa3\x74\xff\xd6\x56\xfb\x40\xb4\x2a\xdd\x8a\xe8\xf9\xdb\xbc\x03\xc2\x41\x8d\xdd\xd7\xa4\xb2\x57\xe8\xf1\xd0\x94\x73\x01\xc7\x7c\xba\xbd\xc6\xca\xd3\xf2\xaa\xf4\x06\x26\x6a\x6d\x23\xa4\x93\xfa\x72\x05\x04\xfa\xf4\x7c\xf1\xf8\x0f\xff\xf0\xfe\xfd\xcf\xbf\xbc\x79\xfe\xfe\xfd\x1f\x1e\x5b\x94\xa6\xa9\xcc\x24\xa8\x3a\x9d\x65\x94\x74\x82\x7e\x5c\xcc\x66\xc7\xd3\xaa\xfc\x70\xb0\x9e\xd6\xed\x58\x17\xeb\x0c\x4a\xd1\xb1\xb4\xf2\xaf\xac\x6c\xce\x7e\x75\x9c\x2a\xbd\x97\xf6\xa8\x48\x46\x07\xaa\xfa\xd8\x38\xf1\xfa\x50\xdd\x1f\x91\xf3\x47\xc5\x64\x72\xfe\x68\xac\xa7\x65\x76\x63\x47\xcf\x2f\x26\x93\x7e\xbc\xda\xf7\x68\x45\xff\x14\x3b\xb7\x4c\x5b\xaf\x9a\x15\x39\xc0\xfc\x19\xbe\x62\xea\xbf\x7d\x1b\x13\x17\x50\x98\x74\xe5\xf0\x64\x56\x2d\x0e\xc7\xe4\xfd\x87\xea\x9e\x3c\x25\xc1\x13\xf9\xed\x9f\xb0\x21\xf9\xe3\x8f\x7f\x74\x4c\x4b\xad\x86\xce\x20\xfb\xc2\xee\x4e\xa6\xf8\x22\xa0\xa0\xcd\xf3\x64\x62\x20\xb0\x9a\xd1\xcf\x58\x11\xa1\xef\x97\x37\xb3\xd9\x0f\x5d\x66\x17\x14\x03\xfe\xd9\x0f\xad\x4d\x6b\xbe\x98\xa3\x1f\xaa\x7b\x07\xea\xf7\xfd\xd9\x3a\x53\xa0\x0f\xcd\xac\x37\x14\xfd\xfc\x99\x40\xae\xe9\x15\x53\x6d\x83\x57\xf9\x88\x10\x3d\x28\x41\xf7\xdb\x8a\x5e\xde\xd4\xb3\x89\xf7\xa1\xe4\xb9\xe3\x3b\x54\xd1\xc8\xaa\x6a\xab\xf5\x46\x2a\xc1\x5c\x9b\x4e\x36\x13\xe6\xa6\x0e\xfa\x48\xdf\xd8\x57\xbf\x60\x37\x09\x36\x85\xf5\x68\x76\xd1\xac\xe6\xc5\xac\xfe\x84\x91\x85\xbb\x52\x56\x24\x33\x2b\xd1\x7e\xa4\xd1\x4b\x26\xdf\xdb\x33\x1a\x1c\x59\xf9\x06\x91\xc4\x4e\xf5\x92\x4d\x07\x4d\x3f\x02\x46\x9f\x66\x70\x3d\x75\xc5\xbf\x95\x4b\xa4\x4b\xc0\x69\xf5\xda\xc8\x03\x5d\xb9\x15\xfd\x01\x3a\xed\x58\x0e\xbd\xf2\x1e\xff\x3c\xba\xc6\x86\xd2\xbd\x47\xbd\xdf\x74\xe4\xa7\xbc\x89\x1d\x92\x41\x92\x4d\x1a\xf0\x6f\x50\xa0\xf3\x40\xa6\x5e\xfc\x0c\x69\xb6\x7b\x5b\xad\x2b\x3b\xb4\x76\xa1\x39\xa6\x2a\xa5\x18\x21\x70\xed\x83\x43\x57\x09\xa8\x16\xed\xcd\xaa\x3a\x6e\x5b\x3b\x96\xa5\xed\xd8\x65\x32\x39\x6e\x5b\x34\x68\x7e\x5f\xb6\xed\x4b\xb4\xcd\xaf\xba\x88\xc2\xd2\x58\x1f\xea\x97\xd0\x46\xc7\xaa\xed\xd2\x76\x74\xb1\x81\xeb\x8f\x62\x59\x4b\x5a\x39\xb8\x2d\x66\x63\x63\x6b\x7f\x0c\x8c\xdc\x84\x27\x50\xd4\x24\xd7\xbb\x7e\x81\x26\x2b\x8c\x74\x8d\x91\x59\x62\xd7\xd5\xfa\xa8\xdf\xd0\x79\x17\x69\x74\x5b\x63\xd3\xf5\x7c\xd6\x6b\xc8\xf2\xd7\xe2\xac\xf9\x2e\x4a\x1f\xdb\xeb\x81\xc0\xc6\xc7\x01\x5f\x86\xb6\xf5\xdb\x81\x5c\x34\x93\x6a\x4f\x20\x37\xd9\x7b\x13\xeb\xc5\x67\x51\x2f\xf0\x75\xd9\xa6\x47\x1d\x93\xfa\xd6\x7a\xaf\x60\x6a\x38\x81\xfb\x01\x0b\x80\xbb\x3e\x81\x76\xa5\xf5\x23\x5d\xcf\x58\xb7\xc4\xde\xd4\x8f\x7e\x3a\x06\x88\xcf\x7f\x4e\x9a\xe6\xc3\xcd\xd2\x8e\xe5\xd2\xa5\x7e\x6b\x18\x42\x97\xd6\xe7\x05\x1d\xcf\xf0\xd4\xb3\x03\x7c\x8f\xae\x8a\x11\x39\xf2\x14\xf3\x05\x87\xb1\xfa\xab\xed\xf0\x95\x38\x09\x5d\x34\xde\xa1\xd9\x3d\xe4\xfd\xb8\x6a\xe6\xaf\x8a\xe5\xb2\x5e\x5c\x1f\xcc\xe4\x82\xb5\x25\x8a\x7e\xec\x64\x05\xe7\x05\xf9\xd8\xaf\xd9\xf7\xc3\xe7\xa9\xe6\x79\xba\x81\x26\xec\x52\x8c\x2e\xaa\x8f\x6b\xf7\xed\x84\xfd\xae\xea\xfe\xb2\x72\x67\xc3\xd1\xb8\x97\xc5\xaa\x98\xb7\x5f\xc9\x0f\x80\x61\x92\xfa\x25\x64\xd7\x29\x79\xea\x85\x45\xea\x0b\x87\x5a\x70\xf9\x4a\x1c\xf9\x08\x6a\x73\x53\x16\x04\xca\xe9\x9c\x1c\x22\x7a\xe6\x73\x1e\x40\x3b\xb1\xa3\x8c\x8b\x3a\x4c\x1e\x80\xd5\x7e\xd8\x04\x87\x29\xdc\x7f\x31\x6f\x9e\x67\x7c\x94\xde\x1b\xbb\x5a\x63\x8f\x3a\x25\x81\x1c\xbb\xe0\xd8\xce\xeb\xbe\x58\x0e\x79\x8c\x22\x3f\xd3\x8a\x3c\xaa\xaa\x46\x45\x57\x0e\x93\x17\xcd\xb3\x9b\x75\x63\xbb\x11\x92\x29\x9a\xd9\x58\x32\x43\x79\x81\x3a\xbd\xc5\xf0\xa4\xc5\xac\x95\xab\x40\x95\xe8\x07\x71\x76\xca\xf4\x43\x26\xab\xce\x7b\xc2\x44\x97\xc7\x5d\x5e\x63\x02\x98\xd6\xa2\xbd\xbd\xb6\x58\x21\xfe\x3e\xd8\x9b\x42\x03\x97\x42\x83\x6d\x14\x1a\x18\x0a\xed\x48\x40\x73\x59\xeb\xb1\x87\x91\xad\x0e\xcf\x7d\x2f\xa1\xf8\x16\xbd\x29\x18\x92\xc2\x27\x4e\xe7\xbd\x47\x61\xc0\xa1\x9c\xd2\x36\x6f\xd2\xfc\x1a\xf8\x93\x55\xc8\x69\x44\x67\x58\x4e\x3a\x54\x7f\x3a\xc5\x29\x6e\x15\x1b\xd6\xb4\xfb\x76\xf6\x76\x5f\x2c\x08\x74\xf1\x9e\x4b\x9b\x7d\xa3\xde\xfb\x0a\x58\xd1\xa4\x88\x37\xc6\xa3\xf2\x1e\x26\x1f\x89\x0d\x9c\x7a\x0c\x1e\xb4\xb9\xfe\xe5\x50\xf5\x18\xbd\xd6\xcf\x82\xc8\xaa\xfa\xdf\x37\xf5\xaa\x6a\x49\x41\x7e\x78\xfd\x8a\x34\x57\xa4\x6d\xe6\x15\xf9\x50\x2f\x26\x6c\xd4\xdb\x34\x20\x59\xb7\xed\x11\x7c\xe0\x0f\xa3\x0e\xd9\x64\xa8\xd3\xbe\xfd\x96\x1f\x38\xde\x38\xfc\x2a\xd5\x16\xa5\x6a\xb3\x5a\xe5\x80\x84\xcf\x3a\x2d\x08\xf0\xf7\xdf\x7a\x21\xe8\x96\x5d\x0e\xf0\xa6\x69\xd6\x1d\xcd\x0d\xf3\x2c\xea\xf3\x45\x77\xef\xaa\xfa\x72\x9d\xe5\xb7\x81\x01\x3d\x55\xec\xc2\x42\xef\x26\x56\xe5\x22\x53\x7e\xd9\xcc\xb4\xac\xd2\x93\x66\x8e\x0f\xaa\xfd\x6f\xbe\xac\x7e\x6c\xdf\xa3\x43\x5c\x1c\x79\xd2\x3c\xaa\xbf\x8e\x86\x6f\xfb\xee\x5e\x55\x26\x0e\xff\x91\x5a\x0e\x16\x66\xed\x30\xfd\x47\xca\x8b\x8f\xed\xba\xd4\x59\x6d\x5d\x41\xdf\x5a\xdc\x31\x5f\x47\xde\xd4\xa1\xa2\xdb\xb9\x01\x7c\x62\x05\xb7\x36\xde\xf8\xbb\xeb\xb4\x61\x6c\xd6\x0d\x21\xad\xb7\x47\x68\xed\xd7\xe9\x77\xaf\xf6\x78\x8e\x26\x64\xc5\x69\xf4\xa9\x3c\x7f\x2b\x85\xc7\x96\x10\xb6\xa3\x53\xb5\x0e\x86\x6e\x4e\xed\x42\x9e\x8a\x36\xd7\xf6\x45\x6f\xb4\x78\xf7\xb0\x6d\x9d\x63\x3c\x1b\x2b\x28\x7a\x0e\x69\x4d\x76\xbf\xbc\x23\x32\x54\x18\x5a\xb7\xcc\xa0\xab\xa1\xa2\xd5\x77\x9f\xec\x96\xb4\xbb\xc0\x80\xb7\x47\x4e\x01\x6f\xfb\xe8\x66\xd9\xea\xc1\xf2\x7d\x6b\xb2\xfb\xe5\x77\xf4\x63\x35\x61\xd0\xa9\xbc\xd8\xea\x99\x1b\xba\xa5\xb6\x67\x4c\xfe\xde\xd2\x8b\x5b\xdf\x49\xb5\xc7\xd3\x77\xe6\xdb\x15\x18\x54\xd9\xd5\x99\x67\x4c\xa5\x89\x5b\xa9\xd5\x88\x5e\xd0\xc2\xae\xc0\xa0\x8a\xdd\xdd\xd9\x85\xad\x33\xf4\xda\xd0\xe9\x85\x1d\x83\x52\x8b\x10\x93\xe6\x71\xd4\x6f\xf5\x6a\x27\xda\x1d\x3b\xca\x8a\xa7\x31\x43\x9d\xfa\x5d\xad\xa6\x78\x37\xfe\xa2\xc9\xee\x97\xdf\xd8\x97\xf1\x8b\x6e\xed\x07\x6d\xa6\xd2\xf3\x43\xea\x6c\x62\x7f\xe8\x9f\xe0\x6d\xda\x7d\xfe\x30\x3c\xd5\x73\x8a\xfa\x8b\xd9\x5b\xd1\xee\x38\xa6\xb7\xaf\x90\xcd\x48\xf3\xd6\x11\xd4\x92\xb1\x5d\xc6\xbd\x06\x0f\xbd\xde\xf4\x5c\x55\xd8\x2b\xb4\x9d\x60\xc8\xfe\x70\xc8\xf6\x54\xff\xbd\x63\x21\xfb\x9c\x28\xec\xe9\xd8\x78\x58\x78\x5b\x1c\xe4\x8d\x7e\x14\x77\x78\x33\x1f\x7a\x25\x91\xfe\x48\x06\xe1\x0a\xbc\x6e\xc4\x41\x1c\x59\x05\x8d\xab\xf7\x43\xd2\x73\x74\xe2\x0d\xf3\x40\x3a\xf7\xca\x56\x60\x5f\xf9\x4f\xdf\xbf\x0f\x32\x64\xd0\x87\x5f\xbf\x74\x69\x56\x64\x12\xf7\xa0\x66\xe0\x00\x65\x8b\x53\x75\x4b\x79\xf0\xf9\x73\xf1\x84\x2f\xb6\xc2\xc2\xf7\x24\xda\xc0\xf3\xba\xd7\x93\xfa\x06\xbf\xeb\x1b\xdd\xab\xf7\xa3\xc0\xba\xa1\x46\x3c\x3c\xa9\x0b\x05\xdb\xe3\x42\x56\x04\x59\xf5\xa5\x4f\x43\xb6\xdb\x00\xbd\x95\xc7\xf7\x7a\xd6\x46\x1e\x7e\x1f\x68\x9f\x55\xff\x0d\xca\x8d\xf8\xcd\xda\x8d\xf8\x6d\xea\x8d\xf0\x4b\x51\xf1\x20\x59\x2d\x76\xcb\xcf\x61\x3f\x6a\x96\xc4\x6f\x90\x9f\x62\xb7\x00\x1d\xf6\xd7\x11\x93\xf8\x3d\x22\x54\xec\x25\x43\x87\xdd\x4b\x72\x15\x0f\x95\xa2\xdb\xba\x53\x25\xfc\x22\xcb\x15\x52\x40\xd7\x26\xbe\xa1\x76\x0d\xaf\xbe\x28\xd9\xb5\x53\x54\xf5\xf8\xef\x66\xdf\xf3\xc3\x2e\xbe\x32\x47\xf2\xb2\x9e\xbf\x09\x2b\x39\xdb\x27\xa8\x93\xf5\xf6\xd7\x76\x87\xfd\x7e\xdd\x1c\x37\x8b\xf6\x66\x0e\xd2\x4d\x5e\x77\xab\x76\x0f\x0f\xb7\xf1\x26\xc5\x9a\xf4\xe3\x5a\x8b\x3b\xa9\xa4\xff\x0e\x06\x05\xa8\x0e\x1f\xc4\x14\xc2\xdd\x4c\x21\xdc\xc4\x14\xc2\xdf\xc0\x14\xc2\xdd\x4c\x61\xd8\x5f\x47\x16\xe1\xef\x61\x0a\xe1\x5e\x4c\x61\xd8\xbd\x24\xbc\xf0\xa1\x4c\x61\x5b\x77\xaa\xc4\x3e\x4c\x41\x91\xd3\xdf\x84\x2f\x1c\xcb\xb6\x77\xb3\x06\xb6\x6e\xd4\xc1\xc4\xff\xe9\xeb\x5b\xa1\xeb\x2b\x2e\x71\x6c\xd8\x5e\xe0\x98\x70\x00\x0d\xcc\x2f\x67\xd5\xea\xef\xb8\xc0\x15\xd8\xd1\x6f\x58\x78\xd1\xee\x85\x17\xed\x43\x8e\x38\xf8\xd1\x43\xa8\xae\xe7\x3c\xf9\x4c\x9b\xfe\x18\x04\xda\x17\xd0\xab\x6b\xfb\x78\xdd\x8d\xc8\x28\x33\x11\x4f\xfd\xe8\x05\xee\xc5\xb5\xd5\x9b\xf1\xb4\xac\x68\xa1\x30\x57\xdf\xf6\x75\x36\x39\xda\x5a\x07\xfa\xeb\x57\xfb\xd2\x5b\x54\x5d\xdc\x45\x19\x9a\xaf\x5d\x16\x8b\x7d\x83\x42\x3e\x80\xbe\xf7\xa5\x6b\xe5\xb9\x8f\x8c\xb6\x06\x8b\xd4\xdf\xd4\x90\x2e\x86\xc4\x5f\x2c\x6b\x7d\xc8\x29\xaf\xcf\x8e\xd4\x5f\x79\x95\x80\xb0\x1e\xa9\xbf\x98\x34\x69\xe6\x47\xf0\x81\x3f\xd4\x0d\xdd\x91\xfe\x82\x89\x78\xde\x79\x24\xff\x60\xc2\xf0\x66\xd1\x77\xdb\x28\xaf\x2b\x70\x0b\x06\x9f\xf8\x13\x84\xf9\x11\x7e\x2a\x70\x70\xed\x1f\xe9\x2f\x12\x06\xc0\xdb\x91\xfc\x23\x2b\xa1\x3d\xc3\x91\xfa\x6b\xc7\x43\xb5\x4e\xb3\xed\xf5\x6e\x9f\x87\xef\xb9\xd8\x7f\xeb\x8d\x84\xbd\xd8\x9d\xb3\xf5\xbd\xae\x24\xbc\x37\x19\x1b\x9a\xdb\x71\x2f\xe7\x94\x36\x67\x40\x07\x8e\x91\x54\xef\xe6\xfe\xd0\x1e\xfe\xe7\xcf\xbe\x28\x29\xe8\x3a\x50\x5e\x3b\x2a\x5f\xce\xc3\x7b\x8d\x43\xa0\x39\x36\x69\xe6\x4c\x5e\x87\xaa\xe5\xb2\x68\x26\xd5\xa6\xfb\x06\x43\xb1\xe7\x8b\xea\xe3\xb2\x59\xad\xc9\xaf\x92\x46\x34\xad\x6a\x02\x55\x73\x3e\x56\xd4\x20\x29\xc7\x50\x8b\xa1\x52\xa4\x5f\x45\xa0\x1e\x4a\xc4\x5b\xe8\x47\xe3\x47\xf5\x5c\xf5\xa5\x4a\xe2\x79\xd5\x17\x72\xb5\x6a\xe6\x64\xf4\x2f\x57\xcd\x6a\x5d\xdc\x55\x6d\x33\xaf\x1e\x5f\x35\x0b\xfd\x9d\xb6\xb7\xd7\xb4\x6c\x56\x78\x7c\xa2\x5a\xf8\x79\xd5\x2c\xdf\xde\x2f\xab\x56\xd5\x5d\xae\x9a\x25\xbe\xcb\x6e\xad\x42\x6f\xaa\xa2\x5c\xab\x02\x2b\xf8\x3e\x72\x0d\xa3\xde\xcb\x08\x0d\x07\xcd\xe5\x5f\x2d\xcb\x28\x15\xb6\xe1\xb4\x3b\xde\x3e\x7f\xa4\xab\x9c\x3f\x82\x49\x70\x4a\xb0\x7a\x5d\xad\x8a\x75\xb3\x52\x45\xe5\x69\xc2\xf9\xa3\xce\xee\x55\x15\xb7\x96\x87\xd5\xa3\xc5\x0f\x55\xb9\xe6\xf2\xaf\x9a\x61\x4a\xe6\xe2\x9c\x49\xed\xdd\x5a\x73\xf9\xd7\x01\xac\xde\xd1\x34\x97\x7f\x05\xf6\xd8\xae\x57\x37\xa5\x1e\x86\x2a\x2e\x73\x71\x21\xaa\xc1\x2e\x57\xcd\xba\x81\x36\xc9\xf7\xd6\x58\xc9\xd1\x46\xe0\x1d\x23\x35\x1b\xe1\x03\x13\x95\xf7\x3d\x3b\xa8\xe6\xf2\xaf\x63\x82\x16\x9f\x68\x2e\x69\xcd\xd0\x87\xea\x9e\xd4\x38\x42\x33\x6c\xbf\x29\x55\xd7\x84\x65\x39\x89\xa6\x97\xf8\xa7\x53\xc1\x16\x37\xf3\x6a\xd5\x39\xc9\x1d\x5b\x4a\xdd\x55\x7d\x7d\xe3\xcb\xba\x5b\xd5\xeb\xbe\x5b\xdd\x2f\xbe\xf0\x34\xcd\xe5\x5f\xb5\x55\x2c\xf6\xea\xc1\x8b\xc4\x5a\x2f\x5c\xd6\xdd\xe2\xdf\x80\x67\xc8\xdd\xe4\xd8\x82\xf1\xf5\xc2\x38\xd8\x07\xe6\x07\x9c\x85\x3c\x75\x8c\x31\x65\x1d\x3b\x86\x90\xca\xbd\xae\xd6\xaf\xef\x16\x1a\x3f\x72\x4e\x5b\xe7\xd2\x58\x4e\xa9\xd5\xa0\xb7\x8a\xd5\x03\xd1\x41\x66\x7a\xf0\x75\x0d\xa9\x6f\xc3\xc8\x0d\xed\xfd\x7c\x48\xb7\xde\x6e\x7f\xa8\xda\x72\x55\x2f\xd7\xcd\xca\xe0\x03\x2a\xb3\xae\xd3\xbe\x8e\x01\x78\xc0\x58\x3a\xac\x58\x2e\x67\xf7\x40\x33\xed\x58\x83\xe2\x33\x78\x87\x02\x43\x9a\xb4\xf7\xf2\xe2\x60\x5d\xac\xae\x2b\xbd\x3d\x35\xc6\xe1\x20\xee\xf9\x13\x52\x93\x7f\x1a\xc8\xb5\x27\xa4\xb6\xec\xbc\x11\xbf\xcd\xcd\x0a\x65\x65\x27\xcd\x6a\x10\x75\x72\x1f\xf9\xbd\x9b\x3c\xb0\x3f\xa9\xc9\x3f\x12\x61\xe1\x4c\x13\x89\xd2\x3b\x65\xe3\x87\x63\x24\xc9\xbd\xec\xb7\x7b\x0b\x46\x0e\x50\xad\x19\xd9\x5a\xcf\xca\xfa\x8b\x27\x08\xc1\x8e\x29\xb3\xd5\x53\xdf\x3a\xad\xab\xd6\x74\xbc\xab\x29\x3d\xc4\x4d\x96\x1f\x7e\x84\xec\x83\x0a\x3f\x07\x71\x10\xb2\x8b\x34\x65\x6f\x58\xf8\x70\xa3\xe9\xa7\x43\x74\xb2\xf9\x4d\x64\xf7\xe7\x7a\x3d\x6d\x6e\xd6\x1d\x9a\x4e\x9a\xa6\xad\x4c\x37\xd5\xc7\x72\x76\x33\x31\x56\x25\x30\x13\x9a\xba\x74\x74\x17\x1d\x80\xba\x53\x95\x64\x8f\x9d\x81\x72\x47\x93\xff\x36\xe4\x23\x0a\x7d\x4f\x2c\x56\x33\x26\xb5\xa2\x48\xa4\xff\x5a\xbe\x6e\x00\xda\xef\x5a\xf1\x12\xbf\x34\xf3\xee\x0a\x9d\xd5\x17\x36\xf7\x50\x63\x31\xae\x97\x71\x7a\xfe\x19\x03\x9c\xc1\x86\xba\x5e\x18\x4b\x0c\x39\x02\xcd\x52\x2d\x22\xf5\x2c\xea\x07\xe2\xf7\xb7\xa2\x76\x80\xdc\x07\x4e\xa0\xd5\x84\x83\xe2\x87\x71\x6e\x6c\x55\xe6\xb8\x73\xe9\x67\xe1\xdd\xe4\xca\x36\xfc\xf3\xd9\xb5\xe7\x9d\x55\x77\x5e\xbb\xc2\xdd\xec\x3e\x78\x7e\xd5\xdd\xa9\x82\xdd\x28\x1c\xf0\x0d\xe1\x7f\xd9\x3e\x37\x5c\x1f\x2d\xdc\xdc\x75\x37\x6c\x6e\x3b\xc1\x3c\x68\x5d\x0e\xb7\x8f\xc5\x6a\xe5\x9a\xd2\xbe\x2f\x20\x5d\xcd\xfc\x8b\x66\x56\xb5\xb2\xcc\xe7\xcf\xe4\x3d\xaa\x8a\x97\xb3\x4a\x87\x45\x36\x19\x8b\x66\xf1\x52\xe5\xa9\x73\x63\x8f\x7e\xb4\xa1\x61\x43\xa1\xfd\xad\xbf\x15\xdc\xc2\x91\x55\xc1\x98\x14\xab\x95\x70\xde\x2b\x15\xab\x95\x9a\xdf\x43\x2d\xc9\x56\xee\x84\x43\x15\x90\x49\x20\xb9\x56\x72\x7a\x9d\xdd\x3c\xe4\xfb\xad\xff\x07\xc3\x86\xdf\x16\xdc\x7d\x3d\xba\xd6\x4a\x80\x2a\xf8\xf9\x33\x19\x10\x83\x3e\x5c\x93\x04\x20\xcb\x49\xe5\xf6\x4c\x2e\x3d\xf2\x4c\x0b\xd2\x0b\xd0\xc5\x15\x90\x12\x45\xb0\x23\x90\x75\x86\x48\xf6\xcc\x84\x32\x58\x9a\xae\x9a\x3b\xc4\x18\xec\x3b\x9e\x63\x8c\xbc\xf3\x47\x2f\x17\xb7\xc5\xac\x9e\x90\x62\xbd\xae\xe6\x4b\x8c\x1f\xd4\x62\x35\xb2\x68\x16\x54\x0f\xdc\xc4\xdf\x93\xb1\x1e\xb1\xcb\xc7\x8f\xc9\xbf\x56\x6b\x72\x7c\x7a\xaa\x62\x13\xcd\xea\x56\x6d\x56\x0a\x02\xb4\xde\x12\x39\x12\xfb\x39\xa7\x8e\xd8\x79\x80\x05\x6c\xdb\x78\x75\x8c\x61\x71\x12\x74\xfa\xf2\x54\x36\xc5\xe0\x47\x77\xe1\x8a\xde\x77\x74\x16\xfe\x32\x79\x57\xf5\xc7\x6a\xf2\x67\x15\x74\x58\x16\xe8\x92\xba\xbb\x59\xf5\x0a\x55\x17\x51\xbf\x4d\xbe\xf2\x19\xa5\xb3\xe5\x4f\x93\x0b\x23\x7d\xb9\xae\xe6\x26\x5f\x27\x74\x50\xcc\xea\x65\xd7\xff\xac\x5e\x76\x27\xc7\x2a\x0c\xb3\x1c\x55\xfd\xa9\xeb\x53\x7b\x7b\x30\xb9\x3a\xc1\x1e\xf7\xcc\x1e\xf6\x0c\x63\xec\xcc\x8b\x25\x69\xae\xac\x89\xc0\x5d\x3a\xcc\xe4\xd2\xf0\x6d\x2b\xa0\xa6\x39\x2d\x3c\x78\xdf\x7d\x57\xcb\x6c\xa4\x7c\xed\x8c\x8e\x88\x85\xf0\x91\x76\x78\x34\x3a\x22\x36\xb2\x47\xe8\x9b\x6c\x74\x44\x06\x08\x1e\x75\x0f\x7d\x47\x47\xc4\x45\xee\xc8\xb8\xe4\x1a\x69\x5f\xa1\x56\xce\xac\x1e\x1d\x91\x1e\x3a\x47\x43\x4f\x12\xd0\x29\xa2\xf8\xe9\x53\x32\xb2\x92\x61\xad\x75\x19\x97\xcd\x7a\x3a\xea\x37\xa2\x3d\x4e\x38\x4d\x98\x44\x4f\x03\xea\xe0\xb3\xaf\x6a\x6a\xec\x8d\x61\x43\x5a\x58\x0f\x57\x61\x52\x41\x85\x95\x1b\x4a\x9c\x6f\x8c\x86\x60\x8e\x82\x30\xa8\x95\x49\x47\x69\xbc\xb3\x79\xe5\x61\xc3\x7a\xf6\xaa\x88\xa3\xeb\xc9\xd0\x8f\xa7\x37\x27\x0f\x35\xf5\x7e\x62\xb0\x1b\x06\x74\xd0\x65\x05\x88\x95\x80\xab\xde\x91\x36\x3d\x3d\x9b\xf4\x9d\xe3\x1c\xf5\x5e\xba\x8f\xc6\x7a\x95\xdc\x15\xcb\xd7\x32\x0d\x1a\xd0\x07\x9e\x1d\xf1\xdf\x56\x2b\x52\xcc\x66\x18\x84\x08\x77\x93\x18\x56\xaa\x32\xb4\xae\xf9\x90\x8a\x7e\x26\xd9\x3d\x72\xfc\xe2\x1e\x96\x8e\xa9\x77\x37\xad\x56\x32\x96\x11\xee\x74\x51\xec\xa8\x4c\x52\xcb\x28\x6e\x30\x0c\x47\xd4\xda\xfa\xa6\x06\x6d\xcb\x0b\x42\xfd\xe6\x48\x96\x94\x42\xfd\x7b\xec\xc0\x0a\x2b\xf9\xe5\x70\xb8\xd9\xf4\x34\xf2\xa1\xba\xef\x45\x5c\x78\xfc\x98\x1c\x17\xf3\x6a\x06\xc4\xb5\x2e\x3e\x54\x0b\xc9\x90\xa7\x37\xf3\x65\x8b\xb9\xf8\x0d\xc6\x52\x36\xcb\x7b\xe9\x6c\xed\xff\xf9\xff\x13\x11\x70\xf1\x47\xf2\x43\x33\x27\xc7\xd3\x55\xdd\xae\xeb\x0a\x0b\xbf\xa9\x66\x55\xd1\x56\x13\x3c\xc5\x94\x98\x78\xf5\xf2\x2d\x99\xd5\x65\xb5\x68\x2b\x86\x65\x7e\x96\x31\x2b\x8b\xc5\x9a\xdc\x15\xf7\xc0\x75\x26\xd5\xba\x5a\xcd\xeb\x05\xee\xad\x94\x30\x2b\x9b\x6a\x55\x4a\xa6\x54\x90\xc5\xcd\xfc\xb2\x5a\x39\x02\xb6\xfd\x09\x34\x22\x58\x81\xd6\x61\x50\x73\xf9\x57\xf2\x14\x3f\x29\xe8\x74\x8f\x1f\x93\xaa\x9d\xd5\x8b\x35\x55\x51\x34\xe8\xa2\xfa\xb8\xa6\x33\xe8\x69\xd1\xd0\xb6\x9a\x5d\xd1\xb2\x99\x2f\x8b\x55\xd5\x3f\x9c\xc0\xd5\xec\x3b\xa4\x28\x15\xb2\x0e\x5a\xdb\x4e\x17\x84\xba\x03\x93\xca\xed\xe3\x5f\x26\xab\x23\x93\x1d\xe0\xdd\xb4\xd5\xac\x6a\x5b\x5a\xb5\x65\xb1\x44\x00\xa1\x9a\x6c\x01\x63\xd7\xa1\x36\xa0\x1f\xba\x3f\x3e\x3b\x3f\xa7\xef\xcf\xcf\xdb\x8b\x3f\x1e\xb0\xc3\xef\x1f\x5f\x8f\x9d\x27\x4e\xeb\x72\x3a\x26\xe5\x74\x35\xa0\xaa\xe9\x8a\x7c\x0f\x9f\x6e\xb0\x17\x72\x44\x46\x23\x4d\x29\x00\xe8\x73\xbc\xb1\x21\xbc\x5d\x93\x72\x0a\x5a\x55\x4b\x8a\xd9\x5d\x71\xdf\x92\x59\x73\x57\xad\xca\xa2\x75\x51\xa8\xa0\x53\x31\xe4\x82\x31\xe1\x87\x6e\x04\x3b\xf2\xc7\x5e\x19\x3e\x54\x4d\xca\x62\x59\xaf\xf1\x71\xea\xc1\x6d\x31\x73\x95\xce\xdb\x62\xc6\x00\x92\x67\xeb\x83\xe0\xb0\x07\xfc\x1f\x31\xb7\x05\xaa\xf3\x35\x8b\x27\xd1\x6f\x1b\xbd\x61\x86\x5f\x6e\xdb\x98\xc4\xda\xe5\xac\x5e\x1f\x8c\x9e\x8c\xfa\x8b\xb3\x1d\xcc\x2a\x5b\xaf\xea\xf9\xc1\xe1\xc6\x95\x38\xac\xa1\x8b\xfa\x03\x2f\x2f\x8b\x7a\xe5\xec\x74\x6a\x3c\xda\xaf\x57\x66\x33\x31\x3a\x72\x7c\x30\x00\xdb\xc3\x88\xce\x8a\x38\xb1\xac\x44\x40\x30\x26\xf5\xa1\x5d\xf6\x56\x85\x01\xb4\xca\xd4\xe4\x8f\x38\x41\xdd\x28\x08\x36\xc9\xda\x75\xb1\x5a\xb7\xa0\x81\x1f\x8c\xa4\x47\xa5\x11\x5e\xae\x95\xe5\x99\x35\x39\x50\xf4\xd0\x9c\xf6\x91\x23\xcc\x87\x44\xf7\x04\xd0\x17\x3b\xf9\x57\x4f\xd0\x25\x15\xfd\xef\xc0\x79\xb0\x39\xd6\x31\xac\x2c\x15\x10\xef\x91\x7f\x46\xc5\xd1\x7b\xc1\x22\xdc\x0b\x16\xb1\xed\x82\x45\x38\x67\x4f\xd6\xa9\xb8\x09\x0f\x86\xf1\x89\x90\x64\x47\xfd\xe9\x54\x65\xec\xed\x78\xef\x42\x53\x47\xe9\x32\x0f\x46\x41\x6d\x38\xbb\xe8\x93\x16\xe6\x0e\xd6\xa8\x1f\x1f\x65\x17\x31\x4c\x1d\xb8\x3c\xfe\x43\x8f\xa1\x90\x49\xb3\xa6\x0b\x2d\xb4\xff\xf0\xd8\x8a\x15\x5e\x7f\xac\x17\xfd\xc3\x0f\x0d\xa3\x65\x22\xa1\x5e\xf9\xf9\xc9\xd4\x16\x30\x8a\xb2\xc8\x53\x32\x6c\x45\x6f\x3d\x65\xc9\xf6\xae\xc6\x78\xde\xee\x71\x14\x70\x10\x32\x42\x21\x37\x3a\xea\xce\xa8\x8a\xb2\xc4\x86\xda\x33\x99\xf7\x53\x31\x97\xe6\xa5\xf2\x59\xad\x2e\xa6\xc2\x90\x7a\xba\x56\x4d\x5e\xd8\x4e\x13\x56\x55\x61\xbf\xe4\x92\x5d\xe3\xa2\xdf\xd0\xb5\xcc\xbb\xd0\x11\x43\x0d\xef\x00\xae\xb4\xa5\xe1\x49\x75\x55\xdc\xcc\xd6\x56\x9b\xea\x2c\xbf\x5b\xc6\x68\x60\x3b\x92\x3b\x39\xbc\x10\x73\x72\x27\xc5\xba\xcb\xed\xc5\x65\xeb\xc0\x83\x2a\xbd\xe8\xa0\x7d\xfc\xf8\x42\xc9\x75\x0d\x18\xb6\x01\x53\xe2\xa9\xac\x47\xb4\x25\x06\xba\x6a\x19\xdb\xd3\xe6\xaf\x5f\xec\x53\x9e\xf7\xdd\x62\x95\x86\x2d\x40\x29\x26\x49\xde\x0e\x5a\x06\x22\xa0\x52\x2c\xae\x4f\x55\x41\x4f\xe5\xa1\xd5\x4c\xbf\x4c\xb7\x4d\xaa\xe6\x45\xbd\x90\x52\x73\xe3\x39\x58\x57\x7b\x4c\xce\xce\x1f\x61\x0b\xe7\x8f\x8c\xcf\x01\xb9\x5e\x86\xf4\xd0\x3b\x2e\x47\xdb\x37\x5f\xd1\x31\xfa\xfc\x70\xc6\xd5\x5f\xb3\x32\x6e\x96\x59\xa5\x7a\xf1\xdb\x8b\x5e\x9d\xec\xcb\x81\x8f\xc9\x99\xa6\xf7\x75\x71\x3d\xde\x05\x8a\x84\xc0\xe0\x62\xbb\x85\x80\x0e\x57\x7d\xe8\x44\xe6\xea\x02\xee\x5b\xcf\x55\xcf\x17\x6b\x74\xe4\xb4\x20\x6e\xbe\x8a\x85\xc6\xaa\xc5\x2d\xfb\xe9\xf5\x0f\xcf\xdf\x3f\xff\xe9\x9d\x64\xa2\xcb\x55\x33\xb9\x91\x21\xe1\xa1\x75\x3b\xbe\xbf\x2b\x08\x66\xcd\x35\xb1\x3d\x38\x58\x11\xff\xd5\xcd\x70\xdb\xcc\x2a\xeb\xce\xcf\x89\xe7\x3f\x88\x3e\x6f\x71\xaa\xf7\xaa\xa4\x59\xac\x07\x3a\x45\x3a\x70\x82\x6f\x87\xb2\x19\x85\x73\x9d\x3f\xee\x64\xc6\xa1\xff\xf0\xc7\x78\xd4\x78\x59\x36\x8b\x67\xab\xeb\x56\x1a\xa8\xcb\xee\x31\x64\x73\xdd\x62\x90\xe5\xea\xb6\x5a\xdd\xaf\xa7\x40\x98\x18\xa0\xb9\x5e\x93\x45\x55\x4d\x50\xe7\xbd\xac\xc8\xaa\x02\x1d\xba\x9a\x90\xbb\x69\x5d\x4e\x55\x6c\xe7\x5a\xc7\x71\x56\x11\x9f\xe5\xbd\xaf\x0c\x52\xfe\xf8\x31\x99\xd4\xab\xaa\x5c\xcf\xee\xd5\xa9\x8a\x0a\x83\xdb\xde\x5e\x93\x65\x51\x7e\x28\xae\x2b\x8d\x4a\x4c\xff\xee\x3b\x73\x3f\x29\x41\x44\x8c\x49\x32\xc2\xad\x18\x86\x74\xee\xbc\xab\xe0\x4f\xdb\xaf\x8a\x49\xe8\x8b\x2c\xf3\xfe\xe2\x4b\x27\x4f\xf1\x02\xdc\x5b\xba\xcb\x91\x70\x74\xfa\x71\x7d\xd5\xc5\xa5\x86\xed\xd4\xcd\x6c\x36\x86\x94\x55\x35\xc2\xcd\x95\x44\x5e\x43\x26\x8d\xd6\x8f\xcd\xe0\x9e\xf6\x03\xbe\xeb\xd7\xe6\x66\xcb\xe4\xe9\xa0\x58\xe8\xfd\x47\xb1\x98\xe0\x24\x15\x76\x38\x60\x8d\xd0\x05\xc6\x69\xd5\x63\x5d\x0f\xfa\xfe\x5d\x88\xdd\x8c\x4b\x05\x70\xbd\x1e\xb5\xdd\x6e\x14\x23\xe4\x2a\x95\x07\x76\xa6\x77\x0e\x2a\xdc\x13\x52\x09\x8c\xee\xd0\x0a\xfc\xdc\xdd\xb0\x3d\x7e\x4c\x6e\x5a\xb9\xa3\xc5\xb8\xa4\xa4\x5e\x57\x73\x22\x43\x87\xa3\x95\x91\x74\xde\x06\x29\x06\x15\x0e\xb8\x46\xc6\xe8\x47\x0e\x50\xec\x2c\xb8\xd8\xf0\xca\xe1\x8c\x5f\x9c\x3b\x57\xff\xf6\x18\xd5\x16\x61\x8c\x20\xd5\x6b\xe8\xd4\xcc\xd6\x42\x85\x65\xee\xa9\x6b\x66\xee\x37\xe9\x6a\x03\xf8\x46\x57\x45\x3b\xda\x00\xdd\xb9\x7b\xb1\xaf\x77\xcc\x92\x29\xdb\xe4\xa2\xe2\x14\xc3\xae\xbc\xb9\x82\x3f\x58\x0e\x69\x46\x69\xc5\xcd\x95\xfc\x82\x19\xf5\x15\x29\xab\xd5\xba\xa8\x51\xbb\xd3\xce\xac\x8a\x55\x45\xe6\x95\x7d\xfc\xd9\x49\xab\x7f\xab\xee\x0f\x06\xa6\x01\x1d\x01\xcb\x3e\x80\x82\xf1\x18\x16\x63\xf2\x4a\x02\x51\xe5\x9a\x95\xc4\xe9\xa2\x59\x77\xb4\x73\x79\x83\x5c\xa7\x6e\xc9\x7a\x75\xb3\x9e\xde\x1b\x0e\x55\x69\xc1\x23\xc3\x34\x5b\x63\xd4\x87\x1b\x30\x34\xd3\x71\x07\xcb\xa2\x59\x8f\xad\x03\x93\x1e\x1c\xce\x99\xb4\x26\x4a\x35\xa0\xef\xbe\x93\x6d\xf5\x0c\x84\xbe\xd9\x5a\x98\x7c\x3f\x38\x1e\x02\x29\x67\x23\x4a\x69\xf5\x2e\x8f\xfe\xb1\x59\xac\x9f\x49\x5b\x1b\x7c\x19\xf4\x7e\x55\x5d\x59\x1b\x8b\xab\x66\x75\x57\xac\x26\xd5\xe4\x4d\x75\x05\x42\x7e\x55\x5d\x31\x3b\xcd\x7a\xc8\x23\x37\x1f\x1b\xd5\x0a\xa8\x8a\x0a\x85\x5d\xdd\xd2\x2b\xf4\x33\x5d\x90\x13\xdd\xd9\x72\x69\x1d\xe1\xce\x8b\xf6\x83\x93\xeb\xbc\xff\xec\x9e\xb0\x4a\x35\xca\x7d\xd8\x63\x54\x66\x53\xc0\xa4\x0c\x2c\xbe\x65\xbe\xc7\x1a\x5c\x3e\xc3\xec\x72\x5f\x4e\x9e\xd8\x90\x4b\xd7\x30\xb6\x3f\x2b\x47\xee\xc1\x97\xee\x3a\xb5\x3b\x3f\x76\x29\x7b\xa4\x32\x46\x63\x72\xb6\xd3\x74\xd1\xba\x0e\x38\x1c\xfb\x6e\xa8\xcc\x20\xf5\x1e\x9e\x8c\x0e\x0f\x0f\x3b\x28\xec\xd7\x37\x3d\x38\x4c\xd6\xa8\x3b\xa7\x94\x43\x77\xde\x1e\x6b\xe6\x42\xbe\x57\xc2\xab\x7b\xc8\xdd\x2b\x0e\x04\xd8\x4f\x32\x80\xa8\xa7\xbf\x3d\x18\x20\x75\x34\xf6\xe0\x53\x93\x82\x35\x14\xad\x24\xbc\xec\x9e\x41\x5a\xae\x84\xbc\x4a\xa1\x39\x3e\x85\x1f\xdd\xd3\x24\xfc\x89\xb4\xa5\x59\xa4\xf7\xb5\x98\xc7\xa0\xbb\xff\x24\x4c\xea\xfe\xb6\x2d\xce\x37\x36\x98\x86\x21\xcf\x9a\xeb\x83\xd1\x71\x73\x33\x9b\x20\x57\xba\xaa\x55\xc0\xfd\xd1\xd8\x22\xac\x9e\x05\x6d\x27\xbd\xbb\xf5\x63\x45\x40\xb7\xfb\x31\xd6\xb8\x4f\xbc\xe7\x05\x46\x2a\x5c\x1d\x39\xeb\xfd\x7c\xa1\x19\xbe\xbd\x35\x96\xe4\xb6\xc3\xa8\x62\xc7\x81\x9e\xb9\xcb\xa3\x97\x37\xf5\x6c\x5d\x2f\xd4\xbb\x36\xc4\x50\x8f\x23\x31\xb5\x77\x94\xbb\xa3\x69\xd1\x5a\xd7\xd9\x07\xf2\xd6\xb7\xf3\xc8\x62\x86\xa5\x6f\x7c\x97\xe6\xc7\x66\xbf\x54\xea\x54\xe1\xf8\x66\xb5\xba\x3f\xd0\xa8\x02\x39\x6d\xb5\xa7\xb4\xff\x01\x6c\xd2\x27\xb6\x62\x2c\xa3\x5e\x36\x28\xf5\xfd\x1a\x4b\x63\xbc\xa8\x10\xaf\x5d\x35\x1b\xab\x46\x76\xd9\x28\x1a\x33\xab\xd7\xce\x55\x8a\x00\x6e\xc5\xf0\x79\x67\x97\xd5\x2c\xaa\xd7\x57\xf0\xf5\xe0\xcc\x4a\x54\x36\x53\x5d\x0a\x0a\xa1\xf1\xa0\xc9\x8b\x43\x65\x5e\xac\x2f\xa4\xbc\x30\xa9\x0b\x29\x6f\xde\x15\xba\x66\xee\xc1\x73\x70\x66\x5f\x32\x8d\xad\xfb\xa2\xb1\xba\x24\x52\x1d\x4b\x63\xe5\xaf\x3c\x1a\x7d\x1d\xe6\x85\x77\x79\x33\x9b\xf9\xe0\xc5\xb3\x7d\x00\x6f\x56\x5d\xad\x35\x78\x78\x7b\xe7\x6d\x46\xdf\x05\x79\x9a\x0a\xc6\x24\x0f\xc6\x84\x67\xc1\x98\x88\x34\x50\x4d\xc9\x68\x45\xc3\x7e\x67\xd7\xd0\xe9\x47\xe0\xfd\xa3\x16\xf8\xee\x88\x7f\x84\x4f\x81\x9f\x21\x7e\x46\xf8\x19\xe3\x67\x82\x9f\x29\x7e\x66\xf8\x99\xe3\x27\x0f\x3e\x6a\xa8\xdb\x65\xbd\xf0\x02\xad\x59\xda\x0e\x7c\x63\xf9\x4d\xc8\x55\x1c\xd0\x4b\x9b\xd6\xa3\xb8\x1d\x5d\x68\xcd\xb6\x3f\xc9\x7a\x04\xdd\x0d\x56\x7f\x20\xd2\x8a\x79\x1b\xbf\xe8\x2f\xb2\xee\x59\xb3\xb5\xb6\x46\x23\x6b\x35\x99\x67\xcc\xf6\x3a\xe8\xaa\x19\xf2\xef\x92\x24\xd5\x9b\x7a\x92\x8c\xcd\xcf\x8e\x00\xbb\x1a\x92\xee\x4c\x11\x45\x59\x5d\x7e\x47\x50\xa6\x8c\x24\x99\xee\x27\x4e\x6b\x57\x43\xcf\x66\x97\xa2\xe6\x46\x8d\xcd\x9a\x8d\xae\x0d\x1b\xb1\x58\xd1\x7e\xa7\xd7\xb1\x44\x79\x0e\x00\x3f\xd9\x65\xbd\x98\x1c\xc8\xad\x27\xda\x57\xbb\x9e\x04\x0f\x5d\x93\xf2\xde\xbc\x68\x33\xf0\xc7\x7f\xf8\xe6\x7c\x41\xfe\x80\xd9\x44\xe5\x93\x1f\x57\x55\x45\x62\xc6\x63\x16\x91\xcb\x7b\xf2\x2f\x96\x05\x38\xa1\x64\xba\x5e\x2f\xdb\xa3\xc7\xb6\x5d\x38\x2b\x9b\x39\x36\x73\x22\x2f\xd4\x36\x97\x7a\xac\xae\xdc\x1e\x5f\x41\x1f\x07\x2f\xe5\x33\xfa\xe3\x63\xf2\xa7\xbf\x90\x88\x05\x63\x04\xa4\x3d\x22\xa7\x2f\x4f\xc8\xeb\x1f\x4f\x08\x67\x7c\x4c\x8e\xd1\x7c\xfe\xd5\xcb\xb7\xba\xfd\xc3\x73\x79\x6a\xec\xb8\x6e\x38\x7f\x74\x55\xb4\xe8\x76\x1b\x55\xe5\xe2\xd9\x44\xd3\xdb\x70\x47\xd5\xed\xa6\x46\xc5\x64\x64\x51\xca\x59\xcc\xc5\x98\xe0\xc7\xd9\x05\xde\x16\x27\x11\x3f\x7f\x04\xdf\x5e\xf1\x38\x65\xb1\x20\x22\x15\xd3\x30\x61\x79\x72\xc2\xd3\x84\x08\x9e\xb1\x34\x23\x5d\xde\xa7\x57\x21\x7c\x89\x93\x92\xf2\x90\x89\x90\x04\x54\x44\x84\x07\x2c\x4d\xe1\x8b\x88\x5a\xfc\x4e\xf0\xbb\xfc\x8f\xea\x14\xaa\xbf\x53\xf9\x5d\x44\x9f\x5e\x45\x49\x44\x92\xe8\x45\x94\x1d\x0b\xce\x62\x92\x44\x24\x20\x59\xcc\x62\x12\x10\xce\xc5\xad\xc8\xb2\x32\x20\x22\x61\x31\xc1\xfc\x28\x93\xff\x4d\x23\x9e\x94\x98\x1c\x90\x28\xa3\x2a\x8f\x46\xd9\x3b\xce\x45\x19\x50\xc8\xc2\x54\x8a\xa9\x34\xca\x3e\xbd\x12\x71\xc0\xe2\x8c\x84\xb1\x98\x52\x9e\xb0\x3c\x2a\x69\xc2\x32\x4e\x02\xca\x05\xcb\x32\x1a\xb1\x50\x50\x1e\x33\x2e\x10\xca\xf8\x44\x70\xce\x78\x4c\x42\x11\x4c\x69\x1a\x30\x91\xcf\x68\xca\xc2\x0c\x20\x11\xf1\x33\x9e\x10\x9e\x90\x00\x00\x25\x9c\x67\x2c\x4c\x9c\xa6\x39\x67\x01\xb6\x9d\xb1\x34\x84\x06\xb3\x58\x35\x8e\xd5\x4f\x78\x14\x10\x9e\x26\x8c\x8b\x67\x22\x64\x79\x1e\x13\xf5\x47\xb5\x98\x08\x96\xa4\x84\x27\xc1\x54\x24\x2c\x49\x64\x21\x59\x46\x15\x11\x5c\xc8\x16\xc2\x59\x1c\xb2\x24\x27\x3c\x8e\x58\x22\xca\x90\x25\x1c\x66\x24\xa2\x11\xe3\x5c\x42\x8b\x5d\xab\xef\x9f\x5e\x45\x22\x22\x61\x98\x94\x01\xc9\x58\x16\xd1\x94\xe1\x58\x28\x7e\xc2\x00\x4a\x1a\xb1\x2c\x26\x01\xcd\x59\x10\x51\xc1\x44\x0a\xc3\xc9\x33\x1a\xb3\x24\xa3\x19\x4b\x04\x09\x59\x92\xc0\xd8\x82\x9c\x60\xa2\xc8\x58\x20\xe4\xd7\x30\x67\x29\x09\x68\x2a\x68\x28\x58\x08\x7f\x53\xd1\xaa\xaf\x04\x7f\x95\x19\x8b\x00\x75\x3c\x81\xbf\x9c\xa5\x21\x50\x4a\xc4\x22\xf1\x8e\xa7\x49\x19\x50\x00\x8b\x00\x58\x54\x43\x36\xe5\x49\x89\xa9\x50\x8b\x28\x88\x09\x4f\x6e\x79\x12\x7c\x3a\x7f\x74\xd1\xb1\x13\x58\x1a\x93\x55\xd5\xb6\x7f\x6a\x9a\x0f\x7b\xae\x11\x2c\x4f\x2f\x9b\xe6\x83\xb3\x5a\xa2\x28\x73\x57\x8b\xb8\xcc\xd5\x6a\x89\x42\xe8\x3d\x28\x13\x86\x03\x11\x14\xb8\x09\x50\x8e\xb8\xa5\x51\x50\x06\x34\x61\x09\xa4\x51\x4c\xa3\x5c\x4c\xa9\x08\xde\x45\x99\x97\x36\x0d\xf9\xc3\xc4\xaa\x2f\x51\x76\x0b\x34\xee\x25\xfe\x50\x04\x5e\xe2\xbf\xa5\x51\x36\x15\x0f\x04\xea\x96\x26\xd1\x6f\xad\xf4\x69\x4e\x85\xc8\x68\x28\xca\x30\x66\x21\x09\x60\xfd\x8a\x8c\xa5\x04\x57\x75\x4b\xd5\x77\x8a\x3f\x69\x12\x61\x02\x95\x09\xea\xab\xcc\xf8\x34\xe7\x5c\x10\x11\x26\x0c\xd6\x3b\x0f\x58\x42\x79\x40\x78\xce\x04\x15\x02\xe0\xc9\x99\x78\x01\xab\x2c\x3a\xe6\x41\x42\xc2\x2c\x22\x79\x42\xc2\x14\x60\x85\x2f\x49\xc4\xb2\x5b\x0a\xa5\xca\x80\x86\x9c\x65\x24\x0c\x18\xa7\x71\xca\x12\x92\xa4\x4c\xe0\xb7\x69\x5c\x72\xc1\x42\xe0\xfd\x44\xc4\x2c\x25\x19\x09\x73\x96\x91\xac\x15\x29\x4b\xa8\x60\x39\xfe\xa6\xd9\x34\x2e\xc3\x94\x71\x18\x4f\xca\x80\xdb\xb1\x4c\x7e\x83\x56\x6e\xa1\x97\x0d\x24\x77\x5c\xac\xf6\x65\xcb\x92\xe4\xca\x62\xd5\x63\xd0\x69\xd2\x27\xb9\x4b\x45\x72\xb1\xc8\x48\x28\x0c\xad\x84\x82\x04\x24\x0e\x91\x0a\xb2\xe0\x36\x8c\xc5\x06\x4e\x99\xf9\x89\xe5\x5d\x16\xf8\x19\xe5\x9c\x02\x8b\xcf\x93\xbf\xcb\x9c\x66\x09\x8b\x8e\xd3\x08\x67\x34\x89\xd4\x8c\xc2\x97\xbf\xfb\x8c\xbe\x8a\xb9\x20\x21\x48\x0f\xe0\x44\x34\x64\x09\xc9\x68\x46\xb2\x17\x61\x12\x00\x43\x8c\x48\x40\x33\x48\xa6\x19\x05\xc8\x80\x4f\x41\x2a\xa6\x40\xd1\x29\x8f\xa2\x12\xcb\x01\x18\x50\x9d\x64\xb7\x3c\xf9\x34\x0f\x68\x12\xfd\x0f\x69\x75\x40\xd6\x7f\xbd\x69\xd7\x7b\x52\x34\x14\xdd\xae\x6c\x04\x91\x50\xb4\x9c\xa1\x0a\x11\x10\x8e\xaa\x46\x42\x38\x88\xcb\x10\xc4\x40\xa6\xff\xdf\x8a\x28\xa3\x32\x1d\xb4\x88\x8c\x8a\x28\x3b\x0d\x73\x81\xe5\xb1\x3e\x00\x4d\x38\xcf\xb1\x26\xa6\x7c\x9a\x43\x65\x9e\x45\xef\x52\x51\xf2\x80\xb3\x34\x40\x4d\x22\x8b\x48\x26\x58\xc8\x39\x7e\xe5\x52\x8c\xc8\x6c\xda\x65\x50\x95\x39\xc0\x42\xbd\xfa\x71\x55\xb5\xd3\x4a\xba\xb6\xde\x03\x17\xf5\x8a\x5e\xe9\x1a\xdb\x51\x12\x4f\x02\x85\x12\x01\x7a\x54\x12\xbc\xc8\x93\xe3\x28\x84\x6f\x20\x0b\x02\x58\x80\x22\x4e\xde\x45\x59\x70\x1c\x90\x28\x4f\x59\x22\x62\xc2\x23\x16\xa6\x31\x41\x8a\x15\xf0\xe7\x85\xc8\xb2\xe3\x30\x88\x31\x57\x26\x77\xa5\xf1\x7b\x16\xbc\x13\x71\x72\x0c\xdf\xa1\x55\x91\xa2\x72\x41\x54\xaf\xff\xf1\x0a\x7e\x44\x3c\x39\xe6\x3c\x66\x59\x1a\xc3\x77\x92\x05\x24\xcc\x02\xc6\x45\x8c\x5f\xc3\xe4\x54\xe7\x02\xf6\xb1\x7a\x9c\x9c\x8a\x28\x20\x22\xe7\x32\x3d\x92\xe5\x44\x10\x61\xb5\x88\xcb\x72\x11\x4f\xfe\x03\x47\x18\x8a\x63\xec\x52\x0e\x40\x04\x39\x42\x08\x6c\x41\x90\xe0\x05\x17\xd9\x31\xe7\x01\xe6\x05\xc0\xd8\x55\x39\x60\xf1\xe2\x1d\x17\xd9\x0b\x21\xa2\x77\xa1\xf8\x8f\x57\x61\xc6\x59\x9a\x71\x12\x73\x16\xa7\xd9\x71\x98\x85\x24\x0e\x58\x9e\xe4\xc8\x49\xa2\x9c\x85\xb1\xfa\x0a\x99\x11\x89\x12\x89\x8a\x2c\x24\x51\xcc\x82\x90\x13\xdd\x42\x04\x7a\x87\x38\x01\x9e\x17\x8a\x93\x30\xcc\x59\x9c\x08\x22\x98\xe0\xf9\x71\x18\x66\xd8\x26\x27\x61\x98\x2a\xa8\xc2\x30\x21\xc1\x69\x18\x86\xd8\x0a\xe4\x08\x16\x05\x89\xac\x71\x02\xf8\x0d\xc5\x89\xc8\x03\xf8\xa9\x1a\x3f\x16\x59\xae\xbb\x15\x59\xa6\x81\xc1\xaf\xd9\x31\xfe\x91\x00\x43\x39\x35\x0c\xdd\x82\x1c\x20\xb6\x9b\x44\x27\xba\xb3\x3c\x04\xd8\x8f\x35\x14\x79\x4c\xc2\x30\xc2\x46\x01\x55\x61\x42\xf2\xe4\x54\x03\x8f\x99\x72\x54\xb2\x1a\x8e\x15\x1a\x73\x70\xf8\x1f\xaf\xa2\x28\x83\xe4\x28\x09\xec\x3e\xa2\x84\xeb\x3e\x22\x50\x4a\x65\x1f\xa0\xb7\xe7\xc9\x69\x94\x24\xba\x8f\x28\x49\xed\x3e\xa2\x0c\x01\x8e\x83\xdc\x9e\xa7\x98\x73\x3d\x40\xa0\x52\x35\x6c\xfc\x0a\x99\x42\xa3\x06\xca\x29\x84\xe9\x16\xd4\x3c\x41\xbb\xa1\x38\xd1\xbd\xc9\x79\xd2\x60\x70\x12\x25\xb1\x9a\x27\x80\x30\x38\xd5\xd0\x43\x4e\x60\xcd\x13\x8c\x15\x9a\xe1\x99\x3d\x4f\x11\x4f\x75\xb7\x40\xb9\x0a\x18\xfc\x9a\x1d\xe3\x1f\x09\x30\x94\x53\xc3\xd0\x2d\xa8\x79\x92\x38\xfc\x8f\x57\x00\xa6\x10\x91\x81\x93\xe7\x91\x0b\x69\x1e\x1a\x58\x81\xf6\x01\x5a\x9e\x8b\x0e\x5e\xcc\x97\x10\xab\xba\xd8\x36\xb6\xa9\xba\x04\xd1\xaa\xa1\x16\x61\x6a\xc0\x16\x61\x66\xe0\x16\x51\x70\x2c\xff\x72\x03\xb9\x88\x84\x03\xba\x88\x42\x03\xbb\x88\x13\x43\x00\x22\x8b\x1d\x0a\x10\x59\x6a\x48\x40\x92\x31\x48\xfc\xcc\x10\x81\xcc\x57\xf3\x22\xeb\xe2\x74\x41\x9b\x7a\x16\x55\x5f\x48\x08\x1a\x0e\x98\x77\x0d\x9f\xfc\x1e\x20\x2d\xe8\x71\x60\x59\x35\x3e\xd3\x8e\x1c\xfb\x89\xc2\x33\x10\x2f\x76\x48\x78\x94\x62\x07\x51\x94\x12\x1e\x49\xc0\x60\x60\x3c\x8a\x25\x02\xf0\x7b\x74\x2c\xff\xca\xc1\xc8\xb2\x72\x90\x5d\x3b\x81\xec\x00\x38\x98\xc8\x4e\xa2\x20\x94\xe4\x9d\xc9\x79\x0c\x24\xec\x79\x4a\xa2\x80\x6b\x26\x15\x05\x01\xae\xbc\x5c\x02\x9b\xa7\x24\xcc\x13\xb9\x98\x32\xc9\x1e\x40\xc2\x88\xec\x24\x8c\x71\x4a\x75\x2f\xc7\x61\x1c\x1a\x08\x60\x75\x6a\xc8\xe4\xf7\xe8\x58\xfe\x95\x23\x90\x65\xe5\xc8\xba\x76\x52\xc9\x26\x32\x64\xe7\x27\xba\x5b\x9e\xe5\x92\x51\x28\x88\x78\xce\x49\x98\x4b\xb4\x22\xd9\x05\x81\x24\x3b\x35\x1c\xc8\xd7\x23\x55\x75\x4f\x14\x0f\x3f\xe9\x61\xf8\x3f\xfa\x52\x72\x56\x5f\x2f\x8e\x2b\xe5\x72\x69\x0f\x21\x09\xe5\xa9\x8c\x19\xbe\x7d\xd7\x15\x84\xa9\xd9\x75\x09\x94\x91\x3c\x29\xba\xed\x77\x20\x37\x89\xb7\xa1\xb0\x13\xe5\xf6\x70\x1a\xb9\x45\xe5\x66\xf2\x96\xba\x65\x29\xa6\x7e\x9a\x23\xa9\xfe\x8d\x1a\x7f\xc5\x83\x8c\x71\x92\x27\x53\x01\xda\x2c\x7f\xc6\x05\x6c\x9e\xe5\xa7\xac\x0e\x93\x9c\x85\x2c\x7f\x17\x45\x2c\xc8\x7d\x05\xc2\x9c\xc1\x04\x8a\x17\xd8\x98\xa7\x04\xd0\x20\x54\x7e\x07\xed\x40\x3e\x27\xf8\xa1\xe0\x53\x20\x7c\x9a\x4b\x18\x60\xb8\x1b\xe0\xc0\xae\x6e\x61\x2f\xef\x07\x55\x42\x22\xb2\x6c\x1b\x28\x61\x10\xb0\x20\xbf\xc5\x46\x8a\x01\x30\xfa\xf7\x40\xdd\x02\xc2\xf8\xff\xdd\xb4\xeb\xfa\xea\xfe\x01\x94\xf4\x57\x59\x63\x17\x29\xe5\x16\x29\x45\xfc\x6f\x35\xdb\xf3\x80\x82\xb6\xf2\x3f\xb9\xf1\x67\x76\x0d\x3c\x8f\xd8\xbf\xed\x77\x51\xe6\x69\xda\x37\xcf\x27\xd5\xd5\x9e\xfb\x0b\x9c\x64\xbc\x24\xd9\x31\xc3\x89\x3e\xd0\x14\x2c\x0b\xf1\x4c\x4e\x24\x82\x85\x11\xd0\x68\x26\x88\xfc\x94\xc0\x82\x14\x03\x52\xe6\xe9\x2d\x0d\xb3\x0d\x65\xd2\x98\x81\xd0\x04\x52\x87\x16\x3d\x45\x02\xa4\xf4\x2c\xbc\xdd\xd4\x86\x01\x05\xd0\x2b\xe2\x64\x3b\x44\x59\xc8\x78\x0a\x4c\xc0\xdb\x99\x82\x07\x98\xc0\x46\x70\xb0\xee\x0e\x68\xf2\xe4\xd3\xff\x64\x7e\xea\x23\xa6\x37\xf8\x4e\x66\x7f\x6a\x52\x77\x6f\xdb\xc9\x29\xd3\xe4\x94\x80\xa2\xf1\x10\x18\xf7\x1f\xf9\xa7\x39\x0a\xd9\x5c\xfc\xad\x66\x02\x28\x8a\x86\x59\xf4\x82\xa7\x1b\x88\x06\x77\x69\xdb\xc9\x26\x55\x74\xb3\x99\x7a\x41\xa9\xda\x4e\xbd\x51\xa8\xa8\xd7\x50\xc7\x36\x80\x76\x2d\xab\x74\xf7\x12\x47\x45\x7f\xc7\x12\x57\x40\x89\x2c\x1b\x92\xd5\xac\x5a\x5d\xd7\xdd\x0d\xfa\x0e\xaa\x52\xa5\xb7\xd3\x54\x94\xe8\x3b\x17\x9c\x75\x2e\x4a\xca\x53\x96\x90\x80\xc2\x72\xc4\x03\x1d\xd8\x8b\xde\xa6\x83\xb3\x28\x7d\x38\xef\x9c\xef\xbc\x4b\xa2\x32\xc0\x16\xa8\xaa\x2c\xff\x6b\x7b\xcd\xf1\x78\xcf\xf6\x42\xb1\x5f\x7b\xd9\xe0\xfc\xe9\x41\xf0\x9d\xe2\x36\x52\x1e\xe0\x26\xd1\xad\x88\xf8\x8c\x0a\xa8\x13\x0a\x16\x97\x94\x87\x50\x27\xa7\x21\x1e\x5a\x66\x34\x8e\x59\x4e\x33\x96\xb5\xf8\x93\x84\x19\xfc\x20\x90\x3a\xe3\x22\x66\x09\x52\x43\x5a\xa2\x12\x12\x11\x11\x32\xd0\x70\xb1\x20\xcb\xf0\xdb\x94\xe7\x29\x4b\x4a\x21\xf0\x54\x33\xe2\x00\x4f\xcc\x60\x9b\xc5\x52\x1a\xa6\x33\x3c\x0a\xe5\x1c\x1a\x09\x99\xa0\x3c\x64\x29\x89\x58\x4e\x45\x26\x4f\x18\x69\x24\x58\xf8\x8e\x47\xfe\xd1\x7c\x7a\xc5\xd3\x04\x34\x8a\x12\xe1\xc2\x95\x97\x42\x33\xb0\x00\x5b\xf9\xcd\x5c\xb2\x90\x94\x09\xb9\x8c\xa9\xfc\x46\x15\x1b\x08\x68\xfe\xfb\x1a\x48\x70\x7f\xf1\xdf\x0e\x43\x28\x7e\x57\x0b\xa1\x20\x49\xf4\x3b\x5b\xa0\xbf\x13\x0f\x7d\x4e\x30\xbf\xbc\x99\x15\x8b\xb2\xda\x8f\x13\xe8\xd2\x0e\x27\x48\xa2\xa0\x27\x5d\xae\xb4\x3a\x9a\x88\x48\x5f\x1f\xbe\x83\x3d\x72\x5e\xe2\xb5\x64\x4a\x81\xf0\x04\x90\x21\x8f\x18\xa7\x61\xc8\xf2\x93\x28\x8f\x08\xe7\x01\xe3\x25\xcd\x69\x8e\xf7\x89\x5d\x2e\x7e\x7b\x11\xa1\x0e\xf6\x90\xcb\xa6\x50\x04\xfe\xfb\x03\xbc\x84\x8a\x43\x12\x01\xeb\x97\xff\xb5\x79\x42\xf1\x27\xcd\x93\x29\xa0\x79\x6b\x81\x28\x2b\x71\x16\x1c\x0c\x83\xa0\x92\x17\x7d\xdd\xcc\xc8\x6d\x52\x82\x47\x37\x25\x95\x77\x16\x54\xdd\x59\x48\xd8\x5b\xf5\x55\xde\x60\x00\x80\x1d\xac\xd6\xd5\x06\x89\xb2\x4f\x73\x1e\x45\x54\x00\x0e\xfa\x2c\x2a\x4e\x6e\xf1\xec\xb9\x97\x1c\x65\x9e\x93\xf3\x38\x81\xf2\x9e\x0c\x44\xae\x7b\xa4\x1e\x27\x50\x7e\x90\x1c\x65\x83\x83\xf6\x38\x99\xc6\xc9\x20\x15\x81\x4e\x13\x02\x40\xff\xee\xd1\x67\x01\x15\x41\x86\x74\xc0\xa3\x68\x1a\x45\x8c\xcf\xf2\x9c\xe5\x04\x3e\xde\x89\xd8\x43\xdf\xf8\x86\x76\x71\x0a\x4a\x79\xb1\xb8\xbe\x29\xae\xab\x97\xb0\x37\x5f\xae\xaa\xb5\x7c\xc5\xb3\x0f\xd9\xcb\x46\x68\x8b\xca\xba\x6a\x86\xd6\x56\x3b\xdb\x17\x84\x28\x42\x7d\x1c\x9e\x07\x2c\x8e\x52\x3c\x85\x08\xc2\xbc\xa4\x22\x60\x22\x8f\x29\xd0\x7d\x94\x53\x18\x50\x84\xd7\xd2\x3c\xcf\x69\x12\xb1\x34\xcc\x69\xc8\xb2\x9c\x44\x82\x25\x01\xa8\x3f\x29\x67\x22\xc8\x88\x08\x58\x94\xc6\x68\x54\x90\x66\x24\x0e\x58\x9c\x26\x24\xc3\x4f\x9e\xb2\x2c\xcf\x61\x89\x45\x28\x27\x82\x94\xa3\x04\x02\x05\x05\x7f\x11\x9e\xb1\x48\xc0\x8e\x36\x14\x4c\x70\x0e\x8d\xf1\x30\x21\x4e\x21\x58\x71\xa9\x88\x49\x18\xb0\x2c\x4a\x68\x94\x30\x2e\xf0\x34\x3a\x8b\x23\x9a\x01\xd4\x99\xfe\xc5\xe2\x38\x25\x01\xcd\x23\x16\xa5\x9c\x66\x2c\xe1\xb1\xf3\x63\x46\x13\x79\x6e\x13\x86\x2c\x8c\xd2\x92\xe6\x0c\x0f\xaf\x59\x92\x87\x14\x64\x18\x08\xac\x34\x07\x20\xb3\x3c\xa6\x29\x9e\xcf\x70\x96\x25\x78\x5c\x9c\x42\x8d\x88\xf1\x24\x55\x4d\x73\xc6\x39\xa7\x3c\x63\x59\x9e\x92\x84\xe5\x51\x82\xc3\x13\x7c\x16\x03\xe4\x02\x18\x46\x90\xe4\x27\x3c\xc8\x08\x8f\x73\x96\x25\xbc\x4c\x58\x98\xd3\x38\x65\x22\x8a\x49\x08\x68\xe5\x94\x07\x39\x4b\x93\x94\xa4\x39\x4b\xa3\x90\x72\x10\x98\x02\x14\x17\x16\xe6\x9c\xe6\x0c\xcf\x0d\x41\xb5\xe2\x12\x22\x12\xa6\x2c\xe6\x40\xd7\x3c\x24\x90\xad\xca\x46\x04\xb2\xa1\x68\x90\xa4\xb0\x94\xb8\x90\x45\x13\x60\x75\x71\x10\x12\x1e\xb0\x38\xce\xe5\x1c\x64\x44\x40\x62\x8e\xea\x40\x90\x93\x10\x26\x10\x28\x3e\x49\x85\x44\x79\x8e\x07\xb4\x80\x0e\x80\x53\x90\x34\x62\x3c\x4b\xa8\x6c\x9f\xc8\x59\xa1\x9c\xe5\x51\x2c\xfb\x0c\x49\xc6\x42\x98\xbd\x1c\x2d\x0e\x60\xec\x31\x91\xf9\x58\x18\x34\x0a\xcc\x97\x00\x62\x01\x21\x4b\x47\x94\x27\x8c\x83\x60\x80\xe2\x34\xe4\x8c\x0b\x92\x02\xcc\x48\x89\x68\x22\xc3\x44\x16\x01\x03\xe5\x3c\xa2\x31\x4b\x79\x48\xe2\x8c\xa5\x5c\xd0\x90\xf1\x30\x23\x19\xa0\x3c\x07\x4c\x70\x1e\x13\x1e\x62\x57\x09\x4b\x92\x9c\xe0\x0c\x85\x6a\xbc\xa0\xbf\xe0\x4d\x49\xcc\xb2\x28\xa3\x09\x0b\xb3\x1c\x8a\x07\x09\xc5\x02\x11\x14\x4f\x40\x9d\x8f\x59\x8c\xe2\x9e\x09\x91\x7c\x9a\x53\x91\x32\x21\x72\x92\xe4\x2c\x4a\x45\x49\x01\x10\x21\x11\x1b\x03\x0d\x84\xa0\x48\x05\x4c\x64\xa8\x60\x89\x90\xab\x5f\x45\x18\xb3\x28\x21\xf2\x53\x6e\x1a\xb0\xe5\x58\x62\xbc\x44\x21\x11\x89\x0c\x57\x4b\x90\xa9\x79\xb0\x8b\x00\x74\x00\x7f\x20\x47\x9f\x6b\x2a\xb0\x7b\x01\x6e\x1b\x25\x48\x2c\x38\x9a\x84\x47\xa0\x7d\x05\x01\x2e\xa6\x30\xcc\xa9\x44\x20\xcd\x71\xd6\x98\x48\x53\x49\xb8\x21\x8d\x59\x16\xc6\xd4\x29\xf5\x69\x1e\xa6\x11\xcb\x04\xa7\x61\xca\x44\x98\x96\x40\xf5\x19\x41\xaa\x27\x48\xf5\x12\xa7\x29\x45\xaa\x27\x8a\xea\x69\x2c\x57\xb5\x22\xfb\x18\xf4\xd8\x58\x30\xd0\xd9\x80\xec\x89\x24\x7b\x2a\xc9\x9e\x28\xb2\xa7\x92\xec\x89\x22\x7b\x60\x40\x79\x28\x48\x8e\xe8\x15\x29\x4b\xf3\x9c\x64\x0c\xa4\x0d\xd2\x32\xd2\x75\x88\x03\x4d\xa8\x24\x7b\xc4\x87\x26\x4b\x99\x2d\xc9\x9e\x48\xb2\xa7\x92\xec\x15\x57\xa1\x8a\x0c\x90\xec\x33\x9c\x8b\x94\x4a\xb2\x97\x64\x9a\x53\x49\xf6\x44\x92\x3d\x95\x64\xaf\xa9\x96\x07\x2c\x10\x9c\x40\xe5\x04\xc0\x8b\x63\x41\x63\x96\x44\x21\x45\x42\x96\x54\xad\x96\x85\x5c\x46\x99\x5c\x16\x1a\x40\x49\xf6\xb2\x74\x44\x24\xd9\x63\xf1\x84\x20\xd9\x53\x24\x7b\x22\xc9\x5e\xcf\x9a\x24\x7b\x82\x64\x4f\x25\xd9\x13\x24\x7b\x2a\xc9\x9e\x4a\xb2\xa7\x92\xec\x29\x92\xbd\x9e\x5f\xb5\xcc\x25\xd9\x53\x49\xf6\x04\xc9\x9e\x22\xd9\x73\xb9\x30\x90\x88\x13\x9e\x2b\xd2\x93\xe5\x53\x22\xc5\x02\x91\x62\x81\x48\xb1\x40\xa4\x58\x20\x52\x2c\x10\xa0\x4e\xaa\xc5\x02\x95\x62\x81\x4a\xb1\x40\xa5\x58\xa0\x52\x2c\x50\x14\x0b\x54\x8a\x05\x82\x62\x81\x2a\x41\xa0\xe6\x46\x73\x7c\x25\x16\xa8\x14\x0b\x54\x8a\x05\xea\x14\x82\xc9\x0a\x42\x44\x7b\xa8\x8e\x65\x81\xb3\x06\x2c\xcb\x52\x92\x71\x96\x27\x09\x95\x62\x61\x96\x0b\x96\x05\xa1\x22\x5f\x29\x01\xa8\x92\x00\x39\x8b\x82\x8c\x46\x2c\x0d\xd0\x60\x22\x13\x19\x65\x61\x8c\xfb\x9b\x4c\x31\x54\x3e\x8b\x22\x16\xc5\x31\x70\x98\x5c\x72\x02\x91\x03\x6e\x24\xc2\x32\xb4\xd4\xc3\xf5\x29\xa7\x29\x97\xb5\x14\x17\x20\x8a\x27\xe0\xfa\x44\x6e\x8d\x68\x4f\x78\x44\xe4\xfa\x54\x2b\x4f\x33\x38\x5c\x9f\x4c\x00\xc7\x93\x5c\x0b\x96\xa7\x5e\xc4\xba\x10\xf2\x1e\x49\xdd\x31\x91\xbc\x47\xf5\x43\x9c\x5e\x87\xbc\x47\xcf\xae\xe2\x3d\x14\x79\x4f\x4e\x25\xef\x51\x8b\xc1\x2e\x32\x50\x63\x16\xe5\xb4\xd9\xf3\x02\x02\x8b\x6e\xb7\xbe\xe1\xe1\xa4\x3b\x4d\xcc\x53\xbc\x9c\x99\x86\x02\x56\xf5\x71\x92\x32\x9e\x0a\x12\xc5\x40\x65\x30\x4c\x58\x24\x91\xbc\xc1\xca\x32\xf8\x5b\xf2\x20\x41\x9e\x1c\x10\x21\x60\xaa\x43\x90\xac\x80\x0b\xa0\xc6\x30\xa6\x3c\x09\x54\x6b\x25\x0f\x58\x92\x73\x69\x14\x17\x44\x48\xde\xb9\x00\x45\x25\xca\x62\x24\xd6\x0c\xb4\x83\x94\x05\x22\x57\x7f\x40\xd6\x27\x38\x73\xf0\x09\xcb\x21\x8b\xf4\x8f\x04\x81\x0d\x74\x0d\xa2\x6b\xa4\x2c\x86\x0d\x4f\x9c\x50\xc1\x04\xf0\x5e\x6c\x58\xf6\xa2\x7e\x4c\x43\x20\xfc\x44\x29\x5c\x24\x8e\x58\xc8\x53\x9a\x45\x2c\x07\x01\x9a\xb0\x38\xcb\x28\x87\x75\xc6\x53\x92\x47\x2c\xe0\x31\xa8\x93\xd3\x58\x94\x09\x4b\x44\xaa\x6d\xc8\xc2\x34\xec\x5b\x91\x89\x54\xa6\x5b\x96\x64\xb1\xb8\xa5\x31\x8b\xd2\x12\xf8\x78\xc6\x81\xf2\x40\x98\x26\x68\x0a\x49\xa3\x0c\x15\xab\x24\xa2\xa0\x0c\x72\xbc\xc9\x67\x41\x10\x93\x28\x64\x69\x2a\x48\x08\x9b\xf8\x20\x66\x29\xa0\x34\xcb\x59\x98\xb2\x00\x96\x6a\xcc\x52\x11\x52\x5c\xfb\x78\xc9\x25\x58\xac\xee\xbb\x72\x54\xfc\x39\x4b\xf3\x0c\x84\x55\x0a\xdb\xbf\x94\x85\x68\x78\x0a\x7d\x84\xef\x78\x8e\x60\x95\x54\x8d\x86\x72\x41\x34\xd4\x84\x8b\x5b\x18\x0c\x91\x79\x7a\x90\xf2\xbf\x69\x2c\x6e\x79\x1e\x00\x42\x4a\x60\x81\x79\x08\xdb\x9d\x30\x07\xce\x16\xb2\x4c\xd0\x30\x47\x65\x45\xe1\x8e\x4a\xdc\x69\x6c\xff\x4d\xa6\xff\x24\xc2\x79\x0d\x43\xce\x62\x1e\x1f\xd3\x90\x05\x69\x84\xa7\x61\xf0\x17\x6a\xc8\x0b\x46\x43\xda\x9f\x5e\x01\xe5\x26\x51\xc9\x53\x96\x44\x68\xed\x80\x42\x27\x8c\xd1\xde\x2c\x14\x2d\x35\xbf\xe4\x29\x10\x0d\x85\x4a\x92\xc7\x20\xc4\xfc\x90\x99\xc3\xf5\x79\x3d\xab\x7e\x68\x6e\x2e\xe1\xf3\x6e\xb1\xe7\x42\xbd\x9e\x55\x74\x82\x95\xe8\xa4\xb9\x5b\x38\x6b\x36\x14\xbd\x3d\x04\x0f\xf4\x1e\x82\x47\x21\x11\x71\xc2\xc2\x93\x94\x70\x11\xb0\x10\x14\xea\xc8\xfc\x5f\x44\xf2\xd0\x2d\x64\xf9\x4c\x08\x86\xfa\x55\x52\xaa\x5c\x90\xae\xa8\xaf\x80\xb6\x90\x93\x60\x96\xcb\xa3\x2a\xf5\x41\xe1\x63\x53\xd9\x93\x90\xe3\x52\x09\xa1\x00\xd1\xff\x97\xdd\x61\x91\x19\x85\x5d\x04\x0f\x13\x04\x88\xe4\xb0\x47\x87\x5c\xf8\x12\x46\x84\xf1\x4f\xf3\x10\xed\x01\x66\x20\x56\xa0\x9c\xee\xa9\x0f\x37\xed\x00\x77\xc6\x85\x5f\x14\x34\x78\x92\x0a\x7a\xce\x8c\x76\xa0\x6f\x2c\x9d\x12\x91\x66\x0a\x55\xc4\x1e\xa0\x86\x5d\x83\xae\x20\x27\x1a\x72\x22\x21\xdf\x3c\xe1\xfb\xdf\xf5\xd8\x13\xbe\xfb\xca\x87\x07\x9d\x0d\x55\xc8\x40\x83\xc9\x07\x78\xeb\xcf\x26\x60\x8c\xe8\xf9\xf6\x4d\xd1\x49\xc8\x61\xbb\x2c\xe2\xa4\x9b\xf9\xcd\x65\x73\x3c\x2c\x0c\xf2\xd2\x9d\xa4\x0e\xad\x38\xe3\x54\xcd\x78\xac\x90\x2f\x67\x9d\x32\x4e\xc3\xe8\xd3\x9c\x02\x83\x0a\xa3\x1e\x7e\x23\x8d\x5f\x07\x74\x97\x54\x7b\x44\x71\xc2\x45\x6a\x81\xee\x92\x6a\xbf\xac\x08\x38\x4b\x09\x0f\xc2\x8d\x14\xe1\x10\x6b\xac\x48\x42\x4e\x3b\x65\x9c\x84\x43\x7b\xb9\x6e\xca\x1f\x70\x23\x63\xcf\xf9\x1e\x17\x33\x3c\xe0\x9d\xe1\x1c\x0b\x89\x48\xc3\xc1\xaa\xf2\xcc\x82\x67\xb9\xf4\x97\x94\xc1\x99\x6f\xb5\xf4\xd1\x07\xe2\x11\xb1\xb7\x89\xd0\xba\xd9\x8c\x89\xbd\x62\x24\xe6\xe6\x3c\x17\x34\x8c\x1c\xea\xd8\x30\x09\x1d\xc5\x6e\x5c\x99\x2e\x77\x22\x06\x72\x6f\xe1\xe1\x0a\xe8\x13\x9a\xbb\x86\x84\x46\x68\x24\xc7\x3e\xbc\x2b\xe9\xa6\xfd\x97\xe5\xc3\xe7\xfc\x66\xb9\x8b\xad\x6b\xe3\x51\x9e\xa6\x44\xc4\x31\x4b\x07\x4b\x65\xc0\x66\x3d\x48\xeb\x91\x84\xe2\x8e\x1c\x4a\x7b\xb0\xd6\x2f\x9d\x92\x48\xc4\x2c\xdd\x4c\x3d\x2e\xd2\x62\x4d\x0f\xc0\x1d\x29\xf0\x75\x1a\x46\xb0\xd0\x41\x22\xe5\xb9\x6a\xe8\x37\xce\x8f\x3b\xd3\x2e\x87\x7a\x30\xd3\x70\x48\x50\xe8\x61\x45\x9a\x04\x33\x32\x7c\x66\x21\xe7\xfb\x81\x42\x7c\xb7\xf4\x4e\x2d\xe9\x0d\x62\x0b\xa4\xb7\xe0\xc9\xdf\x4d\x7a\xef\x96\x0d\x0e\xa3\xb1\xd6\xc5\x0e\x5c\x3d\x50\xfe\x0d\x04\x9f\x88\xfb\xbb\x93\x20\x52\xb8\x0a\xf9\x57\x93\x7b\xae\xf0\xd8\x2e\xf7\xa4\xf0\xf8\x7d\x72\xcf\x87\xa9\x87\x8a\x8d\xa1\xbc\xf0\xe0\x2a\xfe\xbf\x40\x5e\xf8\x90\xf5\x20\x66\xbb\x9b\xcb\x26\x16\x97\xe5\x71\xfe\x15\xb9\xac\xc0\xcb\xda\xfd\xb8\x6c\x28\xf2\xdf\xc1\x65\x87\x68\x5a\xed\x69\x4a\x06\x25\x5d\xc5\x23\xef\x11\x52\x1c\x6b\x0c\x89\x28\x23\xd9\x31\xe7\x9c\xe0\xed\x16\xcf\xa5\xad\x7e\xcb\xd1\xb6\x35\xb3\xff\x4f\x55\x9a\x7c\xc4\x00\x3b\x6e\xcc\xc9\x3e\xbd\xc2\xeb\x04\xdc\x21\xe7\x2c\x24\x11\xe3\x94\xa7\x0c\xcf\xb3\xf0\xcc\x33\x9a\xd1\x90\x43\x56\x49\x33\x48\x61\xf2\x0c\x8d\x72\xce\xf0\x2e\x24\xa5\x52\x4d\x65\x31\xe4\x13\xce\x59\x84\x0f\x33\x09\x24\x63\x81\x59\x16\x10\x11\x95\x90\x2b\x98\x3c\x78\x86\x62\xd8\x45\x2a\x8b\x09\xc6\x49\x82\xb7\xeb\x91\x6a\x21\x96\x85\x22\x8a\xb7\x50\x9c\x71\xca\x04\xe5\x2c\xa5\x4c\x00\xa3\x81\x8a\x0c\x37\xc0\xf8\x37\x63\x02\xad\x31\x00\x1a\xa0\x6f\xbd\x39\x3c\xc5\xc1\xc5\x29\x14\x97\xc3\xfc\x34\xe7\x49\x86\x0f\x15\x45\x49\x45\xca\x32\x98\xce\x88\x66\x11\x13\xf2\x1b\x97\x16\x82\x30\x86\x18\xf6\xc2\x21\x0d\x33\x26\x28\xe4\xe3\x1c\x8b\x00\xc6\x81\x8f\x4e\x23\x24\x98\x94\x65\x24\x0b\x58\x82\xdf\xda\x24\x60\x09\x1e\x47\x63\x1a\x81\xb4\x12\x7f\x72\x79\xb9\x0f\xab\x28\x81\x66\x22\x6c\x86\xc5\x9f\xe6\x29\xfc\xe6\x59\x02\xa4\x19\x72\x02\xa8\x4e\xf0\xc2\x3f\xc3\x49\x80\x0d\x2d\x97\xdf\x60\x3a\xbc\xe3\x6c\xf5\x2e\x58\xee\x81\xcb\x80\x0a\x06\x78\x45\xab\x04\x96\x52\x18\x01\xac\x60\x40\xa4\xc4\x23\x13\x34\x01\x4a\xc7\xb9\xa2\x11\xc3\x07\x9a\x38\xab\x11\xd5\x73\x29\x18\x5a\x40\xc8\xd7\xb5\x38\xcd\xb3\x0c\x06\x5e\x66\xb2\x10\xc1\x4c\x01\x73\x00\x24\x80\xd3\x09\xc9\x92\x4e\x42\xcc\xc6\x87\xa7\x98\x3f\x5c\x13\x1f\xa6\x7b\x2e\x89\x0f\xd3\xed\x3c\x23\x89\x22\x73\x69\x07\xf3\x9d\x4c\x69\x14\xb1\x44\x1c\x8b\x54\xb0\x08\x38\x83\xc0\x73\x99\x2c\xc3\x43\xb2\x44\x5a\x8f\xf3\x28\x92\xe7\x64\x31\x4b\x42\x22\xc2\x80\x25\xb9\x32\xfb\x09\x4e\x43\xa1\xd2\xf1\x44\x21\x2a\x03\x98\xca\x24\x26\x3c\x66\x71\x44\xd2\x0c\xda\x83\x89\x14\x84\x73\xf1\x42\x44\xf2\x35\x72\xdc\xbd\x46\x8e\xe4\x6b\xe4\x5b\x98\x0d\x22\xf3\xf0\x51\xaf\x79\x95\x3c\xcd\x13\x65\x11\xe3\xcd\x0d\x45\xa9\x5a\xd4\x2f\x98\x63\xf9\x82\xf9\x5d\x18\x26\xd3\x3c\xd9\x90\xab\xae\xb5\x21\x33\x91\xe9\xd6\x5b\x67\x18\x5a\x16\x94\x22\x67\x09\xc7\x4b\x77\x60\x5b\xb1\x20\xf8\x64\x00\x98\x69\xc4\x12\x3c\xb3\xe7\x38\x44\x1e\xd1\x08\x68\x30\x60\x59\x0a\x74\x9f\xa1\x20\x4a\x05\x8d\x32\x9a\x24\x4c\x70\xf8\x22\xb3\x81\x2d\xe6\x0c\x9f\x3e\xb1\x30\xa7\x49\x44\xa0\xcc\x50\x5c\x2c\x97\xb3\xea\xd9\x6c\x4f\xc9\x0a\x85\x69\x31\xdb\xb1\x0f\x8b\x27\x7a\x1f\x16\xe2\x69\x36\xe1\x22\x2f\x45\xcc\xf2\x94\x44\x2c\x49\x49\x94\x32\x91\xe2\x95\x55\x8a\xc7\x7a\x82\x44\x78\x48\x94\xe0\xfa\x4b\x52\x64\xdd\xf2\x7d\x4e\x4a\x44\xce\xf2\x84\xa4\x99\xac\x2a\xb0\x52\xc4\x42\x7c\xa6\x17\x86\x94\x93\x2c\xa1\x29\xcb\x73\x68\x35\xc4\xbb\x8c\x3c\x25\x59\x4a\xa3\x94\xa1\x4d\x04\x1a\xeb\x24\x11\x09\xa1\x26\x4d\x22\x16\xe7\x24\x06\x24\xa5\x80\x24\xfc\xc6\x12\x10\x22\x02\x16\x57\x08\x6d\x84\x11\xcb\x61\xaa\x68\x06\xc8\x8f\xb1\x9b\x8c\x85\x9c\xe2\x8d\x4d\x9e\xd2\xac\x05\xe4\x87\x44\x40\x93\x98\x44\xb2\x92\x72\x01\x0d\x25\x98\x26\x45\xba\x6c\x09\xbe\x44\x21\x13\x19\x09\x68\x9a\x33\x81\xd7\xb6\xd0\x26\x82\x40\xe3\x4c\x02\x8d\x8c\x22\x67\x79\x4c\x53\x0e\x6d\xe0\x00\x28\x0c\x20\x66\xa1\xc0\x51\xa4\xc0\x3e\x52\xaa\x46\x4e\xb3\x84\x60\x56\xc8\x59\x18\xc2\x3a\x08\xb9\xcc\x93\x48\xa3\x29\xf2\xb8\x44\x5d\x94\xc1\x72\xc9\x63\xe0\x89\x61\x28\xd1\x4e\x01\xed\x31\xcb\x33\x8a\x0f\xcb\x65\x3e\xe6\xc6\x30\x29\x78\xef\x83\xb7\xc4\x80\xf2\x08\x06\xc0\x71\x12\x92\x80\xe5\xf8\x3c\x5b\xb6\x9e\x63\xe3\x09\xe2\x4c\x36\x0e\xf9\xb8\xd8\x52\x68\x1c\xd3\x22\x84\x28\xc7\xea\x31\x0c\x2c\xfd\x34\xa7\x71\x04\xdf\x22\x8e\x97\xda\x82\xe0\x08\x05\x97\x8b\x9a\x62\x8b\x84\xe7\x6a\x82\x70\x66\xd0\x50\x2b\x56\x68\x8d\x67\xc0\x60\xf3\x8c\xf2\x92\x02\x06\xa8\xc4\x2a\x96\x0b\xa4\xe5\x9c\x9c\x20\x5c\xfe\xa1\x40\x63\x2d\xbc\x52\xcd\x53\x1a\x83\x2a\x15\x0a\x8a\xf4\x84\x7d\x52\x1e\xeb\x51\x20\xe7\x4c\x12\xa4\x06\x82\x74\x81\x17\xdf\x79\x42\xe3\x19\x76\x49\x38\xfc\x2f\x2e\xd1\x70\x36\x49\x29\x57\x54\x1b\x86\x34\x02\x5a\x0c\x63\x8a\xaf\xf2\xb9\x24\x9e\x80\x85\x1c\x90\x91\xe0\xfd\x4b\x9e\x91\x70\x78\x49\xb1\x2a\xa7\xf5\xed\x9e\x96\x44\xb2\xec\xf6\x57\x84\x3c\xd3\x9b\xa6\x50\x90\x08\x8d\x5e\x38\x4a\x5d\x29\xa5\xe4\x7f\xd3\x30\xc3\x83\xdd\x14\x8f\x75\x2d\x09\xf6\x8e\x27\xc1\x8b\x10\x9d\x2d\x80\x7c\x0e\xa8\x40\x1f\x0a\x09\x03\x92\x8b\xe4\xb9\x37\xe5\x62\xca\x83\xc8\xbc\x12\x27\xf2\x95\x38\xe1\xe2\x36\x93\x07\xe2\xdd\xbb\x71\x02\x2c\x39\x40\xf7\x0a\x09\x1e\xa0\x77\xcf\xc7\x6f\x69\xf6\xe9\x95\x7c\xc2\xf5\x22\x14\xc7\x1a\xbe\x00\xd6\xbf\x7c\x6b\x7c\x8b\xd0\x67\x2c\xeb\xec\xb2\xd0\xda\x35\x0b\x3c\x56\x44\xc6\xb4\x30\xb5\xc4\xaf\xef\xd4\x79\x55\x4e\xef\x8a\x3d\x55\x40\x59\x76\xfb\xbd\x50\x1c\x6b\x84\xc7\x68\x37\x8b\x96\x8f\xef\xf2\x04\xd0\x18\xc6\xe2\x05\x4f\x58\x20\x4d\xe0\x22\x69\xc5\xdb\x39\x33\x90\x22\xc9\x78\x38\x30\x43\x7c\xc1\x53\xcb\xc5\x81\xe5\x94\xe1\x1d\x9a\x66\xd1\x38\x64\x01\xde\x65\xe4\x19\x45\x23\x2b\x8a\x76\x56\x32\x45\x9a\x5d\xcd\xa0\x04\x4f\x82\x5b\x9e\xf8\xbb\x88\x93\xc0\xdb\x45\x67\x8d\x25\xbd\x41\x74\xf6\x58\xf3\x80\x46\x51\xf6\x82\x27\xc7\x58\x3a\x20\x01\x51\x5f\x36\x8f\x64\x1a\x47\x91\x7f\x24\x3c\xf1\xf7\x32\x98\xae\x55\x73\xf7\x6c\xb6\x3e\xae\x57\xe5\x43\x8e\x18\xa0\x1a\x48\x2c\x5a\x62\xc5\xe1\x69\xc3\x60\xe1\x84\xb1\x36\xef\x8e\x83\xc8\xbc\x49\x4e\x6d\x75\x1d\xfe\x9e\x66\x24\xcc\xd5\x1b\x63\x54\xf4\xd5\xfb\xe3\x16\x9f\x1b\x77\xea\xfe\xa7\x57\xe8\x94\x23\x0a\x6e\x39\x4f\xd0\x69\x48\x5e\xa2\x1a\x80\x44\x00\x7a\x64\x28\x55\xbb\x80\xc5\x33\x0e\xdc\x85\xc0\x67\x58\x46\x68\x6b\x9a\xa2\x31\x87\xfc\x92\xc8\xdd\x20\x47\xd3\x3f\x2c\x93\x32\xc0\x25\x3e\x60\x44\x35\x58\x6e\x08\x02\x16\xbf\x08\x83\xe0\x1d\xdf\xe0\xab\x21\xb1\xd6\x61\xb7\x9c\xb7\x63\x7c\xff\x83\x8a\x3e\xc6\x07\x67\x16\x1e\x8c\x6b\x93\x47\xc0\x60\x1c\x44\xc7\x80\x4f\xc0\xbe\x85\xe3\xd3\x2d\x38\xee\xcf\xcd\xa7\x39\xe7\x09\x15\xb9\x78\x21\xe2\xe4\x56\xe2\x3c\x50\x5b\xa3\x10\xb1\x6e\xb0\x75\xc2\x05\x67\x82\x88\x28\x65\x71\x49\x15\xce\xa9\xc1\x3b\x5e\xbe\xe5\x88\xf3\x10\xe7\x25\x07\x9c\x13\xc4\x39\xea\xff\x50\x57\x35\xf5\x2e\x0c\x82\x29\xe7\x89\xd7\x6d\x06\x72\xa5\xfe\x54\x6c\x47\xf9\x03\x4e\x3c\xfa\x38\x1f\x1e\x7e\x78\x90\x5e\x58\x48\x87\x2d\x51\x8a\xaa\xab\x83\xd8\x53\x40\xbf\x5a\x06\xfd\x09\xb1\x89\xfe\xd3\x2b\x1e\xa1\x69\x3e\x8c\xff\x56\xe2\x5b\x6d\x26\x43\xb4\x17\x91\xd8\xca\x14\x89\x87\x54\xa2\x52\xa3\x1a\xfe\x4a\x74\xe3\x3d\xe5\x8c\xea\x42\x71\x49\x15\x89\xcb\x09\xd3\x74\x0e\x2d\xbd\x13\x5c\xbc\x00\x12\xf7\xd0\xf2\x2d\xfa\x41\x50\xd2\xca\x5c\xc7\x6e\x47\xf7\xbe\x67\x26\x7d\x5c\xf7\x8e\x4f\x3c\x88\xbe\xb4\x3d\x1c\x1c\xa3\x7f\x82\x6d\x1c\x63\x1b\xa7\xf9\x34\x17\x39\x6c\x70\x12\xbc\x60\x47\x44\x4b\x5e\x82\x58\xa6\x3c\x24\x9a\x03\x9c\x08\xd0\x75\x09\x92\x37\x12\x36\xd5\x58\x96\x5f\x12\x75\x14\xc7\x63\xc5\x6f\xa8\x22\x6c\xaa\x69\x9a\x68\xb6\xf4\x42\x70\x01\xdc\xcb\x83\xd2\x69\x12\x79\xc8\xdd\x8b\xe8\xdf\xc4\xb9\xf7\xe6\xda\x41\x71\xf9\x55\xb9\xf6\x9c\xf2\x28\x64\x68\x01\x95\x9f\xe0\x9b\xb0\x40\xb0\xe4\x1d\x47\xb9\x2b\x8f\x5b\x80\x9d\xe8\x9d\x9c\x7c\xe5\x80\x07\x29\x66\xbf\xa9\xb6\x9b\x3c\x13\x2c\x99\x51\xd8\xf7\xd2\x34\x06\x2e\x93\x33\xd0\x55\x71\x97\x90\xd1\x9c\xe5\xa0\xcf\x86\x94\x45\x33\x34\x24\x23\x9c\x6f\xbc\x01\x38\x11\x61\x4e\xa2\x20\xb2\xae\x91\x87\x37\x34\x02\xd9\x1c\x3e\x7c\xd8\x78\xae\x1f\xa0\x08\xd1\x07\xb0\x31\x15\xa8\xc6\x23\x20\x6c\xb8\x47\xec\xa6\xef\x81\x62\x60\x6f\x11\x10\x14\xd9\xd7\x16\x01\x30\x73\x72\x12\x4f\x44\x80\x98\xca\xb2\x17\x61\x8e\x9b\xf8\xb0\xdb\xa5\xeb\x4d\x3a\xea\x21\xc3\x89\x7d\x81\x75\x67\x30\x71\x38\x85\x25\x4c\x5c\xce\x42\x82\x87\x64\x11\xcb\x58\x84\x58\x83\x95\x84\x68\xdd\x72\xe7\x1e\xa4\xf2\x44\x7e\xdb\x3d\x3a\x9e\xa3\xe9\xc9\xf3\x4f\xb0\xea\x47\x4d\x1d\x6c\x63\x60\xfa\x14\x1c\x5b\xe6\xee\xa1\xf2\x64\x7f\x59\x12\x14\xf9\x57\x94\x25\x73\x5c\x74\x04\xa7\x0e\x11\x4f\x00\xf1\x2f\x60\xe9\x6d\x58\x61\x72\xb1\xe3\x96\x9b\x75\x7e\xe6\xa6\x7a\xe5\xe9\x26\x00\xef\x29\x91\xab\x0f\x4d\x25\x33\x0a\x68\x85\xd9\xe3\x78\x9e\x97\x6f\x42\xfa\x09\xae\x39\x22\xd2\x70\xf3\xa5\x39\xec\xda\x09\x0f\x9c\x4b\xa9\xe1\xb5\xb9\xea\x47\xcd\x5c\x82\xa4\x24\x62\xc6\x25\x20\xdb\x96\xde\x83\xe4\xd3\x9e\xb2\x29\x28\x8a\xaf\x29\x9b\x70\xca\x08\xcc\xde\xcc\xb0\xbb\x77\xb0\xe4\xfc\xd3\x93\x78\x97\xe2\x3b\xb5\xe2\x04\x8b\x08\xf2\x4b\xb9\xda\x70\x7f\x9d\xc1\xb2\x23\x92\x4b\xcd\x34\x13\xdb\x3c\x23\xd0\x63\x6a\xdf\x19\x0c\x97\x24\xec\x31\x45\x14\x6c\xbb\x15\xd7\x4c\x39\x57\x36\x2d\x30\x5d\x40\x45\x38\x61\x74\xc3\x9c\x3d\x50\xce\x0d\x04\xdc\xf0\xd5\x69\x12\x9a\x17\x82\x21\x28\x54\x42\xb0\x78\x26\x50\x58\x0b\x26\x36\xdf\xc7\x45\x9c\x44\x69\xb8\xe5\x1a\x06\x8f\xef\xd3\x6c\xdb\x7d\x96\x10\xd2\x43\x97\x30\x5c\x47\x0a\x0c\x35\x15\x27\x3c\x03\xf2\x0d\x59\xf4\x2e\xd6\x6c\xd4\x5a\xa0\xd4\x1c\x9e\xca\xc9\xb6\xe8\xe0\x56\x64\x29\x4c\x25\x87\xc5\xc8\x41\xd9\x28\xe5\xfa\xcc\xe4\xfa\xe4\x78\x04\x1a\x6e\xc2\xf2\x03\xc5\xd1\x1e\x4f\xc5\x13\x63\x37\x14\xa7\x2c\x46\xd7\x1f\x1c\x6f\xb3\x14\x9a\xb7\xdc\x4f\x89\x74\xf3\x75\x34\x5e\x8b\x46\x24\x8a\x2c\xa9\xec\xb9\x87\x35\x73\x19\x13\xc5\xda\x09\xb2\x76\x44\xc2\x09\x0f\x41\xd5\x12\x3c\x79\x11\x89\xc8\x8f\x4e\x7d\xb6\x1d\x5a\x0b\x8a\x88\xe8\x05\x56\x9d\x21\x82\x51\xdd\xcb\xca\x1c\x17\x13\x4c\x13\x91\x62\x8c\x6c\x14\x1f\x0f\x15\x1c\xfb\xbc\xa1\x36\xef\x5d\x79\x0e\x30\x25\x49\x8f\xca\xfc\x46\x74\x51\xc4\x51\x80\x6e\x26\x76\xc0\x50\x94\xa4\x6c\x33\xc1\xcb\xd9\xa4\x7a\x36\x63\xf5\x7f\x10\xa2\x44\x09\xd1\x93\x90\xc3\x6c\x89\x3c\xd1\xf7\x08\x52\xe8\x58\xaa\x41\x77\xaa\xdf\xa7\x74\xa4\xe8\x13\x18\x56\x8e\x0e\xc5\xb0\x97\x0c\x7b\xe0\x01\x55\x52\x67\xb3\xac\x7e\x10\x9b\xef\xf1\x77\x0f\x9a\xb5\x81\x4c\x18\x31\xf4\x25\xc5\xe2\xde\xf8\x37\x91\x6b\x4a\x24\x9e\xfd\x37\xd2\x39\xee\x87\xf3\x68\xb3\x3d\xe3\x49\xc4\x43\xec\x30\xd2\xc2\x0e\xb4\x4c\xa2\xb5\x4c\xca\x22\xd8\xa1\x10\x9e\x64\x2c\x79\x17\xc5\x89\x97\x6e\xa7\x80\x65\x2f\xfe\xdf\x61\xc5\x93\x24\x87\x35\x93\xe5\x4c\x9e\x21\x13\xc0\x34\xca\x09\x79\xf8\xbe\x49\x99\x6d\xf7\xbe\xf1\xc0\xd2\x83\x2b\x8f\xa1\x20\xbd\x34\x88\x8e\x05\x13\x01\x97\x36\x41\x69\x3c\xa3\x69\xce\x78\x9e\x10\xf9\x07\xa1\x4c\x01\xce\x30\x0d\xf1\xca\x31\xc9\xd4\x0f\x40\x5a\x84\x06\xda\xb2\x28\xd5\x35\xd0\x4f\x6b\xae\xff\x44\x2c\xe2\x9c\x46\x01\xda\xe7\x4a\xab\x5e\xf9\x6b\x1a\x73\xc6\x13\x71\x22\x44\x46\x44\x06\xfa\x52\x0a\xf5\x6f\x65\xb2\x7c\xb3\x13\x66\x82\x8a\x98\x65\x31\x3e\xc5\x09\x72\xb7\x9d\x13\x69\x18\x2e\x52\xc1\xf2\x30\x55\xa0\x3a\x9f\x08\x70\xae\x88\x24\xe2\x27\x59\xc2\x84\x88\xe5\x43\xb1\xd2\x81\x93\xc8\x96\x25\xb8\xc4\xe9\xe6\x9d\x40\xa7\x6d\xd9\x3b\x05\xe1\x94\xc6\x9c\x89\xb0\xa4\x12\x40\xf9\x84\x22\xc8\x15\xa0\xd4\x1e\x23\x9f\xb9\xb8\xb1\x60\x23\x12\x99\xea\x87\x41\xa6\x8b\x7d\x05\x9b\x06\xd1\x82\x4d\x1b\x48\xcb\x5f\x08\x12\x4f\x04\x80\x3a\xc5\xfb\xb4\x20\xba\xa5\x1a\x93\x1a\x50\x05\x20\x42\x2b\x2b\xaa\x56\x7a\xbd\x5a\x53\x4e\x2c\x58\x73\xb5\x52\x22\x7e\x22\x89\x45\xda\x36\x09\x3d\xe3\x44\xcf\xb8\x44\x9e\x35\xf1\x54\x23\x32\x8b\x5e\x88\x2c\xba\x55\x10\x4e\x25\x1e\x35\x1a\xe5\x14\x2b\x28\x89\x33\xbe\x8d\x8b\xe2\xc5\x03\x57\x05\x9d\xee\x38\xfc\x30\x7e\x9a\xc2\x34\xc5\x29\xe1\x49\x0e\x7f\xdf\x81\x18\xe3\x61\xc4\x82\x38\xbf\xa5\x51\x02\x7f\x0d\x66\xa9\x8d\x59\xea\x4c\x90\xa6\xd1\x30\x97\x06\xef\xf6\x72\xb2\xe9\xc0\xe0\x76\x96\x61\xdb\x44\xfe\xe9\x53\x80\x85\x5a\x97\x10\xde\x89\x3c\x99\x8a\x28\x64\x59\x26\x6e\x35\x78\xc4\x99\x78\x62\x4d\xbc\xc6\xaf\xea\x8d\xaa\xde\x6c\xb8\x9c\x25\xaf\x57\xd0\x8c\xba\x15\xec\xc5\x2e\xa8\xb5\x86\x84\xb3\x54\x37\xce\xdf\xbb\x87\xce\xdf\xed\x76\x13\xa9\xd0\xf8\x3a\x11\x1c\xe7\x8a\xa8\x79\x7c\xc1\x93\xec\x9d\x9a\xbf\xa9\xc2\x8f\x4b\x78\xd4\x21\x3c\x05\xfe\x09\x8f\x22\x1c\x46\x6a\x4d\x9f\xcd\x5c\xd4\x02\x36\xdc\xf0\x44\xc8\xf2\x79\xc8\x82\x2c\x1b\x2c\x8d\x21\x77\x51\xbf\x5e\x64\xd9\xad\x9a\xbe\x17\x11\x87\xb6\xfa\xfc\x85\x38\xfc\x45\x55\xeb\x51\xcb\x60\xcd\x2a\x66\xdd\xf1\x17\x77\xfa\x94\xab\xf0\x8e\xbd\x08\x87\x7a\xe9\x86\xd5\xd7\xb6\x75\xbb\xae\x6f\xab\x93\xba\x5d\x57\x8b\x7a\x71\x7d\x7a\xdf\xae\xab\xf9\x9e\x1e\x46\x74\x6d\x3a\xd3\xd5\x69\x2b\xeb\x6f\x5f\x9b\xa2\x10\x66\x6e\x13\x22\x92\x00\x44\x70\xcc\xa2\x24\xc2\x27\xa2\xf8\xea\x95\xa2\x30\x69\xa9\xc8\x54\x1a\xc5\xb4\x32\xc0\x37\xae\x5c\xe0\x93\xd4\x2c\xa3\x59\x40\xb2\x80\x66\x41\x9b\x05\x2a\x89\x60\xd2\x83\x9a\x44\xef\xf1\x52\xc8\x27\xdd\x09\x4c\xab\x77\xfb\x49\x22\x95\x82\x4f\x73\xd0\x04\x52\x90\xa5\x29\x0b\x22\xbc\x48\x49\x93\xff\x97\xbd\x77\x5b\x6e\x24\x47\xd2\x06\x5f\x05\x0f\x10\x80\xc1\x0f\x38\x5d\xe6\xe8\xdf\x35\x5d\x48\x7b\xaa\x31\x5d\xd4\x9d\x8a\xa9\x1e\xa6\x35\xd5\xd9\x93\xaa\xd2\x74\xeb\xe9\xd7\xfc\x73\x04\x49\x89\xcc\x14\xb3\xba\x72\x66\x7a\x76\xad\xb2\xa8\x60\x10\x01\x20\x1c\x27\x77\xc0\xfd\xfb\x42\xeb\x69\x14\xc1\xa5\xfd\xbf\x16\x1c\xf6\x05\xfb\xbf\xa7\x7d\xb9\x61\x2d\xb7\x56\x84\x8a\x16\x49\x1d\x18\x11\x39\x10\x67\xfb\xfb\x64\xd7\x7e\x3b\xcc\xdb\x9b\x6c\x46\x29\x55\x8d\x8d\x52\xce\x23\xb4\x9c\x84\xc8\xbe\x8d\xd1\x7c\xd3\x82\x19\x3b\x86\x9a\xd5\xa6\x8c\x9e\xaa\xc7\x58\x0a\xb7\x50\x38\x16\xb6\xcf\x59\xb9\x6c\xd2\xd8\x8b\xc1\xaa\xf7\xa6\xba\x9b\x32\x10\xab\x9e\x83\xbb\x0b\xd4\xa8\x3d\x89\x3d\x94\xdd\x89\xa1\x35\x4d\x65\xe0\x4c\x5c\xb9\x07\xf8\x82\x24\xd6\x80\x88\x68\x4d\xcc\xa6\xd3\xb9\xa0\xe2\x41\x44\xeb\xff\x2f\x8f\xd6\x74\x2c\xd5\xf1\x66\x9a\xec\x11\x67\x84\xdb\xf4\x64\xf2\x2f\xfb\x33\xe3\xf5\xa0\x18\xb7\xe2\xfe\xcb\x11\xea\xc9\x3c\x70\xfe\xe3\x72\x7c\xd4\x9e\x23\xf5\x96\xc6\x10\xeb\x27\xa9\x50\x8f\x29\x23\x8e\x3a\x9b\x81\x94\xb5\x44\x4d\x45\xe8\xaa\x50\x4e\xd9\xba\x80\x66\x44\x78\xa9\xd4\x44\x05\x71\xf9\x6a\xd9\x5b\x1e\x1a\x2c\x07\xda\x58\x39\x75\x1e\xd9\xf7\x28\x39\x15\x1d\x81\x53\xcf\x03\x81\x84\xee\x4d\xa5\x1c\xe1\xf0\x55\x45\xec\x37\x0a\x33\x9d\xff\x16\x3c\x61\x2f\x69\x64\x44\x91\x4b\xd1\x60\x72\xaf\x04\x3c\x8e\x42\x1e\x25\x9c\x5b\x0b\x66\x02\x8e\x22\xbb\x94\xb3\x24\xea\x7d\x93\x32\x57\x84\x26\x77\x07\x3a\x4e\x2c\x15\x57\x92\xa4\xca\xb7\x7a\x70\xca\x99\x0e\xbd\x18\xdf\xb8\xbf\xdc\x52\xf1\xb0\x2d\xf5\xd5\x71\x17\x31\x26\x6f\xec\x9b\x04\xe0\x24\xc3\xf5\xaf\xaf\x6b\xe3\x9c\x65\x4f\xe7\xa3\x5f\x1f\xbe\x7c\x7a\xba\x10\x29\x7f\x26\x7e\x47\x3f\xae\x7b\x90\xbd\xd6\x13\x13\xb0\x69\xf3\x90\x1b\x04\xd7\x97\xba\x23\xe5\xc4\x64\x3d\x34\x0f\xd9\x10\xa5\x36\x4a\xac\x49\xe1\x71\x9a\x46\x25\x9f\xbd\xcd\xcc\x60\x71\x94\x02\x69\xbb\x48\x23\x29\x1c\x06\x9b\x4d\xf0\x15\x11\xfb\x44\xa9\x16\xb1\xf4\xcd\xc7\xd9\x18\x96\x82\xb9\xc5\x9e\x0a\xcb\x0d\x8f\x1a\xa8\xd7\xd4\xa8\xef\x04\x21\xbf\x54\x4d\x69\xd7\x2b\x1e\x23\xb5\x0a\x3f\x47\x04\x19\xf7\x6e\x9a\xf0\x44\x58\xd3\x1e\xf2\x36\x02\x41\x17\x36\x89\x16\xb8\x0d\x69\xe2\xbe\x3e\x01\x4f\x9e\x01\x3b\xa8\x90\xde\xd8\xbc\x3a\x0b\x0a\xad\x25\xae\x25\x50\xe6\x54\x73\x03\x19\x44\xc9\x35\xda\xb2\x50\x23\x57\xaf\x65\x22\x99\x55\x0d\xa8\xea\x7c\xc1\xf0\xea\x05\xc3\xfa\x82\x8e\xaa\x5a\x53\xa9\x90\x0a\x56\xa5\x2c\xcd\x59\x3a\x0a\x10\x23\xda\x58\x25\x8d\x12\xdb\x28\x01\x42\x8d\x2e\x54\x57\x68\x10\xca\x61\xc3\xd0\x85\xfa\xaa\xc8\xe3\x12\x03\x44\x4a\xc1\x65\x1a\x8e\x2b\x8a\x57\x15\x2e\x89\x3b\xef\x22\x84\x1a\xf6\x42\x25\xeb\xd9\x2d\x94\x9c\xd3\x90\x11\x18\xe1\xe4\x33\x2a\x56\x6a\x2a\x80\xab\xde\x42\xb0\xb4\x59\x05\x1b\x5c\xb0\x71\x6d\x0a\x0f\xff\x5c\x05\x3b\x0e\xa5\x91\x74\x04\xdb\x76\x5b\x90\x68\xe3\x72\x0d\x90\x6b\x70\xb9\x22\xec\x3c\x1c\x77\x81\xdd\xab\x7e\x73\xdc\x6d\x82\x49\x55\x80\xb5\x52\x46\x3c\xea\x6c\xa7\x1e\x09\x17\x5a\x90\xef\x58\x8e\xf4\xa7\x57\xe7\xb0\x57\x36\x1b\x98\x6a\xe1\x40\xe6\x3d\x8d\x75\x33\xd6\x0f\xb4\xa0\x9d\xd8\xcc\x32\x80\xd2\x7b\xf0\x28\xd6\x9e\xa8\x68\xc8\x61\x94\x24\xea\xe8\x3f\x1a\x48\x8a\x47\x8b\xe7\xc4\x2c\x00\xe3\xcc\x25\xb6\xd4\xc9\x27\x35\x2e\xde\x81\x7b\x28\x80\x05\x90\x92\xa4\x31\x0e\x88\xa8\xe1\xb8\x50\xc5\x8f\x06\x1b\x5c\x8e\x1b\xc6\x21\x79\xf4\x7e\xad\x0d\xbe\x67\x4d\xa2\xe9\x3d\xe3\xca\x9a\x04\xde\x7c\x23\xb5\xd2\x80\x00\x2e\xa4\x41\x15\x4e\xd0\xf6\x77\x13\x29\x53\xd2\x02\x04\xa6\xae\xb1\x73\x2a\x56\x59\x47\x5a\xff\x89\x8a\xda\xf7\xd0\xc0\x27\x13\x80\xd8\x9e\x13\xc9\x98\x88\xed\xa5\x21\xdc\x9f\x1c\xd2\xd6\x34\xcd\x9e\x5a\xaf\x56\xa7\x3c\xc4\xd1\x48\x38\x96\x9e\xa8\x85\x2e\x0e\x91\xd2\x92\xe8\x88\x49\x0b\x00\x3b\x06\xe6\xcd\x5e\x1a\x46\x70\xab\x36\xed\x67\xd6\x1d\x8b\xbd\x69\x24\x7b\x3b\xba\x92\xa1\xe8\x0c\xa4\xf6\x26\x41\xba\x24\xc9\x1d\x1e\xcb\x52\xbb\xdb\xbc\xe2\x3e\xad\xa3\xd3\x3d\x89\xad\x48\x61\xfe\x99\x28\x7b\x96\x21\xdb\xc8\x19\x43\x76\xb6\x5a\xa5\x3c\xd8\xd7\x1c\xb3\xe0\x5a\x1a\x19\x5a\xb1\x3a\x52\x4f\x6b\x25\x96\x01\x5d\x71\x7e\xb3\x85\x1d\x72\x92\x96\xba\x50\xb0\xe1\x64\xea\xd1\xfc\x4a\x85\x3c\x44\xbe\x96\x24\x19\x1e\x78\xad\xdb\x04\x53\x52\x6f\x00\x4a\xf7\x2b\xae\x69\xc0\xef\xa6\xb4\x24\x15\xa6\x45\x95\x16\x9a\xad\x7a\x04\xfc\x3b\x31\x15\xb7\x30\x07\xd1\x44\x59\x4d\x15\xae\x24\xfe\x4d\x4c\xc1\x69\x34\xbf\x5c\x01\xeb\x39\x9b\x15\x30\x92\x12\x8e\x71\xc4\x94\x10\xe0\xd9\x68\xb0\x59\xc4\xfe\x8e\x02\xf1\x99\x18\x33\xcb\xf1\xc9\x0e\xa5\xda\x83\x64\x4d\x6a\x06\x3f\x27\x56\x6c\x27\xd8\x0a\x89\x9a\xb1\xcc\x2f\x9a\x53\x6b\x14\xa0\x68\x8e\x21\xb6\xec\xb6\x36\x62\x63\xa0\xbc\x94\x9e\xaa\xac\x5f\x2c\x9b\xc1\x0e\x14\x50\x33\xe6\x27\x56\x5a\xbf\x21\xa3\x90\x01\xe2\x5d\xb1\xe4\xf5\x86\xf3\xa0\x06\x58\x0a\xaa\xe4\x5f\x4e\xc7\xf7\xee\xfe\x42\x0d\xdc\x52\xbe\xe3\x12\xbb\x77\x2a\x12\xea\x08\xf7\xcf\x7d\x1b\x6d\x61\x36\x9b\x2f\x99\xde\xd1\x52\x96\x58\x53\xb1\x89\x31\x09\x80\x38\x98\x4c\xfa\x0a\xdf\xc1\x86\x48\x78\x56\x1b\xe8\x19\x9e\xa2\x34\x4c\x37\x95\x88\x24\x2f\x8f\x19\x7b\x65\x25\xf1\xb0\x41\xc9\x30\xa2\x0b\x70\x7b\xa8\xc5\x43\xc2\xd0\xac\x05\x68\xa4\x0c\xac\x91\xc6\x41\xc5\x2a\x74\x54\xdc\x16\xf5\x7a\x01\x38\xff\x68\x49\x08\x13\xc0\x08\x2d\x29\x7c\x0b\x5a\xc3\xd1\x07\x23\x18\x41\x4c\xf1\xae\xb0\x01\x7b\xdb\xc0\x93\xd4\x9a\x8c\x81\xa4\xd7\xe0\xcc\x6a\x6a\xbc\x24\xd5\x88\x94\x2f\x8f\x51\x29\xe5\x1e\x7a\xe2\x0e\x8f\x7f\xb3\xdd\xec\xd5\x22\x5e\x2d\xe0\xd5\x50\xe3\xe3\xea\x6c\x4c\x4a\x11\x52\x0a\x35\x15\x89\x90\x92\x57\x7b\x2f\x02\x87\x7f\x64\xd4\xb7\x47\xbc\x24\x20\xd3\x38\xe2\x25\xe3\x51\xea\x55\xfa\x05\x21\xef\x26\xb0\x00\x81\x05\x08\x2c\x1c\x8a\x7f\xb9\x65\x6d\xf6\x9e\x68\x32\x7f\x4d\x78\xfa\xe2\x2d\xad\xb3\x35\x05\xb0\x14\x10\x38\x56\x79\x84\x96\x5a\x34\x81\x05\x13\x58\x87\x7a\x0e\x80\xa1\xbd\x18\x80\xad\x2f\xa5\x27\xbd\xe3\x92\x70\x6c\x02\x07\x59\x6b\xb7\xa3\x0f\x90\x3f\x50\x72\x3f\xbb\x79\x31\xea\xc4\x66\x2b\x9a\xd4\x6f\xae\x30\x6b\x5b\xb1\x35\x6f\x63\x73\x1c\x42\x4f\xb0\x6f\x5b\xc3\x3e\xbb\x79\xd0\x5d\x01\x74\x06\x2c\xa0\x8e\x42\xc1\xc1\x22\x0e\xbb\x66\x7f\x6a\x06\x4a\x5e\x93\x64\x6b\x29\x12\xcf\xf3\xca\x1a\xd6\xf4\xde\x43\xaa\x6e\xda\xea\xa8\xcf\x1d\xb3\x0c\xe1\x8a\xcc\xca\xdb\x7f\x8d\xf3\xd6\x4f\xc3\x96\x65\xb6\x07\xe0\xde\xcb\x81\x4c\xd6\x04\x4e\x19\x64\x07\x87\xd3\x20\x5d\xaf\xa1\x68\x8d\xe4\x26\xbb\xd7\xd5\x61\x27\xad\x92\x13\x4d\x60\xcb\xbd\x3f\x9f\xf1\x6b\xff\xf5\xf3\xe3\x85\x83\xf7\xf3\xe3\x7b\xee\xec\x7c\x14\x4b\x3e\xc6\xc8\x7d\x61\xd6\x7b\xe1\x45\x78\xc9\x0b\x2d\x79\x11\x5b\x58\x5b\xb7\x3b\x1f\xec\xba\xaa\xd0\xb2\xbf\xc8\xf8\xef\xd5\xd3\x3f\x3f\xb2\xad\xd0\x8d\x81\xac\x48\x39\xf5\x86\x80\x8e\x62\x13\x5f\xc9\xa3\x01\x17\xc6\x54\x53\xaa\x89\x5b\x51\xb5\x51\xd3\x5b\xb9\x92\x9c\x93\x0c\xaa\x7d\x11\xb5\x1b\x0b\xd7\x66\xd6\x49\xaf\xaf\xca\xc8\x4f\xb1\xd5\x24\x23\xd7\x3a\x13\x9a\x15\xd8\x47\x2d\xb2\xf4\x9a\x88\xcb\x55\xc9\x49\xa4\x8e\xa5\x81\xc7\x62\xb1\x8e\x9a\xeb\x42\xb9\xa7\xb2\x8c\xd4\x79\xe4\xb6\x58\xcb\xd9\xa4\x34\xba\x2e\x54\x90\xd0\x16\xfb\xa6\x5d\x17\x33\x68\x88\x8b\x65\x3f\x4a\x5f\xb8\xd4\xfd\x4f\x82\x37\x2a\xfb\x47\x05\x3c\x64\x87\x6c\xa5\xeb\x86\x47\x22\xc9\xbd\x2d\x85\x51\xbe\x69\x06\x55\x6b\xe1\x05\x46\x74\x59\xfc\xd5\x45\xfb\x32\x5f\x9d\xb4\xa5\x9a\xbb\xf2\xa2\xad\xa1\x68\xea\x39\x49\x55\x1e\x8b\xb5\xd8\xe1\xed\x0b\xf1\x13\x5e\x9f\x6b\x9c\x62\x9a\x6f\xcf\xd1\xdf\x7e\x03\xf5\xa7\x0f\x5a\x28\xb5\xb2\xf4\x96\x48\xb5\xd8\xeb\xa7\xb5\xe4\x23\xa1\xab\x29\x26\x65\xff\x1a\x5a\x24\x51\x2b\xeb\x6b\x2e\x4a\x92\xb2\x66\x6a\x26\x84\xfd\xaf\xab\x7c\xe6\xc3\x53\x7c\x8b\x8a\xe9\x27\x64\xa2\xfd\xf9\xb6\x4a\x12\xe9\xbd\x2e\x52\x78\x13\x35\xb6\x64\xf6\x2c\xb9\x5e\x66\x42\x29\x66\x2e\x0e\x82\x55\x5f\x16\x9b\x7d\xea\xb0\xbf\x65\xb1\xfe\xe3\x2f\xc0\xde\x0f\x28\xf5\x6e\xf2\xa4\xe1\xb2\x71\x21\x8a\x65\xa3\x0b\xbb\xc0\x2a\xbe\x81\xc0\xe5\xaa\x73\x12\xd5\xc6\x8b\x54\x2c\x8a\x4b\x6d\x29\x8f\xdc\x69\xb1\x69\xc9\x1e\x3e\xae\xdd\xcf\x8f\x52\x53\xef\xda\x3a\xcc\xa5\xde\xe0\x9c\xd7\x0a\x2f\x75\xb2\xc9\x59\x45\xd9\x6a\x03\xb5\xf2\x75\x6d\x7c\x47\xb3\x0f\x98\x48\x05\x53\xb3\xa5\x8e\x4a\xf1\xcd\x2b\x4a\x92\xd6\x62\xf5\x57\xa8\x49\x9a\x3d\x64\x5a\xfd\x62\x8a\x8f\x97\x6f\xdf\xd0\x6c\x79\x41\xcd\x21\x57\x5b\x6e\xec\xe2\x8a\xb2\x59\x3c\xbd\xea\x02\x13\xc4\x7b\x56\x57\xdc\x68\xc5\xa5\x92\xa1\x10\xdb\x9d\x8e\xfa\xfd\x7c\x34\xb8\xab\x6e\x46\x2a\x99\x46\xc1\x88\x4a\x5c\x4a\xaf\x26\xc8\xb2\x08\x76\x14\x6d\x9c\xa3\xa1\x88\x12\x17\x5e\x04\x41\x3d\x00\xee\x1a\xb4\xc0\xae\xf0\x54\xde\x32\xc0\xfc\x6a\x2d\xfa\x28\x64\x46\xbf\xe3\xe8\x72\x99\x69\x25\x7a\xda\x2b\xc4\xcf\x6a\xa1\x6a\xc3\xd2\x1a\x55\x93\x8e\x46\xbc\x54\x5d\x8e\xab\xf8\xf3\x63\xc6\x28\x8a\x56\x55\x5e\x10\xbf\xc2\xc5\x44\x6a\x15\x3d\x64\x8b\x8a\x2e\xa8\xa8\xc9\x18\xbd\xc1\xc1\xb3\x7a\x8b\x7d\x39\x29\x1e\x16\x40\x5f\x34\x33\x52\x82\xef\x64\x0c\x5d\x34\x5b\xe7\xb6\x16\xa0\xb1\x28\xe2\x98\xf0\x2b\x17\xb5\x5f\x45\xad\xb2\x22\x26\xb7\xc5\xa6\xd0\x43\x5d\x55\xfb\xcf\x8f\x39\x12\xf1\x7d\xcf\x4b\xcf\x98\x32\x69\xc1\xde\xc4\x87\x9e\x53\xce\x99\x65\xd9\x5f\xf8\xef\x87\xc7\x45\xea\xcf\xb7\xd2\x4d\x21\x1f\xe2\xc3\xc4\xa7\x07\x30\xb1\xec\x7b\x92\xbd\xa2\x89\xd7\xe6\x0e\xd1\x36\x16\xa2\xc5\x5e\xc1\xe4\xb1\x58\xdf\x6b\x66\xd4\x59\x3f\xa9\xb8\xeb\x63\x60\xb1\x1e\x4c\xd8\x6a\xe0\xa3\xc1\xe6\x7d\x18\x23\xca\xbb\x1f\xda\x0a\x58\x43\xad\xab\x2c\xc2\x90\xaa\xf4\x3e\x6b\xa5\x18\xac\xc7\xb5\xfc\xf9\x56\xea\x48\xb5\x14\xe9\x0b\x67\xeb\xd9\xe0\x96\xf4\x39\x11\xd6\x19\xb7\x29\xf4\xf8\xa6\x9c\x48\xfe\x66\x68\x47\x4f\xb0\x3e\x39\x6b\x8e\xd1\xdd\xd1\xff\x35\xe5\xcc\x71\x3f\x00\xe6\x25\xd3\xec\x8c\xd9\x66\xe7\x82\xa5\xc9\x47\x09\x06\x11\x77\x31\x79\xd9\x1b\xcd\x37\xa0\x3a\xdf\x68\xbe\x21\x75\x7f\xa3\x37\xef\x70\xc2\xf0\xf1\xdb\xc7\x4f\x9f\xff\xd7\xc3\xd3\xe6\xcb\xa7\xbf\x82\x86\xfb\xa2\x25\xd7\x1e\x8a\x1f\x0f\x4f\xbd\xb3\x4f\x3d\x1e\xf6\x78\xeb\x9c\x06\x17\xb0\xc0\xb4\x3c\x76\x3d\x75\xb3\x5a\xb2\x55\x71\x0b\xf5\x26\xd7\xdd\x48\x59\x29\xe2\x26\x6f\x08\xa8\x81\xa6\xac\x52\xe0\x54\x8b\x19\xb1\x63\x68\x30\xb1\x62\x73\x88\xb5\x04\x28\x7f\x25\x71\x01\x46\xde\xc0\x6e\x73\x67\x41\xa2\x69\x4d\xb0\x29\x25\x35\x69\x53\x3f\x3c\x18\x5b\x6b\xc2\xc2\xf2\x3c\xcc\x02\xa5\xad\x7f\xb3\x35\xad\x61\xf3\x59\xab\x2d\x01\xbe\x05\xda\xd7\x6f\x3a\x7f\x75\x9c\x35\x40\x98\xe9\xb0\xbb\x66\x94\x1f\xd2\xe4\x5c\x9c\x7a\xee\x35\xdd\x29\x0c\x43\x1d\x7b\x44\xd7\xeb\x15\x14\x96\xf6\xa8\xb0\x96\xdb\x1b\xca\x53\xec\xf1\xe0\xbe\x3f\xb8\xa7\x49\x5d\xe3\x0d\x67\x9e\x01\xa1\x0a\x5a\x92\x96\x11\x44\xaa\x59\xdd\x3b\x53\xdf\x32\xce\x1b\x3b\xe8\x3c\x32\x85\xf9\x67\x45\x5b\x77\x3e\x52\x40\xf4\x0d\xbd\x3f\x93\x06\x93\x5f\xe5\xd0\x8f\x33\x0c\x54\xfb\x55\xb3\x11\x2f\xf0\x1b\x1a\xcc\xa1\x95\xd4\xfa\x70\xc6\x13\xc5\xd6\x3a\x40\xdc\x4d\x49\x90\x7b\xf7\x37\x9e\x85\x52\x2a\x52\xa2\x29\xd1\xb2\xeb\xa9\x34\x8d\x3c\xd2\xc8\x75\x6b\x26\x41\x6d\xbb\x9e\xda\xf0\x18\xb8\xd6\x3e\x1c\x3f\xc9\x59\x01\xa1\xb5\x66\x0c\xda\x51\x86\x97\xbf\x02\xd7\xae\xa7\xdc\xb0\xdb\x25\x15\xeb\x52\xaf\xf4\xf2\x88\xa1\x90\x29\x76\xec\x28\x6f\x32\x90\xbc\x5a\xb3\x99\x75\xd0\x88\x66\xeb\x92\xc6\xd1\x11\xe0\x86\x2f\x5b\xa8\xbd\xb5\x7e\x15\x31\x8c\x6a\xff\x0a\x64\xd8\xb5\x98\x2d\xb2\xa9\x64\xbd\xd8\x54\x7d\x64\x2b\x35\x0d\xb3\xd2\xbd\x8c\x9a\xa4\x9f\x6e\x47\xfd\xc7\xc5\x44\x93\xff\xf1\x96\x61\x52\xba\xbe\x35\x57\xd7\xed\xda\x61\x6a\x43\x10\x53\xd8\x11\x6f\x5e\x87\x7f\x68\xa2\x6a\x93\xa6\xda\xb0\x23\xb6\x56\xee\x70\xa5\xa1\xc8\xa9\xa0\xe3\x77\x37\x80\x2c\x81\x0a\x9c\x38\xf8\x86\x12\xce\x06\x12\x50\x69\xc5\x23\x94\x9b\x0d\x34\x20\x3a\x2a\x36\x7b\x15\x31\x77\x59\x76\xc5\xac\x84\xc8\x29\xd3\x0d\xe5\x92\xe0\x36\xda\x36\x66\x38\xaa\x22\x89\x86\x82\x27\xab\x15\xa0\x69\x54\x7b\x24\x97\x48\xdc\x52\x65\x57\xab\x35\x54\x30\xd6\x32\x76\x45\x52\x01\x62\x20\x82\xba\x0b\x2c\xc4\x62\xc3\xb1\xa5\x0e\x10\xcb\x61\x56\xe5\xdc\x6b\x6e\x2f\xb7\xd2\xcd\x8c\x42\x7d\x77\x51\xad\xa1\xc0\x3e\xc8\x3a\x51\xf3\x4a\xea\x80\xbb\x34\x23\xc6\x49\x8c\x51\x7b\xbc\x2a\xf6\xa4\xac\x75\x2b\xf6\x9d\xb4\x04\x49\xd4\x5d\x5a\xc1\xa5\x45\xd8\x9f\xb5\x4f\xb3\x6b\xec\x3e\xca\x45\x1d\xd6\x6b\x62\x7b\x59\x6c\x33\x6b\x8b\x62\xa2\x45\xfd\x4d\xd4\xfd\x86\x0b\x87\x92\x4d\x12\x9b\x23\x71\x12\x04\x44\x92\xd4\x45\x13\x20\x1a\x81\x9a\x26\x66\x75\x07\x48\x36\x98\x64\x37\x64\x85\x21\xbd\xe9\xe6\xd0\x68\x66\x2b\x44\xb4\xc2\xcb\x2d\x57\x1b\xa4\x79\x03\x20\x47\x7b\x5d\x3f\x19\xc9\x32\xb7\x28\x6c\x32\x1e\xc0\xbb\x54\x87\x7d\x8d\x78\x2f\xe8\xaf\x96\xa4\x83\x04\x54\x3d\x52\xb6\x87\x96\x14\x71\xb4\xd6\x78\x05\x5e\x47\xa3\x99\x7d\x3a\x8a\x89\xb8\x39\x6e\x27\x40\x4b\xdd\xbc\x27\x74\x31\xc5\xac\xac\xd8\xf8\x28\xdd\x3a\x16\xf2\x13\x5c\xc2\xe7\x47\xcd\x4c\x2c\xce\xfe\x90\xda\xdc\x00\x8d\xf6\xce\xec\x41\xb7\x47\x8f\xb3\x19\xf6\xd1\x2d\x73\x42\xdd\xc8\x06\x6c\x3c\xaa\x46\x3c\xca\xc4\x26\x77\x6f\x3a\x44\x13\xaf\xaf\x02\xb4\x02\xab\x40\x05\x1e\xbb\xa3\xaa\x32\x36\xac\xb0\x64\x2b\xc5\xa3\x77\x89\x5c\x26\x3d\x40\x37\x19\x51\xc6\x63\x88\x42\x46\xd4\x85\xb8\x70\x2a\x59\xfb\x4f\x1c\x80\x29\x4b\xf0\xa9\xf2\x6c\xbe\xee\xd1\xa9\xe4\x2f\x31\xb7\x17\xac\x3d\x00\xab\xd9\x51\xbc\x37\x3c\x79\x16\xc1\xb3\x50\xc8\xd6\x9a\xc3\xdf\x21\xf8\x3b\xb4\x79\x29\x23\x22\x90\x1e\xed\xe1\x82\x08\x2e\x08\xbc\x43\xf0\x77\x30\x79\xc0\x03\x56\xd5\x05\x1a\x20\xd0\xb0\xcf\xa5\xa2\x7d\x83\x63\x42\x59\x3f\xeb\x0c\x49\x7a\x4b\x26\x5b\xbc\xad\x35\xc2\xe1\xe1\x11\x8e\x5e\x04\x7d\xb7\x59\xf7\x92\x12\x8e\x2a\x11\x0e\x79\x04\xb4\x06\xbc\x70\x47\x38\x7a\x13\xa8\xfd\x7e\x2c\x30\xdc\x11\x1b\xe7\x89\x08\x81\xf1\xfe\x0b\x72\x72\x6c\xfb\x06\x53\x7b\x81\x66\xea\x44\x8b\x0d\x33\x09\xdf\x03\x8f\xb1\x86\xf9\x07\x8b\x0d\xa0\x22\x25\xa0\xfb\xbb\xe8\x73\x0d\x52\x53\x09\x40\x1f\x50\x20\xe8\xda\xc3\x2f\x36\x57\xd6\x1a\xcc\xc4\x18\x75\x46\x67\x8a\x3d\xce\x40\x80\xc9\x1c\x86\x26\x99\xd7\x4f\xb8\x46\xa4\xe6\xf0\xfb\x01\xf7\x23\xd2\xcf\xeb\xe3\xfb\xfe\x2c\xd2\xc7\xa3\x7c\xde\x2e\x03\xff\x72\xff\xcb\x65\x31\xad\xbf\xdc\xff\xf2\xf7\x6f\x2f\x02\xad\x6d\xf6\x3e\x9a\x88\x21\xdd\xa8\x22\x24\xae\x03\x0e\xba\xfb\x89\xff\x4f\x6c\x13\xcb\x4a\xd7\xf9\x14\xa7\x03\x40\x9c\xe7\x8c\x9e\xce\xff\xbd\x3c\x9a\x4c\xc0\xdc\x9a\xfa\x0e\x5b\x52\xc2\xb1\x52\x2a\xf0\x00\xbb\x29\x15\xdc\x1c\x7e\x54\x85\x76\xc6\x7c\xd4\xa6\xa3\xb5\xb5\xd4\x0e\xc0\x08\x9b\xe6\xe0\x16\x65\xc2\x5c\x54\x60\x42\xd4\xd0\xe1\x11\x4b\x35\x21\xa2\x3d\xb0\xc6\x3e\xa1\x39\x24\x61\x42\x65\xec\x77\x87\x1e\x4b\xdd\xd9\xb4\xa0\x36\x1f\x98\x6e\xa7\x9c\x5a\xec\x92\x78\x87\xfa\x84\x42\x4e\x09\x5c\xc1\xdc\x49\x75\x1e\x68\x03\x45\xa5\x21\x02\xa4\x59\xdb\xf5\xd0\x43\x71\xba\x08\x04\x3f\x15\xe0\xf6\xb3\x86\xbe\x86\x0f\xb2\xbd\x44\x01\x37\x73\xa4\xba\x03\x06\xc3\xc6\x3d\xd7\x15\xf1\x02\xc9\x37\x28\xa2\x8d\xdc\x81\x55\x06\x7b\xb6\xfa\x72\x2b\xad\x22\x5e\xbb\x6c\x9c\xf6\x81\x7a\x02\xb8\x35\x30\x1f\x34\x96\x82\x7a\xf4\x9d\x19\x04\x38\x06\x2e\x1b\x9b\xff\x5a\xc0\xb2\x61\x4d\x65\x17\xcd\x84\x9a\x6f\xaa\xe0\x2c\x48\xae\x14\x11\xa6\x0e\xcf\x93\x03\xb1\xcd\x3e\x62\xa5\x78\xf8\x56\x95\x44\x91\x02\x75\x93\x5c\xe0\x9c\x53\xdb\x1d\xf2\x27\xe0\x28\x03\x6f\x59\x6d\xc0\x0e\xdf\x81\xe4\x96\xc6\x1d\xf7\xbe\xa5\x9a\x9f\x4d\xf5\xee\x1b\x1a\x11\x88\x02\xb6\xf8\x21\x91\x4d\x75\x03\x59\x45\xcf\xca\xde\x06\xdb\x94\x78\x1b\x69\x08\xcd\x68\xf6\x5a\x27\x30\x72\xd6\xa9\xaf\xee\xbf\x7c\xf9\x74\xff\x6f\x97\x45\xc8\x5b\xe7\x8e\x9b\xf9\xc4\xb7\xad\x8b\xd6\xf6\x70\xbe\x0a\xc7\x51\x3f\x9b\xc5\xc1\x51\x87\xf5\x0c\xdd\x21\x16\x78\xc2\x5e\x81\x00\xdb\x27\xe8\x40\x38\xec\xa1\xc1\x5b\x2e\xf5\x66\x7d\xfc\xe5\x56\x7d\x27\x16\xf4\x11\x4e\x98\xfd\x9a\x08\xfb\xb9\xea\x35\x76\x6f\x21\x57\x71\x0c\xb2\x9a\xad\x19\x24\xa7\x76\x05\xda\x6a\xa9\xe2\xbe\xb4\x43\x11\xdf\xa7\x70\xed\xc6\x08\x7c\x35\xa8\x9e\x5e\x8d\x46\xc4\x52\x8f\x48\x09\x4b\x02\x47\x08\xbe\x78\xe7\x37\x7d\x05\x70\xd8\x38\x2e\x0e\xb5\xc3\x69\x97\x9f\xb4\x26\x5b\x66\x04\x77\xe2\x00\x0c\x4f\x6a\xa1\x83\xb4\x02\x78\x3b\x68\xe3\x82\xfe\x7c\x41\x05\xa4\xc1\x99\xda\xde\xd6\x32\xb4\x17\x8b\xad\x59\xd7\x73\xe2\x61\xf8\xc1\xf7\xc0\xcd\x6a\x32\x09\x4c\x41\x1e\xff\x7d\xac\x20\x7d\x92\x82\xec\x79\x92\x8e\xc8\x77\x9e\x0e\x9c\x44\xfe\x09\x92\xa2\x83\xab\x89\xee\x7f\x78\x79\x14\xc6\xc9\x09\xe0\x11\xea\xeb\x1f\x9f\x5e\xe7\x1a\xbe\x91\xeb\x69\x97\xdd\xfc\xf9\xe9\xaf\xf7\x17\x72\xc3\xfc\xb2\xa6\xfe\x36\x15\x46\xd9\xc7\xec\x96\x56\x43\xd5\x6b\xce\x25\x71\xfd\x50\x1d\xa7\x03\x9f\x07\xa6\xac\xce\xa9\x95\x9b\x91\xa4\x05\x16\x49\xd2\x30\x8f\x14\xb8\x93\xf8\x95\x70\x72\x63\xd5\x8c\x5f\xe0\x71\xa9\xad\xce\x65\xe3\xd6\x08\x43\x57\xa4\x6e\xeb\x2f\x92\xf8\xf5\x75\x69\x4e\x04\x5f\x80\xce\x00\x64\x92\xe2\xfc\xee\x77\x60\x7e\x41\xa7\x2f\x7e\xdf\x59\xe0\x41\xfd\x1e\xbb\x42\xeb\x2c\x9a\x72\xdd\x98\x36\x1a\x0e\x1f\xd6\xcf\x70\x62\x61\x86\x86\xc3\x87\x21\x18\xa2\x02\x76\x79\xa6\x8a\x9e\x0a\x97\x48\x18\x32\xe8\x4d\x25\x53\xe2\xb2\x8b\x95\x6d\x71\xc6\xe7\xb7\x9f\x9a\x05\xc4\xa3\x02\x8e\x3e\x66\x5d\x3c\xf1\x8d\x08\x04\xc0\xb6\x64\x20\xeb\x78\x54\xc0\xd7\x9e\xda\x1d\xe7\xbf\x4f\xe3\x6f\xe9\x97\xc7\xf5\x67\x6c\xa7\xed\x8e\x73\xff\xd6\x33\xbb\x63\xe9\x7c\x4b\x8e\x37\xde\x9c\xa8\xfb\x91\x6c\xce\xf5\xd5\x8b\xad\xc7\x5f\x66\xe2\xf7\x68\xdd\xd7\x9e\x0a\x5c\x31\xee\x39\xd5\xdd\xaa\x46\x30\x10\xb9\xb0\x68\x32\x62\xe8\x61\x90\x38\x02\xe0\x1d\x54\x27\xb6\x85\x43\x28\x0d\xec\xbf\xc7\xfd\xaf\xbb\xb8\xe6\x31\xf1\xc8\x6c\x66\xc6\x95\x54\x28\x9c\x8a\xe5\x9c\x4b\x45\x90\xc2\x7f\x4e\x71\xa7\xd2\xbc\x70\x1f\xec\x17\x4b\xf9\x6d\x50\x91\xf6\xb0\x87\x28\xa4\x6e\x76\xa6\x48\x4d\x32\x36\xa6\x32\x20\x6e\xb8\x63\x46\xe7\x58\x4c\x23\xb1\x91\x55\x62\xaf\xab\x81\xd0\x13\x0f\x10\x02\x41\xa5\x28\x1a\x2a\x6c\xca\xd1\x92\xe8\x53\x1d\x96\xb8\xc0\x62\xb4\x3b\xc5\x34\x1f\xe9\x1b\x16\x33\x6a\x9c\x48\x45\x31\xbb\xf6\x60\x9a\xc8\x70\x0b\xf8\x46\x5b\x36\xa3\xbb\xa7\x41\xf7\x42\x41\xd6\x7d\x1e\xcd\xb0\x6f\x13\xf4\x37\x49\x15\x06\x1b\xc1\x6a\x72\x76\x7a\x93\xae\x29\x0d\x72\xc5\x0a\xe6\x98\xc2\x60\x7b\xe7\x1a\x68\x10\xaa\x9a\x33\x40\xa0\x4c\xcf\xdf\x80\x6e\xa2\x84\xd6\x53\x97\xd8\x87\x59\x9d\x43\x53\xed\x71\x98\x31\x14\x46\x87\x8f\xb1\xa6\x8e\xe5\xac\x46\x60\xee\x23\xff\x1e\x87\xdb\xde\x39\x49\xbd\x8a\x12\xa4\x81\xd6\x49\x82\x8c\x12\x86\xfd\xa4\xd9\x2c\xad\x9d\x14\x9b\x00\xa5\xa4\x42\x57\xb6\x9e\x98\x4e\x69\xb6\xbc\x25\xc8\xa8\xb7\xd8\x43\xd9\x44\xce\x66\x50\x98\xc2\x85\x03\xfa\x5c\x7d\xb3\x16\xae\x7f\x1c\x8b\xbe\x3c\x8a\xd9\xa1\xc2\x3b\x9b\xfe\x9a\x73\x11\x10\x14\x00\x02\x73\x47\x15\x1b\xda\xd4\x83\x4a\xec\xdd\x86\xa5\x29\x6b\xc3\x0c\x45\xb6\x57\xe8\xd0\x82\xc1\xed\x9d\xa8\xc6\x0e\xe3\xa7\xe8\x13\x3c\x6d\x47\x28\x23\xd5\x11\x8b\x86\x5e\xaf\x78\x38\x92\xd1\xc8\x81\x3b\x99\x8d\x20\x34\x70\x82\xad\x64\x72\x92\x32\x9e\x62\x05\x6f\x7c\x13\x34\x37\x5a\xde\x16\x76\x81\xbc\x40\x17\x42\x58\xf1\x6a\xb4\xc6\x65\x9b\xe0\x45\x76\x82\xe6\x36\xbd\x4d\x8e\x1b\x37\xa0\x71\x03\xce\xd6\xad\x6d\xa3\x9b\x41\x5c\xac\x0d\xc8\x2d\x99\x9c\x86\x82\x20\x40\x41\x55\xcd\xb1\x48\xa0\x9e\x23\x55\xa0\xe5\xf5\x0e\x38\xab\xde\x52\x1d\x57\x9a\xad\x95\x07\xa4\x51\x4d\x6d\xe2\x6c\x0a\x88\x36\x05\x04\x6e\xaf\x1b\x6b\x58\x93\x36\xa3\x57\x37\xe4\xac\x61\x50\x22\xb2\x3e\xab\x34\xb7\x1a\x56\x4b\xa1\xd8\x92\x9c\xb0\x99\xdb\xd9\x7a\x6a\x2e\x67\x06\xe6\xaf\x0f\x5f\x3e\xdd\x5f\x3a\x36\x91\xf8\x9b\x0b\xf2\x43\x3e\x20\x97\x34\x4e\x52\x16\x36\xbb\xfb\x83\x99\x08\xb4\xf8\xe7\x3c\xfb\xed\x94\xb4\x2e\x9c\x65\x17\x4d\xc7\xca\xfd\x1e\xc8\x0c\x63\x99\x7f\xe6\xa9\x08\x27\xa9\x51\x52\xee\x1f\xba\x24\xd1\xc5\x3f\x3d\x0f\x61\x49\xa5\x2d\xd4\xda\x8e\xf2\x32\xee\x2d\xff\xba\xf8\xa7\x9f\x42\x33\x50\xbd\xd0\x51\x77\x60\xcd\x89\x3d\xb5\x7a\xdf\x25\x11\x2f\xfe\xe9\x59\xc1\xd7\x2d\x6a\x4f\xd4\x77\xbe\x17\x25\xa9\x10\x72\x94\xc5\x3f\x91\x23\x6c\xff\xe2\x68\xd4\xd6\xcf\x16\x49\x52\xef\xbb\x2e\x7d\x56\x2a\x0a\x56\x27\xf0\x6e\xec\x38\x75\x47\x17\x2c\x96\x53\x5f\xf0\x31\x93\x61\xfb\xaa\xa7\x61\x6b\x7b\xea\xbc\xd8\x8a\xd7\xad\x66\x5c\x16\xff\xf4\x84\x54\x53\xd3\x85\x12\x5d\x71\xc9\xa9\xcb\xc2\x6d\x61\xcd\x8b\xe4\xc4\xbc\x30\x8f\x44\x8b\x29\x33\x63\x17\xe1\xd1\x31\x92\xd6\xd3\xd2\x24\x95\x8a\x03\xa1\xb1\x93\xa4\x63\x19\xa9\xdf\x73\x47\xd6\xf3\x8f\x27\x54\x49\x43\x17\xc8\x75\x17\xab\xe3\x81\xa9\x58\x7e\x63\xc1\x87\x27\x63\xe0\x94\x49\xaa\xd6\xb2\x15\x3f\xd5\xb1\x17\x65\x4d\x26\x10\xde\xd5\xa4\x65\xe9\xa9\x12\x8a\x2a\x63\x99\x7f\xf6\x12\x18\x65\x11\x8c\x32\xd3\x66\x39\xd6\xa4\x8c\xaa\xeb\xe2\x9f\xfb\xc2\xfa\x58\x6c\x9c\xa2\x9c\xf5\x73\xf6\x81\xd4\xfb\xc2\x9a\x5a\xdb\x75\xbb\xac\x49\x1b\x8a\xab\x8b\x7f\xce\x3c\x64\xb1\x57\x23\x38\xf2\x69\xb7\xd6\x1d\xe7\x5a\xd7\x96\x06\x13\x67\xe1\x1b\x9b\xa1\xda\xc2\xe2\xda\xff\x58\x28\xc7\x82\xbf\xc3\xb1\x99\x0a\x7b\x1b\xa0\x37\xd5\xc5\x3f\xbd\x34\xb4\x27\x50\x5b\x52\xe9\x8b\x4c\x09\xbe\x2e\xcb\x1a\x9c\x64\x11\xdd\x61\x87\x11\xd0\x6a\x96\x55\xa1\xc5\x3f\xe7\xfb\xd9\xea\x66\x52\x52\xef\x28\x7d\x81\xff\x27\xc4\x84\x11\xd5\xf7\x29\x35\x69\x5f\x6c\x4d\xb4\x7e\xd7\x22\xd1\x06\x43\x20\xe5\x96\xb8\x2e\x92\x28\x31\xba\xbe\x8c\xc5\x3f\xfd\x39\x2d\xc0\x7a\x33\x41\xee\xba\xbd\x7e\x4f\x1d\xd5\x6d\x8b\x7f\xce\x01\x5b\xc0\x88\xa2\x09\x23\x89\x14\xce\x8f\x96\x9d\xa2\xc2\xba\x56\x83\x38\xe5\x6e\xba\x43\x2e\x0b\x91\x0d\xec\xf5\x8f\x8f\x68\x41\xdd\x4a\x2a\xb2\x1b\x8b\x9a\xfc\xac\x14\xb4\x38\x7a\x21\x44\x53\x30\xc8\x38\xe5\x81\xae\x11\x35\x11\x6d\x80\x16\xb7\x90\xd9\x9f\xc8\x15\x46\x5a\x2e\xf7\x96\x7d\x1f\xcb\xfc\xe3\xa5\x34\x9f\x2c\x95\x30\x9d\x98\xe4\xfd\xcf\x9c\x55\x1c\xde\x8e\x92\xe2\x29\x1d\xeb\x1f\xff\x79\x00\x8e\x0f\x53\x7b\x22\x8e\x26\x03\xb6\xa1\x40\x49\xd9\x5a\xb3\x45\x4e\x54\x76\x36\xb7\x98\xb0\x7c\x70\xa3\x5b\xf6\xb5\x5b\x9a\xd6\x89\x31\x5d\xfa\x07\x33\xec\x75\xf1\xcf\x29\xcb\xa3\xb9\xf1\xe7\x5b\x62\xb8\x8a\x1c\xb9\xcf\xd0\x02\x83\xea\xc3\x7a\xc7\x67\x42\xa4\xfa\xf9\xb1\xe7\x38\xea\x3d\xd5\x85\xea\x4c\x0c\xfb\xef\xc3\x7a\x07\x87\xc5\x26\x9f\x9a\x7f\x7e\x54\xb1\x56\xb7\x36\xf6\x2e\x88\xa1\xda\xd6\x21\x48\x6d\xfa\x83\xf9\x10\x2e\x65\x7e\xfa\xaf\x25\xe5\x9e\x9a\xcf\x74\xdc\x96\xb5\x83\x56\xb4\x77\xa5\xa3\xf9\x0e\xe1\x01\x2a\xd6\xef\x7a\xfc\x4a\xff\xc4\x8c\xd7\x6d\xc6\x23\x74\xe4\xb6\x20\xe0\xc0\xc6\x66\xca\x2d\x9a\xc2\x22\x80\xd0\xf5\x3e\x8a\xe9\x79\xbe\x7c\x8e\xe8\xa3\x0b\x16\x38\xeb\x10\x05\x24\xb7\x74\xda\x4b\xe1\xe2\x57\x31\x1f\xec\xac\x93\x2e\x6b\x27\xe5\xbe\xf8\xe7\x7c\x71\xf4\x20\xeb\xa4\x15\x4d\x2f\xba\xfe\x81\xfc\x70\xc8\x6c\xbd\xb0\xf0\x2e\x8e\x78\xbe\x97\xc2\x81\xa3\x2c\xde\x4b\x7b\xea\x0b\x3a\x69\xb4\x49\x83\x22\x25\x5e\x30\x10\xc8\xe7\x2e\x74\x53\x5f\x04\x0f\xab\x20\xc5\x66\xb3\xed\x48\x6a\xc2\x40\x27\x9c\xf7\x6d\xe2\xb0\x7b\x49\xbc\xe7\x96\xb1\xfe\x99\xbf\x67\xeb\xe1\xa6\x57\x26\x62\x9c\xb3\xa0\xbb\x61\x3f\xdf\x72\x43\xff\x8c\x58\xfc\xce\x77\x50\x18\x67\x0c\x52\xb5\xbe\x9c\x74\xd0\xd8\x12\xd9\x00\x2b\x67\x16\x6e\x29\x3d\x15\x5d\x24\x8f\x9d\x55\xdd\xd6\x6d\x33\x82\xed\xc5\xfa\xe1\xc5\xb0\x6e\xdb\x7b\xf7\xe5\x64\xdd\x86\x97\x79\xb3\xd6\x04\xf0\x4e\x1c\x6f\xda\x11\x7d\x02\x83\xcb\x16\xee\xbe\xb3\x75\x7b\x31\x93\xf3\x74\xdd\x76\x1f\xf5\xc5\xd7\x6d\x1c\xb9\x59\xa1\xe7\x16\x6e\x4c\xb7\x75\x4e\xb7\x62\x6b\x97\xd4\x0f\x47\xeb\xf6\x22\x6c\x1a\xe0\xa2\x6d\xa0\x7b\xea\x72\x76\xdd\xc6\x2c\xdb\x6c\x96\x95\x1b\xa9\xe8\x3f\xda\xb1\x6c\x0b\x5e\xf1\x30\xfc\x9b\x5a\xe3\x6c\xc8\x0f\xad\xac\x17\xc0\xb9\xd7\x46\x55\xb3\x15\x86\x62\x4f\xac\x3b\x5b\xb3\x97\x73\x6b\x36\x56\x21\xb0\xe3\x75\x2c\xed\x3a\x4c\x81\x19\xf7\xdc\xb1\xfa\xcd\x3f\x73\x0a\x17\xa8\x9a\x92\x4a\xdf\x61\xe2\x59\x17\xed\xee\x39\xae\x59\xda\xb2\x2d\xcb\xba\x6c\x43\xe2\x75\x9d\xdf\x0b\x63\x01\x53\xc9\xb6\xf0\x2b\x8e\x93\x09\xa5\x49\x5b\xe6\x9f\xbd\x08\x86\x1f\xba\x29\x1c\x0e\x96\x75\xdd\x7e\xab\x7c\xc1\xe0\xaa\xbe\xba\x9b\xc1\xae\x15\xf9\x91\xe7\x47\xfb\x95\x45\xa0\x76\xf0\x0e\x4b\xf3\x72\x7e\x69\x86\x77\x06\xc2\x56\x0a\xdf\xd4\xdc\x6c\x64\x70\xcf\x1b\x58\x0c\x94\x97\x82\xbf\xb6\x34\x2f\x0d\xba\x6f\x4e\x4c\x18\xf9\x6d\xf1\x4f\x2f\x0c\x47\x7a\x66\xe8\xed\xb0\x38\x9b\x60\x05\xbd\x1c\x85\xcd\x44\x55\xcc\x80\x5a\x38\x97\x24\x3f\xdf\xaa\x89\x85\xde\x9b\x9f\x67\xaa\xb7\xfe\x20\x53\xc7\xfe\xed\x32\xdf\xcb\x5f\xd6\xd4\xdf\xdc\x4c\x78\xc8\x87\x6d\x2f\xa2\x85\x32\xa7\x21\x1f\x58\x4c\xf4\xfe\x39\xbb\x85\xe9\xd8\x6d\xe9\x6d\xe7\xce\x66\x8b\xcd\xc0\xf7\x04\xfd\x76\x99\x7f\xe6\xfc\xda\x53\x89\xda\x92\xf2\x0e\x67\x63\xa4\x50\xa3\x04\xfa\xa1\x1c\xa9\x87\xe8\x90\x36\x83\xa3\x18\x33\x74\x1a\x32\x1c\xba\xcc\x3f\x73\x1e\x66\x4c\x5d\x56\xbc\xb8\x7e\x29\xaf\xd4\x4c\xc5\xcf\x66\xb6\xec\x22\x90\xed\xf8\x5c\x69\xab\xc3\x5f\x2f\x3b\x4d\x02\xd5\xa2\xdc\x8b\x69\x1b\x8b\x7f\xce\x85\xaa\xdb\x02\x26\x94\xba\xf5\x35\x1c\x24\x8a\x65\xd7\xcb\xe2\x9f\xfb\x69\x87\x35\x6a\xea\xae\xdf\xce\xcf\x59\x94\x69\xd6\x22\x98\xca\x17\xcf\xc0\x2a\x4c\x5e\x6f\x3a\xbc\x7f\x6a\x8b\xc9\x09\xab\x62\xec\x56\x4a\x45\x7e\xb5\xaf\x33\x57\x5f\xe0\xce\x68\xfd\x2b\x9b\x32\x95\xab\x57\xb9\x2c\xf3\xcf\xac\x4d\xb6\x19\xae\xd8\xbc\xb6\x03\x93\x19\x76\x95\x51\xef\x8a\x7a\xd7\x72\x58\x67\xb4\x2d\xaa\xa9\x8e\x1d\x89\x37\xa2\xf4\x62\x2b\xeb\xfc\xe3\x39\x8e\x24\x8b\xe6\x54\xe4\x03\xb9\xe2\x39\xff\xac\xf3\x5b\x52\x5d\xa4\x95\x1b\x6a\x8b\xb4\x91\x4a\x45\x59\x10\x79\x5d\x67\x41\x44\x6c\x40\x5d\xa0\x1d\x15\x10\x1e\xa2\x7d\xa1\x22\xd1\xaa\x22\x59\xd7\x4a\x45\x4c\x12\xac\xd6\x17\x3a\x9c\x2f\x5b\x41\x8e\xe8\x84\xfb\xb9\x09\xa3\x1d\x76\x8b\xa6\xe6\x1f\x73\x90\x2d\xf0\x98\x13\x1b\xe2\xfe\xb9\x9f\x0e\x6c\x28\xde\x90\x66\x9b\x8d\x53\x6d\x1b\x02\x6b\x5d\x59\x6c\xa9\x33\xc5\x49\x13\x49\x92\x82\xf7\x64\x5e\xe6\x9f\xf9\x78\x2e\x8b\x56\x02\xb0\xa2\x49\x9b\x28\x35\x45\xe7\x42\x29\x87\x39\x2c\xc3\xc7\xc0\xec\x2f\xe2\x44\xe0\xd6\xb4\x45\xda\x16\x32\x3a\x4c\xe3\x44\x51\xa1\x27\x7a\x27\x9b\x7f\x7c\xc8\x97\x44\x80\x61\x6c\xb4\x23\x5e\x4a\xaa\xfa\xe6\xfd\x31\x0b\x66\xcb\x5c\x6d\x9e\xc2\x0a\xd5\x00\x0b\x38\x36\xb0\xd5\x7d\xd5\x2e\xc3\x2c\x0c\x5b\xb5\x0b\x47\x85\xf6\x54\x7c\xc1\x2e\xfb\x15\x9b\x30\x5a\xa0\xac\x59\x5b\x94\x91\xca\xfc\x9c\xbf\x22\xb6\x01\x1e\x09\x70\xf2\xa4\xfd\x9f\xf9\xbb\xac\x47\xfe\x1b\xb0\x22\x2c\x38\xd6\xb2\x65\x49\x53\x15\x28\x64\xbb\x92\x18\x5e\x70\xfd\x74\x2c\xda\x12\xa3\x1e\x40\xd0\x77\xb1\x98\x51\x6e\x52\xa3\x7b\x13\x08\x74\x25\xfc\x99\x65\x55\xf8\x57\x25\x17\xe5\x41\x9c\x0a\x7a\xd2\xa2\x3b\x30\x9c\x2e\x3e\xe6\xeb\x58\xfc\x73\xfa\x8d\x93\xad\x15\x32\xc7\x84\x62\x81\x6f\x1f\x88\x60\xfa\xce\x3f\x33\xb7\x36\x12\xdb\x8b\xb5\x1b\x1d\xa6\x1c\x9a\x0e\xf4\x01\xf4\xa2\x0b\x1f\x14\xd4\xe5\x30\x45\xfe\x7c\x4b\xd5\x2c\xaa\x7e\xaf\x7d\xd1\x3e\xa7\x72\x38\x81\x7d\x58\xef\x78\xfd\x91\x0a\xaa\x36\x49\xbd\x67\x5d\x58\x67\x6a\x44\x60\x7f\x58\xef\x40\xd7\x56\xeb\xb3\x7c\x3a\xf1\x6f\xef\x3f\x5d\x38\xe9\x6f\xef\x3f\x7d\x7b\xf7\xb8\xd6\x95\x4f\x43\x87\x6f\x7c\x67\x86\x72\x4a\xe4\xf3\x03\x82\x1e\x6c\x69\xcb\x9a\x04\x08\x94\xc0\xc4\xa8\x2e\x40\x38\xd3\x74\x78\xbf\x8d\x75\x13\x3f\x37\xb8\x90\x70\x0e\xdc\x04\x9e\x25\x9c\x3a\x5f\x71\xcb\x80\x9a\x4f\xdc\x02\x57\x53\xc1\x9d\xb0\x23\xe4\x4d\x6c\xf8\x86\x73\x5a\x4f\x11\xdd\x2d\x01\x4f\xee\x22\xc2\x2a\x11\x95\x4d\x38\x91\xcf\x1a\x8b\x99\x64\x08\xf1\x1a\xa6\xbe\x14\xb8\xe1\x72\x09\xc5\xbe\xa3\x3a\xf3\x7c\x03\xb5\x0f\x5e\x7b\x7b\x29\x77\xb8\xc1\x59\x56\xd1\xc0\xd6\xf3\x3d\x52\xca\x37\x1d\x2b\xe2\x77\x35\xd5\xb6\x1b\x3d\x51\x85\xff\x4e\x8d\xcd\xe6\xc6\x60\xe6\xb3\xc2\xd7\x69\x80\xb7\x11\xfe\xa3\x0d\x6e\x91\x03\xee\x0e\x3c\xd6\xeb\x84\xfd\x3c\x84\xe8\x24\xb2\x77\x32\x4b\x44\xcb\x0e\x2e\xff\x60\xb7\xae\x05\xc6\x67\x20\x9b\x1e\xca\x26\xc2\x9d\x09\x88\xec\xd6\xe1\x83\xef\x32\x52\xc7\xfe\xdb\x70\xb7\x49\xf2\xe0\x74\x33\x8b\x38\x31\xf9\xb1\xbd\x69\xd4\xbb\x6a\x7a\x6a\xec\x3d\x8d\x80\x4b\xb0\xd1\x6e\xe0\xec\x05\xa7\x9f\x91\x32\x60\xa2\x3d\xf8\xc8\xaf\x46\x42\x10\x23\x4d\x44\xe8\xe2\xde\x4c\xf0\x8c\x65\xde\xa1\x72\xd1\x2b\x17\xbc\xd6\xa0\xe1\x2d\x1b\xf8\xef\x04\x5b\xa6\xe1\x60\x02\xca\x14\x76\x3f\x12\x5b\x7b\x74\xec\x5c\x5c\x11\xe2\x0a\x10\x63\x84\x18\x37\x04\x1f\xad\x0e\xff\x29\x9b\x2c\x84\x41\xc5\x91\x01\xd2\x54\xeb\xcb\xad\x48\x07\x79\xb9\x09\xc2\xa6\x03\x9a\x1b\x8f\x26\xd1\x81\x50\xa1\x36\x6e\x10\x70\x3b\x53\x08\x5b\x53\xab\xcd\x5d\x96\xa4\x46\x24\xf1\x07\xe1\x5d\x88\xd8\x34\xa0\xfd\x8b\x2d\xb2\x03\xc1\x5a\xd4\x70\x2e\xd1\xac\xe3\x61\xee\x19\xf0\x0d\xed\x00\xdf\x1f\x20\x2c\xaf\x8c\x72\xa8\xd6\xd4\x78\x47\x15\x6c\xac\x94\x58\xc2\x74\x3a\xb2\x24\xfe\x68\xf0\x47\x91\x63\x40\x8e\x28\x28\x78\x41\x56\x3e\x05\x54\xe0\x74\x9b\x74\x77\xff\x97\xcd\xc3\x4f\x9b\xfb\xdd\xa5\x87\x97\x78\x20\x3e\xd9\x13\xef\x70\xf9\xeb\xc3\x51\xb0\xab\x48\xdd\xc6\x94\x81\xa3\x55\xd1\x0d\x6c\x38\xf4\xd4\x24\xf6\x02\x3f\xbe\x4e\xa9\xa0\x29\x9d\xdb\x97\x47\xb4\x8e\x04\xfb\x5b\xb0\x45\xde\x5b\xc8\x57\x11\x47\x5b\xc2\xa6\x5c\x20\x80\x8c\x73\x12\x40\xa3\x8b\x54\x9c\xb4\xab\x5a\xf6\x1e\x8b\xd4\x3d\x4e\xa9\xe7\x27\x62\xec\x5c\xda\x48\xe4\x1e\x7b\x7e\xb9\x45\x8c\x52\xab\x3b\xf8\x1a\xe9\x75\xb1\xab\x48\xaa\x2f\x8f\xc5\xd4\xbd\x8e\xb3\xa0\x7f\xac\xb6\xb1\xc3\xa3\x92\x1a\x62\xe4\xec\x49\x0d\x54\x8b\x75\xf7\xf9\x05\xd9\x5c\x4b\xd7\x8b\x2b\x0e\x29\xbe\xdc\xaa\x66\x7b\xf7\x59\xe7\x30\x5f\x42\x35\xbf\x3c\x76\xc4\x5e\x5d\x4b\xe1\x3b\x2a\x36\x27\x6d\x4c\x1d\x84\x7f\x1a\x0f\x9b\x4c\xa9\x46\x21\x9b\x4e\x74\xcf\xf6\x5f\xae\x0b\xf7\xf3\xa0\xed\xda\xcf\x82\xb6\x5f\x9b\xca\x57\xf5\x4a\x2a\x86\x36\x31\x0e\x13\xb4\xda\x44\x89\xaa\x85\xfc\x04\x07\xe7\xf9\x5b\xac\x38\x27\x12\xbe\x26\xfa\x4e\x68\xfc\x2d\x81\x33\x65\x63\x8b\xb8\xf5\xe9\x06\xb6\x29\x1b\x2b\xa0\x8d\xd0\x3d\x79\x7b\xb9\x03\x58\xfd\x77\xe7\xaf\x74\x1e\x7a\xff\xeb\xb8\xf8\xdf\x18\x47\x17\xe3\x14\xbe\x1a\x4b\xa7\x78\x85\xa7\x1e\x01\xb4\x9e\x0f\x16\x86\xa7\xea\xab\x26\x86\xc7\x63\x4f\x43\x83\x00\xf3\xbc\xda\x8c\xed\x91\x90\xa6\xd5\xb7\x1d\x09\x7b\xb0\xe6\x06\xae\x94\xc0\xb7\xb0\xe5\x0d\xd3\x5b\x07\xdb\x91\xf3\xa2\x73\x9d\x31\xe1\x36\x99\x8a\x5e\x15\xc6\xda\xc3\x1e\xae\x5a\x30\x43\x63\x2e\xcc\x2d\x65\x49\x5d\x6f\xa4\x8f\xe4\xd8\x3c\xd2\xae\xa4\xe1\xf8\xb4\x62\x8e\xd6\xe1\xd1\x82\xe8\x0f\x9b\xe8\x5d\x3c\xaf\x8e\x63\x3c\x3d\xc7\x72\x30\x5b\xd5\xe6\xd1\x8a\x00\xd1\x94\x01\x9d\x9a\xa1\xc0\x62\xb2\x56\x49\xb9\x58\xab\x0a\x4e\xa6\xdc\x9b\x08\xf3\x6b\x87\x55\x94\x9d\x60\xbc\xee\xdc\x81\x11\x15\xdf\xb0\x9f\x5d\x4a\x0f\xf3\x0d\xf1\x0c\xd2\xf9\xdb\x02\x89\x22\xc3\x3c\xac\xb2\xb1\x25\x32\x98\xb6\x1a\xba\x2d\x85\xee\xbc\x0b\x9f\x3d\x1b\xc5\x77\x3a\xce\xb3\x2a\x6c\x99\xcf\xd3\x1d\xa0\xf7\xc4\x94\x69\xdf\x81\x9a\xf7\x1e\xbb\x45\xf5\xe5\x11\x66\x25\xd8\xb4\xff\x7b\xcf\x33\xdc\xfb\xb9\x79\x26\xb2\x0d\x7d\xf8\xc6\x17\xda\x5c\x38\x73\x2b\x7c\x53\x41\x65\x61\x5d\xc4\x49\x2d\x84\xbf\x63\xe6\xbe\x64\x19\x79\xb9\x2d\xd5\x0a\x78\x53\xed\xf2\xcd\x81\x7b\x39\xf4\xe5\xeb\x91\x7b\x0a\x81\x79\x66\xe8\xae\x4a\x2e\xe6\x2b\xfd\xea\x4c\xf4\xb5\xbe\xb4\x0e\x73\xc5\x49\x45\xe8\x60\xf4\x99\x0a\xea\x18\x96\x90\x67\x67\x0e\xde\x99\xf7\x23\x05\xe0\x35\x50\x13\x9d\x75\xdf\xcf\x73\xfb\xee\x68\x84\x63\xa0\x60\x6c\x21\x59\x9c\x4f\xbc\x9a\x0f\xb8\x27\x8d\x3e\x0a\x7d\x2b\x56\x18\xe3\x14\x80\xfc\xb8\xc0\x80\xf5\x18\x7e\x9a\x2d\xe6\x98\x34\xf6\x8f\x7d\x1e\x88\x65\x3f\x37\xc4\x7a\x98\x33\x6e\xcc\xc2\x19\x15\xdb\xbe\xfb\xc9\xc9\xab\x11\x50\xa3\xe3\x31\x1b\x8f\x87\x78\x3c\x1a\xe3\x98\x3a\xfc\x99\xe3\x09\x01\x08\x45\x36\xed\xb5\xc4\x08\x81\x71\xe7\x9a\x51\x83\xa9\x7a\x3a\x43\xe2\x31\x47\x7e\x7b\xf9\x78\xb9\xcd\x41\xf2\x77\x8e\xa0\x0d\x8c\x98\x6a\x13\x4b\xee\x1e\xf1\x79\x32\xb2\xfb\x1c\x29\x40\x9b\x98\x23\x68\x3f\x6a\xcc\x90\x0e\x3c\x4a\xe2\x66\x63\x85\x7b\x4b\x9d\xa1\xef\x64\xbd\xce\x2f\x8f\xc5\x6a\x77\xda\xcf\x1f\x4d\x45\xca\xfe\xf5\xbb\x87\xfd\x3f\x58\xe9\xd8\xe1\x98\x44\x8d\x53\xeb\x47\xd3\x91\xc8\xab\xe9\xc8\x27\x97\xd3\x51\x6a\x93\xcb\xc9\x30\xbd\xd4\xcb\xe6\x3d\xea\x80\xf2\xf0\x06\x81\x65\xa4\x2c\x3a\x11\x58\x06\x10\x99\xfa\xca\xe2\x88\x5f\xce\x30\x39\xae\xf7\x9d\xcd\x71\x58\x5f\x6a\x07\xdc\x0b\x92\x9c\x28\x5b\x76\x2d\xf5\xc1\x9b\x6a\x36\x6c\x0f\xf3\x4f\xcb\x10\x85\x76\x72\xfe\x33\xb3\x69\x00\xd2\x71\x43\x25\xc3\x1d\x3e\x97\xc4\x54\x37\x2d\x27\xce\x6a\x1a\x94\x98\x15\x60\x5f\xb9\x62\xdf\x50\xca\x7c\xa6\x7b\x16\xd5\x74\xd9\x62\x65\x05\xec\xe8\xe5\xbe\x89\x5e\xda\xfa\xa7\x59\x4f\x46\xa1\xd1\x0b\x8d\x6b\xa1\x52\x29\x15\x09\x9a\x6b\x6a\x5d\x37\x11\xa5\x82\xc1\x4b\xac\x63\x79\xa9\x80\x32\x96\x3a\x1f\xea\x71\x96\x7a\xda\x46\x1f\x3f\x7c\xba\xd4\xb1\xec\x2f\x1f\xe3\xfd\xa7\x8f\xdf\x9e\x35\x75\x8f\x68\x9b\x9d\xd6\x08\xe8\xe2\xf0\xb2\x35\xfd\x3f\xc0\xc1\x36\x54\xdd\x0e\x70\x2f\x55\x3d\xef\x82\xfb\xf2\x58\x5a\x8d\x55\xb7\xd1\xb1\x14\xb6\xc3\x5d\x1a\xf7\x1e\x8d\x6d\x75\x68\x84\xc2\x6f\x3f\xc5\xf9\xf4\x74\x67\x84\x53\xbc\xda\xf4\x5c\x50\x12\x0d\xb6\x8c\x5e\x1e\xa9\x99\x54\xce\xc3\x5d\x3f\xbd\x86\xb7\x7d\x0d\x69\xfb\x1a\x47\xf8\xe5\x31\x87\x51\xff\xf1\x5c\x22\x22\xc6\xfe\x9b\xd4\xe6\xa4\x7b\x7c\xd9\x7c\xfe\x78\xa9\x95\x89\xb4\xef\x0c\x65\xbe\xdf\xf7\x0e\xd5\x7e\x57\x75\x4b\xfd\x59\x3a\x66\x45\xae\xc0\xfd\x49\xdc\xe4\xae\xea\xb5\xd4\x67\x33\x57\x1a\xb7\x2d\x4e\xf8\xe5\xe5\x11\x3c\x8b\x12\xb2\x3d\xd7\x2d\xf1\x9a\xe2\xba\xe8\xcb\xa3\xaa\xdd\x3a\xf3\xeb\x16\xa7\x8e\xed\xe5\x51\xaa\xff\x8a\x03\x44\x3d\xfc\xec\xdf\x2f\xc9\xc1\x34\xe1\xdf\xfb\xab\x94\xd4\xa8\xcc\x1a\xf4\xa3\xd2\xfb\xeb\x92\xdf\xfe\x26\x25\x8d\x31\xd6\xdf\x52\xce\x74\xfc\xbb\x7d\xb7\x37\xf3\x88\xce\x6f\xa5\x71\xf9\x7e\xa5\xfc\x72\x90\xac\xa7\x3b\xfc\xee\xdf\x67\xfd\xd5\xd3\xa0\x41\xf6\xd2\xd7\x56\xf1\xf2\xb3\xe9\x66\x9b\x22\xe7\xd3\x1e\x75\x19\x66\xcf\x2f\xf7\x5f\xde\x81\xec\xc9\x9b\xb1\x0f\x3b\x0e\x24\xbc\x5a\x84\xd2\x0e\x8a\x98\x4c\x4d\xac\x4d\x12\x33\x69\x7e\xfb\x60\x11\x4f\x96\x34\x09\x80\xab\xaa\x7e\x9d\x43\xab\xcf\x9a\x5d\xdd\x93\x16\xd6\xac\xfc\x1f\x70\x6c\x6a\xfe\x46\x79\xcf\x51\xf3\xd7\x0b\xdc\xc4\xf9\xd4\xaa\xaa\xc8\x34\x75\xff\x3b\x95\x78\xd2\x6e\x4f\x0f\xbf\xdc\xef\x76\xff\x72\xbf\xdb\x5d\xd8\x7e\xfe\x40\xb4\x8f\x6f\xb3\x33\xab\xac\xcc\x09\x52\x7b\x2a\x88\xac\x18\x3b\xee\xa9\x47\x92\x34\x36\xa0\x00\x36\xed\x2f\xd8\xb2\x26\x88\x50\x4d\x04\x16\xcb\xe0\x21\x57\x25\x14\x4d\x05\x81\xb7\x7e\x45\x45\x11\xa2\x57\x26\xdb\x92\x93\x14\x73\x2c\x08\x59\x2a\x9a\x40\x85\x89\xe0\x23\x89\xc2\x4e\x3b\x4c\xc0\x26\x08\xc5\x31\xd8\xbb\x13\x14\x12\xa0\x7a\x22\xd7\x20\x39\x2a\x5c\x36\x7b\xac\x03\x16\xb3\xd9\xca\xa9\x05\xa1\x3d\x37\x34\xb4\x24\x42\x74\x51\x06\xb3\x75\xaa\xa1\x95\x34\x42\x6b\xa9\x99\xbd\xef\xec\xcd\xa0\xf2\x44\x6c\x19\x5c\x40\x43\xed\xa9\x7b\x91\xc1\x5d\x6b\x89\x9c\xee\x14\x51\x1a\xca\x5e\x35\xe0\x8f\xe9\x15\x1c\x2d\x49\xc5\x59\xa5\x46\x83\xa3\xb3\xe3\xcf\x95\xee\xbc\x67\x8a\xfd\x61\xf1\xe0\x1f\x7b\x5d\xec\xd2\x32\xe6\x39\xe0\xec\x45\xd3\x9e\x35\x49\xac\x04\x41\x07\x08\x1a\x67\x1c\x81\x6b\x72\x1b\x03\xfe\xb9\xb1\x50\x2a\xc0\x18\xb3\x07\x8a\xc9\x9f\xa0\xef\x50\xa8\xc3\xf2\x6d\xec\x17\xb5\x7a\x68\x08\x23\xba\xa4\x82\xeb\x98\xd2\x30\x93\x01\x00\x0a\x1e\x0f\x19\x05\x47\xbb\x92\xb0\xdb\xaa\xa6\xbb\x54\xb3\x4a\xb9\xa3\x21\x76\x40\xf9\x8c\x40\x2b\xd7\x04\x37\x58\x6c\x45\xb5\x38\x24\xf5\x68\xcd\x26\xba\x13\x34\x68\xde\x10\xc2\x1e\x6a\xa0\x1e\xc6\x48\xa8\x4d\x91\xd4\x5f\x1e\x19\x51\x31\xf6\xc5\x13\x07\xca\x33\x38\x4c\x73\x42\xe0\x78\x09\xbd\xa5\x12\xc1\x3c\xad\x5e\x6a\xb0\x52\x71\x84\x10\x8b\x3a\x37\x25\xe5\x9e\xc4\xfa\x01\xb2\x3d\x1d\x12\x7f\x7e\xf8\xf5\x7b\x07\xc5\x7c\xe4\xa2\x61\xb1\xa7\x68\x46\x63\x52\x4e\xb2\x31\xd1\xf5\x60\x6f\xd7\x2b\x68\xf1\x10\xa4\xc5\x89\x01\x83\xbb\x6b\xd6\x1b\xec\x63\xe3\x44\xdd\x25\x75\xd8\x4a\xb1\x7b\x60\x37\x86\x14\x01\x19\x0a\x71\x3d\x7c\xa3\xd9\xba\x67\x45\xaf\x53\x04\x7a\x15\x93\x35\xb6\xc4\x4b\x24\x2d\xd6\xed\x9c\x07\x9b\x11\xc1\x62\x6d\x59\x10\xa0\x06\x78\xb6\x16\xa8\xb6\xd4\x6e\x66\x7e\x66\xc4\x27\xc2\xf6\xbd\x3b\x88\x07\xa9\x51\x5b\x82\x9f\xb8\x5a\xa6\x3d\xcc\xfa\x02\x27\x36\x0c\x2b\x80\x5a\x40\xb5\x4c\x55\xee\x37\xfb\x1c\x6c\xc1\x77\xb2\x33\x4d\xbc\x51\xd3\xf1\x6c\x98\x06\xca\xd6\x28\x05\x3c\xdb\x56\x38\xea\x11\xd9\x2a\x4d\x5e\x41\xb3\x6c\x25\xd1\xac\xb9\xbd\xc4\x0d\x03\x17\xbc\xee\xc0\x5a\x6a\x1f\x53\x06\x23\xdf\x8c\x9c\x28\xa8\xb6\x34\x36\x26\x02\x50\xc9\x86\x81\xb9\x00\x94\xe6\xf6\x7c\x40\xad\xc8\x86\x8c\x22\x58\x0b\x62\xd7\x80\xa2\x8f\x44\x30\x4c\xc3\x1c\x84\x18\x3e\x1b\x53\x26\x83\x28\xd5\x6c\xd5\x12\x1b\xa2\xaa\x05\x54\x2a\x98\x8e\x32\xf2\x04\x2c\x01\x62\xb6\xc9\x9b\x07\x2d\x75\x68\xcc\x97\x5b\x14\x00\x67\xfc\x76\x05\xd1\x07\xd6\x6a\xed\x26\x18\xb0\xcd\xb5\xbe\xda\xad\xe1\xad\xda\x56\xbe\x89\x01\xa2\xa2\x59\x77\x17\x03\xa9\x87\xca\x28\x02\xc7\x4c\x0e\x8f\x44\x35\xf0\xe0\x8d\xf5\xad\x68\xe2\xb1\xbe\x15\x19\x6e\xe1\x5e\x4f\xeb\x5b\xd1\xaa\x82\x0f\x07\x85\x33\xa5\xbe\x81\x38\x39\xf4\xb5\xed\xbc\x19\x4f\x47\xca\xaf\x97\xf1\x96\xff\x72\xff\xeb\x3b\x78\xf5\xbc\xf9\xb8\x67\xcd\x5d\xa4\xeb\xfd\x28\x49\x17\x7c\xac\x7e\x05\x4b\xa3\x94\xc7\x9d\x1e\x79\x25\xfa\xe1\xf9\x42\x75\x2b\xfc\xe6\xa6\xef\x96\x67\xb3\xb7\x9f\xe9\xf2\x27\x4a\x49\x79\x7c\x78\x5b\xb8\x76\x60\xfe\xdc\x89\xd4\x6b\xe1\x9f\x6f\x6d\x4c\x73\xa9\xd7\x3d\xdf\xd5\x91\xb8\xdc\x33\xdc\x1f\xfd\x73\xfa\x9f\x56\x0f\xda\xdf\xd1\x48\x0c\x30\x26\x76\xf4\x5a\x92\x85\xc7\x1a\xbe\xbe\x94\x91\x88\x96\x9e\x2a\x2f\x6d\xa4\x26\xbb\x98\xac\xbb\xb4\x0f\xaf\xea\xa6\xba\x50\xab\x70\x29\x83\x57\xa9\xd0\xab\xba\xe3\x6c\x73\xc9\x37\xdc\xc5\x12\x74\x4a\x43\x5f\x25\x58\x43\xaa\xb8\xf1\xa2\xfd\xf8\x27\x8f\x94\x5a\xf2\x5a\xee\x06\x06\x25\x47\xaa\x89\x05\xa7\x60\x0e\xe8\x5b\x22\xaa\x17\x71\x14\x66\xd6\x31\xf3\xc2\x39\x71\xff\x00\x01\x2c\xfe\xb9\x6f\x2a\x7c\xbd\x33\x11\xbd\xf2\x18\x9d\x4e\xa9\x67\x1b\xe4\xfa\xb4\x61\xad\x45\xb8\xf1\xab\x0c\xa6\xe8\x4f\x8f\xc1\x7f\xfd\xf5\xe1\xcb\xdf\xff\xb7\xc7\xbf\xfe\x7a\x69\x18\x36\x1e\x88\x0f\xf6\xc4\x7b\x87\x67\xeb\x84\x5d\x14\xf8\xa7\xcf\x55\xb7\xc2\xf6\x19\xf1\xe7\xda\xed\xd5\xad\xf6\xfc\x48\x66\xdd\xbe\x41\x88\x39\x46\x82\x79\x66\xd6\x15\x57\xe6\x18\x03\x26\x68\xdf\x16\xe2\x23\x84\x98\x63\xd4\x99\xe7\x48\x75\xdb\x9d\xe8\xfe\x88\xe9\x5e\x57\x22\x7c\xea\x3a\x71\xdc\x4b\x99\xbf\x1c\x51\x24\xf6\x09\x3e\x78\x04\x66\xe3\x70\x35\x51\xcf\xac\x7e\x90\xcb\xff\xfe\xdb\xc5\x4b\x9f\xcb\xf1\x4f\xbf\xbd\x59\xf7\xce\x88\x31\xff\x0f\x16\xe3\xa3\xd5\x6b\xd4\xeb\x51\x9f\x89\x01\xf6\x73\x47\xe3\xdc\x8c\x69\xd2\xba\xbe\xdf\xfd\xe9\xbb\xa4\xbb\xbd\xdf\xfd\xe9\x3d\xe9\xf2\xff\x68\xe9\xb2\xe6\x23\xf1\xb2\x65\xf7\x55\xf1\xfe\xdf\xbf\xdd\x7f\xf9\xf5\xe1\xcb\x77\x49\xf8\xdf\xfd\x99\xf7\x84\x2c\xff\xa3\x85\x2c\x52\x8f\x84\x4c\xdc\xbf\x21\xe4\x7f\xdd\x7e\x79\x78\x98\x92\xbe\xd4\xf4\x77\x51\xff\x6a\x4f\xae\x02\x7f\x7a\x4f\xe2\xf4\x3f\x5a\xe2\xa4\x7a\x24\x71\xe1\x7c\x56\xe2\x0f\x17\xee\xe4\x3e\xbc\xb3\x89\xcb\xb2\x1e\x7d\x4d\xa8\xfa\x0d\xd8\x44\x0e\xd0\x22\x63\xb2\x89\xf8\x97\xc3\x91\xd1\x3c\x23\x1e\x47\xe8\x22\xe3\x08\x5e\x44\x0a\x47\xb8\x39\x64\xfd\xca\x69\x3f\x29\x5a\x6a\x02\x25\x9c\xf8\x2f\xac\x9c\xf6\xd5\x6c\xde\x46\xce\x6a\xdf\xf3\xb3\x94\xaf\x9c\xcd\x09\x7f\xe5\x98\xd7\x9b\xf2\x59\xfb\x77\x3d\x77\xc7\x4e\xd9\x4e\xa9\x57\x68\xef\xd8\x58\x58\xff\x3f\x6d\x8f\x4b\x27\x97\x87\x37\x33\xca\xe9\x66\xd7\x9f\x36\x87\x3d\x92\x09\x5e\xb1\xe7\x72\x3c\xd3\xa1\xae\x59\xaf\x66\xef\x83\xcb\x9c\x32\xae\x73\x28\xf5\x59\x73\x76\x32\x37\x86\x93\xd6\xec\xa2\x93\xf4\x93\x1b\x7f\xb5\x0b\x3f\x63\x2b\x82\x76\x3d\xa7\x9a\xab\xb5\xfd\x68\xed\x4a\x79\x24\x19\x35\x48\x2d\x29\x57\x01\x62\x04\xa2\xa0\x7b\xf7\xeb\xac\xa9\xd7\x3b\xc2\x1e\x9c\xb3\xd2\xc4\x3d\x2b\x8d\xff\x7b\x79\x34\x0b\x24\xf7\xd4\x4d\xb5\x4b\x99\x7a\x98\x7f\x80\x95\x10\x47\xd2\x36\x80\x87\x4f\x74\x23\x9c\x81\x49\xd7\x73\x99\x23\x7a\xe3\x38\x83\xd6\x56\xd6\x8c\xad\x87\xd9\x99\xd8\x72\x7c\xb9\xe5\xdc\x03\xa0\x38\x7b\xea\x02\x2a\x72\x6f\x53\x8d\xf3\x9c\x16\x87\xf9\xfe\xe3\x7a\xdf\xdb\xfb\x69\xf6\x4e\x9d\x39\xfa\xc4\x80\x94\x71\xbd\x3f\x0f\x1a\x1f\xe3\x80\x57\xe2\x8f\x2c\xe3\xa4\x7f\x5d\xaa\x7c\x3d\xbc\xdd\x6c\x38\xed\x5f\xb2\xc7\x50\x06\xf3\x03\x4e\x5b\x4c\xa6\x40\xad\x58\x31\x24\x70\x5d\xf5\x9a\x6a\x4e\x59\xe6\xc1\x8e\x7b\xbe\x15\x9c\xeb\x38\xd0\x85\xbe\x3c\x32\x95\x24\x23\x02\xa0\x9f\x80\x12\x2d\xa0\x86\x6f\x35\x96\x92\x14\x20\x6a\x63\xcc\x6b\x2a\x9a\x78\x84\x6c\xd6\x65\x8b\x05\x7e\x80\x24\x23\x0d\x20\xc5\x0d\x8d\x54\x4a\xa2\x7a\xe7\x94\x8e\x0d\xde\xa4\x9a\x26\xfd\x0c\xfc\x31\x80\x05\xe2\x1e\x60\x9a\x44\xe6\xb5\xf0\x33\xe7\xd4\x15\xa4\x0d\xa5\xc2\xcb\x31\x54\x4d\xa0\x0a\xc8\x49\xe6\x35\xe7\x0e\x3a\x7c\x4e\x00\xb7\xf7\xb0\x72\x40\x98\x17\x87\xbc\x53\xf8\x47\x84\x35\x0e\xa5\x62\x97\xae\x22\x24\x05\x9c\x1b\x04\x97\xcc\xb9\x57\x85\x72\x83\x70\xa2\x20\xbc\x95\x2e\x40\xdb\x49\xe4\xc4\x5b\x38\xa4\xc5\xaf\x51\x38\x24\x90\x3d\x94\x12\x39\x39\xa0\x21\x08\x30\x1c\xe0\xee\x94\x87\xca\xda\xfb\xa7\xdd\xfd\xd3\x85\xc6\xf4\xc3\x6e\x17\x9f\x2c\xf9\xb7\x27\x7b\xfa\xd3\x3a\xd9\x57\x91\xd4\x39\x68\xe9\x89\x76\x71\xc0\xc0\x6b\x19\xee\x03\x04\xef\xf0\xee\xc0\x4d\x15\x21\x90\xb9\x7e\xbb\xf6\xff\xc5\x6d\xbe\x89\x9a\x93\x48\x70\x0c\x3a\xb5\x56\x13\x4a\x19\xe8\x0a\x65\x84\xca\xa9\xb4\x1b\x45\x03\x0b\x5c\xa0\x3a\xf0\xeb\x53\x46\x77\x56\x89\xa9\x07\x96\x94\x29\xd4\x44\xfd\xc6\xd2\x58\x06\x5a\xae\x3c\x91\xa5\x67\x80\x5e\x01\xe2\x0c\x8e\x2d\x45\xd2\xd8\x95\xde\x6d\x4c\x28\xf0\x0e\x36\xd5\xea\xe4\xa8\x83\x80\xc6\xd7\x44\x0d\x88\x4a\x15\x6e\x10\x66\xf6\x57\x87\x00\x6a\x9b\x62\x39\x56\x1b\x41\x0a\xbf\xa3\x96\x32\xbb\x5b\x85\x3d\x50\x5e\x6e\xa9\x34\x77\xa7\x23\xb8\x14\xa3\xff\xd5\x36\x01\x28\x15\x24\x6c\x22\xf0\x9a\x65\x70\x90\xb4\xf2\x3b\x7b\x2d\x2b\xa5\x61\x06\xfc\x51\x79\x2f\xb7\x36\xf3\xbe\x3b\x35\x70\xa9\xdf\x9e\x1a\x4e\x3a\xf5\xcb\xa7\x87\x2f\x57\xbf\x7d\x79\xbe\xf0\x9c\x11\xe9\xe3\xc6\x1e\x78\x0f\x8d\xe7\x97\xa3\x35\x53\x78\xeb\x50\xee\xd6\x95\x0e\x9c\x57\xe2\x48\x41\xcf\x70\x14\xf3\xdf\x70\x7b\xcf\x7c\xb5\x1d\x75\x33\x9f\x59\x79\xb0\xc4\x01\x86\xee\xaa\xbe\xea\x9a\x72\x44\xb1\x65\x4b\x4e\xef\xdb\x08\x94\xde\x2b\x02\xc8\xb7\xcd\x36\xa5\x86\x01\xd0\x4b\xe0\xa4\x01\xdf\x15\x4d\xa3\x1d\x87\x4e\x26\xab\x1c\x88\xf8\xc9\x6f\xaf\xa7\xe5\xa6\x72\xf6\x09\x68\x02\x3a\x24\xa0\x5b\x8e\xc4\x25\x6a\xde\x62\xcb\x65\x03\x3f\x9d\x66\x4d\x58\x38\x8e\x92\x7a\x0d\xbd\x79\x54\x25\x9c\xb6\xa9\xf0\x56\x47\x52\xc4\x00\x46\x25\x38\x18\xd7\xd4\x9a\x8d\x40\x26\x53\xa7\xb2\x82\xfe\xa5\xd4\x28\xc9\x86\x72\xee\xd1\x21\x34\x2b\xc6\xad\x5d\x72\x4d\xaa\x77\x7d\x1a\xb2\x2c\x7c\xbd\x62\x3c\xfd\x31\x42\x7d\x8e\x40\x7c\x39\x2f\xd5\xd2\x4c\x52\x50\xdb\xa1\x3b\x3a\xfb\x0b\xa4\x11\x21\x8d\xa0\xf9\x5a\x85\x9f\x9b\xa9\x83\x03\xe0\xa6\x09\x7c\x34\x49\x2a\xea\x0f\xdc\x45\xec\xf0\x32\x08\xcb\xa5\x98\x18\x9b\xda\xe7\x28\x2e\x83\xe0\x32\x70\x61\x01\x2a\xa5\xc7\x0a\x64\x93\xe2\xe3\xd2\xc9\x89\x5c\xac\xd1\xc4\xea\x0d\x00\xda\x6d\x41\xf6\x6c\xa3\x51\x73\x58\x2b\x85\xc1\xa0\x27\x70\x4c\x4f\xf8\x52\x8f\x30\x98\x72\xe0\xf6\x87\x77\xd4\x6f\xc9\xf4\xed\x68\xfc\xf4\xcb\xa5\x5e\xe5\x96\xf2\xdb\x4a\x45\xd5\x95\x5c\xf4\x7f\x00\x95\x86\x59\x60\x7b\x25\x4e\x8f\x6c\x16\x33\xfb\xb4\x1f\x4c\x96\x37\x3f\x1d\x5b\x12\x47\x46\xc6\xb3\xf6\xa9\xb9\x9e\xfe\xb4\x77\x34\x3c\xb2\x3c\xcc\x28\x31\x23\x13\xc0\xd1\x67\x7f\x94\x63\x17\xb8\x23\xbb\xc9\x2c\x45\xc7\xba\x3b\xf7\xeb\x33\xf8\xfb\x58\x00\xed\x98\x2f\xa6\xf4\xd0\x74\x8e\xd4\xe3\x5f\x3e\x6d\xfe\xbe\xb9\xb8\xff\x20\xed\x3b\x86\x68\xae\xfb\xc8\x52\x4e\x25\x8f\x40\x03\xd8\xd5\x1b\x44\x8c\x37\x89\x29\x57\x87\xfc\x96\xc0\x69\x14\xc0\x74\xab\xd4\x60\xab\x79\xc1\x99\x45\xed\x91\x00\x72\x24\x1f\xdc\xca\x71\xc4\x1c\xa9\x70\x8b\x08\x55\xb7\xb1\xea\x57\x4f\xc8\xa9\x7e\xe5\x84\x7c\x5b\x72\xaa\x3a\x76\xa4\xa9\x8f\x1a\x78\xae\x7c\x99\x67\xb7\x3b\x77\x14\xbf\x8d\xbd\x25\x05\x8d\xac\xcd\x13\xe4\xb8\xc1\xad\x01\xbd\x75\x0c\xc0\x25\x81\x32\x50\x93\x4a\x03\xe7\x1b\x88\x2b\x1c\xf1\xdc\x4c\x71\x49\xa5\xca\x24\x5b\x9b\xdf\xb6\xda\x53\xe3\x89\x97\x49\x0d\x27\x4d\x4e\xca\xad\xe0\x4e\xec\x02\x68\xc7\xac\x40\xe2\x15\x87\x28\x05\x9a\x32\x5f\x95\x9e\xf2\x50\xc0\x3b\x01\x34\x83\x03\xeb\x48\x19\xf8\xe0\xec\xa0\x45\x52\x63\x52\x72\x94\x25\x6e\xf0\xd9\xcf\xa5\xc0\xb2\x23\x50\x1b\x3a\x99\x64\x31\x3d\x06\x36\x58\xb6\x49\x19\x8c\x66\x6d\x88\x9f\x82\xd5\x16\x47\xdd\x16\x6b\x25\xb9\x3f\x6e\x04\xce\x49\x73\x75\x08\xf2\x76\xa3\x94\x01\x86\x97\x29\xb5\x66\x82\x1d\x02\xa4\xda\x5c\xdb\x06\x18\xc3\x65\x4e\xb0\xdd\x96\x2f\xe9\x05\x95\xe9\x08\x89\x94\xdc\xc2\x70\xb1\x91\x16\x9c\xa8\x8b\xd8\xef\x7d\x0c\x1c\x4a\xe7\x42\x81\xb8\x82\x90\x8a\x40\x6a\x04\x6e\xd0\x9a\x6b\xaa\xbd\xe0\x5d\xa8\x13\xe0\x2d\xb3\x55\x7b\xb8\x59\xcd\x25\x8d\x01\x6f\xd9\x5e\x4d\x19\x1e\x8a\x53\xc5\xc2\x35\x5a\x9a\xc6\x50\x57\xb5\xf9\xd7\x31\xea\xcb\x2d\x18\x05\x4b\xe0\x5a\x52\x6b\xbc\xb1\x44\x68\xe0\x62\x25\x57\x50\x6e\x22\x22\x13\x21\x5a\x26\x34\xe9\x89\xb9\x6f\xc1\x81\x94\xeb\x0e\x3f\xe2\xa4\x9c\x41\x1a\xb9\x4a\x39\x4f\x67\x7c\xb3\x24\xe2\xdc\x88\x59\x8d\xe8\xa7\x37\x3c\xaf\x1b\x5b\xff\xc7\x04\x63\xef\xd5\xc9\xd2\x5a\xca\x26\x8c\xd4\x8b\x03\x99\x96\x5c\x42\x13\x1b\x56\x57\x7d\xc0\x37\x49\x84\x40\xf3\x09\x5e\x7c\x02\xdf\x35\x5c\x19\xd0\x1b\x0a\x6f\x3b\x25\x81\x9b\x80\x00\xd4\x97\xd9\xe9\x70\x2a\x07\xed\x36\x81\x4a\xd0\x6e\xc6\x3c\xd0\xb4\x46\x05\xee\x7c\x65\xdd\x44\x81\x92\x4a\xa9\x15\xcc\xa7\xc5\x17\xec\x3e\xe0\xbe\x21\x5d\x62\xcf\x29\x73\xbd\x61\x69\x49\x1a\x05\xea\xba\x35\xc1\x16\x6d\x08\x0c\xe3\x5e\xad\x22\x66\x57\x5a\x53\xb6\x60\x0a\x4e\xaf\x1b\x50\x55\x89\xe9\xd2\x54\xc1\xc8\x96\x15\x3e\xec\xd5\x7a\xb8\x95\xdd\x00\x9f\x55\x4a\x4c\x9d\x80\xf9\x4d\x6c\x1a\x3d\x68\x45\xb3\xb3\xc2\x8d\x24\x52\xac\xe1\xb9\xca\x4e\xad\x0f\x89\x29\x02\xa5\xd7\x0d\xcc\x86\x96\x4a\xee\x8e\x61\xa5\x61\xa4\x4e\xd5\xf1\xcf\x3d\xb8\xae\xee\x48\x52\x19\x0a\x64\xa2\xb6\x41\xe2\x88\xe7\x2c\x69\x8b\xf3\x39\x24\x75\xc4\x6e\xde\x59\x33\x6a\xed\xb1\x51\xaa\x2a\xf7\x6d\xa4\x91\x29\xcc\x3f\x8e\x6a\x4c\x23\xf5\x62\xd6\x96\x8e\xb6\x59\x5b\x3d\xbc\x61\xef\x8d\x98\xc1\x14\x38\xdd\xd6\x5d\x0a\x87\xce\x49\x4c\xc9\xd7\x24\x04\xc2\xbd\xde\x4f\x81\xb6\x3e\xfd\xf9\xd3\x5f\xfe\xed\xc2\x59\xda\x92\x7e\x7b\x92\xee\x7b\x2c\x41\xcd\xb6\x60\xdf\xfb\x66\xa9\xbd\x45\x8e\x2b\x19\x82\xdf\xc9\xce\x69\xe0\xe7\x20\x81\x98\xee\x05\x70\xb5\x8e\xd7\xea\x33\x42\x68\xdb\xaa\xf7\xae\xd5\xe4\x89\x5d\x67\x93\x74\xe1\xd4\xfa\x0d\x1c\x6b\xb3\xe0\x39\x0d\xfe\xb9\xc7\xb7\xeb\x1e\xde\x67\xb2\x1a\xf5\x55\x16\x62\x76\x7e\xc9\x66\xd4\x70\xb7\x95\xae\x20\x3c\x84\x5e\xa7\xaa\x1a\xf2\x1d\xf7\x7e\x7c\x13\x20\xea\x80\x0b\xaf\xd6\x70\x04\x18\x72\x04\x3e\x96\x0e\xfd\x7b\xa4\xc1\x7e\x86\x2e\xe3\x7e\x92\x68\xf9\xcb\xaf\x2c\x5b\xe1\x70\x17\x19\x3a\xd9\x16\x9c\xba\x06\xdf\xbb\x8e\x8f\x36\x77\xad\x30\xac\x77\x72\xa0\xe9\x0d\x8b\xc0\x37\x2e\xf5\x47\xe5\x7f\xd2\x41\xfe\xf2\x79\xf3\xdb\xee\x62\x5f\xbd\x7d\xf2\x77\xa8\x34\xf7\x60\x89\x4a\x50\xe4\xcf\xed\xf1\xee\x57\xe3\xd3\xcd\x61\xed\xdb\x51\xef\xb4\xbf\xdc\x9a\x31\x49\x81\x4c\x69\x1f\x57\x95\x00\x7f\x0b\xc4\x70\x49\x5a\x81\x5c\x8b\xfd\x40\xcd\xfa\x6c\x2a\xdb\xf7\x1a\x76\xdc\xfb\x56\xf8\x8e\xb8\x5f\xdb\x3c\x33\x0d\x1c\x30\x25\x13\x62\x15\x34\x09\xa8\x35\x87\xa0\x0b\x8e\x97\x47\xe9\x1e\x26\xb5\x89\xb0\x0d\x1a\x0e\xc7\x35\xf9\xae\xc4\xf0\xb4\x7e\x7d\x2d\x9c\x9f\xa9\xe6\xad\xf0\x33\x39\xa9\xf7\x77\x6a\xf3\x8a\x09\x55\xe7\x0a\xd4\xa3\x09\x20\x52\xc9\xa0\x7c\x30\xc9\x44\x56\x4d\x99\x5e\xb0\x7d\x6f\x86\xef\xbb\x22\x3d\x1f\x31\xf7\xa8\xe8\x75\x5b\x07\x8e\xb5\x6c\xac\xc6\xa7\xbd\xe5\xf3\xf6\xfe\xe5\x62\x7c\xd2\x35\xf5\x3b\xc0\x9a\x7d\x3d\x05\xe6\x0e\x34\x71\xe2\x0d\x75\x47\x5c\xae\x89\x83\x38\x4a\x68\x37\x0d\x1d\x84\x0e\x00\xf1\xc7\xc2\x6a\x5a\x14\xe8\x45\xb0\x38\x01\x2b\x1f\xd0\x42\x23\x82\x5b\x3b\x76\x86\x2b\x9c\xe9\x4b\x36\x43\x15\x38\xd2\xd8\x5d\xa7\xa8\x07\x0a\xb3\x6f\x8b\xa0\xa0\x6c\xbd\xcb\x6c\x3b\x85\xfb\x5e\x4d\x25\x02\xff\x59\xa3\xdd\x04\x16\xe9\x48\xe5\xe5\x96\x00\x08\xad\xd2\x53\xdb\x4c\xc2\x0d\xe8\x37\x30\x99\xc1\x38\x3c\x1d\xac\x38\x21\xd8\x5c\xcd\x9c\x84\xbb\x3f\x1c\xa9\x06\x0c\xca\x1a\xe1\xb1\x78\x80\x87\x76\xee\x61\x5c\x38\x8e\x32\x95\xc4\x01\x3b\x42\x60\xac\x08\x70\x85\x34\x41\xc0\xd9\x8b\x08\x01\xe7\x02\x4f\xb8\xf2\xf2\xc8\xc0\x37\x57\x4e\xb6\x96\x11\x34\x57\x3c\xe8\x1e\xe1\xf6\x52\xf6\x55\x81\xaf\x5a\x52\xb1\x05\x83\xe2\xb0\x5f\xbb\x3b\xd0\x15\xa0\x3a\xa3\x03\xb6\x08\xca\x09\x8e\x12\xdd\x40\x40\x28\x17\xde\xa5\x06\xfb\x59\xe1\x46\x65\xc9\xab\xad\x43\x63\xfa\x87\xe5\xe1\x4e\x46\x02\x5f\xcc\xe2\x83\x09\xd8\x0f\x40\xeb\x02\x30\x00\x36\x2f\x10\x18\x1d\xaa\xbb\x29\x12\xb0\xbc\x4c\xf3\xb5\x16\xb2\xe2\x94\xb0\x98\x9a\xaa\xd0\xf1\x05\x2e\x9d\x26\x7f\x89\x96\x05\x3c\xf5\x32\xb0\xb5\xc5\x63\xbf\x4d\xfb\x0d\xf6\x83\x2d\xc6\x2d\xd8\xfb\x92\xfb\xcf\x81\x7a\x58\x70\x21\x3d\x15\x77\xfd\xed\x07\xff\xb4\x31\x69\xe6\x39\x8d\x9f\xa8\x22\x30\x24\xd8\x5f\x1d\x09\xfb\x91\xd6\x59\xd8\x9d\xa4\x5a\x40\xe1\x96\x0b\x00\xec\x53\x8b\x49\x22\xdc\xef\x60\x44\x36\x1b\xab\xd1\x6a\xd3\x52\x89\x84\xbe\x68\x4a\xd8\x15\xc1\x3d\x54\x34\x39\x79\x7d\x73\xf8\x03\xa2\x62\x53\xc2\xb0\x16\xb5\xa5\x11\xf9\xe6\x60\x32\x88\xd4\xed\x8e\xbb\xc1\x81\x2c\x65\xc6\x66\x8d\x04\xac\x59\xf8\x7e\x96\x58\x69\xf2\x8e\xda\x30\x18\x8c\xc2\xc1\xb9\x81\x18\xfe\x16\xc4\x7d\x1d\x2d\xa3\x60\x77\xac\xde\x12\x20\x39\x93\x93\x43\x44\x06\x02\x7e\x11\x21\x5a\x1f\xd1\xef\x08\x43\x02\x23\x39\x36\xcf\xe1\x9c\xdb\x00\x48\x3f\x82\x9a\xea\x68\x49\xd0\xe0\x62\xcd\x26\x08\x3d\x1b\xf0\xd0\x03\x9b\x06\x07\xc4\xb8\x82\x8a\x45\xdd\x35\xd1\x52\x9a\xc0\xe0\x76\x06\x0c\x07\xfc\xed\x89\xac\x27\x05\x4e\x0e\x7e\x5f\x53\x09\x3d\xc8\xc0\x57\x53\x7d\x52\x45\x57\xc7\xb8\x86\xdb\xa7\xa3\xec\x04\x1f\x5a\xe8\xd6\xd6\x9d\x14\xee\x75\xbc\x02\xff\x73\x9b\xd3\x02\x7e\x85\x2b\x68\xd8\x4b\x2d\x34\xeb\xfe\x0c\x69\xf8\x10\x83\xf3\x62\xea\x11\x0d\xac\x51\xad\x1a\xb1\xdb\x1a\x60\x85\x60\x3c\x0a\x36\x17\x00\x94\xef\x37\x87\x6f\x66\x40\x50\xc5\x45\xa4\x71\x2f\xb7\xd8\x1a\x06\x39\xbb\x03\x2c\x24\xf3\x44\x66\x80\x80\xf9\xdf\x65\x19\xb5\x6c\x56\x69\x79\x37\xa0\x39\x9d\x39\x36\x40\x70\x8c\x64\x84\xdd\x06\x01\x45\x41\xa0\x54\x9f\x30\x97\xd8\x1b\x4d\xff\x59\xf8\x90\x81\x86\x16\x9c\x2a\xb1\xb1\x75\x08\x8a\xd6\x21\x40\xf4\x8b\x56\xe2\xe1\x87\xe0\x7b\x86\xaa\xe2\x1a\xdb\xd3\xbc\xdc\x93\x59\x01\xa6\xd8\x75\xb7\x38\x2f\xfd\x87\xd3\xd5\xe0\xcb\xaf\xdb\x8f\xf7\x7f\xbf\xba\xff\xf3\xa5\x1b\x01\xfe\x40\xdc\xdc\xff\xf9\x9d\x0d\x25\xfa\xd3\xc7\xe3\x0d\x25\x5b\x98\x3d\x62\x0e\x0b\x33\x83\xae\xa2\x29\x20\x22\x4c\xc4\x8a\xd0\xc6\x9a\x3a\x70\xed\xed\x97\x86\x0b\x6e\xa9\x8e\xb2\xae\xe6\x1a\xd7\xdf\xf0\x18\xa7\x0e\xa6\x1a\x6d\x89\xa9\xcf\xe7\xfc\xb1\x9e\x48\xfb\x2c\x2b\xf3\xeb\xc7\xc4\x4c\x15\x2f\x0e\xcc\xca\x87\xe2\x9e\x1d\x75\x1f\x52\x7e\x25\xd5\x2d\xd5\x3b\x22\xde\xda\xaa\xaa\x8a\x45\xf6\x6b\xdf\x26\x25\xd8\x9e\x11\x6c\xb6\xc4\x73\xcf\xd0\xf2\xb8\x5f\x67\x6c\xf2\x99\x05\x59\x26\xbd\x59\xab\x2d\x0a\x87\xb5\x8a\x20\x81\x80\xdb\x82\x80\x6b\x30\xac\xbf\xd9\x05\xde\x5a\xec\x39\x7b\xeb\xf5\x39\x7f\x6c\xbe\x35\x1e\xcb\xf4\xfa\x31\x2b\xae\x7d\xb5\x38\xed\xeb\x73\x85\xe7\x73\xc5\xb7\x30\x5f\x6e\xb1\x83\x87\xa5\xa0\x95\x3d\x3b\x00\x97\x09\xe4\x6f\x32\x86\xc8\x21\xc9\xaa\x61\x9e\x9e\xf9\xf0\x35\xcb\xab\x3e\xf9\x03\x41\xb1\x43\xaa\xf9\xe5\x11\x1a\xf0\x7f\xf7\x2c\xdf\x8e\x96\xdd\xc3\x5f\x3e\x5e\xea\x25\xe0\x69\xbf\xad\x63\x17\x6a\x47\x3a\xb6\x74\x9c\xd5\x7a\x8c\x5d\xd9\x07\xd9\x01\xf6\x3f\xac\x21\xcd\x67\xd5\x4f\xe1\xfc\x55\xfd\x13\x47\x72\x5f\xe1\x10\x30\x89\xbd\xde\xbd\x3e\xde\x71\x7e\x3a\xda\xc9\x3e\x50\x34\xac\xe5\x1e\x97\x02\xea\x07\xb5\x45\xbf\x6e\xa9\xd6\x54\xf4\xa6\x98\x78\xaf\xb5\x5f\xb9\xd3\x0d\xac\xc5\x79\xa5\x7d\xaa\xd2\x67\x7d\x76\x28\x4b\x62\xd0\xce\x49\x18\x08\x08\xdc\x51\x33\xfd\xb9\xea\xb5\x70\xdf\xc4\x49\x4e\x05\x1c\xde\x1e\xfb\xde\x19\x07\xf7\xfd\x5e\xe8\xb1\x6f\x89\x14\x88\xcc\xbf\xef\x61\xcd\x49\xde\x2d\xf9\xae\xf1\xe9\xb3\x2f\xb7\xd6\xb9\x06\xdf\x55\xdd\xd6\x91\x3a\xef\x88\x00\xe0\xce\xfd\xfa\x8c\xf5\xe6\xfd\xe4\xff\xda\x7e\xfe\xcb\x85\x33\xb0\x3f\x10\xff\x6a\x4f\x7c\x5b\x2d\xaf\xbf\xac\x1b\xb2\x32\x38\x54\xdd\xb7\x4d\xab\x21\x7b\x8c\x65\x01\xe5\xf3\xd1\x7b\x0e\xfe\x07\x24\xfc\x5d\x0f\xbf\x95\xf0\xd9\x87\xbf\x22\x61\x40\x86\x05\x91\x92\x32\xed\x10\x78\x03\xf8\x13\xae\xc0\x5b\xb6\xb5\xb5\x93\x2d\xac\xb0\x24\x40\x0d\xe9\xde\x31\x5c\xb1\x97\x86\xa3\x5d\x65\x74\x7c\x76\x2c\x1f\x9d\xf0\x0a\xc3\x8c\x34\x6c\x24\xb4\xd4\x78\x77\x94\xb8\x25\x15\xeb\x94\xa4\x56\x63\xd8\xae\xc7\xf9\x1e\x57\x42\x52\x66\xd3\x2b\x06\x02\x98\x52\x2f\xa6\xf2\x22\xac\x37\xb7\x1d\x58\x92\x40\xb2\x46\x57\xa3\xa7\xe2\x88\xb1\xa6\x28\xe5\x11\x13\x76\x43\x47\x01\x33\x50\xdb\x98\x02\x50\x1a\x02\x03\x6a\x04\xde\x10\xa0\xfb\x71\xf0\x5b\x81\x88\x04\x5c\x22\xe8\x80\x3c\x26\x9e\x86\x8d\x23\xa0\x4c\x69\xea\x3b\x19\x20\x67\xb3\x86\xda\xd4\xd4\x1d\x90\x16\xdc\x40\xc4\x36\xe8\x2b\x58\x01\xad\x62\x2f\xb7\xda\x9d\x29\x9c\xac\x29\xbe\x7f\x12\x2a\xfc\xfb\x26\x21\x78\xcb\xfd\x31\x93\xd0\xc9\xe0\xfa\xf4\x97\x0b\x0d\x5d\x4b\xf9\x6d\x06\x2f\x1e\xfb\x68\x86\x0e\x3a\x83\x02\x44\xb9\x76\xdf\xc3\xea\xfa\x64\xbd\xad\x43\xdf\x04\x6e\x26\x23\x22\x9f\x73\x4d\xca\x0d\x9b\x60\xec\x5b\x10\x2c\x2b\xb3\x0c\xa7\x51\x80\xbb\xde\xcb\x8e\xb8\xa6\x6c\x2a\x43\x06\x31\xf7\x51\xbe\xc8\xd0\x8f\x1d\xe8\xe5\x96\x4c\x01\xc8\x96\x93\xbd\xfc\x44\xc8\xd2\xd0\x91\x0b\xc0\x69\x38\xf4\x9e\xb8\x97\x8d\xb5\xee\x0a\x15\x63\xb5\x69\x30\x24\x3d\xd8\x3a\x35\xc1\x36\x73\xc9\x30\xa5\xa5\x34\xeb\xa5\xc3\xe3\x94\x06\xc2\xd9\xa4\xd5\x99\x22\x22\xbd\x82\xb4\xa5\x93\xba\xb5\x29\x0d\xaa\x41\xef\x1b\x33\xe2\xb1\x1b\xaa\x6a\x4a\x7e\x1d\xc3\xae\x54\x7f\x22\xce\xf3\x97\x51\x41\x61\x17\xe6\xcf\x85\x83\xea\xd3\x3e\xad\xff\x7b\x79\x24\x33\xb3\xc5\x2c\x15\xeb\xcd\xdd\x84\x68\x56\x34\xa6\x86\x26\x12\x4b\x1a\x03\xe8\xdb\xcd\x14\x67\xca\x60\x1c\xec\xd2\xec\x0b\xf1\xdd\xa8\xd7\x3d\x3f\xa7\x6c\x13\x41\x4b\xa4\x35\xe5\x95\x59\xd1\xf4\x6f\xaa\x04\xb3\x4c\xc1\xd5\xa4\x37\x39\x50\x97\xd4\x6a\x7d\x1e\x25\xd5\xa1\xee\x69\xa7\x05\xc3\x2f\x13\x81\x76\x71\xe0\x8f\x56\xdf\x16\x90\x7a\x25\x0d\x9b\xf1\x92\x25\xb5\xa9\x6e\x0f\x18\xf7\x3d\x70\xcf\xcf\x08\xaa\xa8\x75\xe7\xf8\x8e\xa5\xd1\xb3\x4d\x75\x75\xf4\x9b\x91\x06\xb7\xa0\xe0\x0a\x01\x81\x31\x60\x1b\x52\xcd\xc3\xec\x04\xee\x88\x65\xaa\x03\x9c\x15\x82\x41\x9c\xb3\x9f\x42\x64\xb3\x30\xb2\x0c\x4f\xd1\xcd\x8e\x66\x9d\x09\xa2\x27\xbf\x21\xa9\x41\xf2\x48\x55\xfa\x1d\x67\x4e\xaa\xb4\x83\xd2\x9c\x01\x8e\xd6\xa9\xde\x6b\xd8\xef\x2d\x26\x06\xef\xe8\x68\xb4\x83\x2f\x95\x1f\xa2\x50\xdb\x0c\x1c\xc9\xe0\x24\x02\x6f\x2c\xd5\x39\x5c\xad\x70\x49\x2d\xc3\xd2\xad\xf0\x45\x54\xe0\x10\xfb\x36\x05\x95\x11\x59\x92\x88\xe2\xf7\x1a\x3d\xf1\xe9\x88\xfc\x7c\xe1\x5e\xf6\xee\xf3\xbf\xbd\xc3\x35\xd6\x69\xef\xf7\x8a\xc0\x33\xae\xb0\xa4\xb0\x0d\x93\x40\xf3\x08\x1c\x17\xbf\x60\x49\xfd\x4e\x32\xc1\x77\xcc\xf1\xf1\x00\x86\x67\xe2\x6d\xc1\x71\xf8\x4c\xc8\xdd\x06\xa8\x38\xe5\x22\xae\xe0\x88\x69\x9a\xca\x6b\x4b\xea\xe9\xb5\x09\x76\x47\x9c\xdd\xbf\x53\x8e\x02\xf6\xdd\xb7\x13\xd6\x9d\xe0\xf8\xf0\x28\x82\xff\x99\xdd\x9d\xd5\xb4\xcf\xb9\x9d\x95\x01\xb2\x57\x02\x61\xf3\x0a\x3c\x6f\x60\xe4\x18\x3d\xb9\x7b\x9b\x9f\xd7\xc1\x2c\x05\xad\xa3\x46\xec\xdc\x48\x8b\x70\xfe\x71\x2c\xbf\x08\x71\xbc\xdc\x72\x1e\xa6\x0e\xdb\x1a\xe4\x51\x7b\x15\x1b\x55\x38\xb3\xa6\xe4\x27\xa5\x05\x9b\x2a\x08\xb1\x24\xfb\x87\x48\xb8\x91\x34\x38\xcb\x15\x42\x53\x03\x6b\x4e\xc3\xd9\x50\xac\xae\xf6\xeb\x71\xfa\xb2\x15\x4e\xb4\x19\xce\x5b\x58\xb1\x09\xd5\x71\xd4\xdd\xae\x4a\xf6\xed\x05\xec\x60\xa0\x95\x3c\xe8\x75\x84\xfc\xf2\x98\x04\xf3\xfe\x48\x12\x93\xc3\x41\x9a\x99\xec\x17\x54\x13\x3d\x23\xdf\x8c\x12\x11\xa2\x8a\xed\x13\x04\xae\x21\x4a\xb7\x7a\x70\x65\xb0\xb1\x52\xad\xf5\xc8\xe9\xf8\xb4\x24\x90\x09\x26\x09\x2d\xc1\x91\xaa\xcd\xaa\x6a\x6a\x56\x59\xde\x8c\x03\xb7\x21\xbc\x57\xc9\x43\x49\x3b\x24\x9e\xcd\xf0\x06\xaf\xf8\xe8\x89\x31\x7f\x57\x7c\xb6\x93\xde\xfc\x79\x77\xe1\xf2\xf2\x79\xf7\xce\xea\x92\x65\x0d\xf5\x10\x13\xfc\x08\x2c\xfd\x9e\xac\x5f\xf2\x9e\x70\xb9\xc5\x5a\x12\xd3\x95\x54\x10\x9d\x8e\x6a\xe9\x24\xc3\x19\x0c\xcd\x65\x6b\xe0\xb5\xe8\xbd\x1f\x7b\xcf\x03\x86\xb9\x75\x7c\x7c\x73\xf5\x9b\xa6\xd4\xdb\x33\xf7\xfe\x1d\xcf\x70\x1e\x49\x78\xd3\xb2\x07\x10\x0b\x28\x5d\x0b\x39\x1d\x2a\xcd\x38\x4b\x70\xcc\x68\x07\xc8\x11\x10\xf0\x06\xc8\xb8\xc0\x41\x02\x8f\x9c\x6a\xab\x58\x81\x9b\x1b\xf1\xb6\xb7\xd4\x0e\x07\x51\x7e\x5a\x32\xfc\xfc\xbd\xd5\x97\x47\xfc\x09\x0c\x0f\x2d\xbb\xc4\x8e\xbf\x3f\x53\x6a\x28\x75\xff\xcc\x39\xaf\xee\xcf\xbb\x0b\x11\xa7\x3e\xef\x5e\x43\x4c\x09\xbf\x39\x39\xcb\x0f\xab\xb1\xc6\xc3\x44\x91\xaf\x09\x44\x5c\xca\xc9\x37\xf7\xfb\x15\x33\x70\x32\x4b\x60\x2a\x88\xf8\xe6\x9c\x43\xbe\x2e\xf5\x4a\x6d\xe2\x15\x41\xb7\x04\x81\x11\x07\xce\x09\x6b\xb7\x8d\xaf\xab\x48\x36\x0b\xb5\x02\x6f\x96\x62\x2f\x0b\x17\xef\x6e\x4a\x76\x4f\xed\x66\x60\xdb\xb6\x73\x2a\x20\xec\x07\x8f\x7a\xe8\x6e\xbb\xb2\xac\x5b\x65\x3d\xb9\x7f\x0a\xf6\xa0\xc1\x29\xd9\x23\xf1\x8e\x5a\x8d\x92\xd5\x7a\x3d\x08\x96\x23\xf6\x85\x1d\x7e\x38\xca\xa9\xa7\xf2\xe7\xc7\x5f\x2e\x94\xd9\xe3\x2f\xef\x1d\x22\xf1\x7e\x0f\x28\x5b\x05\x7b\x2a\xbb\x58\x38\x14\xbe\x51\x9b\x41\xaa\x2d\x38\xb6\x1a\xfb\xff\xac\x7e\x68\xe0\xf0\xfe\x88\x19\x6e\xee\x04\x07\x67\xb0\x39\x65\x97\xb2\x5e\xf5\x82\xf4\x84\xf8\x73\x2c\xc2\x0c\x48\x2d\xb8\x09\xff\x94\x83\x62\x13\x16\xa8\x52\x01\x3f\x0f\xb8\xae\xdb\xbc\x83\x28\x72\x38\x7d\xf9\x24\xd8\x3d\x38\x3d\xe9\x8d\x10\x85\x81\x7a\xc5\xb5\x4e\xb8\xc0\x6e\x6a\xde\xf9\xde\x50\xc5\x71\x82\xbd\x0a\x61\x29\x69\x2f\xb7\x25\xe7\x50\xf3\x36\xda\x8c\x5f\x7d\xfb\x1f\x4c\xa6\x4e\x53\xfe\x84\xf9\x7b\x12\x93\x6f\x19\x38\xbb\xd0\x00\x9d\x2a\x94\x23\xf1\x53\xf4\xd4\xfe\xcf\xd1\x9b\xf2\xb9\xbc\x9e\xe1\x75\x5e\x41\x42\x79\xc8\xf4\xe9\x38\xaf\x3b\x70\xd6\x63\xb3\xfe\x38\xcf\x47\xbc\x44\x29\x3b\xb8\xac\x6e\xfc\x20\xa0\xe1\x40\x00\x71\xeb\x39\x12\xee\xc4\xf5\x8e\x5f\xb4\x90\x77\x58\x3b\x40\x35\xde\xc2\xfa\x9c\x3f\x13\xc8\xee\xf4\x30\xef\xa8\x5f\x34\x9b\xe3\xa3\x4d\x55\x21\x6f\xe6\x43\xfe\xc0\xfa\x73\x38\x5b\xbc\x15\x14\x67\x41\xa7\xd5\x38\x5f\xfc\x0e\x75\x7b\x79\x44\x69\xa2\xbf\xe3\xd9\xdf\x51\xc3\x97\x5b\xac\x8e\x6d\xb5\x6d\x8e\x10\x91\xec\xf3\x94\x7d\xf3\xe9\x15\xe9\x26\xf8\x65\x47\xc8\x71\x00\x28\xc3\xd6\x1c\x57\x92\xed\x41\x7f\xc6\xff\x3d\x1d\xe7\x71\x3a\x58\x2f\xdd\x37\x78\xbb\x5d\x70\xea\x82\xfb\x71\x9d\xe0\xca\xe8\x70\xbf\x54\x4d\xa5\x6e\xfc\x48\x8e\x6d\x02\x02\xa7\x8d\x80\x99\xda\xaf\x6b\x4d\x45\x9e\x63\x4b\x55\xaf\xaa\x66\x68\x0f\x12\xaa\x2d\x96\xf6\x32\xa5\x02\x1a\xd7\x96\x79\x61\xdf\xfb\xad\x19\x84\xf3\x39\xe9\x88\x2d\xe3\x68\x3e\xa7\x8e\x03\x33\xf7\xe1\x16\xc0\x4e\x07\x80\xdc\x58\x59\x44\x7e\x7d\x6d\xba\x7a\xae\x88\x67\x97\xb9\xb3\xeb\x44\xe2\x65\xa6\x8b\x48\x87\xa3\x9a\x2e\x81\x00\x25\x0e\xee\x6a\x33\x30\x43\x03\xa9\xfb\xa8\x36\x8e\xc5\x25\xed\xb5\xcd\x00\xff\x92\xf1\x6c\x6f\xb1\xc9\xd8\x44\x75\x8d\x01\x40\x0d\x43\xfc\x5d\x03\xde\xd5\xa6\x29\xf4\x0f\xf2\x2b\x42\x62\x50\x44\xf6\x7e\xe5\x0f\xb1\xd9\xf2\x98\xf0\x73\x41\x27\xb0\x25\x7d\x34\xe4\x7f\x65\x26\x36\x3b\xb2\x87\x65\xec\xf5\x32\x65\xbf\x6e\xa6\x88\x02\x44\x04\x04\x0e\x78\x3d\x95\x86\x95\xb3\x06\xb8\xc7\x41\x44\x80\x91\xf6\xd7\x0d\x47\xaf\xbe\xe5\x26\xa9\xb7\xcd\x94\x50\x80\x84\x02\x24\x14\x8e\x24\x79\x55\xb2\xe3\x16\x8f\x92\x0a\x85\x22\x38\x0b\xa5\x7d\x73\x59\x5d\xcc\xb6\x80\x9b\xb3\x82\x92\xcc\x2a\xeb\x97\x10\xa3\xb7\xf8\x26\x63\x9b\x7d\xb2\xf6\x47\xc8\x2a\x1e\xf5\x0b\x9b\x35\xd9\x86\x0f\xf9\x15\x64\x95\x32\xce\x43\xfb\xa9\x69\xf0\xf9\x52\x37\x97\xcf\x6f\x9c\x5c\x4e\x8e\x1e\x4a\xd9\x07\x60\x65\x00\xce\x10\x6f\x58\x70\xe4\x1f\xe0\x33\x04\xc0\xfe\x1e\x0a\xd0\xcd\xab\x99\x74\x60\x53\xd5\x42\x89\xb1\x11\x8b\x95\xa3\x15\x5c\x02\xdd\x0f\xb1\x26\x3c\x31\x1b\xeb\x80\x9f\x7f\xb3\x66\x1a\x88\x9e\xd7\x9c\xa1\x21\x0f\xdd\x0d\x93\xbd\x7d\x6c\xde\x12\x89\xbe\xa2\x1d\x75\x5a\x64\x10\x09\x1e\xe8\x49\xcf\x70\x9f\x22\x42\x60\xf8\xe7\xe6\x2d\x43\x6a\x7c\xcd\xc3\x0a\x14\x01\x58\x6b\x74\x4c\xd9\x7a\x86\x13\x76\x5f\xc9\x88\x0d\xa2\x80\x4f\x70\x35\x3b\x6f\x8c\x34\x77\x6f\x34\x13\x47\xc4\x86\x57\x05\xf5\x7f\xa1\xbb\x6a\x66\xef\xce\x9a\xbc\x01\xca\x10\xf4\x6b\x00\x94\xc5\x2d\x77\x74\x2d\xc0\x5d\xb5\xcf\x1d\xb0\xbf\x29\x35\xbe\x12\xce\x08\xf9\x0a\x02\xd4\x77\x3c\x64\x56\xf4\x68\x21\xdf\xd8\x98\xf1\x1d\xbc\x0e\xfc\x45\xc4\xa8\x8c\x36\xfd\x1f\x0a\x22\x47\x90\x5f\xb4\xb1\x65\x19\x0a\xb0\x5f\x6d\xba\x2c\x9e\x2d\x81\x17\xfe\xf0\x49\x37\xa3\x22\x94\xa1\x3e\x13\x3a\xe7\x95\xbd\x47\x43\x88\x84\x9f\xad\xb0\x93\xfc\x3a\x7e\xa3\xe0\xa4\x64\x98\x08\x6b\x83\xcb\x79\x71\xcc\x13\x51\xb3\xf9\x73\x0f\x3a\xac\x1f\x87\xd2\x93\x88\x75\xaa\xd0\x9d\xde\x9c\xb7\xcc\xf4\x72\x0b\xe7\xbb\x8a\x4d\x3a\x95\x1b\xb2\x69\x4e\x4b\x2a\xf5\x0e\x7e\x1e\xbb\x51\x63\x22\x7a\xa6\x4e\xa9\xc1\x71\x70\x28\x4e\xb8\x1b\xf8\x19\xc9\x1d\x55\x00\x97\x04\x52\xe8\x26\xa1\x20\x74\xa0\xda\x14\xb0\x8d\x5c\xda\xc6\x56\x57\xb0\xa9\x76\x17\x01\x3c\x68\xd9\xd3\x45\xa4\x3b\x1d\x55\x9f\xff\x7c\xe1\xa8\xfa\xfc\xe7\x77\xc2\xce\xf8\xd5\x81\x5e\xcd\x77\xac\xe7\x6d\xde\x51\xaf\xd4\xb7\xb8\xf0\xe7\xe0\x16\x2e\x76\xe3\xc8\x25\xbc\x1f\x40\xf0\x8e\x80\xef\xe6\x8e\x71\x4b\x60\x52\x74\xcf\x1c\xf8\x5c\x74\xac\xc6\xd8\x53\xd5\x38\x89\x5a\x6d\x49\x6e\xb6\x44\xfb\x3d\x81\xc9\x0f\x14\xaa\xf9\x48\x9d\x48\xe4\x82\x51\x6c\xcb\xb4\xad\xd2\xa1\xc6\xba\x65\xe2\x8d\x97\x5f\x71\x7e\x5d\x43\x7d\x46\x45\xed\x95\x70\xc3\x12\x5e\xdb\xa3\xd1\x4d\xf8\x1a\xf1\x74\xac\xcf\x91\x71\x9c\x57\x7f\x40\xae\xec\xc4\xfe\x25\x5f\xaf\xa7\x6e\x87\x6d\xd1\xfd\x69\x16\x4d\xdb\x56\x8f\x3d\xbd\x0b\x82\x20\xcc\xd4\x05\x3c\x4d\x02\xf1\xec\x80\xb3\xdc\xb9\x8e\xf1\xbf\x1e\xee\x2f\xb5\x5f\x3f\xff\x39\x7e\x7c\xb8\xff\xf8\x4e\x0c\xc1\x2f\xed\xc0\xe0\x19\x48\xea\x19\x0a\xf2\xd7\x4a\x90\x7b\x38\xb1\x5b\x9c\xaf\xb4\x1e\x60\x3f\x06\x36\x7b\xf2\x9f\x37\x0e\x81\x35\x07\x0f\xc8\x9e\x0e\xa1\x80\x0d\xeb\xee\xbc\x08\xce\x7f\x2b\xc1\x56\xe2\x84\x66\x2d\x39\x0d\x8f\x3d\x0f\x93\xa3\xfd\x28\x66\x60\xfa\x85\xad\x41\x01\xbc\xc6\x04\x90\xa4\x19\xb4\x89\x8d\x51\xf4\x10\xf4\x17\xcb\x2d\x4c\xdd\x14\x1e\x0e\xa6\x95\x66\xc7\xdb\x64\x10\xc5\x9a\xe9\xb8\x83\x5b\x8f\xa6\xb6\xa1\xe9\x16\x04\x77\x27\xeb\x44\x39\x15\x1b\x66\xbb\xd1\x4d\x57\x61\x47\x7a\x82\x17\x30\x6d\x00\x66\x65\x2f\x93\x3a\xa0\x8b\x52\x09\x96\xb4\xfa\x1e\x0d\x32\x0b\x96\x06\x03\xb1\x47\x38\xce\x64\x40\x3b\x81\xa8\xbf\xea\xce\x94\xae\x20\xd9\xf3\x0a\x84\x21\x3c\xc2\xf4\x2d\x41\x62\xd0\x88\x7a\x76\x71\xcd\xcf\x7e\x2f\xee\xa4\x82\x12\x6f\x58\x9d\xb8\x57\x77\x71\xad\x27\xb6\x8b\x91\x25\x18\x20\x81\x30\x35\x5f\x25\xee\xdf\x36\xce\xd7\x05\x9b\x5a\x87\x3f\x0b\xca\x6c\xf0\x78\xc9\x89\xa0\x9e\x02\x5c\x0d\xd9\x21\xbd\x95\x5c\xe7\xe4\x63\xa9\x9d\x1e\x9b\x59\x53\xfb\x8e\x68\x0c\x0f\x39\xfb\x07\xc7\xc7\x99\xf1\x7c\xfb\xf0\xf1\xd3\xe6\xfe\xc2\x30\x63\x1b\xd2\x8f\xfe\xc0\xb7\x47\x75\x7b\xa8\xff\xd5\x91\x41\xff\x9e\xe3\x1c\x5c\x90\xf0\xe6\x2b\x23\xf1\xdf\x2d\x81\xba\x9f\xe1\x71\x24\x50\x3d\x3a\x4c\xc1\xe1\x63\xa9\xcf\xb1\xd4\x37\x37\xf5\x55\xaa\xd0\x9f\x4b\xdd\xbe\x4e\x14\xfa\xf3\x71\xa2\xd8\x43\xdf\xc6\x52\x9f\x8f\x53\xf9\xcd\xd7\xc9\x62\xb7\xe2\xb6\xf1\x75\xba\xd8\xd7\x58\x1e\xee\xf9\x7b\x7a\xcf\x99\x96\xff\x3f\xff\xfa\x70\x21\x80\xb3\x35\xfb\xe7\xbf\x3e\xbc\x43\x95\x5e\xa8\xef\x21\x3a\x38\x31\x82\x4d\x73\xd9\xc0\x0b\x32\x08\x78\x63\x4c\x0f\xc4\x61\x9c\x4a\x64\xc9\xc9\xcc\x3d\x10\x49\x81\xe2\x87\xdd\x41\x95\xe1\x05\x36\xfc\xca\x26\xaa\xf6\x2c\x15\x3a\x8f\x47\x3b\x00\x5f\xbd\xc2\x8c\xea\xd8\xc9\x62\x77\x34\x1b\xa1\x0e\xa0\x9c\x2b\x90\xb3\xeb\x00\x72\x95\x02\xaa\xdb\xd5\x00\xf0\xaf\x10\x8e\x34\x53\x07\x29\x4f\xc6\x0a\xa9\x32\xaf\x25\xa7\x5a\xef\x2a\xa7\x56\x36\x50\x27\x1b\xe2\x9c\x71\x08\x69\xba\x93\x3a\x97\xa4\xa5\x6b\x2f\xb7\x5c\xc1\x78\xde\x61\xa3\xd1\x68\x36\xb9\x54\x30\x02\x75\xb3\x14\xc4\x0d\x26\x49\xad\xbb\x28\xb0\x1b\xed\x51\xca\x38\xf7\x2a\x6e\xf1\xa1\xb8\x3b\xcd\x19\x1b\xec\x54\x41\xe0\x2d\x89\xb0\x41\x67\xcf\x66\x47\x16\x47\x18\xe9\xc0\x3e\x2f\x96\xf1\x91\xca\xc0\x31\x0a\xf9\xfb\x39\xf5\x06\x4e\x59\x2a\x07\x0f\xce\x15\x30\xf1\x98\xd6\x38\x2f\x25\x69\xbd\x23\x2b\x4b\x36\x39\x02\x20\x9c\xe1\xca\x0c\xac\x8b\x06\x92\x25\x4e\x63\x9c\xeb\x30\xff\xcf\xc3\xfd\xc5\xae\x2c\xd6\x65\xbe\x20\xfd\x3b\xee\x2c\x1f\xd7\xd8\x02\x29\x1c\x10\xc6\x58\x70\x14\xae\x6c\xe6\x00\xb0\x93\xe3\xa8\x4f\xd8\xf1\x98\xb7\xc2\x7a\xbd\x9f\x0f\xc2\xa8\x71\xbd\x13\x47\x7d\xb9\x65\x01\x73\x85\x99\x57\xb4\x81\xca\x87\xc8\x7f\x84\xe7\x17\xeb\x7d\x40\xc7\xe3\x0c\x5a\x20\x1d\x29\x97\x2b\x12\x74\xad\x41\x26\xf9\x0c\x42\x74\x78\x53\x81\x26\x5d\x9f\x4d\xab\x00\x8a\x00\x4e\x8f\xc1\x0e\x09\x72\x28\x8f\x38\x1d\x01\x11\x48\x41\xc5\x5a\x89\x13\x0f\x20\xe5\x0d\x2c\x88\xb5\x07\x1a\x62\x8d\xad\x64\x7d\x6d\x40\x67\xb7\x91\xc0\x20\x87\x5e\x69\x00\x00\x64\x9e\x7a\xbb\xe3\xc2\xa9\x54\xa7\xa9\xd0\x54\x9d\x6e\xd5\xd4\xd9\x02\xce\x6a\x9c\xf0\xd4\x97\x47\x56\x04\xe3\xa3\xfa\x9b\xa8\x88\x4a\x67\x10\x81\x22\xfc\x04\xb8\x9a\xf3\x25\xe1\xd8\x9a\xc1\x2d\x15\x38\x15\x2c\x89\xb6\x68\x8f\xea\x57\x44\xa9\xca\xb3\x99\x1e\x6d\xf8\x71\x17\x81\xc8\x83\xfc\xb4\x11\xb4\xfe\x45\xe1\x61\x10\x2a\xe2\x88\x6d\x08\x30\x7a\xa1\x4d\x33\xa0\x0d\xa0\x61\xb6\x11\xf8\xeb\x02\x76\x57\xad\x5c\x48\x07\x1a\x8b\xcc\x6b\x93\x54\xbd\x73\xb1\xfa\x3b\x52\x49\x55\xac\x6f\x96\x0a\x7f\x3f\x32\xb3\xd1\xad\xe5\x7c\xb6\x27\x3e\xde\x7f\xb9\xdc\x42\xb1\xc4\xef\x1c\xa4\xf0\xc3\x1e\xb5\xba\x10\xdf\x69\xbf\x5a\x5d\x8f\x0e\x0e\x48\x21\x6f\xb9\xf7\x23\x6c\xa0\x63\x2f\xa4\x67\xad\x7a\x83\x33\xf2\x6c\x33\x75\x39\x77\xaa\xf0\xe5\xe3\xc3\x97\x0f\x97\x02\x7a\x20\x75\x3c\xc1\x10\x7d\xbb\xce\x76\xdd\x1c\x7b\x83\xf1\x35\x58\x42\x8f\x22\x6b\xe0\x7f\xd1\x5f\x87\xdb\x4c\xdf\x8b\x93\xbb\x1e\xf2\xfe\x2a\x36\xc6\x63\x88\x1f\x6d\x35\xa9\xfa\x4c\xdc\xaf\x1d\x6d\xfd\xe5\x31\xda\xdb\xe6\x67\xf7\x50\xb2\x3b\xb7\xd5\xfa\xb7\x9f\xb4\x10\xf7\x67\x44\xa8\x20\xd1\xab\x5b\x67\xc5\xf2\x7f\x5c\xbe\x23\x09\xb9\xfc\xe5\xed\xc6\xe4\xa9\x60\xca\x3e\xbc\xc0\x74\x3d\x06\x4c\xd4\x99\x03\xab\xd7\x37\xf7\xe0\x40\x6f\x6e\xce\x38\xda\x37\xcf\x23\x82\x62\xd4\x90\xff\x19\xf3\x8e\xdc\xfb\x0f\xad\x39\xa2\x92\xff\xf9\xe4\xf2\x23\xf3\xce\x1e\x32\xf9\x83\xf2\xfe\x71\x02\xc7\x18\x12\xfe\x81\x72\xf9\x81\x9d\xc5\x14\x06\x1c\x04\xff\xa8\xfe\x12\x01\x85\xff\x8f\xe5\x7e\xf7\xfa\xe0\xfc\x8f\xec\x8c\xff\xe9\x59\xdf\x02\x29\x5a\xaf\x01\xee\xfa\xc7\xf7\x15\x9b\x58\x7e\x54\xde\x71\xd4\x1f\x96\xf5\x0f\xaf\xf6\x87\xe3\x07\xe0\x32\xfd\xdf\xb7\x8f\x9c\xd5\x02\x7e\xfa\xf5\xef\x97\x62\x4b\xb8\x1a\xf0\x64\x0f\xbc\xa7\x07\xc8\x91\x1e\xa0\xf4\xc3\xe6\xdf\xf8\x23\x17\x0e\xa8\x51\x3f\x70\x06\xfb\x81\xd3\xaf\xbb\xe5\xfc\x13\xe6\x1d\x7f\xe0\xa2\x81\x11\x7b\x4e\x55\xd7\x9c\x2f\x1d\x57\xa3\x6e\xa5\xbe\x75\xb7\xba\x7c\xc0\xfd\xc7\xee\xd3\x5f\xfe\xed\x72\x62\x03\x4f\x7f\x11\xab\x41\xdd\x0f\xb8\x0e\x32\x2f\xc2\xf6\x15\xd1\x70\x1a\x8b\x27\x82\x93\xec\x09\x81\xd7\x81\xbc\xab\xef\xe9\x36\x70\x3e\x16\xe0\x5b\x7e\xee\x48\xe3\x69\x5e\xbe\xf6\xf3\x3e\x72\xf3\x3e\x0a\x35\xa9\xba\x07\x49\x72\x37\xf4\xfd\x73\x4f\xdf\x78\xee\x75\x79\x88\x97\x26\xd5\x7f\xb8\x36\x27\xad\xf1\xb7\x0b\x5b\xe1\x6f\xdf\xde\x4d\xd1\x3d\x6f\x77\xc9\x23\x95\x40\x5d\x53\xbd\xd1\x32\x1d\xc8\xfa\x95\x16\x44\x4b\x82\x29\x43\x14\x27\x9a\x8a\x40\xc1\x7c\x0d\x3c\xf6\xc1\x5b\x46\x80\x73\x4c\x8a\xc8\xdb\xa4\xd1\x63\x5a\x41\x53\x60\x73\x68\xbe\x1e\x3d\x55\xe0\xc3\x43\x04\x03\xd9\x01\x6e\x04\x65\xdc\xf0\x5a\xf0\x06\x10\x7b\x49\x01\xa2\x97\x06\x18\x26\x5a\xd2\x6b\xd6\x7c\x97\x5f\x6e\x61\x96\x3d\x03\x70\x35\xec\x83\xe7\x0e\x41\x3d\x7a\x1c\x13\x77\xe4\x48\x7b\x67\xba\xc5\x69\x9c\xd5\xe7\xbf\x7d\xc7\x7e\xe6\xdf\x4e\xb7\x33\x4f\x89\xce\xc6\xba\x29\xa0\x5c\x52\x03\x4a\x2e\x80\xd2\xd0\xee\xa9\xc7\x81\x9d\x8e\xc8\x92\x14\x98\xa5\xc4\x75\x17\xab\x9f\x43\xd4\x84\x43\x69\xf4\x34\x1c\xbe\x3a\xb4\x8f\x3d\x51\xe6\x15\x62\x32\x87\x53\x9e\x24\x89\x94\xc6\x0d\x98\x27\xca\x33\xb5\xb9\xd1\xd4\x02\x65\x0f\x59\x65\xcb\x56\x68\xc7\x08\x59\x2f\xa0\xad\xc9\x89\x3d\x56\x14\xae\xb6\x26\x7d\x0a\xf9\xa6\x14\x32\x71\xb3\x6e\xc0\x03\x2e\x09\x68\x43\x00\xf2\x57\xbf\x12\xba\x63\x2a\xbb\x48\x82\x43\x24\xda\xe0\x08\x94\x70\x60\xea\x01\xdf\x34\xc3\xab\x5f\x1e\x99\xe0\xa9\x48\x9c\xf8\xa6\xf4\x6a\x39\xd3\x26\x0a\xce\x54\x18\xd1\x32\x88\x98\xa9\x38\x35\x19\x10\x43\xd5\xdd\x20\xb8\xcf\x72\xa2\x8d\xac\x0e\xb7\x70\x4a\x4e\xd8\xb5\x2d\xa1\x25\xd9\xd1\x68\x69\x00\x6a\x67\x33\x3c\xb6\x16\xaf\x8c\x48\x5b\xf8\x5b\x9b\x64\xe9\xe5\xb6\xa0\xb3\xd2\x0d\xf2\x54\x49\x08\xaa\xaa\x61\x24\xb0\x64\x64\x3f\xf6\xa1\xc0\x33\x47\x1c\x6c\x6f\x9a\xdd\x99\xf9\xa1\xc8\xd8\x92\xcc\xea\x85\x0a\xd7\x62\xab\x5d\xac\x69\x44\x0f\xe3\xc5\xd6\x19\x42\xd5\x43\x4f\x67\x36\x9d\xfe\xf6\xaf\x9f\x9e\x9e\x7e\xbb\x54\x3d\xf9\x5b\xfc\x15\xc9\xbf\x39\x5c\x1f\xf2\x01\xc0\xb0\x4b\xea\x7d\x71\x22\xc9\x5d\x55\x68\x8b\x22\x3d\x69\xbb\x6f\x39\xf1\x82\x0f\xb0\x21\xc0\x4f\x66\x44\xed\xb8\x47\xf3\xd3\x49\x1c\x6a\x4d\x35\x6a\xbf\xae\x96\xdb\xae\xea\xc2\xbd\xff\xfc\x68\x06\xca\x42\x83\xef\x85\x17\xe1\x03\x39\x83\xf0\x56\xb5\xbf\xb9\x8b\xd8\x9b\xaa\xd7\x31\x11\xff\xfc\xa8\x3d\x47\x2e\xf5\x5a\xa5\xa7\xa1\x3b\x77\xed\x58\xaa\x6e\xad\x73\xb5\x23\x9a\x06\xc2\xc3\xdb\x28\xe5\x40\xa7\x41\x76\x37\x0a\x5f\x8f\x92\xf2\xd8\x21\xa6\x82\x01\xf5\xa2\xe3\xb8\xd4\x88\x6b\x00\x5f\x17\xe2\xe7\x48\xdc\x3f\x1c\x57\x4a\x81\x72\xb3\x30\x4b\xea\x7c\x42\xf8\xf0\xf9\x6f\x0f\x17\xa2\x98\x58\xca\x6f\x1f\x61\x68\xdd\x1f\x61\xd4\x3c\xdd\x87\xf3\xf3\xa8\x3b\x9b\xe1\xed\xdd\xe1\x7b\x4b\x49\x9e\x61\xc9\xf7\x7c\x38\x5d\x3d\x1c\xb9\x4d\x4a\xc4\xb7\x2e\x79\x2b\x8d\xec\x9b\xb3\xbb\x3b\xb0\x97\xc6\x79\x74\x7b\x04\xcd\x61\xad\x66\xc2\xfa\xca\x63\x2b\x06\xd9\xab\xa7\xde\x56\x17\x64\xf5\xa3\xde\xe5\xef\xac\xab\x2d\x97\x00\x4e\x7b\x93\x1d\xf8\x59\xf5\xd9\xed\x8d\x1f\xf7\xee\x6f\x9b\xf8\xcb\xfd\xa7\xdd\xa5\x96\x81\xa7\x7d\x07\x75\xee\x7e\x1f\x06\xe2\xb0\x3b\x13\xcd\x54\xab\x87\x9a\xe9\x1e\x47\xe7\xa7\x1c\x78\x90\xfd\x32\x95\x17\xff\xfd\xe0\xb1\xb9\x86\xba\x4d\xd0\x1d\xec\x82\xca\x0a\x28\xd3\xe4\x00\xef\xc8\xcd\xd7\xfe\x27\xff\xb2\x8f\x81\x5b\x95\x03\xdc\x8a\xfb\x2f\x07\x00\xc7\xc7\x6c\x83\xea\x6a\x96\x22\xd3\xd9\xcf\xae\x4d\xfd\x7d\x3a\x2e\xdd\xff\xbd\x7a\x87\xb8\xaf\xf0\x1a\x3c\x47\xf5\xa0\x51\xfd\x51\x35\x04\x2d\xff\x1f\xfd\xca\x1e\x4f\x68\x92\xdf\x07\x14\x4e\x91\x7f\xff\x4b\x33\xeb\xff\xf7\x5e\xfa\x9f\xa4\xa5\xf9\x8f\xcc\xf0\xcc\xd4\x71\xa1\x52\x68\x29\xdf\x39\xe0\xfe\xb8\x1e\xb6\x70\x06\x6c\x00\x0f\x27\x21\x54\x70\x77\x01\x99\xc5\xf1\xa2\x81\x1b\x9d\xa3\xa9\x87\x40\xb0\x61\xfb\x73\x8e\x06\x17\xee\xe2\x1d\xea\x0c\x58\xb5\x03\xe9\x55\x81\x02\x2d\x08\xd1\xa1\x0a\x04\x1b\x0e\xec\x98\xfe\x60\x32\x74\x5e\x38\x20\x5f\x23\xb8\xef\x8a\x2a\xc2\xcf\xba\xc7\x8f\x00\x16\x66\x65\xc5\x86\x17\x2e\x18\x03\x2b\x5c\xbb\x10\xa8\x25\xa6\xf5\x8c\x00\x96\x44\x57\xcb\xe2\x3c\xb3\x83\x8b\xe3\x54\x8f\x38\xb4\xf5\x9f\xff\xd0\x13\x45\x50\xc3\x41\x93\x87\xc3\x85\xd3\x39\x9a\x82\x36\x12\x87\x89\x9f\xe3\x39\xe4\xd0\xac\x45\x90\x4d\x6c\x13\x4c\xf9\x0c\x8f\xef\x23\xc0\x9b\xb1\x10\x80\x4b\x0d\xd4\x7e\x65\xc2\xbb\x08\x18\xc9\xc3\x04\x78\x32\xd5\x0c\x10\x45\x78\xf7\x28\xce\x01\x29\x92\xe0\xf9\x5c\x62\x65\x20\x06\xc7\xa6\x81\xa0\x60\x53\x6a\x80\x32\x22\x70\x3d\x86\x73\xe5\xaf\x2d\x55\xbc\xa1\x12\x5f\x29\xf3\x6c\xcf\x20\xd0\x28\x81\x25\x1a\xf2\x1b\x22\xe3\xba\x46\x37\x37\x2c\x1f\xa7\x42\x13\x82\x14\x4a\xf7\xea\xb5\x50\x7b\x74\xf1\x24\x47\xba\x19\x81\x92\xc7\x61\x7c\x45\x66\x08\x3f\xe8\xd1\x01\xa8\xd0\x9b\xd0\x44\x3c\x22\x41\xe2\x6a\x22\x72\xa7\x80\x68\x8d\x7a\xda\xfb\x1f\xee\x3f\xfe\xb4\xfb\xb4\xb9\x74\xed\x7c\xb8\xff\x18\x9f\x2c\xfd\x3b\xd8\x5d\x0f\xfb\x81\xd0\x7b\xc8\x57\x94\xdd\x41\x65\xc8\x0c\x26\x1a\x89\x70\x31\x06\x1c\xf7\x35\xb1\x9a\xb1\x87\xd5\xd2\x6c\xbe\x72\x84\x71\x8c\xd8\x63\x1b\xd9\x40\x32\x33\x69\x92\xa9\x7b\x90\xfa\x1a\xab\x5d\x01\xda\xc6\xba\x91\x91\x5a\x9d\x30\xcb\x00\xdb\xae\x8e\xb2\x55\xaf\x4a\xab\x5e\xbe\x56\xf8\x04\x59\x0e\xa7\xf2\xf8\xf4\xf0\xa7\xcd\xfd\xd3\xa5\xe2\x98\xa9\xdf\xa1\x3c\xfe\x85\xf6\x8c\x75\x36\xde\xea\x57\xe0\x7b\x47\xfd\x1a\x40\xaf\xf6\xeb\xfc\x0c\xe8\x61\x78\x30\x05\x8f\x87\x7b\x65\x07\x7b\xcc\x92\xd9\xc1\xfe\x1b\xec\xe0\xde\x01\x35\x07\x44\x4e\x38\xff\x43\x5d\x75\xa0\x62\x77\x85\x32\xe3\x7b\x25\x99\xb9\xa6\x56\x81\xb2\x5a\x27\x1f\x8e\xff\x88\xc3\xeb\xee\x64\x39\xe7\x7e\xeb\xd9\x95\xf2\xaf\xe4\x3a\x83\xf1\x01\x0d\x71\x37\x2a\x8e\x79\xcf\x4d\xc3\x53\x94\xdf\xe5\x6d\xb6\x3e\x74\xd6\xe5\xec\xcc\xde\xc7\x4a\x17\xac\x8e\x9c\x71\x24\x8c\x35\x14\xf7\xad\x30\x56\x60\xa4\x23\xdc\x9e\xbd\x30\xce\xfd\xc6\xbd\x7f\xe7\x66\x85\xb3\xa2\x9c\x56\xc0\xe9\xcb\xf7\x02\x9b\xe2\xf3\x35\xdb\xa3\x7c\xe1\xa6\x6b\x53\xde\x91\xcb\xd8\xe9\x6d\x75\x8c\x91\x09\x80\x51\x8f\xfd\xc6\xce\xfc\x00\x1c\x40\x84\x29\xdb\x9d\x23\xb7\xb6\x93\xdb\xda\x37\x78\x3a\x74\x60\x50\xed\x5d\xdb\x4e\xee\x9e\x01\x88\xfa\xf2\xf9\xfe\xe3\xe6\xfe\xe9\xd7\x7f\xfd\xfc\x1f\x97\xba\x0b\xad\x8f\xc4\x5f\xed\x99\x77\x62\x8e\x68\xcf\x0b\x5d\x32\x1c\xe2\x07\x6f\x45\x52\x93\x0d\x4d\xd7\x2a\x82\x63\x0c\xb0\x16\x10\xfd\x5b\x01\x0c\xdb\xa3\xa6\xe1\x7e\x26\x7d\xf2\x5a\xb4\x34\xe6\xa5\x72\xea\xfc\x04\x5f\x28\x1e\x36\x5f\x1d\xee\x5e\x71\x96\xc4\x23\x34\x8f\x11\x1a\x25\x55\x80\xfb\x63\x93\xab\xc1\x4e\xf2\xe2\x63\x43\xf1\xee\x65\x65\x2d\x35\xe0\x76\x0e\xf7\x1a\x96\x2b\x92\x9c\xaa\x86\xc1\x89\xc9\x21\x3d\x33\x66\xba\x89\xee\xb9\x41\xbd\x89\x03\x5b\x2a\x29\xa9\x0d\xab\x84\x86\xc2\x36\xe9\xc1\x8b\xab\xa6\xa6\xb6\xf6\xc1\x39\x87\x81\x7b\xa6\x7e\xf9\x72\xdb\x07\x02\x89\x24\x89\x5e\x8d\x62\x93\x23\x71\x6a\x1c\x7a\xf3\x88\x85\x56\xd2\xa8\x21\x5f\x2b\x9c\xbf\x62\x4d\x0c\x38\x6c\x46\x40\x50\x2a\x03\x2e\xae\xd0\x06\xe8\xca\xd4\x04\xc0\xce\x5a\x5b\x97\xc9\x5a\x80\x2a\xb2\x63\x43\x21\xb8\x09\x31\x0d\x5c\x53\xb5\xea\xf4\xd4\x6b\x60\x77\x3d\xab\xb6\x40\xab\xe9\x08\xa4\x4e\xeb\x83\xcb\xad\x68\xea\x70\xdb\x44\xcc\x12\x0d\xb4\x12\x5b\xa9\x24\x69\x14\xa0\x01\x34\xac\xe1\x3d\x0e\x81\xbb\x56\x85\x07\x5e\xeb\x89\x4a\x4c\xd4\x22\xe7\x91\x78\xbc\xdc\x56\xd2\x94\xb1\x0d\x34\xae\x2a\x1c\xa2\x80\xf6\x12\x6a\xf6\xb9\xb2\x8c\x61\xb5\xcb\x80\x28\x06\x6e\x0b\xd8\x43\x32\xb0\x26\x20\x9a\x8a\xe5\x25\x43\x64\x5c\x10\xcc\xdf\x80\xd6\x37\x40\xf9\xc1\x01\x3c\x00\x0c\x17\xaf\x0c\x67\xc2\x02\x97\x27\x77\xe8\x72\xf6\x90\x02\x00\xef\x41\x7e\xbd\x95\x92\x58\x36\x2e\x59\xb8\xe6\x09\x50\x69\xb0\x11\x05\x50\xc5\x71\x55\x05\x01\x6c\x4c\x39\x81\x22\x62\x46\x92\x55\xbf\xe4\xfe\xe4\x71\x4f\x9d\x93\x22\x50\x6d\x68\x44\x38\x2f\xbd\xdc\x6a\x1f\xf6\xca\x47\xfd\x6d\xf6\x77\x84\x2c\xc0\xa1\xba\xc3\x51\xd9\x1a\xc2\xfa\x7b\xb0\xfe\x1e\xd0\xdf\xd1\x9d\x01\x11\x36\x2f\xbd\xbf\xc3\xf9\x0f\xd8\x73\x1a\x0f\xb7\x37\x51\xd0\xe3\x72\x12\x6b\xea\x5e\x66\x76\x47\x59\xcf\x01\xd7\x66\x4b\x02\xad\x54\x11\x3b\x67\x1d\x3e\x7a\xef\xc4\xa6\x6f\xf5\x88\x9c\x02\x7d\xad\xaa\x5f\x7a\x97\x46\xc5\xc9\xf4\xae\x0a\xc0\xc0\x06\x08\x45\xf5\x5f\xe1\xb6\x18\x6b\x6a\x25\x76\x30\x0d\x11\x80\x73\x8a\x23\x1c\x30\x60\x60\xa0\xf8\x52\xce\x89\xd8\xaa\x02\x96\x2c\xf6\xb1\x61\xcb\x54\xf3\x91\xe7\x71\x58\xe1\x18\x4d\x46\xa0\xfc\x01\xb4\xda\x8b\x46\x7c\x04\x6e\xac\xd0\x35\xb8\x76\x60\x5d\x01\xdb\x43\xa2\x62\xeb\x33\xc2\x04\x4d\x61\xb3\x4c\x77\x91\x10\x14\x2c\x48\x03\xd4\x56\x53\x93\xcb\x44\xfa\x29\x00\x2f\x80\x73\xdf\xe0\x1d\x62\xa1\x10\x2c\x4a\x1b\x4b\x14\xc4\x83\x95\x0b\x47\xa0\xda\xe6\x34\x08\xec\x2d\x37\xac\x9a\x7c\xaf\x65\x6b\x73\x5c\x6e\x3b\x28\x8e\xd6\x11\xa8\x6c\x66\x21\x3e\xbe\xf1\x99\xbd\x08\x42\x69\x5e\x4e\x3c\x94\x13\x65\x8d\xf0\x4d\xad\x05\x27\xf0\x41\x85\xbc\xf2\xd1\x2b\xff\x72\xcb\x8d\xac\x37\x08\x67\xec\x94\xda\xac\xd7\x09\x38\xfa\x30\x46\xb2\xe9\x30\xa9\x9d\xd9\x9e\xf9\xfc\xf9\xf1\xd2\x69\xfe\xf3\xe3\x7b\x93\xfb\xea\x0f\xca\xa5\x26\xb5\x81\x52\x53\x6b\xbb\x5e\x81\xa3\x94\x47\xa2\xfe\xe4\xdb\xb4\xc0\x20\xa9\xb1\x55\xc0\x1d\x15\xeb\x04\x57\x00\x5e\xa8\xa1\x30\x7a\x6d\x06\xde\x0e\x0e\x9e\xfc\xe2\x49\x12\xa2\x21\x6d\x56\x02\x14\xbc\xca\x6e\x28\xfc\x5f\x6d\xb4\xb6\x0d\x48\x6e\x34\xb5\x98\x7a\x43\x4c\x29\xc7\x0a\x88\x27\x04\x16\x00\x29\x96\x53\x1e\x1b\xd2\xa4\x0a\x8e\x15\x80\x52\x36\x8e\x1e\xbf\x09\xe6\xf9\xd1\xac\xe2\x65\x20\x2f\x00\x11\x50\x15\xb7\x67\x6c\xb5\x3a\x5c\xbf\xdc\x56\x41\x80\xa8\x50\xca\xb2\xb3\xa9\xc9\x96\xaa\xb2\x89\xc5\xd6\x8e\x9a\xb0\x7e\x14\x8e\xdd\xfa\xb6\xe9\x5d\x14\x39\x95\xba\x8b\x2c\xc0\x6c\xa2\x06\x18\x52\x00\x2a\x28\x03\xfd\xa9\xa4\x8c\x70\x03\x78\x55\x92\xc6\x02\xb7\xdf\x0e\x77\xd5\xc4\x8e\x7c\x25\xce\xa2\x5f\xc2\xb1\x54\xcd\x50\xe9\x11\xd1\x62\x9b\x1e\xc9\x27\xf5\xe9\x6d\xca\xa1\x26\x71\xb8\xab\x9d\x15\x97\x07\x8a\xb3\xa9\x93\x1d\x0e\xb9\xa5\x89\x15\x55\xe0\x00\x0d\xa6\x99\x62\xaf\xc6\x58\x67\x39\xe9\x69\x34\xd1\x97\xdf\x2e\x65\xba\xb2\x94\xdf\x76\xe1\x2c\xe5\xe3\x91\x1f\x71\xbe\x16\xbe\x72\xdb\x01\xe7\xa2\xf3\x4a\xf8\x99\x59\xb7\x60\x70\xe6\xaf\x92\xd0\xc0\xd5\xe9\x15\xbf\xd1\x81\xa7\x67\x5b\xf5\x19\x01\xbf\xe7\x7e\x7c\x7a\x4d\xfe\xf2\x1c\x91\x7e\x73\x9e\x1a\xe6\x39\x0a\x5f\x67\xd3\x95\x71\xba\x4f\x59\x9d\x96\x0f\x81\x6d\xce\xda\x17\x56\x26\x05\xfc\x80\x60\xb7\x49\xd4\x17\x58\x9f\xe2\x8c\x7f\x9b\x9c\x80\x93\x29\x10\xb3\x36\xee\x79\xca\x13\xa1\xff\x76\x61\xc0\xec\x6f\xef\x40\xe9\x50\xdf\x6f\x95\x63\x65\xed\x66\x72\xa5\xb1\x89\x49\x5b\x07\x04\x03\x80\x23\x00\xa2\x44\x20\x43\x73\xdc\x4c\x4a\x74\xad\xac\xce\xbb\xc1\x94\x7a\x55\x33\x72\x3b\x30\x2a\x4b\x57\xf0\xf1\x84\x4a\x89\xb4\xec\x6a\x4e\xcc\xb6\xa6\xdb\x1f\x44\x32\x0e\xcc\x77\x3a\x1c\x35\x60\xf8\xe8\x2b\xdd\xdd\xe9\x9d\xd0\x21\xe9\xe8\x33\x51\xc4\xaf\x63\xa6\x8d\x48\x52\x43\xde\x61\xcb\x46\xea\xfc\x73\x25\x0a\xb2\x81\xa0\xe0\xda\x2a\x8e\x92\x55\x28\x28\xa2\xaf\x4c\xa5\xcf\x77\x2c\x1e\xe3\x55\xb9\xc5\x02\x66\x92\x15\x20\x61\x8f\xde\x30\xf5\xa9\xb0\xfe\xec\xa8\x0b\xba\xb1\x11\x23\xa0\x21\xad\x28\xc7\xea\x98\xa5\x80\x80\x0d\xa6\x6d\xa2\xdc\xd7\x3a\x05\xff\xb3\xb9\xe8\x45\xe2\xfc\x3e\x13\xcd\x6f\xab\x48\x3c\xd9\x2a\xc5\xe8\x7f\xae\x06\x43\xda\xd2\x3a\xe0\x9a\x7a\x0f\x52\x9a\x35\x03\x2e\x05\xb1\x33\xd7\x08\x71\xae\x57\xd6\x80\x62\xc3\x21\x24\x1d\x14\x24\xd7\x24\x92\x32\x89\x37\x76\x4c\xda\x35\x70\xcb\xe0\x4c\x80\x32\x85\xed\x74\x6c\x58\xc1\x5c\x78\x06\x44\xb4\x16\xd0\xd1\x57\xc7\xcd\xab\xdc\x37\x17\x55\xdc\xdf\xb6\xcf\x44\xb3\xa5\xd7\x6f\xab\x08\x6e\x48\xc9\x13\xd7\xbc\x65\x1e\x49\xfb\xd8\xd9\x34\xcc\x20\x9d\xab\xec\x11\xb0\xef\x65\x13\x2e\xe9\x5c\x37\x8a\x6d\xe4\x66\xd7\x77\xfe\x82\x1b\x32\xed\xda\x61\x41\x21\x0d\xd3\x91\x08\x41\x1e\x36\x26\x84\xd3\x78\xb9\xe5\xd2\x00\xca\x41\xa9\x7b\xab\x11\xc2\xf6\xcc\x68\xb7\x4b\x42\x30\xb0\x5e\x49\x1d\xf3\x76\x10\x04\xb7\xf8\xa1\x43\x3b\xb3\x91\xf1\xdb\xa7\xdd\xc7\x8b\x29\x1e\x66\xe2\x77\xa0\x77\xef\xf7\x91\xba\x52\xad\xc7\x6f\x23\x1f\xa2\x75\xcf\x31\x90\x96\x7a\xb5\x67\x1d\x15\x0e\x07\x36\x52\xd6\x67\x2d\xf5\x9a\xf8\xeb\xa3\x22\x6f\x55\xfb\x73\x04\x00\xd6\xb9\x31\xe5\xf1\xb7\x6d\x3f\xe4\x8e\x9f\xb6\x21\xa7\x79\x33\xb3\x0e\x6b\xd6\x0e\x68\xf2\x0c\x77\x82\xa3\x2c\xfd\x81\x60\xc3\x54\xf3\x71\x85\x8e\x4b\xbc\x6b\xd3\x9b\xe8\x3f\xa9\xbc\xe7\xa8\xf9\xe5\xd1\x8c\x07\xed\xef\xa5\xfb\x03\xab\xf4\xf2\x08\x5d\x24\x03\xe8\x3f\x02\xa2\xe0\x3b\xb3\xee\x0a\x4f\x1a\x02\xff\xda\xef\x79\xeb\xdf\xf3\x36\xee\x2f\xf5\xcf\x50\xe0\xdd\xef\xeb\xb1\xa7\xc3\x7b\xb7\xdb\x7e\xfe\x72\xe1\xc1\xc5\x4c\xfc\xed\x2d\xdb\xbc\x3f\xf2\x2c\xad\x06\x67\x39\x66\x41\xd8\x0d\x9b\xe5\xad\x8a\xa0\x1e\x36\xa5\x98\xf8\x4e\xcc\xa6\xb8\x2a\xea\x71\x63\x35\x14\x99\x96\x1e\x30\x7a\x01\x94\xc8\x4e\x9d\x42\xa6\x57\x4a\x07\xb4\xbf\x99\x96\x99\x77\xb1\x03\x01\xb5\xf6\x94\xe5\x4a\xaa\xa6\xb9\xd5\x41\x23\x08\x65\xb7\xbe\x7d\x9d\xf0\xe8\x91\xaf\x02\x87\x8e\x7a\x86\x66\x12\x6a\x98\x59\x9f\x9b\x48\xd8\x08\x41\xe0\x14\x9b\x06\x6b\x96\xa9\xfa\x25\xce\x49\x65\x98\xc1\x33\xec\x05\x5a\x43\x2e\xbe\x2d\x42\x50\xc4\x0b\x62\x9c\x32\x14\xdd\x9a\x1c\x95\x29\xc3\xfc\x53\xbf\xdc\x82\x97\x68\xc3\x35\xe5\x32\xc3\x52\x07\x22\x93\xd4\x32\x1a\xb1\x64\x20\x5f\xd4\xa4\xd8\xdb\xe3\xc8\xd5\xac\x2d\x05\x19\xa1\x5f\xb7\x96\x14\x3b\xbe\xce\xc5\x89\xdd\x25\x4a\x6d\x04\x35\x0d\x5d\xf8\x9a\x4b\xdd\x14\xb0\x09\xe5\x40\xb9\x43\x54\x1d\xc8\x0e\x25\x83\x59\xd4\x5a\x67\x77\x24\xd0\x7b\x20\xbe\x48\x98\x7f\xa6\xe3\xdf\x5e\xf8\x1b\x56\xd3\xcb\x11\xce\x63\x16\x70\x5f\x19\x4f\x46\x49\x24\x57\xa5\x8a\x13\xa0\x2a\xac\x15\xeb\x0a\xd5\x7a\x41\x98\xbd\xc2\xfd\x58\x6d\x49\x55\xde\x45\x5b\xeb\x8b\x33\x42\x5e\xc9\xb0\x9a\x04\x21\xf2\x4c\x0b\x76\xaa\xba\xb7\x23\xf7\x0e\x78\xf2\x3a\x69\x70\x49\xea\xdc\xce\x31\x5d\x70\x64\x44\xae\xd5\x34\xfa\x8d\xa9\x54\xc3\x34\x8f\x67\xee\x9c\xfa\x19\xfd\x74\xb7\x7b\x7a\xf8\xfb\x85\x3b\xf4\x33\xf1\xb7\x3d\x12\x49\xf3\x5b\x8f\x44\x93\xe6\x74\x4a\xb4\xcb\xbd\x5f\x22\x58\xe6\x4e\x5d\x13\xe7\xed\xe9\x9d\xa8\x69\xb4\xbd\x83\xe2\x63\x0e\x2a\xbc\x01\xad\x66\x1d\xd8\xd1\x00\xc2\x22\x0f\x5c\x91\xef\xf7\xfb\x8f\xfb\xdb\x61\xfd\x69\x7d\xca\x6e\xf8\xcf\x61\xfe\x8c\xee\x80\x0e\xb7\xbf\xbd\x3e\x89\x43\x53\x5b\x5c\x5b\x9e\x45\x72\x07\x77\x03\xc5\xb9\x93\xf8\x84\x6f\x6f\xd9\x83\xe2\xfe\x6e\xdc\x7f\x5b\xb9\x84\x8e\xf8\x84\x30\x1a\x41\xdc\xeb\x06\x4b\x23\x3f\x28\x7b\x5a\xaf\x5f\x79\x3e\x34\x3a\x1c\x45\xb7\x03\xff\xd0\x69\xb3\x5e\x3c\x9b\xbd\x99\xc9\x4e\x2c\x3d\xad\xeb\x0e\x01\xbc\xa2\xaf\x1a\x80\x2d\x33\x39\x26\x08\x9c\xe1\x72\x90\xec\x50\x6d\xca\x25\xb4\x81\x59\xcb\x52\x17\xe2\x27\x1a\x1c\x7b\xb3\xaf\x91\x89\x52\xd9\xe4\xd8\x46\x1a\x66\xc0\x73\xa4\xe1\x61\xe0\x1c\x91\x03\x9a\x57\xfb\x06\x6e\x6a\x80\xdd\x8a\x32\x10\x91\xaa\x7e\x6c\x28\x00\x14\xa8\xa6\xda\x95\x60\xfa\x6c\xc5\xd1\x28\x4e\x55\x87\xe3\x59\x01\x15\x1a\x17\xf8\x2d\x87\x52\x12\x20\x74\x4a\xb0\x5c\x10\xcf\x7a\x2e\x42\xfb\xb7\x0b\xbd\x9a\x7e\x7b\x87\x94\x89\xf3\x1e\x30\xde\xf7\x9a\xb7\x71\x92\x59\x2a\x8a\x1f\x89\x63\xcf\x91\x59\x63\xcf\x3f\x09\x70\x64\x70\x20\xd7\xf3\xb3\x69\x27\xce\x34\x61\x86\xe9\x0a\x46\x3a\x2d\xd0\xe7\xbe\xa7\x99\x0f\xab\x6d\x3a\x49\xe6\xfb\x37\x88\x8f\xbe\x89\x49\xff\x0d\x34\xe8\x2d\xc0\xc7\x7f\xe7\xb3\x40\x0b\xa8\x2b\x56\x00\x70\x03\xf6\x60\x01\xd0\xe4\xfb\x91\xf5\x7d\x6c\x69\xcf\x83\x2f\x98\xd6\xc7\xe6\xb6\x99\xd6\xc0\x72\x03\x6b\xdf\x1f\x02\x86\x4f\x70\xb4\xfc\x5a\x66\x77\xd8\x7e\x8f\x47\xef\x7e\x14\xe2\x5f\x8e\xb9\xa4\x8e\x0b\x79\x9e\xe7\x0a\x87\x8d\x8e\x7d\x81\xd7\x18\xf2\x00\x5d\xf9\x7a\xa9\xff\x18\x94\xf6\x6f\x4f\x1f\x2e\x85\xd2\xfc\xed\x29\xde\xbf\x41\xd3\x3c\x8d\x15\x2f\x0f\xff\x7f\x4f\xfe\x41\x3d\xb9\xe6\x70\x0e\x36\x7f\x4b\x0d\x47\x7e\x3c\xcf\xfc\x4a\xc7\xa1\x1f\xcd\x93\x48\xf6\xe3\x0d\x24\xbe\xa6\xfa\x15\xbe\x03\xa7\x92\x06\x1d\xc2\x1f\x33\x50\x6c\xbd\x22\x74\xe0\xaf\xe5\x78\xcc\x88\xfc\x76\xb4\x10\x81\x97\xed\xe5\xd1\x74\x44\xf0\x9e\x81\x7b\xec\xfc\xf8\x39\xb0\x31\xbf\x1d\x3e\xdc\xbc\x2a\x3f\x72\xf8\x7c\xfa\xcb\xc3\xd3\xd3\xbf\x7e\x7a\xbc\x54\x1d\xf2\x07\xe2\xaf\x9f\x1e\xdf\xf1\x80\xac\x07\x4a\xc7\x01\x2c\x9a\x8d\x2d\x82\x05\xda\x84\xda\x02\x8e\x0d\x64\x67\x44\x7e\xc2\xb7\x30\xbf\xad\xff\xc7\xfd\xdd\xb8\xff\x16\xd7\x6f\xa4\xb0\x13\xa1\xc4\xf2\xd8\x64\xb3\x77\x80\xb4\x65\xda\x38\xa0\xfd\x80\x85\xd8\x68\xeb\x08\x64\x9b\xe8\x7b\xa4\xf8\x01\xe9\xe2\x3e\xdd\xb3\xef\xf0\x03\xad\x42\x34\xec\x7f\x3c\xe4\xb4\x25\xb6\x04\x73\x9b\x15\xbf\xed\x8b\xc2\xc7\x9d\x14\xde\x4a\xb7\xaa\x7c\x3d\xd1\x33\xf0\xfd\x5e\x20\x10\x53\x83\x8a\xfb\xb2\xe4\xd4\x18\x88\x0f\x35\xa4\x4e\x77\xce\x10\x7d\xea\x07\x01\x67\x03\x1c\xaf\xff\x91\x9e\x17\x62\x5a\x3b\x6f\xe0\x6d\xc4\x39\xe5\x11\xaa\x00\x8b\x84\x71\xea\xd5\x3b\x36\xac\x85\x73\x18\xf5\x7a\xf2\x87\x4c\x0f\x8c\xc7\x9a\x3a\x23\x0e\x93\xf3\x57\xa9\xa1\xbf\xed\x79\xc2\xa6\xc7\xc8\x95\x70\x4b\x14\x14\x3c\xbf\xd8\x0b\x94\x81\xbc\x71\x59\xb1\x28\x55\x47\xbd\xd0\x8e\x2d\x3c\x60\xa2\x73\x3c\xf5\x0c\xb8\xba\xdf\x6d\x7e\xdb\xdd\xff\xfa\xf9\x32\xaf\x80\xcd\x3e\xf9\x3b\x5b\x57\x7b\x77\x24\xa0\x2f\x80\x41\x86\x93\x13\x60\xce\x0b\x13\xb5\xef\x38\x9f\xbe\xa6\x14\x3e\xef\x60\xf3\x95\xe6\xf4\xbd\x29\xb5\xc5\x05\x5b\x04\x0a\x7c\x29\xa0\xef\x60\x3a\xb6\x8f\xeb\x06\x60\xf9\x0a\x07\x0c\xfc\x54\x01\xa9\x3b\xd3\x3c\x47\xe9\xc9\xb7\x5f\x34\xac\xbf\x1c\xb2\xd8\xe2\xd7\xea\x1d\x90\x11\x41\xe1\x05\xe0\xe3\xd9\x7e\x45\x44\x29\xd6\xf6\xff\xb2\x0a\x1c\xdc\x16\xce\x57\x61\xeb\x65\xfc\x17\x0a\xe1\x3f\xa3\x06\xff\xa8\x14\xee\xb8\xf6\xd4\x7f\x6f\x1d\xa8\x56\x17\x83\xbb\xd4\xfd\xae\xbe\x70\x67\x3f\x5f\x55\x0d\x2d\xa7\xf9\x61\x5f\x00\x95\xaf\x5b\x1e\xfa\xcd\x0a\x64\x4e\x27\xd6\xde\xd5\xfd\xee\xe1\x2f\x1f\xef\x2f\x1e\xe5\x48\xfc\xce\x18\x17\xd9\xbb\xec\xc3\xe1\x47\x8f\xe0\xb0\x0f\x90\xd6\xcf\xbc\x67\x89\x7a\xcd\xbd\xf0\xda\xa7\xeb\x98\x85\x81\xf3\xdc\x07\x3d\x60\x65\x03\xf5\x5a\xa5\x46\xd5\xe7\x28\xe7\x1d\xb8\xb6\xce\xe0\x70\x06\x30\x7b\xbf\x41\xf8\x16\x81\xbb\xf0\x35\xd5\xfc\xfd\x0f\x39\x23\x56\x71\x67\x84\x5e\x60\xd8\x9a\x12\x23\xf5\x0c\xa2\xf7\x2b\xc1\x1c\xb0\xbd\xbf\xd6\x44\x97\x2a\xe8\x6b\x2b\x9d\x68\xe9\xa7\x90\x9f\x4d\xf6\x60\x3a\xea\xe0\xc8\xa7\xfe\x72\x98\x73\xcf\xfa\xcb\x0d\xbe\xce\xcf\xd0\xad\x84\x73\xa4\x75\x4b\xfe\x55\xe3\xcc\xcd\xd4\xb7\x6d\xbf\xee\x7b\x1f\xde\x3a\xbc\x15\xec\x41\xe6\xbe\x05\x3f\xbd\x9a\x7e\x5c\x09\xd8\xa4\xe0\xfa\x43\xcb\xf8\x4f\x78\x8b\xaa\x7f\xc0\x4b\x5c\x9b\x1a\xf4\x23\xdf\xe1\x5b\x05\x40\x37\x40\xec\x59\xff\x5a\xec\x94\xf0\xd9\x90\x26\x53\xe0\x6c\xd8\x7e\xef\x43\x5f\x1b\xb6\xda\xfd\xf0\xcb\xd5\x8b\x53\xcf\xd0\xaf\x8c\xd4\xab\xed\xc3\xe6\x32\xd0\xab\xfd\x58\xdd\xd8\x23\xdf\x1e\xad\xdc\xf4\xe8\xd8\x0f\x0c\x15\xfc\xf5\xe3\x94\xfd\x5c\x38\x29\xf8\x0e\x54\x97\x47\x93\xe1\xf7\x9c\x7d\x14\x36\x7d\xf5\xf7\x3e\xaa\x5f\x85\xe3\x92\xaf\x9d\xde\xbc\xbc\x59\x3f\xce\xe5\x7c\x58\x43\x28\xae\x99\xbe\x59\x45\x68\xbf\x8c\x40\x08\xaf\xd6\x91\x93\x97\x78\x79\x14\x91\xc4\xa3\x86\x51\xd2\xd0\xb6\x03\x04\x7a\x05\xcb\x90\x0c\x8f\x67\xad\x70\x3b\xca\xf0\x5f\xe0\x5a\xa2\xfb\x27\xc0\x79\x2e\xa6\x5c\xfb\x0d\x0d\x07\x79\xae\x96\xb8\x80\x92\x6e\xe0\x38\x5d\x9c\xe9\xea\x4d\x0e\xf5\x38\x07\x42\x16\x3b\x2f\xaf\x39\x58\xfd\xc6\x53\x87\xfd\x93\xff\x2f\x7b\x7f\xb7\x1c\xb9\x8d\xac\x0b\xc3\xb7\x82\x0b\x68\x20\x90\x89\xc4\xdf\x61\x8f\xe6\x40\x11\x5f\xf5\x17\xeb\x5d\xde\x5b\x6f\xc4\x3a\x93\xd9\xf2\x94\x62\x28\xcb\xbb\xd5\x96\x63\xe9\xea\xdf\xc8\x27\xc1\x2a\xd6\x8f\x5a\xa5\x1e\xcf\x8c\x67\xed\x09\xbb\x8b\x14\x09\x92\xf8\x49\x00\x99\x40\xe6\xf3\x24\x6c\x7e\xeb\xb7\x35\x31\x98\xb2\xeb\xdc\x38\x94\x48\xae\xa5\xc0\xa5\x4f\x48\xeb\xec\x39\x4b\xeb\xc6\x83\x9a\x18\xdf\x20\xe1\xd0\x73\xf2\x24\x14\x5a\xcc\x93\x65\x69\xf7\x60\x2a\xa3\x80\x9a\xd8\x32\xf7\x9a\xbc\xff\xf9\xf6\xbf\xdf\x27\xed\x9f\x6f\xff\xfb\x0d\x50\xd2\xf6\x3b\xcd\x4c\x16\x9f\x6b\xc3\xc1\xbe\xcf\xeb\x70\xd0\xf7\xf0\xac\xfb\x00\x48\x5b\x44\x38\x06\xe7\xbd\x5e\x47\x64\xae\xb1\x79\x7b\xf9\xd7\x1f\xac\x3e\xdd\xff\x7c\xe1\xfa\xf5\xae\xf9\x1e\xf4\x91\xb7\x06\x2b\x3e\x3f\x58\x9d\x0c\xf8\xbb\x81\xea\x88\x91\x77\x35\x4c\x5d\x32\xcb\x1c\x0d\x4f\x17\x3e\x32\x86\xa5\x13\x32\xdf\x65\x50\x3a\x98\xb3\x8e\x07\xa4\xbf\x9f\x42\x9b\xa2\xc5\x40\x9e\x2a\x87\xfb\x7d\xf2\x03\x9d\xf4\x9a\x12\x9f\xd5\x49\x97\xc9\xf7\x50\xf1\xa4\xd3\xdd\xbc\x45\x1c\xfe\x63\x7e\xaf\x34\xfc\x32\xbf\x2d\x0c\xf4\x6f\x61\xf8\x7e\x61\x80\xc3\xd6\xb9\x56\xdf\xfa\x12\x9f\x7d\x39\x7f\xeb\x15\x23\x05\x2e\x25\xe7\x6f\x9d\x97\x95\x12\x9f\xcb\xd9\x1b\xab\x7a\x5c\xcb\x67\x89\xdb\x72\xfe\xce\xa9\xf7\xc4\x22\x74\xff\xeb\xfe\xe1\x42\x64\x80\x9d\xd4\x7d\xd5\x47\xde\x12\xbb\xf4\x6f\xb1\xfb\x6e\xb1\xe3\x6c\x4c\x7d\x71\x96\x16\xc8\xeb\xcf\x79\x42\x29\x53\x56\xf0\xf3\x0a\x33\xd3\x86\x59\xe0\x91\x58\x67\xbf\x7f\xd9\x6b\x44\x54\xfa\x22\xb7\x7b\xdb\x19\x46\x27\x7d\xda\xed\xde\xe3\x76\x2f\x3b\x93\x74\xff\xae\xb3\x04\x50\xf3\xe1\x5b\xdc\x52\xc8\x33\x29\xf7\x65\x3c\x5b\x09\x1b\x2e\x1d\x38\xfc\xaf\x9a\xef\xff\xef\xdd\xdd\x3b\x6d\x82\xdf\xee\xee\xde\x30\x09\x6a\x93\xbf\xb7\x9a\xc4\xad\x9d\xd3\x93\xca\x39\x12\x83\x57\xf5\xa4\x22\xff\xca\x7a\xd2\xc3\xdd\x97\xdb\x0b\x5b\x4e\x93\xbe\x11\x83\x9a\xe2\xce\x19\x1b\x9c\x96\xab\x48\xc5\x4b\xbb\xec\xd8\xd9\x38\x1d\xaf\x5a\x9b\xd1\x99\x12\x87\x3e\x55\x30\xaa\x38\x96\xd0\x7d\x22\x95\xee\xe5\x6c\x4b\x9c\x43\x9e\x38\xba\xe8\x12\x82\x9b\xb1\x92\x2e\xa1\xc3\xe9\x7b\x93\x2a\x90\xfb\xdb\xf9\x81\xe9\xe5\x53\x32\xc2\xc6\x09\x28\x36\x60\x86\x6a\xc6\xe4\x6b\xff\x9e\xf4\xc7\x2d\x57\xdd\xf2\x87\x5b\xfe\x18\xff\xfc\x72\x51\x53\x19\x70\xb1\x8e\x5d\xd2\x42\x36\x9f\x8b\xd6\x7c\x6b\xae\xb5\x27\xdf\xcc\x0b\xc3\xdb\x95\x71\xba\xbb\xef\x46\x6a\x77\xca\x3a\x65\x8d\xf7\x9f\x77\x5f\xbf\x3c\xbe\xa3\x05\xfd\x17\x7d\xe0\x8d\x76\xdc\x59\x28\xd8\x30\x35\x51\x83\x2b\x5b\x4e\xa8\xb3\x16\x9f\xb5\xe7\xbd\x2f\x06\xf5\xb5\x18\x58\x81\xcb\x4f\xe2\x2d\xc5\x72\x09\xfb\x4c\x6a\x27\xe4\x33\xf6\xee\xe3\xfe\xfd\xf2\x20\xac\x8d\x7d\xee\x89\x31\x2f\x1e\xd2\xdf\x50\x6a\x73\x8a\x86\x22\x96\x26\x1a\x34\x21\xf6\xed\xac\xbf\xd7\x3a\x10\x9d\x19\x31\xaa\x1c\xe7\xf2\xe5\x13\xe7\x02\xfc\x2b\xc8\x91\x33\x01\x5a\x4b\xd3\xd3\x5a\x88\xce\x0a\xd3\x81\x10\x39\x08\x52\xf4\xd8\x46\x53\x39\x72\xf1\x50\x5e\x9e\xf6\x92\x62\xff\xaf\x04\x6d\x25\x61\xbe\x35\xdb\x08\xa7\x78\x96\x94\xc5\x7d\x93\x11\x70\x5f\xe6\xa7\x83\xd1\xd1\x76\x9e\x77\xc0\x19\x83\xd9\xc7\x9d\x0e\xa3\x67\x84\xf8\x97\xbf\x7c\x79\xfc\xf5\x42\xb2\xf3\x69\x97\xfc\x8d\x8d\xe5\x1f\x17\x48\xab\xc2\xda\xfb\xdb\x16\xe8\x67\x6d\x93\x72\x37\x04\xf9\x1a\x6a\x9e\x73\x0a\x42\xbe\xa6\x90\xf3\x94\x03\x75\x5f\x2d\x1e\xae\x80\x73\x01\x2c\x1d\x59\x80\xf4\x90\x11\xb1\x64\x44\x4e\x1d\x8e\xa7\xd9\xe3\x09\xaa\x16\xda\x56\xc8\xd2\x39\x7d\x99\x41\x7c\x41\xb8\x6a\x0b\x2d\x39\x00\xb1\xed\xbe\x80\x88\x14\xdf\xe0\xf8\xc1\xd8\x48\x0d\xd9\x3e\xd0\xcc\xef\xd2\x3e\x00\xd7\x50\x24\x03\x69\x2a\x32\xe3\x2c\x33\xc8\xb8\x43\xc6\x37\x82\x48\x50\xc1\x54\xb2\xda\x61\x1d\xf4\x63\x03\x29\x72\xa0\x01\xb8\x81\x06\x30\xf0\x90\x4a\xc4\x04\x28\x0b\x20\xd2\xd2\x73\x06\xed\xfd\x0e\x3f\x60\x8f\x89\x84\x5d\x5e\xd6\xb1\xd8\xa8\xd9\x55\xf3\xe4\x98\x42\x31\xf0\x39\x3e\x37\x4c\xfd\xfc\xf9\xbf\xaf\x6e\x2f\x44\x56\x9f\x34\xb5\x9f\x6e\x7f\x7e\x03\xee\xa0\xb6\x1d\xb3\x0b\x18\x2f\x3a\x5f\x49\xe9\x01\x14\x89\xe4\x84\x0c\xf4\x22\x01\x67\x30\x82\x78\x11\x10\x29\x05\xd8\x7f\xc9\x37\x04\xce\x72\x28\x1b\x16\x7d\x20\xf5\x09\x8d\xe2\x7a\x40\x54\x22\x99\xfc\x13\x39\x49\xa1\xcf\x89\x43\x73\x59\x42\x9f\x8a\x23\x90\x63\x80\x28\xae\x18\x2a\x1e\xce\x16\x3a\x57\xed\x47\x21\x2f\x4c\xb6\x79\xd6\x14\x70\xce\x55\x01\xf3\xc9\x08\x87\x9a\xc1\x82\x8c\x34\xa0\xc7\x07\xc5\x43\xc8\xee\xf0\xad\x3d\x80\x9c\x0e\x61\x9f\x2e\x89\x0e\x18\x96\xa5\x0d\x6e\xa7\x5e\x55\xb0\xfe\x2e\x39\xdf\x08\x37\xfd\x44\xa4\xa9\x82\x6f\x08\xd0\x78\x11\x68\x2d\x49\xa7\x81\x02\x86\xf2\xd8\x5f\x1e\x10\x78\x57\x1d\xa5\xd9\x03\x34\x26\xe4\x0d\x77\xa0\xf4\xe5\xa9\x2f\x7a\x6b\x0f\xcd\xab\x1e\x9a\xa2\x91\xae\xf1\xcc\xd1\x42\xac\xda\xe4\x7b\x40\xd4\x1f\xb8\x6a\x75\x18\xd5\xe6\x6a\x41\x8c\x6b\xb9\x3b\x49\x14\x1a\x22\x1f\xb3\x4f\x00\x7b\x01\x3f\x70\x03\x61\xa7\xfe\xd9\x8c\xee\x08\xbd\x27\xbd\x3c\x50\xd4\x5a\x2f\xe0\xe2\xbd\xf4\xa1\x4f\xa9\x00\x1c\x33\xf2\x3b\x3e\xc4\x51\xed\x8a\x5e\x43\x9a\xa5\x78\x29\xd3\x8e\xf1\xbb\x18\x8e\x8d\xca\x98\x09\x9a\x44\xd0\x9e\x31\xbc\x4c\x2a\xb8\xc3\x29\x19\xd0\x4c\xd7\x61\x00\x3f\xe9\xe5\xc1\x18\xd5\x63\xd5\x02\x67\x00\xae\xf4\xd0\xa6\x14\xb0\x06\xee\xb2\x66\x47\xc5\xa5\x06\x04\x42\x92\xd3\x69\x6a\x0f\x32\xa3\x7f\x03\x48\xb0\xcc\x16\x27\x1a\xd5\x80\xb0\x57\x82\x1b\x0b\x40\x8d\xf0\xbc\x42\x53\x9c\x59\x2b\xf9\xf9\xe7\xdb\x1f\xef\x2f\xb5\x58\x2d\xf1\x5b\x0e\x73\x3f\xed\xe0\x40\x53\x90\xea\x52\x89\x81\xf3\xe4\x41\xd9\x18\x1a\xb0\x66\x12\x62\xb4\x5b\xf7\xb5\x84\x8a\x90\xf3\x46\xae\x48\xe0\xec\x2b\x9c\xbc\x9b\x20\xb2\xba\x50\x28\x55\xff\xe8\xc9\x53\xc9\xa1\x88\x03\xa6\x42\x0e\x29\xf9\x20\xf0\x35\xeb\x5e\x06\x55\x56\xf5\xa0\x65\x4d\x21\x62\x20\x63\x33\xc5\x28\xa4\x71\x06\x80\x18\xcf\x81\x3b\xe8\x61\x83\x18\x67\x68\x68\x2d\xb4\xec\x5b\xc1\x5c\xd1\x81\x4a\xa0\xed\xdf\x5c\xed\xa1\x16\x90\x85\x04\xc1\x91\x43\x4f\x46\x90\x62\x0e\xf6\x3a\x3f\x68\xbb\x75\xd5\x7d\x52\xa8\xec\x0b\x1b\x1b\x65\x0d\xf5\x23\x88\x21\x93\x1b\x07\xf3\x9a\x47\xe0\x17\x62\x6d\x33\x9c\xb4\x2d\x5c\xb5\xa2\x15\xa5\xea\x70\x55\xb5\x5b\xe9\xcc\xd2\x9b\xbd\xcd\xf5\x16\x3a\x8d\x73\x36\x14\x58\x47\x41\x00\xfc\xc0\xa1\x8b\x1e\x75\x1a\xae\xa2\xc5\x2f\xd1\x98\x28\x4b\x28\xdd\x57\x90\x0b\xa2\x34\x1e\xa5\x41\x2d\x78\xb0\x71\x06\xee\xde\x2a\x40\x04\x27\x60\x7f\xf3\x0d\xae\xdf\x40\x2a\xd0\xaa\x53\xeb\x10\x25\x69\x83\x2e\x73\x01\xfe\x0d\xa9\x39\x82\x1f\x81\x4e\x64\x60\xc7\x64\x4c\x4e\x3d\x22\x06\xdd\x70\x00\xd0\x68\x60\x44\xd2\x3e\xde\x59\xdb\x97\x09\xba\xfc\x68\x7d\xc4\xb7\xd3\x2d\x95\x10\x23\x08\xf5\x63\x1c\x95\xe5\x01\x94\x00\x17\x2a\xd6\xfa\x22\xcd\x59\x89\xa1\x22\xd4\x0d\xcc\x7d\xa0\x60\xb2\x3f\xca\xc0\xff\xa1\x00\x02\x4b\x04\xb9\x7b\xb8\x9b\x53\x48\x55\xbb\x25\xab\x10\x69\xde\x52\xc3\xf5\x82\x50\xf3\x1e\x58\xc7\xc2\xa6\x43\x63\xf3\x23\x94\xbf\x75\x07\x88\x05\x2a\x81\x2c\x6f\xd4\xdd\x38\x2c\xb8\xc7\xda\xa7\x42\xef\x13\x85\x96\x7c\xc8\x55\x2d\x90\x8a\xd0\xe5\xde\x11\xfb\xa1\x8a\x18\xf7\x9b\x0c\x50\xac\x9d\x93\xa3\xc3\x7f\x5b\xda\xfb\x38\xee\x1c\x1a\xd5\xbe\x0c\x91\x26\x55\xe0\x9a\x0e\xda\xc9\xd5\x8c\x3e\x04\x47\x77\x7d\x27\xf2\xdb\x5f\xcd\x91\x47\x8e\x44\xb5\xda\xc0\xec\x32\x80\x2c\x22\xc8\xa6\x54\x86\x50\x1c\x8f\x86\xef\x04\x21\xc4\x88\x64\xbd\x91\x90\x5f\x7d\x28\x0b\xd0\x42\xb4\xde\xe0\xbd\x5f\x43\xd6\x63\x85\x9f\x55\x04\xcb\x90\xb1\xf1\x48\x1a\x6d\x60\xcc\xa9\x2e\x07\x16\x8f\x08\x90\x66\x21\xe4\xcc\x7a\x46\x08\xda\xc9\xe0\xdd\x01\xba\x44\x42\x50\x02\xe9\x38\xd0\x02\x76\x6e\x02\xe5\xd3\xc1\xe9\x97\xa7\x5f\xe7\x8b\x97\xd3\x2c\xf1\x5b\x58\x9b\x8b\xa6\x98\x33\xd8\x06\x63\x0c\xb4\x11\x20\xdd\x12\x01\xac\x38\x92\xce\x46\xe4\x52\x29\xe6\x94\x92\x92\x79\xa7\x4c\xe0\xaf\xb5\x40\xd1\xec\x8a\x2a\xcc\x63\x80\xad\x3a\x6a\x83\x36\x0c\x0c\xc4\x08\xf7\x6c\x06\xbb\xab\x4a\xfd\x15\x03\xd7\xab\x02\x4d\xa1\x9a\x43\xa6\xc1\x4f\x65\x8c\xcb\x90\x01\x06\xda\x19\xac\x68\x23\x4d\xd7\x6c\xe0\xfe\x88\xd6\xd4\x7f\x4f\x44\x60\x4b\xc4\x45\x4f\xc4\x37\x4c\x2d\x74\xd8\x51\x3a\x7d\x63\x9d\x0b\xd3\x84\xb9\xe8\x6e\x92\xea\x8a\x89\x02\x4f\x2a\xfe\x86\x0e\x96\x75\x00\x11\xd5\xf1\x7b\x32\xe4\x38\x28\x47\xd5\x22\x4e\xb3\x2f\x6a\xd5\xe8\x09\xf0\xc3\x32\x98\x1a\x55\x93\x2a\xc6\x25\x08\x64\xe0\xe6\x29\x1b\x6d\x5d\xc1\x90\x76\x5d\xe4\x55\x5b\xfe\xe9\x70\x31\x90\x08\xd1\xe7\xe0\x61\x17\x4c\xd9\x60\xd2\x43\x6c\x55\xc5\x78\xbd\x90\xb4\x06\xf1\x40\x5c\xd3\x99\x94\x6d\x02\x55\xc5\x07\xb7\x9a\xd5\x7b\x52\x0d\x44\x67\xe9\x62\x80\xbb\xdd\x34\xa2\x66\x73\xa3\xd9\xa5\x09\x0d\xea\x84\x54\x41\xa7\x90\xe7\x02\x5d\x4b\x67\xe3\x06\xd2\xe5\x1a\xce\xec\x07\x5e\xea\x47\xf4\x06\xd5\x18\xfd\xb8\x03\x88\xea\x1d\xd4\x5c\xb5\x6c\x75\xc6\x68\x75\x86\x0b\xa3\x01\x3a\x5c\x49\x04\xed\x71\xa7\x50\x92\x4b\x5a\xfd\x15\xb2\x47\xa0\xfd\x97\xad\x87\x2a\xa1\x93\x90\x4a\x60\x2b\xa0\x3d\xaf\x08\xa5\x8b\x09\xe3\x4d\x0c\xb2\xa9\x14\x5a\xd5\x4f\x5c\x03\x9f\xe3\x0a\x62\x8d\x31\x3f\x27\x47\x2d\x85\x04\xf7\x53\x04\x47\xd1\x5c\x1c\xcb\x95\x0a\x83\xca\x27\x63\x77\x35\x03\x31\x8d\x1a\x66\x16\x96\x2d\xc7\x10\xeb\x95\x1a\x53\xd9\xb1\x71\xfd\x52\x71\x9c\xd1\xc5\xf5\xac\xf2\x33\x80\xa3\x0c\x51\xad\xa8\x4d\x91\xa2\x41\xac\x69\x8d\xf7\x74\x63\x2e\x90\xdf\xe1\x74\xce\xb9\x7c\x9f\xc3\x7a\x96\x10\xeb\xd4\xd5\x9c\x51\x3d\x57\xd5\x33\x68\x18\x7a\x44\x9e\xc6\x8a\x19\x61\xe4\x47\xe8\x9f\x0a\x78\xd5\xfe\x1d\x2b\x16\x29\xba\x2a\xf0\xd8\xe3\xa7\xa8\x53\x45\x0a\x35\x83\xaf\x4c\x7c\x0f\xb1\xcf\xc5\xb3\xe8\xb8\x0f\xec\x18\x55\x3b\x1a\x60\xf2\x3a\x26\x9b\x92\xed\xfc\xe5\xc1\xab\x49\x12\x8b\xaa\x6e\x2d\x4d\xd5\x22\xb1\x74\x4c\xd4\xe9\xcf\xc8\x3b\x41\xa4\x9c\xab\x9d\x6f\xb5\x95\xa9\x83\x25\x5b\x67\x13\x38\x7a\x87\x9e\x2d\x0d\x38\x48\xeb\x26\x35\x55\xf4\xda\x35\x71\x9b\xa9\x83\xca\xbc\x87\x96\x5e\x3e\xf5\x02\x79\x69\x47\xfc\x8c\xb5\xc0\x2f\x9c\x42\xff\x01\xfe\x75\x06\xcf\x8b\xe8\x33\xed\x99\x98\x59\xb4\x6b\x56\x55\x82\x18\x70\xdc\x19\xd1\x99\xe3\x04\x4e\x51\xaa\xb3\x8c\xb7\x0a\x88\x15\xe1\x81\x80\xfb\x3f\xc0\x35\x17\xaf\x15\xb2\xf7\xea\x08\x07\x98\x98\x84\x31\xa7\x9b\x5b\x20\xce\xc6\x95\x33\x1d\xee\x72\xaf\xb0\x33\x0e\x61\xed\x18\xd2\xe5\xf3\x2e\x6c\x23\x01\x2f\x83\x89\x43\x4a\xf3\x40\xf4\xe1\x16\xc8\xaf\x2a\xef\x2a\xf5\xb8\xea\x7f\xd2\x97\xfe\x17\xd3\x3b\xfa\xdf\x6c\xaf\x74\x78\xe5\x80\x23\xd2\x2f\x5d\x51\x45\xa3\x63\x14\x8c\x8e\x65\xc4\x5e\xfe\x4b\xf7\x1e\xd5\x4e\x60\x94\x30\xa6\x24\xc0\xcc\x27\xd1\xa1\xad\x54\x95\xfc\x58\x42\x4d\xfa\x36\x2a\xbf\x9b\xe4\x97\x66\x92\x4f\x7c\x28\xf9\x2d\xbe\x25\xf9\x20\x5f\x55\x11\x6d\xf1\xf7\x94\xfc\xb6\xbc\x16\xbc\xfa\xdf\x2b\xf9\x7f\xba\xfd\xfa\xf5\xee\xcb\xa5\x9e\x27\x5f\xfc\x8f\x96\xfe\x2d\x92\xcb\x9f\x76\xcb\xba\xd1\x02\x97\x12\xef\x96\x4e\x8f\x56\x7a\x8e\x90\x22\xd7\xab\x49\xd2\xe0\xe4\xff\xca\x83\xcb\x46\xc9\xd9\xe7\xd2\x41\x8c\xca\x3a\x24\xe6\x10\x8d\xf3\x50\x36\x45\xda\x2b\xc2\x79\x83\xb0\xa8\x57\x10\x74\xcc\xe7\x51\xce\xc4\x08\x55\x3e\x13\x22\x34\xf8\xb3\x4f\x42\x8f\x88\xcf\x86\x1e\x19\x7f\x72\x3c\x7d\xfb\xd6\x4b\xb4\xfd\xe6\x93\x1b\x54\xce\x7e\x57\xa2\x6d\x69\x5f\x9a\x25\x89\xc3\x55\xe2\x24\xaf\xe7\xa2\xa4\x24\x6e\x25\x9e\x2f\xc2\xa9\xe0\x5d\x7d\xb9\xbd\x10\x0d\x49\xc5\x6e\xd2\xd4\x6f\x20\x69\xdd\xed\x40\xce\x05\x01\x61\xaa\x5a\x34\x9a\x81\x7c\xc2\x4e\x4a\x48\x75\x52\x03\xdd\x40\xd2\xb0\x94\x9a\x54\xfb\x6c\xdd\x73\x10\xac\x7a\xa5\x3e\x23\x1a\x58\x3b\x68\x87\x0b\x79\x06\x69\x3e\xac\x97\x44\x1e\x20\x3f\xc0\xcf\x6a\xa1\xd6\x99\xb2\x9a\xaf\xb5\x84\xd2\x26\xd2\xc9\x36\x07\x2e\xde\x90\xf6\x62\x60\xad\x59\xd5\x27\xfb\xec\x6b\x0d\xad\x00\x71\x4e\x45\x56\x2a\x16\x23\x80\x92\x08\x0a\xd4\xe4\x01\x69\xa5\x5a\xa3\xa8\x8e\x48\xd9\x4b\xc2\x2e\xa9\xe8\xfb\x3a\x3c\xec\xa0\x59\xaa\x25\xda\x61\xb1\x73\xdf\x30\x60\x00\x7b\x0a\xcc\x30\xeb\x09\x19\x46\x26\x0b\xd4\x72\xb5\xed\x35\xbb\x33\xf2\x08\xac\x3a\xd5\x2e\xb8\x38\xcd\xae\xb3\x4c\x32\x10\x0a\x62\x68\xbe\xcd\x00\x81\x44\x66\x27\xcd\x61\x03\xe8\x16\x2d\x53\x0a\x4c\xe4\x0c\x56\x55\x99\x35\x83\xaa\xac\x93\x4c\xc8\x21\x28\x58\xbb\xad\x26\x27\x30\x14\xc3\x96\xef\x0d\xeb\x43\x00\x39\xa4\x49\xf3\xe7\x0d\x22\xb2\x84\x04\x1b\x4e\xf3\xa7\x59\xad\x1b\x2e\x6a\x89\x34\xd5\x46\x27\x0f\x34\x3b\xc4\xe3\x67\x4d\x56\x42\x54\x85\xa7\x93\xeb\x3a\xd9\x25\xd6\x0f\x01\x02\x0c\x55\x4c\x86\xa2\x3d\x21\x1e\x07\x25\x2f\x3a\x1d\x50\xd3\x56\xcd\xc9\x97\x16\x62\x73\xa5\x86\x2a\x2f\x0f\xd2\x31\xb0\x93\x6a\xf0\x07\xf2\x51\x40\xf5\x01\xbc\xbb\xa2\xb5\x9d\x60\x3d\xd8\x1a\x7d\xce\x8e\x7b\x48\xe5\xb6\x94\xd0\x6a\x71\xe3\x00\xe3\x57\xa5\xa1\x38\xd5\xaa\x31\x1f\x67\x35\xf7\x27\x5b\xf3\x11\x55\xee\x12\x08\xde\xd5\xfe\x2c\x50\xe5\x52\xf3\x18\x64\x30\xd3\x31\xa0\xaf\xb4\x1a\x60\xc1\x19\xeb\x2c\xe7\x4d\xd6\x9a\x8c\x1c\x8a\x8d\x64\xaa\x1d\x6a\xe5\x71\x35\xac\x3f\xc2\x6f\x81\xa1\x4f\x7d\x6e\xda\x92\x09\x88\x7a\x2c\x3a\x87\x61\x37\xa8\x78\x20\x2c\xe0\xfa\xe4\xad\xd4\x78\x15\x5e\xe0\xf0\x2e\x3c\x8f\x95\xc3\x34\x8f\x37\xe8\x43\xd3\xe0\xd7\x06\x75\xb5\xe1\x49\xeb\x00\xcb\x49\x87\x1a\xf3\x15\xd5\xec\x88\x66\x24\xa4\xac\xa2\xc2\xa1\x62\xd2\x29\x6d\x46\x45\x78\x54\x84\x56\x58\x61\x67\xbf\x56\x5d\x00\x54\xa3\x18\x24\x0f\x96\x72\xed\x24\xda\x1f\x81\x9c\x96\xd9\xeb\xbf\x24\x81\x67\xb4\x8d\xb7\xbe\x9b\xb1\x70\xd2\x75\xaa\xd4\x86\x00\xef\xb5\x1a\x2c\xda\x81\x85\x03\xd3\x6d\xd1\x71\xb9\xb8\x71\xc0\xb7\xd4\xa0\x90\xee\x25\x54\x9e\xa9\x05\x4a\x6a\xc1\x19\x9c\x04\xe5\x81\x21\x97\x82\xc0\x65\x93\x74\x0e\xe9\xbe\x85\x81\xa8\xa8\x15\x20\x4e\xdb\xaa\x75\xd4\x1b\x3a\xbf\x88\xe3\x02\xd6\x61\xc0\x1b\x1a\xda\xaa\x36\x5b\x47\x46\x20\x8b\x59\xe5\x16\x34\xc9\xaa\xc3\x0f\x50\x4c\x26\x7d\x3b\xc0\x42\x13\xab\x26\x58\x42\x44\x63\xc7\xec\xb5\x47\x30\x07\x35\x92\xd9\xa5\x64\x8b\x26\x6d\x26\x6d\x16\xa0\x2a\xb5\x3a\x11\x19\x58\x6a\x37\xd7\xdf\x66\x60\xa9\x29\x86\x96\x01\xd9\x98\x6e\x69\xc0\x6e\xd8\xc1\xca\x9f\x24\x94\x8e\x5e\x30\x35\xf0\x84\x27\xec\xfd\x18\x01\x39\xb0\x3d\x08\x63\x83\x94\xd0\xfb\x8c\xad\x96\x8c\xae\x0b\x42\xe9\x14\x43\xcc\x5a\xaf\xd2\x9d\xfd\xda\x5b\x19\x20\xa6\xac\x8a\xd0\x24\x03\x9e\xb5\x35\x07\x20\x05\x36\xa0\x11\xc0\xa6\xb6\x90\x80\x07\x95\x51\x01\x3a\xc2\xca\x04\x74\x3e\xad\xf0\x5e\xd1\xc8\x5a\x87\x51\x20\x87\x58\x2a\xcb\x3a\x1a\xf6\x62\x2d\xe7\x44\x8b\x92\xe0\x0b\xac\x95\x91\x5d\x52\x2b\x08\x26\x77\x76\x80\xa6\x30\xdc\x56\x82\xd1\x94\x23\x18\x97\xb5\x8e\xf4\x1d\xde\x5a\x9f\x40\x81\x9d\x93\xce\xdd\x09\x90\x87\xb9\x05\xd0\x24\xf4\x08\xb8\xca\x16\xa8\xce\x5e\x0b\xef\x51\xf8\xc9\xeb\x54\x27\x00\x45\xd4\x56\xed\x80\xf3\xc4\x98\x9d\xb4\xbd\xb3\x85\x12\x75\xec\xca\x81\xb8\x27\x92\x2a\x7b\xd6\x35\x1a\xeb\xa0\xc2\xe8\xd0\xda\x72\xb7\xd2\x42\x8c\x58\xee\x88\x03\x39\x3c\xaa\xde\xda\x80\x99\x59\xe8\x60\x38\xc3\x32\x8d\x2a\xfb\xcd\x55\xab\xce\x18\xa8\xbd\x3c\x58\x6d\x64\x35\x87\x0f\x6a\xd0\xb6\x6e\xd1\x37\x72\x43\x9d\x1b\xc7\x37\x98\xd1\xf1\x0c\x27\x95\x00\x9d\xe8\x40\x23\xae\x86\x41\x05\xaa\xe7\xbe\x0a\xd1\x0c\x1e\x18\x29\x68\x06\x74\xc3\xa4\xf7\x32\xaa\x50\xeb\x82\x08\xc0\x8b\x36\xec\x14\x8f\x66\x38\x33\xaf\xff\x70\xff\xf9\xd2\x0d\xb8\x2f\xfe\xe9\xfe\xf3\x1b\x81\xbb\xf9\x4e\x76\x24\xfb\x86\x7c\xec\xa9\x6c\x84\x6c\xb5\xb0\x84\xc8\x1f\x8b\x84\xc8\x6a\x29\xe1\x60\xeb\x91\xa9\x00\xd3\x38\xf1\x35\xe5\x1c\x52\x82\x0f\x08\xa9\x32\x28\x58\x2e\xcb\xaa\xc1\xe7\x8e\x81\x3f\x06\x4e\x1b\x9d\xe7\xba\x04\x2e\x57\x1c\xd1\xc5\x23\x21\x04\x8c\xb9\xa8\x84\x42\xc3\x7e\x56\x0d\xed\xec\xf6\x26\x2c\x29\xf0\xb8\x1f\x11\xb5\x3f\x1d\x12\xb5\x6f\x2d\x72\xee\x92\x94\xf2\xda\x86\x29\xb4\xe1\x73\x9c\xf1\xb6\x22\x06\x74\x16\x06\x94\xe8\xce\xe3\x25\x99\x03\xc4\xd3\x72\xbe\xf3\x8e\xc1\xa2\x54\xb2\xd5\x31\xbf\x9c\xdb\xad\x97\x87\xca\x9e\x25\x5e\x13\x95\xd0\xd3\x9c\x5a\x10\xdf\xcb\x35\x23\x48\x1c\xcc\x70\xf1\xa6\x97\x6d\xd3\x8a\x9e\x61\xdd\xeb\xdd\x16\x5f\x1e\x58\x0d\x12\x55\x33\x7f\x8f\x6c\x9c\x4a\xd8\xed\xf3\xed\x65\xd8\x2a\x93\xa5\xfd\xb6\x80\xb5\x9f\x7e\xda\x33\x8a\x7f\xe0\xd8\x56\x74\x4e\xf1\x03\xce\x3f\xee\x69\x9f\xe2\x87\x91\xea\xbf\x3e\x15\x96\x0f\x89\xe3\x75\xae\x45\x8d\x83\x8f\x54\x34\x79\x5c\x25\x8b\xd7\x45\x3e\x16\xf9\x50\xe4\xc3\x72\xb9\xc8\x4d\xe2\x78\xbb\xbe\x88\xf3\xeb\x5e\x6e\x7b\xf9\xd0\x97\xaf\x50\x67\x7d\x9c\xe5\x76\xfd\xed\x41\x22\x94\x0e\x73\x34\x32\xf2\x5f\x6a\x86\x7c\x90\xc4\xb7\xd2\x3e\x48\x1b\x7c\x54\xa8\xc7\x8f\x3a\xf2\xe4\x0f\xf6\x6b\xec\x55\x23\xed\x7f\x3d\x80\x59\x20\xae\xe8\xa9\xc8\xe8\xa9\x34\x47\x87\x17\x07\x28\xc7\x8a\xaa\x8a\x3e\x20\xcf\xd7\xcc\xb2\x4e\x6b\x5c\x5b\xff\xf5\x49\xa4\xa1\x86\x12\x03\x76\xe0\x28\x09\xc0\x1d\xce\x3d\x77\xda\xe2\x77\x5f\xff\xfc\xf8\xdb\xc5\x6d\x7e\xf7\xd5\x7f\x7e\xfc\xed\x08\x55\x87\x8f\x9a\x3d\x7e\x5e\x50\x62\x12\x85\x84\x81\x05\xbe\x9a\x6a\xfe\x81\x4f\xa1\x84\x6a\x4b\xc7\x34\x76\xc4\x69\x43\x15\xa7\x59\xcc\x6f\x42\x27\xe0\xe6\x6d\x7d\x5d\x4f\x5a\x48\x2e\x6e\x74\x42\xc0\xa8\x41\x57\x60\xc1\x03\x64\x8e\xfd\x74\x58\xe1\xf8\xd8\x19\xb1\xbe\xfb\xba\xb9\xfb\xe9\xe2\x65\xa8\xbb\xaf\x7e\xbe\xfb\xe9\x70\x25\x4a\xdb\xf4\xa8\x90\x7d\x05\x1d\x44\x5c\x43\x4a\xed\x19\xe5\xc4\x42\xbf\x96\x95\xac\xc7\x49\x32\xad\xc6\x06\x79\x81\xc5\x4c\xc2\x1b\x56\xed\xb0\x00\xf3\x92\x84\x51\x6c\x5a\xfd\xe8\x60\x59\xb1\xb3\xa9\x3a\xa3\xcc\x04\x84\x58\x55\x9d\x70\x9c\x88\x43\xee\xa6\x14\x3a\x7b\xb1\xaa\x79\x75\xf9\x63\x7c\xe5\x6c\x6d\xfc\xe7\xfd\x5f\xb6\xef\xa9\x8e\x2f\x9a\xfe\xad\xfa\xb8\xdd\x79\x7a\xa6\x26\x9a\xc3\x9b\x51\x2b\x66\xdb\x37\x03\x55\xcb\xaa\xf3\xa2\x36\x96\x4c\x5b\x3e\x97\xe2\xb9\xa5\x78\xfa\x84\xdb\xff\x2c\xb5\xe1\xac\x36\x36\xa3\x90\xa9\xb7\xd0\xa2\x5c\x8d\x7a\x16\xa2\x20\x11\x51\xfa\x11\xa8\xc6\xbb\xcc\x9c\xad\x87\x1f\xfe\xcf\xaf\xb7\x5f\xee\xde\xd9\x01\x9e\xf0\xd0\x69\x3f\x38\x8d\x33\xce\x8b\x27\xa5\x48\x3b\x74\xb7\xbb\xd4\x91\x72\xe7\x6e\x77\xe4\x47\x79\xe0\x32\x7b\xe0\xfa\xd8\x6d\xb5\x3f\x86\x3c\x93\x1a\x95\xfc\x9a\x67\x31\xa9\x7d\xcc\x69\xaa\x41\xe7\xc0\xe2\x58\x95\xad\x18\xd4\xda\xc0\x1e\x51\xbe\xa6\x48\x13\xec\x07\x2c\x02\xd9\xf6\x13\x36\xf6\x40\x68\xf3\x8d\x0a\x7d\x67\x67\x1b\x15\x7a\xd2\xe7\x4e\x2b\xb4\xd3\x0a\x9c\x41\x5a\xfc\x56\x0c\xdd\xae\xea\x4e\xe2\x0b\x97\xca\x3b\x17\xeb\xb7\x6b\xa1\xe3\x70\x3d\xd5\xb4\xd5\x28\xc9\x8e\x58\x82\xb4\xac\x7a\x68\x0a\x11\x55\x1c\x22\x7c\xc1\x8b\x6a\x81\xfa\x3b\xce\x89\x55\x54\x6d\x0b\xb7\x57\x9a\x91\x52\x2d\x77\x3b\x4e\x35\xe4\xe2\xf0\xa3\xd2\xdd\xb2\xb6\x41\x5c\xfe\xc0\x02\x41\xbe\x51\x4b\xba\x57\x9a\x42\x8c\xd8\x41\x2b\x1d\x70\xec\x9d\xb1\xc5\x1b\x05\x6d\x25\x4d\x90\xfc\xdc\x62\xd0\xd2\x28\xef\xed\xf3\xa3\x55\x4e\xbb\xfe\x19\x39\xe7\xb5\xa7\xe9\xf7\xd5\xef\x77\x35\xe5\xcb\x03\x89\xd5\x5c\x52\x33\x88\xf2\x52\xc5\x7e\xa9\xe2\x75\x73\xd8\xf9\xd2\x28\x23\x9c\x71\xf6\x07\x8f\x80\x78\x23\x17\xfb\x19\x0d\x81\x56\x19\x7f\x38\xb4\xca\x33\xab\x15\x91\xfb\x14\x0d\xf4\xd1\xba\x06\x23\x78\x31\x4a\x76\xab\xb4\xdf\x6a\x92\xff\xfd\xcb\xfb\xdb\xe3\xd7\x5f\xde\x6a\x0c\xda\x7b\xdc\x2f\x2b\xc3\xbf\x5f\x37\xf8\x46\x33\xbd\x3c\x8c\x46\xf0\xa3\x51\x96\x1e\xe2\x0f\x7a\x88\x5f\x37\xc3\xf2\x07\x9a\xc2\xc5\x4d\x67\xeb\x07\x9d\xf4\x45\xd6\x16\xce\xda\x62\xd5\x35\xac\x11\xc6\x1f\xdb\xa5\x2d\x46\x4b\xc4\xd1\x08\x7e\x34\x09\x1a\x61\xb4\xde\xd9\xb6\x78\x57\x2b\x1c\x55\xff\x19\xdd\xa7\xed\xe9\xac\x30\x9f\xa5\xcc\xd7\xaa\x9a\x24\x03\x98\xd2\x69\x30\x8e\x19\x70\x68\x07\x63\x06\x1c\xda\xc1\xc9\x3c\xbf\xd3\x08\xc6\x1c\x38\xce\x9b\x89\xf1\xc9\xbc\x09\x7d\xc0\x74\x03\xb7\xd6\x07\xc6\x57\xc6\x5f\x67\x6a\xe2\xcb\xe3\xc5\xc3\xc3\x97\xc7\x37\xe0\xd5\x6a\x5b\x54\x40\xee\x2d\xb0\x83\xdb\xd2\x04\x32\x0e\xcf\x19\xee\x00\x12\x00\x03\x9d\x3d\x80\x9d\xb0\x0e\x33\xe7\x1c\xd8\xe9\xcf\x54\x42\x72\xcb\x3f\x2a\xc3\x5c\x0c\x05\xcb\x7d\x29\x10\xdc\x91\x17\x37\x30\x3d\x79\xf2\x0d\xae\x8f\xe6\xdd\xe4\x25\xd4\x0d\xc1\xc1\x83\xa9\x3a\xcc\x7b\xb5\x87\x3a\x81\x1a\xd8\xde\x42\xe6\xa5\x0e\x17\x8f\xc1\x7c\x83\x15\x2d\xd0\x8e\x54\x97\x6c\x8f\x78\xa6\x94\x42\xf1\x25\x07\xf0\xc1\xd9\xcf\xe4\x4b\x48\x60\x2d\xd6\xa3\x65\xcf\xbc\x48\xc6\x75\xf3\xbf\x2c\xc1\xd6\x55\x5c\x9c\x73\x75\xb9\x3a\x8a\x78\xbe\x4d\x8c\x4d\x38\xdb\x29\xf3\xd0\x5b\x73\x0d\xe4\xf5\x07\x7b\x62\xbe\xe0\xae\x56\x4e\x2a\x76\x83\x3d\x95\x12\xf8\xe5\xa1\x73\x80\x22\xd9\xaf\x24\xf6\xd0\xe0\xd3\x02\x7c\x48\x9d\x28\x5c\x2a\xd8\xd9\xca\x51\x8b\x4c\xa1\x7a\x63\x00\x84\x2b\x25\x02\x29\x32\x85\x3e\x37\xd7\x26\x11\x0b\xa9\x30\x0c\xdb\xa4\x26\xb3\xd8\x6d\x4d\x88\x08\x0d\x9f\x7a\xa8\xbe\x11\x32\xed\x09\x4b\x95\x29\x86\x74\x46\x78\xbe\x7e\xfc\xf2\xe5\xf1\xb7\xf7\x68\x52\x5f\xbd\xca\xd1\x6f\xa7\x7a\xd4\x89\x77\x0f\xd3\x8e\x1e\x20\x4a\xa8\xa4\x45\x8d\xd7\x00\xdc\xac\x3c\x97\x90\x01\x15\xbe\xe5\xd2\x82\x50\x9b\x28\x07\x01\x73\x13\x97\x05\x4b\x3e\x45\xb0\xea\x48\x4c\x58\x68\xa6\x3e\x7b\x1d\xa9\x10\x7b\xc2\xb5\x5c\x65\x4e\x01\x00\x8c\xa4\xba\x62\x73\x39\x15\x27\x29\x85\xc6\xe3\xdc\x68\x5d\x29\x70\x64\x95\xdf\x4c\xe0\x86\x16\x11\x9f\x4b\x68\x2c\x2a\xb4\xbd\x0b\x10\x7d\x39\xf9\x20\xdc\x7d\x16\x30\xc4\x48\x28\x09\xfc\x20\x94\xb3\x5e\x13\xa9\xe6\xe2\x58\x02\xb7\xea\x4a\x88\x0d\x32\x10\x05\x7e\x5f\x2d\x26\xb8\x18\x49\xbb\xe6\x44\x81\x6a\xb9\x62\xfd\x5b\xed\x76\xb5\x7c\x4a\x06\x5a\xac\x48\x0c\x89\x8b\x9d\x2f\xb9\x6b\x04\xdd\x3a\x1b\x86\xab\xd8\xb2\x55\xa9\xc8\x5c\x82\x15\x95\xc5\x53\x48\x9c\x7d\xa6\x50\x75\x70\x97\x90\x5a\xc6\xc2\x5c\x26\x95\x95\x4e\x70\xa8\xcc\x00\xaf\x8a\x09\xd0\x86\x40\xaf\xa1\x20\x19\xd0\xc9\x51\x13\x52\xc8\xad\x6c\x7a\x0a\xad\x25\x57\xe4\x9a\xe5\x6a\x60\xb6\x23\x98\x09\xef\x83\x72\x1a\x6f\x58\xae\xe2\x02\xe8\x3e\x0e\xa0\xa5\x88\x5b\x8a\x1c\x32\xf7\x09\x3a\x3b\x99\xef\x34\x33\x18\x3f\xd8\x58\x90\x48\x0d\xba\x40\x7d\x03\xb7\xa4\xd8\xf4\x53\x59\x45\xb4\x5f\xd8\xca\x52\x03\xd7\xe4\x38\xb6\xab\xcc\x39\x94\x54\x5d\xd2\x99\x47\x8a\xcb\x94\x43\x1f\x8c\x04\x2b\xb9\x7a\xf9\x24\x71\x68\x69\x9d\xaf\xd3\x3a\x7e\xf5\x7d\x6c\x0d\x25\x6e\xbd\x98\x12\xe2\x97\xa9\x69\xa8\x6c\x43\x5b\xf0\xeb\x69\x6c\x2e\x15\x5f\xb5\xc3\xb4\xd2\x58\x16\x35\x72\xfc\x31\xa6\xca\x91\xde\x8f\xf4\x35\xe4\x0c\xaf\x15\xe3\x66\x89\xd9\xaf\xb4\xc8\x6f\x4c\x7f\x5f\xdf\x11\x4e\xfd\xe5\xeb\x69\x28\xf5\x99\xce\x5a\xff\xdd\x59\xff\xdd\x59\xff\x71\x9d\x15\xde\xca\x5b\x8f\x80\xc9\xe1\xcc\x90\x2a\x56\x75\xd3\xca\x0f\x62\x44\xd5\xa4\xba\x77\x68\x48\x8b\x47\x43\x34\xea\xc3\x57\x6e\xd3\x00\xdc\x48\xd5\x2e\xaf\x57\xa6\xcd\x43\xe0\xec\x4d\x02\x7a\x47\xaa\xfb\x45\xe6\xb4\xac\x32\x4b\x1c\x2b\xd0\x67\xef\x2e\x61\xa4\x27\x85\x38\xed\xbd\x4f\xdb\xff\xbc\xfb\xcb\xfd\xd3\xd7\x0b\x99\x11\xa7\xdb\xa7\xad\xff\x32\x9e\x78\x4b\x7f\x5b\x33\xf2\x10\x18\x5e\xda\x0c\xb5\xd5\x83\xb5\x59\x75\x31\xe3\x4f\xcb\xa1\xdb\xf5\xa4\xda\x97\x9e\x5d\x73\x84\xcb\xf3\x1a\xc1\xe4\x2d\xb6\xf9\xeb\xd1\x02\xc7\x61\xb2\x0b\xdc\xc9\x21\x05\x7c\x2f\xcf\x2a\x5c\x3d\x10\xe2\x66\x8a\xaa\x5f\xd8\x27\x4b\xc8\x05\x96\xdb\x36\xa1\x21\xdb\x75\xf2\x20\x3a\xce\x3e\x74\x57\x3d\xe2\x5f\x42\xbe\x91\x36\xa0\x78\xcd\x51\xe5\xc4\x4f\x65\xe5\xa6\xb2\xb8\x50\xf5\x18\xea\x04\x5f\xec\xec\x03\xfb\xea\x2d\x8c\x23\xbf\x7c\xe2\x36\x98\x36\x4f\xc3\x93\xe9\x2c\x8a\x0b\x9d\x43\x71\xd9\x49\xe9\x49\x78\xb2\x71\xf8\xb3\x2b\xf2\x7b\xbd\xef\x6c\xa4\xa5\x4f\xec\x5b\xfc\x7b\xbd\x7f\x4b\x05\x2e\x5d\x00\x37\x1d\xb8\xc5\xd7\x2d\xbe\x3c\x48\x74\x1c\xe3\xfb\xdf\x76\x71\x46\x5f\x1e\xa8\xb8\x22\xbf\xc3\x9b\x5e\xcb\xe4\xcb\x03\xeb\x7d\xec\x61\x1d\xb0\xaa\xee\x90\x8c\x0f\xc9\x53\xe9\x94\x25\x75\xa0\x23\x1f\x10\xa2\xe2\xc5\x20\xf6\xf9\x5d\xaa\xff\x7c\x31\x5f\x1e\xa4\x61\xe7\xeb\xef\xf7\x85\x93\x91\xeb\x52\x4b\xf3\x0d\x33\xb3\xfc\x78\xb7\x33\x33\x63\xc8\xdd\x38\x07\xb0\xab\x8b\x28\x1c\x60\xcb\x9a\x53\x4f\x51\x8b\xd8\xb5\x1c\x7a\xbe\x31\x24\x01\x9d\x40\x05\x2a\x5a\xd9\xed\xf3\xbd\xe2\xd7\xf6\x74\xe8\xcb\x06\x3f\x36\xd9\x03\x3c\x17\xb7\xf6\x7e\xdb\x45\xde\xee\x29\x46\xb4\x6d\xcf\xef\x38\x52\x79\xc5\xf3\x6d\xeb\x13\x96\x02\x7c\x2f\x03\x55\xf7\xcc\xde\x68\xe2\xb3\xaf\xbd\xe1\xd6\x43\x2b\xd3\xa0\xb0\x64\x7d\x3b\xc7\xd0\xba\x9a\x94\x08\xeb\xc5\xb1\xa8\x12\x82\x78\xa7\x14\x32\x83\xb6\x25\x7b\x62\xf3\xc9\x02\x16\x27\x16\xae\x7b\xd9\xfa\x22\xb3\x31\x37\x3c\x53\x92\x20\x97\xed\xb3\xde\x24\x9e\x07\x85\xc3\x83\xaf\xec\x0e\x7c\x0a\x57\xfe\x86\x4f\x7b\xf7\x42\xfb\x5d\x95\xf2\x90\xf9\xfa\xe5\xa1\xc1\xbc\xfd\x1b\xdf\x72\x2c\x8e\x77\x5f\xbe\xde\xff\x74\x3f\xdd\x7e\xbd\x70\x77\x7d\x9f\xfe\x8d\x10\xfc\xdb\x5d\x08\xbe\xea\x76\xcc\x8e\x55\xbb\xe3\x19\x80\x6b\xd9\x4b\x0e\x31\xe6\x89\x52\xa8\xd1\x9c\x1e\x2a\x42\xc5\xa8\xf8\x54\x42\x4c\x70\xe4\x29\x05\xd4\xec\x29\xf5\xd9\x17\x86\x17\x7a\xb6\x88\x83\x50\x0a\xc2\xc7\x22\xe5\x49\x42\xef\x64\x0e\xe9\x0d\x6e\x6f\xdc\xc1\x91\x5a\x92\xaa\xb9\x9a\x50\x0f\x95\x66\x6d\xf5\xde\xc5\x1e\xaf\x78\x57\x13\xbc\xb8\xd2\x55\x4a\x55\x35\xdc\x40\xbd\x82\x86\xb4\x96\x0c\x6e\xdf\x82\x88\x9a\xde\xb5\x57\x73\xdb\x70\x86\x23\x0b\xa8\x67\x29\x44\x22\x5c\xef\x70\x6b\x2a\x08\xe8\x48\x99\x50\x04\x51\x25\x86\x93\x95\xc0\x10\xf1\x4b\x69\xf3\xf8\xac\xb3\xcf\x5a\x96\xb2\xb7\x2c\x5d\x55\x09\xad\xaa\x4e\xdc\x63\x75\x59\x75\xd8\xe2\xaa\x84\x9a\x9a\x2b\x29\x44\x29\xae\x33\x8c\x09\xab\x01\x67\x35\x60\x75\x03\xef\x83\x7e\x15\x62\xd1\x0a\xd2\x17\x35\x5f\x10\xeb\xd4\x6b\xe8\xa2\xfd\x27\x75\x06\x63\x6e\xa7\x3c\xda\xc1\x59\x3b\xf8\xf5\x5f\x02\x7c\xff\x1a\x01\x4d\xdb\xab\x16\x23\x51\x71\xd6\x2c\x56\x0c\x71\xa3\x59\x56\x5f\xf6\x07\x79\xd2\x81\xbf\x77\x04\x5a\xb5\x64\xce\x7e\x0c\x7f\xa1\x52\xa0\xf5\x6a\xca\xd1\x2c\xd6\x2a\xa3\x0a\xdc\x41\xf5\xe8\xac\x90\xcc\x2b\xa7\x82\x76\xb7\x74\x35\x25\x42\xa4\xe6\x0e\xaa\x15\xed\x02\x49\xa3\x59\x24\x74\xed\xef\x25\xc4\x48\xd8\x2a\x84\x1f\x13\x18\xfa\x42\x6f\x2a\x66\xa2\x06\x26\x9e\xf7\xa3\x59\x0e\x84\xc1\x1d\x08\x0a\xf6\x6e\xd5\xb8\xc2\x35\x2d\x42\x26\x73\xaf\xac\xee\x48\xc0\x0e\x04\xd3\xad\x44\x16\xfc\x76\xad\x7a\x55\xfe\xe1\x31\x9e\x4a\x81\xbf\xb9\x96\xf8\x50\xd0\xc5\x72\x62\x4d\x71\xd2\x5f\xb7\xb7\xf7\x17\x6a\xbc\x9a\xf2\xdb\xeb\xe5\x65\x5a\x36\xe9\x10\x8c\x05\xdc\x50\xee\x16\x42\xcd\x3e\x67\x27\xd1\x97\x16\x3a\xf8\x10\x00\xe4\xad\x7a\x3f\x47\x60\x2f\x41\x03\x65\x78\x09\xa5\xd0\x9d\x80\x26\x4a\xe5\x02\x71\xd5\xcf\xc4\x03\xa1\xa9\x5d\xa5\x26\xe0\xd5\x71\x09\xbb\xdf\x23\x60\x54\x07\xd6\x2b\x62\xe3\x9b\x29\x23\x85\x31\xce\x8f\x87\x5f\x1e\x52\x12\x44\x38\x21\x0e\x9a\x2c\x3a\x0a\x1a\x85\x0a\x28\x9c\x67\xc1\x48\xde\x11\xb7\x87\xb3\x6b\x61\x30\x5a\xa5\x60\x4b\xcd\x98\xd7\xc7\x62\xe8\xf2\x12\x97\xf8\xca\x83\xd2\xa2\x60\xbd\x18\x4b\xb0\x4d\x30\x91\x35\xd9\x7b\xe3\x1c\xea\xdd\x36\xdf\x1c\x2b\xf4\xa9\xc9\xf6\xc0\x85\xe7\xc2\x87\x26\x1e\x01\xfe\xf0\xf3\xa2\x20\x16\x56\x2e\x1c\xe8\x4c\x93\xcf\x7f\xfd\xf1\xf1\xf6\xcb\x85\x08\x13\xbb\xe4\x6f\x31\x04\x2f\x71\x83\xe0\x67\x06\xec\x4e\xca\xbc\x2d\x72\x63\xac\x66\x4b\x98\x8f\x2a\x0a\xd1\xfe\xbf\xae\x7c\x25\x3d\xf4\x65\xfe\xd7\x9b\x7a\x22\xf1\x39\xd5\xa2\x8f\xea\x7c\xa7\x66\x7d\x6a\x72\x2d\x2d\xaa\x29\x74\xcd\xad\xa9\xc9\xf2\x0f\x00\x77\x78\xb5\xe6\xfe\xd7\xdd\xed\xb4\xbd\xd4\x54\xdc\x3d\xe5\xbf\xda\x63\x6f\x55\xe4\x02\x9b\xaf\x86\x3f\x60\x44\x39\xa4\xee\x54\xc9\xad\x2d\xa4\xec\xc1\x87\x46\x21\xf6\x2b\x6a\x60\x0e\x4f\x06\xdf\x55\x05\x78\x1b\x45\xcb\x17\xf5\x38\x41\x11\x02\xb1\x0a\x18\xf5\x39\x54\x30\x1c\xeb\x4c\xd4\xc9\x73\xe0\xe6\x43\xc5\xce\x51\xf1\x64\xae\xcb\xaa\xb7\xe8\xab\xad\x5d\x52\x66\xaf\xea\xda\xce\x05\x40\x8a\x84\x02\x6e\x7a\xe9\x11\x21\x3e\x14\x6a\x02\x93\x93\x34\x3d\x6c\x99\x65\xe2\xc1\xb5\x2e\x75\x21\xf9\x67\x6c\x7b\xd5\x90\x9a\x6a\x66\x78\x83\xc7\x27\x40\xf1\x6c\x4c\xcf\xe3\x14\x70\x2c\xda\x26\xa6\x17\x45\x77\xa8\x0a\x3d\x1d\xf9\x93\xf9\x5e\xdc\x72\xc5\x2d\xe7\x3b\x3d\xea\xe5\x53\xee\xec\xa2\xb1\x2d\xec\x1d\xbd\x10\xeb\x6c\x4e\x00\x3d\xe4\x7e\xd3\xcb\x04\x97\x61\x8b\xf0\x24\x87\xa8\xeb\x82\x11\xbb\xdd\x14\xd9\xa6\xcc\xcf\xdc\xda\x76\xf0\x07\x5f\x6b\xc7\x2e\xb2\xf5\xb5\x04\x96\x89\x46\x2c\x65\xe9\x80\xdb\x40\xf4\x74\x45\x1c\x72\xe9\x58\xba\xe9\xd8\x1e\x94\xba\xe3\x32\x60\xf3\x58\xc0\xb7\xf1\x7b\x55\x24\x5a\xa6\x5c\xa1\x66\x49\x91\xf3\x33\x42\xf8\xe5\x2f\xf7\x3f\xff\xe5\x87\xaf\xb7\x5f\xef\x1f\x2f\xdc\x22\x18\xcf\xf8\x27\x7b\xe8\xdb\xcb\x8e\xf9\x6e\xe7\x73\xa4\xb3\xd4\xf7\xe0\xa8\x24\x8e\xef\xec\x6a\x0f\x1c\xb5\xcd\xe3\x6b\x51\x34\x4f\x27\xb1\x33\xdf\x0a\xd6\x39\x97\xfa\xdb\x85\x48\x39\xd4\x02\x1f\x54\x76\x25\x6b\xbb\xa9\xaa\x94\x43\x4f\xcf\x04\xff\x54\x63\x22\xea\xe0\x1c\x77\x5c\x42\x87\x3f\x2d\x17\x07\xd7\xa3\x2b\x84\x10\x33\xfa\x49\x46\x90\x5f\x6a\x4d\xb5\x3c\x9c\x56\x7e\xf6\x98\x0d\xa5\x05\xb8\xa4\xca\x0e\x7b\x68\xeb\x55\xbe\xa6\x35\x09\x7e\x36\xf3\xc0\xc3\xdd\xee\xaa\x44\xd5\x88\x30\x3e\x1a\xd9\x22\xd6\x2e\x30\xb4\x72\x6b\x37\x29\xca\xb6\x4d\x60\x3f\xc7\xb2\x23\x06\x51\xd2\x13\x89\xcf\x2c\xa1\xd0\x84\x99\xb4\x00\x5f\xb8\xb3\x96\x49\x2d\xf8\x06\xbc\x9c\x8e\x10\xd8\x46\x08\xf3\xca\x1c\x62\x76\x99\xa3\x66\x5a\x6f\xeb\x69\xaa\x7c\xc3\x99\x42\x4f\x53\x32\x42\xc9\x18\x58\x5c\x2e\x3a\x90\x50\xd5\x13\xab\xa5\xd7\x5a\x76\x6b\xcb\x21\xdc\x00\x16\x00\xde\xf5\x19\xb1\xcc\x8e\x52\xd7\xa1\x8d\x5d\xc2\x90\x10\x98\x2c\x38\x9e\xa2\x0e\x77\x38\x1d\x16\x24\x80\x1f\x34\x05\xf4\xf1\x52\x6d\x3f\x7a\x43\xc5\xd8\x23\x59\xae\x29\xc2\xd7\x0d\x24\x52\xc4\xa1\x65\x9f\x01\x52\x01\xb7\x68\xfc\xce\x9a\x9b\x58\xaf\x74\x8c\xe9\xae\x77\x78\xcf\xd7\x31\x54\x10\x8b\xda\x66\xa5\x4d\x55\xc7\x34\x34\xb5\x0a\xc2\x08\x73\x28\x08\x13\xa1\x0d\xdc\xd3\x4a\xdc\xe6\x1a\xea\x04\xcf\xdd\x08\x27\x7a\x42\x0c\x8b\xb3\x8c\x53\x3e\x43\xc6\xaf\xbd\xf6\xeb\xc7\x2f\x77\x17\x62\xcb\x6d\x6d\x4f\xef\xee\x0d\x7c\x39\xfa\xe9\x6e\xb7\x41\x00\xef\xac\xcb\x21\xd9\xcf\xa3\x63\xee\x88\x52\x2f\x81\xb3\x4c\xaa\xb8\xa5\xf2\xf2\x29\x55\x86\xb3\x72\x0f\x79\x03\xea\x49\x2a\x20\x1b\x4d\x30\x87\x81\xef\x42\xbe\x04\x84\x04\x66\xdb\xe7\x45\xf5\x6f\xa0\x7c\xb7\x67\x8a\x20\x7f\x9f\x7d\xeb\x40\x94\xaa\xa1\x59\xc0\x45\x09\x59\x1b\x4f\x3c\x10\x7c\x2a\x70\x78\x4e\x03\xd1\xb5\xb2\xfe\x74\x69\x34\x3a\x6a\xf6\xc7\xb7\x62\xd2\x63\x8b\xbb\x21\x10\xd1\x89\x1c\x8f\x19\x3f\x0e\x09\x3d\x6e\xa8\xf2\x42\x17\x72\x48\xe3\xe1\xcf\xb3\x8d\x1c\x72\x8a\xec\x96\x02\x06\xdb\xc8\x9e\xc9\x03\x3f\x2f\x0f\x5d\x35\xdc\x6f\xe7\x00\x6c\x22\xdf\x9d\x01\x56\xa5\xf6\x1b\x19\xf0\xda\xb0\x6f\x64\xe1\xd9\xd7\xb8\xf0\xb6\x7c\x4f\x1e\xea\xb7\xb3\x70\x41\x1d\x50\x6c\x7f\x53\x2b\xf4\xf6\xad\x1c\x80\x83\x4a\x35\xd1\x22\xaf\x06\x7b\x52\xb9\xc2\x74\x87\x35\xad\x4a\x01\x9c\x70\x2d\x3e\xa7\xf4\x7a\x34\xa7\x61\xe8\xfd\x4d\x7a\xe9\x97\xaf\x9b\xfb\x4b\x11\xc5\xd0\x05\xe6\xfb\xb7\x10\xc5\x38\xd2\x8a\x8b\xec\x8f\x50\xec\x4f\x52\x04\xf0\x85\x6a\xd2\xca\xa4\x7a\x65\x6a\x58\x60\xd4\xd9\x8f\xb3\x0e\xfb\xd8\xd3\x55\x5b\xbc\xd7\x39\xb1\xda\x41\x1c\xc4\x46\x25\x35\xe5\xf2\xec\x6b\x0a\xa9\xda\x2f\x56\x59\xb2\xfd\x24\x04\x43\xe3\x14\xac\xf2\x2e\xce\x6a\xac\xaa\x02\xa7\xbf\x2a\x35\xaa\x9b\xa9\xd6\x58\x2c\xe6\x1b\x1f\x1f\x11\x69\xfa\x6b\x1e\x2a\x3c\xed\x12\x8e\x34\xc5\xa2\x3c\x11\xb8\x8d\x29\x84\xd5\x4a\xcb\x33\xb2\xe0\x2c\x23\xb6\xaa\xc0\x80\x95\x54\x45\x04\xa7\x4b\x3e\x4c\xc7\xdd\x95\x66\x22\xe0\x3f\xd9\x2f\x4a\x0a\xda\x62\x3b\xb5\x0a\xb8\x51\xfb\x31\x44\xda\xd5\x62\x46\x15\xda\xb2\xca\x79\xf9\xf9\x8f\xfb\xf7\x88\xcf\x2f\xf7\x47\xd2\x23\x72\x2c\x3d\x3b\xe8\x53\xae\xa1\x76\xc7\xad\x5d\x63\x65\x79\xa6\xdc\xe0\xeb\x89\xc3\x84\xe8\x32\x0b\x31\xcb\x3a\x1b\x17\x40\x38\x71\xa0\x8e\x90\xb2\x66\xd8\x2a\x52\x54\x2b\x4b\xac\xd3\x4a\x01\xd0\x1f\x25\xf8\xc6\x35\xb5\x84\x92\xf8\x1e\xa4\x78\x38\xd9\x51\x1d\x72\x30\x50\x25\xf2\xcb\x83\x96\xbc\x25\x5f\x24\xb4\xab\x1c\x13\x70\x91\xf4\x20\x4e\x62\x0b\xb0\xea\xb9\x69\x0e\x43\xd3\x8c\x70\xed\xc0\x39\xca\xdd\x71\x65\x55\x15\x71\x24\xd5\xf5\x6f\x58\xe2\x96\x39\x85\xaa\x1a\x00\x0d\x8f\xd4\xc6\xaa\xaa\x80\x9d\x81\x0c\x29\xe8\xe5\x13\x03\xda\xa0\xdd\xe4\x18\x2a\x4d\x51\xf5\xc6\xec\x1b\x70\xbd\x06\x56\x59\x13\xcb\xe6\x55\x2b\x88\xc7\x34\xff\x3f\x20\xdc\xe5\x00\xac\x26\x6e\x51\x65\x44\x54\x18\x62\x0b\x99\x1c\x11\xc2\x09\x33\x21\xee\x8d\x05\x6e\xb3\x99\x28\xf4\x36\xe5\x18\xc4\xab\x98\xf5\x32\x24\xa1\xa9\x96\x85\x68\x5f\x11\x4d\x58\x03\x22\xfb\x5c\x0b\xc2\x88\x09\x4b\x8e\x10\xad\x29\x21\xb6\xcd\xc8\xf1\xa9\x78\x5c\xcc\x70\x72\x42\x6c\x72\x3a\xb3\xc6\xc5\xba\xa5\x9a\x42\xeb\xcd\x89\xea\xc3\x51\x66\x38\x65\x89\xfd\x4e\xbe\x87\xde\xeb\xc1\xaf\xda\x94\x80\x96\x48\x7a\x22\x33\x0e\x69\xfc\x35\xed\x53\x36\x87\x94\xcb\x1f\x76\x7f\xf4\xbc\xa4\x06\x66\x77\x82\x11\x23\xbb\xca\x21\xf7\xb2\x7a\xb6\xae\x9f\xad\xbb\x67\xc7\xb7\xdc\xfa\x5b\x6e\xfd\xbb\xe4\x6d\xa4\x98\x3d\xe8\xb9\x1c\x7e\x23\x4d\x23\x2b\xab\x72\x8c\x07\x47\xee\x7d\x88\xf1\xcc\x3a\xcd\xdd\xf4\xd7\xab\xfb\x2f\xd3\x7c\x69\xc7\xbc\x9b\xfe\xea\x27\x3c\xf0\x46\x1b\xe4\x95\x13\x98\x1b\x38\x03\xa9\x84\xae\x9a\x35\x68\xb5\x77\xbc\xda\x7a\xfc\xa1\x39\xb0\x8c\x17\xd0\x6b\x83\xa8\xbd\x23\xcd\x80\x8b\x78\x62\x44\x5f\xef\x9e\xd3\x7f\x2a\xfe\x35\x24\x12\x97\x1a\x8e\xf3\x60\xca\xd6\xd1\x51\x74\xda\xd6\x84\x76\xae\xa3\x64\xed\xc3\xed\x8f\xeb\x3c\x8e\xe3\x30\xf9\xfd\x13\x7d\xa4\x1d\x7f\x20\x41\x73\x71\xc3\x40\x05\x69\x81\xa8\xcd\xaa\x83\xc4\xdc\xc7\x61\xfd\x74\x5b\x3f\xdd\x76\x4f\x2f\xdf\x73\x07\xdf\x73\xeb\x7c\x2e\x39\x1c\x49\x66\xd2\xd1\x2a\x5a\x59\xba\xb3\xdf\x91\xc6\xfe\xb0\x77\xbf\xda\xaa\x7f\x7e\xfc\xf5\xc7\x77\xb5\xea\x67\x3c\xf0\x06\x9a\x45\xd9\x8d\xb8\x31\xdb\x8a\xfd\xac\xb6\x26\x0c\xce\xa2\x32\x88\x51\x12\x8e\x39\x38\x49\x29\xf4\xa5\x5f\x54\x09\xd5\xb5\x18\x8c\x78\x9e\x5f\x4f\x5d\x5d\x8a\x1c\x3a\x12\xb8\x91\xc8\x69\x22\x15\x7e\xd9\x50\xcd\x2e\xc7\x3c\x8d\xbb\x76\x07\x28\x96\x78\x7c\xe6\x5e\x3c\xf7\x12\x78\xb2\x67\xb3\x1b\x1f\xa9\xf0\xc4\xc4\xbe\xb9\x84\xe4\x28\x96\x09\x88\x5a\x8b\xcf\xaa\x9e\x0c\x07\x50\x8e\xcd\xb3\x8e\xdb\xd3\x70\x1b\xd5\x4a\x5f\xbb\x8e\x6e\x52\x29\x80\x08\xb5\xc6\xdc\x79\x96\xe2\xc4\x5e\x62\xa6\x5c\x2e\x81\x67\x9f\xd5\xd6\xc9\x39\xe4\xd7\x53\x97\x06\xdf\x06\xd0\x58\xf1\x81\x67\xea\x10\x8a\x79\xc0\x8f\x85\x53\x6f\x60\x6d\x40\xf3\x51\x7f\x47\x83\x9b\x87\xfa\x1b\xee\xe9\x7b\xb2\xd8\x7f\x7c\x08\xc7\x83\xe7\x68\x0e\xe7\xbd\x69\x47\xfb\x5d\xfa\x77\x7b\xa5\x7f\x53\x13\x88\x5d\x95\xfc\xcf\xe9\xdf\x79\xd5\xbd\xf3\xb7\x7b\xf7\xdd\xd3\xc5\xed\x7c\xf7\xf4\x16\xa8\xef\xdd\x4f\xbb\x00\x04\x6e\xe0\xbc\xbe\x5d\x80\xa4\xa3\xad\x09\x99\x97\xcd\xd1\x55\x9f\xf8\x46\x27\xf2\x4f\xdc\x3b\xc0\x07\x78\x9d\x00\xeb\xb1\xc9\xd5\x0d\x76\x4e\xb6\x19\x14\x16\x3a\xa6\xb7\xee\xbb\x00\x98\x53\x65\x87\x2d\xc0\xfa\xcc\x96\xd1\xdd\xd3\x85\x6e\x8e\x9a\xf2\xdb\x25\x94\xb4\x84\xfe\x55\x83\xec\x2a\x72\x6b\xab\x88\x96\xd5\xc5\xed\x61\x7d\x71\xf1\x0a\x53\x23\xe0\x63\x4e\x39\xd4\xe6\xc6\xc1\xa2\xfe\x8b\xce\x3a\x60\xdc\xbd\x3d\x73\x1b\x6a\xb0\x5a\x7d\x40\xed\x39\x7a\xf1\x70\x24\x38\xca\x83\x2d\x63\xc5\x39\x25\xd4\x51\x0c\xa9\x1d\xa6\x40\x10\x5a\xe1\x6b\x12\xb9\x29\xb2\x65\xb9\x6d\x6e\x44\xd0\xbb\xe6\xdb\x8d\xc4\xfd\x05\xdf\x3c\xd0\xb7\x6f\xda\xf1\x35\x2a\xeb\x2b\xae\x3d\xb3\x5c\xb7\x76\x74\x6d\x9d\x08\x28\x99\x2c\xcf\x89\xaf\x73\x0e\xb1\x1f\x65\x0a\xa8\x20\xfc\xf2\xa0\x9a\x16\x60\xc7\x28\x64\xd3\xf2\xc0\x89\x70\xae\x98\xd7\xd2\xce\xd6\xff\xa6\x05\x6c\xe7\xf6\x90\xdb\xc7\x75\x95\x45\x27\xd0\xe3\x6e\xa4\x9f\x6b\x24\x66\x39\x57\xc3\xaa\xdf\xd3\xc1\x87\xda\xc0\x87\x4b\x04\xb7\xfc\x5a\x3d\xe5\x1a\xaa\x4e\x61\x81\xbb\x6b\x1c\x78\x4b\x5c\x42\x65\xbb\xe2\xf5\x0a\x40\x52\xe1\x91\x5b\xfb\xc7\x75\x17\x10\x43\x6f\x0b\x59\x6e\xa8\xb7\xdb\xe2\x96\xcf\x14\x5f\xb6\x3a\x0c\xa6\x83\x8b\xae\x3c\x73\x01\x22\x7a\xa5\x67\xcf\xe5\xf0\x81\xeb\xa4\xf5\xf7\x9e\xf4\x14\x8f\x52\xe7\x16\xca\x41\x1f\x25\x0a\x09\x3b\xcf\xf2\xf2\x09\x7b\x85\x71\x5d\x4f\x86\x78\xf9\x6c\x9e\x2b\x2f\x0f\xda\x37\xf5\x26\xe0\x29\x36\xd2\xe2\x37\xda\x2f\xa5\xe3\xab\xd6\x80\xb3\xe7\x04\x58\x1e\x95\x81\xe3\x9a\x47\xf4\x70\xa2\x57\xda\xf0\x95\x5e\xf2\xcd\x36\x3c\x37\x66\xfc\xe9\xfe\x69\xfb\x78\x61\x80\x90\xa6\xf7\x3f\xe2\x81\x6f\x07\x09\x49\x5a\x26\x41\x35\xe0\x6a\x00\xbf\x46\x26\xc0\x86\x60\x9b\x4a\xa5\x33\x39\xd5\x53\x25\x94\x1b\xb1\xf2\x3c\x7b\x49\x21\xf3\x94\x00\x93\x41\x31\x54\xac\x64\x27\x4d\xe8\x9b\x18\x72\x7f\x04\xa4\x4e\x0c\x35\xf9\xa2\xea\x09\x03\x2e\x18\xce\xbb\x65\x43\x2d\x3b\x56\x63\x34\xef\xba\xa3\xc1\xe8\x92\xce\x38\x38\xb1\xdf\xfd\x6d\xb8\x07\x85\x44\x1b\xae\x31\x70\x45\x7b\x12\x5c\xac\x9a\x4f\x35\x74\xf2\x52\x82\x54\x5f\x39\x90\x4e\x6f\xad\xfa\xae\x06\xca\x15\x53\x0a\xe2\x32\x00\x45\xd0\x7b\x6b\x88\x06\x43\x79\x34\xb0\x0f\x6f\x27\x84\xab\xaf\xaf\x3a\x83\xb9\x33\xe7\x06\xc7\x15\x2f\x12\x80\x99\x87\x4c\x57\x05\x51\x50\x70\xf1\x52\x9d\x9e\xd4\xdc\x5c\x6a\xf3\xe5\x53\x8a\x32\x36\x81\xce\x08\x56\x3a\x16\x0d\x67\x34\x32\xe7\x04\xe6\x30\xed\x6b\x4b\x59\x2a\x28\xef\xd8\x9c\x86\x9c\x9c\xec\x4e\x9f\x99\x67\x76\x9b\xaa\x39\x87\x1e\x50\x4b\xcf\x45\xb6\x45\x5e\x3e\x45\x57\x24\x50\xb5\x3f\x8d\xc0\x86\xb8\xb9\xc0\xd7\xbb\x34\x0f\x2a\x4f\xfa\xe4\x3a\x51\x74\xd4\x39\x10\xaf\xaf\xa5\x96\x42\xcb\x07\xef\x07\x17\x75\x5c\x7f\x50\x2f\xe8\xf0\x44\xfb\x0f\xc0\x39\xb8\x59\xc7\x2e\x32\x12\x0f\x22\xed\xf5\x95\xf1\x01\xec\xb4\xda\x37\xf5\x0e\xbe\xe1\x01\xf0\x77\x98\x5a\xbf\x74\x94\xf4\x53\x5c\x5d\xb9\x8e\x2f\x0f\x28\x97\x8b\x47\x69\x12\x80\x4d\x57\x45\x7b\xb0\xd7\x7b\xea\x14\xb4\x07\xad\x72\xe9\xcd\xcf\xe2\x20\x43\xe3\xda\xfa\x05\x9a\xc7\xdd\x9f\x96\x4a\xcb\x57\x43\xcf\x87\x17\x1d\xbe\x91\xd6\xf5\x6a\x73\x7a\x88\xf9\xf8\x85\xd6\x2a\xeb\xdc\x58\x06\xad\xb9\x0e\xb3\xa4\xe9\xc7\xab\x0f\x1e\xd0\xcb\xc8\xc6\xfa\xe5\xde\x5a\xe9\xb0\xcd\xb5\x58\x23\xed\xf5\xae\x74\xbb\x4f\x1e\x16\xee\xd3\xe0\x20\x0f\x94\x57\x82\x34\x0a\xb7\x16\x9a\x73\x7d\xe0\xff\x77\xff\xf3\x5f\xde\xd1\x05\xfe\x7a\xff\xf3\x5f\xbe\x6d\x2d\x48\xfa\x69\x6d\x2d\x20\xfc\xf4\xd2\x0e\x9d\xf2\xd9\x19\xe0\x6c\x87\x7e\xa0\xe2\xb1\xd6\x97\xcb\x33\x68\xd5\xe2\x91\x2e\x94\xcb\xb1\xde\x23\xf1\x54\x17\x92\x63\xbd\xc7\x30\x01\x8f\x2f\xb6\x23\x65\x48\xa2\xa1\x2a\x1e\x0e\x80\x40\x5b\x47\x70\xc9\xa6\x4a\x30\x14\xd6\x2d\xf7\x16\x5a\x9b\x6b\x0a\x6a\x4f\x92\x04\x29\x87\x3a\x04\xca\x76\x66\xff\x5d\x5b\xe7\xe7\xcb\x23\xc0\xad\x7d\x7e\x3e\x89\xfd\x4e\xed\x68\xc9\x54\x64\x87\x0c\x88\x85\xc7\x20\x75\x96\x18\x0a\x20\x90\xe2\xa1\xfe\xc0\x12\x5a\xd3\x04\x04\x64\xfc\x1c\x88\x0f\xf5\x0b\x40\xcb\x01\xba\x00\x10\xbe\x3a\x99\xe5\x5b\x16\x04\xa0\x18\xe0\x18\x87\x0c\x67\xb2\x92\x11\x65\xd2\xa1\x7f\x3f\xe7\x18\x52\xba\x35\xb8\x1b\x9b\xd4\x18\x2b\xb2\xc2\xa1\xcb\x8c\xe8\xc9\xb1\x11\xfd\x11\xfe\xe7\x7b\x4b\x44\x22\x05\x69\x98\x61\x31\x52\x94\x1b\xc0\x74\x7b\x8a\xc5\xb7\x1c\x3a\x7b\xc2\x3f\x1a\xa7\xd7\xc4\x1f\x8d\x5f\x70\xa7\x49\xaa\x0e\x14\xb0\x94\xb2\x03\x6c\x0f\xb5\xbb\xaa\x6a\x0f\x15\xd7\xe2\xec\xbb\xeb\xab\x62\x44\x5f\x1d\xd5\x67\x4a\x35\x30\x1d\x56\x40\x77\xdc\x03\x97\x97\x4f\x19\xae\x68\xb7\x1c\x1d\x8f\x92\x7b\x3b\x5f\xae\x00\x28\x2c\x7a\x8e\x46\xbf\x98\x38\xbe\x63\xae\x7b\x4f\xd7\x38\x27\x49\xff\x71\x7b\x69\x98\x27\xe4\xe8\x97\xdb\xb7\x10\x63\x44\x76\x8c\xfc\x31\x83\x70\x43\xae\x5b\xbc\xb4\x38\x54\x9e\xb3\x39\x3b\x88\x00\x3f\xd1\x35\x38\xc5\xe9\x58\xce\x21\x13\xdc\xaf\xbd\xd9\x8a\x29\x1b\x8c\x9f\xaf\xc0\xaf\x67\xf1\x96\x46\x4d\xcf\xed\x89\xc9\xf6\x6a\xb5\x6c\x3d\xab\x1e\xc4\x1d\x4b\xe3\x2d\x24\xf8\xe4\x90\xcf\x51\x4d\x36\x9c\xaa\x3e\x61\x26\xf9\x78\x90\x63\x03\xd2\x68\x82\x38\x52\x0f\x95\x5c\xe9\xa1\x30\xd2\xbb\x7f\x8e\xda\xf2\xff\xfc\x7a\x77\xf7\x9e\xb6\xfc\x3f\x9a\xfe\x0d\xb5\x45\xf2\x4e\x6d\x41\x4c\xc4\x6d\x2e\xaa\xcb\x9a\x36\x99\x8b\xb7\x3f\xf3\x92\x65\x9c\xab\xc1\x57\x5c\x4a\xe5\x1d\xed\xfe\xae\x11\xbe\xb2\xea\xa6\x5c\x52\x68\x02\x0a\xc7\x6c\x46\x35\x70\x77\x44\xbc\xed\xc2\x91\x67\xc0\x82\xb2\xda\x6f\x12\x4a\xbb\x95\x1a\x72\x77\xf6\x6b\x63\x8b\xd8\x16\x44\x0b\x9c\xae\x54\xb1\xa9\x8e\x5a\x09\xad\xb8\x84\xcd\x14\xf0\x63\xe0\x54\x28\xc8\x2d\xd4\x60\xfc\x8c\xec\x24\xf3\xdc\x14\x6c\xec\xd6\x3a\xf9\x62\x3a\x76\x21\x67\xdb\xba\xc5\xf5\xd0\xe9\x60\x38\xeb\x09\xfe\x86\x93\x07\xb8\x2a\xc6\x25\xec\xdf\xf4\x60\x68\x20\xad\xe0\xf4\x5a\xcd\xcf\xf3\x9f\xc4\xdf\x53\x74\x9c\x61\x0f\x74\x27\x2d\xd4\xec\x45\x10\x72\x18\x83\x74\x94\x14\x05\x5d\xca\x49\x88\x40\xec\x81\xf2\xe4\x73\xe0\xe6\x2b\xb0\x25\x45\x8d\x8b\x1e\x04\x80\x92\xb1\x7b\x09\x79\xd4\x68\x75\x47\x82\x9b\x0d\xee\x2d\x48\xdd\x50\x94\xa0\x66\x80\xb6\x5b\x54\x3b\x66\x86\x51\x92\x3d\x83\x8f\xe2\xe4\x31\x83\x3f\x3a\x2b\xb3\xff\xf9\xf8\x78\xf1\xd6\xce\xd3\x93\xff\xf2\xf8\xf8\xd7\xb7\x26\xb1\x9d\xf3\x18\x10\x21\xb7\x3e\x9f\xeb\x80\x82\x29\xfe\xe6\x44\x05\xc1\x78\x70\x56\x6c\xa5\x5d\xb7\x16\xe8\xec\x23\xd7\x00\x3f\x3b\x58\x94\x68\xcf\x54\xcb\xac\x5a\x23\x1b\xcf\x60\x4a\x9e\x00\x7f\x99\x81\x4a\x4b\x70\xe4\xe1\xc6\x41\xf8\x2a\x01\x3c\xc2\xa5\x4c\x88\x8a\x4c\xb6\x45\x08\xfe\xae\xac\x2f\xf1\x89\xcf\x7e\xd7\x36\xf9\x12\xc7\xc5\x2f\x70\x35\x05\x61\x19\x2a\xbe\x3c\x90\x40\x0f\xfe\x87\x4d\x29\xcf\x5f\x1e\x7f\xb6\x5d\xa3\xcb\x11\x04\xec\xa9\xb1\x77\x74\x06\x45\xe0\xc4\xef\x68\x67\x74\xaf\x37\x90\xb0\x79\x74\xb2\x71\x94\xf6\x9b\x46\xc7\x1b\x46\xab\xcd\xa2\x9a\x80\x85\xd8\x67\x4a\x19\x50\x0d\x39\xe4\x69\xd9\x5e\x58\xf6\x21\x54\x95\x33\xd7\xed\xea\xa9\xbe\xbe\x47\xa1\x1f\x51\xdb\x9c\x1c\x65\xd1\xfe\xda\x52\xc8\xaf\x26\xd7\xd7\xb9\xf1\xba\x93\x1d\x8d\x14\xfa\x86\x53\xb7\xcc\x9d\xd9\xd5\x90\x73\x0e\x9a\xab\x36\xb8\x1c\xbe\xe9\xb0\x0d\x4e\x00\x9c\xce\xb4\x41\x5d\x4d\x0d\x39\xca\x95\xd6\xb0\xb6\xc7\xaa\xd6\x7f\xf8\x46\xad\x1f\xb7\xd6\xcb\x27\x12\xc6\x56\x77\xb2\x56\x70\xbb\x56\x38\xbb\x95\x63\x8d\xf0\x4a\x1b\x6d\x98\x55\x89\xd3\xee\x43\x11\x50\x22\xfa\xfb\xdd\x2d\x3a\x72\x96\x5e\xdb\x77\xfa\x66\x1b\xbc\x03\xad\xe9\xb0\x11\x4e\xf1\x9a\xce\xb4\x42\x5b\xb5\x42\x9b\x08\x71\xc8\x47\x35\xfd\x83\xb6\xc7\xe8\x29\xc7\x2d\xb4\xee\x17\x2f\x0f\x84\xd8\x07\x4e\xb4\xe1\x04\xc9\x8d\x7f\x9b\xe4\xa2\x13\xe0\x2b\xda\x05\xe0\x27\x5e\x5e\x4d\x3e\xdb\xdb\x5e\x69\xef\x0d\xba\x80\x4a\xc7\xd9\x56\xfc\x76\x13\x5c\x8a\x0b\x74\x58\xff\x47\x00\x41\x67\x2a\xbf\xef\xd7\xfe\x72\xb9\x6a\xa8\xcc\x77\x88\xfc\x7a\x80\x7a\x79\x60\x2c\xd9\x81\x4b\x10\x9c\x16\x5c\xff\x86\xda\xc2\x18\xa4\x7d\xc0\xe4\xdf\xed\xe4\xff\x7b\xfa\x52\x4d\x0e\x3d\xe0\x9c\x24\xbc\x3e\x02\xbd\x7b\xfc\x7f\x1b\x86\x2f\xd6\x9d\xb8\x47\xc3\xd8\x48\x8d\x82\xd4\xb2\x01\x9e\xb6\xca\x59\x0d\x94\xb0\x7f\x9c\xa0\xda\xec\x7f\x59\x2d\xef\x3e\xca\x24\x04\x97\xa9\x62\xbb\x80\x45\xcb\x9e\x32\x48\x00\x33\xc0\x29\x32\x33\x1e\x03\x4e\x70\x8f\xe4\x43\x94\xe1\x9f\x22\x21\xc7\x3c\xeb\xc8\x5e\x45\x0d\x58\x09\x91\x49\x9f\xaf\x5d\x1f\x49\x19\xcf\x8b\xd6\x53\xa2\x3a\x9e\x0f\x51\xc6\x07\xdd\xfe\x83\x35\xb9\xf5\xef\x92\x41\x67\x19\xdc\x30\x1c\xaa\x68\x29\xe2\x28\x13\x12\xf3\x52\x1a\xfb\x03\x0f\x9c\xf5\xd5\x47\xc5\xbe\x7b\x12\x38\x19\xfd\x4f\xb1\xb1\xf2\x62\xe5\x25\xad\x2c\x1d\x1a\x43\x4c\x1b\xe6\x16\x1a\xb0\x90\x4a\x47\x09\x91\x67\x94\x6c\x9c\x26\x53\x7f\x51\x19\x56\x17\xa8\x0a\x95\x46\xfb\x19\xd5\x0f\x8c\x65\xf4\x85\x84\x8d\x5f\x8c\xe4\xa8\x6b\x4c\xaa\x55\xe7\x85\xa4\xa2\x9a\x9a\xfe\xb0\x55\xba\x5f\x1e\xb3\x4d\xd7\xe5\x03\xf6\x69\xe4\x07\x59\xb1\xd3\x91\x95\xcd\x28\x41\x05\xc8\xb9\xdf\xe5\xda\xaf\xd2\x0f\xa1\x79\xa5\x7e\xdf\x3f\xc0\x9f\x8e\xec\x67\x6a\x58\x76\xe8\x63\x59\xdb\x7f\xe4\x90\x36\x9d\x54\xc4\x9d\x14\x38\xb6\xac\xc5\x22\xad\xc5\x22\x0d\x41\x5f\x76\xa0\xf7\xb2\xee\x57\xc2\x6e\x52\xee\x87\xc8\x03\x60\x1c\x02\xbb\xa1\xd6\x54\xd0\x31\x90\xe9\x5c\xd0\x04\x63\x08\x67\xcc\x07\x29\x65\xbf\x13\x79\xb2\x6a\x12\xd9\x3f\x7e\xda\xbb\x96\x7e\x38\xc4\x7c\xfc\xb1\x64\x71\x63\x85\xcc\x43\x90\x56\xbd\x83\xd7\xbd\x03\x9b\xde\xe3\xa1\x57\x1a\xe3\x9d\x43\xfd\x5b\x18\x7c\xb1\xee\xd4\x9c\xd1\x1d\x09\xcb\x79\x32\x53\x97\x90\x24\xb9\x71\x7c\xbb\x43\x2f\xcd\xe0\x0e\x9a\xc1\x59\x33\x58\x03\x38\x6b\x8d\xdd\x98\x61\x43\x0e\xd7\x20\x3d\xbb\xd2\x01\xee\xa2\xc3\x41\xa6\x31\x1c\xa0\xa9\x0d\xed\x26\x0b\xba\x03\x55\xbf\x1f\xb2\xce\xb5\xfc\xb7\x87\xc5\x0d\x06\xd6\x34\x4a\x89\x5e\x56\x79\xdd\x72\xed\xa0\xe5\x5e\xf1\x1c\xbb\x9f\x2f\xdd\x3f\xb9\x9f\x3f\x7f\xdb\xa0\xa3\xdb\x25\xc6\x80\x38\xba\xca\x53\x04\x94\x19\x02\x51\x02\xa7\xec\x2b\xbb\xca\xbe\xf2\x13\x4c\x26\xbd\xe4\x70\xc9\xe2\x4e\x2a\xac\xa7\x71\xd5\xd2\x3e\xf9\xca\x76\xad\x78\x5c\x7b\x79\xe0\x2c\x70\xd1\x50\xf3\x35\xc1\x2b\x57\x7a\xb1\x03\x18\xec\x6a\x6e\xcb\x5f\x70\x8a\xd5\x61\x03\xfe\xbc\x92\xc1\xb8\x4c\xa2\x3d\x43\x36\xe3\x35\xf0\xa9\xbd\xf0\x3d\xe3\x6f\x37\x2e\x8f\xbf\x2c\xad\x45\x83\x71\xce\x6a\x72\x23\x6e\x94\xb3\xec\xe1\x4e\x0a\xe6\xe5\x90\xb8\xee\xbd\x9a\xa9\x4c\xe3\xce\x0e\xf3\x04\xb7\xd5\x84\x4c\xa5\x6d\x69\x89\xed\xfc\x8e\xe7\x47\x06\xe6\x8e\x52\x7a\x3b\x4c\x87\x19\x5f\x97\xb5\x1a\x13\x23\xe7\x33\x03\xe7\xaf\x5f\xa6\x0b\x69\x6d\x90\xf4\xad\x90\xc5\xcf\xcb\xde\x42\x01\xbf\x0a\x4b\x31\x72\x71\x76\x54\x7b\x00\x20\xf7\x6b\x50\xf1\xaf\x13\x2e\x49\xdb\x01\xdc\x9c\xdc\x53\x1d\xe3\x15\x52\xa5\x1d\x04\xd1\xe5\xf1\x6a\xd2\x9e\x33\x05\x9e\x11\x81\x28\xc5\x95\x1a\xa4\x7d\x4c\x64\x5e\xa0\x76\x58\x8c\xf1\xe8\xb8\x4a\x20\xbe\xc9\xc4\xdb\x5e\x9e\x7d\x2f\x4b\xf8\x96\x5b\xc2\xb7\x8c\x25\xfe\xa9\xc8\x88\xd9\xc2\x95\xe7\x5e\xb6\xbd\xdc\xd8\xd3\x70\xb9\x09\x2c\x1e\x98\x3f\xc6\x25\x9b\x41\xae\x5e\x83\xd8\x06\x5c\xcf\xa1\x97\x1b\x59\x60\x7b\x8e\xf3\x4c\xc4\x37\x89\xe3\x86\x7a\x80\x81\x5a\x42\x96\x8f\x89\x43\xc4\x92\x04\x0e\xbb\xd5\x79\xbc\xea\xe5\xa1\x30\xf6\xb4\xb9\x07\xe1\x4d\x06\xc1\x66\x7c\xa6\xce\xe0\x74\x3a\xdb\x36\xf6\xe4\x64\xd1\x12\x1e\x6c\x6e\x2c\x3a\x2f\xe3\xab\xf6\xa6\x13\xe1\x7a\x87\xcf\xea\x05\xde\xaa\x44\xb4\x36\xb1\xae\x4c\xbf\x6f\x7b\x3d\xff\x69\xa5\xe1\x9f\xd3\xf4\x7f\xd8\x1b\x5b\xa7\xbe\xcd\xc8\xc0\xff\xff\xf1\xeb\xa5\xbd\xc1\x2c\x93\x9f\xf5\x81\x37\xb2\x3d\xdd\xed\xd1\x4b\xc1\x06\x92\xcb\x33\x95\x50\x16\xa8\xdb\x16\xb5\x45\xd9\xb0\x48\x29\x1b\x0a\x45\x43\x0c\x62\x2c\x05\xcb\xa1\x8c\x45\xef\x18\x24\x89\x13\xc4\xf6\xe9\xd4\x03\x10\xb4\x65\xd5\x45\xcd\x8a\x66\xde\x30\x60\xd2\x80\x13\x9e\x1d\xed\x96\xf6\x81\x26\x23\x81\x5f\x12\x44\xdf\x24\x48\x75\xb9\x84\xda\x54\xf4\x72\xc8\x45\x1c\x25\x09\x89\x18\xfc\xe5\x4c\xfd\x8a\xa9\x84\x4a\xdd\xd5\x1c\x5a\x15\xb8\x1c\xa8\x9c\x81\x00\x05\xd8\x6f\x55\x85\xb0\x87\x88\x10\x46\xca\xa1\xda\xaa\x66\x4b\x10\x64\xca\xc9\xa7\x18\xa2\x80\x90\x87\x93\x5c\xb5\x12\x4a\x4c\x4e\x52\x90\x06\xe6\xf9\x2e\x58\xdc\xe5\x58\x5c\x03\xad\x31\x60\xdf\x13\x4f\x46\x5e\x5c\x43\xd4\x31\x84\x54\x03\xaf\x18\x56\x7a\x46\xd0\x58\xc8\x89\x6c\x98\x29\xf5\x2a\x75\xc3\x5d\x83\x6f\x3f\x11\x6c\xec\xd4\x39\xd4\xd6\xdc\x6e\x85\xca\x13\xe5\x50\x52\xf2\xb5\x07\x12\x38\xb8\xd5\xda\x3d\xb5\x12\x98\xc8\x33\x08\x36\xca\x55\x8a\xaa\xb2\x1a\xc2\x44\x43\xd8\x02\xb0\xd5\xb0\xa4\xb4\xb4\xe3\xa9\x14\x7d\xbd\x90\x9a\xee\xfe\xeb\x7f\x7f\x7b\x28\x2d\xb2\x6c\xd3\x16\xed\x84\x9d\xaf\xa5\xc5\x1b\xdb\x48\x4b\x81\xcd\x59\x45\xed\x3f\xfb\xff\x3a\x11\x4f\x76\xc7\x45\x6c\xd3\x8c\xdb\x8e\xe5\xb9\xc2\x0b\xe1\xf5\x31\xf4\xd5\x88\xd8\x16\xbf\xf5\xe0\xeb\x84\x76\x2d\x5e\xb3\xbc\x9a\x9d\x54\xe2\x6b\xb1\x40\xb9\x96\xd7\x08\xed\xd8\x60\x7d\x76\x65\xcf\xbb\xb2\xdb\x06\xbb\x44\x8b\xd8\x2a\x09\x88\x92\xfb\x08\xc7\x0a\x6f\xdd\x92\x96\x10\x47\x1d\xb4\xf4\xde\xc0\xb6\xc3\xad\x71\xf5\x20\xcc\x31\x2d\x71\x8e\x78\x99\x45\x50\xbe\x3c\x44\x0c\xf3\xff\x73\xbe\x03\xdf\x84\xce\x67\x3f\x65\xe4\x7b\xff\x80\x32\xfd\xcb\x7e\x48\xb5\x80\xff\x69\x65\xfa\x8e\x0f\xed\xc2\x85\xdf\x5b\x77\x0c\x37\xbd\x3f\x64\x99\xbe\xeb\x43\xc7\xf3\xc1\x7c\xff\xf3\xfd\xf4\xe9\xee\xf3\xfd\x74\x3b\x5f\x36\x31\xe0\x09\xff\x60\x8f\x7c\x1b\x9f\xa1\xfe\xc4\x2b\xcd\x82\x28\x6f\x4a\x07\x03\x7e\xac\xa1\xd2\xe4\x29\x14\x76\x14\xa4\x78\x63\xd4\xd2\xd9\xce\x28\xf2\x43\xca\xaf\xf8\x78\xca\xb9\xfd\xfa\x9b\x44\x04\x58\xc8\x00\x6c\x54\x7d\x5f\x65\x4f\xa1\xb1\x31\x48\x26\x60\x68\x17\xc7\x65\xe5\xe5\x68\xc4\x9e\xb9\x3c\xaf\xfc\x7c\xc6\xc5\x95\xb7\x0e\x19\x76\x5f\x2e\xd8\x1f\x3c\xba\xba\x4e\x07\x3c\xbf\x5c\x9e\x0f\x92\x19\xe9\xe7\x41\x2a\xd7\x9e\x73\xd9\x1e\x26\xc2\x8a\x7a\x33\xaf\x4d\x35\x45\x79\x36\x6f\x31\xf1\xcc\xe5\x36\xf5\xd0\x40\xd3\xd6\xf2\xb2\x57\xaa\xf3\x3c\x96\x6b\x6c\xf1\xf6\x70\xbf\x0d\xee\xc6\x1c\xca\x86\xc1\x69\xdf\x38\x1c\xec\xb4\x5a\x74\x8a\xa6\xda\x70\xad\x41\xd8\x35\x0a\x25\x1d\x78\xf5\x32\x81\xdc\x6b\x93\x19\x20\x0d\xc0\x44\x38\x79\x07\xbe\x34\x33\x05\x51\xa5\xa9\xf1\x71\x2e\xc0\x6c\x96\x4f\x39\xcd\xe6\xfb\x5f\xde\x81\xea\xb3\xa4\xfe\xb6\xf1\x9f\x78\x59\xef\x4d\xaa\x55\x12\x7f\x27\xeb\x04\x4c\xde\xf3\xe1\x27\xb0\xfe\x92\x51\xc8\xb5\x50\xe9\xd8\x7a\xaa\x34\x80\xff\x5a\x7c\x25\x4c\xc5\x88\x6d\xb5\x3f\xd3\x80\xdf\xdd\x69\x1e\xd9\x54\x8f\xa7\x81\xbf\x6b\x8e\x43\xf8\xdf\xef\x2e\xf9\xdd\x1f\x3b\xcd\x42\x85\x9a\x48\x9e\x3d\xc7\x23\xd7\x6e\x8a\x7c\xec\x08\xbe\x4a\xe2\x8a\x2b\x5b\x6a\x07\x57\xfc\xa9\xb6\xb8\xd4\xfd\x3b\x02\x2b\x97\x47\xfc\x69\x88\xe5\xe9\x16\x7c\x99\x56\xf8\x2d\x45\xb6\x7e\xa9\xe3\xe4\xb5\x42\x77\xf0\x22\x4f\x7e\x54\xb1\xd5\xf9\xb5\x34\x70\xff\x58\x10\x77\xcb\xf0\x5e\x38\x6c\xf3\x15\x3d\x8e\x93\xb6\xd5\x61\x7c\x47\x9d\xb3\xe2\xe1\x59\xb5\xf7\x8a\x81\xc7\xaf\x9a\x6a\x30\x06\x8c\x76\xb2\x26\x79\xf2\xe3\xdc\x1a\x6d\x69\x17\x6b\x12\x37\x4e\xed\x86\xea\x2f\x14\xd8\x71\xa2\xd0\x66\x4f\x20\x68\xa5\x00\x78\xd0\x6a\x64\x06\x46\xd0\x53\x3c\x55\x1f\x68\x56\xfb\xa7\xf8\x96\x02\xa8\x33\xea\xf8\x87\xa5\x21\x20\x7f\xd5\x4d\xef\x41\x7b\x64\x9e\xc6\x6d\x50\xfc\x78\x60\xfa\x57\x17\x68\x96\xe2\x04\x98\x00\x51\xf5\xd0\x1c\xf8\xb5\x84\xdc\x8c\x98\x57\x06\x59\x50\x73\x62\x2c\x12\xc9\x07\x72\x74\xea\x87\xb1\xb4\xed\xe6\xfe\xe9\xc2\x55\xec\x9d\x34\xcc\xf7\x4f\x6f\x39\x15\x96\xcf\x7f\x5c\x61\x00\x5a\x93\x19\x0c\x09\xbd\x76\xd5\xe0\x4f\x07\x0d\x7e\x28\x29\x87\x82\x32\xa6\xf9\x3f\xc8\x5b\x7a\xf1\xaa\x57\xff\x0e\x02\xde\x5c\x2a\xed\x6f\x00\xc1\x15\x39\x0b\x82\x3b\x74\xa2\x7f\x85\xb7\x9e\xf4\x94\xc7\x8b\xc7\xcb\xc7\x37\x03\xd1\x69\xe5\x3f\xf1\x01\xcb\x4a\x1f\xda\x87\xf6\xc1\x8e\xc3\x77\xe2\x43\x8e\xa2\xe7\x38\xea\xbf\xd4\xd3\xee\x9a\x9e\x23\xe5\x87\xf6\x5f\x0f\x9d\x83\xf4\x0f\x89\xd2\x56\xf5\x87\xf8\x81\xf3\x8a\x12\x91\x74\xca\x96\xfe\x81\x43\xd6\xdb\xa5\x82\xde\x93\x6f\x25\x7e\x90\x41\x99\xe8\x09\x60\xf8\x9c\xb4\xbb\xac\x1f\x35\x36\xc5\x6d\x3a\xbe\xf8\x81\xca\x0d\xe7\x32\xe7\xf6\x41\x38\xe4\x8f\xeb\xbb\x49\x1a\x72\xc3\x74\xc2\x52\x38\x3f\x5e\x0a\x13\xa2\x29\xdf\x40\x08\x91\xd5\xb2\xaf\x7b\x6d\x7a\x7e\x36\x65\xff\xac\xca\x00\x6f\xd2\x57\x74\x06\x60\x80\x9f\x55\x19\xb8\xb5\x4f\x54\xe1\xc5\x3d\x79\x11\x30\x18\x44\xdf\x30\xaa\xb5\xd6\xf4\xac\x81\xca\xf1\x48\x25\x59\xbf\x67\x9d\xab\x75\x6e\xd7\x23\x19\xed\x86\xb2\x25\xcf\xaa\x9b\x6a\xa6\xcf\x48\xe6\xd3\xdd\xe7\xab\xdb\x5f\xbe\xde\x3f\xfe\x7c\xb1\xe7\x3e\x1e\xf2\xd3\xee\xa9\xb7\xf0\x58\x6e\x57\xb5\xfd\x8d\x11\x7a\x5f\xb2\xa3\x11\x5a\xeb\xeb\x9d\x23\x34\x53\xc3\xb4\x58\x43\x9d\x38\x34\xcf\x60\x91\x24\xcf\x81\x5c\x0f\x1c\xfa\x4c\xc0\x43\xd3\xfb\xa4\x63\x9b\xce\x90\x21\xbb\x1c\x8a\x47\x52\x30\xff\x16\x97\x01\xff\x54\x0d\x4b\x09\x13\x2e\xc0\x7b\x6a\xe8\x2e\xfa\x0e\xf4\x42\x63\xef\xc6\xeb\xf4\x6e\xf6\x35\xea\xa7\xf5\x9f\x03\x30\x4a\x60\x47\x2e\x87\x0a\x58\xd4\x8c\xd8\x25\xb5\x4d\x3a\x48\x8c\x4a\x60\x27\x1e\x38\x7c\x06\x72\xd8\x7c\x62\x6c\x91\x78\x92\xd0\x71\x06\x22\x8b\x40\x06\x54\x18\xc8\xd5\x18\xb2\xeb\x0c\x24\xd1\x50\x5e\x1e\xa8\xc7\x00\x39\xfe\xee\x82\x66\x2d\x68\x47\xe9\xea\xbe\xa0\xf5\x3b\x0b\xba\x11\x56\x93\x80\x03\x7f\x47\x39\xad\x1f\xe6\x7d\x29\xd9\x4a\x79\x2a\xb9\xbf\x5e\x6a\x32\x3c\xfe\xfa\x06\x06\x68\x9c\x16\xcb\x34\x27\xf0\x20\x72\x09\x65\x92\x60\x61\x74\x00\x5b\xd2\x81\x10\x27\xc9\x1c\x5c\x72\xf2\x92\x56\x98\xe1\x1d\x14\x89\x49\xa5\x0e\x24\xd7\x08\xff\xe7\xab\x54\xaa\x2b\xa2\x65\xa0\x6c\x0c\x03\xd8\x17\xe7\xc9\xb7\x66\x68\x4e\x05\xb8\x43\x05\x27\xfa\x2f\x3a\x0e\x35\x68\x3d\xea\x63\x2d\xd0\x95\x44\x55\xcc\xc0\xcc\x1e\x1d\xd7\x84\x3a\x32\x80\xa2\xda\xd1\x8f\x40\xa3\x2a\xcb\xbf\xad\x4e\xbf\x15\x9c\x8d\x8e\xb8\x79\x03\xd9\x44\xac\x50\x53\xe5\x9f\x42\xf7\x22\x70\x19\x2a\x06\xf2\x6d\x88\xdf\x67\xab\xf8\xcf\x8f\xbf\xfd\x3c\x3f\xde\x7e\xfe\x38\x5f\xaa\xe3\x3d\xfe\xfa\x19\x1e\x39\xfa\x94\xbf\x9d\xbf\x7e\xbb\xea\x53\xa3\x7f\x57\x3d\xa2\xb6\xc0\xdd\xd5\x5a\xa8\x1b\xee\x1d\x64\x5c\x71\x00\x41\xec\x71\x22\xf4\x64\x01\x82\xa8\xa4\xa5\xd2\xb2\x01\xe4\x9d\xec\x87\x43\x07\x9e\xb2\x31\x61\xe8\xd9\x35\xeb\x48\x59\xcf\xa2\xf5\xdb\xd6\xe6\x09\x5a\x3f\xf1\xb6\xe4\x20\x13\x09\x0a\x0c\x5c\x5e\x10\xef\x82\x6a\x4d\x5f\x7a\x56\x56\x3e\xdd\xdd\x7e\xfd\xf1\x76\xbe\x74\xe5\x48\x05\xe5\x61\x3c\xf2\x06\x9e\x40\xfa\x71\xc5\x2e\x99\x79\xc5\x94\xba\x22\x45\x7d\x3a\x98\x35\x0e\xa7\x8a\xa3\xf9\xe1\x41\xa8\xb8\xf8\xb7\xbf\xc6\x9b\xe3\x5e\xa0\x69\x0c\x64\xd9\xa9\x40\x25\x1d\xde\x7a\x68\x5e\x18\x60\x82\x06\x07\x98\xb5\x39\x9a\xa6\x12\xbb\xd1\x43\xf7\x55\x15\x77\x30\x35\x55\xcf\x40\x05\xea\x9e\xd3\x93\xe7\x1e\xba\xeb\x21\xe3\x8a\xe3\x04\x48\xdc\x0c\xdb\x0f\x6f\xd7\xcf\xe8\x4b\x1c\xa0\x07\x41\xa4\x8c\xcf\x00\xbe\xa7\xe2\xf3\xdd\xd9\xe7\x75\x78\xd7\x97\xbb\xf1\x11\xa7\xaf\x7c\xc2\xac\x00\xcf\x48\xbb\x30\x99\x29\x08\xc2\x39\x8b\xb0\x05\xf0\x0f\xde\xe1\x1a\xfa\x03\x0f\x6e\x3c\xbd\xc2\x7d\xcf\x26\xab\x06\x43\xc3\x73\x08\xcf\x2a\x36\x09\x19\x2b\x33\xc3\x72\xb0\x4f\x38\x4e\x4f\xfa\x49\xe0\xa7\x8c\x92\x4e\xc0\x8d\xc2\x27\x92\x1b\x60\x62\xc5\x4e\xa2\xf5\x3a\xd4\x78\x00\x4a\xfa\x30\x8f\x77\x15\xea\x50\x97\x5a\x5c\xb7\xd4\x36\xbe\xea\xf5\x93\x7e\x7c\x1a\x35\xf8\xa4\xdf\x44\xa5\x2e\xb5\xfc\xf2\x29\x13\x3b\x0b\xf5\x3a\x1a\x51\x0c\x5e\x32\x90\xb1\x09\x6a\xb1\x03\x01\x28\xdb\x1c\x82\xb1\x5c\x06\xc2\x4a\x55\xdf\x44\x02\x43\x81\x33\xf5\x4d\xff\x1f\x3e\x90\x52\x96\x6e\x58\xc0\xd5\xd8\xae\x38\x17\x73\xa2\x6c\x18\x54\xb0\x24\x5b\x11\x15\x03\x16\x6c\xc3\xff\xd6\x49\xb5\xc8\x20\x12\xa9\x01\xc8\xe2\x80\xff\x0e\x50\xf8\xf8\x0a\xe5\x25\xc9\xd6\x71\x1b\x41\x31\x42\x41\x5c\x4e\x4e\xd2\x0e\x43\x78\x2b\x29\xc8\x34\xac\x15\xe3\xe9\xd1\x51\x0a\x28\x19\x86\x57\x9e\x4d\x3a\x12\x99\x06\x45\xfa\x75\xdc\x4d\xbb\xbb\x20\xd5\x06\x77\x44\x77\x19\x8c\xd4\xfd\x29\x55\x53\x1d\x74\x9a\xd6\x0b\x93\x16\x46\x53\xea\xc0\xa3\xb9\xd3\xd7\x38\xbc\x66\x07\x49\x38\xde\x89\xc2\xe0\x5e\xbb\x56\xbd\x2e\xa7\x01\x94\x9c\x0c\x25\xf9\xfc\xc0\xf2\x78\x29\x60\xb0\x0d\x2a\x8f\x6f\x41\x05\x97\x69\xef\x86\x08\xdd\x2e\x73\xa8\x53\x0e\xd5\x77\x38\xb8\xb2\x09\x8f\x9e\x24\xb6\xe9\xe5\x64\xe1\x01\x38\x64\x86\xe2\xd7\x5c\xc1\xc0\x0e\x30\xeb\x60\x68\x4f\xc0\xc2\xf7\x52\x55\x7a\x55\xec\x5a\x0a\xd5\xce\xb4\xc8\x00\x7f\x4e\x03\xf9\x39\x3a\x76\xd0\x9f\x1a\x00\x4c\xab\xb6\x30\xb9\x94\xda\x80\x46\x37\xd9\x10\xb0\xd1\x1c\xb5\x30\x4b\x9c\xc4\x46\xe9\x61\x47\x38\xc8\xa0\x8a\x1f\x19\x85\x63\xf2\x55\xa5\x53\x27\x2f\x5f\x7b\x48\x2f\x0f\xaa\x9a\x81\xda\x2c\x4d\xbe\x83\x07\xb3\x02\xa7\x54\xfb\x70\x4e\xbb\x53\x12\x50\x20\x69\x42\x76\xdc\x3d\x45\x71\xb5\xe8\x44\x83\xc1\xa1\x62\xf5\x88\xdc\x60\x80\xd2\xa9\x07\x48\x36\xf5\x4a\xd4\x8c\xd3\x4e\xe3\x24\x19\xd2\xbd\x30\xa0\x80\x81\x37\x1d\x1d\x27\xfd\x68\xcb\x18\x11\xf0\xfd\x6e\xfe\x2d\x59\xc7\x94\xa2\x32\xa2\x22\xa2\x4a\x6a\xc7\xf0\x02\x28\xdb\x66\x11\x96\xd8\x83\xc5\x4c\x04\x54\x55\xc7\x9a\xe1\x0a\x14\xfb\x20\x38\xc9\x8c\x30\x4c\xd4\xb0\x6a\xc1\xa3\x8e\xb5\x1f\x04\xc6\xfc\x67\x68\xf7\x78\xb6\xd8\x38\x03\xe6\x4b\x60\xfe\x9b\x36\xac\x83\x50\xb6\x45\x01\xf3\x66\xaf\xda\x9e\x09\x3b\xfb\x00\x39\x10\x97\x81\xa6\x94\x7d\x40\xd8\x18\x19\xd6\xab\x9c\x21\xc5\x5e\x24\xf8\x3f\x6f\xef\xdf\x2b\xc5\xfe\xcb\xed\xfd\x1b\xa2\x5c\x77\x08\x01\x29\x47\xf0\x7e\x0f\x44\xa8\xee\x01\xaa\x9f\xba\xe6\x33\xeb\xa0\xa8\x8d\x8a\x33\x8c\xa2\xd1\x73\x52\xe5\xdc\x83\x5c\xa0\x19\xba\x1f\xab\xe6\x25\x6a\x1c\x48\xf4\xb5\x42\x55\x3f\x27\xb0\xc1\x86\x43\xb2\x41\x51\x05\xb6\x38\x4e\x56\xf1\x5c\xb2\xe9\x49\xd8\xe1\x86\x74\x0e\xc1\xb4\xff\xb7\x9c\xcb\x6b\x42\x9b\xd0\xf7\x9a\x8a\xaa\x8e\x3a\xbb\x7c\xbf\x3c\xb0\xa1\x0f\xaa\x4a\x84\xea\xa7\x84\xb9\x2d\x83\x2f\x02\x27\x64\x33\x86\x5e\x28\xa0\x39\xf0\x15\xbc\x7a\xd9\xf7\x06\x39\xcd\x20\x7d\x85\x6e\x89\x5d\x8a\x80\xc0\xb9\x7c\x25\xb5\x07\x95\x3a\x19\x9a\x9b\x14\x90\x12\x4c\x5a\x01\xf0\x43\x11\x95\xe5\x82\xf9\x00\x94\xa9\x2a\x05\x1d\x0c\x63\x2a\x87\x08\xa4\x63\x97\x74\x70\xcb\x2a\xa5\x60\x6e\x55\x41\xb1\x81\xbb\x00\xf9\x42\xd4\xa0\x61\xd7\xf4\x43\x39\x60\xf2\x8a\xb0\xc4\xc8\xaa\x32\x6b\x4d\x55\xb3\x88\x11\x01\x6d\xb8\x5c\x43\xa3\xd5\x49\x46\x07\xee\x00\xda\x49\xe0\x0d\xc6\xd0\x5e\x3e\x25\x68\xa0\xa2\xd6\xee\xe4\xab\x36\x9b\x56\x86\xd5\xd4\x18\xe6\xcb\xac\xf3\x5d\x71\x45\x6c\x4d\x0b\x7d\x1d\x0c\xf0\x3a\x34\x63\x24\xb6\xf9\x16\x32\xcd\x98\x67\x50\x3c\xab\x33\x07\xa7\x9f\x0e\xd6\x5c\x4a\x20\x7f\xa7\x59\x5f\xe8\x8b\x4c\xfa\x35\xd0\xa7\x2d\x38\xc7\x00\xcd\x57\xc5\xa8\x43\xbf\xfa\x77\x8e\xfe\x95\x72\x74\x6e\xe0\x7a\xe7\xa0\x75\x3a\x5e\x9d\xea\xf2\xbb\xc5\x37\xb5\x36\xb8\x4d\xff\x73\xf4\xad\xc4\xf1\x44\xa1\x79\x5a\xab\x96\x2f\x9f\x5a\xc3\x84\xce\x93\xc1\x37\x0b\x8c\x81\x08\x72\x52\x3d\x36\x63\x1d\x64\x3d\xc0\xec\x40\xf6\x04\x1a\x15\x3d\x19\x3a\x9c\xa8\x2d\xa2\x7f\x4f\xd1\x27\x32\x05\x98\xbd\xce\x75\x3a\x58\xeb\x1b\x3c\x07\xd6\x16\x37\xdb\x02\x73\x79\x71\xc3\x85\x21\xfe\xdf\xf5\xe5\x73\x32\xfd\xc3\xf6\xf1\xb7\xbb\x2f\x4f\xd7\x77\xb7\xcf\x17\xba\xbf\x41\xb6\x9f\xec\x31\xbf\xd5\xe7\xde\x10\x72\xd9\x31\x0a\x35\x4c\xb2\x35\xee\x07\x68\x39\xed\xea\x43\xfe\x8e\x7b\x7a\xfe\xde\x9e\x5e\x8c\x30\x50\xa0\x11\x95\xd3\xa1\x67\x3d\xf2\xfc\x01\xb2\xe3\xa9\xf3\x1f\x2a\x43\xa9\xc9\x1f\x2a\x3f\xfe\x8f\xd5\x60\xff\xec\xa1\x9b\xff\x19\x43\xf7\xd9\x91\xe4\xd7\xf7\x4c\x8e\x4f\xbf\xfe\xfc\x86\x13\xed\xb4\xc4\x6e\xe5\x0a\x62\x2e\xce\xa1\x4e\xa8\xdb\x1e\x9a\x4f\xa1\x86\xe6\x8d\xeb\xf6\x9c\x3d\xca\xc6\x82\x0b\x85\x5b\x93\x63\x69\xc5\xa8\x25\xbd\x1a\x93\x3e\xab\xbd\x52\x2c\xa8\xb9\xeb\x89\x29\xba\xda\xd6\xa8\x4c\x3f\xd0\x60\x55\x79\x77\x6a\xde\x07\x55\x67\x9b\x19\xae\xc5\xa9\x15\xd4\xf4\x8a\x6a\xaa\x76\xd6\x33\x9a\xe6\xd8\x2a\xad\x7c\x52\x99\xda\xca\xaa\x71\x63\xe0\xae\x10\x26\x55\x68\x7b\xc4\xea\xa7\x18\x73\x19\x87\x32\xe9\xa8\x5e\x57\x3f\xda\xe0\x20\x53\xc9\x2d\xc0\x03\xdb\xae\x43\x10\x96\xd3\x8c\x15\x5d\xd7\x61\xb3\x57\x03\xe2\xc1\x8a\x05\x8f\x5d\x92\xea\x46\x05\xc2\x69\xdd\x63\x7d\x4b\xcd\xc6\xbc\x49\xad\xb8\x86\x15\x3c\xb5\x0a\xba\x57\xb3\x96\xe1\x5b\xa1\xa6\x88\xfe\x6c\xb8\x76\xd7\xcd\x6d\x43\xfb\x54\x0b\x72\xc5\x89\xd5\xde\x75\x4c\x65\x1c\xd5\x26\x69\x41\x36\x54\x46\xe2\x36\x8c\x86\x7e\x55\x54\x7e\xb3\x1a\x07\x0e\xa7\x7a\x11\xb7\x67\xd8\x94\x4d\x5b\xb5\x61\x66\x24\x6c\x0d\xe9\xd3\x6a\x04\xe0\x84\x87\xd0\xd6\x40\xf3\x92\x48\xfc\xee\xc1\xc9\x8b\xd9\x20\x55\xe5\xde\x8c\xe9\x00\x68\x19\x9e\x61\xac\x73\x0e\x69\x2a\x66\xea\x88\x23\x38\x67\x99\xe5\xeb\xd3\x58\xe2\x21\x10\xa9\x70\x1e\xa8\x24\x3e\x15\xec\xe4\xc3\xe0\xa8\x3d\x00\x88\x02\x0b\x3a\xfa\xd1\xaa\x5d\x12\xfb\x42\x0d\x2b\x83\xe6\x4a\x52\x42\xc2\xea\x32\x67\xad\x34\x82\xec\x88\xad\x88\x24\xd2\xc2\x65\xc4\xa6\x78\x8a\xf9\x8a\x1b\xd6\xa7\x0b\xd8\xe8\xb2\xf6\x4f\xf4\x49\x3d\x4e\x36\x12\x44\xdf\x44\x0d\xa8\xa2\x47\x9d\x40\x5f\xeb\x7c\xef\xd4\x4e\x9f\x7e\xbd\xc8\xa2\xde\x21\x11\x65\xfa\xa7\x59\xd4\xd4\xcc\xa4\x4e\x16\xb9\x03\x93\x1a\xec\x68\xbf\xab\x51\xed\x53\x2b\x80\x83\x08\x32\x69\xe1\x64\xf5\xd3\x1b\x8a\x44\x78\x55\xc2\xc2\xb3\x0e\xd6\xad\x07\xf0\x7a\x36\x07\x58\x53\xaf\xf6\x08\x23\xce\xa6\x6b\xe7\x34\x54\x53\xc4\x1c\xe2\xcc\xb6\x42\xb0\x3a\xc8\x2e\xf0\xdc\x06\x55\xf8\x94\xcc\x86\xe5\x85\x57\x07\x6b\x47\x58\x4a\x91\xd9\x57\xf0\xe7\x66\xfd\x12\x32\x4b\x13\x84\xb1\x6b\xa7\xd0\x3a\xd7\x13\x86\xa7\xca\x8c\x14\xae\x12\x9e\x31\x48\x26\x7b\x2f\x3e\xd0\xb1\x36\x67\xc0\xd8\x2a\xa5\x79\xd6\x14\x0e\x69\x2b\x39\x00\x45\x60\xcd\x6f\xbc\x1e\x14\x9b\x58\xa2\x0a\x69\x1e\x09\xfc\xee\x91\x69\x2c\x07\x2d\x00\xdf\xfa\x76\x7d\xa9\xbd\x39\x8f\x01\xa3\x4e\x6a\xa6\x73\x10\x3f\x1c\xb6\xc6\x02\x15\x2a\x29\x3b\x0e\x16\x3c\x89\xcd\x9c\x94\x55\xaa\xb0\x64\x0e\xae\x77\x8f\xfe\x13\xa1\xca\xa6\x97\x87\xa2\xf5\x92\x1b\x2c\x36\x3c\x43\x3a\x7b\xc2\x9f\x2b\x61\x08\x17\x6c\x33\x94\x41\x9e\x88\x1d\x85\x94\x6c\xf5\x1f\x53\x84\x8b\x87\xee\x51\x03\x62\x0d\x8b\xf9\x29\x1b\x1d\x24\xd8\xad\xc8\xa6\x5f\xca\xb6\xb0\x51\x54\x5e\x30\xd0\x03\xe3\x93\x5f\x1e\x52\xb2\x65\x95\x12\xf8\x8f\x64\xb3\xfe\xf1\xac\xe8\x7f\xe7\xe8\xfb\x56\x1a\xfe\xf7\x2f\xef\xdf\x67\xfe\xf5\x97\x4b\x77\x99\xff\xbd\xc1\x0f\xc8\xe6\xae\x03\x18\xb7\x76\x9d\xb8\x3d\xbf\xc6\x29\x3f\xc2\x50\x8f\x18\xdf\x6f\x8c\x47\x32\xeb\x54\x01\x2d\x3b\xda\x98\x43\xd5\xa6\x7c\xdb\x6d\x9e\x29\x66\x9b\xe7\xc1\x77\xc5\x3b\xc2\x01\x9c\x0c\x26\x04\xdc\x75\x96\x86\x22\xb4\x54\x78\x92\x74\xec\x2d\xfb\xd7\x77\x99\x1f\xa7\xbf\x7e\xbd\xbd\xbf\x70\x83\x79\x24\x7e\x83\x34\xb2\xec\xa2\x34\x75\x3e\x2e\xb2\xf5\xb9\xdc\xa4\xd4\x42\x6d\x33\x95\x16\xaa\x78\x1c\xd2\x44\x39\x64\x46\xb4\x2b\xc8\xd3\xc1\x52\x1b\x41\x59\x2d\x6c\xe7\xd7\x6a\xce\x34\x10\x3c\xf5\x6c\x5b\x43\x5d\xe0\xd1\x64\x9d\x0e\x64\xe9\x31\x6f\x0c\xe7\x4e\x3f\x71\x33\xbe\x38\xf9\x41\x85\xe8\x17\x2a\x44\x0f\x2a\x44\x07\xd7\x44\xd5\xe7\x73\x43\xf4\x68\xb3\x2d\x1f\xa3\xfc\x54\x8d\x36\xc3\x13\xd1\x58\x0a\x22\x38\x7a\xf0\xac\xfd\xff\xf2\x49\x12\x2c\xeb\xc2\xa1\x18\x90\x33\xe2\x7d\x55\xe2\x30\xb3\x13\xb8\xdd\x33\x87\x2c\x13\x82\x3c\x01\xe2\x06\x0c\x38\xae\x5e\x9a\x2a\x79\x45\xf4\x24\x73\xe8\x69\xb7\xad\x12\x17\xba\x77\x90\xe7\xd7\xa1\xe2\xc3\x0f\x55\x42\x14\x63\x6e\xe5\x0e\x36\x3c\xd5\x97\x74\x3e\x2b\x82\xc9\x9a\x8b\xc3\xef\x55\x52\xdd\x32\x81\xb5\x08\xce\xd5\x02\x66\xa0\xd6\x9c\x80\x33\xb2\x4d\x2a\xfc\x30\xfc\x04\xc6\x82\x54\x9c\x91\xc8\x0f\x99\xc8\x6e\xa1\x78\xa7\x62\xf2\xf9\x42\x5f\xc1\xc7\xcf\x77\xdf\x1e\x38\x88\x77\xe2\x51\x1b\x76\x40\x29\xe4\xd9\x17\xd0\x35\xc1\x3b\xc3\x46\x52\x8a\x58\x72\x6a\xd8\x22\x08\x7d\x93\xa4\xa0\x73\xd7\x89\x06\xd9\x1b\x56\xa4\xb4\x2c\x18\x22\x79\x2e\xb6\xed\x06\x4e\x38\xec\xc6\x62\x03\xcc\x76\xd9\xf5\x0d\xdc\xb1\x9f\x10\xe1\xfa\xad\x0a\x7e\x01\x9f\x20\xf6\xc5\x09\x1f\xd1\xb4\x70\x41\x30\x2e\x5a\x9e\x45\xf5\x79\x55\x0e\xe0\x8d\x20\xb6\x79\xa6\x4a\x47\xf5\xf0\x62\x0b\xbc\x21\xaa\x80\x44\xe9\x31\x14\xd5\xed\xeb\xa4\x4a\x96\xc0\x21\xcc\xb4\xd8\x91\x72\xf6\xfb\xb7\x79\xf3\x3c\x00\x04\x01\x81\x14\x91\xaa\x57\xd3\x49\x67\x06\x95\x14\x30\x25\xc2\x7d\x3d\x9b\x0b\x00\xcc\xed\x1a\xf2\x4c\x02\x23\x54\x25\x6d\xb2\x0c\x2d\x1c\x61\x70\x29\xf1\xaa\x84\x26\x15\x95\x50\x2c\xad\x49\xe5\xc8\x95\x5a\x11\x06\x6e\xe8\x60\xc6\xe6\x8d\x74\x86\xaa\x02\x50\x21\xcd\x92\x58\xb6\x65\x4c\x6c\x4e\xd3\x24\x00\x17\xe5\xe1\xd2\xa0\x15\x8e\x4d\x44\x1d\x76\x1b\xfc\x58\x36\x59\xe5\x2e\x97\x59\xcd\xcf\xe2\x50\x0f\xa3\x08\x20\xe0\x1c\x5e\xef\x96\x18\xd5\xea\x46\xb5\x6a\xc6\xe1\x01\xa1\xe3\x37\xc1\x73\xfe\x74\x65\xe0\xf1\xf3\xdd\x9f\xbe\xdc\xfe\x7c\x69\x68\xf6\xe3\xe7\x3b\xff\x23\xd2\xbf\x81\x68\xc1\x65\x1d\xd4\x22\x32\x9d\x5b\x52\x79\x52\x9d\x7f\x5c\x71\x40\x7c\x48\x63\x25\x25\xa9\x09\x46\xd8\x11\x73\xb5\x84\x86\x6d\xd0\x82\x8a\x86\xe3\x7f\xf6\x44\xe6\x96\x61\x8e\x02\xaa\xce\x4a\x37\xfe\x1a\xf1\x0d\x73\x7f\x0e\xd5\x5b\xa0\x40\x28\x3a\xef\x08\xec\xbc\x46\x36\x1d\xf6\x67\xed\x9d\x53\x02\x39\x9d\x4e\x6a\x46\xb7\x9a\xc1\xb6\x6a\x86\xdd\x69\x86\x7f\xb0\xec\xba\x25\xb7\x7a\xce\x5a\xe5\x20\xc3\xc9\x45\xf3\x9a\x9e\xa9\xf7\x90\xae\x70\x3d\x15\xe0\x7e\xbb\xd4\x8b\xb9\x0b\x1a\x54\xe2\x89\x49\xf4\x74\x60\x07\x4d\xd1\x27\x70\xa3\xb3\x2f\x30\x79\xf5\xac\xc2\xeb\x70\x2c\x59\x99\xd7\x4c\xb3\x2e\x6a\x80\x99\x05\x8a\x38\xd8\xea\x60\xad\x20\x8c\x7c\x48\xa4\x30\x8c\x8c\xee\xba\xf6\x7d\xb5\xc2\x9b\x2d\x49\xc3\xca\x86\xf6\xa4\xca\xb5\x0e\x7f\xf0\x77\x28\xe6\x4d\x99\xc6\xca\x58\xb3\xfd\x65\xd1\x69\x1c\x67\x35\x87\xfe\xf2\xa9\x45\x67\xfc\x82\x47\x4e\x59\x4f\x07\x73\xf4\xc1\xc4\x7c\xe0\xd2\xf5\xf2\x60\x84\xaa\x67\x26\xf0\xa7\x75\xba\x83\x97\x1f\xbc\xfb\xe5\x81\x59\xfc\x60\x42\xfe\xde\x5c\x9c\x74\x89\x9f\x7e\xba\xbb\x74\x4c\xd6\xa4\x6f\xf8\x6b\xfe\x24\x3b\xc4\x69\x36\xce\x94\x7e\xba\xe2\xb4\x4d\xac\x5a\x52\xd9\x6b\x49\xb2\x68\x49\x3f\x64\x9d\xd7\x54\x5b\x33\x34\x89\x6b\xe2\xb8\x0a\xa1\x58\xc5\x34\x3c\x33\xa4\xeb\x70\x81\xcb\x7c\x87\x7a\x99\xcc\xc4\x72\xc3\xc4\xb2\x80\xaf\x27\x3f\xce\xcd\xe2\x02\xdd\x33\x32\xf3\xf2\x00\x87\x0a\xa3\x84\x47\x40\x4f\x85\xa6\x59\x48\xed\xb8\xa4\x0a\xf3\x36\x23\xd4\x87\xcd\x25\x5a\x95\x73\x81\x89\xe8\xce\xa0\xad\x3f\x5e\xe8\xad\xfd\xf8\x86\x7f\x76\xa4\xb4\x73\xae\xab\x30\x2c\xe1\xab\x2c\x70\xe4\x12\xa8\xc9\x58\x11\x63\xcc\x26\xe0\x21\xaf\x51\x87\xc5\x55\x82\x8e\x45\xb0\x0a\x2f\x88\x62\x53\x09\x96\xd3\x60\xbf\x17\x9f\xa2\xca\x7e\xf3\x59\xa7\x08\xf8\xfc\x26\x0c\xdd\xaa\x7e\xdb\x7c\x02\xa7\xa4\x90\x36\xa9\x69\xcf\x20\xd2\xd6\xa8\x63\x24\x52\xa5\x1b\xbe\x73\xc9\x17\xf8\x0d\xe7\x40\x37\x9c\x41\x98\x8a\xb7\x6b\xba\x88\x55\x01\x7c\x14\xec\x74\x15\x73\x71\x35\x03\x44\xe7\xe7\x0e\x0b\x1c\x83\x7b\x60\xc0\xd5\x69\x4f\xee\xe6\x9a\x54\x6f\x6a\x86\x0a\xc6\xa0\x1a\x84\x4f\x10\xd6\x24\xf4\x83\x3a\xaa\xd0\xa6\xc1\x6c\xc6\x7a\xc1\x28\xaf\x27\xd2\x89\xd9\x9b\x43\x93\x59\xe8\xa0\xd4\xc3\xaa\x64\x81\x2f\x00\x8a\xec\xcc\xcd\xd9\x16\xc5\x74\xd0\xb5\x05\x3e\xd5\xe9\x37\x05\xeb\x76\x8c\xd9\x0c\x0b\x78\x8c\x13\xf0\xa8\xa3\x9a\xd1\x10\x00\xde\xc3\x87\x9d\xe1\x99\x90\x6b\x60\x46\xd6\x77\xc0\x01\x51\x33\x59\x5c\x8a\x3a\xc6\x63\x68\xb1\xaf\xba\x84\x38\x2e\xd5\xb0\x6d\xc2\x1a\x79\x5d\xb5\x9e\xd6\xb3\xc3\x88\xaf\xf5\x0c\xbd\xdb\xed\x8a\xfd\x2c\xb6\xfe\x87\x97\x6b\xba\x68\xd4\x67\xa8\x34\x07\xef\x1e\x1d\x1f\xb5\x9e\xe1\xf8\x35\xea\xd9\x44\x20\x30\x20\x01\x0b\x5c\xd1\xad\x69\x9e\x3d\x5e\xa8\x35\xed\xab\x79\x17\xb6\xb1\x4a\xb3\x34\xed\xbc\x2f\xf0\x28\xaf\x23\x72\xaa\x01\x2d\x52\xa2\x37\xc1\x47\x58\x6d\xc5\x09\x4e\x17\x3b\xd9\x72\x64\x93\xb8\xc7\xda\x71\x48\x90\x11\x92\x40\x2f\x00\x62\x51\xbb\x0a\xc1\x17\xbb\xd0\x8b\x3e\x26\xce\x71\x3a\x96\xcd\x6c\x16\xed\x36\x95\xf8\x71\x6a\x37\xce\x74\xc5\x0b\x89\xa5\x1e\xff\xf2\xf4\xc6\xc8\xd6\xf2\x6e\xed\x11\x9a\x4e\xa7\xd9\x0f\x9d\x30\x4d\x1e\xa1\xdd\x10\xda\x1a\x00\x82\x3f\xdc\xaf\x08\xdd\xc9\x16\xd0\x2d\x36\xcb\x9c\xf8\x1b\xf4\x40\xeb\x6e\x19\xdd\x40\x7b\x92\x31\x5a\xd7\x79\x68\xab\xc9\xd6\x36\xa1\xde\xc1\x4e\xb1\x65\x20\x20\xfa\x6c\xb1\x2a\xb7\x03\xa8\x66\x3f\x34\x4a\x2c\x52\x25\x0f\x6f\x14\xac\xea\x0f\xd8\x47\x2c\x24\xf9\x62\x1e\xcb\xd1\xa8\x88\xed\x6c\x8b\x17\x99\x45\xaa\x02\xa1\xad\x6e\xdc\xa9\xf8\xd0\xec\xf7\xb9\x49\xb6\x0a\x66\x8e\xad\x26\xf1\x9a\x5f\xb8\xc3\x56\x5b\xd9\x07\x5f\x0f\xbb\x5d\x29\x1d\x14\x13\x53\x3e\xe1\x86\x3a\xaa\x66\xde\xd5\x1d\x8a\x8e\xd7\xd9\x66\x15\x66\x62\x04\x35\x67\xac\xe6\x4d\x88\xb4\x87\xa0\x56\x5b\x68\x23\x63\x1e\x07\xbd\x49\x90\x11\x27\x1d\x47\x80\x84\xc3\x57\x97\x1e\x96\x21\xfa\x58\xdc\x6b\xce\xc6\xcf\xdd\x87\x8b\x4a\x8e\xb9\xca\x12\x0c\xf5\x6c\x76\xee\xa8\x11\xdb\xd3\xb2\xd1\x15\xb5\x05\x3a\x76\x07\x82\x01\xec\x63\x0d\xe8\x4e\x1d\x5c\xc9\x15\xb3\xa7\xa3\xd1\x3f\xdb\xd9\xd2\x46\xc3\x99\x8d\x7c\xd7\xb1\x4b\xfc\xee\x43\xfb\x4a\x48\xce\x56\x99\xe1\xb4\x6c\x83\x36\x99\xd7\x63\xc6\xc0\xc7\xd1\x3c\x44\xe1\xf6\x68\x65\xf4\x19\x51\x23\x64\xca\x7f\x20\xbf\xd4\xcc\xba\xc5\xac\xa9\x0d\x11\x0a\xef\xf7\x56\xb9\x6a\x9e\x68\xbd\xe7\x16\xda\x64\xc3\x4b\x0f\x45\x8d\x4a\x23\x5c\x52\xab\xb2\x79\xfc\xd8\x20\xdf\x75\xe0\xb6\x8d\x0a\xed\xb9\x9a\xc1\x0c\x0a\xeb\xd4\xc0\xa4\xd8\x4a\xa0\x39\xa5\xe1\x27\x68\x8b\x07\xd9\x74\xb6\xec\x10\xf3\x63\xcd\x00\xf4\xfd\x00\xb6\x20\xd6\x91\x42\xa0\xc0\xdb\x58\x5a\xe0\x0e\x09\x93\xac\x2f\x8e\x56\x3a\x53\x69\xb5\xe7\x90\x66\x8f\xa7\xf1\x7e\x28\x34\x49\xbb\x93\x8c\x31\x49\x07\x74\x13\x9d\xe7\x94\x02\xa0\x8c\x54\xa1\x83\xf7\x32\x34\xbb\xbe\xec\xae\xb0\x19\x1f\xec\xb3\x56\xce\xa2\xe1\x59\x3f\xca\x9e\x3d\x47\xdb\x70\x62\x6c\x1b\x94\x1b\xa1\x06\x52\xa5\x04\x9d\x2a\x35\x50\xca\xe3\x73\xa8\xcc\x0d\x58\x7f\x51\xd7\x5a\x62\xed\xea\x1d\x3e\x8d\x9a\x6f\x9f\x6d\x8d\x1b\xeb\xcf\xc0\x52\x4c\x5e\x86\x8b\x38\xfb\xa2\x4d\x0c\xfd\xb5\x5b\x70\x3e\xe4\x06\xb5\x8d\xca\x4c\xa3\xb0\xc9\xea\xa3\xe3\x04\x1e\x91\x51\x75\x65\xd9\xa8\x28\xc6\x8c\xfa\x88\x68\x7c\x78\xb1\x63\x2d\x9e\xc6\x98\xd2\xad\x36\x61\x4a\x14\x5b\xa1\x5e\xbe\xad\x8a\x81\x58\x6b\x44\x5b\x2a\x22\xb7\x64\x7a\x66\x84\x04\xa1\x2d\x8b\x2a\x60\xd5\xb6\x1a\x50\x79\xbb\xb2\xdf\xe4\x0a\xcf\x0f\xf8\x7c\x37\x5b\xec\xce\x2a\xe4\xd8\x05\xc8\xd6\x30\xfa\xe9\x1c\x61\xa9\x8a\xab\xc5\xdb\x92\x76\x76\x9a\x77\xdb\x22\x63\xac\xeb\x17\x6b\x38\xad\x69\x28\xb6\x09\x8e\xa5\x98\x33\xad\x61\xe7\x7d\xfb\x43\x3d\x69\xda\xf5\xb1\x4a\xef\x16\x19\x81\x65\x80\x5e\xe6\x12\x34\x23\xb5\x38\x81\xf5\x8c\xf2\x42\x81\x44\x5c\x76\xc2\xe8\x07\x79\x9c\xfd\x5e\x6e\x81\x96\x4c\x98\x51\x85\xb1\x86\x5a\x12\xf6\x63\x88\xaa\x39\x2f\xd2\x84\xed\x84\x5a\x6d\x93\x17\x9c\x02\x58\x55\xab\xe3\x57\x6f\xbb\x5a\x4d\xf1\xc4\x6d\x2c\xa8\x55\xfb\x7d\x79\x60\xb3\x44\x1a\x1f\x0c\x46\xff\x9e\x41\x7e\xff\x19\x64\x5f\x0b\xff\x9e\x42\xfe\x0e\x53\xc8\xa7\x0c\x20\x6a\x49\x74\xe1\x0c\x52\xce\xce\x20\x27\x3a\xdb\xfd\xcf\x97\x2a\x6d\xf7\x3f\xbf\xc1\x06\x9a\xe9\x6e\xc7\x77\x2a\x31\x87\x74\x23\xd2\x6c\x2d\x23\xb9\x56\xe0\xa3\x02\x9a\xad\x27\xea\x6c\xe6\xa1\x9e\x14\x79\xd6\x61\xb6\x5e\x25\xfd\x75\x02\xe8\x74\x2e\x3a\x28\x89\x00\xe6\x4a\x8f\x3f\x08\xc1\xef\xc1\xe2\xcc\xf1\xfa\x97\x4f\x89\x61\xd4\x4e\x04\xf6\xee\xa3\xb7\xfe\x20\x8c\xf6\x36\xde\x20\x30\xc4\x23\x58\x47\xcd\xc9\xa7\x75\x76\x00\xd7\x18\x63\x90\x1b\x43\x47\xb8\x20\xbf\x99\x60\x88\x20\xf6\x4c\x87\x8d\x82\x45\x51\x4c\x7c\x8c\x13\xcb\x6e\x1a\xd9\xc5\xdb\x2d\xdc\x8a\x68\xca\x63\x75\x9f\xd4\x40\x47\xf3\xf6\x02\x1a\x63\xab\x87\x69\xcc\x4d\x3a\x53\x63\x4f\x83\x6b\xc0\xba\x72\x92\x90\x9f\x4b\x0a\xc5\x70\x38\xa8\xc4\xab\x56\xc6\x66\x0a\x75\x5b\x3c\x62\x89\x5a\xb6\x86\xda\x18\x07\x5b\xfe\xd1\x13\x55\xdd\x8b\xfe\xda\x1f\x2f\x0f\xe6\x54\x94\x55\xf1\x2b\xd1\xd6\x63\x28\xda\xb0\x37\x4e\xf4\xde\x92\x2f\xec\x31\x63\x3f\xba\x97\x90\x75\xca\xc0\x7e\x8e\x36\x1a\x99\x63\x84\x51\x51\x6a\x0d\xc0\x13\x3c\xbb\x12\x5d\xae\x67\x68\x95\x1f\xe7\x5f\x1f\x2e\x96\x3c\xa4\x7d\xc3\x7c\xff\xfc\xe3\x2a\xbc\x3a\xf1\x08\xaf\x96\x6e\x84\x1e\x39\xe9\xa9\x5a\x2d\x6b\x08\x9c\xe3\xc8\xf1\x25\xc2\xfa\x34\x72\x7c\x45\xc0\xbc\x8e\x72\xb7\x20\x6b\x23\x73\xb9\x06\xe4\x5e\xdc\x52\x89\xcf\x06\x48\xcf\xe2\xe2\x35\xb7\x76\x70\xf9\xa4\x22\x1e\x1e\xee\x7e\xbe\x70\xb3\xcf\xd2\xbe\x51\x11\x75\xcd\x39\x94\xf8\x8a\x48\x6c\x8d\x47\x3b\x41\xb6\xc8\x13\x89\x53\x74\x70\x66\x42\x50\x63\xcf\x2e\x57\x60\x16\xd7\x2b\xc1\xea\x2e\xf6\xc3\xd1\x1b\x4b\x71\x3a\x3c\x4a\xc1\xc8\xc8\x58\xf3\x4c\x18\xef\x30\x09\x43\x13\xa9\x3f\x00\x27\x45\xad\x42\xfd\x9d\x4a\x31\x4f\x35\x82\x78\xc3\xb5\x45\x87\x3f\xfd\x14\x9c\x90\x30\x84\x17\x1b\x5c\x1d\xc5\x6a\xcb\xac\x06\x25\x09\x4a\xee\x5c\x2c\x22\x47\x4f\x38\xb6\x1f\x52\xc7\x92\xcc\xb2\xab\xf8\x4a\x25\x5e\xbc\x69\x6a\xc9\x4f\xf6\x4b\x4f\x63\xf6\xeb\x2e\x66\x5f\x9a\x8b\xd7\x45\xae\x30\x0a\x60\xf7\xd2\x4e\x8a\x8c\x80\x7d\x0c\x1a\xfb\xe5\x2f\x57\x64\xdb\xcb\x73\x93\x29\x3a\xac\xa6\x62\x38\xcf\xa6\xaf\x91\xeb\xa1\x6e\x40\x71\x45\x05\xe8\x19\xbb\x15\xb4\xd5\xaa\xd9\x0d\x50\x39\x4f\x3d\xdc\x5e\x29\xfd\x9f\x1f\xe7\xf9\xf6\xcb\xbb\x2a\xe0\x33\x1e\xf9\x76\x1d\x94\x4c\x67\xe4\x89\x57\x02\xc5\x6b\x89\xca\x26\x52\xe4\x7a\x0e\x11\xab\xec\x91\x4d\xb2\x44\x45\x4b\x0a\x64\x2b\xe6\x21\x5c\x39\xf4\xba\x97\xaf\x8f\x35\xf4\x8e\xf9\xb3\x0f\x50\xaf\xbd\x40\xb1\x4d\xef\x39\x74\x9b\x12\xf3\x5e\xaa\x52\xbb\xa2\x46\xe0\xa9\x92\x18\xba\x9a\x20\x46\x55\x25\x06\x1b\xab\xb3\x90\x8a\x56\x6a\x2b\xd9\xe2\x03\xe1\x4a\x6d\x25\x5d\x0f\x6c\x7c\xe5\xb2\x4c\x08\x3b\x10\xcd\xd5\xee\xf0\x01\xfa\xe6\x0a\x61\xf3\x19\x5b\x62\x09\xfe\x6b\xa2\xfa\x51\x02\x3b\x14\x83\xe5\xcf\xb2\xde\x70\x0f\x0a\x88\xea\x81\x44\x46\x61\x45\x29\x60\x29\x2d\x67\xe3\x51\x9b\xb5\x14\x8c\x0d\x1f\x9e\x52\xa8\xe2\xf5\x07\x20\xe5\x1e\x0c\x52\x84\x67\x39\xc4\xe4\x52\xa0\x06\xd0\x38\x57\x82\xf5\x58\x68\x34\x6c\xa7\x5b\xed\x75\x6d\x12\xbd\xa5\xa5\x11\xbc\xaa\xd9\x59\xc3\x26\xaa\x5e\x50\x8d\x36\xb3\xaf\x21\x36\x5f\x02\xc1\x8f\x9c\x66\x35\xdc\x62\x1d\xea\x89\x96\x24\xfb\x12\x2c\xe0\x28\x92\x91\x28\xeb\xf4\xd0\x41\x07\x56\xaa\x97\x10\xb3\x2a\x3d\x51\x67\xcb\x10\x93\xaa\xe8\x92\x54\x36\x12\xf6\x1c\x62\xbe\xd1\x29\xdb\xa0\x49\x57\xf0\xa3\x1e\xfc\x75\x7b\x1c\xe3\x15\x5e\xf2\xb3\x55\x29\x6a\xd4\x11\x90\x9a\xb5\x46\x9d\xd6\x28\xb4\x4f\xf4\x2f\x14\x9e\x55\xfd\x23\x72\x5a\xa3\x0e\x35\xea\xb4\x46\x9d\xd5\xa8\x55\xa6\xb3\x2a\xb5\xea\x44\xc5\x6a\x9d\xaa\x91\x0a\x65\x8a\x74\xe4\x8b\xe9\x96\x25\x64\x82\xb9\x9b\xf7\x00\x6e\x5a\xa7\x1e\x75\xea\xad\x52\xbd\xd5\xaa\x56\x23\x5e\xd6\xec\xcc\x6a\x55\x2f\xa8\xa8\x67\x76\x5a\xab\x4e\x6b\xd5\xa1\x56\x51\xa9\xa6\x4a\xa2\x4e\x5d\x09\xa9\x38\xd4\x29\xd6\xf5\x08\x94\x8d\xf0\x49\x2a\xd5\x69\x9d\x02\x15\x1a\x96\x75\x4c\x4e\xeb\xd4\xb6\xa5\x58\x6d\xa6\xf8\xfa\xa0\xf0\xf5\xd2\x49\x76\x19\x12\xbe\xbe\xc5\xf9\x7e\xfb\xf9\x7f\xfe\x04\x63\x1c\xbf\x95\xb1\xfe\x5e\x8d\x9b\x19\x9a\x34\x50\x6d\x9f\xc6\xa9\x61\xdc\xea\x63\xd0\x7a\xec\xc2\x38\xb5\x1b\x83\x3d\xf8\x8f\xf2\x9a\xf3\x42\xf2\x2e\xa4\xcb\x21\x27\x67\xa1\x2e\x4f\xe2\x3f\x7e\x3a\xa7\x8b\x5c\x32\x77\xec\xc4\xe5\xec\xac\xb1\x92\x98\x8f\x6b\x02\xd9\xc3\xa9\xa2\x9c\xce\x13\x1f\x53\x44\x77\x1d\x87\x81\xda\xb8\x9e\x22\xfa\xeb\x53\x44\x5f\x4f\x11\x1d\x81\x9e\x7f\x54\xdc\xcc\xf3\xed\xfc\xc3\x7c\xfb\x74\xe9\x66\xbc\xb5\xf2\x93\x3e\xf1\xed\xa5\x7a\xf9\x71\xd9\x37\x2b\xf2\xad\x7e\x6f\x7e\xf9\x19\x0b\x5e\x2a\x93\x3d\x07\xd6\xb3\xa6\x67\xed\xb5\x7e\x0f\x4c\x04\xf8\xd4\xc2\x2d\x01\xe1\xd6\x38\x7e\xef\x08\xa0\x56\xbc\xd9\x03\x15\x66\x7e\x05\x22\x40\xdc\x54\x38\xee\x35\xf8\x79\x64\x80\x01\x8e\xa5\xd3\x94\x71\xc8\x6a\x76\x3d\xe4\x62\xbb\xd8\x2d\xd0\x0c\x8f\x7c\x81\x7f\xdb\x55\xce\x18\x02\x11\x6a\x90\x6b\x71\xdc\x7a\x60\x3b\x03\x1c\x2d\xd9\x66\x3a\x56\x0b\x39\x36\x3f\xe4\xca\x17\x0c\x97\x9e\x6c\xc1\x10\x1e\x2d\x45\x73\x99\x39\xd4\x8d\x64\x44\xc3\xcb\x95\x59\xf4\xe6\x9b\x00\xaf\x00\x9d\xe7\x36\xc9\xbc\x5f\x91\x5f\x71\x15\x0b\x7f\x54\xb1\x6e\xc2\x1c\x64\xce\xf0\xbc\x93\x2c\xa1\x4e\xd8\x72\xd3\xbb\x62\xde\x67\x58\xbb\x9a\x6d\xe5\x30\x87\x34\x65\xec\x4f\x35\x0b\x0a\x2e\xe6\xc6\xa8\x73\xfd\x19\xd7\x33\x08\xc6\xbb\xe6\x94\xa7\x6f\xbb\x9e\xc5\x56\xd6\x91\x90\x9d\x55\x35\xd0\x56\xe9\x08\x3f\x28\xa0\x8b\xd5\xe3\x0f\x11\x21\xe8\xc3\xd2\x57\x95\x1b\x0b\x3d\x62\xcb\x8d\xdd\xa5\xe6\x3a\x9b\xc7\x42\x8a\xe6\x5e\x91\x5d\x5e\x1c\x2d\xf4\x2c\x7f\x73\x7a\x49\x99\x9d\xe1\xaa\xc0\x11\x34\xaa\x8c\x75\x73\x69\x6f\xaa\x7f\xb3\x71\xa6\x60\x9d\xc7\x55\x2c\x2d\x65\x60\xdb\x8f\x13\xb1\xb0\xef\xd8\x7c\x25\xed\x00\x96\x6b\x1d\xba\xb5\xce\xe3\xc4\x58\x58\x2e\x2e\x61\x13\xbe\xea\xb1\xab\xe6\x85\xcf\x64\x04\x21\x60\x9d\x9e\xb8\x87\xe4\x49\x5a\x30\x7f\xa7\xe2\x06\x68\x44\xb2\xde\x10\x31\xc5\x52\xcc\x58\x0a\xad\x63\x55\x82\xc5\x6c\xfd\x11\xfd\xcd\x04\xd7\x1d\x0c\x81\x9e\x42\xbf\xe2\x58\xb5\x81\x13\xfa\x66\xa3\x31\x9d\xa6\x62\xa3\xa6\xe8\x2b\x6b\xc7\x56\xb0\x01\xf6\x27\x2d\xaf\x01\x64\x68\x7f\xca\x58\x41\xcb\xa8\x09\x3d\x9a\x77\x26\xbc\x40\x2c\xea\xc2\x0b\x00\x0b\xb4\x6a\xbb\x1a\x2b\x01\x84\x9d\x80\x03\xd0\x9c\x24\x78\x96\x62\x65\xdc\xfc\x5e\xf2\x39\x8c\x80\x21\x30\xef\x37\x65\x9e\xce\xda\x32\x27\x78\x17\x3b\xda\xad\x03\x51\x4b\xd5\x86\xfb\x73\xc2\x96\xd6\xd2\xc6\xd0\xd8\x28\x41\xde\xb2\x4b\x55\xad\x97\x4e\xa1\xb7\x2b\x96\x50\xc8\x25\x12\x10\x6c\xab\xc2\x97\x52\x53\x05\x16\xc8\x5d\xda\x83\xcf\x1a\x37\x43\xda\xc0\x55\xa3\x72\x60\x6b\xc2\x56\xcd\xd8\x49\xef\xed\x8a\xb8\x81\x48\x57\x38\x54\xd5\x86\x61\x52\xa9\xb0\x72\xb4\x17\xa8\xe8\xb5\xb6\x92\xbd\xb4\x17\x3e\xcf\x2c\xae\xab\x55\x52\x02\x77\x8b\xaa\xe9\x3e\x64\xec\x9c\xb0\x8e\x1a\x99\x55\x48\x92\xed\x12\x67\xdb\xfd\xd0\x8c\x88\x81\x39\x54\x1f\x32\x06\x6f\x92\x99\x74\x3e\xc5\x2b\x68\x62\xbd\xc5\x41\x2d\xdd\xd0\xf4\x91\x6a\x6b\xa6\xc9\x87\xaa\xf6\x48\x03\xc8\x1a\xf0\x72\x10\x32\xc5\x70\x88\x63\x9c\x6e\x59\x75\xe0\xa9\x84\xc5\xc1\x03\x44\xbe\x76\xa6\x3a\x7b\x87\x8b\x42\xd7\xcc\x14\xa0\x14\x50\xb7\xac\xa8\x28\xa6\xd9\x8b\x01\xb6\x4c\x88\x82\xe8\x3e\x6b\x71\x12\xa1\x50\x49\xf5\x62\x3b\x97\x84\xe9\xdc\xb8\xa1\x60\x8b\x80\xe5\x57\xb0\x25\x53\x40\x21\x14\xeb\x4d\x1f\x70\x96\xe6\x5c\xba\x00\x5a\x96\x9d\x6f\xe9\xce\xe7\xf4\xd9\x6a\x10\x15\xa8\x97\x50\x7f\x4e\x8d\x03\x87\xfa\x43\xe4\x40\xc6\x66\x06\x7c\x44\x05\xde\x09\xb5\x82\x0c\x18\xd5\x87\xad\x7f\x20\x14\x31\xa9\xa6\x5b\xb5\x8a\x0a\x46\x5e\x7d\xa6\xda\x8a\x7e\xd2\x96\x4f\xa0\x68\x0e\x92\x7c\x33\xa8\xee\xca\x70\xb7\x62\x9c\x6e\xbd\x55\xa0\x37\xdc\x26\x2c\xac\x1b\x45\xfb\x00\xb4\xd1\x1a\x74\x26\xa3\x2a\x96\xa8\x41\x64\xc6\x59\x0d\x4a\x06\xb0\xcd\x84\xfa\x73\x5a\x7f\x00\xbf\x31\xae\x0c\x1e\xe7\xa3\xfe\x60\x00\x21\x36\x25\x02\x9c\x41\x6c\xff\xb0\x3a\xab\x3f\x5b\xfd\x10\x54\xfb\xe2\x85\xdb\xcc\x3c\xb6\x2a\xf4\xe6\x9e\xab\x3a\xce\xcb\x43\x92\xa2\x16\x0e\xe9\x58\xd8\xaf\x72\x21\x95\x93\xd4\x72\xe8\x05\xd3\x65\xca\xe8\x65\x38\x65\x00\xb9\x97\xd0\x05\xd0\xde\x7d\x3d\x3c\xda\xf8\xa8\x43\x5a\x59\x46\x48\x0c\x91\xdc\xed\x94\x61\x5e\xd9\x28\xd9\x2a\x86\xc9\x52\x8e\xc7\xc9\xba\x0c\x94\xec\x55\xb8\x74\xa8\xd4\x41\xab\xb5\xf5\x60\x99\x30\x5a\xd6\x7a\x38\x5c\xc6\xd0\x9b\x8d\x98\xb1\xea\x90\x29\x18\x33\xb9\x8e\x2e\x9b\x23\xe9\xf7\xa5\x54\x6d\xf0\x9c\x60\xb8\xea\x0b\xf2\x78\xc1\x32\x7c\xc6\xae\xe3\x27\xe9\x00\x2a\x3a\x82\x8a\xb3\xb7\x84\xae\x0a\xaa\x8e\xa2\x62\x2b\x02\x4d\x25\x56\x2d\x7f\x2d\xbb\x0e\xa5\xe0\x30\x64\xf8\x45\xd5\x57\x47\xd3\x5f\x6e\xa7\xaf\x7f\xbe\x7f\x9a\x2e\x1d\x4a\x35\xbd\xff\x7c\xff\x34\x1d\xb2\xba\xf5\x63\x6f\x71\xfa\x69\xc7\xea\xd6\xc0\xe9\x43\x50\x3f\x89\x86\xfa\xfc\x36\xa7\x4f\xcb\xce\xee\x34\x80\x01\x70\x2e\xd7\xc6\xf2\x12\xe1\x62\x82\x89\x45\x87\x04\x6d\xa9\xce\xcf\x23\x92\x80\xf7\x91\x04\x6d\x89\x24\xd8\xd1\x39\x2c\xe1\x64\xbb\x80\x85\xa7\x25\xae\x6c\x44\x97\x2d\xae\x6b\xfb\x60\xcc\x0e\xe8\x5b\x84\xf0\xee\x2c\x2b\xb7\x37\xa7\x9e\xf6\x86\xd4\x89\x39\xb5\x32\xc0\xfc\x59\xcb\xea\x97\xdb\xa7\x8b\xd5\x24\x4d\xfb\xed\x2a\x27\xd9\xf1\x11\xa9\xc6\xd6\x00\x19\x94\xea\x64\xc1\x54\xc4\xe6\xff\x0b\x0d\x05\xf1\xc1\x20\x0e\x33\x3a\x31\xb7\xba\x61\x4e\xc7\xb8\x17\x57\x4f\xe1\x6c\x3c\x6a\x9c\x63\x7e\xb9\x29\xdd\x6e\x8c\xf3\xf1\xec\xcb\xbe\xe5\x43\x4c\x4b\xe3\xeb\xe9\xae\xfd\xf5\x8f\x33\x22\x30\x2e\x0f\x29\x10\x9d\x41\x17\x41\x78\x20\x2e\x81\xd4\x4a\x6f\x21\xe6\x4d\x8a\x2d\x50\xb5\xbd\x93\xdb\x44\xa1\x27\x8c\x52\x3d\x2d\x56\x93\x2a\x62\x15\xea\x58\x9d\x01\x49\x93\x04\x33\xb3\xd6\x4a\x09\x45\xe7\xda\x42\x08\x04\x53\xb5\x26\x67\xcf\xc5\xdc\x20\x78\xd6\x64\xcd\x9e\xc9\xe7\xde\x6d\x6f\xb5\x2f\xcc\xf6\x6a\x6f\xaf\xb6\xf0\x80\x0a\x75\x1f\x80\x6b\x39\x3b\xcd\x36\xe2\xc5\xce\xca\xc1\x97\xbb\x77\x08\x82\x26\x7e\x83\x52\xb1\xec\xf4\xe5\x64\x14\x43\x0b\x89\xd0\x09\xf0\xf5\x0d\x9c\xa3\x0b\x76\x75\xe5\x98\x09\x63\x21\xc2\x90\xc1\x83\xd1\x64\xdb\xe4\xdc\x0d\xd8\x74\x05\xfb\x97\xb2\x63\xe0\x50\xcd\xa2\x96\xf5\x37\xbc\x7d\xc3\xfe\xdf\x11\x74\xc0\xba\xd9\x7f\xfe\xb9\xc9\xb5\xe6\xf6\xcc\x9d\xe5\x33\xfb\x2f\x3b\xe2\x2d\xb1\xec\xc1\xb8\x57\x00\xdc\x70\xf0\x8d\xf1\x26\xc9\xe0\x56\x4a\xab\x72\x7b\x7e\xe7\x57\x9a\xd8\x4a\xfd\xc9\x8d\x55\x55\xed\x8b\xff\xf2\x00\xa0\x86\x67\x7f\x58\x65\xfb\x04\x7b\x12\x92\x83\x4a\x39\x6a\xa8\xb5\x7b\x2d\xf1\x3b\x3e\xff\x8a\x8c\xbd\x63\xfb\x03\xe9\x4f\xf6\x3f\x4e\x44\x4d\x78\x89\x17\x13\x70\x9b\x09\x83\x33\x15\x74\x8a\x89\xdb\x8c\xc8\x1e\x86\xbe\x15\xb9\x5f\x65\xd5\x38\x9a\x59\x17\x99\x54\x9f\x2d\xa5\x18\x71\x5b\x0b\xd1\x16\xe3\xb7\x44\x7c\xc5\x5a\x07\x20\x0b\x2b\x08\x79\xe6\x52\x8c\xcd\x01\x0c\xc1\x71\x44\x64\xe9\xcc\xdc\x58\x0d\xd4\x16\x11\xbd\x1e\xbb\xd7\x89\x97\xb1\x37\xda\x2b\x6d\x48\xd5\xec\x5a\x66\xdf\xbb\xe6\xcb\xd9\x01\x60\xa1\xd2\x1c\x7e\x01\x42\x57\xfb\xf8\x83\x19\x04\x93\x71\x33\xca\x23\x3d\x74\xa1\xf1\xc0\xc1\xef\x78\x2c\x8e\x47\x5e\x3e\x89\xaa\x43\x24\xae\xe1\xd1\x4d\x12\xd0\xb4\xcd\x56\x03\xce\x6a\x60\x22\x2c\x69\xd9\xaf\x04\x21\xb8\xcc\xf7\x6a\x46\x75\x1d\x7f\x6c\x3d\xea\x20\x49\x28\xbd\xee\xeb\xc0\xa8\x2a\xed\x3c\xf1\x0d\x41\xfd\xb1\x3a\x70\x56\x07\x58\x55\xef\xce\xea\xc0\x8f\x3a\xe0\x5e\x1c\xa5\x32\x5b\xd9\x47\x4d\x4c\xab\xa2\x38\x2b\xca\xf8\x63\xa9\x81\x59\x67\x91\x8a\xe8\xe2\x54\xd3\xb4\xaa\x31\xb7\x7e\x6a\x90\x9a\xf0\x29\xed\xc1\x22\x74\x5f\xbe\x3c\xfe\xf6\x1d\xa2\x87\xc7\xde\xde\x81\xab\x6d\xda\x31\x56\x83\x77\xe8\xba\x59\x60\x99\x58\x5c\x19\xa1\x6a\x3c\x55\x27\x84\xb6\x70\x89\xb4\x0e\x18\xb2\xb0\x87\x8d\x5d\xc2\xef\x46\x79\xb4\xf4\xa2\x8f\xa2\xa6\xdc\xee\xee\x3e\x38\x0f\xb2\x25\xb1\xcd\x09\x7e\x5a\x08\x7b\x1b\xde\x30\x5a\xff\xf0\x63\xd1\x13\x4f\xf5\x26\x19\x1f\xe4\xc9\x18\xf4\xf2\x40\xc4\xbe\x08\xf8\x19\x2d\xcf\xe6\x68\xc3\xaa\xe3\x50\xf5\x02\x6f\x28\x9f\x08\xb9\x45\xdb\xed\x82\x05\x77\x60\xb7\x26\x82\x1b\x69\x80\x58\x1b\x58\xb8\x7e\xb9\xed\x57\x58\xb8\x49\x15\xa2\x28\xb3\xf6\x47\x9d\xf7\xae\x12\x90\x26\x33\xbc\x57\x1a\xd6\xcc\x8c\x06\xaf\x2d\x41\x8f\xb6\xa8\xb0\x63\x38\x18\x0c\x08\x90\x27\xe4\x2b\x10\xca\x6d\x0e\x52\x23\x4e\x43\x8b\x8c\xe3\xb7\x86\xb3\xa5\x03\xa3\x92\xbb\xf9\xf9\x08\x39\xaa\x73\x22\x8c\x1a\x28\xb1\x5b\x4a\x7c\xae\x05\xd0\x46\x9e\xd7\x01\x94\x27\x75\xa2\x06\x70\x89\x2f\x9f\xa8\x25\xd5\x09\x6d\x44\xd0\xd1\x29\xb3\x11\x89\xbc\x5e\x59\x12\x54\xb5\x08\xf4\xaa\x8c\x60\x94\xa3\xcc\xda\x44\xda\xbf\x09\xe3\x9b\xa3\xae\x6a\xa8\x55\x25\x8b\x53\xdd\x95\xad\x85\xcf\x4d\x53\x37\xad\x8d\x5e\x8c\x46\x57\x65\x51\x6c\x34\x38\xed\x50\x3f\x4f\xf7\x77\x5f\xfe\x72\xf7\xa7\xbb\x4b\xa1\x83\x97\x27\xfc\x8f\x77\x6f\x41\x07\xe7\x72\x40\x3a\x95\x62\xc8\x72\x43\xc4\x07\x3b\x6e\x17\xb1\xba\xf6\xd7\x58\x07\xe9\x35\xa2\xd3\xf2\xac\x66\xa6\x5c\x11\x65\x68\xa3\x52\x02\x11\xd6\xd2\x53\x0f\x84\x8d\xd7\x94\x79\x0b\x5f\x21\x84\xf0\x35\xf6\x0d\x06\x1f\xbc\x2d\x3b\x9c\x55\x58\x85\xa9\xbc\x7c\x92\x5e\x10\x3a\xf2\x2a\xf9\xe1\xeb\x1c\xb1\xf1\x6c\x49\x9f\x7d\xe2\xb3\x45\x3d\x6d\xa0\xc7\xbf\xde\x5f\x1a\xbc\xa3\x49\xdf\x6a\x91\x35\xbc\x46\xd2\x89\x40\x42\xed\xb3\xea\xd9\xb1\xf9\x5a\x02\x97\x5b\x4a\xaa\x74\xab\x65\x6b\x47\xdb\x84\x4c\xc8\x67\xe5\xd0\xf3\x8c\xc8\x0a\xb8\xe3\xd6\x3c\xc1\xed\x16\xa6\x7a\x65\xd5\xd4\xa9\x41\x77\xd7\xa4\x95\x3c\xd8\x38\x67\x7d\xb3\xad\xe7\xe4\xc9\x73\x0d\x99\xbc\x84\x04\xff\xa3\xd2\x03\x91\x6f\x11\xcb\x25\xaa\xf3\x6f\xd4\x6e\x4e\x8c\x05\x7d\xe4\x45\x4d\x0a\x3b\x0c\xca\xad\x1a\x6a\x77\xb9\x86\x86\x98\x56\x72\xa5\x85\xd6\x90\xb4\x60\xdf\xdf\x8e\x63\xef\x14\xeb\x3f\x2d\x86\x2e\x33\x0a\xe9\xb4\x90\xf5\x7c\x21\xe1\xa6\x57\x9c\x15\x12\x65\x44\x68\x43\x46\xea\xd8\xaa\x5b\x8e\x96\x1a\x25\x74\x56\xc2\x5a\xc2\x58\x71\x99\x50\x3e\xa7\xe5\x73\x28\x9f\x57\xc9\x43\x01\xb1\x94\x94\x67\x2d\x32\x16\x24\x99\xf0\xe6\x34\x72\x9d\x96\x5c\x3b\x14\xd1\xa3\x88\x5a\x42\xaf\x25\x04\x6b\x73\xc5\xe6\x77\xc7\x56\x01\x8f\x50\x78\x93\xdd\x18\x7a\x79\x01\xc5\x45\x2a\x66\x59\x96\xd5\xa6\xdd\x7a\xd7\xee\x74\xdb\x6e\xbd\x6f\xb7\xde\xff\x4b\x58\x9d\xfc\x9d\x5e\x06\xcb\x99\x7f\xa7\xac\x9d\xed\x26\x7f\xba\xff\xfa\x9e\xae\xe2\x7f\xbc\xff\xfa\x66\x7f\x91\x35\x1c\x8d\xea\x44\x39\x34\x55\xf2\x7b\xe8\xd5\x87\xa6\xd6\x6a\x09\x52\xb5\xad\x4a\x5f\xfe\x20\xae\xa1\x15\x70\x34\x00\x3d\x89\xe1\xd1\x86\xc5\x24\xdc\x40\x32\x84\x55\x71\xf1\x02\xae\xbd\x1c\x30\x95\xd7\xbe\x5b\xb4\x9c\xf5\x23\x94\x10\xb0\xcd\xd6\x11\x98\xdc\x72\x3c\xee\x0a\x74\xda\x17\xc4\xfa\x8d\x1e\x8f\xfb\x42\x3e\xe9\x0b\x79\xbc\x3b\x2f\xef\x5e\xf5\x85\x82\xbe\x80\x50\xc9\x6a\x5d\x32\xaa\x11\x38\x8e\xc7\x7d\xa1\xa0\x2f\x98\x2f\x6f\x3e\xea\x0c\x75\xd7\x17\x2c\x36\xba\xa0\x2f\xa4\x55\x5f\xe0\x6a\x7d\x92\x6b\x3a\xe9\x0b\xb4\xef\x0c\x4d\x3b\x43\x36\x5f\x75\xe0\xe3\x47\xf2\x99\x43\xc6\xc6\x41\x27\xad\xc7\x4e\xff\x17\x77\x87\x5f\x2e\x04\x57\x7c\xfc\xe5\xbf\xdf\x30\xfc\xa7\x65\x37\x3d\x71\x74\x22\xcd\x8c\x59\x63\xcd\x3b\x20\xc4\x73\x2c\x3b\x26\xdf\x41\xa8\x77\xc0\x91\x37\x8c\x8b\x71\x7b\x4d\xb5\xe7\x59\xb6\x95\x9f\x19\x6c\x50\x29\x86\x56\x3b\x1c\x3e\x19\x21\xc8\xf8\x7f\x4b\xa5\xbd\x3c\x44\x9f\x44\x6e\xe2\x35\x65\x7e\x9d\xb8\xef\xd9\x18\xb0\x0e\xbe\xb3\xd3\x34\x01\x8f\xb6\x3c\x79\x4c\xe9\x07\xfa\x1f\xb5\xed\x0d\x7b\x7d\x29\x41\xdb\x29\xd6\x6c\x76\x95\xd9\x5d\x9b\x54\xb3\x1e\x5d\xd5\xdf\x8f\xf6\x85\xd1\x75\x72\x0b\x31\x77\x17\xaf\x53\x66\xa3\x70\x7f\xf6\x45\x2f\xdd\xae\x92\x79\x3c\x68\x26\xd5\xb9\x16\xfc\x72\xff\x97\xed\xa5\x16\xce\x48\xfd\x06\xbd\xf8\x4f\xfd\x98\x15\x3d\xc4\x94\x16\x66\xf4\x71\xbe\x5f\x49\x7b\x6d\x29\x6d\xb5\x96\xd6\x75\x78\xa8\x3b\xa6\xf4\x07\xa2\x1a\x28\x89\x4b\x52\x42\xcd\x40\x4f\xc8\x9d\x1d\x85\x56\xaa\x4f\x3d\xd4\x5a\x9c\xe4\x50\x13\x21\x2c\x54\x2d\xf6\xf1\xa7\x9a\xb8\xd8\x99\x04\xcc\x73\x13\x5f\x8c\xbe\x79\xfc\x45\x92\x43\x46\x3f\x69\x04\x33\xbe\x70\x88\x51\xaf\xa7\x20\x91\x9c\x1e\x6b\xe1\xdd\xdf\xa5\x84\x9e\x6d\x31\x9e\x42\x2f\xd8\x37\x4b\x94\xb1\xbf\x26\x6c\x91\x27\x51\x6e\x6d\xd1\x63\xac\xbe\x05\x4e\x88\x66\x2a\x9c\x66\x6c\x44\x1b\xf6\x56\x46\xd8\x69\x14\xd8\xf3\xc5\xf6\x83\xaa\x6a\x7a\x29\x23\x7c\x81\x93\x38\x63\x4a\x0f\x9c\x92\x0f\x4c\x02\xa7\x5d\xee\x20\xe3\x6c\x40\xfa\x6b\xe3\x1c\x7a\x68\xd1\xc6\x4f\xa1\x13\xd6\xf3\x72\xcd\xcb\x5f\xb5\x84\xd8\xe0\xc2\xd5\xa1\xc3\x70\x0e\x99\xc4\xd5\x8e\xba\xa9\x12\xb8\xd6\xe5\xaf\xd4\x60\xca\x47\x57\x72\xe0\xe6\xb9\x85\x94\x9a\xfe\x91\x05\x0e\x9d\x05\x20\xee\x94\xd8\x6b\xcd\xc1\x47\x3a\x62\xdf\x4a\x1b\x50\x95\xe3\xd8\x1c\x85\x98\xd3\xcc\x12\xb2\x54\xcb\x0a\xdf\xea\xcc\x80\xdd\x12\x1c\x6c\xd1\x33\xe4\x8c\x4d\xef\x56\xce\x68\xa8\xbf\x5e\x0c\xb6\xf0\xeb\xf4\xa6\x5f\xc7\xc2\x1d\x0a\xe4\x35\x96\xe7\x22\xdb\xc4\xf1\xd9\xef\xdc\x52\x57\x80\x5a\x1e\x37\x4f\x38\x24\xae\x31\x48\x1f\xc3\xbc\x69\xca\x73\x21\xe3\x70\x90\xf7\x09\xae\x75\xe7\x17\xe4\x9f\xf5\x95\xdc\x9e\xc1\x56\xe7\x0d\xaf\x7f\xbd\x0c\x7f\x5d\x64\x7a\x0d\xf0\xcb\x50\xee\x93\x13\xf8\x79\xe9\x2c\x7f\x23\x8b\xb1\xb0\x0f\xed\x57\x53\x61\x85\x3c\xb0\x0f\xf4\x7f\x06\x8d\x5b\x93\x9d\x9d\x73\xc1\x33\x83\x81\x97\xfa\x88\xf6\xb2\x9d\x49\x3d\x66\x73\xfc\xb8\xc0\xb9\xf7\xcb\xdd\xe7\xfb\xaf\x57\x17\x13\xc3\x22\xb9\x9f\x8e\xa9\x61\x4f\xbd\x2e\xfa\xe7\x7d\xac\x46\x7a\x85\x13\x52\x06\x69\xeb\x09\xe3\x18\xe7\x72\x1d\x9f\xa9\x82\x75\x8b\xbd\x8e\xf2\xa7\xcb\xcc\x94\xca\xc5\xcb\xc9\xd7\x1c\x65\xbf\x5e\xbb\x5f\x35\x7d\xf6\x82\xe8\x49\x78\xbf\x9d\xf9\x46\xe5\xcb\x3f\x31\x18\xd8\xcf\x7d\xe1\x53\xae\xc5\xb5\xf8\x2c\xed\x3a\xee\x5d\xfd\x57\x6c\x38\xfe\xb8\x36\x56\x35\x75\xda\x64\x8f\xbf\x5c\xd8\x58\x8f\xbf\xbc\x31\x4d\x70\xde\x81\x12\x60\xaf\x7f\xeb\x25\xde\x20\xba\x1c\x40\x7b\x89\x3c\x7e\xa7\x62\x6e\xb9\xf0\x23\x65\xc0\x07\xa6\x01\x86\x54\xd2\x46\x30\xa0\x3b\xfd\xc1\x6a\x87\xa5\xb4\x44\x76\x8a\x74\x2e\x6e\x24\xaa\x55\xe4\x8a\x5c\x53\xc7\x6c\x09\x74\xd1\xbc\x31\xc8\x45\x9d\x47\x6e\x58\x5e\xe1\xf3\xbf\x6e\xed\xaa\x6a\x6a\xeb\xd6\x98\xcd\xd1\xbf\xe5\x59\xe2\x35\xcb\x15\x92\x5b\x5f\xd4\x74\xa0\xbd\x6b\xcf\xb2\xd3\x10\x9c\x25\xd8\xe9\x07\x12\x9f\x59\xc7\x9a\xf3\x77\x39\xb1\x0e\x03\xd7\x1c\x73\xe0\xbc\x31\x7f\x08\x3d\xbd\x91\xf6\xfa\x2b\x9b\x69\x1c\x7b\x85\x63\xe8\x1b\x2a\x05\x5b\x23\xb6\x3d\x7f\xb7\xbd\x52\xea\x73\x8d\x7f\xf1\x6a\xe8\x97\xc7\x5f\xde\x5e\x02\xcd\xe5\x9c\x0c\x2c\x03\x60\xa9\x6b\x55\x55\x87\xc0\xa5\xe5\x4a\x7c\x4e\xfc\x8f\xac\x09\x9b\x28\xfe\xa1\xe2\x91\x11\x79\x0c\xad\x7d\xa5\x92\xbb\xc4\x5b\x9d\xb0\xc6\x04\x74\x73\xb6\x95\x2e\xdd\x93\xd3\x94\xdf\x06\x24\x2a\x59\x76\xd4\x23\x3a\xd0\xb4\xad\xef\xe5\x06\xb3\xe1\xb9\x06\xda\xea\x04\xba\x32\x35\xdc\xca\xbc\xd0\xf9\x6d\xcc\x7d\xe7\xee\x5a\x6f\x38\x57\xdc\x5e\x9e\x0d\xcf\xf9\xec\xdd\x22\xd3\x78\xe3\x91\xc1\xa2\x03\xf9\xb6\x97\x57\xee\x8e\xa9\xfe\x5c\x21\xce\x56\xe8\xf6\xf6\xfe\xcb\x3b\x6a\x15\xc9\xdf\x08\x66\xca\x4b\x54\x57\x8e\x50\x42\xb6\x88\xf3\x2e\x72\x25\x6a\xc2\xaa\xb9\xa1\x7f\x73\x76\xa9\x51\x28\x15\x04\x8e\x5c\x6d\x95\x5b\x58\x53\xde\x60\x71\xbe\x84\xa2\x96\x7f\x48\x35\x9d\xee\x51\x72\x5d\x76\x09\xed\xb6\x4e\x21\xe3\x33\xcb\xeb\xc7\x6b\xc7\x61\xb9\x6a\x5f\xd0\x7c\x2d\xdb\x8d\xe7\x5e\xb5\xcc\x46\x5c\xed\xf2\x7e\x7b\x6f\x7c\x64\xbc\x75\x29\xc2\xee\xed\xa3\x88\x88\x2f\x2b\x3d\x94\x54\x6e\x72\x7c\xf5\x65\xb6\x57\xc8\x75\xd9\x2d\xb4\x9b\x98\xe1\xc6\x77\x96\x0f\x2c\x2f\x5e\x8e\xbb\xeb\xf6\x11\x6c\xb3\xe8\x87\x5e\x7b\xdd\xb2\xb9\x79\x52\xa3\x2f\x58\x5d\x96\x28\xa1\x24\xb9\x49\x45\xbe\xa7\xe6\x25\xea\xd3\x57\x54\x72\x68\x5c\x9c\xda\x35\xac\xfd\x80\x7a\xa8\x2d\xc1\x9c\x61\x49\xf0\xe9\x4d\xc5\x32\x4b\xd2\xde\x9f\xd9\xad\x5f\xbe\xa4\x6f\x2e\xcd\x2d\x5f\xd4\x63\xcd\x75\xf7\x45\x80\x32\xdb\xd7\x6e\x08\xe3\xd1\x7b\xeb\x7f\x7c\x48\xb3\x4e\x55\xdc\xf2\x41\x14\x8d\xea\xee\x83\xa3\xe2\x20\x4f\x5a\x79\xef\x17\xa8\xe5\x43\xa3\xce\x96\x0f\x2e\x75\xb6\x7c\x70\xd5\x4a\xd6\x64\xab\x81\x34\xa1\xa7\x73\xdd\xad\x68\x3c\x2d\xcb\x21\x5c\xad\xef\x2f\x43\x02\xcc\x10\xbb\x6a\x89\x9f\xc6\x70\x85\x87\xcf\xad\x85\x7c\x79\xfc\xed\xd2\xe1\xe1\xb7\x6f\x5b\x27\x99\x17\x66\x89\x0c\x7d\x1e\x91\xdb\xa9\x5c\x65\x4a\x21\x22\x58\xbe\x34\x27\x3d\x02\x4c\xd2\x19\xbf\x31\xe0\x6e\x1a\xf0\x6e\x80\x90\xc6\x06\x63\xf3\xcc\x31\xf4\xb6\x21\xec\xad\xa6\xae\x96\xd7\xc7\x14\x03\x13\x70\x0e\x78\x09\xfd\x01\xf5\x58\x0d\x55\x07\x59\xe6\x20\x05\x06\x05\xf0\xb9\x23\x00\x78\x2a\x02\x75\x63\xda\x68\x73\x32\x00\xae\xb6\xbd\x04\xe9\xb3\xda\xcd\x6a\xc5\xc5\x40\x13\x9c\x06\x4b\xe0\xe4\x7a\x20\x60\x08\x21\x76\x3f\x01\x36\xaa\xce\xcc\xe6\xec\xc5\x50\xe9\x92\x47\x72\x4d\xe4\x91\x5c\xd3\x78\x24\xdf\x24\x02\xaa\x66\x6a\x72\x0d\x1f\xd0\xd0\xc9\xe2\x8d\x8a\xda\xbe\x2e\x87\xa2\x27\xf8\x78\xb6\x8f\xa7\xf6\xbb\x7d\x7d\xf6\x42\x88\x96\x02\x00\xe5\x95\xb4\x8c\x50\x2a\x0b\x33\x17\x01\x98\x25\x17\x9c\xaa\x3a\xe2\x5b\x9c\x7b\x31\xe6\x70\x35\x79\x32\x02\xc6\x1a\x70\x9b\x8b\x1a\x3d\x0f\xda\x14\x75\x59\x49\xda\x2f\x58\x0d\xf5\xc1\x0d\x95\xc2\x2d\xd7\x4c\x19\x79\x5a\x96\x9b\x4c\x23\x58\x14\x85\xb5\xbe\xe2\xce\xce\xfd\xbf\x5d\x88\x96\xae\x29\xdf\x92\xc3\x1d\x6f\x2b\x37\x27\xd2\xae\x41\x40\xb1\xa0\xce\xed\xd1\xe0\x9e\xcf\x9b\x9a\x62\xfb\x6f\x27\xb6\xe6\xb2\x27\xb5\x07\x96\x03\xa8\x5d\x31\x44\xba\xb3\x84\x9d\xaa\x37\x81\x44\xd2\xb0\x5a\x0c\x5a\xb2\x87\xb6\x11\x9d\x0f\x53\x07\xd9\x8e\x1a\x44\xdd\x5c\xb0\x93\x13\x83\x21\x24\x0a\x65\x93\x72\x0c\xc9\xb5\x7c\x95\x0a\x61\x2d\x1a\xbe\x8e\x25\x0d\x97\xc7\xb3\xfc\xd2\x4f\x87\x19\xd0\xfa\xcf\x0e\x50\x1c\x08\xb1\xab\x2e\xd5\xd9\x37\x23\xa8\x04\xa5\x41\x33\x88\xad\x81\xaa\xcd\x31\x34\xe4\x00\xd8\x31\xb3\xaf\x1c\x12\x80\x03\x27\x70\x2e\x63\xbf\x99\x6c\x1f\x77\x40\x98\x9f\xcb\xc4\x0f\xd1\x91\x74\xf3\x24\xae\xe5\x90\xb5\x74\xc2\x56\xaf\xcb\x81\xfd\x40\x74\x0e\xda\xd1\x1b\xc2\x6e\x53\x93\x19\x9f\xa4\xce\x41\x93\x66\xc0\x38\x12\x9a\xa8\x86\xe6\xce\x59\xbe\x4f\x47\xd4\xa7\xff\x1f\x7b\xef\xba\xdc\xc8\x91\xa4\x89\xbe\x4a\x3c\x00\x23\x2c\xfc\x12\xb7\x9f\x5a\x76\xb7\xf1\x1c\x43\xd9\xae\x99\xe6\xf0\x98\xcd\x3f\x2a\x8b\x12\x6a\x3b\x29\x6a\x8b\x25\xb4\x86\x4f\xbf\xe6\x9f\x67\x02\x20\x09\x92\xa8\xee\x52\x6b\xa6\x6d\x4c\x2a\x64\x12\x88\x8c\x8c\x7b\xb8\x7b\xb8\x7f\xdf\x8b\xb1\xf5\xeb\x97\x73\x4d\x30\x48\xfa\x5e\xfc\x54\xdb\x8b\x3f\x2d\x09\x05\xb2\x89\x46\x73\xa4\x4e\xf6\xef\xc6\xc7\x91\x9b\x30\xe1\xa7\x11\xf2\x86\x3b\x01\xbd\xec\xc9\xaf\xcb\x99\xb6\xcc\xd4\x2d\x97\xa7\xbf\x2d\xda\xdf\x8c\x1c\x5c\x17\x7c\xf2\x7b\xca\x15\xdf\x9a\x22\xde\x46\x2a\x80\x7f\x54\x9a\x81\x66\x37\xfc\x13\x06\x15\x98\x35\x16\xff\xc1\xc5\x8b\x30\x0f\xc8\xa3\xb8\xdc\x8c\x9a\x72\x0f\xfe\xb9\x14\xba\xc0\x93\xb8\x26\x1e\x1b\xca\x70\xda\x93\x9a\x11\x5d\x93\x39\x50\xe6\x93\x95\xf0\xaa\xe2\xf3\x64\x45\x28\xb3\x3f\xcf\x19\xda\x6d\x4b\xad\xdc\x8c\x92\xba\x07\x1b\xad\x01\x63\x78\x2d\x8a\x50\x66\x94\xd0\x01\xf2\x6a\xdf\x48\xe7\xd4\x5b\xa0\xd1\x1e\xef\xe0\x5b\x8b\x13\x97\xd2\x6e\x64\x09\x5e\x5b\xdc\x0f\xb5\x84\x9e\x8a\xce\x60\x94\x44\x8c\x29\xc8\x61\x71\x78\x24\x37\x38\x1f\x0a\xfe\xb9\xc4\x66\xa5\x52\xfd\xb9\x19\xca\x3b\xe2\x4e\xbd\xfd\xf0\xf9\x62\x3c\xfd\xfa\xc3\x99\xc7\x68\xbf\xfe\xf0\xce\xf9\x19\xfd\xb0\xf7\x00\x90\x91\x28\x54\x40\x3c\xe5\x1e\x5a\x87\x1f\x7d\x0b\xf0\x80\xa6\xc0\xc5\xaf\x5a\x76\x0c\x1e\x01\x60\xe5\x2f\x60\x2a\xa2\xeb\xc4\xb0\x15\x7c\xb6\xe7\x29\xc3\x43\xaf\x84\xea\x10\x10\x08\x08\xc0\xcf\x36\xa4\xb2\xb5\x29\x40\x95\x25\x82\x8b\x1e\x13\x78\xcd\x05\xfb\xc0\x35\x3c\xba\x6d\x85\xc9\x8e\x61\x2b\xcd\x61\x4f\xc8\x56\x87\x81\x52\xc6\xd6\x2f\xd9\xfa\x1c\xe8\xab\xd9\xaf\x6b\x3d\x1c\xd1\xae\xf6\xa4\x33\x0d\x0e\x8d\x77\x84\x11\x64\xf7\x1d\xde\x03\xad\xef\xa2\x7d\x87\x7b\x1c\x1f\x05\x29\xf5\x9a\x5b\x49\x65\xa6\x9a\x63\x2d\x3b\x12\xb1\x97\x99\x12\x7b\x02\xdb\xee\xd7\x1f\x6e\xcf\x54\x6d\x2c\xe5\x7b\x5d\x71\x80\x9a\xec\xa9\x5a\x85\x12\x6f\x64\x70\x60\xd2\x6b\xca\x25\x15\x93\xb1\x8a\x0d\x0f\x5b\x2a\x01\x56\x05\x38\xab\x66\xf3\x02\x0e\x00\x65\x02\xcb\x17\x42\xa4\xda\x72\xc3\xc5\xa9\x20\x28\xe3\xc8\xb0\x00\x85\x9a\x80\x74\xc4\x8e\x82\x04\xe2\x63\x47\x6b\x6a\xd7\x4c\x3a\xc7\x51\x53\x0d\x52\x13\x5f\x02\xe2\xb6\x38\x94\x3d\xd7\xee\xc1\x4c\x5d\xd2\xb8\x96\xb1\xec\xad\x15\x6c\xb7\x5c\x9d\x5e\x05\x6e\x3d\x3c\xdb\xdb\x4a\x5e\x31\xc8\xc8\x26\xa1\xdf\x20\x58\xca\x26\xa3\xa4\x11\xe1\x97\x23\x69\x04\x93\x55\x5e\x4f\x9a\xa3\x65\x05\xc4\xac\xe5\x25\x8e\x4a\x84\x3b\x4b\x75\x8d\x22\xbd\xd6\x3c\x8f\x1f\xa4\xd8\x96\xa4\xa9\xcf\xb1\x83\xd1\x77\xec\x62\xed\x89\xe7\x5e\xa2\xb4\x5d\x13\x1b\x2e\x54\x4c\x70\x50\x1b\x10\x19\x18\x63\x58\x6a\x82\xdd\xec\x6c\x27\xb2\x3f\xc0\x2f\x63\x3f\xdb\xcd\x2e\xda\xea\xd7\x35\xf0\xc0\xd0\xea\x18\xff\x65\x67\xf3\x9c\x90\x75\x4f\x7d\xd7\x40\x61\x0e\x1f\x96\x57\xf2\x38\xf9\xbe\xc7\x3b\xc4\x24\xd8\x43\xdf\x36\xdf\x17\x63\xf8\x4c\xb3\xd4\xaf\xef\xb8\x85\xe6\x3d\x3f\x13\xb7\x9e\x32\x5c\x3c\x37\x8a\xd3\xa1\xd0\x47\x2a\x6d\xd2\x54\x47\xdc\x1b\x1d\x11\xd3\x04\xc8\xb7\x9a\x06\x10\xb5\xba\x7f\x74\x47\x73\x70\x10\xd1\x9e\xda\xb0\xed\xcb\x46\x47\x0f\xd4\x7b\xb2\xea\xda\x52\x51\xfd\x73\xd2\x84\xb3\xaa\x34\xd8\xb4\x1f\x78\x73\x76\xf2\x5b\x07\x54\xcf\xb1\x48\xca\xbc\x48\x97\xeb\x21\xc4\xf7\x30\x28\x21\x5e\x83\xb8\x3f\xe0\xc7\x3d\x86\xed\xa4\xb6\x9f\x99\x64\x36\x46\xc4\xf2\x2d\x49\x6a\x4c\x43\x36\x26\xb4\xf0\x70\x80\x6c\x41\x48\x0f\x3e\x01\x51\xda\x62\xaa\x64\x02\x9a\x44\x04\x6d\xad\x0f\x79\x01\x96\xe3\x8e\xa5\x14\x61\xd4\x67\x2f\x45\x0c\xc2\xf2\xcd\x72\x94\xc1\xf0\x42\xb0\x8c\xd9\x9d\xcd\xf7\xb5\x9a\x8f\x9a\x60\x23\xb6\x5b\x0d\x44\xa6\x00\x60\xba\x07\x7c\xa0\x21\xfd\x76\x6d\xc8\xb0\xf6\x41\x3f\xf4\x41\x5f\xfb\x60\x73\xe8\xb8\xc7\x0f\x03\x18\x42\x6e\x74\xd2\xc3\xe9\x77\x3d\x3a\xfd\xae\x2f\x4e\xbf\xeb\xd1\xe9\x77\x3d\x3a\x4b\x87\xfb\xff\xb7\xc9\xeb\xd9\xf0\xfd\xd3\xcd\x97\x9b\x1f\x6e\x1e\xce\xdb\x0f\x3f\x2e\x89\xdf\x1e\xc8\x34\xe5\x23\x7c\x97\x26\x89\x54\x76\x6a\x22\x96\x5e\x02\x7a\xaa\x0c\xfb\x2a\x88\xb6\x54\x2b\xe2\x2c\xdd\x1a\x30\xd8\xc4\xce\xe5\xd7\x8c\x36\xef\xa5\x5d\x7b\x0e\x97\xf0\xf2\xec\xa5\x01\x41\x49\x44\x9c\x6c\x2d\xe4\x07\xfb\x5c\x7e\xb2\x5b\x4f\xfe\x88\x97\x53\xab\x3b\xca\xf8\x0d\xaf\x06\x49\xf4\xd1\xab\x61\xdf\x66\xe8\x58\xdf\xe7\xfd\xaf\x39\x58\x47\xda\xab\xa9\xd5\x49\x6d\xca\x14\x5b\xdc\xed\x37\xb2\x55\x3d\x9b\x18\x9c\x4a\xf3\x87\xfd\xf6\x7b\x19\x23\x75\xd3\x9a\xb2\xe7\xb2\xbc\xdf\x3a\x8f\x6a\x7e\x52\x0c\x6d\x4f\x8b\xb1\x90\xc5\xdb\xf5\xfb\xbc\xff\x35\x07\x15\x2f\x86\xc8\xd7\x17\x43\xea\xa1\x18\x22\x2f\x96\xad\x3f\xdd\xde\xfc\x78\x5e\x9f\xdf\xde\xfc\xf8\x0e\x9e\xcf\xcd\x7e\xe1\xa2\x1a\xb8\xc2\x7d\xa2\x24\x75\xd6\xb8\x02\xd3\x57\x04\x50\xd8\x43\x04\x42\xb6\x7d\x17\xf1\x9d\x83\xcc\x13\x39\xb8\x7a\xef\x7b\x84\xdc\x87\xc5\x9a\xd0\x17\xc4\xf5\xaf\xca\xd2\xf4\x55\x71\x55\xb7\x1e\xfc\x86\x1f\x56\x3f\x8a\x5a\x17\x15\xf6\xce\xf4\xe1\x56\xa7\x38\x5a\xca\xc0\x9e\xa6\x86\xd8\xf5\x01\x4a\x8d\xba\x92\x02\xe2\xc5\x61\xff\x62\xff\xff\x61\xff\xde\xb0\xbe\xb7\xd6\x44\xb5\x87\x22\xa9\xdb\xbc\x03\x8a\x9a\x2d\x42\xf9\xc1\xee\xfd\xeb\xb0\x7c\x3d\xe5\xd0\x4a\xa2\xaa\xb1\x51\xca\x79\x20\xf4\x99\xc8\xfe\x1a\xa3\xe1\xb4\xbf\x32\x6f\x16\x9b\xd2\x04\x64\xa4\xda\x20\x72\x08\xb7\x50\xd8\xf6\x7e\x67\x0c\x81\x1d\xc6\x5a\x63\xdf\x0c\x56\xbc\x67\xc5\x9d\xca\x48\xda\x9c\x50\xa7\xa5\xde\x6a\x54\x93\xab\x4d\xd0\xec\x1e\xef\xdc\x34\x95\x51\xa2\x68\x52\xee\xa1\xb1\x25\xb0\xe9\xe4\xbc\xd4\x8c\x8d\xc0\x1b\x2a\x1e\x9a\x68\xfd\xf7\x78\x67\xc2\x8d\xf6\x12\x0b\x27\xce\xb4\xd1\x9e\xc1\x14\x58\x08\xce\x05\xb5\x37\x7c\x56\x5f\x31\x75\xfd\x03\xde\xf6\x21\x6f\x04\xca\xf1\xc8\xa9\xa8\x7a\x7a\x80\x17\xf6\xba\xdc\xfb\x53\x50\xe8\xed\x89\xd9\xb4\xe1\x5e\x82\x5f\xa6\xa3\xf4\x6b\xca\xe5\x0f\x04\x08\xe4\xb9\xb7\x94\x25\x76\xf8\xa3\x4c\x87\xd2\x60\x11\xef\xcd\xcb\x54\xd7\x65\x9c\x1f\x3f\x90\x49\x6a\x0d\x81\xc7\x4d\x97\x0a\xd4\x57\x2b\x60\xe5\xb7\x8a\x06\xad\x36\xf2\xce\x28\xff\x06\xe8\x0a\x25\xa3\xc9\xbc\x40\xaf\x16\xdf\x9a\x87\x46\x4b\xc0\xc8\xa8\x79\x3a\xce\xf6\xb8\x44\x6b\xf1\x69\x06\x89\x42\xaf\x7e\x79\x61\xa9\xf9\xd3\xed\xdd\xfd\xf4\xf9\xe6\x3c\xa9\xe5\xe3\x92\xf8\x6d\x7b\x4d\xd3\x55\xa3\xae\x02\x68\xbd\x52\x21\xf4\x03\x09\xc1\xf6\x54\x27\x88\x53\x36\x1d\x0e\xd4\xf6\xc0\x07\x35\x91\x17\xb7\x57\x90\x06\x3a\x25\xc6\xc7\x04\xcc\x06\x44\xe4\x03\x31\xb4\x10\x58\xa1\xdc\x89\x04\xd4\x6b\x0b\x91\x19\x22\x9c\x6d\x0a\x70\x04\x73\x0a\xf0\xf2\xec\x63\x03\x90\x46\x06\xf1\x1c\xf0\x45\x2b\x58\xdd\x64\xe1\x29\x44\xbc\xab\xab\x96\x38\x50\x83\xfb\x82\x89\xc6\xa0\x0d\x14\xd3\xc8\x80\xdf\xba\xc0\xb1\x12\xfe\x70\x98\x03\x72\xda\x35\xf0\x3a\x54\x67\xa8\xd8\x80\x65\xa5\x2d\xdc\x65\x12\x00\x33\xec\x80\x9c\x2d\x0a\xbc\x4e\x66\x67\x0e\xed\xa9\x4e\x4e\x4e\xb4\xe7\x76\x83\xe8\xdf\x1d\x1a\xa3\x6d\x85\x26\xa7\x88\xa3\x8a\x62\x3b\xaa\x67\x1c\x49\x37\x24\x26\x82\xf3\x0c\x21\xbb\x6f\xa5\xf0\x2e\xb6\x06\x68\xdb\xc4\x0b\x30\x67\x77\x0c\x4f\x20\x1e\x11\x50\x41\xc0\x28\xd2\x1c\xb0\xb2\x87\x85\x6f\x03\x51\x34\x33\x88\xd8\xc0\x12\xd3\x92\xc4\x12\x1c\x1e\xc1\x83\x30\x1c\xa5\xe2\x2e\x8a\x92\x93\x1e\x9b\xf8\xbe\x70\xd1\x39\xb2\xac\x55\x6e\x82\x15\x89\x1c\xf1\x03\x98\xeb\xb0\xa8\x6f\x10\x7c\xd3\xaa\xe9\x55\x0e\xd8\x99\x01\x73\x88\x80\xe2\x11\x81\xbc\xef\xa9\x01\xd2\x2b\x0e\x8a\xd1\xf6\x14\x7d\x34\x45\xe0\x1d\x44\x02\x5c\xb1\x23\xac\xf6\x54\x66\x86\x88\xeb\xb1\x15\x4e\x00\x08\x02\x1c\x31\x2d\x1b\xc5\x68\x61\x40\xdf\x71\xd8\x0f\x13\x07\x4c\x94\x4b\x32\x69\x80\x8b\x83\xff\xe3\x54\x03\x08\x0a\x41\x46\xfa\x35\x15\x93\xda\xff\x35\x2b\xa6\x3d\xff\x57\xa8\x18\x00\x3a\x75\x9c\xef\x2a\xb4\x8b\xdd\x31\x22\x21\x41\x9c\xeb\x5e\x54\xfc\xb8\x9f\xf4\xc4\xda\xf9\xf0\xd7\x2f\x67\xfa\xa1\x7c\xf4\xb4\x6f\x3b\x0c\x51\xee\x47\x96\xee\xbc\xe0\x6b\xba\x3f\xf3\x72\xa3\x7d\x87\xa0\xfd\x53\xae\x44\x34\x4c\x77\xad\x76\x1b\xdb\x2b\x61\x43\x0f\x4f\x22\x91\x56\xff\xd0\x17\x31\x35\x0f\x4f\xa3\xac\x2c\x3f\xcb\x3a\xfa\x5b\x4e\x3b\x2c\xbd\x62\xc1\x7e\xbc\xb3\x32\x59\x33\x02\x6e\x71\xab\xda\x77\xdc\x5f\x98\x75\xff\xb4\xbd\xf9\x7c\x77\x33\x6d\x6f\xfe\xfa\xf9\xe6\xbc\x16\x3d\x7a\xe0\x3d\x78\xc5\xbd\x77\xc7\x70\x8e\xd5\x5c\x01\x53\xc7\xb6\x82\xe7\x3e\xd9\x0e\x02\x7f\x4d\xc4\xc3\xa4\x36\x6c\x5f\xaa\x1a\x55\xe0\xbe\x9e\x4b\xea\x08\xa7\x18\x00\xe6\x50\xa0\x24\xc3\x7a\x62\x1b\x91\x7b\xf9\x34\x44\x85\x98\x3c\x46\x1b\xe5\x9a\x6c\x0b\x01\xd5\x29\x18\xd9\x56\x5a\x36\xb6\x6d\x82\x86\xa7\x4b\x4d\x36\x32\xc8\x46\x7f\x4f\xd9\x66\x18\xa6\x85\xa4\x5c\x4d\x78\x14\x58\x26\x4a\xf7\xf7\x8b\x17\x66\xc3\xbd\xa6\x61\x1b\xcc\x64\x3f\x0d\xcf\xb1\x99\xe4\x0a\x04\xe5\x16\xa9\x6d\x6d\x97\x1d\x3a\x45\x70\x9e\x41\x0e\x28\xb0\xcc\x0f\x4f\x12\xa8\xcd\x56\x6d\x04\x55\xf0\xe4\xf5\x0e\x68\x02\x54\x3b\x78\x13\xf8\x6b\x03\x5e\x3b\x7b\xbd\x41\xbd\x0a\x7e\x5a\xe0\x29\x0e\xf6\x9a\x47\x34\x02\xea\x14\xad\x52\x56\x71\xf0\x97\x54\xaf\x7e\x58\xda\x80\x06\x5e\x49\x38\xc6\xb3\xd4\xde\xa6\xc1\xdb\xd4\x6b\xbe\xc0\x0a\x59\xc5\x83\x37\x02\x0a\xe0\x20\x13\xba\xa1\xb6\xf4\xdf\xe4\x75\x47\xfb\xb4\xb0\x34\x01\xd0\xaa\xdb\xce\xab\x9f\x03\xea\x8f\x90\x01\x6f\x82\x35\xc1\x8c\x8a\x47\x74\xbd\x1f\x23\xa2\x05\x50\xed\xe0\x4d\x70\xf4\x52\x99\xe3\x93\x62\x56\xb7\x8d\x98\x74\x0e\x8f\x19\xb4\xc0\xa1\x4a\x4c\xc9\x0a\x69\x9f\xd3\xbe\xf2\x5e\xef\xe0\x21\xec\x6b\x3b\xcd\xc7\x6d\x2a\x58\xf4\xd0\x02\xa8\x76\xf0\x26\xf0\x6a\x87\xa5\xef\x51\xf3\xa0\xd6\x05\xf6\xe3\xf0\x3c\xdb\xa1\x66\x81\xda\xd6\x6b\xef\x7d\xef\x15\x8f\xde\x06\xcb\xf0\x98\x51\x71\x1f\xfe\x93\x8f\x79\x34\x82\x0f\x79\x6f\x04\x7f\xad\x37\xbd\x17\x33\x78\x31\xab\xe3\x3e\x02\x19\x19\xad\x65\x4d\xb0\x8e\x66\xaf\x7b\x3c\xd4\x7d\xed\x7d\x1a\xcb\xe0\xdf\xcf\x91\xa5\x4d\x97\xe9\xe4\x63\x1e\x4d\xe0\x43\xde\x9b\xe0\x68\xfa\xc9\x7c\x34\x5d\xad\xde\x68\x9c\x16\x97\xda\xfb\xc0\xde\xad\x03\x3f\x65\x60\x2c\x2d\x7c\x3c\x68\x02\x8f\x99\x40\xb2\xc7\x0f\x88\x9e\xd6\x30\x7a\xaa\x34\xb1\xa6\x4e\x41\x71\xc2\xdc\x52\x05\xc4\x49\xad\xa1\x36\x67\x0c\x4c\xad\x3b\x31\x0e\x9b\x4e\xcd\x63\x8a\x80\x0d\x2a\x49\x15\x10\xa2\x1c\x87\xe5\x0f\x0f\x64\x40\xc0\x97\x59\xed\x55\x55\x13\x22\xf8\x0b\xa5\xda\x43\xc6\x97\x01\x5f\x3a\x69\xb0\x6d\x8b\x0a\xea\xef\x3e\x6c\x8c\xb0\x67\x11\x3c\x0b\x7f\x63\xf4\x37\x42\x72\x26\x45\xc0\xb3\xa3\x92\x48\x6a\xe4\x25\xc4\xc1\x0b\xd6\xd8\x2c\xa9\x81\x20\x54\x64\x56\xf0\x97\xb3\x55\x0f\x25\x0d\x28\x33\x8e\x95\xac\xcc\x40\xc6\x1e\x15\xa2\x26\xcf\x5e\xd4\x68\x05\x9c\xac\x19\xa2\xb7\x08\x9a\x01\x78\xa3\xec\xcd\x60\xc2\x39\x3b\x28\x81\xa3\x81\xf6\x34\xe6\xa3\x67\x19\x27\xf0\xa8\x5a\x5d\xd0\x80\xba\x43\xb7\x97\xf5\x4d\xa8\x0f\x0a\xc6\x6e\x38\xe7\xb8\x52\x2b\x38\xc2\xa9\x55\x6e\xff\x2e\x79\xbc\x23\x71\x64\x51\x5c\x26\x2f\x59\x44\x21\xd1\x57\xd1\x0b\x79\xd4\x12\xa0\xf4\x21\xa8\xb3\x93\x55\x3a\xa0\xfa\xa8\x74\x40\xfd\x0f\xad\x5c\xe7\xa8\xde\x23\x7e\xb8\xc1\xfd\x5b\x45\xce\x30\x26\x2d\x71\x49\x32\xe6\x78\x18\x0e\x13\x5a\x27\x7a\x43\x0d\x9c\xeb\x21\xca\x6a\x3f\x76\xaa\x17\x3f\x38\x69\x17\x81\x25\xda\x1b\x18\xcf\x78\x33\xa1\x1b\xc2\xd2\xef\xde\xed\xd1\xbb\xdd\xdb\xd7\xc7\xce\x54\x1c\x78\xb6\x79\xbd\xe3\x72\x70\x66\xbd\xe1\x23\xcd\xbb\x2e\xa0\xeb\xd0\xa4\xc1\x5a\x97\xbd\x49\x31\x15\x74\xe9\xe9\xa5\x2f\xa2\x38\x54\x8e\x29\x0f\x63\x8a\x3e\x7c\x51\x21\x0c\x5f\xaf\x10\x6a\xb1\xbc\xc0\x6a\x11\x7d\x14\xfa\xe8\x45\x85\x7c\xf0\xa2\xaf\xc3\x51\xfe\xcb\x30\x0c\x2f\xa5\xac\x4f\x37\x3f\xfd\x7c\xff\x70\xe6\xd1\xd0\xc7\x35\xf5\x3b\x9e\xf7\x6d\x6f\x95\x1c\x30\xd1\x9e\x10\xfd\x1e\x9e\x38\x06\x3c\xf1\x34\x78\x22\x38\xe2\xc8\xb6\xc6\x9e\x27\x75\x75\xad\x77\xdb\x53\x8b\x5d\x7b\xff\x5e\xaa\x7f\x0b\x8c\xfc\x87\xd8\xbb\x6d\x37\x25\x22\x44\x3c\x2c\xe9\xfc\xff\xc7\x0f\x65\x98\xc0\x5b\x41\x55\x0b\x8c\x03\x71\x26\x7c\x6a\xeb\x71\xdf\xc2\x03\xce\x60\x10\x2f\xe0\xf5\xa6\x85\x89\x43\xac\xfb\xeb\xb5\x52\x5d\x3c\x33\x4d\xc0\xd6\x95\xf4\x04\x6c\xea\x41\x7c\x6d\x17\x1b\x61\xd5\x8f\x9b\xba\x83\x39\x16\x5f\x31\x46\x1c\x09\xa8\xc8\xdd\xb9\xd3\xbb\xc3\x85\x71\x68\x0b\x2b\x7b\x24\xa0\xd7\x90\x33\xca\x98\xdc\x0e\x26\x1d\x6a\x50\xcc\x41\x8f\x01\xe4\xac\xa0\x20\x3d\x03\x34\xa4\xe5\xd6\x9b\xe9\xbf\x05\x1c\xc4\xd0\x3c\x09\x8c\x28\x40\x67\x04\xc8\x1a\x03\x5b\x6d\x8a\x05\xa6\x37\x90\xbc\x13\x28\x37\x2b\x6c\xbd\x1c\x9d\x1c\x91\x9d\xcb\xae\x2e\xe1\x83\x96\x05\xd0\xd2\x02\xf8\x9e\xc5\x39\x72\x16\xa6\x12\xcc\x66\x27\xa0\x21\xeb\x5f\x71\xfe\xd4\x60\xe5\xdf\xac\x6d\xfd\xf8\xc1\x14\x39\xd1\x23\x0c\x94\xa3\x70\xfd\x87\x23\xa1\xd8\x3f\x8f\x24\xe3\x23\xb9\x1a\x11\x53\x7e\x16\xf2\x0d\xf2\xc1\x01\xe9\x3f\x34\x24\x0b\xa6\x1b\xaf\x31\xdc\xe7\x79\xca\xd4\x7c\xea\xa5\xaf\x79\xca\xbc\x98\xa7\xd3\x99\xe7\x06\x9f\xa6\x77\x48\x17\xcb\x1e\x13\xa5\x38\x3e\xd5\x95\x36\x49\x5c\x27\xe2\x54\x07\x38\x10\x4c\xf4\x20\x46\x30\x90\x09\x7e\x7d\x24\xe1\x0d\x62\xf6\xa8\xa5\x02\xb2\xe3\xd7\x18\x08\x98\xf5\x35\x06\x02\x47\x12\x3d\x4d\x41\x00\x6c\xb2\x56\x7f\x1f\xff\xa9\xbb\xa8\x15\xf8\x80\xbd\xa6\xb6\xe1\x82\xf1\xab\x0e\x3e\x35\x10\x31\x8f\xcf\x92\x6d\xa3\xf3\xfb\x3a\x00\x1d\xb7\x41\xb2\x40\x7d\x2c\x5b\x06\x50\x17\xf7\x8f\x04\x3c\x12\x72\x40\xf2\x0d\x92\x05\x15\x49\x55\xa6\xa3\xc4\x4b\x32\xbf\x5f\x73\xf6\x64\x01\xa5\x99\x0e\x79\xb6\x70\x28\x0c\x78\x9b\x46\x52\x9c\x70\xb1\xf6\xdf\xa9\x75\x08\xf6\xec\xdf\x2b\xf7\x15\x9d\xec\xbf\x5a\xde\xbf\x6b\xab\x9c\x98\xdd\x7f\xe2\x7c\xf6\x04\x8f\x1f\x39\x3f\x3d\x18\xec\xcf\x26\x79\x9d\x56\x80\x3b\x42\xd4\x4b\x60\x32\xf5\x66\x03\x5a\x93\x96\xa1\x68\x8a\xa9\xa9\x25\xac\xfc\x5a\x25\x0d\x59\x70\x1e\x39\x03\xf4\x92\x19\xb8\xf9\xb9\x9b\xb4\x42\x23\x27\x7a\xfc\xd0\x4c\x54\x12\x2a\x49\x65\xd3\x81\x53\x3c\xc4\x81\xe1\xb3\x89\x53\x2d\x01\x18\xb2\xb6\x08\xa2\xdc\x94\x2b\x40\xf3\xa1\x7b\x26\x95\x1d\x55\x4e\x9d\x80\xb7\x98\xc1\x40\x04\xf0\x46\x53\x24\x15\xa0\xf5\xe3\xf1\x03\xf5\x04\xcf\x74\x49\x75\xa6\x01\x6d\xb7\xa5\x5a\x27\xec\xd7\x49\x8b\xc3\x54\x46\xd7\x9b\x70\xdb\x12\xd7\x5d\xac\x25\x55\x18\xd5\x04\x48\x69\x0c\x66\xd6\xa4\x25\x26\x84\x0b\xd9\xdb\xca\x88\x4e\x0d\x5a\xda\xe3\x5d\x27\xd3\x53\xb9\x98\x94\xb4\xa1\x36\xdc\x02\xdc\xfb\x84\xe3\xeb\x06\xa5\xc9\x9e\xa0\xb2\x76\x20\x68\x0f\xc8\xf4\x64\x88\xf0\x94\x93\x00\xf0\x5d\x5b\x20\x38\x9e\xd9\xcc\x2e\x89\x2b\x10\x56\x4d\x5e\xee\xa0\x37\x37\x71\x60\x3c\x7e\x80\x93\x44\xab\x5b\x44\x3f\xd1\x86\x0b\x16\x00\x53\x01\x2e\xb9\x38\x63\x54\x59\x61\x94\x1c\x55\xdc\x44\x1a\x5a\x7f\x81\xec\xe8\xe9\x37\x00\xa4\x36\x85\xbf\x5e\xb1\xe6\xc7\x3b\x16\x49\x03\xa2\xc1\x00\x3e\x86\x29\xd9\x38\x51\x6f\x68\x62\xb2\xd6\x28\x13\x03\xb6\xc4\x44\x76\x34\x37\xa5\xe1\x77\x91\x13\x5d\x93\x15\x41\xa6\x1c\x41\xe2\x20\x49\x3c\xbc\x13\x7d\x17\xad\xef\x6c\x07\x16\x3c\xd7\x53\x63\xaf\x9a\x09\x45\x6d\x62\x18\x60\x20\x6c\x23\x64\x8d\xac\x01\x22\x1a\x20\x5a\xb6\x9d\xa2\x69\x83\x93\x09\x34\xc3\xf9\x22\x56\x84\x29\x9c\x88\x2d\xf4\x07\xa4\x73\x1b\x18\x84\x26\x2a\xe9\xe3\x5d\x1b\x09\x71\xab\xd9\x9b\xab\xe2\x90\x56\x78\x87\x9e\x06\x99\x69\x57\x1b\x78\x25\x0c\x80\x04\x00\xbe\xd4\x06\x83\x8f\x9b\xe8\xe3\xc6\x46\x5a\xa4\x85\xa6\xa3\xc4\x0e\x67\x40\x98\x58\x8b\x49\x97\xbd\x26\x89\x9c\x73\x1a\xf0\x4d\xea\x50\x52\x47\x76\xc1\x09\x5c\x09\x36\x0b\x26\x58\x89\x52\xb5\x57\x65\xb2\x8a\x28\x26\x8c\xe3\xca\x6e\xa4\x61\x91\xf0\x49\xe6\x3d\xcd\xb9\x5f\x91\x49\xa0\x6d\x63\x7f\x4a\x07\x93\x82\x68\xb6\x71\x6b\x3f\x5a\xc7\x9d\x5a\x07\xea\x57\x2c\x03\xf5\x6d\xf7\x80\xfa\x71\x75\xee\x55\x66\x58\x88\xf2\x48\xa3\x58\x5b\x26\x26\xab\x8a\x6f\x81\x63\xa1\xf4\x52\x5d\x80\x45\xa0\x52\xa9\x84\xbc\x31\x6d\x8b\x96\xe7\x4c\xdd\x35\x25\xcc\xb6\x49\x1f\x57\x94\xb8\xf9\xc4\x4f\x5a\x37\x8e\x02\xc6\xa9\x94\x99\x46\x4f\xa0\x0e\xb6\xcb\x54\x1c\x97\x97\x6c\x76\x08\x66\x91\x35\x6a\x89\x78\xcc\xf4\x50\x98\x61\x34\x55\x41\x5b\x71\xa3\xa4\x75\xc7\x2c\xa9\x03\xe4\xc9\xa6\x25\xfc\x5a\x60\x47\x1a\x20\x98\xc8\x88\x42\x56\x99\xa9\xb0\x6d\x98\x83\x93\x76\x68\xf3\x7d\x51\xc0\x4d\x76\x1f\x11\x33\x63\xb9\xb7\xb9\xbe\x8b\x34\x5a\x6a\x88\xa9\x50\x8a\x15\x6b\x5b\x86\xad\xc8\x06\x09\xec\x4e\x8f\x1f\x4c\x48\xa3\xd4\x65\xb7\x24\x86\x62\xe5\xa0\x2c\x1e\x65\xbe\x64\x09\x44\x89\xa5\x08\xc1\x8a\xd0\x4c\xbb\xa8\x2d\xd4\x84\x30\x77\xd4\xd2\xa7\xf5\x5a\x61\xb9\xf6\xfa\x6d\xf0\xbe\x40\x45\x53\xe9\x97\x98\xb3\x54\x1c\x63\x8b\x4a\x71\xf0\x5e\x2f\xc4\xa9\x61\xf2\x97\x4f\xbb\xf3\x05\xc2\xf8\xe3\xa7\xdd\x3b\x9e\x24\x85\xe5\x88\x94\x1e\x81\xc8\x97\xa6\x68\x16\x77\x17\xad\xd9\x6e\x73\x18\x75\xb1\x90\xc3\x0b\x3e\x78\x8a\x3d\x5f\x90\xfd\xe4\x3f\xac\x4c\x40\xf8\x35\x56\xf5\x70\x3f\x77\x9d\xc7\xd7\x87\x78\x61\x30\x55\x80\xea\xfc\x9b\x98\x07\x40\x0d\xf6\x8d\xf2\x72\x07\xab\xff\x7c\x79\x7d\xc3\x3a\x9e\x1a\x5a\xf7\xbf\x9e\x07\x5d\xee\x43\xeb\xfe\xd7\xcf\xef\x0d\x2d\xfd\xef\xa1\xf5\x02\xb2\xc5\x75\xaf\xff\x7c\x25\x3b\x31\x20\xfe\xe7\xcf\x5f\xb1\xd4\xdc\xff\xfc\xee\x4a\x53\xfe\xa8\xe1\xe0\xf0\x9c\xbf\x0f\x4e\x8e\x35\xd4\xf7\x9f\x7e\x3b\xbf\xa1\x1e\x3e\xfd\xf6\x5e\x43\xd5\x7f\x95\x79\xf3\x0d\x57\xbe\x6f\x96\xd5\xb7\x9e\x81\xff\x09\xeb\x78\x62\x88\xfe\xdb\xf6\xf3\xed\x57\xcc\xe6\x2f\x96\xfc\xbd\x61\xda\xfe\xc8\x61\xfa\x2f\xbf\xdb\x9f\xea\xc4\xbf\xdd\x7f\x45\x17\xfe\xed\xfe\xbd\x0e\xec\xff\x1a\x1d\xf8\x4d\x67\xf4\x8b\x66\xff\xe9\xd3\x97\x9b\xf9\xdf\x6e\xa6\xed\xfd\x4f\x9f\x6f\x7e\x39\x2f\x46\xee\xa3\x3f\x15\xbf\xec\x1f\x7b\xc7\x36\xbb\x87\x46\xaf\x88\x33\x7b\x0b\x4b\xe1\x0d\xec\x88\xd2\x5e\x43\x44\x58\x98\x0b\x4f\x22\x22\x7c\x90\x0c\xf7\xec\x97\x6c\x18\x57\x8d\x4f\x90\x61\xec\x62\x3f\xc1\x3c\xc2\xac\x27\xa8\x47\xfa\xe3\x87\xc6\xb6\xf7\xee\x3c\x88\xf6\x4c\xbe\x92\x13\x45\xe9\xf9\x24\x2f\x47\xd5\x90\xff\xd1\xbc\x5f\x25\xfd\xf8\xaf\x9b\xb9\x66\x40\x60\x9c\x20\x00\x45\x43\x9e\xe6\xff\xd4\x57\xc8\x2d\xd9\x4f\x30\x5e\xb2\x5b\x6a\x7f\xbc\x63\x60\x4d\x9e\xa0\x52\x71\x14\xbc\x7f\x70\xf4\xbc\x98\x8d\x9f\x6f\xa7\x2f\x9f\xee\xcf\x24\x60\xfe\xb8\x4f\xfe\x0e\x52\xcd\xed\x01\xad\x03\x47\xc5\xe0\xa8\x60\x04\x9b\x54\xf8\x74\x0e\xe7\xab\xe0\xe5\x53\x38\x75\x59\xee\xb5\x24\xa9\x21\x6f\x60\xdf\xf7\x07\x97\xc4\xee\x2d\xbe\xdc\xe3\x11\xe7\xb7\x90\x3a\x33\x0b\xf8\x5e\x71\x99\x8e\x52\x2f\xe9\xfc\x7e\xc9\x7a\x49\x1d\x8f\x53\xbb\x63\x7c\x38\x2a\x8e\x13\x60\x08\x4e\x4e\x33\x68\x5e\x00\x6f\x39\xc7\xae\x89\x29\x34\x27\x77\x5d\xec\x6f\x0d\xa7\xfc\x2a\x61\x71\x3e\x55\x89\x25\xf5\x7e\xcd\x55\xb7\x71\x54\x07\x6c\x79\x31\xd8\xe4\x95\xe5\x20\xaf\x4b\x4b\x78\xba\xd4\x6e\x89\x78\x17\x8b\xd8\x9b\x73\x84\x1f\x77\x77\xac\xf1\x0a\x57\x88\xe5\xad\xf3\x71\x09\x51\x2a\x01\x7f\x86\xdd\x81\xe7\x07\x5c\x4b\xed\xc4\xe1\xd8\xc3\xed\xd9\x71\x35\x9e\xf6\xbd\xb0\xe5\x3d\x6d\x72\x43\x08\x15\x8d\x92\x06\xc2\x85\x73\x8d\xec\x47\x41\xdc\xc1\x8f\x20\x02\x0f\x95\x9c\x06\x3c\xab\x48\xed\x13\x3e\x38\x35\xd6\x9c\xb4\x80\xb2\xca\xd9\x9c\x5a\x8b\xad\xa6\x02\x84\x57\x92\x48\xb4\x04\x3d\x6f\x68\x94\x30\x46\x5a\x21\x2f\x3d\x00\x9e\x3c\x6f\x98\xbc\xc0\x39\x88\x33\x7e\xcb\xba\x51\x1a\xb1\xc0\xcf\xa3\xb0\x7b\x6c\xf4\x0a\xca\x26\x4d\x7d\xc4\x32\x42\xe7\xd4\x75\x96\x6e\xcf\x17\x4e\xca\x13\xb9\x57\x5a\x01\x6b\xab\x13\x59\xc1\x0d\x0b\xa0\xa7\x38\x6d\x82\x33\xbb\x4a\x28\xed\x52\x83\x8c\x8a\xc0\xe6\x06\xee\x4a\x85\xe3\xc9\xe8\xb0\x7e\xf1\x48\x2c\x73\xcb\xb0\x8c\x77\x78\x90\x03\x82\x79\x20\xac\xaf\x38\xcc\x6a\x06\x9d\x54\x93\xb9\x28\x00\x98\x73\xea\x32\x09\xe8\x5e\x19\x44\x99\x94\xe1\x68\xde\x10\xc7\xa8\x25\x4a\x4b\xcc\xb3\xa6\x06\x88\xc3\x3a\xb9\x91\xbf\x39\x7d\x5b\x07\x09\x0a\xf0\xce\xab\x44\x95\xb9\xfa\xd1\xbc\x4e\x56\x63\xf8\x50\x8f\x8a\xf3\xfe\x12\x7b\x4e\xd4\x22\xc2\xe1\x46\x4d\x6d\x2c\xb0\x4e\xa5\xee\x63\x9f\x29\xd0\x41\x04\xd8\x47\x43\xaf\x42\x04\xdb\xc6\x7b\x66\xda\x1a\x89\xfb\x3e\x82\xdb\xd2\xae\xeb\xe5\x1a\xd3\x4d\xfe\xe7\xcb\x21\xbb\xfb\xf4\xf1\xdc\x11\x6b\x49\xdf\x13\xe1\xf6\x68\x9c\x1e\x62\xe5\x20\x82\x65\x8f\x22\x08\xa9\x2b\x54\x7d\x78\x2a\xb6\x3d\x13\xd5\x9e\xcb\x67\x8b\x5d\xe1\xb4\x5c\xf7\xf0\x2c\xf5\xb3\x37\x3d\x13\x10\x5d\x3a\xd3\xfe\x96\x44\x83\x73\xf3\x93\x02\x8d\xe9\xa2\xaf\x41\x3c\xbd\x8a\x53\xf5\xb2\xcd\x1f\x1f\xcf\x83\xb2\xfd\x68\x29\xdf\x61\x90\xaa\xed\x1b\x32\x48\xdd\xc5\x51\x03\xe7\x9a\xea\xec\xee\x15\xf6\x01\x27\x2e\x80\x88\x76\x9b\x1d\x3d\x22\x30\x82\x93\x63\x19\xcc\x40\x5d\x7c\xfa\x31\x45\x2a\x11\x38\x27\xcd\x9e\xa8\xe1\x69\xea\xb0\xff\xf0\xd4\x9e\x18\x09\x9b\x3b\x84\xd7\x85\x38\xa0\x29\x42\x96\xf9\xf0\xd8\x64\x93\x3d\x20\xfe\xa3\xa5\x61\x0f\x69\x3c\x7a\xa0\x20\xf4\x3b\x55\xa7\x55\x52\x93\x46\xf6\x28\x96\x47\xf8\x90\x0f\x4f\x00\x37\x9f\x82\x67\x1e\x11\xc7\xfb\x78\xd1\x06\x6c\x8b\x92\xe4\xed\x97\x8b\xaa\xbf\xfc\x3f\x45\xdb\x09\x98\x15\x9e\xb4\xdd\x8b\x81\xf8\xf3\x99\x4e\xd8\x3f\xdf\xbc\x43\x6f\xd3\xd6\xf3\x9d\x44\x41\x87\x26\x9a\x22\x81\x9c\x1f\x74\xdc\xee\xd9\x44\xce\xd5\x91\xfa\x2c\x9c\x24\xd1\xd4\x9d\x7e\x53\xb1\x87\x0c\xac\x58\x02\xca\x4b\xb5\xbf\x52\x5f\xb0\x3e\x13\xdc\xda\xe8\x4a\x7a\x9e\x28\xd5\x50\x9d\x17\x10\x07\xda\x26\x9a\x05\xfb\xd5\xe4\x86\xd0\x43\x83\x3f\x11\x96\x3d\x49\x03\x2f\x8a\x89\xa6\xe1\xc8\x96\xce\x44\x2b\x28\x09\x96\xf4\xa8\xb6\x71\xb6\xe4\xd8\x15\x91\x78\xe0\xa4\x68\x44\xce\x40\x44\x85\x63\xd1\x02\xa4\x80\xc3\x1e\x8e\xa5\xa7\x62\x9a\xa7\x13\x6c\x60\x78\x82\x9f\xd7\x59\x61\x49\x13\x5f\x51\x19\xa9\x4d\xa0\xaa\x40\xd1\x14\x2e\x51\x88\x32\x84\xff\x94\x5e\x2a\x0e\x53\x69\x0c\xfb\x55\xd9\x79\x57\x7b\x50\x6d\xde\x44\x23\xa8\x8e\x00\xd6\x59\xa5\x54\x2d\x95\x70\x48\xb4\x91\x81\xaa\x00\xb2\x00\xb0\xc2\x69\x04\x54\xc6\x2b\x1c\x11\xeb\x31\x22\xc8\x0b\x41\x5d\xe2\x60\x05\x74\x55\x5b\xea\x13\xce\xc2\x5b\x44\x18\x87\xf8\xaf\x28\xa1\xf5\x55\xec\x1e\xf3\xa1\x71\xe9\x87\x0d\xd5\x44\x89\x2e\x6b\x82\x1f\x98\x95\xc6\x9a\xb9\xe1\x8d\x62\xda\x38\x5c\xad\xac\xda\x78\x9d\xef\x6d\xc1\x71\x59\x6d\x9f\x76\x67\xb3\x42\x89\xd7\x41\xb1\x18\x3e\x69\xa4\x3a\x59\x8b\x43\xd2\x6b\x51\xab\x7b\x93\x29\x1c\x1c\x4d\x3e\xa9\x5b\xe2\x0e\xd8\x85\x65\xe0\x70\x04\x44\x85\xd8\x34\xb6\x66\x17\x9b\xe1\x02\xec\x57\xf0\xd5\x59\xaa\xec\x28\x37\x00\xd2\xa1\xc8\xb6\x5d\x5e\x11\xa9\xb5\x15\x44\x3c\x9c\xa0\x4b\x64\xb8\x8e\xd9\xd6\xb9\xe5\xca\x56\xa8\x01\x5a\x64\xaa\x13\x08\x70\x10\x0b\x63\x3b\xbd\x13\xab\x7b\x42\x1a\x49\xa7\xee\x41\x2d\x70\xb2\xb6\x6a\x38\x37\xb3\xed\x0b\x57\x96\xc5\x8b\xd9\x75\xff\xd3\x79\xb3\xeb\xfe\xa7\x77\xc8\x56\x3f\xae\x47\x62\x3c\x7a\xca\xf5\x82\x59\x2f\x6c\x0e\x72\x6b\xa9\x94\x6b\x1d\xf5\x86\xea\x05\xd5\x8b\x7c\x91\x2f\x6c\xa3\xbf\xa0\x7a\x25\xb5\x3f\xfb\x16\x81\x2e\x1d\x88\xa4\xaf\x3c\x43\xc4\x27\x9e\xe1\xce\x29\x8f\xcb\x62\x2a\xd7\x05\x57\x5c\x84\x2f\x4c\xb5\xa8\xd5\xee\x68\xf0\x8d\xb0\xdd\xe1\xb1\x8b\xaa\x17\xf9\x02\x24\xfb\xcb\x67\xc6\x7f\x48\xf2\xef\x1f\x8a\xea\x85\xc9\xe1\xc2\x37\x55\x3d\xad\xbd\x0b\xf7\x57\xaa\x7d\x27\x25\x95\xbe\x11\xce\x17\x34\x5a\xea\xcd\x63\x4e\x6c\x6a\x95\x0b\x77\xea\xb7\xb9\x35\x2e\x80\xcd\x03\xb2\x55\xda\x08\x42\x59\x2f\xaa\x6e\x8b\x7b\x3d\xe5\x34\xe8\x22\x5f\xb0\xa4\x56\x2e\x5a\x1a\x7c\x01\x77\x55\xcb\xa0\x8e\x8d\x56\xbd\x18\x75\x5b\xf5\xbb\xa3\xea\x5e\x2c\x25\xfb\xf7\xbb\x48\xc4\x17\x79\xdf\x14\x74\x91\xbd\x81\x8e\x52\xe7\x0b\xb5\x9a\x13\xff\xfb\x8b\x6e\x9f\xe7\x9b\xcf\xdf\x7f\xfa\xe9\x3c\x68\x2c\x67\xdb\x8d\x0f\x9f\x7e\x7a\x0a\x90\xc5\xfd\x79\x88\xfd\x3e\xbe\x85\xf3\x40\x18\x81\x24\x85\xa7\x80\x49\xa0\xf5\x12\x7c\xc2\xce\xa9\xd3\x33\x08\xb8\x0b\x6e\x9a\x38\x08\x4a\x75\xea\x63\x8e\x26\xf6\x42\xf6\xc5\xdd\xb6\xd6\x04\x15\xce\x09\xe4\xb1\xa4\x36\x50\xf4\xc2\xa5\x12\x21\x92\x98\xf8\xe0\x6b\x74\x28\x91\x12\x79\x16\xec\x68\x3a\x35\x04\x45\x0e\x27\x30\x06\x05\x38\xb0\xe5\x53\xb9\x64\xe9\xa1\x01\x9f\x06\xa4\xe1\xd5\x97\x8f\x1a\xaa\x5e\xc3\xc8\xf0\xdc\xd5\xd0\xd5\xb9\x13\x6e\x8c\xda\xb7\x91\x53\xb9\x54\x9b\xe6\x55\x1d\x8b\x98\x7a\x6a\x58\xfb\x25\xd5\x09\x6b\x02\x82\xde\x6c\x1d\xee\x70\x78\x05\xa7\x60\x75\x44\x0f\x5b\x92\x80\x86\x52\x50\x3b\xcc\x5a\xf7\xbb\xb5\x3b\xee\x69\x89\xa2\x10\xf7\x82\xdd\x37\x0e\xee\xb6\x08\x54\xb8\x04\x16\x4c\x75\x7f\x5e\x5b\xa7\x42\xeb\x41\x0a\xc0\x61\xac\xee\x20\xfc\x06\x82\x36\x08\x37\xed\xd9\x39\x02\xe4\x47\x14\x0e\x27\xb6\x6f\x39\x16\x4b\x47\x3c\x2a\x4e\xe5\x8b\x7f\x10\x48\xce\xe1\x24\x3b\x9c\xb4\xd3\x0a\xec\x90\xad\x2f\xfc\x37\x85\x4f\xba\x6f\x6a\x4f\x3c\xa9\x69\x82\x69\x84\x91\x1d\xd1\xc5\xa3\x5b\x9c\xb7\xc6\x01\xc6\x2a\x79\x98\x41\x05\x09\x6c\xb7\x5f\x4a\x24\xa5\x13\xd2\xc1\xfd\x3c\x9f\x29\xa6\x5a\xca\xb7\xd7\x30\x6d\x7b\xd0\xa4\x01\xea\x74\x53\xae\x27\xea\xc1\x36\x0b\x1b\xb8\xb6\x53\x01\x7d\x8c\x35\xb5\x99\xaa\x95\xb5\x48\xea\x13\x60\x69\x5c\xfb\x72\xc7\x73\x90\x23\x9b\xa2\xcb\x1b\x2d\x08\x5e\x6d\x89\xa7\xe8\xf1\x87\xea\x1e\xcb\x48\x6c\x49\x40\x04\x3c\x5b\xad\x29\x20\xcc\x51\x6c\x0c\x8f\x91\x74\x23\x5a\x03\xb5\x36\x9b\x4a\xe7\x3e\xcc\x68\x1c\x4b\x06\x4c\x20\x45\x48\xa3\xbb\x28\x23\x4f\xf7\xc5\x49\x3c\x17\x01\x64\x85\x3e\xde\x71\x87\x1b\x7f\xdb\x94\x6a\x83\xa5\xbe\x53\x0c\x06\xbc\x53\xa3\xe4\xba\x07\x47\x66\x6c\x77\x51\x6c\x0b\xb4\x99\x1a\xa5\x6d\xa8\x74\xdf\x5f\xc6\x25\x15\xc5\x00\x20\x84\x39\x03\x76\x25\xe4\x2b\xaa\x97\x2d\xb9\x0a\xe8\xd7\x57\x7d\x7d\x7b\x4f\x63\x1e\xc0\x78\x6a\xd5\x64\x4b\x40\x0e\x59\x43\x44\xeb\x72\x90\xf1\x47\xa9\x88\xc2\x0f\xfb\x09\x64\x12\x51\x68\x6c\x63\xbc\xd9\x87\x8d\xce\x9a\x7d\x45\x30\x75\xda\xa4\x2a\x0c\x6d\xb2\x6e\x8b\x03\xb2\xa9\x53\xbd\x58\xd5\xfa\x42\x0b\xbf\xf6\x58\x3f\xf4\x98\xc7\x60\x68\xd5\x23\xe4\xbd\xa3\x40\xc2\x87\x27\x38\xe1\x4f\xc1\xc1\x8f\x82\x10\x4f\x40\x85\x63\xb0\xfe\x65\xbe\xf9\xf2\xc3\xed\x79\xf8\xee\x18\xb3\xf1\x47\x7f\xe2\xbd\x30\x82\x3d\xd8\x85\xbb\xb0\x43\x0d\x3c\x11\x45\xba\xda\x2b\x9f\x2c\x6b\xd8\xd2\x88\xfb\x6c\x55\x14\xb6\xe2\x0b\x5f\x0b\x5f\xc1\x0f\xfe\xc4\x72\xe7\xf6\xf4\xe7\x5d\x09\x48\x7f\xe0\x89\x73\x3f\xbd\x7e\x7e\xc5\xb0\xb0\x4d\xb6\x9e\x5c\x5c\x3a\xa7\x31\x41\x7e\x2c\x91\x7d\xae\xa9\xdf\xd4\x70\x2a\x1c\xf5\xe1\x49\xc7\x4c\x39\x42\x8e\x06\x16\xa2\x47\x07\xd7\x2b\x2d\xf4\x8d\x73\xac\x7c\x3a\xf0\xf7\x3c\x0f\xf6\xfb\x9f\x6f\xce\xa4\x54\xfa\x88\xa4\x6f\x9b\xe8\xf4\x87\x63\xfe\x11\x93\x22\x09\x52\xb9\x73\xc8\x0f\x71\xff\xbd\xc8\xb9\x7f\x0f\x7f\x57\x57\xca\x1d\xf9\x1e\xbf\xda\x20\xcf\xfd\x61\x4d\xb9\xfe\x7b\xfc\xc0\x4e\x8b\xdb\x92\x5e\xf7\x9c\xac\xc7\x07\x7c\x46\x15\x9c\xbc\x0e\x17\x60\x1f\x5b\x50\x23\x8c\xa5\xc7\xa1\x07\x6a\xd8\x27\xd9\x11\x54\x66\xdb\x3a\x65\xbf\x9f\x8b\x8b\xb0\xa6\x94\x28\x76\x26\x18\x7b\x25\x90\xe3\x4d\xd2\x46\xe0\x4b\x57\x4c\x4e\x17\x44\x67\xb7\x38\xb0\x79\xf6\x68\xea\x15\x40\xff\xc5\x57\x39\xdb\x8f\xc9\xb5\xa9\x92\x68\x1b\xa5\xdb\x08\x5a\x40\xaa\x24\x74\x67\x0c\x74\x4c\x3f\xc0\x43\x71\x28\xf6\x7a\x70\x25\x43\xa1\xa8\x73\x5d\x90\x19\xda\xc4\x05\x71\xe2\x8e\x03\x1b\x84\x93\xfa\x5d\xcd\x50\x16\x05\x2c\x24\x1a\x7c\x7b\x00\x6a\x1d\x27\xdd\x51\x4d\xdd\x43\x41\xe3\x5a\xf9\x43\x23\x6d\xa1\x47\x22\x94\xd4\x0b\x65\x63\xc6\x1b\x11\x1f\xbb\x48\x50\xba\x53\x89\x26\xd2\x64\xb8\xe9\x52\x54\x01\xd0\x0a\x86\x9f\x42\xc8\x71\x04\x09\x1f\x8b\x2d\xd1\xec\x02\x43\x49\x65\x92\x25\xc0\xdd\xe4\x06\xc1\x72\x1d\x09\x2c\x0a\xd0\xbf\xc8\xe1\x30\x5d\x0b\xb6\x36\x42\x13\x8d\x55\xe4\xe8\xce\x96\x08\x65\x51\x82\x0d\x60\x8e\xc5\xcb\x03\x0f\x48\xb4\x50\xac\xec\x29\x1a\x34\xa7\x16\x4d\x3f\xb5\x96\x89\xd6\x46\x7e\x67\x6d\x64\x5a\x9d\xda\xac\xc2\x66\x56\x82\xb5\x91\x3d\xab\x4b\x68\x43\x01\x27\x48\x2a\x4b\xdc\x19\xd7\xa8\xa6\xc3\xaa\x65\xd7\x24\x54\xdd\x56\xdb\x74\x9d\x53\xc4\x52\x98\x2c\x65\xd7\xc3\x79\x4f\x34\xe1\xa7\x23\x34\xa9\x5f\x35\x13\xbf\xa2\x5b\x58\xc6\x11\xec\xc6\xd1\xf9\x5a\x30\xa9\xa8\x07\x7c\xeb\xb9\xbb\xb2\x87\x3a\x17\xdb\x35\xa4\xc7\x26\xb1\xea\xd5\x1b\x6c\x25\x6e\x91\x6b\x8b\x1c\xba\xda\xe3\x54\xfb\xe4\x0f\x3c\xe5\x14\x7f\x95\xd7\xe4\xe5\x6a\x70\xff\xf9\x72\xbe\x7f\x38\x7b\xd7\xb8\xff\x1c\x27\xa4\x7f\x2f\xb8\x65\xb5\xdc\x57\x56\xc0\xd9\x16\xe2\xeb\x92\x53\xbf\x74\xe4\xa7\xd4\x1c\x56\x59\xdb\x0a\xab\x7c\x45\xad\xa4\x31\xb0\x33\x02\x99\xc8\x49\x66\x1b\x76\x3c\x7b\xf2\x1a\xa8\xb8\x5f\x4b\xd7\x58\x8f\x0f\xcb\xce\xa2\x6b\xfc\xa0\x04\x9f\xed\xbf\xdb\x43\x69\x4a\xd9\x27\xb6\x37\x3e\xbf\x7e\x98\x7d\x7f\xff\xf9\x7f\xfe\x72\x7b\xae\xa6\x74\xff\x39\xde\xff\x72\xfb\x2e\x90\xf0\x0f\x4f\x5b\x7e\x1b\x7b\xbe\x86\xa4\x52\x2e\x8b\x2a\x28\xf1\x47\x28\x0c\x7f\xf9\x6a\x52\x27\xf6\x55\xe9\x20\xe6\x19\x75\x27\x5d\xb7\xa4\xfa\xb5\xad\x26\xa6\x44\x99\x64\x9f\x17\xc8\x4c\x1d\xa9\xe9\x25\x78\xf8\x47\x28\x9a\x54\xc3\x40\xc8\x71\xb3\xab\xed\xb4\xfc\xf7\x75\xa9\x48\xbd\x36\xa1\x75\x61\x44\x2d\x1d\x0a\x07\x2c\x59\x4a\x60\xa4\xaa\xa0\xf4\x6d\x8f\x1f\xb8\xae\x9e\x66\x47\xd1\x23\xe8\x3b\x56\xf4\x23\xa2\x46\x84\x03\xfe\x44\x34\x1b\xfa\x11\xf8\x6a\x4b\xb4\x88\x70\xc4\x9f\x2f\x7b\xef\xcb\xe5\xa7\xcf\xd3\x7c\xee\x66\xfa\x25\x4e\x48\xfe\x0e\xa6\xe7\xe0\xdf\x9b\xd0\xab\x67\x44\x31\xe5\xe0\x40\x64\x71\x8f\x3a\xe6\x58\x64\x0f\xb1\xe7\xb8\x07\x27\x8b\x7b\x58\xb2\x3d\x52\x59\x78\x86\x54\xf6\xb2\x61\xce\xf5\x89\xbe\xdf\xbd\x2b\x5e\xdc\x1c\xd3\xcd\xd6\x96\x78\x87\xc8\xcb\x05\x5f\x49\x6c\x11\x55\x53\xc2\xdb\x48\x38\x9c\xa3\x48\x5c\x4c\xb5\x70\xf3\x5a\x89\x04\xe4\xcf\x1e\x19\x01\x9a\x6e\x01\x83\x31\x73\xd8\x80\x01\x1e\x2f\x42\xa9\x57\xbd\x53\x3d\x40\x5f\xac\x6e\x15\x06\x4e\xc9\x26\x26\x96\x44\x8f\x1f\x34\xdb\x97\x93\xa3\x4d\xaf\x6d\x33\xbc\x4d\x12\xed\x4c\x2b\xba\x64\x2a\xb0\x3c\x37\x10\x79\x9a\x6e\x27\xa1\x37\x80\x34\xd9\x56\x81\x6d\x0d\x48\x12\x08\x43\xe6\xc8\x23\xa6\x71\xa9\xb6\x4d\x36\x20\x18\x12\xcc\xec\x76\x53\xaa\x09\x3e\xa1\xc1\xd8\x08\x03\x82\x54\x2b\x28\xb6\xd3\x5e\x56\x2b\x30\xc0\xad\x5d\xb5\x11\x2f\xbd\x63\x38\xce\xa0\x4e\x1b\x41\xea\xa5\xe5\xae\x04\xa9\x25\x00\xba\x03\x08\x33\x2a\x26\x6f\xb0\xad\xc0\x8c\x78\x53\x00\x74\x31\x1c\xdf\xbb\x75\xc4\xd4\x83\xd5\xa2\xc6\xc5\xae\x4e\xb1\xa5\x31\x23\x20\xb1\xd4\x44\x57\xc2\x79\xea\xdd\x9d\xe5\x6b\x36\xfd\xa7\xe0\xc6\xf4\xc3\x71\x6d\x62\xbf\xb0\xed\x6c\x9a\xf3\xe3\x5d\x0e\x03\xc0\x39\xab\xd0\x7f\x90\x53\x1f\xf6\xe2\xff\xf3\x38\xcf\x83\x7c\x7b\xea\xf4\xee\xfe\x6f\x3f\xcf\xf7\x37\xe7\xee\x5d\x9e\xf8\x1d\xa2\x10\x1a\x47\xc8\x7e\x79\xdb\xf3\xc9\x48\xd7\x1d\xd5\xbe\xed\xd0\xe1\x1b\x24\x71\xae\x8b\x85\x01\xb1\xec\xe8\xac\x0d\xd7\x01\xec\x72\xc4\xb9\x37\xd3\x7c\x31\x1c\xa1\x73\x00\x4c\x5a\x42\xde\x78\x88\x0b\xa3\x61\x88\x61\x97\x80\x1c\xd1\xa2\x2c\x76\x27\xc2\x1d\xcc\x96\x2b\x29\x8e\x3c\x0f\xa6\xe5\x51\x83\xb4\x7a\xc4\xc6\xfd\x34\x14\x77\x65\x71\x94\x43\x00\xdd\xc2\xe0\x28\xad\x9e\xcc\x73\x4b\x5a\x53\x9b\x75\x04\x1d\x13\x2f\xba\x3f\x85\xc2\xa6\xb0\xd8\x5d\x73\x72\x6d\x1d\x51\xc7\x95\xf6\x7e\xb2\x9d\x40\xb9\xa5\xa1\x3b\x23\x73\x1c\x91\xb3\xff\xff\x10\x39\x07\xfb\xd3\x46\xdf\x08\x7e\xc5\xff\xd1\xfe\x8a\x9c\xdd\x23\xe7\xef\x78\xee\xf9\x20\xf9\x7c\xf3\xe3\x97\x4f\x3f\xff\x74\x79\x7f\xf7\xcb\xcd\x99\x64\x3d\x1f\x97\x67\xe2\xe4\x0f\xbd\x47\xac\xb4\x3a\xee\x69\x69\xb6\xf7\x8b\x6a\x52\x86\xa4\x9a\xd1\x5a\x22\xb1\x00\x52\x5c\x5a\xa2\x1e\x3b\x22\xcc\x74\xa4\x0c\x4a\x62\xe9\x61\x28\x36\x65\x01\x8c\x84\xa4\xac\xd3\x70\xc0\x0e\x72\x78\x7b\x04\xcc\x39\xce\x31\xb0\xfb\xfa\xdc\x52\xc6\x69\x0c\x17\x5b\xf5\x46\x8f\xa3\x00\xc0\x40\x39\xe9\x88\x43\x53\xa9\x13\xf0\x5e\xfd\x1c\x17\xb0\x05\x2d\x8d\x01\xce\x4a\x84\xe5\x0d\x9c\xd3\x65\xe0\x8a\x94\x66\x23\xd4\x54\xce\x44\x80\xfa\xa9\x14\x29\x29\xc2\xcd\xb9\x86\x92\x1a\x5f\x6a\x16\xab\x1c\x77\x4a\x54\x82\x38\x7d\x33\x22\xda\x8b\x2d\x5b\x19\xe0\x36\x03\x7e\x2f\x80\xaa\x50\x10\x84\x0d\x20\x28\x50\x2a\x32\xd7\x96\x10\xc7\x5e\x53\xed\x53\xb2\x0a\x04\x4a\x02\x5f\x13\x4e\xd9\xae\x0f\xf0\x36\x40\xa5\x53\xd6\x98\x98\xe6\x42\x29\x8f\xd0\xbb\xa9\x19\x64\xd9\xf6\x34\xaa\xc9\xf5\xa5\x42\x13\x28\x26\x49\x38\x18\xc6\xe0\x39\x16\x04\x18\xf5\x91\x1a\x5d\x8a\xb6\x24\x23\x90\xd5\x52\x00\x7c\x4a\xe4\xbd\x50\x38\x40\x40\x3e\x85\xf2\xfb\xf0\x0c\x72\x77\x72\xb5\x52\x82\xa6\x0a\x80\xe9\x0c\x37\x9f\x5c\x82\x29\x88\xa6\x9a\xe0\x60\xc4\xb4\x17\x9f\xc2\x05\x88\x2f\x95\xd0\x1c\xc0\xdb\x2d\x08\x7f\xaa\x3d\xca\x88\xea\x58\x42\xd8\x9c\x86\xa9\x95\xd5\xed\xf9\xa6\x3e\x8a\xcc\x8e\x31\x6f\x6f\xcc\xe8\x92\x5e\x82\x22\xe8\x30\x23\x20\xce\x0f\x0b\x41\x15\x84\x70\x47\xeb\xb9\x95\x3f\xc4\x61\x92\xd1\x9c\xa5\xa4\xd1\x41\xa7\xc9\x9b\x0c\x90\xdf\x5a\x31\x62\x02\x46\xcc\x44\x09\x30\x98\xa9\x0c\x28\xbe\x0e\xbb\x38\x7c\x78\xe1\xf4\x67\xc6\x50\x04\x5a\x91\x62\xfb\x89\x04\x4c\xfc\x4b\xea\x88\xaa\x94\xd6\x2c\x0b\xe6\x9c\xaa\x6d\x38\xea\x83\xa0\xeb\x34\x6c\x54\xdb\x76\x30\x72\xea\xdd\xfa\xc3\xc6\x8c\x62\x27\xb6\x75\x4c\x17\x90\xf5\x63\x47\x82\x63\xe1\xf9\xe1\x99\x03\xe8\x33\xc9\xfb\x99\x47\xd3\x89\xc9\xfe\xd3\xfd\x99\xf2\x34\x92\xbe\x2d\x4c\xd7\x8f\xeb\xa1\x83\x23\x8b\x70\x29\x88\x52\x05\x7c\xaf\x00\x5d\x65\xa0\x2d\x6b\x07\x27\x1e\x65\x38\xf7\xd8\x67\x04\xab\x0a\x3b\xdb\x02\xd9\x27\xee\xb7\x0c\x50\xba\x08\x32\x14\xe8\xa9\x04\xef\x2f\x93\x8f\xdb\x72\xdf\x25\x49\xdf\xd9\xb0\xe4\x36\x47\x72\x2e\xf6\xde\x70\x6a\x28\x40\x2f\x29\x68\xda\x92\x78\xd8\x23\x99\x62\x43\xf8\x9f\x8d\xb4\x0d\x02\x05\x99\x5b\x02\x3b\x18\x18\x4f\x09\x2b\x90\x69\x00\x41\x72\x52\x77\x6d\xb3\x99\x6c\xdd\x71\x57\x4a\x85\x4f\x8f\x3a\x5b\x42\x4e\x15\x61\xef\x42\xdf\xa9\x2d\x18\x1c\x96\x8b\x33\x0f\x00\xe3\x77\xd4\x54\xcb\xce\xa4\xaf\x3a\xb6\x55\x67\x9b\x61\xc3\x59\x13\xa6\x1a\x1c\xcf\x45\xc3\x00\x1b\x3d\x66\x9c\xdd\x6e\x25\xa7\x71\xcc\x7c\x90\x57\x50\x98\x96\xea\x00\x5e\x24\x39\xa8\xca\x8d\xcd\xb2\x5c\xc2\x72\x59\xc8\xea\x6d\xaa\x8a\xa4\x42\x73\x6c\x9a\x8a\xc4\x31\x92\xf4\xcb\xe2\x48\xd9\x0a\x51\x4e\x1c\x84\xbb\x88\x40\x87\xbc\xe2\x51\x53\x06\x48\x25\x01\x25\xcc\x36\xa6\x0e\xcf\xaf\x54\x1d\x1a\x84\xc0\xf8\x57\x05\x50\x41\x03\x80\x2d\xbd\xbb\xa4\x86\x73\xf6\xe2\x87\xf3\x04\xcf\x3f\x8c\x3e\x7f\x82\xb8\xa5\x51\x77\x88\x54\xb5\x3d\xb7\x81\x7c\x5b\x2a\x96\x07\x81\xf3\x21\x28\xdd\x07\x22\x2d\x47\xb1\xb9\x56\x53\xb7\xcd\xdc\xd6\x66\x13\x07\x33\x45\xc5\x26\x5f\x73\x1a\x74\x59\xa0\x13\xb7\xee\xb3\x42\xfb\x42\x30\xa1\x38\x30\xc8\xa1\xd8\x4c\xb4\xfd\x01\xa8\x17\x0d\x44\xf6\xc4\x5b\xb5\x09\xd7\xa7\x2a\x89\x07\xf4\x4e\x1a\x58\x0e\x1b\x9c\xbb\x98\x6d\xc9\x27\x60\x00\x07\x77\x8f\x6c\x60\x96\x65\x60\x25\x65\x3f\x74\xae\x4e\xc0\x23\xa6\xfb\xf6\x91\x08\xa8\x64\x5c\x66\x5b\xe0\x1c\x12\x0c\xd1\xe4\x0d\xd4\x79\x1e\xa4\x6a\x8b\x4f\xc7\xbe\xa4\xd6\xb4\x84\x10\x5d\x32\x45\x23\x82\xd0\xbe\x38\x8f\xba\x75\x93\x49\x45\x38\x76\xab\x2f\xcf\x58\x3e\xdf\xfc\xed\x7f\xdd\xcf\xff\xf1\x15\x73\xf6\x6f\xf1\x17\x7f\xe0\x1d\x4f\xac\xdb\xdb\x63\x67\xfa\xc2\x53\x74\x3f\xac\x54\xb1\xf8\xa6\xcc\x36\xdc\x65\x24\x8e\xb5\x24\xe1\xa9\xd8\x56\x08\xe4\x87\x0e\xe0\x34\x78\xc7\xe1\x56\x72\x6a\xfd\x21\x4a\x22\xc5\xf1\x39\xc5\xc3\xd7\xf3\x51\x0e\x49\x4a\xca\x84\x17\x04\x7f\x41\x38\xcf\x65\x0b\xf3\xba\x62\xe7\xd4\x85\x75\xca\xc6\x1d\x7c\x43\x71\x8a\x3f\x12\xf1\xa5\x0d\xb5\x8c\xf8\xdc\x51\x10\x8b\x8f\x15\xb3\x82\x85\xf6\x64\x9c\x80\x87\xcb\xd6\x05\xd6\x2c\x78\xde\x0b\x65\x2d\xef\x38\x8f\xd4\xca\xa5\xff\x26\x0d\xa1\xba\x19\xcc\x5e\x82\xf1\x07\x7b\xd7\xa9\x18\x83\x25\xd3\xec\x19\x2e\xb8\x71\xc8\x13\xbe\x02\xc8\x16\x6e\x8e\x23\x10\x36\x03\x01\xf8\xc8\xfa\x62\x2c\xf3\x27\x9b\x25\xd8\x8c\x38\x04\x28\x78\xe3\x08\x64\x16\x13\x24\x4d\x03\xec\xa9\xf7\x6b\x2a\x94\x88\xbf\xab\xb6\x16\x96\xb0\x5c\x7c\x41\xf1\xa6\x02\x77\x22\xe7\x9e\xa4\xce\x51\x7a\xd2\x8a\xe3\x57\x0c\x01\xe0\xa6\xa5\xda\xe2\x32\x0a\xec\x7a\x96\x8f\xde\xe4\x45\xf6\x47\xc3\xf2\xe8\x7c\xc8\x7d\xe9\x26\x2b\x56\xd3\x1e\x96\x8b\x17\x6b\x00\xc7\x38\xf5\xfe\xf8\x81\x1b\x3b\x4b\x9a\xa9\x41\x1c\x20\x0f\xae\x9a\xcf\x83\xdb\x3f\xfa\x5e\xf5\xc1\xed\xfe\xe7\xb8\x24\x76\x23\x55\x5e\xba\xd8\xb2\x79\x9a\xf4\xe1\x69\xda\xa7\xef\x08\x4f\xde\xf1\xf8\xa1\x6a\xe8\x79\x42\x59\xf2\xd3\xdf\x1e\xde\x2a\xc0\xd3\x4c\x6d\xdd\xf0\x11\xf3\x8f\xd5\xea\x4e\x20\x8b\x4c\x9e\x4b\x7e\xfa\xeb\xc3\x1b\xf5\x78\x9a\xeb\xcb\x65\xe6\xd7\xbb\x33\xd7\x97\x5f\xef\xde\x93\xf5\x57\xfd\x50\xc5\x84\x57\x2c\xb1\xb9\xcc\x4d\x00\xc3\xd0\x92\x3e\x65\x12\x52\xec\xf3\x9c\x68\xcc\x56\x29\x78\x1e\xc9\x0b\xbe\x25\xc0\x31\xa8\xce\x58\xa9\x73\x0d\x26\xbc\x12\x9c\x80\x47\x45\x9c\x7d\xa3\xc4\x26\xb3\x42\xcc\xb2\x8b\x2d\x4f\x25\x60\xca\xda\x96\xed\xd4\xf7\xb9\x27\x2a\x3b\xaa\x39\xb1\x38\xed\x3e\x37\x13\x3b\x4a\x28\x2d\xd5\x1e\x1a\x87\xd6\x52\xaf\xbb\x08\x06\xf5\x3d\x71\x3d\x05\x9c\xc3\xe4\x1d\xbc\xbf\x64\x12\x71\x30\x07\xa2\xd0\x08\x2e\xc4\xc0\x64\x24\x72\x44\x44\x31\xa5\x31\xc9\xcb\xe7\xaf\xb5\xe7\x49\xe1\x26\x6d\xcb\xa0\xe3\xca\xc7\xe6\x58\x74\x8e\xa3\x29\xd7\xb6\xff\x89\x9e\x78\xb7\x15\x69\xb2\xcd\x11\x38\xd8\x8e\xc7\xde\x00\x82\xc4\x80\x7d\xae\xd7\x5e\xc1\x29\x47\x95\x24\xb0\x5b\x35\x40\x04\x01\x98\xcc\xc4\x16\x13\x4e\x17\x9c\xbb\xc6\xee\xc6\x4d\x8a\x6d\x14\xdc\x3f\x36\xa1\x07\xee\xaa\xa6\x3c\x70\xe8\xc4\xb8\xc7\x99\x93\xdf\x99\x5c\x4a\xc0\x32\x93\xd4\x1c\xc6\x6d\x58\xe3\x51\x1a\x04\x6e\x31\xd3\xcb\xda\x93\x1e\x04\x46\x83\x77\x72\x07\xdd\xd3\xf3\x3e\xf6\x1f\x31\x18\x66\x6b\xe3\xaa\x70\x40\xe7\x4b\x15\x30\x0b\x52\xed\x30\x82\x9b\x74\xdd\x15\xb7\x6b\x5d\xe1\x6c\x87\x83\x34\x09\x28\x35\xb8\x96\x70\x77\x6a\x98\x7f\xff\xe5\xf6\x76\xfe\xe5\xe6\xdc\xed\xf4\xd7\xbb\xf8\xb0\x3c\xf1\xb6\x03\x43\xa9\xc7\x86\x38\xe1\x4b\xd3\xaa\x86\xfa\x96\xd3\x41\x3f\xb5\x90\x3e\x0c\x76\x8b\x55\x75\xcd\x6b\x28\x4e\xed\x61\xbe\x03\x85\x40\x8f\x05\x42\xb1\xdd\xf9\x61\xae\x29\xf9\x78\x20\xfa\x03\x76\x89\xcb\xcf\x8f\x77\xa6\x2d\x8f\x11\xa8\xd8\x72\xee\x50\x32\x61\x51\x50\x41\xb9\x22\xd9\xe4\x39\x36\xf5\x2b\x68\x4e\xda\x2f\x6d\x42\xb0\x83\xaf\x69\x0d\x90\x57\x81\x6d\xa2\x70\xd3\x9b\xb2\xed\xdc\x8e\x06\x45\x14\x4b\x75\x1d\x11\x7b\x59\xcb\x29\xcb\xcc\x38\x18\xb4\x51\x6a\x5a\x38\x70\xca\x33\x14\x25\x85\x80\x37\x46\x68\xb6\x47\x16\xd3\xa4\x17\xda\x4b\x35\xed\x17\x9e\xfd\x19\x5c\x3a\x14\x29\xd6\x45\x6f\x37\x81\x22\xd7\xe8\x70\x34\xc2\xa6\x60\xeb\xea\x42\x38\x70\xfb\x50\x3c\xc8\x04\xd2\x07\xbe\x46\xa8\xc9\xa5\xf0\x70\x44\xc4\x11\x24\x0f\x8c\x52\xcd\x61\x79\x21\x48\xfc\x48\xd5\x87\x08\x0f\xf8\xc3\xd2\xde\x71\xf7\x61\xf5\xf8\x25\x97\x31\xae\xad\x19\xeb\x04\xdf\x07\xb2\x29\xa1\xf0\x54\x4a\xb0\xfe\xe3\xfa\xa0\x8e\x7e\x8d\xe1\x65\xa2\x6f\xbd\x1e\xf5\xf1\x4e\x11\xd1\x60\xba\xdb\x80\x09\xa9\x53\x04\x52\x09\x3b\xd4\x0d\x90\xb1\x7b\xd2\xa8\xd9\xf4\xd4\x02\x54\x99\xe1\xe0\x2e\x3a\x70\x1c\x6a\x0b\xb5\xe9\xb7\x35\x65\x45\xe3\x96\x08\x03\xc9\xa5\xb6\x96\x9a\xf3\x39\x95\x50\x00\xf4\x34\x00\xe6\xc1\x4b\x4f\x59\xe7\x76\xd8\x4e\xd4\x96\x30\xd3\x83\x4d\xca\x6d\x36\xbe\x4e\x0e\xff\x87\x2f\x9f\xa6\xbf\xfe\x8f\x4f\xe7\x1e\x70\xaf\x4f\xc4\x1f\x3e\xbd\x77\xd0\x5d\x3f\xae\x8e\xe6\x5a\x39\x75\x38\xeb\xd8\x2a\xe0\xd4\x97\x7e\x59\xd6\x73\xe0\x1d\xe6\x4b\xea\xcd\x76\xb1\x0e\x8b\x28\x84\x64\xaf\x16\x6e\x07\xef\xba\xe3\xee\x2a\x54\x68\x6b\xbd\x61\x6a\x61\x0b\x03\x8b\x14\x0e\x4e\x73\x33\x1d\xab\xf5\x50\x6f\xaa\xe9\x70\xc1\x3f\xfd\x3d\xb5\x84\xd1\x53\xe3\x4b\x11\x47\xe4\xc1\x29\x0b\x0e\x7d\x6c\xd0\x35\x81\xf1\x40\xc0\xc2\x19\x17\x37\xab\x1a\x6d\x65\x45\x14\x88\x2d\xea\x64\x83\x98\x90\x77\x09\xfe\xb9\x08\x2c\x3d\xf5\x58\x81\x34\x93\xe1\xc7\xd3\x4c\x7f\x6c\x1c\xb9\x05\xb8\xeb\xb4\xb2\x61\x71\x9a\x9d\xc2\x5b\xab\xca\xb8\x41\x85\x4d\x2f\xc0\xc5\x33\xaa\x6e\x79\xca\x40\x60\x5e\xd0\xa6\x87\xdd\x77\xc4\xdd\x00\x8f\x0d\x88\x2c\x05\x1b\x8d\x65\xd9\xa3\x67\xdc\x2b\x0e\x72\x86\x4d\x62\x5b\x18\x1a\xce\x4c\x6d\x21\x16\xf0\xb9\xc1\x8f\xcb\x46\x63\x36\x8d\x46\x07\x42\x79\xd8\x94\xab\x17\x23\xe3\xd7\xbb\x1f\x7e\xb8\x9d\xe7\xf3\x06\xc5\x92\xf8\x1d\xa7\x18\xfd\x61\x0f\xec\xa5\x61\xd4\xab\x52\x4f\x63\x91\xef\x28\xeb\x55\xc7\xba\x15\x72\xec\x41\x52\x8d\x3d\x2c\x7c\xe4\x8a\x33\xf2\x8a\xc3\x9d\xbe\xf5\xc4\x8b\xfd\x36\x3c\xc5\x30\xd7\x7e\x12\xc2\xfc\x1a\xbc\x2a\x71\x6f\xf0\x3d\x90\xa8\xdf\xf9\x7c\xea\xdb\xb7\x52\x6d\xe3\x82\x66\xf7\xb2\xd8\xdc\xf8\xeb\x4a\xc2\xdd\x6a\x30\xa1\x9e\xa1\x03\x49\x1f\xd1\x68\xba\xc4\x17\xe2\x6c\xdc\xc3\x21\x3f\x28\x2c\x86\x6f\xbc\x9d\x6a\xbf\xe2\x52\xaf\x4b\xfd\xda\x72\x2b\x88\xad\xbf\xb2\xdc\xc4\xdd\x5e\xf9\x75\x0f\xbe\x52\xb6\x13\x83\xef\x97\x87\x2f\xb7\x67\x42\xb9\x2c\x89\xdf\xde\x8c\xdb\x58\x3d\xa2\x4b\xc5\xae\x3b\xc1\x6d\x3b\x07\xea\x71\xb8\xc7\x38\x0e\x1a\xc6\x6c\x45\x1a\xf5\xb2\xa8\x9f\x44\xc0\x42\x02\xb5\xb1\x88\xf7\xc0\xe8\x69\xf8\x86\x47\xdc\xaf\x4a\xcd\xae\xa1\x98\xd6\xd9\x40\x30\xb2\xff\x8d\x1b\x5f\x23\xd8\x4a\xd8\x96\xb7\x2b\xc9\xba\xb3\xf1\x05\x4e\x93\x8d\x66\x5b\x61\x04\x44\x32\x56\xa2\xed\x68\xc9\x77\x52\xdb\xc5\xaf\x6c\x7f\xc4\x79\x07\x5c\xde\x83\xfb\x77\xc0\x03\xc6\x8a\x18\x46\xbd\x8c\x1c\xa8\xb8\xdb\x3c\x32\x70\xb9\x3e\x3f\xde\x15\xa0\xcc\x6f\x23\xe7\x59\xa3\xf0\x95\xf0\x8c\xe8\xf8\xaf\x02\xfd\xe4\x3e\xf3\x22\x9f\x9c\xa4\x52\x78\xc5\xa9\x14\xbf\x7c\xf5\x33\x33\x5b\x99\xf2\x96\xff\x11\xa0\xd1\x65\x20\xfc\xe5\xd3\xe7\x33\xf7\xb2\xe5\x81\xf8\xe3\xa7\xcf\xef\x20\x8f\xb6\xb1\x3a\xf4\x29\xf8\x3a\x9d\xc1\x10\xe0\xb3\x40\xc6\x8a\x8d\xf7\xbd\x6b\xd2\x08\xf8\x56\x6c\x3c\x81\xb6\x73\xe1\x07\x2c\x20\x63\x2c\xa9\xbf\x3f\x60\x00\xc7\xd9\x38\xd1\x44\xab\xb3\x8f\x89\x2c\x60\xf6\x6a\x01\x54\x37\xc5\x91\x0f\x61\x97\x83\xc1\xc9\x83\x5f\x08\xa1\x47\x35\x01\x75\x5d\x22\x8d\xe0\xf0\xb7\x63\xa2\x44\xb0\xcf\x11\xfe\x89\xff\x33\x5d\x3e\x75\xa7\xc6\xb1\x85\x01\xcc\xa4\xe7\x4c\x00\x78\x7f\xc1\x61\x68\xf5\xb0\xad\xdf\x7e\x20\x0b\x6b\xb2\x77\xfe\xb3\x47\xb0\x69\x12\x7d\x21\x5e\x10\x04\x9c\x60\xf0\xb5\x34\xfc\x8e\x70\x1c\x8c\x23\xff\xe1\xfc\x98\x26\x2a\x86\xe2\x87\x91\x03\xbc\x92\x80\x17\x66\xe4\x03\xf7\x3e\x2c\x7b\x70\x1c\x67\x2b\x38\xe2\x5d\x94\x7c\x94\x14\x58\xff\xdc\xb1\xb7\x70\x6c\x64\xba\x0e\x64\x6b\x0e\x15\xc1\x37\x56\x11\x93\xaf\xfd\x6e\x08\xc2\x93\x7a\x73\xdf\xe0\x1a\xdc\x01\x18\x4d\x67\x77\x0f\x38\x59\x46\xe0\x09\x4e\x96\x7b\xd2\x29\x11\x8c\xcf\x51\x1a\x50\x94\x39\x76\xd4\xc4\x7e\x7b\xbc\x73\xa6\x4f\x76\x1a\x26\x82\x7b\x75\x76\x4f\xb1\x11\xa8\x45\x1c\x61\x52\x8b\x3a\x6c\x43\xee\x09\x87\x33\xc5\xef\x5c\x55\x6c\x0e\x27\x5d\x62\x81\xf2\xa7\x71\x10\x48\x82\x1a\xfa\x14\xf6\xbd\xde\x13\x1d\xee\x66\x13\x68\xa2\xb6\x09\x92\x21\xdc\xdc\x14\xd1\x5f\xee\xb2\x05\xd6\x25\x53\x1d\x9a\xf3\x20\x75\x59\x42\xda\x9c\x99\xec\xe5\xdc\xff\xf9\xa7\xdb\x73\x2d\xa2\x9e\xf6\x3d\xd9\x75\x35\x5a\x40\x8e\x12\xc4\x51\x0b\xcf\xd6\xd1\x9d\x70\x66\x86\xa1\x98\x4d\x7e\xcf\x6c\xed\x37\x4c\x73\xa1\x86\x88\x5e\x09\x35\x69\xf9\x8e\x8b\x1f\x47\xfa\x65\x61\x74\x2e\xea\x94\xe0\xfd\x32\xe2\xac\x53\xbb\xa9\x46\x50\xdb\x4d\x0d\x37\x45\x0d\x77\x36\x8d\x48\xa6\xe6\x56\x46\x02\xe2\x64\x05\xb5\x44\x01\x67\x81\xc2\xc3\xc7\x84\xcd\x81\xd3\x1f\x90\xc2\x03\xd0\xbe\xda\x2d\x83\x10\x84\x53\xb1\xc1\x2d\x38\x59\x04\x0d\x5c\x74\xb4\xf6\x91\x4a\x7f\xfc\x20\x70\x8f\x09\xfd\x92\x4d\x7c\xad\x01\xd1\xd5\xf0\xb4\x6f\xab\xdb\xe9\x43\x54\x5e\x7f\x8a\x55\x90\x7c\x72\xab\x2f\x23\xd0\x59\xd2\xa0\xe0\xe7\xf0\x19\x00\x02\x94\x64\xcc\xd2\x60\xf0\xce\x9a\xb2\x7c\x47\x35\xe5\x2c\x61\xb9\x2c\xfa\xbd\xc0\x25\x43\x75\x0b\x37\x0f\x40\xbd\x02\x30\xb1\xb5\xa8\x10\x72\x0b\xa4\xdc\x9c\x4a\xf7\xdc\xa2\xe7\x36\x49\x2a\x1c\x3b\xb8\x48\x16\xb3\x73\x16\x7f\xb7\x87\xf9\x3c\x7e\x20\x02\x62\xc7\xeb\x7e\x52\x7b\x64\x89\x67\x7e\x52\xa3\xbe\xe2\xc3\x65\x0f\x9c\xf2\xe1\xba\x83\x87\xfd\x3f\xe3\x45\xad\xf9\x61\x8f\x00\x2b\x56\x80\x4e\x3b\x32\x96\xa9\x54\xc4\xf9\x50\x6d\x4c\x38\x73\x08\xb8\x97\xd4\x9a\x49\xe8\x86\x4b\x4b\x62\xaa\xf0\x72\x75\x65\xc8\x16\x0e\x0a\x65\x00\xb5\x1f\x38\xb7\x0d\x26\x22\xd3\x81\xa8\x9b\xe6\xae\x20\x14\xb0\xe6\x9e\x3b\x06\x75\xa1\xd4\x65\x02\x46\x36\x98\x01\x48\x53\x05\xf1\x12\x88\x99\xe0\x6e\x6d\xba\x68\x22\x78\xf6\xe2\xec\xa3\x01\x39\x7e\xe5\x43\x21\xa0\x5f\x56\x68\x1f\xa6\xa7\x0f\x9c\x9d\xe3\x0c\x15\xfe\xac\x23\xf1\x78\xfc\x20\xa3\x9b\xce\x75\x98\x03\xc3\xe3\x3e\x41\xe7\xe2\x5c\x1c\x75\x39\x74\x6f\x7c\x83\xd9\x25\x25\xac\xd7\xbd\x89\x50\x4b\xec\x23\x31\x38\xaa\x86\x46\x3f\x38\xd3\x85\x8d\x40\x97\x89\x1a\x6d\xa2\x2e\xd3\x3a\x2c\xd3\xba\xda\x5c\x04\xbf\x02\x58\xf3\xd9\xa6\x53\x85\xe5\xd2\x66\x4d\xc0\x99\x7e\x47\xe3\xa1\x92\xb0\xd6\xd9\x9c\x0b\x98\x73\xd6\x50\xcd\xe6\x44\x5b\x90\x3e\xad\x73\x0b\x0e\x9a\xec\xde\xc4\x33\x9c\xf4\x98\x4e\x3c\xde\xea\x9b\xb8\xf4\x4d\xf7\xe6\xaa\x1d\x5e\x59\x3d\xe2\x6c\xc8\x8f\xdd\x80\xa9\x80\xb1\x10\x7c\x2c\xb0\xb5\x75\x4b\xc4\x70\x15\x80\x21\x0f\xae\xd4\x03\x47\xae\x61\x65\xfc\xb7\xf2\x8f\x85\xab\xc5\xfb\x04\x7c\x18\x05\x20\xb9\x82\x90\xd9\x5e\xbd\x4f\x83\xf5\xa9\xf7\x7f\xf4\xfe\x87\x07\x44\xc1\xa9\x1d\x68\x1e\xa8\xba\xa5\x8e\xc1\x40\x52\xe8\xd1\xc9\x13\x7a\xdf\x02\x0e\xec\x9f\x31\x01\xff\x19\x6f\x5a\x50\x90\xad\xb7\xaf\xb5\xad\x58\x43\x7b\xa8\x97\xf0\x04\xf4\x66\x0f\x3a\x72\xed\x4f\x80\x4b\x4a\xa2\x6b\xf6\x00\x3f\xc1\x68\xac\xb8\x3a\x09\x40\x03\xa4\x49\x05\x20\xf3\xe3\x5d\xac\x6a\xe2\x41\xa1\xaf\x7a\x97\xc9\x8d\x15\x67\xd8\xcd\x84\x1d\x85\x3f\x42\x07\xd5\x82\xb6\xe8\x08\x16\xad\x01\x2a\x02\xfc\x0c\xed\x6b\x72\x67\x1a\x36\x19\x63\x47\xb3\xf0\x32\x5f\x31\x16\xdd\xe9\xc0\x33\x7f\xb6\x35\xff\xf9\xe3\xa7\xf3\x58\x24\x6f\x3f\x7e\xfa\xf2\xb6\x12\x97\x75\x2f\x85\x67\xf6\x88\x3d\x9e\x47\x76\x4e\x50\x9e\x3c\xee\xc0\xff\x11\x8e\xb6\x24\xf5\x0d\x37\x78\x94\xe7\x92\xea\x1c\x07\x7b\x6c\x91\x4c\x2b\xc9\xa3\x23\x70\xd8\x7e\xe6\x51\x45\xf6\x31\x5b\x0a\xa4\xdd\x88\x49\x49\x78\xd1\xe2\xb2\x6f\x8f\xfb\xc5\x3e\xf2\xe3\x1d\x55\xb4\xc0\x98\x5d\x34\x54\x97\xf8\xc0\x3f\xb0\x44\x21\x2f\xe4\x93\xa5\x80\x68\x3d\x22\x14\xdc\x3e\xd6\x48\x89\x35\xdb\xa5\xc4\x27\x6a\x44\x39\x1c\x5e\x39\xc3\xbc\x8d\x0c\xd6\xd7\x88\x47\x3c\xab\x2d\x1d\xf6\x9a\x47\x3f\xc2\xd5\x9a\xdc\x5f\xb8\xea\x35\xce\xf7\x78\xa4\x3e\x09\xce\xc6\xa1\x9f\x20\xda\xa2\x58\x0f\xcf\x9a\xa3\xe6\xa9\x21\xd4\xc1\x96\x74\x10\xf1\x95\xd8\xfd\x6c\xa1\xec\x39\xe7\x2a\x6c\x15\x4e\x55\x8f\x98\x5c\xa0\x6e\x9d\x60\x9d\xb3\x1f\x4e\xf2\xc1\x49\xae\x09\xc0\x17\x19\x82\x2d\x02\x74\xf6\x2f\x9b\xad\x12\x30\x0d\x27\x0e\x88\x1a\x83\x96\xe3\xd7\x9e\xca\x8b\xd1\xf5\xd3\x79\x21\xd3\xb7\x3f\x3d\x0d\x99\x96\xae\xcf\x81\x73\xf6\xd6\xa9\xc1\x21\x5f\xf6\xba\xd0\xeb\xa9\x73\xb4\x3c\x74\x40\x23\x1c\xff\x8b\xfe\x55\xa4\xc1\xdf\xb3\x73\x9c\xdb\xa3\x2f\x8a\xf8\xbf\x6f\xa7\x33\x67\x80\xa5\x7c\x87\xff\xbd\xf0\x11\x6d\xb6\x7b\xa0\xaf\xd0\x23\xe2\xbe\xf3\x6d\xef\x08\x74\x40\x2c\x91\x83\x3f\x3e\xb7\xb8\x04\x3c\x60\xa1\x5b\x7e\xde\xff\xb2\xc0\x1e\xed\x61\x4b\xe4\xe0\x6e\x84\x9c\x61\xb0\xd0\x9e\x32\x80\x9e\xf2\x56\x6c\x4f\xe8\x75\x52\x4a\x15\xd4\x19\xd5\xd6\x0b\x8a\x3a\x52\x6d\x18\xe7\xd2\x25\xf6\x9c\x54\xca\x86\xcb\xb0\x3f\x83\xb6\x54\x4a\x47\x44\x49\x26\x27\x17\x53\xec\x2e\xad\x90\xff\x05\xe5\xa7\xd5\x16\xf2\xc6\x44\xcb\x06\x91\xb9\xd4\x72\x09\x21\xb6\x95\xc0\xa6\x1c\x55\xec\x6e\x70\x35\xb7\x51\xb6\x16\xea\x45\x0f\xcc\xf3\xa7\x5f\x1e\x3e\x3d\x5c\x9d\xd7\x0b\x4b\xea\xb8\x7d\xc7\xed\x5c\x57\x08\x0b\xe1\xee\x07\xd4\x01\x4a\x8d\x00\xa9\x9f\x63\xb3\xcf\x87\xd8\x80\x6e\x65\x7f\x46\x68\xfd\x69\xf9\xc5\x3f\xc3\x92\x3a\x34\xd3\xfb\xb3\x82\xa1\xd1\xb2\x31\x29\xe0\x38\xf9\xc3\x21\xa1\xff\x7f\xf4\x9e\xa3\x17\x44\xcb\x27\x4a\xe1\x90\xff\xe1\x7c\x5e\x69\xc6\xeb\xaf\x6b\xc6\xdd\x93\x66\xa4\xf1\xa2\x19\xd7\x11\x3d\x6a\xa0\xae\x93\x17\xfa\x69\xd3\x3c\x3c\x6d\xd4\xb7\xda\xd4\xf6\x69\xe7\x02\x47\x46\x4f\x6a\xfb\xf0\xa4\xb6\xdf\x93\x14\x5b\xdc\x11\x5b\x11\x58\x41\x23\x14\xf0\xb4\x89\x15\xbe\xb2\xbd\x97\xc9\xd3\x26\x7b\x5a\x9a\x17\x0d\xf8\xf3\xee\x76\xbe\xff\xe5\x3c\xeb\xd4\xed\x92\xf8\x1d\xe7\xeb\xdb\x7c\x84\xfb\xe6\xf8\xff\xb6\xc4\x8f\x88\xa8\xe5\xd4\xa2\xed\x25\x00\xf9\x68\xd7\x6e\xe8\xdd\x53\x71\xee\x43\x63\xaf\xb4\x9f\x8e\xae\xbd\x36\xad\x17\x5e\x9f\xc1\x23\xc8\x7a\x18\x0b\xb5\x31\xb3\x33\x38\x01\xa4\x8b\x9c\xb0\x8a\x0a\xfc\xaf\x21\x40\x22\x64\xc0\x63\x06\x4d\x89\x57\x3c\x0b\x56\x61\xdb\x5f\xa4\x24\xc4\x09\x3b\xf0\x9b\xfd\x20\xce\xdf\x44\x99\x63\x73\xb7\x7d\x4a\x35\x0e\x08\xaf\x45\xa3\x65\xda\xfc\x9c\x5a\x38\x4f\x2c\x89\x3d\x6b\x70\x47\x73\x68\xe2\x01\xca\x1a\x48\x38\xb5\xe5\x41\x45\x3c\x76\x86\x3d\x03\x29\xa0\xcc\x07\xd8\x5a\x52\x41\xf4\x1f\x08\x44\x70\xd3\xd3\xd8\x45\x1a\x27\xc9\x4a\x5f\xdd\xfe\x2c\x3d\xc2\x27\xc5\xe9\x93\xc5\xf2\x32\xf5\x69\x00\xf1\xcb\xb4\xa7\x61\xe3\x6a\x89\x4c\x44\x29\xfc\x68\xc6\xd9\xb7\x00\xa3\x50\x16\x5b\x50\x47\x35\x80\x45\xf6\xda\xd0\x39\x3b\xf6\x69\x1d\x3e\x2f\xe3\x9f\x5e\x52\xf3\xff\xb0\x42\x77\x16\xe2\x70\xc4\x90\x74\xcc\x81\x74\x3c\x4c\x68\x3f\x4e\x56\x26\xa4\x6b\xce\x39\x35\xd6\x1b\xdf\xfe\xdd\xef\x91\x7a\x92\x0e\x48\xa2\xd6\xea\xc4\x9a\x06\x41\x64\x2c\x8c\xc3\xda\xb2\xb8\x2e\x55\x53\x0e\x15\xb1\x92\x26\xef\xd2\x25\x8d\x91\x94\x20\xab\x92\x2d\xfc\xa6\x80\xb4\x98\x44\x1b\x2c\x12\x29\x67\x50\x43\xd2\xe8\x31\x49\xc1\x28\x28\x70\x45\x4c\xd4\x7c\x24\x90\xa0\x11\xc5\x9d\x8c\x6b\x6f\x08\xe1\x92\xe6\x6e\x86\x50\x5c\x28\x8d\xb1\xbc\x38\xf8\x8b\xf9\xbb\xe3\xc2\x23\xe6\xce\x2b\x75\xad\x70\xa6\xaa\x25\xd5\x5a\x23\x3c\x39\x33\xd8\x53\x4a\xf5\x23\xbe\xee\xb1\x95\x60\xc6\x27\x4a\x22\x23\x52\x1a\x19\x1a\x66\xf7\xb3\xf7\xde\xc4\x24\x33\xf5\x73\xcb\x06\xc3\x46\x49\xa5\xc3\xbd\x24\x37\x28\x51\x9d\x61\x16\x65\x77\x26\x65\xb2\x3a\xb4\x4e\xf1\xb8\x46\x08\x82\xb1\x77\xa8\x46\xab\x77\x19\x36\xfe\x49\x65\x49\x15\x3d\x15\x0e\xea\x15\x9a\x61\x33\xdd\xb6\x89\xc6\x9a\x13\x67\x5d\xdf\x1b\x97\xf7\x4a\xaa\x32\x22\xa7\xda\x7b\xec\xd6\x51\x91\x52\x67\x5a\xea\x11\x50\x8f\x39\x8e\x94\x1b\x9b\xfc\x49\xa3\xde\xb4\x34\x06\x80\x93\xc6\xea\xac\x65\x6a\x21\x6c\xc0\xa3\xb6\x09\x54\x34\x3e\xbc\xc7\x08\x56\xe9\x82\xa5\xb5\x2e\x1c\x73\x59\x42\x33\xf5\xb2\x03\x1a\xa1\x61\xda\xb4\x8e\x73\xd5\x62\x8b\x70\x4b\x9d\x04\x6b\x45\xc5\x5f\xa5\xc1\xf6\xdd\x58\x13\x2b\x07\xb8\xdd\x91\xad\x1b\xad\x91\x27\xc3\xda\x61\xc9\x74\x98\x66\x2d\x35\x51\x03\x90\xa0\x52\x37\x25\x7a\xb4\xf5\xcd\xd1\xdf\xfc\x5a\x15\xa2\x57\xc1\xeb\x0b\x7f\x73\x1a\x2f\xce\x19\x8e\xa7\xe2\xbf\xdd\xfe\x76\xa6\x68\x77\x3c\x1d\xe3\x97\xdb\xdf\xbe\xbc\xc7\x4d\xbc\x06\x48\x50\xb3\xc5\xb4\x6e\xa9\xe6\x57\x14\xd6\xd5\x89\xec\x99\xc2\x7a\x45\xed\x35\x9d\x78\xb5\x87\x3f\xd3\x89\x9d\x92\x79\x65\xc1\x7e\xae\x30\x7f\xdb\x02\x00\x68\xda\x26\x9e\x69\x94\x54\x1d\x92\xd3\x36\x03\x18\x54\x6b\xd4\x0a\x92\xd7\x92\x68\x6c\x32\x98\x74\x7a\x7d\x8b\xbd\x4d\xa9\xbe\xca\xde\x86\x87\x37\x92\x61\xc7\x54\x9b\xfa\x6e\xe5\xce\xc0\xa7\x20\xf8\xa5\xaa\xe2\x74\x7f\xf8\x8b\xfd\xfe\xf1\x8e\xa5\x21\x2c\xc1\x36\x36\xc7\x5e\x28\xb1\xc2\xdf\xa6\xc1\xdc\x2a\xb0\x23\xc1\x7d\xd8\x86\x3d\x39\x62\xf4\x29\xa2\xb8\x6d\x04\xf4\x12\xb8\xab\x14\x2c\x3e\x25\x75\x58\x3a\xab\x8d\x36\x8d\x35\x95\x7a\x29\x84\xa8\x31\x5f\xf8\x9a\x6d\x4b\x70\x26\x2d\x40\xf0\x42\xfc\x5b\x92\x82\x89\x3f\x3c\x95\x4f\x7b\xac\x0d\x1a\x65\x31\xca\xc6\x1a\x34\x89\xe7\x1b\x2c\xdf\x2b\xe0\x8c\xec\x57\xee\xb0\x16\x2d\x68\xdf\xa9\x26\x5a\xdc\xde\x5b\x18\x88\xf3\x84\xeb\x33\xa1\x7c\xa8\x1b\xd8\xa5\x16\xdf\xf6\x12\x96\x4b\x5e\xed\xb8\x58\x24\x77\x94\x53\x2d\xf3\x70\x96\xb8\x72\x3d\x96\x63\xc0\xae\xa9\xf1\x3c\x9c\x96\xae\xec\x10\x94\x51\x1c\x9b\xa9\x29\x88\x96\xe0\x62\xd6\x60\xb9\xf6\xf0\xc2\x97\x16\x84\x65\xee\x7c\xff\x7f\x7e\xbd\x39\xf3\x68\x6f\x3f\xdd\x1e\xf0\xcc\xdb\x3a\x15\x8d\xbd\x83\x62\x36\x65\x67\xd9\xec\xdd\x01\x37\x87\x22\x76\x9b\x43\xcf\x47\xca\xee\x8b\xf1\xb7\xaa\xbb\x27\xc6\x5f\x7f\x9d\x3c\x90\x5a\x4f\x64\x9d\x56\x39\x51\xd6\xcb\xde\x92\x02\xb4\xb5\x26\xb6\x5d\xab\x27\x29\x82\x3f\x89\xc9\x84\x0f\x6a\x36\x8b\xda\x35\x15\xf6\xa3\x74\x2e\x6e\x66\xd5\x03\x93\xdb\xca\xde\xce\xee\xe2\xb8\xd0\xba\x95\x25\x0c\x8f\x8b\x65\x00\xce\x5c\x69\xd8\xa4\x47\x05\xf3\xb8\xba\x81\x93\xd8\xb9\x5c\xad\x58\x5d\xd3\x90\xee\x44\x5e\x2d\xd5\x52\xa2\x50\x92\xc1\x88\x9c\x04\x6e\x70\xef\x12\xb8\xa4\x3e\x10\x95\x51\xb2\xed\x4e\xdd\xb7\x75\xf4\x29\x73\x5b\x92\xe1\x88\x6b\x14\x37\x4d\x30\x59\x47\x97\x6b\xa9\x79\x25\x9a\x73\xa2\x32\x3d\x50\xcd\x5d\xed\x83\x90\x8f\x38\xec\x74\x21\xb1\xbb\x5e\x72\xb0\x7a\x0e\x10\x62\xa7\x36\x80\xd5\x23\x3c\xac\x44\x2c\x35\x8c\x65\xb7\xb1\xcd\x54\xdd\xfa\x8a\x19\x2f\x4a\x40\xac\x41\xa4\x72\x22\x2d\x88\x5a\x85\x6b\x1e\x42\x6f\xaa\x6d\x60\x89\x44\x43\xa1\x94\x05\xfb\x78\x56\xd0\x34\xbb\xc4\x9a\xb9\x84\x4a\xf6\x62\x77\xab\x29\xa1\x53\x12\x06\xc0\x84\x66\xbc\x98\xbb\x98\x0a\x4b\xe3\x85\xd3\xd5\x9f\xff\xcf\xaf\x37\xf3\x79\x41\x75\xb7\x48\xfa\x1e\x80\xea\xb4\x3f\x9a\xae\x41\xb2\xfe\x33\x71\x4a\x1d\x66\xf5\x0f\x44\x46\xfd\xf3\xe7\x9b\x87\x33\x1d\x45\x6e\x91\xf4\x1d\x9d\x9e\x3f\xee\xf9\x7f\x5b\x1a\x4a\x81\x9b\xd8\x75\xa2\x8e\xc1\xe7\x97\xb0\xfc\x05\x0f\x2a\xab\x74\x6d\xa9\x77\x9e\x23\x8e\x5b\x6b\x9e\xe2\x93\xe4\x9e\xae\xfa\x5f\xd5\x13\x4b\xc8\x73\x84\xdb\x2d\xdc\xa0\x9e\x64\xbb\xfc\xb5\xe6\x1e\x96\xdc\x11\x5b\xf7\x9d\xf6\x94\xb3\x86\xe5\xb2\x08\x2f\x6a\x5f\xe4\xad\x94\x3a\xd5\x54\xb9\xe1\x24\x2d\x96\x24\x4d\xec\x86\x78\x17\x41\x61\x8a\x1f\xfd\xfb\x88\xef\x23\xf1\x95\x14\x4c\xd0\xd9\xd4\xa5\x5c\x7a\xf4\xeb\x78\xbc\x8b\xb6\x65\xda\x03\x15\x97\x99\xa4\x79\x8e\x7e\xdd\x70\xf5\x37\xa8\xed\xf5\x25\xa7\xca\x7d\x5e\xe2\xdf\x89\x35\xd5\xee\x90\x61\xb5\xbf\x94\xa1\xbe\x6c\x6f\x3f\xff\x7c\x7b\xa6\xec\xb4\x24\x7e\x07\xf9\x7a\xd4\x23\xea\x66\x1a\xf0\x95\x3a\x20\xc2\x3f\x03\x8e\x5b\x97\xe5\x97\x90\x48\xaa\xaf\x40\xca\xad\xb0\xf3\x27\x7e\x79\xc5\x2d\x81\x59\x4f\x22\x26\xe5\x6b\x58\xce\xd8\xdd\x45\xf4\xdc\xbf\x3c\xe8\xe0\x39\x84\x14\xe7\x53\x35\x7c\xd1\xe0\xbf\x7e\xbe\x3f\x1b\x61\xf0\xf6\xd7\xcf\xf7\x2f\xf1\x05\x85\xf3\x73\x7c\xc1\x3d\xf1\x9a\x2d\xbf\xb9\x06\x35\x2d\xbd\x96\x29\x52\x12\xb2\xed\xbd\x82\x6b\x5f\xb0\xb6\xf7\xe6\xbe\x32\xac\x71\x24\xa9\x10\xb6\xab\xed\x25\x49\x4d\x03\xb1\x9d\x8f\x71\x02\x25\xb6\x63\x28\x62\x68\xed\x8f\x52\x53\xab\x1e\x8a\x46\x69\xf0\x88\x82\x80\x50\x93\x1d\xb5\x52\xec\x25\xa9\x8e\x2d\xac\x0e\x7d\xdc\x20\x94\x65\x1f\xda\x92\x5a\xee\xfe\xb6\xb9\x62\xd0\x33\x5c\xa2\x09\x63\xb3\xa5\x92\x9d\xa3\x1e\x07\x93\xd5\xa1\x21\xed\x09\xff\xeb\x0a\xa8\x02\xb6\xb4\x25\x76\xa8\x3e\xee\x91\x92\x12\xbc\x84\x19\x5b\x44\x43\xcc\xa1\x96\x2b\xc6\x7e\xf0\xe2\xf5\x2c\x71\xd8\xce\x3a\xdb\xf6\xef\x27\x24\xa5\xd8\xfb\xa5\x23\x7a\x58\xed\xfd\x8b\x63\x76\x05\x63\xb5\x3d\xe2\x7f\x5d\x91\xe4\x44\x5d\x27\xce\xa9\x8a\x7b\x70\x0e\xe0\x17\xd5\x11\x9b\x1f\xc0\xd9\x1a\x49\xfb\xbf\x34\x29\xec\xd6\xdc\x53\x81\x43\x32\x03\xe8\xb7\xe3\xbc\x16\xfb\x5c\x62\x9c\x30\x71\x85\xe9\x41\x4c\x7a\x4d\x3a\x00\x37\x9c\x33\xe3\x8c\x54\x66\x32\xe5\x18\x9c\x8a\x52\xfb\x64\xfa\x20\x9b\xa8\x06\xba\x4d\xad\x38\xf2\xaf\x64\xe2\xa5\x30\x3c\x4a\x07\xb5\x4b\x1e\xb6\xcb\xc2\x1d\x75\x98\xea\xdc\x72\x6a\x84\x38\x2b\x1d\xa9\x4a\x71\x70\x06\x4e\x5a\xf0\x6d\x03\x8b\xaa\x69\x6f\x85\x83\x96\x94\x5b\x01\x27\x28\xf1\x14\x97\x15\x2c\x12\x00\x61\xb1\x52\x05\xe2\xdd\xd2\x76\x39\xf8\xef\xeb\xe2\xe6\xff\x6f\x4d\x85\x47\x3c\x69\xca\x19\xce\x36\x35\xb7\x48\x89\x3a\x10\x12\xb9\xb7\x88\xfb\xa5\xb7\xde\x7a\x0d\x46\xc8\x2b\x6f\x11\xe8\xd5\x97\xd5\xba\x7e\x04\xb5\x71\x32\x18\xb8\x57\x50\x56\x01\x13\xe2\xd5\xd5\x9e\x4d\x1e\x94\xec\x02\x61\x2a\xd5\x86\x1a\x3c\xf3\x28\x11\x88\x38\x1b\x0e\x67\x09\x8c\xb3\x65\x40\x8c\xcb\x0c\x9c\xa6\xdc\x43\xb7\x9f\xe1\x5c\x51\x1a\xe2\x60\x08\xb2\x86\xbe\x14\x27\x7e\x9b\xb6\x37\x3f\xff\x74\xfb\xdd\x7c\xe6\x6a\xba\xa4\x8f\x37\xf3\x3b\x2b\xaa\xd4\xd5\x32\x6b\x4b\xce\x8a\xcf\xf4\x8a\xcc\x29\x35\x2f\x82\x2e\x99\xec\xe7\x42\xe1\x80\xb0\xa4\xb0\x79\x0c\x53\xa8\xab\x5d\x66\x60\x7f\x4c\x23\x49\x63\x84\xb9\x7a\xb0\x2b\x03\xd9\xb2\x0e\x8f\x23\x19\x4a\xb3\x83\x84\x80\x18\x7e\x20\x40\x85\xd2\xe8\x4b\xec\x74\xa5\xa4\x1e\x3f\x1d\x58\xb3\xad\xf3\x2b\x60\xc3\x49\x79\xf1\xf1\x4e\x7b\xb7\x01\x78\x45\xbc\xee\x0a\xec\xab\x94\x95\xb4\xba\x58\xd7\xe3\xd3\x82\x7a\x01\xa6\x78\x54\xd4\x78\xba\xa8\x5e\x52\xca\xb6\x73\xb6\xa0\x88\xc1\x6b\x70\x5f\x57\xd3\x1f\x64\xb9\x37\xd9\xc6\x94\x85\x9a\x8f\x05\xf4\x27\x92\xef\x93\x66\x7e\x52\x87\x13\x9e\xb2\x7f\xfe\x6d\x9a\x6f\xee\x6e\xbe\x7c\x3a\xd3\xf7\xe9\xf6\x90\xfe\x1d\xab\xfc\x1e\x8d\x8a\x5a\xb5\x72\x7f\x43\xec\x9b\x0f\x26\x9e\x9b\xe0\x63\xd2\xf1\xec\xd6\xe2\xc6\x97\x32\x92\x0e\x0f\xdb\x18\x0d\x46\x51\x93\xb9\x85\xb3\xad\x78\xdd\x4f\x9b\x6a\x4d\xa2\x13\x8e\xb7\x81\x8b\x27\x49\x6c\xd5\xb6\x89\xd3\x61\x6b\x75\x9b\x5b\x26\x64\x1b\x2d\x5b\xaa\xb6\xb3\x78\x4c\xee\x00\x3e\x8c\x2e\x0e\x55\x0c\x2f\xa7\x2b\x1d\x89\xe5\x52\x4a\x2a\x90\xa7\xac\x67\xdb\x9a\xfc\xb8\xa4\x6f\xb4\xfd\x57\x80\x1a\x1d\xf5\xc0\x59\xe0\x46\x79\x1f\x45\x64\xc5\x5b\x98\x93\x10\x52\xd3\x1c\xb6\x48\xf7\xb0\x45\x76\xfd\xbe\x23\x1e\xd5\x06\x1f\xce\xa4\x2e\x17\x08\xa4\x2e\x7e\x55\x59\x41\x8d\x1e\xec\x09\xe4\xd0\xf7\x80\x48\x8f\x77\xc8\xa7\x64\x00\x71\x68\xc6\x81\x80\xe3\x9b\x8e\x62\x77\x5a\x1f\xfc\x8f\x80\x3f\xfc\xff\xb8\xff\x2a\xee\xff\x88\xfe\x87\xd6\xc7\x3b\xb8\x35\xc2\xb5\xa1\x24\xd1\x3a\xb7\xa4\xd4\xad\x0e\x13\x4c\xba\x35\x49\x05\xb0\x60\xf6\x98\x71\x85\x37\xab\xcd\x73\xff\x6b\x6b\x8b\xa7\x9a\x5c\x2b\x38\x8c\x24\xdb\x3c\x4b\xd4\x35\xc9\xe8\x30\xe2\xef\x73\x8e\x9e\x73\x2b\xb1\xa6\xde\x60\x4d\x1a\x00\x65\xad\xc5\x31\x56\x3b\x2f\x7f\x6d\x63\x95\x24\x5d\x6c\x2b\xe8\x6e\xa4\xe2\x24\x05\xd8\x1d\xce\xc4\xdb\xdd\xb1\xad\xbc\x35\xef\xfe\xed\xf3\xa7\x9b\x9f\x7f\xfa\x3b\x7a\xff\xcb\xf2\xe0\x3b\x3e\x0f\x7b\xa0\xfc\x52\x47\x2a\xd4\x40\x69\x92\x49\x2e\x4b\x77\x15\x56\x1b\xa7\x9c\x5b\x28\x55\x53\xcf\x08\x71\x0f\x85\x4d\x7b\xb1\xdb\x2b\x1c\x8b\xea\x14\x6d\xcc\x40\x57\x29\x23\x8d\x31\x6c\xa5\xcb\xa5\x44\xa5\x54\x5a\x03\x2f\x4b\x6f\x1b\xd6\x9a\x94\x05\x53\xa9\x17\x53\x7a\xb4\xc2\x0d\xd4\x36\xd5\x45\xfd\x35\x39\x87\x42\x97\x44\x45\x43\x9e\x59\x86\xbd\x4a\xa9\xda\x24\xf4\xe0\x2e\xb1\x17\xfe\xf7\x08\x7a\x7b\x04\xfd\x72\xf3\xf3\x79\x30\x4c\xb7\x48\xfa\x8e\x5f\x40\x2d\x87\xbd\xba\xe7\x43\xa4\xc5\x73\x88\x22\x56\xd3\x10\xa1\x1f\xc2\xe5\xd6\x85\x1e\x53\x0e\x4d\xe2\x71\xa4\x6c\x76\x51\xe8\xaa\xea\xae\xeb\xa9\x1f\x16\xf1\x09\xf5\x05\xb2\x27\x7e\xf1\xbe\x57\xdd\xe7\x76\x78\x81\xc9\x4e\xfd\x90\xdb\xd3\x1f\x34\xef\x8b\x74\x78\xcd\x6b\xb1\x22\x57\x92\xf3\xe1\xe5\xc1\x5f\x1e\x88\x1f\xef\xc8\xd6\xb0\x66\xba\xdd\xc9\x04\xbb\xae\xdb\xd8\xf5\xe4\x4f\xa7\x0b\x6c\x6d\x75\x32\x8c\x45\x60\x9e\x58\x5a\x65\xaf\x47\x3b\x5b\x8f\x9a\xa0\xb4\xea\xda\x4f\x7e\xb7\xe6\xb4\x02\x9c\xf8\xe5\xb8\x3d\x8f\x8a\x45\xfc\x4a\x68\xd3\x71\x2f\x1e\x9a\xec\xf4\x10\x3b\x5f\x2e\xb4\xd4\x2f\xa4\xc2\x97\xcc\x1d\x7b\x4e\x64\xb6\x91\xdd\x6b\x10\x2a\x26\x48\x6d\x88\x73\xd0\x0c\xb2\x8e\xc1\x1c\x84\x52\xe6\x31\x39\x5f\xfe\xca\x9a\xaf\xf4\x54\x18\x5c\xfe\xd8\x46\x02\x5c\x43\xaa\xf6\x55\x47\x18\x78\x1d\x8b\x80\xa4\xa5\x5e\x8b\xea\x22\xb1\x75\x86\x6c\x99\x05\xcb\x12\x0e\x57\x07\xf3\x22\xb1\x6d\x1a\x07\xa9\x79\x1e\x28\x59\xf4\xcb\x54\x93\xed\x90\xf8\x44\x28\x45\x1b\xcb\x1f\xa0\xb0\x6a\xb6\x88\xb9\x9c\xef\x17\xa4\x1f\xc1\x93\xf8\x3d\x9e\xea\x1e\x95\x5c\xb9\x3d\xde\xe1\xda\xc1\xfd\x51\xb9\x6f\x04\xe0\x40\x3a\x47\xaf\x7b\xf4\xba\x5f\x72\x1b\xb0\x4e\x16\xd7\xc1\x4c\x47\xaa\x15\x80\x75\x42\x26\x18\xf7\xe0\x0c\x63\x97\x2a\x0d\xa6\x4a\x61\xa0\xc5\x98\x68\xa2\x05\xb7\x65\x45\x28\xf3\xba\x47\xaf\x3b\x2c\x95\x58\xc3\xad\xa5\x97\xba\x0b\xac\xf6\x3c\x2f\xd5\x0e\x4b\xed\xe3\xa1\x22\x3d\x7a\xf5\x97\x3f\xf6\xd5\x8f\x5e\xf1\xe5\xe2\x4f\x2c\x6d\xb4\xdc\xaf\x0d\xb0\x3c\xf3\xca\x50\xfb\xfc\xf9\xfe\x6f\x0f\x5f\x3b\xe0\xf0\xd0\xfb\xe3\x4e\xe8\xf6\xd8\xf3\x49\xd5\xda\xe5\x06\x21\xb5\xc1\x3f\x9d\xb4\xca\x6d\xc7\x62\x53\x0a\xde\xe0\x7e\xac\x94\x41\xd8\x32\x22\xb5\xa8\x34\x4b\x75\x20\x44\x76\xe2\xff\xe1\x21\x34\xd5\xe4\x41\xcd\x88\x79\x28\x12\x54\x30\x78\xf3\xf0\xb0\xcf\x85\x26\x2c\xda\x0e\x4c\x57\xac\x27\x5f\x8d\xd5\x61\x1d\xaa\xea\x4a\x10\x80\x35\xfd\x49\x7b\x31\x8d\x80\x37\x53\xd7\xa4\x8e\x4e\xd0\x1c\x8a\x41\x7b\xb2\xbc\x03\xf5\x02\x0f\x42\xf8\x4f\x50\x54\x72\x0c\x5d\xcb\xe0\xba\xd4\x97\xef\x5d\x97\x76\xe2\x69\xa9\xb1\x0f\x0f\x7b\xfd\x08\x28\x2f\x9c\x84\x39\x1c\xaa\x4c\x35\xe9\x4c\x19\xa8\x63\x76\x91\x0d\x8f\x12\xac\xef\xc9\xe3\x57\xf1\xe6\x24\xc3\x5e\x8f\x46\xdb\x9e\x6c\xee\x15\xdb\x6f\x1d\xa2\xae\x4e\x01\x4b\x91\xfc\x51\xbc\x9a\xc6\xd2\xdc\xd5\x79\xe1\x4a\xf5\x97\xf7\xe0\x2f\xd7\xdc\x82\x70\x4b\x84\xe5\x02\xfe\x92\xd6\x62\x9a\x0a\x1a\xa4\xbe\x0c\x5d\xfe\xf3\x6f\x5f\x6e\x3f\xff\x7c\x33\x6f\x3e\xfd\xfc\xd7\xf3\x47\x9c\x3f\x13\xe7\x4f\x3f\xff\xf5\x0c\xfd\xb7\xec\x8d\xc1\x20\x22\xc9\x57\x9a\xf3\x11\xdb\xc9\x42\xf1\x71\xe4\x61\x79\xc5\xf9\x98\x42\x25\x5f\xb8\x89\xae\x3f\x7f\x0a\x20\xe7\xfd\x3b\xed\x17\xda\x97\x94\xf9\x82\x88\xaf\xb5\xea\xcd\xf1\xb7\xb8\xc7\x6b\x9f\x7e\x0b\x3f\x4a\x79\xc9\x2e\x22\x9c\xff\xfd\x83\xf6\x7e\x91\xb7\x91\xb8\xfb\x14\x68\x17\x3e\x05\xca\x85\x0d\x08\x1b\x46\x17\x36\x07\x4a\x6a\x72\x81\xcf\x0d\x49\xb1\x47\x93\xb4\x1b\xd6\x0b\xd6\x7d\x99\x44\x37\x54\x5a\xaa\xed\x42\xda\xd3\xdf\x44\x2f\xf2\x46\xa5\x24\xee\x17\x84\x63\x97\x0b\x6d\x74\x41\xd5\x26\xcd\x05\x95\x0b\xa5\x0b\x4d\x76\xb1\x61\xcb\xfa\xdd\xf1\xc3\x28\xe1\x73\x1a\x94\xe3\x1e\xf5\xa3\xbe\xbf\xaf\x5f\xfd\xc8\xef\x8c\x05\xa5\xe6\xa3\x05\xe5\xe9\xe9\xde\x57\x78\xbe\x1c\x4e\xf7\x8e\x8f\x55\xe3\x8b\x23\xc1\xe3\x03\xc3\xc7\xbb\x08\x6c\xd6\x2b\x36\xe9\x9c\x87\xf7\x13\xc9\xb2\x56\x75\x2c\x1c\x75\x35\x43\x2c\x7b\xe4\x6c\x92\x77\xd7\x20\x2e\xaa\xd7\x96\x0a\x15\x30\x8b\xa8\x2d\x18\xb0\xb3\x07\xb7\xba\xfb\x3d\x71\xe2\xe5\xb8\x7e\x7d\x3e\xf3\x58\xf7\x65\x85\x5f\xcc\x51\xca\xb2\xfe\xe1\x2f\xcd\x33\x20\xb8\xb8\xc6\xe5\xea\x2f\x06\x85\xd3\x18\x74\x29\xc5\x14\x8b\x1e\x6c\x4a\x8f\xd6\x16\x44\x3b\x81\xae\x8d\x7b\x4b\xd7\xc6\x21\x90\xfa\x1c\x73\xc6\x7f\x9c\xa9\x46\xfd\xc7\x7b\x5a\x53\x5d\x37\x8b\xd2\xc0\x4c\xca\x4a\x49\x2f\x0b\x75\x70\x62\x0a\xb0\xc5\x94\x32\x22\xb5\x80\x77\x1c\xaa\x7e\xef\x90\x2f\xf6\x6b\x85\x43\x57\xf7\xc7\xe8\x46\x4c\xaa\x0f\xfe\xb9\x3f\xf7\x1e\x89\xc6\x65\x69\x30\x73\xb6\x8a\xc8\x89\x0a\x8e\x4a\x1b\x4e\x2e\x09\xf7\x07\x96\x9c\x84\x11\xcf\x61\xaf\x51\xb8\xfe\xb7\xf6\x4a\xa6\xf0\xe5\x19\x8b\x1c\x6d\x6b\x8d\x2a\xce\x76\x16\x82\x46\x05\x7a\x45\x00\x42\xad\xac\x97\x85\xaa\xd1\x53\x3e\xde\xe5\xc8\x9a\x6f\x86\x49\x64\xc1\x3f\x97\x9c\x71\x2f\xa9\x81\xfd\xa4\x97\xe5\xd3\x9f\xae\xe0\xe3\xa9\x69\x7c\x37\x00\xa9\xe6\x9f\xf6\x56\xc7\xce\xa0\xfa\xd2\xa7\xf6\x3f\x6e\xff\xf4\xf9\xfe\x97\x5f\xce\x3d\x7c\xfb\x8f\xdb\xf8\xd1\xd3\xbf\x73\x02\xf7\xe3\x81\xc8\x16\x50\xd2\x62\x23\x67\x72\x89\x18\x27\x63\x00\xd7\xe2\xbe\xdc\xc3\xf4\x7a\xad\xac\x1b\x9b\x64\x79\xf6\xe3\xc5\x52\xa3\xf0\x56\x4b\xd2\x31\xb9\x9c\x09\x4b\x1d\x17\xd8\xb1\xf1\xd0\x72\xcc\x36\x13\x57\xa0\xb9\xd9\x85\x81\xa3\x42\xdc\x37\xc7\x2f\x7f\xfc\xa0\x5d\x52\xef\x40\xff\xe3\x29\x7a\x30\x9a\xb4\x54\xe2\x40\x49\x70\x6b\xc3\xa6\x15\x13\xa6\x1a\xc0\x4f\xf0\xe9\xac\x69\xf6\xb1\xe0\x17\x3a\x88\xa1\xa6\x5a\xe2\x48\x02\x9e\x54\xdb\x4a\x67\x37\x3c\xfa\x4c\x77\x7b\x23\xcc\x8d\x7e\x07\x93\xd4\x6a\x6b\x04\xd3\xcd\xd0\xe0\x97\x09\x28\x1a\xf8\x40\xae\x01\xb8\x32\x4b\xae\x1b\xa5\xe1\xe5\xee\xd3\x21\x37\xdc\x2d\x59\xfa\xfb\xe7\x43\x31\x97\x62\xe3\x73\xb2\x7a\x11\xaa\xdb\x83\xdf\x5b\x7d\x2b\xa2\x0f\x51\xdb\x13\x83\xe2\xfb\xf9\xe6\xe1\x3c\x86\x71\x1b\x12\x0f\x96\xfa\xed\xd0\xeb\xdc\xf2\xde\xcd\xda\xf4\x8b\x3c\xc5\x56\x30\x74\x23\x49\x03\x98\x2b\x20\x5b\x48\x11\x4a\x20\x92\xc8\xd4\x00\x78\x61\x96\xd4\x19\x36\xe1\x36\x3c\x30\x9a\x2b\xea\x52\x80\x2f\x5a\x53\x03\xc0\x5a\x19\x6f\x4c\x70\xe0\xa2\xee\x27\xf8\x68\xeb\x04\x47\x61\xb4\xdb\x02\x3f\x6c\x9a\x14\x86\x3b\x0f\xd0\xa2\x70\xb4\xa5\x15\x7c\x41\x32\x5a\x92\x61\x33\x19\x20\x26\x7e\x59\xc4\x45\x84\xce\xd1\xe3\x9d\x90\xa4\x0e\xa0\x51\x72\x3c\xab\x52\xfc\x58\xeb\x46\x84\x70\x86\xe3\x17\x2f\x57\x27\x0c\xde\xcc\x40\xff\x78\x6d\x11\xb9\x2c\x25\x1f\xaf\x75\xca\xcb\x5a\x07\x83\xaa\xde\x08\xc0\x92\xc2\x72\xf1\x07\xc1\x5b\xc9\xd6\xd5\x6d\x63\x73\xa7\x06\x49\xd2\xbe\x7b\x82\xca\x24\xa1\x26\xea\x1b\xfb\x01\x28\x75\xe5\xc9\xcf\xf6\x1b\xe2\xdc\xe7\xd2\x7b\x92\x1a\xb4\x68\x6a\xf2\x1c\xd8\x49\x6b\xe4\xd4\x69\x26\x00\x9c\x70\x49\xfc\x14\x1d\x0a\xb1\xa6\x88\xe0\x43\x68\x32\x60\x54\x48\x19\xe0\x83\x12\x6d\x49\xed\xdf\x0d\xb5\xe9\xe6\x9f\x0b\x70\x18\x41\x9c\xbe\xb1\xef\x6a\xf0\xcf\xa5\x62\xd8\x5e\x4d\x2f\x62\xb8\x31\x55\x2c\x7f\x75\x59\xfe\x82\x64\x0d\x34\xf8\x46\x6d\x25\x08\xfe\xb9\x2c\xab\x26\xad\x92\xcd\x69\x41\x40\x5e\x4d\x7d\x7c\x67\x23\x4d\x28\x2c\x97\x25\x0b\x86\x3f\xf0\x0d\x16\x65\x0e\xcb\x65\xf1\x83\xf5\xb5\xd9\x05\xe4\x2a\xb1\x58\xbf\x28\x50\x77\x49\x6c\xe1\xcd\x89\xe8\xf9\x54\xfa\xcb\x99\x80\x54\x3f\x3e\x87\xa1\x7a\xbe\xa0\xf6\xba\x3f\xa5\x2d\x0c\xd6\x62\x76\x3e\x8d\x6c\xaa\x51\x51\xe8\xd0\xb6\x2d\x39\x20\x2a\x71\xea\x75\x26\x06\x20\x13\xdb\x64\xba\xe4\x0e\xf8\x26\x82\x47\x5a\x07\xf7\xa3\x6d\xfb\x23\x89\x38\x90\xe5\x40\x48\xe6\x1e\xb0\xa7\x35\x6b\x40\x40\xf7\x94\x91\x54\x26\x1c\x48\x2e\xaf\x09\xfe\x46\xbc\x06\x8b\x4d\xdd\x10\xf0\x7b\x99\x35\xe5\x7e\xe9\x2f\x32\xad\x04\x6f\x31\x3d\x62\x58\xc6\xac\x9c\x6a\x9b\x28\x87\x36\x52\xb3\x27\x0b\x81\xe4\x4a\x9c\x5a\x4b\xd6\x3f\x96\x9a\xf9\x7b\x22\x5e\x89\xd7\x44\xaf\x19\xe2\xbe\x28\x78\xd5\x70\x5c\x88\xb3\x2c\xf0\x74\x93\xbb\x43\x01\x9b\xb3\x8c\x25\xb0\xd3\x5e\x17\x29\x2f\xd9\xc7\xe3\x17\x47\x7f\x71\xf6\xd6\xc4\xbb\xbc\x41\xfd\x5d\xde\xa2\xb3\xbf\x0a\x60\x58\x04\xd4\x11\x30\x3e\x14\x7f\x55\xf4\xb7\x36\xec\x3d\xf6\xd6\x48\x39\xe2\x95\x78\x51\x3c\x7e\xd1\xf2\xc7\x82\xd6\xd6\xfb\x59\x4c\xcf\x2f\x86\xd5\xc3\x97\xff\x71\x33\xfd\xf5\x6f\x37\x9f\xcf\x33\x3e\xfe\x78\xf3\xf0\x25\xfe\xb0\x3c\xf1\xce\x51\x85\x8e\xbd\x0d\x52\xa5\x5e\x03\x26\x7d\xb1\xaa\xad\xfb\xf7\x13\x6b\xdf\x91\x01\x92\x0a\xa5\xb1\x61\x60\x5c\x34\x13\xd5\xb8\xd4\x44\xd6\x89\xe2\xd2\x19\xf0\x09\x7a\x0f\xa3\xee\xc8\x24\xcb\x8d\x96\xb1\xa6\xd5\x9e\xd7\xb4\x85\xd8\xd3\xda\xcd\xa8\x3b\x61\x84\x3c\xb4\xa4\x30\x5c\x63\xda\x39\x9c\x81\x6d\x97\x1b\x00\x83\xf5\x92\xe4\xda\xc1\x3b\x5f\x4d\x08\xe9\x0d\xe9\xd6\xc3\xe1\xb3\x2c\xa2\x27\x5a\xff\x2f\xf7\x9f\xbf\xae\xf1\x7f\xf4\x07\xde\x69\xfb\x92\x8f\x7c\xf8\x5b\xdd\xb9\x67\xdd\xf3\x72\x3e\x35\x8e\x1e\x0a\x7a\x6d\xa2\x29\x6d\xb8\x55\xd3\xb8\x35\x03\x38\x39\x27\x00\xb9\xf1\xd2\x0c\xa9\xe3\x06\xd2\xcb\x92\x1e\x3f\x20\xf9\xa5\x37\x5a\x71\x68\x7f\x55\x01\xb8\x8e\x52\x5d\x3c\x62\x11\x22\x41\x69\x2c\x24\x72\x6b\x3e\x6e\x8c\xe0\x9a\xfa\x3b\xe9\x20\x53\x23\xdd\x57\x8c\xaa\x97\xcd\xff\xeb\x74\xa6\xcf\xd1\x8f\x48\xfa\x66\x9b\xdf\xe6\x5c\x0e\x2b\xeb\x05\x97\x7a\x65\x1b\xb9\x0c\xd8\x50\xdc\x7d\x5c\x3d\x50\xb3\x02\x16\x1c\xe4\xf9\x32\x22\xf7\x6b\xea\x19\xe0\x95\x88\xb7\x97\x1e\x4d\x75\x4f\xd2\xaf\x79\xd1\xd9\x87\x5c\xe0\x68\xa6\xf6\x0b\x30\x2f\xe2\xc1\x0b\x00\x0d\x3c\xd1\xf9\xf3\x05\x37\xde\x3d\x61\x66\xcd\x17\xb8\xdf\x0e\x4e\x6d\x5c\x12\x8f\x24\xfd\x42\x99\x4c\xdb\xa7\x26\x4e\x03\xeb\x74\xb0\x0f\x43\x81\xa5\x5e\x13\xb7\x0b\x38\xbb\x10\x38\x95\xca\x53\x72\x56\xbf\x3f\x7c\xb3\xf0\xb2\x6e\x4d\x8a\x78\xf2\x65\x14\xfe\x8e\xaa\x15\x60\x6f\x3f\xf0\x86\xf9\xf7\x0f\x9d\x52\x19\x17\xe0\xb8\x20\x38\x9a\xd9\xf6\x52\x2e\xfc\xee\x82\x8a\xc9\xb1\x7c\x41\x17\xd4\x6c\x0d\xac\xa9\xaf\xb7\x64\x7d\x4e\xb6\x9e\x0e\xc4\x8c\xda\x82\xd9\x9c\x3c\xec\x90\x80\x36\x5c\xea\x05\xe5\x96\x9a\x9e\xb6\xb6\x3c\x33\xcc\xb8\xe5\x66\xc7\xf6\xc0\xc6\xcb\x36\x2a\xb6\x1f\x4e\xd4\x2e\x46\x49\x79\x5c\x54\xbd\x30\x29\xcb\x6f\x50\x82\x9d\xe4\xc4\x7c\x69\x7f\x17\x49\x74\xe1\xa9\x09\x60\xd4\x17\xc7\x55\x7c\x6e\xdb\xf8\xcb\xcd\x6f\x67\x0e\xbb\xdf\xde\x51\x8f\x6e\xf6\xde\x9e\x1d\xd8\x36\xd7\xcd\x64\xe0\x63\x88\xf0\x08\xfc\x6c\x80\x88\x6f\x14\x16\x5d\x88\xfc\xdf\x1d\xa3\x88\x6b\x06\x36\x75\xbe\xa2\x9a\x9f\x3c\xeb\x4e\x9b\xaa\xfd\x09\xe8\xf8\xe2\xb0\xc9\xf9\xd9\xb7\x51\xf8\xda\xa9\x7c\x8f\x73\x88\xb2\x1e\x05\xc9\x31\xb2\x2b\xb9\x57\xdc\x36\xbe\xf8\x76\xc1\x78\x3a\xfe\xd6\x9d\xdb\xb6\x2f\xbe\x44\x94\x82\xad\x5d\xfd\x77\xc9\x99\x1c\x01\xee\xbf\x58\xa9\x73\x24\xdb\x82\x06\x5f\x57\xdd\x52\xcd\x3b\xed\x4f\x24\xee\x95\xc2\x11\xd0\xc5\xc4\xfd\x4a\x9e\x77\x99\x7b\xea\x3e\xef\x5e\xef\xf4\x53\x7d\xfe\x62\xd4\x9c\x70\xcd\xfd\xcb\xed\xcd\x97\xed\x99\xe6\x81\x1f\x3d\xed\x3b\x40\xc2\x07\xe7\xdc\xda\x12\x01\xd7\x1b\x07\x7a\x20\x90\xa8\x9c\x70\xbe\x41\xa9\xb6\x58\x15\x91\x05\x85\x41\xb9\x50\x52\x93\xd8\x80\xd8\xd1\xba\x09\x69\x36\x61\x3b\x30\xe4\xd9\x14\xad\x56\x42\x2f\xa9\x56\xfb\x5e\x2b\x50\x1d\x47\x6c\x00\xb3\xa1\x02\x38\xcd\x0a\xbe\x08\x26\x4a\xd4\x66\x6a\xdd\x16\x76\xbb\x70\x99\x6a\xe2\xba\xe0\xf2\x80\x43\xcf\xee\x6c\xf2\x95\x90\x1f\xd6\xaf\x65\x3d\x3a\x92\x4d\x03\x20\x79\xa3\x94\x05\x7a\x7e\xdf\xeb\xf9\xfd\xa9\x9e\x1f\xf6\x3f\x42\x02\xf1\x3b\xfb\xa5\x87\x3c\xd7\x9a\x60\xb5\xc9\x72\x09\x19\x9b\xa1\x68\xd5\x62\x22\x3a\x76\x61\xa2\x20\xce\x8d\x22\x5d\x01\xd9\x45\x63\x26\x84\x49\xc1\x1b\x59\x27\x1d\x69\x0c\xbb\x1f\x12\xa4\x62\x13\x82\xf6\xa6\xd5\x54\x25\x44\xc1\x6c\xe3\x68\xa9\xf5\xd9\x04\xae\xe2\x40\x94\x93\xe9\x85\x1a\x1b\xce\x2e\x04\xfc\x03\xa4\x08\xfd\x21\x34\x04\x8d\x91\xe4\x85\xf7\xe9\x32\x14\xce\xb5\xe7\x2e\xa3\xe1\x7d\x0b\x7d\xa9\x3f\x1c\x49\x3d\xf9\x52\xab\xad\xcf\x41\x12\x20\x9f\x4d\xd2\x06\xf0\x5a\x73\x46\x8d\xde\x52\x25\x04\xe0\x8c\xc0\xd5\xfa\xdb\xc6\x0f\xe2\x3b\x34\x82\x72\xad\xe7\xc4\x8a\xfe\xed\x0d\xfd\x5b\x87\xf5\x6f\xf9\xfd\xfb\xb7\x8c\xa7\x1d\x6c\x5d\x28\xb6\xed\xe7\x36\x29\x8e\xaf\x6c\xc0\x77\x70\xcd\x70\x2a\xa6\x68\x95\x34\x00\xed\x54\x51\x83\x1e\x81\xe0\x32\x40\x72\xe3\x7c\x80\x80\x1d\x04\x88\x6c\xd1\x2b\xf0\x70\xe8\x0c\x8a\x22\x47\x31\xeb\x13\xb9\x25\x41\x53\x77\xd4\xa6\x06\x80\x7e\x02\xe3\x45\x01\x47\x18\x6f\x63\xa7\x44\x3a\x53\xae\xc0\xaa\x95\xc4\x74\x59\xf2\x62\x5a\x80\x12\x57\x4c\xf3\x43\x8b\xb2\x8b\xdd\x2f\x6c\x85\x7f\xb9\xbd\xbb\x39\xd3\x41\xe6\x47\x24\x7d\xca\x6b\x5e\x9e\x19\x77\xa9\xf3\x01\x9b\x2b\xe4\x49\xe0\x15\x02\x6c\x7c\x07\xa3\x5f\xe0\xe7\x17\xce\x00\xdd\x03\xfc\x4e\x71\x4d\x1a\x57\x18\xfd\x85\x4e\xe0\xfb\x01\x27\x8d\x95\x2f\xf9\x8e\x00\x98\x23\x41\x8a\x26\x6a\xc0\xf6\x88\x34\xf8\xbb\x15\x82\x1b\xab\x6a\xab\x80\xaf\x82\xef\x88\xc9\xcb\x9c\x9a\xe9\x72\x26\xd9\x89\x4d\xac\x82\x90\xc8\x3e\xc0\xd3\x0c\x1a\xe6\x9e\x6f\x8e\x72\x40\x40\x57\x87\xb6\xb9\xbc\x23\xd0\xe0\x4b\x4d\x43\x4a\x10\xd3\xaf\xf3\x32\xba\x04\x16\x75\x81\xeb\xe3\xb6\xd4\x03\xe6\xe9\xc1\x13\xf3\xe0\x1c\x20\xfc\xaa\x6f\xe1\xb5\x3f\x0f\x7a\x57\x58\xad\xb8\x79\xa0\xa3\xa6\xda\x9c\x0a\xad\x4b\xe4\x91\x3a\xbf\x34\x48\x7c\xfa\x69\xfb\xe5\xf6\xf3\xff\x7b\xae\x00\xed\xc9\xe3\xff\x7e\x26\x45\xbf\xb4\xef\x1d\x0c\xbe\x6a\xba\x80\xce\x6e\x84\xad\x68\xf3\xba\x8d\xac\x1b\xe6\x96\xa8\xf4\xa0\xba\x95\x91\x4a\x1e\x97\xdc\x7a\x12\x91\xa0\x6e\xbc\x37\xc5\x18\x86\xe1\x1e\xa4\x3f\xc4\x91\xaa\x6d\x02\x38\x55\x11\x89\xf5\x8a\x0a\xef\x88\xb7\x88\x3c\x04\x14\xea\x6c\xab\xa7\x25\xea\xf9\x8a\xba\xdd\x6d\x7a\x20\xc1\xdd\x35\xe7\xbe\xed\x3b\x67\x3d\xe6\x54\xc1\x58\xa4\xa1\xef\xd4\xfe\x68\xb3\xdd\x5f\x3b\xbc\xd8\x8e\xea\x55\xdf\xc1\x14\x22\x1b\xcf\x07\x7d\x24\x8a\x2c\x89\x73\x90\xac\x96\x0f\xde\x6b\x0f\xf0\x96\x00\x9b\xd5\x6c\xfa\x55\x44\xbf\x2c\xc5\xe4\x54\xb9\xac\x7f\xd4\x97\xb5\xd8\x46\xaf\xfc\x46\x14\x66\xbc\x2d\xeb\xac\x0e\xef\x8f\x06\x9b\xc6\x9a\x36\x0c\x80\x67\x97\x8e\x3b\xdb\xa6\x6d\x75\xa0\xe6\x7c\x2e\x96\x2b\xbe\x7e\xd9\xc5\xe7\xce\xd2\x4f\xcf\xe6\xe8\x0b\x38\x15\x2a\x6b\xaf\x9a\x86\x47\x52\xaf\xf3\x15\xeb\x25\xdc\x58\x30\x79\xfc\x86\x75\xe7\x31\x9d\x27\x9c\x5c\x44\xea\x2b\x00\xbe\xd5\xf2\x5a\x82\xc3\xf6\xae\xbe\x7d\x75\xf4\x45\x0c\x8e\x26\xda\xd5\x44\x40\xc4\xcd\xdb\x9a\x68\xaa\x0e\xf7\xea\xaa\x6c\x09\xd4\x42\x9b\x47\x4b\x23\x8c\x3e\xe1\x9c\x39\x95\x00\xb0\xc1\x1a\xda\xc9\x13\x67\x6b\x9d\xb3\x77\xb0\x4f\xf3\xcb\x13\xc8\x13\x8d\x34\xfd\x51\x8d\x04\x4e\x92\xd3\x96\x8c\xdc\x4f\x59\x08\x76\xb1\x9f\xd2\xbb\xa9\xf6\x53\xe6\x9c\x6e\x42\x69\x3d\xed\x3b\xf6\xcd\xf2\x6f\xbc\xeb\xbf\xd7\x1b\x1e\xef\x46\xf5\x30\xc8\xdf\x65\x18\x7d\x9e\xb6\x9f\xce\x64\xfc\xf4\xa1\xe4\x0f\xbc\x33\x9c\xa6\x35\x02\x4a\x1a\x22\xde\x37\xdc\x46\xa2\xd0\x80\x65\x8e\x7f\x56\xae\x68\xa2\x4d\x6c\x56\xa7\x05\x8d\xb8\xef\xa2\x55\xcd\x1a\xc7\x56\x21\x20\xf2\xa9\x25\xb3\xe2\x03\x00\x53\x83\x00\x57\xcc\x2a\x8a\x33\x6a\x30\xee\x90\xdf\x79\xb8\x19\xa0\xee\x6a\x00\x48\x90\x35\x4e\x7b\x00\xcf\x34\x28\xbb\x71\xc7\x88\xe5\xab\x11\x30\x43\x60\x73\x7c\x3c\x8c\x7b\x78\x52\xd6\x9d\x80\x6c\xfa\x9f\x36\x0d\x3e\x8c\x02\xde\xcf\x2d\xd4\x9f\x2d\x22\x1a\x85\x13\xb6\xdb\x29\x8a\x3f\x52\x40\xf1\xad\xb1\x90\x89\x7f\x9c\xc6\x66\x80\x0c\xb4\x40\x49\xdb\x7a\xb8\xe2\x76\x09\x5b\x3c\xfa\xd3\x63\xa0\x4d\x25\xdb\xe7\xbe\x3b\x7e\xd5\x8b\x3f\x98\x13\x4d\x05\x75\x45\x0d\x1c\x4c\xc5\x31\x57\x66\x6a\x49\x02\xe8\x33\xed\xe5\xde\xb4\xd6\x2f\x95\x6d\xf8\xd3\x72\x77\x72\xb0\xfd\xfa\xf1\xd3\xfd\x57\x0c\x35\x4b\xfe\xde\x40\x6b\x7f\xd4\xba\x05\xc2\x21\x87\x1d\x5f\xe1\xc3\xc2\x02\x1f\x16\x7a\x2a\x1b\xca\x1a\xa4\xd5\x2b\x87\x71\x7c\xb9\x04\x94\x93\xd6\x43\xee\xb3\x94\x04\xe4\x88\x72\xc0\x40\x03\x80\x6f\x02\xb4\x25\x32\xdf\x91\x80\x6f\x27\x81\x65\xa5\x4e\x23\x91\xc9\xf5\x01\xd8\x71\xd6\x59\x38\x4e\x75\xee\x1a\x84\x21\xc0\xaf\xc2\xe4\x6f\x36\x55\x49\x01\x9a\x0b\xf4\x5f\xfb\x18\x7e\xd7\xd8\x17\x94\x6c\x43\x8c\xad\xb7\x99\x13\x82\xde\xfc\x14\x31\xee\x9f\x7c\xbc\xeb\xb6\x24\x35\x1b\x24\x9a\x14\x8c\x85\x20\x89\xc6\xa9\x62\x5f\x42\xf1\xfb\x3e\x13\x8d\xa5\x01\x16\xf5\x90\x45\x70\xc7\xb7\xe6\xae\x60\x12\x87\x63\xfe\x90\x48\xea\x4f\x8b\x8d\x12\xc8\xa1\xd8\x1e\xb6\x4d\x4c\x69\xfc\x1e\x0b\xe2\xe5\xfd\xc7\xaf\x58\x0d\xa7\xfb\x8f\xef\x2e\x85\xe3\x88\xcb\x0c\xc5\x56\x72\x0f\xad\xa5\xe0\xb9\x98\x6a\x27\x75\x01\x9d\xd5\x06\xae\xb7\xb1\x7a\xbf\x98\x1a\x35\xe6\x25\x06\xd8\x2f\xdf\xb1\x82\x5b\x6f\xb9\x2c\xe7\x7e\x87\xec\x1f\x3f\xf0\x42\x97\x72\x72\xec\x1e\xe6\x88\x96\xfd\x2c\xd1\xf2\x6c\x9e\x9c\x14\xe8\x7d\xae\x9c\x96\xe8\x97\xf9\x62\xcb\xb4\x24\xce\x35\x68\xce\xa9\xe4\x72\x03\xe8\xa5\xb4\x1e\x64\xb6\x54\x6d\xe0\x2a\x44\xd9\xd4\xdd\xd6\xd1\x89\x9f\x26\x0b\x39\xb6\xd4\xdb\x98\xdf\x4a\x73\xc8\x8a\x46\x2a\xcd\xd9\x56\xfb\xf3\x17\x22\x4a\xaa\xa5\xa6\x6d\x43\x99\x40\xb5\x26\x75\xd6\x8c\x58\x4e\x29\xa9\x37\x7d\x96\xef\xe1\x89\x39\x1e\xe7\xac\x8f\x77\x85\x12\x8f\x12\x4a\x4e\x6a\x8a\x12\xb7\xa4\x45\x62\x4b\xa3\x59\x1e\x19\xfb\x76\xde\x9f\x7b\xa5\xda\xc9\xe6\xf8\xe0\xb9\x02\x17\x83\x4d\xd2\xe6\xfa\x32\x6d\x40\x2a\x7f\x62\x46\xae\x56\x02\xcf\xf5\xa8\x64\xf6\xbb\x27\x9d\x23\x72\x0c\x87\x1c\x65\x20\x48\x70\xb4\xd5\x95\x26\xd5\x81\x07\x08\x92\x68\x6a\x83\x97\x38\x9d\xb2\x36\x7d\x38\xd5\xac\xde\x43\xd1\xbb\x08\x38\xb3\xf1\x54\xbb\xa2\x95\xa2\xb7\x2b\x77\xc5\xe1\xbf\x54\xb8\x8f\xb4\x2a\xf1\x54\xc3\xc6\xc3\x23\xf3\x1b\x19\x1f\xbd\xff\xad\x62\xa6\x9c\x2d\x6d\x6f\xaf\xcc\xe3\x9f\xbf\x7c\xbe\x39\x13\xee\x70\x99\xcb\xfe\xc4\xdb\xf3\xb9\xd4\x3f\x4a\x52\xfe\x50\x35\x34\x76\x3e\x0e\x87\x48\x8d\x40\x43\xdd\xf6\xbc\x87\x48\xdd\x23\xa7\x3a\xb0\x8e\x7d\xbd\x47\x4d\x0d\xfd\xaa\xf1\xe4\x4f\xe7\xe8\x68\xaa\xb1\xc7\x7e\xdd\xf8\xf1\x0e\xcc\xe8\xdf\x3c\xeb\x1d\x70\x71\x69\x00\xd2\x98\xb5\x5f\x49\xd6\x03\x72\xcf\x11\xaa\xcf\xc3\x11\x8a\x0f\x2c\xd1\xda\x12\x0d\x87\xe3\xb1\x7d\x41\x28\x31\x08\x1e\x35\x0a\x18\xb8\x58\x52\xaf\x71\xa5\xf8\xe4\x88\x63\xef\x0a\x9f\xb6\x9c\xa8\xe1\xd6\x32\x65\xf6\x93\xec\x94\x39\x54\x10\xb9\x39\x00\x44\x49\xa2\x37\x54\xd2\x70\x84\x9d\xd1\xf7\x36\x6f\x4d\x42\x00\x1d\x9a\x22\xac\x69\x31\xb5\x12\x01\xac\x6e\x6f\x4f\xb9\x00\xa7\x39\xda\x3f\xe2\xa8\xf6\x2b\xe9\x82\xfb\xdd\xc7\x86\x4c\x23\x2e\x9a\xca\x98\x21\xe3\x52\x10\x4a\x1d\x94\xa4\xdd\x0f\xf2\x81\x1e\x2f\x3d\xf0\x00\xeb\x1c\xf9\xcd\x1a\xd3\xaf\x7b\xe6\xbc\x7a\x60\xce\x3b\x10\xee\x6d\x6d\x47\x1c\x93\xa6\x6e\xc3\x67\x24\xb2\x55\xc6\x69\x6b\x2b\x10\xa9\xeb\x4c\x3d\xd1\x88\x45\x53\xd5\x49\x6c\x6b\x4d\x1e\xfa\xa3\xb0\x8c\x2a\x30\x74\x5a\xf7\xfb\x07\x1a\x09\x1e\xf9\x05\x0c\xb0\x0d\xfb\xa2\x22\x66\xd1\x6d\x19\x55\x27\x1a\xa9\xb5\x05\x5a\xb9\xa8\x35\xc0\x48\x2d\xd4\xba\x00\x4a\xb3\x13\xb8\x66\x13\x64\x46\xb5\xac\xe0\x80\x81\xbb\xc7\x6f\x2a\xff\x9f\x9a\xe5\x0f\xbb\xaf\x98\xe0\x0f\xbb\xb7\xe7\x76\xfd\xf8\xf1\x0f\x93\x26\x47\x5d\x3c\x73\x9e\x4d\xac\x6d\xec\xaf\x20\x57\xad\x54\x13\xcf\xd1\xb1\xfa\x99\x53\x16\x39\x9f\x76\x25\x5e\x60\x4f\x4e\xfa\x12\x9f\xce\xfe\xf1\x4e\x35\x31\x60\xf6\xaf\x20\x78\x9c\x5c\x0b\x4e\xac\x30\x26\x98\xb6\xa9\x24\xe0\x38\x99\x98\x49\x00\xd8\xf5\xbb\x9a\x2a\x98\x24\x93\x60\x16\x32\x26\x0f\x60\xb2\x52\xd7\x19\xf2\xe5\x80\xf3\x64\xb3\x36\xd2\x86\x09\x8f\x50\x2d\x31\x0d\x51\xfb\x72\x0f\xb2\xe4\xe0\x51\x3b\xe0\x35\x05\x0f\x4a\xe5\xe0\xc7\xbf\xb8\xbf\xe2\x7c\xee\x62\xb7\x8d\x5e\xea\xe8\xc5\x86\x74\x6c\x7b\x73\x59\xee\xbc\xd8\x81\x92\xc0\x9d\xc8\x91\xe9\xc9\xaa\xdd\x75\x46\xa1\x83\x17\xda\xca\x1c\xac\xcc\x18\x4a\x02\x14\xcb\xbe\xdc\xa3\xcc\x38\x2d\x20\x40\x9b\x8f\x80\x62\x46\xb5\x05\xc0\xef\x17\xff\x9b\xaa\x3b\xdb\x47\xa7\xec\x30\x76\xc1\x14\x37\xcd\x60\x03\xaf\xa1\x54\x9b\xc9\x10\xbe\x09\x1c\x16\x60\x00\xab\x38\xc6\xc3\x6f\xd7\x7c\x72\xe5\x3f\xc2\xdd\x3e\x34\xc6\xf2\x1a\x29\x68\x5a\x4e\xee\x0e\xd3\x3d\xa4\x02\x44\xf8\x79\x80\xeb\x39\xc0\xc3\xb5\x79\x69\xc8\xd1\x2c\x18\xb7\x0f\xb1\x9b\xb6\x04\x48\x35\xfb\x12\xa4\x73\x40\x14\x73\xf7\x3b\xcf\x2a\x96\x9e\x2a\x2d\xf7\xc8\xf6\x2b\x8a\xf9\x78\x47\x4c\x91\xca\xf8\xbd\x56\x9d\x3f\xdd\xff\xed\xe7\xf9\xfe\xe6\x4c\xcf\x19\x5b\x7a\x3e\x2e\x4f\xbc\x27\x5b\xfc\x61\xeb\x4f\xc3\x46\x0b\x3c\xc7\x3a\x9b\x36\xa6\x0c\xdf\x6b\xe8\xae\x25\x38\x65\x23\x18\xf9\x71\x0b\xc6\xc5\x90\x97\x94\xd1\x52\x5e\x36\x41\xdf\x98\x4e\x87\xf3\xab\xe2\x1e\x9e\x43\x53\x67\xbb\xb3\x75\x61\x17\x57\xac\x1b\x0d\x4f\xf7\x35\xa7\xc0\x79\x21\x18\xec\x7a\xde\xd6\x92\xa8\x4f\xa4\x38\xb9\xc0\x72\x04\x67\x20\x84\xd8\x3a\x47\xaa\xd4\xdf\x7d\xa7\xf9\xf3\x6f\xd3\xed\x79\x1c\x74\xe8\xf0\x5b\x4b\xfe\x9e\x66\x28\x7f\x98\xcd\x35\x27\x0a\x38\x48\x83\xdb\x93\xc9\xed\xf8\x6a\x48\x2a\x53\x49\x14\x7a\x4c\x15\xbe\x87\x10\xa7\x70\xb7\x8d\xce\x22\xb9\x70\xe1\xc1\x22\xa1\xde\xb8\x35\xc9\x25\xe7\x0e\x7c\x59\x30\x2a\x0d\x0e\x00\x2b\xf1\xab\x8d\x21\x80\x9e\xf5\x48\xb6\x46\x61\x01\xc2\xc2\x11\x9d\xff\xc9\x24\x37\x72\xda\x8d\x9c\x6c\xb0\xc9\x15\x11\xc0\x2e\xb0\xba\x02\x5a\x3e\x2f\x65\x81\x6f\xa2\x95\x56\xa2\x95\x36\xee\xef\xc0\x6b\x10\x7b\x48\x40\xb7\x72\x21\x04\x77\x5b\xd1\xd4\x57\x6a\x3b\xd8\x06\xd4\x8d\x00\x35\x09\xe0\xe3\x82\xf6\xd4\x03\xe3\x34\x14\x4c\x3f\x28\x5c\x59\xdd\x88\xb1\x4e\xe1\xeb\x58\xfd\x79\xdb\xa2\x10\xb9\x18\xab\x77\x09\x9a\xe0\x8a\x9b\x4e\x23\x95\xe8\xe1\x72\xc0\x77\xc3\x9b\xd0\x7e\xfa\x3b\xdb\x2d\xfe\xfc\xdb\x2f\xf7\x9f\xbf\x42\xdb\xb9\x45\xfa\xf7\x78\x63\x6f\x9f\xdb\x2e\x4e\x4f\x98\xb3\x27\xdd\xe3\x87\x82\x53\xdd\x3e\x63\xcd\xc0\xf2\x31\x2d\xfd\x6a\x1f\xee\xf5\xe8\xce\x77\xb6\x16\x81\xe0\x2f\x56\xdd\x55\xdd\xda\x67\x49\x00\x71\xd3\x84\xbd\x52\x7c\x31\xd8\xa7\xde\x20\x73\xe1\x09\x7d\x85\x1e\xae\x90\x03\x30\x03\x1e\xef\xa2\x98\x26\xdf\x0f\x2c\x6e\x07\x84\x2c\x88\xd6\xad\xbe\x3d\x71\xbe\xe1\x04\x95\x62\x02\x47\x3f\x80\x75\x1d\x30\xb3\x4e\xf5\xee\xff\x73\x77\xf3\xd3\x57\x98\xa5\x3e\x59\xf2\xf7\x56\x9f\xf2\xbe\x5d\xea\xe8\x8c\xd8\x63\x1f\xdb\x29\x73\xd4\x0d\xec\x50\x1c\x96\xcb\xaa\xc4\x3b\xcd\xd2\x68\x7f\xb0\x39\xea\x0e\x11\x22\x6a\x8f\xd7\x57\x82\xe0\x1e\x9e\x05\xd9\x3d\x93\x86\x3d\x29\xed\x7f\x7b\xbc\x63\x67\xf3\xdd\x46\x2e\x75\x4e\xda\x4b\xd4\x6e\x97\x0d\x65\x4d\x45\x4b\x10\xee\xd3\x93\x00\x38\x4a\x6d\x8c\xa8\x89\x33\x1a\x52\x7b\xf1\xf4\x35\x7b\xfa\xda\x4d\x8e\x33\x2d\x8a\x97\x30\xba\x97\xf1\x73\xf1\x69\x54\xdc\x46\x78\x79\x38\x23\xec\xf5\xf4\xb8\xf9\xba\x55\xe1\xd3\xdd\xcb\x55\xe1\xa5\xab\xcb\x8f\xab\xd3\x03\x1c\xa1\xbf\x82\x07\x8f\x08\x64\x0f\x8f\x77\x0a\xb9\x1d\xd1\xb6\xaf\xaf\x1b\xd2\xf5\x9c\xcd\xfa\x2e\x52\x91\x20\x74\x9d\xaf\xa8\xf0\x6b\x8c\xa8\x55\x97\x7c\x8a\x53\x7e\xac\x4b\x48\xdc\x2f\x21\xf0\x9e\xd8\xd8\x12\x21\xd9\x0f\xe2\x4c\x5e\xae\xee\x7a\xec\x78\x3c\xbe\x6a\x85\xc3\xaa\x15\xf6\xab\x56\xf0\x55\x0b\x99\x60\x76\x83\x96\x54\xea\xdf\xb1\x71\x4b\xab\xaf\x6c\xdc\xa7\x7a\xf8\xe7\xdd\xfd\xa7\xe9\x6b\xd6\x06\x7f\xe0\x1d\x49\x74\x1f\xea\x04\xbf\x74\xe0\xf6\xda\x1a\x4c\x63\xe9\x40\xeb\xbf\x42\xdf\x44\xd8\x3a\xea\xbf\xff\x36\xa4\xbd\x69\x48\x03\xe7\x40\x3e\x6d\x24\xf8\x0a\x95\xfb\x95\xb2\x20\x62\x33\xe7\xdd\x58\x21\xb9\x9f\xda\xe4\x5e\x35\x50\xed\xe2\xa8\xa7\x65\x7a\xe6\xd3\xd6\xbe\x37\xc6\xf1\x9f\xee\xe7\xf9\xe6\x4c\x4f\xcd\xa3\xd1\x1c\x3f\xe2\xb9\xf7\x06\x35\xfd\x0e\xa7\xd2\xff\x6a\xc3\xb7\xe7\xaf\x1b\x36\xe7\x66\xff\x78\x47\xaa\x88\xd1\xee\xfd\x5a\x81\x73\xf3\xd2\xac\x52\x4f\x8e\x62\xd6\xc4\x63\xb2\xa5\x95\x47\xc4\xb1\x01\x27\x6e\x1e\xe5\x24\xf0\x16\xb4\x55\xb7\x44\xd0\xd9\xa7\x21\x51\x13\x81\x42\x20\xa6\x82\x93\x59\xd2\xd9\x76\x60\x70\x22\x30\x4d\x60\x76\xe4\x54\x35\xd4\x85\xe5\xbf\x7a\xd0\x58\x4c\x4d\x82\xa4\xde\xc2\x42\x6a\xc7\x35\x08\x58\xee\x41\x47\x69\xb7\x5b\xee\x89\x4c\x66\x77\xde\x8d\xd4\x61\x7f\xf6\x3b\xa0\xf4\xc3\xc3\x69\x58\x61\x2a\x54\x07\x1a\x5e\x14\xf0\xb0\xcf\x51\x01\x5a\x59\xa6\x25\xc6\xaa\x58\x75\x84\x50\x29\x41\x73\xe0\x5e\xc5\xf1\x42\x18\x51\x63\x34\x52\x76\xda\x7d\x0d\x08\x3e\x8b\xc0\xa9\xbc\x66\x39\x35\x0c\x4e\x5b\x6e\xd0\x84\x68\x41\xfb\x0a\x0d\x68\x8a\x05\xcc\xd3\xd2\x20\x3e\x17\x53\xc5\x02\xa2\x33\xd5\x74\xc0\xd4\x9a\x47\xe9\x59\xfb\x41\x0b\x02\x18\x1d\xd3\x14\x61\x2a\xb6\x16\x8c\x15\x2e\x9b\xa9\x81\x73\x93\xc4\xb9\xe6\x3b\xc0\x3c\x25\x5a\x03\x3a\xf5\x3c\x1a\x10\xb7\xdb\xe8\x2d\x18\x97\x13\x5f\x02\xe3\x2a\xce\xa6\x9c\x58\x0c\xfc\xa4\xb0\xac\x09\xec\x54\xd6\x84\x28\x4c\xf0\x26\xd4\x12\xd0\x82\x1e\x1a\x57\xc0\x83\x48\xa8\x94\x1b\x20\x70\xbf\x34\x20\x1c\x5a\x41\xf5\x91\x4b\x40\x03\x46\x34\xa0\x03\x7d\x9e\x5a\x87\x3e\xdc\x7e\xfc\x34\xdd\x7c\x85\xa6\x7f\xe7\x0f\xbc\xbd\xf4\x68\x6b\xff\x0a\x4b\xcf\x5d\x05\xb5\xef\x9e\xff\x7e\x25\x8a\xb7\xb9\x5b\xea\xae\xd4\x97\x5f\xeb\x81\x3e\x7f\x25\x91\xdf\xc5\x52\x2d\xfd\x89\x1f\x56\xbe\xf9\x95\x69\x3f\xf6\x6d\xa9\x8b\xaf\xc4\xd3\xaf\x75\xaf\xd2\xaf\x24\xfc\xbb\x52\xb7\xa5\x3e\xff\xf6\x8d\x3e\xfe\x2a\x17\xba\xa5\x9b\xcf\x40\xa5\x6a\xfd\x48\x74\x72\xb3\x4e\xef\x97\x4d\xd1\x29\xd5\xa5\x52\x38\x08\xeb\x8e\x85\xaf\x0e\xed\xb3\xd6\x6e\xbf\xa8\xae\x75\x08\x7d\x4b\x9a\xd3\x98\x04\x33\xa3\x07\x4a\x30\x1b\x5b\x9a\x99\x46\x1a\xce\x0d\x55\xaa\xad\x41\x36\x07\x27\x4e\xb6\xb4\x0c\x67\xe3\xc6\x8d\xc9\xbb\x79\x16\x2b\x45\x1d\xa9\x5c\x49\x39\x70\x4e\x1f\x84\xf4\x87\x03\x9c\x33\x8e\xe1\xfa\x30\xe5\x5e\x73\xe0\x56\x52\x9f\x61\x31\x0e\xfe\x8a\x08\x9e\xe9\xe4\x14\xa6\x7e\x83\x77\x6c\x48\x14\x8e\x56\xf9\xaa\xea\xeb\xc4\xfc\x6f\x4b\xc0\xc4\xaf\xfa\x54\x16\x89\x42\x1b\x51\x79\x43\x71\xe0\xfc\x77\x5a\xf9\xfe\xd7\xc7\x1f\xcf\x1f\x12\xbf\x7c\xfc\xf1\x3d\x1d\x7b\x15\x38\xa8\x83\xf1\xbc\x58\x61\x62\x81\x4b\x71\x02\xc1\xc7\x88\x8c\x4b\xe8\x18\xb6\xcd\x0d\x50\x23\x70\xd0\x65\x86\x3b\x65\x15\x4f\xb1\x59\x13\x65\xd3\xb0\x5a\x12\x2c\x70\x91\x17\xbf\xab\x06\x86\xa3\xd8\x82\x0c\xf0\x81\xd8\x77\xa0\x20\x46\xfc\x6f\x8b\x23\x55\xdb\x4a\x9c\x5c\x21\x0a\xda\x2c\xa7\xfe\xf8\xa1\xc3\xfc\x65\x0b\xf2\x94\x83\x2f\xbf\x0e\xe3\x26\x28\x5f\x86\x89\xcb\x19\x71\xd9\xd6\x2b\x5b\x4e\x61\x07\x04\x43\xd9\x5e\xb1\xdf\x92\x98\xca\xb7\x76\xf5\x51\x77\x06\xd6\x15\x0d\x57\x0e\x58\xb8\x2b\x73\x82\x5e\x2e\xab\xd5\x7e\xc9\x0a\x79\x6b\x32\xe8\x5e\x71\x62\x27\xdd\x5e\x87\xcd\xe3\x5d\xec\x81\x1a\x81\x60\x16\x18\x87\xa0\x45\xb7\xd2\xd9\xc2\xde\x62\x11\x90\x78\x97\xc5\x06\x48\x09\xfc\x2d\xd5\x8d\x75\x9a\x70\x60\x6b\x55\xc1\x3e\xa0\xce\xaf\xa5\x2d\x75\xdb\xc7\x62\xf1\x66\x4c\x88\xe7\xb1\x0d\x90\x42\x83\x6c\x51\x4d\x41\xac\x11\x64\x59\x55\x2d\x4f\x30\x81\x97\xd4\x23\x9c\xad\x12\x25\x8a\x89\x5d\x15\x04\x6f\xed\x40\x9c\xbe\xe5\x53\x62\xd1\x54\x42\xed\xce\x3f\x0e\x2f\xb1\x40\xd9\x39\x2a\x09\x8c\x04\xc0\xc9\x2a\xa9\x45\xea\xc0\x64\x8e\x15\x8e\x53\x96\xbd\xd5\xa2\x98\x38\x43\xd8\x2e\xd0\x83\x6c\xcf\x36\x77\xc8\x53\xbc\x6f\x38\x1f\x18\xae\x20\x21\xcb\xb6\x0d\x22\x0e\x9b\x40\x93\x06\xc6\x31\x01\x2a\x45\xaa\x56\x20\x89\x88\xec\x16\x78\x98\xf1\x13\xeb\xf9\x2b\xb3\x6a\x1b\xcf\xdc\x93\x40\x9a\xc6\xa5\x24\x99\xac\xe0\xd6\x2b\x48\x84\x58\x5a\x4e\x3d\x8e\x20\xcd\x6d\xa4\xc0\x97\xeb\x61\x2c\x97\x93\x33\xf2\xfe\x6f\xb7\x9f\x7f\xb9\xff\xf4\xf3\x57\xac\xd5\xbf\xec\x9f\x79\x6f\x7e\xea\x9e\x69\x53\x6c\xc4\x36\x4a\xfb\x55\xb1\xc0\x1c\x8b\x29\x87\x88\xfc\x30\x40\x0a\x97\x46\x58\x78\xf8\x40\x68\x67\x03\xc5\xe6\xb2\x75\x2e\xaa\x08\x1a\x53\x50\xce\xc1\x66\xce\x35\x8d\x5d\xac\x39\xb5\x2d\xb7\x34\xbe\x69\x43\xff\xb3\x37\xff\x22\xc0\x15\xe2\x29\x87\x91\x93\x80\xb6\x1f\x10\x0b\x70\x2b\x02\x60\x4b\x7d\x25\x2a\x7d\x1b\x05\xa4\xd0\xa7\xe2\xbd\xc5\x49\x58\x5f\xb8\x42\x76\x9a\x6c\xfa\x80\x80\x11\xbe\xb1\xf6\x36\xbb\x7b\xc9\xcb\x83\x81\xf2\xf9\xf6\x61\xfa\xfc\xe9\x97\xb3\x11\xa8\x7d\xa8\x1c\x3d\xf5\x9e\xf6\xc8\x7f\xd8\x71\x4d\x47\x9c\x55\x1b\x49\xbb\x29\x32\x02\xa9\x58\x08\x11\x61\xe1\xf0\xf1\x24\xfe\x6b\xb6\x65\x0e\xdc\x4c\x63\x23\x59\x83\xe6\x91\xa4\xbf\xf3\xc8\x71\xe6\x71\x9f\x2a\x7a\x2a\xdc\x22\x61\xc8\x10\x0a\x14\xc6\xd7\xd9\xfa\x36\xd7\x80\xcf\x77\x9e\x5a\x21\xbc\xe3\x3e\x96\x2d\x1e\x25\x75\x4c\x47\x99\x91\x93\xe7\xba\x41\x98\x98\xfa\xf9\x21\x77\x97\x3c\x4f\x18\x27\x9e\x90\x6e\x1f\x19\x27\x0e\xa4\x14\xcf\x8d\x13\xdd\xc3\xb5\xca\x51\xb4\x96\x07\x6b\xb9\xd6\xe0\x7e\x04\xd5\x29\x01\x0a\xdc\x69\x2b\x1c\x5d\x19\x55\x17\x2d\x49\xfa\x6c\xad\x8b\x76\x7e\x1a\x9c\x27\xfd\x10\x9d\x27\x21\x3f\x3a\x75\x5a\x5b\x88\x40\x84\x4d\x7a\xed\xa6\x51\xae\x86\x91\x7e\xe4\x06\xd5\xf7\xb5\x82\xa1\x39\x52\xc9\xbf\x8f\xef\xff\xf7\x9f\x7e\xfa\xf9\xe6\xcb\xaf\x67\x12\x59\x61\xba\x3c\xac\x8f\xbc\x73\x70\xd4\xf6\x47\x9b\x08\x29\x0b\xca\xce\xed\xf5\x8f\x39\x6c\xd9\xb0\x11\x57\x03\x7b\xe4\x85\x76\x02\x18\x52\x36\x33\x22\xa7\xbc\xf8\x5f\xf5\xfa\x2f\xe6\x7f\x55\x8e\xfc\xaf\xea\x53\xff\x2b\xb8\x93\x48\x6a\x26\x5f\xe8\x70\xc5\x79\x24\x81\xc8\x53\x77\xb1\x73\x22\x9e\x1d\x4c\xac\xa5\x3c\xfe\x59\x27\x5c\xbb\xa8\xd9\xe3\xe7\x1c\xdd\x06\x34\x5d\xc0\x19\xcb\xa9\xf4\x38\x16\xb4\xb2\x0e\x1e\xc9\x76\xec\xd5\xfd\x0f\x1e\x31\x62\xcf\x74\x87\x2a\xb6\x31\x52\xaf\x95\xea\xb6\xf6\x34\x06\x00\xcb\xaa\x35\x3d\x7a\x00\x64\x46\xfe\x09\xf8\x15\x31\x91\xdb\x26\x1d\x9c\x17\xa2\xad\xb7\xb6\x26\xda\xf8\x69\xfe\x39\xc5\x91\x86\xfa\x07\xd7\x94\x9b\xdf\x4a\x4d\x99\x00\x5e\xdb\x30\xeb\xf1\x89\x7c\x97\x4f\x7c\xe3\xbf\x4e\xc3\xa6\xc0\xf0\xb0\xdb\x51\x3c\x9b\x90\x3d\x8f\x53\xb3\xf4\xff\xfb\xe5\xeb\x5c\x4d\x7e\xfd\xe5\x0c\x47\x93\xa6\x7f\xd8\x5e\x56\x80\xa6\x44\x56\xdd\x2b\x66\xdd\xed\x49\x1e\x9f\xbb\x80\xda\x36\x71\xda\xde\xdc\xf3\x15\xbc\x4a\x40\x9d\xc8\xdd\x1d\xbb\x00\xef\x09\x4f\x29\xf8\x8a\xc2\x2b\x64\x3e\xb8\xa7\x4c\x35\x55\x5b\xa0\x2b\x30\x8e\x64\xf8\xed\xea\xc7\x72\xe4\xf0\x62\xcb\x91\x33\xa0\xb4\x20\xb6\xc4\x20\x27\xe4\x5a\xfe\x49\xbe\x26\xd7\x9f\x3e\xde\x7e\x45\x9c\xcc\xce\x92\xbf\x27\xe9\xf6\x3f\x22\x0a\xe1\xf9\xe0\xfa\x3d\x0e\x78\x5f\x1b\x68\xee\x50\x99\x32\xd5\x9d\x89\xa7\xa3\xca\x82\x0b\xac\x05\x00\xcc\x2a\x8e\x1f\xba\x32\xad\xac\xd8\xd5\x70\x88\x29\xe0\x52\xb9\x96\xc1\x7f\x2f\x29\x60\xcf\xaf\x33\xd4\x10\xbd\xc1\x8a\x28\xdd\xfa\x62\x2e\xc5\x5a\x3c\xda\x85\x04\xe8\xcf\x04\x34\xe2\xbc\x82\xb0\x46\x4d\x3a\xd6\x3f\xbc\xf0\xa7\xc6\xd2\xff\x7f\x7f\x2e\xc2\x93\x0d\xa5\xbf\xdd\x7f\x7e\x67\xe9\xa0\xe9\x0f\x13\x83\x0b\xb4\x46\xce\x57\x92\xcb\xd4\x3c\x3a\x4d\x12\xe4\x3a\x1c\xb0\x83\xbe\x77\x8e\x62\x02\x54\x07\x57\x56\x28\xa9\xc0\xb7\x08\x98\x65\x96\x64\x24\xd9\x46\x81\x38\xb0\x78\x6e\xc2\x5e\x0d\x25\x3f\x22\x7c\xaa\xc0\x4d\x49\x4c\x8b\xb3\x77\x77\xd3\xa3\xd9\xb5\xbb\x6c\x1a\x1d\x6c\xf7\xf6\x46\xc5\x64\x76\xea\x71\xa4\x08\xe4\x5e\x4a\x49\x42\x49\xb2\xbc\x97\xdc\x7e\x30\x12\x5d\x11\xc1\x65\xb4\xfa\x7b\xfd\xb8\xc2\x0a\x15\x47\xd2\x19\x9b\x61\x5c\x0a\xde\x62\x33\x21\x0e\x51\x8a\xa8\x1a\xee\xb6\xac\x70\xcf\x3a\x84\xe5\xed\x83\xf2\x4c\x3e\xaa\xa1\x81\xc8\x98\x02\x65\x18\x02\xac\xb1\x80\x3e\x99\x60\x9c\xe7\xd0\x12\xa0\xea\x5b\x80\x01\xc4\x7e\x6c\x81\x92\x40\x53\xab\x08\x21\xf3\x86\xb4\x9b\x2d\x0f\xc4\x00\xd6\xc5\x2d\x37\x08\x2c\x7f\x68\x42\xf6\x41\x6b\xdf\x72\x47\x94\x96\x5a\x96\x35\x10\x32\x76\x2e\x73\x8e\xec\xde\x37\xf0\x9f\xa8\x91\x60\x98\x20\x34\x40\x49\x03\xce\x5d\x44\xc9\xf6\xc2\xdf\x39\xa6\xeb\x6c\x63\xfe\xfc\x8e\xe3\x43\x2b\x47\x0c\xf7\x55\xc0\x1d\x9a\xeb\x86\x87\x2e\x28\x1a\xed\x92\x7b\xf7\xb0\x1b\xe2\x00\x39\x02\xd0\x06\x0e\xcf\xf8\xb0\xa8\x39\xf6\xa3\xa3\xd7\xe3\x99\xd9\xc6\x58\xe9\x01\x9f\x9b\x4e\x7e\xfe\xd2\x9a\x83\xdf\x1f\xe9\x47\x71\xaf\x4a\x71\xc8\x1b\x41\x7c\x8f\x6d\x48\xdd\x53\x86\x55\x05\xd1\x67\x5a\x5d\x87\xe8\x68\x9f\xf0\xa5\x5d\x11\x29\x1d\x3e\x16\xc6\x18\x1d\xcb\x3d\x50\x55\x31\xaf\x4a\x6a\x65\x46\x8c\xdf\x08\x7e\x99\x1c\xe6\x16\x58\xb5\x30\x3f\x92\xc3\xd0\x42\xc6\x69\xcb\xfd\x0a\x2c\x02\xc6\xc8\xff\xcb\xde\xdb\x35\x37\x7a\x24\x67\xa2\x7f\xa5\x62\xaf\x59\x15\x95\x1f\xf5\x75\xd9\x8b\xf5\x0e\x2f\xc8\x38\x0e\xcb\xa6\x23\x1c\x7b\x83\x79\x45\x09\x1d\x03\x76\xcb\xcd\x16\xe6\x1c\xfe\xfa\x13\xf9\x64\x01\x04\x49\x90\x44\x4b\xad\xb1\x3d\xeb\x90\x1a\x78\x89\xf7\xbb\xaa\x32\x2b\x33\x2b\xf3\x79\x1c\xe5\xd5\xcd\x2c\xec\xde\x32\x53\x2a\x2d\xfa\xd7\x62\xf3\x0c\x22\x94\x60\x1b\x57\xe0\xd3\x37\x13\x0f\x40\xe9\x3e\xdc\x45\xa2\x9a\x98\x43\x33\x1d\x77\x59\x4b\x1a\xb2\x90\x4d\xc6\x62\x66\x81\xd8\x95\x5a\x02\x7b\xb6\x42\xbc\xbb\x98\xe1\x4c\x58\x61\x23\x30\xa1\x56\x8a\xf8\x0c\xc8\x27\xc6\xa7\xdf\xd5\x6f\x88\x30\xce\xbc\x39\xa0\x78\xe7\x60\xf3\xa7\xda\x1f\x15\xfd\x28\x7f\x2c\xdd\xce\xdc\xe4\x02\x6c\xbf\x0e\x87\xc6\x3e\x83\x59\x95\x3a\xbf\x34\x6a\x4f\xe0\x5e\x4b\x72\x2a\x6d\x63\xfb\xbf\xbe\x7c\xfc\xe5\xec\x61\x19\x7f\xfc\xf2\xf1\x97\xf7\x3c\xae\x63\xe6\x7c\xe1\x7c\x1f\xab\x82\x77\xa1\x44\x87\x5a\xf2\xbc\x6d\x01\x66\x71\xad\xd3\xd5\xad\x7a\xbf\xc7\x1f\x71\x6c\x92\x08\x00\xe2\x3e\xbf\xcc\x8c\xc6\xf2\x6a\xe6\x34\xf4\x0f\x1a\xe8\x75\x79\x1e\x08\xf8\x6d\x03\x9d\xcf\x19\xe8\xfd\xdc\x81\xae\xbf\x6d\xa0\xb7\xd7\x06\x7a\x39\x8c\xf3\xe2\xe3\x29\x65\xc2\x80\x2a\xdf\x7d\x9c\x9f\x35\xcc\xef\x5f\x1d\xda\xaf\x8c\x6c\x3d\x1e\xd9\xfa\xea\xc8\xbe\x3b\x77\x54\xdf\xbd\x03\x23\x99\xfb\x01\x5e\xae\x87\xaa\x9b\xd8\x77\xfc\x4d\x40\x92\x55\x2f\x47\x3d\x7d\xce\xa5\xea\x2b\xa7\x6c\x62\x5f\xed\x17\xe8\x72\x98\x8b\x76\xbd\xef\xe4\xb5\x4c\xae\xbe\x8b\x9c\xcf\x47\x17\x05\x87\x6a\xfe\xe6\x73\xfa\x69\x83\xa9\xf7\x93\xcc\x44\x0f\xd7\xa3\x06\x69\x7c\xfe\x9b\x3f\x12\x05\x9d\xf3\x40\x9a\x1f\xee\x32\xb2\x7e\xfe\xeb\x5e\x9f\x1b\x07\xc4\x06\x4f\xa0\x76\x94\x57\x4a\xf6\xc7\xe9\x92\xfd\x7c\xf2\x26\xc3\xe1\xf0\xea\x1f\x7c\x0b\x02\xa5\xd1\xa9\xae\x7e\x4d\x30\xbe\x5b\x5f\xfc\xd7\xb9\xc1\x4b\x35\xf5\xf5\x5c\x38\x40\x1c\xfa\x8e\xaa\xfa\xf3\x81\xbe\x03\x44\x78\x35\x98\x1b\x93\x32\xf7\x15\xa7\x46\xa8\x96\xc8\xea\x44\xa4\xb5\x9a\x2b\x5d\xfa\xf4\xdb\xae\x68\x30\xc2\x54\xe6\x6d\x3a\xb7\x65\x4b\x1d\xf4\x08\x9d\x9d\x75\x07\xd6\x2d\x4b\x0b\x34\x52\xb5\x49\x2e\x23\x0c\xdd\x57\x3c\x7a\xca\x1c\x0a\xf9\x44\xcc\x39\x94\x6c\x73\x9b\x38\x22\xbc\x3d\x4a\xbf\x99\xd7\xde\x52\xb7\xa9\xbb\x45\x7c\xb7\x55\xe1\x9c\x32\x93\xd3\x02\xd5\x50\xf2\x48\x82\x89\xf4\xf0\x06\x2f\xdb\xec\xd3\xcf\xb7\x5f\x7e\xf9\x72\xfe\x42\xdc\xe1\xf8\xf7\xac\xea\x03\x84\x47\xa9\x3e\xb3\x96\x34\x66\x06\x6c\x79\x4c\xe4\x9d\x6e\x77\xa0\x44\x1a\x1a\x9b\x09\x80\xaa\x3e\x52\x4a\x20\x6d\x6e\x28\x5f\x2a\x25\x72\x02\x8f\xab\x09\xb8\x03\xcb\x83\x3f\x13\x96\x8a\x6f\x9b\x3f\xe3\x28\x15\x89\x28\xd6\x64\x7d\x20\x00\xcb\x6e\x48\xb7\x12\x04\x86\x5b\x1a\x08\x1e\x67\x1b\x61\x25\x79\xa0\x18\x5c\x55\x9a\x0a\x3b\xf5\x80\xe3\xdf\xa7\x26\x50\xbc\x92\xc6\xf0\x42\x83\xd4\xab\x4d\xc8\x4d\x56\x04\x82\x04\x8f\xd4\x16\x8f\x21\x11\xaa\x10\x0b\x27\x0a\xe0\x2d\xe7\x05\xf4\x11\x0d\xa1\x44\x40\xc9\x3b\x39\x0e\x90\xed\x49\xd9\xdf\xa9\x62\x32\x1f\x58\x46\xc6\x58\xaa\xa8\x22\xf4\xb5\x0b\xa9\xf6\xd4\x19\xc5\x86\xbe\xb3\x99\xa3\x55\x7d\x5f\xf4\xe3\xcc\xd9\xd5\x58\xf2\x9e\x48\xaa\x81\xc7\xba\x80\x72\xd9\x8c\xbc\x22\x29\x73\x4c\x0a\x27\xd8\xa6\xfd\x91\x06\x20\x97\xd5\xd1\x3d\x8a\x6d\x0b\x50\x91\x85\x92\xb6\x60\x0e\x79\x01\x55\x99\xda\x76\x05\x87\x81\x36\x90\x57\xf5\x94\x0b\xa0\xf5\xc3\xa8\x28\xc7\x44\x2c\x9e\x54\xfc\x6d\x6c\x58\x4b\xca\x28\xd1\x00\x3d\x94\xfa\x52\x35\x56\xda\xed\x91\x46\x1a\x2d\x78\x21\x64\x05\xd4\x7b\xb1\xe6\xb2\x7d\x11\x05\xc9\x01\x7c\x17\xf6\x32\x62\xed\x92\x2b\x5e\x86\xc9\x8b\xc2\x22\x9a\x97\xa2\x79\x1e\xc5\x3c\x7a\x6f\x5d\x3b\xa4\x9b\x7b\xaf\x68\xe0\xcc\xa9\x31\xcc\xaf\x9c\xea\xc0\x75\xfb\xe2\x31\x01\xb3\x6e\x9c\x84\x0c\x99\x01\x22\xf6\x68\x00\x37\xb4\xc6\xf5\x2c\x33\x70\x00\x8c\xd0\x08\xb1\x6c\x77\x8e\x88\x43\x2a\x30\x35\x4b\x8f\x08\xa3\xb5\x32\x4b\xd7\xed\xd1\xd8\x5b\x45\x74\x76\x57\x85\x71\x59\xb0\xbc\x87\xa0\x3d\x37\xe4\xd3\x65\xc0\x66\x3a\x46\x4b\x86\xf7\xdf\xc9\xf7\x45\x3f\xae\x81\xc8\x6a\x98\x7d\x88\x58\x42\xcf\xd6\xdb\x03\x65\x95\x40\x5e\x8b\x49\xb1\x2e\xd2\xbb\x39\xec\xb1\x78\x1c\xba\xdb\x81\xc3\x1a\xcf\x99\xd0\xb9\x07\xa0\x30\xda\x9b\x8e\x28\xb0\x08\xed\x55\x1f\xee\x28\x0f\xbb\x42\xe5\x24\x4e\xc5\xa5\x84\xa1\x21\xd9\x6c\x60\x80\x59\x28\xb8\x59\x4c\x9f\x20\xbd\xcf\x9c\x81\x0c\x00\x9c\xde\xbc\xa6\x1e\xde\x3f\x2a\x59\xe7\xce\xe0\xc7\x11\x20\x6d\x0e\x7b\xfc\x28\x22\x6f\x9b\x8a\x05\x12\x6d\x26\x0a\x2d\x08\x92\xc9\x86\xb5\xa2\x8a\xc9\xbe\x73\xfe\x37\x09\x15\xf9\x13\xd2\x51\xde\x2a\x9a\x4a\x9f\x0d\x6f\x1d\x6c\x2f\xd6\xaa\x8d\x00\xe4\x07\x82\x92\x5d\xa2\x9f\x61\x63\xaf\xd9\xf8\xe6\x02\x82\x23\xb2\xb6\x06\x46\x9d\xb9\x13\x8d\x03\xcd\x9d\x05\xb1\x1b\x6b\xb6\x8a\xde\xb4\x03\xd7\x83\x87\xbd\xc8\xfc\x72\xfc\x45\x70\xab\x11\x8d\x04\xba\xb4\x54\x6a\x1c\x36\x1a\x62\x2f\xe8\xbc\x9e\x21\x00\xe6\x97\x98\x28\x9a\xfd\xfe\x70\xc7\x05\xac\x19\xe0\x8e\x2f\x4b\x64\xef\x39\xe4\x41\x96\x49\xfb\xc4\x70\xcc\x50\xc4\xc6\x0e\x30\xa4\x01\xc7\xd9\x93\x80\xc8\xb0\x42\xb4\x19\x62\x5e\xc9\x9c\x29\x2f\xd7\xb6\x4d\x53\x5e\xcd\x37\x9b\x35\x56\x8d\x18\x82\xe2\x55\xda\xa9\x78\xe0\x16\x8a\x11\x78\xa0\xbc\x49\x88\x4a\x52\x73\x3a\x63\xe7\x0e\xa9\xce\xe9\x26\xa9\x9b\x53\xc5\x9c\xa8\x27\x8d\xe0\x5f\x8e\x25\x75\x89\xe6\xf2\x99\xc6\xd3\x6c\xce\xde\xc8\xa9\xf1\x4a\xbd\x3c\x53\xb1\x66\x2a\xd2\x12\x88\xde\x4d\xcc\x4d\x21\xd8\xa4\x45\xdd\x75\x0d\x68\x4f\x51\x05\xcd\x78\xe2\x06\xd8\xdb\xe6\xaf\xea\xf4\x0c\x04\x0f\x34\x99\xb2\x33\x5d\x6c\x2a\x9f\xb5\xa6\x5a\xb6\x11\xb3\x85\x69\xa2\x25\x02\x21\x17\x13\x06\x41\x25\x30\x60\x1c\x00\x23\x09\xd0\xda\x91\x4c\xc3\x73\x02\xcb\x55\x6a\x00\x2d\x40\x73\xfb\xcb\xfa\x92\xa3\xec\x89\x9b\x25\xc9\xd6\x3a\x8b\x25\x55\x5d\xa2\xbd\x27\x00\xe6\x69\xa0\x0b\x4d\x8b\xa0\xb2\x9a\x7b\x24\x2f\xc6\x6e\xd5\x34\x40\x0f\x83\xa0\x63\x07\xd6\x2c\xb5\xa5\x8a\x52\xe6\x5e\x43\x1d\x08\x0e\x40\x5d\x89\x22\xcf\xb8\xa4\x52\x03\x35\x85\x7f\x8c\xaa\xee\x06\x1d\x99\xed\x78\x66\xec\x15\x3b\x4b\x90\xd8\x6a\xd6\x03\x76\x62\x9d\x11\xd3\x94\x62\x2d\x13\x59\xb0\x1d\xe8\x48\x2a\x2f\xe7\xed\xb3\xd7\x77\xbf\xbc\x53\x14\x92\x1f\xcb\x93\x4d\x82\x25\x75\x00\xe5\x4b\x02\x2c\x59\x75\xbf\xb6\x61\x70\xc0\x35\xcd\xba\x02\x90\x28\xa5\x0e\x52\x8d\xc0\x39\xfb\x77\x9f\xd1\x88\xea\x69\x65\x14\xaa\xda\xbb\x54\xb5\x23\xc1\x58\x1e\x05\x13\x94\x4d\x3a\x15\xae\x2e\x03\x85\xc2\xb7\xab\xd9\x32\x3b\x13\xaf\x42\x4e\x70\xd8\x1c\x68\xd6\x9e\x80\x25\x2a\xc1\x51\xae\xa9\xac\xd8\xe3\x8f\x92\x00\x41\xcd\x15\xc4\x1c\x39\x38\x19\x03\xe5\x62\xba\xca\x04\xd3\x8b\x55\xe7\xbf\x7b\x1a\x1c\x0f\xbf\x46\x1a\xa8\x18\x6a\x19\xab\x4b\xd5\x26\x20\xc1\x37\x8f\x9a\xe8\x84\x13\x7c\x3e\x5f\x9c\x35\xfa\xfb\x29\xa5\xed\x56\x0f\xc4\x43\x40\x14\x36\x43\x02\xb4\x08\x98\x28\x05\x68\x9c\x3d\xd8\xe7\x00\xc8\x17\x87\x62\xf3\xe7\x8a\x35\x9b\x8a\x6b\x48\x64\xe0\x8c\x22\x7d\xf1\xd9\xa6\x9a\x01\x54\x47\x6a\x6a\x63\xd6\x85\x3e\x8f\x04\x42\x72\xee\x04\x33\x5a\x73\xb7\x0e\x21\x07\xd9\x2d\x26\x6d\x0c\x2a\xe7\x7b\x86\x1f\x8a\xe8\x03\x43\x3f\xe4\xa4\x4b\x06\x28\x6f\x8b\x85\xa0\xfb\xad\xaf\xcc\x74\x42\xd6\x35\x8e\xb0\xa9\xd6\x66\x95\x20\x6a\xe3\x65\xc5\x9d\x4d\xab\x6b\x6e\xc0\x39\x28\xc5\xb4\x2f\xb8\x73\x6c\xce\xaf\xd8\xa4\x02\xad\x66\x9b\xe6\xd4\x56\xa8\xbb\x51\xc1\x60\xda\xca\x92\x01\xde\x40\x2e\xef\xa6\x8c\xaa\x98\xfa\x00\xa1\x0d\x88\xb3\x6a\x1a\x12\x10\x3d\x19\x1d\xd3\x8c\x9b\x2b\xc7\x7f\x6c\x4b\xb7\x91\x58\x6b\xea\x7d\x81\x82\xa9\xf6\xda\xb0\xff\xcc\x16\x2c\xb3\xd0\xdc\x6d\x12\x6e\x49\x4a\x30\xf3\x02\x56\x54\x27\x68\xb0\xd1\x5c\xfc\x02\x81\x78\xee\xd4\x98\xf8\x87\xff\xf7\xeb\xc7\x4f\x3f\xff\xfa\xf1\xfe\x6c\x28\x72\x1b\x1c\xb7\x47\x67\xbd\x3d\x4a\x48\xf4\x40\x12\x69\xde\x47\xb3\x79\x4b\x78\x6c\x6d\xac\x06\x73\x46\x8a\x29\x42\x81\xe2\x22\xe7\x5e\xaf\x10\x8f\x62\x2a\x77\x63\x8a\x4a\x84\x51\xc9\x2d\x05\x50\xdc\x94\x3b\xd4\xae\xaa\xf3\xd4\x6b\xc8\x8b\x0d\x36\x15\x33\xcc\x6b\x4d\x52\x31\xec\x6a\xab\xa6\x20\xd9\x67\x5d\xce\x50\x97\xd9\x55\x72\x2e\x14\x5b\x49\xd2\xc1\x8b\xc2\x24\x36\x49\x64\x1d\x61\x00\x52\x2b\x6a\x1a\x0c\x13\x4e\x6c\x3a\x4c\xb9\xc2\xe2\xe3\x06\x13\xc9\xa9\x9d\x68\x20\xe9\x43\xa8\xd9\xbc\x66\xd3\x9d\x1d\x30\x22\xa5\xdc\x8a\x1f\x50\xdd\x5c\x5e\xb5\x02\xef\xca\x2c\xad\x31\x50\xe2\x3e\x10\xfe\xcc\x18\xf1\xc4\x79\x07\x8b\xaa\x2e\xa0\x1b\x57\x71\x6d\xcb\xd1\x06\x9e\xcd\x11\xc5\xb6\x86\x26\xe2\x71\xa3\xbd\xbf\xbe\x34\x49\xaa\xaf\x2f\x4d\x32\xfc\x53\x35\x35\xef\x09\x0f\xa3\xc6\x6e\x2f\x60\x37\x8a\x83\xd3\x68\x37\xc4\x79\x83\x2a\x18\xfb\x4b\x23\xa5\x66\x53\x43\x49\x0d\xe9\xa1\xe8\x3f\x6a\xa9\x36\xda\xce\xee\x53\xb5\xb9\x85\x03\x55\xd4\x5c\x28\x52\x6f\xe1\x51\x60\xb3\x48\xea\xa2\x37\xd2\x13\x55\xd3\xcb\x36\xf7\xa3\x0a\xba\xa0\x30\x25\x17\x34\xd1\x68\x33\x82\xd8\x1e\xae\xad\x3f\x9b\x2f\xb2\x33\x1f\x56\xd9\x91\x9a\x32\xf3\x5e\x5a\x8f\x47\x4b\xf2\x01\xbf\x78\xa6\x52\xdc\x6f\xc7\x57\x2a\xba\xbe\xdc\x7f\xfd\xf0\xf1\xdc\x95\xc7\x2f\xf7\x5f\xe3\xfa\xe3\x8f\x6f\x87\xb8\xb5\x3d\x92\xfa\x3c\xe1\xc8\xf4\x54\x5a\x54\xe7\x06\xed\x1b\xed\x37\xc2\x97\xda\x57\xf8\x19\xcc\x00\x45\x10\x9f\xee\xd9\x79\x15\x34\x23\x0a\x67\x87\x21\xa7\x4c\xfb\xc3\x5d\xb5\x8e\xfb\xee\xd5\x07\x7f\x64\xa5\xc4\xc3\x75\x61\xd0\x36\x47\xc5\x3b\x6c\x9c\x03\x0e\x3c\xd5\xb0\x56\x4b\x78\xc6\x0b\x8a\x1f\xbd\xa6\xd9\xce\x7f\xd1\x67\x67\xd2\xe5\xfd\xf4\xf1\x19\x53\xde\x89\xd5\x88\x43\xba\x01\x12\xa2\x91\x9d\x07\xed\x89\x88\x58\x2a\x6a\xba\xa0\xb5\xc8\x00\xd2\x09\xc0\xe5\x93\x2b\x73\xef\x02\x20\xfe\xcd\x0d\x63\x0f\xac\x13\xac\x0b\x76\xbc\x56\x77\xf8\x53\xad\x57\xe6\x84\x03\xfa\x34\xa0\x70\xa9\x16\xac\x98\x89\x2f\xcc\x66\x80\x7a\x65\x18\x80\x1d\x19\x1c\xfb\xf3\xb6\xbd\x99\x31\x5e\x6b\xca\x65\x45\xe6\x33\xd8\xc9\x94\xd8\x6c\xbf\x66\x33\xbe\xcd\x34\xfe\xd4\xb6\xa5\x55\x6d\xc2\xb5\xcd\xd2\x9c\xf7\x09\xdf\xa5\xfe\x30\x77\x8d\xfd\xe1\xa3\x3e\xdc\xf5\x86\x39\xa0\xeb\x71\xf8\x02\xba\x61\x26\x06\x04\x4f\x0a\x80\x88\xb7\xc7\x94\x80\xe0\x3f\x3e\x66\x03\x84\x7d\xe5\xfd\x63\x8c\xe1\x31\xf5\xe0\x44\xcf\x7d\xfd\xa7\xf5\xc7\xfb\xdb\x73\xe5\xed\xfe\x6b\xfc\x82\xe3\xdf\xc3\xc3\xba\x3d\x84\x66\xcc\x9f\x03\xcb\x0b\xed\x8b\x3d\x8f\x52\x72\xe2\x8b\x7c\x9d\x63\xa0\x2a\x52\x9b\x84\x97\xe2\x20\x6a\xad\xcf\x40\x04\x0a\xcd\xcc\x4f\x6c\xd8\xdc\x98\x69\x2e\x2e\xa0\xa3\xa4\x31\x96\x98\x32\x39\x4e\x3e\x1c\xa1\x1a\xdd\x32\x3c\xfa\xbc\xe4\xdc\xe0\x74\x75\xb0\x84\x9a\xeb\x64\x46\xb4\x39\x5d\x28\x7a\x29\xa9\x97\x5d\x82\xb0\x61\xca\x00\xa4\x79\xd0\x06\x1e\x42\x14\xb7\x61\x7b\x23\x25\x71\x5d\x46\x82\x51\x84\xe4\x03\x14\xce\x61\xab\xef\x08\x09\xca\x41\xcd\xfc\x33\x57\x21\xb4\xd4\x7a\x84\x43\xdd\x4d\xc9\x17\x0e\x9c\xb0\x66\x06\x3c\x34\xb3\x57\xe2\xb0\x01\x66\x96\x48\x29\xdb\x08\x2f\xdf\x0c\x9f\x75\x4b\x63\x68\xf0\xcf\x89\x37\x47\x70\xc2\x12\x33\xb8\x2f\x85\xac\x0d\xfb\x89\x03\x19\x29\xa9\x76\xf4\x16\xbc\x18\x76\xbd\x85\x40\x28\xc2\xc0\x2d\xc9\x89\xa3\x62\x18\x69\xb3\x03\x4a\x4f\x19\x2e\xb8\x99\x64\xa0\xcf\x24\x87\xea\x25\xa0\x5f\xf5\x06\x34\xd6\x12\x91\x7c\x28\xc8\x9f\x12\xb3\xff\x4a\x2a\x0c\x68\xad\x86\x4d\xef\x58\x42\xd0\x02\xd6\xbe\x8e\xa8\xa9\x53\x14\x54\xf5\x69\x5f\x35\x02\x41\x6d\x41\xa1\x5e\xcd\x88\xd9\x98\xcc\x78\xe1\x38\x55\x24\x3d\xa8\x67\x3d\x8c\x16\x09\xee\x81\x83\xf7\xed\x5a\xb3\xa1\xe1\x44\x14\x70\xce\xb5\x87\x6a\x4a\x6c\x2e\xd3\xe5\x54\xe8\x0a\x7d\x6d\xb3\xdc\xae\xea\xc6\x87\xe2\x0e\x03\xa0\x6e\x05\xa1\x32\xfb\xe4\x0f\xd6\xe6\x52\xc2\xfc\x9a\x2c\x31\x5d\x83\xa8\xd9\x1d\x5b\x80\xf8\xf5\x9e\x98\x1f\xee\x40\x6e\x4c\xb0\x44\x6c\x9e\xff\xe6\x11\x4d\x0c\x72\x03\x3a\x40\x12\xc1\x35\x17\x02\xe3\x2b\xa0\xaa\xcd\x88\xd5\x27\xa8\x46\x47\xf9\x6d\x37\x07\x14\xa4\xa7\xb7\xbc\xa4\xba\xc2\x51\xbe\xfa\x44\xee\xb5\x74\x54\x33\x9d\x04\x7b\x7b\xb8\x83\xa8\x84\xfc\xea\x9d\x7e\xc3\xcb\xd5\x7c\xfa\x5e\xcf\xb5\xce\x76\xfd\xf3\x79\xfa\x66\xbb\xfe\xf9\x9d\x08\x3a\x1f\x1c\x1c\x1d\xa9\xd4\x62\xf6\x79\xeb\xb2\x62\x7b\xbd\xd6\xe7\x9f\x18\x63\x8d\x09\xb5\x2e\x5d\x93\xd8\x60\xd1\x05\xa5\x4d\xc8\xc2\xb2\x81\x0f\x76\x47\xe9\x1a\x6b\x4f\x59\xb1\xea\x99\x49\xd6\x36\x6a\xb4\x85\xf9\x35\x07\x47\x2a\x1d\x4e\x7e\xa9\xbc\x32\x2b\x9e\x08\x81\x88\x4c\xa0\xf3\xec\x19\x71\x8b\x5c\x6d\x44\x8a\xd8\xe5\x3a\x98\x66\xb4\x44\xb3\xbb\x34\x78\xe0\x64\xd8\x54\x0f\x25\x03\x68\xb9\x6a\xa2\x3e\x1a\xa0\x65\x19\x16\xa3\xda\x4d\xcb\x3b\xf6\xe4\xeb\x99\x6e\xbb\x38\x34\xe9\xc2\x3d\x09\x51\x44\xb0\x53\xcd\x4b\x2e\x4e\x4d\x4a\xcc\x81\x48\xcd\x28\xdf\xff\x69\xf6\x4e\xb7\x91\x39\x5a\xea\x8a\x6a\x2e\x6b\x3e\x54\x6f\x50\xdb\xff\xa9\x66\x2a\x0e\x1b\x60\x4e\x40\x61\x7a\x6e\x28\x92\x86\x4a\xf6\x0a\xb1\xd2\x57\x25\x57\xac\x42\x97\x01\x50\x5a\xa4\x17\x58\x27\x35\xf2\x6d\x19\xd6\xcc\xbb\xc8\x2a\xc8\x71\x64\x49\x32\x04\x35\xdb\x75\x4c\x45\xa3\x40\x3b\x31\x1f\x3e\x53\x35\xb5\x23\xd2\xa1\xfa\xb5\x47\x20\x8f\x21\xa8\xdc\x8b\x62\x25\x7c\x94\xf9\xd7\xa9\x11\xb7\xda\xdc\x2e\x7f\xb9\xfd\x72\xee\x54\xb7\x5d\xff\x1c\x97\xfd\x29\xef\x10\x9a\xd1\x61\xb6\x53\x14\x9e\x99\xc5\x72\xc3\x05\x56\x15\x99\x58\x9b\x8b\x20\x33\xd5\xca\x54\x2e\x73\x92\x9d\x8d\x33\x73\xc6\x6b\x44\x9c\x19\x99\x55\x25\x15\xaf\xad\x62\x4e\xfc\x70\xc7\x8c\x25\x5a\x96\x05\xef\x8e\x37\x8f\x20\x38\x04\xc1\xa0\x8d\x3a\xdb\x58\xd9\x48\x1a\xc0\xa2\xb2\x71\x7e\x18\xe5\x3e\xc6\xf7\xe3\x1b\x66\x23\x7c\x19\x10\x21\xfa\x2f\x88\x8f\x33\x0c\x54\x9b\x0c\x7c\x30\xdb\xc8\xb2\x61\x6c\x83\x18\x43\xd8\x86\xbc\xda\x93\x24\xf1\xa1\x2b\x8f\x03\x37\x0c\x7b\x9c\xe2\xb5\x76\x36\x60\x1f\x87\xeb\xf3\x25\x6f\x7a\x2d\xe3\xfb\x30\x4c\x1d\x6b\xbf\xce\x16\x20\x1f\x9e\xbe\x59\x04\xa1\x05\x1b\x98\xf6\x30\xdd\x07\xa5\x6f\x6a\x47\xe9\x5a\xaf\x09\x83\x51\x7c\x28\x22\x3f\x33\xf4\xd4\x22\xe2\x61\x3d\xa2\x70\x0c\x5b\x5c\x93\xde\x98\x8a\x58\x12\x61\xe0\x61\xd8\x61\xd0\x61\xcc\x45\x86\x2a\x1e\x36\x3d\x72\x49\x65\x41\x7a\x5f\x40\xa1\xa0\xa9\x38\xf6\x2a\x3d\xaa\xa9\xee\x62\xcb\xa9\x58\x57\x33\xa0\xd4\x15\x4c\xda\x05\x1d\x0d\x0c\xa9\x87\x6b\x45\x89\x9d\x83\x15\x22\xd6\x1e\xb5\x3a\x9e\xa4\xf7\x36\xa2\x87\x37\xdc\xeb\xc2\x9a\xcc\x54\xd7\x00\xa4\x7e\x24\xe9\xf9\x70\xa8\x3b\xdc\xc5\x1e\x03\x39\x9b\x14\xb5\x3b\xb1\x67\x9b\x97\x68\x89\x70\x89\xc8\x2d\x48\x6a\x58\xb8\x08\xb4\x1f\x4f\x25\xd5\x5d\x6d\x49\xf1\x0c\xc3\x7c\x3c\x8c\x09\x40\x3b\xce\x11\x07\xd4\x2c\x18\xd0\xa8\xfc\xb3\x23\xf2\xac\x6f\xc4\x01\x92\xba\xbd\x2b\x58\x82\xcc\xa5\x21\x33\x61\x60\x8f\xce\xd6\xe0\x9c\xc6\x6c\x0d\x20\xcc\x9b\x89\x1e\x4a\xf6\x1a\xc4\xfd\x8b\xf0\xae\x51\xaa\x0b\x23\x4c\x6f\x1d\xa7\x18\x55\xb8\x40\x49\x6d\x17\xf1\x94\x2c\x28\x54\x56\x54\xb0\x22\xba\x3e\x05\x87\x92\xec\x6a\xdf\x1f\x51\xbc\xbd\xbd\x3a\xd2\x0f\x48\xed\x86\x54\x16\xa0\x3c\xf4\x50\xd8\xde\x51\xa6\xdc\x21\xe6\x79\x4a\x37\xfc\xcb\xfd\xfa\x7c\xad\xf0\xeb\xfd\xfa\x6d\x7d\xd0\xf4\xc7\x83\x13\x13\xf2\xca\xab\x9b\xc3\x44\x1f\xcb\x20\x27\x44\x86\xeb\x0b\x94\x23\x79\xac\xac\x7e\x2c\xa7\xbe\x11\x5e\x55\xf5\x93\x75\x20\xad\xc4\x2e\xfb\x70\xc7\xd5\x7a\x58\xb2\x24\x33\x94\x80\xa0\x54\x90\x35\x8a\xa8\x26\x40\xf2\xb2\x78\x29\x37\xdd\x48\xd7\x85\x3a\x90\xd3\xc0\x07\x80\x42\xd0\x62\xc2\x28\xc3\x06\x2c\x8b\xa7\x70\xaa\xd7\xb2\x22\x9f\x6a\x6e\xd9\xa5\x76\x51\xcc\x97\x14\xc7\x34\x92\xd8\x33\x72\x39\x71\x3b\xf6\xf2\x5e\x67\x59\x8f\x89\x4c\xaf\x8d\x88\x8e\xcd\x66\x22\xa4\x3a\xd7\xe9\xdf\x7b\xc8\x5d\xa5\x54\x96\x01\x11\x40\xe8\xbf\xa8\xf7\x99\x99\xdf\x9c\x80\x2f\x1e\x0a\x1a\x06\x52\x80\xa4\x52\x76\x08\xbe\x99\x12\x4b\x37\x9c\xf3\x59\x0f\x1a\xf2\xfe\x39\x65\xff\x9c\xe5\xe1\x6e\x20\xdd\xca\xf4\x42\x01\xa8\x84\x69\xec\x61\x47\xf3\x08\x9c\x39\x61\x95\x8a\x6e\x50\x93\x98\x21\x8c\xa6\x4a\xb0\x88\x47\xae\xc2\xb9\xa6\xba\xe2\x61\x63\x7a\x20\x8c\x90\x8b\x73\x6e\xb0\x3b\x7c\x49\x9d\x28\xf8\xf0\x9e\xe5\xcd\xf7\x7c\x7c\xcb\x76\xfc\x96\xa3\xa6\xb6\xc4\x32\x75\x47\x89\x03\x3d\x09\x9d\x81\x39\xc7\x36\xef\x63\x31\x41\xef\xa0\x07\x84\x5f\xb3\x44\x13\x36\x8e\x1d\xd5\xb5\x4e\x6c\x62\x8e\xc9\x4d\x2b\x20\x8d\xe0\xc0\x73\x9c\x25\x72\x8f\xa7\x26\x36\x3d\x08\x4e\xb1\x44\x4f\x40\xe7\x26\xcb\x63\x78\x89\x87\x77\xef\x66\xe1\x21\xde\xc3\x47\x75\x69\x19\xab\xaa\xbf\xe5\x42\x2e\x30\xcf\x2e\x57\xa1\x21\xc6\x77\xbb\x1e\x1e\xef\xbb\x5d\xee\xa5\xa6\xb9\xff\xcb\xb9\x7a\xe6\xfe\x2f\x6f\x07\x6d\xf3\x01\x04\x54\x41\x86\xa1\x59\x52\xb9\x12\x36\xa7\xa2\xdc\x54\x7d\x2d\xf3\x8b\xf5\x64\xe6\xd7\x25\x71\x7e\x05\x01\x8d\x5e\x4d\x60\xa3\x42\x57\xa8\xb2\xc7\xcd\x57\x5e\x3a\xaf\x05\xa4\xcb\x65\x32\x59\x37\x9b\x83\x8b\xb9\x3d\xd9\xbc\xe1\xe2\x59\xe8\xdd\x44\x05\x0b\xb1\xd5\x21\x1c\x7b\x2a\x0f\xd7\x24\xd0\x68\x9c\xb7\x8a\x29\xb6\xa5\xba\xd8\x54\x56\x90\x90\xef\xb9\xf6\xbe\xd1\x93\xde\x38\xb2\x23\x4d\x92\x68\xb8\xc2\xee\x78\x63\x96\xef\x49\x71\x15\x14\x17\x6f\x22\xb5\x97\xa1\xf5\xed\xaf\xf7\x9b\xb3\xcd\x41\x1c\xfb\xb4\x4b\xc6\x8b\xe0\xd5\x81\xb1\x43\xb1\x66\x75\xba\x41\xef\x9f\x34\xe3\xd3\xee\x79\x96\x8e\x77\x17\x69\x70\xf8\xfd\xd7\x01\xdc\x42\x5f\x11\x51\xc0\xf4\x02\xa4\x1c\x2e\xf5\xde\x7e\xb1\x7d\x47\xff\xe2\xfc\x2d\xb2\xf6\x1f\xa4\x97\xe0\x7b\xfa\xc3\x75\xc7\x22\xdc\x92\x91\x3e\x60\xaa\x0c\xd1\xef\x66\x9f\xf7\x8d\xf1\x43\xf0\x1f\xe6\xe6\x61\x77\x9c\x07\xc7\x66\x46\xad\x70\xa0\x56\x2f\x11\xec\x62\xf2\x82\x8d\x09\x3a\x90\xa3\xf0\xc6\x7c\x56\xff\x1d\x10\xd6\x1e\x89\x75\x5e\xa3\x48\x59\x17\xbf\x7f\x7e\x7a\xdd\xfb\x27\xcf\x13\xde\x78\x9e\x17\xe3\xe0\xf3\xf6\xc7\x73\x17\x56\x70\xe8\x3b\x2e\x69\xfb\xf3\x81\xe2\xd5\xa9\x6a\xb9\xf1\xd6\x33\xa4\x67\x70\x59\x87\xfb\xe9\x1d\x85\x97\xd6\x1f\xbc\xf3\xa5\xcd\x23\xe0\xf4\xa3\xb8\xf4\x13\xfc\xc9\x63\xc8\xc9\x1b\x02\x95\x38\x76\x1e\x03\x4f\x9e\x0a\xd2\xe2\xd1\xaf\x3f\x7e\xfa\xf5\xfe\x1b\x5e\x35\xde\xd9\x09\x6f\xbf\x70\x2d\x3f\xfe\xa7\x78\x61\x87\xc2\xaf\xaf\xd4\x79\x03\x45\xf4\x74\x55\x20\xbd\x82\x42\x47\xe3\x15\x68\xe9\x13\xaa\x1d\xad\xf5\xff\xfc\x72\x7b\x26\x82\x80\x37\xee\xe7\x5f\x6e\x3f\xbd\x1d\x0f\xcf\x6d\x4f\x1a\x52\x1a\xa7\x3a\xcc\x10\xe1\x94\x87\x5c\x81\xc0\xb4\x05\x35\xdf\x5b\xfb\x07\x44\xba\x5a\x98\x5f\x5e\x52\xa7\xaa\x69\xf8\x82\xcf\xa5\x96\x94\x79\x82\x87\xb1\xa9\x12\x14\xc9\xab\x99\x33\xd9\x9c\xee\xec\x2b\x4e\xd5\xfe\xda\x36\x4e\xca\xbe\x02\x4b\xa5\x7c\xd8\x17\xb7\x03\xcb\xb5\xb0\x29\x8e\x8d\x8c\x91\x46\xd5\x65\x7f\x3d\x2f\xe2\x37\xad\x67\x57\x08\xb8\x5e\xf0\xcb\x3d\x5c\xe3\x24\x04\xb5\xf6\x48\x4d\xa7\x3a\xf0\xcc\x61\xd3\x7a\xca\x5a\xb7\x75\xa4\x0c\x8c\x95\x9e\x94\xfa\xaa\xd7\xc4\x48\xf0\x60\xa4\x72\x50\xc3\x9b\xa3\xd2\xcc\x6f\x7e\xba\xc7\xfe\x71\xfb\x6d\xe2\xf0\xcb\xf6\x7d\x69\xb8\x7d\x94\x86\x8b\x29\x0d\x57\x9c\xfb\x05\x5e\xeb\x83\xf6\x0b\xed\x07\xea\x7b\x22\xbe\xd1\x9c\xd7\xc7\xbf\x62\xfb\x52\xab\x3e\xfb\x75\x0e\xff\x27\x57\x98\xf7\xf8\xb7\x6b\x29\x23\x95\x0b\x7e\x42\xa3\x4f\x4e\x11\x3f\x61\x90\x4f\xed\xa0\xe7\x87\xc3\xdf\x20\xb6\x53\x4e\xec\xe1\x27\xbc\xf4\x74\xe1\x62\x52\xd5\x8c\xee\x13\x3b\x9e\x5e\xdd\x39\xfd\x1d\x8f\xf9\xe5\xef\x2f\xd8\xe6\x3f\x9f\x9b\x2e\xfa\xf9\xd3\x3b\x49\x10\x59\xe8\x60\x29\x21\x4b\x60\x83\x60\x34\x5d\x71\x43\x28\xde\xac\xe8\xf1\x84\x5a\x9e\x15\xa9\x84\x58\x21\x33\xb1\x7f\x4a\x14\x9e\x1d\x3e\xba\x8e\x2b\x19\x48\x93\x82\x76\x39\x66\x2b\x3f\x40\xd9\x9e\xa0\x30\x7f\x4a\xa0\x9e\xc3\x29\xaa\xf4\xbc\x0f\xb5\x82\xeb\x68\x8b\xf8\x44\xd5\x0d\x15\x4e\xa5\xe2\xcf\x50\xf5\x52\xb2\xfe\x01\x37\x05\xe4\x04\xf2\x6e\x6c\xd8\x9a\xfc\x28\x43\x45\x37\x42\xd2\xc6\xa9\xf9\xf3\xd3\xd7\x0f\x7f\xbd\xbd\xff\x7c\x77\x7b\xf5\xf9\xe7\xcf\xff\xfb\xd7\x73\xeb\xe6\x3e\x7f\xfa\x1a\xd7\x7e\x62\xdc\x7e\xfe\xf9\x73\xfc\xe9\xd7\x67\x95\x74\x32\xc6\x41\xbc\xfe\xcf\xff\xc0\x98\x98\x77\xfa\x3f\xff\x63\xae\xed\xde\xee\xcb\x97\xc0\x1e\x1e\xf2\x65\x69\x49\x57\xe6\xc2\x79\x57\xfa\x86\xfd\xb8\x33\x4f\x57\x56\x36\xa5\x54\x00\x0d\xb9\x61\x8a\x7d\x6e\xa1\xda\xfe\xc5\x5c\xa7\x79\x46\xf4\x63\x1a\x78\xe8\x92\xde\xe0\xd2\xc8\x66\x41\x4c\x0f\x97\xc9\x61\xde\xf8\xe1\x0e\x45\x2f\x41\x58\xd3\xc0\xaa\x4f\x8f\x0a\x74\x7a\x73\x32\x47\x30\x67\x93\x46\xe2\x60\xde\x97\xcc\xd2\xcb\xe6\x46\x30\xb6\x14\xb5\x50\xe6\x95\x22\x15\xca\x13\x61\x38\x70\x2a\x3b\x73\x46\x17\xe8\x58\x41\xf2\xe4\x5c\xb3\x81\x2d\xbd\x8b\x5c\xf2\x12\x47\x34\x1f\x0f\xf4\x96\xf6\x8d\x51\x6a\x76\x95\xb9\xc1\x20\x2a\x61\x10\x89\xfb\x16\x13\x56\x38\xcc\x60\x36\x07\xe6\xb0\xd7\x8b\xd8\x38\x22\xd6\x85\x10\x8e\x22\xc4\x90\x78\xc7\xb4\x08\x9c\x21\x0e\xb5\x38\x96\x97\x8d\x8d\x0a\x0f\x52\x41\x46\x8e\xf8\x41\xc0\xf3\xdb\x0b\x85\x56\x11\x09\x43\x9c\x66\x92\xb4\xb8\x6b\x49\x8e\x8c\x34\xcc\x78\x4f\xfa\x70\xa7\xc2\xf6\xd4\x4d\x13\x6f\x22\x49\xdb\xb5\x9c\xe8\xb2\x73\x59\xdc\xd2\x0b\x9a\x1d\xae\xcc\x1e\xd0\xbe\x2e\xeb\xa0\x54\x77\x94\x4b\xc2\x7a\x38\xc2\xa6\x28\x6c\xad\x49\x7d\x2b\xdf\x98\xcb\x2a\x36\xd7\x70\xa0\x3e\x6d\xd6\x91\x7c\x6b\x43\xb5\xa5\x6e\x97\xf7\x74\x25\x73\x44\x38\x21\xf6\x88\xc0\x2b\x0d\x4a\x58\x04\xd6\x25\x52\x1d\x68\x4b\xfb\x26\xa4\x22\x02\xe9\x05\xdf\xf6\x1b\x66\xa6\x0a\x3c\x17\xdf\xe7\xdf\x0f\x77\x39\xd0\x00\x6e\x9b\x67\x45\x01\x51\x23\xd2\x34\x5e\xfd\xbb\xb3\xe7\x17\xe0\x5a\xf3\x65\xf1\xfd\x70\x27\xa0\x55\x2c\xfe\x08\x2d\x4d\x32\xab\x89\xc6\x85\x2d\xfb\xd8\x45\xa2\xb6\xe4\x58\x01\x0c\x00\x22\x4d\x4e\x25\x0e\xd4\x0f\xd7\xa4\x3b\x12\xbb\x42\x0e\x4a\x09\x19\x71\x62\x5b\xdd\xb7\xf2\x04\xb9\xd1\x6c\x86\x03\x45\xb5\xe7\xb4\xad\x90\x77\x76\x16\xa0\xe2\x0a\x21\xd0\x69\xd7\xaf\xe0\x25\xa8\x08\xff\x8d\x24\x3b\xb2\x8b\x2e\x49\x90\x1d\x0f\x00\xd2\xb0\x7f\x30\x04\xa6\xf5\xe1\x8e\x9a\x8d\x74\x46\xec\x01\xe1\x2f\x1b\xdf\x12\xd9\x3a\x1c\x5b\xb5\xa4\x7e\xc3\x52\x12\x5f\x92\xf6\x0e\x7e\xf3\xea\xb0\x16\xcd\x9c\x71\x3b\xc5\xbe\x36\x54\x52\xd9\x45\x69\xe8\x53\x45\x70\x42\x4c\xc4\x66\xc0\xb8\xdb\x33\xb7\x54\x36\x10\x3f\x71\xb6\x37\xc1\xe0\xc3\x45\xf0\xb5\xc1\x8a\xcf\x0e\xee\xa6\x19\x9f\xd6\xfd\x88\x97\x30\x28\x1d\x9a\x0f\x64\x8f\xa4\xd8\x29\x9c\x90\xad\xe9\xcf\x8b\xad\x87\x6b\x1a\x83\x03\x42\xf2\x88\xdf\x16\x93\xc4\x51\xb0\x05\xb6\x5d\xaf\x0e\x07\xc7\x40\x43\xbc\x0d\x25\xd5\x85\x0f\x9b\x95\x7d\x4c\xdb\x57\xe9\x70\x93\x9d\x44\x13\x19\x08\xba\x25\x31\xf1\x2a\x69\x5c\x72\xce\x75\x4b\x48\xf8\x1c\xa0\x31\x09\xd2\x4c\xae\xd8\x33\xda\xfd\x24\x93\xd1\xb9\x46\x4a\x08\x88\xd6\xd4\xbd\xff\x71\x27\xf3\x21\xc1\xb0\x61\x3d\x41\xdb\xe2\x35\xe1\x78\x1d\x44\xb8\x6c\x73\xe3\x75\xeb\x0f\x77\x65\x50\x92\xd8\x4b\xaa\xdb\x58\xc4\x54\x54\xab\x49\xb0\x88\xab\x36\x6e\x3c\xdd\x89\x62\x07\x85\x8b\x7a\x70\xb5\x38\x3c\x9b\xa0\x24\x72\xec\x0f\xce\x69\xf8\xc1\x89\x63\x47\xab\x6c\x63\x51\x80\x10\xee\x2f\x89\x3c\x78\x0d\x6a\x42\x59\x40\xe4\x01\x90\x42\x60\xb6\xb0\xbd\xb6\xf2\x56\x0b\xee\x31\x52\x59\xc8\x2e\x89\x2a\xf4\x32\x12\x16\x83\x1a\x52\xe8\x43\xc6\x51\x90\x9b\x82\x81\x89\x17\xd4\xc5\x6b\xf4\xad\x85\x21\x18\xc8\x57\xae\xa6\x7a\x1c\x06\xcd\xba\x47\x43\x2b\x58\x7c\x02\xa8\x9f\x78\x7c\x0d\x01\x7c\x74\xae\x6f\x37\x07\x15\x40\x42\xa2\x0f\x07\xdf\x24\x24\x5e\x34\xeb\x08\x8c\x31\x62\xd0\x95\x30\x00\x04\xb1\x0d\x41\xc8\x61\x20\x75\xaa\xd8\xf7\x5e\xfa\xbb\x03\xc8\x63\x6d\xdd\xeb\x01\x10\x56\x47\x0c\x11\x29\x07\x91\x32\xb0\x1d\x23\x61\xd1\x47\xc5\x94\x96\x9a\x46\x23\x5f\x90\xe1\xe1\xa1\x6d\xf5\x2d\xee\x69\x3c\x5c\x73\x69\x36\x34\x5a\x6a\xcb\x5c\x5c\x50\xe4\xb0\x43\xd8\x2a\x12\x0e\x51\x64\x54\x1a\x3d\xdc\x89\xf3\x3a\x69\x4f\x26\x76\xe4\x89\x42\xb3\xe6\xbf\xc4\x51\xad\x91\x27\x12\xa4\x46\x02\xae\x87\x3f\x3f\xd3\x54\xa3\x61\x3e\x8b\x54\xe7\x6b\x1d\xd6\x1a\xcd\xb7\xd8\xb1\xef\x4d\x75\x47\x22\xff\xc6\x22\x8a\xc7\x0f\x7c\x10\x62\x21\xc2\xb7\x28\x5b\x23\x43\xd3\x8b\x75\x7a\x03\x60\x7e\x4f\xd5\xb7\xa6\x48\x02\x23\xd0\x74\x6e\x07\xbf\xed\x70\xa2\x94\x3e\x49\x62\xec\x5c\x6b\x3b\xce\x36\x6d\xd5\x19\x6d\x0e\xf0\x37\x1a\xe0\x2f\x63\xad\x13\x08\xd3\x65\x3a\x03\x3e\xc1\x4b\x21\xb0\x85\x51\x02\xcd\x31\x20\x1c\x1a\xea\xfc\x46\xda\x6a\x4c\x14\x54\x52\xf3\x18\x72\xc3\x8c\x98\xd5\x31\xec\xe8\xe1\x8e\xab\x49\x1f\xf4\xff\x3b\x13\x87\x4d\x71\x73\xe2\xa8\x6f\x4d\x1c\x1d\x13\xc7\xf9\xd3\x86\x36\xc4\xc2\xf8\x86\x6d\x22\xf6\xd4\xda\x0e\xca\x4f\xb3\x17\xf6\xc1\xe0\x0c\x2a\xe0\x39\x2f\x48\x84\xfe\x34\x4d\xea\x5b\xf9\xf1\x64\xfb\xcd\x5c\x0b\x33\x84\xf5\x70\x32\x61\x5a\xa9\xbf\x71\x5a\x19\x0e\xf9\xaa\x7e\x8a\x69\xf4\xd0\xac\x9f\xb1\x25\x53\x5b\xb7\xe4\x90\x56\xa1\xda\x20\x55\xf1\x95\xbb\xe1\xd4\xc0\x78\x13\xfc\xd6\x4d\xb2\xb1\xe5\xd3\x4b\xc0\xe4\xcf\x40\xf7\xc8\xae\x2b\xdb\x8e\x4c\x3f\x2c\x40\x81\x70\x99\x79\x9c\xa7\x86\x0f\x2c\x49\xc5\x65\x11\xa5\x22\xd8\xc0\xc7\xc3\xb5\x99\xa0\x81\xcd\xdc\x38\x68\x09\x88\xc3\xd4\x12\xed\xa0\x31\x0e\x5a\xc2\xe6\xea\xa9\x25\x9a\x6b\x82\x83\x96\xe8\x8f\x5a\x42\x30\xad\x3e\xd1\x12\xe4\x60\x97\xc5\xb7\xbe\x41\x53\x90\xb3\x3b\xef\x9f\x6a\xea\x8a\x91\xfa\x91\xae\xa0\xe7\xba\xe2\x0e\xf5\x25\xc8\xb7\x1f\x0b\x30\x3d\xa1\xd3\xa0\x6d\xaa\x3f\x28\x86\xe8\x26\x62\xe3\xa5\xd5\xff\xf9\xeb\x9f\xd7\xdb\xed\xff\x5c\x9f\x6d\xee\xfb\x09\xd1\x3e\xde\x0e\xa4\xaa\x1e\x7c\xe8\x3e\x63\xc4\xb2\x44\xf5\xc0\x2f\x03\xd1\xd4\xf9\xd7\x05\xc0\x24\x66\x95\x2b\x4f\xc5\x5e\x82\x74\x18\x97\x48\x30\xd0\xd0\xaf\x14\x61\x21\x35\x25\xe7\xa3\xa6\x44\xbb\x4a\xcf\xa6\xe9\x1c\x7b\x49\x6d\xf2\x8b\x5a\x5b\x90\x41\x66\xf8\x78\x04\x19\x95\x65\xe4\x64\xf0\x3e\x38\x61\x21\x38\x87\x93\x86\x6a\x93\x0f\x99\x62\x50\xd7\x40\xe3\x2a\x07\x01\xe6\x6e\x02\x90\xb8\x75\x0a\x87\x8e\x78\xb8\x02\xb4\xd5\x6e\x74\x6d\x13\x39\x77\x49\x7a\xc5\x6c\xea\xae\xe4\xbc\x10\xde\x87\xd0\xa7\xa6\x90\x11\xd8\x70\x60\xd1\x12\xed\x53\xaf\x6c\xbe\xb2\x21\xb3\x22\x40\x18\x63\xdc\x32\x60\x95\xc5\xa9\xd6\xe7\x55\x4d\xb1\x37\x4f\x1b\x40\xfc\x9c\x90\xdc\x08\xdb\xdf\xd7\xf8\x24\xe4\xad\x97\x12\x92\xf9\x3b\x60\xd2\xf2\x7f\xd3\x05\xa0\x24\x5b\x1b\x24\xa8\xb3\x3a\xfa\x78\xf5\xd8\xc7\xab\xc5\xb9\x3b\xc2\xa5\x70\x10\x1b\x01\xc2\x59\xf7\x81\x87\xd1\x8b\x0c\x88\xf6\x3d\x2e\x7c\x85\xa8\xb5\xa9\x8f\xed\xe1\xc2\xf5\xbb\x3f\xf1\xe1\x72\xaf\x1e\x6c\xdf\xf1\x70\xbd\xc3\xbf\xee\x3a\xc1\x6e\xf9\xf4\x72\xf6\xc1\xaf\x1e\xfb\x78\xb5\x57\xba\xef\xa8\x5f\xd8\xd7\x0e\xeb\xe3\xb5\xff\x33\x5f\x76\x5e\xec\xe5\x2a\xfc\xe7\x2f\x7f\x5d\x9f\x0b\x38\xe5\xc7\xbe\x13\x86\x3f\xe8\x90\x92\x4d\x3d\xb2\xc9\xcb\x36\xa2\x2c\xa7\xe6\x15\xf7\xe6\xd4\xf3\x9e\x72\x08\xeb\x88\x91\x94\xbb\xf3\x12\x1f\xa7\xe6\xb1\x09\x42\xc9\x13\x09\x90\x6d\x51\xb7\xf3\x0a\x0b\x15\x4f\x57\xc1\x2a\xb1\x98\xbf\x62\x33\xb8\x0e\x73\x1f\xa3\x5d\x2a\x3f\xde\x0d\xd7\x29\x3e\x41\xe1\x56\xf9\xfb\xdc\xe8\x79\x23\x7e\xf9\x7c\x66\x62\xdd\x97\xcf\x3f\xbf\x93\x88\xcd\x07\x15\xac\x35\x15\xc1\x2a\xb8\xac\x14\x35\x1b\x30\xd4\xbd\xfc\x86\x46\x10\x06\x0b\x95\x30\x16\x66\x10\x5c\x6e\x60\xed\xb4\x21\x3e\x62\x43\xd6\x76\x2d\xa9\xe8\xca\xe6\x3b\x2f\x76\x4d\xa3\x46\xf8\x45\x39\x91\x49\xa5\x9a\x4d\xde\x93\x19\x8a\x85\x1c\x7d\x36\xf7\xa0\x1d\x18\xab\xda\xf3\xe6\x09\x01\xf4\x71\x6c\x3f\x47\x54\x3b\x00\x44\x5e\xa2\xb0\xff\xbf\x89\x6d\x24\x1d\x5b\x81\xa5\xd0\x93\xc8\x02\x24\x51\x30\x83\x62\x25\x53\x0a\x72\x3a\xbd\x44\xd7\xac\xb8\x3a\x7d\x84\x11\x47\x1a\xf0\x7b\x4b\x89\x9a\x6a\x31\xbf\xda\x57\xde\x7a\xdf\x4e\xa8\x21\xd6\x54\xc6\x12\x9b\xd3\x17\x0b\x20\x04\xf3\x08\x92\x06\x61\x7a\x86\x1c\x8c\x08\x43\x36\xe5\x1e\x05\xd5\xa5\xcd\xab\x73\x69\xf8\x31\x40\xd5\x47\x32\x52\x1e\x8b\xd9\xd0\x1a\xb9\xa5\x5a\x83\x3f\x18\x7b\xb5\x1e\x97\x44\xe2\xe1\x93\xde\x42\x4f\x54\x60\xff\xd8\x5c\x95\x40\x96\x9f\x7a\x18\x92\x98\xae\xd4\x8c\x49\xb6\xe6\xba\x2c\x35\x7f\x5b\x73\x15\x01\x66\xe5\xe8\x8e\xac\xaa\xa9\x76\x24\x26\xa8\xc6\x5e\x53\x2d\x1f\x4a\xb7\x8b\xf8\xe7\xac\x5e\x6d\xd5\x73\xdd\xd4\x6b\xe9\x74\x12\xb3\x9a\xef\x87\x08\x94\x76\x6b\x45\x16\x84\xb6\x3c\xa7\x8d\xed\x0e\x63\x98\x4d\xc8\xfd\x78\xfb\xe1\xda\x06\x11\xc9\xac\xdf\xaf\x6f\x27\xc0\xeb\xd3\x04\xf8\xf2\x9b\x13\xe0\xbf\x7c\xfe\xeb\x99\x4b\x36\x76\xe4\xdb\x66\x0b\xd1\x38\xe4\x01\xfe\xfe\xe5\xd6\xbb\x8e\xd2\xa3\x85\xda\x3e\xe7\x07\xa9\x19\x08\x45\xdf\xc7\xb9\x1d\xf1\x27\x32\xaa\x35\xcd\xee\x0c\x73\xd3\x77\x98\x9d\x57\x73\xc8\xbf\xff\x3a\xa8\x63\x0c\x6c\x76\xd1\x4a\x90\x4a\x27\x15\xf6\x50\x07\xca\x76\x61\x3c\xb8\x14\xbe\x07\x34\xaa\x69\x2b\x8d\xc3\xce\x51\x4e\x4e\xcb\xe0\x18\xc7\x33\x5b\xc6\xfc\x34\xf5\x8c\x9a\xb2\xa2\x8a\x98\x11\x02\x72\x9c\x91\x96\xce\xd9\x2f\xc8\xf9\xbe\xcf\x74\xb9\x8a\x84\x40\x24\x2e\x21\xbd\x01\x19\x78\x66\x00\x07\x84\x8b\x4c\x28\x83\x99\x54\x27\xbb\xf9\xfc\xd5\x39\x3b\xfa\xe5\xe2\xdc\x89\xf5\xfe\xf5\x77\xec\xef\x6b\x92\xea\xc0\x32\x11\x5d\xf5\xa4\xf5\xef\x9f\x74\xdb\x5b\xbd\xf6\x70\x47\xdd\x4c\x55\xea\x82\x29\x9b\x90\x96\x58\xcd\x89\x43\x7e\x29\x1c\x6b\xc1\xd6\x3d\x2a\x6e\x83\xf9\x74\xad\x78\x76\xa9\x2c\xee\x81\x00\xc5\x90\x81\x81\x88\xc5\x41\xd0\x22\x50\x68\xf0\xe9\xb2\x13\x0d\x00\xf6\x14\xae\x25\xdf\x03\xd1\x1d\x19\x43\xf6\x1b\x2c\xe3\x05\xdc\x46\x03\xd8\x80\xc0\xf1\xb3\xcb\x98\x55\x4d\x0f\xd7\x82\xe2\xea\xbc\xf8\x9b\xe6\xa7\x6f\x70\xff\xe4\xcd\xc3\x1b\x6f\xfe\xa2\x9b\x7f\xfd\xf4\xe9\x76\xfb\x2d\x4c\x60\x38\xe1\x14\x07\x58\xd5\xfc\x6c\x5d\xaf\xf2\x61\x15\x09\xe5\xe9\x54\x4b\x1a\xba\x05\x78\x04\xf2\xd9\x7a\x5b\x95\xa2\x00\x8e\x56\x9b\xd4\x8a\x4e\xb4\x90\x42\x0c\x85\x76\x69\x8e\x9e\xae\x24\x15\xf6\x78\xdd\xe1\xd0\x01\x20\x0c\x4d\xb9\x39\xae\x4b\xa9\x3b\x02\x64\xf8\xe2\x10\x86\x40\x67\x46\x6d\x3a\xd0\xb4\x82\xf0\xb6\x8d\x34\x46\xa8\x79\x61\x54\x7d\x13\x2a\x25\x14\x15\xf1\xa0\xdb\x2c\x63\x22\x91\x97\xb6\x12\x4f\xd2\x29\x05\xe8\xd5\xbd\x07\xcd\xd5\x01\xdd\x20\xaf\x4b\x8e\x7d\xa4\x36\x42\x05\xca\x84\xbd\x18\xd9\xf8\x2b\x49\x2b\xd0\x07\x72\x7d\xb8\xb6\xa9\x98\x06\x2f\x36\x69\x8a\x97\x63\xa1\xd0\xa0\x0a\xb6\xa8\xe6\x7b\xfc\x15\xe6\x5f\xfb\x7f\xf1\xf0\x6b\x3c\xfc\x15\xf7\x7f\x51\xcd\x0f\x77\x28\x09\x1f\x4e\xee\xd5\xbf\x81\xdc\x0b\x59\xe7\xff\x4d\xee\xf5\x92\xdc\xab\x9c\xa4\xcb\x3f\x45\xee\xe5\x4d\xf8\x7f\x33\xb9\x97\x9e\x41\xee\xf5\xeb\xd7\x3f\x7f\x3e\x33\xc6\x81\x43\xdf\xa9\x16\xb8\x95\x83\x63\x82\x3a\x44\x64\xd7\xd5\x34\xcc\x28\x23\x4a\x59\x64\x3f\x3f\xd8\xf7\x0f\x3d\xc8\x30\x73\xb9\x05\x2f\xb8\x26\x7b\x6c\x91\xf9\x57\xbf\x07\x93\xce\xe3\x79\xc1\xa9\x6b\x4d\xf1\x6c\x63\xca\x59\x62\xe2\xce\xb0\x31\xab\xc2\xed\x56\x8a\xd5\xde\x76\xc4\xd2\x7d\x46\xd6\xa2\xb1\x6b\x92\x52\x90\xe6\x9f\x6d\xb4\xe7\xc6\xa8\x8f\xe9\x7d\x44\xd1\xc4\x54\x63\xcd\x29\x67\xac\x02\x65\x60\x7c\xe4\xd4\x32\xe8\x6a\xc8\x81\xe7\xab\x8f\x9b\x21\xe3\x0a\x0f\x2a\x63\x1b\x9b\xa6\x01\xb0\xfc\x54\x18\x3d\x54\xbd\x9e\x6c\xc8\x58\xcc\x2c\xac\x82\x52\xf9\xcc\x1d\x61\xde\x1e\xbc\xee\x63\x5e\x3c\xcc\x8b\x8b\xa6\x52\x4d\x78\x72\x43\x90\xc7\x94\xa4\x3f\xb0\xbf\x0a\x16\x52\xca\x7c\xc9\x38\x5f\xd2\x5e\xde\xde\xdd\x54\x8a\xa0\x34\x87\x04\xf5\x35\x5d\xd2\x28\x58\xf0\x54\x13\x62\x6a\x69\x0c\xda\xb6\xd4\x32\x96\x00\xba\x1d\x62\x36\x37\xc2\xc2\xaa\xa0\xf0\x96\x8c\x10\x6f\xe7\x0a\xd6\x86\x8c\x95\xd3\xd6\xeb\xa2\x39\x71\x46\xe2\x21\x31\x1e\x8a\x51\xbc\x4e\x0a\x74\xdb\x54\x1a\x23\x96\x80\x73\xa2\x9f\x33\xaf\x17\xfd\x7a\xf3\x5e\x71\xde\x0b\x8f\x11\xfc\x31\x56\xaa\x9c\x8a\x75\x87\x0c\x3c\xb2\x96\x1a\x78\x0c\xbc\x0c\xb6\x4b\x35\x67\x53\x7b\xa2\xcc\xa0\xe7\x6a\x84\x9b\xf5\xa1\x71\x50\x12\x62\xef\x8a\xd6\x52\xb3\x49\xc3\x5e\x15\x4b\x5a\x85\x01\xf2\x53\x99\x83\x1f\xb7\x01\xa5\x76\x7b\x91\xd9\xf4\xa7\xf5\xdd\xed\x2f\x67\xc2\xc8\xff\xec\xc7\xbe\x3d\x91\x12\x1d\xf2\xe3\x3a\xb0\xd2\x07\x92\xb3\xd6\xfb\x39\x23\x07\xc4\xc5\x49\xcd\xe7\xe2\xc6\x9b\x61\x63\xe7\xc3\xd3\xdd\x87\x53\x3d\xb5\x91\x6b\x5f\x03\xb3\x6d\x5f\x1b\xe9\x20\x70\x85\x77\x85\x4f\xed\x60\x7d\xf6\x2b\xb0\xe1\x0a\x5f\xf6\x93\x3b\x9e\x1e\x3e\x31\xe3\x0a\xce\x38\xb1\xe3\xc5\xd1\x81\xec\x39\x36\x2f\x0e\x0e\xc4\x0f\x77\x4c\x35\xb4\xba\xd6\x1c\x74\xfe\x1e\x14\xa1\xf3\xfd\x2f\xf6\x1c\xd8\x46\xa9\xf9\x38\xef\xd0\x17\x9d\x78\xff\x8f\xbf\xde\x9d\x87\x1b\xfb\xf3\xfa\x3e\xfe\xf2\xeb\xdd\x2f\xef\x80\xaf\xf1\x9e\xcb\x59\xa4\x22\xc3\x8c\xea\x37\xf0\x39\x0b\xe7\x13\xa5\x0e\x8f\xfc\xea\x8f\xa4\xe6\xe0\xaf\x25\x54\x0e\x88\xe6\x04\x2c\xd8\xd8\x9d\x64\x06\xff\x4c\x7f\x61\x03\x91\xbf\xfc\x24\xb4\x57\x13\x4f\xb6\x7d\xf6\xc5\x04\x07\x7c\xbd\x02\x28\x48\x4b\xe0\xb4\x58\x32\x80\x59\x51\xbd\x12\x0a\xca\x7c\x7b\x28\x25\xf1\x8d\xb4\x3d\x97\x58\x9c\x5c\x62\x33\xf1\xf6\x29\xbe\xf8\x7c\x6a\xc5\x12\x86\x59\xd9\xbd\xfb\xff\x9b\xd8\x6f\xc0\xe9\x8b\xf5\x2c\x46\x21\xd2\x84\xca\xbd\x1c\x75\x55\xf3\xde\x21\x43\x76\xbf\x70\xa8\xba\x93\x62\xb6\x44\xbf\x91\xac\x9b\xbe\xa0\xf0\x09\x9d\x0b\xb2\x2f\xf4\xed\x8e\x9b\x27\x83\x60\xa5\xad\x85\x66\xe7\xa5\x12\x1a\x72\x52\x6c\x92\x96\xd0\x46\x42\xd1\x5c\xf1\xad\x46\xa9\xdd\x50\x61\xac\x61\xd0\x01\x98\x4c\xcc\xda\x40\xbd\x93\x3c\x5c\x43\x4d\x0c\xbe\x1c\xf5\xa6\xea\x86\x2a\x4a\x47\x5f\x8e\xa3\xdd\xed\x79\x33\xe1\xcf\x76\xe4\x3b\x11\xba\xe3\x89\xd0\xb1\xe8\xc7\x48\x52\xd9\x23\xb9\xa6\xa0\xf0\xb5\x00\x24\x57\xe6\xa7\xe9\xd4\x3a\xe6\x1f\x02\xb4\x7d\x2c\x2d\xa7\x5a\x5a\xc0\xe7\x95\x98\x62\xcb\xdd\xf4\x21\x97\xb2\xc5\x8f\x7e\xc0\x72\x74\xa5\x70\x7c\x3d\xf3\x41\x70\xad\x2b\x21\x4e\x55\xba\xf3\x16\x9c\x71\xeb\x2b\x2a\xa6\xa9\x2a\x56\x74\xb4\x2f\x4f\x2e\xee\xdb\xfb\x5b\x04\x3f\x67\xeb\xaf\x15\xe6\xdb\x1d\x1d\xbf\x3f\xd2\xff\x38\xbc\xdc\xd1\x0b\x38\x54\xcf\x44\xec\x01\xc6\x7c\xd6\x80\xcf\x78\xfc\x9a\x0e\x42\xdd\xf6\x5f\xc0\xea\xed\xfb\xbf\x80\x1d\x5c\x42\xbe\xf2\xdb\xa8\x59\x72\xd4\xf7\xe7\x84\x27\xa7\x3a\x00\x30\xd2\x15\x70\xd6\x76\x9e\xec\x5f\xcb\x93\x53\xf6\xc7\xce\xbf\xf6\xb7\xd9\xc2\x65\x37\x03\xd7\xbf\x97\xa7\x37\x78\xf2\x88\x13\x4f\xb8\x94\xed\xf1\xeb\xcc\x17\xf4\x97\x7d\xda\x00\x47\xdd\xfe\x47\xb4\x3c\xd6\xf9\x0b\xc5\xf9\x8d\x33\x50\xe5\xd7\x1c\x98\x9a\x7d\x4c\xf4\xc3\xf0\x79\x21\x30\xb7\xe7\xc1\x1a\xff\x7c\x7b\xf7\x76\x3c\x56\xd6\xe5\x30\x6b\x22\x9b\xea\x0a\xd1\xb7\x9a\x2f\xd5\x4c\xac\x2b\xcd\x48\x06\xdb\xb4\xe1\x29\x1f\x6c\xf6\x5f\x05\x70\x7e\xcd\x97\xa4\x23\xc9\x15\xa3\x3e\x23\x6f\x48\x86\x59\x0d\x75\x7f\xfc\x36\x1e\x0e\xcc\x57\x03\x59\x68\x0f\xd7\xf0\xf6\x36\xb0\xc3\xb6\xc4\xb3\x82\x7a\xf1\xd8\x00\xb8\xf9\x80\xc5\x6f\x7f\xc9\x15\x8e\x7d\xb8\x23\x2f\xc3\xdc\x70\x1b\xa9\x6e\x23\x01\x83\x07\xcb\x1c\x14\xb0\x62\x09\x2c\x7e\x75\x06\x85\x2b\x3f\x1a\x27\x72\x76\xe6\x3f\xf2\x7b\x45\x6c\x5d\x96\x56\xaf\xa4\xa0\x4c\x55\x6b\x1a\xe6\x5e\x08\x2a\x30\x6b\x2a\x31\x51\x34\x7b\xf0\x45\x08\xe0\x4f\xb7\x9f\x7e\xbc\xfd\xb2\xbd\xbd\x3f\x2f\xad\xf7\xe7\xc3\xe1\x4f\x9a\x9f\xfb\xb3\x1c\x52\xe6\x7d\x8e\x3b\x99\x07\xde\xea\x82\xd0\x49\x0e\x7d\xa6\x0a\x74\xdb\xbc\x8f\x73\x3b\xe2\xcf\xd8\xa1\xfa\x47\xf4\x1f\xe6\xa6\xef\xb8\xcb\xb1\xea\x0a\x8a\x9b\x60\x12\x50\x73\xe7\x91\x4b\xbd\xf7\x9f\xed\x46\x8f\xff\xe2\xfe\xc7\xb8\xff\x23\xee\xff\x20\x7d\x11\xf0\xfa\xd3\xe6\xf3\xfd\x79\xf9\xb3\x3f\xdb\x91\xef\xa0\x79\xdc\xf2\x81\x8d\xb4\x26\x4a\x79\xac\x4c\x16\x29\x88\xe3\xde\x0f\x9d\x70\x78\x39\xa7\x5c\x76\x5c\x65\x46\x2e\x14\xe1\xda\x06\x8c\x14\x32\xcf\x8b\xdb\x81\x25\x6e\xcb\x0a\xf7\xae\xa7\x22\x4b\x4d\x15\xc4\xa6\xe6\x8d\x44\x60\x36\x30\x21\xe9\x34\x31\x6d\x95\x6d\x07\x60\xf1\x97\xe7\xfc\x73\xc7\x64\x69\x5b\x33\x0f\x90\x15\xd9\xed\x40\x69\x80\x1a\xb2\xfb\x17\x47\x1d\xc2\xca\x2d\xef\x0f\x0c\xfb\x03\xdf\xba\x22\x68\xc7\xfc\xd6\x40\xc2\x80\x21\xa1\xa9\x97\x79\x41\x42\x1a\xbb\x3d\x25\x5e\x27\xf8\xeb\x50\x9e\xcc\x5e\xb9\xcf\x57\x76\x5c\x42\xa0\x6b\xe0\xed\x6f\x68\xf0\x4a\xba\x86\xae\x81\x87\xa6\x6e\xfe\xb1\x3d\xec\x6c\xe0\x87\x6b\x93\x60\x66\xcf\xfd\xab\x47\x31\xb2\xe3\x20\xd9\xcb\x28\xd9\x71\x98\xec\x28\x4e\x06\x6c\x94\xfc\x7d\xae\xf5\x7c\xa4\x7d\xfc\xe9\xcc\x81\xf6\xf1\xa7\x77\x00\x7d\x73\xfd\xf3\x63\xdd\xac\xc7\x82\x0e\x91\x50\x7f\x96\x20\x6c\xa6\xc9\x8d\x70\xbe\x14\x86\x85\x72\x67\x86\x8b\xff\xfc\x18\xe2\x3e\x0a\x13\xe2\x58\xee\x7d\xe7\xb1\xa6\x61\xbf\xe5\x0d\xd2\x06\x97\xea\x45\xca\x48\x48\x05\x76\x6d\xf1\x2d\x33\xa6\x51\x5f\x0d\x7c\xbc\x83\x3d\xe7\x89\x2c\xc8\x60\x04\x74\x94\x44\xca\x12\x90\xc5\xe8\xcc\xb8\xcd\xf3\x6c\xaa\xd7\x94\x8a\x6f\xa0\x4e\x3b\xc7\xee\x73\x96\x7d\x03\x60\x01\x09\x01\x40\xd0\x44\x9d\x76\x4e\x66\xcc\x5f\x02\x31\x65\x1f\x13\x3d\x0a\x01\x1f\xc8\xae\x9e\x9a\xd1\xda\x4f\x9b\xd1\xce\x21\xd4\x9c\xfe\xe5\x71\x95\x07\xf0\x25\x48\x5a\x5e\xbc\xa6\xde\xbc\x07\x4f\x19\x86\x23\x71\x3f\x37\xdd\xad\x58\xc8\x73\x5b\x45\x53\x35\x35\x0f\xb8\xc3\xd0\xf3\x06\x08\x87\xa6\xb5\xab\xe7\x87\xd8\x9f\x0b\x0a\xd6\xa1\xc3\x6a\x49\x0d\x7a\xae\x26\x8a\xa8\x19\x7b\x69\xc4\xde\xc7\xb9\xfd\x8a\xbf\xf2\xf1\xa7\xaf\x67\x2a\x70\x3b\xf2\x6d\x87\xb3\x8d\xe5\x10\xa6\x47\x2a\xc6\xd0\x44\x0b\xa5\x01\x48\x5a\xcf\x09\x42\x38\x5b\x35\xda\x74\xb8\xb2\xf9\xcb\xd3\xbd\x4a\x40\x22\x14\x60\x03\xb1\x38\xbc\x01\x63\xe0\x56\x50\x5d\xc7\x4b\x43\xae\x34\x79\x6e\x77\x41\x6a\x00\xac\x56\xd9\x46\xcf\xce\x5b\x6c\x77\x3c\x94\x3d\xdb\x71\xb6\x3b\x0a\xf8\x86\xd8\x33\xe5\x40\x66\x23\x79\x26\x6b\x60\xf0\x24\x2c\x28\x96\x88\x8a\xe2\x8c\xd9\xb4\x98\xb1\xb3\x60\xb7\xcc\xdd\xc8\x55\xb2\xdd\x61\xf8\xda\xb6\x79\x30\x88\x6b\x8d\x58\x24\xd1\x8a\xd8\x54\x8f\x97\x4a\xf7\xe8\x23\x1d\xab\x30\x76\x3d\x33\x9b\x56\xa8\x8f\x1e\x48\xd6\x0e\x34\xcc\x5d\x60\xa4\x96\x6e\x7d\x19\x20\xa7\x7a\x05\x56\x07\x29\x4b\x9c\x6f\x0b\x64\xa0\x38\x57\x08\x24\xe0\x55\x00\x6f\xe1\x6f\x1b\xe6\x5e\x28\xfe\x20\x9e\x0e\x08\x6a\x4e\xdb\x7a\x7d\x84\x3b\x2c\xdb\x49\x81\xef\x36\xfb\x17\x67\xfc\xf1\x36\x74\xa4\xe5\x61\xf2\xed\xe1\x4e\xa7\x2c\x35\x9f\xac\x60\xae\xa8\xd6\xa5\xc3\x99\xc4\x14\xc2\xf3\x9a\x2a\xe9\x0a\x36\x39\xf0\xf7\xb1\xbe\xa5\x4a\x76\x71\xd4\x4b\xd5\xee\x7a\x87\x6a\x8e\x6c\x4e\x1e\xe7\xa4\x0b\x83\x0f\xb9\x02\x63\x03\x0c\xc0\xc0\xad\x10\x4f\x77\x2c\xc8\xe1\xc1\x32\x72\x44\xca\x2e\xb6\xb4\x43\x02\xdd\x6f\x33\x59\x45\x4a\x42\x9b\xab\xfd\x60\x84\x86\x43\x39\x7c\xc5\xc6\xf6\xfa\x96\x7a\x4e\x23\xd2\x80\xb1\xee\x85\xad\xe6\xe9\xf1\xc8\xdc\xf2\xdc\x39\xd0\xbc\x23\xa1\xf1\xd2\x1a\xe9\x74\xb3\x0f\xd4\xb9\xdd\x30\xeb\x86\x4a\x92\x2d\xd8\x89\x53\x4b\xbc\x7f\x53\xdb\x3d\xe9\x05\x4e\x6a\x14\x6e\xa8\x50\x35\xc3\xcc\x39\xe3\x29\x0a\x86\x8a\x3a\xc8\x48\x34\xff\xbc\x7b\x1c\xbc\xfb\x86\xb9\x5b\xa0\xa2\xb4\x36\xd2\x7d\x81\x3e\xb6\x90\xf5\xe4\x10\xaf\x9e\x19\x01\x26\x5f\xed\x97\x22\xd5\xd4\xf7\xf0\x0b\x2f\x3e\x98\x51\x62\x61\x6a\x54\xa3\xb3\xda\xf7\x4d\x84\x9b\xeb\xc0\x02\x48\xee\xc0\xfa\xbf\xf3\x69\x6b\x0f\xb3\x5f\x59\x3d\xdb\xba\xf8\x16\x6e\x9d\x43\x31\x39\x75\xae\x95\x8a\x58\x06\xbd\x60\x85\xfa\xd3\x76\x7d\x7f\xbf\xda\xdc\xde\x7e\x39\x53\x3f\xd9\xf1\x71\xc1\x09\xef\xa9\xa9\x7d\x44\xa5\x7a\x5a\x34\x32\x2c\x81\xa3\xc0\x33\xbd\x1e\x80\x76\x04\xc0\xcc\xc8\x34\x53\x9e\x08\x30\xdd\x82\xaa\x8b\x4c\x69\x2c\x6a\x03\x45\x4a\xa8\x48\x98\xcb\xd6\x0a\x98\x9e\xa8\x70\xea\x57\xe6\x2e\x48\x40\xb0\xc6\x4b\x09\x00\x62\xe0\x90\x1f\x58\x61\xaf\x28\x22\x57\xe4\xf9\xc2\xa9\xf0\x5c\x56\x4d\x03\x51\x16\xe1\x68\x43\x10\x71\x91\x7a\x05\x1a\x43\xaa\x35\x95\x95\x76\x93\x40\x1a\xd0\xff\x81\x81\x3f\x03\xf8\xec\x20\x34\x12\x5f\x35\x90\xbf\x33\x25\xf2\xc7\x8e\x63\x42\xd1\xda\xe8\x40\xd2\x62\x0b\x94\x00\x1b\xcf\x93\xf8\x0b\x59\x6d\x84\x92\x99\x8e\xb8\x06\xe5\x54\xb6\x54\x4d\xed\x00\x26\x04\xbd\x98\x1a\x30\x5e\x9c\xf1\xdd\xbc\x0c\x09\x87\x46\x23\x87\x36\x43\x0d\x29\x4a\x23\xe4\xf1\xe6\x57\xd4\x80\x9a\xa0\xbc\x68\x52\x24\xeb\xf5\x80\xd8\x11\x52\x97\x3c\x31\x1f\x89\x99\xc3\x73\xc3\x09\xef\x83\x2c\x58\xd9\x82\x50\x1f\x19\xe4\x0c\x86\xb4\x92\x74\x21\x0d\x78\x7a\xac\x65\xf7\x32\x1b\x40\x7d\xd3\xb3\x7f\xf0\xa4\xbe\xa0\x11\x29\xc9\x55\xc9\x35\xa8\x96\xe3\xbe\xf4\x46\x01\x1d\xb8\x75\xb7\x43\xfd\x30\x4a\xdf\x79\x0a\xb7\xd7\x15\x21\x35\xd9\x0e\xd5\x24\x57\x55\x4c\x2b\xa8\xea\x02\x48\xd0\x50\x63\xf5\x9b\x22\xb0\xfc\x70\xcd\xd0\x33\xd6\x76\xa6\xfc\xa1\x60\x14\xd9\x92\xd5\x13\x78\x81\xf8\x83\xf4\x79\x18\xe5\x03\xe9\xb3\x0f\x77\x1d\x2e\xdd\x16\x3f\x79\x61\xcd\x50\xb7\x8b\x18\xa7\x86\x0a\x86\x78\x58\x51\x76\xbd\x93\xf2\x72\xbd\xfe\xf2\xf5\xe3\xa7\x8f\xdf\x20\x30\x77\x7e\xc6\x7b\x4c\x3f\xf9\x88\x56\x2d\x17\x50\x09\xac\x0a\xea\xe3\xa4\x62\x49\x35\x77\x4f\x0e\xd1\x86\xf7\xb8\x14\x49\x7d\x25\xce\x5c\x84\x38\xa1\x1f\x37\xcc\xc3\xb0\xb3\x51\xf1\xc6\x8d\x52\xd5\x1b\xad\xea\x10\x9a\xcc\x29\x0f\xd8\x4a\xb0\x60\x66\x8c\x35\xf8\x4a\xe5\x61\x31\x2d\xf4\x0d\x6b\x3e\x2c\xb2\x3d\xae\x60\x66\xbf\x40\xdc\x9f\xeb\xff\xdb\xa5\x6f\xfc\x4e\x57\x47\x8f\xff\x56\xfb\x9d\x8b\x0d\xfd\xa4\x09\x5f\x80\x44\x9f\xe0\xd1\xf8\xf3\xdf\x5f\x33\x5e\xab\x8a\xd3\x49\x6c\xa1\xfe\xfb\x25\xa8\xb2\x74\xeb\xb5\xc6\x1b\x69\x25\x95\x17\x98\xe7\x68\xed\x7f\xdd\x7c\xbc\xff\xcb\xed\xff\xf7\x0d\x4d\xfd\x57\x3f\xe3\x1d\x54\xa0\xf5\x23\xd9\x8b\x19\x16\x97\xc2\x2b\x30\x7b\x09\x83\x0d\x52\x47\x82\x5e\xeb\xa9\x6c\xcd\xa5\x29\x35\x15\x30\x15\xee\xeb\xaa\x4a\x28\xa6\x42\x21\xab\xb6\xb5\xe1\x86\x6a\x45\xa4\x18\xc0\x2a\xb2\x3d\x90\x47\xdb\xbd\x2d\xc5\xec\x07\xbb\xcc\xaa\x78\xba\xbd\x09\xad\xa2\x08\x49\x90\x25\x16\xdc\x25\xb0\x69\xb6\xea\x36\x8a\xc7\x7c\xa2\x90\x5c\x55\x9b\x82\x46\xdd\x48\x3b\x15\x64\xb1\xb7\xbe\xfd\x86\x09\xf0\xf6\xfe\x9d\x6c\x43\x39\x48\x32\x0a\x3c\xb8\xe7\x24\xed\xaa\x30\xb8\x31\x46\x4f\x15\x58\x90\x03\x58\x5d\x0d\x68\xb4\x23\xaa\x62\xfd\x5b\x80\x28\xe3\xc5\xe4\x9e\x81\x26\xa6\xd9\x06\x2c\x15\x22\x53\x5a\x64\x53\x97\xc8\x16\x58\x67\x66\xf7\x66\x20\xd0\x08\x96\xa8\x87\xb3\x27\x60\xad\xde\x97\xab\x19\x2a\x5d\xb7\x65\xc2\xc1\x52\x5f\xec\x38\x33\xad\xc0\x64\xd9\x61\x21\x0c\x2c\x19\x78\x2e\x21\x31\x78\xd5\xcc\x1a\x91\xb1\x20\x51\x2f\x3a\x74\xba\x19\xeb\xa5\x05\x11\x67\xdc\x6e\x38\x9c\x47\x28\x58\x5e\xf7\x95\x74\xa0\xc1\x9a\xb5\xe2\x4c\x3f\xbc\x95\x8e\x04\x93\x22\xa0\x2a\xb6\x79\xc1\x5e\xa0\x03\x61\xc8\x9f\x57\xab\xf3\x8b\xfa\xa6\xa8\x0d\xf5\x1c\x9b\x38\xd9\x5b\x66\x04\x5b\xbb\xb9\x2f\xa9\xe9\x06\x6b\xb4\x1d\xeb\xad\xbd\x61\xae\xd7\xd8\x73\xca\x48\x3d\x6c\x1e\x99\xed\x75\xfe\x21\xe4\xa9\x16\x65\x80\x24\x28\xd5\x82\x5b\x39\x13\x79\xf5\x67\x8b\x0e\x1a\xbd\x78\xf3\xd1\x9e\x3d\x01\x86\xb9\x22\x05\x4b\xc0\x77\xd2\xdd\xb5\xae\xb1\x78\x4a\x31\xf7\x08\x26\x41\x71\x12\xba\xd4\x9c\x8f\xce\x26\x34\x19\x0b\xda\x17\x2d\x4d\x0d\x7d\x89\x6c\x3e\x6b\x63\xef\x16\x74\x48\xdc\x77\x88\xd9\x92\xd2\x71\x11\xc0\xac\x15\x3f\x28\x7a\xdf\x79\x57\x47\xef\x6a\x96\xc4\x1c\x01\xbe\xaa\xe0\xd7\x00\x29\x09\x06\x46\x00\xc7\x8c\x53\x5f\xd8\xd8\x41\x61\x4f\x06\xf1\x1d\x51\x54\x09\x36\xb8\xae\x90\x91\x8a\x31\xf9\xa1\x2a\x30\xd0\xe7\x57\xde\x57\x8c\x8f\x92\x3a\x30\xda\xb8\xac\x72\x50\x00\x16\x9a\xfd\x50\x3c\x89\x95\x80\xb2\x87\x3c\xd6\x96\x88\x97\x9a\x1d\x00\x94\xc8\x2e\x1a\x81\xf3\x88\x35\x4f\x90\xcc\xd8\xe0\xd8\x22\x65\x45\x7a\xaa\xb2\x71\xaa\x41\xa4\x60\xe0\x87\x95\x00\xf0\x35\x00\xae\xbd\x06\x81\x4a\xb0\xdb\x28\x4b\xaa\xfd\xf8\x3e\x18\x85\xf3\xfe\xb1\x64\x60\x9b\x63\x9b\xc0\x14\x0f\xb8\x36\x2e\x4b\x8e\xc5\x9a\x39\x55\x2c\x6c\xa9\x79\xa0\xf0\x68\x0b\xf4\x03\xc2\x65\x7d\x24\x35\xdf\x0d\x50\xf6\x2e\x8b\x50\x2a\x35\x31\xc5\x42\x48\x45\xb5\xed\x4b\x5c\x7f\xd5\x91\x85\xa4\x0e\x49\x2a\x03\xcf\x61\x5b\xb5\x26\x22\xd4\x71\x16\xa0\x47\x10\x9b\x83\xe0\x9c\x1f\x3c\x45\xb1\x71\xf2\xe5\x0a\xe7\x57\xea\xa8\xd1\x6d\x00\xa8\x4d\x22\xa1\x0e\x00\x00\xdb\xee\xad\xf9\xc2\xa8\x3d\x62\x7e\x70\x06\x4b\xbb\x01\x7b\x5e\x75\x41\x2e\xae\x3d\xc6\x00\x9f\x0f\x9c\x7c\xdb\xdc\x44\x6f\x1e\xa0\x75\x35\xcf\xa6\x26\xf7\x2a\xf1\x26\x11\x6f\xe2\x17\x47\x7a\x2a\x2f\x8c\x0c\x1b\x24\x97\x68\x05\x3e\x2e\x1e\xaf\x82\x8b\x7d\x3e\xea\xf0\x5c\xe6\xa2\x49\xc5\xec\x33\x75\x1c\x5f\x3c\xaa\xa0\x3a\xf5\x65\xa0\x76\xfb\xf9\xcf\xe7\xd1\x6c\xfc\x6c\x47\xbe\x9d\x90\x98\xd7\xcb\xe3\xa2\x2c\x52\x3b\xf2\x4a\x9c\x1e\xd2\x2c\xf2\x96\xfa\x3e\xdb\xf0\x3e\x36\x14\x54\xb7\xd8\x91\x03\x52\x78\x43\xad\x4d\xa4\x0e\x87\x3d\x76\x02\x60\xf6\x3a\x16\x87\x1c\xd8\x90\x59\xb2\x0b\x7b\x5b\xe1\xd7\x88\xa4\x75\x07\x28\xb8\xdf\x9b\xdb\x25\xfa\x0f\x97\x54\x90\x52\xc8\xbe\xbc\x8a\x9f\x67\xd1\x17\xae\xf7\x70\x27\x00\x30\x1c\x66\x1d\xc0\x67\x37\xd7\xa5\xa3\x6c\xdc\xcd\x77\x1b\x06\x88\xba\x61\xac\x09\xea\xbc\xe0\x10\x20\x0b\x34\x83\xc3\xab\x6e\x28\xf7\x87\x6b\x42\x89\x15\xf5\xa4\x2b\xd0\x73\x80\x5e\xc0\x86\x4d\x0f\x03\xce\x22\x62\x14\x35\xdb\xd1\x8b\x99\xe1\x05\x85\x72\x05\x05\x40\x76\x94\x7a\x5d\x1a\xc1\x7a\xe8\x36\x29\xd2\xe0\x4b\x69\x9c\xda\x82\x37\x20\x34\x83\xf2\xa1\x3d\xf0\xc2\x41\x25\xee\x9b\x87\x34\xd5\xa5\x38\x03\xb4\xf9\x13\xd5\x9b\x07\xaf\xa6\xf7\x88\xdb\xcc\xfa\xa3\x12\xab\x3e\x5c\x13\xe7\x30\xe3\x17\xf0\x3b\xd1\x7c\xb3\x35\x2f\x7b\xaa\x2b\x00\x00\x90\x57\xfb\xb1\x78\x69\x22\x97\x7a\x2f\xfb\x8e\xe9\xa9\x3e\xde\x39\x9a\x5b\x18\xc5\xae\x82\xea\xa8\xc4\x11\x8d\x6c\x33\xfe\xa8\x0b\xfc\xdd\x0e\x8c\xca\x0e\xf8\x01\x0e\xfb\xde\xbf\x6f\xc0\xa8\x6b\xf8\xc1\x3c\xc5\x4d\xb4\xf1\x70\x47\x05\xad\x66\x8d\xb2\x34\x73\xef\x01\xc8\xe4\x6c\xcd\x0d\x1e\xdb\xbe\x87\x36\x91\xf2\xc4\x75\xb3\x86\x9d\xbc\xd6\xd6\xb0\x71\xdf\x4f\x0f\xd7\xe8\x03\x29\xbc\x30\x9e\xbb\x25\x90\xae\x16\x94\x9a\xa9\x5d\xcb\x0f\x84\x66\x41\x2a\x4e\xdc\xd7\x0f\x37\x94\x57\x1f\x6e\x74\x52\x8c\x3e\xfc\xf4\xe5\xe3\x72\x1e\x90\x23\x84\x29\xae\x71\xc2\x7b\x49\xbe\xcb\xf3\x24\xdf\x94\x65\x9f\xe7\x6b\x9b\x87\x54\x5f\xa7\x0f\x7a\x91\xed\x3b\x7f\x9e\x09\xbf\x0a\x16\xad\x7d\x8e\x37\x55\xe0\xb5\xa5\xb2\xab\x0e\x67\x5d\xdc\x74\x10\xd8\x23\x0c\xd7\x18\x84\x67\x1d\x21\x40\xa7\xfa\x69\x6b\x02\x2c\x6e\x98\x5f\x33\x57\xc5\x0c\xda\x98\x46\x83\xb3\xc6\xe4\x19\x8e\x76\x68\x01\x60\x62\xd9\x03\x98\xa0\xbe\x9c\x52\x37\x3f\x3c\xd5\x92\x3a\x16\xad\x5b\x10\x4c\xb4\x92\x2a\xaa\xd5\xda\x88\x0d\x0b\x31\x92\x30\x49\xb3\x89\x43\xea\xd5\x66\x5e\xcc\xd7\x64\x4f\x02\x78\x8b\x49\xce\x55\xd3\xd8\xd8\x8d\x97\x6e\xf6\x4c\xc6\x3d\xed\x47\xf5\x2d\xbc\xa5\x39\x0b\xba\x64\x1b\xe2\xf6\x0c\xd9\xce\xaa\x5e\x2b\x34\x50\x96\xd5\x3d\x83\x3f\x0d\xd0\x99\x2b\x38\xb5\x22\x28\x8e\x10\x22\x4a\x1d\x8a\x55\xb6\x70\xf3\xd9\xfe\x5e\x22\x68\xd5\x12\xdb\x71\x6c\x17\xe4\x11\xc1\xe1\x6b\xcf\xb1\xb6\x11\x5c\x73\x0f\xfb\x6f\x6f\x03\x2e\xd0\xd6\x58\xa5\x04\xb3\xd2\x48\xa5\xac\xb9\xa5\x56\x10\x77\x6a\xa5\xee\xd1\xd3\x05\x64\x52\x9c\x50\x99\x90\x01\x4a\x05\x10\x48\x36\x83\x14\xf1\xab\x8e\xe8\xae\xe8\xba\x75\x64\x86\xcd\x2f\x3f\xbf\x63\x69\xa5\x24\x1e\x37\x52\x5b\x2a\xc8\x6f\x29\xe6\x9d\x8f\x89\xf7\x7b\xf8\xd8\xc0\x64\xea\x08\xb6\x28\xf2\x3c\x61\xe1\x94\xc9\x11\x85\xbc\xd9\x75\xd1\x54\x0b\x8a\x89\xec\x6b\x76\xfd\xdc\xbf\x8b\xa0\x30\xf0\x48\x1d\xd2\x23\x09\x79\x1e\x5e\xb1\xed\x31\x96\xad\x53\xe1\x71\x4e\x75\xe0\x62\x55\xc2\xfc\xf2\xa4\x22\x61\xb3\x93\x28\xa7\x21\x9b\xd4\xcd\x2a\x53\x5f\x60\x80\xdd\x8b\xd9\x1f\xf3\x5b\x49\xad\x6d\x6d\xa0\x80\x1e\xbe\x2e\xb0\x3c\xc8\x51\xb4\x86\x04\x06\x73\x02\xa5\x2e\xa9\xeb\xd6\x81\xe5\x09\x5c\x0b\x6e\x71\x81\x53\x2c\x23\xce\x96\xc5\xb7\x90\xda\xff\x56\xf3\xc0\xc6\x5c\xa2\x99\xf5\xce\x8d\x69\x63\xa8\xc2\x3a\x1c\x35\x6a\x2a\xba\x05\x29\x23\x3e\x20\x24\x4e\x14\x60\x5f\x73\xec\x1f\x8e\xbc\x24\x73\x84\x96\xe8\x83\xd5\xef\xf2\xf4\xa6\xbb\xa8\xe0\x26\x42\xd1\x8e\xa6\xae\x0e\xb3\x0f\x33\x11\x87\x65\xb5\xf7\x57\x4f\xea\x5d\xc4\x7e\xb5\xd1\x6e\xf2\xcb\x12\x46\x22\x35\xd3\x46\xb7\x7d\x9a\x0b\x44\x10\x9e\x78\x10\x9e\x78\x10\x1e\xdb\xda\xb0\x3e\x93\x9e\x78\x90\x9e\xf9\x40\x4c\xa9\xad\xa4\xa0\xca\xca\xf3\xaa\xd5\x64\xc0\x93\x4f\x32\x07\x55\x70\x63\x73\xee\x97\x66\x0a\x3e\x7d\xbd\x70\x78\x3d\x5c\xf2\xb4\x0a\xbd\xbb\x35\x95\x78\xae\x6b\x07\x25\x3a\x4f\x79\x4f\x8d\xfe\xf8\x07\xaa\xd1\x0e\xc9\x17\xf3\xfc\x97\x28\x69\x04\x94\x5b\x41\x7f\x35\xd8\x67\x34\x3b\x8e\x7b\x04\xbf\x8f\x60\xa5\xa2\x22\x99\xc0\x89\x52\x1b\x45\x2c\x39\x83\x1b\x0f\x44\xa0\x76\x92\x79\x74\x0d\xc1\xf4\x6e\x7a\xb5\x41\x11\x55\xa7\xeb\x73\x66\xc7\xc8\x3d\x68\xaa\x80\xc0\xa8\x05\x9b\xbb\xe8\x9c\xe3\x04\x6e\x48\x36\x05\xd7\xcc\xb2\x96\x9a\xd8\x8b\x2a\x61\x66\x72\x89\x35\xd6\xc9\x93\x8e\xda\x34\x6c\x62\xff\xce\x79\x06\x16\x84\x57\x90\x4f\xed\xe9\x50\xa2\xc8\x77\x03\xa3\x89\x7b\xb8\x58\xe6\x1e\xc0\xe3\xe9\x88\xe3\x9a\xf5\xda\xe1\x10\x83\xc6\x90\x08\x65\x58\xa8\x33\x73\xfc\x19\x54\xc1\x91\xf9\x75\x36\x9c\xca\x36\xa6\x1e\x53\xe3\x35\xf2\x73\x86\x43\xc2\xb7\x71\x48\x81\xec\x93\x9b\xb1\x29\x32\x6c\x10\x35\x6e\xa8\xb5\xa9\x15\xc5\x88\x8c\xd5\xcf\x61\xaf\x44\xf0\xd7\x14\x0e\x0d\x02\x31\x02\xfa\xa2\xec\xab\x69\xec\x04\x78\x63\x0b\xa4\x7c\xc7\xd7\x5f\x71\x06\x75\x43\x07\xa1\x18\x53\x0d\x76\x3c\x61\xcb\x1c\x34\xda\x79\x65\xa9\xf5\x65\x04\x17\x20\x55\x78\x79\xe0\x5e\x34\xb7\x31\x72\x52\x7e\x2c\x31\x3d\x5a\xd0\x3f\x5a\xd5\xf7\xbc\x3f\xb9\xe2\x6a\x4a\x89\xb7\x20\xed\x9b\xc4\xa6\xa8\x6b\x65\xe7\x9c\xc7\x56\xf7\x64\x73\x4f\x53\xb0\x0e\x45\xaf\x2e\x87\xa3\xc2\xcb\xa3\x62\x0f\x7d\xdd\x53\xce\x66\xec\xe5\x39\xcd\xd0\x64\x52\x4d\xa2\x9b\xd8\x41\x4c\xc2\x29\x23\xc9\x29\x65\x74\x11\xd2\xd4\x39\x31\x56\xd0\x06\x87\x91\x6a\x79\x71\x99\x1c\xe1\x46\x0e\xbb\x8f\x09\xee\x70\xe2\xaa\x85\xed\xe2\x25\x09\xc7\x3d\x7d\x69\xb1\x31\x0f\xcc\xe0\x54\xfa\x06\xe4\x19\x70\xd8\x80\xf7\x67\x33\xba\x63\xa9\x9a\x67\x3d\xaa\xdd\x92\xcd\x89\xce\x75\x4d\x35\x65\xc2\x30\xcf\xd4\xf6\x37\x2d\xa9\x98\x6a\x33\x37\x88\xa6\x90\xc8\x58\x13\x48\x2e\xfd\xd3\x0f\xec\xd8\x39\x27\x76\x4d\xc5\x74\x7f\xb1\xd9\xb7\x82\xa4\xd5\xd5\xfc\xd8\x9a\x04\xf7\x50\xcc\xed\x1b\x93\x5d\x12\x46\x79\x1b\x0e\xad\x28\xd9\xd5\x22\xd5\x7b\xa7\x26\x64\x70\x41\xfa\x4a\x5d\xad\xa9\x15\x9b\x8a\x1c\x6c\xc9\x67\x7c\x69\x33\x51\xc3\xe4\x06\x09\xe8\x48\xbd\xae\x63\x2d\xd9\xd3\xa6\xfd\xcb\xe7\xb5\x0e\xcd\x48\xe0\x6e\xa9\xa9\x48\xdd\x7f\xcd\x71\x8e\x8a\x0e\xe1\x34\xfa\xc3\xb5\x52\x0b\xdc\xd4\x3c\x63\x13\x1d\x1b\x79\x1e\x5f\xe8\x1a\x0b\x84\xb5\x58\x87\xb9\x4a\x18\x08\xa3\x8c\xb6\x06\x07\xa4\x33\x41\xce\x7b\x02\x78\xa4\xf2\x96\x40\xb0\xc7\x26\x3e\x0b\x5b\x8f\x09\x58\x70\xa1\xe1\x79\x84\xe1\x96\x1e\x95\x2d\x88\x7a\xe1\x10\xaf\x54\x33\xf2\xa3\x40\x1c\xa3\xa6\x07\x19\x35\x28\xea\xf4\x28\x48\x07\xa8\x2d\x9a\xd8\x90\xe3\x56\xa6\x0e\x64\xb2\xa2\x57\x8f\xcf\x7f\x5a\xcb\xdf\x7f\xfc\x26\x33\xf9\xfe\xe3\xbb\x46\xf2\xed\x1f\xa8\xdd\xa1\x01\xcc\x2a\xcc\x89\xe1\x4d\x76\x93\xc8\x0e\x1c\x6b\x9b\x47\xdb\xec\x3c\xdb\xdc\xc4\x24\x64\x26\x02\x0a\x46\x3b\xd4\x3e\xd4\x30\x66\x00\x93\xe3\xad\x4b\x65\x41\x4c\xf1\x2d\xc9\x7f\x3c\x4c\x82\xe0\x54\x30\x04\xf9\x96\x67\xf1\x48\xd6\x93\x68\xa3\x1b\x9b\x56\x90\xa3\x9c\xab\x87\xc8\x6b\xf4\xf8\x86\x4e\xa2\x9e\x32\x93\x5c\x91\xef\x88\x97\x52\x8d\x08\xff\x74\xd3\xe6\x30\x2d\xcd\x32\x20\xa8\x8c\xed\xa4\x3f\xb4\x4f\x7b\xea\x80\xaa\x62\x7f\x94\xa3\x57\xbb\x2c\x39\x75\x5a\x29\xe2\x10\xdc\x5a\xc2\x5a\x78\xe0\x0a\xa6\xea\xfd\xb8\x01\x5e\x08\xbb\xca\xe5\x08\x6a\xcd\x9c\xfd\x9b\x26\xe6\x2a\x3b\x91\x11\x81\xfe\xd5\xe4\xab\xf3\x36\x96\x0c\x31\x45\x86\x93\x4d\x9f\xe4\xdc\x3f\x8a\xf2\x2e\x4a\xb9\xba\x21\x62\x8e\x05\x81\xa4\xb7\x24\xa5\x05\x04\xcd\x60\x33\x47\x39\x32\x16\x12\xb0\x85\xa6\xb8\x61\xaa\xa7\x4a\xbe\xc4\xcc\xd8\x08\xd3\x3c\x83\x1e\x83\x6c\x82\x36\xe5\x86\xc2\x26\xe7\xca\x95\x69\x84\xdb\x16\x9b\xbb\xd2\x6a\x84\x13\xd1\xa0\x1a\xac\x21\x1f\xae\x35\xf7\x20\xa5\x27\x15\x67\x62\x32\xe5\x57\x11\xcb\xc5\xa3\x8f\xbd\x02\x1f\xa6\x18\xec\xe3\xf5\xe6\xdd\x20\xf6\x58\x9f\x8c\xae\xf8\x38\xba\xa2\x8f\x2e\x73\x28\xc8\x3f\xd7\x5c\x53\xab\xa0\x53\xb4\xaf\xbd\xeb\x61\x2f\xd0\xcc\x7a\x84\x37\x0d\x16\x03\x04\xd6\xcc\x6a\xb0\x99\xad\x34\x9b\xb2\xcd\x84\x49\xda\x37\x71\x4e\x52\x6f\xdf\x94\xc0\x4b\x6d\x9f\x27\xa6\x21\xd8\x0d\x36\x92\x77\xa0\x6e\x5e\x6c\x36\xe0\x66\xc6\x3c\xd6\x74\xcd\xe8\xc9\xf6\xca\x2a\x5b\x19\xb0\x31\x8a\x4d\xf7\x60\xe3\x34\xfd\x2c\x88\x8c\x9b\x7a\xb1\xe9\xc7\xba\xa5\x6c\xd9\xab\xe6\x6b\xea\x63\xdd\x40\xb5\xe3\x9f\x13\x7a\x16\x91\x44\x7b\x7c\x9b\xe5\x6d\xee\x04\x48\x6c\xc5\xec\x04\x23\xd9\x5d\xba\x21\x5b\x04\x84\x6d\xa8\x97\xb5\x06\x3d\x10\xec\xd4\x11\x38\x69\xdd\xa0\xd2\x17\x24\x5d\x7b\xa7\x91\xba\x3d\x90\x9a\x1e\xe8\x5b\x75\x90\x42\x6d\x0b\x9c\xda\x46\x01\x94\xde\xb6\xef\xf1\xa8\x8d\xc9\xe1\xc2\x09\xb0\x87\x1a\xc8\xde\x49\x83\xee\x10\x97\x03\x91\xa2\xdd\x5f\x83\xd3\x70\x61\xc5\x2b\xd5\xba\x45\x73\x62\xaa\xa3\x57\x55\xc0\xce\xec\xa0\x93\x4a\xf6\x1f\x7e\xfd\xf2\xf9\x97\x6f\x08\xed\xc5\x5b\x9c\xf0\xb6\xa2\x6d\x6b\xfe\x9e\x25\xe6\x10\x7a\x24\xda\xb1\x07\x8c\x6c\xa6\xd9\x97\x3b\x54\x4d\x8a\xec\x16\x60\xef\x08\xc6\x1e\x82\xf2\xb0\x29\x4d\x59\x6d\x3d\x09\x24\x41\x24\x80\x95\x80\x6f\x73\x75\x1c\x7e\xb0\x6d\x01\xf3\x66\x1f\xbb\xe8\x88\x52\x82\x20\x61\x49\x03\x31\xc2\xbe\x45\x8a\xd3\x00\x31\x09\x1c\x7c\xcf\xeb\x15\x54\x7a\x8a\xd7\x7e\xd6\x03\xd4\x88\xa7\x1f\xed\xe1\x46\xcc\xaa\x09\xf3\x6a\xc1\xaf\xb6\xbf\xd8\xbc\x56\xf0\x90\xa3\x5f\x4b\x78\xa9\x07\x04\x98\x58\x26\x3c\x09\xae\xb4\xc3\x49\x19\x09\x0e\x4f\x6e\x81\x8f\x0d\xc0\x08\x4f\x56\xb7\x28\x70\x04\x6b\x1a\xe0\x59\x24\x77\x45\xcd\xbd\x62\x58\x4d\x58\x9f\x2f\x0b\x1e\xc2\x9a\xc4\x13\x83\xfc\xbb\xa5\xba\xe3\xc9\x0f\xf7\x84\xce\x91\x5e\xb2\x36\xde\xef\x37\x62\xbf\x64\x85\x8a\x82\x5a\xb4\xa1\x3c\x33\x5f\x14\x2d\x89\xfc\x99\x65\xa6\x67\x2b\x40\x5a\x90\x71\xe3\x49\x11\xfd\x92\x86\x3e\x21\x37\x98\x45\x36\x37\x34\x06\x6a\x46\x19\x57\xec\xc8\x1c\x68\x13\xb7\x26\x7b\xb8\x97\x16\xef\xdf\xf9\xfa\x19\x84\x79\x7c\x80\xa6\x4c\x6a\x86\x2c\xca\x37\x81\xc6\x99\xea\xd6\xf3\x49\xc4\xc4\x37\x22\x85\xd0\xb3\x6b\x90\x19\x95\xda\x16\xc4\x19\xf6\x71\xe8\x2d\xc0\x4d\x7a\x4f\x86\xd7\x3a\xe3\x92\x8b\x4d\x87\x68\xfd\x13\x14\x99\x27\x1a\x6f\x17\x19\x3c\x96\xfb\x00\x2b\x06\x0b\x56\x1d\xcc\x6b\x40\x6a\x45\x43\x3a\x20\x9e\xa0\xc7\x84\xd8\x46\x4c\xb2\x12\x87\x67\xac\xce\x93\x0a\xb8\xd5\x69\x7d\x3d\x5c\x13\x72\x33\xc8\xe6\xda\xe5\xe5\x38\xe4\xe2\x68\x77\x27\x47\x62\x78\x1c\x86\x61\x3f\x0c\xf1\xe1\x54\x0b\x90\x90\x30\x25\x24\xb8\x84\x84\xbd\x84\x04\x48\xc8\x6c\xa3\x77\x25\xc4\x13\x7f\x25\xd7\xa4\x3b\x9b\x3d\x4f\x14\x57\x41\xc2\x79\x71\x91\x9f\x40\x79\x80\x99\x29\x93\x80\x08\x86\x0a\xca\xac\x9a\x83\x03\xc4\x9e\x9c\x3d\x7e\x3a\x94\x00\xfb\xc1\x1d\xcc\xf4\x5d\x20\x21\xa6\x29\x90\x5d\x89\x43\x64\x20\x93\xda\x1a\xa4\x2d\xcd\xb1\x1f\x20\x24\x18\x2e\x2c\x28\xe0\x2a\x1b\xa1\xc4\x40\x79\x74\xe0\x7f\xf5\xc2\xe3\xe1\x52\x34\xb6\xe0\xd6\x92\x96\x68\x43\xe6\xe7\x75\xaf\xb5\xae\x18\x59\xea\xb8\x4f\x23\xe9\x96\x80\x7e\x00\x24\x5f\x5c\xc2\x6c\x0e\x07\xc6\x24\xa0\x5e\x26\xb9\x54\x10\x6a\x01\x5e\xd5\x06\xc0\x90\xd4\xc3\x00\xde\x63\x55\x24\xe3\xca\x4b\xbc\xb3\x3f\x7d\xde\xfe\x74\x36\xd6\xd9\xcf\x9f\xb7\x3f\x9d\xc0\x39\xa3\xe7\x38\x67\x65\xbf\xec\x3d\xc0\x14\xba\x01\xbd\x42\x38\xa4\xd9\x1d\x92\xae\xbd\x97\x4f\xe6\xef\xb1\xd3\x5f\xd4\x58\x80\x3d\xb9\xaf\x70\xd4\x6c\xa3\x02\xc6\xa7\x8d\x4b\x3d\x94\x32\x9e\xce\x0c\x7e\x76\x83\x27\x78\x12\xc2\x66\x1d\x9a\xac\x35\x70\x64\x0d\x40\x0d\x72\x1c\xc8\x40\x6d\x36\x82\x98\x56\x32\x1c\xfa\x0c\x2c\xe0\x9e\x8a\xc8\x30\x40\x06\x82\xbb\x40\xff\xf3\x5f\xee\xed\x13\x3f\xd8\x06\xe7\x3e\xa1\xe8\x00\xac\x38\x16\xeb\x5c\xaf\xd8\x01\xb4\x69\xf7\x2d\xa4\x5f\x65\x4c\xf5\x48\xad\xe5\x89\xca\x0a\x96\x64\xf3\xa0\x00\xe4\x0a\x8a\x2f\xb0\x9c\x63\x61\x0a\x90\x4a\xf0\xde\x83\xe3\x27\x61\xb8\x41\xd3\x64\x80\x24\x26\x7a\xb8\x33\x09\x0e\x28\x30\xf9\x03\x2e\x1f\x9e\xbd\xcd\x78\x7c\x1b\x94\x73\xa2\x3c\xf0\x6f\x7a\xd7\x17\xc3\xfa\x97\x5f\xbf\xac\xcf\x2c\x52\xf2\x63\xdf\xc1\xbf\xaf\x07\x32\xf1\x51\x83\x60\x25\xa9\x4e\x5e\xeb\x97\xba\xe7\x90\xac\x7e\x6a\xd7\x81\x31\xf6\xc9\x9e\xfb\xa7\x33\xb0\xe3\xdb\xff\x2d\x0f\xfd\x61\xe0\xc8\x30\xf6\x8c\x9e\x97\x3d\x9f\x34\x0e\x7a\xbe\xd4\x7e\x72\x8f\x9d\xf4\x4a\xbd\xec\x81\xb0\xf3\x69\xa6\x7f\xcf\x37\xd6\x96\xe2\x99\xba\x9e\x8b\xbc\xf1\xf4\xdd\xe8\x95\x10\xfe\x5d\xf3\xa6\xe7\xc7\x36\x7d\xc2\x57\xb4\xa9\x7a\xa8\x16\x78\xbc\xfa\xae\xe7\xfd\xd5\xe3\xbc\x7c\x7c\x72\xfd\x79\xf9\xc3\xd5\x4f\x72\x94\xd5\x7e\xaa\x70\xf7\x7a\x72\xbd\x9c\x7a\x18\xaa\xa7\x1e\x46\xc1\x67\xfd\x70\x87\xa2\x75\xa7\x2e\x70\x21\x79\x71\xfe\x11\x59\xda\xe3\xf9\x2f\x86\xf7\x97\xf5\x8f\xbf\xae\xbf\x7e\xfc\xfc\x69\xb5\x3e\xb3\xfc\xf9\x70\x46\x5c\xd6\xbf\xbc\x53\xca\x3e\xf6\x41\xed\x8a\xd8\x2c\x52\x76\xf8\x4a\x14\x89\x58\x0d\x78\x1e\x05\x26\x47\x6d\x30\x07\x7d\x4b\xab\x39\x20\xf9\x8a\x80\xf5\x85\x73\x90\xa3\x52\xcc\x2d\x62\x99\x9b\xd2\x13\x82\x53\x6a\x3e\xd7\x56\x3b\xdc\x6c\x4d\x66\xc0\x51\x4e\xb5\x39\x28\x46\x9c\xe5\x55\x88\xe5\x11\xf8\x0c\x4c\x97\xad\x04\xc4\xc6\xe6\xf9\x13\xb2\xbd\xb8\x55\x78\xec\x1c\x9c\x77\x85\xb2\xed\x2f\x58\xb3\x19\x58\xd9\x41\x9e\x05\x97\x54\xcb\x15\x83\x8a\x57\xd9\x5c\xfd\x15\x39\x2a\x9b\xf9\xfd\x08\x2f\x35\x82\x11\x24\x48\x59\x51\xed\x9b\x82\x58\x87\x39\x96\x40\xdd\x6a\xe6\x75\x8d\xa4\xce\x9e\xc6\x1e\xb9\xb8\xea\x58\x0f\x12\x00\x40\xac\x46\x4e\x36\x79\x81\x82\x19\xb5\x15\x60\x69\xc5\x56\xef\x1e\xf3\x2e\xcd\x0c\x34\xa4\x7a\x31\x56\x3f\x2a\xf2\x93\x3a\x9c\x7c\x2a\x29\x9b\x61\xab\x3a\xa1\x19\xb3\xf9\xc3\x66\xa4\xf3\x15\x8f\x0a\x00\x48\xb3\xcc\x81\x8f\xc6\xde\x10\x49\xd5\x03\xc2\xb3\xf5\xb7\xdc\x10\x69\xe9\x66\x93\x58\x8b\x9b\xcd\xca\x48\x97\x2f\x25\xce\xc6\x8f\x5a\x52\x7d\xb8\x96\x82\xac\x24\xb1\xfb\x0e\xa4\x2a\x14\x33\xa7\x1b\x32\x8a\x3b\xec\x14\x8e\x15\xa1\xd9\xbc\x8d\x04\xae\x15\xf0\x3b\x97\x2b\xd8\x5f\x1d\x4b\x9e\x70\x74\x7b\x49\x03\x29\x31\x34\x38\x54\xbd\xa7\xc1\x48\x7d\x28\xf6\x43\xac\xba\x45\x74\xb1\x23\x3d\x47\x9b\x5f\x4b\x90\xbd\x7e\x62\x6c\xdf\xae\xbf\xde\x7e\xf9\xe7\xcd\xfa\x3c\x58\xab\x9f\xfd\xf8\xf8\x75\xb3\xfe\xf4\x76\xc1\x5f\x39\x30\x66\x48\xc5\xc2\x31\x67\x1b\x23\x57\xc0\x14\xb2\x81\x9d\x69\x31\x83\x30\x9b\x0a\xd0\x61\xb6\x22\x95\x98\x8a\xc3\xa8\xf8\x8a\x15\x5f\x09\x82\xfc\x44\xa9\xd2\x82\xe3\x82\x9f\x82\xc1\x5d\x10\x09\xc0\xc5\x71\xce\x15\x03\x02\xc5\x6c\x6b\x9f\xbf\xd4\xd7\x73\xc6\x58\x71\x02\x04\x07\xd0\x88\x34\x69\xb5\xf6\x44\x0a\x46\xa6\xa0\x39\xa7\x82\xe4\x3b\x7b\xca\xb1\x62\x45\x36\x75\x51\x40\x7e\x68\xd0\x82\xb3\x8b\x23\xe5\x69\xd9\xc2\x16\x9e\x08\xe8\xb4\x16\x4e\x39\x9b\x99\x85\xaf\x09\xa1\xd0\x93\xb9\xca\x63\x07\xd8\x13\x71\x32\x71\xe2\xa4\x18\x20\x9e\x81\x08\xfb\x57\x87\xf3\xd2\xbe\xd1\x2f\xff\xf0\xef\xbf\xae\xcf\xb4\x18\x8f\x3a\x27\xde\xda\x69\x6f\x93\x9a\x14\xd9\x07\x02\x4a\xb1\x4e\xa1\xdc\x10\x64\x6f\x25\x39\x9c\x25\x32\x65\x0b\x46\x7d\x4f\xd9\x91\x85\x64\x84\x9a\xb2\x44\x86\x9e\x98\xab\x27\x48\x61\xa1\x2d\xe2\x34\x60\xf1\xe9\x4b\x85\x5a\x40\xec\x9e\x2b\x92\x00\x4a\xa2\x61\x9a\x48\xa0\x2e\xa8\x5c\xc9\x10\x93\x41\x26\x35\x9b\x1d\x2b\x42\xce\x67\x8e\x00\xf6\x3c\x17\xdb\xe6\x27\xb5\x1d\xf8\x07\xab\x53\xcf\x95\x1a\x07\x5a\x12\xc9\x85\x47\x47\x5d\x81\x36\x91\x5a\x1a\x8c\xe7\xe5\x11\xb1\xb2\x8d\x4a\xd0\xe2\x85\x2f\x05\xb8\x47\xf5\xca\x81\xb3\x2a\x0a\x83\x2b\x06\x5d\xf5\xa5\x87\x0e\x50\xad\x86\x12\x52\xc0\x8e\xb7\xf1\x70\xad\x36\x30\x72\xbe\xe4\x27\xfc\xfa\xc7\x50\x82\x3b\x3d\x70\x2c\x87\x3d\x66\xe0\x24\xba\x53\xe0\xf3\xee\x51\x06\x8f\x11\x05\x27\x9b\x11\x70\x09\x8f\xb1\x0a\xe3\x4b\xa4\xc1\x3f\x7d\xf9\x78\xb7\x5e\xce\x8c\x07\xf9\xb1\xef\xc5\xdc\x7f\xfa\xae\xe8\x73\x8a\x16\xda\xc4\x7e\xda\x0f\xd8\xc5\xbe\xd1\xbc\xd3\x0c\x92\xc4\x6a\x1e\xc6\x2e\x9e\x06\xab\xdb\x74\x1c\x86\x02\x93\xfa\xbb\xe1\xec\x1a\x7b\x56\xb2\xf6\x5d\xd4\xbc\xd1\x7e\xfc\x0c\x4f\x7e\xab\x1a\x5e\xfe\xf8\xbb\x0e\xb4\x57\xc8\xfa\xbb\x61\xea\xee\x9c\x17\xed\x15\xd7\x6e\xde\x31\xef\xba\x3d\x84\x99\x5f\xd6\xb4\x9a\x37\xa7\xb1\x1f\x77\x2f\x93\x9f\xbe\x7c\x3c\x77\x06\xf8\xf8\x1e\xa4\x61\xcf\x7f\xcf\x10\x96\xdd\xd3\xed\x62\xcd\xee\x1a\xa3\x2e\x4a\x50\x71\x89\x2a\xa1\x01\x26\x68\xc7\x1c\x1b\x8e\xbb\x8e\xcc\x6c\x70\x07\x8c\x15\x15\xd4\x78\x0a\xf0\x84\xb3\xf9\x57\xd5\x21\x2a\xa5\xde\x0f\x4e\xc0\x6d\x0b\xc4\x32\x59\xb5\x17\xc4\x61\x66\x05\x64\x0d\xd5\xb3\x20\x91\xf6\x0d\x14\x91\x50\x4a\xec\x62\x9e\x84\xec\x9f\x00\x9b\xa7\xfa\xf7\xec\xda\x8f\x2f\x1f\x3f\xbd\x28\xf9\x38\xd1\xcd\xf4\x3d\xbb\xb9\x22\x13\x90\x3b\xa2\x3b\x15\xe1\x61\x67\xa6\x06\x77\x2d\x28\x3b\x80\x63\x88\xf0\xa4\x3a\x7b\xaf\x54\x0f\x94\x3a\x3f\x4b\x74\x68\x48\x8d\xb3\xe8\x64\xc4\xc7\x5d\x6d\x32\x0b\x45\xbb\x24\xb2\x6f\x9c\x05\x24\x4f\x62\x8a\xee\x25\x97\x60\xaf\xf3\xf3\x40\x18\xe3\x98\x95\x8a\x50\xd9\xe1\x66\xd8\x73\x18\x4f\xff\x25\x1e\x16\x5d\xa4\xc2\x7f\xcb\x51\xab\xdf\x69\xd4\xfe\xcf\xdb\x73\x43\x0b\x36\x6c\xff\x7c\xfb\x2c\xb8\x70\x62\xdc\x7e\xd7\xe5\x0f\x53\x4f\x0a\x2a\xf1\xee\x6c\x3f\x0d\xfc\x08\xa1\xd4\xd0\x28\x29\x0a\x0b\xab\x47\x46\x01\x65\x8a\x50\x8a\xa6\x82\xd5\xc2\x48\xcd\xcc\x5a\x5f\x7c\x06\xb3\x97\x17\x19\x82\xa6\xc1\xb6\xee\xbd\xfe\xb7\x39\x5d\x13\x10\x03\x90\x74\x51\x82\x9d\x09\xce\x10\x07\x62\xad\x41\xbd\xbe\x52\x27\xba\x0a\x38\x8d\x84\xa3\x3d\x04\x0a\x10\xb0\x75\x18\xb6\xff\x41\xcf\xcb\xa1\xf9\xe0\x3d\xfb\x79\x4d\xdd\xf6\x7c\xce\xc0\x1d\x61\x78\x72\xf1\x7f\xa2\x81\xfb\xc3\x5f\x6f\xd7\xdf\xa0\x74\x6d\xf4\xc6\x7b\x3b\xe7\x69\x80\x2c\x3f\x77\xae\xfa\x81\xb8\xb9\x54\x98\x05\xec\xc8\x2f\x60\x3a\x05\xcd\x69\x43\x8a\x29\xfc\x4c\x70\x6e\x01\x78\x02\x70\x81\x9e\xdc\x9d\x04\x90\xbe\xba\xc7\x85\xcf\x2b\x45\xbe\x3f\xa0\x00\x34\xf7\x50\x09\x5f\x9d\xc0\xb0\x8a\x75\xfd\xa0\x0d\xec\xaa\xed\xe1\x2e\x03\xab\xdd\x01\x6c\x26\x46\x8d\xda\x77\x43\x75\x5e\xc2\x65\x75\x4f\x54\xc7\x89\x57\xa2\x88\xd2\x13\x1c\x75\xd9\xcb\x4f\xf8\x66\xe9\x73\x28\x34\x02\xe9\x4f\x9d\x35\xba\x25\x82\xe3\x07\x00\xcf\xbe\x54\x08\x08\x51\x90\x6b\xd9\x86\x83\x19\xc5\x7e\xde\xa8\xe7\x3f\x40\x46\xbf\x6d\xcc\x7f\x8b\x8c\x7e\xef\xa7\xfd\x23\x25\xf4\x7b\x4d\x2d\xe5\x58\x42\xf9\xb7\x4b\xe8\xe5\xed\xfa\xcb\xb9\x18\x21\x26\x9e\x1b\x1c\xff\xde\xf4\xa2\xdf\xd3\xa5\x1a\x28\x6a\xe8\x92\xea\x32\xe9\xa7\x10\xcf\x6f\x58\x64\x0b\xaa\xbe\xf6\x38\xb6\xe0\x90\x4f\x23\x30\x96\xe8\x26\xd4\x36\xb3\x97\xfb\x0f\xa7\x58\x02\x4a\xcc\x5c\x14\xd3\x00\xf2\x45\x47\x4e\xe8\x4e\x7d\x54\xae\x68\xa0\xc8\x4e\x65\xf1\xaa\x94\x84\x2c\xa2\xfd\x62\x6d\x09\x75\x8b\x5a\xaf\xe8\x88\x5c\x28\xaf\x29\x93\x03\x29\x32\xf2\x39\x39\x6a\x4b\xfc\xcd\x06\x07\x7b\xf1\xca\xef\xd6\xdb\xf5\x5b\xf5\xf6\x1d\xb8\x0d\x23\x67\x30\xba\x00\x9d\xde\x5f\x4e\xe7\x52\xef\xf0\x15\x67\xe7\x33\xab\x57\xdc\x3d\xbc\x80\xf4\xa5\xea\xf8\x10\xcd\xb5\x2b\xa1\x21\x11\xb3\xb3\x6b\xd4\x08\xc3\x4e\xc3\xf0\x82\xa3\x02\x94\x9e\x2d\x83\xee\x1f\x9c\x5f\xbe\x50\x65\xba\xb8\x39\x73\xa6\x02\xa7\xcc\x3b\x09\x45\x1a\xa8\x82\x8c\xb3\x62\x69\x38\xba\x05\xda\xf7\xc4\x60\xfe\xe1\xdf\x7f\xfd\x78\x26\xdf\x2d\x06\xf3\x3d\x8e\x7f\x6f\x30\x97\xef\x69\x2b\xa1\xf8\x88\xfa\x48\x6d\xdb\x73\xd4\xbe\x20\xa9\x0d\x25\x54\x8a\xd7\x25\x2c\x40\x76\x44\xbf\x01\x64\xbf\x15\xc1\x74\x84\xb5\xda\xe6\xe0\x0c\x58\xd1\x55\x5f\xd2\xb2\xa3\xb7\xd1\x2f\x06\xb5\xa7\x48\x66\x00\x79\xe8\xf0\x22\x0b\x68\xff\x2a\x51\xb0\xc0\x02\xb5\x09\x24\x6e\xd0\x38\x3a\xc1\x00\xf5\x6d\xb7\xb9\x73\x41\x09\x57\x6a\x61\x52\x0f\xe0\x25\x81\x9c\xe3\xbb\x1d\xd7\xbe\x3a\x68\x27\x0c\xff\x79\xb6\x3d\x65\x54\xf4\xd5\x7e\xeb\x9b\x44\xe0\x7b\x99\x2e\xdf\x4b\x31\xfa\x58\xfa\xe7\xdb\xf5\xb9\x08\x25\x8f\x03\x2a\x7e\xb5\xb3\xde\x41\x0b\xe8\x07\xc2\xdd\xec\x84\x0c\x26\x0b\x60\x0a\xb2\x07\x6c\x70\x65\x50\x58\x86\xf5\x4c\xc4\x0b\xd9\x89\x6f\x81\x21\x51\x72\xaa\xd1\x3a\x3a\x27\xfe\x41\xb5\xc6\x12\x94\xe1\xf1\x28\xd2\x10\x74\x4f\xe6\xc7\xb2\xc7\x92\xc2\x65\x70\x41\x80\x82\x3b\x20\x39\x39\x70\x51\xb1\xd6\x7f\xb8\xa6\xec\xa4\x93\x39\xd1\xe2\x40\xb0\x66\x28\x35\xc0\x10\x31\x20\xeb\xe7\x4a\xea\xf0\x4a\x40\xa4\x2d\xf4\x60\x0f\x63\x13\x6a\x4e\x7c\x5f\xb0\x03\xb8\x17\x9c\xda\xe2\x84\x82\xea\x8c\x80\x25\x3a\xa8\x89\x5d\xc2\x2e\x06\x7c\x77\x47\x96\x27\xf0\x7f\x3a\x54\xd3\xc3\x9d\xc0\xe3\x63\xd4\xee\x47\xb1\xb1\x3a\x1c\x18\x16\x28\x2b\x0a\x9a\x5f\xb0\x19\xc2\x43\x74\xed\xe3\x00\x4d\xa6\xae\x6b\x2a\x2b\xee\x65\xcf\xd5\x46\x95\x52\x37\x67\x13\x0c\x62\xe0\x2b\x43\x51\x27\xb9\x89\xa0\x81\x7b\x31\xe5\xa2\x41\xda\x70\x86\x50\x85\xcd\x02\x86\x3a\xd4\xe1\x4d\x42\x39\x11\x60\x32\x0d\x20\x23\x05\x46\x2d\x32\xb2\x59\xec\x81\x70\x25\x93\x09\x75\x0a\x40\x9c\x61\xe7\x86\x61\xaf\x5f\xd0\x06\x98\x93\xd4\x99\x79\xcc\x10\x90\x91\xf8\x7e\x98\xf2\x55\x67\x83\xe5\x88\x1d\xcb\x64\xf6\x9b\x0c\x6d\x01\xcc\x9e\x9e\x91\xfe\x70\xcd\xa5\x40\x11\xd4\x45\x9c\x87\x0f\xf1\x62\xf5\x3b\x32\xe8\x3c\x52\xdf\xaa\xb3\x20\x89\x7f\xa8\x33\x7d\x68\x70\xb2\x35\x47\x79\x32\x5b\x11\x1d\x63\xe6\x4f\xf6\xf5\x6f\x2c\xa7\x8e\xb0\xcf\x55\x41\x8a\x99\xd3\xbb\x99\x7d\x85\xfc\xb6\xe1\x1a\x65\x60\x9d\x5c\x72\x92\x2b\xd4\xdf\x75\xdd\x02\x1a\xc6\x81\x85\x00\xf1\x42\x93\xfb\xd8\x6b\x82\xc9\x87\x63\xdd\xda\xbd\x30\xbc\x1c\x60\xc8\x51\x85\x5b\x28\x3e\x66\x0b\x3e\xae\x08\xc3\x4d\xa4\x3b\x5b\x18\xf0\x83\xbd\x9a\x16\x63\xc3\xab\xef\xda\xc3\x1d\x93\x27\x14\x61\x3a\x36\x21\x07\x37\x1f\xc8\x2e\x8b\x93\x66\xd6\xc3\x66\x77\xaa\xca\x3a\x33\xec\x0a\x96\xf5\x5b\x1c\xa9\x47\xe7\x97\x6e\x4e\x8c\xc8\x11\xbc\xb0\xec\x8a\xca\x69\x17\x51\x9a\xa2\x61\x98\xfb\xd0\x6a\x92\x7b\x0c\xa0\x6a\xc2\x6b\x7f\x46\xdb\xb1\x40\x19\xba\xb6\x4a\x53\xad\x31\x48\x32\x6d\x30\x09\x42\xff\x98\xfc\x08\xa1\x12\xf0\xea\x52\x3d\x85\x57\x62\x1a\xe8\xeb\xb7\xe9\x9e\xaf\xcf\x95\xce\x89\xb9\xac\x7d\x57\xc3\x0c\xc9\x13\xb5\xa7\xb1\x15\x05\x8a\x29\x6a\xac\x84\x52\x5d\x5c\x39\x9b\x73\xe3\x5f\x26\x35\x19\x75\x17\x01\x09\x7d\x76\x42\x00\x6c\xa4\xd7\x14\xa0\x02\x57\x1d\x35\x88\xb7\xc8\xf9\x02\x7d\x57\xf0\x43\x17\x0a\x9e\xc7\x26\x01\xc5\x38\x66\xbc\x5f\xa1\xca\x5a\xc4\xac\x16\xa7\x9c\x04\x23\xae\xeb\x05\x07\x1d\x47\x38\x2a\x9a\xcd\x01\x74\x07\xa4\x4e\x21\xa6\x84\xf4\xb6\x8a\xa9\x72\x52\xb3\x4e\x90\x1f\xf9\xad\xa1\xa2\xdf\x69\xb9\x95\xdf\xe2\x71\x03\xd0\xdb\x6c\xce\x91\xc6\x99\x6d\x26\xaa\xbf\xab\xcd\x3c\x3d\x75\xb6\x19\xef\xdb\x8c\x7f\xc7\x00\xb0\x1d\xd6\xfd\xc8\x68\xc4\x6a\xfc\x29\x61\xf8\xc6\x89\xf8\xe5\x0c\xfc\x22\xeb\xa0\xf4\xbe\x87\x63\xc5\xac\x87\x25\xd3\xff\xd0\x59\xaf\xf0\xa4\x80\xf7\xda\x55\xbf\x42\xf4\xb9\x1b\xe5\xee\x7b\x63\x00\xe7\x03\x95\x2c\xf9\xdc\xe8\x13\xb8\xcd\xe8\xec\x63\x88\xdc\x84\x08\x87\x39\x3f\xb8\xe9\x60\x1f\x05\xe8\x8d\x13\x9b\x8a\x63\x6a\xf7\x9c\x51\x48\x67\x8a\x2d\x7b\x5c\x17\x95\xe9\xc4\x60\x34\xf6\xf4\xd2\xea\x6f\xae\x76\x9b\xc7\x09\x18\x8c\xd8\x3e\x8c\x80\x39\x82\xd5\x50\x9b\xb6\x56\x05\x3e\x3b\xa8\x3a\x83\xaa\x59\xb6\xe0\xa0\x0a\xfd\x07\xe7\x55\xc2\x8e\xe6\xee\x4a\x4f\x65\x01\x0f\xac\x07\x8a\x91\x6d\x8e\x2b\xf9\x34\xfc\x7c\xd6\x95\xa3\x59\x17\x22\xd8\x6d\xd6\x01\x74\x21\x65\x98\xc7\x18\x71\xb9\x26\x8d\x09\x84\xf2\x01\xfe\x7f\xb0\x99\x54\xed\xb1\x9a\xa7\x7d\x49\x20\x2e\x28\x1c\x07\x3f\xdc\x3d\x35\x76\x2a\x72\xf5\x1f\x23\x48\xe3\x96\x48\x11\xd5\xd3\x28\x6d\x8c\x12\xd9\x7d\x42\xfc\xf3\x75\x4a\xd0\xe3\xd9\x0d\xe5\xe1\x5a\x73\x0e\x54\xf8\xbf\x4a\xe8\xe2\xef\x35\xd0\xd2\xf6\x2e\xf5\xb1\x3f\xc1\xdc\x1e\x15\x73\x63\x28\x66\x1b\x94\x7f\x83\x50\xe8\x3f\x7f\xfe\xf4\xf3\xaf\x67\xaf\x5b\x7f\x8a\x5f\x71\xfc\x7b\xf3\xf9\x3b\x4c\x79\xc8\x50\xaa\x80\xf9\x03\x17\xb6\x59\x1b\x14\x58\x18\x9e\xbb\x69\xf0\xe8\xe9\xc4\x71\xf8\x6a\x69\x31\x83\xdb\x97\x71\xea\x01\x84\x04\x34\x73\xcd\x69\xa9\xfb\xf7\x9d\xf6\x5e\x0d\x58\x38\xa3\xa8\x6b\x3e\x32\x87\xbf\xe2\x11\xcc\x10\xdb\x13\x5c\xf9\xa2\x64\x02\x20\x74\x8f\x40\xc4\x1d\x10\x45\x53\x47\x04\xd9\xc5\xfb\x46\x16\x5e\x81\xbd\x98\x46\x78\xe2\x8c\x03\x56\xf7\x09\x92\xea\x6f\x5c\x98\x76\x19\xfa\xdd\x97\xc1\x7c\x1b\x6c\x50\x57\x77\x00\x80\xd1\x2e\x88\xab\x80\xb8\x23\x01\x07\xbc\x6e\xcd\x94\x36\x0f\xdd\x73\xd9\x87\xe3\xe2\xb2\x6f\xb4\xc9\xa4\x8b\x24\x42\xe8\xef\xe2\x4e\x3a\x4c\x52\x40\x84\x0a\xe6\x70\x6b\xd3\x34\x10\xa7\xde\x83\x15\x8e\xa4\xbb\x2a\x9e\x65\x65\xe6\xaf\x53\x62\x80\x73\x1c\x29\xdd\x66\xb0\x26\x40\x62\x8e\xc8\x1d\x78\x67\x69\xec\x93\x0b\x11\x6b\x46\x44\x1d\x21\x1d\x80\xf9\x42\x4c\x5e\x17\x87\x6f\x0d\xd8\xb8\x50\x9c\x19\xb7\x39\xb0\x0a\x22\x49\x5a\xda\xdf\x5b\xab\xfe\x87\x08\xfd\xf7\x8a\x52\x9e\x54\xa9\x7f\x1b\xa1\x47\x08\x8e\xcd\x76\xfa\x2d\x41\xad\x73\x22\x68\x6d\x46\xd0\xda\x71\x04\xcd\xb4\x84\x04\xc9\x67\x45\xf1\xfa\x8c\xe2\xf5\xe3\x28\xde\x63\xc4\xb0\x79\xc4\x50\x66\x88\xf4\x8d\x98\xe1\xeb\xb2\xf7\xaf\x1f\x3f\xfd\xe5\x9b\x25\xef\xaf\x1f\x3f\xfd\xe5\x3d\xb9\x3b\xa0\xcf\xab\x3d\x94\x67\x8a\xc9\x63\xa2\xd8\x24\xff\x21\x80\x69\xe9\xe1\xff\x38\x7f\xd8\xd3\xd5\x3e\x66\x80\xfd\x97\x9d\xdc\x5e\xf5\xe9\xfe\x36\xe3\xbc\xd8\xc4\x3a\x2d\xb5\x8e\x24\x6a\x75\xf8\x68\x06\x2e\x9b\x6f\x55\x70\xef\x10\x1c\x69\xc0\x9c\xc0\x24\x33\xb3\x29\x01\x01\xbd\xbb\xe9\x87\x2a\x2c\x36\xa7\x8d\xdd\x36\x2b\xc3\x03\x22\xf4\x03\xe7\x1e\x68\xb4\xc0\x76\x11\x66\x7b\x75\x4f\xde\x40\x08\x0c\x9e\x06\x47\x76\xde\x65\xf3\x58\x39\xc8\x58\xfc\x4d\x72\xac\x7a\x44\xe8\x74\x3f\x37\x03\xfe\x0a\x55\x9d\xd1\xc9\x7f\x98\x9b\xbe\xc3\xde\x0e\x15\x82\x99\xff\xce\x94\xfa\x09\x71\xfd\x36\x41\x3d\x47\x42\xf7\x50\x5c\x07\x31\x02\x47\xe5\x93\xc8\xcf\xfd\x1b\x91\x9f\x63\x21\x44\xf1\x6b\xd4\xd3\x49\x79\xf7\x6f\xa5\x91\x3d\x35\x85\x4c\x3b\xf6\x70\xde\x70\xe5\xde\xf7\xc3\x55\x1e\x87\xab\x9e\x37\x5c\xa5\x2b\x86\xab\xd8\x45\x8e\x86\xab\xcf\x01\x4f\x07\x6b\x64\x05\x0d\x7f\x4b\xfd\xf7\x26\xad\x3d\x71\x1c\xf8\x35\xc7\xe1\xfe\xb4\x47\xb3\x3c\x2e\x91\x3c\x5f\x3b\x3e\x31\x60\x7e\xb9\xfc\xfc\xe5\xe3\xc3\xe7\x4f\x5f\xcf\xce\x99\xfe\xf8\x4b\xdc\x1c\xce\x79\x27\x61\xba\xff\xf8\x58\x6b\xc7\xbd\xef\x89\x08\xea\x51\x49\xdd\xbe\xa6\xae\xce\x2a\xbc\xda\x8e\x89\x50\x80\x43\xa2\xcb\x3c\xe7\x19\x33\xca\xac\x52\x39\xc5\xad\x3e\xad\xec\x8d\xcb\xcf\xdf\xe9\x1d\xad\x55\x47\xfd\xef\x46\xfd\xae\x77\x3c\x21\x22\x57\x1f\x3f\x9d\x0b\xbc\x6c\xd2\xb1\xb5\xc3\xdf\xc3\xa5\x3e\x2e\xd8\x33\xc9\xf8\x26\x26\xc7\xd7\x28\x68\x5e\x61\x72\xcc\x91\xf8\x0f\xbd\xc3\x6b\x6d\x76\x73\xfb\xe5\xeb\xc7\xe5\x5b\x34\x0b\xda\x2e\xee\xe6\x79\x4f\xf9\xc1\xca\x0b\x5c\x86\x72\x54\xc9\x3b\x5e\x29\x5d\x7c\xad\x1c\x50\x4f\xb3\xfb\x1c\x55\xb8\x3d\xbe\xf7\xe4\x72\x3a\x7d\x83\x8d\x35\xca\xef\xbe\xc3\x89\x26\xfc\xf6\xd6\x3b\xd9\x6e\xc2\x2f\x62\xd9\xb7\x8f\xed\x36\x31\xd1\xf7\x82\x93\x83\x56\xdb\xcc\xa1\xea\x6f\x91\xac\x9b\x37\x44\x19\x5c\xb2\x7f\x4b\x6d\xf5\xb7\xbe\xe1\x35\xb8\xdd\xf9\x7b\x6b\xab\x77\xdb\xf4\x6f\xaa\x90\xff\xe6\x77\x7c\x2e\x19\xbf\x7e\xfc\xba\xfe\x72\x9e\x4c\xe0\xd0\xf7\x34\x71\x3d\x22\x62\x30\x9f\x7b\x5c\xe9\x64\xa8\x5c\xfb\x83\x3b\x84\x90\x96\xc4\x35\xe4\x2b\xe9\x94\xb4\x86\x52\x52\x5b\x4b\x41\x81\x25\x3e\xf7\xb8\x6c\x05\xab\x92\x6d\x5c\x49\xcd\x80\x31\xcc\x75\x1b\x5b\xb5\x93\xf1\x09\xce\x4f\xaa\x11\xa5\x8c\x3c\x61\x26\x9b\x46\xcd\x4e\x09\x43\x00\xe1\x45\xe1\x5b\xeb\xb1\xb6\x08\x7c\xaa\x81\xe2\x31\x5e\x77\x4e\x5a\x82\x7f\x4e\x68\x23\xd4\x80\xda\x29\x6d\x89\x70\xa0\x4a\x05\xf8\x3a\x52\x12\x1c\x23\x91\xc0\x31\xae\xf8\xbd\x05\x67\xec\x2f\x13\x6e\x51\x9d\xce\x1b\xc9\x58\xaa\x2b\xf3\x76\x51\xb3\x0a\x88\xc3\xa0\x19\x3c\x49\xa5\x07\xad\x9a\xb4\xfc\x40\xbd\x84\xc2\x1d\x4b\xf9\xa5\x06\xed\x9c\x0a\x2f\x04\x2f\xb9\xa3\xe6\xd3\x81\x51\x07\xae\x87\x6b\x37\xf0\xc5\xc0\x7b\x71\xfc\xdc\x8e\xba\x51\x02\x45\x8e\x0a\x1e\x50\xed\xcd\x80\x43\x58\xf7\x68\x44\x82\x92\x40\x20\xa5\x33\x20\x3c\x19\x00\x43\x0c\x24\xfd\x52\x93\x99\xd4\x6c\x2d\xd3\x00\xf3\x81\xc4\x03\x87\x52\x97\x16\xd9\x17\xe0\x10\x85\xe1\x2b\x05\xa7\x00\x25\x96\xad\x54\xbb\x2c\xba\xe0\x65\xf7\x79\xcf\xa1\x13\xb7\xd0\x83\xe6\x4c\x08\x1f\x8f\x83\x90\x32\x6a\xe2\xd8\xc4\x1d\x30\x57\xbc\x06\xd7\xc5\x9e\x1c\xda\x99\x8f\xe6\x2f\x20\x87\xb6\xed\xe7\xa3\xf8\xf2\x87\x7f\xff\x75\xfd\xe5\xbc\x08\xff\x26\xde\xe3\xe0\xb7\x6d\xed\xfc\xd3\xde\xd6\x56\x73\xbb\xf2\xe4\xf6\xe2\x0a\x44\x76\x02\xdc\xfb\x7c\x36\x4c\x89\xd8\x01\xca\x3d\xdf\xeb\x1c\x1d\x37\x28\x62\xf7\x7d\xfb\x9f\xc3\x64\xef\x28\xbc\xcc\x93\x00\x6b\x36\x2f\x19\xd4\xd1\xe2\x38\x68\x3f\x4c\x85\xd2\xf6\x93\x21\x01\x41\x77\x56\xe6\x53\x3d\x2a\x93\x77\xae\x48\xec\x7e\x36\x91\x9e\x3a\xdb\x51\x3a\x7c\x27\x7e\x7f\x3e\xa1\x4a\xdb\x4f\xa9\xbe\x73\xc2\x1c\x6c\x88\xfb\x81\xc8\xef\x1b\xce\xbd\x21\xd5\x57\x9e\xf3\x45\x5f\xae\xef\xfe\xfc\xeb\x97\x9f\x6f\xcf\x53\x4a\x9b\xfd\xd1\x6f\xeb\xa5\x9e\x0f\xdc\xb3\x15\xcb\xcd\x97\xda\xd7\x8f\xc3\xca\xfe\x1b\x75\xa3\x54\x9f\xfe\x18\x07\x42\x87\xc1\x0c\x3e\xe1\xb5\xbf\xe7\xc4\x96\x9c\x20\x0b\x6b\x8f\x96\xf8\x09\xd8\xb6\xae\x7d\xf6\x2b\x62\x0f\x54\x9f\x5d\x00\xf0\x02\xa5\x27\x7b\x22\xd6\x8d\x0c\x4d\x8d\x17\x73\x42\x9b\x43\xf0\x57\x04\xca\x86\x09\x76\x07\x53\x53\xef\x2b\x0c\x47\xc0\xc8\x94\x91\x4a\x01\xcb\x43\x70\x02\xc9\x25\x82\x1a\x4f\xa1\xf9\x38\x98\x84\x46\xb6\xfd\x3d\x10\xf4\xd0\x4a\x03\xf5\x9c\x32\x42\x9f\xd9\xdc\x63\xc0\xc7\xf8\xfd\x1f\xae\xe1\x9e\xd3\xe3\x6b\x12\x70\x99\x0f\xbd\xbb\x27\x7d\x9f\xb0\x08\xa5\x86\x9e\xcf\x3a\xd6\xb9\x7c\xe5\xbc\x0b\xbf\x1c\x0d\x77\xe7\x0f\x85\xbb\xe7\xe3\xe0\x39\x4b\x4b\x7d\x24\xec\x6e\x0e\xa8\x3b\x24\x0d\xdd\x4e\x48\x5b\x7c\x02\x8b\xa8\xf8\x07\xa0\x57\x7d\x73\x4f\xa8\xfa\x88\xc4\x2b\x14\x1d\x7d\xa9\xa7\xb1\x14\x9c\x6f\x3f\x26\xa9\x11\x99\xd1\x76\x72\x89\x95\x52\xa5\xad\x93\x42\xfb\xe7\x62\x6a\x5c\xfb\xfc\xa4\x0a\x2d\xe9\x7f\x30\x57\xb0\x6a\x20\x4d\x8b\x9c\x80\x7a\x47\x3d\xb5\xb2\x00\x28\x68\xb4\x50\x53\xc3\x04\xc5\x88\x98\xb4\x49\x64\xbd\x55\x9b\xeb\x02\x3e\x17\xaa\x98\x25\xf0\xa9\xa0\x90\xa3\x34\x3a\x90\x10\xf1\xb3\x14\xc0\x46\x01\x5f\xf0\xf8\x75\xfc\xcd\xc3\xe1\xf5\x9f\x22\xcf\x6e\xbd\x05\xbc\x8d\xde\xe4\x9c\xc5\xc3\x23\xab\x0d\x04\xa5\x62\x17\x03\x74\x81\xa0\x4d\x5a\x4c\xd9\xb9\xee\x41\xbe\xd7\x6b\x6a\x1e\x19\x5c\xa2\x20\x99\x0f\xf4\xee\x6a\x53\xf6\x88\x23\x75\x64\x00\x8e\x72\x45\xc3\x86\xaa\x66\x4d\x60\x5b\x28\x26\x27\x0c\x98\x64\x86\x41\x50\x15\x68\x12\x40\x36\xe8\x69\xc8\x7d\x2d\x29\x83\x1e\x2f\x17\xff\x05\x3b\xb7\x2c\x3d\x91\x44\x2e\x25\xe5\x06\xb0\xe5\x1a\x39\x0d\x24\xde\x44\xa0\xd7\x13\x88\x78\x46\x52\xeb\x38\x18\x11\xf8\x3c\x31\x38\xef\xcf\x43\x21\xdd\xd8\x91\xef\xa1\xce\x94\x83\xe9\x34\x92\x28\xc0\x25\xb8\xac\x4a\x56\x1b\x12\x3c\x50\x16\xaf\x83\x51\xba\xdd\x9d\x94\x05\xec\x8d\x55\xe7\x3c\xc3\x91\xfa\x81\x56\xea\x1e\x2c\x55\xdd\x29\xaa\x76\x04\x68\xdb\x92\x0a\x47\x05\xb0\x45\x8e\x94\x03\xe5\x4d\xe4\x0c\x62\x4a\xa0\x6f\xa1\x76\xa6\x47\xec\xbc\xd1\x77\xaf\xd9\xbe\xf9\x9a\x27\x9e\xf3\x87\x51\x43\x01\x72\x46\xcf\x3b\xce\x33\xaa\xc5\xce\xcc\xc5\x78\x77\xd0\x1f\x33\x1a\x85\x46\xe2\xb2\x16\x4a\xa3\xd6\x30\xbf\x5c\xcb\x02\xcc\xc3\x94\x67\xdf\x22\x34\x3d\xc0\x4c\x93\x65\x45\xea\x3c\x2e\xc3\x29\x8d\xc7\xb0\x7d\x85\xc0\x12\x62\xdf\xf7\x94\x07\x20\x05\x08\x1c\x4a\x6a\x5a\x38\xd6\x9c\x48\xaf\x4a\xf6\x52\x05\x4a\x5d\x5e\xbd\x29\xb0\xa3\xbb\x6b\x44\xa5\xba\xc4\x02\x5c\x01\x9b\x3c\x62\x55\xff\xbc\x57\x47\xc5\xd5\x80\x3f\x83\x03\x68\xe0\x33\x62\x57\xc0\x91\x08\xaf\x67\x90\x89\x9c\xf6\x06\xee\x9f\xba\x00\xcf\xec\xfe\x77\x6c\xfd\xcb\xf5\xa7\x1f\x2f\x3f\x6f\x7f\xfc\xf8\xe9\xe7\x33\x07\xed\xa7\x1f\xe3\xc6\x4f\x78\x5b\xad\xea\x9f\xf7\xd6\x52\xa9\x05\x61\xe5\x8e\xdc\x1d\xf2\xa0\x70\x8b\x82\x94\xcc\x0c\x70\x8d\x90\xaf\x54\x4c\x2b\x69\xe6\xc5\x51\x10\x87\x73\x17\x6b\x30\x49\xcb\x81\xf4\x92\x1b\x9f\x42\xf9\xbb\x7f\x82\x9f\xd3\x7a\x92\x65\x2e\xf3\x81\xcf\x16\xc8\x6b\x22\x9e\xaa\x05\xc6\xdf\xc8\xd9\xa9\x48\xa5\x79\xa5\x48\xc5\xd6\x25\x0d\x5e\x22\x5b\x03\x97\xc9\xdc\x10\x9d\xb6\xab\x26\xb9\x42\xe6\x8b\x74\x7d\x2d\xc8\x33\xea\xc9\x48\x44\xa9\xa9\x3b\x43\x89\x09\x26\x52\x1c\xc1\x0f\x6c\x03\xa9\x6a\x90\xd6\x96\x99\xd9\x04\xc6\xc9\xb4\x5f\x53\x72\x86\xe5\x17\xe1\xe4\xa3\xee\x42\xa5\xd0\x37\xf7\x99\x17\x0c\xbd\xd7\x73\x07\xd8\xe3\x86\xe2\x9b\x92\x53\x59\xcc\xb0\x9b\xc5\xc3\x0d\xe9\x79\xf6\x4e\x5b\xca\x3e\x5f\x68\xe2\xc5\x5b\x12\x39\x6f\xc3\x73\xeb\xe6\xd2\x9f\xb9\x25\xc0\xcd\x73\x1c\xbe\x56\x3d\xaf\x77\x44\x32\xbd\x1d\x5a\x6a\x58\x43\x90\x9a\x1c\xf3\xd5\x57\xaa\x56\xac\x1d\xe5\x13\x1a\x38\x73\xea\x08\xd4\x53\x63\xf0\x8b\xcd\x15\x2b\xc9\xde\x79\x1c\x7a\x01\x58\x5c\x0d\xb8\x9b\x3f\x17\x30\xdf\xf9\xe1\x8e\x47\x0e\x0d\x20\xfa\xff\x3d\xfa\xbe\xd3\xe8\xbb\xbe\xfd\xf1\xec\xc0\xd9\x93\xf1\x77\xe7\x27\xbe\x39\x02\x6f\x73\xd9\x2f\x89\x51\x31\xbf\xfc\x82\xcc\xd0\xe5\x0d\x22\x66\x6b\xaa\x17\x54\x2f\x32\xfe\xc3\xf6\xe6\xc5\x8f\x70\x4d\xaa\xbe\xba\xe3\xf8\xd7\xbd\x6b\xe4\x6b\x81\xa7\xf7\x3c\xfb\xf5\x82\xea\xae\xea\xab\x3b\x3e\x3c\xb9\xe7\xf1\x1b\xfc\xdb\x75\xa9\x3d\xe5\x76\x21\x70\xcf\xd7\x32\xd2\xa0\x0b\xff\xf4\x6b\x94\x62\x36\x49\x4f\xda\xae\x64\x70\xd2\x76\xa1\xe6\xcf\xdb\xf8\xa3\xd4\xeb\xd1\xfd\xe8\xc2\x66\x82\x4b\x29\x39\xd1\x82\xdf\x04\x50\x2d\xe0\xe9\xbb\xb0\x31\x87\x1a\x93\xea\x78\x40\xf5\xc2\x3f\xfd\x2e\x36\xec\xd8\xc6\x9d\x00\x5c\x34\xaf\x89\x5a\x6a\x17\xfe\xe9\x87\xd8\xe0\xe3\x0b\xb3\xa2\xca\x16\x9c\xaa\x17\xd2\x52\xd3\x4b\x7b\x9a\xb6\x86\xef\x70\xe1\x9f\xc7\x2f\x3f\xea\xcb\x5d\xb3\x93\x44\xdb\xda\x04\xbe\x5f\xf8\xa7\xef\x43\xd6\x3e\xe7\xc4\xed\xaa\x94\x91\xea\x85\x0c\xfe\xa0\xf9\x42\xf3\x3c\xe0\x49\x83\xfd\xdb\xeb\x23\xf2\x5f\xee\x7f\xfc\xf6\xd1\xf8\xeb\xfd\x8f\xef\xe8\xc2\xe5\x80\x1c\xd2\xc8\xda\xcf\x6c\x01\xd9\x16\x4d\xdc\x2e\x6c\x6a\x5d\xf7\x54\xc6\x05\x3e\xbc\x53\x6a\xaa\x72\x61\x53\x5d\xbe\xf0\x94\xf6\x6c\xbb\xcd\x72\x24\xb6\x8d\x8d\xc9\x58\x5d\x8b\x75\x97\x9f\x02\x95\x07\x9a\x9f\xc5\x79\x0c\xd8\x6b\x15\xb8\x7b\xf6\x77\x49\x72\xc1\xdb\x48\xe3\xc2\x34\xdf\xda\x74\x63\xbf\xf0\x4f\x6f\x7a\x4e\x5c\x2e\x38\xd5\x6a\xbf\x2a\xcf\x4f\xbf\xba\x60\xf0\x95\xd4\xf4\xa2\x4b\x6a\x6d\x7e\xce\x9d\x9a\x0a\xd9\xe1\xc5\xa1\x0c\x2f\x7a\xea\x17\x2d\x75\x41\x97\xb5\x24\xcd\x3a\x0e\x1b\x8b\x79\x96\xf6\xb4\x36\x66\x4c\xfd\xcd\x2d\xaa\x37\xcc\x9c\x74\x11\x67\xf6\x4b\xf5\xa2\x00\x2b\x4d\xe8\xa2\x20\xd9\x1a\xc4\xee\x25\x32\x5c\x29\x05\x77\x18\xa2\x3e\x05\x59\x16\xa6\xfa\xd9\x5e\x65\xb4\xa4\xcf\x1b\x33\x5a\x63\x46\x34\x66\xd4\x54\x2f\xac\x31\x4d\x36\x2e\xac\x31\x6d\x63\x63\x6d\xf9\xe1\xa8\x2d\x2f\x44\xd8\x5e\x91\x96\x92\x58\x2e\x38\xa1\x35\xb8\x5f\x90\x0d\xef\x62\xea\x77\xeb\xf0\x72\xe5\x03\xfc\x9b\x0b\xff\x9c\xed\x51\x4d\xf0\x2e\x2a\x59\x23\xab\x5c\xf8\xe7\x14\x19\x50\xe5\x94\xd4\xba\x5d\xbf\xf3\xfc\x9c\x3b\xd5\x2c\x5e\x34\xe4\xd1\x0a\x46\xf7\x39\xa2\x81\x0a\xa5\x5e\x9a\xb9\x2e\x0d\xa5\x50\x38\x91\x9b\x35\x36\xe3\x9b\xea\x8d\x13\x63\x0b\xa7\x3e\x2e\xc4\x26\xb3\x96\x7a\xb9\x10\xb2\xf9\xa0\xd0\x45\x15\xa4\xcb\x56\x7b\x2a\x93\x13\xd6\x76\x41\xd2\xd2\xb8\x38\x1e\x99\xff\x06\x6b\x8b\xdb\xc5\x9b\xe6\xd6\x85\x4f\x78\xdc\x2e\x34\xf3\xba\x4a\xaa\x7a\xe1\x9f\xde\xec\x9a\x2f\x7c\xc6\x7b\xa1\x6e\x6c\x86\xe3\x81\x29\x6e\x2a\x1c\xc2\x1c\x77\x01\xef\x13\xfa\xc6\x8c\x62\xbe\xc0\x87\xb7\xaa\x75\x7a\x49\x5a\x3f\x08\x5f\xc8\x61\x5c\x16\xfb\x23\xdb\xb4\x07\xe5\x83\xc1\x8b\xaf\x47\xf5\x03\xed\x33\x30\xf9\x5d\xf8\xe4\xf7\x44\xb3\x9a\x92\xc8\xae\x71\x9e\x4d\x08\x4e\x6f\xd7\xd6\xf6\x5a\x7a\x38\x76\x4e\x7b\x17\xd2\xda\xfa\xf8\x51\x20\x69\x36\xdf\xbd\xa1\x5d\xfe\x75\xfd\xf5\xec\x90\xc3\x91\x7e\xf9\xab\x9d\xf6\x9e\x86\x39\x80\xd6\x74\xa7\x32\x28\x82\xd0\x93\x67\x4a\x8c\x1a\x87\x82\x5e\xd8\x06\x04\x81\x41\xb0\x21\x59\x21\x12\xa8\x70\xeb\x64\x1a\x47\xbe\xb7\x6d\x80\xa2\x2e\xaf\xd8\x11\x60\x51\x0d\x60\x3e\x0c\xb3\x7f\x57\x36\x07\x0d\x58\xab\x12\x06\x1c\x8e\xa1\x0f\x77\xdc\x5a\x92\xd0\xf8\xbf\x6d\xf4\xef\x61\x25\x5d\x7d\x7c\x58\x7f\xf9\x86\xf9\x68\x8b\xe3\xdf\x1e\x28\x5c\xf6\x05\x32\xd2\xc1\x8b\xba\xa1\xc1\x37\x52\x4d\x9f\xf7\xf5\x28\x69\x8c\x1e\xe6\xd7\x0c\x27\x6a\xea\xe2\xa4\x4c\x55\xae\x64\xf4\x44\xdc\x42\xd1\x24\xb5\x7f\x38\x0e\x6a\x4a\x69\xa9\xa8\x06\xe1\x4b\xd6\x15\xe0\xe3\xca\x5c\xab\x64\x6c\xe7\x50\xea\x84\xf1\xce\x69\xb0\x8d\xd3\x94\x1b\x07\xf3\x96\xed\xff\x0d\xf3\x48\xa3\xd3\x02\xc6\x01\x75\xa4\xeb\x52\x40\x9c\x91\x6b\x73\xd4\x3d\x84\x5d\x06\xcb\x76\x12\xd3\x16\x4a\xd2\xcb\x87\xc7\xd0\x3f\x05\x2e\x94\x2a\x48\x61\xf4\x92\xb8\xbb\x95\xaf\x15\x99\x69\xe8\x9b\x32\x33\xce\x76\x07\x58\x3b\xc7\xb5\xd3\x23\x60\x3b\xd2\x96\x34\xd7\xb5\xb6\x34\x46\x09\xf3\x6b\x7f\x83\x54\x07\xea\x1c\x4a\xd9\x12\x38\xcf\x50\x32\xd4\x89\x3e\xb0\xa6\x9c\x41\xbf\x64\x5f\x93\x36\xce\x9a\x9a\x7a\x2a\x32\x6e\xb4\xe7\x53\x7d\x7d\xfd\xf1\xc7\x1f\xb7\xb7\xff\xfb\xe3\xa7\xf3\xe3\xd3\x9f\x7e\x8c\x77\x38\x2b\xfe\x84\xd3\xde\x0b\x54\x1f\x6a\x93\x1b\x38\x62\x85\x5a\x22\x5e\x9b\xf9\x26\xc1\x3f\xe7\x4a\x55\x37\x55\x66\x96\xd2\xb8\x52\xaa\x81\x1b\xef\x50\x22\x34\x1c\x7e\x14\x01\xac\xea\xe8\x88\x20\xd6\xc6\xbc\x0c\x82\x39\xe9\xc8\xd9\xd3\x95\x19\x5a\x55\x50\x13\x5f\x50\x8c\xc1\x39\xa7\xee\x75\x19\x8c\x6c\x86\xb5\xe7\x9c\x39\x45\x5f\xc8\x37\x65\x2e\x68\xf0\x5c\x4c\xb2\x3b\x22\x49\xac\x70\x2c\xf9\xc9\x40\xe3\x6c\x7f\xec\x38\xe7\x67\x17\x99\x79\x0f\x04\xc8\x4d\xc2\xb4\xef\xeb\x2a\x02\x2a\xba\xfd\x43\xe6\x54\x7b\x28\xe0\xb8\xa5\x1e\x04\x4e\x65\x9b\xdc\x59\xbe\x2d\x36\xa8\x6e\xa4\xd5\x17\x37\x68\x75\x0b\x06\xb3\x1a\xa8\x7c\xb0\x56\xd3\xe0\x9f\x53\x06\x38\x88\xf6\xa4\xbb\x26\x49\x1b\x1a\x97\x82\x7f\xce\x95\xab\x0c\xaa\xa5\x9a\x64\x6c\x05\xdb\xf8\xfc\x40\xc4\x81\x68\xbf\x78\x45\x45\xc0\xd6\x4e\xbc\x61\x2a\xcf\x76\x82\xcc\x38\x9f\x1c\x45\xff\xb8\xfe\xe5\x5b\x86\xcf\x2f\x76\xf8\xdb\xcb\x55\x5c\x1e\x4b\xda\x7b\x6a\x9d\x80\x65\x96\x73\x5b\x49\xaf\x49\x80\xd2\xd3\x52\x69\xe6\x78\xf7\x40\x8a\xf5\x3e\x6c\xd6\x9e\xda\xb8\xe1\x52\x37\xb1\xdf\xb4\x91\xda\x40\x84\x0e\x04\xca\xdd\xce\x04\x7f\x29\x71\xd4\x6c\xd7\xf5\x2f\x59\xb1\x99\x70\x1d\x0c\xb5\xca\x12\xb8\xe7\x60\x53\x56\x05\xc9\x74\x68\x63\x47\xad\xd9\x15\x01\x5e\xb9\xe2\x86\xd2\x79\xa9\x81\x8b\x99\x1e\x1a\x93\x32\x07\x36\xc3\x81\x86\x3d\x27\xf0\x59\xb5\x77\x5c\x0d\x73\x57\xc7\xd5\x6c\x53\xf3\x8e\x09\xcf\xd7\xf3\xb9\xcf\x47\xa6\x76\x7a\x0f\x9a\xfd\x8a\x19\x2b\x1d\xb8\x62\x56\x44\x1a\xc5\xb4\xe7\xe4\xb8\xd0\x8e\x8c\x64\x1a\x88\x3c\x8e\x01\x3a\xee\x5e\xb1\xf4\x9a\x33\x64\xa8\x13\xc0\xcc\x7a\x6b\x36\xdb\xf0\x3c\xc2\x89\x91\x87\xfa\x11\x25\xd8\xf1\x20\x47\x62\x0e\x7e\xf4\x96\x4c\x0d\x65\x0a\x64\x66\x4a\x2e\x4f\x44\xc4\x7e\xcb\x4d\x30\x82\x68\x34\x93\x5d\xe6\xc4\xcd\xc6\xa9\x9a\xdb\xe6\xb4\x9c\x0c\x8e\xea\xc6\x0a\x66\xef\x5c\xb7\x26\x2e\xb9\x47\x22\x73\x04\xd6\x34\x38\x65\xa2\xb0\xff\xde\x87\x26\x29\x2b\xd6\x8f\x9a\x19\xaa\x7d\x31\x4d\x87\xe7\x14\x02\xdb\x78\x6f\x51\x46\x2a\x0d\x5f\x4c\xdd\xbe\xc6\x78\x91\x06\x8b\x01\x7b\x7b\x2e\xee\xa7\x0f\xd8\xdb\x17\xd0\x9f\x2f\x07\xec\x9f\x1f\x07\xac\xe9\x1a\x54\x7f\xe6\xc1\x30\x7f\x90\xac\x99\x87\xc7\x99\x01\x2f\x09\x8d\x81\x23\xf0\xf0\x23\x3f\x0f\x4a\x1f\x9d\xb0\x03\x24\xe5\x0d\xc0\x9a\x8e\x16\x6c\x7d\x49\x36\x6a\xbf\x8f\xfb\x05\x57\x5f\x8e\xdd\x71\x36\xcf\x58\x52\x69\x7c\x35\xcc\x41\xe9\xa1\xf5\xa4\x3a\x56\x1d\xbd\x1b\x8a\xcd\xbb\x28\x86\x23\x51\xf4\x0c\x14\x82\x56\x9f\xd8\x58\x83\xf9\x0a\x2d\x54\x4a\x99\x5a\x74\x89\xeb\xdd\xfa\xdf\x0c\x1c\xa4\xf8\x4a\x2a\x85\xb6\x4d\x53\x03\x52\x72\x4e\xa2\x6c\x83\xcf\x57\xe3\xba\xd9\x52\xd6\xd7\x10\xdd\x24\xd9\xe1\xa3\x08\xc0\x07\xa3\xf5\x38\x52\xf3\x69\x34\x77\xda\x3a\x05\xe0\x07\x74\x18\x64\xf0\x60\x07\x04\x92\xea\x0a\x49\xf3\x82\xec\x05\xd3\x47\xa2\xa9\x76\xe4\xe5\x37\x60\xbd\x0c\x81\xb9\xd7\xa5\x6f\x85\x23\x49\xc5\xa5\x5a\xf0\xcf\xa9\xbf\x3c\xc1\x76\xae\x30\x9f\x6e\xfa\x93\x63\xe5\xf3\xc7\x4f\x5f\xff\xd7\xe7\xbf\x9e\x87\xe7\xe9\xe3\xc5\x4e\x89\x3f\x7e\xfe\xeb\x3b\xa0\xce\x79\xbd\xaf\xa1\x1f\x94\x3a\xd7\xa0\xb5\x25\xbe\xb1\x29\x72\x54\x98\x81\xac\x36\x65\x74\x05\x75\x4f\x29\x1d\xe4\x35\x40\x06\x1a\x04\x80\x03\x2a\xb2\x92\x92\xb2\x35\x9b\x96\xd4\x0a\xc7\x94\xc9\xac\x21\x4e\xcc\x4e\xfd\x00\x51\xe9\xa6\x5e\x2a\x81\xb8\xa3\x0f\x40\x20\x72\x06\xc0\x41\x1e\xa6\x6c\x02\xe6\x5f\xb4\xa9\x99\xdb\x55\x93\xf0\x88\xad\xc3\xa4\x31\xfb\x1a\x94\xff\x2d\x15\x01\x9b\x6c\x81\x6f\xd8\x0b\x88\xe7\xb5\x79\x5e\x7a\x91\xa0\xe6\x6a\x16\xfc\x55\x75\x0b\x11\x4d\x39\xf3\x86\x1a\xa5\xc2\x75\x31\xf3\x1c\x53\x8a\x09\xee\x68\xc1\xfc\xe5\x1a\x58\x52\xcb\x00\x0d\x67\xf0\x39\x39\x26\x78\x17\x74\xae\x76\xb1\x81\xd8\x40\x74\x26\xe4\x99\xd1\x4d\x70\xe1\x16\xd8\xf4\x48\xa2\x51\xdc\xa2\x9a\x9b\xd5\x14\x46\x86\xc9\xc5\xfe\x42\x9d\x52\x69\x1a\x1b\xec\x49\xf3\x15\x80\x78\x3c\x1a\x52\x62\x06\x74\x86\x76\x50\x1e\x36\xc1\x52\x26\xee\x54\x31\x81\x53\xa2\x86\x72\xe4\xaa\xc5\x6c\xf7\x3e\xbc\xce\x50\x46\x6c\x39\x0d\x87\x31\x1f\xe3\x06\xdd\xb7\x64\x3b\x92\x40\x38\xce\x99\x82\x6a\x82\x36\x46\xff\x4e\x14\x15\xee\x62\x7a\x01\x3f\x62\x91\xb5\xec\xff\xb0\x23\x1e\xae\x6d\xd6\x6d\x7c\xc3\x3a\x91\x8c\x0f\x86\xa2\x17\xbc\x44\x33\x14\x07\x2f\x73\x97\xdd\xf0\x89\x21\x79\x04\x9c\x8c\x90\x9a\xef\xf0\x73\x2f\x09\xac\xc9\xf3\xcc\x7d\x85\x8c\x4e\x94\xe4\x87\x3b\x9b\x7a\xfc\xbe\x94\xb2\x56\x70\xdf\x29\xa0\xef\xec\xff\xfb\xc8\xe6\x85\xf8\x4f\x61\xbf\x1d\x7c\x1b\xff\xc7\xfd\x2f\x91\x5f\x17\xa7\xab\xdb\x9f\xbe\x21\xfc\xef\xe2\xb4\xbd\xfd\xe9\xeb\xdb\xb6\x66\x3e\x64\x7c\x2a\x20\x6b\x6c\xc2\xe2\xba\x21\x33\xe9\x44\x97\xe8\x82\x04\xa1\x8a\x2e\x47\x2e\x54\xce\x1e\x29\x53\xaa\x56\x54\x2b\xe4\x6e\x0c\x88\x15\x00\x96\x1a\x0a\x6a\x46\xaf\xc8\x31\xa8\xba\xb8\x30\x81\xd0\x6d\x4a\x92\xcb\x55\x30\x49\x82\x4c\x85\x29\x49\x2e\x57\x61\x4a\x92\xcb\x55\x38\x48\x12\x04\x2b\x4c\x51\x82\x5c\x85\x29\x49\x2e\x57\xc1\x25\x69\xca\x95\x09\x14\x9b\x50\xed\xf6\xf2\x04\xce\xa2\x8e\x80\x12\x04\x09\x52\x15\xa7\x20\xb9\x58\xc5\x29\x4a\x0d\xcb\xe0\x7b\x41\xd2\x2e\x71\x0a\xd2\x94\xab\x08\x51\x82\x54\xc5\x47\x59\x32\x03\x14\xdf\x2e\x4e\x21\xc7\x29\x49\x2e\x57\x11\x92\xe4\x52\x15\xa7\x28\x41\xae\xe2\x94\x24\x97\xab\xe8\x92\xe4\x62\x15\xa7\x24\xb9\x5c\xc5\x29\x49\x2e\x57\x60\xdf\xdc\x8b\xd5\xa5\x02\xfe\x05\xe2\x64\xf2\x02\xe9\x81\x54\xc5\x63\xa9\xca\x7b\x91\x3a\x96\xa4\x63\xb9\x7b\xb8\x56\x4c\xa9\x75\xa3\xfd\x75\xa1\x31\x89\x7a\x4d\x6a\x36\xa8\xa5\x7b\x4d\x6a\x6e\x38\xe7\x57\x25\xf5\xe1\xce\xb6\x08\x55\x1c\xd9\xdc\xc1\x67\x42\x72\xff\x4c\xc4\xde\x96\xb0\x57\x45\xea\x9f\x3e\xfe\xbc\xf9\x66\x99\xfa\x62\x27\xbd\x27\x54\xfb\x5c\xf4\x62\xee\xc0\x18\xa9\x7a\xe6\x98\xa4\xca\x50\x72\xb5\x84\x23\xe5\x35\xb7\x37\x71\x8c\xd4\x0b\x2d\x54\xb1\xcc\xdd\x52\xd6\x0e\x9b\x59\x6b\xd0\x91\x5a\x9d\x5d\x1d\xa6\x06\x25\x4d\x88\x21\x71\xea\x3c\x40\x55\xde\xcc\x4c\xc9\x9e\x3b\xa8\x25\xf8\xd8\x59\x49\x31\xbb\x46\x83\xb2\x99\xa3\x1d\x13\x9d\x8d\x4b\xb0\x80\x35\xb6\x6f\x90\xad\xa9\xd7\xf4\x27\x6e\x35\x9a\x7c\x46\xaa\x11\xe3\xb8\x52\x1a\x8d\x12\x55\x40\xef\xf4\x81\x08\x4d\xae\x65\x2f\x0d\xd1\xa5\x61\x45\x9c\x21\x52\x9a\x5b\xaa\x5d\xe0\x09\x09\x6c\xda\xe1\xdb\xdd\x6c\xa4\x7a\x03\xbc\xfd\x4a\x10\x4d\x13\x1e\x5a\xcc\x68\x85\x31\x5f\x31\xdb\xd6\x0c\x74\x9e\xde\xf7\xc2\x1c\x5d\x98\x81\x6f\xe7\x33\xae\xd9\x64\xa3\x24\x25\x31\xff\x33\x4b\xdf\x2b\x88\x38\x15\x44\x4b\x6d\x34\xa0\x10\x0e\xc5\x30\xef\x0a\xa6\x03\xf3\xf0\x73\x9c\x0a\x47\xd4\xa6\x7c\x9f\xff\x4b\x33\x5b\x20\x4c\xd3\x40\x35\x11\x0d\x40\xf3\xe7\x0e\x56\x4f\x09\xe6\x6c\x0c\x70\x57\x02\x32\xc9\x33\x6b\xc9\x14\x0f\xd4\xe0\xa5\x4f\x66\x2c\x9e\x4b\x8a\xae\xb5\x16\x51\x09\x47\xdd\x8c\x22\x13\xce\xf9\x4d\xe1\x79\x84\xf8\xff\x56\xd9\x79\x4b\x5e\x1f\xae\x2b\xbc\xbf\x3f\x78\xaa\xfa\x97\xf3\x38\x6a\x8e\x84\xea\xd7\x5f\xde\xb3\xfa\xf6\xbe\x2d\x49\x31\x69\x72\xc8\x8c\x0a\x32\x83\xa9\xbc\x8e\xc5\x0a\xed\xbd\xdb\x8b\x13\x04\x29\xba\x54\x4d\x39\x9a\x52\x75\x6c\x8a\x4c\x39\x8a\x53\xaa\xa6\x20\xb9\x54\x1d\xdb\x36\x2b\xa9\x04\x31\xa2\x62\xae\x2a\x88\x3c\x30\xe3\x89\x93\x7a\x04\x2c\xad\x04\xc8\x53\xf4\x69\x6e\x8a\xd4\x34\xb3\x4c\x8e\x82\x8b\xd4\x94\xa3\xb0\x97\xaa\x27\xc6\xda\x0a\xf5\xc4\x5d\x82\x0c\x4a\x9a\x35\x88\x08\x44\x49\x73\x0e\xc2\x64\xa2\x04\x3a\x08\x2a\x19\xe2\x14\x0f\xb6\xe3\x32\x65\x29\x42\xae\x5c\x92\xe2\x94\xab\x27\xe6\xe6\x6a\x48\x52\xa6\x20\xa0\x2f\xe9\x20\x3b\x37\xbb\xad\x55\x9f\x88\x5d\x4a\xc0\x37\xee\x73\x35\x97\x6a\xef\x84\x59\x9c\xed\x24\xd8\x8d\x6c\xc3\xd5\x84\x28\xba\x40\x4d\x21\x8a\x53\xa4\xa6\x10\x4d\x91\x82\x14\x05\x97\x28\x48\x51\x70\x89\x7a\x62\xa1\xdf\x60\x1e\xc3\x34\xa5\x65\x4a\xd1\xb1\xb2\xdc\x5b\x7d\xe2\x94\x73\x7f\x8c\x69\x77\x44\x8c\x71\x6a\x92\x42\xc9\xa4\x97\xaf\x63\x96\x7a\x26\x3d\xf7\x6f\x4a\xcf\x33\xd1\x7b\x55\x98\xbe\x29\x4a\xe4\x27\xbc\xe7\x76\xaf\x8f\xd2\x9a\x59\xb3\xc7\xc9\xc5\x34\x63\x84\xd7\x5a\x13\x95\x11\x6d\x64\x22\xe4\x5f\x79\x8b\x14\x24\xa9\x2b\xb5\x31\x64\xa3\x6e\x98\x7d\x18\x64\x28\xbc\x4b\x9b\xe6\xa4\xc1\xe9\xbc\xa4\xda\xd7\x9a\x53\xce\xa6\x66\xf1\xe5\x41\x39\x61\xf0\xde\xd6\xa4\x4d\xb6\x91\xb8\xa5\x61\xea\xb9\xd5\xe7\xf1\x96\x91\xb2\xa7\xb0\x77\x68\xdc\xce\xec\x41\x17\x14\x14\x77\xd3\xb9\xae\xfc\x71\x84\xfa\xe1\x33\xd0\x82\xc3\xe5\x8a\x4c\x56\x08\xb1\x9d\x7d\x06\x9b\x79\xae\xe1\xe0\xb9\x06\x0f\x1a\x1c\x62\x06\xc1\x63\x06\x9c\xf3\x06\x34\x16\xe7\x9f\xa2\x38\x03\xc6\xff\xb9\x37\xd1\x4d\x3f\xfb\xe8\x87\xbb\xe8\x49\xb6\x9b\xd8\x77\xa3\xda\xbd\x46\x7d\xb8\xeb\x3d\xbc\xf7\xcb\x89\xe1\xf4\x4f\x9f\x97\xf3\x0a\x99\x31\x96\xbe\x7c\x5e\xfe\xf2\xb6\x99\xc3\xe5\x28\xa1\x3a\xf5\xd0\x33\x72\xe0\x47\x4c\x1a\xb5\x03\xe4\x21\xb1\x6f\x69\xdf\xc4\x7e\x33\x6a\x9a\xf1\x18\x31\x23\x08\x98\x92\x02\xb4\x5e\x1c\xf5\xfa\xc9\x33\x9a\xd3\xf3\x6f\x3d\xff\xf7\xde\x9f\xa4\x6e\x63\x8f\x2d\x91\xa9\x04\xac\x4f\xbf\x76\x95\x15\x90\x73\x6d\x7c\x23\xcd\xd9\x1c\x29\x44\xf9\xea\xae\xd6\xa4\x36\x31\x20\xaf\x8a\x12\x6c\x35\x24\x6f\x73\x68\x94\xba\x2f\x4f\x04\xc0\x4f\x4e\x58\x50\x2c\x3f\x01\x44\x99\x7d\x4b\x4a\x1a\xbb\x9a\x9a\xeb\x33\x38\x50\x8f\x28\x0e\x1e\xef\x01\xd8\xc3\x53\x40\x87\x5d\x64\xe7\x85\x04\xae\x97\xc3\x78\x96\xd0\x52\x41\x46\xc8\x56\x07\x40\x1a\x65\x29\x8e\xbe\x60\x3b\x58\x8f\x8e\xb8\x21\x33\xbb\x9e\xbf\xb3\x3e\xbe\xf3\xa9\xd1\xf6\xc3\xf2\xf1\xfe\xfe\xf3\x99\xa0\x71\x18\x71\xf7\xf3\x8c\xf7\x46\xdd\x01\x44\x91\x6c\x9e\x3f\x08\x2b\x3f\x09\x00\x3a\xb1\x8f\x17\x40\x4c\x59\x43\xc0\xea\x38\x7a\x75\xff\xec\x04\x10\x12\xbe\x55\xcb\x71\xff\xac\x80\x83\x73\xdf\xcd\xa0\xe1\x36\x12\x98\xea\x29\xd6\x91\x9a\xc2\x03\xab\xcd\xd7\x5f\x34\x4a\x4d\x9d\xba\x35\x66\x29\x40\xc1\x26\x86\x67\xc7\xdc\x83\x1d\x21\xf3\xf0\x80\x23\xe6\xf1\x30\x3b\x98\xbb\x1f\xaf\xdb\x19\x30\x0c\x33\x7e\xe8\x11\x43\x0f\x1f\x2e\xfb\x78\xa1\x47\x0f\x67\xbc\x70\x46\x0f\x3d\x60\xe8\xd1\xc3\xad\x99\xe1\x55\x3f\x40\x35\x73\x98\x5f\xbe\xf6\x05\x67\xa5\xf6\x9d\xdb\x2f\x1e\x38\xdc\xc7\x0b\x3d\x78\xe8\xf1\xc2\x19\x3d\xdc\x46\x02\x7c\x17\xe2\x86\x9d\xc3\xfc\x9a\xeb\x68\x36\x2f\x43\x6d\xe5\xd7\xdb\xff\xe4\xb0\xf9\x65\xfd\xe5\x2f\xdb\x33\x8b\x83\x7d\xd8\xcc\x33\xde\x84\x1b\xbc\xcd\xe5\xc7\x03\xdc\x60\x45\xf6\x41\xcb\x09\xe1\xb6\x71\x91\x2f\x74\xa4\x32\x1d\xb3\xb5\x79\x0f\x17\xf8\xd8\x67\xd4\xd4\x1e\xeb\x26\xaf\x5b\xe2\x71\x81\x8f\x7d\x86\x88\xed\x40\x76\x78\x41\xfc\xa0\xb6\x98\x72\xbb\xc8\x57\xbd\x5e\x54\xf3\x80\xd6\xb8\x53\x7d\xcc\x72\x20\x4a\x83\x2f\xf2\xd6\x8e\x6e\x76\xd7\x2a\x31\xe5\x72\x91\xaf\x24\xb5\x0b\x92\xfe\xe1\xd9\x4d\x2e\xf2\x05\xa9\x5e\xe6\x93\x4f\x75\x51\xaf\x8a\x20\x31\xc9\xde\x65\xeb\xf7\x6e\xff\x3f\x7b\x6f\xdb\x1c\xc9\x8d\xa4\x09\xfe\x15\xfc\x80\x80\x1b\xdc\xe1\x78\xfb\xc8\xc9\x3b\x33\xce\x6e\xd2\xec\xd6\x74\xc7\x31\xab\x6f\xa9\xac\x52\x67\x8d\x92\xaa\x3e\x51\x62\xdf\xf0\xd7\x9f\xf9\xe3\x11\xf9\x42\x26\xc9\x2c\xb5\x7a\x66\x77\xad\x4d\xa5\x0c\x30\x02\x01\x20\xf0\xea\x0e\xb8\x3f\x8f\x4e\x82\xbd\x0c\xcb\xbc\x4c\xf8\x99\x13\x9a\x33\x77\x9e\x41\xcb\x5c\x3e\xdd\x69\x33\xcd\x68\x32\xcd\x45\x79\x1f\x39\x92\x8a\xfd\x96\x4d\xee\x54\xdb\xe4\xbf\x8b\x41\x48\x1d\xc4\xba\xb7\x48\x63\xb2\xdf\x3c\x65\x50\xe7\x71\x81\xa1\x0a\x1c\x20\xec\x4e\x27\xe5\xc8\x13\x69\x8b\x34\xca\x36\x53\x87\xf7\x9d\x4e\x9c\xa8\x00\x55\xc2\xa2\x77\x48\x04\x8d\xb2\x5a\xd5\xd0\x6c\x52\x42\x75\xc0\x9d\xee\x9e\x55\x4f\xed\x36\x62\xd5\x29\x3d\x35\xd9\xf4\xa9\xcf\x76\x2b\x7d\xea\xb7\x5a\xea\xe9\x9d\xd8\xef\xeb\xeb\xd7\xee\x85\xeb\x8b\xf7\x72\x4d\x2f\xde\x83\x5b\xda\x87\xef\x49\xd5\x8f\xf3\x7b\x12\xab\x4c\x31\x71\x1d\x0c\xcd\x63\x73\x62\xe2\x16\xab\x52\xe3\x49\x1b\xa5\xb1\x16\x19\x94\x27\x1d\x42\xc2\x37\x0a\xd3\x37\xff\xf5\xc8\x02\x0e\xbc\xc9\x04\x2b\xad\x85\xda\x96\x07\x89\xc2\x9e\x86\x2a\xe6\xeb\x96\x27\xcd\xb0\x22\xeb\xd4\x86\xe9\x00\x2d\x12\xb7\x4f\x77\xd9\x54\x9d\x31\xe5\x3c\xc8\x6d\x6f\xa6\x5c\x98\x06\x84\x2f\x52\x99\x64\x50\xeb\x1b\x9d\x16\x23\xa0\x46\x6c\x1d\x51\x7a\x3f\x44\xb4\x28\x40\x1a\x55\x3e\x46\x9c\x12\xbc\xb7\x3c\x22\x0f\x1a\xba\x47\x82\xf1\x45\x82\xd3\x9c\x20\x72\xf6\x78\x48\x6f\x42\xec\xd3\xf4\x2c\x66\xfd\x74\x67\x63\x56\x33\xd3\x60\x1b\x6a\xb0\x95\xea\x1f\x0e\xb5\x52\xeb\x94\x8b\x75\xbc\xef\x18\x6c\xda\x6d\xb8\xa9\xd4\x8b\x19\x4d\x17\x06\xbb\x8f\xb7\x42\x03\x5e\x36\xa5\x4d\x28\xc3\x5c\x84\xa2\x53\x49\x9d\x84\xaf\x19\x72\xbb\xf4\x6a\xce\xa9\x17\x73\x8b\x96\xdb\x2e\x5d\x32\x52\xfa\xe1\xaf\xdf\x25\xca\x3d\xfe\xf5\x0a\x59\x6e\x1c\xb6\xac\x12\x8d\x94\xca\xc4\x5a\x48\x5a\x92\x36\xa9\xe9\x79\x49\x27\xcd\x36\x91\xe7\xc1\x37\x9c\x32\x8d\x51\x52\x9b\x8e\xa1\xd9\x1e\x4f\x99\x34\x37\x2d\xe8\xb3\xc2\x4a\xa9\xe9\xc6\xb4\xf6\x51\x47\xed\xd3\x31\xe4\xbd\x6e\x64\xe2\xae\xee\xbf\x3a\x8a\x0c\x5e\xb3\x50\x19\xa9\xc9\x94\x5b\x26\x96\x26\x6e\x36\x3b\x64\x9a\x2f\x9e\x51\x51\xea\x6c\xba\x41\x27\xd1\xd1\xfb\xbe\x26\x2a\x23\xab\x4c\xa5\x51\x92\x22\xfd\x29\x6d\xa4\xdb\xd0\xe8\x3a\xa6\x63\xe8\xd0\x39\x6a\x4b\x39\xf6\x44\x5a\x5b\xd6\x75\xb3\x39\xa9\x49\x9d\x58\x1b\xe5\x9a\x98\x5d\x8d\x29\xad\x4c\x87\x80\x65\xcc\x53\xab\xd4\xb8\x67\x18\x38\x36\xee\x6d\x9f\xad\xab\x6b\xe9\x13\x4b\xa1\x3c\xb4\xb5\x4d\xa7\x9c\x99\xf3\xb4\x5c\x17\x6b\x35\x4a\xa5\x16\x30\x80\x2a\xeb\x1a\xac\xb9\x95\xbb\xcd\x00\xa6\x0e\x26\x3f\x85\x1b\x35\xf7\xe9\x10\xf0\x4c\x05\x9b\xc3\x89\xcb\x94\x13\x25\xae\x75\x5f\x2a\xa5\xa1\x83\x27\xc0\x9a\x97\x2e\x65\xc3\x89\x54\x92\x5a\xb3\xcc\x81\x79\x1a\x49\x94\x53\xe2\x1e\xa9\x24\x5e\x67\xd3\x9d\x53\xb3\xd1\x92\xd1\x18\x15\x9f\x5a\x64\x9a\x2f\x73\x0d\x33\xe5\x24\x5a\x22\xe8\x34\x47\xb6\xb9\xa7\xd7\xd4\xf2\x84\xfd\x92\x6e\x05\xe9\x55\xaa\x4c\x26\xec\xb6\xdc\xfa\x24\xa6\xce\x97\xaa\x98\xc3\xba\xf6\xb6\x07\xdc\x5b\xee\x75\x4c\x60\xa5\x47\x5f\x2f\x85\x9b\x2d\x66\x7e\x5d\x56\x39\x6a\xaa\xa9\x4e\x56\x21\xb5\xda\x54\x91\x47\xf3\xfd\x76\x2d\xbd\xa9\x77\x02\x65\x9d\x0e\x81\xb9\x35\x9a\x75\x84\xd4\x27\x98\xed\xb0\xf0\xa5\x11\x73\xbd\x3c\xf1\x01\x6c\xb1\x6e\x0f\xdc\x5d\xc9\x01\x86\x13\xcd\x5c\xc6\xd8\x0c\x8c\x6e\xe0\xd6\x7c\xb7\x1d\xb0\x48\x6a\x72\x3c\x9e\x37\x37\x7f\xab\xa4\xd8\xa0\xda\x67\x70\xfa\x9b\x56\x63\x49\x55\x47\x9c\x0f\x30\x5b\x9d\xd1\xcf\xc6\xde\xa5\x76\xc7\x02\xae\x04\xdf\x3f\xe7\x60\xa9\x70\xed\x04\x1a\x34\xaf\xab\x29\x00\x4a\x7a\x3f\xea\x45\x66\xfc\x1f\x52\x68\xce\xa6\x3e\xea\x93\xf5\x17\x75\xf6\xe4\x11\xe0\xbf\x0e\xec\xa5\x64\xda\x48\xda\x73\x42\x21\xb2\x9a\x46\x10\x2a\x95\xd0\x1d\x18\x1a\x6c\x05\xd8\x4a\x6d\x00\xae\xaf\x80\x0d\x87\xdf\x60\x45\xa1\x11\x82\x49\xe0\x25\x6e\xed\x0e\x25\xb9\x01\x0f\xae\xa8\x6b\x21\x15\xfb\xc9\xfb\x58\xda\x1c\x7c\xbe\xab\xa9\x87\x7a\x4a\x56\x79\x02\x5b\xf5\xc4\x26\x59\xec\xe1\xbc\x8f\xed\x5e\xab\x13\x37\xf8\x03\xde\x5f\x9c\xd1\xf7\xd9\x6b\x6d\x46\x50\x9e\x3d\x45\x62\x75\x34\xf9\x02\x18\x61\xd4\x2d\xd0\xe7\x50\xff\x87\xf6\x43\x32\x00\xae\xb2\xb6\xd3\x19\x06\x9a\xbd\x81\x71\x1f\x1c\x1f\x73\x7b\x79\xc9\xb1\x7d\xb7\xca\x95\x43\x96\x41\x1a\x32\x76\x91\x2b\x65\x0f\x75\x7d\x62\xbe\x88\x09\xc3\x99\x41\x36\xc8\xee\x28\x5f\xc0\xc3\xe2\xcd\x0f\x94\xa9\xd8\x40\x15\xa1\x8e\x99\x06\xd0\x42\xab\x7d\x6f\xa2\xe8\x4d\x04\x58\xeb\xb9\xf9\x66\x88\x6c\x0b\xe5\xf4\x56\x57\xb8\x24\x75\x3f\xde\x7e\xd9\xff\xf5\x7b\x7c\xc2\x1e\xe3\xce\xdf\xf8\x68\xb4\x1c\x50\x79\x7a\x0f\x3c\xe4\x36\xe7\xfa\x04\xd0\xb3\x3c\x9c\x54\x30\x87\x26\xb1\x49\x68\xf2\x18\x4d\x9d\x11\xca\x11\x77\xee\x59\x50\xc3\x0e\xe7\x36\x56\x68\x6f\x53\xa4\x69\x80\xb4\x7e\xd8\x9f\x38\x55\x4e\x24\x4f\x36\x69\x3b\x9e\x64\x25\x59\x81\x02\x51\x1c\x2d\x1d\x7b\x9b\x0c\x70\xfb\x5c\x1a\xe9\xbe\x5b\x65\x77\x67\x3f\xf0\x7e\x0b\x80\x38\xb1\xfe\xaf\x79\xe6\x3b\x5c\x4b\x66\x0c\x53\x93\x14\xfb\xd6\xf1\xf2\xce\x81\xf0\x76\x5c\x8f\x5c\x9e\x27\xc8\x6b\xf0\x44\xe9\x6f\x68\xe2\xcb\x86\x62\x7e\x81\xb2\xf8\x60\xcb\x4e\x83\xf0\xbc\x2e\x4e\x30\x51\x57\x45\x2b\x0d\x6a\xa1\x80\xc4\xc0\x54\x72\xd3\xd1\x94\xf2\x5a\x53\xb7\x29\x40\x6f\xc1\x04\xbd\x8d\x2c\x7e\xa4\xe7\x9c\x1c\x19\xa0\xee\xf8\x88\x11\x06\x80\x57\xad\x5f\x02\x25\x1b\xbb\xd8\x6c\x57\x53\x2b\xef\xc1\x67\x16\x04\xa6\xae\x0e\x4f\xe1\xff\x1e\x67\x5d\xed\xa0\x4a\xf7\x1d\x77\xdd\x82\xca\x29\x85\x02\x20\x70\x76\x63\xd0\x27\xe9\x54\x00\x8e\x59\x49\xb6\xe8\xbe\xdd\x09\x2e\x7c\x97\xd9\x19\x23\xac\x66\x2f\x76\xbd\x7f\xdb\x3c\xee\xbe\xa3\xdf\xfd\x6d\xf3\xb8\xfb\xc8\x9b\xe8\xcb\x11\x0a\x6a\x12\xd1\x8d\xf6\x49\xfb\x2c\xbb\x42\x73\xbf\x59\xee\xc0\x52\xdc\x63\x7d\xba\xcb\xcc\x64\x6b\x67\xeb\xa4\xe5\xa6\x54\x6a\x6d\xf2\xdf\x59\xb6\x91\x3e\x71\xab\x9b\x52\xa7\xb2\x18\xc9\xf3\x98\x32\xe9\xd8\xdb\x67\x17\x90\xa4\xf0\x8d\xe8\x24\x7a\x70\xb9\x90\x69\xf8\x8e\x00\x33\x15\x9b\xd8\x33\x1c\xc9\x85\xa7\x0a\xea\xf7\x62\xca\x00\x37\x2a\x0c\x49\x75\x4c\xb5\x42\x7e\x1f\xd9\xe4\x48\xd8\xee\xe5\x2d\xf5\x48\x3c\x26\xa6\xa2\x91\x8a\x4e\xd8\x4c\xa5\xc6\xf7\xb9\x0c\x1a\x79\xc3\xa5\x4e\x7c\x2c\x54\x6a\x94\x6c\x3e\xeb\xfb\x96\x09\xc7\xc5\xad\xae\xb3\xcd\xf7\x32\x75\xa6\x54\x36\x27\x65\x04\x3b\x48\x06\x78\x23\x9f\x94\x12\xc7\xd5\x22\x93\xdb\x73\x14\x6a\x70\x01\x29\xe2\x23\xc3\xfe\xc8\xd4\xfb\x89\x2e\x64\x93\x94\x49\x36\x3d\xaf\xa5\x0c\x2a\x19\x4e\x01\xf5\xac\x3a\x24\x0f\x12\xe2\xe2\xbe\x0d\xcd\xd6\xae\x31\x09\x37\x13\x9a\x27\xe1\x0c\xc5\xb2\x51\xad\x6b\xae\x85\xec\xa3\x2a\x70\x63\x3c\x17\x3e\xcd\x45\x6c\xfa\x2e\x35\xb2\xc8\x5b\x5f\xb3\xe2\x62\xa2\xd0\x04\x63\x47\x14\xbf\xe7\x89\x55\xa8\xcb\x24\xdd\x16\xd7\x9a\x26\xee\x60\x85\xef\x89\x9a\x65\xd7\xa9\x9d\x95\xb8\x54\x1a\xf0\xb5\x28\xc5\x0f\x0a\xa0\x44\x00\xc7\x54\xa0\xce\x82\x9c\x61\x4c\x92\xa9\xd7\x7b\xe9\x4c\xac\x37\x26\xb5\x98\xc8\xe3\x17\x4f\xe8\xb4\x3d\x3f\xdd\x15\x9b\xaa\xa7\x9c\xeb\xb9\x22\x0a\xc7\xaa\x5b\xed\x7d\x73\x5e\x6b\xc8\xa6\x53\xab\x2b\x78\x86\x97\x49\xda\xa0\xae\x93\x8e\x6e\xdd\x47\x9a\x4c\xda\x1b\x21\x74\x2b\xbd\xef\xa1\x5d\xda\x08\x4e\xf5\xac\x76\x9c\x97\x5f\x0b\xf5\xbe\xb6\xfa\xb6\xea\x57\xa1\xcc\x28\x73\xef\xd3\x7c\x99\xa5\x32\xe9\x53\xae\xe9\x09\x1c\xe7\x9b\x66\x0a\xde\xe4\xbf\xb3\x88\xd8\x27\xb6\x99\x28\xdf\x30\x77\xab\x27\xfc\xce\x85\xd6\xee\x7a\x6b\xa9\x6f\x7e\x8c\xb6\x66\x1f\xa3\x8d\xf1\x31\xb5\x42\x31\x36\xf9\xb1\x14\x42\xe8\x0f\x56\x8f\xda\x62\x71\xa8\x1e\x4d\x69\xae\x1e\x4d\xe9\x52\x8a\x45\xd2\xdb\x29\xaa\x0d\xd9\x29\xe3\xdc\x6c\x2a\xf0\x81\xb1\x86\x9b\x0e\x4d\xf8\xe9\x4e\xb9\x4e\x27\xdb\x00\xee\x3b\x13\xb3\x9c\xb9\xc0\x78\xa4\x4f\x77\xcc\x32\x39\xcc\xc8\x61\x56\x9a\x10\x3e\x9b\x95\xe6\x58\x17\x85\xd9\xdd\xe6\xe7\xeb\x4d\x31\x11\xfb\xfd\x65\x5a\x7e\x3c\xec\xe4\x67\xc5\xf2\xb6\x8b\xbd\xd0\xd8\x46\xf8\x54\x80\x9e\xc4\x81\x2f\x21\x7e\x81\x3e\x73\xa4\x6d\x24\x26\x8e\x64\x2b\x36\x81\x6e\xa8\xba\x20\x08\xd3\x95\x1c\x14\x0b\x80\xaf\x12\x20\xc4\x84\x0c\x99\x6d\x25\x82\x00\x5b\xb0\xb7\x4d\xcd\xd2\x60\x4b\x83\x49\x23\xc9\xbe\x0d\x1a\xb1\x65\x92\x6d\x9d\xd9\xff\x66\x26\xa4\x32\x93\x6b\x84\x0a\xb1\x14\x88\x9f\xd5\x72\xc3\xfd\x7d\x14\x24\x98\x69\xac\x0b\x4e\x80\x32\xf5\xad\x80\x4c\x49\x11\xb9\x84\xe6\xee\xc7\xf7\x2c\x26\x74\x9a\x10\x5a\xb0\x3a\x16\x1a\x71\x96\xdf\x41\x83\xe6\xa6\x6e\xfa\x7c\x57\x14\x9c\xe7\x24\x4f\x62\x09\xcf\x30\xab\x27\xc0\xa9\x0e\xc2\x85\x1d\x72\xd9\xe1\x28\x06\xee\x0c\x19\x95\xf7\xbe\x5f\x4c\x70\x67\x15\x97\x05\x8f\x92\x72\xe0\xfa\x7c\x97\x4c\x6c\x9c\xd1\xbd\x5e\x09\x18\x9e\xdb\x6d\x32\x99\xda\xf2\x8b\xa6\xc6\x1d\x64\xee\x63\x9a\x8f\x67\x89\x9e\x15\x04\x3e\x6b\x23\x9c\x16\xe7\xf9\x41\x33\x2a\xbb\x53\x5d\x67\x20\xf8\x8a\x4d\xf8\xfb\x98\x71\x68\x51\xc0\xef\xd4\x20\x36\xc4\x06\xd4\x5d\x08\xd3\x89\xdd\x6b\xdb\x8f\x4f\xc0\x5c\x02\x54\xed\xe6\x5c\x15\xea\x31\xd6\xd2\x07\xb0\x79\x77\xb1\x5b\xbb\x40\x66\x4d\xde\x65\xf2\x5c\xe5\x61\x90\xae\x59\x4c\xdb\xe9\x5e\xdf\x3b\xee\x94\x81\x25\x12\x3a\x08\xda\xe0\x8a\x2e\x00\x9d\x26\xd8\x21\x72\x18\x29\x0e\xca\x7b\x92\x48\x7e\x04\x00\x16\x1c\xf7\x37\xe2\x3c\xf7\x37\x4b\x01\xe4\x58\x85\x74\x9f\x81\x81\x6e\x02\x54\x81\xca\xa5\x26\xab\x41\xec\xf3\xad\x73\x9c\xbc\x28\xa4\xf1\xfd\x70\xf2\xb1\xb6\x65\x76\x10\xdc\x0e\x2f\xa8\x0c\x42\x2a\xaa\x36\x93\xbe\x22\xcc\x39\x8c\xd1\x9b\xfd\x6f\x3f\xec\xbf\x4b\xbc\xb1\xb7\xe2\x66\xff\x5b\x7c\xdc\xbf\x94\x73\x2e\x6c\x69\xff\xb4\x38\x08\x15\xf8\x50\xf2\x28\x54\x27\x80\x85\x4c\xe8\xfd\x9b\x9a\x09\x9e\x7e\xcb\x56\x9b\xcb\x1d\xb9\xd1\xe0\xdb\x2a\xba\xc1\x7e\x84\xef\x4a\x1c\x76\x28\x1c\xaa\x29\xd3\xe0\x33\xef\xbb\x2a\x6a\xcb\xc1\x6d\x61\x59\xab\xc9\xd1\x3c\xb5\x4c\xca\xe7\x53\x5c\x56\xea\x93\xcd\xda\xda\x69\xf0\xd9\xbe\xa8\xcd\x1f\x3c\x75\x6c\x33\xf7\x0e\xef\xd8\x44\xb5\x43\x0d\x1c\x00\x0f\x2e\xe8\x24\x69\x58\x02\x92\x0a\xe5\xf3\xf7\x85\xea\xe4\x78\x2c\xb6\xc4\x2b\x36\x35\xd6\x5a\x4c\x64\xcb\x94\xfb\x59\x69\x25\x4f\xf0\x8a\xb1\x07\x26\x86\xe8\xb9\x2b\xa1\x3d\x9b\x8a\x7d\xe3\xba\x0c\xa5\x79\x03\xcf\x96\xb1\xd3\x48\xdc\xa6\x92\x8a\x49\x1a\x80\x9d\x01\xa8\x71\x3b\xf3\x00\x17\xea\x0c\x4f\x84\xb2\xce\xc9\xaa\x59\x92\x50\x93\xbd\xe3\xc4\xc9\x30\x79\xcb\x59\x49\xdb\x99\x6b\xa5\xd7\x85\x49\x07\xfc\xe9\xce\x1e\x88\x15\xff\x65\x5b\x60\xef\xff\x3e\xdb\xa8\xe4\x0b\x4e\x8f\x90\x6a\x30\x38\x4c\xa6\xeb\xe3\xcc\xfd\xf1\x74\x54\x98\xe0\x33\x78\xb2\x61\xb1\xc9\x8d\xb8\x4e\xfe\x3b\x0b\x38\x42\x32\x62\xa1\x3c\xf6\x7d\x06\x70\x36\x19\x0f\xc2\x97\xf4\x37\xd7\x9f\x3f\xd2\xb1\xaf\xe9\xd4\x75\x71\xc0\x86\xf4\x41\xc2\x36\xcb\xdd\x9e\xef\xb1\x4f\xf3\x34\xd8\xd5\x0a\x6a\x32\x1d\x62\x7e\xba\xd3\x3e\x65\x49\x74\xac\x2d\x48\x8c\x16\xbe\x39\xad\xfe\x25\xda\xa7\x87\x9e\xac\x77\x74\x3e\x4e\x34\x7f\x7e\x5d\x9a\x10\x25\xa9\x53\x93\x4f\x0f\xca\x35\xda\xcc\xd6\xee\x73\x11\xe2\x17\x1f\x35\x9d\x2c\x26\xfc\xe9\xae\x0c\x99\x3c\xda\xc9\xe7\xf8\x08\x3d\xfb\x9c\x43\xbc\x4f\x77\xd6\x0b\x73\x46\x37\xac\x6d\x6f\x52\x78\xb7\x25\xae\xbc\xea\x7e\x65\x78\xf7\x5b\xdb\xdc\xa1\x7c\x9c\x3b\xe6\x99\xa3\x65\x4a\x7d\xf2\xdf\x65\x3b\x7f\xd8\x0f\x16\x4f\xcc\x00\x79\x99\x00\xd8\x24\x67\xff\x3d\x4e\x03\x6d\x99\x06\x3a\x50\x73\xa0\x0c\x8c\x7c\x32\x17\x1c\xa7\x82\xd4\x30\x15\x60\x80\x55\xc7\x11\xe7\xeb\xa6\x82\x35\x57\xa1\x5c\x4d\xb6\x36\x09\xf8\x4f\x99\x0b\xf2\x15\x73\x41\xb9\x3c\x17\x88\xcf\x05\x17\xc6\xcc\xef\x3f\x7f\xdd\x5c\x3d\x5a\x10\xf9\x7d\x89\xad\x7e\x59\x0c\xe2\x24\xdb\x12\x9f\xb6\xb6\x04\x4b\x48\xb1\xc3\xb2\x2a\xf6\xd0\x9f\x58\xd2\xce\x86\x09\x0c\xfe\xec\x71\xf4\x47\xf6\xdf\xce\x51\xd9\xaa\x86\x3f\xf8\xaa\xc8\x1f\x7e\xf5\x8f\x67\xda\x7b\x78\xe3\xd9\xfb\xe9\x3d\x3f\x44\xd5\x14\xfb\x1f\xcb\xb5\x08\x10\xb3\x67\x2c\x45\x3d\x42\x29\x2e\x08\x80\xd8\xdd\x3b\x81\x5a\x3d\x20\xec\xdf\xe6\x02\x69\xcd\x21\x02\x34\xce\x2f\xbd\x40\x67\xbc\x90\xe2\x90\xdb\x73\x04\xa8\x53\x5c\xa7\x7b\x6e\xf5\x62\x8a\x8b\x23\xf4\x5b\x45\x74\x54\x2a\x07\x9b\x02\xd2\x79\x18\x30\x9d\x7b\xaa\x7a\x6b\x31\x2e\xbf\xbb\xe0\x59\x2b\x6e\x9e\x20\x5a\x33\xb6\xd0\xf4\x88\xf4\xf8\x12\xd3\xfa\x65\xf1\x72\xf1\xcd\x31\x1e\xb2\x9d\x11\xb2\x66\xc7\x77\x14\x28\x8e\xfa\xe6\xa7\x81\x29\xcd\x12\x86\x31\xde\xbc\xaf\xc6\x34\xdc\x18\xaf\x52\x6d\x3f\x54\x38\x9b\x06\xbf\x3c\x46\xd1\x60\x32\x1e\x5b\xa0\xd8\xac\xf8\x83\x0d\xef\x56\x4c\xba\x44\x24\x16\xd0\x74\xb4\x1a\xd2\x3b\xa9\x66\xb1\x44\xfd\xb7\x87\x5e\xa9\x72\xe8\xc1\x64\xda\x9c\x67\xf4\x3d\x87\x36\xf4\xf4\xa4\xf7\xb8\x58\xe0\xbe\x91\x9e\x7b\x9f\xa6\x90\x2e\x95\x31\xa7\x6a\x49\x76\x8f\xd2\x61\x01\x86\x0f\x7a\x27\x49\x87\x0a\x0d\x7e\xb9\x94\xe8\x38\x14\x13\xfe\xa9\x56\x4e\x8c\xc1\x77\x92\x6c\x15\x49\xe2\x72\x29\x49\x9b\x78\x97\x34\x5b\xbd\x2a\x4d\x51\x87\x39\xc5\xe5\x52\x9a\x22\x75\x49\xd3\x22\x21\x4d\xa7\xf6\x7a\x3b\x51\x4d\x48\xd4\x2f\x17\x2b\xb4\x1f\x12\x05\x35\xe0\x15\x05\x85\xf3\x08\xf0\x79\xdf\x48\x53\x4b\x3a\xa4\x59\xf5\xaa\x34\x8b\xa0\x73\xfa\xe5\x62\xe7\xe4\x43\xe7\x2c\xae\x02\xbd\x56\x2b\x7e\xfd\x7c\xbb\xb9\xd6\x61\xe1\xd7\xcf\x71\xb7\xf9\xc0\x51\xa1\xa7\x76\xd8\x9e\x77\xaf\xb7\x14\xfb\xc1\xa5\xbb\x47\x36\x29\x5e\x22\xf3\x00\xaa\x62\x6b\x54\x65\x6d\xfd\x92\x87\xdc\x9f\x20\x7f\x1e\xb0\x4c\x4d\x03\xbe\x04\x91\xca\xb2\x8f\x9a\x4c\x58\xee\x4c\x55\x56\x9d\xc9\xbe\x31\x0f\x82\x33\x50\x90\xd4\xec\xe3\x2d\xd4\xfb\x53\xd5\x9d\x2a\xda\x3e\x0c\x9b\xd3\x2e\xa4\x78\x8e\xc4\x7a\x84\xd8\x7f\x71\x77\x9e\x8d\x2e\x80\xae\xbe\xaa\xdb\xc7\xdd\x6f\x9b\x6b\xcf\x3f\x10\xf7\x03\x2b\xdb\x21\x07\x2b\xdb\x44\xb5\x9a\xb2\x2a\xc4\x69\xec\x1b\xb1\xe6\xa8\x69\xcb\x94\x39\xc7\x46\xb9\x98\xaa\x99\x15\x73\x3c\x27\xc0\x71\x76\xce\xf3\x5f\x3b\x53\xa4\x3b\xef\x59\xa9\x4a\x8e\x90\x4e\x79\x95\x5b\x23\x96\x6c\x9d\xa8\x15\x0d\xb9\x99\x58\x83\xaa\xcc\x35\xd3\x18\x0d\xa8\xe9\x96\xb3\x7d\xbd\x8d\xf9\xe5\xeb\x91\x76\x18\x96\xca\x5a\x46\x25\xf6\x4e\x77\x0b\xdf\x63\x7d\x91\x0d\x76\x64\xdd\x5f\xb4\xc1\x70\xb9\xc1\xad\x19\x2d\x96\x28\x97\xab\x72\xe1\x2c\x34\x77\xe9\xdb\x92\x49\xdf\x89\xbb\x8f\xa8\x9d\xa0\x69\x95\xb3\x43\x07\xf7\x42\x02\xc3\x7a\xea\xdc\xdd\x17\xbc\x92\x74\xb8\x85\xef\x50\x35\xeb\xd1\x49\xd4\x4a\x95\x6e\x01\xf7\x5d\xaf\x49\x3f\xb2\x57\x60\x6b\x48\xdf\x04\x3f\x71\x53\x7e\xa1\x94\x32\xf6\x5f\x3c\xf9\x26\xc4\x23\x68\x2d\xa8\x92\x96\x60\x69\xac\x2d\xe3\xbd\x56\xf1\xa2\x8d\x9f\xae\x78\x51\x7b\xda\xbd\xae\x92\x30\x37\xea\x5c\x25\xc5\x9d\x57\x2d\x93\x61\xc2\xa6\xee\xa3\xd7\x7c\x58\x6a\x1e\x10\x43\xf9\x90\x8f\x68\x22\x6e\x33\xe2\xa7\x36\xb8\x3a\x5c\x91\x51\x66\x93\x89\xc5\xbf\xc6\x04\xea\xfa\x66\xdc\x3f\xda\x31\x45\xa8\x97\x16\x59\xfa\x47\x39\x3c\xdf\x49\x65\x38\xf5\x64\x49\xbb\x38\x7f\xf8\xc9\xfb\x4b\x55\xf8\xad\xcb\x73\xe0\x6f\xab\x6f\x7f\xfb\xf1\xdb\x7f\x5c\x39\x52\x7f\x8b\x5b\x44\x7f\x5f\x9a\xee\x07\xd4\x2f\x1d\x29\xd8\xa8\x18\x2b\xed\x80\xdf\x95\x3c\x1c\x85\x17\x7f\x55\x0d\x79\x60\xfb\x49\xb7\x91\x4d\x54\x92\x4a\x3a\x02\x40\xdc\x72\x0b\xac\x9b\x62\xba\x5b\xf0\x5f\xb7\x7c\x6f\x89\x4a\x07\x3f\x25\x30\x71\x7b\x14\xab\xc2\x98\x4d\x58\x84\xf9\x8a\xc9\xa3\x1d\x9b\x57\xd6\x58\x71\x34\x6a\x20\x52\xa3\xde\x57\xdc\xad\xe3\x87\x9c\x06\x69\x0b\xa2\x99\x5a\x76\xce\x54\xff\xff\x91\x33\x03\x54\x17\xe5\xe3\x86\x53\x40\x7e\x7e\x60\x13\xaa\xa2\xe9\xa6\xfd\x7c\xf6\x1b\x58\x65\x40\xf0\x14\x00\xc9\xc8\x24\x2d\x8c\x44\xad\x47\x50\x35\xd6\xf9\x0f\x1e\xa6\xbd\xda\x27\x0e\x21\xc7\x85\x1f\x8a\x28\xa2\xd1\x9e\xe9\xcd\xd9\x64\x1b\xa4\x75\x2a\x79\xc5\x56\x42\xb1\xda\x2b\xb0\x39\xf0\xc1\x61\xc5\xd5\x9e\x1e\x33\x77\x92\x16\x79\x0c\xd2\x12\x32\x8f\x28\x89\x49\xdb\x59\x21\x2b\xce\x2e\xec\xc3\xdf\x6c\xff\x1f\xbe\x7e\xbe\x76\x0b\x7c\xe9\x03\xf1\xf1\xeb\xe7\x0f\x36\xc2\xfb\x11\x9c\xa9\x26\xea\x41\x06\x53\xaa\xdb\x28\x7d\x86\x86\x1e\x1a\xab\xc4\x5c\x28\x99\xb4\xea\xd0\x40\xa9\xae\x3a\x1c\x63\x00\x28\xd0\x82\x7d\x62\x93\xc0\x64\x13\x8d\xcd\x26\x15\xd4\x66\xf3\x66\xb5\xdd\x85\x4d\x4c\xe8\x54\x6c\x1e\xa1\xbc\x9a\x41\x9c\x9b\xf8\xeb\xf6\x10\xd0\x21\x85\x1c\xe3\xf7\xb6\x8c\x19\xd9\xdb\x3a\x55\xe4\x02\xbb\xec\xd4\xa2\xd8\x2c\xe9\xb8\x9a\x6a\x3a\x59\x56\x58\x05\x76\x92\xb1\xd6\xea\x67\xaf\x95\xe4\xe6\x14\x8a\x3c\x0f\xb8\xaa\x2b\xaf\x81\xf4\x52\x02\xa7\x72\x8a\x55\x1e\x0b\x66\xf6\x52\xa8\x8d\x35\x6b\x06\x93\x81\xd4\x2d\x8c\xe3\xbb\x73\x31\x44\x01\x05\xd6\x88\x12\x94\xa9\x8d\x90\x42\x87\xa1\x86\x7d\x25\x37\x92\x01\xf7\x0c\xd9\x8f\x6e\xd3\xa2\xf6\x15\x44\xa6\x8a\xfa\x28\x1a\x74\x60\x73\xd8\x04\xa2\x01\xff\xc3\x33\xcc\x75\x1c\xd1\x6e\x53\x84\x31\x55\x14\xf0\xb4\xf1\x30\xf5\xc7\xcf\xe1\xe0\x3d\x22\x17\x50\x2a\x7e\xfb\xb7\xef\xc1\x61\xfa\x2d\xfe\xed\x02\x0c\xd3\x2b\x4c\xe6\x2f\xfd\x84\x58\x48\xb5\xbf\xad\x64\xbd\xa9\x28\x39\xf5\xcf\xf5\x8a\xd2\xf3\x43\xcc\x49\x63\x85\xf5\x83\x69\x92\xfe\x9b\xc5\xf4\x75\xfc\x89\x99\x68\xfe\xd3\x72\xcf\xb2\x93\xd4\xf7\xb1\x57\x52\xc6\x90\xaa\x79\x63\x92\x40\x01\x29\xde\x28\x65\xc1\xc6\xa1\x3e\xa2\x16\xd2\x02\xc4\xa0\x04\xfa\x6f\x15\x58\xd3\xf0\xd8\xc0\x2f\xa7\xbb\xff\x82\x5d\xe7\x1e\x91\x41\xd0\x31\x88\xcb\xda\x84\x62\xae\x3b\x56\x5b\xb2\x2a\x08\x4c\xaa\x46\x11\xdd\xe3\xaf\x80\xc2\x40\x1d\x9a\xff\xf4\xe2\x79\xdc\xb8\x94\xf6\x92\x08\xf6\xf9\xca\x86\xfb\xfc\x01\x70\x56\xda\xa4\x03\xc0\x7b\x0d\x39\xa9\x3b\x38\x7d\x27\x6f\xc3\x53\x84\xfd\xcc\x45\xe2\x06\x6b\xd0\x37\x89\x1b\xb4\xc7\x9e\x36\x6d\x50\x29\x2d\xcc\x97\xd9\x28\x3e\x51\x6b\x2d\x54\xe2\x5a\xd6\x5a\xc5\x74\x85\x5e\x28\x37\x85\xe5\x2f\x64\x07\x5c\xe6\x61\x20\x42\x99\x6d\xd1\xb9\xe5\x92\xa9\xf6\x71\x3a\x4a\x00\xd5\x92\x91\x79\x6e\xba\xb6\x41\x27\x19\xe6\x68\x5c\xcb\xcd\xa5\xec\x1d\x67\xcb\x0a\x8f\x52\x86\xc3\x06\x43\x3e\xda\x59\x49\x3b\x01\x99\x96\xf6\x0a\x65\x1a\xb7\xe2\xe1\x8f\x13\x16\x9b\x38\xea\xcc\xc1\xfc\xe7\x24\xf8\xb2\x77\x7c\xd9\x7c\xb6\x39\x7f\xf5\xed\xf7\xbf\x5c\xb9\x91\xf6\x65\xf3\x19\x53\x7e\xdc\xda\x3b\x1f\x6d\x3b\x2f\x13\x7f\xe5\x3a\xe5\xa4\x87\xe3\x60\x9e\x92\x9b\xe8\x9c\x59\x05\xcc\xb1\x3e\xdd\x95\xe2\x87\xb9\x27\xd1\x27\x84\xcf\x8d\x08\x3c\xd6\xa7\x07\x1b\xcf\xe5\xa3\xd8\xda\x71\xea\xfe\x09\x65\xd1\xaa\x1f\x44\x9f\x63\x7d\x7a\x48\xb6\x10\x5c\x11\xd9\xd2\x46\x49\x34\x5d\x51\xee\x2c\x16\xbb\xa9\xc9\x04\x5a\xb6\x51\x40\xd8\xca\xf0\xfc\x29\xd1\x24\xd9\x56\x22\x4c\x75\x23\x43\xd7\xbe\x91\xd4\x89\xf3\x34\x5f\x96\x4d\x58\x25\x9e\x80\xff\xb8\xea\xbe\x65\x8a\x0b\x9c\xa0\x61\x65\x53\x26\x31\x0d\x18\xc6\x2b\x55\xa6\xaa\x6e\xa9\xd1\xef\x61\x48\xdc\xfb\xbd\xc9\xbb\x55\xcf\x76\xe6\x61\x87\x75\x9b\x25\x9d\x6c\x0f\xc3\x4f\x41\x77\xa3\xde\x67\xec\xec\x9d\x1f\x50\x99\xb8\x2f\x93\xb4\xf2\xe9\x4e\x7a\x87\x75\xd0\xf1\xd4\x9e\xa7\xe5\xd4\x1e\x10\xb4\x42\x07\xb3\xe6\x39\xee\xab\x9d\xdd\xd3\x5e\xf9\x1d\x27\x22\xe7\x5d\xf3\xba\x73\x91\x83\x3e\x59\x94\x98\x61\x52\x2f\xbc\xe5\x41\xa5\xc6\x4c\xdd\xee\x50\x95\x28\x65\x32\x09\x10\x70\x0f\xc2\x7f\x7f\x6b\xdd\x98\x1c\x68\x8d\xe1\x17\x7f\xde\x95\xb8\x03\x73\x18\x07\x70\xf5\xdd\x4d\xf7\x76\x79\xd3\xbd\x7f\xef\xa6\xfb\xfb\x07\x70\x9f\xee\x32\x67\xca\x63\x12\x4e\xa4\x65\x92\x6a\x92\xcb\xc4\x4d\xb6\x26\x46\x41\xf1\x9b\x18\xf4\x48\x2c\xd6\xd5\x72\x8d\x2c\xaf\xb0\x92\xd9\x8f\x61\x56\x59\xac\x6f\x8e\x29\xdb\xc4\xaa\x93\xa4\x42\xdc\xa6\xb3\x2c\x3e\x7d\xe7\x5c\x61\x43\x6e\xaa\x1f\xc5\xc6\x90\xab\xdd\xbb\x67\xee\x7a\xd6\xb3\xd1\x3d\x77\xd6\xe6\xba\x36\x01\x2c\x4f\x9c\x0a\x95\x81\x46\xea\x75\x9a\x2f\x87\xe3\xc3\x3f\x67\x70\xdd\x9c\x16\x61\x2e\xd6\xa7\x87\x2c\x3d\xca\xb5\xd3\xcd\x1b\xe3\xe6\x6e\xf3\x78\xa5\x1f\xc3\x61\xc4\x3c\x6c\x1e\xdf\xf7\x65\xf8\x92\xea\x42\xf0\x42\x5c\x26\x36\xf9\x53\x56\x51\xac\xfd\x04\x83\xc2\x3a\xa7\x8c\x6e\x4d\x5e\x75\xca\x59\x0f\x15\x21\x7a\x9f\xd9\x16\xf6\x75\xa6\xda\x26\x2e\x95\xa4\xdc\x70\x17\x40\x0a\xfb\xc5\x3f\xec\x98\xf4\x27\x90\x75\xf8\xa4\x72\xf5\xec\xc8\xd3\x7c\x99\x47\x4b\x75\xf8\xec\x5b\x49\x69\xc5\x6c\xb3\x8e\x0a\x69\x9f\x4c\xed\x6c\x13\xb6\x15\xdd\x9a\xac\xac\x61\x42\x87\x76\xb8\x2d\xcc\xd4\xea\x4d\x76\x03\x25\xfc\xce\x9d\xe8\x50\xa2\x4f\x77\xd6\x93\xaf\x9d\xe6\xe6\xb8\x9f\x1e\x18\xf8\xc2\xb7\x3a\xaa\x89\x75\xda\x6f\xa5\x54\x54\x91\x26\xd3\xe0\xcf\xfb\x09\x50\x81\x4d\x33\xad\x6b\xd8\x6e\x59\xaf\xc9\x17\xa0\xcb\xb5\x29\xd5\xb6\x67\xb8\xef\x64\xb9\x18\xe9\xad\x9e\x72\xff\xf5\xd7\xdf\xaf\x34\xe2\x3f\x74\x95\x27\x7b\xe7\xa3\xbe\xa2\x07\xbc\x6f\x9b\x15\xd2\xc9\x51\xeb\x7c\xce\x7e\x3e\xad\x79\x2c\x5f\x3e\x4f\xe0\xe0\xdf\x88\x9d\x60\x30\xfa\xe9\x21\x9b\x96\x3d\x8d\xb1\x85\x85\x67\x3e\x76\x11\x9b\x8d\xac\x8f\x64\xeb\x23\xa9\x1d\xfb\x08\x80\x9e\xf1\x7b\xec\x21\x69\x5c\x5e\x40\x6f\x78\x30\x49\x9e\xe6\xcb\x32\x7a\xbd\x67\x33\x9a\x2d\x4b\xba\x57\xed\x17\x87\xb8\xad\x93\xb7\xda\xd3\xd9\x42\x89\x1e\x34\x77\xa0\xda\xed\x9b\x6f\x73\xb1\x89\x14\xca\x70\x81\x25\xad\xc0\xbf\x4c\x49\x67\x40\xa2\xa9\x28\xd5\xbc\xef\x54\xfa\xd4\x4f\xcf\x9c\x79\xe2\x39\x86\xb3\x08\x45\x7b\x6a\x3f\x7d\x25\x23\x91\xb6\x49\x46\xb3\xcf\x93\x52\xa7\xcc\x26\xd1\x7a\x30\x0f\x1b\x9a\xb9\x9c\x01\x53\x47\x2b\xe4\xbd\x3f\xdb\x26\x2f\x4e\xf4\x62\xa0\x48\xb0\xe9\x9a\x89\x9c\x3c\x2b\x2b\x4d\x3f\x4b\xe2\x84\xeb\x09\xe5\x45\xb4\xad\x98\xf0\x1c\xf1\x3b\x61\xd1\x38\x49\xc9\xc3\xb7\x4e\x8e\xf5\x02\x24\x1b\xb0\x55\xdb\xb9\x5e\x26\x2f\x04\x0a\x34\x9d\xbc\x8a\xa2\x78\x46\xe7\x87\xf1\xe7\x45\xf1\xc2\x7a\x51\xa6\xb9\x28\x8a\xca\xa5\xde\xa7\x93\x02\xdd\x8f\xf3\xd1\x63\xb5\xf2\xe4\x25\x49\x93\x97\xc5\xcb\xe0\xed\xe4\x89\x1c\xb3\x89\x2f\xeb\x64\x7a\xd9\x42\xde\x88\x2b\x5b\xf3\xd2\x80\xb9\x6f\xc9\x53\x16\xc0\xc4\x5b\xcf\xf6\xfe\x30\x81\xaf\xa7\x9e\x27\x95\xa6\xcb\x23\xf9\x6a\x17\x03\x8f\xfb\xbe\x66\xce\x9f\xb7\x27\x40\x16\xc3\xf4\x6f\x93\xf7\x36\xe7\x84\x62\xaf\x4e\x0b\x66\xde\x31\x48\x8d\xe7\x77\x5f\x9f\x16\xcc\x8c\x64\xbb\x2c\xf7\x4e\x29\x6c\x35\xdc\xbf\x2b\x93\xef\xc9\x63\x5c\x7e\xe1\x5e\xfb\x85\xf8\xa0\x71\xb8\xaa\x14\xbb\x98\x05\xe5\xe6\x61\x79\xec\xe2\x3f\x22\x93\x4b\x0a\xdb\x5f\x77\xdf\xae\xe5\x79\xde\x1d\xa2\x7f\x80\xad\x25\x8b\xa9\xaa\x13\xde\xad\x98\x95\xca\x0c\x29\xcd\x5a\x49\x47\x75\x04\xc7\x27\xed\x67\x34\x93\xa6\x99\x3a\x9e\x54\x15\xd9\x9b\xba\xd9\x73\x68\xc4\x83\x57\x59\x29\xf5\x1c\xe0\x7c\x9a\x72\xe8\x8e\x89\xa3\xdd\x52\x74\xe8\x6d\xd1\x53\x78\x99\x33\x14\x99\x7b\xe9\x47\x34\xa6\x33\xf8\x98\x28\xba\x8b\xa2\xdb\x68\x4b\x33\xcc\x0e\xca\xa0\xda\x80\xee\xd9\xdb\x88\x1d\x9c\x9c\x55\xda\xbd\x1f\xbd\x99\x2c\xd7\xeb\x08\xbd\x12\x67\x27\xf0\xe3\x21\x76\x7d\xb4\xb0\xdf\x0e\xf3\xed\x27\x93\xf6\xdb\x4a\x61\x47\xcf\x41\x6a\xb7\x34\x43\x1e\x03\x79\xa1\x76\x40\xe9\x5f\xbd\x0c\x27\x18\x37\x67\x48\x36\x4f\x38\x71\x7f\x0b\x5b\x5b\x74\x5b\x4d\x04\x19\x00\x44\x1e\x34\xb8\xd9\xb2\x05\x90\x3f\x38\xb7\xf6\xc8\x26\xc8\xf4\xe6\x35\x2a\x11\x35\x7a\x73\x5a\xf1\x40\x87\xc9\x75\xf1\x7d\x51\x06\xf8\xa5\xb5\x9b\x8e\x1a\xa5\x1c\xfe\x7f\xbb\x0b\xdd\xec\xaf\x3c\xf6\x3c\xbc\x11\x37\xfb\x0f\x0e\x3f\x4b\x5f\xcc\x27\xb9\xce\x2c\x6a\x5c\x1d\x81\xbc\x1c\x00\xc8\x9b\xc3\x8f\x13\xcb\x53\x35\x01\x67\x9b\x42\x2e\xa4\xec\xe0\xe4\xfe\x24\x2c\x51\x66\x87\xa0\x53\x36\xde\xea\xbb\x1b\x94\xa0\x8d\x52\x5a\x5c\xb2\xf8\x60\xcf\x41\x69\xde\x18\xa3\x54\x9f\x1f\x24\x01\xc8\x85\x5f\xb3\x7f\x15\xdf\x47\xa1\x54\x9f\x58\x1a\x96\xbe\xa3\x2d\x72\xf6\x27\x61\x89\x62\x25\x99\x3f\x64\xf1\x59\x62\x77\x5a\xb2\x2f\x89\xf3\xa7\x44\x7c\x0a\x36\xb7\x8b\x3f\x8a\x4b\x9c\xe7\xe3\xf0\x12\x1a\x0c\xfb\x07\x2a\x0d\x9c\xaf\x9c\xe7\x01\x76\xf0\x6a\x7b\xb9\xe1\xf9\x86\x61\xc8\xd2\xcd\xd9\xc4\xc0\x30\xb2\x55\x00\x8e\x14\x83\xa4\xee\x21\x09\xfe\x94\x92\x00\x3c\x7c\x64\xe2\x82\x90\x3f\xfe\x43\x79\xae\x4a\x6a\xa4\x79\x29\x7c\x06\x4a\x25\x0e\x31\xf1\x8d\x97\xba\xdd\xe3\x97\xeb\x3b\xdc\xe3\x97\x8f\x7a\xda\x58\x36\x24\x6d\xec\x4a\xea\x6f\x10\x33\x5f\xea\x80\x68\x99\x50\x67\x10\x2b\x7f\xb6\xf4\xbd\x99\x6b\xf4\x75\xaf\x5b\xec\xc4\x25\xf5\xe7\x07\x98\x67\xa8\xbe\xe8\x0f\x48\x00\x1c\x48\x18\x95\x78\x78\xe8\x09\xfe\xef\x62\x37\x3c\x78\x62\x1e\x6d\x9e\x5e\x72\x52\x2f\xd4\xa0\xa6\xc9\x64\xe2\x1e\x92\xf5\x9d\xee\x4c\x5d\xe8\x3b\x0b\xb9\xc0\xf5\xcd\xf8\xe4\x36\xeb\xe8\x1c\x03\x5d\x87\xa3\xf7\x0a\xeb\x38\xfd\x71\xee\x2b\x99\xe7\xbe\xd2\x77\xd1\x04\x21\xb2\x3f\x48\x4d\xfd\x0a\x5c\x0b\x35\x39\x86\x02\x00\x19\x33\x8e\x4b\x46\x0e\x2a\xa0\x05\xb1\x5f\x0f\x9b\x80\xf0\x06\x7a\xf4\x0c\x2b\x73\xd8\x37\x3e\xdd\x1f\x7e\x3c\xd9\x0d\x0e\xda\x77\xdc\x99\x9a\x6c\x75\x50\xb7\x85\x69\x24\x64\x93\x48\x65\x0e\xe3\xf7\x5e\x4a\xf5\x6e\x2a\x4b\x3d\xe5\xd1\x71\xfe\x86\x5e\xfa\x1a\x2b\xe5\x7a\x3a\xb8\xd7\x0c\x70\xaf\x16\xd5\x74\x70\xd3\xac\x38\xdd\x14\xaa\x2b\x4d\x8d\x40\x2e\x6d\x43\xa5\x06\x51\xca\x41\x5a\xa1\x06\xd6\xed\xb5\x95\x6a\x54\x2a\x7b\x1c\x29\xc2\x24\x7b\x65\xda\x0b\x7b\x4c\x4e\xba\xbc\xad\x83\x00\x65\x53\x41\x7a\x0a\x64\xbd\x1a\x4d\xe1\x05\x3a\x52\x8f\x03\xce\x82\x8d\xc6\x9e\x47\xb6\x97\xc6\xa0\xbe\x65\x21\x47\x56\xb7\x19\xad\x7b\x48\xe1\x85\xe9\xd1\xa2\x47\x2b\x95\x72\x2c\xf0\xa3\x36\x55\x4a\x09\x67\xcd\x98\x4c\x5e\x33\x75\x58\x4d\xfc\xcb\xaf\xdf\x7e\xfe\x72\x25\x30\xb5\xc5\x8f\x3f\xe2\x85\x8f\x38\xcf\xc7\x81\xb2\x21\x5b\x0d\x65\xea\xfb\x28\xa4\x51\xa8\x6c\xa3\xd6\xa8\x2d\x32\xf7\x58\xc0\xf0\x54\x87\x7b\x1b\xf7\x75\x06\x3d\xc1\xa0\xb1\x77\xea\x47\x18\x5d\xc1\xf2\x46\xed\x7f\xa7\x8a\xc4\xb8\x8c\xbd\x52\x59\x59\xdc\x16\x78\x50\x0d\x1d\xc8\x4f\x9a\x2c\x3b\x26\x45\x76\xd6\xd9\x57\x11\x6e\xda\xec\xbe\xe1\x02\x3f\x72\x54\x23\x38\x82\xf7\x02\x5a\x13\xe1\x4e\x15\x9e\xc7\x8d\x60\xc6\x56\x11\x10\x6b\xde\xb4\xd6\x6e\x71\x0b\x8d\xad\x5a\x4d\x97\x1c\x6c\xd1\x8e\xec\xce\xb9\x94\x23\x6c\x59\x2e\x56\xef\x8f\x5f\xae\xb5\x50\x5a\x62\x7f\x00\x4c\xc1\x8b\x33\xa7\xad\x9f\x82\x13\xf0\x0e\x20\x10\x40\x65\x29\x18\xda\x85\x18\x40\x81\xee\x69\x0a\x4a\x5b\xaa\xfb\x58\x2a\x8d\xc8\x00\xad\xca\xc9\x2a\xa9\xdd\xd6\x44\x75\x6f\xa5\x2f\xc1\x3a\x6b\x79\xbb\x0a\x0a\x5b\x75\xf6\x7e\x9b\x55\x28\xc3\x26\xc1\xf7\x54\x9f\x8f\x6d\x3c\x4e\xda\xb8\xb0\xd5\x94\x58\x9d\xe7\x42\x7d\x0e\xf6\x46\x1a\x12\x06\x0b\xa7\x04\x42\x0a\xe0\x7e\x9f\xbc\xd0\xf0\xc2\x98\x83\xfe\xc2\xa5\xc6\x6c\x4b\x63\xe6\xb9\x29\x77\x9c\x84\x74\x8f\x97\x7b\x25\xd9\xc2\x53\x1c\x0e\x4f\x68\xfa\x99\x99\x51\x23\xe9\x1e\x66\x06\x2c\x83\x72\xd0\x11\x47\x03\x5b\xb1\x1b\x74\x04\x41\xc6\x08\x59\x25\xa4\x3d\xb0\xcb\x4a\x21\xb9\xd5\xce\xdf\xd9\x05\xf6\x5f\xb7\xdf\xfe\x7a\x35\x68\xe1\x21\xfa\xfb\xc7\xf2\x25\x2f\x3b\x7a\x39\x81\xf1\x67\x27\x4d\xde\x58\xf4\x42\x72\x54\x5a\x8e\x9c\x12\x68\x4f\x44\x97\xff\xef\x6d\xb5\x6c\x6f\x08\x0a\xfc\x96\x4d\xad\xea\x77\x9e\xf7\x02\xec\x0d\x16\xb5\xeb\x0a\x9f\xff\x44\xba\xb2\x35\xa7\x87\x5a\x29\x3b\x47\x40\xb6\xd1\x5e\xe0\xc3\xcd\x95\x12\xaf\x0a\x1c\xba\xa3\x50\x52\xeb\x5b\xad\xdb\x32\xd2\x33\xf5\xbe\xce\x90\xf8\xf7\x26\xa7\x56\x35\x3d\xc0\x7a\x7a\x21\xb9\x31\x85\x65\x48\x98\x2f\xf3\xf9\xbe\x57\xd1\xf3\x03\x63\xcf\xd1\x92\x59\x69\xeb\x54\x20\x47\x51\x0e\x45\xba\x65\x2f\xa5\x91\x6a\x28\xa0\xe7\x80\xf1\x94\x5a\x2d\x8c\x42\x85\x9f\x1f\x84\x87\x95\x54\x6a\x5e\x3a\xbf\x7b\x2d\x1f\x99\xb1\xe1\xe5\x27\x1a\x2b\xf9\x76\x8a\x52\xe2\xd8\x4c\xb2\xaa\xd4\x00\x87\x0d\x2e\x71\x60\x3a\x29\xd5\x39\x7c\x2b\x9a\x5e\x54\x67\xf7\xea\xa4\x94\x9f\x20\xbc\x7a\xa5\x96\xa5\x52\xad\xac\x4b\x60\x97\xa5\xd0\xd0\xad\xcd\x9d\x3d\xb8\x3c\x14\x49\x5b\xa8\x1d\x5e\xca\xc3\x54\x41\x13\x1e\xad\x54\xd6\x2c\x05\x60\x19\xa9\xd0\x00\x88\x7c\x7d\xad\x63\x7c\xfd\xcb\x6e\xff\xf5\x2f\xbb\xab\xbb\xec\x31\xfe\xf9\xc4\xa5\xfa\x52\xe8\x5b\x4e\x14\x53\x00\x8f\x4f\x5f\x8f\x41\xe0\x64\x17\x1b\xb3\x5a\xa2\xff\x9a\xb0\xab\xfe\xbb\x5e\xa2\x3e\x3f\xb0\xd5\x19\x47\xd1\x44\x89\x37\xb9\x52\xb1\x76\xf6\xcb\x6c\xc9\xe3\xed\xd6\x89\xf7\x0c\x0e\x1a\x15\xea\x39\x16\x50\xd5\xd8\xaf\xad\x1e\x24\x79\xfe\x2d\x89\x7a\x05\xd8\x45\x75\x96\x27\x70\x35\xc1\xac\xb8\xe5\xa0\x24\xb3\xb4\x49\x09\xe0\xe6\xec\xaa\x6c\xb7\xa2\x96\x12\x95\xe1\x99\xd1\x32\xe5\xc3\x45\x99\x1c\x2e\x59\xf5\xf9\x41\x13\x64\x32\xae\x89\xda\xde\x14\x0c\xc1\x0f\x36\x3c\x75\xcc\xbf\x25\x53\xc6\x21\x7b\x01\x95\x3d\x4b\x14\xca\x65\xcd\x03\xc6\x42\xdc\x33\xd5\xbe\xb7\xd5\xb1\xb5\x80\x4b\x5f\x17\xf0\xd6\x05\x5b\xd9\x75\xcb\xc3\x7a\x8b\x30\x4a\x8f\x32\xce\xfb\x61\x26\xc6\x59\x82\xaf\x6d\x42\xbe\xfe\x7c\xf5\x9e\x13\xa2\xbe\x8f\x43\x5c\xbf\x2c\x5b\x4e\x3d\xd1\x70\x93\x1d\xc9\xdb\x08\x8a\x6a\x46\x87\x45\xc7\xcb\x4a\x25\x07\x40\xac\xbb\xe5\x62\x10\xaa\x4c\xb5\x86\x42\x22\xf6\x66\xa3\x6e\x17\x9f\xb8\xe0\x5f\x99\x5b\xb4\x45\x2d\x33\x98\xd1\x95\x24\xef\x05\xf4\x90\x36\x8f\x8d\x86\xf5\xa1\xcf\xbf\x96\x7e\x05\x8a\x85\xc8\xf3\x83\x8d\x86\x11\x79\x54\x62\x59\x33\x98\x46\xda\x56\x88\xc1\x9d\x28\x31\x13\xc3\x37\x77\x38\x89\xba\x98\xc0\x96\x2a\x70\x80\x1d\xd4\x5f\x62\xef\xa6\x1b\x70\xa1\xd4\xe2\x18\x94\x05\x4c\x3e\x6d\x6d\x53\x90\x94\x4c\xa2\xdb\x08\x2b\x48\xd8\x8a\x58\x82\x60\xa2\x2f\x81\x9d\x30\xdb\x12\xdc\xd7\x8c\x42\x81\xde\xbe\x5b\xdf\x9c\x41\x25\x6a\x8f\xb0\xf5\xe7\x71\xe0\x55\x7f\xbe\x73\xe2\xa1\x59\xd5\xbd\xec\xb2\x50\x77\xf6\x9d\xcd\xe9\x48\x5b\xf7\xdf\x95\x09\x00\xb9\x03\x9f\x86\x19\xd6\x2b\x95\xdd\x64\xdc\x35\x55\xd0\x88\x49\x73\xfa\xed\x92\x6c\x72\xe0\x6e\x32\x62\xb3\x89\x44\x95\x8a\xc0\x53\x78\xb8\xcd\x4b\xf3\x23\x40\x76\xc5\xf9\x60\xb6\xe8\xdf\x99\x28\x8f\xb5\x88\x02\xc4\x5c\xca\xbd\xf6\xf4\x86\xd2\xf3\x78\xbe\x08\x3d\xc5\x2e\x20\xec\xc7\xec\x33\x62\xa5\x0a\xaa\x64\x06\xf2\x74\x2b\xd1\x09\xfb\x41\x33\x20\xfe\xbb\xb5\xee\x4c\xc5\x86\x09\xf5\x41\x55\x22\x93\xf2\xde\x2a\x6d\xc4\x36\x40\x74\x6f\xaa\x8c\xff\x6e\x6b\xa8\x40\x4a\xd6\x30\xac\x3a\xc0\xa4\x8f\xe0\x4e\x17\x04\xc7\xef\x50\x92\x6d\x51\x9c\x59\x8b\xb0\xfc\x15\xac\x7d\x85\xc6\x88\xd0\xe6\x34\x85\x51\x4f\x4c\x5e\x4e\xcd\x68\x7e\x90\x3a\xdf\xb7\x68\xe9\x25\xb3\x4e\x38\xd7\x87\x5e\x0f\xd0\xbf\xfe\xf5\xdb\x95\xe3\xf3\xaf\x7f\xfd\xf6\x91\x57\xd4\x81\x83\xbc\xb3\x69\x7a\x36\xf5\xa1\x37\xd4\x16\x31\x5d\x40\xf0\x6b\x54\x00\x64\x5f\x83\x54\xaa\xb2\xd2\x6e\x73\x6e\xe8\xdd\x66\x1a\x2d\xc5\xb4\x2f\x37\x73\x72\x3b\x4f\x18\xab\xc3\x69\x6d\x94\x20\x0e\x46\x54\x70\x66\x58\xe7\x8d\xbf\x8a\xc9\xf2\x74\xdb\x8f\x17\x58\xe9\x93\x1d\xb7\xb8\xc0\x51\xd3\xe8\x2b\xe9\xb6\xea\xc3\x42\xa7\x07\x51\x26\x90\x64\x60\x77\xcf\xd6\xf8\x42\xae\x0f\xa4\x00\xc4\x73\x75\x90\xed\xb7\x5b\xb6\xea\x1b\x7a\x73\x03\xfb\x16\x0b\x46\x38\x74\x3a\x9b\x5b\xab\x29\xc0\xa0\x8c\x4b\xdd\xae\x8f\x0d\x5e\x6d\x1d\xdb\x24\x0c\x3f\xb6\x36\xee\xb5\xea\x77\xe5\x76\x2f\xbd\xef\x58\xfa\x9b\x92\x51\x96\xb7\x0d\xe1\x2e\x8b\x73\x4f\x71\x08\x25\xd9\x82\x73\x35\x0d\xb8\xd2\x0e\x5b\x2d\xcb\x30\xb5\xaf\x77\x0b\xb7\xfe\x8c\x33\x00\xa0\x49\x1f\x26\x93\x13\x39\xee\xf1\x38\xaf\x1c\x1c\xef\x97\x42\x9d\x94\xe3\xd2\x36\xf6\xd7\xc7\xdf\xbe\xfd\x7a\xa5\xb9\xb1\xc7\xfd\xe8\xd4\x62\x81\xdf\x2e\x49\xa1\x65\x95\xcc\x5b\x92\x92\x03\xe7\x8a\x55\x96\x99\xd8\xfa\x44\xa7\xdc\x6c\x29\xc0\xbe\x98\xfd\xa9\xb5\xc7\x32\x28\xd9\x44\xad\x12\xd9\x3a\x98\x00\x91\x17\xca\x6f\x71\xb0\x6c\xa5\xc1\x20\x19\x4e\x20\x2a\x1b\xee\x8b\x92\xe0\xb3\x58\x14\x26\x80\x79\x80\x95\x38\xb5\xbd\x75\xee\x8a\x59\x59\x6a\xdb\x76\xaa\x60\xdc\xad\x09\x70\xf8\xb9\x98\x36\x5d\x0a\xc3\x28\x75\xd8\xab\xa3\xeb\xca\xd6\xff\x54\x05\x7c\x12\x9c\x0b\x66\xde\xd6\x39\xa8\xfa\x66\x85\x6a\xda\xc2\xe9\x3f\x15\x6b\xe9\xae\x36\x1b\x66\x66\x04\xd9\x5b\xc7\x1f\xcf\x0f\xe2\xfc\x00\xff\xab\xad\x97\x16\x67\xd8\x3a\x03\x3c\x82\x51\x5d\x8f\x4b\xb5\x07\x1d\x34\xb2\xec\xe1\x81\xa3\xc1\x2f\x5b\x4e\x94\x40\xf4\x84\xfd\x9e\xa1\x8c\x05\x95\xf1\xe5\x99\xf3\xfc\x17\x48\x15\x3a\x88\x5d\x0e\xfd\x23\xc7\x05\x9e\x8c\xaa\x34\xec\x4f\x93\x14\x20\x54\x48\x06\xdc\x56\x1e\xf9\x2c\x35\xdd\xab\x89\xc6\x12\xfc\xb2\x32\xad\x4a\xd2\xb0\x35\x9f\x4d\x9b\xef\x56\x63\x12\xb0\xf5\x1e\x4c\xbe\xaa\xb6\xfe\xbb\xd5\x7e\xb3\xd5\x08\x72\x95\xb5\x27\x6e\x95\xcc\xcf\x0f\x91\x4d\x9e\x60\x09\xad\x53\xeb\xba\x1f\x4e\x2f\x27\x54\xf3\xb6\x13\x67\xac\xd3\x5a\x73\x30\xe1\x3b\x7b\x43\x4a\x84\x81\x4f\xce\x54\xdb\x58\xcf\x64\xb2\x94\x75\xdc\x73\x91\x77\x0e\x24\xb8\xbe\x77\x18\x00\x5c\x51\xde\xd7\x42\x9a\x06\x84\xc6\x86\xea\xb5\xcc\xad\x24\x20\xaf\x2a\xca\x5e\x92\xe0\xb9\xa3\x24\xaf\x46\xce\xb7\xed\xcf\x5f\xfe\xe3\xff\xfa\xfd\x5a\xa4\x4a\x44\x8f\x7f\xfd\xfd\x23\xa8\x4a\x2d\xf9\x20\x58\x73\x4d\xdb\x64\xca\x29\x36\x06\xe3\xa8\x56\x07\x71\xd4\x47\x74\xc3\x1c\x7c\x93\xca\xb7\x0d\x83\x1f\x36\x84\x51\x7f\x48\x41\xb0\x89\xcd\x35\x3d\x3f\xa4\xd0\x85\xe4\x3e\x17\xf7\x90\x0c\x4b\xe4\xf9\x65\x4b\x2a\x7a\x52\x71\xd4\x7b\x51\x28\x41\x36\xf4\xd4\x5e\xcc\x31\x8f\x4e\xc5\x82\x1a\x8b\xc9\x0f\xaf\xeb\x61\xbf\xff\x8f\x7f\xf9\xf2\xeb\xb5\x93\x88\x45\x8f\x3f\x5a\xfc\xf7\x3d\x8c\xda\x66\x99\x48\x58\xb1\x6e\x60\x7d\x3e\x2c\xcf\x25\xcc\x44\x77\x16\x3e\xec\x5c\xce\x8b\x73\x39\xae\xcd\xe5\xb8\x34\x43\x63\x74\x3c\x30\x4b\xe9\xec\xe1\xe3\x59\xaa\xef\x25\xfa\xfc\x10\x33\x92\xb9\x54\x9c\x1f\xa4\x24\x27\xde\x15\x3d\xca\x0a\x6f\x14\x07\x0a\x26\xbc\xc4\x78\x0b\x2a\x64\x6c\x40\x98\xba\x99\x7c\xc3\x07\x48\xc2\x80\xeb\x03\x11\x5a\x8e\xce\x08\x8c\xfd\x8c\xd4\x4d\x98\xae\x24\x26\x55\x93\x43\x14\x9b\xb8\xba\x60\xeb\x25\x92\xe0\xc9\xd3\x70\xe8\x0f\xec\x7e\xb0\x52\x03\xc5\x44\xc8\x0e\x66\x23\xb1\x10\x98\xfe\x60\x18\x00\x7d\x07\x87\x37\x23\x28\x60\xf6\xb0\x7f\x04\x1c\x10\xe7\x47\xc6\xfe\x9c\x63\xe6\x2c\xb9\x35\xcf\x8d\x8b\x6f\x65\x9a\x02\x10\xea\xb0\x1a\xce\x2e\x83\x62\x2b\xd4\x94\x7a\xa0\xaa\x64\xc2\xf4\x85\xe5\x29\x83\xf8\x79\x98\x7e\x3b\x2c\xb3\x82\x8d\xd5\x7e\x40\x78\x8b\x0e\x77\x52\x9d\x9f\xd9\xbe\x0c\xa5\x34\xfd\xdc\xea\x06\x3b\x3c\x7e\xc2\x63\x65\x76\xf2\x8f\x88\xdd\x21\xcb\xaa\x60\x67\x6c\xae\x0d\x5b\x11\x50\x8e\x01\xa4\x39\xfb\xb2\x68\xa5\xb0\x2f\x8b\x03\xe4\xcb\x2d\x02\x9d\xb2\x1d\x72\x73\xda\x2c\x4b\xac\x38\x38\xa2\x64\xc0\xf7\x11\x36\x0b\x06\xd8\x29\xf3\xf3\x9d\xe6\x12\x72\x2d\x54\xc1\x6f\x68\x92\x2d\xb0\xc4\x73\x44\x91\xe6\xf4\xe3\x92\xf5\xdc\xb2\x83\x46\x3c\x96\xeb\x50\x66\x50\x5e\x03\xff\x71\xf9\x9e\xa0\xb6\xca\xd9\xda\x64\x2f\x79\xfb\xce\x6f\x36\xfb\x40\x2a\xb1\xa9\x83\x28\x0e\xef\x17\x11\xfd\x82\x1d\x8b\x33\x5b\x7e\x23\x30\x29\x32\x86\x7f\x83\xcd\x0d\x54\xa3\x35\xb7\xe3\xca\x28\x0d\xfb\x23\x53\x0e\x2d\xd4\xe2\x7b\xb0\x23\x0c\xb0\x3e\x06\x76\x84\x21\x81\x3c\x19\x09\xde\x6a\xd6\x3f\x2c\x55\x93\xca\x4d\x15\xc2\xf1\x49\x07\xdc\xe6\xd2\x7b\x82\xe7\xe7\xfb\xdf\x4b\xd7\x3a\x74\x3b\x9b\x55\xec\x43\xe3\xa1\x4b\x46\x0d\x1d\x69\x0e\x7b\xc9\x9b\xfb\xf0\xe6\x08\x36\x23\x35\xf6\x3e\x3c\xbc\x9f\x38\x9c\x0d\xf6\x0d\xdb\xdc\xab\x22\x5e\x42\xa0\x06\xab\xa3\x6e\x95\x1a\x9b\x95\x06\x6c\x85\x2d\x28\x10\xfc\x5a\x64\x6f\x06\xc8\x12\x40\xcc\xbc\x30\xc7\x3f\x5c\xe9\x85\xf3\xed\xe1\xcb\x07\x56\xfb\x7c\x38\xd8\xef\x89\xe0\x4b\xd5\x49\xea\x7a\xd4\x90\x53\x22\x66\x93\x46\x5f\x3b\x7d\xee\x19\x1e\x36\x91\x64\x9c\x3f\x2c\xd0\x74\xeb\xbd\x9b\xa6\xbc\xb4\x6b\x38\x4b\x6a\x31\x6b\x18\x26\x68\xbf\xce\x82\x52\x59\xbb\x2f\xf0\x05\xf7\xd2\xfb\x9c\xd2\x5a\xec\xcd\xa5\xc4\x1b\x86\xa6\xec\xbf\xf3\x56\x0d\xce\x2d\x9e\xef\x0a\x9a\x47\x0a\x93\xb6\x35\x10\x31\xbb\x50\xa9\xf7\xaa\x94\xca\xb9\xd3\xa2\x44\x96\x5d\x2c\x2f\x5c\x19\x2d\xfc\xd4\x04\xb8\x1d\xdc\x4d\xb7\xd5\x7c\xe6\x14\x50\x39\xa4\xb5\x52\xd6\x39\x97\xf3\xd7\x31\xa7\xd0\xd8\x83\xff\x01\x90\x6f\x47\x47\x3d\x2d\x64\x13\x54\xe2\xbd\xe4\x42\x62\xb3\x4e\xa6\xa6\xaf\xbe\xc6\xf1\x69\x43\xc2\xce\xcc\xb0\x17\xce\xfd\xfd\xb0\xe7\x4e\x15\x79\xc4\xcc\x2f\x0a\x00\x66\xb2\x0b\x04\xb3\xdf\x7e\x7d\xbc\xb6\x23\xfd\xfa\xf8\x41\x4f\xaa\x3f\x1d\xfd\x3f\xac\x17\x04\x53\xf5\x40\x4f\x14\x4d\x82\xc1\x66\x84\x35\x49\x77\x1b\x28\xf0\xe1\xc6\x8c\x1d\x06\x4a\xd9\xef\x0d\x18\x6c\x66\x20\x13\xe1\x20\x8b\xad\x93\x55\x6c\x69\x02\x12\xaa\x61\x6b\x44\x88\x3b\x66\xd0\xba\x2a\xad\x52\x2f\x41\xc1\x58\xdd\x84\x60\x86\x52\x6a\xa3\x11\xd2\xad\x6a\xa3\x21\x5b\x53\xc6\xea\x40\x43\x3a\xd5\x12\xc7\x19\xee\xea\x16\x10\x1e\x32\xeb\x2e\x05\x8b\x81\xd0\xe8\xb1\x61\xd6\x61\xbe\x77\x8c\x8f\x4e\x25\xc3\x5d\x10\xb8\x56\xcd\x02\xbd\x3b\xa0\xea\xf7\x1c\xa6\x1e\x14\x57\x5b\x03\x3b\x00\x8a\xb2\xc3\xac\x75\x90\x21\xf7\x48\xc2\x41\xac\x26\x4c\x56\x2d\x94\x0a\x02\xcd\xbe\x0e\xbb\x55\xbe\x9f\xdb\x15\xa8\x5a\xe0\x00\x2d\x6a\x8b\x5a\xef\x7b\x07\x8b\xb4\x25\xab\xc2\x05\x49\xdd\x05\x49\xcb\xdc\x0b\xc4\x0a\x92\x1b\x8d\xb1\x17\xb5\x3a\x1b\x83\x94\x6f\x6c\xc4\x76\x09\xf3\x65\xe1\xe0\xc6\x46\x4e\x61\xd9\x55\xd3\x88\x21\x89\x02\x2d\xb7\x5b\x91\x06\x81\x86\x8b\x0a\xf6\xb4\x90\x75\x45\xa5\xa6\x42\x02\x8a\xd4\xae\xb1\x66\x2a\x03\x5e\xeb\x59\x0b\xd5\x7b\x1d\x6f\xd4\xd6\x5b\x4a\x2d\x5c\x16\x65\xcb\x03\x2a\x7c\xb2\x81\x60\x02\xce\xec\xb1\x1e\x9b\x3d\x0d\x29\x12\x78\xe4\x1a\x08\x14\x28\xf5\x48\x55\xef\x21\xfc\x8f\xbd\xeb\x9b\x0c\x55\xc6\xbe\xbc\x6d\x1b\x29\x36\xff\xe0\x38\x48\xc9\x85\xad\x02\xaa\x6a\x2c\xe8\xb9\xed\xb3\xc0\xd5\xcd\x7a\x2b\x10\x74\x46\x0b\xf3\x65\xe1\x56\xc7\x06\xaa\x95\x6a\x1f\xad\x77\xb6\x46\x8d\x1d\xd3\x85\x71\x32\xf6\x27\x6b\xc2\x36\xf2\x6e\xbf\x6c\xae\xf4\xd2\xb2\xd8\x71\xf7\x65\xf3\x81\x7b\x5d\xdb\xfc\x78\x50\x87\x07\x16\x2c\xa1\xb2\x8f\xd5\x56\x7f\xae\x4a\x79\x3b\xcb\x05\x6c\x92\x58\x22\x8d\x8d\xe3\xc8\xb1\xd9\x7a\xcc\xd0\x8b\x6a\x50\x1c\xf1\x61\x0d\x34\x21\x04\x62\xb9\xc9\x5e\x25\x02\xab\x0e\xa7\x80\xb1\x12\xaf\xb9\x56\x1a\x36\x1f\x80\x01\x78\xe0\x5c\x0d\x5b\x2b\x58\xb0\x93\x9f\xb9\x1f\xb7\xf9\x5e\x02\xfd\x89\xc9\x0d\x5b\xac\xda\x00\x30\x36\x4d\x0c\x62\x63\xb4\x12\xe0\x94\x2f\x77\x7d\x8a\xd4\xb6\x26\xd6\x54\xc8\x1e\x5d\x5d\xda\x69\x70\xd3\xcc\xd1\x0f\x7f\xf1\x90\x23\x8d\x58\xb1\xa4\x57\x40\x4c\xe1\x24\xd3\x7e\xb6\x26\xbb\xcd\x90\xdb\x35\x8a\xcb\x18\x8e\x64\xc8\xf3\xba\xde\x82\x2d\x37\x36\x8d\x68\xc0\xa9\x21\x42\xa6\xb7\x5a\xe1\x72\x34\xa9\x49\xab\xcb\xc8\xb2\xd7\x8a\x41\xb8\xad\x8e\xe6\x5d\x1c\x8e\x31\x07\xa9\xb8\xee\x4a\x22\x53\x35\x8b\x4f\xe1\x56\x38\x00\xed\x01\x06\x71\x0f\x11\x2d\x0f\xea\x5b\x13\xb4\x86\x63\x7e\xbb\xd1\xaf\x75\x1f\xd8\xba\x3e\xdf\x65\xe9\x4e\x04\xe7\xc8\xc7\x0b\x99\x9a\xeb\x9d\x8f\x73\xf0\xc0\xbc\x76\xc2\x5d\x74\x02\x90\x1c\x44\x5f\xf7\xbb\xc7\xbf\x7e\xfd\x6d\xb3\xbf\xb2\xdb\x79\xe4\xf7\x55\xa7\xf4\x53\x3f\xb1\x1c\xd5\x21\x4f\x92\x6e\xd3\x53\x84\xc1\x47\xa5\x2a\xcd\x44\x63\xa0\xcf\x07\x5f\x89\x25\xdd\xb3\xbc\x43\xba\xd8\xfb\xfb\xcc\xc3\xfc\x0e\x3d\x5d\x93\x5d\x7f\x87\x63\x35\xd7\xb4\x93\xb4\xf5\x62\x25\x5b\x4c\x51\xb6\x80\xb2\x3d\xdf\xe5\x04\x54\x84\x5d\xd4\xb4\x9d\xcb\x0e\x41\xe1\xe4\x03\x9e\xb0\x69\x78\xf2\x5d\xfe\x6e\x60\xd9\xe9\x69\xc2\x71\x79\x18\x59\x66\x1a\x34\x3c\x8c\x4b\x5a\xfe\x0f\x8a\x59\x0f\x55\xff\xd0\xdb\x7f\xac\xa0\xcf\x0f\x9c\x00\xb4\xf2\xee\xeb\x80\xcc\x7c\x8a\x40\x9a\xbf\x5c\xf2\xaa\x71\xd4\xff\xe4\xba\xb2\xd9\x54\xfe\xd4\xda\x78\xbf\x28\xcf\x77\xdc\x25\x8c\xba\x93\xfa\x24\x75\x53\xc3\x22\xb0\xd6\x50\x77\x92\x4e\x6f\xc4\x7a\x8f\x78\x2f\xee\xb5\x93\x48\xb1\xc6\xba\x8b\x52\xef\x73\x7f\x75\xf3\x2c\x5a\xb0\xdc\x2c\xe6\xcb\x9b\xe9\xbc\x08\x6f\x8d\xef\xab\x6d\x3c\xe7\xf8\xaf\x2d\x3c\x5f\x0a\x82\xda\x0e\xc7\x01\x30\xa5\xc1\x01\x37\x5c\xae\x5f\xa3\xe2\xdf\x32\x5c\xec\x2f\x91\x0e\xc0\x09\xea\x8d\x67\x20\x53\x7d\x0d\xec\x5f\x54\x2f\x71\x20\x38\x12\xd8\x05\x48\x7e\x98\xa0\x6a\xae\xde\xde\xb1\x40\xfc\xf3\x5e\x70\xe8\x21\xae\x15\xb8\x8d\xc7\x59\xa7\x73\x86\x80\x65\xa6\xf2\xae\xb1\x4c\x14\x1a\x96\xae\xf4\xfc\x00\xb1\xf3\x1f\x9a\x83\x7d\xc5\x3f\x3a\x8f\xff\x8c\xaf\x88\xdc\x12\x28\x31\x33\x96\xde\x6a\xfd\xd8\x7a\xf6\x93\xd4\x0b\xb7\xd3\x36\xfa\x82\x87\x85\xda\x86\xc6\x53\xf4\x91\x70\xe9\x81\x15\x06\x0b\xaf\xdd\xb1\x34\x76\x52\xef\x7b\x7d\x7d\x37\x6d\x9d\x40\xa0\x06\x64\xe6\xc3\x4b\xea\xeb\xbb\x56\x64\xd5\x20\xe3\x7f\xf1\x8a\x7f\x63\x5e\xf8\xe1\x3f\x1e\x7e\xfc\xf6\x7d\xab\x7f\x7c\xc4\x3b\x1f\xec\x23\xb7\x2f\x27\x9e\x04\x69\xe5\xfb\xbe\x8e\x59\xe3\x21\x29\xf5\xd1\xc3\x00\xf7\x38\xfe\x1f\x0f\x77\xa3\x94\xfa\x43\x1e\xcd\xa5\x48\x18\x6a\x3e\xb0\xb3\xa1\x6e\x13\xd0\x8f\x33\xd5\x00\xa0\x41\xe7\x43\x37\xcd\x2e\x45\xdf\x83\xeb\xb1\x83\x58\x21\x8e\xfa\x04\x7b\xee\x8f\xe3\x9b\x46\xe1\x30\x85\xd8\x11\xeb\x16\x75\xa7\x7d\x8b\x68\xc1\x37\x2d\x7b\xe8\x4f\xbd\xef\x46\xb5\xc4\xaf\x89\x2c\x6f\x57\xfe\xff\xf3\x78\xad\x5d\xcc\x52\xf5\xbf\x3f\x7e\x64\xcd\xd5\xd3\xe7\x13\xd4\xb1\x2c\x69\xe3\x58\x84\x29\x70\x48\x11\x30\x80\x61\xb9\x93\x80\x10\x18\x66\x5c\xed\x2c\x1b\x11\x9a\x29\xcf\x97\x2d\x8f\x46\xa9\x06\xa6\x64\xd2\xbc\x12\xb0\xe8\x70\x71\xdf\x14\xc0\x29\x85\x74\x03\x72\x67\xa7\x78\x5e\x36\x3c\x6c\x06\x2f\xb2\x01\x24\xde\x09\x5a\x14\xfe\xa2\x2a\x5b\x62\x0d\x52\xa1\x48\x02\xd3\x46\x1b\x65\xdf\x9b\xb6\xc0\xce\x44\x5d\x7b\x6c\x8b\xb0\x36\xea\x15\xe4\xfc\x82\x7d\xee\x06\x77\xe8\xd3\x84\x01\xea\x96\x0b\x04\x82\xd1\x51\xda\x44\x5a\x6e\x58\x0b\xf6\x57\xfc\x32\xe3\x44\x14\x09\x59\x95\x2a\xb0\x23\x4f\x9d\x58\x16\x3b\xf1\x2c\xce\x56\xf7\xe2\xc1\xed\xa8\x2f\x6e\x1e\xd6\xaf\x0b\xf7\xcf\x77\xc6\x16\x10\x35\xe9\x9d\x32\xdf\xb4\x4e\x15\xc7\x51\x75\xa1\x74\x94\x0e\xb4\x3b\x6a\x63\xc3\x9a\x51\xe9\x7e\x99\xd1\x25\x98\x86\x69\xde\x42\x59\x9f\x71\x24\xa1\x49\x4f\x76\x7f\xd8\x67\x80\xdb\x21\x2f\x6e\xce\x53\xc5\xe9\xdd\xc3\x4c\xf1\xe2\x26\x04\x41\xcc\x43\xff\x88\x84\xb5\x83\x4b\x62\x11\x56\x78\x99\xde\x4f\xef\x1c\xe7\xf6\x57\x77\x4f\xe2\x2d\xd3\x7a\x7b\x75\xef\xec\xc6\x32\xa5\xbf\xbc\x97\x5e\x95\xa1\x3e\x3f\x74\x9b\x5f\xd2\xeb\xef\xde\xbd\xf8\xc4\x3f\xaf\x46\xff\xfe\x94\x5f\x4d\x2a\xbf\xfd\xdf\xbf\xff\x78\xe5\x74\xf2\x5b\xfc\xed\xf7\x1f\x3f\xf2\xab\x58\x4e\x02\x95\x95\x84\x03\x10\x0a\xcb\x96\x29\x49\x00\x00\x17\xf6\x68\xe0\x3d\x03\x95\x77\x0e\xef\xb8\x12\xcb\x76\xb8\xd5\x0a\x37\x4a\xee\x96\x19\xdc\x3c\x27\x3b\xea\x99\x29\xbc\xec\xe0\x02\xb1\x29\x15\x98\xd6\x71\x8e\xc3\x77\x50\x60\xb0\xc5\x4a\x0c\x83\xe3\x2e\x31\x57\x6a\x25\x66\xa6\xd1\x63\x05\xc7\x49\x6e\x1d\x56\x1c\xb0\x08\x6b\x82\x6d\xa2\x90\xab\x92\x64\x77\xf2\xb1\x52\x44\x2f\x86\x1b\x0a\x01\x13\x0a\xdb\x2f\x6e\xae\x41\x59\x03\x8a\x01\xab\x9f\x80\x62\x04\x14\x23\x0c\xdf\xac\x69\x94\xdd\x10\xa8\x05\x14\x23\xa0\x18\xd8\x29\x82\xd1\x3d\xab\xcd\x38\xa9\x87\xf4\x3f\x4d\xb5\x48\x4b\x87\x6a\x11\xab\x8d\xd9\xc9\xe1\x3f\xb9\x5a\x1c\xf3\xb2\xd4\x5b\x29\x75\x1f\x99\xe1\x98\xdd\x33\x09\x36\x2d\x47\xf0\xdf\x79\xc2\xec\x6e\x5a\xdd\x6f\xab\xbe\xe9\xa1\x63\x0b\xc2\x1b\x2e\x3a\xb9\xbf\xe5\x7f\xb3\xf8\x44\x5d\x70\x07\x7a\xbe\x03\xc0\x28\xb4\xc0\x03\x2e\xf1\x22\x1b\x9c\x22\x1e\x1f\x00\x8b\xef\xb3\x2c\x20\xc6\x07\x7c\xe3\xd8\x77\x5c\xb7\x1e\x35\x38\xec\x31\x16\x7d\xb6\x91\x0f\xcc\x9e\x7f\xa6\xfe\x3a\xf5\x3b\x87\x75\x7d\xa3\xd1\x7e\x18\x63\xb9\xed\x5b\xb1\x78\x64\x7f\x3e\x9e\x37\xfc\x85\x19\xf0\xf3\xb7\x2b\xcd\x51\x11\xf5\x23\xfc\xd6\x9f\x8e\xf4\x6a\x54\xb0\xe3\xad\xba\xe9\x29\xf4\x74\x90\x67\xe0\xfc\x94\xf6\xd1\x59\xe9\xe4\xf0\x14\x83\xdc\x9f\xfa\x65\x9f\x8b\xc4\xd3\x18\xa7\x29\x3c\x3f\x44\x58\xde\x84\x61\x82\xca\x36\xc2\x05\x85\x07\x08\x6e\x1b\x15\x88\x56\xb5\x45\x10\xc7\x82\x1b\x4c\x57\xb9\x65\x88\x63\x5a\x31\xe9\x69\x60\x6d\x54\x21\xdd\x70\x4d\x8f\x91\x9d\x4b\xd0\xed\xc8\x73\xc8\x4a\x8d\xb7\x51\x48\x71\xb6\xab\xb1\x50\xc1\x89\x79\x86\xc1\x8b\x13\x59\x0f\x79\x7c\x95\x9f\x20\xbf\xb2\x12\xc5\x5c\x26\x4d\x83\xe4\x4a\x0a\x6f\xa5\x0a\x4b\x03\xe9\xfd\x90\x5f\x39\xc9\x0f\xd9\xb5\x43\x76\x7a\x92\x9d\x9e\x66\x07\xab\xcb\xda\x4f\x3e\xaf\xac\xd8\xf4\xf8\x1a\x34\x49\xe0\xd4\xc9\xe4\x9d\xec\x86\x23\x7a\x06\x59\x7b\x06\x36\xb0\x65\xec\xfe\x5a\xbd\x81\xeb\x1b\x96\x76\xb5\x79\x5e\x73\xbe\x6c\xea\xa5\xe0\x0b\x73\xcc\x98\xbc\x14\xfe\x0c\x56\xec\x47\x76\x0e\x40\xa0\x09\x8a\xc0\x42\x76\x6b\x75\x16\x61\x41\x00\x63\x6d\x7c\x84\x97\xd2\x2b\xe8\xf1\x8d\xac\xb6\x2f\xb3\xf2\x5a\x39\xcf\x09\x67\x86\xa2\xd1\xdb\xc7\xea\xeb\x90\x95\x9e\x64\xa5\xaf\xb2\xea\x27\x59\x95\x55\x1e\x4a\xa2\x81\x39\xa1\xa2\xca\xf0\x5a\x63\x58\x21\x9e\xa1\x06\x3b\x9d\x8f\x57\x79\x7e\xbe\xcb\x4c\xaa\xa0\xf3\xe3\xbe\xf6\x4b\xc0\xbd\x3d\xce\xa5\x61\x95\x55\xca\x36\x4a\xb1\x7f\x15\x5c\xd3\x02\x83\xdb\x5e\x01\xc4\x40\x4d\xd6\xb6\xa8\x34\xf0\xf2\xf4\xb2\x75\x20\xc7\xe0\x70\x8e\x02\xfc\xcb\x0a\x14\x43\x8b\x1a\xec\xad\xfe\xfc\xa0\x3a\x9f\x01\x0a\xe5\xba\x06\x49\x18\x90\x2c\xa9\xd4\x3d\xf2\x0d\x9e\xaf\x94\x20\x38\xe0\xea\x05\xc7\xff\x15\x09\x78\x5a\x7b\x49\x30\x7f\xf6\xcb\x76\xce\xd0\x33\xb7\x6c\x23\xb2\x45\x09\xbd\xb0\x17\xe6\x8b\x2f\xd7\xaa\xbe\xbf\x7d\xd9\xbf\xbf\x1d\x56\xc6\xe2\xe5\x57\xe0\x48\xf2\x9d\x6e\x30\x75\x85\x58\xd6\x42\x73\xe0\x3d\x17\x98\x42\xa3\x3f\xe5\xae\xdf\x8f\x96\x28\xa0\x1b\x4c\x5e\x8a\x33\x86\xa2\xd9\x7c\xf4\x05\xcb\xd1\x13\xdc\xf3\xbf\x13\x61\xd1\x96\x09\x78\x03\xcd\x58\x8b\xe0\x63\xc5\x6e\x85\x86\x3a\xaf\xf5\xe1\xc0\x21\xba\xb3\xf5\x7f\x5b\xa1\x36\xe3\x49\xf5\xf3\x59\x8f\xf2\x94\x9d\x4e\xd5\xde\x5b\x1e\x1c\x13\xd8\x41\x78\xd8\xe2\x49\x72\x5a\xd2\x25\x03\xfc\x3c\xe1\xf9\xf3\x03\x2c\xac\xff\x2b\x0b\x60\x4a\x40\xfc\xaf\x2d\xc3\x1d\xe3\x58\x0f\x98\x05\xd7\xbc\xf0\x0f\x29\xeb\x33\xbc\xb4\x9d\xae\xf6\x84\x30\xc1\x77\x25\xe2\xa8\x8f\xa3\x9e\x52\x28\xdc\xf2\x90\xe7\x07\x6c\x0a\x69\xa2\xfe\x77\x56\xc1\xdf\xf3\x45\xa6\xc8\x8d\xfa\x5f\x59\x80\x57\xb3\xd7\xef\xbf\xfe\x65\xbf\x79\xbc\x12\x01\x64\x89\xfd\xbe\x0b\x8e\x94\x65\x16\xcb\x3e\x8b\xbd\x8d\xcb\xa1\x6f\x5a\xc1\xde\x8a\xae\xe6\xb8\x6e\x66\x30\x07\x45\xdd\x31\xfd\x32\x1a\x86\xbb\x6f\x8f\x0a\x49\x24\x61\x8e\x69\xd4\xb2\x55\x43\xa2\xae\x70\xd2\x5b\xb5\x82\x47\xd2\x13\x49\xad\xf6\x56\x86\xeb\x09\x92\x51\xed\xef\x19\xdf\xbe\x03\xc4\x91\x73\x7d\xf3\x4b\x17\xe7\xf8\x8b\x9f\x1a\x52\xf4\x42\x47\x2f\x74\x9c\x0b\x1d\xe7\x42\x47\x2b\x74\x4e\x9d\x46\x37\xb9\x89\xf1\x41\x56\xb5\x5c\x14\xdf\xea\xd5\xfc\x66\xdb\xfe\x9f\xbf\x5c\x6b\x10\x30\xbf\x10\xbf\xfc\xf2\xf9\xa3\x26\xce\xff\x6c\xe2\xff\x82\x26\x3e\xc0\x53\xc4\xd2\xa8\x75\x9c\x48\x26\x8d\x70\xef\xe9\x08\xb2\xea\x0e\xf8\x15\xa1\x35\x1a\x5a\xa2\xc2\xf5\x07\xde\xea\xc9\x04\xfc\xb7\xfb\xc9\xed\x66\xff\xd3\x77\x76\x94\xdd\x66\xff\xd3\x47\x3d\x45\x4e\x7a\x4a\xfa\x67\x9b\x7f\x6f\x9b\xff\xa1\xa1\xf5\xfc\x10\xad\x3a\x5a\xb7\x55\xf2\x76\x0c\xb8\x91\x36\x4a\x65\xc0\x47\x6f\xb4\x50\x84\xd2\xa8\xb1\xa7\x30\xc4\x54\x80\x6e\x42\x3f\x75\x40\xe2\xb7\x42\xbd\xba\x55\x9b\x2d\xa0\xf6\x5c\x40\x74\x43\x89\x47\x94\x52\x91\x62\xeb\xab\xc1\x34\x7a\x87\x9a\x50\xb4\x87\x0e\xf6\x9d\xe6\xa1\xba\xf4\x43\x11\xea\xa9\xc4\x4c\xa3\x37\x78\xf7\xb9\x8b\x61\x2a\xe3\xbd\x49\xeb\x87\xdf\xae\x46\xcf\x38\xf4\xc6\xc7\xdf\x5e\xe2\x68\x5c\xe8\x8e\xfc\xcf\xee\xf8\x5f\xd1\x1d\xab\x33\xb5\x63\x2b\xad\x35\xd2\xd2\xc1\x12\xe2\x33\x56\x98\x67\xae\x80\x59\x0d\x8a\x4b\xd2\x80\x59\xad\x85\xb7\xa7\xad\xc7\x2f\xff\xc7\xe6\x61\xf3\x97\x6b\xcd\x52\x7f\x7f\xfc\x12\x3f\xe3\x85\x8f\xac\x53\x0f\x14\x03\xd6\xb9\xd9\x3e\x7f\x5d\xc1\xee\x90\x53\xc3\x16\x08\x53\x05\x7d\x40\x8d\x99\x2a\xdc\x68\x35\x16\x44\xa0\x5c\xde\xb6\x5f\x64\x1d\x24\x79\x0d\x8a\x94\x3c\x88\xc7\x9e\x93\x12\x33\xd0\x7c\x80\x6c\xc8\x3c\x48\x64\x9d\xbb\xd3\x58\xb4\xb2\x8f\x1e\x25\x54\x5d\x67\xf0\xee\x05\x80\x7c\x8e\x37\xfc\x44\x33\x33\xa1\x80\x60\xee\xae\xae\xb9\x32\x75\x89\x60\xe5\xce\x24\xeb\xe3\x57\x3d\x3f\x48\x17\xfb\x00\x16\xa6\x2c\xeb\xc2\x12\x00\x99\x5a\xee\xf5\x2d\x46\xb4\xfa\x16\xd6\x42\x61\xaa\x63\x9d\x67\x92\xa4\x44\x99\x57\x56\x5d\x2c\x21\x93\x75\x92\xd1\xa8\xc0\xa1\xd2\xf2\x4f\x8f\xb0\x5b\xb7\x47\x1c\xa5\x92\x35\x33\x49\x5b\x17\x00\x04\xe5\x4a\xd2\x4d\x0e\x2e\x2d\x14\x1a\x1c\x9b\x83\x02\xc1\x2c\x18\x76\xaf\x42\x75\x2f\xc0\xff\xc8\xd4\x65\x5b\x68\x84\xea\x1b\xe1\xa6\x0e\x20\xba\x33\x11\x93\xf0\x5a\x1a\x50\x7b\x3a\x53\xcd\xdb\x4a\xa9\xc4\x02\x6a\x30\xf8\xb7\x23\x28\x4c\xdc\x42\x5a\x17\x69\x34\xac\x84\x30\xc4\x9b\xb3\x87\xb9\xdd\x08\x85\x72\x75\x83\x3b\x4b\x14\xb9\xc7\x43\xee\x4b\x59\x33\xf6\xca\xea\xb0\x38\xd8\x63\x29\x17\x76\x0c\x7e\x7f\xfc\xf2\x1d\xa7\xb6\xd6\x6d\x5f\x1d\xd9\xbe\xa6\xd4\xaf\xe5\x60\x52\x9d\xa8\x8e\x09\x95\xd8\x26\x8b\x83\x26\x55\x87\x0f\x3c\x02\x33\xfb\xa6\x01\xb8\x7e\xce\xee\x4e\x5c\xef\xc7\xa0\xda\xbc\x2d\xfb\x64\x6d\x89\x99\xa1\x4c\x0a\x52\xd4\x51\xa9\xe4\x29\x01\x68\x38\x3d\x02\x39\xa0\x4e\x0e\x86\x60\xd3\x3f\x5e\xd8\xdb\x3a\x31\x89\xd4\x1b\xd0\x89\x4c\xfe\xbb\xc0\x1e\x8b\x76\x92\x0d\x77\xc0\x56\xf7\x23\x6a\xb5\x02\xc7\x32\x51\xe3\xb5\x14\x2a\x93\x75\xcf\xb6\xb1\xd6\xd1\xc9\x7f\x67\xd8\x64\x99\x0a\x65\x90\xb4\xb6\xf9\x77\x7e\x60\xdf\x1e\x6d\xc0\xec\xdd\x99\xc4\x3e\x3b\xbd\x26\xf1\xbc\x7d\x7d\x17\x70\x5c\x6e\x1f\x6d\xaf\xf2\xc4\x7a\x23\x4c\x03\x39\x8f\x03\xf8\x73\xee\xc0\xe0\xec\x7d\x63\xf3\xe6\x98\xfc\x77\xce\x9d\xa9\xc3\x7e\xcc\xbb\x87\x7b\x40\xb1\xa5\x52\x91\xca\xe1\x3b\xad\xf9\xac\x0e\x40\xad\x6f\xff\x96\xdb\x27\x4d\xe7\xf8\xd2\xdc\xea\x01\x0f\x96\x27\x76\x80\xea\x9b\x23\x42\xac\xc3\x3d\x73\xab\x9f\xee\xc0\xa1\xae\xfd\xd6\x5e\x39\x45\x52\x45\x43\x4f\x03\xff\xfc\x15\x68\xc9\xbb\xaa\x9b\xf3\x9b\xd3\x78\x41\xc2\xea\x09\xbe\x82\x09\xfd\xf5\x3f\x9e\x7e\xf9\xba\xb9\xae\xfb\x7a\xdc\x0f\x30\x1b\x7e\x3a\xca\x88\x20\x96\xfb\xde\x9d\x22\x65\xea\x58\x16\x67\xac\x3c\xa7\x40\x81\x61\x79\xce\xd6\x1b\x72\x1c\x4a\xa9\xac\x40\xbe\xaa\x41\x87\xa5\x2f\xb5\x11\x70\xf3\x44\x06\x0d\x30\x74\xc4\xd6\x6d\x40\xc3\xda\x5e\x42\x8a\xb0\x1a\x08\x9d\x4a\x86\x8c\x6d\x2b\x30\xa5\xb1\x6e\x02\x07\x74\xf0\xaf\x73\x22\xee\xa1\x93\xc2\x93\xcb\x77\xf8\xab\xc4\x4c\xa9\x81\x45\x66\x0f\x60\x0d\x30\x71\x8f\x2d\x10\x63\x18\x06\xea\x88\x16\xfc\x15\x8b\x67\x73\xa1\x7b\xfb\xb6\x0c\xb3\xf9\xad\x95\x01\xc6\x26\x83\x1a\xc8\xd5\x1b\xec\xce\x07\x82\xbb\x6e\xef\x6f\x99\xe1\xae\x80\xcd\xca\x00\x6c\x15\x84\xf0\x93\x7c\xee\xf4\xed\x7a\xa6\xd2\x23\xfc\x5c\xb9\x50\xe9\x6b\x61\xb8\xc1\xb5\x77\x18\x29\xdf\xdc\x39\xcc\x4a\xb9\xed\x63\x06\x48\x60\x96\x3f\x40\xb7\x82\xf6\x8a\x68\xb0\xe0\xcc\x3d\x68\xb0\x80\x06\x0b\x8a\x63\x42\x34\x58\x4f\x54\x6b\x50\x1c\x4b\x82\x29\x67\x38\xe8\x67\x51\x4a\x8e\xfb\xe9\x2d\x36\x37\xd8\x6c\xe6\x01\x1f\x0c\x34\x58\x44\x83\xa1\x56\x5b\xb4\xd5\x73\x8b\xf6\x8a\xde\x10\x56\xf9\xd1\x1b\x02\xd8\xce\xd9\x41\xc1\x1c\x0f\x05\x0d\x16\xbd\x61\xad\xc5\x3c\xa2\x37\x32\x62\x32\x1a\x19\x7b\xdc\xad\x84\x41\x7d\x23\x19\x28\x3f\xf3\x65\x3e\x92\xc7\xba\x51\xa8\xd4\x5b\x2c\xff\x40\x2b\x80\x8b\x89\x35\x52\x1c\xd8\x8b\xb7\x90\xb7\x59\x2c\x58\x80\x70\x5c\x60\x6d\x16\xac\xcd\xa2\xb7\x19\xac\xed\x43\xce\xf5\x36\xd7\xfe\x9d\xc4\x9e\x92\x33\xd5\xbc\x47\x9b\x01\xd9\xbb\xbe\x02\x7a\xf8\xd7\xd5\xef\xbf\x3e\x7e\xbb\x6e\x59\xfa\x1a\xb7\x88\x7c\x36\xb0\x6d\xc6\x3f\x97\xb6\xb5\x9e\x18\x70\x99\xca\xa1\xfd\x1e\xde\x60\x65\x85\x3b\xc0\x82\x95\x92\xa8\x49\x25\x86\xbf\xb5\x12\x97\x4e\xc9\x44\x66\xab\x28\xe1\x48\xd9\x24\xc4\x5a\x49\xeb\xa0\xc4\x8e\x25\x92\x1b\x8d\x32\x00\xd0\x57\x2b\xb5\x0c\x17\x83\xd1\x46\x24\x66\x6c\xfc\x0f\xce\x08\xda\x6c\xdc\x89\xc1\xb1\x52\xa8\xc0\x84\x87\xc5\x1e\x3d\xe5\x41\x55\x8b\x1b\xcc\x75\x5b\xbd\x4d\x2a\xb5\xe2\x35\x5c\x58\x1d\x3d\x65\xf4\x55\xee\xc4\x26\x83\x65\x52\x6d\x61\xd4\x50\x1b\x89\x66\x0b\xb1\xc5\xec\x72\x2f\xa2\xb7\xf5\x8f\x58\x0a\xe7\x85\xfb\x55\x95\x46\x96\x68\x42\x52\x2b\x20\x9a\xc9\x1c\x4d\x12\x29\xd6\xad\x47\x19\xab\x42\x8a\x8d\x70\xd3\xec\xd1\xdb\x4b\xa6\x0c\xfb\x1e\x2d\x83\x46\x11\xfb\xa4\xd1\x33\xb2\x2a\x90\x59\xa4\xcd\xb5\xd1\xdc\x1b\x48\xfc\x93\x80\xd9\x57\x72\x83\x0f\x79\x03\xee\x2e\xa5\xe2\x64\x54\x5c\x7a\xcc\x8d\xfa\x50\x78\xc2\x64\x5c\xc4\x89\xef\x92\x00\x7b\x28\xd9\x07\x98\xac\xd5\x9b\x3d\xec\x5a\x2c\xc3\x51\x22\x25\xc0\x53\x58\xed\x9b\x40\x9c\xca\xf2\x07\xcb\xbd\xd6\x44\x32\x1b\x7e\x63\x99\xd4\x82\x8d\xcb\xd4\x70\x61\x75\xf4\x9b\xd1\x57\xc2\x0d\x24\x74\xaa\x9d\x4a\xc9\x01\xb6\xb7\xa8\x9e\xe1\xe1\x94\x00\x64\x91\xeb\x1f\xb1\x6e\xcf\xf5\x7e\x6e\xb4\x6d\x8a\x5e\xe9\xc1\x2b\x3d\x9a\x58\xc2\x80\x17\x1e\xf8\x83\x55\xac\xd1\xd4\xe4\x56\xef\x1a\x90\x1d\xb5\xce\x61\x94\xf7\x95\x15\xcd\xbf\x6e\xbf\xac\x7e\xfd\xb2\x79\xb8\x6e\x24\x6d\xbf\xc4\xad\xc5\x7e\xdf\x21\xa2\x73\x3a\x59\x23\x81\xcb\x43\x43\x37\x50\x9e\x54\x67\xcb\x3c\xe9\x15\x47\xc9\xb7\x3d\x9d\xd1\x75\x25\xd8\x9a\xf7\x73\x0e\xaf\x14\x47\x7d\xbe\xe3\x51\x60\x33\x37\x4c\x91\xd9\x64\x07\x8c\xc2\xef\x6c\x14\x67\x1d\x3d\xa4\x75\x2e\x60\xfe\xbc\x1d\xaf\xac\xc3\xff\x75\xfb\x75\xbb\xbf\x12\x43\xfa\xab\xc7\xfd\xc8\xe1\xe8\x60\x14\xce\xf0\x16\x6f\x34\x56\x85\xe1\xfb\x0c\x7f\x9a\x04\xe3\xc0\x6e\xfa\x7b\x96\x15\xfc\x8b\x52\x54\x80\xd4\xda\x9a\x46\x1a\x94\x49\xf6\xdd\x1d\x6a\x33\xe9\xd6\xdd\x6b\x6d\xb8\x51\xf3\x80\xa5\x96\xd6\xac\x29\x00\xdb\x6a\xaf\x0a\x6f\xa5\x46\x79\xcb\x34\x42\x27\x97\x21\x3c\x50\x00\xba\xa7\x15\x98\x96\xd5\x9d\x98\x38\x70\xf6\xa4\x73\x80\x2b\xf8\x7c\x71\x00\x4c\x2d\xd4\x23\x37\xcb\xd7\xa6\x27\x70\x7e\xf6\x2d\x23\xc1\x1a\x58\xfd\x02\x20\x43\x2b\x67\x89\x6a\xda\xf8\xeb\xaa\xfd\xf6\xcb\xb5\x15\xfb\xed\x97\x0f\xaa\xb5\xd7\xa5\x5a\x6d\xe4\xd6\x12\x00\x20\x57\x36\xf6\x75\xf0\xd1\xab\x4b\xcf\x30\x25\xa7\x84\xb4\x1f\x30\x0c\x1a\x83\x7a\xde\x0a\xc0\xbc\x64\x00\x78\xc0\x34\x78\x8e\xea\xe6\x84\x99\x7a\x5f\x49\xca\xa0\xd1\xb0\xfa\xaf\xf0\xe8\x0e\x9c\x21\x3c\x89\x90\xea\xda\x09\x98\xa9\xf4\xbd\xad\xc2\xd8\x20\x60\x5d\x8d\x4c\xd8\x19\x2a\xb6\x36\x88\xbf\x2e\x6a\x6f\x59\x71\x1c\x96\xdb\x24\x04\xf7\x7a\xcc\xa1\xa9\xbd\x6b\xda\xa5\x65\xfa\xfc\xc0\x9a\x1d\x25\xca\x56\xec\x5d\xd4\xbe\x8f\xb0\x89\x62\x25\xd1\x8d\x34\xca\x23\xf8\xef\xec\xd7\x58\xa8\xc2\x02\xaa\xf5\x5d\x6c\x4c\x8d\xdf\x8a\x04\xdf\x32\x4b\x2e\x20\x2d\x4b\xfb\x46\xe0\x12\xe8\xbf\xcb\xb8\xca\xda\x28\x3f\xd9\xa7\x4a\x41\x04\x0d\xfe\x3b\xd7\x24\x50\x8d\x0b\xcb\x0e\x3c\x80\x7a\x21\x0d\x18\x6d\x76\xa5\x52\xee\x91\xd8\xe6\x55\x94\x88\x54\xf0\x5b\x67\xbb\xcd\xda\x37\x45\x02\x06\x29\x07\x0e\x45\xa2\xff\x59\x16\xa9\x03\xe1\xe7\x87\x5c\x60\xd8\x6d\xfa\xcc\x2e\xd6\x64\xf5\x2f\x62\x4a\x2a\x50\x59\xb6\x42\x6c\x73\x24\x36\xe7\x20\x82\x89\xfb\xb6\xb9\x47\x1a\xef\x62\x2b\x10\x82\x2a\x6c\xe4\x19\xf0\x68\x80\x2c\xb0\x7e\x3d\x88\xf7\xa6\xec\xf6\xc0\xa9\xd2\xc8\xdb\xc8\xc1\x22\x02\xf8\x8f\x61\xd4\xeb\x08\xb1\x16\xdc\x55\x31\xad\x08\xa8\x69\xa1\x5b\x5c\x7b\x8e\x6e\xa8\x3e\x2e\x11\x5b\x32\x82\x1b\x20\x36\x05\xff\x5d\xfc\x4c\x69\x60\x0f\xa3\xec\x87\xa3\x4c\x74\x1a\xbc\x55\xe0\x0b\xa1\x23\x92\x03\x62\x35\xeb\x5b\xbd\x21\xf8\x7c\xa7\xad\x53\xea\x94\xf3\x3a\xcb\x70\xb6\x50\xe2\xb6\xca\x07\xc7\x4e\x80\x88\x81\xea\x79\x78\xa8\x28\xf5\x7c\xcf\x95\xa9\x6e\x3a\xe0\xa1\xfa\x4c\x19\xbd\x50\x13\x53\x3b\x37\x30\x63\x13\xd6\x9c\x89\xda\x6d\x8b\xb4\x3b\x4e\xec\x36\x17\x88\xe1\x35\x9b\x4c\x8f\x2d\x96\x50\xd5\x94\x8a\xea\x2a\x36\x7c\xe3\x23\x88\xe1\x9e\x14\x44\xa0\xff\xc8\x1c\xdd\xaf\x66\x40\xb4\xac\xf0\x08\x14\xa0\x54\x08\x1c\x8a\x5f\x4f\x3e\x9f\xff\x65\xf3\xf9\xca\xcd\xb5\xaf\x9f\xe3\x8f\x16\xf9\x83\xcd\xd7\x03\x77\x67\xce\x35\xa4\x5b\xb5\x95\x9e\xfc\x43\xe7\x80\xf6\x27\xe5\x7a\x11\xdf\xc4\x16\xb0\x8b\x88\x25\xbe\x57\x85\x79\xe9\x0c\xf4\xc4\xc7\x4a\x96\x9d\xef\x95\xbd\x30\x4a\x78\x3c\x7a\xfd\x04\xa7\xc5\x86\x12\xb3\x78\xe3\xca\xc1\x19\xf7\x68\xdd\x00\x0b\xf7\xc5\xe6\xcc\x6d\xcb\xa4\x53\x73\x43\xb2\xc7\x38\x87\xdd\xd6\x70\x06\x05\x6e\x0e\xd4\x7d\x02\x54\x1f\xab\x03\x7f\x62\x97\x0b\x10\xf1\x89\x6a\x64\x5b\x87\x08\x3b\x46\xf0\x0d\x96\x5b\x40\xc7\xae\x46\x82\xf5\x0d\x76\xe7\xe1\x46\x9a\x42\x1e\x95\xfa\x93\x35\x24\x30\xb7\x98\xba\x23\x81\x14\x5b\x7e\x4c\x2e\x45\x68\x57\xb6\x6c\x4b\x93\xad\x73\x00\xcc\x85\x3f\x7a\x0f\xfd\x11\xc8\x12\x80\x1b\x1e\xd4\x63\xdf\x95\x6d\xb6\x85\x32\xe1\x5d\x8b\xdb\x3d\x64\xa9\x3c\x59\x2e\xaf\x3b\xc6\xea\x5a\x0a\xcf\xaf\x9f\xe3\xf6\x15\x7f\xe7\xcb\xfd\x56\xd9\x2e\xea\x3f\x2c\xf0\xe5\xd0\x2f\xa0\xd1\x95\x8c\x16\xef\xe9\x89\xeb\xae\xb4\x7a\xdf\xd3\x1b\xad\x0d\x87\x81\xcb\x5d\x67\xa1\x83\x7c\xd5\x75\x58\xfa\x6d\x7a\xca\x49\x6d\xae\x94\x28\x18\x23\xe7\xee\x18\xac\xfa\xca\x1f\x83\x5f\xf9\x8e\xdc\x66\x78\xff\xbf\xf4\x1d\xb1\x4e\x83\x6d\xf3\xff\x35\x52\xbd\x03\x14\xfd\x90\xbf\xbb\x87\xdf\xf9\xde\xca\xa8\x84\x93\x90\x12\x72\x4b\x04\x1c\x81\xd9\xbc\xd0\x7d\x2d\x76\x9d\xe4\xda\x7e\x6a\x51\xa5\xe3\xe3\x1c\x24\xb0\x9b\x70\x95\xc0\x52\xeb\x30\x30\x61\xd0\xb0\x25\x02\x38\x96\x33\x9c\xd0\xa0\x7e\xdb\xc5\x26\x50\xc0\x34\x27\x90\x16\x47\x06\xe2\x07\xcc\xfc\x5e\xab\xc1\xe8\xde\xd7\xfa\x3a\xce\x3d\xfc\x1a\x57\xc7\x9f\x4e\x7a\x79\xd5\xdb\xdc\xf5\xc9\x8d\x53\xee\xab\x1e\xfa\x3c\xec\x55\x7b\x71\x37\x6f\x96\x27\x07\xbd\xfa\xae\x2e\x0d\x57\xd6\x4b\x03\x04\x08\x64\xa2\x7f\xff\xf4\x35\xe0\x08\x27\x7a\xcb\x43\xdf\xab\x5a\x93\x9e\x21\x4f\x99\xec\xa7\xc0\xe6\x46\x8b\x21\xf4\xa7\xb7\x7d\xbf\xd0\xf6\xcf\x77\x30\xaa\xbd\xec\x51\xea\x87\x19\x17\xbd\x46\x47\xdd\xb1\xf4\xfb\xd7\xd4\x13\xff\xfa\x97\xfd\xb7\xeb\xd0\x30\xbf\x5a\xcc\xf7\xfb\x44\xdb\x9c\x40\xa7\x03\x09\xc8\x29\xc8\xe3\xb2\x1f\x04\xc8\xa4\xec\x17\x93\xc3\x51\xc9\x8d\x3a\x60\xdf\xa2\xe4\x01\x0b\x1f\x10\x21\xdc\xdb\xeb\xcf\x77\x03\xe3\xf7\x36\x03\xec\x1f\x98\x59\x80\x8f\x4a\x30\xba\x85\x2f\xd7\x6e\xd4\x7b\x1e\x32\xd7\xcc\x20\xbd\x37\x6d\x12\xcc\xe6\x2b\xed\x36\xf3\x8f\x61\x15\x6b\x82\x78\x28\x80\x6c\x98\x23\x3e\x2f\xee\x60\x3b\x18\xa1\x69\x75\xec\xaa\x3e\x6c\x72\x49\x64\x3a\x76\xbf\xd5\x0e\x06\x26\x3f\xf2\xab\x3a\xd7\xe4\xd6\x6b\x79\x81\x8e\x3c\x20\x47\xd6\x5b\x65\x26\x93\x44\x2b\xce\x8c\x1c\x74\x29\xcd\xe8\x4b\xd9\x44\x58\x9c\x4c\xde\xb2\x74\x10\x24\xe9\x20\x98\x69\x02\x16\x89\x43\xcd\x00\xd3\x60\x20\x6a\xe9\x23\x20\xf6\x80\x16\x06\xf0\x30\xbd\x55\x1b\x10\xf6\xb1\x09\x67\xae\x17\x31\x23\x2c\x69\x37\xab\x43\x85\x59\x5d\x0b\x03\x64\xa9\xc4\x2c\xb7\xe9\xc9\x0f\xca\x4c\x6a\x4a\xdb\x08\x74\x97\x51\x83\x66\xb7\x37\xc3\x07\x0e\x99\x53\x28\x39\xe2\x81\xff\x7b\xd5\x79\xae\x3e\xad\xfc\xfa\xfa\x98\xf2\x15\x25\x44\xfe\x72\xa0\x84\xf0\xc3\xd5\xb7\xa9\x92\x4f\x26\x85\xd7\x54\xc9\x5c\xdf\xa0\x4a\x7e\x82\xe7\xc3\x45\x5a\xe6\xe7\x3b\xf8\xce\xc1\xb3\xd6\x24\x73\xeb\x99\xf0\xbc\xa4\xd4\xc4\x42\xa5\x3e\xfa\x1f\x01\x7f\xf8\xbf\x78\xb8\x15\x0f\x7f\x44\xff\xa3\x54\x58\xf4\xe7\x0e\x57\x8c\x7b\x69\xb2\x8f\xa6\x18\x73\x99\x2f\xb6\x60\xd5\x5e\xe7\x5f\xd3\x15\xba\x2e\x7f\x54\x1a\xcd\xd4\x79\x49\x26\x3f\xa4\x7d\x2c\x05\x6f\xfa\xe5\x9a\x37\x2d\xeb\x5c\x9f\x5e\xa3\xdf\xa2\xc9\xae\xd4\xc1\x11\xf5\xfd\x11\x9f\x93\x9c\x78\x56\x2a\xcf\x34\x2b\xdf\xc9\x7c\x0d\x34\xe0\x37\x9a\x93\xeb\x93\xdb\x5d\xa8\x12\xfc\x5c\x0b\xf5\xde\x83\x7b\x0c\xf4\xb4\xcb\xb9\x3e\x3f\xc0\xf2\xe3\x28\x49\xbd\x64\x4f\x71\x44\xfd\xcb\xec\x29\x4f\x52\x0e\x25\x7e\x81\x1c\x0c\x27\x9a\xcb\x10\xc4\xce\x37\xe3\xee\xc9\x97\x3e\xf6\xf1\xc5\x17\xbe\xf8\xaa\xd7\x1c\xde\x03\x94\x39\xfb\xf3\x86\x3e\x69\xe7\x70\xda\xce\xe1\xd8\x43\x1a\x8c\x57\xf7\x9c\xfd\xc5\xf9\x7a\xc5\x9b\x85\x61\x79\xf5\xc4\x2c\x60\x99\x8b\x17\xfa\xca\x2f\x3f\x7e\xfb\xff\xae\xeb\x2a\x16\xf3\x23\xb4\xb5\xed\xc1\x16\xbc\x39\x8f\xb8\x66\x1a\xa9\xff\xd9\xbc\xe4\x1d\x48\xb1\x73\xe2\x37\xda\x68\x0c\x0d\xf3\x25\x1d\xf6\x31\x12\x95\x9c\xef\x35\xa5\xb7\xda\xfe\x9c\x71\xfd\xb4\x79\xef\xe7\xb7\x37\x17\xd2\x8e\xc8\x1d\xde\x00\x52\x9e\xef\x18\x9f\x06\xf1\x70\x07\x78\xb4\xd1\xf6\xf6\x9d\x39\xfb\x32\xd7\xea\xde\xc9\xf6\x6f\x25\x8b\x05\x63\xd5\xdb\x66\xfa\x7f\xf7\x78\x6a\x6b\xd0\xeb\x76\xf9\xfc\xe5\x97\x2b\xc5\x39\x44\xfd\x00\x9b\x26\x6f\x0f\x8c\xa4\x94\x19\x7b\x7b\x79\x8f\x09\xff\xcc\x5b\x37\xc1\xc7\x42\xf6\xbe\x16\xac\x4c\xcd\x6f\x40\x84\xaf\xb0\x70\x51\xd0\x4d\x00\xe2\xf4\x09\x34\xc0\x58\x96\x80\xc7\xee\x16\x09\x33\xa8\x2d\x40\x2a\x9f\xef\x34\x03\x0e\xfa\xf6\xcc\x73\x25\xc5\x0b\x74\x7f\xe9\x70\xca\x56\x5f\xa3\xe1\xbd\xa0\x36\x9c\xcd\x00\x9e\x1f\x32\x71\xc3\xfa\x2d\x49\xa9\xe7\x1b\x86\x1f\x36\x9f\x78\x63\xc3\xe6\x3a\x25\xea\xf9\x29\x77\xca\x7a\x21\x8a\xbf\x0b\xc1\xde\xc4\x8e\x8b\x71\x54\x7b\xc8\x79\x10\x37\x98\x33\x5f\x8e\x93\x8b\xfb\x05\xf6\xd9\xf5\xf5\xfd\x52\x31\xce\x63\x3f\x2a\x95\x88\xbe\x5f\x2a\xb1\xe5\xff\xe3\x52\x71\x4d\xde\x1a\x38\xf9\xbc\x39\x6b\x71\x9b\x1f\xaf\x6f\x8b\x73\x42\xc7\xa5\x29\x5e\x77\xde\xdf\x1f\x7f\xbb\x12\x9a\xf6\xeb\x1c\xf9\x03\xc6\x9e\x56\x0e\x5c\x48\x85\x98\x4b\xe0\x9a\xa9\x75\x06\xd9\x91\x14\xa1\x9c\xc6\x53\xac\x9d\x1c\x0d\xa5\xd3\x70\xd2\xd5\x91\x19\x82\xde\x18\x31\x57\xea\x1d\x90\x93\xa2\x7d\x0d\x7e\x3e\x7f\xef\x08\xb9\xfe\xae\xc5\xaf\x9f\xd6\xca\x6c\x6f\x57\xea\x93\x4f\x2d\x6f\x58\xbd\xe9\x7b\x86\x67\xdc\x95\x92\x8c\xa5\xa4\xed\xbd\x92\xbe\xae\xdd\x9f\xbe\xfe\xf2\xf5\xb7\x6b\x6b\xd7\x23\x7f\x44\x85\x73\xa0\xea\x6a\x26\x4f\x8e\xba\xd2\x54\xc2\x30\xc5\x37\xe3\x58\xa1\x41\xfa\x34\x59\x14\x18\x15\x1d\xe6\x4f\xb8\x2b\x19\x11\xb9\x76\x1a\x16\x68\x85\xfa\x0c\xbc\x50\x1b\xb6\xb0\xa4\xd4\x47\xdc\x05\x92\x0b\xe2\x99\x58\x0a\xb2\x2e\xd3\x18\x1b\xf5\xa8\xc0\x7e\x2d\x26\x9b\xb7\x4e\xd5\x41\x51\x91\x7e\x2f\x00\x0c\xf0\x87\x1e\x1c\xd9\xdf\x04\x7e\x6d\x63\xa4\x0c\xb0\xd6\x9a\x7e\x28\xd5\xb4\x2b\x13\x76\xe7\x2f\xb1\x19\x1a\x08\x79\x26\xf8\x69\xc2\x81\x75\x13\x27\x4c\x6a\x1e\xaa\xfa\x08\x78\xdf\xaa\x61\xfe\x7b\x0b\x00\xd3\x14\x5a\x26\x0d\xd9\x0a\x3a\xa0\x49\x4a\x82\x07\x20\xd5\x08\x2d\xa3\x6a\xc4\xfd\xe7\x87\x9c\xc4\x5e\xd8\x3a\xf2\x69\x8a\xf6\xa2\x35\x23\xc7\xe1\xda\x68\x22\x8d\x0b\x05\x92\xe5\x10\xfc\xbe\x17\x08\xd9\xba\x66\x8b\x90\xe9\xb6\x59\x5c\xb7\x9d\x6f\x5c\xe8\x05\x57\xea\x74\xbf\xfc\x74\xae\xd2\xf1\x78\x09\x1e\x2f\x0b\xcf\x98\x24\xe8\x50\x22\x63\x27\xe9\x5e\xda\xa0\xd6\xf8\xd6\x2a\x8e\x99\x92\x56\x5b\x1f\x6c\xfd\x1b\xc5\xaa\x22\x5a\x1c\x08\xe9\xf3\xd3\xe5\x41\xc0\x33\xc7\x27\x9b\xdf\x0b\x92\xfc\x71\xc0\xe3\x27\x31\x89\x05\xd9\xbc\x15\xe5\x5e\x7d\x81\xc1\xd3\xb8\x3c\xf0\xd4\xdf\x2b\xd2\x13\x40\x14\x1b\xbf\x55\x2c\xe8\x9b\x69\x05\xcf\xf0\x19\x19\x2d\x0b\xc2\x62\xcd\xff\x38\xff\xd1\xe4\xf0\x2f\x1e\x6e\xc5\x26\x3f\x98\xf8\xd5\xb0\xe5\x31\x2e\x30\xe8\x59\xb3\xac\xbe\xfe\xba\xdd\x5f\xa9\x33\xfd\xf2\xd3\xb7\xb8\x45\xfc\x0f\x34\xa7\xb2\x39\x31\x4b\xe8\x2b\xe6\x81\x73\xeb\x1e\x7a\x40\xb8\x67\x07\x87\xc7\x84\x54\x81\xe8\xc8\xf8\xfe\x3c\x83\xc2\xe3\xff\x47\x81\x91\x06\x43\xf0\xb2\xb0\x68\x5f\x95\xa4\x87\x34\xf2\x10\x1a\xa5\x2d\x40\xf3\xcf\x0f\xd6\x02\x69\x2b\x6e\x57\x6d\xdd\x23\x70\xa7\x9e\xd4\x42\x2a\x8f\xf1\xf0\x57\xc4\x8d\xa8\x32\xdf\x8a\x7e\xeb\xf0\x87\x3f\x7c\x7e\x80\xca\xa5\x8b\x65\xc1\xe9\x09\x38\xd0\x21\x7a\x3f\xb5\x47\x38\x3d\x08\x7f\x8a\xa2\x6f\x21\xe9\x81\x7f\x54\x77\x91\xe5\x8f\xbc\x5d\xf5\x0d\x20\xbc\x27\x4e\x69\xc7\xf2\xd6\xd3\xd7\xb0\x82\xff\xfa\xdb\x66\xff\x75\x7b\x5d\xd3\x23\xea\xf9\xe9\x83\xa4\x97\x62\x5b\x3e\xd9\x6c\x79\xb9\x50\x1f\x88\x98\xab\x90\x49\x99\xbe\xd1\x71\x2b\xe9\x25\x36\xf1\x9b\x44\xd2\x2f\x5c\x8a\xdf\x23\x92\xf6\x3c\x7a\x8a\x96\x85\xf3\x95\x5f\xc7\xf5\x3c\x2e\xd0\x5a\xbf\xac\xb6\xff\xf6\xe5\xf3\xd7\xab\x2a\xed\xdf\xbf\x7c\xfe\xfa\x81\x25\x74\x5d\x26\xb3\x92\x0b\x8d\x92\xc1\x29\x2e\xdb\xa8\x42\x55\x53\x1d\xd3\x50\xe2\xc6\xbd\x47\x5b\xbf\xaa\xa6\x5e\x27\xae\x09\x8c\x18\xa3\x6b\xb7\x3f\xfe\xdf\x58\x29\x8f\xae\x3a\xb9\x4f\x9b\xe6\xd6\x22\xc9\xa8\xbd\xaf\xd8\xd6\x95\x52\x4a\x9f\x0a\xce\x10\x5b\x99\x3a\x93\x54\xed\x3c\xa9\xda\x4c\xa1\xb9\x4f\x60\xd8\xd2\xa6\x96\xf7\x6d\x33\xe5\xa5\xd6\xbe\xc6\xe9\x56\x93\x49\x46\x26\x4d\x55\xca\x46\xaa\x52\x97\x22\x32\x1d\x43\x6e\x02\x59\x88\xd3\xc8\xdd\x34\x1f\x15\xee\x6d\x92\x96\xa9\xd6\x92\x8f\x01\x37\x79\x74\xe8\xf2\xd1\x35\xf7\xdb\x9a\x91\x53\x59\x8b\x50\xd1\x3a\x71\x37\x71\xbe\xdc\x48\x1d\xd4\x46\xeb\x96\xcd\x12\xf2\xb7\x39\x27\x2a\xac\x6e\x15\x5a\xb4\x76\x6b\x44\x4a\x35\x8f\x3c\x1d\x02\xb3\xb5\x25\x49\x67\x69\x11\x0f\x72\xcd\x59\x8e\x81\x25\x31\x2a\x53\x23\x29\x78\x55\x5a\x1e\xc7\xc0\x1c\xc3\x8a\x33\x71\xa1\x34\x72\xd3\xc9\x54\x8b\xdc\xdb\xe1\xea\x06\xbd\x03\x35\x5e\xa7\x62\xf5\x5a\x6a\xde\xa6\x49\xbd\x3a\x60\x39\x9b\xb4\x0e\x9e\x7a\xa5\xd2\x3a\xe7\xa9\x34\xb2\xe6\xd4\x89\xc1\x3a\xa6\xb9\xd9\x17\xc8\x18\x1d\xb9\x7b\x60\xc9\x5d\x52\xe6\x3c\x49\xa1\x3c\x52\xcd\xbe\x61\xa0\x75\xc8\x24\x19\x55\xd8\x4c\x12\xe1\xc6\x43\xa7\x52\xa9\x1c\xff\x1a\x3c\x67\x97\xa6\x9a\x28\x65\x16\x9d\xd4\xe6\xca\xcc\x63\xc2\xde\x5d\xb7\x5b\x63\x50\x1f\xa9\x8d\x89\x85\x69\x58\xbb\xed\x85\x4a\xac\xc5\xbf\x64\x2d\x19\xda\xe3\x94\x47\xdb\x74\xca\x79\x30\x4f\xcb\x75\x36\x7d\x4d\x91\xac\x4f\x51\x92\xe5\x77\x7e\xe0\x65\x8e\x03\x9d\x6e\x0f\xa4\xde\x12\x73\xa6\x56\x4b\xb5\xb9\xd5\x12\x06\x05\xbf\x55\x42\xdf\x58\x77\x1e\x7d\x9a\x2f\x33\x85\x3e\xb6\x99\x4b\x95\xb2\x3f\x8d\xcf\xbd\x39\x14\x7b\x1a\x0a\xf2\x8f\x43\x0a\x83\x45\xa6\xe5\x3a\x57\x22\x53\x2e\x23\xc3\xc4\xd0\xde\xd4\xb5\xd4\x4e\x6a\x6d\x03\xac\x73\xfb\x3c\x13\x1d\x46\x91\x6a\xbd\xa1\x5a\xeb\x58\x5a\x8d\x33\x8a\x83\xab\xa7\xd5\xe3\xfc\x7c\x67\xad\xda\xad\x4e\x92\xa4\xaa\xd3\x72\xf5\x68\x0d\xf5\xac\x53\xa3\x66\x35\xbf\xce\xa9\x91\xf6\x3c\xd4\xb3\x94\xb2\x87\xe0\x9c\xe0\x15\x3f\x67\xd8\x6d\x3d\x93\x36\x2d\xd7\xb9\xf0\x69\xa2\xce\x52\xf0\x4d\xbd\xd6\xc3\x75\xe9\x20\x96\x8a\x4c\x83\xec\x52\x71\x02\xcf\xa2\x95\xa7\xcc\xc3\xbe\xd1\xeb\xad\x75\x1e\xd3\x49\x3d\x8f\xdc\xf2\xb4\x5c\xe7\x9a\x9e\xe6\x9a\xd6\x7d\x3c\x7d\x85\x7b\xab\xd3\x5c\xd5\x53\x5e\x3a\xac\xd5\x4a\x1b\xf8\x50\x5c\x0f\x2d\x6e\xbd\xca\x4a\x63\x3d\xe9\xa6\x93\x14\x1b\x4a\xcb\xd5\x73\xca\xb9\x51\x6f\xea\x9d\x6a\x9d\xad\x55\x92\xb4\x29\xb7\x4e\x25\xb3\x14\xeb\x80\x53\x2d\x64\x19\x95\xad\x76\xd2\xae\x0a\x08\x5e\x6b\xff\xa9\x37\xeb\xd8\xd2\x61\x3b\x66\x3d\x63\x1a\xa6\xc2\x4b\x6d\x71\x54\x2a\x37\x2c\x99\xac\x25\x65\x3a\x86\x66\xfb\xf3\xc6\xd6\xc8\x7d\x32\x15\x15\x93\xa3\x0d\xbc\x9c\x6a\xd6\xe9\x10\x38\x1b\x78\x11\xd6\x0b\xdc\xfb\x36\x57\xab\x9c\xcc\x26\x13\x63\x36\xb6\x61\x5c\x7b\xab\xa6\xc2\x55\x9b\xf8\x0e\x37\x96\x61\xdd\x37\x36\x4b\x24\xae\x36\xae\x0f\xa1\xc3\x8c\x81\x2e\x59\xd8\x8a\x8e\x09\x66\x74\xb6\x09\x6a\x09\x1c\xa6\x1f\x9b\x45\xe2\x71\x02\xb2\x09\x6c\xf0\x49\xe0\x38\x93\xc5\x36\x4f\xe6\x98\xc3\xb4\xe4\x63\xe0\x30\x21\x96\x49\x7c\xea\xbd\x91\x66\xb3\xd5\x50\x9b\xa8\x97\x90\x47\x2b\x25\x63\x4a\xec\xe2\x43\x75\x5d\xdc\x9e\xd1\x66\x1d\x28\x8a\xd6\xbb\x65\x55\xca\xf0\xc2\x8b\x0c\x8f\x38\x95\x9a\x26\x01\xa1\x63\xe6\xf9\x2f\xf5\x39\x51\x36\xd2\x12\x25\x4b\x62\xbe\x1e\x56\x0d\x29\x36\x71\x5a\x7d\xf4\xb5\x0e\xfb\x7e\xb5\xee\x50\xe4\xa5\x51\xfc\x7f\xfb\xf6\xf5\xca\x2d\xa6\x7f\xb7\x98\x1f\xa8\x90\xe3\xa0\xa0\x2b\xa0\x94\xb8\x33\xf1\x56\x04\xbc\x7a\xb0\xd4\xca\xb0\x52\xb2\x19\xb5\xce\xe1\xda\xa9\x8c\x7b\xe9\x0b\xe4\xce\x01\x2e\x27\x2c\x90\x82\x40\xd1\x39\x20\xf1\x3c\x41\x41\x36\xd1\x5e\x33\x09\x60\x36\x12\xec\x4d\x95\x23\x68\x8a\xc0\xc4\x91\xea\x4a\x1d\x3a\x83\xa5\xc0\xd5\x5e\x7b\x18\x03\x56\xf4\x0a\xe2\xd4\xcc\xf7\x0b\x70\xcf\x01\xcc\x27\x1e\xb1\x11\x81\xf2\x73\x40\xf4\x79\xaa\x15\x8e\xfd\xea\x7e\x53\x20\x49\x84\x5f\x4e\xa8\x09\x1f\x9a\x2a\xb5\xe7\x3b\x1e\x4a\xa3\x85\x5c\x40\xc4\x06\x62\xa9\x8c\x23\xe4\xd4\x42\x19\xf6\x6a\x1e\xea\x96\xef\x9a\x65\xdb\x33\x55\xb7\x21\xeb\x81\x7b\x32\x45\x37\x05\x69\x9d\x86\x86\x9e\x76\xbd\x53\x69\x6b\x29\xea\x74\x9c\x89\x74\x00\xb3\xbc\x29\x6c\x6f\x62\x6e\xa0\x26\x2d\xc4\x1c\xcb\xa0\x8e\xb3\xb7\xc2\xcf\x77\xe8\x6c\x3d\xf4\x46\x69\x6c\x63\x81\xe9\x34\xe8\xb0\x05\x9c\xd8\xd5\x43\x00\xe5\xff\xae\x3a\x10\xd4\x7b\x10\x01\xe9\x62\x22\x06\x7b\xc8\x6c\x0b\xaf\xa6\xd5\xe6\xb1\x2a\x05\xf4\xa1\x5c\x32\x25\x0d\x05\x07\xf3\x83\x8a\x07\x45\xad\x16\xfe\x50\x6b\xd7\x42\x0a\x58\x18\x65\x50\x76\x31\xb8\x89\x9b\x44\xae\x42\xf5\xf9\x2e\xd7\x44\x1d\x87\x7e\x94\xca\x16\x76\x42\x94\x00\xd5\x62\x9d\xb0\xc4\xde\x09\xee\x52\x7b\x6c\x36\x60\xe3\x42\xf3\x4d\x75\xff\xce\xf9\xb2\x6c\x98\x0d\x34\x18\x8b\x35\x81\x96\xb5\x26\xb0\x24\xe6\xa6\xa4\xc0\xf0\x2a\x4e\x3c\x50\x16\x63\x27\xed\x00\x63\x11\xca\xe5\xf9\xae\xa2\x6b\xcb\xad\x66\x41\x5e\x63\x20\xb3\x5a\x2e\x66\x56\x46\xb7\x4f\x2d\x2c\xb7\x95\x67\x1f\xc9\xe3\x66\xd1\xb2\x57\x04\xd4\xcf\x8b\x84\x80\xaf\xc4\xe8\x6f\xbf\xff\xfa\xcb\x66\xff\x6f\xbb\xaf\xfb\xfd\x75\xe7\x3f\xff\xee\x6f\xc4\xbf\xe1\x95\xf7\xf7\x90\x6b\x5d\x54\x50\xcd\x7d\x5e\x3c\x72\x6b\x54\x4c\x1c\xd9\xc6\x3c\xcb\x56\x26\x2f\x43\x30\x99\xff\xb6\x69\x1c\x92\x5b\x9a\x4c\x6e\xb5\xe0\xff\x80\x39\xf8\x10\x99\xb4\x26\x6a\x26\x30\x4d\x96\x9d\xb6\xe4\xe9\xe2\x84\x69\x62\x9c\x7c\x35\x5b\x58\x4c\x62\x43\x3e\x71\x09\x1c\xee\xdc\x8e\xba\x05\xb7\x05\x0a\x04\xa8\x4f\xe5\x39\x32\x76\xb1\xef\x47\x5d\xa5\x69\xb9\x77\x0c\x24\xf8\x11\xdd\xaa\x88\xbf\xbb\x3a\x7e\x16\x7c\x88\xa6\xb1\xbc\xa1\xc7\xfc\x9f\x72\xf6\xef\xfb\x1f\x76\x37\xb7\xa5\x7c\x17\xaa\xe4\xd3\x9d\x8d\x5b\x7f\x0c\x97\xe6\xba\x8d\x5c\x27\xd3\xa0\xa6\xe5\xbb\x22\xfc\xb9\x1e\x0f\x9f\xe9\xee\x5d\x59\x6e\x0f\xaf\x7e\xba\x63\xb1\xb5\xce\x96\x03\x6e\xd5\x43\xdb\x34\x51\xe1\x52\x33\xb1\xa6\xea\x92\x6b\xf7\xf0\xc4\x54\xf6\xb9\xcd\xd2\xb2\x0d\x19\x5b\x44\x6f\xac\xbe\x47\xd1\x69\xb9\xce\xab\x9c\xad\x28\xa2\xbb\xe8\xc9\x6e\x06\x71\xab\xcd\xbe\xdc\xaf\xcb\x9a\x22\xc5\x49\xfa\x72\x5f\x73\x66\x64\x24\x93\x24\xa6\xdc\xca\x8a\x4d\xb3\xea\x68\x91\x04\x39\x4d\x26\xee\x15\x02\x54\x81\xa7\x97\x28\xfc\xee\x1e\x5d\xae\x28\x36\x77\x99\xb0\xd7\x27\x9b\xac\x4d\xf2\xec\x38\x4a\xd9\x47\x93\x2f\xbc\x6d\x93\xcb\x91\x10\x07\x0b\xd7\x69\xb9\x1e\x0a\x64\xc2\xc3\xc4\x34\xec\xe3\x6e\x81\xf6\x4a\xac\x55\x6d\x4d\xf6\xab\xc7\x9c\xeb\x2b\x8a\x0b\x5e\x37\xc3\xde\x4c\xf6\x81\x7e\x9d\x25\x28\x96\x49\xb8\x6e\x06\xa5\xd1\x26\xff\x9d\x1d\xd5\x5c\xf2\x58\xd2\x39\x54\x6c\x5c\x2a\x76\x8b\x07\x39\x42\xd4\x52\x17\xa0\x22\x4f\x4b\x00\xad\x24\xd3\xb2\x15\xd5\x7b\x14\x08\x1e\x6e\xe7\x82\xa2\x15\x88\xe1\x1c\xf3\xdc\x2f\xf7\xb0\xa2\xc0\xf2\x6f\x81\x62\x75\x90\xb4\x42\x90\xc5\x75\x96\x0d\x67\xe1\xd0\xe9\x03\x4d\xca\xab\xae\x27\x9a\x4a\xe3\xba\x25\x33\x53\xe7\xc2\x6d\x3a\x86\x5c\x5c\xd2\x0a\x11\xbe\x45\x1d\x73\x56\x35\x53\x92\x9c\xeb\x31\x30\x67\xa3\xe4\x52\xa2\x6b\xcf\x72\x03\x22\xd3\xae\x75\x3a\x04\xe6\x9a\x2a\xae\xda\x61\xc9\xb2\x3a\xdb\x47\x76\x59\x0f\x1c\x5e\x9d\xa5\x5a\xaf\x87\x6c\x3e\x75\x8b\xba\xc9\x34\x6a\x9b\xfc\x77\xf6\xb1\x24\x29\xde\x97\xac\x4f\xa7\x32\x0e\xd7\x59\xe2\x34\x11\x5c\x87\x35\x87\x55\xf7\x3e\xba\x88\xab\x30\xd0\x80\xdc\xd7\xbc\xdf\xc5\xec\x0d\xbe\x51\x4a\xa9\x6a\x9b\x96\xeb\xec\xcd\x19\x1b\x54\x4c\xdd\xc7\x97\x6f\x4c\x2f\x92\xdc\x5c\x2c\x49\x7c\x51\x92\x49\xa9\x49\x9d\x7f\x3d\x86\x7f\x8b\xa5\xb9\x16\xac\x11\xad\xc0\xab\x15\x12\x9e\xea\xd4\x98\xba\x55\x0b\x8a\x98\x7b\x9d\x96\xab\xbf\xde\xa7\xb4\x8f\xea\xda\x32\x27\x9f\x52\x59\xa2\xcb\xe8\xea\x2f\xf9\x2b\xf3\x0b\x5e\x71\x3c\x15\x6f\xda\xbd\x7f\x47\x9d\xe6\xef\x58\x4b\x5a\xea\x68\x98\xbe\x80\x0f\x1b\xb5\xd7\x69\xb9\x2e\x8e\xae\xcd\xcb\xb5\x5f\x6a\x66\x9a\xc5\xef\x78\x92\xa2\x4b\xfb\xf6\xb9\x5a\xc7\xb4\x5c\xbd\x20\x64\x05\x1c\x93\xb8\x46\x37\x29\x95\x51\xf4\x78\x9d\xdd\x4e\x67\xd1\x19\x19\x28\x25\xb6\xaa\x5d\xae\x4b\x67\xb0\x1a\xf3\xe1\x02\x2f\xdb\xc4\xf5\x70\x3d\xf6\x97\x88\xef\xde\x73\x9a\xbb\xb4\x4f\x2e\x6d\x2d\xd2\xc9\xd7\x09\x75\x69\x7a\x63\x3d\xb6\x2a\xeb\x74\x08\x78\x1f\x97\x45\x03\x1e\x79\x96\xb4\x6d\x10\x30\xf3\x38\x06\x8e\xa3\x01\xa3\xd8\x86\x43\xf1\xb6\x61\x1a\x99\x4b\x3f\x09\x1d\xc7\x98\x15\xdc\x47\x58\x3e\x8c\xcf\x69\x09\x40\x71\x1c\xdc\xa6\xe5\x7a\x1c\xd8\x68\xa6\x79\x5c\x2f\xd3\x41\x3e\x04\x56\x9c\xd3\x5c\x2d\x60\x30\xef\xd0\x51\xc4\xf4\x14\x5d\x26\xe0\xd7\x6b\xc6\x4b\xe9\xff\xbf\x6f\x36\x3f\x5e\xe7\x10\xfb\xb3\xc5\xfc\x68\xd7\xed\x40\xb8\x53\xac\x8b\x87\x9e\xa9\x38\x9d\x58\xae\x41\x69\xe4\x8d\x69\x22\x55\xc2\x7c\x71\xd9\xc9\x56\x7f\x98\x38\x30\xf5\xee\xef\xdc\x64\xb1\xa1\x1a\xe6\xcb\x72\x48\x69\x4a\x60\x6f\x4f\x3a\x28\xf1\x5e\xaa\x89\xf5\xe0\xaf\xe6\xad\xa9\x72\x79\x21\x17\x1c\x82\x90\x9a\xd6\x13\x92\x45\x04\x17\x32\x3f\x45\xbc\xe9\x72\x14\x08\x6c\x3b\x47\x01\xb8\x76\x07\xd7\x56\xae\xcf\x0f\x11\xbb\x16\x60\x9d\x92\x75\x0a\x3c\x2a\xe5\x27\x74\x23\x58\x61\xe1\x88\x4f\x25\x48\xb3\xc4\x4d\xb3\xa8\x21\x33\x89\xee\x45\xc5\xbe\xb9\x64\xea\xf8\xcc\xdc\xc2\x7c\x99\x85\x4a\x76\xe7\x14\x8f\x17\x0b\xfc\x6a\x94\xaa\x46\x48\x7c\x48\x0a\xf0\x88\x3a\x87\x91\xec\xbd\x15\x40\xc6\x3e\x4a\x9b\xf9\x87\xa4\x6e\xe3\xa0\xa4\xb6\x9c\x61\x9b\xbd\x0c\x0f\x8a\x89\x1c\x21\x39\xb6\xab\x69\xe3\xcc\xa0\x14\xa8\x70\xa5\xe5\x50\xdd\x1b\xb7\x8f\xd0\x08\x56\x4a\x30\x5e\xef\xb2\xca\x60\xc2\x92\xca\x50\x56\x24\x48\x69\x24\x1e\xb0\xde\xfc\x64\xa5\x2a\x1d\x34\x02\x15\x2e\x9e\xb6\xa4\xb6\x16\x0a\xf8\xc3\x2d\xad\x0e\xa7\x50\x20\x0a\xa4\x81\x3d\x2a\x68\x07\x88\xac\x73\xd0\x22\x3e\x21\x25\x90\x0a\xc4\x3c\x70\x4a\xfb\x4e\x01\x07\x58\xb4\xb9\x9b\x06\x93\x46\xb0\x64\xe1\x7f\x83\xe8\x3a\x07\x91\xec\xc7\x25\x1c\x35\x7a\x5a\xd7\x96\xb0\xc1\x03\xa8\x6d\x6d\x4e\x15\xf0\x94\x49\x04\x2e\xf0\x31\xdb\xfd\x52\x83\xdb\x4c\x0a\xce\x7d\x14\x1e\xa8\x17\x87\xcf\x78\x9a\x8b\x16\x2c\x99\x08\x4d\x14\x28\xc7\xc7\x2c\xad\x25\xbc\xfa\x30\x19\xb4\xd0\x0e\x54\x5c\x1c\x0f\x5f\x30\x7f\xe3\xf3\x43\x5c\x2a\xef\xfd\xb2\x1d\x2a\xef\xef\x2c\xdb\x52\x71\xd7\x94\xed\xe5\xe4\xf2\xe5\xba\xe3\xe9\x9f\xbf\x7c\x70\xee\x9f\xfa\x01\x5e\x92\x25\x60\x32\x4b\xbc\x82\x61\x53\x83\x86\x11\x34\xdb\x55\xdc\xe2\x33\x43\xfd\x72\x76\x75\x71\x6b\x16\xb6\x36\x4f\x15\xa7\x78\x5d\x4c\x1b\x4e\x75\xc0\xab\x27\x21\x15\x4a\xac\x37\x70\x7f\x1e\x61\xbe\xcc\x78\xa1\x95\xe1\x42\x6a\xb2\xbb\x88\xba\x3b\xec\x99\x91\xc0\x81\x5d\x6a\x17\x35\xbd\xf7\xfc\x76\x26\xb0\x5a\xb0\x73\xce\x8c\x0c\x9e\x62\xeb\x94\xca\xc0\xe9\x54\xae\x25\x08\x15\x81\xc3\x92\x5a\xa5\x27\x0b\xc3\xa2\x6b\xcf\x95\xa9\x27\xd3\x7a\x71\x5d\xb1\x29\x00\xa9\x07\xb1\xc9\x91\xd5\xcf\xd7\x47\x21\x69\xec\x61\xc0\xac\x26\xf0\x3f\xdb\x94\x95\xed\xda\xac\x06\x43\xce\x65\xfe\x54\xab\x3f\xed\x3d\xe2\x76\x71\xb6\xe8\xc2\x1e\x9c\xeb\xfb\x19\xce\x2f\x27\x96\x70\x2f\x0c\xa9\x1e\xcf\x8d\xa7\x5e\x58\xe6\xbd\x30\x8d\xbb\xd0\x55\x7e\xfc\x76\xad\x73\xc6\xcf\x73\xe4\xf7\x57\x23\x3e\xda\xa1\x01\xeb\xfa\x0f\x9b\x99\x9e\xd9\x87\x5d\x6f\x66\xea\x5b\x3a\xef\x38\xf4\xde\xb6\xfa\x67\xf2\x33\x39\x6c\xf5\x9f\x4e\x8f\xf5\xcf\x0c\xff\x53\x33\x8c\x36\xc8\x46\xfd\xdf\xfb\x23\xff\xf7\xcf\xf0\xe3\x66\xfc\xd3\x47\x3f\xd0\xa9\xde\xcb\x90\x9b\xfc\x81\x1c\x25\xcb\xff\x34\xd5\xfa\x72\xd1\xd8\x6d\x7e\xf9\x7c\xa5\xf6\x82\xa8\xef\x4b\x19\xf5\xe0\x67\xae\x5c\xa8\x73\xa8\x68\xa1\xdc\xc0\xb5\x69\x1a\x74\x8b\xc0\x70\xe7\x01\x5e\x5a\x4a\xb2\xe1\x42\xa3\x81\xf4\x72\xb4\xc5\x32\x98\x69\x30\xf0\xeb\x65\xcb\x15\x10\x3a\x95\x18\x2e\x06\x80\x6b\xc8\xc3\x83\xbd\x99\x98\x4a\x3c\x02\x4e\x86\x00\x41\xd5\x02\x27\xa1\x0a\x7b\x36\xd8\xdc\x9a\x28\xbb\x8f\xad\x52\xcd\x16\x2d\x97\x27\x9c\xd0\xee\x41\xeb\x1c\x73\xa5\x34\xb6\xd9\x15\x1e\x09\x90\x38\xd2\x08\x32\x23\xaf\x48\xc7\x41\x60\x2f\x26\x26\x6d\x33\x28\x6b\xd9\x34\x51\x2b\xc6\xd0\x58\x8a\x29\x1e\x1e\x1e\x15\x94\x14\x51\x13\xb5\x11\xb1\xc1\x6f\xd9\x72\x8e\xc5\x74\xf6\x38\x0a\x35\xde\x3b\x7b\x33\x93\x02\x3e\x00\xc0\xf6\xee\x81\xcd\xd4\xe1\x3c\x0f\x80\xf7\xa4\x6b\x81\x76\x1d\xd2\x3e\x96\x6e\x09\x17\x2b\xd3\xd6\xd5\x32\x12\x13\x1d\x21\x7f\x17\xc6\x4b\x40\x3f\x53\xa4\x1e\x3c\x75\x93\xd3\x0a\x98\xd0\x4b\xf7\x12\x84\x62\x0a\xe4\x1c\x1e\xa0\x01\x86\x4e\x05\x76\x71\x72\x30\x90\x96\xfd\x6b\x02\xbe\x66\x1f\x1b\x8e\x7f\x1a\x99\xe0\x05\x96\xe9\x02\x17\x71\x27\x19\x4d\x0d\x15\x05\x46\xf4\xee\x15\x1a\x50\xa1\x4f\x3c\x68\xa0\xd2\xcb\x30\x35\x2d\x67\x37\xb4\x12\x9c\xcc\x98\xf6\x0a\x9d\x41\x64\x58\x92\x43\xe0\xf1\x8d\xed\xf9\xcc\x94\x7a\xe8\xd4\x38\x56\x06\x20\x1c\xd8\xd6\x9b\x03\xec\xf5\x16\xbd\x23\xc0\x0b\xdc\x74\x1d\xb1\x1c\x60\x73\x15\x1d\x9e\x03\xbc\xd0\x1d\x14\xfb\x92\xac\x09\x84\xda\x8a\x2b\x65\x09\x9c\x06\x55\x9c\x30\x04\x49\xc5\x51\x1e\x72\x0d\x62\x3a\xe6\xd8\x36\xfb\x9c\xf9\xa8\xa1\xe1\x14\x44\x29\xc3\xbf\x56\x6b\x30\xad\xb7\xee\x4b\x01\x41\x49\xa1\x5c\xb7\x70\x22\x2f\x00\xd0\xc3\x21\x0d\xb0\x32\x78\x98\x82\x0a\x70\xf9\x36\xc0\xc9\x22\x24\x79\x2d\xd2\x61\x10\x26\x79\x1f\xb5\x11\x3c\x55\xa8\x75\x60\x09\xb6\xe8\xc3\x43\x72\xc4\x21\x5c\xb1\x1f\x84\xe6\x63\x0c\x10\xe0\x0f\x37\x8b\x9d\xc3\x80\xa1\xf4\xc7\xb8\x0d\x4b\xd9\xe5\x09\x0b\x8c\x3a\x85\x6d\x10\x38\x0d\x0b\xa0\xb0\x24\x51\xab\x7b\x4d\x60\x3b\xe8\x24\xfd\x49\x06\x8d\x62\x9a\x70\xb6\x66\x2d\x38\xcd\x1d\x4e\x70\xdc\xe7\xb0\xb8\x7b\x30\x08\x50\x60\xa3\xee\x8e\x53\x6c\x9a\x7b\x96\x47\x27\x8e\x01\x31\x8a\xdf\x74\x0c\x22\x66\xb4\x1f\xb4\x52\x06\xff\xb3\x25\x86\x23\x6a\x9c\x45\x71\xb1\x72\x00\x6c\x8f\xb4\xc3\x23\x5f\x19\x48\x4f\x56\xed\xa2\x41\x41\xac\x6d\x3d\xc9\x82\xc7\x03\x1d\xfb\xc6\xe5\x4c\x07\x61\x60\x5b\x1e\x8f\x74\xfc\x3c\x67\x7e\x12\x19\x46\xf6\x31\x53\xc6\x1e\x81\xd5\x6c\xb0\x9a\x5d\xcb\x0c\xb1\x28\x79\x2f\xc3\xc6\x92\xe0\x00\x12\x4d\x16\xd0\x64\x36\x7d\x72\xc8\x54\xe0\x19\xd8\x7a\x00\x35\x0d\x9a\x17\x1b\x9c\xfb\x22\x36\xf2\xd0\x45\xb7\xdc\xc1\xd2\x8d\x13\xbd\x0c\x8f\xfb\x02\x14\x92\xe2\x18\x0a\x68\x0a\x89\x3d\x03\x80\xa2\x92\x16\xe0\x6f\x4a\x8b\x03\xb8\x8f\x92\x1a\x15\x7e\x7e\x88\xc3\xab\x9f\x93\x9f\x0f\x62\x4e\x30\x81\xd8\x79\x1a\x3a\x75\x9f\xc0\xfa\x3e\x16\x2b\x87\x29\x36\xbc\x8d\xdd\x4f\xb2\xac\x9a\x11\x2c\x6c\xdd\x31\x21\xef\xba\x6f\x36\xab\x70\x33\x2d\xd6\x66\x08\x20\x01\x55\xe7\x42\xc0\x46\x8f\x2e\xe1\xc2\xd4\x1a\x70\xe6\x1b\x8d\x1c\xe0\x1e\xc4\x3e\x6a\x6c\x02\xd1\x04\x5c\x45\x30\x37\x58\x54\x4f\x39\x78\xca\xdd\x0f\xd9\xac\xb6\x10\x2c\xd8\x06\x01\x98\x6c\xa9\x5e\xda\x30\x97\x96\x1b\xc6\x28\xf0\x33\x41\xa8\x8e\x11\x3f\xe6\xb0\x7d\xde\x2b\xd0\xc4\xff\xfe\xf5\x4a\x8c\xf2\x9f\xbf\xbe\x80\x27\xd7\xf1\x8a\x64\xe1\x00\x4a\xa5\x1d\xd6\x9f\x1c\xe0\x87\x01\x68\x28\x67\x14\xe4\x53\x3b\xcf\x30\xdb\x79\x2e\x36\x9e\x3f\xe4\x5e\x82\x3f\xe9\xcf\x0f\xd8\xff\x39\x63\x1f\x3d\x71\x32\x7d\x3c\xba\x94\xfa\xef\x89\xeb\xe1\x89\x23\x24\x1c\x1d\xd9\xd4\x42\xb7\x39\x05\x12\x40\xa7\x66\xcd\x5e\x6c\x11\x2b\x41\x35\x76\x2a\x8e\xf4\x8e\x7d\x4d\x77\xdc\xe6\x42\xba\xe7\x16\x1b\xd9\x08\xb1\x85\x24\x48\x72\x46\xe9\x39\x64\x83\xef\xd1\xa6\xf0\xe8\x36\xfc\x7e\x67\x1f\xe7\x97\xc0\x7c\x59\x6c\x46\x85\x67\x9c\x8d\x24\xa5\xfe\xf7\x25\xd9\xc1\x4e\x5d\xa3\x22\x06\x95\xb0\x94\xd4\xc6\x55\x0f\x00\xe3\xb1\x6f\x82\x87\xe9\xfc\x75\x98\xcc\x80\x08\x07\xaf\x97\x08\x20\x8b\x5c\x57\x32\x12\xd5\x90\xab\xd5\x86\x03\x75\x64\xbf\xc2\x29\x53\xa3\xd5\xd8\xdf\x5b\xf5\x17\xfa\xda\xbf\x5c\x0b\xdf\x64\xfd\x2d\xfe\xf8\x0a\xbe\xe9\x75\xa7\x6b\x7f\x6a\xa7\x33\xe9\xc7\xd7\xd7\x61\x42\x55\xdb\x46\x78\x37\x67\xfb\x19\xee\x3c\x8c\x9d\x4f\x9c\x8d\xd5\x47\x00\x51\x86\x46\x03\xf7\x30\x19\xe1\xcd\x60\x6f\x9a\xcc\xd3\x6c\x31\x2d\x54\x83\xce\x64\xee\x68\xb5\x6c\x6b\x17\xc3\xa4\xdb\x7a\xa1\x86\x52\x71\x7d\x2c\x42\x2d\xc8\x20\x13\x14\xac\x05\x75\x4b\x25\x74\x82\xe4\x34\x20\x65\x82\xdb\x9c\xca\xf3\xdd\xdc\x58\xff\xec\xd6\xd7\x77\x6b\x9b\xd7\x6b\x27\xfe\x73\x1a\x97\x83\x65\xfc\x0f\x69\xdc\x0b\x03\xe7\xdf\xbe\xfe\xf2\xf3\xed\x97\x6b\xb1\xbb\x31\x7a\xfe\xf6\xf5\x97\x9f\xe3\xee\xcb\x4b\xec\xee\x92\xf4\xe5\x18\x5a\x38\xe1\x4b\x32\xe1\x53\x93\x50\xd9\xc6\xee\x6d\x85\xfa\xc0\x4f\xc9\xc4\x51\x8a\x0d\x8e\x6e\xf5\x6e\x35\x46\x39\x82\x5a\xa3\xb8\x73\xb7\x46\x69\x26\xf6\x97\xa8\x23\x3a\x9d\x94\x04\xb5\x05\xae\xc2\x06\x27\x66\x35\x59\xbb\xee\x45\x68\x84\x2e\x54\xb7\x56\xb5\x26\x2f\x36\xab\x0a\xac\x64\xa1\x11\xef\x3b\x8e\x92\xca\x56\x14\x58\x4a\xf0\xb3\x69\x8e\xca\x22\x56\x67\xa5\x10\x56\xd4\xd6\xac\xe7\xc0\x88\x08\x92\x06\x8a\xa4\x12\x46\x2c\xc3\xab\xbb\xe1\x94\x2b\x8c\x6e\xa1\x82\x3c\x1a\xf5\x60\x33\x55\x25\xe0\x8d\x39\xa0\xb1\x06\xee\x56\x4c\x17\xfd\x21\x51\x41\x5a\x65\xd3\x11\xc4\x43\x23\xad\x14\xd8\x84\x23\x9c\xcc\x1b\x3f\xbc\x33\xdf\x6c\x73\x01\xbc\x82\xbb\x01\x39\x54\x07\x5c\x74\x46\xa4\x1c\xa9\x41\xa2\x8a\x5d\xa9\x1e\x43\xf0\x06\x02\x5e\xeb\xdf\xbf\xf8\x49\xfa\xaf\x5b\xfc\x00\x1a\x25\x8e\x71\xf5\x27\xcc\x12\x56\xb8\x16\xad\xa6\xb8\xda\x20\xff\x3b\x66\x09\x38\x88\xf9\x2c\x21\xbd\x63\x96\xc0\xd5\x66\x09\x70\x39\x02\xa1\x34\x63\xfa\xb6\x71\x4f\xd0\x4c\x3b\x20\xb0\x82\x7a\xb7\xce\x4a\xe2\x43\xbd\x0c\x1b\xfc\x42\xfc\x83\xa6\x14\xb8\xdb\x10\xd2\x20\xa9\xda\xc7\x12\xc4\x42\x3f\x32\x05\x8b\xa3\x23\x78\x58\x4a\x3e\x0f\x75\x1b\x6c\xac\x5e\x19\x62\x9d\x55\x3c\x54\x39\xa4\xb5\x4d\x5e\xc2\xaf\x40\xa4\xfe\xfb\xd7\xbf\x7d\xfd\x97\xaf\xd7\x6e\x48\x7f\xfd\xdb\xd7\xf8\xe3\xd7\x8f\x76\xa4\x4b\x3e\x42\x5d\x63\x83\x41\x4c\x63\xeb\xab\xd2\x84\xaa\x06\x2e\xcd\x34\x89\xc2\x1d\xe6\x80\x2c\x41\x4b\x03\x26\x30\xcb\xce\x14\x9d\xb6\x8d\xc5\xdd\x3a\x81\xad\x2e\x4e\x37\x57\x22\x6b\x33\xed\x41\xc1\xa5\x66\x02\x37\x24\x52\x98\x3d\x51\xc2\x9d\x6a\x73\x1f\x50\xd2\xac\x83\xae\x18\x93\xa4\x32\xb1\x44\x53\xe8\x5a\x07\x56\x22\x30\x56\xa0\x0e\x26\x1a\x25\xe4\x0e\x7c\xbd\x6c\xad\x3f\x4b\xf7\xb5\x52\xe2\x7b\xad\xfa\x06\xc0\xee\x65\x6c\xf7\x27\xd3\xda\xa5\x6e\x1d\x51\x36\x03\xb2\x98\xc1\x04\x24\x15\x08\x60\xd8\x92\x70\xf0\x39\x4e\xa6\x00\x9b\x26\x0f\xfc\x30\xee\x7f\x24\xb7\x41\x9a\xb7\xc0\xbf\x83\x61\x8d\xf5\xcd\x0e\x58\xda\x3c\x82\x26\xc8\xf0\x83\x0a\xaf\x32\x6c\xb2\x43\xf6\x8d\x90\x3c\x32\xf5\x8a\xe3\x23\xd5\x6e\x8a\x73\xce\x75\x2b\x85\xd4\xbd\x9d\x4d\xad\x75\x94\x77\x4a\x25\x52\xeb\xfb\x06\xd5\x8f\x73\xf5\x0d\x91\x6e\x5f\x21\x19\xd0\x8b\x1d\x46\xa1\xd8\x54\xf0\xa0\xbd\x99\x82\x35\x74\x84\xe9\x2b\x8d\x12\x01\xee\x88\xe3\xc8\x05\xa3\xb3\x83\xb1\xd9\x21\x3a\xcb\x8c\x30\x46\x6c\x9a\x61\xb2\xaf\x81\xc6\xa5\x95\x92\x3c\xdf\x69\xcd\xa6\xd6\xc9\x81\x91\xe1\x78\xa8\x54\x0e\xcc\x09\x33\x1e\xdd\x7c\xcf\x8f\xa2\x1e\x17\xda\x06\xf7\x51\x5d\xce\xab\x4e\xcd\x0d\x83\x28\x68\x81\xd1\x69\xca\x3e\xe6\x41\xbd\xc6\x96\x41\xc7\x31\xa3\xcf\x63\x48\x53\xcb\x11\x84\xe5\x1e\x43\xc0\xcd\x36\x06\xa5\x57\xde\x3d\xeb\xcd\x2f\x9f\x1f\x36\xbf\xfe\x7c\xd5\x80\xda\xcf\x91\x3f\xda\xb0\xfb\xe9\x64\x5d\xf5\x8d\x19\xe6\xb5\x00\xe3\x36\x08\x25\xdd\x98\x5e\x5f\x40\xea\x67\x97\x83\x73\xbb\xb6\x90\xd6\x9c\x28\x77\x7f\xe7\x86\x71\xc4\x15\xe6\xcb\xc1\xde\x20\x59\xf3\xdc\xb3\xbe\xd1\x03\xb5\xbf\x89\xf8\x5d\x69\xb0\x6f\x8b\xda\x8c\xca\xa0\xbc\xaa\x68\x9d\x8c\x3d\x87\xd1\x9d\x08\x74\xc8\x13\xd7\x84\xa3\xa9\x8b\x48\xd4\xda\x77\xaa\xfd\x29\xbe\x49\x6b\xc0\x00\xc5\xd9\xc5\xaa\x4f\x00\x57\x1d\x17\xff\xbe\xad\xfa\xfc\xa0\x38\xd2\xff\x03\xc0\xd9\xef\x7c\xe7\x65\xd4\xe6\x0b\x8d\xff\x97\xdf\xaf\x85\x90\xd9\xcf\x91\xdf\x37\x35\xe7\xcd\x62\x6c\xc2\x45\x68\xe6\x5e\xd8\xfa\x56\xad\x2d\xb6\xb6\xd0\x65\x9b\xe5\x97\xc0\x2e\xda\xfa\x67\xab\xb7\xb0\x3f\x0f\x76\x7b\xef\xe0\x39\xb9\x51\xb9\xe5\x9a\xdd\x7a\x77\xd4\xdb\x9c\xad\x3e\xd2\x4e\x7a\xda\x72\x06\xee\xd4\x3c\xba\x16\xef\x6d\x49\x6e\x49\x92\x71\xf7\x94\x33\x04\x1b\x59\xf3\xfe\x76\x2c\x80\x3a\x5a\x3c\x1b\x99\x9d\x28\xcd\x71\xd4\x67\xbc\x1e\x5b\x05\x15\x9e\xbe\x03\x10\xae\xea\x0c\x68\xcd\x65\x27\x6c\x72\x70\xe0\x1e\x80\x47\x06\xf9\x2d\x63\x67\x23\x40\xba\xaa\xf6\x11\x90\xa5\x80\xc3\x94\x41\xa0\x39\x5c\xe8\xf5\xe5\x1e\x98\x40\x19\x5d\x10\xd5\x21\x4a\x58\x3b\xd8\x16\x6c\x40\x8d\xcf\xd1\x4d\x84\x13\x01\xbe\xfa\xfc\x30\xe0\x61\x21\x58\x81\xe3\x6b\x03\xbb\x80\x60\xfd\x3a\x23\xe3\xb8\x64\x2c\x90\x12\x79\x21\x78\x53\x40\x10\x02\xe2\xca\x24\x92\x16\x18\x93\x70\xc3\xf7\x44\xee\x78\x17\xf4\xc7\x28\x40\x8b\x02\xf1\xb7\x45\x85\x64\x23\xbe\x4e\xdb\x5c\xd9\xb0\x0b\xb4\x37\xb9\x37\xe3\xab\xb2\x65\xbe\x2d\x00\x87\x03\xd8\x01\x36\xcc\x02\x26\x56\x0d\x25\x80\x96\xa3\x07\x46\x2d\xaa\x03\x33\xf1\xbc\x8d\x0f\x9c\xf3\x8e\x25\x32\x64\x77\x22\xf8\xff\xd9\xfb\xb7\xe5\x36\x92\xe5\x5c\x1c\x7f\x95\x7a\x00\x54\x46\x65\x56\xd6\xe9\x52\xa6\x1d\x9b\x17\x94\xbd\xc2\xf3\x37\x1d\xb1\xee\x38\x3d\x1c\x41\xff\x01\x45\x59\x94\x30\x7b\xf1\xe9\x7f\x91\x5f\x36\x8e\x04\x48\x68\x0e\xf6\xb2\xb7\x43\x62\xa3\xd1\xa8\xae\xae\xae\x63\x66\x56\xe6\xf7\x5d\xeb\x1c\x33\xba\x89\x18\xd5\x4d\xbc\x28\x3b\x6b\x21\xd6\xa7\xfd\x58\xd1\x73\xbf\x30\x90\x9d\x37\x51\xa2\xba\x89\x20\xad\x73\x78\xe9\xd1\x0f\xcf\xef\xed\x7b\x5a\x4b\x13\x9f\x86\xd1\xae\x6d\x87\x1f\x20\x3d\xdd\x8e\xba\xf1\x1c\xc8\x3b\xce\x9d\xcd\x24\x5d\xec\x2d\xc4\xda\xf2\x86\x19\xbd\xa6\x36\x93\x89\xa2\x82\x59\x04\xbe\x82\xb0\xa9\xdb\xc9\x32\x9b\xe2\x01\x04\xe1\x60\xc2\x3b\x9e\x67\x2b\xb1\xe9\x6c\xc5\x84\x67\xae\x83\x18\xa0\x56\x18\x36\x04\xf3\x38\x08\x02\x7c\x93\x63\x09\x8e\xd1\x43\xea\x76\x86\x8c\x05\xd5\x0d\x06\x31\x47\x6c\x15\xfb\xce\x36\xf3\xc2\x54\x6c\x3a\x88\xe9\x19\x30\xb2\xe1\x1e\x3b\xb9\x6e\x89\xb2\x4d\x46\xae\xe8\x5a\x19\xf1\x2c\xd8\x5c\x5f\x4e\x22\x9f\xbf\x3e\x7e\xbe\x70\x0a\xb1\xa4\x6f\x4c\x20\x69\x13\x23\x5a\x45\x81\x50\x92\x3b\x53\xd1\x29\xda\xd2\x08\xc6\x1a\xc4\x5a\xb0\x4b\xfb\x76\x31\xcb\xb5\x74\x7b\x9d\xee\x40\xf8\x39\x83\xd8\xa5\x91\xc2\x17\xb8\x01\xa0\x9e\xf7\xf0\x38\x77\x1c\xa3\x0e\x97\x04\xf9\x58\xec\xd7\x2d\x7f\x77\x61\xd9\x82\x9f\x02\xba\xae\x3b\x58\xdd\xdc\xc1\x4c\x2a\xdf\x82\x7a\x02\xe9\xb0\x34\x13\x9a\xdc\x5b\xc1\x85\xe7\x3d\xf8\x23\x96\xab\x0e\xd0\xe7\xe0\x70\xab\xd5\xe1\x55\xd7\x39\x57\x7b\xd2\xad\xce\xf8\x66\xd2\x80\x4c\x76\xeb\x04\xe2\x6b\x29\x27\xa6\x6c\xab\xc2\xab\xc7\x9f\x2e\x9d\xb4\x2d\x79\x9c\x1e\x7f\x7a\x63\xde\x2e\x3f\x6f\x41\x68\x4a\xa1\x94\xe1\x61\x53\xcb\x64\x92\x6c\xc0\x81\xab\xad\xcb\x38\x75\xb6\xde\xb4\x82\x1b\xa4\x3b\x45\x22\x61\xdc\xa6\x8e\x9e\xda\x21\x6b\xf2\x8d\x14\xdf\x58\x18\xb2\xca\x85\x1a\xe6\xb0\x26\xaf\xde\xb3\x8a\xfb\xb9\xc7\x6d\x52\x4f\xe5\xa7\x9b\x72\x98\xa6\x6a\x1a\xb6\x1d\xa7\xbd\x0c\xf7\xca\xed\x28\xd4\x79\x55\xc0\x27\x8f\x94\xcf\x0f\x03\xc2\xa3\x3d\xc1\x5f\x25\xec\x5e\xe5\xec\x3b\xe3\x56\x7f\xe0\x1b\xe5\xdf\x4f\xf9\x46\xf9\xf7\x9f\xfe\x6a\xf9\x6f\x72\x07\xad\xbd\xd5\x24\x2a\x91\x83\x57\xe5\xab\x77\x3d\xff\xef\x58\x3a\x3f\x96\xc0\x9f\xf4\x3d\x83\x09\x14\x4a\xaf\x8e\xa6\xfb\x54\xb7\x7b\x02\x4d\x16\xd2\xfb\x1c\xf8\x7f\x44\xa2\x73\x7b\x74\x75\x31\x87\xf3\xeb\xd1\xc5\x85\x09\x81\x8d\x58\xae\x64\x0c\x62\x5e\x48\x16\x12\x5d\x64\x2e\x0b\xb1\x4f\x53\x06\xed\xec\x5a\xeb\xa0\xa6\x2b\x80\x70\x37\x2a\xd9\x24\xe8\x62\x59\xd8\x71\xe6\x44\xea\x69\x21\x09\x71\xd8\x19\xbf\x64\xde\x78\x45\x83\x2a\x3d\x51\xe5\x1b\xb5\x87\x9e\xe3\x78\xca\xf5\xf8\xea\x82\xeb\x6d\x6f\x94\x6f\xa4\x66\x2a\x8b\x4e\x43\xae\xa4\xf4\x85\x2e\xc4\xa4\xa8\x02\x8a\xa6\x44\xa9\x2c\xd2\x13\xbc\xfa\xf3\x02\x7b\x6a\xda\x90\xf6\xc6\x79\xa1\x46\x25\x95\x77\x60\x8c\x58\xf8\x71\xcb\xef\xe4\xe5\x45\x24\xa8\x6e\xe3\x0d\x4a\x59\x0c\xca\xe3\x46\x84\xb2\x2e\x24\x37\x6a\xef\xc0\x91\xbe\xf0\xe3\x9c\x2e\x2f\x44\x85\x00\x1e\xf0\xa2\x2e\xe6\x3b\xc7\x0d\x08\x95\x06\xf5\x7e\x9b\xbb\x9e\xe0\x77\x92\x26\x7f\x7d\x5f\x4d\x41\xcf\x20\x45\x2a\x43\x6e\xe1\x67\x16\xb1\x8f\x09\xc9\x0a\xd0\x9a\x02\x83\x8d\x5c\xa3\x4d\xa6\xe8\xd4\x4f\x09\x97\xe1\xee\x9f\xfd\x34\xcb\xad\x65\x23\xd5\x54\x91\x77\x56\xe9\x6d\xe1\xc7\xf9\x8d\x4b\x5d\x68\xe9\x54\xdb\xda\x2e\xd7\x77\x2a\xd4\x65\xe1\xc7\x39\xc9\xe8\x54\x17\x85\xe5\xba\x8c\x46\x7a\x22\x85\xf5\x4b\xeb\x11\x39\xdf\x7a\x5e\x27\x1e\xb4\x7b\xa7\xbf\xbe\x2f\xaa\x78\xb9\x5c\xe4\x36\x27\xbd\x2e\xaa\xc7\x9e\xe9\x3e\x66\xde\xdf\xff\xf4\x71\xba\xbb\x8c\xa7\x7c\x1e\x35\x0f\x7e\xcb\xeb\xab\x50\xe7\x0d\x9c\xa1\x80\x47\x49\x97\xa5\xae\x4b\xbd\xeb\x61\xc3\x25\xe0\xf1\x88\xfb\x17\x62\x5f\xc7\x52\x97\x87\xa9\x22\x74\xb3\xdd\x15\x0f\x9f\x2c\xd5\x92\x1e\x5f\x3d\x4c\x17\xfa\xba\xd4\xe5\x51\xb2\xd0\xd7\x87\x0f\x0d\x7d\x33\x4b\xdd\x81\xd6\x23\xf8\x71\x13\x75\x38\x4f\x54\x27\x7f\xdb\x9b\xab\x4e\x4d\x54\x0e\xe6\x3d\x7e\xd3\x54\xfd\x72\x9e\x3e\x81\xed\xc6\xf5\xae\x2a\xf1\x08\x7e\xf4\x17\xda\x4e\xd4\x27\x7f\x9b\xe7\xea\xb7\xc1\xc5\x6e\xee\xbe\x7d\x58\x5e\xd8\x2b\xbe\x7d\x58\xbe\xb5\xc7\x35\xfe\xc8\x3d\x2e\xd8\x4d\x64\x07\x1c\xbb\x67\x3d\x7e\x3a\x34\x1f\x1f\x9a\x9d\xc3\x81\xd9\xf9\xf9\x21\x72\x4d\x21\xfd\xfe\x7c\x7a\xb7\x96\x5f\xda\x1a\x08\x44\x2a\x98\x85\x34\x16\x53\x86\x04\xa4\x08\x60\x06\xc4\xce\x4b\x35\x35\xb1\xcf\x42\x7f\x5f\x4a\x4b\xd3\x70\xad\xc5\x94\xd1\x3e\x6b\x01\x01\x44\x54\x23\x34\x8e\x15\xfb\x35\x96\x83\x3a\x15\xc2\xe9\xa6\xba\x78\x5b\x12\xcd\x75\xd1\xbe\xe4\xdd\x1f\xd9\x66\x70\x7f\x19\xa4\xd3\xf7\x6d\x2f\x81\x15\xc5\x8d\xd6\xcc\x60\xed\x73\x00\xe0\x3f\x78\x77\xd3\x54\x69\x78\x74\x71\x54\x2a\xdb\x9e\xf1\xf7\x54\xd6\xbc\x57\xd6\x5d\x49\xdf\xe7\xe1\x5a\x76\xbd\xca\x23\x85\xdc\x5a\xc8\x32\x48\xc3\x6c\x8a\xb2\xcf\x3f\xb8\x63\x9e\xec\x7e\x3f\xfc\xc7\xb7\x4b\x51\x0e\xbc\x03\x3e\xe1\x86\xb7\xba\xe0\x8f\x7f\x64\x17\xcc\x19\x10\x76\x4c\x6d\xd5\x6d\xfa\x06\x45\x9e\x5b\x8a\x34\x00\xfc\x19\x66\x83\x7e\x93\x35\x53\x0d\xdc\xd3\x2a\xdb\x89\x9a\x0a\xdd\x9d\x88\x54\x61\x1e\x11\x75\x24\x71\x4b\x8d\xe0\x12\xed\xde\xb8\x4a\xcd\x1b\xd9\xaa\x2a\x01\x25\x05\x9d\x29\xc7\x9c\x7c\x9b\x18\x50\xd6\xd9\x4d\x44\x70\xa6\xd2\xc8\x7d\xd5\x93\x49\xc9\xbe\xa9\xd7\x02\x82\xe7\x91\x43\xb0\x1c\x10\x48\x04\x23\x34\x60\xe0\x71\x6f\x6c\xf3\xde\x91\xdd\x9d\xb1\xf7\x9c\x6c\x4e\xda\x9c\xfd\xdd\x74\x8c\x7f\xff\xf8\xe9\x52\x8b\xb4\x75\x8b\x5f\x3f\x7e\xfa\xe5\xad\x4e\x31\xfd\xa1\xf3\x52\x22\x0e\x3c\x3a\xf1\x74\x7e\x57\xec\xa9\xcc\x64\xaf\x03\xd7\x82\x5d\x3b\xd8\x17\xd3\xdf\xb0\x2f\x06\xcc\x7d\x1b\xdb\x1d\x06\xc7\x79\x9b\x0e\x99\xb8\xb1\xd0\x37\x51\xb9\xfe\x01\x2b\x94\x64\xd8\xe7\xf4\xbf\xb2\x33\xfc\xed\xfe\xcb\xff\xf9\xf2\xf8\xed\x52\xfb\xd2\xdf\xee\xbf\xc4\x0f\x96\xfe\xf5\x2d\x8a\xf2\xf3\x96\xbb\x0a\x21\x6e\xac\x9d\x92\xac\x4c\xad\x1a\x1a\x38\x15\xaa\x6d\xaa\xb0\xae\x26\xab\x01\xd2\xe1\xa7\xc2\x24\x23\xa4\x39\x65\x9c\x53\x9a\x4a\x01\x7d\x0b\x66\xdf\x52\xe0\x26\x2b\xee\xb6\x9b\x4c\x29\x72\x7e\x2c\xca\x7c\x27\x85\x6a\x02\x53\x90\x7d\xcc\x3b\x1f\x9e\xe9\xcd\x5c\x96\xd4\x68\xd8\xb8\xb5\x9c\x82\x65\x3a\x9f\x82\x61\x2f\x80\x57\x3d\xe9\xf3\x83\xf6\x06\xa6\xd0\x4e\xd2\x61\x6c\x48\xc3\xf4\x65\x93\x02\x2b\x53\xd5\xd0\x32\x09\x96\x8f\x02\xf3\x2b\x7c\x36\x0a\x9c\x6d\xb1\xfb\x8e\x6d\x31\x6e\x4f\xb0\x05\x8f\xc8\xb3\x2b\x68\xaf\xd1\x2e\xdf\xb4\x84\xa0\x9b\x34\x68\x34\x64\x0f\xde\xac\x9c\xf7\x0a\xb6\x57\x2e\x14\x6b\xbf\xfe\xca\xd8\xd4\x5f\xdf\xd5\x5f\xdf\xd4\xdf\x8d\x8e\x01\x2f\xc6\x56\x29\xef\xaa\x6f\xaf\xf6\x50\x79\x40\x38\x94\x66\x23\xa3\x34\xf2\xf0\x79\xf1\xf7\xeb\xd5\xde\x2f\xff\xae\xf7\x93\x11\x1c\x9f\xc9\x1d\x09\x43\x36\xa9\xf7\x0f\x7d\x3f\x4d\x96\xe3\xf9\xf7\x3b\xee\xee\xf7\x77\x3f\x5f\xd6\xd1\xef\xef\x7e\x7e\x03\xee\xbb\x6e\xc3\xac\xd4\x6d\xfd\xcd\x9d\x45\x58\x66\xd1\x21\x32\x54\xd1\x6c\xa3\xf4\x4a\xbb\x4d\x53\x55\x30\xba\x6d\x66\x1a\xf0\x13\x08\xa3\x2e\x63\x4f\x57\xdc\x01\xdb\x3a\x6c\x7d\xc3\x99\x87\x58\xb5\x00\xc0\x16\x90\xe4\xc1\x9d\xa1\x5c\x59\xdb\xe4\x20\x15\xbe\x09\x05\x1e\x08\x02\x18\x7e\xec\x62\xbf\x45\x9b\x74\xc5\x59\xa8\x62\x72\x91\x1a\x94\x6d\x9a\x45\x99\xaa\x23\x4f\xc2\xac\x15\xd8\xe7\x5b\x78\xa9\xc0\x2b\x16\xd7\x35\xa0\x41\x0a\x1c\xc9\x95\xc1\x97\x87\xc4\x05\x4c\x35\x70\x3d\xd1\x06\xf1\x98\x46\x74\x7f\x29\x7f\x5f\x1a\x61\x68\xe8\x40\xc1\x6d\x96\x6f\x6b\x56\x25\xb5\x58\xee\xd5\x9e\x61\xaa\x5e\x06\xad\x38\x70\x73\x8a\x52\x9e\x52\x2c\xc9\xa6\x66\xb8\x73\x24\x78\x05\xc1\x55\x42\x95\x5e\x0a\xdb\xf7\x0f\x8f\x9f\x2e\x6c\xd9\x87\xc7\x4f\x6f\x84\x5d\x8e\x2d\x20\x70\x1f\x94\x72\x0f\x22\x34\x6a\x46\x89\x87\x6a\x24\xce\x41\xe1\x9f\xdc\x63\xa1\x91\x83\x72\xa6\xa1\x2d\x54\x62\x19\x13\x7c\xff\x53\x85\x2f\x3a\x4b\xe4\x0e\xb7\xe2\x92\x29\x41\x6b\x64\xb0\x71\xf6\x4a\x4d\xeb\x0f\x9a\x48\x6d\x64\x94\x42\x09\xa1\xc0\x2c\x63\xce\xce\x56\x29\xa1\x64\xa3\x18\xa8\x66\xd1\xfd\x05\x9c\x0d\x94\x2b\xf5\x9c\x43\x03\x94\x97\x47\x02\x94\xcd\x87\xd5\xde\x70\x1b\xe1\x60\x4f\x52\xfc\x06\x09\x28\x1a\xc7\xec\xc8\xe5\x56\x32\xad\x01\x45\x1b\x01\x45\xab\x1d\xe8\x42\x9a\x7f\xd0\x06\xae\x63\x2e\x95\x46\x0d\x25\x15\xea\x8d\xc3\xe8\x94\x4a\x9d\xbc\x64\xd1\x4b\x06\x4f\x06\x8e\x5e\xb4\xe8\x45\x8b\x5e\xb4\xe7\xf7\xa2\x99\x7a\xe7\x30\x0a\x15\x11\x54\x0e\x77\xcc\xf9\x45\x4d\xee\xce\xd4\x53\x0f\x23\x11\x63\x69\xeb\x94\x4b\x0f\xf3\x67\x64\xea\x0c\x02\xc8\x16\x3b\x65\xc5\x96\x17\xf0\x29\x0a\xc2\x34\x37\xdf\x48\xb0\xab\x8b\xb8\x02\xe2\x52\x63\xa6\x3e\x72\x24\xed\x6c\xcb\x7d\x93\x28\xc4\xea\xe1\x07\x1d\xbb\x99\x1d\x8e\xda\x55\x05\x04\x6b\x29\x5f\x75\xb6\x8a\x71\xda\x5a\x69\xf8\xcc\x0c\xac\x2b\xd4\x6f\x25\x76\xad\x5d\x5b\x9f\x2c\xcb\x82\x2c\xe1\x4c\x2d\xf0\x3a\x4f\x75\x04\xcf\x2b\x78\xce\x4f\x71\xbe\xd8\x48\xca\xf0\xc7\xb1\x27\x79\xe1\xc2\x7a\x73\xff\xf4\xf4\xff\x5b\xde\x5d\xda\x85\x9f\x9e\xe2\xd7\xe5\xdd\xa7\xd7\xd9\xdb\x4a\xae\x5b\x06\xd2\x02\xb7\x8e\xd2\xa8\xe9\x0d\x6b\xa3\xa4\x01\xa1\x2a\x63\x25\xdc\xc9\xda\x21\x31\x75\x77\x37\x97\x88\xc0\x0d\xeb\xf3\x65\x0e\x0d\x35\x91\xb6\x9b\xcc\x55\xf2\x0a\xae\x55\x36\x16\xaf\x72\x4d\x01\x2c\xbf\x21\x6b\x42\x1f\x19\xb6\x80\x66\x93\xa1\x35\xd4\x76\x63\x59\x77\x5f\xe2\xf8\x2e\x0b\x25\x06\xdc\x70\xda\x1a\x6b\xe6\x04\x63\x6d\xd2\x1d\x3c\x32\x10\x62\xd2\x48\xe0\x6e\xd2\x40\x1c\x84\x14\xab\x9c\x2a\xba\xac\x0a\x75\xac\x68\xc9\x26\x39\x5b\x16\x0a\x59\x6f\x80\xbb\x56\xf5\x9e\x21\x2b\x2b\x63\xb5\xf9\x22\x99\xfc\xae\xe8\x94\x09\xfc\xd2\x48\x8e\x54\xd9\x51\x51\xcf\x35\xc5\x3f\xfd\xc7\xb7\x4b\x0d\x70\x9b\xf6\x88\xf7\x76\xcf\xeb\x40\x52\x25\xb7\xed\xba\x01\x28\x05\x56\x92\x55\x4e\x20\xce\x64\x13\x55\xdb\x64\x52\xeb\x08\x8e\xa1\x86\xa8\x1a\xc1\xfb\x79\x88\xc7\x20\x2e\x2b\x1b\x7e\x23\xe6\x64\xef\x57\xa9\x62\xb3\x1b\x70\x02\x5d\x6c\x6c\x8f\x06\x99\x87\xa3\xf2\x2a\x82\x29\x48\x63\xb5\x81\x1b\x18\xee\xfd\xf8\x32\xec\x39\x32\x22\xfc\x84\x10\x85\x41\xd2\xdc\x49\x00\xd1\x50\x2b\x4c\x3f\x19\xf8\xaa\xbe\x4b\xac\x58\xb0\xb3\x75\x0a\x77\x7a\x49\x35\xaa\xd7\xe7\xa0\x54\x6f\xfc\x8d\xc0\x23\x3a\xae\xd4\x0a\x80\xf6\x52\x90\xb6\xdb\xa4\x0e\x18\x79\xb6\x87\xb7\xb5\x49\xa4\x0e\xd8\x6c\xb3\xcc\x40\x93\x23\xe8\xc0\x3a\x9e\x53\xe4\xb5\xe7\xf7\x2a\x1a\x34\xa5\x5d\x0c\xf9\x6e\x2b\x78\x76\xd8\x59\x3b\x4d\xd0\x36\xb0\x66\x1f\x85\x3e\xa5\x33\xb8\x62\xb3\x63\xc9\x25\xb8\x62\x37\xf7\xeb\xfb\xd5\x3f\x3e\xfe\xfa\xe9\x52\x86\xb1\x95\xdd\x10\x7f\x7a\xfc\xf5\xd3\x0b\x92\xb1\x17\x18\xc7\xf9\xc7\x2d\xa1\x94\xd5\x43\x71\x0c\xea\x9c\xf9\xc6\x46\x4d\xe9\x2d\x94\xa4\x94\xb3\x4e\x71\x90\x76\xbc\xa1\x30\x54\xa2\xda\xe0\xe0\x24\x32\xd0\xa7\x9b\x86\x64\x32\x97\xe6\xbe\xc9\xc3\x61\xbe\xc5\x14\x0b\x4a\x99\x43\x6d\x60\x0e\xc9\x45\x4c\xa8\x4d\x52\x80\xd6\xc6\x45\x6e\x7b\xba\xb6\x46\x11\xbd\x03\x38\x63\x0d\xf3\x87\xef\x74\xdb\x10\x04\xeb\x2b\x97\x95\x53\xff\x5c\x45\x05\xb3\x34\x0b\x0d\xa9\x81\x41\xf8\x81\xd1\x9b\x44\x03\x50\x98\xf7\xe1\xff\x0f\xe8\x01\xd6\x59\xfa\xb2\x66\x1a\xb5\x4e\x92\xa8\x83\x53\x23\x33\x75\x93\x86\x95\x86\xcf\x98\xf6\xea\xa6\x31\x67\x3e\xd9\x1e\xff\xf6\xf9\xfb\x5a\xe3\xdb\xe7\x4b\xda\xe2\xe7\xa3\xb6\xb0\xe1\x58\xeb\xd8\xb6\x45\xa3\x5a\xeb\xdc\x12\xf1\xa0\x25\xe2\x99\x96\x98\x73\xd8\xb4\x04\x67\x7f\xc1\xb9\x25\xb8\xa6\x4d\x4b\x70\x4d\xd6\x12\x6b\x69\x72\xbe\x29\x92\x37\x45\xd8\x36\x45\xd8\x35\x85\x09\xc4\xa9\xe9\xdc\x16\xc0\x2f\xf0\xd6\x28\x2c\xc7\xed\x71\x44\xc7\x50\xd3\x99\xf6\x88\x07\xed\x11\xcf\xb4\xc7\xc7\x9f\xef\xff\xf5\xe3\xa7\x0f\x97\xb5\xc6\xc7\x9f\xef\xe3\x97\x8f\x9f\x3e\xbc\x2e\x81\xf1\xf4\xd3\x4b\xc0\xf7\xbc\x07\xf8\x9e\x67\xc0\xf7\x27\xc0\xb9\xe7\x7c\xca\xb2\xb0\xb9\xee\xd6\x85\x61\x22\xdc\x1e\xb4\x3b\xb7\x4c\xd5\x5d\xae\xa9\x94\xb1\x8a\x35\x53\x1e\x23\xf8\x07\x68\xdd\x46\x6f\xc0\x99\x29\xd0\xfb\x6a\x03\x96\x57\x11\x9b\xf2\xa4\x94\xf9\x63\xe5\x37\xcc\xb7\xdf\x09\xe6\xee\x1a\x36\x9f\x8e\xa6\xe1\x49\xe7\x0f\xa7\x56\x02\x52\x87\x09\x5e\x3c\x82\xe3\xf6\xd9\xb4\xc7\x8e\xda\xf7\xb4\xfd\x12\xf0\x1d\x94\x0e\xb8\xe4\x5a\x42\xdc\x7e\xf1\x1f\x9f\xdf\x9b\x16\x57\x0a\x5c\xdf\x73\xd2\xd5\xf1\xcb\xe0\x2d\xc2\xfc\x4e\xfe\x1a\xc1\xdf\xe9\xa0\x68\x9b\x5a\x38\x78\x9b\x26\x61\xf3\xb9\xff\x36\x71\xf3\x36\xfe\x48\x53\x41\x4c\x94\x3d\xac\x8f\xc9\x1f\x19\xe6\x02\xe0\x91\x61\x7e\xfe\xc9\x27\x87\xd7\xea\xf1\xb0\xe6\x9d\x77\x82\x73\x3b\x5d\xf8\x69\x6e\xba\xb9\x04\x73\xdb\x79\x09\x4e\xb5\xe0\xfe\x93\x4d\x88\xdb\x7c\xee\x3f\x79\xd3\x82\x2f\x86\xc0\x87\xe5\xd7\x1f\xbf\xad\x7e\xbc\x70\x0c\xcc\xa9\x0f\xa7\xa3\x72\xac\x85\xdc\x6f\xcc\xac\x03\xc2\x8e\x9a\x58\x5f\x26\x4a\xa6\x25\xc8\x08\xbc\xd1\xab\x11\xe6\x00\x02\xec\x3a\x56\xdc\x60\x45\x29\x33\x39\xfc\x18\xc1\x8f\x33\xb3\x4e\x85\xc3\xb5\x92\x4d\xc1\xa0\xd3\x3e\x93\x06\xfe\x62\xdd\x73\x8b\xbb\xdc\xba\x27\xed\x9b\xb4\xf6\xe0\xe8\x0f\xa6\xa4\x20\xe2\x29\xd7\x70\xfa\x58\x21\xac\xb8\x03\x17\x34\x79\x98\x70\x50\xa5\x8c\x98\x67\x2d\xa1\x2b\xf5\x62\xaa\xa1\x69\x18\x0c\x66\x25\x93\x2d\x9c\x32\x01\xf1\x9c\xb9\x9a\xb2\x22\x19\x30\xb1\x1c\x06\x93\x9a\x8e\x44\x52\x29\x35\x2a\x42\xcc\xd4\xfa\x92\x6b\x22\x77\xdf\x8e\xfe\x53\xa4\xc2\xc4\x1c\x2d\x4b\x50\x97\xe7\x4c\x02\x5a\xb5\x3a\x62\x33\xed\x17\x19\x46\x64\x78\x95\x73\xa1\x52\x82\x54\xc4\x8b\x83\x34\x5f\x92\x15\x13\xa4\xa7\xcd\xc9\x4f\x5b\x07\xbc\x52\x13\x1a\x1c\x4d\xe5\x35\x89\xaa\xcc\x0c\x29\xea\x1e\xce\x5d\x08\x00\x41\xdc\x2a\x50\x94\x62\x4f\x53\x04\xa5\x9b\x4d\xdb\x70\xdb\xe8\x23\x3a\xab\x9b\x3b\x9b\xee\x39\x94\x42\x4f\x9f\x5d\x4c\x7d\xe3\x6f\x4a\xd1\x1a\xc8\xf4\x2e\xb2\x09\xdb\xe6\x73\xe0\x1d\x4a\xd8\x7a\xa4\xee\x79\xab\x3e\x1d\x66\xf6\xb2\x83\x5e\x6a\xee\x3d\x36\xf4\xbe\x54\x8e\x77\x9c\xd0\xd6\x53\xac\x5c\xbd\x50\x1e\x3c\x95\x41\x4d\x01\xf7\xdb\xd3\x80\xa2\x69\x7a\x54\xb1\x7a\x07\x10\x9a\x49\xba\xd0\xcf\xdc\xff\x5e\xe0\xc9\x4f\xb9\x52\x6e\xab\x08\x06\xe3\x8a\x80\x8c\x32\x4c\x0e\xc5\x31\xfa\xed\xb0\xef\x4a\x95\x68\x59\xd8\x64\xe0\x69\x70\xac\x71\x97\xb2\xc1\xd6\x67\x49\x1c\xab\xb2\x46\xff\x98\x86\x55\xb7\x1d\x9c\x9a\xde\xf4\x43\x90\x75\x09\x8c\x4d\x54\x93\xf5\xf9\x0e\xae\x49\xeb\x2a\xd4\x05\x20\xcd\x45\x5a\x00\x78\x71\x11\x6a\x02\xa6\x49\x18\xbd\xba\x08\x95\x8a\xd1\x67\xa5\x32\xa5\x32\x07\x48\xe0\x02\xf5\x28\xd9\xc8\xc4\xc7\x14\xc5\x16\x73\x04\x29\x25\x41\xf4\xec\x48\x25\x34\x0f\x2b\x36\x95\x37\x98\xe6\x35\xe6\x04\x20\x6e\x2d\x6d\x84\xa6\x94\x3a\x2e\x36\x1d\x00\x47\xc8\x62\x2a\xef\x0a\x7c\xd1\xb5\x11\x0f\x30\xfc\x0f\x44\x36\xb0\x47\x65\xa7\x96\x63\x33\xad\x09\xb0\x13\x69\xc6\x26\x68\xa6\xee\x53\x1d\xd6\xdf\xd4\xc4\x7d\x2a\xb3\x43\xb6\x42\x39\xae\x03\x9c\x07\x3e\x32\x53\xde\x80\x5c\x55\x1a\x0a\xaf\x8b\x9a\xea\x14\x6d\x0e\x06\xd3\x69\x85\xf7\xe4\x8c\x22\x84\xb1\x6b\xcd\x0b\xcb\x4c\xaa\x2b\x61\x4a\xc5\x91\xa9\x4b\x99\xac\x02\x39\xe2\x68\x73\x0e\x77\x89\x95\x78\xc0\x9e\x51\x3a\x3c\x57\x33\xdf\x71\x11\xd2\x6e\xfa\x81\x7f\xce\xf8\x53\x89\x8a\x78\x70\xd4\x30\x35\xa0\x36\x2a\xda\x6c\x0a\x51\x1d\xde\x47\x2a\xc7\xb9\x5b\x78\x2f\x99\x3b\xc2\xa6\x8f\x1c\xf4\x29\x82\xa5\x20\x92\x94\x5d\xa7\x8b\xc5\xde\x1e\xb3\x4c\x1f\x62\x77\x67\x6b\xb7\xa2\xd4\x3a\xef\x3a\xac\x17\xb0\x68\xd8\x7c\x6e\x48\xca\xfc\xbd\xac\x80\x75\xaa\xa6\xd4\x07\x25\xad\xb0\xc2\xa7\xaa\xc1\x7a\xc5\xe1\xab\x1e\x55\x8f\x4d\x8e\x11\xde\x72\xd0\xe6\x1c\xa3\x22\x8f\xc3\x2a\x3d\xd1\x36\xe9\xa8\x6d\x6c\x56\x92\x28\x94\x52\x71\x25\x4d\x81\x2b\xbb\xdf\xc2\x71\xee\x1d\xbb\x0f\xeb\x39\xd6\x0b\xf3\xd8\xf6\x95\xa3\xbe\x25\x19\xb7\x59\x89\x9a\x92\xdf\x5b\xf7\xfb\x22\xd4\xc6\x62\x1d\x2f\xdb\xb0\xea\x4d\xac\x5f\x8f\xac\x07\x1d\xfb\xc5\x80\x50\xc4\xeb\xdb\xbb\x17\x6a\xd5\x31\x12\xc6\xc1\x18\x0a\x40\xa8\xf4\xaa\xd5\x30\x28\xa9\x9b\x23\xc7\xd8\x1f\x8d\x54\x92\xbb\x7e\x27\xac\x7d\x5a\x9c\x67\x4a\xeb\xe1\xc0\x3e\x9a\x09\xd0\x47\xbc\xe3\x14\x9f\x56\x1a\x6f\x66\x19\x4a\x89\xbd\xfb\x94\x97\x4e\xb8\x1f\xbf\xdc\xfd\xf0\xf1\xc3\x85\x06\x9a\x8f\x5f\xee\xe2\xd3\xc7\x0f\x6f\x18\x68\x78\x8b\x1a\x0f\x32\x81\xa1\x26\x9b\x2e\xa3\x76\x13\x0a\xaf\xb2\xad\xab\xb8\x14\x32\xa2\xf8\x93\xb5\xf3\x7c\xde\x60\xb7\xb3\xf3\x5c\x67\xd0\xc3\x36\xc0\x3c\xcf\x0a\x47\xc4\x5b\x29\x36\xd3\xf1\xca\x54\x8e\x3a\x6b\xf1\x2c\xef\x76\x1e\xcc\x29\xf8\x56\x97\xe9\xef\x65\x6d\xc2\xfd\x00\x98\x47\xa3\xda\x5a\x04\xd4\x2f\x7c\xaf\x11\xb6\x61\x39\x00\x20\x42\x6f\xec\x01\x3c\x4c\xb9\x1f\xa6\x3a\x50\xeb\x6f\x3d\x83\x61\xb3\xd0\xdb\xd6\xad\x94\x17\x3e\x62\x14\x3c\x41\xf5\x37\xe0\x08\xd5\x4e\x63\xb4\x9b\x41\x79\x34\xc0\xe0\x73\xe6\x83\x52\x39\x4d\x54\xd7\xb2\xde\xbc\x76\x40\x99\x02\xca\x04\x87\x74\xec\x3a\x54\x37\xe6\x59\x99\xd0\x21\x4d\xa2\xec\xeb\x6c\xba\xdd\x98\xb3\x17\xe1\x13\xd9\x4b\x96\xef\xce\x5e\x9a\x5a\xf6\xb7\x5a\xfb\x39\x88\xa0\x66\x7a\x68\x9e\xac\xbe\xd3\x40\x5c\x95\x38\xe4\x5e\x6b\xd4\xb3\x06\x11\x93\x59\x6d\x72\x66\x2a\x40\x68\x01\x20\x64\x97\x68\xb5\x89\xd0\x6a\xfb\x19\x2a\x65\x9b\xbf\xbd\xec\xe9\x4f\x17\x6a\xd6\x1f\x9f\xbe\xbe\xc5\x78\xbc\x71\x56\x31\x01\xa8\xf6\xd3\xfe\x52\xf0\xc6\x3c\xe6\x5f\x7c\x71\x11\x61\x37\x87\x57\x37\x54\x98\x33\x2d\xd3\x31\xb5\x63\xd5\xcb\xb3\xbe\x3d\x93\xb3\xeb\xe5\x7f\x4a\xa9\x31\x58\x5b\xbd\xe6\x76\x31\x41\x68\x96\x74\x39\x41\xe8\x5c\x2b\xbf\x33\xf7\xdb\x9e\x5e\xa9\x98\x3f\xa7\xe8\x27\x3a\xe4\xc5\xd6\x9e\x8f\x4f\x5f\x5f\x52\xfb\xbf\xe8\x97\x22\xfb\x4c\xdc\x3d\xbd\x06\x91\xb8\x23\x5d\xfe\x0e\x22\x6e\xd3\xee\x5f\x45\x48\x94\x34\x01\x7c\x66\xe0\x89\xd8\xa8\x1f\x69\xd8\x99\xa6\x27\xff\x12\xf0\xc5\xff\xc7\xed\xa5\xb8\xfd\x12\xfd\x8b\xef\xe2\x8e\xfa\xf7\x9c\x1f\xc8\xd8\xf3\x26\x6e\xee\xe4\x74\x2e\x49\xcf\xce\xe7\x88\xcf\x3b\x8d\xd2\x96\xce\x03\xc3\x25\x00\xd1\xfd\x8f\x7e\xe2\x89\x91\xf2\x2f\x17\xee\x59\xd8\x40\x79\x5c\xbd\xa5\xeb\x6d\x4c\x10\xa6\x8b\xb6\xa0\x89\x57\xdc\xc8\xd9\xb2\xca\x1d\x0f\x1a\x12\xfc\xb8\xb1\x07\xa4\x66\x6b\x39\x8f\xb5\xa9\x58\x7c\xd5\xc1\x86\x93\x4b\x0d\x3d\x91\xeb\xd7\x2d\xbb\xd9\xf9\xd8\xff\x97\x8f\xbd\x90\x45\xa8\xe7\xbb\x39\x3a\x7c\xfe\x98\xa7\x09\x58\x9e\x33\x03\xa5\x88\x83\x09\x95\xfe\xe8\x32\x6f\x02\x70\x8e\x82\x30\x38\xea\x7d\xc5\xd8\xf7\xa0\x91\xa7\x1c\x4c\xe4\x74\xf3\x49\xa3\x8e\xe0\x63\x29\x38\x5d\x2a\xb5\x3c\x99\xcc\x0c\x43\x76\x21\x93\xc6\x00\x91\x8c\xd3\x41\x09\x70\xb1\xd4\x1c\x72\xae\x03\x10\x4e\x4d\x4b\xb0\xd3\x3b\x65\xec\xd0\xe0\x38\x87\x87\x15\x78\x0a\x93\x07\xd8\xa9\x49\xb8\x1e\x8b\xdd\xd4\x83\x35\x0b\x22\xfc\x4c\x63\x84\x57\xc5\x40\x68\x4a\xa6\x26\x01\xf0\x73\x19\x11\xd1\x6c\xdf\x11\xc4\xe2\xe5\x68\xd4\x38\x80\x48\x47\x3c\x8a\xd7\x8a\x98\xdb\xfc\xa9\x84\x99\x54\x3b\x21\xf4\xa5\x15\x3f\x55\xf5\x80\x77\x84\x2c\xe7\x1e\x87\x7d\x05\xcd\x52\xf4\x48\xe6\x6c\xf5\xf4\xfc\x5e\x4d\x0d\x15\xfd\x13\x57\xa4\x3f\x62\xd1\x38\xbb\x22\xfd\x11\xcb\xdd\x99\xa2\xbf\xc7\xa5\x64\xeb\xfb\x91\x0f\x3c\x1f\x79\xbb\x5f\x57\xbd\xd5\x74\x74\x2d\xcb\xde\x85\x06\x8f\x75\x52\x59\xc5\x1e\xb8\xbe\xdb\x65\x28\xf0\x11\xef\xeb\xaa\x6f\x8f\x8e\xe7\x87\x98\x81\xb7\x58\xd3\x75\x4f\x6f\x96\x4a\x99\xb2\x4c\x19\x7e\x3a\xf0\xcb\x51\xc4\x4e\x31\xa0\x0e\xfc\xbc\x54\x20\x11\x60\xd3\xb4\x46\x29\x31\x0f\x2a\xd5\x3a\x8f\xf5\x63\x9c\x0b\xd4\x62\xc4\x2c\xf5\xc0\xf0\xbe\xd2\x1a\x18\x08\x66\xb0\xed\x59\x4f\x8e\x88\xe5\xec\x36\x7c\xa0\x0b\x3b\x1b\x43\x0f\x95\x7a\x9f\x30\x5e\xd5\x8d\x7e\x01\xf1\xe8\x5c\xd1\x1b\x49\xf5\x8e\x33\x06\x5c\x76\x44\x84\x14\xd8\xba\x35\xf6\xf2\xe1\x9f\x9c\x11\xbd\x69\x8b\xe7\xbc\x61\x08\xc8\xc1\x72\x85\x7d\xa3\x4e\xb3\xa3\x61\x73\x73\x5c\x4e\xa6\xbb\xaf\xf5\x2a\x85\xcc\xd5\x66\x87\xee\x14\xce\xb6\xa6\xd9\xd9\xa9\xb9\xf3\xdf\xbe\x63\xee\xfc\xf6\xe6\xdc\xb9\x25\x0c\xea\x1e\xc5\xe0\x7c\xfe\xb3\xb0\xb0\xfd\xbf\x17\xd1\x30\x8b\x55\x7f\x78\x52\xd5\x0e\xbe\xd3\xff\x15\x34\xdf\x10\x34\x1f\xa7\xbb\xaf\x1f\x1f\x3f\xbd\xfb\xf2\xe5\xf1\xd7\xcb\x7a\xc2\x7c\x47\xbc\xb3\x5b\xde\xd8\xd3\x12\xdd\xe3\x88\x2b\x20\x00\x93\x1b\x58\xf8\x80\x5b\xae\x32\xc1\x7d\x0a\x9e\x17\x19\xee\xe6\x03\x30\x0d\x88\x46\x9c\x21\x37\x5b\x59\x72\x2b\x34\x78\xed\x1f\x53\x0a\x85\x89\x1b\x78\xdd\x6a\xa8\xcd\xce\xf7\xee\x59\x99\xa6\x3e\xa2\xc2\xc2\x3e\x39\xa2\x63\xee\x96\x3d\x38\x9d\x62\x1b\x34\x5a\x04\xa2\x86\x1f\x4f\xd4\xc9\x85\x96\xe3\xc7\xe9\x97\xd7\x3d\x1f\x92\x6c\xf8\x7c\x35\x01\x73\x65\xe9\xf8\xef\x72\x95\x1b\xd8\xf0\x24\xe4\x34\x93\xa6\x8b\x86\xf4\x83\x2d\x85\x76\xb5\xc1\x38\xb8\x6e\xb2\x15\xd3\x3d\xce\x47\xd8\x16\x37\xc8\xdb\x3c\x36\xf2\x36\xae\x6e\x07\xc2\xd2\x04\x71\xbf\x23\xb8\x5c\x5f\x5c\x12\xbf\x45\xe8\x39\x32\x8b\x73\x3e\x9b\xe1\x12\x39\x69\xf0\xdd\xd8\x88\x44\x19\x31\xe3\x42\x39\x3a\x23\x76\x93\xa7\x26\xb8\xe0\x14\xd9\xeb\xf6\x52\x12\x7b\x9c\x7e\xf9\x97\xcf\xf7\x17\x9a\x8b\x1e\xa7\x5f\xe2\xe3\xe7\xfb\x4f\xaf\x7b\x1c\xe6\xad\xe5\x5d\x25\xdb\x1b\x5d\x65\x9b\x96\x61\xc9\x96\x80\x80\x14\x41\x55\x65\x2a\xb7\x88\x55\xfc\xf3\x6b\x6b\x19\xb5\xaf\x63\x63\x62\xaf\x27\x20\xdc\x80\x58\x1e\xa8\x49\xd9\x09\xdc\x35\x45\x02\xbb\x3c\xaa\x91\xfd\xac\xc9\xba\xa7\xd3\xd1\xff\x59\x4e\x42\x4f\xac\x63\x4f\x57\x05\x7d\x25\x94\x64\x72\x28\xe5\x30\xd7\xc5\xcb\x06\xf8\xf4\x01\xe3\xf8\xdd\xea\xeb\x3f\x3e\xfe\x7a\x69\x43\x7c\xfa\xe0\x43\xd9\x74\x48\xb8\x70\x1c\x34\x89\x94\xe3\x26\xd9\xc6\xd2\x73\xed\x21\xab\xc9\x68\x7c\xde\x66\xb5\x8c\xe5\xbc\xd1\x2a\x27\xb6\xbb\x6d\xa9\x1e\xca\x13\x16\x5b\x60\x1e\x65\x99\xb7\xf4\xba\x7b\x2a\x0f\x13\x01\x13\x38\x11\x7a\x85\x7f\xa0\x7f\x4c\x03\x9a\x81\x1f\xc1\xd4\x38\xe6\x2f\x39\x5b\x96\x21\xcd\xe9\xe3\x9c\x9e\x0b\x31\x8f\xe8\x1f\x26\x92\x30\xbb\x19\x70\xf3\x98\xf9\xdb\x35\xd7\x97\x56\xa2\xbd\xfa\xbd\xb9\xff\xf9\x42\xed\xfc\xb0\x7e\x57\xf7\x3f\x7f\x7d\x7d\xca\xc8\x69\xb3\x88\xc2\xe4\x55\x46\x90\x51\xaf\x35\xd7\x33\x0a\xd1\xda\x2a\xf8\x1c\x0c\xb8\xe7\xb0\x8e\x5a\x67\xc2\x09\xaf\xe1\x38\xd7\x2c\xaa\xf9\xf0\xfd\x6f\x40\x40\x11\x24\x0f\xfb\x04\xe8\xee\xa6\x82\xe3\x41\x35\xa7\xb9\x8a\x8f\x1a\x64\xae\xd9\x4d\x05\x27\x6f\x3a\xab\xe7\x70\xf0\x9c\x5b\x19\x27\x16\xa3\x5d\x05\xff\xeb\xc7\x0f\xcb\xdf\x54\xc3\x5f\xec\xc6\xb7\xaa\xf8\xc7\x3d\xaf\x17\xeb\x26\x62\xb2\xc2\x79\xc8\x74\x80\xbe\x9d\x54\x54\xe7\x1e\xbc\xde\x54\x70\x98\xbb\xb0\x57\x70\xf0\x7e\x3c\xd7\xc2\x4c\xea\x71\xd8\x21\xf7\x6b\xd6\xcf\x37\xf5\x1b\xe7\xfa\x8d\x87\x37\xc4\x83\x2e\xbc\x69\xbc\xfd\x9e\x1c\x36\x35\x7c\x6a\xb9\xdf\xd5\xf0\xbf\x5d\x18\xff\x70\x58\xbd\x47\x51\x10\x27\xa6\x87\x8d\x8f\xb8\xe9\x9a\x15\x65\x7e\xcd\xbc\x5b\xce\xf5\xeb\xdb\xf9\xe6\xe5\x5c\xb5\x9b\xb9\xc1\xeb\x74\xee\xc1\xe1\x60\xd0\xbe\xa8\xaa\xbd\xca\x9d\xab\x75\xfe\xb2\x9d\x1d\xe2\x61\xef\x8d\x07\xdd\x37\xee\xf7\xdb\x70\x30\x0d\x5d\xf7\x13\xd3\xc3\xaf\xb7\x1f\x9f\x3e\x5e\xea\x93\xfd\xf8\x6b\x5c\x23\xf9\xeb\x2b\xa0\xdc\x6d\x01\x25\xeb\xa0\xac\x1a\x24\x33\xd5\x0c\x4e\x1c\x1a\x35\x70\xb6\x19\xd8\x3a\x59\xa3\x6e\xeb\x0c\xf6\x1f\x9a\x60\x1b\x56\x6b\x0f\xc9\xd4\x1c\x4e\x02\xf6\xa5\x11\xbb\x90\x16\xd0\x07\x69\x1a\x37\x5c\x84\x5a\x43\xa8\x90\xe8\x14\x1b\xd5\x04\x4e\xa0\x5e\x40\x71\x8a\x6d\x53\x53\xdd\x73\x26\x95\x1c\x01\x58\xc9\x99\x98\x35\x0c\x62\x40\x83\x27\xc4\x4d\xf8\x8d\x99\x4a\x92\x80\x1b\x2b\x80\xdf\x71\x5f\x5d\x69\x26\xce\x0c\x88\x8c\x51\xae\xba\xa9\xee\x23\xb0\xad\x9b\xd9\x2a\x54\xc4\xbd\xe4\x6b\xcf\xd6\x4b\x6c\xfc\x64\xa6\xd2\x79\x8a\x94\x98\x12\xb7\x48\x49\x32\xa5\x9c\x4d\xa7\x57\x87\x4f\x6b\xb5\xc0\xdc\xd1\xec\xcb\xa8\x6a\x0f\x2b\xd2\xdd\x1a\xd0\xf2\x08\xb9\x53\x01\x0a\x7a\x96\x30\x06\x35\x15\xf8\x5d\xf4\x2a\x81\x9b\x50\x2f\x23\xb0\x69\x89\x3a\x6e\x4a\x81\xeb\xb3\xa8\x52\x4e\xf2\x4e\x9a\x60\x23\x6e\xf3\xe9\xaa\x59\x77\xca\xa9\x64\x6f\xb1\x62\x1e\x00\x6e\x4a\x54\xfa\x92\x12\x3b\x62\xb9\xbd\x62\xd2\xbb\x9c\x13\xa5\x52\xc2\xe6\xd3\xe5\x72\x27\xfb\x05\x2f\x6d\xe4\x3e\x68\xf4\x28\x8d\x49\xef\xa4\x35\xaa\xd2\xc3\xe6\xd3\x1f\x97\x3b\xb5\x06\xaf\x56\xd0\xc9\x15\xa6\x0e\xba\xa3\x4a\x45\x75\x42\x8d\x07\x6f\x2a\xaf\x71\xd7\x23\xc7\x5c\xe9\x39\x58\x63\x79\x5b\x45\x6f\x2b\x34\x55\x9c\x6f\x44\x53\xc5\x79\x57\xbf\xd0\x88\x73\x53\x45\x6b\x2b\x01\xc4\x48\xb3\x6a\x4f\x38\x8c\xa9\x34\xe2\x0a\xfa\xee\x81\xfe\xa2\xd4\x73\x31\x59\x27\xa9\xef\x2c\x39\x53\x6f\x4e\x7c\x67\x22\x7d\xee\x61\xfe\xf0\x77\xc7\x46\xa3\xb7\xcb\xf3\xfb\x3c\x12\x3c\x04\x5c\x7a\x58\xb9\x2b\x6d\xb5\xbc\x25\x4f\x62\xfd\x00\xf1\xe8\x56\x32\x69\xd4\x98\x63\xab\x94\x4b\x0e\x9d\xdc\xcd\xad\xf6\x35\xa5\x3c\x01\x69\xbd\xc2\x15\x97\x1b\xb0\x2b\x11\x2f\xd7\x65\x3e\x97\x4c\xdd\xaa\xd3\x2f\x82\xcc\x41\x47\xdc\x4f\x07\xd4\xfa\xea\x9a\x43\x3b\xb8\x17\xc7\xa5\x3d\xc5\xa6\x8e\x06\x40\x2c\x51\xb0\x04\x14\x01\xbe\x6c\xd5\xec\x94\x74\x56\xa5\x7d\x7e\x8b\xee\x6f\xd1\xae\xa4\x64\x6a\xa5\x07\x96\x4c\x19\xc0\x84\x89\x14\xf6\xb7\x79\x87\x50\xd2\xd4\x0a\x31\xb8\xf1\xd8\x14\x99\x04\x1f\x0c\x40\x6c\x67\x53\xda\xb2\x52\x49\x8e\xaf\x95\xb3\xf5\xe3\xd1\x30\x10\x47\xd3\x60\xbd\xe7\xa5\xdb\xee\xb7\x0f\x1f\xee\x3e\xdc\x5f\x5d\x8a\x6c\xbb\xf2\xf4\x71\x3a\x86\xb5\x3d\x41\xf6\xbd\x75\x4e\x14\x0d\x59\xd2\x32\xcb\xed\xa8\xcb\x38\x83\x8a\x57\x07\x56\x0d\x0e\x46\x81\x68\xbf\x35\x57\x88\xba\x5b\x44\xfe\x39\x5a\x10\x50\xaa\xb9\x58\x03\xdf\x82\x61\x6a\x03\x76\x31\xdf\xea\xff\x2d\xe7\xb5\xcc\x72\xb1\xe7\xbf\x41\x64\xcd\x9b\x50\x42\xed\x61\x54\xa0\x1c\x6c\x20\x5f\x8e\xa0\xe9\xae\xb9\x5e\x35\x9a\x15\xe0\xf9\xe4\x55\xe8\xbb\x75\xc6\x42\x75\xe2\xb7\x2e\x34\x74\x8a\x4c\x6d\x04\xf0\x0f\xce\x41\x5b\x94\xeb\x7c\x5a\xc3\x45\x5c\x59\x20\x72\xab\xee\x2f\x00\x3f\xbd\x16\x3d\xea\xaf\x2e\xc1\xd3\xd9\xff\xdc\x87\x5c\x57\x8f\x98\xfa\x0e\x7c\xbf\xf7\xda\x53\x18\xf5\x76\x03\x9e\xb3\xd9\xde\xd9\x53\x88\xb0\x73\xb2\xdd\x4a\xda\xdf\x33\x5a\x4b\x93\x25\x0f\xeb\x2c\xcf\x0f\x76\xc9\x61\x0a\xb5\x2f\x47\x5d\xbf\xe4\x06\xbb\xf9\xf6\xe9\xc3\x65\x18\xfa\x2b\x4b\xf9\x7a\xa7\xad\x69\x63\x7d\xa8\x88\x65\x09\x19\x11\x37\x57\x95\x15\xa6\xe3\x04\xb7\xbb\xd2\xc1\xd8\x2e\xb6\x3c\x65\x80\xec\x95\x41\x9c\x03\x38\xfb\x6d\x98\xc2\x74\xa7\xa3\x53\xca\xf0\x49\x2d\x40\xfa\xb4\x33\x07\x39\x1d\x15\xa1\x68\x2c\x05\x14\xe7\x76\x0a\x3f\xc3\x75\x4d\xc4\xbc\x02\x0d\x1d\x5a\x67\x38\x87\x8c\xad\xd9\x65\xcf\xd5\xbc\xd9\x74\x6b\xba\x1f\x9f\xeb\xc7\x1e\x10\x7b\x12\xc6\x11\xeb\xcf\x00\xad\x5f\x2e\x51\x30\xd6\x80\x7a\x6a\xb9\x42\xcf\xe4\x1b\x44\xbe\x81\x74\x70\x1d\x51\xa6\x2b\xbb\x32\x97\x57\x6c\xba\x55\x8f\xc2\x2b\x34\x0a\x76\xc1\x34\x83\x4e\x33\x16\x50\x2c\x48\xa7\x52\xa3\x55\x13\x98\xd0\x39\x5f\x95\xe1\x11\x42\x08\x5f\x28\x75\x53\x95\x19\xb4\x18\xa8\xe4\xc0\x94\x43\x1e\xc3\x7b\x9a\xa6\x61\x7d\x3a\x05\xe5\x41\x0d\xb2\x20\x93\x64\xc4\x06\x76\x84\x3e\xaa\x57\xa0\x68\xe8\x9d\xaa\xac\xca\xf0\xfd\x82\x51\x26\x15\x72\x30\xc1\x6c\xea\xb5\xd4\xa8\x88\xd5\xf1\x73\xa4\x5e\x83\x77\x65\xac\x62\x2f\xf6\xbc\x62\x13\x30\x38\x0c\x25\xf8\x31\x6d\xd0\xeb\x4c\x70\x24\x91\x95\x55\x66\xf7\x4a\x7f\x99\x30\xc8\x4c\x7d\x93\xc6\x4d\xb6\xd9\x3a\x17\x92\xbc\xe2\x0a\xd2\x4d\xc6\x06\x05\xee\xd2\xe0\xc7\xdd\x5d\x20\x9b\x19\x9e\x7d\xd8\x65\x7f\x90\xd0\x73\x46\xf2\x1b\xeb\x2d\x99\x2b\x65\x5d\xe3\x15\x26\xf0\xdc\x70\x09\x08\xe3\x09\x0d\x96\x5d\xbc\xe9\x5e\xbd\xa0\xfb\x94\xab\xd2\x1a\x15\x09\x45\xc0\xa5\x53\xd5\xc4\x1e\x86\xab\xac\xee\x2a\x3a\x0e\x30\x91\xcc\xc1\xdc\x8a\x20\xb1\x28\x83\x6a\x3e\x39\xf4\x6e\x3f\x7e\xf9\xf6\x1d\xe3\x2f\xae\x2d\xfd\x5b\xb0\x55\x9b\xe0\x9f\xac\xba\xe0\x92\xa8\xda\x84\xfd\x6e\x0f\xec\x69\x91\xa5\x2f\xd2\x75\x66\x39\x01\x01\xe5\x77\xdc\x69\x25\x2d\x0b\x3f\x3a\x84\x95\xf6\x45\xfa\xeb\x7b\x1e\x85\x8a\x2e\x54\x95\xb4\xde\x69\xa7\x54\x17\x7e\xf4\x54\x29\x56\x9b\x55\x61\x8f\x8f\x76\xb8\xe6\x21\x77\xda\x71\xfb\x9c\x62\xd4\x25\x7c\xe5\x40\x2f\x8d\x54\xed\x20\x45\x4d\xa4\x35\x36\xbd\xc5\xc0\x2e\x36\x7c\x16\xd6\x5b\x33\xf0\xb1\xa8\xca\x62\xd4\x05\xf7\xba\xc0\xd8\xd1\x45\x8a\xa5\x2f\x80\xac\xde\x13\x39\xbb\x30\xe7\xbb\x0e\x9e\xa8\xc5\xfc\x31\xbf\x62\x92\x85\x64\x7e\xc7\x26\xa7\xd5\xc5\xfc\xb1\x41\xa8\x42\x23\x96\xab\xb4\xd0\xce\x8b\x2a\x54\x16\x68\x6c\x7f\xb8\x94\x45\x31\x49\xb4\x6f\xc7\x4a\x6f\x77\xa3\x53\xe1\x85\x1f\x3d\x8f\x22\x26\xbd\x9b\x00\x83\xca\x1b\xf3\xd1\x01\xc3\x14\xfc\x37\xd6\x4f\xff\xfa\x20\x82\x90\x66\x60\xbb\xed\x37\xc3\xc2\xb1\xe7\xf6\x2a\xa7\x5f\xe5\x91\x29\x8d\x45\x36\x91\xa6\x2d\x4c\xf3\xc8\x6d\x91\x73\x5d\x68\x2e\xd4\xbb\x9d\x5e\xeb\x21\xcc\x17\x68\xf0\xaf\xfd\x77\xa8\x26\x56\x42\x20\xa1\x0e\x2b\x9e\x36\x7f\x72\x2c\x56\x9f\xbb\xd6\x3a\xe8\x10\x9e\x62\x46\xc2\xb3\x56\x5a\x78\x69\xbc\x18\xa2\x95\x06\xa3\x18\x92\x2d\x8d\x9f\x26\x25\x53\x26\xc7\x61\xdf\xca\xb2\x48\x6b\x34\xfa\x94\xd0\x54\xec\xa5\x58\x78\x89\xac\x14\x79\xb1\xf7\xa4\x33\x85\x99\x93\xd8\x8f\x28\xcb\x24\xc9\x1a\x10\x7b\xc5\x0b\x54\x05\xde\x67\x4e\x8c\xf3\xeb\xa3\xa2\xa0\xfb\x7b\xff\x9b\xe6\x6a\xf1\x42\x2c\xbc\x40\xbb\x5b\xbd\x28\xfe\xa0\x6d\x0e\x96\x7c\x57\x14\xd4\x1c\x0a\xdb\xae\xa4\x0e\x2a\x79\x61\x6d\xc5\x8b\x9c\xd4\xdb\xa9\xfb\x29\xda\xe1\xf6\xb8\x8d\xac\x56\x6e\xe7\x36\x02\xbc\x58\xf1\x42\xa0\x9d\xfc\x5d\x72\xdc\x3d\x67\x81\x91\xb2\x9f\x81\x97\x24\xfd\xf5\xbd\x74\x3c\x68\xaf\x98\x33\x10\xdd\xbb\x7d\x14\xba\x39\xd5\x5f\x1f\xaa\x2e\xea\x5b\x89\x73\x91\x45\xae\xfd\xaf\x0f\x02\x52\x75\x7b\xd6\xf9\x51\x15\xc5\x35\xe4\x05\xd6\xef\x85\x8e\x6e\x63\x54\x8b\x62\x8c\x66\x9b\x4b\x17\x29\xb6\xb4\x90\x41\xb9\xdb\x49\x2d\xd4\xca\xda\xd4\x0d\x79\x39\xf8\x17\x4d\x6f\xe6\xbe\x2d\x4d\xd0\xb7\x0f\xa6\x90\x05\x4c\x74\x65\x33\xd1\x78\x13\x69\xa3\xb6\xc0\x61\x6f\xb4\x2d\x3a\x13\xf7\xc5\xe9\x81\xba\xc0\x40\xc5\x80\x5e\x60\x40\xfb\x24\xbf\x19\xf6\x80\x5e\xb3\xa9\x40\x37\x73\xc3\xc9\x89\x03\xd2\x8e\x2c\xb0\x10\xe7\x63\xac\xb5\xf7\x77\x1f\x3e\x4e\x17\xcd\xf0\x0f\x96\xf2\x8d\x0d\xbf\x9f\xd2\x9e\x5a\x30\xea\x8a\xeb\x0c\xf5\x81\x93\x59\x80\xc1\xc9\x0c\x0f\x82\x93\x59\xac\xce\xf2\xfc\xbe\x63\xb3\x6b\x35\xf3\x35\x65\xca\xf9\x06\x11\x62\x69\x85\x6f\xea\xc1\x2b\x37\x08\x20\xc0\x05\x1c\x73\x40\x12\xbf\xb0\x4d\xc1\x35\x41\xb3\x08\x2c\x7d\x85\x1b\xab\xa7\xbe\x01\x55\x70\xed\x07\x37\x68\x96\xa0\xda\x0f\x1e\x5d\xdc\xb9\xf4\xf0\xd9\x40\x26\xe9\xfd\xf9\xa1\x25\x80\xeb\x8f\x4c\xad\xdd\x28\x37\x6a\x2d\x58\xef\xb9\x52\x66\x04\x01\x9b\xc8\xa5\x09\xcf\x48\x21\x8f\x62\x0b\x39\xc0\x76\x10\xef\xe4\xe8\x99\x50\xae\x1d\xa3\xd3\xee\xbd\x19\xb8\xd8\x84\xc0\x62\x2c\x4e\xdb\x51\xfc\x2c\x0b\x35\x38\x37\xd8\x6c\xbf\xf2\xf0\x11\x1c\xf7\xd1\x44\x21\xcb\x0e\xca\xd8\x43\xab\xe2\xa7\xf3\xd6\xb0\xc3\x82\xa2\x5c\x3e\x77\xda\x8f\xab\x6c\xeb\x91\x46\x7c\x94\x69\xf3\x38\xed\xfe\xe4\x8c\x9d\xb4\x84\xe8\x1f\x7d\x7e\x9f\xcb\x00\xf7\x56\xca\xa4\x75\x15\x4b\xa2\xc1\x7e\x0c\xbd\x52\x8d\x1d\xb0\xc8\xf8\xee\xbf\xe1\x82\x1d\x8e\x05\x8c\xf7\x77\x1f\x3e\xdd\x5f\xa6\x98\x3e\x20\xe9\x1b\x7d\xaf\xd5\xed\x3e\x84\x82\x30\x4c\x3b\xf1\xb5\xc9\x10\xfb\x88\xc5\x6e\x22\xef\xe9\x2e\xd7\x90\x37\xb1\x69\xb9\xc6\x5c\x97\x9c\xf4\xe8\x6a\xc8\x75\xdd\xd3\x1d\xb3\x09\xb2\x7e\xdc\x8a\x6c\x23\x07\x36\xcd\x15\x56\x8d\xc8\x72\x5b\xea\xde\xdd\x29\x22\xcf\xeb\xdc\xe4\xe8\xea\x26\xcf\x3d\x5f\x59\xb7\x7c\x72\x91\x17\x4f\x82\x11\xd4\x1e\x06\xac\x26\x0d\xaa\xfb\x37\x6e\xac\xd1\x00\x90\x16\x00\x28\x57\x07\x33\x19\x0e\x13\xb6\x8e\x45\x8e\x6e\xc0\x36\x80\x10\xbf\xcc\x87\x78\x22\xd7\x23\x67\x64\xa9\x79\x88\xc1\x17\x28\x11\xac\x10\xc4\x2d\xd8\xba\x0a\xf8\x0c\x8f\x24\xae\x54\x9f\xa4\x14\x30\xb6\x97\x02\x8a\x82\x36\x45\x07\x01\xe9\x91\x24\xda\xe8\xb4\x01\x74\xa2\x24\xf4\x22\x92\xf2\xfd\xdd\xc7\xd5\x3f\x7c\x5b\x5d\xb6\xdf\xfa\x70\xf7\x71\x15\x7f\xfc\xb6\xfa\xe5\x75\x93\x69\x6d\xba\xed\x19\xc9\xc6\xf8\x84\x70\x2e\x2b\x15\x13\x06\x9f\xc6\xaa\x36\x2d\x55\x8d\xaa\xd4\x63\x07\x14\x52\xa2\x1e\x47\x8d\x26\x4d\xdc\x6a\x3f\x67\xbc\x58\x4a\xa9\x67\x4c\x12\xb7\x59\x0b\xd5\xc9\x11\xd1\x07\x61\x2e\xb4\x27\x5b\x5d\x59\xae\x7b\x3f\x74\xd2\x80\x02\xcc\xcc\x32\x3d\xf2\x90\xeb\x57\xad\x29\x13\x5e\x82\x07\x61\x30\xab\x9f\x31\x83\x5f\xb4\x92\xcd\x01\x15\x58\xf2\xc0\xc2\x45\x5a\x7b\x37\x9c\x3d\x99\x06\x83\x58\x0b\x5c\x43\x15\x4c\xc3\xda\x0b\xf1\x22\xdd\x8a\x84\x33\x64\x67\x43\x58\x0f\x81\x48\x0f\x6c\x33\xcf\x0f\x52\xec\x9d\xae\x05\x11\xea\xa7\xcb\x9b\x65\x39\xea\x94\x33\x09\x87\x14\x6a\x02\x32\x0f\x34\xce\x9a\xa9\xb1\x29\x69\x5d\x56\x26\x71\x92\xc8\xad\xc2\xfc\x71\xce\xd4\x73\x8b\xcd\xdb\x33\x65\xc1\x83\xa5\x83\x05\x21\x56\x5d\xc2\x05\xda\x2e\x17\x89\x03\x4c\x9d\x85\x64\x20\xac\x88\x23\x20\x29\x2d\x95\x88\xde\xe6\x73\x99\x5e\x8f\x7a\xd5\xba\x2f\x33\x1e\x3b\x98\x73\x40\x53\xad\x79\xd8\x7b\xad\xe3\x4b\x46\xb6\xf7\x77\xab\xcb\x10\x7f\x1f\xee\x56\x87\x48\xbf\x3c\x8e\xdd\x26\x7a\xde\x86\x41\x86\x34\xe5\x42\x59\x37\xd8\xc4\x9d\x6a\x99\x31\x90\x9f\xe2\xf6\xdb\xf6\xc5\xe6\x4b\x11\x5f\x7e\xa8\x09\xbf\x27\x53\xef\xd3\x83\xcd\xf0\xaa\xe0\x25\xc8\xee\xea\xda\xd8\x37\x02\x34\x47\x05\xb6\x10\x27\xea\x43\x63\xcb\x24\x3d\x1c\xbb\x08\x1f\xd8\x75\x38\xd7\x2d\xfb\xfd\x41\xac\x7b\x10\x5d\x72\x7d\xfd\xf7\xaa\xe7\x43\xb3\x73\x01\xb2\xfe\xf9\xd0\xed\x21\x67\xec\x50\x2f\x5b\xe4\xb2\x1d\xae\x87\xbb\xcf\x6f\xec\xc1\xb4\xcd\x96\x77\x0a\x6c\x1d\xa6\xae\xb3\x56\x82\x1d\x91\x9d\x7b\x92\x49\x73\x80\x01\xd8\x6a\x69\xa0\xd3\xf4\x0a\x59\x46\xb9\xde\x66\xb9\x11\x10\x53\xf6\x46\xa3\xbc\xcb\x42\x29\x01\x2a\xc8\x3e\x36\xce\xfb\x9e\xf5\xf3\x7b\x1e\x62\x37\xad\xec\xb3\xea\xed\xa8\x37\x76\x66\x63\xaa\xeb\xf3\xfb\x52\xd4\x9e\x92\x4d\xe0\xbb\x51\x10\x58\xd8\x0f\x2b\xce\x83\x7a\x8f\xa5\xe0\x01\x1e\x40\x9f\xf7\xe2\xe8\x1d\x6f\x68\x28\x65\x9b\xdd\x28\xcd\xfc\xa7\xd9\x49\x7e\xb3\x5b\xaf\x61\xa6\x42\x24\x6c\x3f\xb1\x7e\x7f\x7e\x7f\xf7\xe5\x97\xfb\xcb\x78\x92\x1e\xee\x3e\xc7\x07\x24\x7f\x83\x28\x69\x6c\x10\x08\x40\x6a\x3d\x01\x65\x14\xe2\x92\x73\x17\x2b\xb6\x15\x82\xfd\x25\xfb\x2e\x15\xf1\xde\x25\x70\xe9\x80\xb7\xcc\x34\x02\x8f\x4a\x80\xe4\xc9\x23\x34\x2a\x88\xa3\xea\xe2\xa7\xa2\x24\xf0\x1b\x71\x3e\x51\x93\x9f\x82\xb2\x06\xee\x60\xf3\xc5\xe9\xfc\x89\xc7\x01\x32\xa6\x8c\x39\x8e\x27\x3d\xbf\xf7\x86\x13\x2e\xe7\x5b\x4e\x6c\xde\xaf\x6b\x29\xe9\xe2\x4e\xa1\xfd\x16\x61\x57\xce\xc6\xe5\x2c\x08\x80\x34\x49\x60\x66\xf3\x90\x39\x29\xd1\xd4\xf5\x4d\xe7\xf1\x32\x3c\xa3\xa6\x4c\x2e\xab\x0d\xa0\x7e\x09\x31\xa0\xcd\x11\xe0\xb9\x83\x33\xce\xb7\xd9\x6b\x04\x16\x43\x14\x80\xfe\x25\x53\x0d\x75\x98\x10\x6b\x42\xdd\x88\xad\x52\x93\x35\x77\xd9\x74\x35\xa9\x15\x81\xf3\x43\x82\x20\x0c\xda\xfa\x94\x04\x6c\x79\xf8\x3d\x01\xf7\x44\x58\x48\x6d\x58\x42\x6d\x57\xc5\xe6\x68\xf1\x27\xfb\xf9\xf3\x83\xd4\x6a\x3d\x8a\xa1\xe4\xa0\xa7\x8a\xe8\x5a\x7a\xbf\xac\xab\xaa\x54\xeb\xaa\xdc\xea\xef\xe9\xab\x97\x06\x51\xec\xba\xeb\xcb\x50\x8a\x17\x5d\xf6\x2e\xfd\x7d\x77\x59\x78\x10\xda\xd4\x9d\x41\xb6\xa1\x62\x6d\xda\xed\x53\xe5\x69\x3e\x0d\xf8\x16\xd4\xa3\xcf\x83\x5f\x98\x4f\xfd\x87\xff\xed\xf9\xff\x9d\x7b\xfe\x97\xef\xeb\xf6\x5f\x5e\x0f\xdb\x4c\xba\xf1\xc3\xe3\x66\x7d\xb0\x07\xd0\x70\xb5\x2b\xa9\xf0\xde\x1c\x0c\xb4\x9d\x14\xa4\x0e\x52\x86\x0e\x01\x73\x7a\x2f\x34\x2a\x6f\x3e\xe6\xab\x4f\x76\x9c\x2f\x31\xc2\x29\xac\xeb\xb4\x66\x77\x46\xcf\x71\x0c\xcb\x30\x6e\x9e\x96\x93\xb5\x79\x1c\x54\x6c\x18\x99\x02\xae\x88\xbc\xcc\xfe\x25\x5b\x73\x69\xd5\x97\x3e\x71\xdb\xea\xf8\xee\x89\xe0\xcb\x4b\xf4\x9c\xe3\x5a\xc9\x53\xf9\x6f\x52\x2b\x90\x29\xa4\xc9\xa4\x4a\xdc\xdd\x7c\x62\x82\x71\xe7\x66\x67\x3d\x3d\xcd\xdf\x22\xbe\xf9\xff\xb0\xbd\x14\xb6\x5f\x82\x7f\xe9\xa7\x2a\xfa\x2f\x1f\x2f\x73\x7d\xb1\x2a\xfe\xfc\xf1\xc8\xcd\xb0\xf7\x63\x99\x6b\xab\xde\x23\x02\xb8\xd2\xd0\x35\x97\x4a\x75\xac\x66\x06\xf3\x6c\xc3\x43\x4d\x2b\xf5\xcd\x2e\xec\x83\xf8\xe9\x00\x30\xc5\x0d\xdb\x68\x42\xc8\xf7\xad\xe7\x00\x77\x95\x3c\x82\x33\x95\x33\x04\x29\x1b\x50\xa6\xb3\x50\xaa\x4f\x00\xb1\xe4\xc8\xb0\x8f\x08\xc0\xec\x9e\xdf\xb3\x6a\x48\x57\xc0\xc1\xc3\x18\xdd\x9c\xb1\xea\x93\x9f\x23\x3e\x78\xf7\x17\xb7\x57\x23\xab\xfe\x20\x92\x1d\x64\x15\x19\xd9\xec\xdc\xea\x14\x73\x83\x97\x2a\x9a\x91\x8a\x7d\xd6\x1e\xdc\x49\x2a\x16\x04\xcb\xce\x44\x62\x4f\x4e\x53\x95\xbb\xeb\xd0\x8e\x11\xd9\xc0\xe9\x28\x3d\x0e\x09\x43\xec\x68\x37\x6e\x28\xa7\x70\x37\x6e\x3d\xc8\xe9\x44\x9b\xfd\xf0\xf1\xc3\xa7\xcb\x36\x7c\xac\xd5\x9e\x2c\xf5\xeb\x66\x19\x69\x5b\xac\xb7\x84\xdd\xab\xae\x54\xc7\x0d\x82\x0e\x19\xd8\xaa\x35\x56\xc4\x4b\x29\xac\x51\x71\x67\x98\xba\x96\x7e\x76\x2b\xdf\x3d\x0d\x4e\x6f\x81\xd6\x6b\xf0\x6b\x1f\x22\xa5\xcd\x1c\x88\x5b\x7f\xdb\x97\x48\x69\xb9\x17\x2b\x4f\xb7\xb9\x1d\xa6\x32\xc0\x5a\xcc\x76\xb4\xd9\x54\xa6\x99\x32\x47\x1c\xb7\xc4\x3c\xf5\x04\x31\xcf\x33\x0c\xa0\x0a\x70\xb7\x13\xde\x03\x59\x4e\xee\xb9\xdf\xe6\xae\xce\xde\xc7\x40\x46\x96\x28\x0d\xfc\x0b\x6b\x78\x40\x54\x5d\x67\xb9\x6e\x89\x2a\x78\xb3\x74\x36\x22\x56\xeb\xab\x9b\x8a\x83\xb9\xef\xc6\xa3\xa3\x9a\x0d\x8e\x37\xa8\x7e\xb4\x87\xac\x76\x36\xd5\x50\x81\x50\xb1\x67\x3c\xf4\xdc\xae\xb5\xd4\xb3\x10\x72\x7d\x26\xc2\xdb\x70\x48\x9e\x85\x90\xfb\xae\x45\xe8\xc5\x02\xf4\x12\x5c\xf9\x6e\xb3\x00\x8d\x4c\xa3\x04\x19\x89\x52\x7e\x97\x6d\xb1\xce\x3d\x6c\x3e\x67\x5f\x23\x6e\x41\x7b\xc1\xee\x3b\xa5\x4c\x92\x27\xa7\x8c\x2b\xce\xb6\x0a\xdc\xbd\x4e\x80\x83\xd2\xe1\x0e\x15\x77\xc8\x42\xc2\xfc\x31\x6b\x64\xc3\x54\xef\x38\x32\xf5\x55\x2b\xa4\xb1\x39\x01\x5c\x07\x7f\x91\x7f\xd8\xa5\x60\x87\xe7\xf7\xf6\xcc\x4d\x7e\x93\x4d\xa8\xb9\xcc\xc7\x21\xc0\xd2\xc2\xb9\xdf\x17\xd2\x0a\x8c\x80\x10\x90\x5a\x85\x00\xe1\xc7\x02\x2f\xc4\x2a\xf3\x51\x93\xc9\x17\x7e\x5e\x2c\x91\xcd\x6b\xb9\x63\x82\xe1\x42\xfd\x2d\x72\x2a\xb7\x0a\xe3\xf8\x3a\x09\x55\x6f\xc4\x25\xe2\x68\x13\x68\x19\x7e\xbc\x41\x38\x45\x0f\xae\x83\x22\xe4\x8c\x92\xac\xb8\x16\xc7\x98\xb4\x8f\x69\xef\x5d\xc3\xee\x8d\x9d\x62\xcf\xde\xf6\x44\xef\xb8\x74\xd6\xf9\xf2\xf4\xfa\x22\x2c\xdb\xc0\xe6\xdc\x4c\x94\x5b\xc6\xe6\x50\x66\x6d\x0e\x9a\x11\x30\x0f\x3a\x94\xf0\x0a\xc8\xe9\x76\x88\xdd\x52\xd8\x01\x96\x10\x89\xac\x71\x13\x44\x08\x77\x33\x0c\x30\xb6\x69\x1f\x48\x75\x1e\xa1\x81\x30\x81\x9c\x30\xef\x97\x53\xd3\x7e\xd9\xcc\xfa\xbe\x7f\x06\x4e\xbe\x58\x74\x3f\xdf\x95\x3d\xd4\x1f\xbf\x2d\xcd\xd4\x40\xc3\x07\x44\xe1\x12\xc4\xba\x66\x72\xd8\xf6\xdb\x36\x7b\x77\xef\x98\x0a\x23\x8b\x2f\x4a\xd9\x1a\xdf\x56\x74\xc0\x2d\x59\xf5\x0f\x5f\xb9\x9f\xe6\x53\x5f\xdb\xe7\xd5\x7b\xf8\xc2\x1d\xe7\xd3\x78\x66\x19\xff\xf2\xf4\x8f\x8f\xdf\x7e\xbc\xd8\x96\xf5\xe5\x29\xfe\x84\xf4\x6f\x2c\x0b\xb2\xf3\x02\x48\x21\x5d\xda\x48\x0a\x8e\x6d\xf0\x18\x9b\x30\x1d\x9a\x10\xc3\x77\x53\xdc\x30\x37\x5b\xc2\xa8\xd8\xa7\x1b\xc5\x31\x6b\xa5\xfe\xbb\x5a\x48\xc1\x6f\xde\x0f\x5a\x48\x40\xd3\xae\x33\x31\x67\x01\xc2\x7c\x06\x0e\xbd\x2f\xbb\xa0\xc1\xe8\x7e\xc2\x72\xcb\x72\xb6\xd9\x40\xb0\xf3\x3b\x9b\xed\x21\x97\x8a\xb1\xc5\xdf\x5d\x95\xd0\x73\x5c\x9f\x88\x79\x40\xe9\x89\x75\xe6\xfe\xc8\x51\x7c\x4f\xa0\x83\xa8\x51\xc1\x78\x0a\x92\x52\x67\x03\x75\x5e\x63\x89\xc4\x21\xfb\x87\xbf\xc7\x61\x59\x9f\x0e\x0b\x7b\xf8\x92\xb6\x7e\xe0\xd5\x85\xac\xaa\x2c\x1b\x01\x17\xb4\x44\x65\x87\x33\xd7\xe8\x8f\xeb\xa4\x57\x5c\xed\xf1\x5a\x8a\x0d\x0e\x19\x54\x81\xf3\x98\x13\x40\x1e\xa7\x36\xd0\xde\xc7\x4d\x1b\x7e\x6b\xd3\xea\x05\x4d\xbb\x8e\x00\x74\xb1\x19\xc2\xdb\x96\xf8\xfc\xee\xc6\x97\xa7\x1f\xbe\x7e\x79\xfc\xe5\x3b\x46\xd3\x13\xd2\xbf\x35\xe7\x8d\xdf\x34\xe7\x01\xdb\x1c\xd1\xec\x0c\x96\x19\x40\xd3\xeb\xcc\x16\xc2\x60\xfb\x07\xff\x6a\x48\x37\x3e\xd9\x71\xce\x48\x10\xe6\x44\xc1\x29\xe8\x03\xb7\x15\xc3\x57\x0e\xd9\xf4\xc0\xfd\x3f\x7d\x16\xe5\x8e\x07\x6f\x4a\x31\xcd\xa5\xf4\x12\xe2\xa4\x85\xb4\x02\x18\xbd\x1d\xa6\xcd\x1b\xe8\x1e\x91\x7e\xbb\xc9\x82\x5d\x94\xaa\x1e\xe4\xcf\x33\xa0\xfe\x25\xb3\x72\x04\xc9\xa9\x0d\xf0\xb2\x69\xff\x3f\x7b\x66\xf6\xbe\x74\xfd\xbd\x9d\x29\x1e\x91\x62\xf5\x74\xdc\x9d\x36\xf1\x30\xda\xac\xcf\x8b\x36\x2a\x2b\x58\x29\x70\x40\x5c\x00\xfe\xf0\xfe\x80\xa5\x4f\x18\x27\x1e\x74\x97\x5b\x5d\x47\x50\x24\x1f\x4f\x78\xcb\xa8\x69\x47\xb6\xbb\xa3\xcf\x5d\x4b\x5a\x46\x69\x54\xa7\x58\xa8\x63\x7b\xce\xe6\x19\x18\x69\x10\xad\x59\x63\x1d\xd4\xaf\xb8\xdb\x88\x1f\x3d\x0c\x1b\x93\xa3\x07\xb5\x56\xe0\xa2\x00\xcd\xb3\xb2\xda\xc1\xcf\x58\x1b\x81\xd9\x3e\x65\x82\x1d\xce\x7f\x9c\xaf\xe3\xd4\x7f\x4a\xc1\x89\x4d\x06\x8d\x90\x85\xba\x35\x94\x84\xed\x43\xaf\x33\xca\xe7\x01\x2b\x3b\xfe\xde\xc0\xb2\xd4\xb4\x25\xf6\xdd\x71\x3d\xdb\xab\x2f\x25\xd3\x58\xdb\x61\x4a\x1e\xd8\xc7\xa0\xc8\x9a\xbb\x4e\xa7\xb2\xda\xd5\xa6\x52\x9d\x7b\x62\xf5\x41\x67\x1d\xa7\x3d\x3f\x44\x69\x36\xcb\xd5\x62\xa3\x32\x83\x90\x80\xad\xef\x33\x0d\x3f\x83\x97\x47\x48\xf8\x6d\xef\x80\x04\x69\xfe\x75\x7b\x19\x30\xee\x7e\x36\xdf\x17\x36\x79\x7a\xaa\xe0\xf7\xf9\xaf\xe7\x7b\xdb\xed\x77\xf7\xb6\xf5\x1b\x9a\xbd\xec\xe8\xbc\x0a\xf5\x20\x19\xad\xb9\x6d\x13\x34\x07\xbc\x66\xd1\x1c\xe8\x0d\x6b\xeb\x22\xba\x94\xd3\xf5\xaf\xa7\xbb\x9e\xa4\xdb\xce\x76\x97\x35\x8b\x4f\x8e\xd0\xbb\x04\xec\xd7\x40\xf4\x28\x08\x80\x01\x61\xf1\xb9\x89\xb0\x61\x5f\x95\x31\x06\x02\xc6\xc0\x3c\x0f\x84\xcd\x04\x7b\xcd\xd6\x61\x94\xda\xf5\x90\x93\x9d\x5d\x4f\x76\x26\x49\x6b\x7b\xa9\x79\x73\xda\x86\x81\x75\x7e\x40\x0b\xe0\xc5\xbd\x47\xfe\xf6\x4e\x5e\x2a\xe5\xed\xed\x39\xce\x77\x46\xfc\xfc\xfc\x00\xff\x0e\x58\xa4\xf5\xef\xa0\xb3\x3d\x5d\xea\x00\xf0\xf4\xcb\x1b\x3e\xdf\x3f\xdf\x6d\xa1\x3a\x13\xd5\x16\x2a\x26\x62\x41\xa3\xc0\x4c\xde\x6c\x72\x8e\x78\x71\x77\xdc\xce\x03\x25\x6b\xa0\x39\xb4\x9b\x06\x60\xfc\x54\x6c\xb4\xf6\xba\x92\x02\xbc\x90\x46\x0d\xd1\x8d\xb5\x82\x17\x7b\x04\xad\xf0\xab\xc7\x79\x9d\x75\x28\xa4\x0d\x48\x7b\xa5\x89\x4d\x05\x52\x81\x19\x44\xf3\x20\xc9\x41\xb5\x07\x6d\x30\x22\xab\xf6\xc9\xe6\xb7\x0e\xa7\xfe\x61\x6a\x7e\xdc\x15\x2d\x62\xb3\x8f\xbb\xfb\xa9\xe7\x3a\x99\x74\x94\xec\x2d\x6a\x03\x8a\x09\x4a\xd2\x13\xa5\x8e\x5f\x4a\x2c\x24\x39\x02\xab\xbe\x38\xa1\x0d\xf0\x5b\x66\x33\x81\xf5\x69\x71\xa2\xb0\x3c\x28\xb1\xdf\x13\xf6\xee\x7f\x42\xbe\x70\x17\xa8\x7e\x3d\xe0\xfa\x54\xe0\xa9\x4d\x25\x07\x9c\xcd\xf9\xce\x56\x12\xe4\xeb\xe4\x61\x88\x18\xf5\x7b\xe2\xde\xfd\xcf\x0f\xd2\x24\xa4\xff\xbe\xe5\x3f\xee\xac\xf7\x3f\x5d\xc8\x91\xf0\x60\x29\xdf\x32\x6b\x6c\xb9\x49\x67\xee\x87\x9c\xa8\xd9\xac\xa4\xa6\xb5\x83\xe4\xc1\xf7\x09\x5a\x98\x3f\x36\x6e\x42\x20\x6a\x4a\xd7\x00\xc9\xbc\x02\x4f\x50\x8a\x2e\x39\x59\x1f\x17\xec\x64\x14\xe2\xbe\x62\x66\x02\x2a\x6d\xa7\x51\x27\x19\xd4\xc4\x96\xde\xd6\x42\x6d\x54\x40\x06\xd6\x73\xe0\x04\xb8\x93\x92\x29\x8f\xe7\xf7\x3a\x0a\x2c\xa8\xd7\xb9\x2b\x75\x01\xe1\x9b\xa8\xd3\x4a\xd5\x8a\x70\x31\x69\x33\x54\x50\xd1\x95\xcd\x57\x9c\xdd\x7b\x84\x27\x45\x4c\x18\x4c\x15\xcd\x01\x68\x0b\x5e\x06\x4f\x80\x8b\x51\xbf\x29\x09\x0e\xee\x28\xe1\x55\xe1\xba\x2d\x78\x49\xdd\xb1\x95\x36\x45\x70\xe8\x70\xae\x69\x8a\xa3\x39\x79\x7c\xab\xa1\x21\x12\xac\x01\x4e\xee\xa9\x61\x5b\xcd\xbf\x6c\xfe\xe2\xe6\x62\xdc\x7c\x89\x9b\x2f\x80\x2b\x1e\x60\xd3\xe2\xd2\x48\xea\xca\x46\xf7\xc8\x21\x83\xf5\xa5\xdb\x63\x8b\x90\xc8\xc4\x26\x7c\x50\xae\xa6\x0c\x81\x0f\xc8\x77\x97\xea\x0c\x5f\x8a\xc8\x8a\x3c\x32\xf5\xbe\xb2\x6a\x04\x1d\x5f\x2d\xce\xa3\xa6\xa4\x05\x9a\x96\x09\x4c\x4d\xfd\x3e\xd0\x4b\x8c\x95\x3d\x22\xe2\x11\xfe\xe4\x88\x27\xdb\xda\x01\xbc\xd8\xaa\x31\x5b\x2f\xe4\xee\x5d\x37\x23\xc2\xad\x8c\x55\x11\xd2\x1c\x1d\x23\x13\xec\x54\x26\xa8\xc9\x24\xc4\xa6\xa1\x48\x0f\x95\x78\x44\xec\x29\x9a\x42\xd5\xfd\xd4\x01\x99\x01\xda\x14\x84\xd8\x23\x8a\x90\xef\x58\x21\x9b\xa0\x73\x24\x81\x9d\x5b\xee\x13\x42\x1b\x81\xb0\x9d\x89\x5d\x98\x01\xe3\xda\x6c\x19\x3a\x31\x26\x7e\xf9\x78\xe1\xfe\x0a\x92\xbe\xe1\xda\xb7\x9d\xc4\x47\x0d\xda\xd3\x32\x4b\xba\x85\x8f\x4f\x96\x3d\x6c\xba\x23\xf7\x8f\x6b\x6e\xe7\xc3\x90\xb4\x5f\x8f\xba\xce\x45\x9e\x1f\x06\xe6\xd6\x25\x4b\x5f\x67\x78\x63\x23\x36\x29\x8b\x09\xdd\x6b\x41\xa8\xf7\x29\x10\xbb\x65\xe4\x8a\x42\x9c\x45\xc0\x7b\x7e\xff\x36\xb2\x1e\x50\xc1\x4f\x43\xeb\xf1\x5c\x3e\xe9\x3d\x4a\xea\xdb\x30\xb5\x0c\xd8\x50\x9b\x03\x67\x8b\x37\x00\x28\xb4\x9f\xfd\x75\xb6\x94\x67\x57\x06\xfd\xe7\x38\x07\x79\x39\x7c\xc5\xf9\xdf\x37\x41\x60\x19\xc0\x9d\xb8\xee\x39\x2f\xb5\xcf\x04\x22\x27\x7f\x75\x0b\x77\x6e\x3b\x90\xee\xec\xb6\xef\xb5\xf6\xa5\xf6\x33\x3f\xbe\xec\x47\x97\x11\xfd\x3e\xdc\xbf\x41\xf3\xcb\xfc\x87\x52\xc6\xc6\xee\x3b\xea\xbf\x9b\xfd\x10\x93\xd3\x00\x01\x09\xd0\x2e\x64\x66\xea\xb3\x24\x29\x66\x84\xca\x4d\x7e\x1d\xb4\x6f\xf6\x88\x14\x66\x86\xe0\xc8\xd2\xe1\x6f\xe7\xee\x76\x7b\x8f\x79\x3a\x78\xcc\x61\xf9\x0e\x8b\x77\xa2\xc6\xff\x61\x75\x77\x21\x52\xfa\xc3\xfd\x32\xfe\x68\xa9\xdf\xe0\xc5\xbc\xd3\x3f\xba\xf2\x65\xf6\x8c\xfc\x3d\x6f\xfe\xe0\x4c\xba\x7f\x7c\x05\xfe\xeb\xe3\x6a\xf5\xf1\xd3\x87\x7f\xfa\xdb\xfd\x85\x36\xed\xfb\x65\xfc\xe2\xf7\xc4\xfb\xbf\xdd\x3f\xbd\x55\x9b\xe5\x0f\xac\xcd\xf7\xbd\x83\x34\x2f\x45\xb1\xb7\x02\x05\x30\x34\x01\xf0\xb5\x96\x1a\xc9\x64\x87\x1a\x19\x2a\x89\xe0\xb3\x3b\xa9\x66\xdb\xab\x13\xeb\xf7\x07\x35\x63\x19\x52\x8f\xa6\xe2\x9a\xda\x43\x35\x76\x68\xd9\xf0\x28\x44\xe6\x40\xc9\xf1\xb3\x82\xe8\xe6\xe2\x96\x99\xb6\x75\x5f\x7c\x9a\xfd\x17\x9b\x7b\x2f\x3e\x3f\x88\xa8\xc3\xc5\x76\x3d\x33\x5a\xa4\x9f\x1e\x2d\xf0\x97\x10\xdf\x83\x31\x91\x73\x3f\xdf\xf0\xf7\xf8\xee\x2f\xbb\xd5\xc3\xe3\x97\xbf\x5d\xd8\x9d\x2c\xe9\x1b\xf1\xdb\x79\x83\x22\x51\x35\x41\xc8\x1c\x7a\x0b\xef\xd8\x93\xfe\xaf\x59\xae\xb6\x4e\xaf\x80\x2d\x70\x20\xba\xba\xce\x4a\x43\x27\xee\x70\x35\xae\xe0\xb8\x12\xb0\xba\x67\x70\x9b\xa4\xfa\x14\x39\x9b\x8c\xde\x4d\xfa\xd9\x5c\xbc\xcd\x92\x96\x55\xd3\x3a\x8e\xee\x9b\xf0\xb0\xb5\x50\x65\x7b\x1e\x32\xb0\x13\xcf\xc0\xee\x87\x7f\x74\x09\x9b\x6b\xbe\xbb\x0a\xa0\xf0\xaa\x58\x83\xab\xae\x59\x3a\x1c\xa7\x43\xba\xec\xea\x7b\xb8\x1e\xd9\x37\x8f\xeb\x98\xb7\x99\xf7\x76\x92\x23\xd7\xa7\x03\x86\x89\x5b\xbb\xc1\xe4\x84\xbf\xbf\x3b\xec\x35\x46\xbd\x4e\xeb\x97\x28\x3a\xef\xef\x3f\x3d\x7e\xb9\xbb\x74\x21\x45\xda\x37\x74\xea\x9d\x2b\x06\xc2\x74\xfb\x6b\x9b\xf1\xaa\x4b\xab\x77\x98\x6e\x4f\x04\x93\x3f\x8c\x6a\x4d\xf3\xdb\xef\x87\xab\xcc\x7f\x65\x01\xba\xcd\x3c\x67\x1c\xd5\x7f\xa8\x09\x3e\x1c\x76\x7c\x42\xf7\xaf\xb3\x47\xfc\xd6\x8d\x7c\x87\x81\x10\xe1\xdc\x7d\x26\xa3\x82\xc0\x09\x1c\x7f\x5f\x46\xea\xf0\xa8\x76\xfc\x7d\x19\x99\x80\x8c\xdd\xdf\xdf\x9b\x11\x80\xee\x1c\xee\xee\xf7\x65\x84\x61\x1e\xfc\x68\x8a\x82\xe5\x63\x27\x55\x9f\xbe\xf3\xcd\x5c\xa6\xb3\xf7\xf3\x4c\xd2\xa9\x3c\x0a\x48\x00\x64\x13\x16\xb2\x9f\x45\xb0\x39\xb3\xc8\xd9\x5e\xf3\x5a\x7f\x6b\xf5\xda\x54\xbf\x5d\x18\xc5\xfe\x64\x7c\x36\xc7\xeb\xf3\x88\x00\x76\x07\xe8\x4d\xc5\xf9\xb3\x66\x92\xdd\x81\x08\x0b\x00\xad\xf2\xb9\xc2\x9c\x45\xc6\xe0\xfa\x7d\xa0\x11\x56\x1b\x88\xc6\xb0\x0a\xf3\xb2\xa4\x2d\x87\x97\x53\x78\xfd\xa6\xca\xd2\x13\x0b\xe5\x97\xe9\xdb\xc5\x2b\x25\xd2\xbe\x65\x9e\xce\x7b\xde\xbd\x92\x4c\xe5\x81\x45\x1a\xb6\xe9\x6e\x42\x43\x71\xfb\xa8\x13\x09\x97\xc8\x20\xcb\x07\xda\x71\x68\x24\x11\x46\x6d\x25\xe7\xa3\x0c\x79\x90\xa9\x77\x96\x26\x93\xc0\x12\x41\xc3\xde\xd8\x4d\xcc\xd8\x61\x65\x72\x52\x88\x25\x5c\x55\xaf\x44\xc6\xbc\x51\xc6\xa6\xbc\x07\x91\x1c\x06\x99\x52\x09\xfb\x31\x95\x38\xa8\xda\x23\x32\xc8\x68\x4d\xb0\xe8\x57\xdc\x5b\x28\x95\x1c\x74\x2b\xef\xb6\xc7\x9f\x22\x4c\x06\x40\xf4\x51\x4b\xaf\x57\x0d\xac\x94\x96\x73\x6d\x20\x53\x46\x7a\x1a\xf6\x90\x50\x33\x5e\x07\x60\x4d\xc3\x43\xc2\x24\xa4\x6b\x16\x6a\x57\x05\x2e\x6b\x04\x36\x2e\x67\x69\xce\x41\x7d\x9f\x78\x8e\x47\x6a\x1c\x54\xc3\x10\x92\xc9\x72\x15\xec\xc4\x65\x1a\x20\x67\x2e\x56\x4c\x08\x46\x10\xc0\xac\x33\x65\xc7\xbe\x4c\xc0\x84\xe8\x54\x00\x1a\x04\x28\x88\x11\x40\x00\xa5\x88\xc6\x4a\x69\xc3\x7d\x71\x99\x6d\x3d\xd7\x75\xae\xdf\xb1\x83\x93\xeb\xd2\x01\xf6\x2e\xdd\x5b\xc8\x75\x6d\xdd\xa0\x4e\x75\xde\x48\x2d\xe0\xaa\x6a\xec\xe5\x8e\x28\xf7\xf3\x43\xc4\x34\xe7\x3d\x88\xc3\xc1\xde\xdf\xd3\x2b\x7b\x7f\x87\x7b\x86\x2f\xbb\xfc\xd7\xfb\xc7\x0b\x5d\xab\x90\xf4\x75\x6b\x4b\x2b\x9b\x0e\x5f\xe0\x69\xdc\x17\x92\xa8\x27\x69\xb0\xfa\xd5\xd4\xca\x58\xe4\x4e\x2d\x49\x55\x90\x28\xa7\x26\xba\x00\x0c\x46\xe2\x96\x63\x65\xca\x29\x33\x2f\xb8\x37\x6a\x29\xb5\xb6\xa8\x34\x46\x1f\x79\x21\x94\x46\x6e\xb2\x30\x99\x2e\xa9\x2c\x74\x61\x92\x5f\xaa\x25\x2f\x0a\x95\x91\x6b\x07\xd7\x4f\xe5\xd2\x17\xdb\x13\x0f\xa9\x1e\xa4\xa3\x17\x5d\x88\xd0\x48\x1e\xad\xc4\xa9\x2e\x54\x48\x46\xcd\x25\x76\xa1\x3a\x92\xb6\x05\x10\xcc\x46\x89\x60\x5d\x6d\x9d\xc7\x42\x58\x49\x53\x36\x81\x7e\x8c\xd1\x75\xc1\x28\x46\x8e\xe0\x6a\xae\x63\x01\xb6\x72\x3b\x2f\xba\x00\x62\xd6\x28\xef\x78\x28\xf5\x9c\xb4\x2e\x76\x67\x1e\x89\x5e\x1a\xa5\x5e\x16\xdc\x06\x29\xa7\x34\x26\xe4\x5a\x22\x2f\x84\x34\x95\xde\xa3\x78\x2e\xda\x62\x5e\x54\xa6\x32\xc6\xd0\x58\x06\x8d\x54\x74\x2c\xd8\x3a\x45\xcb\xb6\x62\xd8\xe8\x4b\xda\x32\x8a\x98\x5b\xd6\xec\xc5\x1e\x5d\x50\x11\x73\x35\x6c\x2b\x01\x2f\x2f\x4d\x51\x1b\xa3\xf7\xc9\x32\xcf\x85\x17\xe0\x99\xae\x7d\xf3\xdc\x05\xb8\x4f\x72\x45\xad\xca\xb0\x5a\x46\xba\xab\xdc\x06\x65\xed\xdc\x17\xb9\x50\x4a\xa5\x96\x85\xc2\xcc\x97\x9a\x2e\x58\x28\x27\xe9\xbc\xd0\xc1\xc4\xd2\x86\x52\x4b\x43\xf8\x1d\x57\xe2\x9e\xa5\x2c\xb6\x27\x5e\x9c\xa3\xfe\xf1\xd7\xf7\xd9\x46\x73\xe1\x05\x7c\xc2\x92\xa4\xf6\x0e\xc1\xa8\x3d\x29\x2f\x76\x67\x1e\x21\x0f\x37\xb2\x96\x2a\x2f\x54\x3b\xa5\x84\xaa\x06\x9a\x58\x69\x79\xef\x6c\x46\x22\x38\xce\xf9\xaf\x0f\x71\x9b\x23\x70\x82\xc7\xa8\xce\xe4\x67\xa9\xe6\x4f\x34\x58\x9c\xbf\x6d\x52\xc1\x7e\x6e\x7d\xd8\x3f\xfc\x55\x76\xa5\x91\x6e\xa5\x11\x6d\x7f\x7d\xd8\x64\xd3\x86\xdd\xe8\x60\x3d\xad\x20\x14\xdf\x4f\x3c\xff\xcd\x57\x3f\x19\xdd\xea\x2b\xe9\x68\xa8\x2f\x3f\xd9\x34\x5f\xa6\x51\x4b\xe3\x45\xae\xf6\x10\xd6\xf6\x22\x1c\xff\xe3\xf4\xe5\x71\x5a\x7e\xbc\x30\x52\x6d\x93\xfa\x0d\x67\xab\x9f\xb6\xfb\xf9\x5c\x61\xfd\xe4\x73\x56\xcd\x6b\x5b\x85\xcf\x19\x2b\x77\x88\x4f\xc7\xb6\x4a\x11\x3d\x67\x04\x35\x01\xbb\xf4\x35\xcb\x5d\x0d\x1b\x88\xa3\x1a\xea\x32\x72\x5f\xd7\xe3\x6b\x2a\xb7\xbd\x2f\x75\x2f\x6d\xa8\xa1\xae\xeb\x92\xfb\xe1\xa5\x99\x68\xe2\xd2\x5c\x61\xe8\xfc\x9f\x97\xed\xfb\x9c\x42\x6e\x75\xa9\xb2\xd6\x7e\x9d\xd3\x7e\x56\xb1\xae\x63\xbd\xae\xc7\x97\xf8\x20\xdb\x68\x99\xae\x63\x3d\xbc\xf6\xfc\x00\x0c\x9c\xff\x97\x73\x3d\x35\x2c\x3f\x2f\x1f\x3f\x5d\xe8\xb8\xb5\x4d\xfe\x3a\xbf\x29\xe7\xb4\x0d\x18\x71\x3a\xdc\x33\xb2\x31\x4c\x33\xf8\xcd\x2f\x3b\x45\x6e\x1c\xf5\x87\x9e\x66\xa9\xbe\x7b\x17\x03\xc8\xde\x29\x69\x1f\xf6\xce\xc8\x35\xbd\x82\x1e\x86\x4d\x84\xa6\xd4\x11\xb1\x30\xc0\xd5\xdc\x5d\x78\x69\x03\x7b\x8c\xb9\x5f\x8d\x4a\x8d\xad\xdb\x51\xc7\x18\xcf\xdc\x88\x19\xc3\xbe\x24\xca\xb7\x2e\x22\x7f\x8f\x8a\xa2\x89\x30\x21\xf5\x41\x15\xae\x85\xa3\x05\xae\x83\x4a\x09\x0c\x3a\x54\xa6\x3a\x6e\xb5\x2a\x34\xa3\x33\x4e\xff\xa7\x35\x15\xab\x8f\xd3\x9a\xca\xd9\xc0\x82\x62\x6a\x4c\xa6\xd6\xae\xa4\x17\x70\x8d\x30\xbc\xab\x01\x1a\xa2\x26\x16\x83\x22\xb5\xd4\xdd\xfe\xc7\xb1\x51\xe0\x6c\xef\xb9\x38\xea\x68\x7b\xc7\xcb\xa8\xa3\xe3\x4e\x94\xa7\xad\xf3\x5f\xc6\x6e\xc2\xff\x36\xf0\x9f\xde\xc0\x6f\x8c\xd7\x65\xec\x85\x72\x86\x33\x9b\x93\x4b\xc2\xdd\x9f\x4a\x9f\x4f\xfb\x5c\x3c\x25\x85\x4a\xd4\x23\x20\x77\xed\x97\x6b\x69\xe2\xf1\x1e\xff\xf5\x79\xfc\xfe\x49\xe7\xb5\x91\xf0\xc3\xea\xee\xe9\x42\xb3\xe4\xc1\x70\x88\x4f\x76\xe3\x5b\x06\xee\xb1\xc5\x7a\xcc\x00\x71\x2d\x9d\xf8\x06\xfe\x8c\x35\xe4\x5c\x29\xe7\x2b\xed\x60\x9e\xc8\x0c\x76\x65\x50\xff\x74\xb5\xe2\xe3\xf4\x95\xf6\x7f\x6b\x84\x71\xa3\x21\xd1\x84\x3d\x53\xab\x51\xd9\x4d\x40\x63\x0c\x1c\xa2\xe2\xbe\x66\x32\x65\xe2\x38\xe0\x68\x0c\xc0\x0f\x12\xf1\x53\x19\x54\xdb\x32\x6a\xa6\xda\x56\x51\xe1\x99\x2d\xd7\xea\x06\x96\xdf\xd5\xa8\x7f\x50\x1e\x67\x3a\xc6\x53\xdc\x90\xb4\x3b\x27\xfb\x5a\x0b\xe5\x7a\xa3\x05\xc3\x8b\x72\xbb\xca\xdd\xe4\x46\xa1\x04\xd2\x54\xcd\x11\x0e\x7f\x4e\xe8\xcd\xfd\x06\xf1\x56\x19\xac\xd4\x9e\xc8\xd2\x8b\x25\x52\x0c\x51\x4b\x64\x1d\x6d\xac\x4a\x07\xa1\xb2\x16\x90\x56\x55\x6b\xb5\x82\x20\xe3\x46\x29\x07\x05\x50\x8d\x90\xd6\x28\xd4\x79\xc5\x36\xf1\x44\x29\x24\x6d\x2a\xa4\xa0\xf6\x6d\x96\x0a\xd4\xdd\x49\xa2\xc3\x03\x0b\x69\x79\x06\x35\x87\x56\xdd\x4d\x14\x7d\x62\x07\xc6\x43\xe4\x4c\xa6\xd9\xb9\x22\x5b\x03\xc7\x4e\xa9\x03\x07\x09\xbb\x14\xee\xb5\xd1\xac\xc5\x4c\xc9\x65\xea\xf0\x21\x03\xde\x4a\x29\xd4\x4b\x2c\xa4\x25\x0e\xeb\x78\x51\x3b\x5c\x8e\x98\x01\x68\x99\x98\x7a\x01\xef\xa7\x28\x53\xe6\x75\xa5\x5e\x2e\x99\x34\x9d\x52\xe1\xcf\x9d\x35\xcf\x0f\xe4\xdf\x34\x8a\x2f\x18\xc1\x9c\xf9\xc4\x08\x5e\x45\x2e\xcd\x46\x94\x30\x8d\x8a\x11\x5c\x19\x23\x98\xf3\x3c\x82\x8b\xf5\xa6\xbf\x8b\x11\x7c\x5e\x6c\xfb\x1f\x3a\x50\x9a\x0d\x94\xea\x3b\xa6\x22\xd6\xdb\x95\x0a\x70\xd8\x6d\xe2\x70\xb6\xba\x44\xcc\x36\x52\x5a\xfe\x7f\x68\xa4\x3c\x4d\x8f\x9f\xbf\x43\x75\x40\xf2\xd7\x75\xfa\xca\x69\x0f\xd4\x2a\x4b\x5a\xb2\x9c\x7d\x09\x3d\xff\x0e\x4b\x3e\x8b\xb2\x54\xf5\xcc\x7e\xf0\xf9\xa0\xdc\xaa\xe7\xab\xf7\x1c\x32\x14\xdc\x0f\xce\xe1\x82\xa7\x79\x83\x91\x49\xc6\x95\x8e\x4c\xa2\x41\x39\xd3\x18\x1e\xf7\x53\x07\x89\x9f\x21\xde\x80\x53\xa1\xde\x63\x07\xa1\x1a\x8f\xed\xdf\xba\xea\x04\x64\xfe\x79\x83\xa8\x34\x5b\xd7\x9c\x85\xb4\x3f\xc5\xed\xd7\x38\x5f\x7a\x05\xe9\x28\x9c\xc1\x0a\x3f\x5d\xc5\xe1\x0c\x34\xd1\x43\xcc\x15\x2e\x0b\x26\x4c\x63\x91\x4d\xa1\x63\x01\xde\xb0\xd7\xcd\x8b\xaf\x2f\xca\xf8\x77\xcd\x49\x27\x5f\x91\x53\xec\xc1\x7f\x00\x2f\xde\x94\xc0\xa6\x17\xfc\x7e\x70\xe3\xbd\xe8\x85\x9f\x2e\x04\xf2\x7d\xb0\x94\x6f\xb0\x58\xd5\xbe\x67\x4f\x92\xd4\x5f\x03\x2a\xcb\x72\x0e\x38\x2d\x77\x3d\xd3\xf5\xe6\x7d\xa4\x93\x00\x5f\xa7\x5e\xec\xea\xe3\x97\xe9\xd2\x08\x45\x4b\x1f\x27\xdc\xf0\x86\xd7\x61\xd9\x6c\x73\x4b\xa9\x70\xb4\x19\xa8\x5b\xff\xbc\xc8\xd1\x66\x64\x4f\x19\x40\x79\xab\x41\xc6\xde\xa6\xc5\x6e\x07\x61\x47\xd9\xb3\xdb\xc8\x88\x2c\x4b\xa9\xba\xdd\x83\xd8\x6d\x5b\x6c\xd9\x67\x76\xdb\x12\x01\xa0\x7e\x2f\xf7\xc2\xec\x5d\x7f\xf8\x8f\x6f\x77\x5f\xbe\xa7\x6e\x9e\x70\xc3\xeb\x3d\x80\xb5\xee\xf1\x98\x99\x6c\xda\xaf\x40\x95\x85\x6d\xd3\x02\x3a\xaa\xd0\xd3\x1e\x07\xf0\xa5\x2c\x5b\x5b\x77\xce\x23\x4a\xb2\xf7\x43\xfe\xd4\xea\x1b\x27\x7a\xd6\xd7\xaf\x17\xb2\x97\x3d\x20\xe9\xeb\x55\xd6\x7e\xdc\x32\xdd\xd7\x1e\x94\xeb\xf5\xec\x77\xb9\x99\x2b\x65\xcb\xaa\xed\x93\x38\xb6\xc8\xf6\x20\x03\x30\xc1\x6c\xe6\x17\xd9\x11\x6b\xfb\x54\x1c\x3d\x83\x8d\x57\x42\xb1\xc5\x74\x10\x4f\xa0\x9f\x80\xd3\x7c\xac\x88\x68\x1b\x71\x24\xe2\xd0\x21\xc9\x24\x1a\x41\x0a\xa4\x15\x44\x8f\xc2\x17\x27\x36\x4b\x38\xbc\x2e\x0b\xc2\x04\x05\x22\x50\xbf\xca\x4a\x62\x2d\x09\xc4\x06\x09\xa3\x9b\xb2\x8c\xd8\xba\x4a\x7a\x53\x6c\xdd\xcf\x5d\x97\x39\x8d\x55\x13\x2a\xb1\xb7\x49\x84\x1a\x0a\x11\x78\x78\x11\xba\xc9\x4c\xe9\x44\xd8\xc7\xe3\x8f\x1f\x2f\x1d\xc5\x48\x7a\x68\x17\x91\x63\x01\x72\xcb\xea\x84\x80\x83\x6d\x17\x4d\xee\x1d\xe6\x5d\x6f\xcf\x14\x7e\xd4\x43\x37\x26\xed\x17\x3d\x74\x6b\x05\x3f\xee\xa1\x40\x33\xea\x7f\xbc\x47\x21\xde\xf5\x62\xcb\x11\x52\xbf\xb4\x1a\x1d\xd7\x4e\x9e\x7e\xfa\xef\x59\x3b\x0f\xd8\x4e\x4d\xfd\xd4\x20\xae\xe9\xd4\xfc\x70\x5b\xd3\xc9\xe9\x21\xa5\x53\xd3\x43\x3e\x81\x8b\xf2\xf8\xe9\xfe\x6f\xff\xf0\x71\x75\x61\x98\x87\xa5\x8e\x3f\x7e\x5c\xad\x5e\x57\x70\xd2\x4f\x9b\x39\xb4\xa6\x1e\xaa\xbe\xe2\x65\x27\x67\xc1\x47\x4b\x3b\x0b\x3e\x7a\xd6\x9d\xef\x19\x74\xac\x29\x61\xf2\x70\x8c\x86\x1d\x96\xa4\x07\xd0\x5f\x83\x5e\x35\x8a\x6c\x30\x34\xa7\x34\xe3\x38\x6c\x12\xcd\x6e\x8a\x08\xe6\x81\xa3\xbd\xaa\xc3\x1a\x77\xa0\xb8\x0f\xec\x55\x8f\x1a\x66\xfd\x07\x70\x41\x62\x17\x70\xf9\xe9\xd0\x82\x34\x5b\x8f\x32\x40\x87\x72\x30\xad\x3a\xc1\x64\x6d\xb9\x2b\xb0\x3c\x1d\xb8\x33\x17\x2f\xe5\x16\xdf\x12\xd8\x9e\x28\xe8\x0c\xb0\xb1\xf5\xee\x44\xa2\x1d\x00\xe8\xb9\x26\xbd\x7c\x5c\x6d\x5a\xf5\xc5\xd8\x7a\xd1\xb2\xf9\xa7\x8d\xea\x0a\x43\x62\x47\xac\xc0\x3a\x02\x40\xf5\x48\xa6\x5b\x82\x23\xab\x23\xd8\xd0\xa4\x66\x60\xaf\xcc\x3a\x51\xe6\xa0\x94\xb2\xa9\xbc\xd6\xaa\x9c\x48\x5e\xf2\x4c\x20\x6e\x7e\xc3\x33\xf1\x0a\xcd\x44\x0a\x3b\x9a\x89\x15\x69\x8b\x94\xf9\x76\x2e\xda\xa5\x42\xa5\xf5\x83\x0b\x65\xd5\xe7\xff\xfe\x9d\x7a\xc8\x34\xf7\x5d\xeb\xb1\x50\x5c\x8b\x9d\x30\xdb\x95\xca\xd4\x37\x2a\xbc\x5d\xf1\x1f\x9e\x06\xc0\xaf\xd9\x09\x54\x58\x9c\xd9\xa4\xb7\x68\x0a\x37\xa3\xff\x3b\xb6\x0f\xc8\x53\xff\xcc\x7e\xfd\xef\x77\xeb\x4b\x97\xd2\x6d\xc7\xfe\xf5\x6e\x7d\xff\x96\x59\x75\x13\x47\x51\x85\x4d\xc9\x29\x4a\x5a\xaf\x4a\x17\xd8\x23\x00\x33\x5e\x34\x9b\xe6\x9d\x25\x94\x04\x34\x2e\x28\x07\x92\x09\xac\x6d\x0c\x84\xe8\x0c\xae\x97\xac\x31\x83\xb3\x75\x3e\x4f\x6e\x8c\xac\x0e\x80\x43\xc0\xb1\x42\x90\x54\xa6\x66\x9d\x4b\x5b\x64\x04\xd9\x8f\x02\x5b\x1c\xc0\xbb\xfc\xf4\x8a\x0b\x25\x0d\x20\x95\x19\x88\xe1\xb3\x0e\x9f\xa8\xf3\x3a\x73\x23\x01\xf8\x2c\x22\x07\x1b\x09\x38\x2b\x41\xda\xdd\x4d\x26\xc7\x1b\x34\xfb\x4d\x5b\xa6\xce\x61\x54\x52\x5b\xcf\x12\xc8\xf4\x04\xa7\x93\xbf\x01\x20\x90\xaa\x95\xb6\x02\xc2\x11\xe5\xe7\xcd\x17\x7f\x81\x80\x17\x08\xf6\x02\x01\x2f\x00\xd7\x72\x1b\x48\xda\x80\x99\x61\x2f\x10\xd8\x63\xe0\x10\x43\x85\xd3\xe6\xd0\xc8\x59\x00\xa6\x94\x09\x63\xc1\xce\x33\x53\xe7\xdb\x9e\x69\x64\xf0\xdf\x45\x7b\x11\x53\xbd\x01\xb4\xe4\x91\xf2\x1d\x42\x9c\x36\x0c\x03\xce\x88\x56\x73\xa8\x44\xd4\x8b\xb2\x9d\x22\xda\xb5\x8a\x95\xa5\xd3\xc8\x57\x20\x6d\x9b\x39\xeb\x50\x77\x6c\xc5\xc5\x9e\x8f\x9f\x81\x1f\x48\xdb\xf3\x43\x0a\xd2\xcb\x3a\x6a\xa3\xd6\xa7\x0c\x9e\xf3\x64\x39\x71\x0f\x26\xda\xb5\x19\xc4\xb9\xda\xcc\x25\x42\x25\x47\x2b\x73\xb4\x9e\x80\xf8\x33\x8e\x48\x60\xaf\x55\xe5\xf9\x3d\x70\x83\x8a\xfc\x89\x8b\x86\xa0\xa4\xc0\x6f\x90\xa8\xe0\x92\x2e\x00\x7c\x86\x61\x49\x29\x4b\xec\xa4\x1a\x0a\xcc\x4e\x15\xb1\x87\x26\x9b\x6a\xb1\x29\xd4\x13\xe8\x20\xe9\xeb\xd2\xa8\x09\xc6\x22\x48\xa3\x26\xef\xa6\x60\x9e\xb7\x8c\x7a\xb5\x8a\x6f\x30\x59\x31\x70\x53\x3c\x26\x4e\x83\x58\x77\xc9\xdd\x26\xdd\x6a\x7d\x0e\x29\xd0\x09\xeb\x5a\x3b\xf5\x97\x51\x73\xfb\x63\xf7\x37\xac\x4b\x36\x7c\xdf\x5e\x9c\x4a\xfe\xf1\x7f\x87\xf0\xdf\xf7\x10\xfe\x53\x87\xc7\xa9\x4e\x77\xb5\xbc\xbf\x90\xe2\xdc\xbb\xdb\x64\xe9\xdf\xea\x66\xd3\x16\x23\x5b\x37\x26\xf5\xef\x5a\xea\x59\xfa\x75\x32\x31\x01\xec\xfd\x71\xb7\xeb\x7c\x18\x0c\xb1\x1c\x7b\xbe\xc8\x7b\x56\xb9\x9d\xf3\xf2\xbe\x39\x8e\xab\xb3\xd3\x6d\x8d\x94\x7b\x16\x4c\xa0\xb8\x3f\x24\x30\x31\xce\x3b\x5f\x1b\x71\x28\xf6\xa5\xad\xe6\x1b\xe1\x67\x2b\x13\xed\xc4\xa4\xad\x3c\x14\x3a\x00\xf3\xb6\x22\xd5\x56\x28\x5a\x63\xe3\xd8\x44\x12\xac\xfa\xc7\xf9\xe7\xa4\x97\xe6\xdf\xe4\x5c\xf6\x0f\xde\xf2\x2f\x0b\xdf\xea\xef\xcf\xfc\x7d\x05\xd7\xe3\x96\x45\xd1\xfd\xe4\x87\xf3\x28\x22\x04\x75\x59\x35\xdd\x5e\xea\x14\xb1\xed\x78\xdf\x37\xd5\xa1\xef\x5d\x32\xcd\xfd\xb4\xa7\x5d\xed\xc7\x30\xa1\xd8\x3b\xbf\xfe\x75\xee\xe7\xec\xcf\xaf\xf5\xce\xb3\xc6\xf1\xd9\x37\x40\x1a\xf5\x7e\x9b\xe1\x7c\x7f\x54\xc5\x87\x22\xf7\x41\x1d\x93\x0c\x8f\xad\x1f\x91\x9c\x71\x57\x5a\x54\x5b\xc3\x32\x53\x6e\x80\xfe\x2d\x36\xaf\x46\xa1\x91\xa3\x12\xc7\x4e\xad\x45\x2a\x80\x29\x61\x5d\x31\x83\x9b\x94\x49\x78\x12\xa0\x12\x63\x4f\x04\x34\x6f\x36\xa5\x71\x22\xce\x11\xa8\x14\xd4\x5b\x10\x2b\x05\xa2\xd9\x31\xbf\x31\x08\x4f\xed\x74\x29\xdd\x56\x3b\x57\xf1\x99\xa9\xc7\x62\x93\x21\xce\x38\xfb\xb4\x54\x80\x74\x0c\x80\x54\x26\x1e\x5e\x14\x16\x6a\x79\x15\x15\x13\x60\x41\x6c\x57\x19\xb1\xd8\xeb\x80\xc3\x37\x4a\x46\x75\xe0\x5c\x33\xe5\xe1\x01\x78\x05\x30\xad\xa9\xd8\xa4\xa7\x6a\x33\x59\x45\x38\x5e\x6a\xb7\x5c\xe4\x54\x9f\x3e\xdd\xa5\xad\x0a\x51\x83\xe4\x3c\xb8\xd2\x82\x52\x01\xea\x88\xa9\x56\x8c\x59\x9e\x4c\x11\x1a\xd8\xfe\x0a\x56\x6a\x13\x8c\xbc\xfe\x22\x2a\xd0\x41\x21\x27\xab\x32\xc4\x00\x6a\x84\x33\x8c\xd5\x60\x44\x0d\x02\x02\x04\xb2\x03\x69\x06\x1c\x40\xc4\x0a\x87\x0a\xc4\xe9\x32\x7a\x0d\x46\x54\xa1\x65\xdb\x83\x55\xa1\x9f\xcd\x55\x18\x40\xb1\x08\x1a\x61\x54\x21\x0a\x13\xbc\x0a\x15\x8b\x4e\x99\x50\x81\xc1\x2a\x30\xa0\xd2\x10\xea\x2f\xf3\xf9\x5c\x81\x20\x61\x77\x34\xe8\x12\x50\x81\x11\x15\x88\x78\x3b\x13\x0a\x6d\xb8\x42\x1d\x39\x1e\xee\xb0\xa9\x9e\xec\x8b\xdf\x31\x07\x6e\x62\x69\x4f\x74\xf5\x9e\x2e\xcf\xbe\xa7\x33\xb9\x27\x30\x77\xfc\xbe\xb2\x03\xed\xf8\x54\xee\x2f\xe7\xa5\x6f\x0f\xf7\x9f\x2e\x9e\x92\x90\xf8\x75\x78\xb6\x72\x57\xf7\x4d\xbf\xda\xcf\x7b\x4a\x9d\x8b\xb8\x31\x71\xe0\xfb\x68\x5a\x1f\x10\x5a\x52\x63\x56\x93\x9d\xe0\x1a\xed\x98\x21\x33\x64\x48\x1c\x24\x6c\x3d\x46\xf5\x46\xd2\x6c\x6d\xd8\xe0\xc5\xc6\x1d\xa4\xad\x9f\x6e\x40\x41\x63\xab\x54\x83\x1d\xf8\x4c\x96\xc1\xb3\x04\xbe\x6f\x5d\x4a\xa9\x2b\x48\x85\x35\x66\x2e\x24\xf5\xf9\xbd\x68\x0a\x39\x35\x82\x72\x4c\x36\xb2\x10\xc4\xd2\x9d\x0d\xc7\x0e\x4b\x70\xee\x4c\xf8\x25\x39\x8f\x50\x9d\xd9\x72\x70\x58\x23\x1e\x14\x36\x3d\x0d\x9b\x5f\x76\x79\x2c\x71\x37\x6e\xc6\xc5\xb0\x79\x02\x0e\x6b\xbb\xf7\x65\xa3\x5f\x48\xd3\xfe\xf0\x78\x4c\xd0\x7e\xbc\x6d\xc4\x7d\xbb\x6d\xd4\x33\x09\xb3\x03\x13\x76\x1a\x8e\xc7\x5c\x98\x52\x83\x3a\x32\xc4\x54\x05\x13\xfc\x5a\x1c\x4a\x0d\xac\xa3\xa9\x76\x9b\x47\x53\x8f\x54\xf3\xc0\xb6\x21\x02\x82\x4a\x75\xbe\xea\x12\x59\x94\x24\x65\xa7\xba\xd6\x28\xd9\x66\x1f\x84\x9a\x94\x56\xb7\x5f\x79\x98\x88\x6a\xf5\xd7\x4c\x19\x74\x3c\x33\xbb\x6e\x9f\x26\xb0\x26\x26\x1d\x3d\x72\x33\xed\x08\x6c\x41\x1d\xd8\x75\xd0\x13\x05\xfe\x0d\x3c\x9a\x4d\x65\x05\x08\x47\x92\xdf\x49\xe9\xc4\xa5\x86\xcd\xe7\x0c\xf9\x3f\xbf\x66\x9a\x22\xd8\xd3\x1d\xa5\xa7\xd4\xc0\x6c\x13\x2f\xe3\x5c\x90\x7c\xf3\xfb\xfc\x4b\xd8\xfc\x22\xe5\xc4\x30\xfc\xf2\xf5\xee\xcb\x5f\xee\x9f\xbe\x5e\xbc\x25\x60\x37\xc4\xcf\xb8\xe3\x2d\x94\x9d\x1d\x26\x35\x9b\xaa\x56\x13\x0d\xb6\x95\x5e\x24\xe2\x88\xa8\x2a\x8e\x8a\xbe\x3f\x6c\x11\x2e\x8d\x58\xef\x72\xa1\x3a\x6a\x98\x3f\x66\x4a\xaf\x06\xc5\x89\x72\xbb\x91\x02\x1b\x1b\xd7\xb4\xb4\x76\xce\x6d\x35\x06\xa5\x1e\xed\x08\x14\x9d\x19\xed\xe1\x7b\x47\xbf\xef\xeb\x27\xf8\x6e\x24\xc0\x74\x25\x62\xd3\x25\x19\x30\x3b\xad\x03\x0c\xc9\xd7\xf7\x8a\x55\x89\xa1\xad\x54\xea\xb6\xb4\x8e\x12\x4a\xa7\x3a\x22\x93\xd6\x30\x08\xe8\xe0\x49\x4d\x7b\x1a\x1d\x00\x48\xcd\xcf\x97\x80\x26\x9f\x38\x51\x72\x54\x47\x5b\x54\xc0\xda\xe0\x74\x0c\x48\x14\xb3\x55\x93\xb0\x89\x14\x0c\x2e\x5e\x65\x38\x85\xd8\x83\x22\x1e\x74\xa5\x32\xa8\x07\x4d\xd5\x1d\x47\x13\x3c\xee\x46\xc7\xa9\x14\xbc\xd0\xf7\xcd\x66\x2f\x7a\xc7\xd3\x7f\x7c\xbb\xb4\x5f\x58\xd2\xb7\x22\x9a\xfb\x4e\x59\x39\xcf\xf4\x55\xcf\xed\x57\xdf\x72\x4d\x1b\x5d\xa5\xb4\x81\x92\x3b\x7b\x55\x87\xdf\x4c\x06\xdf\x54\x57\xf4\x15\x9d\xcf\x4b\xa7\xc1\x26\x45\x89\xa5\x52\xa6\x36\xe2\xc8\x76\xec\x70\x3e\x62\x11\x1a\x76\x7d\x80\x79\x50\x81\x11\x5c\xb3\xf5\x44\x13\xb3\x98\x09\xae\x44\x24\x72\xa3\x29\xd9\xdc\xdc\x89\xc5\x9a\xb7\x01\xc1\xcd\x0a\x87\xb0\xfb\x96\xe0\x36\x34\x20\xbc\xe0\xb6\x80\xdb\xae\x24\x67\xb8\xfd\x02\x15\x01\x14\x03\x0d\x96\x0a\x90\x03\x88\xf5\xd9\xc9\x37\x83\x40\x22\x3d\x00\x80\x05\x83\x36\x58\x95\xad\xf8\xcb\x5c\xac\xef\x3d\xcf\x42\x76\xba\x86\xd5\xf4\x1c\x65\x99\x9c\x55\x03\xb3\xcc\x3b\x99\x7b\xbf\x6e\xb7\x83\x9e\x36\xf9\x78\xe2\xb5\xdb\x3e\x23\xdc\x53\x3d\x02\x05\xbb\x04\xb1\xc9\x13\x36\xe1\x83\xf6\xd0\x64\xdd\x64\xe9\x14\x60\x97\x67\x7b\x36\x90\xfb\x16\x1b\xd9\x67\xe4\xfd\xaa\x21\xfd\x30\x47\x0c\xc3\xb0\xbd\x64\xe9\x6e\xa9\x76\x0e\xae\x51\xfd\xf8\xb2\x17\x7f\x7d\xfc\x32\xfd\xed\x62\xd7\x85\x6d\xf2\xd7\x7b\xb3\xf0\xb4\x0d\xe0\x03\xea\x24\xda\x44\x69\x44\xe2\x28\x03\x51\xaa\xd9\xe4\x43\x5b\x3c\xc7\x8d\xe6\x46\x35\xb0\xea\x75\x91\x34\xb1\x33\xfe\xcd\x38\xef\x33\xc7\x96\x53\xbf\x21\x34\x35\x51\xdb\x62\xbc\x2f\x4d\x3e\x87\x1b\x17\x36\xb1\xed\x4e\x71\x54\xd9\x1e\x1a\x8d\x95\x73\x1a\x58\xcf\xb6\x05\xa4\xc7\xdc\xaf\xf2\x00\x56\x33\x10\x75\xbb\x12\xf0\x9a\x73\xab\xc0\xac\xed\xe9\xe4\x7e\xf8\xc6\xa9\xe9\x70\x3f\xbc\x56\xd2\x15\x42\x4c\xb3\x5c\x8b\x34\x1a\xbe\xb3\x18\xdd\x3f\xd3\xde\x56\x93\x4d\xbc\xf6\x79\xdd\x84\xca\x15\xf8\xcc\x34\x28\xe0\x3b\x18\x9b\x99\x00\x88\x9e\x2c\x5f\xec\xaf\x0c\x5b\x54\x9d\x12\x20\x53\x59\x96\x3a\x6d\xc0\x69\x01\x10\x6c\x09\xb4\x79\x34\x6f\x5f\x39\x05\xb9\x24\x28\x39\xd9\x95\xb2\x0a\xd0\x8f\x66\xa3\x16\xb0\x75\x57\x05\x81\xab\x03\xf1\xa0\x88\xd1\x1d\xd8\x71\xcc\xdc\x26\x78\xc9\x01\xc0\xba\x54\xc0\x8f\xb0\x3b\x24\x65\x0e\xc5\x53\x71\x1a\x96\x57\x82\xe4\x62\x1d\x68\xd9\x95\xc4\x9a\xc8\x8d\x58\x54\x81\xda\x8c\x46\x2a\xd6\xb6\xf6\xe6\x0d\x88\xd8\x54\x30\x97\x38\x52\x24\x4b\x59\x81\x40\x54\x12\xa2\x86\x01\x61\x3b\xa3\x9d\x78\x5c\x2f\x68\x0f\xc3\xe8\x64\xa9\x2a\x50\x95\x51\xdb\xd8\xe2\xb5\x63\x77\x84\xb9\xd0\x98\x2a\xd0\x4c\x87\x69\x84\x40\xc7\x95\x81\x47\x0c\xe2\xe8\x48\x95\xd5\x7e\xa8\xd1\x6e\x53\x04\xe9\x09\xce\xc7\xf3\x7b\x7b\x3f\x4d\xe9\x12\x28\xdc\x09\x9c\x47\xa1\x13\xa0\x59\xc0\x83\x7a\x33\x06\x88\x3f\xdc\xc7\x0c\x60\xaa\xd4\xb1\x16\x07\x41\x30\x6d\x5d\x76\xb6\xfe\xc8\xe2\xb4\x87\x00\xcb\xaf\x98\x1a\x10\x99\xdc\x9f\x1f\xb4\x5a\x3b\x35\xd0\x32\x5a\x4f\xb4\x04\x31\x97\xd0\xb2\xa3\xf9\x97\x60\x07\x5b\xf8\x3d\x96\xdb\xfa\x28\x82\x5c\xfd\xac\x01\x1b\x12\x52\x99\x15\xcd\xdb\x06\x18\xc4\xa5\x10\xaf\x74\xd8\x75\x21\x9d\xac\xc1\x7d\x58\x99\xec\x99\x02\xfc\x42\xcb\x0a\x18\x33\x9d\x64\x6a\xc0\x7c\x35\x31\x2c\x22\x49\x01\x96\xf1\x0a\x8e\x8e\x36\xcf\x8f\xc9\x11\x67\xc0\xc7\x07\xfb\x28\x58\xde\x71\xa2\x85\x6a\x34\xc5\x55\x08\x53\xbc\x04\x14\xab\x2b\xbd\x20\x71\x7f\xff\xf8\xed\xd3\xd7\xbb\x4b\x79\x58\xe6\xc4\x6f\x21\x6a\x4e\x5b\xbf\x5c\x35\x51\x42\xab\x50\x5b\x45\xe9\x3d\xaa\xf6\xab\xac\x6c\xd2\x43\x71\xc7\xcf\xd9\x9c\x3a\xc3\x44\xc8\xf6\x27\x0c\x15\xcc\xbf\x7e\xab\x69\x45\x77\xe0\x92\xe2\x30\x7f\xcc\x3c\xa1\xb0\xa2\x9b\x0a\xee\x8c\x53\x1a\xe6\x0f\x17\x3e\x33\xbc\xff\xdc\x50\xc3\xd4\xd8\x81\x1c\x75\x46\xba\x93\x4e\x69\x00\x69\xaf\x41\x5b\xe9\x39\xcc\x1f\xbb\xcc\x63\x76\xc2\x0e\x2b\xe2\x60\xe2\x7e\xa3\xa9\xe0\x66\xd1\xeb\x2c\x69\x35\xef\xc9\xe5\x0e\x62\x18\x3b\xde\x6c\xd3\x9e\xa8\xef\xa7\x4b\x27\xf3\x6f\x4f\x6f\xa0\x7a\xf7\x69\x67\x42\xcd\x45\xee\x40\xee\x5a\xb7\xec\x80\xfe\x6d\x09\x9e\xec\xa3\x1f\x22\xd7\x04\x24\xe6\xe4\xd6\x28\xc4\x7c\xbd\x3b\x4c\x86\x73\x2c\x56\xad\x3e\x3f\x68\xf7\x44\x20\xb4\xe4\x06\x49\xec\xe8\x06\x84\xae\x9f\x7c\xe1\xbf\x3c\x7e\xfc\xf4\xf5\x52\x72\x0f\xbb\x21\x7e\xf6\x3b\x5e\x77\x51\x11\xdd\x7a\x4c\x25\x93\x33\x47\xc8\x36\xcb\x48\xbd\x36\xe5\x86\x13\x30\x94\xbb\x4d\x9b\x36\x73\x8c\x3c\x65\xea\x7d\x84\x41\x2a\x3d\x52\xf1\x8d\x98\x31\x46\x34\x85\x14\x53\xfa\x18\x63\x15\xd5\xe4\x33\xf8\xb3\xa8\xb4\x29\xfa\x37\x75\x4d\x38\x47\x2a\x8d\x6d\x0d\xc9\x59\xe2\xa0\xc6\x0a\xf2\xe7\x54\xb2\x4f\x71\xd9\x19\x8e\xab\x86\x6e\xdf\xfa\x15\x77\x6a\x62\xcb\x82\x78\xef\xb3\x09\xa6\x80\x63\x53\xb5\xd1\x68\xed\x96\x3b\xc9\x18\x57\x29\x98\xc4\x0c\x12\x8d\x21\x1c\x2b\x25\x53\x24\x12\x49\x6b\xa1\xd8\xa3\x57\x62\x53\x0c\x4b\x90\x21\x54\x54\xac\x43\x6b\x83\xc9\x8d\xdb\x08\x99\x52\x82\xb6\xcd\xe0\x93\xa3\x32\x9f\xbf\x68\x91\x6f\x1f\xae\x1f\x2f\xb4\x5e\x7c\xfb\x10\x97\x8f\x6f\x80\x2f\xb6\x1f\xb7\x68\x3f\x58\x01\x58\xab\xa9\x08\x94\x83\xad\xa3\xb0\x64\x15\xac\xc9\xb6\x62\xb2\xfd\x36\x68\x46\xc9\xaa\xc0\x9c\x67\xa0\x0d\x9b\xda\xd0\x1d\xbc\x1d\x88\xfe\x05\xa0\xce\x95\x6a\x6c\xc0\xbd\xb0\xd9\x95\xd5\xd7\xef\x1a\xb3\xc9\x1a\x58\x3f\x4a\xa6\x72\xc5\x1b\xeb\x59\xe0\x54\x20\x65\xd9\x23\xae\x3b\xc0\x2b\x12\xd6\xca\x9a\x81\xbf\x5c\x81\xff\xde\xa7\xec\xb0\xc5\x23\x70\x0f\xd5\x0a\x8b\x95\x00\x12\x87\x93\x1d\xc3\xda\xd8\xb0\xe9\xe7\xf4\xb9\xb6\x24\xc1\xb9\x28\xa4\xff\xe4\xb7\x33\xa5\xcb\xdf\x4e\x7c\x77\x2a\x41\x0a\x5a\x46\x5f\xeb\x86\x8b\x44\xcd\x11\xa6\x61\x94\xb1\xb7\xfa\x8d\x6f\x08\x87\xcd\x3d\x6e\xe1\x3d\x39\x7d\x23\xa6\x03\xd3\xa6\xe4\xa0\xf9\x00\x2a\x66\x2a\x79\x0e\x74\xcb\x73\x94\x1b\xd7\xa9\xb2\x57\x07\x4b\x74\xcd\x14\x7c\xd5\xf2\x84\x6f\x71\xfe\x16\xe1\xf3\xe0\xd3\x15\xb4\x3c\xbf\x77\xeb\x3f\xb6\xe7\x5b\xf6\xb4\xe7\x4b\x16\x4e\x50\xb8\x7e\x7b\xba\x94\xad\xde\x52\xbe\xe1\xe0\x9b\x78\x0b\x73\x9f\xc0\x8b\x45\x85\x6f\x4c\xb7\x56\x0e\xa3\xbe\xcb\xb2\x41\x01\x4a\xb3\xab\x78\xa5\xc2\x6b\xa9\x4c\xca\xef\x38\x9b\xe6\xb4\xa1\xe9\x1e\xd5\x31\xfe\xad\x8e\x40\x85\xdd\xa9\x82\xe7\xb9\xea\x93\xc2\xf9\x05\xe7\x56\x71\xf8\x29\x40\x27\x00\xf1\x61\x96\x95\x94\x1a\x5b\x59\x73\x57\xaa\x7c\x07\x36\x9f\xe0\xc7\xd9\xc4\x80\x50\x94\x7c\x71\xf6\x65\xce\x3e\xcb\xdd\xde\x4b\x98\x54\x5a\x25\xe6\x44\xfa\x62\xef\xf9\x9f\xef\xbf\xfe\xfa\xf8\xe5\x97\x7f\xff\xf8\xe5\x42\x3e\xd7\x4f\x7e\x43\xfc\xd5\xee\x78\x4b\x62\xf8\x79\x0f\x6c\x4e\x4c\x29\x3b\x13\x40\x70\x9d\x55\xd7\x51\xd3\xb2\x9d\x57\xc4\xce\x92\x34\xbf\xc6\x3e\xfd\x8a\xea\xd9\x64\xad\xe9\x15\xf8\xa4\x73\x71\x21\x49\xed\xbe\xfa\x9b\x9e\xc9\xf5\x1c\xf8\xd4\x2b\x8a\xa6\x87\xd9\x68\x5a\x66\x3c\xda\x63\x59\xfe\xb3\x9f\xcd\x49\x4f\x5a\x6e\x66\x54\x66\xe9\xb7\xd5\xa1\x74\xab\x5e\x4b\xa9\xcf\x0f\x4e\x69\x9e\xae\x07\x7c\x95\x97\xa3\xc2\xb3\x29\x17\xa0\xb6\x1d\x5c\x7c\xd1\x23\xbf\x5d\x2a\x53\x7c\x42\xd2\xb7\x60\x9c\xa6\x3d\x18\x27\x87\xdd\x6d\x83\x0a\xe8\x45\xe2\x4c\x2f\x02\x7a\x3e\x2c\x2f\xd8\xf5\x6a\xf5\x75\x14\xa2\xda\x2f\x86\x14\xba\x75\xc5\xe5\x0d\x74\x20\x56\x0d\xfd\x22\xf5\xe8\x7b\x98\x42\xfe\xf9\xfe\xd7\xa7\xcf\x77\x9f\x2f\xae\xcc\x39\xf5\xeb\xa4\xb7\x7c\xbf\xf1\x04\x2b\x45\x42\xd5\xeb\xde\x67\xce\xbd\x3d\xd2\x3d\xdd\xb2\xee\x5d\x63\x70\x9e\xfb\x19\xa1\xc6\x26\x0c\x0d\x01\x06\x78\x6a\x12\x4a\xf5\xff\x4b\x6d\xb2\x87\x2d\xb2\x8f\x57\xb2\xb5\x4b\x48\x29\x71\x9b\xe1\xcc\x3f\xf7\xbe\x54\xd3\x35\xef\x7a\xe8\x33\xfa\x43\x8f\xfd\x96\x15\x6c\xe4\xa2\x7d\xff\x87\xd0\x9f\x1f\x24\x7b\x0c\xfb\x4c\x50\x22\x6d\xe3\x45\x0c\xa4\x20\x8f\x33\xe8\xee\x47\x2c\x26\xb1\xf9\xe5\xd9\x97\x98\x8b\x4c\xf3\x4d\x33\xe3\x62\xcb\xb3\x3f\xf1\xdc\x47\xa4\xc5\xcd\xd5\x99\x7c\xf1\x41\x92\x09\x31\x59\xfb\x7f\xd6\x03\xa3\xa4\x1e\xc7\xff\xec\x77\x4c\x6f\xbe\xe0\x06\xc1\xeb\xe5\x03\x73\x4d\xe7\x1e\xb8\x81\x15\x7b\xf9\xc4\xe3\xc1\xf6\xf8\xf5\x9f\xfe\xe3\xdb\x85\x8c\x00\x9f\x1e\xbf\xc6\x7b\x4b\xfd\x7a\xe8\x48\xc9\xf7\x87\xf1\x56\xdf\x1f\x36\xb5\x34\xc9\xb3\xf7\x55\x81\x37\x6a\xad\xd4\x79\xb2\x17\x89\x60\x37\x54\x4a\x8a\xf8\xce\x1a\x65\x26\xb1\xd0\x7c\xa3\x5c\x10\x5c\x4b\x79\x42\xb2\x99\x74\x14\xc9\x70\x87\x13\x1e\xdb\x1d\x37\xd9\xbd\x8b\x99\xe5\xb7\xc5\x82\x49\x52\x2a\x75\x65\xe2\x72\x31\xf1\xf2\xb7\xe5\x52\x0a\xe9\x58\x45\xbc\x64\xf0\x97\x44\x73\x85\x06\x8a\x08\xec\x79\x34\x84\xd4\x82\x8f\x17\x6f\x59\x15\x1c\x03\x6d\x42\x4d\x38\x3f\xaa\xbd\x22\x2a\xc5\xd3\xa0\x52\x6e\xd8\x56\x02\xb1\x39\x05\x11\xf0\xdf\xdd\x04\xd7\xa2\xa6\x48\xae\xf0\x8a\xd6\x4b\xf5\xe5\xbe\xc6\x3f\x3f\x7e\xbd\x7f\x7a\x7f\xff\xd3\xc7\xe9\xf2\x1e\x74\xff\x14\x1f\xfc\x8e\xd7\xcd\x09\xda\x79\x0f\x27\x64\x36\xb8\xba\xf7\xf1\x1e\x1a\x72\x74\xdc\xe5\x30\x5f\x71\xb7\x69\x0f\x0d\x81\x07\x77\x2f\xb3\x47\x88\x9c\x0f\xee\x92\xde\x4f\x07\x87\xc0\x23\xfa\x74\x74\xc8\xb0\x9a\xdd\x59\x9f\xc3\x6c\x7d\x0e\xa2\x4f\x7b\x96\x68\x3f\xee\x59\xa1\xc3\x7c\xea\x3f\x00\x6c\x2a\xa7\xd9\xe7\x26\x66\x53\x88\xdc\x0d\xa1\x54\x8f\xfb\x3a\xba\xac\xf0\xbc\xd7\xd9\x7f\xa0\xba\xfb\x40\xa9\x2e\x5b\xbd\xf8\x41\x67\x07\xfe\x80\x2b\xf0\x2a\x30\xb1\xa8\xd4\x17\x97\x15\x41\x9d\xb3\xab\x41\x85\xa7\x41\xa9\xcb\x52\x5f\x5c\x75\x97\x74\x57\xb9\x0e\xca\xb6\x0d\xf6\x3c\x2c\x02\xbf\x7c\xd6\xec\xdb\x75\x90\xed\xcb\x9e\xf5\x2f\x3f\xfe\xff\xef\xa7\xaf\xff\xe7\xcb\xe3\xb7\xcb\xa0\xc5\x1e\x91\x3e\x7e\xb0\x1b\xde\x40\x17\xd3\xcd\x6e\x2a\xdc\x2d\xb1\xf5\x31\x33\x33\xcd\x33\xe9\xfe\x94\x79\xab\xba\x99\x7e\xf7\xa7\xe5\x7d\x6e\xb0\x79\xd6\xde\x9f\x9d\xd7\x62\xa2\xf6\xf9\x7b\xaf\x59\xae\xfc\x21\xee\x94\xd6\x70\x9e\x82\xea\xde\xcc\xbd\x3f\xa1\xcf\x84\x4b\xd8\xb2\x92\xb3\x4f\x3d\x7f\xaf\x9e\x7b\x3f\xb0\x7f\xe5\xae\x5b\xc6\xb0\xef\xba\x77\xb7\x36\xbd\xa8\x1c\xa7\xbc\x78\x7e\x6f\xda\x5f\xab\xb7\x7c\x7e\x19\xe3\xda\xcf\x2d\x63\xbc\x41\xc1\x7c\xb1\x8e\x5d\x73\x3a\xbb\x46\x3b\x1b\xc6\x38\x7b\xab\xe4\x7a\x7e\xb9\x2d\x02\x6d\x6e\x16\xfd\x36\x1b\x4b\xba\x65\x10\x6e\xb2\xec\xfa\x4a\x79\x4f\x77\xe4\x7f\xfb\xf4\xe1\x7b\xbb\xf2\xb7\x4f\x27\x3a\xf3\xb1\x58\x2b\xba\x03\x46\x37\xbd\x65\x2d\x47\xf8\x6c\x2f\xf1\xc4\xca\x31\x9e\x98\xd4\xdb\xf1\x22\xdd\x6d\xee\x47\xc9\xca\x31\xc0\x9b\x54\x9b\x39\x2f\x48\x58\x5e\xe0\xc8\x89\x1b\x6e\xa5\xbe\x99\xf2\xf0\x8a\x95\x5f\xea\xb5\xa9\x64\xda\x53\x34\xd5\x3c\x1f\x64\x93\xc2\xf1\x3b\x26\xbb\x6b\x79\x74\x05\xa5\xbf\xd6\xd4\xd7\xd6\x9c\xfb\xad\x1d\xb6\xad\x6d\x82\x3e\x62\x6e\x0e\x04\xf6\xed\xbc\xee\xe0\x01\x7b\x2a\xc2\x81\x44\xbf\x8e\xfd\x9a\x07\x36\x75\xe3\x7e\xf1\xe2\xd1\x5b\x26\x7b\xed\xe5\xe1\x05\x7f\x49\xab\xdb\xf5\xe1\x9b\x9d\x4c\xf9\xf2\x55\xa5\xde\x9e\x70\x50\xf9\x97\x8f\xab\xab\xbb\xcb\x36\x56\x1e\x3f\xae\xe2\x74\xf7\xd6\xbe\x0a\xe7\xad\x5f\xfe\xc0\xf6\x56\xa2\xcc\x37\x90\xf8\x44\x1d\x61\x66\x00\x99\x43\xef\xaa\x52\x6a\xc1\x8f\x73\x10\x58\xa7\x2a\xb1\x52\xab\xd7\xd2\x13\x00\x04\xcb\x39\x1f\x8b\x73\xc6\x17\x84\xf1\x7d\x97\x11\xa4\x80\xce\x25\x96\x7a\x93\x1b\xdc\x47\x4d\xe6\x72\x5f\x33\xb7\x4d\x7a\xe1\x0a\xb5\x11\xa9\xe4\x2b\x56\x08\x6d\x75\x76\xbe\xe5\x9e\x28\x3b\xff\x62\xa7\xac\xeb\xa1\x34\x8a\x75\x90\x42\x5a\x11\xaf\x06\x4b\x57\x03\x31\xb7\xc0\xfd\x51\xfb\x8d\x2d\xf1\xb9\x91\x82\x2e\xfd\xac\x3c\xd9\x94\x6a\x9e\x3a\xa1\x1b\x72\xa5\x56\x22\xdc\x26\x05\x3e\x9c\x83\x0a\xaf\x84\x85\xa4\x46\x61\xa5\x56\x26\xc6\x36\x9b\x89\x86\xd9\x96\x61\x04\x70\x64\x8d\x85\x6a\xbd\xb5\x19\xd5\x24\xc8\x42\xd9\x0e\xa6\x45\x11\xa3\x07\xf3\x88\x8d\xea\xf0\x69\xb9\x77\xc7\x6b\x82\x07\x57\x5e\xc7\x6a\xc2\xe3\x4a\x7b\xc0\x57\x7c\x7b\x7e\xd0\x92\xad\xa4\x5d\xa9\x22\xb6\x36\x53\xa9\x81\x07\x71\x98\x3d\x36\x77\xc7\x27\x77\x82\xdd\xfd\xe8\x4e\x9d\x3f\x94\x81\xa8\xc2\x30\x7f\x3e\xcd\xbe\x9e\x95\xa9\xcd\x49\x02\xe0\x9d\x5e\x74\xd9\x87\xcb\xba\xeb\xc3\x1b\xd0\x23\x6d\x0b\x38\x57\x13\x55\x78\x4f\xe9\x1d\x27\xa0\xca\xe0\x38\xdb\x4c\x95\x5a\x0d\x69\x05\x0f\x12\x08\x7c\xf5\x44\x2a\x6c\x80\x36\xeb\x41\xce\x16\x4e\x09\xa2\x57\xea\x76\x68\x80\xa3\xda\x9c\xce\xf9\x45\x77\x49\x39\x9b\xa1\x3f\x18\x8f\x75\xd3\x72\x7d\x7e\xaf\x2c\xf0\x98\x1a\x02\x5c\x8f\x0a\xf7\x65\x86\xb3\x6d\xa2\x3c\x62\x4b\x20\xd1\x1a\x24\x65\x15\x45\xc1\x83\x6e\x47\x60\xd4\xf4\x50\xe1\x72\x53\xec\x14\xfb\xb1\xe2\x7a\x42\xa2\x72\x2d\x0a\x87\xa9\x02\x75\xc8\xb9\x67\x41\x28\xcc\x1c\x1a\xb5\x1c\x9b\xb3\xd7\x25\x62\x6b\x9a\x82\xbd\xe5\x5c\x63\xab\xc4\x1c\xfb\xa0\x22\xb1\x67\x30\x5e\x54\xeb\x53\x85\x46\xb6\xd2\x0c\x04\x6e\xc5\x51\x29\x81\x9c\xbe\xf5\xd8\x6c\xb0\x54\x1a\xd5\x41\x79\x10\x32\x12\x10\xd8\x25\x4a\x23\xaf\xa4\xce\x54\xed\x35\x4f\xc5\x46\xcd\xcc\x6a\x52\x4d\x97\xc9\xd8\x0e\x90\x48\xc2\x01\x5e\x41\x20\xb5\x1d\x20\xae\x4f\xc0\xfb\x4b\x24\x6d\x3e\x87\xbb\x11\xa4\x77\x3c\x9d\x4d\x27\xf3\xf3\x8d\x85\x5e\x5d\xa2\xf7\x4b\x4b\x40\xeb\xc2\x71\x1d\xd1\x29\x3c\xa8\x39\x30\x79\x87\x0e\x04\xb7\x0a\xe9\x2b\xa7\xda\xcb\x42\xdc\x26\x71\x02\xbe\xe4\x84\xba\xdd\x6a\x0e\xc1\x39\x36\x62\x97\x39\x53\xca\x93\x93\xb5\x60\x9a\xf3\x2a\x98\x4f\x4d\x43\xb1\xaf\xec\xa1\x92\x7e\x69\x42\x55\x81\x0e\x4e\x84\x32\x82\xbc\xec\xdd\xb4\x20\x6c\x53\x28\xe5\x08\xc5\xab\x59\x1b\x58\x0f\xd9\xe0\x9d\x29\x35\xab\x6c\x91\xab\x68\xc5\x03\x44\x2e\xfc\xea\x8a\xc9\x20\x65\xd0\x98\xb9\xa5\x13\x95\x31\x93\x8a\x9b\x32\xbc\xc1\x8c\x99\xb9\xff\x6d\x12\x86\x67\xbb\x75\x18\x78\x56\xc0\x11\x86\x63\xd5\xa5\x30\xd5\x31\xcd\xfd\x2e\xa0\xdf\x21\xf0\x69\x04\xf4\xbb\xe8\xfd\x0e\x1d\xce\x3b\xdf\x84\x4c\x2a\xfa\xa7\xf5\x3a\x4b\x5d\x82\xb8\x02\x6e\xa7\x56\xc5\xdd\x99\x63\x7a\x9f\x39\x0c\xfd\x1c\xc7\xdb\xec\xc4\x04\x19\x7d\x0f\x4e\xe5\xa2\x31\x0b\x6a\x12\xd4\x86\x36\xc9\xd7\x6a\x73\x8a\x3d\x50\x63\x87\x0f\x9f\x0a\xf5\x11\x51\x39\x88\x8c\x63\x25\x89\x62\x9d\x1b\x78\x0f\x85\x92\xdc\x2a\xd7\xa7\xe4\x9b\x0d\x56\xe1\x55\x27\xed\x84\x1d\x4f\x5c\x40\xe6\x6d\x3e\xef\xfd\x56\x06\x13\xec\x74\x05\x13\xa7\x2a\xc1\x1f\xb2\xfb\x71\xf8\xf9\xf3\x83\xc2\x93\x90\x05\x28\x55\xd1\xb4\xcc\x02\xe6\x5b\x89\x5c\x87\xab\xec\xad\x00\x89\xa2\x74\x4a\xd6\x7d\x93\x44\x45\x04\x99\xbb\xbb\x5b\xd5\x48\x22\x56\x6b\xdf\x62\x1d\x50\x69\x48\x44\x74\x22\xba\x56\xc4\x48\x60\xac\xad\x54\x39\x80\xc3\x4e\x13\xcc\x03\x36\xd5\x07\x66\x78\x19\xe1\xbc\x0d\x67\x1d\x1c\x18\x79\xd9\xb9\xef\x12\x62\x2b\x72\x43\x3e\x0e\x86\x65\x5d\xc4\x7a\x95\x7a\x60\x58\xc9\xb1\x52\xcf\x8e\x62\xc2\x70\x94\xe4\x42\xac\xce\x23\x6a\xd3\xc6\x1c\x20\xf1\x62\x6a\xfe\x7a\xa9\xb1\xfb\xf1\xeb\xb1\xad\xfb\x85\x28\xd1\x52\x3a\x88\x7d\x59\xc6\x2c\x2b\x17\xad\xfc\xf8\xce\x31\xb2\xfc\xe8\x73\x66\xe1\x46\x3a\x42\xba\xd6\xe1\x40\xef\xac\x4e\xb6\x99\xba\xd5\x14\xd0\xb3\x1b\xa8\xd0\xf3\x4d\x46\xbc\xb3\xad\xfb\x57\xac\xc3\xfd\x09\x41\x30\xd0\x31\x01\xc0\x7a\xd0\xd7\x56\xc9\x13\x82\xe1\xac\xe1\x2a\xc2\x45\xd1\xf5\x0a\xb6\x29\x3b\xa8\xe6\x79\xc0\x59\x09\x7b\xa7\x1c\x34\xdb\x64\x2f\x88\x8d\x68\x0c\xcf\xed\x56\x43\x06\x59\x82\xd0\xb0\x0e\xd1\x42\x17\x30\x1b\x16\x6a\xd7\xb3\x93\xe5\x09\x3b\xcc\xd3\xb1\xf1\x65\x76\x2e\xcb\xdb\xa0\xaf\xe6\x52\xcf\xd3\x7c\x3a\x07\x93\x89\x9c\xde\xdf\x98\xa5\xa6\xd3\xa6\xb5\xaa\x2b\xab\x07\x1d\xb1\x27\x2a\x37\xe0\x74\xe5\xba\x3c\x03\x09\xf5\x6a\x56\xd2\x49\x04\x54\xdb\xcc\xa0\x94\x10\xbe\x29\x82\xd6\xe0\x21\xd7\x45\xf5\x1c\x44\xf0\xf9\x80\x24\xb0\x9d\xf0\xe9\x28\xb9\xa7\xc3\xe0\xb8\xc3\x80\xb8\xc3\x40\x3b\xd3\x02\xd1\xec\x59\x69\xd4\x1b\x4d\x8e\xe9\x62\xb9\xa2\x73\x35\xc0\xbc\x94\x72\x83\x79\x93\x65\xd9\x1a\xa5\xe2\x8a\xa1\x2d\x56\x05\xbe\xc8\x22\x1b\x1a\xa7\x72\x02\xeb\xe4\x5f\xbe\x7d\xfd\xe9\xd2\xd8\x8b\x47\x4f\xfb\x06\x54\xd5\x36\xda\x95\x13\xa8\x7c\x73\xcd\x88\x10\x4a\xf0\xca\x02\x15\x2f\x22\x81\x70\x0a\x97\x3e\xbe\x05\x9e\x29\x6a\x11\xee\xe0\x39\xdb\x92\x97\x39\xee\xa5\x59\x39\x6e\xdf\x9d\xd7\xe3\xce\x45\x06\xe1\xcd\x9a\x05\x00\x3f\x7c\xf0\xfb\xd6\xc7\xfb\xe0\xa6\x2d\xa1\xca\xd1\xd5\xd9\x1b\xfa\x28\x03\x6f\x06\xf4\x58\xe9\xd7\x92\x94\x7a\x7e\xe7\x41\x5b\x7e\x9c\x6f\x1f\x12\x72\x4a\xd4\xf3\x3a\x9b\x64\x7d\x22\x89\xdf\x1b\x72\x91\xa5\xe4\x74\x3a\x8d\x75\xe4\x9c\x07\x71\x43\xc4\xc5\xe9\x34\xb9\x00\x42\xb0\xbb\x21\xeb\xad\x52\x01\x4a\xe8\xcd\x52\x89\xe8\xeb\xa5\x12\x38\xc5\xbc\x59\x2a\xae\xc9\x5b\x03\x51\x8b\xef\x0e\x1b\x4b\xfb\x77\xb4\xc5\xad\xf6\x13\x4d\x71\xd4\x7b\xff\x72\xf7\xe1\xc2\x49\xfc\xb3\xa5\x7c\x5d\xca\xee\xbc\xf1\x7e\xb2\x17\xae\x7a\x5d\x4d\xef\x73\x23\x2c\x54\x53\x3b\x5f\x4b\xa9\xfb\x57\x1d\xe8\x62\x99\xbb\x1e\x5d\x9d\xc9\xcf\x8e\x72\x88\x55\x1d\x98\x27\xd7\x7e\xdd\xd3\xde\x1b\x72\xdc\xce\x55\xfb\x57\xe7\x59\xb2\x27\x90\xaa\x1d\xfd\xb8\x89\xaf\x9d\xf5\xcf\xc3\xfc\x66\x82\x4f\x07\x21\x97\xbe\xe7\x97\xc0\x33\x61\xd2\xa8\x47\x17\xa3\x7b\x85\xef\x5f\xf5\xc9\x7d\x99\x25\x1d\x5d\x3d\x31\x97\xfc\xe5\xee\xe3\xa7\xaf\xff\xf0\xe5\xdb\x85\xe8\xa4\x9f\x2d\x79\xfc\xd1\xd2\xbf\x11\xe0\xb3\x75\x80\xe4\x8a\x3d\x83\x9c\x06\x65\x9d\xa2\x02\x6f\x01\x52\x6f\x03\xbf\xb4\xfb\xff\x8f\x86\xe5\x4c\x28\x47\x84\x98\x57\x12\x8e\x3d\x0c\x20\x87\xa8\xc9\x94\x7e\xca\xa0\xe5\xb5\xa9\x51\x2b\x7c\x74\x01\x2a\x20\x05\xee\xa7\xe5\x2a\x81\x32\xbc\x4a\x70\x6e\x62\x4c\xb2\xd2\x5d\x32\x2d\x4e\x1a\x6e\x4d\xa2\xd9\x23\x08\x3b\xd8\x45\x10\xa6\x99\x6d\x2d\x01\x6e\x88\x09\x60\x34\x9a\x69\xaf\x79\x15\xbb\x89\xef\x70\x8d\xd5\xe7\xf7\x5a\x1a\x5c\x35\x27\x08\x2c\xc0\x2d\x04\x16\x4d\xa5\xc6\xf6\x66\x62\x2d\x48\x5a\xae\xc4\x24\x88\x16\x78\x40\x2a\x43\xa8\x40\xca\x10\x9f\xc0\x30\xdd\x3c\x6a\x00\x3e\xca\x19\x6a\x14\xd6\xf0\x8e\x88\xd3\x4e\x6d\x55\x01\xe6\x5a\x32\x71\x9f\x10\x2f\x8f\x70\x48\x35\xf5\xcb\xa4\x7e\xb0\x0f\x0d\x3f\xad\xe2\x4c\xc5\xa3\x83\xd0\x18\xe0\xa8\x18\xf9\x35\x4a\xa9\xa4\xb6\x40\x65\x57\x31\x10\x2b\x39\xac\xcc\x7d\x3e\xd5\x42\x63\x5c\x59\x35\x09\x74\x3b\x45\x15\x6d\x5e\xf3\x64\x67\xf9\xd7\xc7\xd5\xea\xe2\x01\x6c\xbd\xe5\x0b\x6e\x78\x2b\xd8\xe8\x6e\x6f\xf3\x8e\xa5\xbf\xe2\xc2\xb2\x8d\x51\x9e\xb5\x58\x9c\x65\x59\xc3\xf4\x7a\x3a\x70\xa2\x9c\x93\x80\x40\x7a\xe9\x5c\x87\xe7\x28\xca\xa4\xd4\x7d\x74\x99\x7d\x08\x9a\xf5\x2b\xfb\x6f\xaf\x38\x97\x9c\x8f\x90\x39\xef\x5b\x02\x93\xa3\x2d\xb9\xa7\x05\x9b\xf5\x1e\x48\xce\x3e\xfe\x4d\x7c\xe9\x32\xf2\x97\xbb\xd5\xfd\xd7\xaf\x97\xf9\xdf\x7e\xf6\xb4\x6f\xb4\x5d\xde\x78\x2e\xd9\xc2\x94\x43\x01\x64\x0a\x68\xbd\x15\x41\x00\x81\xfd\x3a\xf9\x28\xd0\x29\x66\x53\xcc\x4d\xe3\x00\xc3\xa7\x29\xd2\x08\x97\xeb\x21\xa7\x4a\xcd\x34\x4b\xf1\xb0\x45\x76\x37\x41\x60\x08\x95\x38\x78\x1b\xba\x50\x48\x6d\x46\x88\xa3\x93\x47\xa6\xe1\x6c\xd9\x06\x35\x53\x89\xbb\xab\xc4\x0e\x31\x0c\x9a\xae\x58\x0b\xe5\xab\xc2\x4c\x25\xd8\x64\x63\xb3\x39\x31\x3c\xac\xc3\x5c\x6e\xd8\xa7\xb2\xfc\x01\xe8\x6b\x08\x34\xfb\xfd\xb4\xc3\x58\x3e\x66\xe7\xa9\xdf\x9b\x4f\xf8\x03\xf2\x79\xd9\x93\x56\xf7\x97\x89\xa1\x9f\x91\xf4\x75\x85\x4c\xbb\xec\x31\x66\x4a\xd9\xc6\xf3\x1e\xc1\x39\x6e\x81\x75\x0f\xd0\x1c\xaf\x73\xc7\x30\x5e\x59\xaf\xc7\xa0\x0e\x59\x6e\x93\x53\xf5\x9c\x08\x98\x71\x40\xdd\xe3\x88\x19\x58\xf8\x6d\xfe\x39\x09\x23\xb9\x89\xbb\x3b\x7c\xf0\xec\x15\x77\xfc\x80\x4d\x98\xe2\x61\x44\x8e\xc2\xe9\xeb\xbb\x6e\xa9\xe9\x3b\x4a\x03\x9a\xf3\x58\x75\xe9\xf0\xb9\xd8\xc3\xbe\x06\x53\x6a\x55\x9b\x3f\xd6\x1b\x8a\xe0\xb4\x63\x1b\xf4\xab\x2f\x1a\xf7\xf3\xfd\x97\xbf\xac\xee\x2e\x24\x73\x81\x33\x54\xfc\x6c\xe9\xdf\x10\x0c\x7e\xda\xc2\xe2\x02\x3b\x46\x6e\x3c\xe8\xa6\x25\xaa\xc0\x41\x40\x30\x87\xda\x02\xbb\x09\x5b\x71\xae\x3c\x4b\xc8\x21\x97\x4e\xba\x92\xde\x4c\x50\x28\x99\x64\x42\x24\x0a\x8d\x30\x47\x56\xd9\x2a\x6a\x7f\xf9\x86\x5b\x0d\x9a\xda\xda\xd4\x4d\xb7\x21\xc3\x50\x6e\x1a\x15\x0d\x4c\x28\xc1\x1e\x72\x23\x5d\x82\x4a\x5d\x31\xc0\x72\x8a\x90\x4c\xb0\xe3\xc0\xf1\x5c\xa3\x25\xce\xb0\x0f\xc9\xaa\x49\xd4\x2c\x57\x85\x4b\x68\xa6\x6e\x8f\x4c\xb0\x65\x84\xf9\x5d\x4e\x56\xe2\xb4\xba\x90\xa8\xea\xf3\x26\xf5\x1b\xda\xda\xb4\x85\x95\xcd\x24\x5a\x83\xd6\x4a\xac\x32\x81\xac\x30\xc7\x9a\x48\xfa\x88\xa5\x51\x56\x06\x12\x7c\x61\x13\x20\x72\xaf\x51\x60\x47\xe0\x1b\x29\x4a\xd9\xf4\x1f\x9d\x54\x29\x73\x45\x90\x9a\x8d\x7d\xae\x94\x0b\xfb\xd7\x8a\xfd\x95\xea\x2e\xfb\x19\x44\x27\x4a\x7d\xa8\x7d\x19\x00\x6b\x6b\x94\x41\xbb\xc8\x55\x48\x5a\xbd\x91\x2c\x24\xac\x21\xf7\x4c\x98\x01\x21\x6b\x00\x31\xa8\xe4\x16\x5b\xa7\x6a\x8b\x5d\x22\x36\xcd\x3d\x35\x1a\x5d\x22\x8d\xe1\x6e\xe1\x0d\xe0\x3e\x03\x2a\x72\xae\x80\x58\xd5\x96\x03\x93\x16\x89\x9c\x2a\x8d\x92\x57\x6c\xc2\x1b\x38\xe0\x2a\xf5\x5c\xa6\x4a\xdc\x05\xf0\x59\x0a\x3f\x73\xc6\xd2\x21\xe2\x7a\x66\x8d\x24\xca\x2b\x11\xea\x95\x21\x36\xb5\x31\x59\xaa\x02\xf4\x77\x09\x9e\xd6\x6f\xb4\xa4\xf3\x6d\x37\xdc\x10\xfa\x10\xc0\xa9\x26\x6d\xb2\x3e\x96\x1d\x28\xac\xc4\x42\x92\xe1\xee\x8e\x20\x8a\xaa\x3d\x20\x7e\x01\xc6\x64\x98\x94\x2b\x2c\x65\x24\x5a\x82\x52\xb3\xea\x2f\x54\x7b\x27\xae\x65\xc5\x5d\xa8\xeb\x88\xdc\x2b\xf5\xc2\x13\x0f\xaa\x0c\x52\xca\x54\x61\x7f\xb6\x6f\x45\xa8\x49\x89\x94\x98\x63\x13\x6a\x03\xc0\xf9\xdc\x87\x7d\x54\x69\x51\x07\x8d\x82\x6d\x8f\x9a\x11\x50\xc6\x45\x43\xba\x19\x30\x98\xca\x30\xfd\xbd\x4c\x26\x15\xb7\x6a\x0a\x2c\x95\x6a\xd2\x81\x8c\x11\x46\x86\xc1\x90\x78\x20\x96\x8e\x32\xe7\x90\x61\x20\xce\x60\xc8\x0b\xbd\xd3\xe8\xc5\xbe\xb1\x2d\xd4\x92\x29\x95\x4e\xd2\xeb\xca\x14\xd3\x54\x23\x37\x70\xb8\x59\xd5\xb7\x86\xaa\x1f\xa8\xc1\x64\x5f\x34\xe7\x5d\xd5\x97\x8a\xaa\x6f\xf0\x23\xca\x80\x1a\xb6\xc4\xb8\xd1\xaa\x3e\xeb\x7c\x23\x21\xc2\x1d\xb7\xad\xa2\x3f\x26\xf8\x63\xfa\x14\xcb\xa0\xd2\x7c\x0b\xc5\x24\xd9\x52\xd0\xfb\xac\x9f\xf3\xbc\x33\xd5\x22\x69\x2f\x2f\x87\xdf\x97\xbb\x69\xf9\xed\xeb\xfd\x3f\x3c\xfe\xdf\x0b\x47\xe0\x7c\x43\xfc\xf1\xf1\xff\xbe\x3e\x8f\xe9\x16\x1a\xd6\x64\x8a\x61\x85\x45\x98\x0c\xc2\xe6\xac\xa3\x6b\xe4\x2c\x98\xc8\x3a\x65\x1c\xdb\x55\x1e\x29\x94\x02\x09\xa7\x62\xa8\xb9\x25\x1d\xbb\xd2\x9d\xf8\x26\x23\x0e\x21\x0b\x53\x99\xa2\x49\x3c\x08\x80\xeb\x91\xa9\xc4\xe6\x5b\x6f\x4b\xb8\x08\x0d\x59\x32\xcb\x55\xee\x1a\x9a\xcd\x3f\xd9\xf4\x11\x67\xb6\x0f\x09\x1c\xbf\xcd\xc3\x11\x01\x52\x67\x69\xd7\x40\x88\x07\x62\x3b\x64\x80\x12\x40\xa8\x5a\x02\x53\xb9\xa9\xcd\x23\x60\xaf\x11\x8f\xdb\x2c\x2f\xa9\x91\x33\x38\x51\xf1\x12\xad\x50\xbb\x6a\xf0\xf2\xb5\xfb\x07\x49\x18\x83\x0a\xc2\x28\xcb\x84\x18\xbc\x01\xc4\xaf\x1e\x60\x52\x08\xdc\x96\xa6\xc8\x58\x1e\x0d\x78\x0e\x63\x3a\x49\x15\x4f\xbc\x13\x95\x8f\x08\xe3\xc1\x54\xef\x22\xcb\xa1\x2c\x32\xcb\xc9\x42\xe3\x80\x3f\x9e\xf8\x46\x3b\xa2\x6f\x86\xd8\xc3\xa7\x41\x73\x80\xbe\xc4\x86\xcd\x62\x6c\x37\x9c\xea\x25\x1f\xbe\xdc\x7d\xbe\x54\x03\x9e\x53\xbf\x81\xfd\xfd\xd3\x4f\x7b\x86\x89\x63\x2b\xca\xd6\x0a\x60\x3f\xd4\x7e\xea\x97\x17\xe9\x4d\xf2\x81\x61\x51\xbe\xeb\x96\x5c\x64\xfe\x65\x17\xa6\xc6\x90\x01\xd3\x52\xf4\x94\xf5\xe1\x65\xf5\xfc\xf2\xf1\xd3\x87\x4b\x2b\xc7\xd2\xbe\xe1\xa8\xa9\xe9\x3f\x1b\x16\x1d\x68\x2a\x92\x50\xdf\x80\x59\x9b\xc5\xa6\x3d\xbc\xb3\x99\x3e\x79\x63\xf9\x9e\x25\xaa\x1d\xdf\xf2\x4e\x4c\x9b\xe1\xd4\x8a\x60\xeb\x7e\x54\x5b\x0d\xd9\x23\x80\x9e\xe2\x7c\x1e\x67\x36\x39\x98\x71\xf0\x58\x88\x64\xd0\xfb\xb6\xbd\x59\xf7\xac\xf0\x7a\x16\xbb\xff\x2f\x77\x4f\x4f\x9f\x1f\xbf\x5c\x2a\x67\x7b\xe2\x37\x5a\xe0\x6e\x6b\xef\x95\xe1\x98\x7c\x75\x99\x01\x65\x00\x02\x06\x01\xeb\x49\xa5\xa2\xb1\x00\x0a\xca\xe4\x21\x06\xde\x0c\xec\xbb\x0d\xfb\x90\x02\xc6\x91\x04\xb2\x66\x1e\xb1\x98\xfc\x85\x24\xcf\x0f\xf6\x86\x93\xad\x36\x21\x33\xd9\x52\x5c\x80\xce\xd4\x88\x5b\xd8\xa5\x8b\x8d\x2a\x96\x35\x5b\x52\x6c\xbd\x03\xd2\x15\x4c\x15\x9b\xa7\x2d\x63\x76\x54\x10\x13\x59\xa5\x57\xaa\x63\x6a\x54\x6d\xe6\x52\x44\x6a\xb7\x66\x6b\x9c\x82\x71\x48\x33\x04\x8c\xb1\x8c\x26\x1a\xb4\xc9\x7d\x04\x94\x04\x61\xc1\xad\x84\x66\x2b\x32\x52\x6a\x40\xca\xe7\xf7\x92\x12\x90\x1b\x5a\x5d\xfa\x4d\x51\xa8\x56\x70\x57\x57\xec\x65\x6b\xc4\x5d\x71\x2f\xff\x68\x53\x92\x15\x00\x44\xd2\xdd\x16\x4f\xcd\x71\x3f\xdb\x87\x0a\x34\x2d\x4e\x42\xca\x13\x6a\x0c\x7b\x4a\x8a\x0d\x62\xec\xfe\xf1\x40\x4d\x1c\xbc\xa6\xcd\xa3\x3a\x02\xaa\x3f\xc2\x38\x86\xea\xf7\x0a\x99\xeb\x16\x06\x92\x74\x5d\xf5\xca\x63\x98\x1c\x5c\xc6\xcf\xb6\x38\x6d\x7b\x60\xb9\x6e\xec\x84\xbd\xf3\xac\x15\xe4\xbc\xb1\xe5\xf9\x21\xf6\xe4\x66\x7a\x3e\x39\x40\x9e\x0e\x86\xc5\xbc\x31\xb4\xd9\x3f\x91\xdd\xf6\xc9\x6e\xa8\x3d\x3f\x44\x07\xf9\x9d\xe0\x4f\x00\x62\x2d\x41\x98\x7c\xe6\x38\xb3\x8b\xfc\xc0\x05\x58\x4b\x55\x11\x50\x5b\xf5\x69\xe6\x23\xd9\x84\xff\x6f\x6e\xd8\xa7\x23\x79\x7e\x50\xa6\xd4\x21\x10\x28\x5b\x37\xe9\xd8\xbb\xaf\x80\x0a\x83\x0e\x91\x7b\xd8\xab\xcb\xb9\xcb\x47\x70\x11\xa1\xa3\x46\x74\x54\xc0\xd8\xb4\xb8\x6b\x9e\x13\x43\xf2\xeb\xdd\xcf\x77\x5f\x3e\xde\x7d\xfa\xf8\x74\x99\xbb\xc8\xe7\x83\x5b\xde\x02\x5a\xd9\x81\x8f\x3a\x35\x90\x5a\xd3\x4c\x31\x8b\xef\x8c\x16\x6c\xac\xe7\x1a\xb0\x17\xde\xe0\xbc\x0d\xbb\xa3\xfb\x9d\x9b\xe4\x59\xd0\x21\x05\x43\xd7\x81\xe4\x14\xe8\x69\x19\xeb\xa4\xc4\x8c\x98\xef\x44\x3d\xc7\x81\x31\x57\x00\x7e\x87\xf3\x6c\x3d\x80\x33\xb1\x09\x1d\x8a\x8d\x77\xdf\xe3\x19\x05\x8e\x33\xc5\x54\x32\x28\x46\x1c\xd0\xf5\x0b\x35\x93\xe9\x72\x8f\x9d\x4a\xbb\x2a\x29\x81\xa1\xe9\xff\xe3\xee\xdd\x76\x1b\x49\xb6\x2c\xc1\x5f\xb1\x0f\xa0\x6d\xd8\xbe\xd8\xed\x31\x5a\x8d\x86\x1e\x14\xd3\xd3\x27\x01\x0d\x90\x6f\x4a\x8f\xc8\xa3\x98\xa6\x52\x59\x52\xa6\x0e\x8e\xbe\x7e\xb0\xd7\x76\x52\xa4\x44\x85\x18\xa7\xb2\x6a\x6a\x06\x11\x22\x9d\xa4\xb9\xb9\xbb\x5d\xf7\x75\xad\x62\x3e\x49\x2b\x03\xf5\x56\x59\x52\xf5\x6d\x9d\x65\x51\xa5\xe9\xe3\xb5\x16\xc0\xf0\x20\x62\xa4\x41\xb2\x34\xa1\x81\x40\x95\x8a\x8c\x74\x17\xe9\xb1\x98\x33\x22\x59\xa6\xad\xc7\xf0\xcf\xbe\xc4\x49\xae\xf1\x71\x11\x03\xfd\x92\xdd\xb2\xe4\xf5\x42\x19\x17\x4a\xb8\x50\xc6\x85\x12\x2e\x84\xb8\x19\x88\x05\x2e\xa6\x25\xd4\x9d\x71\x9d\xf5\x98\x31\xc6\x80\x5e\x64\x23\x37\xc0\x4c\xcd\x8e\xa5\xa1\x30\x4d\xde\x72\x5f\x6d\xcf\xf5\xc2\x46\x30\x46\xf9\x10\x82\xe1\x79\x76\x40\x11\x31\xbc\xff\xa7\x6d\x73\x8f\xaf\x0c\x8a\x61\x13\xf6\x25\x15\xf7\x50\x43\x19\x6e\x00\x31\x15\xde\x42\x3d\xae\xc9\xc5\xb2\xc5\x9b\x67\x8e\x6c\x40\x66\x70\x89\x93\x2a\x67\xd8\x7b\x71\xf8\x88\x08\x83\x19\x5e\xe9\x9d\x19\xb8\xee\xaa\xc8\x5e\xc5\x85\x54\x34\xc5\x00\xd8\x49\x6d\xa9\xc3\x50\xef\x47\x3f\x72\xc3\xde\xc6\x03\xdb\x74\x4b\x0d\x11\xf0\x05\x11\x0f\x4a\x2d\x9a\x27\xa1\x79\xd8\x5c\x03\x4a\x52\x90\x0e\xe1\xad\xe4\x2d\xde\x2c\x71\x19\x00\xfb\xcc\xcd\x9f\x19\x18\x80\x88\x28\x2b\x9a\x0f\xba\xfc\xa2\x1b\x8d\x91\x24\x06\x4b\xed\x34\x5b\x92\x82\xd8\x49\x29\x65\x0d\x89\x7c\x49\x9a\x5a\x73\xa6\x1e\x77\xa3\x23\xfe\x2f\x71\x09\xcc\x03\x73\x55\x4e\xd3\x41\x6f\x5f\xf8\xb4\x57\xec\x32\x22\xa9\x1b\x9c\xaf\x2c\xb8\x41\x1f\xb5\x50\xf1\x00\x4b\xb2\x8b\x90\x09\xd4\x96\x20\xfe\x64\x1f\x69\xae\xa8\x25\xf3\x61\x5b\xa9\x35\x4c\x89\x34\x00\x3b\x59\xb0\x1f\xc4\xcc\x32\x30\xe4\x4d\xaa\x31\xa7\x10\xb5\xe6\x3a\x65\xf1\x47\xf2\xcd\xa5\x47\x28\x5f\x4c\xca\x14\x93\x12\xb1\x52\x8a\xad\xd2\x57\x68\x84\x6a\xf8\xa4\xce\x31\xa9\x79\x78\x83\xb9\x0a\xeb\x73\xa8\x8b\xf7\xdb\x94\x58\x1b\xf2\xba\x36\xc0\x67\x60\x00\x60\x04\x5a\x62\xb8\x9b\x19\x10\x97\x5a\x82\xc2\x2c\xe0\x2d\x7d\xad\x00\x67\x5c\xbc\xc6\x8f\x5e\xd0\x1f\x87\x1b\x56\x0f\xc8\xea\x96\x7d\x23\x53\xf6\x9a\x39\xe2\x3f\x00\x8a\x0c\xbc\x53\x2d\x70\x53\x16\x1a\x30\xab\x18\x9c\x0c\x11\x1e\xd9\xc3\x74\xef\x53\x90\x04\xe0\x20\xb3\x03\x81\x1a\x28\x16\x10\x07\xcc\x5c\xb0\x98\x00\xce\x52\x4d\x30\x48\x20\x58\xd0\x7c\xf9\x01\xa4\x27\xe6\xc9\x84\xf8\x34\x01\x12\x09\x84\x60\xac\x85\x2e\xd4\x00\x31\x52\x01\x42\x2c\x88\xfa\x69\x0c\x07\x0a\x82\xcf\x10\x91\xa1\x00\xb6\xe0\x91\x66\xa1\x01\xc3\x49\x8b\xc3\x33\x87\x53\x03\x1f\x81\xcf\xf4\x52\xf3\x18\xd4\x7c\xed\xea\xbe\xe0\x02\x07\xc1\x92\x0b\x2c\xb4\x5a\x0a\x12\x02\x14\x04\x04\x5b\x7e\xf8\xe8\x0d\x3a\x33\x82\x28\x0b\x7a\x82\xd8\x2e\xb4\x96\x18\x13\x41\x5e\x37\xd8\xef\xc9\x17\x11\xd7\x23\x2a\xaf\x41\xe2\x67\xac\x7d\xd2\x63\x3e\x55\x57\x93\x7d\x33\x1b\x8c\x27\x94\xec\x4f\xc8\x40\xc6\x99\x19\x63\x3a\x24\x99\x98\xbf\x4d\x7c\x39\xf3\x9d\xda\x1b\xc8\x7c\x04\x2b\x02\xd5\x8a\x4f\x58\x20\x71\x46\x23\x57\x80\x74\x71\x40\xac\xb9\x54\x51\x4b\x74\x52\x8a\x4e\x1a\xfe\xb4\x4a\x61\xfb\x18\x29\x22\xdc\x24\x46\x99\x1f\x72\x04\x8a\xe9\x40\x08\x15\xbb\x24\x80\x41\x92\x63\x90\x20\x05\x09\x98\x7e\x35\x02\xe3\xd0\xcd\x35\xc6\x5a\x5e\xc7\xda\x6e\x44\xc3\x81\x26\xdd\xc5\xa7\x75\x28\xe7\x18\xad\x06\xc9\x0b\x1a\x2c\x04\xdb\x86\xb5\x1b\xed\xee\xc5\xc6\xf3\xaa\x9e\xb9\xd4\x22\xfb\xb0\x8f\x71\x10\xf6\x31\x5e\x87\x7d\x8c\x97\xb0\x8f\x71\x10\xf6\x01\x00\xbf\xf2\xef\xae\xe7\x84\xa4\x71\xae\x01\xf6\xf1\x8f\x0f\xf8\xa8\xca\x3e\x1b\x15\x12\xd3\xc0\x22\xef\x3b\xe3\xc4\x56\x23\x92\x91\x4b\x9a\x6b\xbb\x65\x6d\xd7\xc8\xd8\x39\x9d\x37\x7a\x0b\x94\x35\xbe\x80\xe3\x24\x04\xac\xe1\xeb\x89\x52\x03\xe8\x3d\x14\xcd\x47\x97\xa2\xf7\xbf\xe6\x5a\x63\x7a\x5f\x8a\x5d\xac\x51\xed\x01\x32\x2c\x38\x2e\xa9\xb6\x27\x45\xe6\xc5\x1a\xde\x7e\x18\x13\x9f\xc4\x6e\xb9\xd8\x35\x0f\x0b\xef\x8a\xd9\xbb\xf1\xf3\x8f\xaf\x83\xe6\x5f\x87\xc9\x1f\xa5\xd5\x22\x21\x8a\x87\x1f\x0e\xe4\xab\xfb\x76\xf2\x5e\xf8\xfd\xa5\x37\xda\xbb\xe1\xf7\xd7\xd1\xa4\x47\xb7\xbf\xbf\x88\x37\xe9\x13\x97\x5d\x68\xbf\xff\x3c\xf6\xcf\xf6\x7c\xc7\x25\xc0\x73\xea\xbc\x96\xda\x22\xe9\x7b\xb6\xdb\xe6\xdf\xdc\x44\xb1\x9d\x8e\xee\x53\xc8\x77\xea\xb9\x6d\x95\xa6\x71\x8a\xb7\x1b\x31\x2a\x05\x61\xae\xa5\xec\x7c\xfe\x50\xe4\x70\xca\x09\x21\xf6\x5c\x14\x9e\xdf\x6f\x5e\xa3\xf0\xbc\x1d\x5a\xb6\x1c\xf8\x6e\xac\xcf\x3d\x37\x20\xa8\x01\x0f\xf4\xf1\xeb\x3e\x57\x25\x3d\xad\x5f\x86\xf2\xee\x2a\xf5\x29\xac\x8b\x03\x33\xc0\x2b\xd4\x8b\x3b\x2d\x76\x54\xe1\xb1\xd6\x1f\x10\xe6\xfb\x5b\x38\xb8\xda\xfb\x96\x85\xc3\x7b\x38\xb8\xda\xc9\xa6\xfb\x01\x3a\x3d\x34\xe0\x59\x74\x7a\x32\x7e\xf9\x0b\xe9\xf4\xee\x32\x00\xc8\x4f\x1b\x3c\x0e\x89\xd5\x0e\x0d\x1e\xbd\x9d\x32\x78\xd8\x38\xa1\xd8\x3d\x71\x2b\x3b\x34\x98\xff\xc8\x4b\xbc\x69\xfe\x7f\x9c\xd9\xec\xff\xf8\xc0\x17\xf5\x4b\x39\x68\x6d\x40\x63\xf4\xe9\xc2\x0f\x92\x0d\x13\x47\x1a\x44\x44\x6f\x94\xd8\x75\x15\x9e\xed\xe6\x1b\x68\xdd\xd9\x14\xba\xad\xc7\xb6\x06\x0f\x0e\x76\xed\x4a\x2a\x15\x57\x4c\x0b\xf2\x27\xf0\x41\x67\x64\xe8\x77\xa6\x01\xa1\x64\x5f\x60\xfd\x60\x46\x53\xa3\x40\x47\x3c\xec\x58\xaf\x90\x71\x85\x0b\x04\x9b\x59\x04\x7c\x6a\x25\xb8\x2b\x2c\xad\x77\x0f\x6c\x84\x8e\xad\x52\xa8\xf1\x92\xe1\x48\x53\x73\xe9\xd2\x7c\x4f\xce\x08\x3c\x01\x08\x6e\x50\xf5\x28\x90\x0e\x25\xe2\xe5\xcd\x20\x0b\x20\x06\x57\xe1\xed\xe9\xd8\xe3\xbd\x96\x84\x5a\x12\x6a\x49\xa8\x25\xa1\x16\xf0\xf8\x68\x42\x2d\x2e\xc0\x37\xd8\x5b\x26\x20\xe5\x66\x42\x2d\x90\x41\xed\xf9\x6e\x40\xf2\x84\xc5\x64\xf1\xbd\xd7\x32\x24\x04\x6b\xbe\xe7\x1b\x02\xc8\x5d\x51\x18\x79\x2a\x69\x7b\xcc\xd6\x5c\xcf\xed\x82\xf0\x9b\xee\x7a\x4d\x03\x96\x38\x4e\x48\x38\x01\x8a\xd7\x48\x38\x61\x61\xf6\xc6\x37\x48\x5a\x06\xe3\x89\x9f\x2b\x09\xe7\x26\x9c\xfb\x7c\x27\x03\xe2\x83\x44\x2c\xd2\xcb\x6d\xbb\x6e\xc7\xf0\x07\xda\xc8\x07\x4f\x96\x0f\x1f\xde\x05\xf3\x36\x20\x11\x1d\x34\xcf\x4b\x0b\x26\x54\x92\x51\x49\x3a\x68\xe4\x74\xd8\x0f\xd4\x7b\x46\x25\xf9\xa8\x75\x32\x57\x97\x60\x52\xdc\x19\xda\x27\x24\xa8\x56\x5d\x24\x93\xe2\xb2\xcf\x41\x33\x00\x63\xde\xb2\x05\x4c\x3c\x35\xcb\xc3\x55\xc4\x7c\xd4\x84\x38\x37\xe1\xdc\x7c\xd0\x0c\x88\x5c\xde\xb7\x95\x9f\x9c\xfc\x64\x49\x07\xcd\xf9\x66\xce\x7d\xbd\x59\xce\x5c\xec\xbc\xe4\xf1\x6e\x31\xdb\x6b\x03\xc7\x1e\x66\xc4\x06\x56\x39\x40\xde\x05\x46\xd2\x0c\x58\xdd\x75\xad\x83\x8e\xf6\x76\xb9\x5b\xbf\x8e\x15\x6f\x98\x6f\x89\xf1\xfb\xd8\x6f\xe6\x0b\x34\xb5\x09\xdc\x79\xef\x99\xc8\xd8\xaf\x3d\x8d\x41\xdc\xaf\x64\xb8\xe0\x50\xa8\xe9\x75\xf7\xf3\x97\x11\xa8\xae\x15\xd1\x56\x55\x5c\x0f\x78\x61\x46\x2e\xfa\xfc\x59\xb8\x25\x53\xdf\x51\x61\x58\x00\x10\xf4\xec\xb9\x19\x24\x4b\x26\xc9\x63\x62\xec\xbb\x06\x7f\x25\x58\x7a\xfd\x82\x4f\xec\x92\x6b\x7b\xbe\x6b\x96\xe3\xf0\x0a\x8c\xbc\x33\xe9\xf4\x41\x68\x84\xcd\x69\x80\xd1\xd9\x34\x69\x68\x13\x28\x81\xba\xae\xa3\x1e\xc0\xc4\x64\xb1\x4e\xbe\x2a\xba\x82\x79\x35\x9a\x3f\x90\x9a\x41\x43\x16\x92\xa4\xae\x52\xf6\x88\x2e\x47\x08\x5c\xc3\xf2\xb0\x14\x97\xfa\xab\x22\x22\xdc\x15\xc2\x8a\x60\xd0\xea\xaa\x20\x9e\xee\x4d\x77\x9f\x97\xb4\xf7\xfb\xd7\x0f\x80\xbe\xb5\xd8\xae\xab\xa7\x0b\x44\x09\xec\xc4\xdb\xc8\x08\xd9\x25\x86\x48\xef\x34\x67\x8a\x37\xb4\x11\x23\x33\xa6\x5d\x04\x13\x41\x75\xa5\xd2\x45\x78\x4c\xcb\x42\x08\x92\x4f\x36\x7c\xea\x6c\x19\x46\x31\x46\xd0\x34\x6a\x40\x75\x63\x3c\xdf\x49\xc1\xfe\x32\xa9\xb4\xad\xab\x3e\xcc\xf1\x8a\x30\x83\x5e\xd7\x57\x0b\x24\x62\x1c\xb7\x0e\xb4\xe1\x6d\xae\xcd\xf5\x8e\x78\x3d\xba\xd7\xf8\x2e\x7e\x5f\x5e\xaa\x01\xc9\xce\xae\xb2\x54\xa2\xa2\x13\x8d\x7a\x2e\x8b\xc7\xef\x5f\x7f\x7b\xc3\xde\x71\xa2\x6d\xf7\xc1\xaf\x13\xca\x5e\xf7\x71\xf0\x1f\xfd\xa8\xf5\xe0\x51\xeb\xfe\x51\xef\x40\x77\x84\xe4\x92\xaa\x08\x8f\x6c\xb2\xbe\x1a\x16\xfb\x38\xae\x30\x13\x95\xab\x5e\xe1\x28\x14\x32\x0d\x2c\xfd\xb4\x07\xd4\x87\x43\x78\xec\xe2\xc4\xb7\x81\xa9\x8f\xd7\x65\x5f\x70\x2d\x83\xc3\x1d\xe8\x3e\x08\xcf\x25\x78\xcf\x25\xbd\x9c\x26\x57\x13\x56\x40\x1f\x7f\x45\x3f\x29\xac\xeb\x23\xed\xde\xc3\x23\x46\xdc\x31\x9e\x98\xb7\x99\x8a\x92\xf8\x33\xc0\x71\x49\xae\x2a\xb1\x2f\x0a\xe2\x0b\x89\x34\x58\xd5\x1a\x55\xbe\x41\x15\x92\xd6\xb7\x5d\xf8\xb6\x0f\x4a\x5f\x80\xc7\x96\x67\xa3\x3e\xf3\xfa\x36\x40\x34\xb2\xbe\x1a\x8d\x1a\xaf\x27\x06\xc9\xff\xb8\xf9\x6d\xf9\xe7\xd9\xc3\xe4\x57\x2f\xfd\x51\x74\xe5\x6e\xbd\xed\x13\x6c\x64\x43\x68\x5a\x20\x89\xd6\xb4\xbe\xad\x29\xb2\x05\x2e\x12\x7f\xbd\x02\xcc\xf7\xd6\x40\x76\xe6\x2f\x13\x7a\x1c\x5e\x97\x4c\xad\x65\xf1\x2d\x0e\x79\x8b\x30\xd7\xe1\xa8\xef\x80\xf8\x3e\x82\x92\x7e\x15\x67\xb9\xd2\x88\x94\x5c\x49\x2c\xd3\x64\xaf\x09\x55\x6e\xe3\x92\x71\xf9\xab\xc0\x32\xdd\x72\x6f\x58\x31\x07\x1e\xe4\x2d\x6a\x69\x3c\x42\x3c\xce\x56\x95\x0a\x1a\xbd\xf4\x3c\x07\xb2\xaa\xf0\x8a\x6f\x12\x7e\x7d\xfe\x8c\x35\x19\x4e\x13\x95\x2b\x1e\x30\x3e\x8b\x74\x1a\xbc\x9d\xdd\xe5\xb0\x78\xe5\x89\x1c\x16\xd7\x75\x99\x2f\x2a\x40\x9a\x5b\xf7\x1d\xdf\x0c\x84\x27\x88\x4e\x48\x87\xb5\x9d\xe8\xe2\xff\xe3\xdb\x2f\x67\x77\xf0\x6f\xdf\x7e\xf9\xa8\x7b\x77\xbe\x66\xd6\x06\x6b\xd3\xa0\x3e\x91\xff\x5c\x34\xad\x6f\x2b\xb8\x5d\x50\x58\xf8\xaa\xea\xdd\xdb\xca\x96\xd1\xb5\x78\xbd\xe2\xe6\x7b\x91\x8a\x81\x6c\x13\x5c\x5a\x30\x98\xd8\x4a\x67\x33\x70\x14\x16\xac\x95\xb2\xfd\x90\xf4\x3d\xdb\x78\xdc\xd1\xc0\x87\x42\x75\x88\x43\x95\x5c\x1b\xe8\x41\x56\x11\x49\x23\x34\x38\x2a\xf3\x6a\xaf\x14\xb6\x76\x5f\xc9\x94\x53\x8d\x5e\x96\x3e\x11\x1c\xae\x24\x27\x9f\x27\x9e\x24\x9e\x6a\x97\x04\x8e\xa4\xdf\xd9\xb6\x99\x2b\x13\x28\x72\xfa\x7c\xbe\xd3\x06\xb3\x72\x33\x5f\x53\xfe\x5f\x59\x21\xdf\x0e\x82\x1f\x20\x1d\xf7\x71\x70\x1e\xe5\xf8\x2f\x07\xbe\x75\x1b\xe5\x7d\x3d\x7c\xef\x2c\x7f\xa5\x87\x1f\x79\xd7\xcf\x52\xc4\x3f\x8b\x22\x6c\xcf\x37\xdf\x2b\xf8\x3c\x93\xb2\x92\x6f\xba\xa4\xf0\xfa\x2e\x19\xca\x5e\x4b\x35\xd0\x9e\xc3\x14\x8e\x97\xad\xff\xee\x05\xaf\xb4\xb8\x00\x23\x26\xcb\x9a\x05\x00\x04\xf6\x16\x20\x6f\x54\xaf\x7c\x83\xe9\x89\xfb\x88\xd0\x18\x01\x2b\x8a\xe2\x7d\x00\xeb\xf9\xf9\xb3\x9a\x6f\x0d\x95\xf8\x4a\x39\x62\x02\x11\x94\x63\xf8\x03\x14\xb8\x1f\xa8\xd2\x44\x86\xb4\x12\x27\x7f\x59\xf6\x57\xf3\x77\x5c\x31\x0d\x02\x72\x6e\x75\xd5\xae\x2e\xeb\xef\x29\x10\xaf\x03\x45\xb5\x5c\xe1\x72\x73\x2e\x93\xe0\x45\x4b\xfe\x1e\x58\xe8\xb8\xc6\x89\x2e\x5f\xbe\x9d\xcd\xa5\xfb\x3b\x4a\x9f\x23\x05\xe8\xa1\x14\x90\xd8\x84\x78\x1b\xe0\xdc\xfe\x02\xd6\xdc\x64\xe1\x39\xd4\x38\xe8\xfe\xf8\x08\xc1\xe3\xf8\x7d\xff\x87\x32\xbe\x7e\x6f\xfd\x5c\xd4\x82\x91\x8d\x81\xed\x5a\x17\xc7\x11\x22\x86\xca\xd6\xa7\x50\xf2\x97\x05\x69\xa1\xf8\x09\x47\x5e\x32\x15\x14\x7b\xfe\x2c\xc3\x22\x5e\x68\x5c\x09\xd8\xcf\x9b\x90\xf9\xdc\x1c\x4a\x13\x0b\x0d\xdc\x97\x09\x38\xed\x5a\xa8\x25\x01\x80\x7c\xf7\x4d\x14\xa3\x53\x80\x22\xdf\x84\x5a\xc6\xeb\xb2\xde\x6f\x3a\xbe\xe7\xc3\x67\x1a\xbb\xe7\xb1\x38\xe8\x7e\x43\xcf\x9f\x59\x7c\xf8\xa9\x4e\x82\xe7\xb7\xee\xff\x10\x5e\x84\xb4\xec\xb1\x65\x97\x36\xab\x2d\xeb\x6f\x01\xfc\x5a\x23\xa3\x78\xa4\xf2\xb8\xfb\x0e\x1b\x3e\x50\xee\xab\x25\x3f\x01\x85\xf6\xb5\xe1\x00\x67\x3c\x7f\x1e\x23\x99\xd8\x2d\x02\x7e\x48\xb7\x40\x54\x84\xcb\x24\x2b\x13\x12\x47\xf9\xaa\x22\x1c\xbe\xb7\xcb\x01\xcc\xa3\x93\xc3\xe7\x6f\x7f\x9e\x9d\x7d\x11\x03\xe8\xe1\xcf\x33\xb2\x2f\xbe\xee\xf3\xff\xa6\xab\x89\x62\x46\xc5\xb6\x1c\xda\x24\xde\x60\x1f\x60\x59\x5f\x1b\x53\x0b\x7f\xca\xb8\xf1\xd5\x6d\xa6\x78\x5d\x23\x8f\x20\x2f\x61\x88\x81\x3e\x29\x68\xc2\xd4\x1f\x73\xfd\x03\x09\x47\x89\x5f\xb6\xa8\x26\xaa\xf4\x79\xd3\x30\x43\x5b\xbd\x60\x65\xb2\xee\xe5\x93\xab\x7c\x3a\x71\x38\x67\x72\xd5\xe8\x0a\xfa\xd1\x9c\x00\xb2\xd7\x11\xbe\x80\xd5\xc7\xa5\xb2\x66\xe6\x1b\x8d\xb6\xe5\x52\xe0\x33\xf6\xb7\xf1\x7c\xa7\x63\x80\x60\x93\x1b\x0d\x0c\xed\xf6\x46\x82\xef\xeb\xa2\x0d\x86\x36\x97\x4b\xf1\x1a\x3b\xc5\x5a\x1a\xe5\xc6\x7a\xdc\xe0\xc6\x2b\x98\x74\x05\xd6\x87\xe2\xb7\x0c\x33\x2f\x5e\x2d\x12\xb1\x1b\xf4\x48\x65\x30\xa9\xba\x24\xc8\xdb\x2c\xd3\x95\xfe\x46\xb3\x5d\x91\x4a\x42\x00\x1b\x16\xa4\xaa\x29\x1c\x5b\x5c\x40\x49\x0d\x2f\xa3\x20\x15\x4a\x00\x03\x07\x4f\x53\xb8\xbc\xec\xca\x64\x42\x52\x9d\x95\x02\xff\x7f\x77\x05\xd7\x87\x1b\x64\x61\xf8\xa7\xb7\x07\x2d\x6c\x87\xdd\x88\xfe\x49\xfb\xbe\xf1\x83\xf7\xba\xb1\xcc\xb5\x1f\xcb\x7c\xbf\x23\x7d\x9c\x58\xbc\x5e\x09\x1a\x33\x59\x11\xaa\xe8\x0e\x57\xb1\xfd\x6d\x89\xfe\x3a\xec\xb5\xd5\xa7\x63\x48\xd6\xda\x8e\x49\x1d\x00\x10\x7d\x39\xec\xe0\x38\x5e\xbb\x19\xd9\xf2\x27\x0c\x16\xf7\xbf\x6f\xbf\x7e\x7a\x78\xb8\xff\xc7\xe3\x99\xd3\xc5\x4f\xc8\x37\x38\xe3\xbb\xf8\x47\x5f\x4b\xdb\xc5\xb0\xcf\xb6\x61\x19\x9f\x9a\x6d\x9a\x6d\xca\x86\x37\x65\xa3\xb2\x89\x8f\xf8\xc6\xff\x45\xa1\x9f\xef\xca\xc6\xa5\xd6\x32\x6e\xbc\x55\x78\x13\xaf\x05\xa7\x71\x74\x8a\x0b\x9e\x4c\xbd\x6f\xa4\xd8\xc2\xa0\x84\xa5\x5a\x37\x91\x36\x4c\xca\x9b\x4a\xcd\x1b\xbe\x76\x24\xa7\xf3\x26\x5e\xe3\x32\x2c\x63\xc3\xad\x5c\x36\xfb\x74\x78\xf5\xb2\x11\xb1\x27\xe4\x0d\xfa\xbd\xc5\x57\x38\xbe\xb6\x51\xde\x7e\x7b\x8b\x64\xc2\xc3\x2f\x11\x21\x34\x94\x1a\x03\x60\x47\x5b\xb6\x4e\x55\x3f\xf9\x22\x31\x36\xf1\x1a\x8f\x31\xdb\x46\x8b\x7f\xfe\xf9\xb3\x0d\xdc\xd1\xcd\x41\xd3\x44\x08\xc1\xd1\xcd\xad\xa5\x7e\xbe\xc3\x15\x2f\xcd\xc6\xcd\x9b\x07\xcb\x75\x92\x8e\x8d\x15\x32\x59\x98\x86\x6d\x98\xa4\x6f\x6c\x23\xde\x1c\xb2\x51\xaa\x73\xdb\x85\x58\x36\x6d\x50\x69\xde\xbc\xda\x37\xf1\x5a\xd6\x5e\x69\xe6\xf2\xe1\x06\x8f\xf1\x63\x0f\x5e\xe5\xc4\xb7\x22\xc7\xcf\xe1\xa3\x83\x5b\xf9\xf9\xb3\x99\x91\x6d\x04\x5a\xe0\x36\xe3\xae\x32\xee\xea\x93\x97\xd8\x57\x52\x65\x23\xda\x9e\xb4\x5d\x8a\xd8\xb5\x68\xbb\x39\xf8\x19\x5a\x4b\xc0\xe3\x5c\xf9\x1a\xd8\xd6\xfa\x6e\x7c\x33\xdb\xe0\x65\xd7\xb5\xdc\xc9\xfa\xc1\xc3\xf7\xa3\xcb\x88\xd8\x46\xfd\x47\xbb\x56\x6d\x48\xf8\x50\xd7\x6b\x6e\x8e\x0a\xf9\xc5\x36\x83\xba\x6d\x5f\x6e\xd7\xeb\x39\xbe\xd6\xe1\x83\xfd\x7c\x72\xae\x5d\xdc\x3c\x3c\x9c\xab\xb6\x62\xaa\x2d\x7e\xc2\x07\x39\x41\xcb\xd7\x03\x97\xe5\x3b\xee\x99\x9f\xb8\x06\x01\x0d\x00\x46\xd2\x08\x3a\x26\x7f\xb7\xf1\x78\xe4\xe0\xf1\xd5\xdf\x52\x39\x5d\x4b\x55\x48\x75\x70\xb6\x97\xc7\x63\x97\x51\x7a\x55\x0d\x4b\xc5\x56\x1d\xa2\x96\x65\x66\x00\x87\x43\xe2\xb2\x8c\x4c\xfe\xa0\xd7\x4e\xae\x07\x2e\x75\x25\x67\xe9\xae\x96\x72\x12\x40\xce\xfb\x11\xbc\x05\x19\x54\x3b\xa0\x2b\x85\xb3\xce\xe5\xda\x86\xf4\x39\x20\x59\x21\x43\x16\xb0\xe4\xcf\x77\x59\x81\x35\x52\x5c\x94\xaa\xae\x8d\xf6\x11\x12\x5e\xcb\x52\x7c\x2b\x68\x19\x7c\x66\x0a\x9a\x6e\x23\xc0\x47\xd4\x3c\xb2\xba\x2a\xd7\x5d\x55\x01\x56\x69\x16\x21\x44\x74\x00\x6b\xa2\xc3\xf2\x0b\x3c\x9e\x54\x27\xd9\x95\x69\x70\x5b\x01\xa2\x21\x89\x95\x27\x70\x4b\xbe\xcd\x7d\x12\x3b\x4d\x47\x04\xfd\x0b\xe1\xd6\x81\x70\xef\x62\x0e\x64\xbd\x81\xbc\x1d\x7f\x2e\xcb\xd6\x70\x49\x9f\xdf\x00\x56\x95\xcc\x08\xb5\x6a\x71\x82\xdf\x6b\x06\x9d\xd2\xa0\x99\xbc\x20\x12\x77\xc4\x9f\x2a\x38\x93\x8c\x26\x02\x9a\x2c\x0d\xdf\x4c\xbc\x19\x92\x94\xb4\x66\x10\x06\xad\x4c\x6d\xd4\xb7\xad\x93\xa4\x1e\xd4\x08\x2e\x42\xc0\xb4\xa8\x25\xd9\x04\xd0\x89\x81\x5a\x80\x05\x7e\x6b\xc4\x58\x80\x56\xc7\x15\x02\x34\x57\xcd\xd1\x0b\x2d\x03\xb3\x0b\x8f\xe4\x7d\xeb\xda\x3d\xc2\xa4\xb6\x01\x5d\x34\x85\xc6\x82\x60\x7d\x76\xc5\x65\x06\xe1\x10\x57\xc4\x68\x6d\xa1\xa6\x66\x9b\x51\x53\x2f\x50\x27\x06\xcc\xf3\x0b\x54\x22\x09\x89\x10\x40\x40\xc8\x9c\x84\x6d\xa6\x6d\xab\x0f\x2c\x15\xaa\x0b\x1e\x10\x20\xdb\x04\x22\x4a\xc4\xb6\xa7\x1a\x89\xa1\xc4\x39\x28\x1c\x5b\x96\xa0\x37\x92\x5c\x71\x72\xc6\xc9\xf8\x65\x52\x38\x04\xb2\x04\x1d\x2a\x88\x5d\xb6\xab\xe5\x0e\x51\x17\x2d\xf9\xad\xe1\x66\x93\xa1\xc7\x3a\x32\x2d\xa1\xb6\x05\x54\x4b\x4b\xfe\x38\xbb\xa6\xc4\x23\xc7\x53\x85\x57\x5b\x35\x98\x85\x90\x77\xa2\x89\x49\x42\x6b\x22\x50\x8d\xc2\xb3\x07\xe5\x40\x41\x5b\x09\xd2\x59\xe4\xff\xb8\x6c\x10\xad\xd8\x5c\x71\x40\xf4\xd2\x5c\x7c\x6b\xf4\x8b\xba\xf0\x9d\x23\x9b\xc0\x67\x86\xf7\xeb\xf3\x67\x6b\xb8\xca\x88\x69\x98\x98\x03\x1c\x73\x55\x27\x5c\x9b\xa8\x98\x3e\x3e\x20\x82\xf6\x0f\x50\xe4\x8a\x7e\x89\x71\x02\xee\xb9\xb1\xf5\xc9\x9a\x7d\xb2\x66\x84\x47\x09\xa6\x33\x9c\x4d\x6f\x25\x8b\xdf\x7f\xff\xfa\x70\x2e\x7d\xc8\xef\x28\xfd\x31\x83\xc8\xe0\x3d\xfd\xa9\x6b\x40\x3d\x49\x53\x62\xb9\xe6\xae\x64\x5b\xe4\x03\x05\xec\x91\x5c\x08\x58\x58\x92\xac\x62\xeb\xec\xe0\xb8\x2d\x25\xad\x60\xde\x01\x0a\xbe\xc7\xf9\x62\x59\x04\x4c\xea\xc0\xfc\x2c\x90\x2a\x90\x94\x93\x0c\x29\x45\x59\xb8\x60\xb7\x0a\xc7\x83\xaf\x82\xf6\x7c\xe7\x1b\x4f\x71\x79\x6b\x90\xf6\x0b\x9b\x60\x79\xef\x86\x98\xcf\x8e\x78\x16\x69\xb0\x7a\xd5\x81\x00\xc5\x3d\x52\x38\x84\xc1\xa9\xd9\x77\x65\x5f\x66\x7c\x38\xdf\x0c\x04\x1a\xfa\x4b\x14\x41\xb8\x48\x21\xd1\xa5\xb9\xa0\xc7\x80\xb8\x0b\xd4\xe1\xb5\x6f\x0c\x60\x00\xf2\xc9\xd5\x59\x5f\xe8\xe2\x2d\x1e\x49\x9b\x91\x5a\x82\x7f\xdf\x97\x9e\x6a\xae\x90\x5b\xee\x0d\x0e\x39\x81\x40\x00\x14\x3d\x5f\x2e\xe7\x53\x1f\x24\x76\x3b\x26\x95\x79\x55\x4b\x43\xe3\x8d\xb1\x28\x82\x81\xc4\x6f\x1f\xf9\x51\x52\x5d\x4e\x8e\x54\xa9\x49\xca\x37\xab\x56\xb7\x03\xe8\x83\x45\xd1\x05\xfa\x79\x62\x4c\x3c\x2c\xe7\x42\xb2\xfc\x1e\x65\xbf\x6f\xc8\x91\xb9\xb3\xed\x33\x0b\x5c\xd3\x2d\xa0\x02\x57\x12\x11\xde\x91\x88\xfc\xe4\x03\x64\xfd\x21\x30\x8a\x0a\x26\x17\xb3\x3c\xee\xca\xed\xfe\x90\x8f\xd0\xca\x39\x9c\x22\xc7\xc6\xa2\x63\x13\x51\x24\x90\xc2\x5d\x1e\x37\xe5\xf7\x81\xeb\xe6\xf5\x42\x6f\xae\xfc\xe6\xb6\xf3\xae\xf8\x2b\xea\x93\xd3\xc6\xaa\xc7\xa3\xeb\x1f\xdf\xf8\x6b\x63\x94\x4e\x2c\x35\x5b\x17\x9c\x32\x21\xbd\xce\xb0\x8c\x83\xb9\x0e\x38\x0a\xd8\xf1\x3a\x8d\xab\xde\x7d\x87\x28\x4c\xed\x46\xc2\x49\xb0\x46\x26\x43\x8b\x9d\xb1\xa0\x09\x74\x26\xf3\x7d\x96\x67\x18\x77\x0a\xc1\xe3\x87\x64\xbc\xee\xf3\x66\x6c\xd5\x75\x9e\xa6\xd4\x2f\xb4\xfb\xa2\x1c\xd4\x7d\xbe\xda\xad\x37\xf4\xce\x90\xb9\xf9\xfb\xb9\x16\xc0\x5d\xf1\x0f\x68\x94\x8d\x0f\x74\x79\xf1\xe5\x4f\x5d\x79\xf5\x6d\x73\x82\x7e\x34\xb6\x50\x24\xc4\x57\xd7\xdd\x66\xa1\xca\xf9\xe0\xf7\xf8\x65\x3d\xc6\xaf\x41\x3e\xbe\x3f\x33\x8e\xd7\xf3\x53\x94\x90\xea\xff\xe3\x3b\xa9\xeb\x97\xe5\xf9\x0e\x8c\x17\xad\x92\x6f\x25\xff\xee\x6b\xbc\xfc\xbe\xbb\x12\x8e\xd7\xf3\x53\x00\xc3\x79\x91\x8a\xfa\x79\xf7\x74\xcf\x77\x39\x42\x89\x95\xa1\x03\xc3\x2f\x14\xaf\xb0\x1f\xd4\x78\xd1\x88\xf7\xf0\x43\x68\xfc\xa9\x5c\x49\x04\x32\xb8\x88\x62\x51\x34\xed\xcb\x03\xb5\x2b\xf0\x32\x80\x4c\x87\x95\x24\x2a\xdd\x17\x5c\xcb\xe0\x70\xad\x73\x2b\xdd\xb0\x98\xf7\x80\xd4\x5c\xab\xb3\x99\xf6\x37\x51\x03\xe2\x44\x4e\x78\x87\x1e\x1e\xef\x7f\xfb\x6f\xf7\xf7\x7f\x9c\x99\xad\x86\xf2\xf9\x17\x3f\xe1\xfb\x98\xbe\xbd\xee\x19\xac\xa6\x24\x9b\x27\xf9\x24\xf5\x64\x3e\x3e\x32\xab\x9a\x3d\x81\x23\x4d\x25\x4b\x97\x5b\x9f\xdf\x33\xcc\x27\xc8\x25\xbe\x60\x44\x81\x72\xf3\xed\x77\xfa\x04\x74\x59\x6b\x48\x1c\xec\x18\x62\x38\x2c\xa7\x92\x5a\xf0\x2e\x2a\x8c\x89\x17\xd8\xf4\x67\xc1\x32\x27\x40\x73\x15\x31\xe2\x2b\xf0\x5a\x06\x4a\x51\x79\x93\x41\x08\x51\x2d\xc4\xb6\xd7\xf9\x83\x5b\x08\xa6\x85\xfa\x42\x73\xe5\x9c\x84\x7d\x11\xc7\x7d\x0b\xf6\x4f\xd3\xc0\x42\x7f\x9b\x96\xf8\x78\x54\xd7\x13\xcc\xff\x4b\xc9\x33\x04\x78\x18\xfc\x20\x6b\xcb\xa0\xb6\xcd\x81\x65\xc1\xa4\xd7\x52\x75\x2b\x58\x84\x0a\xcd\x65\xae\x19\x93\xc2\x2b\x1e\x26\x02\xe9\x71\x04\x92\x9e\x53\x79\x8f\x8f\x07\xb0\x0d\x3b\x52\x55\x96\xd3\x30\xf2\x3f\x21\x7e\x41\x05\xdc\xa1\xe8\xc2\xba\xb2\x74\x8d\xf2\x5a\x29\x12\xf0\x66\xfa\x8a\x59\x93\x00\x5f\x03\x8b\xa5\xab\x55\x80\x19\x45\x98\x7c\x4b\x0c\x70\x1a\xf8\xd9\x2c\x8e\xb8\x86\xa0\x0c\xa8\x57\x1f\xea\x0a\xe2\xa4\xb0\xe7\x86\x57\x09\x49\xf4\x29\x80\x3e\x56\x09\xf3\xcd\x73\xa5\x8f\x9b\xf9\xba\x5c\xca\x18\x4f\x3b\xa0\xb6\xf2\x14\xac\x7e\xd7\x25\x32\xf7\x4e\x71\x74\x3d\x7f\xae\x66\x09\x05\x9e\x7e\x70\x3c\x47\x36\x54\x7f\xd5\xdc\xaf\xe7\xe2\xed\xfd\xb9\xe0\x08\x5e\xf2\x03\x9a\xad\xf9\xe2\xcb\x5f\xa5\x7f\x57\xa1\x4a\xc4\x72\x43\x1f\x82\x60\x0f\x34\x02\xff\x80\xd4\x5d\xc5\x1c\x1b\x90\xf1\x32\x6c\xec\xf0\x99\x22\x2e\xdb\xb5\x8b\x99\x64\x6c\x01\x3f\x6b\xd3\xbb\x52\xc1\x4a\x0f\x27\xe8\x04\x3f\x4f\xcd\x8c\xdd\x0a\xaf\x60\xfd\x6b\xb9\x01\x89\xc1\x55\x82\x11\xca\x17\x14\x38\xce\xe2\xc3\xda\x15\x2e\x96\x64\xe3\x02\xd4\x6a\x0d\xde\xa0\xa4\xae\x86\x7a\x5f\x8f\x49\xb6\x45\x84\xad\x5d\x80\x08\xaf\x16\xbf\x2d\x88\xed\x08\x62\x8f\x18\x76\xa9\xa1\x01\x58\x73\x45\x04\xba\x5c\x73\x7d\x70\xcd\xff\x90\x0c\x8e\xda\x12\xea\x6b\x43\x6a\xdd\xc9\xd6\x3f\xdb\x97\xe2\x85\x3f\x76\xa5\x8c\x3d\x66\x2f\xdc\x90\xfe\x7c\x1c\x1c\xb6\x92\x6d\x1c\x84\xe1\x16\x97\x3b\xd1\x18\xa0\xaa\xf5\x16\xfb\x04\xd1\xba\xa5\xf5\x6d\x0d\xd6\x0d\x67\x46\x31\x62\x46\x3f\xa0\x3c\x64\x8d\xa0\x5a\xdc\x63\x8f\xf9\xe2\x31\x80\x8a\xcc\x2c\x9f\x04\x11\xf8\xf1\xba\x4a\xf1\xbe\xaf\xc0\x02\xc7\xc5\x6f\xe3\xd3\xc1\xcd\x60\xea\x2f\x08\x99\x02\x7d\x6d\xa7\xe9\xed\xb9\xfb\x3b\xbc\x6f\xa8\x96\x68\xd4\x2d\x82\x97\xfd\x47\x12\xec\xa9\x32\x5f\x90\x86\x0b\xd2\x3c\xdf\xda\x54\xbd\x19\x7f\xda\xde\x9c\x0b\x16\x86\x56\x7f\xf4\xf2\xdf\xb7\xf2\xe8\x3e\x59\x5a\xda\xf0\xe1\x32\xd8\x75\x9e\x1f\x18\x8d\x4b\xd0\x5f\x80\xec\xb7\x05\xe1\x20\x32\x2e\x61\x37\xaf\xeb\x88\x5c\xb0\xc0\x07\x51\x30\x45\x6e\x4b\xa8\xda\x38\xc2\x86\x00\x87\x8e\x12\xd2\x42\x2c\x49\x73\xf1\x6e\xe0\x3a\xa3\xf8\x2a\x1e\x17\x9a\x09\xc3\x5e\x42\x69\xef\x30\xa6\x7b\x25\xfc\x7c\xa7\xcd\xd5\x63\x9f\x64\x57\x86\x3c\x7a\xd5\x4a\xf5\xa2\xaa\x77\x0a\xf0\xb8\x52\x75\x79\xa0\xfa\xe4\xf4\x23\xd0\x65\xbc\x33\xe6\xff\xfa\x05\x00\x8c\x87\xe2\x8d\x23\x7e\x43\x15\x9a\x3e\x08\x96\xc7\x95\xb9\x8e\xad\x64\x17\xae\x01\x66\x30\x98\xd7\x4c\x23\x89\x57\x24\x57\x1a\xcb\x38\x7c\x5c\x96\x3a\xae\xc6\x1d\xec\xc2\x22\x64\xdb\x3a\x06\x59\xb2\x6a\xd4\x97\x1e\x64\x5f\xde\x21\x90\x88\x6a\x16\xc4\xc3\x10\x94\x2c\x5d\x2a\x6c\x5c\x23\x81\xe8\x0b\x63\xdf\xff\xe4\x2d\x35\x6f\x8c\xb8\x1f\xf0\x93\xc7\x90\x3b\xc3\x53\x5e\xe6\x38\x95\x85\x6e\x73\x9f\x86\x6e\xf3\x75\x1e\x3a\x1f\xc6\x36\x1c\x66\xa2\x9f\x62\xdd\xda\xb9\xd7\x39\xef\x42\x24\x76\xd9\xe8\xd3\x92\x71\x03\x5d\x90\x6a\x70\x82\x97\xea\x0d\x3a\x7a\x64\x87\x31\x2c\x60\x4d\xfa\x16\x8c\xe4\x73\xe4\x56\x6f\x10\x9e\xba\xae\x2b\x83\x7a\x09\x97\x66\xdb\xb6\x19\xf8\x29\x60\x71\x3d\x2a\xc5\x9d\x2a\x7b\x23\xcb\x98\x5b\xdf\xd1\x67\xa8\x3d\xa3\x2e\x36\x68\x1a\xc0\xb8\x67\x03\xe0\x87\xcc\x9e\x9b\xab\xd8\x3e\x96\x0a\xf5\x11\xc0\xaa\x7d\xc0\x2c\x30\x46\xcb\x51\xc1\x0d\x57\xf0\x0e\xaf\x6f\xa1\x29\xe1\x0a\x39\x2e\xb7\xd5\x92\xe3\x96\x5e\xdf\x0b\xb7\x8c\xfb\xde\x36\x38\x4f\xe7\x1c\x9f\xf0\xd6\xd3\xfa\xb6\xc2\x14\x0e\x17\x6a\x20\x7a\xb5\x42\x32\x23\x97\x6a\x1a\x22\xb8\xb2\xcc\xe2\xef\xdf\x19\x27\x3f\xb6\x27\xc4\x50\x79\xb3\x35\xbc\x19\x2e\xa3\xff\xf2\x7a\xb8\x7c\x8a\x61\xb0\x5b\x82\x63\xa4\xdc\x1c\x7e\xb9\x1f\x24\xaf\xbe\x8d\xf1\x71\xf8\xe5\x3a\x34\xee\x40\x5c\x3a\x93\x96\x4e\xea\xbd\xef\x1a\xd5\xa7\xc3\x76\xd4\x8a\xc1\x73\xc1\x31\x88\x22\xd0\xb3\xf9\xe2\x0d\x59\xb0\x79\xff\x04\x1c\xf6\xae\xe1\x99\xda\x3a\xaa\xb6\xad\x66\xae\x9f\x7c\x0d\x85\x60\x2d\xba\x2b\x63\x16\x30\xad\xc0\x2c\xc4\xeb\x6e\xff\xa2\x3e\xd3\xa4\xe2\xe3\x27\xf5\xf2\x89\x7b\x58\xfa\xe6\xae\x00\xd2\x7e\xf8\x86\x7b\xe2\xf5\xa4\xf0\x93\x33\xf6\x2a\x05\x8e\xa0\xf2\x8d\x2b\x5e\x93\xd3\xfa\xb6\x33\x4c\x21\x7b\x7e\x1d\x66\xca\x51\xfa\xd3\x41\x55\x49\x5c\x97\x9b\x5e\x3d\x6c\x40\x7d\x67\x02\xe2\x54\xbd\x1e\x38\x1d\x7b\x49\x5a\x3e\xf1\x2e\x2c\x50\xea\xc1\x38\x52\x6d\x7e\xae\x61\xfc\xd9\x6e\xb8\x06\x74\xa2\xbe\x05\x02\xf1\x11\x71\x7d\xbf\xfd\xf3\xee\x47\x16\x9b\x27\x9c\xf0\x7d\xa5\x5c\x6e\x76\x89\x06\x2e\x57\xa8\xa6\x5a\x1a\xcd\x86\x05\x79\xd2\xe8\x76\xf4\xde\x06\x67\xb5\x42\x02\xf5\xdc\x7c\x36\xf9\x29\xd4\xe6\xc8\x78\xf5\x09\x53\xa5\xe7\x46\x4d\xc5\xd7\x24\x69\x88\x83\x11\xd9\x36\xa3\xe1\xeb\xae\x6b\xbd\xea\xcf\x0e\x9c\xbd\x78\x8b\x76\x69\x34\x2c\x74\x90\xea\x93\x5b\xc8\xca\x40\xc6\x82\x70\x94\x1f\x69\x7d\x5b\xcd\x20\x9d\x5a\x83\xb5\xae\xf3\x04\xe8\xf2\x40\x1f\x8f\x05\x4c\xe5\x15\xdc\xf8\xd2\x10\xca\xd5\x38\xb2\x26\x0c\x90\x51\xdc\x27\x55\x0e\x02\x6a\x8e\x73\x4e\x5e\x22\x1d\x5f\xe2\xf0\x96\xe4\xe4\x2d\x1d\x3f\xc2\xdb\x47\xc6\x10\xdd\x47\x23\xa0\x7d\x2c\xda\xe7\xf9\xb3\x58\x27\x96\x96\x66\x25\xeb\x8a\xac\x01\x85\x49\xbc\x58\x04\xd5\xab\xb8\xa2\x5e\x0a\x20\x04\x2b\x95\x5a\x33\x8c\x42\x8d\xda\x8c\xb4\xf8\xe2\x5a\xc4\xac\xd8\xa8\x3b\x0f\x80\x99\xf2\x16\xd1\xe0\x00\x55\x17\x97\xb4\x69\x32\x67\xa5\x6e\x88\x43\x99\x9a\x27\x35\x91\x2c\x68\x2a\x20\x14\x20\xfe\xb2\x69\x5a\xdf\xca\x4e\xb2\xc4\x62\x17\x11\x00\xea\xe7\x0e\xdf\xd1\x1b\x72\xd1\x5a\x93\x74\x50\xc3\xf6\xf0\x92\x70\x0d\x57\xd2\x3e\x82\xda\xc1\xaf\x0b\xcb\xdb\xc1\x4d\x3e\xdf\x4d\xa6\x3e\x7a\x06\x2f\x7b\x5f\x5a\x21\xb6\xd4\x99\x5a\x01\x8a\x62\x01\xf8\x70\xa5\x81\x24\x46\x6f\x2a\x93\x01\xd8\x76\x4b\x95\x54\x02\x7d\xc0\xc7\x62\x37\xd8\xcd\x6b\x15\x1f\x9c\x5b\x40\x00\xf8\xe8\xac\x15\x50\x59\xb5\xb9\xda\xd8\x7d\x6b\x98\x1d\xe9\x9d\x55\x66\x26\x6f\xc0\x46\xda\x27\xc4\x91\xd1\x81\xec\xa4\x88\x16\x6a\x5e\xa1\x55\x0c\xf5\x92\xa5\x54\xef\x2e\xb0\xd1\x61\x67\xf4\x4e\x68\x00\x88\xf0\xae\x79\xa9\x68\x7b\x78\xe1\xea\x23\xc6\x4b\x33\x62\xcb\x4a\x1f\xc8\x29\x86\xd2\xb9\xde\xe9\xf3\x1d\x30\x4f\xbb\xc0\x7b\x64\xbc\x68\xa3\xe2\xea\x07\xa9\x40\x4f\xf1\xde\x65\x20\xbb\xc3\xa8\x5a\x3b\x55\x6b\x91\x9a\x5c\xa9\x05\xab\x78\x9b\x1d\xb1\xc7\x41\x5e\x50\x61\x3d\x28\xe6\x8d\x30\x18\xf7\xd2\x27\x58\xc9\x7c\x63\xe4\x99\x63\x0b\x07\xf7\x5f\x45\xbe\x33\x72\x44\xa6\x82\x42\xa2\x6a\x43\xd2\x86\x2f\xe4\xfe\xc9\xf2\x10\xaa\x3d\x82\x2a\x3a\x31\x78\x56\x3a\xfb\x48\x18\x5e\x94\x98\x91\x16\x0b\x50\xb1\x83\xba\xb6\x87\x17\xaf\xc4\x15\xd7\xb5\x70\xf2\x35\x3c\x81\xf6\x74\x78\xbf\x27\x96\xbf\x3f\xee\xaf\xbf\x7d\xf9\x7a\x7f\xee\xea\xf7\xc7\x7d\x7e\xf2\xf2\xdf\x97\xee\xc7\x3e\xdb\xa3\x81\xe7\x92\x5b\x39\x22\x5c\x0e\xbc\x54\xb0\x5d\x17\x10\xe3\x4e\x79\x52\x29\xb7\xc7\x00\xc8\x65\x0f\x55\xf2\xea\x64\x18\x42\xc4\x35\xff\xa2\x37\x33\xed\x66\xfd\x4c\xf3\x36\x6b\x39\xfc\x26\xcf\xeb\x7e\x50\x24\xcd\x3c\x6f\x0f\x4b\xa4\x99\x66\xb0\xee\x4a\x19\x1f\x55\xf5\x94\x8f\x4f\x3d\x59\x57\x81\x8a\xf5\x9f\x56\xd3\x39\x8f\x97\xb9\x8d\x54\xfb\xe5\x9b\x76\xf4\x4e\x90\xf1\xba\xc9\x01\x9f\x3b\xec\x44\x47\xf0\x3c\xd9\x13\x13\x41\xb8\xfb\x5f\x78\x87\x5c\x9d\xde\x00\x54\x3f\xdf\x09\x10\x1d\xec\x32\x18\xb5\xb6\x08\x0f\x59\xcb\xed\x70\x5d\x02\x47\xe9\xf5\x48\xfd\xf6\xf7\xbf\xff\xf3\xbf\xdd\xfc\xf6\xbf\xcf\x1b\xa8\x5e\x3a\xff\x72\xf3\xdb\xff\xfe\xbe\x05\xd4\xbe\xec\x02\x29\x6b\x83\x85\xf1\xd6\xd7\xe2\x0a\xff\x76\x96\xe2\xfb\x48\x73\x19\x05\x06\x7f\xcb\x55\x28\x50\xfc\xe7\x8a\x1e\x25\xc1\x17\x52\xa1\xfa\x28\xd5\xdc\x81\xab\xa7\x39\x1c\xc7\x70\x04\x33\x4c\x84\x82\x40\xd3\x40\x16\xee\xbb\x90\x68\x76\x7d\xac\x22\x0f\x0c\x70\x36\x97\x60\xae\x36\xda\x85\x5a\x67\xd4\x29\x78\x19\x34\x2e\xd4\xa8\x27\x89\xdc\x7a\xbf\xa4\x14\xef\x57\x7f\xbb\xe5\x25\x18\x22\x1b\xb0\xde\x82\xda\x0b\x2c\x96\x50\x22\x7b\x6e\xf8\x07\x2c\xcc\x92\xab\x86\x49\x12\xd9\x81\xc8\x61\x6c\x17\x19\xdf\x01\x91\x17\x81\x02\xe0\x51\x02\x77\xd3\x2d\xd8\xfe\x2a\xd4\x48\x60\xf0\x0e\xe2\x10\x3d\x3b\xe9\xf5\x3b\x66\xb6\x66\x27\x01\x4c\x6d\x80\x04\x7b\x07\xc8\x75\xd6\x39\xa3\x50\xc7\xa6\x9d\x07\x01\x4f\x00\x06\x57\x68\xa6\x88\xa4\xd4\xcb\xda\xca\x29\xa3\x9e\x80\x0a\xf0\x75\x00\x83\xcf\x87\x15\x1b\xf7\x03\x6c\xa3\xa3\xac\xd4\x63\x40\x23\x64\x8f\xfa\xfa\x25\xc3\x35\x5b\xbf\x72\x21\xef\x56\x5f\x99\x51\x2b\x29\x71\x26\x78\xe8\xe1\xaf\xd4\x6c\x9a\x81\x12\x96\x67\x7b\xcc\xc0\x10\x0b\xc8\x30\xd7\x34\x09\xd6\x59\x18\xd4\x9a\x5f\xa7\x12\x98\xed\x93\xba\xe4\x23\xc9\x77\x65\x3f\x78\x3b\x2b\xb6\xdb\x33\x43\xdd\xbc\xe4\x07\x93\x61\xd8\x81\xff\x51\xe5\x02\xce\x3b\x4c\xe0\x21\xe1\x60\x34\x5b\x41\x74\xe1\x04\x7c\xed\xf1\x7b\x7c\xed\xf1\x5b\xa1\xd4\xbc\xf0\x09\xe7\x9f\xed\x56\x82\xb5\xd8\xdb\xc0\xf4\xc7\xe3\x68\x74\x9c\xc5\x3a\xa9\xfb\xc4\xeb\x2e\x71\x55\xfc\x21\xc2\x9b\xb0\x4f\x2b\x8d\xf0\x22\x34\xb8\x74\x60\x7e\x8e\x5b\xaa\x18\xf3\x2d\xe2\x43\x34\x5e\xd8\xbc\x91\x1b\x23\x42\xa2\xad\xdd\x97\x02\x00\xd6\xa7\xf1\x20\x1f\x3d\x5e\xed\x95\xc0\x83\x21\xd2\x48\x9f\xef\x10\x28\x93\x79\x2e\xd9\xab\x89\x17\xd4\xe5\xcf\x2a\x19\x75\x61\x93\xce\xa0\x01\x86\x3d\xdd\x6b\x0a\x3b\x94\x6e\x25\xa0\x00\xfc\x75\x51\x98\x60\x6a\xc2\x90\x0e\xf3\x92\xe6\x98\xe1\x00\x3f\x69\x29\x8c\xb6\xd1\x80\x5e\x27\xaa\x7f\x3b\x14\x9e\x9f\x6f\x7e\xda\x7e\x3b\x37\x65\xd3\x8b\xe7\x47\x2f\xff\x51\x90\xc2\xce\x68\xc2\xbe\x38\x74\xe2\x0a\x20\x22\x46\x1a\x10\x60\xa6\x24\x0d\xa4\xa4\x02\x09\x44\x8c\x58\x60\xc4\x18\x9c\x90\xe0\xba\xf0\xe8\xe1\x70\x37\x1f\xd0\x80\xb7\x82\x95\x94\x91\x2d\x69\x23\x29\xf7\x6d\x6d\x6b\xca\x58\x1f\x8b\xbf\xba\x50\xa7\xc8\x91\xb6\x00\x40\x1d\x80\xf3\xc5\x65\xe6\x85\xcd\x82\x78\x82\x16\x39\xd6\x16\x6a\x65\x07\x9b\xd7\xee\x36\x9f\xef\x80\x8e\xeb\x22\xbe\x5c\x01\xba\x67\x32\x35\x83\xce\x0b\x50\x05\xe1\x7d\xe2\x10\x1c\xc4\x75\xab\x7d\x66\x2e\x35\xe2\xab\x5c\xf4\xed\xc1\xc7\x23\x0a\x94\xb1\x09\xa6\x1e\x1f\x09\x5c\xb3\x4c\x23\x7e\x46\x90\x9a\x71\x3b\xdc\xfd\x5e\x60\xb5\x8f\x99\x1c\x7c\xc8\x67\xae\x72\x5e\x59\x2e\xb0\x60\x9e\x55\xf8\xf5\x58\xd8\xde\x2c\x5f\xff\xe7\xaf\xff\xd7\xfd\xc3\xe3\xed\xb9\x40\xc4\x7e\x4a\xbe\xff\x35\xff\x23\x4e\xfa\x08\xae\xec\xd7\x3d\x5c\x59\x74\x64\x6b\x3b\x86\x1b\x95\xf2\xb4\x02\x90\x9e\xa4\xf9\xb9\xd6\x59\xe9\x88\xd3\x02\x11\xf8\x91\xa2\x6d\xfc\xfc\xb9\xa4\x28\xf1\xb2\xb5\xbc\xa6\x57\xf4\xa5\x45\xa5\x5c\xe1\xb4\xf5\xda\x9f\x0e\xc5\x95\x5d\x15\xcf\x77\xd6\x8c\xa0\x66\x4c\x92\x11\xf9\x42\xae\x7a\x5e\x73\x41\x7a\xa1\x6f\x0f\x36\x7d\x97\x04\x64\x52\x93\x80\x46\x43\x2a\xe1\x95\xfa\xe6\x82\xa0\xab\x19\x19\x8b\xf1\x82\x44\xc4\x38\x0c\xff\x6f\xb9\x12\x05\xd0\xdc\x28\x4b\x6e\xa9\xa1\x0e\xb8\xf5\x2c\x0e\x51\xdd\x35\x2e\xbc\xcd\x36\x10\x6e\x3f\xa9\x8c\x4f\xca\x61\xa1\xe3\xbd\x31\x2c\x80\x54\xa4\xfb\x2c\xba\xae\x2c\xb7\x81\x0a\xb2\xc3\xe6\x02\x10\x57\x0b\x20\xae\xdc\xec\x71\x07\xcd\x15\x78\x7f\x2e\x51\xcf\x76\x1d\x67\xaf\x36\x66\xcb\x35\x22\x17\x5a\x84\x54\x59\x96\x4e\xf6\x76\xf9\x38\x1f\xf6\xfb\x2d\xe0\xf7\xeb\x9d\xa4\x74\x39\x64\x3e\x9e\x72\xa9\xad\x52\xe7\x2b\x69\x18\x2d\x11\x1c\xdb\xa8\x04\x7e\xb3\xbf\xad\x13\xd1\x1a\x75\x4e\xe5\x16\xbe\x7c\x18\xde\x1b\xcc\xa5\xf0\x3c\x16\xe0\xb3\x81\x61\x50\x0a\xe9\xbc\x12\x46\xcc\xb8\x5f\x80\x7d\xd1\x31\x25\xc0\xe4\x41\x19\x07\x0d\x5a\x51\x80\x6b\x65\xac\xc7\x02\x2f\xad\x5d\xe2\x92\x17\xc8\x4b\x92\x91\x05\xec\xe7\x2e\xe4\x0d\x38\xe4\xad\xd3\x18\x57\x1a\xa8\x68\x58\xb2\x9a\x37\xe7\x45\x14\xd4\x8e\xac\x63\x04\xc4\x8d\xf5\xee\xfd\xc8\x45\xb7\xea\x05\x4a\x9a\xd4\xbd\x56\xe0\x28\xc7\x15\xaf\x62\x43\x2d\xb7\x3e\xea\x46\x83\x9b\xa3\x68\x62\xd7\xc2\x91\x0b\x03\x6c\x18\x91\x15\xd7\x28\x36\xad\xf5\x31\xed\x16\x4d\x51\x03\x76\xca\x35\x4a\xdf\xeb\x5c\x63\x05\x96\x80\x37\xe5\x55\xb4\xae\x5f\xe1\xd2\x46\x59\x56\xe6\x8a\x34\x5b\x40\xb9\xf9\x01\x70\xdc\xca\x8a\xeb\x86\xcf\x27\x47\xc0\xa7\x87\x87\x6f\x4f\x67\x52\xac\x63\x20\xe4\x9b\x38\xe3\xfb\xeb\x45\xbd\x79\x59\x2f\x2c\x99\x8d\x1d\x1c\xfe\x5b\x4a\xd5\x1d\x20\xfe\xeb\x39\xbf\x42\xe2\x9f\x60\x0d\xdb\x81\xe2\xbf\xa2\x6d\x7d\xfe\x6c\xd8\x83\xa4\x54\x6a\x6d\x3b\x86\xb7\xe0\x28\x37\xbe\xa5\x96\x9e\xd6\xb7\x75\xdc\x81\x42\x85\x15\x6c\x91\x03\x01\x91\x83\xb4\x2e\x11\xef\x06\x36\x96\x6a\xe0\x67\xa3\x2e\x69\x00\x5a\x1d\x73\xb8\xf5\x3c\x48\x3a\x70\x15\x00\x5b\x27\xec\xc2\x9a\x54\x9f\xae\xde\x25\xc0\x3b\x33\xe0\x38\x77\x45\xa0\x07\x67\xe0\x7c\xe5\x6a\x34\x9b\xaf\x7c\x02\x40\xd4\x81\x3c\x1b\x8d\x60\x10\xf0\x6e\x0e\xcd\x56\xb6\x79\x02\xe6\x0f\x60\x7b\x57\x32\x04\x8c\x19\x24\x82\xa0\x53\xce\xab\x69\x6e\xc2\x56\xa4\x30\x13\x34\xb8\x12\x26\x5f\xb9\x9c\x50\xc2\x6c\xc7\x05\xd1\x6e\x34\x10\xf4\x39\x61\xd9\x01\x30\x47\xb0\xd7\xd8\xd6\x3a\x46\x61\x03\x0e\xab\x0f\x53\xf1\x75\x62\x60\xb5\xa8\x33\x37\x9f\x14\x08\xfa\x84\x55\x62\x66\x1f\xf7\x39\x70\xee\xc0\xf8\x37\x69\xea\x15\x10\xcc\x53\x43\x8c\x0b\xee\xc7\x25\xa9\x21\x91\x21\x9e\x02\x3b\x15\xc2\xed\x18\x5b\x18\xa4\x0b\xfb\x76\x4f\x3c\xd3\xa0\xc9\xa9\xc5\xac\x00\x02\x89\x80\xa4\x54\x4f\x05\xc4\xf8\xb8\xfb\xef\x5f\x7f\xbf\x79\xf8\xe3\xcf\x73\x7d\x44\x18\xaa\x5f\x76\xe7\x7c\x30\x58\xf7\x10\x31\xff\x99\x83\x75\x14\x17\x51\xd4\xd8\x25\x26\xb0\xfa\x36\x60\xa2\xad\x80\x90\x1d\x81\x4f\xaa\x61\x31\xdd\xba\xfc\x54\x2d\x13\x8f\x9b\x40\xfc\x88\xd7\x75\x34\x4f\x6a\xa8\x5f\xb6\x32\x0b\x46\x99\x75\x6a\x18\xce\xdd\xa0\x54\x76\x17\xde\x7b\x84\x57\x23\x99\xb9\x20\xb1\x5a\xe1\x22\x55\xf6\x75\xc3\x62\x95\xc5\x5a\x35\xc3\xb6\x96\x9b\xfa\x0a\xd2\x31\x46\x0c\xe4\xb5\x06\xd0\x9a\xea\xc2\x52\x1d\xd8\x12\x03\x25\x77\xd2\xa8\x11\x80\x55\xa7\x0b\x7c\x95\xa6\xe4\xd1\x22\x61\x89\x6c\x6c\xf3\x1c\x54\x19\xa0\x2e\xbe\x3d\x0d\x42\xa2\x7c\x81\xf1\xbe\x4f\x98\x73\xfd\x6d\x95\x0f\x80\x94\xc7\x57\x13\xc8\x98\xad\x93\xcc\xd8\x1c\xe0\x75\xe4\x15\xbb\xcf\xa5\xc4\x9a\x57\xda\x35\xaa\xba\x05\xc0\x8a\x40\x61\xcd\x5c\x14\xd3\x58\x7c\xf3\xee\x60\x42\xd5\x46\xd6\xe1\x68\x28\xb0\x17\x8e\xb2\x73\xf5\xfb\xb2\xee\x6d\x72\x35\xc3\x85\xb1\x4e\xb8\x02\x28\x1c\x0a\x93\x30\x58\x62\x41\xea\x5e\x71\xbd\x32\xb6\x1d\x32\xe5\x10\x9a\x6f\x1d\x0d\x3e\x02\x7f\xc0\x8f\x8e\x01\xfb\xb1\x1f\xfd\x6b\x69\x7b\xce\x61\x17\xa5\x37\xb1\x7d\x6d\x9a\x6d\xa4\xb6\x4d\x7c\x87\x0d\x4c\x3f\x71\xdb\x70\xdb\x27\xe1\x6c\x7c\xd3\x1a\xe3\xe6\xf0\xdb\xdd\x7e\xc5\x57\x6c\xb6\xf1\xed\x04\x08\x0f\xd5\x37\xac\x8d\xef\x56\x75\x1e\xd5\x02\xca\xab\x8d\x4b\x29\xbe\x47\x1d\x57\xb5\xdf\x9d\xb6\xad\x21\xbc\xbf\x51\xb5\x2b\x50\x76\x6d\x80\x32\x6f\x9f\xd8\x57\xdd\x4d\xbc\xee\x32\x6d\x5e\x9e\xe1\xe7\xcf\x4d\x95\x86\x6c\xac\x0e\x2a\x73\x63\xb5\x12\xc7\x5d\x55\x16\x6c\x72\x86\x4c\x2b\x6c\x72\x6d\x73\xb0\xc9\xb5\xfd\x26\x77\xa9\xb3\x53\xbf\x72\xc9\xbd\xf1\xc6\x6f\xe7\x02\xa0\x10\x6d\xa3\xfe\x85\x0c\xa5\xe1\xb5\x48\x1f\xd4\x79\x53\x2e\xf1\x48\x87\x4f\x12\x02\xc7\x06\x02\xc7\x56\x5d\x49\xd9\xb0\x20\x1b\x11\x84\x64\x1b\x17\xfc\x8e\x1b\x45\x37\x8d\x78\x5e\xf9\x22\xbf\x51\x26\xab\x47\x3f\x37\xe2\xb1\xa9\xea\xeb\x73\x9d\xae\x0b\x6d\x6a\x19\xd4\x8e\xbb\xa7\x71\xdf\xd4\xe2\x6b\x3b\x3c\xe8\x31\xc3\xda\x71\x91\xc3\xc6\x79\x93\x9d\xb3\xbd\x39\x33\x2d\x67\x7b\xf3\xcf\x8f\x60\xde\xf6\x5e\xd0\x60\x77\x62\xa3\x7e\xd5\x85\x80\x74\x79\x61\xae\x70\xfb\x52\x8f\x88\x16\x38\xc5\x3b\xcd\x6b\x0b\x9c\x58\x58\x97\x0a\x75\xe4\x0b\x27\x9c\x64\x4c\xba\xd5\xea\x9b\xc2\x58\xbc\x79\x90\xae\x02\x84\xd5\xec\xe3\x34\x15\x5f\x07\xde\xda\xff\xb6\x37\xff\xfc\x11\xf8\xb5\xed\xcd\x3f\xcf\x42\x5f\x63\xb3\xbf\x12\x7d\x8d\xe1\x86\x95\xee\x1a\x70\x07\x33\xee\x12\xb4\x36\xae\xfd\xbb\x48\x80\x3c\xf6\x38\xe0\x6b\x0e\xee\xaf\xe1\xf2\xde\x0c\xe6\x2a\x10\xe0\xf8\x8f\xdb\x38\xbf\x2f\xc8\x6b\x98\x91\x42\x61\x41\x64\x53\x92\x9d\xd0\xf9\xfe\x3c\x13\xb0\x7f\xfb\xe7\xdf\xbf\xef\xba\xe4\xaf\xfb\xbc\x04\xf1\x39\x79\x98\x0c\x97\x9b\x6d\x8a\xeb\x19\xcd\x7e\xbe\xf3\xb9\x2a\x23\x18\x24\x5f\x46\x26\x72\x1e\x83\xfc\xe0\x60\x3d\xf0\xe3\x4b\x95\x27\x95\x4f\xdc\x0a\x95\xbe\x59\xdf\x76\xbf\x97\x8d\xf9\xfa\x03\xa5\xa7\xd9\x35\x3e\x9c\x2c\x8a\x4c\xba\xda\xae\x45\xec\x16\x44\x8b\x87\x57\x59\xc1\xe6\x8e\x6e\x48\xdb\x88\x4c\x3d\x96\xf1\x9d\xc7\x79\xdb\xa0\x67\x9a\xd6\xb6\x7f\x3e\x7e\x30\x87\x5a\x3f\xa0\xba\x93\x32\x2e\xa5\xcb\xfb\xc4\xb4\xfb\xf8\xc6\x93\x24\x73\x66\x97\xdf\xf9\x19\x12\xc9\x49\x0a\x3a\x36\x7b\x82\xa1\xed\x1d\xc2\xbc\xf7\x91\xe2\x8b\xdd\x02\x7c\xf3\xe4\xcf\xab\x48\x73\x12\x49\xfe\x44\x8b\xfe\xd0\x1c\xfe\xf3\xf1\xac\x39\x5c\x6a\xfd\x4b\xe7\xb0\x59\x92\xde\x16\x5f\xd0\x1a\x22\x9f\x58\x32\xbc\xdc\xb7\x79\xca\x13\x08\xc4\xdf\xfe\x52\x5b\xa4\x21\x95\x0c\x99\xc0\xd5\xcd\xcc\xf2\x94\x27\xce\x3a\xfd\x1b\x40\xba\x1a\x30\x32\x2c\xea\xc9\xae\xf1\xe3\xac\x53\xbf\xd4\xb6\xa0\x9a\xc4\x12\xd1\x56\xfe\xc3\xd3\xf4\x53\x4e\xfd\x50\x4f\xac\xa2\x7f\x3e\xfe\x48\x68\x95\xf7\xc0\x59\x91\x55\xbf\x7e\xfd\x4f\xe6\xf7\xb8\xcb\xd0\xd0\x4f\xf7\xc5\xbf\xd2\x4b\x97\xff\x75\x3a\xe9\xfe\xcb\x72\xf3\x78\x66\x44\x53\x94\xfd\x20\xb1\x68\x9f\x51\x2b\xad\x93\xc9\x4c\x36\x06\xd5\xa6\x17\xd2\x84\x64\xb4\x54\x4b\xa7\xda\x35\x89\x45\x3c\x58\x8d\x04\x24\x04\xee\x02\x6d\xa0\x62\xa9\x01\x23\x54\x36\x32\xe9\x01\x43\x38\x82\x23\xa3\x5f\x70\x17\x9a\xae\x07\xfb\x46\x0f\x86\xa7\x92\x74\x0c\x1a\x73\xc4\x31\xb0\x2c\xc3\x8a\xc5\xb5\xf9\x76\xcf\x06\xf2\x8f\x5e\x53\xb3\x38\x78\x6c\x48\xea\x9a\x60\xaf\xc0\x37\x41\x93\x3e\x0d\x20\x00\xc3\x95\xd5\x62\xc4\x7d\x42\xa3\x04\x25\x89\xd0\x60\x7d\xfe\x0c\x17\x5a\x83\xd7\x8a\x6a\x35\xdc\x34\x62\x37\x06\x69\x89\x48\xb9\x1a\x00\x05\x5d\x5d\x5e\xec\xae\x80\x09\xd5\x39\x93\x50\xa9\xe6\x5a\x4e\x17\x40\x07\xe9\x04\x12\xdf\xac\x2d\x4d\x21\x16\xcb\x20\xea\xe7\x0b\xe9\x46\xa3\x79\xa7\xb1\xd7\x86\x3c\x04\xa0\xea\x95\x8e\x63\x91\x12\x83\x7b\x48\x68\xc5\xcd\x1b\x90\x98\x21\xa1\x8e\xd6\x52\xf3\x9b\x93\x2c\xd4\x7a\x4d\x91\x8f\x42\x56\x5c\xef\x9d\xa3\x51\x93\x91\x26\xa2\x76\x26\x29\xf0\x25\x7b\x43\x7c\x93\x81\xcc\x44\x0d\x31\xf9\xa2\x60\x09\xd0\xa6\x89\xa9\x1b\x27\x57\xc9\x5c\x16\x33\xc0\x6c\xb7\x96\x26\x99\xcd\xc4\x34\x26\x00\xcc\x86\x80\x35\xb7\x98\x02\x23\xb3\x6a\x6e\x95\xfa\x00\xbc\x7a\x05\x25\x9b\x8f\x05\x57\xd6\x46\xad\xd9\x55\x98\x02\xc0\xc9\x3a\x6b\x66\xef\xf2\x32\x32\x9c\x2e\xde\x9c\x56\x48\xdb\xbc\x00\x11\x5b\x9b\xa9\x7b\x27\x69\x1a\x25\x79\x09\x61\x64\x60\x47\x3b\xb8\x9c\xd7\x22\x20\x51\x25\x75\x40\xc9\x54\xc0\x29\x15\xa3\x39\x40\x53\x50\x35\x09\xf5\xce\xa9\xaf\xb1\x0d\xdd\x9f\xdd\xaa\xfa\xcd\x0c\x20\xbd\x74\xe0\x2d\x17\x41\x54\xdb\x14\x0d\x1c\xfb\x11\x2d\x81\xa4\x62\x6f\x09\xa5\x22\x33\x03\x0c\x91\xb4\x58\x6e\x54\x5d\xeb\x90\x99\xbd\x41\x6b\x70\xc9\x94\x0b\x00\x50\xac\x4a\x5e\x60\x83\xd4\x48\x2c\x71\x2d\xde\x15\x51\x71\xfd\xb0\x15\x41\xbf\x36\x40\x53\x54\xea\x3a\x93\x14\x46\x84\x92\x21\x94\x4b\x88\xd9\xfb\x4a\x7c\xcb\xa3\x0a\xe4\xf3\xaa\x15\xb4\x68\xd9\x15\x4c\xa4\xcc\x56\x86\x0f\xc3\x04\x71\x94\x86\xa5\xa8\x00\x53\x45\x75\x66\x62\x6b\xfe\x98\x0a\x47\x31\x6c\xd0\x36\x1a\xc6\xc6\xc8\x16\x27\x77\xb2\xac\x4c\xa3\x80\x5d\xac\x36\x73\x0d\xba\x30\x3e\xf1\xe8\x50\xeb\xd5\x3a\xd5\x29\x79\x36\x12\xed\xa9\x03\x8f\x92\xbb\x05\x45\x5d\xaf\x88\xc2\x09\x3f\xc6\xbc\x50\x29\xde\x8f\x2e\xa3\x77\xeb\x48\x20\x65\x69\xd4\x67\x1c\xbf\xf8\xf6\xb0\x7f\x13\x23\x34\xb4\xad\x04\xfe\x88\xe1\xec\x3e\xcd\x32\xcd\x89\x54\x8f\xa2\x3d\x2b\x95\x86\x0c\xe9\x3a\x10\xab\xe6\xb3\xa8\x93\x68\xa6\xae\xb0\x68\x36\xc4\x04\x17\x85\x97\x68\x46\x53\x25\x6f\xaa\x0b\x9d\x95\x44\x3a\x72\x08\xba\xaf\x1e\xf0\x05\x19\xe6\x80\x85\x7b\x10\xef\xd1\x6f\x15\xa4\x28\x83\xd7\x3e\x4b\x65\x9f\x3f\x08\x5d\xb0\x1d\x70\xf5\x5a\x58\xc8\x1f\xe3\xc3\x9e\x0f\xc7\x57\x9a\xfd\x57\x79\xff\xe1\x7d\xde\xdc\xfb\xed\x99\xa6\xd0\xfb\xed\xf6\xfb\x6b\x70\x1b\xfc\x9f\xcd\x80\xb5\xf2\x97\xaf\x16\xaa\x03\x2b\xd4\x21\xf9\x95\xed\x1c\xe0\x3b\x4b\xd4\x8b\xd7\xdc\x0e\x2c\x5d\x79\x9f\x39\x63\x7b\xa8\xfb\xb6\x83\x6b\x96\xf1\x7c\x37\xdb\x0e\x10\xfa\xfc\x2b\xed\x89\xb6\xce\xbd\x12\x00\x8f\xff\x85\x2b\xad\x54\xc9\x3f\x70\xa5\xd3\x63\xe1\xf2\xec\xc1\x90\x3f\xe0\x8a\x6b\x7b\xe2\x5b\x90\x11\xa8\xbc\xd7\x8d\x7f\xd9\x38\x79\x86\x57\x9f\xe7\xbb\x4d\xb4\xb7\x4c\xbe\x6a\xa2\x95\x19\xf7\x6d\x1b\xed\x8d\x9f\xc7\xdd\x70\xb9\x66\xf6\xce\xf6\xa3\x57\x5a\xa9\xa4\xfe\x13\xae\xd4\x7e\xec\x42\xb7\x27\xd7\x86\x33\x63\xe6\xee\xef\x3f\xc0\x7f\x7f\x91\x9d\x81\x5e\xa8\x6d\x12\x5f\x58\xf3\x1d\x53\x6b\x4b\x36\x4a\x00\x7f\xc7\x11\x1c\x7b\x3a\x69\xf8\x02\x2d\xb9\xaf\xff\x6f\x01\xd6\xb0\x00\xde\x83\x19\x91\x0a\xc8\x98\x89\x70\x1e\xce\x36\x52\xb8\x10\x21\xfd\xec\x57\xbc\xdb\x5c\x69\x2e\x80\x5b\x28\x84\x10\x6b\x18\xe9\x71\xe0\x23\xee\x55\xdc\x4a\x46\xf2\x1f\x10\x3e\x08\xae\x38\xdf\xb4\xeb\x85\xd4\x82\x60\x0a\x6a\xd0\xa1\x22\x03\xaa\x46\xa2\x0b\xd0\xc1\x33\xf8\xb9\x47\xc9\xc3\x07\xef\x6d\xe6\x95\x5f\x7d\xbf\x64\xf7\x58\xb0\x03\x5c\x4d\x12\x9e\xbd\x11\xd0\x5c\x39\xd9\xb8\xe4\x62\x0b\x9e\x3a\x95\xdc\x5d\x5f\xc5\xa3\xa7\x2e\x6b\x7e\x13\x60\xd5\x92\xc5\xf2\x0f\xfc\xc1\x0b\x01\x4e\x84\x6f\x84\x3e\x15\x8a\x85\x71\x0a\xb1\x4c\xa8\xc8\xeb\x48\x7d\xfd\x7f\xeb\x0b\x65\xd4\x9f\x3a\xf6\x3e\xff\x36\x23\x26\x53\xd1\x2a\x8d\x20\x38\x19\x0c\x8c\xb9\x17\x9a\xcf\x9f\x83\xd9\xbf\xbd\x24\x6e\x1e\xa4\x33\x3e\x1e\x13\x69\x1f\x13\x70\xa7\x23\x02\xee\xe7\x3b\xae\x48\x4a\xd5\x79\xa1\xc6\xc9\x02\x42\xc1\xf7\x69\x0b\xad\xd4\x6c\x3c\xe6\x51\x03\x5c\x64\x02\xa2\x4e\x97\xec\x6a\x8a\x26\xc9\xec\x02\x94\x2b\xb4\xb7\xbe\xdf\xdb\x12\x5c\xe8\xfe\x30\x15\xac\x75\xbe\x89\x3f\x7f\x76\x11\xf5\xaf\x60\x3a\x7f\x3b\x0f\x7e\xfa\xe3\xfe\xe1\x4c\x4a\xb4\xfb\xfb\xfc\xe8\xa5\xbf\xbf\x3a\xf6\xba\x63\x2d\xd1\x32\x92\x6a\xbb\xcd\xb5\x53\xdf\x72\xf7\x4e\x30\x9a\x8b\x20\xc2\x4e\xd7\x41\x08\xaf\x17\x8e\x6e\x73\x1b\x4b\x6e\x91\x53\xc8\x09\x8e\x37\x0e\x0c\x18\xdb\x62\x32\xa3\x05\x10\xd6\x65\xc1\xd2\xd3\x02\x80\xc5\x8f\x6e\xeb\x24\xdd\x66\xd1\x34\x3b\xc1\xc3\x16\x10\x96\x06\xe2\xa2\x84\x79\x85\x23\x43\x0e\xec\x20\x04\x77\x07\xd6\x7b\xdb\x0e\x04\x77\x2c\x46\x2d\x8f\xcc\x24\xf0\x5a\x80\xd7\x7a\x3c\xdf\x35\x78\xa0\x7d\x94\x2e\x3e\x9c\x26\xb9\x9c\xde\x10\x40\x8f\x03\x0d\x8a\xd6\xff\xb0\x19\x1a\x1e\x74\xcc\x50\xd9\x01\x2e\x82\x9b\xf0\x5f\x98\xa1\x00\x70\xf1\x25\x06\xd8\x7c\xd4\x90\xf0\x7e\xa1\x82\x3a\x01\xe3\xec\x6a\x25\xd0\x5e\x0c\xd5\x27\x6d\x09\xf5\x7a\xd5\x36\x48\x17\xe2\x1c\xaa\x76\xdc\x2d\x8d\xad\xaf\xb5\x52\x16\x30\x80\x41\xbc\xef\xd0\x37\xa1\x07\xe2\xe8\xb6\x0d\x5f\xde\xa2\x7e\x82\x04\x19\xd4\x0c\xdc\x49\x1e\x19\x31\x5c\xb6\x76\x98\x02\x1d\x66\x85\x54\xea\xb7\xdc\x96\x35\x3d\x46\x0b\x22\xb1\x90\xcb\xcc\x49\x24\x66\x87\x0f\x82\x1e\x8e\x55\xec\x9b\xb6\xcd\x40\x37\xb5\x5b\x2d\x8b\x01\xb0\xa9\x64\x3c\x83\x37\x8f\xaf\xa6\x1c\xeb\xaf\xeb\x4b\xb9\x23\xf0\x73\x9e\xc8\x64\xbb\xbf\x3f\x33\xf8\xe6\xfe\xfe\xf7\xef\x6f\x12\x8d\xe7\xc1\x26\xa1\x2d\x76\x09\xc3\x36\xd1\x1a\xd4\xeb\x39\x5f\xb6\x0a\x3e\xde\x2b\x3a\x92\x1b\xc5\x8e\x77\x8b\xd2\xb1\x5d\x20\xb9\xb2\x63\xa9\x2d\x3d\x74\xe3\xf5\x78\xbf\x67\xbc\xa6\x84\xf3\x31\x09\x30\x95\xa0\x39\x2b\x35\xd5\xd5\xb3\xdc\x25\x0e\xd7\x91\x89\x20\x0c\xa1\x39\x0e\xc7\x27\xb0\x16\xc1\x2d\x05\x6f\x64\x0d\x2a\xb5\x2a\xb1\x8d\x20\x33\x3e\x10\xec\x31\x4c\xe5\x68\x27\x61\x58\xd1\x87\x9c\x18\xa9\xf5\x40\xfe\x3f\xda\x4d\x7c\x3b\x69\xa0\xd0\x93\x1e\x4f\x76\xb8\xa3\xf4\xf6\xb2\xa5\xe8\xd1\x9e\xc2\x2b\x69\x9c\x29\xf0\x25\x86\xdf\x95\xef\x2c\x86\xad\x85\x63\x6f\x91\xdd\xe6\x22\x87\xbb\x4b\xc7\x9c\x10\x7b\xb3\xbf\x00\x3b\x62\xdd\x60\xec\x70\x87\xf1\xe6\x83\xfa\xd8\x2a\xa2\x8b\x0a\x5c\xb8\xe5\x14\xca\xe1\xfd\xc3\x1f\x0f\x37\xdf\xce\xb5\x0f\x45\xe1\xef\x1b\xfc\xf5\x6b\xd9\x03\x11\xb5\x54\xf6\x32\x27\x9c\xc9\xbc\xca\x92\x4f\xc6\xed\xb4\xc8\x29\xe3\x34\x1e\xc1\x35\x12\x5d\x4f\xaa\x26\xa0\x5a\x19\x4b\xac\x30\x69\x5d\x61\x42\x43\x7b\xcc\xeb\xf1\x3e\xca\xe9\x60\x41\x3c\x58\x89\x5c\x26\x03\x11\x8d\x68\x23\xb0\x49\x17\x2c\x92\xe8\xf3\x2c\x12\x4e\x15\xb9\x04\x3a\xf1\xc5\x2c\x88\xd7\xf1\x59\xe1\x7b\x24\x0e\x9a\xd1\x78\x42\x04\x86\x4f\x13\x8e\x05\x80\x11\x40\x14\x60\x54\x7e\x74\x0b\xb8\x0e\x4d\x20\xc8\xf6\x45\x64\x84\xf8\x30\x1e\xa5\x03\x76\x6b\xe2\x73\x1e\xb7\x75\xd1\xbe\x43\xc0\x45\xa8\xf4\x88\xa3\x0a\xf6\x86\x79\x22\x7a\xf7\xfe\xcf\xdf\xbe\xfc\xf4\xed\xef\x67\xf2\x2e\x78\xe9\xfc\xf8\xed\xef\xc7\xf4\x0b\x2a\xaf\xc2\x17\xb8\xda\xe1\xe6\x59\xe5\x36\x5b\x25\x9b\x15\xe6\x4d\xc1\xe4\xf3\x59\xaa\x5d\xf3\x6a\x82\x2c\x34\x7c\x46\xc8\xb8\x96\x31\x6e\x87\x2d\x6b\xc1\x04\x4b\xa8\x76\x4d\xab\x2d\x14\xaa\x21\x7e\xcc\xbb\x0a\xe2\xff\x6d\x1e\xf6\x04\xab\x11\xcc\xa5\x3e\xbc\x5b\x0b\xd0\x52\x34\x63\x19\xa0\x4a\xe9\x73\xff\x49\x94\x5a\x1d\x81\xa4\x32\x90\x13\x48\xd5\x17\x92\x4e\x0d\x04\x1c\xc8\xf7\xaa\xc4\xd5\xf7\x1a\x61\x45\xa2\xd6\x18\x30\xd7\xed\xb8\xf5\xb3\x50\x1b\x75\x2b\x83\x6c\x02\x95\xad\xb2\x2e\x46\xa2\xea\xdb\xa0\x4f\x42\x92\x3e\x91\x6c\x5b\x6a\x16\x62\x46\xca\x6a\x81\x31\x4f\x89\xc5\xd6\xb0\x1e\x1f\x42\x15\x93\x36\x31\x38\x34\x10\xf7\xcc\xa5\x51\x11\x7c\x6b\x23\x0d\xa3\x6e\x38\x62\x70\x51\xf2\xb5\x88\x5d\x4a\x79\xb7\x59\xb1\x18\xc4\x6f\xbb\x46\x8c\xff\xb7\x32\x9e\xe0\x37\x93\x7f\xe5\xdc\xd9\xde\xe9\x9e\x6b\x85\x96\x7b\xaa\x7b\xde\x8e\xbc\x7f\x7c\x7d\xf8\x9f\xbf\xfe\x7a\xe6\xc0\xfb\xc7\xd7\x87\x7c\xff\xeb\xaf\x1f\x78\x61\xf8\xd0\xc2\x51\x5d\x1b\x69\x9a\x0c\x06\xbf\xc4\x6b\xbe\xbd\xc1\x92\x86\x34\x2b\x80\x16\xf2\xca\x89\x86\x44\x78\xeb\xbe\xb4\xd8\xb8\x60\x29\x40\x91\xf0\xad\x5a\xd2\xde\x39\x43\xae\xc6\x4d\xa0\x1b\xf9\x06\x47\x33\xcd\xe9\x52\x8d\x8f\x0c\xbf\xa0\x2c\xbe\x93\x65\x97\x74\x90\xc2\xe6\xa3\x3f\x75\xea\x57\x8c\x30\xea\x59\x96\x15\x0e\xb0\xa6\x15\x06\x7c\x40\x46\x50\x6c\xe8\x15\xe4\x95\xb9\x8d\xd4\x01\x42\xe0\x72\x81\xd1\xcc\x81\x78\xa7\xa9\x03\xbd\xb9\x41\x30\xf0\x1f\x71\x34\x39\x2c\xfa\xbe\x0d\xe7\x8e\xfc\xf8\x36\x32\xfb\xe6\x9c\x49\x73\x05\xcc\x1d\xb0\xa8\x0b\xa3\x72\x60\x14\x58\x9e\xd4\x23\xe9\x40\x80\xcb\x47\x35\xfb\x2a\xa9\x85\xe6\x96\x6b\x40\xe3\xf1\x12\x50\xd6\x08\x82\x42\xc4\xb5\x8b\x3b\x23\x77\x1a\xcf\x9f\x65\xb6\x24\xcd\xae\x65\x65\x9f\x03\x6b\x51\x3f\x20\xeb\x83\x8b\x10\x29\x21\x3b\xf6\xbb\xa0\xa5\x7b\x82\x79\x67\xc5\x62\x77\x39\x72\xcf\xb5\xa7\xe0\x99\xd4\x17\x9a\xc9\x95\x29\xef\xf5\xd0\x79\x38\x37\xb4\xe0\xe1\x55\x68\xc1\x9b\x6d\xa7\x0d\x3d\xf0\xdb\xed\xf6\x83\x60\xb5\xce\xbb\xb0\xd6\xdc\xec\x27\x99\x1c\xdf\x83\x70\xf1\x35\x21\xed\x2b\xd2\xeb\xe7\x3b\x6f\xc7\xa6\xc9\x7b\xa1\xd7\xc5\x25\x1d\xe0\x00\xfa\x26\x8f\xa0\x9d\x32\x93\xcb\x4b\x3e\xb5\x44\x5c\x6c\x07\x6b\x94\x6b\x71\x05\x8b\xc5\x44\x8c\x52\x9d\x3b\xce\xee\x95\xc5\x44\xc0\x88\x30\x57\xf6\xd7\xf8\x31\x47\xc1\x8a\xad\xbb\x82\x68\xa0\x76\x02\x1f\x9e\x0b\xad\x13\x70\x82\x1a\x41\x00\x86\x50\x07\x45\xb5\x82\xf0\xba\x29\x39\x62\x3b\x14\x20\xf2\x3c\x93\x90\x8d\x15\x88\x0a\x49\xd9\xa8\x19\xba\xf0\x0c\xac\x16\xed\x3e\x1a\x8b\x6b\x7f\xae\xf6\x5a\xf0\x40\x81\xaa\x23\x4a\xa2\x1a\x16\xa5\x5e\x81\x24\xeb\xc2\x93\xca\xa5\x95\xc5\xf7\xc4\x32\x53\xc9\x06\x17\xb0\xdf\x9b\xcb\x2e\x8f\x38\x4e\x38\x4e\x56\x6e\x11\x97\x61\x84\x64\xd8\x0a\x18\x62\xf0\x29\x80\x0b\x05\x23\x58\xc6\x15\x37\x30\x72\x29\x38\x91\xb6\x18\x96\xbe\x99\x76\x44\xff\x23\x48\xb9\xbf\x95\x5b\x1e\x6e\xfe\xf9\xed\xb7\xbf\x5f\xde\xfc\xf6\xe5\x4c\xbf\x7a\x9c\x90\x6f\xfd\x8c\x0f\xe2\xd1\xf7\xa9\x2b\xd2\x25\xf1\x64\x9a\x1c\x2e\xf2\xbd\x87\xdc\x56\x07\xf9\x38\x6d\x3c\x7c\x7c\x6d\x3a\xea\x60\x78\x80\x63\x7b\x47\xa1\xab\xb6\x46\x89\xb6\x89\xae\x98\xdb\xde\x41\x00\x21\x3e\x08\x96\x89\xe1\x53\xbd\x56\xef\x04\x2f\x3e\x80\x86\x3a\xe1\x2d\x9b\x91\xc1\x5b\xbd\xb7\x20\x8f\x47\x8a\x83\xb7\xae\xa6\x49\xc2\x99\x20\x82\x52\x03\xd7\x2d\xf5\x08\x93\x63\x57\x6f\x1a\x2c\xf9\xf3\xc2\x3f\xf8\x76\x55\xb0\x90\x85\x93\x0e\x22\xb3\x1f\x9a\x92\xcc\xa7\x51\x48\x74\x9b\x67\x01\xa4\x77\xa1\x62\x88\x32\xef\xc8\x97\x9a\xfd\x05\x3f\x46\x87\xdf\xd3\x13\x62\xec\x7d\x15\x76\x31\xb9\x1e\xa4\xed\x09\x88\xda\x23\xbe\xce\xc5\xe0\x01\x22\x62\x2a\xba\xe5\x8e\xa1\x6f\xbe\xd3\x5c\x48\x03\xff\x91\x21\x90\xcf\x35\xbe\x64\x45\x21\x4a\x59\xd2\xea\x1d\xf1\x94\x7d\x6a\x47\x88\x40\x5e\x7b\x62\x47\x35\xaf\xd6\x08\x20\xac\xae\x82\x5c\x55\x19\x49\x5d\x30\x40\xd2\x97\x68\x04\xc7\x44\xae\x2f\xf2\xf0\x34\x28\xc2\xc5\x55\x0b\xd1\x2b\x9d\x90\xc0\xd9\x00\xd5\xee\xca\x81\x4f\x19\x9f\x90\x20\x94\xe9\x33\xfb\x74\x9a\x2b\xe5\x71\x05\x02\xca\x00\x05\xf3\x18\x68\xf7\x8c\x76\x8f\x3e\x43\xf7\x49\x01\x25\x73\xf0\x7a\x04\x3f\xb2\xb7\x52\x74\x74\x5a\x3b\x7a\xd0\x0a\x60\x11\x84\xc3\x81\x39\x86\x03\x8c\x8a\xeb\x50\x7b\xcf\x18\x63\xb0\xf9\xbe\x6d\x96\xc7\x57\x43\x16\xcd\x97\x7c\x2f\x99\xd8\x02\x90\x82\x57\x42\x22\xa9\xde\xf7\xe0\xc4\x42\xa7\x24\x74\xca\x22\xd4\x1a\xd8\x75\x91\x88\x00\xa2\x35\x2c\x82\xe0\x50\x53\x02\x04\x85\x0a\x68\xb6\xc7\x2e\x8c\x63\xae\xdc\xaf\xdd\x77\xd0\xc1\xbe\x2c\x21\x32\x13\xea\x5c\x21\x7d\x1b\x87\xfb\xf0\xf5\x71\x79\xf8\xf6\xfb\x1f\xdf\xee\xcf\x94\x60\x0f\x4e\xf8\x00\xd1\xf0\x17\xde\xcb\xb0\x60\x43\xd6\x2a\xdb\x8e\x11\x88\xd7\xe5\x85\x3a\xea\x25\x25\xc3\xb7\x3a\xa1\xb6\x62\xfd\x69\xbc\x7e\x27\x71\x43\x53\xb9\x0a\x2d\xb3\x51\x77\x95\x5f\x69\xb6\x78\x05\xde\xaa\x72\x12\xc0\xc7\x62\x77\xea\x0d\xc4\xdc\xeb\x46\x75\x5a\xb9\xbd\xe4\x76\x81\x1e\x87\xb1\x5e\x83\x18\xcc\x55\x27\xd0\xb1\x9d\x0a\x14\xd6\xd3\x39\x32\x3e\x34\x6e\x41\x4e\xb0\x05\x6f\xaf\x8c\x78\xee\x14\x4f\xff\x3d\xfa\x2c\x3d\x9b\x3e\x2b\x1e\x7e\x76\x92\xba\x3d\xac\xfd\xbb\x94\x5b\x87\x4d\xfb\xbd\x4e\xb8\x7a\xe9\x38\x60\xd6\x21\x33\x05\x21\x44\xf6\x62\x29\x6d\x87\xa6\xd2\xb6\x37\x31\x5e\x36\xbb\x3e\x91\x01\x7c\x30\x7a\xfe\xdb\xfd\x1f\x7f\x9c\x1b\x45\x74\x70\x5a\xfe\x05\xe7\x7d\x7f\xec\xd9\xa8\xfb\xe8\xb7\x84\x44\x26\x29\x8b\x21\xc7\x73\x24\xa5\x96\x46\x1a\x4f\x50\x85\x31\x43\xfd\x8b\x3c\xd2\xb8\x54\x79\x6a\xf6\x1f\x57\x78\x8d\xdb\x0a\x84\xeb\x7d\xd4\xd6\x6a\x7d\x7e\x81\x3b\xb4\x5d\xaa\xb6\xac\xe7\x3d\x7f\xd6\x56\x52\x59\x29\x98\x57\x38\x8d\x38\x10\x8b\x44\xdc\xb7\xe4\xc4\xb7\xaa\x0d\x64\xcb\x7b\x69\x70\x84\x34\xb8\x17\x38\x05\x5f\xee\x05\xce\x8f\x3b\xeb\x6c\x8c\x9e\xb7\xfd\xf5\x06\xaa\xe7\x44\x9f\xed\x23\x16\xff\x33\x1e\xf6\x33\x34\xc2\xf2\xaf\x75\x89\xcf\x08\xf0\x42\x82\x39\x1a\x3f\x53\xf3\x7e\xce\xe3\xb6\xb6\x35\xde\xe8\xf8\x6b\x1b\x6f\x86\x49\x6d\xb7\xb5\xbd\xf9\x36\xcc\x64\x87\x83\xe7\x36\xd7\x16\xa8\x96\xaf\xbe\xb6\x01\xbc\x8a\x54\xf2\xc8\xb8\x52\x1e\x7e\xed\x08\x91\x7a\xf3\xc3\x09\x6a\x9a\x87\x6f\xe7\x82\x1f\x7b\xc9\x0f\x74\x47\xf9\xf5\xc0\x1d\xca\x53\xae\xbb\x2f\x4b\xa7\xd3\xf3\xfa\x6e\x85\x99\xe0\xcb\xf7\x6f\x16\x64\xb7\xef\x33\xee\xd6\x12\x38\xbc\x9c\xed\xa2\x0f\xd2\xd5\xce\x14\x91\x8b\xc0\x1c\x78\xda\xc7\x0e\xbc\x35\x1d\x3e\x31\xbf\x93\xda\x61\x63\x15\x99\x4e\x07\x51\x96\x77\xc3\x24\xe7\x8e\xee\xf8\x6d\x46\x64\xb0\x75\x9e\xb2\xb4\x82\x00\xd4\x77\x9d\x4b\x96\x81\x3a\xa4\xb6\xa7\xd9\x9e\xef\x7c\x9d\x35\xd8\x6c\x56\xfc\x8c\x5d\x4e\xfd\xc9\x1b\x46\xb6\x75\x97\x95\xc8\xfc\x85\xc7\x7c\x47\x8f\x1e\xc3\x1c\xd8\xc7\xfd\x85\xc0\xfc\x71\x47\x9c\x1e\x13\x65\xc7\x91\x1e\x67\xee\x19\xd2\xdf\x8e\x8c\xfb\xe5\xeb\x97\x3f\x1f\xbe\x9e\x2b\xe6\xef\x8a\x7f\xc0\x0b\x31\x76\x41\xb4\x2e\x26\xc2\xf6\xd2\xe5\x24\x13\x01\xdb\x41\x56\xf9\x1b\xfe\x82\x35\x99\xe7\xf5\x49\xe1\x50\x3f\x0f\x2e\x14\x38\x06\x95\xe5\x1d\x1c\x83\x77\x20\x46\xb5\xbd\x9b\x0b\xff\x99\x75\x85\x13\x68\xc4\x5b\x01\x6d\x5a\x25\x09\x7b\x05\xef\x20\x19\xe2\x68\xf8\xd2\x72\xa5\x6d\x40\x22\x4c\x3a\x81\xc9\xdf\x90\x14\xf1\xf6\xb2\x8f\xc7\x0f\x6f\x65\xd2\xbc\xd2\x11\x84\x66\xe3\x42\x7b\xf3\x65\x01\x68\xc7\x0d\xef\x4a\xdd\x7f\xb9\x52\xa4\x1f\x0f\x92\xad\xeb\xb8\x50\x5a\x91\x00\x66\x80\x93\x30\x62\xa0\xdd\x78\xe5\x46\x76\xc9\xfa\xb2\x6a\xec\x16\xae\xfd\x56\xb6\x5b\x9e\xd2\x78\xbe\x0b\xea\xea\x17\xc3\xef\x81\xb1\xf7\xf1\xd8\xf1\xf5\xca\xef\xf4\x62\x20\x4e\x27\x9c\xf1\x0f\xf7\xff\xf7\xd7\xe5\x8f\xff\xfe\xed\xe6\xef\x0f\x37\x67\xba\x22\xe3\x94\xfc\x25\xce\xf9\x20\x25\xcc\x76\xe1\x1a\x80\x18\x93\x12\x40\x1e\xef\x85\x68\x43\x5e\x3f\x1d\x84\x2d\xe3\xdd\x30\xeb\xfa\x6e\x1c\x35\xec\xe5\xef\x86\x59\x5f\xaa\x5c\x44\x45\xd8\xee\xd6\xa3\xef\xdf\xc7\xac\xd4\x65\xdb\x15\x2b\x85\x0c\x2a\x76\x21\xcc\x34\x5d\x6f\x2b\xfe\x26\x81\x86\x39\x42\xfa\x95\x31\x6e\xa1\xf7\xaf\x60\x51\x95\x7d\x37\xbb\x15\xb1\xeb\x66\x97\xbe\x5e\x03\x9a\x18\x58\x3f\xbe\x31\xfe\xc5\x2d\x73\x76\x80\xf9\x9f\x77\xbf\x7f\xfe\xfa\xe5\xdb\x72\x6e\x06\xeb\x9f\x77\xbf\xe7\xbb\x38\xe1\xbb\x02\xc6\xd7\xd2\x76\x1e\x69\x81\x99\x79\xc3\x75\xd2\x90\xcb\x61\xf4\x8a\x16\x48\x8a\xff\x2c\x3c\xae\x88\x6d\x63\x26\x37\x87\xbf\x36\xa5\x6e\x9b\x36\x69\xf8\x9a\x7d\x74\xa2\xf2\xa4\xc6\x7e\x06\xb0\x26\xc4\xbc\x92\xe3\xaa\x0f\x2f\xfd\xf3\x1d\xc8\x8e\xb8\x2b\xa9\xde\xb0\x46\x5e\x95\xbf\x22\x11\x02\xc6\x3f\xc3\x37\x76\x9b\xad\x3c\x59\x41\x21\xdd\xc4\xeb\x4b\xa1\xf5\x9b\x4b\xb6\x46\xd5\xde\x2b\x14\xaf\x4f\xd9\x8a\xd7\x76\x73\x50\xfb\x9b\x52\x76\xed\x1a\x95\xcd\xb7\x55\x6d\x0e\x0a\xdd\x5a\x79\xca\xa7\x6e\xea\xa0\x90\xde\x4a\xa3\xd6\xdf\x2b\x13\xaf\x4f\x56\x6e\x4f\xdd\xd1\xe6\xe0\x9b\x9f\x3f\x2b\xd4\xe3\xcd\x54\x1a\x63\xa3\x5a\x69\xf4\x4d\x2d\x54\xdb\x61\xf7\xc0\xf2\x06\x2b\x5d\xb7\x4b\x11\x2f\x7b\x94\x2c\xb2\x66\x67\x1c\x93\x46\x65\x1c\x3f\x05\x18\xcc\x93\x17\x68\xcd\x15\x37\x30\x94\x6e\xf0\x7a\x94\xa3\x02\xd1\x64\x13\x9a\xd4\x0a\x48\x7f\x9c\xad\x72\x70\xa7\x6f\x72\x52\xfe\xbc\xfb\xfd\xa7\xfb\x9b\x33\xbd\xca\x3e\xba\x1f\xef\x6f\x7e\xff\x68\x68\xff\x72\x30\xb4\x9b\x82\x50\x6c\xf8\xe0\x3a\x6a\x9a\x18\xb9\x75\x90\xf0\x15\xb8\xb8\x4c\x48\xf8\x68\x7c\x36\xdb\x54\x16\x5f\x1a\xdf\x8e\xf9\xdc\x26\xf5\xb9\xcd\x02\x32\xb1\xd7\x5c\x5a\x2f\x57\xfe\xf9\x73\x64\x02\x35\x10\xae\xb3\xf8\x95\xe1\x43\x54\xf5\x83\xea\x3a\xf1\xa6\x64\xa9\x1b\xe4\x49\x75\x24\x0f\x56\xc9\xae\xc6\xf6\x4f\x5c\x36\x5c\x76\xdd\xdf\xc6\x46\x5a\x59\x5c\x2d\xd5\x8d\x30\x8d\x4d\x95\x4d\x17\xbf\xf9\x2a\x1b\x9c\x70\x21\x52\x36\x3a\x26\xb5\xbe\xe1\x89\xeb\x19\xfa\x02\xb7\x10\xa3\x46\x79\x33\x0d\x19\x83\xda\x7c\xc8\xf4\x57\xb7\x3e\x5d\x18\xda\xa8\x5c\xfa\x43\x1d\xd2\x86\xf1\x94\x4d\x71\x09\xed\xe8\xdb\xd9\x62\xb4\x80\x05\x6c\xb6\xbf\x60\xb0\xec\x6e\xf0\xed\x60\x79\x7e\xde\x7e\xfd\x3f\xbf\x7d\x3d\x17\x12\x06\xe5\xf3\xef\x7e\xc2\xf7\xf1\x1d\x58\x76\x21\x6b\x15\xbc\x34\x82\xb8\xfb\x56\x79\x81\x23\x85\x67\x02\x83\x5b\x64\xf5\x4d\x45\x62\x6f\x1d\xeb\x27\x90\x65\x58\x99\xbe\x8d\x92\x98\x25\xc3\x26\xb1\x7f\x7f\x04\x7b\xb6\xef\x3c\xa3\xec\x0e\xb3\x92\xcc\x1e\x32\xf2\x10\xd8\xc3\xfd\x5b\x83\xf1\x61\xfd\x30\x2a\xcd\x51\x2f\xc2\x00\x4c\x02\x30\x6d\x9f\x43\xf0\x1b\x70\xa1\xaa\x33\xb9\xbc\x6f\x88\xff\x2d\xb9\x35\xd2\x06\x0c\xe7\x31\x79\xf7\xa9\xb6\x88\x24\x8e\xf0\xf5\x00\xb1\x67\x30\x64\x49\xef\xbb\x4f\x83\xa9\xd7\x8b\x00\x4d\x0c\xf0\xed\x0e\xe4\x49\x46\x5f\x8e\x97\xa3\x27\x55\x25\xd1\xfe\xc8\x7d\x50\xd3\xea\xb5\x02\x73\x32\x3e\x46\xe2\xaa\x6f\x6e\xc0\xcf\xd4\x6c\x25\x5b\x21\x2e\xdd\x8f\x06\x07\xa6\x26\xa0\xc7\x2a\xd0\x06\x04\xc4\xc3\x7e\x83\x4d\xa9\xf6\xbe\xfb\xa4\x4a\xad\x43\x9e\x62\xea\x63\xec\x9e\x7f\xfd\x54\x8d\x3a\xe0\x55\x75\x52\x8f\xb4\x67\x80\x7b\x15\xe2\x3a\x76\x9f\xa2\xf5\xbc\x8a\x42\xa3\x28\x4c\x9d\xc8\x52\xa8\xd4\x35\xf1\x60\x12\x5d\x3f\x00\xf9\xcd\xa8\xbb\x22\x20\x7e\xbb\x70\x8c\x23\xe9\x61\xfd\xa8\x95\x66\x44\x46\x34\x32\x51\x60\x2c\x56\x49\xa3\x11\x5c\xd2\xf8\x74\x51\x6b\xa3\xce\x02\x48\x5b\xf8\x5e\x47\xa7\x19\x00\xd9\x5a\x8d\xcc\x74\xc1\x75\x78\x02\x75\x73\x36\x41\xe2\xc2\x0c\x46\xf9\x3a\xd6\x4f\xaf\x65\x80\xff\xf5\xb0\xdc\x7f\x39\x6f\xc0\xff\x1b\x8a\x7e\x90\xd9\x24\xbb\xc0\x9b\xc0\x87\x0b\x59\xe7\x12\x10\x37\x3b\xc3\x56\xb3\xa7\x66\xab\xd1\xea\x8e\xe1\xd4\x09\x04\x9c\x28\x2b\xd5\xbf\x0e\x33\x9e\x6f\x1e\xd7\xbb\x53\x9e\x3f\x83\xc6\x02\xe5\x64\x8c\xb5\x52\xd8\x06\x64\xec\x6b\x7d\x82\x1a\xa8\xd5\xab\xbd\x0d\x19\xea\x36\x4f\x04\xb7\x82\xe7\x60\x22\x3c\x15\x9e\xfb\xd9\x9e\xc0\x69\xf8\x04\xdb\x3a\x82\xe3\x6f\x91\x13\x78\xbb\x26\xea\x85\x3a\xf9\xfa\xcb\xd7\x2d\xf8\xe7\xd7\xc7\xb3\x6d\xba\xff\xb6\x16\xfe\x20\xa3\x54\x76\x20\x52\x52\x04\xd9\x1c\xe5\x82\x45\x48\x40\xa2\xdf\x0b\xd5\x02\x50\xd4\x5e\xd4\xc7\xf9\x64\x4b\x93\xa9\x08\x10\xb3\x91\xea\x02\xce\xf0\x4a\x65\x62\x14\x96\xd1\x52\x25\xee\x88\xe2\x1c\xdd\x7c\xfd\x64\x30\xfc\x53\x2f\x73\xe1\x02\xaf\x78\xa7\xd1\x30\x82\x59\x25\xad\xae\x7c\xd7\x5f\xd5\xd5\x17\x44\x56\x52\xb1\x09\x08\xb9\xc1\x70\xa5\x01\xed\xc0\x6c\x82\xa5\xa4\xf6\xdd\x27\x2d\xd4\x61\xb7\x6c\x83\x86\x4b\xcc\x13\xd8\x04\xeb\x27\x9b\xd4\x94\xc3\xfc\x5a\x2b\xa8\xc4\x1a\x87\x27\x4e\x2d\xdb\xa0\x39\x15\x89\x40\xcd\x7c\xfd\xf2\x09\xc1\xe0\x38\x1f\x42\x32\x41\x7c\x5a\xfb\xfe\x13\xbb\xec\x54\xea\xb5\x4a\xd9\xe9\xdb\x35\x94\xf0\xfa\x62\xb1\xea\xc0\xdb\x5d\xd6\x5f\xf7\x1e\x5b\x5b\x95\xf2\xa7\x5c\xa9\x77\x9f\x3f\x26\x00\xc8\x41\xfa\x38\xf2\x9f\x9a\xd5\xfd\x47\x6e\x85\x9a\x04\x7b\x51\x2d\x96\x9a\x2f\xa7\x0d\xe0\xd2\x13\x1d\xb3\xef\xac\x55\x03\xe9\x4a\x56\xe7\x92\x75\x10\x4f\xe4\x5b\xf8\xba\x08\x36\xb7\xd2\xeb\xee\xd3\xfa\x56\x10\x63\x37\xeb\xfa\x6b\x7c\x9d\x0e\xcb\x3c\xc6\x87\x7c\x58\x80\xf3\xd1\x97\xf1\x29\x1f\xfe\xf4\xde\x70\xfd\x81\xcc\xd2\xdd\xa0\x3d\x33\xbb\x74\xb7\x02\x78\x1b\x85\x25\x9f\xb5\xd1\x9c\x1d\x01\x9d\xc5\x74\x97\x47\xea\xef\x3f\x0d\xb0\x3f\xcd\xd9\x23\x68\xe1\x02\x79\xa8\x54\x86\xc6\xbb\xed\x33\x4d\x1f\xc5\x02\x77\xd6\x7f\x5b\xcf\x7e\xfe\x0c\xae\xeb\x5a\xd3\x2c\x4b\xf6\x65\x70\xba\x1a\x35\x26\x3a\x5a\x84\x66\xed\x2b\x96\xc2\xf4\x4d\xa0\xfb\x0a\x4e\x55\x7d\x3a\x08\xd2\x87\xb4\xfa\xe2\x4d\xc6\x35\x09\x75\x5e\x01\xb2\xc7\xd6\xf7\xbd\x39\x13\x82\xcc\x96\x1a\xe9\x34\x01\x16\xeb\x42\x05\x27\x05\xfe\x31\x37\x6a\x0d\xa1\x32\x12\x24\x94\x0d\x88\xf1\xad\x46\x6c\x14\x23\xca\xa6\xcf\x9e\x6a\x27\x2d\xfb\x4f\x52\x90\xda\x83\x60\x1e\x80\x55\x2b\x26\xd8\xfa\x49\x05\xf9\x72\xd0\x4d\x67\xb0\x2d\xe9\xea\xa1\x08\x4f\x68\x55\x03\x15\x4e\x6f\x17\x81\xd5\xec\xfa\xe7\x20\xd8\x79\x7c\x1f\xaf\xc0\xed\x8d\xe3\xd9\x9e\xec\xbd\xd8\x98\xfa\x5e\x68\xcc\x53\x66\x52\xf5\x09\x21\x83\xac\x49\x1a\x4a\xec\xcd\x35\x91\xe5\xb5\x7e\xf2\xa9\xd7\xa0\xb6\xd6\x41\xa5\x48\x6e\x85\x18\x28\xcc\x12\x6d\xae\x80\xc6\x09\xf0\x47\xd5\xb1\x44\xfa\x19\x98\x9b\x9a\xb7\x81\xef\xe9\xd6\x12\x04\x08\xfc\x64\xeb\xb7\x29\xbe\xb5\xf6\x68\x11\xf3\xab\xfe\x21\x5b\xf3\x3b\x42\x1d\x79\x7f\x7a\xfc\x7f\x3b\xca\xbf\x7d\xf9\xf2\xed\x8f\xe5\x3c\xf8\x90\x7f\xdb\x95\xfe\xc0\xa4\x56\xc7\x4b\x00\x06\xc2\xfa\x1a\x8d\x2b\x35\xd0\x36\x0a\xfc\x95\x88\xda\x11\x02\xd1\x5e\x0b\x28\xc5\x0b\x29\xe0\x76\x91\x08\xc6\xad\x5c\x60\x3a\xc7\xfb\xa3\xd2\x08\x92\x7d\x66\xc0\xa2\x6e\x27\x08\x3a\x58\x48\x96\x60\x65\xa7\x19\xe1\xda\x0d\xd4\x94\x75\xeb\xad\x0c\x06\x3f\x5e\xe0\xf3\x34\xf0\x06\x09\xf5\x3c\x10\x46\xd4\x80\x80\xe4\x22\xd8\xcc\x86\x70\xdd\x06\x52\x4d\xd0\x15\xed\x0f\x9f\xef\x44\x47\x90\xff\x9b\x4b\x77\x7d\x85\x52\x18\x71\xd4\x67\xc0\x26\x80\x74\x09\x51\xf1\xfe\xc5\xcb\x4f\x16\xe9\x01\x7d\x06\x4c\xc3\x88\xa3\x38\x2b\xef\xe3\xa3\xf1\x45\xde\xff\xf4\xfc\xb9\x69\x83\x94\x7b\xd5\xd8\x9b\xa4\x05\xbd\x7c\x23\xc4\x01\xd4\x0c\x20\x39\xcb\x42\xed\x0a\xb4\x32\x90\xa3\x74\x0b\xa9\x26\x9b\x7a\x69\xce\x2b\x54\x24\xe7\x4a\xb1\x77\x24\x21\xd9\x62\x58\xe0\xf1\x5d\x6c\xea\x09\xcc\x6e\xa9\xae\x70\x94\xb6\x0c\x70\x59\x32\x47\xba\x87\x6f\x6f\x9a\x03\x5f\x2e\x2a\x17\x9a\x57\x4d\x0d\x19\x43\x8b\xdf\x50\xa5\x9a\x46\x30\x79\x4a\x30\x99\xbc\x71\xe8\xfe\xaf\x3f\xef\xff\xf8\x7a\xf5\xf5\xd7\xf3\xcc\xfa\xff\xe6\xa5\xf3\xf6\xeb\xaf\x1f\xd8\xf6\xb9\xec\x98\x5e\x2c\x4c\xd9\xb7\x79\x94\x35\x23\x0b\x66\xc0\xa3\x90\xce\xdb\x71\x32\x0a\xe9\xba\xb6\x77\x02\x9d\xc6\x92\xc1\x42\x02\x9a\x43\xe0\x9a\xe3\x80\x5b\x59\x43\x9d\x4e\x04\xac\xbe\x47\xa0\x15\x9e\xfb\xd3\xe9\xe6\x2e\x24\x97\xcb\xd9\xfe\xc2\x3b\xbf\xe8\x20\x50\x02\xb8\x63\xd1\x08\x24\x9b\xf2\x57\xde\xf6\xa9\x0e\xfe\xdb\xb7\xbf\xdf\xfe\x48\x0f\x3f\x78\xf9\x8f\xba\xf8\xeb\x41\x17\xab\x5c\xaa\xb6\x03\x56\xc7\x03\x50\xd7\xd5\x02\x78\xe2\xe1\x46\x09\x27\xe7\x3e\x03\x62\x1f\x01\x8c\x3e\x3e\x19\xcb\xb6\x73\xe8\xbd\x0e\x65\x1b\x4b\x0c\x09\x1f\x05\xb9\x07\x0d\x2c\xc6\xc7\x77\xe0\x04\xa2\x7f\xdf\xc9\xb6\xfb\x2f\x7a\xd7\x6f\xba\xf7\xe1\xe6\x5c\xa9\xfd\xe1\xe6\xb7\x8f\x32\x14\xfb\x81\x4b\x4e\xeb\x20\xbb\x96\x4a\x18\xcc\xbe\x70\x07\x77\xea\xcb\xcb\xe5\x6c\x17\x16\xd1\x90\x25\xad\x07\xd0\x47\x00\x1e\x6d\x81\xfc\xd3\x02\xdc\xdb\x95\x26\x95\x46\xb6\xb0\x84\x73\xb6\x62\x33\x68\x69\x5f\xdd\x53\xe6\xc0\x5d\xb0\xac\x11\x27\x39\x70\x51\x04\x77\x47\x40\x24\xde\x5a\x89\x9c\x30\x05\x72\x32\x0a\x23\x9f\x66\x97\x60\x83\xb8\x6b\x44\x91\xb8\x74\x63\xae\xa7\x2e\xc0\xe6\x16\xe4\x9b\x23\x05\x5b\x92\xd0\x14\x1c\x3d\x0a\xa9\x50\xe3\x14\xa0\x8c\x34\x64\xcb\x08\x92\x81\x10\x94\xc4\x85\xa6\xa6\x8b\x50\x0b\xb2\x30\xea\xf0\x6e\x74\x2f\xca\xe0\x91\x05\x3b\x75\x09\x6e\x64\x4d\x86\x9c\x03\xa3\x31\x17\x20\x06\x12\x73\x06\xa8\xa8\xd2\xc0\x73\xac\x47\x98\x29\x00\xd2\x23\x17\x58\xa8\x4a\x26\x0d\x27\x8c\x30\xd3\xe8\x08\x6a\x51\xe4\x2a\xf5\xba\x64\xaa\x20\xb2\xa5\x02\x38\x33\x2f\x1f\xef\xbe\x5d\x45\x5a\x06\xd0\xdd\x48\xfc\x65\xc8\x16\x68\xb6\x12\x60\xb6\x03\x71\x6a\x1d\xc1\x31\x40\x68\x63\xff\x9a\x46\x8f\xdc\x0c\x5e\xc9\x3e\xda\x36\x58\x39\x15\xb1\x94\x4c\x3c\x43\x12\x7c\xbe\xcb\xb5\x03\x02\x70\x52\x81\x0e\x02\x9b\xbd\x20\x4c\x0d\x9c\x96\x56\x48\x47\xea\x64\x7c\xd3\xa8\xbb\x64\x8f\xd7\x40\x86\x17\x84\x24\x29\xb1\x2c\x79\xf5\x11\xf8\xfd\xf8\x9d\xba\xc2\x84\x03\x7f\x1a\x10\x79\x02\xde\xd3\x5c\xad\x5a\x8f\xe3\x15\x68\xe4\x1a\x3f\xa4\xc3\x1f\xe2\x15\x61\x4e\x25\x29\xd9\xc8\x00\x64\x5c\xeb\x75\x81\x37\x70\xaa\x46\x72\x01\x35\x05\x37\x74\xc7\x08\xa4\x89\xf6\x33\xef\x44\xbf\x95\xe6\x7b\xaa\x09\x82\xc7\x7b\x32\x6f\x1e\x9f\x81\x33\x75\x72\xad\xae\x10\xc7\xe1\x05\xf7\x09\xda\xe1\x12\x2c\x24\x2e\xb3\x56\x10\x91\x42\xe5\x0f\x8c\x10\xa5\x2a\xae\x02\x36\x17\xde\x2b\xca\xe1\x6d\xfd\xf4\xfc\x59\x87\x8f\x63\xb3\x71\x39\x1b\x38\x67\x65\xcd\xd0\x13\x24\x1a\x21\x43\xaf\xed\xf3\xf3\x6e\x65\x18\x8d\x13\x49\xca\x7f\xbb\xf9\xf2\xed\xe6\x6c\xdd\xfd\x61\x57\xfa\x78\x25\x98\xaf\x69\x42\x7f\x79\x81\x98\x03\xc7\x7d\xad\x34\x6e\xd9\x1f\x07\x94\x96\x05\x24\xdb\x19\x6c\x8e\x2d\x42\x95\x07\x24\x9b\xee\x22\x93\xb9\x4c\xc7\x26\x08\xa2\x00\xef\xe9\x30\x30\x9f\x59\xae\x21\xb3\xec\xa9\xc0\xd0\xcc\x57\x32\x81\x7f\x3a\xc6\xe2\xc3\x6d\xcd\x43\x44\x76\x96\xb7\x0a\x8e\x5a\x27\x20\xc0\xac\xc7\x1d\x24\x67\xae\xef\xa3\x8f\x80\xb1\x6d\x2e\x02\x59\x1c\x41\xe8\x29\x59\x0b\xe4\x4f\x93\xc0\x82\xb5\x2b\xe8\xc1\xc9\x2a\x78\xd4\x46\x9c\x1e\xd4\x70\x0c\x80\x57\x17\xde\x2e\xb8\xb9\xb8\x68\x53\x81\x11\xee\x5f\x43\x0d\xb4\xe1\xef\x8f\x43\x62\x5f\x77\x45\xae\x93\x40\xa1\x58\x40\x41\x12\x59\x81\xc8\x16\xac\x41\xe2\x66\xdb\x3c\xf0\x9d\x0c\xaa\xcf\x9f\xbd\x0a\x2d\x4a\xa7\xf7\xf4\xc7\xe3\xa5\xfe\x78\x17\x4d\xaf\xc8\x3c\x41\x72\x3b\x00\xae\x8f\x5e\x81\x9a\xd3\x02\x45\x1e\x9b\x98\xb7\x54\x6e\x08\x85\xc7\x33\x57\xc0\xa7\x47\x34\x79\x40\xea\x06\x6b\xbf\x84\x6f\x77\x5c\x78\xaf\xa5\x09\xc2\x3a\xc4\xbb\xaf\x82\x8d\x4e\x62\x9f\xb6\xc9\xc7\x3e\xa0\x43\xa3\xcf\x71\xf4\xee\x60\x3c\x37\xf4\x67\x3f\x1e\xdf\x72\x73\xbd\x1d\x93\xfb\x0c\x51\x46\x86\xd8\x6d\xf7\x5b\xc3\xbc\x01\x11\xe9\x3a\x1c\x63\x30\xba\x12\x61\xea\xbd\xd0\xf3\xf0\x96\xaa\xd3\x07\x62\xe9\x68\x00\x57\x45\x18\x28\x37\xd9\x08\xc1\x0f\xea\xc3\x70\x80\x96\xbf\xc8\xc2\x48\x4e\x41\x30\x2d\x4c\x1d\xeb\x51\xb5\xe7\x3b\x57\x4d\x60\x60\xe5\x2b\x06\xba\x9d\x76\xb4\xeb\x44\x42\xee\x3a\x98\x7c\x49\xc1\x06\x52\x57\xe6\x57\x1f\xdf\x66\xd1\x74\x30\x7b\x40\xef\xae\x8f\x06\x71\x92\x60\x1d\x41\xa0\x6b\x5d\xc0\x4a\x1f\xe7\x20\xbe\xc5\x55\x5e\x68\x15\x75\x1b\x49\x88\xad\xd1\x5c\xf2\xc4\x42\x86\x80\x4e\x03\x73\xbf\xba\x6e\x36\x69\x3e\x22\xae\x1c\x89\xb2\xae\x60\x67\x68\x2d\x40\x60\x89\xa0\x12\xc4\x20\x89\xac\xfc\x88\x30\x17\x01\x5e\x36\xfb\x33\xe1\x12\xdd\x2f\x31\x16\x68\x27\xa0\x63\xf4\x5d\x16\xc4\xb7\xbe\xd9\x22\x0b\xb2\x25\x69\x80\xb3\x4d\xcd\xa7\x76\xe4\x32\xa3\x71\x19\x09\xa2\x80\xb2\x59\xe9\x61\xeb\x4a\x14\x1b\xe3\xbf\x16\x5b\x58\xb1\x7d\xbc\x46\xe4\x1a\x35\x05\x56\x17\x0c\x07\xb0\xaf\x9f\x40\xf2\x7a\xbe\x2b\xd9\x54\x16\x2e\x91\xa6\xc6\xc3\xd2\x00\xe7\xe3\xf0\xb6\xb7\xc7\xbc\xfb\x94\xd7\x6f\x7e\x72\x09\x15\xb4\x17\x6b\x92\x21\xfc\x9e\x09\xf8\xaa\x23\x75\xd8\x4d\x85\xdb\x39\x64\xbc\xc7\x89\xdc\xc7\x54\xb6\x6f\x27\xc3\xb7\xdf\x7e\xb9\xff\xc7\x99\xf3\x00\x65\x3f\x22\x6f\xfe\xe5\x80\x40\x33\xac\xa7\x60\x5c\x06\x88\x11\xdc\x11\xbd\xe1\x5d\xbd\x43\x57\x44\xc6\xf3\xe9\x9d\x2f\x9a\x37\x17\x56\xd3\xe1\xaa\xf6\x28\xa0\x01\xf6\x86\x9b\x60\x1b\x0d\x6a\x5f\x64\xa8\x00\x2e\x8a\xe3\x5d\xa5\xd3\xf8\xe1\xab\x41\xaa\xc4\x32\x64\x25\xcb\x1c\xd4\xb2\x6f\xa8\x3d\xcb\xe8\xa4\x2e\x72\x40\x76\xa4\x79\xc1\xcd\xbb\x4c\x12\x48\x67\xc0\xa8\xec\x2a\x54\xa3\xfe\xaf\x5c\xb3\xfb\xf2\xdc\x90\x25\xae\xc8\xf0\xb6\x02\x05\xbb\x13\xac\xa1\x2e\xb9\x54\x6c\xd5\x02\xe3\xe8\x7a\xc8\xaa\xc4\xff\xd2\x23\xb2\x61\x1b\xc4\x52\x5b\x2a\x59\x16\xa4\xb4\xb3\x6f\x79\xcf\x77\x7e\x85\xd9\x48\x97\x6c\xfe\xb8\xc3\x57\x31\x2c\xc1\x8c\x44\x63\x9a\x68\xf9\x7f\xe9\xc2\x6b\x98\xe2\x4b\x8a\xff\xe3\x1a\x62\x9e\xf6\xa8\x82\x3f\x5a\x67\x9d\xb1\xbb\x8c\xcc\xa5\x85\x20\x93\x41\x89\xf0\x66\xe4\xff\xf6\xe5\xfe\xbc\x98\x9c\x07\x14\xfd\xc0\x1c\xdb\xed\xc5\x1c\x4b\xb3\x33\x62\x97\x8a\xcc\x65\xc2\xde\x77\xf8\x8a\xfc\xc3\x98\x02\x34\x8d\x7d\xff\x85\xb9\x67\x18\x12\x72\x56\x4e\x4b\x86\x01\xa9\xbb\x9c\x68\x73\x3d\x06\x45\x69\xe7\x6b\xe3\x76\x0b\xa7\xf3\xa8\x37\xe0\x21\x83\x48\x51\x76\x18\x52\x79\x50\xef\xea\xeb\x20\xcb\x36\xf7\x42\xb5\x36\x17\x7b\xea\x04\xf7\xb6\xaa\x66\x64\x0c\xeb\x95\x56\x01\x90\x01\x5c\x2e\x7e\x0b\xbc\x80\x5e\xc8\x14\x7e\x88\x69\xa0\xb2\x99\x73\xa4\xa3\x1b\xd8\xee\xee\x18\x4c\x13\x3e\xa5\x6f\x87\x6d\xab\x50\x0f\x76\x8d\x5a\xf9\xf8\x42\xc7\x37\xf1\x89\x39\xa0\x9a\xe2\xed\x85\x57\xb8\x8f\x9a\x66\xfb\x5e\x06\x62\x6d\xef\x58\x59\x9f\xef\xb4\x4b\x2a\x4f\x1a\x0d\x89\x0c\x61\x83\xe6\x36\x1b\xf6\xc7\xfd\x33\xa4\xfd\x33\xe4\xb5\xd5\xd1\x2d\xf9\xa0\x8b\xf2\xae\x8b\xf2\x4b\x17\x45\x61\xbe\x40\xac\x1a\x8c\xeb\x70\x42\x20\xf2\xca\xa8\x0e\xc1\x61\x6d\x54\x78\x5e\xcf\xef\xf5\x4f\x89\xfe\x49\xe8\x9f\x2b\x5f\x28\xf4\x5f\x7b\xe6\xdb\x60\xac\xac\x8b\x92\x4a\x83\x0a\x51\x8b\xe6\x70\x1c\x1d\x8c\x01\x74\xb3\x77\xd2\x89\x0d\xe0\xeb\xf2\xf5\xdb\xef\x67\x0a\x42\x51\xf6\x83\x1c\x09\xdb\x65\xcf\x41\x39\x4f\x4a\x72\xa5\x02\x06\x52\x01\x23\x31\x80\x8c\xeb\x6e\xd3\xdd\x13\x6d\x48\x2a\x88\xe3\xb2\x01\xd6\x83\xef\x96\x6b\x96\xc2\x4f\x86\x52\x17\x5c\x5d\x82\x86\xb6\x14\x8b\xc2\xd3\x1a\x05\x8d\x98\x6a\x30\x17\xf4\x28\xed\x7a\xcb\x55\x70\x51\x6f\x43\xf9\x37\x1a\xaf\xaf\x92\x0e\xef\xe6\x9c\x82\x78\xbc\x66\x5b\x1d\x6b\xc1\x05\xc9\x9c\xc1\xb3\x4c\x8d\x2c\xec\x07\x80\x91\xe5\xb6\x8f\xdd\x0e\xe0\xf9\xbc\xff\x6d\xc5\x42\x69\xe5\x4d\xa4\x7d\x97\x13\xb1\xcf\xfc\x36\x20\x5b\xec\x54\xe0\xbe\x0b\x23\xf3\x6d\xf8\xfe\x7f\xc5\x4a\xdf\x0e\xce\xfb\x87\x2f\xd7\xdf\x7e\xfb\xe7\x79\x81\x73\x0f\x28\x9f\x9f\xfc\x84\x0f\xe8\x83\xbe\xcc\xc3\x1c\xcf\x2a\x37\x2b\xaf\x0d\xcc\x01\x25\xed\x3e\xbd\x7c\x8b\xe1\x57\xc0\x54\x0e\x1f\xb6\xbc\xb0\xb0\x73\xe2\x7d\xd4\xf1\x8e\xdf\x9c\xd7\x20\xe4\xbb\x92\xa5\xcb\xbf\x17\xfb\xb5\x24\xed\xed\x66\x75\xd6\xaf\x57\xdc\xf1\xd2\xbd\x7c\x0b\x8e\xd4\xf8\x74\xa2\x25\xff\x79\xae\x1b\xf2\x21\xca\x7e\x60\x5b\xfd\x65\xcf\xbf\x34\x7c\xad\xe4\x24\x8d\x69\x16\x5d\x94\x24\x12\xcf\xe0\x89\x14\x62\xc1\x5a\x89\xc0\x12\xa3\xd2\x82\x41\xb5\x8d\xad\xef\x69\x5d\x61\x57\xb3\x5a\x73\x2d\x80\xca\x1c\x4c\x56\xe4\xa2\x56\x6a\xa5\x25\x05\x55\x93\xa6\x5e\x68\x06\xb5\xc9\xf4\x05\x16\x6b\xed\x25\xdb\x38\x70\xac\x1d\xae\x8d\x07\x89\xea\x87\xfe\xb6\xc4\x72\x39\x1b\x31\xd7\xc5\x77\x22\x55\xd8\xe7\x85\x49\x8b\xe4\xa1\x54\x6c\x20\xbe\xa5\x8c\x0c\x28\xc9\xb1\xf5\x9b\x12\xf1\x2f\x75\x0c\xdc\xb0\x00\xee\xc8\x40\xf4\x2e\x54\x06\xe7\x4e\xd5\x7a\x1e\x34\x1b\x9e\xc5\xb7\x1b\xa3\xd1\x41\x1c\xc4\x75\x6c\x7d\x91\x16\xed\xf1\x9c\xcb\xa0\x06\x63\xdb\x0c\x2a\x59\x29\x9c\x14\xeb\x35\x4f\x02\x87\xb1\xef\x89\x5b\x94\x95\xb4\x9e\xfa\x7c\x37\x87\xb7\x71\xe6\x21\x34\xb9\x6e\x8d\x49\xc6\x74\xe1\xaf\xf4\x86\xdb\xc2\x1a\x63\x35\x6c\x0e\xa5\x72\xea\x54\x65\x64\xac\x40\xb3\x6a\xdc\x51\x3a\xbe\xa3\xb4\xbf\xa3\x2e\x69\xdd\x91\x3b\x09\xd7\xac\x10\x00\xe2\x8e\xf2\xc1\x1d\xe5\xf5\xcc\x45\x89\xbd\x77\x95\x86\x59\x14\x40\x3e\x39\xcf\xb5\x8f\xf3\x41\x1f\xb7\x11\x57\x12\x38\xd1\xa4\xa9\xab\x6e\x65\xc8\x92\xd5\x6f\x92\x73\x2b\x54\xd4\x37\xbb\x4a\x52\x26\xdc\x9b\x90\x34\x04\x71\x0c\x65\x0b\x6b\x4c\x0b\xbf\x46\x03\x89\x4e\xe5\x48\x7f\xe6\x80\xc9\x29\xab\xbd\x12\xfa\xaa\xea\xd6\x37\x6d\x9e\x50\x6b\x67\x5d\x40\x41\xe1\xe7\x48\x94\xb5\xc4\x11\x4b\xb4\x52\x9e\xd2\x60\x60\x38\xcd\x06\x64\xb2\x6e\xba\xb0\x50\x67\x10\x84\x00\xf8\x8a\x69\x76\xb0\xfb\xb5\xde\x90\xd1\x5f\x7b\xa6\x22\xf2\xfc\xd9\x66\x47\x9c\x92\x16\x06\xbf\x98\x74\xaa\xbe\x1d\x79\x23\xd4\xb8\xd3\x48\xc0\x86\x25\x63\x42\x5e\x55\x35\x68\xd1\x3a\x60\x04\xe5\x2d\xd4\xe2\x06\x4a\x77\xae\x73\xc9\x2f\x37\x8c\xd2\x09\x67\x56\xdc\xe8\x58\xef\x7a\xeb\x17\x6a\xd8\x6d\x98\x25\x22\x2e\x3a\xd0\x47\x99\xb3\x0f\x80\x0e\x24\x02\x40\xac\xb2\xb6\xf8\x70\xa9\x52\xae\x55\x1b\x15\x44\x2e\x1b\x09\xc3\xd2\x25\x06\x15\x5d\x07\xb8\xfc\xd5\xbf\x64\x7f\x7b\x11\x4c\x19\xb9\x7d\x36\x5d\x9b\xb7\xb1\x1e\xaf\xfc\xb9\x91\xdf\x27\x7d\x2f\x13\xce\x0b\x2d\x42\x6d\xb8\x86\xd0\x23\xb4\x4a\xc2\x0f\xab\x38\xb2\x59\xbd\xd4\xb5\xd9\xb8\x9d\x40\xec\xe9\x95\x24\x78\x84\xfc\x36\xb4\xba\x76\x8c\x48\x85\xc3\xb9\xf8\x76\x49\xfb\x72\x1e\xd4\xdd\xc3\xd7\x2f\x1f\x60\xdd\x15\xde\x07\x0e\x96\x82\x38\xf5\x5b\xa0\x9c\xf2\x4d\x48\x5a\xeb\xea\x2f\xa0\x7f\xe9\x5b\xe8\xf2\xbd\x7d\x0a\x56\xe2\x95\x9c\x78\x4f\xd9\xb3\x42\x7d\x23\x37\x39\x80\x21\x78\x52\xdd\x61\x45\x80\x53\x86\x93\x4e\xd8\x6f\xfd\x27\x4e\x6b\x00\x87\xbf\xdf\x20\xd0\x20\xc5\xeb\x8e\x78\xab\x11\x8f\xdc\x14\x3c\xe3\x2f\xf7\x93\xc8\x30\xcd\x0c\x9e\xdb\xac\x76\x7c\xb3\x48\x2a\xa5\x5a\x3f\x01\xb0\x1f\x00\x3f\xbe\x6b\x58\x11\xb0\x0e\x76\x1a\x5b\xa0\x3f\x20\xec\x68\xf4\x57\x4f\x4a\xb5\x63\x19\x7d\xdd\x08\x3b\xb4\x0f\x34\xd3\xab\x1f\x32\xcb\x35\xcb\xab\x8a\x4e\xa0\x7c\x78\xc7\x9d\x6d\x7b\xfb\xfa\xe5\xfe\x8d\xd9\xed\x04\x56\xe1\xc1\x6e\xee\x9b\x49\x1a\x8b\x2b\xc6\x6d\x12\xc3\xf8\xdd\xc8\x7c\xb9\x6b\x24\x3e\x9d\x7a\xa1\x51\x11\x27\xd5\x46\xdd\x82\x11\x69\x25\x46\xaa\x17\xd6\x07\x08\x97\xa5\xd2\xa8\xd1\x35\xea\xfa\xcc\xc4\x61\xed\xae\x0d\x5c\xc3\x7c\xbe\x06\x41\x1d\x45\x38\x25\xb1\x4b\xb5\x0a\x3a\xe7\x98\x52\x61\x30\x47\x0e\x37\x6a\x5c\x15\xa8\x55\x9f\xf3\x85\xbc\x57\xd8\xb3\x7c\xb5\x28\x11\xd8\x32\x68\xcc\xa0\x5a\x72\x25\xd0\x68\x96\x9e\xd9\xaf\xa6\x88\x04\x77\x55\x45\x48\xe7\xc8\x20\x9c\xf6\xc7\x91\xa1\xa9\x6b\x10\x5c\xb7\x49\x06\x0a\x30\x84\xc0\x5e\x8c\x81\x20\x31\xb5\x41\xa5\xf8\xa4\x15\xe2\x61\xc9\x22\xe3\xc5\xdf\x17\xf3\xb5\xab\x47\x9c\x01\x36\x6d\xa3\xb6\xd2\xe1\x37\x99\x88\x9d\xf5\x92\xbe\x32\x66\x23\x6e\x01\x7a\x5c\x7c\xe9\x9c\x11\x9c\xa3\x80\x90\xd6\xad\x4e\x10\x83\xc7\xdb\xe2\xe3\x4a\xd2\xee\xb5\x29\x48\x24\x07\xd7\x4c\x36\x10\xc6\x63\xaa\x17\xda\x07\xe2\xed\xac\x4f\xb0\x65\x2b\x4f\x9a\xd2\x0e\x27\x45\x44\x28\xa9\xe1\xd8\x1f\x83\x23\x96\xa9\xad\xb1\x4c\x54\x8a\xf8\x4c\x9b\x31\xd7\x78\x46\x4c\x53\xb3\x96\x3a\xf5\x5a\xd3\x7e\x54\xbc\x1d\x8a\x7f\xff\xf6\xf8\xc7\xd7\x87\xaf\x5f\xce\x1c\x8d\xbb\xe2\x1f\x8c\xc7\xba\x8b\x2d\x90\x11\x48\xd0\x52\x3a\x19\x80\xc3\x79\xc0\x0d\x38\x14\x28\xd8\xb6\x92\x1a\xed\x3f\x81\xe9\x77\x74\x24\x5c\x12\xdb\x2d\x48\xb9\xc6\x82\x90\x5c\xa4\xc7\x1b\x4d\xa0\x15\xf7\xe0\xf4\xf5\x0f\xd2\xa9\x97\xf9\xfc\x3a\x10\xac\xad\x81\x60\x7a\x32\x10\x6c\xd7\x78\x6b\xe3\x9e\x08\xff\xd2\x83\xf0\x2f\x6d\x4a\xc6\xec\xda\x09\x19\xdb\x92\xad\x51\x97\x99\x87\xd1\x90\x0a\x86\x3b\x1f\xb2\x83\x9a\x02\x4a\xba\xbb\x40\xb5\x66\xec\x90\x29\x80\xa7\xb9\xc3\x4f\x32\xad\x22\x0e\xa4\xcf\xdd\xa7\x6e\x64\xa3\xa5\x92\x7d\x6b\x35\x60\x4b\xd7\x88\x2d\x13\xd0\x5e\xda\x1c\xeb\xc7\x5b\x9f\x15\xad\xf5\x35\x61\xb0\xbe\x38\xb1\x6d\x4d\x0f\xbc\xd6\x2e\xef\x07\x28\x8a\x50\x6d\xfd\x3b\x01\x8a\x9d\xa9\x35\xbd\x95\xea\x43\x7e\xeb\xbb\xab\x20\xea\x72\x6a\xbf\x71\xc9\xa6\x70\x5a\xdf\xca\x0e\x86\x8c\x07\xac\xd4\x5d\xfa\xad\x18\x59\xb3\x85\x07\x88\xf1\xa3\xf4\xa4\x21\x2b\x1e\x0b\x76\xf8\x12\x58\x71\x75\xbc\x75\x4c\x7c\xbd\xbb\x7f\xfa\xfa\x3f\xee\x1f\xee\x6e\xce\x5d\x1c\xfd\x84\xfc\x2b\xce\xf8\x88\xf9\xfc\xcb\x01\x94\x1a\xcc\x47\xcc\xc4\x7d\x3b\x29\x70\xd8\x7b\xbf\x92\xd6\x93\x4b\x07\xde\x52\x05\x0e\x53\x6e\x97\x52\xc6\x4d\xd8\xdd\x76\xfb\x4a\x00\xd2\x1e\x7e\xb9\xa3\xbf\x94\xf1\xea\xdb\x15\xec\xf6\x55\x05\x20\x3b\x96\xd9\x5d\x60\x33\x21\xbe\xd2\xee\x02\xa2\xb7\x50\x32\x69\x70\xf6\xb2\x5c\x56\xb3\xd3\xd7\x79\xf3\x65\xe6\x76\x6d\xaf\x6f\x13\x39\x95\xae\x34\xbd\xb9\x79\x53\x5a\x59\x92\xd2\xca\x92\xf4\x52\x99\x68\xda\xb3\x24\x25\x65\xb2\xa3\x0a\x92\x80\xb9\x4f\xc8\xea\xb6\x8e\x41\xde\x94\xd5\xa8\x1f\xdf\x90\xff\x0e\x52\xbb\x43\x96\xa4\x7e\x74\x23\x41\x3f\xe7\xf5\x3c\x7f\xd6\x12\x6c\x5e\xa5\x53\x6f\x57\xe2\xe3\x19\x51\xfe\xd7\x0c\x03\x4f\xa7\xf1\x06\xc1\xf1\x6f\x5f\x7f\xdf\x9e\x87\x76\xf4\xe0\x25\xbf\xbf\x58\xe9\xd7\x1d\xb0\xc0\x20\xf5\x1d\x62\xf8\xea\xd4\xae\x5c\xaf\x53\x0e\x27\x67\xe5\x0b\x9e\x13\xf9\x04\x62\x54\x6d\x85\xeb\xac\xa4\xd6\x83\x91\xc1\xb5\xb2\xfa\x34\x0a\x95\xaa\x4b\x44\xf0\x02\xec\x5f\x27\xb2\xf5\xd4\xa8\x28\xf2\x31\x60\xbd\x17\xc4\x5d\x36\x26\x33\x20\x16\x55\xd7\x7f\x44\xfc\xfa\xae\x87\xa9\xef\xd2\xd5\x88\x15\x8e\xee\x56\x35\x4d\x9a\xca\xc8\xbd\x81\x80\x5b\x15\x71\x2d\xc5\x37\xbc\x81\xad\xc5\xfc\x66\x2c\xb3\x55\xd7\x0f\xe1\xa6\xf4\x6d\x73\x00\x60\x85\x7b\xa3\x3a\x33\x8f\x4a\xdd\xe4\x3a\x6c\x2c\x61\x7d\x81\x77\x84\x81\xee\xef\xdb\xd6\xe8\x70\xb4\x36\x03\x53\x12\x15\xd7\xf8\xab\x2c\x20\x4e\xe8\x9c\x27\x90\xe3\x10\x1c\xdb\xb2\x34\xd0\x0c\x94\xac\x8d\xf4\x94\xce\xfd\xfb\xf6\x9f\x9f\xce\x84\x6a\x47\x47\xe5\x9b\x57\x78\xed\x27\x52\x5c\x76\x19\x9f\x20\x2b\x3b\xe8\x2e\x65\x39\xec\x2e\xf5\x39\x2d\xbb\xde\x82\x99\xd7\x1b\x08\xc8\x7b\xfb\xde\x72\x29\xd6\x95\x1d\xd7\xf3\x82\xeb\xd3\xf7\x21\xef\x4e\x21\x59\xb9\x36\xd0\x82\xf6\xba\xbb\xe4\xdf\xdb\x5d\x3a\xa0\xdf\xb0\x28\x71\x03\xa9\xb8\xc8\x2a\xbb\x20\xf7\x38\xba\x4b\xe2\x3e\x8d\x18\x7b\xa7\xf7\x58\xe1\xf7\xfb\xec\x6a\xd7\x28\xe2\xcb\x48\xb3\xa3\x6e\xe3\xf7\xba\x2d\x88\xd7\xe3\xc3\xc1\xa8\x1f\xc4\x35\x46\x7d\xd2\xc9\x64\x3e\x92\x7d\xd0\x8f\x55\xa3\xc5\x04\x70\x7d\xa7\x3d\x81\x4b\x8b\x21\x50\x0f\x6a\xa5\xe5\xa9\xd4\x47\xfd\x54\x2b\x4d\xa4\x4c\xcf\x98\xf8\xf0\x0a\xf9\x44\x9f\x73\xdc\xd4\x50\xcc\xd7\xb7\xf8\x19\xcc\xc1\x81\xbd\x34\xb0\x14\x74\x9f\x42\x72\x1d\x1d\xb6\x14\x84\xe3\x36\x8c\x5a\x19\x19\xeb\xd3\x5c\x9b\x20\xaf\x4d\x70\x34\x89\x97\xf5\x99\xd3\xa4\xda\xeb\xda\x1a\x2e\x07\xf7\x48\x68\x7d\x6f\xdc\xfe\xf9\xcb\xf6\xdb\x72\x66\xd0\xd6\xc3\xbe\xf8\xf7\xb7\xa0\x5e\xf7\x4a\x96\xd9\x1a\x81\x32\x06\x59\xde\x05\x47\xee\xfe\x2e\xb9\x95\x77\x62\x10\x9b\xdd\xfa\xb6\x10\x08\x04\xda\xe0\x89\x63\x6a\xc8\x05\x87\xbd\x42\x5d\x4c\x75\x81\x48\x17\xe0\x21\xef\x38\xce\x5b\x46\x10\x1c\xe9\x15\x22\x61\x02\x77\x59\x00\x9d\x27\x34\x17\x94\x0a\xe0\xa5\x8a\x64\xf2\x70\x79\xeb\xd6\xfc\x0a\xe1\x0b\x03\xb3\x3a\xe9\x02\xbb\xa6\xa2\x1c\x22\x85\xd3\x1a\x43\x29\xae\x93\x5b\x86\xa5\x5f\x10\xd4\xb4\x08\xdc\xe4\x15\xd7\x37\x0a\x41\x25\x95\xad\x17\x08\x50\x60\x78\xf4\x6c\xa9\x09\x37\x37\xe1\x90\xd6\x28\x28\xc1\xf8\x54\x7e\xe4\xd9\xc4\x67\xfc\xff\x4f\x9f\x2d\x38\xb2\xff\xbf\xf0\x6c\xe0\x67\x55\x29\x7b\xe2\x87\xd7\x98\x0e\x3b\x47\xe9\x8b\xef\xf2\x05\x85\x4b\x76\x74\x17\x91\x78\xd5\xdb\x29\xff\xe7\x6c\x27\xd1\x1f\x22\x67\x6b\x0f\x25\x77\xc6\x39\xd7\x5a\xe5\x56\xc5\x45\x22\x0d\x72\x9c\x91\xb4\xa4\x01\x5a\x44\x9f\x81\xbe\x1a\x26\x84\xb7\x1b\xcd\x84\xe9\x0a\x48\xf0\x98\xb8\x93\x0e\x38\x2c\x8e\x10\x1d\xde\xae\x29\x8f\x7f\x3c\xdc\x9f\xeb\x6f\x5d\x0b\x7f\xb0\x9e\xfc\xb2\x13\x69\x57\x9b\xf7\x49\xf4\x86\x9f\x76\x41\x42\x61\x22\x3f\x86\xf4\x3d\x06\x6f\xb8\xd3\x61\xa9\x9c\xae\xa5\x5a\xc7\xb7\x95\xe5\x05\xe9\xf1\x34\x06\xc4\x1d\xfb\xc0\xc3\x16\x54\xb7\x70\x99\x43\xee\x18\x3e\x00\x91\x3f\x5e\x23\x0a\x5f\x14\xaa\x1e\xd6\xf2\xcc\x35\x4d\x42\xd2\xc9\x48\xf8\xb5\x4a\xbc\xef\x62\xee\x7a\xae\x34\x72\x0d\x06\x9f\x88\xfd\x60\x1f\xae\x88\x04\x80\x20\x33\x81\x0f\x44\x12\xd7\x4c\xb8\xe6\x85\x0e\x06\x26\x77\x03\x5c\xa9\x3f\xa0\x21\x62\x5f\x87\x5d\x5a\xb3\x27\x2e\x76\x3a\xea\xd7\xde\x09\x1b\xd7\xe1\x4b\x30\x8d\x05\xf1\x55\x05\xf0\x8b\x81\x26\x24\x88\x52\x9a\xe4\x22\xad\xb6\xf4\xfe\xf0\xb7\xd3\x03\xf4\xb4\x53\x1f\xbe\xa3\x37\xa3\xeb\x33\x63\x88\xb2\x19\xc1\x67\x9e\x56\xe2\x09\x78\xe7\x5a\xae\x61\xe3\x5a\xe3\x6c\x23\x57\x95\xd7\x06\x24\x00\xeb\xb5\x8b\xca\x40\x9e\x6f\x11\x55\xcd\xcd\xa7\x71\x20\x6b\x3d\xb1\xb6\x77\x42\xa1\xbf\xf3\x53\x79\xa7\xbd\xaa\xbc\x17\x81\x1f\x5b\x20\xb8\x13\x7c\x81\xf2\x6e\x83\x26\x8d\x7c\x92\x13\x33\xe8\x8f\x7f\x7c\xfd\x7a\xae\x62\x88\xb2\xdf\x9f\x3f\xa5\xcf\x3d\x9f\xf4\xa4\x56\x7b\x52\x53\xaa\x73\x5c\x55\x19\x11\x78\x60\x2e\x66\xd8\x72\xe0\x19\x97\xf0\x8c\x8f\xf5\x43\x78\xc7\x53\x01\xe4\xa1\x9a\xee\xaa\x58\x4f\x39\x7a\x7d\xed\x52\x07\xb8\x63\x44\x29\x8a\x2e\x21\x58\xe3\x35\x52\x23\x71\x1a\x5c\xeb\xc6\x93\x6c\xca\x15\xb0\xe3\x0d\x24\x57\xd7\x2e\x26\xc8\x74\x05\x8a\x43\x2f\xaf\x69\x7d\x5b\xdd\x60\x61\x65\xeb\x54\x64\x6e\x63\xd0\x5c\x88\x59\x70\x7f\x09\xc3\xb6\x27\xb5\x82\x23\xca\x65\xb2\xde\xbc\x2a\xe0\xd5\x48\x39\xb4\x0f\x1c\x99\x10\x9e\x44\x70\xf9\xad\xeb\xc7\xdc\x02\x81\x54\x96\x49\x32\xea\xce\xa6\x63\x34\x6a\x0b\xf8\xf9\xdd\xdd\x67\xbf\xfd\xf5\x79\xd3\xfe\x79\xb5\x4b\x3a\x7c\x8d\xf6\x09\xab\x41\x34\xd1\xf3\x5d\x96\x56\x91\x41\xca\x95\x4c\xf9\x93\x28\xac\x5c\xeb\xdb\x0a\x98\x69\x1d\x02\xba\x56\x71\xc9\xe9\xda\x85\xe8\x31\x78\xbd\xc7\x74\x70\x8f\x2e\x06\xbe\xdc\x63\x3a\xba\x47\xb2\xb9\x76\x49\xa0\x8a\x89\x7c\x1c\x15\x71\xe5\xf3\xcf\x07\x8a\x0b\x62\xdc\x96\x13\xdd\xbd\x7e\xd8\x8f\x13\xb0\xaf\x2b\x80\x89\xad\xc8\x72\x54\xfb\xe9\xe0\x98\xb8\x99\xb4\xbf\x27\x1f\x20\x87\xc3\x24\x1d\x0c\x13\x6f\x68\xbe\x9a\x2d\xad\x6d\x70\xad\xf3\x7b\xc6\x20\x1f\xab\x36\x97\x9d\x9d\x36\x1d\xda\x69\xd3\xb1\x9d\x16\xd4\xdb\x85\x4f\xed\x6c\xdf\x7e\xf9\xe5\xdc\xc0\x66\x14\xfd\x7e\x7e\x83\x7d\xd9\x41\xc6\x35\x8a\x19\xa8\x0b\xb2\x06\x00\xf5\x06\x24\x6a\x50\x7f\xf8\xb2\x55\xa9\x6f\xdb\x08\x71\x64\x2e\x73\x95\x43\xc4\xd7\x1a\xa4\xb7\x22\xfa\x63\x3b\x19\xb1\x50\x1c\x29\x62\x92\x47\x47\xaa\x1b\x96\x58\x2d\xcf\x77\x86\xc4\xb2\xf2\x98\x65\x4a\x56\x31\x6a\x59\x66\xf5\x8d\x5e\x0b\xf1\xe2\x23\x2f\x23\xb0\xa1\xf8\x0a\xdc\x69\xa6\xde\x09\x68\xa5\xf3\xb1\x09\x22\x29\x2b\xbe\x02\x7a\x2f\x76\x39\x84\x16\xd7\x96\x9a\xbd\xbc\x6f\xfb\x24\x4e\xa3\x13\x52\x90\x25\x2b\x8c\x9a\x1d\xe1\x45\xde\xd7\x0a\xeb\xe1\x2e\x75\xac\x62\xef\x54\xea\xa0\xb1\x80\x9c\x87\x1d\x00\x11\xa8\x1a\xf1\x9e\x23\x73\xb8\x64\x33\x20\xef\x11\x1e\xe7\x1b\x50\xcf\xdc\x19\x31\x08\xbe\xa6\x03\xe5\x5a\x62\x97\x1c\x38\x2d\xb9\xa6\x66\x20\xd7\xd0\xa0\x53\xa9\xc8\x3d\x03\x4c\x3e\x28\x42\x98\x11\x5f\xd7\xae\x14\x54\xd1\xb5\xd8\x32\xd2\x20\x78\x14\x6d\x45\xea\xf6\xed\xc3\x9b\xd7\x3b\x00\xa0\xc9\x0b\x7b\x13\x8f\xc4\x06\x21\x32\x21\xac\xad\x9e\x58\xc8\xbf\xfd\x76\x1e\x23\xf2\xc3\xb7\xdf\xfe\xfe\x7d\xd3\x4d\x2f\xbf\x1c\x44\x31\x34\xbb\x60\x06\x50\xec\xca\x87\x52\x69\x22\xff\xbb\x8c\xa7\x39\x88\xf5\x02\x64\x03\x04\xfb\x2e\x32\x09\x0e\x79\x7c\xa4\xb6\x35\x21\xc0\x8f\xd8\x45\xc1\x7e\x2d\x65\x2c\x20\xbe\x2e\x33\x47\xdd\x99\xcd\x72\x94\x40\x1c\x44\xb3\x05\x78\xf4\xc1\x6a\x01\x2b\xc3\xc0\x2e\x9a\x46\x01\xdb\x8f\xc0\x4d\x10\x1a\xba\x84\x13\x14\xd9\xbe\xf3\x42\xa7\x00\x95\xb9\x0c\x24\x41\xb8\x24\xa1\x69\xe5\x2e\xf2\xf7\xc7\xcc\xc0\x64\x40\x28\x37\x67\x1e\x4c\x65\x06\x15\xe6\x45\xeb\x5e\x27\xd4\x7c\x81\x08\x16\x70\xc4\xc8\x6c\xf5\x5b\x06\x27\x07\xd0\x23\x5a\x1e\xb8\xb3\x3c\xca\xf3\x67\x96\x42\xa6\x49\x7c\x40\xda\x05\xfb\x06\xe0\x4b\xc1\xa4\xa9\x40\x80\x6f\xb0\x7d\x06\xb6\x94\x95\x47\x2e\x08\x3b\xc0\xcf\xac\xc1\xa8\x8f\x33\xb5\x36\x1a\x96\xa4\x4f\x2a\x3d\x69\x19\xa8\xe0\x05\x95\xea\x11\xd1\x94\xc3\x27\xce\x74\x99\xcf\x4f\xcd\x3e\x31\xdf\x8e\x86\xfb\x9b\x33\x7d\x0f\xf7\x37\x5f\xbe\x6f\x1b\x2a\xbc\x0b\xc9\xa8\x5d\x01\xba\x5b\x84\x5a\xdf\xae\x34\x99\x59\xa5\x5c\x18\xbc\x0c\x2e\xdb\xcb\x4c\x86\xf8\xcb\xe6\x53\xbb\x52\x1b\xc8\x0e\x9b\x9d\xea\xdc\xfa\xc6\x0a\x1e\x9d\xb6\x50\x5d\x51\xa6\xbd\x93\x56\xf0\xe0\xd9\x70\x04\x5f\x05\x03\x61\xad\x57\x44\xb5\x99\xeb\x4b\x70\x5b\x7b\xbb\xd3\xb0\x2b\x69\x80\xf1\xde\x57\x0d\x8b\xc4\xd4\xc0\x63\xed\x10\x0b\x27\xec\xcf\x0a\xcf\x48\xbf\x72\x09\x38\x6e\xfc\x22\xfb\xa6\x9c\x4c\x94\x86\x5f\x50\x39\x98\x18\x0b\x55\xf0\x2f\xde\xf2\xf4\x5e\xf0\x1d\x42\xd9\x6b\x6f\x63\x01\x7e\x01\xb1\xa5\xee\xf7\xec\x62\x32\xe4\xe8\x00\xb9\x56\xb9\xf5\xd9\xba\x0c\x0a\x5c\x94\x4a\xa5\xa6\xe6\x03\x05\x45\x10\x89\x2a\x57\x6a\x63\x9d\x1b\xeb\x05\x16\x11\x1f\x99\x30\x97\x44\x9c\x03\x1b\x7c\x2e\x10\xd9\x54\x9f\x3f\x0b\x72\x85\xbd\x9b\xb9\xdd\x44\x68\x78\x49\x9c\xd0\x0a\x9d\x5c\xb6\x9d\x24\x73\x31\xe0\x9c\xa7\x4e\x15\xd4\xa0\x13\x05\x00\x8b\xb8\x35\x5f\xd3\x95\xea\x58\xbc\x29\x81\xf8\x6e\x34\x18\x5b\x57\x5b\x9b\x0c\xc7\xb7\xbe\xe2\x55\x5b\xbc\x5e\x0d\x57\x6d\x1b\xb9\x11\xf7\x28\x15\x80\x89\x5b\xa3\x3a\x33\x2a\x7c\xfe\xac\x2e\xef\x5a\xd2\x62\xb7\xb9\x56\xbf\x11\xa8\xbf\xf0\x11\x4f\xce\x3e\xed\xf2\xda\x46\xde\x86\xdb\x1a\x24\x3b\x1f\xb6\xa5\x55\xe2\xfa\xfd\xc6\x44\x5d\xc9\x75\x09\x10\xa8\x7a\x87\x82\x7b\xb5\x8d\xbc\x96\xf2\xe3\xb7\x73\xe2\x97\xfb\x33\x05\x5d\x2f\xf9\x11\x46\xde\x9e\x77\x44\x36\x22\x00\x44\x31\x70\xbe\x03\x80\xbc\x71\x6b\x9b\xfd\x41\x40\x34\x95\x8d\x0e\xbb\x96\xda\xde\x2d\x11\x55\xfd\x7c\x07\x3a\xd4\x71\x6d\x36\x6e\x9a\x51\x69\x2a\x63\xb3\x3f\x08\x00\x32\x80\x32\xb9\x60\xf6\x9d\x12\xb9\xd9\x35\xf7\x76\xd3\x27\xcd\x6e\x9b\xf5\x2d\x2e\x05\x46\xa1\x4b\x19\xe3\xfa\x88\x22\x9e\x01\xf5\x74\x3d\x9b\xab\x71\x9f\x4e\x9d\x58\xcd\x36\xdc\xdb\xcf\x9f\xa5\xd9\x46\x6a\xbb\xb1\xb2\xb1\xf5\x01\x33\x8e\x3f\x29\xfc\xbd\x9b\xf5\x6d\x85\x76\x8a\xd2\x3f\xdf\xe5\x95\x45\x7f\x4a\xa0\xb7\xfc\x7c\x37\xdb\x06\x77\xb2\x7e\xfe\x6c\xb5\xfd\x40\xc5\x6b\xe9\x7d\xc5\x3a\x6c\x57\x91\x77\x9a\xd4\xe6\xca\xe5\xcd\x3b\x4d\x1e\x70\x66\x97\xb5\x07\xc1\xfe\x77\x7a\x6f\xad\xec\x35\xec\xd4\xdf\xee\x97\xff\x7d\xae\xfa\x84\xa2\x1f\xc4\xbf\x69\xdd\x87\x8c\x54\x62\x29\x3c\x37\xe0\x70\xd0\x5e\x5d\xa4\xe0\x31\xad\xe6\x4a\x55\x19\x68\xd4\xad\x0e\xe4\xd5\xf9\x84\x95\x12\x81\x71\xa3\xd7\x0b\x6b\xc5\x65\x67\x6f\x1f\xdf\x25\x8a\xb7\x96\x71\x21\x2b\xdd\xfc\x18\xf9\x7b\xbd\x8a\x7a\xd7\x58\x25\x69\xb3\xcc\x8d\x4f\xe3\xa2\x2c\x1b\x9e\x93\x4a\x15\x8d\x26\x9d\x46\x43\x3b\xf0\x54\x1b\xa9\xf5\xa6\x54\xd8\xf5\x2a\x85\x3f\xb3\x8e\x0d\x92\x36\xe1\x7f\x1d\xa3\x79\x4f\x37\xb2\x61\x3a\xae\x84\xaa\x97\xdc\x48\x55\x92\xd9\xc6\xf8\xe4\x3b\xc5\x06\x2f\xe5\x65\x68\x84\xb2\x35\x5a\xdf\xec\x0f\xd6\xdf\xa0\x7d\x0d\xd9\x00\xfd\xb5\xd3\xe0\xe6\x62\x16\x10\xa4\xac\xf6\x0d\x9c\x62\x03\x6d\xc3\xa4\xad\x0a\x6f\x70\xc0\x08\xfc\xa2\x39\x5b\xe9\x1b\x15\x92\xda\x07\x63\xb4\x90\xd4\x2b\xae\x8d\xc4\xbc\x5a\x2b\x8d\x9a\x54\x17\xb2\xfc\x3e\x75\x83\xfc\x57\x20\x9c\xf9\x17\xde\xfa\x8a\x5f\x2a\x4e\xed\x5d\x5a\xe0\x93\xe1\xf2\x79\x77\xf9\x6b\x1b\xe3\xa3\x67\xe0\x8d\xe0\xc1\x6b\x9d\x7a\x70\xb0\xa2\xa7\x15\xea\xa5\xe7\xb5\xb9\xb6\x73\x50\x97\xa1\x16\xc4\x0b\xa5\xe9\x02\xc9\x6a\x0c\x18\x2c\x66\x1b\xdd\x9b\xb8\x96\xde\xe1\x77\xa8\x2f\x9f\x40\x69\x3e\xb5\x5f\x2b\xbb\x86\xd6\xc6\x58\xc0\xfc\xdd\xab\x06\x39\x87\xd4\x0d\x20\x30\xd5\x7c\x55\x2f\xae\x30\x35\x69\x07\xdf\x09\x33\xc6\x5b\xbb\xa8\x2c\x54\x7a\x95\xb6\xe9\x7e\x8d\x97\x8f\x95\xa3\x33\x37\x6f\x07\xe9\xcf\x9f\x5d\x16\x2c\x56\x54\x37\xdc\xc6\xa7\x97\x49\xcc\x1b\xf3\x96\xc0\xe5\x37\x56\xa8\x88\x8a\xbc\x1c\xac\x2b\xe0\xe1\xc9\x6f\xe7\xda\x9f\x7f\x9c\x19\x6b\xea\x25\xbf\x3f\xd3\xec\xcb\x3e\xe3\x1b\x10\xf6\xe5\x36\xcf\x76\xc0\xa2\x71\x40\x52\xf0\xf8\xc2\x4e\x90\x55\x6e\x67\x7b\x9c\xae\x8a\xf7\x34\xc3\xc1\x70\x48\x48\x38\x7d\xc3\xcd\x48\xfa\x5e\x90\xe9\x0d\x1c\x1b\x49\x0d\xfc\x25\x95\x34\x45\xc0\xdc\x92\x2b\xf2\x96\xe2\x04\xe2\x38\xe5\xd1\x34\x72\x7c\x22\x6b\x7c\x1e\x60\x6b\x1f\xe4\xaf\x3c\x1e\xe0\x6c\x27\x95\x4b\x1e\xd5\x95\x19\x60\xc0\xd1\x88\x6c\x38\x70\x0c\xc1\xba\xd8\xec\xd2\xb8\x2d\x71\x39\xbf\xe5\xf5\x1a\x79\xb6\xc7\xbc\x5e\x3a\xfe\x23\xaa\xf8\x2f\x20\xf8\xfc\x3c\x41\x88\xba\x64\xb8\xc3\x0e\x5a\xe4\x11\x3a\xb4\xdf\xc4\xfa\xf6\x4e\x2b\xae\x91\xd0\x7f\x35\x79\xe7\xdf\x1e\xcf\xc3\x68\x7e\x78\x7c\xfc\x00\x26\x6d\x7e\x7d\xb1\x11\x53\x19\x9c\xcc\xe5\x8e\x3a\x57\x6c\x84\x36\x91\x92\xda\x5d\x87\xa0\x62\xbe\x17\xfb\xdb\xfa\xe9\xa7\x92\x40\x6b\x08\xcb\xf1\x7a\xe2\x63\x94\x3f\x2e\x78\xf4\x09\x50\xc8\x5d\xd7\x0f\xf1\xcb\xf3\x1d\xf7\x4a\xad\x81\x82\xbc\x2e\x79\x90\x56\xcb\x0c\x18\x19\xf6\x15\x6c\xd4\x2c\x7d\x50\x1d\x3d\x03\xe7\xaa\xae\x6f\x17\x9d\x5a\x0d\x9a\x95\xde\x22\x93\x50\x89\x61\xe6\xe2\xe9\xab\xa5\x3e\xd9\xa0\xd2\x26\x2c\xaa\xc6\x15\x8c\xfb\x30\x17\x75\xb4\xf7\x18\x48\x71\x2c\x1c\x41\x3d\x43\xc5\x45\xee\x11\x84\x57\xd6\x7d\x94\x53\x2f\x02\x2d\xac\xf7\xfd\x3b\x55\xeb\x2e\x72\xcf\x9e\x3a\xb5\x62\xaf\xab\xc2\xa7\xdb\xf5\xd2\x93\xd8\x26\xec\x56\xec\xdb\xc9\xcc\x1d\x50\x51\xde\x60\x13\xfc\x0b\x7d\xc2\xe1\x43\xae\x69\xc9\x18\x17\xa6\x13\xb9\x48\x02\x34\xbf\x9e\xa4\x32\x59\xab\xc9\x0a\x99\x41\xdf\x5b\x81\xd7\x8a\x0b\xd1\x7e\x97\xca\xd4\x90\x61\xaf\x83\xe6\x00\x65\xee\xa0\x02\x63\x32\x95\x95\x4c\xbc\x81\xf1\x61\x28\xae\x0c\x40\xb1\x4a\x56\x35\xee\x63\x82\x7e\x87\x3b\x52\x60\x75\x26\x35\x43\xe4\x38\x37\x26\x65\x78\xc8\x71\x0b\xeb\x3b\xf0\xaa\x06\x35\x1e\xa9\x47\xfc\xf8\x71\x5d\xf8\x74\xbb\x5e\x1c\xc1\x69\x79\xd7\x00\x2a\xde\x00\xd6\x0d\x8d\x55\xd0\x00\xb5\xbc\xcd\x89\x7f\x7c\xfc\xe9\xdf\xfe\xbc\x79\x38\x73\x9d\x7c\x7c\xcc\x8f\x28\xfe\xfd\x01\xcf\xfb\xec\x9b\x23\x3e\x77\x9b\x7b\xe8\x10\x9b\xaf\x99\xba\x11\x96\x64\xf3\x2d\x57\x37\xef\xb3\xbf\xf1\xeb\x11\xab\x3b\xc7\xd7\x87\xe4\x89\x01\x9a\x18\x00\x2b\x0c\x84\x95\xc3\x32\x8f\xbb\xe3\xa8\x69\x4d\x17\xdf\x5d\xf6\xf0\x22\xc8\x1d\xe7\xea\x6a\x12\x22\x71\xd5\x48\x15\x34\x81\x85\x39\x28\x74\x4b\x60\x21\x28\x54\x23\x33\xd8\x15\x9a\x5a\xae\x24\x6c\x19\x51\x28\x40\x65\x33\xcd\x6c\x0a\x14\x0d\x9b\xc4\xae\xe8\xac\xef\x15\x91\x8e\x60\xee\xf1\x53\xfd\x0b\x03\x8e\x16\x3e\xa0\x56\x7e\xda\x5d\xba\xe4\x46\x55\x6b\xaa\x2e\x44\x80\x97\xb4\xf7\x08\xd4\x47\xf0\xbb\x49\x45\xb0\x64\xb5\x96\x2a\xc8\x8c\x78\x0e\x04\x30\x4f\x03\x08\x9a\x14\xa3\x09\xdb\x04\xde\x49\xab\xa4\x46\x55\x5c\x5b\xde\x85\xfc\x1f\xd4\xe4\x9f\x9e\xef\xb8\x28\x15\xe9\xfb\x16\x30\x6f\x01\x6e\x6b\x0b\xb0\x4b\x71\x34\x10\x2c\x41\x26\xd0\xfe\x8a\x82\x92\x68\x0e\x18\x4e\xaa\x56\x18\xd2\xa4\x58\x16\xc3\xa9\xd9\x27\x9a\x4b\x22\x78\xbb\x70\x65\x78\xb8\x4e\x27\x34\x6d\x06\x0d\x41\xa7\xa9\x35\x0e\xfd\x31\xed\x9a\x4b\x27\x0b\x02\x3f\xab\x96\x5c\xe1\x45\x13\xb4\x06\x76\xeb\x3e\x70\x69\x80\xa4\x36\x9f\x5a\x40\x34\xac\x49\x8b\x00\xcb\xc4\x98\x78\x32\x4c\x24\xc0\x76\x8b\x77\xa4\x88\x34\x32\x1f\x10\x34\x83\x66\xf1\xb0\x26\x7c\x7a\x33\x63\xfe\xfc\x65\xfb\xf5\x6c\x5e\xca\x07\x2f\x7d\x82\x97\xf2\x0d\x06\xe4\x0b\xd8\x98\xce\xa0\x7b\x29\x17\x2a\x30\x93\x21\x1f\xcb\xd7\xca\xe6\x9d\x1b\x09\x7e\xbe\x14\x97\xce\x3f\xed\x8b\xa4\xfd\x79\x97\xbd\xbd\x9b\xc3\x27\x2e\xbf\xba\x08\xf0\x6e\x9a\xdf\xb5\x96\xf1\x2e\x82\x9c\xeb\x60\xff\x1a\x31\x63\x95\x27\xcc\xf4\xd3\x3f\x0e\xfa\x0e\x38\x5d\x95\x4b\xbf\xa7\x1f\x66\xdd\x0c\xcc\xee\x80\x02\x9d\x02\x4c\x0c\x7f\xcb\xc2\x11\xc4\xd9\x5d\x68\x5e\x10\x41\x9a\x4a\xea\x3e\x8c\x91\x99\xc2\xeb\x71\x37\x52\x18\x5c\xac\xfa\x86\x05\xd6\xc1\x96\x7a\x45\x10\x4f\x6f\x2f\x1f\x6e\x73\xf7\xc1\x79\xcd\xa5\x50\x7f\x0b\x3c\xf4\xb7\x3f\xb7\x5f\x1f\xce\x1c\x2c\xdb\xaf\x0f\x1f\xd9\x11\x76\x0a\x5f\x03\x52\x9b\x8f\x76\xb9\xaa\xb5\x05\xfa\x42\x87\xab\x13\x49\x7d\x83\x34\x4b\x01\x94\x5a\xf0\x7c\xff\x3f\xec\xbd\x6d\x6f\x1b\x49\xb2\x2e\xf8\x57\xf2\x07\x30\x03\x19\x91\x91\x6f\x1f\x7d\x78\x70\xa1\x05\xe8\x7b\x0f\xd6\x7b\xb5\x40\x7f\x53\x97\xdd\x43\x63\x4a\x76\xaf\xe5\xd6\xe0\xea\xd7\x2f\xe2\x89\xe2\x8b\x44\x4a\xa2\xba\x3d\x73\x66\x06\x8d\x6e\x93\xa9\x62\x56\x56\x56\xbe\x46\x44\x46\x3c\x4f\x99\x63\x05\x1d\x2b\x6f\x4a\xc2\xd1\x61\xe5\xc9\x64\xcd\x4c\x9d\x46\xe8\x54\xc0\xd7\x6a\xaa\xc5\x8c\x98\x1a\xdb\xa3\xa6\x68\x09\x01\xbc\x01\x2c\xf6\xc9\x11\x49\xe0\x08\xd1\xca\x0c\x53\x8e\x9b\xa1\x05\x81\xef\x8d\xf4\xf7\x17\x0a\x44\xe0\xc0\x22\x41\x6c\x36\x16\xab\x65\x06\x90\x89\x94\xb2\x14\xdb\xde\x5c\xec\x1c\xcb\x58\x48\x26\xdb\x0f\xad\x2f\x02\x6d\x70\x4e\x5a\x8e\xca\xb5\x87\x05\x3c\xec\x77\xd7\x78\xd3\x81\x41\x51\xf1\x8c\xa5\xd3\xd6\xd4\x42\xc6\x19\xbb\xc2\x27\x69\x2c\x4c\xeb\x26\x42\xf4\xb9\xe1\x70\x26\x17\x72\xff\x0a\xa7\x19\xcc\xc1\x06\x00\x2c\x7a\x38\x4c\xd8\x54\x51\xb2\x7d\x36\x4d\xec\x88\x15\x00\x66\x54\x30\xbf\x05\xe0\x0e\x9a\x3e\x78\x76\x00\xaf\xbf\xde\xfe\xfc\xf9\xcb\xa5\x1e\xea\x76\x47\x9c\x96\x5b\x5e\x56\xac\x8a\xee\x8e\x9a\x4c\xc6\x97\xde\xf7\x24\x3b\xb2\xc4\x6f\x96\xfe\x38\x80\x13\x51\x49\xfd\x88\x14\x08\x9c\xdb\x6f\xba\xc7\x23\xa3\xcf\xdd\x72\xdd\xe4\xfc\x1d\x6f\x67\x98\x50\x60\x99\x09\x35\xd8\x9e\x0b\x21\xe4\xab\x98\x28\xdb\x37\xf6\xae\xd6\x87\x19\xac\xc2\x0f\xb7\xb6\xc6\x57\x30\x93\xee\xf9\x88\x04\x75\xda\x31\x12\xf1\xf9\xf7\x2b\xc0\x37\xfe\xc7\xdc\xa3\x4c\xb9\x6d\xc4\x06\x5d\xe1\x44\x9a\x27\xa1\x52\x4d\x9f\xc0\x01\xc6\xee\xdd\x90\xd8\xda\xcb\x3f\x4f\xf6\x73\x21\x65\x05\x46\xde\xd5\xd7\x6f\x9f\x1f\xbe\x7e\xf9\x7e\x21\x6d\x85\x8f\xbd\xed\xfe\xa6\x97\x4f\x2b\x8a\xb6\x63\x77\x40\x01\xf7\xd3\x7d\xef\x6f\x68\x9a\x0e\xdc\xea\x7f\xb9\x7b\xae\x7a\x7f\xe6\x96\x2b\xd0\xe3\x3e\xc3\x51\xe2\x47\xd9\xe7\x38\x4a\x0a\xcb\x73\x1c\x25\x5c\xd3\x5b\x7a\xfc\xfa\xd3\xb7\xef\x17\xd3\x94\x78\x7f\xdf\x2f\xb7\x3c\xea\x6d\x29\x27\xbd\xbd\x0f\x17\xae\xdd\xd5\x84\x4b\xd7\x8c\xde\x7d\x9d\x79\xa6\xd5\xfe\x9b\xef\xf9\xdd\xab\xd3\x79\xb6\x99\xf1\x5c\x4f\xee\xea\x76\xda\x6d\x5f\xbe\x5c\x7c\xa0\xec\x79\x1f\x6b\x90\xfc\x14\xc0\x27\x4d\x47\x9c\xb5\xa3\x3e\xa3\x09\x7e\x90\xd1\xfd\xba\x65\x4b\x77\x71\xa7\xcf\x9d\xea\x76\xc1\xb5\x43\xa7\x24\x65\x53\x8d\x67\x07\x20\xcb\x4a\x26\x62\x3e\x3b\xe6\xef\x9e\xb4\x8e\x09\x7b\x65\x82\x10\xe9\xa7\x71\xa5\xbb\xa6\xe6\x61\xb0\x51\x06\xa5\x31\x77\x6a\x20\x4c\x2d\xae\x15\xc2\x1f\x14\x4f\xc8\xb8\x20\x39\x66\x1c\x64\x8b\x09\xad\x31\x37\x1a\xc3\x36\xdf\xca\x0f\x60\x51\x12\x38\xd7\x6c\x11\xc2\x9b\x67\x53\x66\x53\x05\xaf\x6b\x41\x68\x35\xa2\xbf\x0b\xc2\x05\x15\x71\xbe\x92\x23\x08\x0d\x62\x49\x34\x74\x8e\x8d\x29\xa1\xa5\x58\x27\x97\x05\x81\x3b\xd7\xa8\xb5\x68\x37\xf6\x44\xd0\x22\x88\x75\x86\xeb\x76\x0b\x39\x91\xf2\x64\x6d\x92\xf2\x42\x75\xc6\xe0\x49\xcd\x89\x3a\x54\x55\x01\xac\x44\xbd\xcb\x7e\x33\x96\x7e\x5c\x31\x7d\x53\x10\x76\x37\xa2\x17\x83\x91\x58\xa0\x56\x9a\x6c\x1c\x81\x93\x21\x00\xf0\xd2\x19\x50\x5d\xba\xbc\xb7\xd6\xd0\x1b\xe5\x81\xf7\xaa\x62\x22\xb8\x76\x87\x81\xac\x4a\xc9\x8f\xe9\x01\xb0\xc4\xb3\x89\x45\xce\xcd\x00\x6f\x0b\x6d\xf0\xe4\x00\x54\xb0\x20\x02\xb0\x83\x5d\xd8\xb9\xc0\xd9\x64\x9b\xd1\x82\x26\x4a\x23\xe0\x28\x9a\x83\x1f\xfd\x99\xca\x34\x6c\x25\x44\xca\xc6\x04\x86\x50\xb5\x66\xec\xd4\xd0\x16\x65\x09\x8d\x99\x33\x53\x55\x48\x8f\xa9\x4e\x38\x78\x94\x64\xcd\x28\xd4\x71\xb8\xe9\xed\x5c\x35\x16\xa5\x6c\xf2\x1a\x93\x68\xcc\xf6\xa6\x10\x08\x39\xb6\x6e\xd5\x93\x44\xd2\x82\x9a\x6e\x39\x79\xb8\x22\xbc\x15\x87\xd8\x83\xfb\x80\x59\x97\x3d\x7d\x95\xbb\x3e\x33\x03\xef\x76\xf3\x1b\xd1\xee\x76\xc9\x12\xa7\xf3\xf1\xd7\x4f\x6f\x51\x52\x7f\xfd\x74\x4e\x49\x95\xf4\x54\x49\xdd\x13\x49\xa6\x1e\x9e\xa7\xda\xd7\xe7\x98\xf6\xaf\x58\xd6\x9e\xd1\x39\x60\xdd\xa8\x95\x82\xea\xbd\xaa\xe9\x4e\xcf\x69\x88\xdd\x3a\x78\x12\x8f\xe3\x86\xd5\x4d\x2a\x87\x01\xe4\xf4\x8a\x5e\x96\x66\x4a\xdd\xef\x53\x4e\x19\xc4\x39\x0d\xd1\xe5\x0c\xfe\x94\xd4\x2b\x1c\x39\x2b\x87\xd2\x4d\x63\x8e\x4d\x2d\xcb\xf2\xd7\x8b\x30\x39\x99\x12\xe8\x11\x33\x65\x1d\x36\xc2\x42\xf5\xe8\x17\x44\xd7\x77\x84\x68\x70\x2d\x94\x8a\x1b\x3d\x72\xa9\x8e\xce\xc3\x61\xf9\x72\x8f\xba\x4e\x0c\x10\x55\xee\xb2\xed\x26\x69\xc9\x64\xfa\x81\x63\x7d\x98\xfa\x59\x4d\x8f\xd0\xd4\x3d\xa7\x8d\xca\xce\x7d\xc3\x36\x0d\x40\x3b\x30\x68\xa4\x3a\xb5\x4a\x3a\x4c\xab\xc8\x1a\x38\xdb\x82\xa0\xb6\x90\xe4\x51\x02\xe7\x4e\x99\x1d\xd2\x6b\xa4\xfa\xfb\xd4\x6c\x20\x0c\x55\x78\x5c\x69\x87\x25\xac\x28\x8e\xf3\x81\xc4\x27\x0a\x64\x3e\x29\xbe\x17\xa5\x93\x9d\xe3\xc3\xcd\xc7\xf5\xb7\xcb\xa2\xc8\xee\x6e\x3e\xc6\xe9\xdb\xff\x79\x19\xfb\xb0\xfc\xbc\xa7\xcd\xd7\x8e\x18\x78\x7e\x0c\x92\x37\xa5\x00\x52\x40\x1b\x43\xf0\x00\x6c\x81\x25\x05\x61\x21\x36\x59\xdc\x1d\x7d\x0f\x8e\xc2\x91\xeb\x9d\x3b\x0e\x87\x85\x40\x71\x54\x53\xed\x86\x7b\xff\x6b\xa8\xe2\xa1\x03\x03\xd4\x17\xf9\xae\x56\x47\x39\xc7\x41\xc5\xa0\x7c\x59\xa1\x3d\x11\xaf\xd5\x7d\xdc\x05\xeb\xe3\xa8\x21\x6b\xc5\x37\xbc\xa3\x06\x82\x64\xc3\x11\xf6\xdf\xc3\x6d\xac\x65\x41\xa6\x2f\x58\xb9\xbb\x83\xfa\x28\x90\x46\x81\x00\x0c\x77\x47\x96\x20\x39\xbb\xb6\x99\x11\xa7\x90\x83\x82\xce\x3a\xb0\x07\x17\x44\x21\x8d\x8e\x0c\xa9\x8e\xf8\x68\xaf\xe6\x41\x83\xee\x29\xa7\x42\xbc\xe0\xcc\x0b\xf1\x07\x49\x3d\xb0\xcd\x3b\x04\x68\x09\xc9\x44\x3d\x14\xc7\x5d\x4f\xc0\x69\x04\xba\x68\x71\x34\x59\xc0\xb0\x13\xa0\x3a\x5a\x44\xa8\x8c\x69\xe4\x7b\xa4\xcf\xbd\xc1\x76\xb1\xd7\x76\xd3\x72\x7b\xac\x7a\x07\x58\x4f\x00\x2d\xc5\x05\x6e\xc9\x3a\x4c\x3b\x1c\xe3\x19\x38\x85\x11\x7f\x3d\xdc\xb2\x22\xc8\xa2\xb3\xb5\xc5\x0b\xcf\x2d\xf6\xdc\x17\x5a\x0b\xb0\xc2\x3f\xb8\xb5\x34\x25\xb4\x96\x5a\xd9\xde\x5a\x15\xf1\x25\xec\x48\x94\x11\xf8\x79\x42\x27\x31\x96\x1f\x6e\x3e\xfe\x3f\x9f\x6e\x2e\x33\x1f\xd9\xfc\xf8\xfe\xe9\xe6\xdb\x6b\x13\x44\x5f\x9e\x20\xaf\x63\x02\x1d\x8f\xc0\x6e\x8b\x51\xff\xe3\x67\x80\x5c\xe4\x64\x18\x30\x6c\xf6\xb6\xc6\x0a\x5c\xfc\x8b\xb3\x21\xa8\xf5\x42\x03\xe8\x2d\x22\x64\x32\xb0\xac\x11\x8b\x00\xe8\xad\x35\x37\xa0\x94\x27\xb7\x6f\xa4\x60\xeb\x30\xbe\x71\x40\x25\x75\x41\x92\x6d\x10\x12\xdb\xc3\xad\xcd\xc7\x56\xff\xf0\xf1\xe1\x2d\x30\x10\x10\x83\x28\xeb\xcc\x18\x82\xb5\x81\x28\x52\x68\x20\xe4\x51\xdc\x43\x1a\xa8\x0c\x26\xda\xdb\x97\xdd\x0d\x99\x53\x17\x28\x2a\x93\x77\x18\xf6\x1c\xc7\x34\xcd\x0e\x2f\x03\x99\x61\x21\x34\xc8\x80\x3b\x57\x02\xaa\xd8\xc9\xa1\xce\x87\x9b\xef\x9f\xe6\xf9\xf3\x85\x87\xdf\x77\xbb\xdc\xaf\x78\x79\xfe\xfc\xcb\xde\xd5\x44\xa8\xa6\x51\xc7\x2a\x73\xa2\xa4\x92\x6c\x5e\x55\x6a\x29\x8f\xbc\xb2\x04\x57\x29\x37\x99\xa9\x77\x2e\xbc\xda\x27\xdc\x85\x46\x0b\xa5\xd4\x6a\x59\xa5\x8d\xf4\x44\xa5\xc9\x2a\x9b\x8c\xa7\xcc\xc5\xe6\x67\x1f\x92\x79\x65\x9b\x57\x2b\xe3\x86\x47\xa2\x52\xb3\xe6\xd5\x21\xe5\xe5\x14\xd2\xd4\x40\xf7\xd6\xa9\x88\x74\x60\xcb\x96\x94\x5a\x5b\x75\x2a\x89\xd9\x49\xd7\x47\x56\x59\x0d\x2a\xa3\xa4\x12\x25\x93\xa4\x96\xda\x4a\xa8\x8d\x26\x65\xc3\x26\xfd\x6b\xe3\xb2\xd2\x04\x47\x74\xe9\x00\xfa\x69\x63\x8c\x95\x7f\xcb\x98\xec\xd5\x44\x57\x78\xed\x26\x2b\xc6\xeb\x97\x95\xbd\x48\xaa\x6d\xff\xb7\x65\x6f\x23\xdf\x64\xdb\xc6\x8b\xea\x6a\x9f\x80\x43\x43\xdc\xfd\xe9\x09\xcd\x3a\xa1\x1a\x60\xa5\x2c\xc4\xbd\xe7\x6e\xfb\x70\x6e\x28\xa9\x2f\x0f\x2a\x63\x5e\x2a\x14\x77\x15\xda\x28\x69\x66\x19\x2b\xa9\x83\x86\xe2\xdd\x2b\x60\x38\x2a\x75\xce\x6a\x7b\x77\x4b\x9a\x86\xd3\x2d\xf1\x58\x2d\x0f\xf2\x06\xa8\xd2\xbc\x5d\x3b\x57\x5e\x1d\x52\x7b\x6a\x40\x2a\xd2\x4d\xa0\xb5\x16\x9e\x87\x15\x5c\x34\xe2\x5b\x38\x42\x14\x4f\x25\x03\xaf\x99\x1b\x57\x7f\x5f\x59\x2d\x5f\x7b\x1f\xac\x42\x69\x8c\xde\x36\x92\x98\x46\xd5\xa6\xab\x41\x32\x3a\xeb\x3b\x13\xa9\xa5\x66\x1b\x40\x4b\xc2\x6f\x12\x40\x17\xf4\xda\x57\x09\x1e\x58\x63\xf8\xf0\xf1\xc4\x2e\x0f\xdc\x53\xc6\xae\xb0\xd9\xea\x23\x95\xcb\xca\x12\xa9\xb5\xb6\xb2\x5d\x34\x15\xf0\xa1\x8c\xc6\xf9\x26\x67\xaa\xa9\x95\xd5\xee\xdb\x0b\xd2\x46\x25\xf5\xd4\x57\x69\x5e\x92\xcd\xaf\x55\x2d\xb8\x25\xe7\xd4\x57\xfb\xc4\xce\x29\x6f\xc9\xa2\x73\xf4\xc7\xac\x76\x8f\xd9\xd8\xbc\x68\x3c\x52\x5f\x89\x89\x77\x19\x8e\x7b\xad\x8f\xdc\x57\xfb\xc4\xe2\x14\x77\x3a\x83\x7e\x7a\x2f\x8c\xf8\xe0\x32\x56\x3c\x00\x4a\x32\xb7\x4c\x5d\x6c\xd8\x22\x61\x32\x54\xed\x34\xb8\xe3\x0b\x17\xd3\x50\x59\x21\x51\xfb\xf8\xe9\x56\x72\xa3\xa6\xb9\xc8\xca\x44\x9c\x54\x91\x31\x49\xce\x7e\x63\xa9\x5e\x52\x59\xed\x0a\x5c\x79\x81\xf8\x7a\xea\x3e\xb3\x5f\x45\xfe\xf3\xf3\xdd\x65\xc4\x3a\xfb\x95\x24\x7e\xfc\x7c\xb7\x7d\x65\x39\x99\xd2\x5e\x97\x28\xa4\x3a\x8a\xae\xb4\x5a\xdf\x4e\xa6\x0d\x72\xb1\x49\x20\xa3\x0d\x59\x55\x9b\x1a\x36\xd8\x4d\x91\xab\x95\x63\xb6\x79\x97\xfb\x4a\x6c\x02\xe6\x82\xcd\xa0\x71\x5e\x29\x53\x4f\xd2\x3d\xd0\xbe\x49\x29\x63\x05\xbe\x34\x9b\xf8\x6a\x02\x70\xce\x0c\x84\x9d\xd4\x65\x6d\xa3\x7b\x54\xd1\x55\xee\x95\xa4\x8b\x34\xc0\x18\x25\x5d\x01\x55\xb7\xca\xca\x06\x23\xe7\xce\x2b\x49\x83\x4a\xd1\x49\xa9\x0f\x96\x12\x4d\xc1\x2f\x2b\x38\x8d\x8e\x06\xe8\x1d\x19\x3d\xeb\x52\x1f\xee\x5e\x41\xcd\x1b\xae\x95\x6c\x65\xb2\xb9\x91\x29\xd7\x96\xfa\x6c\x4a\xcc\x50\xe6\xe8\x89\x02\xa4\xff\xde\x8a\x89\xe8\xb6\xbc\x68\x64\x2a\xc3\x26\x5f\x4a\xa9\xf1\xf2\x57\xb3\x79\x5d\xd9\xa7\x9a\xba\x93\x9a\x27\xdc\x57\xea\xc9\xf5\x52\xa6\xe8\x4b\x5c\x5e\xa5\x08\x37\xbd\xd6\x23\x75\x5b\x53\x23\x96\x29\x13\xd5\xad\x64\x9c\x61\xa8\x3d\x77\x65\x09\x4e\x5c\x7e\x7a\x5f\x98\x69\xb4\xd2\x57\x39\x65\x4a\xb5\x01\xeb\x82\x38\xe5\x6c\xcb\xed\x92\x58\x98\x6d\x81\x7b\x63\x8d\x91\x92\xa8\x5c\x69\x35\x3d\x27\x65\x06\x4c\x65\x1d\xa5\xae\xf6\x89\xe5\x8e\x62\x4b\x7c\x45\xfc\x61\x4a\xc2\x79\xad\x9a\x48\x6b\x6d\xbc\x02\x7d\xb2\x0e\x59\x01\x01\xa4\x64\xed\xab\x96\xa8\x64\x95\xb6\x92\xd4\x28\xe5\xd4\xfa\xaa\x66\x2a\x39\x0b\x90\x30\xbb\x6a\xc7\x23\x3c\xb1\x7f\x44\x4a\x3c\x90\x18\xa9\x17\xb9\x66\x30\xdc\x15\x79\x67\x89\x91\xfb\x58\xed\x13\xcb\xb2\x92\x06\xa5\xcc\x64\x2f\x51\xd6\xb9\x09\x49\xd1\xc1\x2b\x5b\x3f\x87\xc8\xaa\xa4\x4c\xda\xd4\x56\xff\x3c\xa8\x2b\xaf\x4e\x1b\xe9\xa7\xdb\xe8\xb8\x80\xc2\x91\x64\xd4\x81\x66\x13\x4e\x23\xaf\xf6\x89\x7d\xb3\x31\xb3\xa2\xe1\x64\x8c\xac\x57\x26\x2a\xd8\xca\x63\xf5\xaa\xbd\xca\x6a\x9f\x78\xda\x6c\x4a\x2d\x15\x81\x06\x3a\x52\x63\xb1\xe1\x9f\x38\x0d\xb5\x59\xce\xa6\xcf\xd9\x3e\xc2\x29\xb7\x88\xd0\x28\x51\x58\x05\x0b\x89\x00\xbf\xb1\xd0\xd0\x95\x7f\x2e\x45\xab\x2d\xed\xad\x2e\xcf\xe8\xe3\x9a\x4d\x1b\xca\x79\x64\xf4\x7b\xd6\xd5\xf2\xb5\xec\x10\xa8\x73\x42\x1c\x4b\x1a\x75\x6d\xaa\xa6\x16\xce\xb2\xe2\xa4\x54\xf2\xe0\x95\xa6\x46\xa5\x54\x69\x2b\x1e\x62\xef\x95\xfb\x0a\xbe\x4b\x35\x97\xb1\xca\xb6\x52\xb6\xa4\xa7\x4b\xce\xfd\xa5\x32\xcb\xfd\x6b\xd4\x94\xd3\xde\x5f\x6f\x09\xfb\x62\x5b\x0b\x00\xa2\x9b\xe1\xb1\xe0\x5f\xef\xdc\x38\xb8\x04\xb1\xa1\x5b\xfa\xdf\xc1\x63\x85\x2b\x9e\x76\x73\xf4\x34\x58\xda\xca\x58\xa2\xd2\x1e\xde\x8b\xa8\x4b\xc0\x80\xc8\x00\x81\x20\x82\x7f\x6b\xd9\x11\xbe\xa7\xdd\x4f\xfb\xab\x0b\x37\xbc\x47\xff\xd6\xb2\x04\xff\x2e\x6e\x65\x5a\xe3\xfe\x6a\x5c\xa2\x82\x47\x8d\xd9\xfa\x48\xae\x85\xe5\x39\x70\xca\xc7\x0e\x04\xc7\xfa\xfe\x35\x23\xae\xe5\xc8\x8a\xe2\xb7\x44\x96\xad\x98\x84\x2e\x53\x26\xee\xce\x23\x22\xb9\x04\x26\xa9\x1a\x3a\x69\x2f\xc0\x12\x2c\x73\x86\xbf\x02\x69\x77\xf8\xe5\x1a\x96\x2f\x0f\x56\xc8\x92\xe0\x21\x76\x7a\x8c\xfe\x61\xda\x7e\xfd\x7a\xd9\x91\xc0\x1d\xb2\xbe\x76\x90\xfe\x88\xba\xf4\x5e\x00\xd8\xd4\xa9\x2b\x42\x21\x0e\x01\xc1\x3d\x5d\xf3\x78\xc9\x3e\xfc\x70\x9b\xab\xe9\x2b\x5b\x40\x37\xc1\x4e\xb2\x3f\x6a\x89\xf8\xef\xf1\xf1\xcc\xde\x72\xef\x11\xf8\x7b\x63\x3e\x90\x59\xfb\x56\xfb\xe4\x39\x43\xdf\x9f\xd6\x1c\xd9\xfd\x8f\x8a\x7d\xb8\x65\xdb\xef\x0b\x40\xf9\xea\xec\xc0\x15\x09\x9c\xe0\xb6\x0b\x48\xf0\x4f\x1f\x6c\xb9\x98\x5a\x35\x3b\xfd\x17\x32\xbd\x73\x79\x2d\x2c\x5f\x3b\xfc\xbc\x0e\xb3\x50\xad\xd7\x85\xc1\x3b\x7f\x9d\xeb\x62\xbe\xf0\x96\xd9\x1b\x30\x96\x58\x7e\x37\x47\x1d\x35\xda\x3d\xab\xe2\x46\x94\xd3\xa6\xe4\xd4\x5e\x85\xf2\x02\x35\x0c\x7b\x90\xe9\x79\x35\x3b\xd8\x30\x9c\x3f\x3d\x56\x2a\xc5\xbe\xf0\x18\x47\x84\x1c\xdc\xed\xd2\x01\x7f\x86\x9e\x96\xd8\x2e\xbf\xb2\x4b\xfb\x4f\x0f\xb7\xd2\x3b\x4e\x28\xaa\xde\x67\x49\xdb\x9e\x0e\x35\x8c\x4b\x0d\x01\x6b\x20\x7a\xe1\x79\xd4\x87\xe9\xdb\xa7\xbf\x7d\xfc\xf6\xf9\xfe\x42\x17\x8e\xbb\x43\xfe\xd7\x8e\xbd\x6f\x8e\x18\xa4\x1c\xbd\x79\xd4\xfb\x2a\x64\xda\x54\xcf\x94\x72\xc0\xe7\x64\x82\x7d\xb0\x26\x43\xe8\x4d\x0b\x83\x12\x2c\x4d\x09\xe7\x36\x1d\xa4\x17\xf8\x07\xa0\x3c\xe0\x47\xf4\xe5\x17\xe4\xda\xe4\x62\x2b\x4c\xb0\x51\xac\x5c\xe7\x51\x23\x4b\xf7\x25\xe5\x01\xa8\x05\xf0\xf9\x1c\x1b\x58\x17\x43\x1e\x85\x00\x6d\xa6\x54\x4a\xc0\xe7\x92\xce\x9d\xb8\x38\xbd\x50\x63\xc0\xac\x23\x39\xd9\xaf\x00\xd0\x2f\x75\xc9\xe3\x69\xe4\x0b\x69\x23\x39\x93\x02\xa2\x7c\x82\x7f\x4d\x74\x2f\x1b\x4f\xb7\x0a\x12\x30\x00\xac\xf1\x1d\xfe\xf4\xdf\x97\x4b\x21\x9d\xe9\x92\xaf\x17\xc2\x19\xdd\x21\xeb\x2b\x00\x0e\x07\x7a\xb6\x1e\x12\x08\xce\xf2\x0e\x54\x0d\x29\xed\x7b\xa8\x8c\x33\x6b\x83\xf6\xf5\xa8\x4b\xde\xa6\xa4\x0d\x77\x04\x1b\x8b\xa9\x07\x05\x86\x25\xc2\xef\xa5\xf7\x6b\x1c\x7c\xc3\xcf\x0d\x07\x07\x07\x27\xf0\x2b\x5b\xf3\xca\x58\xb3\x30\x35\xb5\x8e\x56\xa7\x48\xb2\x3d\x4b\x90\xd2\x7e\x8f\x99\x68\x4d\xdc\x11\xbd\x5a\x41\x8f\x52\x4b\x80\x6d\x3a\xd4\x4c\x2c\x6b\xc9\x4a\x22\x41\xdb\x02\xac\xa8\xea\xf8\xf3\x75\xa9\xcb\xc3\x7b\x00\x61\x21\xea\x65\x42\x5f\x8e\xec\x95\x71\x1f\x6f\xb0\x8f\xe5\x3a\x55\x76\x2e\x29\xb6\x0d\x20\x11\x83\xcd\x22\x32\x63\x09\xf3\xf8\xbb\x1d\x0e\x42\xe4\x7a\x25\xa7\x67\x82\x1f\x3e\xae\x6f\xbe\x5d\xe6\x2f\x72\xf7\x31\x4e\x37\xdf\x3e\xbe\xec\x22\xd7\x26\xd9\x87\x50\xa5\x00\xee\xf8\x0d\x16\xac\x85\x46\x6d\x4f\x3a\xb8\x07\xc1\xd8\xda\xc2\x72\x0e\x48\xe3\x7a\xcf\x52\x18\x17\x00\x8d\xfd\x74\x70\x76\xc4\xad\xed\xd9\x55\xb7\xda\xef\x47\x85\x91\xeb\xf5\x4b\x4f\x5f\xff\xd3\xcd\xb7\x0b\x09\x49\xef\x90\xf5\x15\x70\xd8\x24\x87\x48\x9f\xa0\x2a\xd4\x36\x9a\xec\xdd\xb2\x66\x58\x3e\xf0\x0f\x54\x38\xa6\xc9\xc4\x76\x95\x9b\x4c\x88\x49\x46\x13\x28\x90\x52\x9a\x7d\xb3\xf4\xb5\x72\x0d\x23\x93\xed\xb8\xee\xe9\x6f\xc3\x35\x7d\x48\x7e\x11\x7f\xde\x21\x69\xd7\x97\x7f\x93\x76\xb4\xe5\x80\x49\xb5\x82\x41\xaa\x47\xd5\x7b\xae\x00\x6e\x01\x68\x9f\x9b\xc5\x4b\x68\x81\xdb\x0c\xdc\x2a\xfb\x98\x06\xb8\x77\x70\xe2\x55\x91\x30\xb1\x27\xa4\xd9\xfd\xd4\x3a\x65\xcb\x11\x97\x5c\xd1\x72\x11\xc7\xac\x0f\xef\xed\xd9\x60\x4c\x6c\x80\xbf\xc1\xda\x55\x60\x48\x5f\x90\xc7\x93\xff\xb2\xbb\xb6\x47\x24\xf7\xfc\x98\x3b\x05\x86\xf6\x3d\x42\x79\xc3\x7e\xb4\x5c\x7b\x0e\xab\xdc\xfb\xef\x3f\xbf\xce\xf3\xa5\xe6\x57\xdc\x10\x3f\xe2\x8e\x97\x3b\xb3\xf6\x7e\x14\xb6\x95\x14\xfd\x59\xeb\x1c\x81\x6e\x67\x9f\x75\x9c\xed\xd3\x2d\x4c\x5a\x27\xbd\x5a\x87\x77\x6b\xa3\x31\xac\x67\x6d\xf3\x18\x88\xed\x44\xef\x3a\x5b\x75\x87\x30\xe0\x3d\x9c\xbc\xc7\x1b\x0d\xef\x65\x5e\xfe\xd8\x65\xf3\xbf\x8e\xfb\x9b\xf7\x1d\x0e\x4e\x90\x57\xfa\x9c\x83\xbf\xc3\x9b\x7b\xbd\x0c\x02\x60\xdb\x18\x0f\xb7\x51\x46\xa3\x24\x71\x24\x6a\x93\xbd\x66\x01\x50\xba\xda\x4c\xa5\xac\x48\xc1\xaf\xba\x3b\xa5\x6d\x41\xb4\x43\x2e\xbb\x8b\x47\xbf\x2f\x37\xdb\x25\xe4\x51\xa4\x76\x37\xe3\xe7\x8c\x52\xcb\x72\x31\x1e\x7e\x7f\xb8\x95\x86\xfd\xa8\x08\x15\x05\xae\x4d\x62\x20\xe8\x80\xa2\x16\x7a\x74\xc1\xb1\x71\xac\xd4\xba\xa7\x58\xa8\xd9\xbe\xd6\xc8\x05\x65\xcb\x0f\x62\x3b\x3f\x74\xe0\xb1\x15\xd3\xd5\x26\x6c\x94\xb6\xb7\x98\x20\x4c\x32\x60\xc2\x86\xd3\xa0\x7d\x88\xb5\x6d\xca\xa1\x81\xdc\x10\x91\xaa\x09\x74\x7d\x2d\xcf\xe0\x3a\x84\x35\x98\x27\xd3\x87\xa3\x83\x45\x12\x20\x4b\x4c\x01\x2d\x1e\xde\x67\xcd\xcb\xb1\x52\x87\x3b\xa8\x29\x6d\x38\xbd\xce\x4c\x19\x9e\xce\xb9\x98\xb6\x77\xb9\xd0\x6a\x2a\x92\x4c\x51\x32\x55\xe7\x84\x17\xaa\x38\xdc\x2e\x65\x49\x2b\xc2\x6d\xc1\x4b\x31\xc0\xa0\x3d\x80\xb1\xda\xe1\xa1\x5a\x7a\xd0\x4c\x79\xcc\xea\x14\x33\xd6\x8c\x05\x9b\xaa\x89\x18\x38\x7c\x07\xe9\x20\x52\x4b\x2b\x06\x6b\x45\x13\x20\x41\x8d\x08\x28\x78\x67\x49\x1c\x5b\x78\xe5\x62\xaa\x54\x6c\x4c\x03\xec\x95\x03\x4c\x16\xf6\x36\x1e\x32\xae\xd1\x9a\x11\x6c\xf9\x91\x11\x3a\x6c\xcd\x68\xad\x08\x37\x7a\x78\x47\x0a\x03\x28\x3d\x5b\x13\x36\x6b\xcc\x1c\xac\x1d\x1d\x82\xda\xf6\xbf\x41\x8c\xc0\x8e\x80\x66\x84\x87\x04\xc0\x39\x33\x9c\xf0\x73\x71\xa2\xd9\x13\x79\x9e\xeb\x79\x79\xde\x5a\x11\x8d\x18\x41\x85\x89\x00\x6a\xf1\xa0\x72\xa4\x97\x56\x8c\x68\x45\x0f\x4e\x04\xa7\x1f\xc8\xdf\x3d\xac\x3a\x9f\x9c\xfb\xfb\xa2\xb5\xf9\x3a\x5d\xce\x73\xb8\x2c\x5b\xf3\x72\xcf\x6b\x0b\xd7\xf8\x73\xe1\xfa\xd7\x59\xb8\xac\x12\x92\x07\x0d\x9b\xc9\x09\x5c\x9e\xb0\x00\xe3\x75\x16\xbb\xb2\x06\xfb\x74\xa7\x30\x5b\x85\xe0\x5b\x81\xa6\x2e\xa1\x56\x9f\x1c\x4a\xbd\xde\x0c\x5b\x8e\xf0\x91\x76\xbe\x64\xa6\xb0\x4d\xdc\x49\x47\x14\x70\xbc\xe2\x06\xb0\x08\x8e\x25\xed\x37\x87\xe4\xcf\xb7\x16\x4a\x6e\x85\xce\xfe\x74\x4f\x3f\xdc\x9a\xf6\xe3\x78\xca\x15\x70\xca\xd1\x3d\x90\x1c\xcf\x3c\x2d\x3f\xec\xae\x39\x74\xd5\xdd\x0e\x17\xc9\x91\x74\x76\x10\x3b\x7e\xe7\x1e\x09\xfd\xfc\x14\x79\xff\xf9\xcb\x6f\x97\x45\xf7\x2d\xf3\xe3\xd6\x6e\x78\x0d\xbf\xff\x60\xd2\x86\xba\xe5\x22\x76\xa5\x1a\x0b\x46\xe0\x62\x5e\x61\x41\x10\x4d\xdd\x59\x57\x34\x2e\x3e\x16\x70\xe2\xb3\x1f\xfc\xda\x62\x57\xe1\x0a\xaf\x8c\x1d\xbb\x88\xee\x88\xa6\x24\x71\x90\xae\x26\x07\x36\x50\xce\xa7\x32\x3d\x12\xa0\x90\xf0\x71\xbb\xc9\x9a\x81\xaf\x71\x24\x2a\xb6\xc3\xfc\x04\x5c\xf5\xc2\xda\x6d\x33\xf4\x48\x50\x0c\xaa\x6b\xc8\x81\xca\x1e\x58\xba\x97\x16\x3f\x1c\x24\xc5\x90\xee\xec\xf3\x58\x5e\x9c\xe0\xa5\xe3\x8c\x88\x2e\x30\x2e\xfe\xb5\x98\x7e\xd5\xa9\x9c\xc5\x31\x6f\x02\xb7\xf0\x58\x56\xcc\xc1\x5f\xc4\x39\x5b\x00\x2f\xf5\xf0\x3e\xeb\x0e\x57\xa5\x95\x85\xdc\x38\xb2\xad\xe8\xfe\xef\x43\x93\xc0\x80\xae\xf3\x00\xc2\x3b\xb0\x1f\xb3\xed\x9c\x87\x7f\x71\x77\xd1\xee\x38\x3f\x34\xfe\x6b\x7e\xdb\xc8\xf8\x75\x7e\x75\x60\xec\x55\xcc\x17\x07\xc6\x36\x96\xba\x67\xd9\x7a\xf2\x4b\x96\xf3\x43\xa6\x2c\x7e\xec\x97\x0f\xa7\x02\x50\xf7\x73\xbf\x64\x39\x33\xce\xee\x4b\xdd\x7a\x70\xce\x9f\x03\xf0\x1f\x30\x00\x3f\x7d\x9c\x2f\xf5\xa3\xbd\x5b\x32\xbf\x16\xb7\xbe\x53\x35\xaa\x86\x51\xaf\xc0\x48\x26\xf0\x65\x49\x09\x00\x91\xba\xfb\xf7\x66\x9e\xc3\x35\x80\xb4\x07\xfc\x15\x00\xa9\x35\x80\xe3\x63\xea\x71\xee\xb6\xd9\x4d\xb1\x2b\xfc\x1c\xb8\x00\xaa\xb4\x02\x4a\x12\x71\x4b\xe0\x8a\x14\xe0\x70\x25\x12\xf7\xc6\x02\xfa\x61\x19\xa0\x47\xad\x6b\x70\x43\x20\xf8\x1c\x9c\x39\xda\x40\xf6\x08\x17\xdc\x78\x4a\xee\xfc\xe1\xd3\xb7\x8b\x6d\x74\xc8\xfa\x0a\x77\x42\xde\x47\xb0\xc2\xc3\x25\x1d\x0c\xc0\xf9\xe0\x22\x22\xcd\xad\x86\x6e\x4f\x58\x7e\xdd\xff\xb0\xc4\xff\xef\x23\x21\xf2\xc1\x41\x46\xda\x42\x2d\x09\xcb\x92\xff\x1a\xf7\x3f\xec\xec\xca\x51\x3b\xfc\xc0\x9f\x63\x19\xb8\x7b\x82\x25\xf7\x94\x48\x20\xee\x33\xfb\xff\x0f\xb7\x38\x45\xf8\x91\x05\xc2\xb5\x4c\xfb\x8b\xad\xb3\x80\xb3\xfe\xd9\x3c\x7f\x36\xcf\xe3\x02\x9f\x4e\xe1\xed\xcd\xaf\x9f\x2e\xdc\x7a\x91\xf5\x15\x5d\x85\x7f\x39\xa0\x2e\xac\xa4\xd4\x77\xf6\xcd\x00\x3c\xe2\x15\xd0\x79\x56\xb9\xeb\xea\x70\x15\xa7\x9b\x9e\xf7\xa7\xdb\xdc\x46\x2c\x26\xbb\x6e\xe0\x19\xd4\x56\xdc\x49\xc6\x4d\x6e\x24\x75\xe5\x9f\xb8\xc3\xa4\x6f\xd6\x55\xda\x08\x5c\x14\x98\x58\xd7\xc2\x4a\xad\xae\x44\x0a\x15\x59\x49\x16\x2a\x28\x75\x25\x95\x29\x0d\x4b\x5e\x69\x53\x1a\xbc\xc6\xb9\xb2\xe0\xc7\x22\x4c\xa2\xbb\xbb\x4a\x6a\x4b\x71\x3f\xd9\x1a\xb4\x12\x04\xe6\xa4\x23\xf0\xa5\xe4\x68\x44\xd7\xda\x1f\x5d\x5d\x39\x46\xd1\xe9\x55\x5b\xa8\xb2\xa4\x77\xc7\x57\x97\x92\x4f\x0e\x62\xb7\x97\x42\x02\xdc\x6d\x9f\xa2\x01\x9c\x8a\x3f\xf5\x40\x4a\x9b\xa9\x0e\x3e\xb0\x05\xd8\x66\xdf\xdb\x9e\x2d\x00\x67\x17\xbc\x27\x77\xe8\x7d\x4f\xee\xd0\xfb\x63\x72\x87\x35\xe0\x8d\x1b\x83\xa5\x73\xb8\xb9\xa1\x25\x88\x03\x26\x21\x64\x81\x18\x85\xf8\xf9\xf0\x98\xd9\x21\x3c\xa6\x0a\x08\xc7\x54\x01\xe1\x98\x2a\x20\x3c\xa2\x0a\x58\xd7\x4a\xa9\xd6\x90\x41\x1e\xa4\xd8\xe8\x07\xb7\x20\x4d\x81\xdc\x00\xd8\xbd\x26\x94\x7a\x39\x22\x76\x08\x47\x24\x01\xe1\x31\xb1\xc3\x31\xaf\xc3\x31\xad\x43\xb8\x8c\xd6\x01\x3d\x74\x29\x7f\x15\x3a\xe9\x94\x37\xfe\x04\xb6\xe1\xd3\x5e\x81\x29\xb6\x86\xa4\x29\x8a\x50\x35\xf1\x0a\xe6\x86\x8e\xf8\x3e\x1e\x88\xa7\x1d\xf6\x82\x7d\x94\x39\x72\x12\xb8\x7e\x57\xa5\x54\xf4\x66\x38\xf1\xee\xf2\x95\x96\xf3\x47\x65\xaa\x3d\xcf\x8f\xf3\xae\xe1\xa3\xc9\x26\x3e\x98\x32\xc9\x1e\x12\x39\x64\xc1\x70\xc4\xf7\x04\x87\xfa\x1d\x16\x8d\x00\x77\x03\x27\x15\x1f\x4c\x9c\xf4\x5f\x2c\x6b\xba\x03\x74\x0c\x32\xec\x01\x75\x1a\xc1\xb7\x7f\x40\x59\xcd\x41\x48\x1a\x42\x5e\xbb\xf2\x86\x4b\xc1\x2f\x1d\xaf\xb1\xe6\x3c\xf0\x86\xc0\x0f\x80\xa9\xae\xe3\xd5\x0f\x00\x34\x53\xdc\x55\xe5\xe9\x93\xee\xf6\xf5\xf2\xff\xa7\x5d\xb3\x05\x6f\xb6\xe8\x45\xa2\xd9\xe2\xd2\x6c\x4b\x4b\x04\x6f\x89\x77\x26\x45\x25\xb4\x5a\x3e\xd0\xfa\xe0\xd4\xc6\xde\x63\x79\xf0\x93\xc7\xdc\x3d\x69\x91\xb8\xaf\xd3\x82\x8b\xf3\xcc\x98\x79\x03\xe2\xc7\x7e\xe4\x5c\x86\xfb\xf1\x89\x8f\x0e\x35\x1f\x3b\x4b\x3c\xc1\xd6\xb8\xd2\xfe\x1c\x46\xc7\x11\xbc\x47\x78\x0c\xd7\xf1\xc4\xc3\xe2\xd8\xff\xe2\x01\xba\x95\xc0\x88\xa0\x98\x47\x09\x61\xcd\x92\x83\x47\xec\xe7\x46\xad\x63\x7f\xad\x8d\xe7\x58\x1b\x8d\xe2\xc0\xad\xad\xdc\x94\x4a\x39\x8f\xb0\x7c\xed\xc6\xac\x89\xa7\x23\xcf\x8f\xb2\xae\xa5\x55\xe2\xd6\x9c\x05\x00\xbc\x32\xc3\x79\xaa\xb9\x06\x54\x81\xeb\x94\x13\x0d\x9c\x34\x14\x04\x78\xa5\x26\x96\x2a\xf5\x6e\xf9\x2b\xe2\x2f\xff\x3f\xec\x2f\x85\x25\x22\xb7\x8d\x46\x35\x15\x60\x15\xe6\xb0\x3b\x10\xec\xa3\xed\x6a\x1d\x96\xaa\x70\x63\xbc\xa0\x24\xbc\x62\x60\x00\x29\x08\x7c\x9d\x19\xba\x4a\x02\x9d\x1b\xea\xf2\xf4\x51\x77\xfb\x8a\xf9\xff\xd3\xae\xd9\x82\x37\x5b\xf4\x32\xbd\xd9\xe2\xd2\x6c\x8f\x9e\x6f\xad\x96\x96\x85\xb9\xef\x9d\x5a\x0e\xd5\x9d\x52\x58\x1e\xfe\xe4\x51\x77\x4f\x9a\x65\x9d\x11\x0d\xcd\xb8\x92\x41\x27\xd6\xad\x2b\xc3\xd2\xa5\x67\xc7\xf1\x9b\x07\xf1\x99\x01\x7c\x4a\x6c\xa3\x3b\x34\xff\x52\xfb\xc2\x0f\xd7\x48\xb5\x6f\x54\x94\xb4\x8d\x90\x39\x83\x30\x4e\xd3\x80\xef\x77\xa3\x56\xbb\xd3\x6f\x23\x9a\xce\x91\x3a\xc0\x2d\x59\x40\xe4\x35\x6a\x9e\xe0\x87\x55\x5a\xa1\xd1\xa2\x77\x56\xb5\x9d\x8d\xd9\xd4\x53\xb5\xb6\x0c\xd6\x97\x19\x0c\xa9\xea\xa3\x14\x5c\x9f\x42\xdd\x36\xc2\x4a\xa5\x82\xb9\x35\xa5\x6a\xf2\x5e\xce\x40\x8d\x15\x5b\xa5\x17\x24\x26\x96\x04\xa6\x7f\x05\x0f\x98\xcd\xb9\x61\x63\x19\x0c\x9b\x99\x06\x8c\xd4\x8d\x0a\x9c\x88\xa1\xf5\x56\x8d\xdc\x32\x65\x96\x6b\x51\x0f\x59\x42\xbc\xa0\x73\xb8\x66\xc6\x11\x81\xbd\x9b\x26\x7b\x71\x38\x47\x6a\x9f\xed\x4d\x52\x72\x20\xda\xd1\xc1\x31\x9d\xc4\x86\x6a\x45\xd0\x60\xf2\xde\x56\x8f\x8d\x54\xea\xa3\x7a\x40\x63\x6e\x83\x58\x00\x52\x79\x55\xf5\xda\x14\xf1\x02\x2a\xd2\x1b\xf8\xff\xb8\x17\xd0\x3e\xf2\xa9\x2a\x88\x9b\x07\x80\xec\x46\x01\x32\x68\xb1\x76\x16\xe7\xb0\x6d\x04\x5e\x4f\x4a\xac\x36\xb1\x6b\xab\x6b\xb0\x2a\x25\x5b\x75\xc8\x1a\xb0\x33\x95\x8e\x73\x60\xae\xce\x2c\x57\xf5\xe0\xd4\x05\x68\xe2\x5e\xdc\xa9\x8b\x59\x7e\x9f\x57\xd7\x7d\xec\x9d\x7a\x72\x6e\x00\xe9\x3d\x76\xe7\xa3\x55\x93\x14\xe0\x1c\xc7\x88\x40\xc9\x49\x6e\x40\xa1\xe3\x44\x3a\x0b\x38\x7c\x56\x30\xed\x66\xca\xad\x4d\x38\x28\x8a\x4c\x49\xab\xa3\x43\x28\x15\x56\x4f\x32\x53\x2f\xa7\xa6\xfe\xed\xa7\xbf\x7e\x9a\x2f\x8e\xf1\xbb\x43\xf6\xd3\x20\xbf\x93\x35\x5c\x0e\x68\xce\x6a\xbb\x5f\xbf\xe7\x05\xd9\xea\xc4\xfd\x41\xfb\x79\xf7\x1a\xdc\x10\x9b\x0d\x70\x98\x3b\xc6\xb1\x95\xe4\x4a\x74\xed\x16\x5a\x78\xd6\xa9\x10\x38\x57\x4b\xbd\xd7\xf4\xd6\xe7\x80\x9a\x4c\xb0\xdc\x82\x16\x63\x59\xe1\x7c\x95\x79\x78\xaf\x1e\xb0\x1b\x6d\xab\xf1\x02\xe2\xe2\xa9\xb4\x70\x40\x08\x84\x04\xdc\x1e\x77\x77\xfa\xea\x78\x25\x29\x5d\x83\xf7\xe4\x8c\xb7\xc3\x4b\x25\xee\x29\xdf\x1d\xe9\xfd\x08\xe8\xdd\x5a\x05\x6d\x12\xd2\xde\x10\x34\x76\x96\xa0\x6b\xed\x67\x1f\x75\xda\xeb\x9f\x3f\xcd\x1f\x2f\x97\xfb\x2c\xf7\xeb\xcc\xa5\xf9\xd3\x6e\xd9\xd3\x5a\xa9\x98\x88\xdc\xe6\xe8\x70\xd5\x37\x0a\x97\x1e\x5d\x9c\x7f\x92\x4b\xa4\xc3\x69\x73\x24\xf4\xb4\x86\x15\x67\x30\x31\xba\x0b\x51\x37\x96\x10\xc4\x97\x8f\x4e\x7e\x82\x50\x42\x06\x62\x8d\x20\xf8\x26\xf7\x44\x19\x23\x1b\x94\x2e\x52\x88\x91\xf0\xa2\x6d\x43\xb0\x0b\x4d\xa8\x2e\x81\x70\x08\xc2\x1a\x4b\xb1\x91\x87\x47\xc2\x34\xd4\x05\x7c\x1f\x51\x95\xf2\x03\xa8\x57\x39\xa8\x56\xca\x73\x24\x8e\xe0\xb4\xb6\x95\x37\xd8\x62\xe7\xb8\xf0\x5c\x40\xd2\x23\xe4\x74\xe1\x1c\x2d\x43\x0f\x39\x35\x3a\x81\x7b\xf2\x06\xbf\xfe\xfc\xed\x52\xa3\xb0\x37\xf9\xbd\xdd\xf0\x62\xa3\x7f\x4a\x75\x1f\xe2\x2e\xba\x62\x38\x0b\xaf\x80\xc1\x6a\xda\x29\xd2\xef\x76\x57\x80\x0b\xea\xb9\x7e\xf2\x3e\x5a\xf5\x4c\xb5\xef\x3a\xe9\x5d\x69\xa4\x2b\x7c\x2c\x99\x6d\x53\x2e\xab\x74\xf3\xe4\x07\xd3\x66\xb4\xae\xb2\x23\x72\x0f\x59\xf5\xf4\x0e\x68\x5b\x2b\xff\x5c\x94\x60\x00\x7c\xae\xb9\x22\x32\xa7\xac\x38\x27\x2a\x2b\xad\x99\x9a\xa9\xb3\x8d\xca\xaa\xa4\x4e\x59\x6c\x70\xa4\xb1\xf2\xcf\x45\xcf\xac\x34\x78\xe5\x5d\x68\x3f\x59\x1f\xf2\x4a\x47\x5d\xa1\x13\x91\x62\xe9\xef\xb4\xaf\x74\xa7\x74\x1f\xbd\x11\x00\x41\xa1\x20\x67\x5b\x2c\x3b\xa2\xd7\x0b\xe2\x49\x84\xda\x58\x65\xdb\x86\xa1\x96\xe4\x55\x51\xaa\x79\xee\xa6\x5c\x77\x2a\xed\xa8\xfd\x78\xc9\x81\xcf\x39\xda\xaf\xf6\xd1\xd7\x39\x55\xd2\xb6\xb2\x5d\xdc\xf4\x70\x78\xe6\x9b\x22\xe9\xc9\x52\xa8\xc3\xe1\xf1\xe6\xd0\xf0\xc0\xfc\x4d\xd7\xfe\x9b\xed\x91\x56\x9d\xe8\xd5\x40\x95\x22\xaa\x11\x8f\x1e\x65\xb5\x79\x5c\x04\x7e\x5c\xb2\x74\x9c\xa4\x53\x69\x93\x24\x9b\xea\xf8\x5c\x59\xe9\xc7\x25\x79\xfa\xca\xd9\x2c\xf7\x05\x41\xe7\xdf\x82\xce\x7e\x5a\xda\x65\xe5\x95\x40\x85\x56\x47\xb7\xa2\x2a\xfe\xa0\x47\x25\x3c\xa9\x8a\x57\xd6\xab\xb2\x5a\xaa\xa2\x68\x5c\xea\x7d\x75\x54\x21\x5b\x6d\x1f\x15\x64\xcd\x72\xef\x55\x49\x2b\xaf\x8c\x57\xc2\x3b\xca\x4b\x39\x3c\x27\x3e\x6d\x94\xd5\xd3\x2e\xf2\x5e\x5c\x67\x00\x28\xac\xb8\x0f\x2a\x79\x95\x4d\x83\x6a\x18\xfc\x3e\x20\x80\x9e\x9d\xbb\x3e\x6e\x96\xd5\xe2\x7d\xbf\x4a\xaf\xcd\xa2\xde\xcf\xe1\x32\x7f\xd8\x7e\xfe\xf5\xd2\xf9\xfd\xeb\xcb\x0e\x85\xc2\x7b\xcf\xce\x51\xa9\x9a\x5a\x60\x73\x20\x8f\xb9\x25\x90\x42\xfa\xd7\xc4\x15\x04\xcb\x8c\x50\x61\x1a\x2a\x51\x0b\xb5\x86\x60\xd2\x9e\x81\xf6\x90\x86\x6c\x0a\x82\x77\x2b\x71\x92\xeb\x03\x70\x4e\x7e\x64\x42\x8c\x6e\x13\xbf\x76\xb7\xd6\x63\x42\xe8\xbd\xb1\xed\x4a\xf4\x05\x5b\xe0\xbd\xa6\x2d\xec\xf5\x47\x46\xca\x47\xa6\xc8\x7b\xd6\x64\x55\x98\xc1\x12\x3d\x60\x36\xd1\x9c\x61\x20\x68\x05\x1e\x2a\x0c\xc7\xcd\x56\x40\x55\xcd\x8b\xf4\x9a\x6b\xf0\xf7\x58\x5e\x3e\xf8\xd7\x9a\xa5\x50\x17\x44\xfe\x92\xf4\x66\xb2\x58\xe9\xcd\xa9\x20\x00\xab\xff\x42\x5d\xb9\x3e\xcb\xa6\x12\x2a\x53\x02\x68\x1b\x00\x03\x07\xb4\x6d\xd3\x8c\xd4\xb2\xf7\x58\x06\xe5\x61\xb2\x22\x03\xf1\x53\x7b\x03\xd2\x9f\x20\x3c\xc4\x0f\x1a\xc0\xf6\xec\xae\xcf\x53\x1e\x20\x08\x4e\x0b\x16\xdc\x8e\x75\xa8\x77\x6a\x2a\xbb\xc2\x6c\x25\xd4\x51\x82\x0e\x26\x93\x74\x4b\x51\x1a\xb5\xa3\x30\xeb\xfd\xb2\x63\xc6\x3f\x4b\xf5\x0b\xc7\xee\xf3\x5d\x06\x09\x81\xe1\x03\x92\x98\x8a\x02\xeb\x01\xf4\x2f\x3c\xec\x49\x26\x61\xe5\xca\x0f\xef\xd9\x5d\x44\xb7\x52\xea\x7d\x6f\x54\x32\xcf\x91\xb9\x93\xa4\xee\xc8\x22\xc5\xa3\xe9\xc0\x17\x62\x5f\x8b\xaa\x36\x20\x22\xa7\x0d\xd8\x2e\x18\x28\xe1\xd7\xe7\x3c\xe1\xb6\x9f\x7f\xfd\xf5\xf3\x97\xbf\xfc\x8f\x9b\xbb\x8b\xc5\x0e\xdc\x10\x7f\xb9\xb9\x7b\x05\x17\x5f\xfb\xcf\x7b\xfa\x27\x0d\xb9\xc8\x16\xfe\xd9\xa6\xb2\x4c\xa0\x15\x68\xb1\x10\xb8\x36\x87\x8d\x78\x77\xb1\xd8\xe8\x50\x40\x5d\xf2\x14\x47\x1c\x1e\x45\xbb\xff\x15\xa9\x2b\xe5\x45\xa6\x12\x84\xca\xb2\x09\x08\x0b\x48\xe8\x15\xb3\xac\x3b\xfc\xe1\x9d\xb4\x03\x61\xe4\x41\xfb\xbd\xf6\x2b\x87\xdd\x59\x5c\x9e\xea\xe2\xf1\xe4\x6e\x3d\x76\x61\x71\xea\x91\x26\xd3\x12\xad\xbb\xbb\xba\xcf\x16\x71\x01\x10\x4b\x9a\x2e\x2b\x2d\xf5\x4b\x4a\xbb\xb0\x6a\x97\x15\x56\xf5\xde\x25\x34\xd3\x39\xf3\x63\x93\x52\x76\x73\xd2\xf6\xd5\x0c\x2e\x98\x9f\x30\x00\xe2\xe0\xf9\x0c\x5b\x5a\x4d\x41\x6d\x91\x39\x0e\xf1\xde\xf5\xcb\xdd\x92\x7c\x84\xcb\x5a\x0e\xb0\xac\xe5\x08\x95\x15\xfe\xbf\x7f\xbc\x98\x9e\xa2\xa4\x8e\x91\xc2\xaa\x5b\x55\xe2\x79\x0c\x5b\x8d\x07\x8d\x6b\x29\x67\x84\xef\xaf\x9f\xfe\xeb\xdb\xe7\x2f\xdf\x2f\x15\x05\xbf\x7e\x8a\xbf\x22\xff\x6b\xb1\x28\xbb\x49\x80\x99\x5c\xd3\x16\x96\x7a\x3f\xf5\xcf\x85\x72\x41\x30\x90\xc7\xf8\xc4\x3d\x69\x60\x2d\x07\xba\xbf\xf7\x69\xb1\x14\x7a\xf6\xc7\xbf\xa2\xb8\x22\x57\xd6\xf6\xe7\x8b\x7b\xb8\xcd\x80\xe2\x89\x80\xd1\xce\x0a\xca\x9e\x05\xe4\x92\xb3\x53\xe6\x28\x01\xb7\xc5\xe6\x62\x1b\xc0\xaf\xe9\x26\x73\x17\x8f\x84\xdf\xfd\x6c\xa3\x6a\x06\x6a\x2e\x50\x8a\x9b\xa9\xce\xc2\x40\x7b\x76\x2b\xa6\x97\xe7\x80\x3e\x0b\x5f\x47\x16\xaa\x23\x08\x20\x7f\x0a\x55\xaa\x2d\x8c\x66\xc2\x4b\x25\x59\x9b\x00\x69\xfa\x36\xa0\x15\x59\x82\xca\x20\x11\x3f\x09\xee\x00\x9a\xd1\x08\xeb\x71\x1c\x35\x72\x53\x2a\x1a\x87\x29\x7f\x83\x49\xc5\x74\xb3\xb1\xd6\x32\x48\xc1\x1c\xa2\x36\x68\x72\x64\xe0\xe9\x8c\x4c\x5d\x69\x8c\x09\xb1\x98\x01\xc4\x25\x45\xc9\x6a\xdb\x5a\x3c\xd4\x50\x37\xb6\x29\xf8\xbb\x4d\x35\x81\x71\xb0\x0d\xc4\x54\x14\x84\x5c\xec\x5e\x1e\x20\x05\xb0\xf0\xf7\x1e\xea\x80\x27\xe7\xd1\xcf\xeb\x52\x10\xaf\x22\xb6\x51\xa9\x33\x15\xe1\x1b\x3a\x0d\x02\xf4\x62\x1e\x04\x16\x19\xdb\xe0\x21\xc0\x31\x70\x5d\xce\x0c\x45\x2c\xb1\xff\x71\x73\xa1\xb3\xc0\x92\x3f\xfe\x7c\xf3\x97\x57\xf4\xff\x71\x7c\x08\xc0\x35\xd9\x7c\x5e\x83\xaf\xb9\x59\x83\xca\x50\x2a\xd8\x14\xc5\xa1\x68\x4a\x76\xf7\xc6\x51\x97\x1c\xae\xa5\xdd\x67\xb9\x4a\x4b\x58\x15\x62\x7b\x32\x22\x77\xb8\x79\xe8\x4e\xe8\x69\x2b\xbd\x4f\xcb\x4f\xfb\x68\x1e\xfc\x1e\x7b\xba\x86\x17\xfe\xa8\x0f\xb7\x50\x71\xb0\xa4\xe4\x42\x32\xe0\xe2\xcf\x4f\x63\xdf\x1a\xfb\x50\x07\x40\xad\xd7\xf9\xe1\x16\xce\xfc\xf2\xf8\xc4\xf2\xd1\x26\x7b\x77\x2c\x57\xf8\xe7\x23\x89\xe2\xd1\x5e\x1d\x70\x04\x6a\x7d\xf6\x23\x4b\x7c\xb6\x5f\xef\x2e\xe5\x09\x39\xea\xda\xbb\x13\xc2\x90\xa7\x06\x4e\x19\xbc\x67\x67\xaa\x26\xf7\x1c\x4b\x53\x4f\x2b\xb7\x8d\x1d\xd0\x63\x8c\x13\x1a\xa1\xd6\xfb\xba\x98\x2a\x9f\x46\xd0\x2a\xa4\xd9\xa4\x1e\x25\x29\x26\x4a\xa5\xa0\x2d\x51\x46\xf2\x8a\x53\xa1\x9a\xe1\x26\xdc\xbb\x89\x30\xd6\xcf\x19\x56\xc4\x52\x11\x9a\x5f\xb8\x9b\x2c\x29\x2c\x9b\x0c\xa9\x6b\x1b\xfb\xf3\xed\xfa\x48\x50\x0a\x4f\x1a\x79\x5b\x1b\x65\x90\xf4\xc1\x01\x9b\xb5\x52\x17\x9e\x38\x51\x1e\x08\x5e\x92\x21\x80\x37\x4b\x1e\xe3\x6d\x3b\x9a\x82\xc3\xbb\x51\x2a\x08\x96\x92\x01\xf3\x25\x50\x91\x3c\x07\xf2\xf7\xe0\x39\x3c\xfb\x86\x5b\x22\x6d\xcd\x26\xee\x56\xb2\xad\x0c\x75\x93\x9d\xfd\xab\x0b\x9e\x19\x1f\x3d\xd4\x36\xc0\xac\x00\xce\x4e\x15\x45\x8d\xe8\x45\xf9\x33\x79\xc9\x1e\x3c\x07\xb2\x97\xe5\x61\xfe\xe4\x8d\x76\xa5\x5a\x06\xa2\xb7\x4a\x91\x67\x49\x21\x1f\xde\x67\x5b\x11\x87\x5c\xc3\x04\xf5\x8c\x48\x79\x77\x2a\x4c\xf3\xf3\xdc\x84\x77\x4f\xc6\xab\xfb\x33\xa4\xbf\xeb\x13\x22\x56\x95\xbf\xe7\x23\x9e\x99\x71\xeb\x9b\x6f\x6f\x9c\x6f\xd3\xcd\xb7\x57\x66\x5b\x6a\x3b\x55\xb0\x48\xb7\x51\x92\x13\x53\xe6\x31\x6b\x23\x69\xd9\xc4\x8f\x75\x69\xb0\x21\x87\xd6\x71\xf2\x57\x2a\xe0\x0f\x6c\x35\x2b\x05\x36\xf1\xaa\x57\x5c\x86\x09\xf3\x73\x1c\x80\xfd\x52\xa5\xce\x6b\xd6\x46\xad\xf4\xd0\xa1\xba\xe0\x1c\xdc\x19\x86\x2b\x15\x19\x21\xed\x0c\xad\xba\xb0\x91\xee\x92\x2f\x6b\x50\x5b\x70\x56\x66\x53\xd7\x00\x56\xa3\xa6\xe7\x15\x3c\x2c\x4b\x01\x59\x1b\xc3\x97\x4d\x6d\x35\x16\xf1\x74\xa9\x17\x1f\xf6\x58\xb7\x16\xaa\x4d\x63\x25\x55\x67\x0c\xce\x80\x6a\xe9\xa2\x51\xd3\x56\xd2\xa0\xaa\x6d\xad\x36\x03\xb5\x61\xcb\xe6\x5a\x82\x42\x31\x04\xd8\x87\xa7\xdf\xf6\x50\x11\xe2\x26\x50\x4a\x3b\x56\x9e\xec\xe0\x79\xa5\x8d\x58\x6c\xae\x97\xb9\x50\x61\x67\xb5\x6f\x75\xca\xa4\x8c\x73\x87\xc4\x3d\x76\x4a\x49\xac\xaa\x99\x87\xad\x69\x9a\xf2\xf2\xd7\x95\x70\x27\xe6\x36\xc7\x4a\x45\x8b\x69\xe2\x32\x32\xb1\x82\x24\x48\x52\x85\x83\x22\x61\x2d\x30\xdd\x78\xb9\x99\x3b\xd5\xb3\xbb\xfa\xdf\x2e\x75\x62\x43\xd6\x57\x9c\xd8\xa6\xe9\xe0\x77\xba\xca\xf2\x9a\x6d\x64\xc9\xf5\xd3\x6d\x96\x38\xea\x6b\x99\x73\x75\xf6\xb1\x2c\xab\xaa\xc7\x99\x5d\xde\x7f\x9c\xb9\x76\xb8\x99\xdc\xba\xcb\xca\x6b\xb9\x73\xf5\x7a\xc4\x2c\xf1\x71\xd9\xcf\xd4\x1a\x1e\x3b\x2c\x3d\xbe\x5a\xb6\xee\x48\xd3\xa2\xf6\x15\x3f\x7d\xc9\x93\x9a\x74\x5d\x89\x5a\x4d\xb8\x46\xed\xaf\xd5\xa4\x76\x58\x68\x6f\x47\x7d\xf2\x92\x67\x32\x6b\xd5\x5d\xfb\xc5\xd7\x33\x8f\xea\x25\x3b\x91\xdb\x6b\xb9\xb3\x2c\x1c\x67\x27\xad\x7d\x2e\x77\x4a\x4b\xdf\x5c\x52\x36\xfa\xa6\xc8\x85\x65\x63\x44\x75\xfd\xe9\x16\xb2\xda\x05\xcd\x87\x6e\x17\x36\xc5\xc4\x26\x16\xc8\x23\x08\x4c\x18\x99\x8f\x2c\x7e\x69\xb1\xef\xa6\x4d\x2e\x89\x52\x59\x8d\xfa\x8e\x99\x89\xc7\x6a\xf9\x5a\xac\x7d\xcd\x06\xe7\x04\x02\x6e\x5d\x81\x81\x3b\xf5\x55\xa1\x8c\x28\xdc\x15\x67\xea\x70\x60\x89\x9c\xde\x21\xf6\x56\x56\xcb\xd7\xce\x1b\x2c\x13\x70\x9c\xd6\xa5\x90\x02\xaf\xa8\xac\xd2\x6a\x08\x6c\xdc\x2b\xae\x89\x7a\xb9\xd6\x7a\x6c\x8d\x5c\x5e\xed\x4a\xfb\x93\x8b\x38\xb2\x2a\x9d\x10\x7b\x9a\x88\xcb\x4a\x38\x96\x4e\xb2\x2a\x1c\xab\x69\x1f\x37\xa5\x53\xee\x2b\xff\x5c\x50\x8a\x3a\x39\x7a\x48\x6d\x33\xa7\x15\xa7\x35\xd7\x42\x79\x05\x8c\x0f\xb1\x1a\xac\xb8\x54\x6a\xd5\x93\xad\xde\x58\x03\x80\x99\x0c\x5f\x7b\x97\xb0\xd6\x29\x95\x39\x16\xaa\x75\x65\xeb\xef\xa3\xca\x25\x98\x61\x65\xb6\x76\x5e\x9d\x34\xf6\x6a\xdf\xd8\x7d\x50\x2d\x2b\xb6\x25\xb2\x3f\x99\x28\xfe\x4b\xb2\xae\x3b\x35\xae\xfe\xf6\xfd\xfb\xfc\xe9\xfa\xe6\xd2\xa3\x4a\x64\x8f\xf7\x37\x5f\x5e\xd1\x9b\x7f\xde\xb3\x14\x0b\x54\x2e\xe1\x44\xb5\x6c\x4c\x26\xcd\x23\xe8\x20\x69\xef\xc0\xd0\xe3\x3c\x3d\xcb\xf1\xb2\x9a\x7a\x0a\x26\xac\x3d\x36\xb2\x1f\x45\x56\x07\x47\xae\x7a\x0f\xc8\xc6\xf3\xe0\xc8\x1e\x36\x9d\x29\x89\xbb\xe3\x9c\x7a\xe3\x3c\xb1\x9e\xbc\x9e\x33\x3f\x0b\x9c\x2d\xb6\x4f\xe1\xc0\x8b\x01\x19\x4c\x43\xb1\x91\x81\x7b\x45\x6c\x14\xb5\xfc\xf0\xbe\x22\xa8\xe0\x1a\x0c\x60\xf7\xa3\x5e\x39\xd0\x47\x10\x4d\x3f\x8a\x06\xa7\x9a\x40\x0e\x7d\x6c\xff\x14\x57\xaf\x7e\xdc\x33\x4c\x7d\x17\x4d\x56\x7e\xad\x94\x64\xee\x09\xdc\x67\xfd\x54\x62\xbb\xf8\xcc\xfb\xe9\x61\xf7\x19\xef\xf8\x71\xb0\xd5\x43\xd2\x92\x7e\x9e\xec\xff\xaa\x27\x1c\xf9\xee\x4e\x7c\x17\x20\xcf\x7b\xed\x57\x5c\xd7\x8d\xc4\x7d\x0a\x1a\x70\xfd\xe0\xfa\x24\xe7\x7c\xe9\xf7\x51\xfc\x17\x7a\xd9\xb3\xf4\xad\xdd\x70\xe6\x27\x48\xc8\xe7\xad\x6c\xb9\xeb\x36\x0b\x74\x68\x68\xc3\x72\x46\xec\xfd\xfc\x97\x2f\xff\xd7\x97\x8b\x0f\x92\x3f\xff\xe5\x4b\xfc\xfc\xe5\xf5\x93\x64\xf9\xa5\x1e\xd1\xe4\xa9\xf6\x6d\xec\xcf\x44\x3b\xed\x10\x65\x1f\x07\xa1\x38\xf0\xf1\xd1\x54\x78\x0a\x21\xdf\x8e\xc0\x19\x71\xee\x71\xbe\xfc\xeb\x76\x36\xc6\xa5\xeb\x04\x50\x07\xb0\xcc\xf9\x6c\x5c\x30\xed\x4b\xde\xdb\x35\x11\xc1\x10\x4d\x36\x4d\xbc\x11\x53\xc5\xc6\x14\xb9\xd8\xff\xca\x1e\xbe\xc2\x81\x9b\x4d\x35\x51\xe8\xac\xf9\x70\x4c\xb1\xa8\x24\x63\x11\xb1\x1d\x4a\xfb\xc8\x0b\x20\x57\xff\x0d\xc6\x48\xa9\xb6\xaa\xa0\xb4\x99\x6b\x8f\x0c\x1e\xaf\xbc\x44\xd1\x64\x8f\xa2\x49\x31\x9f\xed\xbe\xcd\xcd\x97\xbf\xfc\x76\xf3\x97\x0b\x7d\xa0\xac\x07\xe7\xe5\x8e\x57\x2c\x40\x37\x3b\xe8\xa4\xc1\xa4\x59\x83\xf6\x4c\xa3\xb7\x29\x52\x4e\x2d\xee\xc8\xd7\x32\x71\xc2\xd1\x3b\xcb\x00\x98\x47\x5e\xfe\xd8\x56\x31\x7d\xfa\x3e\x16\x6a\xac\x57\xa5\xd2\x18\x19\x64\xa0\xa6\xa8\x24\xcb\xa5\x19\x98\xac\xbc\x80\x81\xec\xee\x5c\x3b\xc7\x8e\x26\x25\x1d\x1c\x34\x81\x47\x2d\x0f\x93\xe2\x49\xa5\x5b\x72\x6b\x0a\x8e\xca\xd8\x15\x8f\xfb\xeb\x45\xc5\x93\x8c\x06\x4f\x22\x01\x4c\xca\x68\x08\xe5\x4c\x0c\x57\xdf\x52\xeb\xf2\xd7\x16\x08\x9e\xbd\xee\x5f\xa0\x51\x4b\xed\xc7\x3e\xa1\xe2\xcf\x19\x27\x3a\xbd\xb8\x9b\x6d\x05\x04\x7a\xab\x12\x07\x01\xc5\xae\x50\xe9\x39\x4a\x23\xd6\x11\x2b\xe5\x04\xf3\xe0\x60\x09\x4b\x06\xcb\xcd\xc1\x32\x14\xcf\x2d\xc1\x33\x78\xee\x99\x81\x3a\xc7\xa1\x0f\x6a\x5c\x6e\xb2\xe2\xac\x6d\xf9\x72\xc0\x25\x56\xd3\x4b\xa5\x51\x93\x7e\x0f\x9e\xac\x8c\x91\x5b\x96\x30\xe9\xa1\xd5\x3a\xd7\x5e\xa4\x92\xda\xc6\x94\x29\x37\x9d\x81\xfe\xd8\x38\xb0\xc9\x27\x7a\x63\xea\x27\x6c\xc5\xf8\x5a\x1c\x9c\x98\x94\x39\x64\xaa\x5a\xaf\xdc\x0e\x57\xa8\x8c\x0c\x8e\x3a\x6b\x09\xa9\x08\xd4\xd6\x01\x72\xa5\x7d\xf3\xe8\xc3\x6d\xcb\x24\x3a\xa2\x48\xa1\x96\x78\x9b\xad\xc7\x3d\x58\x9b\x7b\x8b\x7d\xe9\xf1\x0e\xe5\x8d\x33\x15\x06\x28\x7b\xe6\x1c\x6d\xcc\xf4\x16\x33\x71\x8b\xa5\x52\xc9\x15\x74\x3b\xf0\xb4\xae\xd4\xa6\x38\xa8\x2b\xce\x26\xab\xa2\x12\x0a\x25\x8f\x1b\xfb\xad\xb1\x50\xea\xdd\x7e\x4f\xb5\x84\xe1\x07\xb2\x4a\x9c\x11\x99\x66\x0a\xab\x52\x71\x67\xee\x56\xe6\x5c\xe1\x84\xae\x95\x1a\x3f\xdc\x4a\xcf\x24\xa3\x47\x21\x4e\x79\x06\x82\x5f\x06\x6c\x80\xa3\xfc\x15\x06\xdf\x34\x4a\xcc\xd4\xc4\x29\xa5\x72\xc5\x78\x1a\xe8\xe8\xca\xc3\xb3\x64\xe4\xc6\xef\x2d\xec\x72\xe3\xf7\xe0\xb9\x67\x26\xa9\x12\x32\xe8\x16\x37\xf6\xe4\x52\x11\xc7\x9e\xd8\x99\xb5\xf1\x0e\x39\xa1\x58\x11\xf7\xe0\xcc\x80\xfa\x2f\x39\x16\xca\x40\xbe\xa0\x0e\x40\x21\xb8\x05\x2a\x0d\xb7\xae\x0a\xc0\x07\x7b\xc5\xfc\xeb\x3c\xb7\x4a\xbd\x8f\x30\x3a\x2c\x2e\x6e\xfe\xf3\x36\x1f\x4a\xd6\x01\x26\x31\x67\xfd\xc1\x4f\x1d\x4a\xaa\x39\x58\xe1\x62\x0a\xfb\xd1\x63\x9b\x09\x4b\x05\x31\xe7\xe5\x47\x3f\xb6\x08\xa5\x92\x43\xad\xd4\x75\x4c\x18\x9d\x36\xe0\xa4\x34\x6b\xf8\x04\xa4\x07\xe9\x05\x20\xc4\x83\x46\xd2\x65\x92\xf9\x1c\x53\x40\xb4\x27\x0d\x30\xc6\x70\x03\x17\xa6\x24\x9b\x7d\xbb\xbf\xb2\x12\x0f\xc0\x28\x8c\x31\xe6\xca\x94\xaa\xc2\x1e\xaa\xc3\x27\x68\x09\xcb\xd7\x12\x66\x9d\x49\x92\x0f\x95\x76\xea\x9d\xf4\xf9\x2f\x5f\xfe\xd7\x6f\xdf\xdf\xb4\x8d\x7f\xfd\xed\xfb\x25\xfb\x78\xd9\x0b\x46\x2d\x48\xcb\x9b\x2c\x23\x28\x08\x22\x4a\xc0\x46\x18\x7c\x23\x8c\xdc\xee\x81\x60\x64\x63\x7c\xbf\x15\xc6\x65\x2b\x84\xe9\x76\x2c\xa6\xdb\x7c\xb4\x41\x46\xdf\x0b\xaf\xdd\xa7\x86\x09\x5e\xa7\x03\x30\xc8\x56\xa4\xed\x86\x61\xd9\x0d\xcf\x85\x62\xf2\x90\xa0\xb9\x1e\xa4\x88\xc3\xce\x1f\x59\xae\xc6\x33\x68\xce\x47\x62\xc4\x63\x00\x6a\x13\x0c\x76\x31\xae\x87\xd0\xdb\xbd\x10\x71\x5a\xfa\x53\xae\xda\xbd\x14\x71\x7c\x58\x7a\xbe\xd4\x73\x9d\x78\x21\xd9\xcd\x1d\xb2\xbe\xac\x15\x25\xde\x21\x05\x89\xc7\xa5\xbc\xe0\xae\xe8\x95\x7e\x83\xcb\x25\x30\x2e\xce\xf9\x29\xbe\x77\x54\x29\x1c\x79\x9f\x7d\x14\x84\x9e\xcb\x9f\xb4\x8c\x9a\x33\x4f\xba\x95\x52\x23\x8f\x17\xfd\x3a\xfb\x1b\x3d\x49\x3d\xaa\xf7\xdc\xc3\x58\xba\xa9\x68\xcf\x3f\x0b\x87\x90\x6f\xf4\x5a\x7d\xa6\x09\x6b\x5a\x40\xa5\x9e\x79\x94\xc2\xb9\xf4\x4d\x8e\xb8\x97\x39\x95\xda\xa8\xfa\xfe\xdb\xa5\xde\xf4\xbb\xdc\xaf\x29\xe7\x6d\xaf\x9c\x83\xd5\x6f\xc8\x14\x0b\x03\xb5\xbd\x44\xb6\x9d\x3d\x14\x05\x90\x54\x26\x36\xc5\xa9\x40\x88\x82\x60\x19\x4d\x02\xb3\xf9\xae\x38\x84\xf6\x94\x09\x49\xb6\xb8\xc0\xb5\x5a\x6c\xd1\xc8\x56\xe0\x08\x4c\x1c\x9d\xbc\x33\xb6\xe1\xe0\xfb\x0d\xf7\x45\xf8\x95\x3a\x85\x80\xaf\x1f\x26\x62\x3b\x73\x43\x85\xdb\x0b\x77\x21\x38\x10\xc3\x9b\x66\x80\x62\x27\x72\x61\x54\xd1\x59\x03\x85\xfa\xa6\xd9\xdc\xe5\x4a\x79\x6d\x53\x99\xa3\xd8\x0b\xe5\x44\xc3\xa3\xc7\x6d\x17\x9e\xb9\x21\xa2\x79\x52\x6a\xa1\x11\x40\xf0\xaa\x09\x10\xc1\x14\xf6\xa0\x34\xe6\xd2\x63\xee\x34\x80\x98\x01\xef\x55\x04\x52\x40\x0d\xcc\x42\xe0\x30\xe1\x4d\xb6\x9a\x9a\x04\xcc\x6b\xb1\x62\x54\x38\x64\xf7\x8c\xaa\xee\x19\xe5\xd8\x26\x5c\xa9\x44\x6b\x58\x6b\x16\x28\x0c\x2a\xfe\xee\x0e\x41\x6f\x72\x28\x34\x0f\x86\x77\xcc\x28\xd4\x51\x6d\x71\x2a\x42\x10\x9b\x20\x86\xab\x86\x0e\x2f\x73\xe0\xeb\x54\xeb\x9f\x66\x6d\x65\x7f\x3a\xbb\x04\x40\xc6\x0a\x96\x31\x53\x51\xec\xb5\xac\x55\x72\xcc\x29\xe4\xec\x24\x4a\x63\xc4\x2a\xa0\x20\xb4\x77\xab\x85\x3a\x28\x0f\x6d\x99\x2d\x24\x11\xc7\xeb\x05\x4d\x4b\xfd\x3e\x66\x21\x9e\x48\x80\x4c\xd4\xc8\x8d\xff\x20\x1b\x42\xcf\x9e\x0e\xcf\xdb\xcb\x91\xe4\x3e\xdf\x5e\x04\x25\xa7\x7b\xf0\xcf\xaa\xcb\x14\x7e\x0b\x7e\x1c\x4b\x87\x4f\x40\xba\xaa\xba\xc6\x75\xc4\x6b\x79\xa2\xea\xc3\xad\x08\x6c\x32\x40\xa2\x8c\x55\xb7\x55\xef\x17\xab\x4c\xda\x5f\x73\xb3\xcf\x09\x6d\xc2\x3d\x82\x77\xab\x83\x15\xd4\x05\xa7\x6f\xaf\xf8\xee\x03\x7c\xb7\x4b\xe8\x30\x2c\x27\x21\xf9\x13\x76\x65\x3f\xba\xf8\xec\x6e\xe8\xa7\xe4\xb6\x8d\xc1\x75\xac\xea\xd5\xee\xee\xb4\x8f\x49\x7e\xba\x4f\x22\xea\x18\xf9\xce\x80\x65\x7e\xfe\xf2\xd7\x0b\x7b\xe9\xcb\x5f\x5f\x73\x8e\xfe\xb8\x07\xfb\x5b\x29\xd7\x9b\x51\x57\x63\x67\x6c\x44\x1a\x3e\xa0\x8f\xaf\xc6\x51\xaf\x6d\x0f\xca\xf2\xd3\x7b\x1d\x15\x21\xb3\x9a\xd2\xb5\x94\xba\x3d\x31\xd1\x2e\x38\xa0\x8f\x8c\xca\x6e\xe9\xb1\x82\x4f\xa2\x6c\xef\xb5\x5f\x39\x84\xe3\xd1\x6f\xbc\xaa\xba\x4a\xf7\x47\xc7\x08\x7b\xf3\xef\x36\xcb\x99\x07\x8e\xfa\x6e\x54\x62\xab\x35\x1d\x19\xc9\x13\xf5\xb6\x62\xea\x75\x2d\xa5\x90\x8c\x95\xc9\x49\x80\xc3\x5f\x15\x13\x2e\x91\x32\x71\x77\x5c\xdb\x3b\x71\x4d\xd7\xa2\x4f\x43\x81\x23\x82\x7e\x9f\xbc\xcf\x0a\x27\xfc\x67\xaa\xb7\x73\x95\x78\xf7\xd8\x0c\x9c\x93\x5d\x3f\x67\xcd\x1e\x4f\x4b\x59\xc4\x81\x93\x73\x8a\x73\xe1\xc4\x9f\xbf\x7f\xba\xbd\xb9\xd0\xc1\xd6\xf3\xbe\x22\xe3\x7c\xea\x87\xd8\xee\x90\x5f\xe4\x6f\x5b\x4c\x31\xe7\x6c\xb9\xa3\xfe\x0e\x8e\xca\x5b\x13\x6b\x7b\xda\xf2\xb0\x41\xb1\xd5\x7e\x1f\xb5\x1f\xff\x55\x1a\x95\xb1\x8b\xa6\xb2\x32\x24\x47\xe8\x69\xc7\x9f\x57\x59\x7d\x15\xd0\xf4\x9c\xf1\xf7\x79\x4e\x3f\x00\xe6\xbe\xf9\x6d\x35\x61\x31\x50\x52\x5e\x9b\x82\xed\xe0\x1f\xa5\x06\x51\xb6\xbf\x2c\x55\x85\x94\xaf\xb3\xa4\xe5\xbd\x1e\x6e\x81\xdf\x0c\xd3\xef\x3f\xac\x81\x45\x21\x07\xfd\xe3\x9e\xf8\x74\xb8\xfe\xf5\xe6\xfb\xc5\x28\x2c\x9e\xf7\x65\x8b\x5a\x9b\xca\x11\x1f\xfe\xb1\xeb\x62\x38\xf8\x2b\xde\x1d\x3c\x15\x4f\xfc\x15\x1f\x3b\xb0\x3e\xdc\x26\x77\x91\x3e\xb5\x47\xdf\x1d\x0c\xc4\x26\x18\xa2\x0d\xcf\xe4\x7a\x64\x79\x5e\xd8\x15\xf7\xe1\x6d\x3b\x1f\xc9\x33\xd6\xe5\xdb\x28\x26\x30\x85\x4e\xc0\x1c\x92\x00\xea\xa4\x0a\x8e\xb3\xbc\x08\x68\x1e\xa5\x8a\x0f\xe4\x89\xbb\x3c\x48\x78\x9e\x3b\x27\x3c\x72\x14\x1e\xbb\x84\xc8\xd2\x80\x7b\xf6\xd0\x6b\xe0\x92\xd2\x00\xcc\xb3\x3b\xd3\xfd\xa2\x89\x56\x8b\x8b\xef\xb4\x94\x7c\xa8\x81\x9f\x09\xde\xed\x1e\x85\xea\xb4\x90\x1e\x6e\x0b\x18\x9a\xda\xa0\x3e\xc7\x91\xa9\x05\xfb\x70\x1a\x45\x20\x00\x79\x0a\xc0\x3d\x20\xfb\x46\x99\xf8\xc7\xba\xab\x8b\x38\x9a\xd1\x1d\x0a\x07\xca\xd0\x22\x75\xcd\x83\x69\x44\x7c\xe4\x44\x38\x92\x31\x39\x37\x96\x88\x10\xa5\xe4\xe4\x53\xa8\x62\x77\xb4\x65\xae\x69\xcb\xa9\x50\x99\x11\xfa\x61\xc3\xd8\x35\x67\x27\x69\x06\x99\xa0\x89\x12\x10\x78\x73\x50\xab\xbd\xb5\x44\xa3\x1e\x40\xf3\x6d\x35\x64\xd0\x60\x35\x6a\x73\xeb\x24\xc1\x3e\xae\x75\x2f\x29\x1c\x49\x13\x21\xcb\xdd\x23\x4b\xfa\x7d\xec\x03\x47\x90\x2c\xd0\x6b\x4d\x48\x3e\x38\x4f\xcf\xb1\x72\xac\x3c\x99\xec\xa6\xc1\x24\x47\x13\xea\x40\x9e\xc5\x73\x37\xa1\xcf\x3e\x26\x54\xd4\x3e\x10\xa9\x0a\x98\xf9\x00\xd2\xae\x4c\xd5\xfb\x7b\xc1\xfa\x16\x13\x44\xb3\x7f\x5f\xc1\xb9\x74\x2f\x88\x1c\x09\x16\x77\x8f\xea\x7b\x3a\x1d\x3f\x5f\x3e\x1b\x3f\xbf\x8a\x88\xd4\xa6\xfd\x99\x4f\xde\x53\x8b\x3e\x1d\xfc\x1f\xb4\x74\xbf\x9a\x8f\x78\x45\xcb\x89\x4f\x31\x8e\xae\x9a\xc9\xc7\x15\xde\xe8\x0e\x0a\x08\xbb\x7d\x3c\xa0\x5f\x01\x88\x13\x30\x92\x36\x3e\x8a\x89\xc2\x1a\xd5\x74\x93\xee\x74\xe0\x26\x9c\x83\x3c\x4a\x4d\x7f\x69\x99\xfa\x04\xdf\x77\x06\x63\xb8\xc0\xcf\x36\x22\x64\xb0\x6e\x64\x64\x78\xeb\xdb\x8d\xa9\x99\xc6\xc2\x93\x73\x8b\x0f\x1a\x21\x9b\x22\xb0\x8c\x82\xa2\xa4\x73\xb3\xc7\x00\xaf\x4a\x8b\x4d\xb1\x4e\x7d\x93\x4d\xaa\xef\x98\x04\xd6\xb7\x00\x9b\x90\x68\xef\x97\xc5\xad\x34\xd9\x29\xdc\x00\x57\x8a\x73\x8a\xe5\xb2\x4d\x93\x3c\x67\x1b\xef\x41\x92\x10\xbc\x5c\x46\x80\x9e\xa0\x54\x42\x27\x84\x8c\x33\x12\xd0\xfb\x52\xd0\x1a\x47\xa8\x39\x4a\x0d\x63\xa1\x53\x5b\xce\x36\x6c\x0d\xcc\xd9\x27\x46\x0a\x03\x04\x6d\x18\x55\x82\x92\x6d\xf6\x35\xc7\xcf\x10\x44\x07\xaa\x50\x8f\x4a\x1d\xfe\x53\x70\xa5\x99\x22\x99\xf6\x47\x18\xa9\x56\x35\x0f\x35\x2c\xd0\x63\xc4\x66\x60\x06\xd2\x23\x0f\xe2\x49\xc3\xae\x1f\x6a\x10\xc1\x81\x8c\xcd\xa0\x82\xba\x8e\x89\x11\x25\x08\xa6\xae\x80\x0e\x16\x0f\x26\xc8\x01\xdc\xec\xc5\xa9\xad\x23\x70\x1a\x09\xc0\xa7\x63\x8e\xc5\x3a\x55\x7c\x85\x31\xbd\x95\x6d\x32\x77\x0f\x59\x90\xa8\xc9\x74\x4a\x53\x6c\xba\xf5\x60\x1e\x24\x73\xec\xec\x0a\x5f\x31\x95\xa9\xc4\xcc\x13\xbc\x7d\xa9\x60\xad\xb5\xb9\x64\x73\x67\x44\xd3\xb9\xdc\xe6\x8d\xb5\x70\x1b\xed\xe6\x0c\x9d\x78\x8a\xd6\x33\x58\x8a\xec\x9e\xb2\x4c\xd1\x01\x2e\x79\x5b\x37\x0b\x59\x97\x34\xd2\xd9\xba\x36\xc8\x29\xb1\x1c\x66\xca\xff\xfc\xfa\xed\xe3\xe7\xe9\x0d\x53\x2b\x7e\xc1\x1d\x2f\xbb\xbd\xb5\x69\xe7\xf6\x96\x73\x7d\x76\x86\x65\x7b\x7b\xdb\xa6\x73\x7d\x75\x86\x01\x5c\x61\xe7\xc9\xfb\xf4\xac\x6d\x31\x92\xda\x62\xdb\x8f\x7c\x57\x4d\xcf\xdf\x28\x38\xe5\x0b\xd5\x09\x23\xdd\x36\x10\x5b\x74\xa1\x67\x7a\x4a\x86\x9f\x1d\x9e\x39\x59\x54\xdd\xe4\xd6\x01\x2c\xd3\x8f\x68\x77\xc1\xa5\x00\xd2\xdd\x58\xad\x1b\x4a\xa2\xb1\x11\x2d\xb0\x90\x3f\x66\xdb\xed\x91\x9c\x6b\x17\x54\xbb\x60\xda\x75\xa2\xdd\x29\xf2\xf2\x0a\x5c\xfd\x52\x8f\x36\xfc\x54\x69\x50\x83\x4d\xa3\x05\x36\x85\x14\x30\xa5\xbc\x01\x36\x9a\x56\xdd\x9d\x38\x9e\xb4\xc2\xdd\xf2\xfa\xcb\x39\xa3\xf6\x34\xe1\x69\x29\x34\xf1\x69\xdd\x24\x36\x59\xb0\x34\xd1\x58\xc7\xd0\x4e\x52\x13\x5a\xdc\x44\x06\x1a\xb3\x66\xe2\x38\x38\x8a\x44\xce\x78\x77\xf6\xd1\x69\x1b\x1d\xef\x63\x6e\x05\x5c\xf6\x80\x93\xb3\xba\x8d\x41\x65\x2e\xb6\x4b\x48\x65\xd2\xc9\x76\x15\x2c\x05\xbe\x3e\x31\xa2\x79\xea\x6c\xf5\x02\x4f\xf0\xd4\x70\xc5\x49\x82\x9d\x23\x18\x0b\xcf\x8e\x21\x18\xc1\xfd\x25\xf4\x86\x06\xc3\xb4\xb5\xa7\x5a\xbb\x54\x3d\x10\x03\xcf\xbd\x84\x62\xcb\xa4\xf5\x4e\xb0\xe9\xf5\x70\xcb\x9c\x08\xca\xb6\x6d\x49\xb3\xd8\xbe\xd4\x0a\xb0\x86\x1d\x81\xc5\x6a\x14\xf1\x96\xb6\xdf\x46\x5b\x2a\x37\x32\x60\x65\x1e\x7d\xce\x4c\x39\xb6\x4e\x00\xfb\xcd\x20\xed\x5d\x38\x7b\x41\xd9\x6b\x8f\x76\xc2\x5e\xa4\xb6\x39\x53\x9e\x9d\xfd\x91\xdb\xa9\x79\xed\xaf\xbf\x5d\xca\x57\x60\x39\x5f\xe3\x8d\xd8\x47\x0d\x97\x1a\xd2\x9a\xd9\x8d\xe2\x69\xc1\xf3\x83\x5b\xfe\x04\x8c\x73\xf6\x68\x6a\xce\x10\x5e\x14\x30\x87\x10\x7f\xa8\x06\xfc\xb0\x08\x12\x8e\xc2\x0c\xaa\x81\x19\x86\xa4\x5a\x21\x91\x40\xf6\xa9\xa1\x5a\x1e\xb1\xdc\x88\x6c\x90\x2b\x53\x75\xdc\xa7\x72\x89\x3c\x5a\x68\xc8\x1d\xe9\xf8\x51\xe0\x11\x14\xef\x37\x64\x6e\x0d\xe8\x8b\x0e\xe7\x44\x1c\x11\x4b\x5e\x08\x20\x4c\x82\xca\xc5\x5d\xe5\x9a\x5b\xd0\xb2\x75\x25\x80\xa1\x61\x3e\x1c\x6b\xc5\x86\x67\xfb\x71\xf5\x78\xbe\xa1\x0b\x84\x20\xb4\x1d\x96\xa5\xa1\xf2\x68\x2e\x7d\x5a\x33\xba\xbd\x04\x2b\x8c\xdb\x7b\x16\xee\x9d\x85\x1a\xe0\x6e\x49\xee\x89\x74\x8e\xec\x44\x47\x66\x21\xa7\x21\xf5\x00\x81\x3f\x58\xcc\xb9\x21\xb4\xfe\xf6\xf5\xee\xee\xe7\xaf\x5f\x2e\xc5\x48\xb3\x7b\xe2\xb4\xbf\xe9\x15\x15\x85\x75\x2f\x15\x0d\x04\xfc\x97\x4c\xc9\xa4\x8d\x46\xdc\x42\xee\x3a\xb3\x82\x73\xba\x0e\x4a\x75\xb2\x2d\x31\xd3\x80\xcc\xca\x0e\x87\x0e\x5b\x35\xe4\x57\xad\x1b\x84\x55\x56\xa5\x5e\x26\xe4\x8b\xd8\x43\x2d\x57\xf4\x3b\x2c\x5b\x83\x5d\x7a\x63\x1d\x93\xb5\x83\x24\x04\xac\xde\x52\x1a\x80\xa4\x77\x0f\x41\xd8\x80\x49\xc1\x5e\x7a\x83\xf9\x7b\xc3\x88\x1a\x1a\x99\x4c\x15\x42\x5d\x2c\x3f\x10\x8b\x2d\x3b\x6a\x13\xbc\x36\x5c\x80\x0a\x92\xbb\x86\x4e\x7d\xf7\x72\x78\x40\xf0\x07\x58\x9d\x82\xd7\x6f\x7f\x5f\xb3\x75\x28\x33\x02\xa5\xf2\xb4\x7b\x82\xe7\xf2\xf7\x0e\xfb\xea\x94\x8d\xf3\x37\x0d\x2a\x63\xe6\x5e\xa9\xe4\x30\x12\x35\x99\x76\xcf\xf0\x5a\x01\x12\x62\xf7\xea\xc5\x1f\x10\x0f\x0f\xb0\x1a\x31\x35\xc5\x1b\x8b\x9b\xed\x91\xfd\xe1\x3d\x97\x14\x24\x37\x92\x3e\xc7\x42\x8a\xd5\xb2\xdb\x7e\x03\x2d\x18\xdc\xe9\x05\x01\x3a\xd6\xe8\xd0\xad\x8a\xa7\xe1\x31\x91\x3a\x50\xc6\xb2\xe3\xb2\xe3\x1c\xca\x74\x7e\x64\x8b\xc8\x66\xa5\x62\x83\xeb\x6d\x52\x70\xc9\x8b\x58\x97\xb4\x64\x72\x4a\x2b\x96\xe0\x34\x48\xfa\x3a\x57\x70\x2a\x64\x0e\x39\x65\x67\x49\x81\xdb\xfe\x87\x9e\x96\xeb\x7d\x89\x6a\x02\xe6\x27\xcc\xaa\x22\xa1\x57\xea\x2d\x34\x5b\xaa\xac\x98\x87\xf7\xd2\x81\xbe\x02\x8d\xbd\x1c\xec\xa0\xe5\x98\x3f\xb6\x9c\x10\xc8\x96\x23\x06\xd9\x72\xa0\x90\xbd\x75\x76\x92\x1f\x53\xd8\xd3\xf9\x37\xdf\x5c\xca\x81\x68\x39\x5f\x61\x9c\xe1\x9d\x35\xa0\xd8\xaa\x9c\x43\x49\xd6\xff\x9b\x4a\x8c\x18\x39\xa8\xcd\xc3\x36\x46\x95\xd8\x49\xe0\xa0\xa0\x20\x9c\x67\xe7\xa4\xdf\x08\x22\xe9\xec\x86\xb5\xbb\x30\x98\xb8\xeb\x38\xdc\x94\xaa\x29\xb1\x0a\x2e\x80\xb6\xa9\x26\x5f\x4b\x30\x75\x86\x27\x2b\xd6\x07\x49\x47\xe7\x23\x9b\x80\x2a\x1f\x54\xf7\x91\x07\x55\x75\xaa\xfe\x09\xcf\xb7\x8d\x02\x5e\x0b\xda\x71\x0f\x9e\x5f\x71\xcf\x69\x1b\x7d\xfa\xfc\x97\x4b\x1b\xc9\xb2\xbe\xd2\x4a\x7b\xe7\xf5\x6a\xaa\x50\xc8\x25\x99\xca\x63\x9a\x03\xc4\x01\x93\x41\x6c\xc0\x72\x8b\xcb\xe1\x10\xa0\x7c\x4d\x29\x82\x56\x6f\xf5\x2f\x56\x7d\x6c\x3c\xdc\x70\x52\x63\xb9\xe6\x01\x89\x5e\x27\xc8\x5b\xd8\x0f\x01\xba\xb7\x24\x06\x74\x16\xb6\x9d\x0a\x9c\xc7\x26\x8d\xdb\x16\x6b\x1f\x57\xe7\x8d\x2e\x1e\x4f\x71\xe2\xd1\x57\xb8\x4e\x40\x13\xb3\x5d\x17\xe1\x02\x01\x67\x4c\xb5\x23\xd8\x50\x11\x1c\x15\xa1\x36\xc3\x5c\xd1\x20\x50\x3e\xbc\xcf\xb2\xec\xe1\xc5\xb6\x5f\x53\x21\x7c\xc2\x78\x60\x5d\xa6\x72\xad\x09\xa6\xfd\x23\xbb\xa3\xff\xb5\xf3\x6d\xdb\x7b\xb2\xc1\xe8\x75\xce\x9f\xee\xee\xa9\xac\x3b\xea\xfd\x9e\x38\xee\xf1\x5e\xb4\x85\x26\x3f\xf9\xa1\x4e\xc2\xc9\x1d\x98\x08\x4c\xc9\xb7\xcc\xc3\x1d\x58\x62\xe9\xf6\x36\x83\x00\x3e\xb7\xfb\x69\xe7\x62\x7b\xf0\xb0\xc5\x01\xc9\x63\x85\xff\xfe\x5c\xd0\xf9\xfc\xf9\xe3\xa7\x6f\x77\x57\x17\x8e\x27\x64\x8e\xaf\x70\xe8\xf0\xc7\x4f\x47\xde\x9e\xb9\xab\x87\x0a\x9e\xf5\xf7\xf4\xe0\xdb\xb3\x7d\x7d\xc5\x67\x8d\x6a\xcf\x78\x7c\xf6\xf4\xcc\xf0\x38\xeb\xf0\x69\xb5\x01\xff\xd2\xe5\x71\xd5\xb7\x56\x8d\xb4\x8d\xfd\xef\xfe\x2a\x39\x3f\x37\xd4\x9f\x7f\x17\xa7\x60\x7b\xd3\xab\xe0\x9c\x65\x87\x87\xf4\x86\x37\xb9\xdc\x0b\x57\x52\x7f\xf3\x8b\x48\x7a\x83\x17\xee\xd3\xc1\x7c\xfb\x79\xbe\xf0\x70\xdd\x72\xbe\x4c\xe0\xce\xdc\xff\x09\x09\xdc\x6f\xc1\x2c\x98\xfe\x78\x39\x3c\x94\x5c\xe7\x96\x75\xc6\x61\x78\xee\xc9\x94\xe0\x61\x0b\xb8\xa6\x84\x8a\x6b\x4a\x77\xb1\xdb\xb2\x69\x5b\x96\xb3\x4c\xc4\x92\xc9\x43\x48\x71\x8e\x9c\x03\x73\xcc\xd5\x41\x58\x61\x52\xc1\xfa\xaf\xae\xbc\x15\x53\x7e\x70\x58\x3e\xd2\x92\xba\xab\xa6\xb0\xdb\x5e\x87\x6b\x38\x4a\x9f\x38\x93\xba\xb5\x20\x77\x1c\xe3\x8b\xbb\x21\x59\x71\x67\xbb\xf9\x3f\x3e\xdd\xdc\x5e\xde\xd5\xf1\xe7\x4f\x37\xb7\xaf\x11\xf6\xff\xc8\xfe\x7e\x0f\x48\x6a\x98\xce\xb2\x1b\xb1\x18\xa8\x7a\xb1\x99\xbe\x67\xd2\x2f\x93\xde\x81\xdc\x0f\x3b\x96\x49\xf5\xa6\xfd\x52\x0b\xdd\xda\x35\x39\x20\x9d\xbb\xd0\x05\x25\x50\xb6\xdb\x2e\x6c\xc2\x34\x6c\xdd\x0d\xd1\x36\xae\x56\xe7\x9d\x41\xfb\x0e\x9b\x1d\x04\xf4\x0c\x03\x1f\x6c\x7d\xf0\xc4\x00\x6f\x3b\x76\x64\xb7\xb1\xe1\x0b\x6e\xd6\x0f\xb7\x52\xf0\x3c\x11\xea\xbf\x7b\x30\x94\x1f\x3a\x18\xea\xa3\xc1\x90\x8f\x06\xc3\x2d\x6c\xa8\xdc\x29\xff\x98\x26\x31\x05\x06\xa2\x5f\xb5\x26\x51\x08\x32\x25\xbc\xad\xd3\xaa\x77\x1a\x2f\x5d\xe6\x28\x6b\xe7\xc7\xed\xff\x7b\xf1\xe1\x3d\xc6\xed\xdf\x9e\x1e\xe1\x9f\x8c\x5b\xfd\x78\x73\x60\x58\x2d\xee\x0e\xdf\xc2\x93\xb1\x7a\xf7\xc2\x58\x3d\x1e\xe3\x0f\xb7\x92\x92\x49\x38\xe7\x5c\x21\xee\x5e\x5a\x51\x1e\x2f\x45\x0f\xb7\x00\x49\x85\xf7\x0c\x90\x62\xbb\x9b\xc3\x14\x9d\x97\x21\x81\x85\xb4\x01\x9a\x73\xce\xb6\xd7\xf8\xc8\xb4\xce\xb1\x01\x3a\xa8\xfb\x1c\x50\x37\xf7\x64\xf5\xb1\xc1\x26\xac\x0d\xa4\x3e\x98\x96\xc9\xc3\x74\xe6\x1e\x44\x30\x6e\xc0\x78\xe0\x61\x3b\x1a\xb8\xfb\x48\x05\x87\x14\x82\x7a\x01\x8e\x65\x1a\x5e\x83\xd9\xba\x50\x5f\x73\xb7\x91\x98\xbd\x4f\x39\x07\x53\xb9\x10\x90\x5b\xfb\x65\x43\xf3\x68\x9d\xfa\xe3\x53\x87\xe4\xf1\xe4\x39\x35\x50\xdc\x7e\xbd\xf0\x84\xe6\xf6\xeb\x5f\x5e\x11\xfc\xcb\x2f\xc7\x90\x40\xb5\x3f\x17\x7a\xf3\x8c\xd4\xad\xfa\xcc\x16\x7e\x56\xe2\x88\xea\x71\x46\xcf\x08\x42\xe7\x9f\x61\xaa\xed\x1b\x9e\x01\xe6\x92\x2b\x93\xe9\x2f\x7f\xc4\x73\x32\xe0\xf9\x47\xbc\x07\xdc\x6f\xef\x5b\xc6\x39\x14\x94\x21\x1e\xd4\x42\x61\x42\x88\x49\xcf\x34\x6c\xa6\x54\x44\x53\x0a\x81\x5c\x76\xc4\x2c\x57\x45\xfa\x54\x99\xc6\x11\xd7\xe7\x8e\xea\xf3\x43\xe9\x83\x00\x96\x5a\xa4\x07\xc4\x51\x76\x44\xa3\xc0\x38\x5b\xa3\xda\x13\x58\x88\xd7\x5a\x34\x64\x0e\x9a\x2a\xaa\x0c\x3c\xee\x29\x2a\x40\x64\x9a\x5b\xbf\x73\x64\xf0\x85\x51\x5f\x8b\xf0\x72\x2d\x30\xfc\x9c\xad\xf6\xa6\x16\x90\x3b\x3d\x2f\x09\x56\xbd\x43\xd2\x29\xad\xf0\xef\xcc\xb8\xfb\xeb\xc5\x87\x83\x9e\xf7\x35\x40\xaa\x9d\xe3\x51\xcd\xe2\x80\x54\x7a\x0e\x78\x49\xf5\x04\x79\x49\xf7\xc0\x4b\x3b\x9c\x25\x47\x82\x8f\x0b\xf2\xd2\xc2\xda\xfc\xbe\x94\x6c\xed\xdf\x88\x4d\x47\x6d\xd1\xb4\xc0\x81\xf6\xf1\xaf\x4a\xfd\xba\x3f\xbd\xed\x7c\x35\xaa\x80\xcb\x4c\x04\xc7\x84\x41\x33\x39\xac\x8f\xed\x68\xee\x10\x18\x00\x6d\x53\x1b\x39\xcf\x97\xa7\x58\xd4\x11\x16\x5e\x7d\x83\xfb\x98\x93\x3d\xc2\xb4\x3f\x9c\x0e\x6a\x64\x1c\x16\xf6\x8a\xb3\x0b\xa1\x1d\xce\x6a\x91\x3d\xa4\xf7\x53\xcf\x06\xd7\x2c\xf1\xcb\xa3\x73\x9d\x6d\xee\xe7\xe6\xea\x81\x71\xfa\xe9\x5c\xb5\xa5\x9c\xc5\x66\x12\x5c\x67\xb8\x55\x78\xd5\x75\xdb\x11\xb2\x6d\xe7\x6b\xad\xf0\x65\x94\x02\x87\x49\xd8\xf3\x2d\xd1\x12\xe5\x8b\xdb\xb4\x12\xfa\x36\x2f\xeb\x5d\xe8\x36\x87\x2a\xf0\x4a\x53\x75\x7f\x4e\x75\x73\x38\x00\x4d\x15\xc7\x79\x96\xaa\x9d\xea\x5b\xdb\x55\x6d\x43\x17\x8e\xdd\xe4\xcc\x82\x85\x38\x75\xe2\x87\xf7\x25\xd7\xbf\xcb\xf0\x3b\x3f\x81\xfe\xe3\xd2\xd8\x5c\xcf\x1e\x7f\xbe\x79\x25\xb2\xb2\xec\x91\xb4\x1d\xc7\xfb\xec\x32\xca\x0d\xf2\xe3\xc2\x80\x7c\x5e\xb5\xab\xfa\x70\x7a\xd4\xb1\xa4\x5c\xf8\xc5\x36\x57\x1e\xfd\x8b\xfb\xab\x51\x4a\xfd\xf0\xc4\xd6\xbf\x78\xcf\x70\x2a\x7e\x38\x3f\x30\x9c\x19\x09\x98\xef\xa3\x62\x9f\xb6\xae\x01\x13\x55\xc6\x11\x84\xed\xe0\xb3\x60\x02\xe1\x73\xed\x80\xb6\x8a\xf5\x50\xf0\x08\xe0\x17\x82\x76\xb9\x3f\xdc\x2a\x1c\x5e\x87\x5c\x39\xdb\xf2\xd6\xd6\xd6\x3e\xef\x9c\x9c\x50\x1c\xb8\xee\x79\x93\x2b\x64\x09\x49\x57\x9a\xce\xeb\xcb\x55\xcf\xc5\xa4\x4a\x1d\x24\x1b\x56\x75\xd0\xb2\xb6\x66\xd0\x69\x37\x38\xf0\xa2\x05\xaa\xd3\x40\x57\x9d\x96\xb7\x05\xe8\x54\xc7\xe1\xfe\xc2\xb3\x90\x70\xbc\xe5\xf1\x19\x0d\x27\x73\x4e\xd0\xc4\x04\x5b\x54\x22\x07\xdd\x75\x49\x34\xf9\xf9\xb4\x4b\x04\xb0\x61\x15\xd8\xdc\x31\xc0\x34\x56\x1c\x13\x36\xfb\x06\xe3\xa3\x4c\xb1\xc0\x8f\xa8\x21\x5a\xa4\xc3\x99\xc6\xea\x05\xdf\x69\x9c\xeb\x17\x54\xd3\x1e\x8e\x94\x3f\xc5\x17\x31\xc6\xcc\xda\xc5\x86\xe0\xb0\xa7\x06\x85\x13\x8c\x69\x99\xf6\x10\x3c\xa3\x00\x33\x1c\x91\x59\xa1\xe3\x90\xc8\x76\xa7\x9c\x5c\xb2\x16\xe0\xa1\x46\x7b\x04\x52\xa7\x33\xe0\xc2\xf3\x94\xdb\x57\x08\x67\xda\xf4\xf1\xe8\x68\x2e\xcb\x32\x60\x61\xf9\x62\x78\xa2\x7b\xbc\x74\x0a\x3a\x08\x9c\xe1\x1a\x46\x09\xa5\xc1\x95\xbc\xad\x55\xdd\xdd\x9b\x38\x08\x0e\x54\x6b\xb0\x05\x1c\xe0\xb8\x93\xfb\x6e\xdb\x5a\x01\xb6\xf7\x06\xb7\x8c\xbe\x1c\x12\xe7\xa0\x90\xf9\x3a\xdc\x25\xec\xbb\xba\xa5\x8d\x19\x0a\x47\x0f\xac\x89\x6a\x2c\xf6\x48\xb8\x9a\x43\x04\xa8\xf0\x19\x51\xc7\xca\x5c\x92\x18\xf9\x98\x29\xd1\xd9\xd4\x6c\x0a\xa5\xbe\x4c\x21\x47\x6a\x32\x39\xfa\x3d\x4b\xb7\xde\x49\x7a\xc5\x0b\x51\xac\x75\xf4\x6e\xa1\x59\x04\x95\x27\x67\x7e\xb6\x5b\x55\xc7\xa2\xb1\x25\xa9\x78\x62\x09\xde\xa5\x1c\x71\x2c\xdb\x22\xfc\x64\x6c\xaa\xf8\x69\x73\x27\x58\x5d\xdd\x3d\x02\x93\x92\xe1\x34\x9e\xdd\x52\x89\x88\x4c\x6b\x05\x1e\x31\xdb\xb0\x51\xdb\xa5\x2c\x75\xc5\xe5\xf4\x94\xf1\x14\x0b\x71\x0b\x81\x68\x8a\xa8\x45\x42\x8d\x8b\x27\x96\xd8\x1d\xb2\x3d\x05\x82\xb8\xe9\x5d\xd4\x67\x41\xd4\x81\xd5\xab\xc3\xcb\x42\x96\x48\x5f\xb8\xfd\x67\x77\x23\x5f\xdc\x36\x4c\xb0\x36\x91\x1c\x11\xff\x8a\xd4\xc3\x2d\x0f\xa6\x1e\xfb\x99\x8a\x9c\x6b\xc9\x8a\xb3\x4f\xb1\x6e\x2d\xc5\xda\x42\xe0\x71\x33\x5c\x9b\x28\x3b\x27\x95\xb4\x71\x1e\xb7\x46\xfd\xda\x81\xcd\x5f\x2f\xfc\x1a\x01\x40\x71\x59\x99\xe3\x2e\x70\x64\xcb\x75\xaa\x18\xaf\x0c\xf9\x11\x03\xc3\x64\x16\xea\x33\x0c\x3c\x19\xc1\x4c\xcd\x17\x0b\x9d\x1c\xa6\x53\x83\x29\x36\x1d\xa3\xcd\x13\x56\xce\x6e\x35\x3b\x2c\xfd\xf7\x9c\xf4\xe1\x16\x14\xad\xfd\x2a\x97\x7f\xd6\xc1\x93\xc7\x3f\xc3\xe0\xe9\x74\x18\x3e\xd9\x87\xcf\xd3\xf5\xeb\xcb\xd7\xbf\xfd\xfc\xf5\xe6\xdb\xc7\x8b\xe5\xe0\xa3\x1b\x5e\x5b\xd1\x3e\xfd\x60\x57\x39\xc1\xf0\x28\x99\xea\x04\x5b\x8f\xbd\xb8\xe0\x9c\x46\xfd\xe8\x05\x6c\x8d\xb4\xd0\x47\x67\x8c\x01\x29\xb6\xe3\x88\xeb\xcb\x15\xbe\x8a\xc1\x34\x60\xe8\xde\xa6\x95\x9b\x52\x31\x63\x7f\x56\x93\xa3\x0a\x74\x57\xe8\xe9\x1e\x97\x0d\xd0\xf3\xa8\x65\x39\x72\x99\x6d\x2f\x68\x8e\x1a\x0b\xcf\xad\x62\x2a\x8c\x28\xb6\xf1\x00\xfa\x2d\x7f\x6e\xf2\x3d\xa7\x4c\x6e\x98\x6a\x34\xa2\x2c\x22\x35\xfb\x9c\x83\x0f\x18\xa2\x96\x70\xbe\xe6\x1b\xa7\x4b\x87\xd5\xfd\xf1\x00\x8e\x2f\x3a\xc3\x45\x15\x25\xb3\x7b\x1e\xd5\x29\xba\x1a\xb4\xb8\x7a\x61\x61\xee\x9e\x2a\x8d\xe4\xbe\x64\xe2\x39\x36\xf5\xf0\x27\x8f\x3f\xb7\xa5\x1f\xc8\x56\x3d\x08\xde\x01\x52\x3f\x5c\x0a\xe1\xf4\xe5\x6e\x72\x03\x53\xd1\xa9\xb7\x67\x1b\xcc\xb0\x97\xc0\x3d\xd1\x36\x6a\x1c\xa7\xab\x93\x6f\x5a\x15\xa2\xa4\xe8\x4d\x0c\xb2\x69\x78\xac\xdb\xae\x81\x05\xa6\xde\xe1\xef\xe0\xbf\x60\x35\x60\x38\xe9\x5a\xd7\xa2\x25\xdc\xcb\x44\xbb\x7b\x2f\xf5\x39\x57\x18\x70\x6d\x9b\x99\x96\x06\x5c\x74\x51\x38\xd7\x2c\x09\x76\xe7\x2f\x00\xfb\xe2\x78\xaf\x12\x42\x6b\x3d\x52\x12\x2c\x27\x5e\x1d\x2c\x41\xa8\xce\x07\x6d\x1a\xb4\x40\xfb\xac\xb6\x2f\x9a\x04\x0d\x77\x42\x5d\x4c\x33\xb6\xf5\xc1\x31\xc9\xa6\xdd\x1c\x47\x22\x30\x0e\xf3\xe4\xd2\x01\xd0\x3c\xeb\x42\x1f\x6e\x23\xc8\xa6\xe2\xec\xeb\x44\x92\x29\xfb\x7a\x01\xc6\xf0\xe5\x80\xab\x13\x47\xed\xa4\x73\x2c\x12\xf3\x08\xb5\xba\x03\xa7\x8d\xb2\x50\x85\xc6\xc3\x2d\xb8\x5d\xd4\x14\x6d\x20\xea\x53\x0b\x03\xfe\x29\x36\xb5\x39\xba\x73\xcd\x08\x36\x7a\x25\xcd\x88\x3e\xd3\x58\x99\x2a\x16\x4d\xc2\x99\x7d\xb4\xfe\xb2\x35\x6c\xee\x05\x21\xe9\x13\x8c\x31\x75\xf1\x4a\xf6\xa5\x1f\x29\x2d\x54\xae\xa5\xd4\xd9\xbd\xb5\x0a\x9d\xfa\xf5\x7d\xf9\xfa\xb7\x5f\xe6\x9b\xbf\x5e\x78\xdc\xb0\xcb\xfd\x0a\x22\xc4\xc7\x69\xcf\xeb\x04\xdf\x19\x13\x6d\x67\xb8\x6e\x02\x45\x3a\x48\x8d\x6d\xb2\xa6\xf3\xc0\x38\x02\x74\x40\xf3\xb1\x6d\x4b\xd8\x1c\xdd\x84\x09\x31\xc6\xba\x79\xef\x19\x8d\xc9\x39\x80\x34\x30\xc7\x06\x6b\xef\xb0\xf9\x39\x62\x6e\x26\x16\x76\x67\x9b\x58\x7e\xb1\x67\x40\x28\xe2\x8a\xa5\x1e\x1e\x49\xcb\xdd\xcb\x13\x76\x0f\x90\xc5\xb7\x2e\x1e\x55\xc2\xaa\x19\xf6\xb5\x9e\x1a\x24\x45\x70\xbf\xc1\x4a\x0b\xb9\xca\xe4\xaf\x0d\xb0\xe7\x02\x33\xc8\xcc\x71\xe0\xec\x66\x5c\xcb\x69\x19\x22\xdc\x6f\x33\x74\x4d\x7b\xff\x16\xa5\xbe\xf8\x64\xb7\xdf\x4e\xcb\xef\xe2\x5e\x7f\xe2\x8e\x4d\xf0\xf1\xb5\x3c\xfe\x9a\xb1\xda\x60\xc9\x95\xe4\x3e\x36\x53\x90\x8a\x3d\xd9\x3e\x9e\xf3\x79\x9f\x0f\x20\x59\xcf\x7a\xdc\x23\x5c\xad\x54\xd2\xf3\xf0\x36\xcf\x9e\xac\x69\xb2\xd1\xcf\xc3\x6d\xd8\xed\xf9\xf2\x39\xdb\x86\x6e\x7a\x95\x89\x9e\x9e\x2b\x3f\x72\xf1\x2f\x68\xe2\x4c\xed\x1e\xaf\x85\xf7\xb4\xde\xb5\x79\x1e\xdd\xc7\xf2\xc5\xd1\xe1\x27\x0e\x68\x43\xf7\x73\x35\xf9\xd4\x73\x26\xdf\x52\xc7\xdc\x6c\x28\x1e\x7a\x38\x2e\x5d\xbc\x44\x18\x2e\xdd\x6b\xfd\xbc\x81\x27\xb0\x16\x3a\x3e\x7e\xb0\xf1\xe4\x8b\x6c\xb3\x8d\x8b\xe7\x7d\x0f\x47\xa9\xa1\xb9\x39\x78\x79\xb4\x2c\x8f\x36\x45\x6a\x86\x7c\x84\xb1\x17\xfa\xf2\x4b\xf0\xea\xed\xbb\x17\x5d\xcb\x03\x63\x1a\x4b\x66\x3c\xa4\x96\xdf\x5e\x1e\x1e\xcb\x33\xe2\xee\x21\xe2\xb5\xf5\x59\xe6\x6f\x6f\x95\xdc\x8f\x4a\xb8\x37\x99\xb6\x95\xe3\x70\xaf\x25\x13\xd2\x96\x17\xe3\xe2\x5e\xdd\x7d\x5a\x5e\x1e\xbf\x07\xec\x58\x4b\x0b\xcd\xfb\x66\x8c\xd6\xaa\x2f\x3e\x78\xe9\x9a\x17\x66\xe7\xd2\xc5\x61\xdf\xe9\xcb\x20\xd8\x0f\x8a\xe7\xc7\x0d\xb3\xdb\xa0\xf3\xb4\x8f\xcb\xf0\x88\x13\x8f\x7d\x0d\x69\xde\x0f\xcf\x6b\x1d\x6f\x39\xd6\xc5\xe0\xc6\x9a\x8d\xb1\xfd\x6c\xf1\xfb\xd9\xf5\xcc\x04\x74\x7c\xe8\xde\xa8\x2d\x53\x76\x3f\x85\xc3\x32\xa9\x5f\x1c\x1a\xcb\xe2\xf0\xe2\xfa\x69\x2b\x4c\xd8\x0f\xc7\x69\xe9\x59\x1f\xae\xbc\xf4\x2a\x56\x25\x86\x17\xd7\xd2\xb3\x1e\x78\xeb\xc1\xb5\x1d\x9b\xbc\x9c\xfa\xed\x7c\xf9\xfa\xb7\xdb\x4b\xcd\x3f\x9e\xf7\x15\xa9\xf1\xe3\x0e\x41\xba\xf8\x08\x29\x42\x80\x43\x81\xa2\x02\x7f\xc0\x1c\xbb\xc7\x9f\xe0\x5c\x0a\xfe\xb8\x9d\xda\x46\x4b\x75\x4d\xf5\x3e\xca\xc0\x2a\x55\x7d\x95\xc2\xb6\x5d\xf1\xed\x7a\xcc\x61\xa5\xc2\x3a\x55\xa8\xde\x6b\xa5\x31\xa5\x40\x90\x2e\x02\xde\xdb\xc6\x97\xf5\x92\xe4\xc9\x1f\x9f\x16\x15\xa0\x43\x94\xb3\x66\xaa\x61\x77\x72\x52\x83\x60\xdb\x37\x1d\x2a\x62\x7f\x4d\x11\xa0\x50\x7b\x3e\xc5\xbb\x63\xc0\x87\x29\x99\x08\xc6\xc1\x64\x5f\xc5\x16\x2f\xc1\xee\x82\xb1\x03\x47\x54\x36\xf2\xac\xc5\xc5\x26\x5a\xf5\xaa\x44\xc9\x93\x89\x05\xc5\x6a\x11\xec\x83\xca\x7d\xb4\xaa\xaf\x39\x99\x26\x9e\xc3\xb0\x2e\x1d\x35\x74\xfb\xbc\x6a\x72\xf6\x65\xc5\x76\xb3\xee\x27\x4a\xc5\xd7\x0d\x78\x75\x37\x2a\x2e\x16\x76\x0f\x2d\x81\x73\xf5\xae\xd1\x43\x0f\x1e\x48\x64\xb5\x46\xec\x77\x9e\x19\xe1\x44\xa5\x90\x4c\x26\x86\xd8\x22\x28\x10\x46\x00\x60\x24\xae\x6f\xb1\xbb\xa3\xc3\x1d\xc9\x43\xc8\xc7\x9a\x05\xe1\xef\x03\x92\x7b\x52\xf0\xf6\x89\xa7\x1a\x28\x2b\x61\x89\x56\x78\xdb\xee\xf6\x6f\xd3\x4d\x81\xe4\x51\x96\xc7\x63\x4a\x64\xf6\xc4\x76\x0c\x3f\xc8\x82\x3f\x61\x85\xf4\x0f\x8f\x50\x59\x82\xe5\xeb\x2e\x40\xa5\x99\xc0\xd7\xe1\xaa\x8c\x18\x8d\xe2\xa1\x4c\xc5\x43\xb0\xc4\x7a\xa1\x34\xd3\x99\x18\x5c\xf2\x41\xa8\xc4\x01\xe1\x18\x32\x5d\x43\xc2\xa3\xb5\xa3\x25\x31\xfc\x38\x22\x50\x5e\x48\x36\x25\x49\xe0\x26\x64\xda\x2b\x23\xdc\x0b\x0e\xf0\xec\x93\x18\x03\x36\x3f\xbc\x37\x75\xfb\x38\xbe\xee\xb0\xa1\xde\x1d\x2b\xd3\x8f\x74\xdf\x47\xe1\x79\x0f\xb7\xd9\x94\x09\xf9\x43\x45\x24\xe7\x59\xff\x6f\x2d\xa0\xf7\x3b\xbb\x47\x3c\xd0\x2d\x66\x09\xcf\xdf\x8b\x48\x0e\xff\xb4\xf7\x8f\xe5\x0f\xb5\xe0\x99\xb5\xec\xd7\xf9\xeb\xdf\x2e\x5e\xcc\x2c\xf3\x2b\xc7\x91\x1f\x65\x1f\x6a\x9c\x30\xb6\xcf\x02\xbe\xdd\x3d\x82\x79\xdb\x21\xbd\x1f\x11\x5f\x1f\x05\x5b\xf4\xb4\x40\xc8\xff\xdb\x94\x22\x6e\x3b\x19\x1e\xd8\x42\xc5\x3f\x10\x23\x99\x95\x9c\xff\x0a\xc6\xd7\x6b\x98\xac\xa7\xe4\x1e\x18\x50\xaf\xd2\x2e\x9a\xd2\x7e\x9f\x73\x75\x52\xb7\x17\x84\x5d\x64\xb6\x8f\x67\x85\xd1\xd9\x4f\xab\x51\x8c\x9f\x48\x81\x05\x06\xb6\xcd\x2a\x26\x12\xc2\xf6\x0a\x9a\x8f\xde\x1d\x34\xa1\x24\xf2\x2d\xa7\x21\xb6\x0a\xfa\x67\xf1\x98\x12\xd9\x64\x9c\x43\x9a\xa2\xbf\xce\xa5\xba\x52\x6a\x4b\xde\x70\x40\x22\x2c\x65\xe9\x8a\x6d\x70\x9c\x3d\x00\x63\x16\xdf\xb7\xce\xfe\x3a\x98\x64\x8d\x68\x96\x0c\x5d\x3b\x85\x8c\xf3\xbb\x14\x34\x25\xe7\xb1\x1e\x61\x77\x30\xbb\xfb\x07\x70\x8a\x67\x0e\x6e\x3d\x9e\x29\x63\x6d\xcb\xd9\xc1\x46\x24\x6a\xbf\x2a\x2c\xf7\xb6\x00\x4e\x36\x92\x97\xe8\xcd\xd0\x10\x33\xb8\x6b\x91\xf9\xd0\x74\xcf\xc9\x43\x87\x0e\x78\xb6\x8f\xf6\xdd\xe8\x50\x4d\x55\x71\xd8\xd3\xe7\xea\xec\x80\xe9\xca\x94\x58\x8f\x8a\xb8\x46\xd4\x44\x5b\x1c\x32\x59\x2e\x21\x76\xc1\xcb\xef\x8d\x51\x47\x46\xa6\xbb\x27\x24\x2f\x4f\xd7\x87\xaf\x97\xa2\x10\x7c\x7d\x02\x41\x70\x06\xa1\xe2\xd3\x01\xe9\x12\xf4\x7d\xa3\x90\xca\xca\x3f\x17\xe6\xb8\x44\x43\x57\x2d\x91\xf0\xbb\x51\xa8\xaf\xf0\xb1\xd0\xa7\x15\x59\x29\xd0\x43\xd3\x11\x8c\x05\x40\xab\x87\x6c\x7b\xa7\x81\x7b\xf2\x0a\x1f\x3b\xc6\x34\x50\x00\x5e\x01\x46\xe2\x80\x7c\x01\xfc\xe6\xeb\xf3\x28\x19\xa7\x57\xe3\xa8\x36\xea\x1f\x95\xb0\xbc\x82\x53\xa8\x55\xbd\x01\x12\xf4\x52\x1d\x74\xd2\xbb\xdd\x15\x47\x13\x06\xc1\xe0\x4f\xef\x25\xf5\xd5\xa8\x37\x3b\x2a\x3f\xb0\xf4\x59\xcb\x3f\x22\xf7\xf3\x4c\xce\xeb\x57\x0f\xc8\x1a\xbc\x03\xad\x78\xc4\x47\xef\x99\x7e\x7a\xcf\x15\x2f\x75\x73\xfc\x58\x90\xf3\x5f\xe5\x22\x8f\xaf\x46\x96\x53\xc0\x89\xaf\xd3\x5f\x2f\x3c\xd5\xb1\x9c\x2f\xcb\xb3\x75\xd4\x3d\xa0\x96\x12\x38\xe0\x99\x12\xbb\x93\x50\xa9\xd7\xa3\x5e\xb1\xf4\x7b\x6e\x75\x8e\xbd\x3a\xf1\x0e\x55\x9e\x62\x46\xe8\xf8\xa0\x02\x32\xb7\x5e\x43\x57\x52\xc0\xc8\x0b\x43\x18\x4a\x75\x9d\x93\x43\x15\x17\x92\x62\xba\xa1\x34\xc4\x28\x8d\x4a\x09\x14\x62\x93\x24\x8f\xda\xd0\x44\x52\x6c\xb2\x95\x00\xfc\x62\xb8\x94\xcd\xc2\xd4\xdd\xdb\xd1\x34\xc3\x41\xbd\xc4\x52\x28\xc3\xab\xa9\x28\x9c\xb5\xbb\x86\x3c\x30\x3f\x0b\xe9\xc3\x7b\xb0\xea\x8b\x43\x0a\xa7\x12\x32\xa5\xe6\x16\xf0\x4e\x09\xe1\xeb\xb9\xaf\x11\x54\x43\x43\x82\x8c\x44\xf0\xd0\xb0\xbb\x80\x25\xfb\x2c\x24\x43\x96\x2d\xd7\x74\x9d\xe5\xe1\xbd\xda\xa6\x62\x1d\xf5\x62\xe6\xf1\x02\xc2\x05\x0e\x1e\x4d\x34\x42\x8b\x72\x7e\x43\x8b\x22\x46\x0d\x4c\x67\xa5\xdb\xa2\x59\x01\xfe\x9c\xe1\xf0\xa2\xb2\xa4\x5f\x6e\x54\x06\x54\x51\xaf\xa4\xef\xac\xcc\x31\x5a\xd8\x7d\x3b\x26\x1f\xc8\x87\x92\x5e\xc3\xbf\x3d\xdd\x9f\x8b\xf9\xfb\x3a\xdf\x7c\xfb\xaf\x9b\x2f\x9f\x2e\x0c\xfc\xb3\xec\xf1\x57\xcb\xff\x1a\xaa\xd6\x9e\x5c\x30\x33\x8d\x1e\x14\xc8\xd6\x73\xd4\x46\xa3\x51\x2a\xb6\x0c\x6c\xa3\xf3\xef\x90\x2c\x3f\x74\x4a\x50\x12\xba\x50\x02\xae\xe8\x68\x0b\xae\x58\xb1\x32\xec\x73\xcc\x11\xc3\x81\xa9\xe5\x29\x52\x62\x0f\x94\x42\xf0\x17\x57\x6b\x2d\xc0\x9f\xfa\xe7\x2c\x92\x69\xd4\x48\x82\xf3\x1d\x41\x7e\x14\xbb\xa0\x8f\x95\x25\x6a\x64\xf4\x99\x92\x46\x2f\xd5\x9e\x6d\x85\x5a\x1e\x87\x91\xcd\x8e\xa9\xea\x9f\x0f\xef\x4b\x37\x5d\x44\x2a\x35\x5d\x97\x2e\xd6\x81\xc0\x22\x0f\xa5\x76\x67\x87\x2e\x88\xdb\x0a\xe9\xaa\x57\x1a\x79\xdd\x38\x20\xe0\x48\x79\x97\x11\xdc\x54\x28\xc1\x14\x1e\x09\xb9\x0e\xb2\xd2\x3d\xc0\x2c\x75\x7b\x11\x0c\x4c\xbc\x51\x23\x1f\x97\x32\xdc\x3b\x10\xa7\xb5\xdb\xd2\x94\x9a\x4e\x8c\x18\x99\x84\x48\x6d\x76\x52\x79\xa4\x71\xa8\xdc\x86\xd5\x5b\x6d\x92\x66\xca\xf0\x27\x1c\xc5\x24\x98\x66\xe2\x6f\x41\xc0\x96\x94\x41\x3d\x63\xef\x33\x01\x21\xcf\x83\x5a\x33\x9d\x4e\x4a\xa2\x54\xf1\xa7\x33\x1c\xb5\x62\xcd\x2c\xa5\x5e\x35\xa6\x34\x36\x03\x32\x51\xea\xc0\x89\x18\x0d\xf6\x3d\xbc\x23\x48\x8d\x48\x06\xdc\xe4\x47\x27\x3f\x58\x90\x11\x81\xca\x4d\x8c\x00\x4e\x3c\xc4\x64\x6b\xea\x20\x70\x9a\x71\x30\x02\xb2\x64\x1d\x54\xcb\xec\x47\x14\x2c\x57\x92\x33\xb5\xf6\x70\xcb\xc3\x43\xbf\x76\x85\xa0\x4c\xab\xa9\xe6\x41\x49\xbd\x50\x54\x55\xaa\xb5\x3f\x36\xef\x5d\xa9\x57\x45\x07\x0c\x3c\x18\x04\x2c\x57\x6a\x2b\xd0\xa9\x61\xfa\xeb\xa5\xfc\x2a\x5f\x9f\xd0\xaa\xd8\x76\xf3\x18\xfd\xe7\x60\x8e\x66\x78\xbd\x49\xee\x93\xf8\xc1\x75\x06\xab\xaf\xc7\x14\x07\xe5\x0d\xb7\xe6\xde\x1e\x0b\xac\x88\x07\xf3\x1c\xa0\x19\x36\xa2\x21\x0b\xf0\x9d\x89\x77\x9e\xc7\xea\x00\xcf\x51\xf9\xe1\xd6\x09\x68\x0a\x0a\xaa\xfa\x2c\xc4\x83\x95\xc3\x3d\x7b\x39\x61\x57\x8e\x43\x3b\x07\xe5\xa7\x55\x8c\x4b\x15\xed\x11\x67\x1a\xea\xdd\xfc\xeb\xf6\xe6\x3f\xbf\xfe\xed\x42\xab\xcc\xd7\x6f\xdf\xe3\x8d\xdd\x12\x3f\x7e\xfd\xdb\x2b\xfc\xde\x5c\x76\x5e\x0a\x90\xb9\xdc\xc3\xe8\x1a\xc0\x51\x61\x81\xee\x4d\x7b\xc8\xf3\x27\x17\x11\x1a\x92\x14\xce\x92\xac\xc4\x63\x39\x3d\xf5\xe3\x1a\x17\x33\x71\xe4\x95\xd9\xe1\xdb\x8f\xef\x87\xf4\x28\x21\xcd\x3d\xc5\x51\xd7\x3c\x1a\xe2\xf1\x4c\x1f\xa8\x81\x47\x22\x81\x17\x59\x58\xaa\x05\x18\xa0\x58\xf5\xca\xc4\x80\x33\xd5\x90\x47\x65\x2f\xbe\x9f\x26\x53\xb2\x95\xd7\x12\x69\x79\xe7\xde\xbf\xcb\xd3\x9b\x38\x2d\x74\x5b\xf8\x1a\x9e\xde\xec\x54\xbb\xc7\x57\x97\x48\x95\xd3\x96\xd9\xc6\x52\x67\x3c\x28\x9e\x3e\xc8\x59\xc7\x99\x6a\xbe\xce\x49\x4f\x6f\x7e\xb8\xcd\x4c\xa9\xc6\x6e\xfb\xf4\x1c\xcb\x00\xf3\x7b\x4d\xef\x8e\x1f\x9e\x9b\x50\x5b\xd8\xcb\x99\xf4\x49\x31\xa0\x2a\xe7\x44\x55\x96\xfb\xc3\xd3\xfb\xed\x6d\x45\x74\x2b\x4a\x3d\x3f\x7e\xad\x82\x88\x42\xa6\xd4\x67\x6c\x9e\x2c\x34\x64\xdb\xd8\xfe\x82\xa1\x63\xc8\xa3\xa2\x34\x61\x4d\x17\xd1\x2b\x7d\xda\xea\xc5\x5e\xc4\x46\x40\x7f\x78\x9f\x73\x71\xaa\x55\xdd\x58\x37\x8e\x3a\x43\x2c\x39\x2b\x85\x1f\x8d\xf0\x8b\xb1\x6b\x1f\x0f\xf2\x13\x08\xdb\x93\x81\xde\x3b\xff\x8b\x0c\x74\x68\x6d\xd2\x7f\xe8\x08\xac\xc5\x06\xe0\xd9\xb7\xfd\x81\x13\xca\xde\x26\xb7\x6b\x49\x4f\x2b\x0e\xc3\x10\x97\x81\xdd\x22\xeb\x61\xa4\x3e\x37\xd2\x1d\xa7\xf6\xf7\x0e\x75\xed\xe9\x07\x0e\x75\xed\xe9\xa2\xa1\xae\x29\x61\xa8\xe7\x22\xaf\x8f\xf5\xff\x7d\xa9\xe2\xb9\x1f\xe6\xbf\xfd\xfa\xda\x4a\xbe\xd3\x40\x51\x51\x40\xb6\x3d\x59\x71\xf6\xc7\x1f\xa7\xe3\xea\xda\xef\x98\x4c\xfc\x81\x67\x1a\x43\x6d\xb0\xe1\xed\xc2\x54\xf4\xe1\x1d\x31\x8a\x1f\x75\xca\x6e\x7c\x47\x0c\xfd\x75\x04\xa5\x28\xab\x50\xd3\xc0\xd4\x00\x71\xe5\x4f\x4e\x0f\xb7\x9a\x10\x0a\xfe\xe7\x32\xfe\xef\xbb\x8c\xff\xef\x5f\x7f\xc7\x22\xfe\xdb\xaf\x97\x2c\xe1\xf2\x2f\x30\xc2\xad\x93\x20\xe4\xff\xb9\x7a\xff\x5b\xae\xde\xb7\x5f\x7f\xfb\xf2\xfd\x8d\xc2\x38\xee\x39\x95\xc6\x4f\x43\xd2\x6b\x3a\x50\xf4\x05\xe8\xee\xf5\xe9\x62\xf3\x6c\xff\x9e\xac\x7f\xcf\x0e\xb8\x87\x5b\x13\x30\x62\xd5\x1f\x20\x03\xb5\xbf\x8f\xb0\xef\xa0\xee\x57\xa2\x67\xeb\x71\xee\xf5\x79\x9c\x99\xf4\xcf\xbe\xbf\x03\x2a\xbf\xa9\xfc\xcb\x27\xf4\x83\x23\x0a\xbc\xa9\xfa\x52\xea\x99\x35\xeb\x5c\xdf\xbc\x3c\x2a\xdf\xb6\xf6\x1e\x06\xe6\xeb\x24\x10\xbd\xeb\x3e\xf2\xd8\x3a\xf8\xec\x80\x3b\x5b\xe3\x37\x8c\xe2\x87\x5b\xc8\x07\x6f\x69\xed\x37\xb4\x32\x06\x56\x78\xe3\xc0\x3a\xdb\x33\xcf\x0e\x2c\x1b\xb9\xb6\xfc\x5f\x3e\x1a\xdf\x54\x7f\x1b\xb8\xe9\x9f\x75\xda\x3e\x3b\x30\xdf\x24\xed\xfa\x98\xfc\xed\xe5\x03\x97\x5f\xb8\xf2\x3f\x64\xa9\xfc\x27\x93\x35\xda\x63\x69\xda\x43\x49\xff\x5c\x24\xdf\xb0\x48\xbe\x55\x3c\xdd\x0d\xc7\x4b\x16\xc8\xf2\xe7\x02\xf9\xdf\xbc\x40\xfe\xb0\xe9\x3a\x7e\xbc\x6a\x70\x66\x48\xbe\x4d\x8e\x3c\x11\x20\xcf\xd8\xc2\x3f\xfe\xc3\x6c\xe1\x67\x5e\xe7\x7f\xfe\x76\xfb\xe9\xdb\xe7\xe9\x6d\x6f\xf5\xc5\x6f\xba\xc4\x58\x5d\xe5\x68\xcd\x1f\x75\x8b\x80\xd0\x6d\xe4\x7a\xe9\x50\x1d\x17\x8f\xd4\xed\xf3\x73\xf5\xe9\x55\x9c\x18\x75\xea\x79\x76\x47\xa6\xc7\x2a\x11\x6a\x8a\xa3\x12\x2e\x81\xab\xd0\xe0\x9b\x36\x42\x1b\xcb\xed\xa5\x84\xa2\xc4\x0d\xfb\xb3\x94\x50\x70\x10\x2b\x6c\x43\x71\x34\x5b\xf1\x2b\xce\xde\x38\x09\x95\x7c\xd3\xd5\x94\x28\xff\xc4\x2b\xc0\xbd\x0f\xd0\xe5\x83\xa7\xd8\xa8\xb4\x90\x3d\x9e\xa3\xdb\x45\x05\x41\x5e\x87\x7f\x9d\xce\xf0\xe8\x4d\x93\x50\x07\x80\x8b\x07\x5e\x00\x2f\x53\xe1\x82\x37\xc2\xa0\xc1\xa1\x20\xca\xa0\xd5\xd0\x2b\x4e\x44\xd9\x34\x24\x4f\x73\x96\xeb\x9c\xeb\x14\x29\x09\xf0\x8d\x3d\x24\x22\x0e\xa6\x6c\x4f\x65\x1c\xe9\x35\x4a\xe3\xe1\xbd\xeb\x53\xf5\x46\x52\x90\xe4\xfc\x82\x41\x52\xf4\x3f\x25\xed\xeb\x1f\x24\x99\x4a\xd2\x6a\xfc\x11\x1a\xc9\xdf\xc5\x2a\xfb\xf2\x60\x7f\xd3\x8e\x72\x3c\xde\x2f\x31\x7a\xd4\x7f\x11\xbb\xb5\x88\xe3\xc3\x39\x11\xc8\x0f\x99\x38\xf6\xba\x7f\xc7\x39\x6e\xca\x7f\x02\x9e\xa9\xbe\x3c\x2b\xdb\x61\x56\xf2\x38\x9a\x95\xf9\xbf\x63\x56\xb6\x67\x66\x25\x9c\xa5\x2e\x9c\x95\x9c\xe5\xa2\x59\xf9\xfc\xb0\x7f\x8b\x48\xbf\x1b\xf1\xaf\x9a\xb0\x6b\xde\x23\x85\x27\x3f\x03\xef\xff\x42\x1d\xf3\x8f\x5c\x2e\xff\xf5\x76\xc0\xf7\x9c\x1c\x23\xb6\x52\x1d\xbf\x57\x86\xfa\xbb\xa8\x61\x2f\x8e\xf2\xdf\xb5\xb4\x5f\x66\xcd\xde\x31\xe2\xfd\xf3\x36\x0c\x08\x6a\x74\x19\x0a\x7f\x2e\xea\xff\xbe\x8b\xfa\x5b\x56\xf3\x27\xab\xf8\x19\x1d\x64\x77\x10\x29\x6d\xf8\x09\x13\x4f\x4e\xea\x9a\xe2\xde\xdb\x05\x48\xbd\xbc\x61\xcd\xa1\xea\xb4\xb8\xd1\x84\x9d\x1b\x4d\x70\x15\x64\x66\x1e\x88\xbb\x74\x70\xfa\x05\xb0\x0e\x9c\xb0\x88\x32\x3e\x9d\xba\xbf\xde\x5c\xf6\x22\xbf\xde\xbc\x4c\x5a\x51\x7e\xfe\x79\x17\xb5\x54\xe1\x41\x08\xc2\x4a\x19\x94\x94\x38\x83\xa3\xc5\x21\x97\x6b\x14\xce\xd4\x35\xf4\x8c\xe0\x62\x09\x32\xa8\xe6\x08\xa6\x36\x20\x99\xc4\x5a\x49\x39\x0c\x85\x6f\x66\xa6\x54\x80\xf0\x87\xc0\x44\x19\xb1\xe2\x60\x03\x79\xa2\xe7\x69\x36\x08\x63\xab\xd4\x35\x72\x57\xea\xb1\xdb\x28\x5a\x1e\x14\x3b\xe2\xe0\x19\xa3\xa2\x51\x03\xc9\x8b\x25\x4a\x68\xd4\x01\xe3\x2d\x8d\x86\x84\x46\xac\x81\x4d\xef\xd0\xd0\x3b\x4c\x47\x63\x50\x5e\x73\x13\xbb\x4b\x7b\xa2\xe1\x78\x30\xda\xdd\xa5\x53\x7b\xba\x63\x6b\xe5\x01\x80\xf2\x31\xac\x66\x3d\x51\xef\x53\x67\xaa\x1a\x5b\xb6\x89\xd5\x3b\x9c\x49\x9b\x2d\x1a\x5e\x72\x44\xc9\x94\x34\xe2\x68\x26\xdb\xf8\x6c\x4e\x34\xda\x8a\xa5\xe4\xe1\xbd\xf4\x46\xa3\x87\x9c\x84\xea\x04\xfa\x65\xc0\x31\x14\xab\x6d\x05\xca\x4c\x0f\xaa\x94\x46\x2c\x89\x0a\x42\xcc\x13\xc2\xdd\x2a\x87\x0c\x52\xe7\x9c\x29\x87\x9a\x48\x2a\xd8\x72\x10\xc6\xa6\x1a\x1b\x02\x7c\x98\x9a\x44\xce\x68\xde\x51\xa9\xe5\x68\xef\x29\x12\x95\x98\x63\x06\x29\x34\xc3\xa7\x15\xc9\x62\xad\x92\xa2\x2a\x8d\x61\xc5\xb3\xda\x8b\x4a\x0b\x36\xad\x6a\x46\x11\x8a\xa8\x9f\x04\x8e\x10\x60\x15\x3a\x45\x27\xc2\x07\x58\x43\x19\x26\x02\xab\x52\x1e\x37\xd2\x85\x5a\xed\x61\xf7\xed\x53\x50\x0b\x25\xc4\x82\xeb\xa9\x3d\xea\xd7\x9b\xe9\xd3\x87\xed\x6f\xdf\xbf\x5f\x0a\x05\x6b\x37\xc4\x3b\xbf\xe3\x65\xaf\x50\x1e\x6d\x8f\x28\x2e\x54\x93\x06\x49\x9d\x44\x75\x5d\xca\xa0\x96\x31\x98\xa9\xe7\x1a\x0a\xd8\xc5\x5b\xe0\xae\x41\x9b\xd8\xf7\x15\xf7\x4a\x59\x10\x07\x3b\x8a\xc4\x4a\x05\x2e\x6f\x54\x3a\x70\xf1\x47\x43\xbb\x5b\x63\xd7\xab\xdc\xea\x5a\x64\x10\x03\xb5\xa6\x51\xd3\x16\x84\x07\x69\x02\xc0\xe2\xa8\x94\x90\xba\x1a\xf5\x9e\xa5\x5f\xf5\x74\x9d\x17\x8f\x7e\x5e\xe2\x1e\x3a\xd5\xa2\x11\x74\xa6\xf7\x55\xa7\x28\x99\x78\xec\x7c\x84\x13\x25\x47\x6d\x14\xbd\x07\x54\x0e\x67\x1a\x1d\xc8\x23\x3c\x82\x38\x02\x8d\xde\x23\x94\xe2\x77\xdc\xb7\x87\xb8\x56\xc7\xdf\x01\xb8\x1d\xaa\x72\xbd\x6c\x52\x2c\x7d\x6b\xef\x30\xb1\x64\x72\x6a\x99\x4c\x6c\xa3\x3f\x15\x7f\xdb\x36\x68\x8c\x16\x39\xd7\x2b\xae\x03\xbc\xfd\x95\x38\x97\xa8\x94\xc4\x91\xc4\x2b\x50\x88\x14\x6e\xa1\xde\x6e\xda\x64\xd2\x8c\xa6\x4f\xa1\x37\xeb\x93\xd8\xd1\x23\x2c\xc9\x7a\x0c\x7c\x41\xaa\xeb\x2a\x42\xd2\x25\x48\x1f\xd4\xb5\x84\xaa\x29\x48\x63\x1a\x88\xa2\x70\xc8\x2b\x90\xd5\x30\xa6\x47\xd7\x12\xb5\x51\x1e\xd5\xbe\x5a\xa9\x0f\xef\xb5\xf7\x20\xa3\xde\x38\x82\xa6\x6d\x02\x8e\x22\xa3\x87\x2b\xa1\xc7\x3e\x65\xa6\x91\x6c\xa3\xb4\x84\x4a\xe8\x09\x90\xc9\xa7\xe3\xf6\xd3\x3c\xaf\xb7\x9f\xa6\x0b\xd1\x41\x2d\x7b\x9c\x2c\xff\xcb\xeb\x6d\x1f\xbc\xdf\x34\x80\x2a\xb4\xb5\x5d\xae\x5a\x2b\x01\xbb\x19\xa4\x35\x62\x9b\x71\xe1\xd8\xac\xcb\x6e\xda\xa0\x2e\xc1\x3f\x17\x79\xa9\xd8\xda\x50\xb3\xcd\x59\xbb\xce\xcb\xa7\x6f\x7f\x83\x52\xc5\x84\xe7\xb5\x0a\x68\x18\x12\x76\xf0\x3e\x10\x62\x98\xb5\x85\xb4\x8d\xad\x9c\x11\x49\x9c\x19\xf4\xc4\x56\xaa\xb6\xc1\xa6\xad\xa6\x9b\x1d\xf3\x90\xb5\x66\x02\x6f\x8e\x02\x59\x6c\xd4\xad\x09\xf4\x27\xbf\x5a\xcf\x70\x29\xd8\x2e\x84\xe4\xf1\x61\x3c\xdb\x2e\xa8\x21\x5d\xd9\xa2\x5a\x6f\x8e\x7e\x02\x4d\x4e\xf7\x5b\x36\x54\x46\x10\x5b\x37\xf3\xbb\x27\x75\xb3\xe6\x13\xa5\x71\x72\x82\xae\x1e\x3b\x99\x37\xb6\xa7\x0d\xf8\x14\xf7\x46\x2a\xb3\x4d\x6c\x45\x88\x72\x7b\x5c\x58\x47\x63\x4a\xa9\x57\x27\x7e\x01\x28\x4e\x6c\xd1\x7c\x78\x6f\x6d\xd8\xe0\x25\xc2\x2c\xc1\xfa\x07\x61\x41\xd9\x04\xaa\xf6\x70\xab\x1d\xd2\x09\x69\x9f\x6d\xe9\x36\x41\xa6\x50\xbe\xe1\x42\x1d\xfe\xe6\xbd\x1f\x24\xde\x62\xfb\xbe\x93\x2e\x07\xa7\x5e\x2e\xc5\xb6\xbb\x52\xa8\xbc\x74\x87\x95\x18\xbc\xd8\xa3\x5a\xc2\x8c\x51\xc6\xbc\x84\x49\x91\x30\xca\x00\xdd\x4d\x1f\x47\x96\x8e\x90\x66\x49\x3d\x62\xa5\xe4\x47\x43\xc0\x36\x0d\x14\x72\x3a\x17\x3e\x7f\xfc\xf4\xed\xc2\x79\x60\x59\x5f\xe1\xc9\xe2\xbd\x42\x50\xd8\x1d\xed\x1b\x65\xb8\x1a\x83\x17\xb0\x6e\x95\x6a\x9b\x0b\x79\xa8\x32\xcb\x64\xab\x49\x86\x5f\x3c\xf0\x1b\x4a\x0f\xd9\xda\xd6\xba\x78\x80\x4e\x50\x46\xb4\x0d\x0b\xf0\x30\x3d\xda\x86\x3d\x26\xdb\xfc\x63\x87\xbc\xef\xbb\xa4\xed\xa1\x9c\x88\xbd\x33\x75\xc3\xb5\x93\xda\xfe\x3c\x79\x36\xf1\xf8\x37\x05\xaa\x4c\xf6\x4c\x08\x03\x16\x90\x1c\xf5\x11\x5a\xa3\xda\x6f\xb2\xc0\xb1\x1e\x9f\xcb\x10\xa1\x06\x48\x64\xcd\xb3\x80\x46\xa5\x28\xe5\x87\x5b\x15\x81\x68\xd2\x85\x52\x06\x67\x9a\x09\x09\x83\x58\x50\x46\x82\xef\xbd\x7d\x2d\x3d\x5c\xa9\x8a\x1b\x47\xaf\x94\xeb\x0c\xef\x7f\x5b\x20\x31\x37\xe0\xc2\x2f\x1e\xbf\xe1\xc3\x1f\xfe\xf9\x42\x95\xe7\x02\xbc\xa8\x44\xca\x93\xd2\x88\x30\x60\x99\xec\x0e\x4d\x07\x4c\x10\x60\x8a\xe0\x31\x23\xe4\x11\xf1\x08\x7d\x42\x3e\xdb\xfd\x96\x6c\xb8\x03\xd9\x82\xdd\x31\x43\x3e\xa9\x36\xc8\x7b\xde\x80\x9a\xdb\x26\xd2\x55\xae\x7d\x06\xc8\x50\x03\xaf\x79\x59\x23\x6a\x4f\x81\x2a\xc1\x3d\x64\x35\xc1\x25\x0c\x70\xf0\x23\x50\xb8\x88\x5d\x48\xb1\x5a\x0f\x04\x1d\x26\xd1\xd8\x0e\x02\x19\x87\xcb\x46\x52\xc7\x0c\x8d\xb9\x12\xcf\xb1\x26\x10\x7a\x98\x6a\xb3\xa9\xc9\x24\x4e\xe8\x06\xbb\x17\x03\x7a\x31\xe8\xf4\x96\x77\x8a\x5e\x59\xbc\x58\x38\xbc\x58\xb0\x1b\x2c\x57\xf0\x1b\x2c\x57\xf0\x46\x28\x80\xb1\xb2\xe6\x7a\xae\x5d\x41\x2c\xc3\x1b\x53\x3b\x6d\x49\xb0\x0e\xf4\x3e\xf0\x2e\x3b\xee\xb1\x8c\x48\x8a\xb2\x11\xaa\x23\x64\x1d\x94\x01\x5c\x39\x02\x2a\x2b\x26\xa0\xa2\x79\xc3\x51\x05\x8e\xea\xba\xab\xea\x92\xc9\xfa\x20\x1c\xbd\x96\xf6\xd8\x64\xab\x8d\x52\x45\xcb\xf4\x6c\x0a\x5c\xce\xef\x10\x06\xd3\xc3\xf2\xe5\x55\x6f\x12\x94\x3b\xe5\x03\x1c\xc4\x53\xc6\x7c\x07\x26\x3b\x61\xcc\xbf\x87\xc0\xcb\x73\x53\x4a\x1d\x60\xde\x25\x4f\x91\x11\xd9\xa0\x26\x68\x0a\x25\x88\x30\xcc\x9e\x54\x5b\x60\xd6\x3c\x24\xe4\xe1\xdc\x29\xd9\xe4\x41\x07\x82\xec\x08\xcf\xb9\xb3\xbd\xb9\x13\x98\xf0\xa0\xc3\x69\x9e\x92\x33\x6e\xb2\x3d\xc5\x4a\xab\x28\x0d\x48\xce\x0c\x14\x04\x9b\x31\x7d\xfc\x9e\xfa\x9b\x68\x30\xa5\x58\x23\x53\x05\x62\x53\x07\x65\x22\x82\xc4\x46\xdd\x68\xee\xce\xdb\xa3\x4b\x63\x6a\x0f\x26\x9b\x2c\xfd\x84\x31\xa2\x01\xc3\xe5\x68\x06\x1c\x4d\x96\x46\xb9\x46\x47\x99\xca\xea\x63\x30\xec\xe7\x55\x7f\x78\xaf\xa9\x52\x82\x76\x5d\x78\x59\x92\x20\x43\xf7\x09\x31\x2c\xb0\x3f\x88\x49\x5e\xb6\xec\x62\xf9\x0a\xbe\x7c\xd9\x32\x07\x41\x5b\x7c\xd9\x33\x9d\x31\x47\x93\x16\x01\x33\x85\xe8\x9a\x7c\x63\xfd\x3c\x10\xa7\x64\x5f\x87\x55\x27\xfa\xaa\xe3\xeb\x53\xc4\xfa\xb4\x56\x29\x36\x9c\xc5\x26\xaf\x72\x21\x6b\x7f\xc4\x4c\x25\x5b\x3a\xa9\xcb\x0c\xb5\xa0\x85\x02\x32\x28\x5b\xfb\x02\xd6\x3e\x0c\x3e\xf6\xd0\xba\x84\x2d\xdb\x96\xc0\xd9\xf1\xda\x6d\x4d\x3d\xb3\x31\x7c\xf9\x72\xf9\xce\x60\x79\x5f\x71\x76\xe0\x47\x7e\x61\x7d\xc1\xcf\x75\xda\xac\xb1\x8f\x6f\xbd\x5b\x82\x64\x75\x78\xe0\x65\xd8\xa5\xf7\x39\xc2\xee\x06\xc0\xaf\x45\x47\x10\x7f\x2c\x90\x1f\x6e\xb9\x3b\xca\x7c\xe0\x20\xde\x3d\xef\xf8\x41\x4e\x0d\xed\xdb\xe7\x8f\x29\xed\xfd\xa8\x0e\x13\x1f\x8f\x5e\x74\xff\xf3\x07\xdb\xb3\x87\xdd\xec\x22\xf0\x8b\x45\x3f\xdc\xc2\x39\x50\xc2\x18\x94\xda\xef\xac\xdf\x52\x91\x34\xfc\x22\x1f\xbf\xf7\x50\xe2\x52\x77\x44\xce\x7f\xb0\xe4\xa3\x26\xe0\xd4\x51\xef\x9a\xec\xeb\x8f\xb4\xeb\x51\x75\x4f\x86\xea\xfc\xf5\xfb\x74\x21\x4f\x93\xe7\x7d\x05\xe9\xf7\xe7\x7d\x34\x96\xe9\xdf\x23\xf0\xb0\x39\x08\x1a\xe8\x84\x38\xf1\x51\x26\x04\x56\xf6\x58\x09\x46\x90\xa2\x60\x38\x95\x98\xbb\xe9\xe1\xb6\x24\x6d\xb2\x89\x40\xa1\x29\xf1\x00\x2d\x6d\xe9\x11\x0a\x53\x6c\x95\x4a\x8b\xa5\xc1\x0a\x93\x06\x8d\xee\x66\xd2\x39\x2a\xb4\x72\x6d\x54\x9b\x73\x62\x02\xcc\xa5\xb1\x3f\x02\x26\x37\x40\xbe\xc2\xb4\x90\x79\x36\x79\xa8\x03\x06\x47\xb0\x19\x27\xe8\x6c\x2d\x22\x98\x10\xe0\x75\x3d\x96\x61\x4b\x46\x37\x6d\x79\xce\xdd\x8a\x29\x42\x2a\x20\x4f\x83\x1c\x9a\x80\xab\xd7\x05\x60\x3c\x35\x40\x70\x2f\x10\xa3\x4c\x88\x17\x0f\xdd\x9f\x80\x6f\x30\x80\x0d\x0d\xa2\x89\xae\xa6\xc9\xf4\x86\x60\x7b\x84\xdc\x77\x9e\xeb\xc0\x92\x54\x48\xfa\x64\xdb\x3c\x47\x85\x1b\x2a\x9b\xe8\x85\xc0\xc6\xe4\x46\x88\x3c\xdb\xda\x07\xa4\xbf\x9e\xa7\x3c\x2c\x8d\x28\x58\x18\x2f\x92\x6d\x0e\xa6\x8f\x27\x25\x2d\x40\xae\x93\x59\xa9\x81\x9d\xb4\x4e\x0c\x59\x01\x76\x23\x16\x07\xc4\xeb\x00\xe0\xad\xce\x61\x3b\xe6\x0a\xb8\xbf\xa6\x93\x37\x81\xf5\x58\x85\x05\x66\x98\x2c\xc5\x2d\x76\x1a\x6e\x63\x39\xb3\xf0\x7d\xbb\xf9\x3f\xeb\x4b\xd1\x83\x2c\x73\x9c\x5e\x85\x8e\xfe\x79\x8f\xa3\x0b\xc5\xfd\x99\x18\xe1\x2d\x70\x4b\x9e\x25\x88\xdf\xb2\xf4\xeb\xec\x9e\xa5\xe1\x79\x2a\xf9\xbb\xc7\xfc\xf1\x4f\x48\xe3\xcf\x70\xff\x23\x0a\xf4\x0a\xe2\x5c\x86\x00\x04\x50\x20\xb1\x61\x09\x5c\xa0\x7b\xe7\xee\x3a\x4b\x4e\x6f\xeb\xdb\x33\x64\xff\xbe\xf4\xa1\xc8\xb8\x2b\xcd\xff\x77\xb7\x2c\x50\xfe\xab\x12\x10\xf8\x7b\x8a\xb9\x50\x17\x4b\xf4\x74\xb7\x4b\x07\xfc\x69\x8a\x3c\xae\x04\xbf\xb2\x4b\xfb\x4f\x1e\x9d\xfd\x2c\x4b\xfe\xdd\x93\x37\x7e\xd2\x5a\x4f\x5e\x68\x47\x9b\xf9\xa3\x1a\x17\xef\xfb\x83\x0a\x1b\x58\x9f\x7f\x54\x51\x30\x06\xff\x88\xc2\x9e\xce\x9f\xff\xef\xb7\x9b\x6f\x17\xda\x03\x91\xf5\xe5\x23\xa6\x34\xed\xb8\x82\x34\x59\xd7\x5e\x69\x5f\x03\x10\x03\xf6\x84\x92\x01\x98\xd1\xd3\x7d\x2e\xf2\x0c\x22\x7f\x91\xb3\x20\xaf\xce\x73\x05\x14\x95\x03\x26\xc7\xb9\xdd\x05\x95\xfc\x1f\x17\x13\xde\x22\x7b\xfc\xe5\x55\xda\x5b\x2d\xd3\x1e\x53\x4c\xec\x97\xab\x74\x9d\xb6\x85\xe5\xbe\xf0\x33\x8d\xfa\x7f\x7f\xfd\xfa\xfd\xe2\xb3\x3c\xaf\xc7\xb7\xaf\x5f\xbf\x9f\x7a\xfd\x3d\x55\xdb\xeb\xd8\x35\x72\x69\x88\x3a\x97\xc2\xd8\x5e\xb0\x2d\xf9\x27\xa0\x69\x1c\x59\x00\xe8\x0c\xdd\x93\x6e\x22\x49\x1b\xd8\xdf\x9b\x52\x2b\xd8\xc5\x52\xf5\xcf\x97\xef\x5a\x1e\x10\x8e\x1e\x10\xf6\xf9\x41\x4e\xdc\x17\xd3\x46\xde\x00\x94\xde\xba\x3d\x2d\x0f\x08\x47\x0f\x78\xee\xae\xf9\xb8\xfc\x7d\xc6\x25\x4f\x5d\x76\xb2\x7d\xfd\x01\x5a\x5f\xe6\xe3\xd2\x5f\xba\x67\x3e\x6e\x9d\x43\x05\x0e\xef\xba\x1c\x7f\xe6\x4d\x11\x80\x61\x58\xdd\x8f\xdb\xe6\xa5\x7b\x1e\xde\x97\x22\x21\x5d\xe5\xd4\xa8\x3a\xb1\x4f\x01\x18\x4d\x83\x0a\x6e\xbb\x5e\xa2\x51\x60\x15\x69\x73\xec\x80\x09\xc8\xb6\x2f\xc7\xd2\x49\x39\x72\xaa\xc4\xef\x60\x85\xe8\x61\xf9\x5a\x94\x8b\xe4\x2c\x99\x72\xa0\xde\x2e\x07\xa8\xa4\x85\x6d\xfc\xde\x99\x89\xf0\x9b\x5d\x2e\x47\x44\xdc\xd9\x64\x95\xde\x61\xc6\xaa\x99\x5a\x5e\xb3\xc3\x19\x94\x04\x68\xdc\x5e\x29\x3b\x3f\x71\x52\x1a\xa0\x28\xb6\xc5\x59\x6c\x71\x56\x68\x56\x23\x98\x10\xd3\x11\x60\xd3\x37\xd9\xe4\x82\x1c\x46\xbd\x2a\x05\x70\x69\xe2\x40\xba\x71\xf7\xe0\x28\x7a\x6d\x7b\x90\x8b\x44\x7e\xf9\x80\xd5\xf4\x74\xae\x7c\xbf\xb9\xbd\xf0\x28\xd0\x72\xbe\xb6\x73\xef\xa8\x7b\x32\x26\xe9\x56\x15\x96\xe7\xab\x2c\x20\xea\xc8\x5d\x81\x32\x10\x6b\x25\xdb\xcf\xb8\xba\x41\xc4\x24\x7b\x20\xac\x72\x5f\xd2\xf8\xbc\x8f\x83\x14\x1a\x41\xa3\xdc\x60\x26\xb0\x1d\x52\x9d\x76\xb7\x42\xd7\x95\x30\xc0\x3f\xdc\x10\xb4\x26\x04\x18\xef\x6c\xda\x69\x2a\xb0\xa0\x48\xac\x26\x45\xe6\x4e\xad\xdb\xa7\xb6\xd8\x12\x35\xbb\x59\x50\x84\x96\xb5\x80\x3e\x37\x0e\x13\xa5\xb8\x02\x1b\x29\x67\xa4\xa0\x7f\x9b\xae\x5e\x83\x1f\xf5\x35\x1b\x58\x1d\x26\x8e\x41\xa5\xaf\x61\xd3\x92\xc0\xd5\xd4\xcf\x85\x53\x41\x01\x96\x67\x13\xa9\x92\x8e\x7b\x4a\x6d\x82\x39\x45\xaa\xbf\x63\x38\x7a\x47\x4f\xbf\x24\x4f\x80\xc2\xf0\xac\x38\xa1\xda\x9f\xd9\xc6\x17\x82\xc5\xb3\xe2\xc4\xe9\x00\xb8\x50\x6f\xfd\x7e\xf3\x8a\x3d\x33\xa5\xbd\x3b\x74\x19\x0e\x69\xde\x37\x3c\x34\x70\x01\x4e\x35\xc8\x93\x1b\x00\x0b\x05\x4c\x55\x0e\x05\x0a\xb4\x29\x74\x61\x03\x07\xc4\x8c\xa3\x96\xc0\x29\x47\x9b\x4e\x5a\xec\x06\xf5\x53\xb8\x6c\x53\x58\x82\x62\xc5\xc1\xa1\x71\x03\x0e\x8f\xe6\x61\x37\xe6\xe4\x34\x2c\x6d\x42\x36\x00\xf6\x95\x04\x83\x99\xe2\x0e\x93\x7e\xdb\x1c\x6d\xfd\xb0\x72\x31\xbb\x5b\xe4\x94\x27\xc6\xd1\x63\x09\x9d\x0a\x88\x3a\x50\x1f\x60\x92\x6d\x72\x97\xe5\x15\xb2\xe3\x9e\x36\xf0\x63\x01\x4e\x16\xbc\x17\x00\xd6\xcc\x34\x4c\x4b\xd1\x70\x7a\x84\xf2\xfd\xe6\xdb\xbb\x2f\x1f\xd7\xdf\x3e\xdd\x4d\x9f\xbe\x5c\xb8\x23\x7d\xbf\xf9\x16\x6f\xbe\x7c\x8c\xd3\x72\xd7\x6b\x18\x45\x63\x37\xf3\x34\xd9\x7a\xa5\xb5\x52\xae\x60\x71\xb7\xe5\xaa\x52\xb7\xb9\x14\x07\x71\xb7\x6f\xe6\xba\xac\x63\x9c\x4c\x78\x1c\x6a\x4a\xd6\xf2\x87\x7f\x7d\x10\xc6\x69\xe6\x62\xcd\xcc\x70\x1d\xc4\x1f\x93\x10\xe4\x89\x46\x8d\xd4\x96\x57\x94\x19\x4c\x43\xc3\x81\x99\x09\x3c\xb0\xbc\xb0\x6d\x42\x91\x71\xa4\xea\x33\x16\xdb\x19\x15\x18\x2f\x75\xd8\xfc\x6e\xd6\xd0\x69\xac\xad\x69\x4b\x0f\x05\x9a\x5b\x47\x3c\xde\x42\xd8\x02\xba\x97\xbe\x1c\xa7\xec\x92\x3b\xea\x97\xae\xc7\xbc\x2f\x53\x4e\x0e\xda\x52\x93\x2d\x98\x05\x76\x26\x53\x97\xb0\x5d\x48\x80\x0d\xc8\x27\x2c\x32\x34\xd3\xde\x3c\xc9\xea\x6b\x51\xa7\x34\x62\x85\x3b\x38\x82\x06\xb9\x40\xf1\xb4\xf4\xc3\x2d\xbc\x79\x47\x94\x02\xa6\xe1\x86\x2d\x1a\xc4\x6e\xd9\x96\x88\x58\x07\x09\x5b\x9b\xf7\x1c\x1d\x6e\x37\x5b\x25\x4a\x31\x0d\x2a\x23\x75\x17\x61\xdb\xa7\xee\xd7\xec\x7d\xcb\xec\xb7\x07\xdc\xee\xa5\x82\x2e\x6e\x8a\x1d\xa7\x02\x38\xf9\x66\xac\x2f\x4c\x22\x56\x0e\x80\x78\xc6\x98\x4b\x81\x5b\x8b\x6d\x6b\xee\x69\x10\x5a\xb5\xf5\x26\x82\x9d\xbc\xc2\xce\xec\xb8\x2c\x54\xb1\x11\xee\x92\xec\xb4\xdd\xd9\x16\x4f\xca\xae\xc7\xda\x4d\x6d\x93\xbb\xcd\xab\x42\xb9\xcd\xd5\x6d\x85\x85\x06\x4f\x76\x03\x75\xdc\x10\x70\x58\x01\xcd\x97\xdd\x7c\xd6\x1d\x27\x74\x00\x32\x2f\xe3\x39\x00\x8b\xaf\xf3\xe2\xff\x80\x5a\x01\x66\x14\x50\xd6\xbd\x4d\x56\x68\x2c\xd4\x5a\x10\xaa\x05\x08\xfb\x8c\x37\x83\xa1\xf2\x54\xd1\xfc\x7e\xf3\xed\xea\x66\xfe\xe5\xf2\xc9\xb3\xbd\x99\x7f\x79\x65\xbd\xea\xbb\x49\x03\x78\xab\xc9\x09\x35\x20\x52\x74\xf0\x6a\x00\x22\xf4\xb9\x55\x4c\x7f\xff\x2a\xc6\x41\xf2\x33\x6b\xd8\xf5\xd9\xd5\xc3\xde\xfc\x62\x59\x76\xf7\xf2\xa7\x92\x6c\x7e\xea\xf3\x32\xed\x91\x7a\x53\xa7\x52\x7c\x75\xe6\x4d\xae\x62\x73\xde\x5f\x58\x4c\xf1\xf7\x66\xe0\x35\x00\xc1\xc0\x3e\xd2\x71\x12\xae\x02\xac\xd6\x66\xc2\xd5\xa3\x06\x6c\x63\xd7\x82\x75\xf8\xbd\x73\xac\x05\x63\x38\x0b\xa6\x8d\x62\x9c\x8b\x2d\x2b\xde\x92\x65\xdf\x94\x68\xcb\x84\xe3\x98\xa6\xd6\x9a\x65\xa0\x39\xfb\x58\xda\x13\x38\x5f\x5a\x48\xfb\xba\x57\x98\x74\x47\xc1\x96\x6d\x22\x95\x23\xa8\xb1\x08\x0e\xa0\x18\xc6\x6d\x2c\x4c\x29\xfa\x29\x9b\xda\x6c\xc9\x26\x7c\x33\xc4\xc2\x58\x3b\xd5\x0e\x16\x9e\xa1\xbe\x7d\x28\xf5\x1a\x6c\xa1\x0a\x83\x86\xf5\x71\x63\x3f\x3e\x59\x92\xdd\x81\x1f\x71\x34\xc7\x15\x1e\x2b\x36\xdc\x81\x1f\x0c\x23\x74\xca\xd8\x61\x74\x60\x8b\x19\x26\x61\xda\x36\x3c\xb1\x09\x19\xfb\x9d\x46\x0e\x5b\xcd\x42\x4e\x74\x1b\x59\x18\x9e\x28\xb6\x83\xcd\xa0\x20\xc0\xc1\x49\x05\x7c\x6d\x07\xa5\xbf\x83\x40\x4b\x60\xce\xa4\x05\x45\x33\x1c\x90\x0a\x18\x2a\x7c\x51\x6a\x6a\x95\xc8\xdc\x88\x07\x1c\xdf\xbc\x79\x04\xe0\x95\xdc\x17\xb9\x5c\xe0\xd6\x94\x31\x97\x6d\x09\x04\xce\x57\xcd\xb1\xdb\xac\x0c\x3d\x51\x3e\xd5\xf1\xbe\xdf\x7c\xfb\x5f\xbf\xfc\xe7\xcd\xfd\xe7\x8f\x97\x0f\xc8\xaf\xbf\xc4\x8f\x76\xc7\x63\xfd\xb5\xea\xd3\x6d\x6c\x0f\x6f\x96\x8a\xf5\x89\x14\xe0\xc6\x0b\x47\x5b\xc6\xc7\x5a\x1b\xb8\x52\xc0\xa5\xa3\x05\xb4\xf4\xcc\x12\x54\x2a\x5a\x85\xe5\x2a\xf3\xa0\x51\xe7\x58\x0a\x8c\x56\x99\x46\x5f\x4b\xa9\xd6\x9f\xd5\x5e\x55\x14\x92\x5a\x0a\xe2\x74\x25\xa2\xbb\x9f\xa2\xc9\xfd\xe8\xdb\xe4\xa4\x5a\xc9\x51\xb2\x72\x23\xe6\x09\x43\x39\x24\x53\x46\x54\x42\x06\x09\x0d\xf2\x5b\xb7\xf1\xa6\x74\x5a\xc8\x91\x0a\x31\x08\x12\xf2\x58\xc7\xe1\x6e\x9e\x03\x44\xac\x05\x31\xe7\x01\xc5\x59\x6a\x6b\x4a\xc7\xc8\x33\x6a\x1a\x96\x9a\x26\x38\x71\x15\x1b\x33\x03\x9e\x35\xcb\x70\x16\x97\xa8\xef\x50\xdd\x88\x37\xc9\x8e\xe6\x86\xea\xfa\x5b\x1f\x95\x3a\x79\x75\xb1\xc4\x00\xd6\x4f\x97\xfc\x5e\xdd\x43\xf3\x62\xc4\x99\x6c\xdc\xfb\xec\x24\x1a\xd9\xd4\x86\x4d\x06\x4b\x21\xd7\xbe\xb5\x65\xe9\xe1\x36\x16\xb1\x3d\xd9\x72\xed\x52\x57\xdc\x0a\xed\x2f\xc4\xde\x43\xc1\xe0\xeb\x7d\x8b\x93\xf7\x32\xef\x72\x3e\xbc\xb7\xfa\xb7\x4c\x4d\x36\xe2\x20\x6d\x80\x44\xb5\x55\xb1\x6d\xf6\xbf\x3d\xbc\x6f\x20\x45\x5b\x1e\xfa\xa8\x3e\xbb\x5f\x10\x0e\xd7\xea\x0c\x2a\x56\xff\x89\x01\x4c\x9b\x55\xaf\x1a\x48\xcb\xac\x3c\xcd\x9d\xa4\x6f\x24\x01\x1a\xd0\xda\xe5\xf0\x2c\xff\xed\xe1\xbd\xbd\xa2\x0c\xbb\xf1\xb8\xb4\x3c\x84\x70\x71\x1b\xad\x12\xa7\x1e\x87\x18\xfe\x9b\xcf\xbf\x5c\x68\xb6\x59\x46\xff\xfc\xf9\x97\x27\xc6\x9b\xfe\xc4\x8b\xab\x0a\xef\x0d\xe9\x0c\x2f\xb5\x6c\x43\x75\x93\xf3\x1e\x74\x8d\x33\x0e\xc5\x5a\x27\xcd\x53\xb3\x05\x47\x6d\x34\x1e\x24\x18\xdb\x8b\x9d\xd5\xa5\xce\x18\x9f\x02\x67\x8a\x3c\xb9\x9f\x5e\xc3\x56\xab\xf0\x19\xc0\x3d\x96\xd3\xe4\x94\x8e\x9d\xda\x0a\x0f\x28\x7c\xcf\x12\xa1\x3b\xb4\x3e\x80\xf4\xf1\x12\xba\x48\xc9\x21\xa3\x15\x0e\x33\x36\x18\x1d\x4e\x10\x49\xae\xf7\x8c\x09\xb7\x29\x40\xde\x1b\x8a\x0a\xec\xab\xeb\xbe\x05\x91\xa9\x0d\x7f\x3e\x2a\xbd\xc1\x72\xcd\xa5\x50\x63\xaf\x6d\xf0\xda\x3a\x59\x8b\x2a\x72\x05\xbc\xda\x86\x35\xef\x5c\x19\x3b\xa6\x42\x3e\x3c\x23\xf8\x33\xec\xf5\x82\xbf\xea\xe1\xc6\xd9\x0f\xad\xbd\x49\xf6\xcf\xf0\x6c\x68\x45\x00\xe9\x2f\x35\x7a\xd4\xda\x4f\x8e\x62\x9b\x9f\xc3\xfa\xeb\x6e\xbd\x41\xf6\x07\xb2\xd6\x4e\xcb\x99\xac\x37\xd9\x75\x86\xc3\xe1\x7c\xdc\xc2\xd3\xbe\xae\x61\xe7\x6b\xd1\xc3\x51\x77\x1c\x77\xde\xbe\xef\xfe\x7f\xf6\xde\x6e\x39\x92\x1b\x59\x13\x7c\x15\x3c\x40\xc2\x0d\x70\x77\xfc\x5d\xd6\x70\x77\x96\x17\x59\x3b\xb3\xa3\x33\x5c\x33\xdd\x51\x21\x4a\x59\xd6\x49\x51\x5b\x2c\xb1\x4f\xf3\xe9\xd7\xfc\xf3\x88\xfc\x61\x26\xc9\x2c\xa9\x74\x4e\x77\x9f\x36\xa9\x22\x83\x11\x08\x04\x02\x70\x00\xee\x80\xfb\xf7\x85\x19\x9a\x58\x25\xee\x1a\xfa\x94\xce\xf9\xcb\xdd\xaf\xff\xed\x76\xfa\xcb\x5f\x6f\x3f\x5f\x3a\x40\xdf\xfd\x1a\x7f\x98\x9f\x78\x67\x81\x51\x97\xb5\xaf\x6a\x06\x55\xbf\x51\x9d\x12\x48\xb8\x0a\xa8\x41\x03\xa0\xac\x36\xda\xa7\x99\xfe\x0a\x04\x37\x01\x37\x9e\x72\xab\xe0\x5b\x28\x54\x62\xee\xf9\x4a\x0a\x3b\xf6\xb3\x04\x28\x9d\xf6\x88\x9d\x54\x7d\x92\x0e\xca\xd0\x46\x00\x8f\xc4\x9e\x48\xb3\x61\xa6\xc0\x61\x78\x9d\xa5\x82\xc8\xb8\xdd\x68\xed\x53\x0a\x15\xf8\xef\xea\x6f\x0f\x99\xaf\x1b\x96\xba\x40\xca\x65\x3a\xa9\x82\xdc\xe8\x74\xa1\xf0\xcb\xdd\xaf\xff\xfd\xe1\xf3\xd7\x55\xd4\x4f\xfe\xc0\x3b\xf5\x54\x76\xc1\xea\x5d\x83\xea\x93\x62\x57\xe0\x65\x39\x9d\xdd\xf3\xb4\xa0\x37\x3c\xb2\x8f\x7f\x30\x52\x7b\xbe\x1a\x05\x24\x4b\xc3\xec\x5b\x0d\xda\x2c\x97\x0a\xc2\xc9\x1b\x70\x43\x32\xe8\xf9\x32\x8d\xa8\xa0\x82\x62\x2a\x08\xef\x5c\x8b\x4d\x1e\x79\x90\x7c\x4d\x53\x9d\xa9\xa8\x2f\x9b\x87\xc7\xe9\xe1\xd7\x4b\x07\xbd\x5d\xfa\xb7\xed\xd6\xf4\xd3\x6e\xcc\xd3\xe6\x00\xd6\x13\x88\xbd\xa8\xc4\xca\x4e\x86\xa6\xb1\x4a\xa8\x4c\x35\x7a\xf3\xcf\xe4\x51\x66\x75\x07\x9b\x15\x2b\xf5\x1b\x01\x21\x6a\x69\x24\x11\x4a\x6b\x4e\xc0\xa6\xc4\x6f\x85\x5b\x9f\x4d\x04\xd8\x40\x01\x51\xd8\x88\x63\x00\x74\xbb\x04\x01\xab\x06\xf0\x66\xcd\x00\xc3\x19\xc0\x69\x2b\x55\x87\xc9\x55\xb0\x03\xcc\x64\x7e\x24\x66\xea\x97\x35\x4b\xa3\xee\x5c\x63\x91\x9d\x94\xcb\x6a\x16\xfe\x1c\x0c\x7e\xb7\x35\x27\xe8\xf7\x20\x6f\xac\x21\x0b\x0c\x25\xa4\xb3\xdb\xf6\x69\xbc\xf5\x15\x0b\xca\x4f\xa6\xf6\xe1\x1b\xd8\x79\xc4\xe1\x4c\xdb\xe2\x30\x75\x62\x00\x8c\x5c\x48\x09\xdb\x70\xb8\xdf\xfc\x6c\xd4\x9b\x3a\x48\x91\x4f\xac\x94\x27\x2f\x0e\x56\xc8\xa2\x3b\xd1\xf7\xb9\x50\xdb\x28\x1e\xd6\xdb\xae\x72\x72\x02\x4d\x0d\x96\x7f\xe4\xd0\x99\xb2\xf5\x2b\x2c\xdb\xc8\x55\x77\x0c\x4b\xa8\x49\x4e\x5c\x69\xb5\xe1\x6c\x81\x4e\x2f\x5a\x00\x73\x69\x83\x17\x7b\xe2\x4a\xfd\xca\xd7\x5f\xcc\x8e\x61\x78\x20\xd7\x05\x29\x17\x6a\x38\xe0\x73\x73\xab\xb1\x39\x7b\xa0\xcd\x17\xfd\x86\x25\x3b\xe1\x15\x2c\xc6\x8c\xf5\x2b\x93\x60\xf1\xc1\x2f\x60\x03\xab\x01\xe2\xd7\x26\x9e\x62\x87\x11\xab\x3e\xdf\xd3\x08\x87\xcc\xe0\x7f\x9c\x3c\xe0\xcb\xa7\xe9\x2f\x7f\xfb\xbf\x1f\xbe\x5c\x2a\xe3\x96\x3c\xfe\xf2\xf0\xe5\x3d\xf6\x2c\xdd\xad\xcd\x64\x88\xd7\x26\x4b\xbd\xc1\x7e\x9f\xb3\x91\x1c\x62\xe9\x5f\xb3\x5e\xb9\x3a\x03\x66\x56\x06\x15\x5e\xa9\x4f\x8e\x04\xef\x4c\x81\x87\xb8\xfc\x1b\xae\xea\xd2\xbf\x23\x25\xea\xbe\x26\x0d\x60\xfe\xcc\x23\x94\xb2\x8d\xa3\x87\xd1\xdd\xfe\x54\x27\x28\x04\x9b\x48\x0b\x6d\x13\xab\xfb\x3e\x73\x7f\x32\xf9\xb1\x41\xca\x44\x08\x51\x2f\x1a\x81\xfe\x7b\xc6\x1a\x7f\xb8\x74\xd1\xf8\xe1\x9d\x10\xc0\xb4\x23\x0a\xfe\xcf\xda\xb2\xfa\xf2\xf0\xeb\xd5\xa7\xcf\xd3\xa5\x6e\xf9\x5f\x1e\x7e\x8d\x13\xd2\xbf\x3d\xb4\x71\x3f\xa4\x83\xed\x57\x39\x0f\x30\x35\xfb\xaf\xaf\x5f\x65\x90\xf0\x1f\xfc\x8b\xf3\xb5\xc8\xda\xbf\x93\x21\x9e\x32\x74\x6c\x42\x0a\x77\x57\x41\x8e\xc4\xd8\x69\x07\x4e\x7b\xc1\x8d\x5d\x3f\xcb\xed\x99\xce\x92\x72\x9e\xc1\x2b\xf8\xf2\xf0\xeb\x5f\x6f\x2f\x76\x16\x59\x52\xbf\xd3\x1b\x7e\xe2\x03\x4e\x49\x67\x86\xce\x60\x40\x72\xbe\x59\xf7\x29\xb2\xdf\xef\x72\x85\x1b\xdf\xb0\x12\x22\x21\x28\xe4\x1b\x48\xb2\x07\x46\xf9\x56\x23\xa7\x42\xe5\xa6\xea\x26\xf2\xf9\xa9\x34\xf3\xb9\x69\x2f\x73\x3a\xa7\xa2\x20\x76\xe0\x74\x96\xe6\xfe\x24\x4a\x65\x02\x69\x42\x71\x2f\x30\xa8\x8a\x15\xbc\xcb\x41\x95\xea\x96\x9b\x89\x5a\xa3\x32\x29\xe8\x06\x9d\x65\xd7\x4f\x5a\x48\x5b\xee\x3e\x9f\x99\x3e\xd7\xc2\xf2\x0f\x4c\xbc\x36\x2e\x6e\xb1\x21\x80\xfd\x80\x48\x95\xea\x95\x82\x99\x8a\xd9\xfa\xbc\xd5\x15\x57\xd0\x01\x7b\xad\x79\xf8\x7c\x90\x7a\x93\xbb\x4d\x43\xf8\xc4\xfd\x57\x47\xe8\x16\x69\x5f\x21\xfb\xaf\xbf\x91\xe5\x23\xf7\xdf\x6d\x1f\xa9\xfb\x0a\xd9\x7f\xfd\xab\x22\xc1\xe9\xeb\x84\x22\x72\x7a\x53\x2e\xee\x52\xdd\xed\x1d\x8d\x4e\x65\x65\x2d\x3c\xf2\x96\xca\x88\x54\xf3\xca\xfa\xf1\x40\x6f\xee\xb7\xb9\xae\xf2\x8e\xfb\x60\xde\x34\xd4\x24\xab\x9c\x3b\x69\x3e\xbc\xed\x37\x57\x09\xf4\xb9\xb5\xaf\x70\xfc\x60\xf3\xb2\xfd\xe1\x3f\x33\x4b\x41\xa9\x2b\x7b\xaf\x49\x12\x82\x0c\xf7\xaf\x58\x02\x28\x3f\x1c\x5e\xe4\xde\x57\x00\xc4\xbf\x35\x25\xbf\xac\xfc\x38\x13\x12\x58\x3a\x0f\xa4\x7d\x71\x6b\x85\x5b\x1b\xe1\x1b\x7b\xd7\x07\xb3\xf6\x07\xaf\xe6\x9f\x25\x05\xa5\xb1\xe2\xd1\xa8\xb4\xab\xcc\x54\x75\xa5\x39\x5b\x85\xa4\x4a\xad\xae\x8a\x99\x29\xbc\x62\x4e\xd4\x78\x65\x35\x28\xd2\x28\xcb\xaa\x64\xa1\xd6\x56\x2a\xbc\x52\x4e\xf8\x95\xa4\xf6\xb1\xf6\xa5\x0b\xbf\xc2\x41\xdd\x7e\xff\x91\x93\x92\xb4\x95\xb4\x46\xa5\xdc\x76\xe2\x95\xfd\x73\xae\x89\x4e\x62\x7f\xa6\xf6\x64\x0a\x7a\x3e\xbe\x1b\x77\x77\xaf\x4d\x6f\x29\x56\x61\xa4\xf6\x6d\x76\xf4\x24\x58\x16\xc3\xc6\x1c\x4f\x58\x60\xc0\x6a\xd9\x2a\x2b\x55\xb8\x73\x69\x5e\x49\x37\x43\x70\x64\x2b\x04\xa7\x19\xc9\x3f\x8f\x15\x08\x56\xa5\xd9\x3b\x70\x6a\x9a\xa0\xa2\x62\x69\xf0\x6c\x38\x2a\xe0\x08\xd9\xec\x3b\x3f\x1f\x24\x03\x6c\x10\x54\xc7\x0a\x74\x7e\x38\x33\x09\xe8\x4f\x85\x58\x4e\x3f\x41\xf0\x09\x1b\xcb\x60\x9c\xb9\x1b\xf1\xf9\xf0\x11\x9b\x37\x21\x57\x9d\xb4\xc7\x9a\x88\x75\x55\xaa\x99\x61\x7e\xae\xb2\x4a\xab\x52\xa8\xb4\x15\x17\xea\x65\x3e\xaf\xd9\xaa\xbc\x20\xfe\x8c\x49\x75\xe5\x31\x9d\xa2\x24\x65\xd5\x11\x76\x6b\x4d\x5b\x57\xd9\x95\xf5\x8c\xc4\xcd\xc4\x5c\x33\x12\x7f\xff\x51\x54\x57\x66\x28\x09\x4f\xc8\x2b\x83\x0b\x57\x56\x55\xa8\x76\xab\x47\x9e\xcf\xaf\x58\xc5\x2a\x4f\x73\x5d\xb1\x35\x7e\xaf\xa4\xdd\x4f\xcd\x1c\x28\x37\xac\x8d\xd8\x46\x43\x4d\xd4\x64\x95\x11\x63\x57\xc5\x5a\xa5\x80\xc9\xc5\x4e\xaf\x84\xcb\x2a\x77\x5d\xd9\x8b\xd1\x45\xe6\x53\x2d\x24\xdf\x23\xa8\xaf\xb7\x15\xb3\x13\x05\x0c\x2b\xa8\xab\x1e\xb2\x9a\x89\x95\x59\x56\x9c\x6e\xa4\x34\x32\xdb\x6c\x95\x85\x72\x5e\x09\x95\xb1\x82\x53\xdc\x6a\x49\x42\x65\x3c\x66\x89\x7d\x65\x2a\x6b\x26\x6e\x37\xac\xd9\x39\x31\x12\x75\x6b\xb9\x41\xcd\xbb\x42\xef\xf3\x1b\x57\x47\xef\x3f\xa1\xfd\xf8\xf2\x70\xa9\x33\x8d\xa5\x3c\x0e\xaa\xcb\x2f\x17\xc7\x75\x89\x6a\xad\x89\x83\x8d\x2d\x75\x5d\x04\x46\x4a\xb9\x2a\x20\x2d\x2b\xb0\xb4\x40\x42\x90\x53\x48\xd7\x39\xd5\x2b\x78\x25\x77\x75\x36\x51\x33\xf5\x47\xc8\x65\x9d\xd5\x73\x98\xe0\x9b\x08\xb5\x26\xca\x4c\x89\x36\x42\x01\x2b\xb2\x54\x90\xfa\x15\x60\xf2\xe4\x99\xb2\x11\x1c\x6b\x18\x96\x8b\x19\x17\x59\xe0\x3b\x88\xc0\xd3\xe0\x91\xc7\x19\x11\x89\x01\x57\x9a\xf8\x7a\x59\xfe\xe6\x0f\x61\x6a\x7e\xe5\x31\x85\x92\x6a\x0a\x3a\xac\x07\x6a\x91\x86\x13\x3d\x76\xb3\x30\xcc\x3a\xea\xd8\x52\x19\x11\x1f\xf9\xfc\xb1\x80\xa4\x97\x7b\x9f\x62\x86\x75\x06\x0a\x56\x9b\x3e\x87\x57\xcc\x8d\x93\x01\xd5\x27\xb3\xd3\x80\x58\x54\x9d\x78\xd3\x9e\x93\x85\xe5\xd7\x4e\x7c\x7a\xa3\x1c\xad\xc7\x83\xb8\x0e\x3c\x87\x34\x6f\xcc\x81\xb7\xad\x3a\x63\xf7\x8d\xf6\xe4\x7b\xe9\xbe\x95\x7e\xb2\x93\x7e\xb0\x91\xbe\xb8\xe5\x75\x21\x9e\x7c\x3e\xa4\xea\x81\xdf\xa0\x9c\xab\x33\x39\x79\xa5\xec\x1e\xe3\x39\x64\x67\x97\x63\x3b\x39\x33\x6f\x7e\xbe\xbb\x7c\x07\xe7\xe1\xf3\xdd\xc9\xee\xcd\x29\x17\x88\xee\xbd\x2d\x92\xb3\x27\x71\xbf\x61\xd6\xeb\xaa\x4f\xf0\x27\x3c\xf7\xa9\xb3\x0f\xe2\x99\x4f\x65\x05\x13\x16\x70\xe6\xc4\x86\xe9\x68\xfd\xb1\x6f\x01\x71\x1c\x33\xd4\xab\x08\x42\x4f\x90\x70\x23\x26\x09\x4e\x99\x7c\x9d\x73\x03\xf5\x57\x02\xa5\x9e\x4d\x4d\xc1\x9e\x71\x7e\x45\x35\xd3\xb3\x3b\xe9\x73\xf7\x48\xfc\xe0\x9c\xeb\x41\xc1\x23\x5d\x9d\x3b\xac\x5f\xd7\xd4\x27\x2e\xae\xca\xc3\x28\xea\xbe\x5f\x56\xa3\xdd\x7e\x86\xef\xd7\xd7\x30\x7c\xee\xbe\x89\xdb\xab\x2d\xf2\xdd\xf6\xf6\xf1\x62\x05\xd7\x9b\x25\x3e\xda\x33\x6f\x36\xce\x5d\x6a\x69\x87\xe2\x63\x83\x59\x66\xa1\xca\xab\x42\x25\xaf\xb2\x99\xf7\x5e\x11\x2b\xab\x88\x55\x5e\xd9\xf7\xb9\x8e\x83\xd3\x4d\x53\xe2\xfa\xfd\xc7\xd2\xea\x4a\xb3\x90\xa2\x79\xae\x8b\x69\x6f\x55\xd7\xd2\x75\xc5\xb5\xe0\x9a\x48\xa2\xc1\x5b\x38\x07\x45\xe1\x5d\x1d\xae\xd2\x6a\x57\x87\xb3\xf6\x64\x39\xa3\x25\x78\x58\x73\x7e\x10\xa6\xdc\x57\x7e\x74\xf5\xa0\xd8\x6c\x69\x7a\x8d\xb5\x27\x7f\x90\x6c\x63\xad\x1f\x67\xfa\xa8\x44\xdd\x3e\x00\x5b\x53\x89\xaa\x4d\xf9\x6b\x2d\x36\xeb\x0b\x49\x3f\x56\x91\x64\x55\x29\x8f\xb5\x40\xc7\xc8\xa4\xc7\x1a\x54\xb5\xd7\x16\xa1\x91\xd7\x65\x28\x15\x59\x95\xd4\xa9\xca\x71\xa2\xdc\x56\x25\x15\xea\x79\x9b\x07\x55\xf5\x88\xcf\x63\x15\x8f\x3a\xa2\xb5\xb4\x7c\x6f\x1d\x61\x75\xdc\x11\xac\xcf\xdf\x1e\x31\x4c\xd9\x39\x58\xa4\x8e\xaf\x5a\x17\xd0\x64\xf5\x04\x5e\x32\x1d\xa4\xed\xec\xfc\xf2\xb5\x02\x73\x91\xb0\xec\xa8\x0a\x4c\x9b\x32\xc5\x48\x6f\xb8\x2b\xf1\x6d\xce\x83\xd4\x54\x5b\xfc\xb8\x6e\xc2\x7d\x25\xd4\x21\x52\xa6\x73\xf9\xcf\xac\x74\x35\xe7\xb1\x5c\xc1\x37\xa2\x2f\x3f\xf3\x4d\x68\x22\xbb\x81\x70\x65\xc3\x80\xcd\xc6\x65\xa0\x56\x12\xa9\x55\x8d\x55\x77\x2b\x6b\xd1\x4e\x6a\x5a\x84\x7e\x7f\x1f\xd9\x86\xb8\x4e\x69\x98\x68\x99\x52\xa3\x08\x94\xcb\xd0\x41\xad\x55\x9a\x3b\xc0\xaf\x32\x27\x70\x0d\x49\xa2\xc2\xd6\xba\x32\xa2\x35\xcd\x2a\x9b\x08\x0a\x94\x26\xd3\x00\xca\x87\x51\x4c\xf9\xf6\xe3\x2c\x5b\x02\x7d\xa5\x14\xe8\xa6\x15\x9b\x9a\x2b\x2d\xf6\xda\x55\xb1\x17\x7a\x57\xc8\x3e\x28\xdf\x0e\xa1\xb2\xc2\x61\xff\x75\x6d\x25\x64\x35\xd2\x48\xf2\xf2\xb3\xab\x18\x1e\xab\x5d\xcd\x8c\xe5\x67\xa9\x51\x9b\x74\x9e\xda\xa0\xda\xf1\xe5\x85\x57\x5c\x32\xb5\x76\xdb\x3b\xa5\xba\xf2\xe3\x62\x2a\x98\xd2\xa3\x94\x75\x42\x24\x98\xf5\x1b\x89\x59\x56\x0d\x3e\xfc\x02\x7d\x07\xdb\xae\x2b\x78\xf5\xaf\x94\x29\xf5\x95\x5f\x47\x1a\x3f\xbf\x1d\x6a\xe5\xf3\xe3\xac\xfc\x4b\xa4\x91\xa7\x32\xa8\xda\x50\xab\x79\xd5\x1d\x0b\xc2\x2a\x2e\x55\x9f\x3e\xd7\xc5\x84\xa4\xac\x72\xf9\x20\x89\xf2\x0a\x87\x99\xc7\x6d\x58\x57\x41\x07\x66\xdc\xf4\xbb\xcb\xed\x5e\x89\xdb\x2a\x97\x75\xab\x26\x15\x92\xa8\xf5\x95\x6b\x8d\xde\x7b\x61\x24\xf9\x71\xfe\xd6\x4c\xbd\x2e\xdd\x98\xd1\x8b\xcb\x07\x78\xea\xac\xfc\x38\x8f\x1b\x36\x42\xcc\x7d\xb9\xaa\x15\xc1\xfb\xf2\xad\xe5\x35\x56\x7e\xdc\xe5\x28\x62\x9d\x96\xb7\xa6\x10\x55\xef\xd1\x67\xf2\x3c\x12\x80\xd3\x9e\xf8\xf9\xee\xf6\xfe\xc2\x5e\x68\x49\xdf\x71\x5c\x2c\xe9\x00\x68\x9e\xfb\x46\x5f\x09\xb0\xbb\x41\xf8\xce\xb2\x2f\x56\x77\xfc\xe9\xd7\xb9\x5e\x21\x15\x56\xad\x64\x10\x82\x89\xb5\x3b\xe2\xc0\x69\x00\xdf\xf3\xbd\xc2\x1d\xff\x7a\x5e\xc1\xd4\x85\x77\x7d\x59\xd5\x79\xed\xc1\x57\x4b\xf6\x14\xb1\x0f\x70\x5a\xb4\x19\xd6\xb5\xd5\xeb\x99\x38\xf9\xcf\x7c\xd7\x99\x66\xba\xfb\x72\xf3\xe9\xee\x42\x46\x56\x24\x8f\x4f\x9f\xee\xfe\xfa\xce\xda\x5a\x5e\xd6\xd6\xa4\x22\xb0\xdf\x4c\x85\x3a\x45\x44\xe0\x14\x30\x9e\xb7\x8e\x90\x65\xb0\x90\x81\xe3\xb9\x98\x21\x3b\x74\xaa\x95\x0a\x7b\x84\x63\xce\x20\x33\x4e\xc5\x9d\x08\x06\xd5\x02\xc8\x22\x1a\x82\xd5\x28\x0e\xa5\x62\x35\xaa\xd4\xef\xb4\x83\x77\x62\x08\x96\x1d\xb1\x3d\x8a\xf5\x1f\x78\xa1\x98\x45\x25\x60\xdf\x44\x26\x4f\xd1\x5f\x65\xda\x21\x02\xb6\x01\xa4\xc1\xa6\x0f\x0b\x5c\x9d\x4c\x11\xa6\x5a\xae\x4c\xf1\x6f\xee\x2d\x00\xc0\xce\x86\xc2\x24\xcf\x3f\xb8\x43\xa8\x0d\x54\x95\x83\x87\xc7\x85\x51\x1f\xb9\x54\xf7\xe9\xb4\x0b\xd1\xd4\x21\xb3\x95\x47\x89\xc8\x2d\x36\x9b\x96\x63\xc6\x56\x87\x75\x78\x7d\xc6\x02\xa4\xe9\x5e\x02\x3c\xa9\x14\x6c\xc4\xee\x4e\x54\x18\xab\x7e\xc7\x66\x81\x97\xc5\xdd\xee\x11\xe1\x26\x76\xdb\x4e\x96\xf3\xe0\xe7\x55\x67\x71\x1a\xfc\x34\xea\x6b\x8e\xa9\x55\x5f\xf5\x4b\x7d\x35\xf2\xe4\xc9\xbf\xe4\x5c\xf0\xdf\x06\x61\xac\xf0\x2e\x4a\x08\xd6\xc4\x16\x0c\xd7\xe0\x4c\xf2\xa1\x3f\xda\x20\x82\x8d\x8f\x01\xd6\x51\x8e\xfd\xfa\x8d\xc0\xc4\xd7\x4b\x7e\x46\x7e\x3f\xfd\xe5\xee\xcb\xe6\xf3\xc3\x6f\x3f\x5f\x3a\xe7\x1f\x3c\xf1\xce\xde\xd7\xb4\x0b\x9c\x1b\x4e\xcc\xc1\x43\x68\x6c\x63\xc7\x96\x3b\x57\xea\xf2\x41\x4d\x7a\x82\x1f\x1d\x4f\x02\x4e\x21\x90\xd8\x4d\xad\xd4\xc6\x07\x53\xeb\x46\xf0\xa3\x27\x11\xc9\x21\xc3\x3f\xf9\x18\xdf\x31\xcf\x6e\x9a\x65\x6b\xf2\xa3\xa8\xe6\x76\x94\xa4\x39\xbe\x11\x69\xdd\x46\xb2\x59\xed\x43\x66\xb3\x52\x17\x6f\x78\x33\xbf\x4b\x06\xa1\x49\xed\xb7\x50\x6a\x7b\x98\x7f\x66\xfc\x0c\x36\x1b\xb0\x50\xd5\x09\x71\xb3\xf0\xd9\x22\x20\xfa\x74\xb1\x22\x34\xeb\x4e\x04\xf4\x94\x4b\xb1\xc0\xf4\x18\xe8\xf2\x3d\xa6\x83\x0e\xc0\x82\x51\x3f\xa8\x04\x95\x5d\x9d\xd4\x20\xa6\x7e\x78\x6d\x8e\xf9\x38\xd7\xe9\x60\xdc\x48\x09\xbe\xe9\x67\x2b\x35\xf7\x0c\xba\x0b\x3d\x7e\xeb\xec\x8a\x6e\x95\x8a\x5e\xa9\xe1\xa4\x56\x7d\xe4\xf4\x5a\x05\x22\xd8\xcb\x4a\x65\xf5\xf0\xcd\xb4\x39\x5f\xa9\xf6\x47\xf4\x4a\x75\x2f\xad\xb2\xfc\xcc\x30\x67\xc0\x00\x50\x92\x73\x03\xf0\xc3\xc3\xaf\x7f\xbd\xfd\xe9\x52\x22\xca\x7d\xfa\xf7\x66\xcc\x9d\xca\xda\xe1\xa2\xc6\x08\x87\x58\x9b\x6d\xd3\xdd\x59\x45\x11\xc6\x81\xe3\x9a\xc5\xac\x00\x27\x0e\xc4\x15\x1c\xeb\xf3\x7d\xce\x82\x9e\xcb\x54\x79\x8d\x71\x0a\x19\xcc\xa9\x96\xa7\x4b\x0d\x9e\xc3\x76\xff\x70\x79\xbe\x8f\x23\x51\x81\xb4\xb5\x8a\x44\xa0\x7b\x54\x24\xaa\xfe\x06\x7f\xb6\x99\x32\x72\x94\xa7\x0f\x8a\xe9\x6a\x1e\x5d\x17\xdf\x62\x9c\x2e\xbe\xc5\x95\x0f\x7d\x8b\x31\xda\xee\x2f\x47\x2e\xf5\x3b\x19\x6d\x8e\x9f\xb1\xcc\x9e\xef\x73\xaf\x70\xab\x32\xb5\x16\x0c\x89\x32\x33\x53\x4e\x11\xd3\x89\x1d\x62\xa7\x3c\xfc\xcc\x13\x24\x50\xf9\xf3\x98\x8f\x07\x85\x04\x28\x9a\xce\xc7\x5c\x6d\x74\xc3\x71\x12\x9f\x57\x32\x07\xcb\xcc\xcf\x96\xcc\x0e\xdf\xba\x7b\x69\xd8\x25\xc6\x87\x22\x5c\x09\x59\x85\x93\xe3\x3b\x0f\x5d\xfc\x4d\x07\xe5\x3d\x7c\xd5\x7b\x4f\x2d\xab\xa2\x4b\xfe\x07\x07\x2f\x89\xdf\xdc\x1e\x66\x8f\x0a\x9a\x8f\x68\xf5\xe0\x47\x76\xd0\x1b\x3b\x7e\x9b\xaf\x82\x34\xa9\xcd\x19\x63\x6e\xb4\x39\xf7\x6f\xf4\x51\x27\x72\xe0\x9f\x13\x4f\xe4\xe0\x1f\xb6\xa9\x0e\xa5\xf8\xed\x87\x0e\x72\x7f\x53\xdc\x0f\xe4\xf7\xa5\x1c\xcc\x03\xc5\xc5\x2d\xb5\xae\x73\x68\x75\xc1\x4a\xed\xeb\xa5\x5b\x0f\xc4\x1b\x61\x38\x3b\x68\xb3\x6f\xf3\x45\x07\xa5\x0d\x27\x42\x30\x1f\xff\x91\x5b\xe9\x4f\x1d\xc8\x0e\x7b\xca\x7e\x1a\x28\xdf\xbc\x95\x30\x12\x40\x0a\x0e\x3b\xed\xb7\xf9\x9e\x97\x02\x50\x0f\x67\x83\x43\x01\xf8\x87\x6c\xa1\x3f\x79\xfc\x7a\x29\x00\xe5\x70\x2e\xf8\x76\xad\xb4\xf6\x59\x00\x43\xc0\xbe\xbd\xfa\x6d\xa7\x94\x4b\xf0\xe3\x82\xff\x66\x0f\xf0\xf3\x47\xd7\x42\x76\xaa\xd1\xdc\xaa\x6b\xd7\x59\x4e\x54\xa3\xf5\x3e\xf9\x89\x52\xf7\xdb\x0f\x8f\xd3\xe7\x4f\xbf\x5e\xb8\x9b\xb0\xa4\x7e\x07\x71\x86\x0f\xad\x11\x85\xd5\xf5\x6d\x20\x80\xe1\xd7\xe3\xe8\x8a\xa3\xfe\x79\x10\xc0\x15\x58\xf4\xf5\x58\xf3\x36\xed\x52\x43\x45\xd4\x6f\x1b\x34\x42\xce\x40\x1e\x1b\x31\xe7\x72\x54\x4a\x30\x75\x5f\x63\x97\xff\x10\x4c\xae\xa7\x27\x3d\x43\x8f\xb7\x11\x21\xed\xdb\xd6\x3c\xa2\x8a\xe3\xee\xec\xbc\x59\x73\x36\x8f\xe3\xb2\x06\x94\x35\xa2\xac\x4b\x09\xc3\x52\xe6\x63\xce\xbc\x3a\xd0\x40\x2f\x9f\xf7\xfa\x39\x0f\xe0\xed\xe5\xf5\x62\xc2\x33\x72\x77\x76\x2d\x72\x8e\x63\xe7\x84\x5b\xe0\xdc\xf2\xce\x6f\x3f\xfc\xf5\xf6\x6f\x97\x4a\xe1\x5f\x6f\xff\xf6\x8e\x6b\x90\x8c\x9d\x33\x68\x07\x94\x06\x36\xb1\x4a\xa6\x9e\x1d\x28\x19\x66\x5d\xcc\x92\x00\xb5\x39\xea\xb6\xb2\x47\xff\x50\xe3\x7c\x25\xbd\xd2\x48\x25\x94\xc4\xa4\xb9\x05\xe9\x42\xa5\xb2\x3b\x21\x36\x38\x23\x5e\x37\x76\x1c\x67\x78\x4b\x99\x75\xca\x71\x50\x31\x7d\x81\x46\xf1\xdd\xac\x36\xd6\xcb\x1b\x54\xfb\x55\xcd\xd4\x71\x06\x51\x16\x1a\x05\x4b\x35\x85\x6f\x46\xbd\x4a\x1e\xaa\x9b\x43\xc5\x22\x99\x99\x74\x9b\x3c\x78\xc2\x42\x92\xfd\x39\xdf\xb6\xd3\x51\x9f\x3f\x72\x42\xe0\xc9\x4d\xe6\x34\x7b\xec\x39\xd6\x6a\xd3\x7d\x88\x36\xca\xe8\xb7\x0e\x02\xcd\xcb\x1c\x69\x9e\x33\x2f\xa1\xe6\x65\xbe\xb3\x77\x06\xcc\x49\xa7\xe5\xc9\x25\x24\x5c\xcb\xe2\x0c\x68\x2f\x4f\x6f\xbf\x9a\xff\xac\x77\x47\x35\xb3\xff\x1b\x01\x4f\x01\x85\xe5\x77\xa2\x2f\xbd\xcc\xec\x44\xa4\x3f\x7d\x99\x6e\x1f\x2f\xf4\x22\x98\x13\xbf\xe7\xe3\xbc\x63\x31\xe5\xee\x64\x97\xa5\xbe\xe6\x9d\xe8\xde\x7c\xee\xcf\x38\x7f\x57\x99\x57\xad\x34\xa5\xe7\xfb\xaa\x51\x3a\xc8\x46\x9f\x84\xaf\xf3\x30\x29\x7c\xbe\x17\xc6\x48\xe5\xfd\x65\x97\xe9\x0e\x04\x0c\x0c\x22\x58\xd6\xee\x7b\x57\xc9\x03\x37\x4a\x80\x6f\x81\x37\xb3\x1f\xbc\xfb\xa0\x60\xb3\x2f\xe1\xce\xfb\x72\x87\x30\x06\x14\xfa\x33\x6c\x29\x73\xc5\xfc\xaf\x87\xed\xf6\xd3\x2f\x3f\x7f\x55\x65\xc6\xcf\xfe\xd0\x31\xe6\x78\xd7\x97\xa1\x8b\x3b\x07\x7b\x01\x1e\xfe\xae\xec\x67\xd6\xfb\x1c\x92\xc7\x6f\x1e\x0b\x07\x20\x7f\x5f\xc1\xd8\xf3\x2d\xe5\x33\x8b\xdf\x4e\x7b\xf6\xfb\x9e\xab\xd3\x5c\xc6\x17\x62\x79\xc3\xa9\xbf\xb2\xfc\xf9\x7c\x1f\xb1\x7c\x64\xaf\x9b\xd1\xb6\x4b\x0f\x3d\xf6\xd0\x31\x54\x20\x86\x24\xc5\xee\x40\xd7\x00\xfb\xc5\xf2\x34\xae\xfb\x35\x4b\xbd\x61\x4d\x1e\xf3\x92\x42\x0f\x9e\x47\xb0\xaf\x78\xbe\x4f\x58\x7b\xfd\x73\x32\xff\x98\x55\xad\xa2\x47\x7d\xea\x69\x03\x26\x9b\x57\x97\x79\xc7\xab\x03\xc4\xee\xd9\x53\x49\xbb\x10\x7b\xea\xb7\xf7\x98\x58\xf7\x5c\x6e\x05\x02\x05\x88\xb0\x31\xe3\x31\x08\x65\x87\x63\x78\xb4\xd3\x80\x53\xff\x3f\xce\x17\xe2\x7c\x7a\x80\xdb\xc4\x88\xef\xed\x89\xca\x36\x0e\xf8\x84\x36\x77\x9e\xb1\x71\x37\x91\x4e\xea\x0e\x53\xd8\xea\xdb\x8d\x05\x08\x8a\x1a\x5b\x4f\xe2\xa9\xb5\x91\x02\x2a\x7e\x8a\xd5\x1d\xdb\xc0\x21\x50\xfd\xcc\x75\x60\xe4\x6d\x6f\x59\x0f\xa6\x16\x5a\xc2\x8a\x39\xe0\x09\x2c\xdf\x8a\x80\x53\x2c\xf9\x8e\x80\x17\xc0\x11\x09\x2f\x41\xe1\x82\xba\x0b\x07\x53\x0f\xcb\x4b\x10\x6c\x03\x84\xe8\xed\x92\x44\xe2\xee\xb9\x39\x9e\x39\x03\x44\x94\x74\xe7\x9b\x3d\xe7\xef\x59\x23\xf5\xae\x6c\x53\x85\x63\xe9\x92\x33\xce\x50\x7c\xe4\xec\xc0\x19\xbb\xcf\x9e\x90\xf3\x1c\x32\x5d\xe0\x4b\x74\x50\x3d\xfb\x6a\x0c\xbb\xba\x9d\xb2\xc4\x8a\x22\x81\x62\x81\x10\x4a\x90\xad\xff\x14\xec\x02\xa5\x3a\x45\x35\x8d\x4a\xa1\x5f\xd9\xcd\xf9\xb4\x43\xe4\xec\x74\x7f\xf0\xfb\x09\x37\x77\x57\x03\xae\xce\xa7\x40\x9a\xde\x65\x18\xf6\xf7\x01\xa4\x7c\x1a\x39\xf8\xdb\xaf\x77\x9f\xbf\x4a\x73\xdf\xa5\x7f\x4f\x77\xff\xe1\x40\x77\xcf\x35\x6d\xdc\x63\xf5\x9b\xa8\xee\x55\xff\xa5\xb9\xff\x13\x6a\xee\x9f\x7f\xfd\xfc\xe9\x62\x35\xc7\x13\x1f\x6b\xef\xe3\x04\x4c\x80\x77\x64\x98\x1d\xf1\x0e\x19\x78\xf3\x39\x8f\xdd\x9a\xfa\x3b\xf1\x0e\xbd\x04\xbf\xd3\x9f\x3f\x22\xc4\x0f\x73\xe2\xce\x89\xcd\xf1\xd6\xa2\xf0\xe3\x8c\xc0\x76\x00\xb7\xe6\x37\x0e\x30\xd7\x16\xf0\x36\xec\xf1\xa6\x3e\x45\x41\x3c\x53\xf4\xbd\xcf\x16\xb1\xf5\xf9\x38\x9f\xfa\x46\xe8\xbc\xd9\xd9\x7c\xa3\x33\xce\xa7\x71\xde\xf6\xec\x56\x12\x47\xa7\x73\x10\xb8\x83\xd7\x3c\x1e\x15\x2f\xbc\x51\xbc\x93\x86\x80\x77\xfc\x0f\x0f\x0f\x17\xc2\xeb\xef\x92\xbf\xb3\x3d\x33\xc9\x2e\xca\x42\xdd\x4d\xab\x51\xcb\x9b\xb4\x16\x55\x2a\xab\xd6\x00\xa6\x9d\xa9\xcb\xca\x8f\xee\x4c\xa5\x25\x52\x6a\x9b\xb4\xb5\x1f\x4a\x6d\xcd\xac\xab\x5c\x98\x7a\xbf\x51\xd6\xf5\x9c\x1b\x67\xa6\xf1\xe1\xd0\x81\xea\xe8\x35\xdf\x7f\xd4\x9e\x56\xc2\xe9\x5a\x9a\x50\x1a\x6b\xdf\x17\x59\x95\x64\x93\xfb\x14\x99\x52\x5d\x31\xa5\x66\x13\xc8\x0a\x5a\x84\xdf\x27\x1d\xd7\xa7\x0e\x5b\x51\xf8\x46\x0a\x1f\xbf\xcf\x5f\xf0\xfd\xc7\x3c\xec\xea\xd1\xbd\x5c\xd3\x2a\x5d\xbf\xb8\x68\xc9\x6f\x34\xd7\xdb\x51\x57\x63\xe7\xda\x3f\x78\x95\xbe\xff\x38\xea\x4a\x81\xe9\xbf\x62\x85\xf3\x7b\x5e\xc1\x6c\xf9\xb0\x5c\xb1\x6b\x9e\xe8\xfb\x7b\x6b\xd1\x0e\xd7\xb2\x3c\x78\x53\xf5\xfb\xfb\x14\x33\x77\xbb\x50\xd5\xfe\x3e\x69\xe1\x4f\xf7\xf7\x97\x62\x03\x7b\xda\x77\xfc\x3e\x27\xdd\x6d\xbd\x0d\x87\x9e\x00\xbe\x32\x40\x4f\x1d\x05\x15\xa8\x30\x40\xe7\x10\x75\x34\x2c\xe5\x47\x49\x0e\x1d\x60\xc3\xbc\x5d\x8d\x03\xc0\xa6\x95\x12\x64\xb4\x81\x40\x09\x68\x73\xa5\x87\x22\xa4\xd5\xcf\x37\xb9\xda\xd4\xda\x69\x40\x17\x40\xb0\x32\xc6\x4c\xa4\x09\x9e\xfe\x77\xbe\x7c\xa1\xc8\x69\x00\xd0\xe8\x50\x89\xdd\x15\x43\x00\x65\x91\xb1\x8d\xc6\x60\xc1\x49\x08\x9c\x84\x62\x52\x27\x81\x33\x20\xf4\x4c\x82\xf7\x56\x01\xdc\x53\xe5\x08\x20\x78\x53\x0c\xc4\x6d\x15\x99\xb8\x80\x77\x89\x8a\x80\x9a\x05\xa6\xe9\x68\xa1\xc0\x57\xa0\x03\x73\xa8\x80\xa2\x08\x61\xe3\x03\xdc\x32\xaa\x7e\x33\x96\xb6\x56\x69\x54\x7b\x18\x9d\xb4\xc1\xb5\xad\x41\xcd\x80\xef\x7c\x62\xac\x49\x76\x80\xb1\x76\x92\xbe\xb5\x82\x26\x0e\xa5\x39\xef\x54\x22\xe9\xa1\x01\x4f\x68\x80\x88\x11\x14\x36\x5c\xa9\x01\xed\x7a\xe8\x3a\x37\x01\x70\xdb\x18\x13\xa0\xe6\x04\x28\x1c\x89\x3a\x07\xf8\x9b\x64\xc4\xaf\x03\x12\xf7\xf9\x63\x65\xe7\xd3\x8a\xd9\x75\xe5\x04\x52\x9b\xe2\xbe\xd6\x1c\xcb\x82\x9b\x32\xe0\xa9\xdb\x11\xe9\x3f\xdc\x21\x84\x32\x22\x2b\xb1\xc8\x91\x37\x40\x44\x82\xbe\x97\xf3\x8c\x79\x83\xb0\xf7\xe1\x89\x00\x7a\x76\xa5\x35\x9b\x86\xa6\x50\xe8\x55\x1d\xef\xbf\x70\xd0\x0c\x0a\xc8\xc7\xb3\x6f\x9e\xbe\xc9\xab\xb9\x8e\xfd\xab\xb9\xa4\xe5\xd5\xec\x15\xf0\x67\xbe\xda\x26\xd8\xe5\xcd\xa5\x2f\x2f\x16\xb0\x5f\xbe\xee\x44\x05\x9c\xb6\xf3\x50\xed\xd2\x7d\x63\xb9\x31\xe8\x60\x80\xab\x3e\xaa\xbd\xb2\x2b\x00\xcd\x00\xe8\x52\x2b\x02\x98\x81\x65\xdf\xd5\xac\x0b\x9c\x3c\x9e\x7b\x6a\xfa\x73\x9e\x7a\x1d\x57\x1e\x78\x72\x67\x9d\xcb\x4a\x66\x33\xdc\x66\x6c\xda\x17\x88\xb3\x8f\x87\x40\xb5\xfe\x7f\x38\x80\xab\x3d\x04\xaa\x3d\xc7\x3d\x63\xc3\xe1\xa7\x5f\x7e\xfe\x9f\x0f\x0f\x17\xba\x2f\xcc\x0f\xc4\x5f\x1f\x1e\xb6\xef\x8d\xa2\x8b\xbd\x67\x5d\x6a\xa6\xbc\xfb\x0f\xeb\x52\x0e\x41\xbf\x74\x29\x45\xa4\x23\xfe\xfd\xf9\x5d\x6a\x7e\xf5\xdc\xa5\xec\xb5\xec\x15\xf0\xa7\x77\xa9\xf9\xcd\xde\xa5\xd4\x9d\x25\x35\xbf\xe1\x97\xf8\x5f\xb5\x4b\x69\x4a\xb3\x47\xdc\x66\x76\xb4\xcb\xc3\xa6\x45\xf8\x26\x9e\x4e\xa3\x61\x38\x48\xb7\x56\x2b\x87\x2b\x9c\x08\x24\xad\x0e\x0f\xd4\x6e\x32\xcf\x8a\x74\x05\x0b\x88\xd4\x13\x55\xba\xba\xb2\xfa\x7b\x16\xb5\xa6\x84\x95\x12\x8d\x2a\x94\xea\x6e\xfd\xe3\x71\x5e\x38\xc1\xa5\x30\xcc\x84\xbc\x66\xd6\xd9\xcf\xef\x3f\xb9\x2c\xcc\x9d\xca\x94\x13\x69\x0e\x02\xd2\x9a\x44\xaa\x61\xc0\xb9\x07\x4a\x15\x2a\xce\xd4\x1a\xb1\x09\xb9\xed\xd5\x1a\xd9\xab\x35\x72\x32\x60\xfd\xed\x97\xdb\x9f\x1f\x7e\xfe\xed\x42\xbb\x6a\x49\xfd\xf6\x48\x55\xc7\x62\xdd\xb7\x14\xf2\x30\x15\x7a\x5d\xa9\xb6\xc0\x20\x75\xfa\xc0\x95\xaa\x4a\x98\x7f\x76\x2c\x48\xbd\xd0\x90\x9b\x82\x58\xe7\x7e\xc3\x70\x07\xdc\x46\x01\xac\x7e\x6a\x53\x2c\x24\x39\x3a\x40\x8d\x52\x1d\x7e\xca\x29\xa4\xe7\xfb\x52\x85\x44\x10\xe4\xdc\xd7\x65\xf7\xd6\xfd\x33\xbc\x7f\x86\xf1\x8c\x65\x8c\x0a\x6e\xfb\x37\xa2\x00\x08\x4c\x2e\x91\x49\x10\xad\xd9\x9a\x69\xfa\xcd\x9b\xdf\x6c\xff\x41\x63\x84\x46\x29\xc3\xbd\xb3\x82\xa9\x66\xd9\xad\xc7\xa9\xa5\xe8\xd8\xe4\xb5\x6e\x96\x98\xd4\x61\x7a\x4b\x98\x7f\x16\xd3\xd7\xcc\x70\x25\xc5\xfb\x47\x7d\x8a\x83\xa9\xb4\x29\xa1\x9b\x76\x77\x3c\x8c\x15\x28\x8a\x45\x00\x25\x5c\xa9\x94\x2b\x10\xd5\x68\x10\xad\x20\xbb\xee\x1a\xa4\x01\xc8\x12\xb8\x2d\xbe\xf0\x31\xea\x0d\xb2\x9e\x52\x1c\x36\x02\x38\xc0\x50\x87\xbe\x08\x4c\x2d\x56\x1a\x03\x25\x04\x16\x9b\x3e\xdf\x17\xa7\x11\xcc\xa6\x5a\x4e\x20\x1d\x11\xca\x25\x12\xdb\xc7\xb2\x46\xc5\xcf\x26\x4a\x37\x0d\x50\x58\x01\x3e\xd2\x06\xc0\x23\xc1\x59\x54\x22\xf8\xe3\x71\x86\xef\xe7\x82\x5d\x6b\xab\x8e\xf9\xb9\x29\x8a\x69\x91\x29\x16\x1a\x3d\x82\x49\xd1\xc6\x12\x06\x9c\x15\x40\xbf\x4a\x8d\xfb\xd3\x09\xec\x27\xd1\x0a\x62\xb5\x0b\xee\x57\x4f\xbf\x41\x76\x5b\x7f\x83\xa6\x09\xf0\x94\xf6\xe6\x60\x65\xf0\x33\x2b\x03\x12\x04\x2f\x82\x3d\x52\x26\x68\xee\xc9\xf1\x00\xad\x00\xc1\x3f\x6c\x2d\x0d\xd3\x40\x1e\x6c\x65\xc9\x4e\xbd\x76\xba\x0a\xf1\xb7\x5f\xa6\x4b\x7b\xca\xf4\xce\x26\xcb\x1e\x3c\x4b\x13\x90\x92\xac\xf9\xb7\x1a\xba\x09\xdd\x07\x56\xf7\xc1\xf4\x9f\xb9\x87\x94\x42\x5d\x42\xbf\xb2\xc6\x6d\x12\x10\xcd\x38\xc0\xdb\x39\x1c\x3b\x76\x04\x4e\x83\x3a\x7f\xf0\x20\xf9\xf9\x31\x7c\x27\xb3\x6e\x74\x50\x2a\xb7\x87\xf7\x4c\x84\x5b\x74\xc2\xf4\x06\xab\x63\xfe\x99\x7d\x50\x73\xb3\x99\x75\xe8\xd6\x89\x80\x2a\x98\x79\x0e\x73\x88\x28\x36\x90\x08\x1a\x62\xd9\x0f\x33\x07\xb2\x51\x49\xe9\xc5\x55\x07\x39\x78\x91\x8b\x03\x00\x34\x92\x76\x7c\x03\xb2\x88\x97\x3c\x7f\x9c\x2b\x40\x85\x6f\xad\x98\xd5\x4b\x5b\xe7\xd2\xc6\xec\x10\xcb\x7d\x0b\xe2\xd9\xa0\xd4\xdb\x8b\x37\x53\xb1\x4e\xfd\x84\xf5\xe9\xd3\xf7\x5f\x9f\x14\x2a\x64\xbe\x39\x2d\x3f\xc0\x07\x1a\x49\x39\xfd\x2e\xaa\xdb\xa8\x26\x82\xdd\xde\xe5\xad\xd8\xc2\xfc\x73\xd4\x8a\x25\xe9\x94\x19\xa8\xa7\x29\x30\x67\x70\x07\x55\x6b\x48\x86\xf3\x74\x64\xfb\x08\x7e\x59\x19\x40\x4d\xcb\x7d\x13\x4f\xda\x12\xc3\x91\x0d\xf8\x5c\x3f\x00\xe7\xce\x9b\xb4\xd7\xb9\x2d\xf7\x95\x77\x4e\xaa\x2f\x0e\xf5\xfc\xdb\x2f\xd3\x29\x4e\xe7\x49\xb8\xc3\x0e\x25\x49\x5a\xb2\x2e\x9f\xc5\xb4\x8e\x2b\x1b\x3e\xb5\x74\x30\x7f\xa4\xd4\x03\x8f\x4e\xbd\xf7\xd0\x1b\x0d\x78\xa9\x16\xea\xda\x03\x98\xc0\xcc\x6c\xef\x94\x6a\x47\x68\x80\x30\x4c\xfc\x0c\x6e\x4f\xa6\x66\x92\xca\xd5\xba\x7d\x26\x01\xd6\x9a\x54\x41\xf8\x02\xb4\x0b\xc4\x2f\xd4\x92\x71\x7e\xcd\x4a\x39\x01\x6d\x4d\x47\x9f\x97\x6a\x07\xd6\x3f\x53\x43\xa5\x26\x57\x0d\x5b\xbd\xb2\x1e\x25\xe2\x5d\x4a\x31\x40\xf7\xbc\x03\x35\x99\xaa\xd9\xc2\x58\x23\x34\x7b\x78\x64\x60\xa3\x9a\x8d\x0c\x5c\xfd\x12\x80\xcb\x59\xd6\x6a\x76\xb6\x04\x35\xab\xfd\x4a\x5b\xa7\xac\x23\x20\xce\x3e\x5b\xbb\x07\xb1\x91\x7c\xe0\xb4\x34\x1a\x9a\x67\xa0\xa2\xa3\x3d\x6e\xdf\x88\x0e\xac\xd7\xa2\xc5\x12\x81\xa1\x58\x3a\x3b\x47\x71\x1a\xd1\x73\x74\x37\xa2\x1c\xf1\xb6\xbc\xd5\x4c\xad\x00\x53\x4b\xc7\xf3\x47\x38\x07\xd6\x8d\x7d\x47\x2a\x63\x5a\x32\xc0\x54\xb4\x2b\x92\x67\x10\xe6\x0c\xf0\x6c\x01\x80\x59\x99\x24\x13\xbb\x86\xc1\x0d\xf3\x6b\x17\xf8\x27\x09\x58\x8f\xad\x87\xb9\x57\x50\x0f\xd6\x5e\xb9\x47\x20\x27\x5b\x7b\xe5\x12\xad\xbd\x54\x03\xda\xab\x5b\xc7\xab\xd4\x75\x04\x34\x58\x44\x83\x05\x34\x58\x1c\x40\xd2\x43\x83\xe1\x7c\x63\x7a\x69\xd2\x69\x6e\xaf\xe0\xed\x15\xd0\x5e\xc1\xdb\x2b\xcc\xed\x65\xb5\x9b\x6a\x0b\x9a\x1b\xa5\x56\x7d\x32\x34\x7d\x3e\x39\xda\x9e\x75\xb3\xb8\x34\x5b\x9c\x9b\x2d\x7a\xb3\xc5\xb9\xd9\xe2\xd2\x6c\x9d\x46\x0b\xda\x32\x25\x31\x41\xb0\xba\xd1\x5e\xd1\x7a\xdd\x21\xcc\x34\xdb\x59\x41\x6d\xde\xc8\x81\x63\xc2\x91\xdf\xc1\x39\xd8\xfa\xbf\x7d\xfe\xf4\xcb\xcf\x97\xaa\x59\x48\xfb\x0e\xc1\x44\xdf\x71\x58\x27\x10\x51\x36\xa5\xbe\x2d\x88\xf0\x2f\xd4\x27\x21\x53\x14\xfd\x5f\x07\x43\x69\xce\x24\xee\xa4\x86\x53\xb8\xa8\xd9\x6d\xb3\x95\xf0\x8b\x5b\x09\x48\xa4\x2d\x22\xa6\x7e\xc7\x58\x89\x3c\xff\x60\xc6\x6b\x2c\x9d\xd7\x42\xbc\x05\x60\x84\x75\x1e\x27\xc4\x01\xf2\xba\x38\x22\x99\x22\x08\x5e\x42\x2d\xa4\xdb\x46\x39\x54\xa1\xba\x66\x2b\x47\x6f\xfb\xac\x5f\xbc\x7d\xff\xf2\xc3\xa2\x01\x09\xc0\x3f\xaa\x56\xa7\xb9\x16\xe4\x67\xfa\xb9\x19\x42\x23\xb0\xbd\xd2\x4c\x65\xe0\xd3\x15\xd2\xc8\xb2\xcd\x3d\xfb\x1e\x1b\x36\xd5\x00\xb8\x8e\x63\x55\x1a\xa1\x96\xe7\x7b\x49\x9d\x38\x0e\x21\x59\xab\x80\x6f\x79\xfe\xec\x38\x7f\x76\x3c\xac\xcf\x33\x35\xf3\xa2\xf8\x3b\xa4\x9d\x7d\x8d\xdb\xbc\x5b\xfd\x90\x4d\xfd\x7c\x3d\x7b\x10\x91\xdb\xe1\xf5\xda\x69\x21\xb7\xb5\xb2\x52\x0f\xcc\xf3\xdf\xaf\xd5\x94\xe5\x14\x45\xa7\x25\x9f\xa5\x21\xdd\x3f\x73\x1b\x9b\x50\xc1\xc1\x8b\x89\x02\xef\x91\x82\x5e\xc9\x34\x03\x8b\x6e\x6e\x9f\x28\xb3\x5c\xec\xb2\x3d\xe9\x2e\xff\x76\xfb\xc3\x85\xf0\x56\x5f\x2c\xe5\x7b\x71\x4b\x4b\x57\xd1\xaa\x7b\xc4\x2e\x1d\x3b\xc8\x2e\xd0\xb4\x1d\x61\x76\x9d\xf8\x5d\xe8\xeb\x9e\x10\x3b\xcf\x98\x13\x47\x88\x8f\xf3\x4a\xc5\x75\x55\x37\x8e\x6b\x7a\x1a\xf0\x5f\xc8\x35\xbd\xbc\x68\x69\xed\x32\xf7\x7e\x26\xf1\x8b\xab\xe7\xea\xeb\xdf\xee\x7e\xf9\xe5\xd3\xe3\xe5\xb5\x16\xbf\xe0\x81\xf7\x88\x6c\x7e\xdc\x6f\xd5\xce\xe8\xda\xe5\xaa\x70\x03\x9e\x54\xa7\x05\xbc\xda\xee\xa9\x0e\xeb\x5e\x19\x54\x2b\x56\x19\x81\x79\xd8\x0f\x18\x46\x71\x6b\x1b\x6d\x50\x06\xa2\x78\xce\xd8\x7e\xcf\x54\x26\xad\x0e\x9a\x93\xb1\x1b\x5d\x30\xf9\x83\x96\xad\x02\x5b\xf1\xf9\x3e\x72\x6e\x34\x42\x1b\xd4\xd6\x05\x80\xe6\xa5\x98\xc0\x73\x5b\xba\x8b\xd9\x4b\x21\xa7\x12\x7c\x3c\x51\xa5\xbc\x15\xa5\x62\xc6\x6f\x5d\x57\x6a\x41\x19\x18\xb0\xd6\xf9\x8b\x4d\x33\x66\x42\xb7\x98\x4d\x6e\xfb\xd6\x84\x00\x28\x27\x53\x0f\xc0\x0e\xc9\x04\xac\x55\xec\xaf\xc5\x3c\x53\xdc\x6a\xe2\xad\x8d\x04\xc1\x0e\x13\xe0\xae\xf2\x02\xa7\x05\x8b\x21\xb4\xe4\x1e\x13\x12\x11\xd8\x6e\xea\x45\x14\xfb\x8e\x0c\x7e\xe0\x1c\xed\xaa\x00\x94\xa3\x44\x6e\xa1\x12\x4c\xa4\xf6\xfc\xd1\xd7\x97\xd2\x14\x8b\x2c\x3e\x1c\x3b\x0f\x8e\x17\xfe\x1b\x3b\xef\x8d\x57\x49\x32\x20\x0f\x97\x69\x74\x10\x85\x2f\x6f\x3b\x3a\xe6\x74\x7b\x80\x79\x97\x76\x90\x77\x73\x90\x9e\xfb\x67\x3d\x79\x10\xe8\xd7\x20\xde\xed\x5c\x6b\x5e\x20\xde\x79\xbf\xe9\xe9\x5b\x6f\x5e\x7a\xb5\x5c\xaa\xeb\x7a\xcd\x9c\x68\xbb\x27\xb5\x23\x3f\xfd\x83\xd6\xce\x3d\x30\x2d\xd3\x59\x40\xda\x9a\xce\x82\xd3\xd5\x74\x0e\x9c\x4e\xf8\x2c\x7e\xae\x9c\xe2\xb1\x79\x0b\x7c\xc5\x20\xf5\xe5\xf1\xed\xc5\x26\x1d\xfb\x48\x78\xe0\xa0\x5e\x39\x84\x91\x5b\xc4\x05\xcb\xc6\x40\x38\x37\xd5\x6f\x8a\x6e\x17\x06\x21\x09\x83\x24\x74\xff\xdd\x48\x12\x92\xa9\x00\x15\x28\xc3\x4b\xa8\x23\x28\x5b\xae\x24\xb5\x25\x97\xc0\x0a\x4c\x6f\xcb\xda\xdf\xf5\x7c\x9f\x4b\xa6\x8a\x60\xf5\x6e\xca\x4c\xb1\xae\x0b\x84\xa1\x12\xe7\xbc\xaf\x66\xf0\x57\x9b\x31\x51\x34\x8c\x97\x35\x01\x1d\x3d\xab\x0d\x46\xa5\x83\x49\xdc\x7d\x78\x94\xda\x44\xa0\xc0\x8d\xe2\x65\x88\x73\x59\x9e\x3f\x96\x21\xce\x0b\x53\x27\x53\x0d\x8a\x1f\x6c\xb0\x63\x2c\x15\x45\x4e\xd5\xf1\x6e\x14\xa8\x3f\x8a\x4f\x1c\x11\xc0\x4d\x24\xeb\x32\x5a\xe0\xa2\x98\x86\x4b\xb0\x7f\x8e\x4a\xc4\x8e\xfc\x67\x95\x53\x1c\xc8\xb6\x99\x39\x50\x63\x2e\xc9\x61\x59\x87\x67\xfd\xfc\x11\x5a\xbb\x8d\x7e\xd1\x21\xa1\x6c\x28\xb5\x5f\x58\xbf\xe2\x3a\xa3\x06\xcb\x01\xc4\xde\xe0\x64\xd0\x80\xa0\x76\xe4\x60\x83\x7f\xf1\x03\xca\x1d\xac\xdc\xf3\x2d\xa4\xd2\xc8\x76\xc4\x67\x0f\x87\x2a\x92\xf5\xf2\xd6\x53\x71\x9a\x36\x0f\xf7\x77\x5f\xee\x3e\x5f\xde\xa9\x97\x27\xde\x27\x4e\x93\x9f\x7e\x3c\xe0\xdb\x10\xbe\xca\xdc\x11\xac\xc1\xbe\x80\x67\xe7\x09\x83\x36\x60\x70\x1d\xbe\xbb\x60\xd1\x8f\x41\x48\x09\xd6\x07\x05\x39\x47\xcd\xbe\x58\x9b\x4d\x07\x05\xce\x2d\x03\x24\xdc\x4e\x37\xaa\x32\xe5\x4c\x59\x7d\xc4\xe8\xa0\x5e\xe9\x9e\x02\xa0\xb8\x57\xa5\xba\x55\xc6\xc8\xba\xc0\xd2\x01\x44\x55\xf3\x59\x23\x45\x93\x9f\x54\xa3\x17\x31\x72\xef\xcb\xbf\xe7\xfb\x14\xaa\x4e\x59\x7d\xe9\x0b\x90\x84\x08\x71\x16\x9b\xb2\xcc\x42\x14\xc7\x2d\x37\xf5\x9c\xb8\x46\xa6\xaa\x41\x89\x25\x0a\x69\xb1\xa1\xa1\x6d\xe3\x00\xdb\xb1\x53\x97\x16\x3c\x6b\x9a\x8e\x6f\x4c\xfb\xa2\x2c\x16\xc8\x77\xa7\x07\xe3\xd2\x3c\x30\x7d\xc7\x36\x39\xca\x9e\x60\x1c\x5e\xbc\xd2\x8f\x48\x31\x0f\x1f\x78\x3c\x20\x2d\x3c\xa5\x73\x3c\x8c\xc5\xc7\x60\xa6\x3d\xc2\x0b\xf2\x9b\x64\xc6\x0a\x16\xae\xc6\xa4\x79\x6b\x7d\x4b\x24\xe4\xae\x57\xa2\x82\x8f\x57\x30\x6e\x61\x9b\xb5\x82\xbb\x0d\xa7\xdd\xc1\x41\x9d\xf5\x5e\x40\x59\x01\x2e\x1d\x48\xcf\x35\x0b\x83\xe4\xbc\xa0\xd3\xa8\xdf\x00\xe3\x74\xf7\x53\x81\x6d\xef\x48\xf1\xd6\xb1\xe7\xd5\x5f\x1b\x17\xaa\x50\x19\x5b\x2b\x87\xc6\xdc\x95\x52\x9e\x14\x38\xf7\x20\x8b\x76\x3e\x8e\x6c\x99\xa2\x4d\xeb\xcc\x13\xed\x8b\x73\x4a\x66\xad\x0f\xb0\x65\x3b\xad\x2a\x6e\x22\xe1\xf3\x7d\xd6\x79\x27\x88\xb7\x19\x74\x36\x5a\xa9\x94\x49\xc0\x74\xe4\xeb\xbf\x40\x2a\x60\xd8\x30\xa0\x14\x67\x09\x7b\x4c\x84\xc3\x6a\x7c\x7c\x51\x8f\x58\x23\x97\x1e\x7d\xa5\x9e\xfa\x88\x15\x20\xfe\x60\xc8\x35\xb9\x66\xa7\xf7\xfc\x66\x42\x70\x32\x3c\x5c\xe6\xca\xfd\xe5\xf6\xe7\xf7\x56\x6b\x97\x2d\x8d\x14\xb8\x30\xe5\x6c\xd3\xf3\x55\x9a\xad\x04\x3f\xc2\x49\x3d\x6d\x38\xa9\xdd\xbf\xf5\x09\x7e\x09\xe6\xa7\xa1\x33\x27\xfb\xd8\x32\x58\xce\x39\xcc\xbf\x93\xa9\xd1\x5a\xc2\xf1\x8f\x0e\xca\x62\x55\x5c\x9b\x25\x5a\xf3\x10\xea\x2c\x41\x47\xf3\xd5\xa0\xa3\xe4\x71\x4e\x3e\xff\xe5\xcf\x98\xcd\x8d\x37\x82\xa0\x2a\x95\xf1\xe1\xb0\x4c\xbb\x2f\x79\xfe\x98\x33\xdb\x10\xf1\x67\xc4\x27\xfc\xdb\xed\xcf\x97\xce\xf6\x3f\xbf\x33\xd5\xa7\x83\x88\x2f\xd4\x41\x60\xc6\xca\xd8\x7a\xfe\xbc\xb9\x7e\x0f\xbe\x72\xf7\x8d\x3b\xb5\x4c\xc7\xa2\x97\xcd\x2d\xf6\x74\xda\x5e\x69\xce\x68\x6e\xb6\xf3\xed\xa5\x47\x0d\x55\xfd\xaf\x1a\x96\x9a\xdf\xce\xd9\xc6\xf9\x77\x6e\xe4\xf3\xad\x96\xe6\x06\xf3\x96\xc0\x28\xb6\x6f\x8a\xc3\x0a\x7e\x7c\x93\x2f\xfd\x05\xd9\xfa\xf3\x7d\xc9\xb3\xdc\x09\x64\x67\xad\x36\xb9\x7c\xad\x0c\x6d\xa3\x0d\x28\x24\x75\x6d\x56\x1f\x2c\x68\xa1\xc2\xf0\xc4\x1a\x63\x38\xfd\xd5\x00\xd9\x5d\x05\x03\xc9\x7c\x5a\x85\xaa\x3e\x9a\xe2\x52\x31\xa8\x54\xc5\xc2\xdb\x72\x67\x2d\x92\x49\x46\x0b\x69\xa3\x9d\x1a\xe7\x6f\xdc\x61\x4e\x05\xf1\x42\x2e\x80\x2f\xb7\xbf\xbe\xb3\xc1\xa9\x3f\xfe\x70\x40\xf8\x0c\xaa\xdd\x9d\xb3\x66\xd8\x7b\x68\x3e\xee\x7d\x33\x4f\x3c\x34\x0f\x7c\x3a\x81\x0d\x6f\x96\x03\xd0\xf1\x7a\xa2\x3a\x29\xf4\x7d\x20\xed\xc3\x93\xde\x4c\x5a\x9c\xe5\x3a\x43\x96\x80\x04\x30\x99\xdd\xcb\xba\xfc\xfb\x2e\x39\x57\xd5\xe2\xbd\x6a\xf7\xe1\x2b\x31\xff\xdb\x68\x4a\x67\x40\x07\xf7\x1b\xfb\x7b\x2c\xee\xfd\xb6\xbe\x0d\x0b\xb3\x45\xba\x33\x38\x1f\x17\xd3\xd4\x8f\x61\x31\x50\x77\xa6\x69\x38\x67\x91\x3e\xfe\xe5\xd2\x81\xe0\xf1\x2f\xef\x2c\x4a\xa4\xdb\x65\x45\x27\x8b\x7b\x14\x16\x7a\xb1\x19\xd2\x42\x5a\x17\x30\xd6\x8d\x0e\x32\x2f\x36\x95\x94\x99\x5e\x6e\xf2\x58\x42\xec\x9a\x0f\x7e\xb9\x81\x05\x94\x6b\xd3\xd0\x47\x98\x77\x8c\x80\xd2\x84\xe3\x72\x1f\xdb\x4f\x98\x39\x41\xc0\x57\x79\x9d\x0b\x00\x9b\xea\xb0\xf4\x09\x24\xe6\x69\xcc\xe9\xdd\x49\x05\x94\x40\x65\x50\x1e\x27\x45\xd9\xa2\x73\xf4\x50\xc5\x94\x88\x5d\x99\x5f\x29\x32\x17\x3e\x29\xf0\xba\x64\xd0\x3e\x16\x14\x17\x3a\x40\x6b\x07\xc5\xf5\xd2\x62\xfa\xad\x23\x34\x26\x36\x2d\x87\x8f\x33\x42\x39\xa1\xef\x5b\x7f\xaf\x1e\xa9\x64\x03\x66\xd4\x6e\xd5\x31\x1b\xa4\xa8\x99\xfe\x9d\x34\x2b\x8c\xba\x98\x6b\xd5\xa3\xa1\x34\x21\xb4\x44\x6d\xde\xae\xd7\x9c\x5e\xba\x8c\xbf\xea\x92\xcf\xfd\xa5\x23\xfb\x1b\x18\x3a\xa6\x35\xa4\x3f\x9c\xfb\x79\x4f\xf4\xfb\xe4\xcb\x72\x7f\x4e\xd1\x4f\xba\xc9\xbf\x7f\xba\xb0\x97\xfc\xfb\xa7\x77\x82\x2c\x7e\xd8\x2d\x4b\x54\x86\xed\x5a\xd5\xba\x41\xec\x4a\xa6\x6f\x0d\xaa\x80\xb8\x8e\x76\x27\xd6\x64\xfd\xbf\x12\xd0\xa2\xfb\xb5\x14\x76\x9e\x96\x73\x4c\xf6\xd7\x6f\xb0\x8b\x3f\x09\x03\xfe\xca\xc7\x44\xf6\xa9\x8d\xc1\x22\x82\xec\x83\x65\x6f\xc5\x08\x28\x06\xa6\x64\x78\xd4\xc3\x8d\x2d\x70\x33\xc5\x13\x8e\x43\x33\x49\xb1\x59\x27\x60\x50\x19\x25\x38\xc7\x99\x80\x10\x29\xf3\x8d\x3a\x8b\xf1\x39\x44\x2f\xe1\x37\x98\x66\x37\x5c\xde\xa2\xa9\x7d\xe3\x59\x4d\xa6\xc1\x67\x90\xf5\x9a\x36\x3c\x66\xfa\x8f\x32\xd3\x7f\x60\x73\xb9\x4f\x09\x0e\x0c\x58\x94\x54\xac\xfb\x8d\x1a\x4b\x02\x2c\xf8\x6c\xf5\x14\xfe\x56\x86\x4a\x72\xb4\x36\xde\x66\x1b\xbd\x9d\x45\xd5\x54\xf4\xd8\x29\x57\xb3\xef\x1d\xbb\x0d\x96\x26\x10\x19\xa9\xea\x86\xb3\x92\xba\xf7\x2e\xf6\xc5\xbb\x04\xe7\xa6\x53\xea\x70\x45\xe8\x75\x2d\xa3\x10\xb6\x21\xd3\x26\x72\xeb\x36\x18\xcc\x6e\xb4\x7f\x8e\xae\x7e\x77\xf7\xe5\x32\xc8\xb2\x2f\x96\xf2\x1d\x17\x24\x5e\x26\x88\xa2\x1a\xd2\xf5\xa8\x57\x8e\x40\x97\xc2\x1c\x01\x1d\x92\x73\x15\xa7\x1d\x6e\x9d\x5f\x5e\x96\x59\x01\xb1\x3c\x33\x1c\x63\x6a\x9b\xef\xc6\x51\x6f\xe0\x10\x76\x96\xab\x18\x8b\x50\x02\x8a\xa7\x83\x0d\x81\x9d\x46\xf6\xf8\x42\x9d\x3b\xc0\x25\x3c\x70\x23\x8c\x60\xe8\xda\xbb\x8c\x1d\x78\x93\x81\x95\x1a\xee\xfb\xb3\xa7\xd9\x81\x3b\x99\x8d\xaf\x47\xe8\x8c\x07\x6e\x7a\xf3\x8b\x0e\x76\x36\x76\x3a\xe4\xe3\xb1\x0e\x89\x37\x60\xdb\x16\x55\xe3\xd8\x82\x5c\x00\x64\x57\x7d\xf1\xfe\x31\x02\x4d\x8a\x52\x8b\xb8\xf4\x14\x4b\x3d\xff\x15\x3d\x9d\xff\x8a\xe2\xdb\x1a\x78\xc3\xe9\x57\x6c\xe2\xeb\x9f\xd1\xe7\xce\x35\x9c\x09\xb2\x79\x89\x62\xa9\x8f\x00\xbc\xf2\x62\x86\x52\x9f\x7a\xff\xe7\xf9\x0c\x07\x5f\xfb\x4f\x92\xa9\x0d\x54\xc0\x3f\x2e\x54\xe7\xba\xfb\xff\xf8\xf5\xee\xb2\x68\x58\x74\xf9\xf8\xf0\xeb\xdd\x2f\xef\xf5\xfb\x9f\x2e\xea\xf7\x00\x10\x75\x74\x49\xee\x54\xeb\x4e\x45\xdf\x94\xcc\x80\x9d\xd4\x13\xd8\xc9\xf7\xba\x3d\x42\xce\xbf\xae\x53\x42\xf1\xbe\xa4\xfe\xb0\x58\x6f\x5f\xf4\xd5\x92\x06\x99\xbe\x44\xd2\x4a\xfd\x8f\x79\x05\xf7\x57\x5f\xf1\xba\xa0\x7d\x55\x45\x99\xf9\xae\xd7\x96\xd9\xdc\x90\x2f\x00\x42\x7d\xea\xff\xca\x41\x7f\x2e\x03\x64\x06\x52\x51\x0f\xac\xb7\x68\x13\x23\xb0\xfa\x2f\xeb\xa1\x3b\x4f\xea\x0b\x7b\xe8\xdc\xfc\xb1\x5f\x3c\x94\xf1\x2b\x63\xc0\x6b\x43\x19\xeb\xbe\xf5\xff\xc4\x37\x70\x0f\x97\x8f\x63\xbf\xa3\x96\x4e\x06\x99\xfb\x5f\xef\x3e\xdf\x7e\xf9\xed\xf3\xdd\xf5\xa7\x0b\x01\x51\xbf\xec\x9f\x89\x9b\x4f\xef\x61\xa2\xb6\xba\x83\x80\xc9\x80\xf8\xf8\xa3\x31\xf8\x69\x26\x1d\xf8\x83\x3b\x7b\x31\x57\xeb\x44\x57\xee\x03\x85\xcd\xee\x42\x00\x83\xb2\x46\xfe\xce\x54\x68\x80\x9c\x72\xc8\x99\x9f\x72\xad\x54\xae\xc0\xec\x24\x49\xe0\x38\x22\x0e\xf0\x0b\x55\xa6\x0d\xb2\x31\xd0\xb7\x6c\x96\x7f\x8f\x26\x90\xcb\xc5\x98\xc1\xe8\x26\x08\xc3\x17\xa7\xbc\x13\x8e\x7d\x50\xb9\xc9\x99\x67\x50\x05\xed\x13\x18\x0d\x03\x22\x6b\xa4\xd0\x98\x23\x6c\x52\x04\x8b\x42\x36\x63\x54\x3b\xf0\x91\xcd\x0e\xee\x37\x00\x70\x39\x03\xe3\xf1\x78\x04\x07\xf2\x94\x07\x13\x4f\x20\xdf\xcd\xd8\xde\xe3\x20\xdd\xab\xc6\xb2\xb1\xb1\x1f\x41\x20\x05\x14\x7c\x1e\xca\xf3\x7c\x0f\x66\x9a\x42\x79\x7e\xcb\xcb\x05\x90\x47\x0f\xee\x98\x99\xc8\x9e\x38\x27\x1a\x58\x31\xab\xd8\x2d\x15\xb3\xa9\x08\x15\xae\x4e\x39\x78\xba\xb7\xfb\x78\xb4\xa1\x3b\x81\x69\x02\xea\xb8\x46\xe9\x54\xac\x8a\xec\xd9\x37\xc4\x76\xfd\x70\x19\x12\xf5\xa1\xd4\x6e\x1f\xde\x41\xa3\x6e\xf5\x87\x7f\x09\xed\x3f\xba\xd0\x3a\xc1\xdc\x3b\x42\x9b\xfb\x7f\x9c\xcc\x5e\xea\xde\xf8\xe5\xee\xa5\x73\xe3\x09\x58\x4e\xfb\xb1\xed\xfc\x87\xb1\x1e\x7e\x9d\xf9\x1c\x35\xdc\x13\xf0\x83\x4e\x98\xe1\xb2\xa6\x27\xe6\x7e\xee\x56\xa9\x67\x48\xe3\x6e\xcc\xc6\xcd\x67\xf9\xe4\x66\xed\xe6\x25\x57\xdd\xac\x30\x5f\x67\xbe\x2a\x34\x6f\x08\x4b\x23\x45\xa3\xbd\x52\x2a\xa9\xe7\x5e\xb0\x63\xb9\x3d\xce\xff\xa4\x76\x3f\xdf\x7f\xfa\xe5\xf6\xb2\xa0\xc2\x2f\x73\xe2\xb7\x55\xe5\xcc\x69\x87\x1f\xd3\x80\xf9\xc5\x8d\x69\xb4\xbc\xae\x42\x55\x7a\xd0\xda\x48\x32\x16\x8a\xa4\xc1\x95\xa1\x01\xa6\xa4\xd4\x31\xff\x31\x2f\xd2\xa7\x75\xa3\xc4\x23\xa8\x2a\x55\x6d\x78\xa0\xb4\xfd\xb1\x81\x2c\xac\x30\x47\x4a\x0e\x07\x99\xf2\x3a\xd7\x4c\x29\x03\x92\x34\x54\x1a\x23\xe4\x94\x89\x4b\xc1\xd3\x52\xf0\x1c\x22\x6a\x72\xc3\xd3\x58\xfa\x99\x1f\xde\x32\x53\xad\x58\x19\xad\xb5\x4d\x5e\x18\x2f\xa5\x97\x6f\xfe\x63\x57\xbe\xdd\x17\xca\xa0\x24\xd3\xfe\x83\x38\x1c\x3c\xd6\x31\x82\xd8\x23\xcf\x1f\xab\xa6\xa0\x65\xd1\xfa\x5e\x01\x1f\x93\xfc\x16\xf8\x98\xbc\x81\x3d\x26\x6f\x61\x8f\x9d\xb4\xfd\xbf\x7f\xb9\xbe\xfb\xf4\xf3\xe6\x42\x07\x87\xbb\x7f\xff\x12\x37\x48\xff\xb6\x77\x43\x92\x25\x2c\x5f\xb0\xa8\x76\x8a\x48\x02\xe4\xf9\x73\x88\x24\x2f\x17\x3d\x67\x1d\x7d\x53\xea\x93\x24\xbd\x3e\x59\x46\x7d\x75\xa5\xd4\xf9\x08\x2f\x5a\x29\xdd\x44\x4d\x36\xb4\xe2\x25\xe7\xf2\x3a\x57\xaa\x9b\x73\x10\x25\xcf\xf7\x80\xde\x96\xea\x30\x63\xaa\x1b\xed\x93\x4d\x45\xd9\x37\x06\x45\xe0\x94\x3c\x83\x6a\xc2\xc7\x30\x6f\x7d\xd0\x3f\x46\x52\x67\x84\x74\x6e\x7d\x68\xbe\x92\xe6\xf1\xf2\x0c\xa7\x06\x9c\xda\xfc\x91\x30\x7d\x6d\x1c\xd5\xcb\xf9\xb3\xe7\x77\xc1\x9f\x1f\x6c\xea\x0b\xe0\x69\xf0\x77\x21\xbf\x63\x24\xfc\xf9\x55\x28\xc4\x55\xe9\x09\xfb\x70\xbd\x86\xd2\x00\xb2\x2e\xb5\x87\xe2\x4b\x4f\xe7\xc4\xe7\xff\xfd\xf4\xe3\xc5\x6b\x6b\xff\xfe\x25\xfe\xd5\x92\xbf\xc3\x82\x2b\xe5\x90\x15\xf5\xbc\xf0\x9c\xa0\xe0\xbf\x2e\x3c\x80\x28\x4b\x4f\x19\xe4\xa5\x2f\x21\x3c\x5f\x17\x1f\xbe\x78\xa1\xdd\xb2\x85\xf8\xe0\x35\x97\x4a\xf5\x2b\xf2\x83\x88\x81\x11\xb8\x26\xaa\xe3\x4a\x8a\x99\x97\x82\x38\x50\x81\x73\xcb\x72\xea\x8b\xd8\xd7\x79\xb7\x2c\x8c\x96\x77\xe9\xf2\xd6\x77\xe9\x9a\xa1\x6f\xe3\x69\xc3\xcf\x4d\xef\x22\x71\x35\x34\x68\x57\x47\xd5\xe7\xa0\x6d\xec\x4e\xab\xda\x1b\x36\xcc\xf3\xaa\xb9\x8b\x98\x8b\x31\x44\xda\x45\x6b\x86\xaa\x3d\x91\xe5\x45\x9a\x4f\x84\xe7\x42\xa9\x79\x8f\x39\x62\xe7\x3f\x9a\xd5\x86\x77\xc1\xd2\x56\x7a\x3d\xe4\x85\xf5\x68\x60\x3d\x1a\x79\x77\x4c\xd4\x67\xc2\x2e\x36\x36\x8b\x88\xc8\xe1\xe0\x7a\x34\xf8\x3e\xdf\xe7\x6e\x29\xec\x3c\x3d\xc5\xfe\x16\xb4\x64\x2a\xc8\xea\xf5\x11\xfe\xe0\x0b\xce\xa0\x4b\x1e\x14\xa4\xce\x61\x78\x29\xef\xbf\x14\x7f\x59\x81\x4c\x08\x34\xbd\x95\xd9\xb5\xf6\xfe\xea\x74\x71\x58\x1d\xa7\x33\x54\xaf\x98\x22\x5f\xfd\x86\xe7\x7b\x53\x06\x7b\x7a\x33\x97\xff\xa8\x9a\x88\xfe\x22\x0d\xa5\xbe\x94\x80\xdf\xf9\xba\x33\xf5\xf5\x66\xa3\x3f\x7f\x34\x3d\xae\xfe\x79\x2f\x78\xf3\xbb\x9e\xef\xe7\xf6\x8a\xa5\xbe\xd9\xe6\x6f\xbf\xe2\xdd\x46\x7f\xeb\xf3\x96\xed\xce\xff\xac\xd7\x7f\xf4\xfe\x29\x7f\x76\x33\xbc\x27\xd2\xa7\x23\xe1\xfa\xf6\xf3\xa5\x16\xce\x26\x6e\x2d\xf1\x7b\x83\xe2\xb2\x74\xc4\xe0\x4a\x07\x0e\xef\x6b\xe3\xd6\x53\xae\x6f\x0d\x97\xa3\xfe\xbe\xf1\xf2\xf9\x1e\x96\xec\x42\xe2\xaf\x65\x4f\xe3\xaf\xc5\x89\xfc\x0f\x5f\x7c\xda\x08\xc7\x45\xbe\x78\x60\xb2\x7e\xc6\xe3\x8f\x64\xce\xe3\xad\x01\xeb\xcd\x4e\x66\xd5\x9d\xfb\x1f\xca\xff\x45\x7d\xbf\x40\x1d\x7e\xe3\xa3\xce\x88\xd5\xa7\xc7\x0b\x15\xfb\x4d\xdc\x7e\x7a\x7c\x27\xf2\x36\xa5\x1f\x5e\xcc\xb4\x9c\x7f\xff\x54\x7b\xd4\x87\xbe\x7e\xae\xfd\xcf\x1d\x4c\x3f\x66\x2e\x3e\x92\xf0\x5b\xf2\xfd\x47\x4a\xf7\xa6\x88\xdf\xf7\x14\x54\xfb\x1f\x18\x49\xff\xd0\xbc\x6b\xd3\xa9\x46\x7d\x3b\xd1\xef\xd7\x2c\xde\x1f\x40\xef\x01\x12\xf1\xf6\x2b\xfe\xcc\xef\x3f\xe9\x69\x77\xb7\x5f\xee\x3e\x7f\xbc\xdc\x0f\xcd\x1f\x88\xf7\x27\xfe\x68\xa7\xdb\x8e\xb2\x5b\x4b\x49\x15\x74\x52\x5a\x28\x17\x6c\x40\x75\x38\xdb\x6b\x89\x65\xc0\x85\x05\x84\xcf\x70\x98\x6a\xea\x01\x92\x58\x7f\x6c\x60\xf6\xeb\x39\xb2\x50\x73\xf8\x56\x27\xca\x6d\x54\x05\xeb\xad\xfd\xf9\x23\xd8\x32\x03\x8f\xb2\xae\x4a\xa9\x87\x9c\x0b\xe9\x98\x22\xb8\x4d\xa9\x32\x9c\xab\xf1\xab\xf6\x5b\x42\x69\xd4\x2a\xc2\xc5\x2b\x08\xba\x9c\xf0\x2f\xe5\x90\xbb\xfd\x2c\x7f\x38\x86\x82\x90\xa5\x68\x41\xa9\x17\xb8\x8c\x0b\x0d\xe0\xfd\x6a\x0b\x92\xa9\x81\xf5\xaa\x03\x93\xae\x8c\xc8\x70\x79\xed\x23\x62\xbb\x4c\x3a\xa5\x12\x95\x0a\xde\x99\x7b\x2c\x66\xdc\x0c\x1a\x58\x3a\x1c\x58\x01\x02\x6a\x26\xb1\x20\xc2\xbc\x45\x6e\x57\x92\x32\xa0\x6a\xa8\x8f\xc0\x0d\x00\x1f\x29\x70\x11\xf2\x08\x8b\x66\x8a\x84\x9d\xa4\x0c\x62\x41\xc7\xe8\x13\x02\x58\x5d\xaa\x61\x50\x92\xd0\x92\x65\x2c\x34\x18\x80\x77\x3d\x64\xf0\x23\x22\xcc\x61\x8b\x62\x87\xdc\x06\x95\x6c\x26\x3e\x0b\xe0\x8d\x19\xe4\xe5\x22\x20\xef\x4a\x3d\x70\x52\xd2\xb2\xfc\x35\xf3\xac\x55\x6a\x25\x02\xa3\x28\x59\x55\x81\x62\x9c\x0a\x9b\xf5\x96\x7a\xf4\x30\x0b\xf5\x97\x0f\x82\xbb\x6c\xe9\x51\x1b\x40\x8c\xb0\x3d\x9c\x13\x38\x50\x8b\xb5\x4c\xcc\xd9\x21\x1e\x94\xda\x78\xbe\x1f\x0d\x5e\x3b\xd2\x48\xeb\x14\xad\x6a\xd5\xda\x06\x7e\x3b\x8d\x7a\x03\x87\x3f\x22\x63\x63\x27\x2e\xa1\xd3\x80\x07\x7d\x05\xae\x4f\x2b\xd8\x87\x64\x00\xf8\x39\xb4\x4d\x09\x6c\xaf\xe7\x4e\xf0\x13\x95\x61\xe5\x2a\x94\x5b\xb4\xaf\x05\x03\x8b\xd9\x8a\x8d\x46\x9f\x7d\x12\x73\x10\x40\x4f\x65\x6a\x58\xfe\xea\x41\xaa\xb5\xba\x56\xe0\xcb\x30\xe8\xcf\x00\x26\x20\xd4\xd9\x6e\x72\xf7\x75\x3c\xbb\xa9\x1a\xb5\xc2\x7f\xbf\x9a\xc4\x87\xcc\xd8\x1d\xe9\x1d\xc8\x2e\x83\xa4\xc7\x3c\x32\xa9\x58\xbd\x68\x8e\x3c\x80\xe5\x52\x32\xb6\x4f\x61\x8a\x02\x4a\xc9\x04\x10\x8c\xda\x5c\x63\x81\x77\x57\xb1\xeb\xdb\x78\xd4\x72\x31\x17\x92\x11\x7a\xb3\xa6\x1d\xc5\x01\xac\xaa\xa3\x1c\x75\x98\xb8\xa9\x91\x94\xe0\xb8\x0b\xee\x98\x85\x36\x6d\xb1\x08\xb5\x01\x0e\xc2\x5e\x63\xd6\x44\x5d\x5d\x2a\xe2\x9c\xb7\xd2\x00\xe9\x74\xce\xb1\xa1\x88\x15\xa4\xb8\x4c\xb9\xc4\x3a\xa8\x20\xfa\xb4\x89\x33\xf4\x21\xfe\xbd\x6b\xdc\xd7\x5a\x3c\xa8\x35\x7b\x4a\x40\x9c\xd7\xaa\xd5\xae\x78\xad\x85\x7d\xad\x95\x80\x5a\xb3\x16\x0f\xbb\x16\x0f\xbb\x16\x0f\xbb\x16\x8f\xfb\x16\x8f\x07\x2d\x1e\x0f\x5a\x3c\xee\x5b\x3c\x2e\x4d\x1e\xe6\x26\x97\x88\x4e\x67\xa9\x1a\x0d\xab\x63\xc7\x3b\x7b\xbe\xb7\xee\xd2\x42\x1e\x1d\xfc\xa3\xa5\x50\xed\x71\x50\x1b\x71\x40\xb8\xcb\x20\x6e\xd1\x06\x07\x05\x8e\xa5\xd5\x23\x61\x17\xbf\x98\x59\x46\x9c\xed\x0b\x72\x0b\x63\x90\x8e\x60\xb5\x0b\x1c\x25\xee\x01\xae\xb0\xdd\x84\xc5\x44\x67\x96\xf7\x8c\x00\x76\x40\xed\x95\x6c\x52\x58\x2b\xb5\x1c\x7a\xa1\x62\xdd\x84\x01\x36\x59\xa8\xf1\xf3\x7d\x96\x44\x12\xb3\x89\x08\xfc\x00\x0e\x2b\xa1\x1f\x54\x82\x5c\x5a\x09\x1c\x17\xb9\x8f\xb3\xdc\xc7\x9d\xdc\xbf\xd5\x82\xb3\xdc\x5f\xd4\x82\xb2\x6b\xc1\xbe\x6f\xc1\x33\x53\xcf\xe7\x7b\x0f\x3a\xbb\x74\xe6\x59\xd2\xbf\x13\x9c\x3d\x76\x20\x42\xf0\xad\xe4\x44\x3a\x45\x69\x54\x80\xfa\x19\x47\x71\x28\x75\x01\x36\x38\x88\x2d\x19\xa4\x3d\x2d\x28\xb6\xd8\x0a\x0e\x7f\x08\x2c\x22\x91\xda\x01\x2c\x40\x19\xec\xb2\x96\xa7\xd8\x41\xff\x00\x58\x04\xdb\x28\x65\x63\xc7\x76\x9f\xf1\x9a\xb3\xa9\x14\xf2\x07\xcb\x9b\xed\xc0\x6b\xc4\xa1\x65\xca\x37\xd2\x79\x0d\xdc\x8f\x29\x0e\xd2\x30\x48\xf1\xbb\x60\xc9\x0b\x01\x3b\x2d\xec\xae\x0d\xc7\x7b\x1f\x21\x6d\xfb\x88\x7d\x6c\xc6\xa0\xb1\xd6\xee\x50\x27\x75\x12\x6c\x24\x2a\x0d\xd3\x33\x19\xc8\x49\xc5\x37\xe9\xec\xef\x37\x84\xe3\xff\xbc\xff\xf5\xcb\x65\xec\x34\x07\x12\x12\xef\xec\xa9\x23\x39\xe1\xf2\x62\xa9\x9f\xa7\x9d\x55\x30\x96\x30\x35\xf8\xc6\x54\x77\x70\xda\xe3\x49\x3f\xc6\xc5\xe9\x69\x76\x6e\x99\x7d\x5e\xb4\x86\xdd\x55\x4f\xfc\xb8\x38\xd5\xec\x78\x76\x05\xae\xc5\xb5\xc8\x94\x07\x8d\xcc\x08\x7f\xab\xd8\xd0\x2c\x0c\x04\x17\x81\xd7\x6f\x2d\x12\x92\xcd\xdb\x75\xd4\x08\xa8\x17\x09\xd9\x19\xdb\xf1\x4b\x3c\x46\x48\x91\x6a\x1a\x11\x6b\x43\x34\xfc\x4c\xae\x4a\xa5\xd6\x47\x28\x39\x53\xb1\x6b\x52\x1a\x42\x6b\xab\x54\x4a\x50\x43\xc4\x34\x46\xca\xb5\x06\x29\x99\xb2\xf8\x06\x2d\x9b\xe2\x6f\x9d\x1a\x06\x00\x8f\x41\xa2\x6d\xef\xd0\x95\xc7\xcc\x7b\xb3\x0b\x6b\x78\x1c\x75\xa1\xc2\x99\x01\xf8\x92\xd8\x33\xcf\x1f\xd9\x34\x84\xee\x1b\xc7\x24\x33\x4c\x6e\x8b\xf8\xc2\x28\xf0\xc0\x2d\x89\x6f\x16\x72\x60\xad\x0d\xdb\xa9\x22\xbb\x10\xa9\xef\x7a\x0a\x36\xb3\x88\x29\x23\x0e\xee\x97\x49\x47\x07\x26\x65\xf3\x1d\x72\xe5\x0e\x20\x38\x14\xdc\xf1\x2b\xc7\x18\xa1\x56\x1b\xca\x09\x01\xe0\x02\xf4\x1d\x29\xa8\xe3\x9e\x28\xe7\x1a\x9a\xa9\x48\xf8\x4b\x79\x0d\xf6\x96\xaa\x40\x3a\x85\x67\xff\x0c\x75\xda\xbb\xef\x27\xbf\x21\x89\xff\xfd\xb7\xed\x85\x7b\x8d\x07\x82\xf8\xd3\x6f\xdb\xed\x7b\x72\xd8\x0e\x02\x67\x0e\xaa\x3f\xee\xaa\xdf\xff\xff\x4e\x78\xa9\x7e\xe1\x83\xea\xbf\x3a\x6a\xcc\x7a\xd0\xce\x47\xed\x3f\x99\x64\x0c\x80\x31\x24\x09\x10\x9a\x66\xa2\x45\xb9\x99\x1e\x6c\x0a\xdc\xc0\xdf\xb5\xaa\x49\x9b\x3d\x4b\x35\x9b\x88\x99\xac\xd9\xaf\xcb\xa7\x63\x3d\x75\x97\x52\xdd\x49\x29\x10\x98\xb4\x60\x3e\x49\xbd\xc7\x0a\x3c\xa6\x9d\xfc\x83\xe2\xc6\x44\x49\x6a\xdf\x46\x2a\xad\x9a\xf4\xf2\x64\x6a\x7c\xaf\xd1\xb2\x8a\x58\xbb\x07\xa0\x73\x51\xfc\xa5\x2c\x11\xed\x46\x79\xde\x5a\x05\x4a\x27\x57\xd7\x20\x6d\xfa\x81\x0c\x44\xc8\xc0\xa1\x7c\x85\x9d\x7c\x1d\xfb\x19\x88\x84\x85\x4e\xc6\xe5\x2b\x33\x5c\xe9\x95\x24\xcf\xbe\xee\x94\x11\xcf\x15\x5c\x68\x67\x97\x83\xcc\x47\x62\x02\xb7\x83\xaa\xb0\xd4\xbe\x62\xd4\x00\x1d\xb0\xfb\x92\xb7\x1a\x55\x49\x00\xb8\x62\x2a\x87\xe6\xb9\xef\xc1\x8d\xdc\x4b\xc4\xed\x04\x56\x93\xdb\x8c\xab\xc9\x62\xb3\xbc\x38\xa8\xa8\x42\xbf\xab\xee\x2f\x91\xd1\x5f\x3c\x20\x40\xf3\x69\x78\xf8\x5e\x3a\xaf\x6f\xb7\x3f\x7d\xb5\x44\x6f\x6e\xb7\x3f\xbd\x27\xd1\xe3\x0f\x8c\xac\xef\xd4\x11\x68\x80\x2e\xad\xa4\x9c\xf4\xc2\x4a\xfa\xd7\x40\xfd\xcf\x33\x50\xff\x3f\xbf\xdd\x7e\xfe\x1d\x6a\x65\xfc\xff\xfc\xb9\xf7\x84\xfb\xf6\x4f\x14\xee\xde\x2f\x17\x6e\x4d\xff\x92\xed\xff\x72\xb2\xfd\x6f\x9b\xcf\x77\x77\xb3\x80\x5f\xbc\x64\xb7\x93\xf0\x2f\xf6\xf4\x22\xe7\x8f\xef\x09\x7a\xbf\x50\xd0\x17\x65\x38\xbd\x14\xf8\xf0\xae\xc0\x63\x5b\xe0\xe2\xd1\xbc\xf6\x7f\x49\xfc\x7f\x15\x89\xff\xed\xfe\x87\xc7\xff\xe3\xe1\xaf\x17\x86\xc2\x20\x79\xfc\xf1\xe1\xaf\xef\x11\xc4\xd5\xb2\xc3\xac\x28\xf5\x89\xf5\x8d\x8d\x8e\x9e\x7e\xe7\x2e\xc0\xab\xfb\x2a\xcf\xf7\x9a\x02\xa7\xd7\xb7\x8f\x1e\x5f\xec\x16\xbd\xdc\x98\x7a\xb9\x17\xf5\x7c\xcf\x8d\x03\x83\x93\x33\x51\xee\x62\x3d\x6e\x90\x76\x40\x6e\xf3\x70\x9d\x59\xb2\x89\x76\x1b\x25\x16\xe2\x54\x4d\x06\x6a\xad\x11\x84\x33\xc3\xfa\x64\x6a\x91\x0b\xc9\x90\x58\x3a\x8d\xc4\xd0\xe4\xab\x89\x10\x15\xd6\xa8\x83\x4a\x92\xd8\x84\x46\xc5\x3a\x58\x06\x86\x9b\x50\xce\xf9\x76\x06\x23\xce\x4b\x40\x51\x8e\x42\xa5\xf4\xd8\xa9\x70\xbe\x29\x83\x46\xca\x8e\x1f\xae\x39\x14\x62\x05\xe6\x61\x6f\x78\xa6\x75\xfc\x35\x2c\x87\x42\x5d\x32\xc0\xb5\xa5\x52\x1d\x1a\x07\xa5\x36\xac\xbb\x56\x07\x74\xcd\xad\x5f\xb1\xd9\x37\x66\xa7\x34\x2a\xa3\x83\xe4\xbd\x99\x6d\x92\x1b\xb8\x3e\xc6\x28\x21\x6d\x98\xba\xea\x64\xf5\x8e\x20\xef\x21\x24\x55\x48\xb3\x04\x2b\x74\x6b\x80\xd5\x6f\xd2\x42\x27\x71\x48\xac\x54\x1a\x36\x24\xcc\xa2\x6f\x94\x44\x43\xa5\x6c\x76\x82\x52\x15\xc7\x27\xca\x70\x4a\x4b\xc5\xe3\x79\xaa\x99\x11\xd4\xcd\x72\xa8\x80\x8f\x6d\x4a\xcd\x32\x69\x66\xba\x04\x16\x42\x70\xf7\xa0\xac\xb0\xb5\xb2\xc0\xab\x32\x75\x74\x8b\x3a\xb6\x94\x33\xe5\x3c\x59\x55\x0c\x2c\xcf\x0c\x05\x1e\x4d\x61\xb1\xe1\x8c\x0b\xfe\x52\x01\x21\x5d\x1e\x2d\x52\x2e\x80\xd3\x93\xc2\x80\x6a\x2d\x0d\x1c\x0c\xa3\xc7\x32\xa8\x14\x99\xff\xba\x96\x92\xa8\xb1\x5c\x89\xfd\x2d\x40\xe2\x11\x75\x4c\xf4\xde\x51\x0e\x80\xa2\x4b\xa2\xa2\x18\x3d\x1c\x7d\x57\xaa\x33\xec\x66\x30\xed\x9e\xef\x8e\xff\xfb\xd7\xaf\xe9\x8c\xbf\xfd\xfa\x5e\x57\xdc\x31\x20\x25\x40\x31\xbc\xed\xde\xf2\xbb\xbb\x2a\xbb\x93\xd9\x2b\x5b\xee\x55\x83\xbe\xa0\xcb\x3d\x4a\xf4\xf8\xa2\x87\xbe\xdc\xcf\x7d\xd9\x43\x9f\x3f\x5a\x95\xf6\x4c\x0a\xd8\x4c\x65\xd2\x8c\x20\xa1\xd1\x6c\xc4\xe4\xd4\xad\x4b\x72\x6b\x61\xa8\xb5\x00\xb6\x53\x1b\xcb\x24\xe2\xc0\x1f\xa1\x0c\x9c\x70\x03\x74\xca\x51\xe3\x52\xea\x6a\x22\x36\xa4\x47\x13\xb4\x1a\xa4\x11\x2b\xc6\xfd\xbd\xa8\x6c\xe3\x2c\x5c\x83\xba\x54\x93\x45\x81\xac\xb3\x34\x13\xc5\x24\x70\x40\xde\x89\x62\xe8\x54\x7b\x06\xee\xf1\x28\x91\x52\x1d\xd8\x21\x4b\xa0\xa7\x3f\x10\x6d\x25\xb6\x6e\x3a\x77\x3c\x62\xc5\x86\x48\x69\xc0\xb8\xdf\xf5\x95\x2b\xd5\x44\x9c\xd8\xe7\xc5\xde\x82\x80\xde\x6a\x96\x2e\xad\xd4\x05\x68\x6f\xdb\x68\xbd\xb4\x60\x52\x9d\xa2\x76\xe2\xde\xa2\xf5\xe3\xd8\x1b\xf5\x54\xa3\xbf\x28\x66\xeb\x13\xa0\xe9\x68\x5c\x00\xba\x56\x5a\x6c\x94\xc6\x00\xb5\x13\x67\xbb\xd6\x3b\x26\xbd\xfd\x38\x81\xe1\x26\xce\xf4\xf2\x0d\xd0\x61\x5a\x5a\x3c\x1a\x71\x9e\x22\x63\x34\xb0\xd9\x93\x38\x64\xe2\xce\xb1\x12\xb7\x1c\x0e\x46\xb0\x00\x2c\x0d\x2c\xa2\x67\xc5\x6a\x7f\xd5\x1e\x7b\xc2\xb7\x1d\x0f\x85\x88\x58\xb0\x6a\x53\xea\x36\xb3\xdb\x80\xdc\xa3\xb5\x90\x60\xb3\x60\x3f\xbe\x5e\x71\x67\x2a\xb9\x04\x1f\xa4\x03\x8f\x4c\x1d\x60\xe8\xd6\xff\xd2\x84\x2d\xbf\xc6\xa1\xe3\x00\x59\x3a\xdb\x23\xbf\xdc\x4e\x97\x31\xce\x7d\x59\x52\xbf\x1d\x62\x90\xfa\x0e\xdb\xcd\x84\x8d\x7b\xe0\xac\xc4\xb5\xad\xb9\x17\x6a\x43\xc2\xa8\xd7\xc2\x6f\xec\x8e\xbb\x71\x7e\x7e\x5e\x2c\x88\x3b\xf5\xb9\xd0\x06\xc7\xdd\x1c\xb9\xf3\xcf\x3c\xdf\xb9\x95\x89\x53\x5b\x77\xeb\x43\xbc\x94\xe8\x0a\xdb\x84\x25\x30\xa4\x00\x20\x09\x8d\xd8\xb7\x6c\xf9\x8d\xcc\xb2\xd4\x27\x47\x5a\x6f\x96\x88\xd8\x72\xef\x23\xd8\x84\xd7\x4c\x22\xad\xf1\x5b\xdf\x02\x4d\x72\x62\xf8\xca\x17\xe0\xec\xe4\x4c\x52\x15\xa4\x38\xf3\x7a\x51\x0e\x69\x6b\xd3\x63\xbf\xed\x40\x6e\xf7\xe3\x0c\x16\x62\xc2\x8d\xac\x6e\x40\x9b\x2f\xf5\xd5\x4a\x73\xc5\xd2\x34\xc4\x2e\x26\x2e\xa3\x4b\x1c\x99\x94\x23\x3e\x59\x20\x5f\x4d\x4e\x78\x4a\xfe\xed\xd3\xf4\x97\xaf\x00\xee\x44\xea\x4b\xf0\xfd\x7e\x3a\x20\xba\xce\x35\x6d\x84\xd3\x53\x1e\x7c\x9d\xb9\x9b\xbe\xee\xb8\x3c\xa3\xbe\x02\x0a\xfc\xb4\xbf\xf3\x22\x98\xf1\x05\xb9\xf3\x71\x5c\xe3\x78\x0d\x49\xf8\xf1\x05\x96\xd6\x4c\x3d\x73\x2e\xee\x75\xa3\x3d\x1d\xe4\x72\x14\x03\xfb\x3a\x2b\x31\x68\xcd\x63\x4e\x6f\x48\x6e\xe6\xf4\xd6\xcc\x94\xde\x90\x37\x79\xa3\xe1\x6f\xf2\x99\x7e\xfd\xe9\xfe\xee\x42\xbb\xce\x52\x1e\xf7\xe7\x72\xe2\xf8\xb4\xeb\xcf\xea\xde\x14\xa5\x82\x55\x2f\x39\x52\x52\x6a\x53\x86\x7f\x04\x8e\xc1\xcf\x05\xd4\x48\xc9\xf4\x42\x05\x28\x09\x1c\x27\xec\x38\xc5\x83\xd4\x9e\x6e\x3e\x47\xda\x90\xd6\x58\x4a\xee\x03\x3b\x9f\x85\x86\xd8\x08\xc9\xf9\xfd\xe7\x2c\x15\x76\x47\xb5\x4c\x47\x85\xf1\xf3\xb9\x48\x01\xc9\xd7\x39\xe1\x05\x5c\x6a\xc0\x73\x62\x93\x5a\x7b\xf7\xb9\x2d\xbe\x21\xf8\x97\x1c\xa4\xb5\x54\x3c\x9f\x1e\x7e\x87\xb0\x55\xd9\x5c\x5d\xe1\xb0\xba\x5e\x7d\x6e\x7b\x58\x59\xef\xd4\xec\x7a\xdf\x24\x67\x65\xe0\xea\xd3\xe7\xe9\x52\xb8\x6f\x4b\x1f\x27\x3c\xf0\x8e\x27\x5c\x69\x07\xfc\xd8\xfd\x2a\xe7\x11\x7a\xe8\xc1\x7f\x2f\xa2\x77\x1d\x3b\xe6\x87\xe7\xfb\x6c\x96\x44\x10\x9b\xfe\x26\x50\x4b\xcf\xff\xb2\x03\x6e\xe5\xb6\x16\xe9\xa0\x1f\xa8\x53\x9c\x6f\x22\xae\xd0\x4f\x1a\xa2\x90\x2c\x03\xde\xc6\x0a\x34\xec\xf2\x7a\x4a\xb0\xf7\x04\x91\x8e\x04\xbb\x7f\xfe\xae\x98\xdb\xd6\x1e\x8e\xb5\xc4\xf9\x97\xf2\x6b\x09\x05\x28\x3f\x83\xea\x34\xdf\x73\xa4\x57\x9c\xb4\x90\xb6\xb5\x00\x57\x35\x00\xb0\x1b\x45\x3a\x9f\x0e\xb8\x6e\x4b\x3e\xe7\x3e\x3e\x7b\x8f\xb3\x2c\x90\xd9\x69\x43\xff\x72\xe9\xe0\xfd\xcb\x97\x77\xba\xba\xca\xce\xdb\xaa\x00\x96\x94\x29\x8d\x29\x36\x07\x3e\xa5\x06\x0f\x14\xd5\x28\xc9\xd4\xa2\xd2\x49\x35\xa4\x2b\x88\x75\x86\x4b\x49\xc7\x08\x05\xa1\xc7\x0e\xaf\x38\xe5\x8d\x0a\x93\x00\xa5\xb7\xb1\xc3\xf4\xb6\xea\x30\xbd\xad\x62\xc3\xa6\x04\x20\x26\x37\xd3\x50\x6d\x08\xcd\xf0\x8f\x19\xf0\x9f\xc8\x45\x00\xce\xa9\xd5\x0a\x20\x66\xed\xf0\xf3\x47\xcb\x01\x21\xa4\x8e\xdf\x6a\xcf\x30\xb6\x9f\x81\xd9\x03\x7a\xe4\x73\x31\xee\x8f\x47\x91\xed\xd3\xbc\x2f\x03\xf6\xc1\xb1\x63\x1f\x0c\xe7\xa2\xe0\x1f\x8f\x41\x15\xce\x35\xc3\x77\xdb\xdb\xc7\x0b\xe3\x3a\x3e\xfd\xf2\x25\x3e\x5a\xf2\xf7\xb8\x09\x97\xbe\x56\x81\x34\x18\xb4\x74\xca\x6b\x1d\x6a\xb6\x00\xcc\xb4\x3e\xc1\xbd\x04\x64\x41\x94\xa0\x98\x5a\x01\x71\x5a\xa9\xb7\x30\x57\x67\x7d\xa3\x3a\xdf\x69\xe1\x08\xfc\x52\xb3\xa2\xc5\xc9\x50\x5b\x18\x19\xd0\x4b\xdd\x26\xc7\xcc\x85\x6a\x5f\xeb\xcc\x59\x2a\xed\x4a\xec\x7a\x34\x93\x38\x70\x27\x05\x00\x32\x8b\x09\x89\x59\xde\x6b\x4b\x63\x06\xaa\x96\x2b\x4f\x24\xa0\x1a\x24\x9b\x49\x2d\x8f\x0a\xaf\x16\xa1\xb1\x2d\x1e\xf2\xa3\x45\xa9\xc9\x54\x69\xf4\x50\x48\x81\x92\x9a\xe0\x26\xd2\x4c\x46\xb5\x9a\x21\x90\xb7\x79\x80\x0b\xb6\x10\xb7\xa9\x90\xe6\x58\xc1\x3b\x82\xf6\x6f\x20\x28\xb3\x6f\xb5\x07\x8a\xc7\x20\xbb\x80\x5e\x21\x9c\xcc\x45\x74\x96\x5d\x18\x1a\x0c\x28\xe9\x49\x67\x7c\xdf\x5e\x40\x5d\x56\x69\xd4\x90\x73\x25\xb5\x31\xb8\xad\xc1\xc2\xe2\x14\x3b\xad\x03\x97\x55\xb3\x7d\xac\x23\x52\xb2\x7d\x92\x2c\xe7\xcd\x8c\xe7\x53\xc9\xf9\x7c\xf7\xe3\x85\x52\xf3\xf9\xee\xc7\xf7\xb8\xb7\xfb\x37\xe4\xde\xbe\x37\xa1\xc3\x64\xdc\xb6\xdd\x74\x9e\x29\x03\xd2\x8c\x86\x69\x26\x60\xe3\x46\xbc\x6d\x5f\x8b\x0a\x81\xa6\x7b\x2b\xe0\xea\x4f\x24\x53\x27\x5f\x10\x89\xe0\x03\x51\x82\xaf\x91\xa5\x46\xcc\x9f\xf5\xdd\x36\x0f\xab\xcd\x61\xf3\x6c\x5e\xe3\x44\x15\x01\xeb\x12\x05\xc0\x28\x58\x63\x92\x20\x04\x27\x39\x60\xec\x6a\xcc\x7d\xdb\x4d\x3d\x9b\xc0\x26\x49\x2d\xd8\xaf\xe7\x00\xbf\x2a\x44\x7c\xa9\x37\x47\x09\x15\xcf\xc6\x06\xdc\x6d\x7f\xda\x4a\x19\xad\x94\x71\x77\xf6\x8c\x2a\xe3\xde\xa7\x92\x3d\x38\x3e\x83\x33\x04\x55\xc0\x30\xef\x52\xb5\x4f\xb2\x7f\xf6\x10\xbc\x97\xaa\x07\xe7\xb3\x7d\xa7\x59\xe8\xe8\x7f\xb1\xaa\xbd\x06\xc0\x92\xa9\x98\x28\x34\xd2\x47\x8c\x74\x01\x4e\x43\x09\x01\xee\x8d\x10\x04\x6c\x5f\xc0\x30\xbf\x23\xf8\xf0\x9a\x55\x82\x5e\x65\x61\x6a\x41\x24\x93\x3b\xe5\x65\xa0\x3b\xcf\x65\x3c\x11\xa2\x87\x9f\x7f\xde\xde\xfd\x8f\x9f\x2e\xdc\x8a\x45\xea\xf8\xf0\xd3\x4f\x6f\xeb\xf1\x9c\x76\x91\xac\x5d\xc1\xad\x3f\xf8\xca\x0c\x8a\x9a\x43\xc5\x08\xa9\x03\x7f\xb8\x68\xcd\x77\x80\xe3\xee\xff\x3c\x14\x20\x55\x4a\x82\x1a\x1d\x6e\x8f\x78\xa2\x98\x07\x7f\xa7\x23\xe1\x66\xf5\xf5\xa5\xea\xcb\x29\x8c\xb5\xd1\x66\x7a\x6e\x06\x84\xb2\x8e\xdd\x72\xba\xfd\xce\x77\xe0\x43\x30\xdf\x0f\xf3\x7d\x5f\x8a\x6f\x8a\xf5\xca\xf9\xfa\xee\xd9\xe5\xb9\x38\xfb\x1e\xcc\xf9\xda\xbf\xe7\x7b\xeb\xf0\x99\xfb\x06\xa0\x03\xa9\x4c\xb5\x10\x67\x40\x55\xf7\xd2\x6d\xee\x65\xa9\x31\x77\x01\x01\x67\xe4\x52\xaf\xa5\xeb\x74\x41\x51\xce\x94\xe4\x95\xf6\xbb\x70\xa5\x7a\x6e\xbe\x5f\xde\x6b\xbd\x72\xa6\xf5\xea\xdc\x72\x25\x2d\xad\x56\xcf\xb5\xd8\xd2\x5a\xf5\xb0\xa5\x0e\x5a\xe9\xde\xf1\xd9\xad\x46\xfb\xbe\x3e\x25\xee\x3d\x39\x70\x67\xb9\x76\xd8\x72\x7d\x5f\x59\x72\x5c\x55\x9e\xc7\xdb\xf5\xf4\xe9\x62\xfe\x0d\x24\x7d\x0f\x0f\x61\x19\x2e\xa5\xda\xec\x73\x06\xc5\xf5\x26\xd7\x33\x70\x10\xd7\xb9\x5e\x35\x72\x54\x4f\xff\xcd\x75\x47\x53\x1a\xfc\xe1\x5d\x28\xf6\x53\x2e\x95\xda\x95\x4d\xb5\x58\x7a\xe8\x50\x92\xaa\x8f\x56\x58\x92\x04\x94\xa3\x28\xd5\x99\xf0\xa5\xc3\xf5\xb7\x26\x2a\x5b\x98\xae\x56\x39\x7c\x55\xc0\x80\x30\xc0\xa0\xa2\x54\x30\x4b\x0d\x28\x52\x68\xb5\x99\x12\x43\x2a\x48\x05\xa8\x07\x49\x36\xb4\xc1\x81\xcf\x32\x89\xc8\x44\x14\x6e\x76\xd5\x5e\x83\x15\xdd\xd4\xe6\x33\x14\x05\x1c\x6e\x4e\x88\x67\x13\x29\xb0\x46\x0a\xc9\x8d\xf6\x4d\xae\xcf\x1f\x7b\x0a\x8d\xa7\x14\xa1\x46\x63\x0c\xec\xd1\x6c\xe6\x49\x81\xd1\xd0\xed\xa2\x59\x03\x5e\x17\x8a\xc1\xbf\x5a\x9a\xd0\xaf\x3b\xb4\x6e\xd3\x27\x7a\xc4\xb3\xb1\xdf\xc0\x3f\xd5\x54\xdc\x94\x40\x4d\x87\xbe\x09\xdd\x1a\xf0\x26\x7e\x2a\xfc\x58\x19\x08\x19\x61\xb9\xe0\x27\x0e\x79\xe2\xa7\xc2\xd1\x12\x01\xfd\x64\xbe\x70\x5e\x78\xfe\xe7\xed\xaf\x97\xee\xeb\x23\x7d\xfc\xd5\x1e\x78\xbb\xab\xb5\x7c\x77\xb0\xe0\x91\xae\x9a\xfa\x56\x86\x70\xc0\x78\x87\xb5\xaa\xc1\x4f\xb9\x31\x61\xd1\x48\xb3\xe9\x57\x36\xf6\x57\x70\xa1\x4a\x76\x58\x79\x53\xae\xae\x10\x6a\x10\x4a\xca\x24\xa1\x50\x5a\x98\x2d\x4c\x7f\xb2\xb6\xe6\x9e\xc8\x23\xac\xb0\x35\xc1\xd5\xa4\x33\xcf\xf8\xf4\x0c\x92\x53\x20\x4f\x46\x81\xdb\x3e\x9b\xfe\x02\xc0\xfd\xf9\xd4\xde\x92\x8a\x53\xe3\xc5\x8e\x79\x5b\xdc\x1d\x1a\xe4\xf9\x35\x81\x1c\xc1\x17\x6b\x00\xaa\xc9\xfc\x0a\x7e\xd8\xe3\x91\x6e\x7d\xac\x2f\xbf\x50\x97\xef\x6d\xd4\xf9\xa7\xca\x05\x00\xfb\xa0\x15\x02\xac\x59\x1c\xd5\xdb\xda\x4e\xf2\xe0\x47\xc7\x38\xb3\x61\xd5\x2f\x84\x51\x7d\xf2\xb3\x13\x1b\x50\x8b\xcc\x80\x68\xc8\xc8\x46\x54\x6c\xc2\x1d\x40\x80\x3a\xb6\x9a\x49\xb6\xce\x10\xa0\xf0\x2a\xf3\xa3\x3b\x89\xc2\xc9\x4c\x67\x08\xd0\xaa\x11\x7f\xbe\x21\xf8\x5f\x61\xa3\x1c\x48\xff\x05\xb6\xca\x5d\x6a\xbc\xd8\x2a\xba\xca\x83\x6f\xa4\x2a\x65\x99\xd2\x6a\x11\xf6\x56\x56\x26\xed\x05\xd2\xce\x2b\x97\xf6\x0f\xb9\xae\x72\x5d\x25\xfc\xa7\x7d\x55\x32\x5f\x0b\x77\xea\xf5\xd6\x54\x9f\xb6\xf2\xa3\xdf\x37\x19\xc7\xca\x5e\x07\x3a\x09\x30\x24\xba\xac\x72\xb7\x56\x90\xb2\x62\xa6\xdc\xad\x96\x4b\xd9\x46\xc9\x35\xb2\x2a\x71\xb9\xaa\x4a\x45\x56\xb9\x25\xaa\x75\x65\xc5\xeb\x99\xf2\x58\x79\x41\xbf\x9f\x8d\xab\x15\x78\x31\xc7\x36\xe6\xc4\xb1\x59\x9f\xba\x2a\xad\x10\xf7\x95\xd4\x44\x23\xaf\x6a\xea\x2b\xee\x4a\xc2\x38\xcd\xc3\x7f\x7b\x5d\x95\x5a\x56\xc9\x8a\xbe\x4a\x8f\x71\xd4\x55\x37\x29\x58\xa1\x87\xad\x94\x57\x6d\xd5\x13\xd9\x5b\x49\x65\x95\x33\xaf\x6d\x22\xe2\x7a\xd8\x07\x79\x05\x3c\x5e\xef\x84\x2b\x1b\xf9\xbd\x0b\x02\xb2\x5e\x48\x64\x85\x35\x9f\x2a\x2b\xb3\xea\xc4\xcc\x5e\xae\x2b\xb5\xef\x82\xe5\x55\x57\x42\xd2\x8f\x2a\x93\x65\x55\x29\x0f\x98\x5b\x2b\x98\x5b\x47\xb7\xcd\xca\x5a\x99\x95\x95\xd7\x05\xfb\x48\xab\x92\x3a\x55\x39\x4e\x94\xdb\xaa\xa4\x72\x6c\x5d\xd5\xe3\x24\x87\x95\xf7\xfd\x47\xab\x84\x9d\x1c\x5b\xa9\x67\x39\xe6\x03\x39\x6e\xb1\xea\x0a\x7f\xae\x84\x57\x76\x57\xec\xa4\xea\x77\x85\x07\xea\xa2\xd4\xd5\x9c\xd1\xf7\x27\xb2\xfc\xb0\xfd\xe1\xe1\xdf\x2f\x14\x61\xa4\x7d\x7b\x3d\xab\x94\x45\x6e\x4b\x82\x1f\xa7\x4d\xd1\x55\xe0\x1e\xcf\xc5\x8f\x53\xac\xd1\xc3\x2d\x14\x10\x38\x00\x75\x70\x68\x1c\x53\x02\x5f\x67\xaa\xbb\xce\xed\xd5\x45\xe3\xa7\x9e\xae\x5b\x43\xee\xdd\x31\xc0\x73\xb5\x81\x5f\x76\x2f\x00\x88\xce\x7a\x78\xe4\x84\x15\x6a\x8a\x35\x54\xbc\x36\xec\x0b\x03\x24\x0b\xb9\x11\x4e\x9b\xcc\x7d\x26\x3f\x3f\x03\xef\x77\xc8\x96\x7e\x08\xef\xe7\x78\x1f\xbf\xff\xb9\x6e\x7d\x1a\x8f\x22\x5e\xcc\x8d\xe4\xca\xfb\x8a\xe2\xe7\x8f\xd0\xad\x6b\x32\x15\xf4\x66\xf8\x73\xa6\x44\x9a\xaa\x9f\x5e\x83\x47\x15\x7e\x0d\xb5\xd2\xf4\xaf\x71\x40\x0b\xff\x55\x4f\x26\xdf\x5d\x38\x8b\x50\xad\x66\xe2\xbe\x02\x51\x3d\xa0\xef\x3f\x9d\x59\xfa\x79\x78\xd8\x5e\xb8\xdc\x6e\x29\xdf\x81\x90\xfb\x71\xec\xa4\x31\x53\x0e\x32\x0a\xb5\x35\xd4\xb3\xd6\xa9\x62\x30\xc8\x7e\x28\x66\xd0\xb2\x1d\x3a\xac\x5a\xa1\xb1\x86\x16\x5f\x3a\xe5\x9b\x51\xd7\x50\xf4\x4d\x69\xdf\xda\x0c\xc4\x7d\x53\x99\xf2\xd6\xcc\xb1\x0a\x5b\xd6\x63\xad\xe1\xae\xd0\xe3\x20\x36\x5d\x44\x10\x9d\x68\x33\x99\x6e\x73\x6e\x08\xa4\x6c\x84\x18\x3f\xa8\x5b\x35\x48\x27\xf6\xb3\x62\x06\x6a\xda\xda\x4f\xb4\x83\x25\x2a\x71\x49\x59\xa2\x38\x0f\xa5\xdd\x7a\xfe\x68\x86\xac\x89\x6a\x99\x40\x6a\x99\x42\x81\x35\x9f\x4d\x95\x1d\x41\x30\xbe\x28\xfc\x15\xa6\x5c\xa8\x63\x91\x41\xcc\x24\xc8\x95\x0a\xac\xf0\xc8\x20\xd5\x6a\x94\xa3\x80\x34\x70\x10\x3c\x49\xc4\xae\x8d\x98\xa5\x9a\xe9\x4c\x1c\x11\x1a\x59\x10\x93\x04\x97\x96\x58\x4c\x8f\x6e\xa6\x7b\xda\x21\xd6\xe6\x76\xba\xac\x45\x34\x8c\x4e\x63\x8b\xeb\x76\x98\x2a\x16\x38\x6a\x10\xb7\xe0\x47\x2c\x6e\x90\x33\xc8\xad\xb1\xfd\x1b\xc7\xa0\x3a\xbf\xb1\xfa\xcb\xb9\x13\xd6\xba\xc0\x10\x0c\xbf\xa6\x6c\x67\x1c\x72\x12\xaa\xdb\xce\x94\x83\x1d\xa6\x6e\xda\xb5\x7d\xb8\x93\xe1\x63\x61\xc4\x4a\x3d\x9e\xef\xa3\xa5\x1d\xa1\xf3\x36\x9a\xbd\x80\xc3\x1a\x4c\x90\x9a\x98\xfa\x14\xb9\x04\x2e\x76\xac\x05\x9a\xfe\x48\x54\x1e\x71\xce\x05\x7f\x84\xb4\xcd\x36\x8d\x80\xc8\xa2\x4e\xbe\xe2\x31\x68\x44\xfb\x07\x34\x7a\xe7\x20\x3b\x76\x59\xd8\x39\x2c\x74\xdf\xaa\x72\x22\x67\xc1\x36\xd4\x89\x57\x91\x6f\x49\xcd\x7b\x55\x71\xbe\xf2\x0a\xb2\xc3\xc3\xc3\xa5\xe0\x48\x96\xf2\x6d\x5c\xa4\xb2\xf3\x07\x57\x15\x07\x8f\xc5\xc8\x99\x33\xc2\x6d\x0b\x31\x1a\x28\x67\x1b\x8e\x52\x8d\x03\x7c\xfc\x03\x6c\x0f\xbe\x5b\xd4\x9d\x21\x25\x14\xca\xf0\x3f\x82\x3a\x2c\x12\x85\x18\x3c\xb3\x23\x62\x69\x4f\x10\xc2\x88\x08\x2e\x6c\xf8\xf4\x39\x1e\x94\xf3\xd4\x48\x39\xa8\x69\xdd\x03\x54\x5f\x6a\x03\x85\x73\xbf\xda\x8b\x95\x14\x90\x6b\xe8\x02\x6c\x89\x7a\x05\xc9\x44\xb6\x44\x58\x28\xec\x00\xdc\xef\x0a\x57\xab\x86\x3a\x2f\x51\x05\x51\x9d\x95\x10\xc4\xd7\x01\xe0\x22\xd9\x66\xfb\x31\xf3\xc8\xf7\x1c\xd4\x64\x0b\x1f\x15\xfc\xa3\x9c\x68\x4c\x11\x03\x6b\xe5\xea\x09\x21\xcc\xa0\x2c\xce\x89\x54\xe0\xb4\x51\x83\x64\x2a\x2d\x08\x83\xfc\x02\x90\xcc\x52\x89\x47\xc8\x1e\xd9\x69\x9d\xc2\xb9\xf0\xb3\x93\x88\x29\xe8\xf1\x41\xc1\x96\x35\x91\xf0\xb6\x91\x13\xe2\x23\x9c\x0d\xd1\xcb\xdd\x17\xfe\x46\x40\x4c\xb5\x4d\xd9\xcd\x4f\x6d\xec\x70\x9b\x84\x32\x08\xec\x8a\xdd\x2d\x8a\x01\xab\x6e\x05\x91\xa3\x19\xcb\xbd\x93\x52\xa9\x1e\x71\x88\xd7\xc1\x3f\x23\x63\x2f\xa4\xcd\xe7\x8f\x20\x3a\xb0\x0a\x2b\x7e\x39\xe0\xb2\x67\x13\xe6\x6c\x84\x04\x65\xaa\xd9\xca\x54\x50\x10\xfb\x02\x7b\xed\x7c\xee\x61\x92\x28\x95\xda\x40\xd7\xc5\xcb\x8c\x90\x70\xfb\xbc\xe8\x9f\x97\x13\xd5\x1c\xb5\x82\x35\xbb\x52\x11\x93\x9f\xa5\x36\xa2\xd7\x86\x19\xb8\xd9\x46\x36\x6c\xd2\x0c\x89\xad\x50\xeb\x5e\xa7\x71\xae\x53\xce\x08\xcc\x76\x02\x95\x0c\x44\xe3\x4e\x73\xe8\x48\xf4\xc6\x39\xed\x2b\x9f\x6f\x2f\xed\x2b\x9f\x6f\xdf\x03\xe9\xbf\x5d\xa2\xe6\x85\x13\xd6\xd7\xab\x7d\xf9\x36\x37\x70\x9f\x98\x1e\xb7\x31\xab\x5e\xeb\xf3\xfd\x18\xc4\x39\xe6\x6a\x93\x1b\xdb\x98\xdf\x4d\x8a\x6d\xe0\x05\x85\x58\x48\x07\xdc\x4e\x3e\x1d\x26\xf8\x8d\x1f\x30\x44\xec\x28\x7f\xb5\x07\xe1\x47\xed\xf3\xbc\x69\xda\x00\xdf\x08\x5f\x8d\x3a\x3f\xda\x74\xb7\xaf\x9e\x9e\xef\xcd\x18\x6e\x1a\x24\x67\x2a\x1b\xa9\xd4\xcb\x36\xe2\xf5\xd1\x5f\x7f\x9f\x6b\xc6\xd2\x3b\x6e\x56\xbf\x89\x00\xcc\xfe\xfc\x71\x76\x06\xdd\x98\xf6\x65\x6a\x16\xf7\xe7\xfb\x5a\x3d\xfc\xbd\x53\x96\x5b\xce\xd8\xc1\xc2\xd1\xa9\x8f\x32\x14\x14\x1b\xb2\xf2\xa6\x0c\xd2\xb2\xe5\x41\x59\xa2\x76\x6a\xd9\xd2\x67\xd3\xfd\xec\xb8\x4b\xcf\xe8\x67\xd2\x3e\x58\x77\x85\x20\xb4\xba\x23\x52\xea\xbe\x58\x33\x2c\x1b\x2e\xee\xcb\x67\x19\x17\x46\x66\x78\x79\x3e\x78\x79\x0e\xc2\x6b\xcd\x05\x3a\x66\xa9\x41\x41\x2a\x57\x6e\x39\x01\xf3\x0c\x47\x4f\x8c\x3d\xe6\x25\x0b\x2e\xf3\xd1\x3d\x23\xb3\xc7\xe2\x27\x6a\xbc\x89\xf6\x19\x6d\x1b\xf1\x1d\x56\x80\x76\xfa\x19\xf6\x80\xf7\x6e\x45\xf9\xc7\x7c\x5c\x6e\xda\x07\x32\x23\x0f\x06\xf5\x4c\xef\xc8\xb7\x20\x2b\x8c\x28\x39\x1f\x64\x15\x85\xd7\xcc\x80\xe1\xb3\x8f\xc8\xa3\x04\x4e\xcd\x3e\x02\xab\xe0\x6d\x4e\x4a\x0c\x96\x8e\x0c\x72\x4d\x0e\x47\xc4\x5b\x33\xad\x09\xc4\xe5\xab\x24\x69\x47\x9b\xe2\x5a\xb4\x70\xc4\x9d\x59\xbd\xd4\x42\x45\xb6\x58\x41\xef\xe8\xe0\xbc\x99\x85\xdc\x26\x3d\x2d\xa1\x94\x0d\xb6\xaf\x32\xa4\x5c\x21\xe5\xcf\xf7\xec\x83\x79\xce\x9b\x5a\xa8\x8d\xb5\xf4\xea\x1c\xfe\x15\x14\xe0\x2c\xb1\x14\x2a\xbc\x89\x7e\x9b\x0b\xb6\x33\xce\xec\xb8\x3f\x7c\xfe\xf4\xe9\xff\xba\xfd\x72\xe1\x7e\xbb\xa5\x8e\x3f\xdf\x7e\x79\x67\xb7\xbd\xde\xe6\x1d\x62\x6b\x05\x0d\x21\x80\xfc\x12\x8d\x0f\x92\xc4\xe9\x06\xf1\xb3\x70\xcf\xbd\xa5\xde\x0a\x3f\x55\xbd\xce\xf5\x40\x3b\x3e\xd0\xf5\x1d\x58\x73\x67\x00\xec\x57\x30\xb5\xcf\x9e\x93\x67\xee\x1d\x1a\x07\x07\x6a\xf8\x0d\x97\x0a\x36\x98\xdf\xf5\xa0\x2f\xc4\x9e\xdc\x3b\x40\x2e\x3f\x50\xea\x1d\xc2\x12\xf4\x0c\xaf\x33\xcc\xdc\xa4\xdb\x33\xd5\x05\xfa\x79\xf8\xd0\xfb\x80\x62\x3a\x32\x48\x0c\x36\x00\xa6\x37\x0b\x05\x30\xaa\xbb\xbf\xfd\xee\x49\xcb\x7f\xbe\x9d\xbe\x3c\x5c\xb8\xa6\xe8\x69\xdf\x1e\xc0\x1b\xef\x4c\x52\xb6\xb9\xb7\xc2\xbb\xb1\x86\x14\x7b\xb7\x99\x50\xed\xb7\xf7\x47\x3b\x0d\x38\xf5\xff\xe3\x7c\x21\xce\xa7\xd1\x4f\x9d\xaa\x34\x2f\xa0\xaa\xb2\xf7\x50\x6d\x07\x0e\xaa\xed\xc4\x3f\xb5\x1d\xb8\xa7\x1e\xa8\x79\xf7\x3d\x45\xb6\x51\x02\xd8\x88\x89\xd8\xf1\x17\x33\x74\x23\x33\x48\x5a\xb5\x09\x39\xc3\x00\xe8\x6a\x2a\x06\xc7\x02\x72\xe0\x02\xdd\x28\xd5\x08\x88\x46\x53\xf6\xc7\xba\x88\x12\x9b\x16\x2d\x40\x22\xb6\x06\x77\x3a\x3f\x61\xd3\xc8\x38\x9a\x86\x4c\xad\x5f\xa9\xa9\xb8\xe0\x39\x1a\x58\x32\xeb\x83\xa0\x18\x61\x77\x93\xe0\x57\x76\x0d\x3f\x91\xb6\x16\x9b\x6b\x31\x08\x64\xfd\xa0\x8d\x46\x86\x96\x33\xb2\x2e\xe0\x8f\xcd\xde\x12\xd2\x75\x56\xa7\x67\xd4\xb6\xb3\xcf\xcb\x1c\xf1\xf9\x94\xb5\x52\x81\x29\x59\x25\x56\xe0\xb4\x40\x51\xa9\xe4\xf1\x2b\x7d\x84\x4c\xda\xd6\x36\x14\xb2\x19\x49\x11\xc4\x5d\x76\xf0\x33\x66\x2a\x70\x84\xb0\x31\x74\x5b\x28\xd5\x60\x87\x29\x2a\x8d\x11\x06\x61\xe9\x76\x38\xde\x0b\xdc\x4c\x07\x58\xd3\x1b\x5f\x33\xc3\x17\x29\xc3\x57\x8c\x4d\x95\x2c\x11\x0e\x19\x4f\x0a\xe5\x1b\xb7\xe0\x6f\x81\xab\x81\x79\xd3\x28\xeb\xc4\x58\x5f\xb4\x7c\xac\xea\x60\x4e\xd5\xb0\xcf\x58\xb6\xf1\xa0\x14\x6f\x95\x76\x5d\x61\x62\xb5\x3a\xed\x52\xcd\x09\x70\x2a\x3e\x2b\xe0\x9b\x90\xe5\x64\x5f\x13\xf0\x5d\xf8\x9a\x80\x0f\xc3\xc7\xf8\xfb\x6f\x74\xa4\x57\x4a\xae\x70\x74\xca\xee\x3b\x12\xe7\x7b\x91\xf9\x29\xe2\x9b\xcc\x78\x01\x4b\x15\xbe\x06\x32\xe1\x19\x7b\x8d\x1d\xd4\xeb\x9b\x45\xc5\x2f\x14\xcb\x3c\xed\x3f\x1a\x67\xf3\x97\xfb\x4d\xaf\x22\xff\x28\xfb\x9e\x88\x2f\xb3\xcf\x89\xfe\x65\x78\x6b\xf4\x76\x12\x49\xaf\x95\xbd\x6e\x7a\xa2\xa2\x13\x2f\xc9\x07\x38\x9a\x31\x69\x85\x61\x13\x13\xa6\xc2\x4e\xd5\xb1\xd5\x29\x99\x31\x51\x73\x28\xd9\x69\xa5\x79\x5b\x4c\x0f\x8a\x38\x4e\x35\x56\x2c\x07\xf9\x2a\x54\xd8\xaf\x42\x61\x11\x71\xc7\x0e\x8c\x41\xcf\xb7\x6d\xb2\x15\x5e\x16\x5f\x19\x1b\xf5\xd5\x15\xe1\x19\x6f\xbd\xb3\x63\xef\x3e\x2e\xe7\xbb\xb0\x64\xf8\xc3\xb0\x3b\xc3\xc4\xe5\x7c\x89\x58\xb6\xcf\x2b\x75\x13\xa5\xdf\x54\xdd\xe4\x54\xa9\x8f\xad\x66\x34\x6b\xbd\xce\xe3\x74\xcf\xee\xf3\xed\x8f\x77\xf7\xb7\x9f\x2f\x74\x33\x5e\x52\xbf\x3d\x44\x72\x59\x38\x4b\x01\x16\x8b\x57\x9f\x87\x32\x57\xa1\x7c\x0e\x36\xbc\x17\xca\x37\x9a\xf4\x2c\x9a\xb9\x92\x9c\xc3\x14\xcf\x55\x28\xe3\xc9\xb3\x77\x53\x9f\x28\xcf\x98\xe3\x12\xdd\x73\x7c\xc4\xcc\x33\xec\x75\x92\x2d\xc6\xdb\x51\xa7\x48\x25\x56\x62\x2c\x2e\xe4\xec\x49\xa1\x61\x28\x58\xa0\xc1\x76\x0e\x67\x1a\xc7\xd7\xe8\x94\xb7\x71\xf6\x44\xc0\x40\x03\xea\x37\x10\x89\x57\xca\xe0\xc8\xde\x9f\x6d\x22\x8d\x47\x1b\x58\xcc\xf0\x65\x5c\x8f\x76\xdd\x73\x88\x73\x0e\x19\xbe\x17\x1d\xa5\xe8\x33\x8e\x87\x9d\x2c\xa5\xa8\x58\x18\xc8\xd9\xec\x43\x3c\x15\xac\x6b\xb0\xd9\x8b\xfe\x01\x35\x98\xbc\x9a\xed\x85\x4a\x93\x6b\xc7\x61\x17\x07\x0d\x29\x11\xf7\x50\x05\xbc\x1d\xf6\x02\x61\x1a\x53\x76\x3f\x0e\xac\x0b\x09\x58\x0d\xec\x67\x43\x03\x73\x50\x80\xf7\x48\x6e\xe4\x08\x38\x5b\xb1\x6b\x5d\xa9\x4d\x79\xf6\x8c\xb3\x62\x35\x37\x8c\xc5\x4e\x36\x25\x91\x4c\x8e\xb9\x8f\xad\x41\x72\x2f\xeb\xd8\x68\xe0\x71\x20\x43\x4d\x8d\x18\x4b\x41\xc1\x97\x74\x60\xab\x2e\x67\xf6\xf2\x88\xbd\xd9\x81\x65\x15\xbc\x79\x58\x5a\x94\x98\x34\x54\x6c\xc4\x01\x83\xc6\x25\x24\x13\x5f\x57\xee\xd3\xcc\xf2\x56\x62\xc5\xa7\x9e\x9a\x75\x9f\x6f\x7f\xfa\xe9\xd3\xb4\xbe\x1c\x64\xdc\x1f\x88\xdb\x13\x98\xf1\x93\xbd\xeb\x2a\xed\x60\x7b\x3f\x0f\xf6\x09\x59\x1a\xf5\x3e\x09\x36\xab\xc5\x8c\x9f\xaa\xa6\x3c\x48\xb7\x93\x91\x28\x23\xdd\xa1\x32\xfd\x82\x83\x70\xd4\xab\xd6\xdd\xd0\xab\x1a\x96\x8d\x25\x67\x20\xbc\x4e\xbe\x77\xd9\x40\xa4\xdd\x43\xab\x04\xd7\x0d\xe4\x6b\x03\xd1\xdb\x09\x84\x93\x27\x60\x20\x64\x01\x81\xab\x01\xf1\xb9\x02\xaa\x7e\x64\x4a\xe5\x0a\x41\x7f\x41\xab\xcf\x1d\x62\xbd\x1b\x1b\xa0\x83\xdd\x67\x30\x03\x9a\xc8\xb1\x91\x32\x17\x0c\x7d\x29\xd1\x28\x57\x52\x0a\xf0\x85\x06\xf2\xc4\xee\x76\xc5\xab\x70\xca\xe9\xd2\x1a\x7a\x46\xb8\x2a\x86\xcc\x6f\x42\x17\xec\x24\x60\x7f\x77\x79\x9d\x0a\xeb\xa7\xed\xa5\x5b\xe3\x9e\xf6\x9d\x1d\x41\x5d\x6c\x97\xca\xba\xb2\xc6\x2f\xaa\xce\x05\xba\xdb\x3e\xda\xb9\x53\x1c\xed\x29\xa5\x55\x4f\x37\x52\xfb\x61\xca\x15\xce\xaf\x6b\xa1\x9a\xa7\x06\x2e\x7f\x25\xce\xab\xa2\xd8\x6b\x33\x3b\x7d\xc4\x51\x1f\x73\x62\x2a\x75\x65\x42\x38\xe6\xcb\xab\x51\xaf\x2b\xd0\xcf\x0f\x73\x33\x6b\x43\xe4\xc5\x66\x96\x17\xf4\xfb\x8f\xa3\xae\x58\x85\xac\x08\xcd\x8c\xfc\xd5\xfc\xe3\x85\x16\x5e\x99\xad\x9b\x6f\xb2\xd4\xdb\xbe\xea\x9e\xe3\xaa\xc7\x7e\xdd\xfb\xe1\x85\x55\xff\xfe\xde\x15\x87\x82\x91\x5d\x72\x9c\xe9\xfd\x4b\x8b\x99\xb2\xe2\xfb\x29\xeb\xa3\x5d\xab\x83\x6a\x89\x56\x1e\xca\x7a\x9a\xf7\x26\xd7\xd3\xbc\x57\x62\x86\xfb\x2b\xa5\x8c\xaf\x94\xf2\x34\x27\x1b\x44\xd0\x44\x52\xf8\xd2\x37\xa7\x6b\xd5\x7e\x51\xe2\x28\x49\x57\xe9\xb6\x5b\xbb\xe2\x2a\x4e\x7a\xfa\xb0\x5c\xc1\xd5\x56\x51\xf7\xf7\x69\x95\x33\xdf\x0a\xaf\x84\x91\x38\xaf\x30\x32\x7d\x58\xae\xe0\x5a\xab\x2b\x15\x3e\xd9\x1d\xfc\x7c\xfb\xe9\x42\x27\x2a\x4b\xf9\xf6\x9a\x33\x4b\xdf\xad\x39\x77\x04\x36\x83\x80\xc4\xf4\xb3\x5c\x62\xcd\x54\x01\xb6\x13\x6d\x8c\x4a\xa6\xa5\xd7\x6d\xc5\xa6\xbf\x0e\x6a\x9c\xaf\xa4\x57\x1a\xa9\x84\x92\x98\xd4\x4c\xcf\x2e\x54\xea\xec\x5d\xea\x1e\xd0\xd7\x8d\x6d\x32\x2f\x0d\x4e\x54\x89\xfa\x30\x25\xb2\x0c\xb5\xe9\xb3\x34\x5f\x49\x1e\xeb\xe5\x0d\xaa\xfd\xaa\x66\x38\x02\x83\x07\x58\x93\xd0\x28\xd0\x1f\x0b\xdf\x8c\x7a\x95\x96\x28\x6f\x77\xf2\xe2\x1e\x12\x7c\x83\x6a\x99\xff\x9c\x6f\xdb\x29\xc0\x74\x4c\x05\x95\x7a\x03\xae\xc5\xd7\x42\x57\xda\x5b\x6c\x1c\x20\xe5\xf9\x5d\x74\x1c\xf7\xd1\x14\x53\xd0\xc9\x25\x1a\xf0\x19\x5b\x78\xed\x78\x26\x47\xf3\x3f\x9c\xe5\xce\xff\x8f\xbb\x4b\x3b\xe2\x34\x76\xe6\xb4\x78\x66\x49\xe6\xf3\xed\xfd\xa5\xc2\x70\xff\xde\xbe\xdc\x02\xd9\xc1\xdd\x26\x8a\xc9\x39\x99\x8e\xc9\x96\xbe\x93\x54\x70\xd5\xd2\xa4\xc7\x85\xc1\xf7\x84\x9f\xc9\x09\x66\x79\xd9\xa4\x9a\x22\x43\xf7\xaa\x50\x05\xc5\x37\x6d\x6a\x74\xe8\x35\xd8\xb7\x36\xe2\x63\x87\x09\x3e\x51\xa6\x22\xcd\xc0\x6b\x96\xf0\x8a\xc9\x6c\xa3\x02\x3d\x71\x04\x4e\xd8\xa8\xe5\x94\xa6\x0c\xa7\x2c\x53\x0e\xc9\x8c\xf3\x1c\xa9\xac\x59\x13\x16\xf6\xfb\x0d\xb3\x93\xf9\xed\xd8\xa5\x0e\x0a\xfb\xc4\xbe\xc9\x03\x1f\xdf\xc3\x72\x6f\xa4\x9f\xff\xf6\x1b\xf7\xd9\x84\xff\xea\x9e\xa5\xca\x14\x0a\x6e\xfc\x14\x47\xa6\xb6\x65\x36\x4d\xb3\x26\xea\x93\x7d\xed\xbc\xdb\x88\x2f\x5d\x00\x5b\x07\x55\x37\x58\xa4\xeb\x75\x4f\x4f\x71\xd4\xcd\xa8\x4f\x26\xab\xb9\xa6\xdd\x5f\xbe\x20\x03\x09\x16\xc6\x9a\xd7\x72\x65\x03\xda\x48\xb8\xdb\x9c\x2d\xe7\xe3\x71\xe9\xde\x6c\xa3\x53\x71\xfa\xe5\xf1\xe7\xbb\x5f\x7e\xbc\x7c\x92\x5c\xd2\xbf\xad\xca\x31\xeb\x01\x2d\x53\xda\xc4\x36\x26\xdf\x5b\x73\x96\x0e\xa6\xe1\xcd\x9f\xa8\x6c\x73\xf5\xed\xc3\x11\x3b\xb4\xe3\x44\xed\x2a\x0f\xbb\x9d\x13\x80\x6f\x1b\x93\xfb\x1c\xa9\x8d\x4e\x4e\xd5\x35\x60\xac\x54\xec\x11\x2e\x3e\x87\xf6\x88\x42\x97\xe6\x02\x8d\x9a\x21\x18\x7a\xa3\xa9\x5f\xb7\x7a\xde\x98\x4a\xe7\x19\x98\x9e\xce\xb3\x42\xbd\x42\xfd\xc4\x7d\x23\xe7\xf8\xa2\x9e\x22\x5c\x10\x5f\x92\x36\x6d\xa2\xd4\x27\xec\x74\x4f\xd5\xa4\xd8\x77\x98\x33\xc7\x96\xbd\xdc\xd8\x9b\x01\x52\x48\x9f\xad\x99\xa2\x54\xb0\xf7\x16\x5b\x85\xf3\xba\x19\x02\x56\x5d\xbb\xda\x9b\x9a\x59\x30\x70\x5a\x47\xc7\x82\x3d\x55\xac\x9a\x6f\x40\x33\x76\xc2\x1c\xe5\x11\x03\x9c\xce\xb3\x96\x3d\xce\xa7\x47\x36\xf4\xd8\x9b\xd0\x07\x54\x63\xaf\x4b\xd5\xc5\x71\x98\xfb\x47\x4e\x82\x31\xb5\xbf\xb4\x94\x79\xc7\x28\x53\xfb\xef\x11\x2e\x1e\xba\x13\x2e\xae\xdd\x85\xcb\x86\x11\xc4\x43\xce\x7b\xfc\x96\xa4\xcf\xd5\x8d\xfd\xd0\x2d\x36\xee\x7d\xf7\x3e\x0f\xb3\x20\x07\xf5\x5d\x10\xd4\x71\x30\x95\xe5\x22\x38\x4c\x47\xa1\x56\x71\x09\xdc\xda\x46\xa7\x73\xf3\x7c\x62\x9e\xcb\x68\x87\xab\x9c\xe0\xa5\xc0\xe4\x54\x57\x40\x6b\xc8\x21\x2d\x14\x62\xc9\x2c\x3a\xf2\xd9\xf0\xa9\x0d\x1b\xd4\xd2\xbc\x79\xe7\xc3\x24\x0a\xee\x5f\x1e\xfd\xf3\xed\xff\xfd\x0b\xf7\xb1\x64\x47\x91\x59\xd8\x19\x0e\x28\xf3\x51\xd4\xd6\x2e\xb2\x6b\xf7\xd1\xc1\xeb\x00\xa4\x7a\xde\x43\x7b\xf1\x2e\xc9\x70\x09\xf6\xda\x7c\xaf\x47\x5a\x27\xf8\x57\x97\x7c\xd1\x25\x4d\x0a\xff\x9c\x2e\x79\xa9\x93\xe4\xe7\x97\x7e\x91\x27\x5a\x64\xfe\xa9\x1f\x33\x3a\x21\x54\x71\x20\x0e\x85\xda\x07\xd7\x95\xe6\x55\xe9\x6e\x13\x61\xba\xce\xb5\x52\xbf\x65\x41\x60\x91\x78\x30\x5d\x72\x5e\x2b\xb5\x19\x53\xd6\x59\xea\x6b\xe4\x50\x67\x09\x9d\xf4\x84\x99\xe9\x55\x12\xa6\x8f\x45\x4c\x5b\xa8\xed\xd6\x0d\xc8\x39\x63\x13\x4b\x2d\x1b\xd6\x42\xfd\xe4\x4e\xd4\xb2\x56\x0c\x26\xfd\xfa\xec\xbc\xf9\xb8\xf9\x8a\xb1\xed\x71\x73\x3a\xaa\x9d\xe8\xe6\x77\x3f\xee\xf6\xb8\x83\x56\x3d\x2e\x92\x9d\x6f\xb8\xbf\x28\x68\x07\x2d\x99\x17\xf1\x9e\x1b\xd6\x31\x0f\x2a\x00\x90\x98\xc9\x34\x9f\xc3\x8b\xd0\x2f\x1c\x75\x32\xfd\x19\x89\xff\x41\xa4\xe2\x5c\x93\xfe\xaf\xbb\xc7\x2f\x0f\x9f\x2f\xdc\xef\x44\xb3\x7e\xf6\x27\xde\x6e\xda\xce\x3b\x17\xb8\x3f\x2c\x89\xf7\x2d\x91\xe9\xca\xad\x50\xdf\x76\xc0\xa7\x0f\x25\xae\xb7\xb9\x90\xc2\x63\x44\xe7\xcd\xed\x3d\x15\x9c\xa5\x0a\x48\x35\xe5\x04\x36\x80\x64\x77\x98\x06\xd6\xac\x3a\x34\x6f\x67\x15\xb8\xe6\x52\xcd\x02\x3a\x6a\xd6\x9d\x13\xe2\x8b\xab\x58\x6f\xe0\xb4\x41\x90\x4b\x03\x5b\x1d\xd7\xb9\xfd\xb0\xb5\x3e\xe7\x8c\xad\xa5\x7f\x02\xb9\xf8\xba\x1e\x3f\x8b\xc6\xfb\x3d\xbf\xf3\xed\x1f\xeb\xf9\x23\x3b\x57\x1c\xff\x4b\x24\xfe\x63\x44\xe2\xee\xd2\x21\xe2\xee\x1d\xfa\xda\xfc\xc3\x0f\x3b\x3b\x09\xf4\x04\xf6\xa3\x63\xcd\xa3\x93\x5a\xf5\xf7\x8d\x24\xaa\x32\x81\x7d\x23\x41\xa9\xe8\x11\xaa\x6d\x03\xcb\x44\x02\x7d\x40\xec\x94\x34\x30\x76\xa3\x1b\x31\x36\x0d\xb0\x2b\x91\xca\xda\x14\x5c\x05\x35\xee\x06\x3b\xbc\xd3\xc0\xd6\x42\x6e\x24\xb1\xc0\xb9\x2b\x81\xf0\x00\x0e\x67\x40\xf6\xef\x94\x25\x64\x5c\x6c\x54\x46\x54\xc0\x37\x28\xa5\xbe\xe6\x24\x54\x6b\x50\xea\xd8\xdb\x4e\x12\x2b\xf6\xb6\x9b\xbd\x0f\xa7\xec\x94\x1c\xeb\x96\x9c\x49\x84\x49\xb2\x25\xcd\xa1\x92\x8e\xd8\xa8\x15\xc4\xb5\x16\x64\x0b\x4e\xb7\x7e\x55\x21\x8e\xb9\x80\x9e\xa2\xd9\x4b\xad\xbc\xa1\x57\xaa\x63\x5f\xf2\x6d\x6c\x1d\x3b\x85\x89\x46\x9e\x22\x18\x4e\x10\xf3\x0d\x8a\x0f\xcb\x74\xd8\x87\x03\xac\x3f\xe9\x95\x34\x1a\x2d\x70\x97\xa0\x40\xdd\xe0\xde\xe1\xa2\x5b\xf6\xd5\xba\x2e\x58\x56\x47\x9d\xc3\x13\x9d\x9a\x15\x51\x2a\x82\x93\x2c\xb7\x52\xc1\x83\x0c\x2f\x4a\x53\xab\x41\x18\xe2\x8b\x43\x81\x33\x50\x02\xec\xfc\x3a\xd7\xf4\xc4\x4a\x5a\xb6\x51\x12\xf1\x40\xe0\x37\xd6\x47\x81\xe9\x53\xad\x75\x94\xf7\xee\x7b\x92\xfd\x7c\x33\x0a\x99\x5d\x0f\x62\x93\x84\xd5\x0f\x31\x4b\xa1\xb8\xe5\xee\x8e\xd1\x75\x0d\x3c\x41\xd3\x3f\xcb\x8d\xe6\xba\xc9\xf0\x1f\xdb\x09\x05\x9a\xbc\x10\x7b\x89\x7c\x65\x6b\x16\x8b\xdc\x02\x28\x38\x72\x23\x6d\xf8\x1e\x6c\x56\x9d\x91\xe9\x87\x5f\x37\x17\x22\xca\x23\xe9\x3b\x8c\xb1\x3b\xba\x81\x52\x38\x54\xc5\xba\xea\x02\x83\x04\x6f\xd4\x76\x00\x24\x53\x7c\x39\x4e\xf6\x8b\x71\xf3\x52\x9c\xee\xf8\xc6\x7c\xf9\xaf\x29\xac\xa1\xde\x9d\x38\x59\x8a\x9b\x66\x25\x20\x18\xac\x3a\x71\x01\x76\xdd\xb2\xe9\xdb\x6c\xcf\x99\xbd\x22\xee\xf6\xed\x1b\x39\x57\x40\x8a\x0c\x22\xb0\x11\x4d\xdf\xae\x69\xf9\x7d\x6a\xec\xc4\xab\x52\x50\x9c\xea\x2e\x66\xf6\x6b\x83\x20\x9f\xb3\x3f\x78\x9c\x37\x33\xa0\xe1\x5b\x3e\xd8\x59\x8f\xa5\xc6\xaa\xb1\xcc\xae\x3d\x8d\x1f\xdd\xbb\x1b\xe1\xdc\xb0\x33\x85\xea\x84\x00\x6e\xb3\x3c\x1a\x16\xcf\xcc\xf0\x48\x20\xc1\x09\x32\x66\x83\x12\x9f\x19\x6b\xf1\x5f\x7c\xee\x4d\xef\x67\x6b\xf6\xf9\xe3\x18\x58\x52\x63\xea\x88\xe0\x0b\xa6\x36\x30\x76\xc1\x0a\xe0\x37\x40\x75\x0e\x4e\xd5\xaa\xc4\x53\x86\x5b\x6d\x28\xd4\x2d\x77\xf7\x54\xb5\x5e\xc8\x31\x17\x78\x9d\xc3\xd9\xd2\x3e\x8f\x14\xc5\xc2\xf8\xfb\xfc\x11\xbb\x59\xee\xc7\x51\x29\xfb\xfa\x9b\x54\xa7\x24\x77\x4c\x40\xc8\x74\x18\x91\xab\xdb\x47\x6c\x8f\xfb\x5e\x4e\x68\x91\x4b\x40\x80\x66\xc1\x4a\x20\x9b\xe4\x56\xe2\xeb\x02\xee\xf6\x53\x51\xfd\xed\x52\x80\x2f\x4b\xf9\xf6\xae\x7b\xfa\xf1\x60\x47\x27\x48\xe1\x0d\x5c\xb6\x54\x08\xb0\x1d\x08\x04\xa0\x8c\x40\x7d\xf8\x29\xc0\xb1\x76\xad\x43\xe1\x93\x9c\xa7\x38\xe2\xb0\x4a\xe0\xfd\x5d\x9c\x5d\x2b\x26\x93\x39\x88\x26\xce\xec\xee\x73\x08\x8d\xf6\xab\x39\xb4\x35\x85\xf9\x04\xb3\x54\x9a\xce\xd1\xac\x6f\x10\x15\x52\x24\xa8\xec\x18\xf6\x1f\xc1\xac\xef\x48\xa8\x9b\x0c\xbb\xf8\x8d\x04\x67\xc3\x80\xf7\xbe\x67\x47\x71\xc0\xcf\x1f\x6d\xe4\xd5\xea\x4e\x44\x65\xb7\x21\x57\xf6\xfb\x71\xe5\xe5\x76\x5c\xd9\xef\xc6\x95\x83\x8d\x3d\xe1\xb4\xb8\x49\xfe\x91\x6c\x7a\x8a\x9c\x3a\x2a\x14\xf4\xc8\x4a\x79\x3b\x06\x8d\x60\x87\x9b\x73\x7e\x8b\xd6\xec\xeb\x87\xdb\x1f\x3f\xfd\xf2\xf3\xe5\x72\x12\xb7\xfe\xc4\xdb\xf2\xa2\x3f\xde\xed\xa2\x59\xe0\xe4\x55\xa8\x4e\x8c\x85\x6a\xc8\x30\xe6\x83\x8a\x71\xdc\x99\x46\x18\x6e\xf0\xc5\x5a\xa0\x9c\xae\x0f\x0b\xd6\x87\xb7\x11\x91\x1f\x58\x45\x59\x96\xce\x8b\xe3\x2e\x1c\x2f\x9e\xaf\x73\xb1\x17\x88\xe5\xab\xd4\xc3\x30\xf9\xac\x79\x5e\x91\x89\x80\xa4\xc0\xb5\xd6\x48\x30\x72\x5d\x89\x0d\x48\x0d\xee\x14\xd6\xf3\x7a\x26\x04\xcb\x8c\x44\x79\xab\x28\xa5\xbd\xd5\x01\x1a\xd3\x2b\x4b\xe7\xc2\x42\x75\x5d\x60\xa5\xa4\x29\x22\x44\x99\x38\x56\xea\xa1\x60\x05\xa3\x86\x41\x7d\x9b\x6d\xec\xd0\x4a\x32\x65\xac\xce\x4b\xc0\x18\x63\xe5\xf4\x94\x5b\x19\x82\x20\x81\x46\x7a\xa5\xd9\x64\x52\xab\x52\x06\x81\xbc\xef\x89\x17\xee\xc0\x28\xa9\x0b\x62\x05\xbc\x85\x72\x98\x21\x70\x6e\xd2\xb5\x74\x7d\xbe\x07\xc0\xc9\x82\x9c\xf6\x07\x84\xeb\x9c\xe4\x7c\x7c\xf8\xe5\xf1\x62\xa0\x74\x48\xce\xbd\x3f\xf1\x1e\xf3\xdb\x0f\x07\x23\x0d\x18\xbe\x33\x5c\x30\x5f\x71\x5b\xd8\x60\x46\x58\x6b\x1e\x70\xfb\x56\x4a\xfc\xa1\xda\xb1\x84\xf9\xc7\xf5\x56\xa9\x03\x6c\x68\xd7\x2f\x62\x6d\xc3\x92\x9d\xb5\xe0\xa8\xc0\x99\x3b\xeb\x24\xdb\xd3\xd7\x3b\xd0\xe6\x4a\x8d\x27\x86\xab\xbd\x20\x6a\xb7\x01\x16\x4a\xe1\xce\x63\xba\xa0\x3e\x8e\x4e\xa9\x01\xe2\xb1\xcc\x57\x43\xd5\x4d\x2d\xa4\xe5\xf7\x3c\x79\x5d\x59\xbf\xce\x89\xf6\xf9\x3e\x8a\xd8\x00\x78\x53\x75\xd3\x33\xb1\x6e\x4b\xc6\xf4\x77\xcd\xdd\xc6\xa7\x34\xb7\x43\x21\x9e\x10\x67\xd5\xac\xc6\x0a\x80\xe0\xd4\xca\x82\x68\x65\xd3\x8f\xc7\x16\x01\xe5\x76\x98\x2a\x31\x5c\x9d\x4a\xc0\x19\xf0\x40\x67\x56\x6c\xd9\xce\x71\x94\x38\xc2\xe5\xc8\x93\x7a\x2a\x3f\xf5\x40\xc8\xb4\x45\x6e\xc1\x0e\x1f\x32\xe2\x66\xc2\xfc\xe3\xed\x6a\xbd\x01\xf0\x8d\x37\xdc\x5e\x73\x12\x3e\x0a\x0b\x3c\x6c\x37\x7c\x51\x03\x99\xb7\x4f\x4d\xd6\xad\x80\x68\x9c\x80\x0b\x45\xb5\xf8\xfb\xfd\x93\xde\x29\xa8\x9f\x1c\x7c\x53\xd8\xd7\xc1\xfc\xf9\x7e\x77\xfb\xf6\x27\x49\x13\x1b\x33\x0b\x5f\x4b\x7d\x4d\x1a\x5f\x93\x38\xfb\x22\x86\xab\x94\x00\x43\x00\xbb\x78\xdc\xf1\x29\xc1\x9b\x68\x5f\xa1\xef\x94\xf2\xf0\x7b\x76\x09\xe7\x34\x38\x5d\xbe\xfc\xb0\xd1\xdd\x3a\x42\x44\x50\x69\x01\x9e\xeb\x9c\xc8\xeb\x12\xf5\xfd\x35\x4e\xe1\x4f\x90\x39\x88\x1b\x7b\xf0\x21\x77\x08\x1e\xf2\x84\xdc\xed\xeb\xf2\xed\x32\x1e\x0a\xdc\xdb\xa2\xb9\xfb\x9a\xdb\x73\x8d\xb3\x97\x75\xd4\xf5\xab\x3d\x2d\x52\xe2\x9d\x30\x76\x97\x44\xbb\x84\xfe\x96\x33\x87\x9e\xbe\x91\x63\x90\x4d\xfb\xb1\xa7\xbf\xd3\xfe\x99\xc7\xdf\x49\xff\x5c\x97\x4e\xb9\x07\x49\x4a\xfd\xd2\xee\x79\x4e\x02\xe2\xbe\x2b\xbd\x3e\x59\xfc\xab\x7b\xfe\x7d\x77\xcf\x2b\xee\x3d\x48\x19\x88\xf2\xeb\x09\xae\x82\xc5\x04\x15\xe3\xee\x37\xee\xa1\xe7\xb5\xa7\xa7\xaf\x53\xbb\xef\xf1\xc0\x7b\x5a\xf7\x4f\x3b\xdd\x29\x9b\x66\x2b\x8d\x64\x1b\x8b\xa9\xc9\x76\x98\xe6\x1d\x34\xec\xba\x66\xb3\xb6\xb5\xcc\x67\xd7\xda\xd3\xcd\xa2\x64\xbd\x74\xe4\x10\xbe\x5a\xfc\x23\x12\x34\x57\xb8\x88\x3e\x89\xcc\x40\x8a\x0c\xbf\xf1\x3d\x8c\x22\x7b\x12\x1d\xce\xc4\x3b\x1c\x9f\x84\xd4\xa3\xc7\xa1\xf4\x0b\x6c\x5f\x2c\x47\xa8\xff\x22\x9f\x9d\xe3\xf9\xbc\x45\x97\x62\xa1\x12\x1d\x0b\xce\x54\x73\x8c\x17\xb9\x8a\x8d\x0b\x66\x1b\x98\xa9\x9d\x11\xd5\x6e\x96\x00\xcd\x4b\x92\xa7\x45\x7a\x3c\xca\x76\x3a\x97\xed\xa2\x38\x9d\xd8\x7f\x30\x37\xac\x5e\x62\xa5\x86\xc8\xb0\x5d\xdd\x31\x80\x91\xd4\xc6\x2f\xd3\x28\x1d\xbc\x25\x03\xfd\x08\x2e\x27\xf3\xa9\x3b\xa0\xcc\x6e\x26\xea\x3e\x26\x71\x3e\x8d\xb3\x57\x10\x5c\xb6\xfe\x78\x36\xd8\xdd\x62\xdd\x48\xa3\x32\x29\x9a\xa1\xc3\x0e\x69\xee\x39\xad\xd4\xb6\x2a\x0e\x6f\x27\xd6\xe8\x4f\xd1\xe6\x10\x13\x60\xd6\x3f\xfc\xfa\x73\x92\xfe\x3f\x3f\x4d\x7f\xf9\xed\x42\xf0\x7f\x48\xfa\xaf\x78\xe0\x3d\x2b\x61\x3a\xb4\x12\x7a\x7f\xd7\x4a\xd0\xbe\xd8\x08\xa5\xbe\x63\x23\x08\xbf\x69\x24\x64\xee\x8b\xfb\xd4\xb9\xdb\xbf\x2b\xd0\x6e\x50\xcd\x53\xa4\x56\x4d\xa2\x5b\x04\x7f\xb4\xc9\x34\xcf\xa7\x26\xd5\x66\xc0\x82\x63\x34\xab\x7b\x08\xf8\xbf\xc7\xc5\xf8\xd3\xc5\xfa\x83\x78\x6b\x8f\xd4\xdd\xa5\x4f\x90\x09\x56\xaf\x1a\xb1\xfc\xf9\xef\xf9\x1d\x36\x08\xbc\xeb\x46\x9d\xed\x0f\x70\xaf\x8e\x6a\xf6\xc7\xcd\xa8\x07\x81\x2c\xfb\x80\xad\xb8\x04\x6c\x2d\x96\xac\x9c\x98\xb2\x72\x60\xcb\xca\x81\xc2\x04\x27\xbd\x6f\x93\xd7\x4b\x81\x7f\xdc\x7c\xfa\x7c\xe1\xe6\x17\x92\xbe\x83\x02\x5b\x64\x87\x02\x9b\xe1\x7e\x43\x65\xad\x02\x5b\xfe\x4a\x73\x25\x05\x84\x47\x10\x38\x5f\x28\xf0\xdc\x18\xdb\xa1\xfc\x1d\xf3\x82\xf0\x11\x38\x89\x3d\xb1\xee\xa8\x54\x9b\x06\xb0\x93\x1a\x77\xeb\x30\x1e\x55\x92\xa9\x6c\x0b\xc6\xbd\xac\x36\x78\x78\xb8\x85\x3b\x1d\xd2\x8c\x30\xd0\x88\xb7\xa5\x3a\xfc\x48\x43\xdc\xbc\x2f\xa8\x9b\x82\x56\xec\xc7\xc6\x83\x1b\x75\x16\xf9\x53\x1f\x42\xeb\x56\xe7\x7d\x08\x6d\xca\x00\x00\xb0\x87\x40\xb9\x43\x60\x60\xc1\x00\x83\x57\x82\xd4\x62\x42\xc9\x41\x24\x31\x07\xd6\x5b\xd9\xd7\x55\x30\xc8\xe5\x3e\x81\x99\xd8\xc6\xf4\x86\xcf\x02\x2c\x4f\x39\x69\xa6\x4b\x49\x61\x5f\xd0\xc0\x9e\xd2\x90\xdc\x2d\xfe\x7b\x05\xd0\x3c\x49\xa8\x33\x4f\x59\x3a\x15\xe0\xd1\xe1\x17\xc1\x08\x43\x2a\xfe\x16\xae\x40\x78\xe3\xca\xa0\x44\x4f\xad\xcf\xc7\x46\xa9\xa9\xe3\x2b\x54\x90\x8f\xbb\x72\xd7\x3d\x02\x88\xb3\x86\x3a\x28\x4b\xbf\xcd\x9d\x64\xe6\x2a\x97\x39\xcc\xdc\x94\x23\x29\x36\xd6\x48\x2a\xdb\xd8\x2b\x29\x73\x14\xa5\x52\x87\xa7\x2f\x61\xfe\x99\xb7\x20\x33\xa9\x60\x23\xb1\x6b\x5d\x4b\xc9\x00\xb3\x1c\x69\x8a\x95\x29\x6b\x71\xb4\x5c\x85\x8b\x73\x75\x78\xb9\xd1\xab\x53\x90\x77\x41\x00\xe0\x28\x02\x86\x11\x61\x7f\x43\x0e\xf3\xcf\xe1\x1b\x82\xbf\x61\x2e\x92\x04\x14\x69\xfe\x04\x0d\xf3\xcf\xe1\x27\x44\x7c\xc2\x9a\x67\x86\x51\x90\x50\x79\x72\x09\xf3\xcf\xbc\x47\x6b\x35\x04\xa5\xd0\xc1\xea\x24\xf5\xbd\xcf\x12\xb7\x68\x2d\x22\x3b\x97\xa1\x6b\x45\x68\x53\xe5\xb6\xb8\x51\xf9\xdd\x43\x47\x2a\x6e\x7e\xf9\xa5\xcf\x14\xb7\x65\xd3\xc2\x6f\xc6\xcc\xcf\xf7\xa3\x86\xf4\xc6\xfb\x36\x76\xeb\x5f\x2f\xfc\xfb\x7e\x61\x14\x01\x27\xda\x1b\x62\x33\xf8\x1f\xfc\x1b\xff\xe9\x5f\x68\x7d\xbf\xa4\xb7\x5e\xf9\xcd\xfb\x3e\x14\x88\xb7\x5e\x98\x7f\xd7\x37\xb2\xf0\xdf\x4d\xad\xbe\x9c\x31\x9f\x2e\x9b\x30\x9f\xde\x09\xde\xad\x8b\xda\x0e\x6c\x90\x6b\xed\x1f\x0e\xdd\x75\x96\xfd\xbd\x73\x9e\x3d\x9a\x9e\x84\xaf\x8f\xfd\x6b\xd2\x4e\xad\xbe\xd4\x71\xe5\xe9\xd8\x15\x67\x89\x42\x93\xc2\x76\xc7\xde\x72\xc6\x7f\x48\x8f\x9c\x8a\x5c\x4d\x04\x54\x39\xd6\x68\xab\xde\x54\xdd\x9c\xe1\x3d\xfb\xdf\xf7\x3f\x7c\xbe\xdb\x6e\x6f\x2f\xaa\xb9\xdf\xe6\xc4\xef\xf8\x0b\xdc\xed\x3c\xe4\x1a\x36\xf5\x7b\xa2\x7e\x55\x14\xfb\xf6\xaa\xc0\x4b\x6b\x24\xa1\x32\x70\x70\x61\x82\x8f\x5d\xc8\xe7\x0b\xb3\xfe\x45\x98\xca\x53\x6e\x34\xae\xa0\xa2\xf8\xf3\x88\x8a\x45\xae\xf0\x77\x4e\x40\x22\x03\xb2\x19\x65\xec\xe3\x61\x8d\x01\x38\x65\x88\x16\x2e\x1c\x11\x09\xd4\x1c\x15\x4e\x81\x47\x67\x96\xbe\x49\x5d\xf0\xcc\x7c\xa5\x29\xe4\xe1\xd1\x32\x89\x80\x32\x0c\xe3\x7f\x44\x2c\x7b\x8f\x44\xcd\xcf\x4a\xc7\x96\x6f\xef\xc4\x01\x38\x4a\x76\x2b\xe0\x96\x52\xf7\x7c\xcc\xfa\x1c\xee\x68\x0e\xfa\x33\x20\x7c\x79\x21\x32\x78\x90\xbc\x10\x11\xca\x19\xa0\xcd\x7c\x69\x6a\x29\x39\xb4\x94\x67\x10\x9a\x48\xca\xd4\x6e\x74\x31\xd1\xf6\x2b\x00\x6e\xc2\x74\x47\x47\x63\x8f\xf0\x2e\x94\xdd\x87\xa0\xb8\xf3\x78\x8b\xac\xa6\x6c\x16\xd2\xa8\xc9\xfd\xbf\xb1\x72\x65\x1f\x3f\x70\x1d\x0e\x32\xb8\x1e\x2c\x85\xc7\x14\x0b\x14\xf7\x4c\x35\x14\x33\xca\x9b\xa5\xc3\x99\xfb\x35\x1f\x3b\x2c\xdf\x58\x11\xeb\x14\x07\xe5\x08\x24\x3b\x28\xba\x02\x5c\xe4\x79\x07\x94\x09\x28\x81\x3c\x07\x6f\x03\x2f\x99\x4e\x58\xbc\x17\xc9\xfc\x6f\x77\xb7\xd3\x65\xee\xce\x8b\x78\xc6\x1f\xec\x91\xf7\xb8\x2b\x76\x24\xc7\xb9\xc0\x61\x49\x2a\x8d\x6d\x4e\x40\x44\x93\x46\xb9\x4f\x52\x80\xcc\x96\xa9\x28\x1c\x27\x72\x34\x41\x63\xb3\x37\x46\xcc\x4d\xa8\xc5\x51\xa8\xf7\xa8\xd4\x47\xcc\xbd\xcf\x58\x5b\xa3\x46\x56\x53\xaa\x41\xf8\xd3\x23\x3c\x9f\x3a\x69\x64\xaa\x15\x7e\x3d\x66\xa3\x28\x36\x02\x01\x31\x2d\x3c\x43\x34\xe5\xba\x65\xc7\x45\xee\x95\xba\x58\x09\x9a\x55\x58\x46\x09\x4d\x14\xd8\x21\xbb\xd4\x57\x22\x8b\xd0\x30\x21\xb0\xac\x41\x52\x90\x25\x02\xce\x2c\x8d\xa8\xb1\x74\x4a\x00\x9a\xcb\xdc\x89\xe1\x3e\x93\x1b\x5c\x0b\x5b\x0d\xb9\x65\xca\xe5\xf9\x63\x61\x53\x96\x43\x4d\x54\xa6\x4a\xec\x54\x90\x26\x87\x5d\x66\xcc\x6f\x88\xb9\x55\x45\x28\xd4\xd4\x7a\xab\x7d\x2d\xfc\xd0\x52\x27\xc6\xd2\xdc\x28\x21\xd7\x4a\xa3\xa3\x06\xab\x23\xa6\xb8\x3b\xe2\xc0\xc2\x2a\xfa\x61\x8e\x02\xe8\xb7\x4c\x1e\x3c\x08\x87\x26\x61\xab\xc5\x0a\x08\xc0\x91\x63\xee\x0d\x3e\x4e\x00\x41\x8a\xac\x85\xa4\x3e\x7f\x2c\x35\x05\xd5\x46\xa3\x5f\x8b\x55\x60\x5d\x4b\xaf\x81\xeb\xa0\xb2\x8d\xd5\xec\x7d\x28\xff\xb1\xb1\xc7\x98\x91\xb4\x57\x17\x38\x28\xe5\x27\xb1\x7a\xb9\x4a\xa1\x24\xb5\x0f\x85\xf1\xef\x38\xd6\x00\xb1\x2e\xfa\x62\x69\xa0\x85\x79\x6f\x24\xdb\x10\x4c\x20\xfc\x3c\xb3\x40\xf0\x52\x84\x7f\xf9\xf1\xee\xf3\xf6\xd3\x2f\x97\x79\x18\xfe\xb6\xa4\x7e\xdb\xc3\x34\x4d\x07\xbe\xe5\x40\x15\x7a\x02\xc7\x30\xc6\x20\x0e\x2d\x9b\x14\xe6\x9a\x96\x7f\x8f\xb9\xa6\xb8\xbb\x1a\x73\x4d\x37\x78\xea\x8c\xc3\xe4\xf1\x64\x34\x4f\x3b\xdc\x2e\x9e\xcd\xbc\x28\xb7\xbe\x9e\xb9\x78\x91\xa6\xf0\x95\x2f\x3c\x99\xfc\x5e\x7b\x9f\xf3\xb4\x49\xd7\xeb\x93\x7c\xbe\xc5\x84\x7b\xa6\x35\x1f\x2e\x6d\xc8\x87\x77\x58\xaa\xee\x16\x08\x25\xb6\xd1\x50\xcc\x88\x56\xfb\x5d\x60\x42\x66\x0d\xe9\x50\x81\xba\xc9\x6c\x02\x0b\xf5\xc7\x8f\xa6\x0f\x85\xb4\xd1\x7e\xa0\x1f\x1d\x2a\x4f\x4f\xad\x53\xce\x7c\x95\x6d\x5a\x6d\x02\x2e\xc6\x36\x42\xee\x70\x82\x6c\xa4\x2d\x70\xe9\x94\xdd\x19\x32\xb5\x09\x63\x60\xaa\x34\x86\x4d\x04\x95\x54\x01\x3d\x46\x95\x05\x7f\xe7\xd2\x82\x8f\x6c\x7c\x65\x3d\x27\x69\x0e\x32\x84\xb8\x74\xfc\xda\xeb\x13\xf8\x31\xf0\x4d\x25\x99\x4a\xab\x94\x3a\xe0\x83\x6d\xc0\xc7\xd0\x48\x92\x25\xda\x70\x51\xc0\x45\xc2\xb9\xc4\x02\xbe\x4b\xa5\xca\xf8\x66\xc1\x92\x7c\x29\x1a\x41\xe9\x9c\x6d\xb4\xdc\x8a\xb3\xf3\xfa\xcf\xa4\xa4\x4d\x23\x8e\xc0\xa1\xac\x1c\x95\x1a\x3a\x2a\x69\xca\x91\x0a\x97\xab\xdc\x80\x89\xa7\x36\xc4\x8b\x47\x34\x95\x1e\x54\x78\x57\x46\x9b\x4a\x47\x23\xae\x58\x52\x6f\x35\xb6\x4e\xcd\x44\x01\x8c\x4f\x35\xa4\x88\xbb\x6d\xbe\x1e\xe7\xeb\xf8\x07\x82\x21\x44\x3c\xe5\x04\xbe\xb6\x4e\x6a\xb7\x94\x89\x9b\x86\x86\x96\xdd\x0c\x1b\x7b\xf5\xb5\x26\xd2\xbe\xa8\xbd\x87\x9a\x6d\x38\xa3\xa8\xfd\xf2\xe3\xc3\xa5\x3e\xeb\x26\x80\xa7\x3c\x88\x2f\x85\x90\xef\x76\x41\xc3\xa5\x50\xd1\x12\xfa\x14\x6b\x25\x1b\x55\x33\x08\xec\x2a\xa9\xf4\xf0\xff\xb3\xf7\xb7\xcd\x8d\xe3\xca\xdd\x38\xfc\x55\xf8\x01\x44\x14\xf1\x0c\xe8\xdd\xac\xf7\x6c\x9c\xc4\xce\x99\xec\xec\x7a\xef\x6b\xdf\xdc\xa5\xa1\x39\xb6\x32\xb4\xe4\x48\xb2\xe7\x8c\x3f\xfd\xbf\xfa\xd7\x00\x08\x4a\xf2\x8e\x27\xd9\x93\xca\x75\xd5\xa9\x19\x8b\x8d\xee\x26\x08\x02\x20\xd0\x00\xfa\x41\x39\xa1\xb4\x6e\xa9\x2e\x83\x83\x97\xce\x60\xaf\x4c\x10\xd1\x4b\x12\x12\xa2\x97\x17\x5a\x8b\x60\x39\xc2\xaa\x95\x0d\x26\x41\x6b\x63\x83\x28\x1a\xd1\x48\xf6\x24\xfe\x7a\xc0\x4a\x23\x3a\x1b\x7b\xcc\x72\x70\xf1\xa4\x68\xfe\x4a\x99\x49\x47\x4f\x68\xf9\x41\x23\x14\x15\x2d\xff\xf6\x9a\x0a\x64\xd8\xd7\x55\x44\x84\x8e\x8e\x1d\x93\x76\x1e\x71\x90\x95\xc6\xf1\x87\xd7\x4d\x54\x42\xc7\xd0\x0a\x8f\xf8\xae\xd4\x58\x9a\x64\xb4\xe8\xa9\xbb\x44\x61\x82\xe1\xab\x51\x17\x46\x69\x84\x33\xd5\x86\xbe\x89\xd8\x68\x9a\xef\xa4\x6b\x8c\x32\xec\x17\x51\x99\xbe\x85\xcf\x78\xfa\x44\x7d\x14\x31\x62\x2e\x73\x3e\xa0\x1f\x38\x4d\x54\x6b\x1d\x75\x47\xa3\x5b\x23\xa4\xc3\x3e\x53\xec\x5c\xab\x45\xec\xe0\x0b\x47\xbb\x20\xac\xd5\x57\x21\x0a\x6d\x1a\xa3\x94\x70\x36\xf6\x24\x48\x78\x08\x8e\x9e\x7a\xb3\xd3\xb0\x1c\x0c\xd2\x0a\x13\x10\x9c\xd9\x68\x7d\x21\xb5\xc6\x7b\x18\x4f\x05\x63\x8d\xd0\xce\x9b\xfc\xe5\xe1\xab\xc3\x87\xec\x1c\xac\x69\xbd\x88\x31\x22\xca\x56\x47\xe3\x0c\x02\x29\x11\x2e\xf0\x27\xdc\x49\x38\x28\x93\x91\xc6\x07\x25\xb4\x45\xe8\x24\x6b\x9b\xd2\x29\x4e\x7b\xe2\xfa\x79\xd8\xed\x57\xe3\xbb\xbe\x1f\xf6\x6f\xf3\x2d\xfd\x94\xef\x69\x57\xb8\xe9\x1b\x3d\x33\xae\xaa\x20\x7e\x08\xec\x64\xb0\x93\x47\x82\x71\x68\xa2\x16\x9d\x8a\x00\x55\xc7\xf1\xa3\x40\x6e\x27\x42\x9b\x88\x6d\xb9\x13\x0a\x08\xcc\xd0\x66\x86\xae\x90\x27\x42\xbe\xfb\xa1\x6b\x4d\x77\x41\x55\x43\xd5\x96\x42\x08\x26\x38\x45\xaa\xca\x15\x7a\x1c\xad\xaa\xaa\xe8\xf0\x81\x2a\x35\x3a\x3f\x85\x14\xec\x1a\xeb\x2e\x72\x68\x22\x67\x58\x6f\xb7\xa4\xce\x47\x2a\x3a\x17\x9b\x48\x3b\x95\x63\x13\xb1\x1b\x40\xca\xda\x98\x9e\x04\x6e\xfe\x8c\x20\xec\x48\x49\x9f\x63\xa3\xdd\xbe\x2d\xa9\x16\x88\x56\xbb\x84\x6a\x19\x55\x12\x4c\x7c\x79\xc0\xc4\x61\x64\x83\x50\xb9\x1a\xe6\xb4\x5e\xaa\xc6\x09\xef\x23\xfc\x4e\x4a\x74\x50\x6f\x42\x1b\x14\xce\x5c\xac\x08\x9d\xe7\xef\xb6\x93\x74\x13\xcc\x4e\x61\x3c\xa0\x45\x67\x15\x1c\x28\xd0\x3a\xc7\x5a\xe1\x94\x84\xbf\x5a\xcf\xbe\xe6\x44\xb4\x1e\xc7\xae\x91\xbd\x7e\x4a\x38\xcb\xd5\xf0\xd4\xab\x5c\x62\xc5\x8e\x7b\x8c\x60\x86\x79\x82\x74\x89\xb9\x0d\xc2\x77\xd8\x11\xd6\x1d\x76\xd6\xbb\x80\xc8\x59\xd8\x17\x56\x94\x03\x0d\xe1\xd6\xc4\xfb\x36\x0a\x17\x1c\x3c\x59\x39\x4f\x82\x6a\xb0\xd0\xcd\xb4\x1a\xd1\x8f\xd1\xfe\x0a\x5b\xdf\x7c\x43\x4b\x4f\xb6\x54\xc8\xe4\x20\xd0\xc2\xcb\x30\xe5\x8b\xf2\x35\xa9\x00\x91\x8d\x35\x50\x4a\xa2\x1b\x66\x2e\x05\xcc\xdc\x4a\x78\xa9\x11\x79\xde\x48\x5a\x02\xc8\x60\x61\x7e\x6a\x64\xaa\x9d\x36\xd5\x4e\xab\x68\x62\xa0\xe7\x77\x16\xfa\xd4\x46\x85\x36\x8a\x4e\x79\xae\x6e\x8e\x0c\xdd\xf9\x96\xdd\x15\x74\x1a\xaf\x11\x15\x9e\xe8\xd0\x17\x11\xf1\x5a\x46\xa1\x0c\x5c\x58\x39\x38\x38\x26\x96\x86\x91\x89\xa5\x8f\x8e\xea\xa4\x51\x4a\x04\x5a\xdf\xd0\x2a\x90\x77\xf6\x3d\x2e\x9d\xf0\x1e\xcb\x5c\x61\x23\x42\xe7\x21\xc8\x9d\xa2\xce\x24\x54\x34\x29\xb3\x86\x33\x6b\x14\xbe\xc2\x20\x5c\x47\x02\xbf\x8a\x9e\x99\xd3\xc3\x7c\xe2\x7e\x65\x58\x59\xbf\xf1\xd8\xe3\xa9\xb0\x7f\xe3\xf4\x23\xe6\xdd\x1c\xc3\x7e\xe6\x9f\xa5\x5b\x85\x26\x87\xf2\x0f\x4d\xb8\x6f\x95\x29\xe6\x00\x27\xf3\xf0\xa5\xeb\x5e\x93\xc8\x9e\x5b\xa9\x2e\x95\xa9\x73\x6b\x11\xa9\x60\xc2\x34\x86\xe6\xbf\xd6\x0b\x1d\xd5\xa8\xb4\x6a\x43\x58\xd1\xe0\x4b\xe2\x57\x8c\xd9\xfe\x92\xbf\xcb\x8e\x18\x9a\x10\xde\x55\x77\x73\x91\x5f\x1e\x5a\x65\x1a\xdd\x99\x4b\xf3\x47\x61\x7a\xab\x07\x77\x34\x62\xdd\x1b\x67\x6a\x4c\x9b\xc3\x28\xbc\x16\x2a\x9e\x43\xc1\x20\x14\xb2\x7b\x7d\xa7\x4e\x75\x24\x45\x3f\xb7\xea\xf5\x7d\x3e\xed\x6e\xb2\xcb\xaf\x74\x3d\x97\xbe\x8c\x67\x64\xec\x71\xbd\x79\x9b\x41\xc0\x13\x58\xbf\xd1\xf8\xaa\x78\x21\xa3\xb9\x2e\xe8\xc6\x74\x96\xe4\x83\xde\xa0\xbf\xd7\xbf\x88\x60\x6b\x92\x5d\x16\x44\x0d\x9a\xd4\xb1\xeb\xe3\xbc\xe9\x5b\x4b\xdf\x37\x0e\x93\x94\x53\xfc\x89\xc6\x94\x74\xad\xa2\x79\xc4\xc9\xa6\x63\x36\xc3\x17\x9b\x53\xcc\xcd\xb6\x73\xc4\x38\x22\x53\xcb\x8f\xb0\x5c\x98\xb6\x2e\x46\x4e\xa0\x28\x1c\x88\xd5\x46\x78\x57\xb5\x31\xbc\xb9\xf0\xb6\x14\x5e\x05\xf8\xa5\xc1\x45\xe7\x94\x87\x1d\x54\x87\xa1\x3a\x28\xdd\xd4\x4c\x99\xca\x77\x24\x16\xd3\x74\x5c\x72\x93\x2a\xe7\xad\x25\xf7\xa9\xe4\x2f\x0f\xad\x75\xc2\xba\xd0\x2a\x47\x83\xa2\xeb\xcf\xbc\xc4\x51\x06\xf3\x07\x72\xe1\xf8\x0d\x2c\x97\xb1\x3d\x2e\xe3\xec\x45\x74\x73\xfe\x6d\x4f\xaa\xa8\x2a\x49\x7b\xbe\x52\x5f\x6f\x84\x3f\x28\x79\x69\xe4\xba\x47\xd8\x26\xa5\xb8\x63\xd8\xd2\x31\xda\xd4\x9f\x66\xfd\xa6\x74\xa3\xd2\xcb\x4e\x3a\xe7\x1b\x0b\x3f\xb5\x83\xd2\x46\x04\xc5\xea\x65\x0a\x91\xa3\xe9\x3b\xe6\x4b\x1f\xf1\x39\xe3\xb7\x61\x58\xe1\x90\xb6\xe9\xb0\xfa\x32\xf2\xca\x69\x54\x85\xa7\x91\xbe\x6f\x2b\xfe\xc4\x99\x12\xcc\xdd\x74\x57\x9e\x05\xb3\x28\x9c\xf5\xfd\x2c\x67\x86\x73\xfe\x0d\xdf\x31\x1a\x23\x81\x4f\xd7\x7e\xba\x43\x65\x5e\x4e\xe4\x27\x9c\x19\x48\xb6\x6f\xb4\x2c\x7a\x02\xeb\x37\x36\x5d\xa6\x59\xa4\x43\x24\xac\x4b\x69\xd5\x8d\xb4\x0a\xa6\x45\x1c\xd1\x4d\x0a\x84\x63\xb4\x8d\x87\x87\x47\x25\x62\x63\xba\x56\x60\x21\x08\x35\x32\xc9\x90\x4f\xb1\x61\x4a\x18\x8b\xca\x23\x15\x02\xa7\xe9\xc9\x1d\x15\x3b\xa3\xa2\x61\xfb\x42\x7b\x5a\x7c\x21\x22\x9e\x6d\x05\xcd\xca\x50\x98\x40\x80\x39\x2b\x74\xe3\x55\xe3\x22\xcc\xe7\x1a\x84\x69\xba\xa1\x52\xce\xcc\x2a\x9a\xc9\x96\x22\x6d\x19\x9d\x31\x50\xd2\x56\xf5\x7c\xc7\xdc\xc2\xe2\x46\x23\x7e\xfc\xa9\x05\xd4\xf9\x9a\x7f\xfb\x52\x95\xb8\xbf\x6d\x57\x2d\xf5\xf0\x8f\x06\x78\xa5\x01\xae\x95\x33\x8d\x41\xa4\x22\x78\x30\x81\x87\x52\x43\xeb\x97\xc6\x74\xfb\xd6\x74\x1c\x2a\x06\x98\xe7\x96\x0d\xd9\x54\xf6\x36\x0a\xa6\xd6\x74\x7b\xd3\x35\xe9\xc6\xc6\x74\xcf\x67\xda\xf5\x71\xdc\xae\xde\x16\x0a\xf8\x09\xac\xdf\xd8\x02\x8b\x25\x9c\x77\x84\x3f\xad\xfb\x36\x74\x95\xe9\x68\x65\xfd\xc8\xb2\x43\xf0\xc2\x43\x9f\x0d\x6a\xb6\xd9\xde\x32\x99\xea\x19\x21\x11\x6e\x1e\x9e\x50\x7b\x0f\x8d\x9b\xe4\xd9\x87\x00\xe5\x29\xd7\x91\xba\x0b\x35\x8e\x12\xaa\x87\x81\x13\x7e\x34\x75\x8e\xe4\x26\x46\x02\xba\xd4\xaa\x7b\x96\x2e\xa4\x3e\x72\x14\x48\xe6\x41\x49\xd7\x86\xc9\xb5\xdc\x11\xfd\x12\x2a\x8a\xe7\x5e\x43\xfb\x24\x7c\x1d\x45\xaf\xb9\x97\xda\x3d\xd3\xc3\x74\x07\xe7\xfd\x42\x16\x87\x72\xf7\xa1\xeb\x81\xed\x92\x77\x39\xc9\xbe\xe5\x9e\xdb\x40\x77\x4d\x9d\xb5\xea\xc7\x2f\x0f\xad\x54\xa6\x61\x3b\x52\xd9\xd2\xaa\x96\xff\xef\x5b\xd5\x35\x94\x6c\xe8\xda\xf0\x15\xff\x5b\x4a\xb5\xaa\x4b\xc1\x07\xbf\xff\xbe\xe3\xbe\xb2\x7f\xa3\xcd\xd5\xd3\xfe\xc8\xd4\xea\x74\xe4\xed\x4a\x40\x7f\xde\x81\x41\x4c\x5b\xf6\x17\x38\x0b\xc8\xfa\x41\x45\xb6\x28\x56\x90\x01\xa2\xe3\x10\xae\x2c\x41\xef\x67\xe1\x5c\x21\x52\x07\x0e\xc3\x79\x8f\x03\xb0\x1e\x4b\x3e\xac\xe4\x5a\xc3\x1e\x7f\x78\x00\x91\x6e\xdf\x5a\xd6\x20\x0b\xc0\xc0\x16\x80\x6e\xb9\x20\x09\x86\x7d\xe9\x61\xb3\x08\x6a\xc7\x4a\x09\x73\x63\x9c\xf9\xbe\x4f\xfb\x19\xe1\x8f\xfa\xae\xf5\x46\xa8\x96\xf2\x6d\xa5\x46\x90\xe6\xe9\xf7\x5c\x15\xbf\x79\x90\xdd\x9f\x71\xc5\x75\xf2\x45\x9a\xce\x55\xbb\x2e\x2a\x84\xde\xb3\xcb\x61\x69\x4c\x0b\x3f\x6d\x04\x48\x63\x3e\x68\xcd\x21\x9e\x88\x0f\x76\x7d\xec\xc6\x8d\x3d\x42\x99\x7d\xe6\xcd\x7f\xac\x37\x4c\x55\x6d\x2d\xfc\x09\xbe\xbd\xaa\x2f\xa5\x0a\x17\x68\x3b\x18\xa0\x36\x1a\xc6\x90\x5d\x63\x4c\x0a\xe2\x7a\xa6\x96\x8d\x74\xaf\xd4\xb2\xcc\x71\x9b\x67\xd1\x80\xdb\x33\x91\x7c\x53\xed\xbe\x3d\x1e\x65\xae\xe2\xb7\xc4\xcd\x37\x9f\x56\x75\xdc\xfc\x14\x36\x5f\xa3\x43\x2a\x17\x85\xbe\x30\xc0\x2b\x03\xdf\x5d\x8e\xd6\xd7\x01\x96\x95\x5c\xa5\x06\xbb\x46\xc2\x36\x3a\x72\x03\x25\xe3\x5c\x97\x22\xd4\x2a\xdd\x18\x98\x6e\xeb\xc8\x47\x74\x57\x86\xda\x4b\x0b\x73\xa1\x61\xb9\xca\xb1\xc0\x10\xf6\xbe\x71\x42\x5d\x69\x61\x10\xf1\xbe\x87\xc9\xbb\x6f\x0d\xb5\x8f\x6f\x14\x07\x8f\x32\x08\x74\x6f\x38\xce\x7d\xef\xd9\x60\xde\x37\xc4\xa4\x14\x0c\x61\x03\xc2\x2f\xd2\xf0\xa4\x7b\x2b\x0c\x8c\x49\x31\xa0\x3a\x76\x8e\x8f\x5d\x99\x97\x6b\x7a\x0b\x38\xa9\xbb\xc0\x06\x03\x8a\x8d\x98\xcd\x1d\xdb\xb1\xd3\x03\xcc\x73\x14\xaf\xb4\xab\x0e\x4a\xa8\x2b\x38\xd6\x61\x77\xc9\xc6\xbf\xf2\x59\xec\x0f\xbb\xed\x66\xf5\xf4\x3d\x1f\x47\xbe\xe5\x8f\x07\x23\xf3\xa9\xd8\x7d\xb2\xb9\xa1\xd4\xc2\xf6\x8a\x9a\x89\xd6\x35\x4d\xa0\xa1\x1a\xce\x0d\x1d\x7c\xa8\xed\xa5\x92\x02\xd1\x2e\x2c\xe3\x52\x9c\xbe\xb3\x2a\xfc\xf1\x5c\x28\xe7\x7b\xec\x4c\x5d\x68\x7e\xeb\x88\x38\x6e\x11\x0e\x0a\x30\xcc\x7d\x90\x1d\x7d\x4c\x20\x78\x8f\x67\x42\xed\x3b\xb0\x2a\x80\x6b\x38\xaf\x46\x3a\x0e\xbc\x72\x1c\xff\xf9\xe5\xc1\x74\x6d\x28\x12\x01\xcb\x15\xac\x52\xd2\xdd\x4b\x63\xa6\x0f\x29\x09\x07\x81\x84\x03\x78\xdf\xb4\xba\x18\xa5\x37\xd1\xb1\xa7\x05\x6c\xb4\xc2\x5a\xbd\x05\xe1\x19\x9e\x54\x69\xf1\xa5\x46\xa9\xd2\xce\x22\x80\xb4\x59\x00\x20\xed\x48\x02\x48\x6a\x3f\xd8\x7d\xb4\xb0\x95\x90\xd4\x6f\x55\x84\x29\x86\xc1\x24\xe7\x14\x5b\x1e\xa2\x0a\xb4\x55\xfb\x16\x67\xf1\x6c\x82\xdd\x41\xd5\xa0\x13\xee\x82\x64\xc3\x46\x2b\x56\xd0\xd0\x30\xbe\xf9\x46\x0f\x0b\xdd\xa4\x9d\xef\x2b\xad\x93\x56\x2b\x18\xe6\x17\xad\xe0\x4a\x63\xf8\xd9\x19\x9a\xa4\xcf\x0f\x38\x78\x52\xeb\xa2\x30\xad\xc5\x80\xc6\x41\xf8\x11\x8f\x5f\x6a\xfd\x72\xad\xbc\x62\xdb\xe7\xd3\x06\xdb\xd7\xed\x34\xeb\x2a\x73\x1b\x7f\xf6\xe7\x75\xb6\xc9\xe9\xa3\x51\x49\xe2\x3b\xf1\x0d\x70\xe6\xc3\xb9\xb8\x1f\xde\xba\x66\xa2\x8f\xa6\x27\xf6\x6f\x0d\x75\xfd\x3f\x66\x6f\x9a\xbd\x1f\xb4\xc2\x84\x23\xcc\x88\xb0\xc0\xad\x0a\x34\x15\x1a\xe1\xb2\x3f\x49\xc9\x80\x13\xa1\x85\x7f\xca\xce\x88\xd0\xc8\xce\xb4\x34\x78\xd3\x4f\xf8\x23\x76\xca\x8e\xc4\xdc\x98\x1d\x42\xba\xec\x10\x52\xb6\x02\xa7\x68\x61\x0c\x52\xf8\x26\x28\xf8\x84\x74\xd9\x27\xa4\x64\xc0\x89\x20\xe4\x28\x0d\xbe\x21\x84\xcd\xc9\x59\xa4\xe7\x29\x1e\xcf\xcf\xce\x94\x17\xeb\x5d\x3f\xbe\x51\xc9\x01\x1d\x07\xfc\xf3\xa1\x36\x1e\x69\x91\xa9\x8f\x59\xcd\x41\x99\xd0\x84\x0b\x29\x65\xc3\x67\x3d\x91\x25\x8f\x3d\x61\xce\x9c\xbe\x4c\x27\x2f\xc1\x36\x4c\xc1\xa9\x4b\x74\x3d\x87\x29\x6a\x52\x98\x22\x8e\x4a\xb4\xaf\xc2\x12\x9d\x04\x27\xaa\xc2\x19\xa5\x38\x45\xda\xd0\x2c\x19\xd8\x3f\x29\x46\x1c\xe5\x10\x0f\x9e\x06\x77\xb8\x1f\x95\xf4\xa5\x41\x5f\xcc\xc2\xa1\x42\x14\xa1\x89\x30\x6e\x23\x48\xc1\xd9\xa7\x11\x34\x13\x42\x21\x0e\xd6\x0d\x3c\x99\x3a\x78\x58\x88\x38\x54\x05\x20\xd9\x36\x4a\x85\x56\x21\xce\xa6\x40\x14\x48\xf8\x59\xce\x0d\x43\x6b\x5a\x04\xed\x94\x70\x9e\xdd\x74\x8d\x8f\x58\x08\x08\xc4\x0e\xc5\x46\x53\xb8\xd0\x36\x0a\xdd\x18\x78\x68\xd1\x9d\xa3\x9b\x53\xa5\x99\x33\x0b\x3d\x6a\xd1\xb7\xef\x9e\xa0\x41\x4f\x76\x50\xce\x8c\x04\xb7\xd5\x3e\x3c\xec\xb8\x7c\x64\x7f\xa1\x06\xe2\x0c\x44\xcb\x2c\x3f\x9a\x5a\x7e\xcc\x02\xa8\xc9\x02\x68\x9b\xd9\xf3\x1f\xd6\x2d\x12\xc1\x36\xa0\x22\xd1\xb2\xca\x9d\x47\x9c\x92\x28\xfc\x3d\x7d\x96\x38\xf2\xd1\x1c\xbc\x84\x18\xda\xc4\xf0\xdc\x7a\x87\xef\x17\xfe\x6d\x18\x9f\x6f\xbe\xa7\x15\x62\x8f\xdb\x08\xd5\xa4\x7c\xe9\xef\x46\x5b\x75\xaf\x03\x44\x9e\x33\xe4\x67\xba\x93\x63\xbf\x69\x87\x09\x96\x56\xae\x88\x9c\xca\x5e\x56\x85\x6a\x69\xc6\x6e\x43\x2b\x59\x0b\x4f\xb5\x8a\xfd\x7e\x38\x02\xfe\x47\x47\x36\x83\xa0\x2b\xb0\xb3\xd4\x50\xa3\x42\x18\x52\x43\xcb\x68\x28\x11\x52\x0d\xd3\x8c\x4e\x6b\xde\x3f\x67\x00\x3f\xd7\xe7\xb6\x6f\x33\x35\xe5\x1e\xb7\xfd\x96\x99\xe9\xa7\xbc\x61\xe4\x10\x2f\x55\x7b\x2d\x74\xaf\x04\x07\xca\x6e\x08\x60\xd1\x00\xba\x74\xa3\xa2\x7a\x94\x46\xc4\x5e\xb7\x1c\xcd\x45\xc3\x68\x48\x27\x07\x2e\x69\xbf\x01\xc1\x12\xe0\xef\x48\xb1\x91\xa5\x65\xe5\x3b\x8d\xb6\x73\xad\x16\xb4\x70\x96\x18\xe5\x49\x62\x43\x8e\xad\xec\x10\xe5\x56\xb7\x0a\x71\x7b\x69\xa8\xd0\x10\x8d\xa5\xd0\xcf\xad\x8a\x82\xfa\x87\x46\x46\x24\x3c\x1b\x04\xde\xf1\xac\x23\xa9\x5b\x1a\xfc\x39\x18\x0e\x47\xbd\xd1\x42\x43\xa7\xd3\x37\xf9\xea\x85\x7c\x46\x2e\x10\x16\xa1\x54\xa9\x10\xf3\x45\x63\xb8\x80\xa7\xf6\xe9\x05\x21\x91\x4b\xc1\x96\xa2\x92\x0a\xdc\xc0\xa1\x9f\x65\x5f\x4e\xe8\x1f\xda\x72\xdc\x51\xd5\xe0\x05\x25\xd5\x03\x42\xcd\x04\x82\xe0\x92\xb8\x7a\x3f\xc5\x5a\xae\x12\x40\x12\xb8\x50\xab\x75\x25\xc0\xbe\xb3\x65\x4f\x32\xaa\x4d\xb9\x34\x70\xc8\x0c\x39\x8f\x7a\xaa\x41\x50\xe9\xfc\x58\x1a\xe8\x60\xb2\xe5\x1a\x2d\x64\x83\x62\x56\x0d\x25\x21\x6c\xc3\x82\x98\x86\x06\x14\x3b\xbf\x2f\x57\x47\x47\x6b\x1e\x0c\xb9\x8e\x86\x63\xae\x29\x5a\xb4\xe8\xc6\x36\x06\x15\xd5\x70\xa5\xa2\x9d\xa1\x07\xeb\x5b\x9d\xae\x54\xab\xdc\x38\x08\xd8\x8c\x50\xba\x49\x5c\x4d\x6d\x57\xd5\x01\xbe\x49\x44\x00\xf2\x18\xd3\xd1\x09\x1a\xc9\x1f\x36\xbe\x39\x36\xed\x2d\x9d\xa6\x91\x2d\x9e\x89\xd5\x52\x9b\xba\x59\xd5\x4c\x2f\x18\x27\x4d\xd7\xc1\x8d\x90\x83\x70\x87\x30\xbb\x58\x51\x00\xa2\x9f\x7d\x49\x36\x05\x07\x88\xaa\x21\x34\x13\x41\xa1\x57\xcf\x58\x5e\xfe\x6c\xa1\x4c\x75\x12\x8b\x42\x97\x5d\x1f\xd1\x67\xc2\xe3\x99\x4b\xaf\x19\x47\xb6\xeb\xa3\xd1\x38\x85\xb1\x56\x70\x28\xc4\xde\x93\x18\xc0\x86\x17\xbb\x99\x34\xfc\x9d\x92\xd0\xcc\x1f\x9f\x66\x8d\x62\x0d\x07\xdc\x1a\x1b\x98\x24\x75\x45\x0c\x85\x36\x49\xee\x22\x52\xd7\x37\x69\x87\xd3\x22\x8e\x2e\xd4\xcb\xfa\x96\x7b\x69\xcb\x1e\xd0\x9a\xae\xf5\x22\xa0\x48\x4c\x95\xae\x8d\xf4\x0d\xe0\x63\x0c\x6d\xb9\x9f\xd7\xb1\x70\xf0\xc0\xb1\x02\x55\x1b\xd0\x55\x42\x8b\x68\x4e\x16\xaf\xca\x41\x02\xc4\xff\xb8\x54\x0a\x65\x77\x38\x1c\xb4\x08\x31\xa5\x3c\xca\xc7\x85\x42\x6c\xf2\xd6\xd3\xf8\x85\x03\x78\x5a\x95\x9c\x6a\x97\xed\x87\xdd\x5f\x6e\xd7\xdf\xb1\x62\x1e\x6e\xd7\xdf\x30\x0c\x35\x9f\x3e\xfd\x3f\x23\xfb\x2b\x9f\x06\xba\xfc\xb9\x92\xd8\x81\x8e\x84\x71\x80\x70\x88\xfc\x98\x7a\x01\x09\x65\x11\x1d\xdd\x7b\xea\x1f\x08\x1f\xa9\xe0\x62\x9c\x1a\xc2\x75\x2c\xd4\xc7\xc8\xdd\xcb\xbe\x3c\xd0\xdc\x8b\x20\xb1\x7a\xc4\xf6\x89\x93\xec\x3b\x80\xde\xab\xc1\x5e\x36\xad\xef\x60\xf9\x4e\x3f\xa3\x63\x61\x30\x34\x32\x85\x97\xc7\x03\x71\x02\x42\x3f\x48\x83\x16\x5e\xae\x9d\xd6\x70\x8d\x1f\xaf\x6c\xb4\x34\x00\x6a\x89\x33\x38\x9e\x92\xa8\x54\x04\x60\xcb\xa9\x1b\x11\x80\x0a\x5a\x31\x2d\xbc\x79\xd1\xbb\xd0\x48\xe2\x31\x7e\x60\xb0\x91\x22\xf4\x7c\x3b\x22\xfd\x21\x8b\x74\x34\x78\xae\x5f\xfd\xb4\x5b\x0f\x9b\xdb\x37\xea\x89\x51\xd7\xfa\xc4\x37\x7c\x43\x81\xbf\xcb\x61\xa4\xe1\xbc\xc5\xba\xd7\xdc\x8c\x7d\xe0\x98\xb8\x9a\x15\xa9\x34\x07\x0e\x44\xc4\x7b\xec\x6c\xee\x33\x6f\xfe\x7b\x79\x80\x61\x37\xf5\x2f\xb8\xfc\x57\xb0\x83\xe8\x30\xd8\x50\xe7\x82\x1f\x7c\xea\x5c\xc6\xd3\xa8\x86\x34\xba\x56\x10\xfa\x02\x5b\x16\xa9\x67\x69\xde\xa7\x31\x9d\x16\x2a\x99\x6c\x9c\xeb\x59\x21\xbc\xb2\xaa\x54\x01\x72\x81\xd3\xd4\x87\x21\x7a\x48\x78\x92\x98\x7e\x5f\xae\x4d\xc0\x5a\xa8\x87\x6e\x5c\xe5\x26\x70\x5f\xb6\x60\xf8\x7f\x83\x64\x03\xa0\xf8\x15\x84\x47\x05\x7a\x4f\x9d\x44\x87\xc8\xa2\x03\xad\x92\x42\x0b\xff\x14\xb4\x3c\xea\x04\xc2\xd0\x03\xd1\x86\x4b\x38\x92\x50\xec\x3e\x5f\x47\x9a\xaa\x05\x94\xc1\x38\xea\x3a\xaf\x3c\xe0\x5b\x43\x93\x24\x0c\xd7\x93\x80\x62\x14\xe1\x59\x07\x81\x2f\x4c\xa8\x16\x82\x8a\x6e\xb1\xe6\x31\x97\x36\x9e\x5f\x5c\x37\x5d\x0b\xdf\x98\xd4\x4a\x6d\x6a\x51\xfa\x3b\xd7\xd1\xfe\x69\xb7\xba\x7d\x7a\x6b\x88\x63\xf4\xb4\xbb\x74\xc7\x37\xa2\xfb\x77\x25\xca\xb1\x8c\xbc\x83\x29\x92\x1b\x57\xe9\xc6\x36\x5a\x5a\x33\x58\x61\x2e\xac\x47\x18\x6d\xcd\xbb\x44\x41\xf1\xc8\xf2\x8d\x5d\xcd\x57\x77\x15\x78\xf3\xc8\x2b\x16\x18\x24\xac\x9c\x3d\xf6\x10\x5c\x2b\xe9\x6b\x7d\xb9\x86\xe1\xbb\x8f\x22\x8c\x98\xed\x84\x7d\xb6\x70\x55\x8b\xdd\x59\x8e\x8a\x88\x28\x3e\x8d\xea\x92\x97\x0d\x28\x29\x70\x4b\xb1\x65\x7d\x14\xfe\x4a\xc3\x79\x2a\xbc\x95\xf8\x86\x57\x98\xb2\x91\x06\xd1\x0e\xa4\xb9\xc7\x07\xcf\x3b\xfe\x11\xb3\x1d\x0d\x6f\x24\x47\x8f\xad\xa4\x25\xae\x53\xdc\xf3\x0d\x5c\x92\x9a\xc6\xba\x46\xba\x90\x81\x2e\x6d\x3e\x59\x8e\xf5\x28\x11\xf6\x4b\xdf\x04\x2f\xe4\xe8\xd8\xd5\x2f\x82\xd8\x42\x49\xac\x95\x86\xc4\x2b\x1a\x5d\x1b\x4b\xb5\x88\x29\xe3\x78\x0a\xd8\x1f\xcf\x20\xb4\xbc\xea\x52\x60\x4b\x0d\x83\x23\xd3\x5a\x3f\x46\xc7\x32\xb7\xea\x59\x6a\x17\x86\xd7\x5d\x8a\x37\xca\xb5\x24\x89\x4b\xc6\x8e\xe4\x0c\x9a\xfc\x35\xe4\x77\x9c\x2d\x12\x80\x6e\xdb\x5d\xa1\x92\x69\x9a\xe8\xe1\xf4\x1a\x4b\x44\x99\xb6\x5b\x52\x44\xda\xb3\xbb\x69\xff\xbc\xf9\x8f\xa7\xdd\xf0\xc6\x13\x53\xea\x8d\x6b\xbe\xe1\x8f\x3b\xa3\x57\x39\x60\x83\xa2\x69\x05\x66\x6d\x31\x5c\x28\x27\x45\x17\xa8\x6c\xb4\xf8\xd7\x1c\x15\x1d\xf3\x69\x0f\x4f\xac\x24\x50\xe1\xb4\x40\x6b\x21\x35\xcc\x6b\x2c\x0d\x81\xf7\x41\x0a\x19\xc7\xd8\x09\x17\x69\x28\xeb\xd4\xcb\xb5\x36\x8a\x89\x7d\xb6\xe0\x32\x70\x66\xe5\x3c\x49\x55\x58\x55\x98\xd8\x9a\x28\xac\xba\x52\x3a\x8a\x18\x29\x23\x44\xb6\x53\x33\x99\x12\x1a\x1d\xb9\xad\x64\x6e\xac\x26\x7b\xe4\x88\xac\x82\x56\x1c\x72\x44\xcf\x0e\x46\x9c\x67\x31\xf0\x9c\xdf\x0f\xce\xb5\xe4\x57\x84\x82\x6b\x1a\x08\x23\x2d\xcb\xad\xc4\x66\xad\x50\xf4\x69\x22\x26\xbf\xa2\xaf\x4a\xbd\x93\x5a\x89\xa0\x6d\x93\xaf\x49\x2b\x2e\xdd\xf7\x72\xcd\x9e\x52\xf9\x23\x95\xb5\xab\xa4\xc6\x84\x1b\xfa\xe6\x95\xb9\xa0\x59\x38\x34\xda\x18\x76\xf1\xac\x83\x84\x4b\xf4\x49\x7c\x40\x4c\xee\xd6\x04\x9c\x75\xe9\x30\xd2\x32\xc8\xc3\x4b\x88\xc5\xa9\x94\xf1\xd3\x87\x9e\x5c\x74\xec\x6b\xcf\x1e\xb0\xda\xb4\xf8\xbc\x54\x60\x71\x25\x9d\x98\xe1\x88\x57\x06\x12\x72\x42\x48\x52\x4e\x98\xc4\x1c\xdb\x22\x4e\x2e\x90\x98\x8e\xa8\x73\xcc\x1f\x6f\x0c\x77\x8b\x14\x42\x37\x05\x1b\xa1\x26\x0a\xa2\x83\x1f\x32\x07\xd7\x07\x30\x16\x34\xb2\x31\xe1\xd2\x74\xbc\xb5\x2d\x4b\xa9\xb3\xcf\xa8\xd9\xae\xa7\x86\x0d\x96\x7f\xdb\xa9\xe5\xd5\x77\x6d\x2d\x7d\x7b\x67\xc9\x76\x6a\x2e\x67\xbe\xcb\x1d\x83\x63\xce\xb3\x1c\xb9\x9a\x90\x5d\x8a\x36\x07\x61\x12\x31\xa8\x56\x4e\xd3\xd7\xc3\xbf\xac\x7a\x19\x68\x00\xc0\xe2\x8b\xe6\x44\xc8\x48\xb6\x4d\x0a\x07\x00\xb8\x71\x56\xd2\x1b\xb8\xdc\xe7\x4b\x32\x7a\xc2\x69\x4d\xc7\x1c\xef\x50\x11\xba\x49\x97\x62\x44\x9c\x7b\xcc\xd9\x08\x01\x9d\x88\x54\x26\x6b\x1a\xfe\x4d\xea\xa5\x88\x9a\x0b\xd3\x6e\xb8\x0b\xd2\xea\xb9\x0d\xb5\xbd\x55\xc7\xf6\x56\xcf\xa1\x83\x3b\x7f\x76\x69\xc2\x84\x64\x3e\xeb\xba\x1a\x9b\x3d\x9e\x28\x73\x84\x6d\x35\xe2\xa1\x1e\xe5\x80\x78\xcd\x58\x96\x56\x99\x4b\x04\x10\x69\xb3\xfb\x94\x54\xd4\xe4\xe9\x09\x0e\x54\x0c\x47\x36\x0d\x75\x76\x1c\x03\xf0\x5c\xf7\xb8\xfe\x8e\x11\xf3\xe1\x1b\x83\x65\xf7\xa9\xfb\xbb\x2c\x41\xae\x65\x67\x60\x09\x72\x4e\x89\x68\x3f\x53\x1d\x9a\x7b\xf1\x9e\xfb\x44\x67\x55\x12\xa9\xad\x30\xcf\x26\xf6\xf0\x99\xe3\x93\xb7\xb1\x48\x8b\x00\xd3\xf8\x40\x34\x29\x7c\xdf\x61\xd2\xb5\xec\xa0\x4c\xb1\xcb\x32\x49\x4b\x5b\x04\x52\x26\x21\x0a\xde\x7c\x39\x5e\x56\x2b\xb1\xe3\x44\xab\x15\x78\xa3\x83\xaa\xb8\xef\x5b\xac\x73\x35\x16\xc8\x01\x92\x17\xa4\xf8\x51\x62\x01\x20\xe2\x8d\xc1\x11\xb9\x53\x22\x90\xdc\xe8\xac\x90\x24\x36\x4a\x11\x9f\x69\x56\x04\x5f\xa3\x45\xec\xf1\x20\xec\xa6\x58\x44\x03\xd0\x0d\x65\x43\x0f\x6a\xf2\x83\xd2\x16\x1a\xef\x4f\x47\x8e\x53\x3c\xd2\x9c\x4b\x13\xb1\x4a\x53\x0b\x7b\x45\x0e\xb4\x0a\x67\x80\xc4\x81\x54\x0a\x1d\xd8\x9f\x8e\x6d\x7d\xc7\xee\xd9\x50\x19\xb0\xe9\x81\x91\x37\x6f\xe3\x36\x92\xa3\x5a\xe3\xa5\x64\xc0\x3b\xc1\xbe\x9c\xe4\x00\xec\xb4\x44\x91\x76\xf9\x5b\x2d\x2c\xef\xd8\x61\xb3\x8c\xb7\xee\xb0\x21\x88\xc0\x08\x50\x7f\x6c\xad\x50\xcf\x81\x86\x36\xa5\xf1\x6a\xd0\x88\xc2\xf1\x8a\x41\xf4\x65\xc4\xb3\xec\xd8\x5e\x3a\x69\xe3\x34\x96\x06\x61\xd6\xcf\xe1\x58\x8f\x24\x90\x60\x45\xe7\x28\x6b\x07\x73\x6a\x68\xf0\xd3\x67\x20\xcc\x05\xf6\x60\x34\x3c\xfe\x6b\x8b\xc1\x82\x07\x84\x67\x9a\x59\x2e\xba\xc6\x44\x09\x43\x56\x7a\x82\x54\x0d\x61\x61\x98\xaa\x21\xdf\x29\xee\xab\x06\xd2\x3a\xf1\x00\xa2\x9f\x67\xfc\x42\x6c\x6c\xad\x43\xa5\x76\x59\xd3\x01\x22\xe3\xb9\x0f\x6e\xbd\x79\xfa\x8e\xd5\xd9\x03\xb1\x7f\x6b\x44\xd6\xb5\xe3\xb3\x2e\x2d\x1a\xce\x9c\x50\x66\x43\xf6\xd9\xa1\x34\x62\x82\xbe\xdd\xc9\xf9\x43\x6b\x3a\x1a\x39\xff\x2f\xde\x5e\xf8\xb3\x15\x83\xfe\x6d\xbd\xf9\x8f\x37\xba\x74\xa0\x26\xdd\x10\xfb\xb7\xd6\x40\x25\x08\x24\xfb\x09\x08\x51\x28\xac\x81\x34\xc9\x8e\x08\x0e\xe2\x18\x7b\x61\x4d\xa3\x22\x1f\x8a\x68\xab\xfe\x9c\xf7\xa7\x57\xb7\x86\xc3\xc3\xc3\x94\x94\xd7\x40\x24\xad\x62\x61\xdf\xb3\x8a\x1f\xc2\xdf\xb6\x12\x81\x18\x22\x47\x38\xc0\xba\x54\x36\xd8\x04\x70\xa6\x89\x88\xae\xae\x94\x08\x0c\xbe\xa9\xd3\xf4\xd4\xd4\xb4\xe0\x8d\x9a\x7d\x4e\x18\x58\x8e\x41\xd3\x34\x5c\x44\x9c\xa2\x7a\x1e\xb0\xf3\x3c\xd8\x43\x97\x19\x5b\x90\xb2\xa1\x01\xb5\x21\xa9\xbc\x09\x1d\xb6\xe6\xa9\x03\x23\x6d\x9c\x70\x6d\xa2\xc0\x15\x3a\x07\x09\x3d\xab\x6a\x70\x89\xb0\x0c\x67\x94\x13\xce\x76\x81\xa7\xdd\xfe\x3b\x56\xc2\x1b\x62\xff\x56\x68\xa3\x4f\xf5\x32\x58\x2e\xb4\xea\x16\x4a\x99\x05\xcc\x6b\xe3\x82\x84\x6e\x1b\x09\x8b\x85\xf0\x82\x16\xc2\x72\xd1\x2d\x48\x48\x76\x8b\x6e\x61\xac\x16\x3e\xbe\xb3\x01\x71\xb1\xf1\xcb\xa1\x95\x13\x46\xaa\x4b\x1d\xe2\x79\x16\x2a\x0c\xdf\x7f\x41\x20\x67\x49\x3d\x2f\xa6\xc7\x4c\x45\xfa\x9d\xe6\xfa\x85\xee\x0c\x89\x81\x54\xa8\x94\x85\xb6\x6a\x21\xbd\xbb\x71\x24\x27\xaf\xa6\x68\xcd\x58\x3a\x7a\xd7\xea\xee\x0a\x36\xcf\x7e\x61\x44\xe7\x57\xce\x2c\x9c\x49\x0c\xc6\x88\x68\x16\xdd\x95\xa4\xcf\xdb\x2d\x48\x78\x76\x55\xbc\xe7\x6e\x11\xdd\x02\xd9\xde\x48\xef\x8e\x1e\x9b\x0a\xf3\xfb\xb5\x0c\x66\xe1\xa5\x70\x7e\x65\x17\x36\xc5\x89\xb6\xad\xbd\x57\x84\xbb\x31\xf6\x08\x2d\x9d\x70\xae\xc6\x2d\xec\x8d\x73\xc2\xf9\x4b\x65\xe3\x11\x3e\x04\xa1\xf5\x84\x6b\xed\xc2\x5e\xc2\xad\xaa\xbe\x91\xd2\x1e\x13\x68\xcd\xee\x6b\x64\x6b\x6f\xa2\x16\x5a\x5f\xca\x10\xe7\xf8\xdf\xaf\xa5\x31\x0b\xe9\xba\x4b\xdd\xb1\x7d\x51\x89\x88\x0d\xd3\xfe\x45\x77\x1c\xe2\x9a\xba\xde\xfb\xf1\x7b\xe6\x93\xc7\xf1\x5b\xd3\x89\xd2\x66\x3e\x9d\xb0\x3c\x09\x4d\x9d\x53\x7d\xa9\x57\x66\x1a\x07\x29\xf4\x3b\x26\x21\x67\x9e\x31\x5c\x9d\x10\xf4\xf9\xc9\xc9\x99\x7b\x77\x5e\xb1\xeb\x1f\xd3\xd6\x1b\xa7\xad\x0f\x43\xbf\x1b\xbe\xe3\x0c\x62\x0f\xfe\x6f\x84\x62\x94\x25\x2a\x57\xc0\x3e\x70\x17\x84\x1e\x15\xc9\xc9\x4e\x09\xd7\x43\x40\xb7\xad\xe6\xf3\x5d\xdf\x4a\x3e\x2a\xbb\x67\x5f\xc4\x52\xc2\xbb\x09\x0d\xd8\x01\xd6\xa4\x0c\x51\xf7\x13\xba\xd7\x11\x7e\xcc\x69\xdc\x6f\x65\xa4\x71\xde\x90\x80\xeb\x9b\x14\xc0\x87\xe6\x24\x16\x0a\x7d\x87\x80\x32\x38\x5c\xd2\x24\x5d\x2b\x4f\xd2\x35\xe7\xd9\x06\xc8\xdb\x1c\x26\x04\x72\x65\xe4\x8d\x35\x1d\x11\x60\x34\x40\x65\x08\x9e\x58\x42\xdf\x92\x60\x6d\xf9\xb0\x0c\x07\x0a\xd0\x69\xb9\x92\xd8\xd2\xd6\x82\x75\xcf\xd3\x69\x5b\x97\xb7\xb1\x2c\x9c\x05\xe1\x70\x58\x7a\x2a\xa2\x69\x6c\xc7\xef\x83\x67\x1b\x98\x45\x88\xd8\x7a\x9c\x22\x79\xba\x6a\x76\x30\x21\x10\x34\x2b\x34\x2a\xcd\x9f\xf4\x7e\xcf\xd0\xb3\x50\xf9\x44\xd8\x58\x36\x26\x40\x64\x07\xeb\x84\xee\x79\x06\xee\x60\x79\xda\x48\xc9\x4e\x9d\x10\xde\x29\x9d\x99\x52\x9f\xb8\x50\xac\xd7\x1b\xf1\xc9\x68\x98\x66\xfc\xd9\x62\xb0\x81\xdb\x1d\xaa\x68\xec\xf2\x71\x34\x58\x69\x84\x4c\xee\x5a\x43\x07\x97\x02\xae\x95\x51\x35\x86\xbf\x20\x5a\xc5\x19\xf6\x98\xab\x3a\x76\x6a\x36\xc2\x79\x91\x82\x55\x88\x81\xc3\x2a\xd7\x6a\x75\x05\xed\x3d\x9a\xb7\x39\x7c\x52\x84\xf7\x6a\x1c\x13\x40\x89\xa2\x81\x2e\x07\x1f\x4c\xe3\xc4\x88\xca\x48\x2b\x2d\xc3\x7a\xb5\xad\xa3\xb2\xb5\x08\x91\x84\x03\x78\x61\x18\x08\x29\xf4\x70\x63\x21\xf6\x38\xf8\x9e\x46\xfc\x2a\xde\x86\x48\x31\x98\xb2\x05\x04\x0e\x97\xe9\x01\x54\x0f\xd0\x55\xd0\xd0\x20\xe0\x6b\x78\x86\x03\xe9\x1e\xf1\xa6\x48\x7c\x71\x12\x41\xa1\x22\x62\x43\xed\x1d\x4e\x06\xa9\x60\x18\x13\x9e\xc1\xdb\x0a\x89\x03\x52\x87\x93\x4e\x3e\x3c\x3f\xbb\x76\xf8\x70\xbf\x1e\xc6\xef\x58\xb0\xef\xc1\xff\xad\xd5\x83\x2d\xc3\x3d\x34\x00\xbc\x84\x42\x1c\xce\x3d\x0c\x36\x64\x24\xbb\xc3\x26\x29\x10\x1f\x2e\x84\xcc\xc4\xd2\x10\x0b\xd6\xdf\x58\x26\xb3\xb0\xc4\x57\x65\xd2\x09\x91\x14\x70\x64\xe1\x1b\x19\x70\xac\xa6\x71\xb8\x8b\x13\x90\x98\x2c\x42\x64\x68\x70\x96\x83\xac\x2f\xac\xc5\xd6\x79\x88\xf8\x08\xa8\x97\x76\x24\x62\xd2\xca\x10\x6a\xbb\xd0\xf0\xc0\x26\xa9\x67\x27\x66\x6a\x3a\xc2\x77\x34\x86\x2a\xaf\x85\x1e\x23\xf4\xb0\x71\x1a\x48\x95\x1b\x3c\x07\x9c\x8f\x0d\xf6\x00\x5a\x90\x25\x89\xb0\x7f\xfa\xd1\x3c\x74\x09\x68\x55\x2a\x30\xea\xd0\x4b\xc3\x41\x17\x2b\x1d\x41\x9b\x30\xb6\x6c\x2d\xd3\x8a\xf0\x3f\x3d\x89\x38\x9e\x35\x61\x4b\xc3\x76\x3b\xaa\x35\x24\xef\x1b\xca\x3c\x22\x4c\x19\x1c\x98\x01\x54\xe7\x8f\x7f\xbe\x53\x59\xff\x0d\x8a\xfa\xb6\x58\x44\xcc\x14\xf5\x1d\x7a\xa5\x09\x42\x5f\x18\x68\x50\x2a\xdd\x25\x95\x3a\x19\xc0\x67\xb8\xe6\xe9\xca\xc6\x0b\xb1\x4b\xe2\xfc\x5c\x51\x9f\x5e\x96\x57\x2c\x0a\xf5\x2b\xbd\x30\xff\x4b\x94\xf5\xa9\xc3\x7c\xab\xe1\x3a\x5a\x02\x76\xd0\xd4\x89\x9d\xd0\x17\x92\x7d\xda\x77\x92\x7b\xa2\xb6\x7c\xe2\x48\xd9\x9c\x6b\xb0\x5f\x56\xdf\xa1\xf0\x75\x58\x7d\x43\xe1\xcb\x16\x43\x21\xa7\x69\x62\xd3\xce\x88\x38\xd2\xb8\xaf\xe9\x47\xfd\x41\x5c\x81\xfb\xd6\x47\xcc\x5a\xe7\x02\x66\xf9\x88\x80\x13\x92\x75\x7b\xa0\x9c\x04\x77\x82\xc6\x0a\x35\x52\xee\x0d\x72\x47\x4c\x3c\xfc\xd0\xfc\xce\x10\x0e\xf5\xbb\x31\x52\xc5\xd3\x4f\xcf\x4a\x2c\x89\x93\xa6\x10\x41\x23\x00\x7c\xf4\x3f\xb4\x12\x53\xb1\x92\xe7\xad\xc7\xf6\x33\x93\xb1\xb9\xc5\x57\xf2\xad\x73\x6c\xa7\xd6\x2a\x85\xc0\x91\xaf\x8a\x98\x17\xda\x2a\xee\xa0\xb3\xd1\xe4\xc3\x7c\x34\xe9\xf9\xd4\x25\x9f\xc2\x71\x04\xf8\xc0\xd0\xcb\x83\x84\x5e\x23\x0d\xa9\xea\x46\x45\x12\x3f\x14\x94\x4e\x1c\xc7\xd9\xc3\x79\x51\xc0\x24\xf2\xdf\x17\x4d\x3d\x86\x6f\x1a\x57\x64\x1a\x57\xf4\x33\x4b\x9a\xaf\x6a\xc6\x24\x43\x25\xf6\x46\x88\xb1\x37\x42\xa2\x1b\x5b\x1b\x5a\x1b\xf8\x48\x8f\x7f\x14\xfd\x18\x2a\x3d\x20\xe7\xcf\xab\x33\xfc\xb2\xfe\x8e\x65\xf5\x61\xfd\xcd\xb3\xe5\xf0\xf7\x51\x92\x89\x6c\x26\x23\x5c\x96\x52\x58\x86\x41\x60\x5d\x44\xae\x8c\x6e\xd4\xaa\xb1\x8e\xfd\x2f\xba\xd6\x60\x0f\x36\x4a\x61\x2e\x2c\xce\x80\x23\x0e\x37\x2d\x9f\x1c\xff\xb7\x57\x02\x0a\x5b\xa3\x50\x55\x81\xf5\x03\x22\xef\xbf\xba\x27\xf9\xcb\xfa\x61\xf8\x8e\x35\xe4\x81\xd8\xbf\xb5\x88\xcc\x52\x85\x65\x43\x2b\xd3\x8d\x86\x84\x6c\xfa\xe9\x49\x54\x72\x42\x63\xf3\x58\xb2\xb9\xae\x52\x10\xbc\xf1\x4d\x2a\x8e\xc6\x03\x1e\x96\xb7\x70\xb2\x4c\x1f\x7a\x77\x65\x8d\x69\x64\x34\xc2\x8c\xed\x94\xe1\x6b\xdc\x9c\x63\x53\x72\x6c\xf2\x93\xf9\xa9\x20\xa0\x5c\x4d\xc9\xab\x29\x19\x9e\x65\x9e\xf2\x4b\x1c\x4c\x75\xb0\x50\xc6\x23\xe7\x39\x35\xf9\x85\xcf\xf2\x4e\xef\xfb\x4a\x95\x5c\x95\xea\xfb\xd3\x65\x94\xff\x07\x56\xb0\x6f\xef\xb3\xdf\xe8\xae\x5d\x9f\x4f\xae\x92\xb6\x3c\x07\xb1\x6d\xd8\xdf\x99\xa7\xab\x33\x7b\x8e\x46\x0b\x98\xff\x37\x09\xd1\x24\x30\x39\x98\x72\xe6\xe5\x81\x84\x91\xee\xbf\x9f\x0d\x9f\x18\xb6\xae\x8a\xc3\xa2\x71\x6c\x85\x79\x0c\x8a\xed\x24\x6a\x72\x8f\x92\x24\x65\xc7\xc6\x29\x04\x06\x6c\x64\x17\x85\xb9\x77\xe7\xc3\x2b\xa4\x7d\x92\x29\xc8\x6e\x2e\x0c\x4d\x64\xd6\x35\xdd\xab\x0a\x5e\x3a\x48\x56\xf0\x82\xb2\xbd\x82\x53\x30\x2c\x87\x09\xf8\xd3\x55\xbc\x24\xcc\x16\xa8\x97\xc1\xaa\x15\x5a\x5e\x10\xf6\xfe\x8e\x7a\x5e\x3c\x95\xc3\x77\x93\xb9\x90\x0e\x01\x91\x1d\x0e\xdb\xf0\x45\x53\xf5\x50\x11\x94\x65\xeb\xbf\x2a\xe0\x71\x69\x47\xde\xe5\x3a\x13\xee\xc2\x59\x11\xf1\xb1\x1b\x12\xe4\x34\x4d\xda\xc1\xb3\x9b\x5f\x92\x28\xe2\x2b\x1d\xfd\x7b\xb4\xf5\xf7\xdf\x56\xd7\xb7\x5d\x9c\xab\xeb\x1b\xf9\x0f\x75\xfd\x7f\xa8\xeb\xff\x5f\xa6\xae\x0f\xb7\x8e\x7f\x3f\x75\xfd\x3f\x6b\x2a\xc0\xb1\x9d\xea\x79\x38\xa5\x5e\x49\xcb\x50\xe1\x5a\xe1\x1a\x5a\x1c\xe1\xd9\xaa\xa3\x67\x63\x53\x11\xfb\x48\x11\x7a\xc8\xa6\x65\x43\xe0\x56\xa6\xbe\x93\x20\xc7\x23\x33\x36\x4e\xa8\x8e\x93\x2a\xff\x98\x75\xfd\xa1\x42\xd3\xd0\x07\x09\xed\x42\xd3\x72\xac\x70\x0e\xb5\x86\xaf\x33\x7b\x1b\xff\x03\x9d\xcf\x0f\xc7\x03\x7b\xdf\x71\x9c\xf8\xd3\xf1\x5d\x76\x34\x1a\x90\x54\xf6\xba\x25\x42\x1b\xd8\x49\x7b\x2b\x6d\xd2\x16\x50\xb0\xa0\x16\xe1\xbf\x6c\x81\x80\x35\x9a\x36\x50\xa7\x14\x50\x91\x43\xe8\xdb\x40\xaf\xa2\xbf\x61\x7a\x00\x3d\x7d\xa1\x5a\xdf\xda\x36\x72\xbc\x7f\x8c\x1d\xb4\x74\xa2\xc6\x89\x22\xf0\xa2\x8a\xe6\xdc\x3f\x73\x62\xb2\x56\xd0\x9c\x41\x9d\x05\xcb\x35\xc4\x6c\xc7\xd0\xd2\xd1\x78\x17\x85\x7a\xb9\x96\x5e\x43\xe1\xd1\x08\xf7\xbf\x64\xfe\xf9\xbe\xdd\x9e\xfd\x1b\xb6\x7b\x86\xce\x67\xb5\x05\x49\x0b\x27\xbb\x80\x73\x66\xb5\xd0\x4e\x28\xb9\x90\xda\x0b\x1f\xde\x39\x2d\xcc\x02\x3f\xe9\x58\x51\x2d\xa4\xeb\x56\x4e\x8b\x00\x7c\xc8\x04\xd9\x75\x94\x87\xa5\x2c\x7e\x7f\x30\x9d\x30\x66\xe1\x94\x50\xc8\xc2\xc7\x05\xff\x26\x5e\x15\x16\x5c\x79\x08\xf9\xe6\x16\xfc\xdb\x95\x67\x74\xcf\x7a\x76\x66\xb9\x00\x7c\x19\xbd\x88\xf2\x9d\x34\x4e\x38\xb5\x48\x17\x3e\x16\xa4\x06\xeb\xe2\x02\x2d\xf6\xfb\xb5\x35\x66\xa1\x94\x29\x87\x9a\x72\xd1\xf1\x20\x71\xe6\x71\x89\xf7\xf7\x6b\xdb\x75\xc2\xba\x85\xb6\x56\x48\xb9\x92\xd2\x08\x65\x16\xe9\xc2\xe7\xa2\xc1\x08\x83\x73\x0c\x15\xae\xb4\x93\x0b\x65\x10\xba\xcd\x48\x61\xb0\xef\xad\x17\x5e\xb6\xd6\x8a\xa8\x08\x90\xd4\x0f\xf5\x3b\x29\xa5\x88\x7a\x91\x2e\xe5\x05\x17\x5a\xf5\xd0\x73\x36\x8b\x8e\xad\xf8\xe3\xc2\x28\x11\x34\x7b\xd5\x5d\xc4\x20\xba\x70\x65\xac\x30\x6e\xa1\x85\x0e\xef\xa4\x5b\xc8\x5c\x66\xa5\x17\x4e\xc8\x78\xa5\x85\xf6\x0b\x4d\x8f\x9f\x91\x9d\x90\x61\x61\xb5\x88\xf2\xca\xd2\x90\xa0\x17\xb6\x0b\xc2\xe9\x39\x93\xf4\x0b\xdb\x59\x11\x14\x36\xc8\x70\x6c\xa0\xfc\xaa\x62\x69\x95\x08\x1c\xb7\xc0\xfe\x7e\x4d\x4d\x86\x2f\x4b\xd2\xa7\xb5\x32\x61\x61\xf2\x91\x2f\xe0\x4b\xa8\xf6\x79\x61\xec\x82\x7f\x73\x4b\xc3\xf7\xbd\x08\xfe\x4a\x69\xb5\x50\x21\x0a\x49\x9f\xae\x16\xde\x2c\x68\xbd\x14\x34\x7a\x83\x36\x5a\x18\xb5\x98\x9e\xf2\xfb\xb5\xf5\x0e\x9d\xc4\x4a\xb5\x3a\xe9\x42\x24\x7c\x77\x71\x41\xd2\x37\xfa\x83\x8a\x8b\x74\x49\xc7\xc4\x46\x2d\x74\x20\xe1\xfb\xa8\x1b\x25\x4d\xbf\x73\x1d\x81\x9f\x77\x72\xc2\x7b\x18\x36\xfb\xf5\xf8\xe1\x71\xbb\xdd\xbc\xed\xfb\xe3\x1b\xda\x3d\xdd\xf1\x2d\x97\xd4\x79\x91\x6e\x02\x8d\xe9\x5a\x92\x28\x62\x2d\x1c\xc7\xb4\xd2\xd1\xe0\xa0\x71\xea\xc5\x31\xe3\x30\x3f\xc2\xb4\x99\xc4\x35\x8b\x35\x86\xec\x20\x51\x37\xd2\x75\xc2\x5c\xc5\xc6\x48\x0e\xc4\x39\x45\xe0\xc4\x0c\x82\x91\x13\x8e\x33\xae\x60\x1c\x0d\xb7\xc9\x74\x3b\x36\x8b\x1a\x16\x42\x59\xe7\x53\x8e\x32\xd2\x9c\xa5\xa4\x11\xa6\x87\x26\x08\x0c\x1c\x24\x87\x9c\xeb\xb0\x58\xe8\x04\x7b\xa2\x6e\x9c\x6e\x1d\x89\x17\x01\xb1\x2e\xbc\xca\xe5\x44\x91\x4f\x86\x32\xae\x9b\x37\x2e\x1b\x13\xf3\x7c\x47\x49\x1e\x1b\xce\x0f\xc5\x61\x52\xe7\x59\x47\x50\xf5\xd8\xe3\x85\x99\xbf\x6c\x22\xdc\xf3\x10\x24\x15\x1f\x57\x5b\xc5\x87\x95\xa1\xa1\x25\x78\x8b\x35\x9b\xec\x8c\x70\x57\xd2\xd1\x1c\x41\xcb\x71\x81\x70\xbc\x1e\xce\x6c\x11\xce\x1d\xbb\x8c\x56\xe8\xcb\xe4\xb6\xcb\x63\xc7\x92\xfd\x70\xb0\x53\x51\x12\x00\x24\x76\x94\x75\x10\xf2\x42\xe1\x08\x46\x6b\x58\xc5\xc8\xc8\x82\x9c\x34\xf0\x51\xd8\x45\xb6\x4a\xd0\x24\x3a\xc4\x54\x3a\x9e\xc2\x93\x16\xa1\x93\x10\xb4\xd9\x5f\xb2\x13\xfa\x59\x92\x54\xdf\x4b\x1c\x6a\x19\xd6\xf1\xd1\x7c\x4c\xdf\x41\x40\x86\xfe\x1d\xdb\x46\x91\xec\x42\x62\x9a\x64\x79\x98\xd7\x7b\x86\xca\xca\x10\xef\x2b\xd2\x7b\x41\x24\x24\x91\x04\xde\x5c\x1a\xdc\x42\x6b\x4b\x0e\x1c\x1c\xf8\x51\xae\xe9\x6e\xa8\x08\x7d\xb2\xff\x72\xe9\x08\x52\xe2\x88\x88\x3a\xcc\xcb\x83\xc4\xd1\xa7\x0a\x50\xd0\x24\x59\x3d\xc0\xf5\x91\x44\x46\x0d\xbd\xa3\x72\x7c\xa6\xaa\xdc\xbd\x75\x67\xbd\xce\xdd\x28\x93\x9c\xb5\x1e\x29\x91\x06\x95\xb6\x63\xd8\xe6\x02\x0b\x1e\x83\xb3\xed\xee\x74\xcf\xf2\x66\xe8\x0f\xdb\xdd\x87\xff\x7c\x5a\xed\xde\xb6\x71\xf9\x8c\x1b\xda\x3d\xee\xf8\xe3\xef\xd5\xf6\xf9\x70\x1d\xc1\x33\x54\x28\x61\x7c\xce\x04\x37\x8d\xaf\x46\x2b\xbd\x64\x2b\x91\x73\xb7\xe5\xb0\xbe\x29\xa0\x5e\x82\xb4\x62\x77\x36\x9c\x1d\x63\xb3\x40\xf1\x2c\xa3\x7a\x35\xee\xe9\xab\x77\x25\x9d\x2b\x57\x6d\x4b\xe8\xec\xf9\x25\xaa\xef\xbe\x29\x79\xf3\x39\xf7\x46\x37\xf4\xb2\xe7\xef\x62\x23\x7b\x8e\xe9\xc1\xfa\xdd\x37\xce\xbc\x5c\x43\x7e\x62\x1c\x07\x72\xe2\x5d\x98\x60\x2e\x9d\x41\x44\x28\x90\x5e\x1e\xb4\x55\x4d\x77\x9f\xb6\x52\x32\x92\x1e\x1a\x93\x5a\xcc\x2b\x95\xc2\x0d\x90\xf6\x5f\xce\x36\x42\x74\x54\x6a\x78\x47\x3c\x5b\xf0\x9b\x08\xa5\xcd\x22\xe3\x9d\xd6\x14\xb7\xcb\x69\xdf\x7c\xab\xea\xe9\xf3\x70\xac\x75\xaa\xc2\xb1\xa6\x87\xca\x66\x5a\x90\x81\xe1\x6c\xcf\x47\xfe\x36\x6c\xed\x2d\xe2\x43\x87\x08\xa3\x1c\xf0\x81\xd6\x10\x58\x61\xf1\xb9\x86\xc5\x31\x1c\xd5\x4f\x27\xcc\x8d\x76\xe1\xd2\x63\xef\xd5\x65\x3f\xc8\xe6\x28\x5e\x19\x9f\xb0\xe5\x58\x65\xda\x3d\x23\xde\xf4\x09\x81\x83\x98\xe5\x10\x66\xa6\x49\x0e\xa4\xb5\xbb\xd7\xee\x2c\x25\x47\x51\x6b\xf9\x91\x93\x67\xe5\x67\x6c\x12\xf5\x2e\x79\x2c\x84\xdb\xb5\x16\xb1\x55\xb1\x4c\xa2\x72\x63\xbf\x88\x1d\xf9\x21\x44\x93\xb6\x24\x54\x77\x1c\xa0\x69\xcf\xe6\x1f\xc9\xfa\xa3\x8a\xdc\xc4\xbf\x6d\x62\x6e\xc3\x89\x76\x3e\x5a\xeb\xc7\xed\xd3\xc7\x37\xfa\x7a\x41\x9b\xb5\xb7\xb8\xe1\x1b\xf3\xbe\x72\xff\x68\xba\x3f\xb5\xe9\x1e\xb4\x76\x53\x4d\xd4\x25\x9d\x5e\xae\x54\xc4\x54\xf8\x26\x15\x34\xd7\xc4\x11\x25\xc5\xef\xcb\x9e\xd0\x4d\x3b\xd5\x45\xab\xdd\x79\x5a\xae\x8d\xa9\x01\x5a\xae\x6d\xae\x0c\x9a\x36\x15\xf6\xcb\xa0\x0a\x85\x83\x57\xeb\xd9\x48\x4f\x43\x73\x03\x7b\x4e\x16\xce\xc3\x70\x88\xc4\x71\xe4\x38\x52\x5b\xa0\x05\x23\x4e\x41\x81\x56\xe6\x6c\x4c\xb2\x7d\x55\x33\xf0\x32\x8a\x3d\x25\xde\x4a\x6c\x62\xb2\xaf\xa4\x39\x37\xc5\xe2\x95\xad\x44\x71\x10\x10\x9e\x9f\x78\xa1\x3b\x9a\xfb\x0d\x49\x2f\x5a\xe7\x05\xac\x0b\x8d\x56\x95\x9b\xc4\x66\xe6\xfa\x90\xbb\x67\x3b\x75\xcf\xb6\x74\xcf\xb3\x9f\xd6\xf5\xea\x8d\xe7\x07\xfc\x61\x3d\xac\x8e\x0e\x11\x4e\x22\xf1\xa9\x62\x2b\x68\x9d\xa1\xa9\xc1\xc7\xa4\x1a\xc3\x31\x92\x14\x1b\x8b\x40\x84\x1d\x25\x1f\xb2\x88\xd8\x9a\xc0\x7b\x4f\xfe\xc2\x28\xb8\xd3\xc5\x2e\x10\x04\x36\x67\xf0\xd2\x58\xe4\xb3\xc8\xe7\xd2\x16\x8e\x6b\x43\xc4\xe1\x3f\xfc\x16\x35\xa9\xd5\x9a\xd4\x6a\x4d\x69\xb5\xb6\xb4\x5a\x9b\x5a\xad\xad\x5b\xad\xea\xdf\xfb\x79\x07\x9f\xb5\x5a\x9b\x5b\xad\xe5\x56\x6b\x52\xab\x35\xa5\xd5\x72\x87\x60\x75\x12\x38\x63\xb2\x5c\xba\xa9\x9c\xaf\xf8\xb7\x6c\xb0\x82\x50\xd8\x81\xb1\xbc\xda\x10\xb2\xf5\x4e\xf8\xd1\x40\x6f\x20\xb0\x28\xcd\xd5\xd5\xab\xb4\x69\x49\x9f\x8a\x86\xaa\x1d\x5f\x93\x80\xcb\xae\xba\x02\x03\x08\xe3\x74\x66\x74\x78\xb9\xe6\xde\x73\x81\x72\x38\xc3\xa7\x69\x7c\xc8\x07\xc7\xbe\xaf\x0f\x74\xa6\xeb\xfe\xb7\x0f\x74\xee\xcc\x40\xd7\xbc\x32\xc2\xbf\x3c\x74\xec\x1d\x8a\xbb\xc4\x7c\x58\xdb\xcf\x86\xc3\xe6\x0f\x86\xc3\xd3\x0f\x6c\xff\x36\xc5\xd2\xe7\x61\xff\xc7\x1a\xa5\x43\x17\xca\x22\x55\x7b\xa1\xac\x5a\x28\x1d\x45\xf0\x9e\x16\xd8\x0b\xe9\xba\x1b\xad\x66\xda\xe1\xda\xaa\x45\x77\xa9\x55\xb7\x52\x46\x74\x4a\x2e\xd2\x85\x17\xee\x24\xf9\x4b\xb5\x30\xa2\xd3\x72\x6c\x95\x5d\x48\x27\x9c\x57\x2b\xd9\xd1\xea\xde\x2c\xf2\x35\x29\x5d\xd3\x22\xc9\xbb\x45\x47\xac\x2d\xb3\xbe\x3b\x93\x2d\x6b\xa0\x5f\xc6\xb9\x9e\xba\x33\x0b\x16\x40\xaf\x10\xfb\x21\xe4\x92\xbf\xab\xb4\xdd\x17\xdd\x42\x79\x7a\x88\xbf\x31\x30\xd9\x3b\xde\x74\x92\x51\xdd\xa8\x10\x56\xb4\x38\x0f\xd8\x6e\xa1\x4b\xda\x76\x12\xce\xc0\x81\x8b\x94\x11\xaa\x41\x52\xdb\x85\xd2\x5e\x98\x85\xb4\x9d\x90\x21\x2c\x9c\x13\xd6\x99\x77\xd2\x4a\x61\x65\x58\xe4\xeb\xa4\x2d\x1f\x9c\x50\xda\xac\x40\xb0\x8b\x74\x61\xb2\xd7\x22\x48\xc4\xa7\x74\x1e\xd6\x27\x0b\x15\xc2\x8d\x95\xea\xd2\xc8\x73\x1b\x1b\xe9\x45\x66\xaf\x77\xd4\x68\xbf\x5f\x4b\x2d\xd1\x02\xda\xe3\x3a\xb6\xd8\xbf\xa9\x36\x7e\x24\xfb\xc5\x37\xe9\x32\xe2\xdc\xae\xa6\x2f\x98\x90\x2e\xbf\x3f\x28\xeb\x90\x83\x15\x31\xaa\x45\xba\xd4\x39\x51\xf3\xbd\x96\xcb\xf4\x94\x85\x09\xef\x70\xb3\x5e\xa4\x0b\xf3\xe9\xe0\xb9\xcb\xd0\xe2\x58\xaa\xe3\x0d\x1a\xea\xea\xef\x57\x87\xfe\xfe\x8d\x1a\x14\xd4\xe3\xdb\x47\xbe\xe1\x5b\x3d\xdf\xfd\x97\x7b\xbe\x16\x31\x10\x3f\x2e\x7f\x5e\xcf\x3f\xcd\xf6\x7f\x79\xcf\x97\xdc\xf3\x7d\x5c\xe4\xeb\xf9\x9e\xef\x52\xd7\x77\xb3\xbe\x2f\xd1\xf7\x5d\xf8\xb3\xfa\xbe\xd3\xc2\x2e\x94\x57\xc2\x04\xb3\x92\x4a\x74\x72\xc1\xbf\x79\x17\x19\x6a\x81\x2e\x8c\xd2\x0a\x2a\x50\xfa\x69\xe9\xe7\x2c\xff\x82\xf9\xaf\x24\x09\x17\x01\x65\x64\xc3\xa0\x05\x09\x50\x56\xba\xd3\xbb\xda\xe9\xae\xe8\x16\xba\x33\x74\x23\x5c\x4b\xf0\xc3\xce\xde\x91\xca\x75\xe5\xa3\xe8\xa4\xa3\xc7\xfc\x7e\x1d\xdd\xc2\x58\xb7\x32\xdd\xc2\xa4\xe2\x2c\xe0\xda\xfe\x5d\xc6\x10\x8e\x99\x7e\xbf\x46\xe0\x0b\xe5\x17\x5a\x5b\xe1\x83\x5d\x68\xea\x17\x0b\xad\xdd\x8a\x7a\x96\x5c\xf0\x2f\x3f\xce\xf1\xe9\xeb\x88\x50\x85\x26\x08\xeb\x0d\x8d\xb9\xd4\xf8\xe9\x92\x3e\x4c\x2d\x85\xd1\x0b\x65\x9d\x90\xbd\x54\xc2\x87\xb8\x90\x42\x3a\x45\x9f\xb6\x54\x91\xde\xc1\xc9\x48\xa9\xce\xba\x85\xb2\xc2\xc8\x38\xb6\xa2\xd3\x7e\x61\x45\x67\xf9\x57\x02\x41\xf7\x07\xe5\x08\xb6\xf4\x14\xa5\xdd\x22\x0a\xe5\x2d\x6e\x43\x16\xde\xa1\x14\xd4\x99\xf9\x92\x4a\x31\x7f\xb3\x93\xe1\x61\xbd\x1a\xdf\x36\x2e\xac\x57\xe3\x7c\x3c\x08\xc7\x1e\x9e\x62\xb6\xbc\x37\x1e\x07\x3b\xc1\x09\x79\xa5\xbb\xc8\xfe\x8a\x74\xcf\xf6\x07\x42\xb6\x01\x67\xc8\x88\x83\xa7\xa1\x4e\x6f\x10\xb9\x03\x0c\x4d\x62\x6a\x58\x63\x87\x58\x46\xc4\x1d\x96\x92\x72\xd3\x8d\x96\x70\x28\xa6\x03\x09\x8e\x49\x71\x53\x36\xb2\x53\x30\x2b\x96\x46\xb3\x08\xeb\x20\xfe\xc3\xc7\x85\x83\xdd\x34\x0b\x07\xca\xc1\x64\xd7\x2a\x9c\xeb\x35\xd0\x18\xd2\x9d\x90\xa3\x32\x50\xcb\x32\x96\x63\x43\xf3\xf3\xfa\x54\x20\x14\x06\x27\x5c\x5c\x62\x6d\xe0\xdf\xa8\x47\x59\x1b\x7e\x25\xe8\xf0\x4a\xd8\x20\x4a\x3e\xfc\x92\x4e\x8e\xd2\x84\x56\x1a\xaa\x0e\x4f\x32\x9b\x0f\x42\x5f\x25\xfa\x89\x50\xb2\x5e\xbd\x71\xeb\x97\xda\xe2\x1b\x1a\x43\xa6\x04\x54\xf0\x88\x0b\xab\xcc\xb3\x82\x00\x58\xd6\x91\xc9\xdf\x03\xd6\x91\x75\xc4\x66\x30\xf7\x06\xd5\x14\x5a\x0d\xef\x3f\xe1\x06\xe6\x13\xb0\x99\x76\x6d\xa0\x7f\x97\x5e\xf5\x30\xb8\xee\xda\xd0\x00\xdb\x04\x8e\x5f\x69\x20\xf1\x3a\x44\xc9\x0b\xf0\xf7\xdc\xdd\x3b\xf3\x1c\x1d\x22\x3d\x41\xf9\x28\xe4\x40\xad\xdf\x63\x81\xd5\x85\xef\xb0\xa7\xba\xd6\xae\xfb\xfb\xbc\xb7\x76\xdd\x7f\xf5\xc5\x4f\x1a\xfc\x76\x78\x5b\x0c\xd9\x67\xe2\xfc\x46\x9c\x75\x5d\x02\x01\x6b\x5e\x9b\x5d\x1a\x2f\xc2\x05\x76\x85\xb1\x84\x08\x16\xef\x86\x28\xd4\xcf\x2a\x04\x61\x2e\xba\xc6\xc0\xcf\x2c\x6f\x56\x9b\xc0\x76\xab\x86\x15\x94\x04\xfc\x7d\xc3\x41\xad\x2f\x1b\xda\xb0\x7c\xf2\x22\xdc\x20\x1b\x8e\x40\x62\xd2\xd1\x78\xa6\xe1\xe7\xe5\x41\x06\xb8\x47\xf2\xc2\x5f\x19\xc4\x50\xf5\x42\x3f\x4b\xeb\x85\x19\x79\x87\xdf\x5b\x61\x7b\xc5\x9b\xe0\xb4\xfa\xa0\xc5\x1a\xce\x5e\x92\x95\xce\x8d\x54\x5e\x58\x36\x9e\x37\x2d\xb4\x76\xb1\xa0\x2b\x0c\x67\x2b\xf4\xed\x47\xc1\xa8\xd5\x37\xb9\xe8\x2f\x01\x7a\x2b\xcd\xff\xb1\xb5\x50\x89\xb0\x3d\x4c\x75\x24\xf4\xde\xa1\x19\x48\x6b\x5d\x98\x76\x49\x28\xa1\x58\xcf\xaf\x60\xcf\xbd\xc2\x15\xac\x03\xb8\x6a\x68\x3a\x86\x5e\xae\x32\xc2\x3f\xb7\xd2\xff\x51\xfd\x5e\x4a\x12\x73\xfe\x9b\xe6\x01\x57\x30\xf5\x0a\xaa\xa1\x06\xd2\xbe\x13\x6e\xc4\x01\x42\x23\x75\x78\x83\xb9\x80\x85\x03\x62\x36\xac\x69\x93\xaa\xa8\x81\x0d\xb6\xe9\x3a\x91\x34\x0c\x4c\x53\x7a\xce\xf4\x93\xfa\x17\x06\xda\xae\xe1\xd7\x43\x40\x28\xd8\xdf\x5d\x69\xd5\x48\x4b\x95\xa0\xe0\x0f\xef\xa4\x99\xef\x57\xbb\xb7\x19\xb4\x3f\x83\xf5\x8f\x5b\xd7\xad\x26\x53\x01\x25\x42\x40\xe1\xbd\x84\x26\xaf\xb6\xea\xb9\x75\x66\xb4\x16\x91\xbd\xbd\x70\x91\x0a\xed\x63\xcb\xcb\x6e\x82\x94\x12\xf4\xa9\xc3\xf6\x4e\x5d\xd1\xd8\x26\x23\xdf\xa5\x48\x32\xc7\xd1\x77\xef\x85\x87\xdb\x45\x5a\x90\x3b\x09\xd3\x20\x83\x68\xb0\x54\x97\x4e\x5d\x71\x40\x0b\xa9\x9d\x08\xb6\x09\x4e\x74\x08\x8c\xe5\xa9\xf2\x03\x87\x6e\x4c\xaa\x36\x74\x4f\xc3\xf7\x20\xa4\xb7\x0a\xcf\xce\x5c\x99\x4e\x04\xd3\x28\x23\xa9\x80\x2d\xca\xd5\xf0\x16\x13\x41\xa9\x84\x0d\x97\x30\x42\x2d\x84\xee\xf2\x42\xaa\xf4\xb6\xe8\x20\x34\xc7\x39\x14\xb3\x89\xc2\xe9\x16\xc6\xf2\xd4\x2a\x54\xea\x8e\x66\x42\x0b\x6f\xc6\xb6\x09\x94\x21\x82\x55\x5f\x39\x8c\x1c\x3c\x02\x22\x4a\x3a\xc2\xa7\x1f\xd9\xc7\x4e\xb1\xd3\x5d\x1e\xb7\x4d\xb8\x97\xae\xfb\x9f\xbc\x0f\xad\xc8\xc6\x92\xbe\x47\x83\x2a\x61\x03\x7c\xfb\x78\xa1\x15\x5e\xaa\xc5\x4b\x09\x0f\x7b\x37\xdf\x72\x6c\x7a\x29\x5c\xa0\xae\x0e\x43\x4c\x15\x59\xd5\x59\xaa\x80\x53\x0e\x67\x2e\x95\x82\x01\xf2\xcb\x43\xcb\x81\x20\x9e\xf9\xd4\xa6\x23\x9a\x74\xa7\xbb\x0f\xeb\xdd\x5b\xcf\x39\x88\xf3\x0f\x37\xcb\x87\xce\x9b\x72\x48\xae\x69\x6d\xac\x68\xd0\xb4\x97\xc6\x29\xf8\x29\x70\x61\xd1\xb5\x9e\x3a\x54\xeb\xa4\x50\x1e\xfa\x49\xba\x8d\x5e\x48\x79\x65\xb4\x5f\xd0\x4a\x4a\xc6\x77\x2a\x08\x43\x02\x3a\xfd\xa6\x85\x43\x74\x22\x2c\xbc\xbd\xd2\x81\x56\x1e\x8b\xd8\x09\xa5\xa0\xce\x13\x0c\xac\xde\x53\x2e\x0b\xd9\x09\x63\x19\xe6\xdc\x6f\x90\xcd\x8a\x7e\xed\x82\x7f\x79\x8d\x67\x9d\x88\x8b\xee\xc6\x76\x7d\xb7\x40\xd9\xb8\x4c\x0b\x2a\x9f\x4b\xb9\x21\x87\x2b\x68\xba\x2e\xbc\x3d\x53\x2e\x6f\x53\x99\x69\x19\xa2\xb0\x2a\x50\xb6\x9f\x8a\x65\xb8\x40\x8b\xaa\x40\x0c\x5f\xa2\x28\x47\xc5\x62\xa9\xde\x3a\x11\xe2\xa5\xed\xfa\x54\x63\x28\x91\x5f\x50\xe9\xc2\x62\xca\x42\x5d\x79\xcb\xf5\xf2\xee\xe4\xe5\x16\x5c\x64\xa3\x3d\xca\x05\x0b\xce\x5c\xae\x54\x69\x5c\xa2\xaa\x74\x9c\xf5\xb3\x92\xc2\x9e\xa9\xae\x45\xaa\x2e\x6a\xca\x2e\xb5\x25\xb7\x21\x97\xae\x7a\xc1\x2b\x6e\x2c\xa3\xfd\x99\x82\x51\x2b\x83\x3e\x72\x99\xf0\x6b\x52\x4b\xa6\xdf\xa9\x0d\xd5\x62\xea\x21\xea\xfe\x5c\xd1\x64\x6e\xcb\x10\xd9\xbd\x82\xf2\x93\xca\x0b\xd6\x59\xa1\x35\xe1\xdd\xa4\x04\x23\x17\x89\xeb\xf7\x87\x40\x6f\xb5\xa2\x94\x49\xcc\x38\xc4\x7e\x97\x31\x58\xb2\x74\xb4\x3c\x0f\xa7\x4b\x95\xdd\xd3\x77\x28\x7a\xe1\xdb\x79\x9b\xa2\x57\xde\xc1\x93\xd2\xe0\xf3\x71\x97\x51\x09\x73\xe1\x9d\xf0\x9c\xa6\x35\xb3\x32\x9d\xd0\x00\xac\xdb\xd3\x72\x0e\xf5\x31\xfd\x5c\x4a\x09\x75\x10\xcf\xbd\x47\x52\x53\x69\xd4\x25\x1a\xea\x4a\xea\xc8\xad\xd0\xb0\x41\xf4\x82\xbd\xdd\x29\xa1\x16\xd0\x8b\x93\xc2\x81\x7b\x4f\xa9\x05\xf0\xb8\x19\x96\x07\xc2\xb6\x1d\xdd\x42\x8b\xa6\x05\x34\x99\x69\xaa\x86\x4e\x9c\x15\xaa\x67\x8d\x5f\x2b\x02\x1e\x85\x39\x14\x10\x72\x40\xf7\x6a\xfa\x8e\x3e\x14\x64\x1c\x4a\xa1\xb9\x4d\x7b\x10\x3a\xc0\x6d\x79\x33\x9a\xcf\x4c\xea\x7b\x24\x24\xd2\xf2\xdf\x58\x11\x17\x30\xe0\xb2\x1a\x6a\xd2\x06\xfb\xb5\x21\x36\x1c\x88\x9c\xda\x19\xcf\xd0\x22\xf2\x40\xb4\x28\x75\xfa\xd2\x5c\x17\xa5\xaa\x23\xa3\x43\xbf\x98\xcb\x10\xf6\xca\x90\x2c\xb2\xd0\x5a\xf5\xf0\xc4\x84\x35\x2e\x74\x28\x29\x4b\x6b\x59\x1a\x82\xb7\x0c\xdb\xfc\x41\xf1\xf7\xc9\x30\x3a\xa7\xf1\x73\x69\x95\xc3\xd0\xe8\x79\x64\x94\x34\x08\x69\xd6\xdb\xa4\x4a\x2b\xf5\xaa\x7b\x6e\x22\x6e\x2c\x92\xde\x2c\x2c\x8d\x89\xb3\x49\x8a\xe1\xb2\x13\x92\xdd\xf8\x02\xd2\x41\x60\x4f\x0a\x43\x01\x9a\x86\x9b\x05\x0d\x84\x16\x81\xd2\x11\x5a\x89\xb2\xa1\x91\xd2\x5e\x68\x43\xed\x81\xa2\x63\x99\x9e\x74\xe0\x3a\x7a\x08\x92\x28\xf7\xa2\xbc\x0b\x5e\xb0\x8c\xa2\x18\xd8\x35\xfa\x5c\x5b\x1a\xfd\x4a\xfa\x88\x01\x14\x9d\x4d\xf2\x0f\xbb\xaa\xe9\xf8\x15\xec\x82\x24\x2d\x92\xaf\x16\x24\x25\xf6\xad\xe7\x8d\x7b\x9f\x9d\x5f\xd9\x85\x12\x81\x24\xc8\x85\x96\xb4\xe2\xa6\x46\x00\x71\x21\xfd\x02\xbd\x48\x09\xcb\x06\xa6\x0b\x18\x98\x5e\xb8\x8e\xaa\xca\x4a\x83\xde\x4f\x1d\xda\xa2\xbb\x95\x76\x7f\x69\xae\xe9\x05\xb9\x47\xd8\x11\xaa\x51\x2d\xe2\x70\xf4\x06\x7a\xed\x61\x01\x13\x1f\xba\x09\x52\xb5\x12\x11\x76\x12\xac\x47\x47\xcd\xcd\xfa\x74\x17\x5a\xbb\x85\x52\x54\xcb\x08\x3f\xb6\x50\xca\x09\xbd\xa8\x32\x3f\x3b\xe9\xbe\x75\x0f\x94\x79\xbf\x35\x6c\xb8\xc9\x0f\xc9\x42\x5b\x75\xe9\x20\xa6\x21\xbc\xae\x95\x0b\x1c\x4d\x79\x68\xa8\x19\x8e\xa5\xaa\x5b\x6b\x84\xd3\x63\x10\x36\xb4\x41\xd8\x49\x9d\x90\xb8\x99\x03\xbf\x23\xa8\x0b\xe2\xbb\xb0\xec\x85\x46\x45\x23\x22\xdc\xe2\x2c\x54\xe8\x84\xd3\x0c\x5a\x25\xa4\xba\x51\xa6\x9b\x69\x26\x6a\xb5\xe8\x9e\x25\x91\x7a\x7c\x16\x56\x72\x29\x16\x5c\x22\x94\x62\x51\x3d\x89\x7e\xc2\x5c\xb7\x51\x4d\x2c\x44\xa4\xb2\xf8\x5e\x75\x42\xba\x05\xff\x5a\x11\xc2\x02\x39\x25\x66\xc0\x97\xda\xcd\x32\x42\x4f\xbe\xe7\xa2\xa4\x6a\xe1\x42\x2c\xb8\x40\xd5\xad\x28\x0a\x3f\xa8\xae\x97\xc5\x51\x51\xb8\xb0\x5c\x94\x36\x15\x05\xa5\x98\x0a\xc4\xcc\x37\x26\xba\x59\x51\xa8\x56\x6e\x48\x48\xe2\x08\x57\x28\x0d\x37\x0e\x97\xa8\x7a\x99\xb1\xd4\xff\x69\x51\xaa\x26\xe2\x56\xbc\xb0\x2e\x8a\x2e\x2e\x8c\x0c\xf4\x4a\x36\xb0\xde\x69\x30\x0b\xee\x10\x0b\xe8\xe6\x28\x33\xaf\x97\x56\xab\xdf\xaf\x4d\xe8\x88\x5a\xf6\x6b\x69\x3e\xc4\x7e\x6d\xb5\x5b\x4d\xd3\x29\xb8\x7e\xbf\xd6\xc6\x51\xa1\x95\xd4\x42\xeb\x7b\xe9\x84\x74\x2b\x25\x85\xd6\x0b\xfe\xcd\x59\x1b\x25\x9c\xbb\x64\xee\xbe\xd5\x24\x01\x5a\x2f\x3a\xdb\x1a\x04\xc3\x92\x08\x8c\x1a\xcc\x28\xa5\x30\x1a\x7e\xea\xcd\xbb\xd3\x7c\x54\xa4\x99\xcf\x3a\x12\x2f\x54\x70\x42\xfa\x85\xf3\xc2\x39\xb6\x68\x08\x0b\xfc\x72\x4e\x0b\x2f\x82\x65\x90\x1f\x70\x83\x8c\x4e\x0b\xc7\x45\x5b\x74\x37\xda\x0b\x13\x7b\x7a\xaf\xd6\xb8\x05\x97\x8e\xb3\xc2\xfd\x57\xc1\x09\xc3\xcf\x3e\x53\x32\xe0\x17\xc1\x09\x1d\xaf\x50\x24\x9a\xec\x82\xee\xab\x72\xa1\x44\x8b\xaa\x44\x0c\x5f\xbe\x52\x2e\xee\x96\x54\x69\x28\x17\x55\x19\x17\x6a\x61\xdc\xa2\xba\xff\x8a\x1f\x8d\xaa\x39\x2a\x18\x75\x10\x94\x5a\xd3\x74\xe0\xab\xca\x4d\x05\x4b\xd5\xc6\x65\x9a\x8a\xc7\xd9\x3f\xbf\xd6\x9a\xa5\xc2\xb8\x35\x3b\x6a\x4e\xe3\xb8\x3d\xeb\xf7\xe3\xe7\x2d\xf0\x7b\x26\x1b\x6e\x76\xe6\x6c\xab\xa2\x5d\xa8\x10\x85\x71\x0b\x65\xa3\x50\x71\xa1\xbb\x20\x4c\x4c\x3d\x6c\x31\xeb\x6f\xbf\x5f\x4b\xd7\x2d\x64\x54\xdf\xe8\xad\x89\x0b\xa2\x9e\x56\xd5\xf7\x43\xa4\x56\xd6\xba\xd8\x24\xfc\xe1\xac\xe3\x44\xd4\xdb\xae\xfb\xe1\x61\xb5\x7e\xe3\xd6\x74\xe6\xfe\xe3\x75\x7e\x88\x7e\x1e\xfb\x7f\x35\xa9\x66\xc0\x59\xaa\x8c\xc2\x63\xfd\x76\xa9\x9c\x16\xde\xbc\x9b\xe8\x32\x69\x74\x18\x5a\x61\x5a\x35\xbf\x13\x6b\xff\x00\xcd\x3c\x92\x84\x8b\x1f\xdd\x46\x96\xbd\xc6\xec\x92\x55\x66\x85\x1c\x03\xd7\xf3\x47\xbc\xed\x09\xef\xb9\xb3\xeb\xed\x38\x0e\x5f\x3f\xae\xc6\xf1\x87\xd5\xf8\xd6\x0a\xca\xb7\xb4\xf4\xf3\x8d\xc0\x9f\xb6\x04\x6a\xd0\x52\xe8\x08\x07\xd2\x26\xac\x54\xb0\x02\x91\x40\x71\x49\xaf\xad\x20\xf8\xc0\xc7\x67\x84\xf2\x2c\xac\x79\x2c\x42\x14\xc0\xa9\x8d\x0c\x30\xfe\x94\x4e\x84\x95\x32\x94\x59\x4c\x95\x06\xb3\xf2\xc0\x36\x63\x5a\x04\x9f\x2f\xa9\x3a\x38\x66\x65\x54\xb0\x77\xd4\x6c\x2a\x6e\x04\x2d\x45\x8c\x40\x74\x7a\x5c\xb8\x18\x30\x73\xf3\x1d\x4a\x21\x1b\xc3\x2e\xbf\xa1\x65\x91\xe3\xec\xe5\x30\x81\x5a\x98\x36\xc0\x1e\x8d\x7d\xec\xa8\x46\x06\x14\x33\x4a\x61\x5f\x1e\x64\x80\x67\x25\x67\x85\xec\x83\x70\x6d\x4c\x76\x40\xba\x95\xd1\xb3\xdc\x66\x5b\x95\xe2\x4d\x41\x66\xf7\x6c\xa4\x89\xf8\x0d\x81\x5e\x48\xd8\x77\xe7\xde\x47\xf9\x28\x24\xbd\xbe\xa4\x8a\xa4\x5a\xcc\xae\x87\x3b\x04\x26\xd4\x42\x06\x0e\xd5\x8b\xcd\x17\x5a\xa5\x3a\xa1\xe9\x3d\x5d\x56\x77\xa5\xee\x21\x54\xe3\x95\x70\x7d\x48\x9e\x1a\x64\x80\xdf\x41\xc4\x71\x40\xc4\x47\xe3\x51\xd1\x5e\x48\xdb\xa4\x4b\xf6\x30\x2c\x54\x0b\x8f\x35\x5a\x3b\x54\xba\x83\x92\x0d\xf7\x33\xa8\x78\x63\x9b\xd0\xb0\x4d\x92\xec\x60\xe4\x04\x95\x0d\x1b\x58\x62\x8c\x2f\x0f\xf4\x92\xba\x89\x11\xc1\x97\x2d\x8c\xe3\x48\x3a\xf7\x8d\x35\x59\xd3\x86\x1a\x06\x25\xe8\x7c\x93\x2e\x5c\x02\x15\xb0\x57\x26\x49\x22\x55\x49\xad\xbb\x55\x9d\xe6\x98\x11\xa1\x55\x70\x08\xe0\x14\x14\xa6\x03\xe2\x0c\x20\x4e\x97\x85\xea\x76\x27\x4c\x03\x4d\x67\x89\x20\x02\xde\xc0\xd2\x48\x0b\x87\x9a\xb2\xb1\x49\x97\xe4\xc7\x3b\xb2\x97\x29\x2c\x5e\x1a\x92\xee\xe9\x07\x2a\x31\x1d\x5c\x76\x61\xc5\x15\x63\xb2\x23\x70\xad\xa2\xae\x71\xe6\x53\x7b\x7a\x18\x7e\xdc\x7e\x79\x9b\x69\xc3\x33\xd8\xdb\xdb\xed\x97\xb9\x61\x03\x89\x02\xf3\xbd\x7a\x55\x94\xf2\xa5\x15\x9d\xa6\x36\xed\xcc\x95\x54\x4e\x74\xd4\xfd\x64\x8e\x1a\xad\x1c\xd4\xe8\xe1\xdc\x23\x39\xf2\x78\x66\x4b\x37\x22\x5a\xc6\x4f\xf1\xca\xa9\x2f\x75\x6e\x0c\x41\x44\xdf\xd0\x2f\xf6\xa6\x3b\xdd\xf0\x2f\x35\xa1\x67\xa7\xf0\x00\x71\x6a\xea\x6f\x42\x14\x1d\xea\x49\x42\x50\xb5\x22\x3a\xc4\xfd\x82\xd2\x5b\xe2\x0a\x2f\x0f\xb4\xa8\x53\x88\x20\xdb\x05\x5e\xc1\x86\x96\xfa\x26\x4d\x6b\x32\xb6\x8a\xe4\x31\xad\x84\x93\x4d\x14\x06\x4e\x0e\xb0\x41\xea\x24\x48\x8d\x72\x42\x81\x02\x37\x14\xf2\x82\x66\xc9\x18\x1a\xa5\xa2\x80\x7d\x9a\x6b\x14\x4d\x75\x8a\x41\xeb\x7b\xd6\xef\x26\x11\xab\x43\x0c\x1b\x0f\x13\xb4\xa8\x1a\x6d\x44\xc0\x82\xc6\xc9\xc6\x09\x03\x67\xc6\xc1\x34\x0a\x7e\x85\x53\xf6\x44\xd0\x78\x3c\x0e\x37\x3a\x4b\x55\x10\x9a\xa9\x7c\x8d\x0a\x42\x69\x1c\x2b\xc3\x33\x8b\xa7\xc5\x6d\x02\x3c\xcd\xd3\xfb\x56\x7a\x61\x0d\xd6\x56\x0a\x51\x7f\x02\x08\xfe\x7c\x27\xb9\x7e\x7a\x63\xa4\x89\xd4\x49\x1e\x9e\x0e\xdf\xd0\x82\x75\xab\x78\xd4\x49\xe8\x3d\xa6\x4e\xd2\xfd\xcf\x76\x92\x30\x75\x12\xf7\x4a\x27\xf1\x2f\xd7\xc6\x49\x01\xcf\x64\x0e\x7e\x26\x10\xae\xd2\x99\x13\xef\x11\x2a\xb9\x8f\x50\xec\x00\x43\xf1\xef\xdc\x4d\x86\x2a\x7e\x32\x54\xd3\xe1\x04\x49\xc9\x4e\x68\xc7\x7e\x35\x72\xce\xaf\xdf\x92\xb2\x6e\xa6\xac\x67\x0e\x33\x54\xf2\x98\xa1\xae\xb4\xa7\x6c\x51\x66\x64\xaa\xe1\x13\x43\xff\xc1\x2d\x63\x9d\x73\xed\x3b\x43\x15\xe7\x19\xb9\xcc\xba\xa3\x0a\xe1\xca\x68\x4a\x65\x9c\xbf\x61\xac\xeb\xe2\xd5\x2a\xbb\x9a\xea\xf8\x7c\x57\xfc\xeb\xa7\x4f\xdf\xd3\x13\xb7\x9f\x3e\xcd\x35\xe9\xed\xf1\xc9\xe2\xa4\x8e\x2d\x6d\xe3\xe5\xd8\x86\xd8\x84\x78\xa9\xcc\x8a\x3b\x55\x92\x05\x72\xc7\xab\xb1\xb3\x3e\x77\x45\xf7\x1b\x23\x7b\x49\x9f\x63\x63\x64\xea\x66\xb2\x95\xd4\xc1\xa6\x21\x88\x06\x92\x16\xe8\xf3\x6f\xf8\xeb\xe3\xf7\xbc\xe0\xd3\xe3\x37\x4e\x4e\xa7\x18\x1a\xff\xd7\x7c\x68\x0f\x34\x5f\x69\x45\xc2\x47\x1a\x8d\x69\x51\x97\x47\xe3\xd0\x1a\xa1\xa0\xa2\x60\xe1\xb3\xdc\x12\x89\x43\xbc\x60\x03\x07\x36\xed\x70\x8e\x1e\xe1\x8c\x90\xb8\x9c\x50\xbe\x21\x49\x8f\x24\x01\x4b\xfd\x51\x4a\x18\x3f\xa5\x44\xb4\xc2\x86\xa6\x6b\x7c\xa0\xb2\xe8\x48\xe3\x26\x89\x57\x5d\x6c\x67\x2c\x5c\x96\xc6\x0b\xb6\x09\x51\x38\x7d\xd2\xa6\x2d\xcf\x6a\xbc\xe8\xb8\x0e\xa1\xa7\x1b\x35\x14\x81\x5d\x33\x95\xf6\xc2\xd2\xe0\x4c\xa5\x89\xf4\x4c\xeb\x5d\xa3\x2d\xad\x65\x00\x2a\xeb\x3e\x24\x06\xaf\x68\x94\x37\x26\x08\x0d\xbd\x5e\x8c\x40\x29\x06\x12\x5c\x68\x58\x4d\x53\x52\xe7\xe0\x5c\x2d\x9a\x36\x60\x7c\x97\xb4\x88\x33\x28\x68\x6c\xbd\x90\x86\x2a\xad\xd3\xad\xa6\xaf\x8f\x24\x31\xd8\xb6\xbb\x7d\xab\x85\x0f\x98\xb8\x24\x21\xe0\xdc\x40\xbb\x0b\xd3\xe1\xe1\x24\x25\x52\x03\xc2\xc5\x48\x14\x52\x32\x68\xdd\xbe\x55\x5a\x78\x38\x02\xeb\x34\x95\xc2\x84\x46\x4a\x2b\x0c\xdb\x1d\x4a\x78\xca\x37\xac\xf2\x0f\xc5\x9d\x76\xca\xbc\x41\x74\x0d\xc9\x03\x92\xa4\x92\x48\x2b\x24\xd4\x63\x52\xa9\x2e\x8c\xf1\x22\x1a\xc4\xbe\x8f\xa6\x81\x2a\x85\x8c\xc2\x32\x48\x83\xc2\x03\x6c\xdb\xd2\x3c\xe6\xff\xcc\xa9\x3a\x4c\x53\xb5\xa4\x71\x92\xa7\x6a\xf7\xbf\x75\xaa\x3e\x33\x3e\x1e\x86\xff\x33\xbc\xf1\xe4\x78\x7b\x18\xda\xaf\xc3\x37\xce\x8e\xbd\x2f\x9a\x01\x5d\x8a\x43\x0f\x4f\xc1\xf7\xb4\xf8\x29\xa1\x60\x1d\xd4\x42\xe8\x1a\x9e\xa5\x63\x4d\x11\x38\xd3\x08\x2d\x90\x97\x5e\xd7\xf1\x68\x1d\xb4\x4d\xe8\x1a\x9e\x5b\x04\x3f\x30\x88\xd4\xa4\xdb\xd0\x00\x7b\x19\xe1\x61\xf8\x32\x59\x71\x9d\x7a\xa9\xcb\x86\x6d\xc7\xd6\xf5\xd6\xbf\xe6\x6d\x27\x1b\xa8\xb1\xb1\x57\xb1\xf5\xe2\x78\xe2\xd0\x5e\x11\x9a\x39\x22\xc7\x3c\x81\xc3\x83\xf2\x73\x09\x93\xd7\x0b\x69\xd8\xe5\x1d\x7b\x1a\x70\x58\x05\x86\x86\xee\xbd\xd1\xc1\xdc\xeb\x60\x5e\xae\x15\x0e\xfd\x55\xa7\x46\xd6\x89\xb0\x88\x40\xad\x58\x35\x41\xf2\xc5\x0a\x25\xe4\x68\xa4\xd0\x0d\xf5\xb4\x26\x5a\xa1\xda\x68\x84\x79\x85\x13\xd6\x9d\x94\x1d\xd1\x9b\xfc\x27\x39\xd8\xb5\x15\xea\x4a\x77\x1d\x7d\x6d\x11\x3a\x4b\x8a\x55\x16\x24\x5f\x28\x6b\x21\xc7\xd6\xd3\x5a\xc7\x1b\x5a\xd9\x18\xc4\x0c\xc6\x83\x88\xad\x03\xd3\x49\x67\xda\x5d\xac\x76\xb7\x1f\xb7\xab\xdd\xdb\x3c\x9e\x3e\xef\xda\x3e\xdf\xf0\x8d\x4e\xa5\x62\xd5\xa9\xd0\xce\xc9\xea\x11\x7a\x3c\x3e\xf0\x8a\x30\xba\x67\xad\xba\xd7\x4c\xec\xa8\x41\x94\xea\x95\x15\x08\x91\x6d\x02\x0d\x46\xb4\x68\xf5\x8d\x0d\x42\xbb\x56\x7b\xe1\xa1\xa2\xe0\xf1\xe5\x38\x73\x41\x2b\x28\x45\x03\x11\x82\x47\xe9\x4e\xd1\xb0\xca\x5e\x94\xf0\xb7\xd7\x5a\x78\x8c\x14\x5d\x40\xbb\x04\xd6\x28\xe0\x4c\x1a\xce\x44\x47\x28\x08\x18\xad\x69\x7d\x6e\x10\x08\x00\x9a\x45\xc6\xd3\x68\x6a\x4c\xb8\x74\x5d\x78\xdd\x72\xf0\x15\xa3\xc3\x97\x6b\xe9\xba\x46\x77\xc9\x9f\x84\x85\xad\x09\x54\x2e\x2c\xfb\x2e\xd8\x67\x98\x3d\xa0\x24\x3f\x27\xce\xb2\x97\x93\x36\xc3\x6d\x71\x5c\x05\xdf\x9b\x7f\x46\x5e\x47\xfd\xe2\xb7\xd5\xf8\x79\xbd\x79\x9b\x3b\xa4\x2f\xcc\x3b\x5f\x2d\xaa\x63\x67\x48\xd6\x14\x13\xee\xd0\x44\x77\xd6\x71\xd4\x07\x05\x47\x23\x30\x10\x69\xba\x3d\x9c\x0a\x4b\xf8\x8b\x69\x12\x58\x7c\x7c\xbc\x3c\xb0\xcd\xb7\x89\x08\x15\x0f\x37\xab\x12\x2e\xa7\x3d\x4e\x88\x7a\xde\xdb\x30\xb4\x2c\xb6\xf0\xa5\x03\xb7\x36\x1d\xdc\x91\x58\x04\x53\x85\xd7\x12\xcb\x9b\x06\xb2\x8d\x9a\xbf\x3e\xc5\xe6\xcf\x08\x85\x1a\x33\x0a\x5e\x4f\x8c\xc3\x89\x14\x34\xcd\x74\x0f\x27\xd9\x12\x99\xc2\x5b\x11\x42\xd8\x70\xc0\x72\x69\x85\x6b\xbc\x88\x34\x73\xb8\x06\xa5\x56\x6c\x25\xa4\xaf\x82\xa4\x29\xa8\xd7\xc2\xb6\x1e\x8e\x93\xd9\x75\xa6\x63\x05\x64\x33\x2a\xc7\xbe\x5a\x02\xef\x4c\x38\xec\x07\x61\x8f\xa2\x43\x80\x75\x7e\x80\x11\x91\x3e\x80\x30\x5a\x78\xef\xb5\xc2\xf4\x1e\xce\x6c\x22\xf4\x59\xe8\x63\x32\xcc\x45\xbd\x7a\x84\xf7\x65\x04\x8b\x36\x4c\x84\xd0\xe2\x1b\xb8\xe0\x86\x0e\xaa\xd2\x89\x80\x11\x9d\xf0\xc9\x65\x0e\x55\xac\x0e\xc9\x6d\xa0\x6a\x03\xfb\x5a\xa2\x12\x6a\x04\x60\x25\x81\x85\xa3\xcd\xe0\x49\x29\xb2\x3f\x42\x54\x78\xa1\xb0\x45\xd1\xd8\xf4\x86\x7d\x0a\x1f\x23\x93\x29\x55\x64\xbd\x2e\xdf\x68\x3f\x72\x01\xa4\x08\xfd\x1f\xd4\x5e\x83\x27\x42\xb9\x55\xe0\xcc\x5f\xf2\x40\x6f\xf4\xcb\xb5\x87\x19\x5b\xb0\x22\xf4\x08\x18\x1b\x84\x6c\xd1\x40\x10\x52\x14\x7a\xcf\xd8\xda\x0e\x9e\x75\xfa\xe2\xb1\xd4\xb6\x93\x83\xd3\x0e\xde\x4d\xf7\x5a\x21\x9c\x06\x3b\x3b\xa5\x15\x8d\x8d\xc2\xb4\xf4\xd3\xe3\x9c\x95\x5d\x29\x44\x78\x2e\xe3\xc0\x45\xc8\x1b\x2e\x9a\x34\xfc\x99\x5b\x2b\x10\x3e\x0c\x55\xe7\x5b\x0e\x31\xea\x29\x13\x4d\x75\xa4\x10\x00\x50\x9e\x1e\xef\xfd\xb6\x1a\xc7\x37\x3a\x8b\xff\x02\xd6\x6f\x98\xb2\xdb\x62\xd5\x83\xed\x26\xa9\x02\x3c\x1b\xb0\x6a\x51\x9b\x54\x8b\x58\xd7\x74\x9f\x40\x56\x34\xa2\x49\xee\xac\x06\x52\x83\x63\x74\x2b\x39\x6c\x5a\x89\xef\x76\x89\x81\x97\x06\x14\xc4\xc2\x72\x1d\x81\xd5\xe0\xce\x23\x54\x35\xfc\xc0\xfa\x3b\x7a\x81\x03\xb5\x8e\xee\xb1\x9d\xc8\x21\xe4\x00\x9a\x70\xc3\x46\xb3\x88\x30\x87\x4d\x5a\x3c\x2c\x11\x5f\xae\xb1\x30\xd5\x33\x03\xfc\x7a\xb8\xdd\x57\xe6\xe0\x29\x92\x57\x35\xb9\xd4\xe3\x75\x73\x1a\x6d\xe4\xb7\xd5\x6e\xb8\xdf\x3e\xbd\x31\xda\xc8\x97\xcc\xfd\x2d\x6d\xe6\x3c\x04\xda\x0e\x4a\x79\x97\x52\xa7\x10\x57\x33\x3d\xdc\x91\x26\xfc\x53\x5d\xdc\x4b\xdb\x9d\x68\xf6\x3e\xb7\xe6\x44\xb7\xf7\xe5\x81\x2a\x1e\x79\xcb\xb7\xe6\x7d\xaf\x5d\x78\x63\xde\xad\x8c\x5c\x70\xf7\xe7\x17\x5c\x76\x18\x07\x75\xbc\xd2\x9a\x4d\x0e\xfd\xca\x04\x21\xe1\x2c\x2c\x6f\x02\xb3\x4b\xb9\xee\x4a\x41\x25\x5f\xfa\x0b\x29\xf1\xbd\x9a\x64\xf8\x98\x3c\x2a\x92\x1c\x7d\x43\x4f\x3e\x7e\xd5\xd0\x9d\xe8\x47\xf3\x52\x8b\x23\x11\x1b\x38\x31\x86\xe4\x0e\x97\x03\x41\xd1\x98\x04\xff\x9b\xc9\xc9\x9c\x61\x48\xab\x67\x75\xa6\x26\xcf\x64\x8f\xb2\xf4\x08\x1d\x80\x05\x1b\x62\x4e\x06\x56\xc5\x30\x46\xe8\xd3\xde\x77\x18\x76\x6f\xec\x79\x87\x61\xf7\xc7\x1b\x03\xbe\x78\x80\xb2\x0e\x46\xaf\x01\x46\x0a\x98\x57\x95\x80\x3b\x72\xd6\xb5\x69\xad\x67\x4f\xd9\x79\xc7\x5c\x0a\x9c\xb8\x23\xfa\xb3\x6e\xd9\xf9\x68\x8b\x20\xcc\xec\xee\xb6\xf3\x6c\x74\x6a\x10\x1c\xd0\x73\x24\x41\xcd\x21\x1f\x14\x47\x86\x90\xad\x61\x77\x74\xa1\xd5\x24\x8c\xe1\x51\x0e\x39\xe0\x26\xd5\x72\x64\xe7\xe9\x26\x78\xa1\x83\x8a\x8c\x6c\x20\xd7\x62\x94\x56\x2d\x2d\xd2\x3a\x36\x5c\xf6\x1c\x69\xc0\x8b\xc8\x01\x20\x68\xb6\x48\x00\xcd\x0d\xcf\x5a\x41\x6b\x37\x72\x4c\x57\x9a\x6b\x02\x4f\x38\x12\xee\xdd\x10\x50\xa0\xb1\x8e\x5f\xd1\x34\x3e\xb2\x16\x73\x24\x9c\x4d\xb3\x8e\xf6\x04\x48\xc4\x57\xee\x5e\x27\xf0\xac\x45\xd3\x8b\xed\x68\xb2\xa5\xa4\xa7\x07\xc3\x2d\x5f\x14\x32\x3d\xba\x4d\x96\xb5\x9e\x95\xfd\xa5\x70\x3d\x4d\x4f\xf0\xb2\xc8\x53\x14\x02\xc5\x39\xa1\xf1\x85\x19\xf3\x8f\x06\xfa\x5f\xde\x40\x17\x16\xa1\x46\x22\xc9\x00\x56\x25\xbb\x04\xdb\xd1\x93\xbc\x6e\x4c\xec\xd8\xbf\x4f\x6c\x8c\x87\x47\x3f\xdf\x18\xeb\x1a\xaf\xfb\x7f\x34\xd0\xdf\xbb\x81\x4e\x46\xd3\xe7\xe1\x3b\x5c\x05\x7d\x59\x3d\x0f\xe7\x1c\x05\x9d\x9e\xc4\xeb\xa1\x58\x8a\x21\xec\xca\xa5\x56\x66\xa5\x5d\xa3\x5d\x0e\x18\xea\x5a\xed\x6e\x22\x1c\x93\x3f\x4b\xeb\x8e\x88\x8d\x76\x97\xd2\xad\x58\xe9\x3b\x45\x59\xcd\xd6\x40\x35\x36\x89\x64\x52\xaa\x1b\x17\xea\x3c\x1a\x3c\xe0\x5e\x5a\x75\x84\x6d\xb4\x7b\xd6\x26\xdc\x47\x77\xa3\x5c\x77\xee\x16\xe8\x5a\xd5\x4f\x60\x93\xa5\xa3\xc2\x34\x12\xae\xd9\xce\x97\xfd\xa4\x9e\x87\xf5\xdd\xfd\x1b\x85\x57\xb0\x7e\xe3\x04\x3f\x16\xc3\x5c\x13\x48\x5c\x44\x0f\x0b\x17\x86\x24\x03\xd3\x44\x25\x54\x8e\x4a\x01\xb5\x7e\x80\x0e\x3b\x09\x9d\x15\xc1\xb7\xc1\x09\xa9\xa9\x97\x21\x10\x8e\x8c\xea\x03\xad\x80\x1d\xd1\xd8\xe1\x56\xd7\x77\x34\x7c\xc6\xd8\x44\x61\x5d\xeb\x60\xd8\x80\x87\xb4\xd1\x25\x89\xd6\x73\x50\x57\x7a\x9c\x97\xec\xc1\x60\x12\x69\x55\x6c\x0a\x4b\x12\x69\x03\x5c\x99\xaa\x38\xf9\x32\x95\xbc\xc6\xbe\xe1\x90\xde\x20\x32\x7e\x72\x06\x7d\xad\x10\x0f\xa7\xeb\x43\x10\x1a\x5e\xc7\x5d\xd7\x7a\x6c\x4e\x12\x24\x5d\xf7\x41\x93\x9c\x00\xbf\xe3\x50\x5b\x88\xae\x61\x7a\xc4\xde\xfe\xbe\x30\xe7\xbf\x97\x87\x96\xd6\x96\x56\x8a\x68\x46\xad\x85\x0d\xad\x0f\x42\x3b\x2c\x3c\x83\x90\x58\xe0\x44\x48\x23\x11\x6b\xa3\x8e\x46\x0d\x83\x18\xc1\xaa\x49\xbb\xbd\x30\xd7\x40\x44\x66\x90\x94\x1c\x69\x78\x71\x6c\x05\x68\x2f\x54\x94\xc2\xeb\x46\x86\xd0\x28\x2a\x47\xf4\xd8\xe7\x8c\x2e\xf9\x77\x50\xbc\xaf\xee\x45\x94\x0d\x8c\x56\x1b\x43\x6b\x7a\xde\x7f\x93\x2d\x50\x7c\x46\x10\x61\x16\xe2\x11\x1d\xca\x7b\xc4\xd6\x27\x30\x9e\x6e\x4b\xa0\xe3\x5c\xae\x36\x77\x6f\xde\x9c\xc0\x1d\xed\x3d\xdf\xf2\x2d\xd7\x5f\xb7\xc5\xf5\x57\xc7\xdd\xcb\x8a\xe0\xc6\xd6\x6b\xaa\x1f\x15\x95\x90\x9a\xbd\x9a\x42\x75\x1f\x31\xa5\x31\xf2\x79\xf6\xf6\xea\x19\xbe\x87\x77\x75\x4b\x75\x0d\x8d\xda\xce\x36\x16\xaa\x53\x1d\x9b\xce\x20\xd4\x71\x83\xe0\xa9\x9d\x42\x3c\x18\x84\xa6\xc5\xff\x7d\x8b\xf0\x22\x8c\x6a\x78\x0b\x54\x52\x59\xe0\x89\x58\x8a\xc8\x79\xb1\xc3\x72\x3c\x85\x84\x01\x83\xd8\x1a\x1e\x51\x9b\x3b\x61\x0d\x97\xa6\x41\x69\xae\x24\x3d\x95\x5f\xe5\xa2\x75\xc2\xc9\xc6\xd0\x08\x0b\x7f\x1f\x3a\x70\x14\xaa\x20\x3a\x8d\x30\x54\x46\x5a\x11\x6d\xaf\x71\x3a\xd7\x35\xac\x4e\x88\xe8\xe2\x0d\x6c\x4b\x9d\x13\x32\xf5\x58\xea\xd1\x10\x9a\xcd\xb4\xf8\x72\xd5\xe2\xcb\x9d\x2c\xbe\x5c\xb5\xf8\x72\xaf\x2f\xbe\xee\x87\x61\xec\xef\x57\xeb\x37\xca\xc0\x85\xfd\x8f\x5b\x57\x16\x63\x52\x13\x9d\x90\x9d\xc4\x6e\x81\x73\x71\xa4\xe9\x47\x79\x2c\x4f\x9d\xee\xb5\x88\x2a\x36\xd4\x45\xad\x70\x11\xfb\x18\x96\x8d\x35\x25\xf6\xa0\x8c\xb1\x63\xeb\xac\x30\x8e\xb7\x0d\x02\x2d\x41\x9d\xe8\x0c\x6e\x72\x9e\xbe\x71\x4b\xd5\x23\x64\x34\x88\x83\x19\x60\x72\xd3\x59\x7b\xa5\xa9\x5e\x7d\xa4\x8f\xfd\x92\x7d\xba\x59\x11\x15\x1c\xdf\x45\x61\x94\xc3\xea\x40\xb6\xcc\x45\x0d\x6a\xbc\xbd\x90\xb4\x02\xd6\xba\xb1\x56\xe8\x0e\x9e\x70\xa9\xd9\x7c\x27\x3a\x63\xd2\xd6\x74\x8f\x55\x91\xb6\x90\x10\xb4\x0c\x54\x3e\xa7\x6d\xe3\xbc\xe8\xac\x6a\x1d\xbf\x93\xd6\x42\x79\xd9\x48\x61\x8d\xa5\x35\x7a\x67\xb0\xf7\x19\x3b\xa4\xa8\x1c\x4e\x09\xd5\x49\x11\xe0\x04\x48\x44\x0d\x7f\xe1\xd2\x62\x1f\xca\x28\x56\xfd\xed\x42\xe3\xac\xe8\x74\x1c\x0d\x8d\x05\xb4\x16\x8a\x97\xb4\x10\x0f\x22\xa4\xd1\x0b\xd6\x4c\xba\x99\x1b\xc2\x6a\xf8\xb3\x06\x3a\x4d\x2d\x8a\xbe\xa2\xa0\x46\x23\xac\x87\xcf\x3c\x6d\xd5\x2c\x9e\x36\x15\xce\x21\x36\x8d\x8e\xea\x0a\x23\x3f\x86\x07\x27\xc2\x48\xcb\x5b\x1f\xe0\xbc\xd8\xc4\x1e\xcd\xd5\xf2\x6b\xa2\xc1\x7c\x8b\xc6\x43\x7b\xc1\x2c\x57\x86\x97\x6b\x4d\x82\x32\x55\x92\x55\xf7\x2d\x2d\x18\x3b\xd7\xb7\x5e\xf8\x10\xa8\xa3\xab\xce\xc0\x37\x8e\x0a\x4d\x74\x70\xd1\x1a\xac\x22\x90\xc4\x37\x0b\x07\x43\xec\xa6\x5f\x41\xef\x10\xfe\x9b\x9b\xae\x35\x52\xd8\x0e\x87\x60\x2e\x9a\xd6\x7b\x11\x3a\x08\x42\x5a\x19\x68\xb2\x5b\x04\xf4\x92\x8a\x8f\x41\x6d\xeb\x44\x30\x6c\x07\xe9\xda\x28\x4c\x80\x57\x75\xad\xf5\x85\xa1\x2f\x8f\xc6\xd1\x20\x0c\x3e\x3e\x45\x02\xa4\x83\x73\x40\x78\xb7\x89\x5e\x74\x06\xa3\x6f\xb4\xba\x91\xde\x95\x3f\x2f\x59\x49\x0b\xc1\x47\x3a\x44\x5f\x45\x57\x71\x92\x6d\x75\x68\xb4\x52\x57\xd5\xeb\x9f\x7c\x73\xeb\x4f\xeb\xb7\x7d\x6d\xeb\x4f\xeb\x3f\x96\x8b\xe4\xf0\xb1\x58\x22\x1a\x1a\xfb\xa5\x35\x22\x84\x0b\x63\xb1\x4b\x1f\x68\xc2\x45\x68\xbf\x48\xb0\x6e\xac\xe8\x62\xe2\x81\xc7\x1f\xd7\x38\x21\x5d\xeb\xb0\x4b\xef\x84\x8d\x2d\xf6\x8e\x68\x48\x1c\x69\xb5\xc3\x66\xf6\xbe\xa7\x81\xa8\x49\x9b\x89\x9d\x6a\x1c\x14\xea\x94\x30\xf4\x71\x90\x64\x1c\x39\x16\x0b\x75\x65\x4f\xeb\x23\xd8\x76\xc8\xc6\x4a\x2f\xe8\x8b\x6b\x78\xf0\x13\x81\x9d\xce\xbb\xc6\xe2\x2c\x57\xc1\x7c\x37\x3d\xa9\xcd\x4f\x32\x9a\xcf\x17\x93\x1e\x43\x50\x2d\x0d\x6f\x28\xd3\xcb\x35\x0e\x16\xac\xaa\xf7\xe1\x9b\x6a\xef\x7d\x3f\xdf\xf6\x3a\xda\x7b\xaf\x77\xec\x61\x7d\xa7\x3a\x25\x9c\x6f\x83\x16\x16\x46\x90\x56\xd0\xb0\xd0\x49\x11\x69\x06\xea\x84\x92\x48\x05\xd5\x9a\xce\x0a\x4d\x63\x2f\x89\xc6\x0e\xf6\x7f\x52\xd1\xcb\xb8\xd8\x0a\x8b\xbd\x5b\x69\xe9\x45\x0c\x57\x59\xec\xe9\x25\x23\xce\x9b\x50\xcb\x1a\xda\x1f\x24\x2d\x35\x41\xe3\x80\x5d\xe1\xbe\x2e\x52\x43\x79\x85\x49\x3f\xe2\x34\x1d\xd5\x15\x1b\x2b\x2c\x9e\x80\x19\x4d\x6a\xbe\xbd\x15\x81\x9f\xd2\xa6\xa7\x40\x9a\x12\x06\x8f\xd0\x34\x43\x74\xae\x25\x1c\x0a\x74\xda\xf3\x36\x6f\x3b\x7a\xfa\xb2\xde\xdc\xfe\xf1\x08\xef\x55\x96\xc8\xa5\x65\x5f\x5d\xee\xfb\xac\xf3\xa5\xa1\x85\x0f\x8d\xc9\x1c\x10\x1d\xb3\x69\xe4\xa0\xc7\x30\x31\xc7\x19\x41\xc7\xee\x76\xb5\x17\x08\x8d\xe9\x18\x92\xec\xdb\x49\xc1\x80\x85\xbd\xbf\xc3\xe4\x19\x27\xd5\x50\xe9\x09\xbc\x6f\x2e\xf9\xb4\x8e\xa0\x4b\x04\x65\x6f\x23\x97\x8f\xd6\x65\x21\xc5\x8b\xa7\x31\xcf\x34\x81\xfd\xb0\x22\x12\xb3\x6b\x3c\xfd\x44\xac\x30\x3d\xc7\xae\x92\x49\xf5\xd2\x73\xf0\x90\xc8\xf9\x06\xe1\x2e\xa0\xa5\x1a\x65\xa3\x3a\x44\xb6\xa6\x61\x25\x57\xc9\xcb\xb5\x84\xcf\xfd\x7b\x1a\x54\x6c\xe4\x30\x37\x9d\x13\x81\x06\x3f\x44\x90\x0e\x29\x32\x9d\x17\xb4\x58\x10\x1c\xc4\x81\xa6\x14\x4b\x92\x90\xe4\x1f\xd8\x2f\xc1\x49\x1a\x86\x17\xf6\x0e\x2f\x71\xe6\xe0\x2d\x47\xeb\xc7\x61\xb1\xe3\x00\x2a\x9a\x0f\xc4\x09\xba\xd7\x1c\x8b\x87\x07\x2c\x38\xca\xc0\x46\x3d\xd7\xc9\x85\x66\x67\x60\xf0\x76\xaf\xb1\x58\x46\xdc\x35\x1a\x89\x7b\xb8\x3d\xeb\xe0\x51\x9d\xcf\x38\xa6\xfa\x57\x69\xf1\xda\x02\x4f\xad\xd5\x96\x76\xfb\xae\x5e\xf0\xf2\xa0\x83\xa1\xd9\x48\x19\x2d\x3c\x3d\x12\x87\x16\x8e\xa3\x42\xb0\xc7\x8e\xc8\x81\x41\x4d\xd7\x4d\xe7\x58\xd5\xf9\xd4\xbe\x3a\xd3\x6a\x0c\x4b\x49\x91\xc3\xca\xd0\x9a\x3e\x72\x7c\x4e\x65\xd8\x36\xa8\x25\x89\x9c\x6b\x1b\x87\xd2\x5e\xb8\xfb\x74\x90\x90\x9c\xf6\x4b\x9c\x51\x25\xaf\xfe\x4a\xe6\xd0\xa4\xb6\xa3\x5e\xd1\x09\xdb\x04\xf6\xc6\x46\xb5\xe3\x15\x9f\x37\x2b\xca\x14\x4a\xb5\x78\x1a\xb1\xf8\x36\x28\xe1\x2f\xac\x22\xd9\x0b\x05\xc4\xcd\xd4\x3b\x4c\xd7\x9d\xd3\xc5\xa2\x8f\x73\xfb\xe5\x62\xdc\xbe\x75\x27\x1c\xfc\x6d\x4f\x37\x7c\x63\x79\x27\xbb\x72\x36\x81\xda\x36\xf0\xf2\x90\x0e\x10\xac\x46\xa5\x86\xee\x99\x06\xd6\xb3\x3e\xfe\x8d\x3c\x7f\x86\x78\x13\x3a\x3e\x34\xb0\x6d\x3a\x3b\xe4\xff\x2f\x0f\x34\xa6\x3a\x84\xf5\xb3\xbd\x81\xf7\x68\xfe\x43\xb4\x07\x1c\x40\x9b\x11\x36\x65\x0d\xfd\xf4\x6d\xa2\x73\x34\x08\x00\xd4\xb3\xba\x2b\xac\xd6\xa4\x16\x7a\xa4\x99\x1b\x42\x96\x7c\x95\x9b\x73\x6c\x4b\x8e\xe5\x8f\x9f\x0a\xae\xd1\x21\x68\x26\xa2\x6a\x65\xe8\x75\xe6\x29\x3f\x93\xc3\x5e\x2a\xe1\x18\xe0\x47\x96\x52\x35\x25\xcf\x57\x79\xa7\xf7\x7d\xa5\x4a\xae\xf0\xaa\x50\x2c\x2c\x59\x9e\xef\x26\xd7\xab\xbf\xad\x1f\xd6\x2f\xdf\xd5\x53\x1e\xd2\x3d\xdf\xf0\xa5\x7a\xfb\x3f\xdf\x59\x24\x6b\xcd\x39\xf3\xdc\x06\x73\xde\xdd\x67\x77\xce\x01\x69\x38\x5d\xb4\x72\xed\xac\x37\xdf\x5f\x3b\xe9\x9e\x6f\xd5\x8e\xac\x6b\xc7\x52\xf5\xf4\x1c\x44\xa7\x9b\x1f\xa1\x3f\xbf\x16\x30\xe3\xb5\xfa\x49\x8e\x69\xce\x54\xd0\xd9\x77\xfc\x79\xd8\x1f\xb6\x6f\xdd\x67\xe3\x57\xdc\xf1\x2d\xdf\x7a\x43\x55\xf9\xe4\x36\x70\xfc\x92\x5e\x64\x3e\xd2\xde\x4f\xc7\x86\x34\x6f\xce\x7d\xa4\x5e\x4a\x15\x6e\x4c\x72\x47\x62\xab\x6a\x69\x8f\x63\x59\x55\xb5\xf3\x72\x4d\xb3\x81\xf4\xee\xd5\x67\xce\x6b\xbb\xaa\xa6\xe9\xfc\xf2\xcd\x0f\x7b\x68\xa1\x8e\x72\xc6\x05\xe5\x6b\xfe\x30\xad\xba\x57\x56\x3d\xb7\xe7\x44\xfa\xcd\xf0\xc3\xf6\x70\x78\xa3\x67\xe3\x2f\xeb\xcd\xd0\x7e\x04\xff\xb7\xa4\xac\x4f\xe5\x18\xd3\x0b\x2d\x1b\x48\x8d\x57\x46\x47\xe8\x31\xc2\x77\x87\x13\xca\xf2\x0f\xf6\x18\x18\x84\xc9\x61\x52\x69\x76\x90\x1d\x59\x3f\x59\xc1\xaf\x28\xf3\xa7\x3d\x89\xae\x49\xf6\x89\xde\x61\xbf\x89\x7e\xfb\xd6\x38\xa8\x66\xc2\x2a\xa2\x53\x6c\x05\xec\x35\x7c\x6f\x6a\x28\x33\x28\x7d\x25\x83\xf0\xb6\xd1\x52\x09\xa5\x7b\xc4\xeb\x8c\x10\x4d\x62\x82\x9d\x65\x15\x68\x9a\x05\xe4\x88\x5f\x86\xfb\x8a\x37\x71\x31\xcc\x3c\xdd\x28\x2d\x2d\x43\x5b\xbe\xf4\x24\x98\x40\xfd\x08\xe1\x90\x49\x38\x8f\xd0\x2b\x42\x29\x52\x91\x46\x94\x9b\xdf\xa1\x2f\xef\x99\x5e\x11\x60\xae\x92\xca\x26\xb3\x87\x5a\x27\xfd\x34\xac\xe0\xe9\x84\xf6\xad\xe8\x92\x9f\xc5\x97\x6b\xd8\x44\xab\xc6\x28\x2d\x14\x07\x83\xb5\x92\x7f\x61\xad\xd4\x51\xcf\xa0\x4b\x53\xbd\x5c\x46\xf1\xe5\x5c\x4f\xf9\xa7\x71\xb5\x7f\x9b\x5d\x31\x3a\xca\x1d\xb1\xff\xb1\xef\x72\x33\xe8\xa2\x91\x4c\x75\x64\xee\x5b\xc3\x16\x80\x41\xf6\x8e\x96\xf2\x50\xa4\x8c\x8d\x94\x01\x86\x93\x11\x8b\x45\xc9\x91\xc0\x8c\x90\x0e\x16\xe8\xd1\xb6\xd2\x73\xac\x05\x68\xdb\x3a\xea\x72\xca\x69\xc8\xe8\xca\x5a\xe1\x4d\xd3\x5d\x6a\x25\x14\x64\x3c\x89\x18\xed\x46\x44\x0f\xce\xa4\x2d\x62\x84\xb5\x57\x24\x20\x46\x25\x1c\x76\xc1\x68\xc5\xee\x1c\xb6\x26\xb5\xb0\xba\xd1\xba\x83\x16\xaf\x54\x0d\x8a\xa8\x6e\x8c\x33\x70\x0f\x86\x6d\xcc\x06\xfb\x97\x79\xe3\xb2\x31\x30\x46\x62\x5f\x33\x36\xa4\x93\x5f\xd5\xe1\x0c\x5d\xa5\xb3\x5f\xc2\xb7\x81\x15\xde\xf3\x3e\x28\x6f\x7a\xb6\xe6\xc4\x1e\xae\x34\xc1\xbb\xf1\x8d\x5b\xe8\xa5\x15\xda\xd5\x78\xf8\xe3\x96\xb0\xfd\xf0\x8f\x96\x78\xb5\x25\xae\xb1\xbd\xd3\xc0\x23\x8f\x11\x76\xf4\x42\xfa\x26\x74\x97\xd6\x08\x1b\x90\x3a\xe3\x37\xfe\xb7\xed\xe6\xc3\xfa\xee\x6d\x16\x55\x5f\xb6\x9b\x76\xbf\xbe\xdb\xfc\xf1\x39\xbd\xb4\xb1\x72\x6c\x2d\xa3\xfa\x1e\xf7\xc4\x26\x8c\x92\x96\x97\xa1\x13\xae\x97\x58\x4c\xd8\x36\x9b\xf7\x49\xd6\x87\xf5\xf7\x34\x80\xc2\x47\x12\xf6\xb2\x68\xf1\xc0\xea\x08\x4d\x84\x0f\x85\x0e\x6a\x14\xe1\x52\x9b\x0e\x5e\x56\x68\x9c\xc5\xe6\x26\xc2\x95\xd0\xf8\x2c\x11\x42\x10\x19\x46\xa1\xef\x5b\x63\x38\xe8\x3b\x72\x33\x0d\xaf\x1c\x91\x9f\x1e\x5b\xd5\x35\xc1\x5d\x4a\x65\x47\x68\x36\x43\x6d\xbd\x6f\x53\x10\xfe\x94\x99\xcb\x4a\x7b\xee\xd2\x42\x7b\x98\xf5\x80\xa1\x59\xe5\xf9\x78\x11\x7d\xc6\x5d\xb1\x97\xa8\x4b\xa9\xbe\xc3\x2b\xb4\x53\x08\xd7\xc6\xe1\x38\xbe\xe7\xc6\xa0\x45\x24\xc9\x98\x37\xaa\xa8\x46\x15\x94\xd8\x10\x6a\x46\xc0\x06\x81\x5e\xd2\xdc\x5b\x27\x42\x6f\xb9\x9d\xe0\xa5\x3b\xf9\xd3\xa2\xea\xb9\x52\x08\xc2\xa3\x42\xb8\xb7\x56\xc8\xd1\x28\xba\x93\x56\x60\x88\xf0\x82\xb8\x2f\xc8\x4f\xe7\xfc\xf4\x1f\xe7\x67\xf8\x5c\x34\x84\x4b\x0b\x03\x9c\x37\xf7\x0e\xdf\x09\x39\x62\xb7\x82\xa6\x0f\x84\x73\xd7\x06\xf5\xa1\x38\x94\x9b\x63\x87\x66\xaa\xf5\xb4\x76\xf4\x08\x6b\x2d\xe4\x1e\x47\xcb\x4a\x21\xb8\x9c\x81\x5b\x37\x29\x5b\x6b\xee\x69\x0d\xfc\xf2\xa0\x3c\xce\x9c\xc3\x3d\xad\x57\xc2\xd8\x22\xc0\xa0\xba\x0f\x1d\x11\x11\x2e\xa8\x1b\x69\x11\x4a\xd5\x17\xa1\x24\x44\xd2\x00\x87\x86\xd4\xc2\xdc\xb3\xb2\x1f\x94\xfa\x4c\x93\xd4\x26\x0d\x56\x1f\x44\x1e\x55\x13\x84\x7b\x79\x90\xec\x7d\x5d\x86\x1e\x21\x73\xa0\x8d\x59\x8a\x9b\x01\x14\xb7\x6f\xb9\x79\xd9\xdf\xbd\xa1\x77\xc9\xa5\x26\x59\x81\xca\x1d\x85\x7c\x79\x50\x1c\x83\x94\xca\x8d\x15\x9f\x87\xf6\xf7\x7d\x90\xe2\x74\xf9\xbb\x1b\x36\xfd\xdb\x1c\xf5\x7c\x01\xeb\x1f\x4b\x4e\xdd\xea\xb6\x92\x9c\xbc\x46\x8c\x20\xd9\xb7\x8a\xe6\xf9\x08\xd5\x66\x2d\x2c\xdc\xbf\x74\x11\x6e\x21\xa8\x75\x2d\xab\x75\x6b\xd7\xe0\x97\x4a\xcd\xce\xd4\xb4\x4c\xbf\xc0\x24\x2a\x7e\xa9\x73\x50\xed\x38\x1c\xe5\x69\x56\x78\xb7\xc2\x25\x5f\x13\x54\x2d\x9a\x3f\x55\xd3\xc6\x28\xac\xa5\x01\x51\x6a\x12\xaf\x10\x4e\x5c\xb7\x3a\x0a\x5a\x4b\x20\x68\x98\xed\x84\xb5\x0d\xbc\xbd\x68\x03\xd3\x06\xaa\x56\x48\x5a\xa6\x31\x9d\x12\x24\x9a\x9e\x97\xb4\x64\x92\xb4\x9a\x63\xe1\x4a\x56\xc2\x15\xf5\x13\xa9\x85\xa2\x76\xa3\x4b\x6f\xbb\xb4\x91\xe9\x65\x23\x3b\x2f\x8c\x6f\xac\x70\x01\xcf\xd5\x08\x46\xa8\x14\x95\xb3\xf3\x2d\x7e\x1b\x83\xa1\x2a\x0a\x0d\x74\x7a\x17\xaf\x61\xcc\x6e\x68\xe6\x60\xd3\xa6\x12\x7e\x9e\x63\x39\x19\x1e\x69\x14\x62\x68\x01\xc7\x31\x8a\xf6\xd9\x3a\x6a\x16\x89\xde\xf2\x9d\x53\x2c\xfa\xa3\xbe\xf2\xff\xfb\x79\xf5\xf5\x4d\x3d\xe5\x6f\xed\x6e\xf5\xf5\x5b\x9a\x82\xc5\xb4\xd6\xc0\xc9\xe8\xb9\xdd\xab\x7d\xbd\x69\x35\x73\x27\x3a\x77\x22\xfa\x00\x9d\x73\x75\xc6\xed\xe8\x7e\xc6\x38\xcb\x7c\xbe\x23\x76\xed\xa8\xb2\x2e\xa5\xbb\xf0\x82\xcf\x66\xf8\xfa\x9d\x6e\x4e\x6f\x60\x06\x72\xe2\xe5\xf4\xa1\x83\xb3\x4e\x5a\x31\xe1\xdc\xfd\x19\xaa\x91\x7f\x47\xaf\xaa\xb0\x31\xca\xaa\x7b\x59\x4b\xaf\x09\x97\x5a\xd3\x03\xee\xe5\xa4\xae\x98\xf5\xfa\x26\x83\x97\x13\x6e\x67\xde\xb2\x05\x38\x5f\x19\x3e\x23\xc0\xa5\x33\x9c\xed\xe9\x92\x72\x3f\x67\x3f\x5a\x3d\x72\x84\xa4\x4b\xd5\x4d\x2e\x5c\xb3\x12\x65\x65\x69\x93\x74\x32\xdb\x40\xef\x83\x1b\xa4\x0b\x6f\xbc\x41\xbb\xff\xc2\x13\x10\xd9\xeb\x08\xef\x4e\x2a\x12\x26\x85\xdf\x53\xbf\x52\x9f\x66\x22\x4f\x46\xea\xff\x33\xbc\x5d\x1e\xfb\x3a\x9c\x91\xc7\x4e\xcc\xdb\xa5\xcd\xdf\xa0\xb6\x52\xa4\x08\xe1\x56\x68\xaa\x11\x9a\x67\xa0\x35\xcf\x3b\xfa\xb4\x98\xf3\x23\x76\xc4\x1b\x99\x42\xf3\x19\xd6\x77\xf2\xad\xf2\x42\x36\x5e\xb2\x82\x3c\x43\x34\x5d\xe9\x3d\x07\x5f\xd5\x29\x2e\x8c\x44\x2c\x89\x2b\xd9\x65\x8f\xd0\x7d\xab\x5a\x83\x93\x03\xc5\x61\x92\x3b\x4c\xd4\xfe\x12\xbb\xe7\x6d\x64\x57\xcd\xd8\xb1\x67\xaa\x83\x09\xcd\x15\xad\x8c\x75\xa3\xba\xee\xd2\x98\xb3\x22\x0f\x3e\xa1\x53\x91\x27\x08\x04\x89\xc4\x04\x80\xf0\x89\xdf\x77\xbf\xec\xc2\x73\x3c\x4b\xb1\xe7\x03\x6d\x44\xdc\x73\x3e\x3a\xc7\xb9\x70\x22\x97\x4a\xab\x67\x78\x9f\x19\x39\x56\xad\x17\x8a\x44\xd5\xb7\xe7\x70\xdf\xd2\xd2\x7d\x0c\x7c\x04\xd3\xc1\x0e\x4b\x23\x58\x2d\xf4\xee\x3c\x37\x26\x3b\x48\x3d\xe9\x5f\xeb\xcd\xff\x59\xbd\x51\xe5\xe4\xeb\x7a\xd3\x7e\x5d\x1d\x29\x9b\x98\xe8\x8e\x2d\xe3\x6f\xcb\x18\x1f\x9a\x70\x41\xcb\xad\x4e\x37\x18\xc4\x24\x09\x03\xac\xec\xb3\x4f\x78\x62\xaa\xfe\xda\x09\xdd\x2a\x13\x3e\xe8\x80\x85\x16\xd3\xa1\x02\xae\xfd\x9f\xa4\x1a\xff\x40\xed\x4f\xe2\x97\x86\xa2\xfe\x91\x7e\xca\x1e\x70\x03\xb8\x41\x38\xbc\xce\x89\x0e\x53\x6b\x54\x24\xf3\x47\xd7\x26\x1d\xac\x0f\xd0\xcd\x76\x30\x44\x82\x4a\x57\x9f\xb2\x6c\x72\x96\x9c\xc7\xbe\xcd\x09\x7e\x44\x29\xc1\xf9\x58\x6f\xfb\xb9\xcd\xd8\xd1\x1b\x1c\x5b\x60\xcd\xda\xf5\xff\x4f\x8d\xb3\xbf\x58\xf5\xf7\x65\x8f\xec\xd3\xea\xdd\xed\x12\xbf\x8b\x9c\xbc\xdd\x0d\xfb\xfd\x0f\xdb\xed\xe7\xe5\x3c\x39\x67\xb8\x58\xed\x6e\x97\xf3\x64\x61\xf8\x8f\xa7\xfd\x61\x59\xa0\x8c\x5e\xef\x7e\xda\x0d\xfb\xfb\x61\x33\xec\x96\x47\xe9\xcc\x32\xae\xef\x36\x17\xc3\xe6\x90\x38\xa6\x64\xcd\xf0\x2f\x4f\xfb\xc3\xfa\xd3\xd7\xe5\x51\xba\x66\xb9\x1a\x3e\x1d\x96\x75\xa2\x26\xfe\xbc\xbe\xbb\x9f\xa8\x48\x15\xf2\x38\xec\xee\xd6\xc3\x7e\x59\x27\x32\xf1\xe1\xe3\xd3\xb8\xda\xf4\xc3\xb2\x4e\x14\xe2\xb0\x5b\xf7\x2b\x0c\xca\x57\xab\xcd\xdd\xd3\xea\x6e\xf8\x67\x2a\xf8\xe3\x6e\x38\xac\x37\x77\xcb\x37\xf0\xe4\xac\x36\xfd\xfd\x96\xdf\x1f\x50\x41\xdf\x8d\x03\x47\x6e\xfb\x71\xfb\x65\xb3\x3c\x45\x9d\x32\x96\x6a\x98\xa3\x4e\x19\xa7\x2a\x39\xc2\x9d\xb2\xfe\xfa\xb8\x3c\x46\xcc\x99\x66\x65\x9b\x97\x6a\x56\x9e\xe3\x92\xcc\xcb\x70\xf2\xf4\xea\xb9\xf5\x13\x77\x5f\x97\x19\x28\xc8\xcf\xf7\xcb\x74\xcd\xa8\xc7\xc7\x71\x78\x37\x72\xee\x09\xce\xa4\x5d\x7f\xbf\x7e\xe6\x36\x65\xb0\x22\x7c\x59\x7d\x5d\x4e\x60\x21\xec\xb6\x5f\xde\x8d\x87\x8b\xf5\xae\xaf\xde\xf7\x04\x7b\x96\xbd\xd4\xc0\x09\xf6\x2c\xfb\x54\x27\xa7\xe8\xb3\x37\xa4\x5a\x3a\xc2\xd5\xac\x67\x8a\x7d\xbe\xcc\x67\x0a\x7c\xbe\xb4\xe7\x8a\xfa\x4a\x39\x4f\x0a\x79\xae\x84\xb3\xb2\x1d\x97\x6a\x56\x9e\xe3\x92\xcc\xcb\x70\xf2\xf4\xea\xb9\xf3\x27\xee\x73\xdf\xc8\x89\x63\xe2\xe5\x8c\x7a\x79\x4c\xbe\x99\x91\x6f\x32\x79\xbf\x5f\xef\x0f\xeb\xe7\xe1\x6a\xbd\x3f\x0c\x9b\xf5\xe6\xee\xc3\xd7\xfd\x61\x78\xe0\xd1\xe5\x35\x62\xb9\xf9\x30\xec\xd6\x7b\x1e\x83\x13\x9c\x49\x5c\xd6\x52\xc8\xc3\xb8\xe2\x2c\x09\x28\xc8\xed\xc3\x32\x5d\x33\xea\xe9\x76\xbd\xfd\x71\xd8\xf7\xbb\xf5\xe3\x61\xbd\xe5\x2a\x3e\xc2\x65\xd6\x2f\x79\x70\xff\x32\x0d\xeb\x3f\xac\x3e\xe2\x6b\xa0\x6b\x85\xba\x58\xed\x76\xeb\xd5\xdd\xb0\x3c\x4a\x17\x96\xfe\xf3\xfe\x71\xd5\x27\x7a\x4a\x54\xc4\xfc\xa8\x0c\x4f\x24\x2e\x22\x80\x09\x49\x35\xb1\x5a\x56\xf0\x9c\xf4\xf4\xb0\xac\x13\x85\x78\xbf\x5a\x2f\x33\x50\x90\x18\xc0\x3f\xf4\xab\x31\x15\x6e\x4a\x9f\x61\xc9\x1d\xef\x18\x77\x86\xb5\x74\xc3\x13\x64\x61\x4e\xaf\x36\xbd\xd8\xe6\xf6\xdd\x3a\xd5\x03\xc0\x42\xd8\xf5\xdb\xdb\x54\x3e\x80\x13\x61\x9f\xb0\xfb\x82\xda\x0f\xd9\xc3\xdc\xf2\x28\x3d\xb1\x7c\x1e\x0e\x47\x4c\x15\xa6\xb0\x1d\xee\x97\xe9\x3a\xa1\x0e\xc3\xee\xeb\x5f\x1e\x1e\x0f\xa9\x17\x4c\xe9\x39\xcb\x4f\x4f\x39\xe7\x92\x9c\x33\x5c\xae\xc6\x4f\xcb\x79\x72\xce\xf0\xef\x4f\xab\x5d\x12\x01\xe6\x98\x39\xdb\x2f\xf7\xbb\x61\x48\x94\xfd\xf2\x15\x7c\xbe\x65\xe0\xca\x1d\x4a\xc5\x0e\xe9\x01\xc3\x94\xed\x90\x0a\x3e\x4c\x25\x1e\xc6\x11\xce\xab\x97\x75\xa2\x10\x5f\xd6\xc3\xee\xe2\x69\xc7\xd3\x47\x95\xcc\x0c\xeb\x8f\xa9\x6b\x11\x50\x90\xfd\xd7\x3e\xa3\x01\x16\xc2\xe7\x24\x28\x30\x54\xd0\x9b\x6d\xff\x34\xe6\xe6\x2e\xa9\x42\xde\xde\xaf\x5e\xf2\x37\x94\x13\x85\xb8\x3b\xdc\xdf\xae\xbe\x5e\xac\x3e\xa7\x07\x4e\xe9\xcc\x32\x0e\x9b\xdb\x54\x15\x0c\xce\x09\xef\xef\xb7\x9b\x61\x79\x94\x2e\x2c\xeb\x0d\x3f\x97\x80\x82\xdc\xf2\x4b\x8c\xdb\xf2\x0a\xdb\x91\xd9\xb6\xe3\xed\x84\x3a\x24\x54\xf9\x28\xb6\x0f\x1f\x97\xe9\x5a\x50\xe9\xd9\xd5\x33\xb7\xa9\x8e\xb6\x53\x0d\x25\x51\xb5\x92\x51\x09\xfc\x71\x58\xdd\x2e\x2b\xb8\x22\x5d\x0f\xb7\xeb\x7e\x35\x2e\xe7\xc9\x8a\xe1\xaf\x8f\xc3\x66\x59\xc1\x15\xe9\xe7\x61\x95\xeb\xab\xa4\x2a\xf2\xc3\x6a\x57\x0a\x43\x70\x21\xed\x6e\x87\xdd\xbb\xd4\xc1\x72\x62\x46\xfc\xb7\xf2\xb2\x39\x35\x23\x7f\x38\x7c\x1d\x2b\x3a\x92\x85\xe1\xcb\xb8\xde\xdc\x95\x4f\x7a\x4a\x16\x86\xbf\x31\xe1\x6f\x13\x62\x7a\xc5\xbf\xcd\xde\xf0\x6f\xbf\xac\xf7\xfb\xa7\xf4\xa4\x94\x98\x88\x2c\x1a\x03\xc8\xc8\xdd\x6a\x3d\xa6\x92\x31\x58\x11\x36\x19\x5d\xf2\xdf\x0d\xab\xdb\x0f\xe3\x3a\xcd\x07\x25\x55\xc8\xeb\xe1\x53\xbf\xda\x27\x6a\x4a\x1c\x13\xeb\xe6\x3b\xc2\x15\xd6\xed\xea\xb6\x5f\xed\x0f\xbf\x6c\xbf\xa4\xc6\x9a\x61\x26\x36\x9e\x26\x01\x14\xe4\x53\xfa\xde\x09\xc8\xc8\x27\xee\x75\x4f\xa5\xd3\x3d\xad\xc7\xdb\xfc\xbd\x26\xb8\x90\xc6\xf1\x7e\xbb\xe3\x77\x4f\x70\x45\xda\x0f\x5f\x87\x65\x05\x17\x52\xbe\xa3\xe2\xe6\xda\x7e\xda\x4f\x88\x24\xa9\x30\x34\xa1\xd7\x9b\x61\xbf\xff\x65\xfd\x90\x72\x9e\xd2\x89\xe5\x62\x35\xd2\xb0\x71\xe0\x85\xc5\x94\x9a\xc8\xc3\xe6\x76\x95\x89\x80\x8f\x48\xe9\xc1\x55\xf2\x88\xe1\xe2\x7e\xe8\x3f\x2f\x8f\x11\x47\x4c\x3f\xb2\x44\x5d\x25\x8f\x18\xae\xd7\x1b\x7e\xeb\x19\xe2\x88\xe9\xfd\x38\xe7\xa1\xf4\x11\x0b\xbd\xfb\x8c\x07\x88\x23\xa6\xdf\x86\x61\x56\x62\x4a\x17\x96\x87\x61\xb7\x5a\x16\x68\x86\xfe\x79\x38\xec\xb6\xcb\x79\x72\x62\x78\xbc\xdb\x6d\x9f\x78\x60\x9c\x52\x85\xbc\xb9\xfd\x7a\xb1\xe2\x2f\xbd\x24\x26\xe2\x66\xf5\x71\x9d\x8a\xcd\x70\x21\x3d\xee\x9f\xc6\xfc\x46\x0c\x17\x52\x6a\xb6\xa9\xc5\xa6\xc6\x9a\xb5\xd3\x2e\x4d\x90\xcb\x59\x6a\x22\x5f\xec\xd2\x4c\x97\xe1\x89\xf4\x61\x7d\x9b\x8a\x0c\x70\x22\xac\x9e\x59\x96\x49\xe0\x44\x18\x0e\x59\x8e\x2f\x89\x9a\x98\xc5\xa9\x92\xa8\x89\x45\x80\x9a\x52\x35\x99\xad\x1b\x67\xd9\x4f\xa8\x53\xc6\xd9\xa3\x26\xd4\x29\xe3\xfc\xb1\x15\xee\x94\x95\x97\x12\x33\x44\xcd\x54\x91\x6b\xc2\x6e\x9b\xb3\xdf\x6d\xab\x4c\x0f\xb3\x65\xcf\x0c\x51\x31\x4d\x9d\x9e\xe1\x42\xda\xdf\xff\x3c\xdc\xd1\x2a\x22\xf5\x83\x29\x5d\x58\xd2\x63\xcb\x33\x87\xdd\x61\xfd\x69\xdd\xaf\x0e\xdc\xa8\x53\x32\x33\xdc\xaf\xd6\x9c\x1b\x01\x13\x72\xfc\x0c\x4f\x48\xcb\x59\xea\x84\xfc\xcb\xb0\xea\xef\x87\xdd\xf2\x1c\x72\x62\xde\xdd\xd1\xa2\xe7\xb0\xca\x6b\x91\x23\x54\xc5\x78\x78\xb7\x1b\x56\xcb\x3a\x51\x13\x7f\x58\xed\x96\x15\x5c\x93\xae\xd6\xe9\x43\xcb\x89\x9a\xf8\x7e\x3d\xd1\xde\xaf\x27\x52\x1e\xc5\xea\xd1\x8b\x60\x5e\xaa\x2e\xe7\xc9\x9a\x81\xb7\x43\x96\xf3\x64\xcd\xc0\x3d\x65\x39\x4f\x4e\x0c\xc3\x3e\xd3\x86\x7d\x85\xde\xef\x97\x19\xa8\x91\x3f\xac\xf7\xf7\xdb\xc7\xe5\x3c\x39\x63\x98\x5a\x2a\xa7\x6a\xf2\xbf\xa6\xc9\xab\x24\x66\xc4\x4d\xf9\x14\xa6\x64\xcd\xf0\x7e\x95\x3a\x6b\x4e\xd4\xc4\x7f\x7f\x1a\x86\x89\x8a\x54\x4d\xfe\x39\xc9\x6b\x25\x31\x11\x9f\x77\xdb\xcd\x7c\x83\xe2\x04\x79\x8e\xb9\x7c\xe1\xc7\xc8\x73\xcc\x3f\x57\xaf\x76\x84\x3d\xc7\xfe\xeb\xe3\x09\xef\xaf\x8f\x73\xc6\xa3\xb2\x9e\x96\xf2\xa8\x7c\xa7\x25\x3b\x2e\xd3\x99\xd2\xcc\xca\x51\x95\x60\x3d\xa6\x46\x5e\x8f\x53\xfb\x3e\xed\x7a\x1e\xc8\x01\x65\xf4\xd4\x81\x67\x7d\x17\x89\x7f\xdb\x1e\xd2\x2d\x53\xb2\x30\xf0\x92\x8f\xae\x19\x35\xae\x37\xeb\xbe\x92\xc3\x66\x88\x89\xe9\x71\x1a\x2e\x72\xe2\x98\x38\x7d\x70\x33\xcc\x31\xdb\xd5\x9a\xb7\x94\x67\x88\xc2\xb4\xcd\x59\x6c\xab\x3b\x93\x3c\x0d\x60\x42\xee\x87\xdb\x8b\x15\x36\x3b\xf2\x07\x70\x84\x9b\x58\x9f\x52\xc9\xb7\x4f\xb7\x35\x92\xda\x77\xdc\xae\x6e\xf3\x24\x7b\x84\xab\x59\xaf\x87\x15\xd6\xd6\xcb\x63\xc4\x8c\x69\x9b\x06\xc0\x9c\x38\x26\xfe\x9c\x04\xe9\x19\xa2\x66\x9a\x31\x1c\x13\x3f\xdc\x93\xc4\xbb\xbf\x1c\x56\xcf\x5f\x97\xe7\x90\x33\xe6\xa7\x29\xa3\x0f\x4f\x9b\x23\xd2\xec\x39\x29\x5d\xb3\xfc\xfa\x78\x5c\x2f\x05\x93\xd9\xb6\xfd\xe7\xc3\x6a\xcd\x15\x92\xe0\x42\x4a\x22\xc6\xb4\xc9\x41\xe0\x0f\xbb\xd5\x26\xf5\xcc\x92\x2a\xe4\x4f\x9f\x86\x74\x0f\x41\x05\xcd\xed\x5a\xd6\x9f\x17\xdb\xbb\x7d\xc2\x94\x21\x74\xbb\xde\x24\xdc\x7a\x33\x21\xc7\xa7\x87\x8c\x06\x58\x08\x0f\x0f\xc3\x86\xdf\x8a\xc1\x39\x21\xbf\x71\x49\xcd\xc9\x3f\x6e\xc7\x31\x4d\x52\x35\xe2\x98\xe9\xb0\x5f\xce\x93\x73\x86\xfa\x6b\x9b\x61\xe6\x6c\x65\xbb\xa2\x4e\xcf\x59\xea\xe7\x1c\x3d\x64\x7f\x52\xd6\xfd\x71\x61\x1f\x57\xfd\xe1\xc7\xf5\xbe\x5f\xce\x93\x35\xc3\x7e\xbf\x9c\xc0\x8a\xb0\x1b\x26\xca\x6e\x38\x21\x4d\xd5\x98\x93\xc7\x0c\xf5\x66\xed\x09\xb2\x30\x6f\xfa\xf5\xb0\xbb\x1b\xf2\x7e\xce\x0c\x51\x98\xb6\x9f\xd3\xfc\x0f\x68\x86\xfe\x61\x7d\xa8\x48\x94\x2a\xe4\x47\xfe\x84\xb6\x8f\x5f\x2b\xd4\xae\x8c\xde\x39\x51\x88\x4f\xb9\xeb\x3e\x4d\xbd\x76\x37\xdc\xae\x0f\xf9\xf8\x6c\x4a\x15\x72\x9a\xd5\x77\xd3\x74\xbe\xdb\x3e\xe6\x97\x66\x70\x22\xa4\x0a\x25\xa0\x46\x92\xd8\x36\x51\x90\x9a\xc8\x5f\x12\xe1\x4b\x85\xda\x64\x5c\xf9\xa0\x77\x4f\x79\x46\x00\x94\xd1\x4f\x1f\xb9\x6e\x9e\x3e\x0e\x15\x6a\x9f\x71\xe5\x31\x4f\x5c\xde\xa7\x5c\xd6\x1f\x57\x87\xd5\xc7\xb4\xb2\xcf\x70\x26\x0d\x2b\x6c\x08\xd2\xb5\xa0\x1e\xb6\xfd\x8e\xe5\xd6\x0c\x17\xd2\xfe\xf3\x81\xeb\x28\x81\x99\x70\xbf\xda\x3d\xac\xfa\xfb\xd5\x67\x5e\xb8\xd5\xe9\xcc\xb2\x5e\xdd\x6d\xb6\x7b\x2e\x6e\x49\x14\x22\xef\x4a\xfc\x38\xed\x47\x10\xf8\xa3\xea\x96\x13\x58\x13\x5c\xc1\xbb\x0a\xfd\x53\x3a\x4e\xca\x70\x4d\xda\x3e\xed\x96\x15\x5c\x91\xfe\xba\x29\x37\xfd\x75\x53\xdf\xf3\x61\xfd\xb7\xe5\x04\x56\x04\x6c\x73\x2e\xeb\x44\x4d\xfc\xb2\x5d\x4e\x60\x21\xdc\xad\x0f\xab\xf1\x97\x55\x7f\xbf\xbd\xdb\xad\x1e\xef\x97\xe7\x90\x85\x79\x37\xf4\x34\x25\xa6\xba\xca\xa9\x42\xde\x0f\xb9\x35\x19\x2c\x84\xe7\xb4\x56\x64\xa8\xa0\x5f\x5e\xbe\x2e\x33\x90\x91\x1b\x6e\xa8\x4d\x69\x1f\x1e\xba\x7f\x2c\x43\x37\x0f\x3e\x1f\xd6\x77\x9b\xe5\x2c\x55\x91\xbf\x66\xca\xd7\x1a\xf9\xd3\xb8\x3a\x7c\xe4\x4d\xdf\x3a\x5d\x58\x36\x69\xed\xc3\x50\x41\x6f\x77\x2c\x0e\x2c\x67\xa9\x8a\x9c\xb7\xcd\x32\x5c\x48\x87\x49\xbc\x2a\x89\x42\x4c\x3d\x62\x3b\xf5\x86\x24\x2f\x2c\x2b\x38\x93\x76\xab\x4f\x87\xf5\xe6\xae\x1a\x49\x8f\x50\x13\xe3\x1d\x4b\x0e\x0c\x4d\xe8\x2f\xef\xb7\xe3\xd7\x89\x96\x93\x85\x81\x4f\x49\xe8\x5a\xa1\x3e\x1c\x86\x61\x7c\x5c\x6d\x96\x47\xe9\x8a\x65\x7f\x58\xf7\x9f\xf3\xe8\x38\x43\x64\xa6\xa7\x87\x8f\x1f\xd3\xb0\x9b\xe1\x89\xf4\x98\xd7\xa8\x19\x3e\x22\xfd\xb4\xe6\xd5\x51\x9d\x2e\x2c\x9b\xbb\x21\xbd\x10\x83\x89\xf0\x97\xdb\x35\x06\x09\xba\x66\xd4\x1d\x3a\xd1\x5f\xee\x72\x27\xfa\xcb\x7f\x0c\x3d\x33\x11\x90\x91\xe3\xb8\x7e\xdc\xaf\xf7\x38\xda\x2b\x89\x23\xe2\x4d\x4d\xcc\xe7\x7a\x7f\xd9\x3c\x0f\xe3\xf6\x11\x45\xcd\xf0\x11\x29\xf7\x92\x3a\x7d\x86\xe5\x97\xe1\x6f\x87\x63\x36\xc2\x1d\xb1\x4e\xeb\xc6\x39\x26\xb3\xfd\xe7\xd3\x6a\x44\x3f\x61\x28\xa3\x77\xab\x3d\x57\x37\x43\x19\x7d\xb8\x1f\x76\x9b\x81\x9f\x9b\xe0\x4c\x7a\xda\x6d\xf3\xa7\x96\xe1\x4c\xfa\x5b\x7f\xbf\xda\xdc\xe5\x43\xf4\x2a\x39\x31\x8c\xab\x87\xb2\x98\xaf\x92\xa7\x0c\xd3\x97\x72\x82\x3c\x65\xfe\x65\xb7\x5e\x6d\xee\x4e\xd8\x33\xba\xdc\xf0\xb8\xe2\x2d\x37\x86\x66\xe8\x52\xe8\x94\x98\x13\x6b\x99\xe2\x08\x55\x18\x0f\xc3\x6e\xb3\x1a\xaf\xd6\x9b\xcf\x85\x71\x86\x3a\xc3\xc8\x4d\x74\x86\xbd\x10\xf2\x4d\xbc\x1d\xfc\x97\xb2\x13\xfc\x97\xaf\xc3\x8f\xbb\xed\xe3\x63\x6a\xbc\x92\x9a\xc8\x45\xc6\xcb\x70\x22\xfd\xc4\x5f\xef\x4f\xe5\xa3\xfd\x69\xb5\x3f\xd4\x87\xac\x75\xba\x62\xf9\x69\xbb\xab\x39\x52\xb2\x30\x3c\xf5\xdc\x5d\x18\x2a\xe8\xbf\x31\x2e\xcf\x49\x3f\x0d\xab\x43\xda\xf5\x49\xe0\x9c\x90\xaa\x62\x4a\x15\xf2\x43\x3a\x81\x65\x28\xa3\x49\x8e\x1a\x76\xff\x92\x1e\x5d\x52\x85\x9c\xee\x59\x57\x77\x14\x25\x8f\x04\xd6\x84\x49\xcf\xa3\x4a\xd6\x0c\x4f\xb7\xeb\xed\xb2\x4e\x54\xc4\xbc\x36\xc9\xf0\x8c\xb4\x39\xec\x56\xfd\x61\x79\x94\xae\x59\xf6\xcf\xcb\x09\xac\x08\xf5\x2c\x50\xa7\x2b\x96\xbf\xfc\xad\x1f\xc6\x65\x9d\x98\x11\x1f\xb7\xbb\xc3\x72\x96\xaa\xc8\xff\xfc\x90\xce\xe5\x4b\x62\x46\xac\xef\xe5\x54\x4d\xde\x20\x40\xdb\x72\x9e\x3c\x65\x98\xd6\x0b\x27\xc8\x8a\xb9\x5a\xbb\x54\xc9\x53\x86\xaa\xf9\x26\x4c\xc5\xf6\xfe\xf6\xd3\x72\x02\x6b\x02\x2d\x67\x1f\xb7\xeb\x4d\xb9\x7f\xc2\xd4\x6c\xbb\xb9\xfe\xc3\x31\xae\x62\xa5\xc1\x6f\x75\x78\xda\x95\x2a\x28\x88\x8a\x89\x97\xb7\xcb\x59\xaa\x22\xdf\xac\x6f\x87\xd2\xa7\x90\xa8\x88\xbf\x6d\x77\xe5\x4e\x82\x27\x52\xae\xa7\xaa\x82\xc6\x1f\x77\xeb\xc7\x65\x05\x4f\xa4\x87\x84\x7e\x98\x50\x69\x9a\x65\xa8\xa0\x37\x77\xc3\xee\x71\x57\xaa\xa8\x24\x0b\x43\x7e\xd7\xea\x15\x77\xd3\x17\xb5\x9b\x7d\x51\xbb\xe1\x2f\x7f\x23\x91\xe4\x69\xbd\xcf\x1f\xfd\x11\x6e\x62\xdd\x1f\x92\x6e\x43\x86\x0b\x89\x47\x31\xba\x4e\xa8\xc3\xcf\xab\x75\x92\xc0\xa6\x54\x26\x8f\x2b\xcc\xed\x74\xad\x50\xd8\x31\x1a\x76\xe9\xa6\x1a\x51\x31\xfd\xba\x5f\x2d\x27\x70\x22\xb0\x8e\x0d\x80\x82\x7c\xda\xdf\xe7\xcc\x00\x66\xc2\x76\x4c\x67\xbf\x0c\xcd\xd0\xe5\xe4\xaa\x4a\xce\x18\xb2\x50\x30\xa5\x66\xe4\xbc\xbf\x3f\xa5\x0a\x39\x35\xd9\x76\x6a\xab\xed\xe6\xf0\xee\xcb\xb0\xdf\x3e\x0c\x57\xdb\xbb\x6d\x56\xb9\x38\x83\x2e\x37\x6c\x67\x6a\x1f\x75\xba\xb0\x4c\x93\xc0\x7c\x02\xd8\xb1\x54\x4e\xd7\x09\xc5\x2b\xc6\x9f\xaa\x15\x23\xe0\xf2\x92\x39\x91\x89\x4f\x9b\xcd\x30\x56\xa3\x45\x95\x2e\x2c\x87\x8f\x5b\x2e\x1d\xa0\x84\xfe\xa7\xd5\xc3\xf0\xc8\x1f\x59\x02\x0b\x61\xff\xfe\xe9\xe1\x71\x39\x81\x85\xf0\xcc\x63\x26\x80\x8c\x1c\xf0\xa1\xfc\xd3\xf0\x50\x10\x9b\xdb\x61\x37\xa6\x2d\x89\x29\x95\xc9\xf7\x5b\xde\x71\x04\x90\x91\x6b\xde\xc8\xa5\x6b\x85\xda\x67\x5c\xb9\x79\x5c\xed\xf7\x17\xf7\x43\x52\x4c\xa9\x92\x35\xc3\xf5\x6a\x77\x58\x6f\xd6\xcb\xa3\xf4\x19\x96\xf4\x11\x1e\xa1\x6a\xc6\xdf\xee\xd7\xfb\xcf\xc3\xd7\xe5\x51\xba\x66\x19\xa6\xb2\x0c\x53\x39\xb6\xbc\x9e\x07\x50\x23\xdf\x7d\xda\xad\xfb\xd5\x72\x9e\x9c\x31\xb0\x3a\xeb\x7e\x79\x8c\x98\x31\xed\xd7\x55\x1e\xfb\xf5\x2c\x07\x92\x31\x1f\xa7\xa7\x73\x32\x33\x6c\xc7\x4f\xb9\xb3\x66\xb8\x90\x1e\x9f\x76\x2b\x6e\x4d\x06\x33\x61\xb7\xba\x7d\x62\x61\x72\xc5\xdd\xa2\x46\x14\xa6\x61\x75\x18\x76\xbf\xdc\xb3\xac\x54\x25\x4f\x19\x20\x4f\x2f\xcf\xe0\x0a\xeb\xfa\x21\xa9\xb6\x25\x70\x22\xa4\xdc\xd7\x9b\x0a\x95\x9b\x91\xc1\x8a\xf0\xc3\x90\xde\x27\xc1\x47\xa4\x0f\x5f\x86\xd5\x61\x79\x8c\xa8\x98\x2e\x87\xd5\x2e\xf5\xc2\x92\xaa\xc8\x1f\xfe\xf3\x29\x0d\xfb\x53\xea\x84\xfc\xcb\x90\x74\x8c\x8e\x50\x35\xe3\xa1\x66\x39\xcc\x89\xb3\xfb\x8f\xef\xfc\x65\xbb\xb9\x7b\x1a\x96\xb3\xd4\x09\x79\x5e\xcc\x1a\x77\xc2\xfa\xdb\x7a\xf3\x79\x79\x82\xa9\xd8\x6a\x86\x39\xe9\xf1\x72\xbb\x5b\xbf\x6c\x37\x87\xdc\xb4\x35\xa6\x62\xbb\x5a\x6f\x86\xfc\x3e\x9c\x38\x26\xde\x0c\xbb\x43\x16\x6b\x4e\x90\x15\xf3\x31\xdf\x31\xcb\xd3\xfa\xc0\x83\x22\x43\x09\x7d\x39\x2d\xfb\x2e\x67\xeb\xbd\xcb\xd5\xc3\xc7\xa7\xdd\x1d\x4f\x44\x25\x31\x11\x1f\x0a\xe5\xa1\x46\xf3\xf4\x07\xa0\x20\x37\xb7\x97\xdb\xa2\xc6\x52\x25\x4f\x19\xd0\xa7\x96\x67\x70\xa7\xac\x95\xb0\x77\x8a\x3d\x65\xff\x75\x7f\xbb\x3c\xc1\x9c\xb2\xc1\x49\xfc\xf2\x0c\xae\x62\xbd\x5a\x67\x4d\xb8\x29\x55\x91\xaf\xd7\xb7\xb7\xe3\xc0\x92\xcf\xf2\x0c\xae\x62\x7d\xbf\x7a\x9c\x78\x90\xa8\x89\x43\xfa\xe8\x4b\xa2\x26\x92\xc8\x99\x4f\x04\x67\x88\x63\xa6\x7c\x2a\x38\x43\x1c\x33\x95\x93\xc1\x39\xe6\x98\x8d\x4f\x07\xab\xe4\x31\x43\xf5\x36\x9c\xac\x18\x7e\x4e\xc7\x67\x19\xae\x48\x1f\xfa\xf5\x7e\xbf\xe5\xef\xba\x4e\xd7\x2c\x8f\xab\xdd\xe7\xa4\x9a\x52\xa7\x67\x2c\xd5\x13\x90\xa8\x88\xe5\xc6\xfa\x8e\xfd\xe5\x30\x3e\x56\xfd\x32\xa7\x6b\x96\xdf\xd2\x22\xb8\x24\x6a\xe2\x7d\x52\x79\x2c\x89\x63\xe2\xbb\x71\x3a\x2a\x39\x41\x1e\x33\x9f\x72\x1e\xb1\x3d\x7d\x5e\xaf\x32\x03\xe0\x42\xda\xdd\x5e\xae\x52\x03\x02\x2c\x84\xfd\xfd\x61\x95\xde\x0f\x60\x21\x1c\x2e\xb6\x5f\x3e\x6e\xbf\x2e\xeb\xc4\x31\x31\xeb\xe3\xcc\x10\x13\xd3\x6f\xd5\x87\x90\x12\x99\x78\xcb\xe8\xdb\x82\x18\x56\xb7\x74\xf3\xc5\xf6\xe9\x8e\xdf\xa0\x46\x9c\x63\x9a\x2a\xe3\x04\x7b\xc4\x7e\x9d\x84\xeb\x3a\x7d\xc4\x72\xb3\xde\xb1\xd8\x3b\x43\x54\x4c\xb9\x13\x30\x58\x11\x1e\xef\xb7\x69\x80\x9e\x52\x27\xe4\x34\xe3\xce\x10\x15\xd3\x7e\x28\xe4\xfd\x50\x11\x76\x19\xbd\x9b\x21\x7f\xd8\x6d\x3f\xb3\x78\x5b\x25\x6b\x86\x8f\x69\x9e\x2e\x89\x42\x1c\xd7\xfd\xf6\x31\x7f\x85\x25\x95\xc9\xeb\xbb\xfb\x91\x77\x38\x96\xf3\x64\x61\xc8\xba\xc1\x97\xb5\x6e\xf0\xe5\xfa\xf1\x71\xbb\xcc\x40\x41\xee\x0f\x5b\x56\xf2\x4a\x60\x26\x6c\xfb\xcf\xc3\xd7\xf7\x4f\xe9\x53\x2c\xa9\x42\x1e\xc7\xaf\x3f\x0c\xbb\x74\x6b\x49\x15\x32\x2b\x17\xd2\xb5\xa0\x76\xfb\x84\xdb\xed\x67\xc8\xcb\xa4\x7b\x5b\x12\x85\xb8\x7f\x5c\xa7\x89\x37\xc3\x47\xa4\xdc\x62\x53\xf2\x88\xe1\xc3\xd7\x87\xb4\x4c\x98\x63\x8e\xd8\x7e\x4d\x9b\x9f\x75\xba\xb0\x1c\x7e\x79\xfa\xb8\x2c\xd0\x84\xbe\xe5\x95\x0e\x43\x13\x7a\x48\x8f\x3b\x0c\xd3\x53\x9e\x76\xf0\x46\xb3\xac\x13\xc7\xc4\xbf\x6c\x6e\x97\x47\xe9\x63\x96\xac\x0c\x3f\x43\x1c\x33\x91\xa8\x75\x58\x9e\x60\x26\xb6\xfd\xf0\xe3\x2a\x6f\xf6\x54\xc9\x9a\x61\xaa\x8f\x94\xc8\xc4\xdd\xd7\xe7\x0d\x0b\xe9\x09\x4c\x84\x7f\xbe\x78\xda\xed\x59\x5f\x34\x81\x99\xd0\x0f\x17\xbb\x24\xb0\x66\xb8\x90\xd6\x7d\x9a\x0a\x12\x58\x08\xe9\x20\x09\x40\x46\xde\xfe\xb0\xba\xe5\x42\x27\xb0\x10\xf2\xf1\x28\x43\x33\x74\xea\x20\x25\x91\x89\x77\xe3\x16\xdf\x02\x80\x8c\xcc\x95\x52\xef\x7e\x01\xde\x17\x6c\x29\xcd\xe6\x23\xab\x49\x03\x28\xc8\xdb\x74\xf0\xcf\xd0\x84\x7e\xda\x1f\xf8\x4b\xc9\x70\x21\x7d\x5a\x6f\x92\xc6\x4c\x86\x27\xd2\x36\xa1\xb7\x15\x6a\xda\x0e\x9f\x52\x99\x7c\x58\x8d\x6b\x9c\xb4\x33\x94\xd0\xff\x32\xdc\x62\xd5\x48\xd7\x8c\xca\x7b\x5f\xff\x52\x6d\x79\xfd\xcb\xf6\x69\xb7\x59\x8d\xbf\xdd\xaf\x47\x3e\x20\x98\x21\x12\xd3\xbf\xae\x56\x1f\xd1\xfc\x00\x32\x92\x97\x92\xff\x5a\x56\x90\xff\x3a\x7c\x2d\xba\x3c\x19\xce\xa4\xfb\xd5\xe6\x96\x73\x00\x94\xd1\x6b\xfe\x3a\xe8\x5a\xa1\xf2\x52\x27\xc3\x15\x89\xe4\xf4\x32\xf8\xce\x10\x85\xe9\xcb\xfa\x87\x75\x2a\x44\x82\x13\xe9\x6a\xb5\xb9\xcd\xba\xf7\x19\x9e\x48\xb0\xb5\x5c\x56\x70\x21\x3d\xa6\xa3\x64\x86\x66\xe8\xbc\xe9\x3b\xa5\x66\x64\x7c\x48\xcb\x79\x72\xc6\x50\xc9\xc1\x33\x44\x61\x4a\x13\x2e\x80\x1a\x99\xab\xa8\x24\x6a\xe2\xb4\x48\xaa\x92\x35\x43\x5e\xf9\x94\x44\x21\x7e\x1d\x76\xff\xb4\xdb\x3e\xa5\xf7\xcd\xa9\x4c\x4e\x87\xf0\x57\xd3\x21\xfc\xd5\xf0\xc0\xdb\xa4\x00\x0a\x72\xbf\xcf\x8b\xe7\x0c\x1f\x91\xca\xb2\x79\x86\x28\x4c\xcf\xc3\x48\xe2\x70\xfa\x8e\xeb\x74\xcd\xf2\xeb\x63\xcd\xf0\x6b\xa5\xf5\x70\xb5\xfe\x34\xfc\x9c\xa6\xc3\x0c\x17\xd2\xdd\xfd\xe1\xe3\xd3\xf8\x71\x59\x27\x0a\x31\x55\x4c\x55\x27\xeb\xdd\x2a\x9f\x78\x65\xb8\x90\x78\xfb\xa7\xd2\x33\x23\x30\x17\x8a\xc1\x8a\xf0\xd7\x71\x59\xa0\x0a\xfd\x6b\x41\xff\x5a\xd0\xdb\x1e\x7b\x12\x38\x66\x5a\x1e\x23\x26\xa6\xcf\x89\xf6\xb9\x42\xe5\xed\xb5\x0c\x17\xd2\xe6\x2e\x1b\x7d\xe6\xb5\xc7\x31\xee\x0c\x6b\x5e\x81\x1c\xe3\xce\xb0\x96\x75\xc8\x09\xf2\x0c\x33\xaf\x46\xe6\x98\xc2\xf6\xe5\x66\xbd\x4f\xdb\xef\x25\x91\x89\x4f\x77\x77\xab\xbb\xe1\x22\x0d\x01\x55\xb2\x30\x6c\x58\x95\x0b\x40\x8d\x2c\x72\xe4\x94\x4a\xe4\xeb\xd5\x1d\x0f\xa1\x00\x26\x64\x3a\x03\x65\xa8\xa0\xd7\xe3\x0f\x4f\xe3\xe7\x65\x05\x17\x12\x8f\xd1\xd7\xd3\x11\xd5\x35\xef\x32\x5d\x97\xbd\xa5\xeb\xd5\xe3\xf5\x6a\xf7\x99\xb7\x8e\x4b\xe2\x98\x98\xba\x50\x9d\x3e\x62\xd9\xd5\xf4\xdd\x31\xf1\xe8\xfe\xdd\xec\xfe\xf7\xbc\xf1\xc4\xd0\x84\xa6\x8e\xbd\x5f\x56\x70\x21\x4d\x8f\x9b\x3d\x6b\x97\xb8\x77\x15\xe7\x7e\xd2\x70\x9e\x52\x15\xf9\xc3\x81\x04\xe2\xe5\x2c\x75\x42\xbe\x9c\xd3\x2f\x4f\x18\x6e\xe6\x0c\x37\x85\x61\x9f\x9a\xa5\xac\x21\xae\x87\x5b\x1e\x67\x00\x4c\xc8\xcf\xac\x12\xc0\x50\x41\xdf\x33\xee\x7e\x42\xfc\x30\xae\x78\x44\xc8\xf0\x44\xfa\x79\x3b\x8e\xeb\xcd\xdd\x5f\xbe\xb2\xa0\x30\xc7\x14\xb6\x87\x24\x67\x33\x54\xd0\x9b\xed\x6e\x95\x9e\x06\xb0\x10\x76\xfd\x53\xbe\x01\x60\x21\x1c\x06\x16\xb4\x18\xca\xe8\x75\xbf\xdb\xf6\xf7\x7c\xee\x53\x12\x35\xf1\x31\x1b\xe7\x4d\xa9\x13\x72\xee\x2d\x35\xe2\x1c\x53\x59\xd5\x9d\x62\x4f\xd8\xcf\xf0\x9e\x30\xee\xfb\xb4\xb7\x3b\xa5\x0a\x39\x1d\x94\xd4\x47\x24\x80\x27\x49\xa8\x4a\xd6\x0c\xd3\x96\x58\x95\x2c\x0c\x87\x03\x0f\x8e\x0c\x65\xf4\xf6\x63\x3a\x2a\x66\x68\x86\xce\x95\x93\x13\x85\xb8\x19\xbe\xfe\x90\x0e\xe2\x4a\xe2\x98\x58\x6e\x9e\xd2\xc7\x2c\xbf\xad\x9e\x87\xe5\x31\xe2\x1c\xd3\x71\x5e\x09\x57\xb3\x16\x45\xe9\x29\x75\x42\xae\xb3\xc9\x88\x89\xe9\x29\x2b\xb1\x66\xb8\x90\x78\x38\xae\x74\x8f\xaf\xb7\xbb\xc3\x6a\xf7\x7e\xd8\x1f\x72\xdd\x4d\xe9\xc2\xb2\xff\xcf\xa7\x44\x24\xa8\xa0\x0f\xdb\x5d\x31\x71\x9d\x52\x85\xfc\xb4\x39\x24\x35\xe2\x0c\x4f\xa4\x7d\xba\x69\x12\xa5\x00\x57\x3b\x58\x75\x3a\xb3\x3c\xdd\x5d\xb2\x61\x0d\x43\x05\xbd\x4f\xe3\x3e\x01\x09\xf9\x6f\xc3\xe1\xcb\x76\xf7\xf9\xb7\x75\x3a\x2c\xac\xd3\x85\xe5\x29\x3d\x8b\xa1\x82\xfe\xb2\x7f\xcc\xbb\x82\x25\x91\x89\xdb\x43\x11\x7a\x32\x3c\x91\x86\x7d\x25\x0a\xd6\xe9\xc4\xf2\xd7\x8f\xff\x31\xf4\x87\x22\x9a\x55\xc9\x19\xc3\xaf\x9b\xbb\x39\x4b\x42\x64\xa6\xf5\x78\xc1\x62\x19\x43\x19\x0d\x51\xf2\xaf\x59\x86\xfc\xeb\x21\xbd\x1c\x80\x8c\x7c\x3a\xe4\x65\x4e\x02\x13\xe1\xfd\x2a\x6d\x95\x02\x28\xc8\xf5\xe6\x50\xac\x24\xa7\x54\x4d\xa6\xd1\x32\xdf\x59\x92\x85\x61\x1c\x0e\xac\x43\x96\xc0\x89\x30\xf2\xa4\xcc\x50\x41\x3f\x0e\xbb\xf7\x63\x32\x9a\x9b\x52\x35\xb9\x1f\x79\x98\x2c\x89\x42\xdc\xad\xfa\xfb\xa7\xc3\x90\x4c\x60\xeb\x74\xc5\x52\xb4\x21\x4b\x62\x22\xe6\x9d\x97\x04\x16\xc2\x7e\x9f\x15\x28\x32\x3c\x91\x0e\xab\x4f\xab\xdd\x7a\xb5\x59\xef\x1f\x96\x27\x98\x8a\x6d\xc8\xd4\xe9\x65\xd2\x37\x00\xa0\x46\x4e\x63\x63\x95\x2c\x0c\x5f\x98\x90\xa5\xc7\xb2\x43\x5d\xef\x4e\xbf\xe7\xd1\xf1\x7d\x19\x1a\xdf\x0f\x59\x08\x67\x68\x42\xff\xb4\xda\xf4\x5f\x97\x15\x3c\x91\xfe\x6d\xfd\x71\x59\xa0\x09\x3d\x8d\xcc\x25\x31\x11\xfb\xf5\x38\x3d\x88\x13\x33\xe2\xcf\x4f\xb9\xb3\x4c\xc9\xc2\xb0\x7d\x1c\x07\xd6\xc8\x5a\x1e\xa5\x67\x2c\x17\xab\xb4\x73\x55\x25\x0b\xc3\xe3\xe3\xb0\x4b\x63\x44\x49\x14\xe2\xae\x4f\x7d\x3f\x81\x73\x42\x5a\x38\x4e\xa9\x89\xbc\xdf\x6e\x7e\xd8\x6e\xd9\x55\x42\x95\xcc\x0c\x79\x72\xae\x4d\xe6\xdf\x57\x53\xf2\xfb\xf9\x6c\xfc\x7e\x36\xb3\xbe\x3f\x9e\x54\x19\x31\xd5\xf2\x94\x3c\x65\xa8\x1f\x70\xac\x6e\x06\xe4\xcd\x76\x7c\x7a\x98\xf2\xe1\xe4\xc4\x70\xd8\x16\xcd\x95\x29\x95\xc9\xeb\xbb\xbb\xaf\x3f\x24\xc1\xa9\x24\x0a\x31\x6d\x34\xbc\xaf\x36\x18\xde\xaf\x5f\x5e\x56\xc5\xe6\x7b\x4a\x65\xf2\xb8\xea\x87\xbf\x7e\xfa\x6d\xbb\xdb\x27\x59\x67\x8e\x99\xd8\x52\x75\xd6\xdf\x3e\xc1\xef\x76\xbb\xf5\x33\x0f\xae\x75\xba\x66\xf9\x71\x78\x5c\xed\xb2\x32\xcf\x1c\x53\xb3\x4d\xb5\x5f\x52\x13\xf9\x6b\x22\x7c\xad\x50\xd5\x47\x59\x52\x85\xcc\x26\xe3\x74\x9d\x50\xfb\x84\xda\x57\xa8\x3a\x93\x23\xa1\x87\x10\x55\x9b\x8f\x47\x22\xcf\xfb\x2d\x4c\xda\x97\x13\x58\x08\x2c\xbb\xd0\xb5\x42\x5d\x66\xdc\x65\x41\x72\x23\x97\x0d\xb3\xf7\xdb\xed\x87\xc3\x76\xf7\xb0\xac\xe0\x89\xf4\x98\xd0\xa5\x4d\xb6\xbb\xc3\x6e\xb5\x4e\x05\x60\xb8\x90\x9e\x36\xb7\x79\x69\x5d\x12\x85\xf8\x65\xd8\xfd\xf5\xd3\xa7\x65\x05\x67\xd2\x2e\x55\xf4\x6e\xaa\xe8\xdd\xea\xeb\x7a\x73\x57\xce\x8a\xea\x74\x61\x99\xeb\x75\x9d\xd1\xe9\xaa\x51\x1c\x26\xe0\x98\x91\xb1\xaf\xb2\xe7\x8f\xea\x1c\xa1\xdc\x94\xb6\x66\xde\x57\x7a\x55\xef\x77\xdb\x7e\xb8\x7d\xda\x0d\xa9\xf0\x39\x35\x91\x69\x2e\xff\x71\x4d\xf3\xce\xc3\xf2\x04\x93\xd9\x9e\x1e\xea\x0d\xa5\x2a\x59\x31\x7c\xd8\xf2\x8a\x34\xc3\x85\xf4\xf2\x32\x0e\xef\xd7\x43\xfa\x02\xa7\x64\x62\xf8\xf7\xe2\x64\xe6\xdf\x6b\x1f\x33\xff\xfe\x34\xec\x73\x8d\x66\xf8\x88\x34\xf5\xdd\x39\xa6\xb0\xad\x6f\x6f\xd7\xc9\x8e\xa4\x24\x0a\x71\x7b\x28\xa6\x9b\x25\x51\x13\xcb\xa6\xc3\x94\x2a\xe4\xdd\x2a\x95\x6b\x57\x44\x9d\x9f\x57\xb7\xeb\xa2\x81\x5c\x12\xc7\xc4\xd4\x8e\x75\xba\xb0\xac\x37\x1f\x79\x4b\x26\x81\x85\xb0\xb9\x65\x47\x11\x0c\x65\xf4\xd0\x0f\xeb\x47\xce\x8d\xc1\x89\xb0\xdd\xdd\xde\xac\x37\x5f\xc7\xe5\x3c\x39\x31\x64\x09\x39\x81\x85\x70\xbb\x5d\xa6\x6b\x85\xca\x65\x66\xb0\x10\xd8\xca\x9b\x25\xd9\x29\x55\xc8\x0f\xdb\xe7\xe1\xa7\xed\xee\x61\x95\x6e\x9e\xd2\x85\xe5\x91\xcd\x27\x00\xd4\xc8\xe4\xa9\x24\xc3\x13\xe9\xe9\xe3\xb8\xee\xb9\xea\xa7\x54\x21\xef\x0f\xd9\xa3\x46\x86\x0b\xe9\xf0\xe5\xff\x63\xef\xcd\xf3\xdb\xc8\x91\xfd\xc1\xab\x44\xe9\xf5\x33\x49\x8b\x8b\x24\x4b\x5e\xa8\x92\x55\x6e\x95\xaa\xdb\xaf\xbd\x8d\xa5\xea\x7a\xef\x27\xaa\xdc\x20\x09\x92\xb0\x92\x99\xec\xcc\xa4\x96\xb2\xf4\xae\x30\x27\x98\xff\xe6\x10\x73\x9e\xb9\xc0\x5c\x61\x3e\x08\x6c\x01\x24\x92\x92\xbc\xf4\xf2\x7e\xed\xaa\x8f\x98\xd8\xf7\x40\x20\x80\xf8\x06\xe7\xba\x1e\xf8\x69\x02\xc4\x70\xa8\x07\x0c\xbf\xac\xb7\x62\xba\x88\x6c\xef\xbd\x7e\x69\xf9\xde\xbd\xb1\x7c\x9f\x0d\xd5\xa6\x8e\x1f\xd6\x73\x74\xa6\x4b\xc2\x2f\xeb\xbd\x54\xec\x16\x7e\x18\x4f\x25\xa2\x7e\x6f\x25\xd4\xef\x0b\x42\x6f\xad\xc3\x04\x2e\x87\xea\x19\x68\x9f\x3a\x6c\xa0\xe6\x61\x28\xf7\x82\xdf\x07\xd9\x7c\x28\x52\x3d\x4a\xd4\x83\x46\xf2\x1f\xa5\x04\x5e\x34\x22\x7d\x4c\xe2\x79\xd8\x48\xa9\xd1\x6c\xd5\x9f\x36\x60\xc1\x49\xed\xb5\x43\x07\x1e\xb1\xf1\x81\x62\x9f\xd4\x97\xf3\x3e\xe6\xea\x6d\x8a\xfe\xb4\x01\x25\x4f\x12\xad\x09\x62\x1d\x61\xe0\x8f\xfa\x81\xa7\xe7\x61\x23\x9d\xeb\xc4\xf6\x44\x7c\x34\x9a\x65\xea\x66\x4f\x7d\x59\xef\x9c\x5f\x8c\x73\x71\xae\xfa\x97\x38\x5d\x04\xbd\xdf\xa9\x2f\xe3\x6d\x6f\x91\x8e\xe8\x2d\xd2\x11\x67\x5a\x3b\x5a\x7d\x79\xde\xee\x81\x22\x75\x7b\x51\x8c\xb4\xb6\x5f\xf1\xf1\xa2\x59\x29\x07\x71\x7a\x11\x0c\x37\xe0\x5c\x36\x98\x8f\x13\x3d\x84\xe6\xdb\x06\xe5\xa6\x17\xf0\xcb\x78\xcf\xd8\x42\x6d\x2f\xea\xcb\x79\xab\x89\x8c\x1f\xd4\x53\xd3\x13\xf3\x1d\x04\xb9\x15\xe0\xfb\xd0\x68\x41\x9c\x20\x02\x3f\xe3\x89\x99\x6a\xce\x65\x83\x05\x4f\xc6\xb6\x0a\xda\xe1\x05\x5a\x69\x2e\x71\xba\x08\x0b\x1d\xb2\x20\x5e\x0b\x91\x4e\x7f\xd2\xbc\x10\x75\xdb\x28\x19\xc7\x4d\x59\xe7\x6a\x5c\x2e\x18\x53\xfc\x5e\xbd\xc8\x20\xce\x4a\x84\x42\x13\x17\xdf\x27\x88\x66\x24\xd8\xd4\xed\xa2\x68\x48\x22\xf5\x65\xbd\x97\x92\x97\xf8\x33\xd3\x7d\x66\x5c\x26\xd8\x74\x26\xe9\x46\x31\x4d\x5f\x9a\xdd\xcc\x3a\x48\x20\xbd\xf7\xa2\x6e\x12\xe5\xed\xb2\x24\x19\x28\x17\x09\x56\x54\x46\x7d\x51\x6f\xc3\x49\x87\x4f\xe2\x8f\xc4\xdc\x2e\x39\xf5\x69\x03\xd4\x79\xe1\xc8\x5d\xbd\x1c\x89\x92\xcf\x15\xbb\xa2\x3f\x4d\xc0\x19\x33\x88\xa9\xfa\xd3\x06\x08\xeb\x2f\x42\xef\x37\x59\x3e\x56\xe2\x1e\xea\xb6\x51\xf4\x03\x69\xfc\xa0\x9e\xa8\x1e\x3b\x34\x0f\x49\x02\x2f\x13\xd1\x9c\x0a\xe8\x81\xe0\x28\xe1\x62\xaa\x7d\xe5\x97\xf5\x16\x63\x9e\x2b\xa5\x32\xf3\x6d\x82\xe6\x5a\x0e\x89\x1f\xd4\xd3\xdc\xf7\x59\x07\x0d\x34\xd7\x79\xd6\x61\x03\xd5\x5b\x05\xf9\xeb\xbc\x8c\xb0\x42\x7f\xfa\x01\x1a\x76\xd0\xb9\x6c\xb0\x6a\xbd\x05\x9f\x3c\x4a\xb3\x0b\xbc\xe1\x35\xb9\x11\x37\x89\x32\x49\xf4\x23\x2b\xeb\x20\x81\x73\x5d\x98\xfa\x24\x01\x8b\x44\xb1\x58\xe6\xdb\x04\x69\xde\x95\xf0\xad\x47\xd9\xe8\x4c\xd5\x4c\x7e\x58\xcf\x84\xe5\xef\x58\xaa\xde\x64\x38\x97\x0d\xd6\x2b\xcf\xc9\x63\xe4\xe7\x8b\x64\x31\x63\xe6\x66\xcc\xf3\x88\x45\x32\x6b\x22\xf0\x0b\xa3\xfe\xbc\xe8\xfb\xce\x6a\x84\x30\x27\x7a\x8f\x89\x9e\xf3\x6c\xe9\x9e\x0b\xfa\x3e\xd1\x68\x34\x43\xea\x59\x89\x4c\x2a\xa7\xdd\x91\x28\x95\xdc\xc2\xfa\xd1\x9a\x05\x75\x7a\xb3\xc4\xf7\xde\x34\x06\xf1\x8a\x47\x24\xe5\xf9\xbe\xd5\xe8\xae\xfe\xd6\x23\x16\xa9\x9a\x63\xd8\x04\x97\x91\xcb\x61\x81\xcf\x15\x8e\x16\xcc\x79\x8c\xb8\x26\xba\xfd\xc0\x6d\xa3\xf0\x24\xb1\x32\x78\xe7\xb2\xc1\x42\xab\x86\xa8\x2f\xe7\x9d\xa6\xd6\x3f\x4d\x49\x40\x62\x10\x57\xf4\xa7\x0d\xc8\xd9\x95\x16\xe4\x9a\x6f\x13\xe4\xf6\x5c\x6f\xbb\x45\x87\xd1\x01\x71\x2e\x2f\xf8\x7d\x96\x59\x52\x4f\x3d\x4c\xa4\x92\x29\x4d\x0a\xfc\x70\x9e\xb9\xf6\xcb\x89\xd7\x8b\x74\x7c\x20\x0f\xc1\x5a\x6a\x16\x78\x91\x88\xe6\x6d\x93\xf9\x0e\x82\x4c\x75\x9c\x93\x44\x78\x3b\xf9\x91\x9d\x2b\xad\x21\xe2\xf4\x22\xbc\x12\x13\xde\xf7\x5c\x36\x98\x2f\xa8\xd6\x23\x75\x93\x28\x44\xe1\x85\x38\x5d\x84\x72\xe6\x2e\xb1\x88\xd3\x46\x10\xa3\xb3\xab\x37\x99\x66\x81\xad\xcb\x06\x67\xba\x3f\xb3\x05\xf1\x72\xe7\x65\xe7\x22\xc1\x17\xcc\xcc\x09\xe3\x08\x03\x15\x18\x01\x71\xba\x08\xb9\xc9\x37\xe7\xd4\xd3\x76\x73\xe6\xf1\x7a\xda\xe9\x36\x37\xea\x41\x23\xf9\x31\xfc\x60\xf3\x0c\x4c\x7d\x11\x6f\x5e\xfe\x59\xf0\x8b\xbe\xe7\x72\xc1\xe2\x8c\x97\xb3\xdc\x3c\x38\xf5\x3c\x5c\xa4\x4c\x36\x71\xa2\xc9\xbc\x73\x9a\x08\xcb\xa1\x12\xc3\xf4\xa9\xc3\x05\x6a\xe8\x6e\xf5\x65\xbd\x45\x69\xc0\x25\xcd\x77\x10\xa4\x6f\x79\xfb\x55\x2f\x1b\x51\xad\x4c\x8b\x8d\x73\xb4\x5c\xf0\x9c\x56\xc5\x3a\x6d\x84\x7c\x91\x0b\x53\xaa\xfa\x36\x41\x38\x86\x43\x8d\x87\xe5\x5c\x36\x58\x98\xc7\xfc\xfa\x93\x06\x88\x74\xfa\xce\x1c\x97\x88\xdb\x44\xb9\x4a\xd9\x34\xd3\x3a\x17\xd6\xe1\x02\x47\xda\x7f\x44\xbc\xcc\x4c\x51\x9f\x36\x20\x17\xa9\x66\x22\xd5\xa7\x0e\x38\x66\xfa\x2d\x00\x7e\x50\xcf\x63\x9e\xa6\x0a\xc5\x90\x38\x69\x84\xd2\x86\x95\x9e\xb7\xae\x80\x75\x78\x81\x2e\xc3\xd2\x65\x36\x9a\x65\x73\x5e\xda\x37\x11\x9e\x87\x8d\x34\x55\x41\x53\xe7\xa1\xf3\x9a\xba\x8c\x16\xba\x29\x0b\xd7\x92\xe2\x4c\x47\x2b\xce\x5c\xbc\x4b\xd1\xd7\xbf\xc6\x8b\x73\x75\x03\x80\x1f\xd4\xd3\xbc\xd5\xb1\x0e\x1b\x38\x5f\xf0\x1c\xf9\xe6\x3f\x6a\x1e\x32\xf0\xaa\x46\x7c\xa5\x78\x26\xdf\xc7\x46\xd3\xe3\x83\x1f\xd6\x33\x9f\x0b\xcd\xc0\x9b\x6f\x1b\x74\x59\xfe\x91\x1b\xd1\x9a\x73\x91\xe0\x5f\xc4\xd8\x34\x4a\x3b\x4c\xa0\xf2\x75\xce\x57\x2c\xd7\x85\xab\x4f\x17\xa0\xdf\x4f\xa9\x2f\xeb\x8d\x7a\x54\xaf\x6d\xdf\x12\xb7\x8b\x92\xcf\xd5\x18\xf6\x7d\x67\x35\x82\x45\xa3\x0e\xfd\xaa\x51\xcd\xf6\x18\x78\x55\x23\x9a\x4d\x2b\xf0\xaa\x46\x24\x28\xd5\x55\xdf\x6a\xf4\x0a\x5a\x75\x5d\x98\x4d\xba\x9c\x0f\x0b\xc3\x5d\x39\x97\x17\xac\x78\x1b\xf3\x4d\x83\x4a\xa6\x18\x15\xeb\x30\x81\x62\x74\xe6\x16\x9a\x71\xd8\x40\x0d\x9a\x4a\xc1\x52\xf1\xdb\xed\x5b\xc4\x69\x23\xa4\x3a\xb7\xb4\x24\x5e\x76\xdf\xb0\x0e\x1b\xa8\x45\x96\xc7\xe4\xd6\xfd\x38\x9b\x4e\x13\xae\xef\x04\xac\xc3\x0f\x4c\x49\x98\xed\x87\x4c\x18\x7a\x82\x5f\x9e\xb7\xd5\xe2\x21\xce\x6a\x04\x57\xd1\xc0\xcf\x46\xcd\x12\xfd\x34\x58\x7f\x92\x80\xc2\x78\x17\xce\x53\x2f\x1d\x72\x17\x78\x6c\x5e\x04\x1d\x93\xf7\x40\xc7\x59\x2e\xc4\x1f\x34\x0e\x8d\x75\x98\xc0\x9c\x8d\x34\x5a\xaf\xfe\x74\x01\x63\x6e\x5e\xba\x5a\x87\x0b\x9c\x4c\xc4\xe8\x95\x5d\xdc\xc4\xed\xa2\x08\x2d\xa9\xd4\x9f\x24\x20\x35\xde\xa9\xf3\x9c\x6b\xbf\xb9\xf3\x4a\x8b\xa9\x45\x0d\x27\xce\x6a\x04\x33\xcf\x3c\x1f\x17\x4d\x77\x3b\x81\x9a\xc5\x6f\x97\x0a\xbf\x69\x90\xb6\xb8\xdd\x0f\xdc\x91\x28\x34\x13\xe7\x65\x23\x72\x9d\x07\x77\x69\xb3\xc5\x4c\x11\x13\xfc\xb2\xde\x5a\x5f\x02\x3f\xa8\xe7\xab\xcc\x2a\xa7\x50\x37\x8d\xf2\x3a\x4b\x0d\xe4\x0d\x75\xfb\x51\xce\x69\x26\xca\x49\x23\xbc\x13\xa3\x33\xf5\xe8\x83\x38\x4d\x84\x62\x26\xd4\x71\x57\x7d\x19\x6f\x4d\x14\x1d\x1d\x44\xfc\x89\x63\x03\x3d\xf1\xf3\x7c\x98\xf3\x24\xc1\x33\x90\xf9\x0e\x82\x7e\xcf\x99\x62\x44\x3d\x0f\x13\x09\x55\xa5\x35\xb6\xaa\x75\xb8\xc0\x4c\xfb\x67\xc4\x4b\x0f\x87\xfe\xb4\x01\xe2\x9c\xe7\x05\x4b\x5e\x8c\x46\x5a\x0f\x3b\xf0\xf2\x23\xea\x67\xf5\xce\x65\x83\x13\x2d\x25\x51\x5f\xce\x5b\xbf\xa2\x55\x5f\x9e\xb7\xad\x90\x76\x98\x40\x8b\xe8\xe0\xa1\x39\x18\xed\x09\xa2\x38\x21\x3f\x4d\x26\x05\x9d\xd8\xda\x65\xc9\x0a\x75\xd3\x28\x45\x99\x67\x29\x5b\xba\x1c\x8c\x07\x89\x64\x0f\x9c\xd6\x41\x03\x2d\x51\x76\x2e\x1a\x6c\x5b\x6f\x1c\x34\x50\x49\x8f\xf4\x27\x09\x30\x80\x4a\xe6\x9b\x04\xfd\x94\x0b\xae\xef\x60\x89\x93\x44\xd0\xfa\xd6\xb6\x4a\xc6\x4d\xa2\xbc\x4c\x3f\x2e\x35\xf9\x27\x4e\x12\xe1\x15\xa9\xf4\x2b\xbf\xce\xaf\x6d\xb2\xd7\x34\x85\x95\xb4\x5b\x07\x09\x7c\x23\xd2\x8f\xac\x4f\x1d\x34\x70\xa9\x15\x98\xac\x83\x04\x1a\xf9\xbc\xf9\x26\x41\x47\x7c\x94\x73\xdb\x4b\xca\x45\x83\x51\x68\xdd\xf7\x5c\x34\x98\x4e\x8c\x70\x56\x68\x6e\x55\x7f\xd2\x00\x61\x6b\x7a\x2c\xb8\x17\xa0\x37\x6d\xeb\x20\x81\x36\xc0\xf3\x24\x83\x5f\xf8\xa3\x5f\x78\x95\x2b\xbc\xda\x95\x3c\x2d\x44\x72\xb4\xd0\xaf\x05\xa9\xdb\x8f\x52\x90\x60\x53\xee\x9f\xb9\xdc\xc3\x9c\x04\x83\xba\x6d\x14\x3d\x8e\xf8\x41\x3d\xdd\xbb\x63\xe2\xa4\x11\xcc\x7b\x65\xeb\xb0\x81\x8a\x09\x95\xbf\xc4\xeb\x9d\x3c\x68\xf1\xa2\xef\x3b\x4d\x04\xa1\xb8\x66\xf9\x4b\xbc\x0a\xe3\xe7\xe2\xe9\x27\x32\xf4\x75\x0c\x7e\xdb\x3e\x74\x2e\x1b\x3c\x63\x0a\x9c\x50\x7d\x59\x6f\x7d\xdd\x41\x2f\x3a\xf0\x9b\x64\x65\x5c\x34\x98\xbb\x54\xae\xfe\x99\x18\xf1\xb9\xc6\x58\xb5\x0e\x1b\x98\x24\xfc\x8a\x22\x81\xf8\x3e\x2e\xda\x72\x6e\x31\x98\x9d\xcb\x0b\x7e\xad\x2f\x54\x9d\xcb\x0b\xd6\xbc\x9c\x75\x78\x81\x8a\x71\x35\xdf\x36\xa8\xe4\xff\xa5\x90\xbe\xf5\xa7\x09\xc8\x0f\x58\x3e\xb6\xfa\x47\xc4\xa9\x23\xfc\xc2\x12\x23\xf9\xd6\x9f\x2e\x40\xb3\x87\xbf\xd0\x27\x85\xbf\xb0\x9c\xcf\xcc\x73\x53\xeb\xb0\x81\x7a\xcf\xa6\xea\xe5\xbf\xb0\x73\x72\xe7\xe5\x5c\x26\xd8\x9e\xa7\x7e\xa1\x67\x29\xe5\xf8\x23\x4b\xa7\xa6\x76\xd4\xc3\x44\x9a\x71\x9e\x8c\x0c\xe2\xba\x73\x99\x60\x31\xc1\x33\xa7\xfc\xb5\x5e\x4a\xb1\xf0\x17\x67\x76\x45\x7e\x66\x17\x08\x57\xd8\xf7\x9d\x5e\x84\xd7\xec\x52\xcc\xc5\x6f\x24\x8e\xf1\xf1\xa3\x89\x34\x8c\xa6\x7d\xbc\x68\x84\x1b\xf3\x3c\x5c\x24\xee\x9e\xda\x38\x17\x09\xfe\x83\xd1\xa1\xb4\x8e\x30\x50\x6f\xb1\xd4\x6d\xa2\x28\x9b\xf4\x7d\xf7\x69\x02\xd0\x36\x75\xdf\x7e\x69\xef\xff\x7c\xaf\x64\x42\xf2\x57\x7b\x69\x33\xaa\x7d\xf7\x69\x02\x94\xfd\xcb\xbe\xfb\x54\x56\x14\x07\x29\x47\x94\x2d\xf8\xe4\x19\x53\x64\x05\x4c\x58\xd1\xd6\x76\x32\xdb\xca\x9e\x62\x60\x3d\x31\xb0\x95\xe8\xcc\x23\x86\xb6\x10\x03\xcb\x87\xa1\x99\x43\xcf\xac\xa1\x6f\xc5\xd0\xb3\x5a\xe8\x59\x29\xbc\x8b\xf9\x41\x67\x71\x30\x62\x5b\x30\x62\x45\x30\x66\x2e\xb0\x62\x1a\xd0\x33\x05\xe8\x99\xfe\xf3\x2d\xfd\x11\xdb\x7e\xd6\x9e\x9f\x31\xe2\x47\xad\xf6\x11\x3b\x7d\xc4\x32\x5f\xdc\x00\x5f\xdc\xce\x5e\x8d\x35\xbd\x98\xd9\xbc\x88\x81\xbc\x88\x29\xbc\x98\xcd\xbb\x8a\x7d\x3b\xcf\x9e\x9d\x67\xbf\xce\x37\x57\x47\x0c\xd4\x79\x06\xe9\x7c\xfb\x73\xbe\xb9\xb9\x95\xe6\xe4\xa8\xfd\x38\x65\x36\xce\x9a\x8a\x33\xf6\xe1\x62\x86\xe0\xac\xf1\x37\xd0\x16\xdf\x20\x30\xef\x06\xd4\x9c\x1b\x10\xfb\x6d\x60\x6c\xb6\x01\x31\xd2\x06\xd4\x28\x1b\x18\x43\x6c\x10\x58\x5d\x83\x88\x79\x35\x88\x99\x51\x03\x65\x3c\x0d\x9c\xb9\x34\x70\x06\xd2\x40\x5b\x45\x83\xc0\x04\x1a\x54\xac\x9d\x19\x13\x67\xa1\x3d\xb3\xc0\x7a\x59\x60\xab\xac\x6a\x96\xac\xce\xf6\x98\xb6\x38\x66\xcc\x8c\x19\xdb\x62\x9e\x2d\xb1\xc0\x72\x98\xb5\x16\x46\xec\x83\x39\x93\x60\xbe\x05\x30\xcf\xe2\x57\x68\xde\x8b\x18\xf4\x0a\xad\x77\x59\x8b\x5d\xc6\x4c\x97\xb1\xcd\x65\x0c\x72\x19\x2b\x5c\xc6\xf4\x96\xb1\xb7\x65\x8c\x6c\x51\xab\x5a\x81\x0d\x2d\x6a\x34\xcb\xb7\x91\x45\x8d\x62\x79\x46\xb0\x7c\x9b\x57\x81\x85\xab\xc0\x9e\x95\xb6\x62\x45\xec\x56\x79\x76\xaa\xac\x6d\x2a\x62\x8d\xca\x5a\xa0\xf2\x0d\x4e\x79\x06\xa6\x62\x96\xa4\xaa\x46\xa3\xac\xa1\x28\x6b\x1c\x4a\x9b\x84\xa2\x36\xa0\xa8\xd1\x27\x6a\xe5\xc9\x98\x76\xd2\x06\x9d\x9c\x0d\xa7\xd0\x60\x13\x78\xf6\x99\x80\x18\x64\x02\xdf\xfc\x12\x84\xa6\x96\xc0\x37\xac\x04\xa1\x11\x25\x08\x2c\x26\x41\x68\x1d\x09\x02\x53\x48\x60\xad\x1f\x81\x6f\xeb\x08\x3c\xd3\x46\x40\x4d\x19\x01\xb1\x5d\x04\xc4\x58\x11\x28\x13\x45\x60\xad\x12\x81\x67\x84\x08\x88\xd5\x21\x70\x76\x86\xc0\x59\x16\x02\x6a\x49\x08\xa8\xe5\x20\xf0\x0c\x05\x41\xd5\x24\x10\x54\x8d\xff\x40\xc4\xca\x0f\x84\x16\x7d\xc0\xd9\xf0\x01\x6b\xb6\x07\x42\x13\x3d\x40\x6c\xf2\x40\x60\x80\x07\x94\xd9\x1d\xf0\x8d\xec\x80\x31\xac\x03\x9e\x1d\x1d\x88\xd9\xcb\x81\xaa\x65\x1c\xa0\x96\x70\x80\x98\xbe\x01\x6a\xea\x06\x88\x6d\x1b\x30\xf6\x6c\xc0\xb7\x5e\x03\xbe\xad\x1a\xf0\x2d\xd3\x80\x35\x46\x03\xc6\x00\x0d\xf8\xe6\x66\xc0\xb3\x2e\x03\xd4\x9a\x0c\xf8\xb6\x63\x80\xda\x8a\x01\xcf\x34\x0c\x50\x53\x30\x10\x33\xf9\x12\x7a\xda\x11\xac\x5a\x70\x09\x7d\x7f\x5e\x10\xaf\x20\xb3\x20\x9b\x30\x03\x93\x54\x24\xba\x69\x68\x4b\x05\xac\xf9\x14\xf0\x8d\xa5\x80\xb6\x90\x02\xa1\x35\x14\xa0\xd6\x4f\xa0\x62\xe8\x04\x42\xa3\x26\x60\x0c\x99\x80\x31\x5e\x02\x11\x2b\x25\x60\x2c\x93\x40\xc4\x04\x09\x84\xe6\x46\x80\x9a\x17\x81\xd0\x94\x08\x50\xd3\x21\x10\x33\x11\x02\xc4\x26\x08\x04\x06\x40\xa0\x62\xeb\x03\x88\x71\x0f\xd0\x16\x3d\xc0\x33\xe0\x01\xd6\x66\x07\x28\x4b\x1d\xa0\xcd\x73\x80\x31\xc9\x01\xce\x08\x07\x38\xb3\x1b\xe0\x59\xd9\x80\xd0\xa2\x06\xf8\xf6\x33\xa0\x62\x2a\x03\x02\xbb\x18\x40\x0c\x61\x40\xc5\xe6\x05\xf8\x16\x2e\xc0\xd9\xb4\x00\x62\xc4\x02\x7c\x93\x15\x10\x33\x4d\x01\xa1\x19\x0a\xb0\x96\x27\xc0\x33\x34\x01\xda\xba\x04\x50\x6b\x12\x60\x2c\x48\x80\x67\x30\x02\xb4\x95\x08\x70\x76\x21\xc0\xd8\x82\x00\xcf\xf4\x83\xb6\xed\xd0\xb6\x36\x1e\x9c\x59\x07\x63\xcb\xc1\xda\x6f\xd0\x56\x1b\xa8\x99\x06\x63\x9b\x81\x1a\x63\x20\xe6\x17\x42\x5b\x0b\x9e\x6d\x05\x63\x50\x81\x98\x50\x70\x56\x13\xa8\x99\x04\x6a\x17\x81\x58\x42\x20\xb6\x0f\x3c\x5b\x07\xc4\xba\x41\xd4\x8a\x81\x6f\xb4\x80\x98\x29\x70\x96\x09\xac\x35\x02\x6d\x83\x40\x5b\x1e\xf0\x0d\x0d\x58\xe3\x02\xa1\x25\x01\x67\x3c\xc0\xb7\x15\x40\x8d\x03\x78\xc6\x00\x8c\x05\x00\x0a\xf9\x1f\x01\xf7\x77\x78\xfe\x01\x7a\xbf\x81\xec\x0f\xf1\xf9\x2b\x58\xfc\x14\x7c\x9f\xa2\xed\x87\xd0\xfa\x04\x4c\xdf\x20\xe8\x6b\xdc\x7c\x8b\x95\xef\x61\xe3\x7b\x58\xf8\x14\xfc\x3e\x44\xba\x8f\x41\xda\x57\xd1\xeb\x1d\x60\xbd\xc3\xa8\xa7\xa0\xf4\x14\x85\x3e\xc0\x9c\x0f\x10\xe6\xa3\x48\xf2\x35\x78\xf1\x0e\x22\xde\x83\x84\x8f\x80\xbf\x47\x60\xde\x6b\xa1\xdc\x35\x80\xbb\x8f\xd7\x4e\x01\xda\x35\x2c\x7b\x88\xc1\x1e\x20\xae\x3b\x90\x75\x0d\xad\x4e\xc0\xd4\x7d\xec\x74\x07\x97\xee\xa3\xa3\x1b\x48\x74\x02\x82\x1e\x40\x9e\x7b\x10\xe7\x14\xd3\x3c\x04\x30\x27\x90\xe5\x21\x3e\xb9\x87\x47\xee\xc3\x8f\x7b\x70\xe3\x3e\xba\x78\x80\x25\x1e\xc5\x0c\x0f\x10\xc2\xab\x60\xe0\x04\xfe\xbb\x8a\xf4\x1d\x83\xf4\xae\xc0\x77\xfb\x68\xdd\x1e\x3a\x37\x85\xe3\x36\x18\xdc\x14\x74\xdb\x20\x6d\x3b\x70\xed\x00\x4a\xdb\xe0\x67\x13\xc4\xec\x18\x34\x36\xc5\xc2\x36\x00\xd8\x3e\xde\xb5\x01\xb9\xae\x00\x5a\x13\x08\x6b\x0b\x5b\x4d\x80\xaa\x1d\x36\x75\x80\x44\xed\x03\x4f\xfb\x38\xd3\x06\x5c\xba\x06\x42\x3a\xc4\x8b\x26\x08\xd1\x06\x16\xda\x42\x41\x7b\xd0\xcf\x21\xce\xb3\x83\x76\x26\x60\xce\x04\xbe\xd9\x42\x36\x6b\xa0\x66\x1f\x97\xd9\x62\x31\x1b\x00\x66\x0b\xba\x1c\x40\x2c\x87\x78\xca\x11\xe4\xe4\x10\x26\x99\x00\x23\x5b\x30\xe4\x00\xfa\xb8\x02\x73\xec\xc1\x1a\x07\x20\xc6\x14\xb5\x98\xe0\x14\x57\x30\x89\x03\x04\xe2\x18\xd4\x30\x01\x17\x36\x88\xc2\x04\x43\x98\x82\x06\x57\x00\x82\x7d\x3c\x60\x1f\xfe\x37\x02\xf4\xeb\x01\xfb\x7a\x40\xbe\x3e\x6e\x6f\x0c\xa0\xb7\x8a\xc5\x4b\xc1\x77\xab\x38\xbb\x1e\xae\x6e\x14\x3f\x37\x04\xcb\x75\xf8\xb8\xe0\x10\x71\x81\x22\xe0\x82\x05\xbd\x05\x03\x74\xeb\xe3\xc5\x06\x4e\x05\x2d\x06\x51\x98\x5a\xa8\x20\xd2\x42\x04\x7a\x16\x3c\xa4\x59\x88\x40\xca\x7a\x10\xb2\x1e\x64\x6c\x05\x1e\xb6\x02\x05\x5b\x45\x7d\x0d\x30\x5e\x03\x44\x57\x0a\xe1\x1a\xe2\xb5\x86\xe0\xac\x1e\x18\xab\x05\x60\x0d\xd1\x56\x3d\x74\x55\x0f\x4d\x35\x8a\x9a\x5a\x05\x48\xa5\x88\xa8\x04\x03\x95\xa0\x9e\x7a\x28\xa7\x15\x44\x53\x0f\xc1\x54\xe3\x96\x56\x30\x4a\xe3\x50\xa4\x21\xee\x68\x05\x63\x94\xa0\x8a\xfa\x20\xa2\x15\xc0\x50\x02\x11\x6a\x61\x41\x03\x10\x50\x0f\xf4\xd3\xc7\xf8\x0c\x10\x3d\x1d\x88\xa7\x05\xee\x24\x50\x9d\x3e\x32\xa7\x0f\xc4\x69\xd0\x37\x2d\xe2\xa6\x87\xb0\x49\x21\x35\x03\x00\xcd\x2a\x56\x66\x08\x8c\xe9\xb0\x30\x1d\xfc\xa5\x85\xbc\xf4\x20\x2e\x43\x3c\xcb\x0a\x76\x65\x15\xa6\x32\x00\xa5\xf4\x40\x28\x09\xec\x24\x01\x9a\xa4\xc8\x92\x04\x4b\xd2\xe2\x47\x12\xc4\x48\x07\x12\xe9\x81\x42\x5a\x20\x48\x0b\xfe\xe8\xf0\x1e\x2d\xc6\xa3\x83\x75\xa4\x38\x8e\x14\xb8\xd1\xa0\x35\xfa\xe0\x8c\x0e\x8f\xd1\x80\x30\x5a\xe0\xc5\x0a\xc8\xa2\x05\x56\xd4\x70\x8a\x14\x3f\xd1\x41\x26\x1a\x9c\x44\x0a\x8c\x58\x01\x41\xa4\xa8\x87\x14\xe6\x90\xe2\x1a\x3a\x28\x43\x1f\xb9\x30\xc0\x29\xac\x60\x12\x5a\x1c\x42\x0f\x77\x30\x40\x19\xf4\x50\x05\x7d\x10\x41\x83\x1c\x68\xd1\x02\x29\x3c\x60\x05\x0a\x30\xc4\xfd\xf3\x61\xfe\x28\xae\x9f\x87\xe3\x67\xc0\xfb\x28\x5a\x9f\x81\xe8\x23\xa0\x7c\x0e\x87\xcf\x41\xef\x55\x60\xf6\x0c\xb6\x1e\x05\xd3\x8b\xa1\xe6\xc5\xe0\xf1\xa2\x30\x78\x55\xc4\x3b\x0f\xe1\x2e\xc0\xb3\xb3\x18\x76\x3e\x64\x9d\x85\xa9\x73\xc8\x74\x14\x8a\xce\xe0\xcf\x69\xd4\x39\x0f\x65\x2e\x84\x94\xf3\x20\xe4\x42\xbc\x38\x07\x11\x47\x31\xe1\x1c\x0c\x9c\xc1\x7e\xf3\xa1\xde\x7c\x64\xb7\x00\xc7\x2d\x40\x6d\x33\x50\x6d\x16\x9e\xcd\x21\xb2\x69\x1c\x36\x0a\xbc\x56\xc5\x58\x73\xb0\x6a\x04\x48\x8d\x40\xa7\x39\xb4\x34\x0f\x1d\xcd\x07\x43\xab\x00\x9f\xc5\xf1\xcd\x22\x48\x66\x3e\x70\x99\x05\x2b\x0b\xa0\xc9\x02\x20\x32\x87\x3d\xe6\xe0\xc6\x3c\x78\x31\x0f\x4e\x2c\xc4\x0e\xab\xe0\x84\xc5\x00\xc1\x7c\xfc\xaf\x0a\xd6\x17\x05\xf7\x32\x88\x5e\x21\x7c\x97\x43\xec\xf2\x01\xba\x28\x22\x97\x45\xe1\x0a\x21\xb7\x1c\xca\x96\x45\xd6\x0a\x61\xb4\x1c\x72\x96\x87\x94\x45\xa1\xb1\x42\x1c\xac\x00\xf5\xaa\x82\x70\xe5\x40\xad\x14\x96\x95\xc5\xaf\x22\x88\x55\x60\x50\xaa\xc0\x03\xa5\x02\x1f\x82\x0a\x1c\xe8\x14\x58\x9c\x29\xf0\x60\xa5\x80\xc2\x48\x41\x80\x19\x05\x14\x23\x0a\x1c\x2a\x14\x10\x18\x28\xa8\x20\x3e\x81\x41\x79\xb2\xc8\x4e\x01\x8e\x93\x46\x6f\xb2\x88\x4d\x1a\xa7\xc9\x41\x33\x51\x2c\x26\x07\xbf\xe4\xc1\x2d\x79\xf0\x4a\x01\x98\x52\x88\x9c\x14\xe0\x24\x79\xb8\x48\x04\x09\xc9\x07\x3e\x0a\x60\x8e\x2c\xb4\x11\xc5\x32\xf2\xa1\x8b\x02\xa0\xa2\x2a\x26\x51\x80\x40\xe4\x03\x0e\x79\x00\x43\x16\x54\xc8\xc7\x10\xaa\xc2\x05\x59\x88\xa0\x10\x0f\xa8\x0a\xfd\xe3\x23\xfd\x18\x78\x1f\x1f\xcd\xc7\x40\xf8\x18\xdc\x1e\x1f\xa6\xc7\x47\xe5\x21\x38\x3c\x06\x7c\xc7\x02\xee\x68\x98\x1d\x8a\xab\x63\xc0\x74\x28\x7a\x8e\x87\x96\x43\xe1\x71\x0c\x26\x4e\x08\x80\x13\xa2\xdd\xc4\x41\x6d\x6a\x81\x6b\x2c\x58\x8d\x8f\x4d\x53\x85\xa1\x09\x40\x67\x28\xca\x4c\x80\x29\xe3\x60\x64\x28\x6e\x4c\x15\x22\xc6\x83\x84\xf1\x20\x60\x7c\xc4\x17\x8b\xf2\xe2\xa1\xba\x84\x10\x2e\x04\xb4\xc5\xe1\xb4\x10\x64\x96\x00\x87\x85\x20\xaf\x18\xb8\x15\x02\xb0\xe2\xe3\xa9\x84\xe0\x29\x16\x30\x85\x22\xa4\xf8\x80\x28\x14\x01\x85\x60\x9e\x38\x98\x13\x83\x6d\x62\x00\x4d\x2c\x88\x89\xc3\x2d\xb1\x58\x25\x1a\xa1\xc4\x43\x24\xf1\x10\x48\x2c\xea\x48\x05\x61\x24\x82\x25\x52\xc1\x0d\x21\x48\x21\x1e\x32\x08\x58\x30\x10\x70\xf0\x1f\x40\xe1\x3e\x20\x84\xf6\x00\x8d\xe7\x01\x16\xc2\x03\x7c\xc0\x0e\xb0\x18\x1d\x60\x61\x39\xc0\x22\x71\x40\x00\xbb\x01\x15\x84\x0d\xf0\xf1\x34\xc0\x83\xcf\x00\x82\x97\x01\x16\x22\x03\x2c\x2a\x06\x18\x24\x0c\x20\xd0\x17\x50\x41\xb9\x00\x1f\xd3\x02\x3c\x08\x0b\xa0\x90\x15\xe0\x03\x54\x80\x46\xa5\x80\x00\x82\x02\x3c\xc4\x09\xf0\xf1\x25\xa0\x02\x25\x01\x01\x6e\x04\x58\xa8\x08\xf0\x90\x21\x60\x62\x39\x60\x07\xff\x00\x01\xd6\x03\x78\xd0\x0e\x60\xd1\x1c\x80\xa2\x37\x80\xc3\x6b\x00\x0d\xd2\x00\x0e\x96\x01\x1c\x10\x03\x58\xec\x05\x08\x80\x16\xc0\x80\x2b\x40\x15\x46\x01\x0c\x74\x02\x58\xb4\x04\x20\xf0\x08\x60\x20\x11\x80\x42\x20\x00\x85\x3c\x00\x8d\x73\x00\x0e\xd9\x00\x3c\x20\x03\x50\xf0\x05\x10\x60\x15\x00\xc5\x26\x00\x87\x46\x00\x04\x7e\x00\x34\xe6\x00\x18\x9c\x01\xf0\x60\x05\x40\x63\x09\x40\x88\x1b\x10\x7a\x98\xfe\x25\x70\x00\x50\xd1\xfc\x87\x8a\x92\x7f\xc5\xa7\x12\x8d\x64\x44\x74\xf4\x81\x28\xe5\x43\x55\xfd\xbe\xea\x45\x12\x39\x8d\xfa\xd0\x83\x44\xd2\xa1\x0b\xa6\x7f\x9c\x42\x3c\x78\xfa\xef\x60\x55\xde\xc1\x29\xb9\x83\x53\x6b\x07\xa2\xc7\x0e\x56\x75\x1d\x3c\x4d\x75\x08\xb5\xd2\xc1\x68\xa2\x83\x56\x3f\x87\xaa\xa2\x39\x10\xcd\x72\xf0\xf5\xc8\xc1\xd7\x1a\x07\x4f\x49\x1c\x02\x8d\x70\xf0\xf5\xbf\xc1\xd7\xf6\x06\x4f\xb9\x1b\xb4\x46\x37\x78\x0a\xdc\x40\x15\xb6\xc1\x57\xcf\x06\xa3\x92\x0d\x44\x07\x1b\x42\x7d\x6b\xf0\xd4\xab\xc1\x6a\x54\x83\xa7\x40\x0d\xa1\xb2\x34\xf8\xaa\xd1\x40\x55\xa1\xc1\x6a\x3f\x03\x51\x77\x86\xaa\x62\x33\x28\x75\x66\xf0\x95\x97\x81\x68\x2b\x83\xa7\x9c\x0c\x4e\x1d\x19\x02\xdd\x63\x4f\xd7\xd8\x28\x18\x13\x95\x62\xa2\x44\x0c\x46\x71\x18\x7c\x35\x61\xb0\x9a\xc1\x40\x35\x81\xc1\xe9\xfe\x42\xa8\xe7\x0b\x4a\xbb\x17\xb4\x4a\x2f\x68\x3d\x5e\x30\xba\xbb\xa0\x15\x76\xad\x92\xae\xa7\x94\x1b\x51\xbf\xad\x6a\xda\x5a\xed\x5a\xaa\x4e\xeb\x6b\xcf\x7a\xda\xb2\x4a\x49\x96\xa8\xc5\x3a\x4d\xd8\x50\xed\x35\x50\x72\x8d\x69\xb3\x46\xf4\x56\x23\x1a\xaa\x71\x45\xd4\x55\x9a\xa6\xbe\x62\x29\xd5\x24\xf5\x34\x47\x3d\x4d\x51\xab\x1d\x1a\xe8\x82\x1a\x05\x50\x4f\xe1\xd3\x2a\x79\x7a\x4a\x9d\x54\x8b\xd3\x29\x6e\x06\x6a\x9a\x31\x7d\x4c\xa2\x81\x69\xb5\x2e\xad\xa6\xa5\xd5\xae\xf4\xb4\x29\x89\xfe\xa4\xa7\x2f\x19\x2a\x47\x12\x75\x48\xab\x02\x69\xf4\x1e\x03\x2d\xc7\xaa\x42\xa3\x55\x62\xa4\x5a\x8b\xa1\x8a\x62\x44\x19\xd1\x68\x20\x3a\xa5\x43\xab\x68\x18\x6a\x15\x86\x2a\x84\x81\xc2\x60\xa0\x1e\xe8\x34\x02\xb5\x1e\xa0\x52\xff\xa3\xfa\x7e\x15\xdd\x3e\x4f\x97\xcf\x28\xf0\x11\x95\xbd\x88\x72\x9e\xaf\x8b\xe7\xd4\xef\x9c\xc6\x9d\xa7\x61\xe7\x94\xea\x8c\x26\x1d\xd1\x9d\x0b\x15\xe5\x2a\x4a\x71\x9e\x12\x9c\xaf\xf3\xe6\xe9\xb8\x11\xad\x36\xaa\xc6\x16\x28\xad\x85\x1a\x6a\x81\x3e\x1a\x55\x40\x73\x3a\x67\x9e\x8e\x99\xa7\x53\xe6\xe9\x90\x51\xa5\x31\x5f\x47\xcc\x57\x09\xf3\x54\xc0\x88\xd2\x17\x51\xf3\xf2\xd4\xba\xac\x2a\x17\xd5\xdd\xf2\x55\xb5\x42\xbd\x2c\xaa\x88\x15\x6a\x5d\x59\x4d\xab\x40\xaf\xca\xd3\xa3\x32\xca\x53\x81\xaa\x94\xd1\x8f\xb2\x3a\x51\x56\x0f\xca\x57\x7b\x72\x9a\x4e\x56\xbb\xc9\x57\x66\x22\xea\x4b\x9e\xba\x52\x55\x33\xc9\x57\x44\xf2\xf5\x8e\x3c\x3d\x23\xaa\x58\x44\x54\x89\x02\xc5\x21\xa2\x2a\xe4\xb4\x83\x3c\x6d\x20\xab\x01\xe4\x2b\xfc\x38\x1d\x9f\x8a\x3e\x8f\xaf\xbe\x63\x74\x76\x8c\xa2\x4e\xa0\x96\x53\xd5\xc0\xa9\x2a\xdb\x54\x14\x6b\x7c\x3d\x1a\x4f\x6f\x26\x54\x92\x21\x6a\x31\x4e\x13\xc6\xa8\xbf\x10\x85\x17\xa7\xe2\x02\x37\xbb\x83\x74\xad\xbd\x26\xf0\xb9\x06\xbc\xe7\xf8\x0a\xe4\x13\xfc\x74\xd0\x86\x83\x6c\xbe\xc8\x52\x9e\x96\xc7\x57\x0b\x0e\x37\x30\xc9\xb3\x39\x34\x72\x19\xa5\xb1\x3b\x48\x75\x92\x4f\xf0\x73\x3a\xca\xd2\x52\x9e\xf0\xf8\xf8\x45\xc2\xf3\xd2\x8f\x5b\x94\x39\x5b\x78\x09\xc8\x83\x83\x97\xa3\x2c\xb5\xd1\x7f\x98\x64\x79\xc9\x54\x40\x0f\xd3\x76\x26\xf2\x00\xab\x7c\xbc\x2c\x2c\xdb\x19\x4f\x3c\xc9\x39\xef\x14\x59\x22\xc6\x9d\xe2\x7c\xda\x41\xb5\x9d\x06\xea\xf2\xa0\x48\x73\xc2\x46\x1c\x8e\x4a\x56\x2e\x8b\x97\xe9\x58\x8c\x58\x99\xe5\xef\xf2\x6c\x51\xc0\xa7\x41\x0a\xc0\xf3\x3c\xcb\xf7\xfb\x70\x28\x7f\x77\xa5\x8f\x28\x34\x51\xde\xef\xc3\x30\xcb\x12\xce\x52\xf4\x1f\x2d\x8b\x32\x9b\x63\xbc\xd7\x85\x0c\xfc\x8f\xa3\xff\xec\x1e\x26\x7c\xce\xd3\x52\x45\xb0\x7d\x28\xca\x84\xef\xf7\xa1\x28\x25\x2f\xb4\x3b\x48\x6f\x88\x66\x91\xac\x5e\x09\x17\xa2\x9c\x05\x95\x82\x3d\x99\xc9\xf7\xc7\xed\xe7\x4d\x3b\x1a\x7d\x7f\x60\xbe\x3f\x7e\xde\xea\xc3\x4f\x07\xdf\x47\xdb\xf3\x00\x8e\x9f\xc3\xde\x73\x99\x4b\xf3\x93\x6a\x58\xdb\xb5\xa6\x1d\x34\xa0\x1d\xd4\xb7\x0d\xdd\x6e\x37\xe7\x45\x09\x37\xfd\x68\x7f\xb5\x60\xef\xb9\xea\x33\x00\x31\x81\x26\x16\xd0\x32\x3e\x00\x39\x2f\x97\x79\x0a\x4d\xe3\x06\xf8\xbe\x3a\x5b\x46\x59\x92\xe5\x7b\x83\xb5\x31\x4b\xa7\x3c\x1f\xac\x3d\x77\xb1\x01\x3e\xf9\x35\x84\x7d\x9a\x99\xfc\xe7\x87\xd3\xb0\x16\xf4\xc3\xc8\xdf\x3f\xf7\xdd\x00\xdf\xe3\x66\x33\x7d\x8e\x19\xf4\xbf\xef\x69\xa7\x1a\x7b\x98\xf0\x72\x34\x13\xe9\x14\x3e\xf9\x1d\x03\xd7\xd7\x6e\x14\xba\x63\x51\x2c\x12\x76\xf5\x86\xcd\xf9\x4d\x1f\x3e\x61\x27\x74\xe7\xbc\x28\xd8\x94\xdf\x04\x15\xe8\x79\x35\x68\x91\xe0\xef\x7b\x95\xae\xb1\x71\x5b\xbb\xea\x0b\x27\x8d\xe9\x6c\x3b\x8c\xab\x3b\x3c\x58\x6d\xb4\xf8\x42\xfc\xc6\xf7\x06\x6b\x8f\x2e\x07\x6b\xd4\x5b\x2e\x97\xbd\x4f\x76\x89\x79\x4d\x28\x16\xc2\xcb\x62\x24\x69\x8f\x6c\xf9\xde\x60\x6d\x91\x15\xa2\x14\x59\xda\x61\xc3\x22\x4b\x96\x25\xf7\xb3\x2d\xca\xab\x84\xef\x7d\xfa\x04\xa5\x64\xa5\x26\x08\x39\xde\xc0\xef\x84\x95\xbc\xd9\xd9\xd9\xf8\xf7\x36\xc8\xbf\xad\x46\x1b\x10\x4b\xab\xb1\xb3\xf1\xef\x8d\x36\x24\x08\x18\x8d\x0e\xb8\x21\xb5\xe9\xc5\xfa\x87\xf4\xc2\xf7\x76\x88\xe0\x53\xb7\xdb\x6d\xe2\x4c\x66\x05\xb0\xf4\xaa\x75\x03\xbd\xe7\x98\xc8\x27\x80\xcb\xb4\x58\x2e\xe4\x17\x1f\xbf\x2c\x79\x8e\x87\x94\xec\x45\x9e\xb3\x2b\x45\x66\x06\x6b\xdd\x5e\x7d\x9c\xee\xc7\x62\xb0\xb6\x6b\x97\xf5\x98\x4f\xd8\x32\x29\x61\xb2\x4c\xf1\x4d\x2a\x7c\x18\xe1\x4b\x9f\x9f\xb2\xfc\xed\x04\x93\x96\x59\xfe\x47\x9e\x2c\x78\xde\xcc\xda\xc0\x92\x24\xbb\xc0\x7c\x5e\x89\x33\xae\x07\xf5\x9c\xe5\x20\x4a\xd8\x83\xf2\x6a\xc1\xb3\x09\xa8\xcb\x7c\xf8\x6e\x6f\x0f\x06\x6b\xcb\x74\xcc\x27\x22\xe5\xe3\xc1\x1a\x3c\x78\x00\xd9\x89\x0a\xed\x0a\x9d\xf7\xa9\x9c\xa7\xd9\xc9\x60\xed\x87\x1f\x8c\xd7\x60\xed\x74\x57\x4d\x22\x39\x85\xbe\x13\x65\x8b\xae\x5f\xd5\x0a\x51\xe0\x6f\x33\x6b\xc9\xf4\x4d\x2c\xbe\xbe\xd1\xcd\xac\x85\xf1\xfc\xea\x63\x7d\xe4\x1f\x5d\xef\xac\x9b\xf0\x74\x5a\xce\x60\x0f\x6b\x9e\x2e\xe7\x43\xb9\xd6\xc9\xd4\xc5\x29\x5d\xb6\x20\x83\x3d\x10\xe5\xae\xf1\xc6\x0e\x80\x3d\xd8\xd8\x1d\xa4\xd4\xef\x27\xd8\x73\x1d\xfb\x53\xb3\x05\x9f\x6e\x48\x0c\x3d\x03\x3e\xb9\xc9\x52\xf4\xe1\xa7\xb6\x73\xa6\x7d\x97\x3a\x6d\xb6\x68\x4c\x5d\x15\x78\xbe\x67\x6b\xdd\x8a\x64\x28\xff\x8d\xd1\xde\x43\x99\x2f\x39\xf5\xbf\xd9\xa5\xae\x55\x29\x27\x2c\xd1\xda\xba\xee\xdf\x39\x4b\x96\xbc\x0f\xd9\x89\x58\x5f\x3f\xad\xcb\xf6\x86\x24\xe2\xa4\x29\xbc\xf9\x81\x07\x8d\x29\x67\x79\x76\x01\x1f\x78\x4d\xea\x49\x1f\x7e\x32\xae\x9b\x90\xcc\xa8\xb4\x29\xbf\x00\xb9\xd5\x20\x4d\x6c\x0e\xd6\x5e\xa6\xe7\x2c\x11\x63\x60\x65\xc9\xe7\x8b\x12\xca\x0c\xd4\xf4\xe2\x90\x66\x69\x47\xe8\xf9\x01\x22\x2d\x4a\x96\x8e\x78\x77\x30\x48\x5f\xa6\x80\x2a\x5e\x32\xf2\x90\x83\x89\xd3\xc6\x14\x0c\x17\x58\x86\xf7\x7f\x05\xcc\x97\x45\x09\x33\x76\xce\x81\x41\x65\x46\x37\x5b\x30\xe7\xe5\x2c\x1b\x77\x07\x6b\x6a\xd5\xeb\xca\xca\x39\x91\x66\xf9\x9c\x25\x72\xd5\x27\x1c\xbb\x63\x0f\xc7\xc6\xb6\x76\x2c\xc6\x87\x79\x2e\x27\x8e\xd7\xef\x3c\x57\xbb\xbc\x3f\x52\x05\xe9\xd6\x82\xce\x10\x5c\x0f\xa2\xec\x8e\x58\x92\x34\x33\x4b\x7a\x74\x76\xb5\x13\x4b\x56\xb0\x28\xf9\x42\x25\x4e\xf9\x65\xd9\x6c\xd9\x31\x89\xd4\x5c\xc6\xed\xca\x69\xb2\x1b\x4c\x6a\x19\x10\x14\x1a\x4e\x81\x2d\x52\xae\x6d\xb4\xec\x8a\x5d\xd2\x66\xd8\x83\x0f\x7c\x2b\xc8\x69\x42\x72\x9a\xd0\xea\x97\xf9\x15\x9d\x57\x48\x3d\x2a\xb5\x7e\xf0\x00\x44\x79\x32\x58\x53\x35\x1d\xac\x9d\xc2\x77\x7b\x90\x2e\x93\xa4\x15\xf8\x93\xa6\xdf\xc0\x44\xa4\x2c\x49\x2a\xd9\xab\x8a\xb7\xf4\x24\x34\x83\x04\x8e\xcc\xdf\x18\xfa\x7d\xe3\x08\xf8\x07\x7e\x59\xca\xd3\x9e\x21\xd7\x3f\x0c\xd9\x90\x27\xbd\x7c\x99\x96\x62\xce\x7b\x33\xa4\xb6\x45\x8f\x17\xf3\x9e\x8e\x89\x14\xdb\xa4\x56\x73\xf0\x17\x51\xce\xb2\x65\x29\x59\x1c\x9e\x97\x82\x17\xaf\xb2\xac\xe0\x77\xc8\x72\x55\x72\x5a\x0e\xf2\xd9\x35\x0c\xb5\x4c\x26\x57\x9b\x6e\x42\x63\x91\x67\x8b\x8e\xa4\xa2\x05\x89\x64\xb7\x5d\x13\x0b\x3d\x52\xe9\xe1\xf1\xc9\x73\xb6\x38\xce\x0e\x8a\xe2\x75\x36\x56\x2a\x79\x25\x9b\x9a\x02\x2c\xeb\xdc\xed\x2d\x4b\x91\x60\x42\x39\x49\xf3\xec\xe2\x20\x4b\x50\xa8\x55\xc0\x1e\x9c\x34\x2e\x8b\x46\x1b\x1a\xc5\x5c\xfe\x9d\x8f\xe5\xdf\x64\x2a\xff\x5e\x26\x8d\x53\x2f\x4d\x61\xb3\xde\x73\xcd\xe8\x66\x29\x7f\x3b\x91\x9f\xcd\x13\xe7\xa9\x36\x80\x36\x89\xa6\x38\xe3\xd3\x96\xce\x71\x61\xbb\x61\x4f\x4d\x0c\x34\x9d\x4e\xaa\x8f\x13\x36\xcd\xfe\xb0\x2c\x15\xbc\x9a\xcb\x69\x68\x30\x11\x6d\x2f\xf5\x2b\xe5\xa8\x70\xd3\x31\x34\x5c\x8d\xa1\x02\x05\x40\x1e\x25\x92\xf1\x65\xd1\x0f\x9b\x8c\xfe\xc5\x3c\xee\x3f\x1f\xc7\xfd\x93\x69\xdc\xff\x32\xa9\xf8\x2b\x30\x02\xd9\x33\x9a\xad\x50\x0c\x3e\xed\x9c\xc6\x58\x9c\x37\x30\xfd\x05\x0e\x5e\xdf\x1b\x4a\x83\x66\x20\xb3\x78\x9f\x5d\xd0\xed\xf3\x7d\x76\xd1\x5c\x28\x7e\xde\x32\x1d\xb6\xef\x60\x0f\xc7\xa2\xe8\x5a\x1f\x4b\x38\x6d\xff\xb9\x38\xc6\xa7\xed\x28\x9b\x1e\x21\x1b\xc7\xfa\xd8\x38\xc7\x6c\x6a\x43\x8d\x59\x7c\x24\x46\x59\x3e\xb7\x01\x13\x63\x97\x46\xfe\xbb\x30\xb3\x53\x85\x29\xa7\x0d\x65\x65\x99\x8b\xe1\xb2\xc4\xc9\xb3\x72\x4d\xab\x66\xb7\xe1\x64\xb0\x66\x9b\x37\x58\x6b\xc3\x60\xcd\xb6\x44\x39\x6d\xa5\x95\xb3\x64\x53\xf5\x21\x6b\xa5\xbe\x54\x1d\x06\x6b\x38\x83\x6d\x2f\x66\xc9\x81\x7a\x64\x2e\x57\xd2\xe9\xae\x1b\x1c\xd9\x9e\x43\x36\x9a\x35\xed\x28\x34\x47\x7a\xa8\xda\x20\x2c\xe1\xd5\x99\x1c\x89\xdf\x6c\x27\x9f\x98\x78\xa7\x9a\x20\x8e\x79\xc2\x4b\x4e\x5a\xed\xc5\x70\xdc\xdd\x77\x3a\xa3\xca\x79\x21\xdc\xf6\x91\xe7\x2a\xfe\x53\xd6\xf9\x3b\xa1\x03\x5d\x4b\xba\x8b\x65\x31\x6b\x62\xf8\x3e\x0c\xd6\xf2\xec\xa2\x33\xca\x92\xa2\x33\x58\x83\x75\x5b\xd7\x7e\x2c\x04\xeb\x04\xeb\x30\x58\xf3\x22\xeb\x7d\x5c\xfd\xd8\xb9\x87\x5d\x16\xd0\xaf\xa6\xa3\x7b\xee\xb3\x4d\xe6\xd8\x3e\x34\xd2\xac\x33\x55\xae\x06\xf4\x71\xf3\x69\xab\x89\xb4\x0f\x0d\xf9\xdb\xc9\xb3\x0b\x19\xd2\x90\xbf\x6d\xd2\xae\x56\xdb\x4d\xe8\x16\x65\x08\x7a\x0f\xff\xed\xc3\x87\x77\x3f\xbf\x3f\xfc\xf0\xe1\x61\x0f\x49\x77\x57\x31\xf2\xfa\xa4\xdf\x44\x09\x9e\xd9\x79\x9a\x9f\x6e\xda\x64\x2c\xda\xa6\xb3\x09\x31\xd2\xed\x53\xad\x96\x45\xa9\x95\xf9\x3e\xbb\xe8\x52\xb2\x67\xbf\x77\x55\x58\xb0\xf0\xa9\xb3\x7a\xe8\x78\x9f\x5d\xec\xfe\x6b\x5b\xfc\x8c\x6d\xb1\x0d\xa2\x50\x4f\xd1\xea\x36\xc8\xd1\x7d\x77\x47\xb5\xe5\xbc\xcd\xdf\xe0\xa6\x27\x0b\xfa\x0a\x1b\xe4\x08\x55\x65\xcd\x64\xb8\x25\x37\xdc\xb9\xe0\xf6\xdc\x3d\x9f\x19\x5b\xf0\x26\xce\xde\x02\x81\x81\xbe\x52\x19\xa7\x2d\x24\xd4\x78\x1c\xe8\x47\xfa\x46\x85\x4e\x26\x05\x2f\x63\xc1\x83\xf4\xa6\x75\x4f\x2e\x41\x6e\xd7\xa4\xbb\xec\x56\x1d\xfa\xc9\x6d\x3a\xf4\x93\x5b\x74\xe8\x27\xb7\xe7\xd0\xef\x4b\x79\x0d\xb3\x65\xbb\x40\x3c\x15\x7d\xd6\xb6\x3f\x8a\xed\xf9\x53\x5e\x2a\xed\x6a\x49\x72\x91\xe4\x51\x16\xa0\x1a\x8a\x14\xbe\x0d\x6e\x53\xf2\x77\x0f\xb9\xa1\xd8\x8d\x69\x4f\x9d\x2e\xe0\xfa\x1a\xa8\x5f\xa3\x61\xb7\x1a\x4d\x4a\xf5\xae\xd1\x18\x65\x49\x03\xf7\x88\x51\x96\xf8\xdb\x83\xda\x0b\x80\x27\x05\xaf\x94\xd1\x60\xcb\x32\x5b\x95\x67\x07\x23\xc4\x33\x56\xfb\x8e\x8c\x80\x24\xc7\x6e\x77\x7e\x2e\x7e\x42\xbb\x95\xd5\xe4\x46\xe3\xed\xd2\xce\x3e\xc8\x12\xda\xbb\x07\x59\xf2\xcd\x18\xac\xd5\xac\x50\x1d\x6b\xf5\x0d\x58\x24\xc3\x00\x59\xfe\xe8\x9b\x70\x42\x7a\xd1\x7d\x15\x66\xc8\xe4\xf5\xe0\x01\xcd\xf9\x3b\x7f\xe6\xde\x95\x49\xa2\x82\x59\xb5\x7f\x34\x5d\xa6\xad\x40\x10\xf0\xc1\xed\x54\x81\x5c\x4b\xcf\x26\x84\xe9\x9a\x88\x4b\xd8\xb3\xf3\xbb\xa3\x26\x76\x7c\x1e\xee\x06\x79\x98\x05\x7e\xb7\x75\xad\x6b\xd9\x2d\x2c\x37\x16\x63\xf9\x56\x30\x63\x4d\xd2\x20\x49\x9c\x6e\xda\xb4\x89\x27\x26\xa7\x53\xd8\x0b\x8b\xd3\x34\xc3\xf3\x52\xb4\xc3\xcf\x62\xb0\x86\x1b\x06\x5d\x71\xb6\x8f\xd6\x69\x0e\x18\x2d\x28\x48\x89\x9e\xfc\x92\x94\x9f\x2c\x6a\xa3\x52\x12\x6e\x3e\x77\x28\x0a\xe3\x85\x65\xa1\x67\x58\x98\xf2\xac\x96\xd6\xf2\xb8\x4e\x2b\x4c\x52\xf4\x2f\x98\x32\x9f\x39\xaa\x2d\x32\xc3\xc2\x21\xb5\x99\x7a\x12\xf4\x9b\x16\x95\x11\x93\x34\x46\x1a\xfa\x29\x7e\x26\x40\xb2\x5e\x91\xca\xdd\x97\x9b\xff\x07\xe2\xc8\x0f\xb2\xa4\x96\x23\x97\x61\xf7\xe2\xc8\x0f\xb2\xe4\x5f\x1c\xf9\xd7\x14\x54\x55\x98\x3f\xbc\x49\xac\xe1\xbf\x16\x68\xdb\x3f\x22\xcb\x89\x72\x8c\x78\xf1\xf5\x9e\x4f\x6e\x65\x7a\x35\x07\x47\xa2\xc9\x5d\xac\x96\xe9\x1d\xcd\x44\x32\xce\x79\x4a\xf3\x4d\x8d\xf9\xd5\x2f\x60\x21\x57\xb3\x89\xba\x5f\x1a\x05\x1f\x65\xe9\x98\xe5\x57\x0d\xd2\x25\x4e\x16\xae\xb8\xc9\x62\xc1\xd2\x06\xe5\x65\x50\xe9\x92\x72\x33\xe8\xf1\xcd\xf8\x19\xac\xac\x0b\x97\x2e\x1b\x66\x86\xc5\x06\x1b\x0f\x1b\x43\xb6\xc9\x86\x4a\xc7\xdf\x83\x13\xc2\x4a\xab\x4f\x53\x41\xe5\x92\x15\xaa\x65\x90\xee\x49\x26\x1b\x43\x39\x0c\x0d\xf3\xd1\x69\xa8\xbd\x29\xcb\xdb\xaa\x13\xf6\x4d\x80\x74\x49\xd6\x01\x07\x3a\x24\xa9\x86\xca\xbb\x5e\xe8\xce\x72\x3e\x91\x2c\x11\x76\x98\xdc\x89\x71\x46\x58\xa2\xaf\xfa\xb1\xc1\x1a\x11\x26\xfa\x5b\xd1\xe5\xb6\x61\xf8\x27\x7d\x3b\x07\x42\x5a\x8d\xb3\xb2\x96\x5a\xab\xd0\x7b\xd1\x6b\x4c\xf2\x4f\x47\xb1\x3f\xc8\x0e\xcb\xcb\xe3\x99\x28\x5e\xa6\xa2\x14\x2c\x11\xbf\xf1\xf1\x1d\x0a\x88\xa6\xf3\x72\x16\xe9\x8c\xe7\xa2\xbc\x73\x95\xbd\xf8\x5e\x4e\xea\xda\x5a\xb7\xe2\xea\x0e\x59\xf9\x09\x30\x2f\x45\x9c\x3e\xe0\x03\x02\x7c\x76\xa0\x1e\xa8\x1c\x67\x07\x09\x86\x5a\x72\x95\x5d\xa4\x7f\xe2\x57\x45\xd3\x90\x6a\x9e\x2e\xe7\xea\xf6\xf1\x6d\x9a\x5c\xb5\xe0\x13\x2e\xbf\x33\x7e\x25\xa7\x84\xe2\xdc\xbb\x67\x2e\x41\x6b\x17\x17\x88\x0e\x98\xf2\xf2\xed\x45\x6a\x2a\xa2\x6e\x27\x0b\x93\x47\xa1\x9c\x2e\x9b\x68\x6c\x3f\xdf\x6a\x6d\x5c\x2e\xfa\xab\x3b\x41\xe0\x19\x72\x3e\x2a\xae\xe6\x32\xa6\x5e\x75\xd1\xc2\x0c\xb2\x6b\x96\xdb\x86\xcb\x54\x5d\x57\xde\xae\xe4\xf3\xe0\x06\x5b\x8e\xfc\x5b\x97\x2d\x16\xc9\x55\x53\xba\xdb\xa6\x6c\x8c\xa1\xcb\x91\x01\xbb\x6a\xc5\xbb\x27\x0d\x2a\xf3\xa3\x45\xce\xd9\xb8\x59\xb2\x7c\xca\x4b\x59\xb5\x49\x96\x43\xd3\xdc\xdd\x6f\xee\x82\x80\xef\x81\xe5\x53\x54\x53\x35\x7c\xe4\x2e\x88\xf5\x75\xdb\x77\xd9\x32\x1f\xc9\x7d\xc1\xc6\x3a\x11\xf6\xfa\x10\xf6\x7d\xef\x3e\x7c\xba\xd9\xd5\xd7\xf4\xff\x0e\x5b\x32\x0f\x33\xca\xfa\xe8\xa5\xb2\x6b\xb5\x51\x2e\xd1\x8a\x1c\x31\xcf\x38\x76\x76\x30\x15\x75\x0b\xda\x80\x08\x31\x2a\x93\x93\x33\x7e\x75\xda\x32\xbd\x65\x05\x13\xb7\xf4\x3a\x4e\x0a\x1d\xc7\x2b\x43\xf0\xc2\x96\x72\x5b\x1e\xa6\x19\xae\xe4\xba\x86\xae\x68\x62\xac\x12\x41\x43\x6f\x9b\x41\xaa\x10\x8c\xdc\xb2\x3d\x61\xe7\x85\xca\x4a\xcf\x8c\xf0\x25\xa1\x7b\x83\x53\xf7\x82\xf0\xab\xf2\x91\xc7\x96\x1c\xf8\xe5\x75\x1c\x9d\xe8\xa0\x82\xf1\x6a\xee\x33\x9b\x8b\x52\xee\xa3\xa3\xb3\x36\xc9\xf2\x58\xcc\x79\xb6\x2c\x0b\xea\x67\x6a\xff\x27\x5c\x35\xc7\x01\x35\xba\x03\x27\x5b\xe5\x65\xfd\x35\xe5\xbb\xe4\x96\xe9\x0a\x71\xdb\x5d\xab\x8d\x87\x6e\x25\x9a\x2b\x94\x1d\xb2\xd8\x8d\x68\x84\xff\x8c\xf2\xb5\x28\x7c\x7c\x3b\x69\xfa\x6c\x6a\xab\x1d\xf0\xad\x9a\xad\x8d\xf2\xd0\x51\x76\xd6\x32\xbb\x29\x3b\x1f\xb2\x3c\x5e\xc9\x5b\x44\xa5\x77\x66\xce\xe3\xac\x78\xbb\x92\xeb\x69\x6b\x90\xea\x33\x6f\x84\x85\xbe\xc7\x70\xd0\x94\xb1\x11\x71\xbc\x36\x5b\x2c\xb4\x95\x75\xe3\x83\xd0\xef\x7d\xf7\x60\x85\x5f\x8a\x92\x38\x03\x51\x6f\xa9\xa6\x62\x3f\x32\x3b\xbb\x07\x59\x92\xb0\x45\xc1\xbd\x46\xc5\xf6\x49\xc4\x6f\x29\x66\xb0\x07\xcd\xe8\x3e\x6a\x24\x39\xb1\xb0\x93\xea\x54\xef\x1e\xbe\x39\x3e\x7c\xff\xf2\xcd\x1f\x4e\x25\x83\x38\x52\xb5\x10\xe9\xb4\x71\xdf\x2c\x0e\x7f\xa4\x39\x70\x28\x66\x78\x55\x77\xf7\x4c\xfe\xf3\xe5\xf1\x17\x56\xe3\x3f\x5f\x1e\x07\xb5\xa8\x4b\xde\xf2\xb9\x8d\x29\x2f\x5d\x7e\x4a\x34\x53\x60\x5c\xcd\x40\x1b\x9a\x59\x3f\x1c\x27\x2a\x3e\x3e\xde\x73\xa5\x9b\x27\xc3\xb4\x20\xa5\x86\xd4\xc4\x95\xe9\xe5\x2e\x7d\xba\x05\x6a\xdd\xaa\x38\x26\xb5\x96\x4d\xab\x6e\xdd\xf3\xf9\x75\xb7\x71\x7c\xb0\x44\x5b\x67\xeb\xb3\x7e\x4d\x93\x43\x1b\x48\x4c\x7d\x98\xa0\x32\x6f\x8c\xe4\x1d\x14\xb5\x28\xab\x9c\x09\x27\xf7\x44\x97\x5c\x67\xee\x45\x2d\x3e\xad\x92\xde\x6d\xd0\xa9\xaf\xaf\x41\x27\xb2\x49\xba\xb2\x9f\xb8\x39\xe3\xca\x7f\x33\x6d\x92\x43\xb2\x0c\x5a\x9c\xa5\x13\x9c\x34\xb2\xf4\x50\x2e\x30\x35\x0f\x8c\x8b\x8f\xb5\xe3\x52\x94\xee\xcb\xc5\xb9\x14\x25\x1f\x37\x4e\x23\x7b\xab\xdc\x79\x88\x4c\x17\x2b\x74\x22\x3d\xe5\x9c\x21\xae\xee\x50\xa4\xe3\x66\x9c\x29\x6f\x62\x3c\x27\xf4\x33\x1f\x7a\x10\x3f\xd8\x06\x13\x61\xda\x87\x45\x9e\x95\x19\xec\xd9\xee\xed\xa2\x87\xdc\x2e\x75\x87\xaa\x18\x5d\xd7\x5e\x7a\x74\x77\xbe\x38\x6b\xda\x20\x8a\x17\x48\x89\xe8\x33\x62\xd5\xb9\xbc\x94\x33\x53\x5f\x00\xd2\xde\x0d\x26\x5e\x50\x79\x4c\xac\x4e\xd9\x2b\x0b\xb3\x8f\x6f\xab\x75\xe6\xe3\x48\x95\xf9\xf8\xf3\x6b\x4c\xe6\x43\x7d\x35\xa3\x05\xd4\xd4\xf2\x12\xdf\x00\xd2\x2a\x5e\x0a\x6f\x1d\x7e\xd5\x4e\xb4\x79\xd7\xd7\xa6\x3a\xcc\xca\xd3\xaf\x53\xaf\x27\xcb\xc5\xc8\xb8\xe6\xce\x59\x2e\xf0\xa5\x66\x99\x8b\xe9\x94\xe7\x05\x30\x79\xc6\x4e\xb2\x0b\xb2\x56\x97\xe9\xb2\xc0\x11\x41\xa2\xa2\x04\xd9\x9a\xa8\xc8\x0c\x79\x91\x88\xb4\xec\x8c\x45\x21\x73\xea\x24\x22\xe5\x90\x66\x1d\x95\xaa\x73\xce\xf2\xc2\x3d\x26\x5d\xd9\x23\x1b\xb7\xf5\x81\x6d\x4e\x7d\x37\x54\x66\x0e\xfa\xdd\x6b\x60\x6e\x9d\x2b\x24\xcb\x58\x45\x72\x54\x11\xa4\xd5\x50\x3e\xcd\x2a\x05\xdc\x82\x3d\xf0\x28\xa1\x0d\xf9\xdd\x42\xf3\x1e\xae\x68\xf2\x64\x57\x49\x60\x48\x44\x4f\x9e\x65\xb8\x8d\x20\x8a\xf2\x24\xb1\xa8\xbc\x8e\x46\xac\x4a\xed\x0c\xb3\x16\x44\x54\x9e\x34\x47\x22\xdd\xf3\x72\xac\xc8\xf8\x1c\x23\x1a\x46\xd5\xde\xb4\x35\x4e\xe6\xe7\xb5\x27\x94\xfc\x01\x64\xe5\x8c\xe7\x01\xd7\x56\x23\xc9\x23\x39\xa1\x3c\xcf\xbe\xe7\x52\xdd\xa4\xc5\x78\xbe\x90\x4f\xb5\x37\x2e\xf0\xd3\xd5\x0e\x65\x7e\xa7\x2d\x6f\x6c\xd5\x1c\x33\xc3\x8a\xdb\x57\x77\x66\xf6\x67\x13\xa9\xf4\x8e\x16\x28\xc7\x12\xa3\xb3\xa6\x6b\x5c\xdd\xe9\xa3\x45\x32\xc1\x0a\x99\xf4\xf2\x30\x73\x8f\xf4\x77\x96\xe5\xd9\x5c\x02\x91\x5e\xd0\x82\x36\x79\x3a\x9d\xf6\x21\x98\x88\x6e\x93\xe8\xab\x6e\x71\x1e\x61\x1c\x3e\xf6\xa3\x68\x23\x82\x3a\x86\x62\x97\x75\xf0\xa5\xb6\x62\xe8\xc2\xbc\x02\x94\x3b\x88\x41\xb3\x47\xa7\x21\x03\x6d\x20\x92\x17\xca\xcb\x81\xbb\x6f\xc5\xbd\x98\x5c\xcf\xd5\xf0\x80\xfe\x35\xed\xfd\x2f\xc6\x5c\x31\x6d\xb3\x28\x1f\x3c\x80\x86\xfa\xec\x58\x66\xb1\x7a\x71\x06\xf6\x05\xfa\x15\xae\x4f\x33\x15\xf7\xac\x80\x05\x7f\xfa\xf4\x11\xb6\x21\x89\xea\x77\x10\x28\x09\x7c\x89\xd0\xd7\x4d\xcf\xb6\xa7\xa3\x21\x2b\xd7\xbf\xf5\xc0\xe5\x52\x77\x31\x45\xab\x0d\xfa\x37\x42\xdd\x42\x19\x32\x18\x39\xb2\x22\xc1\x5d\x9f\x9a\xd8\x46\xb6\xda\x96\x44\x05\xfc\x99\xa1\xf7\xba\xf5\x86\x0f\x93\x1c\x76\x33\xe0\x86\x29\x8f\x56\x77\x87\xa8\x22\xdc\xf7\x22\x51\x15\xf9\xcf\x26\x9b\xfe\x27\xbb\x4d\xfc\xc2\x17\x5d\xe1\xa3\x39\x92\x74\x88\x8f\x0f\x24\xc1\x89\x88\x3f\x54\x60\x82\xd6\x71\x23\xc1\x32\x9b\x45\x4d\xd2\x31\x1a\x89\x8e\x04\xcc\xb2\x73\x1e\x17\xb6\xe4\xbc\x58\x64\x69\x21\xce\xef\xff\xc0\xcf\xbb\xd9\x8c\x8a\x80\x5c\xe6\xc7\x5f\x74\xcb\x7a\x2f\x41\xce\xad\xef\xe5\x4a\xc9\xa9\x36\x62\x15\x44\xf9\x0a\xbd\xfb\x44\x00\x12\xca\xcc\xa1\xc7\x37\xbb\xfb\x2c\xc8\x33\x6f\x7c\x0a\x63\x43\xcc\x8c\xb1\xa1\xc6\x23\x88\x21\xa7\x4d\x10\x27\x31\x46\x95\x15\x89\xc5\xd9\xe3\x0a\x51\x6e\xa7\x22\xc5\xf2\x33\x1b\x38\x36\x66\xc6\x71\x37\x90\x53\xc8\x06\xa1\xab\xed\x76\x02\xd3\x8d\x36\x82\xf3\xba\xf5\x06\xf6\x3d\x1d\x84\x48\x06\xc7\x24\xee\xed\x37\xc0\xdf\xe0\x3e\x57\x8e\x84\xfa\x32\xbd\x4e\x5d\xb2\x7f\x75\x3c\xd5\x99\xca\x21\x3b\x4f\x7d\x61\x5f\xa9\x4f\xd7\xa8\x40\x8f\xc0\x6b\x6d\x2d\x1b\xf9\x59\xf7\xc4\x7a\xba\xab\xc9\xb5\xaf\xdd\x78\x5d\x5c\xa8\xe7\x8d\x4a\x06\xe9\xa6\x98\x8d\x63\x7c\x1a\x61\x24\x9c\x65\x41\x34\xe9\x47\x22\x9a\x89\x66\x63\x69\x0f\x12\x05\xe7\x9a\x0d\x97\x2e\x12\xa8\xa6\x9b\x0d\x45\x67\xed\x2d\xb6\xe6\x9c\xf5\x62\xfd\x3a\xb7\xd0\xde\x65\x73\xbb\xee\x66\xda\xdd\x42\x0f\xf4\x4d\xba\x1b\x49\xef\xc4\xe7\xbc\x0f\x08\xb1\x08\x87\x90\x2e\x24\xf3\xa8\xd6\xf6\x81\x0b\x54\x2f\x01\x43\x5f\xf5\x32\x90\x2c\xbc\x2a\x13\x78\x57\x96\xcd\x5b\x92\x84\x47\x23\x1d\x10\x69\x90\xe6\x93\xda\x6a\x24\x5a\x91\x07\x02\x18\x60\xaf\xec\x91\x98\xd6\x32\x47\x2a\xf4\x5e\x9c\x11\x26\x21\x6c\x11\xde\x62\xe8\xc5\xff\xc7\x2c\xe1\x85\xd3\xe2\xae\x04\x19\xe5\x6d\x9d\x54\xd4\xa9\x7f\x8b\xb8\xce\xf7\x57\x55\x20\xd7\x99\xa5\x59\x6a\x22\x28\xf6\xd7\xe5\x51\x09\xba\x55\xf7\xbc\xcc\x0e\xb2\xb4\x58\xce\x65\x12\xa5\xb8\xcd\xf2\xdc\x17\x1b\x57\xfa\x44\x45\xb9\xbe\x0e\x7b\xc3\xfa\xaf\x50\x0b\x37\x51\x2a\x35\x45\xdd\xcf\x9b\x60\x90\x5e\x89\xb3\x6a\x47\x85\x21\xb7\xb6\xb1\xa6\x01\xf6\xc1\xba\xaf\xdf\x2e\xc3\x5a\x5e\xdb\x49\x59\x18\xaa\x2b\x5a\x5b\x5e\xd8\x2d\xd2\x4d\x8a\xbb\x83\xce\xbe\x4c\x51\x55\xdb\x37\xd7\xde\xba\xe7\x43\x0d\x7e\xa7\x55\xab\x2b\xaf\xda\x25\xfb\x4d\x55\xe1\xb6\x7a\x47\xc6\x44\x33\x48\x77\x55\xf8\x2e\xd4\x7c\xfc\x9b\xeb\x7b\xaf\x6c\x16\x52\xa7\x03\xa6\x61\x0a\x9b\xa6\x3e\x6d\x90\x33\xbf\xcc\x97\xa3\x32\xa3\xc3\xf3\x9d\x8d\x61\xab\x9e\x4d\xbc\xb8\x44\x68\x18\xeb\x97\x03\x96\xa6\x59\x09\x23\x96\x24\xc0\x14\x6d\x44\x7c\x09\x5b\x25\xa2\xa3\x2e\x2b\xee\x6a\x5a\xfb\x22\x80\x72\x96\xde\x1b\x8a\x0d\xf5\x86\x42\x31\x3d\xfe\xfb\x09\xb7\xc9\x8c\xed\x95\xbd\x7d\x1f\x2f\xdc\xc3\x78\x13\x46\xde\x80\x20\x45\x8d\xf9\x5f\x5f\xab\x9d\xb6\x9a\x78\x94\xa5\x13\x31\x5d\x9a\xe4\x44\xab\x5c\xf6\xe9\x60\x0d\xf1\x0b\x06\x6b\x20\x52\x92\xaa\x45\x73\xb8\xc8\x45\x59\x4d\xbd\xfa\x99\x02\x49\x8e\x2f\x16\x48\xd6\xb6\x87\x09\xa2\x4e\x1d\xf4\x86\x12\xc6\x90\x21\xc6\x1e\x2f\x33\x2d\x8b\x28\x4a\x56\x8a\xd1\x3b\x32\x06\xb2\x4d\x2e\x46\x2b\x32\x72\x24\x33\x77\x17\x43\xb3\x55\x15\x94\x19\x79\xd9\xaf\xcc\xc9\xaf\x0a\x66\x10\xef\x1f\x2f\xcd\x60\xcd\x56\x40\xb2\x90\x7a\x62\x98\xee\xd6\xbc\xd3\xc0\xe9\x5a\x5a\x11\x86\xcd\xc3\xa7\xcc\x05\x97\x1b\xad\xca\xf0\xed\xc4\xd1\x65\xdf\xff\x56\xaa\x6c\x2e\x0f\x9b\xc5\x72\xa8\x65\x57\xc5\x72\xc1\x73\xf5\xf0\xbc\x42\x2e\x5d\x98\x26\x99\x6e\x35\x49\x8a\x19\x04\x2b\x3a\xb8\x72\x99\x22\xc6\x25\xf0\x4b\x34\xd0\x28\x6b\x84\x14\x87\x8b\x72\xc6\x73\x49\x9c\x90\xd4\x66\x79\x7c\xdd\xe2\x91\x5b\xd7\xdb\x8d\xaf\x7b\xe2\xa5\xe6\x55\x93\xd4\xca\xab\x23\x9d\x12\xf6\xd5\xbc\xed\xee\x3e\x95\x23\x22\xec\x87\xed\x22\xe3\xef\x46\xcf\x83\xb2\xa0\xab\x90\x22\x90\xdc\x90\xe1\x8d\xcf\x18\x37\x08\xf7\x9d\x2e\x38\x85\xc9\xc0\xf9\xd3\x20\x3e\xba\xb7\x91\xec\xa9\x9f\x47\x66\x2e\x9c\x7d\x7f\xd7\xdd\xc1\x94\xdc\x27\x4f\x97\xa8\x7f\xff\xf6\x22\xec\xf4\xcf\xba\x1f\xd4\xdd\xcd\x87\x0f\x92\xec\x45\x33\x34\x38\x1f\x37\x74\xdd\x54\x73\xbe\xad\xb5\x6a\x86\x37\xb3\xe1\x47\x5d\x09\x2b\x56\xd3\xe2\x34\xe8\x68\xc0\x1c\xfd\xc4\x91\x5c\x06\xab\xc5\x11\xac\x87\xbd\x10\x18\xe8\xc1\x03\x79\x0e\xc5\xef\x48\xb0\xdd\x57\x61\x9f\xc8\xb4\x5d\x75\x1c\x9f\xae\x51\x7b\x86\x1f\xb5\x3e\x5e\x7f\x75\xfc\x6c\xf8\x51\x15\x7d\x4b\xdd\xb2\xe1\xc7\x2e\x99\xff\x78\xc8\xf1\x42\x71\x4d\xeb\xca\xba\xd5\xb6\x4f\x1b\xd5\xaf\xd4\xae\xed\xf5\x6c\x00\x08\xa2\x23\x5b\xe2\xa5\xdc\x01\xa7\xbd\xf2\xd1\x6c\x37\xfe\x36\xf6\x56\xba\xb7\xc8\x8a\x42\x0c\xd1\xbc\xa2\x69\xf0\x7b\xec\xae\x66\xc1\x93\x49\x1b\xf9\x06\xaa\x4d\x29\xd9\x88\x07\x0f\xa0\x69\x1a\xa3\xc2\x15\x60\x92\x7e\xe6\xbf\x86\x0f\x21\x54\x8b\x30\xfe\x5e\x40\x21\x5b\xe1\xc8\xc8\x58\x15\x9d\x4a\x99\x52\x76\xf4\x79\x26\xc6\xb0\x71\x0b\xf9\xfc\x91\xe7\xe2\x9c\x8f\x29\xdd\x2a\x60\x2e\x19\xb8\x34\xb9\x22\x13\x80\x8f\x4a\x49\x45\x09\x83\x1b\x3b\x01\xc6\x5f\x42\xc8\x0e\x09\x06\x6e\x5a\xb3\xf9\x4c\xa3\x9b\x8f\x39\xb5\x15\x6f\x58\x29\xce\xf9\x7b\x3e\x49\xf8\xa8\xb4\x3d\x4f\x8e\x6f\x35\x31\x82\x8c\x6a\xc7\xce\xe5\x54\x1b\xe5\x8e\x30\x60\xb8\x2d\x35\x75\xef\x12\x61\xe2\x8c\xd5\x35\x62\xaf\xb6\x7d\x4d\x6f\x43\x8f\x96\x84\x2a\x6c\x29\x4b\xfc\x8b\x68\xb5\x37\xee\x05\xbd\x6d\x6b\xe5\x5d\x9a\x14\xcb\xa4\xf4\x14\x1d\x6b\x6b\x1a\xdc\x8f\xbd\xe1\x17\xc7\xc8\xc7\x55\x0b\xc2\x17\x30\x94\x24\x90\xdb\x25\x59\x1e\xec\x81\xce\xdc\x45\x6a\x62\xa5\xdb\xee\x49\x70\xdb\x95\x50\xa7\x41\x67\x73\xc3\xb4\xfa\xa5\xb3\x7a\x61\x64\xb3\xa9\xa0\xec\xe9\xee\xac\x5f\xc7\x2a\x03\x95\xb7\xdb\x20\x56\x1f\x19\x6b\x47\xb0\xc2\x08\xe9\x28\x7a\x8d\xd3\x83\xe3\xf5\x35\x7c\x57\xe9\x16\x7b\x1a\x74\x8c\xbb\xcc\xac\x12\xaf\x5b\xcc\xd8\xbc\x26\xb2\x2e\xf9\x5d\x9e\x5d\x5e\x55\x69\x8b\x7b\xbc\xb6\x34\xaf\x8d\x08\x2c\xd4\xef\x15\x30\xa6\x23\xdb\x5d\xe4\x69\xde\x4e\xd4\x73\xae\xea\x30\xea\x04\x6d\x38\x39\xa5\x57\xac\x2d\xf8\x74\xd3\x0a\x04\x56\xf6\x9c\x70\x03\x23\x56\x8e\x66\xd0\xe4\x21\xa1\x73\x0d\xb9\xf9\x17\x22\xd4\xbf\xa0\x2f\x6e\xb9\xb5\xba\x05\xa8\x22\x84\xbe\xa8\x43\xa9\xf8\x26\x18\x16\x2b\x95\x04\x67\x62\x3c\xae\x7d\xdc\xcd\x47\xf1\xeb\xbf\x15\x57\x91\x93\x5a\x8d\xc9\xbb\x3f\xea\xbe\xc7\xa5\xe8\xdf\x02\x8a\xe3\x0b\xa0\x34\x12\xb9\x90\xff\x05\xa6\xf1\x8f\x05\xa6\xf1\x4a\x0e\x0a\xed\x5f\xf4\xf8\x66\x97\xb0\x6a\x85\xb9\x9b\x4e\x74\x7e\x21\xdc\x06\x2e\x4d\x57\x26\x02\xda\xdf\x7e\xe9\x3b\x2b\xe7\xc9\x4f\x44\x19\x76\x42\x54\x61\xbf\xc1\x35\xa7\x6a\x69\x0d\x98\x87\x7a\xe6\xc6\x47\x67\xe1\x95\xe8\x04\x45\xd2\xff\x5b\x41\x7d\x40\x80\xb3\xf1\x8f\x83\xfe\xf1\x2f\xe4\x8f\x7f\x22\xe4\x8f\xd8\x2b\xbd\xf0\xdc\xf2\x25\xa0\x1f\xf1\xb1\xac\x47\xfc\xf8\xbc\xf7\x05\x9a\x5c\xee\x43\xa3\xc8\x3b\x59\x9a\x5c\x91\x4b\x7c\x45\xf6\x0c\xf0\x1e\xba\x3a\x6a\x8b\x25\x0f\x05\xd4\xb3\x04\xb5\x2d\x60\x3c\x8c\xa1\x26\xba\xff\x42\xc1\x35\x85\x7e\x1b\x64\x69\xbd\x6b\xb9\x2c\x56\x3c\x17\xf8\xcc\xa7\x8b\xaa\xc7\x34\x59\xee\x9b\x0f\x2d\x83\xfa\x2c\x84\x11\xdc\xca\x6a\xaf\xc0\x55\xe8\xbd\xae\xc0\x31\xc9\x3f\xdd\xcb\xc0\x7f\x68\xad\xf5\x41\xda\x7b\xa8\xf5\x1c\x00\xcf\x66\xbd\x45\xce\x27\x3c\xef\xe0\x0b\xee\x84\x17\x45\xc7\xec\x67\x7d\xd8\x80\x87\xbd\x7f\x80\x53\xdd\x05\xcb\xd3\xb7\x78\xf7\xf9\x59\x4f\x1f\x57\x9d\x40\x64\x1d\x6b\xb8\xff\x3b\xe1\x04\xde\x82\x0b\x38\x2c\x8e\xea\x4f\x2b\x78\x0f\x1d\x3d\xe2\x88\xb4\x3e\xec\x6f\x0a\xf1\xb2\x48\x98\x48\x4b\x7e\x59\x46\xab\xc2\xc6\xe3\xac\xe6\xf4\xf6\xad\xd0\x5f\xd4\x78\x35\x64\x95\xbc\xb7\x8d\x2f\xd3\xc5\xb2\x5c\xa1\x04\x88\x93\xf7\x77\xb7\xa8\x02\x62\x26\x6d\xa8\x44\x0e\xb5\x01\x31\xde\xdd\x55\x01\x83\xec\xee\xa8\x10\x38\xe5\x25\x51\x14\xd1\xce\x7b\x68\xe0\xa9\x64\x93\x6c\xb4\x2c\x6c\x26\xe8\xba\x47\x1e\x77\x52\xde\xc3\xde\xa8\xd3\xdc\xb3\xad\xa0\xe7\xc9\xf7\x7c\xd2\xcc\xf9\xc4\xb3\xd6\x40\xf4\x92\xcc\x64\xa6\x80\xed\xd5\x50\xcc\xa1\x8a\xf1\x2f\x8a\x6e\x8e\x05\xe6\x7c\x12\x53\x69\x32\x1d\xe2\x80\xe1\xa5\x47\xb3\x5a\x97\xbc\x5a\x81\x9c\x4f\xba\x3a\xba\xc7\x6f\x7c\xb6\xd2\xd4\x6a\xd5\xa8\xfb\x28\x35\xdd\x47\x5d\x49\xdf\xf9\x7a\x3a\x57\x86\x90\xa8\x7f\x8a\x6c\x05\x71\x94\x27\x89\xa5\xde\xd1\xf8\x91\xd0\xcf\x53\x78\x8a\xc5\xd2\xbe\xb4\x4e\xb7\xa8\x81\x21\xa9\x09\x62\xa0\x1f\x89\x63\x89\x55\x10\xcf\xfa\x7f\x96\x22\xd6\x3d\xce\xa6\xa1\x22\xd6\xea\x13\xaa\xb9\xaa\x1e\xac\xa9\x9e\x55\xdf\xd8\x31\xe6\xcd\x2c\x71\xd8\x73\x2b\xb6\x5a\x23\x30\x99\x86\xdd\xa2\xaa\x85\xbc\xaa\xa1\x90\x27\x8d\x9c\x8d\x45\xd6\x68\x43\x03\xfd\x87\xd9\x65\xe3\xb4\x2b\xd2\x31\xbf\x7c\x3b\x41\x99\x79\x0b\x9e\x43\x67\x73\x97\x1e\x17\xdf\x64\x25\x53\x12\x3f\xd8\xc3\x3b\xb5\xf7\x7c\x7a\x78\xb9\x68\x36\x06\x83\xc1\xe0\x47\x99\xd7\xb4\x41\x55\xb6\x26\x22\xe1\xa6\x40\x35\xdd\xe4\x59\x48\xfa\x36\xa8\x76\x18\xbf\x2c\x59\xce\x59\x35\xa6\x09\xa1\xb1\x0b\x9e\xf0\x51\x59\x8d\xab\xfc\x69\xcc\x9c\xa5\xd3\x48\xf1\xe8\x4d\xe3\x29\x01\x87\x9c\x7a\xd7\xd7\xd0\xa4\xf9\x4b\x82\xec\x55\x6e\x5f\xe5\xd3\x87\x86\x90\x6e\xbf\xb1\x59\x3e\x3f\x50\xc6\x8e\xcc\xf1\x46\x9f\x11\x94\x67\xc3\x3b\x52\xdb\x41\x23\xd4\x25\x92\x43\xc5\x0b\x4f\xc7\x64\xc4\x77\x7d\x31\x8d\x6e\x85\xae\x9e\x7f\x00\x93\xc5\xda\x11\xf9\x9c\x62\x65\x62\x5b\x22\xc9\xd4\x75\xf4\xe7\xe4\x8a\xa9\x63\xd9\xba\xf9\x1a\x98\xd4\xc1\xb9\xef\x99\x84\x89\x14\x96\x2e\xf5\x25\x71\xec\x08\x1a\x4d\x41\x4f\x74\x5e\xff\x51\xeb\x1c\x6e\x04\x09\xbc\x18\x1e\xe9\x1e\x3c\xf0\x56\x48\xb7\xe4\x45\x19\x46\xa2\x52\x13\xc3\xce\x36\x1b\xef\x12\xce\x0a\x0e\xcb\x82\x43\x39\xe3\xc8\x0d\x10\x72\x80\x0f\xf9\x38\x1b\x43\x36\xc1\x60\x23\xa8\xc2\x67\x88\x59\xa6\x8c\xd1\x0d\x06\x8d\x02\xb0\xd2\x92\x61\x15\xe9\xb4\xdb\x70\xc7\x65\x4b\xc7\x83\xda\xd8\x08\x15\xa9\x13\x0d\xf6\x44\x46\xf7\x3d\x49\x1b\xc2\xff\xe0\x01\x34\x44\xd1\xd1\xce\x46\x1b\x3c\x6f\xe3\xa9\x2b\xba\xaf\x8d\x10\x98\x95\xa3\xce\xcd\x3a\xd0\x9e\x9c\xc3\x11\x8c\xc1\xc0\xa9\x91\xb2\xa8\x6f\x6a\x54\x71\x59\xb3\x29\xb1\xe4\x54\x9a\x08\x66\xaf\xa6\xf2\x33\xd2\x2b\x7a\xcb\xd4\xfc\xcd\xaa\x19\x61\x75\x81\x1f\x3c\x80\xef\xdc\x62\x37\x4f\x1d\x3c\x92\x45\xde\x3f\xc8\x9a\xa2\x00\x4f\x31\xc9\x18\xe4\x30\xeb\x54\xf4\xe8\x1c\x1a\xac\x29\x02\x75\x21\xca\x19\x30\x55\x46\x36\x81\xc1\x60\xb0\x86\x9d\x87\x1e\x72\xb9\x49\x1f\x18\xa9\x47\x9e\xf8\x40\xd5\xd4\xb4\x0b\x64\x1a\xca\x58\xea\xd1\xe3\x60\xb0\xd6\x93\x7f\x34\x17\xfe\x67\xe3\x69\x66\xa5\xb5\x59\x14\x9f\x47\x26\xf7\x9a\x6b\xe8\xaf\xa3\xd6\x10\x57\x6c\x58\xa9\x30\x39\x58\x63\xb9\x60\x1d\xbb\xb7\xf6\xcd\x4c\xd5\xf5\x6c\x45\x15\x23\xb1\x8f\x51\x2b\x52\xd5\x35\x38\x1b\x58\x16\x38\x2a\xf8\x50\xa1\xf7\x12\x7c\xa8\xf2\xfe\xd9\x04\x1f\xff\x10\xf7\xbe\x77\x96\x0b\x94\x6c\x18\x57\x4a\x5c\x88\x24\x89\x87\x9c\xcb\x86\x8f\x58\xf2\x65\xda\x85\xb3\x2c\x17\xbf\x65\x69\xe9\xe7\x43\x4e\xc7\x1f\x97\x45\x29\x26\xa2\x46\x2f\x72\x52\x07\xfe\xba\x0a\x85\x8a\xe5\xf7\x90\x26\x7c\xbb\xd3\x3b\xde\x4b\x2e\xf5\xa5\xa4\xeb\x4d\xfd\x38\xd3\xbb\x92\xfc\xb3\x0e\x8d\x5d\x48\x7a\x61\x4d\x93\x0f\xb9\x7f\x34\x5e\x48\x3f\x95\xd8\xb4\xfe\x85\x85\x63\x3c\xbc\x64\xe6\xde\xd2\xf3\x6c\x5c\x16\x95\x6b\xc6\xc6\x24\xe1\x97\x1d\x25\xae\x8e\x01\x89\x0e\xd6\x30\x02\x92\x63\x9b\x19\x72\x40\x2a\x0d\x2e\x21\xd7\xf6\x37\xec\x9c\x36\xf7\x0d\x3b\xff\x66\xb7\x83\x72\x09\x90\x2b\xbe\x61\xe1\x41\xcf\x16\x1e\xf6\xac\x0b\x73\x1d\xa2\x83\x8d\x07\x51\xaf\x34\x33\x9c\xe8\x58\x1a\x2f\x1b\xcb\x4e\x73\x1b\xc9\xfa\xd8\x38\x13\x0a\x81\x3b\xa1\x10\xb8\x16\xc6\x23\x0a\xe0\x21\x27\xbc\x6b\x38\xcb\xc7\x7f\x0f\xe8\x5c\xd9\xa3\x0e\x2b\x57\x7f\x9a\xce\x32\xea\x94\xa6\x5b\x94\xdb\xf6\x80\xbe\x8f\xb4\x18\xbb\x1e\x60\x07\xcb\xc7\x5f\x0b\x79\x57\x77\xe3\xbe\xc5\x5d\x48\xd9\x39\x5a\x14\x92\xbf\x6d\x3a\x92\xfb\xb6\x7a\x57\xc8\x9f\xf1\xb4\x54\x73\x9a\xc4\xb1\x3c\x5a\xfd\x22\xb5\x9b\xb7\x2c\xa1\x23\xbb\xa8\xd1\x07\x32\xf7\x1a\xb2\x75\x9d\x19\x67\x63\x9e\x9b\x60\x1c\x4d\xc9\xb5\x91\x68\x32\x35\x76\x6b\xa3\x0f\x74\x7e\x7a\xe9\x4d\x04\x93\x81\x17\x51\xe6\x60\xfb\xbb\xd1\x87\x70\xf6\x61\x04\x39\x02\x8d\x3e\xce\x43\x75\xdd\xf1\xf7\x86\x71\x7f\xc3\xce\x6b\x39\x0d\x19\x76\x2f\x3e\xe3\x0d\x3b\xff\x17\x97\xf1\x8d\xb9\x8c\xc8\x06\xcb\x46\x65\x80\x51\xf0\x37\x90\x9c\xab\x37\x41\xa2\x11\xec\x35\x2f\x4b\x3e\x0f\xf6\x1b\xe9\xf5\xcd\xf6\x1c\xd5\x76\x1b\x41\x39\xff\x1e\xd4\x59\x95\xfc\xd5\x10\xcc\x25\xb1\x10\x25\x9f\x37\xda\xa6\x89\xfb\xd0\x50\x5f\x5f\xff\xee\xf6\x0b\x88\x87\x1c\xdc\x55\x04\x04\xc3\xef\x4b\x44\x64\xa2\x7f\x3a\x42\xf2\x0f\x7d\x4f\xfb\x3f\x87\xd8\x7d\xab\xbb\x49\x8d\xd2\x17\x3f\xd7\x7c\x1b\x0a\xab\x5e\xc2\xa6\x07\x89\xf0\xdf\xa6\x62\x3d\xf1\x68\x97\xfb\xed\x64\xe9\x9d\x5e\x6a\xb2\x90\x28\xbf\x12\xe9\xd9\x97\xde\x66\xea\x6c\xee\x70\x9f\xa9\x63\x7e\xeb\x1b\x4d\xdd\x71\xf6\x36\x52\xbb\xbf\xf6\x7d\xa4\x6e\x4d\x3d\x96\xa8\xa9\x05\xc1\x56\x44\x2f\xf2\x0c\x3f\xb8\x91\x34\x53\x8d\x08\xe0\x78\x77\x91\xf3\x73\x9e\x96\x3f\xaa\x51\x25\x46\xa0\xe3\xef\xee\x82\x2c\xd1\x30\x05\x9e\x28\xff\xad\x71\x97\x6c\xeb\xf2\xd1\x75\x8f\xdf\x95\xba\x86\xfd\x33\xdf\x57\x5a\x8e\xc1\xbb\xfc\xf3\xf9\x86\x3b\x00\x49\xfe\xfd\x6f\xfc\x2a\x1c\xc7\xea\x5b\xbb\xcf\xe1\x40\x12\x91\x9e\x35\x88\x7c\xd4\x11\x49\x22\x9b\x35\x9e\x01\x4f\xd6\xd7\xbf\x46\x12\xfa\x05\x90\x2b\x5f\x24\xbd\xb5\x04\x96\x52\x89\x15\xb2\xdd\x95\x92\x5b\x4d\x0d\xea\x65\xb7\x84\x5c\xd4\xb1\x44\x18\x7e\x5f\x96\x08\x4b\x75\x2c\x51\x74\x23\xef\x3d\x7c\x38\x48\xe1\x21\x1c\xb3\xe1\x41\xa6\xee\xf5\xa4\xf3\x13\xfe\xd5\xa3\x71\xcc\x86\x2f\xc7\x95\x3d\x05\x1e\xe2\x5a\x7e\xd8\x23\x38\x01\x1a\xe3\x4b\xe7\xb4\x0a\x3b\x48\x47\x69\x7e\xba\x69\x7d\x3d\xae\xed\xeb\xf2\x3c\x7f\x0f\x73\x0b\xae\xef\x1c\xc3\xe3\x3c\xef\x62\x64\xe1\x2b\x9f\x10\x8f\xd9\x30\x18\xf9\xbf\xc5\x19\x31\x82\x1b\x77\xa0\xe4\x3d\x9f\x8f\xb2\xee\xf2\x88\xe1\xac\xbb\xd0\xee\x94\x97\x5a\x5f\x13\x31\x8d\x7f\xca\xb3\xb9\xa9\x22\x95\x00\x47\xe3\x34\x53\x7e\xa9\x1a\x24\xf9\x10\x7e\x8e\xa1\xde\x9e\x6e\x7d\xbb\xb6\x83\x15\xf0\x82\x49\xe8\xfc\x2b\x0f\xe9\xe9\x25\x32\x19\x9e\x48\x52\x13\xef\xa6\xe6\xf2\xcb\xde\x50\xdf\x84\x9c\x98\xeb\x88\xbf\x21\xd2\x3c\x69\xcc\x07\xc2\x3c\x04\xcd\xb9\xb9\x0f\x0f\x46\x06\xb4\x86\x0d\xfb\x87\xe7\x3a\xa2\xfc\x04\x79\xf5\xe1\x71\x09\x88\x4a\x4c\xaa\xe7\x99\x5e\xb2\x2b\xbe\xe5\xa1\x1a\xdf\x65\x7b\x6f\x94\x6c\x68\x84\xad\x8d\xb6\x6b\xeb\x97\xed\xcd\x86\xa2\x75\xdf\xe5\xd9\xb9\x18\xf3\xbc\x5d\x81\xee\x88\xcd\xf5\x97\x06\x53\xb8\xf0\x57\xd0\x20\x78\x2b\xd1\xfe\x6a\xfc\xc1\x8a\xbd\x3e\xba\xd9\xbb\x69\x17\x43\xb0\xad\xe2\xab\xb9\xc8\xfe\x84\xad\x83\x70\x33\x51\x56\xf1\x02\xff\x6c\x52\x90\xbf\x99\x84\xe1\x8b\xb6\xd7\xaf\xb6\xb1\x7e\xe9\xe9\xbf\x8c\xb2\x63\xf7\xd9\x54\xeb\xb4\xe9\x8f\xd9\xf0\x1d\x4b\xbf\x1d\x1e\x2b\xd6\x9c\xde\xf6\xbd\xfc\x7b\x5d\x8a\xbd\xac\xbd\xbd\x9a\xf2\xd2\x69\xdb\x79\x2a\xa8\xca\xb7\x49\x88\x51\x78\x0d\x7b\x1b\x19\x5d\xb0\x94\x53\x1a\xda\x0e\x77\xc0\xbe\xe9\xa2\xbd\x3d\x4a\xf4\x6a\x8f\x43\x01\xf1\xb9\x0f\xe1\x55\xe8\x85\x92\xf0\x4a\x5e\x80\x02\x06\x7c\xa0\xef\x8e\x71\x9f\x71\x35\x91\x63\x90\xf3\x49\x97\x78\x7d\x9b\x73\x19\x59\x24\x35\x7d\x1f\x9c\xb9\x5a\xca\x26\x8f\x9e\xc2\xab\x48\x28\x86\xff\x4f\xa2\x9f\xff\x92\x22\x7f\x6d\xba\xbd\x42\x76\xdb\xc0\xc7\x5b\x4a\x21\xae\x0e\x8e\x3c\xc9\x6a\x80\x03\x56\x59\x54\x5e\x29\x4c\xce\x96\x65\x22\xd2\x78\x8d\xfe\xa6\x22\xef\x55\xa2\xe7\x15\xb0\x08\xdf\xca\x50\xb3\x4e\x9f\x15\x95\xae\xf9\x2c\x13\xce\x6a\xa3\x1c\x2e\xcb\x32\x0b\x8c\x36\xa3\xd7\x97\xca\xc3\x55\x2e\x77\x10\x87\xab\x88\xff\x43\xa4\xe1\xaa\x31\xff\xe0\xc2\xf0\xaa\x10\xdb\x40\xe5\xfc\xbd\x64\xd9\x77\x93\x39\x4b\x6a\x64\x00\x1d\x48\xc4\x13\x4a\xa6\x4e\xa9\x5e\x8d\xa4\x4d\xa1\x5a\x8d\xf4\xfb\xdc\xf3\xac\x5c\x7b\x95\x78\x59\xf1\xb9\x67\x5e\x63\xae\xdc\x8b\xe7\x19\x2d\xb7\xc4\x30\x88\xa5\x7d\x49\xbc\xa2\xaa\x41\x54\xf8\xfa\x43\xff\x10\x12\x7b\x2a\x93\x77\xa3\xa6\xf5\x72\xe4\xd0\x44\xcd\x27\x61\x27\xdf\x66\x2e\x5d\xf7\x49\x88\x31\xb1\x5a\xf2\x8f\xfa\x0f\x38\xac\xee\x95\x7a\xec\x79\x39\x5e\x1d\x59\x18\xad\x9a\x67\xeb\xc4\x30\xd5\xad\xac\xe1\x60\xad\x58\xb0\x94\x60\x67\x82\x7b\x2d\x6d\xc0\x34\x28\x38\x27\x1e\xf4\x07\x6b\x83\xc1\xe5\x8f\x4f\xdc\x53\x70\x4f\x67\x60\x58\xa6\x6f\x55\x1f\x1c\xe8\x89\x35\x58\x1b\x96\x29\x3e\x1a\x6b\x9a\x79\xb4\x0f\x8d\x8e\xfe\xc6\x77\x67\x8d\x96\x8f\xa0\x62\x51\xd4\x3e\xe7\x4e\x84\x70\xb4\xb8\x4b\xa9\x71\x33\x62\x0a\xd5\xcf\xd7\xd7\xd0\x18\x96\x69\x83\xb8\x83\x8a\x13\xbd\xfe\x61\x99\xc6\x94\xf9\xd5\xc2\xde\xc7\x8c\x3a\xe8\x20\xa0\x00\x95\x63\x46\x40\x47\x1c\xef\x11\xa1\xb2\x35\xa7\x0f\x37\x59\x56\x19\xbb\xd7\x7b\x29\x99\x1c\xbe\xc1\xfb\x60\xbc\xf4\x5e\xfd\x82\x50\x35\xd5\x25\xfb\xd0\x38\x90\x1f\xb2\x51\x44\xbd\xe6\x8b\x80\x07\x8c\x2e\x6f\x58\x59\xd9\x00\xd2\x26\xb3\x43\xed\xbb\x08\x7d\x02\xcb\x68\x86\xf2\x8e\xe2\xa3\xf6\xe0\x0b\x6e\x9e\x7c\x02\xd1\x27\xd4\xff\xfa\xba\xd2\x77\x83\x55\x97\x52\x6a\x53\xae\xbf\x93\x72\x9b\x76\xf4\x18\xa5\x83\xef\x75\x23\xa5\x8b\x5c\x6b\xaf\xf5\x1e\x62\x11\xac\xe0\x63\xc8\x26\x13\x98\x26\x6c\x9e\xe5\x8d\x02\x8e\xca\xab\x84\x1f\xcd\x38\x2f\xdb\x50\xce\x58\x7a\x56\xc0\xd1\x32\x15\x09\xfc\xbf\xff\xd7\xff\xfd\xff\xfd\x3f\xff\xa7\x4c\x35\x13\xd3\x19\x2c\x78\x3e\xc9\xf2\x39\x62\x8d\xbb\x34\x88\xf0\x3d\x2a\x8a\x8e\x48\x3b\x1f\x0b\x28\xae\x8a\x92\xcf\xd1\x5e\x62\x07\x96\x72\xcd\xce\x97\x49\x29\x16\x09\xd7\x66\xbb\x4a\x36\x2d\x60\xc8\x67\x22\x1d\xa3\x76\x53\x31\xe2\xa9\x3c\x5e\x64\x39\xcc\x45\x92\x88\x2c\x2d\x20\x9b\x40\x2e\x57\xb7\xcd\xe3\x2f\x22\x95\x7c\xd1\xfb\x65\xc2\xff\x82\x51\xd9\x62\xc1\xd3\xb1\x48\xa7\x20\x52\xd9\x47\xe3\xa5\xd1\xea\xcd\xe1\xe1\x7c\x39\x9a\x3d\x84\x09\x2b\x4a\x9e\xd3\x5a\x23\x0a\x42\x0f\x96\x05\x9b\x72\x62\xe6\xfb\x13\x6d\x8d\x39\xac\xfc\xc0\xe7\x99\xcc\xb1\x57\x48\xef\x86\x8c\x9e\xf0\x52\xb5\x41\xc5\x54\x0a\x91\x2e\x69\xf3\x13\x9c\xf1\xab\x3e\x42\xbf\x8c\xb2\xb4\x64\x22\xe5\x79\x1f\xc6\xd9\x08\x91\x19\xbb\x33\xce\xc6\x70\xd3\x92\x39\xb9\x5c\xba\xaa\x61\xcd\xc6\xbf\x0d\xb3\x4b\xf8\xa4\x4d\x93\xf4\x61\x73\x71\x09\x45\x96\x88\x31\xe4\x7c\xbc\x0b\x37\x8d\x96\xec\x0b\xd5\xea\x02\x98\xec\x70\xec\x22\x10\x69\x99\xa9\x7e\x94\x79\x62\x65\x83\x12\x26\xc9\xb2\x98\x35\x31\x3d\x9f\x2f\xe4\x8e\x18\xc4\x97\xdd\xcd\x92\x04\x44\x59\x80\x96\x39\xe3\xf8\x3d\xec\x61\x77\xfd\xee\xa7\x24\xbb\xf8\x49\x5c\xbe\xe6\xc4\x70\x2f\x26\xfc\x29\xcb\x8f\xd9\xb4\x59\xb2\x29\xc5\x7d\x64\xd3\x2e\x86\x52\x8b\x9d\x34\x0f\xca\xe6\x99\xb8\xfa\x41\x7e\xaf\xa7\x6c\x7a\x5e\x70\x91\x8f\x53\x5e\x14\x30\xcc\xb3\xe5\x74\x86\x68\xfd\x57\xd9\x12\x86\x57\x30\x11\x39\x9f\x64\x97\x6a\x5d\xf5\x1e\x82\x28\x4a\x96\x0e\x97\x09\x88\x69\x9a\xe5\x1c\xef\x65\xf4\xfd\xe8\xa0\x06\x7f\xde\x0e\x89\xeb\xa5\x38\x1c\xbd\x6c\x4f\x2c\xf2\x89\x38\xed\x66\x17\x29\xcf\xdf\x64\x63\x0d\x76\xc6\xa6\x84\xda\x46\x5a\x6c\xdb\x5c\x93\x9f\xc7\xdc\x86\x66\x92\x35\x02\xaa\x4c\x60\x68\x6b\xb6\x90\x21\x54\x5e\xa8\x54\xa9\x6d\xf6\x3e\x29\x6e\x60\x69\x5a\x45\x10\xbb\x9d\x97\x2f\x0c\xed\x6c\x36\xc6\xac\x64\x1d\x3d\xe3\x1b\x6d\xd0\x99\x77\xcf\xf8\x15\xb5\x0a\x63\xbc\xd3\x4c\x92\x80\xef\xf6\xf6\x1c\x41\x76\xf0\xbb\x95\xbc\x31\x36\xc9\x14\xdd\x1e\xaa\xae\x4c\xa3\xa6\xf6\x81\x64\x5c\x9a\x41\x1b\x8e\xf9\x65\x29\x3b\xba\xd9\x68\xb4\x56\x36\x00\x91\x1c\x1b\xde\x03\x4b\x75\x77\x63\xcd\x46\x1f\xd1\xe5\x5b\x73\xaa\x34\x86\x0b\x8c\x07\x59\xe1\x7e\xa7\x93\x43\x45\x68\x04\x15\xf7\x91\x0f\x6a\x6d\xab\xad\xd7\xe5\xef\x4f\x15\xe4\x97\xf8\x24\xcb\x39\x41\xd1\x92\x9d\xad\x4e\x87\x92\x5a\x1a\x6c\x20\x84\x5f\xf2\xb4\x60\x55\x42\x7b\x94\x5c\xe4\x5c\x76\x22\xec\x6b\xb7\xa5\x42\xdd\x89\xc8\x8b\x12\x3b\x17\xcc\x65\x9f\x2d\x54\x33\x75\x15\x85\xd9\x20\x73\x59\x93\x93\x6a\xa5\x3a\xb0\x79\xda\x95\x6b\xee\x48\x0c\x13\x91\x4e\xa9\x06\xad\xf9\x0c\x6b\xa3\xfa\xe5\xf7\x98\xbf\xec\x8e\xb6\x2e\xab\xb5\x1b\xa6\xc1\x92\x10\xf1\x49\xf6\x9a\x59\x23\x7e\x37\x8b\xe2\x68\xc1\xf9\xf8\x0a\xf6\xec\x14\x2b\xb4\x07\x9d\xa1\xb0\x2f\xf7\x89\x11\x2f\x8a\x2e\x4f\xcf\xbb\x6f\xde\xfe\x78\xf8\xe1\xf0\xcd\x9f\x15\x0f\xe2\x76\x10\xc9\x66\xf8\xd9\x50\x03\xba\xb8\x79\x59\x3c\x38\xed\x39\x2a\x73\xa4\x2d\xc4\x4b\xad\x90\x3d\x7f\xce\xa3\xa9\xe1\x33\x7e\x05\x42\x51\x60\xbc\x72\x33\x4a\xbe\x74\x05\x3a\xae\xa6\x0d\xa2\x6c\x14\x80\xc6\x8b\xcb\x0c\xc4\x98\xa7\xa5\x98\x5c\xc1\x58\x4c\x26\x3c\xe7\x69\xa9\x08\xb1\x6f\x9e\x58\x16\xb1\x47\xd7\xb0\x57\x59\x33\x0a\x24\x8a\xf5\xa3\x11\xcd\x64\x72\xd1\xb4\x0f\x8d\x64\xe7\x88\xbb\xda\x8e\xc8\x22\xdc\x0a\xaa\x93\x47\xcc\xae\xc6\xb9\xba\x9d\xb6\xeb\x44\x7b\xa1\x91\x62\xb7\xe2\xd0\x65\x11\xf8\x82\x65\x16\xb5\x65\xac\x42\x69\xce\x7a\xcb\x95\xdb\x27\xdd\xa3\xe4\x28\xcc\xd9\x25\xe8\x89\x2d\x0a\x98\x65\x17\x30\x67\xe9\x95\x62\x46\xe0\x82\x2b\x05\xda\x05\xcf\x1d\x2f\xa3\x47\xe8\xf1\xce\xc6\xc6\x86\xe4\x45\xf4\xd4\x9b\x67\x63\x6e\x73\xc6\x18\x9b\xca\x98\xc8\x39\x0c\xf9\x88\x2d\x0b\x2e\xb3\xd3\x75\x2b\xb2\x65\x3e\x92\x85\x2f\xe4\xc4\x60\xa5\xfc\x02\x06\x85\x48\xa7\x09\x57\xdb\x7c\x99\x01\x83\x24\x1b\x31\x44\x31\x36\x19\xb3\x74\x8c\xdb\xe2\x88\xa5\x0a\xc8\x1c\xeb\x97\xa5\x9c\x64\xe9\x57\x37\x10\xc3\xc8\xa9\xfb\xef\xfa\xdb\xae\xa3\x7d\xdd\x9a\x3e\x6c\xb6\x2a\x44\x27\xe8\xf2\x66\x64\x6b\xf2\x84\x55\xde\x41\x43\x6d\x51\x8e\x9c\x44\xa9\x89\x8f\x9a\x10\x5b\xb2\xdf\x05\x4b\x36\x20\xa7\xa2\x78\x89\x8c\xdd\x7b\x25\xfc\x90\xfd\xd7\x1d\xcd\x58\x7e\x90\x8d\xf9\x8b\xb2\xb9\xa1\x1a\xf5\x78\x5b\x9e\x38\xc2\x40\xdd\xe2\xcd\x8d\x9d\x80\x1c\x7b\x99\xca\x23\x3a\xf6\x03\x4b\x72\xce\xc6\x57\x2f\xb1\x3b\xf8\xf8\xad\x64\xde\xa4\x03\xcd\xe6\x9e\xf3\xf7\x74\x8a\xd9\x69\x26\x19\x9c\x6c\x99\x8c\xd5\x90\xa9\xc9\xb0\xc8\xb3\x61\xc2\xe7\xd1\x19\xa4\x13\x0e\x97\xa5\x9c\x33\xe3\x2c\x6d\x94\x70\xc1\xd2\x12\x78\xca\x90\xe6\x9a\x24\x72\x92\x4c\x26\x7c\x54\xe2\x5c\xce\x86\x05\xcf\xcf\xd1\x46\xcd\x90\xcf\xd8\xb9\x50\x20\x6f\x36\xbf\x22\x93\xd9\xe5\x1c\x79\x60\xac\x15\xcf\x73\xc9\x5a\x97\xc8\x0d\x96\x62\x6e\xae\xdd\x41\x1b\xfc\xc8\x12\xde\xe5\x1a\x50\xff\xbf\xb2\x65\x23\xe7\xc6\x9a\x12\x5a\x63\xcf\xcc\x7c\x96\xa5\x4f\xb2\x24\xc9\x2e\xa4\xbf\xec\xe2\xfe\x60\xa0\x8e\xff\x38\x99\xd7\xa1\x21\xdd\x83\xf4\x2f\x3f\x28\x16\xfc\x2f\x7a\x85\xa1\x4d\x93\x21\x37\x5b\x8f\xac\x06\x9a\x7c\xc6\x23\xa3\x3b\x16\xc8\x5e\x62\x94\x81\x95\x5d\xa3\x22\xaa\x70\x65\x88\x49\x8d\x0d\x0c\x39\x37\x6b\x9e\x8f\xad\xd2\x3b\x4f\x8b\x65\xce\xd5\x72\x0b\xab\xc1\xf2\x48\x15\x30\x88\x82\x2c\xdc\xf8\x4b\xe2\x0e\x53\xc1\xcc\xfd\x3b\xc5\xbd\xbe\x86\xef\xe8\xa4\xab\x15\xa5\x9a\x75\x1b\xac\x82\x42\x73\x39\x21\xa7\x4e\xe6\x35\xc1\x3d\xa7\x93\x53\x6f\x4f\xcb\xa4\xcc\x99\x3c\x44\xc1\x39\xcf\x0b\xb4\x90\x7d\x91\xe5\x67\x05\xb0\x51\x9e\x29\xd6\xfc\xa2\xe0\x79\x11\x64\xc0\x61\x28\xa6\x30\xce\xd9\xc5\x90\x8d\xce\x54\x66\x4c\xcd\x09\x79\x68\xb9\xc0\xe9\x3b\xe4\xc0\xc7\xda\x80\x92\x22\x8b\x65\x96\x25\x24\xab\x82\x1c\x8e\x64\xeb\x91\x5a\xb7\xb5\xf7\xa8\x28\xde\xe3\x68\x28\xaa\x41\x86\xa4\x0a\xac\x7e\x2f\x42\x82\xe0\x0d\xbd\x7e\xb3\x33\xcf\x7e\xeb\x2c\x12\x36\xe2\xb3\x2c\x19\xf3\xfc\x1a\x3d\x10\x02\xaa\x83\xc2\x03\xe2\x91\x8b\x74\x7a\xdd\x99\x17\x0a\x41\xa4\x9a\x4a\x8e\x74\xe7\x22\x17\x25\x27\x6e\xb9\xf2\x31\xd1\x28\xe1\x2c\x6f\x7d\xea\x29\xf0\x10\xdc\x92\xbc\xaa\x57\x17\xde\xf1\x8c\xe7\x1c\x2e\xd0\x44\x97\xa3\x1a\xb2\x9f\x70\x11\x56\x97\x9e\xc3\x84\xd0\x8b\x4f\x61\x42\x0c\xd6\xda\x40\xd0\x52\xc9\x7c\x36\xef\x79\x02\x8e\xf0\xae\x5c\xba\x6a\x44\x14\xa1\x6b\x54\xe6\xeb\xeb\x51\x74\x2e\x79\x46\xf5\xd0\xb9\xd4\xa1\x75\xc5\x11\xd2\xed\x1d\x55\x3c\x5e\x9f\xc5\x26\x87\xcd\x05\x93\x4c\x93\xac\x66\x37\xe7\xf3\xec\x9c\xab\xa6\x50\xe6\xb2\x75\x0f\x7e\xef\xf3\xf7\xa9\xfb\xd0\x0c\x6a\xc3\xec\x26\x22\x55\x72\xec\x15\x4a\x96\xbc\x47\x4f\xbe\x6c\x63\x77\x90\xa2\x20\x48\xbd\x3e\xfe\x61\xc1\x72\x36\x87\x4f\x0a\xcb\xf0\x46\xf9\x99\x37\x8f\xc4\xb3\xe7\xbd\x34\x56\xaa\xe3\xaf\x59\x39\xeb\xb2\x61\xa1\x80\x25\xef\x90\x9f\xba\x59\x8c\xe4\x87\xe2\x16\xc9\x23\xca\x70\x34\xff\x77\xa0\xb7\xe3\x58\xde\x3a\x1b\xc5\x3b\xc7\x4a\xd5\xec\xdb\x1d\x1a\xe3\x38\x4d\x56\xcc\xa0\x89\x39\xb6\x75\x72\x1c\xa9\x41\xa9\xd3\x37\xd5\x3f\xcd\xa3\x7c\xff\x3d\x6c\xb5\xe0\x57\x90\x5c\x03\x2b\x4d\xba\x8d\x56\xab\x26\x64\xb3\x36\x64\xab\x36\xe4\x51\x4b\x1f\x5a\xef\xd0\xfe\x95\x3d\x6c\x1b\x59\xe6\x62\xae\x1b\xe9\x37\x0e\xbd\xba\x32\xb8\x79\x8f\x42\x75\x88\x82\x03\xbb\x81\x85\xe4\x03\xf2\x34\x56\xa1\xfd\xba\x1a\xcd\x15\xa9\xd6\x2d\xd6\x39\x04\x1d\xaf\x8e\x48\x7b\x26\xb4\xcb\x2f\xf9\x48\x37\xa2\x05\xfb\xaa\x42\x27\x1b\xa7\xd0\x37\x75\xbb\x67\xfd\x9b\x2a\xe8\x5a\xb5\xa3\x15\x34\x24\x48\x9e\x73\x24\xee\x92\xe6\xdd\xa7\xe7\x75\xb2\xb0\xa5\x6d\x9a\x5f\x6c\x48\x74\x70\x33\x1a\xff\xde\x2d\x5d\x31\x71\x56\xaf\x0e\x44\x88\xcb\x26\xb6\xfa\x05\x67\xf9\x68\x16\xab\xb0\xc1\x92\xd3\x31\xee\x5d\x45\xb3\x82\x31\x9f\xfb\x54\x51\xad\x1d\x5b\x43\x4c\x1f\xab\x20\xe1\xf3\x75\x9c\x6b\xd8\xf8\xec\x6a\x0e\xf9\x54\xa4\xd1\x10\x9e\x8e\xef\x33\x41\x8a\xe5\xb0\x28\x73\x5b\x7d\xcc\xb7\x2d\x33\x89\xb5\xa1\x48\xc4\x88\x37\x49\x9c\xfb\x13\x8a\xd5\x9d\x59\x94\x79\xc2\xd3\x15\xa4\xc2\x10\xd8\x68\xb1\x2c\xbd\x3a\x39\xfd\x9c\x52\xc5\x6f\xdc\x4e\xb2\xcf\x29\x35\x36\x52\xba\x32\xda\x70\x06\xad\x8c\x4c\x50\x53\x13\xc5\xe2\xd8\xd1\xc0\xc4\x7e\x85\xd0\x4b\x49\xa5\x54\x75\xdb\x77\xa0\x3e\x41\x45\x74\x98\x29\xf5\x06\x4d\x9c\x49\x86\xf9\x3e\x13\x67\x94\xcd\x87\x22\xe5\xd0\xc4\x8c\xdb\x36\x8f\x58\x75\xe7\x6c\xd1\xb4\xe1\xdd\x8f\x99\x48\x9b\x8d\x86\x9a\x3c\xee\xe5\xdd\x27\xb9\xfd\xb6\x71\xaf\x68\xeb\x55\xd5\xd6\x13\xa2\xad\xa7\x69\x5b\x77\x90\x7b\xd4\xf5\x73\x29\x12\x51\x5e\x75\x3f\x16\x8d\x40\x29\x49\xbf\x17\xd8\xf4\x3c\x15\xf6\x4d\xc5\xdb\xc8\x38\xe5\x82\x24\xde\x8b\x4c\xb2\x42\xf8\x08\xc8\x0f\xc0\xda\x8d\x4a\x94\x63\xd5\x84\x20\xc4\x5f\xe3\x7e\x8b\x5b\xbd\x21\xb8\x81\x3c\xcb\xca\x48\xc0\xbe\xdc\x21\x72\xbb\x01\x04\xd9\x21\xb2\x67\x7c\xe8\xf1\x72\x37\x92\xa1\x0c\x33\xb7\xf5\xb7\xb0\x33\x91\x09\x90\x66\x63\xb7\xaf\xc8\x2a\xb7\x75\xf5\xda\x60\x0d\xb8\x2e\x8a\xb6\x2d\x21\xce\xde\x7c\xd2\x6f\xff\x49\x3e\x7d\x2f\xb7\xbe\x97\x6b\x9f\xe6\xdd\x0f\x8b\xe8\xd3\xc2\xf0\xf1\x1c\xbe\x0f\xd1\xc3\x6e\xec\xdc\x98\x8a\xf4\xf5\x6f\x5b\xf3\xb2\x7d\x68\x34\x6e\xee\x4d\x91\x6b\x07\x2d\x1c\x98\xe8\x1a\x5a\x5c\x05\x5d\xa8\xb0\x50\x69\x0f\xc9\x7e\xa6\x71\xba\x2a\x22\x7e\xfa\x1d\xae\xbc\x54\x97\xe0\xb7\xeb\x8d\x8d\x0a\xa9\xbe\xfb\xee\xa6\x6f\x25\x6c\x85\xec\x1c\xff\xbc\x2c\x17\x39\x3f\xb7\x59\xd2\x95\x64\x97\xdb\x73\xd8\x80\x7d\xc3\x94\xba\x15\xd5\x86\x4e\xc7\xc4\x69\x41\x5f\xae\x3c\x99\x85\x36\xcb\xb3\x9c\xa7\x9d\x4e\x9b\x2e\x4d\x14\xa5\xb5\x64\x94\x41\xe9\x16\xbe\x9a\x19\x9d\x8e\x4a\xfc\x75\x9a\x84\xd7\x7e\x2b\x9b\xf4\x3d\x58\x1b\x0b\x91\x76\x99\x68\xeb\xeb\xd1\x76\xad\xaf\xdf\xb9\x5d\xeb\xeb\x5f\xb3\x5d\x0b\xce\xcf\xa2\xa3\x1f\xaf\xfe\xe7\xce\x31\x96\xf3\x32\x2c\xc6\xe4\x59\xb3\x1e\xbf\x3e\x1f\x24\x59\x1b\x68\xd6\xf1\x3f\x6a\xff\xf1\x5a\x7d\x3b\x1b\x64\xaa\xe2\x48\xf3\xdd\x3a\xa4\xcc\xce\x24\x13\x44\x48\x41\x71\x21\xf0\xbc\x42\xbc\x06\x65\xaf\x07\x83\xc1\x06\x0c\x06\x25\x0c\x06\x29\x0c\x06\x39\x0c\x06\x05\x5c\xcc\x44\xc9\x8b\x85\xe4\xfa\x31\x23\x3d\x51\x58\xc1\x61\xa3\x0f\xf8\xfb\x4c\xff\x6e\x1a\x8f\xcd\x47\xfa\xe3\xd1\x56\x5f\xc5\xb7\x2d\xdf\xb1\x85\x7d\x07\xeb\xd0\x86\x1e\x3c\x87\x1f\xe0\xbf\x41\x14\x59\xc2\xca\x6a\x19\x8f\x4c\x56\xdb\xf6\x63\xdb\x7c\x3c\xd1\x1f\x8f\xb7\xcc\x87\x09\xda\xdc\x7a\xdc\xb7\x05\xed\xc2\x27\xb8\x81\x61\xce\xd9\xd9\x22\x13\x69\x59\x29\x63\xc7\x36\x60\xeb\x91\xfd\xda\x09\x6b\xbe\x6d\x33\xec\x03\x1b\x8d\xb2\xf9\x82\xa5\x02\xef\xb2\x82\xdc\x9e\x86\x29\x1f\xb9\x0e\x5e\x83\x06\x34\xe1\x04\xb2\x05\x4f\x45\x3a\x85\x31\x4f\xc4\x5c\x54\xab\xf4\xc8\xb4\xe4\x91\xa9\xdb\xb6\xed\xed\xcd\x30\xff\x2d\x9b\x7f\x0b\x4e\xf1\xb9\xd3\xaa\xac\xb7\x37\x4d\x46\x8f\xc2\x8c\x36\xa5\xfb\xc6\x5b\xf2\xf7\x38\x53\x10\x86\xf4\xe4\xb4\x96\x25\x4d\x92\x6c\x14\xe5\x8d\x35\x87\xe5\x91\x20\xc3\x48\x29\xbe\xad\xe9\xb1\x43\x86\x5f\xa5\x6c\x55\x1b\x4e\x4e\xef\xc8\x57\xdf\x81\x7d\x1e\xf3\xfa\xda\x06\x9c\xd9\x6a\xb6\xb9\x7e\xe5\xae\xa6\x22\x66\x08\x9b\xd5\x6d\x1c\x85\x1c\xea\x00\x65\x3b\xa0\x23\xfb\x4c\xa7\xe1\x79\xd3\x62\xf5\x3e\xdb\x34\xd8\xdf\xeb\xb0\xa5\xcd\x35\x63\xc0\xf6\x86\x0b\xd8\xd4\x01\xad\xd6\x67\xcb\x6b\xea\x47\x1d\xe7\xa0\xf8\x8d\x47\xbb\x52\x77\x73\xd3\x44\xca\x9b\xca\xad\x65\x23\xf7\x27\x87\xab\x3b\x95\x10\x34\xda\xaf\x17\x33\x91\x70\x68\x7a\xdb\x2d\xe7\x67\xcd\x96\xde\x1a\x15\xa8\xb7\x09\xfc\x1e\x1e\x3d\x6a\x99\xd5\x23\xf7\xeb\xa6\x76\x71\x44\x01\x55\xfe\x48\x72\xbc\xd5\x84\x4d\xb4\x00\xf5\x5b\xf8\xa8\x1e\xbd\x6c\xce\xd2\xff\x11\xec\x43\x03\x1f\x92\x42\xe3\xd6\x83\x98\xcf\x71\xdf\x77\x40\x72\xd9\x28\x95\x81\xdf\x0f\xaa\x4d\xba\x51\x76\xbf\x08\xea\x6a\xf7\x0e\xb7\x21\xa8\x13\x55\x53\xdf\xee\x0b\x9e\x7b\xd3\xb3\xe5\x98\x6b\xdb\x7b\xae\x9f\x5c\x46\x5b\x36\x23\x3d\x9d\x49\xa1\xb7\x67\xa1\xdf\x0b\xda\x3c\xe4\xe9\x6e\x55\x06\x37\x01\x93\x63\x3a\x74\xe5\xb4\x23\x92\x9d\x20\x64\x94\x2d\xef\x27\x55\xe3\xc5\x88\x2d\x24\xc9\x56\xa2\x9c\xb6\xca\xc1\x1f\x8f\x4e\x07\x3d\xe1\xc1\x03\xf0\x86\xa6\xd7\x83\x34\x2b\x61\xa3\xf3\x0c\x5e\x74\x7e\x02\xd6\x99\xc4\xa7\xeb\xf6\x53\xb4\x83\x66\x7d\x9e\xc3\xe6\x06\xce\xbf\x26\xf5\xdb\x79\x82\x06\xf9\x48\xba\xc7\x3b\xad\x4a\xac\x27\x1b\x61\xac\x67\x4f\x5a\xad\xfa\x59\xaf\xc8\x94\x69\x9b\x64\xcf\x9a\x2d\x58\x97\xec\xa8\x6c\xd1\xf7\xf0\x18\x61\x2d\x71\xb1\xc1\xde\x1e\x3c\xda\x72\xad\x54\xee\xcf\xa0\x01\xab\x59\x22\x4b\x24\x63\x24\x20\x3a\xf5\xc9\x02\xb5\x73\xbe\xd7\x83\x53\x68\xe1\xa6\xee\xcd\x5e\x3c\x59\xba\xb9\x59\x61\x41\x6d\xea\x4a\x4a\xba\xed\x57\x32\x88\x50\xf6\x47\xdb\x1e\x28\xfb\xa3\x67\xce\xc8\x83\xab\x30\x29\xb0\xe9\x95\xb6\xbd\x41\x0a\x31\xd6\xa6\xd5\xc6\xb0\x49\xd6\x96\x5c\x50\xb4\xe4\xba\x65\x87\x0c\xa4\x57\xc0\xb3\x2d\x52\x00\xa5\x92\x41\x5a\x7f\x01\xde\x91\x57\xaf\x48\x28\x3e\x5f\xe6\x9a\xcd\xe7\x3c\xb5\xb3\xc1\x97\xba\xc6\x26\x45\xaf\x07\xbd\x9e\x5b\x67\x7a\x07\xf5\xcf\x54\xdb\x4f\xe4\xa6\xba\x51\x59\x16\x3a\xf9\x43\xb7\x5d\x40\x7d\x1e\x5b\xb0\x2e\xff\xd0\xe5\x21\x73\x5e\xb1\xd6\x1a\xbd\x87\x0d\x58\xf7\x97\x9c\x47\x81\x61\x1d\x1a\x18\x05\xa9\xa2\x1b\xf1\x27\x6e\xea\xd8\xb6\xde\x95\x00\xde\x8d\xcc\xb9\x3d\x01\x9a\x91\x1e\xfe\x4e\xed\x2e\x7a\xd3\xd5\x4d\xb4\x93\xa6\x86\x9a\xf8\x67\x45\x67\xe7\xfd\x9c\xe5\xf0\xfa\x48\xb2\x66\x9d\x79\xd1\x69\x78\x42\xb5\xd7\x6f\xff\x97\x0a\xc8\x7e\x0b\x42\x7e\x39\xfc\xfd\x9f\x5e\x1e\x63\xe0\x05\x1f\x9e\x89\xb2\x13\x8a\x01\x0f\xde\xbe\x7e\x7d\xf8\x06\xa3\xc8\x59\xe3\x27\x7f\xff\xf3\xab\xc3\xa3\x43\x0c\xcc\x97\x09\xf7\x03\x7f\x3c\x3c\x78\xf5\xe2\xfd\x8b\xe3\x97\x6f\xdf\xc8\x08\x63\x3e\x4a\xc2\xcc\xdf\xbd\xf8\xc3\xa1\x0c\xfb\x61\xc1\xa6\x41\xea\xd7\x87\x3f\xbe\x7c\x81\x61\x73\x3e\x16\xcc\x0f\x7c\xf9\xfa\xdd\xdb\xf7\x58\xac\x7e\xfc\xe1\x07\x1f\xfc\xf1\xc5\x7b\x5d\xad\x1f\xe4\xfc\x2a\x78\x10\xe1\xcf\x2f\x0f\x7f\xb1\x39\x9c\x0b\x7e\x51\xcd\xe3\xe8\xe7\x77\x32\x06\xf6\xe8\x0f\xc5\x72\x21\x03\x8a\xa0\x81\x6f\x0f\x7e\x36\x7d\xf3\x83\xb9\x50\xf7\xa3\xbc\x79\xf1\xfa\xf0\xe8\xdd\x8b\x03\xd5\x4a\x54\xbd\x95\x7c\x98\x1f\xe9\x4f\x87\xff\xf5\xd3\x7b\x19\x11\x23\x9d\xf1\xab\x49\x8e\x3a\xba\x5e\xa4\x9f\xde\xbe\x39\xfe\xf0\x93\xc9\x69\x92\xa5\x65\x67\x52\xc9\xe9\xe0\xed\xcf\x6f\x8e\x0f\xdf\x7f\x38\x3a\xfe\xaf\x57\x2a\x22\xee\x38\x68\x28\xf0\x2a\x1c\x1f\x95\xe3\xe1\x8b\xe3\x9f\xdf\x1f\x7e\xf8\xf3\x8b\x57\x3f\xeb\x0a\xa8\xbc\x39\x2b\x97\x39\xef\x20\x4b\x2a\xab\x42\xe4\xcc\xaa\xf7\xdb\x66\x6a\xb4\xcd\x34\x68\xd3\x21\x77\x22\xe6\xc3\x74\x39\x57\xf2\x65\x93\x81\x15\x4a\xe3\xbd\x41\xad\x30\x3a\x5c\x87\xb7\x08\x5d\xbf\x4c\x1c\x5f\xf0\x5c\x29\x6c\x3a\xfe\xb0\x22\x93\x97\xbd\x96\x2d\x4b\x65\xa2\x08\x85\xd3\xa5\x27\xfd\x56\xed\x69\x52\x66\x2b\x1d\x94\xb1\x47\xec\xf4\xbd\xba\x5a\xf7\x3a\xdf\xf5\x3d\x5b\xa8\xcd\xe7\x44\x9c\xb6\x41\x50\x41\xb0\xab\xd7\xf5\xb5\x96\x92\x5b\x6a\xa1\x32\xaa\x21\x65\x46\xd8\xca\x13\x72\x13\x7a\x2b\x9f\xf7\x6d\x3b\x1e\x43\xc5\xe4\x0a\x9a\xba\x56\x7a\x3b\x8a\x37\xd8\x13\xe7\xe8\x04\x5d\x4f\xac\x83\x1b\xb1\x9a\xa3\x9a\xb7\x20\xd3\xb2\x6f\xde\x5d\x98\xa4\xda\xb9\x17\x7a\x5c\x5f\x5b\x1f\x7d\xfc\xb3\x79\xeb\x79\x6f\xb3\x6a\x34\x48\xa0\x5e\x0b\x7d\x3f\x35\xc9\x5f\x83\xe6\xe3\x1d\x4e\xbb\xd1\xaa\x0a\x20\xec\xd1\xdf\xaa\x01\xda\xb9\x69\x1b\x1c\xe9\x99\x16\xec\xd7\x37\x4a\x55\x62\x1d\x1a\x9f\x1a\xb8\xe7\xea\xac\xd7\xa1\x71\xa3\xf4\xf7\xc2\xbb\xa4\xd7\x47\x6d\xb9\x6d\xb4\xf5\x0e\xb1\x6a\x35\xcf\x58\x31\xab\x5e\x38\xe9\x9b\x67\x7b\xf1\x7d\xe7\x55\xfe\x79\x8f\x44\x56\xcf\xb1\x45\xce\x27\xe2\x32\xfe\x4c\xc4\xcc\x25\xd9\x8c\x20\x02\x95\x14\xa2\x52\x63\x87\x8d\x3f\x2e\x8b\x92\xca\xbe\x36\x37\x2a\x42\x25\xbd\xa9\xae\x43\x63\x91\x8b\xb4\xec\xc8\x2e\x37\x03\x40\xe6\x12\x3e\x01\x16\x73\x7c\x14\xdc\x76\x9f\x1d\x79\x02\x64\x57\xd7\x63\x91\x73\xac\xfd\xf5\x78\x99\x63\xc8\xf5\x44\x24\x49\x67\x9e\x8d\xf9\xb5\x64\x4d\x55\x6c\x24\xf0\xd7\x72\x67\xb9\x5e\x24\xec\x4a\x59\x84\xbd\x2e\xc5\x5c\xa4\x53\x6b\x14\xb6\x45\x6b\xfc\xe4\x91\x11\x23\x6e\x6f\x6d\x18\xd1\xd8\xa3\xcd\x27\xc6\xf7\xd1\xb6\x15\x41\x6e\x3e\xb6\xb2\xb3\xed\xed\x1d\x13\x61\xeb\xd9\xd6\xa6\x13\x36\x96\xfc\xb2\xec\x8c\xf9\x28\xcb\x75\x4b\x26\x22\x29\x79\xde\x86\x51\x22\x16\x9d\x05\x2b\x67\x6d\x90\x13\x54\xee\x56\x9d\x73\x51\x88\x21\x0e\x7f\xdb\x5e\x26\x0d\xb3\x4b\x92\xbe\x43\xd8\x46\x55\xdf\x9d\x27\x56\xda\xf9\x68\xe7\xb1\xfe\xdc\x79\x6a\xa5\xa2\x8f\x36\x9f\x99\x4a\x3e\x7e\xbc\xbd\x63\x7c\x37\x36\x76\x5c\x25\xe7\xac\x38\x6b\xe3\xdf\x8e\x98\xb3\x29\xd7\xdf\x4d\xec\x4c\x59\xd1\x6b\xb4\xf7\x65\xbc\x73\xbe\xe0\xac\xbc\xce\x72\x31\x15\xa9\xf1\x35\x9c\x97\x76\x8e\xb2\x39\xfa\xf0\x36\xa9\xec\xe3\x47\xb6\x2e\x3b\x4f\x9f\x18\x49\xe6\xce\x63\x2b\x66\x7d\xbc\xf9\xc8\xd4\x70\x7b\xe7\x99\x15\x75\x3e\xdd\x21\x95\x95\xbd\x35\xcd\xb3\x65\x3a\xee\xc8\xaa\x99\x9e\x2a\xcc\x47\x47\x9d\x23\x71\x3a\x5c\x4f\xd9\xe2\x5a\xf2\x5e\xf8\xa7\x83\xb3\x54\x7d\xe2\x8e\xaf\x3e\xd1\xf4\xfd\x75\xb1\x60\xe9\x35\x7e\xd2\xe9\xb0\xbd\xb5\xb9\x63\xbb\xf7\xa9\xad\xf1\xe6\x86\xfd\x7c\xf4\x78\xc7\xb5\xc3\xce\x97\xa7\x5b\xcf\x6a\xe7\x7d\xcd\x64\x5f\x2c\x38\xcb\x19\x9a\x04\x5e\x16\x92\x27\x41\x0b\x59\x6d\x28\x73\x96\x16\x93\x2c\x9f\xb7\x61\x76\xb5\x98\x71\xd9\x52\x9c\x55\x72\x4c\x22\x4b\xee\xd1\xb6\xed\xb7\xad\xed\xc7\xb6\x0b\xad\x30\xfe\xf1\xb3\xc7\x4f\xcd\x54\x7d\xb2\xf3\xf8\xd6\x6a\x4a\xf6\x98\xb8\x8e\x6a\x5b\x30\x49\xe4\xae\x84\x76\x61\xec\xea\xa4\x83\xff\x74\xeb\xa9\xad\xd8\xe3\x8a\x50\xbc\x5a\x6e\x7d\x49\xca\xde\x3c\xc9\x7a\xf3\x71\x45\x3c\x1f\xcf\x4f\xd9\xb5\x59\x41\x72\x12\x31\x4d\x11\xf3\xbe\xf0\xc8\xd8\xd3\x27\xb7\xe6\x6f\xde\x34\x69\x22\xd9\x6b\x0e\x06\x17\xeb\xad\xee\x7a\xb3\x7f\xf2\xeb\xe9\x7a\xab\xd7\x26\x94\x4f\x2e\xea\xdf\x6d\xfe\x6e\xab\xe1\xd7\x0b\xbd\x5a\x35\x95\x2a\x78\x32\xa1\x75\xda\xde\xae\x27\xad\x91\x36\xcb\x36\x61\xc3\xc3\x7a\x62\xe8\x35\x66\xdf\x6b\x6b\x5d\xf5\x58\xf9\x5a\x7d\x92\x2e\x8e\xc7\x4f\xee\xd5\xed\x78\x33\xba\x60\xa3\xb3\x58\x35\xbc\x42\xae\x6f\xaf\x14\xc6\x28\x66\xb9\x48\x7d\x72\xb8\x7d\xc7\x99\x15\x94\xdf\x50\x59\x35\xda\xd0\x48\xf9\x94\xa1\x89\x83\x9a\x42\x87\xac\x10\xde\xec\xd8\x7a\x56\xb9\xd6\xba\x5b\x99\x98\x93\x2c\x52\xd9\x2b\xcf\xf9\x18\x17\x75\x5d\xc1\xd3\x3c\xbb\xa0\xb3\x7e\xe3\xf1\x46\xfd\xe6\x2a\xa7\x58\xa4\x9f\x1b\x98\x4b\xc3\xf4\xe9\xdd\xea\x69\x92\x28\x1a\x1f\xed\x19\xa4\x52\x22\x58\xf2\xdb\x3b\x3b\xdb\xb5\x35\xac\xac\x97\x93\x5f\x3b\xa7\xad\xa6\x25\x77\xad\xde\xb4\x0d\x8d\xdf\x6d\x36\x68\x35\x1b\xd1\x05\x32\x5a\xe6\x45\xe6\x13\x84\xea\x82\x35\xe5\x85\xbf\xb6\xfc\xdf\xb2\x6c\xde\xb9\x9e\xe6\x6c\xe8\x2f\xd6\xdf\x6d\x36\x5a\x32\x1c\xb7\xc6\x4e\xc1\xcb\x58\xb0\xe9\xaa\x48\xed\xdc\x86\xd5\xa6\x9b\x17\x66\xe7\x2d\xe8\x67\x76\x77\x7e\xb6\x53\xd9\x3e\x2a\xd5\xb5\xd5\x19\x0c\x9a\x27\xbf\x9e\x3e\xac\xd4\x0a\x7f\xfe\x22\xab\x67\xab\x12\xd8\x3a\xa2\x43\xf5\xac\x4a\x92\x6b\x7b\xaa\xbb\xde\x6f\x35\x71\x4a\xb6\xf6\x9b\xdd\x87\x55\xda\x26\x17\x79\xff\x77\x8f\x02\xf2\x66\x7c\x65\x6f\x16\xdd\xf5\xce\xf0\xe4\xd7\xdd\xd3\x75\xb9\xbe\x75\xbd\xe2\x53\xd2\xef\xcd\xe6\x9c\xe5\x53\x91\x5e\x2f\xd8\x78\x2c\xd2\x69\xab\x23\x52\xa4\x2b\xcd\xa2\x64\x79\x79\xad\xee\xcb\x89\x48\xd3\x75\xea\xce\x53\x7b\x65\xbc\xe1\xb6\xc0\x9d\xea\x9d\x74\xa4\xbd\xa6\x18\xf9\x19\xf4\x73\x74\x46\x36\xe7\x22\xbd\x9e\xb3\xcb\xd6\x7e\x53\xb1\x17\x33\x2e\xa6\xb3\xf2\x5a\x57\x56\xae\xf2\x6b\xc4\xd4\xc0\x4f\x5a\xe3\xa7\x9b\x9b\x66\xd3\x7e\xb2\x61\x6f\xa2\x77\x9e\xec\x98\xca\xef\xec\x3c\x32\x54\xd7\x6c\x04\x96\x03\x79\x62\x39\xd6\xed\x67\xee\xa6\xfc\xf1\x93\x27\x5e\x82\x1d\x1b\xb4\xf3\xc4\xf1\x34\x1b\x96\x7b\xd9\x7e\x42\xb6\xd3\x5e\x4f\x1e\x5a\x78\x39\x9a\x49\xce\xee\xd2\x4c\x9d\x36\xcc\x45\xea\x1c\xc8\x7b\xb3\x73\x26\x12\x36\x4c\xec\x85\x97\x98\x40\x53\x9f\xd7\xf4\x3d\x5f\x07\x36\xa1\x63\x44\x02\xcf\xe1\x31\x91\xff\x7a\x92\xf5\xd2\x3f\x6b\xc0\x3a\x3e\x35\xff\x44\x85\xd0\xd8\xcb\x2d\x5a\xa3\xe6\xbc\x25\x82\x7d\x8a\x08\x9f\x25\xcf\x46\x3d\x31\x87\x8e\xef\x63\x6f\x49\xaa\xe5\x6f\xb7\x50\xe7\x61\x7b\xa7\xe5\x27\x09\x84\xde\xa6\x66\x93\x96\xd7\x23\x6d\xf4\x29\x57\x54\x6e\x2b\xa8\x5c\xfd\x5c\xec\xb7\x70\x42\x36\x0d\x5b\x11\xa1\x91\x1d\xb5\xf6\x74\x88\xe2\xe0\xea\x1a\xf6\x08\x2f\x55\x36\x37\x9e\xc2\x3e\x34\x64\xba\xbe\xc9\xa1\x15\xcc\x6b\xd7\xba\xa2\xa5\xa6\x44\xb5\x1d\x9b\x3b\xf1\x76\xfc\xb7\x3e\xf1\xba\xfd\x56\xe5\xd0\x68\xa1\xf2\xb2\x3c\x80\x86\x74\xc6\x46\x69\xa3\x99\x6d\xd2\x9b\x92\x82\x98\x53\xaa\xa1\x13\xfd\xb0\xa6\x37\x71\x49\xbb\x39\xa7\xf4\xa1\x28\xc5\xe8\xec\xca\xa3\x81\xdb\xcf\xe8\xbc\x97\xcd\x94\x51\xf6\xe9\x7c\xae\x9d\x9e\x38\x3d\x36\x37\x77\xe2\x57\x1a\xbd\x1e\x8c\x45\x21\xcf\xa0\x7d\x40\xd2\x69\x48\x81\xfc\xa6\xeb\xff\xf1\xf6\xb6\xdb\x33\xe3\x6b\x22\x5c\x52\x8f\xa0\x03\xcd\x4a\x07\x7f\xa7\x24\x10\x2c\x2d\x1b\x2d\x78\xf0\x00\x36\x37\x5a\xfe\x12\xc2\x95\x2d\x46\xcd\xb3\xd6\x95\xf3\xd4\xb3\xf1\x89\x37\x8a\xf1\xb9\xd8\xe8\x37\xf0\x8f\x9d\x7b\x91\xe9\x22\x7b\x51\x37\xb4\xb5\x3f\x49\x9a\xbc\x75\x59\x29\x6b\xf3\x0e\x65\xe9\x79\x7f\xf2\xeb\xee\x77\xa7\xeb\xad\xe6\xee\xf5\x77\xdd\xf5\xd6\x7e\x64\xf2\x07\x5d\xb5\xb9\xad\xef\x48\x76\xe4\xec\xd6\x35\x71\x98\x4c\x72\xb3\xf2\x96\x0a\x5d\x44\xfe\x1a\x3a\x52\x9e\x2a\x41\xa5\xa5\x35\x93\xed\x22\x17\xa5\x48\xa7\x1d\xa5\xf0\xea\x28\xf0\xb3\x47\x8f\x6f\x19\x63\x37\xb1\x36\x2b\xa3\x66\xec\x0e\x76\x92\x66\xde\x0a\xbb\x73\x73\x3b\xd6\x9d\x77\xe2\xf3\x7a\x27\xc5\xf9\xec\x54\x1e\x5b\x3a\x27\xe5\x30\xc9\x4f\x3f\x6d\xdd\xc8\x2e\x2e\x87\xd5\x06\xfb\x15\xc9\x9b\x49\xa5\x22\x1b\x4f\xbf\x41\x45\x3a\x79\x52\x53\x17\x67\xb1\xb1\xd9\x69\x95\xc3\xa0\x36\xdb\x3b\x5f\xbd\x32\x49\x1e\x9f\x06\x9f\x75\xac\xf5\x65\x9c\xee\xed\x10\x91\x39\x7e\xf6\x7d\x02\x1b\x16\xe6\xdd\xbb\x7a\x03\xaf\x04\xf1\x75\xaf\xdf\x6f\x93\x49\x9a\x6c\x11\x6d\x13\x05\x9b\xca\x32\x41\x1b\xef\x09\xdb\x78\x33\xa9\xaf\xf5\xdb\xea\x79\x57\xdb\x3c\xe9\xb1\xaf\x91\xda\xe4\xd5\x4d\xdb\xbe\x77\x68\x93\x2b\xc1\xb6\xbb\x85\x25\xc8\xda\xe6\x95\xca\x3d\xa4\xa3\x46\x04\x6a\xa5\xf4\xf5\x97\xbe\x0b\xbc\x77\x5c\xf1\x22\x69\xc1\xf2\x82\x37\x1b\x0d\x03\x71\x4c\xff\x9e\x34\x1a\xa7\xfa\x18\x00\x7b\x40\x5f\x2c\xb5\xf1\x1d\xda\x86\x09\xbd\xcf\x7b\xaa\x2f\x7f\xb9\x7f\x72\x7a\x83\xba\xb1\x2b\x82\x8a\x55\x61\x08\xc0\x51\x91\x32\xe3\xb3\xff\x82\x2f\xc7\x59\x5d\x60\x26\xd2\xb2\x2e\xe3\x31\x1f\x25\x4c\xc9\x33\x8b\xd8\x20\xd5\xca\xa9\x65\xf7\xd7\xe8\x04\x28\x1d\xea\x5c\x21\xf4\x9a\x9a\xb7\x75\x25\xdb\xba\x3e\x6d\xaf\x68\x72\x6d\x85\x7b\xa7\xd2\xb6\xd0\xf7\x58\x93\x49\x81\x2a\xe6\x1b\x95\x6b\x2c\xd3\x6e\xe5\xcd\xca\x5c\x69\xb2\xda\x88\x0b\x85\xce\x78\xe5\xfb\xf1\x73\x91\x2d\x0b\xea\x77\xce\x72\x81\x4a\xe2\x7b\xea\x9d\x25\x2a\xb6\x8f\x58\x8a\xef\x40\x89\x1f\x9b\x2f\x78\x5e\x30\x84\x2b\xb1\x9e\x81\x8a\x88\xf2\xd4\x16\xfd\xdd\xd5\x9b\x81\x03\xd5\xa3\x6c\x92\xda\x9b\x13\x37\xc2\x2a\x08\xa5\x10\x5c\xc1\xbb\xa8\x49\x13\x94\x86\x60\x40\xf8\xce\x62\xe0\x2e\xea\x4d\xa5\x83\x17\x32\xa4\xcd\x36\xbd\xf7\xd0\xdc\xbc\x2b\xf0\x1e\xd0\xe0\x8b\xd8\x93\xe0\x61\x4a\xf5\xf5\xab\x95\x23\x7b\x6f\x56\x48\x3d\xd7\xf7\xa0\xfa\x54\x2c\xca\x99\xe9\x87\x2a\xde\x2b\x67\xaf\xf4\x3b\x3d\x67\x0e\x0b\x77\xf4\xcd\x76\xc4\x67\xbe\x93\xf1\xf3\x35\xb4\xb2\x69\xde\x4d\xe1\x23\xcf\x27\x74\xf7\xcd\xd2\x52\xa4\x6e\x4f\xea\xf5\xa0\xe7\xe5\xbe\x4d\x99\x3b\x3b\x5a\xea\x99\x85\x7f\xc4\xd2\xc2\x5a\xf7\xbe\xda\x67\xed\xf5\x73\x3a\x4d\xa8\x9b\x96\x60\xeb\xc7\x31\xf6\x6d\x57\xcb\x5f\xac\xad\x60\x19\xfa\x99\x56\x4e\x53\xe6\xf5\x9e\x1f\xcd\xef\x95\x46\xaf\x11\x61\xfc\xab\xfd\xec\x3f\x4f\xdc\xdc\x7a\x04\x0f\xed\x3a\x24\x05\x28\x6a\x71\x82\x54\x61\x7d\xfd\x34\xf6\xe0\xb8\x05\x0f\xdd\xca\x24\x25\xdc\xc0\x2e\x0c\x06\x1b\x41\x39\x3b\xb4\x1c\xf0\x1f\x99\x6f\x44\x46\x23\xf6\xba\x6c\xe0\xde\xe4\xdf\x54\x06\x69\x83\xbc\x53\xa7\x54\x64\x23\x48\xbd\x5b\x49\xb9\xf3\x0c\xd6\x35\xb9\xeb\x57\x0f\xc3\x96\x98\x3d\x07\x7c\xe4\xd7\x8c\x74\x44\xc7\x5e\x08\x86\x27\x63\x3d\x41\x48\x26\x8f\xb6\x60\x9f\x8e\x3e\x7d\xc2\xbd\x0e\x8d\xdd\x86\xa1\xe4\x86\xae\x3b\xf0\x9c\x16\xf4\xbd\x94\x86\x4d\xa3\x4a\x13\x0d\xb0\x92\xcd\x55\x79\x6d\xdd\x73\x0a\xf6\x7a\xf0\x43\xb4\xeb\xfa\x10\xcc\xc3\xdd\x46\x90\xee\x13\xd6\xa1\xc7\xca\x8e\x21\xa8\xab\xe7\xb5\xee\xb2\x90\x12\x17\xdc\xd7\x89\xf1\x37\x3f\xfd\x20\x40\x8d\xa2\xdd\x05\xcd\x9e\x47\x54\xda\x10\xef\xa1\x4d\xb7\x00\xe9\xd4\xc3\xe7\xf6\xcd\x96\x63\x63\xdd\x54\x08\x54\x84\xb6\x1e\x55\x86\x1b\x71\xf4\xf4\xc6\x89\xd0\x4a\x61\x84\x41\xa9\x38\xa8\x6a\x4b\x6c\x7b\xbd\x4f\xa3\x6c\x66\xb7\x73\xa3\x51\x67\x9a\x16\x79\xf9\xab\xfe\xa3\xcf\xae\xdd\x7f\x66\x79\xa9\x4d\x3b\x58\x5b\x64\xd0\xc6\x30\x87\x22\x16\xa6\xf7\x01\xbb\xda\xec\x35\x60\x55\xee\xe1\xb7\xd8\xf0\x2c\xd1\x66\xe6\x1a\x77\xc9\x8c\xbd\x1e\xef\x95\x69\x36\xf0\xff\xe8\x48\x1b\x4f\x32\xe0\x76\x84\x6d\x87\xd9\x68\xa1\xfe\xa4\xcb\x0d\xab\xb5\xaf\xf3\xe9\xd7\xf7\x75\xcd\xa2\x59\x3d\xcf\x57\x4c\x88\x78\x1f\xb9\x4f\xc5\x69\xd7\xd7\x7b\x45\x45\x6f\xfc\x5d\xc2\x3a\x0c\xff\x67\xd9\x3e\xca\xc4\xb5\x29\xab\xe6\x71\x63\x6d\xc3\x72\x55\xb4\x3f\x22\xdc\x62\xa4\x9b\x7a\x3d\xe8\x7b\x3b\xc5\x0e\x3d\x33\xdb\x3c\x36\x61\x3d\xb2\x01\xb5\x69\x25\x0d\x8f\x61\x52\x57\x3b\x5d\xa0\x06\xba\x6e\xc7\xf7\xe0\x3f\xe8\x0d\xd7\x77\x64\x79\x77\x3a\x26\x35\xf5\xb7\xef\x55\x83\xd4\x3b\x72\x3e\x9b\x04\xeb\xeb\xd2\x13\xf7\x0f\x59\x4f\xf5\x8a\x7b\x73\x2b\x94\xa4\x12\xc6\xa5\x7e\x43\x44\x32\x1b\x79\xc0\x6f\x4a\x77\xfb\x6c\x75\xeb\x7c\x50\xa1\xe0\x8f\x9e\x86\xe4\x97\x0c\xaf\x9e\x0c\x4a\x5d\x74\x13\xfa\x61\x2d\x1a\x83\xc1\xa4\xd1\x86\xce\xe6\x1d\xb6\x8f\x76\x95\xad\xda\x0e\x8a\xae\x32\x1d\xf1\xcd\x76\xd3\x63\x3d\xda\xd5\xf3\xc1\xea\x9a\xfc\x50\xa9\xc9\xe3\xb0\x26\x71\xb9\x38\x7d\x71\x5c\x15\x82\xc7\x59\x6f\xf7\x4a\xda\xef\x65\x73\x68\x52\x79\xb6\xdd\xba\xd3\x2d\xae\x2e\xab\xf5\x3d\x22\x1c\x30\xcc\x6f\x8b\x0e\x3d\xea\xa6\xde\xd2\xf8\x4e\x75\x18\x42\xba\x6d\x4c\x2a\xaa\xa3\x8b\x12\x1d\x3e\x78\x10\x63\x00\xf7\xf6\x60\xab\xd2\x0f\x84\x54\x6c\x54\x58\x52\x5f\xca\xe3\x4e\x5f\x7f\x0b\x71\xc0\xed\x7a\x2a\x6a\x10\xee\x2c\x28\xb8\xc3\x61\xff\x9e\xb0\x01\x75\x4a\x4c\x77\x78\xe0\xb6\x5a\x70\xa0\x7b\xba\x46\x74\x70\x67\xee\xa9\x16\x6c\x40\xa3\x39\x94\x8e\x68\x74\xdc\x51\x5d\x4f\x75\xca\x18\xc1\xbe\x46\xe3\xeb\xe3\x66\x66\x4f\xff\xca\xbc\x84\x7e\x27\x8b\x2c\x4a\xec\x8d\x6c\x1b\x3e\xaa\x9f\x33\xf7\x62\x16\xdb\xb0\x0b\xeb\xeb\x42\xcf\x48\x9b\xe4\x52\xc5\x95\x9b\x84\xd6\x32\xd6\x9d\x80\x15\x5e\x97\x9b\x98\xae\x3a\x1b\x16\xcd\x8f\xa8\x55\xae\x08\xd1\xa9\x5c\x5e\xbf\x19\xcd\xca\x5d\xb8\x84\xef\xb1\x6e\xb2\x98\x4b\x3b\xf1\xe5\x7a\x91\x91\x50\x01\xf1\xa3\xa6\x96\xb2\xee\x27\x97\xa7\x92\x0d\x87\x06\xac\xc3\x15\xf4\xad\x58\xf5\xaa\x0d\xbd\x07\x83\xc1\xa4\x37\x6d\x9b\x78\x2d\x7a\x74\x50\xe6\x46\xce\x14\x09\xfc\xcd\x5b\x31\x21\x56\x81\x1b\xc3\xa0\x77\xcd\xcb\xfb\xfe\x2d\xc3\x77\x8b\x4a\xc3\x97\x2e\xbd\xbb\xcd\x4e\x7d\x6e\x8e\xce\xce\xd5\x58\x0d\xae\xfd\x56\x38\x6c\xb7\x46\x3c\x76\xfb\x23\xbe\xd5\x86\x8e\x3c\xfa\x54\xd1\x1a\xbe\x2d\xc9\xb9\xff\x82\x25\x87\xb3\x9a\x45\x1b\x03\xfb\xa8\xef\x1e\x22\x29\x0f\x3b\x65\x83\x70\xc7\x7e\x88\xbb\x82\xc1\x4d\xde\x9f\x34\x44\x30\x7f\x07\x88\x7d\x6a\x4f\xcc\xca\xc2\xf5\x8f\x92\x9a\xa3\xb2\x8b\x11\xd0\x2b\x11\xba\x95\x95\x53\xa9\xb8\x7b\x66\x69\x5f\x86\x93\xd1\x47\xaa\xa2\xac\x1d\xcc\xc5\x78\x9c\xf0\x0b\x96\xe3\xf4\xe7\x13\x71\x29\x93\xdb\xb7\xd2\x6d\x2b\xf0\x36\x55\x2e\xca\xab\x44\x50\xd3\x67\xae\x11\x17\x9c\x9d\x75\xe6\x7c\x9e\x89\xdf\x78\x34\x02\x09\x53\x60\xe4\x09\x2b\x3c\x5c\x62\xe9\x6e\xb2\x3c\xd7\x30\x81\x0e\xbe\xa7\x6b\x81\x2b\x58\x9e\x9f\x10\x8f\x0e\x6c\x9e\x3a\xd3\x1c\xce\x70\x56\x99\x21\x3e\x26\xcd\x5c\x7b\x29\xf1\xfc\xd8\x90\x6e\x5d\x54\xaf\x27\x9b\x5f\xf2\x74\x0c\x17\xbc\x71\xce\x01\xdf\x89\xf0\x31\x5c\x88\x72\x06\x0c\x57\x1f\x33\xb0\xce\xe6\x1c\xd0\xd9\xdc\x35\x5e\x54\x60\xb9\xbd\xad\xd1\x09\xc7\x99\x81\x3b\x5c\xa9\x0a\xab\x51\x2e\x8d\x94\x87\x60\x89\x4a\x02\xe8\x83\x78\xfa\xc7\xeb\x47\x4f\x03\x25\xaf\xcd\xad\x00\x3b\x93\x20\x9a\xa6\x59\x29\x0f\xa5\xff\x0e\xa3\x2c\xcf\xf1\xcd\xa8\xc5\xd2\x65\x23\xa5\x54\x29\xb7\x83\x04\x9f\x45\x27\x50\xf0\xbf\x2e\xe5\x49\xaa\x00\x84\xdb\xec\x40\x22\xce\x38\xc6\xe0\x97\x6c\xbe\x48\x38\xfc\x75\x99\xc9\x1e\x52\x33\xac\x08\x4a\x55\xf3\x44\xe3\x72\x16\x30\x18\x4c\x80\x4d\x64\xbd\x1f\x40\x99\xc1\x59\x9a\x5d\xc0\xc5\x8c\xa7\xf0\x40\xfe\xe4\x1c\x44\x09\xc5\x0c\x31\x81\x0d\x5a\x1c\xd6\xdb\xd4\x42\x8d\x03\x42\xa8\x6a\x4b\xaa\xea\xe1\x2b\x45\xf4\xb5\x80\xd0\x98\xb1\xcb\xf0\xe3\xb2\x28\x65\xb2\x11\x2b\x79\x8a\x68\x11\x33\x0e\xd9\x52\x56\x46\xc6\x46\x38\x53\x9b\x5d\xd8\x0e\x44\xae\x3e\xe7\xf9\x15\x2c\x53\xd9\x03\xc9\x15\xf6\x81\x5f\xb9\x32\x03\x36\x2a\x97\x2c\x49\xae\xf4\x0b\x5d\x05\xd0\xeb\x40\xca\x75\xad\xdb\x1a\x73\x18\xab\x94\xf0\x73\x9e\xb3\xa9\x6e\xe9\x84\x8d\x4a\xec\x6a\x5a\x01\xca\xed\xcb\x8d\x6e\xd3\x47\x2b\x75\x0e\x35\xa9\x4d\x44\x9f\x0d\xf6\x14\xf9\x48\x06\xc8\xfa\x12\x30\x5c\xad\x43\xbd\x22\xd3\xaa\xac\xfc\xb6\xec\xb6\xfd\x09\x6d\x97\x51\xdd\x8c\xde\xde\xae\x4e\xe0\x51\x96\x64\xa9\xd7\x2b\xaa\x5e\xeb\xeb\xb6\x5f\xc8\x12\xd8\xc1\x17\x2a\x72\xe5\xa8\x0b\xfc\xdd\x55\xfd\xe9\xb5\xd0\x18\xc0\xa0\x09\x4c\xa3\x22\x9d\xde\xeb\xc1\x84\x25\x49\x39\x43\x03\x1d\xce\xdf\x1d\xaa\x6b\xfb\x31\x38\x99\x7a\xc8\xa6\x10\x81\x14\xd0\x07\x24\x1f\xf4\x54\xe5\xea\x51\xbd\x29\x2f\x2b\x64\xcf\xf8\x39\x86\x8e\x90\xbd\x0a\x96\x82\x8a\xea\xdf\x4b\xea\x14\x68\xe9\x14\x11\xfc\x7f\xe1\xec\xec\x88\x97\x1a\xc3\x7b\xc8\x61\x8e\x40\xd1\x0b\xc9\x3f\xe5\x82\x95\xbc\xad\xf0\xa8\xd3\xe4\x0a\xe3\xbe\x66\x0b\x49\x80\xb4\x02\x20\x97\x4b\x0e\x5e\x1e\x6e\x6e\x2a\x0b\x25\x08\x81\x2a\x2e\xf9\x58\xa3\xa7\x17\x68\x98\x02\xac\x65\x0a\x78\xd8\x4b\xf9\x85\xc9\x08\xc1\x5d\x15\x8a\xda\x7c\xc1\xbc\xdd\x43\xf9\x18\xf5\x1e\x62\x90\x85\x6a\x38\x29\x48\x5a\x54\xb4\x44\x80\x69\xab\x51\x84\x3c\x80\xf4\xea\xf5\xc0\xec\x2e\x22\x1d\x0b\x49\x35\x0a\x99\x0d\xae\x52\x64\xd3\xb5\xb5\x80\x42\x8b\x6d\x20\xcb\x25\x71\x95\xa5\xd9\xec\x08\xe3\x01\xbe\x2d\x40\x62\x1e\x20\xd4\x6a\x52\x23\x64\xe6\x8d\xae\x11\x51\x7a\x42\x0f\xbb\xe5\x20\x34\x76\x22\x46\xc2\xc0\xbc\x5b\xbd\x26\x8d\x85\xb2\xb7\xa7\xf3\x30\x3e\x0f\x1e\xd8\x38\x0a\x36\xc5\xc5\x90\x6e\x3d\xbd\xf4\xfc\xd3\x01\x41\x9f\xd9\x16\xd9\xda\xe9\x78\xa4\x72\xaa\xd3\xbf\x33\xac\x29\x6d\x3b\xee\x0c\xb3\x2c\x2f\x3b\x23\x91\x8f\x96\xa2\xd4\xc4\x94\x43\x21\xe4\x9e\x22\x09\x35\x2b\xb8\x31\x5d\x43\x07\x4f\xa9\x7c\x11\x43\x20\x9b\x4a\x78\x14\xc0\x5a\x6e\xa8\x17\x56\x3b\x4f\x07\xca\x38\x0e\x12\x0f\xe4\x1e\x01\xb1\xad\xbd\x99\xd6\x9d\xf2\x52\x37\xb4\x15\x1d\x2b\xdc\x01\x26\x76\x0b\x65\x29\x08\xdd\xe7\xc9\x95\x45\x54\x57\x93\xa2\x89\xbb\x4a\xca\x81\xb3\x29\xcf\x69\xb0\xc6\xfe\xe6\x6c\x34\x43\x83\x49\x29\x2f\xa4\xb7\x24\xff\x49\x4b\x33\x1f\xa5\xdc\xb2\x64\x2c\x25\x47\x9d\xb1\xc2\x47\x6f\x9f\xb3\x54\x2c\x96\x09\x93\x09\x15\x30\xfb\x4c\xee\x5d\x0c\x81\xca\xaf\x14\xc0\x38\xc2\x1c\xe2\x42\x9b\xb1\x1c\xe3\x95\x17\x5c\xed\x84\xb8\xcf\xc9\x6d\x78\x0d\xeb\xaa\xb9\xf0\x35\xda\xcf\xfe\x74\x5a\x31\x73\xfd\x1e\x2c\x78\xe9\x54\x0e\xcb\x7c\xa9\x01\xb5\xd5\x59\x57\xa8\xd5\xac\xc1\xa3\xcd\x31\x57\x7a\xd5\x50\x25\x97\x16\x6b\x68\x88\x99\x99\x63\xda\xc0\xd7\xa0\x62\xd5\xc8\x3b\xe5\xe6\x04\x19\xdd\xb7\x66\x64\x13\x7d\x54\xb1\x3f\xc2\xf7\xb4\x24\x9b\xe6\xe3\xfa\x7a\x1b\xce\x48\x42\xf0\x35\x0f\x4f\xce\x4e\xe9\x09\xd8\x1c\xd4\x4f\xc4\xa9\xc5\xac\xb5\x87\x57\x92\xff\xc9\xc7\xd3\x16\xf4\x03\x1f\x84\x23\x07\x8b\x4e\x1e\xb3\x84\xa4\x29\x9e\xc2\xeb\x36\xf6\xe9\x08\xba\xae\xf5\xbe\x8d\xf6\xa1\xa5\x17\xd4\x21\xf7\x0c\xf8\x44\xe9\x90\x07\xee\x8d\xdb\xf0\x8c\xe5\xa3\x6c\xac\x78\xc0\xc4\xa4\xae\x2e\xbf\x3d\xfd\x4e\xf4\xc1\x83\x4a\xaa\x61\x4d\xaa\x2d\x95\xea\xd9\x53\xdf\x82\x94\x5a\x76\x68\xd4\xaa\x80\xc4\xd9\x96\xb3\xa3\x71\x32\x58\x53\xf3\x73\xb0\x76\x8a\x22\xf5\xdd\x70\xb8\x4c\xd3\x1a\x8d\x9a\x4e\x55\xd9\xff\x94\x28\xeb\x80\xfa\xa4\xd2\xd1\x36\x08\x3b\x05\xcf\xcf\x79\xde\x51\xa6\x54\x45\x3a\xed\x2c\xd3\x82\x4d\x78\xc7\x70\x8b\x9d\x0b\x96\xa7\xd2\x7f\x81\x36\x15\x3a\xe3\xac\x93\x66\x65\x67\x59\xf0\x8e\xac\x7c\xa7\x9c\x71\x1b\x85\x5f\x8a\xa2\x2c\x3a\x93\x2c\xef\xb0\x4e\xce\x59\x91\xa5\xee\x24\x24\x8a\x97\xb2\x22\x22\x9d\x1e\xe8\x73\x3e\x35\xd7\x12\x06\x06\xe3\xac\x77\xf1\xef\xcc\xee\x43\x09\xbd\x1b\x77\x44\x1e\xa0\x41\x46\xce\x61\x61\x8b\x5d\x5f\xb4\xe0\xb9\x3a\xdd\x38\xde\x42\x61\xdc\xff\x8c\xed\x3f\x32\xcc\xf2\x8b\x84\xe5\x73\x6f\x0f\xae\x8d\xd5\x1c\xb1\xd1\x8c\xfb\x35\x76\x78\xf5\x75\x5a\xcb\x9e\x21\xb2\x9a\x7d\xbc\xe5\x9b\xda\x95\x95\x55\xc3\xf4\x0e\xb7\x67\x67\x56\xdf\x9b\x14\x5d\x44\xdf\x6e\xf6\x9a\x7d\x34\x0d\x75\xdd\x4f\xcb\x19\xfe\xe9\xc8\x53\x68\xab\x83\x35\xe8\x4d\x7d\x93\x93\xb1\x7c\x1f\x3c\x00\x6c\x5a\x57\x73\x24\xb2\x62\x48\x08\x7d\x6b\x14\x8b\x9c\x9f\x6b\xaa\x09\x7b\xfa\x08\x69\x30\x26\x8d\x8a\x3a\x7a\xfa\x47\x5a\x6a\x81\x85\x66\xf1\xe0\x41\x64\x5a\xe0\xf9\x99\xc4\xb2\x43\xdc\xf2\x6d\x2a\x78\xfd\xe5\x31\xb5\x91\x06\x46\xac\x0b\x54\x62\x79\xb9\x47\xec\x35\x18\x4e\x09\x8d\x51\x3a\x73\x0c\x95\x7c\xac\x6d\x06\xb9\x8d\x2d\xb2\x52\x9e\x61\xf0\x54\xa5\x62\xaa\x93\xdd\x38\x43\x8b\x2f\x6a\x69\x16\x62\xcc\xc1\xae\xcf\x2e\x1c\xe7\x57\x92\xe6\xa4\x53\xb4\x8c\x88\x66\xf3\xea\x8b\xeb\x16\x8b\x44\x94\xcd\x86\x1a\xec\x46\xeb\x64\x43\x91\xe3\x4e\x36\x41\x43\xf0\x32\x65\xd7\x99\x78\x25\xb6\x11\xac\x15\x82\x1b\xba\x84\xa9\xd1\x1d\xba\x7a\xad\x7f\x7c\xe1\xd2\x79\x1d\x37\xc5\x13\xae\xe8\xa8\x35\x9f\xa0\x36\xef\x94\xb1\x2a\x3e\xfe\x45\x94\xb3\xf7\x7c\xba\x4c\x58\x5e\x39\x1d\xac\x88\xd6\x8c\x2f\x45\x6f\xe3\xb5\x33\x56\xee\xbc\xcf\xd5\x0e\xdc\xe9\x78\x8b\xd6\x33\xe1\x42\xe1\x18\x5a\x11\x03\x15\xf9\x92\x07\x74\x9a\x52\x0b\x6d\x05\x42\x1d\x42\x96\x85\x3e\x38\x97\x99\xde\x02\x41\xa4\x5a\xb4\x61\xfa\x4a\xdb\xec\x9f\x2c\x73\x34\x60\xa3\x4d\x54\x88\x74\x8a\x66\x1d\x8b\x4c\x31\x4f\x4a\x06\x32\xe5\x25\x48\x9e\x4a\xd9\x19\x93\xac\xd8\x5f\x50\x46\xf6\x17\x68\x66\x39\xb0\xf4\xaa\x9c\xc9\x29\xc5\x93\x82\xb7\x30\x39\xd3\x76\x5d\x46\x78\x0a\xa2\x93\x35\xe1\x0c\x33\x61\xe3\x31\x1e\xbc\x59\x02\x49\x36\x45\x50\xcc\x91\x3c\x54\x80\x42\x0c\x33\xa7\xa7\xec\x9c\xe7\x33\x9e\xcc\xb5\x09\x21\xb4\x3c\x53\xa0\xe6\xaa\x1e\x4b\x49\x0a\xc4\xe4\xca\x51\x0f\x87\xf9\xea\x85\x04\xb3\xcb\xdf\x02\xcc\x16\x58\xb3\x33\xae\xdc\x51\xc3\x1d\xa3\x1a\x62\x9e\x11\xa0\x37\x99\x85\x66\x44\xd4\x14\xa8\x6c\x17\xb1\xf0\xdb\xf6\x82\xea\xa4\x32\xcd\x5e\xc1\xb4\x7a\x27\x09\x27\x33\x8f\x91\xab\xd0\x16\xd2\x88\x69\x7b\x3d\x9a\x6f\x17\x29\xd2\x1c\x6a\x13\xc9\x98\x54\x52\xb3\xb0\x34\xa3\x58\x66\x0b\xc5\xe5\x23\xff\xbd\x58\x96\x32\x4c\x9b\x55\xca\xd5\x4a\x33\x19\xfc\x89\xf3\x85\x9c\x19\x73\x65\x14\x56\x1d\x19\xae\x9c\x59\xb3\x21\x57\x26\xf0\x2e\x84\x9c\x86\x30\x4d\xb2\x21\x4b\xb4\x01\x28\x42\xa1\x6a\xe6\x83\x3e\xcc\xd8\x6b\xf8\xfb\xac\xfa\xfb\xf7\x93\x92\xf3\xc5\xfa\x47\x76\xc1\x55\xb6\xcc\x2b\xf6\xa6\x74\xa7\x60\x18\x4d\x78\xc7\x96\xd1\x29\xa7\xc5\x2f\x47\x28\x7f\x7c\x97\x2c\xa7\xf2\xa0\xbe\x07\x27\x46\xba\x7d\x1a\x70\x34\x07\x72\xef\xae\xb2\x30\xe8\x1d\xb1\x31\x1a\x33\x2d\x68\x26\xd8\xdd\x2d\x2c\x9d\x71\x67\xac\xaa\x9c\xe5\xd9\x05\x1e\x0c\x0f\x9d\x65\x31\x65\xc0\xab\xcc\x64\xaf\x4f\xc4\x74\x99\x73\xf8\xcb\x19\xbf\x52\xa6\x7f\xb1\x9b\x14\xcf\x61\x67\x1e\x3b\xe3\x80\xf6\xbc\x94\xb9\xc4\x54\xfc\x75\xc9\xa1\x29\xe7\x5d\x9a\x95\xc0\xff\xba\x64\x89\xcc\xae\x31\x2a\x8a\x46\x4b\xd2\x2e\x67\x56\x51\x49\x7d\xd3\x33\xdc\x55\x71\x46\x69\x63\xb3\xa6\x10\x63\xba\x6c\xb0\xf6\x72\xe2\x8c\x19\x63\x98\x3e\x6c\xaa\x23\x3c\x9b\x73\xec\x1f\x9c\xba\x73\x31\x9d\x95\xb8\xf7\x4e\xe4\x17\x6e\xea\x28\x3d\x96\xc7\x60\x1c\xe3\x46\xa1\xad\xf2\x19\x6a\x6d\x87\x9b\x2c\x5a\xd5\xe1\xc8\xbf\x62\xcd\xc9\xb1\xa5\x28\xf2\x23\x55\x5d\x62\xf4\xf5\xaf\x4b\x9e\x5f\x19\xce\xf3\x45\x92\x34\x07\x6b\x58\xc8\x09\x35\x2f\x79\xda\x4f\xb3\xb2\xa9\xbc\x8a\xd3\x96\x2c\x56\x6e\x29\x72\x0b\x38\x3a\x7a\x8f\x32\x6d\xcc\x37\x5b\x96\xc6\x3a\xe5\x05\xbb\x92\x9f\x68\xb4\xba\x51\x68\xdb\x8c\xd4\x12\xa1\x6f\xe5\x58\x14\xc0\x00\x59\x16\x2d\xcc\xce\x14\x71\x28\x67\x7c\x0e\x65\xd6\x2c\x67\xd9\x72\x3a\x93\x63\xc3\xab\x29\xe5\x88\xa5\x5c\x4e\x25\x96\x8b\x04\xfb\x53\x5d\x95\x18\xc1\x38\xbf\x82\x0b\x91\x24\x30\xe4\x2d\x5b\x3e\x66\x85\x1b\x22\x4a\xab\xf1\x8f\x40\x35\x42\xdc\x81\x64\x36\x2c\x9f\xf2\xb2\x40\x8b\x6e\x7e\xc7\x4b\x6a\xc4\xf2\x71\xc2\x8b\xc2\xb4\x17\xc7\x31\xd3\x46\xe2\x06\xce\x42\xa4\xdc\xf0\xe4\x02\x91\x93\x85\xa9\x39\xa0\x8d\xa2\x19\xba\x38\xd1\xec\x18\x1a\x55\x56\x1d\x86\xa2\x39\xb4\xf2\x6d\x38\xcd\x17\xca\x82\x84\xb1\x85\x69\x78\xcc\xee\x88\x25\x49\xd3\x0e\x6c\x9b\x9c\x10\xd2\x6c\xcc\xfd\xe3\xe1\x05\x57\x46\x00\xcb\x4c\xd1\x48\xec\x60\xdb\x24\xb5\xd9\x2a\x3b\x78\xa0\x80\x5b\x45\xba\xc2\xd0\xa8\xbd\xce\x34\xd9\x1b\x2b\x95\xd8\x66\x27\x09\x54\xce\x52\x8b\x83\x0e\x75\x36\x9b\x9b\x11\x86\xd4\x4c\x24\x5b\x29\x5a\x79\x94\xb2\xc9\x26\xc8\x81\x34\xb2\x1e\x6d\xc1\x99\xe4\x3a\x4a\x04\x4f\x4b\x95\xab\x95\x28\xe9\xe9\x69\x6a\xa8\x87\xcc\x9f\xd4\xb0\x60\x79\x69\x9a\x1c\x5e\x96\xf4\x7a\xae\x8c\x8d\x95\x65\x8c\x85\xa2\x20\xd8\x91\x2a\x6f\x68\x0e\xe5\x56\x66\xf4\x06\x93\x2b\x3f\x92\xdf\xdb\x22\xaf\xe9\xef\xa2\x45\x2a\x53\x64\x30\x9a\xf1\x11\x92\x20\x2b\x11\xc4\x5c\xd4\x04\xd4\xdd\x9e\x64\x0c\x2d\x9e\x93\xfe\x51\x9b\x0d\x69\xcc\x8c\x15\xa4\x11\xd9\xdc\xd8\xf9\xa6\x7d\x2f\xbb\x5c\xd6\x37\xe7\xc5\x32\xb1\x9d\x44\x32\xb1\x1d\xac\x20\xb1\x8b\x32\xcf\xae\x8c\xcd\x7d\x45\x7c\x64\xa3\x74\x02\x6b\x84\x19\xf6\xf0\x72\xb9\x3b\xad\xb7\x2c\xdd\x0a\x8e\x74\xb1\x6c\xec\x79\xbc\x01\x0d\xc5\xdb\x77\x36\x6f\x39\xbe\xe9\x9b\x07\x4a\x48\x3c\x4b\x75\xb8\x78\x6c\x02\xac\xe4\x2d\xd6\xa3\xed\x59\x87\xc8\xab\x8b\x60\x4f\xb5\x56\x82\x3d\xff\xeb\xeb\xe8\x1e\x7c\xdf\x7d\x72\x95\xe5\x3b\x99\x49\xef\xe4\x57\xd6\xf9\xad\x73\xaa\x0d\x07\xca\x1d\xd5\xb3\x2e\x17\x6e\xaa\x66\x74\x25\x61\x43\x2b\x9b\xca\xf6\xa8\x12\xe5\x43\x92\x5d\xf0\x5c\x5d\x59\xb1\x64\x31\x63\x43\x8e\x2a\x8b\xf4\x6d\x99\xdc\x4b\x3b\x78\xb1\x61\x0f\x94\x32\x2f\x7b\x62\xbd\x60\x05\x2c\xe4\x89\x79\xec\xb8\x96\x9b\xa0\x07\xed\xc4\xdc\x83\x4f\xea\x18\x43\x9b\x66\x62\xf9\xd6\x88\xf1\x04\x90\x8d\x79\x71\x9c\xfd\xd1\x1a\x09\x3e\x31\x46\x62\x1d\x73\x56\x6f\xd4\x18\x87\x84\xce\x8d\xdd\x3b\x10\x61\x2b\x80\x9b\x73\x96\x16\x96\x52\x69\x0a\x15\x90\x59\x75\x84\x8a\x2c\xff\xb9\x8a\x60\x47\x52\x65\x66\xed\x61\x06\xdb\xd0\x05\x6f\xe4\x1c\x92\x2c\x43\x42\x80\x22\x6d\xae\xc6\xa9\x4a\x67\x57\x92\xd8\xfb\xb1\x03\xbf\xee\x55\x46\x14\xc7\xf8\x74\xb0\xd6\x5a\xb1\x05\x29\xc5\x2e\xb9\x84\xa2\x0b\x7f\xb0\x46\xcb\x18\xac\xb5\x8c\xb4\x01\x1a\xad\xe8\xd0\x7b\x12\x6a\x81\xb7\xbd\x28\xcf\x56\x65\x44\x05\xda\xb8\x18\xf4\x9c\x3a\x51\xf1\x4e\xc4\xe9\x29\xec\xd1\xa3\xb4\x27\xe0\xf1\x67\x92\xb2\xe1\x44\xa9\x43\x75\xd5\x6b\x53\xc7\xbb\xce\x27\x9b\xa7\x62\x91\xf3\x82\xa7\x25\x61\xb0\x95\xf8\xab\x4d\xe5\xd1\xa7\x9f\xbd\xe8\xab\x45\xa8\xaa\xae\x90\x2f\xda\x2e\x91\x6c\x9c\xbe\x0b\x8c\x90\x4d\x4f\x58\x57\xed\xa1\x9b\x56\x3b\x7a\x2a\xf5\xba\x85\x30\xa1\xa3\x65\x2e\x4f\x93\xc6\xf8\xa4\xf1\x9e\x88\x94\x25\xe2\x37\x91\x4e\x49\x0f\x91\xb7\x38\x77\x3b\x2a\xec\x57\x25\xa4\xa4\x45\x78\x10\xb6\x68\x85\x59\x56\x56\x4c\xbe\x46\x0e\xf5\xa1\x6d\x55\x52\x7d\x6d\x6c\x36\x9a\x8a\x5e\x81\xbb\x73\xa4\x2f\x4b\x08\xa5\xce\xb2\x39\xfa\xcd\x51\xf5\x52\x5f\x1b\x4a\xe6\xf3\x45\xa9\xac\x8b\x4b\x82\x91\x66\x69\xc7\xb5\x1f\x78\x7a\x2e\xf2\x2c\xf5\x58\x27\xc7\x30\xd8\x67\x45\x1f\xd5\xb5\x61\x0a\xd3\x9c\x0d\xcd\x31\x29\xcf\xe6\x48\x61\x9a\xff\x71\xd4\xfa\xf1\xed\x6b\x5c\x58\xfa\xc4\x22\xcf\xd0\x92\xb3\x77\x76\xcd\x2d\x59\xbe\xc2\x97\xad\x77\xe9\x1d\x8b\x06\x39\x58\xfb\x74\x43\x45\x84\x31\x33\xb2\x7d\xf7\xe4\x8a\x48\x51\x73\xdf\x36\x76\xac\x30\x8c\x62\x57\xe6\x29\x99\x60\xf6\x89\x96\xa4\xf8\xee\x15\x57\x33\xb2\x70\xd4\xd3\x97\xa6\xb7\x4b\xb7\xab\x33\xb4\xe5\x78\x13\xb7\xd9\xd3\x83\xb1\xf2\x69\x2a\xde\xa8\x2a\xbc\x73\x00\x9b\xfa\xcd\x98\x89\x49\xde\x93\xb9\xb7\x0e\xb6\xac\x0f\xb5\xe6\xe9\x0d\xd3\x4a\xd2\x8f\xb5\x01\xe4\xb6\x7e\xdb\x73\x40\xee\x14\xc2\x3e\x34\x96\x9f\x2b\x42\xf4\x3b\x1e\xd2\x5d\xa1\xdd\x39\x5b\x60\x94\x65\x3a\xe6\x13\x91\xf2\xb1\x2f\xef\xf6\x0b\xf5\x66\xba\x6a\x4a\x7f\xb5\xe9\x7d\xf3\xaf\x08\x87\x1e\xd6\x83\x5a\xb4\xbc\xc7\x29\x37\x64\xce\xc5\x68\xbd\x19\x30\xdd\x8f\xb0\x6f\xcf\x01\x6a\xde\xe2\x8e\x47\x0a\xd0\x5c\xaf\x0c\xbb\x19\xac\x41\xbf\x1a\x16\xb2\xaf\xf1\x51\x00\x4d\x63\xed\xce\x44\xf2\x49\xd9\x9c\xc7\xf6\x27\xd7\x08\xb2\xf5\x8c\xb4\x6c\x46\xe7\x7c\xc6\xaf\xfa\xf2\x8f\x7e\x22\x81\xdd\xd5\x47\x26\xcf\xbd\xad\x74\xdb\x40\x10\x9b\xf0\x48\x7d\xf7\xd9\x76\xfb\x62\x3a\xe2\x7d\xcb\x3b\xa1\xd3\x06\x2a\xeb\xf2\x2e\x54\xb9\xdd\x4b\x0d\x25\x4c\x73\xe1\xda\xc3\xee\x28\x5a\x84\x55\x5f\x84\xe9\xa9\xbe\xfd\x6a\x1b\x49\xe6\x54\x14\xa5\xe4\x73\xfa\xf0\xe9\xc6\x8b\xdd\x37\x4b\xc7\x5c\x45\x98\x6e\x57\xd3\x48\x49\x28\x78\xd3\xdf\xf0\xd5\x04\xa2\x3b\xa1\x95\xd7\xea\xd7\xb5\x9a\x77\xa7\x62\xb0\xdd\x55\xa8\xb6\x04\x69\xc2\x62\x70\xdf\x19\x74\x02\xef\xe0\x08\xee\xad\x86\x98\xf0\xb1\xad\x2d\xd4\x44\xdb\xd8\x7b\xbc\x05\x73\x62\x94\x2d\xae\xda\xd6\x58\x49\x2d\x30\x84\x45\xd2\x36\xb3\xd3\xc5\x3c\xb2\x04\xcb\x8f\xaa\x84\x88\x2e\xde\x3b\x2d\x54\xac\x43\x9a\x30\xcb\x1e\xb5\x15\xb2\x24\x31\x70\x97\xf4\x8d\xb3\x45\x7e\xae\x79\xe5\xec\x88\x3b\x9a\x62\xd3\x79\x10\x9d\x82\x0a\x74\xb6\x8b\xe4\xbd\x8b\xbf\xfd\xb6\xb5\x82\x11\x1d\x83\xeb\xf6\x15\x07\x56\xe2\x71\x7b\x88\xdc\xb6\x56\x27\xe2\xf4\x4e\x35\x20\xb0\xdc\x15\x60\x6e\xd4\x92\x89\xbe\x4e\xbf\x0d\x48\xfb\xb6\xee\xb6\x3b\x35\x34\xe3\xd6\x44\xe3\x2c\x99\x51\x72\xf0\x19\x32\xaa\xfe\xc0\xed\xf5\x8d\x8f\x30\xed\x41\xe2\x68\xd4\x72\x93\xf3\xaa\x86\xfe\x0d\x61\xc8\x6b\xd1\xa0\x79\x7e\x8f\xc9\xe4\x77\x0f\x6d\xfb\x4a\x28\x72\xad\x82\xe5\xe1\x8f\x57\x30\xba\x35\x36\x98\xff\x92\x0e\x82\xd7\x78\x35\xfa\x95\x98\xbd\xa5\x5d\x55\x0b\x2a\x8e\xb1\x39\x91\x94\xc5\xaa\x94\x07\x85\x35\x7e\x68\xe0\x1f\x07\x74\x65\x2b\x80\x62\x95\x53\xd2\x21\x5e\xd1\x06\xed\xdc\xd7\xc2\xac\xad\xbb\x33\x39\xa4\x88\xa1\xff\x42\x8e\x9e\x57\x29\x46\x8d\xfb\xcf\x74\xb6\x7a\xff\x60\x91\xb3\xfa\x7d\xd9\xaa\xc1\xe0\x62\xfd\xba\x9f\x73\x36\xee\x20\x30\x6d\x2f\x04\x7b\xd0\x2a\x72\x2a\x4a\x53\x9e\xcd\xaf\x2f\x72\x51\xf2\xaa\xaa\x9f\x6c\x5a\x43\xc5\x93\xd1\x1a\x5a\x07\x5a\x7b\x61\xa2\x46\x44\xdd\xf7\x96\x4e\x37\xf5\xed\x37\x49\x25\x0d\xc0\x98\x82\xb0\xd3\x58\x9b\xb7\xf5\x3d\x6d\x0d\xe6\x3d\xcb\x12\x0b\x18\x5c\x69\x07\x8d\x72\xb7\x6a\x47\x35\xc3\xe3\x4d\x31\x3d\xef\x5a\xe2\x10\xc6\x44\xba\x58\x96\x9d\x6a\x93\xda\x5f\x94\x7f\x6d\x4f\x7d\x6e\xb6\x0a\xf9\xac\xae\xb2\xd5\x4c\xeb\x47\xe4\x26\xd4\x03\x0d\x2c\x04\xe8\x58\xce\x0a\xd7\x37\xa7\x8e\x31\x63\xab\xc6\x0a\x49\xb8\x0b\xdc\x6e\x55\x21\x5c\xee\xe1\x15\xba\xff\xe0\x75\xce\x16\xcd\x55\x2b\x3a\xa0\x05\x86\xe9\xb1\x8f\xb7\x83\xb4\xf1\x4b\xf5\x2a\x71\xf0\x61\xe6\x36\xaa\x54\x00\x31\x46\x26\x81\x6a\xb6\xc2\x16\xa9\xac\x0e\xdf\x7c\xa9\xc1\xdc\x0b\x10\x0a\x5b\x91\xfc\x37\xa0\x09\xeb\xf0\x1c\xfe\x3b\x52\xce\x46\x68\xe1\xd2\x9a\xfa\xb4\x86\x3d\x9d\x3d\xcf\x4a\x5d\x2a\x78\x95\xbe\x9a\x3d\x29\x67\x27\x54\xfe\x36\x7a\xf0\xfa\x21\x8b\xd3\x42\x90\x67\x48\x75\x31\x1f\x9b\xf0\xfe\x2b\xaf\x53\x8d\x00\x10\xc9\x46\x69\x8c\xcb\x93\x99\x31\xf7\xea\x25\x6c\x5b\xf5\xa3\xcd\x88\x56\x39\x76\x5b\x11\x69\xc6\xa3\xda\x61\xd1\xd9\xe1\x8b\x6a\x6d\x41\x30\xd2\x3b\x75\xf8\x0c\x66\xc2\x50\xd3\x4c\x83\x2a\x01\xdd\xb0\x7b\xb6\xd1\x14\x8d\xd1\x19\x33\x51\x02\x13\x30\xf0\x7c\x65\xd5\x6c\x21\xa6\x63\x2a\xe9\x3b\x60\x80\xa0\xaa\xbd\x10\xed\x89\x2d\xd8\xb7\xe8\x7b\xa6\xde\xee\xab\x1f\x86\x55\xf3\x5c\x05\x67\x51\x3f\x05\x3d\xe8\x09\x1f\x87\xc2\x8e\xf3\x0d\x61\x0a\xd7\xda\x6b\xea\xad\xd7\xef\xf3\xec\xa2\x40\x51\xd0\x60\x4d\xd1\xb0\xc1\x9a\x12\x6a\x58\x91\x45\x63\x77\x90\x7a\x4a\x21\xf6\x64\xa9\xee\x5a\x9b\xee\xa8\xd9\x26\xc7\x4e\x73\x11\x8b\x2f\xf7\xde\x48\xaa\x47\x1e\x43\xe4\xec\xe2\xc0\xf8\xbb\x37\x41\x2e\x2a\x91\x78\x47\x5e\x11\xda\x78\xde\x7b\x31\x57\xf4\x89\x8d\x70\x5a\x2b\x7d\x09\x2b\xaa\xa4\xc4\xf1\x3c\xd6\x61\xb0\xb6\x4b\xee\x66\x94\x1c\xd3\x65\x45\x1b\x23\x0f\x2c\xce\xa1\x5e\x68\x7b\x77\x3a\xde\x41\x9a\x26\xdd\xc5\x91\x71\x97\x3d\xf6\x89\x42\x20\x02\xd2\xbd\x8e\x67\x70\x5f\xc2\x25\x8a\x23\x14\x14\x1f\xb3\x29\xe9\xeb\x11\xe9\x68\x75\xce\x37\x77\x15\x9d\x50\x8e\x93\xaa\x6a\xd8\x27\x14\xea\xae\x1c\xef\x51\x52\xce\xcd\xd3\x34\x77\x01\x53\x98\x07\x4b\xae\xdf\xb4\xe8\x05\x75\x1f\xf0\xd2\xad\xd7\xd3\x8f\x37\x65\xe6\xee\xed\x9a\x7a\x40\xa2\xdf\xd7\x8d\xb3\x8b\x74\x60\xf5\x19\xa0\xcc\x39\xc7\xfb\x32\x31\x51\xaf\x4d\x98\xd6\x15\x84\x92\x4d\x51\xfb\x10\xd5\x00\x45\x09\x17\x59\xda\x28\x75\x4a\xa5\x20\x47\x2e\x94\x74\x6d\xd5\xb3\xaa\xb0\x86\x5d\x5b\x9e\x28\x40\xcc\x17\x79\x76\xce\x0b\x98\xf3\x79\x96\x5f\xc1\xb2\x60\x53\x0e\x85\x40\xfd\x41\x8e\x22\x62\x76\x9e\x89\x31\x14\x65\xa6\xea\x31\xe3\x70\x31\xcb\x12\x73\x11\xa5\xaa\x27\xb3\x6c\x92\x41\x40\x8a\x80\x8f\x0f\xb5\x7a\xd0\x05\x77\xfd\x98\x5c\xb0\xab\x02\x33\xc4\x97\x5f\x62\xa2\x2f\xb1\x84\xd1\x47\x82\x79\x36\xe6\xc0\x94\x34\x08\x05\xdf\x78\x07\xa3\xab\x65\x1e\x9c\xab\x4b\x2d\xc8\x79\x22\x78\x01\x68\x6f\x96\x63\x9f\x32\x5d\x35\xd4\xa5\x24\x9d\x5b\x19\x2a\xa2\x55\x19\x26\xd4\xaf\xc5\x9c\x9a\x12\x5a\x6b\x28\xb2\xb6\x79\x34\x82\xb7\x71\xa2\x50\x77\xf0\xe6\x69\x09\x8c\x39\x1b\x03\xbe\xdd\x47\xb5\xbf\x94\x69\xd5\x2d\x59\xfc\x50\x11\x1c\x9c\x62\x8e\xfa\xd8\x7e\x6a\xb9\x57\xd1\xf1\xb5\xb8\x17\x5d\xcf\x2b\x53\x54\xa5\x91\xe1\x5b\xa1\x5b\xa5\x8e\xd1\x42\xc9\x2d\x8e\x57\x88\x15\x75\x3a\x35\x5e\x15\x79\xce\xae\x86\xdc\x2e\x6b\x5a\x68\xd3\xa5\xc6\xc2\x4c\xb6\xfb\x80\xef\x88\x61\x9d\xac\xe2\xbe\xda\xff\x55\x8c\x36\x15\xdd\x39\x3d\x9a\x40\xac\x0d\x36\xc7\x6e\xca\x2f\x4b\x4b\xc7\x8c\xc6\xa0\x8e\xe5\xd3\x4a\xff\x85\x9c\xe6\x63\x3f\xc5\x76\x80\xb6\x4f\xb1\x6e\x94\xd8\xaf\xf7\x10\x78\x91\x88\xb4\x34\x4a\x11\xc8\x0f\xf7\x7a\xf0\x32\x2d\x16\x02\xf5\x8c\xae\x60\x56\x96\x8b\xa2\xdf\xeb\x4d\x45\x39\x5b\x0e\xbb\xa3\x6c\xde\x9b\xb2\xfc\x6a\x94\x2d\xf3\xb2\x37\x5f\xe6\xf3\x65\x3e\x63\xc5\xac\xf3\xb1\xc0\xa4\xef\x94\x1a\x20\x4a\xd1\x22\x49\x19\x5b\x2c\x12\x3e\xbc\xea\x15\x73\x99\x8a\xe7\xbd\x61\x92\x0d\x7b\x8f\x37\xd9\xc6\xce\xa3\x8d\xc9\xd6\xd3\xad\x27\x4f\x26\x5b\xfc\xe9\xce\xc6\x70\x32\x7a\xf4\xec\xf1\xc6\xc6\x88\x3f\xde\x1c\x6f\x6c\x0d\x77\x36\x9f\x8e\x79\xaf\xc8\x47\xbd\xd7\x58\xe8\x1f\x59\x31\xdb\xea\x8e\x16\x8b\x7f\x7b\xf5\xe8\x49\xe7\xd5\xd3\xc7\x64\x0f\x54\xd5\xda\x6a\x16\x65\xee\x94\xc0\x1b\xf3\x06\x5e\xf4\x37\xf2\x06\x5e\x3e\xcf\xc5\xa5\x24\x14\xa3\x2c\x2d\x4a\x96\x96\x05\x4c\x79\xca\x73\x5c\x09\xd9\x64\x92\x88\xd4\x52\xa0\xe3\x19\xbf\x92\x0b\x5f\xbd\x2b\xc1\x07\x57\x8d\x39\x9b\x8a\x51\xa3\xad\x5e\x6c\xa1\xce\xef\x0c\x5f\x65\xc8\xc5\x7a\x91\xe5\x67\x70\xc1\x93\xc4\x64\x80\x65\xc0\x1c\xf6\x60\xe3\x72\x67\x38\xde\xe4\xcf\x9e\xed\xec\x7a\x61\x72\x7f\xdf\xda\x36\x7e\x2f\x53\x51\x6a\x6b\x7b\x72\x45\xca\x9e\x32\x7b\xc5\x4c\x09\xe5\x7a\x3d\x78\x2d\x2e\x61\x1b\x86\x57\x25\x2f\xf0\x3e\x1d\x4a\x31\x97\xc4\x49\x13\x7c\x95\xc8\x24\x3b\xb3\x12\x6d\xa5\x54\x65\x5c\x89\x32\xa0\x56\xe6\x4e\x43\x76\x60\x5e\x82\xef\x62\xe8\xf3\x3d\xd8\x46\x5c\x11\x84\x3f\x80\xce\x1e\x38\x3d\xde\x33\x9d\x96\x3c\x59\x17\x2d\x78\x00\x1b\x97\x93\x09\x5c\x23\x7c\x11\x0d\x5b\x5f\xb7\xa1\x2d\xf8\xfe\x7b\x78\x7a\x87\x38\x9b\x8f\xef\x10\x49\xf7\x1c\x56\x48\xbf\x47\x78\x08\xaf\x59\x39\xeb\x8a\xf9\x32\x69\x9e\xb5\x61\xde\xea\x6b\x4d\x41\x80\xe6\x99\x4e\x2b\x53\x3f\x24\x43\x02\xeb\xd0\x6c\x9e\xc1\xf3\xe7\xcf\x61\xf3\xb1\x0a\x42\x6f\xac\x46\xcb\x16\xf1\xab\x2b\x43\x45\xce\x5d\xde\xca\xc3\xd6\x67\xf6\x0d\xeb\x03\xbf\x46\xb2\x9e\x05\x59\xcf\x56\x65\x3d\x5b\xd9\x54\xd4\x90\xfc\x23\x4b\xc7\x09\x77\xcf\x14\x27\xfc\x42\x4f\x39\xfd\x32\x0d\xc5\x02\x4a\x3f\xd1\xa8\x1c\x9a\x73\x43\x42\x74\x7c\xd4\x41\xc5\x2a\x4e\xcf\xe0\xd7\xbd\xca\xa8\x0a\x58\x87\xad\x60\xf0\x2d\xa5\x0c\x34\xd8\x6b\x33\xd8\xf4\x67\x98\x9f\x7e\xd3\x4f\x5f\x37\x75\x77\x5d\xac\x3d\xf3\xb9\xaa\x97\xbf\x42\x3f\xff\x98\x01\xc3\xce\xc5\xbb\x5b\x49\x9b\x5c\x17\xcb\x95\xec\x1e\x6c\x7a\x63\xa1\xe9\x85\x26\x02\x39\x47\xaa\xd3\xc1\x47\x0e\x8b\x0c\x69\x59\xd7\x8c\x0a\xb6\x58\xd7\xe4\xd1\xae\xf2\xc1\xd6\xd5\xb7\xec\x4b\x5a\xa5\xd9\x67\x19\xed\x57\x53\xec\x4e\x0b\x7f\x37\x5a\xdd\x32\x53\x2c\x58\xf3\x11\x46\xbf\x89\x5c\x52\x69\x1a\xbe\x6b\x8f\x42\xcb\x54\x94\x09\x2f\x8a\x3f\xf1\xab\xc2\x5c\x1c\x5a\xab\x80\x2f\x8d\xc1\xbf\x83\x6c\x99\x96\x7d\xd8\x44\x0a\x37\x44\x3b\x61\x2f\xe7\x6c\xca\xdf\x2e\xcb\x82\xc7\x02\x8e\x12\x31\xe2\x11\xff\x5f\xc4\xb8\x9c\x39\xff\xcb\x9f\x12\x7e\x19\x38\xff\x90\x67\xcb\x05\xf1\x7b\x9b\x8f\xe5\xe8\x79\xde\x4a\x3f\xdb\xab\x95\x36\x57\x67\x9c\x13\x92\xf1\x44\xe5\x7a\x41\xdd\xef\xb4\xcd\x25\xea\x77\x84\xb6\xaa\xa8\xcf\x1b\x6d\xb3\x8a\xfa\xbd\x95\x8d\x31\x1e\xd3\x5c\x8c\xdf\xbb\x9c\xb5\xf3\x30\x1d\x07\x3e\x47\x0b\x96\x86\x5e\x25\xcb\x4b\xea\x77\x80\x2d\xa8\xfa\x04\xb9\x29\xcf\x30\x43\xed\x4b\xf3\x9c\x17\x7f\xf0\x6b\x67\x3d\x68\x62\xe5\xe9\x97\x4d\xfd\x68\xdc\x49\x96\x96\xbf\xa0\xc5\x1d\xe3\x23\x37\xf4\x3f\x7a\x3e\xd9\x82\x8d\x44\x79\x65\x9d\xb4\xb7\xb2\x7c\x31\x63\x6e\x8c\x4a\x36\x3c\x12\xbf\xd9\xce\xbd\x10\xe3\xec\xc2\x06\xfe\xf6\x32\x1d\xbb\x21\xfc\x2d\xcb\xe6\xe6\xfb\x17\xb4\x19\xfd\x4a\xa4\xfc\x20\x61\x73\x3b\x27\x7a\x3d\x38\xfa\xf3\x1f\x3a\x39\x57\x4a\xdf\x1a\xc5\x51\xa8\x87\xac\x13\x91\x24\x6f\xfd\x9a\x4d\x92\x2c\x1b\x07\x7e\x45\x99\x2d\x2a\x5e\x79\x76\xc6\x7f\x64\xc5\x0c\xc9\x71\xd5\x5b\x83\xfc\x7a\xfe\xaf\x45\xc9\x73\x84\xfe\xf0\xfd\xa3\x79\x9b\x35\x51\x73\xaf\x4c\x57\xa8\x5a\xb7\x8e\x23\x53\xf8\x40\xcd\x49\x4a\xcf\xbd\xfa\x0d\xc0\x5b\x14\x6b\x74\xd5\xb5\x74\x33\x5d\x26\x89\x47\x43\x9c\x58\x81\xe5\x53\x4f\xa0\x80\x19\x9c\xb0\x7c\x5a\x39\x00\xd0\x10\x98\xa4\x98\x72\x77\x40\x34\x88\x48\x8c\x5d\x73\xcb\x1e\x25\x43\xaa\xe2\xde\x3d\xb9\x24\xc8\x8a\x7e\x85\x60\x4f\x32\x84\xe0\x23\x99\x0e\x09\xa3\x19\x7f\x12\x55\x97\x13\xc6\xac\xe0\x2a\xbd\x7c\xf5\xea\xf0\x0f\x2f\x5e\x7d\x38\x3c\x3a\x78\xf1\xee\xf0\xc3\xd1\xe1\xff\xf1\xf3\xe1\x9b\x83\xc3\x0f\x87\xef\xdf\xbf\x7d\x8f\x42\x22\xab\x62\x22\x92\x84\x4f\x59\xa2\x10\xc3\xb9\x83\xb4\x11\xa9\xd2\x00\x29\xf9\x7c\x21\x67\xa0\xc1\x05\x6a\xc3\x3c\x2b\x4a\xd0\x50\x38\xfa\xcd\xbf\xb6\x57\xd4\x28\x1c\xd8\xa8\xd2\xb1\x1d\x0c\xd2\xdf\xeb\x47\xea\x57\xd9\x12\x0d\x9d\x68\x2d\x9f\x83\xa3\x23\x93\x9a\xc1\x7f\xb0\x73\x76\x34\xca\xc5\xa2\x34\x12\x02\x19\xdb\x42\xea\x18\x31\xc0\x58\xfe\xbf\x94\x47\x10\x67\x0b\xa2\xc8\x3c\x4c\xa2\xc1\x60\xb0\xa6\x6b\xd3\x87\xc6\x60\x30\x18\x6c\x6c\x8c\x9f\x34\x76\xf1\x85\xae\xc6\x03\x1a\xf2\x51\x36\x8f\x45\xf5\xa3\xcb\xca\xcb\x6e\x1a\xb1\x54\x32\xf4\x63\x8d\x72\x32\xcc\x96\xfa\xb4\x3c\xe3\x39\xef\x0f\x06\xa9\x39\xc1\x8c\xf9\x39\x4f\x64\xf3\xbb\xf3\xec\x37\x91\x24\xac\x9b\xe5\xd3\x1e\x4f\x3b\x3f\x1f\xf5\xc6\xd9\xa8\xe8\xfd\xc2\x87\x3d\xd7\xd4\xde\x7b\x03\x56\xdb\x3b\xd6\x9d\xfc\x41\x77\x72\xf1\x6f\x87\x47\x5b\x1b\x9b\x4f\x3f\xe4\xfc\x5c\x14\x22\x4b\x3f\x64\x93\x0f\x7a\xa4\x3e\xa8\x91\xfa\x60\xf1\x99\x50\x30\x25\x47\xfd\xe7\x37\x3f\x1e\xfe\xf4\xf2\xcd\xe1\x8f\x1f\x5e\x1c\x7d\x78\xfb\xfb\xff\x38\x3c\x38\xfe\xf0\xa7\xc3\xff\x8a\x8d\xba\x7a\xa7\x2c\x07\x59\x9e\xd7\xf5\x68\x01\x33\x0a\x39\x4a\x84\xd8\x28\xf0\x39\x6c\x53\x76\x80\x3e\xb7\x28\x64\xa5\xd4\x76\xb7\x1c\x26\x99\x17\x2c\xf5\x92\xe0\x63\xa7\xeb\x21\xf3\x93\x8e\xa5\xf4\x3d\xe3\x57\xad\xae\xad\xaa\x32\x51\xca\x4a\xfe\x9e\x4f\x51\x64\xdb\x3b\x79\xd1\xf9\x5f\xa7\xd7\xbf\xce\x8b\xde\x54\xc7\xb1\xdb\xb6\x8d\xf3\xe1\xf0\xf5\xdb\x0f\xcd\x93\x5f\x3f\x9c\xae\xef\xb7\x3e\xa0\x39\xbb\xfd\x16\x7a\x62\x22\xa3\xf8\x7a\xb0\x2c\xca\x6c\xfe\xce\xc1\xde\x12\x6d\x57\x3f\xcc\x62\x8e\xfb\xfa\xb8\xc6\x37\xa2\x8b\xbb\xbd\x53\xd1\xb2\xc5\xe7\x64\xf2\x60\xfc\x67\xad\x51\xe9\x29\xd7\xfa\xa1\xe4\x02\xc7\x96\xa6\xfa\xfe\xbb\x3d\x54\x71\x83\x07\x0f\x10\x8c\x30\x9b\x58\xff\x3d\x68\x0c\xb3\x2c\xe1\x2c\xf5\x75\x2b\xf5\x43\x36\x3c\xad\x6b\xb9\x60\x00\x9b\x63\xe9\xa9\xa5\x8d\x85\x89\xec\x57\xa1\xd2\x2f\x24\xde\x3e\x58\x07\xf4\xdd\xb7\x05\xba\xf0\x87\xb2\x0d\x8d\xce\xef\x1e\x34\x24\xf3\xf6\x2a\xbb\xe0\xf9\x01\x2b\x38\x42\xf6\xdc\xb4\xa2\x15\xaf\xf4\x59\x25\xb0\x79\xc6\xaf\x8c\x4d\x14\x55\x69\x73\x74\xa0\x4a\x74\xea\x96\xd6\x4e\x99\x46\x3f\xea\x2d\x2b\xde\xb0\xec\x7d\xf0\x58\xd6\xeb\x76\xbc\xcc\x51\xb4\xa8\x11\xbc\xd3\xa3\xc3\x66\x7b\xc1\x9f\xac\xf4\xda\x4d\x3f\x71\x5a\x6c\xb6\x61\x11\xa2\xb3\x81\xb6\x49\x19\xbe\x1a\xc4\xd7\x62\x6c\xce\xfb\x32\x59\x18\xa0\x64\x5f\x7d\x58\x6c\x55\x82\x52\x7e\x59\xf6\xad\x9d\x4b\x1a\x72\xb3\xeb\xbb\xcd\x4c\xdf\xf4\x1f\x14\xd6\x3f\x63\x25\x62\x36\xb3\x31\x9d\x9c\xf1\x2b\x25\x99\x47\x28\x9e\xef\x2a\xb3\x08\x07\x28\x9c\xd0\xd8\xb3\xea\x06\xb6\x61\x11\x7c\x30\x97\x8d\x40\x7f\xd7\xde\xb2\x34\x16\x97\x0d\x2a\xeb\xa3\xc1\x76\x49\xdc\xf7\x8d\xb9\x51\xb4\xe0\x69\x89\xf3\xec\x1d\x2b\x4b\x8e\x6f\x49\x7a\x4d\x56\x96\xf9\x35\x42\xe2\xf1\xbc\xd8\xbf\x5e\xe6\xc9\x75\xb3\xa9\x0d\x5a\x8b\x74\xda\x69\xed\x37\x25\xa7\xc8\xf2\xeb\x9c\x8d\x05\x4b\x5a\xad\xeb\x51\x96\x8a\x51\xab\x33\x95\x1e\xf8\x72\x67\xd0\xbc\x6e\xa6\x99\x8c\x9a\xfd\xff\xec\xbd\xed\x72\x1b\xb9\xb2\x20\xf8\x2a\xb0\xa6\x47\x22\xdb\x45\x4a\x94\x3f\xba\x5b\x36\xe5\x23\xbb\xed\x33\x3e\x63\xb7\x3b\x5a\x3e\xf7\xee\xac\xa8\x23\x81\x2c\x50\x2a\xbb\x58\xc5\x2e\x14\xf5\xd1\x96\x22\xf6\xd7\x3e\xc0\xc6\x3e\xe1\x3c\xc9\x06\x32\x13\x9f\x85\x22\x29\xd9\xdd\xf7\x6e\xc4\xf5\xcc\x3d\x2d\x56\xa1\x80\x44\x22\x91\x48\xe4\xe7\x5c\x14\x37\x93\xbc\x94\xa2\xdb\x83\x9c\x79\xdb\xcf\x62\x00\x80\x8b\xf8\x56\x51\x56\x33\x9e\x43\x81\xd9\xb2\x10\xea\xbf\x19\xea\x79\xf0\xcf\x73\x51\x65\xb5\xfa\x73\x51\x48\x51\x6f\xd9\xc4\x3a\x65\x9e\xfe\x1a\xd9\x57\x8d\xed\x64\x3e\x98\x49\x67\xc6\xff\xea\xcd\x64\xcf\x82\x85\x7b\xda\x79\xdf\xeb\xf4\xbb\xc0\x63\xdd\xf7\x4a\x2e\xd5\xd1\xb3\x5f\xb4\x43\xef\xd7\x6e\x6e\x24\x31\x1b\xf4\x49\x92\x45\xe0\xf6\xde\x64\x91\xb4\x57\xd9\xcd\x8d\x8f\x54\x13\x4c\x45\x83\x60\x38\x15\xd0\x6b\x64\xf5\x31\x96\x88\x9a\x6e\x6e\x92\xd1\x1c\xce\x01\x9b\x5b\xca\x7b\x86\x3f\xdc\xfa\x13\x37\x37\x2c\xf6\xd5\xd6\x68\x63\xcb\xcf\x58\x65\xdf\x8d\x36\xb6\x46\x1b\x7e\x8a\x8e\x78\x54\xb0\x14\x10\x3e\x8a\x96\x17\x0c\xc1\x44\x1c\x28\x19\xc8\x20\xcb\x78\xb8\x03\xb5\x41\x59\xaf\x6b\xf2\xa1\xa4\xac\x18\x90\x4d\xf1\xd4\x93\x7e\x30\xfe\xc5\x7a\xb5\xab\x47\x5b\xa7\x5e\xf2\x8b\x91\xb6\x7f\x8d\x8c\xe2\x9c\x56\x14\x22\x9a\x62\x24\xe8\x2e\xb0\x97\x49\xc5\x7e\x08\xc8\xd9\x5a\xce\x41\x3e\x8b\x6b\x1b\x15\xd7\xdb\x42\xac\xe1\x32\x06\xb4\x88\x4c\x29\xae\xe9\x67\x2d\x8d\x7d\x67\xe4\x30\xce\xfd\x9f\x80\xe8\xcf\x62\xcc\xc7\x3d\x38\x4f\x20\x94\x40\x4a\xe7\x4a\xa6\x44\x22\x94\x99\x4c\xa6\x4d\x93\xec\xae\xcf\x7e\xce\x52\x10\x94\x66\x82\x17\x4c\x47\x19\x99\x93\xc3\xec\xc3\x84\x6d\xcd\x64\x6f\xab\x1b\x9c\xac\xe6\xad\x7b\x8a\x57\x09\x3b\x51\x24\x14\x8b\x6f\x81\x17\xfd\xba\xfc\xe7\x7c\xee\x9c\xbf\x9a\xc1\xc3\xda\xbe\xf0\x22\xd4\x3c\x9e\x6b\xd6\xc5\xbf\xf0\x98\xc1\xcf\x41\xd7\xf7\x56\x71\xc6\x79\x99\x63\x8d\x95\x99\xa8\xce\x84\x5a\x7b\x28\xc3\xe1\x98\x91\x33\xb7\x99\x93\xbe\xc1\x7b\xce\x86\x28\xfa\x84\xdc\x7f\x6b\x2b\xb4\xef\x78\x9f\xf5\x4f\x4e\xe8\xfe\x73\x42\x46\xcc\xb8\x8d\xf8\x4e\x3e\xff\xfe\x08\x46\x01\x85\x6c\x63\xeb\x97\x0f\x27\xaf\x3e\xbc\xff\xf5\xc3\x2f\xaf\x7f\xf9\x78\x72\xf8\xfa\xdd\xeb\x57\x1f\x3f\xfc\xb6\xb5\x24\xea\x70\xeb\x95\x91\x85\x4d\x7e\xd1\x66\x4e\x07\x30\x15\x16\x9f\x34\x86\x61\x6f\x9a\xbb\xdd\x98\x8f\x45\xde\x9b\x43\x88\x46\x7f\xab\x6d\xd5\x3c\xb8\x5d\xb4\x99\xc4\xb3\xc8\x30\x63\x0b\xa2\xa5\x24\x2d\x64\xc6\xe4\x23\x7f\x49\x3c\x08\xf0\x63\xba\x31\xb4\xc9\x56\x3e\x5e\x95\xb0\x84\x0e\x27\xcd\x68\xa4\xa8\x34\x84\xb2\x90\xdf\x89\x7a\x16\x08\x40\x5a\x32\xf2\x1b\xe2\xd3\xa0\x69\x9b\xa4\xe4\xcb\x49\x31\xec\x6a\xeb\xba\x23\x26\x2d\x9b\xeb\x52\xda\xc4\x7f\x10\xe0\x29\xae\x30\x2d\x94\x37\x12\x1a\xf9\xdc\xb6\x6a\x00\x68\xbb\xac\x43\x9d\x0f\x00\xb4\xc0\x70\x5d\x17\xd3\x69\x36\x51\x72\x09\xa3\x2c\x36\x17\xa2\x02\xd3\xbc\xc9\x6c\x08\xe9\x8f\xeb\x6b\x56\xf1\x4a\x50\x0e\xc6\xa0\x43\x0e\x99\x49\x44\x25\x8c\x81\x18\x72\x0c\x4c\xc5\x25\xcb\xb4\x62\x95\xd4\xd1\x99\xb6\x93\xe5\xf9\xb5\xdf\x0f\x99\x2a\xd7\x98\xc2\x32\xd9\x58\x53\x84\xea\x26\x46\x08\x2e\x31\x40\x9b\x28\x0d\x2c\xa3\x83\x26\x2d\xe8\xd6\x94\x8e\xd5\xb5\xc0\x3a\xa4\xe0\xfd\x08\x17\x59\x6a\x9b\x71\x94\x44\xc8\x3d\x25\xb2\xe0\xf7\x64\x5f\xcb\xa3\x96\x2c\x8e\x20\x5d\x70\xf8\x65\x18\x68\x14\xd9\x16\x8e\x11\x3e\xd2\x4c\x6b\xd0\x40\x5f\x87\x7c\xf4\x4d\x55\xce\x50\x8d\xb7\xee\x91\xd1\xc6\x6e\xf4\x71\xd4\xca\x70\x9c\xfe\x57\xee\x3d\x5d\xc7\xe3\x95\xa6\x37\x24\x87\x67\x61\x3b\xca\x16\x10\x20\xcb\x1d\xca\x0f\xcf\x32\xf4\xeb\x0f\x10\xe3\x30\x77\x3a\x55\x11\x8e\x96\x90\xcc\xbb\x85\xd9\x12\xa0\x9e\xc4\xb3\xf5\x86\x90\x2b\x75\x5a\x51\xe1\xcc\x98\xce\x2b\x29\xc1\x7d\x57\x1a\x5e\xa0\x63\x5b\x33\x91\xf6\x47\xa3\x02\x6a\x22\xbf\x9d\xa2\xd6\x8f\x92\x74\x50\x78\xb8\xfe\x96\x8d\xb9\x3a\xfd\xf0\x5a\x00\x75\x17\x80\x54\x18\x77\x52\xb6\xab\xf1\x11\x45\xd2\xfd\x12\x52\x91\x2b\x36\xa3\x47\xca\x45\xcd\xd2\xeb\x82\xcf\xb2\x09\xc8\x9e\x6c\x88\x45\xe9\x64\x97\x0d\xf7\xd5\x77\xa7\x93\x32\x2f\xab\x3d\xf6\xdd\x17\x74\xab\x85\x9f\xb7\xa7\x06\x52\x0c\x20\x1d\x0b\xe8\x5f\xa4\x2c\xcd\x2a\x31\xa9\xf3\x6b\x3c\x8d\xd1\x35\xb7\xac\x1a\x78\x20\x27\x9b\x34\x0e\xd6\x68\x43\xc1\x75\x58\xce\x84\x95\x03\x86\xf4\x45\x67\x2b\xcd\x2e\xb6\xba\xa7\xdf\x7d\x71\xe1\xbe\x3d\x6d\x84\x92\xda\x1f\x7e\x2e\xea\x60\x47\xd0\xfd\x67\xcf\xbd\x25\xdd\x9d\x16\xd0\xbd\xa5\x9e\x9c\x83\x40\x7f\x74\xfc\xcc\x7f\x45\x92\x69\xda\x60\x61\x5f\xa7\x06\x81\x80\x69\xfe\x59\xfc\x1b\xaf\x48\x91\x35\xda\x30\x3d\x81\xc0\x4c\x30\xc5\x32\x74\xeb\x57\xe0\xf8\x07\x1a\x5d\x59\xa3\x94\xed\x76\x09\x2e\x7c\x43\x25\x78\x4f\x2b\x3e\x13\xf2\x14\x5a\xcc\x77\x6d\xbe\xd6\x7f\xfd\xcd\xbc\xb4\xaa\x47\x88\x2f\xd8\xd6\xc5\x02\x47\x1b\xc1\xf2\x98\xfd\x3b\xda\xf8\xee\x4b\x74\xcc\x5b\xe3\x36\xc8\xb4\x7e\x25\x60\x54\xde\xcc\x96\x6f\xcc\x53\x0b\xbe\x8e\xc9\x3a\x2b\xeb\x90\x28\xeb\x92\xcd\x73\x9e\x15\xb4\x25\x13\x86\xb9\x49\xd9\x65\xc5\xe7\xce\xdd\x4f\xca\x53\x48\xec\xa4\x77\x40\x21\x6b\xc1\x53\x75\x7e\x63\x7e\x45\x45\xc7\x7b\xb6\xc1\xd1\xb1\x8e\x23\x26\x88\x13\x76\x04\xf8\xb0\xa5\xb0\x53\x8d\xa2\xe3\x6e\xff\x53\x99\x15\x9d\x2d\xf5\x2d\x54\x59\xc4\x7e\xe0\x06\x8b\x3a\xf8\x26\x30\x76\xf7\x38\xa3\xaa\x05\x95\x32\x3e\x4a\xb7\x4d\x59\xa5\xff\xb4\xfb\x05\xac\xe7\x14\xf0\xac\x59\x15\x5e\x4a\x25\x38\x9c\x42\x26\x36\xaa\x63\x00\x72\xce\xd4\xb0\xc0\x26\x72\x0d\xef\xeb\xba\xe9\x93\x1d\x7f\xbc\x96\xfb\x4c\xab\x8c\x6e\xac\x5c\x6a\x5f\x39\xce\x6f\xde\x07\xc7\x8d\xc0\xcd\xd4\x3f\xd8\xd8\x0b\xfd\x78\xaf\x31\x94\x7f\x85\xbb\xeb\x91\x5c\x8e\x3f\x39\x3a\x33\xc2\x1e\x79\xfb\xea\xe9\x63\x2a\x91\x4c\xc2\x7f\x3b\xea\x8b\x66\xd2\x65\x27\x54\xb0\x1c\x7f\x6a\xc9\x67\x41\xdd\x3f\x1c\xde\xed\x4c\x2c\xc7\x9f\x8e\xb2\xe3\xae\x23\x44\x31\x9b\x51\xdf\xf5\xf3\x35\xd0\x9c\x7c\x16\xd7\x74\x6f\x0f\x72\x7a\xe8\xcc\x88\xaa\x4f\xd5\xea\x38\x08\x7a\x6e\x2a\x9f\xe8\xf6\xd3\xc8\xbf\xe0\x10\x85\xa3\xdf\x77\x96\x18\xfa\x68\xf7\x6e\xf6\x11\x72\xa2\x1d\x7e\xbf\xd0\x7e\x08\xbb\x89\x30\x1c\x3f\xe7\x5f\xd4\x18\xd1\x3a\x5e\x68\x60\xe8\x9c\x80\x3a\x46\x8d\xb2\x87\xec\xb3\xa1\xed\x39\x71\xf5\x79\xfe\x5a\xf8\xbb\x34\xf0\xbd\x46\x74\x9d\x18\xb5\x5f\xfc\xa6\x8d\xa5\x01\xef\x2e\xdf\xfc\x65\xd7\x72\x16\xbb\x0f\xfa\x5b\xc3\xea\x16\x5d\x32\x3a\xda\x39\xf6\x4c\x0e\xa0\x7b\x6c\xb2\x14\x76\x73\xd3\x58\xf6\xa3\x9d\xe3\x50\xdf\x15\x4c\xdf\x92\x3c\xed\xc0\x13\xb5\x05\x5d\xc5\xa5\x7a\x14\x64\x95\xd1\xd0\xb7\x91\xcd\xd1\x89\x9f\xc1\xf5\x5b\x93\x0f\xf4\x1f\x21\x21\x16\xb9\x67\x05\xd4\xde\x90\x2d\x3c\x1e\x7e\x47\xc6\x12\xa8\x2e\x69\x92\xa4\x55\x39\x71\x4d\x50\xfa\x5f\x8b\x29\xaa\xe5\xb5\x6f\x92\xd2\xff\x22\x37\xde\x3b\x20\xd6\x9b\x6f\x1c\x85\x2c\x52\xdb\xc4\xe0\xd3\x7f\xd4\xac\x67\xd2\x0a\xe3\x9d\x2e\xab\x76\xb7\xdb\x18\x95\x08\x41\xb1\x86\x1c\xb4\xd4\xce\xdd\x8d\x4c\xb4\x31\x25\xb6\x8c\xaf\x36\xb0\x77\x1b\xc1\x5e\x2b\x09\x8e\x1a\xca\xf2\xd0\x6c\x85\x03\xeb\x53\x19\xcb\x60\x8d\x45\xee\x58\x5b\xe0\xf7\xde\x68\x24\xbf\xef\x1c\xfd\x6b\x34\x92\xcf\x46\xa3\xe2\xcb\xf1\xc3\x2e\x3c\x79\x76\xf3\x5d\xd7\xd8\xc8\x65\xb9\xa8\x26\xe2\x3d\x9f\xd3\xd7\xf7\xb2\x84\x85\x9d\x28\x10\x46\xa3\xed\xd1\xe8\xfb\xff\x36\x1a\x49\xf3\x76\x9e\x15\x67\xff\xfc\xed\xdd\x30\xe5\x35\xdf\xe3\xf3\x79\x9e\x4d\x50\x40\x1f\x6d\x7f\x92\x4a\xcc\x18\x1d\x3e\x1c\x8d\xe4\xc3\xd1\xe8\xfb\xd1\x68\x1b\x40\xbc\x75\xeb\x4f\x41\xf1\x26\xbc\x12\x2b\x8e\x64\x64\x59\xf0\x08\x77\x64\xef\x4a\x60\x38\x05\x5c\x0d\xd5\x47\x26\x19\x03\xf9\xa9\x93\xaa\x9d\x71\x75\x27\xcc\xb3\xe2\xb3\x48\x59\x9e\xc9\xda\x26\x4c\x36\x17\x78\x2f\x53\x4e\x33\x12\x27\x78\xd5\xe1\xd5\x59\xb0\xfd\xdd\xcb\xbd\xd5\x5f\xab\x76\x8d\x52\x24\xc4\xcf\xd5\x3b\xc3\xce\x49\x30\x80\xb2\xcd\xf4\xfc\xc1\xd0\x4a\x02\xf4\x6c\xb9\x92\xd0\x54\x41\x83\xb6\xcd\x9c\x7c\x8a\x9a\xde\x97\xa9\x70\xed\x18\x9e\xb6\x49\x87\x65\x69\x75\x84\x19\xe2\x99\xdf\x89\x6a\x6b\x47\xd1\x73\x35\xef\xec\x11\x44\x8f\xfa\x15\xbf\x6c\xb1\xb4\x78\x50\xe9\xbc\xdd\xcc\xd3\x38\xdd\x89\x0b\xd3\x88\x5e\x22\xe3\xfb\xe8\xf7\xa9\x1f\xbd\x3e\x31\x99\xcb\xe7\x35\x4b\x3d\xa9\x1a\xda\x78\x3b\x3b\x3b\x90\xbd\x80\x5c\x52\x55\x39\xc6\x6b\x36\x30\x61\x49\x5b\x17\xc2\xa4\xff\x44\x9c\x60\x64\x16\x54\x25\x50\xeb\xa1\x6f\x19\xd1\xd4\x70\x96\x10\x7d\x41\xfa\x9e\x78\x86\xe5\xcf\x8e\x7d\x53\x9d\x5d\xcc\xc0\x0a\x7b\x67\xb4\x67\xed\x68\xbf\x17\xe2\x1b\xd9\x8e\x7c\xe4\x37\x2a\xa9\x18\x7a\xd7\x3c\xed\xde\xf9\xe9\xcc\xe6\xa2\x14\xdc\x5a\x8d\x10\xf2\xd2\x86\x0a\xc4\xbd\xea\xe8\xb6\x6c\x88\x5a\x0c\x33\xab\xd0\xdc\x72\xeb\x38\x81\x6b\xbb\x2f\x05\x75\x55\xe0\x1c\x05\xc2\x69\x5f\x5c\x89\x09\xd4\xff\xa9\x79\x2d\xa6\x8b\x9c\xc9\x12\x9c\xc0\xc1\xf5\x14\x12\xa3\xa2\xe9\xb8\x82\x32\xb7\x90\x88\xb9\xce\x66\xa6\xda\x92\x7b\x0c\xf5\xed\x77\x4a\x64\xd4\x88\xb3\x55\xe5\xfc\x90\x4f\xa3\x37\x82\xa0\x13\xed\x10\x27\xe4\x58\x14\x93\x73\x88\xe9\x81\xbf\xb6\x9f\x8c\x7f\xdc\xf9\x69\xb2\x3b\x99\xee\xfe\xf4\xf8\xa7\x1f\x77\x76\xf8\xce\xf4\xe9\x60\x3a\x7e\xe2\x55\x9e\x42\x44\xb1\xa1\x0f\x90\x9a\x9c\xce\x28\xd6\x35\x5c\xd4\x9a\xf9\x7c\xc8\x1e\x0e\xd9\x56\x6f\x8b\x3d\xf4\xf3\x2c\x3a\x31\x87\x5b\x94\x66\x79\x91\x53\x51\x19\x18\xf4\x68\xd0\x60\xb0\x05\x4e\xd4\xba\x73\x9a\x04\x68\x0f\x83\x41\xbf\x4d\x86\xd3\xe6\x71\x07\xc9\xf4\xd2\x52\x48\x27\x24\x92\x3c\x4b\x8d\xbb\x25\x64\xfa\x36\x71\x93\x5a\xe3\x8a\x71\x93\x5d\xef\x1c\x31\xe4\x47\x26\x14\xd7\x7a\xa2\x6d\x26\x81\xb9\x64\xc6\xe7\x7b\x96\x5a\x6d\xca\x2c\xc7\x76\x62\x1e\x6a\xd0\xf6\xdc\xc2\x9b\xc6\x8c\xda\x34\x29\xba\xd9\xce\xab\x0c\x83\x2a\x4d\x9e\x44\x7d\xd2\x63\x5b\x1d\x31\x86\xea\x22\xdd\x7d\x9f\xbd\xad\x59\x06\xb8\x01\x9b\xbb\xc4\x3e\xf4\x2d\xce\x28\x72\x3b\xa2\x7f\xd6\x57\x32\x03\xde\xdb\x29\x6c\xe2\xd4\x04\xe4\x9d\x02\x32\xbb\x58\xba\xae\xe2\x10\x43\x69\xeb\x41\xe8\xf4\xc5\xb2\x64\x19\xea\x8a\x91\xaf\xaa\x5f\xcd\x9e\x11\x42\xe8\xaf\xef\x08\x8f\xb1\x34\x67\xfe\xaa\x34\xd6\x24\xba\x22\xa1\xd1\xea\x36\xcc\xe1\xf5\xa5\x21\xf4\xdc\xfa\x39\xbc\x74\x76\x2f\x5d\x95\x72\x21\xed\xdf\xd3\xb2\xba\xe4\x55\xfa\x9b\x98\x6a\x95\xbc\x2e\x3c\xa1\xf3\x5e\x55\x90\x04\xdd\xba\x25\xbb\x89\xf4\x03\xd7\x64\x50\x49\x39\x4d\x4f\xc4\x55\x2d\x8a\xd4\x38\x3b\xc3\x3d\x7a\xbb\x5a\x14\x8a\x11\x6d\x9f\x8b\x7c\x2e\x2a\xb9\x2d\xe4\x6c\x9b\x1a\x3a\xdf\x5e\x0a\xfe\xf9\x7d\xdc\x03\xba\xa5\xf4\xec\x79\x99\xc9\xfa\x97\xb2\x80\x24\xe4\x87\x35\xaf\xb3\x89\x1e\xb9\xdf\xdf\xce\x24\x0a\xf9\x3d\x68\xd6\x2b\xca\xa2\x07\x33\xeb\x49\x6c\xd9\xa8\xe6\x94\x15\xbd\xeb\x72\x51\xf5\x26\x65\x2a\xb6\xd3\x4c\xd6\xdb\x3a\x7c\x17\xbf\xfb\xaa\x0e\xfb\x14\x52\xdb\x17\x12\x92\xa4\xb9\xc5\x80\xd7\x08\xd6\x6c\x78\x8f\xd7\x59\xee\x77\xd2\x20\x89\x46\x11\x62\xdd\xc0\x3a\x92\x9f\x73\xf9\xe1\xb2\x70\x5c\x69\xc9\x0b\xdf\xe6\x0c\xf6\x5b\x98\x0f\x29\x5f\x2f\xd0\x04\x51\x56\xd3\x3f\xd5\x23\x42\x0a\x53\xdf\xaa\x84\xa3\x80\x06\x26\x06\x21\xdb\xf3\x4a\x80\x6a\xbf\x5a\x80\x63\x72\x33\x36\x19\x23\xeb\xf1\xab\xb2\xd0\x36\x6c\x2f\x8f\x7b\x26\xd9\xac\x4c\x17\x18\x14\x3d\xaf\xb2\x19\xa6\xd7\x87\x2c\xf9\x29\x15\x42\x70\x82\x9b\x19\x56\x4f\x48\xa9\x1b\x28\xdf\xb1\x25\x21\x72\x9a\x55\xe2\xf7\x05\x04\xbf\x66\xe0\x1c\x3e\xa9\x59\x01\x91\x35\xf0\x8d\xcc\x66\x59\xce\x2b\x2f\x7f\x29\xa4\x22\x57\x44\x8e\xf7\x1d\x62\xd7\x18\x47\x6f\xf2\x26\x8b\x49\xc6\x73\x36\x5e\x64\xba\x6a\x2d\x42\xc4\x6b\x03\x81\xbe\x4c\xcd\x16\x93\x73\x26\xb8\xcc\x08\x4c\x05\x36\x41\x30\xe7\x93\xcf\xfc\x8c\xc6\xc1\x2a\x0c\x6a\xfa\x6e\x35\xda\xfa\x5c\xcc\x6c\x25\x5d\x0a\xe9\x9e\x2e\xea\x45\xa5\x26\x70\x7d\xc9\xaf\x47\x05\x5d\x67\xfe\xc7\xc7\xf7\xef\xf4\xfe\x0f\x12\x4a\xb0\x17\x2d\x0b\x0a\xa5\x33\x80\xa3\x41\x0e\x46\xa8\xdc\x30\x2a\x6e\xbb\x54\xd5\xaa\x7b\xaf\x5b\x6a\x84\xa2\xfa\x69\x26\xe7\x39\xbf\xd6\xb2\x48\xa4\xc9\x96\x7b\xcf\x86\x17\xbf\x56\xe5\x45\x96\x42\xae\x8c\x58\x97\xfa\x35\x5d\x1e\x4f\x4e\xb0\x68\xd4\xc9\x42\x0a\xb7\xb9\x7b\x8b\x0c\x5e\x75\x7c\xdf\x6a\xcb\x5a\x3b\x91\xf1\xba\x9e\x4b\xb7\x12\xe3\xda\x46\x09\xdf\x81\x57\xb7\x0d\x5c\xf6\x53\xa4\xd3\xd8\xdb\xdf\x9b\xd5\xf9\x7e\xdb\xf2\x75\xc7\x21\x7c\xae\xef\x00\x53\x57\x1a\x81\xab\x3a\x96\x76\x80\x54\xf9\xe8\x2e\x22\xf0\x02\xd8\xcc\x00\xe0\x07\xea\xac\x9e\xb0\x73\xfc\x2b\x48\x34\x10\x94\x0a\x43\xc1\x82\x27\xa4\x8f\x9c\x8f\x8a\x68\xd7\xe4\x25\x5f\x6e\xef\x47\x64\xee\x18\x2d\xd4\xe5\x36\xf1\xa8\x6b\x21\x05\xbc\x0b\x48\x03\x9e\xb5\xd3\x84\xdb\x5d\x37\x2c\xe6\xdb\xe8\x4f\x3f\xeb\x40\xf9\x6a\xf8\x33\xc1\xdd\xec\x68\x27\x68\xe7\xe2\x26\x07\x35\x84\x71\x97\xf0\x92\x1e\xe0\x2d\x50\x8f\x51\x07\xfd\x46\xdd\x35\x57\x5f\xf5\x3a\x5e\xaf\x56\x67\x40\x40\xb9\x6f\x5d\xd3\x89\x6a\xe2\x2b\xca\x9d\x96\xdd\x65\x99\xfd\xb7\x8e\xa0\x8d\xde\xb7\xc7\xba\x22\x8e\x56\x9b\x68\xcf\x4c\x3c\xed\x30\xa6\x09\x86\xd7\x48\x49\x58\xd6\x17\x7d\x7c\x38\xfc\xd2\x01\x8f\x01\x45\x40\xb7\x0f\x5a\xdd\xed\x1c\xd8\x42\x1f\xc5\xf5\x11\x55\xb7\xa0\xa8\x5e\x03\x39\x75\x80\x96\x75\x91\x02\x65\x82\x1c\x1c\xa8\x9d\xc7\x38\xd9\x8b\xb5\x15\x2b\x22\x9e\x6a\xb1\xad\xf3\xe5\x36\x61\x4d\xda\x8b\x14\x8a\x84\x3d\xff\xef\x59\x7d\xae\xe9\x2b\xd8\xaf\x8e\x30\xe7\xb0\x23\x87\xfc\xbc\x0d\x13\x6f\xed\x12\xbe\x69\xba\x64\x8b\x38\x5c\x45\x57\x91\xf6\xd0\xe4\xee\x34\xef\x85\xf6\x25\x31\x46\x50\x5a\xbb\x65\x1b\xd9\x21\x88\xb9\xec\xdb\x45\xf5\x81\xd6\x1d\xc5\x90\x46\xf3\x73\x7b\x88\xad\x8d\xc7\xe4\x3d\x81\xdd\x83\xc9\x9c\x6c\x89\xe5\x01\xf9\x42\xec\x21\x08\xd0\x6d\xc2\xc8\x39\x46\x27\xce\xa2\x75\xf5\xce\x20\x04\xcd\x58\xd0\xbc\x68\x0a\x7a\x46\x1c\xd3\xb4\xf1\x38\xe9\xcd\x8d\xf3\xa2\xa0\x27\xd6\x22\xb7\xe5\xd4\x19\xa0\x3a\x42\x5e\xad\xdb\xc2\x2c\x87\x7f\x6a\xad\xb9\x2a\x0e\xa1\x2c\xc1\x9b\x81\x26\x71\x28\xdf\x32\x20\x31\xd3\x68\x4b\xac\xc6\x66\xba\xa7\xfe\x87\xf8\x05\x61\x92\x5c\x14\x62\x95\x3e\xf4\x1c\xfd\x2d\x12\x3f\xae\x71\xd6\xd8\x97\x69\x1f\x1c\x4f\xa3\x0d\x4b\x37\x98\x69\xc6\x5b\x8d\x87\x6c\xb4\xd1\xa5\xab\xa8\xf6\x39\x8b\x5c\x8e\x3a\xa6\x93\xc4\xae\x92\x09\xbe\x07\xc9\x60\x21\x1b\xc9\xa4\x48\xf9\xc5\x2e\xa1\x34\x92\xc4\xa0\x84\x2c\xb5\xc5\x53\x40\x8e\xfd\xc7\x21\xde\xad\x8b\x12\xe5\xda\x57\x87\x87\x9a\x65\x48\x5e\x64\x75\xf6\x87\x78\x6b\xf4\x29\x9e\x96\xbe\xf1\xb6\x63\x15\x2f\x41\x20\x9b\x79\x6e\x1d\x7b\x46\xa3\xef\xb6\xcf\x12\xb6\xd5\xdb\xf2\xf9\x94\x62\xb7\xea\xde\xa2\xcf\xf7\x93\x93\xd7\xef\x3f\x7c\x7c\xfb\xe1\x97\x93\x8f\xff\xeb\xd7\xd7\x27\xbf\xbe\x7b\x7d\x70\xf8\xfa\xe4\xe7\x0f\x27\xbf\x7c\xf8\x78\xf2\xcf\xc3\xd7\x27\x27\x5b\xcf\x5c\x7b\x4d\xf4\xd3\x77\x07\x2f\x5f\xbf\x5b\xf6\x2d\x11\x1a\xca\x12\xbf\x52\xca\xc7\xc0\x35\xc3\x7d\x0b\xa7\xb9\x26\x27\x7b\xc6\xaf\x7d\xcc\xd0\xa1\x42\x1b\x5b\xca\x86\x99\x19\x6a\x34\x8b\xc9\x67\xca\xf5\x55\x09\x5c\x41\xd5\x34\x15\x93\x9c\xdb\x32\x67\xa6\x0f\x1b\x8a\xb1\x67\x42\x31\x96\x94\xb3\x3b\xd4\x8e\x35\x94\x1d\x87\xe7\x79\x79\x29\xa0\x78\xb9\x0e\xa3\x20\x67\x9c\x86\xaf\x12\xb8\xd8\xa9\x46\x61\x18\x72\x78\x77\x45\x95\x84\xe3\x43\xc4\x8c\xdf\x90\x9d\xba\xe7\xc1\xe5\xaa\xf8\xc4\xa5\x5e\x09\x13\xc7\x64\xb4\xed\xe4\x26\xe2\x2e\x00\x2e\x81\x7f\xf3\xc5\xa2\x39\xc4\x98\x82\x62\x44\xba\x7f\x1d\x6e\x32\x37\x3f\x22\xfa\x69\xd3\xd8\xa5\x4f\x08\x52\xb9\x9e\xdf\x5f\xc5\xa8\x66\x02\x8a\x75\x70\x5f\xd6\x6b\xe3\xcb\x78\xf0\xbe\x2f\x6b\x9d\xb1\x19\x81\x07\xfa\xa8\xca\x99\x71\x08\x37\xba\x5e\x36\x64\xce\x27\xba\x9e\x32\xaf\x59\xe7\xc5\x1e\xea\x09\x46\xa3\xfe\xcd\x7b\xb8\x71\xab\xbf\xba\x9d\x17\x7b\x9f\xe4\xd5\x4d\x93\xc8\xbb\xfd\xef\xc1\xe7\x4b\x3e\x0c\xbf\xee\x76\x20\x30\x58\xfd\x0f\xef\xfd\xb1\xd3\xfb\xe9\xbb\xe3\x87\x5d\xb6\x1d\xd6\x21\x78\x10\xea\xd6\x31\x95\x1c\x9f\xf2\x2a\x43\x87\xae\xac\x12\xd3\xf2\xca\xbe\x5e\x32\x03\x00\x26\x36\xee\xdf\xb6\xa3\x86\x07\xe3\xc6\xe7\x8d\x6f\xd6\xd1\xe3\x16\x90\xc7\xac\xc9\xcf\xb4\xf2\x39\x16\x6c\x15\x9e\xf7\xba\xe3\x67\xb6\x88\xb9\xae\x8e\xd4\x94\xb2\x62\x97\x46\xef\xe6\xe7\x5c\xba\x9c\x93\x5c\x4a\x35\x84\x26\x55\xb5\x79\x9e\x31\x5d\x31\x97\xd7\x64\x83\x20\x3d\x2c\xa8\x64\x69\x1f\x9e\x62\xa5\x53\x0e\x45\x76\x29\x4f\x1d\x38\x4d\x53\xbe\x29\xb3\xdf\xa1\x64\x20\x5d\x5d\x15\x4f\xf0\x3f\x69\xa6\xb6\x0b\x95\x57\x5a\xa9\x03\xc9\x03\x17\xb9\x4e\xae\x07\xf2\xed\x44\x54\x50\xd3\x0b\x74\x8b\x50\x6e\x61\x96\x49\x0a\x4f\x80\xb1\x4a\x29\xb3\x71\x2e\xec\x5e\x22\x26\x69\xa6\x1d\xb0\xc8\x66\x5a\x3a\x6c\xd8\xe6\xb8\x65\xd1\xd7\xfa\x65\xc8\x82\xa8\x46\xef\xbc\xb9\xf3\x9f\x59\x69\xc8\xd7\x00\x42\xcd\x25\xb7\xbb\x30\x4b\xa4\xe7\xa0\xe7\x9f\x03\xb6\x55\x2c\xce\xd9\xed\x24\x96\x29\x34\x9c\x55\x2c\x5f\x68\x30\x50\xa3\x04\x6d\x08\xc8\x83\xc0\x9e\xe3\xc2\x10\xb6\x75\xf3\x71\xba\x56\x3d\x27\xf9\x5e\xc3\xb4\xdf\x84\xd0\xac\x5b\xd2\x2a\x30\x76\xef\x53\xdc\x35\x48\x3b\xe8\xc7\x2d\x06\xd5\xfc\x8c\x34\xf1\xa6\x2a\x67\x87\x8a\x09\x19\x22\xf0\xd9\x86\xc7\xa8\xfd\x2f\x5c\x8b\xe2\x32\x0c\x1c\xb9\x39\x46\xb7\xd0\xc7\x64\x8b\x3d\x0c\xc7\x7f\xc8\xb6\x9e\x6d\x1d\xb7\x15\xb0\xab\x16\x3a\x82\x65\x79\x0e\x53\x7d\x97\x05\xb2\x76\x69\xcc\xcf\x10\x0b\x79\x56\xd7\x4a\x66\xfa\x27\x9e\xd4\x14\x60\x8a\x8b\x39\x91\x72\xcb\x7d\xe0\x49\x89\xea\xda\x1e\xa5\x83\x61\x48\x07\x37\x37\xa6\x07\x6f\x21\xbf\x5a\x2c\xe8\x57\x62\x0a\x6e\xc2\x98\x80\xcc\x3c\xf6\xd2\xc3\x3a\xb9\x68\xe9\xe8\xcf\x1b\xf7\x0b\xff\xc6\x83\x52\xa6\xee\x4d\xd3\xbd\xad\x4f\x6f\x33\x38\xdc\x53\x6f\xdb\xa6\xab\x45\x06\x06\xee\x09\x05\xcf\xb7\x82\x04\x3b\x5f\x02\x9d\x2d\x97\xec\x55\x62\x8e\x3b\x2e\xd9\xeb\xc4\xd7\x0b\x72\xc9\x3e\x26\xed\x5a\x5b\x2e\xd9\x49\x12\x5c\xfa\xb9\x64\x3c\xb1\x57\x5b\xf5\x7b\x9c\xc4\xe4\x74\x25\xaf\x26\xa1\x49\x84\x4b\x76\x9e\x58\xdd\x1f\x97\x6c\x91\x34\xf5\xb8\x5c\xb2\xcb\x16\x1b\xdc\x6b\x9d\x26\xdf\xb5\xc1\x2d\xa4\x00\xfb\xdb\x42\x8a\x77\xfc\xba\x5c\xd4\xaf\xa7\x53\x31\x69\xb7\xc0\xb5\x1b\xdc\xbe\xb0\x73\x80\xd1\x83\x3a\x61\xaf\x01\x79\xf8\x4d\xc2\x26\x30\xb7\xc6\x8c\x13\x76\x09\x90\x07\xb3\x49\xd8\x47\xc0\xb3\x8b\x77\x5b\x12\x47\x9b\xc4\x28\x35\x76\xef\xa7\x9f\x76\x7f\xfc\x69\xbc\x3b\x88\xd8\xb7\xec\x22\xc3\xc2\xba\x2b\x1d\x19\x23\x61\xdc\x3c\xb2\xcd\x4e\x60\x4d\x5b\xd6\x3b\x61\x0b\x58\x11\x5a\x9d\xd6\xf9\x8c\xf5\x63\x5c\xc4\x7b\x4d\xc6\xac\x44\x8b\x49\xb3\x61\xce\x5c\x69\xbd\xdc\x6a\x31\x23\xba\x4d\xfe\x7f\x65\xc6\x74\x0f\x8d\x24\x26\x59\x7c\x7b\x33\xa6\xf9\xcc\x56\x08\x8b\x7c\xa1\x1e\x5b\xa3\xe7\xfc\xf3\x19\x06\x9d\x8e\x6a\xb4\xc7\x8f\x36\xfc\x7b\xe6\x68\x03\xaa\x64\x5c\x88\x4a\x66\x65\xa1\xde\x0f\x06\xfd\xc7\xfd\x01\x3d\x9f\xf1\x0c\x1e\x36\x51\xdb\x9f\x7c\x92\xfd\x4f\x52\xb7\x83\x9b\x51\x4b\x4b\x44\x1f\xb5\x24\x9c\xee\x99\xf4\xfa\x1b\xfd\xc8\xc2\x99\xde\x55\x97\xd1\x06\x7a\x6d\x3c\x30\x5a\xbb\xd3\x20\xac\xec\x4e\x37\x84\xc4\xf4\xd0\xa7\x3a\x4e\xa4\xfa\x0e\xfe\xd8\x06\x11\xa8\x9f\xf6\x6b\x3d\xe6\x34\x03\xaf\x06\x5d\x23\x65\x43\x56\x13\x07\x1a\x35\x94\xf3\xf3\x93\xbc\xea\xd1\x76\x0a\x9e\xa6\xe2\x22\xf2\xe6\xab\xe8\xd7\xe9\x07\x61\xff\xde\x85\x5b\x3d\x9e\xf1\x49\x55\xfa\xe8\xc3\x47\x2d\xed\xfa\xd3\xbc\xbc\x44\xe4\x1c\xc3\x4b\x99\xa5\x02\xf9\xb9\xdc\x43\xe7\x48\x78\xcc\x17\xf5\x79\x59\x29\xa4\xcd\xb2\x7a\x72\x2e\xf2\xfc\x9c\xcf\xb2\xbc\x2e\x0b\xf6\x5c\x3f\xf9\x5b\xf8\xaa\x3f\x13\xfb\x34\x66\x9e\x4d\x44\x21\x81\x9e\xde\xbf\xfd\x48\x0f\x25\xa4\x1a\x93\x0e\xe5\xd4\x42\xd6\x7b\x30\x35\x78\x85\xcb\x9b\xd6\x90\xe2\x19\xa4\x1d\x6f\x21\x53\x28\x64\x27\x8a\x49\x26\xdc\x4e\x7c\x26\x87\x7d\xfc\xeb\x87\xfe\xe0\x51\x7f\xb0\xe3\xa0\xc0\x3f\x95\xa8\x19\xec\x95\x68\x2b\xb3\x73\x75\xcb\xfe\x4e\x7f\x37\xda\x50\x6d\xd8\x55\x8d\x80\x75\x38\x8d\xa2\x43\xba\xac\x97\xda\xee\xf4\x77\xfb\x4f\x9c\xb6\x2d\x54\x44\xad\x1f\xf5\x1f\xa9\x8d\x6f\x31\x36\x17\xa2\xfa\x79\x29\xd6\x26\x65\x65\x51\xe6\xc2\x05\xfd\xab\xe7\xfb\xc3\xc1\xd3\xfe\x8f\xea\x4d\x7b\xbf\xef\x45\xcd\xdb\xfb\x36\x75\x38\xb0\xda\x20\xcf\xf7\xc0\x39\x98\x6a\xe6\x58\x3c\x20\x8d\x13\x57\x5b\xf5\x99\x4b\x16\x17\x77\x98\x63\x3b\x59\x48\x42\xe3\x60\xd0\x1f\xf4\x1f\xb5\x34\xe9\x41\x6a\x02\x50\x94\x50\xeb\xb6\xd5\xc4\x2c\xfa\xa6\xcb\x36\x32\x83\x00\x5c\xd3\xea\x91\xdf\x2a\xc0\x88\x22\x9e\xa7\xfd\x9f\xfa\x83\x81\x69\x44\x9b\x85\x88\xc5\xff\xfc\xbc\x9e\xe5\xbd\x9a\x9f\xf5\xa0\x40\x90\xa1\xbe\x81\x43\xa2\x66\x95\x07\x4f\xfb\x03\x1f\x44\x79\x71\x16\xfd\xd8\x23\xb0\x4a\xcc\x4b\x99\xd5\x65\x75\xad\xde\x47\xd2\xa7\x6b\x26\xfd\x49\xea\x3f\xb7\xeb\x4a\x88\x6d\x75\x2e\x6d\x6b\xef\x10\xef\x24\x9b\x2f\xc6\x79\x26\xcf\x5f\x95\xc5\x34\x3b\x33\x8b\xc9\x27\x4a\xc8\x57\x83\xc0\xfb\x89\x0b\xc4\x68\x63\x31\x4b\xf7\x54\x8f\xc4\x40\x9a\xa7\xc3\x62\x96\xf6\x67\x59\x61\x39\xa5\xeb\xc2\x63\x06\x11\x45\x5d\x5d\xcf\xcb\xac\xa8\x9d\xf3\x00\x4e\x24\x3c\x34\x5c\x3e\x0b\x8f\x9d\xd3\x20\xfe\xd2\x39\x14\x9a\x0d\xbe\x4e\xb6\xd1\x87\x9c\xe6\xe4\xa3\x7a\x31\x4b\x7f\x21\x19\x81\x66\xff\x1b\xe2\x55\x17\x69\x31\x52\xc5\x27\x79\xe5\x6a\xfa\x3f\xc9\xab\x88\x6a\x1f\xf2\x1e\x56\xda\x13\x1f\x4a\x98\xcb\xd0\x96\xe8\x9a\x8c\x1f\x2c\xb9\xda\xc2\x55\xb6\x1b\x77\x32\xf5\x0c\x61\xde\x3d\xa4\xcf\xe7\xf3\xfc\xba\xe3\x28\x47\x14\x3c\x0d\x95\xb9\x7a\xf8\x4e\xd7\x9d\x74\xbd\xd0\x8d\x22\xca\xed\xf4\xa0\x3a\x03\xbb\x35\x29\x9f\xd1\x86\x6d\xbb\x20\xa5\x40\xec\x0b\xf0\xd4\xd7\x17\x95\x25\xcd\x06\xc7\xc6\x88\xda\x6a\x3d\x09\xf5\x05\x19\x1b\xb2\x5d\xeb\x47\xff\x2e\xe2\x46\x1f\x1f\x2c\x3b\xd6\x91\x12\x99\xe3\xde\xdf\xb4\xef\x2d\xc1\xaf\x5a\xc0\x24\xde\x7d\xe0\x12\xc4\xab\x42\xa4\x07\xe3\x72\x51\xd3\x5d\xf9\x4d\x59\xfd\x1d\x7d\xbf\x75\x68\x05\x6a\x3e\x33\x28\x69\xcb\xd0\x14\x57\x62\x35\x11\xb4\x1c\xca\x3e\xd8\xee\x28\x91\x9c\x36\xab\x82\x10\x4c\x22\x9c\xf6\x26\x7c\x29\xa6\x65\x65\x3c\xc3\xa8\x92\x6c\xcd\x31\x62\xa2\xac\x14\x11\xea\xba\x22\xe7\x1c\x7c\x6e\xc7\x42\x14\xb6\x7e\x36\x1a\x90\xae\x85\xba\xac\xcd\xd5\xf9\xf0\xea\x3c\xcb\x53\x6f\xf4\x49\x9e\xa9\x9b\x14\x64\x7e\x75\x21\x39\x3c\xfc\x0d\xee\xbb\x7a\x02\x53\x86\x15\x6c\xa9\x5e\x8c\xc6\x87\x99\xfa\xfd\x34\xdd\xf7\x31\xa1\x3d\x58\xb6\x06\x9b\x9b\x58\x60\x07\x6d\x68\x90\x1a\xcc\x68\x62\xd4\xa5\x52\xe4\x39\x85\x7a\xd4\xe7\xe0\x92\x5c\xb1\x4c\x2b\xbe\xe7\x55\x39\xe6\xe3\xfc\x9a\xf4\xe9\x18\x20\x25\xeb\x72\x16\xf8\xdd\x5e\x9e\x67\x93\x73\xad\xe1\x16\xbc\x90\x18\x39\x8f\x89\x37\xc8\x33\x1a\x42\xd3\xb9\x33\xb8\x9a\x75\xc3\x37\x8c\xbd\x25\x0f\x71\xaa\x50\xe1\x3b\x8a\x6b\x2d\x3d\x68\xed\x10\xe8\xac\xa6\x88\x7d\x5c\x6b\xf0\xa9\x76\x6c\x81\x66\xb4\x9b\x1b\x6b\x2a\xb0\x3c\x27\x4c\xa5\xf6\xb6\x66\x79\x59\x7e\x96\x68\xa7\xbb\x2e\x17\x5b\x95\x70\x27\xaf\xad\x03\x65\x41\xeb\x9c\xb0\xd4\x4d\x9e\x56\x97\x0c\x3d\x39\x4d\xe1\x22\x68\x9e\x61\xee\x02\x27\xab\xd9\xf2\x5d\x63\xc2\xa4\xbc\x38\x2a\xd2\xa9\xe3\x34\x9c\xdc\x36\x2b\x55\xcb\x47\xd8\xf8\x78\x6d\x95\x32\xa6\xe3\x07\x7f\x52\x96\x49\x9b\x07\x85\x9b\x3a\x23\x68\x66\x71\x9c\xef\x26\xe7\xbc\x38\x13\x8c\xd7\x4c\xcb\xdc\x54\x4d\xa8\xde\x92\x4c\xc0\x65\x22\xbb\x10\xf9\x35\x62\xf6\x9c\x5f\x00\x4e\x2f\x4b\x96\xcd\xe6\x48\x45\x64\x00\x01\xff\x54\x08\x5f\x25\xac\xcf\x58\xb9\x70\x6a\x2f\x99\xc8\x08\x93\x7d\x19\xc2\x44\x21\xe6\xa4\xb8\x86\xec\x51\xae\xfb\x02\x70\x88\xdf\x40\x25\x89\x3a\x2b\x4a\x36\x17\x28\xae\x9c\xdd\xe8\xe9\xbe\x21\x04\x34\xd4\x00\x63\x64\x8b\xf1\x9b\x37\xc3\xd0\xe9\xb1\x56\xad\x6f\xaa\xb5\xed\x16\xc4\xf6\x4b\x7a\xbb\xc5\xc0\x9d\x46\xcd\xc2\xe0\xba\xf6\xb7\xdb\x2a\x93\x87\xf0\x74\xe4\x46\xe7\x68\x2b\x8d\x65\x5b\x2e\x7f\xf6\x4f\x07\xdd\xba\xc0\x08\xb9\xb4\x9c\xc0\x59\xdf\xff\x7d\x21\xaa\xeb\x43\x8a\x49\xef\x8c\x36\x80\xb2\x8e\x52\x5e\xf3\x1e\x89\x17\x43\x93\xaa\x51\xe3\x8b\xc5\x34\xe6\x26\x85\xe3\x31\x6e\x0a\xab\x0c\x77\xe7\xa1\x38\x7b\x33\xf3\x08\xbe\x1b\xe3\x51\x30\x64\xe1\x07\x3a\xa6\xcd\xb1\x81\x42\x56\x32\x35\x95\x46\x58\x0e\x0b\x10\x02\x5b\x0f\x8b\x89\x09\xf4\xd8\xc1\xca\x15\x60\x59\x84\xd4\x89\xa9\xc0\x72\x60\x18\xa8\x34\x29\xcf\x8a\xec\x0f\x28\x3b\xc4\xa5\xe9\x0b\x7e\x8f\xaf\x59\x09\x51\x1a\xcf\x71\x63\x6f\xef\x4b\x6b\x93\x55\xfd\xf4\xa5\xa8\x0f\xea\xba\xca\xc6\x8b\x5a\x74\xb6\x5c\x2c\x6e\xa1\xe6\xff\x99\x3f\x65\x5d\x32\xfd\x48\x7d\x7d\xdc\x8c\xee\x23\x5a\xef\xdb\x72\x4c\x47\x54\xb0\xc9\x99\xe4\x71\xd3\xc1\x35\x20\x7c\x3d\xdc\x34\x5f\xc8\x73\x93\x9c\x91\xa2\x42\x12\x76\x04\x08\x3f\xbe\xd3\x3e\xd2\xa0\xbd\xb2\x75\xac\x02\x60\x23\x9b\x29\xf8\xe8\x68\xe7\xd8\x49\x90\xe6\x2f\x5b\xd8\x74\xe0\x1b\xa4\x9c\xc6\xe1\x2c\xbd\x8f\x82\x60\x50\x8d\xa4\x18\x39\xb9\xf4\xbc\x2c\x59\x1c\x48\x16\x4a\xfa\x70\x03\x8a\xc9\x2e\xbf\xd4\x46\x05\xdd\xda\x52\x5b\x4d\x00\x96\xec\x10\x35\x28\xe5\xb9\xd3\x71\x59\xe2\x2a\x93\xe0\x58\x5f\xb8\x87\x33\xc8\xe9\xb2\xb4\x27\x96\xa9\x21\xa9\x5b\xa0\x98\x84\x87\xaa\x71\xd4\x30\x95\x32\x9d\x5d\xd7\x80\x87\xf5\xd8\xe0\x18\x66\x41\x72\xc2\x61\x36\xce\x31\xb2\x3c\xba\x8f\xa9\xd7\x67\x4b\x89\xd0\x26\x95\x72\xaa\x9a\x29\x86\xe3\x9b\xf7\x88\xec\x61\x31\xbb\x3e\xe1\x26\x21\x2b\x3a\xf6\xea\x34\x28\x8c\xdc\xdf\x98\x84\x3b\xbd\xc5\x96\x84\x2f\xb7\x9a\xf9\x6e\xa4\xd4\xbb\xc5\xa6\xc2\xc0\x9a\x56\xe6\x92\x45\x38\x4d\xf4\xed\xcb\x5e\x53\x54\xcb\x6e\x42\xd9\x0a\x20\x7b\x86\xfa\xeb\x39\xf4\x80\x3f\x9c\xfb\x02\x5c\x0a\x4e\xc8\x9e\x67\x3a\x37\x59\x64\x1a\xa9\x00\x22\xf1\xe7\x5d\xd7\xa7\xdc\x86\xc5\x3b\x57\x47\xf3\xb0\xe3\xdc\x1a\x71\xa9\x80\x31\x0e\xd5\x8c\xe9\x9e\x01\xb1\x33\x3b\x89\x85\xa5\x6b\x6d\xa9\x8d\x54\x5b\x3d\xca\x7f\xa0\x7b\x42\xdb\x6b\xec\xf4\x5a\x33\x6a\x6d\xb4\xe1\x24\xd5\x82\xce\xcd\xd9\xf4\x25\x1c\xcb\xc9\x82\x78\x0b\x97\x76\xc0\x67\x91\x99\x3a\x29\x6b\xc7\x16\x9a\xc8\x42\x28\x0d\x00\xe3\xa8\xad\x6a\xcf\x45\xe7\x99\x33\x2a\xb5\xf6\x6c\xaf\xbe\x63\xb3\x92\x76\x8b\x70\x35\xec\x53\x5c\x3e\xbb\x24\x86\xc4\x1a\x97\xe3\xcc\x0b\xaa\x9d\xe4\xd2\xf5\xd6\xa0\xb2\x6a\xea\x5a\x0a\x24\xe6\xde\x47\xe9\xea\x1d\x5c\x3f\x4d\x52\x02\x9b\x7a\x4a\xc9\x31\x59\x61\xb2\x1a\x83\x8b\x49\x79\x90\x2a\xf1\x15\x49\xc2\xf0\xef\x20\x43\xac\x5b\x3d\xa5\x35\x33\xac\xcd\x1d\xe2\x37\x0c\xb3\xc0\x06\x49\x42\x9a\xd9\x70\xd4\x68\x8d\x9c\x1f\x1a\x50\x1f\xb3\x7e\x62\x8f\x58\xaa\x97\x3b\x5e\xeb\x78\x75\x16\x4d\xbc\xa0\xdf\x15\x9c\x3c\xb6\x97\xe6\x28\xf5\x33\xb4\x85\x05\x36\xa8\x7f\xbc\xce\xa5\x6e\xb6\x33\x74\x9b\xf2\xed\x4a\xa7\x3a\x76\x4b\x5f\xc4\x4e\x27\x57\xa7\x26\x9b\xa2\xfa\x01\xa1\x5f\x82\x2e\x6d\xe0\xe1\x2b\x85\x53\x97\x55\x9a\x74\x0d\x5d\x75\xea\x5c\xdb\x7c\x6b\x93\xb2\xb8\x50\x87\x64\x7d\xae\xbe\xb0\x55\x5f\xb9\x5b\xd5\x75\x7c\xed\xfa\x61\xcd\x2c\x14\x0a\xe0\x4a\x4c\x44\x76\xa1\x63\x70\x9f\x9b\x7a\xb7\x72\x7b\xdf\xfa\x1a\xfb\xa9\x90\x58\x2c\xf7\x8a\x5e\x5d\x43\xef\xf6\x9f\xf5\xe4\x00\xc7\x4f\x8f\x12\xdd\x25\xe6\xd5\xd9\xd1\xe7\x63\xf0\xd2\x88\x26\x8c\xc1\x21\x20\xc6\x02\xfe\x7a\x38\x64\x5b\xac\x01\x99\x6d\xf9\x70\xc8\xa2\x79\x70\x5a\x7f\x06\x93\x0a\x13\xe9\x38\xaf\x9b\xc9\x73\xfc\xcc\x54\x84\x0c\x5e\x9d\x35\xd3\x64\x79\xe2\x08\xb4\x74\x77\x66\x2e\x61\x86\xea\xbf\xe1\xfc\xe8\x19\x7c\x12\x71\x25\xd1\x6a\xa9\x5c\x1a\xf6\xe6\x94\x60\xaa\xce\x84\x57\x0a\x7a\x22\xdd\xea\xcf\x6e\xf1\xe7\x88\x3f\x9a\xe3\xad\xe6\x97\x86\xfe\x8a\x82\xd3\xae\x13\x56\xa3\xdc\x33\x89\x42\xcf\xd9\x6e\x18\x07\xe2\x3b\xc1\xf8\x53\xf7\x4b\x3d\x83\x80\x10\xf6\xec\x1d\xc3\x96\xd8\xbf\x56\xf1\x44\x41\xb5\xbf\x81\xe2\x0b\xb4\x09\x5a\x20\x1e\x59\xdf\x4b\xef\x78\xb1\xc2\x8b\x71\x66\x32\x5f\xdf\x23\x1f\x5a\x23\x52\x08\xd3\x19\x06\xb9\xcf\xd2\x05\xa4\x17\x40\xfd\x5c\x33\x0c\xea\xcf\x16\xa3\xd6\x10\xa4\x82\x3a\x04\x4b\x15\x34\x98\xd6\x27\xf4\x5a\xb4\xd7\xe2\x2f\xeb\xdd\x18\x3c\x79\xb7\x19\x14\xb6\xae\x1f\xdb\xad\xbb\xd8\x9e\x4d\x60\x72\xf5\x27\x2f\xf5\xd5\xd7\xad\xf4\xee\xfa\x4b\xbd\x4b\x6b\xbd\x6b\x17\x7b\x97\x56\x7b\x97\x7e\xc6\xd7\x7b\xb7\xb9\xe0\xbb\x8d\x15\x77\xc3\xf0\x22\xde\xa8\x96\x65\x39\x72\x59\xb7\x89\x7c\x2c\x7f\x61\x13\x8c\x4f\x24\xc6\x0d\x90\xb8\x39\xb9\xda\x63\x93\x2b\x2d\x7b\x62\xd4\x4f\x9b\x5a\x4f\xf7\xed\xba\xdb\xf9\xc1\x54\x1d\x1a\x0e\xe1\xf0\x79\x00\x29\x24\x47\xdf\xc8\xe5\xce\xb2\xab\x36\xaf\x3b\xd3\xc0\xdc\x96\xee\x53\x3e\xc7\xa9\xfc\xcd\x46\x1b\x28\xfc\x8d\x36\xc2\x30\x71\xb8\x40\xfc\xb7\xc1\x0f\xbb\x3f\x00\x35\xc9\x72\x26\x58\x25\xb8\x2c\x0b\xf6\x0f\x21\x6b\x26\x2e\x78\xbe\xe0\xb5\xd0\xc1\xf9\x92\xd5\x97\xd9\x04\xbc\x84\xa1\xad\x12\xb1\x16\x33\x45\xa4\x14\xbc\x7f\x26\x6a\xd5\x76\xf2\x59\x4b\x54\x9f\x84\xac\xfb\xea\x81\x5d\xdb\x4c\x42\xdf\x43\xed\x88\xaa\x9a\x34\x00\xb3\xe7\x8a\x9d\x09\x96\x21\x51\x1f\x7b\x42\x37\xea\x24\x6d\xf4\xb1\xfd\xe0\x05\xbb\xcc\x8a\xb4\xbc\x64\x7b\xd4\xe8\x59\xf8\xd5\xff\x04\x96\x37\xda\xb0\x51\x42\xbf\xbd\x3e\x78\xf5\x11\x6f\x21\xf3\xcf\x67\x7d\x72\x24\xea\xcb\x79\x9e\xd5\x9d\xad\xfe\x56\xf7\x68\x07\xb3\x79\x9e\x9c\x38\x09\xe1\x15\xa0\x1e\x1c\x47\xa6\xff\xe3\x48\x02\xab\x4b\x5e\x15\x28\x91\xf2\x4a\xb0\xbc\xe4\xa9\xc2\xa1\x2f\x71\x52\x41\x37\x8c\xda\xa2\x24\x54\xaa\xa5\x48\xfb\xec\xb7\x45\x51\xa8\x2f\x40\xf8\x9c\x2d\xf2\x3a\x9b\xe7\x02\x74\xed\xbc\x98\xa8\xd5\xe2\xd7\x0c\x9d\xf0\xe7\x55\x39\xce\xc5\x4c\xf6\xd9\x47\xa8\x22\x6f\xeb\xc5\x65\x53\x66\xbe\x84\x7e\x68\xaa\x18\x0c\xa4\x18\x50\x42\x66\x25\xd3\x0c\xb2\x1f\x98\xb2\xb6\x52\x11\x2e\x7d\x04\xdf\x40\x2f\xea\xc3\x48\x31\x8c\x36\xe4\x04\x2a\xff\xc0\xc1\xd4\xec\x85\xc4\x18\x1d\x3e\xc9\x2b\xc7\x23\x52\x3b\x68\x02\x5b\xf9\x24\xaf\x12\xe7\x5a\x4e\x3e\x9d\x41\x3d\x48\xc3\xd1\x4f\x6a\x7e\x76\x26\x52\x5d\xdf\xef\x1d\x06\x2f\x69\x21\x3d\x51\x82\x88\x63\x91\x7a\x60\x7f\x32\x06\xc9\xd5\x4c\xaa\x35\x99\x67\x13\xd1\xd9\x89\xc5\x7f\x52\x4a\x8e\x69\x25\xc4\x1f\xa2\x43\xbf\x90\xc6\x7f\x35\x15\x6a\xec\x90\xb6\xfb\x3d\x37\xed\x2d\x84\x82\xfa\x5d\x29\x68\x5c\xe9\x11\x58\xe8\x2d\x15\xda\x95\x7c\x2a\xde\xca\x5f\xf8\x2f\x6c\xc8\x7e\x81\x6a\x5e\xfd\x0c\x7e\xde\xdc\xd0\xc9\x61\x8a\x3e\x95\xc5\xf5\x34\xcb\xf3\x8e\x5f\xe6\xc9\xe1\xe3\x6b\xd6\x07\xbb\x30\xf5\xab\x90\xd7\x3a\x75\xf6\x5e\xff\xbe\xe0\x79\x07\x52\xa6\xa9\x13\x7b\x52\x16\x7e\x01\x18\x4c\xa6\xa6\xba\x0e\x5e\xba\x50\xd8\x22\x40\xb7\x8e\x1a\x50\xcf\x13\xfb\x00\x67\x71\xfb\x8c\x7a\x5b\xaf\x3b\xad\x11\x26\x81\xef\xd6\x99\x01\xaf\xc4\xdb\x62\xbe\xa8\x69\x22\x85\xb8\xc4\x9f\x09\xe5\xef\x52\x7f\x7b\x13\x32\x2d\xb4\x04\x8c\x9e\xe6\xba\x6d\x2c\x9d\x78\x30\xbc\x03\x58\x2c\x43\x73\x38\x40\x98\xa7\x99\x28\x36\x0b\x21\x3e\xca\x8e\x5d\xa0\x8f\x62\x59\x62\x23\x90\xb0\x20\xe4\x29\x44\xe3\x6d\x70\x4b\x01\x87\xad\x0f\x85\xba\xaa\xc8\x45\x5e\xbf\x29\x12\x4d\x05\x1e\x9a\xe8\x19\xac\x3c\xea\x3d\xba\xec\x0b\x33\x4f\x03\xbc\x3f\xd3\x63\x63\x58\x86\xac\x15\x3b\x7b\xe6\x3f\x3a\x40\x69\xc7\xa4\xc6\xd7\xcf\x7f\x03\x38\x9c\x87\x58\x48\xe0\x43\x31\x09\x53\x20\x86\xb3\x48\x3b\x8d\x14\xfc\x85\xb8\x0c\xc7\x61\xad\x89\x7c\x43\x89\xac\x25\x99\x2f\xf5\x79\x74\x92\x05\x12\x56\x76\x1c\xcb\xd0\xac\x8d\x45\x66\x12\x9b\x9b\x06\x25\x80\x4e\xd0\x7e\x6f\x6e\x32\x87\x02\x0e\x40\xce\xd6\x58\x6a\x5d\xf7\x06\xba\x82\x81\xed\x7b\x08\x74\xc0\xf5\x25\x7d\xa6\x1a\x35\xd1\x73\x71\x6f\xf4\x1e\xba\xbd\x7a\x5e\xcc\x81\x1b\xa0\x0e\xde\x1c\x18\xf9\x55\xfd\xf5\xac\xb1\x61\x1a\xe0\xde\x06\x42\x28\xae\xe2\xf2\xd2\xc0\x1f\x0a\xbf\x3a\xf0\xd7\xe4\xc1\x3a\x41\x49\xeb\xdf\xb1\xc8\x9b\xe5\xf1\xab\xfb\x6a\xf9\xd0\xed\x1b\xc4\xe6\x57\x3c\xcf\x5f\xa1\x43\xc3\xaa\x2e\xfd\xf6\x5e\x4f\x98\xd2\x00\xd4\x4b\xab\xbb\xb1\x8d\xdd\x3e\xa8\xe0\xe1\x1a\x1d\xe8\x96\x9e\xd3\x37\x06\x07\x50\xbe\xfb\xc5\x5c\x54\x8e\x6b\x3f\xb8\x97\xf5\x1e\x8f\xd3\x9d\x47\x4f\x7e\x18\x34\xdd\xd5\xc1\x8f\x2b\x51\x02\x82\x49\x16\xde\x88\xbe\x40\xed\x00\x2d\xb5\x09\x4c\x52\xe4\x41\xcf\x80\xb9\xfc\x1b\x1e\xae\x5b\x5b\x89\xf3\xe6\xbd\x28\x16\x6f\xe5\x87\xb9\x28\xac\x0f\xb0\x79\x49\x5f\x60\x72\x42\xab\x80\x9e\xf1\x82\x9f\x89\xc3\x9a\xd7\x5e\x52\x18\xe7\x71\x07\x6d\xc7\xb1\xec\x0c\xb8\xb2\x09\x3b\xa9\xc5\x6c\xee\x5f\x36\xe0\x11\x1b\x52\x93\x46\x22\x02\xa3\xcf\x38\x09\xfb\x65\x76\x85\x3a\x30\xfe\x7b\x00\xa5\x4a\xd8\x89\x97\x3d\xc0\x72\xc5\x13\x09\xcb\x30\xf4\x56\xc5\xfb\xd6\xb6\x37\x03\xbb\xaf\x3b\x41\xb2\xfe\x13\xda\xd1\xfa\x59\x40\xc0\xc4\x30\xe2\x03\xfc\x15\x8a\x8c\xb5\x54\x19\x9e\xca\x10\x66\xa4\x30\x04\xa8\x02\x97\x3e\x62\x7e\xf8\x24\x61\x47\xaa\x85\xa9\xc7\xe1\xdc\x6e\xcd\xe7\x7d\xcc\x6b\xef\x6a\xfb\xbd\xb7\x44\x42\xee\x69\xee\x50\x2a\x36\xc2\xeb\xab\x7d\xde\x28\x37\xd1\xd2\xcc\xff\xbe\xb1\x11\x1c\x1b\xf3\xcc\xd9\x03\xee\x37\xf6\xf9\xd2\x31\x9d\x66\xd1\x31\xed\x16\x4b\xdc\xe3\xb5\x31\xc5\x8b\x95\xb3\xbb\x68\x9f\x18\xcc\xc9\xac\xe2\xb3\x60\x19\xfb\x65\xf1\x0a\x3d\x77\x9c\xfd\x8a\x82\x70\xc2\x38\xfc\x7c\x2f\x6a\xee\xd1\x0b\x7e\xa8\x96\x5d\x71\x94\xce\x96\xee\x62\x8b\x92\xd1\x7b\x1f\x7a\x3a\x74\xbd\xf4\x35\xf2\x82\x20\x0f\x3e\xcc\xfb\xc2\x05\xd7\x2b\xf8\x1b\x83\x1d\x56\xed\xce\x13\xd8\xde\x66\x1f\x3f\xfc\xfc\x61\x0f\x76\xd7\x98\x4f\x3e\x5f\xf2\x2a\xc5\x52\xe0\xbc\xce\xc6\x59\x9e\xd5\xd7\x09\xbb\x14\x98\x08\x02\xae\x79\xe0\xc6\x05\x99\x44\x30\x69\x93\xda\x6f\x5e\x87\x34\x22\xe6\x0f\xb9\x74\xa8\x95\xb2\x55\x94\x45\x5d\x95\x79\x0e\xf6\x4f\x0c\x30\x17\xd6\xbd\xce\x78\xb0\x35\xa4\x2c\x5d\xa1\xb6\x89\x73\x67\xea\x5f\x87\x78\x77\x63\x99\x11\x43\x62\x33\x2f\xee\xba\x42\x8a\xc6\x61\x07\x0c\xe3\x9e\x26\x31\x72\xd2\xdf\x6c\xad\x3f\x09\x77\xa7\x62\x40\xc0\x1d\xe0\x7b\x95\x97\x52\xdc\x15\x40\xf8\xe8\x9e\x10\xc2\x79\xba\x12\x44\x73\xf8\x59\x91\xd0\x70\x61\x57\x78\x09\x4e\xb6\x23\xdf\xe9\x6c\xb4\x31\x2d\x27\x0b\x69\x2c\xd6\x66\xa7\x99\xd9\xc2\x7b\x7f\xca\x0e\x8b\xee\xd3\xeb\x46\xe2\x87\x84\x85\x03\x8d\xf3\x45\xb5\x64\x1c\xf5\xba\x7d\x18\x7c\x6b\x47\x51\x9b\xea\xcd\xdb\xff\xe3\xfd\xeb\x3d\xb6\x80\x5c\x8f\x29\x9b\xaa\xdd\x38\x29\x53\x48\x07\x41\xc9\xd3\xae\x35\x46\x22\xf0\x9c\x09\x90\x79\x96\x80\x44\x2d\x3a\x61\x99\x0c\x7d\xb7\x33\xdc\xd4\x96\x12\x77\x77\x45\xf8\x7e\x8f\xd9\xd3\xeb\xc8\x3f\x3e\xbf\xc1\x74\x34\x05\x2e\x99\x8f\x21\xd2\x82\xcf\x44\xe3\x32\x6c\xf2\xb7\x19\xa8\x0b\xcc\xf8\x11\x4f\xc1\xa7\x87\x20\x19\xe6\xbb\x39\x25\xf5\x70\xdf\xde\x5b\xfd\xce\xf6\xd9\x40\x1d\x62\xf0\x77\x8f\x0d\xd8\x1e\xdb\x71\x54\xf2\x83\x35\x54\xf2\xf8\xcf\x2a\xe6\xc1\xdf\xa8\x5d\x39\x6f\xa8\xd7\xfd\x49\x88\xef\x38\x33\xa4\x4b\x18\x62\xa8\x8b\x28\xd2\xf2\x8d\x6d\xe5\x86\x1d\x78\xfb\x62\xd9\x06\x41\x23\xc6\x92\xf5\xa3\xf4\x61\x8d\xfb\x36\x0c\xbc\x6b\xaf\x87\x91\xb7\x08\xd6\xae\x07\x7d\x60\x33\x76\xdb\x35\xe5\x9e\x35\x1a\x5b\x81\x65\x8d\xc6\xb1\x4e\xa9\x22\x37\x20\xb9\xed\x96\xe8\x62\x79\x17\x8a\xb8\x35\x40\x1d\x6d\x24\xcc\x3c\xb6\x40\x79\x8f\xa9\xe1\xb1\xcf\xa1\x63\xa9\xd5\x7e\xc3\xd8\x54\x2f\xdd\x40\x70\x4d\x49\xfc\x04\x83\x44\x01\x5f\x7c\x4a\x9a\x7a\x0b\x39\xed\x9c\xb8\xe9\xdf\x3c\x4c\xed\x5a\xf1\xf7\x44\x27\x4a\x30\x64\x94\xb4\x1d\xce\xb0\xae\x9a\x63\x6d\xd9\x37\x5b\xdd\xa4\xf5\x28\xf4\x3e\xb1\x6f\x82\x4f\xb4\x04\x47\x1f\xe8\x9f\x41\x1b\x47\xe2\x30\x0d\x9d\x67\x41\x6b\x73\x46\x9a\xb6\xe6\x49\xa4\xa5\x03\xae\x7d\x90\x44\xe4\x43\x7f\x46\x17\x38\x7f\xf7\x28\x6d\x1e\x54\x0e\x09\xd0\xf2\xbb\x07\x26\x2a\xac\x9d\x7c\x81\x09\x5d\xd1\xfa\xc1\xb5\xd9\xfd\x69\x6f\xa9\x41\x5a\x73\xf7\x06\xcc\x25\x9b\x35\x72\x2a\x1c\xaa\xc7\x48\x5d\xce\x5d\x1f\x1f\xf4\xd2\xf1\x78\xb0\x2b\x9e\x3c\x8e\xa5\x20\x70\x52\x20\xbc\xc9\xf2\x5a\x9d\xf4\x90\xa1\x8c\xc0\xa2\xfc\x01\x33\x18\x55\x54\x67\x61\xf4\xf9\xb2\x31\x0c\x70\xf8\xb5\x33\x05\xfb\xb5\x74\x50\xd6\xfb\xf1\xf1\x13\xfe\xe8\xd1\xce\x4e\xb3\x8f\xff\x52\xcf\x84\x2b\xa6\xe9\x4a\x7e\x63\xd5\x8e\x01\xd2\x4f\x40\xd2\xc8\x1d\xf0\x15\xb9\xf0\xad\x6a\x90\x5a\xd2\x83\x5e\x59\x88\x7b\x66\x94\x88\xb7\xac\xcb\x57\x60\x43\x55\xb7\x23\x90\x11\xd6\xf8\x66\xb5\xaa\xb0\x75\xb4\x98\xc9\x6b\x9d\xef\x40\x7c\x72\x1b\x52\x3a\x0a\xc5\x03\x7b\x7c\x51\x97\x32\xc8\x8f\xd1\xd2\x91\x67\xfb\xba\x6e\x76\x98\x96\x33\xab\xbc\xfb\xa5\x2c\x26\x6e\x02\xd8\x75\x55\x5f\x56\xf1\xe5\xf5\x10\xd3\x7c\xb5\xeb\xbd\xbc\x4f\x4d\x7c\xa2\x1e\xd4\x7b\xdb\xf1\xd3\x1a\x35\x55\x5f\x71\xc5\x57\x74\x84\xa8\x8e\x89\x3e\xf0\x42\x25\xcd\xe5\xcc\x0d\xac\x6c\x64\x26\xef\x60\x64\x0d\xf3\xa5\x7c\x2f\xf8\xd1\x49\x09\x8f\xff\x28\x3e\xc7\x8f\xc9\xb1\x71\x3c\xe6\x8c\x71\xa3\x23\x56\x42\xe4\x98\x85\xda\x5a\x05\x39\x60\xed\xe5\x8f\x04\x57\xef\xe2\x17\xac\xac\xbe\xf9\xc5\xa5\xcd\xd5\xb2\x26\x78\x86\xf8\x10\xb7\x40\xd9\x71\xf4\x4c\x84\x5c\xe7\x09\xf0\x91\xff\xe9\x86\xaf\xac\x2b\x76\x05\x29\x76\xbe\x34\xd4\x62\x2e\x78\x66\x0d\xfc\xc1\x9d\xdc\xc0\x46\x0a\xb0\x32\x00\x41\xe2\x61\x4e\x1d\xe3\x9d\x60\x57\xa0\xcb\x3a\x96\x17\x6a\xea\xaf\xbb\xcf\x22\x96\x14\x68\xee\x1e\x00\xfe\xd6\xbd\x5d\x62\x5f\x09\x13\x56\xc4\x0c\x2c\xe0\x68\xb1\xc2\xc2\xf2\xae\x2c\xa5\x58\xa3\xcb\x65\x9f\xbb\xe3\xc0\x1a\xb5\x9c\x3c\xea\xb3\x8f\xd7\x73\x63\xd6\x51\xe8\xef\x41\x72\x02\xf7\xb4\xb1\x8e\x89\xd8\xca\x7a\x3d\xf9\x92\x07\x9f\x7f\x2c\x5f\x49\x89\xc9\x38\x65\xc2\x6a\x7e\xa6\x07\x70\x0e\x4e\x93\x6d\x47\x5f\x24\x10\x00\x52\x14\xeb\xa5\xdf\xb3\xb0\xf5\x0b\x75\xbf\x86\x85\x2f\x2f\xdd\xe7\xe3\xb2\xcc\x13\xfc\x48\x4c\x3e\x47\xdf\x64\x45\x9e\x15\x22\xfa\x2a\xcd\xa0\xdc\x68\x1a\x7d\x59\xf3\xb3\x3d\x17\x7e\x1c\x46\x23\xc2\xfd\x84\x0a\x60\xc3\x7b\x3d\x77\xf7\x3d\x79\x2c\x99\x34\x9a\x31\x43\x0e\x8c\x06\xb5\xda\x5d\x4b\xcc\x9b\xb2\x9a\xfd\xbd\x2a\x17\x73\x97\x0f\x9a\x87\x8d\x74\xe1\x4b\x92\x19\xda\x80\x44\x0d\xa1\x9b\x75\x13\x9f\xd8\x2c\xd3\xe5\xa5\x79\x5b\x95\x97\xe6\xb9\xc6\x97\x79\xa9\x1f\xd8\xde\x41\x5c\xb4\x3e\x69\x62\xf2\xd9\xbc\xc3\x85\x30\x2f\xf1\xa7\x79\xfb\x91\x9f\x99\x57\x35\x3f\x33\xcf\xb9\x8e\xac\x5b\x76\xd9\x04\x8a\xd7\x7e\xb0\x47\xa3\x0d\x33\x6d\xbc\x4b\x9a\x19\xe2\xcf\xaa\xbc\xa4\x3b\x26\x81\x4f\xad\x14\xb4\xf8\x27\xc2\x86\x7f\xd7\xfc\xcc\xb9\x7f\x1a\x34\x03\x3c\x01\xbd\x77\xec\x3e\xb1\x7f\x26\x80\xce\x17\x6c\xab\x2a\x2f\xb7\x98\xb6\xc2\x11\xa6\x5e\xb0\xad\x69\x59\xcd\x7a\xf0\x4b\xbd\xc5\x9f\x67\x6a\x79\xb7\x74\xa3\xcd\x4d\x8d\x3b\xaf\x79\x0f\x1f\x36\xfa\xdc\xdc\xb4\x0b\xf5\x42\xd1\x14\xfe\x6d\xda\x75\x13\x4b\x04\xae\xd3\x33\xac\x00\xe8\x90\x32\x91\xa7\x52\x38\x85\xa6\xed\x22\xf4\x1d\x1a\xd0\x7f\xae\x4a\x16\x1f\x3b\x22\x3e\xf2\xb3\xe0\x36\x6e\xc7\x48\x1a\xc9\x39\xf7\x34\xce\x47\xd6\x41\x08\x20\x37\x7b\xa1\xef\xb2\x11\xf3\xf7\x33\xb7\xc5\x92\x8b\xe0\xb3\xc6\x29\x60\x3e\x7b\x66\x99\xbd\x91\xe7\xdf\xbc\x4a\x40\x08\x48\xd8\xab\xc3\x43\xc7\x30\xde\x2e\xdd\x9b\xee\x12\xf6\x4e\xb1\xf3\x84\xc1\x95\x9b\xfe\x83\x20\x79\x5f\xcb\xba\xe2\x73\x14\x1f\xa1\x50\xec\x94\x4f\x04\x03\x89\x6b\x5c\x5e\x61\x7b\x7d\xf4\x38\x5d\x00\xde\x2e\x2b\x3e\x9f\x8b\x0a\x6f\x8e\x2f\xf6\x7c\x18\xb5\xfb\x00\x44\x80\x9b\x0e\xf7\xd8\x9b\x57\xcf\xbd\xde\xf7\xd9\x90\x75\xbe\x18\x5e\x9c\xf8\xbd\x26\x2c\x4b\x13\xd6\xef\xf7\x2b\x21\x6b\x76\x0b\xb5\x2c\xdc\xfc\xe8\x1d\x5c\xbf\xe7\x96\x7f\x99\xa5\x1c\x8e\x36\x30\xf9\x40\x8f\x8c\x29\x4c\xff\xa4\xe1\x47\x1b\x18\x37\x32\xfc\xe2\x0d\x79\xbb\xaf\x39\xc2\x73\x98\x30\xfb\x42\xc3\xdf\xb2\x2c\x1d\x7e\xc9\xd2\x5b\xf0\xef\x1a\xd2\x3e\xc6\x8e\xda\x47\x45\x71\x7f\xb4\xc1\xb6\x6d\xbf\xb0\x32\x7a\xf0\x2f\x90\x44\x01\xe5\x84\x3d\xb6\x55\xa8\xcb\x12\xbb\xbd\x5d\xd6\x25\x64\xe0\x1c\x6d\xb0\x69\x59\x01\x40\xfb\x56\xee\xf9\xa2\x11\x69\xd4\x8b\xcf\xb7\x61\x38\x6a\xf3\x7c\xdb\xa0\x0a\x9e\x74\x43\x9d\x84\xeb\xe7\xd1\xd1\x2b\xd5\xfd\x2f\x59\xe4\x4f\x96\x45\xa2\x42\x80\xba\x1f\xb6\x9d\xff\x7f\xad\x7c\x00\x3b\xa1\x21\x20\xd8\xa7\x7f\x9a\x84\xd0\x76\x5a\x2b\xd4\xd8\xe4\x16\xd9\x1f\xe2\xcf\x3c\xc7\xe1\x64\x56\x7f\x48\xc8\xaa\xf6\x55\x67\x34\x2a\x62\xcd\xc1\x0b\xf3\x78\x01\x92\x80\x79\x4c\xa1\x16\xea\x0d\x15\x18\x0b\x0e\xd2\xbf\xfc\xf4\xb3\x0b\xdd\x7a\xfc\x39\x4d\xee\x74\xfe\xd9\xef\x9e\xfd\x17\x87\xf9\xcb\x39\xcc\x9f\xcc\x46\xe4\x9c\x17\x2d\x7c\xe4\x23\xc6\x1d\x44\x78\x89\x7a\xf3\x97\xf3\x93\x3f\x8b\x6b\x7c\x33\x5e\xd1\x83\xfa\x6c\xff\x89\x38\x81\x5a\xa6\x35\xb8\x01\x34\xbb\x27\x47\x50\xdf\xfe\x17\x57\xf8\x56\x5c\x81\x3e\x0c\xb6\xa0\x6e\xe6\x3f\xbe\x1b\x17\xe1\x69\x5a\x16\xea\x97\xc7\x25\x0a\xf1\x61\xda\x39\xda\x9a\x57\x90\x58\x73\x2b\x61\x5b\x98\x1b\x64\xeb\xb8\xdb\xcf\xe4\x6f\x54\x70\x34\x59\xa9\x89\xf9\x0f\x13\x75\x0e\xd4\xb4\xe2\x3c\x0a\x5e\xfd\xf5\x4c\x4a\xe3\xd9\xbc\x35\x4f\x1c\xc5\x08\xa2\xb2\x11\xaf\xf7\x97\x08\x48\x06\x1e\xad\xe9\xc0\xb1\xbf\x25\x1f\xdc\x62\x0f\x2d\x22\x7c\x7e\xc8\xb6\xb7\xd9\xab\xb2\xb8\x10\x45\x26\x20\x43\x5d\xc9\xb8\x94\x99\xac\x31\xac\xae\xae\x78\x21\x33\xac\xfe\x34\x0a\x2a\xa5\x18\xac\xc5\xea\x87\x7c\x53\x1e\xdb\xc6\x65\x15\x9f\x4d\x56\x8f\xe1\xef\x53\xb7\x57\xb3\x87\x0c\xd6\xa9\xd7\x95\x45\xf6\xbe\xe1\x79\xa1\x43\x4d\xa3\xc0\xc4\x0f\x12\xd8\x4b\x6b\x9c\x24\xd8\xee\x9e\x47\x09\x7c\xec\x9c\x25\xe8\x12\x80\x35\x9f\x3f\x4c\x35\xfb\xef\x6f\xfb\xcf\x21\x41\x6a\xb3\x5b\x1b\x0e\x07\xe6\x26\x35\xf8\x4b\x2e\x45\x07\xf7\x52\x62\xaa\xd8\x13\x01\x5d\x9e\x67\xb9\x60\x9d\x07\x2b\x6a\x4d\xa3\xd5\xaa\xd1\x87\xa1\x42\x2a\xfb\x39\x0c\x60\xa7\x2f\xba\x4e\xe6\x14\xdd\xd2\x64\x4f\xb1\x09\x1d\x7c\x2a\xc0\x86\x14\x05\x47\x98\xf1\xa6\x64\x11\xe3\x3d\x5e\x89\x97\x33\x51\x77\x9a\x15\x5c\x7f\x13\x53\x70\x64\x78\x30\x1c\xb2\xd1\x86\xf1\x8c\x1b\x6d\xb0\xcd\x4d\xfd\xb2\x7f\x26\x1c\x6f\xfc\x33\x48\xec\xe5\xbc\x72\xcb\xee\xf8\x8d\xfc\xc1\x6b\x5e\x9d\x09\x07\x8d\x89\xce\xf7\x51\x05\x06\xac\x31\x07\x5f\x4e\x7f\x21\xc3\xaf\xad\x65\x0a\x82\xc4\xd4\x37\x5d\x3f\xd7\x17\x76\x96\x0a\x39\xb1\x45\xc5\xcf\x44\xed\x2c\xef\xcf\x94\xa0\xbc\xac\x3a\xea\x7b\xbf\x73\xb7\x7b\xd5\x89\x87\x05\x87\x05\xe9\x77\x48\x2b\xa1\xf3\x1c\x7b\xce\x1e\xb1\x17\x0c\xa1\x67\x7b\x76\xca\x31\xb7\x7c\xb7\xc7\x30\x12\xb1\x51\x2e\x55\x0d\xe9\x06\x2c\x79\xe9\x97\x14\xf1\x6c\x7f\xff\xfd\xa8\xf8\x78\x2e\x58\xca\x6b\xce\x30\x27\xf2\xa2\x12\xe0\xf0\xa7\xb3\x01\xca\x3e\xfb\x5b\x51\x16\x7c\x2c\xeb\x8a\xab\xc3\xf9\xfb\xed\x51\x81\x21\x1a\x20\x8a\xe8\xc4\xbe\xaa\x2b\xf5\xc7\xdf\x32\xaa\xa2\x82\x3f\x55\x6b\x46\xf1\xc0\xd0\x7f\x09\xd6\x48\xed\xb7\x63\x3e\xfb\xbb\x80\xbc\x65\x0c\x14\xd9\x29\x61\x1d\x83\x12\xcb\x05\x95\x16\x3f\xcb\x2e\x44\xc1\x20\xef\x74\x56\x16\x7d\x7f\x00\xf5\xe1\x41\xdd\x99\x97\xb2\xe1\x12\x39\x2f\x25\x7b\xce\x76\x20\x3d\x68\x29\xd9\x3e\x5a\x12\x29\x38\x71\xe4\x79\x6e\xd9\x6c\x05\xbf\xf1\xe2\x4c\x60\xca\x82\xd3\xb7\x05\x96\x92\xd4\x43\xb3\xef\xbe\xcc\x4b\x79\xcb\xb2\xc2\xa0\x89\x95\x53\x46\xeb\xf9\xdd\x17\xa7\xff\xdb\xd3\x6e\x33\x98\x0b\xdf\x67\x85\x78\x5b\x14\xa2\x52\xf0\x25\x5a\x49\x3f\x48\xd8\x4e\xd7\x0f\xf1\x6a\xe0\xc8\x45\x8f\xae\x16\x8f\xb8\xe9\x0c\x7a\x90\xc7\xb3\x8b\x78\xc4\x00\xd6\x08\xa2\x3a\x45\x03\x49\x05\x7b\xce\x06\x0a\x45\x85\x41\x50\x56\x08\x79\x27\xfc\x38\x83\xb2\xef\xbe\x14\x80\x20\x8d\x0d\xd5\xd9\x6d\x0f\x97\x97\x70\xb6\x06\x6a\x0a\xcc\x8d\xb7\x1c\x2f\xbf\x51\xe5\x4f\xce\x2a\x08\x12\xa0\xa8\x6d\x08\x92\x47\x19\xc2\x20\x88\xd2\x1f\x04\x28\xd1\x55\x3a\x15\xdf\x4c\x58\x5d\x26\xf0\xad\x87\xa2\x5c\xd4\x6c\xce\xab\xba\x11\x0e\x09\x00\xa7\x82\xd2\x20\x75\x76\x12\x86\xbd\x40\xe3\x84\xed\xb2\xed\xef\xd9\xc7\x92\x7d\xbf\xed\x4e\x16\xd8\xab\xba\x63\xc5\x89\x10\x6f\x5f\x4e\x97\x4e\x5b\xd3\xf3\x40\xf5\xfc\x46\x71\xfa\xef\xb7\xd9\x4d\xcb\x40\x01\x74\x30\x35\x4b\x9c\xd1\xbe\x22\x8b\xa2\x36\xfa\x2f\x65\x2a\xfa\x6a\x6a\x1d\xfa\xc6\xe9\x87\xf5\x58\xa7\x2e\x59\x0f\xa6\xde\x65\x0f\x5d\x78\xdb\x16\xed\x00\xae\x15\x8c\x17\x98\x3e\xd3\xec\xa3\x9a\x72\x70\x96\x85\x08\x56\x09\x2f\x22\x1d\x68\xdf\xea\xc8\xad\x97\xd2\x9b\xa5\xf7\x03\xbf\x6f\x25\xa5\xba\xca\xc4\x85\xb0\x04\x34\x16\xf5\xa5\x10\x85\xc7\x80\x32\xc5\x16\x7d\xe0\x30\x34\x5e\x13\x90\x76\xaa\x88\x04\x40\xaf\x4b\x48\x96\x16\x09\xdf\x3b\x6b\x2f\x8c\x59\x89\x96\x49\x7e\x14\x12\x72\x2e\x00\xe2\x01\xd9\x30\xd3\x4c\x32\x01\x11\xc9\x4a\x02\xa7\x65\xd1\x89\x16\x82\xd9\x8a\xdf\x23\xcb\x00\x42\x0c\x7c\x45\x81\xb9\x01\x59\x37\x43\xd2\xbd\xaf\x6c\x0c\xb9\x47\x5a\x37\x37\x8c\x5e\x2b\x0e\x62\xdf\x46\x98\x53\x4b\x44\xb7\xc2\xb8\xac\x79\x55\xeb\x55\x91\x13\x5e\x60\xd9\xcb\x09\xcf\x71\xf0\x84\x0d\xba\x09\x53\x04\x39\x0c\x08\xbb\xfd\x8b\xde\xa0\x1b\x8c\xc2\xc9\x05\xfe\x37\x7e\xa9\x56\xe6\xd5\xa2\x92\x65\x05\xa4\xd8\x4d\xd8\x38\xfa\xd2\xa3\x46\xa6\x9d\xed\x01\xe4\xcf\xd9\x1c\x72\x2f\xf0\x4a\x09\x35\xa5\xd4\x3f\x9e\x3d\x6b\xfa\xc7\x43\x06\xce\x8e\xfa\x24\x4c\x30\x36\x6e\x7f\x45\x23\xec\x04\x8f\x21\xb9\x19\x20\xf8\xa5\x92\x40\x15\xca\xc7\xce\xcf\x9b\x1b\xc6\xfb\x69\x59\x08\x7c\x01\x7f\xc1\x33\x1d\xc1\xc6\xc6\xf8\x67\xb0\x3a\x4b\x56\x48\xfd\x53\x13\x7c\x38\xd4\xdd\xb8\xb9\x0a\x43\xc8\xf4\x88\x70\x96\x0f\xd5\xa2\xb5\x8f\x14\x10\xdb\x6d\x7c\x43\xbc\xad\x45\xc5\x6b\xca\x57\xaf\x77\x7e\x9f\xfd\xfb\xb9\x28\xd8\x69\x9a\x55\x90\xf1\xee\xb4\x37\x38\x4d\x18\x38\x12\xc2\xc9\x8b\xc9\x45\xe8\x16\x08\x12\xb7\x22\x9f\xba\xc4\x45\xa2\x2c\x24\x90\x60\x55\x87\x70\x03\x01\x73\x12\x66\x40\xba\x97\x9a\xbd\x60\x2f\x90\xef\x8e\x4b\x26\xc5\x9c\x03\x40\x3a\xf1\x86\xbf\xfb\x14\x0c\x9d\x34\xab\xd8\x90\x0d\x94\x2c\x65\x4b\xb2\x46\x28\x2f\x61\x69\x56\x75\x9f\x2d\x9f\x73\xe4\xe4\xd4\xd3\x57\x33\x3b\x65\xfb\xec\xb4\x2e\x4f\xa1\x84\xbd\x85\x81\xd7\x65\x45\x33\x5c\x14\xea\xac\xaf\xc4\x85\xa8\x64\xc8\x2c\x54\x53\x90\x16\xda\xd9\xa3\x3b\x85\x5f\x79\x55\x67\x3c\x6f\x4c\x43\x7f\x1c\x99\xcb\x6f\x3a\x60\x6f\x02\x1f\x60\xde\x72\x84\x50\x48\xbb\xaa\xc8\xbe\xcd\x4c\x61\x3d\xe8\xea\x7b\x72\x89\xba\x94\x13\x82\x44\x27\x83\x07\x79\xc5\x5f\xaa\x04\x96\xf0\x3a\x13\x39\xa4\xb2\x11\xb3\x79\x4d\x9e\x82\xb4\x5a\xb0\x85\xe1\x31\x0e\x41\xe8\xc0\xff\x75\x91\xaa\xfa\x51\x68\x85\x94\x32\x00\x1c\x20\x58\x87\x0a\xb2\xb1\x60\x24\xcf\xb9\x92\x55\x8c\x1a\xde\xa9\x71\x0c\x7a\x1b\xe7\x4d\xa6\x64\xa9\x80\xe7\x02\xc5\x36\x13\x65\x53\x03\xf5\x81\x5e\x25\x20\xb7\x68\x10\x0c\x6b\xcd\x7f\xa9\xd6\x98\xfa\x6e\xee\x4d\x87\x00\x60\x4b\x3c\x64\x83\x60\xa3\x37\x58\x36\x08\xad\x70\xa6\xc1\x51\x17\xf2\x85\x10\x5c\x24\x37\x62\x9d\xef\x79\x7d\xde\x9f\xf1\x2b\xfd\x1b\x61\xf3\xc7\xd7\x71\x5e\xc4\xf6\xf7\x54\xa3\xe7\x43\x78\xbe\xa3\x23\xbe\x00\x06\x38\x5c\x07\xdd\x7e\x5d\x76\x5b\x50\xe2\x90\xb2\x5a\x16\xa2\x61\x00\xb1\xed\x40\x6e\xb9\x33\xb9\x69\x65\x3d\x21\x07\x84\x0d\x7a\xb7\x13\xd9\x0f\xaf\x4c\x9e\x4d\xe1\x09\x56\x5c\x5d\xa7\x2a\x7e\x6d\xa8\x9f\x75\xa0\xaa\x03\x24\x4b\x1a\xd3\xce\x4e\x85\x93\xc6\x8e\x9f\xf1\xac\x60\x17\x19\x67\x47\xa7\x60\x14\x28\xa7\xa7\xc7\x1d\x5d\xee\x67\x52\xa6\x62\x96\x41\xed\xea\x42\xd4\xdb\x4f\xb7\xd3\x72\x22\xb7\x2b\x31\xdd\xfe\x6f\x10\x4a\xd0\x57\x9f\xfc\xab\x9c\x76\xbb\xfd\x70\x66\xff\x38\xfc\xf0\x4b\xa7\x41\xa8\x08\x54\x4c\x30\x9a\xe6\xbc\xae\x45\xd1\xc1\x73\x3f\x92\x1f\x43\x3d\x6f\x41\xef\x2b\xd0\x91\x31\xce\x60\x0a\xa7\x46\xa8\x09\x2e\x4f\x3e\x6a\x42\xf9\x0e\x2a\xf3\xb0\x72\xda\x69\x5c\x0d\x02\x61\x5e\x11\xd7\xce\x3a\xd7\xa6\xd1\xc6\x81\x5d\x9d\xd9\x42\xd6\x98\xb4\x95\xd7\x2c\x17\x5c\xd6\x4a\x02\x66\xe8\x68\xb6\xe4\xea\xa0\x46\x1b\x40\xbe\x30\x48\x37\xb5\x73\x1c\x97\x89\x60\xed\x80\x27\x45\xae\x5c\x4e\x6f\xcf\x87\xec\x11\xdc\x24\x5e\x56\xbc\x98\x9c\xab\xab\x05\xc4\x05\x43\x07\xef\x04\xd7\xd3\xdf\x0b\x44\x4f\xfd\x9a\xb2\x87\x61\xa5\xcc\xa3\xe3\xae\x43\xf1\xb7\x50\x80\xe5\x9d\xe0\x17\x42\x32\x59\x97\x95\x68\xd0\xa3\x39\xef\xd8\x47\x28\xe1\xa2\xf8\x22\xcf\x2f\xf9\xb5\x74\x19\x31\xf4\xe3\x88\xe5\xd2\xf9\x8e\xba\x87\x5c\x63\xd9\x2c\xab\xa1\x26\x09\x5a\xe5\x15\xb7\x05\x04\xd7\x25\xd0\xfa\xf6\xb6\x29\xbf\x00\x8d\xf4\x84\x9c\xe4\x62\x10\x3a\x9e\x9d\x9d\x09\x57\x1d\xe2\x6a\x3f\xd4\x94\x8d\xa7\x95\xab\x0e\x71\xd5\x1d\x88\x0c\xbd\x5c\x80\x6e\xac\xf2\x83\xb8\xf4\x68\x09\x34\x5a\x9d\xc6\x0d\x8e\xf2\xbd\xa9\xff\x84\xaf\x4c\xbf\x9e\xc4\x44\x5b\xe0\x4c\xef\xa9\x06\x0b\x71\x16\xfd\x99\xdb\xda\x24\x0a\x74\x4f\xe5\x45\x6e\xb3\x12\xd9\xbb\xb9\xd6\xb7\x65\x52\xf1\xb9\x04\xde\x24\xac\x9c\x4e\x65\xa0\x06\x33\x22\x2d\x26\x0c\x6a\x26\x71\xb2\x2c\xbf\xa2\x02\x0d\x1a\x44\x48\xe4\x84\x62\x39\x76\xcc\x1e\x52\xab\x76\x09\xb1\x83\x00\xb1\x17\x48\x34\x7b\x20\x21\x2a\x49\x11\x01\x6e\x17\x16\x35\xcb\xee\xe0\x50\x30\xb0\x9e\x16\x0e\x1a\x4a\xd0\x04\x13\x08\xa1\xb1\x63\x2c\x2b\xc4\xc3\x87\xad\xf2\x67\xec\xb2\xa7\x91\x5a\xce\x45\xd1\x60\x8f\x44\x06\x98\xfb\x78\xc8\x76\xd4\xbe\xaf\x4b\x98\x9a\x43\x0a\x78\x94\xf9\x90\xec\xf9\x9b\x18\x0e\x10\x30\xd9\x1b\x4c\x3b\x02\x96\x3e\x32\xb3\x22\x54\x18\x74\x59\xcf\x1e\xa7\xa4\xea\xe8\x86\xdc\x49\x81\xce\x36\x7d\x9d\x42\x6c\xb5\xe7\x95\xb8\x60\x7a\x55\xfa\xf3\x72\xde\x09\xd1\xab\x5a\x7d\x2a\x61\x83\x0e\xe9\xfa\x8f\x40\x2b\xe2\x45\xa0\x55\x27\x48\xcc\x78\x03\xef\x26\xcc\xd7\x97\x84\x7d\x2a\x08\xb1\xcf\x76\x9e\x17\xcf\xe7\x4c\x70\x2e\xe4\x79\xc7\x43\x26\xf6\x46\xa0\x50\x9f\xbe\x0a\x24\x92\x8e\xda\xfd\x19\x13\xa2\xf4\xf4\x67\x99\x9a\xbb\x0f\xf0\xfe\x7e\x83\xd2\xd6\x00\x50\x67\xef\x4b\x54\x9f\xdd\x6e\xc2\xda\xdb\x40\x83\x25\x40\xaf\x10\x00\x5d\x40\x80\xc5\x2d\x49\xaf\xb6\x52\xf1\x06\xba\xfb\x0e\x2a\x28\x88\x31\x97\x53\x03\x77\x37\x7e\xdc\x61\x40\x51\x4b\xef\xcf\xe2\x32\x87\x4b\x5f\x76\x53\xc4\xa9\x2e\xba\x7f\xcc\x7e\xc0\x5b\x8a\x3f\x4a\x21\x2e\xdf\x81\x7d\xd7\xdd\xa9\x1e\x95\xf8\x4a\xb4\x60\x4f\xa1\x48\xd2\x4e\xb0\x51\x2c\x78\x0b\x8c\xb7\x1d\x82\x63\xa5\x2a\x29\x38\xcf\xe9\xe3\xa3\xe3\x6e\xd8\xc3\xad\xa3\xfe\x22\x89\x34\x7e\xcb\x43\x46\x7a\x28\xe6\x90\x85\x74\x34\x2a\x46\x1b\x0d\xfe\x56\xe9\x7c\x6b\xa3\x0d\x53\x02\x81\xb9\x07\x08\x6a\x41\x76\x12\x9d\x23\x10\x34\xfb\x43\x35\xd6\xe6\x26\x24\x0c\x6c\x9e\x6d\x6d\x67\x0d\x45\x1b\xc4\x4e\x1a\x50\x45\x40\x83\xf6\x43\x06\x0d\x09\xc0\x89\xd5\xd0\xd1\x43\x05\x26\xf3\x70\xa8\x27\x1e\xe9\x05\x39\x39\x0c\x4b\xac\x5c\x0d\xbe\xb2\x33\xda\xa6\x21\x27\x66\x3d\xf8\x9a\x34\x80\xea\xcf\x88\x8e\x25\x76\x56\x35\x6f\x2f\x55\x24\xd5\x9c\x16\xc1\xe9\x18\x8d\x9e\xf0\x80\x55\x9d\x7e\xc2\xe4\x24\xb6\xff\x5c\xd6\xa0\xda\x86\x64\xe4\xe9\xd9\x1c\x11\x64\xc7\xc8\x1f\x24\x88\xbb\x72\x66\x04\x20\xad\x65\x85\xbb\x44\x42\x45\x30\x7a\x83\x18\x4d\x19\x90\x43\xce\x03\x18\xe3\x55\x04\x5a\x3b\x4a\x61\x96\xc4\x6c\xe9\x90\x35\x03\xb5\xa8\x6e\xac\xc0\xfe\x55\xc7\xcd\x1c\x2e\xb1\xb9\x28\x1a\x1c\x5a\x03\x1c\x5e\xa0\x5c\x70\x03\x2c\xb0\x56\xc6\x0e\x5c\x47\x14\x6c\x9f\xf5\x06\x4b\x16\x71\x0d\xd0\xb4\xd8\x09\x5f\x85\xf7\x01\xc5\x72\xa0\x80\xde\x45\x96\x92\xd6\xbd\x12\xc2\xb1\x45\x92\x4a\x8a\xae\x6e\x60\x81\x57\xb7\x83\x6b\x7d\x85\x80\x5e\xc8\xe6\x54\x4e\xa9\x18\x57\x01\xbd\x96\x95\xba\x49\x5d\xa0\x97\x15\x14\x8f\x9b\xa8\x8b\x81\x92\xff\x79\xce\xa9\x1a\xe2\x4c\x8a\xfc\x42\xe0\xa5\xa2\x2c\xa8\xc4\x9d\x77\x03\xc9\x66\xf3\x3c\xd3\x3a\x18\xd2\x05\x9d\xd0\xfd\xe3\x04\x4b\x06\x6a\x47\x94\x72\x0a\xfd\x70\xac\x20\xd6\xc1\x44\x51\x35\xa3\xea\x47\xaa\x29\xe6\x80\x2d\x2b\xc6\xa7\x35\xa9\xa5\x72\x75\xd9\x83\x2e\xba\xde\xe5\x02\x2e\x23\xab\x2e\x17\x36\x04\x23\x62\x6b\x68\xb9\x4d\x38\xde\x46\xfa\xcf\xf5\x6e\x15\xf6\x35\x9d\x99\x3b\xb1\x0d\x05\x7d\x32\xc7\x3f\xa7\x71\x19\xb6\x9a\x17\x82\xa0\x1f\xb9\xbe\xff\x99\x17\x0d\x04\x71\xe8\xa3\x23\x76\xd7\x20\xe8\xe8\x04\x13\x45\xfa\x0e\x8f\x0d\xa0\x85\x87\x2e\xf0\xac\x17\xdd\xf9\xf6\x32\xa2\x3f\x5e\xff\x3e\x62\x7b\x5f\x03\x0f\x77\xbf\x99\xe0\xcb\x77\x38\x93\xc8\x71\x70\x9f\x5b\x8a\xbf\x02\xda\x6c\xd1\x7a\x52\x6b\xd4\xaf\x3c\xad\x57\x2d\x18\x1e\xd9\xee\x6a\xb5\x9e\xb6\x43\xf7\xb8\x85\x2f\xa3\xfc\xd7\x8c\x4a\x89\xcd\xe8\x56\xd3\xe9\xd0\x4c\xa0\xb3\x17\xbe\x15\x76\x8f\xed\x74\xd9\x0d\xeb\xa8\x01\xf6\x61\xb2\x2f\x1c\xbb\x2c\xbc\x8e\xf1\x6c\x23\x4f\x0c\x8d\x40\xa1\x7a\x30\xe8\x7a\x60\xe0\x88\xd0\x0a\x0b\x18\x32\x32\x92\xc8\x28\xc2\x4b\x47\xe6\xfe\x43\xb4\xf9\xeb\x8c\x02\x84\x15\x25\xec\x9a\x5b\x60\x96\xdf\x6a\x56\x08\x1b\x77\xbb\x01\xa0\x48\x07\xfb\xec\x79\xbb\x01\xb0\x95\xfa\xee\x46\x70\xec\x5b\x11\x1d\xc3\xb4\x81\x6f\x14\x83\x9f\xf3\xfa\x7c\x0f\x0b\xf6\x09\x5d\x48\x15\x6a\x60\x70\xa8\xa9\x08\x06\x6f\x1a\x91\x4c\x44\xd1\xbe\xa0\xc5\x96\x44\x95\x56\x25\x66\x3c\x2b\x24\xcb\xd0\x3c\xcd\x27\x13\x31\xc7\xea\x6b\x60\xe4\x48\x70\x80\xc5\x3c\xe5\x75\xbc\x37\x30\x94\x4c\xb0\x3a\x72\xf8\xda\xec\x18\xdc\x24\xb4\x63\x70\xfb\x44\x51\xa6\xd1\x86\xe3\xa5\xfa\x74\xf1\xae\x61\x11\xb2\x0a\xae\x64\x61\x6f\x75\x59\xf3\xfc\x1d\x9d\x37\xce\xd1\xd1\xf3\x98\xef\x43\x3d\xaa\x77\x92\xc4\xa6\xe4\xb5\x63\xcf\xd5\x9d\xcb\x0c\xb0\xbf\xcf\x3a\x4f\xac\x68\x76\x78\x9e\x4d\x6b\xb5\x71\x7b\x6c\xd0\xed\xb2\xcd\xcd\x78\xaf\xea\x9f\xdf\xeb\xfe\x5a\xbd\x3e\x54\xbd\xb6\x62\x52\xcf\x7f\x52\xce\xaf\x43\x1a\xd4\xba\x8e\x96\x69\x32\x90\x11\xe6\x54\x22\x9c\x40\x5b\xd2\x36\xb8\x2e\x2a\xb9\xa3\xa3\xbe\xbf\xb3\x8f\x47\xf8\xef\x36\xfe\x38\x7a\x49\x07\x62\x00\x85\x1b\x01\x1c\xeb\x34\xd2\x61\x1b\x9b\x61\xd1\x7b\xcd\x3a\x8a\x81\xbf\xf6\x4a\xbb\x2e\xab\x82\xda\x3b\xfa\x10\xfd\x93\x0f\xca\xff\xb0\xcb\x2d\xc2\x15\x62\xbe\xc9\x34\x68\xd0\xbf\xfe\x7e\x6b\x64\x5b\x0f\xbf\xc1\x9c\x70\x16\x41\x77\xcb\x2e\xba\xe4\x50\x92\x66\x4d\x87\x9a\x07\x1d\xdf\x11\x87\x74\x5f\x6a\x8f\xb6\xe8\xbe\x76\x42\xfd\x96\x16\xe5\xc3\x17\x47\xd9\x41\xc2\xb2\x97\x09\x13\x07\x09\x13\x2f\x8f\x21\x66\xbf\x62\xfb\x6c\x87\xbd\x60\x47\x3b\xa8\x48\x8d\x50\x22\xb9\x50\x85\x8f\x8f\x7d\x68\xf6\x30\x41\x74\x83\x8c\x7b\x6c\xd0\xd2\x01\xbe\xea\xc1\xff\x35\x0a\x0e\x28\x61\xfe\x40\x91\x48\x9a\x55\x0a\x6a\xfa\xb3\x69\xb9\x9e\xb2\x4e\x76\xa0\x2e\xd9\xe2\x80\xdd\xdc\xa8\x96\xea\xef\x97\xed\x52\x76\x74\x17\xe0\x5a\x1f\x34\x37\xd2\xc1\xb1\x92\x80\x5e\x2a\x81\xd0\x9b\xc3\x51\xf6\x32\xbc\x72\x43\xe9\x82\xf3\x03\xf6\x40\xd1\xf5\x4a\x00\x60\x57\x1e\x04\x9e\x46\x93\xf3\x97\xe4\xbf\xd1\x50\x3c\xc0\x27\x43\xf8\x26\xaa\x7a\xf0\xc5\x2c\xd2\x9a\x80\x6e\x2f\xbc\x32\x3a\xd7\xc0\x7e\x25\xd2\xc5\x44\x74\x3a\xb9\x9a\x25\x04\xee\xe7\x00\x98\x33\x06\x38\x3e\xb5\x5a\x6e\x5b\x6e\x84\x4b\xae\x83\xce\x4d\xb0\x71\x78\x1b\xd5\x27\x7b\xbe\x52\x69\xa2\x06\x52\x7b\x2e\xa6\xfd\x58\x0f\x12\x06\x7b\xd7\x6c\x5c\xf5\xdf\x10\xf1\x31\xcd\xaa\x6a\x67\xae\xdf\x71\xae\x83\x43\x2f\x8a\xcf\x6c\x68\xed\x27\xc1\x84\x12\xc2\xc4\xfe\x3e\x8b\x48\x0b\xdd\x84\xcd\xf8\xd5\x2b\xea\x03\xfb\x7a\xfe\x5c\xad\xc6\x2c\x2b\xfc\xc7\x81\x79\xc0\x8c\x0d\x22\xd9\x91\xa2\x5f\x2c\x85\xad\x85\xaa\x1d\xfb\x84\x14\x44\xe6\x81\xee\xd8\x2f\x00\x62\xea\xc5\xa4\x29\x5d\x37\xa2\x0a\x56\x2e\xeb\xe8\x8e\xb0\x52\xdb\xbe\x9d\xd3\xe6\x26\xf1\xd6\x18\xa3\x8b\xc9\x48\x66\x49\x41\xd5\xa2\x17\xb5\x8d\x25\xeb\x7f\x0a\x64\xf5\xc1\x3a\x16\x99\x08\xb4\x1a\xd5\x50\xf3\xd2\xc5\xa2\xf3\xee\xe6\x86\x3d\x70\xdf\xc5\x45\x3c\xbf\xe2\xb5\x4f\x81\xb0\x56\x4b\x6e\x73\x4b\x81\x8d\x59\x49\x00\xbb\x2e\xb8\x31\x51\xb6\x03\x7a\xa8\xa1\xb7\xf4\x47\xee\x0f\xb7\xe2\x77\xb7\x65\x98\xd8\x74\x5c\x29\x5d\x8d\xa1\x45\xef\xf5\xf4\xa0\x1e\xdc\x51\x7d\x51\xac\x35\x2a\x66\x5d\x31\x27\x22\x1e\x3a\x1f\x2c\x9f\x2d\x79\x6e\x5a\x5b\x8a\x9a\x05\xc8\xbf\x54\xfd\x00\x07\x02\x21\x32\xa1\x39\x9a\x41\x03\x71\xeb\x9e\xb6\x40\x58\x5f\x0f\x15\xcc\xa7\x4d\x20\x9b\x16\xaa\x5f\x42\x6c\x7f\x1d\x76\xd7\x23\xe8\xdb\x08\x9f\x21\xf0\x63\x47\xbd\xcf\xca\x9a\x8e\x37\x2c\x2c\xef\x6f\x20\xf3\x76\x59\x64\xdd\x87\xe8\xfd\xe5\xd1\xc7\xce\x71\xc3\xf1\xc5\x7d\xef\xf2\xd1\x86\xa2\x27\x60\xb1\x2d\x6f\x89\x25\x47\x01\xf2\xce\xd6\xdb\x7b\x28\x5e\x2d\xbf\x76\xb9\x79\x83\x36\x8c\xf6\x11\x31\x14\xe0\x03\x9f\x22\x2a\xfc\x1b\x23\xbe\x09\x4f\x42\xd4\xf4\x5b\xff\x23\xc8\x6e\xf9\x37\x1b\xc6\xe8\x6d\xac\x23\x75\x4b\x3a\x26\x5f\x77\x5b\x5e\x3d\xf0\x98\xd1\x84\xe0\x49\xb7\x06\xa5\x71\xc3\x8e\x7b\x1e\x6a\xd9\x29\x6e\xb7\x09\xc5\x42\xaf\x42\x9a\x6f\x0d\xb6\x4a\x31\xf4\xa6\x04\x89\x59\x5d\x12\x07\xe2\x27\x03\x65\x8b\xf1\x32\x21\x53\x00\xd5\x89\xc2\x7b\x9f\x63\x0d\x5e\x7e\xdd\x73\x2d\x98\xeb\x1b\x2f\xd5\x8e\x21\xdd\x24\xde\xe2\x23\x3b\x0a\xde\xb3\xba\x8c\x6c\xa4\xdc\xea\xbe\xad\x33\x41\x9b\xad\xd1\x06\x5e\xc1\x50\xeb\xf4\xe6\xd8\x30\x63\xd7\x49\xac\x7c\xd7\x6a\x2a\x3b\x22\x2d\xa8\xcb\xb7\x69\x91\x23\x9c\x49\x23\x3f\xe6\x8a\x1e\x61\xc9\x6d\x83\xc6\x6d\x83\x4e\x07\xb1\x2b\x69\x50\x5b\x4e\xdb\xc5\x5c\x42\x73\x1c\x0c\x7c\xdf\x9c\x20\xba\xb9\x41\x90\x7a\x07\x59\x6f\x69\xe8\x18\xad\x4a\x9e\x77\x78\xbb\xab\x9a\x75\x2d\xb7\xf3\xc0\xe8\x14\x78\x91\x66\x55\x68\x0f\x02\x97\xfc\x26\x32\x8d\xba\x0e\x23\x07\x5a\x1a\x50\xc5\xc5\x50\x43\x02\xef\xd0\x90\x37\x64\x47\x0a\xb2\x86\x53\x28\x1a\x39\xe0\xbd\xbd\xb9\x0e\xd8\x1e\x6b\xf5\x17\x61\x2f\x98\x71\xe3\x70\x9c\x7d\xe1\x28\xf7\x6f\xa3\x5d\x10\xaf\x8f\xfd\x25\x2b\xc4\x55\x8d\xb6\x18\xf9\x39\x9b\x37\x6f\xec\x2e\x32\x56\x4e\x9e\xee\xb5\xad\xc2\xb3\xee\x03\x70\xe0\x90\x75\xe4\xaa\x5a\x97\x73\xaf\xf5\x91\xfa\xfe\x58\xdb\x86\x74\x7d\x19\x17\x67\x7e\x0b\x63\xf2\xc2\xa6\x11\x07\x23\x70\xcf\xc3\xf4\x4d\x6a\xb0\x16\xd4\x96\xf3\x10\xb3\xe5\xbc\xa1\x73\x6f\x6e\x6d\x0d\xc4\x90\x75\xec\x3a\x52\x2a\xa5\x9d\xb8\xfc\x0c\x37\x43\x40\xd2\x10\xca\x29\xc6\x05\x1f\x6f\x3d\xaa\x46\xa5\x82\x75\xc8\xd0\xfd\xe7\x38\x50\xae\xa7\x9c\x84\xc8\x60\x9c\x51\x9b\xe9\x26\x5c\x13\x60\x5c\x9e\xd3\xa0\xd7\x14\x89\x21\xe6\x2c\x17\xf6\x16\x6d\xd4\x76\x75\xe8\xb8\xcb\xbf\xa9\xf6\xbe\xbf\x18\x3b\x6c\x8f\x0d\xe2\x2b\xd1\xa4\x2a\xd2\xcd\xb4\x58\xba\x30\xea\x68\xe5\xaa\xb9\x3b\xe7\x0e\x4b\x37\x2a\xbe\xdd\xea\x29\x48\x7b\xbd\x35\x31\xd8\xb2\x2b\xa2\x93\xdc\xde\x66\xef\x4b\xf4\x44\xae\xcf\x05\x70\x15\x72\x30\x8d\x1c\x93\xe0\x3c\x86\xee\xbf\xb4\xbd\x8e\x8c\x79\x1a\x56\xe8\x39\xac\x50\x0f\xab\xab\xc4\xfc\x3e\xee\xba\x42\x85\xb3\x85\xf7\x3d\x7f\x4f\x88\x22\x5b\xbe\x6e\x7a\x2d\xcc\x32\x83\x03\xf9\x55\xcd\xf6\x1c\xed\x62\x61\x1d\x36\xa1\x4b\x90\x25\xcd\xa3\x9d\x84\x15\x9e\x5f\x5c\x2c\x78\x4d\xff\xbb\xd7\xaa\xb2\xde\xd0\x1d\xe2\xfe\xee\x99\xce\xca\x18\x4d\xe0\x1d\x57\xc7\xec\x89\x7d\x17\xa4\x56\x24\xaf\x06\xdf\x5b\x8e\x35\x97\x3d\x82\xa7\xb6\x69\x33\x87\xaf\x3d\x6f\xe5\x6b\x71\x00\x1a\xbb\xc9\x6b\x4a\xbc\x0d\xdd\x8a\xda\xad\x82\x3e\x93\x53\xad\x83\xc3\xbf\x68\x3f\xfc\x8b\xe6\xe1\x5f\xb4\x1e\xfe\x6b\x58\xa0\x9a\x37\x57\x47\x52\xe8\xe8\x00\xcb\x86\x56\x1f\x5e\x3c\x8f\xb0\x40\xc4\x83\x91\x32\x7a\x28\x66\x74\x7a\x5a\xfc\x6a\x5c\x2b\x69\x08\xbb\xf5\x9a\x34\xd1\xb4\x7e\x04\xa3\xe0\x20\x66\x08\xef\xe2\x86\x82\x63\x23\x26\xaf\x5d\x78\xa4\x20\xab\xd0\x48\xbc\x52\xd2\x5b\x26\x42\x52\x58\x5f\x34\xb8\xd6\x0e\xca\xf6\x41\xce\xa6\xcd\x36\x68\xb8\x3d\x39\x21\xb4\xa6\xa9\x4f\x0a\x3b\xe1\x27\x74\xad\x33\xee\xf0\xce\xe4\xc2\xa6\x70\xef\x0b\x43\xcd\x9c\x86\x6b\x4a\x90\xce\xce\x32\xb5\xc7\xe8\x1a\x68\x00\xda\xb3\xcf\xb5\xeb\x7f\x10\xf4\xb7\x0a\xe3\x21\xd6\x23\x07\x6c\x9c\xaf\x3a\xb4\x04\x94\xf7\x70\xe8\x9d\x0f\x11\xc8\x7b\x06\x3d\x7b\xce\x14\x7a\xa6\x41\xd3\x1d\x7b\x96\xd5\x64\x8a\x8a\x77\xe5\xe2\x00\x6e\x9f\xba\xc1\xb3\xc8\x26\xdb\xc7\x0e\xbb\xd1\x5d\x03\xaf\xdc\xf1\x61\xec\x1e\x1e\x5e\x01\x5c\x5f\xa8\x06\xfc\xad\xb1\x09\x01\x01\xc6\xa3\xab\x0d\xc8\x0f\x87\x54\xa7\xd2\xea\x19\xf0\xc0\xfb\x3e\x76\x8d\xd2\xab\xe5\x7d\xf1\x9c\xe0\x64\x2f\x98\xae\x00\x6a\x71\x83\x2d\xf1\xd8\xf4\xbe\xea\xd1\xbc\x75\x2d\x47\x7b\xb4\xe2\xf3\x96\xed\xf7\xc0\xc2\x11\xf1\xe0\xf4\x6a\x14\xb2\xf5\xb9\x5c\x14\xf9\x76\xaf\x58\xf6\xb3\x84\x36\x8c\xa0\x45\xcb\xba\xb4\x57\xb5\x55\x6d\xaf\x1e\x91\xb4\xe5\x1c\x89\xb2\x43\x5a\x63\x9f\x2b\x32\x27\xb0\x0a\x24\xd4\x46\x70\x15\x7d\x66\x45\xd8\xcd\x4d\x77\x81\x1f\xd0\x7e\xf4\x58\xac\x8d\x15\x8d\xf1\x56\x0c\x1f\x6d\x30\x54\x1d\xf8\x1a\x06\xf8\xc2\x4b\xf0\x30\x6d\x11\xa1\xef\xc3\x8e\x57\xae\x39\x6e\x13\xf5\x65\x62\x91\x93\x84\xfb\x06\x60\x8d\x6f\x1b\x60\x7e\x65\xd1\x34\xf8\xac\xe0\x55\xcb\x66\x13\xc6\xaa\x68\x93\x22\x00\x17\xd5\x80\x05\xc8\x6b\xbf\xf4\x2c\x61\xae\x6b\x8a\x90\x2b\xd7\xc9\x6b\x08\x38\xfb\x8a\xb0\x9c\x06\x8b\x89\xa1\xd1\x83\x26\x3c\x8d\xe3\xa2\xc4\x9a\x5b\x03\x3b\x23\xa2\x77\x12\x8c\x1d\x5e\xcf\xc6\x65\x8e\xbb\xc2\x49\x2f\x66\xf0\xae\x73\x96\x62\xee\xb4\x23\x6c\xde\xd7\x09\x08\x8e\xc3\x9a\xae\xde\x4e\xa4\xd8\x75\xca\x8f\xc5\x7c\xe1\x61\x79\xa7\x0d\x99\x67\x69\x73\x8b\x18\xbb\x91\xef\x09\x34\x42\x7b\x3b\x2a\x28\x3d\x57\x26\xc1\xed\x9d\xd2\x3e\x8d\x85\x64\x1c\x95\xa7\xe4\xf6\xa7\x43\x53\xfb\xec\x2d\x24\x71\xc1\x94\x80\xe9\xa8\x28\x8b\x5e\x2a\x66\xbc\x48\xd9\xe5\xb9\x30\xf9\x27\x2a\xc1\x8e\x7e\x5f\x88\x2a\x13\xe9\x1d\x23\xb9\xfb\x98\x63\xab\xdb\x77\x93\x80\x81\xff\xf0\x3d\x92\x80\x05\x5f\x7c\x3c\x17\x36\xbd\x16\xf9\xfc\xa3\xa8\x46\x3f\x40\x4f\xec\x77\x87\x3a\xce\x65\x1d\x71\x8c\x81\x57\xb2\x9e\xd3\x0d\xeb\x9c\xa0\x47\xfe\x49\x90\xe3\x81\x92\x41\x94\x55\xf0\xa1\x89\xd2\xd6\x01\xe3\xa0\xa8\x01\xad\x6f\x23\xb0\x3d\x02\x50\x86\xe1\xcb\x5b\xd2\x4b\x90\x65\x72\x75\x05\x5d\xe0\xeb\xe8\xbc\xa8\x97\x78\x12\xab\x86\xdf\xac\x2b\xc1\x06\x49\x13\xac\xc4\x5a\x97\x0d\x95\x2b\x82\x37\x24\x40\x1a\x5f\x35\x42\x91\x1b\xe9\x85\x14\xa4\x28\x85\x78\x48\x2f\x4a\x75\x2b\x9b\xe4\x0b\xc8\x9b\xc1\x8b\x6b\x07\xf3\x14\x0e\x91\xd5\x21\x36\xce\x8c\x8d\xa7\x19\xc2\x5c\xba\x12\xa1\x66\x2c\x10\x80\xf1\xaa\x9c\xcd\x2b\x21\xa5\x48\x59\x25\xd4\x5f\xa2\xa8\xb9\x4b\x5a\x7f\xaf\xf8\xfc\x5c\xcc\xc4\xc9\xab\x7c\x21\x6b\x51\x9d\x00\xb7\x1a\xbe\x86\x68\x0b\xe8\x22\x2b\xa6\x65\x35\xc3\x8f\x54\xff\xf0\x50\x6d\x97\xbd\xed\xed\xcb\xcb\xcb\xfe\xa2\xc8\xd4\xa6\xe9\x97\xd5\xd9\xf6\xaf\x8b\x71\x9e\x4d\xb6\x07\x8f\xfa\x3b\xfd\x9d\xed\xc5\x24\xdd\xe6\x8b\xab\x2c\xcf\x78\x75\xbd\xad\x47\x82\x01\x4c\xd6\xc8\xfa\x4a\x2d\xdf\xf6\x36\x7b\xcd\x27\xe7\x6c\xce\x33\x08\x5e\x11\x98\xc6\x53\x5a\xa0\xa5\x4e\xcd\x92\x30\x2e\x19\x57\xf0\x4f\x05\xe5\xff\x05\x17\xe1\xed\x6d\x88\x3b\xcd\xca\x85\xa4\xcc\x26\x6a\xbf\x73\xc2\x59\x9f\xfd\x82\x39\x43\x30\x90\xa5\x80\xc4\x89\xbd\x47\x4f\x13\x9b\x17\x8d\xf2\x97\x6c\x6f\xeb\xe8\xeb\xb1\x80\xe5\x61\xf2\xbc\xac\xea\x73\xd5\x9b\xa2\xfa\x41\x7f\x54\xa8\xf3\x1d\xe3\x51\x42\x23\xde\x68\x23\x9f\x24\x8f\x1e\x27\x3f\x14\xc9\x0f\xc9\x0f\xe3\x64\xf0\x53\x92\x24\xc9\x2e\xfc\xff\x64\x77\x27\x19\x27\x83\x49\x92\x27\x67\x49\xb2\x5b\x27\x3f\x24\xbb\xc9\xd3\x64\x57\xbd\x7b\x9c\xfc\x91\x24\x8b\xa4\x4a\x76\x3f\xa9\x36\xb3\xe4\xa7\xe4\xa7\x24\x29\x93\xc7\x89\xfa\xef\xa3\x24\x79\x92\x0c\x7e\x48\x1e\x25\x8f\xc6\xc9\x34\x49\x2e\x93\xc1\x27\xd5\xef\xe3\xe4\x47\xd5\xe2\x51\xf2\x43\xc2\x93\xdd\xa4\x4e\xd4\x97\x30\x9e\x7a\xa3\xbe\x54\x8f\x7f\x4f\x60\x8c\x41\xae\x3e\xd8\x85\xff\xdb\x55\x5d\xa9\x01\xd5\x1f\xc9\xd8\xbc\x7d\x82\xdf\x26\x9f\x93\xdd\x64\x96\x3c\x4d\xa8\xc3\x5d\x1c\x2a\x51\x10\xa8\x1e\x17\x49\x32\x28\xd4\x40\x13\x18\x64\x00\x30\xa8\x2e\x1e\x25\x4f\xd4\x5f\x8f\x61\x6a\x63\x0b\x12\x22\x00\xa6\xb1\x6b\xde\x49\x1c\x76\xb7\x01\x70\x0d\xa8\x52\x70\x00\x78\xea\xcd\xee\x4f\x09\x7c\x39\x49\x7e\x4c\x76\x61\x42\x3f\x25\x63\x85\x3c\x35\x97\x2a\x81\x7f\x83\x4f\x89\x48\x70\x0a\x4f\x92\x71\x92\x0c\x76\x54\x87\xbb\x0b\xd5\xd1\x53\xc4\xc1\x6e\x32\x87\xb1\x1e\x25\x67\xc9\xe3\x24\xc5\x87\x4f\x13\x85\xd3\x4f\x9f\x92\x47\xc9\xef\x3c\x79\x94\xd4\xf0\x7f\xbb\x80\x9d\x81\x02\x32\xf9\x01\x40\x48\xc6\x30\xd9\x9f\x70\x19\x76\x93\xeb\x24\x79\xa4\xda\x3f\x06\x68\x92\xa7\xc9\xa3\xe4\xe9\x23\x5c\x4e\xc0\xda\x0f\x09\xae\xc5\x8f\xc9\x53\x98\x96\x5a\xfa\xf3\x64\x50\x25\x8f\xd5\x5f\xea\xed\x13\xc0\xdd\x4f\xc9\x24\xd9\x4d\x2e\x69\x61\x92\x47\xc9\xe0\x73\xa2\xa7\xfe\x48\x75\xf5\x23\xbc\x78\xfc\xa3\x7a\x92\xaa\x7e\x71\x42\x6a\xac\x27\x19\x8c\xf5\x24\x11\x9f\x93\xe4\xc9\x34\xb9\x4a\x76\x53\x05\xd3\xa3\xab\x24\xd9\x2d\x93\xcb\x64\x2a\x14\x96\xae\x92\xdd\xa4\xf8\x49\x0d\x91\xf0\xe4\x52\x75\xa7\xfa\xfc\xe1\x73\x82\xab\x05\x58\x79\x92\x24\x8f\x7f\x00\x72\xc9\xd4\x28\x03\x05\xf8\x5c\x11\xa3\xea\x6f\x30\x49\x0c\xe9\x0c\xd4\x5a\x5f\x10\xe5\xaa\xff\x37\x81\x25\x1a\x28\x94\x4f\x13\x84\x6b\x17\x56\x3a\x49\x06\x4f\x01\x01\xc9\xd3\x19\x51\x51\x32\x2d\x14\x7d\x9d\x27\x67\xf0\xff\xb8\x7a\x7f\x56\x27\xc9\x53\x9e\x24\x8f\x9f\x28\x32\xe7\x42\x01\xa5\x3a\x78\xac\xb0\xa3\xf0\x9b\x3c\x56\x64\x32\xbd\x4a\x1e\x27\xbc\x52\x70\xa8\xc5\x7f\x7c\x99\x24\x83\x2c\x99\x2a\x74\x3d\x4a\x06\xa9\x86\xee\x4a\xfd\xda\x51\xd3\xf9\x31\x19\xfc\x9e\x00\x72\x07\x67\xc9\x4f\x09\x87\x16\xc9\x6e\x01\x10\x26\xb8\xf2\x8f\xcf\x14\xc0\x3f\x26\xb9\x25\xc6\x24\x99\x25\x89\x00\x62\x7f\xa2\x70\xfa\x23\xad\x45\xa1\xc9\xf0\x69\x42\xfb\x19\x7e\x7c\x42\xcc\x3c\xc5\x9f\x0a\xbc\xdd\x14\xbe\x01\xea\xba\x4e\x12\xf3\x49\x0d\x03\x3f\x56\xcb\xf5\xc3\x0f\x09\x76\x55\x23\xc9\x03\x6a\x1e\xef\xd0\x1c\x1e\xab\x2d\xce\xd5\xec\x9f\xda\xad\xf1\x14\xc0\x18\x70\x24\xdb\x31\x57\x14\x04\xdd\xf2\x64\x06\x7b\x03\x01\x78\x24\x80\x12\x13\xa4\x5b\xd8\x49\x08\x7e\xf2\x53\xa1\x90\xb8\x33\x56\x48\x56\xec\xa9\x7e\x9c\x20\x35\xaa\x59\x4d\x9f\xa8\x3d\xff\xf8\xd1\xef\xb0\x80\x8a\x13\xfc\x08\x93\xf8\x21\x51\xfb\xe7\xb1\x5a\x87\x41\xf6\x87\xda\x63\x8f\x93\x81\x50\x10\x09\x85\xa7\x27\x6a\xef\x0c\x06\x52\x0d\x75\x6e\xa0\x78\x92\xfc\xf0\x93\xda\xac\xb0\x84\x4f\xd4\xcb\x47\x03\xb5\xed\x1f\xab\x65\x39\xbb\xfa\xe1\xb3\xa2\xcd\x47\x9f\x93\xa7\xe5\x68\x83\x02\xab\x47\x1b\xc9\x68\xa3\xdb\x9f\xf1\x79\x47\xb2\xe1\x3e\x93\xec\x05\x9b\xf3\x4a\x8a\xb7\x45\xdd\x91\x09\x7b\xf4\xb4\xab\x75\x59\x3a\x4d\x36\x88\x44\x68\xf7\xcc\x8a\xba\x64\x7c\x2c\xcb\x7c\x51\x0b\x14\xe9\xe5\xa8\xf0\x5c\xcb\x07\xe8\x59\x80\x6c\xdb\x8b\x7a\xc1\xf3\x15\x5f\x1c\x65\xa0\x1b\xd6\x3f\xc0\x06\xe5\x7a\x60\x64\x12\x4f\xc6\xac\x38\x7b\x75\xce\xab\xce\xc4\xf5\xca\x5b\x67\x3c\xd5\xfb\x6e\xd7\xbf\xe9\xd9\xa1\xf7\xa1\x42\x7e\xdc\x9d\xd9\x83\x89\x3d\x1f\x42\x53\xdf\x55\x43\xdf\x52\x6e\x3d\x88\x7f\x13\x67\x59\x59\xf0\xfc\x6d\x91\x66\x13\x0e\xb1\x92\x2e\xd4\xda\xcb\xa5\x4c\x05\xdb\x1f\xb2\x9d\xab\xc1\x9b\xc1\xeb\xa7\xe0\x29\xa7\x1e\x3d\xa7\x47\x6f\xde\x90\x01\x1d\x2a\x62\xfd\x9f\xff\xfe\x0f\x75\xeb\xbd\xda\xdd\xd9\x49\x9f\x91\x80\x8e\xc9\xc7\xd4\x41\x0d\x7a\xe7\x33\x3a\xef\xd9\x04\x25\x0b\x92\x6f\x4e\x40\xc0\x39\x41\x29\x48\xa7\x59\xec\x8e\x8a\xd3\x79\x29\x4f\x13\x85\x8f\xd3\x69\x59\x5d\xf2\x2a\x85\x64\x73\x98\xf4\xb4\xac\x74\xe8\x28\x38\x1b\x5f\x66\x52\xf4\x99\x1e\x0f\xbe\x1c\x15\x59\x2d\x45\x3e\x55\x1d\x14\x25\x9b\x2e\x2a\xf0\x16\xf7\xc7\xce\x24\xe3\x17\x3c\xcb\x21\x32\x88\x2e\x0d\x94\x44\x65\x54\xbc\x2f\x21\x61\xce\xa4\x2a\xa5\x64\x72\x51\x55\xe5\x19\xaf\x05\x88\x24\x32\x21\xec\x43\xe8\xec\x39\xaf\xf8\xa4\x56\xb2\x44\x47\x5d\x27\x46\xc5\x29\x0a\x73\xc2\x90\x86\x81\xbc\x9b\xb8\xcd\x29\x83\x07\x48\x1c\x7f\x88\xaa\xec\x5d\x66\x69\x7d\x3e\x2a\xe0\xb9\x1a\x04\x64\x8c\x9c\x9f\x31\x31\x2b\x3f\x65\x74\xbb\xb0\xde\x5f\x59\x91\x92\x94\x86\x57\x4a\x59\x57\x09\x86\x01\x10\xc6\xe8\xda\x9c\xb0\x10\x20\x7a\x11\xae\x79\x47\x7f\x87\xf6\x00\xb7\x73\xb6\x07\xe2\x94\xfb\xa8\xeb\x0c\x18\x0e\xd0\x0d\xa8\x2e\xec\x6e\xd9\xa7\x1a\x28\xed\x28\x33\x1c\xaa\x45\x69\x66\x84\x25\xa0\xad\x7e\x73\x7b\x9b\xbd\x9d\x82\x63\x49\x66\x42\xbf\x66\x59\x9a\xe6\xe0\xed\xc4\x83\x45\x4c\xd8\x8c\x4c\x8d\x59\x2d\xf1\x4a\xe5\x8f\xbb\xb9\x69\xbf\x78\x57\x5e\x2a\x90\xfb\x6a\xf5\x5e\x95\xa9\x4e\xa8\xdc\xf5\x1a\xfd\x8f\xec\xec\x3c\xd2\x0a\xa3\xa4\x1c\xc0\xe7\xa5\x34\xf6\x1e\x27\xdf\x8b\xda\x5e\xbf\x96\x59\x51\x1f\xd4\x06\x3d\x5a\xa9\x41\x2a\x53\xd3\xe4\x30\xfb\x43\x74\xd4\x77\xba\x01\x65\x65\x47\xc7\x22\x07\x5d\xa1\x1a\x8a\xec\x72\xcb\xc6\x32\x38\x00\xb0\x86\xb0\xb7\x6f\x6e\xe8\x4b\xf3\xb3\x41\x52\x9b\x9b\x0d\x6e\x58\x34\xd2\x38\xb5\xce\x25\x66\xd7\x22\xbc\x14\x7e\x72\xa7\x98\xde\x2a\xc6\xd4\xe2\x83\x63\xe4\xd8\xa2\xa8\x5f\x22\xff\x30\x7e\x67\xb8\x50\xbb\x01\x08\x84\xd6\x0c\x38\x21\x4e\x31\xce\x3e\x3d\x64\x66\x2d\xe1\x6b\xce\xc0\x51\x47\x86\x8c\xf5\x86\x0d\x10\x6e\x9b\x8a\x38\x77\x02\xff\x9d\xed\xb6\xf9\x77\xda\x3c\xf9\xf6\x5f\xdc\x67\x8b\x96\x64\x77\x09\x9a\x83\xe9\x84\x7d\x87\xc1\xab\xce\xd6\x74\xf9\x40\xc8\x43\xd6\xe1\x03\x0e\x69\xef\x47\x14\xab\x53\x48\x83\x3e\x6c\x67\x31\x6a\x59\xe3\x1c\xca\xc5\x29\x76\xf3\x3c\x12\x89\xa5\x0f\x53\xd5\xe0\x59\x7c\x17\xfb\xd3\xde\x09\x7d\xd6\x5c\x2e\x32\x71\xd3\x7a\x4e\xce\xf1\x88\xfd\xf9\xd5\xce\x0e\x7a\xfa\xb3\xe7\x6c\xe7\xea\xf5\xce\x0e\xe6\xf5\x68\x76\x01\x3c\x26\xde\xc7\x8f\x5e\x1f\xaa\x4b\xe8\x03\xce\xe2\x37\x19\x65\x57\x85\x33\x1c\x12\x35\x6b\x55\x8e\x9f\x3c\x5e\xf1\x4d\xae\x6f\xbc\x9d\x3c\xfb\x2c\xf0\x3a\x7d\x74\xea\x50\xb9\x93\xe9\x30\x15\x17\x22\x57\x77\xf7\xfe\xac\xfc\x23\xcb\x73\x0e\xf7\x7e\x51\xf4\xfe\x79\x88\xaa\xb2\x7f\x17\xe3\xed\x7f\xf0\x0b\x7e\x08\x99\xd9\xb7\x7f\x13\x53\x51\x89\x62\x22\xb6\xff\x9e\x97\x63\x9e\x9f\x60\x75\x01\xb9\x8d\x61\x6d\xdb\xce\x28\xdd\x51\x41\x70\xcc\x44\x7d\x5e\xa6\xdd\xf0\x00\x8c\x32\x31\xd7\x07\x56\x35\xd8\x61\x78\x7c\x04\x9c\xfb\x99\xe5\xf5\x0f\x02\xe4\xaa\x8f\xba\x3a\x8f\xee\x43\x36\x58\x75\x00\xc1\x07\xcf\xfc\x51\x07\xd1\x51\x21\xb2\x35\x3a\x32\x50\x86\xfa\xae\xbb\xbc\x7f\x7d\x50\x23\x94\xac\xc7\x76\xae\xd2\x1f\x77\x76\xd0\x2c\xbf\xd3\x65\x0f\x19\x76\x83\x6f\x26\x3b\xf0\x68\xe7\x6a\xb0\xa3\x28\xca\xea\x4e\xff\x8e\x79\x1d\xd9\x3f\x51\x57\x03\x43\x00\x51\x24\x56\x91\x24\x98\x5d\x36\x4d\x10\xf5\x39\xaf\x47\x45\x25\xa4\xd1\xc2\x64\x35\x52\x89\xa2\x10\x5c\x42\x50\x3a\xbd\xd2\x4b\xf3\x27\x92\x8a\x37\x4e\xb7\x41\x1d\xde\x6b\x5f\xc4\x45\x1e\xaa\x85\xd9\xe9\x74\x3a\x6d\x62\xdd\x9d\x0c\x2d\x22\x76\xf2\x4c\xab\x6c\x53\xa1\xd8\xb5\x45\xee\x8a\x8f\x71\xc4\xfd\x7d\x5a\x27\x5c\xb8\x84\x00\xd9\x64\x83\x9d\xdd\x47\xf4\x5c\x2d\x9b\xa7\xe8\x16\x8c\xcf\x14\xcb\x57\x62\x8c\xde\xa8\x4a\xae\x36\xb2\x24\xab\xf9\x67\x21\xd9\x62\xce\x78\x73\xd5\x5a\xb7\x0d\x1c\xbc\x84\x18\x4f\xec\x7f\xae\x67\x45\x8e\x23\xbb\xcf\x98\x53\xfd\xf6\x67\xac\x8f\x72\xa8\xee\x69\x6c\xc8\xb6\x47\xa3\x6a\x34\x2a\x5e\xdc\x8c\x46\xc5\xb6\x96\xfd\x7f\xce\x64\x9d\x15\x67\x8b\x4c\x9e\x0b\xc9\xd2\x6c\x0a\x4b\x59\x33\x48\x59\x99\x15\x0c\xb3\xab\xda\xb9\x60\x9e\x55\x36\xe3\xf3\xb9\x48\x09\xe0\x0b\x5e\xb1\xf7\x7c\xfe\x5e\x41\x14\xa8\xd5\x3a\xd6\x46\x40\x2d\xba\x0d\x55\xfb\x7b\xae\xb0\x61\xf8\x9a\xba\x10\x32\xac\xc6\x50\x88\x4b\xf3\x3c\x61\x42\x6d\x05\xb0\x03\x28\x39\x10\x54\xc8\x57\x24\x09\x5e\x72\xc9\x52\x91\x8b\x1a\x60\x62\x8e\xf6\x95\x46\x3d\xd2\xff\x1d\x6d\x1c\x66\xb3\x79\x2e\x46\x1b\xc7\x4a\xa4\x38\x06\xe3\x97\x7e\xf4\x2c\x80\xec\x37\x9b\x3d\x52\x91\x22\x8c\xe0\x24\xce\xd6\x77\x8e\xda\x51\xd8\xaf\x1c\xfe\x63\xc5\x27\x9f\x7f\x16\x39\x02\x30\x40\x00\xec\xc3\x15\x20\x50\xea\x05\x22\x26\xcf\x08\x60\x0f\x86\xf5\x71\x01\xe3\xa2\x7c\x82\xf0\xec\x3a\xf0\xe8\xe7\x77\x03\x89\x6e\x89\x5f\x05\xd1\x81\xea\x03\x01\x7a\xe4\x00\x44\x8f\x9f\x29\xc6\x06\x20\xd0\x67\xb7\x5d\x4d\x5c\xea\x30\xe8\x58\x52\xfc\x82\x95\x9f\x00\xf2\x03\x9d\xb2\xc2\xad\x3d\xa2\xee\x95\xec\x82\x57\x19\xc7\x3d\x7b\x44\x6d\xa4\xa8\xef\x60\x59\x7a\x05\x1f\x1d\x42\x22\x1c\xc8\x47\x91\x96\x42\x16\x5b\x35\x25\x78\x52\xa8\xc8\x0a\x29\xaa\x5a\xa4\x94\x98\xfc\x40\x5d\x54\x27\xe7\x89\xe2\xca\x13\xae\x9a\x8e\xc5\xa8\xe0\x73\x48\xd3\x94\xb0\xf1\x02\xcd\x60\xe7\x82\xcf\x15\xcf\x28\x4d\xb6\xd9\x94\xcd\x78\x91\xcd\x17\xb9\x1a\xd7\x35\x62\x21\x0c\x3f\x0b\x39\x31\xfb\x6b\x9b\x1d\x8a\x09\x71\xa0\x4a\x30\x51\xa8\x89\xa4\x8c\x4b\xbc\x1a\xab\xf9\x66\x45\x2d\xce\x44\x85\xc9\xa2\x28\xa2\x20\x93\x36\x75\xc7\xf6\xb6\xb6\x83\xd0\x2d\x8d\xc2\x7a\x8c\x3d\x29\x31\xd9\xe0\xa5\x98\x94\x45\xaa\xbe\xee\x0d\xd4\xb5\xd6\x74\xb0\x28\x30\x3f\x88\x48\x55\x1b\x80\xc7\x7e\xe5\x5b\x59\x28\xab\x01\x18\xaa\xc8\x44\x64\xba\x71\xf4\x07\x87\x90\x07\x1a\x51\xaa\x56\xf1\x52\xe7\x1a\x07\xbf\xcb\xfd\x9d\x6e\xc2\xb8\xdd\xac\x9d\x62\x7f\x27\x31\xdd\xc0\x4b\xb0\x2f\xb8\x83\xd5\x97\x25\x51\xeb\x45\x98\xa4\xfc\x2b\x2c\x82\x2d\x5f\x68\x2c\x34\x4d\x5d\xfa\x8d\x92\x49\xe8\xcf\xb5\x2d\x54\xc6\xc2\xe7\xa4\xea\x42\x6a\x5e\x6a\x8f\xf2\x45\x74\x93\xeb\x21\x1a\x04\x9d\x05\xf9\x1d\x34\x8c\xed\x4a\x32\xe6\xe5\x46\xf0\x3e\x3a\xca\x8e\x9b\x7e\x2c\xb1\xa4\x06\xeb\xcc\xd9\xa6\x22\x6b\x9d\x32\x26\x7d\xfc\x13\x67\x1d\xbb\xc0\x66\x85\xc9\xf9\x62\xe7\xad\x84\xcb\xd0\x8d\xd6\x22\x49\x7d\xe2\x78\x8d\x39\xe8\x62\x7b\xea\xe5\x52\x5f\x86\xa5\xf8\x7b\xc3\xd5\xf5\x10\x0e\xd0\xda\x26\xa7\x9e\xd4\x0b\x9e\xeb\xa4\x71\xb8\xcd\x33\xa9\x18\x60\x04\x87\x60\x69\x6b\xe6\x72\xf7\x11\x82\x2e\xd3\x37\x37\xad\x2f\x77\x8d\x33\x91\x99\xdc\xe0\x58\xcd\x79\x45\x89\x07\xb5\xbc\x8b\x02\x21\x4d\xa9\x02\x4d\x2e\xa6\x35\x1b\x5f\x53\x12\x6d\x93\xfa\xee\x74\x5e\xca\x83\x53\xd2\xc8\x60\x66\x3e\xff\x98\x36\x1c\x07\xd8\x3d\x31\xb7\x32\x4f\x1d\xc6\xa6\xfa\x78\x49\x7d\xa0\x8f\xfb\xa5\x77\xf9\xb2\xd4\x66\xbf\x8a\x14\x36\xf8\x3b\x9f\xcb\xce\x74\x55\x8a\xb1\x03\xf3\xd7\xcb\x15\xe4\x16\x0f\xb6\xb1\x89\x59\x2d\xc1\x3c\x7c\x78\x9c\xc4\x29\xf0\xe1\xc3\x58\xa6\x07\xa2\xbc\x78\xb0\xb7\xba\x15\x1d\x20\x80\x98\x1f\x31\xa2\x15\x01\xe8\x1f\x42\xc6\xbd\xfb\x39\x13\xe9\x0e\x7c\x32\x8f\x74\x00\x18\x6b\x8c\xb4\x6e\x6d\x94\x0a\x69\x5d\x2f\x5e\x93\x7c\x3a\x87\x82\x0e\xc0\xa3\x53\x73\xb8\x83\xeb\x0b\xfe\x92\x77\xa9\x20\x10\xed\xa0\x0b\x44\xc0\x71\x10\x2d\x80\x80\xec\xc0\x73\x59\x5a\x9a\xbd\x2e\x17\xd6\xd0\xed\x0b\x11\xc4\x66\xa1\x12\xc7\xc1\xe9\xf6\x69\x5d\x1e\x9c\xfa\xc4\x0e\xaa\x6f\xe3\x7e\x42\xa2\x8d\xd1\x9e\xf3\xaa\x36\xe1\x1a\x0e\xd5\xab\xee\x5e\x42\x77\x2f\x4f\x23\xbd\xb8\xa7\x26\x76\x45\xc7\x60\x7c\x27\xe0\xff\x62\xc9\x90\xac\x48\xb3\x8b\x2c\x5d\xf0\xdc\x31\x10\xf0\xf4\x13\x9f\xc0\x79\x4f\x1c\x88\xea\x39\x28\xde\xf4\x59\xcc\x6b\x7d\x64\x52\x39\x19\x85\xb5\x23\xb3\x0b\xd5\x2d\x24\x2b\xce\xee\xbc\x18\x4a\x4c\xea\xcf\xf8\xfc\x57\xd0\x0c\xf3\x4a\xe8\x3b\xe1\xbc\xac\x50\x4e\xc1\xe1\xf2\xeb\xc8\x86\xc6\x2e\x52\x28\x83\x20\x3b\x53\xb5\xc5\xf4\xbc\xb4\xbf\x99\xef\x47\x6a\x57\x5d\xd7\x81\x71\xbf\x59\x56\x2a\x8f\x7b\xc2\x2a\xad\x40\x06\x16\x34\x01\x4e\x0d\x33\x7a\xe8\x10\x6f\x93\x6b\xeb\x0f\xd4\xac\x9b\x87\x9f\x23\x73\x1c\x35\x72\xd6\xac\x73\xfe\xfd\xf9\x0c\xa9\xc9\x28\x0c\x0c\x18\xbc\x2a\x0a\xe8\x37\xe4\x49\x71\x15\xaa\xff\x6d\xa6\xa4\xd1\x80\x9f\xc5\x4b\xa1\x58\xd2\xe9\x18\x09\xae\x65\xed\x5e\x95\xb3\xf9\xa2\x26\x19\xac\x9c\x8d\xc1\x7a\x24\x40\x0a\x06\x03\xc7\x7c\x9e\x5f\xa3\x07\x11\xa6\x46\x92\xa2\xc6\xa0\x77\x58\x42\xec\x43\x8b\x34\x54\x48\x6e\x1d\xe9\x07\xcf\x6d\xaa\xbd\x83\xbd\xcc\x78\x3d\x39\x77\x25\x6d\x92\x0e\x4f\x61\xe0\xd3\x7e\x28\xcb\x42\xfa\x44\x98\xa3\xae\x8e\xe6\x1d\xf5\x18\xff\xfe\x82\x72\xd4\xee\x51\x06\x21\xfd\x14\x20\xd8\xd3\xbd\x1c\x8a\x5a\x13\x3c\x95\x08\x6b\xe0\x49\xdd\xfc\xe1\x23\x87\xcc\x13\x52\x39\x50\x05\x21\xf4\xa0\x33\x2c\x50\xf2\x99\x9d\x38\x21\x4a\xea\xd9\x24\x54\x0a\x2a\x8a\xd5\x84\xc9\x52\x97\x55\xf2\xaa\xc5\xd0\xad\xcb\xf8\x6f\xe9\xb2\x51\x88\x29\x87\x55\xcd\xf8\x5c\x0d\xe6\x25\x40\xa4\xc5\xca\x0a\x0d\x03\xe9\x06\xd4\xb1\x62\xe5\xf0\xb2\x40\xd1\xea\x54\x4d\x36\x44\xfa\x8c\xcf\x2d\xc2\x13\xfd\x99\xe5\x24\xa6\x68\x6e\x0c\xd7\x33\x3e\x3f\x14\xb5\x8b\x66\xdd\x83\x45\x37\x32\x3a\x4c\x4f\xc7\xa5\x2c\x27\x94\x21\x67\x86\x97\x64\xba\x2e\xf7\x51\x09\xd2\xcc\x41\xdd\x14\x4e\xfe\xe3\x98\x04\xc4\xa3\x1c\xa0\x11\xe8\x80\x3d\x8c\x48\x1a\xab\x04\x19\x4a\x10\x70\xd0\x9a\xca\x8d\x79\x56\x91\x97\xec\x21\x23\xd3\xa0\x1a\xf2\x4f\x91\x7a\x14\x48\xb0\x16\x0f\xc2\xc5\xa0\x3c\xaa\x07\x36\x81\x65\x1c\x5e\xfc\x7c\x68\x3f\xd7\xfa\x24\xca\xc1\x70\x80\xe6\x12\xdb\x1d\xfc\xba\xb9\x89\xf7\xa6\xfe\x45\x3b\x24\x43\x96\xdf\xe7\x9d\x7b\x01\x2d\x8e\x0f\x4a\x98\x07\x2e\x58\x07\xa8\xde\xb2\x6a\x29\xd5\x8d\x03\x89\xc3\x24\xfb\x44\x62\x7f\x8e\xf6\xc0\x07\x79\x6b\x4a\x25\xbb\xdc\xf4\x31\xe4\x5d\xb3\x5f\xbf\xc0\x35\xde\xd3\x04\xd1\x14\x4f\xd9\x9d\x85\x57\xc8\xa8\x70\x10\x3f\x74\x6c\x02\x43\xa0\x39\xff\xeb\x78\xfd\xda\x5f\xc3\xba\xbe\x92\x95\x0b\x60\x7f\x78\xc3\x51\x1b\x95\x38\x96\xf0\x2b\xfd\xaa\x21\xa2\x25\x7e\xd5\x7c\xda\xce\xb7\x73\x31\xf9\xec\xd4\xdf\x74\xe4\x0f\x56\x97\x0b\x25\xbe\xb9\xa5\xea\x88\xa3\x96\x3a\xb1\xbe\x27\x32\x4a\x26\x8a\x3a\xab\x44\x7e\xcd\x26\x8a\x7d\x4b\x2b\xa2\x27\x8e\x9f\x07\x3b\x1d\x6d\xc0\xfb\xd1\x86\x62\xc9\x5a\x60\x53\x90\x36\xb4\x8a\x00\x82\x90\x8d\x8a\x7d\x8d\x8c\x21\xab\x53\x58\x86\xd7\x57\x2f\xa7\xc9\xb7\x64\x6a\x36\xef\x49\x2b\x4b\xd3\x96\x6d\x2f\x11\xb5\x9b\x0c\xa5\x49\x93\x0e\x65\x3f\xf7\x32\x33\xef\x63\x6a\x67\x83\x53\xb6\x17\x8b\xdb\x30\xa9\x3f\x96\x0a\x47\x91\x08\x9b\xbb\xd4\x85\x6b\xd1\xc5\x2c\xcd\x36\xfa\x97\x8b\xa3\x56\x3f\xd3\xa1\x3f\x15\xf2\x18\x20\x4e\x41\xda\xc5\x95\x53\xa7\x85\x59\x2a\xd5\x62\x6f\xb4\x81\x0c\x43\xb7\xbb\xbf\xfa\xe6\x50\xd7\xb4\xc3\xb3\xdf\xd1\x66\xa3\xc9\xe4\x1f\x87\x1f\x7e\xe9\x59\x5f\xf1\x71\x4e\xfe\x74\xad\x85\xeb\xa2\x4a\x9c\x48\x29\x3e\x5d\x7b\xce\x1d\x11\x68\x29\xab\x25\x8c\x1a\x7a\xa8\x77\x38\xd4\x43\x48\x17\x13\x41\x62\xe8\xf8\x9a\x1d\x9d\xe2\xc8\x77\xbf\x3a\xc3\x6d\x0d\x3f\x0e\x7d\xeb\x9d\xa4\x90\x30\xab\x4f\xb2\x6c\xd6\x05\x7f\x70\x50\x55\xfc\xba\x9f\x49\xf8\x2f\xb5\xb9\xb9\x61\xea\x0f\xbd\xaf\xff\x3b\xdb\x35\x8f\x64\x39\x13\x1d\xce\x86\xfb\x8c\xc2\x7b\x38\x46\xf6\xa0\x5e\x78\xb4\x11\x9e\x56\x2d\xa5\xf1\x74\x49\xf1\x18\x86\xca\xa9\x73\x9d\xf0\xa9\x22\x7e\xe3\x00\xa0\xef\xb6\xc7\x08\x37\x18\x4b\xd3\x71\x94\xce\x2b\x2f\x35\xba\xb6\x85\x67\x36\x91\xb0\x39\x1d\xa7\xfe\xb3\xaa\x5c\xcc\xd5\x4c\x66\x65\x9a\x4d\xb3\x09\xc7\x6b\x24\xd0\xa2\x1b\xd0\x33\x2a\xc0\x78\x21\xfd\x3b\x8b\x4e\xc4\xca\x8b\x14\xa4\x71\xc8\xf3\x3d\x16\x46\x1a\xaf\x4b\x5b\xb0\x6e\x54\x80\xfc\x2f\xae\xf8\xa4\xce\xaf\x51\x88\xa7\xe8\x80\xa6\x09\xe4\xd0\xb8\xf8\xc7\x8c\x22\xae\xb6\xde\x5a\x23\xd6\x43\xa8\x56\xbf\x44\x0a\x54\x84\x17\x42\x66\xc3\x1b\x49\x65\x33\x34\x9f\xb7\xac\xe2\x81\xba\x14\xba\x37\x0b\x1f\x93\x49\x50\xd6\x15\x91\xae\xf7\x57\x8b\xfe\x11\x2e\x9a\x9d\xb4\x9c\x34\xb3\xd1\x3b\x69\xb1\x1f\x0c\xd5\xf7\x2d\x85\xdc\x5b\xca\x3e\xea\x1b\xac\x43\x1c\x1e\xb8\xf6\xc6\x76\x59\x95\xc5\x19\x2d\x57\x50\x07\xb2\xa1\x18\x81\xc3\xfa\x40\x9d\xd6\x07\x98\xff\xe9\x65\xc2\x4e\xea\xf2\xa5\x4e\xa9\x3f\xdc\x57\x03\x30\x84\xd7\x4d\x81\xfd\x92\x9a\x2b\xfe\x5b\x97\x07\x94\xe3\xfb\xa0\x4b\x1f\x26\x74\x99\x6a\x6e\xb3\xb4\x9c\xf8\xeb\xb1\xee\x6d\xac\xfd\xe2\x85\xf5\xfe\x23\xb7\x5d\xf4\xe5\xf0\x6f\xee\xe0\x97\x21\xae\x32\xa9\x68\xc4\x33\xe7\x9a\x6b\xab\xce\x93\xe5\x0a\x4d\x88\x70\xb5\x0f\x9c\x2d\x69\x94\x43\xd2\x14\x30\x62\x50\x04\x90\x2a\xa4\x5a\xad\xc0\x58\xb0\x85\xc4\x4d\x76\x56\x9a\x50\x1c\x0b\x16\xc5\xdf\x91\x66\xd4\x10\xe4\x98\x4f\x3e\xb3\xba\xa4\x73\xa4\x7d\x1e\x0d\x0b\x54\xa3\xe0\x2f\x68\xa4\x1a\x84\x19\xa8\xa3\xfc\xe3\xdd\x14\xc7\x73\xb6\xd4\x12\x85\x55\x20\xcc\xdd\xc5\x68\x83\xc2\x82\x63\x78\xd1\x52\xc2\x72\x13\x8e\x2b\xa6\x45\xaf\x9e\xae\x29\x27\x76\x4d\xf0\xdb\xc0\x10\x2c\x76\xad\x64\xc6\xb8\x94\x8a\x2b\xd5\x53\x5b\x39\x3d\xed\x13\x49\x08\x33\xe1\xf8\xf8\x65\xcb\x65\xc8\xb4\x06\xf5\x98\xcd\x7a\x18\x2d\xfb\xe1\xb5\x55\x78\x7b\x01\x5b\x13\xd7\x0a\x14\x0e\x46\xa8\xd5\x15\x57\xe3\xbd\x45\x2a\x6f\xb4\xa9\xf7\x59\xec\x90\x54\x7b\xd1\xf2\x73\xc3\xa9\xdb\xf5\x73\xe3\xac\x10\x60\xf6\x95\x8b\xb1\x14\xbf\x2f\xac\x0a\x9a\x39\x81\x09\x4c\x66\xc5\x59\x0e\x8f\xfa\x5a\xc3\x43\x7c\x62\x21\x75\x81\xe7\x20\x88\xd5\x88\x3e\x6a\xfb\x90\xc6\x87\xbd\x9d\xd2\x9f\xec\xac\xd4\x4a\xa3\xd3\xb4\x9c\x1c\x9c\xb2\xff\xfd\x7f\xff\x3f\xf0\xe7\x4b\x2a\xa7\x4d\x7a\x24\x67\x63\xd3\x5b\xdd\xf0\x95\x5b\xc5\x5c\x5f\x81\x28\x46\x9d\xaa\xb5\xd3\xa7\xae\xde\x3f\x18\xed\x55\x8b\xee\xef\xdb\xeb\xfd\x56\xf0\x43\xad\xad\x73\x18\x9b\xb6\x4d\x18\x5b\x85\xab\xf4\x03\x3d\x9c\x84\x31\x1b\x1c\xd1\x58\x78\x68\x60\x5c\x09\x0c\x06\x54\xb4\x12\x32\xcf\x98\x1a\x90\x32\x5a\x45\x57\xd3\x28\x6e\xb5\xfa\x14\x2e\xb6\xb4\x9a\x8e\xbe\xf0\x54\xcd\xf8\x34\x61\x65\x95\x9a\x99\x49\xd2\x1d\x12\x19\x4c\xca\x99\xe2\xa8\xe8\x62\x83\x1d\x18\x25\xa6\xf6\x74\x50\xc7\xb4\x92\xb7\xc1\x8b\xab\xcb\x6a\xc5\x95\x0d\x7d\x70\xa9\xfa\x50\xc0\x80\xdb\x86\x67\x6f\xa1\x93\xe6\xb2\x34\x63\x9f\x1e\x10\x75\xbd\x3c\x4d\xd8\xe9\x41\x5f\xaf\xf6\x4b\x08\xdc\x39\xe8\x76\xe1\x35\x01\xf2\xd2\xbc\x3e\x80\xd7\x2f\x69\x09\xbb\xa7\x48\x5f\x84\x92\xe6\xda\xf4\x21\x54\x18\x7b\x31\x96\x28\xce\xc6\x5c\x2a\x21\x9d\xcc\x15\x47\xe5\x5c\x54\x20\x2c\x6a\x01\xab\xae\x78\x21\x4d\xac\xaa\xbd\x1f\x88\xa2\x7f\x99\x7d\xce\xe6\x22\xcd\xd0\x05\x51\xfd\xda\xfe\x60\x3f\x3f\xf1\xbf\xec\x92\x9b\x87\x96\x29\xf5\x31\x07\xca\x8f\x32\xcf\xf9\xb8\x54\x5f\x5e\x08\x26\xd2\xac\x46\x87\x3b\xe6\x6b\x62\xbf\xb5\x16\xb6\x95\xf8\x1b\x46\x49\x6d\x40\xab\x1c\x43\xbc\x4b\xf5\x13\x9e\xe7\x40\x7a\xd3\x53\xeb\x5e\x23\xf8\xe4\xdc\x89\x84\xf5\xad\xd9\x55\x76\x96\x15\x3c\xb7\xa4\xdc\x21\x5b\x61\x0f\x6c\x85\x5d\x8b\x2c\xfb\xad\x96\x29\x94\x64\x05\x67\x3a\x75\xa6\x76\x8f\xaf\x76\xef\x90\xa5\xb0\x07\x96\xc2\xee\xbd\xed\x7d\xbc\x12\xc6\xf0\x46\x17\x97\xd5\xd6\xb7\x3f\xdd\xee\x76\xd4\x74\x16\xbb\xd7\xbd\xb5\x4b\x01\xf7\xe6\xc2\xae\xa7\x18\x73\xaf\x48\xc9\x40\xa7\x69\xcd\xb9\xfe\xd2\x2d\xce\x13\x89\x22\x54\xd5\x72\x73\x99\x66\x79\x2d\xaa\x4e\x45\xa6\xe7\xa8\xca\xe5\xd0\xb5\x03\x26\xf4\xf0\xad\x2b\x6b\x25\xd4\x8f\x48\x0f\x5b\x6c\x86\x20\x95\xd4\x42\xe7\xb9\xa2\x66\x8a\xd4\x01\x72\xf7\xd0\x4f\xcb\x42\xec\xb5\xca\x6c\x71\x2d\x0e\x85\xc4\x64\x6c\x38\xa4\x6d\x62\x0b\x46\x0f\xc4\x4f\x6c\x8f\x9e\xc6\x14\x38\x5e\xd8\x0d\x74\x44\x7e\xe3\x43\x0c\x48\x80\x90\x91\x5a\x80\xf3\x78\x7b\x6e\x47\x90\xf1\x54\x2b\xc8\xf1\x12\x17\xa0\x30\x62\x4d\x35\x68\x91\xdb\x50\xbe\x34\x69\x7e\xf4\xa8\x98\x32\x30\x9e\x3d\x98\x61\xee\x6b\x42\x68\x27\x5c\x07\xb0\x60\x42\x55\x8b\x56\x51\x51\xe1\x15\x46\x82\x3f\x87\xac\x37\xd0\x69\xc6\xe0\x69\x39\x9d\xea\x54\x87\xa6\x95\x9f\x4d\x2c\x02\x86\x4f\x38\x04\x44\xc4\x0e\xcb\x5c\xe9\xb8\x35\xdf\x1e\x4f\x53\x24\xb7\x8e\x4f\x7b\x09\x0b\xc7\x01\x08\xdb\xaa\x6e\xc1\x4b\x0a\x8f\xeb\xb4\x3b\xaa\xac\x65\xb1\x81\x74\x01\xa0\x9b\x5d\x93\xb0\xda\x0a\x8b\xfd\xb9\x74\xa3\x40\x5c\x87\x6c\xa2\xeb\x15\x27\x9a\xd5\xc4\x76\x77\x62\xfa\x33\x57\xab\x79\x37\xf8\xa2\x4f\x98\xbd\xe0\x9a\x10\x62\xc1\xa7\x36\x2d\x43\xe8\x7f\x7a\xf6\x7b\x11\x6e\x1c\x62\xa6\x6b\x92\xf4\xac\xa7\xbb\x35\x5a\x93\x3b\xab\x6e\x7d\x96\x8b\xae\x70\xf7\xf5\xdf\x58\x7d\x15\x0e\x1d\x11\x5b\xb4\xe6\xcb\x2e\xc5\x71\x37\x0e\x00\xdc\x5c\x1e\x63\xee\x1b\xa6\x83\x96\xc8\x39\xa7\x87\xa3\x5c\x14\xc7\xeb\xb9\x80\x84\x5f\xe9\x22\x18\x9e\xca\xee\x08\xef\xd5\xc7\x7d\x8d\xf6\xee\x72\xe5\x3d\x74\xda\x76\xe1\x0c\x74\xe8\x52\xd8\x4c\x3c\x68\x28\x33\xea\x1e\xf0\x0b\xb3\x32\x9b\x6b\x30\xc3\x96\x5a\x73\xba\x90\x20\x0e\x52\x21\x31\xb8\x10\x40\x36\x1a\x12\x9f\xca\x2a\xae\x2b\x2f\xa7\x1d\x33\x56\x50\x04\x6e\xb9\x6f\x50\xa0\x79\xb1\x87\xb5\xff\x0d\x94\x0d\x84\xdc\x3b\x9e\xd1\x36\x28\x85\x31\x2d\xab\x89\x88\x8a\x6d\x9a\x6a\x1e\x60\x93\xcd\x4d\xf6\x20\xa0\xd8\x75\x0b\x64\xd8\xfc\xfd\xad\xdf\x39\x6c\x4e\xba\xec\x0d\xf3\x0f\x82\x02\xa3\xc9\x1f\x11\x33\x35\x09\x39\xeb\xe8\x1f\xf4\x3f\x8d\x1b\xfc\xef\x0b\xfc\xaf\xb9\x6c\x29\xa1\x50\x5d\x41\xe0\x69\xb7\xcb\xf6\xd4\x28\x41\x0f\x6d\xde\x5a\xcc\xd1\xc6\xc4\xde\x35\xd7\x2a\x56\xa6\x64\x5e\x95\x13\x21\x65\x47\xce\xc5\x24\xba\x28\xbe\x25\x05\x9a\x2d\x2f\x6d\x24\x17\x63\x45\xc2\xd0\x32\x7e\xec\x99\x31\x17\xe3\x75\x53\x7d\xab\xde\xdc\xec\xb8\x36\xfe\xa2\xed\xec\x55\x5f\x38\xea\xee\x56\x7a\x60\xad\x06\xf6\xf7\x99\x04\x5f\x2a\x91\xba\x7b\x98\xba\xec\x9c\x95\x35\xfb\xee\x8b\x33\xca\x6d\xc2\xc4\xd5\x1c\xa3\x1e\xbe\xfb\x42\xcf\xba\xa7\xb1\xe3\xad\xbd\xb4\xcd\x0a\x72\x51\xa3\x05\xf4\x32\x17\x93\xfb\xf9\xa0\x60\xe2\xc3\xc0\x56\xae\x09\x19\x32\x1f\x46\xfa\x66\x5e\x8d\x55\xf5\xdd\xcd\x0d\xa3\x9a\x89\xe8\x01\x5e\xb2\xfd\xfb\x20\x5b\x9b\xce\x08\xd3\x78\x35\xfd\xee\x8b\xea\xfa\x56\x75\xfa\xdd\x97\xba\xbc\x55\xe7\x02\x98\x03\x5c\x6f\x86\xa5\x98\x26\x49\xf8\x23\x5e\x23\x1e\xd0\xe4\x5e\x38\x6a\x49\xb6\xa7\x6d\x7e\xf4\x72\x38\x64\xa3\x0d\x4a\x6c\xbe\xa1\x9b\x96\x53\xd2\xa9\x52\x0a\x14\x5d\x43\xf3\xe6\xc6\x0b\xb9\x83\x25\xc1\x86\xed\xc0\x60\x35\x1d\x82\xaa\x3d\x1b\xb6\x41\xf3\xd0\x54\xa0\xa6\x6f\xe3\xe7\x22\x6b\x63\x8a\xcc\x2f\x6d\xd9\xee\x03\xd5\x4e\x96\xce\x92\xb7\x7f\x1e\xe5\xac\x6e\x29\xcc\x95\x72\xa7\xfd\xcc\x14\x6d\x4d\x68\xd6\x2d\x5f\xd2\xf5\x21\x33\x17\x07\x8f\x23\x7f\x6c\xb9\x30\x20\x6b\xf4\xb2\xc8\xb1\x56\xe1\x52\x73\x2b\x3a\x42\x9b\x65\x88\x1e\xe0\x6e\x6c\x5a\x9a\xe0\xf9\x0a\xf1\xa0\xc0\x08\x0b\xdf\x53\xc7\xca\x08\xc6\xe6\xc9\x9a\xc7\x3a\x86\x66\x44\x72\x49\x44\x55\xe5\xe6\xda\x7c\xa4\x45\x80\xde\xe0\x98\xed\xc1\xb1\x7e\x74\xdc\xaa\x36\xf7\xa5\x18\xa9\xd3\xb8\xad\xe3\x07\xc0\xc6\xd7\xd8\xc9\xfd\xfd\x00\x0e\x45\xfd\xad\xdd\x00\xbe\xa1\x25\xff\x50\xd4\xbe\x79\x73\x95\x00\xb5\x42\x56\x77\xbc\x13\xda\x6b\xe5\x2a\x99\x93\x0d\xa1\xad\x1f\x4f\xa5\x27\x4d\xdc\x0c\xdb\x79\x4e\x0c\xcb\x2c\x54\x28\x1a\xcf\x21\x01\x78\x73\x9f\xb6\x1d\xcb\x01\x82\xd5\xe7\xe0\x67\xe1\xc0\x70\xb4\x73\xec\xfb\x52\x80\x16\x86\x2b\x4e\x5a\xce\x44\xa7\x23\x12\x96\x81\x99\x37\x83\x18\x21\xfc\x90\xd2\x0d\x6b\x2e\xdc\x56\xc3\xe3\x1b\x2e\xdd\xb2\x59\x02\xb4\x4e\x45\xb1\x35\x11\x79\xb4\xa3\x8b\x82\xad\x1a\x24\xd2\x5d\xbb\x21\xef\x1b\x1a\xf1\xd0\x2c\xa9\x0f\x38\x5c\x14\xb0\xe3\x0d\xa2\x25\xff\x5b\xa6\xe8\xf4\xb6\xba\x5c\xe0\xb7\xb3\xe8\xad\xe3\x03\xd3\xd2\xe3\x4a\x66\xb9\x14\x0a\xaf\xb6\x5a\xcb\x6d\x02\x3e\x84\x9b\xdd\x44\xfc\xa3\xcc\x8a\xc6\xbd\x07\x32\x3a\xd3\x61\x4e\x67\x3b\x64\x3c\x68\x24\x3b\x70\x92\x57\x50\x7d\xa5\xd0\x41\xd1\x66\xc6\x31\xf5\x85\xf6\x83\x5e\xf5\xdf\x43\xc7\xa2\x0d\x0d\xd5\xfd\xdd\x19\xd2\x7b\x79\xec\xab\x60\x6c\x22\x6a\x07\xec\xe0\x83\x40\x34\x69\x8e\xe5\x7b\xcb\x9a\x2e\x0d\x9e\x7c\x47\x9b\x25\xd0\xac\xd3\xfd\xad\x1d\xa5\xf9\x51\x33\x8e\x24\x58\x57\x12\x2d\x30\x41\x9d\x2b\x58\xc0\x13\x6f\x21\xbd\x24\xf6\xc3\x15\xab\xa8\x6d\xf8\x9d\xc8\x3a\x76\x5d\xbb\x3e\xea\x41\x54\xe3\xe7\x94\x26\x2f\x96\x38\x0a\xdf\x1c\x79\x0d\x74\xfd\xcf\xd6\x77\x7d\x2c\xc1\x86\x80\x77\x9b\xe8\x72\x07\x20\x4e\xe4\x77\x12\x77\x28\xa0\x36\x4b\x38\x90\xdb\x22\x1c\xdc\xcb\x84\xe7\x58\x72\x52\x21\x27\xa1\x25\xc7\xcd\x24\xe3\x1c\xb1\xaa\x69\x3f\xf0\xba\x72\x4b\x19\x06\x61\x0d\x89\x7b\xfa\xc2\xb7\x4b\x5d\x4b\xad\x7a\xcc\x6b\xeb\xb9\x95\x36\xdf\x3c\xf3\x65\x92\xb6\x48\x85\x78\x7c\x23\x6b\x8d\x36\x58\x91\x03\x8a\xf4\xd8\x3a\x70\x02\x34\xc6\x2f\xf1\x07\xf9\x56\x69\xce\x0f\x6b\x14\x0c\xd9\x56\xe5\x0d\x46\x53\xbd\x46\x01\xa5\xb7\x2d\x2e\xf1\x2e\x02\x90\x1d\x21\x63\x6d\xb9\x25\xda\x8c\xcd\x9a\x58\xcd\x39\xd3\xc9\xec\x5e\x69\xa8\xff\xec\x30\xc6\x54\x78\x73\x83\x06\xa4\xd8\x0a\xab\x97\xc1\x9a\x21\x27\x69\xaf\x12\x14\x4b\xdd\x85\x28\x8f\x93\x46\xfc\x00\x5e\xa7\x69\x20\x2b\xe8\x88\x5c\xb5\x02\x3a\x2e\x57\xe1\x9b\x5c\xde\x9a\x64\x13\x89\x39\x60\x9a\xa0\xe0\xcd\xcb\x26\x41\x05\x1b\x91\xec\xdc\x52\xd4\x07\x8a\x07\xd6\x2f\xad\x99\x7b\xf6\xf9\x50\xd4\x8d\x83\x6d\x7b\x9b\xfd\x4a\xce\x02\x9c\x4d\xca\xf9\x35\x28\x83\x44\x7d\x40\xb1\xae\xe0\x73\x21\x1b\x3e\x17\x18\x8a\xa5\x06\x30\xdd\x9c\x73\xc9\xc6\x42\x14\xc6\x4f\xa3\xc3\xa5\x5c\x80\xff\xc3\xb8\xac\xcf\xc9\x15\x87\x32\x65\x79\x4e\x09\xfa\xb2\xd0\x2a\x8f\xb3\x21\x41\xff\x82\x1d\x41\x4d\x58\xab\xb9\xcc\xc1\x18\xdc\xb4\x66\xaa\x29\x74\x13\x36\x8e\xbf\x7a\xa9\xb1\xbf\xbd\xed\xdb\xf9\x11\x52\x74\x2f\x52\x62\x2f\xcf\x73\x91\xf7\x9d\xb8\xde\x8a\x4f\x3e\x93\x0e\xd8\x8b\x2f\x83\x6c\xde\x8c\xb0\x76\xce\x31\x1b\xe2\x58\xe8\xeb\xa8\x48\xd9\x3c\x13\x13\xd1\x1b\x5f\xf7\xe0\x8f\xc4\x0d\xce\xc8\x6c\x2e\x0e\x4a\xaa\x61\xb1\x69\x86\xe6\x79\x25\x78\x7a\x8d\x0e\xb9\x95\x98\x42\x20\x46\xa9\x33\x7b\xa8\xd9\x39\x90\xa4\xe2\xaa\x1f\xf0\x53\x87\xef\xf6\x06\x01\xb3\x50\x3b\x90\x3b\xb6\xa2\xcd\x4d\x36\xb6\x3f\x1b\x7c\x45\xd7\x96\xa3\xec\x3a\xe4\x10\x21\x3f\x67\xf3\x39\xba\xe1\x18\x34\xf6\x9b\x6c\x2e\x30\x92\x71\xb4\x90\x8d\xfb\x11\xfb\x42\xbb\xb8\xd6\xbc\xf3\xf0\x65\x46\xaa\x71\xdb\xcb\x58\x06\x44\x9c\xb9\x96\xc9\x08\x2f\xa4\x2f\xb3\x48\x1c\x32\xde\xcf\x20\x0a\xc9\x5a\xd3\x54\x73\x98\x08\x7b\xce\x60\x5e\xea\xfd\x58\x1b\xac\xf1\xc9\xe6\x26\x7b\x40\xf1\x7f\xcd\x7b\x12\xa6\xdd\x84\xdc\x0f\x5b\xd2\x1a\x23\xb2\x82\xbd\x24\x7f\x28\xc7\x29\xc9\xd6\xf5\x33\xcd\x1a\xbd\x1d\xb0\x0e\xb8\x38\xe1\xb2\xe0\x16\x04\xe5\x4e\x7d\x8e\xea\x0a\xfa\x8b\x7a\x9c\xe6\xfc\xac\x8b\x25\xf8\x1a\x5d\xc1\xf8\x1d\x45\x7c\x44\xd3\x90\x5e\xdf\x49\x4b\x71\x00\x71\x9b\x10\x21\xd4\x6d\x5d\x77\xc0\xc6\x3a\xcb\x0c\xab\x10\x5b\x68\x12\x70\xc0\x61\xb1\x45\x4f\x0a\x3b\x2c\x42\x64\x2d\xe6\x4b\x4b\xfd\x8e\x20\x8e\xcb\xfc\x1c\x56\x79\x73\x93\x16\xef\xf9\x10\xfb\x6e\xad\x9c\x17\x9d\xca\x4e\xc2\xa0\xfb\xb6\x62\x73\x74\xcc\x8a\x2a\x2c\x21\x15\xf4\xec\x69\xcf\x5c\x11\x97\xb7\xda\xda\x99\x6f\x75\xe0\xfd\x2c\xd2\x28\x52\x98\xcf\xee\x26\x9c\x6f\xcb\xf9\xd9\x23\x7c\x2c\x3f\x08\xc7\xcd\xaa\x32\xb1\x7d\x67\x97\x20\xb6\x2f\x7e\x25\xa2\x83\x1c\x21\x54\xb3\xc3\xdd\x20\x07\x6c\x31\x37\xfc\xd0\x2d\xea\x51\x98\x1c\x64\x4e\x6f\x58\xb7\x84\xf2\x0f\xb9\xbb\xac\x93\x4d\xe1\x24\xc8\x31\x71\x41\x3b\x21\xef\x24\x98\xda\x84\xf6\x75\x1b\x91\x4e\xdb\x4d\x1e\xcb\x38\xac\x3b\x5e\x83\x9a\x55\xaf\x2d\x1c\xd3\x5d\x9c\x87\xf1\xc5\xb1\x4d\xa6\x75\xdb\x02\xda\x95\x5b\x49\x06\x6d\x55\x1d\xbd\x19\xee\xe0\x89\x82\x9c\xb1\x15\x29\x2e\x54\x31\x3e\x61\xa1\x8a\x56\x29\x5a\x06\x4d\xcb\x68\x6d\xb2\x61\x7b\x05\x46\xb6\xf4\x58\x0a\xf8\xc6\x0b\xdc\xf7\x31\xd7\x0a\xbb\xe7\x9b\xfc\x26\x6e\x06\xbd\xe3\xee\x5f\xba\xeb\xed\xf6\x46\xbe\xd6\xc3\x45\x59\xb9\x41\xa1\x3c\x16\x2c\x65\xb4\x84\x16\x29\x67\x8c\xd9\xc6\x6a\x85\xdb\xf5\x3b\x5d\x16\x73\xdc\x88\x85\xeb\xac\x2c\x3d\xa5\xf5\x8b\x5a\xb5\xb8\xcc\x22\x28\xa3\x91\x7e\x81\x34\xed\xfa\x4b\xbb\x22\x75\x5c\x94\x6e\xcb\xd5\x61\x85\xaf\x3f\x4f\x8e\x35\x52\x5e\x39\x17\x46\x7b\x15\x15\xf2\xfe\x53\x2d\xa1\x27\x77\x2a\xb6\xaf\x78\xf3\xcf\x9a\x2f\x2b\xae\xbe\xc6\xce\xa3\xc3\x7d\x27\x81\xc9\x37\xe5\xc2\xb5\x0e\x1f\x23\xa5\x61\x28\xba\xc1\x0e\x88\x64\x26\x8f\x9d\x3a\x22\xd6\x80\x68\xc7\x88\x2f\x31\x88\x96\x1e\xf7\xcb\x36\xfa\x38\xba\xd1\xd7\x3e\x5d\x61\xe5\x41\x20\x6d\xa9\x7f\xf7\xf5\xfb\x87\x2d\x51\x6f\xc4\xe4\xfe\x5d\x7d\x8c\x99\x69\xbe\xf3\x42\x7b\xda\xcb\xb9\xf3\x15\x87\x27\x6d\xba\x97\x20\x72\x36\x9c\xe0\xc6\x20\xb3\x63\xc9\x71\x78\xbd\xae\xa1\x53\x73\xf9\x97\xf1\xa5\x65\x31\xce\xfe\x72\xa5\x3b\xe5\xba\x4b\xdd\x66\xf1\x58\x25\x49\xb4\x6c\x1b\x8b\x03\x2b\x1f\xaf\x33\xaf\x7b\xcc\x07\xcf\xa8\x97\x19\x18\x36\x1b\xd6\x8a\x35\x8d\x2c\xeb\x4e\xa3\xb1\xba\xeb\x2e\xd6\x03\xf8\xf2\xcf\x5a\x2e\x62\xcd\x5a\xce\x65\xe6\x7e\xe8\xde\x3c\x90\x0f\xed\x63\x3c\x96\xba\x4f\xc2\x57\x37\x37\x0d\x33\xc2\xbe\xb3\x63\x5a\xef\xc2\xbb\xf7\xb9\x0c\xbb\x15\x43\x9d\xf3\x26\x1e\xa0\x1b\x29\x07\x87\x9e\x57\xbe\x67\x14\xfa\xed\x05\x0e\x4e\xcd\x82\x93\x6e\xf9\xcf\x48\xd9\x4f\x73\xba\xde\x5a\xdf\xc6\x3a\x50\xd8\xd2\x48\x8d\x80\xc2\x78\xbd\xcf\x20\x92\x10\x3f\x6e\x6a\xf6\xb4\xdb\xe1\xaa\xb6\xeb\x54\xc7\xa4\xeb\x43\xfb\x08\xbd\x96\xda\x01\x35\xd5\x24\x77\xbe\x76\xca\x61\x2a\x9e\xde\x2c\x4d\x49\x6c\x61\xf7\x99\x57\x39\x53\x14\xbb\xd1\xa6\x4e\x56\x4b\x05\xe5\x9e\x79\xe3\x7d\x5e\xb7\xac\x8e\x91\x38\xdd\xd5\x49\xac\x01\x85\x56\x26\xb4\x9b\x30\x57\xea\x50\x4d\xf7\x6d\x24\xb6\x8d\x1e\xf0\x3c\x80\xac\x09\x53\x7d\x70\xec\x23\xc3\x65\x34\x7f\x29\x90\x94\xc2\xc6\x03\xd6\x5f\xe4\x06\xe4\x64\xbf\xd5\x2b\x9b\x30\x12\x42\x20\x73\xf3\x0b\x66\x2a\x95\xea\xa5\x50\xab\xff\xd0\x55\x63\xdc\x1a\xf1\xcf\x6c\xe8\x50\xe4\xa3\x2e\xf5\xaa\x36\x1c\x2a\x62\x45\x5f\x97\x12\x6f\x2f\x66\x4c\xb0\xe0\x2d\xcf\xf9\xe8\x31\xa6\x68\xcc\xbb\x3d\xca\x22\x23\xb4\x70\xae\xd0\xd8\xa9\x3b\xfa\xba\xc9\x2a\x48\xee\x3d\x59\x2c\x13\x89\x09\x1a\x4c\x8c\x6a\x8e\xcc\xc3\x4d\xba\x33\x2a\x8e\x4e\x79\x9e\x97\x97\xef\x17\x79\x9d\xcd\x73\x71\xa8\x5b\xdd\x29\x87\xe5\xeb\x34\xab\xcb\xea\x50\xfd\xfd\xaf\x96\xee\xba\xa3\x22\x93\x4c\x14\x7c\x9c\x8b\x34\x61\x9c\x1d\x19\x80\xee\x3e\x90\xfe\xb2\xcb\x66\xfc\x9a\x9d\x97\x79\x3a\x2a\x66\x34\xa4\x0e\xfd\x61\x2f\xaf\x75\x6c\x64\x62\x27\x2f\xa1\xb5\xc9\x15\xa1\x84\xd2\x8a\x32\x02\xdb\x4c\x11\xa6\x7f\xf0\x15\x89\x1d\x3d\xf8\xc4\x4f\x3d\x5c\x5e\x82\x0a\x7f\x51\xa4\xbc\xba\xf6\x12\xc8\xae\x5b\xd5\x75\x31\x9f\xaf\xd9\x45\x5d\x26\xa0\x2e\x8d\x24\x89\xbe\x7b\x3d\x54\xe8\x48\x7d\xa2\xfe\xdb\xe2\x40\x01\xb5\x0b\x8a\xc9\x79\x59\x79\x60\xfd\xef\xff\xeb\xff\x05\x95\x57\x96\x52\x6c\xa0\x4e\x6d\x0e\x25\x99\x20\x97\xf0\x75\xb9\xc0\x2e\xa8\xb0\x66\x16\x0b\x6d\xc3\xae\x1b\xc7\x02\x42\xb6\xc9\x06\x4f\xd9\xf6\xf7\xec\xad\xce\x6c\xf9\xfd\xb6\x3e\x28\xfc\xa2\xfb\xcd\x80\x37\x05\xf6\xb9\xe0\xa9\x07\xb4\xce\x78\x90\x49\x00\x33\x35\x39\x8f\x75\x80\x24\x59\x55\x8e\x10\xe2\x3b\x55\x11\xf6\x49\xa7\x8f\x3d\xc4\x4a\xbe\x2a\xa8\xee\x3e\x5f\x58\xdc\x3d\x3d\xf7\xc8\x7c\xab\x05\xa1\xfd\x14\x51\x4a\x61\xbd\x6a\xb4\x53\x4c\xe8\xec\x98\xc0\x5a\x8a\x12\xb4\xa7\x72\x36\x2e\xa6\x6d\xe3\xbf\xa5\xbc\x12\x90\x38\x1f\x8b\xc4\x53\x52\x45\xc9\xc4\xd5\x3c\xcf\x26\x99\xda\x76\x90\x3b\x2d\x83\x1c\x12\x3a\x38\x95\xf6\x98\x29\x14\x50\x9a\x84\x60\x50\xd5\x2b\x4b\x85\xc4\x92\xf5\x04\x10\xea\x62\xd5\xf3\xbe\xba\x55\xcd\x04\x2f\x68\xd9\xfc\x82\x03\x64\x5b\x50\x9d\xd8\x52\x11\x83\xa0\x11\x18\x14\xd1\xb6\xb5\x83\x9d\x40\x7f\xac\x28\x0d\xa8\x71\x34\xc1\xdb\xd6\x65\x7c\xac\x56\xf1\x40\x35\xa1\xd4\x78\xb0\x90\x70\x07\xf4\xda\xfd\x68\xda\x61\xf2\x3b\x68\x36\x80\x00\xbb\x28\x45\x8f\xb3\x34\xab\x90\xcc\x78\x8e\xd6\xef\x5c\x5c\x88\x3c\x82\xd7\x4c\xd2\x32\x24\x2c\x9b\x62\x0f\xbc\x08\x03\x67\xd5\x4c\x54\x9f\xef\x54\x27\x4d\xe1\x0a\xfb\x1e\xfa\x30\x3f\x52\x30\xbf\xd4\x1f\xbd\xe7\xf2\x33\xfb\x7e\xbb\x29\xaf\xd0\xb7\x43\xf6\x88\xbd\x40\xc1\x62\x0f\x9f\x2d\xe1\x33\x67\x25\xcf\xd9\xa4\xcc\x17\xb3\x82\x75\x20\x39\x50\xca\xd4\x4e\xc8\x26\x3c\xa7\xca\x90\xdd\xc6\x54\x75\xfe\x13\xac\x4b\x8e\x35\xa9\x33\x69\xf2\x98\x80\x67\x5f\x75\x81\x66\x2b\xd3\x99\xc9\x14\x7c\x69\xe2\xf4\x8f\x66\xe5\xc5\xba\x39\x83\x2f\x32\x71\x49\x47\xd2\xbf\xa9\x3f\x15\x37\xf9\x37\xea\x3b\xbf\xee\x92\x85\x12\xfb\xc5\xda\xe4\xe5\xd4\xa9\xa1\x12\xf5\xd7\x55\x6b\xa1\x10\xf0\x0a\xe6\xdf\x5c\x0c\x5d\xde\xde\x59\x8c\xfd\x7d\xf6\x44\xad\xc6\xdf\xcd\x67\x1f\x00\x49\xd1\x05\xa1\xef\x87\xec\xd1\xa3\x27\x4f\x1e\x3f\x7e\x34\x50\x5f\xfe\x52\xda\x6f\x91\xfa\x5c\xe1\xcf\xad\xa4\xdf\x9a\xa2\x55\xc7\x87\x57\xe5\xe2\xec\xdc\xd8\x46\xfc\x1c\x0b\xe8\x6b\xe9\x46\xa1\x63\x27\x8b\x79\x0a\x0b\xd9\x92\xa6\x68\xc6\xe7\x1d\xdd\x9d\x4d\x50\xda\xac\x1f\x46\xd1\x09\xb1\x2b\x19\xfa\x16\x85\x72\x16\x1d\x95\x70\x2c\x52\x61\x00\x4a\x86\x6a\xb8\x1d\x8d\x78\x07\x6d\x13\x75\xda\xda\x5f\xc3\xa4\xd8\x36\xbc\x3a\xe3\x7d\x03\x64\x24\xb7\x9e\xcb\x90\x75\x02\x3f\xd5\xa1\xe1\xd1\x36\x0b\x01\x6a\x70\xdd\xe3\xc9\x24\x3f\x4c\x1c\x72\x6a\x73\xa1\xc4\x82\x6b\xde\x62\x97\x68\x70\x65\x90\x6f\x8b\xcb\x1a\xb3\x83\x9f\xaa\x17\xa7\x75\x19\x66\x10\xc1\xb3\x70\x69\xc2\x45\x1b\x79\x40\xf0\x93\xc8\x81\x93\xda\xf7\x1e\xc6\x8b\xbb\x05\x02\x62\xbf\xf2\xe6\x19\xfa\x5f\x83\x68\x40\x6a\x41\x3e\x96\x1d\x0a\x40\x70\x47\x61\xfb\xf6\xb5\xad\xc7\xae\x5f\xbe\x60\xfa\x44\x2e\x9b\x5b\x2d\x0e\x8b\xf3\x7d\x02\x00\x2c\xcb\x12\xcd\x2b\x11\x60\x5c\xe7\x43\x89\x49\x85\xe2\x77\x93\x9e\xa5\x01\x8c\x8b\xce\xe1\x90\xf2\x54\x38\xe8\x55\xaf\x11\x1d\xfa\xa5\xfa\xd5\x02\x1a\x95\xf8\xa1\xc8\x54\x49\xd1\xab\x10\x98\x5a\x42\x6d\x2f\xeb\x4b\xad\x13\x92\xc5\xa5\xd8\x30\xd7\xe0\x17\x92\x04\xf7\x58\x03\x4d\x7b\x0e\x8c\xb7\x91\x34\x84\x54\x39\x98\xb7\xf9\x72\x73\x07\x87\xec\xd4\xdf\x08\x94\xb4\x47\xc7\x8c\xdd\x2b\x7c\x40\x3d\x75\xdc\xd9\xc1\x3f\x9f\xf0\xdb\x70\x69\x77\xdb\xc0\x84\xfc\x04\x82\xe1\x7d\xef\xce\xae\xeb\xd3\xb2\x0a\xb6\x7a\x34\x89\x60\x9c\x40\x1d\xc8\x13\x0b\xe2\x57\x65\x17\xb4\x7c\xa6\x79\x69\x71\x7c\xaa\x5b\xb9\x53\xc8\x98\x4c\xf6\xc1\x02\x52\xb5\x94\x95\x73\xbb\x55\xf7\x3b\x89\xb2\x63\xc5\x66\x4a\xea\x0a\x6e\xbe\xd2\xbb\xeb\x05\x38\x58\xf3\xb2\xe7\x67\x61\x31\x03\x24\x4c\x62\x85\x80\xf1\xb5\x15\xae\x71\xd9\xa0\x34\x5a\x51\x92\x33\x00\x19\xf9\x59\x67\xbc\x00\x79\xfc\x1a\x2e\xb2\x90\x98\x36\xa1\x0c\xe2\xd7\x4a\x5c\x57\x57\x29\x3c\xbb\x02\x9a\xac\x28\x44\x37\x02\x1b\xaa\x88\xe8\xc2\x73\x32\xe3\x59\x71\xe2\x67\x7e\xb1\xf8\xe8\xe8\x8b\x10\x9d\xc3\x72\xa1\x04\x97\x30\xdf\xcb\x25\x97\x8c\xa7\xa9\x48\xc1\xa9\x3c\x84\x44\x0d\xf0\x16\xfc\x7b\x1b\x57\x51\xc2\x92\x4e\x8f\x10\xde\x3b\xcd\x97\x6c\x68\x7b\x59\x22\x67\x70\x07\xf2\x50\xd0\xe8\xb3\x7f\x92\xa4\xc7\xd3\x4f\x0b\x59\xfb\x13\xc5\x3e\x8c\xb4\xe7\xf8\xcf\xdd\x5d\xd4\x80\x9a\x83\x38\x26\xae\x4c\xf4\x1c\x52\x13\x5c\xbd\xe1\xdc\xb4\x2d\x44\x9b\x0a\x82\x8a\x0d\xf7\x59\xd5\x6f\x00\xd3\xed\x26\x01\xe6\xd6\x3a\x3b\x1c\xac\x95\x4e\xf6\x7b\x0d\xc4\x1a\x67\x88\x91\xa3\xfc\xb4\x2a\x0f\xf4\x51\xe1\x3f\x0e\x53\x7e\x07\x8b\x6d\xbe\xb2\xb3\x88\xa2\xd0\xcd\x1b\xcc\x96\x65\x2c\xf0\x46\x77\x4b\xbf\x7b\xfc\xd9\x69\x7a\x94\x1d\xf7\xf5\x3c\xed\xa3\x58\x96\xf1\x16\x50\xf4\x22\x57\xad\x72\xf1\xdf\x05\x92\xe0\xbc\xca\x66\xbc\xba\x6e\x6a\xdf\xfe\x89\x7b\x2d\x81\x12\x2e\x54\xcc\x60\xc6\x3f\x0b\x26\x17\x3a\xe3\xd7\x75\xb9\xa8\xb0\x8e\xa3\xe3\x08\x7b\xc2\xf3\xfc\xc4\x6c\xff\xf1\x35\xc5\xf9\x63\x65\x55\xc9\xb0\x84\x27\x83\x40\x3a\xa4\x9d\x97\xd7\x78\xc4\xdd\x4f\x9d\xd7\xf7\x3a\x89\x29\x32\xd4\x2a\x36\x6e\xc0\x84\x54\x7f\xe5\x8f\x63\x15\x1e\x68\xc6\x01\x63\x82\x74\xaf\xe7\x5c\x3a\x0a\x3a\x66\xcb\xd0\x07\xfb\x5a\x71\x7c\x85\x03\xf8\x08\x92\x9f\xf2\xac\xd0\x89\xcd\x31\x79\xa5\xbb\x0b\xc2\x24\xa8\xf2\x10\x14\xa4\x9d\x56\xa9\xc9\xa7\xee\xe1\x90\x0d\x7c\xa1\x3a\xd8\xd5\x1d\x3b\x6d\x37\xa6\x6b\x99\x3c\x6d\x27\x8e\x77\xd9\x42\x09\xcb\x15\x8f\x0a\x4d\x3c\xc5\xda\x32\x1d\xd2\x65\xc1\x64\x83\x32\xf0\xab\x59\xce\x11\x7c\xed\x67\xb6\xa0\xfc\x4f\xd4\x25\x5a\x30\x83\xbd\xeb\xd4\xbd\x6d\xca\x84\x90\x15\xcc\x4f\xed\xae\xe7\xe3\xc8\xac\xa6\xb8\x5f\xc1\x8a\xb2\x9a\xe9\xb4\x27\x26\xf3\x95\xc3\xab\x66\xa2\x3a\xc3\xaa\x86\xea\x58\x35\x87\xee\x94\x15\x62\x22\xa4\xe4\x55\xa8\xc8\xa0\xcc\x64\x1e\x7e\xf0\x88\x1b\x86\x8c\xb3\x91\xe5\x4a\x9f\x55\xee\x92\x53\x52\x51\x77\xe7\x23\x61\x43\xa7\xc7\xfa\x64\x5b\x9b\xd1\xeb\x6d\xbb\x2e\x13\x47\x91\x36\xc6\xc4\xb5\x9c\xed\xe4\x29\x64\x5a\x0e\x87\x73\x10\xbb\x50\xc2\xe1\x1a\x59\x62\x8c\xf4\x5d\x51\x4a\x9c\x96\x13\xc9\xa4\x3a\x41\x1a\x69\x90\x47\x5b\x7e\x1b\x13\x19\x6c\x67\x01\x1b\x33\x2a\xac\x7f\x95\xf4\x1d\x89\xe2\xd5\x74\x1d\x0a\xde\x40\xe5\x0d\xd1\xdc\xbe\xda\xc7\xc0\x59\x7f\xfb\x7f\x1b\xd9\x3c\x20\x8f\xd6\x0c\xdf\x21\x67\x71\xe1\x51\xcb\xd2\xa9\x20\x1a\x36\x50\x3a\x1b\x54\x55\x6a\xa1\xcc\x84\x56\x86\x6d\xfb\x32\x34\xaa\x6c\xc8\x78\x14\x63\x44\xb4\x30\xd8\xa2\xe3\x5e\xd5\xd8\x90\xe9\x0b\x72\x5c\xd0\x6f\x70\xcc\xf8\x4d\xc4\xbb\x25\x2f\xe3\xa5\x87\x8a\x3d\x40\xf5\x53\xe0\x18\x36\x24\x9e\x62\xe4\xf5\xbe\x83\x6d\xe8\xe8\xa2\x02\x9e\x13\x9f\x60\xb0\x77\x5d\xa9\x75\xa7\x41\x88\x8d\xb3\x22\x0c\x0c\x6a\xcb\x98\xed\x60\xbf\x10\x22\x95\x56\xa9\x62\x8e\x40\x9f\x4c\xdc\x50\xb5\x46\x7c\x5a\x44\x24\x8a\x79\x45\x21\x8f\xb6\xe9\xcb\x62\x21\xe2\x95\x15\x75\xd9\x0b\x22\x04\xad\xa3\x51\x43\xef\x79\xcf\x5a\x52\x3e\xb4\xb0\x45\x73\x00\xa4\x1d\x9f\xe3\x3a\x68\x8e\x84\x2a\x69\x88\xfb\x9e\xd6\x25\x1e\x2d\x1c\x92\x5a\x63\x19\x57\x67\x33\x40\x33\x46\x20\xc1\xc5\xab\xee\xf7\xd9\xff\x2a\x17\x8a\x1f\x13\x05\xf1\xa9\xc8\xaf\x59\x76\x56\x98\x52\x4f\x73\xd2\xda\xf3\xea\x0c\xb3\xd7\xab\x5b\xd9\xac\x94\x35\x93\x59\xbd\xc0\x24\xf9\x2d\x74\x08\x70\xf8\x75\x9a\x76\x12\xab\xb8\x4f\x1c\xbd\x71\x6c\xe3\x05\x5c\x82\xc8\x5a\x67\x61\x4e\x20\x62\x4a\x75\x8a\x99\xd9\xc0\xa3\xc9\x29\x71\x13\xb3\x65\xec\x45\x2c\x17\x5d\x16\x48\xff\x1d\x03\xa0\xe3\x5b\xf0\x88\xed\x59\x67\xbc\x5d\x67\x12\xdd\xe6\xf7\x1d\x3b\x2d\xf6\x40\x77\xb1\xb9\xc9\x82\xc7\x17\x65\x96\x02\xa4\xce\xf3\xbd\x65\x5a\x6e\xa8\xb5\xdf\xa6\x38\xef\xde\x81\x5b\x2e\x61\x8e\x4d\x3e\xd6\xba\x4a\x39\x29\xfe\xd9\x90\xfd\x87\xcc\xb8\x79\x02\x01\x2b\x7f\xae\xcd\xbe\x2f\x5a\x08\x08\x27\xa5\xa7\xd8\xb4\x5c\xde\xe0\xac\x6e\x62\xb4\xe2\xaf\xf4\x5e\xcb\x08\x4d\xf4\xb1\x1b\x06\xe3\xb2\x7d\x0b\x5d\x9c\x40\x77\x5a\x17\x72\xb9\xe2\xaa\xc1\x99\x96\x31\xfe\x9c\xae\x41\x96\x93\x3a\x77\x9e\x50\x76\xec\x2b\x59\xb6\xd3\xe1\x09\x1b\xc3\xe1\xcd\xfb\xa4\x75\x1e\xc3\x1f\x2e\xbb\x73\x47\xa4\x8f\x41\xb9\xf3\x61\xda\x71\x0f\x74\x16\x5e\x8e\x07\x5f\x77\x08\x24\x6c\x5e\x89\x0b\xe7\x09\x84\x81\xdf\xf5\x68\xa8\xc4\x05\x9a\xe7\xfd\xe3\x01\x1f\xb7\x7a\xcd\x92\xf5\x04\x9a\x39\x96\x02\xe4\x15\xfc\xaa\xa3\xf9\x7e\x62\x7a\x6a\xf3\xab\x54\x40\xb4\x69\x18\x1a\x08\xee\xf5\x22\xdd\xe8\xf5\x9a\xc3\x99\xd4\xeb\x65\x09\xdb\x4d\x68\x3a\x44\x76\xfb\xf4\x13\x88\xf1\x45\x9b\xc6\xbf\x4c\xc8\xd4\xb1\xb7\xca\x3e\x71\xe7\x64\x18\x77\x39\xde\xbc\xe0\x82\x73\x31\xf9\x6c\x3f\x73\x34\x98\x69\x39\x79\xe7\xfb\x2c\x1a\xda\x42\x4a\x81\x10\x5d\x0f\x7e\xf7\xc4\xb7\x74\x01\xd9\xbd\x6c\x6f\x6b\x89\x41\x56\x0f\x3b\x2f\x33\x75\x38\x96\x8b\x1a\x9c\x4b\xca\xa9\xcd\x2f\xbd\x41\x09\x18\x46\x85\xce\xfa\xfb\xf6\x67\x72\x4b\x24\x97\xa7\x29\x9f\x88\x1a\x9d\x10\x72\x3e\x16\xb9\xc9\x7f\xaf\x7d\x11\x1a\xd6\x63\xad\x48\x1e\x15\xa8\x02\x61\x6f\x6b\x56\xf3\xcf\xa0\xe3\x9d\x2f\x6a\x49\xf7\x95\xe2\x9a\xca\xbf\x2b\x80\xc0\xa0\x25\x6d\xc1\x7a\x2a\xe5\x29\x47\x45\x7d\x5e\x4a\x11\xd4\x08\x28\x17\xf5\x7c\x51\x9b\xc4\x9d\xa3\xe2\xf5\x15\x9f\xcd\x73\x34\x0a\x2f\x24\xfe\x17\x00\xc7\xa4\xd7\x4a\x5a\x38\xaa\xf9\x78\x54\xc8\xec\x0f\x71\x4f\x67\xac\x9a\x8f\x0f\xb3\x3f\x44\x37\x61\x47\x7a\x7e\xbc\xae\xab\x6c\xbc\xa8\x85\xbc\x8f\x8d\xfb\x5f\xd8\xcd\x81\xe9\x84\xea\xe5\x1f\xa1\x0d\x77\x54\xe4\x99\xac\x45\x21\xaa\xfb\xf5\x8e\xbd\xbc\xa3\x3e\xba\x9e\xa6\xfe\x0d\x2c\xea\x6a\xfd\x7c\x6b\x21\x7e\x58\x9d\x75\xab\xf9\x4c\x50\x83\xfa\x56\xad\xfe\x1d\xbf\x49\x58\x26\x0f\xe1\x18\x49\xc8\xe1\x2d\xe2\xa6\x45\xe0\xb0\xa1\x06\x2c\xd4\x8e\xbb\x00\x60\x2b\xf3\xb3\xa5\xa9\x6d\xd5\xf0\x7d\x26\x78\xd8\xd0\x80\xe6\x34\x31\xd3\x8a\x4c\xcd\x9d\x9e\xed\x2e\x65\x43\xda\x77\x0f\x1f\x86\x63\x91\xcf\x9d\x9d\x58\xe7\xe8\xb8\x51\xf7\xc8\x6e\x1d\x36\x34\x79\x9c\x10\x55\x98\x87\x4a\x33\x2a\xc8\xaa\x47\x6f\x30\x49\x38\xdb\xd3\xbf\x5b\x0e\xf6\x9f\xc1\x71\x81\x4a\x3a\xc0\x86\x8a\xcb\x66\xe8\xe0\xd0\x99\x94\xc5\x34\x3b\x63\x43\xf6\xe5\xb6\xed\xba\x0a\x94\x47\x0d\xcd\xc2\xdd\xdc\xb0\x4e\x87\xe3\x11\xde\x4d\x98\x7d\x6b\x57\x0d\x9b\x98\x83\x9e\x0d\x87\x43\x36\x6e\xb4\x85\x66\x0f\x82\xde\x5f\x80\x87\x16\x28\x31\xd8\x1e\x8b\x75\xf2\x40\x7f\x22\x89\xd4\xe8\xa7\xa6\xb8\xa5\xa6\x5b\x49\x3a\x46\x5c\x04\xca\xb6\x90\xa6\xd2\xb9\xd2\x10\xc3\x2c\x51\xfd\x14\xc3\x63\x39\xed\xf8\xe9\x6d\x62\x68\xfb\x15\xeb\x3c\x54\x9d\xa3\x63\xd4\x7b\x25\x6c\x47\x49\x6a\x44\x90\xdf\x6f\xeb\x1c\x39\x2b\xe4\xed\x06\xb8\x13\x2c\xa2\x2c\xf1\x2e\xbf\x10\x26\x61\x2e\x32\x7f\xe4\xd7\x76\xc1\x05\x5e\xcd\xa0\x2e\x8b\x62\xec\x6c\x02\x4c\xb6\x64\xa9\x98\xe4\x9a\xdf\x62\xa6\x64\x32\x9d\xc1\x57\x30\x16\x29\xce\x14\x1e\x70\xa8\x54\xcc\xa1\x80\x18\x58\xfc\xb2\x62\x22\x50\x57\x6f\x33\xd2\x48\x54\x46\x4f\x78\xae\xce\x1e\x7e\xc6\x75\x74\x3c\xa6\xef\x55\xd8\xc1\xee\x2f\xbd\xca\x97\xea\xd4\x40\x18\xa8\xdc\x83\x57\x36\xe1\x6d\xc1\x26\x5c\x1d\x14\x97\xe7\xa2\xa2\x21\x43\x78\xc0\xa7\xd5\x1e\x3a\xd3\x4c\xe4\x29\xd8\x18\xb6\x72\xda\xd1\x97\x50\x4a\xbe\x54\x47\x0e\x9e\x31\xe8\xb4\x71\x87\x03\x06\xd6\x15\x85\x55\xb2\x3b\x80\xe5\x5c\xf0\xb0\xd0\x26\x2d\x51\x27\x15\x73\x99\xb0\xb3\x20\x5c\xc3\xfa\x5c\x13\x4b\x6a\x15\x11\xb4\x74\xf0\x8a\x17\x5b\x66\xe1\xd5\x24\x49\x35\xa8\xe0\x69\xd5\xa1\xf9\x54\x88\xa0\x20\x1d\xc2\x15\x09\x95\xff\x40\x87\x0a\xc0\x7b\x53\xe1\x1f\xa2\x2a\x8d\xc5\x19\x33\x17\x99\xda\x0e\xb4\xf4\x0e\x5d\x12\x49\x46\xd1\xf5\xcb\x7f\x56\x7c\xed\x2a\x7c\x81\x67\x77\x0b\xba\xd4\xdc\x3a\x44\x72\x31\xe8\x1f\xa8\x87\x3e\xd0\x67\x10\xae\x73\xa5\x58\xdb\x55\xc4\xc0\xa6\x4f\x37\x45\x45\x47\xd0\xf3\x71\x42\x3b\x67\xb8\xaf\x3e\xee\x20\x22\xe1\x15\x0e\xdd\xed\xb6\x88\xbc\x86\xa1\x12\x37\x25\xe0\x74\xfd\x34\x75\xee\x8c\x31\xa5\x86\xd5\xde\x8d\x9d\xf0\x0a\xde\x17\x17\xa2\xba\x76\xb2\x10\x0a\x64\xc6\x47\xd9\x31\x49\xa4\x8e\xa0\xa2\x31\x18\x13\x58\x70\xbb\x8a\x62\x92\x41\x46\x6f\xd5\x3c\x81\x53\x30\xcc\x17\xe6\x1c\xaa\xf6\x0b\x48\x06\x64\x7f\x36\xbc\xb9\x81\xcc\x86\xd8\x6d\xc3\x03\xfc\x7a\x2e\xe8\xc4\x0d\x5f\x69\xc7\x42\xd7\xdb\x8f\x2d\x3b\xf1\x69\xd1\xd3\xeb\x82\xcf\xb2\xc9\x61\x5e\xd6\x1d\x9e\xa6\x95\x90\x32\x90\x77\x2e\x78\xc5\x4e\x78\xe0\x7a\x75\x26\x6a\xac\x04\x62\x07\x0f\x5a\x58\xa9\xc6\xce\xab\xdf\x22\x06\xc1\xcd\x37\xd5\x4d\xb3\x34\x61\x59\xaa\x6e\xcd\x06\xa0\xa3\x2c\x3d\x86\x90\x9a\x84\x41\xa0\x80\x6e\x8a\x08\x19\xfa\xb4\x1d\x74\x9c\x8a\xf9\xcf\xa0\x6d\x03\x33\x70\xa2\x7e\x1f\x8a\xdc\xfb\x7d\x90\xa6\x55\x7b\x8a\xfd\x54\xcc\x75\xc5\x3d\x6f\x25\xa3\x39\xb4\x55\x63\x10\x81\xd2\x72\xd2\xf0\x05\x02\x84\x6b\x70\x22\x15\x79\x4d\x28\x8a\xe9\x45\x3a\x46\x86\x68\x5f\x38\x95\x65\x7d\x75\x3a\x9d\x13\xee\x21\x33\x15\xf3\x7e\x96\x1e\x77\x3d\xed\xd4\x09\xf7\xb5\x52\x27\x9c\xed\xb1\x41\x97\x6d\xaa\xff\x69\xc9\x43\xac\x51\x87\x49\xde\x9a\x03\x2c\x55\xef\x06\xc8\xd3\x91\xdf\x8a\x21\xc4\xb3\x6e\x02\xab\xa0\x3c\x77\x59\x7a\x75\xcc\x86\x44\x86\xf4\x51\x4c\x07\x80\x43\xc1\x51\xf1\x8a\x4a\x30\x79\x04\x02\xa0\x05\x45\x21\xf0\x16\x83\x9d\x26\xac\xae\x5a\x93\x70\x74\x68\x2d\x37\x37\x59\x5d\xf5\xd3\x72\x42\x43\x80\xad\xaa\x43\x8b\xb3\xb9\xc9\x3a\xde\x5b\x30\x64\x55\x7d\xb3\xb2\xdd\x2e\x16\x37\x97\x8b\x4a\x1c\xe4\xb9\x1e\x57\xe3\x36\x9e\x10\x95\x99\xa2\x39\x97\xff\x06\x4a\xc7\x55\x98\xd0\x30\xe3\xf6\x79\xc1\x1e\xd0\x56\x44\x96\x8a\xdd\x24\x4d\x1c\x27\x7a\x1f\x2b\xc1\x5d\x7f\xd3\xde\xbc\x1d\xd8\xb6\x15\xc4\xae\x5a\x00\x5e\x7b\x09\xcd\x52\x36\x1f\x47\x1e\x51\x97\x61\x18\x65\x48\x07\x95\x40\x99\x7c\x51\x89\x3d\xa6\x97\xa5\xcc\xd3\x43\x24\xd1\xe1\x7e\x9b\x16\x6c\xed\x45\x81\xa4\x0b\x79\xaa\xd6\x99\x0d\x4d\xd7\x7d\xba\x0a\xd0\x7e\x52\xbc\xaf\x45\x4b\xa6\xbf\x7d\x80\xdb\x78\x29\xa5\x94\x79\x6a\x80\x52\x1f\x75\xf4\x70\x89\x06\x61\x19\xd9\x34\x98\x1f\x9d\xa6\xc0\xa8\xa2\x88\x08\x90\xad\x1a\x3a\x49\xfd\x51\x1b\xf0\xc2\xce\x19\xce\x07\xd5\x5d\x17\x4e\x65\x19\x3e\xdc\x6b\x1f\x81\x21\x27\x72\xbb\x87\x3e\xdf\x28\x79\xc2\x1b\x03\xc4\x8c\x54\xcc\x75\xc5\x58\x66\x47\x6a\xbc\x8a\x96\x4c\xd7\xff\x6e\x71\x8b\xeb\xcd\x14\xdd\x4b\x88\x70\x6f\x03\x85\xfb\x07\x9b\x44\x72\x79\xb9\xff\x62\xbb\x06\x3f\x5c\xbd\x6b\x62\x25\x9e\xd8\xda\xfb\xe4\x4e\xfb\x75\x3d\x56\xeb\x1c\x08\x2d\x9a\x4d\x17\x95\x4a\xd2\x73\x10\xe8\xa4\x61\xe5\x8e\x13\xdb\xb8\x69\xdc\x8f\x38\x7e\xc5\xfc\xcf\x78\x8b\xd7\x19\x48\xbb\x7a\xb1\x38\xe8\xd4\xc7\x11\x17\xb3\xc8\x28\xbe\x6b\x99\x3b\xb1\x06\x83\xe7\xc0\xdd\xdd\x04\x30\xba\x48\xe0\x30\x0e\xb8\xfa\x00\x5c\xa1\xe1\x43\x1f\x5a\xea\x5d\xed\x6b\xa7\x7b\x38\xbd\xfd\x05\x09\xa6\x60\x87\x74\xa8\x9d\x26\x41\xef\x82\x79\x90\xc0\x08\x1b\xd8\x97\x1a\x8d\x2c\x4c\xc5\x21\x83\xd9\xe9\xa7\x5a\xd8\x32\xad\xc0\x17\x02\xd8\x88\x95\x20\x3c\xf9\xc1\xfd\xfa\xe3\xf5\x5c\xb4\x7c\x3d\x07\x71\xd0\xfd\x88\x60\x75\x9a\xa3\xb8\x42\x15\xf3\xe0\xab\x07\x9d\x39\xc8\x38\xee\x77\xa1\xf4\x89\xc2\xab\x96\x41\xf5\xba\x68\x8c\x98\x7b\x4c\x3c\xda\x67\xad\xda\x4d\x3e\x7c\xab\x6c\x3e\x5a\xd8\xd7\xac\x9c\x96\xdc\xeb\x84\xae\x35\xee\xa7\x90\xe0\xdc\xc5\x23\x24\x05\x0f\xa4\xe7\x88\x98\x67\x00\xbe\x80\x08\x2e\xba\xe5\xc4\x39\x4b\x90\xf5\x77\xbd\x8a\x4d\xad\xa9\x82\x59\x3c\x6c\x46\xdf\x25\x40\x3f\x89\x1f\x07\x77\xd9\xa6\x8c\xb9\x54\xbe\x6c\xec\x31\x0f\x95\x91\xa9\xb6\xec\xb7\x60\xb6\x2d\x22\x6b\x5c\x20\x58\xc9\x40\x5d\xf9\x64\xa5\x8c\x0a\x2c\xac\x29\x54\xe2\x86\x58\xe2\x2b\x1b\x9e\x18\x01\xb9\xc5\x41\x87\xc0\x1f\xf7\x82\x87\x8b\x12\x15\x10\xd7\x1e\x39\x86\xbc\xf0\xa2\x79\x67\xbc\x39\x32\x5d\x53\xa2\x8b\xec\xb4\x54\xcc\x5f\x19\x16\xd9\x40\xa7\x4f\x25\x11\xcc\x95\x79\xaa\x35\x09\x32\x22\xe1\xa1\xbd\xc8\xb2\x17\x2d\x11\x00\xb6\x03\xd1\x08\xfe\x37\x86\x78\x6f\x8c\xcd\x4d\xf6\xc0\x81\x79\x73\xd3\xd1\x9b\x18\x96\x99\x78\x70\xc5\xa5\x8f\x76\xa9\x23\x2a\x14\xb5\x89\xd4\xdf\x92\x98\xf4\xf0\x7f\x21\xc0\xdf\x8e\x06\x89\x3b\x91\xa2\xa9\x2c\x64\xcd\xb2\x22\xab\x51\x46\x1d\xb2\xed\xef\xff\x76\x72\xf2\xeb\x3f\x7f\x7b\x7d\x72\xf2\xfd\x36\x6a\x68\xc9\xc0\xf1\x85\xf4\x7e\x28\x8f\xb2\xdb\xae\xb6\x93\xc2\xa7\x10\x97\xc2\x20\xca\x56\x71\xa0\x8c\xdc\x93\xb2\xc2\x94\x4d\x66\x59\x61\xed\xa3\x4c\x33\xab\x22\x1d\x15\x9f\x85\x12\x9a\xa1\x08\xb0\xbc\x2e\x26\x4e\xa1\x61\x21\x6b\x4f\x8d\xee\xa7\x57\xb0\xb2\xf5\xbd\xad\x79\x59\x4a\xde\x7c\xe2\x4d\x42\xbc\xec\x8d\x11\xf4\xde\xac\x6b\xb0\x6b\x14\x32\xb3\xca\xae\x2c\x6d\x58\xd9\x70\x38\x36\xd4\x03\x87\x0d\x08\x0c\x36\xd4\x00\xb5\xd8\xe9\xde\x58\x43\x5d\xa3\x09\xd4\x2e\x6b\x54\xd3\xba\xb3\x85\xce\x54\xd7\x1e\xda\x48\xde\x55\xe6\x32\x54\xab\xc2\x3d\x66\x0d\x83\x59\x33\xfc\x96\x08\x11\x02\xb9\xcc\x0a\x77\xb4\xd2\xd0\x5a\xbd\x00\x79\xe6\x27\xa2\x2a\x6a\x13\x6b\x37\x9d\x75\x83\x18\x5f\xfa\x98\x66\x1d\x9c\x10\x38\x23\x07\x23\x7e\x6b\xd2\x1a\x37\x95\xcf\xf0\xdc\x47\x5a\xab\x08\x80\x09\xdf\x32\x48\x3d\xe5\xb0\x5c\xb3\x41\xbb\xfd\x69\x56\xa4\x9d\x0c\x6a\xd7\xf4\x09\x55\xa8\x82\x8c\x8c\xdc\xe9\x60\x5f\x5a\xb9\x06\xa9\x9f\xe9\x81\x51\xaf\xd1\x1f\x7b\xf0\x8a\xb0\x8a\x3e\xce\x0e\xb1\x76\x7d\x0e\xb9\xae\x0f\x54\xbb\x2e\x37\x26\xdc\xd2\xa6\x39\x6e\x49\x59\x14\x55\xd3\x69\x7d\x48\x9b\x16\x24\xc6\x37\x9d\x89\xfd\x29\x0a\x3b\xab\xa3\xa9\xab\x65\xda\x19\xa3\x08\x69\x00\xd9\xa2\xa1\xf1\x62\xf6\x89\x37\x74\xf4\xed\xbe\x8e\xaa\x4d\x8c\xca\x44\x33\x0a\xd3\x1e\xc5\xdb\xa5\x35\xdd\xa2\xb7\xf6\x75\x4f\xa2\x7b\x23\xf1\x5e\xda\x2e\x92\x3f\xa2\x6a\x2b\x43\x57\xab\xb4\x53\x2d\x27\xb7\xab\xb3\x09\x77\xda\x9a\x48\x5b\x53\xa7\xf1\x0d\x29\x33\xaa\xdf\x60\xeb\x59\xf0\xb5\x07\x05\x5a\xec\x81\xc9\xf0\x22\x85\x60\xd3\x0a\x78\x9f\x09\xb3\xb9\xe4\xd7\x70\x70\x4b\xe0\x1e\x14\x35\xd2\x67\xaf\x30\x90\x64\x21\xc5\x74\x91\x9b\xf4\x3d\xe0\x90\x8e\x49\x34\x80\x63\x6a\xb3\x3a\xa6\xb1\x46\x6f\x0f\x48\x7a\x9d\x15\x67\xa1\x2d\x3e\x72\x9a\xa8\x11\x3b\x9a\x5f\x35\x3d\x07\x8e\xd0\xd8\x68\x58\x67\xbf\x9c\x76\xbe\x60\x47\x7b\x64\x88\xc4\x8f\xd9\x6d\xf7\xb8\x2d\x1e\xc0\x1e\x65\x46\xa9\x27\x75\x98\x0c\xa4\x04\xe1\x3a\xc7\xcf\xe9\x6b\x8d\xc3\x3b\x45\xc8\xe9\x8f\xba\xfa\x8a\x5e\x97\x84\x7e\x3b\x6f\x10\x9c\x70\x18\x8a\x46\x88\x18\x7d\x21\xd9\x8e\xee\x2d\x8c\xa3\x7b\xa6\xd3\x21\x82\xb8\xf7\x6b\x25\x26\x27\x6c\xc8\xbe\x40\xae\x29\x59\xef\xb1\xc7\x89\xfa\x73\x8f\x3d\x4a\x74\xaa\xab\x3d\xb6\x9b\xb0\xf3\xec\xec\x7c\x8f\x0d\xf0\x0f\x68\xb8\x03\xd4\xe4\x14\x72\x15\x93\xc0\x77\x43\x1f\x3d\xe2\xaa\x86\xbd\xaa\x8e\x71\x35\xa0\x99\xa9\x7a\xe3\xf8\x6a\xe8\x10\x6c\x9b\x65\xcb\xf1\x87\x03\x07\xb6\x4a\x9c\x65\x12\x0a\x60\xeb\xc0\x63\x28\x06\x60\x62\x9b\xd9\xb4\x5c\x28\x29\x92\x5e\x4e\x73\x5e\xd7\xa2\x10\xa9\x22\x9e\x99\x92\x1e\x0b\x21\xa1\xf4\x04\x38\xc1\x98\x48\x64\x22\x42\x45\x55\x6f\x6d\xd9\x16\xbb\x13\x68\x3d\x68\xb1\xb9\x94\xd9\x99\xea\x94\xc3\xa4\x45\x2a\x8a\x89\x80\xf0\x28\xbd\x2b\x70\xf3\xb2\xd7\x16\x78\x4a\x64\xc5\x8a\x92\x8a\x69\x78\xdf\x4a\x34\x5e\x8e\x0a\x0c\xef\x34\xcf\x4d\xc2\x77\x0e\xd2\xaf\x62\xda\x45\x4d\xde\x85\x4e\xbb\x84\x95\xd5\xa8\x38\x3a\x25\xa4\xdd\x85\xe8\xd4\x72\x68\xf7\xaa\x2e\x45\x89\x57\x42\x6d\xe2\xa2\x64\x72\x31\x39\xa7\x41\xfb\xec\xa3\xda\xe7\xd3\x4c\x09\xf2\x80\x73\x88\x8e\x74\x1d\x16\xd5\x47\xa9\xa8\x45\x35\x83\x1c\x2f\xe3\x6b\x36\xcd\x2a\x59\x43\x9c\x1d\xd4\x4c\xb9\x1e\x15\xce\xdc\x4c\xc4\xde\xf8\x9a\x16\x51\xcd\x2b\x2b\x98\xe0\x6a\x54\xd3\x50\x8b\xf9\x86\x5c\x15\xb5\x06\x7b\x13\x52\x72\x21\x5d\xba\xe8\xcb\x31\x84\x41\x31\x0e\x11\x2c\x05\x45\xc7\x8a\x22\x65\x0b\xaa\x0c\xa1\xb0\xdc\x4c\xb6\xef\xae\x06\x4d\x3b\xd8\x6d\x66\x43\x78\xd7\x25\xd8\x0e\xb0\xbb\xfa\xd4\x40\x97\x79\x37\x50\x1f\xe0\xa7\x55\xaf\x3e\xe7\x96\xeb\xb9\xcb\xda\x0e\xb9\xbe\xe3\xcc\x84\xad\x9d\x51\x4a\x8a\x8d\x6c\x76\x15\x01\x79\x39\xbc\x0d\x60\x15\x8a\x63\x20\x9a\xb4\x67\x3c\x97\x25\xf2\x41\x1f\x6a\x3a\x1c\xb2\xfa\xbc\x5c\xd4\x78\xc0\x60\xce\xae\x76\xf0\x0c\xdf\x69\x83\x50\x13\x6c\x13\xa3\x90\x31\xaf\x0d\xa1\xc1\x30\xc0\xe6\xda\x86\xc8\xcb\xcb\x28\x0e\x90\x4d\x36\xa8\xac\xcf\xde\x0b\x5e\xe8\x0a\xeb\x59\x71\xb6\x06\x9d\xa9\x87\x44\x65\x96\xd5\x00\x91\x35\x01\x5d\x4a\x60\xf8\xbe\x3b\x2a\x14\x43\xc6\xfb\xb0\xc7\x66\x63\x57\xe2\xac\x28\x44\x05\x1e\xef\xb1\xdb\xaa\x7a\x09\x35\x82\x0b\x51\x85\xd7\xc9\x39\xee\x41\xf5\x1f\xcf\x5a\x02\x68\xb2\x63\xa2\x90\x59\x63\x3c\x92\x7b\x4c\xd6\x25\x06\xa5\x73\xa6\x65\x3b\x8e\x71\xd7\xa4\x07\x84\x2c\x8b\x47\x97\x15\xd6\xab\xb8\x4b\xc9\x56\x3b\x62\xbf\x9c\x76\x4d\x51\x8d\xeb\x72\x51\x01\x03\xb1\x83\xc1\x31\xea\x82\x88\x31\xf3\x0a\xcc\x9c\xd7\x42\x71\x53\x8a\xfb\xbd\xe7\xf8\x8e\xe0\xda\x45\x4a\x00\x68\x4c\x8a\x89\x51\x51\x57\xbc\x90\x5c\xc7\x08\x5a\x4d\x86\xd3\x4b\x83\xcf\x59\x97\x31\x2d\x81\x68\x1f\x10\x77\x2e\x98\xb1\x02\x10\x0d\xfe\x7c\x47\x00\x9e\x21\x01\x8b\x85\xfb\x39\x80\xbf\x22\x9f\x50\xb3\xc3\xc3\x08\xfe\x72\x8a\x27\xfe\x17\xaf\xb6\xa5\x85\xef\x2d\xc1\xde\x41\xc9\x0b\xf2\x4c\x2f\xf1\x8e\xfb\xff\x98\x7b\xd7\xee\x36\x6e\x64\x51\xf4\xaf\xc0\xde\x73\x6c\x72\x44\x51\x52\x92\xc9\x24\xb2\x69\x8f\xfc\xda\xdb\x67\x8f\x93\xdc\xc8\x99\xc7\x25\x35\x16\xd4\x0d\x8a\x1d\x35\x1b\x4c\xa3\x29\x59\x63\xf9\xae\xf3\xe9\xfe\x80\xbb\xce\x2f\xdc\xbf\xe4\x2e\x54\x15\xde\x68\x8a\x52\x32\x7b\x1d\xaf\x99\x88\xdd\x8d\x47\xa1\x50\x28\x14\x0a\xf5\x98\x8a\xf9\x5c\x14\xdd\x1d\x80\x7d\xef\x50\x7b\xbc\x12\xc5\x18\x1b\x50\x43\xcf\xf0\xd2\x9b\x1f\x95\x20\x30\xf1\x00\x77\xea\x59\xca\x66\x95\x13\x32\x7b\xa6\x1f\x65\x4d\xaf\x75\x23\x71\x5a\x04\x1e\xda\x1c\x59\x9f\xfb\x0e\xd5\x26\xf4\x43\xb1\x6e\x41\x04\x30\x15\x88\x7d\xf8\x93\x6f\x02\xb2\xd0\x59\x89\x12\x71\x9d\x5a\x95\xcd\xa9\xde\xe5\x41\x4e\x6f\x1e\x77\x8c\xdc\x88\x53\x01\x32\xa3\x90\xa0\x71\x2a\xff\x5c\xe5\xaf\xf2\xb1\xae\xe6\x1f\x8a\xfc\xb8\xdb\x99\xf9\xcf\xb1\xa5\x60\x49\x02\xfb\xc9\x9a\xb9\xdb\xd1\x4e\xfc\xb1\x27\x16\x66\x19\x36\x16\xc2\xe4\xb3\x84\x0c\x34\x67\x5c\x89\x51\xc0\xc9\x46\xbe\x6d\x9a\x1a\x19\x8d\xc5\x88\xf4\x59\x7f\xa1\x64\x9d\xa8\x43\x4f\x41\xd7\x0d\xb2\x09\xd3\x7f\xf2\x8a\x3c\xe2\x97\xc1\xb0\x12\x73\x3c\x1f\x04\x36\x09\x20\x8a\x8b\x12\x7c\x4e\xb7\x92\x28\x07\x3d\xb8\x49\xfd\x60\x1e\xb3\x56\x80\xca\x98\x01\x66\x5b\x5a\xab\xf7\x62\xb9\xaa\xc1\x96\x32\xbc\x5f\xa4\xfc\x41\x99\x92\x2e\xa5\xa7\x3f\x90\x3e\xdf\xf8\xb4\x3a\x5c\xd0\x81\xfd\xf7\x4f\x4d\x2b\x94\xac\x2f\xf1\x4e\x39\x5c\x4a\x38\xb0\x37\xde\xad\x45\xac\x82\xe2\x68\xf0\xe2\xa3\xcd\x5d\x82\xa4\x2a\x28\x2c\x6e\xbd\x4f\xe7\x46\x3d\x0e\x32\xc7\x61\x8a\xdc\x29\x54\x80\x94\x91\x39\xc8\x18\x81\x9e\xa5\xb9\xec\x6d\x90\x55\x90\x26\x77\xb9\xf0\xc5\x4c\xd6\xf7\x10\xd4\xc1\x68\x12\x40\xe7\x11\x15\x6d\xc4\xd5\xcb\x90\xf8\x34\xc3\x7e\xc7\x57\x83\xac\x37\xa0\xf8\x08\x7c\x87\xce\x56\x59\x78\xa3\x16\xd3\xbb\x11\xb0\x0e\xf8\xd8\xe5\xad\x63\x72\x97\xbd\x30\x4e\x9c\xea\x4c\x5e\x82\xfc\x05\xee\x80\x6e\xb2\xc4\xc7\x6e\xec\x2e\xcb\x6f\x6e\x7a\x3e\x68\x24\x0e\x87\xd9\x3e\x3e\xa7\x94\x82\x8b\xea\x76\xe4\x46\xeb\x2b\x99\xa7\x68\x2d\xe7\xef\xe4\xf1\xe8\xaf\x91\x0e\x78\x48\xd0\x69\xc9\x15\x94\x1b\x38\x98\xcc\x62\x62\x4f\x9f\x06\xca\x54\x16\x9a\xda\x1a\x8b\x49\x7d\x54\xc7\x96\x50\x69\x3b\xdc\x80\x0a\x59\x97\x6f\x0c\xa5\x19\x2a\x0d\x94\xcc\xc1\xcb\x54\xd1\x9c\xbf\x7c\xcc\xda\x25\xc0\x91\x3f\xc3\x58\x59\x64\x8c\xe1\x38\xd4\x14\x6e\x2f\x8d\xf1\xb2\xfd\x3e\xdd\x3f\x19\xc7\x96\xcc\xac\xf7\x6e\x94\x86\xf7\xe8\x91\x7b\x98\x12\x1d\x4d\x73\x0e\xac\xce\x06\x04\x8d\xd1\x3c\x2b\x10\xf4\x83\xf7\x1d\x55\xf2\xb7\x86\x09\xf7\x81\x6c\xcd\x1e\x21\xf9\xf3\x39\x64\x37\xc9\xa4\x1a\x58\xdc\x35\xab\x3f\x2e\xdf\x16\x66\xa3\xfe\xd3\x76\x07\x74\x91\xbd\xfa\xfd\x0d\x52\x96\xf9\xda\xec\xd0\x88\x22\x6b\x4e\x43\xba\xea\x1e\xbd\x6b\x3f\xd8\x7a\x06\xfb\x6e\x70\x33\xe3\x4a\xcd\x00\x69\xd7\x38\x64\x89\x31\x48\xcf\xc0\xb7\x4c\x02\xe3\x82\x6e\xf8\x36\x1e\x29\x8d\x9b\x7f\x40\x64\x7d\xf4\xb4\xc9\x66\xcf\x90\xd5\xea\xbe\x24\xd5\x8f\x64\x33\x2d\xdb\x5b\xf6\x6d\xc2\x48\x1f\xc0\x5b\xb2\x34\xff\x5f\x0f\x7b\x5b\x8d\x03\x17\x83\x5e\x72\xda\xce\x24\x31\xb7\x5e\xef\x00\x6b\x0f\x8c\xa9\x4d\x5b\xc6\x96\x6d\x3b\xe7\xee\xd0\xec\x2c\xe8\x4f\xaf\xac\x39\x70\x7c\x73\x3b\x37\xec\x71\xe2\x09\xa4\x65\xda\xf6\xa3\x8d\xde\x4a\xc7\xb7\x09\xc6\x79\x33\x4b\x23\x52\xd8\x93\xd1\x6d\x72\x85\x6f\xc9\xd7\x0a\x85\x2e\xa2\xd3\xe9\xc9\x88\x85\xff\xf7\x13\xd7\x29\x01\xe9\x6a\x62\x11\xc7\xf9\xd9\xe9\xc3\x02\x2a\xa6\x13\xe5\x88\xae\x7f\xd1\xc8\x2b\x4c\xb1\x23\x1a\x38\xf1\x44\xb2\x82\x5e\x9e\x58\xa6\xef\x8a\xc9\x95\xc0\x98\x06\xb1\xd3\x15\x8b\xb3\xf6\xfb\xdd\x83\x82\x9b\x4d\x68\xb8\x53\x68\xe7\xc4\x86\x70\xc8\xa5\x4d\x9c\xb3\x01\x56\x7a\x96\xa6\x20\xc1\xae\xfc\x96\x28\x32\x01\xd4\xc8\x04\x96\xce\x08\x6e\x99\x93\x5d\xa6\x97\x68\xea\xc6\x90\xab\x54\xe8\xb6\xfc\x93\x4f\x8f\xa4\x01\xb8\x56\x88\x6b\x9a\x96\x08\xe3\x61\x88\x2e\x8d\x86\x7e\x73\x3a\x41\x7a\xeb\x0c\x94\x34\xf9\x69\x1f\xb9\x04\x74\x5b\xe0\x21\x37\xf5\x31\x26\x16\x5c\x25\x68\xc8\x80\x96\x8d\x6e\x70\xfa\x6a\xad\xe7\x4b\x6f\x6f\x6b\x05\xe3\x8a\x54\x01\x4e\x4b\x73\x9a\x33\x05\x33\x7a\x84\xf0\xbc\x69\xc8\x3a\x00\x09\xfc\x41\x3e\x76\xe3\x58\x27\x98\x9b\x5c\x95\xd6\x1f\x99\xbe\xd2\xb4\x9e\x1a\xe5\xf4\xf1\x5e\x88\x0f\x74\x9d\x29\xca\xcd\x7a\x1e\x93\xca\x53\xff\xbc\x47\x2f\xde\xf9\x24\x4d\x31\x09\x2b\x48\x37\x7a\xd2\x7b\x46\xa1\x26\xad\xd1\x48\x3f\xf5\x79\x85\xee\x85\x8f\xc0\x57\xf0\xd7\x01\x8b\x3b\x9a\xa7\xea\xdb\x04\x74\x5c\xf8\x76\xe0\x33\x52\xbc\xa3\x48\x48\x39\x65\x1a\xcb\xc0\xf7\xc0\x10\xd4\xa6\xb5\x42\xcb\xe4\xa7\xa6\x15\x85\x3c\x6f\x20\x90\x61\x74\xaf\x17\x2c\x13\xb8\x8a\x1b\xfc\xee\x93\xf8\xd8\x7d\x1e\x52\xca\x07\x25\x97\xa2\xab\x96\x42\xb1\x05\x5f\xad\x44\xa3\xd8\x99\x28\xb8\x5e\x6f\x36\x3f\x90\xbb\x10\x96\x73\xf6\x27\xa7\xa0\xdc\x43\x03\x28\xde\x0a\x56\x4b\x5e\x8a\x72\x84\x19\x7a\xab\xe6\xdc\x9f\x31\x88\x9c\xa2\xc6\xc9\x12\xdd\x6e\x6d\xd0\x1f\x3b\x11\x66\xef\x0c\xef\x4a\x42\x33\x7a\xa4\x82\x71\x2b\xca\x75\x21\x82\xc8\x41\x14\xbd\xf3\x6c\x38\xcc\xfb\x0a\x24\xd6\xfc\xbe\x03\x44\x59\xb6\x60\xb7\x9e\x08\x10\x60\xcd\xfd\x12\xbd\x6e\x3d\x13\x85\xd0\xf4\xc7\x37\xf6\x31\x67\xe7\xb5\xb2\x46\x31\xf8\xe8\x1b\xc5\xc0\x19\x87\x0a\x4d\x30\x5a\x13\xf6\xa1\xf1\x1b\x58\x8d\x67\x1c\x99\xaf\x8b\x1a\x0c\xd0\xc8\x7d\xe8\x9a\x9d\x89\xee\x4a\x0b\x07\xa4\x54\xe1\x4d\xb9\x27\x5b\x92\x58\x9c\x6b\xb3\xd7\xe7\xa3\x64\x58\xe9\xc0\xb1\xe8\x13\xa7\xea\x09\xc6\xc1\x32\x50\x7b\x08\x70\x8e\x10\x46\xe9\x0a\x3d\x81\x34\x48\x73\x10\x68\x63\x7d\xc9\x0e\x2d\x9b\xc3\x59\xcf\xf5\x1f\x0f\x81\xdd\xf4\xf8\x58\x44\x76\xfd\xc1\xe4\xfb\x3a\xb1\x47\x10\xcb\x36\x80\xab\x47\x0f\xc6\x0e\x43\xcb\x97\x40\x43\x06\xc1\x78\xf0\xd6\xb7\xe6\xcd\xf9\x9a\x9f\x8b\x57\xbc\xe3\x1b\xcd\x52\xf5\x70\xb1\x4a\x4f\xc6\xb0\xcd\x46\xad\x46\x01\x0c\xa7\xcf\x43\xeb\x28\xf1\xcc\xb8\x02\x68\x46\x30\xb8\x84\x17\xe6\x6e\xd0\x37\x83\x9d\x35\x9f\x1d\x00\x75\xd5\x88\x63\xb1\xe2\x2d\xef\x64\xfb\xeb\xba\xb5\x29\x03\x09\x4d\xfb\x1a\x71\x56\x9f\x7f\x1b\x20\x38\x99\x6f\xc0\xb9\x64\x4b\xe4\x79\x57\x53\xf7\xad\x87\x91\x88\xb7\xae\xd9\x0a\x5e\x7e\xdf\xd4\xd7\xff\x02\x44\x81\xd7\x12\x61\xc4\x86\xf8\x6f\x24\x46\x4e\xa5\xb0\x48\xfc\xfc\xdc\x84\x73\xa2\x7b\x5b\xfd\x7a\x6d\xa3\xbf\x97\x6c\x29\x3a\x5e\x6a\xf2\xeb\x64\x70\x75\xa7\x8c\x25\x33\xb2\xdd\xb3\x5a\xb0\x2b\x7e\x0d\xd6\x12\xd7\xe6\xf2\xd7\xbf\xf8\x94\xa5\xa8\x67\x8d\x7f\x43\x8c\x97\x53\x74\x21\xdc\x55\x1a\x1c\xd7\x3c\x1b\x80\x0d\x06\x57\x90\x6c\x6a\xaa\x77\x21\x88\x26\xb5\x5c\xdd\xef\x3a\xec\x1f\xba\x85\x21\x93\x6d\x60\x8c\xcd\xcf\xe4\xba\xd3\x3d\xcc\x9a\xa9\x6c\xab\xf3\xea\x2e\x37\x83\x7e\xeb\x6b\x25\xda\xd7\x97\x20\xc0\x8e\xd9\x1b\xd9\xd2\xe0\x68\xa4\xb8\x7b\xce\x9a\x0f\xbc\x96\xcd\xb9\xaa\x4a\xf1\x01\x4d\x78\x20\x90\x33\x05\xcf\x67\x4b\x5e\x0a\x76\x86\x41\xb7\x3d\x4c\x8c\xec\x35\x26\xb5\x79\x97\x04\x6a\xfa\xbf\xaf\xa1\xda\x10\x66\x16\x02\x6a\xf0\xd5\xaa\x95\xab\xb6\x8a\x4d\xc9\x1d\x75\x24\xf7\xaf\xbd\x31\x9a\x36\x26\x76\xe0\xae\xc1\xee\x7a\x95\x24\x2c\x81\x18\x0d\x99\x6a\x28\x9c\x98\xfb\x5d\xd7\x48\x54\xbf\x27\xba\xc3\x1d\xa3\x32\x6c\x0c\x78\x04\x6d\xc9\x79\x3f\x0c\xa1\x31\x77\x74\xf3\xeb\xf0\xf9\xfe\x7a\xa5\x17\xbd\x6f\x2f\xf0\x8e\xb7\x17\xc2\xe4\x73\x2b\xf5\x02\x98\x57\x10\x7f\xc7\xf4\x39\x75\x9d\xde\x61\xc6\x5d\x9f\xc3\x9e\xb9\xd5\xb0\xdc\xe5\x7e\xbd\x77\xec\x5e\xc4\xa2\xfc\xa8\xe9\x9a\x9b\x14\x64\xfe\xe0\x7f\xcc\x24\x94\x31\xe3\x46\xc1\x11\x69\x7d\x4c\xd3\x81\x81\xe5\x66\xcd\xf4\xd4\xa3\x68\xe2\x8e\x77\x31\xfa\xf2\x6a\xff\x03\x6b\x0f\x53\x67\x0a\xfc\x9e\x45\xd3\xf6\xcb\x60\x0f\x28\xf9\x94\x37\xd7\xa7\x30\x32\x93\xde\x44\x09\xa7\x70\xc1\xf7\x14\x2e\x09\xe3\x27\x5d\xc9\xf6\xc2\xb6\xc0\x5b\xd0\x5e\x68\x48\x8e\x8b\xb6\x5a\x75\xac\x52\x6a\x2d\xd8\xbf\x7d\xf9\xc7\xaf\xbf\x3c\x18\x51\xe4\x22\x60\x17\x1a\xd8\xf3\x35\x6f\x4b\x66\xe2\xf8\xef\xed\xb1\x00\x59\x95\x3a\x65\xcb\x6b\xd5\x89\xb6\x92\x6b\x55\x5f\x33\xd5\xc9\x95\x82\x0e\xb5\xf4\x65\xb2\x36\x2a\xc1\x34\x73\x10\x6d\x7d\x6d\xdb\x01\xb3\x3d\xe8\xe2\x14\x24\x19\x93\x8b\xea\x36\xb4\x2c\xf9\x2a\x5d\x9e\x4b\xbe\x82\x0c\x25\xab\x9e\xf5\x67\x43\xc2\x4e\x7d\x42\xb8\x2f\xcf\x8b\xa9\xd9\x71\x9e\xed\x88\xd9\x6b\xac\x9f\x9a\x8f\x3d\x40\x13\x8b\x1f\x1b\xb0\xdc\x77\x08\xa2\xb2\xb3\x26\x09\x9d\xc8\xa6\x1e\xeb\xbf\xdf\x66\x64\xad\x3e\x70\x33\x9e\x35\x9a\xc2\xe4\xbc\x13\x8d\xb1\x45\x36\xfb\xb1\xdd\x7a\x3a\xc9\x8a\xb5\xea\xe4\xd2\xee\x35\x78\x14\xb8\x2b\xda\x51\x4b\x30\x32\xd4\x24\x95\xb0\x5d\x50\xfe\x9d\x6a\x49\x36\x70\x55\x33\x6b\x4c\x10\x4a\x16\x44\x84\x76\xc9\x64\xb2\x0b\xf3\x37\xd8\x9b\x7a\x6a\x6c\xb9\x21\x11\x6b\xfa\xef\xd8\x8c\x6c\x42\x40\x2b\x2b\x99\x44\x3d\x36\xfd\xce\x12\xad\xc5\xc6\xec\xaf\x55\x5d\x13\xe9\x62\x65\xdf\xf2\x85\x26\x04\xcc\xda\x4b\xc5\xd6\x2b\x06\x6a\x48\x93\x4f\x2c\x3b\xa4\x25\x5f\x0d\xa8\xf5\x4c\x80\xde\xd5\x4a\x94\x7e\xdc\x1f\xd0\xa7\xbb\x81\x8d\x0c\x60\x19\x9d\xba\xa9\x3c\xf1\xfc\xa9\xa2\x2c\x89\xb6\x88\x8f\xab\x30\xf9\x5e\xb4\x32\xc7\x38\x7b\x58\xb1\xcf\x9a\xe8\xbd\xa8\x6b\x05\x06\x6f\x57\x0b\x01\xc2\x97\x8f\x5d\xca\x02\x51\x29\xdc\x90\xc0\xcc\x1c\xeb\x4d\x75\xe3\xf7\xe3\x41\x9a\x7b\xc7\x76\x62\x95\x1a\x80\x6f\x7c\x94\xe7\xc5\xdc\x6c\x01\xb5\x6c\x16\x4c\x0c\x3d\x68\xc4\x03\x89\x42\x5d\x7d\xe8\x5a\x0a\x7d\x6c\xa9\x9a\x12\x94\xa3\xca\x6e\x0f\x86\xcd\x05\xc2\xbe\x37\x78\xc8\xf4\xb5\x51\xba\x21\x6f\xba\xfe\xc8\x8e\xd1\xa8\xa1\x02\xf0\xfb\x9b\x1b\x66\x4e\x8f\x7d\x33\x03\x29\xa9\x1a\x32\x4f\x97\x73\x4f\x7e\x0e\x53\x53\x31\xd5\x17\x81\x72\xc9\x57\xd8\xb7\x1a\x50\x65\x47\x83\x49\xec\x34\x2a\x91\xb7\xb5\xa1\x21\x51\x99\xc8\x6c\xc1\xdd\xb6\x64\x0d\x16\x0c\x29\xd9\x11\x64\x6f\xec\xed\xf2\xa1\x85\xe7\x2f\xb5\x8c\xc2\x8f\x88\x3a\x55\xf7\x91\x32\x0b\x94\x99\x21\xe5\xb3\xac\xab\x3e\x96\x4f\x8d\x57\xdf\x7b\x84\x90\xec\x5f\xd6\xa0\x0f\xbd\x51\xa5\x0c\x9c\x13\xe4\x1c\x8d\xf7\xd1\xa3\x75\xcc\x5e\x49\x64\x2a\x95\x62\x57\x9a\x23\x95\x95\x2a\xb4\x5c\xc2\x9b\xeb\xc0\x36\x7a\x0a\x67\xa2\x3b\xe6\x83\xf6\xc4\x37\xac\x8e\x57\x73\xc3\x11\x3b\x5b\x63\xba\x6c\xf0\x33\xd0\x1b\x2e\xf9\x14\x78\xf6\x82\x53\x6f\x28\x77\xe9\xb5\xcf\xba\x55\x1f\xe1\x3d\xd5\x3f\x6e\x57\xbe\xc8\xe5\xa3\x2e\x3a\xde\xa7\x62\xec\xc0\x7a\x12\x1f\xc1\xc8\x02\xf3\x77\x89\xcb\x58\xae\x76\x31\x05\x70\x68\xd2\x6b\x4c\xa9\x71\x06\x52\x38\x7c\x54\xdd\x05\x90\x97\x4e\x3a\x70\xed\x33\xa7\xd8\x3d\x6f\xe5\x7a\x05\x0e\x29\xba\x84\xa7\x1a\x18\xcf\xf4\x29\x03\x13\xf7\x8e\x18\xd7\xb4\xd4\x32\x3a\xd7\xa3\xc5\x90\x72\x51\x35\x83\xa3\x2e\x1a\xd5\x2f\xf9\x35\xe8\x47\x3a\x0e\x3a\x06\x3f\x4c\xb4\x15\x19\x48\x4a\x18\x41\xae\x3f\xe2\x0d\x61\xfa\xc0\x59\x23\x5b\x94\x5d\xf1\x9c\x6d\xd6\xbc\x13\x31\x7d\x7d\xc3\x19\x06\x18\xad\x9a\x73\x7d\xcc\xf0\x93\x76\xa1\x8f\xe1\x7d\x53\x7e\x61\xed\xe1\x08\x54\x0f\xcb\xa5\x28\xb5\xb4\xa7\x85\xeb\xb2\x52\x2b\xde\x15\x0b\x08\x58\x9a\xeb\x1d\xb2\x20\x9b\x52\xdb\x75\x1f\xe7\x50\x36\xb5\xc3\x53\x8e\x27\x2b\x6e\x99\xa1\x91\xbc\x99\x5b\xb9\xa4\x19\x8a\x74\x14\xe8\x39\x92\xd9\x3e\xda\x8e\x82\x5a\x65\x1a\x8d\xa7\xd2\x53\x80\x54\x8a\x85\x56\xe2\x7e\xb3\x76\xe6\x73\x80\x5a\x29\x52\x89\x2e\xd7\x16\xcc\x83\x93\x34\xc0\x22\x18\xab\x9b\x64\xfb\x5e\x66\x75\xdd\x06\xef\xcf\x68\xe3\xc2\xbc\x67\x20\x31\x1b\x18\xe6\x7a\x34\x2b\xb8\x77\x50\x76\xcb\xda\x4e\x54\x75\x87\xf2\xb4\xca\x5f\xad\x68\x13\xe0\xc3\xaa\xe4\x54\xd1\x4a\x88\xa4\x0b\xeb\x56\x93\x0c\xa6\x6c\xf7\x0f\x48\xde\xd4\x56\x8a\x19\x32\x12\x89\x2f\x3b\x34\xf5\xb6\xe9\xa4\x26\xb7\x54\xfc\x75\x14\x80\x9a\x7c\x7a\x48\x2c\x80\x17\x26\x5f\x18\xfd\x4a\x2c\x6c\xed\x30\x26\x6e\x48\x71\x21\x83\xf1\x49\x66\xe7\xa6\x04\xb8\x4e\xfb\x39\xf1\x51\x98\x74\x17\x0c\x4b\xf7\x19\xbc\xf8\x35\xb1\x04\x3e\x94\x10\x6d\xb2\x59\xd7\xf5\xaf\x6a\x86\xc2\xb6\xc6\x0d\xc1\x1d\x8d\x0d\x65\x18\x0a\x0c\xfd\x59\x0a\xcc\x89\xab\x11\x57\x94\x5f\x20\x6a\xf2\x81\x87\x2c\xbc\x0c\x30\xc1\xba\xad\xd0\xea\x1f\x40\x41\xd7\x9a\x33\x60\xee\x9d\x01\x73\xf9\x16\xb7\x32\x96\xf3\xc1\x2b\xcd\x46\x1b\x79\x35\x18\xde\x33\xfd\x88\xf3\x25\xb6\xec\xc8\xf2\x10\x0f\x0b\x76\x09\x06\x8b\x6b\x03\x89\x7b\xa2\xaf\x07\xf7\x6f\xd3\x4f\xdf\x01\x06\x9c\x22\xaf\x1c\xef\xc4\x8c\xf0\xe8\x75\x18\x73\x18\xf6\x52\x36\x5d\xcb\xdb\x6b\x9b\xc1\x6e\x7a\x0a\x37\x52\x77\xda\xcc\xfc\x29\x41\xd7\x88\xd3\x71\x29\x8b\xd3\x11\xe3\x45\x21\x94\x72\xe2\x9e\x6c\x1e\x13\x2f\x9d\xcb\xb6\x10\xbe\x66\xdf\xc5\xe8\xee\xa4\xe6\x41\x85\xb9\x76\x6b\xab\xf3\x45\xc7\xf8\x15\xbf\x1e\x31\x25\xd1\x3d\x03\xdb\xd0\xd2\xd3\x72\x09\x22\x22\x1e\x56\x7c\xcd\x08\x75\x03\x77\x34\x77\xd1\x52\x04\xe9\x1c\xe2\xcb\x9e\x21\x85\xf1\xae\x14\x85\x8a\xc4\x5e\x8c\x6a\xec\xda\xba\x6e\xd7\x52\x5e\x98\x94\x55\xfe\x6c\x64\xbc\x91\x1b\x71\xf5\x4a\x16\xfd\xe9\x30\x81\x1f\xe8\xf3\x91\xcf\x1d\x7c\xa6\xa8\xa5\xb7\xfa\x7a\x10\xb1\x53\x3d\x03\xbd\xab\xc1\x10\x89\xe3\x9a\x1b\xa9\xe4\xed\xdc\x10\x47\xc8\x6b\xef\x4d\x24\x96\xff\xe8\xbd\x23\xbe\xae\x73\x27\x83\xe9\x92\xdf\xe5\x32\x27\x4e\xf6\x02\xda\x45\xe7\xb5\x0a\x85\x1e\x13\xed\x18\x6f\xa1\x34\xc5\x31\x9c\x09\x36\x5f\xb8\xe4\x67\xd1\x31\xce\xde\xb9\x74\xbd\x99\xc0\x21\xde\x84\x29\x1f\xf0\x81\x3f\xc3\xb7\x4e\x23\xac\x1b\x64\x62\x7d\xeb\x9c\x56\x93\x6c\x58\x29\x96\x10\x4e\x88\x41\xb6\xb0\xb5\x3e\x0c\x69\x31\x9a\xbc\x53\xd5\xfa\x4c\x89\x5f\xd6\xa0\x8e\x84\xd5\x3b\x74\xcb\x2e\x58\x71\xfa\x18\x65\xb8\x06\x96\xa4\xd8\x44\xff\x0d\xab\x10\x16\xdc\x4a\x2a\xb8\x55\xcc\xcc\x06\x34\x32\x48\x0f\xf5\xde\xce\xd8\xe3\x3d\x63\x26\x03\xd6\x94\xcf\xb3\x7b\x62\xc7\x78\x2d\xde\xe2\x9f\xe6\xa9\x08\x4d\xce\x87\xe8\xf6\x0b\x52\x91\xf3\x26\xce\xb2\xca\xbd\xeb\x12\xd4\x09\x65\xb4\x0a\xbc\x69\x6c\xcc\x6b\x6f\xd7\xc8\x64\x66\xe6\x4d\x13\xe8\x91\xfa\x03\xbc\xe9\x92\x71\xc8\x12\xfa\x74\x5b\x94\xa3\xb7\x56\xbb\x74\xe5\xc9\x9a\xbe\xd0\x68\xec\x37\x3a\x4f\xce\xcf\xcc\xa4\x0b\xc3\xec\xdf\x9d\x3d\x08\xf8\x1f\x64\xc4\x4a\xd5\x61\x39\x18\x42\x51\x3f\x76\x75\xa4\x63\x0c\x2d\x0d\xa7\x58\x9a\x86\xa7\x69\xef\x50\x7f\x3f\x25\xc1\xd0\xfa\x1e\x92\x4a\xbf\xe7\xdc\x4e\x5c\xf7\xd7\x5c\x70\xfc\xc3\xd7\x47\x64\xf0\xeb\x6b\x3c\x92\xb4\xd2\xde\x7a\xa0\xb4\x2d\x0f\x26\xce\x7b\xcb\xbc\x4c\x31\x6f\x42\xa6\x40\x00\x34\x0c\x9c\x10\xa0\x7d\xc1\xf5\xe9\x7e\xaa\x0f\xfd\x74\xb6\xb9\xbc\x1b\x2e\xf3\x17\xeb\xc1\x7a\xa2\xcc\x53\xe2\x97\x35\xaf\x2d\x9f\x32\x09\x23\xd4\x4a\x14\xd5\xbc\x2a\x74\xb1\x86\x9d\x42\xf7\xa7\x74\x2d\x8f\x69\xa2\x46\x19\xb8\xb1\x0d\x0d\xfc\xa9\x09\xf4\x3e\x86\xbc\x59\xa2\x9d\x3d\x3c\x65\x5c\xa1\x1a\x03\x5a\x1b\xb9\x32\xf0\xcd\x30\xdc\x6c\x4d\xd8\xec\x96\x70\xd4\xaf\xe2\x45\x50\xa9\x9f\xcc\x00\x07\xe2\x32\xf6\xaf\x45\x9b\xdd\x49\xbc\xee\x03\x29\xd9\x21\x28\x5d\xc7\x0f\x1e\x0c\xc0\xfb\x63\x00\xec\x00\xda\x07\x63\x56\x63\x2f\xf2\x0c\xdf\x79\x69\x19\x04\xe5\x0c\xdd\x1f\x05\x9f\x86\xae\xbe\x2e\x34\xf5\xbf\x9d\x60\x68\xfc\xf1\xec\x61\x94\x2b\x22\xb2\x38\xb1\x1a\x45\x0c\x8f\xe7\x53\x0c\xd8\x18\x76\x7c\xb9\x52\x63\x76\xb4\xee\xe4\x52\x8b\xed\xbc\xae\xaf\x67\x8d\x3d\x3e\x83\x4f\x51\x78\x92\x37\x89\x75\x4f\xdd\x09\xe1\x94\x14\x1d\xf1\x39\x22\x56\x7b\x39\xb0\x52\xf5\x5b\x0a\xb1\xbd\xa5\x8b\x74\x46\xb4\xbe\x81\x2e\x60\xba\xe7\xbc\x10\xb3\x06\xb1\xc3\xfe\x43\x82\x31\x1d\x53\x1d\x84\x0c\xa1\x4b\xfe\x6b\x7b\xe7\x82\x84\x84\x19\xe7\xf9\xac\x29\x65\xb7\xab\xd0\x6e\x8a\xc2\xb6\x70\x70\x68\x57\xeb\xd5\x0a\x32\xf2\x76\x1d\x2f\x16\x90\x9e\xde\x27\xf2\x59\xe3\x19\xb4\xe0\x5d\x00\xb4\xac\x10\x7a\x12\x17\x0a\x5d\xa5\xae\xce\x5a\xde\x56\x78\x19\x77\x38\xd3\x14\xbf\xab\x49\x16\x92\xb2\x01\xa5\xea\x8d\xd7\x68\x4c\xf5\xf2\x6a\x20\xe2\x0c\x4c\xaa\x2b\x09\xfb\x8b\x2e\x0e\x21\x1f\xae\x51\x03\xa8\x5b\x40\xf2\x8b\x0a\x82\xe9\x9e\x54\xb6\x02\x3e\x56\x76\xc5\x79\xc5\x57\x5c\x75\xb6\x1c\x3c\xf8\x2d\x7b\x05\xcb\x56\xae\x2c\xbc\xbc\x04\x22\x30\x60\x63\x1c\x90\x96\x9f\xef\xf2\xa6\xdc\x85\x92\x51\x6d\x0d\x41\x2d\xb0\x27\x6c\x61\xdd\x49\x7a\x09\x0a\x38\x2c\x8c\x76\xfa\xb6\x90\xc6\x22\x4c\x34\xbe\x57\xa6\x43\xd7\x3a\x7e\x18\x7b\x39\x22\xa8\x6a\x70\xd5\x16\xa6\xdb\xf7\x2b\xce\x65\x7b\xc5\xdb\x32\xad\x46\x1f\x4c\xfa\xfd\x4d\x6d\x9c\xf1\xe2\x22\xdf\x88\xf9\xb2\x4d\x2b\x85\x4f\x0e\xeb\x0e\x61\x47\x0d\x56\x51\x57\xab\x33\xa9\x7b\x20\x34\x2d\xe5\xa5\xc8\xd1\x8e\x7e\xef\x51\x8e\x7e\x0c\xe7\x2d\x2e\x6b\xa2\xe0\x78\xaa\x66\xb3\x47\xc7\xd3\xb9\x1b\xb2\x5f\x68\xce\x53\xdb\x81\xe4\xb0\x01\xdf\x19\x16\xbd\x80\xf4\xd6\x50\xb2\x39\x37\xeb\x7a\x29\xc1\xb5\xa0\x25\xfd\x31\x94\xd7\x9f\x4b\x71\x59\xe9\x75\x8e\xad\xad\x9b\x52\xd2\x26\xa0\x1f\x5b\x81\x8f\x9a\x86\x17\x95\xe6\x75\xd7\xa4\xfa\x56\x7a\xc5\xfd\xa4\x04\x9b\x9e\x7a\x6c\xff\xbe\xa7\x2c\xaf\x89\x21\xdc\xdf\x2f\x44\x71\x31\x6b\x7c\x81\xcc\xdb\x30\x61\xfb\x01\xad\x3b\xca\xa6\xc8\xa2\x52\x5e\x69\x77\x93\xfb\x31\x4c\xba\x76\x24\x83\x12\x00\x24\xe4\x98\x4e\x0b\x69\x18\x3b\x5e\xd3\x68\x24\x5a\x74\xc9\x56\x1f\x3f\x32\xd0\xf1\xb2\x7c\x2f\xff\x83\x4a\xfd\x5a\x00\x07\x78\xcc\x30\xc6\x19\x4d\x09\x02\x0d\xc5\x2c\xe1\xa1\x64\x60\x8d\x38\x94\xbb\x88\x34\xa7\x47\x25\x97\xe6\x86\x81\x17\x9d\x6c\x47\x78\x76\x22\x76\x81\x96\xf4\xb3\xa6\x42\x7e\x6c\x22\x1b\x91\x14\xa2\x17\x15\x3f\x37\xf4\x25\xe4\xaa\x16\x8f\x95\x3d\x9f\x56\x60\x07\x5c\xd7\xfc\x4c\x6a\x89\xf1\x12\xd7\x05\xc6\x61\x8a\x51\xd3\x8a\xa5\xec\xb6\xdc\xe6\xac\x01\xd2\xcf\xb2\xc2\xe4\xc0\x2a\xcc\xe2\x94\xbf\xe7\x74\x0e\xc9\x47\x94\x22\xfd\x05\x44\x4c\x7f\x92\x3a\xe7\x53\x06\xd6\x48\x8b\x58\x1d\x79\x41\xfe\x41\x2e\xd1\x2d\x78\x79\xa1\x6e\x6e\xd8\xd9\xb4\x7a\x71\xc2\x9e\x4d\x18\x9f\x56\x47\x99\x04\x26\x94\xd2\x56\x7f\xdd\xd9\x89\xbd\x90\x21\xbb\x6d\xfa\x29\xe7\x39\x52\xbd\x60\x4f\x5d\xaa\x82\x9e\x5e\x34\x30\x3d\xbd\xa4\x9f\xa2\x5e\xc2\x3a\xb9\xfb\x57\x83\x96\x07\x74\x8b\xeb\x90\x40\x9e\x2a\xe1\xfb\x5d\x76\x70\xc2\x9e\x62\xee\xdb\xb8\x71\x77\x0b\x6c\x93\xdf\x3e\xc9\x0c\x7a\x53\xbb\x9d\xcc\xb6\x9a\x2b\x3c\x71\x53\x1b\xf9\x31\x2e\x45\x7b\x2e\xfc\x73\x35\xa6\x8c\x20\x95\x43\xc5\x9d\x4b\x60\x90\xc6\x8a\xae\xc4\xdf\xc8\xf6\x68\x44\x3f\x5e\x8c\xa2\xbb\x00\xd4\x6c\x27\xed\x30\x34\x54\xd1\x55\xf5\xac\x8c\xd3\x0b\x04\x6a\x8f\x4d\x28\x4e\xe4\xb1\xe8\xf0\x4c\x39\xb0\xa5\x0d\x19\x78\xb5\xdc\x95\x04\xb7\xa5\x48\x92\x71\xf5\x22\xcd\x4d\xec\xd9\x93\x81\x0b\x94\x3f\x3c\xae\x1f\x82\xc9\xfd\xc2\xaf\x84\x2a\x5c\x87\x23\xe4\x51\x5b\xc2\x49\xfd\xdf\x1e\x8b\x9f\x1a\x77\x6f\xec\xa6\x79\xc8\xce\x3c\xb5\xd6\x73\xff\xc9\x18\x2d\x68\xa8\x87\xec\x90\x51\x5a\x2b\x5f\xfd\xe7\x87\x43\xf8\xc0\x7b\x02\x21\x7c\xe0\x5e\x4b\x47\x43\x0f\x0a\x52\x94\x1f\xfa\x86\x25\x63\xcf\xcc\x83\x8f\x7d\x43\x0f\xa8\x6d\xee\x11\x7a\x6a\x9c\xc5\x35\x5e\x0c\xfd\x0e\x3d\xd5\xca\x21\xe3\xbe\xa6\xc5\x59\xd8\x87\xaf\x8d\xcf\x50\xa0\x95\x61\x1a\x6b\xbe\x72\xdf\x43\x6c\xa0\xe5\xd7\x9d\x44\x77\x4d\x9a\x05\x46\xef\x68\xf6\x22\xa7\x14\x8a\x9a\xe2\x2d\xb6\xb7\xe0\x06\x65\xbc\x63\x56\xa2\x80\xf4\xd3\x90\xb1\xd8\x67\xec\x0a\x52\x94\x81\x6d\x8e\x77\x29\x11\xdd\xcc\x90\x3b\x29\x94\xf2\x87\xe6\x2f\x46\xfd\xcd\x9d\x3e\xb3\x58\xbc\xfd\x92\xc7\x36\x30\x96\xf3\xb8\xc9\xc8\x87\x27\xa5\xd8\x43\x1c\x86\xdb\x2f\x9d\x4b\xaa\x59\xea\xec\x79\x50\x26\x64\x71\x87\x1e\x4b\x30\xdd\x9b\xc6\x20\xca\x85\xc5\xe0\x28\x88\x44\x1d\xb8\xb8\x04\x14\xe4\x2d\x1c\x45\xd9\xc6\xf4\x5f\x0f\xb2\x48\x8d\xad\xe1\x13\x75\x26\x97\x39\x5a\x47\xe8\xda\x63\x93\xb2\x5f\xff\x5e\x08\x5e\x0e\xb3\x8b\x24\x98\x33\x63\x7c\x94\x27\xee\x0d\x04\xf9\xe0\x01\x52\xc6\xbd\x28\xd0\x27\x3e\x35\x22\xc5\x70\x48\x7c\xe8\xc0\x7d\x1b\xe5\x7a\xeb\x0d\x1e\xd1\xa1\xe5\xd3\x67\x33\x0d\xa5\x2c\x22\x9e\x6d\x28\x52\x79\xe2\x85\xa9\x4a\x09\x66\x80\xff\x60\x3a\x29\x4f\xc5\x6a\xdc\x7c\x7a\x93\x13\x51\xfe\x7f\xbf\xf1\x34\x15\x8c\xed\x7e\x5a\x6d\xec\xae\xb7\x4b\xb7\x3a\x7f\x61\x13\x9a\x05\x68\xcc\xed\x79\x5e\x49\x8d\xc6\x64\xaf\x55\xa3\xad\x50\x0b\xf9\x93\x74\x37\xcf\x99\x53\xb2\xda\x9b\x5f\xeb\x99\xe6\xa1\x18\x8a\x47\xbb\x88\x86\xb5\xd3\x83\xf0\x17\xb3\x1f\xb4\x79\xe4\x5a\xd7\x3f\x3d\x56\xa3\x1c\x13\x0e\xb4\xd9\x50\x2c\x7b\x0b\x6a\x0c\xf2\xc0\xb5\xca\x1f\x32\xa1\xf2\x39\xe1\x34\xd0\xe8\xb7\x98\x34\xcc\x84\xd7\xdd\x63\x6f\xaa\xa6\x52\x8b\xd4\xec\x07\x2e\x03\xe0\x9c\x8d\x17\x19\x7a\x32\x1b\x51\x08\xa5\x78\x7b\x3d\xf6\xa3\x34\x64\x3b\xf1\xa9\x9b\x2e\xe5\xbb\x76\x9c\x18\x3b\xec\xed\x11\xb3\x31\xdd\x64\x44\x6d\x2f\xe9\x93\x17\x01\x09\x86\x68\x1c\x23\x88\x03\xf9\xbe\x6d\xc3\x7c\xa2\x23\x4d\x60\x98\x58\x29\x0c\x8a\xae\x49\x95\x0a\x58\x02\xcd\xbb\x4a\x67\x48\x54\xff\x03\x3f\xde\xbc\xe0\x9b\x06\x24\xc8\x06\x58\xb7\xcd\x9b\x1f\x13\x1c\xbb\x71\x60\x63\x87\xfe\xd1\x04\x0b\xe5\x33\x5b\x3b\xa9\x16\xd2\x65\xe2\x09\x2e\xc2\x86\xa5\xc2\x33\x5e\x5c\x44\x88\xf0\x00\xc8\x63\x42\xd7\xc1\x19\x35\x4b\xa5\x6a\x2e\x45\xdb\x89\x52\x4b\x66\x11\x66\x9c\x30\x16\x8b\x9a\x7d\x6c\x8b\x6d\xe7\x1b\x8e\x13\x49\x89\xc1\x2c\x24\x34\xbd\x38\x86\xd8\x6e\xd4\xc1\x62\x2a\x67\x64\x63\x6f\x84\xb6\x94\xfd\x61\xa4\xcf\xb8\xfe\xb0\x0f\x05\xde\x40\x6e\x61\x0d\x9e\x38\xeb\x89\x97\x98\xb8\x33\x14\x30\x35\x74\xc3\x51\x9f\x04\xd8\xb5\x8e\x97\x50\xc9\xae\x0d\x79\x8a\x6e\x71\xa3\x69\xc5\x5e\x60\x0f\x97\x2c\x4e\xc3\x14\xc2\x5c\x14\xe9\xad\x65\x6e\xeb\xa0\xba\xde\xe1\x49\xef\x25\xcf\x30\xcd\xd8\xee\x6e\x26\xa8\x9d\x9d\x66\xaa\x3a\xad\x4e\x32\xcb\xd7\x96\xf3\xe4\x0a\x6f\x10\xf1\xe5\x67\xeb\x4d\x6f\xee\x58\x18\xae\x58\x53\x72\x08\x71\xa3\xcc\xdc\xbb\x2c\xce\x07\xfe\x7b\xbd\x31\xdf\x1d\x88\xe9\xfe\xc9\x93\x4d\xa7\x65\x28\xdc\x2f\x5e\xf0\x18\x52\x93\x25\x32\x7b\xd0\xe9\xda\xd8\x9d\x3f\xd9\x46\xb6\x61\xe3\x14\xb6\xb4\xdc\x48\x0b\xc6\xf9\x77\x88\x7b\x2d\xb4\x91\x23\x0c\xdb\xd4\xd6\xa4\xe1\xe2\x34\x78\xb5\xf3\xd4\xe1\x8a\x3e\x7a\x64\xe2\xf4\x5d\x88\x6b\xe5\x3e\x0c\xf3\x76\xef\x04\x72\x22\x58\x74\xed\xad\x92\x85\x17\x7c\xc1\x63\x50\xce\x9e\x2c\x3c\xb8\x86\x13\x84\xdd\x6a\x54\xb1\xe7\xfa\x3f\x87\x1b\x18\x87\x6b\x3c\xe4\x1d\x88\x6f\x4f\xb0\x88\x0e\x2e\xf4\x26\xe5\x04\x36\x1f\x40\x23\x1b\x1b\xba\xd3\x92\x0a\x0f\x76\xb1\xc8\xe7\xdf\x6c\xa2\x26\x10\x26\xb4\x70\xc8\x72\xfb\x9f\xb7\xb1\x4d\xe1\x87\xf5\xf3\x27\xf3\x7b\xc1\x0a\xde\x89\x73\x09\xb7\x33\xbe\xb5\x0e\x67\xd3\x62\xc1\x5b\x5e\x80\x39\x92\x29\xf4\x4f\xd1\xde\xd3\x1c\x59\x37\xf6\xd2\xb5\x82\x3e\x62\x4a\x58\xb7\xef\x59\x53\x4a\x13\xc7\xbb\xae\x2e\x84\xa7\x15\x3f\xbb\x66\x57\xb2\x2d\x49\xf9\x78\xc9\x5b\xbd\xcb\x99\xc6\x12\x7d\xec\xc0\x22\x71\xe0\x17\x1b\x26\xee\x5b\x7f\x95\x6d\xc9\xec\x18\x63\x1b\x62\xbf\xee\x34\x78\x98\x3d\xd4\x35\x67\x0f\x4f\xd8\x84\xed\xeb\xff\x98\x17\x4f\xe2\x0e\x16\x55\x27\xd4\x8a\x27\x61\xd0\x37\xb5\x7d\xac\xcb\x63\xe3\x07\xd8\x38\xbd\x89\x5b\x3f\x6a\xae\x01\x5d\xc0\xc6\xee\xd0\xc1\xf7\xdd\x42\xb4\xd8\xc1\x17\xd8\x01\xbd\x79\x32\x6b\x4c\x5c\x65\xaf\xc6\xe7\x61\x80\x46\x30\x19\x8b\xd0\xff\xe9\xf3\xd0\xc5\x15\x68\x64\x73\x74\xfc\xf2\xed\xdb\x63\x38\x46\xbe\xe4\x4a\x68\xe4\xe8\x1a\x7a\xa2\xa6\xb3\xd9\x7a\x7f\xbf\x9c\xeb\x3f\x7f\xf8\xe6\x8f\xf0\xe7\xdb\xfd\x5d\xf8\x3b\xff\x4a\xff\xf9\x7a\x1f\x1f\xbf\x9e\xeb\x42\x5f\xee\x7f\x05\x8f\x5f\xee\x7f\x8b\x8f\x9c\x1e\xf1\xeb\x57\x58\xf8\xab\xf2\xec\x0f\xfa\x8f\xc0\xc7\x6f\xe7\x45\x31\x9b\xad\x79\x81\x8f\xe5\x1f\xf9\xfc\x64\xef\xc9\xac\xd1\xec\xec\x8a\x80\x79\x32\x6b\xba\xf6\xda\xd0\xc4\x95\x07\xa2\x4f\x4b\x10\xfb\x49\x9c\xbf\xfe\xb8\x1a\xcc\x1e\x4e\x67\xb3\xd9\x6c\xf5\xe9\xa8\x5e\x2d\xf8\x99\xe8\xaa\xe2\x33\xbe\xf8\x0e\x7c\x04\x3e\x7f\x38\x99\x3d\x1c\xb1\xd9\xc3\x35\x06\x2e\xf9\x0c\x8b\xa6\x58\xb0\xc1\x87\x21\xfb\xc4\xfc\x7d\x60\xc1\x95\xc1\xc9\x40\x75\x61\x3c\x17\x03\x49\x1a\xd6\xc4\x7c\x19\x77\x42\x75\x50\x2f\xc7\xe0\x29\x8f\xa8\xea\xda\xde\x23\x23\x8a\xa6\xb0\x97\xb4\xd3\xea\x24\x62\xe2\x7b\xb3\xd9\xd5\x1e\xf6\x51\x2c\x20\x04\x55\xb1\x60\xcf\xd8\xec\xe1\x6c\xf6\xf1\x9b\xfd\xd9\x43\x50\x2d\x14\x8b\x71\x27\x7f\x5a\xad\x44\xab\x27\x78\x30\x64\x0f\x26\x0c\xde\xfd\x59\x5e\xd9\x77\x37\x37\x1b\x88\xc1\xf6\xd0\x93\x4c\xd7\x3b\x91\x84\x4c\xdb\x1c\x0c\x02\xed\x2f\xbf\x10\x1e\x6f\xb1\x48\x54\x49\x5e\x14\xbd\xdc\xe3\x24\x46\xa0\x0a\xdf\x9b\xcd\x8e\xed\xb0\x79\xdb\x03\x95\x4f\xf8\x63\x58\x97\x11\xf6\xfc\xa9\xdd\xb6\x1d\x5d\x21\x1b\x7e\xd5\x4d\xa7\x1d\x50\x4f\xa2\x62\xd3\xbd\xee\xd2\x46\xa6\xb3\x95\xa6\xd5\xc9\xb0\x3f\x14\xdd\xad\x00\xe5\x8a\x00\xcb\x78\x12\xa8\x67\xbc\x2d\x25\x70\xd8\x41\xd7\x8f\x4a\x31\xce\x56\xa2\x55\x95\x82\xcb\xd7\x41\xb5\x5c\xae\x3b\x7e\x56\x8b\x21\x83\x28\x1f\xe8\x05\xb2\x6e\x35\x2b\x7b\x2f\x29\x97\x97\xc9\x67\x87\xb9\x02\xa6\xb8\x25\xff\x3a\x7f\x18\xc6\x67\xcd\xaf\x77\x75\x1e\x1a\x8f\x21\xda\x32\xf5\xe8\x3e\x34\xe2\xea\x83\x31\xf5\x32\xb2\xe9\xc8\xe6\xe1\x58\xca\xd2\x33\xc2\xc0\xa0\x1f\xbc\x26\xdf\xcf\xb1\xc6\xdf\x91\x82\xfc\x2f\x23\xdd\xd2\xa5\x68\x3f\x30\x8d\xa1\xce\xf8\xc5\x77\x95\x20\xff\x50\xc4\x6b\x59\xb5\xa2\xe8\x6a\x88\x7c\xc2\xbb\xc7\x75\x3d\x6b\x7e\x5e\xab\x0e\x4f\xc9\xb4\x93\x06\xde\x37\x1e\x32\xee\x9f\xb1\x11\x6d\xb3\xb2\x8e\x27\xc6\xf6\xb5\xc7\xec\xae\x94\xc5\xc6\x6a\x77\xf7\x76\xe9\x01\xf1\x92\x02\x5f\x7a\xa1\x9b\x92\xd4\xb8\x14\xff\x9d\x1c\xd3\xc8\xe0\x2c\xfa\x8c\x26\xd1\xa5\x2c\xee\xe5\x14\x62\x73\x3e\x5f\x66\x23\xbb\xdb\x40\x5b\x5e\xbc\x26\x2f\xc2\x3a\x1a\x43\x0d\x13\x7f\x15\x37\x24\x0a\x20\x48\x4f\xbe\x4b\xc7\x1e\x7b\x53\xd5\xb5\xc9\x4a\x60\x0d\xde\x91\x6a\x3c\x4f\x30\x30\xc0\x85\x4b\xe7\xf9\xba\x85\x8b\xe0\x5f\xd6\x42\xcb\x81\x41\x5b\x9a\x1d\x55\x1d\x5e\x3a\x97\xeb\xd6\xd0\x2f\xad\x4f\xcf\xac\xcf\x37\x72\x34\xfc\xa8\x6b\x93\xd3\x98\xf3\x20\x81\xd4\x58\x9b\xf9\x9e\x37\x4d\xe3\x4c\x78\xd7\x1c\x1b\xf4\x62\xa6\x51\x0a\x32\x0c\xb0\xbb\x19\x95\x9e\x37\x0b\x6d\x37\x98\x70\x0e\xfe\xab\x0f\x21\xbf\xac\xab\x56\xb0\x1e\x45\x8f\x1f\xc7\x3e\xca\x7e\x67\xe3\x83\x47\x1b\x85\x1f\xcb\x3e\x1b\xb3\x92\xba\xdc\x36\x2c\xe5\xec\x21\xa6\x62\xad\xd0\x11\xd5\x58\x17\x54\xc1\xdc\x3c\xec\xc9\x35\x1d\x9b\xdd\xb2\x48\x39\x14\xa3\x34\xce\x71\x4d\xcd\x98\x70\x65\x69\xa1\xfe\x58\x1b\xbf\x9e\x13\x23\x09\x23\x3d\x2a\xcf\x95\x0c\x4b\x6a\x31\xd9\xf3\xe2\x9c\x06\x36\x21\x2b\x51\xdc\xc5\x7a\x3c\x4a\x72\x42\x53\x43\x6e\xcb\x2b\xae\x94\x28\xc7\xec\xa7\xa6\x16\xca\xa6\xa5\x73\x4a\xf4\x7b\x9a\xdb\x1c\xe3\x75\x99\xbb\x7e\xd6\x93\x29\x34\x43\x33\x49\x00\xa7\x74\x2e\xfd\x15\xed\x1b\xfd\x1a\x1b\xa0\xa5\xf8\x10\xdc\xc8\x79\xb1\x00\x14\x61\x37\xfa\x9c\xc6\x95\x5a\x2f\x8d\x2d\x25\x6f\x6d\xe6\x93\x0f\xc4\xc3\x3f\x38\xf7\xa0\x81\xb1\x45\x31\x6f\xb0\x15\xff\x84\xb9\x6a\xc5\x65\x25\xd7\x0a\xe7\x61\x08\xd9\x88\x31\x24\x16\x0c\xcb\x72\xd6\x5f\x85\x38\x7b\x25\x6c\x4d\x65\xa7\x77\x8f\x66\xd5\x9b\xdd\x26\x42\x4a\x2b\xe6\xc6\xf4\x98\xac\xd6\x9c\xab\xa9\xf3\xa2\xa8\x3a\xc5\x3e\xc8\xab\xe6\x83\x75\x7f\x83\x7d\x10\xb5\xa9\x68\x07\x18\x79\x42\x92\x47\xb2\x32\x0c\xfd\x0c\xdc\x2a\x9c\xc7\x3f\xaf\x6b\xec\xad\x9a\xcf\x45\x6b\x91\x8d\x37\x47\x60\x7e\xfc\x1b\x63\x73\x64\x72\x36\xd9\x6e\x58\xc7\x2f\xc2\xd4\x6d\x97\xa2\x65\x82\xb7\x75\xa5\x57\x5e\x23\xe2\xf3\x35\x65\xae\x1f\x8f\xc7\x38\xfd\x19\xdf\x96\x8c\x22\x0e\x59\x0b\x5d\xf3\x65\x34\x3b\xb7\xba\xaf\x26\xfe\x17\x6d\x7a\x36\x92\xcd\x3c\xe4\xe6\x23\xf6\x89\xa5\x49\x37\xd8\x67\xda\xbe\x37\x87\x63\x70\xaa\xe2\x7c\x4e\x0e\x13\x25\x69\xd0\xe7\xee\x9f\x8d\x30\x6f\xf2\x25\xf7\x86\x9f\x2f\xb2\xf9\x45\x9e\xf4\x15\x6e\xe6\x61\x62\xa1\xb9\x6c\x5f\xf3\x62\x31\x18\x5c\xf2\x7a\xc4\x2e\xc4\x35\x9c\x9a\x8a\x38\xe4\xf0\x85\xb8\x86\xfb\x91\xde\x70\xee\x84\xcc\xc8\x5b\xd4\xfc\xcb\x44\x76\x4f\xba\x20\x04\x81\x18\x15\x86\x37\x0e\xbe\x38\x1d\x63\xd4\x4f\x2e\x27\x40\x88\xf8\x9e\xd0\x09\x79\xc4\x6f\x1e\x10\x65\x1b\xf2\x21\xfb\x55\xe0\x04\xc1\x26\xee\x0f\x8f\x51\x27\xea\x47\x6b\xaa\xe2\x03\xb9\x7d\x50\x7b\x60\xfc\x49\xb6\x22\x13\x1d\x38\xa5\x47\x82\x2f\x08\x65\x3f\xde\x94\x79\x27\x97\xe3\x17\x13\x73\x77\xa2\x25\xe1\xd5\x78\x76\x43\x74\x59\x77\xac\x81\x15\x31\xb2\xd2\xfb\x28\x12\xd7\x31\xef\xf8\x38\x09\xc6\x3f\xc0\x54\xa9\x5a\x12\x1b\xd9\x94\xc7\xaa\x96\x98\x42\x55\xff\xf0\xc9\xc2\x6a\x84\x35\x9c\x23\x16\x67\xa0\x61\x26\xfe\x80\x4d\x40\x93\x00\x3e\x4e\x8e\x04\xb7\xdc\xc4\x85\xed\x05\xb7\x03\x63\x13\x28\x35\x39\x30\x78\x6d\xf6\xa0\x49\xf3\xfd\xab\x57\x80\x27\xf8\x79\xec\x29\xb5\x5d\x8f\x7d\x28\x21\x06\x6e\xf5\xe3\x43\x3f\x09\xf6\x56\x02\x1f\xf0\xf1\x5f\x21\x7f\x05\xc9\xe5\x20\x75\xa0\x22\x6f\x0d\x77\x42\x6b\xe1\xe6\x1b\xec\xaa\x9d\x83\x1c\x59\x80\x27\x49\xe7\xa0\x0d\xe7\x6f\xd9\x61\x4e\xbd\xe8\x48\x73\xbd\x12\x9a\xab\x8b\x8f\x1d\xfa\x9f\xa0\x97\xc5\xec\x61\x7c\xd2\x81\x02\x14\x5f\x49\xbe\x17\x1f\x3b\x6c\xaf\xc7\xd7\x0f\x45\x81\x17\xd7\x20\xd2\x0f\x10\xea\xc9\x33\x36\xf8\xe4\x4c\x8e\x3e\x81\x09\xe6\x21\x0e\x69\x6c\xec\x2d\xcd\x73\x27\x47\xac\x6a\x94\x68\xbb\x43\xec\x3b\x49\xec\xad\x8b\xa5\xe6\x3e\xc5\xba\x55\xb2\x1d\xb8\x46\xd9\x0e\xd4\xb7\x16\xaa\x9f\x7b\xdd\x7d\xed\xa4\x2a\x01\x3b\x9d\x8d\xb8\xd6\x94\x14\x2d\xca\xcd\xc3\xd9\x35\x6b\xd7\x4d\x63\x8e\x8f\x5e\x88\x2b\x67\xe5\x20\x5b\x14\x3a\x71\xf4\x24\x5b\xea\xf9\xbe\xf4\xac\xe9\x51\x58\x32\x95\x9c\x08\x6e\x9d\x0b\x99\x5c\x75\x18\xec\x2e\x02\x6b\x60\x4f\xc4\xb2\x2d\xab\x46\x83\x0e\xca\x79\x6c\x83\x3c\x28\x51\xae\x35\x62\xdb\x70\xc4\x56\xf5\x1a\x92\x74\x23\xb9\x97\x04\x5c\xda\x96\x91\x85\xb8\x4b\x22\xdc\xeb\x2b\x5f\xf0\xba\x7e\xac\x98\xbc\xb2\x31\xe7\x86\xc6\x5c\x5b\x37\xb2\x14\xdd\x42\x96\xe4\xbe\x25\xda\x73\x61\x05\x3c\x1f\xc3\xad\xb1\x3d\xeb\xa4\x8d\x69\x43\xe8\xc0\x52\x02\x8d\xcb\x03\x5b\xbb\xd2\xe0\xa9\xea\x18\x7a\xcb\x25\x8e\x68\xbf\x72\x51\x1a\xc5\x58\x70\x2c\xf2\xe2\x00\xfc\x26\x41\x6d\xb2\x81\x59\xcc\xe2\x99\x27\x12\x1d\x5a\x1e\x86\x9b\x41\x36\xba\xd6\x01\x9b\xb0\x39\x98\xbe\x21\x76\xa7\xfb\x27\x71\x76\x31\x67\xde\xe0\x3b\x8b\x92\x2d\xc4\x81\x3d\x4a\x8d\xcc\xfc\x4c\xd8\xd4\x7c\x83\x37\x71\x36\x32\x17\x3c\xc4\x6c\xd2\xa6\xb8\x91\x1a\xfb\x74\x24\xc6\x3e\xcc\x42\xdb\xab\xf1\x67\xb1\xbd\x4f\x30\xc6\xea\x24\xb7\xdd\x36\xe2\xea\xe5\xa6\xa1\x7a\x23\x6d\xc4\xd5\x3b\x13\x57\xcc\x55\x83\xad\x35\x63\x6f\x1c\x8c\xe3\x67\xd4\xf5\xfc\xcc\x9e\xb2\xea\x09\xfb\x39\xd1\xe6\x58\xc6\xa5\xa6\x3f\x9f\xb0\x89\xfb\x0d\xad\xdb\x8e\x73\x03\x58\xf2\xd5\x8b\x6b\x17\xd9\xc5\x5a\x95\x38\x08\x53\xa3\x66\xd7\x1d\x1a\xb5\x9b\x98\xfd\xc0\x1c\xc9\x58\xf8\xc5\x75\x22\xec\x26\x61\x64\xac\x25\x74\x2f\x84\x6e\xda\x7b\x2c\x4c\xec\x8d\xb2\x6b\xe2\x16\x1b\xe3\x90\x7e\x9c\x25\x26\x4b\x81\x4e\x03\xb4\xc5\x52\x5b\x62\x99\xcd\x42\x23\xd3\x64\x1b\xc1\xdb\xf2\xd6\x45\x1d\x19\x2f\x79\xd5\xbc\x6d\x4a\xf1\x71\x38\xca\x8e\xdd\x03\xe7\x56\xa9\xc1\xc5\xe0\xbb\x8b\x6b\xb4\xb1\x85\x1a\x3a\xdf\x33\x12\x00\xe0\x0b\x76\x52\x0a\x05\x31\x6e\xd1\x86\x00\x13\x45\x58\x9f\xed\xc7\xca\x71\x71\xb2\x98\xd0\x4c\xb4\xae\x1a\xc3\xf0\x6d\xc0\x79\x64\xc4\x45\x21\xd7\x89\x64\x61\x56\x0e\xd9\x39\x4c\x4f\xb2\x26\x9c\x59\x33\xe2\xfc\xfd\x91\x2e\x9e\xbd\xa1\x09\x6d\x8a\x9d\x28\x4c\xac\x61\xe4\xa5\x15\x1d\xf8\x7c\x35\x32\x2c\xee\x99\x8f\x9f\x54\x8c\x9c\x69\x06\x13\xf7\x8c\xc7\x10\x82\x30\x22\x8d\x09\xe3\x66\xe3\xd0\x22\xd4\x9d\x94\x68\x20\xbd\xd9\x38\xbc\x11\x05\xa0\xd4\x16\x07\x06\x47\x39\x0d\xbf\xe5\x34\x12\xfa\x33\x20\x17\x6b\xab\x55\x5d\x51\x10\xd0\xdb\x50\xca\x6e\x6e\xd8\x2b\xcc\x0b\x72\xac\x6b\xf5\xe2\xf8\x47\x23\x14\x1a\x48\x51\xe0\x88\x45\x0a\xee\x1c\x7c\xe3\xfb\x12\x7d\x12\x78\x25\x8b\x01\xf9\x12\xed\x8f\xd0\x71\x28\x22\x85\xde\x60\x22\xba\x08\xb4\x71\x0c\xad\x5b\xc7\x1e\xa2\x1d\x3d\xac\x17\xad\xe0\x17\xb7\x25\x4e\xb6\x81\x29\xcc\x85\x15\x26\x6b\xbb\xc3\x0c\x42\x2a\x82\x78\xaf\x9f\x6f\x99\x4f\x36\xd6\xc3\x67\xd2\xca\x26\x7a\xf8\xec\x5a\x0b\xd2\xcc\x3e\xf9\x97\x6a\xc5\x25\x98\x37\x7a\x1a\x7b\xf0\x01\x67\xff\xf3\xf8\xfb\xef\x76\x95\x68\x2b\x5e\x57\xff\xe4\x67\xb5\x30\x97\x86\xec\xaf\xe8\x28\xab\x3a\xb9\x24\xec\x60\x22\x15\x2f\xe6\x1a\x55\x13\xa5\xcb\xb7\xae\x65\x32\x3d\x45\x4b\xc8\xa4\x00\xd2\x2d\x36\x48\xe2\x27\xc6\x03\x35\xd7\x8e\xd7\xac\xe1\x4b\x4f\x7c\xb6\x7a\x4a\xaa\x64\x04\x3e\xec\x13\x9b\x68\x64\x07\x21\x8d\x4e\x4b\x59\x9c\x32\xd9\xb2\x53\x17\xdc\x07\x9c\x46\x29\xbb\x6c\xbc\xfc\xf4\x48\x07\x99\x8c\xab\x81\xf0\x12\x6d\x55\xa5\x2c\x4c\xee\x5f\x43\xf9\xf1\x86\xe3\xed\x5b\xa1\x10\x38\xa6\x2e\x87\xe9\x5e\xc4\xac\xc9\x23\x40\xd3\x23\xbf\x68\x1c\x41\x92\xd4\x7c\x96\x58\x96\xd8\x45\xeb\x62\x53\x5d\x2b\x76\xee\x63\x81\x85\x74\x36\x0b\x16\xd8\xa9\x66\x68\x1b\x15\x60\x55\x79\x62\xf3\xdf\xe5\x75\x71\x36\x0f\x95\x5c\x9d\x98\x8b\x49\xd0\xbe\x1a\x34\x20\x27\x73\x17\x5f\x04\xe9\x30\xaf\x94\xb9\x3d\xca\x2b\x0b\xc3\x08\x5b\x5a\xb4\x2c\x01\x58\x54\xd5\x29\x20\x71\x17\xb1\x9c\x42\x0a\xdc\x4e\xdd\xa5\xf0\xe9\xdb\xd0\x35\x53\x7c\x69\xd6\x08\x10\x3d\x1e\x42\x0c\x91\xb1\xe9\x29\x8e\xf7\xbe\x87\x10\xac\x3d\x34\xce\xdb\x08\x00\x04\x53\x30\x51\x0c\x17\x55\x5b\x32\xde\x9e\xe7\xee\xc1\x29\x36\x9c\x1e\x3a\x20\xfd\x67\x65\x34\x53\x70\x17\xfd\xe9\xf3\x28\x47\x4d\xa0\x60\xd3\x45\x21\xc4\x13\xea\x20\xf4\x23\xdc\x52\x3f\xd8\xa4\x87\xc8\xdf\x16\xbe\x6d\x2e\x79\x5d\x95\x39\xc4\x03\x75\x7b\xe3\x0d\xaf\x0d\x6d\x72\xe4\xb7\x4d\x95\x44\x23\xfe\x4d\x16\x8c\x6e\x84\xac\x47\x57\xad\xec\x24\x04\x73\x58\x70\xf5\xfd\x55\xf3\x03\xb1\xa4\xb1\x3e\x41\x13\xe6\x74\x8b\xfd\x49\x75\x5d\x2e\xe7\x70\xf5\x8d\xec\x9a\xd4\xad\xf4\xae\x48\x4b\x75\x7a\xb4\xe4\xe8\x8a\x37\xba\x4d\x45\x09\xa1\xbc\xdc\xcd\x7a\x29\xd9\x79\xa5\x68\xe4\x18\x15\x6a\x9b\xac\xbd\xe9\x7a\x0a\xec\x27\x51\xc0\xce\x31\x3f\x43\x07\xdb\x4b\xeb\x01\xf1\xf9\xf7\x3a\x91\xa0\x6e\x23\x01\x1f\x1a\x3b\x05\x2f\x38\xf0\x73\x0f\x33\x74\x32\x99\x26\xa5\x4e\x86\xec\xd0\x95\xf3\xd8\xec\xad\x4a\x25\x1b\x81\x6c\xcc\xfe\x2e\xd7\x8f\xeb\x9a\xad\xd5\x9a\xd7\xf5\x35\x93\x4d\x6d\x42\xe2\x41\x4c\xb7\x85\x51\x25\xe9\x49\x71\x8b\xb1\x21\x3b\xa4\xff\xfa\x5f\xff\xdb\x28\x6f\xa0\x3d\xcc\x7c\xe1\x5d\xc8\x19\x3f\x1c\x5a\xbc\x61\x3c\x61\xd6\x1b\xd6\xd1\x5b\xb2\xd9\x3b\x24\x17\xd9\xa9\x4f\xfd\x9d\xe2\x94\x9c\xff\xe8\xb6\x26\x5e\x77\x68\x91\x62\xec\x21\x64\x70\x62\xd0\xa2\x29\x7b\xee\x7d\x0c\xa7\xf2\xd0\xca\xae\x03\xaf\xfe\xcd\x0d\x9b\x3d\x9c\x3d\x1c\x92\x24\x1b\x40\x4d\x29\xc4\xde\xdc\x57\xb0\x65\x4e\xf9\x62\xad\x65\x1e\x18\x6b\x17\xcf\x0b\xb1\xc7\xff\x70\x7f\x18\x0f\x20\xa9\xbb\xd1\xb9\x31\x2e\x9d\x2e\xbf\x5e\xd7\xc7\xb8\xaa\xf5\x83\x4c\x3e\x80\x53\x64\xe0\x14\xdd\x17\xe9\x34\xef\x81\x63\xaf\x4d\xf2\x58\xef\x49\xa9\x16\x1b\x15\x66\xed\x91\xc6\x5c\xa1\xd5\xe5\xa0\x27\xb9\x70\x7c\x21\x60\x41\x18\xa1\xa9\x56\x74\x6d\xe2\x20\xbc\xcf\xfd\x89\x6f\x4c\x1f\x5d\x9a\xe4\xa2\x0f\x2a\x2d\x24\x68\x81\xb3\x90\xf5\x7a\xd9\xa8\x21\x65\xea\xe1\x67\x46\x2d\x6c\x0e\x42\x23\x56\x8a\x4e\xb4\x4b\xb8\x11\x3f\xbb\x36\xfb\xaf\xd0\x9b\x3c\x3f\x3b\xae\xfe\x79\x5f\x55\xe3\x3f\xa8\xfa\x90\x0e\x00\x21\x27\x38\xd7\x87\x1c\x2c\x90\x84\x37\x4b\x8f\x82\xa6\xa9\x34\xa4\x99\x39\x2c\xa1\xac\x8d\xc7\xe9\x5d\xb0\xe0\xfb\x4d\x4e\xd1\x86\x6d\xb5\x14\xcd\xc7\x3b\x5a\x64\x06\x64\x8f\x76\x5b\x0c\x29\x65\x02\xb3\x87\xb3\x59\x33\x7b\x78\x4b\xd8\x36\x1b\xd2\x88\x6c\x44\x8d\xce\x7b\x7a\xaf\x08\xf9\xfe\xc8\x4d\x42\xbb\x21\x45\x7a\xd5\xcf\xbb\x7a\xab\xc8\x86\xa7\xc3\xb2\x3d\x03\xb5\x4d\xa5\x83\xf9\xb3\x94\x17\x6c\xbd\x32\xce\x9c\xb5\x93\x98\xdc\x89\x7d\xb5\x68\xb9\x12\x6c\x70\x59\x71\xcf\x4c\xe7\x14\x5f\xab\xfb\xd2\x23\x55\x27\x7a\xc4\xb8\xee\x16\x74\x73\x89\x61\xac\x4a\x4d\xe8\xaf\x39\x6b\x64\x00\x69\xa5\x30\x9f\x35\x21\x05\xff\xfb\x76\xee\xe7\x08\x32\x72\x2b\xee\x93\x28\x3b\x8f\x30\x0e\x2d\x5c\x49\x9c\x09\xba\x68\x02\x3f\x30\x6c\x01\x6e\xce\xf4\x22\x5d\x42\x76\x31\x72\xe1\x38\xfd\xdd\xc1\x29\x1b\x18\xe4\xcc\xab\x56\x75\x26\x5f\x0d\x04\x2d\xfa\xdd\x17\xa7\x23\x26\xba\x82\x80\x39\x32\x91\xf9\x4f\x7f\x77\x4a\x41\xf6\xaa\x4b\x5e\x8b\x06\xc2\x91\xe9\xc6\x46\x54\xef\x77\x14\xdc\x8e\x2e\x56\x8c\x92\xa8\xae\x3a\xd1\xf2\x9a\x95\xb2\xae\x79\xcb\x54\x75\x1e\x1b\x93\x22\x12\x07\xf8\x67\xc4\xc6\xe3\x31\x0e\x25\x1f\xfd\x72\xc9\x57\x36\xfa\x65\xba\x04\xcc\x84\x64\xec\xb0\xb7\x12\x5f\x97\x7c\x35\x22\x80\xf2\xf2\x2b\xd1\x11\x24\xad\x9a\xe2\x43\x4e\x46\x8d\xdd\x62\x59\xea\x1a\x8b\x83\xcc\x3b\x5f\xd9\x5e\xf0\xc7\x98\xae\x41\x07\x7b\xb3\xd9\xef\x06\xb3\xd9\xef\x6e\x66\xb3\xf2\xf7\xc3\xbd\xf3\x11\x1b\x2c\x47\xac\x8a\xad\xe7\x83\x6e\xf0\x46\xf4\x77\xc9\x21\x24\xda\x7e\xa0\x48\x66\x24\x70\xef\xc0\x26\x6c\x67\x50\x69\x8e\x92\xa4\x42\xf7\x9a\x78\x00\x07\xa1\x86\x3d\x63\xc1\xd8\xd8\x73\xb6\x64\x87\xf4\x6e\xda\x40\xd8\x98\x18\x35\x99\xfd\x10\x87\xde\xb3\x21\xbd\xa9\x9a\xd2\x69\xb4\x14\x90\x87\x09\x67\x65\xf2\xa4\xa2\x0d\x3b\x59\x8b\x52\x2a\x69\x73\xdd\xe7\xef\x49\x7e\x5e\xd5\xfb\x32\x02\xbf\x8d\xfc\xee\xe4\x97\x38\xea\x06\x0d\x5f\x8a\x11\x5b\x49\x35\x62\xaa\x2a\xf5\x54\xef\x1e\xe4\x5d\xb7\x55\x6f\x7a\x19\x1a\x53\x1b\xad\x87\x00\x96\xfe\xfc\xef\xa4\xbb\x91\x73\xdb\x0e\xa9\xc3\x2c\x50\xfd\x56\x4e\x5b\xad\x25\xe3\xaa\xad\x87\x9a\x4b\xe5\xce\xac\x5d\xb8\x7f\xb1\x33\xd5\xc5\x93\xdb\xaf\xbc\xed\x8b\xef\x7b\xa7\x36\xeb\x6e\xb9\x97\x69\x6f\xc1\x31\xb1\x8d\x73\xa0\x23\xde\xac\xd8\x40\x7c\x5c\x89\xa2\xf3\x6e\x47\xbd\x94\x6d\x86\x15\x4e\xcf\x5b\xbe\x5a\x88\xa5\x60\x45\xbd\x56\xdd\x9d\xdc\xef\xe6\x55\x53\xbe\xc4\x5a\xa8\xb1\x1d\x9a\x63\x52\x27\x21\xf9\x87\x9c\x1f\xfa\xdb\x00\xdb\x45\x9f\xb8\x81\xb5\x37\xe4\x0d\xe3\xf5\x6a\xc1\x9b\xf5\x52\xb4\xfa\xe4\x63\xbc\xe5\x18\xac\x01\xcf\x41\x90\xb0\xe4\x05\xc3\xab\x2b\x8a\xa3\x08\xa4\x5f\xcb\x82\xd7\x96\x30\x1f\x43\xac\x53\xeb\xa0\x32\x7b\x78\x6a\x5b\x08\x56\x54\xa8\x5b\x84\xe8\x6d\x84\xbe\xa1\x05\x19\xdc\x70\x3c\x98\xe1\x74\x78\x65\x5d\xef\x5c\x41\xf0\x59\x61\x03\xee\xfb\xcd\x0d\xc3\x85\x13\x39\x29\x0e\x78\x97\x53\x93\xc7\xee\x46\xa8\x17\x0f\xd7\x5c\x30\xba\x11\xe3\xdd\x70\xfc\xb3\xac\x9a\x01\x1c\xb7\xfa\x44\x5f\xcb\x69\x74\x5d\x13\xe7\x9d\x64\x0a\x0a\x5d\x39\x62\x4b\xc1\xad\x19\x45\xeb\xae\xb1\x68\xfc\x70\xf2\xad\x6b\x36\xd5\x4d\xdc\xed\xae\x2c\x74\x00\x1a\x7a\xae\x91\xd8\x03\x65\x85\xac\xba\xb1\x16\x18\x1a\x89\x50\xba\x52\x68\x0d\x5b\xfe\xcc\x0b\xda\xb1\x41\xb0\x35\x70\x5b\xcd\x98\x22\x34\x2a\x38\x05\x44\x9c\x4b\x37\x79\xd4\x0d\x56\x32\xd5\xff\x7e\x02\xb3\x94\x11\xc5\x78\x23\x76\xff\x39\xb8\xd8\xa8\x1a\x41\x95\xe3\x4b\x7b\xde\x79\xb7\xd8\xc1\x14\x67\x4a\xa3\x0d\xc8\x44\xc3\xce\x76\xa9\x3f\xd1\x94\xc1\x1b\xaf\xca\xd5\xa2\xaa\x05\xc3\xec\x0b\xec\x19\xdb\xcf\x5e\xbd\xaf\x5a\x71\x09\x2a\xa8\x70\x49\x0e\x70\x4c\x50\x37\x72\x26\xf7\x79\x60\xc1\xd1\x7a\x88\xcc\xbc\x74\x63\x54\x69\x08\xbe\x77\xe9\xec\x6d\x27\x26\xd8\x91\xb6\xe2\x32\x7f\x3d\x4c\x83\xd3\xc3\x7f\xca\x7a\x82\xd6\xa1\xb9\x00\x98\x3b\xf5\x8c\x4f\x34\xc9\x05\x78\x66\x58\xa2\x29\x47\xd0\xd0\xaf\x1b\x14\x4e\x95\x6e\x67\xe3\x8d\x37\x8d\x7d\x02\xe5\x9f\xa3\x2f\x75\xaa\x12\x80\x15\x46\x73\xbb\xe3\xd1\x02\xfe\xce\xc5\x1d\xc6\x1d\x19\x38\x3f\xe5\xa3\x14\x0d\x3f\xab\xb5\x0c\x5d\xf0\xb5\xa2\x88\xe0\x26\xd0\xa8\xc4\xbc\xe9\x6c\x49\xa7\xfc\x59\xd3\xda\xdc\x57\x67\xc6\xec\x49\x94\x63\xf6\x42\xb0\x82\xb7\x98\x45\x73\x21\xd7\xe7\x8b\x11\x3b\x13\xd0\xa0\x16\x33\xe8\x7a\x0a\xc5\x0d\x6a\xbb\x15\x35\xb8\x8c\x21\x03\x6e\x30\x90\xe3\xab\xef\xdf\xf9\x27\x7b\x6b\xab\xd3\xc8\x8e\x2d\x78\x53\x6a\x08\x0c\x2c\xae\xa0\x1a\xb3\xa3\xc6\x0b\x05\xa0\xa5\xfb\x59\x33\x3d\x2d\x5b\xee\xac\x06\xef\x90\x29\x2a\xa8\x37\x8c\x33\xbf\x69\xfe\x3a\x6b\x94\x28\x64\x53\x72\xdf\x9a\x4f\xb1\xcb\x0a\x33\x7e\x13\x77\x81\x40\x97\xe8\xe3\xe6\x4b\xe6\xfd\xa9\xe8\x7b\xbe\xd8\xc4\x63\x61\xd8\xf6\x8e\x9f\xa1\x2a\xa2\x93\x70\x9d\x15\x78\xd3\x90\x21\x9a\x3e\xd4\xcc\x9a\xc1\xa2\x3a\x5f\x08\xd5\xed\x3a\x0b\xf8\x61\x18\x9a\x1f\xa9\x82\xa2\x71\x1a\x0e\x4a\x97\x3d\x6a\xd6\x00\x97\xc7\x7b\x16\x33\x99\x40\x03\x5f\x65\x86\x47\xea\x84\x7f\x41\xe6\xf6\xaf\x28\x6b\xbb\xf5\xe4\xd4\x2c\xd5\xb3\x71\x40\x3c\x8c\xd9\x0b\x4b\x71\x23\x48\x93\x26\xe7\x7a\x3f\x87\xf3\xff\xe9\x08\x7f\xb6\xf8\x34\x6b\x28\x3c\xad\x7e\xf3\x10\x8e\x75\x1d\x69\x5e\xf1\x0a\xdb\xb6\x8d\xb7\x29\xab\xba\xc2\xb0\xbf\xba\x67\x48\x55\x53\xce\x1a\xf8\x0d\xdb\x8b\xde\x43\x4d\xca\x5a\xdb\x23\x38\x4f\xc2\x65\x11\xdc\x70\xda\xd4\x77\x9c\xf0\xbb\x10\xad\x18\xa1\x5c\x00\xf2\x98\x9e\xa3\x4a\x79\xe3\x9a\x35\xe6\x60\x8b\xa1\x52\x81\x4a\x34\x10\xba\xbd\x4e\x32\xd8\xf8\x76\xbb\xb6\x5a\x59\xbd\x93\xf2\x13\x7b\xd8\x25\x67\x7c\x3d\x1b\xd9\x2e\x8d\x1e\x3a\x44\xa1\xca\xcc\x67\xa0\x4b\x61\x13\x16\x3c\x3f\xf1\x33\x25\x22\x11\xe9\xad\xbe\x95\xb5\x4a\xf2\x3f\xe8\x25\x69\x74\x17\xf7\xbd\xdc\x72\x6a\x14\x4c\x45\x63\x78\x84\x26\xd2\x42\x36\x5a\x6c\xc6\x93\x4d\x21\x97\x4b\xde\x94\x68\x8c\xe8\xe7\x0c\x84\x10\xf9\xcb\x55\x2d\xc0\x50\x81\x22\xc7\x3a\x6f\x6d\x5e\x57\xdd\xb5\xc6\xaa\x55\xdc\xf9\xc9\x1c\x6c\x0a\x7f\x50\xca\x8f\xd9\xdb\x6e\xd6\xf8\xeb\x01\xb6\x48\xcc\xba\x08\x04\x53\x75\x8a\xa5\x6b\xcf\x5b\x58\xa7\x5d\xbb\x16\xa7\x23\xf0\xac\x65\x21\x0c\x65\xa5\x34\x63\x86\x4c\xff\xa2\x9e\x03\x19\x7d\x07\xe9\x47\x30\x53\x50\x33\x07\x8e\x64\x32\x80\x7b\xe9\xed\xf4\xa0\x74\xd5\x7b\x25\xc7\xfb\x87\xa9\x6d\x6c\x25\x31\xe5\x20\xcc\xa8\x1f\x45\x19\x69\xea\xb1\x02\x9e\x8d\x6e\x5f\x04\x9a\x69\x40\x0b\xb3\xe5\xac\xe9\x16\x6b\x7d\x2a\x2d\xd6\x30\x9c\x61\x86\xc2\xcc\xa4\x42\x74\x1b\xfc\xf9\xc4\x66\x44\x3f\xd7\x82\x7a\xab\x02\x35\x11\xe9\x36\x80\xc7\xe9\xb1\xe3\xf3\x7d\x69\x8a\x94\x1c\x81\x61\x2b\xa4\x32\xa2\x35\x34\x6b\xb4\xc8\x8a\x17\xb6\x5a\x3c\x44\x88\xcc\x3a\xef\x1c\xe5\x83\xe5\x00\x04\x4c\xb6\xa0\xc2\x79\x7c\xd6\x54\xa0\xae\xb2\x17\xae\x31\x02\x68\x3c\x5b\xb2\xcc\x15\x6f\x45\x18\x98\xd8\x88\x39\x17\x47\x6c\x12\x84\xb6\xe1\xc3\x11\xbb\x78\x11\xbd\x3c\xcb\xa8\x18\x2e\x8e\xbc\x50\x46\x17\x2f\xbc\x68\x81\x17\x47\x63\xb0\x5a\x1f\x5c\x40\x62\xb3\xe9\x05\x24\x36\x38\x9b\x5e\x9c\xf8\xe2\x85\x0b\x2a\x4d\xb8\x70\x79\x52\x11\x5d\x6c\x6a\x8e\x20\xb3\x46\x9f\x9d\xee\x39\x57\xe1\x39\x66\x68\x0f\xec\x59\xc6\xe5\x95\xd5\x7c\xcb\x7b\x34\xd0\xbe\xc9\xc3\x5a\x04\x11\xe9\x0c\x8f\x81\x7b\x39\x0e\x29\x02\x8d\x31\xf8\xac\xf1\x1d\x06\x06\x6b\xf0\xae\xf4\x8e\x99\xb3\x66\x4a\xcb\xf8\x2e\xa7\x9d\xd8\xb3\x8d\x02\x46\x92\x0f\xa2\x16\x47\xd4\x7a\xa5\xcf\xe2\x6a\xd6\xac\xb4\xe8\x27\x93\xac\x1d\x2e\x5c\x36\xf0\x8d\x63\xcd\x5e\xbc\x83\xbf\x67\x92\x8e\x1c\x48\x0f\xdf\x24\x47\x26\x1e\xd9\x99\xd4\x8f\xb3\xe6\x8a\xe3\x91\xa9\x94\xcc\x9c\x4f\x47\xec\x14\x98\x1d\xd4\x34\xa9\x03\x28\x7d\x7e\x60\x0c\x5e\x35\x18\xca\x3c\x4e\x36\x69\xed\xf2\xad\xa5\xb8\x11\xf7\xa8\xa2\x3d\x55\xcf\x1a\x33\x5c\x2d\x9a\xc0\x50\x5a\x9b\x3c\xdd\x69\x25\x68\xcf\xf6\x92\x25\xa3\x63\xad\x1a\xe9\x0d\xb4\x5b\xa0\xf5\xfe\x8a\x57\xa8\x25\xba\x92\xe6\xbb\x1f\xfd\xdc\x19\xd9\xc3\xbe\xd1\x94\x70\xb5\x43\x62\xef\x98\x1d\x4b\x3f\x50\x39\x3b\x9d\x1e\xec\x8f\xd8\x17\xfb\x23\x76\xb0\xaf\xff\x73\xb0\x7f\x72\x6a\xe7\x46\xd8\x29\x98\x35\x67\xa2\xbb\x12\xa2\x61\x07\xfb\xd0\xae\xae\xa1\xff\xba\xd7\xf8\xfe\xe0\x60\x3f\x43\xc7\x7e\x50\x43\x6b\xc4\x8b\x8f\xb7\xd0\x31\x67\x0b\xe4\x63\xbc\xd3\xfb\xa5\x89\xd2\x5e\xa0\xc8\x88\x3e\xf2\x9a\x3d\x91\x52\x95\x25\xee\xc7\xec\x4c\xcc\x25\x66\x38\xbe\xc6\x03\xf4\x6a\x55\x57\x7a\x1a\xde\x9b\x7c\x65\xb3\x06\x44\x97\x33\xfb\x0d\xaf\x1b\xbc\x6b\x6a\xec\xbf\x94\xcd\xe3\x0e\xf2\xce\x6a\x8e\x8d\x24\xfd\x6b\xbc\x8e\x4d\x14\x55\xda\x77\x88\x1a\xe1\x36\x7e\xd6\x68\xfa\x16\x15\xec\x55\xc6\xf3\x22\x93\x57\x17\x43\x6c\x0d\x28\xa5\x16\x3a\x3f\x50\x62\x8d\x2e\x08\xa6\xa1\xc9\xd5\xa3\x2b\x44\xcd\x00\xc9\xd5\xc8\x66\xd6\xf1\xd5\x10\x3c\x98\xf9\x5c\xf1\x6b\x4d\x95\xe0\x2a\x62\x2f\x2e\x3a\xf9\x2f\xc9\xa5\x3b\x74\x92\xa6\xc9\x12\x36\xca\xa4\x30\xd3\x87\x3a\x88\x32\x6d\xf3\x14\x6a\x68\x92\x74\x86\xbf\x2e\x17\x22\xd8\xee\x11\x03\x1d\xcd\x1a\x55\x69\xa2\xab\x3a\xc4\x16\xa6\x41\x84\x4b\x57\xca\xd3\x6c\x2c\xae\x80\x52\xa0\x4c\xa7\x87\xa1\xd7\x3e\x25\xca\xd6\xab\xfb\x9c\x57\x4d\x2e\x45\x11\x84\x6f\x29\x3a\x34\xbf\xb0\xa1\xf9\x34\x32\x06\x28\x97\x06\x72\x95\xd3\xd6\x59\xf9\x09\xce\xae\x63\xc8\x9d\xa5\x8a\xb6\x5a\x82\xcb\x8c\xe6\xde\x5e\x54\x94\xb0\x3b\x7d\xc4\xac\x41\x4e\xc4\x80\x26\x4a\x6a\xe9\x01\xcc\x0e\x5b\x56\x8a\xf3\x96\x97\x82\x52\x38\x40\x76\xa4\x8f\x2b\xd1\x56\x5a\xf6\x1b\x0f\x33\x27\xa6\x38\x6a\x22\xb8\xd1\x45\xef\x02\x49\x1b\xe2\xd5\x2c\x31\x79\xcd\xb2\x32\x89\x71\x20\xe9\xf8\xf4\x34\xa9\x7a\xef\x3b\xe6\x24\x9a\xa3\x66\xa5\xd6\x7f\x06\xd6\x3d\x2f\xcb\x59\x33\xf5\x42\xca\xfd\x8a\x25\x1d\x04\x0b\x07\xd9\xf1\x37\xf4\x86\x1f\xb3\x0f\x2f\xd6\xdd\x07\x3a\xc4\x62\xea\x7f\x39\x37\x71\x64\xdb\x75\x03\xde\x79\x4d\x5f\xe6\x2e\xb3\x8d\x6b\xe6\xba\xae\x79\x3b\x6b\xa6\x58\xb5\x6a\xce\x7f\x3d\x17\x1b\xb1\x25\x9a\xf6\x57\x1d\x53\x6b\x14\x9f\x67\x0d\x6c\x35\x36\xe1\xbf\xe5\xa1\x26\xdd\x66\x27\xd7\x45\x98\xb9\x51\xb6\x41\x9e\x6f\x4c\xfe\xce\xcc\xee\xbd\x6a\x25\x24\x2c\x4c\x52\x46\xc1\x52\x79\x6d\xc3\x38\xb6\xeb\x86\x7d\x80\xd4\xc7\x1f\x7c\x11\x48\xaf\x47\xd9\xa1\x18\x44\x5b\x6e\xee\xf4\x9f\x46\x7d\x0c\xa9\xd9\xbc\x7d\x32\x6b\x7a\x5c\xca\xb7\xcc\xc5\x4e\xeb\xe1\xa7\xae\x82\x65\x1d\x38\xea\x21\x33\x86\xe8\x7c\x62\xc1\x2f\x2b\xd9\xe2\xf1\x8c\x22\xcf\x70\x3a\x86\xcf\x1a\x32\xc3\x04\x4b\x4f\x9f\xc5\xdb\x4b\x32\x2c\xa8\xc6\xec\xd4\x9c\xf3\x4e\x0d\x07\x59\xc8\xba\xb4\xc7\xbf\xe0\xfa\x4d\x1f\x17\x8c\x9b\x1f\x59\x85\x56\x0d\x3b\x45\xfd\x0d\x2a\x04\x7c\x37\x41\xe0\x78\x23\x4f\x51\x36\x62\x42\xd3\x10\xa4\xad\x41\x3e\x2a\xea\x12\x77\x70\x2d\xb7\x50\x57\x98\x91\xa5\x15\x9a\x26\x4e\x27\x93\xc9\xe9\x2e\xe4\x7d\xc3\xe3\x27\x59\x53\xcf\x1a\x1a\x89\xd9\x9f\x6c\xa7\x8a\xad\x44\x4b\x2d\xa3\x68\xe7\x78\x18\xc5\xec\xd3\x73\xeb\x44\x46\xac\x8f\x63\x20\x93\x1c\x35\xb2\xda\xa0\x11\xdb\xdb\x63\xc7\x0e\x31\x46\xa1\x21\x1c\x26\xc2\x40\x51\x2f\x29\x76\x81\x06\xf6\x2d\xc8\x05\x7a\x1c\x4b\xde\xf0\x73\xca\x6c\xf6\x11\xc4\x28\x72\xa3\x35\xe0\x07\xf6\x6c\xa1\xe1\xf5\xe7\x38\xe2\x1c\x99\xc0\xc9\xb9\x99\xc5\x61\xe6\xea\xf0\x42\xc0\x84\xfb\x07\xa4\xa2\xc7\xa1\xdd\xb7\x95\xc6\x32\xd3\x0b\x71\x7d\x32\xb2\x41\xa2\x4c\xe4\x66\x78\x9d\xd3\x28\x9b\x72\x93\x89\x8b\x6a\x93\x0d\x7b\x66\x5b\x31\x96\xd0\xb1\x16\xd9\x38\xe6\xfb\x4d\x22\x6c\x37\x37\xcc\xc5\xb1\x76\xbd\xb0\x27\x7a\x86\xbe\x93\x00\x79\x5d\x15\x5d\x4f\x83\x84\x88\xdc\x35\x26\xcd\x01\x06\x5c\xb8\x15\x6c\x2a\x0d\x8f\x06\xcc\x28\x5a\xb5\xdf\x79\xda\x9c\xb3\x0d\x36\x66\xc1\x48\x33\xe4\x75\x6a\xc6\x01\x53\x89\x74\x3c\x7b\xc8\x76\x00\xb8\x54\xb5\x1e\xcc\x77\xd5\x58\xba\x1d\x86\xa6\x08\xc1\x10\x36\xcc\x52\x38\x54\xd3\x98\x3f\xef\xb1\xd1\xb9\x8b\x41\xf7\xda\xf3\x22\x56\x2e\x89\x5e\x69\xf2\x6b\x91\x69\x2e\x6e\xb4\xcb\xb5\xea\x58\xd5\x2c\x44\x5b\x21\x9b\xd2\x52\x45\xa5\x30\x6e\x5d\x10\x40\x0d\x0c\xa8\xc1\x29\x3e\x89\x25\x8a\x8c\x96\x72\x38\x23\x71\x60\x5f\x0d\xa6\x58\x42\x5b\x7b\xf6\x13\xc8\x43\x98\x84\x4c\x57\xb0\x46\xa7\x2d\x79\xec\x52\x2c\x18\xc3\xf2\xac\x1a\xcd\xcf\x10\x2a\x14\x44\x91\x81\xac\x7e\x9d\xb1\x6e\xc2\xb0\x43\xc0\x94\x34\x1c\xc0\x1b\x50\xfe\x6b\xce\x81\xbf\x7d\x14\xa5\x17\x07\x69\xdd\x54\xbf\x78\x6e\x06\x74\xc3\x27\xe7\xba\x01\x82\xd6\xe4\x8e\xed\x50\x16\x3a\x97\xb2\xd4\x9d\x72\x38\xc8\x5a\xf5\x9e\x8b\xb7\x84\xcc\x27\x31\xb7\x12\xbf\x0c\x00\x05\x91\xa5\x15\x9b\x4c\x30\xfb\x54\x6a\x62\xe5\xbc\xfe\xd0\x61\x76\xfb\xbd\x1f\x26\x68\xe8\x69\x8d\x10\xed\x21\x40\x78\xa3\x63\xbc\x9a\xd8\x04\x2f\x72\x1c\x74\xd0\x88\x31\x58\x0c\x9d\x9f\xd0\x1e\xec\xf3\xac\x71\x94\xe0\xd9\x25\x60\x50\x06\x34\xb0\xc8\x16\x10\x4d\x49\x9f\xf7\x9f\xf4\xb4\x01\xa9\xde\xbc\xf0\xf7\xd9\x42\x4b\xbe\x7a\x27\xa1\x9d\x77\xf8\x4b\x0b\x3d\xc5\xc5\x2b\x51\x3b\x1d\x11\x52\xbf\x25\x7d\x65\x95\xe1\xb4\x04\xac\x57\x99\xb9\xa0\xcd\x90\xfa\x16\x51\x02\xdf\x9b\x4b\xe8\xc7\x8a\x4e\xf5\xa6\xbd\xd8\x6d\x0b\x10\x19\xd5\x7e\xdb\x29\xd0\x00\xf4\xd4\xd1\x68\xcf\xf4\x87\xe3\x88\x57\x35\xde\x2c\xc3\xdc\x85\xad\x84\x21\x94\x99\x89\xff\x46\xde\x71\xd1\x5d\x2e\x85\x6b\xf0\x33\x4d\xb1\x20\xa2\x5f\xb4\x5b\x6c\x19\x76\x28\x34\x1c\x77\x44\x95\xc2\xe6\x19\xe8\xfe\x18\x10\x6a\x9a\x86\xc0\x8f\x80\x5a\x2c\x57\x58\x3c\xd0\x5a\x9a\x93\x39\x0e\x76\x97\x9d\xe1\x8f\x9b\x1b\xc6\x29\x6a\x8e\xa3\x59\xfd\x35\x7a\x47\x51\x6c\x81\x20\x5e\x2e\xd6\xcd\x45\x8e\x20\x22\xf8\xec\x8c\xed\x61\x15\x54\x21\x81\x55\x60\xe9\xc2\x70\xd4\xbc\x3d\x17\xaa\xc3\xcc\x86\x28\x66\xc9\xa2\x58\x1b\x4b\x83\xbd\x3d\x32\x1b\x59\xb2\x81\x6c\xd9\xee\x01\x6c\x2e\x8d\xc4\xf2\x94\x3a\x1c\x6a\xa9\x82\x37\x4e\x4e\xb3\xb5\x81\xfd\xc1\x54\x08\x63\x84\x82\x55\xd9\x00\xee\x01\x50\x61\x60\x8b\x2f\x44\x75\xbe\xe8\x96\x7c\xb5\xdb\x8a\x1a\x48\xaa\x96\xe7\x55\x81\x17\x93\xea\xa2\x5a\x21\x61\xed\x22\x57\x85\x61\x11\x91\x2d\xf9\xc7\x1f\x74\xc3\xff\x2a\xfa\xb2\x1f\x4d\x47\x60\x0d\x88\x3f\x43\x12\x04\x03\x5e\xd0\x29\x27\x46\xad\x9d\x9c\xd2\x5f\x3f\x9b\xda\x13\x2f\x11\x81\x35\x3c\x81\xd8\xb1\x61\x36\x71\xb3\x38\x31\x98\x44\x55\xe2\x36\xe6\xcc\x4f\xd4\x63\xdb\xcc\xa9\x1e\xed\x29\x58\x49\xc0\x26\x77\x0a\x57\xf1\xc4\xcd\x4e\x47\xec\xb4\x93\xa7\xe1\x17\x50\x8d\x12\x2e\xe7\x55\x53\x82\xbf\xf8\xc0\x5a\x85\xc1\x5d\x3b\x59\x3a\x1c\xe9\xb1\xef\xa7\x3e\x9f\xad\x3e\xfe\xe0\x1d\xbe\xc1\xee\xa1\x9b\x82\x9c\x2d\x5b\x2d\x31\x90\xbe\x6e\x73\xc4\x16\x15\x9b\xe8\x56\x4c\xf4\x84\x27\xd9\x30\x5d\xba\xce\x84\x2d\xaa\xfe\x10\xba\xb5\xcc\x05\x21\xa8\x4a\x36\x81\xda\x3b\xba\x32\x7b\xf6\x8c\x1d\x64\x8a\x95\xd5\x7c\x8e\x50\x4c\x97\x55\x79\xc2\x76\x01\x87\x37\x37\x68\x78\xf1\xdc\xa3\x0f\xf8\x6e\x77\x92\xc3\xe4\x8b\x5d\xbc\x43\xb6\x0b\x28\xcc\x08\xc9\x00\xd4\x84\xd5\x71\xe2\x3d\x6f\x30\x00\xd0\xb3\x09\x24\x4c\xab\x35\x42\x17\x55\xa6\x21\x5b\x2a\xd3\x10\xa0\x75\x59\x95\x5b\x09\xa2\x30\x23\x1a\xac\x9d\x00\x3d\x9f\x03\x0a\x27\x5d\xee\x40\xce\xe7\x10\x01\xd1\x71\x9e\x79\xde\x7c\xb7\x32\x36\x3f\x8e\xb2\xb0\xce\xee\xc1\xbe\xf9\xc7\xf6\x7e\xcf\xde\xf0\x96\xfd\x7e\x8f\xa2\x41\x8c\x5c\xe2\x6b\x57\x4d\x77\x92\xaf\x43\xf7\x91\xd5\x10\x83\x71\x88\xbe\xc8\xcc\xf3\x81\x25\xc9\x69\x75\xc2\x76\x98\x19\x85\x59\xa1\xe9\x4b\x9c\xd5\xea\x64\xd8\x9b\xd0\x89\xa5\x61\xb1\x3d\x7c\x2d\xf9\xca\xe2\xca\x46\x78\xec\x49\xd8\x33\x3d\x19\x99\xdc\x93\xfa\x27\x70\x28\x72\x44\xfa\x41\x2a\xb0\x18\x1d\x31\x8f\x07\xed\x1e\x6c\x13\xb9\x15\xf7\x93\xdb\xa2\x92\x5c\x72\x1b\x9d\xc5\x0c\x19\x0e\x7c\x6f\x10\x9e\x1e\xbc\x15\xeb\xf6\xbd\x74\x01\x96\xc2\x8f\x8d\xb8\x7a\x03\x33\xdd\x88\xab\xf7\xf1\xba\xa4\x43\x1d\x36\x3f\xc1\x86\x7a\x3d\x77\x97\x26\xb0\x89\x17\x46\xe4\x07\xa9\x4c\x03\xb0\xeb\xb9\x45\x87\x8f\x24\x9f\xe5\xac\x97\x61\xf9\x51\x93\x1b\x7d\x75\x0b\xd9\x74\x55\x93\x9c\x4a\x19\x46\xf3\x22\xd4\xc0\xe8\xd0\x3e\x7c\x25\xe2\x95\xc6\x9c\x43\xb1\xb7\xcd\x3f\x80\xfd\xc5\x30\x90\x5e\xb7\x49\xd3\xf2\xa6\x51\x9b\x36\x7a\xdc\x26\x75\xdf\xd8\xcc\x53\x03\x72\xcf\x58\x6f\x19\x6f\xbf\x9b\x24\xeb\x89\x97\x16\x62\x69\xab\x99\xcb\x8d\xa2\x1f\x09\xef\xe5\xad\x28\xa0\xe1\x03\x0c\xcf\xa8\xa9\x9b\x1b\x07\x96\x99\xbd\x47\x8f\x42\x40\xd8\x33\xb6\x6f\x5e\x1a\x36\xff\x34\xcf\x62\x37\xe0\xed\x73\x4a\xf2\x34\x19\xbb\x16\x04\x54\x63\xd8\x4e\x76\x23\x84\xb0\xa7\xd9\x4e\x7b\x3a\xa4\xe1\x6a\x66\x91\xaf\x67\x39\x09\x75\x9f\xa9\xaf\xfb\x07\x31\x2d\x53\xdd\xe3\x3d\xef\x78\xb7\xd0\xf2\xd0\xc0\xbc\xa3\x65\xee\x86\x16\xcf\x07\xf2\x21\x30\xfc\xbe\xe4\x49\xb4\x3e\xcd\x5b\xf0\xa3\xc1\xcc\x2e\x41\x1b\x97\xec\xa4\x2d\x67\xba\x8b\x4a\x65\x02\xeb\xd0\xea\x24\x13\x2c\x67\x77\xa5\x45\x7c\x10\x91\x53\x11\xda\x49\x95\x87\xc0\x23\xc0\x4e\xfe\xd0\xa0\xf0\x73\xce\xe8\xb0\x35\xf1\x71\x98\xea\x64\x0b\xe7\xbd\x42\xd6\xc6\x2f\x50\xce\xe9\x30\x7d\x17\x3d\x3f\x9d\xa6\xab\x86\xf1\x59\x73\xc5\xc9\x78\x6a\xc9\x2f\x04\x45\x8f\x10\xf3\x79\x55\x54\x64\xec\x3b\x5d\xf2\xd5\x5d\x1b\x3f\x16\x10\xc0\xc8\x5c\x45\xe0\x2d\xdb\x7d\x1a\x31\x61\xc1\x98\xbd\xbb\x69\x98\x4d\x30\x00\x96\xe4\xb3\xc6\x4f\x30\x10\x1d\x74\x8f\x45\xf7\x2b\x22\xe2\xeb\x39\xfc\x41\x4b\xac\x77\x28\xbf\x6d\xe1\x46\x7c\xec\xfe\xcc\xaf\x45\xbb\x6d\x85\xfe\x03\x89\x81\x13\x18\x1a\xfe\x4c\x62\xa2\xc3\x21\x8f\xbe\xc7\x1f\x2d\x28\x64\x5c\x0b\xbf\xef\x7c\x4c\xb9\xdb\x49\xd9\xe1\x96\xb0\xe6\xe1\x23\x3b\xd2\xf8\xf8\x7c\x0c\x29\x0b\xb7\x68\xe4\x6e\x50\x86\x87\xad\x50\xa4\xaa\xb9\xf2\x8c\xcd\xd7\xcd\x85\x9f\x6a\x2b\x81\x14\x4a\x3f\x05\x39\x7b\x9f\x1d\x3a\xde\xe6\xaa\xbf\x6e\xca\x81\x2e\x45\x51\x38\xdc\x3c\x44\xfe\xc4\x39\x3f\x5a\xa7\xf0\x73\x36\x20\x70\x73\x9e\x75\x68\x55\xe4\xcd\xea\x80\x84\x80\x97\xba\xd3\x4a\xbd\x5e\xae\xba\xeb\x7c\x84\x9c\xfd\xd8\x7e\x1e\x8d\x53\x23\x68\xf5\xdb\x9c\xd0\x88\x44\x67\xdc\x8a\xe0\x29\xf6\x6f\xd6\xed\xed\x10\x59\x86\x42\x65\x82\x4f\xaf\x97\x2d\xe7\xd2\x22\x19\xce\xbe\xbd\x61\x91\x0c\x15\x4d\xa1\x98\x16\x36\xdd\x6b\x7a\x17\x02\x95\x04\xcf\x42\x6b\x10\x7b\x6e\xc6\x30\xee\xe6\xee\x06\x2f\x7a\xab\xe6\x1c\x68\xb7\xb5\xb7\x8d\xf6\x0a\x14\x1b\x91\xeb\x8e\x89\x8f\x95\xc2\xf8\x3b\x2e\xaa\x36\xfe\x77\xf0\x9d\xec\xc4\x21\xcc\x7c\x77\xbd\x12\x6c\xc5\x5b\xbe\x14\x9d\x68\x35\x4b\x84\xe4\x20\xdd\x42\x40\xc8\x72\xc6\xd9\x45\xbd\x2e\xcf\xc1\x4e\xe5\x4a\xb6\x17\xd8\x00\xb9\x78\xbc\xbf\x5e\x89\x63\x08\x8a\xc6\x2e\x79\x5b\x81\x3d\x4b\xa5\x94\xbd\x12\x5b\xb5\xe2\x12\xed\x81\x4e\xcd\x2a\x7b\xfa\xb7\x67\xe4\xc3\x03\xc7\x88\x33\x81\x7a\x67\xb5\x3e\x03\x48\xe4\xdc\x2b\xfa\xf7\x67\x46\x0b\xf0\xb7\x53\x54\x2e\xbb\x62\xd8\xc6\xe9\xdf\x4f\xc7\x91\x6b\x0e\x85\x9b\xc5\x3f\x18\xfe\x35\x71\x10\xe1\x65\x49\xe7\x16\x25\x5b\xab\x46\x35\xf9\x80\xdf\xd8\x78\x58\x94\x4f\xd5\x1e\x1f\x3c\x67\x12\xd7\x7e\x12\xf3\x84\xec\x06\x5c\x09\xba\x5b\x4e\x23\x4a\x79\x96\x7e\x20\xcb\x3d\xa0\x4b\xe8\xec\xea\x89\xd2\x60\x40\x34\x38\xd9\xc6\x32\x10\x0e\x4d\xb7\x4d\x91\x7e\xc7\xba\xd0\xc0\xe8\xfd\xe2\xa0\x02\xb7\x2f\x5a\x0f\xcc\xe7\x96\x57\x8e\xe5\x5c\xc3\x3f\x24\xc5\x42\xec\x45\xb3\x6e\x29\xe6\x32\xac\xe8\x97\x18\x39\x16\x1d\xf9\x50\x4c\xd9\x3d\x18\x8e\xcf\x65\x27\x07\xfb\xc3\x11\x9e\x06\x47\x4c\xad\xaa\xba\x8e\xfd\x0a\x75\x73\x67\xeb\xaa\x2e\x85\x69\xd2\x80\xf0\x02\xdf\x06\x51\x0b\xc8\x09\xa5\x58\xb7\x63\x7b\x03\xa7\x0f\x99\x6e\x0c\x59\x9d\x4d\x58\x04\x13\x57\xad\x5b\xa3\x0c\xe5\x65\x09\x39\x93\x49\x14\xd6\x5f\x7c\x6d\x28\x7d\x8e\x54\xa2\x43\x54\x77\xf4\x9d\x16\x29\x6e\x2f\x56\xde\xd9\xe9\x8b\xf1\xf4\x80\x86\x3e\xe6\x65\x89\xd9\x0c\xfd\x98\xbe\x2e\x9e\x2f\xfe\xca\x66\xb2\x35\xff\x00\xbb\xe4\xd3\x18\x13\x02\xdb\x10\x6e\x5c\x0f\x17\x2a\x80\x82\xc3\xa6\xd7\xd4\xaf\x81\xa5\xe1\xeb\xa7\x99\x6d\xec\xd1\xa3\x14\x12\xf4\xfc\xf5\x70\x7d\x73\xc3\xc2\x1d\x2c\x6c\x78\x88\x33\x63\xf0\x3f\xcc\x37\x4a\xcb\x46\x37\xe6\xad\xe0\x67\xb7\xb4\x6c\x4b\xc3\xc9\x33\xe4\xdd\x61\xd9\x93\x7c\xbf\xde\xe4\xa0\x7c\xbe\xb1\x8d\x91\xbf\x0f\xc4\xed\xe7\x23\xb6\xaf\x5b\xd8\x16\xb1\xf1\x6d\x26\xac\xc7\x33\xb6\x0f\x3f\xba\x83\x4e\x46\x88\xb0\x94\x6f\x5f\xdb\xc5\x30\xa2\x1a\xf8\x97\xc8\xad\x4f\x33\x90\xa7\xdf\x8d\x4d\xf5\x9f\xfa\x3d\xea\x0d\xae\xdd\x36\x36\x77\xbb\x8a\xc0\xc7\xf2\x26\x04\xa7\xa7\x35\x33\xb0\x39\xa4\xec\xc6\xb1\x45\x72\x0c\x71\x55\xe0\xeb\x08\x7f\xca\x46\x21\xf7\x72\xd8\xed\x61\x2c\x0f\xd1\x86\x06\xbb\xd6\x21\x62\xc2\xec\x4c\xfe\x8e\xe5\xed\x56\xfd\x91\xb8\xdf\xf1\x95\x77\x01\x86\x16\x9b\xe4\x9e\x12\x47\xe7\x1e\x79\x41\x23\x28\x46\x77\x2c\x0b\xfa\x81\x7b\x63\x69\xd0\xe8\x42\x60\x84\x76\x99\x6f\xdc\x69\x72\x3b\x09\x5e\x0d\xe1\x5e\xed\x1d\x4c\xf4\xe3\x9d\xb5\x8c\x3e\x77\xea\xd7\x32\x1a\x57\xc7\x48\x98\x33\xfd\x07\x5f\xc2\xac\x88\xa6\x05\xb4\x06\x73\xea\x20\x78\x16\xea\x47\xe7\x21\x48\x37\x15\x6c\x87\xf9\x30\xe5\x3c\x1f\xa9\xad\xde\xec\xdf\xec\x56\x95\x07\xf6\x10\x9f\x5f\x82\x15\x80\x17\x55\xb0\xba\x50\xac\xee\x2b\xf4\x83\xb4\xc5\x02\x4d\x17\x79\x98\x6e\xb9\xa5\xb8\x31\x25\x49\xb2\x7c\x34\x1a\x85\x08\x28\x35\x30\x87\x0a\x0d\x65\x65\xb0\xd8\x13\x35\x9a\x05\x0a\xd4\x5e\x0e\xb5\x19\x6f\x58\x79\x23\xe2\x62\xe4\x2d\xb3\x11\x9c\xf3\x18\x5c\xa5\x5a\xa3\x0c\xce\xfa\xd3\x6b\x34\x5e\xda\x00\xc7\x2b\x7a\x42\x69\xd3\x02\x23\x58\x7d\xa1\xf3\x39\x36\x74\xb8\xf1\x24\xac\xf0\x28\xac\x57\x71\xc8\xb9\x6e\x3f\x17\xbf\xed\x44\x0b\xb6\xed\x97\xe4\xac\x64\xbc\x56\xf5\xf1\xc0\x99\x4d\xb6\xe2\xbc\x92\x8d\xb9\x17\xec\x24\xdc\x00\x92\x2b\x78\xc1\xeb\x5a\x1f\x12\x4e\xe7\xa7\xd6\xdb\x03\xac\x5f\x5a\x81\x59\xcc\xd8\xf9\x9a\xb7\xbc\xe9\x04\x59\x2d\x7b\xdd\xa0\x59\x3c\x83\x4b\x21\xd6\x8a\x95\xa4\x60\x34\xe0\x8c\xa8\x56\xa2\xa8\xe6\x55\xc1\x64\xab\x59\x39\x86\x91\x34\x61\xf7\x21\xe9\x3c\x39\xa0\xd3\x59\xc3\xdc\x4e\x42\xf0\x18\xb4\x5a\xef\xe4\x2a\x8e\xfd\x66\x6e\x9f\xfa\x6e\x9d\xb6\x92\xba\xff\x4f\x61\x67\xb8\x5c\xb5\x2c\x8b\xed\x3c\x7a\x84\xc7\xb6\xa7\x93\x2c\x07\xcb\x8a\x49\x58\xc0\xa0\xc5\x78\xb0\xa3\x6c\x4d\x4f\x9d\x74\xbf\xe7\xdb\x5c\x63\xe5\x35\xa9\xd1\x62\xc8\xcd\xc4\x1d\xc9\xd4\x3a\xf2\xea\x23\x78\xd5\x20\xa5\xe8\x5f\x45\xbd\x2e\x29\x84\x02\xb6\xe0\xd3\xb5\x68\x20\x28\x83\x6c\x19\xd8\xee\x12\x59\x47\x74\xa2\xa9\xc8\x86\x5e\xce\x69\x13\xfe\x43\xf0\x15\x1e\x9d\x40\xc4\x19\xc0\xdd\xfc\x09\x9d\x9b\x22\xa7\x72\xb6\xa5\x2e\x8a\x68\x2e\xb9\xf9\xf7\x74\x76\x94\x6f\xf1\x2e\x28\x8a\x55\xc8\x4a\x74\xca\x43\x97\x55\xd8\xb5\xa0\x8d\x80\x31\x67\x51\x42\x3a\x3d\xc0\x0c\xb6\x71\x17\xfc\xe8\x1a\x5b\x60\x27\x1c\xc7\x95\x64\xe7\xad\x5c\xaf\x94\x83\xdb\xf0\x1b\x74\x42\x04\xbf\xf8\x53\x34\xa8\xe3\x9d\x6c\x49\x79\xd1\x49\xd6\xc8\xae\x9a\x5f\xb3\xaa\x23\xeb\x28\x74\x38\x37\xa9\xd5\x8a\x24\x91\x99\xd1\x58\x92\xdb\xa0\xac\xcb\x63\x41\x71\xfb\xf1\x47\xa2\x97\xab\xac\x43\x94\x50\x6c\x21\xaf\xd0\x95\xbd\x29\x45\x0b\x61\x28\x31\x96\x10\xb2\x7b\xe7\xc1\xd4\x2d\x84\xb9\x39\x37\x41\xf6\x21\x5f\x9e\x02\x6b\x75\x4a\xca\x77\xdd\x14\x8b\x56\x36\xe0\xb2\xbe\x10\x8e\xa3\x8d\x0d\x0b\xb6\x59\xf0\xc0\x14\x03\xfc\xed\x6c\x06\x13\xab\x1d\xa4\x44\xb6\x2b\x5e\x88\x11\x91\x3a\xf4\xee\x39\xbc\xf9\x08\xe8\xc4\xc7\xee\x55\x35\x9f\x9b\x44\x4e\x1a\x9d\xc9\xa8\x5f\x86\x2e\xfe\xd5\x79\x23\x5b\xcc\x6b\xd2\xc8\x66\x17\xed\x80\xfc\x71\x91\xb9\xce\x99\xa8\xe5\x15\x75\xe3\x62\xb7\x57\xff\x14\xc4\xd6\x77\x0f\xc0\x5b\xdb\x77\x57\xa3\x89\x28\x63\xa1\xb6\x6a\x60\x47\x23\xcf\xf9\x4c\x04\x24\xce\x26\x8c\x66\x8f\x34\x3b\x9a\xf6\x20\x84\x21\xdc\x53\x90\x54\xf1\x8c\xed\xeb\x1d\xf3\x81\x7e\xe9\x9d\x05\xc2\x32\x93\xa0\xbf\x38\xc0\xc8\x19\xea\x3c\xfe\x1b\x7a\x52\x0b\x8d\x8a\x97\x46\xdc\x9e\x57\x4d\x79\xec\xbd\x02\x73\xb1\x91\x9d\xc1\xa4\x76\x55\x8a\x23\xd2\xcf\x1c\xaf\x78\x43\x1a\x1f\x3e\x0a\xda\x1d\x6d\x86\xa0\x2a\xc5\x8b\xb4\x8d\xb3\x6d\xdb\x30\xb0\x8d\x35\x31\xff\x3b\x5f\xa9\x01\xb0\x81\x23\x64\x22\x2f\x46\x36\x28\x89\x4d\x4f\x27\x06\x00\x37\x16\x38\x42\x43\xa2\x17\x51\x71\x9f\x56\x87\x89\xf2\xcc\x74\x29\x0c\xca\xed\x1b\x4f\xc6\x8a\x36\xb1\xa8\xef\x7d\xdb\xef\x3e\xfc\xcf\xeb\xae\x37\xfa\xbb\x31\x21\x16\x26\x41\x95\x32\x7e\x94\x8e\x97\xd9\x03\x9e\x3d\xc8\xa1\xef\xd4\x9a\x78\x03\x3a\xd7\xa0\x2b\xa1\x17\x3f\xaf\x4a\x32\x0a\xe4\xb9\x98\xf8\x25\xc3\xc0\xfc\x44\x02\xa9\xcc\x23\x7b\x2c\x19\xc0\x86\x24\x67\x34\xf3\x64\xdb\x65\x17\x13\xbe\x59\x32\x26\xc1\xb9\x12\x1d\xde\x52\x6f\xbd\xbc\xe2\x16\x4d\xbf\x9b\x5a\x04\x9d\xae\x99\xf8\x07\x13\x76\x96\x0f\xa3\x97\xb1\xc3\x31\xb5\x1f\xf0\x8d\x55\xbc\x54\xf7\x77\x59\xb6\xf7\x5d\xac\xfb\xfe\x66\x3a\xda\x7a\x7d\xee\x67\xf6\x60\x66\xe4\xd8\x1e\xa3\x39\x00\x69\xdc\x49\x8d\x36\xe8\x07\xd5\x52\xa9\xf4\xf7\x40\xf1\x25\x9a\x39\x2b\xaa\x84\x69\xbf\x08\x3c\x7a\x1a\x66\xeb\x62\x79\xdc\x41\x1e\x3d\x62\x83\x07\x58\x05\x5f\x00\xfb\x74\x05\xc6\xe2\x97\x81\xf7\x79\x98\xf7\xb1\xc8\x4e\x64\x32\xa6\x67\x7a\x35\xf4\x56\x8f\x26\xd5\x01\x9a\xd5\x49\x21\x4c\xc9\xa7\xcf\x5b\x88\x3a\x1c\x99\x43\xc8\x1b\x4c\xec\x30\xf0\x90\xed\xaa\xa5\x18\x91\x58\xe3\xa2\x5c\x5b\xf1\x40\x8b\xb3\x67\x72\x1d\x9c\xaf\x0a\xdd\x34\xf8\x29\x81\x27\x1b\x19\x82\x56\xa2\x70\x57\x34\x26\x87\x9e\x0b\xef\x0a\x9e\x48\xe0\xda\xb0\x6e\x3a\x36\x50\xc2\x46\x3e\xd5\x74\xf5\x96\x3a\x1b\xab\x15\xdf\x32\x54\x10\x5e\xf2\x27\x95\x87\x43\x33\x3c\x61\xa4\x19\x32\x58\x75\xf2\x4e\x96\xb9\xe9\xca\xca\x93\x40\xf1\xf0\x60\xb0\x90\x88\x2c\x20\x60\xe0\xd0\xb5\x44\x72\x0e\xaa\x49\x2d\x0a\x71\x94\x3b\xc0\x1a\x98\xe4\x14\x39\xd7\x30\xd5\x82\x2b\xdf\x25\x02\x2e\x2e\x81\xa7\xf3\x0b\xd1\x6c\xca\x10\x74\xbb\x74\x82\x79\xfa\xd2\x85\x8a\xc3\xc1\xeb\x97\x60\x0f\x0d\x56\xf9\x0a\xd4\x6b\x91\x41\xac\x6e\x16\x66\x6c\x42\xad\x8f\xf5\xd3\xb1\x16\xe8\xb7\x58\xe0\x04\x14\xdc\xa2\xa1\x9e\xa5\x6a\x06\xd4\x0e\x38\x4c\xc8\x6c\xc8\x2f\x2c\xb0\x4a\x6e\xee\x6d\x21\x33\xd5\x50\x04\x4d\x81\xc9\xe2\xca\xaf\x6b\x9f\x90\x35\xbc\x91\x2d\x8c\xdc\x01\x30\x1c\xc1\xd8\xc2\x5a\x3f\xf2\xbc\x16\x2c\xc5\x02\xdd\x2c\xbc\x97\x43\xb6\xc3\x5c\xab\xa8\x5d\x7f\x2f\xd9\x73\x76\xc0\x0e\xc3\x8d\x82\x6d\xbe\x6e\x79\xaf\x2b\xc7\x81\xed\x92\x51\x6b\x1a\xcd\x0d\xda\xf0\x43\x0d\xdb\x5d\x47\x70\xbb\x6d\x98\x3f\xbe\x2c\x57\xcb\xc5\x59\x43\x9a\xb2\x55\xa3\xaf\xf4\xbe\x8f\xa7\x31\xc7\x2a\x35\xb0\x7d\x32\x91\x71\x05\x72\x7a\xed\x30\xd4\x32\xb9\xb1\xb4\xce\xaf\x94\xd2\xb7\xb1\x17\xa4\x7f\xb7\x0e\x9f\x70\xe0\xc7\x90\x9b\x2a\x50\x59\x41\x48\x9d\x0f\x0a\x74\x48\x1f\xd8\xe0\xec\x1a\xcf\xb4\x58\xdd\xb7\x7e\x47\xcf\xf8\x2b\x93\xfc\xdc\xe7\xb1\x51\x98\xc3\xd3\xe8\xda\xf0\x74\x08\x61\x13\x5c\xf6\x1d\x8a\x09\xc2\x15\xc3\x30\x67\x36\x76\x81\x8d\x05\x8a\xa1\xdd\x74\x07\x14\x35\x47\x9f\xef\x24\x64\x07\x12\xcb\x3c\x7f\x93\x73\x97\x7f\xcd\xbb\xff\x4e\x58\x09\x5c\x72\x6c\x71\xed\xea\xc2\xb7\x1a\x67\x21\xab\x1b\xb0\x81\xf7\xd1\x51\xe8\xb9\x35\x2f\x63\x87\xd8\xf7\x73\x56\xf3\x7f\x5e\x1f\xcb\xb6\x23\x98\x86\x8c\x32\x95\xc6\xa9\x41\x00\x9a\x31\x2f\xcb\x2d\x2e\x41\x53\xdd\x27\xd6\xc6\xeb\x9a\x41\x26\x1c\xdf\x7b\xbd\x4d\x80\xb8\x17\x04\x43\x21\x1b\xb0\x50\xed\x19\xbb\x45\x07\xba\xd3\xe9\xc9\x08\x2d\xa2\xcd\x45\xf7\x13\xcf\xfd\x26\x19\xeb\x27\x2b\x8d\x0f\x82\xdc\x8c\xec\x19\x3b\xc8\xf9\xc8\x52\x78\x48\x9b\x75\x72\xe4\x67\x78\xdc\x32\xbb\x23\x5e\xcf\xdb\xa4\x8e\x39\xe6\x6b\xbc\x84\x30\x80\x64\xb1\x6e\x87\x10\xb0\xb2\x57\x8a\xa1\x9e\x6f\x35\x39\x80\x95\x82\x43\x28\xd6\x6d\xba\xda\x83\xe6\x9e\x38\x17\x3a\x8b\xfa\xc0\xba\x2c\xfc\x14\xfb\xb4\x29\xcf\x74\x00\x8c\x47\x40\x5d\x62\xad\xfb\x50\x55\xb7\x10\xf5\x4a\x11\xa1\xaf\x57\x8c\xcf\x9a\x69\x7b\x8f\x0c\x82\x3f\xda\x04\x82\x65\xd5\x8a\xa2\xab\xaf\x47\x36\xc6\x1b\x86\x33\xe7\x75\x2d\x31\xb2\xcd\xac\xf1\xdd\xdb\xa7\x68\xee\x72\x17\x41\x87\xec\x2d\x29\x0c\x56\xd6\x4a\x91\x56\x69\xea\x7e\x4a\x7c\xb2\x21\x5a\x37\xd7\x98\x21\x9b\xf0\x6d\x1b\x7b\xec\x03\x93\x00\xd0\xb1\xe9\x60\xcf\xc7\x63\x52\x47\x07\x37\x76\x14\x17\x17\xcc\xe1\xa2\xfc\xe4\xf6\x13\x19\xe5\x64\x3d\x32\x72\xe5\x41\xdc\xd8\xaa\xb4\x75\x67\xc8\xba\x5f\xa5\xaf\x9d\x2b\xc4\x06\xa3\xc6\x74\x7c\x4a\x74\xef\x36\x7d\x0f\xcc\x26\x1d\x12\x8c\xd3\x34\x30\x2e\xb4\x04\x68\xc4\x15\x24\xf0\x54\x7d\x73\x63\x8d\x8f\x99\x67\x97\x40\x82\x2c\x0e\xcc\xf7\x1c\x19\x85\xc0\x07\x5a\x8e\x60\x56\xb1\xd9\x68\x2e\xf3\xa5\xfb\xa7\x39\x44\x43\x68\xc6\xe8\x7d\x8b\x81\xda\x16\xd5\x64\x5e\x9e\xc1\xcf\xc6\xf9\xde\x30\xe7\x9b\xe7\xbd\xe7\xe4\x75\x54\x96\x46\x18\x19\xe3\xa2\xf4\xb3\x91\xf1\xb2\xc4\x5b\x28\x94\x25\x40\x94\x48\xf4\xae\x89\x64\x40\xd7\x54\xe1\x52\xd5\xdb\xe1\x26\x37\x51\x50\x2b\x00\xf8\xd6\x04\x23\x2e\x1e\x71\xf5\xc8\x8c\x01\x9c\xcb\x32\x76\xbd\x89\x44\x30\x1c\x8e\x73\xc0\xdc\xed\x8e\xa2\x17\xc8\x58\x34\x21\x47\x38\xba\x46\xf2\x57\xbd\x09\xba\x10\x18\x69\xd9\x02\xc6\x8b\x21\x22\x19\x68\xee\x29\x59\xe1\x0d\xe2\x56\x3d\x2f\x88\xde\x76\x37\xfa\x43\xa4\xf1\x13\x88\x26\x20\xa6\x80\xa5\x08\x22\x07\x47\x0d\x81\x4b\xe5\xa9\xa3\x85\x30\xd3\x9a\x1b\x40\xd2\xf1\x06\x65\x93\x5d\x0b\x9e\xae\xf2\x8b\x3f\x00\x9f\x04\xae\x01\x27\xcc\xdf\xef\x25\x23\x41\x7f\x37\xcb\x8c\xe2\xcc\xc8\xb6\x69\x8f\x0f\xe4\x10\x12\x73\x8a\x9c\xff\xab\x73\xb8\xf0\x67\x64\x03\xef\x31\x7e\x17\x70\x9f\x78\x5b\x61\xda\x70\xb2\x5e\xb4\xde\x8e\x93\x03\xcc\x6e\x30\x3d\xce\xb9\xd6\x85\x24\xc5\x0d\x7d\xcf\x78\xaf\xc4\x7c\x2d\xe4\x8d\xce\x30\x01\x06\x17\x6b\xd7\x52\x6d\xd2\xf6\x2b\xce\x77\x2e\x41\xfb\x8f\x98\x83\x24\x2b\x02\xd7\x99\x67\x67\x3d\xdd\x3f\xd9\xbc\xe0\x72\xcb\xe2\x0e\xd4\x79\x57\x32\xbc\xdb\x5e\xd3\x6f\x23\x93\xec\xaa\x89\x81\x4c\x66\x8b\x8c\x27\xc7\xb3\xf6\x4f\x4d\xd3\x23\x73\x7f\x9f\x34\x7d\xfc\xea\x57\x89\xc0\xe1\x91\x29\x96\x05\xf7\x47\x28\x4a\x81\xc7\x7b\x29\x17\xcb\x77\xb2\xaf\xf4\xed\x04\xf5\x06\xd0\x1f\xda\xa9\x87\x5a\x3e\x63\x35\x06\x86\xe6\x46\x14\x2f\x78\xf3\xb8\x83\x78\x72\xba\x11\xb8\xe7\xe3\xcd\x35\x44\x50\x33\x57\x88\x95\x82\x40\x5f\x67\x42\x34\x14\xe6\x33\x0e\x12\x41\xc7\xb8\x38\x29\x93\x67\x8c\x17\x9e\x0d\x32\x09\x9a\x7a\xd6\x83\xdf\x06\x84\x98\xcf\xda\x6e\xdc\x81\x32\x93\x58\xfd\x21\x87\x54\x1b\xae\x8a\xac\x93\x4a\x10\xa1\x3e\x08\xb5\x64\x87\x49\x06\x91\x01\x35\xfa\x26\xa7\x2a\xf6\x0a\x31\xde\xe2\xce\x5e\x22\x1d\xfa\x21\xf4\x3d\x4a\x56\x53\x42\xff\x24\x53\x81\xdc\xca\xf6\xf6\xd8\x3b\x7e\x21\x98\xd2\xa7\xac\xf9\xba\x85\xc0\x36\xa7\xbc\x2c\x4f\x61\x36\x95\xcd\xc6\x04\xa1\xb5\x54\x42\x73\x71\x76\x58\x3f\x7e\xc5\x6d\x17\x93\x7e\x3c\xaa\xaa\x31\xd7\x1c\xef\xf8\xca\x9e\xf9\xed\x51\x9a\xce\xf9\x3c\x77\xcc\xf6\x6c\x6d\x34\x01\xa7\xa6\x36\xe9\x99\xd9\x96\x9b\x56\x27\x8e\x8d\xf7\x78\x64\x56\xcd\x91\xc6\x67\x50\x69\xe4\xba\x42\x13\x1d\x03\xb1\xbb\xe8\x31\x5a\x5d\xd1\xf5\x0e\xe7\xec\x5e\xc3\xc9\xa9\x09\x2e\x1a\x79\xd5\xb0\x09\xc0\x7a\x1e\xc1\x9a\xd3\xd8\x62\x79\xca\x2c\x0c\x72\x94\x99\x15\x4d\x6a\xe6\x62\x94\x2c\x06\xa1\xb0\x26\x30\xfa\x31\x99\xc4\xa3\xcf\xda\x12\x3d\x70\x6d\x4e\xe8\x36\x11\x6c\x4b\xfd\x97\x10\x51\x73\x9f\x3d\x37\x3f\x0e\x5d\xe7\x81\x25\x26\xf4\x3c\xa2\x61\xee\xb0\x60\xfe\x68\x69\xe7\xae\x7d\x70\x26\x40\xd6\xed\xc3\x48\xa8\xcc\xc0\x0a\x7e\x8c\x14\xcf\x2b\x22\xe7\x4e\x58\xa3\xcb\x99\xba\xa8\x56\x4e\x55\x0f\xfa\xad\x8b\xc4\x16\x86\x98\x3a\x4a\xe5\x75\xce\xd3\x0e\xc2\x92\x4c\xa0\xb5\xe4\x10\x45\x6d\x33\x67\x1b\x10\x17\xa1\x4e\xf5\x9f\x70\x1b\x38\x37\xb6\x65\x7a\x73\x4f\x38\x31\x9e\x95\xfc\x78\x14\x9e\x74\x70\xa8\x69\xd1\x6b\x86\x24\x84\x6d\x1a\x71\xf1\x2c\xbc\x26\x64\x27\x07\x61\xd2\xaa\xcc\xa9\xbf\xe7\xac\x4c\x5e\x0d\x76\xb0\xd6\xcf\x21\x70\x56\x83\xaf\xba\x1f\x64\x8e\x5e\xd8\x91\x84\xbb\xa7\xb6\xcc\x1e\x98\x69\x75\xd9\x5e\xf1\x36\x34\x51\x25\x27\x96\x18\xc6\xa7\xde\x5c\x07\x2b\x78\x53\x9a\x95\xb8\xca\x34\x6a\x35\xa7\xfc\x7b\x30\x70\x74\x63\x12\x89\xeb\x87\xf1\x82\x2b\xda\x17\x72\xd7\xab\x71\x57\xaf\x9b\x32\x1e\x83\x96\x01\x31\x5e\x49\x5a\x5d\x37\xec\xb1\xcd\x90\x40\x73\xeb\x30\x77\xd3\x10\xf5\xb7\xb3\x13\x7d\x27\x74\x7b\x71\xb3\xa2\x25\xcb\x92\xfd\xf9\x3e\xc8\x0f\xe8\xe8\xd6\x29\x18\x07\xf1\x6c\x9c\xec\x6c\x6b\x68\x7e\x18\x57\x32\x04\x14\xcb\xbd\x76\x12\xcd\x50\x8d\xe5\xbd\x07\xd3\x53\x0f\xc0\x0c\x62\xcd\x66\xff\xa3\x2d\x34\xf0\xca\xdf\x62\x79\x39\x88\x0e\xfc\x04\x86\xa3\xf9\xf4\x6c\x61\xf4\x2e\x36\x96\x0d\xbc\x70\xd1\x06\x54\xef\xa1\xba\x6f\x51\xfa\x48\x21\x38\x10\xb6\x24\xfa\x4b\x8f\x3d\x42\xc2\x1f\xd2\x69\xec\x9b\x7f\x16\x89\x44\x4e\xab\x74\x8b\x2e\x32\xa8\x6c\x74\x4d\x91\x36\xd4\xfc\xbb\x25\x93\x23\xdb\xe0\x0f\x64\xbd\x2a\x50\x4d\xbb\x1d\xad\x05\xa6\xc2\x77\x60\x27\xa6\xc3\xb9\x77\x46\xd1\xfd\xee\xf8\xc7\x95\x88\x3c\x73\x6d\xf8\x08\x9d\xa7\x31\x21\x58\xa0\xbd\x4b\x7a\x31\x61\xad\xb6\xe8\xc3\xc6\x14\xf5\x4e\x5e\xdb\xd6\x0d\x97\x4c\xbc\xe8\x76\xf2\x59\x2a\x2d\xb5\xd9\xbd\xf8\x29\x1a\xf3\xf9\xca\x04\x63\xb2\xe2\x56\x8a\x43\xc8\xb3\x49\xc4\x2a\xd3\x3e\xb6\xa0\x98\x50\x8d\x19\x8e\x24\x75\x77\xc6\x4c\xa1\x3d\x0b\x23\xe5\x6f\xfe\x69\x37\xaf\x92\xdd\xc0\xb2\x2d\x82\xf4\x16\x94\x5d\x6d\x77\xdd\x2f\xd3\x4d\xed\xd6\x21\xf4\xb9\xa6\xdd\x06\xfc\xe7\xcc\x58\x7b\x85\x0c\xaf\x70\x6e\xf1\xa6\x95\x61\x0a\x7a\x75\xd1\x9e\xe7\xe0\x06\xd1\x27\x00\x79\x0b\x21\x28\xc7\xe3\xad\x45\x33\x85\xef\xcc\x0a\x43\xc6\x9b\x16\x0a\x59\x07\x43\x9c\x07\x4f\x6f\x84\x9f\xdd\x1b\x6f\xfb\xba\xb0\x9f\xe1\x21\x16\x22\xdc\xe2\xc0\x42\xe8\xd8\x18\xed\x25\xf8\x29\xd4\x01\x7f\xf6\x24\x73\x67\x53\x9e\x13\xcc\x17\x82\xaf\x52\x64\xea\xb7\x6c\xc2\xf4\x9f\x10\x2f\x74\xdb\x6e\x8d\xd3\x51\xa4\x27\xae\xee\x24\xfb\xbc\x19\x0f\xb5\x9a\x4f\xb2\x1a\x9e\xe7\x36\xdf\xf8\xba\xf8\x09\x70\xed\xab\xcb\x4f\xab\x93\x27\xec\x41\xb1\xb6\x3e\x8a\x4f\xe8\xa3\xf1\x85\x84\x03\x4a\x6f\xa2\x55\x5d\x2a\x67\x57\xdc\xb3\x48\xf4\x48\xdc\x8d\x94\xef\x11\x5e\xac\x33\xc7\x9c\x6a\x93\x1f\x59\x6a\x14\x02\xad\x3b\x15\xca\x01\x7b\x0e\xaf\x30\x4d\x99\xee\xd0\x4d\x29\xce\xdf\xbf\xe6\x18\x73\xf7\x33\x48\x30\x2f\x26\xaa\x05\x40\x18\x8e\x5e\x63\x3b\x6c\x3e\x6b\x7a\x61\x63\xd8\xf9\x08\x81\x28\x82\xac\x02\x5f\xf4\x27\xac\xda\xdd\x8d\xda\xd6\x65\x5f\xac\xcf\xce\x6a\x52\x1c\xe9\x67\x88\x51\xb7\x69\xd5\xb3\x4d\xa7\x9c\xcd\xf2\xde\x5d\xc6\x9c\xb6\xf4\xdf\x39\xec\x0d\x92\x69\x78\x12\xbd\x45\x3e\xcd\xf1\xcb\x54\x16\xb5\x9b\x5c\x44\xcd\x69\x00\x81\x7b\x8b\x96\xb7\x89\x95\xfe\x69\x7f\x37\x13\x5b\x91\xf5\x6c\x4b\xe8\xf0\xba\xf2\xa7\x61\xba\x9f\xbd\x3f\x35\x50\xcb\x55\x1c\x70\x93\x45\x01\x4f\x57\xa9\x95\x58\x00\xbe\x2e\x91\x0b\xc5\xee\x8f\x41\x97\xf1\xb4\x16\x01\xa6\x4d\xf5\xdc\xe1\x47\xae\xf2\x96\xb7\x79\x9a\xd9\xcf\x5b\xe1\xfa\x1a\x4b\xaf\x22\xd1\x59\x20\x4f\x45\xec\x19\xf0\x87\x51\x62\xa2\xb3\x09\x0a\xee\x55\x5d\x9a\xbd\x99\x44\xb0\xa7\x4f\xd9\xc1\x30\x8a\x87\x89\x0e\xd8\xb6\xec\xb3\x89\xcf\x26\x63\xb3\xaa\x48\x32\xb4\xfd\x18\x68\x5c\x43\x27\xfd\x5d\xec\xb0\x03\xf6\x34\x60\xc6\x8f\x1e\x61\x33\x63\x23\x1e\x44\x8d\xe9\x2a\x27\x3d\x61\x32\x7a\xfa\x87\x2a\xb1\xf9\xa0\xfd\x1a\x88\x32\xd1\x79\x1e\xe2\x2d\x10\x1c\x50\x23\xb7\x60\x63\x4c\xc4\xa3\x4f\x8c\x96\xbc\xc9\x82\x33\x43\x55\xfb\xb1\x15\x49\x42\xf6\x20\xcc\x08\x1c\xce\x40\x37\x27\x70\x38\xa9\xc1\xed\x90\xa9\x00\xb2\x85\x1a\x0f\xad\x42\xb3\x46\x2b\xf8\xe9\x7d\xde\xd6\x05\x3f\xfe\x88\x4b\x2a\x63\xf0\x52\x35\x47\xa6\xe5\x80\x69\xec\xed\xb1\x23\x93\x8b\xa1\xbe\x66\xd4\xbd\xe7\xbd\x05\x26\x92\xbc\xb9\x8e\x1a\x34\x61\xcd\x73\x56\x40\xf0\xcd\xc4\xe6\xc9\x7e\x24\x38\x93\x8f\xdd\xd6\xb6\x40\x61\xe4\xf5\xe0\x93\x35\x79\xce\x9a\xb5\x58\xab\xeb\x9c\x57\x62\x32\x85\xa9\x66\xf0\x5e\x0a\x4c\xec\xa6\x5f\x38\xf0\xa6\xd0\x6e\x2a\xe1\xa4\x67\x5f\x6b\x34\xba\x0f\x09\x22\x7a\x27\xdd\xe1\x7a\x95\x86\x8c\x73\x98\x8d\x82\x0d\x6f\x81\xdc\xdf\x4a\xfc\xf0\x4f\x8a\x6e\x14\xcf\xd8\xee\x01\x5e\x57\xf8\x98\x99\x86\xa5\x4e\x22\x21\x00\x8b\xc5\x85\xb6\x95\x0a\x5a\xb1\x94\x97\x02\x2b\x45\xe0\xa4\x57\xcb\x44\x4c\x7d\xe2\x90\xbd\x6c\xf0\x9a\xcc\x45\x28\xd3\x9f\xfd\x21\x9a\x8d\xe8\xc9\xa6\x42\xef\xe5\x56\xc5\x34\xc5\x64\x0a\x26\xe4\x32\xaf\x9a\xf2\x5d\xd5\x78\x1a\x12\x03\x4b\xd0\x67\x34\x34\x5e\x96\x06\x55\x2d\x2f\x2e\xbe\x5f\x89\x26\xd9\x19\x29\x86\xd4\x27\x13\x19\x93\x0c\x82\x2f\x5c\xe2\x77\xc4\xe3\x93\x84\x1a\xac\x3f\x7d\x4a\xfc\x46\x51\xe0\xbe\x4c\xab\x13\xf6\x14\xaf\x43\xe2\x2b\xc0\x60\xfb\xa9\x1a\x25\xda\x2e\x42\x77\x26\xe5\x4a\x5a\x0e\x30\x1e\x3b\x45\xa4\xc5\x08\xe3\x38\xc8\xe4\x76\xd9\xa2\x29\x82\x91\x9a\x31\x9f\xb1\x27\x9f\xc8\x22\xc3\x85\xdf\x68\x02\xf5\x6e\x00\x57\xfb\xc6\xb5\xba\x83\x50\x60\xd5\x9c\x9d\x3a\xe6\x7d\x6a\xae\x0e\x47\x64\x3b\xf0\xb1\xf3\x52\xb3\xd8\x86\xd0\x3d\x8b\x7d\xaf\x0f\xf2\x57\x15\x84\xd4\xee\x1e\x2b\xc6\x4d\x36\x30\xb3\xbd\x80\x67\x12\x19\x53\x79\xb0\x19\x97\xf3\x54\x06\xf7\xf4\x94\xc4\xc8\x46\xec\x8a\x2b\xb3\xb3\x3a\x40\xb3\x5b\x4f\xba\x67\x81\x60\x6c\x30\x6d\x1a\x70\x7c\x0e\x43\x39\x4e\x4f\x6c\xe4\x56\x28\xfb\xfa\x63\xd7\xf2\x88\xe9\x6e\xf2\xab\xe1\x6c\x12\x4d\x52\x46\xde\xe5\x7d\x2c\x8e\x9f\x58\x33\x29\x37\xff\x31\x8b\xe3\x3e\x57\xf3\x0b\x47\x16\x6f\x7d\xda\x82\xa4\xcb\x67\x26\x91\x4a\x5e\x5d\xe0\x1d\x04\xa2\x9a\x19\xf5\x29\x4b\xb7\x97\x3c\xec\x3d\x75\x73\x6a\x51\x96\x8f\x13\x95\x32\x6e\xde\xab\xd0\xed\x59\x7f\xe6\x9f\x61\xa0\x6e\x1d\x26\x4d\xf5\xf9\x07\x3d\xf0\x67\x20\x35\x8d\xec\x41\xa2\xc3\xce\x96\x97\x10\xdb\x5e\x30\xb8\xcb\x12\x8f\x80\x36\x4c\x70\x04\x97\x57\xab\x4f\xab\x1e\x4d\x6c\x4c\x7b\xbf\xfd\xe5\x88\xe6\x0c\x7f\x71\x91\xe6\x7d\x54\xf7\x4c\xf7\x03\xaa\x62\x9d\xd5\x34\x9f\xd2\xf3\x8a\xa1\x2d\x81\x21\x6d\x20\xdd\xdc\xf6\xb6\x89\xd4\xfb\x1c\xa6\x7a\xc6\xca\xfc\xb9\xb2\x0c\xcd\x6c\x6d\xce\xa1\x6b\xe2\x14\x0a\xd1\x47\x8c\xf8\x12\x95\xef\x5d\xbf\x7b\x7b\xec\x2d\x05\x6d\x68\xae\x21\x68\x03\xba\x1a\x90\x03\xa4\x0d\x90\x42\xc9\xf5\xf5\xe9\xc0\x3a\x69\x1a\xff\x4c\x70\x11\x81\x0a\xff\x02\x3c\xc0\xf4\x7c\x27\xae\x6e\xed\xc0\x32\x76\x9c\xde\x4d\x73\xe2\x9f\x4d\xb6\xa0\x6c\x96\x3b\xb6\xf8\xf5\x32\x9a\x8b\xa0\x5e\xb2\x84\x12\x85\x49\x50\xdc\x2d\x22\x43\xaa\x9b\xd9\x62\x76\x59\x3f\xc5\x65\x9d\xaf\x01\x5d\xf9\x3b\x58\x9c\xbd\x24\x80\xe7\xb6\xa9\xb3\x05\x8d\xd4\x6b\x77\x64\x7f\x38\x7d\x35\xb7\x64\xea\x79\xb5\x72\xc8\xbf\x73\x7b\xae\x7f\x56\xd9\x8f\xba\x21\x99\xd2\xdf\xe6\x6d\x63\xbe\x54\x69\xde\x4d\x6d\xc9\x93\x7e\xfc\xda\x32\xc9\xfd\x52\x72\x76\x72\xbf\x77\xbc\xe9\xe8\xbd\x23\x8a\x7c\x62\x33\x51\x1b\x1e\xa4\x67\xc8\xfe\xe0\x7d\x54\x2e\x12\x82\xf2\xba\x87\x54\x83\x1b\x1e\x54\x77\x63\x15\x6e\xef\x3d\x7d\x24\x9d\x47\x0b\x6b\x4b\xcb\x91\x54\x52\xa9\x4e\xc0\xc7\x35\x12\x87\xf0\x83\xe6\x95\x32\x3a\x1e\x4c\x2b\x27\x28\x3d\xf3\xe5\x45\x4b\xae\x29\x24\x34\x64\xe7\x57\x63\x9b\xda\xec\x09\x4b\xf5\x5a\x71\x29\x5a\x25\x62\xfd\xb2\x71\xea\x8d\xa6\xd3\xf3\xe2\x4e\xc4\xcb\xcc\x44\xbc\x97\x99\xa9\x88\xc6\xec\xd0\x94\x53\xb3\xeb\xce\x02\x92\xcd\xfa\xf1\x7e\x0e\x33\x9b\x82\x8a\x8e\x9b\x54\x4e\x60\xdc\x09\x3f\xf3\x11\x59\xcc\xf8\x38\x6a\x41\xb0\x92\x41\xc7\x99\xf7\xf2\x85\x6f\x4c\x29\x9a\xf2\x85\xc9\xec\xf4\x82\xed\xb0\x20\x1c\x37\x78\x59\x82\x6d\x84\xe9\xb7\xfc\xc1\x7b\x34\x81\xca\x8e\x9e\x58\x8d\x43\x22\x9d\x7b\x0e\x2a\x03\xae\x79\xf5\x0e\xb4\x31\x84\xdc\x69\x48\x52\xdc\x13\xaa\xcf\x32\xdc\x98\xc0\x64\x13\x66\x3c\x3b\xd8\x73\xe6\xb5\xc5\x0e\xa1\xa9\x11\x2b\xea\x6a\xf5\x1a\x0a\x5a\xdf\x7a\x48\x85\xa5\xc7\x98\x46\x27\xb1\xc1\x2e\xce\x7a\x3c\xeb\xd1\x00\x8c\x3b\x9b\x83\x33\x2f\x62\x86\x79\x3d\x99\xd8\xd7\x30\x14\x1b\x32\xc3\xb4\x9a\x8f\x97\xeb\xc5\xee\xe0\xb1\x3b\xbe\x8f\xa6\x11\x3b\x8b\x3f\xeb\xb1\x0e\xb3\xe6\x98\x8e\x18\x8c\x82\xf7\x07\x2f\x1e\x00\x22\x67\x64\x60\x1c\xd9\x71\x6f\x7f\xc1\x01\xea\x63\x42\x32\xf8\xe5\x63\x40\xd7\x74\x2c\x0e\xec\xed\xe0\x24\x0f\xdb\x08\xce\xa4\xad\x7e\xa5\xb6\x00\x88\x60\xa2\xc3\xfe\x62\x06\x87\xe4\x2c\x9a\x32\xa2\x07\xeb\xf5\x14\xc7\x10\x4f\x77\xe6\x4d\x59\xbc\xce\x92\x5b\x2e\x7f\x4d\xfb\x98\xf2\x73\x0e\x6e\x11\x2e\x27\xe3\x1f\x92\xbb\x02\xe7\x3d\x96\xd9\xd0\x83\x66\x50\xba\x75\xb4\x28\x66\x0f\x38\xf0\xe9\x5f\x06\xfa\x45\x3c\x4f\x99\xfe\x42\x37\x08\x7f\x5c\x74\x88\x03\x47\xde\xde\x4b\x9d\xca\x98\x69\x60\xb6\x30\x28\x1c\xb1\xd5\x4c\x2e\x30\x28\x06\xfb\x8c\xf9\xe9\xdf\x7c\x60\x23\x2b\x89\x26\xed\x3e\x48\xa4\xdf\xf1\x41\x8a\xfd\xe7\x02\xc8\x72\xe0\x3c\x33\x76\x25\x11\x43\xf7\x01\x71\x70\x05\x30\xb9\xab\x10\x73\x5a\x8a\x2d\xf7\xad\xea\x88\xb4\x74\x50\x2d\xb0\xd9\x9f\x43\x5e\x01\x4c\x23\x06\xbf\x91\xf7\x6e\x38\xb6\x66\x29\xc2\x1b\x58\x8e\x2a\x06\x16\xc3\xbb\xae\x17\xe3\xe0\xe7\x6f\xe4\xbb\xf4\x0a\x0a\x9d\x84\xbe\x4c\xa9\xa1\x05\x82\x1e\x27\xc0\xf3\x86\x11\x61\x8d\x25\xb6\xe2\x50\x36\x48\x51\xfc\x12\x82\xe4\x60\xac\xaf\x7a\xbd\xf4\xd3\x2c\x76\x5e\x7c\x0b\x4c\x68\x86\x91\x63\x20\xd8\x44\xd7\x56\xcd\xf9\x68\xd6\x74\x98\xcd\x5e\x40\xae\x77\xfd\xab\x58\xf0\x96\x17\x9d\x68\x15\x78\x15\x76\xfc\x0c\xc3\xcf\x44\x41\x67\xa2\x8c\xe3\xeb\xa6\x7b\x09\xfd\x0f\xa8\x65\x5d\xf1\xb8\xfa\xa7\xa0\x1c\x70\xf8\x36\x36\xf2\x82\xf3\xb4\x27\x6f\x64\x63\x99\xca\x27\x89\xd4\x49\xad\x69\x50\x5f\xca\x52\x1c\x75\x83\x0a\x5c\x04\xbe\x4d\x90\xde\xb0\x9d\x89\x01\x85\xed\xb2\x41\xc3\xfe\x87\x79\x4c\xcc\x62\xfb\x2e\x08\x73\x5c\xbf\x49\x0d\xd1\x48\xfd\xf9\xb2\x5e\xab\x4e\xb4\x2f\x34\x8f\xb5\xc8\xa8\xfa\xa3\x31\x19\x27\x9e\x27\x2e\xd6\x84\xcd\xa2\x49\xb3\x06\x67\xe2\x42\xb6\xad\x50\x2b\xd9\x94\x10\x6a\xc4\x4d\x6d\x3c\xef\x98\x67\xc9\x4d\xc3\x7d\xe6\x17\xa2\x9e\x78\x11\x4f\x0c\xc1\x90\x28\xc4\x2a\x45\x70\x9b\x34\xd4\x98\xdd\xb9\x93\x92\xa9\x05\x04\x17\x91\xb3\xa6\x15\x9c\xc2\xf7\x22\x88\x63\xf6\x03\x84\x2c\xd1\x4d\x15\xdd\x29\x30\x4d\x3d\x94\x25\xbf\x10\xba\x01\xc2\xc4\xee\x01\x46\x99\xe3\xdd\xac\x51\x55\xb7\x36\x81\x98\x02\x8a\x03\x4c\x87\x04\x57\xc8\xda\xa3\x3a\xec\x24\xcf\xd7\xf6\x47\x44\x75\x29\x65\x35\x9a\xc1\x15\x32\x8e\x41\x47\xa0\x55\xd1\x8e\x07\xd9\x0a\x42\xd2\xde\xbc\xd3\x02\x39\xf6\x52\x2f\x7b\xde\x47\xaa\xec\x30\xbc\xbf\xdf\x8a\xd6\x22\x37\x13\x40\x88\x0d\xab\xcd\x9e\x6b\x44\x1f\x86\xd0\x1b\xce\x22\x3e\xae\xf4\x24\x7e\x62\x47\x4d\x23\x31\x67\xf8\xc8\xfb\xfd\x1e\x12\x7a\xbf\x84\x20\x9e\xaf\x84\x2a\xcc\xef\x63\xd1\xc1\xcf\xf6\x25\xef\xc4\xb9\x6c\xaf\x47\x14\x8c\xb0\x5b\x42\x46\xf9\xd7\x65\xd5\xc9\xf6\x58\x50\x28\x58\xfb\xa2\xe3\x9d\x18\xb1\x37\xbc\xd0\xf5\xff\x0c\x79\xeb\x29\x21\xf5\x88\xfd\xd0\x8a\x62\x84\x6e\x6c\x23\xeb\xcd\x36\x8a\x9d\xcb\x47\x5e\xa2\xec\x11\xb3\x3d\x50\x35\xe8\xe0\xf5\x7c\x2e\x8a\x2e\x78\xc0\x71\xc0\x8b\x37\x95\xa8\xcb\x11\x7b\x0f\xee\x6c\xef\x5b\xde\x28\x4e\x30\x16\xb2\x44\x91\xf1\xa8\xf3\x1e\x90\xc8\x28\x71\x3e\x26\xbb\x1f\xf9\x6c\x70\x94\xcc\xcf\xc8\xa3\x59\x0c\x1b\xf6\xd2\x34\x06\x99\xd8\x1e\x8e\x1e\x12\xda\x2f\x79\xcb\xce\xb8\xd2\x02\x01\x50\xe7\x37\x87\x6c\xf6\xf0\x05\x2f\x2e\x20\x92\xea\xec\x21\xc4\x06\xfa\x56\xbf\x7c\xcf\xcf\xe8\xf1\x60\x5f\x3f\xbf\x6e\x3a\xd1\x9a\x37\x5f\xe8\x37\xdf\xad\x97\x7f\x96\xc5\x85\x79\xf7\x65\x52\xea\x6b\xfd\xe6\x78\x51\xcd\x3b\xf3\xe6\x8f\xfa\xcd\x4b\xd9\x74\xad\xac\xcd\x3b\x00\xe1\xa8\x36\x65\xbe\x80\xde\x5e\xf2\x95\xf2\x1a\xff\x02\x2a\xbe\x56\x05\x5f\x19\x20\xbf\x04\x18\x98\x79\x82\xde\x7f\xe0\xe7\xe2\xa7\x95\x79\xf5\x95\x79\xf5\x4a\x5e\x35\xe6\xe5\x1f\x10\xca\xd2\x3c\x03\x8c\xff\x21\x97\xb6\x59\xe8\xe9\xa8\x6d\xe5\xd5\x9f\x85\x05\xfc\xcb\x6f\xec\x5b\xd7\xfe\xb7\xf6\xdd\x8f\xd5\xf9\xc2\x14\xfd\x6a\xdf\xbe\xf6\xfa\xfd\x0a\x81\x69\xf5\xf4\x16\xad\x10\xf6\x3d\xc0\xf3\x16\x84\x27\xf3\x0a\x40\x7a\x25\x6a\xd1\x19\xa0\xfe\x00\x5d\x3d\xa1\xa7\xaf\x0f\xf4\xd3\xc4\x4c\x16\x3c\xbd\x13\x1d\x37\x2f\xbe\x88\x5e\x1c\xec\x43\x8b\xbf\xb7\x8f\x30\xc4\x1d\xfb\x08\x63\x1b\xd9\x47\xe8\x6b\xd7\x3c\xe2\xe4\x8f\xed\x23\xf4\xb6\x67\x1e\x71\x58\x11\x21\xe0\x98\x8e\x8b\x56\xd6\xb5\xff\xfe\xeb\xfd\x84\x1e\x70\x28\xe1\xab\x2f\x32\x34\xf2\xf5\x97\xb9\x97\x5f\x85\x94\x73\xf0\xf5\x1f\xa2\x17\x7f\xfc\x32\x18\xcb\x37\x5f\xfb\x68\x3c\xf8\xe6\x8f\x3e\x1e\x0f\xbe\x09\xf1\xf0\x4d\x88\x87\x6f\x43\x3c\x7c\x1b\xe2\x01\x71\x7e\x6a\xa8\xf5\x00\xea\x4e\xcd\x23\x92\xf4\x4c\xff\x33\x6f\xa0\xfa\x89\x7d\x84\xea\x8f\xed\x23\x54\xff\x65\xf6\x30\x64\x99\x7a\xed\x2a\x8d\x2a\xb3\x78\xbf\x02\x88\x87\x86\x6e\xa0\xd6\x03\x43\x32\xd0\xe7\x9f\xcc\x13\xf4\xf7\x6f\xe6\x09\xba\xfb\x9d\x79\x02\x24\xfd\x0f\xf3\x04\x48\xfd\x87\x79\x02\x8c\x3e\x32\x4f\x01\x1d\xfd\x01\xd0\x37\x08\x48\xf4\x30\x20\xd1\x9d\x70\x1e\x3e\x84\xf3\x70\x18\xce\xc3\x4e\x38\x0f\x4f\xc3\x79\xf8\x10\xce\xc3\xb3\x70\x1e\x9e\x87\xf3\xf0\xff\x84\xf3\xf0\x29\x9c\x87\x9b\x70\x12\x3e\x87\x93\xa0\xe7\x28\x9c\x87\xff\xcb\xce\x83\x9e\x80\x62\xd1\xca\x25\x5c\x09\x5d\xaf\x84\x9c\xb3\x86\x5f\x56\xe7\x10\xa0\xf2\xc1\x84\xcd\x1e\xae\xb5\x64\x53\x35\xa2\x9c\x3d\xd4\x47\xbe\xbd\x97\x50\x7c\x36\xdb\x1b\xcc\x66\xe5\xce\x70\x6f\x2c\x3e\x8a\x62\x60\x2b\x8d\xd7\x4a\xb4\x47\xe7\x02\x0c\x98\x61\x7e\xf9\x9c\xb7\xd5\xd6\xcd\x1f\xad\x56\xb5\x80\x8d\x70\xdd\x89\x76\x6f\xdc\x09\xd5\x79\xad\x5f\x8a\xa6\x94\x2d\x35\x7d\x2e\x8a\x0b\xb9\x75\xcb\xff\xae\x4b\xcf\x66\x7b\x1a\xec\xa4\xdd\x18\xea\x25\x2f\xb6\x6e\xf8\x1d\x2f\x92\xf6\x56\x35\xef\xe6\xb2\x5d\x52\x73\xd5\xf6\xf8\x7d\x77\xfc\xf6\x35\x9b\xcd\xca\x9b\xf7\x6d\x55\x8a\xa6\xd3\x98\x7e\x7e\x38\xfd\xe3\xee\xb7\x27\x37\xb3\x59\xf9\xe9\x8b\xd1\xe7\xe1\x6c\x36\x1e\xff\xbe\xbd\x3c\xdc\x72\x0a\xce\x5a\x79\x21\x9a\x77\xb2\xac\xe6\x95\x68\xbf\xe3\x4b\x81\xe9\x28\x61\xde\x1f\x3d\x62\x03\x3d\xda\x9b\x1b\xb6\x83\xaf\xa6\x07\x27\xec\x29\xfb\xc3\x1f\x21\xa9\x13\xe2\xf8\xd1\x23\x8d\x11\x38\x46\xed\xb1\x37\x55\x5d\x9b\xd0\xc6\x65\x75\x5e\x75\xec\x42\x5c\xab\x59\x03\x52\x23\x8c\xd6\x9d\x47\x0e\xf6\xc9\x8e\x5e\x6f\xd1\xd3\xaf\xbe\x61\x3b\x0c\x4e\xe2\xf0\xf8\xed\xd7\xe6\xf1\x18\xe4\xaa\x41\x35\xa4\x2e\xde\x2f\x04\xb3\xd2\x6b\xa6\x75\x3c\xeb\x4f\xd8\x17\x5f\xf9\xcd\xc3\x79\xfa\x00\x4e\xd4\xb3\x87\x6f\x66\x0f\x75\xeb\xd4\xe0\x11\x9d\x11\x78\xbd\x5a\xf0\x33\xd1\x55\x45\xae\xd9\xaf\xff\x40\xed\x7e\xbb\xef\x9b\xff\x63\xe3\x0e\x4e\xb8\xc1\x79\x49\x02\xe9\x40\xf7\xfa\xe5\x17\x20\xca\x02\x2f\xdb\x50\x72\x68\xce\xa2\x7b\xec\x0d\xe5\xde\x00\x21\x09\xcf\x2c\xa5\x14\xaa\x79\xdc\xb1\x05\xbf\x14\x8c\x63\x63\xbb\x2e\x9a\xb4\x96\x98\x56\xd7\x30\x0a\x90\x77\x1a\xbe\x14\x1e\xfc\xd0\x4e\xd5\xc0\xb7\x21\x6a\x1e\xa1\x85\xf1\x82\xab\xef\xaf\x9a\x1f\x5a\xb9\x12\x6d\x77\x3d\xd0\xe5\x86\x43\x02\x55\x3f\xd8\xe9\x80\x07\x8f\x3b\xfb\x13\xa0\x89\x66\x00\xe9\x07\x09\x27\x7b\x7b\xec\x95\xd4\xd0\x76\xed\x5a\x75\x0c\x3e\x8d\x2f\xc4\xb5\x06\x01\x59\x04\x1e\x75\x28\xf5\x61\x2b\xd8\x92\xe8\x4f\xb1\x75\xd3\x55\x35\x35\x02\x61\xb3\xe7\xd5\x47\x66\x02\xb6\x9d\xad\xcf\xd5\x18\x08\xb1\x5a\x2f\xc7\xb2\x3d\xdf\x5b\xed\x99\xc7\x3d\x4c\x87\xb8\x57\x8a\x8e\x57\xf5\xf3\xaa\x9c\x7c\xfd\xe5\x97\xdf\x7c\xf9\x8d\x6e\x0b\xe6\x10\xae\x4a\xff\x53\x5c\xeb\x21\x65\x88\x5e\xd3\x3a\x42\x5a\x74\x6d\xad\xcb\xdd\xdc\x10\xe8\xbc\xee\x82\xe7\xa5\xe8\xf8\x7f\x8a\x6b\xe7\x9d\x3b\x20\x46\x76\x73\xc3\x2a\x31\xd4\x4d\x61\x41\x40\xa4\xae\x6a\xdf\x5c\x44\x0f\xbe\x43\x85\x81\x54\x4f\x1e\x9b\xb0\xc1\x03\x07\xb2\x5f\xc5\xeb\x36\xea\xe5\x39\x6d\x98\x87\x38\xd1\x53\x5b\xe5\x25\x4c\xa5\xa9\xe6\x20\xb9\xb9\x61\xb3\x87\x3f\x35\xc0\x4b\x34\x2a\x4a\xcd\xfc\x01\xf5\xaf\xcb\x73\xc1\x94\x5c\x8a\xae\xd2\xc8\xa1\x38\x12\x8a\x5d\xb5\xb2\x39\x07\x08\x15\x1b\xbc\xd5\x18\x67\xff\xf6\x25\xd0\x37\x9c\xf9\x00\xf2\x09\x0a\xaf\xb3\x87\x43\x33\x14\x27\xcc\xa6\x25\x5f\x89\x3a\x28\x69\x44\x41\x02\xc4\x4c\x7d\x29\x2e\x45\xad\xc9\x74\xbc\xac\x8a\x56\x2a\x39\xef\xc6\x85\x5c\xee\x89\x66\x77\xad\xf6\xec\xbb\x5d\x51\x9e\x8b\x3d\xc3\x61\x0d\x4d\x7c\xf3\xcd\xd7\xfb\x7f\xf8\xe3\xc1\x5e\xda\x3b\x4a\xbd\x5e\xf7\x9e\x2c\x9c\x96\xd6\xd2\x70\x5c\x56\xbf\x4b\x4b\x92\x8c\x1c\x17\xa6\xd7\x19\x2c\x80\xf0\x1c\x17\xc7\xb7\xba\xb4\xd1\x6d\xc0\xba\xfe\x0c\x67\x1c\x30\x5f\x66\x2f\xa1\xf4\x6c\xb6\xde\xff\xf2\x8f\x85\x2e\x4b\xaf\xbf\xff\xe9\xbb\xf7\x6e\x5f\x39\xbe\x5e\x9e\xc9\x1a\xbb\xf2\x37\x95\xe7\x5a\xd8\xf8\x00\xdc\xf0\x25\x3b\xa4\x62\xe3\xb9\x6c\x07\x2f\x87\xa6\xa9\xe3\xd7\x5b\x37\xa4\xba\xeb\x5a\x9f\x25\xa1\x41\xb8\x25\x99\xd7\x52\xb6\x03\xf8\xd9\xf2\xa6\x94\xcb\xc1\x90\xfd\x9e\x1d\x88\x6f\x86\xb6\xbb\xc1\xec\xa1\xab\x67\x7b\x25\x4f\x07\xec\xf5\xbc\x96\x67\xbc\x86\x34\x1d\xc9\xbe\xf8\xdc\xff\x7a\x68\x6a\x5c\x55\x4d\x29\xaf\x72\xa5\xe9\xcb\x21\xfb\x64\xd8\xed\xe1\x21\xdb\x65\xc7\x1a\x04\xcd\x87\xd6\xb5\x50\x4c\x34\x05\x5f\xa9\x75\x8d\xa1\x6e\x29\xe0\xc7\xcb\xe3\x63\xd6\xc2\x67\x6a\x0f\xce\x9e\xd0\xc4\xff\xe4\x97\x1c\xd3\xb3\x42\x08\x9e\xaa\xc5\x22\xa0\x46\xc2\x1c\x18\x10\x9a\x9a\x5f\xf2\xaa\x86\x04\xd8\x90\xcb\x05\xb5\x4e\xaf\xbe\x7f\x07\x6d\xb4\x52\x76\x14\x98\xa7\xea\x5c\x58\x9e\x0f\x4b\x7d\x16\x16\xe5\x07\x62\x97\x57\x55\xb7\x60\xa7\x00\xee\x3b\x80\x76\x0c\x05\x4e\xc7\xba\x11\x68\x28\x1c\x8a\x0b\x86\x87\x81\x6b\x4a\x26\x9b\x42\x80\xc6\x0a\xf2\x92\x97\xb0\xcc\xaf\x74\xdb\x23\xc6\x15\xb4\x20\x57\x2b\x49\x69\x41\x5a\xb1\x0b\xf5\xd0\x98\x50\x2c\x29\xfe\xb8\x66\x0b\xec\x5a\xae\x21\xd5\x09\x06\xc0\x85\x8d\x99\x03\x30\x10\x92\x7c\x6f\xcf\xc3\xd8\xb9\x68\x20\x42\x7a\x09\xfa\x23\x6f\xe8\x38\xec\x4a\xb1\x33\xa9\xe7\x09\xcc\x08\x3b\xdb\x10\x42\x33\x67\x2a\x18\x12\xec\x88\x57\x1a\x19\x6b\x25\xca\x31\x3b\x96\x1a\x52\x0e\x51\x48\x6a\x81\x6a\x3a\xe8\x76\xc4\x4a\xbd\x0f\x41\x2b\x38\x7a\x4a\x9b\x52\x5e\x37\x7c\x59\x15\xbc\xae\xaf\x47\xec\x6c\xad\x77\x2a\x81\x5a\xde\x25\xe3\x8a\xc9\x46\xec\xc2\x08\x4d\x2c\x51\xd9\xa8\xb1\xdd\xfb\xc8\x9f\xc0\xcd\x80\xdd\xf5\x0e\x0f\xd9\xe0\x7b\x08\x16\xfa\x14\x3e\x3f\x1b\xb1\xe7\x9f\x30\xd8\xcf\x21\x7b\x4e\x7a\xa5\x21\xfb\xaf\xff\xf7\xff\x23\x6d\xd1\xe7\x21\xd5\xb4\x61\x95\xfd\x91\xa2\x95\xa4\x97\x65\x65\x25\x8a\x31\x56\xa0\x6a\x10\x10\xfd\x14\x7b\x80\xc4\xbd\x50\x70\x44\x4a\x44\x8c\xe8\xc4\xe0\x0a\x05\x4d\x36\x07\x8d\x6c\x76\x4f\xff\x74\x6a\xba\x55\xa0\xdf\x91\xad\x62\x03\x4a\xa0\xf4\xe8\x94\x89\x8f\x2b\xde\xa8\x4a\x36\x43\x8d\xd6\x02\xc5\x6d\x00\x63\x5e\x35\xbc\xb6\x95\x00\x94\xc0\x89\x62\x25\x0a\x93\x3f\xd9\x85\x84\x44\x73\x3e\x98\xb8\x09\x9b\x9e\x38\x7d\x35\x61\xe6\x33\x58\x53\xe0\x4a\xb9\xb9\xa1\x65\x09\x9a\x46\x7b\xb1\xb5\xaa\xab\xee\x98\x7a\x1d\x98\xee\x3d\x8d\x23\x71\xc7\xbd\x7f\xfc\x89\x84\x6d\x57\xe6\x39\x9b\x9a\x07\x88\x84\x6c\x60\x87\x36\x07\x7b\xa3\xd9\x4c\xd9\xd0\x7b\x69\xcf\xad\x68\x4a\xe1\xba\x54\x23\x86\x63\xec\x78\x7b\x0e\x89\xaa\xd4\x7f\x8a\xeb\x79\xab\xb7\x43\x0f\x1c\x88\x42\x26\x0b\x5e\x53\xfe\xc4\x4a\x1d\xe9\x53\xec\xde\x3f\xfe\x34\x98\xcd\xae\x76\x86\xb3\xd9\x19\xc9\xe5\xb6\xe1\xe9\xfe\xc9\x70\xa4\x85\x29\x6c\x8c\x4d\xb0\xd2\xa3\x47\xf0\x57\x4b\xdd\xc0\x72\x6d\x01\xdc\x15\xac\xf6\x94\xca\x6a\xe0\x6c\xee\x0f\x7b\xa3\x06\xb0\xa2\xe9\x83\xdf\x1f\xdb\x41\xf5\x80\x55\xb4\x7a\xa1\x8f\xe5\x0a\x82\x66\xe6\x72\x3a\x1b\xd7\x30\xfd\x71\xaa\x4b\x9e\x84\x9a\xdc\xbd\x47\x34\x07\xfa\x5b\x9c\xb4\x94\xf0\xa9\x3f\x45\x33\x00\x09\xf5\x56\x60\x5b\xf3\xcc\x91\x25\xa6\x20\x14\xb5\x7e\xa9\x3f\x8e\x5b\xb1\xaa\x79\x21\x74\x2f\x23\x5d\x6c\x38\x1c\x8e\x5b\xa1\x65\x93\x01\x5d\x7a\x4e\x9e\x31\x3e\x2e\x64\x53\xf0\x6e\x70\x36\x1c\x8e\x66\xa9\xe5\x92\xb1\x5c\x07\xc4\x78\x7a\xe6\xcf\xce\x7c\x0f\x47\xf9\xe8\x91\xd9\x4f\x68\xd4\x7a\x0e\x30\x1a\xb0\xde\xac\x83\xa1\x81\x54\xad\x27\x62\xe8\x05\xa1\x04\xb5\xa9\x89\x44\xa9\xf9\x23\xb6\x23\xe7\x8c\x03\x96\xb5\xd4\xcd\x06\xb0\x5d\x02\xd2\xf5\x94\x0c\xfd\xf8\xa5\x6c\xd5\x56\xcb\x0a\xcc\x7a\xd0\x1b\xd2\x9b\x2f\x0f\xa1\xe1\x0a\x01\xcc\x8f\xcc\x30\x81\x12\x3d\xda\xda\x34\xe0\x07\x86\x76\x82\xa1\x41\x0b\x94\x4c\x51\xcf\x9c\x9d\x84\x0f\xe3\xdf\xef\x8d\xb4\xf8\xf1\x70\xe8\x5e\x4e\x8f\x76\xff\xef\x93\xbd\xf3\x11\x83\x59\x03\xa5\x12\xdb\x61\xf5\xb8\x93\x7f\x96\x57\xa2\x7d\xc9\x95\x18\x0c\x87\x30\x54\xd0\x69\xee\x10\x52\x62\x72\xf4\x6e\x8e\x3e\xfb\xc4\x8e\xd0\xb8\xac\xc6\x17\x99\x15\xc8\x02\xaa\x1f\x20\xa3\x81\x5b\x69\xb3\x54\x1e\x78\x4b\x57\x0b\xce\x01\xc5\x61\xf9\xa1\xc7\x2f\xd4\x70\xfc\xb3\xac\x9a\xc1\xec\xe1\x08\xa6\x68\x27\x43\x56\x8c\xe9\xe1\x7c\xc2\xe1\x02\x90\x54\x05\x6b\xa0\xf6\x65\x18\x8d\xc9\xf1\x9c\xfc\xea\xdb\x34\xc1\x6e\x09\x8e\x3c\x2e\x0b\x3d\x50\xb3\xb4\x27\xf9\x5b\x0e\xbd\x36\xd1\x03\xb9\xb9\x8f\x2a\x64\xd3\xf1\xaa\xa1\x7d\x9e\x76\xa0\xc7\xca\xed\xe1\xc0\xee\xcf\x45\xf7\xa3\x7e\x48\x1c\xb8\xb1\x08\x0d\x78\x36\x03\x61\xf6\x56\x20\xfe\x9d\xa4\x02\xc6\x61\xb5\xac\x9b\xea\x97\xb5\x80\x1e\x71\x8f\xd5\xe2\x2e\x74\x4b\x0e\xfe\x8d\xb8\x82\xc3\x66\x18\x7c\xae\x44\x27\xd4\x29\xc8\xbc\xfa\x98\x83\x47\x29\xe6\xbf\x9c\xe8\x62\x3b\xe6\x03\x01\xfe\x92\xed\xb0\xaa\x1c\x77\x92\x54\x0c\x5f\x7e\x9d\xc1\xdd\xba\xa9\x64\xf3\xf4\x95\x2c\xd6\x78\xf5\x72\xbc\xe0\xa5\xbc\xfa\x51\xca\xee\xd9\x88\xe1\xc7\xa9\x27\x0b\x9c\x8c\x7c\xc9\xe0\xd9\x30\xd8\xae\xdf\xd9\x2b\x66\xda\xd0\x51\xb0\x34\x72\x4d\x90\x12\xca\xc8\x46\x23\x76\xb5\xa8\x8a\x05\x13\x8d\x5a\xb7\x42\xd9\xa3\x31\x5d\x4a\xa7\x42\x29\x09\x50\x24\x42\x68\xd9\x33\x10\x3b\xf1\x3a\x10\x1a\x81\x84\x31\x1f\xbb\x50\xa4\x80\xe9\xf5\x44\xd6\x92\x32\xd9\x81\x46\x87\xb0\x80\x22\xe4\x4a\xb4\x00\x61\x5a\x1f\x03\x28\x43\x4e\x50\x36\x97\x75\x4d\x09\xf5\xf0\x2d\x59\x1e\xd3\xa0\x47\x4c\x49\x1c\x0d\x8e\x02\x45\x6a\x68\xc9\xa0\xa5\x86\x24\x2f\x84\x1c\x0c\xe7\xde\xf1\x0b\xb0\x5d\x2e\x44\x29\x1a\x48\x81\xc3\xba\x85\x54\x24\x31\x09\xde\xd6\x95\x68\xc3\x66\xc6\xec\xed\x1c\x24\x56\x2d\x15\x01\xcd\xba\x6d\x7e\xb9\xae\xbb\x6a\x55\x63\x62\x1e\x65\x13\x5a\x40\x1e\x09\x3d\x42\x6a\x09\x84\xf6\x2b\xdd\x3d\x5c\x23\x2f\x4c\x22\x4a\x6f\x64\xbc\x6e\x05\x2f\xaf\x19\x09\xed\x6e\x94\x50\xaa\x2e\xa9\x25\x0f\x3f\x67\x26\x89\x5f\xe9\x53\x3a\xd4\x1f\xe0\xfc\x53\x1b\x96\xe8\xe1\xf5\xf4\xf8\x35\xd2\x3a\x84\x29\xa4\xf3\x13\x7c\x19\x0e\xf1\x44\x30\x80\xd0\xdc\xe3\x4a\xc1\xdf\x81\x6d\xe5\xb9\x45\xec\x21\x9b\xd2\xcf\x13\x43\xf8\x40\xfb\x60\x4b\x5a\xca\x55\x27\xca\x63\x61\x1c\x6e\xf4\x07\x4f\xf2\xd5\x1f\x3e\xc5\x02\x20\x74\xef\x9b\x1d\x3d\x00\xfa\x58\x08\x5e\x6a\x9e\x0b\x0f\xa6\x61\x68\x64\x21\x44\xa7\xbc\x6d\xf6\xe5\xf1\xb1\xfb\x90\x9c\xde\x3c\x06\x0f\x16\x47\x16\xc4\xd0\x01\xaf\xa7\x97\x09\x9b\xba\x1a\x63\xa5\x5f\x9e\x18\x41\xa1\xa7\x4e\x6a\x21\xe5\x50\x3f\xf1\x50\x94\xec\x53\xc0\x12\xa1\x0b\x0a\x24\x19\x0c\xcc\x8a\xad\xfd\x90\xba\x06\xb6\x86\x31\x98\xb1\xce\x66\x3c\xfa\x1c\x59\x5d\x60\xcb\xba\xfe\x7b\x7e\xce\x26\x48\x4d\x63\x79\xd5\x88\xd6\x30\x39\x4d\x56\x30\x95\x14\xeb\xf4\x75\x2d\xf4\x6b\x73\x50\xf7\x36\x31\x70\xbd\x82\x9d\x96\x4d\x98\x9b\x6b\xaa\x6f\xbb\xc4\xbd\x18\x8d\xa6\x5e\x88\xb9\x6c\xc9\xa7\xd1\x80\x61\x64\xb1\x31\x64\x70\x78\x09\x6e\xe3\x33\xff\xe6\x1d\x3d\xaf\x88\x6c\xdd\x29\xc2\x9f\x0d\x33\x62\xe2\xde\xb8\x04\xe2\xa5\x83\x01\x3e\x85\x45\x11\xa2\x78\x16\x99\xa3\x62\x68\x6e\xf4\xa9\x06\xb6\x64\xcc\x47\xb4\xb4\xf3\xb3\x29\x80\x8e\xf2\x64\x07\xe4\x81\x67\xe3\xdb\x66\x4c\x70\x0c\x2f\xca\x87\x91\xd1\x85\x97\x52\x6f\x67\x54\x0e\x62\x95\x56\x7e\x78\x3b\xd3\x80\x49\x8f\xb7\x94\xe5\x30\x38\x09\x50\x44\xa6\x9f\xe1\xe8\x80\x31\x09\x30\xe8\x0d\xb8\xca\x68\xb6\x43\x9b\xfd\xbc\xae\x0a\xcf\x27\x23\x68\x5d\x4b\x1b\x05\x39\xb7\x8e\x82\xf4\x28\x3f\xef\xee\x7a\xe2\x3e\x41\xb6\x7b\x90\x15\xd4\x6c\xe0\xaa\x28\xe8\x4e\xae\xab\x9f\x77\x76\x20\x29\xa3\x3f\x1e\xb2\x50\xd2\x33\x34\x74\xd8\x44\xbf\x73\x76\x81\xd8\x24\xb9\xc3\xe0\xf3\x22\x0a\x18\x0b\x95\x89\xf0\xf4\xc6\x34\xb0\x55\xa6\x17\x27\x90\x83\xcb\xab\x10\xaf\x14\xeb\x64\xf0\x33\x7b\x6a\xcc\x0e\x35\x81\xec\x84\x73\x31\xfd\x79\x67\xe7\x24\x80\x63\x16\xd8\x83\xee\x4c\x12\x40\x3d\x7c\xee\xec\xf4\x09\x84\xa4\xa6\x17\x01\x7b\x83\x05\x87\x11\x27\xb5\xd8\x9d\x1c\xdd\xe2\xd4\xd5\x39\x82\xf3\x66\x42\xb7\x14\x0f\xa7\x3a\x19\x7b\x52\xde\x0e\x23\x71\x2e\xcb\x3f\xc6\xba\x85\x97\x98\x77\x4e\x93\xa8\xf8\xd8\x79\xeb\xf6\xb3\xbb\xd2\x00\x86\x75\x78\x48\xca\x11\x14\x9b\xe0\xdd\x08\x05\xc2\x67\xcf\xac\xfa\xea\x88\x74\x20\x95\x62\xbc\xa1\xdc\x2b\xb0\xe3\x8e\x8c\x0c\xa0\xaa\xa5\xde\xac\x0b\xae\x04\x64\x8f\x47\x21\xd5\x9c\xa7\xa0\x11\xd4\x50\x77\x92\xe4\x4d\xc5\x16\xb2\x2e\x49\xb6\xad\x5a\x3c\x71\xa8\x11\xe3\x20\x74\x9d\x7e\x2a\x64\x2d\x5b\x7d\x1a\x69\x05\xda\x4a\xec\xed\xb1\xb9\x6c\xba\xbf\x8a\xea\x7c\xd1\xe9\x0f\x67\x7a\xf3\x7e\xf8\xf9\x14\xd5\x5c\xf6\xec\x86\xfd\x14\x98\x4a\x17\x05\xb7\x0a\x47\x5c\xf0\xa5\xa8\x77\x35\x8c\xff\xf5\xbf\xfe\xb7\x86\xba\xae\xce\x5a\xde\x5e\xe3\xae\x8f\x24\x09\xa9\x72\xd4\x82\x9d\x01\x4f\x64\x05\x5f\x55\x1d\xaf\xf5\x24\x77\xa2\x45\x55\x1c\x5c\x94\x14\xb2\xb9\x14\xad\xd3\xc1\x75\x52\x8f\xd8\x69\xfc\x48\xb2\xc1\x64\xd9\x90\x74\x06\x72\x17\xab\x42\xb7\x0a\x52\x4b\x00\x30\xe8\x87\x78\x53\xa2\x2e\xaf\x5b\x80\x40\xbe\xb7\xe7\x94\x8f\x46\x30\x41\xcb\xdb\xd2\xe9\xa1\xe4\xba\x5b\xad\xad\x48\x5a\xd8\x0c\xc2\xf3\x75\x0d\x90\x42\x33\xab\x56\x5e\x56\x98\xb3\xdb\xf5\x1b\x8a\x58\x10\x8f\x95\x9d\xb5\xf2\x4a\x89\x16\x2d\xb6\xbb\xea\xac\xaa\x2b\x9a\xbe\x56\x70\x85\x3a\x37\x4b\x14\xb6\x25\x18\x0f\x92\x08\x11\x87\x86\x83\xd7\x4a\xe2\x89\x59\xad\xcf\x76\xcd\xb1\x8d\x20\x85\x26\xd0\x70\x0f\xe5\x35\x0a\x98\x61\x24\x60\x50\x1f\x42\x22\x91\x95\x12\xeb\x52\xda\xfa\x90\xc7\x0c\xe3\x8a\x40\x1b\x56\x7d\xc4\x8e\xd7\xc5\xc2\x1f\x1f\x9d\xd9\xe9\x14\xc5\x38\x68\xd2\xac\x85\xa0\x0f\x87\x43\x2e\x1c\x98\xad\xc0\x6e\x60\x72\x7d\xc0\x3d\xe0\x47\x0e\xc4\x7e\xfa\x69\xf6\xf0\xd1\x21\x12\xca\xec\xe1\x21\xb4\xf4\x89\x32\x3e\x1e\xb2\xc7\xb3\x87\x8b\x6a\xf6\xf0\xf1\x67\x4d\xa0\xc7\x1e\x02\xd0\x34\xd1\xa8\xff\x08\xda\x0a\x49\x16\xa9\xbc\x15\xa2\xbe\xd6\xf0\x2c\xab\x8f\x94\xb1\xdf\x58\xba\x02\x76\xc7\xec\xa8\xb9\x76\xe3\xf4\x8e\x89\x38\xc6\x0a\xe9\x94\x2b\xb5\x5e\xe2\x49\x21\x99\x05\x37\x8d\x6f\xaa\x06\x75\xae\x1e\xe6\xf4\xec\xe9\x93\x6c\x35\xbf\xd6\x94\xfb\xa7\xdd\xb3\x5a\x16\x17\xd4\xd0\x55\xcb\x57\x2b\x51\x32\xde\x82\xcd\x6f\xb7\x10\x38\x0f\x7a\xfa\xdd\x91\xa7\x6a\x20\x9e\x07\x50\xa8\xe3\x17\x8f\x15\xb9\x38\x62\x47\x8f\x15\xa9\x50\x34\x5e\x89\x22\x10\xb7\x9d\x34\xda\x61\xce\x96\xa2\xac\x38\xfb\x65\x2d\xda\x6b\x3a\x2d\x34\xac\x94\x80\xfe\x3f\xe1\x37\x05\x16\x4d\x98\x3f\x66\x6f\x8f\x0d\x96\x55\xb3\x7b\x55\x95\xdd\xe2\x90\x7d\xb5\xbf\xbf\xfa\x38\x9c\x3d\x3c\x64\x9f\xc6\xe3\xb1\x9e\x0c\xb8\xa9\xa9\x96\x64\x04\x88\x46\x71\xce\xf6\xce\xda\xe6\xf9\x36\x77\x64\xbd\x17\x98\xda\x79\x56\x81\xa9\x35\xdc\x66\x63\x40\xdf\x56\x2e\xb4\x28\x44\x83\xc0\xfb\x9a\xe8\xf9\xc6\x7e\x89\x0d\xa1\x67\xbf\xc7\x3e\x23\xfb\x78\xfc\x27\x97\x6e\x6b\x0f\xd2\x6b\x3d\x7e\x32\x6b\x2c\x6a\x7c\x75\xba\xa9\x01\xb3\xbc\xbb\x94\x65\x50\x92\x6e\x9c\x47\x70\xc9\x39\xa2\x2b\x4f\x53\xe5\xea\xcb\x62\xf7\x42\x5c\x6b\x2e\xa7\x2b\x79\x76\xae\xe7\xa2\xb3\x28\x0a\x0f\x2a\x4e\x88\x25\x73\xcf\xbd\x3d\xf6\x02\x59\x93\xa2\x2c\xf3\x4c\x36\x9a\xbf\x41\x7c\x7d\x05\x0a\x00\x90\x3d\x95\xb9\x8f\xf7\x1b\xb7\x6d\x60\x96\x40\x38\x77\x56\x1d\x13\x1f\x2b\xd5\xa9\x11\xc3\x1c\x82\x7a\x37\x93\x2e\xb2\x02\x9c\x49\x2b\x7d\xae\x46\x12\xa7\x16\xcc\x79\x7b\xec\x24\x02\x10\xb2\x1b\x59\x8a\xf7\xd7\x2b\x50\x48\x1e\x18\xe1\xee\xd8\xc1\x15\xab\xc1\x8c\x70\xee\x83\xc9\x9e\xe3\xd5\xcb\x21\x4b\x0f\x00\xa1\xd9\x6b\x2c\x15\x05\x6d\x66\x2d\x64\x49\x9a\x0f\x50\x1e\xbb\x50\x10\x23\x51\x83\x52\x2e\x47\x4c\x8f\xc8\x4e\x88\xb9\xec\x94\xa5\x60\xcf\x59\x29\x97\xa0\xd3\x96\x18\xa4\xb2\x94\xcb\xb1\xad\xab\x5f\x3a\x6c\x3c\xc0\xa8\x84\xf0\x72\xc5\x35\x33\xfd\x4e\x42\xf8\x40\x6c\xfd\xd0\xfa\x9b\xf8\x70\x94\x42\xac\xd0\x2b\xdc\x1c\x73\x02\xc2\x10\x90\xfc\xc1\x4e\x04\xf7\x4b\xd2\xd8\x49\x4a\xd4\x25\x1f\x3d\xd2\x15\xc6\xca\xea\x88\x3c\x61\x0b\x5b\x0a\x3f\x67\xdb\xa3\xe1\x0b\xc8\xcc\x10\x04\x38\xe3\xca\xe1\x13\xd0\xa6\xcc\x63\x78\xea\xb6\xaf\xc7\xbc\x29\x16\xb2\xd5\x68\xd8\xec\xed\xd3\xb5\xd7\xfe\x14\x03\xab\x6e\xc5\x5c\x7e\xc4\xed\xaa\xe5\x95\x12\xec\xf1\x4a\xb4\xcb\x4a\x29\x44\x5b\x53\x89\xf2\x31\x65\x96\x40\x31\x85\x17\x85\x50\xca\x26\x34\xa6\x86\xbc\x4d\x47\xce\xd9\xa9\x12\xb5\x07\xd5\xa9\x31\x7a\x7f\xac\x68\xeb\xb1\x17\x85\x2f\x8f\x8f\x83\x76\x04\x22\x69\x9c\x8c\x23\xa4\xa4\xec\xd8\x43\x2a\x2d\x78\x57\x2c\xd8\xe0\x43\x2e\x82\xaa\x8f\x94\xd8\x67\xb2\xae\x44\xd3\xfd\x28\x8a\x4e\xbd\x91\xad\xee\x2d\xc0\xba\x26\x4c\x7f\x61\x7e\x99\x62\x5c\xcb\x1a\xe8\x8c\x06\xa0\xee\x8f\x98\xa9\xf4\x17\x3f\x72\xaf\x5e\x38\x2f\x5d\x67\xd6\xdf\xcb\x2a\xeb\xe3\xae\x0e\xd2\xae\x74\x91\x0d\xcd\x24\xe5\xc1\x65\xf8\x33\xca\xea\x05\x6f\x94\x8d\xe0\xae\xe5\x87\x33\x5e\x5c\xc0\x43\xb7\x68\xe5\xfa\x7c\x01\xca\x49\xe3\x26\xa1\xfc\xac\xf6\xa8\x28\x84\x66\x48\x88\x68\x60\x7f\x55\x42\x50\x22\x7c\x48\xd7\xca\x5b\x61\x85\x79\x48\xd6\xaa\x25\x21\x36\xa8\xc6\x62\x4c\x52\x28\x87\x36\x40\x38\x83\x95\x7f\xa9\x92\xe8\x05\xbc\x73\xdf\x87\xbe\x73\x96\x7a\x6d\x01\xfa\x81\x80\x04\x4e\x31\xd2\xe7\x78\xa3\x6b\xf8\x0e\x5e\xe0\xef\xef\xbd\x7c\x26\x01\x0b\xfb\x0e\x59\xd0\x40\x15\xbc\xd1\x73\x7e\x5b\x2b\x90\x86\x34\x08\x98\xbb\x7d\xcd\x83\x61\x2f\x8b\x92\x4b\x74\xe6\x0a\xb8\xa4\xb3\x4e\xb3\x21\x84\x9f\xe0\xef\x28\x36\x2d\xe0\x6f\x42\x6c\xb1\x15\x97\x95\x5c\xab\xe3\xea\xac\xae\x9a\xf3\xc8\x0b\xe3\x41\x23\x13\xef\x69\xe3\xb0\x91\x84\xd5\x73\xd7\xb3\x5b\x0f\xb1\xac\xda\x10\xfc\x9c\xdf\x08\x40\x3b\xf1\x27\xe0\xd1\x23\xdd\xaa\x7b\xa9\xa7\x2b\x0b\x64\x94\xe2\x5d\x37\x47\x15\x07\x65\xd5\x92\x6f\xef\x3e\x3b\x64\x4b\xfe\xf1\x7b\x50\xe9\x20\x4a\xe3\x6b\x4a\x07\x09\x2c\xb3\xef\x9c\x99\xce\xdb\xbf\x44\x17\x70\xbd\xcc\xc3\xfc\x03\xb5\x12\x6c\x46\x76\x0e\xec\xd6\x94\x71\x8d\x7f\x40\x65\x6f\x6e\xa8\x56\xb8\xbd\xdd\xad\x6f\x18\x7c\x4c\x3e\x3b\x31\x32\x92\x70\xe9\x44\x30\xd8\xff\x06\x4f\xae\x00\x49\x8e\x17\x25\x1e\x5e\x1e\xfd\xc1\x51\x4a\x0f\x5d\x4d\x35\x70\x01\x2c\xbb\x98\xbf\x3b\x97\x29\x23\xed\x45\x13\x05\xb6\x88\x67\x20\x2d\xf3\xc2\x15\x07\xcc\x13\x20\xe3\xae\x33\x45\xd8\xb2\xf0\x44\x44\x02\x61\x88\xfb\x91\xf1\x29\x4b\x91\x3d\xd9\x2f\xa2\x15\x14\xf7\x94\xca\x41\xe1\xce\x62\x84\x9c\x78\xe7\x20\x51\xc7\xc3\x72\xe0\x8e\x84\x96\x55\x7a\x33\xd8\x67\x13\xf6\x89\xd5\x62\xde\x1d\xea\x5d\xa8\x45\x2d\xc7\xfe\x88\x75\x72\x05\x7f\xcf\x64\xd7\xc9\xe5\x21\xdb\x07\x8f\x1a\xe7\x2c\x56\xf3\xae\x13\x8d\x6e\x62\xd0\xc2\xc9\x44\xb7\x11\x08\x4c\x9a\x13\xe9\x97\x5a\xbe\xd4\xc7\x47\xf8\x7d\x88\xbf\xa1\x9f\x50\xca\x31\x50\x7c\xb4\x50\x7c\x24\x28\xa0\x46\x27\x57\x0e\x18\x78\x83\x0f\x00\x96\x8f\x42\x34\xeb\x02\xc0\xae\xaa\x26\x46\x61\x3a\xd6\xab\xaa\x19\x57\x4d\x23\xda\xbf\xea\xa3\x9b\x67\x25\x10\x63\xc0\x16\xfc\x0f\xd0\x05\x25\x1d\x2b\xf0\xfc\xd0\x1d\xbf\x6d\x3a\xf9\x97\x4a\x5c\xe1\xe6\x8e\xe8\xc1\x34\x19\x1f\x47\xec\x7a\xc4\x3e\xbe\xe3\xed\x79\xd5\x8c\xd8\xb5\xf9\x51\x77\x6d\x80\xbb\x52\x16\xb8\x5e\x43\x71\x7c\xa4\x81\x40\x29\x74\x4c\xae\x84\xba\x9f\xd8\xd5\x13\xe3\xda\x96\x72\x09\x41\xc6\x53\xce\x0a\x31\xc7\xa3\x95\x0a\xb6\x9e\x28\x58\xa5\x6c\x0b\x4c\xb2\xd0\xf7\x11\xac\xf1\xa0\x03\x04\xe3\x4c\x96\xd7\xb9\xc0\x1e\x32\x9f\x39\xc0\xb4\xc4\x26\xf1\x44\xdd\x2f\x7c\x94\x19\x0e\x22\x9f\x66\xe6\x29\x86\x55\x47\x31\x8d\xde\x3d\x7a\xc4\x5c\x39\x98\xea\xb0\x18\xbc\xea\x8d\xb0\xe4\x62\xb5\xf7\xf2\x6c\x5b\x54\x36\x5d\xd5\x64\x23\x57\x65\xc2\x23\x61\x66\xb9\xa2\xa3\xd6\xcf\x45\xf7\x82\x30\xe4\x04\xb6\x6c\xbc\x9e\x20\xe3\x1b\x8e\xea\x8c\xb7\x0c\xf4\x0f\xac\x02\x13\x71\xd2\x02\x96\x46\xc0\xd2\xfd\xf0\xe6\xbc\xce\x44\xc6\xf2\xa6\xc5\xac\x10\xbb\x66\xed\x4a\x71\xab\x78\x27\x46\x5c\xce\xb8\xc6\x2c\xa1\x9e\xe5\xdb\x81\x95\x4b\x32\x4f\x9f\x37\xd3\x01\xde\x8c\x5c\x8a\xbf\xa1\xcf\xa9\xfe\xf9\xf7\x4c\x50\x20\x4d\x16\xd7\xb8\x03\x34\x82\xb7\x42\xa5\x66\x3a\xae\xa0\x05\xe7\xa9\xc5\xc3\xb8\x8f\x7e\xf5\x3f\xd3\xe9\xee\xc0\x2f\xce\x76\xfd\x71\xd1\xca\xee\x8b\x97\x04\xf7\x19\x10\xb6\x06\x03\xbc\xf8\x0c\xed\x99\x83\x82\xde\xec\x60\x97\x1b\xe2\x40\x19\x90\xfc\x76\x76\xfb\xda\x71\xe0\xdd\x31\x94\xd9\x46\x28\x6f\x45\xd7\x6d\xb0\xf5\xc3\x14\x60\xec\x29\x65\x0c\xb6\xc8\xde\x25\xec\xc4\xd3\x77\x3b\xb6\xa2\x09\x34\xe8\xd9\x76\x22\xfb\x83\x5b\xb1\x5b\x02\xde\xe9\xf6\x89\xde\x63\xbc\xf8\xab\x05\x61\xb3\x05\x63\x94\xed\x06\xe3\xcd\x00\xe8\xf4\x59\xef\x81\x6d\xd3\x8a\x28\x04\x7a\xab\x1a\xc2\x73\x5c\x33\xea\xf2\xb9\x8f\x08\xaf\xe4\x1e\xfb\xc2\xeb\xdc\x7b\x79\x98\xc7\x39\xf5\x0b\x41\x7c\x66\x0f\xb5\x44\x9b\x81\xc4\x4e\xae\xd7\xeb\xae\x41\x7f\x5f\xcb\x0c\x76\xf6\x1c\x5d\x11\x54\x9b\xc8\xca\x90\x81\x43\xd1\x46\x8c\x7e\x4e\x59\xcc\xc7\x3b\xb1\x18\x60\x9d\x1e\x91\x06\x12\x53\x0e\xb8\xbf\x85\x34\x0a\xf5\x77\x03\x36\xfc\xf1\x1e\x6c\x06\xb8\xb9\xbf\x7e\x5b\xc2\x14\x74\x79\xcb\xb2\xf9\x9b\x21\x58\xac\xb4\xdb\xd3\x8a\x03\xed\x3e\x2c\x26\x0f\xe1\xad\xa8\xda\x0c\x57\x3f\x3c\x2c\xc3\x5e\x7a\x27\xec\x0e\x78\x8a\xa7\xce\xe0\x66\xeb\x29\xbc\x3f\x83\x41\x92\xfe\xb3\x00\xa7\xd9\x8f\xd1\x62\x7b\x1e\xf4\x3f\x08\xd0\x66\xbf\x0c\x69\x95\x0f\x22\x44\xee\xc6\xf4\xbb\x61\xdd\x9b\xf5\x41\x0b\x1f\x22\x32\xd4\x5d\x1b\x00\xb0\x6b\x10\x70\xeb\x12\x37\xfd\xdf\x0a\xd1\xa6\xb9\x36\x73\xe3\x21\x28\xaa\x7f\xfb\xaa\xc7\x36\x6e\x6e\xcc\xbe\xd3\x17\x85\x77\x83\x08\xa1\xcf\x12\x28\xb4\xbd\xb8\xc6\xf6\x48\x96\xb9\x53\x54\xcd\x7e\x52\xee\x87\xcc\xfc\xab\x4d\x16\x1e\x92\x3c\x11\x9a\xf7\xd9\x7d\xc4\xfc\x0b\xca\xa1\x39\xc3\xa5\xf8\xfb\x86\x0a\x86\xc3\x86\x15\x29\x9c\x5b\x4f\xbd\xcc\x68\xfd\x51\xfd\xed\x1e\xa3\xfa\x73\x3a\xad\xf9\x61\x01\x3d\xd0\xb8\xfe\x76\xcb\xb8\xfe\x96\x74\x71\xbf\x81\x91\xf4\x9f\x88\xdd\x24\xd7\xfc\x2d\x3a\x04\x1b\x71\xa7\x47\xe2\x86\x16\x3d\x71\xdd\x2c\x11\x6a\x2a\x77\x80\xa6\x06\x13\xc9\x3b\x03\x73\x66\x31\xe4\x25\xad\x5c\xbc\x47\x77\x86\xe2\x4a\x55\xe7\x8d\x28\x8f\x6b\x09\xfa\xad\x8d\xe7\xaa\x8f\x28\xb8\xf8\xdb\xec\x2d\x9a\xa8\xe4\x78\x6b\xce\xb7\x47\xfe\x95\x5d\x1f\x70\x0b\xa9\x36\xa9\xba\x22\xe2\x8b\x07\x1a\xa8\x75\xd0\x4a\xf2\xd5\xf7\xef\xec\x65\x0d\xdc\x95\xe6\xd2\x8e\xa4\x76\x51\xee\xd2\xa2\x27\x39\x07\x16\x40\x75\x51\x2e\x69\xc4\x5c\x16\x6b\xb5\xa1\x3e\x7c\x4f\xaa\x9b\xab\xbe\x5f\x06\xa5\x5c\x1e\x8b\xba\x37\xb9\x9c\x0f\x1f\x28\x1b\x8e\x83\xfb\x1c\x17\xb6\x32\x00\x33\x2a\x49\xaf\xe3\xd0\x85\x31\xfc\xb6\x96\x7b\x67\x9a\x0f\x46\x11\x96\xc3\xb7\xe1\xb8\x4c\x9e\x45\xcc\xaf\x9a\x62\x5d\x89\x0e\x3f\x79\x43\x19\x31\xff\x0d\xb6\x6a\xde\x59\x80\x82\x17\x58\x66\x98\x74\x3d\xf0\x1b\x0d\x9b\xf3\x1a\xf2\x9b\xd8\x4c\x16\xee\xe1\x16\xe2\xf0\x1f\x37\xd1\x89\xfd\xbd\x99\x58\xb2\xe8\xfd\x8c\xf6\xc2\xab\x16\xdc\x8a\x31\x0e\xca\xf1\x7a\xb5\x92\x6d\x87\x69\xd4\x91\x06\xf7\xf6\xd8\x1b\xc1\xbb\x75\x2b\x76\x4b\xd1\x89\xa2\x53\x4c\x61\x29\x50\x60\x61\x4f\x83\x4f\x41\x33\x87\xa0\xd0\xff\x3c\x1c\xc1\x25\xd4\x5a\x09\x32\x35\x61\x73\x5e\xd7\x67\xbc\xb8\x60\x17\xf5\xba\x3c\x27\x6f\xf2\x46\x76\xa6\x49\xb0\xa5\x76\x4a\x4b\xdd\xf4\x0f\x7e\xc3\xd9\xbb\x3b\x25\x3a\x4a\x0c\x92\x50\x7e\xf0\x79\x30\x7c\x42\xc6\xe0\x6f\x5f\xbb\x16\xf2\xe3\xcf\x37\x85\x63\xed\xa9\xe1\x05\x47\x55\x9d\x1e\xa3\x17\xce\xb7\x4f\xd5\x97\x55\x54\x05\x44\x04\x4d\xa1\x37\x0c\xe4\x02\x0c\xb6\xe6\x51\xb4\xa3\xc5\xe1\x28\x49\xef\xa7\x0b\x05\x7a\xc9\x0d\x21\xba\x88\xf8\x6f\x1b\xad\x71\x56\x63\xcf\x7d\x60\xcf\x63\x7a\x1a\x24\xbb\x7f\x2f\xb9\x7d\x62\x19\x12\x4a\x36\xb9\xfc\x7d\x91\xe1\xe2\xec\x90\x59\xab\x73\x83\x0b\xbc\x9b\xc9\x4f\x99\x0f\x5c\x2f\x60\xf1\x4d\x40\x36\xc5\x24\xcc\x12\xa9\xec\xb3\x21\xb1\xd1\x88\x00\xca\x4d\xab\x9d\x9d\x13\xa3\x9a\xf5\xdf\xd4\x28\xff\xbb\x57\x19\x2d\x19\x98\x21\x58\xd1\xec\x01\x38\xd0\x64\x36\xf4\xb0\x18\x94\xda\xd8\x18\xc8\x43\x0f\xf0\x02\x60\x63\x73\x74\x46\x89\x24\xef\xcf\x31\x57\x51\x45\xcb\xbb\x62\x01\xbc\xdb\xbf\x87\x70\x17\xe9\x78\xe9\x38\x6f\xe5\x92\xe2\x23\x06\x19\x11\x6c\x8e\x70\x8d\x0f\xaf\x2d\x2d\x7e\x0c\x82\x17\x9e\x8d\x07\xda\x82\x61\xf3\x36\x45\x26\xb2\x79\x25\xba\xd7\x4d\x49\x9d\xba\xcc\x31\xf6\x23\x44\x04\xf7\x60\x1a\x86\x97\x1d\x2d\x8d\x23\xb8\xdc\xad\xd4\x4a\x83\xf1\x9f\xe2\x5a\x23\x72\x44\x16\x9a\x85\xbf\x82\x31\xa0\x34\x5e\xb6\x4f\xd0\x04\xea\xd0\x2b\x67\x7e\x53\xa4\x87\x43\x78\x49\x26\x87\xe6\xa1\xe0\x4d\x21\xc0\x09\x28\x5a\x12\x78\xef\x70\xd5\x90\xa3\xc2\x7f\x8a\xeb\x33\xc9\xdb\xf2\xf5\x25\x5a\xfc\x5f\x88\xeb\x12\x03\x7b\x59\xc7\xde\x27\x66\x6d\x5f\x35\x63\x75\xdd\x74\x0b\x08\x99\x32\xf1\x57\x93\x9e\x68\x33\x30\x6c\x49\x97\xf6\x79\xdb\x7a\xd5\xdf\xe1\x7a\x95\xe9\x6e\xbd\xda\xbe\xb3\xf5\x2a\x42\x3c\xc0\x4a\x57\x27\xb4\x13\x08\x70\x53\x58\xaf\x92\xd7\xd1\xfc\x9c\x8b\xee\x47\x29\xa3\x9b\x39\x32\xf9\x69\x62\x36\x6b\x2f\xb0\x1f\x3d\xca\x5c\x5a\x7e\x0b\xfe\x3a\xc9\x55\xa6\xbb\xcb\xd4\x42\x68\x4f\xa8\xdc\x26\xdc\x9d\xfd\x3b\xd5\x58\xae\xce\x5f\x32\x47\x41\x32\x71\x57\x0e\xcd\x5b\x04\x6f\x8f\xba\xae\xad\xce\xd6\x9d\x50\xbd\x03\x1e\x73\x5b\x26\x0d\xd5\x08\x05\x28\x77\x8b\x29\xa6\x81\x88\x6b\x4e\xf7\x4f\x86\x26\x46\xa2\x95\x97\x7f\x90\x2a\x27\x24\x5b\xbb\x02\x90\x98\x28\x9b\x05\x91\x40\x2a\x29\x79\x98\x89\xa5\x19\x69\x04\x19\x99\x95\x88\x5c\xcb\xf4\x2b\x12\xe4\xd0\x33\x0b\x4d\x70\xf1\x8e\x8f\xca\x79\xbe\x90\x9a\xa2\x71\x24\x20\x53\xb8\x59\x18\xb9\x6b\x78\x2d\x7c\xb8\xba\x4f\xa2\xf6\xc1\xfc\xe5\xd7\x36\xcf\x76\xd8\x41\xd4\x85\xbd\xff\x6d\x24\x38\xd8\xb4\x10\x9f\x1e\x44\x0b\x9c\x00\x32\xe3\xff\x4b\x25\xae\xb6\x3b\xaa\x38\xab\x86\xcc\x31\x03\xac\xf6\xf2\x5f\xaa\xb6\xd3\x27\xbb\x2f\xd8\xde\xef\x19\x08\xa0\x36\xc2\xb0\x97\x2a\x58\x80\x0d\x2b\x5c\xa7\xf6\xa4\x4a\xc0\xee\x93\xa4\x6f\xc6\xf5\xda\x78\x5d\x1f\x19\xa3\x34\x76\xa9\x47\x56\x35\x4c\xb6\xab\x05\x47\xb3\x31\x0d\xbf\x7e\x3d\x7b\xd8\x93\xf4\x8e\x7a\x19\x3b\x70\x52\x50\xe5\xa5\x68\xdb\xaa\x14\xaf\xbe\x7f\xf7\x9e\x92\x5d\x05\xcb\xcc\x2f\xbb\x92\xea\x88\x76\x89\xde\x23\x16\xe1\xf5\x79\x00\xc0\x4a\x2a\xcf\x73\xca\x37\x46\x88\x5b\xd7\x1b\x54\x7f\xdb\xb6\x7f\xb6\x83\x6f\x82\x90\xfc\xd4\x96\xeb\x4c\x23\x27\x09\x01\x80\x5e\x52\x51\x7b\x39\xd1\x06\xb3\x8b\x9a\xf4\xc3\x05\x91\x5d\xd6\xd8\x86\x12\x91\x4e\x60\x3a\xfa\xed\x36\xc2\x7c\x87\xcc\xb9\xd8\x60\x06\x54\x32\x83\xd8\xa1\x47\x90\x48\x21\x21\x5a\xfe\x68\xdf\xe3\xa8\xff\xb6\xb9\xe4\x75\x55\x12\xf8\x55\xe3\xf0\xe1\xe8\xc4\x61\x0a\xda\x4f\x11\x15\x61\x3d\xc0\xe7\x0e\x8c\x32\x8b\xfa\xbd\x3d\xf6\x57\xb0\xb8\xa4\xfc\x13\xee\xfa\x96\x95\x95\xfe\x0d\xc6\xfa\xe0\x2e\x32\x80\x63\x8f\x51\x5f\xeb\x53\x92\x86\xc4\x36\x63\xaf\x00\x86\x4c\xb6\xae\xb2\x6c\xa8\x22\x04\x0b\x23\x0f\x0c\x3a\x37\x29\x56\x41\xf8\x02\x67\x81\x8c\x46\x7c\xc6\xd4\x6f\x6c\xd8\x82\x6c\x4b\x75\xd4\x0d\x3e\x40\x4c\xfd\x0f\x94\xfe\x31\x4b\xf4\xea\xba\x29\x30\xcd\x4b\x3e\x0f\x33\x72\x83\x47\x01\x37\xc8\x4a\xbe\x96\xdb\x18\xf6\x92\xb3\xb3\x6a\xc5\xa5\xcd\xfa\xde\x88\x8f\xb1\x4e\xee\xae\x84\x19\x10\x27\x82\xda\xab\x87\x04\xc6\x44\x05\xe5\x12\x05\x00\x74\xd4\x02\xa8\x9e\xc3\x1f\x88\xdf\x4f\xb6\x77\xec\xd0\x58\x78\x79\x5e\x8f\xb7\xaa\x39\x0b\x8f\x4b\x4f\x7c\x9e\x3d\x3e\x17\x1d\xf4\xd8\x77\x2b\xe4\x80\xf4\x9a\xb8\xb9\x61\xfe\xb3\xe1\x3d\x8f\x1e\xf9\x1d\x8d\xbd\x7d\x00\x0e\x82\x94\x6d\xd8\xbe\xdc\x70\x2b\xc2\x4c\xe6\xe0\x71\x2b\xd6\x4a\xf3\xc8\x8d\x40\xf6\x68\x4b\xb1\x05\x8f\x96\xfa\xac\x30\xdc\x44\x19\x37\xcd\xef\x64\x97\xcf\xbc\x96\xe9\xea\xee\x13\x96\x69\xd7\xe6\x35\x82\x30\x13\xf0\x6b\x7c\xd5\x56\x5d\x27\x1a\x9b\x91\x68\x6c\xac\x1c\x1d\xbe\xa1\xef\x07\x06\xb9\x65\x6f\xfe\xa7\xb0\xc1\x49\x7c\x86\xf5\xa1\xb0\x4d\xf9\xd6\xf0\xb6\xd3\xfe\x5b\x0a\x92\xf5\x34\x40\x77\x00\xcc\x43\x60\xbb\xfc\xdd\x41\xef\x34\xdf\xf1\x5e\x83\x50\x1e\x38\x0f\x5b\x50\x70\x95\x6f\xd9\x0b\x71\x07\x5b\x79\xf3\x95\xcf\xaf\xa6\x05\x38\x0b\x10\x0e\x2d\x3d\xe4\x66\x3f\x97\x1c\xfd\xf6\x49\xf6\x66\x29\xd3\xc0\xa6\x89\xc8\x29\xcf\x03\x5e\x7c\x00\xfe\xcf\xc0\x22\x33\xcc\xf8\x36\x26\x7a\x7f\x16\xfa\x2f\x5e\xe5\x71\xb6\x00\x62\x47\x1f\x50\x19\x68\xde\x43\xe4\x96\x1f\xa4\x7a\xd3\xca\x25\x70\x2b\xef\xf4\x91\x48\x42\x3c\x92\x2d\x02\x03\x66\xda\xa7\x92\xe1\xa2\x81\xbb\x2b\x10\x19\xc5\x2a\xd1\x65\xd2\x56\xb0\x9e\x65\x02\x76\x7a\x15\xd7\x02\x59\x6c\x45\x3a\x99\x58\x13\x5f\x69\x35\xe5\xd6\xd0\x36\x4e\x1b\xd7\x97\xfc\x94\xdd\xcd\x86\xd9\x60\xc1\x14\xf7\xf0\x90\x9f\xcc\xbe\x1c\x72\xba\x11\x1c\x18\x65\xc3\x4a\xd6\x9b\x66\x4a\xf4\xb2\xe6\x66\x03\xdd\xb4\x3d\x87\xcb\x2e\x0d\x36\x90\x05\x0f\x71\xbb\xdb\x97\x65\x2f\x74\xa6\xe8\xa9\x9d\xab\x9c\xdb\x7e\x7a\xec\xae\x33\xc5\x2d\x76\xd2\xbc\xd7\xcc\x23\xb1\x26\x9d\xa0\x3c\xc0\x7e\x05\x9f\xcf\xe5\x09\x11\xa2\x6f\x60\x0d\x8f\x8c\x7b\xf1\x49\x72\xa1\x7f\x55\x45\xdc\x0b\x1b\xd1\xfb\x64\x2c\xc9\xc0\x97\x58\x17\x62\xa0\x84\xbf\x3d\x60\x82\x88\x83\xb5\xb3\x50\xa4\x87\x1e\x96\xc9\x6a\x41\x81\x20\x9e\xc4\x21\x1a\xf0\x9f\xe3\x7e\x93\x90\xf9\x85\x19\x67\x58\xbc\x0f\x6b\x74\xe5\x40\x63\xff\x8a\x03\x8e\x53\xc1\x83\x6d\xa9\x3a\x02\x17\xda\x81\x51\x95\x8e\x2c\x53\x88\x32\xec\x98\xf4\xcc\x6f\x4d\x72\xa0\x56\x2e\x5d\xc6\x78\x5d\xf5\xad\xfd\xf5\x9a\x52\x08\xdd\x8a\x49\x4f\x7b\x73\x89\x95\x48\x07\xe3\x42\x15\x18\x1c\xf6\x04\xc7\xb8\x1d\xf3\x23\xca\xe3\x06\x08\x0b\xf0\x95\x99\x13\x5d\x08\xf3\x40\x82\xd3\x1e\x24\xf8\xea\x64\xff\xbc\xd8\x39\xec\x41\xe6\x4a\xaa\x24\x0d\x8e\xc9\x1c\x36\xb1\xfd\x10\x5e\x93\x90\x18\x16\x79\x84\xf7\x38\xb3\x91\xf9\x66\xe6\x21\xa5\x92\x0c\x7f\xd0\x43\x7c\x46\xe9\x13\xfb\x44\xc1\xde\x4d\x8a\x81\x1d\x6f\x1f\x2c\x66\xe6\x69\x3a\x33\x25\xb6\xc8\x0d\xec\x68\x41\x24\x4d\xd8\x44\x6a\x5b\x9f\xe5\xad\xa5\xbf\xc6\xd3\xa1\xc3\x96\x9e\x9e\x43\x02\x18\xed\x0c\x89\xee\x03\xfd\x07\xa3\x22\x91\x7d\x05\x18\x76\xbc\xfa\xfe\xdd\x21\x1b\xe0\xd4\x3c\x8f\xa8\x0e\xdf\xee\xb2\x83\x13\x40\x6e\x28\x21\x62\x28\x3d\x93\xd6\x32\x64\x91\x51\x47\xa2\x29\xa1\x1b\x8d\xf2\xfc\x7a\x00\xe9\x51\xbe\xc5\xe4\x90\x31\x18\x9d\x7c\x0b\x00\x50\xa7\x56\xb9\x4f\xf8\x59\xf2\xf6\xe2\x95\x16\x97\x06\xbc\x29\x7f\x30\x1b\x39\xdc\x48\xa5\x6a\x3d\x94\xab\x6e\xb2\x0a\x3a\x5b\x48\xb7\x88\x0d\xa9\xa8\xe1\x61\xda\x75\x50\x10\x60\xfe\x73\xa5\x42\x61\xca\x45\xbf\x0b\x8e\xf9\xb4\x15\xb2\xf0\xaf\xdd\x23\xc7\x3d\x27\x19\xcb\x74\xa1\x9f\xcc\x49\x00\x6b\xdf\x36\x52\x16\xc8\x32\x3d\xe2\x71\x1f\xc7\x88\x09\x3a\xea\x32\x68\x24\x36\x99\x31\xa0\x67\xae\x0d\x43\xe6\xae\x44\x87\xc8\x1d\x64\x30\x61\xe5\x7a\xc2\xda\x83\xde\x93\x5f\xa8\xce\xcd\xca\x1f\xe1\x21\x21\x77\x64\xc9\x92\x05\xe8\xe8\x37\x81\xaf\x45\xec\x98\xff\xb8\xbe\x12\xa9\xd1\xc9\xcc\x4b\x52\x81\xf4\x2b\x9f\xc3\x23\x5e\x50\x49\x97\x4a\xd5\xa7\xad\x94\x5d\xaa\x71\xb6\xa4\x79\x69\x2a\xe6\xaf\x66\x2d\xfe\x2e\xc7\xbd\x18\x7c\xd0\x7b\xe2\x23\xf6\x75\x19\x55\xba\xdc\xe0\x87\x67\x0f\x32\xe0\x3d\x6b\x94\xfa\xde\x9e\x54\x38\x3d\xbf\x53\xfa\x67\x42\x31\x59\xee\x30\xec\xdb\xc7\x21\xbb\xb6\x49\x22\xf7\xdb\x89\x44\xe1\x21\x21\x97\xcb\x13\xb7\x2d\xa1\xba\x56\x86\xe0\x7d\x8e\x06\x61\xb9\x25\x05\x94\xb2\x37\xc2\xbb\x74\x39\x3c\x1e\xbb\x23\xea\x2d\xd7\xf0\x59\x49\x24\xb3\x44\x71\x74\x63\xb7\x08\x61\x14\x21\x5d\x61\x0c\xff\x77\x6b\xcc\xf7\x35\xf8\xd0\x42\x48\xdd\xd0\x3d\x30\x2c\x8b\x57\x98\x1f\x4c\x42\x85\x7c\x51\xe8\xff\x25\x24\xf7\x1e\x78\xea\xf8\x28\x2b\xa0\x47\x58\x10\x84\xce\xab\x14\x20\x0d\xc4\x97\x51\x76\xdb\x89\x5d\xe7\xf5\xd7\x1f\xa4\xc2\x6c\xaa\xe6\x78\xd3\xab\xf8\xf6\xc1\x1c\x8e\xe7\x55\x13\xd6\x8d\x1a\xb7\x81\x38\x13\x79\x94\xc2\xe2\x63\x9b\x4e\xef\x38\x86\x00\xa1\x26\xf2\xec\xec\xe1\x5f\xe0\x2a\x87\x22\xd2\xa6\x17\x3a\xd0\xca\x0e\x1b\x64\xb7\xd7\xe7\x98\xde\xc7\x88\x05\xf6\x33\x84\x34\xc5\x38\x58\xc3\xd9\xc3\xd8\x5c\xd9\x17\x21\x9e\x63\x16\x24\xdd\x83\x0b\xec\xff\x5e\x7c\xec\xc0\xf8\x1a\x13\xab\x8b\x8f\x9d\x16\x35\xfc\xb9\xda\xc1\xdc\x48\xec\x10\xc1\x8e\x43\xcb\x22\xb4\x4e\xfa\x81\x6e\xfe\xcd\x95\xcf\x5e\x52\x9e\x3b\x57\xd2\xc0\x8b\x14\x19\x60\x70\x23\x55\x29\xe3\x3a\x1b\xc4\x74\x6d\xd7\x8e\xd8\x96\xa2\x3d\x17\x1e\x5f\x51\x72\xdd\x16\x62\x04\xf1\x28\x50\xc4\xb2\xd9\xd0\x47\x26\x27\xf6\x16\xb1\x15\xf4\x9f\x33\x51\xc8\xa5\x18\x40\x28\x94\x5e\x62\x37\x81\xce\x21\x68\x67\xa5\x18\x67\xff\x14\xad\xdc\x25\xb4\xc3\xb5\x1e\x44\xc5\xe7\xe4\x6e\x09\xe5\x28\x20\x93\xb9\x47\xb1\x2d\x35\xeb\xe5\x99\x68\x21\x19\xaf\x66\x0f\x55\x53\x56\x05\xef\x04\x85\x4c\xa7\xab\x95\xaa\x53\xf6\xd2\x63\x04\x41\xa0\xe2\xfa\xcf\xd8\x3e\x05\xbd\xa0\xa0\x59\x2a\xbe\x25\x39\x17\xdd\x71\x55\x06\x58\xdd\xb7\x43\xb2\x2c\x6d\xab\x5b\x55\xbc\xbe\xf5\x8f\xc8\xab\x56\x76\xb2\xbb\x5e\x09\x9f\x32\xd0\x9c\x13\x82\xfb\x2e\x25\xc4\xa5\x79\xf5\xfd\x3b\xd4\x2a\x60\x14\x28\xf4\xe4\xef\x14\xaa\x07\x15\x0a\xaa\xbe\xa9\x1c\xe8\x0b\xcb\xc8\x80\x86\x74\x89\x91\x7c\x6b\xad\x40\xfc\x23\x05\x5d\xfd\x03\xa3\x81\x76\x42\x33\x0c\xba\x92\xb1\x36\xb2\x1e\x43\xca\x5d\x39\x47\xec\xa9\x4a\x91\xe5\xed\x70\xe6\x67\x72\xab\x0f\xdc\x31\x3c\x30\xc1\x87\x2a\x3a\xdb\x18\x13\x81\xd4\x2a\x36\xe1\x5b\x09\xcf\xeb\x53\x9e\x79\xc7\x30\x03\xcb\xcd\x0d\x1e\x6e\xdc\x05\x6a\x36\x85\x37\x6a\x77\x34\x95\x99\xf3\x43\x85\x9a\x30\xf3\xe8\x64\x7f\xfc\x08\x67\x10\x47\x0c\xf9\x9b\x24\x6f\x8c\xba\xe3\x5d\x0b\x43\xe6\x04\xe7\xf1\xf1\xcd\xe7\x38\x8f\x46\x42\xc8\x76\x77\x11\xb6\x58\x00\xb0\x03\xdf\x9d\x40\x45\xa7\xd5\x80\xa7\x5b\x94\x1a\x61\x6a\x68\x60\xfd\x94\xe0\x1b\xc8\x10\x15\x16\x6f\xf1\x0f\x44\x9d\xe8\xe4\x5b\xfd\x1f\xf8\x8d\xd7\x08\x23\x3c\x9e\xd2\xcd\xf5\x46\xf6\x05\x89\x0a\x9c\x24\xf5\x39\x96\xc7\x40\xff\x8a\x4c\x63\x12\x0b\x0e\xec\x39\x0b\x0f\x8a\x27\x74\x3e\xf3\xea\xd6\x1c\xc4\x7c\x84\xcb\xd5\xc3\xe7\x69\xf8\x5a\x4f\x71\xda\x02\x0d\x05\x4f\xd2\xd0\xdc\x73\xf8\xe3\x73\x86\xc3\x60\xc0\x4f\x2c\x33\xc3\xb8\x62\xc0\x3d\x31\xac\x5e\x05\x37\xcd\x14\xf0\xce\x50\xb0\xd5\x5a\xe8\xf3\xe7\xa3\x47\x66\xbc\x8f\x1e\xb1\x07\x7e\xb3\xfe\x0b\x0d\x0d\x44\x20\xf5\xe1\x7f\xca\xbe\x08\x68\x1d\xdb\x19\xbb\xed\x85\xa6\xcb\x9b\x29\x87\x11\x18\xd9\x21\xdd\xed\x52\x61\x58\x11\xd9\xe9\x4b\x0c\x6f\x3d\x33\x4e\x3c\x63\xc7\x72\x4e\x56\xb5\xef\xcd\x29\x9c\xb1\x3d\x82\x0c\x3c\xb1\x83\xb8\x34\x84\x3f\x6a\x41\x3f\xaf\x57\x25\x6c\x31\x8a\xad\x5a\xa1\x44\x7b\x89\xde\xd9\xa7\x50\xe2\x34\x3c\xf8\x58\x95\x28\xe0\x81\x3d\x25\x65\x67\x06\x4a\x82\xe2\xed\x9c\x5d\x89\xc7\xad\xc0\x34\x19\x1d\x46\xe6\x03\x08\x46\x4c\x09\x48\x85\x2f\x20\x79\x82\x86\xae\xea\x5c\xaa\x14\x13\x09\x3c\x68\xed\x4c\xe8\x06\x96\x60\x71\x40\x19\x89\x01\x7a\x13\x17\x1e\x87\x46\x14\xe0\xc6\x36\x4e\xf9\x9e\x4f\x35\x59\x66\x14\x6a\x73\x31\x1d\x04\x0c\x3a\x77\xef\x83\xd8\x48\x5d\xbe\x3f\xe7\xf0\x01\xd3\x81\x51\x0d\xbc\x59\xf8\xff\xd9\xfb\xd7\xf6\xb6\x8d\x24\x6f\x1c\xfe\x2a\x2d\xef\x3e\x0e\x19\x41\x94\xe4\x99\x9c\x68\xd3\x5a\x9f\x66\x46\xbb\x3e\xe4\xb1\x94\x64\xe6\x92\xbc\x31\x04\x34\x45\xc4\x20\x9a\x03\x80\x92\x18\x4b\xdf\xfd\x7f\x75\x55\xf5\xb9\x9b\xa4\x3c\xd9\xbd\xef\x17\xb7\x5f\x24\x22\xd0\xe8\x63\x75\x75\x75\x1d\x7e\x45\xcc\x02\x9e\x9a\x14\x0b\x40\x7d\x25\x6c\x81\xa0\x2a\x80\xed\x94\x74\x87\x9f\x42\xfa\x67\xac\x36\x53\x6b\xfa\x91\xec\xe4\x1f\x23\x97\x3d\x77\x2f\x40\x45\x0f\x1f\xd2\x70\x91\xe8\x0f\x34\xb9\xcb\xb7\x19\x88\x5d\x99\x22\x69\xa0\xe3\xa8\x4b\x42\x92\x39\x4c\x02\x8b\x54\x64\x8e\x52\xd6\x56\x23\x38\x60\x9a\x6a\x22\x19\x40\x5d\x87\x49\xd4\x63\xaf\xa6\xac\xe1\x05\xef\xba\xbc\x5d\x65\x88\x84\x18\xa9\x2c\x2f\x4b\xa2\x37\x3d\x49\xa3\xc8\x60\x60\x47\x86\x90\x3e\xea\x5f\x7c\xba\x88\x0d\x48\x31\xd1\x99\xaf\x98\x21\x09\xa7\x09\x7c\xdf\x51\xf9\x9e\x9e\x9e\x98\x69\x54\x19\x3a\xc8\x53\xfd\xf6\x96\x99\x27\xb0\x8f\x0e\xd8\x91\xfa\x63\x4c\xdd\xb5\xce\xe1\xc8\x8e\x3d\xb5\xc9\xb3\x67\x1f\x7b\x71\x0c\xc9\x7b\x78\xd3\x57\x2d\xaf\x57\xac\x10\x57\xbc\x55\xc8\xa0\x55\x47\xfe\xc5\x41\x3d\x3f\x12\x33\x01\x91\xae\xae\x1a\x8e\x5c\x1e\xd6\x27\x6f\x56\x91\x3d\x29\xa9\x2c\x32\xcf\xfe\x71\x11\x5a\xac\xe2\x56\x23\x87\xfb\xbb\x1f\xdd\x39\x9c\xf2\xa4\x6a\x0a\x2e\xd9\xd4\x15\x67\xb3\xbc\x29\x6b\x4c\x1a\x85\x62\x83\x9a\x0a\x8d\x32\xab\x90\x50\xe9\x45\xe7\x54\xd5\x88\xeb\x0c\x13\x9d\x03\xe7\xc5\xc9\x5b\x88\xaa\xe9\x3b\xbd\xd7\x73\x1b\x25\xae\x17\xc7\x3a\xc5\xfc\x9d\x39\x05\x90\x85\x39\xcb\x43\xe7\x91\x33\x11\x91\x73\x93\x59\x0c\x4e\x32\xa5\xa7\x9e\x01\x85\x79\xfb\x5f\x1f\x8e\xee\x86\xd5\x07\xa9\x7f\x00\xd2\x53\x2c\xa6\x0e\xc2\xb3\x83\x0f\x9a\xde\xad\xf3\xee\x20\xce\x21\x62\x23\xa1\xd6\x01\x2f\x73\x30\x8c\x4b\x59\x2c\xc1\x2d\xec\xe1\x3e\x71\x3b\x28\x37\x04\x3d\x88\x68\xac\xbd\x37\x67\x89\x92\x20\xbc\x9a\x54\x88\xe1\x7c\xb2\xa4\xb8\xe0\xcd\x96\xc3\x18\x9c\x89\x5a\x3f\x4c\x38\xad\x34\x9d\xb0\x40\xcb\x26\xb7\x6d\xbb\x82\x24\xfb\xb2\x7d\x76\x5d\x95\x97\xbc\xef\x08\xb1\x13\x63\x89\xf3\x96\x40\x0e\xbd\xd3\x06\x6b\x20\x93\x27\x1e\x8b\x4f\x94\x2c\xe5\xd0\x44\x08\xd9\x63\x09\x1f\x24\xe1\xe3\x85\x39\x79\x04\x84\xf4\xd0\x8b\xe3\xbd\x3d\x5f\x05\x47\x3c\x51\x2c\x02\x94\x19\xe2\xa4\x11\x99\x14\x1c\x09\xd4\x8c\x6e\xf0\x27\xf1\xe4\x5e\xaf\xdb\x07\x91\x6e\x86\x0b\x60\x75\x94\x88\x36\xd2\x55\xc5\x7b\x52\x9d\x75\xad\x53\x5f\x1c\xd6\xc9\x74\x86\x27\x7f\x0f\xe3\x7a\x92\x71\x26\x10\x2b\x41\x26\x8e\x59\x8b\xac\xad\x69\x8b\xc4\xae\x45\x47\x9f\x7a\x07\x19\x8b\x54\x12\xa3\xf3\x88\x00\x0c\x1f\x68\x12\x30\xa2\x19\xd2\xe0\xed\xad\x47\x83\xe6\x43\xb2\x59\xc4\x14\xcc\xc7\x74\xad\xc2\x4f\x7d\x6c\x57\xe8\xb7\x2a\x7f\xdc\xf4\xc2\xb9\x9b\xa1\x12\x49\xdd\xc4\x36\xdc\xbd\x30\xb2\x8d\x7a\xe2\xa8\x13\x1f\xdb\x17\xb4\x6a\x8c\xfd\x11\xd3\xe9\x98\x64\xc5\x3b\x8a\x88\x53\xb7\x77\xd9\xe8\x61\xf0\x15\x0d\x06\xbe\x53\x1c\xce\xff\x12\x3b\xbd\xe7\x7c\x5c\xbe\x06\xad\x03\x9c\x59\x7b\xac\x17\xf4\xca\x18\x0b\x2a\x7e\x0d\x02\x37\x4e\x90\x99\x54\xf8\x70\x77\x12\xf1\x00\x56\xbe\x2c\x74\x19\x9e\x40\x51\xad\x40\xf9\xc2\x8b\x6e\xfc\x7a\xf4\xd8\xca\xf4\xd2\xe4\x57\x5b\x25\xa0\x3e\xb2\x5e\x8e\xd9\x67\xa6\x33\x49\xa3\x22\x32\x63\x98\x7f\x5b\xfd\x52\x39\x58\xf1\x37\x58\x24\x0d\xc4\x19\xb5\xa6\xf3\x09\x45\x1a\xd3\xef\x64\x5b\xea\x07\x41\x95\xc9\x47\x00\x0e\x3d\x66\x9f\xef\xd8\x1d\x54\x8e\xc1\x0d\x15\xff\x95\x97\x10\xce\xb5\xff\xf5\x7f\xfc\xfa\xeb\x8f\x3f\xbd\x7f\xf5\xeb\xaf\x5f\xef\xef\xbf\x2a\x2f\x63\x79\xc9\xad\x74\xd8\x76\x15\xcb\x45\x2f\x0e\x0f\x82\x4a\x54\xfa\x6d\x93\xd1\x3b\xf1\xfd\xe1\x21\x84\x37\xb9\x5f\x7f\x41\xce\xee\x78\xf5\x6c\xc2\x76\x76\x06\xa6\x9b\x90\x75\x18\xdb\xc4\x3f\xe5\x0c\x98\x0f\x54\x26\xf4\x9d\x0a\xae\xec\x6e\xa7\x2e\x29\xf1\x39\xb5\x5c\xad\x1d\x99\xce\x06\x1f\xad\x2a\x99\xfc\x3d\x56\xd5\x35\xbf\xf8\x54\x61\x16\x0b\xfc\xf3\x2f\xa2\xe9\x4f\xe6\x42\x60\x36\x82\x07\xf2\x7a\x0c\x70\x77\xee\xc2\x63\xe2\x09\x5d\x8b\xce\x1f\x1f\xed\x50\x2a\x5d\xbc\x4a\x14\x6f\xa6\x14\x54\x84\x54\xd9\xc3\x87\x6c\xe0\x2d\xbb\xb8\xa8\x6a\x0e\xd9\xe1\xaf\x77\xa3\x6b\x0f\x51\x57\xf9\xd5\x68\x9e\xdf\x9c\x8a\x65\x31\xfb\x11\xc5\xd1\xa7\xec\x91\x6c\x84\xd2\xac\x83\xa3\xfd\x44\xf1\xb6\x79\x5e\x8c\xa1\xe1\xdb\x5b\x9f\xca\xec\x94\xf1\x26\x59\x3c\x39\x0c\x20\x7c\x5e\x37\xf6\x3e\xfa\xa5\x6a\xd6\x7c\x54\x57\xcd\xf2\xc6\xff\xe4\xb5\x7c\x78\xfb\xf7\xc3\xc3\x35\x1f\x56\x5c\xff\xf1\xeb\x15\x6f\xbb\x4a\x34\x63\x6b\x83\x1c\x39\x6b\xf4\x86\x10\xba\xbf\x65\x63\x4d\x90\x47\x6c\x97\xfe\x3c\x03\xdd\x95\xda\x9f\xf8\x5c\xfe\x89\xcf\x0f\x32\xa5\x34\x2f\x3e\x09\xfb\x6f\xd3\x2c\xd2\xf1\x11\xdb\xf5\x96\x87\x80\xaa\xd7\x13\x9e\xec\xd7\x99\x3c\x48\x3f\x0c\xdd\x06\x91\xa6\xc7\x6c\x67\x07\xff\x72\x1e\x9b\xc6\x89\xf4\x8f\xec\x3c\xf8\xa6\x92\x4a\x74\xf4\x57\xde\x94\xad\xa8\x4a\x7f\xae\x9f\xe1\x63\x48\xfc\x19\xa1\x1f\xb5\xb6\xb0\x13\xe8\x07\x92\xa3\xf3\xc6\x74\x87\xb6\x4f\x38\x19\xe7\xe7\x17\x40\xf6\xbf\xf0\x8b\xff\xaa\xfa\xc8\x9c\x20\x03\xdf\x66\x66\xfa\xfc\xe2\xa4\xfa\x9d\x8f\xd3\xfb\x70\x44\x45\x54\xda\x48\x30\x4d\xf5\xf9\xc5\x5e\x57\xfd\xce\xc9\x42\xb5\x37\x17\xbf\xef\x99\x67\xe7\xcd\x1d\xc0\xf2\xe3\xc6\x7b\x93\xdf\xfc\xa7\xa8\x1a\x3c\x4a\x1f\x7d\xf3\xad\x8e\x45\x3b\xe5\x37\x18\x9f\xa0\x92\x76\x6c\x08\x4e\xeb\xf9\x8d\xeb\xd5\xd0\x2d\x17\xbc\x75\x04\x46\x63\x7f\xc3\x3c\x35\xa1\xf9\x1f\x0f\xde\x20\xb3\x61\x6f\x34\xd4\xc6\xfc\x0a\x21\xc2\x2f\xdf\xbd\x81\x96\x5f\xbe\x7b\x13\x85\x94\xb0\xde\x23\x72\xbd\x13\x60\x2c\xc7\x08\xa1\x91\xba\x95\xa1\x6f\xcc\x4b\xc7\xce\xec\xac\xf3\x8f\x30\xbd\xf3\x23\xf9\xb5\xfb\x84\x46\x8e\x85\xd8\x6f\xdd\x81\xd8\x35\x36\xe1\xbb\xbe\xc6\xad\x77\x0b\xef\xf5\x48\x47\xac\x7e\xac\xf1\x75\x20\xa7\xed\x98\xcb\xc8\x3a\x00\xf6\xc8\xdc\x58\xe6\xa9\xb5\x76\xce\xa0\x1d\x7c\x0c\x07\xc5\x8e\xfa\x51\x35\x5d\x9f\x37\x85\x14\x6a\x14\xed\x1a\xcf\x2f\x7d\x3d\x1b\x68\x7f\x84\x21\xdb\xa5\xea\xd5\xdb\xa7\xd6\x6e\x48\xc4\x00\xfb\xbe\x40\x0e\x49\x6b\x52\xed\xc0\xff\xe1\x20\xd3\xed\xa8\x3e\x1e\xa9\x16\xc9\x0a\x4d\xe6\xe6\xe0\x53\x13\xd7\xce\xd6\xbb\x88\x84\x28\x0a\x8a\x70\x41\x97\xeb\x44\xe2\x33\x8d\x81\xd8\x2d\x6b\x95\x15\x4f\x4d\xd5\xc0\xef\x02\x7c\x9a\xdc\xbd\x89\xa1\xde\xab\xd3\xd8\x0f\xb7\xdb\x5b\xbb\xfe\xdb\x09\x2a\xac\xad\x60\x7c\x0b\xb5\xc7\xfd\x51\xc0\x43\xc2\xc8\xcd\x52\xcc\x9f\xf5\x64\x5f\x8c\xc7\xfa\xaa\x06\xc8\xcd\x34\xe5\xda\xfb\x2b\x92\xee\xaf\xc6\xb9\x37\xd6\x6b\xe5\x21\xa9\x5c\x72\x7b\x31\x8e\xba\x44\x66\x96\xf7\xa3\xe9\x80\x76\x54\xd4\x1b\xd8\x72\x79\xf4\xdc\x0e\x75\x9c\x20\x18\x4e\x29\x4a\x30\x24\x1f\x48\x21\x26\x4b\xba\xe3\xa4\x2f\x1c\x13\x38\x9e\x0e\x6f\xf2\xf6\xd3\x7d\x4e\x07\x49\x08\x8e\x37\xd4\x19\xa0\x64\xa0\xb6\xc9\x53\x36\x25\x0e\x0e\x59\x05\x84\x58\xb4\x9f\xfc\x57\x5b\xd8\xa0\x75\x5b\x69\xbf\xf3\x62\x26\x6f\x8b\x89\x20\x9a\x62\xb6\xde\xc9\xa8\xe3\xfd\xb3\xbe\x6f\xbb\x80\x2d\xfa\x31\xfd\xa5\xbb\x4d\xf4\x91\x20\xc7\x35\x82\xc9\xf5\x5a\x06\xaf\x39\xf9\xfc\xad\xe5\x81\x63\x4a\x27\xeb\xca\x65\x77\xbc\xba\xf4\x58\xc1\x3b\xa6\x6a\xd8\xfa\xe2\xaa\x79\x1a\x1c\x8c\x60\x80\x40\x17\xde\x87\x67\xf2\xe9\x87\xc8\x26\x37\x1e\x80\xfe\xf9\x91\x44\x6e\x70\x00\xff\x4d\x3b\x7d\x7e\x29\x1f\x8e\x7a\xf1\xd3\x62\x61\x92\x58\xc7\xfc\x28\xe9\xe0\x6f\xac\xbc\x23\xce\x7b\xed\x02\xfa\x67\xb6\xff\x35\x83\x75\x63\x5f\xef\xb3\xdb\x94\x17\xea\xdd\x1f\x22\x13\x28\x71\x84\xfe\x56\xe4\xe2\x48\x24\x2a\x01\x4e\x30\xec\xa1\xc3\x8b\xe3\x41\x63\xce\x68\x12\x3d\xc0\x56\x75\x37\x1f\x7b\xdb\x2e\x12\xfa\xb5\xc1\x03\xe9\xd7\xad\x5d\x90\xb6\x38\xb8\x35\x5b\x79\xf8\x50\x9d\x94\x30\x09\xfc\x9f\x66\x46\x86\x6e\x76\x0f\xf9\x6f\xa0\x9c\xfb\x8d\x3a\xf2\x09\x70\x95\xdb\x5b\x38\xf0\x9f\x38\x3c\x80\xca\x81\x37\xba\x2c\xb5\xe5\x51\x1f\x6a\xd4\x64\xa5\xb6\x3e\xcd\x3f\xe4\x35\x5b\x1a\x03\xbb\x33\x9d\xdb\x63\x87\x7a\x8a\xe4\x8f\xff\x8d\xc3\x1e\x7a\x80\xf6\xdb\x8c\x95\xbc\xcf\x8b\x99\x3c\x64\x29\x8e\xa4\xf2\xec\xba\x9a\x51\xf0\xba\xdf\x1c\xa4\x0d\x05\x55\x48\x09\xdb\x05\x38\x98\x64\xd8\x07\x06\x7a\x40\x67\x43\x6e\x83\xdd\x45\x4b\xa1\x00\x4b\x07\x2c\xed\x11\xe2\x16\xe9\x61\xb2\x3d\xd9\xd2\x90\x8d\xe5\xf3\x58\xd0\x87\x35\x40\xc2\x95\x95\xb5\x51\x18\x48\x8c\xcb\xd9\x13\xe2\x87\x5b\xe0\xb4\x85\x11\x12\x55\xcc\x58\xa1\xe6\x43\x1f\x38\xae\xfc\x09\x6e\xbc\xa9\xb3\xc9\x7b\xe9\x0d\xe4\x69\x2c\x64\x25\xea\x48\x39\xb1\xc6\x13\xe3\x7f\x71\xf2\x0a\x23\x39\xa4\xfc\xa3\xb6\xa4\xd9\x80\x19\xad\x92\x3a\xc0\x87\x6b\x65\xa9\xa0\xd2\xaa\xa9\xab\x46\x9e\x00\x58\xca\x08\x1c\xa1\x3f\xac\xef\xf9\xba\x95\x30\x83\xa5\x8e\x1b\xad\x2c\xc7\x6d\x9a\x10\x67\x1c\x3c\x2b\x25\x03\x41\x8e\xc0\xb0\x11\x77\x59\xa5\x3c\xe9\x67\xff\xb0\x14\xfc\xe8\x73\x16\x2a\xf4\x41\xd1\xe5\x94\x56\xd1\x5e\xe8\x11\x46\x18\x5a\xf0\x17\xe5\xfa\xb0\xf6\xa6\xaa\x59\x45\x64\x6a\xe4\x64\xe3\xd3\x66\xb8\x1c\xa2\x4f\xf8\xe2\x15\x9c\x53\x03\xd2\x86\x8d\x48\xab\x72\x7b\xab\xf4\x63\x23\x50\xf2\x0c\x09\xb8\xf3\x74\xc6\x3b\x8d\x51\xd1\xb1\x96\xd7\x55\x7e\x51\xaf\xb4\xaf\x3c\x80\x74\x68\x7c\x0c\xcc\xdb\xce\xe7\x8b\x7e\x85\x06\xf3\x2e\xdc\x99\x3e\x55\xa8\x7f\x72\x06\x02\x23\x19\xbc\xd0\x93\xe0\x5b\xc4\xef\x20\x49\xda\xf1\xdf\xdf\xbc\xd2\x7e\xa9\xd7\xad\x68\x2e\xa5\x60\xf3\xfe\xf4\xb5\x95\x0b\x57\xfd\x33\xe7\xa6\x3c\x14\x12\x0e\x3d\xb0\x4d\x44\x60\x07\x73\xfb\x12\x44\xa3\x26\xa3\x9c\x7d\x2b\x97\x0d\x78\xed\x8b\x67\xfe\x1c\x44\xfb\xeb\x6d\x68\xe1\x9b\xd6\x15\xce\x7d\x47\x54\x8a\x16\x0b\x24\x6a\x75\x58\x25\x13\x9c\x61\xca\x78\xf9\x28\x34\x46\xd1\xa2\x43\xf6\x9a\xc7\x6e\x5b\x04\x02\xde\x9d\x0d\xd4\x14\x1d\xe9\xc9\x7a\x02\x96\x40\x8b\x18\xd1\x34\x68\x37\x02\xb6\x34\xab\x07\x8a\x16\x8d\x42\x78\x47\xd5\xa6\x20\xc2\x31\xdf\x06\x58\xaa\xed\x1e\x42\x57\x30\xed\xbe\x71\xd0\x9d\x56\x4d\x39\x2a\xf2\xba\x06\xc8\xed\x2e\x63\x2d\x9b\x3c\x65\x2d\xd6\x01\x52\x82\x7c\xee\x3a\xca\x06\xe3\xb0\x32\xee\x58\x23\x1b\xd2\x48\x40\xff\xac\x11\xbd\xf6\xf7\xd9\xb3\xba\x13\x6c\xd9\xf1\x12\xf6\x44\x21\xea\x3a\x5f\xc8\x5f\xb8\x2f\x30\x77\x5a\x29\x9a\xaf\x7a\x95\xc0\x12\xac\x4b\x33\x51\x97\xbc\x25\xd3\xf6\x8e\xba\x6d\xfd\x02\x3f\xef\x73\xdf\xc2\x0a\x14\x87\x8e\x30\xcb\xc4\x25\x0b\xbf\x83\x1c\x31\xe5\x65\x88\xcf\x95\xbe\x45\xa1\x7c\x59\x41\xf4\xb4\xfc\x5f\xe0\x03\xdc\xf2\xab\x5f\x54\xe5\xae\x5f\x35\x33\x4e\xf3\x28\x04\x6f\xee\xbd\x75\x3e\x51\xe1\x51\xb1\xec\x7a\x31\x57\x88\x2a\x66\xc6\x86\xf1\xda\xee\x2f\x40\x99\x2a\x49\x56\x1f\x58\x33\x96\x45\x8e\xf9\xcc\x4c\x4a\x30\xcf\xaa\x60\x70\xe6\xaf\xd1\x8d\x80\x68\x9e\xbe\x72\x00\x90\x8c\xd5\xa5\x11\xba\xc7\xe9\x2b\x87\x14\xf7\xe3\xda\x45\x55\x81\x42\xf6\x35\x6b\x95\x0a\x32\x33\x25\x74\x64\x50\xec\x4a\xb1\x71\xf5\x5d\xea\xb1\xee\x47\x34\x84\x5e\xe8\x27\x06\xfe\x6b\x18\xbf\xd3\x51\x52\x52\x27\x11\x99\xc9\x43\x96\xbc\xcd\x45\x62\x04\xf4\xb2\xfd\x71\xe1\x17\x5b\xdc\x7d\x2c\x92\x0d\x96\x12\xd2\x73\xb7\x9c\xbe\xa2\xa7\xe1\x3d\x68\x8a\x62\xe2\x41\x78\x15\x02\x45\xe8\xc6\x8b\xd0\x56\xf7\xa0\x50\x64\x8d\x29\x38\x8d\xa6\x6d\xa8\xe3\x7d\xf4\xee\x70\xd5\x9b\xc9\x6b\x8d\x17\x99\xe2\xce\x26\x3c\xb5\x1c\x96\xfc\x81\x41\xa2\xe0\xe8\xf4\xea\xd7\xc4\xaf\x26\xd6\x3e\x4d\xee\x0f\xbd\x10\x0e\x0c\x13\x56\x13\xbe\x4b\xc2\x58\x39\xab\xca\xff\x39\xb0\x2b\xf0\xe7\xdf\x99\x70\x23\xb2\xfb\xf1\x9c\x41\x57\x69\x2b\xef\x6c\xde\xcb\x2c\xba\x3f\xad\x2e\xc6\xbc\x80\x9d\x63\xc2\xee\xff\x9a\x00\x86\xd0\xfa\x10\xf7\xf8\x4c\x47\x29\x79\x41\x7c\xa9\x38\x29\x3b\x7e\xcf\x0f\xdf\xb3\xa7\x3e\x2c\xf7\x78\x03\x9e\x60\x44\xcd\x66\x7b\xcb\x45\xb7\x8e\xfc\x76\x04\xe2\xf0\x63\xf7\x50\x41\xc4\x60\x2f\xae\x83\xbc\xd3\x7a\xb1\x48\x00\x2b\x2a\xfc\xdf\x30\xb8\x55\xbb\xbb\xe0\x7b\xc3\x2b\x33\x46\x1a\xfb\x2b\x22\x7c\xf0\x79\x81\xdc\xdf\xa3\x52\x14\x99\xce\xd9\xa0\x02\x42\x42\x3f\x4b\x4b\x47\xcc\x8e\x98\xa5\xf4\xef\x90\xdd\x75\x21\x94\xa1\x14\x8a\x82\xb1\x6f\x79\x3d\xd4\xb7\x9b\x23\x52\xbd\x8f\x2e\x0c\xe8\x22\xe2\x24\x8c\xd5\x1b\x04\xea\x74\x54\xd6\x1e\x2b\x08\xef\xa6\x8e\xba\x3e\x05\x99\xb7\xe1\xa6\xe9\x48\xd8\xea\xf0\xf1\x05\xea\x4c\x49\xa3\xde\x79\xb7\x4e\xc2\x66\x71\x29\x9b\xf9\x51\xb2\x78\xb9\x54\x19\x9b\x6c\x29\x1a\x6c\x1b\x8f\x59\xc5\x76\x27\xea\x0e\x6a\xf0\x86\xc2\xf3\xdf\x91\xdd\xa3\x61\xc2\xa6\x0e\x8a\x7e\x1a\xe3\x1f\x41\xc3\x24\x45\x53\x3e\x37\x2b\xcf\xc5\x16\x59\x2a\x42\x16\x10\xde\x72\x9f\x3a\xb7\x5c\x8f\xdd\xe3\x85\x8a\x6e\x17\x30\xa8\x71\x44\x6e\x57\x75\x0e\x43\xcb\x73\x3c\x06\xd3\x0d\x82\x8c\x46\x0c\xa2\xda\x34\x16\x1f\xbd\x29\x86\xfe\x7a\xbd\x00\x65\x9b\x5b\x5e\x88\xb9\x0a\x6d\x74\x6e\x01\xd6\xa1\xf6\x79\xc3\xf6\x42\x77\xbb\x5e\x2c\x2c\xb6\x70\x97\xe4\xf6\x78\x56\x61\xe1\x04\x1a\xb2\x65\x1b\x83\xab\xe5\x9b\xbc\x9f\x8d\xe6\x55\x83\x7b\x26\xaa\x1e\x19\x46\x8e\xfd\xae\xc8\x1b\x6b\x78\xa7\x2d\xe7\x58\x03\xa6\x42\x35\xbd\xcd\xd8\xe0\x2a\x63\x8b\xa1\xbc\xba\x5d\x8d\xcc\x38\x87\x19\x5b\xc8\x67\x6b\x3a\x94\xec\x4e\xcc\xda\x2f\x97\x7f\xbd\x3c\x3a\x34\x87\xc5\xbd\xa0\xca\xfe\xc8\xe9\xd7\x83\xd3\x36\xc4\x90\xe9\x31\x87\xab\x52\x17\x8f\x83\xd9\x76\xc1\x9d\x9d\x2e\xae\x8f\xa4\x4f\x6e\x94\xfb\x40\xf2\x6e\xc1\x6a\xff\xc8\x79\x5b\xa3\xe6\xbb\x07\x6d\x52\x90\x73\x84\x3c\xcd\x20\x80\x4c\x23\xa3\xcb\xd8\xc0\x2d\xb5\xa6\x4b\xfe\xf1\x15\x63\x40\x57\x79\xcb\x7e\xcd\x03\x43\x4e\x8c\x23\x0d\x7e\xcd\xdd\xa9\x1b\xa9\xb9\x72\x82\x6b\x64\xa9\x68\x64\xcd\xaf\x79\x50\xed\xf6\x61\xec\xa8\x16\xf9\xa9\x03\xe5\x07\x67\xa2\x2e\x19\x8a\xcb\xcb\x96\x33\x31\x85\x88\xb9\x65\xf3\x09\x6c\xb0\x16\x2e\xb4\xbc\x61\xfc\xce\x1b\x79\xfe\x41\x05\x85\x59\x0f\x48\x75\xdf\xae\x20\xb2\x7a\x5a\x35\x25\x40\xf5\xe6\x9d\x68\xe0\xf2\xf7\xf2\xdd\x1b\xd8\x9e\x94\x80\x04\x03\xd0\x00\x4c\x17\xea\x41\x7a\x1f\x79\x49\xd4\xd7\xac\xf6\x95\xb5\xd4\x90\xd0\x0d\xd7\x5e\x5e\x80\x4e\x6d\xc7\x1d\x49\x83\x84\x73\x1d\xd8\xb5\xe2\xa8\x26\x1a\xc5\x11\x84\xb3\xb5\x56\x96\x59\xde\xc9\x2e\xb2\x09\xcc\x51\x5e\x35\x9d\x8d\xc4\xd9\x47\x90\x38\x49\x69\xcd\x26\xfa\xdb\xa3\x38\x37\x64\xe3\xed\x00\xbb\x64\x65\x8e\xb6\xd9\x80\x5b\x99\xbb\xf4\x93\x50\x26\xb6\xf6\x95\xe9\xc9\x86\x39\xa7\x18\xca\x35\x93\x3e\x36\x8f\x07\x54\x3a\xba\xa3\x19\xe9\xde\xf7\xa0\xcb\x6b\x45\x0f\x53\x21\x2e\xb9\xe5\x26\x6e\xbb\xa0\xdb\xea\x5d\xb5\xe6\x0a\x61\x2e\xf0\xe4\x52\x6c\x92\xfa\x3d\x88\x59\x23\x58\x44\x59\x9c\xe8\xd2\x26\x63\xc6\xf6\xec\xde\x50\xf5\xff\x0e\x01\x13\xaa\x5f\xf6\x05\x94\x0c\x41\x2d\x91\xb2\x60\xe6\x5f\x0b\xe7\xc7\x76\xd9\xc0\xd0\xdc\xf6\x93\x63\x91\xdf\xd0\x6c\x8f\x75\x47\x7e\x8c\xe4\x76\xff\x85\xad\x17\x31\x25\x6c\x4b\x6b\xa1\x84\x10\x95\x81\x7c\xef\x0c\xb4\xeb\x00\xc9\xaf\x1b\xa8\xd6\x73\xa3\x85\x28\x6f\x39\x2b\xdb\xfc\xba\x61\x39\xdc\xac\xd8\xb2\xe1\x4a\x0b\xa7\xe2\xb4\x74\xd4\x73\xae\x10\x3c\xc4\x14\xaa\x50\x9e\xd9\x17\xcb\x4b\x52\x8c\x77\x33\x71\xcd\x96\x0b\xa6\x51\xd2\x0b\x44\xa8\xa8\x3a\x83\xa2\x0e\x81\x8b\xbd\x80\x1a\xac\xd6\xd0\xbc\xa8\x8e\x90\x91\xab\x42\x7f\xbe\x9c\x4e\x71\x23\x6d\xab\x48\xdf\x56\x71\x1e\xaa\xbe\xd7\xba\xb5\x1e\x78\xaa\xc5\xa4\x28\x95\xd4\x81\x51\xe9\x84\x9e\xcb\x1a\x68\x5a\xdb\x15\xd3\x81\x7b\xde\x6f\x7e\x6d\x03\x4b\xa5\xbd\xa5\x5e\x3a\xca\x06\x14\x3c\x58\xd4\xf9\xe5\xfc\x41\x35\xbf\x74\xe1\x83\x58\xc4\x11\xea\xfc\x41\x31\xdf\xbb\xb6\x3a\xe8\x68\x79\x59\xcc\x77\xe9\xfc\x41\xde\x56\xf9\xde\xac\x2a\x4b\xde\x20\x4c\x91\x94\x4f\xc2\xb6\xec\x0b\x80\xa7\xd4\xfe\x02\xf5\x71\xc2\xbd\x30\xa1\xdf\x48\x5e\x2e\xe2\x30\x36\x5f\xa0\xd2\x08\x24\xec\x6a\x7e\xf9\x1e\x35\x01\xb6\x3a\x63\x43\x42\x7c\x1d\x54\x2c\x37\xe8\x93\x6a\x7e\xf9\x94\xcd\x30\xf7\x73\x29\x38\xe4\xc1\x2f\x44\xdb\xf2\x6e\x21\x9a\x12\x44\x35\xb9\x61\xb1\x44\x26\xe5\x36\xa7\xa6\x5e\xb0\x0b\xd1\xb6\xe2\x1a\x6a\xa3\x7a\x40\xb9\xdc\x89\x39\x57\x40\x39\x08\xa1\xe4\xf6\x9d\x5e\x51\xff\x71\xfb\x9f\x98\x67\x64\xfe\x37\x9b\xd4\x51\x88\x44\x64\x7e\xab\x3a\x50\x2c\xe8\x9f\xa4\xd9\xa0\xb9\x52\x49\x3c\xbd\x32\x3a\x49\xbb\x2a\xd6\x8b\x85\x4b\x5a\x47\x3a\xe3\xa8\x2a\xe2\xe4\xfa\x57\x0f\x5b\x9a\x27\xb1\x18\xfb\x9d\x30\xd9\x44\x23\x2d\xdf\x31\x5d\x47\xc8\x88\xd6\xea\x35\x53\x4a\x4b\x94\x2d\x94\xa3\xb0\x65\x56\xb5\xdc\x2e\x2d\xe3\xd8\x9a\xf7\x86\x8f\xc4\x4b\x19\x88\x3c\x3b\xd3\x58\xb8\xa4\x28\xb4\x04\xbe\x19\x06\xfe\xcf\xe4\x51\xc8\x58\xd5\x94\xfc\x46\x07\x30\xca\xf3\xdf\x8a\x64\x6c\x79\x33\x82\x02\xef\xa6\x94\x18\x64\x6c\x4c\xfb\xa4\x90\x35\x09\x02\xb0\xaa\xa8\x47\x85\x95\x44\x9d\x4a\xa1\xaa\x0c\xfe\x7e\x12\xb4\x99\x70\x3d\xb0\x70\x7c\xbc\x2f\xce\xb0\xa6\x5d\x18\x75\x4c\x4f\x07\x9f\x45\x7d\xe0\x13\x68\xe2\xf2\x03\xda\x34\x80\xf9\xa3\x19\x84\x35\x94\xc6\x75\x9a\x8e\x8b\xd5\x76\x0f\x64\x85\x09\x43\x83\x05\x40\x65\x11\xa7\xc7\x55\x75\x7d\x38\xda\xc0\x96\x1c\x0b\x74\xa6\xf5\x49\xb8\x11\x6e\x80\x29\x75\x88\x63\x94\x22\x0d\xf5\xf5\xae\xb3\xd0\x07\x3e\x0b\x61\x3a\x84\xd4\xaf\x72\xcd\x10\x22\x24\x40\x88\x44\x0a\xb0\x54\xcc\x0d\xba\x7a\x64\xe5\x15\xaa\x09\x40\x48\xd8\xbe\xb3\xe7\x0f\x9e\xbf\x3f\x7f\x90\x96\x8c\xe1\x03\x5f\x6d\x7d\x76\xe0\x53\xd7\xfa\x90\x6c\xaa\x4b\x47\x8e\x7a\x71\xc8\x9e\xb7\x17\x08\xec\xae\x8f\x97\xbd\x83\x6d\x37\x44\x7d\xbb\x50\x80\x60\x69\x60\x48\xff\x38\x53\x28\x98\x11\x64\x6a\x74\x50\x4c\x48\xdb\xca\x3d\x71\x82\xe5\xb6\xbb\xd7\x4a\x49\xb3\x6a\x1c\x03\x97\xd1\x9b\x53\x35\x78\x73\xe6\x88\x42\x93\x02\x82\x0e\xd5\xc4\x3e\xf0\xb5\x16\x22\xc8\xff\x31\xd2\xe4\x13\xe8\xfa\x9a\xb4\xa0\x2c\xe2\xd0\x78\x67\xcd\xb8\x9c\xe6\xa7\x30\xdb\x7b\x7b\xc1\xc4\x06\x30\x5b\x67\x95\x46\x5e\xf6\x3a\x43\xa0\x10\x5b\x0e\xd1\x31\xe8\x10\x2e\x48\xf4\x66\xe2\xa6\x5f\x23\x50\x09\xf2\xb8\xe9\xba\xe5\x9c\x77\xec\xa3\x64\xe4\x1f\x11\x82\x05\xc2\x05\xe8\x92\x3b\xcb\x3b\x95\x8f\xad\x5e\xb1\x43\x9a\x56\x8b\x56\x7f\x13\x55\x73\x0c\xf4\xea\x04\xcc\xe3\xd7\x62\x61\xdd\x68\xd5\x26\xcd\xd6\x02\x93\x81\x99\x7a\xc1\x1b\x65\x92\x4f\x5d\xaa\x35\x51\x38\xa0\x05\x96\xda\x8e\xf8\x81\x9e\xf4\x18\x76\xc7\x30\x55\x33\xec\x72\xe5\x45\x0d\x27\x23\x79\x51\x5b\x6b\xeb\x8d\x1c\x87\xe6\x5c\xe6\x01\xfc\x04\x06\x63\xf9\x2b\x27\x94\x16\xba\x7b\xe0\xc6\x0b\xc7\xaa\x45\x1c\x68\x81\xf4\x51\x93\xdd\x1a\x83\x38\x7c\x37\x54\xdf\xc9\x99\xe8\xbb\x7b\xfa\x1a\x12\xd5\x33\x9f\x9f\x64\x36\xde\xac\x33\xd6\xad\x78\x8b\x3b\x3b\xeb\x18\x4c\x90\x07\x4b\xd2\xc5\x40\x5b\xac\xd8\xed\x2d\x23\xa6\x63\x8d\x12\xb2\xb3\x7b\xcc\x07\x25\x57\xc2\xb3\x97\x9b\x7d\x4c\xa8\xf9\xc0\x46\x7d\x08\xc3\x81\x61\x3a\xb7\xb7\xac\x62\xbb\xec\x50\xb7\xe1\x13\xd0\xed\xad\x4e\x95\xe5\x8d\x4b\x7e\xf6\x61\x68\x95\x03\x91\xc0\xe9\x53\x68\x55\x04\x8f\xd6\xc0\x77\xd5\x1e\xbe\xe1\xb2\x1b\x32\x7e\x6d\x54\x29\xb2\x38\x0b\x56\xff\x4c\x37\xe8\x86\xbe\xe7\xd5\xbb\x5e\x0e\xb1\xfc\x1b\xf1\x3b\x2d\x25\xa1\x7a\x25\xbf\x19\x50\x82\x05\xe4\xc8\x71\x09\xc9\x73\x29\x24\x17\xc6\xa8\x6b\xa1\xf6\x0c\x25\xbf\xc2\xb8\xe0\x90\x60\xe0\x96\xec\xa0\x34\x44\x81\xe4\x00\x77\x73\x0f\x84\xca\xd6\xfa\x6c\xbe\xfb\xd9\xd6\xef\xc2\x88\x0e\x7f\x11\x2d\x82\x5b\xb9\x7e\x94\x68\x5a\x0e\x9c\x3d\x5d\x7f\x49\x67\x3f\xcf\x2f\xaa\x86\x63\x9c\x8a\xf2\xb3\xea\xf3\xf6\xd2\x32\xa8\x05\x61\x4c\x89\x30\x51\x83\x01\x0c\x7a\x83\xf3\x07\xe0\xe2\x06\x75\x45\x43\xad\xec\x57\x92\xeb\x9c\x3f\x60\x00\x26\xac\xe2\x39\xbc\x78\x2b\x2d\x81\x9a\x76\x20\x28\xdb\x69\x07\x9e\xc4\xdb\x81\x57\xd8\xce\x63\xbb\x1d\x85\xb0\x60\xb7\x13\xab\x00\x83\xae\x24\x69\xc3\x77\xf8\x33\x7a\x6a\x62\x79\x8f\x73\x42\xe0\xd6\xab\x7f\x0e\xf2\x8c\x5d\x38\xca\xdf\x5c\x8e\xe5\x22\xa4\x0f\xcb\x8d\x07\x53\xbc\x80\x9f\x5a\xa4\xa0\xed\xbf\x23\x97\xe9\x13\x5f\x75\xcf\xd8\x84\xbd\xbb\xf8\x4d\xde\x54\xe5\xcf\x41\x3e\x84\x6c\xc9\xdd\x73\xef\xf9\x85\xed\x89\x0c\x1f\x2a\xb2\xd9\x99\xe0\x07\x49\xc7\x64\xbb\x59\x4d\x22\x9f\xf8\x8a\x89\x29\x76\x21\x20\x10\xac\x4f\x49\xf9\x9f\xf8\x6a\x88\x99\x41\x00\x62\xee\xec\x13\x5f\x7d\x60\x3b\x72\x2e\xe0\xcf\xcd\xee\x71\xde\xa4\xe3\x74\xd9\x53\x8e\x2e\x99\x3a\x50\x10\x93\xb1\x64\xb8\x12\x2e\xe6\x0e\xa0\x82\x96\xae\xf7\x88\x4a\x72\x6f\x03\x0b\xf9\x3b\xc1\x7b\xaf\xd7\x6a\x00\x6d\x40\x32\x39\x2a\x89\x8d\x26\x22\xfe\xbc\xfc\xc1\x03\xab\x3f\xf9\x9c\xdb\x4b\xe4\xc7\x0d\x06\x3d\x8a\x05\x16\x62\x97\x20\xb1\x9b\x94\x8e\x5b\x7e\xa5\x68\x79\xc2\xec\x78\xc2\x6d\xe2\x11\xdd\xae\x65\x2c\x12\x8f\x48\x0b\xb2\xb3\x43\x65\x15\xd3\xd9\xff\xfa\xeb\xf3\xe6\x17\x52\x4f\xe7\x65\xc9\x51\x4f\x35\xd3\xea\x63\xd4\x6b\xf3\xae\x68\xab\x0b\x04\x03\xec\x96\x17\xc0\x06\x14\xca\x58\xd5\x91\x86\x79\xc4\x7e\xea\x10\xf8\x13\xcb\x43\xea\x6c\x26\x80\xb2\x59\x5d\x7d\xe2\xa8\xd9\x9e\xe7\x9f\x78\xc7\x2a\x30\x84\x74\xd5\x45\xcd\x41\x85\x5d\xf2\x3a\x5f\xa1\xf7\xb3\xac\x83\xf0\xcb\x5e\xbe\x7b\x63\x99\x48\xe5\xc4\xe6\xa4\x4c\x67\xcb\xa6\xaf\x6a\x04\xcc\x3e\x6f\x1a\xce\x4b\x5e\x02\x0a\xa4\x51\xb2\xb7\xbc\x6c\xf3\x6b\x59\x9b\xd2\xbf\xf3\x2b\xde\xc8\x99\x97\x55\x97\xbc\x10\x2d\x98\x46\xbb\xf3\x06\x7d\xd1\xe1\xfa\x26\x5f\xce\x61\xd4\x2d\x47\xa5\xac\x94\x90\xbf\xde\x77\xd5\xe8\x10\xde\x4f\xd4\x0a\x73\x28\xff\x78\x81\x3e\xaa\x14\x8a\x41\xb2\x28\xf4\xa7\x71\x95\xd4\x6a\x78\x9d\x24\x10\x50\x01\x61\x05\x03\x59\xed\x09\x4c\x1d\x2b\xf2\xe6\xab\x9e\xf1\x9b\x45\xcb\xbb\x8e\xa1\x0a\xef\x62\xd9\x33\xd1\xd4\x2b\x5d\x51\x67\xd7\xa4\x94\xd8\xbc\xa8\xa6\x55\xc1\xb0\xbb\xd7\x55\x5d\xb3\x0b\xce\x16\x72\xc5\x68\x71\xab\x8e\xcd\x79\x3f\x13\xe5\x68\xc8\x4e\x29\x6c\x64\x89\x6f\xb1\x8e\xd4\xfc\x29\x63\xc4\x8a\xe6\x07\x1c\xf6\x81\x28\x72\x79\x2d\x21\x75\xac\x9e\xd8\x70\x98\x80\x3a\x49\xb9\xce\x59\x35\x5f\xa0\xba\x1b\x0b\xff\xb6\xec\x7a\x9b\x58\x3b\xf6\x11\x38\xcb\x47\x4a\x22\x8f\x43\x29\xf2\x65\xc7\xe1\x0e\x14\xcc\x01\x11\x86\x1e\x44\x7d\x9d\xaf\x3a\x39\x76\x1c\x88\x82\x44\x97\x4b\x09\x67\xca\x3f\x07\xca\x8b\x38\x05\xf9\xae\x16\xf6\x27\x84\x59\x45\x28\x73\x85\x14\x49\xc4\x81\xa3\xa7\xb6\xfd\x01\xb3\xc1\xc5\x92\x06\x55\x56\xd3\x29\xc7\xeb\x54\x23\x9a\xbd\x8f\xfc\x9f\x1f\xd5\x1e\x1b\xca\x65\x69\xf9\xb4\x96\x1b\x05\x96\x87\x7c\x13\xd8\x9b\x5c\x05\x1a\x61\x25\x90\x34\xdf\x06\x8c\x07\xc2\xad\x7a\x56\x00\x92\x2c\x32\x57\x42\x64\xf3\x80\xe5\x95\x0e\x7c\x59\x97\x92\xb0\x06\x55\x43\xd3\x5a\xe4\x1d\xb7\xe7\x4f\x51\x0c\xcd\xda\xd0\x59\x34\xe2\x7a\xe1\xca\xe9\x45\x83\xb6\xbd\xa9\x36\x7e\xf8\x94\xe6\x70\xfd\x74\xff\x47\xd5\xf4\xbc\x6d\xf2\xda\xad\x45\xb9\x80\x27\x2d\x41\x30\x75\xca\x27\xd9\x60\x94\xc7\x1c\x96\xed\x87\xca\xe9\x5f\x39\x23\x7b\x37\x31\xdd\x2d\x40\x4c\xed\xfa\x6a\x0e\xcb\x4e\x0a\x7a\x6b\xb9\x70\xe6\x66\xf9\x15\x38\xc6\xc8\x29\x84\x4d\x25\x37\x0d\x51\x1c\x7e\xac\x50\x8c\xa9\x06\xcb\xdb\x03\x56\x73\x96\x83\xe5\xe0\x82\xf3\x06\x0d\x8a\x40\x06\x0e\x1b\xdf\x3b\x74\x16\x77\x25\x96\x14\x48\xf3\xa9\x11\xd7\xeb\x36\x99\xbb\xbf\xf6\x0e\xbd\x75\x82\x9c\xe7\x6a\x84\x7f\x83\xee\xd9\xd6\x94\xbd\xc3\x70\xad\x5e\xe4\x8d\x1e\x69\x2f\xe4\x48\xa6\xd5\xa5\x64\xd6\x48\x5c\x9f\xaa\xa6\x84\x0d\x0a\x2e\xc6\xc0\x15\xa5\x78\x6f\xc8\x8d\x98\x96\x46\x42\x46\x07\x2b\x42\x9d\xe5\x94\x81\xdd\x1b\x12\x18\x52\xb1\x20\xcb\x6b\xa2\x12\x6c\xc0\x1b\xd0\x5a\x67\x68\xdb\x6b\x7a\x13\xed\x5d\x02\x0a\xa0\x8a\xaf\x49\x9a\x98\x2c\x5a\x41\xb6\x5a\xe4\xb5\x86\xb0\x06\x0c\xe3\x26\x38\x04\x88\x78\xaa\x8e\xa1\xc8\x41\x38\xc6\x1a\x88\x16\xa7\x00\xaf\x26\x6e\xa7\x94\x27\x92\xc9\x1d\x7a\x47\x27\x3a\x4c\x97\x62\x38\xc0\x89\x60\x11\x2e\x6a\x51\x7c\x22\x03\x73\x91\x37\x4c\x14\xc5\xb2\x05\x09\xa5\xf1\x9a\x91\x4d\x5c\xe5\x2d\x7b\x2e\xbf\x40\x2c\x1b\x17\x4d\x6a\xa0\x25\xba\x81\x2e\x33\x0c\x4e\xc4\x67\x88\x08\x2c\x47\x2a\x2f\xcd\x6e\xf7\xf5\x77\x67\xe6\x2f\x95\xab\x44\xca\xf4\x07\x1f\x98\x49\x5e\xf2\x38\xa8\x19\x06\xa3\x66\x2f\xef\x3a\x51\x54\xb0\x31\x21\x0b\x87\x9c\x38\xed\x24\xa5\xb2\x63\x6c\xd5\x3e\xd9\x69\x28\xd3\xba\xec\xc2\x21\xf6\xc3\x7d\xf1\xaf\xf4\x47\xe7\xf7\xb8\x47\x87\x00\xa5\x13\xfb\xf3\xc8\xee\x0f\x3d\xdf\xd0\x9d\x33\x8d\x1d\xfe\x61\x30\xeb\xfb\x45\x37\xde\xdf\x2f\x44\xc9\xe7\x55\xdb\x8a\x76\xd4\xf0\x7e\xff\xdb\xfd\x52\x14\xdd\x7e\xcb\xa7\xfb\xff\x06\x44\xf0\x52\x9f\xe3\xff\x4d\x27\xfd\x90\xe5\x18\xbc\x67\xf1\xac\x7b\x0c\x01\xa2\x30\x71\x08\x7f\xb2\x87\x40\xcf\x1f\x9f\x37\xb4\xa5\xf4\xa7\x77\x43\x43\x5c\xa0\xa1\xb1\xc9\xf1\xf3\x1d\xf8\x9a\xc0\x90\x9f\xd9\x52\xc7\xa2\x15\x57\x55\x29\x65\xcc\x66\x2a\xda\x39\x89\x22\x0d\x9b\x89\x6b\xc9\x38\x24\x4f\x65\xa2\x45\xec\x46\x96\xb3\x45\xc5\x0b\x7e\xde\x58\x43\x62\xff\x10\xcb\xaf\xea\x9a\x2d\xbb\x65\x5e\xd7\x2b\xc9\xdc\xe4\x19\x7b\xdd\xe6\x8b\x05\x82\xe6\xe7\xe7\xcd\xd9\x47\xe8\xf7\xc7\xad\x26\x14\xc3\x0d\xe0\x83\xa1\x12\x67\xf2\xb2\xec\x58\x4e\xc1\x03\x52\x70\xe5\x4d\x69\xa7\x6f\xf9\x8f\x46\x34\xf9\x45\xd7\xb7\x79\xd1\xdb\x02\xa8\x59\x17\xed\xc1\x01\x15\x23\x80\x55\xc4\x81\x63\x3b\x0e\x07\xfd\x38\x01\x9f\xb3\xed\x3e\xe0\x4d\x79\x9f\xe2\x2a\x4a\x30\x72\xa8\xe2\xa1\xa1\x6e\x0a\xfa\x28\x01\xf9\x0a\x0f\x58\xb3\xba\xb0\x38\x92\x79\x11\x83\x6f\x8a\x7a\x59\x72\x39\x99\x30\x6f\x79\x2d\x97\x7f\xc1\xdb\xbe\x02\x02\x90\x1b\xaf\x05\x51\xa8\xeb\xe5\x9e\x9b\xf3\x3e\x2f\xf3\x3e\x67\xf9\x85\x50\x92\xd9\x4a\x2c\x5b\xbb\x05\x6f\x5e\x16\x90\x2c\xcb\x08\x1b\x29\xf7\x17\x35\x7f\x6c\x62\xe6\xd2\x2f\x44\x73\x86\x9a\xab\x58\x81\x0d\xd1\xa7\xb2\x33\xb2\xfe\x05\x2f\x12\x42\xca\x9a\xf3\x0b\xe5\x8d\xf7\xbc\xe6\x57\x79\xd3\xa7\x1d\x6e\xcc\xd9\x8e\x2b\x40\x26\x04\x33\x43\x8a\x82\xab\x66\x5a\x2f\x39\x88\xe0\x08\xd6\xbf\xaa\xcd\xdd\x4d\xd3\x61\x8f\xa6\x49\xc0\x87\x47\x0c\x79\xf6\x96\x77\x92\x33\x7a\xd5\x76\xae\x84\x2f\x8b\x60\x25\x96\xd4\xdd\x91\x64\xa5\x6e\x66\x50\x15\x34\xda\x96\x1c\xbd\xa3\x78\xcf\xdb\x79\xd5\x80\x0c\x81\xdf\x2f\x5a\x5e\xf0\x92\x5b\x67\xee\xd9\x34\x2f\x78\xbf\x3d\x2f\x7c\xa5\xc3\x89\xfe\xdb\xea\xaf\xdc\xca\x3a\x63\x03\x48\x74\xd5\xe5\x8c\xb7\x7b\x56\x7b\xf6\xe8\xf4\xe5\x56\x16\xad\x9a\x86\xb7\x3a\x35\x92\x92\x5b\x4e\x96\xc5\xcc\x0c\x35\x57\xf9\x34\x24\xf7\x42\x68\x7d\x83\xf0\x2d\x39\x46\x80\xfb\x8d\xb5\x88\x29\xab\xc5\x75\xb2\x23\x3e\x81\x63\xe0\xb1\x5c\x8c\x41\x40\xec\x1e\x0c\x86\xe1\x3d\x58\x34\x41\x84\x9a\x70\x88\x9c\x43\xd2\x29\xab\x6e\x51\xcb\xeb\x99\x7b\xa7\xca\x7b\x43\x3a\xe0\xa8\xec\xe7\xb3\xf2\x3a\x8d\xf5\x87\xdd\x46\xaf\x18\xdc\x8b\x0b\x5e\xa0\xdb\xcb\xed\x2d\x3b\xc8\xe8\x5c\x9c\xb0\x9d\x1d\x78\x03\x3f\x6d\xd7\x71\x59\x72\x77\x42\xc5\x8e\xc8\xda\x8d\x76\x87\x3f\x1d\xd0\x3f\xb6\xff\x35\x1e\x52\x88\x9d\xfd\xf5\x3e\x1b\xb3\xbd\x3f\x07\x6f\x51\x56\x80\xf4\xf5\x63\xa7\xa2\x43\xbb\x28\x5a\x9d\xec\x9a\x22\xaf\x4d\x55\xa1\xbf\x8e\x5c\x1c\x00\x7b\xf5\x56\x47\xb9\x10\xe3\x7f\x61\x40\x19\x4e\x07\x2d\x0b\x29\xa0\xe9\xbe\xb8\x71\x31\x49\x0a\xb0\x8f\x5a\x5c\x4c\x7a\xd1\x19\xff\x72\x12\x13\xcc\xee\xc8\x35\xff\x97\x27\xaf\xbc\x94\xac\xd8\x0c\x0f\x69\x5f\x84\xa0\xa5\x55\x09\xf5\xa2\x6b\x1b\x5b\xc4\xcc\x3e\xc2\x42\xf6\x0a\x2e\x2a\xb2\x70\xd5\xc1\xe2\xfc\x35\x5f\x04\x86\x17\x9b\x87\xef\x7d\x63\xaf\xc2\x5f\xf3\x05\x86\x12\x07\x79\x52\x0d\x4b\xff\xb3\xf7\xc1\xab\xa6\x8c\x82\x68\xb1\x35\x7e\x0f\x9f\x19\xc5\x14\x4a\x61\xe0\x8e\x4d\x24\xe3\x3e\x96\x67\x5c\x57\x5d\x71\x5a\x55\x18\xad\x6f\x60\xb1\xbb\x8e\x71\x89\x92\x78\x15\x15\xef\x85\xa4\x7b\xdc\x14\x6a\x44\x40\x73\x86\xd6\xac\x37\x92\x70\x9d\x79\x78\x2b\x1a\xe7\xf5\x5e\x98\xa4\x43\xcf\x07\x98\xb8\xac\x4e\x3c\x8a\xf5\x01\x27\x89\x8d\x99\xdb\x01\x7c\x0c\xbe\x48\xdf\x86\xed\xab\xb7\xbb\xa9\x6c\x1f\x9b\x77\x46\x40\x2a\xeb\x77\x88\x1d\x72\x9c\xdc\x20\xc0\xa2\x43\x5e\x27\x6f\x5a\x79\x59\x02\xa3\xcb\x35\x0c\x1e\xe9\x59\xb1\x0a\xf8\x12\xfa\x04\x0a\xd4\xde\xda\x49\xeb\x19\xa0\xfc\x70\x2d\xd7\x7e\x5d\x35\x7c\x4b\xae\xfd\x7c\x09\x09\xa3\xd8\xd9\x47\xf3\xc1\x09\xef\xb7\x93\x70\xbd\x2b\xc3\x09\xef\x87\xe6\x0a\x4b\x31\x27\xcc\x68\x07\x15\x0c\x88\x64\x07\x88\x07\x32\x52\x39\x93\x08\x1e\x24\x6f\x79\xf3\x55\xcf\xf2\xba\xe5\x79\xb9\x62\x9d\x68\x7b\xae\x12\x56\x2f\xa4\x1c\xfc\x51\xae\xc9\x47\x50\x0a\x7f\x94\x6f\x3f\x42\x5e\x8c\xfc\x13\x6a\x17\xea\xea\xa2\xcd\x5b\xfc\x0e\x55\xba\xb2\xe0\x4a\x2c\xe3\xf3\xd8\xf1\x7e\x20\xa6\x19\x16\x8f\x65\xa5\x56\x31\xa9\xb2\x73\x27\xbc\x1f\x89\xa9\x2e\x9f\x9a\xcf\x84\x28\x36\xcb\xbb\x50\xb5\x62\x0b\x7f\x47\x4e\x7c\x92\xa7\x8f\x01\x0c\x2c\x36\xb6\x44\x36\xfb\xce\x8f\xc0\x43\x1d\x6a\x22\xdd\x23\x5f\x36\x6f\xd6\x67\xd4\x88\x46\xee\x51\x3d\x1e\xe5\xee\x68\xc0\x2d\x23\xf7\x0c\xeb\x51\xcc\x51\x3c\xc6\xa9\x37\x33\xb4\x00\x81\x4f\xb3\xaf\x04\x53\x5a\xcf\x93\xb0\xa5\xa3\x28\x3f\x59\xcb\x4e\x54\xda\x16\xbf\x4f\x88\x9d\x8a\x18\x84\x4a\x9e\x50\x3f\x6f\x6f\xd9\xf9\x83\x6e\x91\x37\x8e\xe3\x35\xaa\x1d\x61\x22\xa9\x3c\xfe\x80\xd2\x61\x49\xb4\x4b\x51\x49\x8b\x41\x18\xfb\xb0\x45\x5d\x5a\x49\xb9\x85\xfe\xd3\x65\xcc\x81\x9f\xbc\xb7\xc8\xb1\x04\x90\xee\xd8\x95\xf2\x54\x3d\x48\x7e\x41\x63\xd7\xca\x56\xf8\x19\x2b\xad\x0c\xb0\x66\x1e\x32\xfa\x06\x6d\x66\x9e\x55\x11\x60\x9c\x74\x52\x65\x82\xb2\xf3\x2d\x9a\x08\x01\x32\x61\xbd\x08\x42\x8e\x5b\x71\x0d\x4c\x11\xa8\xfe\x95\xe4\x63\x83\xf3\x07\x6f\xfc\x5b\xc8\x3c\x5f\xb1\x46\xf4\xf2\x9a\x01\xbb\x22\x9a\xc6\x17\x43\x0c\xdd\x1e\xb9\xa1\x48\xee\xf4\x5a\xee\xbe\x90\x27\xca\xca\xaa\x8e\xd3\xe3\x32\xea\x2f\xdd\x72\xb8\x81\xf6\x9c\xa3\x56\xd6\x0c\xf4\x9d\x78\x1c\x92\xfd\x16\xb4\x16\x50\x93\xd7\xff\x87\x0f\xdd\xc5\xf5\x88\x5b\x2d\xb3\xf7\xf8\x8b\x16\xbc\x17\x6c\x27\x0a\x6b\x98\x58\xf0\xd7\xee\x31\xad\x0e\x9c\xf9\xb2\x83\x35\xb7\xd2\xfa\x7e\xe1\xca\xbb\x53\x61\xad\xfc\x3c\x5f\x40\x7e\x82\x09\x7b\x83\x7f\x8d\x4e\xdb\x5c\xdd\x13\x1e\xaf\xf9\x50\x91\x0c\x19\xd4\x91\x62\x3c\xc9\xe6\x1e\x24\xb3\x56\xfe\x51\x82\x7a\xd5\xbd\x57\x6a\xbf\x80\xc0\x62\x9f\xab\xef\xa2\xfc\x53\x09\xec\xfe\x75\x0b\x5e\xea\x96\xd8\xc4\xb4\xea\x17\x32\x73\xb7\xa3\x04\x4a\x67\x12\x5f\xf2\x9a\x8d\x2d\x31\xf8\x09\x22\x68\x44\x26\x9a\x8d\xdd\xa7\x76\xfe\x31\x93\x68\xeb\x5d\x03\x20\x7f\xa8\x2c\x51\x0a\x7c\x33\x12\x5c\x0b\xa3\x5c\x91\xcb\x14\x0d\x26\xf0\x94\x43\x4f\x5c\x45\xd0\x91\x51\x76\x8e\x6c\x6d\xa8\x43\xc7\xe3\xa0\x12\x1c\x9b\xff\xa9\x1e\x9e\xff\x22\x32\xc2\xf5\x0a\x21\x6b\xa4\xb7\xb7\x6c\xc7\xc6\xec\xd1\xe6\xb2\x94\x7c\x32\x61\xdf\x3c\xfe\x22\x0e\xe2\xd3\xb3\x7f\x60\x90\x15\x5a\x71\x14\x7d\xa1\xb4\x01\x84\x82\x8f\xdc\x35\xc3\xb2\xf8\x33\x5a\xd2\xba\x46\xa9\xd2\xe6\x91\x36\x14\xaa\x2b\x8e\x2a\xe2\xde\x36\xef\xc7\xbc\xdc\x0d\xf0\xf0\xa1\x3a\xc0\xe4\x37\xb7\xb7\xf4\x0b\x12\x98\xea\xf6\x4d\x8f\xc8\xad\xd6\xe9\x55\x14\xd1\x37\xc1\x0a\x8f\x1b\xc2\xaf\x04\x59\x5c\x4a\xc8\x76\x7e\x52\xc3\x23\x5d\x46\x68\x82\xdb\x9c\x8e\xdf\x97\x0f\xff\xe2\x2b\x87\x3a\x34\x4a\xc9\x8d\x07\x88\x80\x76\x82\x75\x02\xd3\xfc\x32\x86\xec\x51\x56\x9a\xb1\x6a\xa3\x56\xea\xda\x1d\xdc\x0d\x28\x87\x97\x2a\x0b\x52\xe8\x58\xc9\xbc\xfa\xf1\xab\xa6\x1c\x6b\x09\xd8\xd2\xde\x82\x52\x02\xf1\x87\xd0\xcf\xc9\x9a\x39\x85\x4b\x84\x4a\x0b\x55\x93\xf5\x21\x79\x90\x7a\x9f\xa1\x0f\x6e\xf4\x23\x8d\xbd\xdf\x59\xbd\x04\xf7\x2e\xc0\x3d\x78\xf8\xd0\x7a\xa2\xa1\x0f\xf0\xd1\x58\x9d\x0e\x5c\x8d\xc4\xfe\x4c\xfd\xd6\x1f\xc9\x07\xf4\x09\xe0\xf1\xdb\x1e\x60\x66\x1b\x3b\x6e\x77\x2a\x47\x3e\x78\xde\x21\xd7\x19\xe4\x90\xbd\x11\x64\x09\x0d\x00\x77\x31\xf4\x13\xbd\xe5\x65\xf9\xde\x59\xfc\x8c\xa8\x25\x63\xf3\xbc\xbd\xac\x1a\x07\x5f\xdf\xf2\x10\xa5\x8b\xa7\xf1\xc9\xb4\x26\x17\x8a\x3c\x25\xf4\x1d\x2c\x78\x26\x9f\x7d\x60\xbb\xaa\xd6\x10\x4b\xd9\x29\x37\x61\xda\x41\xd6\x7e\x6e\x53\xa7\xeb\xd6\x48\xdd\x01\x97\x71\x9b\x8e\xc1\x51\xcb\x08\x89\xf7\x89\xdd\x8d\x1c\xdd\xa3\xd1\x28\x6f\x2f\x21\xe8\xb4\x0b\x8e\x69\x27\x3d\x81\xff\xd2\x24\x2b\xf0\xdf\x2c\x5a\x7e\xf5\x8c\x6e\x31\x76\x18\x8c\x53\x48\x5d\x73\x3c\x30\x28\x64\xd0\x76\x8e\xd0\x83\xe0\x2c\x7e\x21\x1a\x0c\x6c\x40\x37\x4f\x7c\xfe\x07\x22\x12\xc6\x33\xa7\x46\x10\x0a\xd5\xfc\xaf\x09\xb6\xf7\xc1\x02\xd9\x06\x60\x7c\x58\x19\x4a\x89\xd2\xe6\x4d\x37\xe5\xad\xc2\xdc\x19\x3e\xc6\x74\xc8\xcb\x8e\xab\x22\xa5\x98\xa3\x2c\x92\x2f\x16\xad\x58\xb4\x55\xde\xf3\xa8\x06\x4c\x36\xa9\x66\x22\x05\xc5\xcf\x0b\x11\xa0\x16\xe2\x2a\x61\x8a\x73\x9b\x3c\xfe\x38\xec\xf7\x68\x9e\xe4\x0d\xc0\xee\x79\x08\x25\x84\x7c\x4e\xa9\xb8\xe4\xa2\x3c\x76\x98\xa0\x4b\x53\x1e\x95\x3d\x8e\x1c\xc2\x1b\xb1\xec\x5c\xf8\x73\x62\xfc\x08\x29\xaf\xf1\x78\x60\xd0\x3f\x8a\x4e\xf6\xd8\x6b\x24\xe6\xe9\x2f\xfb\x99\x2f\x16\xbc\x29\x07\xce\xfe\x3b\xab\x3e\x10\xd6\x3b\xba\xd4\x07\x89\x63\x83\xd2\xb8\x1b\x04\x64\x60\xf4\xdf\x45\xd3\xd2\x1e\x44\x6a\x4d\xc2\xb9\x6b\x97\xd6\xdf\x00\x1c\x9e\xfd\xa6\xe4\xd8\x20\x60\xe4\xb7\xdd\xdd\xe1\x96\x63\xfc\xed\x83\xd7\x05\x8a\x36\xad\x1c\xb1\xc6\x8f\xb3\x4a\x2f\x93\x5b\x7c\x6f\xaf\xfa\x10\x85\x00\x8a\xf5\xdb\x83\xbc\xef\xd3\x10\xf1\x2e\x27\xcc\x23\x30\x81\x41\x4c\x82\xbd\xad\xe3\x48\x9e\x29\xde\x80\x35\x6e\xd7\x31\x12\x56\x2d\xc4\x2e\x2f\x6a\x1f\x0b\xd8\xac\xda\xe7\xdd\x13\x8b\x7b\x2b\x2d\xa4\xe2\x07\x6e\xd9\x2f\x3a\x00\x10\xf1\x20\x82\x7c\x4c\xac\xc8\xf5\x01\xd7\x73\x13\xd3\x11\x91\xe7\xf6\x3a\x2c\xdf\x38\xa8\xb9\xdf\x59\x53\x69\x24\x72\x66\xcd\x6c\xb3\x30\x50\xc6\x39\xe4\xfc\x2a\xdd\x88\x51\xda\x0e\x04\xae\xa2\x39\xe3\xba\x80\x34\xe4\xb6\xc1\x17\xf1\x6b\xab\xed\x75\x76\xb1\xac\xea\x12\xdd\xb2\xc1\xca\x40\x21\x78\x4a\x72\x00\xa5\x3f\x6f\xa9\x5f\x65\xa9\x54\x10\x03\x29\x96\x07\x4c\x57\x0d\x4f\xbe\x0c\x55\x3a\x45\xed\xbe\x8b\x65\xe7\x89\xf9\xc2\x3b\x33\xe7\x44\xbf\xd0\x72\x5b\x05\x6e\x6f\xd9\xe7\x3b\x9f\xb5\x16\xf5\xf6\x55\x7e\x46\xc7\xe8\x31\xf4\xf6\x2e\x5d\xf7\xff\x78\x2e\x87\x7b\xa6\x01\x3a\x7f\xf0\xf2\xf8\xe7\xf3\x07\xff\x17\xa5\xfb\x09\x60\xd7\xd6\x83\x9e\xb8\x80\x22\x09\xd8\x93\xb2\xba\x3a\x7f\xb0\x06\xde\xda\x07\x3f\x91\x93\x1f\x80\x9e\xac\xd9\xe5\xec\x08\x2f\x2d\xe3\x28\x9b\x8a\xc5\xd6\x5b\xf3\xe7\xe7\x17\xf2\x47\xe8\x27\xba\x8a\x71\xe1\xff\x43\xc3\xd1\x23\x31\xf5\xec\xd8\xec\x3e\x18\x8b\x1d\xa7\xe3\x11\xb5\xae\xc2\xde\x3c\xeb\xc7\xf8\xba\xea\xfa\x51\x5e\x96\x03\x6b\x94\x49\x98\xf4\x75\x07\xc9\x9d\x77\x9d\x89\x64\x6b\x62\xee\x25\x4f\x77\x24\x06\x20\x40\x12\x87\xc2\x0f\xb0\x6e\x53\xa3\x4b\xde\x63\x30\x5f\x14\x04\xcc\xed\x3a\x35\x05\x71\xc6\xb1\x66\x74\xc4\xa1\x81\x35\xd7\xe1\xa4\x61\x4d\x66\xdb\xef\x28\x04\x03\xd0\x0b\x21\x76\x61\xb4\x8f\xdb\xa3\x17\x1a\x88\x42\x08\xf4\xc2\x48\x81\x98\x69\x66\xb0\xa3\x52\x50\x50\x82\xe0\x1d\x57\x70\xea\xc4\x9c\x0f\x8a\x19\x9b\x3c\x65\xe0\x0a\x16\xc2\x6e\xc4\xa3\x62\x67\x39\x68\x51\x92\x1c\x00\x00\x1b\x3c\xd2\x90\xdf\x8c\x8a\xf9\x31\xba\x7c\xaf\xcf\xe5\x89\x67\x2b\xac\xc0\x60\xe6\x91\x85\xcb\xd6\xe6\x3c\xef\x96\x2d\xa4\x40\x3d\xa9\x7e\xe7\x09\x88\xeb\x40\x52\x54\x58\xf2\xd6\x2a\x3e\x65\x8f\x12\x77\x06\xef\xb2\x8b\xc8\xd7\x7d\x5e\xff\x82\xb9\x3b\xe2\x19\xa7\x34\x98\x9c\xd3\x81\xc4\x25\x15\x0b\x47\xe7\x3f\x79\x47\x8d\xe4\x1f\x58\x13\xd2\xaa\xc1\x17\x62\x70\x74\x4e\x58\xeb\xce\x84\x1d\xde\xab\x55\x6b\x2e\x76\x15\x06\xf3\xc1\x07\xcc\x4a\xb2\xd6\xb3\xe3\x33\x08\x33\xa8\x72\x1e\x6f\x84\x6c\x1a\x11\xe6\x92\xc7\xae\x67\x79\x0b\x6d\x8f\xed\x7e\xec\x3b\x2b\xfb\x45\xc9\x24\xef\x91\x7f\x89\x19\x80\xb3\x5f\xd5\xdd\x20\x8d\x28\xab\x8c\x0c\xcc\x77\x94\x1e\xc9\x45\x7f\xec\xa5\x12\x99\x56\x4d\x29\x4f\xda\x9f\x15\x1c\x40\x1c\xba\xb0\x42\x28\x00\x07\x63\x84\xbe\xda\x8c\x07\xc0\x3c\x87\x2c\xff\xc3\x00\x16\x00\x0a\x6e\x48\x8d\x36\x09\x3a\x6b\x17\xc1\xa6\x62\x4a\x99\xb0\xbc\xb5\x28\xbe\xe5\x29\x68\x15\x1a\x8d\x57\xe1\xa3\x87\xb0\x50\xfa\xd7\xf1\xe8\x7a\x8c\x51\x6d\x43\xc4\x47\xc9\xb9\x0f\x69\xbc\x6b\x58\xda\x7f\x3d\xeb\x4d\x6f\x87\x65\xb0\xff\xa9\xac\x37\x3d\x7a\xe4\xcb\xff\x6d\xa5\xd9\x63\x5b\xe6\xc4\x49\x66\x5c\xec\xf3\x4f\x70\x4b\xf9\x23\xb2\x8e\x78\x33\xfd\xff\x52\x8f\x6c\x77\xf1\xf9\x1f\xcd\x52\x90\xd4\xfa\x21\x8e\xaf\x3b\xa0\x3c\x4d\xae\xb9\x9f\x22\xc2\x68\x0d\xbd\x65\x77\x6d\x8a\xb5\xbc\xb2\x69\xd2\x1e\x7e\x99\x66\x31\xa5\x0f\xba\x54\x47\xbc\x3c\x1a\xec\x48\x32\x83\xfd\xf6\xff\x12\x1e\xcd\xfe\x67\x13\x1e\x6d\x85\x03\x88\xe3\x50\xa0\x79\xd6\xaf\x91\x9b\x43\x44\xa5\x2c\x9f\x39\x09\x44\x32\x2b\xa3\x08\xb0\xa5\xb5\x19\x41\xb6\x42\xb0\xdc\x9c\x0e\x68\x0d\x63\x33\x30\xa8\x3d\xe5\xa6\x37\xbc\xdb\xbf\x00\xa4\xb2\xfa\xe8\xaf\xb6\x48\xf8\x03\x94\xea\x54\xc4\x1d\xcb\x7d\x4c\x3e\xf5\x34\x6e\xb1\x44\x3f\x5f\x90\xe4\x27\xa4\x47\xab\x1b\x31\xc2\xda\x26\xb9\x8f\xcb\x68\xec\x5c\x4c\xb1\x82\x0e\xcb\x20\x2f\x84\x18\xcf\x60\xc9\x94\x41\xff\x97\xe5\x08\xfa\x3f\x91\x09\xc4\xe4\x02\xb1\x55\x97\x31\x31\x08\x12\xfb\x80\xbc\xcd\x9b\x32\x63\x65\xd5\xe5\x75\x2d\xae\x61\x47\xbc\x9a\x4e\xe9\x66\xe3\xf4\x9d\x9a\x2c\x50\x88\x0d\x04\x15\x00\xed\x5e\x88\x40\xf3\x8d\x07\x8a\x6b\x1a\x22\x95\x51\xb4\x4d\x59\x7d\xfc\x4d\x60\xa2\xa0\xd0\xa9\x98\x29\xb6\x58\xb6\xe0\xc5\xb6\xce\x9a\x8a\x5c\x28\x2a\x75\x71\xb8\x21\x21\x16\xa9\x2c\x80\x4a\x40\x57\x05\xb8\xbf\xcf\x4e\xe0\xb6\x4a\x3a\x02\x8d\x3a\x8d\xd1\xb4\x3a\xb6\x07\x83\x89\x25\x3b\xed\xe2\x51\xb7\x5e\xe3\x79\xff\x02\x90\xac\x7f\x84\x19\xf5\x88\x1c\x4a\x18\xe1\xc9\x4b\x32\xaa\xdf\xbe\x82\x49\x0f\xdf\x51\xa6\xa7\x98\x93\xad\x7c\xf5\x8e\xae\x38\xe1\x64\x76\xb8\x30\xa2\x18\x55\x7d\x34\xb8\xef\x53\xb5\x70\xd6\x5f\xa1\xb4\x89\xee\x85\x1c\x3a\x2f\x53\xda\x03\x0a\x29\xdd\x68\x5c\xdc\x09\x57\x4e\x9d\xcd\xb2\x5b\x10\x22\xd4\xeb\x23\x66\x38\x02\xd1\x6f\xc7\x64\xad\x5a\xa3\xfc\xa2\x3e\x9c\xc5\x3a\x64\x65\x1d\xb5\x3b\x03\x6a\x28\x8b\x67\x49\x3e\x8b\x5a\xb2\xf5\xe7\x0b\x7c\xa7\x8e\x97\xb8\x7b\x5a\x98\x36\x43\x52\x72\x4a\xc8\x21\x42\x4f\x24\x7d\xa6\xb1\x80\xc7\x84\xbf\x2f\x2c\xc3\x70\x54\x78\x58\x4b\x87\x21\xb3\xb5\xab\x77\x47\x30\xad\x97\xdd\x0c\xf7\xd2\x20\x2f\xfa\xea\x2a\x54\xe6\x87\xbb\x2e\x31\x20\xac\x5f\x99\x4b\xaf\xdb\x7c\xf1\x26\x6f\x3f\x75\x83\x28\x10\xf9\xde\xe1\x30\x63\xd4\xa2\xfa\x23\x92\xff\xe6\x7e\xdb\xde\x33\x54\x95\xa5\xb5\xca\x84\x0f\xec\x33\x4d\x7b\x02\xce\x3e\x84\xa6\xd6\xb5\xbc\xca\x59\x43\x1b\x28\x51\xcd\x6e\xd5\x54\xdd\x6c\x90\xba\xdb\xed\xa8\x17\x91\xf1\xa6\xfb\x15\x81\x13\xdb\x7a\x82\x0c\x6d\xda\x9b\x3f\xd6\xbe\x26\x6d\x4f\xdd\x23\x8f\x2d\x90\x39\xd5\x25\x1d\x97\x2e\x65\x08\x54\x3a\x6a\xa5\x6a\x3c\x48\x4b\xf4\x9a\xc9\x4d\x0c\xd3\x4b\x01\x2d\x33\xed\xc3\x70\x95\xd7\x4b\x9e\x81\x42\xed\xb9\xdc\xf2\x19\x2b\x45\xc3\x2d\x9f\x06\xd8\x27\xa3\x46\x76\x59\x73\xc3\x18\x04\xb2\xcd\x2a\x7d\xc8\x43\xd5\x4f\x59\x75\x32\x0f\xa3\x72\x13\x54\x1e\x82\xef\xf3\x86\x89\x65\xaf\xf0\x23\x74\x34\x31\x18\x36\x15\x38\x11\xa5\x3b\x90\xb4\xd3\x85\xaa\x63\xd5\xae\x1e\x5d\x74\x22\xb6\x5e\xd8\x8d\x8b\x1c\xab\x35\xc2\x78\x37\x55\xbb\x89\x67\xbb\x02\xa5\x1f\x83\xa7\xfe\x85\x74\x1e\x34\xe4\xc9\x0a\xa9\x9a\x36\x6c\xa8\xb0\xff\xa9\x4d\x6f\xff\xc3\xf1\x44\x53\x9e\xb3\xf5\x98\x96\x77\xe1\xa3\x58\x44\xa5\xd3\x25\x95\x06\x52\x52\xfb\xba\xae\xc7\x25\x85\x44\xcb\x11\xb0\xcc\x3e\xff\xc4\xb5\xf3\x5f\xd5\x0c\xfc\x9d\xc8\xf6\x9c\x76\x8c\xae\xee\x9b\x43\xb0\xc6\xbe\x80\x1c\x50\x6e\xa4\x2f\x8b\x2d\x01\x71\x7c\xbc\x7c\x1e\xd8\xec\x23\xfa\xa9\xa6\xd4\xf8\xf1\xa2\xcc\x06\x56\x7f\xad\x6b\xad\xee\xac\x33\x45\xbb\x30\xd8\xa1\x7d\x0c\x05\xae\x09\x4e\x1f\xd6\x1e\xba\xc1\x0a\xec\x4e\xa0\xfe\xc0\x52\xa1\x12\x47\x47\x5e\xda\xb2\xe3\x41\xda\xa0\xbd\xc8\x1b\x4b\xad\xb8\x9e\xff\xe2\x36\xd1\x4c\xbb\x17\x3a\xb9\x75\xf8\x5d\xfc\xda\xd0\x8b\xd8\x4d\xc8\xd2\x11\xc6\x5d\x99\xec\xb1\xe8\xbf\x7d\xf9\xb3\x6a\x7a\x6b\x24\x25\xe8\x44\x83\x7e\x51\x0a\x80\xb8\x5c\x92\xb8\x8e\x20\xdc\xfe\x07\x29\xd5\xc9\x5a\xd7\x38\xea\x47\xcf\x23\xf0\x02\xc1\x48\xe5\xd8\x41\x11\x75\x08\x87\x1e\xa4\x42\xb1\x08\xd7\x8e\x97\xec\xaa\xca\xd9\xa2\x5e\x5e\x56\x4d\x84\xdf\x53\x40\xd0\xd3\x35\xa2\x73\x10\x18\xb6\xa6\x4b\x2f\xad\xce\xc0\x4d\x47\x05\xc1\x23\x1c\x83\x64\x9e\xf7\xed\xe5\x9d\x27\xa9\xa3\x46\x53\x51\x95\x47\x29\xff\xe2\xd4\xa7\x0f\x7d\x10\xd2\xef\xc8\x5d\x27\x71\x66\xa6\x04\x79\x73\x27\xd8\xf6\xb8\xdc\x78\x54\x22\x77\x70\xa5\xcd\x98\x96\x16\xc6\x66\x05\x67\xf3\x6b\xf6\x76\x59\xd7\xf4\x85\xf2\x1f\x51\x0a\xdc\xd5\x82\x07\xbc\xd0\xe3\xd8\xa9\x63\xc3\xca\x27\x1c\xa6\xbd\xdf\xd4\x0b\x8c\x08\x55\xdd\x40\x87\x28\x15\xb3\x11\x1b\x3d\x18\x7d\x81\x31\x3e\x57\xf0\xf2\x01\xbb\x94\xd3\x0d\x6a\x47\x63\xc1\x0f\x2c\x0d\xce\x1d\xc0\xc4\x92\x3c\xa1\x58\x12\xb7\x23\x20\x4a\xae\xed\x8c\x12\x2f\x62\xed\xae\xad\xf9\xc9\x24\x5d\x75\x8d\x62\xc1\x46\x8a\x88\xdf\x9b\x24\x39\xc2\x29\x79\x3c\xc5\xa9\x61\x5f\xef\xc3\xd4\xd8\xd3\xb7\x36\xcf\xf7\x36\x32\xbe\xf3\x45\xe4\x7e\x97\xe8\xae\xd3\x87\x94\x2c\x52\x6f\x7f\xc1\x3b\xdc\xea\x60\x55\xff\xec\xe3\xc2\x25\x84\x5d\x66\x43\x75\x9b\x72\x7b\xeb\x2f\x8d\x2c\x2e\x68\xc5\x07\x80\x98\xf3\xdb\xf5\x36\x22\x0a\x58\x04\x97\xfa\xc0\x5f\xb9\x1d\x9b\x48\x8f\xac\x85\x64\x63\x66\x88\x93\x02\xc1\xff\xc1\x3b\x7c\xe3\x13\x4f\x9a\x3b\xa4\x9d\xc1\x92\xfa\x98\x89\xd1\xc7\x0c\xd9\x67\xb6\xbf\xcf\xbc\x58\xd3\xf5\x62\x99\xef\x7d\x99\x76\xe5\xaa\x23\xee\x20\xfb\xfb\xec\x59\x79\x95\xab\x74\x54\x55\xcf\xdb\xbc\x17\x2d\x5b\xe4\x1d\xe2\x49\x68\xbc\x56\xba\x4f\x6c\xb8\x44\xee\xc2\xd1\xf4\x64\xcb\xab\xa4\x2f\xb8\xb9\x29\x26\x23\xa4\x94\x62\xbc\xe6\x12\x89\xb5\xb0\x3d\xb6\x49\x84\x4e\xd2\x58\x5c\x1f\x18\xed\x72\x28\xed\xc7\xdc\x7b\x23\xf2\x5c\xcc\xc9\xee\x8f\x10\xed\xc8\x89\x03\x04\x4f\xca\x8a\xeb\xca\x79\x24\x96\x64\xac\x5c\x35\xf9\xbc\x2a\x8c\x54\xf0\xc6\x83\xb6\x01\x07\x0d\x52\x96\xa3\x66\xcc\xd5\xa0\x87\xd5\xc7\x6a\xb4\xc6\x4c\x95\x59\xba\x58\x8d\x23\x21\x8f\xbe\x6e\xe0\xf4\xcf\xd4\x4b\xdf\xf9\x86\x01\xbb\xba\xd4\xb4\x85\x65\x26\x7e\x37\x22\x1d\x24\xed\x91\x57\x30\x62\xff\xa6\x12\x8e\xb9\xc1\x44\xac\xc5\xb9\x5c\x80\xc5\x0f\x78\x66\x62\xaa\xde\x9b\x46\x48\x90\x50\x28\x5a\xc0\xdc\x65\xe1\x8c\x9d\xc9\x57\x1f\x9c\x0c\xab\x1e\x64\xf7\x15\x46\xb6\x68\xc7\x10\x23\x68\x78\x39\xd0\x6d\x48\x6a\xdb\x16\xd2\xe7\x97\xdb\x78\x80\xf4\xf9\xa5\x24\xed\xfc\xd2\x25\x43\x2b\x82\xd7\x09\xdc\xc5\xf2\x13\xfd\xad\x36\x0c\x51\x82\x70\x53\x3c\xe1\xe9\xa7\x3e\x34\x26\x25\x63\xbc\xe6\xb5\x6d\x91\xe2\xb5\x71\x89\x1c\xf5\xe2\xb5\xb8\xe6\xed\x8b\xbc\xe3\x83\x61\xd0\x01\x34\x12\xc9\xc1\xb3\xa2\xae\x8a\x4f\xcf\xca\xb2\x3b\xe1\x35\x87\x75\x04\x1a\xf5\x71\x4c\xff\x92\x17\x60\x77\x9a\x2a\x39\x04\xbf\x2e\xdb\xfc\xf2\x8d\xb8\xe2\xe6\xeb\x7f\x3f\xdc\xf2\xd3\xb9\x58\x76\x5c\x7f\x76\x02\x28\x93\xdb\x7d\xc9\x6f\x0a\x0e\xa0\xe9\x27\x55\xf3\x69\xcb\x6f\x70\xd2\x5e\x57\x5d\xcf\x1b\xd8\xde\xdb\x7c\x54\x35\x8b\x65\xff\xb7\xbc\x29\xeb\xad\x3f\x59\x70\x50\xe8\xc8\x2b\xf0\x4b\xb0\x04\xc9\x8d\xb1\xee\x53\x4d\x89\xe0\x7b\x3f\x46\xbd\x4b\x07\x39\xc1\xe1\x2f\x74\x20\xbd\x91\x0f\x6e\x86\xe7\x0d\xf8\xdd\x23\x85\x9f\x14\xad\xa8\xeb\x53\x48\xd8\x10\x23\x68\x88\x93\xcc\xd8\x0a\x38\x7b\xc3\xf3\x96\x77\xfd\xf9\x83\x8c\xdd\xf8\x0f\x56\x6f\x54\xf8\xe7\x37\x19\xbb\x31\x3f\xc2\xeb\x7d\x4b\xa4\x01\xff\xf7\x77\x86\x6c\x68\xe5\x3f\x94\x8d\xdd\x04\x25\x75\x1b\xf4\x57\xf0\x95\x2e\x70\xe3\x14\x50\xfe\x4e\xf9\x82\xc0\xfc\xa3\x2e\x37\xf4\x0a\x3d\x08\xc8\x23\x81\x8d\x81\xad\xd8\x73\x36\x30\x43\x1a\xd9\x35\x92\xf2\x66\x45\xff\xbf\xc9\x9c\x4e\x67\x4e\x0f\x5d\xc3\x2b\x92\x40\x07\x6d\x1c\x37\xbd\xf8\x19\xf9\x99\xb3\xf8\x27\xbd\xdc\xdc\xa0\x3e\xd0\x24\x20\x07\x34\x66\x03\xc8\x23\x8c\x89\xde\xa9\x43\x43\x76\xa7\xb1\x5b\x5f\x8b\x4b\x86\x81\xe7\x02\x80\x50\xd9\xb2\x99\x01\x69\x96\x66\x43\xb0\xaa\x21\xaf\x54\x56\x88\x92\x8f\xd8\x09\x00\x46\x9f\x37\x8b\x56\x5c\xe4\x17\xf5\x0a\xa3\xc6\x15\x10\xf5\xc5\x0a\x79\x63\x87\xe9\x54\x4a\xc2\x49\x07\x35\x47\x67\x57\x04\x60\xf1\x84\x17\xcb\x14\xbf\xef\x30\x8f\x40\x91\xd7\xb5\xbc\xf4\x8b\xce\x7a\x05\xe0\xaf\x28\x40\xdd\x80\x1e\xba\xe5\x2c\x6f\xce\x1b\xd3\x53\xc4\xed\xbf\xe0\x80\x43\x9a\x5f\x02\xd4\x55\x2f\xa0\xb6\xaa\xb9\xc4\x56\xa1\x12\x2b\x51\xfb\x75\xbe\x3a\x6f\x06\xf2\x1c\xe1\x37\xf9\x7c\x21\x9f\xcc\x78\xa3\x80\x99\xaf\x64\x6f\x71\x4a\xda\xe1\x48\x72\xb8\x57\x15\xf8\x7a\x60\x0f\x73\xf5\x8e\xb5\xfc\x52\xf2\x81\x96\x40\x87\xcf\x9b\xb3\x8f\x06\xb8\x72\xe4\x70\x97\x7b\x80\x7a\x59\xd8\x97\x4e\x15\xc3\xec\xbc\xf9\x78\x5d\x35\xa5\xb8\x1e\x89\x86\xcb\x0a\x30\xe5\x18\x79\xed\x03\xd4\xdf\x47\x49\x3a\xa2\xe6\x23\x7c\xef\xc1\xce\x9f\x37\x55\xff\x55\x5d\x13\x9e\x17\xcd\x2a\xe0\xfd\xf3\x06\x41\xc3\x32\x96\x77\x6c\x5a\xb5\x5d\xcf\x54\xd4\xf2\x90\xc0\xac\xf4\xf1\x5c\x8b\xcb\x57\xaa\x63\x03\x70\xca\xc9\x0c\xe5\x64\x6a\xb1\x9c\x00\xf0\x99\xe6\x7d\xe8\xc4\x03\x70\xa0\x03\x77\x78\xb4\x03\x30\x90\x16\x8a\x87\xba\x7b\x7a\x71\x76\xf0\xc1\x7c\x6c\x07\x77\xc3\xd7\xee\x1c\x59\x5f\xbb\x2f\x06\x27\x7d\x5b\x35\x97\x56\x45\xba\xef\x99\x89\x85\x70\xfe\x4c\xb7\xa9\x06\x6d\x1a\x73\x16\x42\xbd\x67\xbb\xec\xfc\xc1\x58\xf2\xca\x68\x55\xa9\xaf\x9d\xc2\x9a\x3f\x70\xe3\x83\xb5\xe6\x58\x58\x73\x22\x90\x70\x7f\x44\xbf\xcf\x0e\x3e\xb0\x31\xa6\x3c\x00\x6e\xa1\x52\x76\xfe\x08\x5a\xb5\xe3\x97\x24\xb3\x63\xe3\x92\x54\xf1\xc5\xc6\x03\x0d\xb8\x0e\xb0\x30\xd2\xcf\x19\xb4\x6e\x24\x87\xe9\xb2\x56\x9d\x03\xf0\xee\x1c\xc5\x33\x76\x3a\xe3\x2b\x84\x1e\xd6\xc8\xb7\x88\xe0\x9e\xaf\x9c\x94\x29\x55\x87\xc0\xfd\xc8\x47\xf2\x96\xb3\x46\xf4\xa8\x15\x44\xa7\xfe\xe6\x52\xe5\x1c\x99\xc1\x45\x9a\x80\x8a\x6d\xf0\x75\x3c\x0a\x7f\x36\xa3\xfa\x62\x60\xe7\xaa\xdc\x16\xa2\x19\x05\xb4\x6d\x4b\x97\x62\x0e\x9e\x41\x24\x47\x74\x24\xde\xbf\x52\x8c\xb7\x0b\x8f\xd9\x4a\x5e\x15\xaa\xc0\x55\x86\x90\x9e\x27\xd4\x81\xc0\x93\xc6\x6b\x08\x3c\x35\xdc\x47\x81\x57\x8e\xe6\xfe\x13\xbf\x57\x14\x59\xef\x9c\xbb\x7a\xa8\x2f\x31\x05\x8c\xd2\xdc\xa2\x1e\x21\xb7\x27\x5d\x1f\x05\xe4\xf8\x02\x3d\xee\x0c\x92\x23\x7e\xf8\x55\xa7\xac\xaa\x08\xe2\x18\xe0\xeb\xb3\x10\x82\x90\x28\x54\x2d\x42\x00\xed\x85\x74\xfe\x19\xcf\x03\x33\xe9\x74\x7a\x39\x77\xc2\x31\xaa\xec\x15\xd8\x08\x06\x36\x86\x97\x1e\x29\x38\x18\x0a\x1b\xd8\x7b\x6b\x77\x37\xd3\xe4\xe0\x37\x48\xbb\xec\x69\x2c\x0e\x00\x2f\xdc\x67\x66\x37\x8e\xc4\x74\x80\x5f\x0c\x63\x39\x7b\x41\xcf\x11\x5e\xcd\xe5\x55\x1f\x3c\x02\x6c\x0c\x43\x81\x09\x8a\x23\x2d\xdb\x3d\xc0\xc6\x8e\x1b\x93\x03\x0e\x9f\xa8\x5e\x24\xb4\x67\xca\xab\xd9\x7c\x7d\x04\x93\x38\x30\x4f\xc0\xa1\xd9\x45\x50\x8c\x69\xcc\x02\x8d\x33\x26\xad\x82\x55\x5a\x37\x54\x2a\xa2\xfa\x99\xc8\xa0\xe7\xe6\x51\xf4\xa3\x55\x43\x4c\x52\x45\xc8\x90\x3a\x89\x52\x02\x81\x48\x63\xd3\x74\x0f\x29\x99\x72\xd6\x55\xcd\x65\x4d\x84\x6c\xd1\xab\x3c\x83\xd5\xe9\x1b\xa7\x5d\xb9\x4f\x5e\xc8\xca\x07\x45\xdd\x45\x68\x97\x3a\x6f\x88\x4d\xf1\x63\xb5\xa0\x92\x14\x8b\x1a\x2f\xd8\xc3\x00\x8c\x4e\x5f\x7e\x7f\xd4\x8b\x01\x7a\xae\x6d\x10\xf1\x50\x9f\x14\xe0\xa6\x33\xd4\x98\xfd\x22\x25\x0d\x03\xbc\xda\xe8\x14\x3a\xb9\x14\x4b\xe8\x78\x00\x30\x22\x10\xb6\xa7\x15\xaf\x4b\xc0\xd7\xb4\xd1\x5b\xa9\x2e\xfc\x94\x60\xec\x33\x95\x9e\x85\x00\xbf\x57\xac\xe1\x28\x09\x4a\x21\x15\x4a\x96\x23\x6c\x1e\x95\x14\x0a\xec\xdc\xae\xac\x6a\x2e\x33\x4c\x71\xa5\xda\xa4\x94\x48\x23\xf6\x9e\xf7\x6d\xc5\xaf\x30\xb0\x9b\x16\x19\x38\x92\x6c\xa6\xd3\x49\x90\xa8\x36\xd3\x26\x9e\x68\x1f\xad\x8d\x01\x10\xaa\x05\x20\x8a\x33\x9e\x5f\xf2\x96\x8a\x8e\xbc\x39\x9c\x2f\xbb\x9e\x12\x21\x05\x56\xfd\xfd\x7d\x9d\xf1\x04\x82\x10\x75\xbe\x13\xea\x19\xe4\xc3\xaa\xfa\x0a\xd2\x29\x10\x76\x3b\xa4\xb3\x72\xaa\xa0\x22\xd5\xef\x5c\x43\x9b\xa3\xe8\x17\xef\x10\x70\xd8\x68\xdc\x08\x96\x0f\xdd\x95\x8c\x8b\x07\x7c\x9b\x76\xa4\x09\xa8\x48\x37\xdc\xae\xd6\x3a\x19\xa8\x3e\xe9\x5a\x94\xc9\xc8\xcf\x01\xab\x77\x70\xf8\xa8\xc8\xfb\x62\xc6\x06\x6b\x4c\x08\xb6\xc0\x6b\x5c\xd1\x33\x26\xcf\xee\x07\x2f\x44\xc9\xdf\x80\x3c\xaf\x66\xbf\x68\x73\xa0\xaf\xa8\x73\x8c\xee\x7a\xc9\x41\x6f\x25\x3b\xbb\x45\x47\xb7\x51\x94\x1b\x8a\x89\xc6\x8c\x2d\x15\x31\x79\x85\x63\x2e\x01\xeb\x88\x8f\xd9\x2b\x07\x0b\x40\x71\x10\x5f\xbe\x82\x54\xc1\x80\xea\xf9\x9f\x58\x37\xa2\xe9\x7f\x71\xe5\xbc\x71\x93\xff\xf4\x3a\xef\xa2\xf4\xf0\x23\xd3\x10\x73\xe5\xde\x62\x26\xbc\x19\xf9\x95\xb2\x13\x25\x1b\xfb\x23\x48\xcf\xf2\xd3\xf4\x82\x2b\x68\x0c\x01\x37\x88\xe2\x17\x60\x90\xb5\xcd\x23\xb6\x8d\xac\x56\x73\x1f\x78\x76\xc6\x67\x7c\x8b\x59\xf6\xc6\xbd\x96\xbe\xfe\x30\x9e\x10\xce\xae\x9e\x47\xb3\x48\xa9\x03\x76\x0d\x5f\x76\xae\x89\xc2\x82\x49\xd8\x52\x01\x49\x97\xab\x7b\x7c\xb7\xbf\xcf\x7e\x24\xd5\x8e\x93\xec\x91\x34\xbc\x96\x67\xc7\x76\x3d\xc8\x7b\x31\xaf\x8a\xf7\x88\x16\xbb\xdd\x27\xa8\x32\x43\x95\xda\xd6\xdf\xf4\xab\x9a\xbf\x11\xe5\x72\x1b\xbd\x31\xc6\x43\x60\x4e\x4f\xd4\x6f\x47\x64\x22\x29\x9d\x3d\xcb\x58\x2f\x9e\xa1\x31\xe6\xb9\xfc\xfb\x79\xc4\x91\x57\x96\xa3\xb0\xc2\x67\x81\x7d\x40\x3c\x03\xd3\x57\xf0\x02\x6a\xa4\xaf\x9e\x87\x5f\x3d\x87\xaf\x9e\xbb\x7b\xf2\x37\x51\x35\x69\x64\x50\xb0\x50\x59\x63\x1a\xb8\xbe\x74\x34\x1c\x34\x43\xc0\x8f\x61\x66\x2c\xdc\xaa\xb3\xaa\x40\x2f\xcc\x6b\xbb\x86\xe7\x76\x0d\xcf\x23\x35\x3c\x37\x35\x3c\x1f\x7a\x72\x76\x5e\x96\xa7\xe2\x84\xf7\x83\x8e\x87\x31\x8a\x95\x94\x34\x79\xaf\x61\xb7\xe6\xea\x8c\xb3\x26\x07\x6c\x46\x8f\x19\x40\x5d\x3d\x66\xd5\xde\x5e\xf4\x84\x54\x6a\xe9\x8e\xf7\x04\x7f\x15\x39\xf6\x50\xd1\x8b\x6b\xf7\x94\x81\x89\xe4\x59\xe4\x00\x48\x78\x53\x9a\x1a\xe4\x02\x3f\x91\xdf\xe3\x94\x86\x35\xc4\xa2\xa0\x61\x6c\x73\x3e\x82\x05\x85\x7a\x82\xc4\x14\x60\x14\x04\x4f\x42\x18\x42\x66\x92\xe7\x33\x0f\xd0\xc3\x2a\x09\xf8\x64\x73\x1e\x43\xfb\xe4\x71\x43\x29\x1a\xc3\x7e\xa9\xfa\x19\xee\xd0\x41\x59\x4d\xa7\x0a\x09\x32\x90\x02\x5d\xe8\xc7\x74\x58\x86\xac\xc4\x0b\xad\x68\x79\xb7\xac\x83\xb0\x1c\x6d\x04\x2c\x8f\x31\x9e\xbe\xa5\xff\x2f\x04\x24\x7e\xc6\xbf\x9e\x83\xce\xea\x31\x2b\x8f\x13\x71\xf4\x94\x82\x5e\x56\x32\x81\xc6\x8d\x52\x8c\x80\x5e\xe4\xc3\xb3\xf2\xf8\x83\x8a\xd8\x87\xfa\xf7\xa0\xf2\xc0\x51\xd2\xc4\xbb\xde\xc8\xfb\x2c\x24\xae\xc7\xed\x3a\x66\x87\xfc\x07\xaf\x3c\x39\x9a\xb7\xc7\xec\x89\x07\x8d\x69\x20\x30\xdb\xe3\x0f\x98\x51\x3f\xe9\x5a\x86\x8e\x10\x56\x79\x42\xbf\xd5\x0f\x20\x9f\x7e\xc2\x39\x48\xf1\x12\xbd\x17\xe5\xb0\x90\x69\x0d\x81\x69\xd9\x8e\xb5\x10\xda\xe5\x46\x33\xdb\x4b\x8c\x75\x3d\x01\xee\x93\x10\x88\x02\x46\x83\xdf\xec\x32\xc4\xd1\x13\xfa\x4f\x8b\x6b\x8e\xf4\xde\x47\x42\x48\xfa\x2e\x09\xf6\x14\x26\x2a\xde\x74\x6c\x33\xb1\xb5\x2e\xdb\x72\xe6\x26\xec\xd1\x7a\x19\x01\x6e\x38\x8d\xab\xf9\xd5\x15\xa8\x74\xf4\xb2\xdb\x5e\x35\xc1\x4c\x68\x5a\x79\x96\x21\xdd\x00\x4b\x35\x14\xa4\x9f\x6e\x9e\x11\xda\x01\xaa\x96\xf0\xed\x73\xf3\xf6\x79\xd4\x67\xf7\xce\x56\xda\x9e\xd1\xb5\x7c\x7b\x0b\x86\x51\x3b\x0c\x41\x1b\x8b\x3a\x39\x2f\x7f\xb0\x4e\x63\xad\x53\x54\x51\xd2\x6b\x76\x6d\x14\xb5\xf2\xd6\x2a\xef\xb6\xfc\x8a\xb7\x5a\x63\x0b\xe9\x93\xe9\x46\xef\x2b\x6f\xe9\xce\xb2\x59\x79\x7b\xea\x66\xfa\xc4\xbb\xbc\x6c\x81\x6e\x49\x55\xe7\xe7\x94\xf4\x34\x31\xe8\x9a\x10\xa9\x55\x2e\x2d\xd5\x8c\xc6\x8e\x50\x83\x13\xea\x7c\xe5\x87\x80\x5b\x98\x6b\xbb\xd7\x95\xa8\xaf\x30\xfb\xa1\xe9\x16\x66\x28\x56\x89\x12\xbc\x9a\xed\xef\x43\x61\x83\x7c\x22\xae\x5c\xe0\x4e\x14\x26\x7b\xbc\xe7\xc1\xff\x03\x89\xc2\xee\xd5\xc4\x69\xc4\x56\x48\xa8\x81\xb0\x50\x81\x6d\xf7\x91\x19\x2f\xbf\xfc\xb2\x8b\x45\x07\xa2\x57\x23\xf5\xc8\x08\xd6\x81\x0e\x7b\xa6\xe4\x42\xdc\x46\x3a\xa7\xca\xc0\xab\x05\xdd\xc7\x02\x87\x3b\x7d\x7e\xf4\x2d\xd0\xa3\x3d\x77\x91\xfb\xb0\x69\xce\xfe\x09\x50\x15\xa2\xe3\x83\xbe\x55\x8f\x7c\x54\xac\xc2\xda\xe4\x5d\x3c\xb6\x94\xea\xaa\x7a\xde\xda\x2c\xa1\x1b\x24\x05\x49\xc0\x80\xb2\x4a\xa2\x42\x33\xca\x5d\x23\x9f\x0f\x23\xe8\x9c\x6e\x27\x9d\xdf\xde\x80\xa6\xa2\x58\x76\x6a\x69\x66\x79\xf7\x17\xf9\xdb\xbb\xd4\x61\x99\x1d\x2a\x04\xde\x0f\xb8\x16\xca\x2e\x03\x1f\x45\x50\xd0\x36\x94\x97\x52\xaf\xd7\x9c\x47\x50\xb7\x13\xf4\x3f\x84\x0f\xd6\x45\xda\x6d\x91\x9e\x53\x4a\x39\x96\x36\x29\x53\x5b\x37\xb9\xcf\x3c\x35\xff\x4f\x46\x2b\x16\xff\x36\xa1\x4b\x3e\xe5\x75\xdd\x41\x92\xe9\xeb\x19\x07\xc3\x33\xa4\x50\x94\xf5\x2c\x44\xfb\x45\x59\x14\x47\xea\xe3\x21\x13\x84\x3d\x79\x76\x55\x75\xd5\x45\xad\xf2\x3f\x7d\x61\xad\x50\xc5\x7b\x92\xf9\x88\x6c\x90\x65\x55\x94\x1c\xd1\xd1\x25\xda\xe9\x31\x55\x97\x88\x64\xa3\x88\x10\x03\x6b\x69\x09\x0d\xf0\x67\xfa\x0c\x00\x01\x9f\x06\xe0\xd5\x6a\x12\x8f\x29\x59\x77\xe7\x4c\xa2\x49\x01\x9e\x13\x84\x92\xca\x84\x48\x6c\x16\x19\x37\x9d\x1e\xee\x70\xd2\x23\xc1\x5a\xb7\x1f\x07\xf8\xc4\x52\xfa\x86\xf5\xa3\x78\x4f\x99\xc3\xc1\x28\xab\x95\xbc\xca\xc3\x8b\x5d\xe7\x1d\x9b\x8b\x92\x4c\x9d\x38\xc4\xae\xfa\x9d\x3b\x29\x41\x71\x48\xe0\x1d\xa0\x33\x5d\xca\xf3\xcc\x19\x71\xa6\x46\x1b\x19\xde\x25\x17\x73\xde\xb7\xab\x75\x03\x54\x8e\xba\x54\x06\x32\x29\x38\x63\x1e\x7c\x0f\x59\xfa\xa8\x2a\x0b\x0c\xd3\xcc\xc3\xba\x89\x38\xb5\x26\x40\x2f\x85\xce\xc8\xde\xb1\x9c\xf8\x12\x8e\x22\x32\x08\x78\xbd\xfd\x12\x39\x4c\x64\x5d\xc7\x7e\xb1\xa8\x4b\xaf\xcb\xd6\x94\x63\x66\x2c\xda\xa7\x1d\xe7\x80\x88\x00\x99\x44\xbb\xd1\x29\x5f\x38\xa0\x0f\x7e\x23\xaf\x78\x55\x5f\x63\x9e\xb2\x8d\x5d\xd2\x5f\x4b\x01\x33\xb9\xd4\x36\x1f\x43\xcf\xb2\xbe\x05\x87\xa3\x76\xa4\x2b\x48\xf1\xb7\x35\x29\x73\xf1\x04\xf7\xd1\x31\x48\x56\x98\x58\x28\xd5\x4e\xfb\xd6\xad\xd2\x78\x25\x42\x73\x3f\x51\x6e\x63\x9d\xba\xff\x0c\xbc\x30\x4a\xe5\x51\xf7\x45\x5c\xaf\xb7\x7d\xf2\x86\x56\xf2\xf6\xa4\xa3\x9e\x95\xbc\xdd\x7c\xa8\xa6\x76\x7f\x9f\x0d\x4e\x67\xbc\xe3\x20\x2b\x17\x33\xd1\x49\x2a\x17\x6c\x0e\xea\x47\xc8\x37\x9b\x77\x9c\xd5\xfc\x8a\xd7\x5d\x26\x17\xf0\xa2\x2a\x2b\x96\xd7\x97\xa2\xad\xfa\xd9\x5c\xd7\xd2\xf3\x76\xde\xc9\x6b\x2a\xc4\xdb\x51\x36\xe6\xdc\x1a\xed\x68\xe8\xad\xc4\x6b\x3e\xed\xf7\x7a\xb1\xd7\xca\x2d\xe8\xd1\x82\xee\xe8\x99\xf9\xeb\xfc\xc1\xeb\xd3\xf7\x4e\xb2\x78\xf8\xfd\xd8\xe7\x5a\xb2\x3a\x59\x6f\xcd\xa7\xdb\x55\xfb\xfe\xf4\xb5\x93\xfb\x1d\x7e\x9b\x04\xe5\xba\xe8\xdd\xd0\x4c\x20\xf0\x18\x7b\xca\x29\x41\x39\x6a\xf5\x5e\x9f\xbe\x67\x13\xf3\xe1\xe8\xf5\xe9\xfb\x8c\xbd\x3f\x7d\xed\x3c\x7c\x7f\xfa\x1a\xf5\x96\x2f\x39\xf8\x89\xe5\xac\x03\x9f\x20\x34\xda\xf1\x5c\xce\xff\x6a\xc1\x19\x6f\xe4\xeb\x92\xe5\x1d\xab\xc5\xe5\x23\x08\xd4\x1a\x5a\x1e\x51\x25\x2f\x06\x5d\xdf\x3a\x2e\x4f\xa1\xda\xc2\x45\x00\x44\xe0\xbf\xae\x6f\x1d\xac\x3f\x7b\xb7\xc9\xef\x51\xb2\x3b\x64\x4f\x9e\xb0\xdd\xae\x6f\xcf\xaa\x0f\x9e\xbb\xb2\xbe\x5d\xde\xc1\x40\x5e\xcc\xf2\x36\x2f\x7a\xc9\x09\x56\x0b\xde\x41\x9b\xb2\xef\x10\xb8\xd8\xb1\x03\x49\x58\x07\x37\xd3\xef\xf5\x34\x89\xeb\x53\x28\xe8\x51\xac\x1c\xd1\xf9\x83\xef\x37\xff\xfb\xf6\xdb\x6f\xf1\x8f\xef\xbe\xff\xee\xfb\x3f\xe9\x7f\xdf\xe1\xc3\x83\xe4\xbf\xed\xde\x6f\xf8\xf7\x9d\x6c\x1e\xda\x3f\xa0\xce\xfc\xe9\x4f\xf0\xe7\x9f\x0e\xd6\x55\xbf\xa6\x59\x7c\x8f\x5a\xfa\x2d\xa6\xf3\xe6\xdb\x03\x9a\xd2\x6f\xa7\x3f\xa8\x39\x7d\xd6\xe6\x17\x55\xb1\x66\x5a\xff\x0c\xff\xbe\xff\xfe\xd1\xb7\xdf\x3e\xfa\xee\xd1\xf7\xdf\xff\x60\xfe\x3d\xba\xe7\xbf\x1f\x62\xff\xfe\xac\xff\x7d\xfb\xe7\x3f\x3f\x7a\xf4\xe8\xfb\xfb\xd6\xfa\x45\xff\x54\xe3\x7a\x24\x3f\xfc\xf0\x3d\xfe\x61\xc8\x02\x27\x16\xa7\xe9\x79\x9b\x17\x9f\x78\x1f\xcc\xd1\x3b\xb0\xe7\x2b\x3b\x2e\xe4\xc5\xc8\x54\xe1\x93\x1e\xd1\x6c\x61\x4f\x81\x11\x9c\xb7\xfc\x2b\x79\xfc\xd7\xa2\x67\x73\xd1\x4a\x99\x00\xde\x28\xbe\x7e\x7d\x7d\x3d\x5a\x36\x15\x78\xb1\x8a\xf6\x72\xff\xc7\xe5\x45\x5d\x15\xfb\x3f\xbd\x78\xb9\x5f\x4b\xc9\xa1\xdf\x5f\x16\xe5\xfe\xf3\xaa\xac\x54\x7f\x46\xfd\x4d\x9f\x41\x1d\xa8\x97\x90\x5c\x59\x32\x32\x40\x46\xe8\x05\xfb\xc4\xf9\x02\xdd\x4a\x41\xd4\x2a\xc5\x75\x33\x3a\x6f\xf4\xe6\x5e\x48\x06\x7c\x76\xfe\x60\x30\x3c\x7f\x90\xb1\xf3\x07\x67\x1f\xf0\xff\x9f\xef\xce\x1f\x7c\x70\xb3\xe2\xf8\x23\x5f\xc8\xa3\xbe\x7d\x21\x4a\xfe\xac\x1f\x1c\x0c\x33\x16\x38\x8b\x3b\x25\xb4\x5e\x57\xf5\xfc\xac\x96\xdc\xb3\xf5\x9f\xb6\xf2\xe9\x5e\xed\x65\xf1\x91\x15\x49\x1a\x05\xef\x60\x37\x27\x50\x31\x83\x88\xc2\x9b\xe9\x77\xec\x48\x73\x88\xb3\x62\xf6\x81\x8d\x0d\x7f\x3a\xb8\xf9\xe6\x87\x03\x59\xae\x00\x7d\xa5\xfa\xe6\x9b\xe9\x9f\xd9\x11\x4a\x76\xef\x21\x02\xcc\xbd\xaa\xe1\x8e\x09\xbe\xfa\x76\xfa\x03\x3b\xb2\x37\xce\x59\x31\x63\x7b\x58\xfa\x83\x5f\x07\xd5\xc3\x79\x58\xcf\xf7\x79\xc1\x8e\x08\x35\xfc\x75\xa4\x79\xf3\xf9\xa3\x83\x58\x3f\x1e\x1d\x1c\x5c\xc8\xee\x7f\xf3\x2d\x44\xb7\x1d\xaf\xa9\x82\xc1\x0d\x01\x84\x0e\xf9\x59\x11\x7c\x86\x32\xe4\x6b\xbc\x84\x6a\x6b\x9c\xa4\xb4\xf7\xaf\xe4\xba\x9e\x9d\x9f\x2f\x0f\xbe\xf9\xe1\x60\x0f\xfe\x3f\xfd\xb3\xfc\xdf\xb7\x07\xf8\xf3\xdb\xe9\x54\xfe\xef\x3b\xfa\xf9\x7d\x5e\x7c\xd8\x57\x9e\x94\xef\xf9\xa2\xe5\x1d\x26\xac\x47\x2b\xc3\xe5\x52\x2c\x3b\x95\xdf\x97\xa0\x3b\xc8\xdb\xd1\x78\x19\x19\x31\xe0\xbc\x19\xe4\x20\x1d\xd4\xf6\xf1\x0f\x3e\xe1\xf6\xc1\x3d\x74\x94\x6b\xb2\xdf\x27\x8b\x5c\xfb\x45\x6e\xf4\x6d\x5c\xaf\x7a\xc3\x2c\x57\x78\x4d\x01\x71\x85\x0d\x5a\x5e\xe7\x7d\x75\xc5\xc9\xd5\xc7\x2d\x52\x57\x0d\x1f\x7a\xa2\x04\xc6\x39\xc5\xf4\x7a\x4d\x69\x57\xed\xab\xc9\x44\xf4\xa3\xb3\xf3\x07\x52\xae\x52\xdb\xf3\x8a\xd7\xe7\x0f\x8c\x78\x68\xb3\x10\xf4\x9c\xef\xf6\xfb\xf6\x87\xfd\x7f\x7b\x9e\x77\x55\xf1\xeb\x4b\x4c\xaf\xff\xeb\x33\x25\x94\xd1\x41\xee\x0c\x50\x89\xde\xda\xc9\xf8\x80\xcd\x79\xde\x74\xaa\x49\x6b\x31\x32\x76\x88\xef\xdc\x25\xc9\xd8\x23\x7a\xec\x94\xc6\x0a\x9a\xe5\xfc\x02\x01\x09\xab\x92\xbb\xdf\x01\x49\xf8\xd3\x07\x63\x8c\x1b\x25\xc9\xba\x18\x1a\x17\xfd\x60\x3c\x78\x0c\x15\x01\x56\xed\x15\xaf\x53\xf7\xb7\x99\x45\x80\x4a\x01\x1c\x5b\x1d\xb8\x15\x55\x6d\x70\x07\xc0\x46\xfe\x7f\xec\x11\x3b\x02\x31\x6e\x2c\x25\xbc\xc7\x5b\x6b\x73\xaa\x92\x0f\x08\x9a\xce\x0e\xad\xd2\xd9\x06\xd0\xfc\xd3\x42\x84\x13\xe6\x33\x56\x23\x1e\x9b\x69\xd9\xbe\x39\x0b\x10\x5a\xb4\x25\x6f\x09\x10\x22\xc3\x39\xca\x50\xb5\x1c\x18\x32\xe7\xf9\xea\x82\xfb\x40\x6b\x31\xa9\x11\xea\xdc\x88\x11\x0d\x54\x37\xc1\xc2\x67\x55\xcc\x94\x09\xf3\x8f\xb1\xbb\x13\xec\x21\x24\xa5\x93\x4f\x7b\xc1\x9e\x4e\x22\x30\x16\xc1\xe7\xb4\xfa\xb4\xfc\xeb\x31\xa1\xab\x88\x01\x46\x39\x05\xce\x97\x75\x5f\x2d\x6a\x4e\x97\x17\xb8\xfd\x40\x78\x03\xcc\x15\xdb\x01\x93\x5e\xaf\xd2\x8d\x8b\x06\x63\x4c\xa2\xf5\x69\x74\xbc\xbc\x87\x95\x27\xc3\xf2\x75\xd5\x71\xb7\x06\x10\xf3\xe5\x8f\x79\xd5\x54\xf3\xe5\x3c\x5a\x1b\x8c\x6b\x14\x9f\x01\x5c\xb1\x27\x08\x39\x3c\x30\x3d\x65\x47\xea\xd7\x13\x4c\xea\x67\x26\x9a\xe6\x79\x6c\xa6\x59\xcd\xf2\x98\x96\x0a\x2a\xfd\x40\x13\xfb\x94\x99\x59\x4e\xa1\x3d\x28\xba\xf1\xa7\x37\xee\xb8\xe3\xf4\x7b\xdb\xb4\x95\xb2\xcb\x84\x0c\x05\xe7\x4c\x34\x31\x24\xd4\xea\x78\xa0\xa8\x74\x6a\x25\xcb\xdb\x36\x5f\xc9\xcf\x0b\x57\xa4\x56\xe7\x62\x4f\xe2\x32\x48\x76\x46\x48\x11\xf3\xc5\xb2\xe7\xef\xe4\xbc\x00\xa4\x54\x66\xb8\x88\x2b\x4b\x01\xaa\x07\x84\xca\x2b\x37\x00\xb1\xec\x39\x48\x38\x00\x01\xa9\xaf\x89\x13\xb8\x1a\x1e\x99\xd3\x59\x05\xa9\xbf\x87\xe4\xcc\x62\x01\x80\x8a\x3c\xfd\xa1\x25\xdb\x38\x47\x3c\xd3\x89\x27\xaa\x06\x32\x95\x5b\x1d\x98\x58\xcd\x3d\x7c\xc8\x76\x50\x0a\x18\x49\xf9\x13\x86\x35\x1c\x86\x6a\x96\xb6\xba\xaa\xf2\x9a\x86\xce\xb5\x36\x45\xee\x97\xc3\x11\x7b\x75\x93\xcf\x65\x3b\x70\x49\x6d\x44\xb3\xd7\x2d\xf2\x42\x5e\x5d\x21\x28\x76\xf0\xf6\xe4\xcd\x50\xe9\x34\x91\x90\xda\x25\xc6\x47\xe8\x5a\x50\xad\x04\x25\xe0\x92\x4b\x67\xd5\xdb\x93\x37\xea\x04\xb6\x1f\x2f\x5a\x7e\x55\x89\x65\x67\x7f\x8e\xeb\x38\x62\xc7\xe6\xcb\xaa\x63\x64\x47\x73\x8f\x6f\xd3\x85\xaa\x67\xd7\x55\x5d\xeb\x7a\x10\xd3\xd2\x34\xd6\x89\x76\x64\x46\xfa\x68\xc4\x4e\x78\xde\x16\x33\x76\x91\x17\x9f\xae\xf3\xb6\xec\xd0\xe2\x0d\xe3\x56\x26\x45\x54\xe8\xbe\x5a\xb6\x62\xc1\xf3\x86\x4e\x42\x5d\xc9\xb2\xe9\xab\xda\xf2\x6e\xed\xfa\x56\x34\x97\xd8\xe0\xe0\x7d\xc6\x5e\x67\xec\xd9\x6b\xd0\x8f\x76\xa2\x1d\xca\x21\x4c\xc5\xb2\x29\x61\x5c\x79\xa3\xab\x79\xf6\x5a\xbf\xca\x52\x93\xe7\x75\x41\x4e\x24\x0a\xb5\xba\x16\x7c\x61\x8d\xf0\x4f\x23\x32\xda\x80\x0b\xf4\xb3\xd7\x9d\xfc\xe8\xbd\x29\x30\x78\x2d\x0f\x70\x04\xf7\x94\x27\xd1\x58\xf6\xf7\x7d\xc6\x5e\xbd\xcd\xd8\xb3\xb7\x19\x7b\x75\x9a\xb1\x17\x27\x19\x7b\x7b\x3c\x8c\xa9\x19\x32\x58\x39\x79\x0c\x28\x6a\xc4\x27\x27\x38\x09\xd6\x73\x3c\x5a\x6a\xde\x84\x27\x4a\x4d\xb9\x10\xd0\x34\x84\xd7\x06\xd8\x6b\xd6\x6d\xa4\x1a\x06\xf8\xb3\x44\xfa\x84\xb3\x25\xc9\xe3\xeb\x7d\x9f\xe1\x60\xad\xb2\x47\xd6\xd7\xc6\xad\x95\xaa\x00\xe5\xf1\xab\xb7\xb4\x7d\xec\xfe\x4f\x2c\x69\x3f\x5e\xf7\x21\x08\xe5\xcf\xde\xba\xd6\x20\xe0\x37\x67\xd5\x07\x82\xd1\x77\x2b\xf2\x76\xb9\x87\xb3\xaf\x3b\xf6\x90\x7d\x27\x4b\x51\x57\x82\xf6\x9d\x69\xf6\xea\xa0\x45\xb1\x9e\x9a\x94\x62\xbf\x7c\x33\x62\xcf\x58\xc7\xff\x89\x11\x4f\x62\x6a\xc8\xaa\xe7\xed\xbc\x6a\xf2\x5e\xb4\x1d\xcb\xcb\xdf\xf2\x82\x37\x70\x27\x55\x05\x3c\x32\x53\xfa\x70\xa0\x29\x49\x5e\x1e\x7d\x76\x16\x1d\x7e\x3b\x62\xef\xd4\x29\x99\xb1\x8e\x2f\xf2\x96\xda\x69\x4a\xa7\x5d\x45\xfa\x02\xcb\xeb\x1a\xde\xf2\x65\xdf\xe6\xb5\x55\xe5\x77\xff\x3b\x9b\x37\xb1\x71\x99\xdc\xaf\xba\x1e\xda\xb7\xbd\x14\x35\xb6\xdf\xbc\xaf\xb7\xd9\x87\xbb\x72\x1b\xfe\x2f\x6d\x3f\x45\xb6\x89\xad\x76\xf8\x08\x76\xca\x8b\x93\x58\xba\x2c\x59\x90\xda\x60\x7b\xec\x50\xed\x24\x08\xea\xc7\x6a\xc1\x55\x08\xd0\x86\xe0\xc5\x43\xf6\x08\xf6\xc4\xdb\xe5\x1c\xec\x33\xa1\xf4\xe1\xf5\x2a\xdc\xc9\x2c\xe9\x62\x63\x7d\x63\xdf\x9b\xe3\xae\x6a\x01\x43\xf8\x16\x3a\xf6\xea\x34\x36\x4e\xe3\x87\x05\x03\x8a\x7b\x5d\xc9\x02\x38\x15\x0f\x1f\x52\x5f\x78\x53\x7e\xf0\xeb\x0e\xfb\xcd\x9b\xd2\xc9\xda\xc9\xb4\xbe\x57\xa5\xd4\x1f\x54\xf6\xd4\x1a\xd6\x05\x99\x2e\xd6\x35\x6c\x17\x3d\xc2\x35\x30\x6c\xce\x08\x10\xae\xec\x62\x7f\x34\x4e\x4d\x25\x4b\xe4\x14\xe5\x4d\x19\x4b\x21\x6a\xd6\xe7\x37\xd0\x28\xe1\xd0\xfc\x0b\x04\xe5\x5f\xd9\x73\xa6\x78\xdd\xa2\xad\xe3\xe2\x7a\x48\xa1\x3f\xb7\x21\x14\x5f\xdc\xf2\x1a\x0c\x99\x2a\xfb\x03\xd8\xb5\x61\xcc\x6f\x0f\x46\xec\xc7\x56\x14\xbc\xeb\xd8\x05\x6a\xd7\xd8\x22\xaf\xda\x8e\x22\xc7\xab\x4e\xd4\x18\x80\xd4\x2e\x1b\xcd\xc0\xf5\xe7\xf8\x80\x82\x72\x94\x6c\x26\x2e\xab\x22\xaf\x51\xf2\x57\x8c\x08\x14\x38\x0a\xd7\xbb\x73\x8c\xb9\xfb\xfb\x80\x5f\x23\xdb\x90\x2d\xf3\x52\x75\xa4\x63\xcb\x8e\x42\x9f\xb0\x52\xf2\xba\xba\xe0\xb5\xb8\x1e\xb1\x5f\x94\xc1\xd7\x62\x89\x5d\x21\x24\x3b\xba\xa8\xb4\x90\x9b\xd7\x24\x87\xbf\x7a\x0b\x6c\xff\xd9\x5b\xd0\x7e\xf6\x18\x40\xc4\xf2\x4e\x0b\x26\x3e\x97\xeb\xc8\xfb\x52\xc5\x39\xe3\x8f\x59\xc6\x2e\x5a\xc4\x85\x5b\xc3\xde\xf6\xf7\xd9\x7f\x71\xbe\xe8\xd8\x19\xc8\x8c\xc7\x78\x53\xee\x81\x57\x22\xbb\x3f\xe1\xbc\xf9\x20\x25\xe2\x45\x4d\x4a\x78\x38\x41\xe4\x4c\x38\xd5\xa8\x45\x11\x8d\xa3\x30\x1e\xb9\xc4\x70\xd1\xb2\x89\xd1\x8e\x16\x33\x75\x71\x70\x84\x99\x0f\x51\xf6\x79\xd1\xc2\xa5\x09\xb1\xa6\x5e\xd4\x02\xa6\x9c\x5a\x0d\xb7\x90\x9e\xa4\xee\x3f\xd9\x44\x4e\xd1\x1e\xfb\xd3\x63\xf9\xe3\x29\xdc\xe4\xbb\xff\x64\x7b\x13\xf6\xa7\xb5\x00\xb9\xf6\x30\xce\xba\xff\x44\x06\x3d\x99\xb0\xbd\x8b\x10\xd2\xda\xfe\x07\x9e\x3a\xe4\x62\x15\xd6\xf1\x28\xe6\x0f\x6a\x7f\x4a\x7c\x7d\xe0\x78\x2c\xbc\x9a\x5f\xf0\xf2\x18\xd5\x4b\xc8\xa2\xcc\x0d\x67\x8d\x92\x54\xfe\xdb\x19\x38\x3e\x1c\xef\xe8\x92\xe5\x54\x76\xb0\xa9\x12\xf9\x6f\xe0\x18\xe8\x55\x3d\x84\xe2\x47\x9d\xb2\x6f\x70\x63\xeb\x80\x4d\xd7\xae\x58\xc4\x9a\x38\x1e\x16\xca\x8c\xdd\x99\x37\xb3\x1f\x3e\x84\xdc\xc7\xff\x07\x1b\xa5\xfb\xcf\x35\x25\x52\x9e\xaa\x2c\x1e\xfb\xb3\x1e\x20\x57\xf3\x60\x67\x3f\x18\x83\xf9\xe1\xf7\x3f\xc8\x89\x7c\x93\xdf\xbc\xe4\x8b\x7e\x16\xe3\xbf\xa9\x3e\x6d\x89\x2f\xe6\xce\xd1\xf1\xee\xee\x87\x88\xa6\x22\x59\xb0\xf0\xb3\x7b\xa4\x4b\x22\xe7\xd9\x4a\x05\xa2\x67\x65\xe0\x09\x30\x43\x8d\x77\x08\xa2\xff\xed\xad\xbe\x1c\xa4\xcf\x27\x10\x37\xe4\xd6\xb0\xae\x12\x29\xa2\x33\xec\x11\xbf\x00\xaa\x4f\xd0\x72\xea\xf8\xbe\x3f\x33\x21\x84\xc9\xed\x59\x01\x81\x2b\x26\x36\x7e\x9c\x34\x53\x64\x0b\xf9\xde\x64\x05\x49\x7e\x15\xeb\x14\xbb\x9d\xc4\xda\xde\x2e\x30\x70\x1d\x34\xb5\x19\x5a\x82\x13\x7d\xd9\xc6\x4c\x8d\x21\xde\xc8\x97\xc4\xdc\x59\x62\xc8\xa1\x7f\x3f\x6c\xf0\xea\xd5\x51\x60\x79\x1f\x2a\xdb\x2d\x29\x64\xd9\xb6\x94\xb2\x51\x5f\xa6\x24\x49\x56\x96\xec\x21\x1a\x76\x21\xfa\x19\x28\x4f\x3b\xb0\x22\x81\x46\x27\x9f\x9b\x6a\x8c\x53\x89\xb9\x37\x81\xc8\x00\xea\x0e\x7d\xff\xcc\x8b\x5e\x8a\x0d\x58\xf9\x8a\x5d\xf3\x96\xb3\xf7\x60\xa3\x65\x96\xd3\x0a\xf5\xb1\x6a\x99\x01\xfa\x10\x8d\x1e\xd6\x88\x01\x02\xdd\x9e\x98\xee\x81\x22\x69\x4f\x8a\x57\x83\x4e\x63\xbb\xec\xef\x43\xd3\xbc\x29\xbd\x22\x5c\x5e\x0b\xa5\x04\x83\x2a\xc8\xde\xe8\xa1\xd8\x85\x9c\x83\xbc\xad\xb8\x75\x07\x7e\xfb\x68\xc4\x9e\x35\x2b\xd6\xf2\x79\x5e\x81\x8c\xe5\x4c\x2c\xba\xcb\x49\x7a\x84\xc9\x33\x33\xb0\xdd\x1d\x31\x7a\x3f\x5c\x23\x16\xa9\x43\x09\x4f\x1c\xf7\x96\xf4\x87\xdf\x79\x9c\xca\xb7\xbf\xf4\x60\x0a\xba\xd7\x78\xe9\x39\xd2\xd7\xc8\x3d\x29\xa5\x58\x47\xef\xd0\xe1\xa0\x91\x7a\x60\xca\xa0\x1a\xd3\xc7\x23\xbb\x8b\xf7\xa9\xcc\xdc\xc4\x74\xf7\x26\xaa\x85\x23\x36\x50\x0f\x13\x2a\xe0\xe1\x1a\x99\xe1\x7f\xf5\x0a\x65\x36\xfc\xdf\xe4\xae\xb9\xe6\xac\xe4\x8b\xbc\xa5\x88\x1f\xdb\xdf\x50\xd2\xb6\x32\x3c\x82\x83\x18\xde\x26\x7a\xc1\xf2\x2b\x51\x19\x8d\xaf\x4e\x4d\xbf\x5c\xc8\xeb\x4a\x5e\xf4\xcb\xbc\x26\xc7\x32\x54\xd0\x8f\xd8\x49\x45\x28\x3b\x2d\xfa\xa3\x01\xce\x57\x3f\x6b\xb9\xd9\xfa\xf4\xc1\xe0\x20\x63\x87\x19\x7b\x34\x54\xb7\x9f\xf9\x02\xdd\x4b\x73\x03\xd7\x52\x0a\xde\x35\x5f\x21\x46\xbf\xfe\x5e\x79\x24\x5a\x7b\xa9\x6a\x64\x67\x8b\x42\x2c\x9b\x3e\x93\x43\x2d\x72\xc2\x88\x94\x7d\x05\x73\x0d\x5e\x90\x2c\xc6\x31\xe3\x6c\x5a\xaf\x32\x30\xe2\x88\x65\xcf\xa6\xa2\xae\xc5\xb5\xbe\x03\x01\x17\xb8\xc8\x3b\x7b\x72\x68\xa7\xca\x15\xc4\xfa\x2c\xef\x2c\x48\xe9\x16\xd5\xd8\xaf\x49\xe3\x6a\xb6\x6f\xdc\x02\x47\xc0\x99\x55\xc6\xda\xbe\x36\x72\x86\x94\x58\x76\xd2\x44\x4c\xdb\xb5\x32\x9b\x15\xbe\x9e\x58\xfc\xc0\xfe\x3a\xa6\x98\xa9\x82\xed\x0a\x51\x78\x7d\x1d\x3d\x85\x43\xba\x7e\x8a\x7d\x0f\x87\x65\x0f\x0f\x19\xce\x6f\x19\x33\x43\xdb\xdb\xfb\x0d\x3a\xa7\xb7\x53\xe2\xbc\xa4\x21\xea\x86\x20\x99\x91\x35\xc4\xdf\x90\x87\xd8\x35\xad\x4b\x0d\xf2\x5b\x32\xa9\x05\x9a\x4a\x75\x7c\x84\x72\x63\x18\xfc\x46\xa9\xca\x6a\xd0\xf5\x8e\xd9\x61\x00\x00\xc3\xb6\x13\xae\x23\xf3\x93\x6a\xb3\xa3\xdc\x00\x19\x3b\x58\x07\x93\xee\xee\x7f\xbf\x91\x3f\x8c\x00\x27\xe9\x55\xda\x82\x00\x27\x1b\x56\x26\x24\xc0\xcd\xb3\x22\x1b\x91\x5c\x79\xcc\x1e\x0d\xd3\x69\xc4\x15\x2a\x6a\x8b\xf8\xb1\xb6\x4f\x93\x6f\x33\xb3\xc1\x93\xe9\xb3\x33\xa7\xed\x03\x93\x0d\xe4\x00\xf0\x92\xee\x10\xf6\x6c\x2e\xae\x78\xf9\xee\x0a\x38\x04\xa1\x19\xeb\x46\xe4\xbb\x9f\xab\x6e\x99\xd7\xf5\x8a\x6c\x92\x64\xe3\x2f\xab\x36\x63\x34\x9c\xa9\x68\xaf\xf3\xd6\x08\xbd\x0e\xf8\x81\x5e\x1a\x34\xac\x4e\xf0\xc7\x68\xc6\x73\x79\x16\x80\x32\x02\x9d\x5b\xba\x45\xde\x1c\xdb\x1e\x01\x60\x76\xb7\xbe\x9c\x78\xe9\x89\xc0\x00\x49\x6d\x43\xb6\x52\xcb\x24\xba\x55\xc6\x74\x60\x83\x60\x86\x3e\x50\x26\xe8\x1d\x72\x8d\xf0\xe8\xcb\x19\x80\xfe\x04\x3c\x2d\x00\x34\x07\x7d\x2d\xfc\xe8\x64\x1a\x50\x3a\x57\x88\xbe\x9b\xb9\xc3\xb4\xc7\xe1\x0f\x58\xcd\xf5\x36\xe3\xb3\x92\xb5\x61\x9f\x6d\x5f\x0a\x3f\xe4\x1b\xa0\xbf\xf3\xae\xbf\xc7\x44\x40\x71\x98\x84\xbe\x5d\xae\x9f\x03\xbf\xe5\xe4\x94\x28\x5f\x8b\x63\xcf\x62\xaf\x2a\x52\xe4\x3c\xb2\x1d\x4e\x6c\x5d\x1a\x82\x6c\x20\x91\x5d\x54\x65\xf5\x1a\x5d\x7f\x76\x14\xd2\xc6\xc3\x87\xec\xd7\x1c\x7e\x6a\xa4\x8d\x5f\x73\x36\x66\x7b\x87\x54\xcf\x08\x1d\x56\x6c\xf2\xb5\x9d\x4b\xa0\x23\x1f\x8c\x81\xfa\x15\x3a\x60\x81\xe7\x02\x1b\x3c\x5f\xf6\x90\xae\x83\xdc\xb2\xe4\x4a\xee\xed\x81\x78\x70\x9d\x77\xac\x98\xf1\xe2\x13\x2f\x11\x31\xeb\x42\x5c\x71\xe5\xa5\x1e\xd2\x00\xd4\x87\x04\x86\x2b\x8e\xd3\xeb\xa2\x2d\x07\xfd\x62\xbb\x13\xb5\x1b\x89\xbb\xec\x39\x8b\xec\x6e\x44\xdd\xc4\x8e\xd3\x86\xab\x0b\x06\xf6\x2b\xbf\xf8\x0b\xd5\x6b\x5a\x90\x4c\x12\x2a\xb1\x9c\x8a\xac\x69\x6b\xf8\x8d\x6e\x4b\xae\xd6\x8b\x7a\xd9\xf5\xbc\x85\x4c\x59\x68\x52\x45\xd7\x30\x7b\xf5\xec\x96\x54\x5d\x36\x83\xd2\x9f\x51\x02\x21\x1d\xb0\x6d\x57\xa2\x1b\xb6\x91\x17\xe2\x05\x6c\x24\x4e\xd3\xdf\x9d\xf4\xfc\x9b\xb9\xa4\x3d\x87\xc1\x12\x1a\x93\x99\x32\x9a\x59\x95\xed\xda\x4c\xce\x99\xc9\x23\xb6\x27\x97\xe8\x30\xb3\xfd\x5e\xbc\x09\x3c\xc1\x35\x26\xf2\x9f\x68\x06\xc0\x8e\x82\x3d\x85\x39\xb9\x75\x30\xbf\x43\x16\xf6\x77\x48\x16\x43\x5b\x18\xdc\xd1\x4d\x29\x9f\x28\x87\x0b\x6c\x3b\x68\xd3\x06\xae\x93\x60\x63\x7b\xf0\xd3\x60\xdc\x16\xc5\xa8\x15\x50\xbd\x50\x7f\x53\x4f\x9e\xd8\x73\x74\x9f\x45\x38\x49\x50\xb9\xbb\x2e\xfe\xec\x64\x5e\xfb\x5e\x24\xc2\xfd\x16\x3d\x1c\xb7\xbb\xde\x16\xb2\xf8\x6b\x95\x4a\xee\x47\x79\x85\x9a\x09\xc2\xd5\x3f\x7f\x70\x7e\xbe\x9c\x4e\xa7\x53\x38\x9e\xd1\x4b\xf5\xe5\xbb\x37\xef\x79\x9e\x48\x52\x8b\x4e\xfb\x14\x8a\x19\x3a\x3e\x92\x4f\xff\x04\x93\x3c\x05\x10\x97\x6b\x72\x9d\xca\x61\x9d\x28\x83\xb9\x87\x71\x4b\xb3\x02\x4f\x9c\x72\x3e\xc2\x09\x26\xf8\x70\x90\x73\xdd\xb6\x77\x27\xcc\x52\x70\x2a\x4e\xa4\xe6\x26\x82\x11\xa4\xbe\x8a\xcd\xdf\x63\x4f\xa4\xca\x29\x64\x98\xa4\x17\x1f\x70\x02\xf6\x03\xbc\x8b\x1f\xb2\x1e\xda\x0a\xf8\xc1\x63\x1e\x6f\x75\xec\xe0\xcf\xb7\xa2\xe4\x31\xdf\x46\xd4\x4e\xe2\x95\x23\x94\x64\xd1\x01\xb3\x6a\x4a\xc8\xc6\x84\x0a\xd2\x01\x56\x98\xc9\x4f\xa3\xa9\xcf\xe4\x98\x64\x73\x83\x48\x01\x0b\xf9\xa3\x58\x62\xa6\xc5\x93\xea\xa2\xae\x9a\xcb\xc8\xa5\x09\x0b\x4e\x12\xd8\x12\x31\xa5\xa0\x95\xcb\x88\x12\x3f\x40\xdc\xd8\x25\xef\xa1\x33\xb8\x8f\x7e\x8e\x17\x00\x2c\x89\x48\x2f\xae\x28\xe3\xab\xfe\xf4\x08\x83\xa5\xad\xbc\x84\x11\xf3\x09\x7e\x16\x29\xca\xaa\x0e\xf3\x8f\x51\x76\x00\xd9\xaf\x21\xbb\xbd\x8d\x5f\xa2\x06\x5e\x69\xe8\x24\xf8\x09\xc0\xf4\x51\xae\x00\xc9\x19\xcf\x1f\x3c\x7f\x7f\xfe\x40\x4a\x9e\xf2\x4d\x31\x3f\x86\x8c\xd6\xc3\x64\xee\x71\x8b\x7e\x7d\x55\xf9\xb2\x25\x98\x8a\xb8\xb1\x77\x2d\x51\xf0\x68\xd2\x89\x10\xab\x4c\x12\xc9\x29\xbf\x01\xba\x1c\xc8\x71\x84\x7e\x17\x48\x26\xf2\x1d\x0c\xf4\x67\x2f\x9d\xa1\x89\xfb\x90\xdd\x50\x9e\xcd\xc4\x4c\x86\xe1\x3a\xc2\x0b\xa8\x49\xd2\x14\x34\x19\x4e\x0d\x16\xa2\xe4\x27\x7e\x2e\x96\x5d\x83\xc8\x82\xe5\xc4\x74\xda\xf1\x3e\x63\x76\xca\x98\x58\x0f\x11\xbf\xe6\x20\x63\x26\xe1\x95\xcb\xb9\xf4\x31\xb9\x7f\x7e\xde\x9e\x9f\x37\x47\xb7\xe7\xe7\xcd\xfe\x65\x64\x47\xaa\x0d\x04\x4b\x07\xf7\x93\x0c\x77\xc2\x49\xf5\x3b\xf8\x5c\x65\x6c\x1e\x21\xe2\xb0\xcd\xa8\x7e\xc1\xae\x19\x06\x05\x12\xc2\xbb\x69\xe4\x7b\x40\xe5\x89\xdd\xdc\xed\xde\x84\x9f\xc5\x33\xc7\xa7\x6c\x67\x80\xaf\xc3\x47\xfc\x86\x17\xc8\xa0\x37\xf6\x7a\x8e\x5d\xde\xd0\xaf\x39\xde\xb1\x36\xf7\x04\x13\x38\x99\x13\x82\x04\x3d\x80\xca\x31\xcd\xa2\xab\xb1\x4d\x2a\x63\xf3\x36\x8a\x92\xeb\x7c\xbb\x25\x73\xdb\xb0\x6d\xd1\x4a\xae\xc6\xf8\x94\x1d\x46\xaa\xbd\xcf\x9e\xb1\xeb\x0d\xf7\x0e\xf8\x91\xe8\xcd\xf2\x34\x4c\x9d\x94\x56\x19\x99\xcf\xf6\x26\xd6\xaa\xec\x05\xca\x73\xdc\x36\x66\xaa\x76\x4d\xe9\x35\x3a\x0a\x3a\x7c\x02\x9e\x02\xd3\x2e\x99\x89\xe6\x8d\xb1\x03\xd5\x3b\x4b\x13\x87\x09\x54\xee\xc3\x73\xb4\x62\xfe\xb3\x81\x7a\x91\x13\x04\xcc\x5f\x5c\xf1\xb6\xad\x4a\xfe\xf2\xdd\x9b\x53\x97\xa7\x2a\xec\x26\xf8\x6a\x07\x6f\x84\x1b\x8e\x60\x34\x64\x41\xfb\x99\x6e\x31\x91\xd5\xcc\xd1\x57\xe9\xb2\x94\xf6\x9d\xed\x54\x98\xe7\x78\x38\x2a\x45\xc3\xe3\xea\x46\xf0\x5b\x33\x24\xb7\x2e\xdb\x5c\x9a\x2e\xd9\x5a\xac\x27\x7b\x83\x55\x04\x44\x79\x3f\x4b\xb2\x3e\x20\x94\xfa\x38\x34\xc5\x6a\xb1\xc4\x3d\x71\x36\x38\x4f\xe9\x8a\xe1\x88\x9d\xa8\x23\x36\xea\x9e\x82\x65\x8d\x34\x73\xbf\x53\x77\xab\x61\x1d\xa6\x87\x45\x40\x56\xf2\x0b\xf0\xd5\x7c\x31\xab\xea\x32\x43\x7a\x4a\xee\x14\xff\x04\x47\x9a\x6a\x7c\x31\xf8\x5f\x3f\x66\x41\x78\x82\x8d\x27\xbb\x25\xa7\xbf\x3b\xb3\xcf\x4f\x50\x69\x26\x90\xbc\xd6\x9d\xc7\x8f\xe3\xc3\x71\xb6\xc8\x3c\xbf\x79\xed\x65\x90\xbb\xef\x80\x42\xfa\x62\x47\x2c\x32\xca\x31\x0d\x52\x34\x7d\x5e\x35\x9d\x35\x11\x31\x19\x6c\x5b\x41\x03\x07\x90\x31\x7b\xc2\x5c\xbc\x70\xad\x1e\xf5\x45\x45\x9b\x01\x2a\x95\x5c\x40\x54\x72\x71\xf6\xff\x7b\xf0\xf2\xf8\xe7\xdb\x1f\x6f\x5f\x1f\xdf\xfe\xf4\xfa\xf6\xdd\xeb\xdb\xe7\xaf\xdf\xbd\xf8\xaf\xff\xff\x4f\xef\x4e\x5f\xdd\xbe\x7c\x79\xfb\xf2\xf4\xf6\x6f\xe7\xe7\xe5\xed\xc9\xab\x17\xa7\xc7\xef\xde\xde\xfe\xf8\xfe\xd5\xf0\xdf\xf7\x31\x86\xc2\xd9\x24\x43\x3b\x7d\xd7\xcb\x77\x6f\x60\x3d\x62\x17\x42\x5c\x1c\x1a\x4d\x70\x7d\xc2\x69\x85\xce\xfa\x17\x3e\xfc\x84\x4d\xe8\x5b\xff\x35\xce\xa7\xd6\xd9\xea\x3c\x59\xd8\x21\x51\x00\xa7\x55\xc9\xc4\x2c\xa6\x1e\xeb\x63\x80\xa2\x9b\x48\x27\xb6\x06\xde\x0b\x41\xaa\xc0\x99\xf0\x25\x2f\x04\x9b\xac\x41\xd5\x27\x78\x60\x1b\xaa\x35\x44\xac\x8a\xa5\xab\xf3\x0b\xee\xef\xb3\xd3\x36\x2f\x3e\xb1\x5c\x05\x57\xb1\xeb\xaa\xec\x67\x40\xf8\x06\x77\x86\x20\xd9\xe7\x3c\xef\x96\x80\xbc\xd0\x55\xbf\xf3\x4e\x3b\x08\x50\x4d\xf8\x9a\xff\x8c\x70\x43\xf2\x3e\x8b\xa8\x31\x1d\x26\x51\xb2\x00\xe1\x58\x2f\x68\x47\x51\x18\x0a\x34\xea\x54\x06\xee\xe6\xe8\x1c\xa9\xc0\x7f\xf2\xa6\x64\x55\xdf\xe1\x9a\x68\x2c\x20\x9d\x48\x0d\xfb\x98\x93\xdf\xb8\x53\x19\xc2\xd4\x19\xac\x0d\xca\x95\xd5\x6b\x3c\x8f\x96\x77\xbc\x1f\xb1\x53\x54\x77\xae\x32\x26\x9a\x82\xb3\x6b\xfe\xd5\x15\x67\x1d\xf7\xfc\x17\x73\xb8\xcf\xef\xab\x6e\x59\x3d\x55\x56\x8a\x6b\x8e\xf1\xe7\x66\x06\xe5\x08\x39\xe3\x8d\x58\x5e\xba\xe3\xec\x05\x9b\x56\x3d\x7a\x3d\x60\x4a\xca\xbc\x57\x23\xce\xc8\xaf\x1e\xb1\xee\x09\xae\x26\x93\x65\x31\xe6\x1d\xa6\xd0\xa9\xed\x9a\xcb\x95\xbb\x94\xe7\x78\xcf\xf2\xcb\xbc\x6a\x02\xbc\xfa\xaa\xf9\x05\x56\x38\x02\xea\xa6\xde\xfd\x05\x83\x4b\x93\xef\x4f\x85\xf7\x56\x93\x91\x8d\xe2\xf4\xf2\xdd\x1b\x0f\xe4\x86\x90\x6d\x72\x56\x8b\xae\x5b\xe1\x44\x77\xc2\x8b\x10\xc4\x51\x94\xa2\xf9\xaa\x67\x73\xde\x75\x72\x24\xcb\x05\xa2\x0a\xc9\xf3\x0b\x0c\xd1\x3d\xc4\x2a\xb0\xaa\xf7\x7a\x58\xcd\x17\x2d\x2f\xaa\x8e\x3f\x6b\x8a\x19\x68\x79\x3c\xc3\x82\x5b\xea\x6f\x3c\x2f\x13\x65\x00\xfd\x5f\xab\xc9\xa4\x50\x94\xd7\x1d\x77\xc7\xfc\x13\x65\xd5\xc2\x34\xa2\x08\xe9\x74\xd1\xf1\xf6\x0a\xcd\xfa\x15\x48\x8e\xf4\x86\x02\x1d\xc1\x68\xbe\xec\xbc\xb4\x06\x62\xd9\x76\xbc\xbe\xe2\x9d\xaf\xb2\xca\x2d\x7c\xf7\x97\x08\xb5\x76\x1d\x72\x95\x8e\xf7\x2f\xdf\xbd\x41\x7c\x6b\x02\x84\x7e\xf9\xee\x4d\x04\x3f\xae\xaa\xcb\x16\x42\xf0\xc0\xbe\x26\x77\xa8\x64\x68\x11\xac\x3b\x2c\x08\x96\x22\xde\xff\x08\xd7\x75\x27\x43\x8c\x2e\x4a\xd9\x09\x79\x21\xc2\x6e\xe1\xbb\xe3\xa6\xe1\xed\xe0\x2c\x80\xbd\x3b\x00\x30\xdb\x83\xcc\x42\x0f\xb4\x41\x00\x3f\x64\x26\x59\x32\x9d\xda\x92\xac\x5b\x21\xfa\x20\xea\x18\x6a\x90\x6f\x1e\xdb\x45\xb9\xc6\x02\x8a\x7e\xe0\x94\xc5\x46\xe3\x15\xfb\x5d\x7b\x6c\xf9\x7c\xd0\xe2\x38\xb0\x52\x08\x54\x29\x34\x53\xc0\xef\xfd\x3c\x71\xe0\x3a\x61\xbc\x2d\xd0\xf5\x09\xd2\x96\x55\x18\x2c\x44\x41\x95\x2c\x87\x40\x4f\x05\xc3\x86\x54\x54\x35\x45\xbd\x2c\x89\xa6\x74\x1d\xea\xf8\x80\x78\x5c\xc9\x82\x1a\x71\x6d\xb3\xa0\xaa\x63\x97\x02\x3c\x2f\x04\xf5\x06\x6b\x53\xdf\xe9\x8a\xc0\xcf\xc3\x4a\xc9\xe3\xc2\xfe\xfb\xba\x17\x1f\x96\x90\x30\xab\x52\xe8\x84\x26\x0f\x82\xe2\x44\x4f\x11\x31\xca\xc5\x4a\x4c\x24\xd5\x05\x15\xa7\x5b\x92\x5f\xf1\x76\x35\x18\x7c\x66\x06\x48\x91\xdd\x61\x5e\x3d\xc0\x6e\x0e\x59\xdb\xed\x2d\x53\xc0\xd0\x1e\x5f\x8b\xeb\x0c\x7c\xc6\x19\x63\x96\xeb\x19\x24\xbb\x67\xa6\x5f\xaf\x72\x67\x4a\xbb\xd1\x3c\x5f\xfc\x28\xba\x41\x50\xd2\x03\x91\x8e\xd6\x08\x5d\xdb\xa2\xbe\x53\x11\xa9\x2d\x1d\xaa\x6c\xb6\x8b\x85\x0b\x49\x22\x4d\x73\x99\x4a\xf8\x7b\x1f\x99\x47\x5f\x76\xa8\xf3\x31\x6c\xb1\xdb\x5b\xa6\xa0\x02\x7a\x3f\xdd\x43\xa2\x41\xda\x66\x2f\xdc\x17\x66\x3c\x99\x37\x59\x43\xf7\x08\xf8\x45\xa1\xfd\xc9\xd3\x4e\x0a\xa1\x1d\xcb\xc1\x71\xd3\xc3\x78\x93\x42\x06\x58\x03\x81\x33\x34\xc2\xc4\xe4\x51\x45\x4a\x27\xfa\x62\xd6\x8a\x39\x67\x9d\x98\xf3\xbe\x9a\xf3\x8e\x32\x40\x4a\xce\x50\x56\xd3\x29\x07\x75\xbd\xa9\xb7\x9f\xb5\x81\x48\x71\xc9\xfb\x13\xab\x40\xde\x38\xb1\xf8\x20\x19\x80\x4f\x59\xbd\x62\xdd\x4c\x5c\x77\x2a\x90\x78\xd9\xe9\x90\x57\x66\x65\xaf\x51\x79\x70\xac\x56\x09\xd8\x0f\xce\x64\x29\x0b\x75\x30\xbe\xdf\x44\xd5\xe0\x00\xaf\x45\xfb\xc9\x15\x99\xd4\x9c\xe4\xfd\x88\x1d\x77\xdd\x92\xb3\x7f\xfb\xe6\xcf\x2e\x09\x0d\x2e\x5a\x71\x2d\xbb\x50\x41\x5c\xb6\xfa\x55\xc0\x84\x80\x1e\x7b\x27\xb6\x86\x23\x38\x77\x1f\x3e\x54\x9d\x7a\xf8\xd0\x5d\x77\x3b\xa3\x88\x4e\x52\x0e\xb0\xa7\xe6\x8d\x03\x42\x2b\x5f\xc7\x68\x27\x90\x08\xfa\xd6\xd1\x31\xc3\x35\xb1\xe5\x57\x44\x58\xbe\x8c\x8e\xa9\xc8\xd4\x8b\xc4\xb9\x09\x50\xe9\xbc\x10\x2f\x2b\x50\x67\x81\xed\x19\x99\x1d\x14\x55\xd5\x63\x5d\xeb\x48\xd3\x67\xca\xf6\xd1\x3b\x0a\x40\xe1\x9d\xd2\x99\xee\x41\x10\x2a\xac\xf7\x16\xc2\xfc\x41\x6a\xf9\x9e\x02\xc5\x62\xec\x3b\xf4\x7c\x61\xe6\x7e\xe9\x0b\x54\xbe\x62\x23\xa6\xc0\xb0\x45\x0a\xaf\xd3\x89\xd5\x8c\x6a\xbb\xd6\xb3\x91\xa4\x3e\x66\xa3\x34\xc6\x6c\x60\x80\x65\x5a\xf1\x68\xc9\x8e\x44\xb5\x39\x71\x0c\x3b\xff\x58\x29\xd8\x82\xb7\x53\xd1\xa2\x1f\x29\x39\x82\xbe\x7c\xf7\xc6\x48\x0d\xf0\xb1\x7d\x48\xdb\x53\xd3\x65\x4c\xd4\xe5\xeb\xf0\x20\x35\xcc\x5a\xfe\x07\x27\x6b\xbe\xec\xfa\x37\x78\x81\xa3\xbb\x6e\x48\xe1\xd6\x12\xbc\x20\x11\x31\xd6\x94\x47\xcf\x9f\x8d\x50\x7c\xa7\x93\xa1\xb8\x17\x60\x55\x60\x84\x22\xf3\x60\x30\x8c\xa4\xb3\xdb\xdf\x67\xaf\x45\xf1\xc9\x46\x88\x2d\xf1\x36\xda\xf2\xb2\xcd\xaf\x21\x2d\x58\x07\x8e\xb1\x3e\x13\x0d\x2a\x92\x17\x0b\x95\xc7\x12\x18\x35\x8a\x43\x8a\xaf\xa8\x8a\x25\x53\x9f\x2f\xc9\x55\x76\xd0\xcf\x5c\x56\x4b\x75\x35\x82\xb5\xbc\xce\x57\x62\x09\xd7\xb4\xbe\xad\x2e\x2f\x21\xdb\xac\x5c\xd3\x63\x29\xe8\x35\xa2\x67\xd5\x3c\xbf\xac\x1a\xce\x66\xe2\x5a\x72\xe0\x22\x6f\x82\x8a\x5a\xae\x64\xbe\x58\x97\x94\x03\x6d\xce\xb0\xad\x18\x8b\x2a\xc5\x7c\x04\x89\x52\x46\x34\x41\x93\xe8\x5a\xd3\x1d\x81\x30\x5d\x77\xd9\xf9\x83\xc5\x8d\x63\x2f\x8f\x54\x38\xad\xf9\xcd\xf3\xbc\xab\x3a\x5f\xd6\x51\x20\x3c\xfa\xb7\xaa\x8f\x8d\x7d\x33\x3c\x8d\x93\x56\xe7\xba\xaa\x6b\xb3\x44\x94\xde\xd6\x9e\xf1\x8e\x89\xa2\x58\xb6\xe4\xc2\x5f\xaf\x82\x8a\x62\x27\x6d\x06\xf2\x7c\x21\x9a\x29\x8a\xd4\x4d\xa9\x73\x28\x9b\x03\x34\xa8\xc9\x1c\x6d\xda\x6d\x5b\x9e\x97\x55\xcf\x4a\xc4\x8c\xea\xd8\xa0\xc2\x63\xeb\xd1\xe1\xf7\xc3\x11\x9e\x8c\x7d\x5b\x45\x68\xab\x17\xac\xe4\x3d\x2f\x7a\x05\x6d\xd3\x2f\x73\x2b\x00\xc1\xde\x1a\x7d\x8b\x40\x79\xee\x59\x67\x9f\x7e\x95\xe8\xd8\x11\xfb\x0c\xa2\xc5\xd8\xec\x93\xce\xc9\xde\x3e\x02\xd8\xdc\xb7\xa0\x27\xbb\x6e\xab\xbe\xe7\xcd\x18\xd9\x2b\xbb\x63\x63\x93\x1a\x37\xb6\xc2\xdd\xaa\x29\x06\xd0\x8f\xa8\x7d\x9e\xb8\xbd\xcd\xec\x63\x16\x43\x18\xc7\xc3\x87\xf4\xd7\x88\x3a\x01\xf0\x2a\x9b\xba\x2c\x4f\x62\xfc\x2a\xa5\xfe\xdc\xea\xf4\x5d\xb7\x07\x3c\x32\xbc\xf3\x39\xd4\x65\xbe\x08\x54\x68\xae\x50\xab\xae\x5f\x88\x0e\xa4\xc4\x4c\xf7\x55\x2f\xd4\x65\x23\x7e\xa3\x75\xfb\x6a\x9c\x2a\x24\x27\xd5\x9a\x65\x75\xf5\x8e\xf9\xea\x4e\xd9\x00\x0b\x2b\x4c\x06\x31\x65\xa0\xc5\xfd\xa5\x2a\x2f\x39\xea\x26\xe1\x20\xae\xea\x72\x74\x0d\xcf\x82\xa2\x7f\xcd\x17\x58\x3a\x61\x9f\x91\x53\x81\xde\xbf\x58\x4d\x29\xe6\xc3\x18\xa3\xc6\x53\xe0\xaf\xf9\xa2\x1b\xc8\x4f\xbc\x9b\xfa\xe6\x33\x22\xb8\x44\x82\x1b\x92\x01\xee\xaf\xea\xf2\x05\x7a\x26\x45\xcf\x15\xc7\x5c\xa5\xae\x31\x96\x8f\x66\x3a\x79\x10\x39\x94\x54\x10\x90\xc7\x8e\xd4\xc7\x67\xd5\x07\x36\x4e\xa5\xd0\x4b\xa5\x0e\x49\x79\x95\xd8\x57\x51\x1b\xd3\x1f\xce\xbf\x26\x0c\x7f\xc4\x6f\x88\x2b\x93\x89\xfe\x59\x7f\x82\x4e\x3e\x62\xc1\x1b\xeb\xcf\x57\x4d\x09\xd5\xd0\x21\xfd\x7c\x59\xd5\x25\x6f\x47\x10\x85\x31\x88\x50\x9f\xdd\x7e\x16\x11\x4a\x93\xaa\xe2\x98\x37\xce\x67\x56\x8d\x59\x2f\x8e\x41\x1d\x2f\xff\x7a\x37\x9d\x42\x6f\x70\xf9\xc8\xf4\xd8\x0d\x60\xdc\xc1\xed\x51\xd7\x20\x7b\xa4\xea\x90\x7f\x27\x6a\xa1\x49\xdc\x0b\x2a\xa2\x30\x1d\xd4\x23\xc9\x01\x64\xaa\x4a\xaa\x2d\xc3\x4e\x42\xff\xb2\xed\x27\x36\x6d\xff\xda\xdf\x67\x27\xab\xa6\x88\xe8\x35\xe1\xee\xa4\xb2\x73\x18\x26\x67\xef\x03\xcd\xb5\x06\x52\xc8\x7a\x8f\x3a\x47\x72\xbe\x96\x1d\x06\xcb\x07\x38\xcb\xc1\xc3\xc0\x10\xad\xbf\xba\xbd\xa5\x2b\x10\xda\x8a\x37\x71\xd6\x98\x84\xe0\x7e\xd9\xf2\xbc\x3c\x71\xbe\x1e\xf8\x32\xff\xce\xc0\xee\xa2\xe2\x7c\xf3\x7c\x25\x09\xb0\x15\xb5\x19\x5c\xc4\x33\xc9\x3e\xc5\x14\x26\xb8\xaf\x24\x68\xf3\x45\x55\x5a\xd7\xef\x93\xa4\xff\x9a\x6f\x43\x97\x27\x82\xe2\x18\xee\xf1\x70\x6f\x65\x2e\xe2\xfa\x41\x96\x74\x7f\x0f\xe9\xd9\x1d\xc9\x02\xee\xed\xff\x2f\xc7\x7f\x7f\xf3\x4a\xa7\xb0\xc5\xb4\xf7\x28\xc6\xe7\x1d\x5c\x8f\x5b\xee\xe9\x01\xa6\x79\x5d\x77\x0a\xfd\x51\x65\x37\x68\x5d\x83\x05\x84\xda\x29\xfd\xb5\x3a\xd3\x9e\xf5\x72\x4b\xc8\x2e\x8c\xf0\x9d\x7f\x88\xcd\x90\xae\xa0\x04\x00\xb4\xb3\x23\x55\xcb\x38\x56\x8b\x2c\xef\x29\x33\x9e\xd5\xd7\x52\xd2\x01\x63\x08\x13\x0d\xfb\x4b\xd5\xf2\xa9\xb8\x41\xc9\x0c\x18\x27\x28\x2f\xd8\xb2\xd1\x49\xed\xc1\xfc\xe6\xa5\xd5\x85\x70\x36\x56\x35\x2a\x75\x05\xf1\xf6\x8b\xe5\x65\xc7\x06\xff\x76\x78\x68\x3b\x9b\xa0\x23\x0a\x52\xc9\x25\x2f\x3e\x09\x49\x27\xd6\x18\x1e\x3e\x64\x17\xbc\xbf\xe6\xbc\xf9\x49\x37\x3a\xa0\x09\x88\xf2\xf7\x72\x39\x9f\xaf\x20\x17\x3a\x99\x85\x10\xa1\x58\x1b\xf3\xa5\x2c\x10\x95\x74\xdc\x9d\xe1\x5c\x44\xb0\x3d\x90\x4f\x46\x55\xd3\xf1\x56\x99\xc1\xa1\xb1\xcc\x79\x6f\xd9\xad\xe9\xb1\x32\x5c\xdf\xde\xa2\x91\xdd\x6f\x5d\x2f\x35\xad\x60\xc3\xaf\xd1\x1e\xda\xa9\xfa\x0f\x22\xde\x1a\x48\xfa\xd1\x4b\xa6\x9e\x0a\x31\x3f\x01\xc8\xcf\x8d\x3c\xc3\x25\x03\x02\x8a\x33\x44\x5b\x75\x2c\xaf\x25\xaf\x58\x31\x49\xd2\x80\xe5\x84\xd1\x84\xfc\x9f\xcb\xea\x2a\xaf\xe5\x6d\xd1\x68\x9f\xd1\x76\xd3\x8b\x65\x31\x73\x2c\x34\x14\x04\x52\x80\x80\xbb\x83\xbd\xb3\xe4\x40\x9f\x79\xec\x54\xdd\x2b\x5d\xfd\x8f\x54\xfb\xc0\x9a\x6b\x3d\xf1\xca\xb5\x8e\xaa\xc4\xa7\x28\x0e\x3b\x8f\xde\x91\x0d\x79\xbb\x96\xe4\x72\x50\x3b\xf0\xa7\xd7\x8a\x25\x73\xdb\x4f\xa8\x8d\xb8\xff\xc5\x1a\x1a\x8b\x68\x82\xcd\x55\xe9\x59\x53\xb6\x72\x4f\xc1\x95\x69\x26\x59\x07\x66\xd9\x6a\x41\x23\xf0\x89\xaf\x2e\x44\xde\x96\x94\x79\x23\x5f\x2c\xaa\xe6\x32\x5a\x9d\xe2\x3b\xc1\x16\x06\xcc\x41\x08\xff\xb8\x68\x6d\x03\x1b\xd4\x78\x1d\x71\xc7\x91\x77\x68\x71\x45\xcc\x0e\xf7\x77\x2f\xc0\x3a\xbb\x68\xc5\x82\xb7\x9a\x1c\xec\xab\x92\xc3\x28\xac\x9a\x5a\xde\xf5\x82\x58\xa5\x1e\xcc\xc5\x8a\x15\xab\xa2\x96\xbd\x81\x89\x4d\x60\x7b\x2a\xe6\x91\xd3\x14\x49\x86\xe1\xde\xa6\xd4\xc1\x23\x2f\x06\xda\xe1\xc2\x5f\xc4\x61\xa0\x37\xd4\x8d\xd8\x9c\x27\x5c\x7b\x55\x75\xdc\x72\xc0\xec\x5b\xc9\x45\xbd\x6c\x93\x39\x83\x75\x29\xa8\x7b\xf0\x19\x54\x89\xbc\xe9\x4f\x40\x0d\x30\xc6\xdc\x32\x77\x5b\xe6\x5c\xc6\x2c\x99\xd7\xb8\xfb\x6d\x75\x30\x4a\x88\xad\x10\xc9\x04\x7d\x3b\xf8\xdd\x90\x25\x3c\xb3\x08\x98\x54\x31\xe8\xe4\xa8\xf7\xf7\xd9\x2f\xa2\xfd\xa4\xee\xe8\x0a\xa1\xf9\x62\x79\xf9\x7b\x55\xd7\xf9\x68\x2e\xf0\xff\xa2\xbd\xdc\xef\x66\xe2\xfa\xd7\x8b\xe5\xe5\xa8\xb8\xac\x8e\xaa\x72\x72\xf8\xed\xe1\xa3\x83\xef\xbe\x4d\xac\x87\x7f\x62\x6c\x44\xd8\x91\x27\x17\x98\x3d\xf0\x8f\xe0\x20\x89\x31\x93\x75\xa9\x9d\x95\x4f\xe6\xa9\x50\xae\xde\xa7\x42\xde\x62\x07\x10\xeb\xab\x91\x41\x54\xea\x1c\xf4\xe5\x86\xcc\x39\x1b\x52\x4c\xdb\x9e\xcc\x3c\x6f\x2f\x56\xfa\xd4\x5a\xc7\xf5\xd4\xf0\x28\xd6\xd8\xb4\xaf\xe3\x65\xd6\x8c\x45\x8d\xa7\x8f\xdf\x70\xfc\x7f\xfa\xac\xb2\x0e\x29\x0c\x85\x5a\xd3\x8b\x03\x29\x80\xf0\x9b\xde\x78\x66\x27\xd4\xb2\xf6\xbf\x44\x62\xec\xc4\x63\x24\xda\x51\x21\xea\x3a\x5f\x74\x5f\xb2\xb0\x9a\xac\x75\xe4\x9d\xf2\xb2\x94\x8b\x4c\xfb\x1e\x39\xdd\x73\xbf\xc4\x9a\x89\x4b\x7c\x48\x72\x9a\x6e\x6b\xbb\x6d\xad\xf7\x1f\x0d\x17\xf5\xf8\xeb\xb6\xa0\x89\xf3\xc1\xb2\x64\x76\x46\x73\x73\x2f\x28\x71\x9a\x3c\x10\xbe\xaa\x9a\x2b\xde\xf6\xbc\xfc\x8a\x79\x97\x98\x48\xb5\x03\x80\x65\xd6\xe2\x2d\x26\x75\xaa\x3a\x42\x72\x40\x6d\x35\xca\x68\x19\xbb\xa0\xb8\xc2\xbc\xae\x93\xf5\xd1\x7e\xee\x58\xb7\x5c\x80\xae\xae\xea\xd9\x8a\xf7\x11\x96\xcf\xfe\x90\xc5\x76\xe6\x2f\x71\xd0\x6f\xc9\x6a\xd7\xa1\xd8\x40\xaa\xed\x6a\x5e\x01\x5e\xfe\xe0\xf8\xd5\x90\x5d\xe7\xab\x78\x51\x3b\xaf\xb1\x27\xba\x86\xf7\x32\xfb\x9f\xa6\x5b\xda\x9a\x4f\x99\x91\xee\xd3\x64\x49\xb2\x29\x0e\xf8\x03\x9b\xb0\x33\xf9\x87\x9a\xbd\x14\xee\x18\x66\x44\xee\x78\xff\xea\x5e\xb3\xe6\x7c\x0a\xd7\xbb\x2f\x5f\xb2\x96\x4b\xb1\xe3\x59\x5d\x93\xe5\x6a\x43\xf1\xbc\x24\x6f\x93\x68\x12\x66\x16\xc1\x0e\xd8\xe2\x6e\xd0\x59\x07\x2a\xd6\x6e\xcf\x66\xc2\x57\x37\xe1\x9e\x44\x63\xa7\xc7\x26\xb6\xc3\xbe\x04\x6c\x27\xd5\x6e\x72\x72\x82\x45\xda\xa2\x9d\xf5\x72\xad\xab\xe7\xe3\x0d\xc8\xf3\xa8\xa9\x7b\xd6\x75\xa2\x18\x84\xe0\x38\x29\x9b\xed\x36\x77\x7c\x57\x2d\xb8\xcd\xad\xbc\xc6\xe4\x68\x5b\xc9\x3d\x18\x2f\xc7\x6b\xb8\x8f\x90\xf2\x09\xaf\x9d\xd6\x03\x04\x88\x97\x0f\x3a\x5e\x8f\x20\x8f\x9f\xef\x5a\x10\xed\x3a\xe0\x8b\x4f\xb4\x93\x15\x46\x7d\xa3\xb2\x8a\x6a\xf6\xa9\x45\xc3\x92\x6f\x5b\xfd\x09\xe1\x46\x40\xc0\xe6\x42\x74\xa4\xda\xf2\xaa\xb4\x5a\x53\x21\xfa\xf8\x21\x86\x7f\xc5\xdf\xed\xb2\x4d\x90\x04\x5e\x7f\x88\xf5\x2b\x05\xae\x10\x6d\xd9\x3d\xeb\xed\xc6\x41\x93\x97\x11\xee\xd2\xda\x72\x87\xc1\xac\x50\xed\x72\x15\xf0\xfb\xdb\x5b\x6a\x71\x74\x21\xfa\x5e\xcc\xd9\x53\xac\x78\xd4\x8b\xc5\x36\xdd\x2d\x8d\xd3\x8e\x56\x8b\xd8\x93\xb1\xcb\xec\xe5\xb7\xfb\xd3\xd9\x47\x8f\x14\xd8\x1b\xb5\x57\x22\x1c\xcc\x90\xcc\xe0\xfc\x81\xe4\x5c\xe7\x0f\x32\xa7\x66\x0a\x07\x3a\x7f\x40\x91\xb6\x64\x36\x53\x48\xcc\x98\x94\x48\x2e\x05\x21\x61\xad\x8c\xf6\x82\xf6\x60\x54\x15\xe7\xab\xd7\xf3\x02\xce\x20\x1a\xb1\xdc\x07\x23\x7c\x44\x0e\xe0\x61\x14\x9e\xfa\xc2\x4c\x52\x70\x6d\x9e\xe5\x9d\xb7\xc1\x4a\x31\xcf\x36\x6b\x1b\xd0\x97\x63\x40\x2d\x44\xaf\x67\xf8\x6e\xe8\x0d\x55\x0a\xc5\xbc\xeb\xe5\xac\xc7\xbd\xf4\x31\x1a\xb1\x14\xf3\xc7\xf2\xcf\x78\x40\x5c\xa9\x23\x6f\x62\x51\x9f\x11\xed\xbf\xfa\x00\xc5\xc0\x9f\x95\xaf\x21\x56\x82\xd3\x93\x4e\x2b\x4e\x5f\x78\xd5\x62\x3f\x8b\x65\x1b\x0f\xb8\xbd\x0b\x56\xc3\x32\x4c\xd0\xcb\x85\xe8\xfe\xd2\x8a\xf9\xcb\x77\x6f\xd2\x0e\xf2\x56\x50\x12\xfa\xca\xd3\xfc\xf9\x01\x2d\xb0\xc5\xc0\x85\xdd\x3f\xfb\xa2\x79\x26\x4e\xdb\x15\x79\x11\x4a\x9e\x66\x2c\xd4\x80\x0d\x01\xea\x71\xfd\x48\x2c\x7b\xd0\x38\x10\x64\xae\x92\x6c\xa2\x79\x29\x80\x64\x6a\x51\xe4\xf5\x8f\xa9\xb1\xed\x62\xa1\x80\xd5\xd1\x9c\xe8\x9d\xbc\x10\x5d\x30\x11\x9f\x59\x05\x15\x19\x27\x04\xdb\xca\x34\xd4\x56\x87\x85\xe8\x7c\x9b\x03\xd0\x17\x62\xf8\x38\x46\x3a\xdb\xe2\x14\xa5\x35\x34\xd7\x4d\x3c\xaf\xda\x68\x92\x17\xd9\xb3\x27\x64\xbb\x33\xde\x6c\x81\xbd\x4f\x1d\x27\x5b\x5a\xa3\x22\xf8\x3e\x18\x5e\xba\x96\xda\xfc\xee\x1a\x16\x69\x85\x71\xd2\x67\x9a\x83\xc3\xbc\xc9\xc5\x8e\x6f\x4d\x6c\x17\xfd\x68\xc8\x4b\xbe\xf2\x67\x66\x3b\x0b\x5e\x6a\x52\x33\x8d\xa3\x24\xdb\xda\xa3\xb9\xb4\xc2\xa9\xf7\x9c\xe9\x8d\xac\x01\x46\x27\x76\x74\x38\x86\x33\x0c\x05\x26\x13\x83\x85\x85\xf5\x01\x9c\xe8\xce\x04\x0d\xac\xa7\xab\x05\x1f\xa1\x89\x95\xee\xc0\x1b\xcb\x61\xef\x52\xfa\xa7\xc1\x4e\x25\x29\x01\xb6\x11\xc0\x39\x29\x1b\x8c\x19\x3a\x00\xe2\xd8\x23\x4d\x45\x88\x43\x7d\xd1\x8f\x15\x24\x6a\x7a\x0c\xd0\x81\xa7\x6c\xef\xd1\x30\x1a\x27\xae\x93\xd2\xc9\x91\xda\x44\xc1\xf6\x14\xd8\x12\x10\x47\x94\x1c\x3b\x4f\x6c\x71\x8d\x6f\xc9\xb8\x92\x81\xc9\x97\xed\x6d\x76\x2b\xad\x67\x46\xe6\xd8\x4c\x32\xac\x3b\x0a\xbe\x91\x1f\xf9\xa2\x26\x9e\x06\x8e\x8f\xaf\xe7\x51\x3f\x2a\xea\x4a\x15\xf1\xbe\xae\xba\x5f\x2a\x04\xbc\x70\xea\x79\x6a\x50\x5c\x2c\x09\x16\x54\x7a\x5e\x7d\x99\xeb\x45\x33\xf4\xf0\x21\x65\x1b\xd7\x55\xc9\x01\x12\x69\xef\x30\x63\x75\xef\x8a\xc5\x4e\xba\x5b\xb9\x92\x4e\x52\xd5\x98\xe9\x1c\xe3\x9f\x0e\x32\x1b\xa2\x2c\xb6\x1d\xd3\xa9\xab\xd2\x3b\x11\x31\xe7\x64\x0b\xbb\x9b\x36\x9d\x2c\xfa\x94\xf5\x62\x5b\x8e\xa6\xf6\x29\x86\xa9\xa6\x91\x74\x65\xab\xef\x79\x01\xe8\x11\xca\x95\x41\x1e\xf3\xcf\x09\x56\xf5\x05\xcc\xbd\x2c\x11\xbd\x44\xda\x89\x5d\x75\x5d\xe4\x52\x92\xd2\x9d\x12\x11\xac\x45\xe3\x23\x54\x2b\xd3\x25\xf9\x00\x3c\x25\x12\x37\x59\x24\xe7\x02\x30\x4f\xe0\xe3\x23\x56\xe8\xae\x77\x7f\x11\x2d\x60\x5f\x0d\xd9\xd8\xf5\x5f\xf1\xfb\x06\x55\xa4\xbc\xea\x63\xed\x41\x34\x7d\xd1\x77\x67\xf6\x97\x3e\xf4\x56\xec\xe3\x6b\xda\x41\x92\x42\x8f\xa0\x8e\x11\xa6\x2e\xdc\x33\x8b\x32\x82\x7c\x77\x63\xeb\x81\x2a\xd2\xaa\xb7\x1b\x14\xb0\xd7\xb4\xbf\x70\x53\x6c\x54\xad\xea\xbd\x73\xed\x6d\xde\xd8\x3f\xdf\xdf\xdf\xde\xd2\xf7\xf9\x94\xbc\xf7\x17\xa2\xbb\xcf\x57\xa0\xaa\xe6\x4d\x8a\x1e\xd8\xbd\x94\xa3\xeb\xa1\x11\x91\x05\xc8\x1d\xb8\x1b\x1c\x97\x6b\x25\x04\x9d\xcf\xd8\x7a\xed\x70\x20\xe4\xfd\x31\x21\xcc\x93\xbf\xb4\xc8\x75\x18\x11\x09\x2f\x79\xff\x02\x5d\x22\xcb\x93\x7e\x55\x73\xff\xec\x02\xc9\x64\x38\x72\xd2\x7f\x9d\x3f\x68\xfb\xfa\xfc\x01\x3b\x72\x33\x48\xb3\x71\x94\x23\xba\x47\xcc\x29\x04\x65\xff\xce\x07\x89\xeb\x45\xdc\x55\x2b\x16\xa3\x92\x16\xdc\x52\x0c\x8b\xba\xa0\x79\x43\xd0\xa5\x04\xd3\xa1\x72\xeb\x53\xfa\x51\xa1\xad\xc2\x39\xd0\x02\xdc\xa0\x17\x3f\x58\x08\x41\x95\xc1\x6f\xaa\xae\xef\x32\xb2\x3d\x2b\x2f\x54\x8c\x7e\xc4\xea\xa1\x2c\x85\x2e\x7a\xb7\xed\xb8\x51\x5e\x45\x1f\x9f\x3f\x28\xab\xab\xf3\x07\xc3\x0c\x5a\xc2\xc3\x1d\x92\x77\xb5\xfe\x96\x83\x8a\x46\x10\xa2\x8b\x81\xf6\xec\xfc\x41\x31\xdf\x93\x9f\x39\x2e\x7e\x58\x0e\xdd\x00\x15\x3f\x3a\x7f\x00\x19\x8f\x3d\x57\x57\x2c\x29\x69\xd7\xb8\x3d\x9f\x3f\xc8\x2f\x0a\x56\xf2\x29\xbb\x9c\x55\xec\xb7\x4f\x35\x9b\x37\x82\x2d\xfe\xd9\xb2\xae\x5f\x86\xc0\x52\xdb\x5b\x75\xf5\x45\x17\x41\x0c\x80\xed\xa3\x91\x3f\xe6\x2b\x45\x5c\xd8\xe3\xf6\xd8\x61\x13\xba\x3f\x3c\x3b\xf0\x39\xb2\x99\x45\x39\xe7\x50\x3e\x71\xf0\xd1\x81\xe6\x5f\x4f\xd5\xcc\xd3\x19\xa0\xd8\x38\xce\xe4\x3e\x7b\xf4\x1d\x1b\xb3\xef\xbc\x8f\xb0\x1d\xd4\xcf\xba\x80\x05\x91\x8d\xfd\x39\xbe\xd2\xec\xce\xbb\x5c\x58\x37\x34\x2b\xfc\x3d\x72\x8a\xed\xef\xb3\x37\xe2\x8a\xa3\xd5\xba\x17\x26\xaf\x1d\x1c\x99\x2a\x54\x17\xcc\xd9\x0b\xd1\x81\x20\x19\x8f\x3d\xfd\xf8\xc2\xb4\xa9\xee\x84\x1f\x35\x42\xf2\x2c\xc7\xcc\xb7\x25\xcf\x6b\xe3\x3d\xce\xcb\x4b\x74\xf9\x71\x6a\x12\x53\x76\xc1\xe5\x45\x59\x21\x8d\x73\xa7\x33\x23\x4f\x80\x4c\x5c\x86\xbc\x6b\x7a\xe5\xa7\xc3\x41\x64\x14\x97\x2f\xee\xed\x55\x11\xc4\x1a\xa5\x4a\x80\x40\x4c\x33\xaf\xce\xa7\x19\x03\x5e\x5c\x05\x97\x3c\x60\xc2\xca\x83\x14\xc3\x56\x7c\xde\x4e\xe1\x2d\x52\xe2\xbe\xea\xe2\x9e\xe7\x5b\x88\xa1\x69\x69\x53\x7b\x6e\x4e\x26\xec\xaa\xd3\x7e\xb7\x5a\x34\xd1\x3a\x6d\xfb\x65\x78\xd9\x36\x90\xc8\x50\xe1\x11\xfc\x0f\xfd\x7a\x11\x89\xd0\x22\xb1\xa4\xb8\xea\x9f\x6d\x76\xe5\xda\xed\xf8\x8a\x20\x3c\xe4\xac\x3d\xeb\xe5\x97\x43\xa5\xad\xdc\xf3\x5f\xca\x0a\x47\xbd\x58\x44\x98\xbc\x9c\x57\x94\x43\xad\xe0\x38\x72\x81\x1c\x24\xc4\x1e\xf4\xfe\x45\xf5\xbe\xeb\xf7\x3b\x20\x11\x36\x8b\x7f\x08\x0e\x69\xe8\x6d\x90\x28\x01\xb1\xa7\x5d\x75\xc5\xd7\x97\xea\x54\xb3\xc9\x62\x77\xc3\x11\x58\x65\xf0\xf8\x97\xb3\xb3\x26\xdc\x90\x7d\x81\x2b\x2e\x52\x16\x2c\x6f\x2f\xbc\xfb\x54\x28\xd2\x58\x93\xdb\xf1\x7e\x20\x67\x3d\xea\xd5\x1c\x27\xfe\xbc\xae\xed\xb8\x2f\xcb\x52\x81\x00\x83\x96\xcf\xed\x70\x34\xcf\x17\x83\x41\x29\xb7\x59\xe4\x8c\x80\xad\x84\xfe\xb8\x5a\x43\x1d\x71\xcf\x35\x09\x6e\xc4\x94\x95\x28\xf8\x28\x74\x8f\x20\xe8\x42\x29\x23\xa9\xda\x23\x66\xb9\x0a\xcb\x9b\x43\x99\x62\xd7\x8e\x9f\x35\x8d\xd1\x5c\x0b\xd9\x13\xef\x19\xdb\x65\x7f\xc2\x0d\x1c\x3b\xf7\x92\xa3\xf0\xbd\x31\x6d\x35\x94\x87\x72\xe1\xd6\x3b\x1a\x8d\xa8\x03\x59\xa4\x41\xcf\xe8\x94\x2a\x12\x30\xb6\x58\x41\x2f\x82\x46\x6e\x5d\x2a\x6f\x0a\x7f\x70\xc9\xc5\x0d\xf8\x1e\xf4\x79\x7b\x19\xd1\xcf\x7e\x26\xb3\x2f\x48\xc5\x50\xe4\xb1\xaf\xca\x28\xfa\xc0\x5c\x82\xe6\x54\xb4\x96\xe0\xdf\xca\xe5\x13\x7f\xa1\x6d\x61\xcc\x4c\x39\xf6\x54\xbd\x42\xd3\xa3\x42\xf4\x1c\x52\xda\x65\x5f\x1d\x2c\x9b\xdd\x64\x48\x21\x7f\x21\xd3\xfc\xc3\x87\x6c\x00\xb5\x25\x3a\xac\xec\xa4\x4e\x4f\x9e\xda\xbd\xd4\xdd\xf2\x75\x4c\x34\x0d\x9f\x21\xa7\xfa\xd8\x60\xde\xe8\xfb\x22\x8d\x03\xfe\x1e\x66\xac\x17\x0b\xbf\x54\x2f\x16\xaa\x50\x2f\x16\x31\x0e\x08\x97\xd0\xb1\xd1\xd9\x98\xcb\xab\xfa\xb0\x45\xe6\xc9\x90\x8f\xfb\x45\xf1\xa9\x2a\x8b\xbf\x86\x5a\xa8\x51\x2b\x3a\x87\xfc\x23\x70\xe6\xcd\xdf\xd3\x59\x21\xff\x3e\x15\x0b\xfa\xeb\x39\x9e\x12\xae\x9e\x56\xef\xc5\x79\xde\x5e\x56\x2a\xe3\x5c\x8c\xd9\x20\xe5\xbd\xc1\x62\xc8\x6e\xa6\x92\xd3\x4c\xad\x5d\xef\xcf\x2f\xfa\x11\xe0\x17\xa9\x93\x0d\x27\x3f\x63\x34\x23\x30\x9f\x74\xa0\xdd\x81\x4b\x0b\x7c\x9e\xb8\xa7\xc0\x8d\x7f\xbd\xc3\x8c\x9a\x18\x3d\xa9\xf0\x20\x83\x56\x53\xd7\x1f\xd4\x1b\x6c\xa8\x57\xcd\xb2\xa9\xf8\x3d\x0e\xa1\x5d\xa7\xce\xe9\xc5\x62\x53\xc5\xb8\x64\xa6\xda\x53\x39\x25\x92\xb8\x12\x55\xd2\x6c\x6d\xa8\x55\x2f\xbf\xa9\xf8\x39\x51\x16\xd1\x54\xfa\xa0\x04\x1f\x32\xe0\x23\xa4\xfc\x0a\x8e\x17\xb9\x7d\xf4\xae\x61\x7b\x8c\x26\x19\x36\x8c\xda\x27\xf2\xb1\x1c\x8b\xb7\x07\x71\x7b\x58\x2a\x9d\x5d\xa6\x66\x52\x6d\x08\x6b\x1f\xc8\xb7\xd8\x6f\xeb\x74\xb1\x8d\xa3\x40\xa6\xb2\x9b\x86\x49\x86\x4a\xd2\xcc\x1a\x4e\x66\xb3\x8a\x27\x71\x86\xa6\xca\x8f\x6e\xf4\x5f\x2b\xf3\x0c\x37\x85\x79\xa3\x7f\x6f\xa9\x48\x4d\xc0\x69\x85\x3e\xea\xb6\x84\x48\xe7\xd9\x42\x20\x5c\x55\x08\xaa\xa5\xdf\x98\x6b\x9d\x63\x0f\x90\xb5\x69\x38\xab\x09\xe6\xb1\xd7\xdf\x38\x48\x69\xba\x18\x68\xf5\x49\x71\xf5\x4a\xb9\xfa\xa2\x94\x20\x4f\xdb\xf3\x07\xc3\x75\x2d\x44\x2a\xb7\xac\x52\xeb\x9b\xde\xd0\xac\x0d\xfb\xe5\x8a\xa6\x1a\x6c\x0b\x7f\xc2\x0c\x45\xb0\xb6\x48\x80\xdd\x02\x6d\x4b\x4b\xe2\xce\x2d\x57\xa9\xab\xc4\xcb\x77\x6f\x42\x41\x8e\x83\xd9\x60\x83\xa2\xc2\x6f\x88\x24\xc3\x77\x6f\x06\xbc\xee\x23\xd7\x5d\xee\xeb\xca\xf8\x3f\xf1\x9c\xb4\x00\x67\xf0\xcc\x50\x5d\x9e\xd8\x23\x78\xec\x49\xa0\xd4\x8e\xdd\x75\x5e\xf7\xd1\xc8\xdf\x59\x32\xc6\x37\x8c\x53\xb7\xb1\x73\xba\xbe\x9a\xe7\x3d\x2f\xf1\x8a\x1e\x00\xe3\x58\xfd\xb2\xb7\x81\x25\x71\x9d\x98\x04\x66\xe0\xc1\xea\x20\xa4\x19\x27\x9d\x2d\xa2\x12\x94\x57\xec\x5b\x44\x7a\xeb\x9c\xa0\x01\x70\xc0\x75\x5c\x65\x3b\xd7\x87\xa9\x73\x1d\x98\xac\x60\x0a\x90\x5e\x54\xc5\x21\x30\xbb\x65\x72\x07\xdd\x9f\x05\xd7\x39\x2a\x11\x1d\x4e\x1b\xd4\x75\x2d\x76\xd5\x85\x67\xa7\x0d\xeb\x05\x45\x21\xd4\xbb\x49\x51\x08\x73\x20\x16\x34\x05\xaa\x39\x6b\x35\x29\x17\x0c\x95\xb1\xdc\x0a\xe4\x59\x83\x9d\x2d\xc5\xdc\x17\xcb\x4d\x8d\xc1\x77\x9e\xcc\xa2\x92\xf6\xaa\x72\x2d\xbf\xaa\xc4\xb2\x0b\xf1\xb8\xa9\x23\x98\x99\xfa\x21\xdb\xf1\x9d\x2c\xe4\x0b\x5f\xf6\xa0\xca\xe5\xff\xd6\xd4\x6c\x94\x05\x50\xfe\x28\xf0\xdf\x80\xaa\xd1\x39\xe0\x55\x53\xb2\x31\x8d\x3b\xea\x18\xa5\xf5\x50\xf2\xe2\x3f\x46\xad\x47\x2f\xe8\x0f\x0c\xb6\xa6\xb1\x22\x62\xf3\xd8\x90\xa0\xa7\xa3\x8a\x66\xfe\x49\x80\x31\x7f\x56\x78\xeb\x10\xed\x18\x71\x0c\x01\xc2\xc1\x32\x69\x1b\x6b\x22\x4a\x95\xaa\xfe\x72\x67\x01\x45\xe2\x58\x51\xfc\xb2\xac\xc0\x6b\x55\xff\xb7\x98\x5d\x9c\x58\xf8\x68\x97\x3e\x52\x1e\x00\x38\xd1\x9a\x3c\xd7\x4d\xb5\xcf\x66\x22\x98\x3d\x08\xd7\xa3\xc0\x50\x1c\x5e\x63\x65\x53\x9c\x6c\xe4\x52\xf6\x26\xb6\xbe\x0c\xb7\x72\x1c\xac\xc8\x44\x00\xcb\x91\x67\x14\x5f\xe3\x8f\x4c\x72\x32\x53\xb7\xf5\x69\xc3\xaf\xc9\x6e\xe4\xc1\x33\x4d\x09\xe1\x29\x93\x45\xc0\x48\xa4\xc5\x43\xfa\x26\xf3\x3f\x91\xcd\xef\x99\x9c\x59\xd8\x33\xb8\x29\x68\x4b\x78\x16\x60\xa7\xdb\xd0\xa5\x2e\xa0\xba\x8d\x5d\x4f\x8e\xa3\x98\xc7\x61\x70\xf6\x41\x25\x6c\xd8\x88\x31\x3b\xb2\xd2\x23\x60\x24\x85\x1c\xcc\x9e\x1e\xf7\x13\x07\x21\xdd\xf7\x26\x35\x51\xf5\x00\xae\x7d\xd2\xb7\x55\x73\x69\xc6\x6f\x27\x55\x71\xa2\xef\x33\x5d\xff\xae\x53\x7f\x16\xcd\xbb\x00\xc9\x0b\x23\x21\x11\x6a\xe2\xa3\x75\x3d\xb6\x4f\x63\x93\x1d\x29\xd2\x5d\xbd\x6e\x07\x6a\x2d\xf7\xbc\x4e\xc1\xd3\x7b\xf7\x8d\xe8\x26\x52\xa5\xd7\xb7\xa8\x76\x28\x4e\xcd\x91\x7c\x4f\xeb\x16\x60\x6d\xc7\x77\xa8\xe3\xf6\xa2\x6e\xd3\x38\x9d\x7e\xa9\x5c\x0c\xde\xc1\xab\x4a\x5a\x8c\xd0\xe2\x14\x1e\x3f\x34\xd5\xd2\x5f\x04\x9c\x30\xa2\x9f\x8f\xbd\xe1\xd3\xe3\xb0\x86\x91\xce\xa4\x61\xb1\xe7\xb8\x6a\x31\xa6\xc6\x75\x34\xb6\x56\x77\x49\x69\x6b\x78\x08\x1d\x49\xd4\x8d\xcc\x57\xc7\xb2\x3b\xab\x6b\xa4\x5f\x75\x17\x67\xe8\x48\xe0\x41\x53\x5b\x0a\xe1\x70\xf7\xc7\xc8\x1f\xd5\x97\x2d\x04\xf2\x1e\xae\xcb\xae\x9a\x1b\x5f\x20\x0f\xf2\x52\x43\xab\x6f\xdc\x15\xda\x28\x49\x9b\xa6\x26\x46\xdd\xa3\xfd\x4c\x7b\x4a\x14\x42\x6f\x64\x8b\xc1\x95\xc0\xaf\x49\x97\x40\xe3\xde\xab\x2b\x79\x19\xb0\xca\xa1\x02\xd3\x16\xa0\x8b\x65\xd7\xa3\xeb\xa7\x5d\xce\xa3\xc3\x40\x7e\xf6\x44\x59\xdb\xf9\xd1\xf3\xad\x8b\x49\x19\x09\x80\xf3\xe8\x66\xf7\xf0\x92\xe3\x20\xe2\x72\xce\xe8\x4e\x48\x18\x8d\xe0\x04\xf6\x24\x06\xea\x65\xe1\x30\xdb\xd7\x42\xeb\x36\x1a\x7a\x7e\x21\x3a\xf3\x3c\xbf\x41\xd9\xfc\x7e\x40\xeb\xb1\x5e\x3e\xf1\xdb\x57\x97\x56\xed\xbf\x76\xef\xae\x27\xbb\x9d\x70\xa1\x8c\xc5\x03\xc5\xe5\xb6\xbb\xa8\x6c\x13\xc4\x28\x46\xbd\x7b\xc3\x99\xd8\x99\x38\x49\x1c\xa8\xc9\x03\x97\x11\x0d\xa8\xf7\x11\x90\xf5\x6d\xd5\x06\x2a\x21\xaf\x09\xf0\x83\xdc\x5d\x96\xc3\xe1\x60\x8b\xc5\x48\xcc\xf5\xa6\x96\x9d\x78\x4a\x68\xd8\x01\x11\xd7\x7c\x55\xee\x33\x4c\x21\xf2\xef\x87\x31\xee\x15\xa2\xa1\x91\xe0\x64\xa3\x00\x59\xb6\xcf\xbc\xa5\x28\x2c\x25\xd5\xc9\x3d\xad\x63\x8b\x8c\xa8\x67\x57\x35\x7c\xec\xd5\x00\x18\x1a\xf7\xaf\xc1\x26\x0e\x1f\x0f\x30\xcf\xd8\x45\x06\xb0\x56\x8e\xb8\x2b\x1b\x54\x31\x9a\xd1\x39\xa1\x11\x42\xe3\x27\xbc\x1f\x51\x0f\xad\xfa\x32\xa8\xc4\xcb\x1d\x26\x1f\xa9\xce\x79\x39\x3d\x9d\x28\x69\x24\x59\x0c\x36\x77\x39\x96\x71\xd2\x07\x06\x04\x7f\x3f\x7c\x08\xff\xdb\x99\xd0\x17\x8f\x2d\xf7\xf8\xbc\xeb\xaa\xcb\x86\x97\x27\xb5\x50\xf1\x2a\xd6\x1d\x35\xe0\x7e\x2a\xcf\x91\xc3\x1b\x20\xc5\x51\x48\x57\x5f\x01\x59\x7d\x95\x42\x27\x5c\x8b\xdf\xe7\x21\x18\x02\x6e\xbc\x9e\x8a\xcb\x56\x2c\x17\xcf\x7a\x94\x94\xc8\xa0\x7e\x51\xe5\x92\xb6\x0e\xdd\x65\xca\x7b\x7e\x29\x5a\xcc\x32\x83\x72\x55\x31\xcb\xdb\x17\xfa\x31\x38\x3d\xd8\xc2\x3b\xc5\x14\xb9\x58\x96\x64\x3d\x46\xe7\x99\x1f\xf1\x82\x0c\x6e\xb7\x3a\x8f\x9b\x25\x1c\x59\x51\x3d\x08\xce\x18\xb0\x8c\x44\x82\x38\xab\x27\xaa\x9e\x1f\xd1\x1b\xda\xae\x43\x8d\xd3\x17\x9b\xac\xe2\xf1\xb8\x22\xfa\x50\xa3\xf1\x5b\xf7\x4c\xfa\x16\xfc\x77\xf5\x2f\xab\x2b\xf0\xa9\x0b\x30\x4b\x5f\xae\x4b\xdd\xa8\x6b\x45\xcc\x1d\xab\xc3\xb6\x68\xb7\x5d\x25\xf6\x12\x15\x39\xf8\xec\xe8\x35\x1c\xf8\x79\x1f\x35\x03\x50\x5f\x91\xc6\x04\xfa\xfc\xd4\x3b\x9e\x2c\xd5\xcb\xba\x7e\x50\xb2\x3e\x7b\x24\x7a\x4b\xa4\x7b\x22\x2b\xc6\x6f\x87\x20\x9b\x17\xb9\x7f\xa7\xf0\xb5\x04\x34\xaf\xf2\x43\x97\x49\x6a\xf5\x13\x7b\x92\xcc\x01\x6b\xf9\x70\xac\x1b\x4b\x2f\xee\x31\x04\xb8\x5f\x63\xae\xa7\xad\x06\xd0\x0b\x17\x81\xcb\xdd\xcf\x3e\xe9\xb7\x9a\x39\xbb\x59\x11\xc1\x9b\x40\xff\xa6\x33\x08\xa2\xad\xf3\xb6\x98\x69\x90\x28\x95\x43\xe1\xb3\x7d\x84\xdf\x99\xe0\x98\xa2\x16\x1d\xef\x7a\x05\xbf\x0b\x68\xe1\x50\x0f\x58\x4d\xab\x26\xef\x79\x37\x62\x3f\xf3\x76\xc5\xaa\x86\x4f\xa7\x55\x51\xa9\x34\x08\x45\xbb\x94\x55\x5e\x2c\x01\x49\x92\x2d\x31\xcf\x31\xbb\xe0\x08\xbe\xc3\x4b\xa8\xe7\x62\xc5\x8a\xbc\x06\x08\x8d\x22\x6f\x79\x3f\x50\xd8\x26\xb7\x18\x87\xf5\x17\x85\xec\x04\x77\x25\x9e\x97\x23\x9b\x8d\xf1\xbe\xbc\x19\xdc\x64\x60\xd1\xf1\x4d\x19\xc6\x7e\xf4\x94\xdd\x28\xf7\x30\xb2\x27\xdd\x30\xcb\x2c\x7a\x90\xb1\x1b\xe5\xd5\xab\x8d\x6d\x77\x5e\x33\xab\xc1\x6a\x4d\x33\x52\x78\x7f\xca\x56\xaa\x15\xb4\x4e\xad\xbc\x46\x56\xaa\x11\x63\x20\xb3\x5b\x59\xbd\xbb\xe2\x6d\x9d\x2f\xe0\x84\xf3\x5b\xc9\xa1\xce\x27\xec\xc2\x78\xe7\xc0\xc1\x91\x9b\xd8\xc2\x0b\x28\x82\x2e\x24\x76\xbd\xcb\xc5\xa9\x58\x80\xed\x17\xcd\x7e\x5e\xcd\x58\xaf\xee\xf6\x11\xfb\x8c\x46\x53\xcf\x08\x97\x85\x96\xb5\xb8\x41\xed\x8e\xe1\xef\xa0\x17\xcf\x45\x4f\xbd\x50\x46\x67\xb7\x23\x7a\x20\x76\x6d\xd4\x1d\x63\xf5\xbb\x4f\xc7\x52\x7d\x29\x25\x49\x75\xcf\xfa\x17\x60\xf9\xd7\xa9\xfe\x6e\x32\xb6\x72\x0f\x3f\x24\xfe\x4c\xfd\x81\xe6\x3d\xfa\xf1\x77\xfd\xd7\x3f\x2c\xd6\x0a\x79\x87\x33\x76\xc1\x6b\x71\x9d\xe1\x2f\xfc\x0a\x9e\xbc\xc7\xbe\xb0\xd0\x61\x57\x69\x34\x2d\x5d\xd4\x63\x7c\xf5\x58\x97\x40\x9f\x5b\x3b\x29\x53\x18\x52\x82\x3e\xf8\x9e\x3b\x26\x7c\x98\x74\x99\xa1\xb0\x0a\xdb\x85\x3e\xed\xe0\xe6\x78\xdd\x47\x83\xc4\xac\xb9\x92\x04\xaa\xa9\xda\x99\x43\xd8\x48\x51\xed\x31\x54\x8f\x24\x6b\x93\x8c\xf5\xb5\xda\x3e\xee\xc3\x88\x41\x1b\xbc\x94\x6e\x30\xca\xda\x62\x13\x19\x2b\x57\xf4\xd0\x6c\xea\xc8\x40\x4a\x4c\x8a\x0e\x31\x95\x2b\x5f\x88\x30\x1d\xb6\x42\x8a\x7c\xcd\x24\xd2\xd9\x71\x23\x2f\xcb\xb8\x08\x8a\xc8\xc6\x3e\x0d\xda\x6f\x63\xfa\x76\xc5\x87\xa5\x7c\x49\x54\xc7\x9e\xca\x7e\xd9\x0f\x26\x13\xf9\x44\x8a\x93\x44\xa2\xb2\xc8\x4d\xd4\x55\x42\xd5\x47\x54\x15\x71\x05\xb0\xd7\x71\xa2\x76\x51\xa2\xd0\xdf\xd9\x84\x95\xb1\x1c\x85\xa6\x6b\xac\x5c\x6d\xf6\x9c\x2b\x23\x79\xe8\xed\xf7\x2b\x8f\x3b\x3c\x7c\xc8\x06\x3b\x7a\x93\xc9\xb9\xd0\x3f\x54\x91\x27\x0e\xcb\x4d\xc6\x60\xc0\x77\x6b\x66\x43\x97\x59\x3f\x1f\xeb\x00\x51\x56\x36\x9b\x85\x9e\x6b\x9e\x80\xa1\xe2\xf4\x83\x0e\x13\x55\x34\xdd\x67\xf8\x62\x43\x9f\x4d\x13\xdb\xf6\x39\x95\xba\xd2\x8c\xde\xde\xd5\x16\x87\xc3\x3d\x1d\xeb\xac\x3d\x71\xb8\xa9\xbd\xcf\x46\x1b\x5d\x46\x9c\xae\x98\x41\xd9\x5d\xd1\x4f\xd7\x75\xc5\x9e\x0f\xe4\x32\xde\x67\x31\x46\x12\xc6\x20\x58\xe9\xf4\x9d\x79\x09\xc8\xef\xe9\x84\xb9\xf8\x53\x66\xe3\x41\xd9\xc7\xc1\x1b\xea\x9c\xae\x29\xa1\xe3\x76\xe6\xc0\xa5\x9d\x27\xe9\x36\xa1\x60\xb2\x4d\xff\x8c\xb2\x46\xa9\x18\x50\x78\x17\x53\xb8\xcf\xea\x14\x45\x11\x72\xcc\x0e\xb4\x65\x0c\x8f\xd2\x6a\xf1\x77\xdb\x1c\x64\xf3\x6e\x3c\xc6\xb5\x5d\xc4\x7e\x45\xe7\xb9\x9b\x4a\x9e\x0a\x24\x75\x88\x26\xae\xdd\x62\xbf\xe6\x2c\xaf\x16\x7f\xb7\xd8\xac\x3d\xba\xbf\x5b\xcc\x33\xae\xe7\x91\x57\xee\xf3\x07\xa9\xb6\x0c\x3b\x4f\xb5\x46\x61\xc6\xa8\x9e\x7b\xd6\xb6\xf9\x6a\xb4\x68\x45\x2f\xfa\xd5\x82\xab\xe4\xb4\x23\x29\x10\x93\x54\x62\x29\xa0\xf4\x79\x37\x64\xbb\x96\x26\xeb\x46\xd2\x58\x30\x9d\x6c\x97\x05\xd3\x38\x64\xfb\xec\x11\x21\x6e\x1d\x78\x6a\x93\xf8\x2a\xc2\x12\x86\x92\x13\x4d\x29\x5e\x19\x02\xa9\xa9\x86\xec\x4d\xae\x55\xce\x35\xf1\x58\xb2\xd5\x3b\x35\x17\x7b\x87\x7a\x7c\x2f\xe5\x71\x71\xc8\x7f\xc8\xd8\x25\x6f\x78\x9b\xd7\x27\x10\x57\xac\x15\x85\x31\xe9\xa5\xe6\x4d\x28\xb4\xd8\x22\x91\xbc\x90\x19\x93\x5f\xc6\xaa\x8c\x55\x52\x58\x1e\x8e\x2e\x79\x6f\xc2\x4d\x5c\xb4\x1e\xdd\xd2\x6f\xd8\xd2\x6f\x81\x9c\xf4\xdb\x36\x72\xd2\x6f\x31\x39\x49\x1f\x05\x93\x89\xc3\x03\x23\x87\xa8\x68\xfa\xaa\x09\x90\xc4\x81\x70\xad\x19\x8a\x7c\xe9\xce\xdf\xcd\x9a\xd0\x45\xf4\xe8\x66\x13\xab\x5f\xd1\xfb\x8c\x7f\x87\x89\x64\xb9\xd5\x83\xa3\xbb\xd6\xa1\x64\x48\x37\x72\x67\x39\x4e\x79\x87\x92\x6e\x6f\x48\xba\x7a\x62\xd6\x3e\xe9\xd9\xd9\x92\xcf\x10\x12\x7c\x6b\x51\x7a\xeb\x92\xb8\xc1\x6f\x69\x23\x81\x43\xcc\xc3\xe7\x0b\xf1\xec\xd7\x23\xf6\x01\xe2\x25\x2f\x3e\x01\x71\xbc\x3f\x7d\xcd\x44\x63\xb0\xc1\x10\x4d\x9f\x00\xc2\x2e\x79\xdf\xc3\xbd\x16\xa8\x2b\x59\x1b\x52\xa8\xac\x0d\x1d\x94\x5b\x34\x8f\xc7\xcb\x2b\xda\x7a\xae\xa1\x6c\x7c\xba\x1e\xde\x23\x80\xd8\x5e\x2e\xac\x11\xa7\x54\x91\x24\xce\x69\xfc\x3b\xf9\x4f\xcd\xf3\x4e\x6a\xa2\x23\xf2\x10\xc8\x79\x2b\x34\xd0\xc4\x6b\x76\x58\x92\x39\x50\xe4\x76\x1d\x60\x8b\x8a\x87\x39\xae\x9a\xea\x9f\xcf\x59\x22\xdf\xa5\xbf\x7a\xb9\x49\x54\x8d\x2a\x59\xfd\xae\xba\x5d\x78\xca\xf6\x0e\x21\x22\xda\x7e\x38\x76\x36\xe7\x53\x40\xd8\x89\xf2\x4c\xa6\x8e\x52\x9b\x0f\x2f\xac\xb3\x06\x3d\x24\x3e\x03\x23\x66\x77\x19\x23\xfc\xac\xcc\xe8\x2b\x35\x2d\x5f\xe5\x2d\xfb\x35\xb7\xb9\xb0\x8e\x27\xf4\x61\x04\x12\x44\x94\xb1\x52\x14\xe8\x51\x4c\x85\x49\xeb\xe0\x05\x1f\x2c\xf2\x52\x7e\x7a\xaa\xcd\xa8\x80\xbf\x54\x8b\xe2\x93\xec\x6a\x29\x0a\x8a\xfd\x53\x2e\x1e\x41\xfc\x95\x2c\xbf\xd2\x6b\x28\xd9\x0e\x36\x6c\x9d\xda\xea\xf5\x93\x98\x8a\xf8\x20\x52\xf0\xa9\x69\x38\xfc\x20\x9e\x47\x0f\x8b\xed\xef\xb3\x93\x22\x57\xe8\x31\x60\x9d\x45\x54\xec\x86\xe7\xa8\x3f\xfb\xe7\x92\xb7\x15\x2f\xd9\xca\xcb\x54\xa7\x4f\x90\x59\x5e\x4f\x5f\xa3\x6a\x1c\xdd\xf3\xf8\x34\x5f\xd6\xbd\x41\x8a\x40\xce\x75\x21\x96\x4d\xc1\x35\xf8\xba\x67\x3d\xc5\x46\xa9\x06\x8a\xd1\x7b\x46\x39\x52\xd4\x28\x7d\xcd\x24\x7c\x13\xc1\xce\x38\x0d\xdd\x33\x02\x55\x6a\xc2\x4d\x4c\x05\x32\xca\x81\xaf\x1c\x20\x1d\xe5\xef\x8f\x3d\x75\xbf\x32\xab\x09\x84\x89\x24\x8f\xbd\xd3\xbe\xd8\x7a\x96\xc6\xf4\x06\x4f\x1e\xf5\x38\x72\xd2\xe8\xb5\xa5\xab\xba\x26\x8a\x49\x74\xb1\x53\x43\x65\x0e\xac\xb4\xce\x93\x58\x88\xa6\xab\xba\xbe\x63\xbc\xe9\xab\x96\xd7\x2b\x39\x40\x72\x88\x28\xc9\x1f\xa2\xcb\x02\xf4\xe1\xfd\x7d\x76\x0d\x00\xd3\x00\x3e\x64\x53\x0c\x04\x74\x2a\x12\x0d\x47\x43\xcb\x9f\x56\x34\x04\xe0\x78\x7e\x06\x3f\x43\x40\x91\xe4\x23\x8a\x23\xc8\xff\x27\x0d\x47\x14\x04\x7d\x0a\xdb\x9a\xa6\xd3\xb3\xef\x28\x50\x37\x5c\x23\xcb\x7c\xa3\xa6\x10\x33\xe9\x7a\xc8\x4a\x2d\x6f\x4a\x48\x3a\xa4\x22\x1f\x33\x4c\x35\x2a\x27\xaa\xe4\x3d\x6f\xe7\x72\xe5\x73\x6f\x07\x29\xd3\x0c\xb6\xf9\x84\x85\xb9\x4e\x12\x7b\xd9\xcd\x87\x32\xc1\x54\x1a\x07\x6c\x1c\xce\xa1\xc5\x4d\x8f\x15\x22\xa1\xf2\xd4\xd3\x79\x19\x70\xf5\x6e\xbc\x9b\x83\xe9\xd9\x53\xe6\xa7\x5a\xd9\xd4\xaf\x1e\xa0\x68\xa3\x7c\x87\x1d\x25\x9e\x8f\xdd\x05\xfd\xa3\x86\x02\x28\xa0\x7c\xca\x5b\x76\x32\xcb\x4b\x71\xfd\x5e\x88\xfe\x5d\xfb\x52\x79\x98\x13\xab\xb1\x74\xf1\x53\xd9\x74\x07\xd5\x4d\xf3\xba\xd6\x31\xcd\x7a\xe7\x54\x53\xd6\x88\xde\x90\x4d\x29\x0a\xe3\x99\x3c\x1f\x89\xeb\x86\xeb\xfa\x2d\xea\x6a\x85\xd0\xa7\x11\x40\xc0\x05\x4d\x1f\x99\x97\xa0\x46\x2b\xac\xaf\x55\x0c\xf5\x84\x45\xbf\x1d\xf8\xab\xa7\xca\x3f\x7c\xc8\x76\x02\x1c\x1d\x85\xf3\x46\x85\x6c\x75\xa5\x69\xc7\xf2\x97\x30\xec\x43\xbd\xae\x3a\xb6\x6c\xf8\xcd\x82\x17\x3d\x2f\xf1\x2e\xc8\x6e\x54\x3a\x69\xb9\x33\x3a\xb5\x35\xd4\x39\x9c\xb7\x3c\xc7\x3c\x6b\xed\x0a\x73\x23\x5b\x97\x54\xd5\x11\x9b\x1d\xdf\x38\x77\x6a\x3a\x91\x49\x2c\x3e\xb4\xef\xd4\xf4\x4a\x41\x98\x1c\xda\x77\x6a\x77\x48\x9b\xa7\xee\x5f\x9d\xbe\xe4\x14\x9a\x4c\x26\xa7\x33\xde\xf2\xaf\x3a\xa6\xf2\x33\x50\x7a\x58\x35\x4f\x4b\xc9\x49\x60\xe6\x20\xbf\x34\x70\x55\xe4\x25\x72\xe6\x74\x2d\xcb\x6e\x0b\xbb\x12\x64\xb4\xed\x66\xa2\xed\x8b\xa5\x45\xb0\xb6\x44\x67\x5b\x7d\xbd\x81\x0f\x06\xbf\xe6\x29\x97\x7b\x3d\x74\x36\x99\x10\x4e\xf3\xed\x2d\x93\xe5\xe5\xbe\x17\x55\x09\x2c\x89\xfe\x18\xb3\x5f\xf3\x51\xd5\x29\x75\x03\x18\x0b\xe3\xb9\x56\x24\x3b\x80\x31\xa9\x21\xe9\xb1\x44\xaf\xa2\xe8\x8f\x9e\xfe\x28\x58\x5a\x66\x20\x8c\x22\x07\xd1\xe0\x33\x4d\xca\x5b\x50\x18\x38\xd3\x74\x87\x76\xfd\x4d\xfe\x51\xba\x2f\xb0\x14\xeb\x7b\x6f\x01\x0e\xc7\xbe\x49\x76\x1e\xc1\x74\x63\x97\xb8\xc1\x67\x44\x5e\x78\x81\x14\xca\x5b\x35\x08\x78\xfa\x8e\x44\x78\x6b\x44\x49\x5c\x5e\xfb\x1a\xd9\xe5\xd3\xbc\xad\x24\x45\x54\xdd\xc9\xb2\x5b\x54\x05\x44\x08\xc0\xd3\x17\xd0\x6f\x80\xa3\xf1\xfc\xe5\x6e\xc2\x44\x0f\xea\x5f\x98\x21\xc0\xae\x18\x93\x2e\xac\xab\x38\x71\xb9\x22\x47\xb2\x54\xbe\xb5\xe4\x4d\x67\x7f\x9f\xbd\x15\xac\x5e\xca\x93\xa3\x14\x4c\x2c\x5b\x26\xae\x1b\x49\x24\x72\x43\x56\x60\xda\x95\xac\xae\xe9\xaa\x2b\x3e\x64\x1d\x98\x99\x2d\xe6\xd5\x60\xfa\x0c\x62\x14\x6a\xa7\x38\x80\x9a\x98\x5b\xcd\x57\xe0\x44\x31\x6a\xed\x4a\x32\x23\x92\x6c\x8f\x54\xcb\xcc\x9d\xc0\x08\x9a\xbb\xf4\xf7\x4c\x0b\xe4\x5a\x42\xed\x85\x16\x49\x2d\x71\x87\xc8\x29\xd8\x03\x9e\x36\x10\xcc\xf0\x10\x3b\x00\xd4\x3a\x8c\x1a\xf6\x9d\x79\x49\x21\x67\xa6\xaf\x81\x89\xd3\x9e\x8c\x8f\xd6\x89\x6f\xab\xea\x20\x89\x36\x1d\x20\xe0\xe6\x3f\x18\xdc\xb0\x3d\xfb\x5b\x0c\x55\x66\x5f\x3b\x97\x96\x17\xb3\xbc\xcd\x8b\x9e\x23\x20\x8a\x7d\xa0\x22\x3e\x66\xd5\xf0\x5f\x5a\x4c\xf1\x01\xda\x69\x7b\x52\x9f\xa6\xae\x3f\x5f\xb3\xc3\xd1\x37\xa9\xd5\x87\x1e\x4e\x6b\x21\xda\xc1\x40\xde\x05\xf5\x9a\x0d\xd9\x7e\xa2\x42\x87\x16\xe4\x38\x77\xd1\x31\x47\x8d\xc5\xdc\x55\xb1\x67\xef\xda\xbc\xa8\x31\x6a\xfe\xb5\x7d\xf7\xbb\x4b\xde\x96\x09\xe5\xb9\xae\x0a\xfe\x52\x14\x03\x43\x1d\x99\xee\x9f\xa7\x65\x35\x45\xd8\x2e\x3a\x98\x88\x7a\x39\xd7\xa7\x73\x06\x1d\x75\xb2\xcd\xf7\xf9\xc5\x49\xf5\x3b\x37\xfe\x1b\xc7\x0d\x26\x6e\x02\x4c\xa3\x59\x75\x39\xc3\x41\xcd\x08\xa6\x06\x19\xce\x57\x1d\x8b\xf0\x4a\xd6\xb7\x3c\xef\x3b\xa8\x06\x24\x90\x45\x5e\x70\x15\x16\xaa\x72\x24\x77\x60\x05\x68\x2e\x09\x3d\x55\x23\xc2\x14\x6a\xcd\x49\x64\x81\x5a\xa0\x69\xc2\x38\xc6\x1c\x2a\x52\xe4\x21\xdc\x7e\x4a\x30\xd9\x2d\x8b\x19\xcb\x15\xda\x21\xc1\xd9\x50\x7a\x51\xc8\x2e\xbf\xbf\x4f\x2e\xcb\xa5\xce\x5f\xf9\xe7\x83\xc3\xa1\xed\xe7\x71\x4f\x96\xea\x2a\xa3\xed\x38\x0e\xdf\x1d\xf5\x4f\x90\xfe\x11\x37\xee\xce\x44\xde\xd4\x93\xba\xeb\x61\x28\xce\xdb\x98\x10\xfa\xa2\xdf\xd8\xa1\x2a\xc6\x56\xff\x18\x5d\x7a\xf4\x6b\xc8\x35\x61\x99\xf2\x5d\xc6\xd5\xa8\x54\x14\xda\x6f\x16\x52\x33\xa9\xa7\x80\x2b\xb5\x33\x61\xe7\x0f\x9e\xbf\x77\xac\x11\x89\xce\x29\x57\x0f\x4f\x57\x28\x47\x0b\xa2\x60\xcd\x9b\xa4\xda\x50\xbb\xd0\x68\x12\xb4\x73\xa3\x42\x82\x1d\x75\x61\xeb\x3c\x62\x22\xfa\xd1\x38\x47\xf2\x07\x8c\x1f\xb0\xb0\xe2\xcb\xbb\xf9\x60\xb3\xfd\x8b\xcd\xd2\x45\x54\x40\xd1\xe5\xb1\x3c\x3b\x1f\x87\x6e\x6c\x2a\x3e\x22\x09\x7b\x6c\x05\xbf\x41\x94\x31\x1a\x69\x82\x95\x0a\x9c\x39\xc0\xf5\x6b\xd9\x6e\x5e\x2a\xe6\x44\xca\x21\x8c\xd8\xeb\x8a\xcc\x51\x70\x4c\x5a\x68\x62\xfe\x21\xef\x6b\x35\x70\xb0\x4e\xac\x9c\xc5\xce\xc8\x46\x11\xf1\x56\x27\x55\x64\x82\x22\x4c\xfd\xe3\x80\xa4\x0e\x32\x2b\xe2\x2b\xb6\x8d\x32\x76\x38\xdc\xa4\xa2\xa6\x69\x71\xec\x15\xec\x29\xfb\xc6\x3b\xfd\x24\xed\x9d\x0a\x08\xe3\x21\xe0\x71\x3a\xfb\x08\xcb\x95\xe0\xca\x29\xfe\xa4\x84\x33\xc9\x65\x0e\x96\x3e\x2e\xf0\x57\x85\x4a\x1c\xfc\x7b\x3c\x02\xe4\x61\xcb\x26\x6c\xc7\xaa\xd4\xc8\x35\xce\xd1\x87\x97\x72\x7b\xb6\xe8\x92\x84\x78\x23\x3f\x8a\x8e\x1a\x31\x28\xeb\x0f\x1f\x32\xd3\x2e\x7b\x6a\x1c\xf8\xd8\x91\xfd\x02\x41\xa0\xc2\x1e\x82\x71\x14\xaa\x0f\x63\xc6\xe1\x02\x45\x86\x5e\x7d\x0d\xdf\x6c\x2a\x80\xbb\xbb\x81\x1a\x60\x21\xfe\xc0\xb3\x7e\xe0\xf8\x19\x3a\x1b\x0a\xee\x1e\x06\x10\x9b\x04\xa2\xcf\xec\x66\xac\x96\x47\x52\xdc\xa0\x4c\x83\x19\xb0\x23\xab\xef\xe6\xfe\xca\xc6\xf6\x63\x7d\xe3\xf5\x54\x8e\x63\x35\x1f\x24\xdf\xd1\x0f\x65\xbc\x92\x12\xde\x9d\x2f\x34\xca\x3e\xc7\xc1\x2f\x36\x7a\x1f\x6b\x9a\x33\x18\x31\xe1\xb6\xab\x49\x92\xdd\x20\xd4\xc6\xe9\x0f\x51\xc1\x74\x15\x47\x90\xad\x8e\x5a\x54\x4f\xed\xf0\x62\xf7\x19\x0a\xc9\x6c\xec\x7f\x85\xe2\x6d\xb0\x8a\xeb\xc7\xcb\x9b\x32\x3e\x5e\x7f\x8f\x3e\x5f\x49\x81\x31\xb1\x37\x2f\x56\x5f\xb4\x25\x33\x29\xbd\x34\x9a\xb8\x2e\xaa\xb2\x3a\x91\x0f\x80\x14\xed\x09\xbb\x3f\xed\x7a\x47\x05\x75\xb8\x00\x9b\x1f\x69\x2b\xc2\x93\x83\x8e\x75\x39\xdc\x9f\x2b\xf4\x74\x85\x9a\xa9\x9f\x99\xe9\x07\xe4\x56\xd0\x13\x30\x44\x64\x41\xfa\xb4\x7c\x77\x15\xa2\x1c\x35\x7e\x38\x22\xb3\xfd\xe4\x9b\xe5\xfc\x82\xb7\xb0\x89\xcc\x5a\x44\xa6\xaf\x43\xc4\xa2\xa4\x62\xb9\x58\xb6\xde\x55\x90\xfa\x75\xfe\xe0\xfc\x3c\x44\xeb\x4a\xaf\x93\xd3\xad\x5d\xbb\x57\x94\xe9\xcb\xbf\x49\x6f\xb1\x90\xea\x1f\xcd\x72\x82\x20\x3d\x9a\x06\xb6\x39\x56\xf4\x9d\xd0\x49\xa0\xf7\x87\x5c\xdb\xe8\x14\xef\x5c\xf8\x79\x54\x98\x8d\x52\x18\x64\x49\x56\x54\x72\xb1\x1a\xc8\xe9\xdb\xa4\x08\xc1\x96\xb1\x68\x2a\xc8\xc3\x5d\x98\x3b\xff\x70\x77\x1d\xc5\x1d\xbc\x97\xd5\x5f\x5b\xb1\x5c\xd0\xbe\x43\xe8\x7b\xdc\xff\xa9\xf8\x0e\x6b\x35\x37\x04\x79\x04\x11\x04\x9d\x7d\xfd\x56\x91\x5c\x48\xb9\x2e\x7c\x9c\xda\x2c\x2f\xfc\x1a\xa0\x70\xe8\x55\x2f\x29\xfb\x85\xe9\xcc\x6a\x74\x22\x6f\x2d\xde\xa2\x60\x77\xa8\xda\xc7\x81\x20\x48\xd5\xb8\xef\x7d\x93\x2a\x6c\x5d\xde\xf6\x55\x01\x9b\x37\xce\xad\xca\x0a\xe3\x75\xdd\xc8\x7d\x59\x08\x83\x5a\x0c\x87\x82\x1d\xcf\x26\xcc\x27\x7f\xeb\xa4\x36\xdf\xad\xdd\xbc\xda\x0a\x1c\xb9\x81\x24\x76\x82\xaa\x59\x9d\x22\x4e\x82\x18\xd9\xe5\x4b\x91\xd7\xba\xbb\xf2\x07\x5e\x44\xa9\xbc\xed\xd0\xdc\x5a\x12\xc3\x66\xf3\xf0\x63\x6f\x56\x5e\x28\x71\x29\x2e\xf9\xfc\x08\x31\x41\xda\xa2\xac\x0e\x40\x30\x0a\xb8\xb6\x5e\xab\xb6\x40\x1f\x8a\x83\x89\x9e\xd8\xf6\x38\xf1\x6b\xe5\x95\x12\x73\x84\xc1\xc1\xb3\x09\x2c\x1d\x26\xbd\xb1\xbf\x94\x22\xc4\xd8\x79\x82\x72\x44\xc4\x43\x2f\xae\xc5\x88\x00\xf4\x29\x6c\x4d\x3d\x1d\x8f\xef\x3b\x36\x17\x3f\x2e\x80\x28\xcf\xd6\x68\x6e\xd8\xd7\x16\x11\x5a\xb1\x58\x0e\x8b\xd6\x93\x32\x30\xb3\x42\x3c\x75\xa1\xd8\xab\x92\xa7\x76\x5d\x23\xbd\x73\xd7\xe8\x44\x7d\xc5\xcb\xbf\x62\xa7\x6d\xef\x1d\x39\x0e\xe7\xc0\x06\x4f\x45\xb5\xd3\xd8\xce\xc4\x4a\x71\x68\x3f\xd4\x0a\x74\xfd\x74\x4c\x0a\xa8\x50\xb9\xf4\xf4\xa9\x11\xc5\xf4\xf9\xce\x6f\xfa\x36\x27\x40\x57\xfc\x7b\x77\xc2\x0e\xc3\xe0\xa6\x62\xd9\xfe\x43\x11\xd1\x3f\xe4\x91\x06\x5d\xdc\xc5\x6f\x86\xec\x6b\x49\x2e\x51\xb9\x37\xea\xa5\x31\x76\xe6\x22\x93\x32\x2a\x34\x70\x97\xa9\x7c\xeb\x65\xd5\x06\x8c\x50\x96\xb0\xdc\x87\x31\xcc\xf0\x1f\x9e\x3b\xf4\xed\xad\xbd\x48\xb2\x0f\x4f\x0c\x73\x02\xdb\xa0\x4a\x1d\x22\x29\xed\xfe\xc2\xad\xc5\x4c\x32\xa3\x41\xce\x60\x05\x13\xa0\x63\xdd\xa7\x6a\xf1\xac\x17\x73\x35\x01\x02\xd0\xd4\x33\x07\x9c\x16\xe2\x26\x64\x19\xf7\x08\x42\x9c\x40\xf9\xa2\x2a\x30\x93\x9e\x03\x13\x88\x08\x81\xf6\x9a\x46\xc4\x32\x10\xaa\x22\xe8\x9d\x9a\x06\x20\x8b\xf8\x14\x9b\x0f\x4e\xe0\x8e\xf7\x23\xd2\x68\x00\xf6\x98\x02\xe0\x85\xee\x2b\x35\xde\x61\xc6\xac\xd8\xd8\x2b\x79\xd5\x4d\x25\x4b\xa6\xdb\xc5\x88\xc2\xe8\xe0\x7f\x84\xac\x36\x25\x58\x91\xb4\xdf\x19\x92\x14\xce\x9f\xaa\x41\x7f\x79\x94\x94\x89\x08\x90\x85\x8d\x53\x25\x08\x7f\x25\xe1\x1d\xa6\x26\x30\xe2\x4c\xc0\x36\x64\x26\xf4\xa5\x2c\xa8\x2a\x4e\x74\x26\xfb\xc0\x1d\x45\xaa\x82\x09\xb0\xea\x50\xc9\x94\xd7\x9d\x60\x17\x2a\x9b\x67\xd9\xe6\x97\xa0\x9e\xac\x9a\xa9\x00\x63\x29\xa8\x18\x2f\x05\xef\x54\x94\xf5\xb1\x4e\xdd\x1f\x8b\xac\xbe\xf2\x91\x20\x10\x4d\x39\xef\xfa\xff\xe2\xab\x17\xc2\xf1\x35\xf5\x5f\x9f\x56\xf3\xe8\x6b\xb4\xd2\x60\x22\xe4\xbf\xe5\x20\x03\xee\xd9\x8e\x91\xfb\xfb\xec\x5d\xc3\xaa\x77\x27\x19\xeb\xc4\x1c\x52\x48\x77\x56\x52\x7e\x74\xa6\xa9\x5a\x46\xac\x8b\x5d\xf0\x59\x7e\x55\x89\x96\xcd\x00\x86\xdd\xa9\x88\x9c\xd9\xae\x67\x55\x31\x63\xd7\x5c\x4e\x62\x2b\x30\x1b\x59\xbd\xb2\x32\xfc\xcf\x61\x72\x30\x53\x3e\xc5\xfb\x0d\xe3\x79\xf0\xe7\xbc\x03\x4b\xe9\x72\x11\x4f\xda\x8d\x1b\xd2\x1b\xf2\x82\xc3\xf1\x7f\xfc\xee\xe4\xbf\xf8\x2a\x61\x52\xd2\x53\xa7\xc9\xee\x5d\x5b\x5d\x56\x8d\x6b\xf6\x8d\x97\x4c\x4d\xb5\x2c\xf4\xaa\x2b\x7e\x6c\x79\xd7\xa5\xde\x03\xfe\xca\x4d\xff\x86\x37\xcb\x58\x91\x8e\xd6\x49\xce\x54\xeb\x04\xd4\xeb\x22\x2d\xbf\xac\xba\x9e\xb7\xbc\x04\x24\x8d\x78\x21\x44\xd0\x48\xd5\xb3\xbf\x2f\x2f\xc5\x73\x2e\xaf\x37\x8d\xe8\x21\x1d\xbd\x0d\xec\x34\x62\xef\xfa\x19\x6f\xaf\xc1\x59\x0f\x7c\x66\x0a\xb1\x94\x4d\x81\x9e\x14\x2e\x50\x4e\x65\x62\xaa\xb0\x93\xd8\x3c\x2f\x39\x2b\x97\x90\x07\x1d\xfd\x07\xe6\x76\x32\x73\x8e\x35\x59\xda\xf8\xc8\xa2\x83\x35\x40\x55\x80\x3a\x5a\x84\x5d\xd2\x3e\x09\x73\x93\x2f\x9f\x92\x1b\xe6\xcd\xca\xa9\x49\xf5\x07\x28\xf8\x82\xf3\x06\x7a\x96\xb1\xbc\x63\x0b\x4b\xe9\x6b\x77\xcf\x9f\x42\x7c\x05\xa0\x57\xfe\x8e\x39\x6d\xf3\xe2\x53\x27\xb7\x3d\xe0\xf5\x6a\xf5\x31\xb6\xca\xba\x99\x58\xd6\xa5\x64\x0c\xf3\xbc\xfd\xc4\x4b\xd9\x2a\x8c\x83\x06\xe5\xf6\xd4\x74\x81\x0d\x40\x9e\x50\x0b\xe3\x0e\x14\x00\x6a\xe8\x95\x6c\xab\xea\x82\xaa\x40\xab\x4b\xa7\x35\x15\x85\x47\x6c\x96\x77\x2c\xaf\x5b\x9e\x97\x2b\x35\x19\xd0\x2f\x0c\xb2\xad\xba\x54\x87\x86\xf1\x39\x01\x2b\x3d\x6a\x90\xc9\x08\x1e\xdb\x33\x56\xe1\x57\x4d\xc9\xcb\x67\x3e\xf0\x07\x92\x73\xbe\xa8\x4a\x0b\xda\x45\x79\x70\xf9\x07\x23\x66\x79\x11\xcb\x8e\xeb\x7d\x18\xb6\xab\x4f\x4f\xf0\x2a\xac\x1a\xe2\x39\x6d\x78\x82\xa2\xe7\x23\xbc\x64\x13\x5d\xec\x4c\x7e\xe7\xfb\xc4\xfb\x37\x8c\xbc\xc4\x9d\xf7\x5a\x6e\xc3\x86\xb7\x03\xf9\x51\xc6\x06\x90\x71\x7e\xdd\x09\xfb\xff\x91\xf7\xae\xdd\x6d\x24\xc7\x82\xe0\x5f\x49\xd2\x77\xd8\x80\x58\x00\x48\xb6\xda\x6e\x53\x82\x74\xa9\x57\x5b\xc7\xd2\x95\x56\x92\xed\x99\x23\x6a\xd5\x89\xaa\x04\x50\xcd\x42\x25\x5c\x55\x20\x05\x4b\xda\x33\x9f\xee\x7e\xde\xd9\xf9\x85\xf7\x97\xec\xc9\x88\x7c\x3f\x0a\xa0\xba\x3d\xbb\xf7\xac\x7c\x8e\x9b\xa8\xca\x8a\xcc\x8c\x8c\x8c\x8c\x57\x46\x1c\x40\x8b\x47\xe0\xc5\x6a\xdf\x71\x3c\xf6\xa4\xf8\x21\x3f\x56\xe5\xc9\xd0\xef\xf4\x04\xf6\x91\x85\x1c\xd9\x47\x6f\x78\x72\x22\x1c\x40\xc5\x59\x5e\x1e\x5e\xb1\x6d\xc1\x6f\xea\xcb\x43\x9d\xd5\x47\x3e\x71\x86\xf2\x4d\x7d\xc0\x1a\x6d\xda\xee\x59\xb5\x69\x97\xaf\x64\x62\xca\xfe\x41\xbb\x39\x2c\xa1\x3e\x0a\x7c\x9d\x2c\xd9\x82\x54\xb3\xa9\x1f\x3b\x2c\x4e\x2e\xc2\x1e\x33\x80\x97\x90\x29\x51\xac\x27\x9e\x6a\xd1\xce\xc2\x5c\x5f\xea\x9f\x24\x17\x07\x5f\x7e\xb8\x42\xb4\x14\xb2\xcf\xbb\xb1\x32\x81\x18\x7a\x8f\x7c\x12\xc6\x5b\xb8\x4f\x3e\x5e\xb3\xa6\x15\xdb\xe1\x81\x50\x12\xce\x62\x41\xb1\xaf\x6a\xe5\x1b\x3b\x3d\x39\xcb\x74\x98\xa3\x4c\x89\xda\xc2\xc9\xbf\xe4\x37\xa4\x15\x22\xfc\xcd\x92\xb1\x6a\x34\xa3\x2d\x2b\x02\x40\x78\x3e\x95\xf5\x62\x4c\xde\x6d\x9a\x5a\xf0\x33\x3e\x9f\x63\xac\x13\x6b\x10\x15\xad\xcd\xff\xf1\x03\xd2\x32\xb6\x6a\x03\x68\x1d\x57\x1c\x7f\xc9\x08\x78\x58\xc7\x91\xad\x67\x2a\xbe\x05\x3b\xef\xf2\x10\x06\x7b\x79\x98\x91\x68\xc9\x18\x87\x66\x02\x49\xe8\x7e\x32\xd0\xdf\xdf\xf2\x98\x1c\x56\xce\x52\x1f\xbb\x97\x87\x35\xf7\x4a\xe7\xec\xa6\x9d\x9b\xb2\x2e\xf8\xcd\x38\xaf\x18\x6d\x84\x20\xc1\x37\x5d\x7c\x78\x31\x92\x4c\x49\x74\x2d\xeb\x14\xac\x24\x1e\xfa\xbe\x1f\xf9\x57\x65\x6e\x8b\x88\x28\x12\xbe\x66\xe4\xf4\x24\xb8\xd3\xf0\x35\x83\x4c\x9e\xad\x93\x76\x2d\x4e\xfd\x58\x77\x95\x77\xe5\xbc\x64\xc5\x33\x9e\x83\xc8\x20\x55\xb1\x25\x6d\xe1\x49\x20\xca\xa2\x1b\x9e\x60\x98\x3f\xa1\x35\x29\x85\xcc\x8d\xa4\xa9\x59\xbe\x22\x78\xc9\x06\x5a\x42\x5d\x49\x16\xdd\xfd\xa6\x48\xbf\x7d\x48\x5f\xd3\xba\x6c\x97\xac\xc5\x82\x38\x5b\xbe\x81\x88\x53\x88\xc4\x66\xcd\x38\xbe\x77\x31\x08\x6b\x78\xcb\x83\xe5\xf2\x10\xc6\x6e\xc8\x1b\x8c\x2d\xae\x0d\xc3\xae\xa7\x8e\x22\xec\x80\xc3\x7f\xe2\x8a\x44\x28\xee\x62\xeb\x7d\x04\xde\x27\x42\xd6\xae\xf9\xcd\x20\x28\x64\xde\x6e\x1a\xa6\x39\xb1\x34\xeb\x56\x9b\x20\x1d\xbe\x73\xcb\x83\xb8\xa7\x70\x7b\x3b\x11\xd6\x54\xc0\x81\x7e\x84\x3c\xa7\x7a\x74\x91\x2c\x56\x61\x69\x80\x60\x50\x24\x36\x95\x99\xa7\x51\xed\x1a\xb7\x6b\x96\xef\x1f\x0f\x59\xf0\x15\xac\xd5\x9f\x52\x02\x46\x62\x1e\xc8\xf1\x3f\xcb\x11\x9c\xab\x91\x80\x76\x9e\x69\x5c\x84\xc7\x07\xe9\x95\x6e\xe2\x9b\xd7\x9c\x96\xfe\xb1\x23\xef\x73\xe2\xc9\xa3\xfc\xbb\xaa\xc2\xea\xe5\x21\x72\xdc\xcb\xc3\xde\xc2\x80\xb7\x38\xd0\xfc\x7f\xbf\x89\x44\xe5\xcf\x74\xb7\x74\xd5\x73\x5f\x4c\xfd\x4b\x8a\x37\x71\xbc\x7e\xbb\x14\x62\xff\xdb\x5b\x22\x51\xff\xa2\xd4\x41\x92\x37\xe6\x55\x38\xdf\x1e\xa3\x8d\x56\xee\x93\xa6\xa8\x08\x35\xef\x10\xab\x5b\xd6\x8d\x7b\x45\x6b\x6b\x73\xc6\x37\x50\xb3\x4d\x2d\xbd\xf5\x29\x5e\x4b\x16\x9d\xe1\x6e\x92\x93\xc1\x99\x81\x4c\x8d\x18\x96\x26\x8c\xd7\x88\xe8\xe8\x65\x16\xf5\x2f\x9e\xc7\x2c\x81\x66\x82\x8e\x9e\x7c\x49\x06\xf1\xc0\x5e\xc0\x0c\x5f\x3c\xfd\x94\xb3\x35\x88\xf1\xc6\x98\x98\x91\xe8\x4e\x49\xa7\x3e\x08\x6b\x2f\xd9\x9a\x92\x59\xea\xb7\x8e\x25\x61\xf0\xbf\x66\x91\xa5\xac\xf6\xdb\xad\xf2\x5e\x2b\xfc\xff\xcd\x15\x92\xff\x89\xe9\x56\x7e\xed\xbd\x4d\xdb\x11\x5a\xdd\xd0\x6d\x2b\x56\x0e\x5b\x09\xac\x51\x99\x09\x55\x63\x1b\xff\x8b\xf2\x32\x80\xea\x35\x15\x22\xd5\x5f\xe1\xef\x7e\xb3\x61\x70\xb4\xab\x75\x73\x60\x08\xfd\xf1\x8f\xe2\xa8\x30\xcd\x55\xd9\x63\xc7\xf6\x75\x4c\xce\x4e\x4e\x7c\xd9\x3a\xbe\xa5\x4c\xd4\x9e\xa0\xc4\x8b\xba\x68\xc4\x21\xab\x52\x72\xa9\xca\x81\xf3\xb2\x61\x64\xdd\xf0\x35\x6b\x04\x42\xa5\x9e\x01\x29\xbc\x5c\x43\x54\x9e\x53\xa1\x0a\xe9\x8f\x33\x0d\x4a\xe5\x0b\x67\x05\x99\x6d\x09\x25\xb3\x4d\x9d\x2f\xc1\x72\xc5\x57\xeb\xaa\xcc\x69\x67\xab\x3b\x9e\x5d\x46\x65\x06\x27\x7f\x13\x22\x1f\xad\x51\xd6\x23\xbc\x81\xeb\x45\x18\xae\xaa\xc7\x45\x3c\x7b\x4a\xcb\x58\x9d\x91\x25\x87\xea\xa7\x73\xc2\xe5\xb9\x2d\xa4\xd3\x27\xaf\x5e\x2a\x9d\x09\x6f\x70\xce\xca\x2e\xc3\x6b\x36\x4b\xcf\xb6\x5a\x94\xed\x1a\x28\xb8\xec\x12\x32\x26\x95\xc8\x0b\x14\x44\xb8\x06\x83\x0b\xd9\x6e\xeb\x6e\xc9\xba\x32\x0f\x2a\xa6\x87\x2b\x7d\xfa\xbd\x61\x9d\xd6\xe3\x1f\xc3\x80\x00\x57\x87\x2f\x58\x45\xb7\x72\x25\xff\xcc\xb6\x06\x70\xe6\x02\xf3\x77\x55\x6f\xee\x48\xa2\xef\x82\x01\x8a\xe1\x2e\xa4\x6f\x91\xe6\x73\xf2\x14\xd7\x05\x0c\xda\x64\x45\xaf\x58\x68\x24\x0b\x6c\xc8\x0b\xf0\x09\x6f\xf2\x2b\x21\x52\x09\xc0\x37\x0d\xaf\x17\x64\x50\xf1\x1b\xd6\xe4\xb4\xb5\x7d\xfa\x62\x39\xc1\xe4\x4c\xde\xc2\xbd\x1e\x88\x55\xef\xc8\x82\x93\x6e\xd9\xf0\xcd\x62\x69\x56\x2f\x23\xa5\xbb\x82\x74\xbd\xae\xb6\x4f\x5e\xbd\x44\xa3\x59\x46\x40\xb1\xd9\x02\xdd\x68\xb9\x8f\xcf\x05\x38\xcb\x3a\xee\xda\x47\xa5\x41\xb4\x03\xa5\x64\x2b\x76\x44\xb1\xc9\x99\x57\x0c\x53\x9a\xbf\xef\xc5\xa9\xa4\xe4\x2d\xdc\x0e\x92\xad\xc8\x94\xbc\xc6\xbf\xfe\xcc\xb6\x2d\x86\x7b\x89\x11\x4d\x1f\x88\x81\xd9\xeb\xee\xae\xdd\x30\x20\xa0\x03\xb9\xd0\x79\xd7\x54\x7f\x66\x5b\x43\x3b\xb4\xea\x9c\xdf\x2b\xd6\xd1\x3f\xb3\xed\x30\x46\x96\x01\x69\x45\x0d\xfa\xe1\x0c\x09\x6a\x42\xae\x12\x0c\xdf\xce\xab\x4d\xbb\xc4\x2f\x51\xd0\xcf\xc8\xd9\x0f\x81\x52\xba\x93\xf6\xd2\x67\x6d\xd0\x81\xef\xea\x03\x74\x46\x26\xe2\x87\x53\x5d\x31\x3f\xa4\x27\x11\x85\xbb\xb7\x93\x43\xa5\x80\x91\xac\x43\x8d\xd0\x12\xbd\x33\xb5\xca\x99\xbd\xdc\x9e\x7e\xd7\x6f\x8c\xf4\x83\x1e\x0e\x26\xff\xfb\x15\xdb\x4e\xc6\x1d\x5c\x34\x83\xe5\x05\x7d\x60\xff\x08\x63\xcf\xfc\xfe\x20\x30\xd3\x24\x8f\x92\xb7\x8c\x91\x65\xd7\xad\xdb\xf3\xc9\xe4\xe6\x46\x1c\xe0\x9b\xd5\xb8\x60\x93\xb3\x93\xd3\xdf\x4f\x4e\x7e\x3f\x39\xbb\x3b\x51\xbc\x77\x54\xae\xd8\x08\x79\xef\xa8\xac\x47\xbf\xd0\x6b\xda\xe6\x4d\xb9\xee\x26\x63\xdf\xa2\x00\x7e\x31\xb4\x22\xac\x58\xb7\xe4\x85\x0c\xf0\x6c\xc9\xe0\xf9\xcb\xa7\xed\x30\x83\x7d\x89\xac\x47\x2c\x76\xc2\xb9\x91\xf3\x7a\x5e\x36\x2b\xeb\xc2\x82\xae\xd8\x33\x36\x86\x8b\x0c\xcd\x0a\x08\xad\x6c\xd1\xb6\xc0\x8a\x2c\x75\x36\xb1\xba\x00\x7e\x21\xe5\x0c\x75\x9c\xd0\x86\xc1\xb8\xbb\x72\xc5\x5a\xc2\x56\x65\xd7\xb1\x42\x32\x38\x07\x14\x32\x3b\xde\x14\xac\x41\x07\x8d\x39\xc7\xa4\x1b\xa3\xed\xca\xaa\x22\x33\xa6\x2e\x43\x48\xf9\xe4\xc6\x3f\xa1\xca\x4e\xfa\x04\x5b\xab\x68\xaf\x37\x52\xa4\x87\x3e\x1b\x89\x27\x5e\x8c\x92\xbe\x84\xfb\x60\x5c\x8a\xf2\x8b\x9d\x9e\x87\x5f\xb9\xe5\x53\x26\xee\x48\x69\x06\x6b\x07\x44\xac\xef\xee\xe1\x7a\x30\x25\x67\x67\x7f\x0c\x2f\xde\xf9\x20\x5c\x9c\x22\xa4\x03\x8b\xbf\x7b\x06\xa2\x8e\x36\xdd\x4b\xc7\x71\x32\x70\xfd\x28\xc1\x16\x8e\xf8\x5a\x62\x35\x49\xdd\x16\xe3\x82\xb5\x5d\xc3\xb7\x61\xe1\x82\xc0\x6b\xe3\x3e\x70\x87\x2b\x6d\x32\xf8\x9f\xdf\x68\x64\x2e\x4c\x8f\xdb\xe0\xd3\x71\xd7\xd0\xba\xa5\xd0\xbe\x0d\x33\x2c\x93\xb8\x84\xbd\xd3\x37\x2c\x27\xa5\x51\xf3\xcf\xc1\x34\xc6\x26\x40\x24\x81\x7d\x9a\x9b\x92\xaf\x9f\xc5\xae\x3e\x27\x97\x87\x8f\x94\xb8\x7a\x79\x08\x1c\xff\x31\x5c\x95\xfd\x31\x43\xf6\xf6\x6e\xbb\x66\xa2\x55\xc1\x2a\xd6\x31\x59\x2a\x44\x7c\x72\x43\x1b\x41\x67\x5f\x33\x0f\x1c\x70\x29\x07\xd4\xe9\xf7\x1e\xac\xb2\x6e\x59\xd3\xbd\xa6\x0d\x5d\x34\x74\xbd\x8c\x41\x79\x02\xdd\x39\x60\xee\xfe\xbe\x6f\x48\xcf\x30\x24\x51\xc0\xba\xac\x3f\xdc\x83\xa0\x0c\x71\x0a\xe6\xbc\x60\x28\x49\xaf\x78\x51\xce\x4b\xe4\xc7\xad\x42\x8d\x7a\xf8\x18\x9a\x4d\xc9\xfb\xd3\xdf\x67\xe4\xf4\x0f\x19\x39\xfd\x31\x23\x67\x27\x19\xf9\xe3\x69\x46\xfe\x78\x96\x91\xb3\xb3\xbb\xe2\xff\x7e\x10\xa0\x31\x6e\xc3\xdd\x3f\xa9\xd8\x0d\x19\x88\xf4\x14\x75\x53\xb0\x95\x67\xc0\x2c\xf0\xcb\xd0\x22\x7b\x6d\xca\xa2\x05\x91\x00\xe2\x6b\x08\xee\xda\x56\xa1\x1f\x54\xc3\x14\xbb\x49\xff\x88\x06\x24\x5c\xe3\xc5\x21\x33\x32\xff\x0e\x85\xc9\x7f\x60\x99\xe4\x62\x69\x10\x80\x92\x79\x1e\xb3\x53\x03\x81\xae\xf8\x35\xac\xa2\x24\xd9\x6b\xbd\x43\xc4\xdf\xe3\x99\x10\x2d\xc5\x4f\x27\x88\xaf\x0f\xde\x66\xad\xa1\x6d\xd6\x0a\xd6\x66\x9d\x80\x04\x6f\xb1\xfe\x8a\x33\xdd\x71\xbb\x2c\xe7\x9d\x2b\x6f\x49\x24\x56\x5d\xb9\xae\x58\x2c\xb8\x4b\x86\x24\xc1\x13\x5a\x55\xfc\xe6\xa5\x6c\xac\x69\xa0\x05\xf9\x95\x16\x45\xfb\xd6\xa9\xbb\x17\x10\x42\x30\xc6\xa2\xa1\x8b\x97\x88\x1d\xf5\xa7\x81\xb1\xdf\xe7\x0b\x94\xdc\xcb\xf6\x79\xfd\xba\x29\x57\xb4\xd9\xf6\x00\x10\xe3\xc4\x54\x72\x98\x60\x67\x60\xbf\x53\xb7\xaa\x30\x49\x87\x2f\x8d\x4d\x26\xa8\xf1\xe6\xe2\x5b\x70\xf6\xb9\x89\x53\xb4\x00\x93\x91\x72\xb5\x62\x45\x49\x3b\x56\x6d\x51\xd3\x09\x24\x0d\x36\x9f\x0b\x82\xe5\x73\x27\x16\xc2\xc0\x88\x70\x46\x33\xd7\x69\x2c\xe7\x00\x51\xc7\xdb\xd3\x7d\x2c\xa8\xb8\xad\xa0\xb7\x41\x1c\xbf\xae\xe5\x46\x50\x6d\x42\xc6\xc5\x13\x79\xb6\xe9\x3a\xa8\xac\x1d\x66\x0c\x73\x8b\x70\x87\xe7\x62\x38\xc3\x03\x3d\xc3\x18\xa4\x80\x3b\xe0\x34\x82\x5d\xee\xf8\xa2\xf5\x89\x9a\x98\x85\x8f\xe2\x58\x2c\x6f\xba\xb7\xe0\x4a\xbb\x03\xce\x4f\xaa\xb1\x6b\x81\xa2\x98\xea\x3b\x3d\x0d\xeb\x32\xd5\x67\xf7\xe4\x5f\x0d\x70\xaa\xfd\x58\x98\xcf\xab\x7a\xbe\x75\xd8\x55\x30\x37\x18\x60\xa9\xc3\xff\x7a\x43\x59\xb4\x6b\x0f\xd0\x1e\x2e\x9e\xac\x00\xaa\x3f\x35\x07\x06\xd4\xf4\x92\xb6\x51\x8b\x21\x66\x2e\xc7\x8b\x52\xa2\x75\xa6\x7c\xf9\x42\x0e\x8c\x6e\xc2\xfe\x3e\xf0\x2b\x65\xb7\x46\x74\xf4\x85\x55\xf3\xdd\x8a\x96\xb5\xbc\x41\x78\x10\x56\xf6\x8f\xb5\x8b\xd1\x1e\xc6\x4d\x4b\x0d\x76\x10\x31\xdd\x1a\x1e\x14\xbe\xdb\xb4\xd2\x4b\x2d\x44\x08\x6c\xa8\x9c\xd7\x97\x87\x91\xf6\x6e\xd5\x79\xf4\x4e\x7b\x76\xde\x50\xba\xb5\xcf\xe2\x88\xb2\xd0\x2f\xd0\x4a\xe9\xb3\xe0\xb9\x2c\x4d\xa3\x83\x72\x12\x3b\xc9\x3f\x03\x9c\xdf\x10\x86\x2c\x41\xea\x3a\x38\x91\xb5\x46\x5a\x71\x47\x36\xdc\xc7\x9a\x12\xe7\x04\x42\x7a\x4a\x84\x59\x27\x0f\x48\x97\xaa\xa1\x62\x89\x38\x79\x63\x87\x31\x9c\x3e\x17\x01\x20\xef\x52\x0f\xb4\x35\x59\xaa\xe0\xe7\xfb\x93\x0f\x6a\xfb\x9c\x6b\xa3\xe8\x8a\xe6\xe4\xa1\x6b\x8b\x22\xe7\xc4\x31\x5e\xf9\xc9\x65\x53\xc7\xf4\x2d\x26\x11\xc2\xf8\x97\xd3\x5f\x37\x83\x03\xc7\xbc\x76\xae\x7e\xc7\xa7\xd0\x23\x2a\x84\x93\xf8\x4c\xc4\x9e\x34\x29\x10\xbd\x1d\x6b\xdd\x7e\x81\xbd\x0b\xd9\x41\xfb\x6f\xb9\xa3\x21\x65\x26\x6f\x43\xa3\x3c\xd1\xaa\xbb\x8b\x76\x18\xa5\x55\xbd\x03\x6c\x18\x58\xd5\xc8\xc8\x12\x60\x4f\x97\xe3\xf8\xae\x95\x19\x4c\xe1\xae\x01\xad\x17\x15\x6b\xcd\x24\xb0\x44\xf2\xc2\x0a\x8f\x18\xe8\xfc\x5c\x6e\x95\x52\x06\xde\xfe\x96\x55\x58\xb3\xe4\x31\x44\xa8\xc6\xeb\xfb\x58\xd6\x02\x3b\x87\xaf\xf8\x76\x21\xb3\x5a\x5c\x74\x83\x93\x64\xee\xde\xdb\xd7\x37\xe8\xaf\x6d\xe0\xa6\xb4\xbd\xaf\xac\xb4\x88\x96\xff\xea\xa5\xb6\x7d\x10\xbe\xf6\x65\x0d\x93\xa8\xdb\x6e\xf9\xdf\x34\x20\x93\x3c\xdc\x79\xbf\xd3\x3e\x97\x2c\xfd\xa4\x09\x74\x77\x6c\xa4\x95\x5d\xe1\x40\x09\x60\xb3\x59\xc5\xda\xde\x65\x32\xe2\x5a\x8f\xfb\xb7\x37\x6d\x86\xed\x4c\xc3\xca\xf7\x99\x2c\x3f\x8c\xef\x0e\x02\xed\xe9\x9e\x53\x15\xcf\x2a\xb9\xe5\x49\x4c\x2a\xf5\x50\x98\xe8\x00\x72\x35\x0c\x06\x79\x5f\xd5\x4e\x10\xec\x31\x2b\x8f\x5d\x59\x51\x86\x1d\xec\x9f\x7b\x03\x71\xa5\x0d\x08\x56\xb0\xcc\xe4\xce\xbf\x7e\xfc\xf8\xfa\x2f\x6f\x9e\x7e\xfc\x78\x67\xf2\x6a\xf6\x8b\xa0\x00\xac\xe9\x3e\x50\x91\x48\xea\x3a\x44\xd9\x92\x6b\x26\x76\xb6\xa9\xad\xb3\xa9\xe7\xbc\xe9\x36\x35\xea\x04\x33\xde\x41\x71\x9f\x96\x99\xa4\xc4\x1f\xd7\x0d\x13\xe2\xc9\x47\x99\xf9\x05\x13\xd0\x6d\x31\x68\x9b\x42\x5a\x3a\x74\xd1\x5c\xbc\x7e\xfe\x1f\xff\xfd\x7f\xd2\xaa\x02\x1e\xc1\x61\x24\x2d\x98\x3d\xd1\x20\x0b\xbc\x42\xa5\x8f\x69\x20\x68\x9d\x6d\xc9\x2f\x9b\x56\xc8\x88\xf5\x77\x1d\xb9\xe1\xcd\x95\x76\xcd\x6c\x81\xb3\x2c\x05\xe0\x8e\x93\x8e\xb5\xdd\x58\x4d\x7e\xd6\xf0\x2b\x56\x3f\x56\x1d\x5f\xbc\x7e\x4e\xa6\x96\xef\xc4\x89\xbe\x2c\x4d\xe4\xe5\x7d\x72\xfa\x83\x11\x85\x7c\x5f\x8b\xfa\x79\xc3\x66\x57\x65\x67\x7d\xf4\xfb\x93\xbb\x02\x87\xa6\x34\x33\x5d\x77\x9b\x86\xbd\xa6\x6d\x17\xa9\xf9\xae\x73\x80\xe8\x24\x09\x41\x22\x90\x78\x05\x6c\x47\x85\x80\xf8\x21\xa0\x62\x53\xda\x05\xac\xb6\x05\xa4\x03\x19\x24\x8b\xf7\x77\xec\x53\x47\x1b\x46\x2f\x0f\xb5\xda\x8d\x70\xa4\x34\x91\xb7\xed\x3b\xbc\x05\x7d\x79\xa8\xcc\x93\xe7\x64\x5e\x7e\x62\xc5\x3d\x59\x1a\x67\x74\x7a\x72\x72\x72\xb2\xfe\x74\x0f\x2b\xe7\x9c\x9e\x58\x55\xf5\x25\x2c\xa8\x36\xaf\xd9\x65\x5f\x5c\x23\x60\xc1\x6d\x6e\xc1\x41\x39\x7d\xe0\x8a\xef\x06\xb1\x99\x6a\x87\xd7\xa2\x14\x97\xca\xc8\x0f\x27\x7e\xa2\x00\xf7\x33\x90\xe0\xbd\xc3\xd2\xaf\x09\x2d\x25\xaf\x0c\x98\xfc\xa9\xae\x11\x2d\xf3\x26\x71\x48\x51\x8f\x70\xac\x35\x99\x6d\x65\x12\x5e\x2c\x3c\x0c\x17\xe3\xa7\xea\xa3\xd6\xad\xaa\xd5\x86\x59\xeb\xc5\x07\x37\x65\x2b\x00\x08\xb9\xec\x85\xfc\xf9\x98\xaf\xb7\x2a\x67\x84\xcc\xe1\x11\x03\xc7\xc4\xde\x1d\x34\x02\xc3\x8d\x3c\xce\x45\xeb\x00\x92\x2c\x9e\x3c\xee\xb8\x2c\x5d\xec\x67\x1c\x15\x2d\xc3\x54\x59\x12\x8c\x1f\x68\x6a\xca\x46\xea\xab\xdd\xf5\x82\x3d\xda\xa2\x98\x28\xf3\xeb\x05\xb1\x5f\x7d\xa5\xfc\xe0\x9b\x20\xdf\x87\x3d\x40\x9d\x73\x55\x0d\x2a\x7d\x8b\xfe\xb3\x4c\xf1\xe7\xa7\xf2\xb6\xa6\xe3\x17\x09\xb4\xc7\x88\x86\x4f\x7f\xdd\x07\x72\x9d\x1f\x9a\x75\x1e\x88\x23\x1f\x2b\xeb\x9e\x2b\xfa\x3a\x96\x5f\x55\xaa\x14\x74\xc2\x61\xf9\x59\x21\xf1\x5c\x57\xe3\xb7\x4a\xad\xc9\x21\x7c\x8d\x68\x3a\x30\xb5\xe4\xd5\x3b\x83\x47\x72\x2c\xa1\xe8\xa2\x74\x36\x3a\xbe\xfa\x91\xa0\xba\x08\x08\xcc\xd2\xad\xf5\xf1\x6b\x57\xdb\x45\xd8\xde\xf8\x30\x73\xc1\x5a\xfa\xf8\xbb\xe3\x0a\x3d\x2a\x11\x83\xc0\xff\xaf\xc4\x94\x53\xbc\x6f\x27\x9e\x7a\x70\x23\x13\x39\x1b\xc9\xb5\xb3\x72\x10\x48\x18\xae\x62\xac\x79\x8e\x05\xd5\xd1\x7e\x81\xb0\xc6\x6b\xc1\xca\x1c\xd5\x37\xad\xf2\x7e\x95\x9c\x50\x07\x77\x29\x17\xe3\x94\xb8\x82\x99\x59\x35\xdf\xc8\x11\x09\x4e\x56\x7a\xf8\xe5\xe1\x30\x90\xd0\xac\x68\x83\xb3\x3f\x0c\x3d\x56\x6f\x81\xf5\x2e\xda\x05\xc1\x4b\x9a\x0c\x1d\x8b\xbf\x8e\x7a\x75\x23\x19\xbc\x6b\x00\x3b\xfa\x3a\x11\x38\xb9\x77\x59\x2b\xbe\xf6\x8e\x6f\xf2\xa5\x7c\xae\x11\xd5\x89\x87\xad\xbc\xc8\xa4\x70\x65\xe3\xc9\xfe\x32\x18\xfd\x2d\x90\x68\x8c\x19\x43\x39\x2e\x77\x0c\xd2\x08\x8f\x6e\x86\x6f\x59\xa5\x9e\x0e\xc0\x80\xb5\x0f\x3d\x98\xcb\x3d\xce\xbd\x1e\xe0\xc8\x1a\x0f\x0f\x5c\xa7\xef\xd9\xc9\xc9\x49\x60\xb7\x66\xc6\x64\x1d\x4a\x37\x90\xe5\x18\xc4\x60\x02\x53\x27\x30\x6e\x6a\x59\x96\x31\xf7\x03\x7a\x55\x2c\x63\x9b\x16\xf4\x57\xf4\x8a\xbd\x85\xf7\x7c\x1e\xea\xef\xae\xbd\x0e\xda\xb9\x81\x50\x0a\xb4\x06\x93\xba\x1e\x84\x59\x23\xc4\xf7\x2e\xb3\xb1\x73\xa4\xd9\x05\x8e\x10\xb0\xf6\x16\xa3\xd5\xd9\xd7\x4f\x55\xef\x33\xda\x96\xb9\xe7\xed\x8d\x8c\xc3\x8c\x21\xb8\x98\xbe\x69\x3b\xb8\x58\xe1\x24\xbb\xc6\x4b\xbc\x52\x18\x8c\x69\x3c\xee\xf4\x34\x90\xd8\x8d\x07\x4d\x0f\xa8\xb5\x48\xc9\x0e\x24\x39\xa9\x9b\x61\xec\xaa\x1f\xab\xe2\x78\x7b\x02\x1a\x8e\x78\xb9\x6b\x76\x43\xd2\xa8\x70\x1c\x74\x38\x58\xdb\x86\x65\xcb\xe5\xc0\xe4\x9f\xf1\x06\x48\xd1\x4e\x5b\x33\x2b\x69\x9b\x11\x8c\xa2\xb7\xd4\x53\xe5\xaa\x3f\x1d\x92\xcf\x10\x96\x52\xd6\x8b\x8a\xa1\xd5\x23\x50\x3a\xfb\xf2\x1a\x08\xf8\xa9\x23\x56\x75\x72\x26\x3b\x79\xc2\x37\xb3\x64\x27\xaa\xac\xb2\x1d\xd6\xda\xdb\xc3\x67\xbc\xe6\x0a\xfe\x31\x0f\xa4\xa0\x92\x6b\x48\x25\xb5\x23\x51\x98\x29\xac\x9c\x4c\x9c\x25\xe1\x3c\x94\x00\xed\x04\x61\x5e\xba\x66\xab\xa6\x71\xf4\x23\xbc\x37\x7a\xee\x55\x9a\x4d\x34\x36\x29\xc8\xc6\x1d\xf7\x0d\xa4\x5c\xe5\xf2\x0f\x52\xdd\x1c\x1d\x11\x4c\x8d\xaf\x52\x37\x79\xa6\x59\x7e\x7c\x1c\x46\x5f\xa5\xeb\xe2\xda\xe5\x7a\xd1\x6c\x2a\xe5\xc6\xb2\x60\x90\xd7\x44\x17\x76\x9d\x3e\x20\x5b\xf2\x60\xea\x54\xe9\x83\x4a\x35\x96\x51\xe6\x9e\xfd\xb9\xf8\xfa\x53\x46\x6c\x00\x12\xae\x01\x7a\x74\x84\x15\x8b\x8c\xfd\x08\x9e\xdc\xb7\x4b\xec\x48\x0d\xbf\xd9\xaa\xbc\xa9\x50\x0a\x21\xd3\xd5\x79\xa1\xec\xae\x6d\xb4\xcb\x08\x58\xf2\x4b\xda\x41\x19\x0a\xd4\xf9\x01\x08\x36\x35\xf7\x99\x2d\xab\x1f\x2a\xe4\x0d\xab\xe0\x2b\x99\x9c\x53\xa5\x32\x97\x17\xbc\x79\xa3\xd3\xc3\xaa\x37\x26\xca\xc8\xba\xc3\xed\x94\x7b\x57\x29\xc5\xdf\x96\x05\xb3\xf7\x6d\x58\x1a\x6c\x77\x2e\x67\xaf\x86\xb7\x9f\xc1\x59\xae\xb6\x5d\x82\x9b\xcf\xe7\x6e\x39\x71\x43\xa8\xc6\x2c\x0a\xda\x80\x34\x8c\x96\xac\xc5\xab\x94\x98\x17\x18\x52\xdc\x42\x42\x52\x62\xb2\x8a\x26\x0c\x93\x76\xfa\x26\xd9\x2a\x5e\x2b\x5c\xb6\xd7\x8a\xd8\x64\x42\x5e\xeb\x2c\xa9\x1c\xab\xee\xf2\x39\xc4\x38\x4b\x34\xe3\x88\xc0\x36\x43\x75\x25\x03\x4b\x71\x55\x05\x9f\xa0\x3f\x95\x49\x49\x0c\xc2\x4e\xdf\x81\x95\x01\xa1\xe5\xd1\x91\xa4\x45\x49\xa1\xf8\x38\x92\x43\xca\xa9\x67\xae\x2a\x3a\x45\x7a\x71\x3a\xc1\x76\x7e\x1f\xf0\x34\xd2\x85\x85\x05\x65\xc6\x5a\x37\x7c\x46\x67\xd5\x96\x50\xa4\x8a\x9b\x86\xae\x11\x07\x63\xf2\xba\xcc\xaf\xd4\x84\xcb\xb9\x49\xf3\xaf\x43\xbe\x27\x13\x32\x63\xb0\x01\x75\x98\xb6\xca\xb0\xec\x4d\x1e\x36\xa2\x9c\xba\x4e\x52\xe8\x99\x1e\xfe\xbe\x61\xcd\xf6\x35\x8f\xdf\xde\xd8\x95\xc5\xd2\x31\xf5\x42\x36\x1f\xd7\xa4\xfb\xd5\xab\x79\xae\x35\x28\x7d\x2e\x9c\xf7\xee\x21\x0f\xbe\x6b\x0f\x56\x49\xcc\xd0\xaa\xf6\x88\x16\x70\x0e\x3f\x61\x1d\x2d\xc5\xa9\xb1\xdb\xa0\x36\x25\xa7\xa7\x96\x98\x8d\x9f\xa3\xb0\x29\x64\xb7\xcc\x7d\x2a\x4d\xf6\xe4\xc4\x7b\x6e\x45\x63\xd9\x35\xb3\x03\x91\xd2\x36\x2d\xbb\x83\x0d\x49\x46\x19\x93\xc5\x5b\xdb\x00\x43\x21\x3b\x94\xd3\x3d\x8e\x46\x0e\x22\x18\xd8\x3d\xa3\x0b\xd8\xd3\x63\x56\x8c\x4e\x6c\x32\x81\xbe\x20\xc7\x15\x45\xc8\x01\x0c\xeb\xcb\x17\x29\x6a\x0b\x08\x9e\xa4\x7d\x17\x05\x6d\x48\xd6\x45\x67\x2d\xb4\xd3\x0e\x82\x91\xbb\xca\x42\x57\x3a\x73\xbc\x06\xb1\xcf\xfe\x9b\xf7\xd9\x7f\x83\xcf\x04\x91\x0f\x22\x63\x3c\x16\x52\xd2\x7f\x21\xdf\x47\xc8\x7f\x97\x2c\x1b\xa4\xba\x23\xd3\xf8\x96\x41\x11\x0d\xbd\x41\xfe\xda\xdf\xf3\x60\xbc\x05\xb7\x51\x8f\xdb\xcb\x5a\x6c\x99\x84\x2f\x08\xc0\xf0\x76\x94\xa5\x91\x27\x7d\xc1\x24\xe5\x0f\x4e\x96\x1c\xc6\xc4\x86\xe1\x3b\xa2\x82\x62\xc6\xc8\x1d\x5c\x77\xf0\x78\x45\xd7\x26\xbf\xaf\x27\x63\x39\x9f\x23\x22\xd4\x9f\x3b\x3c\xcb\xea\x9f\x8d\x0a\x2f\x37\x07\xf1\x6e\x49\x59\x36\x08\x2b\x68\x41\xc5\x2b\xe8\x50\x85\x98\x41\x28\x4c\x09\xaa\x94\x49\xec\x5b\xeb\x4a\x8a\x8e\xa5\xbd\xef\xa9\xef\x1c\x73\x39\x62\xa4\x95\xef\xd9\x22\x3a\xbd\xa5\x68\xe9\x0d\xc2\xb7\xea\x84\x1f\xa4\x08\x74\x07\x26\x99\x17\xb6\x47\xe2\x45\xaa\x0f\x44\x47\x10\xbb\x91\x20\x0d\x49\x90\x6a\x4d\x23\x46\x4b\x55\xd4\x24\xa6\xf1\x40\xea\x71\xc1\xf9\xc5\x1f\x96\xe6\x13\x59\x0a\x43\x7f\x07\x53\xf5\x1d\x5e\xf7\x80\xe5\x4d\x56\xd2\x84\xef\xde\xf4\x8c\x41\x03\x56\x7f\xa6\xc7\x41\x5c\xa5\x41\x67\x23\x34\x7d\x48\x35\xc1\x32\x1a\x4b\x9d\x41\x27\x0a\xb7\xda\x76\x3c\xd3\xa6\xc3\x58\x57\x0a\x73\x32\x5f\x9a\x65\x17\x0c\x53\xa0\x79\x2a\x40\x24\x05\x1a\xb6\x10\x7d\xc6\x8c\xd9\x91\xb5\x97\x88\xdd\xb9\xe6\xca\xb4\x88\x56\x57\x6b\x77\x97\xb5\x8c\x15\x1a\x34\x01\x6e\x3a\x1e\xe4\xc6\x35\x26\x36\x15\x45\xa9\x32\x84\xbf\x55\x7e\x74\xe5\xa5\x20\x0f\xc8\x69\xec\x6d\xcb\x57\x4c\xfb\x1c\xfe\x2e\xeb\xe2\xf4\x24\x02\x46\x97\x8e\x3b\xf0\x2c\x5e\x03\x27\x18\xdd\x1e\x88\xa1\x45\x61\x99\xa2\x63\x10\x93\x30\x02\x15\x1e\x7d\xa4\xef\x01\xd2\x87\x58\x84\xa1\x77\xd2\x39\x53\x33\xb3\x52\xdb\xc4\x8b\x1a\x08\x83\x04\x60\xcf\x69\xcc\xbe\x2f\x3f\x58\x08\x8d\xda\xc9\x13\x23\x6e\xad\xd5\xa9\xca\x9c\x0d\x4e\xa0\x6e\x6b\xce\xeb\x9c\x76\xe1\x5b\xac\x53\x3c\xcc\x20\xfe\x41\x90\xd0\xf3\xba\x60\x50\x29\xbf\x94\x15\xed\xdc\x17\x23\x1c\xa5\x79\xf0\x00\x1a\x62\xe9\x53\x57\x13\xd6\x66\xc6\xa2\xa1\x0b\xdf\x94\xea\x9b\x19\xa5\x1b\x4e\xcd\xe6\xdc\x04\xb0\xb8\x21\x2c\xf7\xec\xe6\x5e\x00\x9e\x6e\x69\x8c\x4a\x76\x9c\x4b\x2a\x44\xdf\x8f\xcc\x37\x81\x59\x62\x04\x61\x0c\x02\xed\xe8\xbb\x86\xd6\xed\xdc\xbb\x0b\x1d\xbe\x1e\xb7\xac\x7b\x42\x3b\x3a\xb8\x3c\x7c\xc7\x3e\x41\x12\x90\x58\x71\x17\xd8\xb9\xb8\x59\xe1\x4f\x6f\xaf\x46\xe0\x62\x1c\xee\x45\x55\xf1\x1b\x48\xa7\x72\x79\x98\xf3\xf5\xf6\x25\x44\x3e\x26\x0c\x60\x45\xc3\xd7\xe0\xbe\x72\xec\x67\x1d\xfb\xd4\xa9\xfc\xe1\xae\x0c\xdd\xb9\x25\x3c\x03\x07\xb4\x80\xf7\xfa\x37\xd4\x5d\x7a\xc3\x4b\x6f\xb9\xdc\x30\x3e\x90\x7d\x70\x66\x82\x75\x79\x1f\x07\x4f\xcc\xba\xc7\x5f\x41\xb8\xf7\x43\x83\x10\xe5\x9b\x4a\x40\xb1\xbc\x55\xa9\x16\x1d\x27\x5f\xc9\xb9\x2d\x63\x49\xe3\x0f\x99\x6a\xe8\x12\xcb\xc6\xd1\x85\x3e\x2e\xab\xbd\xf1\x3b\xb9\x19\xb6\xc5\xc3\x81\x40\xc2\x43\xf2\xbe\x10\xfc\xa8\xac\xdb\x0f\xe0\x9d\x6c\x1d\x2f\x85\xeb\x7e\x4f\x86\x6a\x2a\xe7\x94\x65\xae\xb6\xf7\x2a\xad\xf3\x25\x6f\xce\x89\x27\xa2\xea\xe1\x8f\x4e\x87\x19\x59\x32\x5a\xa4\x9b\x9c\x0e\x1d\x81\xd2\xf2\x7c\xe1\x2c\x2e\x0f\xe1\x0e\x82\x68\x7f\x79\x48\x8c\x3f\x0c\x1f\x48\xa2\xf7\xfd\x5d\xe2\x65\x0f\xd7\xb1\x02\x91\x9c\x6d\x9d\xa0\x7b\x5d\x85\x4a\xb9\xf8\x68\xf1\xaa\xae\x22\x71\x73\x3b\x89\x79\x5e\x56\xb0\x66\x91\xbd\x0d\xaf\xac\x0e\xb1\xe9\xd1\x11\x7e\xa3\x7d\x93\x60\xdd\x7d\x06\x37\xce\xc5\x0b\xa0\x94\x8c\x88\x21\x81\x4d\x43\x3c\xfb\xae\x45\x87\xab\xcf\x4a\x7a\x62\xb8\x21\xb4\x04\x63\x1d\x2e\x9a\x86\x6e\x07\x4e\xa7\x12\xbe\x7b\x11\x0f\xa7\x53\x97\xed\xf2\x59\x09\xfe\x8b\x68\xfa\x2a\x31\x93\xe3\x63\xfc\x7c\xea\x4e\x25\x3c\x93\xd3\xbc\x4a\x60\xa7\x63\xcd\xa0\x15\x5d\x98\x52\x1a\xe3\x5f\x78\x69\x27\x7c\xb0\x9c\xee\x1e\x9b\x51\x47\xb7\xfa\x3b\x16\xcd\x67\x8f\x2e\x3c\xa8\x89\x8e\xe8\xa3\x05\xc3\x2c\xf9\x37\x44\x4c\xfd\x0d\x3c\x08\x9c\xda\xe2\xe1\x98\xd7\xac\x69\x38\xe4\x6c\xd7\xa8\x4a\xb5\xac\x38\xe0\xb8\x37\x1b\xda\xc1\xe4\xfd\xe5\xe5\xa7\x93\x93\x91\xf8\xff\x1f\xc5\xff\x31\xf1\xe7\xe9\xfc\xc3\xe7\xb3\xaf\xf2\xe2\xae\x04\x88\xc5\xb1\x52\x49\x6c\x04\x52\xdf\x97\x1f\x20\x34\xd1\x6a\x1e\x91\x8e\xcd\xc0\x83\x6b\x19\x7e\x78\x85\x06\x45\x8b\x0b\x88\x28\x42\x32\x7a\x5f\x46\x05\x29\xdb\x65\x61\xde\xc6\x69\x20\xb2\x5f\x16\xde\x19\x3b\xc4\x3c\x9b\x9e\x23\x48\x73\x04\x70\x9f\xef\x60\x09\xbf\x7e\x8f\xf7\x79\x4d\xe1\x74\xa2\x1d\x45\x23\x9a\x1f\xab\xa6\x2f\xf2\xe8\xe3\x12\xdf\x89\x39\x5a\x5c\x41\x00\x70\xc8\xd2\x8d\x71\x12\xaf\x2d\xcc\x88\x55\x9e\xac\x2b\x5a\xd6\x56\xe8\x17\xd9\xc5\x10\x52\x91\x0e\x41\x88\x5b\x42\xe4\x90\x0d\x1f\xf3\xb5\x2a\x79\xd0\xd9\xe5\x46\xb0\x12\xab\xcc\x8e\x7e\xd3\xd0\xf5\x1a\xaf\x4b\xab\xc4\x6e\x35\xcb\x59\xdb\xd2\x66\x4b\x78\x4d\x9e\x3f\x9d\x3c\x2d\x16\x4c\x28\x77\x6b\x93\x40\x42\x03\x52\xd5\xf3\x40\x5b\x9b\x31\x71\x8c\xaf\x20\x9a\xb8\xc0\xbb\xd8\x25\x24\x5b\x5d\x6f\x3a\xc2\x95\x59\x5e\x63\xd6\xb2\xc5\xfe\xff\x21\x3c\x0f\xc2\xe5\x64\x2c\x4e\x5f\xe0\x9e\xea\x5a\x1d\xf3\x4f\xe1\x52\x1e\x46\xf0\xd8\xa1\x6b\x7e\x3b\x95\xfd\xf5\x64\x8f\x00\xc0\x74\xa4\x5f\x44\x36\x89\x86\xf6\xe5\x7c\x5d\xb2\x42\x6b\x94\x9d\x5b\x3d\xc3\x14\x55\x7c\xff\x41\x6a\x64\xad\xfc\x61\x45\xdb\x45\x63\x86\xd1\x18\x80\x37\xdd\x22\xf1\x76\x7e\x1c\x30\x6a\xd9\x32\xee\xce\x63\xda\xaa\x3e\x32\x24\x56\xf3\x64\xff\xbd\x34\x75\xa9\xb1\xc1\xf7\x81\x6a\x6b\xc7\x19\x98\x22\xcd\x52\x48\x30\xcd\xa0\xc6\x6a\xb7\x14\x3b\x03\xe7\xc2\x0a\x28\xb6\x8a\x2e\x92\x11\xa0\x42\x28\x11\xee\xc1\xbe\x59\x83\x35\xc5\x89\xf9\xd3\x28\x42\x21\x95\x7c\xed\xc1\xd2\x6d\x22\xff\x7a\x63\xfe\x64\xcd\x9f\x07\x30\xa2\xa8\xf1\xc9\xc1\xb2\x8e\x07\x4b\xda\x79\x74\x1a\xbf\x20\xe4\x4e\xc8\xec\xb6\xa9\xc9\x71\x20\x67\xba\xa6\x15\x58\xbd\x83\x34\x6e\x9e\x5d\x47\xe2\xcf\x9a\x42\xb8\x72\x44\x96\x3c\x92\xd4\x98\x0c\xb9\xff\x0c\x9b\xef\x5c\x4f\x14\x64\x9e\x50\xdc\x69\x64\x14\x99\x06\x29\x2d\x15\x76\x18\xa7\x89\x06\x55\xea\x87\x3e\x1f\x73\x7c\x6c\x7e\x6f\x76\xab\xed\xa8\x45\x86\x1d\x93\xa9\xb3\x3f\xcd\xb1\xea\x78\x61\x41\xde\x3c\x3a\x22\x07\x3a\xfa\x34\xc5\x58\xc3\xd1\xeb\xbe\x30\x18\x33\x54\xa7\x7e\xfb\x83\x76\xa7\x0c\x0d\x67\x2f\x24\x87\x85\xd3\x37\x78\xd5\x46\x8f\x65\x79\x38\xee\x75\xf4\xfa\x27\x6a\x18\x71\x14\xe4\x9b\xd8\x74\x32\xc9\x44\xbf\x6c\xd3\x7b\x55\x4f\xc7\x65\x36\xbe\x2e\x48\x12\x51\x88\x5e\x13\x27\x9a\x11\xd3\x01\x8c\x61\x64\xd6\x9e\x50\x41\x6a\x9a\xc3\xa3\xc7\xe2\x19\x6f\x20\xc0\x07\x5d\x2a\x6e\x64\x7d\xdf\x09\xa3\xc5\x39\x95\x6c\x56\x47\x3e\x59\x91\x47\x5e\x7e\xda\x58\xc4\x93\x74\xfb\xbc\xff\x60\x9d\x46\xa7\x27\xbe\xba\x39\x97\x51\x57\xb1\x31\xdb\x9b\x6c\x56\x81\x3f\x21\x16\xd4\xa7\x85\x46\xa0\x20\xef\xde\x9d\xea\x3c\x8d\x13\x1f\x7b\x90\x8d\xfb\xb1\x00\x65\xa7\xfd\x41\xda\x81\xbc\xed\xc3\x40\xf0\x55\x75\xa2\xad\x1c\x25\x4f\x58\xce\xc7\x6d\xf9\x0f\xd7\x97\xe3\xa3\x31\x95\x07\x1e\x9e\x5b\xbb\x20\x92\x2c\x30\x8e\x63\x8f\x49\xce\x4b\xcc\x0a\x17\xfb\x76\x8f\x61\xf8\x37\xe3\x8d\xfe\xf1\xd5\xe1\x7f\xfa\x43\x65\xb3\x8c\xbd\xc3\xb1\x86\x6b\xa8\xb1\x68\x0d\x28\x95\x72\x3f\xb8\xad\xbd\xef\x87\xfe\xe5\xa8\xc4\x77\xf5\x02\x02\x63\x3d\x29\xe0\xd9\xf3\xff\xfa\xf2\x29\x59\xf3\xb6\x2d\x67\xd5\x16\x92\x46\x52\xd2\xe1\xfe\x11\xe2\x35\xd0\x1d\xa4\x30\x5b\xd0\xb2\x16\xb2\xb7\x4c\x04\xb7\x73\x9c\x60\x33\x3d\xb9\x17\xd9\x7c\x7b\x93\x54\xb8\x0d\xe6\xd1\x4c\xf2\x7d\x64\x6d\x6b\x7f\xde\x3a\xdf\x8b\x2f\x34\xe6\x9b\xd8\x11\x62\x1b\x2d\x26\xd1\xb3\x62\x26\x6d\xd1\xce\xf0\xe0\x7d\x6a\x32\xec\xc5\xe4\x92\x34\xb0\x3f\xf6\x1c\x6b\x89\x11\xb9\x5d\xcc\x41\x01\x94\x15\x16\x40\xd9\x81\xb6\xb0\x62\x8a\x83\x0e\x07\x30\xc6\xd2\x60\x9a\xae\x9e\x88\x64\x3b\x05\xf5\x64\x42\x1e\xb1\x9c\x6e\x5a\xa6\x92\x50\xaa\x04\x94\x4e\xe2\xc9\x4d\xcb\xe6\x9b\xca\x49\x3c\xb9\x69\x8d\xfa\x68\x77\x6c\xaa\x8b\x9b\xc4\x90\x03\x5a\x17\x66\xcb\x60\xe6\x48\xf1\x08\xcf\xb0\xcc\xc0\x11\xdf\x2f\x79\xcb\xac\xf4\x97\x62\x0c\x90\x6d\xab\x65\x6c\x25\xa0\xc3\x80\xec\x1e\x55\xbe\xaf\x4e\xc3\x11\xfa\xe9\x8a\xaf\x60\xe2\xa2\x9f\x39\xbd\x62\x84\x5a\x79\xbd\x84\x0c\xae\xc3\x93\x26\x13\xfd\xe1\xc0\x95\x4b\xc4\xee\xb5\x7a\xca\xc4\xe0\x36\x8b\x25\x69\x37\xeb\x35\x6f\x4c\x3a\x31\xd2\xae\x59\x6e\xa6\x01\xa9\xfe\x01\x11\x9c\xd4\x52\x69\xa0\x1d\xa1\x55\x25\x00\x22\x9e\x87\x63\x4b\x6f\x76\x92\xf9\xf5\x17\x3c\xb0\x52\x5c\xee\x99\xc0\x50\x27\x11\x32\x29\x0c\xf5\xa3\xe1\x30\x3c\x91\x92\x59\x2c\x65\x77\x98\x2b\xcf\xfa\xe1\x67\xb2\x84\x52\x5a\xe6\x35\x4a\x50\x56\xda\x25\x28\xc2\xed\xbf\x57\x19\x90\xa2\x2a\x0f\x9c\x24\x82\x03\xca\x92\x71\x53\x32\xc0\x2c\xe6\xb2\x94\x00\x06\xb6\xfe\x55\xd6\x74\xd8\x3f\x85\x39\x56\xe6\x87\xfc\xc8\x7e\x6e\xb4\x7d\xea\x09\x04\xc9\xdc\xad\x63\x42\xcd\x57\xac\x4f\x2d\x4e\x84\x4d\xcd\x8a\xb2\xa3\xb3\x8a\xc1\x65\xd7\xd6\x90\x82\xde\x72\x3a\x5b\x5d\x14\x62\x5e\xf1\x16\x93\x79\x06\x09\x3c\x65\x81\xff\x0e\xc2\x27\xc5\x19\xd4\x6c\x0a\x26\x76\x0f\x6c\xc4\x28\x34\x88\x64\xc4\x2c\x9b\x28\x75\x75\x1c\xd2\x80\x96\xb8\x6f\xc7\x71\xbb\xe9\xe0\xb7\xc7\xfb\x50\xd5\xbd\xb3\xd6\xf7\x98\x9c\x42\x48\x96\x23\x79\x26\xb3\x16\xfb\x89\x4f\x84\x74\x98\x4c\x1e\x9e\xb8\x33\xa9\xfe\xf9\x39\x8d\x83\xfa\x0d\xee\x69\xa8\xc2\xfb\x6e\x64\x5d\xf1\xbf\x2d\xcb\x8e\x41\x15\x54\xc8\x3c\x76\xb8\x6e\xd8\x48\xbc\x13\xfa\xc9\xe5\x61\xcd\x9b\x15\xad\xf0\x6f\xf1\x06\x0b\xc5\x8b\x5f\x70\xf1\x61\x04\xfb\xa3\xbd\x3c\x34\x49\xb7\x10\x1f\xaf\x1a\x9a\x57\xd1\x72\x69\x61\x3e\x2d\x4c\x08\xf3\x8e\x7d\xea\xd0\x9a\x72\xcf\x7b\xef\x54\x41\x4f\xd4\x18\xc2\xe5\x79\x4b\x57\x6b\xf4\xb2\x7c\xfe\x1a\x83\xa2\xf7\xe2\xe9\x5d\xff\x75\xbe\xa4\xb2\x8a\xe5\x94\xfc\x21\xf6\xed\x0b\x0c\x8b\x98\x92\xef\xed\x7d\x37\x99\x90\xbf\xb4\x32\xfc\xb9\xa1\xf9\x55\xa6\xca\xa8\xa0\xb4\x88\x1d\x66\x90\x16\xba\xde\x12\x9a\xc3\x1e\xc0\xc1\xb6\x52\xbb\x2a\xa2\x53\x51\x89\x45\xa2\xd9\x49\xb0\xc9\x33\xde\xfc\x44\xd7\x56\x44\x4a\xa4\x4c\x68\xab\x93\x8d\x18\xab\x4b\xc7\x87\xca\xb8\x32\x0a\x5e\x82\x49\xc6\xd4\x5b\x3e\xf5\xe3\xec\xfd\x05\xf1\xe4\x0c\xec\xf3\x58\x46\xe3\xe4\xac\xac\x06\x83\x41\xc7\xc9\x08\x43\x62\xc8\x08\x8d\x3b\x2d\xb9\x13\x60\xf6\x0e\x39\x19\xff\x30\x1c\x92\x89\xff\x66\x18\x86\xe7\xfb\x2b\x7a\x07\x3b\x4e\x60\xe9\x05\xd4\x91\x0e\x0d\x64\x26\x01\x52\xcf\x8c\xe2\x3d\xde\x8b\xa3\xfa\x94\x1c\x9b\x38\xa4\x93\xcc\xc6\x82\x0c\xab\x19\x05\xb3\x23\x13\x0b\xad\x2f\x54\xab\x1f\x86\xc3\xc8\xbc\x03\xdc\x39\xa3\x31\xc5\x45\x9e\xf0\x7c\x50\xf0\x7c\x48\x3e\xdb\x5b\xac\xe0\xf9\x3d\x7b\x3e\xf7\xec\xd4\x98\x6f\xd8\xbc\x61\xed\xf2\x19\x6f\x14\x22\x06\x37\x9a\x35\x44\x93\x64\x86\x1c\x44\x5f\xd6\xb3\xbf\x7c\x40\x46\xa7\x43\x9d\x4c\xc8\xc6\xb4\x3b\x6c\x77\x10\x38\x31\xac\xdb\x2d\xff\x8e\x54\x49\x37\xa7\x6b\xb2\x24\xa7\xe5\xe5\xb3\x60\xed\xf4\xf5\x2d\xa5\xa9\x49\xb6\x77\x13\x78\x28\xe2\x59\x06\xda\x96\x7e\xeb\x5c\x2a\x21\x21\x9b\x36\x45\xbb\x43\xfe\xf5\x1e\xc8\x66\x5e\x71\xde\x0c\xc4\xbe\x38\x3d\x19\x7e\x90\xee\xdf\x37\x7c\x53\x03\xb7\x19\x9f\x92\x75\xf9\x89\x55\x91\x83\xd7\x46\x4b\xa2\x16\xc2\x7e\x7d\xc6\xbf\xef\x2d\x6b\xa0\xfb\xf6\xed\x99\xb0\xae\x16\x5d\x64\x16\x76\xb1\x68\x3d\x70\x5f\x7c\xfc\x42\x1a\x5e\xaf\x6a\x7e\x53\xa7\x56\xdf\x3b\x16\x6e\x41\x8d\xde\xe6\xcd\x35\xab\x05\x1c\x40\xc2\x79\x8b\xee\x80\x76\xad\x37\xde\xde\x33\xe5\xdf\x9c\x01\x1d\x4c\x49\x84\xd4\x49\xe2\x4c\xdb\xd5\x54\xaf\x67\x94\x03\x05\x07\x98\xfe\xbb\xf7\x20\x33\x3f\x3c\x26\x9f\x27\x82\x98\x77\x9f\xb4\x24\xb1\xf3\xec\x85\xec\xdd\x7a\xc4\xda\x7e\xf6\x47\xe1\xfe\x23\xce\x1e\x8c\x4b\x4e\xe1\x2e\x24\xbd\x65\xbe\xfe\x69\xdb\x42\x62\xd4\x09\x96\x53\xb7\x57\x30\x31\x8a\xce\x3f\x3d\xdb\x92\x9f\x6d\xe1\xe1\x67\xb1\xdb\x57\x42\x1b\x7c\xf2\xea\x25\x59\x31\xda\x6e\x1a\x70\x1f\xb6\x00\x82\x36\x4d\x79\xcd\xf0\xa2\x0f\x23\x98\x32\xa8\x2e\x0b\xd6\x62\x5e\xe8\x9f\xa5\xac\xf1\xb3\x68\x48\x21\xcb\x35\x25\x2d\xfb\xfb\x86\xd5\x39\x23\x7c\x0e\x30\x66\x15\xcf\xaf\x94\x54\x92\x99\x44\x8f\xe0\xeb\xd1\xe5\x14\x7e\x16\x3f\x7f\x1e\xeb\xe4\xaa\x38\x92\x42\x2e\x50\x4c\xd4\x43\xc9\x64\x19\xd9\xbf\x98\xe4\x1d\x63\x7c\xbd\x4c\x0c\xd6\x1a\x08\xf2\x92\x7f\xf9\x0d\x4a\x8c\x59\xf4\x53\xf6\x2e\xa0\x48\x73\xc3\x84\x94\xe9\x9c\xdc\xd8\xfe\xbe\x03\x5d\x13\xa2\x5c\x8f\x3b\x77\x2e\xeb\x37\x2c\xe7\x4d\xa1\x32\x81\x93\x86\xad\x1b\xd6\x42\x79\x88\x7a\x2e\x44\x61\x4c\x8f\x36\xe3\x9b\x8e\x50\xc4\xdb\xa8\x62\xd7\xac\x32\x37\xac\xa4\x7a\x8d\xc9\xc6\x51\x76\xbf\xac\xef\x4c\x14\xda\xa0\x42\xfb\xf3\x7a\xce\xb5\x4f\x5c\x74\x2b\xfe\xf8\x57\xb8\xfb\x5c\xd3\x0a\x7f\xde\x99\x84\x08\xf5\xbe\x78\xa7\x2b\xad\xca\xcc\x9e\xea\xf2\x97\x1c\x83\x76\x3b\xbb\x10\x71\x59\x22\xb0\xa4\x88\xe2\x02\xf3\x3e\x56\x3e\xb1\xc8\xe7\x1d\x5f\x1b\x6a\xf1\x46\x34\x80\x7b\x82\x82\x52\xa5\x2f\x5e\xde\x58\xd3\x1e\x7d\x35\xd6\xa1\xd7\x5f\xc7\xd7\x41\x67\xcf\xbb\x56\xd2\x85\xd7\x78\x29\x8f\x93\xd8\xe0\xb6\x6b\xf0\xed\xaa\x01\x75\x78\x71\x4c\x16\x07\x81\xf8\x7e\x41\xf2\x20\x60\xc9\xf2\xb9\x2b\xba\x25\x33\x39\x3c\x5a\xcb\x0d\xc4\xe7\x44\x65\x34\x82\xe5\x6f\x51\x2d\x85\x0d\x2a\xeb\x1d\x83\xeb\xcf\x9b\x85\x7d\xd9\x78\x9f\x0d\x50\x69\x26\xed\x33\x68\x78\xdd\x41\x8c\x5b\xa7\x4b\xe3\x7b\x1b\x47\xef\x9b\xe0\x3b\xbc\x51\x23\xfe\xe3\x6e\x1c\x07\x57\xac\x2e\xfc\xf5\xa3\x82\x6f\xa8\x35\x22\x5e\xf5\x5d\x35\xcb\x05\xd4\xbe\x08\xf6\x9e\xcc\xb3\x61\xcd\xeb\x5e\xb4\x5b\x99\xa6\x2c\x41\x42\x91\xbe\xf0\x83\xa0\x3f\x81\x9c\x63\x1b\x1d\x61\x77\x89\xbd\x06\xfe\x55\xde\x2d\xbd\x30\x5f\x0c\x2e\x95\xb7\xe0\x06\x10\x25\x37\x2e\x5b\x8c\x96\xd3\x68\x1d\x92\x87\x16\x8e\xcf\xc9\x7b\xf1\xe3\x83\x77\x30\xa9\xa0\x6c\x17\x06\xf4\xa8\x81\x98\x5f\x02\x0a\xfc\xfa\x10\x51\x05\x6a\x76\x63\x98\xc9\x40\x23\x3a\x73\xe8\xe7\x58\x42\x53\xbb\x56\xe1\x27\x73\xa8\x45\xb5\x52\xdb\x07\xe7\xea\x86\x76\x5f\xd3\x86\xfc\x6f\x62\x97\xa0\x59\xce\xcd\x32\x36\xd0\xce\xa7\x81\x6e\xa3\x31\xa8\x9f\xbc\x37\x7f\x5d\x1e\x3e\xda\xbe\xe6\xed\xe5\xa1\x38\x4c\x4f\x3e\x40\x7c\x8b\x7c\x72\xaf\xff\x2b\x3c\x6e\xf0\xc3\x53\xf5\xa1\x7a\xb8\xe3\xdb\xd7\xbc\xfd\x37\x6e\x03\x38\xb3\x7a\x36\x6f\xee\x5d\xd6\x12\xc7\xfa\xf3\xaf\x43\x33\x31\xb8\x98\x67\xa3\xe2\xf3\x57\x50\xd5\xd0\xac\xf2\x74\xdd\x96\x15\xe4\x77\x3d\x65\xa3\xef\x3d\xab\xc8\x4b\xba\x8e\x9d\x93\x6a\x75\x64\x78\x94\x54\xbe\xb1\x3e\x37\x16\x9d\x68\x49\xce\xaf\x59\xa3\x6c\x05\x6a\xa1\x26\x13\x09\x58\x15\x01\x73\xca\x64\xab\xed\x2a\xb9\x7e\x45\x17\xe2\x40\x3d\x23\x93\x3b\xe4\xd5\xa6\x2b\xe0\xda\xf6\x9d\x49\xa4\xe2\x64\x3f\xef\xd9\xc1\x62\x54\x3f\xf0\xdf\xf0\x74\xe6\xb2\x67\x7b\xd7\x0e\xac\x0f\x8f\x22\x03\x7c\x20\xc4\x48\xa3\xdc\x1a\x18\x98\x07\x4c\x29\xb9\xaa\x67\x7c\x4c\x1e\x06\x90\xe0\xc6\x02\xf9\xe2\xf5\xf7\x7f\x04\x1d\xda\x9d\x21\x7e\x07\x1c\xec\x59\x4a\x98\x89\x27\x65\x96\x88\x39\x98\xc6\x5a\xa9\x96\xfa\xee\xa5\xfd\xc9\x48\x7f\xf1\x40\x11\x50\x44\xa2\xc5\x31\x04\xf6\xa1\x88\x2c\xba\x63\x9d\xdc\x30\x4c\xb0\xfc\xb6\x8c\xe4\xe2\xff\xca\x56\x8a\x3d\x15\xcd\x19\xa1\xa4\x62\x74\x0e\xc6\xdf\x8c\xdc\x2c\xcb\x7c\x49\xda\x72\xb5\xae\xb6\x64\xb6\x29\xab\x42\x9c\x09\x5d\xc3\x8c\x53\x05\x38\x3d\xd6\x55\xbf\x91\x26\x63\xb4\xd7\x8a\x65\x96\x27\xe5\x40\x6f\x85\x47\x0d\xad\xf3\xa5\x68\xa1\x01\xe8\x77\x3f\xd1\x35\x11\x14\xdf\x60\x1e\x51\x1c\x16\x9a\xcf\xaa\xad\x10\xcf\xa0\xaf\x89\xce\xe6\x20\x47\x3c\xf8\x88\x3c\xf0\x63\xc7\x33\x1c\x40\xcc\x72\xa1\x7b\x19\xf3\xf9\x00\x5b\xdd\xf3\x51\x72\xb1\xa0\x65\x9d\xc9\xdc\x87\xb4\x61\x64\xa6\x70\xd4\x62\x4a\x42\xf1\x4c\x8e\xb0\x60\xe0\x75\x27\x33\x3d\x21\xb2\xa0\x6b\xec\x5f\x1e\x5b\x05\x43\xef\x1c\x7b\xc1\xe6\xdd\x00\x86\x27\xa3\x74\x61\x1b\x88\xbf\x64\x15\xce\x65\xd9\x1a\x02\xd4\x9f\xbd\x01\x2a\x94\xb3\xdb\xe7\x4b\xc8\xe6\xfe\x58\x5f\x0a\xc8\x79\x03\xb2\x6b\x9b\x11\x5e\x15\x4f\x78\x9e\x11\x45\xd2\xea\x62\x68\x90\x53\x46\x55\x02\x48\x59\x55\x54\x58\xbf\xb6\x6c\x9d\x0a\x65\xef\x01\x2a\x7d\xa3\x51\xd4\xac\x82\xc1\x57\x17\x19\xe9\xf8\x05\x5e\x93\x7b\x24\xfe\x7e\x84\x91\x43\x4b\x75\x13\xea\x5e\xf8\xa5\x72\xcd\xaf\x98\x6d\xaa\xbc\xc8\x0c\x93\x1e\x3b\x7c\xdc\x4c\xf4\x24\x23\x41\xe9\x28\x01\xd1\xaa\x39\x30\xee\xb8\x18\x78\xc7\x2f\xc8\x43\xd9\xd3\xb9\xd5\x13\x0c\xf6\x9b\xfa\x11\x53\x3b\x9e\x8a\xae\xc6\x60\x05\xed\xf8\x45\xd0\xe2\x82\xa8\x06\xde\xab\x9b\x65\x59\x31\x32\x28\x05\x03\xd4\x77\xf1\x50\x9c\xba\x6f\x61\x4b\x60\xfe\xc3\xb8\xe3\x17\x51\x6d\x1a\xb0\x44\x82\xe6\xf0\x38\x16\xf3\x2d\x96\x24\xde\xfc\x51\x4c\x03\x1f\x8d\x12\x7a\x39\xf6\x7b\xdf\x1a\x74\xdf\xb5\xe7\xdf\x6c\x61\x3d\x33\x1b\x4e\xe7\x78\x6a\xe3\x0e\x6d\xd1\xfe\xe4\x15\x9e\x4c\xc3\x08\xc9\xd4\xb2\x08\xc9\xbf\xf1\x82\x3d\x12\x2c\x90\x35\x63\x60\x85\xfa\x80\x70\xb6\x9a\xa1\x6f\x7f\x98\xb0\xb9\x56\x3a\x67\xdc\xc0\xde\x15\x0e\x47\x22\x51\x7b\xc2\x4a\xe5\x01\xf7\x8e\xa7\x13\x8f\x91\xb5\x1d\xed\xca\x9c\x80\x5b\xc5\x3e\x71\x05\x7f\xd6\x5c\x10\x62\xee\x11\x97\x16\x03\xc4\xa9\x6e\x5a\xd6\xa2\x7f\x0c\x0e\x55\x60\xc3\x65\x5d\x40\xe5\x45\x27\x89\x8b\x10\x3a\x20\xcc\x13\xfc\x42\xad\xf6\x53\x0b\x89\xa6\x41\x0e\x5a\xb3\x6b\xd6\xd8\x8d\x94\xd5\x42\xea\xb0\x8d\xad\x78\x80\xb6\x95\x41\x02\x19\x09\xa8\xbb\xe1\xce\xc7\x35\xfb\x04\xae\x7b\x46\xf3\x25\x0a\xb0\x3a\x57\xac\x36\x76\xd4\xdf\x81\x0f\x9b\xdf\x30\x73\xc6\x74\x9c\xcc\x18\xa2\x84\x0c\x5a\xba\x62\x82\x8b\x76\x4d\x89\x05\x42\x84\xa6\x23\x91\x84\x62\x84\x3e\xd3\x66\xb8\xde\x4a\x41\x95\xa8\xd5\x27\x88\x2f\x12\x20\xf7\x57\xb2\x94\x9b\xfd\xcc\x5a\x49\x68\xf6\xfe\xe4\x83\x67\x93\x2c\x31\x2f\xc6\x2f\x32\x1d\x71\xab\x25\x78\x9d\xb8\xe5\x24\xd3\xd9\x55\x4e\x7c\x0e\x7d\xef\x5e\x54\xf6\x28\xc5\x38\x7e\x49\xe6\x26\x90\xa0\x1f\x48\xb8\x77\x20\x49\x55\x7c\xcf\x02\x43\x5e\x57\x65\xa7\xc6\x27\xf9\x44\xc2\x83\x09\x37\x5d\x45\xf3\x31\xac\x5d\x4f\x09\x5f\x9c\xac\x68\x9b\xb3\xc1\x68\x54\x66\xe4\x34\xc3\x9e\x20\xd9\x51\x26\xf3\x88\xe0\x13\xb0\x76\xa5\xbc\xa6\x69\x2b\xdf\x5e\xfd\xec\xd1\xc3\x2f\x82\xaf\x9c\x92\x63\x62\x4d\x2d\xd1\x54\xa2\x76\x34\x95\x6d\xdb\xf2\x1f\x7b\x96\x28\xd6\x7e\x02\x5c\x94\x07\x0a\xd4\xed\x56\xe7\x97\xdf\x78\x65\x7e\xf9\x5f\xb2\x2e\x61\x2f\xfb\xae\xca\xd9\x5e\xab\x82\x28\xfd\xd6\x45\x49\x20\x3f\xd5\x61\xba\xf4\x30\x71\x72\xb0\xe2\xf2\xde\x97\xc9\x8f\x52\xf6\xf1\x1a\x6f\x85\xc8\xbd\x77\x7c\x9c\xb2\x8e\xd7\xee\x9d\x5e\x67\xa0\xd8\xd3\xf1\x14\x80\xc5\x66\x1f\x1b\xe3\x3e\xe3\x19\x8d\xa2\xf4\xb6\x63\x3c\xb8\x1a\xfb\x0d\xe7\xab\xcb\x2d\x67\xcd\x55\x24\x0e\xd1\x66\x4c\x3a\xf4\xd2\x9f\x00\x7e\x7a\xea\x3b\xf7\x1c\xb1\xc6\xea\x4d\xaf\x93\x04\x7e\x5b\xc0\xbf\x38\x1e\x89\xa8\xff\x8c\x78\x0a\xd2\x20\x54\x57\xec\x7b\xfe\xc3\x4c\x74\x95\x45\x94\x1a\xd9\xea\x97\xa1\x77\x4b\xdf\xb4\x5c\x37\xbc\xe3\x9d\x90\xb0\x04\xba\xe5\x70\x3d\x83\x05\xd8\x98\x64\x86\x97\x3d\xed\x18\xca\x3c\x11\x58\x3d\xdb\xcd\x9a\xf9\xcd\x82\xd2\x2c\x49\x1b\x25\xd8\x5b\x2f\xba\xc1\x47\x05\xff\x63\x21\xa4\x40\x30\x67\xf1\xf9\xbc\x65\xd1\x5a\x8e\xae\x9d\x0c\xdb\x39\x46\x32\x09\xc1\xd2\x99\x33\x33\x10\x4f\x9e\x92\x02\xea\x47\x10\x0d\x84\x9a\x09\xb5\xf8\xf7\x19\x06\x40\x54\x33\x38\x89\x7c\xe3\x76\x34\xe7\xcd\x53\x9a\x2f\x21\x72\x41\x05\x78\x84\x1f\x65\x64\x1e\xc8\x1d\x4a\x3d\xc0\x16\xae\xdd\x55\xe6\x42\x7c\xa0\xde\xfa\x41\xa2\x83\x9d\xa3\xf4\x86\x19\x15\x42\x65\xcf\x20\xa2\x7c\x84\xc0\x53\xe5\x9f\xcf\x94\xff\xaa\x08\x86\xad\x5e\xc0\x5d\x7c\xf9\xf7\xd8\x9b\x8b\xfd\x6a\xc5\x1b\x3f\x3f\x88\xac\x75\xe3\x9b\x6c\xf4\x27\xd2\xed\xf3\x5e\x3f\x00\xa7\xd0\xf1\xf1\x87\x80\x04\x95\x81\x29\x12\x57\x60\x87\x4f\x38\xa8\x30\xd9\xd5\x8d\x98\xfd\x33\xa0\x72\xf0\x2f\x9f\xad\x35\xf8\x3a\xfc\x59\x79\x9c\xbc\x9d\x06\x37\xfd\x82\x8d\x86\xfb\x6f\xe7\x6e\xdb\xb9\xcf\x32\xdc\x05\xa0\x4f\xbd\xf3\xae\x49\xa1\x03\x99\x57\x15\x5d\xb7\x0c\x6f\x7b\x83\x0d\x64\x05\xc9\xbe\xa0\xdc\xba\x7a\xa7\xee\xd7\x49\x17\x93\xc9\x74\xa8\xe1\xdc\x94\xc5\x42\x2d\x82\x06\xf5\x92\x7e\x2a\x57\x9b\x15\x29\x6b\x4c\xcf\x07\x6d\xe4\xc8\x1c\x34\xee\x67\xc8\xb1\x4a\x7c\x44\x04\xe8\xa8\xf8\x0d\xe1\xa7\xf0\x4d\x59\xb7\x1d\xad\x73\xc6\xe7\x1e\xee\x65\x51\x8f\x68\x83\x9f\xe8\x5a\x43\xd0\xa6\xc3\xbb\x64\x72\x47\xe6\x89\x85\x8c\x90\x77\x26\x91\x12\xdb\xae\xc5\x4f\x1b\x4b\x00\x90\x0a\x4a\xba\x4f\x4e\xc3\x38\x12\x35\x8d\xd4\x78\x22\xe7\xa8\xc2\x49\xa0\xde\x59\xbd\x39\xac\x6e\xbf\x8c\x39\xf0\xb5\xb6\x27\xda\x9e\x95\x70\xc4\x07\xce\x0e\x4a\x8c\xb1\x6f\x87\x11\x57\x39\xea\x39\x87\x3f\x47\x3f\x4a\x5b\xf7\x48\x60\xfb\xdc\xc9\xbf\xfe\xb3\xb1\x2f\x2d\x9f\xe0\xc0\x55\x68\x4a\x62\x39\x12\x5d\xea\x08\xb6\x60\x3f\x67\xae\x11\x5a\xc5\xd6\xb9\x94\xed\x72\x93\x61\x58\xef\xf3\xd7\xb2\xd7\xa0\xf9\xcf\x50\x60\xc0\x65\xb3\xf2\x97\xe1\x5c\x0f\xc9\xc8\x7b\x72\x4e\x2e\x0f\x2f\x0f\x55\x4b\x87\x6f\x3d\x24\x97\x87\xe7\x97\x87\xea\xf8\x74\xde\xc9\xcf\x86\x3f\x3b\x52\x95\xc7\xcc\x05\xbf\xb8\x85\xd0\x24\x0e\x0d\x97\x6b\x5b\xd6\x18\x70\x4a\x0f\xe0\x2c\x8e\x08\x18\x98\x8d\xa3\xd1\xe5\x2d\xac\x60\x4e\xd9\x5a\x86\x73\x66\x76\x11\x8c\xa0\x95\x2b\x29\x0c\xc3\xbb\xab\xfa\x4e\xaa\xee\xcc\x00\xb4\xa3\xb9\xce\x1d\xf7\xc3\x04\x53\xfc\x41\xaf\x23\x6b\x9c\x78\x97\x36\x2e\xe0\x69\x3f\x64\x9f\x5c\x25\xad\xc9\xfd\x63\x01\xb3\xb2\x8e\x7c\x72\x71\x18\x09\xe1\xb4\xb3\xc8\xa9\xe8\xcd\x55\x59\x47\x67\x20\x5f\x63\x68\xd0\x40\x3b\x72\x3a\xbe\x1e\x92\x89\x35\x04\x97\xfe\x8d\x0d\x3c\x53\xe1\x16\x5f\xad\xd5\x18\xd8\x08\x82\x5c\xc5\xbb\x1c\xbf\x36\x28\x40\x96\xfc\xd0\x09\x8c\x75\x83\xed\xe2\x72\x80\x2b\xe1\x4a\x01\x77\x0f\xf9\xd6\xce\x6a\x6e\x5b\x6c\xe5\xec\xa3\x2c\xda\x11\x33\x65\x57\x29\x81\xb8\xaf\x0f\xcb\x2a\xdc\xe3\x6d\x80\xfc\x80\x5f\x5d\x9a\x77\x2a\x08\xed\x81\x60\x1d\xc2\x8c\x56\xe7\x3e\x61\xea\x6b\x1f\x8d\x7e\x0b\x65\xba\xf4\x92\x29\xff\xf0\xae\x19\x7d\x1b\xb9\x0c\x74\x64\xb8\x1e\xf6\xf0\x16\xe4\xf3\x6d\x7a\xcb\xaf\xc7\x93\x76\x4c\x61\xfa\x54\xbd\x8b\x71\x0c\xb2\x7d\x26\x5d\x3e\x7a\x5f\xc7\x38\x1f\xe6\x77\x07\x38\xf7\xc1\x2f\x13\xda\x52\x2d\x76\x61\x2d\x40\x24\x2d\x2b\x5c\x2b\xe2\x50\x12\x2a\xe1\x00\x81\x15\x98\x7a\x4b\x60\xa7\x3f\xb0\xd7\xc1\xf7\x58\x0c\xdc\xb5\xb5\x12\x1a\x58\x59\xc4\x25\xe2\x7b\x56\x30\xf4\x59\x79\x63\xf2\xde\x23\x8a\xad\xa4\x08\x49\xf1\xca\xf6\x6e\x20\x25\xc4\x45\x79\x65\xc8\xf6\xe4\x08\x3f\xc9\xbf\x32\x81\x86\xa2\xb2\x95\xde\x17\xf5\x01\x47\xfc\x8f\x58\xa6\x55\xea\xd9\x5b\xca\xd6\x11\xc0\xbe\xb8\xfd\x13\x5d\x63\x5e\x65\x1d\x82\x83\x96\xbc\xbd\x05\x6d\x99\xa6\x02\x0d\xaa\x01\x68\x69\xb3\x24\xa7\xc3\x04\xcf\xd1\x36\x80\x14\x9e\x80\x9e\xe2\x8a\x93\xfe\x1e\x9a\xdc\x16\x35\x27\x51\x5c\xc8\xe8\x2f\x00\xa9\x84\x8b\x5b\xe0\x62\x53\x43\x25\xf8\x41\x1c\xae\xc0\x03\xda\x9e\xfb\xfd\x65\x3b\x3d\xfe\xae\x7f\xde\x71\xcf\xdb\xc0\x8c\xb7\x3d\x18\x0f\x9c\x10\xfe\x68\xe2\x6e\x7c\xcf\x8b\x9f\xe8\x20\xbe\xfe\xee\x16\xd1\x48\xb8\xad\x5d\x66\x1f\xbd\xc6\xf8\xc8\x63\x7c\xf2\xde\xed\x15\xa0\xc0\x16\xe5\xaa\x43\x3e\xb1\x4e\x26\xe4\x59\x59\x55\xa4\xac\xad\xb0\xa6\xb2\x85\xd8\x0a\x28\x52\xa1\xfb\x84\xa3\x61\x4c\xfe\xc6\x20\x66\x1c\xcb\x49\x06\xb0\x72\x5a\x7f\xd7\x91\x99\x32\x3e\xb4\x84\x37\x96\x5d\x43\x66\x0a\x02\xb3\x06\x6f\x99\x0a\x04\x9d\xe1\x4d\xe3\x00\x18\xd4\xbf\xb8\xe1\x9b\xaa\x20\xb4\x6a\x18\x2d\x64\xfd\xcb\x19\x63\x50\x3e\xd9\x54\xc4\x40\xc9\x70\x45\xd7\x64\xb0\xa0\xeb\x36\x80\xc4\xeb\x6a\x0b\x56\x15\x2a\xe6\x59\x89\xff\x87\x0c\x1f\xe3\x70\xe7\x2a\xef\xf3\xfb\x0f\x99\x7f\xce\xa9\x73\xd5\x41\xfd\x30\x23\x2d\x18\x27\xb4\x31\x66\xe4\xdb\xa3\x05\xd8\x1b\xda\x9a\x68\xa2\x58\x90\x51\x84\x43\xb8\x4b\xfc\x20\x6e\x4f\x24\x1e\x47\xf3\x69\xd9\x05\x32\x52\x64\x22\xe8\x39\xee\xde\xf6\x8c\x90\xea\x9f\x8c\x93\x30\x47\xf6\x6e\xda\x52\x73\xaf\x58\x6d\x26\xed\x1d\xe6\x21\xa1\xdb\x18\xb0\x0f\x82\x84\x47\xc3\xe3\xe6\xa9\x5c\xd7\xda\xb0\xb2\x5b\xd5\x4f\x8c\xc5\x5d\x65\xb1\xcc\xa9\x58\x0b\x97\x1c\xa2\x46\x1c\x62\x9b\x11\xb4\xf1\x4a\x2b\x38\x36\x88\x21\x79\x30\xed\x09\x58\x8b\xf4\x38\x3a\x4b\x20\x41\xca\x53\xa1\xe5\xaa\x62\x75\xcc\x55\xa0\xbf\x15\x62\xc8\x0e\x6b\x92\xb7\x16\xbe\x5e\xa5\xfe\x09\xfa\x39\x86\xa8\x47\x4f\xa8\x21\xf1\xec\xdd\x86\xde\x76\xd0\x7d\x9c\x93\x0b\x3a\x1d\x41\x81\x9a\x38\xb1\x8b\x37\xb1\xb0\x25\x3c\x24\xc8\x74\x87\xa1\x8b\xa4\x23\x06\xad\x0d\xff\xe5\x8b\xbb\x42\xf7\xc9\x89\x78\xa6\x97\x5d\x9e\x48\x46\xbd\xb5\x4c\x87\xd6\xe2\xeb\x2a\xba\xf6\x3f\x0d\xc4\xe9\x61\x64\x4b\xf3\x66\xe3\xe9\xcd\xed\x5c\xad\x32\x3d\xc4\x55\xb5\x20\x75\x65\xcc\x55\x97\x30\x85\x45\x6f\x37\x85\xc6\x30\xdf\xe0\x25\x96\x4e\x71\xdb\xa8\xe5\x24\x10\xa7\x77\x98\xbc\x42\x69\x65\x4f\xe7\xc2\x82\xae\xf7\x75\x2d\xc8\x50\xcb\x3d\x0d\x52\xf3\x4e\xfa\x14\x9b\xa4\x67\x61\x6e\xc9\xb7\xb3\xe6\x8a\x1c\x63\x5b\x93\x32\x4d\xb4\xd0\xe1\xe5\xf8\x4e\x99\x75\x44\xfb\x2f\x04\x81\x68\xbc\x7c\xf9\x22\x5b\xe9\x27\x89\xf8\xdd\xc0\x9a\x08\x45\xb0\xa6\xd0\xa3\xff\xaa\x91\x5c\xa7\x89\x05\x2a\x4b\x97\x27\x0c\x03\xfe\x56\xe3\xb4\x5c\xcf\x56\xe0\x32\xf8\xf5\xc3\xbb\x0d\xd2\x13\x70\x2a\x86\x0a\xf9\xd8\xc8\x9d\xc9\xbd\x6f\x36\x68\xad\xca\x02\xef\x75\x18\x9a\xd2\x78\x0c\x55\xfb\xa5\xda\xb3\xe2\xb3\x87\xd6\x07\x3b\xfb\x75\x29\xf4\xdc\xc2\x56\xfc\xdb\x55\x59\x84\xd4\x6e\xd3\x00\x5a\x74\xec\x9a\xb7\xdf\x6a\x4f\x02\x16\x27\xba\x7e\xa7\xee\xb8\x44\x70\x21\x49\xf3\x95\x92\x68\xf7\x1b\x9a\x6f\xf1\x43\xc2\x49\x1b\xaf\xc8\x43\x19\x03\x76\xdf\x8c\xe8\xdc\x7d\x84\x23\xf0\x00\x43\xa8\x30\x52\x96\xb3\x2c\x7b\xe1\xa2\x67\x69\x92\xdf\xab\xd1\x39\x68\x09\x0c\x68\x1a\x0f\x58\x5a\x08\x47\x27\xc6\x3a\x86\xea\x79\x36\x46\xcf\xf1\xb9\x14\xee\x6c\xa0\x71\x83\x9e\x68\xed\x21\xa1\xdd\xcc\x00\xa3\x09\x0c\x5b\xa6\x3b\xf2\x30\xf9\xe6\xdc\x7f\xe3\xcd\x49\x4c\x22\x3d\x22\xcc\x97\x18\x22\xd0\x9a\x4f\xa6\xc7\xd9\x8b\x4a\xdf\xc5\x92\xb6\x6a\xda\x0b\xdd\xd7\x8f\xbd\xe4\x38\x4e\x31\xe2\xdf\xcc\x9a\xf6\xcf\xdf\x41\x2e\x49\x45\x9d\x97\xaa\xaa\x8a\x85\xc8\x88\x05\x4c\xf7\xb7\xff\x6c\x23\x0a\x09\x86\x35\xec\xd1\x15\x52\x42\x4f\x5f\x51\x0a\xf0\x7a\xdd\xe1\x89\xb4\x58\xb9\x92\x75\x7c\x72\xf0\xe8\xba\xdf\xfe\xed\x21\x74\x55\x16\xa9\x80\xea\x3e\x6c\xaa\xcf\x84\x82\xb5\x37\x5e\xc5\x47\x88\x5b\xf8\x54\x28\x56\xa5\x51\xec\x83\x6a\x9a\x40\xb5\xe2\xa3\xd4\x1a\x11\x04\xb8\xff\xea\xc8\x01\x1c\x43\x4d\xfe\x6f\x58\xa3\x5b\x9a\x22\x01\x9e\xca\x1f\x78\xab\xbd\xa0\x79\xe8\xdb\x48\x21\x27\xc7\xf1\x41\x2b\x5a\xe7\x4c\x65\x12\x10\xe0\x53\xa3\xcb\x2c\xac\xf8\xfc\x5c\x32\x67\x7f\x8c\xb7\xea\xd8\x86\xef\x0c\x82\x8c\xac\xb9\x48\xf7\x87\xfd\x00\x87\xe7\x7b\x2a\xb4\x6a\xf2\xde\x0f\xc7\xd0\x16\xc9\x88\x6c\xec\xda\xde\x1c\xe3\x58\xfc\xc4\x96\x4a\x49\xa0\x9e\x6b\x27\x00\x84\x41\xf0\xb9\x1c\xa5\x8f\x10\xcb\xc6\x16\x49\x03\x96\x18\xe9\x8a\x35\x0b\xf6\x13\x5d\x2b\x95\x08\x45\x5c\xb0\x55\xc4\x08\xc1\x56\x08\xa2\xa5\x04\x94\x64\x9a\x98\x4a\x88\x1c\x34\x1d\x5a\x96\xc9\xe0\x46\x81\x3f\xc0\x80\x6a\x76\xd8\x45\x5d\xb8\xb7\x31\x8c\xda\xd2\x94\x47\x8e\x11\xe4\xa0\x64\xd4\x97\x66\x47\x7c\x9e\xec\xf8\x5e\xdc\x5e\xaa\xbf\x4c\xcb\x3d\x91\x95\x98\x77\x41\x8a\x08\x73\x9a\x44\x86\x19\x50\x50\xda\xf4\xac\x39\x5e\x04\x8c\xb5\xeb\xfc\x79\x92\x11\xc1\x9d\xd9\xbf\x1c\x3b\x2c\xc9\x3d\x2b\x92\x69\xe2\x83\x06\x3d\x2c\x0d\xb7\x82\x3c\x55\x7b\xd6\xcb\x9b\x88\x19\x9a\x62\x1a\xb1\xb5\xb3\xce\xb3\x14\x82\x5c\x3a\x88\xcc\x38\x2d\xe1\x1e\x1d\x11\x5b\xfa\xe8\xe3\x01\xde\x0a\x06\x34\xe5\x6c\x23\xa5\xd8\x29\x4e\x2a\x97\x2a\xd0\x93\x95\x70\x8a\x9a\xe5\x03\x72\x46\xee\x58\xda\xa5\xd1\x76\xad\xd7\xba\x79\x1c\xd3\xce\x56\xb5\x66\xfa\x90\xbc\xb7\x23\xf0\x01\xec\x07\x72\xae\x9e\xe2\xef\xdf\x4c\x69\xd6\xb6\xca\xb4\x82\xdf\x13\xed\xb3\x43\xe5\xff\x16\x0d\x9d\x44\x6e\x2d\xc7\xcf\x6b\xcf\x46\xb1\x4f\xd0\xd1\x6f\xe6\x46\xf9\x4c\xac\xd5\xd0\x2e\xed\xcc\x95\x36\xb4\x08\x9e\x9a\x81\xa0\x7b\x49\x79\x61\xa5\xce\xfd\x9d\x30\x36\xf8\x1d\x31\x69\x76\x7f\x16\xc9\xf4\x59\xe7\x25\x52\x2c\x64\xf4\xea\x4e\x7b\x82\xf3\xb7\x7a\xef\x4c\x2d\xac\xba\x6b\x7e\x9b\xe9\x3a\xdb\x20\x3e\x42\x5b\x20\xba\xd5\xa4\x6f\x03\xd3\x9f\xb9\x1e\xe3\x3e\x82\x9e\xcd\x9e\x92\x5b\xd9\x57\x0d\x15\xcd\xed\xb9\xa9\x7f\x55\x84\xb4\x61\x46\xc7\xc4\xe5\x6a\x97\x87\x44\x16\xfd\x1a\x5d\x1e\x0e\x9d\x31\x29\x23\xa7\xce\x3a\x61\x64\x1f\x90\xf8\x32\x42\x21\x55\x97\x53\x18\x04\xaf\xbb\xc8\x4b\x73\x72\x60\xe6\x22\x07\x7e\xa0\x6f\x73\x38\x41\xbc\x03\x7d\xe7\xce\x6e\x0b\xce\xff\x61\x4f\xac\xb0\x05\x40\xc5\x37\x38\xdf\x1f\xf7\x7d\x6f\x2d\xae\x73\x25\xca\xf4\x9d\x91\xef\x23\x4e\x05\x1c\xaa\x61\x1e\xa7\x2a\xfe\xc0\xb6\x4e\xeb\x12\xdf\x0d\xab\xd8\x35\xad\xbb\xbf\xb9\x21\xdb\x3f\xe8\x5b\x20\xd6\x3d\xd7\x98\xa9\x18\x4a\xba\x22\xe5\x86\x69\x24\xd0\x43\xb9\xe6\x41\xee\x26\xfc\x40\xbb\xdd\xfc\xd7\xc6\xcb\x19\xb0\xf8\xb2\x66\x8a\x59\x3a\x9e\x4c\xfd\x16\x2b\xd6\x84\xef\x20\x7b\x06\xa6\x5a\xf3\xd8\x26\x86\x77\x36\x65\xd7\xb1\xfa\x1d\x77\x06\x6c\x19\x7f\xcb\xf6\x31\xe6\xdf\x88\x86\x9f\xba\x5d\x1c\x1d\x59\xf3\x78\x6f\xfe\x74\x83\x46\xa6\xee\x57\x6e\x97\xed\x9a\xd6\x2a\x02\xde\x4b\xec\xe9\x24\xe1\x44\x64\x60\x82\xc5\x88\x92\xe1\x45\x3b\x09\x19\xda\xc6\xd4\x30\x53\x31\x33\x3b\xc7\x7b\x9b\xe8\x99\x77\xf1\x2b\x5e\x4e\x4c\x0c\x7a\x69\x47\x9a\x50\x22\x01\x21\x58\xd4\xa2\x2e\x94\x8a\x2b\xc8\xe9\xcb\x17\x82\xe1\xe5\x7a\x3d\x52\x76\x84\x94\xdb\x19\x5c\x8a\x6e\xdf\x50\xaa\x30\xea\xb4\xb1\xc9\x82\xd5\x31\x37\x38\xc8\xf7\xa9\xda\xc8\xc1\x40\x12\x3e\x60\xb7\xaf\x68\xca\xba\x7e\xf2\x27\xc9\xcb\x71\xd6\x46\xd4\xd1\x54\xf2\xf5\x9a\x97\x75\x67\xdb\xbe\x58\x1e\x52\x9a\x94\xa1\x3b\x2e\x50\x2f\x5a\xc8\xe3\xe0\x8d\x64\x1c\xf1\xd4\x99\x8a\x8f\xc0\x07\xf2\xaa\xc7\x43\xfb\xd7\x98\xb5\x5d\xb9\x12\xe7\x87\xb6\xf3\xfa\xc9\xac\x21\xb5\x9f\xf6\x49\x46\x96\xd9\x3d\xbe\xa4\x97\x2e\x19\xb3\x66\x7c\xfd\x3a\x92\x33\xd2\x21\x0c\x11\x1c\x20\xe9\x05\xa5\x45\x01\xf1\x73\x2e\x5d\xe1\x23\xcb\x57\x8d\x08\xc5\x3b\x64\x3b\x72\x14\x68\x6a\x17\x03\xfc\xf2\x45\xcd\x4c\x28\x5e\x11\xfe\xdc\x3b\xb2\x17\x65\xcd\x9e\xb0\x9c\x6b\xef\x4d\xc5\xea\x9e\xde\x63\xde\x52\x20\x69\x4c\xd6\x1b\x75\x90\x0a\xd6\xa4\x39\x53\x8f\xe6\x6b\xb3\x64\xc1\xa1\x34\x5f\x54\x0f\xef\x6b\xea\x8c\xea\x7e\x9a\x9b\xdb\xeb\x6b\x67\x31\x56\x1f\x8f\x7d\xca\x86\x64\xfd\x60\x3b\xdc\x8b\x73\xc6\xc4\xa8\x44\x04\xae\x8c\x23\xde\x35\xa2\xbe\x73\x2b\x9a\xec\xcd\xcc\xd5\x0f\x79\xf4\xf8\xd0\xfd\xf8\xca\x24\x5b\x0a\xe6\xad\x3d\xdf\xbb\x0e\x24\xaf\x34\x89\x33\x44\x8b\x8d\xa1\x94\x56\xd1\xfa\xea\x31\xde\x05\xf3\xba\xce\xc2\xa8\xb4\x14\xa8\x5d\xd6\x13\xc5\xbd\x1e\xc4\xc2\x67\x77\xf3\x79\xfd\xbd\x0a\xdd\xf6\x18\x7d\xc0\xe4\xbd\xe3\x48\x7b\x71\xad\xb9\x26\xb3\x6d\x2f\xe8\x3a\x16\xfe\x68\x72\x5f\xc7\x56\x36\x24\x22\xcc\xbf\xdd\x71\x90\x10\x7c\x33\xf9\x82\xae\xa5\xc7\xf9\xcb\x34\x72\xf9\x2c\x14\xc2\x17\x74\xed\xef\x0d\xa1\x9e\x84\x9b\x03\x46\x63\x6d\x1c\xdf\xf0\xea\xcb\x09\x8a\x76\x1e\xee\x41\x5a\xe7\x31\x55\xf5\x36\xe2\x83\x4a\x7e\x4d\xdb\x58\xde\xed\x68\xd4\xd0\x09\x2c\x76\x54\xb4\x8c\x07\x01\x59\x09\xb6\x5d\x8c\x69\x7e\x1f\x9e\x0b\x3d\x48\x83\xab\xfc\xe2\x03\x5d\x91\xcb\x04\x5d\x23\x37\xbf\x00\x9d\xe0\xe8\x68\x87\x44\x23\xfb\x30\xab\xd6\x33\x27\x1c\xe1\x3e\x04\x6e\xff\x79\x8c\x61\x0a\x71\x7b\xad\x35\x87\x83\x70\x0e\x8f\x40\xdb\x88\x8d\xd8\x12\xb8\x01\x44\x80\xd3\xd8\x49\xe5\x1b\xcb\xad\x15\xee\x43\x83\x15\xec\x2e\xe3\xb7\xdc\x79\xc0\x7b\x13\xe9\x99\x6c\xe2\x5d\x5c\xd5\xb1\x95\xc1\xcb\xe4\xd5\xf5\xdd\xa8\x76\x7a\x56\x5e\x5e\x28\xb3\x3b\x08\x38\x7b\xef\xc6\x9b\x4e\xa1\x44\x85\x2c\x68\x77\x1b\x01\x3e\x71\x0e\x02\x29\xee\xd8\x96\x7b\x92\x6b\x2f\x53\x3e\x09\xd8\xb0\x11\x3d\xfc\x23\xcc\x16\xfc\x11\x13\xd1\x53\xea\xf6\x27\x94\x3e\xaa\x7d\x46\x87\x0b\xe6\x1d\xd2\x81\x5f\xc9\x74\x78\xbb\x4b\xbb\x09\xd5\x08\x6e\xc4\x3a\xd6\x20\xeb\x70\xc0\x40\x40\xef\x20\x95\xa1\x8a\xd0\xd1\x43\xfb\x2a\x31\x39\x8f\x5d\xc7\x20\x9e\xae\x0a\x43\x77\x89\x70\x32\x21\x17\xd5\x0d\xdd\xb6\x24\xa7\x15\x14\xd1\x2d\xbb\x25\xa1\xa4\x61\x8b\x92\xd7\x98\xba\x8f\xd7\x64\xc6\xbb\x25\x69\x4b\xa1\xa1\xb3\xb2\x5b\xb2\x86\xb4\x5d\xc3\xba\x7c\xa9\x2a\xc0\x60\x82\x25\x6a\x65\x6a\x22\xbc\xc1\x3c\xae\x26\xb9\x93\x97\x98\x58\xe6\xbd\xc4\x11\xb2\x42\x66\x6f\x32\xa9\xa7\xec\x9c\x53\x56\x06\xa8\x0c\x8a\x2f\x41\x56\x29\x0d\x07\x52\x49\xb5\x32\x97\x14\x84\x73\xdb\x43\xc9\xc4\x8b\x25\x6d\xc9\x6a\x53\x75\xe5\xba\x62\x41\x42\x29\x7b\x12\x26\xb1\x94\x9b\xf2\x69\x47\xc2\xaf\xa8\x74\x20\x93\x47\xc9\xb3\xca\x32\xab\xa8\x1b\x4a\x68\x44\xb1\x96\x0e\xca\xff\xbd\x65\x1d\x48\xdc\x5e\x0a\x3f\xa3\xb5\x49\xb8\x5e\x22\x34\x15\x03\x23\x33\x94\xd9\x0c\xc6\xac\xba\x6d\x40\x73\xb5\x3a\xc1\x97\x55\xea\x40\x9a\x91\x59\x46\x8a\x72\x3e\xf7\xca\xec\xae\x94\xb8\xf3\x44\x8f\xec\x31\x5f\xad\x69\x43\x3b\xae\xec\x6b\x7a\x0e\x39\xbc\x61\x16\xb4\x0c\x40\x58\xe3\x56\x99\xd2\xf9\x6a\x3d\x96\xc9\xe7\xee\x59\xa1\x8c\xb1\x5e\xf6\x2b\x2f\x23\x81\xd9\x16\xa5\xaf\xea\x3b\x18\x95\x2c\xb4\x48\x3e\x7b\xcf\x5f\x7b\x1a\xb2\x18\x7c\xbf\x86\x4c\x05\x83\xa4\x9e\x8e\x2c\x5e\xcc\xa0\x1e\x96\xaf\x3c\xbb\x7b\x9a\x16\xb2\x68\xaa\xe9\xd1\x1e\x7f\x46\x7e\x70\x17\xcf\x5a\xbe\xeb\xb2\x2d\x67\x15\x7b\x5d\x7e\x62\x15\xc2\x28\x04\x88\x35\x2d\x8a\xb2\x5e\xbc\xe3\x6b\x67\xed\x1a\x96\x83\x76\xce\x57\x63\x71\x86\xf3\x0d\xd4\xb5\x7a\x5c\x95\xac\xee\xde\xb0\xbc\x73\xca\x96\x4b\xab\xbf\x7d\x2d\x56\x7c\x8f\x9e\x56\xe3\x4a\xd4\x46\xa6\xb2\xae\x99\x2a\xe5\x00\x0d\x1d\xe3\x33\x14\xca\x86\xa8\xa4\x00\x60\xc7\xd7\xc3\x4c\xe5\x80\xf6\x01\xaa\x73\x17\x5a\x62\x1b\x1b\xe4\x8c\x17\x5b\x39\x23\x7e\x53\xb3\xe6\x89\xe2\x2f\xe2\x85\x6c\x67\x6e\x08\xaa\x92\xdf\x5e\xb5\x6f\xf5\xe2\xe8\x48\xfd\x75\x30\x05\xc8\xf7\x82\x45\x97\x25\xbe\x05\x1b\x55\x55\xca\x12\x16\xb8\xca\x54\x04\x8f\x58\x24\xa0\xc8\xb7\xa9\x4d\xb5\x60\x9d\x20\xee\x4d\xc7\x8a\xb7\xe2\xcd\x80\x85\x6e\x7e\x28\x69\xc5\xaa\x6e\x8c\xc5\x57\xa5\xb4\xf2\x40\xf4\x34\xce\x61\x09\xe5\xa3\x2f\x5f\x88\x69\x86\x85\x21\xec\x56\xf0\x24\x4c\x56\x81\x6c\x6e\x5b\xb1\xb1\x38\xde\xe7\x15\xbf\x11\x58\xb8\x3c\x94\x14\x16\x29\x76\x46\x9c\x4a\xea\x6f\x90\xb6\x44\x3f\xfd\xb4\xe5\x7e\xee\xd2\x18\x7a\x2d\x0c\xc0\xc0\xad\xaf\xf9\x9c\x4f\x7d\xd2\xdb\x6c\x7d\x9a\xcc\x15\xe6\x91\x21\x44\x42\x59\xdf\x09\x72\x8c\x7c\x15\xd2\x27\x3e\x71\xbe\x75\x09\x54\xfd\xf3\xac\x3e\x9a\x0c\x11\xdd\x3a\x8f\x22\x94\x96\xa3\xb3\x96\x57\x9b\x4e\x56\x9e\x8b\xb5\x80\x1a\xf0\x97\x87\xe4\x21\xe0\x1a\x7d\x65\xaf\x11\xe4\x39\x3c\x0a\xea\xd8\x93\x84\xc1\x27\x46\xcc\xa7\xb2\xdc\xcc\xdb\x25\x2d\xf8\x0d\x69\x38\xef\x12\xa3\x97\x5f\x2f\x79\xdb\x17\x86\x1f\xe4\xc6\x72\x83\x0d\xfc\x50\x2d\x99\x68\x00\x0b\xdc\xcb\x38\x1b\xcd\x75\x24\xd3\x39\xf7\xe9\x45\x3a\xe1\xed\x96\xd6\x49\xc0\xd7\xe7\xb0\xe4\x23\x32\x50\xec\x86\x1c\xdb\x1c\x52\xf1\x9e\x73\x8f\x26\xe4\x62\xa6\x3f\x54\xd5\xb6\x4d\x01\xde\x4d\x55\xfd\xd6\xac\xd8\xc3\xc9\x89\x46\x82\xe1\xb1\x7d\x33\x37\xdd\x9b\x69\x5a\xbc\x74\xf7\xe4\x26\x13\x02\x46\x86\x05\x5d\xb7\x90\xcc\x13\x42\xc5\x96\x1c\x84\x1a\x75\xa1\x4e\x55\xcd\x58\x96\x05\x23\xeb\x92\xe5\xac\x15\x12\x9f\xe0\x24\x15\xaf\x17\x00\x05\x2b\x58\x09\xe1\x52\x66\x10\xba\x96\xa5\xf8\x32\xac\x31\x70\x55\x6d\x8a\x05\x54\x89\xb8\x62\x6c\x6d\x95\xd2\x80\xaf\x1b\xd6\xae\x79\xdd\x96\xd7\x8c\xdc\x2c\x99\x10\xee\x9a\xb2\x28\xf3\x4d\xc5\x37\x6d\xb5\x25\xa2\x17\x14\xe9\xca\x96\x54\x9c\x16\x50\xee\x52\x88\x8f\x9d\xae\x5b\x22\xa6\xf1\x53\xfc\xe6\x83\x39\x78\x83\x2a\xb5\x70\x12\xf7\xd4\x6b\x80\x9a\xef\x8e\xf5\xce\x8e\x60\x08\x6f\x14\x48\x51\xb2\xa5\x2b\x14\x8a\x82\x23\x86\x2a\x81\x5e\x1c\x42\xbd\xa1\x7d\xfb\x54\xbe\xa2\x3b\xeb\x5d\x2d\x2e\xc8\x94\xd0\xf7\xe5\x87\x8c\x2c\x1e\x09\xad\x3d\x5e\xf1\x6a\x71\x81\x58\x38\x98\x92\xc5\x23\xfc\xf3\xcb\x17\xb2\xb8\x10\x08\xc0\x67\x28\x09\x2d\x2e\x70\xee\xf8\x2c\x12\xd5\xd2\x33\x81\x88\xd2\x12\x14\xc8\x2f\x1a\x7a\xa3\x0b\x90\xc5\x7c\x72\x46\x5e\xd4\x71\x8d\x9f\x25\xa1\x9e\x83\xd8\x2a\xe9\x00\x0d\x19\x03\xbd\x5a\x19\x31\x50\xbf\x0e\xc7\x70\x2d\x34\xa8\xae\x60\x2c\xdf\xf6\x6d\x1b\x07\xa2\xbe\x6b\x83\x3f\x81\xb3\x46\x48\x0e\xbb\xbc\x66\x4d\x57\xe6\xb4\x8a\x5c\xb5\x09\x6c\x0c\x21\x49\xe9\x57\x0a\x0c\x99\x6a\x88\x9e\xf5\xef\xef\xba\xba\x85\xc2\x13\xea\x37\x08\x74\x6a\xf5\x70\x74\x24\x5f\x19\xa0\x53\xb7\x97\x7b\xc6\xaf\xff\xe4\xd5\xcb\x41\x78\x75\xb8\x42\xd6\x26\x45\xb1\xbc\x61\xb4\x63\x4f\xb1\x98\xc7\xe0\xf2\xb0\x28\xaf\x2f\x0f\xa3\x46\xd1\x28\x36\x60\xf8\x42\x9e\x81\xb3\xd0\x75\xfe\xc8\xd8\xa0\xcb\xc3\xf5\x27\x5d\x03\x82\xec\x3e\x85\x0c\xb8\x1b\x59\x37\xab\x17\x5a\x62\x04\x97\x87\x67\xbd\x0d\x8b\xb2\x5d\x57\x74\x0b\x2d\x31\xfb\xd9\x08\x2c\x62\xa9\x91\xca\x75\x61\x55\x17\xba\xa1\x3d\xb7\x59\x10\x48\xa1\xd7\xea\xa1\x35\x95\x73\x32\x3a\x75\xaf\x85\xfd\xb5\x64\x37\x50\xaa\x39\x4a\x91\xe2\x45\xc8\xfb\xe0\x31\xa6\xc7\xee\x6c\xc2\x43\xdd\x5d\xe6\xc8\x37\x15\x4d\x47\x15\x17\xe3\xc8\x39\x6f\x8a\xb2\xa6\x9d\x5d\x20\x16\x8d\x2f\xe2\x80\x54\x65\x58\xc9\x34\x72\xb2\x49\xa1\xd8\x56\x28\xe0\x2c\x3b\x31\x47\xd8\x09\x09\xca\x7c\x96\xf5\x5f\xa1\x3a\xb5\x5f\x16\x01\x3b\xd5\x07\x9b\x97\x2e\xd4\x7e\xfb\x48\x89\x78\x41\x03\x33\x3d\x55\x68\xad\xa7\x89\x95\x00\xcf\xb7\x18\xc3\x79\xb6\xeb\x7d\xb2\x0b\xa4\xbc\x57\x2a\x88\xc2\x58\xd8\x5e\xf9\xe1\x14\x42\x80\x63\x8c\xfc\xf5\xf5\xf8\x25\xfd\xa4\x87\xe4\x2f\x6c\x4e\x2b\x30\x4c\x3c\x2f\xde\xc2\x9f\x01\xc3\x01\x0d\xe2\x1d\x6d\x16\x10\xf5\xe6\xd9\xf2\x27\x13\xf2\xa8\x29\xd9\x5c\xd6\x95\x87\x3a\xa8\x1b\x79\x3a\xaf\x9b\xb2\xee\xca\x7a\x01\x8e\xb3\xa2\x6c\xa1\x92\xb0\x3a\xef\x49\x55\xae\x4a\xf1\xd6\x5f\x05\xf9\x51\x24\xb2\x68\x32\x21\xcf\x2a\xba\x80\x8e\xa0\x03\x59\x64\x4b\xe5\x24\xbc\x81\xdc\xdd\xe2\x68\xa8\x33\xd2\x72\x34\x5a\x61\x39\x8a\x4f\x9d\x03\x46\x86\x69\x09\x6a\x5e\x60\xd2\x80\x96\x94\x1d\x94\xa0\x24\x0d\xa3\x05\xd4\x5a\xab\xe8\x96\x6f\x7c\x74\x89\x26\xb2\xf4\x99\x34\x2e\x26\x68\xad\xc0\x7a\xdc\xef\xd8\xa7\xee\x49\x29\x84\x2b\x10\xdd\x89\xfe\x7b\xfc\xe6\xdd\x8b\x80\x81\xa3\x96\xf5\x26\x30\x58\xc8\x61\x3f\xde\x34\x2d\x6f\xc8\x77\xb4\x6d\x79\xfe\x9d\x10\x72\x20\x7b\x40\x5b\x2e\xea\x72\x5e\xe6\xb4\x96\x78\x11\x73\xce\xb1\x2d\xb4\x91\x46\x30\x07\x96\x38\xe6\x30\x08\x20\x13\x1f\x35\x4c\x23\xa0\xed\xca\xfc\x4a\xa5\x2f\xd0\x25\x68\x10\x9b\x65\x47\xca\xd6\x81\x03\x63\x29\x21\x16\x4c\x48\x75\x63\xf2\xb6\xac\x73\xa6\x8a\x7f\xb7\xb2\x1c\xfa\xba\xe1\xd7\x42\x2a\xa4\x02\xbd\x2d\xaf\x05\x29\x38\x60\xa0\x20\xd3\x9c\xe6\x20\xfa\x41\x91\x97\x06\xab\x72\xc9\x48\x49\x29\xee\xb5\xac\x92\xa8\x2c\x5b\x24\xb8\x25\xf5\x96\x16\xb6\x15\xd6\x87\xef\x64\xe1\x90\x19\xb3\x71\x24\xcb\x7b\xcd\x05\x29\x21\x14\xac\x95\x97\xa4\x92\xf5\x92\xb6\x8c\xdc\x94\x55\x45\xf2\x25\xcb\xaf\xc4\x60\xc0\xf6\x99\xc0\xf3\x48\x89\x10\x0e\xb4\x99\x90\xee\x69\xb3\x25\xb4\x2e\xa0\x22\x70\x8b\x31\xed\x58\xc1\x5a\x15\xf9\x83\x0e\x01\xcb\x3a\xb5\x3e\x08\xb1\x0e\x28\x53\xea\x0f\x24\x9b\x71\x84\x46\x9f\xd6\x58\xf2\x1f\x46\x77\x21\xd6\x28\x55\x3a\x19\x38\xba\x10\x97\x14\x77\x1f\x8b\x65\xe8\x6c\x8b\xe3\x70\x3c\x2f\xab\x8e\x35\x83\x82\x4c\x1f\xc0\x75\x3e\x3e\x27\x05\x5a\x06\x94\xda\xe3\x1e\xe6\x16\xa7\x7a\x09\x8e\x51\x13\xbe\x2c\x8b\x11\x8c\x9d\x0a\x25\xee\x48\x32\xab\x1a\x74\x16\x72\xbd\xb1\xac\x70\x8b\xa3\x2d\x78\x3e\xcc\xc8\x7b\xc1\x07\xe5\xad\x76\xd4\xbb\x4e\x54\xaa\x2e\xdd\x4c\x89\xd1\x61\x38\xf4\xb5\x39\x88\xe0\xf7\x82\x75\xea\x6c\x12\x70\x7c\x3f\x35\xb4\x41\x83\xbd\x6a\xf6\x02\xee\xb3\x27\x1a\x3d\xe3\x8d\x06\x17\x8d\x0e\xf8\x49\xa8\x55\x81\x97\x0b\x22\x1a\xdf\x47\x82\xb7\xf1\x9d\x5c\x33\x4b\xd2\x6d\x95\x24\xab\x60\x8e\x57\x74\x3d\x00\xcf\xf4\x03\x70\x1e\x83\xd8\x0c\x54\x10\x49\xcb\x98\xa3\xed\xe9\xaf\x36\x13\x1a\x44\x13\xcb\x38\xf3\xf1\xe5\x3e\x85\x4b\x60\x60\x0e\x76\x3f\x64\xe4\x33\x59\xd1\xb2\x36\x51\x14\xb8\x36\x7a\x57\xf7\xab\x31\x53\xa8\x30\x93\x50\x60\xd0\x73\x53\x92\x87\xd0\xc3\x78\x29\xb8\xf8\x39\xfe\x4d\xeb\x7c\xc9\x9b\x88\x36\x73\xa0\xc7\x3a\x6e\xf9\x8a\x0d\x06\x76\xa0\x07\x94\xd0\x87\xe8\x03\x73\xf7\x4d\xa6\x7c\xe8\xf8\x30\x69\x07\x8b\xc5\x8a\x88\xe5\x78\x24\xef\x55\x47\xbc\x39\x44\x16\x79\xc7\x91\x68\xbf\x99\x46\xb1\xf6\x2a\xec\x17\xca\xe3\xe0\x5c\x20\xc5\x9e\x65\xd3\x0d\xa4\xc2\x39\x7d\x40\xa8\xba\x0f\x38\x1b\xfb\x21\x0a\xae\x6c\xe0\x6e\x67\x25\xfc\xde\x9f\x92\x3f\x9c\xc0\x3f\x32\xb9\x43\x6c\x19\x83\xdc\x99\x90\x87\x5a\xa2\x20\xe7\xee\xb0\x21\x6d\x59\xb9\xc0\x97\x83\x70\x7b\xe3\xd5\x44\xa7\xcb\xcc\x9b\x55\x94\x2c\xbd\xbd\x18\xc8\xb0\xd7\xf6\xfb\x68\x84\xa9\x99\xa2\x7d\x05\xd1\xf9\xd8\xd6\x03\xf5\x33\x6d\xac\xd7\xbc\x46\x31\x1f\xac\xad\x3a\x7d\x10\x0d\xa6\x72\x06\x64\xf9\x2e\x11\xef\xf8\x1f\x4c\x5e\xfc\x50\x02\x3a\x27\xf0\xd0\x8a\x48\xc8\xec\xa5\x72\x93\x82\x45\x91\x34\xc0\xff\x64\x24\x22\xd7\xa5\xc5\x7e\xfc\x68\xec\x4b\xff\xb0\xf1\x1a\x76\x2d\x59\x91\xcb\xc5\xfb\x0e\x1a\x0b\x59\xbf\xc1\x69\x83\x1e\x29\x90\xc6\x1e\x6b\x6f\x8f\x1c\x72\x6e\x9d\x09\xad\xf7\x8d\x9d\x18\x45\x7c\x62\x9f\x1f\x63\x54\xe0\xff\x56\x76\x4b\xc9\x0a\xdd\x1e\xb2\x1e\xa7\x99\x42\x49\x46\xfc\x73\x0d\x07\x45\x1e\xba\xa3\x6b\xc9\xb9\xec\xfb\x2d\x93\xc7\xde\xc0\x25\x27\x1d\xbe\x1d\x38\xac\x1b\x76\xfd\x27\x47\x1b\xf6\xb7\x69\xdf\xa9\xec\x7d\xd0\x7b\x24\x1b\x12\x68\xba\xb7\x86\xcc\x93\xa7\xb3\x3b\x81\x61\xe6\x62\x3b\xaa\xf9\x07\x1c\xe6\x60\x6a\x4d\xd0\xb3\x20\xc9\xf1\xe8\x78\x28\xc8\x16\xa2\xd9\xcf\xbd\xf8\xa1\xa4\x93\x1e\x3d\x76\x8b\x97\x49\x85\x79\x45\xd7\x9a\xeb\x3a\x3b\x34\xf3\x16\x6c\xa8\x82\x2e\x54\x03\x6f\x3a\xce\xe6\x3a\x3a\x72\x1f\xa0\x55\x09\x8f\xa8\xfb\xc4\x61\x2c\x60\xee\x4f\x34\x7d\x40\x2c\x7e\x33\x0c\x52\xee\x1c\x38\xe3\x79\xde\x5e\xac\xd7\x0d\x5f\x37\x42\x34\x1f\xa8\xa7\x7e\xfa\x86\x1d\x72\x8f\x3d\x12\x9f\xf0\x10\x1f\x8a\x95\x1e\xb8\xe8\x41\x1a\x86\x3c\x13\xce\x32\x1d\x79\xab\x14\xce\xc2\xc5\xc6\xc1\x94\x84\xcc\x57\x80\xb5\x30\x11\x36\x0a\xed\xb0\xd6\x3c\x23\x0b\xb6\x87\xa4\x26\xd6\xd4\x9a\x71\x2c\x00\x65\x97\x3c\xe8\xc4\xdd\x80\x70\x26\x69\x4f\xc5\x67\xda\x73\x1a\xc5\xe6\xfd\x80\xdc\x95\x67\xed\x13\xbe\x99\x55\xec\x25\x6d\x16\x65\x2d\xd0\x98\x1c\x8e\x16\x23\x63\xa2\xa5\x22\x79\xf7\x81\x1a\x5e\x40\xf2\x0e\xef\xf1\x77\xdf\x6e\x09\x32\xb6\x35\xa2\xf9\xc8\xdd\x73\xc9\xfe\xe9\x41\x3a\xe8\xd3\x76\x8e\x8e\x34\xc7\x52\xd2\xe5\x5b\xdc\x8b\xf2\x31\x94\xe6\x76\xea\xf0\xfb\xce\x50\xfb\xd0\x33\x50\xc6\x20\x53\x22\x81\x5b\x9d\xc4\x1a\x81\x6e\x1c\x9b\x63\x52\x43\x0b\x2d\xdd\x52\x09\x85\x2d\x1c\x56\x25\x06\x43\x15\xcc\xc4\x58\x9e\xb2\x9d\x7e\xe5\xc2\x95\xf5\x2a\x50\xb7\xa5\x3d\x29\xe0\xe7\x5e\xc3\x9b\x65\xd9\xb1\xb7\x6b\x9a\x33\xed\xbb\x34\x8f\xf6\x34\x82\x28\xcb\xa8\x7e\x22\x8e\xf6\xa6\xab\xc0\x9f\xe9\x58\x48\xc8\xb9\xf5\xfb\xc5\xbb\x37\xde\x60\x1a\x36\x6f\x58\xbb\x8c\x0d\x1b\x70\xfc\x06\xdf\x3f\xe3\x8d\x5a\xe4\x81\x19\xac\x8f\x82\x95\x6f\xd6\x51\xd0\xd5\x06\x8d\xd8\x7e\xd4\xab\xc0\xee\x77\x80\x5e\x3d\xdb\x25\xbf\x87\xad\x70\xd7\x27\x51\xeb\x93\xaf\xd5\x3b\x99\x18\x84\x08\x5a\xd2\xd6\x33\x24\x4e\x26\xe4\xaf\xca\x56\x2c\xcd\x9e\x9e\x58\x61\x5b\x4a\xd7\xb4\x69\xd9\xf3\xba\x1b\x48\x47\xb4\xe5\x1e\xfc\xf2\x45\xf4\xe0\x5b\x4e\xe3\x1f\x3c\x92\x9e\x54\xf1\x4d\x8c\x2f\x5a\x7d\x8a\x73\xdf\xfc\x52\x48\x76\xbb\x31\x6d\x14\xe0\x98\x88\xed\x4d\x44\xfd\xb8\x97\x6e\x6a\xcd\xc2\xfa\xed\x7d\x20\xf1\xfb\x65\x4a\x7e\x14\xfc\xf8\x27\xc6\x57\xac\x6b\xb6\x42\xef\xf9\x92\x96\x44\x62\xf1\xed\xb6\xb5\xf7\x40\xee\x65\xe4\x79\x4f\x5e\xbd\x74\x83\x35\x22\xa1\x86\xd6\xbd\x17\x45\xe1\x11\x47\x5b\x40\xd9\xa9\x9a\xc1\xae\xe9\x39\x3d\x96\xbd\xb1\x11\x9f\xfc\x64\x42\xc0\x41\xae\x0f\x63\x8f\xf8\x3c\xdf\xc0\xc0\x35\x0c\x3f\xf4\x3c\xec\xe4\x3c\x0c\x80\x1a\xa2\xdb\xdd\x23\x01\x7f\xc7\x17\x92\x2c\xec\xfe\xc6\x18\x25\x10\x3a\x29\xb0\x6e\x7a\x61\xc8\xc3\x79\xa9\x1d\xe9\x91\x0f\x67\x3e\x05\x45\x3d\x20\xce\x6f\x6f\xa0\xc6\xab\x91\x82\xae\xaf\xc9\x05\x73\x51\xf7\x6e\xdc\x37\x8d\x8c\x1b\x8a\xbc\xf2\x92\x02\x40\xe5\x48\xec\x5f\x49\x5a\xf8\x33\xbe\xe1\xf4\x50\xf1\x8f\x88\xd5\x45\x7e\x7d\x7b\x32\xfd\x1a\x3b\xfe\xa3\xd0\xa4\x53\xec\x24\xae\x23\x2a\xfa\x36\xdc\xd6\x27\x6a\xbd\x3b\x7d\x97\xcf\xc1\xd4\x05\xa2\x58\x93\xe3\xd3\x49\x6d\xe3\xc4\x05\xae\x84\x6f\xc9\xee\x27\xbd\x57\xf5\xd1\xd1\xd3\xe3\xaf\xdc\xad\xd6\x7d\x7b\xb9\x34\xc9\x8c\xf8\xd8\x9f\xb2\x39\x09\xbd\x4f\x2c\xce\x58\x7e\x2d\xe5\xc2\x17\xa6\xa1\xab\x64\xc5\x62\xdd\x78\xec\x30\x57\x5f\x5b\x5d\xfa\x9a\x0d\x4e\x54\x4b\x07\x21\xbf\xc3\xbb\xf4\xfa\x80\x8f\x30\x52\xb1\x73\x74\x0e\x53\x67\xd5\x47\xd1\x35\x1b\x92\x07\x0a\x4c\xbe\xa4\x4d\x9c\x69\x13\x93\x11\xc2\xca\xc8\xaf\xdb\x83\xcd\x30\x86\x3b\x21\x42\xbd\x2d\xff\xc1\xa2\x01\x74\x66\xa2\xb2\x7f\xf9\xc0\x12\x76\xb2\x78\x7f\x99\x4b\xce\x13\xfb\x8d\x8d\xdd\x48\xa7\x16\x02\x93\x95\x48\xdd\x99\x94\x75\xcc\xa9\x79\x6b\xd2\x54\xff\xfa\x2b\x6a\xc2\x7d\x4e\xc1\xdf\x65\xf1\x6c\xc5\xb8\xc3\xd4\x4e\xe2\x9f\x94\x91\x74\xe8\x57\xf1\xce\x62\xf6\xb1\x7c\xf5\x06\xfe\x7d\x17\x7e\xfc\xb6\xaa\x03\xbf\xac\xfb\xe1\x27\xd2\xf6\xc6\x52\x1b\x6b\x2b\xf9\xf5\x5a\x5f\x4c\x30\x46\xd2\x14\xf1\x2d\xcd\x36\x5d\xcb\xa8\xa6\xa8\xa2\xfd\xd0\xd9\xd4\xe7\xfb\x6e\xea\xeb\x68\xe8\xe4\x2e\xe3\x53\xbc\xa0\x75\xa6\x88\x1b\x93\x1d\x48\xe1\xb7\x30\x5d\x49\x7b\xec\x52\xb1\x81\xfe\xa8\x4b\x8b\xa5\x38\xe8\x4d\xa6\x79\xea\xb5\x2c\x7d\x8d\x1b\x99\x10\x26\x99\xf6\x9a\x64\x3c\xf3\x92\x20\x90\xd0\x1a\x12\x2a\xc4\x47\x47\x64\x10\x3c\x75\x0d\x4a\x71\x8b\x49\xef\x47\x0f\x02\x0b\x84\xaf\xb5\xbb\x73\x8b\xe9\xb4\x7d\xb6\x24\x31\xbb\x2c\x1c\xc2\x2d\xdd\x65\x10\xfb\x2c\x97\x25\x66\x49\x22\xbb\x07\xf9\x9f\xcf\x48\xa3\x78\xfb\x43\xf2\xfe\x83\x32\x3a\xaa\xc1\x0d\xc3\xc4\x55\xb7\xb3\xc5\xf4\x18\x23\xe2\x62\xca\xde\xae\x65\xa2\x62\x83\xca\x96\x94\x10\x05\xc0\x54\xcd\x48\x08\xb0\x80\xc8\x0b\x5d\x5f\x81\xac\xf8\xb5\x38\x71\xa1\x1a\xbc\xb2\xa1\x04\xc0\xcc\xc5\x22\x56\x17\x02\xea\x82\xc3\x47\x9c\x74\x4d\xb9\x58\xb0\x46\xbc\x86\xa0\x0d\x42\xeb\xed\x0d\xdd\x42\x14\x48\xd9\x05\x80\x74\x29\x08\x4a\xd6\x9b\x86\x91\x9b\xa6\xec\xd8\x98\x3c\xef\x48\xbb\x84\x9a\x0e\x33\x46\x1a\xda\x30\x1d\xf3\x50\x70\xd6\x0a\x98\x01\x24\xf1\x65\x59\x2f\xc6\xa1\x11\x53\xf3\x49\x16\xa0\x6b\xd0\x9f\x94\xcf\x49\x6a\x6e\x45\x7f\x49\x25\xe7\x1d\x5f\x07\x81\x5f\xd2\x61\x24\x08\xf0\xc9\xab\x97\x83\xb8\x26\x60\x0a\xca\x59\xd0\xf0\x04\xfa\x06\x80\x2a\xc8\xdd\x82\xe9\x6d\x77\x67\xa7\xdb\xd4\xa4\xe8\x02\x22\x2a\x8a\x12\x02\x43\x20\x48\x09\x76\xca\x8c\x75\x37\x4c\x06\xb1\x08\xfd\x45\xd6\xf4\x77\x3e\x57\x41\xf7\x05\x5b\x33\x08\x99\x26\x1c\x3f\x80\x73\x76\x20\x03\x57\x04\x13\x2e\x6b\x63\xe4\x56\x01\x15\x0e\xa8\x16\xc2\x55\xa0\x96\x29\x6d\x95\x59\x7b\x28\x88\xe1\xbb\xaa\x22\x4b\x5e\x15\x84\xaa\x92\x5b\x6a\x68\x27\x30\xa8\x53\xcf\x7c\x04\xc3\x97\xb1\x65\xe3\x1f\xc8\xc8\x48\x13\xa3\x93\xf1\x0f\x56\x39\x39\xf8\x05\x23\x9d\x90\x53\xed\x3d\x95\x6c\x82\x4c\xc8\x59\xe0\xe5\x59\x45\x0e\x4c\x48\x85\xea\xba\xd2\xc0\x21\xf3\xd9\x22\x94\xcc\x5d\x66\xed\x91\x4e\x7b\x47\x1c\xc7\xf3\x8a\xae\x75\xd2\x69\x0d\x93\x8c\xac\xa9\xde\x09\x27\x90\x45\x32\x69\xcb\xb4\xad\x27\x19\x39\x19\xca\x03\x3b\x84\x2d\xc7\x78\x4c\x06\xa7\x76\x1f\xc3\x6f\xea\xc4\x3d\xc1\x26\x13\xf2\x7c\xee\x7a\x3c\x05\xfb\x28\xaf\x59\x9d\x59\x71\x37\x76\x3c\x3a\x29\xeb\xbc\xda\x14\xac\x45\x26\x10\xd2\x4e\x60\xcb\x8e\x57\xa0\x83\xf3\xf5\xab\x67\xc8\xc6\xb3\x37\xa2\x91\xa4\x7c\x42\x31\x07\x50\x42\xb8\x13\x6d\xbc\x4b\xcc\x2a\x0b\xb6\xad\x32\x66\x3d\xb6\x84\x94\xf9\x23\x55\xc1\x44\x3a\xb9\xed\x35\x15\x03\x4e\x65\x39\x86\x15\x82\x68\xce\xd7\x41\xea\x9f\x18\x66\xc7\x5b\xb4\x10\xe7\x70\xd7\xfe\xf2\x30\x51\x6a\x04\xe1\x91\xa9\xbe\xb5\x0e\x97\x19\xf0\x6f\x75\x8b\x63\x42\xce\xc8\xc8\x46\xd1\x84\xc4\x2a\x92\x68\x09\x3f\x36\x0c\xf0\x80\xca\x9b\x39\x91\xd7\x35\xa3\x0d\x6b\x45\x83\xa3\x23\x12\x5b\xcf\x5d\xc3\xd7\xa3\x4f\x0c\x6c\xaf\xcf\xf5\x4a\x9a\xb9\xf6\x44\x9d\xf4\x6c\x7c\x09\x77\x14\xe7\x54\xb7\xdf\xec\x12\xde\xb1\xbd\x08\xc7\xdf\x08\xdc\xdd\xe4\x24\x19\x11\x23\x4f\x36\xcf\xf5\xa7\x1c\x2c\x96\xcf\xd7\xc8\xe3\xda\xcf\xeb\x57\x5a\xc5\x3b\x20\xca\xcf\xb9\xa2\x62\x36\x03\x2f\x38\x64\x74\x0a\xe4\xdd\xd3\xae\xe3\x99\x9b\x39\xd8\xaa\xd6\xe8\x7a\xa0\x8d\x82\x64\x65\x08\x89\xec\xac\x58\xf8\xc9\xd0\x0e\x56\x09\x00\x89\x31\xec\x09\xc6\xb9\xf0\x40\x64\x30\xea\x92\xe5\x57\xad\xd8\x25\x14\x39\xa9\xa1\x26\xc8\xfe\xd0\x4a\x76\x0a\xbc\xdd\xaa\xe0\xc5\x34\x04\x75\x37\x00\x4e\xd3\x9a\x77\xa4\xe3\x9c\xac\x36\xf9\x92\xcc\xd8\x96\xc3\xb1\x4f\xd5\x1d\xf1\xb8\x12\x65\x07\x5b\x19\x47\x47\x70\x99\x66\xb7\xa5\xd0\x33\x10\x21\xeb\x16\x0c\xe4\x6b\xa8\xa8\x7e\xc3\x3a\x04\xa0\x67\xee\x79\xfc\x6b\x16\x27\x80\x7d\xab\xe3\x5f\xce\x7f\xa0\xac\x00\x50\xfe\x47\x4c\xfc\xfe\x94\x38\x67\xbe\x16\x66\x4e\x71\xa3\x96\x35\x64\x80\xb0\x4e\x64\x7d\xd6\x8c\x50\xfe\x3b\xfb\x41\xc5\x85\xb9\x2d\x87\x91\x22\xe9\x03\x99\xf1\x26\x16\xf4\x12\x2d\x2e\xa4\xac\xde\x53\xe2\x4b\x0f\xb7\x18\xe8\x37\x8d\x73\x0d\xe7\xb0\x85\x99\xb3\x98\x80\x02\x17\xbe\x95\x45\xc8\x1f\x62\xf4\x8b\x61\xc0\x96\xb4\x0e\xb8\x00\x77\x7c\x8c\x25\x01\x75\x2f\x5c\x3d\xd5\x89\xc1\x88\x93\xbb\xf8\x22\x14\x31\xd7\x60\x66\x72\xa2\xe2\xb4\x7d\x69\x41\xc1\xc0\x24\x3e\x1c\x86\x62\xcb\x81\xea\xb3\xe3\x9b\x7c\xc9\x5a\x8c\xc0\x85\x74\x45\xb0\x4b\xc4\x5f\x1d\x8f\xd9\x68\xb1\x5b\x13\xf4\x28\xe7\x3c\xf0\x18\xa7\x02\x35\xcc\x7c\x96\x2a\x41\x63\x1f\x70\xd1\x2c\xc2\x56\xb1\x97\x90\x85\xa1\x8e\x6c\x42\xad\x5b\xe2\xdd\x4a\x94\xa1\xf1\xa0\x97\x42\xaa\x14\xcc\x2c\x21\x50\x41\x35\x18\x50\x49\x8d\xe6\xb8\x2c\x8b\x42\xc8\x95\x5d\xb3\x95\xea\x69\xc3\x84\x8e\xcb\x3e\x95\x2d\x38\xb0\x2a\x7d\x93\xf2\x66\xc9\x6a\x0d\x86\x1a\xc6\x06\xaa\xee\x35\x2f\x0b\xb2\xa9\x6b\x96\xe7\xac\xa5\xcd\x56\xde\x6d\x68\x4d\xd6\x8c\xbf\xb4\xac\x25\x79\xb3\x29\xac\x38\xfd\x51\xce\x37\xe8\x27\x9b\xcb\xc4\x1b\x6a\x72\xe2\x99\xe0\xb4\x6d\xf9\x8f\xb2\x5e\x64\x1a\x0a\x6a\x40\x34\xef\x36\xb4\x82\x8b\x0f\xd6\xad\x1d\x42\x1b\x26\x74\x65\x8a\xb9\x41\xe8\x35\x2d\x2b\xb8\xc6\x41\xeb\x42\x03\x58\x37\xac\x28\xf3\x4e\x3c\x1f\x93\x37\xac\x2a\x19\x04\xc3\x2f\x58\xcd\x1a\xbe\x69\xa5\x28\xdf\x92\x41\xcb\x18\x79\xf1\x93\x54\xf4\x86\xea\xaa\xa8\x86\x23\x06\x4b\x9b\xae\x9c\xd3\xbc\x6b\x31\x48\x1f\xa3\xf9\xd7\x0d\x2f\x36\x39\xc3\xc3\x57\xb4\xda\xb4\x3a\x29\x87\x67\x2e\xc9\x37\x4d\xe3\x7b\x28\x24\xfd\xc6\x6e\x54\xa0\x1e\x0a\x57\x14\x6e\x78\x73\x45\xa8\x98\x2a\x96\x9c\x6c\x58\xc1\x57\x65\x4d\xeb\xae\xda\x62\xb4\xfd\xa8\xe3\x23\xb8\x8d\xdc\xb1\x4f\xdd\x38\x62\x49\x89\x86\x3b\x1c\x4c\xdd\x10\x86\xbd\x76\xa4\xde\x77\x40\x2b\xbe\x65\x17\x63\x90\x62\xfe\x60\x3b\x17\xd2\xfd\x3d\x2d\x51\x04\x6f\x80\x75\x65\x1d\x38\x49\x30\x49\x41\xb3\xc9\xbb\x0d\x24\xc0\xc5\x94\x41\xf2\x77\x50\x70\xb8\x0b\x02\x1e\x63\x1e\x1d\x0d\x6f\xdc\xf1\x8e\x56\xbf\xd5\x30\x05\x6e\x9e\xc1\x58\xc4\x5f\xef\x78\xa4\xe7\x30\x46\xc4\xf1\x9b\xa7\x14\x2a\x24\x5f\xad\x52\x0d\xce\x22\xb2\x6a\x1c\xf4\x0b\x99\xd3\xea\x4e\xe2\x7d\xaf\x5c\xfe\x4c\xde\x36\x2e\xeb\xe2\xb5\xdc\xc1\x06\x77\x99\xba\x2b\x69\x1f\x44\x72\x11\x8c\x86\xae\x1c\x8e\xc8\xa2\xc6\xe9\x2a\x8a\x88\xb2\x7d\x7b\x7b\xa4\x74\x0b\xdd\xe1\xf1\x6d\x3a\x8c\xa5\xbf\x4c\xa0\x1e\x28\x44\x39\x8d\x7c\xc2\x89\x61\x55\xbb\xaf\x12\x9a\x2a\x0e\x53\x41\x0c\x57\xf2\xb6\x30\xf7\x5e\xa8\xd0\xc5\xae\x57\x49\x3a\x0a\x27\xd6\x6c\x7f\xc5\x1a\xc5\xdc\xfc\xc7\xfb\xf7\xf4\x35\xdc\x59\x7c\xd3\xb5\x65\xc1\x7c\xee\x49\x2c\xcf\xc0\x33\xb4\x7c\x6b\x86\x10\xd9\xba\x12\x0a\x9e\xf4\x28\xb7\x9f\x13\x8b\x83\x74\xfc\xdc\x60\xf3\x6b\x8c\x71\x48\x04\xdc\x57\x64\xb7\x6f\x27\xf8\x1d\xf6\xa0\xaa\x96\x07\x1d\x00\xa7\x63\x55\xe2\x5e\x0a\x84\xf3\x85\xd6\xed\x97\x8e\xe5\x08\x8e\x18\xbc\xee\x06\x0a\x90\x73\x5d\x8d\xa9\xf3\xd2\x9e\x51\xcb\xaa\xb1\x2a\xb2\xa1\x51\x21\x24\x47\xfd\xe2\xfe\xb4\x67\xb6\xf9\xa6\x43\x41\x4b\x4e\x3b\x33\xdf\x09\x75\x1d\xf2\x43\xaa\x01\x58\xe2\xaf\x6e\x74\x9c\x6c\x14\x43\xff\x81\xf8\x4e\x87\x3d\x8a\x1f\xb2\x4a\x8a\x3f\x70\x59\xe3\xe5\x96\xc3\xc6\xfa\xd9\xbd\x83\xc6\x32\x50\x7b\x0e\x59\x9f\xa0\xce\x85\x1c\x3e\x57\x34\x12\x19\x98\x4c\x7f\x2b\xcb\x6a\x3f\xd0\x22\xfa\x9f\x68\x35\x37\xfd\xa4\x7c\xdd\x20\x85\x03\xe1\x89\x0d\xaa\x04\x91\x8c\x58\xd7\xaf\xa2\x6b\x8d\x02\xac\x85\xb2\x68\x52\x1e\xf5\x4f\x07\x24\x68\x78\x32\xbd\x28\xb9\x1f\x1f\xaf\x13\xc5\x20\xfb\x1a\x41\x8a\xb2\xc4\x07\xa1\x17\xd2\xfe\x67\xcb\xe8\x5e\xa2\xaa\x05\x5d\x43\x84\x82\x98\x86\x9d\xa3\x4c\xb3\xa8\x61\xe0\x9d\x25\xbb\x4c\x36\x96\x58\xa4\xfc\x0c\x3b\x7b\x09\x4d\x36\x54\x05\x9e\x8a\x95\x79\x26\x7f\xda\xac\x53\xa0\x63\x94\x7c\x9b\x4c\xdf\xba\xbf\x2c\x61\xa5\x17\x55\x77\x1b\xee\xe8\x81\xc5\xbd\x41\xb1\x73\x51\x82\xb9\xd5\x49\xd8\xdb\x91\x73\x35\xc8\xd1\x37\x43\x35\x53\xbe\x1e\x43\xd2\x12\x54\x49\x3d\x6f\x64\xd4\x65\x68\xdd\x6f\xf4\x84\x5c\xbf\x49\xfc\x42\xe3\x22\x75\x8f\x71\xc7\x12\x0c\xd3\xc5\xe0\xe2\xbe\xd1\x20\xb8\x7a\xc7\xa5\xa6\x94\xaf\xd8\xe3\x2c\x12\x0c\xa4\x03\xcf\x79\x9d\x53\xf7\x8e\xa6\x2f\x26\x43\xf4\x6e\xf4\x02\x78\x24\x23\xa0\x7f\x0f\x2d\x75\x37\xcd\x5b\x17\x37\x89\x37\xf9\x2c\x3b\xb4\x8f\x4d\x79\x07\xf2\x1e\xf9\x9a\xb9\xdf\x62\xde\x78\x2b\x5b\x1e\xe0\x35\x23\x67\x81\x25\x2a\xd7\x91\x2b\x8d\x73\xd7\xc6\xdc\xd7\xb0\xd0\x9f\xb2\xf5\x44\x5a\xe2\x55\xcd\x26\x23\x25\x5c\x62\x6c\xf4\x55\x11\xec\xe6\x7d\xf9\x41\xbb\x4d\x1a\x79\x3f\xc4\xbc\x71\x4d\xc6\x21\x74\x3d\xda\xd0\x88\xa0\xe6\xf3\x10\x53\x2f\xeb\xd0\x4d\x2c\x4c\xec\x72\x29\xff\xc6\x67\x24\x43\xcd\x40\xde\x2d\x8d\xc4\x10\x58\x37\x4d\xfd\x98\x03\x15\xcd\xe9\x5e\x1d\x84\x13\x67\x26\xb0\x31\xd3\x72\x83\x80\x00\x59\x07\xf1\x98\x86\x6c\xa7\x01\x7a\xad\xdb\x84\x71\x3b\x24\x14\x48\xd8\xcf\x10\xe9\xde\x44\x4c\xe2\x43\x46\xf8\x2c\xc3\x60\x48\xc5\xdd\x76\x8d\x29\xe6\xa1\x96\xe0\xe2\x2e\x83\x5b\x0f\x97\x61\x9a\x9a\x5f\x35\x58\x55\x48\xb9\x77\xb4\xb7\x1e\xd9\x02\x6e\x7d\xe4\x26\x01\x4c\x30\x22\xbb\x3f\x4c\xcd\xe3\x0d\xcc\xd5\xca\x2c\xb8\x32\x14\x70\x17\x6c\xdd\xbd\x2a\xca\x63\xc5\xd8\x1f\x47\x42\xe9\x4d\x47\x4e\x06\x1a\xd8\x3b\x3d\x59\xb8\x7e\x45\xfe\x2d\x2f\xbb\xa9\x6b\xb5\xb0\x45\x06\x65\xa6\x70\x72\xb2\x19\xe6\x9b\x59\xf9\x80\x33\x54\x9a\xac\xe0\x45\x8f\x1f\x5b\x57\x25\x4d\x17\x76\x3e\x27\xc1\x74\x81\x6f\x5a\x1c\xd5\xad\xc2\x91\xae\xa2\x0b\x37\xd1\xa3\xa2\x67\xc8\xba\xcf\x09\x6c\x5a\xa1\xee\xcc\xa3\xca\x14\x60\x0d\x26\x73\x3c\x55\xc9\xfa\xc3\x22\x2c\x7e\xbe\x42\xb7\x8a\x88\xd5\x42\x32\x7f\xa1\x10\xfd\x8d\x7d\xd7\x30\x4c\x4a\x02\x09\x3d\x58\xdb\x41\xf6\x0a\x62\xd2\x6f\x4b\xf4\xf2\xb9\x50\x8f\xac\xc4\x25\x6d\xf9\x0f\x69\x09\x84\xa4\x84\x82\xfd\xf9\x18\xe9\x99\xaa\x3b\x49\x3d\x39\x90\x75\x83\x84\xfe\x3a\x99\x1e\xb4\xcb\xd4\x90\x82\x3c\x7e\xb6\x9e\x1d\x34\x16\x7f\x75\xa5\x19\x20\x84\xc3\x8a\x27\x82\xf7\xda\x21\xa0\x2a\xaa\x07\x8f\xa0\x13\x3c\x9c\xee\xf9\x1f\x3d\x98\x92\xd3\xe4\x47\xee\xf9\x39\x22\xa7\x1f\xcc\x1d\x47\x90\x54\xca\x56\x3b\xfb\xe7\x15\xe7\xcd\x40\xc9\x85\x38\x46\xd9\xd4\x4b\xa9\x10\xe6\x52\x88\xe4\x2f\xd0\x27\x27\x26\xc5\x4b\x14\x50\x81\x60\x58\x31\x88\xfb\x98\x99\x2c\x91\xa9\x0e\x95\x4e\xd1\xd0\xfa\x16\xbe\x1b\xf9\x49\xf2\xfc\x85\x88\xc9\xe5\xf6\x96\xc0\xf0\xfe\x4d\x8d\x35\xc9\x4e\xfc\x19\xfb\x4a\xa0\x91\xa0\x9b\xb8\x53\xc5\x64\x7a\xf0\x37\x9d\xea\xe5\x18\x8f\xd8\x68\x31\x99\x44\x82\x4b\xef\x73\x1f\x93\x2e\x79\xaa\x86\x13\x5f\xdc\xf7\xc8\x54\xab\xd3\x8d\xbc\x97\x1e\x70\x93\x58\x46\x40\x87\xa4\xe2\x94\xd0\xd8\xcb\xef\x2d\xb6\x14\xba\x20\xf1\xf1\xd1\x11\xca\x59\x89\xb2\x31\x78\xa3\x07\x92\x41\x26\x2c\x48\x1a\x58\xc2\x74\x84\x5f\xbb\xfb\xbe\xb1\xcc\x46\x71\x2e\x87\x90\x61\x5c\x51\x33\x44\x0c\x6a\x27\xcd\x44\x4d\xd4\x46\x24\x71\x26\x4b\xb1\x95\x19\x39\xcd\xc8\x78\x3c\x46\x40\x41\xf7\x40\x20\xd8\x87\xd9\xb8\x51\x95\xc4\xa7\xf5\x01\x24\x40\xb7\xcb\xba\x9b\x30\x6f\x5a\x01\xeb\x14\x0d\x86\xee\x92\xcc\x07\xd7\xb4\x4a\xd4\xe7\xbf\xd6\x99\x00\xe5\x83\x4d\x5d\xb0\x79\x59\x83\x4f\x0c\xd3\x7b\x3e\x01\xc3\x15\xa6\x9c\xd0\x49\xa4\xb4\x87\x5e\xea\xac\xa5\x93\xba\x13\xf0\x21\x86\x73\x03\x49\x98\xa4\x07\x07\x3c\x48\xb4\x26\x4b\x5a\x17\x15\x1b\xab\x5a\x73\x3a\x19\xc8\x54\x4d\x0a\x85\x93\xda\x0a\x3d\xac\x8d\xba\xa1\x24\xa5\xc4\x6b\x18\xe7\x39\x39\xbd\xac\x05\xd7\x16\x27\x8f\x1a\xb2\x19\x69\xc7\x39\x99\x95\x0b\x32\x78\xe0\xa7\x40\x1b\x66\x72\xa2\x05\xbf\xa9\x31\x24\x01\x92\x8b\x2e\xc0\x05\xa8\xec\x9d\xb6\x1f\xb0\x75\xf2\x89\x21\x77\xd5\x3d\xc1\xd7\x5e\x17\x3a\xdf\xa8\x4e\x74\x12\x93\x75\x40\xe6\xb3\x22\xfa\xe2\xa1\xfb\x18\xdf\x6f\x12\xc6\x65\x64\x46\x5b\x86\x7f\x15\x7c\xf5\x48\xfe\x08\xf5\x9a\x58\x0a\x18\xa1\x49\x87\x79\x6e\x22\x7b\x16\x13\x24\xef\x1b\xf6\xe0\x04\x8b\xf8\x91\x4b\x98\xa3\x5b\xde\x9b\xdb\x2f\xd4\xc1\x82\x17\x5c\x9f\x13\xff\x34\x3e\x8e\xa7\xc4\x44\xad\x05\x3d\xeb\xa3\xde\xb2\x55\x99\x24\xb8\x80\xbe\x77\x32\xa9\xa0\xc0\x64\x34\xaf\xe0\xd7\x78\x5e\x1c\x32\x25\x83\x9e\xf4\x37\x23\x3d\xc4\x21\x99\xa8\x5a\x66\x56\x6a\x0b\xeb\x7d\xcc\xef\xc7\x67\xbf\xec\x71\xa1\x83\xcf\x7e\x19\xe3\x14\xf0\x3a\x1b\x90\xc2\x31\x19\x88\xe7\xe8\x08\x12\x94\xa2\x1d\x50\x30\x6e\x0f\x43\x86\x80\x24\x30\x7d\xc1\xd1\x02\x2e\x41\x6a\x44\x4b\xf8\x3e\xcf\x9b\x19\x40\xc1\xa2\xb9\x16\x18\xb3\xf7\x23\x73\x2f\xfb\x88\x3c\x9d\x01\xea\x7a\x0d\x09\xa0\xbc\x0b\x10\x7e\x8a\x0f\xfd\xfc\x7d\x19\x29\x4d\x44\x74\x66\x28\xb8\x76\x5c\x93\xfb\xe4\x7a\x0d\x53\x8d\x48\xde\x48\x5b\x16\xda\xeb\x7d\x10\x0e\x15\x42\x20\xbc\x66\xad\xc2\x12\x93\xb0\xaf\xd7\xd6\x0a\xd4\x40\x33\x3d\x78\xd7\x00\x93\x4b\x8c\xf0\x82\x1b\xcd\xee\xda\xd8\xac\xf7\x3f\xc3\xea\x20\x86\xd2\x48\x9c\x59\xab\x23\xc7\x3a\x54\x2e\xdb\x5d\x0b\xa4\xb1\xd5\xbb\x46\x9d\xb3\x40\x72\x3c\xff\xb4\x35\xb2\xc5\x85\x30\x1b\x94\xb4\x1a\xd8\x6a\x49\x90\x4e\x2a\x54\x34\xec\x22\x4d\xc0\xad\x91\xa5\x38\x66\x04\x1d\x97\x3a\xcc\xc8\x4c\x73\x89\x48\x13\x37\xff\xbd\x15\xd9\x08\x03\x7d\x5e\xcf\xb9\x6c\x88\x4c\xd9\x2e\x3f\x95\x41\xcf\x06\xfe\x48\xfe\xbe\x10\x02\xcf\xb8\x6c\xe1\xbf\x56\x55\xaa\xa1\xca\x8c\x05\xbf\xe0\x70\x03\x33\x98\x8d\x17\x8d\x93\x21\x39\xb7\x1a\xcb\x4a\xb8\x4a\x3e\xe9\x96\x6c\x25\xd0\x3f\xb9\xf3\xaf\x1f\x3f\xbe\xfe\xcb\x9b\xa7\x1f\x3f\xde\x99\x3c\xa3\x39\xeb\xc6\x28\x2a\x0d\x3e\x93\x9c\xaf\x66\x65\xcd\xce\x85\x44\xde\x42\x37\x5d\xd3\x8e\x7f\xe1\x65\x3d\x80\x72\xc5\x43\x3c\x2b\x10\x60\x41\x9b\xab\x77\xb7\x01\x7a\x4d\xab\x0d\x03\xb0\xf8\xd7\xb8\xac\x0b\xf6\xe9\xd5\x7c\xd0\x35\x1b\x36\xc4\x22\x4d\x16\x7c\x41\x50\x00\xff\xf9\x13\xbf\x07\xc8\xf2\xf1\x92\x17\x9b\x8a\x8d\x6b\x76\xf3\x6f\x74\xc5\x06\x43\xdc\xb2\x2f\xc4\x89\x73\xab\x2f\x9e\xd0\xe6\x6a\xcf\x0f\xf4\xd8\x2a\xd1\x0b\x7e\xd8\x42\x72\xdf\xcb\xc3\x23\x78\x76\x79\x78\x4e\x2e\x0f\xc7\x97\x87\xe4\xd8\x1e\x4e\x26\x1a\x08\x84\xf9\xef\x65\xe7\xe2\x38\xd6\x34\x0f\x65\x6d\x60\xe6\x83\x15\x2d\xeb\x8c\xb4\x6b\x96\x8b\x45\xe6\x6b\x4b\x91\xb3\xc8\xce\x1a\xeb\x00\xdb\xda\x7c\x0d\x8b\xe3\xb4\x2c\xcc\x37\x2d\x41\x4c\x8e\x26\xe3\x8e\xb5\x1d\xb6\x79\x08\xae\x48\x95\x53\x7c\x72\x74\x79\x79\x73\x67\x92\x91\x55\x44\x8a\x52\xfb\x6f\x85\x81\xe1\x47\xc9\xc8\x75\x1d\xa5\x16\x38\x99\x35\xc7\xc3\xd9\x41\x05\x5c\xfc\xf3\xfd\xea\x43\x2a\x90\x7c\xd9\xf0\x1b\x98\x38\xe8\x85\x4f\x9b\x86\x37\x83\x9f\xff\x52\xb7\x9b\xb5\x60\xad\xac\x90\x6e\x69\xde\x9c\x93\x7f\xf9\xbc\xfa\xfa\x73\xfc\x4a\xb1\x34\x6f\xca\xbe\x7c\xe3\xd0\x50\x26\x57\x84\x4c\xd9\x04\xd6\xab\x65\x55\x84\x5f\x39\x05\xa7\x35\xcd\xfe\xcb\xa9\x4f\x50\xd6\xaa\xda\x04\x20\x29\x5c\x2f\xd9\xe5\xe1\xd1\x38\x5f\x8d\x64\x4d\x80\xc3\x73\x1b\xe7\x2a\xd0\x4d\x90\x50\xc3\x2a\xda\x95\xd7\x8c\x1c\x94\x2b\x31\x6b\x5a\x77\x97\x87\x96\xe1\x6d\xc6\x3f\xbd\x85\x38\x38\xd1\x78\xc6\x9b\x82\x35\xa3\x19\xff\xe4\xb4\x91\x7d\xcd\x79\xbe\x69\x59\xe1\x75\x46\x64\x1e\x0b\x9d\xd8\xb6\x2d\x57\x6b\xa1\x52\x60\x0c\x98\xd0\x22\x20\x76\xcb\x49\xec\x4a\x89\x02\xe6\xc3\x91\xa9\x8c\xcb\x96\x5c\x97\xed\x86\x56\xd5\x16\x0c\x23\x65\x9d\x77\x63\xf2\x18\xee\xab\x55\x8c\x5e\xa3\x56\xa2\xfa\x98\xb1\x25\xbd\x2e\x79\x13\x40\x53\xd7\xea\x40\x63\x81\x6b\x56\x90\xda\x4d\x27\xf5\x95\x19\x16\xa4\x99\x3b\x23\x37\xcb\x32\x5f\x3a\x99\x7d\x89\x4a\xcb\xab\x55\x21\xbc\xeb\x00\xc1\x7f\xe2\x7b\x5a\xd6\xac\x81\x78\xc2\x82\xb3\x56\x8c\x4f\x5e\x98\x71\x2f\x6b\x49\x38\x8b\x4d\xd7\xb1\xa6\x1d\x93\xbf\x31\x42\xab\x96\xcb\x2b\x78\x62\x8c\xb4\x26\xdf\xd1\x4d\xc7\xbf\x53\x28\xcb\xf4\x9d\x2c\xee\x5f\x76\x98\x4c\x08\x05\x8f\x2c\x6f\x48\xcb\x57\x4c\x66\x13\xce\xa0\x1e\x40\x2d\xf0\x51\xe2\x6d\x31\x35\x35\x35\x55\x39\xc5\x00\x1a\x26\xf5\x55\xc9\x82\xeb\x45\x4b\xaa\xf2\x0a\xe7\x4b\x73\xa0\x1f\xac\x10\x46\xf3\xab\x05\x96\x5e\xef\x38\x46\x77\x04\xa0\xc4\x37\x6a\xd1\x07\xbf\x3b\xfb\xe3\x1f\x86\xde\xad\x40\xf9\x52\x10\xdc\xe9\xfa\x13\x29\x78\x27\xf6\xe2\xef\xce\x4e\xc5\xff\x2e\x0f\xad\xad\x93\x39\xd6\xb1\x75\x45\xb7\xe2\xa3\x79\xc5\x3e\xa5\xc8\x59\xbc\xd3\x51\x86\xa2\x71\xce\xab\xcd\xaa\x56\x50\x15\xc4\xcb\x43\x41\xd0\xb8\x92\xcc\xdf\x3e\x7b\x76\x45\xab\x72\x51\x3f\xef\xd8\xaa\x55\x2d\x47\x18\x1a\x9b\x1a\x1a\xaf\xbb\x67\x74\x55\x56\x00\x79\xc5\x6b\xde\xae\x69\xce\x9c\x36\x26\x18\xee\x9c\x9c\x8e\xef\x5a\x6f\x96\xf2\xe9\xe5\xe1\xe9\xc9\xc9\x7f\x71\x3e\x52\x15\x8a\xfe\xab\x78\x2b\x28\xc8\x79\x1b\x63\x06\x4e\x83\x7f\x3c\x17\xc7\xeb\x39\x39\x89\xa1\x48\x92\x8d\x87\x21\x8c\xa2\x12\xda\xa2\x8b\xf9\x9f\x1a\x7e\x73\x4e\xce\xbc\xa7\x6f\x97\x4d\x59\x5f\xb9\xad\x57\x2a\x46\x2e\x3a\x23\x6b\x05\x64\x8d\x00\xeb\xa5\xc9\xe5\x20\xde\xaf\x1b\x77\x36\x37\xbc\x29\xfe\xd6\xd0\xb5\x78\x57\xf3\x66\x45\xab\x5b\xb3\x3b\xe9\xb4\x11\x2d\xee\xae\x3f\x91\x13\x17\xd9\x86\x78\x6b\x5e\x33\x9f\x4f\xbe\x97\x08\x13\x6c\x4c\xb0\x88\xa9\x90\x59\x3e\x44\x58\xe6\xdf\xd8\xec\xaa\xec\xfe\xd2\xb2\xe6\x25\x2f\xca\xf9\x16\x97\x87\x16\x23\xb8\x83\x3b\x5a\x57\xb4\xac\x3b\xf6\xa9\x1b\xf1\xba\xda\x3a\xbd\x7c\x8d\xad\x93\xed\xf1\xf7\x7a\x33\xf8\xfa\x38\xa7\x55\x25\xb6\xb0\x44\x1c\xe4\xe7\xee\xc1\x2d\x58\x6f\x47\x40\xa5\x6d\x80\xe4\x47\xe2\xa5\x69\x25\x1e\x45\xa9\x52\x2d\x06\xad\xb7\x10\x43\x1e\x6c\x57\x45\x1e\xa7\xfe\xbc\x50\x52\x22\x3e\x19\x92\x9c\x36\xac\x7b\xcc\x2b\x71\x6e\x0b\x02\xa1\x82\x40\xec\xef\x84\x00\xb5\xeb\x33\x98\xa9\xf3\x99\x42\x63\x9a\x1b\x84\xb4\x68\x91\xca\x09\x39\x13\xc4\x42\xee\xae\x3f\x25\xb8\x8d\x0a\xd5\x7a\x41\xb7\x01\xcf\x51\x9b\x70\x74\x6a\x41\x97\xc7\x8b\x80\x0e\x3e\x07\xc8\x22\xb6\x03\xf8\x23\xcd\xa1\x7b\x84\x02\x53\x56\x2b\xeb\x41\xfa\x6e\x98\xe6\x38\x10\x50\x7f\x57\xfc\x51\xfc\x2f\x1c\xa0\x59\x90\x5b\x83\x3c\x3b\x3b\x8b\xc0\x83\x31\x5a\x22\xc9\x37\x0e\xf7\x0f\xc5\xdd\xf9\x49\x62\xb8\xbf\x1a\xfa\xd9\xf7\xdf\xc7\x97\x0a\x13\xe5\xf7\x11\xc1\xe9\xc9\xc9\x6e\x2a\xf0\x9d\xa7\xac\x79\x7a\xcd\xea\xae\x35\x9c\x29\x98\x97\x3f\xa7\xf4\x48\x68\x5d\xae\xa8\xa2\x96\xb6\x63\xeb\x76\x70\x3a\x24\xf9\x6a\x34\xab\xca\xfa\x8a\x9c\x8e\xcf\x5a\x52\xd6\x42\x65\xe8\x82\x8e\x26\x13\xf2\xee\x86\x1b\x10\x2d\x91\x26\x76\x6d\x3a\xbe\x61\x60\x18\x6f\x6f\xca\x0e\xee\xb8\xe9\x7b\xee\x2b\xd2\x71\x0d\xa4\x61\x78\x9c\x82\x0c\xa2\x80\x81\xd9\x9d\x6f\x3a\x21\xf9\xe4\x78\x91\x83\xcb\xf2\xab\xdb\x8a\x59\xdf\x62\x68\x13\x46\x4f\x29\x04\xfc\xeb\x15\xdb\xce\x1b\xba\x62\xad\x9e\x0a\xb2\x86\xcb\x43\x71\x00\x9d\x93\xcf\x5f\x85\x02\xf6\x83\xfc\x41\xf8\x9a\xe6\x65\xb7\x05\x3b\x68\xa6\xcf\x29\xd1\xcc\xc2\x6a\x04\xe8\xd9\xaf\x87\x6a\x96\x27\x83\xa5\x2a\x1a\xbe\xc6\xcc\x09\xb7\xd9\xd6\x40\x96\x70\xc8\xbd\x80\xa2\x32\x97\x87\xa7\x63\xc1\xa5\x5a\x5e\x95\x05\x91\x9c\x33\xf3\xcf\x75\xd5\x76\x74\x32\xfe\xfd\xfa\xd3\x3e\x94\x16\x70\x11\x33\xfc\x34\x37\x4d\x10\xa9\x61\xde\xb1\xef\xcd\x6c\x34\x27\xff\xdd\xdd\xbb\x77\xf7\x26\xf6\x9d\xcc\xbd\x87\x1f\xa2\x20\xfc\x42\x1d\x11\xd6\x86\x37\x63\x99\x7f\x3f\xff\xe3\x7c\x9e\x38\x8e\xf6\x01\x70\x76\xf6\xfd\xc9\xf7\x7f\x74\x01\x58\x2c\x79\xcd\xf2\x92\x56\x8f\x97\xb4\x91\x87\x9a\xfa\xb0\x81\x2a\x88\x51\x9e\x9b\xfc\xe6\x77\xf3\x3f\xfc\x18\x1c\x81\x52\x43\xe9\x97\x89\x1d\xa2\xe8\x11\x4d\xf7\x11\xb7\x54\xbd\xa3\x90\x0f\x9e\x9d\x04\x32\xa9\x85\x8b\xf8\x40\xa3\x8b\xf2\x83\xf8\x9f\xd3\xa9\xc1\xc1\xef\x73\xf1\xbf\xc8\x96\x79\xa3\x67\xa5\x77\xcc\xef\x8a\xa2\xe8\x23\xd9\xfd\x87\xf4\xbd\xf8\xf7\x63\x62\x48\x79\x9e\xc7\x8f\x0e\x84\xff\x6d\xea\x4a\x52\x33\xda\x43\x5a\xdf\x67\x19\xfb\x25\x7a\x25\x0d\x8a\x97\x78\x2f\xb0\x6f\x86\xb2\x3a\x5a\xb0\xf7\x13\xa3\x48\x09\xc4\xff\x06\xd9\x4a\x5a\xb2\x0b\xb0\x23\xc5\x7d\x0f\x52\xdc\x0f\xeb\x60\x76\x10\x44\x2c\xda\x9c\x9d\x78\x2f\x85\x9c\x7e\x21\xb4\x41\xd8\x88\x68\xde\x4b\x0a\xd5\x35\x47\xa9\x7b\x2f\x46\xf3\x53\x6c\xc1\x63\xf4\xc4\xce\xe6\x67\x82\xef\xa4\x69\xf3\x1b\x80\x9e\x89\x7f\x7f\x88\xe3\x77\x4d\x6b\x56\x05\x94\xbe\x8f\x76\x65\x1d\x58\x50\x61\x69\xbb\x83\x1b\xc8\x32\x68\x7d\xac\x20\x3e\x98\x5b\x72\x02\x79\x1c\xee\xec\x66\xd4\xf1\x75\xf4\x54\x52\x5e\xd3\x3d\x38\x46\x00\x13\x5d\x05\x51\xb0\xe0\x97\xbd\x0d\x17\xda\x1b\x1b\x7d\x4c\x48\xea\x47\xb1\xa5\xef\xe8\x2c\xcd\x82\xdc\xd2\x7e\x3b\x38\x80\xf5\x5a\x95\xec\xd3\xfb\x48\x61\x24\x36\x02\xac\x5f\xf9\x68\x33\x9f\x07\x74\x1c\xc0\x01\x25\x1a\x96\x2c\x7e\x64\xb1\x55\xca\xf4\x80\x53\x49\x90\xbf\x29\xfb\xea\x0d\xc0\xb0\xf1\x1f\x7f\xfc\xb1\x1f\x74\x04\x4b\xe1\xf0\xad\x91\xbb\x43\x98\x6d\xba\x8e\xd7\xbb\xa6\xbf\x2a\x8b\xc2\x53\x17\xf4\x08\xcb\x7a\xc9\x9a\x32\xb4\x52\xbd\x2d\xff\x01\xac\xea\x0f\x1e\x13\xb7\xf8\xe4\xf8\x8c\xad\x88\x8f\x3b\x79\x6e\xd2\xa2\xdc\xb4\x92\x64\x7b\x69\x3f\x3a\x03\x43\xa8\xcf\x57\x74\x01\xe3\x10\xb8\xa2\xcd\x68\xd1\xd0\xa2\x64\x75\x37\xf8\x1d\x9b\xcf\x4f\xe7\x3f\x64\x04\x35\xce\xf9\x30\x32\x0a\x6f\xcb\xf8\x6b\x71\x79\x78\x74\x8e\x1c\x31\x62\x9b\xd9\x67\x08\xb3\xbb\xe2\x7f\x62\x08\x27\xc5\xf7\xc5\xef\x87\x8e\xdd\x32\xbd\x37\xbf\x79\xca\xdf\xff\x51\xfc\x2f\x23\xbf\x3b\x3d\x3d\xfd\x7f\x63\xbe\xa7\xa7\xa7\x19\x11\x1c\xa3\x7f\xa6\xc0\x1f\xd8\xa7\x6e\x5e\xb2\xca\x57\x90\xff\xa9\xb4\x19\xc3\x42\x5b\x56\xd7\x62\x7f\xf6\x90\xf0\xf8\x07\x16\xe1\x31\x16\x8d\xa6\x26\x13\xe1\xa7\x09\x96\x69\x16\x3f\x09\x2b\xb6\x82\x3f\xfc\xe0\x9e\x53\x91\x0e\x35\x8e\x64\x97\x97\xf5\xd7\xcc\x71\x39\x0e\xef\x19\xbf\x2e\x9f\xb5\xac\xb9\x66\xaf\xd6\xa8\x93\xeb\xe8\xb3\x7c\x59\x56\xc5\x8b\xb2\xed\xce\x21\xf9\x4b\xa6\x9e\xca\x34\x0a\x4f\x68\x47\x9d\x37\xed\x66\xd6\x35\x8c\x39\xcf\x68\xd7\x35\xe5\x6c\xd3\xb1\x36\x0d\xe4\x55\x55\xfc\x95\x56\x1b\xf9\xa1\x8e\x57\x7b\xfe\xf4\xf4\x94\x2c\x69\x2b\xa8\x63\x4b\x66\x0d\xbf\x62\x35\x59\x49\xcd\x5d\x0d\xba\x69\x21\x83\xe1\x8d\xf4\x99\x54\x65\xdb\xb1\x1a\x6c\x05\x93\x09\x79\xf2\xea\xe5\x63\xbb\x23\xb0\xa7\x96\x0c\xdc\x1f\x0d\x53\xd3\xdf\xb4\x4c\xb4\x12\x0d\xc8\x54\x55\x65\x1c\x97\x50\xe0\xd7\xfc\xfa\x28\xfa\x12\x1d\xdf\x9f\x92\xd3\xd3\x7b\x2a\x76\xed\xc9\xab\x97\xaf\xe4\x48\x62\xd1\x6b\xd7\x25\xbb\xc9\x08\xaf\x31\xdd\xa6\xf8\xeb\x2d\x78\x16\x54\x4e\xd5\x68\x01\x2e\x19\x8c\xe6\x87\x54\x29\x28\x64\xaa\x01\x86\x4d\x1c\xf0\xd0\xd2\x79\xe2\x7f\x20\x3d\x38\xd1\x42\xa2\xef\x96\x58\xf7\xb3\x36\x77\x74\xc7\xe4\xcf\x6c\xdd\x91\xb2\x26\x7c\xd3\x10\xf1\x8a\xcf\x7e\x61\x39\x56\x26\xe7\xeb\x35\x97\xe5\xcd\x7f\xd9\xb4\x6e\x9d\x48\x2c\x64\x51\x6d\x09\xcd\x73\xd6\xb6\x41\x22\x4b\xe5\x8e\x3b\x77\xbe\x22\x23\xf2\x96\xce\x69\x53\x6a\x07\x5a\xc3\xe0\x4e\x84\xa9\xee\x68\x55\xbb\xac\x49\x8b\xb5\xf8\x9f\xbc\x7a\xe9\x83\x79\xc3\x28\xe4\x40\xd4\xe9\x31\xcc\x77\x90\x7a\xb2\x25\x34\x5a\xd0\x14\xbf\xc6\x14\x18\x74\x9b\x29\xfb\x54\xb9\xa8\x79\x63\x01\x91\x99\x14\x19\x18\x3f\x48\x39\x17\xed\x96\xf4\xda\xcd\xc8\x08\x8e\xa1\x86\xd1\x62\x4b\x5a\x95\xbd\xf1\xbb\x9a\xdd\x7c\x17\xcb\xe7\x89\xa1\x37\xea\xf9\x1b\xb9\xee\x35\x83\xd9\xe9\xab\xbd\x6f\xc3\x52\xc3\x6f\x55\xe5\x57\xfb\x6a\xb5\xca\xf4\xd8\x92\x82\x75\x2c\xef\x58\x91\x91\xbc\x62\xb4\x61\x05\x11\x28\xa8\x36\xed\x32\xd5\x77\x3a\xbb\xb2\x4c\xe8\x51\xd1\x2d\x2b\x9e\x09\x10\x64\x4a\x46\xa7\x7e\x83\x86\xb5\xe5\x3f\xd8\xbb\x72\xc5\xf8\xa6\x8b\xb6\xf8\xfb\x86\x6d\x82\xbb\xf3\x36\xf0\x8b\xba\x68\x78\x59\xfc\x99\x6d\xc3\xea\xba\x41\xc6\xdc\x78\xd9\x3a\x30\x4e\xb5\xba\xbc\x4a\x0c\x08\x0e\x34\xf1\xd2\x7c\x1f\xad\xbb\xab\x6e\xf7\x3e\xdf\xdd\x4d\x2a\xcd\x8a\x44\x10\xf8\x6d\xf3\x25\x2b\x36\x95\xe8\x0a\xab\xa9\x62\x56\x30\xb2\xa6\x0d\x10\x18\x98\x4a\x6b\xc6\x0a\xe9\x71\x96\x81\xc4\x4d\x50\x41\x1a\xda\x43\x16\xb2\x28\xe2\xa3\xb5\x71\x02\x9e\xa2\xd8\x1b\x92\xdf\x4b\xc9\x80\x15\xd7\x1b\x28\x8e\xdc\x46\xc2\x3b\x74\x44\xdc\x6a\x03\xa9\xcd\x74\xdb\x48\x5c\x86\x21\x05\x0c\x38\x5f\x6d\x82\xb4\x18\xea\x50\x00\x97\x74\xcb\x57\xac\x2b\x57\xac\x25\x03\x5e\x93\x6e\x0b\xf9\xe8\x83\xa4\x02\x31\xcf\x3f\xcd\xaf\xda\x35\x05\x1b\x31\x24\xc2\x25\x82\x1f\x55\x4e\x21\x5f\xf6\xa9\x23\x35\x2f\xd8\x90\xe4\xb4\xaa\xa2\xfe\x7a\x8d\x97\x5c\xba\xce\xc8\x8c\xcd\x05\x57\xc0\x34\x41\xd5\x16\xaf\x0c\x2b\x56\xf7\xe4\xd5\xcb\xb1\x0f\x23\x80\xf9\x97\x1a\xfc\xb0\xac\xa8\xb6\x19\x29\x5f\xbd\x55\xec\x4f\x4c\x58\x16\xf8\x95\xc9\x5c\x29\xdc\xd0\x95\x0a\x73\x16\x00\x32\xc8\x99\x97\x4d\xdb\xe1\x66\x27\x65\x97\x91\x82\x55\xe5\xb5\x2c\xcc\xab\x97\x23\x53\x29\x64\xc3\x8c\xc2\x0d\x2b\xeb\x96\x49\x9e\x8b\x91\x40\x82\xc7\xb3\x4f\xdd\x98\x3c\xe6\x05\x7b\x59\x36\x0d\x6f\xbe\x6b\x91\x06\x01\xa7\xf3\x28\xbe\x0a\x56\x31\x69\xa7\xaf\x2a\xa8\x59\xc7\x6a\xc9\xc9\x65\x17\xc0\x8d\x05\x83\x5e\xd2\xf5\x9a\xd5\x26\x03\x93\xbd\x78\x0d\xa3\x57\xb0\x31\xcc\xf4\x3d\xbc\x42\x0e\xec\xfd\x8e\x71\xf2\xe5\x8b\x79\x87\x97\x41\xe5\x6e\x00\xe0\xf5\x22\x4c\x6f\x26\xfe\x69\xbc\xe1\x45\x5b\x08\x6c\x5a\x41\xc4\x9c\xcc\xc2\xa9\x04\x27\xcc\x70\xb9\x1a\x37\x6c\xc5\xaf\x59\xf1\x6f\xbc\x48\x5f\xe3\xd5\xc0\x1d\x40\x96\xf4\xa2\x80\x71\x29\x2e\x29\x40\xd0\x37\xe6\xd7\x14\x24\x6b\xbf\x8b\xa5\x13\xc3\x7b\x82\x82\x5d\xbf\xe5\xbc\x0e\x8a\x25\xc4\xd3\x67\x9a\x8f\x06\xd1\xfa\x99\x0a\xef\x96\x2c\x15\x4b\xe6\x0d\xa7\x89\x92\xb4\x06\x40\x01\xb1\xd8\x7a\x12\x61\x07\x9f\x09\xce\xf1\x1c\x4f\x59\x39\xe3\x2c\x8e\x43\x81\xc1\xf3\x10\x7f\x89\xd6\x5c\xcb\x9f\x08\x5a\xd0\x26\x3c\x48\xdc\x0b\xec\x47\x60\x50\x6f\x9f\xd7\x6f\xdd\xb3\x54\xdd\x98\x0f\x5e\x8c\x67\x65\x5d\xc0\x5d\x54\x1b\xa8\x2c\x51\x46\x8b\x02\x9c\x2b\x2f\x40\xc4\x65\xcd\xe0\xf2\x10\x4f\xac\xcb\xc3\x4c\xc1\x7b\xa3\x8e\x30\xe7\xb7\x05\x36\xc8\xd1\x80\xa5\x43\xb1\x9d\x16\x64\xa7\x5e\x1d\xd1\x68\xd2\x02\x73\x5c\xb2\x1b\x0f\xc0\x60\x90\x5a\x55\x9d\x10\xc0\xc9\xff\x5d\xd1\xb6\xfb\x0b\x96\xfd\xbc\x4f\x9e\xd0\x8e\x8d\x6b\x7e\x33\x18\x92\x11\xf9\xc3\x0f\xc9\x08\x3e\x6b\x82\xe1\x1a\xf8\x0f\xac\x11\xab\x03\x6d\xe0\x96\x83\x49\x24\x1c\x4f\x23\x1f\xb9\x3d\x94\x5c\xb2\x56\xe0\xb5\xf8\x6d\x16\x00\x7e\x26\xf0\xaf\x2e\x36\x7b\x29\xfc\xd3\x3d\xe2\x58\xad\xce\x50\xb4\xb7\xc8\x09\x7e\xef\x5e\x6e\x5b\x4a\xb9\xdd\xa2\xfb\x62\x14\xbb\x89\x02\x1b\xb0\xba\x6b\x4a\x16\x13\x09\x88\x5b\xcf\xcc\x08\x28\xf1\xaa\x20\x24\x2e\xcb\xb4\xac\x93\x02\x93\xca\x14\x21\xb0\xf4\x8c\x37\x01\x0a\x32\x48\xe1\x92\xaa\xce\x22\xc7\x69\x58\x29\x14\x2a\x51\x8f\xdf\x7b\xaf\xe1\x5a\xa9\x8d\x82\x37\x78\x31\x95\x9c\x0c\xad\xc2\x4f\x46\x50\x4c\x26\xc2\x89\x89\x94\x07\xc1\xc3\xc8\x98\x1d\xec\x39\x00\xec\x12\x9f\xf1\x3c\xae\xc1\x00\x3c\xdd\x70\xa0\xae\xb2\x8d\xf3\x86\xd1\x8e\x01\xf9\x0d\x2e\x0f\xe1\xbf\x97\x87\xbb\x32\xd3\x10\xbc\xe7\xfc\x39\xbe\xf7\x6c\xac\xe9\x1d\xa8\x84\xd0\xe8\x17\x11\x69\xfa\xdb\xa9\x2d\xbe\xce\xb7\x5f\xe6\x5e\x66\xf4\xab\xb0\x19\xa0\xce\x2f\x57\xee\x91\x78\x58\x25\x5f\xa8\x96\x6f\x1d\x8d\x31\x6c\x53\xf0\xd5\x98\xdf\xd4\xac\x79\xa2\x46\x17\xe3\x33\xae\x5a\x6b\x33\x1c\xf7\xbc\xf2\x12\x24\x28\x0c\x0c\x58\x70\x57\x38\xdc\x1a\x91\x15\x47\xf9\x02\x6b\xef\xef\xb0\x6c\x0c\xc2\xbe\xd5\x51\x10\xed\xda\x55\x42\x43\x56\x13\xd5\x54\x2d\x26\x93\x3c\xd0\x76\xab\xb8\x4e\x4b\xd8\x9d\x0d\xfb\xfb\x86\xe9\x2a\x95\xe1\xe1\x95\x91\x1f\x4e\x82\xe9\xc1\x49\x92\xa8\xd8\x0e\xff\x87\x05\xa7\x75\x09\xc0\xa0\xa2\x97\x69\xbd\x8a\x74\xbc\x6b\xae\x3b\xfa\x8a\xd5\x36\xd9\x6b\xc2\x30\x59\x7f\xb6\x98\x6b\x29\x9d\x67\x29\xca\x1f\x04\xdf\xb6\xd3\xfc\x2a\x86\xb8\x88\x94\xa8\x81\x67\x98\x24\x67\xa1\x92\xe4\x00\x0b\x15\x2f\xde\x97\x1f\x86\x89\x44\x4d\x5e\x9f\xe3\xa2\x6c\x73\x5e\xd7\x2c\xef\x82\x55\xdc\x23\x2d\x70\x12\xac\xe2\x8f\x0b\x1a\xdc\x91\xb2\x4d\x08\x5e\xae\xa8\xaf\xfe\x66\x74\x37\xab\x12\xb7\xa3\x89\xbf\x63\xbc\x43\x63\x2b\xb0\xc2\x44\x6f\x50\x7b\xa9\x8d\x3e\x83\x26\xa5\xf3\x69\x67\x4e\xea\x40\xa7\x27\x4f\x46\x41\xb1\xcc\xaa\x7b\xaf\x02\x66\x87\xe4\x21\x6a\x67\x0d\xe7\x9d\xb4\x5c\x4a\xaf\xbd\x5e\xec\x82\xaf\xc8\x39\x39\x58\xd2\x56\xcf\x66\x20\x45\xcd\x15\x0c\x21\x7e\xfb\xdb\x4f\xcb\xc4\x21\xc0\x16\x58\x40\x35\xa6\x75\xbe\xe4\x8d\xd0\xdd\xb4\x7e\xa8\x04\x57\x59\xc8\x60\xe0\x36\xf3\xa5\x2e\x05\xee\xe8\x48\x41\x1e\xa3\x01\x11\xcf\x04\x5c\x97\x5d\xe3\x9a\x4c\xc8\x13\xa9\x41\x43\xea\x60\x30\x84\xcc\x4b\x4c\xac\x58\x36\xda\xf6\x88\x76\xc5\x9b\x86\x0b\x4d\xbc\x29\x58\x93\x91\x45\x79\xed\x54\xaf\x9d\x4c\xc8\xa6\x8d\xd9\x07\x51\x25\x97\x66\x0c\x7d\x51\x5d\xd6\xdf\xa7\x8d\x6b\xce\x44\x53\x2c\x2b\xc6\xce\xd3\xc7\xcb\x86\xaf\x18\x91\xb4\x02\xe6\x7b\xb8\xf7\x51\x56\xb4\x21\x65\xdb\x6e\xe4\xd5\xf9\xc0\x08\xe3\x40\x31\x23\x1b\xfc\xee\xf7\x77\x7f\x18\x7a\x99\x84\xbf\x41\xbb\xa7\x72\x40\x56\xf3\x1c\x86\x2a\x34\x7c\x72\x60\x11\x5d\xa2\x8a\x75\x60\x89\x18\x68\x0a\x1b\x97\xed\x63\x9d\xbc\xa5\x94\x76\xea\xaa\x84\x7b\x20\xb0\x52\xde\xda\x42\x76\x49\x9e\x6f\x5a\x45\x53\x65\xfb\xf4\xef\x9b\xf2\x9a\x56\xac\xee\x4c\xda\x52\xbb\x55\x66\x3e\x7a\x35\x9f\xb7\xac\xcb\x3c\xd2\xb4\x7f\x63\x0b\x9f\xa2\x7a\xd4\xd6\x50\xe7\x4f\x9d\xc7\x3a\xff\x46\x84\x5d\x04\x59\x52\xc4\x3e\x35\xf9\xfb\x3d\x97\x86\x74\x30\xbc\x35\x96\x3a\xf0\x24\x90\xb2\x55\xae\x1e\x63\xd0\x17\x80\x80\xb4\xd1\x1c\x36\x26\x6f\x99\x4b\x8b\xcb\xae\x5b\xb7\xe7\x93\xc9\xa2\xec\x96\x9b\xd9\x38\xe7\xab\x49\xce\x0b\xb6\x02\xdb\xd4\xa4\x60\xd7\x13\x20\xbd\x76\x72\xf7\xf4\xae\x3b\xca\x46\x2a\xe4\x8a\x28\x5a\x34\xb8\x1d\x1d\x41\xa7\x60\x50\x79\x27\xcd\x31\xa7\xa7\x50\xc4\x90\xb1\xf5\x85\xcd\x7b\xc4\x71\x69\xcb\xde\xc6\x92\x1a\x50\x0d\x02\x77\x11\xf7\x27\xaa\xf2\x62\x61\xf9\xf2\x2f\x5f\xc8\x82\x75\x86\x7b\x89\x61\xf8\x0c\xe5\x00\x47\xad\x4b\xd6\x39\x00\xc7\xec\xef\x98\xe7\x24\x91\xe8\x22\x6a\xba\xf6\x40\xb4\xcc\x4e\x98\x12\xc9\x16\x9f\x72\x11\x84\xc5\xd9\x5b\x6b\x32\x08\x13\x89\x34\x83\xc2\x2f\xa1\x3c\x13\x8e\x44\x7e\x00\x6b\x91\x11\xf9\x83\xcb\x5d\x20\x80\xc8\x37\xf0\x27\x3e\x0f\xd5\xec\x7e\x6f\x86\x4a\x7a\x58\x31\xda\xf4\xd1\x75\x6a\x84\xf5\xa6\xaa\x20\x17\x83\xfc\x23\x48\xed\xe6\x89\xee\x01\xcc\x1e\x4b\xbd\x75\xa1\xdc\xa4\x0b\xf4\x1c\x0b\x5a\xd8\x40\x8b\xbe\x3a\x0a\xef\x89\xdf\xf7\xa2\x29\xb3\x84\x22\xe0\x10\x77\x54\x57\xb5\x0a\x17\x00\xeb\xd4\x97\xd3\x1d\x87\x8b\x92\xae\x54\xe2\x3d\xe7\xe5\xfb\xf2\x83\x80\x5f\x24\x8b\xfa\x94\xc7\xc7\x11\x69\x59\x97\x17\x52\xdd\x27\xbe\x36\x28\x89\x8c\xab\x85\x2c\x34\x27\x42\xc2\x4b\xe8\xff\x7b\x01\x47\x03\x64\x44\x4f\x25\x78\x2b\x5d\xd6\x49\xa6\x6d\x5b\x2e\x6a\x56\xbc\xad\x38\x54\xbd\x17\xcf\x70\x5d\x05\x83\xee\x4f\x1d\x66\xea\xa5\xfa\xeb\x22\x16\x06\xfc\x7a\x86\x15\xf6\x0d\x62\xc9\x5b\x3f\x5b\xfa\x9e\xc9\xc4\xfd\x84\x4c\x24\x99\x78\x16\x2a\x54\xef\xa2\x84\xc4\xba\x7d\xc3\x7a\xd9\xeb\x94\x74\x30\x09\x0c\xa8\x64\x20\x0e\xd0\xc8\xd2\x0a\x3c\xa1\x45\x7e\x4f\x0b\x5b\x52\xb6\x4f\xf6\xaa\xeb\x1a\xc5\x48\x0b\x88\x65\x6f\xf3\x5e\x3a\x47\x2b\x0a\x91\x83\x79\x42\xa6\x47\x09\x39\x71\x08\xb8\xa6\x81\x66\x1b\x55\x77\xda\x8e\xaf\x03\xc5\x26\x0a\xc1\xa2\x8e\x79\x59\x83\xf7\x2b\x0e\xd0\xb7\x76\xea\x57\xc0\x7b\x63\x30\xd5\x39\x82\x9f\x46\x55\xc1\x9e\x99\xa6\xbc\x99\x81\x0d\x2a\xf3\xc2\x60\x6e\xe9\xd9\x48\xac\x69\x2a\x02\xc5\x5a\x65\x0d\x35\x19\x9b\x11\x39\x54\x3b\xac\x70\x79\xcb\x65\xdf\x3b\xfa\xc3\x45\x55\x42\xcb\xdd\x13\x2b\xf1\x9d\xf6\x0d\x88\x31\x45\x69\xde\xc1\xf5\x7d\x7a\x43\xb7\x84\xd6\x5b\xa2\x0a\x5c\x4a\x4d\xc5\x3a\xcb\x63\x27\x6d\xc3\x73\xd6\xb6\x6f\x58\xce\x9b\xa2\x0d\x2d\x64\xe8\x72\x92\x7c\x2c\x92\x32\x6a\x3f\x49\x22\xd0\x84\x32\xc2\xe4\x6d\x0b\x48\xfc\x28\x53\x5a\x98\x8b\x4b\xe4\xa7\x47\x9c\x36\x45\x06\x45\xbe\xe0\x62\xa7\x82\x63\x42\x5f\x40\xa5\xd8\xa2\xd2\xd7\xb0\xc5\x46\xa8\x54\x57\x6c\x2b\x55\xbf\x8c\xcc\x84\x1e\x55\xb5\x9c\xf0\x79\x67\x15\xcd\x69\x37\x0d\x04\x87\x61\xb5\x31\x36\x9f\x0b\x31\x9b\xcf\x09\x94\x0a\x24\xbc\xd1\xba\x18\xc3\x91\x50\x32\xdb\xd4\xf9\x92\xf0\xb9\x06\x61\x39\x5b\x95\xa2\xd9\x2d\x69\x27\x5d\xd2\x60\xd7\x6b\x36\x6b\x0c\x2b\xc1\x9b\xe2\x42\xdf\x2d\x36\xeb\xaa\xcc\xa9\x09\x6c\x99\x4c\x44\x77\x78\x2b\xeb\xaa\x14\x23\xe2\x73\x92\x73\xf8\x16\xa2\x8b\x20\xd0\x66\x49\xf3\x2b\x48\x08\x20\x07\x8c\xd7\xfe\xc1\xc3\xce\xe7\x66\x4c\xd2\x53\x2c\x9d\xce\xb6\xa6\x2a\xd8\x33\x25\x2b\x0e\x96\x01\x18\x61\xbb\xc9\xc5\xbc\x04\xb2\xd4\x0d\x7e\xf0\x48\x63\x2c\x0c\x19\x5c\x97\x54\xaa\xbd\x65\xbd\xde\x40\x09\xa3\x2b\xb6\x2d\xf8\x4d\x3d\x34\xae\x71\x82\x46\xe6\x8e\xdb\xf1\x32\x78\xab\x7d\x45\x84\x40\x5b\xce\x31\x32\x43\x28\xbd\x35\x97\x98\xce\x20\xb8\x97\x76\xf9\x52\xce\x07\x0b\xc1\x5d\xb1\xad\x54\x6a\xc1\xba\x62\x6c\x2b\x83\x2b\xb6\xcd\xc4\xeb\xc7\x10\x7e\x10\xdd\xe2\xbb\x0d\x32\x60\x6f\xbb\x50\x57\xe3\x9e\x35\x74\xc5\xd2\x36\x4c\x71\x92\x5d\x41\x6c\x4d\x1c\x7a\xca\x98\xb9\x47\x74\x4e\xac\x7d\x34\x54\x28\x9c\xa4\xf4\x36\x27\x44\x33\x85\x54\x81\xb1\x98\xee\x05\x28\x1c\x2b\x5c\x8e\x15\x3e\xfb\xfc\x84\x42\xc8\x82\xac\x0a\x66\x3f\xd8\x34\x51\xb6\x56\x54\x85\x90\xf4\x68\x55\xb1\x82\xb4\xeb\x4d\x53\xf2\x4d\x5b\x6d\x33\x07\xd4\x53\xd8\x5d\xb2\x28\x54\x07\xd4\xbc\x6e\x58\xce\x0a\x56\xe7\x6c\xbc\xd7\xaa\x0a\x21\x12\xd6\x65\x4a\x2e\x0f\x9f\x46\x0b\x7b\x26\xd7\xe1\x33\xb1\xe9\x48\x3b\xa5\x55\xfe\x2a\x63\x06\x88\x1e\xa8\xce\x4a\x25\xac\xe5\xde\x6a\x4a\xb7\x65\x68\x47\x4e\xad\xbd\x1b\x53\xe0\xe6\x47\x57\xc3\xe4\x4d\xce\x9e\x61\x8b\xdd\xe3\x7c\xe0\xd7\x35\x24\xc6\x9b\x0a\xa7\x81\xe3\x31\xb4\x3f\x8d\x0a\x24\xbb\xa8\x35\x15\x12\xe1\xcc\xc0\x3f\x6d\x82\x04\xa2\xf8\x42\x6d\x3d\x38\x7c\x62\x7a\x9d\x8c\x9f\x72\xcf\x65\x41\x55\x1a\x72\xc0\x02\xe0\x79\x34\x94\x0a\xd2\x7e\xca\xf7\xd1\x7c\xfc\x5d\x32\x2a\xcf\xaa\xef\x39\x3a\x95\x05\x3c\xe1\x8f\xed\x9a\xbd\xc2\x20\x31\x5f\x96\xd0\x73\xc0\x2e\xc5\x34\x64\xe7\xd1\x24\x68\x8d\x1d\x21\xd1\x30\x5a\xa8\x80\x33\x39\xe4\x68\xdd\x95\x26\x52\xcc\x9e\xa4\x8b\x61\x61\x4e\x61\xa1\xbc\xab\x71\xc7\x2c\xf3\x66\x4a\x9e\x27\x85\xd8\x69\xa7\xa7\x02\x01\x51\xe5\x79\x10\xcb\x13\xfc\x8d\x95\x9e\x24\xce\x75\x59\x46\x1c\x3d\x82\xf7\x6b\x6f\xe8\x09\x70\xfd\x05\xfd\xa4\xe6\x0b\xd9\x1d\x6f\x55\x12\xd6\x49\x0c\xa9\x70\xf2\x35\x10\x77\x2e\x20\x7b\x8e\x27\x8a\xc1\x99\xa8\x8b\xc2\xe3\x66\x71\x6c\x87\x12\xb9\x7e\xed\xf3\xc7\x7c\xb5\xae\x58\xc7\xaa\x2d\x96\x17\xe7\xf3\x39\x7e\x2d\x60\xc3\x89\xae\x3a\xba\x62\x5b\x30\x4d\x93\x96\x75\xff\xf1\xdf\xff\x27\xa6\xee\x29\x5c\xeb\xe0\x8a\xd6\x74\x81\x71\x78\xbc\x65\x18\x7f\x66\x12\x0e\xb9\x5b\x54\xb0\xf9\x1c\x39\x7b\xac\xaa\x3a\xf8\x34\xca\x96\x34\xac\xdd\xd6\xf9\xb2\xe1\x75\xf9\x0f\xd1\x74\xde\xd9\xe9\x6e\xd2\xfc\xe9\xdb\x7d\x2a\xb8\x69\x2d\xd4\xc5\x3d\x98\xbd\x2e\x60\x37\xcd\xb3\xbd\x9c\x6a\xc3\xf5\x48\xc7\xe2\xe3\x9a\xdd\xbc\x8d\xb8\x71\x1e\x1b\x0b\x91\xe3\x79\x31\xba\x55\xc4\x70\xe6\x73\x24\x99\xe0\x18\x1c\xf3\x07\xd8\xd1\x5e\x4a\xcc\x1e\x81\xca\x58\xa3\x8f\x36\x1d\xf8\x2d\x6d\x83\x34\xda\xfc\xbd\xa6\x18\x4d\x5b\x98\xb8\x1a\xe9\x40\x0b\x11\x37\x0c\x0d\xda\x40\x21\x37\x14\x44\x76\xf4\x63\x16\x11\xc2\x30\x7d\x0b\x06\x62\xc6\x16\x5b\x54\x68\x8b\xa0\x06\xef\x3f\x44\x8c\xb1\x72\xbc\xa1\x89\xde\x66\x9d\xc1\xd1\x03\x1e\x2c\x07\x17\xbe\x57\xab\x61\xb9\x0c\xb3\x0b\x0c\xd0\xf8\xf1\x97\x2f\x08\x45\xba\xb3\x9c\xee\xe2\x76\x07\x4f\x3c\xc4\xaf\x57\xb4\xb9\x7a\x52\x36\xdd\x16\x7b\xd4\xd1\x8f\xe6\xee\xc8\xe5\x61\xe4\xfc\x4a\xb5\xf4\x0c\x4e\xd0\x45\x21\xc0\x93\x2f\x53\xac\x4b\x72\xd1\x75\x4d\x4b\xee\x4c\x7a\x61\x5a\x41\x9c\xd1\x83\x0a\xde\x3f\x42\x5f\x19\x96\x4d\x7a\x2c\x9e\x0c\xa0\xc3\x4c\x9c\x71\x10\x48\x28\x64\xc3\xb7\xe5\x0c\x94\x94\x2f\x5f\x88\xc1\xa9\xff\x16\x6a\x62\xdf\x4b\xf4\x73\x21\x18\x4c\xaa\x9b\x9a\x7d\xea\xe2\x5d\x58\x6f\xbc\x62\xda\xc4\x67\xf0\xe7\xce\x84\x1e\x4a\xbc\xad\x79\x0b\x5d\x0f\xac\x97\x43\x72\x6e\xbd\x15\x74\xdb\xc4\xe2\x30\x3b\x7e\x6e\x8f\xdd\x82\x88\x60\x06\xe6\xa5\x07\xf1\x69\x5d\x98\x2d\x76\x8e\xbb\xd9\x4d\x37\x6c\xfe\xd4\x86\x53\x7f\xf1\x9c\xc0\xcf\x54\xde\x42\x3d\x75\x7f\x3a\x38\xfa\xe4\x90\x6c\x14\xab\x90\x5b\xd1\xb1\x78\xae\xa2\x49\x7b\x47\x1c\x1f\x8e\xb7\x3b\x5c\x51\xb2\x60\x6d\xd7\xf0\xad\x2b\x43\x5e\xd3\x86\x7c\xa4\x19\xf9\x38\xcb\xc8\xc7\x3c\x0c\x2e\xf4\xec\x77\x83\x8f\x94\x04\x71\x6a\xbc\x1e\x92\xe9\x14\x55\x37\x41\x3f\xa2\xcd\x74\x4a\xa0\xb6\xee\x09\x79\xa8\xfe\x38\x27\x1f\x69\xca\x14\x34\xf8\x38\x23\xd3\x68\x2c\x83\x07\x7a\x96\x02\x3d\x4b\x83\xce\x8d\x34\x08\x85\x13\x5c\x88\x79\x0a\x62\x9e\x82\x78\x6b\x9b\xf1\xaf\xb2\x17\x4b\x05\xe4\x9f\xf3\x7d\x22\x00\x78\xef\xef\x7b\x62\x58\xf7\x08\x1d\x4b\xcc\xe9\xb6\xd1\x63\x44\x59\xeb\x1c\xfd\xcc\xf2\x88\xf5\x37\x74\x82\xaf\x2c\x05\xd2\x2f\x19\xe0\xb0\x4d\x10\x4a\x8a\xd2\x24\x01\xbe\x59\x96\x15\x03\xf7\x4b\x78\x50\x6e\x1a\x79\x54\x3e\x46\xf3\x02\xb0\x85\x05\xeb\x7c\x97\x10\x38\x2a\x64\xe3\xa3\x23\xf5\x9d\x9c\x89\x60\x0f\x79\xba\xba\xbe\x6c\xec\x49\x22\xea\xd3\xb4\x2f\x09\x3d\x3f\xb2\xdd\xc1\x54\x1d\x77\x7c\x45\x1e\xaa\xa7\xe7\x62\xa2\x10\xf2\xf8\x10\xe0\xd8\xc7\xc5\x39\x42\x76\x4f\x22\x5f\x90\xb0\x79\x13\x56\x42\xf8\x8b\xbc\xe7\x87\x05\xa1\x31\xeb\x23\x55\x97\x55\xf4\x32\x4f\xcc\x7d\x3c\x32\xdb\x2c\xc8\xe0\x77\x77\x4f\xef\x0e\xed\xd4\xcc\x29\x7f\x38\xba\xc2\xad\xba\x25\x73\xe8\xc2\x31\x2f\x4d\x26\xe4\x91\xcc\xe1\x29\x3b\x1e\x50\xc8\x00\xda\xc2\x05\xc5\xb3\x93\xd3\x1f\x47\x67\x27\x67\xa7\x43\x6d\x41\x5d\xcb\x44\xa4\xd2\x76\xaa\xc1\xe0\x9d\x44\x95\xf9\xd3\xbe\x51\xd8\xca\xbc\xa5\x30\x8f\x86\xf3\x2e\x53\x37\xfb\x44\xeb\x35\x6b\xe6\xbc\x59\x59\x65\xce\x9b\xb2\x28\xf3\x4d\xc5\x37\xd2\x8a\xd9\x71\xa8\x1a\x45\x3b\x52\x0a\xed\x64\x03\x17\x1f\x7f\x66\x9f\x58\xfe\x98\xaf\x56\xb4\x2e\x7e\x86\x5e\x9b\x72\xb1\x60\x8d\x05\xe7\x67\xdc\x98\xcf\xeb\xf5\xa6\xfb\x59\x86\xe5\x78\x29\xb2\x84\x7c\x87\x95\x16\x80\x67\x49\xbd\x59\xdd\x6f\xd4\x90\xf0\x46\x83\xd4\xbf\x14\xde\xc5\xb7\x91\x70\x30\x73\xfb\x81\xd5\xdd\x13\x4c\xa0\xea\xc6\x89\x40\x03\x71\xaa\x3c\x5f\xad\x58\x51\xd2\x8e\xbd\x6e\xf8\x9a\x2e\x50\xec\x73\x99\x2c\x2e\x18\x7e\xb2\x60\x1d\xb2\x56\x55\x48\xf0\xfd\xc9\x07\x97\xca\x3c\xf3\x5d\x3a\xe0\x1e\x8c\x71\x82\xa9\x88\x49\x64\xa8\x3d\x4a\x50\x3a\xe2\xd6\x42\xf0\xe0\xf2\xb0\xac\x0b\x0c\xb9\xbd\x17\xef\xaa\x8f\x35\xf6\xf4\x06\x72\x30\x4c\x33\xcc\x15\x6e\x91\xa9\xa0\x5e\x2b\x82\x6c\x8a\x98\x41\x4f\xd8\x63\x95\x24\x56\x85\x35\x60\xe4\x8e\xdb\x08\x9f\xdd\xb3\xf7\x82\x0a\x1d\x52\xed\x58\x5d\x58\xa0\xac\x28\x21\xbb\x45\x00\x27\xdf\x34\x17\xd0\xab\xba\x03\xa8\xe4\xff\x82\xaf\x2e\xba\xd7\xbc\x1d\xa4\xa3\xa2\x70\xb8\x43\xb3\x15\xd1\x72\x2a\xed\xec\x48\x8b\x6a\xdb\x61\x92\xde\xc5\xa6\x6c\x4d\x46\x37\xfc\x1e\x54\xec\xa5\xc0\xac\x86\x03\xe9\x6e\xc9\x92\x6d\x1a\xf1\x55\x8e\x24\x3f\xaf\xca\x75\x4b\xca\x4e\xb1\x9a\x72\x4e\xca\xae\x25\xac\x2e\xc8\xca\x58\xd6\x35\x0c\x59\x57\x56\x85\x8a\x98\xe5\x8a\xc6\x59\x69\x34\xc8\x30\x12\xf3\x5b\xc5\x98\x58\x51\x58\x16\x6e\x6d\x0d\xe7\xbd\x1d\x88\x65\x2f\x65\xea\xe3\x0f\x64\x4a\xde\xc7\x5f\x65\x24\x05\x4c\x6d\x19\x2d\xbc\xde\xb6\x57\x55\xbf\xcb\x62\xc1\x90\xf4\x18\x9d\x71\x42\xc5\xc5\xfb\xea\x2d\xca\xc0\xcc\x16\x7a\xdd\x32\x52\xf2\x3a\x3b\xaa\xe9\x16\x4d\x61\x90\x67\x92\x6e\xac\xad\x83\x19\xfc\x1e\xf8\xc6\x33\xac\x83\x02\xde\xaa\x90\x2a\x1f\xc1\x8b\x0b\x20\x82\x81\x3d\xc8\x93\x40\x41\x95\x30\xbe\x7c\xb1\x07\x23\x36\xf1\xab\xba\x8a\xdb\x5a\xa2\x56\x03\xcf\x84\x87\x50\x7d\xcb\x02\xab\x5e\xf3\xb2\xee\x82\x11\x97\xab\x75\xc3\xf2\xb2\x65\x7f\x12\xbc\x5a\x0d\x25\x78\x2b\x37\xe1\x43\xf2\xfe\x03\x39\x37\xc7\x0f\xc2\xc4\xa3\xf0\x9e\x6f\x35\xa6\x85\xbe\x90\xfb\xe4\xd5\xcb\x37\xf0\x7b\xa0\x07\x92\x59\x93\x76\xed\x05\xa2\x1d\xa0\x01\x8d\x43\x38\x1f\xe4\x33\xe0\x34\x91\x0f\x58\x5d\x78\x57\xa2\x40\x1a\x69\xd8\x9c\x35\x0d\x2b\x5e\x43\xa1\x3b\x55\x24\x3b\x33\x2f\xde\x62\x11\x74\x4f\x8f\x81\x1c\xe0\xa2\x85\x24\x52\x30\xc5\x71\xd8\xbe\x60\xcb\x7b\xa4\xfd\x2d\x25\x38\x49\x5a\x21\x5d\x0c\x78\x93\x11\xfb\x46\xfc\x64\x62\x7c\xa9\xe8\xd4\xe3\x2b\xd6\xa1\x45\x90\xb6\x78\xbd\xd4\x09\xb7\xd0\xc1\xc4\xc0\xc4\x31\x64\xbd\xa2\x6d\xf7\x67\xe9\x13\x11\x7a\xc3\x8f\x3a\xa4\x37\x6c\x24\x44\x4a\xf2\xc0\xbd\x8f\x76\x7a\x72\x12\x5c\xdc\x8c\x84\x98\x4a\x44\x43\xa8\xaf\x74\x25\xdf\x37\xb5\xcc\x02\x6d\x34\x82\x58\xa7\x8a\xa0\xd3\x46\xe2\xf8\xf2\x90\xd5\xc5\xe5\x61\x5c\xc7\xc4\x8a\x77\xf3\xb9\xb4\x18\x3c\x29\xe7\x73\x9b\x99\x17\x3c\xc7\x58\x9b\xb7\x9d\x58\x0c\xcb\xb0\xf5\xa2\xac\x19\xa4\xef\x7d\x6d\xb2\x18\x0d\x33\x7b\x3e\x99\x3b\xda\x11\x89\x90\x80\xbf\x1b\xc5\x50\x82\x49\x1b\x17\x39\xde\xfe\x6d\x49\x77\xc3\x05\x45\x57\x65\xcd\x5a\x69\xe5\x6d\x64\xb2\x88\x76\x59\xce\xbb\x11\x7a\xac\xb1\xc2\x54\x00\x4c\x90\x13\x94\x4c\x84\x0a\xd2\xe8\x4a\x2e\x1a\xbe\x6e\x09\xaf\x19\xea\x79\xbc\x65\x91\xbb\xc2\x6e\x3c\x70\x0f\x41\x48\xaa\x21\xa7\xdf\x47\x6f\x05\x8b\x59\x8e\x3b\xfe\x08\xc2\xdd\xc4\xdf\xb2\x98\xdf\x99\x4f\x11\x18\xe6\xa4\x9b\x64\xfa\x4b\x88\x24\x8d\x2d\x01\x39\x8e\xaf\x4c\x7a\x10\xa3\x91\x47\x3f\xb9\xba\x7a\xaa\x6c\x1e\xba\xd4\xa0\x1e\x86\x2e\x14\x77\xac\xc0\x5c\x44\xec\x3a\xb8\x5a\xe7\xe4\x9d\x98\x0a\x9f\x0f\xf6\x9b\x19\x94\x84\xeb\x06\xd1\x59\x0c\x53\xa6\x12\x6d\x6e\xd6\x4c\xf1\x59\xc3\x57\x92\x31\x5a\xdc\xce\xf6\x80\xe8\xf2\xb4\xd2\x2e\x04\x6b\xb9\xa4\xed\x33\x71\x0c\x42\x71\x88\xf4\x05\x83\xb0\xbe\x35\x5f\xbd\x35\x27\x9a\x76\xbc\x25\xef\x2f\xe0\x91\xe1\xf0\xfd\x73\x52\xfe\x09\x64\x47\x8f\xdf\x9f\x93\x52\x32\xfe\xaf\xde\xb9\xe1\x5b\xa3\xc5\xe1\x31\x45\x28\x10\x83\xf9\x27\x15\xf2\x2a\xe3\x2a\xdf\x06\xe1\xe4\x7f\x32\x91\xb0\x7e\x1b\x29\x08\xf8\x3c\xec\x40\xa6\x12\x96\x32\x9f\xed\x47\xf7\x7b\xf0\x88\xee\x61\xfa\xb4\x1f\x8b\xa1\xbb\xad\xcf\xdd\x33\x70\xcd\xdb\x67\xb2\x94\x92\xdf\x4d\x16\x19\xb6\x7f\x20\x51\x25\xbe\x2a\x54\x8a\xc9\x5b\xc2\x9c\x35\x79\xf7\x12\x47\xe9\x48\x78\x41\xb3\x6f\x46\x92\x75\x07\x64\x7f\x2c\xe1\x47\xb7\xc4\x93\x2d\xfa\x45\xc6\xee\x73\x60\x20\xa2\x03\x3c\x5a\x96\x52\x1a\x91\xd8\x3b\xb0\x6f\xb9\x78\xc3\xd6\x1b\xf0\x29\x04\xe1\x98\x1b\x0f\x98\x31\xc3\x0d\xe5\x76\x37\xa0\x15\xbb\x1b\xf7\xe8\x44\xa4\xae\xc9\x84\xfc\xc9\x48\xfe\x9c\xd4\xbc\x2b\x73\x16\xcd\xed\xc1\x0a\x93\xae\x23\xda\xa1\xf6\x6d\x89\xce\xc5\x04\xd5\x45\x0e\x35\x29\xfd\x97\x75\xcf\xc3\x1a\x5e\xc0\x2f\x8d\xb8\x23\xf8\x24\x9e\xd1\x99\xe6\x86\xb1\xd3\x75\x60\x3e\xc1\xe6\x86\xd1\x4d\x26\xe4\x39\xe6\x74\x31\xa9\x79\xec\x42\x22\xda\x06\x21\x34\x24\x28\xa6\xd1\x92\x15\x6f\x21\x08\xa0\xec\x8c\xba\x44\xdb\x76\x23\x4e\x50\x08\x4f\xb1\x6f\xf4\xc8\xea\x3b\x64\x00\x21\x5d\xa5\xd0\x80\xcb\x9c\x56\x06\x69\x2d\xa1\x9d\x06\x03\x7d\x0a\x21\x70\x22\x4e\xd1\x9a\xeb\x4a\x25\x85\xba\x50\x04\x47\xb8\xc7\x5a\x0d\xb2\xf1\x2f\x3c\xf0\x1e\x18\xc9\xd0\x7a\xd5\x41\xd1\x5f\x44\x83\x73\x7a\x0e\xec\x6f\x0f\xac\x6f\xbf\x7c\xb1\xbe\x3d\x98\x6a\x14\x3a\x1f\x4b\x80\x23\xfd\x99\x10\xd2\x06\xe6\xbb\x91\x3d\xb4\xa1\x18\xc2\xdd\xe8\x1a\xbb\x64\xdf\xb3\xe0\x9e\xf8\xb0\xdf\xea\xdb\x63\x18\x43\x6e\x93\x42\x8d\x11\x21\xe8\xa7\x51\x40\x7a\x3a\x9a\x8e\xac\x39\x58\x14\xf5\x04\xe2\xd9\xe4\xa0\x46\x6b\xd6\x94\xbc\x18\xf1\x7a\x54\xf0\xcd\xac\x62\x58\xad\x81\xbc\xa4\xb9\x2e\x8a\x23\x63\xdb\x1a\x5a\xb7\x73\xde\xac\x34\x20\x41\x4e\x75\xc7\x85\x26\x2f\xc3\x0c\xa5\x78\x0e\x90\xc7\x1e\x19\x68\x01\x6a\x45\xf3\xc8\x95\xab\xa1\xa1\x02\x9f\x54\xa6\x53\x6b\x89\xc3\x77\x9a\x59\x8d\xc8\xa9\xb3\xec\x0e\xee\xc6\x1d\x97\x62\xec\x10\x7d\x3f\x63\xc7\x07\x78\xcb\x7d\xac\xa4\x9a\xf7\x50\xb2\xe9\x83\xd9\xb1\x86\xe0\x03\x29\xc1\x71\x2d\x47\xbd\xca\xb6\x98\x69\xe7\x99\xb1\x64\x4c\x08\x6f\x78\xfe\xea\xed\x9f\xd9\x16\x75\xbe\xb8\x92\xea\x85\xa2\x18\xa5\x48\xa1\xbd\x25\x05\x94\xa9\x95\x51\xa2\xb4\xe5\x35\x5c\x44\x33\x81\xa2\xe0\x00\x01\x51\xda\x8d\x58\xd3\x61\x6f\x19\xe1\x8d\xd4\xa7\xc6\xe4\x2d\x07\xf3\xbd\x0c\x96\x6c\x75\x90\x25\x18\x66\x2a\xce\xaf\xa0\x1c\x90\x03\xa8\x5b\xb2\xed\x77\x0d\xc3\x50\xd0\x82\xcc\xb6\x32\xf0\xe2\x8a\x6d\x65\xa6\xa1\x86\x81\xfb\x69\xdd\x30\x88\x24\x65\x2b\x42\x5b\xf1\xda\x01\x83\xa3\x1d\x93\xc1\x5b\x21\x96\x63\x56\x21\x09\x05\x22\x3e\x20\xd4\x55\xf9\xea\x67\x5b\x3b\x58\x2f\x02\x47\x85\x73\xa8\xc8\x11\x2b\x5a\x6e\xc5\xc4\xa4\xca\x76\x85\x21\xb4\x62\x66\xdf\xb5\x82\x0b\x3a\x60\xf4\x95\xbe\xb2\x26\xb4\xaa\x48\x5b\x76\x1b\x99\x05\x68\x18\x5f\x69\xa3\x10\xba\x4b\x39\x18\x44\x08\x3d\xe4\x97\xd3\x28\xbf\x8c\xef\x01\x15\xaf\x3c\x85\x9d\xe2\xbf\x04\x85\x6a\x3a\x05\x4d\x24\xa6\x32\x98\x50\xca\x40\xb0\xd1\x81\x87\x19\x39\xfd\x7e\x38\x8c\x66\x2d\x4a\x4e\x67\xe4\x8c\xc6\x9b\x52\x72\x06\x27\xd1\x51\xee\x31\x52\x6d\x47\x10\xa3\xfd\xf1\xb6\x83\x4d\x0c\xf4\x38\x8a\xd1\x5f\x3f\x58\xb8\xcc\x0b\x23\xbd\xfb\xfb\xe1\x70\xbf\xdd\x0e\x35\x87\xf1\x62\x72\x8a\x05\xde\x8b\xd8\x3f\x6c\x5d\x07\xb6\xc7\x9f\x30\x5d\xdc\x10\xaf\xc0\x2f\xc9\xf4\x01\x59\x4a\xd3\x9f\x85\x9d\x8c\x58\x07\x8f\xe8\x76\xcf\x51\xc6\xec\x2e\x3a\xa1\x16\x46\x69\xba\x60\x92\x8d\x9d\x9b\x61\x30\xf9\x26\x7a\x2f\xe8\x16\x82\x07\x49\xc8\x06\xe2\xeb\x98\x34\x31\x21\xa1\xb2\x3f\x90\xc2\x2c\x14\x58\xf5\x45\x48\x5f\xae\xf4\x0e\x3a\xa9\x5f\xc7\xc8\x29\xcc\x35\x96\xc6\xe2\xfd\x48\xa8\x2b\x98\x4e\x55\x3c\x8a\xc6\xc4\x7d\xa7\xe7\x87\xd6\x61\x85\xd2\xc5\x13\x9e\x27\x24\x15\x72\x4e\x2e\x0f\x1d\x0b\x93\xea\x85\xca\x68\x14\x89\xaf\x07\x16\x52\xe3\x1d\x84\x12\x4c\x1c\x78\x07\x50\x0d\x00\x29\xc5\x7a\x77\xf9\x91\x9e\x3b\x2e\xce\xea\x81\x9c\xb1\x8f\x52\xdb\xbc\x75\x92\x99\x62\xee\xb6\x69\x14\x18\x23\x58\x23\x86\xe4\x18\x27\x35\x4c\x5c\x6a\x8a\x05\x6d\x18\x43\x78\xeb\x8e\x5a\x3e\x54\xe2\x42\x04\x81\x82\x32\x50\xb1\x32\xca\xc8\x81\x8d\x38\xef\x0e\xfa\xdf\x07\x16\x49\x0d\x7d\x12\x43\x12\x97\xbd\x8e\x6b\x76\xf3\x02\xe8\x29\x64\x4b\x0f\xed\xcf\xc8\xb9\x53\xe2\xde\x6e\x37\x99\x90\x77\x0d\x94\x42\xc4\x9a\x88\x4e\xb2\x41\x25\x51\x89\xb7\x55\x45\xb0\x78\x4a\x1b\x9a\xd5\xa2\xd3\x69\x70\x8c\x3a\x0d\xcf\x69\x4c\x14\x72\x99\x45\xdf\xe9\x97\xde\xdc\x0f\xf4\xe3\x11\x39\x0d\xf7\x0a\xd1\x96\x74\x20\xb0\xc2\x73\x5a\x78\x74\xeb\x71\xc3\x58\xb0\x2d\xa6\x8d\xd0\x48\x52\x09\x5b\xad\x47\x6f\xe5\x35\x9c\xb2\x5e\x08\xb5\x7d\xa0\xaf\x7b\x7b\x32\xbf\x2c\xf9\xae\x84\xdf\x54\x67\xca\x74\x61\xa6\x69\x6f\x32\xcc\xcc\x16\xf0\xb3\x58\x94\x70\x13\x23\xde\x47\x5b\xeb\xfe\x77\xe2\xda\x08\x71\x22\xa9\x63\xe7\x69\x13\x1c\xa7\x3d\x29\xa9\xb4\x57\x4b\xc7\x0e\xc3\xe7\xe7\x7a\xb3\x7c\xf9\x22\x01\xae\xe8\x5a\xae\x4c\xeb\x9a\x0e\x7d\x1c\x41\x04\x74\x63\xf8\xbd\x76\xe8\x61\x34\x35\x3c\x53\x14\x20\x69\x32\x01\xcd\x8a\x18\x87\x8f\x5c\x95\x55\x60\xdb\x5d\x48\x4d\x41\x4a\xd3\x80\x04\x61\x9a\xda\x52\xb9\x1f\x89\x4a\x03\x3a\xe7\x4d\xb7\xa9\x69\xc7\xaa\x6d\x86\xd9\xaa\x41\x22\x25\x37\x74\xab\xcb\xa5\xae\x36\x55\x57\xae\xab\x48\xb6\x46\x0b\x94\x62\x50\x52\x8d\x6f\xe9\x8a\x41\x62\x53\x0c\xdd\x50\x25\xb3\xe8\x8c\x37\x9d\x93\x23\x24\x06\xca\x4a\x38\x4a\x5a\xae\x76\xbe\x02\x6d\xb3\x08\x24\x1b\x27\x63\x48\x04\x20\x46\x8d\x16\xe3\x74\xa3\x60\x47\xd9\x44\xf5\x60\x1a\xbc\xf7\x28\x0f\x0f\xc0\x48\xb3\xfd\x08\x11\x67\xd1\x47\x60\xd0\xe2\x71\xdf\x19\x60\x87\x5b\x2b\x1d\xd3\x39\xa9\xc8\xd7\x21\x1c\x8a\xaf\xc0\x5b\x63\xd1\x58\xd4\x0b\xe4\x8f\xb1\x07\x75\x38\x80\x73\x67\x8c\x89\x04\x98\x00\x11\x37\xdb\x81\xda\x6d\x0f\xad\xcd\x66\x83\x18\x92\xf3\x34\x10\xf1\xcf\x37\x15\xc2\xc7\x03\x7d\x0f\xe1\x24\x53\x1b\x5a\x9a\x1c\xb1\x2c\xf2\xab\xf9\x7c\x98\x91\x58\x2b\xb0\x00\xe8\x36\x89\x75\x8b\x2d\x52\x90\x88\x6e\xcf\xbb\x16\xc0\x11\x13\x98\xcd\x7b\xf1\xa8\xcf\x39\xc3\xb4\x8e\x8e\x48\xfc\x20\x44\x56\x80\x5c\x56\x36\x8e\xcc\xcd\x9f\x57\xfc\xa6\x86\x20\xc5\x4d\x2b\x8b\xaf\x81\x6f\x10\x4e\x53\x88\x87\x75\x64\x2c\x2d\x9a\x5b\x09\x6e\xbd\x99\x1a\x38\xc7\x60\x4c\xc1\x96\x2c\x10\xd5\x7a\xa4\x7c\x70\xd4\x94\x4d\xdb\x3d\x0e\xed\x25\xa9\x6e\x00\x49\x41\x27\x24\x2d\x04\x7b\x9d\x24\x72\x90\xc5\xf1\x85\xb6\x75\xa9\x9f\x0d\xba\x26\x23\x9f\x65\x26\xed\xe7\x75\xc7\xff\x5a\xb2\x1b\x59\xac\xc0\x1a\xe6\xd7\x58\x16\x94\xe0\x62\xb6\x36\x8a\x59\x72\x9d\xa3\x22\xfc\x1d\x4a\xa4\x87\x26\x24\xa7\x77\x35\x99\xcc\x5b\x55\x24\x9f\xf8\x8a\x7a\xee\x4a\xbd\xff\x62\x5e\xec\x1f\x42\x81\x68\x27\x9c\x57\x4d\xb9\x28\x6b\xb4\xb0\xa9\x71\x44\x08\x36\x98\x48\xe4\xee\x94\x3d\xa9\x3d\xfa\x8c\x4b\xe4\xee\x1a\x7e\xb6\xf7\x1e\x22\x3c\xf3\xc6\xf2\x8d\x8b\xf9\xb9\xd7\x63\x11\x89\x33\x05\x67\x3b\xcd\xc8\xcc\xf5\x94\xfb\x2e\x72\x3b\x9c\x66\x55\xd6\x2f\x58\x6d\xdf\xef\xa2\x52\x1c\xc9\xc8\x4c\x69\x87\x76\x04\x18\xca\x2f\xea\x6e\xba\x8c\x5d\x95\xea\x9e\x04\x76\x74\x44\xa8\x38\x85\x9a\xc7\xbc\x10\xf2\x24\xaa\x74\xd3\x29\x99\x05\x4f\xad\x65\x14\xbf\xb5\xd6\x6d\xdf\x71\xb3\xa1\x1a\xeb\xc7\x2c\xbc\x3f\x18\x8f\x80\xeb\xf8\x05\x99\x12\x33\x2b\x70\x93\xeb\xcf\xdd\x79\x88\xb6\x32\x41\xa7\x68\x26\xff\x74\x26\x23\x9a\x8c\xc8\x69\x38\x1f\xf1\x81\x78\xe1\xde\xfb\xe7\x17\x8e\x3b\xdc\x76\x8f\x5b\xde\x2a\x2f\xc2\x42\x87\x58\x04\x9b\x95\x16\xbf\x6c\xda\xce\xbe\x5c\x77\x22\x65\xca\x91\x59\xc1\x8e\x5f\xc0\x34\x1d\x8d\xd2\x0d\x9d\x98\x02\x5a\x8e\x15\x3c\x0c\xa5\x08\xc7\x25\x1a\xdd\x27\x4a\xb2\xa1\x26\xa0\x44\x63\xdf\x1f\xe0\x8a\x43\x56\x07\xa7\xb7\xfb\x53\x0d\xc2\x79\xfe\x00\x47\xf1\x50\x4d\xc0\x79\x79\xee\xe4\x3f\xc0\x16\x53\x00\xef\xa2\x93\x4c\x55\xe0\x80\x5c\x81\x8e\x5f\x38\x01\xe4\xb0\xfc\xe1\xf4\x34\xbb\x14\x5f\xdd\x0f\x83\x63\xbe\x69\x32\x8f\x7e\xdd\x64\x2e\x9c\xc9\x5c\xc0\x64\x1e\x0d\xa3\xf3\x8d\x06\x4a\x1b\x89\x0f\x09\x40\x05\xdd\x99\xa8\xe7\x58\x84\x97\xcd\x0e\x1a\xd6\x6e\xaa\xce\xbe\x7a\xab\xb9\x73\x3c\xf5\xa1\x67\x5e\x0c\x77\x23\x42\xb4\xf6\xe3\xb7\xc4\x0e\xee\x17\x06\x21\x86\x6a\xb9\xc1\x5d\xfe\x29\x46\x81\x57\x92\x65\xe4\x1a\xa0\x60\x90\x1a\x4b\x90\xbf\xda\x84\x39\x1c\x4c\xed\xa8\xda\x2f\x5f\x9c\xa1\xea\x97\x12\x8c\x6f\xb5\x4c\x0c\x23\x15\xe7\x19\x5d\x66\x8d\xd2\xe8\xd2\x5a\x71\x2a\x6b\x19\xa4\x32\xa3\xad\x41\x07\xf0\x1b\x78\x61\xdb\x92\xf7\x0c\x24\x16\xbb\x01\xbe\x7d\x7f\xf2\x61\xbc\x16\x47\x8b\x8c\x11\x09\x20\x9e\x91\x87\xaa\xe9\x29\x34\x25\xe7\x12\x86\x1b\x4a\x2a\xe1\x3e\x20\x23\x30\xc8\x00\x38\xf8\xf1\xb0\xdf\xf3\x4f\x8e\x61\x5a\x72\x00\xc7\x72\x8e\xe7\xd6\x65\x01\xb8\x2e\xf0\x4e\xa7\xf1\xf8\xae\x95\x97\x22\x09\x5e\x7e\x5c\xd1\x7c\x59\xd6\x0c\x1c\x49\xad\x15\xd1\x57\x95\x57\x0c\xfc\x4e\xe7\x02\x00\x00\x11\xff\x9e\x17\x15\x23\xff\xf1\xef\xff\x83\xfc\x45\x95\xd6\xf8\x8f\xff\xf3\xdf\xf1\xe9\x60\x53\x43\xad\x14\x56\x0c\xa1\x05\x26\x9b\x85\x26\xff\xfe\x3f\xa0\x89\x86\xb2\xcf\xbf\xff\xf8\xf7\xff\x4b\xfd\xf1\x7f\xdf\xea\x43\x3d\xb2\x81\x4c\xb3\x3b\xd4\x33\x78\x27\xfd\xe8\xac\x61\x90\x66\x42\xc6\x42\x7f\x27\x06\xf7\x1d\xf8\xa7\xbe\xf3\xa7\xf2\x1d\xa9\x4a\xd0\xde\x01\xc0\xcd\x92\x41\xee\x14\x2a\xeb\x14\xc9\xea\x30\x4b\xda\x92\x99\x80\x24\xeb\xc6\xb0\x62\x4c\x2e\xb4\xeb\x56\xe2\xbb\x5b\x36\x7c\xb3\x58\x02\x1c\xa1\xae\xff\x8c\xcf\x7f\x26\x02\xe5\xbc\x90\xcd\x5a\x9d\xf6\xb3\xac\x09\x25\x37\x4d\xd9\xb1\x11\xaf\xab\x2d\x99\xd3\x76\x09\x9a\x3f\xad\x0b\x00\xd2\x30\x18\x1a\x17\xed\x70\x1c\x03\xdd\x3f\x26\x92\xf9\x39\x9a\x87\xe4\xe7\xa1\xb2\x60\x00\x18\xb8\x83\xcd\xae\x59\xb3\xc5\x95\x2f\x21\xf4\xaf\x81\x98\x86\x76\xc9\x37\x55\x41\x66\x4c\x3b\xef\x04\x03\x82\x0a\x50\x32\x26\x02\x02\x01\xe1\x5e\x76\x5b\xce\x2a\xbc\xfb\x3d\x26\xef\x96\x54\xe1\x46\x65\x00\x80\xeb\x1d\x72\x45\x4c\x46\x17\x0e\x79\x67\x68\x55\x6d\x01\x8a\x44\xd5\xa6\xee\xca\x4a\xf4\xdf\x30\x0a\xc1\xe5\x94\xe4\x5c\x8c\xa9\xee\x90\x6c\xc7\x97\xf5\xe4\xce\x9d\xcb\xfa\xa2\x56\xd9\x69\xe0\xd6\xef\xff\x43\xdc\xbf\x28\xc7\x6d\x1c\x8b\xe3\xf0\xab\x8c\x78\xfc\xd1\x58\x6b\xb9\x24\x95\x3b\xe5\x95\x8e\x4c\xd9\x89\x2b\x96\xa5\x32\x95\xf8\x77\x8a\xcb\x88\xb3\xc0\x2c\x17\x21\x16\x83\x00\x58\x92\x6b\x91\x55\x79\x88\x3c\x61\x9e\xe4\xab\xe9\xee\xb9\x0f\x96\xa4\xec\xe4\x2f\x57\x99\x0b\x60\xae\x3d\x3d\x3d\x3d\x7d\x6d\x45\xd3\x8a\x8e\xa2\xe3\xb8\x18\xdf\x89\x16\x83\xe4\x2c\x78\x2e\x26\xec\xdb\x1e\xbc\xda\xbb\x59\xad\x8b\x81\x5e\x51\x41\xbd\x5b\x43\x19\xd4\x92\x36\xb2\x53\xb3\xda\x50\xc4\x1c\x81\x04\xbf\x23\x2b\x7b\x9a\x7c\xa5\xb6\x4f\x0d\xe9\x6c\x19\x66\xb2\xc5\x0e\x40\xc5\xd3\xb9\xca\x4f\x27\x0e\x0d\xcc\x62\x56\x83\xe6\x9f\xe7\x18\x53\x16\xb4\xc2\x45\x09\xb8\x4b\xef\x26\xb3\xfa\x8b\x7d\x9d\xe9\x0c\x09\x01\x70\xf5\x44\xc4\x00\x06\xea\xc7\xb1\xce\x78\xc6\x38\x98\x24\xc3\x31\xc1\xfe\x4f\xae\x3f\xaf\x2a\x76\xcd\x6b\x90\xc4\x89\x12\x66\xa1\x9d\x70\x38\x3b\x47\xff\xa4\x73\x6c\x03\x97\x02\x54\xcf\xcd\xba\x67\xe7\x3a\x6a\xef\x39\x9a\x22\x6c\xe4\xba\x35\x0e\x1e\xa4\x80\x80\xc0\xea\x30\x5c\x6c\x82\x8c\xd7\xc9\x4f\x46\xc1\x16\x20\x0f\x09\xe5\x85\x70\xd6\x84\x24\x4e\x5f\x50\x02\x1e\x37\x61\x5b\x2e\xeb\x45\x79\xc1\xa6\xec\xe3\x5d\x22\x76\x54\xb5\xbe\x28\xeb\x74\x82\x29\xfc\xf6\x86\x37\x3a\x4f\x12\x6f\xc2\x22\xd8\x39\x3a\x1f\xab\x0e\xc2\xef\x74\x82\x0f\x17\x98\x97\x45\x79\xac\x50\x72\x20\x59\x16\x38\x88\x26\x3d\xe0\xcd\x52\xa9\x7f\xff\x0b\xb8\x58\xf3\xca\xbe\xfa\x62\x3f\x68\x0c\xb7\x82\x36\x6a\x78\xc6\xf6\xbf\xb0\x94\xcd\x73\x9c\x7e\x74\xcb\xb4\x09\x4f\x0c\xad\x08\x62\xab\x7c\x6a\x83\x3f\x20\xb1\x49\xaf\x8e\x13\x94\x75\xca\xc2\xc8\xfc\x14\xc7\x75\xb6\x53\x94\x57\xbe\xa7\xb9\xe3\x1a\xfa\xf3\xaa\x4e\x7a\x3e\x87\xd4\xe5\xc9\x3c\x5c\xb6\x18\x6c\xb5\xef\xf9\x0a\x2d\xbc\xf3\xd5\x1e\x7e\x12\xad\x77\xe9\x0f\x2a\xa1\xed\x10\xfa\x37\x06\xb3\x8d\x83\xca\xd5\xb5\x5c\xd7\xb9\xf8\xa4\xe9\x38\x95\x27\x5d\xbf\xa9\xc4\x24\xef\xba\xf7\xa8\x90\x9e\xed\xd8\xf4\xcd\x7c\xde\xc9\x6a\xdd\x8b\xe7\xac\x97\xcd\x11\xdb\x3b\x3c\x38\x38\x80\xcc\xd8\x5b\x1b\x14\x80\xf9\xe0\xc6\x9f\xcd\x76\x78\x5b\xf2\xbd\x0a\xb2\x92\x8e\xa1\xf1\x0a\x52\x68\xa6\xdc\x52\x1f\x3f\x11\x88\xd6\x17\x42\xcd\x19\xcc\xc3\x2a\x24\x73\xc7\xc0\x97\x0f\x9a\xd6\x82\x0a\x48\x51\x14\x23\xaa\x50\xbc\x6a\x96\xf5\x2d\x04\x47\x72\xb6\x5a\x76\xda\xb7\x67\x71\x7e\x18\xa7\x21\xef\x39\x9d\x2a\x08\x1d\x62\xa5\x54\x0b\x42\xa4\x0c\x1f\x31\xaa\xf0\x0f\x52\xf6\xfa\x35\x12\xdf\x11\x06\x2a\x45\xe0\x45\x2d\x99\x50\xff\x44\xd3\xfe\xaa\x9f\x75\x23\xc8\xc4\xdd\xde\x6a\x2e\x11\x05\x74\xb0\x04\x54\x24\x9e\x91\x25\xa2\x3a\x24\xa4\x31\x4e\x50\xfd\xbd\x83\xcf\x23\x90\x3b\x77\x8d\xc8\x15\x98\x54\xdf\xf8\xfe\xdb\xba\xeb\x79\x9d\x0b\xf8\x34\x4a\x7a\x75\x63\xfb\xc6\xb1\x9b\xba\x0b\xee\x00\xf8\x56\x83\x3e\x09\xc6\x20\xef\x9d\x93\xe8\x33\xc3\x80\xf6\xa9\x78\x20\x09\x55\x99\x66\xb1\x7d\x47\x2b\x6c\x62\x7b\x44\x91\xbb\x31\xb9\x7e\x0e\xa4\x63\x70\xc4\x66\xed\x9a\x5c\xc7\xc9\xb4\xa3\xa3\x0e\xd0\xc9\x33\x21\xba\xf5\x23\x49\x6d\xc9\xcc\xc1\x02\x32\x3b\x9c\xff\x2b\x18\x93\x49\xd8\xa2\x5f\xa4\xc1\xec\x4c\x42\xd4\xaa\x83\x60\x06\xde\x22\xc6\xdb\x52\x47\x31\x81\x25\xc2\xa7\x74\x3f\x2b\xb9\xae\xfb\x13\x45\xb4\x12\x41\x1f\x11\x0f\xe0\xe0\x1d\xfa\xa8\xe7\x74\xa0\x8e\x42\x60\xd3\xbd\x63\x90\x5c\xd1\x07\xf3\x5c\x50\x1e\x00\x67\xe7\xf9\x60\xf6\xbe\xc5\xa4\xa6\x88\x1c\x1c\xcc\x31\xa9\x6e\x15\xda\xe3\x91\xb8\x51\xcd\xa4\x32\xe7\xb8\xbc\x10\xc4\xbc\x66\x23\xf6\xd1\x0b\xe3\x6d\x13\x7a\xa0\xd9\x62\xdc\x83\x04\x16\x5c\xf1\xa8\xbd\xd4\xb9\xca\x59\xc5\x5b\x70\xf2\x44\xda\xd1\x19\x5d\xa2\xe2\xa6\xd6\x2b\xf4\xf1\x92\x6c\xb5\xce\xc9\x10\x61\x25\x56\xb2\xdd\x40\x00\xc8\x2b\xd1\x56\x12\x13\xb2\x2a\xa6\x8c\xec\xe5\xc6\x4e\x3e\x41\x08\x81\xc9\x8a\x96\x5f\x3b\xae\x9d\x8a\xb9\x47\xde\xae\xec\x0c\xc7\x9f\x35\x15\x24\x33\x58\xf1\x56\x6d\x7b\xed\x21\xda\x8f\xb4\x3f\xb7\x3a\x5b\xc0\x1b\x08\x1b\x69\x5a\xd9\x88\xb6\xdf\xb0\x5e\x54\x55\xa7\xf8\x4a\x64\x0c\x6f\xd4\x89\xa9\x13\x6d\x6a\x78\xaa\x01\xd4\xe6\xd2\x31\x86\x7b\x18\x73\x3c\x8d\x99\x3e\xf3\xba\x04\xb4\x75\xb5\x2d\x00\xd7\x45\x62\x98\xff\xb8\xc4\x0c\xb1\x2d\xa8\x51\xc7\xc8\x9d\xdf\xf0\x55\x53\x89\x31\x81\x3e\x37\x39\x07\x5a\x57\xc7\x6b\x79\x61\x1a\xb3\xba\x31\x94\x3f\xa1\xd7\xb8\x5a\x47\x56\xc9\x9e\xcd\xd1\xe5\xbc\x5f\x72\xd4\xde\x62\xd2\x4a\x0d\x55\xc3\x17\x2b\xa0\x28\xe8\xad\x31\x94\x97\x82\x16\x6f\xd5\xaa\x83\x53\x96\x7f\x5d\x57\x1c\x01\x2d\xa9\x57\x5f\x2b\x88\xdd\x21\x91\xa7\xdf\x42\xb4\x1a\xad\x70\xc1\xa5\x62\xdf\x17\xda\x1b\x02\x0d\x3e\x5b\x32\x07\xb8\x5e\x96\xea\xde\x43\xa9\x29\xba\xf5\xbc\x13\x66\xc1\xcc\xbd\x90\xd0\x03\xeb\x9b\x4c\x9c\xb0\x8e\xc9\x25\x82\xe9\x6a\xaf\xf4\x2d\xeb\xe4\x94\x8b\x17\xeb\x07\xa8\xd4\x51\xa4\x9a\x6b\x5a\x3a\xbd\x1b\xcb\x8e\x89\xba\x2f\x5b\x51\x6d\x48\x25\x21\x0a\xc8\x79\x21\x17\x30\x6e\xba\xff\x50\x60\xd4\xeb\xb2\x13\x6c\x59\x16\x85\x48\x0d\x18\x13\x7b\x6d\x19\x29\x16\x88\x87\xf8\x6d\x5d\x94\x39\x5c\xf0\xb5\x10\xc1\xdc\x8f\xca\x4e\xe3\x7b\xb5\x61\xd6\xf6\x06\x0c\x0d\xaf\x4a\xba\x5b\x9d\x7e\xfb\xe6\xeb\xb3\x4c\xe7\x59\x10\xf5\xe4\xba\xbc\x2c\x1b\x51\x94\x7c\x22\xdb\x8b\x7d\xf5\xb4\x0f\xa4\xfe\x03\xca\x13\x28\x6e\xaa\x8e\xc8\x40\x73\xac\x8d\xbf\x83\x91\x59\xac\x78\x21\x8c\x09\x01\x6d\xbb\x38\xb7\xa7\x0b\x03\x33\xc4\x08\x0c\x69\x1b\x22\x76\xf0\xe9\xe0\xc0\x48\xbd\xd4\x12\x92\x55\xf6\xbd\xec\x85\xc6\x4f\xde\x33\x89\x9e\xa8\xac\xa9\x78\xbf\x90\xed\xaa\x1b\xe3\x76\x30\xce\xaa\x60\x3e\x0d\x41\xe7\xe6\x88\xba\x39\xef\x84\xbe\xb3\x56\xb2\x1f\xb3\x0e\x9c\xe7\x41\x09\xd0\xac\x7b\x93\x32\x16\x0d\x2c\x50\xc2\x72\x2d\xdb\x02\x35\xc9\x9d\xae\xea\x1a\x5c\x00\xa5\x18\x86\x55\x8f\xb9\xa2\xdb\x5e\x14\x0f\x04\xda\xd4\x81\x9a\xd1\xb2\x4d\x26\x58\x3a\xbe\x19\x1b\x86\x17\x0d\x4c\x43\x7b\x64\x78\x79\x7a\x70\xc6\x4a\xe2\xdf\xe4\x82\xbd\xb7\xc2\x07\xf6\xd2\x94\xf0\x4f\xc5\x23\x97\x47\x24\x66\xcd\x0c\x62\xe8\x40\xfc\x8b\x16\x78\x51\x30\x36\x45\x3a\x6d\xe0\x5d\xde\xb6\x7c\x03\x64\xc3\x11\x7e\x90\xbb\xa8\x5a\x24\x6c\x63\xed\xb6\x81\x07\x8d\x15\x3e\xd4\x85\xe3\x68\x03\xb2\x2c\xc5\xa0\x93\x0f\x8d\xc6\x8d\xa6\x95\xc5\x3a\xd7\xe6\xef\xc2\xeb\x0e\xf7\x46\x2d\xfb\x72\xb1\xc1\x31\x6a\xa6\xd8\xcd\x9d\x4b\x66\x22\xec\xff\xe4\x5a\x4b\xc2\xd6\x1d\xd2\xb3\x9c\xeb\x81\x9e\x9e\x6b\xc8\x9f\xdb\xed\x69\x73\x9f\x4c\x6a\xd1\xef\xff\x76\xbf\x90\x79\xb7\xdf\x8a\xc5\xfe\xff\x80\x58\xc5\x8a\x72\xcc\x7d\x62\x04\x4b\x03\x8e\x8a\x48\x67\xd7\x1d\x08\x03\x0d\x29\x55\x67\x6c\xd3\x96\xab\xb2\x2f\xaf\x42\x4c\xd3\x6c\xb4\x33\xc5\x74\xbc\x56\x97\x95\x7a\xe2\xf3\x52\x51\xe4\xbb\x56\x5e\x03\x57\xf7\xb5\x9a\x47\x36\xdb\x39\xe6\xea\xbc\xee\xa5\x23\x88\xa2\xf6\xe0\x4c\xa8\x65\xcf\x78\x55\xc9\x6b\x51\x90\x22\x91\xd7\x7a\x19\xc1\xb9\x4a\xad\xc8\x45\x2b\xba\x20\x98\x1c\x2a\x5c\xf0\xa0\x37\x6a\x77\xae\x38\xc1\x20\x9e\xe0\x98\x5a\x0b\xbd\xff\xdd\x90\x82\xa1\xdf\x87\xb9\x94\xf4\x6d\x88\x72\x49\x0d\x7c\xdf\x4e\x1c\x67\x92\x27\x53\x6c\x3d\xc9\x91\x6b\xf0\xc0\x99\xa4\x61\xf4\xbe\xdd\x90\x73\xbd\x27\x65\xa7\xb0\xde\x4e\xf7\x48\xba\x74\x84\x0e\x8c\xc5\x60\x72\xe3\xeb\x70\x40\x9a\x8f\xdc\x09\x2f\x10\x66\xce\x6d\x34\xe3\xbb\xc4\xaa\x1b\xc1\x54\x3a\xa9\x5a\xc0\x7f\x32\x9a\xf5\xf3\xd4\x35\x2a\xdd\x93\x7f\x99\x89\x33\x09\xec\xef\x1b\x7e\x8a\x35\xcb\x96\x2b\xd4\xd6\x21\x2c\x70\xed\x9d\xf3\xda\x9f\x80\x7b\x3d\x75\x2f\xb9\xd4\x8c\xcd\xfb\x79\x5f\xc1\x01\xd3\x79\x8c\x60\x49\x17\xa4\x28\x60\x03\xad\xe2\x14\x6e\xde\x48\xd7\xf4\xf5\x1a\x6f\x47\x50\x63\xec\x23\x56\x88\xa0\x4e\x64\x33\x37\xdc\x23\x81\xdc\xf9\xea\x5e\x67\x06\x32\x42\x3c\x58\x2c\xf8\x58\xec\x37\xf0\x76\xc6\x33\x60\xeb\x15\x4c\xc8\x7d\x04\xa9\x41\xdf\x6a\xeb\xbb\xa1\xac\x2f\x0a\x6f\x3d\xdb\x90\xc1\x44\xad\xa8\x2b\x05\x73\xe9\x3b\x07\xe1\xad\xea\x73\xc0\x3e\x2f\x18\xa3\xda\xa8\x27\xce\xab\xcc\xf1\x17\x78\xc9\xc8\x1a\x3b\xd4\xb4\xe1\xf1\x9f\x19\x4f\x6a\x34\x89\x9b\x90\x72\xce\x71\x1d\x66\x2f\xd9\xde\x21\x3b\x62\x87\x0f\x49\xd1\xea\x2d\x0c\xba\x55\xb5\x13\x0c\x55\x9f\xca\x95\xa2\x41\x26\x26\x65\x97\x05\x40\xdb\x62\x43\x19\xcc\x5f\x4c\xae\x78\x15\xd9\x01\xdd\x6d\x25\x06\x74\xa8\xe0\x9f\xb1\xd7\x62\x32\x5e\xb7\x2b\x1c\x87\xbf\xc5\xdb\xb6\x10\xad\x2b\xe3\xb1\x65\x34\x31\x1f\xc2\x14\x70\x26\xa6\x22\xe8\x19\x3c\x98\xfc\x13\x4b\xa1\x78\xaa\xa3\xe1\x26\xc3\x31\x07\xcc\x96\x37\xbf\x7b\x4c\x15\xed\x01\xe5\x8a\x3d\xb6\x37\x61\xc8\xaf\x4b\x99\x40\x6a\xfb\x46\x16\xeb\x4a\xb8\xa4\xcb\xbc\x1c\x4c\x51\x39\x24\x3e\x51\xff\x82\xd3\x72\xab\x44\xc5\x34\xd8\x2d\xe5\xf5\x2b\x92\xb8\x82\x00\x21\x1b\x22\x62\x2c\x90\xf6\x68\x22\x64\x53\xa4\x21\x74\x7c\x32\x88\xbe\x4d\x7d\x0b\x62\xd6\x76\x52\x76\x7f\xd1\xd6\x5f\x26\x46\xe1\x04\x54\xe3\x10\x55\x7f\xc8\xef\x63\x5b\x32\x9b\x07\xc9\x85\x82\xf3\x90\x50\xca\x31\x09\xc5\x75\xe9\x97\x62\x85\x2b\x62\x4b\x04\x1f\x87\x42\x03\x63\x33\xab\xb5\x91\x3b\x51\x94\xc2\xd8\xf6\x0e\xc3\xa4\x22\x26\xdd\xde\xfa\xcb\x76\x7b\xeb\xef\x59\x1d\xa7\xda\xef\xe1\xeb\x1a\x42\xf2\x1f\x03\x65\x7a\xd5\x75\x32\x1f\x28\xe8\x0f\x25\x1d\xaa\x7a\xab\xac\xcc\xdf\x7c\x03\xe7\x4a\x45\xe1\xda\x6c\x14\x4f\x07\x6a\xd8\x80\x8e\xe8\x96\x22\x56\xba\x7a\xb0\x81\xe2\xdb\x7d\x27\x7a\x7b\x9d\x20\xb1\x12\xde\x26\xe8\x4a\x98\x99\xeb\x83\xce\x7f\xa2\xd8\x09\xb8\xf4\x07\x02\xa3\x1e\x64\x69\x7a\x15\xe0\x8a\x5c\x55\xfe\x1d\x40\x17\x29\xeb\xb2\x2f\x79\x55\xfe\x24\x74\x7c\xb4\x0e\xf4\xa0\xfa\x32\xd0\xb4\x72\x0e\x09\x61\x40\x74\xa2\x7a\x2d\x7b\x2b\x7c\x50\x47\x0e\xf2\x53\x90\x91\x92\x86\x21\xda\xf2\x4a\x14\x96\xd5\x93\x55\xa1\xe7\xf0\x56\x4b\x1f\xc0\x50\xf2\x3f\x74\xbb\xd0\xae\xb2\xfa\xe6\x60\x58\x9f\x9a\xb0\xe7\xbf\x73\x6f\xd0\xdd\xfe\xac\x9b\xc3\xa7\xf3\xb7\x7a\xb2\x8f\x65\x71\x1f\xcc\x7d\x61\x14\xf3\x02\x63\xde\x10\x45\xd6\x31\x70\xb6\x73\x79\x8f\x53\xa3\x30\xab\x4a\xd1\xe1\x89\x43\xe1\x7b\x0c\x86\x48\x99\x64\xd6\x3e\x55\xcd\xaa\x8b\x74\xb1\x5f\x40\x59\xc4\x22\xad\x7d\xe2\xd6\xf0\xb3\xc0\x31\xa0\x59\x62\x8f\xd3\x5c\xb0\x9f\xab\x25\x61\x0f\x39\xbf\x1f\x76\x60\x0f\x1a\x1f\xfc\x07\x8f\x4b\x8d\xc3\xc9\x54\xb6\xea\x43\x2a\x0b\x7e\xf2\x5c\xf1\x32\x8b\x07\xcc\x5a\x68\x71\xaa\xee\xbf\x27\x8d\xc8\x15\xd2\x0d\x1d\xd8\x0e\xf6\x8d\x59\x17\x15\x4e\x95\x0b\x48\x87\xed\x45\xdd\xf3\xd5\x8f\xa4\x47\x6f\xad\xeb\x47\x86\x0d\xcc\xc5\x4f\xc0\x7e\xb9\x18\x68\x88\x05\x61\x74\x4d\xdf\x93\xb2\x2e\xc4\xcd\xdb\x05\x6e\x91\x81\xeb\x12\xd6\x4a\xb9\x1c\xeb\x7f\x76\x90\xd6\xac\xf2\x21\x7b\x90\xa5\xef\x27\x43\x9e\x39\x66\x81\x70\x33\x4e\x3d\xb4\x3f\x85\x61\x86\x00\xd2\xff\x68\x5b\x2a\xde\xe4\x2f\xfa\x52\x1d\xc9\x73\xb6\x4d\xa9\x89\x16\x71\x60\x02\x77\x3f\x97\x82\x00\x72\x44\xc3\x35\xac\xe1\xc0\xad\xeb\xa1\x64\xd8\xa3\xa7\x34\xc3\x4f\xa1\x8c\x3f\x8b\x2c\xdd\xe3\x59\x6d\x61\xf6\x10\x82\x7b\xcf\xa2\xde\x25\xc4\x71\x90\x4f\xf7\xb9\x4d\x67\x4b\xad\x6b\x77\x04\x56\x3e\x7d\x9a\x22\x39\x1a\xd3\xca\xb3\x14\x7d\x0f\xf9\xc6\xc0\x76\x49\xb3\x3c\x5a\x8f\xbe\xa0\xc4\x52\x51\xfe\x9b\x04\x5f\x71\x0f\x9f\x60\x6a\x44\xb6\x55\x10\x5f\xd5\xaf\x9d\xab\xed\x58\x05\xb9\xe1\x92\xb5\x63\x1d\x7a\x6c\xba\x75\xf0\x9c\xc2\x7b\x82\xa1\x82\x4f\x7c\x41\x4c\xdd\x21\xb3\x49\xa6\xa1\x60\xad\x57\xa3\x3d\x23\xd7\x43\x60\x0b\x35\x06\x7f\x3a\x00\x9d\xd4\x1a\x18\x31\x5f\x9c\x7a\x0b\xdc\xe0\x30\xe5\x4a\x1c\x84\x74\x1b\xaf\x83\xe8\x80\xcb\x7e\xcf\x3d\x5f\x9f\x5f\x87\xea\xfc\xb2\x36\xc6\x91\xec\x4b\x8f\x47\x56\xc5\x5f\xb5\x6e\xd2\x11\xbe\x81\xd2\x37\x5d\x23\xc8\x90\xeb\xdc\xab\x08\x71\x52\x5b\x9b\x25\x92\x35\x3f\x49\x59\xc7\x85\xb9\x9a\xd3\x92\x40\x46\x19\x16\x06\x68\x4d\x2a\x55\x30\x33\x89\x81\x5f\xb0\xdf\x0c\x1e\x14\xb9\xac\x3b\x59\x89\xc9\x35\x6f\xeb\x6c\xcb\xf8\x86\x25\x4b\x2f\xd9\x6c\x47\xe3\x57\x25\x65\xc3\x5a\xd1\xa1\x66\x8b\xad\x24\xe8\x86\x79\xcd\x7e\xc3\x20\x4d\xdf\x6c\x67\xb8\x9d\x23\x36\xdb\x31\x2b\xb3\xe0\x65\x85\x11\xed\xbb\x9e\xcf\xcb\x0a\x92\x2a\xa4\x60\xbc\x6d\xf6\x89\x83\x0c\xfc\x57\x0c\x92\x24\xce\x6f\x86\xd2\xe9\xb7\xea\x06\xd7\xae\x6b\x63\xa1\xdc\x6a\x63\xc6\x12\x65\xc4\x2c\xdf\xe4\x95\xa3\x5a\x36\xfa\xee\xa2\x2c\xea\xcf\x35\xd2\x0c\xe0\x44\x66\x90\x02\xd3\xdf\x98\x69\x7f\xb1\x3f\x24\xc3\x3b\x4d\xad\xcd\xd8\xce\x05\xe2\x57\x9b\xa7\x71\xd2\x10\x33\x35\x57\x0b\x10\xc0\x70\xd3\x02\x70\xf0\xab\x2d\x81\x06\x12\xdb\xd7\xfd\x47\xe2\xf4\x15\xc4\x36\x1e\xdc\x21\x03\xab\xc4\x80\x2a\xf6\xf9\x92\x65\x69\x67\x55\x33\x7a\x79\xf1\xf5\x4d\x2e\x1a\x9b\xdc\x8a\xe4\xef\x49\x81\x5f\x30\xb6\xaf\x78\x41\x78\xfb\xf0\x91\x45\x2e\xcc\xcc\x23\x73\x5b\x14\x03\xee\xe8\x4e\xcf\x46\xe3\x58\xc7\x65\x4c\x11\xd2\x9e\xb3\xcc\x70\xcb\x93\x45\xc5\x2f\x3a\x76\x6b\x52\x5a\x0f\xd1\x1e\xa2\xbd\x03\x28\x65\x29\xf3\x20\xdf\xa5\x78\x81\xad\x95\x1f\x32\x94\xc7\xeb\x29\xd8\x83\x05\xbe\xec\xb1\x42\x5f\xf6\x58\xc1\x6f\xa2\x97\xf4\x9d\x4c\xff\xfb\x14\xd1\x30\xbb\x47\x2d\xe0\xb0\x47\x76\x87\x0e\xf3\x46\x2e\x0c\xf5\xe6\x3e\x2d\xcf\x14\xcb\x6a\x91\x7e\xeb\xc6\xba\x67\x77\x33\x4d\x39\x5c\x92\x71\x5a\x0e\xf1\xfa\xde\x78\x26\xe0\xc3\xb2\x45\x55\xa1\xff\x51\x49\x77\x06\xb8\x8d\xb6\xed\xed\x01\x6a\xc2\x1e\x4a\x51\xd8\x27\x53\x95\x81\x9e\x13\xaf\xbd\xa4\x73\xf1\x59\xbf\x1d\xd1\x35\x3e\xf9\xaa\x9f\xad\xed\x6d\xc3\xe8\x21\x76\x63\x28\x6f\x30\x33\xba\x24\xe4\x88\x62\x67\xf2\x2d\x93\xa6\xad\x31\xb0\xf6\x5b\x55\x0a\x6e\xa2\x8f\x41\x58\xaa\x33\xd4\xc4\xbd\x71\x18\x3d\x13\x85\xc4\x2f\x89\x71\x70\xdc\x72\x03\xa1\xfd\xd4\xbf\x27\x66\xd6\xba\x9d\x01\x46\x6e\x1a\xc7\x53\xd3\xff\x52\x8c\x4a\x3a\x20\xc2\xcf\x96\xdb\xb0\x87\x7a\x77\x24\xf5\x21\xc8\xae\x6a\x1a\xff\x5f\x14\xf9\x87\x41\x8b\xcd\xdd\xed\x8f\x24\xf1\x3f\x3e\x39\x61\xe0\x93\x41\x69\xc5\x1d\x2b\xb5\x6a\xc3\x28\x7f\x3e\xd9\xf9\x81\x9a\x26\x65\x08\x0a\x1f\x8e\xb1\x95\x6c\x94\x88\x28\x30\xe7\x9d\x78\xaf\x0a\x7d\xfb\x9a\x3d\x65\x10\x79\x94\x3d\xf5\x07\x1f\xab\xf2\x0a\xde\x5e\xbe\x47\xb5\xd1\x4b\x68\xe1\x35\x6f\x2f\xbf\x7d\xcd\x8e\xe0\xe1\xbb\xf2\x62\xd9\x7f\xfb\x7a\x34\xd4\x5e\xd4\x1c\x2a\x99\x52\xd2\x32\x3a\x7f\x42\x29\x99\xef\xcd\x04\xca\xa4\x6f\x5a\xb9\xfa\x86\x5a\x03\xeb\x73\x53\x04\x93\x33\x8e\x43\x04\x03\xd0\x1e\xa1\xa7\x0b\x59\x5f\xec\x80\xdf\xb5\x2b\xb0\x06\x96\x9f\xe5\xab\x3d\x90\xf8\x89\x42\x3d\x1d\xe1\xac\xd4\xf4\xa0\xac\x0b\x62\x07\xd9\xc2\xdb\x61\xe8\x61\xe5\x8f\xa6\x6b\x44\x55\x81\xdb\xa0\x6a\x1e\x98\xa2\xd9\x4e\x10\xea\x85\xaf\x7b\x99\xcb\xb6\x15\x79\xaf\x0a\xc9\xc5\x22\x5d\x84\x37\x65\x0f\xba\x9b\xa1\x52\xa0\xab\xac\x78\x0f\x05\x6a\x19\x7d\xa7\xa1\x6a\xef\xc0\x23\xba\xce\x25\xe3\xd6\x03\x84\x68\xbc\x00\x1a\x45\xbe\xe2\x16\x1d\x60\x53\xeb\x51\x19\x50\x05\x1f\xb1\xf3\xcf\x3e\xea\x20\xa6\x3d\x9f\x9f\x94\x3f\x89\xbb\x23\xf6\xd9\x47\x67\x04\xfa\xf5\x79\xd0\x40\x2b\x2b\x98\x51\x2f\x6e\xfa\xb9\xbc\x89\x3a\x20\xc7\x1e\x88\x5d\x55\x95\xb5\x98\xed\xd8\xf1\x3a\x0b\x97\x12\x6e\x6c\xcd\xe1\xe2\xae\xec\x29\x75\xa2\x8a\xca\xba\xda\xcc\x76\xce\xc0\x41\x09\x7b\x71\x9a\x4e\x22\xad\xd3\x92\xc6\x5a\xb7\xf1\x08\xa5\xfc\xeb\xba\x75\xa9\x80\xe0\x56\xe9\xa4\xfb\x4e\x3d\xab\xac\x75\x37\x1b\x34\xe5\xc6\x0b\x75\x5f\x40\x91\xe1\x41\x05\x1d\xa0\xd6\x2b\xd5\xbe\x4d\xcc\xeb\x6c\x65\x77\xd3\x46\xcd\xea\x5c\x75\xfe\xd0\x4d\xa0\x6e\xea\x6b\xab\x7f\x88\x4f\x35\x9c\xa7\xb0\x60\xb0\x55\xdd\xc7\xe7\x11\x01\xf5\x6f\x03\x44\xbd\x52\x16\x06\x5d\x44\xc6\x16\x65\xdb\x25\x74\xe5\x91\xed\x52\x28\x7a\xb4\x36\x34\x60\x3b\x73\xaf\x21\x0d\x18\xd1\xc0\xd7\x49\xd9\x65\x8e\x2e\x52\xbb\x9d\x8d\x06\x19\x31\x90\x87\xa9\x61\x6e\xe1\x62\x01\x66\xae\x3b\x9d\xda\x80\x16\xb9\x12\xb1\x36\xcd\x44\x08\x00\x43\x97\x40\x66\xf2\xc9\x5c\x69\x24\x77\xfb\x71\x5d\x55\xee\xf1\xc2\x1b\xe2\x0c\x8b\xf2\x2a\x18\x2e\x01\x2a\x65\x34\xc4\xa2\xc4\xa8\x9e\x6a\x2b\xb2\x4c\x76\x8d\x5b\x52\x3e\x67\xae\x45\x8c\xd3\xd5\x89\x7d\x8d\xba\x33\x4a\x36\x09\x39\x00\xa3\x86\x15\xb6\xe6\xbc\xcf\xcc\x41\xfe\xd9\xe1\x68\xd2\x8a\x2b\xd1\x76\x22\x8b\x03\x48\x98\x4b\x51\x91\xdd\xaf\xef\x9e\xc6\xf7\xd7\x7b\x75\xde\x3f\x08\xeb\x5d\x43\xdc\x09\x45\x0c\x00\x63\x00\xa3\xee\x2e\x50\x30\x65\xf4\xdd\x03\x0a\xee\x60\x38\x2e\x0f\x18\xb2\xa7\x5b\x45\xcf\x6e\xc1\x0c\xf0\x6d\x88\xff\xd2\xcd\xd8\x50\x07\x54\x4d\x21\xd4\xd8\xf1\xdb\x27\x7f\x72\xc8\x39\xcf\xab\x0a\x62\x98\xb3\x5e\x62\x2b\x85\x64\xf9\xba\xeb\xe5\x0a\x7c\xeb\xad\x20\x6e\x21\x69\xfe\xf3\x0d\xe3\xf0\x0d\xae\x7e\xac\x59\xf2\x4e\x4c\xd8\x5f\x3a\x13\x0a\x11\x64\x6f\xbe\xaf\x4a\x4b\xb0\x55\xd5\x68\x6c\x45\xa9\xf8\x81\x6a\x43\xfe\x7c\xc6\x7f\xc5\x38\xec\xf0\x9a\x3c\xf9\xd0\x2d\xbf\x1d\xb3\x39\xa5\xae\x2c\xfb\xcf\xbd\x6c\xf4\x76\x90\x10\x67\x01\x66\xd1\xf2\x6b\xf5\xa2\x90\xb5\x50\x23\x46\xe9\x39\xd8\xea\xd7\xe0\x79\x55\x76\xcc\xcd\x46\x3f\x66\xfc\x4a\x02\x48\x88\x8b\xab\x6b\x91\x8b\xae\xe3\xed\xc6\x1d\xb4\x6a\x80\x12\x76\x87\x4c\x6b\xa0\x43\xa5\xc7\x34\xaa\x46\xeb\xfe\x65\x74\x1f\x19\xba\x18\x24\xc3\x43\xd0\x89\xe9\xa1\x4a\x14\x07\x26\x35\xa2\xe0\xdb\xe4\x52\x6c\xd8\x93\x41\x31\xf6\xa0\x2a\x28\x7d\xcd\x1a\xd6\x0d\xa4\x80\xa1\x2b\x9f\x96\x67\x30\x8c\xe9\xd4\x4c\x56\x3d\x6f\x17\x85\xa4\xdb\xb1\xe0\xba\x57\xd2\xf8\x08\xf1\xe2\xf0\x3a\x99\xf9\x83\xf2\x53\xc3\x3b\xbe\xc8\x0d\x5d\x9c\x80\x74\x63\x3e\xae\xae\x11\x79\xb9\x28\x73\x52\x51\x82\x23\x19\x05\xca\x40\x67\x1a\x30\x46\xc7\xea\xc6\x06\x0a\x22\x78\xb4\xbc\x5b\x6a\xb7\xb5\xa2\x95\x4d\xa3\x4d\x97\xb8\x8d\xf5\xa0\xf6\x15\xca\xc5\x37\x72\x8d\x8d\x5c\xd6\xf2\x1a\x0c\xa5\x5a\x71\xa1\xee\x7b\xad\x28\x18\x27\x83\x2d\x33\x06\x70\x41\x6b\x45\x2e\x57\x2b\x51\x17\x28\xfc\x07\xde\x5f\x6f\x7c\xa1\x99\x0b\x33\x15\x20\x06\xe8\xde\x14\x6c\x18\x6c\x55\xeb\x88\x43\x16\x43\x8d\x27\xd0\x56\xbf\xe1\x0d\x64\x10\x8e\xb5\xca\x0a\x97\xa8\xc2\x74\x6a\x23\x34\x2b\x2e\x0b\x5f\xef\xee\xe2\x8f\x09\xa8\xfc\x9f\x4c\xa9\xf3\x61\x7d\xa5\xea\xab\x33\x7d\x8d\x53\xc3\xe9\x26\x8b\xb2\x2e\xb2\x46\xed\xbc\x06\x1b\x9e\x9a\x86\x21\xcc\xf9\xda\xcf\x4a\x4d\xa0\x09\x46\xe4\x2a\x45\xbd\xc3\x3b\xe5\xb3\xda\xcb\xc6\xb8\x4f\x6a\x37\x3e\xcd\x40\x8c\x59\x59\xb3\x2e\x6f\x85\xa8\x59\x2e\x65\x5b\x94\x35\xef\x45\xe7\xfa\x71\xae\xf8\x46\xa1\x45\x2d\x2e\x38\x5c\xc2\x13\x5e\x77\x46\x84\x52\xa8\xc1\x31\x8c\xc7\x44\x34\x55\x53\x6c\xb2\xe6\x53\x83\xa1\x31\x20\x3f\xa4\xee\x26\x63\x34\x0d\x9b\xcb\x2b\x34\xe8\x6b\x78\xa1\xa8\x6a\xe2\x86\xaf\xc7\xfd\x5e\x36\xc9\x0b\x7e\xc0\xcf\xab\xa5\xff\x8a\x62\x41\x1f\x57\xa5\xa8\xfb\x1f\x20\x49\xf9\x44\x0d\xe3\x69\x28\x29\xa3\x6e\xdf\xcb\x66\xd0\x40\xb1\x91\x2d\x05\x9d\xa1\xc2\x34\x6a\x5e\x17\x6c\x2e\x2a\x79\xed\x41\x77\xcb\x04\xde\x61\xf5\xe4\x24\x3e\x62\x34\x87\xc1\xd1\x8d\xd9\x5c\xf6\xbd\x5c\x0d\x15\xf9\x0a\xbe\x9a\xbb\x5d\x38\x8b\x6f\x4a\x8a\xf1\x03\x8e\x87\x10\xd6\x46\xb6\x6c\x5e\xc9\xfc\x92\x5d\x97\x05\xe5\x51\xb6\xa6\x97\x57\xa2\x85\x94\x46\xb4\x03\x35\x26\x65\xe8\xbe\x04\x86\x7b\x94\x62\x44\x6d\x7f\xb5\xd7\x2b\xc4\x14\x5a\xf2\x53\xbb\xe6\x9a\x5b\x40\x18\x7c\x9a\xa5\xa3\xc5\x80\xc0\xc4\x91\xc2\xf6\xbc\xea\xff\x24\xca\x8b\x65\x9f\x2d\xe1\x4f\xcc\xa8\xfa\x6c\x61\xbc\xd7\x02\xa0\x0e\x34\x7b\x1f\x70\x01\xae\x08\xd4\xac\x13\xc6\xcc\x13\x22\xe1\xab\xb7\xaf\xfa\x4f\xb3\xf4\x74\x1a\x18\x79\xeb\x84\x3d\xe0\xe8\x02\xc4\x73\xea\xfc\xb2\xb0\x19\x6c\xf8\x1e\x69\x1f\x39\x81\xab\x5d\xa3\xb1\xcb\x23\x51\xbc\xaa\xd8\x29\x48\x2d\xa0\x1a\x80\xb1\xfb\xf9\xe0\x0a\xfc\xa3\x15\xa5\x22\xaf\x72\xec\x87\x83\x42\xf8\xbf\x85\xbd\xcf\x63\xea\xa0\x47\xf6\x9d\x1e\x75\x5a\x8c\x19\xac\x82\x5b\xab\x7b\x04\x5e\x92\x0b\xbf\xdd\xe9\x91\xb7\xfd\x84\xbd\x62\xc1\x32\x60\xfe\x33\x4a\x3c\x2d\xaa\x72\x55\xaa\x6d\x2f\x6b\x45\x93\x96\xac\x2b\x0b\xd1\x29\xde\x99\x82\x50\x91\x07\x6d\x2d\xeb\xbd\x53\xf4\xb5\x7e\x38\xd8\x5e\x8b\x5c\xb6\xc0\xaf\xfe\x8d\x82\x38\x8f\x68\xf4\xad\xe0\x97\x1d\x44\xb0\x32\xab\x62\x93\xaa\x05\x27\x1c\x04\xe9\x02\x83\x71\xed\xd3\x09\xee\xbf\x4b\x59\x15\x94\xc2\x94\xc9\x05\xb1\x22\x90\x75\x75\xae\xee\x40\x78\xe6\xcd\x5b\x79\x29\x6a\x8c\x8b\xa5\x83\xc0\x43\x29\x44\x48\xc8\x85\xa4\x7e\x61\x75\xa4\x9d\x21\x8b\xef\x20\x60\xd6\xc8\xee\x01\xcb\x19\xd6\xd8\x72\xb4\x9b\xc8\x67\xbd\xec\x79\x65\xe2\x00\x24\x89\xc0\x85\x15\xcb\xd2\x5e\x7d\xc0\x58\xbc\x0a\x03\x03\x79\x03\x07\xa0\x76\xa2\x36\xdb\x78\xbe\x61\xa7\x17\x2d\x6f\xd4\x2d\x1d\x0b\xe6\xd5\x5a\x31\x89\x0f\xc2\x00\x92\x1c\x94\x75\x71\x8c\xb5\x30\x7d\xc8\x84\x9d\x2f\x64\x7b\xcd\xdb\xe2\x1c\x12\x65\xb5\x2b\x9d\xc3\x56\xa1\x9b\xe5\x28\x57\x12\xc6\xa0\x70\xf5\x9a\x6f\xac\x19\x3e\xac\x37\x25\xb4\x56\xe8\x23\x55\x53\x1d\x2b\x15\x9a\x10\x05\x9d\x97\xc8\xb3\xc0\xbd\x97\x70\xc2\x54\x2d\x3b\xd6\xb7\x1c\xc4\x0d\x90\xb1\xef\xaa\x54\x48\xc5\x64\x5b\xa8\xbb\xe6\xda\xbd\xcf\x3a\xab\x73\x0a\x27\xad\x69\xf6\x93\x28\x87\x6a\xe2\xb5\x6e\x61\x44\x6b\x6b\x9c\x2d\xd1\xb1\xd4\xc0\xfe\x1a\x83\xd6\xb1\x8a\x77\x3d\x66\xe5\xad\xcd\x1c\xc6\x76\xd3\xe0\x9a\x8b\xc2\xa9\x48\xde\xf3\x3c\x6f\x65\xd7\x39\x04\x43\x41\x7f\x42\xa9\x14\x5b\x80\x43\x4d\x77\xff\xc5\xba\x85\xad\x6e\xda\x66\x12\xa2\x49\xbb\x24\x1d\x6e\x00\xd8\x17\x8d\x1c\xff\xff\xd5\x86\x15\x62\xc1\xd7\x15\xc9\x7a\x74\x8c\xc4\x95\xbc\x12\x9d\xc9\x43\x09\x81\x30\x35\xf6\x28\xd6\x94\x86\xaf\x85\x13\xec\x7c\xbe\x39\x67\xbc\xbd\x40\xe2\x45\xf7\x18\xd0\x60\xa8\x8d\x0b\xe8\x89\xf3\x59\xc9\x56\x18\x82\x40\xcb\x8d\xd6\x73\x3a\x94\xa2\x65\x4c\xa9\x3f\x70\xc8\xa6\xa6\xd1\x9d\x9c\xbc\x42\x70\x42\x74\x70\xa8\x7b\x16\x06\x3a\x20\x87\x5f\x83\x9b\x14\x51\x84\xe7\x4b\x8c\xa4\xf1\x8f\x35\x8c\x11\x1b\x27\x99\xbd\x0e\x8d\x60\x23\x31\x42\xca\xb5\xb9\x80\xc1\x17\x00\x88\x60\x37\xab\x0f\x5f\x6d\x8e\x97\xbc\xd5\xf9\xd9\x69\x5f\x8c\xd9\x7c\x93\xda\xd8\xdd\x65\xd9\xbc\xea\xe5\xaa\xb3\x0e\xad\xaa\x96\xd3\x8e\xf7\xde\x6d\x6d\x88\x02\x0d\x6c\x7c\x07\x77\x6a\x85\xf7\x17\xad\x5c\xc3\x11\x8a\x67\x02\x71\x42\x95\xe8\x7b\xd1\x3e\xec\x50\x47\x62\xe0\x85\xbe\x5a\xf2\xf6\x98\xf7\xe2\x42\xb6\xe5\x4f\xa2\x1d\xa9\xcd\xac\x0e\x19\x6c\xd5\x1e\x3a\xd7\xcb\xb2\x17\x98\x53\xd1\x26\xe4\x4c\x82\xf2\x8f\x6a\x94\x01\x2c\x7f\x49\x38\x92\x93\x91\xba\xf8\xcd\xa9\x33\xa7\x20\xf9\x9d\x52\xa1\xd1\x76\x90\x13\x67\x52\x1b\xf6\x1d\x92\xc9\xf3\x76\xa3\x19\x1c\x3a\xcd\x35\xb5\x50\xfb\x16\xab\x9f\x53\xb6\xd1\x1f\x5b\xde\x9c\x23\x31\x5b\x8b\x31\x36\x72\xdd\xf2\xa6\xa1\xc0\xa0\x14\x7e\xd4\x6e\x76\xee\xef\x75\x55\x16\xe3\xdd\x6a\xca\xa2\x23\x8a\x58\x2a\xe0\x94\x21\xaa\xe2\x13\x1d\xc7\x11\x0a\xf7\xbe\x09\xee\x0b\xc5\xcd\x79\xa4\x89\x1b\xe4\x52\x24\x49\x1d\x9d\xf1\x90\x80\x3c\x5e\xcc\xf7\x12\xf8\x27\x02\x4a\xb4\x3f\x1c\x18\xa4\xac\x82\xb5\x85\x5b\xdc\xd0\xd0\xc2\x9a\xe6\x1e\xb9\x51\x34\xeb\x5b\x6d\x26\x48\xc9\xcf\x8b\x12\x8d\xf8\xcf\x49\x7c\x0c\x0b\x49\x44\xa2\xec\x35\xad\xec\x88\xac\x51\x04\x02\x1f\x17\x32\x1c\x0f\x64\xeb\x57\x2b\x2a\x0a\xcb\x87\x74\x23\xcf\xfb\xcc\xe9\xce\x7a\xba\x51\xcc\x50\x1c\xe4\x95\x60\xba\x0c\x0d\xa2\x66\x4d\x79\x23\xaa\xce\x23\xe3\x38\x78\x00\xcc\x39\x04\x9c\xd1\xb1\x6c\xce\x2f\x24\xaf\x8e\x65\xb5\x5e\xd5\x0f\xbb\xed\xe0\x4e\x3f\xf1\xe2\x5d\x4f\x6c\x23\x23\x44\x2d\xff\x46\x4a\x67\x3d\xf1\x78\x44\x80\x21\x8c\x46\x8f\x46\x2f\x4b\x45\x24\x64\xdd\x3b\x27\x92\x0b\x07\x7b\x60\xe3\x02\x7d\xde\x31\x79\x5d\xa7\x6a\xa9\x9d\xa0\x8e\x15\x38\x83\x0c\x22\x13\x73\x83\x8b\x0b\xa3\x58\xf2\x2b\x01\xe1\xa0\xd4\xc8\x59\x0e\x43\x67\x1d\xe6\x49\x82\x5b\xb3\xb8\x02\xc1\x32\xbc\xbf\xe6\x74\xfb\x80\x96\x63\x6c\xfe\xab\xc1\x92\x08\x93\xf5\xda\x3c\x92\x4e\x39\x2d\xa6\x51\xda\xb4\x7b\xef\x2d\xf7\xf5\xdb\x37\x0c\x43\xa9\x61\xb2\x23\x0e\x0c\x38\xc4\x06\xcf\xf2\x65\x59\x99\xa7\x72\xc1\xce\x55\x89\x73\x1b\x33\xaa\xd6\x37\xf6\xb1\xa5\xcd\xba\x38\x08\x99\x74\xb2\x65\xe0\x9e\x6a\x08\x72\x8e\x17\x5e\x62\x68\x07\xee\x2c\x2e\x66\x1a\xa9\x27\x9c\xc2\x26\x88\x18\xe1\x48\x2b\xc0\xa4\xd7\x09\x42\x44\x64\xd2\x0b\x43\x75\x3e\x26\x21\x65\xa7\xae\x00\xa4\x90\x70\x50\x42\xb5\xa1\x05\xff\x65\x45\xa9\x55\x57\x82\xd7\x65\x7d\xb1\x58\x57\x2c\x2b\xf1\x42\x81\x61\x87\x80\x20\x52\x2e\x3d\xd9\x52\x80\x5d\xce\x1a\x9b\xa6\xdf\x93\x66\x8c\x02\x8c\x28\xe4\xea\x55\xff\x4e\x76\x5b\xef\x12\xda\xd8\xca\x2b\x7c\xdf\x52\x46\x80\xf4\xa5\x40\x6a\xd2\x35\x04\x7d\x3e\x36\xfc\xd5\x62\x4d\x5b\x50\x01\x97\x77\x9d\xcc\x4b\xd4\x9c\x59\x40\x03\x53\xa5\xea\xea\x24\xb3\x3f\x02\x71\xe7\x8a\xea\x2b\x0c\x50\x54\xc0\x30\x41\xb5\xc5\x11\x05\xd4\x06\xc8\xfe\xc2\x15\x36\xea\x48\x69\x3e\x50\x1a\xd9\xbd\xea\x5f\xbf\x7d\x93\xd5\x10\x53\xde\x64\x6c\x3b\xb8\x17\x42\x4e\xbe\x77\xb7\x6e\x00\x2c\x68\xff\x58\xca\xb6\xe8\x32\x90\x92\x62\x92\x91\x5c\x4d\x22\x71\x82\x3c\x48\x92\xe2\xb6\xa9\xed\x21\xbc\x96\xef\x93\xa1\xc4\x52\x5b\x7f\xc1\x86\x36\xc6\xb9\xba\xa3\xa7\x6e\x4f\x94\x5c\xcc\x69\xae\x15\x60\xe2\x54\xd0\x21\xef\x21\xa6\xc6\xe1\x6c\xef\x70\x64\x11\x39\x3b\x1c\xa1\x74\xd4\x48\x09\xcb\x05\xab\xa5\xa9\x64\x36\xff\x15\x2f\x2b\xd0\xf2\x49\x97\x65\x51\x43\xc3\xdd\x46\x17\x01\x20\xa7\x60\xc1\x83\x54\x06\xfd\xaf\x35\x01\x41\x05\x5d\xd7\xb7\x8a\x13\x04\x11\xf3\x05\x04\x19\x32\xb9\x98\x9d\xd9\x84\x1b\x09\xa1\x6d\xb6\xc7\x18\xfa\x66\x53\x76\xf8\x88\xa5\xc4\x90\x46\x79\x1f\xda\x04\xeb\xb6\x6d\xc3\x91\xd7\x3d\x54\xbb\xbd\x85\xea\x93\x4a\x2c\xc0\x13\x04\x1e\x5a\x10\xa0\xd9\xe2\xcc\x4d\x85\x90\xf7\x41\xf7\x70\xe6\x7b\xda\x76\x27\xb5\xa1\xda\xf6\x63\xbc\x9c\xea\x32\xea\x76\x7b\xd2\xf0\xba\xcb\x54\x99\x28\x84\x4d\xc3\x6b\x36\xc5\x1a\xa7\x5f\x51\x51\x54\x59\xd0\x15\xb7\x91\x1d\xdb\x43\xc6\x0b\x75\xb0\x7b\x87\x34\xc3\xb3\x18\xc7\x17\x15\xef\x7b\x51\x83\xcc\x5d\x8d\x7d\xcc\x32\xd5\xc3\xa4\x28\x5b\x35\x5d\x73\x9d\x9d\x7c\xf7\xfe\x07\x48\x31\x93\xc1\x22\xbc\x60\x07\x83\x27\x0f\x84\xf6\x47\x36\x88\x5d\x97\x45\xbf\x44\xd5\x97\x3d\x40\x4a\x57\x39\x31\x61\x6f\xf8\xc6\x26\x98\xe6\x79\xbe\x6e\x21\xd7\x1f\x6b\xc5\x42\xf1\x18\xc8\xa9\x9a\x76\x2a\x2f\x6f\x7f\x46\xf2\x6f\xde\x42\x3e\x6a\x23\xe5\xe9\x97\x6c\x21\xeb\xbe\x63\x10\x01\x14\x63\x31\xca\x05\x2b\xeb\xab\xb2\x28\x8b\x35\xaf\x28\x92\x62\x88\x72\x20\xff\xc7\xb1\x1f\xeb\x5e\x7e\x54\xcd\x6d\x09\x33\x88\xa2\x9c\xb7\x2d\xcf\x2b\xbc\xf5\x40\x85\x44\xe8\x50\x07\x2e\x58\x07\x01\x83\x52\x8b\x24\x4c\xf0\x9e\x8f\x10\x71\xc8\x78\x55\x21\xaf\x38\x3c\x78\xc5\x14\x5b\x11\xd2\x43\x06\x5e\x99\x1a\xe9\x91\xfb\xf2\x11\x7c\x9f\x9d\x9e\x9b\x37\x0e\xf3\x58\x88\x2b\x51\xc9\x46\xb4\x93\x95\xfc\xa9\xac\x2a\x0c\x8b\x28\xea\xbd\xbf\x9c\x20\x1f\xf9\xa3\x98\xef\x1f\x9f\x9c\xec\x9b\xca\xb4\x97\x8e\x4f\x4e\x4c\x4c\xd2\x91\x7f\xac\x7c\xde\x19\xd1\x19\x11\xaa\x94\x71\xa9\x2b\x80\xd9\x32\x71\x02\xd2\x7b\xb7\x78\x3c\x6b\x5f\x09\x63\xc6\xaa\xc7\x45\x02\x5a\x97\x9e\xdb\x94\x90\xdc\x84\x8a\xeb\xca\x8b\x1a\xad\x2b\x8e\x4f\x4e\xec\x35\xef\xf4\xbc\x11\xad\x5a\x25\x6f\x10\x9f\xa4\x6f\xf8\x5b\xaa\x25\x82\x28\x9e\xd2\x02\x48\x6d\xa1\xc5\xb1\xc1\x68\xe1\x36\xb9\xee\x61\x5f\x07\x21\x44\x0d\xe3\xad\x23\x7a\xf0\xea\x9a\x6f\x3a\xef\xe6\xc7\x57\xc2\x4c\xf7\xf4\xbc\xff\xd9\xd3\x09\xc5\x68\xa1\x5a\x1c\x85\x50\x7c\xc3\xfa\x16\xe3\xb6\x72\xc7\x92\x23\x40\x0a\xaf\xa9\x84\x74\x17\xfc\x6a\x11\x7a\x29\x7b\xa8\x24\x60\xc3\x63\x42\xd7\xbf\xbd\x05\xca\xfb\x25\x4b\xd8\xc4\xd3\xb7\x17\x91\x15\xfc\x96\x48\x68\xde\xd8\x63\xcf\xfe\x07\x28\x81\xf4\x59\x97\x82\xc2\x00\xed\xfe\xd1\xf0\x19\x65\xa7\x19\xba\x53\x75\x49\xed\x90\xe2\x7c\xb2\x82\xe7\x47\x12\x5d\xd0\x84\x33\xde\x59\xf6\x46\xc7\x85\xd4\x38\x04\x12\xa1\x3d\x10\x09\x7d\x0a\x55\x71\xaa\x27\xe8\x0a\x1c\x03\x7d\x44\x4d\x52\x07\x81\x3b\xee\xc7\x90\x51\x5d\x67\x38\x38\x2e\xd0\x8f\x48\x88\xcd\x30\xf3\xc6\xba\x35\xfb\x10\x37\xaa\x55\xef\x90\x42\xd7\xe6\x82\x09\x82\xc5\x9a\xe8\xf5\x70\xb9\x76\x02\x7c\xaa\x33\x9d\xe4\x32\xf3\xbf\x8b\xbc\xef\xf0\x7e\x8c\x7c\x07\x76\xd6\x09\x28\xd5\x61\x08\x4f\xca\x7e\x03\x62\x71\xba\xd6\xfc\x82\xb2\xf1\x7f\xff\xf3\x5f\xe5\xc2\x8f\x4f\xac\x18\xac\xbd\x5e\xee\x01\x6f\x45\xe2\x7c\xb1\xe8\x57\xb2\xeb\x69\x5c\xb9\x5c\x91\xe0\x77\xec\x84\x07\xb6\x92\x72\x55\x31\x59\x3c\x58\xda\x80\xbf\x0a\x2d\xb9\x80\x71\x32\x49\xb9\xdf\xf0\x1b\xc5\x64\xa9\x1d\x3e\x94\xf0\xbf\xbc\x2a\x79\x05\xf1\xd5\xdc\xba\x21\xdf\x06\x0c\x55\x62\x67\xbf\xea\x33\xc3\xaa\x25\x63\xf8\x8b\xba\x6f\x37\xc6\xc5\xc3\x44\x1e\x09\x46\x03\x26\xb5\xaa\xa4\x71\xc2\x31\xad\xb2\xdd\x5d\x6c\x44\x33\x75\x45\xd9\x26\xac\xc0\x68\x3e\x58\x12\x10\x23\x98\x81\x66\x52\xd1\x58\x4e\x38\x33\x46\x0d\x8c\x6a\x36\xa4\x53\x66\xb8\x36\x16\x86\x13\x8f\x2e\x73\x98\x54\x6c\x48\x42\x33\xc4\x10\x8f\x12\x84\xcd\x1d\x58\xb8\xbb\x8e\x21\xcb\x91\x7b\x55\x22\x0a\xb6\xe4\x1d\x66\x31\x4b\x6c\x72\xed\x59\xe1\xab\xda\xae\x78\xcb\x3e\x70\xa7\xfb\xfd\x7d\x76\xc2\x17\xbc\x2d\xbd\xcc\x97\xb0\x4a\xc6\x37\xc3\x98\xdd\x00\x6d\xb9\xe9\xd9\x4a\xd4\x6b\x38\x5d\x1b\xad\xfb\xa7\xa6\xd4\x35\xb9\x82\xe8\xc2\x3a\xc4\x6c\x25\x78\xd1\xb1\x35\xc8\x0d\xd1\x5c\xde\x89\xab\xab\x13\x57\x6b\x1d\x99\xd7\x96\xd7\x99\x35\xa5\xa4\x34\x62\x94\x3c\xcc\x31\x05\x52\x0c\x01\x79\x8f\x4c\xbc\x86\x20\x6e\xd7\x65\xb5\x2e\x2e\xe0\x62\x49\x8a\x67\xde\x4f\xa2\x45\xb0\xc6\xcd\x0e\xf4\x6e\x6f\x75\xf0\xfa\x49\x87\x90\xda\xdd\x65\x59\xf6\x81\x6b\xb4\xb7\x6e\x9f\x23\xb0\xe7\xaa\xd7\x15\x24\x32\x57\x25\xa6\x53\x76\x25\xcb\x82\x1d\xb0\x97\xfa\xc7\x11\xfb\xc0\x21\x05\xea\x31\x4e\xf0\x8d\xa8\xd7\xa3\x30\x7b\xeb\xaf\xc4\xaf\x47\x91\xdf\x98\xb1\x4e\x0e\xb2\x03\x4e\xa7\xa1\xf1\xd1\x00\x22\xbd\x5b\x13\x88\xf4\xd5\x37\x99\x2a\x69\x11\xa3\xcd\xc3\xdd\x1e\xa0\x32\x85\x8a\xc0\x68\x98\xdb\xd2\xd5\xb0\xfb\x7c\xf4\x92\x89\x28\xa2\xfd\x51\x09\xb0\x6e\xf6\x4e\x77\x34\x1e\x6c\x05\x09\xab\xd5\xd1\xa8\x25\x01\x3e\xba\x59\x7b\xb4\x75\xad\x8d\x09\x55\x0d\xcf\x98\xd7\x0b\xe7\x6c\x34\xad\xda\xb0\x0e\xce\x1c\x88\xef\xa6\x63\x5f\x83\x26\xb0\x96\xac\x92\xb5\x62\xe5\xb4\x4e\x10\x24\x15\x24\x04\xe0\x15\x45\xd2\x2f\xc3\xed\xab\xe3\xbb\x78\x4b\xf0\x49\xb9\x4f\x86\x22\xc5\xf4\xcb\x7b\x32\x5d\x39\xae\xcc\x66\x34\x61\x99\x42\xae\x26\x00\x5f\x11\x7f\x33\xb8\x92\xaa\xfd\xdf\x0a\x65\xe2\x26\xcb\x8a\x33\xff\x46\xcc\x0b\xaf\xb5\x9f\x07\x5a\xa6\x82\xac\x91\x78\x37\x5e\x14\xa2\x78\x84\x1a\xc1\x09\x7c\x7e\xd2\x88\xdc\xf8\x8c\x28\x32\x18\x04\x69\x96\x1a\x1f\x88\xbe\xf5\x92\x8c\x1a\x53\x57\x1a\xd9\x92\xfd\x0b\x18\x86\x00\x33\xe2\xe3\x8e\xea\xbe\xcc\x83\xb4\xc8\x28\x0c\x42\x9d\x75\x17\xe7\x3d\xd3\x62\x7b\xaf\xce\x44\x2e\xb2\x28\xa4\x6d\xbf\x69\x84\x5c\x00\xcf\x0f\xb9\x73\x31\x27\xdd\x6c\x27\x91\x43\x92\x22\xdb\xc2\xcd\xe4\x88\xb9\x03\x98\x6c\xec\xcf\x1b\xe7\xed\x1b\xc8\xee\xe1\x7c\xc3\x17\x83\xf2\x18\x77\xdd\x6e\x7a\x51\x77\x26\xe6\x75\xa0\x86\xe7\x45\x61\xe5\xc0\x66\x47\x4f\xac\x0c\x00\xad\x7f\xdd\x4c\x84\xc4\x4e\xb2\x15\x29\x26\xb1\x6a\xcd\x57\x98\x64\x90\xda\x20\x7a\x49\xca\xc3\x6e\xc2\xbe\x91\x2d\xe3\xf5\x86\x56\x0d\x2a\x8d\x31\x95\x9f\x29\x04\xa2\x4d\x38\xed\xe1\x7e\x40\x82\x4d\x33\xfe\xa6\x15\xb9\x28\x44\xad\xf3\x03\x5a\xa3\x00\xea\x53\x75\xef\x64\xb3\xf6\xcd\x09\x78\xd7\xad\x57\x38\x69\x50\x04\x61\x1d\x3c\xee\xf4\x70\x90\x8e\x91\x87\x81\x06\x06\xd3\xa2\xf0\xf9\xba\xac\xfa\xbd\x52\xc1\x6f\xc9\xaf\x4a\xad\x56\x02\x79\x4d\x5f\x5e\x81\x23\xaf\x22\x45\x25\xa4\x0c\x51\xcc\x35\x5a\xae\x69\x23\x6c\x62\xc6\xf1\x78\x39\x0d\x2e\x23\x9f\xc4\x61\x3b\x27\xc7\x98\x09\x70\xa2\xb7\x22\xa3\x73\x44\xda\x73\x87\x4e\x23\xdf\xa1\x47\x4d\x06\x16\x6a\x51\xfa\x72\xe5\xb0\xd5\xd6\x42\x86\x76\xdb\xcf\x19\xa3\xcd\x12\x06\x39\x3e\x1c\xc3\x2e\x75\xee\x38\x5a\xaa\xce\xb5\x59\x4e\x6f\xdd\x42\xae\x20\x84\xad\x09\xb3\xa5\xa7\x96\xda\xb3\x7f\x35\xa1\xe7\x26\x68\x44\x4e\xa7\x72\xf6\xf1\x6e\x34\x66\x1f\x71\xcd\x75\x4b\x47\x76\xb9\x87\xcf\x52\xf0\xea\x52\x34\x6a\x29\x56\xc2\x22\x26\x9e\x71\x88\x89\xa1\xb9\x8b\x51\xb9\x82\xbb\xd4\xde\x4a\x16\xce\xf5\xf6\xa2\xec\x97\xeb\xf9\x24\x97\xab\xfd\x15\x6f\xcb\xbf\xd7\xcb\x7d\x53\xec\x7f\xf4\xd9\xcb\x1d\xd1\x0e\x7c\xc5\x58\x77\xd6\xef\x07\x75\xf1\x9b\xca\x71\xd1\x86\x01\x6a\x24\xf4\xd4\xfc\x4d\x2b\x16\xe5\x8d\x36\xab\xe1\xec\x42\xd4\xa2\x05\xcc\xc5\x2c\x97\xba\x05\x4c\x6f\x87\x75\xf0\xff\x5f\x09\x1b\xda\x15\xd9\x54\xd9\xda\xbc\x1e\x61\xbb\x5d\x2e\x1b\x81\x6d\x8e\x59\xbb\xae\xdc\x8c\x21\xc6\xf8\xdc\x26\x8e\xb0\x18\x87\xda\x71\x5f\xdb\xf6\x89\x36\x9d\x2b\x75\xe7\xd4\xba\x5d\x52\xce\x98\x51\xf9\x60\x81\x33\xec\xdf\xff\xfc\x57\x2d\x90\x42\xcc\xd5\xf2\x36\x55\x99\x97\x6a\x9c\x3a\x69\x6d\x5f\x02\xa4\xe6\x1b\xa6\xad\xcc\x6b\x76\xbe\x7b\x6e\xce\x29\x17\x34\x04\x49\x6e\x36\xf8\xbf\xff\xf9\x2f\x27\x89\x11\x56\x38\xdf\x9d\x58\xbf\xee\xf3\x84\xf2\xbe\xe0\xed\x25\x58\x84\x90\x9a\x1a\x0d\x43\xcc\x12\x1b\xf0\xaf\x78\x7b\x89\x66\xde\xaa\x86\xb1\x5f\x32\xbb\xdd\x2e\xdd\xf9\x2e\xb6\xd9\x82\x43\x20\xb0\x7b\xa7\x73\xde\x99\xf5\x11\xab\x4f\x93\xf8\xfc\xcd\xf8\xfe\x8d\x08\x80\x70\xc4\x64\x5c\x5d\x85\x1a\x89\xc7\x8d\x9e\x75\xa5\xee\xed\xe7\x78\x79\xe2\x0c\x9e\x68\x42\x65\x47\x51\x05\x42\xe1\x0c\x51\x00\x28\x05\xc1\x14\xcd\x61\x98\x8a\x5f\xb9\x28\x6f\xd8\xd4\x73\x62\xac\xc5\xf5\xf7\x8a\x3d\x8a\x15\x45\x3a\xd9\x38\x6e\x1a\xb9\xc8\xb0\xfe\x68\xcc\x1c\x17\x47\xf5\x5e\xd1\xff\x02\xa6\x98\x9d\x4f\x3e\xfb\x88\xc5\xee\xce\x31\xfe\xe5\xc8\xd3\xb4\x28\x36\x4e\xf3\x14\xbb\xbb\xe6\xd8\x56\xa0\xdf\x92\x8d\xdb\x84\x34\x50\xbd\x81\xfe\x32\x71\x1b\xf6\x72\x99\x0f\x91\xa8\xe8\xd8\xe7\x45\xd1\x69\x2a\x41\xc6\x29\x6a\xc1\x34\xa5\xf8\xae\xbc\x34\x8a\x94\x7e\xc9\x4e\xcf\xe1\xfd\xa7\x89\xa6\x31\x92\x02\x44\x51\xa6\xdd\xc1\xca\xda\x58\xe1\x69\x3a\x54\xf1\x5c\x04\x5a\x64\xda\xfa\xe6\x2e\x02\xe8\x61\x3d\x55\x80\xcd\x72\x2c\x39\x79\x8f\xb9\x61\x14\xa5\x05\xc3\x3c\xec\x10\xd1\x5b\x9d\x7f\x1a\xcd\x28\xf6\xb2\xce\xb2\x45\xf5\xd1\x08\x05\xbb\xee\x34\xd9\x52\x95\x55\x5d\x07\x25\xd3\x78\x68\xb0\x1d\x03\x7b\x26\x8e\x9f\x77\xad\xc8\x27\x95\xbc\x16\x9d\xe7\x64\x1b\x20\xd2\x6c\x67\x02\x21\x1f\x9c\x10\x18\x88\x4f\x63\x1c\x03\x06\xb5\xe8\x86\x4d\xcf\x7e\x10\x7d\x5b\x8a\x2b\x5c\x73\x27\x19\xb3\xb9\x6d\x19\x23\x5b\xf5\xfa\xf3\x4e\x71\x7b\x24\x3c\xd3\xe9\x9a\x79\x22\xd1\x14\x4d\x73\x51\xd6\x85\xd6\xc4\x2b\x82\xba\x55\x5e\xe2\x44\x98\x80\x94\xa4\xab\xc9\x3f\xd6\xa2\xdd\x9c\x10\x45\x54\x73\x75\x43\x2f\x44\x91\x04\x28\x20\xb0\x6e\x62\x77\x97\x91\x47\x34\xd0\x73\xc5\x63\xd3\x27\x10\x3c\x84\xdf\x0a\x5f\x96\xa6\xc5\x16\x28\x8c\xa0\xb6\x1d\x09\x84\x7d\x13\x0b\x21\xf0\xbe\xdd\x4a\xd9\x63\x72\x8c\x87\x4a\x2e\xae\xa0\x34\xb9\x8b\xd9\xf5\xba\xa3\x74\xd9\x10\x65\x41\x33\xdd\x9c\x9d\x02\x56\xcc\xea\x15\xe0\xc5\x27\x71\x05\x40\x52\xfd\x85\x77\x2e\xdc\x40\xf9\x31\x2e\xa9\x4d\x09\x8d\xbd\x81\x08\x16\xfc\xba\xd1\x60\x5a\xb1\x62\xa7\xba\xed\x59\xad\xa6\xfe\xa9\x0c\xa9\x4e\x25\xfd\x37\x27\xff\xea\x88\x32\x69\xbb\x6c\xa1\xdd\x12\x90\xf1\xc6\x3c\x3d\xb7\xc9\xc5\xe1\xa6\x6d\x98\x7b\xb5\xcf\xe5\x95\x68\xdb\xb2\xc0\xa3\xec\x9a\x6f\x8c\x98\x8c\x68\x9a\x0e\x09\x32\xab\xd5\xa5\x46\x63\x92\x62\xc3\x89\xdd\x9f\x30\xcd\xf1\xc1\xdb\x86\x77\x70\x32\x39\x86\x36\xb3\xda\x9a\xc9\xe8\x14\xf5\x96\x83\xa0\xf4\x6d\xd7\x20\x5d\x5c\xd7\x85\xbd\x89\xd4\xe2\x7a\x56\x9b\x94\x81\x70\x7c\x2b\x66\xb7\xd5\xe2\x7f\x38\xb9\x6b\x69\x8c\x35\xbd\xc9\xc1\x68\x66\xb5\xe1\xc8\x69\x48\xa4\x39\x36\xf7\x0d\xf4\xc4\xbe\x82\xb8\x28\x31\x48\xa1\x45\x9a\x1e\x9b\x32\xf7\x51\x03\xd5\xb7\xec\x36\x94\x17\xef\x46\x1d\x68\x99\x5d\x45\xc9\x92\x0c\xd6\x3b\x88\x4f\xfa\xc9\xf6\xf2\xae\x66\xef\x18\xb0\x02\x51\xb2\x34\x74\xf7\x5c\x81\xe7\x7c\x56\xe3\x6d\x93\xf2\xe3\x53\x0a\xfa\x21\x85\x2c\x24\xcd\x67\x59\x2b\x6a\xb8\x30\x8e\x28\x17\x7c\x27\x1a\x8e\xd6\x04\x31\x84\x52\xca\x3d\x36\x65\xa9\xd7\x06\x0d\xab\x4a\x5e\x53\x9e\x4c\xe9\x58\x62\x1a\xb3\x58\xd8\x59\xf6\x7e\xac\xad\xd6\x49\x2e\xac\x06\x35\x6f\x79\xbb\xc1\x78\x68\x82\xae\xe4\x14\xee\x8c\xbc\x79\xdd\xd3\x3a\x5b\xc9\x4e\xbb\xd2\x53\x7a\x44\x12\x46\x79\x3e\x30\xc0\x5c\x19\x67\x78\x53\x1d\x36\x42\x2b\xd7\xbd\xb0\x9d\x74\xb3\x1a\x1a\x5b\x77\xa2\xdd\x53\x4b\xb5\x47\xb3\x28\x6c\xc8\x80\x11\x65\x80\x2b\x3b\x46\xfd\xa3\x1d\x19\xfa\xf2\x17\x62\xbe\xbe\xb8\x20\xa7\x7c\x56\x49\xf8\x3d\x61\x27\x42\xb0\xd3\x73\x37\x7c\xdb\x23\x18\x06\xb7\x5a\x82\x3c\x98\xd1\x9f\x94\xf5\x25\x9b\x32\xef\xd9\xac\x0d\x5b\x20\x49\x4d\x08\x36\xf4\xb5\xdb\x5b\x2a\x69\x57\x68\x56\x23\xfe\xe8\x9b\x2f\x92\x4c\x94\xb1\x76\xf1\x78\xfc\xd0\x5a\x26\x9c\x8c\x7e\xf1\xdc\x27\xf1\x30\x1e\x59\xf7\xad\xac\xba\x94\x72\x42\xef\x2f\x45\xa4\x48\x2c\xab\xa8\xd6\x64\x56\xff\x88\x16\x96\x1d\x5b\x96\x17\x4b\xd1\xf5\x7b\x56\xe8\x41\xa2\x98\xb2\x63\xe7\xa0\x88\x20\x03\x48\xc3\x2d\x81\xb0\xa3\x96\xbd\xb5\x73\x3d\x0f\x82\x28\x9d\x43\xc4\x1f\x88\xea\xa3\x2e\x14\x13\x96\x59\x43\xcc\x1e\x3c\x8b\x75\x46\x34\x8e\xc2\xbe\x57\xef\xbe\xa5\x20\xc6\x38\x25\x24\x7e\xf1\x44\x30\xd1\xf2\xac\x26\xac\x97\x24\xfa\x98\xa3\x3e\x41\xb2\x4b\xb1\x01\xb3\x9c\xf9\xba\xef\x41\x18\xa4\x50\x07\x76\xc7\xe9\xb9\x0e\x68\xf4\x18\x4b\x64\xd7\xe7\xc0\x04\x44\x22\x64\xd0\xf7\xae\xc9\x28\x46\x2a\x82\x03\x45\xde\x51\x3f\xd3\xdb\xbc\xac\x17\xd5\x1a\x60\xae\xcf\x99\x95\x54\xdc\xa5\x55\xcf\x2c\x21\xee\x4b\x47\x6e\x2f\x56\x82\xa5\xe3\xd5\xe2\x58\x02\x49\x0b\x18\xf2\xb0\x73\x68\xab\x90\xd7\xf5\x39\xca\x20\x66\xb5\xa7\x72\xc0\x23\x45\xa1\xb3\x4e\x9d\x6d\x44\x6e\x98\x70\x93\xce\xc0\xce\x0c\x8e\xcf\x6a\x3b\xb2\xb2\xd3\xda\x3a\x93\xe7\x84\xf7\x34\xfe\xbc\x2a\x73\xe0\x6f\x8b\x96\x5f\xc4\x48\x0e\x85\x8c\x98\x12\x6e\x4f\x6c\xca\x12\x6f\x7d\x74\xd7\x5b\x2e\x37\xa4\x5d\xa3\xbc\x8e\x3a\x60\x47\xa7\x3a\xd6\xb3\x26\xa2\x09\x9e\x40\x80\x4b\xcd\xc6\xb9\x42\x1b\xc1\x0a\x89\x79\x8d\x27\x8f\xb9\xb8\x87\x0e\x42\x11\x60\x23\x48\xe2\x31\x03\xc4\x79\x56\xc3\x09\xab\x86\xe3\x8e\xc3\xa8\xf2\xc0\xd8\x28\x80\x8f\x2a\xfd\x46\x5e\x89\xce\x40\x43\xf1\xb9\xd1\xcb\xcf\x0e\x3f\x11\x3e\xf5\x05\xad\x10\xdc\xd6\xf8\xac\xae\xc5\x35\xc9\xb4\x35\x7f\x73\x53\x76\x50\xce\x42\x54\xb6\x8c\xfc\x30\x3b\x75\x60\xea\x54\xbb\x84\x99\x29\x16\x42\x47\x7a\x60\xe7\x00\xa5\xc9\x4a\xf4\xfc\xcf\x62\x73\xce\x64\xcd\x56\x3c\x7f\x7b\x32\xc6\xe0\x2b\xf4\x39\xef\xdb\x0a\x3e\x8b\xaa\x13\xd7\x94\x68\x35\x80\x0c\x0c\xfb\x55\x51\x74\xbe\x8f\x80\xe2\xbc\xd3\x5f\x92\x24\xdc\x33\x7e\x55\x1c\xd7\x69\x61\x9c\x4d\x1f\x21\x94\xb0\x1e\xaa\xa3\x59\xad\xe8\x50\xb7\x94\xd7\xb5\xeb\x66\x3c\x61\xb6\x4c\xa7\x4f\x0e\x73\x2a\xaa\x82\xd7\x72\x56\x5f\xf3\x4d\xf7\xef\x7f\xfe\x4b\xdf\x40\xc1\x94\xea\xaa\xe4\xd1\xe1\xdf\xf3\x4b\x3a\xd7\x1d\x36\x7c\x56\xcf\x6a\x08\x6b\x6d\xa7\xa0\x68\x6e\x67\xbb\x31\x37\x5b\x35\x44\x1d\x91\xc8\x25\x3e\x88\xa2\x46\x34\x66\x5c\xb2\x29\x80\x8d\xb1\x1c\x21\xbb\x0e\x05\x36\xd3\x38\xef\x5c\xaa\xc4\x5b\x43\x83\x3e\x80\x9e\xed\x83\x66\x59\x6d\x24\x6d\x93\x91\x58\x53\x8f\xb1\xba\x5a\x28\xe6\x6b\xdd\xb1\x2f\xbe\x58\xad\xbb\x9e\xd5\xb2\xff\xe2\x0b\x56\xaa\x83\xad\x58\xe7\xc2\x8b\x4e\xd0\x59\x4c\x84\x4b\xba\xb3\x74\xfa\x40\xbc\x22\x7f\x44\x72\x15\x4e\x6c\x30\xa7\xce\xd4\x81\x5c\xa7\xd1\xe5\x2f\xb4\x95\x34\x1f\x46\x99\xbf\x03\x1e\xac\x07\x29\x08\x88\xc3\x78\x2f\x57\x9d\xfa\xb1\xe0\x2d\x00\x85\x1c\x42\xac\x27\x6a\x2e\xeb\x5c\xa0\xe7\x13\xb0\x40\x20\x2a\xd3\x2e\x8f\xa8\x4c\x57\xc7\x94\xf5\x24\xfb\x34\x0b\x37\x5b\x7f\x84\xbb\x0b\x9b\xb4\x4e\x1f\x9f\xde\xac\x6d\x63\xc4\x32\xba\x3b\xa8\xab\xc8\x6a\xc5\xeb\xa2\x43\xb5\x05\xa8\x1d\x8c\xcb\xfc\x0a\x64\x74\xdd\x65\xd9\x68\xb7\x40\x50\xc4\x28\x9e\x09\xbc\x03\x80\x3e\x72\x87\xc8\x88\xba\x20\x9f\x31\x80\xb1\xe2\x29\x30\xe0\x27\x01\x4d\xf1\x0d\xec\x43\x2d\xfb\x0f\xfa\x82\x32\xab\x11\xbf\x31\x79\x14\x5f\xad\x40\x9e\x70\x6a\x9a\x9c\xd5\xc4\x6b\xfd\x0c\xcd\xa1\x69\x6c\x84\x27\x9d\xd6\x67\xd7\x6a\x72\x90\x78\x9f\x66\x14\x63\x9a\xc2\x8b\x32\x47\x4f\x12\x08\xdf\x69\x1f\x13\xbc\x1c\x47\xee\xc0\x67\xb3\xcd\x5d\xa0\x28\x4a\xb2\xe8\x42\xed\xc5\xac\xc6\x64\xfc\x1d\xd8\x55\xe7\xc2\xf5\xe8\x47\x4f\x7c\x92\x7b\x61\x71\xd0\xa1\x11\x13\x87\x26\x8f\xce\x6d\x42\xd6\xaa\x46\x0b\x54\x89\xdc\x5f\x46\x06\x51\x1d\x87\x0f\xe7\xc2\x41\x4a\x70\xb3\x4b\x8d\x72\xdf\xdb\x87\xd6\x8b\xc3\x8a\xa8\x59\x06\xec\x3e\x89\xa8\x19\x77\x9c\xad\xd4\x8d\x04\xe4\xfb\x17\xeb\xbe\x17\x6d\xea\x42\x0f\x93\x79\x43\x33\xd7\x79\x49\xe9\x59\xc3\xf4\xbd\xe5\x8d\x5a\xb5\xbb\x8b\xce\x39\x0b\x41\xf8\x16\x88\x81\x91\xb6\x19\xc0\xab\x15\x25\xe7\xe8\xf9\xe6\x97\x10\x53\x42\xb4\x52\xc0\x4d\x35\xc7\x59\x4d\x6e\x83\x40\xce\x8d\x08\x4d\xc7\x3e\x32\xc6\x3e\x24\x97\x47\xb1\xae\x15\xcf\xcf\x6a\xc5\x5f\x24\xc8\x9a\x96\xeb\x2a\xa2\xa6\x7f\x27\xd0\x8c\x30\xaa\x73\x51\x4a\x5d\x11\x0c\xd7\x6e\xf5\x33\xfa\x54\x98\xd5\x86\xa9\x05\x35\xae\xb1\x93\x0e\x0f\xe8\x30\xaa\xa7\x1f\x53\x12\xdf\x6d\x1b\xd2\x3d\xe3\x60\xea\xce\xa9\x70\x67\x68\x00\x61\x2c\x5c\x2f\xfa\xa5\xdf\xfd\xab\x48\x7a\x8d\xc6\xcc\x5d\xe8\x11\xeb\x05\x3c\xca\xe6\x1b\xc5\x06\x63\xfa\xf8\xe3\x93\x13\xe6\xd9\x94\xaa\x0d\x7b\xde\xb4\x62\xef\x1a\x7d\x6c\x6b\x97\xd3\x4b\x60\xb3\x6b\xd3\xc9\xa6\x6c\xff\x8b\xff\xfd\xf0\xe1\xdd\x5f\x7e\xf8\xfa\xc3\x87\x2f\xf6\xb7\x81\x75\x22\x17\xd9\x47\x36\xdb\x01\x1d\x13\x06\x77\xcd\x57\x7b\x6e\x6b\xb3\x1d\xd4\x30\xc2\x54\x31\xa6\x20\x99\x56\x68\x3e\x91\x70\x50\xbb\x12\xa9\x0b\x0e\xa4\x8b\x71\x42\x79\xaa\x09\x70\x85\x6e\x86\x20\x06\xda\x3e\xd4\x68\x69\xb6\x11\xee\x99\x35\x84\x0d\xa3\x68\x1b\x18\xf5\xc3\xac\x17\x32\xd1\xe7\x10\x36\xb6\x2a\xaf\xc4\x74\xb6\xd3\xc8\xaa\xec\xc5\x6c\xe7\x5c\x21\xb7\xe7\x62\x6f\x6f\xd9\xea\x94\xef\xf2\xb6\x9c\xeb\x39\x58\x17\x3e\xdb\x95\x9c\x63\x36\x6d\x2d\xbd\x40\x1f\x07\xb8\xaa\x96\x94\x20\xde\x9f\xe9\xba\x03\x37\x0f\x38\x92\x78\x97\x70\xa9\x55\xeb\xcc\xdb\x7c\x89\x0a\xc4\xc4\xea\x69\x58\x85\x2b\x07\xe0\xfe\x1a\x83\x6b\x92\x4e\x18\x96\x62\x9f\xbd\xe1\x37\xe5\x6a\xbd\x42\x0c\x23\x4b\x50\x85\xe3\xa4\x43\x13\x9a\x2b\x32\xae\x19\x60\x52\xaa\x78\x35\x09\x52\xbf\xae\x77\xcd\x46\xd9\x94\xfd\xfa\xe0\x0f\xbf\x7d\xae\x3f\xd9\x34\x00\x60\x61\xa2\xde\x83\x0e\xd2\xb1\x8b\xd4\x92\x75\x47\x82\x9a\xa1\x95\x64\x60\x20\x19\xd9\x9e\xa1\xf1\x27\x9c\x80\xa1\x95\x4f\x2f\xd9\x94\xf5\x32\x32\xfe\x01\xbb\xd4\xa2\x6c\x23\xd3\x24\x32\xf7\x4c\x58\x5c\x92\x42\x80\x42\x9c\xe5\x98\x44\x58\x67\x0f\x0e\xed\x69\xe9\x7d\x32\x94\xb9\x0e\x59\xab\x5a\x18\xd4\xc5\x9d\x8d\x21\x48\xc6\x6b\x18\x28\x14\xd5\xe6\xb9\x2f\xf1\xf1\xd4\x7b\xb9\xc7\x0e\xcf\x60\x56\x47\xbe\xf7\x52\xca\xb6\xb6\x64\x53\xf6\x86\xf7\xcb\xc9\x8a\xdf\x64\x07\x63\x16\x36\x74\x30\xc2\x68\x88\xee\xfb\x74\xf8\x43\x6b\xa9\x4b\x63\x8c\x53\x32\x58\x13\x5d\xb2\xc3\xd5\xb3\xda\xdd\x65\x4f\x34\x94\x7a\xb9\xce\x97\xa2\x03\xee\xc3\x31\xe8\x1d\x93\x5d\x6e\x2f\x53\x91\xdc\x5d\xbd\x61\x68\x62\xab\x1b\x5e\xf1\xe6\x9d\xec\xbc\x26\x0f\x47\x66\xd5\xfc\xcf\x0a\xcb\xf6\xd4\x57\x33\xdc\xb1\x6b\x17\x3c\x94\x20\x78\x40\x29\x79\x67\x6f\x1f\x61\x94\x69\x34\x3e\x04\x1e\x60\x0c\x6a\x2f\x03\x57\x9b\xcc\x4f\xae\xdb\x1c\x8e\x88\x2b\x54\x15\x58\xf7\x0c\xf8\xff\x68\x0c\xab\x48\xc5\x9c\xb5\x53\x2b\xf7\x02\xe3\x59\xee\xed\x45\x7a\x61\x2c\x6f\x2b\x42\x86\x0b\x14\xaa\x4d\x19\x99\x6f\xe9\x32\x53\x36\xdb\xd1\x33\x00\x1b\x2e\xfc\x90\xa1\x8a\xe7\x88\x1e\x03\x8d\x2f\xb4\x15\x05\xe6\x5e\xcd\xc1\xed\xaf\x6f\x3b\x2c\x40\xb3\x0e\x83\xe2\x9a\x48\xf8\xcf\x01\x7c\x9a\x74\x90\x99\xff\xbb\x8a\xf7\x0b\xd9\xaa\x8d\xae\x2d\x6e\x57\x3c\x87\xc0\xe7\x2b\x9e\x43\xd8\x73\xfd\xfe\xba\xac\x0b\xc5\xad\xaa\x6f\xd7\x65\xed\x7d\xab\xca\x7a\x7d\x03\x5f\xe0\x17\x85\x4b\xbf\x14\x1b\x08\x8f\x6c\x96\xac\x96\xed\x0a\xa2\xb7\xff\x59\x6c\x40\x6b\x5e\xf3\x95\x18\xb3\x86\x06\x31\xf2\x88\x15\xb0\x92\x90\x50\x8f\xaf\xc4\xa4\x6b\xaa\xb2\xcf\xf6\xf7\xb2\x97\x4f\x3e\x1b\xed\xeb\x59\x7a\xbb\x1b\xca\x9f\xc2\xff\xdd\x0d\x4c\x45\x31\x86\x29\x16\x55\xab\x70\xa2\xce\xef\xd9\xce\xc8\xc5\x39\x6a\x08\x62\xe0\x3b\x3d\xf0\xaa\x1f\xb3\xbc\x6f\xab\x31\xeb\x96\xe5\xa2\x1f\xab\x5b\x9c\xd6\x50\xa6\x22\x9e\x86\x63\x78\xce\x9e\x3e\x2d\x3d\xbc\xc1\x19\xae\x64\x61\xc6\x5d\x86\x7a\xfe\xfd\xbf\x65\xf9\xaa\xb8\x55\x5d\xdd\xae\x46\x9f\xed\x97\x93\x5e\x74\x7d\xb6\x92\x45\xb8\x6f\x55\x91\x38\xd4\x36\x64\x00\xc4\x86\x78\x56\xf5\xa3\x97\xdb\x9a\xe0\x55\x22\x58\xb7\xd3\x42\x96\xdf\x2a\x00\xdc\x92\xf4\x79\xeb\x70\x54\xc1\xad\x8d\x75\x99\x82\xe2\xf6\x01\x01\xa0\xb7\xb6\xb2\x92\x85\xdf\x40\x2a\x6a\x6d\x63\xf0\x7b\xaa\x51\x3a\x41\xf4\xd2\x00\x64\x83\xa9\x93\xd2\x33\x0c\xb2\x2f\xfa\xd5\xe2\x60\xd2\x7f\xa9\xd5\x55\xe5\x02\x62\x0b\x2b\x4c\x28\x17\xa5\x68\x01\xd9\x21\x0b\xc3\x53\xf5\x2e\xd8\xcd\x6a\x46\xbc\xea\xd3\x38\xfb\xaa\xea\xf7\xa0\x9e\x47\x34\xe1\xd8\xec\xdb\x2a\x5d\xe7\xb8\x6f\xab\x81\x4a\x0a\x26\xe9\x4a\x6f\x44\xcf\x07\x2a\xc1\xaa\xa5\x6b\x9d\xa8\x4f\x89\x6a\x21\xa5\x77\x49\xbc\x86\x4a\x47\x84\x42\x5b\x77\x42\x2f\x7a\xb9\xe1\x2c\x04\x89\x22\xaf\xfa\x3f\x0b\x97\x2f\x50\xb5\x7c\xd8\xa8\x37\xcf\xc3\x7a\x24\x89\x4c\x55\xb4\x00\x4a\xd6\x24\x11\x67\xaa\xa6\x85\x52\x50\x13\x31\xfb\xc9\x94\x42\xc3\x83\x4b\x0d\x34\x06\x1f\x06\x5a\x73\xa0\xe7\x34\x47\xb0\xa3\x37\x77\x9a\xb6\xa3\xf2\xf7\xcf\x62\x03\x46\x8d\x5d\xc8\xad\x82\x05\x09\x09\x70\xb3\xa1\x1b\x48\x64\x12\x49\xd0\xbe\x14\x9b\x42\x5e\xd7\x19\x2d\x05\x9e\x5b\xb1\x95\x4a\xbb\xae\x4d\xcd\x0b\xa1\x66\xb5\xe2\x4d\x66\x8f\xdd\x91\x59\x4c\x3c\xb7\x67\x3b\x3a\x4f\x89\x83\xf2\x77\xa3\x51\x42\xe2\xbd\x00\x79\xa0\x75\x1a\xb8\x84\xb6\x3b\x90\x8c\x1a\xbb\x9d\xa2\xb0\x21\xfc\xa8\x00\x58\x48\xd4\xc6\x2d\xfa\xfd\x52\x94\x2d\x6b\xda\x52\xb6\x65\x5f\x8a\x4e\xdd\x39\x48\x4c\xac\x2e\x04\xf0\xcd\xa8\xc8\xb2\x5e\x4b\x42\x29\xea\xb2\x28\x98\xe0\xad\xba\x85\xb4\x78\xc7\x59\x96\x17\xcb\x59\x4d\xcd\x6d\x30\xfc\xde\x52\xe4\x97\x6a\xc0\x90\x63\x80\x74\xf7\xdc\xd8\x1d\x2c\xb9\x0d\x93\x66\x14\xd5\xa8\xca\x41\xe9\xfd\xa5\xd8\x78\x9a\x7d\x57\xa7\x4f\x62\x57\xba\xa2\xe0\xb2\xe3\x3c\xc3\xd5\x06\xc8\xe9\x5b\xc9\x47\x7d\xe5\x3d\x8a\x90\x04\x2e\x8f\xd8\xd0\x9f\x09\x60\x41\x4b\x8a\x78\xfd\x28\xf8\xe5\x1b\xde\xe8\xeb\x8d\x56\xee\xe2\xb5\x8f\xcd\xc5\xb2\xac\x0b\x94\x71\x18\x9d\xfa\x98\xb5\x9c\x14\x95\xdc\xb1\xbb\xd2\xe2\x60\x68\x07\x9d\x36\x35\xf7\x06\x9a\x3d\xd1\x30\x9d\xe8\x15\x98\x28\x10\x05\x98\x60\xc2\xaa\xe0\xe7\x1d\x7c\x98\x38\x04\xc3\xa2\x5a\xe7\x65\xbd\x57\xe7\xf3\xbc\x84\xc0\xc0\x20\x43\x72\x38\x3f\x84\x9a\xcb\x50\x20\x10\x09\x08\x60\x03\xa4\xab\x8e\x9c\x6d\xfc\x44\xd5\xb2\x78\xaf\x8b\x77\x4e\xf1\x31\x35\x05\x76\x59\x34\x2e\xfd\x6d\xd2\x8a\x62\x9d\x8b\x2c\xe3\x63\x36\x07\xfb\x61\x6e\xb2\x1d\x8c\x20\xb7\xa0\x61\x8d\x75\x88\x2a\xde\x3c\xb7\x46\x3f\x3f\xac\x51\xd4\x70\x29\x36\x16\x31\x9c\xc0\xdc\x2e\x22\x81\x79\x2a\x49\xbc\x48\x31\x88\x7a\x3f\xc7\xfc\x9e\x9d\x03\xbf\xa6\xf6\xb6\xba\x9b\x23\x45\xb2\x4e\xa6\xed\x1a\x8e\x5d\x5e\x6f\x4c\x74\x54\xd3\xab\xb6\x78\x2f\xb5\x78\xc6\x2c\x47\xbb\xae\x4f\x54\xdf\x86\x14\xe0\x66\xd7\x64\x5c\x7d\x32\x4b\xf4\x89\x84\x03\x1b\x41\xc0\x00\x33\xde\xcb\x56\x14\xef\xb4\xa9\x26\x59\x4c\x21\x5e\xe3\xdb\xf7\xe5\x4a\x28\x54\x52\x77\xe9\x83\x03\x97\x3d\x4d\xad\x93\xe5\x4e\xd5\x6d\xcc\x67\x9a\x7d\xf4\xa2\x1c\xe0\x6f\x01\xb4\x3a\x6b\xa4\x1b\xe0\x1b\x98\xc4\xce\x0c\x6d\x7b\x41\x20\x1e\xa6\x2c\x9d\x7f\x65\x17\xfa\x7f\x41\x51\xf2\xd8\x9d\x9a\xd6\x4f\x55\xf1\x90\x9f\x34\xc5\x92\xc1\xfb\xfd\xaa\xd0\x56\x8a\xed\xd2\x8d\x3c\x51\x05\xee\xcd\x97\xf1\x67\xb1\xd1\xdb\x8e\x99\xb3\x0b\x53\x67\x51\x6c\x2d\x8c\x23\x0b\xe1\xbb\x5a\x71\xb1\xae\x78\x6b\x2a\xf0\x1a\x35\x2d\x48\xc8\xf7\xba\xbe\x95\x97\xda\x20\xdc\x39\x26\x5c\x3e\xbd\x50\x0b\x90\x01\x4a\x8c\x91\x7c\x92\xb6\x62\xac\xd5\x07\xaf\xf1\xd8\x4b\x81\x11\xaa\xbd\x9d\xff\x5d\x6d\x58\xb5\x96\xa7\xf0\xe2\x8c\xdd\xde\xb2\xcc\x7b\x91\x5c\xba\xd0\xea\x50\x5f\x5e\x2e\xc5\x46\xdf\x5d\x18\xdd\x5d\x20\x29\xeb\xa5\x1a\x41\x74\x1f\xba\x74\x2e\x43\x49\x0f\x5e\x75\xc9\x38\x8c\x2f\x19\xc3\x82\x04\x63\xb4\x8c\xc5\xbb\xaa\xcc\x45\x76\x30\x66\xe5\x68\xf2\x77\x59\xd6\x19\xe6\xfb\x0a\xb8\x5e\x07\xf9\xc8\x6a\x79\xcc\x52\xa9\xfb\x80\x0e\x6a\xb8\x9d\x62\xc9\xb3\x04\x7f\x1d\x16\x89\x73\x84\xe9\x7f\xfe\x32\x1d\xa1\x79\x5b\xba\xa8\x56\x44\x1d\xb1\x53\xba\x3e\x0f\xa7\xb9\x75\x21\x22\xd7\x2d\xae\x72\x40\x2a\x3e\x12\x45\xd1\x13\x46\xa3\xfe\xbb\x2d\x79\x21\x60\x6a\xa2\x27\x82\xa2\x9d\x33\x91\xc9\xf3\xda\x9e\x52\xa7\x0f\x48\x97\x99\xa2\x5f\xec\x6e\xec\xd3\xae\x6d\x09\x2c\x99\xeb\x4f\x9e\x4c\xf3\xa3\xff\xdd\x9d\xc5\xdf\xee\xd2\xf7\x19\xc8\xe8\xb4\xae\x2a\x83\x47\x69\xdc\x71\xf1\x46\x15\x1f\x33\x2f\x1b\x0d\xf3\x4f\x62\x50\xe6\x10\x62\xa8\xd2\xb8\xd5\x82\x57\x6a\x5d\x42\xa4\xa0\x4c\xbb\x0e\x02\x9c\xf9\x29\xb1\xa8\x83\x89\x2e\x81\xe2\x2c\x7a\x0a\xdd\x22\x03\xca\xe0\xc3\x44\xb7\xe4\x17\x0a\x9c\x1b\x43\x49\xc0\x5c\x9d\x91\x86\x67\x08\xe9\x0c\xf1\xf4\xf3\x53\xbd\xd3\x61\xde\xf3\xc9\xa5\xd8\x84\xf1\x40\x54\xd1\x44\x42\xb6\xb2\x4e\xe7\xd4\x42\x8c\x55\x7d\x4f\xf0\xe7\x4b\xfd\x8b\x48\x10\x25\xf7\x3b\x62\xa7\x96\xdf\x3e\x8b\xc8\x06\x2f\x0a\x4d\x43\xf1\xd8\x99\x4f\xda\x75\xad\xfe\x04\xa0\x4a\x50\x83\xf9\x24\xbc\x02\x26\x5a\x8d\xae\x33\xaa\x6d\x92\xac\x6c\xeb\xe4\x2e\x29\xda\x52\xa4\x39\xb8\x37\xba\x4c\xc4\x8a\x37\x49\x96\xc1\x3d\xbb\x69\x49\x2e\x89\x0a\x43\x69\xff\x30\xe6\xed\xb1\x84\x80\x61\xb9\x2c\x04\x64\xbc\x78\xd5\xd3\xa1\x7c\x30\x52\x07\xf3\xf1\x92\xb7\xee\xe7\x93\xf2\x27\x91\xe9\x7a\x10\xed\x0a\xc4\x58\x36\x4d\x3c\xf4\xf9\x24\x16\x36\x19\x82\x3d\xdb\x99\xed\xc0\x06\xaa\xd4\xc1\xba\xbe\x58\x06\xc9\xc4\x22\x32\xb3\xbb\xeb\x51\x0f\x30\x1b\x57\x1d\xc3\xdf\xf0\x23\x22\xc8\x74\x1a\x40\x83\x19\x5f\xae\x80\x40\x4e\xe8\xed\x53\x6f\xc0\x7a\x1c\xfe\x28\xf5\xb5\x5d\x4d\xbd\x9b\x94\x75\x21\x6e\xde\x2e\xe8\xc6\x7c\x29\x36\x08\x91\x38\x9f\x51\x9a\x75\x73\x56\x1c\xa4\x7d\xeb\xfa\x1b\xc8\xbb\xa7\x39\xb4\x90\xec\x03\x16\xea\x4f\x91\xa7\x3c\xed\x94\x7c\x55\x38\x7b\xd4\xd0\x89\x81\xfc\x72\xf9\xaa\xc0\x13\x66\x80\x7e\x0f\x93\x5b\x67\x30\x21\x5e\xc7\x4d\xf9\x40\x1c\x16\x2e\xb9\x51\x23\x12\x5c\x90\xc3\xc7\xac\x78\x43\x4c\x0b\x0a\x87\xbf\x0f\x24\x11\x54\x32\xd2\xb3\x20\x90\xb3\xe0\xd8\x46\x91\x54\x4a\x20\xf3\x04\xf1\x7f\x74\x16\x42\x28\x0d\x19\xd5\x05\xed\x98\xdd\x5d\x2d\x4a\xd1\xd2\x0f\x45\x0c\x5d\x71\x8e\x7d\x26\x61\x0b\x25\x46\xc4\x0d\xf9\x82\x1d\x3e\xfb\x5d\x1c\xb6\x21\xd3\xb3\x55\x84\x96\x77\xe2\xd4\x43\xbe\x33\x55\xc1\x00\x04\xb2\x59\x29\x42\x9b\xcc\x7a\x75\x3f\x24\x74\x3b\x06\x1a\xc0\x29\x45\xa0\xd8\x8e\x28\x86\xc1\x0e\x80\xa1\xb6\xad\xfa\x1d\x4c\x40\x8d\xd9\x8c\x3f\x95\xeb\xf8\x01\xe3\x4e\xb5\x6b\xe6\x80\xe7\xf6\x23\x26\x71\x97\xb8\x2c\xd8\x35\x0e\x04\x5c\x9f\x08\xe9\xfa\xe7\x40\x39\x79\x78\x38\x5b\xce\x57\x8f\x1c\xf3\xfa\x4f\x65\x21\xde\xb5\xe5\x8a\x83\x22\xee\x89\x56\x75\x94\xb2\x7b\xce\xf6\xf7\xd9\x37\xdf\xfe\xbf\x37\x5f\xb3\x5e\x74\x3d\xfb\xf6\x6b\x5d\xcd\x58\x0e\xa1\x3b\xc2\x76\x59\x0c\x8e\x84\x14\x39\x19\x5a\x71\x26\x3d\x8e\xa9\x08\xb6\xa9\x0b\xc6\x49\x7f\xc1\x02\xed\xab\xaa\xac\x2f\x7f\x80\xfc\xb7\x87\xcf\x0e\x0e\x02\xde\xb9\x68\xf9\x35\xe8\x03\x8f\xa1\x30\xf2\xd7\x0e\x8c\xee\x6f\xd4\xca\x2b\x50\xd9\x59\xd6\xf8\xe6\xbe\x8e\x1c\x39\x07\xb0\x3b\x4e\xa7\x9e\xc4\x4f\x0b\xfc\x86\x23\x0d\x2c\x8d\x8d\x32\x2d\xc9\xe7\x1d\xab\x31\x89\x8b\x35\x2c\x03\x53\x38\x1c\xfc\xd8\x5a\x0f\xfa\x66\xc0\xda\x49\x64\xce\xf3\xcb\x0b\x34\xa5\x22\x01\x96\x76\x0c\x99\xd5\x99\xb5\x02\xce\x57\x7b\xa6\xea\x57\xa6\xca\x39\xba\xfd\x8e\x8c\xc3\x8e\xee\x96\x7c\x50\x8c\x8d\x94\xbc\x12\x6d\xc5\x4b\x0c\xef\x4f\x56\x22\x85\x60\x19\x65\x91\x50\xcd\x63\xc5\xbd\x06\x91\xee\x1c\x5a\x74\xde\x77\x22\x97\x10\x9a\xfc\x7c\x04\xc2\x4e\x10\xbe\x91\x09\x99\x63\xb0\xd2\x4b\x56\x94\x5d\x53\xf1\x0d\x33\x35\x9c\x49\xa3\x69\x23\x99\xe2\xf6\xa2\x2e\xb4\xd1\x19\x58\x5e\x72\x10\xa9\x41\x98\x2f\x53\x63\x25\x5b\x88\x0e\x86\x56\x32\x08\x0f\xde\xa3\x39\xc5\xac\x16\x37\x8d\xc8\x7b\x34\x03\x01\x67\x1a\x6d\x37\x03\x56\x15\xe1\xba\xe8\x00\x9a\x60\x4e\x22\x17\xbd\xa8\x67\x75\x25\xf8\x95\x60\x17\xbc\xb1\x8e\x51\x10\x20\x0e\xe6\x7f\x2d\x21\xc8\x50\x49\xb1\x39\x9c\x30\xdd\x64\x03\x87\xe1\x5d\x28\xf4\xa5\xb1\xa4\x72\x02\x1e\x11\xc3\xdc\xb1\x86\x77\x3d\x2b\x7b\x04\xde\xb7\x3d\x1a\x17\x82\x53\x03\x67\x8d\x68\x15\x2b\x8e\x71\x64\x64\x87\x99\xd2\x30\xa8\x58\x0f\x19\x02\xcb\x56\xfb\xd8\xf4\x2d\x47\x67\x47\x9d\xf0\x71\x93\x57\x18\xbd\x69\xc5\xeb\x8d\x76\xf5\xc0\xf9\x7b\xe6\xf3\x90\x35\xdf\x86\xd8\x75\xdb\x28\x6b\xe8\xdd\xd8\xfe\x7e\xde\x81\x4b\xa9\x13\x38\x17\x03\xee\x56\x7c\x03\xe1\x47\xd7\xbd\x36\xc6\xf4\x0c\x8d\x0c\x03\xac\xba\xb2\x11\x7d\x72\x4d\x8c\x9c\x20\x24\x44\x5a\x4e\xed\x3e\x0c\x68\xd7\x44\x2e\xa8\xa2\xbb\xb7\xbd\x86\x31\x0a\x82\xf3\x55\x6d\xcd\xef\x61\xc9\x4f\xac\x3d\xa6\xfa\x70\x46\xea\x09\xb0\x4e\x79\x57\x8a\x5c\xa4\xec\x52\x2a\xb1\x00\xe9\x6f\x33\xc6\xb8\xab\x63\x8a\x6d\x3a\xc6\x3d\xf6\x7d\x78\x48\x83\x6d\x09\x46\xd3\x85\x00\x6f\xb1\x99\x0a\x84\xfc\x37\x09\xde\xcc\x07\x8c\xea\x3a\xc5\x5e\xc2\x8f\x14\x4f\x75\x4a\x9d\x87\x9f\xcd\x50\xc0\x08\x9d\x7e\xfb\x7c\xaa\x02\x52\x22\xb1\x7b\x85\xee\xab\x5b\x73\xf9\x7a\x32\xb7\xde\xeb\xcc\xef\x3d\x1c\x16\x2f\xfe\xbe\xee\xfa\x4c\xf8\x37\x26\x1d\x88\x2d\x74\xec\x76\x4a\xbb\xc3\x54\x5d\x62\x84\x06\x82\xaa\x85\xb0\xe2\xfb\x9b\x1b\x8f\xf1\xb7\xa5\x09\xd0\x1a\xe6\x89\xb2\x26\xfe\x10\x82\xfe\xc5\x34\xe2\xfe\x6d\x6b\x7a\x75\x9c\xf2\x5b\x7b\x37\x0b\xe6\x2e\x5f\x50\x83\xe6\x2d\xfe\x91\x35\x83\x51\xc2\x75\x5c\xe6\x06\x7f\xe9\x0c\xbc\x30\x39\xf5\x56\xfd\xd0\x2f\x69\x8c\xea\x35\xfe\xd4\x1f\xf4\x60\xd4\x17\xfa\x9d\x8c\x29\xe6\xac\xac\x2a\x9a\xc0\x24\xa3\xce\x4b\xec\xb9\x90\xb1\x70\x62\x92\x2c\x5a\xb9\x82\x8c\xfd\x19\xee\xb6\xc4\x3e\x8b\x94\x76\x26\x0a\x25\x99\xc6\x44\x21\x42\xd5\x99\x01\xdb\x36\x1d\xba\x4a\x9f\x78\xa9\x6f\x36\xf1\x29\xc8\x72\x5a\xc1\x8b\x23\x1b\x78\xf4\x9d\xec\x26\xea\x82\x84\xe1\xb2\xc6\x98\x30\x98\xbe\xd3\xbc\x9d\xef\x9e\x78\x0a\x43\xac\x6a\xb8\x7c\xc7\x37\x60\x62\x76\xe5\xc5\x86\xf9\xd4\x34\xda\x89\xb6\xbd\xbd\x08\xd6\x97\xfe\x77\x0f\x39\x53\xf5\x3b\x61\xed\x39\x33\x4a\xa5\x4f\xe6\x92\x3b\x63\x93\x46\x3f\x1a\x05\xc2\xf6\x3f\x30\x3d\xa7\xe1\x78\x6e\xce\xc7\x78\x62\x6e\xcd\xc7\xcf\x0a\xa6\x10\xa4\x42\x0e\x30\x25\xb1\x14\xbd\xe1\x41\xb3\xc0\x28\xc2\xff\x16\xa1\xb5\x37\x58\xa0\x17\x5c\x07\x36\x7b\xbd\x26\x07\x9a\xa9\xdd\x01\x7e\x12\x73\xff\x48\x1c\x4d\x02\x76\x18\xa8\xcc\xaa\x0b\xa9\x0c\x19\x33\xe2\x9f\xe8\x1c\x50\x87\xea\x31\x26\xd6\x37\xfe\x9e\x13\xc8\xc9\x71\xb2\xa5\x6b\x75\xe3\xb3\x65\x07\x8b\x85\x3a\x1f\xa7\xaf\xdb\x5b\xd3\x80\x71\xba\x13\xbd\xf3\xfa\x42\xc8\x95\xe8\xdb\x4d\x5c\x41\x3b\xf3\xd0\x97\x54\x4e\xdc\x47\xae\xaa\x1a\x1c\x35\xee\x18\x1b\x77\x93\x4e\xae\x44\xd6\xb7\x90\xaa\xba\x9d\xf8\xe1\xd1\xc2\xbb\xde\x7d\xcb\xeb\x9d\x9b\xf7\x15\x23\xbc\x9f\xab\xa5\x05\xc3\x3c\xfb\xf8\x8c\xcc\xd9\xec\xe7\x61\x28\xa7\x86\xb8\x0d\x79\x89\x06\xc6\xdc\xc2\x47\x54\x52\xb3\x3b\x17\x39\xc7\x80\x3c\x81\x02\x7b\x0b\x0a\x80\xc0\xcc\xa3\xdd\x58\xd1\x7a\x42\xb6\xc6\x64\x33\x03\xa0\xb7\x68\x5b\xcb\x5e\xb2\xd3\x33\x76\xa4\xb3\xc3\xa3\x09\xa9\x33\x8c\x76\x34\xda\xaa\xc0\x8e\x62\x70\xa4\x0f\x08\x23\x8f\x83\xc0\xc1\xe9\xb1\x0d\x68\xb5\xca\x15\x9b\x32\x30\x7d\x0d\xab\xad\x78\x19\xe6\xea\x06\xf9\x82\x99\xd9\x13\xa8\x7d\x7b\x1b\x5e\xf2\x8f\x00\xba\x93\xe0\xea\x9a\xcc\x2a\x0e\x63\x00\x36\x76\xaa\x61\x84\xa5\x3d\x20\x8d\x61\x9c\x29\x65\x0d\xe8\x1d\x54\xfd\x01\x89\x22\xc1\x0b\xf5\x16\x58\x30\x68\xe5\x6e\x9b\x68\xf0\xa3\xbb\xea\x63\x03\xfd\xbb\x98\x4d\x3d\x11\x55\x36\x54\x3a\x16\x0b\xda\x62\x5a\x90\xfd\x64\x1a\x71\x08\xfa\xd3\xed\xad\xdb\x2e\xee\xec\xac\x19\xb3\x12\x90\xe5\x49\x33\x11\xff\xc8\xc2\xba\xa7\xe5\xd9\x28\x36\xe4\x4b\x9d\xa6\xea\xaa\x79\x6c\x82\xc2\xcc\x76\xbc\x4d\xe9\xe1\x16\x38\xa7\x39\x7d\x24\x40\x9e\xea\xc0\x3d\x5a\x9b\x09\xb2\xf4\xc9\x38\xaa\xfe\x06\x73\x9e\xd2\xd2\x31\xd2\xa2\xc3\xf2\x06\x40\x0c\x5e\xdf\xde\x1a\x3c\x40\xe0\xe5\x06\x78\xb9\x01\x1e\x95\x48\x03\x0e\xd4\x9d\x55\x71\x6c\x76\x5f\x7c\xf0\xab\xf9\xb5\x22\xb5\x61\x6c\x45\x3b\xce\x29\xf3\xc7\x98\xdc\x1c\x51\x27\xf7\xae\x95\x59\x2f\xb2\x4d\x56\x2b\x46\x1d\x0d\x6c\x90\xa8\x0f\x77\xb9\xf2\x81\xe5\xba\x4b\xc8\x5c\x13\xe3\xd7\x53\x5c\xc8\xf6\x6b\x9e\x2f\x11\xee\xc5\x0d\x40\x3e\xd7\x17\x2d\x0b\x9d\xd3\xb2\xb8\x39\xbb\xaf\xaf\x80\x4d\xa6\x5f\x83\xe2\xc9\x64\x38\xda\x14\x96\x0e\x05\x83\x75\x41\x13\x94\xd1\x62\x36\x84\x35\xb8\xab\x9d\x40\x66\x7a\xdd\x17\xc6\x53\x82\x48\xf1\x3b\x47\xee\x00\x66\x3b\xbb\xec\xe8\xc8\xba\x5a\xaa\xaf\x8e\xf4\xec\x58\x56\xb2\x3d\x02\x9e\xcf\x64\xf0\x61\x4f\xca\x95\xe2\x1c\x78\xdd\xcf\x76\xd8\xdd\xd8\x6b\xec\xe7\xb5\x65\x67\xf3\x7c\x56\x2b\x84\xf5\xc9\x39\x21\x8e\x99\xdf\xa9\x3b\xad\xb3\x49\xce\x5b\xd1\x43\x2f\x80\x92\x43\xdd\x18\x38\x25\x44\x1b\x49\xbb\x4a\x8a\xaf\x31\x68\x57\x89\x81\xe6\xcc\xa8\x00\x6f\x5c\xf3\xb5\xaf\x78\x27\xfc\x0b\x9a\x93\x76\x28\xe0\xfe\x07\xd2\xdd\x3b\xba\x20\xba\xc6\x5f\x45\x61\xf3\xa3\x84\x3c\xec\xa5\x93\x9c\xe8\xc8\xc9\x4d\xc4\xf6\xc2\x6e\x73\xe8\xeb\x47\x47\x76\x62\x8e\x1d\x55\xfb\x08\x7b\x8d\xaa\xe1\xaf\xef\xb4\x8c\x87\xfa\x50\x97\xea\x81\xa2\xef\x65\x03\x47\x96\xab\xd9\xa5\x24\x87\xdf\x95\xb5\x20\x63\x32\x08\x73\x5b\x82\x3b\xab\x0f\x32\x0a\x14\xb0\x25\x48\x6e\x38\x7a\x75\x75\x3e\xb2\x4e\x3c\xd8\x28\x39\xb8\x5c\x69\xaf\xe8\x20\x4b\x24\x74\x33\xd6\x26\x09\xa0\x94\xc0\xf8\xfb\x0e\xaa\xf7\xf2\xc8\x4a\xcb\xa9\xd5\x5e\xde\xdb\x26\x05\x65\x4c\x37\xb9\x69\xc4\x11\x83\xbc\xd1\xef\x37\x8d\x98\xbc\x17\x37\x7d\x04\xac\x39\xa5\x95\x36\x80\xf2\x00\x44\xb9\xa4\xae\x82\xbc\xe9\x2e\x64\xd4\xae\x7a\xd5\xb6\x7c\x33\x29\x3b\xf8\x4b\x31\xfa\x37\x8d\x70\x99\x71\x73\xd4\x56\x8a\x70\xdb\x22\x29\x35\x4f\x35\xe9\x25\x7b\x01\xe1\x8c\x6f\x6f\x19\x3c\x4d\xa7\xf0\xb8\xbb\x4b\x5f\x75\xc2\x81\x5e\x52\x91\x0d\x6a\xaa\xfd\xd9\x6e\xd1\xfc\x54\x31\x5d\xd5\x5f\xca\x5a\x84\x36\xe6\x2e\x8b\x4b\x8c\x9b\xfa\xed\xd9\x97\xc3\x1b\x35\xa0\x2f\x09\x60\x51\x4e\x16\x2c\x01\x4f\x2f\xc2\x32\x5e\x6e\x16\x2d\x78\x3d\x73\xb6\x29\xb9\xda\x19\xcc\xb3\x8d\x8d\x13\xdd\x8d\xc0\x42\x76\x6a\x51\x4a\x8f\x2e\x2c\xdc\x4b\x8f\x16\xf4\xed\xc3\x48\x81\x6b\xf8\x60\x4e\xed\x2b\x3f\x2e\xf0\x58\x7f\xfa\x01\x29\x93\x8e\x6d\x32\x40\x92\x50\xfd\xcc\xa6\x3e\x85\x7b\xee\x23\xa3\x0e\x0c\x83\x8e\x46\xaa\xa9\x63\xb2\x11\x86\x2f\x3a\x4a\xdf\x04\xec\xa9\xe1\xa4\x0f\x49\xdd\x49\x49\x36\x1a\x66\x68\x5a\x78\xd9\xf0\xb6\x13\xdf\xd6\x98\x20\x03\x9a\x9b\x34\x18\x6c\x55\x11\xa4\x11\x7b\x6a\xa1\x79\x30\x4e\x95\x56\x20\xfb\xb6\x2e\x44\xdd\x8f\x3c\xe7\x23\x45\x22\x13\xdd\x6a\xd2\x39\xdc\xef\x0f\x90\xf8\xcd\xd5\xdb\xf7\xbc\xed\x01\xc7\xd9\x34\xd8\xba\xb4\xea\xa2\x2e\xd2\xdf\xfd\x85\x46\x0f\xd9\x13\x48\xa3\x3b\x75\x9a\x1d\xd8\x48\xec\xa5\xdb\xf5\x91\x6b\x77\x61\x5b\xfb\x1a\x6c\x5b\xf5\x00\x86\x5b\x32\x43\xf4\xda\x01\x27\xb6\x28\x7d\x4f\x78\xbd\x70\xc6\x1d\xec\x6d\x7f\x46\xf1\x19\xa0\x77\x8a\xad\x1f\x7a\xd0\xe9\x49\x24\x1b\xc6\xc9\xc5\xcd\xe2\x8e\xd2\x35\x63\x57\x1c\x77\x58\xbb\xbb\x4e\x63\xe6\x01\xbe\x99\x34\x2a\xa6\x00\x6e\xe3\x84\x1c\x1a\xae\x7a\x5d\xa6\xd8\xd7\x6f\x24\x04\x8f\xf3\x68\x81\xbb\xd1\xed\x5c\x83\x91\x85\x6c\x6d\x05\x31\x04\x1a\x36\xf5\xc0\xf8\x92\x0d\x75\x52\x83\xe1\x9e\xdb\x01\x3b\xd2\x85\x7f\x84\x90\x2c\x99\xc5\x97\x21\x0b\x3f\xd9\xf7\x40\xd2\x2c\x4c\xfc\x0e\xb1\x93\x70\x3e\x0a\xcc\x51\x67\x1a\xa5\x62\x13\x54\xe8\x89\x34\x86\x81\x64\x41\x2d\x8f\xb7\x3e\xb7\xb7\x0e\x96\x8f\x80\x94\x3b\x68\x01\x46\x26\xd4\x0f\x1e\xb6\x6c\x8f\x85\x69\x11\xa8\x2b\xe7\x52\x9e\x69\xa2\x03\x1c\xcd\x04\x67\x3d\xb6\x44\x61\x4c\x80\x50\x5c\xce\x68\x94\xb2\xa7\xb6\xd5\xd8\x97\x4e\x61\xc4\x20\x71\x3d\x21\xf5\xf1\xab\x9e\x32\xf0\xb9\x15\x9e\xba\xad\xb3\x7d\xf6\x6c\x34\x74\x54\x06\x77\x11\xdb\xc4\xd4\xed\x73\xca\xb6\xb6\x1e\xab\x95\x08\x5b\x55\x01\x23\xfa\x41\x18\x99\x67\x2a\x82\x4d\x85\x98\x6a\xce\x60\x0b\x4c\x52\xff\x51\xe6\x26\xaa\x96\xd8\x28\xb5\xb8\x46\x3d\x62\x46\xcc\xa6\x3a\x5f\x26\xa6\x05\xfd\x02\x7f\x1e\x4c\x0e\x0e\xd9\xfe\x17\xec\xeb\xa6\x2b\x2b\x59\xb3\x2f\xf6\xa9\x07\xb6\xc7\xb0\x0a\xcd\x79\x8f\xa1\xfa\x2a\x55\xc1\x17\xf9\x5b\x03\x00\xcf\x63\x29\x9e\x55\x97\x7d\xc4\x29\x69\xe4\x70\x34\xd8\x77\x71\x88\xe9\xa4\x8e\x25\xe5\x62\x6a\x9b\xb1\x26\xe0\xec\xe9\x94\x3d\x0b\xb3\x92\xa0\xf4\xc5\xc1\x59\x5b\x13\x1c\x95\x61\x70\xee\x3b\xf6\x94\x1d\x9e\x19\xd8\xa7\x72\xd9\xba\xd2\x0d\x1d\x37\x78\x9f\xfd\x11\xa2\x50\x61\xe0\x53\xb5\x83\xf6\x21\xe4\x04\x9c\xec\x7b\x95\xcc\x9d\xc4\xda\x5d\x00\x28\x97\x30\xd8\xd8\x04\x51\x46\x2d\x4b\xc8\x0e\xc5\x1f\xc6\x96\xc6\xec\xc1\xa3\x03\xd7\x10\x7c\xc6\x63\xbc\x28\x4e\x1a\x5e\x53\x1f\xea\xff\x6f\x1b\x51\x63\x6f\xbd\xc4\xdf\x45\x19\x4b\xfc\xf6\xf7\xd9\x3b\xde\x75\x65\x7d\xc1\x9e\xed\xef\x3d\xc3\x34\xd5\x98\xdd\x48\x71\x62\x0b\xd9\xe6\x4e\xac\x47\x93\x2c\x22\x6a\xc4\xcd\xb6\x4b\xa1\xf9\x30\x95\x1c\xd3\x09\x13\xbd\xc0\x57\x63\xd6\x95\x26\x15\xbb\xd3\x8c\xf6\x1a\x30\x06\x2d\x14\xb8\xb6\x85\x10\xee\x60\x3e\xc8\x1b\xd5\x70\x5b\xf2\x9e\x2c\x13\x64\xd7\xa7\x87\x83\x39\x71\xd9\x3f\xd6\xa2\x2d\x45\x37\xa6\x40\x4c\x10\x48\xcb\x0f\xaf\x77\x5d\xd6\x17\x93\x58\xbc\x04\xea\x46\x68\xc8\x32\x89\x36\xd5\x2e\x42\x3a\xf3\xf2\x88\xf5\x92\xbd\x64\x7b\xcf\xd8\x11\x7b\x16\x49\x4d\x70\x89\x87\xdb\x53\x2b\x95\x39\x57\x04\x68\xf8\x25\x53\x8d\xed\xc5\xad\x21\xb2\x18\xc6\xce\x0e\x75\x02\x48\xaf\x3b\xd2\x4f\x4d\x58\xdf\x60\x98\x61\xcc\x9d\x26\xf4\x7e\x36\xad\xe8\x17\xb4\x71\x12\x12\xb5\x64\x22\xdc\xf8\x16\xe3\x6c\x6d\xd8\xb6\x8a\x71\xdf\xdd\x35\xf8\xca\x5e\x5a\x5e\xf7\xc8\x81\x3f\x51\x3f\x2a\x8d\xf8\xac\x6e\xf5\x86\x43\x3d\xb2\x63\x6d\x5d\xe6\x53\xff\x4b\xfb\x3a\x87\xa3\x79\x12\x76\xe0\x0c\xc6\xb4\x8f\x43\x79\x12\x8f\xdc\x1d\x8d\x33\xf4\x68\x3c\x81\xef\x41\x47\xac\x1f\xac\xf7\x13\x1d\x36\x9b\x9a\x86\x17\x26\x70\x36\xbc\x39\x72\x73\x16\x0b\x60\xef\x7a\xe9\x55\xa4\x47\x53\xad\x97\xba\x92\x17\xd7\x64\x7f\x9f\x9d\x34\x55\x89\x31\xae\x51\xa4\x30\xdf\x30\x8a\x98\x45\x2f\x78\x5d\xd8\xf4\xdb\x36\xc1\x22\x8b\x14\x1c\x74\x3b\x73\x92\xcd\x27\x32\xef\xb5\x78\x41\xee\x34\x57\xd9\x22\x92\x7f\xa9\xa6\x91\x14\xb7\x5a\x41\xb7\xec\xbc\x4b\x24\x4d\x1f\x5a\xc2\xdb\xc3\x3b\xa7\x84\xba\x37\x02\xeb\xa5\xda\x7d\xfe\x3c\xd9\xb4\x06\x7f\x21\xf3\xef\x1c\x69\x41\x32\xf3\xf4\x80\xa3\x89\x75\x4e\x68\x78\x6d\x80\x60\xf3\x26\x52\xd3\xb1\xec\x3a\x1c\x83\xaa\xff\x0d\xde\x93\x21\xab\x34\x40\xe5\xa9\x1e\x9a\x9e\x6b\xc3\xeb\xf7\x52\x17\xe9\x65\x50\x60\x8b\x33\x0c\xd8\x43\xeb\x2e\x5e\x4c\x09\x5a\xf7\x38\xec\x00\x99\x7c\x40\xa3\xef\x49\xe4\x71\x4f\x73\xfa\x7c\x32\x4b\xa8\x07\x84\xc2\x9b\x31\xd3\x74\x54\x23\xb1\x19\xf0\x97\x74\xcf\x1b\xdb\xc5\xc5\x7e\xf5\xb2\x93\xcc\xc0\xaf\xaa\x86\x05\x33\x45\xc0\x4d\x82\xac\x8b\xee\xbf\xbb\xf4\x6b\x44\x39\x0d\x62\x80\xf7\xe1\x40\x0b\xa0\xf2\x92\xdd\x83\x60\x3b\x04\xd7\xbb\x41\x19\xbb\x6a\x3d\x62\x89\xd4\x7c\x43\x33\x23\x0d\x63\x02\x97\x0b\xd1\x31\x82\xc2\xc2\x69\x9c\x90\x96\x24\xf8\xa1\x2d\x0c\xde\x00\x67\xe8\x5f\x70\xe6\x74\xbb\x91\x4d\xc4\xee\x6c\x02\xb1\x02\xb2\xa7\x8a\xe3\x66\x2f\x91\x59\x80\x57\x47\xf4\x3b\x3e\x7a\xdc\x21\x1e\xb1\x8d\x1e\x25\xfc\xb4\x03\x45\x0f\x2a\xcf\xf4\x28\x94\x8f\x91\x7a\x93\xb4\xd0\x64\x58\x4b\x96\xaa\x9e\x58\x11\x51\x22\x3a\xb9\xb1\xca\x64\x29\x78\xa1\xeb\x4f\x78\xd7\xc9\x5c\x5d\xbd\x0e\x3d\xc7\x6a\x7f\xa3\x68\x86\xdf\x97\x4a\x6c\x11\x27\x45\x37\x84\x46\x92\x6d\x97\x77\x4b\x50\x6f\xfd\x9b\x02\x66\xb7\x57\xef\xcd\x75\x80\x0a\x99\x99\x6a\xbb\x00\x8a\xf6\x19\xd9\xec\x5a\x4b\x81\xa8\x84\xb1\xc5\xc5\x0b\x83\x63\x6b\xde\x89\xfe\x75\x2b\x1b\x84\x30\x92\xe8\xfb\xa2\x8b\x11\xbc\x57\xbc\xc1\x3c\x73\x2b\x23\x52\x31\x4c\x3a\xe6\x8b\x83\xed\xfe\x12\xff\x1c\xe9\x62\x3a\x42\x13\x90\xed\x40\x1f\x54\xdc\x3b\x92\x6f\x4a\x51\x15\xa1\x11\x3b\x7a\xc2\x3a\xfd\x6b\xc7\x45\xfc\x4e\x16\x31\x30\xd6\xbe\x8d\x24\x3f\x6a\xb0\x4f\x92\x6e\xc9\x88\x4d\x7d\x3b\x09\x82\x4b\x05\x27\x8e\x31\xf9\xd7\x59\xff\x8c\x75\x02\x74\x29\x40\x77\x27\x26\x65\x97\x85\xc0\x1e\xb1\x97\x4c\x4c\x30\x5a\x13\xe5\xcc\xf3\x73\x5a\x7b\xb0\xe1\xd7\xb6\xf2\x7f\xd9\x06\x2f\xd7\x9d\x3a\x3b\x81\xfd\x32\x46\x76\x38\x9f\x94\x9d\xdd\xbd\x06\x4d\xe9\x64\x2d\x0e\xfe\xf8\x36\x4b\x0a\x75\x32\x0f\xc5\x22\x8b\x25\x5b\x97\x10\x22\xa5\x45\x70\x21\xf2\x64\xa0\x9c\xfa\xe7\xa4\x8c\xcd\xc9\x9a\xe3\xa1\x49\x57\x12\x9a\xd5\x07\xad\x07\x1b\x34\xce\x48\xe9\x9b\x81\xe0\x79\xe3\xdb\xae\x50\xf7\x4d\xd5\x7e\xae\x1d\x60\xa2\x83\xd8\x14\xd0\x2e\x57\xa4\xb7\xbf\x8b\x27\x93\xb0\x67\x4b\x2c\xba\x5a\x34\xbb\xd2\xd6\xd0\xac\x90\x79\x6c\x7d\x16\xd8\xa5\x0d\xd9\x6f\x3c\xd2\x02\x2d\xf4\x07\x1a\xb0\xc3\x22\x02\x14\x9a\x07\x6e\x47\x64\x47\x65\xeb\x90\x36\x63\x23\x1c\x1d\x8e\x4d\xbc\x0f\x9e\xa8\xfa\x69\x6f\xba\x00\xe1\xd0\xa7\xbd\x17\x43\xb8\xb1\x5d\x4b\xec\xb4\x1b\x19\x8f\x2c\xfa\x23\x47\x29\xbc\x87\xbd\x68\x8d\x4a\xaa\x2b\x47\xc5\x1b\xdd\xc4\x3d\x7d\x2f\xb6\x84\xdc\xcc\x70\x43\xef\x65\x13\xb4\x83\x16\xd5\xd4\x94\x39\xa5\x75\xc3\xce\xe2\xc6\x96\x4e\xc7\x4e\x72\xd4\xe0\xf8\xd9\xb6\xff\xe8\x78\xba\x6f\x5f\xfa\x66\xf3\x86\xe3\x48\xd8\xad\x0f\x57\x46\x71\x85\xe6\x4b\x1e\x55\xd5\x98\xc0\xab\xda\x69\x0b\x78\x03\x9a\xf8\xd2\xff\xa8\xb9\xcd\x76\xf6\x0e\x0f\xd4\xbf\xed\x6d\x3f\xc0\x9e\x25\x04\x7d\x80\x32\xce\x00\x62\x0b\x16\x86\x86\xbf\xea\x34\xd6\x1b\x28\xd9\xf4\x3d\x7b\x56\x6d\xcd\xf8\x5e\x66\x6b\x16\x65\xd7\xf0\x3e\x5f\x66\x1f\x75\x20\xda\xa3\x88\x5d\x83\xd4\x7e\xaa\x2d\xcf\x91\xcd\x78\xd2\x05\xe9\x40\x9d\x41\x16\x2d\xbf\x90\x57\xa2\x25\x7f\xf3\x01\xab\x37\x33\x47\x3b\xaa\x46\x76\xaf\x7a\x94\x9c\x64\x1f\xd9\xcd\x11\xb9\x57\xa2\x5d\xc6\xff\x1b\xb3\x8d\xff\xe6\xff\xd8\x9d\x1f\x66\xd3\xf7\xe7\xb9\x00\xff\xab\x81\x41\x58\x97\x54\x4a\x6c\x37\x9d\x7a\x34\x4c\xeb\x83\x15\xb9\x7e\x92\xfa\x00\x3f\x79\x59\x77\xd4\x4c\x2b\x2a\xde\x8b\x02\x93\x1b\xa7\x74\xf8\xe1\xb4\xdd\xc0\x38\xa9\xd1\x8b\xba\xc8\xee\x85\xdd\xf6\x46\x64\xf3\x09\x2d\xf8\x0c\x22\xf8\x2c\xbe\x6e\xf9\x75\xc7\x38\x9d\x6c\x8c\x32\xa3\xe9\x90\x39\xaa\x1f\x9b\x55\x1a\x3c\xd5\x3a\x75\xb0\x2d\x21\xe6\x74\x37\xab\xd5\x6c\xd4\xc9\x67\x1c\x04\x4d\xaa\xf8\xc0\xb7\x4b\x23\x5f\x16\x79\x73\x79\xd8\x3d\x0e\x18\xd6\x33\x7d\xed\x30\x4d\x95\xbd\x68\xdf\x60\xfe\x28\xc5\x36\x8c\x59\x2b\xb4\x32\xb5\x97\x63\xb6\x70\xda\x87\xf4\xf9\xdf\xd6\x85\xb8\x01\x1d\x04\x5d\x68\x8d\x3f\xbd\x66\x4e\x0a\x99\x4f\x54\xab\x68\x4e\xa1\x9b\x1a\x8d\xe9\x1c\xc5\x17\xab\xe7\xec\x09\xed\xec\x5a\xdc\xf4\xd9\x68\x52\xc8\x5a\x3c\x87\x32\x4f\x35\x63\x80\x3c\x79\xca\xce\x10\x8e\x47\x2a\x04\x86\x2b\xad\xe0\x61\xfa\xcb\xeb\x65\x59\x09\x96\x81\x91\xb0\x98\x88\x1b\x91\x67\x6e\xb3\x29\xc4\x83\x5d\xcc\x9e\xb2\x15\x46\x2c\xc0\x21\x9b\x47\xf5\xeb\xf4\xe0\x8c\xc6\x33\x66\xab\xd1\xc0\x75\x59\x81\x13\x85\x7b\x74\x59\x5e\xf1\x9b\xef\xfc\x49\x90\x5a\xbd\xc4\x94\x41\xb1\x54\xd0\xd3\x9a\xc3\x7b\x47\xa0\x71\x48\xda\x65\xf5\x5a\x0d\xc8\x2a\x97\x23\xb3\x14\xd7\xf1\xc8\xa9\x81\x02\x8e\xfb\x4d\x54\xa8\x8a\x6b\xed\x60\x03\x29\x87\x18\xf0\xd1\xe0\x0d\xbb\x43\x31\x1f\x26\x15\xf0\xf2\xe9\x07\x66\x2e\x69\x61\x22\xe8\xc6\x27\x56\x47\xc3\xf6\x1c\x10\xba\x17\x1f\xcf\x06\x26\xdd\x56\x2f\x47\x13\xd4\xee\xa8\xf5\x4b\xb5\x62\xc3\xc2\x3a\xb1\x39\xf0\xc5\xa9\xff\x1e\x82\x41\xf7\x20\x32\x83\x21\x86\xbc\xd9\x96\x2a\x41\xb0\xec\x58\xd0\xee\x46\x5d\x76\x21\x99\x8e\xe6\xeb\xc6\xca\x04\xc2\xf3\x27\x51\x35\xa2\xa5\x04\xc4\x3a\xdc\xbb\x4e\x75\x27\x78\x57\x62\x0e\xf3\x15\x2f\x81\x16\xbb\x19\x50\x98\xac\x67\x3a\x03\x04\x7a\x24\x63\x5e\x27\x9d\x55\x8e\x42\xc8\xe9\xe0\x5c\xe2\xa6\x69\x45\x47\xd9\xa9\x4d\x3a\xde\x59\x0d\xee\xbf\xa7\x70\x7d\xc5\x3c\x11\x0f\xcf\x9d\x60\xef\xcd\xa3\x09\xfb\x96\x72\x23\x74\x26\x39\x02\x86\xaa\x9b\xd5\x26\xad\x28\xe3\x38\x3a\x48\x6b\x44\xa9\x8f\x74\xaa\x51\x08\x86\x08\x50\x00\xb2\x46\xd9\x78\xa4\x89\x82\x1e\xe7\xdc\x2e\x74\x91\x20\x51\xa9\x7b\x57\x27\x37\xd8\xd8\x45\xa3\x15\x17\xe2\xa6\x19\x3b\xf0\x1c\x63\x3c\x1a\xde\x6e\x9c\x8d\xcf\xa6\x4c\xb1\x4c\xe0\xcb\x81\x6d\xc5\xcc\xbe\x6a\x68\x72\x51\xc9\x39\x0f\x45\x20\x36\xac\x1a\x50\x07\x1d\x5b\xed\xfd\x52\x24\x56\x85\x96\xab\x97\x21\x00\x28\xd4\x9f\xc9\xe1\xf6\xf9\xc5\xe7\x6c\x51\xf1\x0b\xc5\xce\x24\xbc\xce\x70\x40\x40\x3d\xd5\x8f\xf0\xf3\x85\xe8\x55\xd3\x36\xbe\xb5\x93\x8d\x28\x8e\x71\xed\x7c\x3c\x62\x18\x25\xcb\xbe\x0a\x9b\xd6\xf0\xd3\x61\xd8\x78\xbb\x89\xa4\x1d\x0e\x60\xcd\xef\x40\x1f\x6d\x16\x9a\xe2\xeb\x43\xd4\x48\x75\x09\xeb\x04\x44\x91\x74\xb7\x00\xfa\x6e\x23\xc2\x53\x06\x07\x00\x23\xb6\x40\xf9\x6d\x0d\xa9\x64\xff\x27\xd7\x9f\x57\x15\xbb\xe6\x35\x64\x5d\xcd\x39\xf8\xa6\xeb\x3c\x1e\x65\x5d\xf6\xa5\x56\xcf\x6e\xe4\x9a\x52\x8e\xe3\xae\x08\x91\x0c\xb0\x50\x41\x32\x96\x07\x81\x94\x73\x5d\x56\x05\x9b\xda\xc5\x3f\x11\xfd\x57\xea\x9d\x68\xb3\x64\x78\xb8\x90\x0a\xc7\xa7\x91\x0f\xc0\xf0\x1c\x74\x19\x02\x9f\xa2\x8e\x5d\xbc\x70\x99\x04\xf0\xff\x51\xe7\xa1\x5a\x56\x18\xf0\x84\x17\x05\xbd\x75\x91\x25\x5b\xe9\x00\x4c\x7c\x94\x32\x2b\xc0\xba\x8b\xb2\x2e\xbb\x65\xc8\xea\x9b\xe5\xfc\x0b\x88\x04\x18\x1f\x5a\x46\xee\xe6\x5b\x9c\xb0\x73\xf5\xfd\x9c\x7d\x58\xad\xbb\xfe\x83\xc9\xca\x8e\x9e\xf9\x51\x7d\x8a\x81\x00\x99\x23\x3e\xa8\x91\x7f\x60\xe7\xfe\x2e\x3a\xc7\xbc\x95\xba\x0d\xe8\x0a\xdd\xb4\xe6\x62\x21\x5b\xc4\x32\xea\xdb\x5f\x69\x7c\x09\x60\xc0\x9f\x48\x34\x62\xe7\x40\x90\x71\x90\x9e\x0b\xec\x1a\xf0\x0d\x28\xb5\xf6\x0e\xd3\x1e\x74\x56\x6a\x12\x2c\x27\x7d\xd7\xb2\x53\xb5\xba\x58\xb0\xcb\xb2\x0f\x8b\x31\xfb\xd0\xdb\x95\x1c\x0a\x9f\x87\x56\x4a\xec\x85\xeb\x0b\x18\xf1\x19\x8c\x74\x94\xc9\x32\xbd\x1c\x54\xee\x79\xd3\xf5\x14\xf5\x63\xe7\xdb\x90\x52\xca\x01\x8d\xe1\x29\x14\x4a\xea\xf7\xa9\x7a\xa1\x0a\x69\xc0\x29\x31\xf0\x78\xa4\x98\x43\xd8\xdb\x9e\x3b\xec\x17\x40\xda\x07\xc2\x1e\xc1\x15\xd6\xee\x71\xa7\xed\x48\xec\xa9\x1b\x7f\xc1\xf6\x42\xbb\x33\xb7\x35\x6c\x02\xb9\x6b\xa7\x39\xc4\x26\x70\xe3\xf3\xd7\x7c\xe4\xc2\x31\x0d\x19\x6a\x5e\x35\x90\x92\xfa\xba\x86\xd1\xaa\xcc\x98\xde\x63\x83\xf8\xfb\xbd\xbf\xc2\xf7\x6a\xbd\x53\x7e\x4a\x91\x0d\x34\xb1\x80\xb6\xb7\xd8\xee\x19\x78\x3b\x33\x84\x84\xc5\x05\x20\x6e\x64\x6c\x19\x76\xbb\x55\xb7\x6d\x2c\xae\xa9\x94\xae\x80\x26\x84\x60\xcc\x32\xc8\x7b\x92\x91\xc3\x77\x68\x75\x9e\xea\x5e\x1b\x36\x44\xd3\x36\xdd\x58\xdb\xdf\x78\xea\x38\x28\xc7\xce\x3b\x9a\xbf\x7b\xa2\x0e\xee\x42\x58\xaf\xe7\xb8\x02\x2f\xfc\x9e\xf1\xed\xde\xde\x16\x65\x6d\xd4\x0f\x86\xe4\xb7\x70\x12\x37\xfd\xa9\x36\xa9\x64\x7b\x7e\xfb\x67\xdb\x15\xff\x0c\x33\xc4\x18\xdb\x8f\x2d\xba\x76\xf6\x00\x7d\xfc\x80\x16\x9b\xe6\x4f\x0b\x4a\x20\x55\xcf\x4f\x9f\x3e\x7e\xde\xba\x01\x35\xeb\x5e\x82\x49\xe1\x63\x66\xab\x8d\x55\x7e\xf9\x99\x26\x5e\x19\x3f\x99\x8e\x92\xe3\xa4\x00\x0c\xf1\xfd\xcc\x2e\x99\xd2\x7c\x06\x27\xe2\xb0\x09\x9e\xcc\x00\x97\x31\x58\xfe\x81\x19\xd0\xed\x1d\xae\xef\x6e\x7b\x70\x8f\xf7\x10\x6b\x04\xa1\xdc\xf4\x1d\x1d\x8c\x64\xc2\x3e\xee\xb5\x2c\x41\xd1\x84\xbd\xe7\x3f\x64\x84\xea\x1f\xf9\x4e\xc3\xa5\x2d\xcd\xe8\x34\xb2\x1b\xa1\x7f\x68\xa6\x35\x8b\xbe\x1c\x21\xa9\x8d\x19\x58\xac\xc4\xab\x21\xe1\x2d\x7b\x0c\x2b\x47\x96\x10\x60\xfb\xe0\x98\x5f\x22\x43\x77\xff\x1c\xf1\xba\xde\xfa\xf2\x9e\xe4\xbc\x12\x13\x28\xf0\x12\x01\x87\x17\x29\x19\x3f\xb2\x45\x59\xf5\xa2\xfd\x06\x9c\xb1\xb4\x99\x06\xbc\x7a\x2f\x8f\x70\x98\xf8\x78\x64\x87\x0b\x63\x25\x1e\xa4\xd3\xf6\xde\x40\xfc\xa1\x3c\x2f\x8a\x23\x8d\xe8\x77\x8f\xf2\xa4\xf6\x4f\x45\x47\x69\xff\x97\xba\x54\x17\xdb\x1f\x00\x88\x27\xeb\x06\x72\x9d\x4e\xd9\xfe\xcd\xfe\x64\x8d\x9f\x8c\xda\xe7\x25\x9b\xed\x5c\xac\xc9\x34\xe0\xc2\xf1\x29\x3c\x69\x44\x5e\xf2\x2a\x19\x68\xff\x07\x71\xf1\xf5\x4d\x93\xcd\x76\x4e\x67\xb3\xf5\xc1\xc1\xc1\xc1\x1e\xfe\xfd\x3d\xfe\xe1\xf8\x78\xb8\x80\x3f\xbf\x5b\xe0\xe3\x1f\xf0\x91\x17\xea\xcf\x6f\x0f\xf3\xd9\x6c\xfd\xec\xe0\x60\x8e\x7f\x04\xfe\x59\xc0\x9f\x67\xbf\xc7\x3f\x7f\xc0\x3f\x05\xfe\x51\x45\x16\x62\xa1\x8a\x2c\x16\x8b\x3f\xec\xe1\xdf\xfc\x6c\xb6\x33\x4e\x4e\xd8\xaa\xc6\xbf\xe7\x2b\x20\x22\x84\x8c\x07\x6a\xaa\x6a\xf2\xb3\x1d\x92\xb4\xfe\x4e\xbd\x99\x0b\xe7\xcd\xef\xe1\x0d\xcf\x2f\x3b\xcc\xc4\x43\xaf\x0f\xb1\xae\xb8\x46\x4f\x4d\xfd\xf6\x50\xbd\x35\xa9\x6a\x7b\x3e\xb7\x9f\x7e\x05\x26\x17\xbc\x6d\x4b\x7e\x21\xb4\xed\xad\xfe\xfa\x0c\x3a\x16\x5d\xce\x1b\xdb\xda\xef\x9f\x1d\x40\xa5\x9f\x44\x2b\x31\x08\x14\xf3\x07\xf1\xfb\x67\x07\xbf\x0e\x0a\xd4\xb2\xde\xfb\xbb\x2c\x6b\xd1\xba\xa5\x7e\x13\x94\x8a\x4b\xfc\x56\x95\xa8\xc4\xa2\xdf\xeb\xe5\x1e\x5a\x9d\xaf\x78\x7b\xe9\x16\x81\x21\xc2\x27\x55\x06\xf4\x2c\x41\x91\x5f\x3d\x3b\xc2\xdc\x4a\xea\xe2\xd2\x70\xb8\x8c\xb8\x9f\x7f\x17\x77\xa2\xd3\x79\xbb\xc5\x7e\x1f\x77\x94\x2a\x06\xb0\x51\xbd\x5c\xb4\xbc\x59\x26\x7a\xfc\xed\x6f\x9e\xfd\xee\x0f\x11\x7c\xf6\xc8\x6a\xd8\x83\xe4\x6f\x7f\xf3\x1b\x1c\x3c\xa5\x1c\xa0\x9c\xd2\x2b\x51\xf7\xb3\x1d\xf4\xdd\x55\x34\xf8\x43\x87\x18\xd5\xbd\xe7\xf3\x93\xf2\x27\x61\xf5\xea\x46\xb2\x1a\x94\xb0\xc2\x6f\xcf\x06\x41\x9d\x56\x71\x63\x8e\x02\x96\xe4\x15\xda\x5e\x13\x22\xf0\xae\x6b\x34\x67\x29\x66\x3b\xaa\x8c\xd1\xa0\xcf\x65\xb1\x89\xd3\x7d\xf5\x9b\x4a\x74\x6e\x28\x2f\x55\x0c\x95\x64\x0e\x69\x49\xcc\x28\x43\x73\x04\x6c\x60\xd2\xe3\xfb\x91\x67\x96\xfa\x81\xfb\x66\xa9\x1f\x38\x3b\xd2\x15\xde\xc8\x9f\xde\xdb\x3a\x89\xf8\xb8\x44\xb3\xa2\x9e\x6f\x6f\x4d\xb0\x58\x13\x54\xaa\x43\xda\x73\x0c\x81\x54\x7f\x89\x58\x95\x3a\xb4\x0d\xb4\xf4\xb0\x88\x95\xad\xa8\x0b\x45\xc6\xc1\xd6\xce\xff\xe4\x0c\xaf\x3b\x32\x84\x32\x28\x04\xb6\x7c\x6e\x39\xa0\x38\x96\x9a\xa7\xa2\xe1\x94\x17\x13\x42\xc1\xf7\x7c\xae\x56\xf1\x49\x84\x57\x71\xc4\x6d\x55\xcb\x1d\x91\x16\xc9\x68\x1a\x3d\x9b\xf5\xb7\x10\xcc\x3a\x51\x76\x82\x29\xdd\x86\x09\x68\x62\x84\xc1\xc4\x1e\x3b\xa0\xe1\x51\x80\x52\xd8\x1b\x6a\xd0\xd5\x83\x47\x6b\x42\x93\x3a\xe2\xcc\x07\x06\xf0\x84\xfc\xb7\x55\xd5\x41\xce\x9c\x4a\x51\x23\x88\x69\xb8\xd0\x8b\x3e\xab\xf3\x25\x6f\x79\xde\x8b\xb6\x0b\x95\x5f\xa6\x8a\x3b\xe8\x8c\xba\x3c\x76\xa5\xc1\x94\x45\xb7\xb3\x29\x72\x06\x63\x20\x46\x7b\xc1\x8d\x7d\xe8\xa2\x22\x8a\xa9\xb3\xd1\x99\xcd\x37\xf2\xa1\xd1\x01\xd9\x22\x7a\x15\xd7\x0b\x3a\xd6\x75\x6f\x6f\x59\x66\xdb\xb9\xdf\x8e\x8c\xdd\x67\x4b\xc6\xb6\xdb\x93\x99\xcf\x7e\x5e\x74\x9b\xbb\x7e\x52\xcb\xe8\xc6\x1a\x54\x80\xbc\x90\x5b\xb3\x98\xa4\x2a\x5a\x03\xa6\x15\xbf\x14\x46\xae\x96\xc5\x91\xb7\xc2\x25\x49\xc7\x5e\xf1\x27\xe0\xf7\x34\x09\xa5\xab\x69\xf7\x02\x7f\x20\x6a\xd5\x23\x50\x3a\x16\xa5\xbe\x3c\x30\x4b\xf0\xde\xc8\x56\x53\x2c\x21\x77\x0b\x26\xd2\x58\xd8\xe1\x1f\x31\xff\xd6\xb0\x25\x97\x05\xca\x79\x0b\x99\x83\x3e\xc1\x42\x6e\xe0\x26\x81\x74\x39\x8a\x5d\xaf\x2e\x21\x63\x76\x30\x74\xff\x40\x62\x54\xc0\xd1\xf9\x87\x7b\x6f\x50\x14\x4a\xe0\x61\x1e\x01\xba\x52\x87\x87\xa2\xb3\xf4\x74\x22\x8e\x59\x2e\x2b\x18\xee\xba\xee\x8f\x65\xb5\x5e\xd5\x14\x77\x40\xdc\xf4\x63\xa8\x87\x57\xa9\x3d\xeb\xe5\xb1\xad\x33\x5a\x3e\x07\xbd\xe9\x04\xc8\x3e\x92\xab\xd5\x11\xac\xed\x7b\x3e\x27\x8b\xec\x0c\xc6\xb6\xa7\x40\x50\xb1\xff\x1f\xf4\x38\x1a\xb1\x2f\x5c\xc3\x10\x8c\xe2\x7e\xac\x09\x15\x44\xc3\x18\xc5\x97\x0b\xfd\x6f\x40\xf2\xe0\x8a\xf6\x82\xbd\x75\x9a\x43\xa0\xef\xdb\xdb\xe1\x89\x65\x5b\xea\x4d\xef\x9f\xaf\x43\x42\x69\xde\x0a\x67\xc7\x80\x26\xa3\xc0\x66\xc4\xcc\x23\x81\xc5\x5a\xfe\x41\x38\xef\x1e\xaf\x2f\x99\x61\xad\xd8\x11\xdb\x3f\xfd\xdb\xd9\xfe\x16\xf9\xab\x03\xa4\x61\x8b\x53\xe6\xf0\x1a\x91\x7d\xe9\x00\xed\x48\x48\x06\x07\xe3\xee\x45\x95\xc1\x56\x31\x45\x16\xd8\x03\x89\x1b\x54\x1e\x32\xe3\x7a\x28\x05\x1b\x90\x1d\xb3\x47\x5a\x74\x6d\xed\x2e\xa1\xa4\x08\x2b\xdd\x7f\x79\xf6\x63\x88\x3b\x55\x8f\xd8\x95\xa2\x6a\x57\x6e\x73\x54\x65\x34\x72\x59\x53\xca\x90\xf0\x4e\x61\xd1\x52\x56\x98\x3a\x5a\x31\x59\xea\x8a\xfa\x0c\xee\xcf\xfb\xfb\xec\x55\xd7\x95\x17\x75\xc7\x1a\xa7\x98\xe5\x1b\x50\x18\xd0\x2f\x05\x3b\xc6\x8c\xa5\xec\x5d\x99\xf7\xeb\x56\x74\xe4\x63\xd9\x4b\x6c\xe5\xe4\xf8\xdb\x6f\x19\x65\x35\x75\xea\x3b\xe7\xb8\xd3\xc1\x67\x87\x19\x6e\x0e\x27\x34\x08\x50\xc9\x17\x53\xf6\xab\x67\xb1\x05\x45\x3c\x93\xe7\x41\xc5\xe9\x94\x1d\x1e\xc4\x15\x71\xb6\xbf\x7e\xf6\x6b\x63\x62\x47\x1f\x4e\xfa\xb6\xac\x2f\x90\x31\xa0\x1c\x08\xd9\x1f\x9e\x1d\xfe\x16\x18\xba\x42\x27\x42\x43\x6e\x21\xda\xdf\xc8\x88\x15\x1d\xc3\xc7\xf7\x9b\x26\x19\x86\x99\x18\x27\x4d\x08\x9c\xd5\xec\xd6\x4d\xa0\x79\x04\xfc\xa0\x0a\x6c\xaa\x79\xae\xc8\x76\xdd\x9e\x3f\x41\xac\x82\x7f\x64\xb2\x5f\x42\xf6\x71\x3d\x43\x78\x9e\x68\xe0\x98\xea\xcf\x75\x95\x5e\xbe\x7e\xfb\x26\xad\x2e\x6d\x96\x6c\x1a\x2c\x97\xa9\x1f\x9a\xe7\x16\xa2\xcb\xfd\xd3\xa7\x59\xb6\xbc\x13\xd9\x6c\xe7\x38\xc4\x86\xd9\xce\x48\xe7\x3d\x61\x4f\x59\x06\xb2\x8e\x53\xd3\x32\xa4\xef\x99\xed\x1c\xdc\xc0\x57\xf3\x7a\xd2\x4b\x5c\xac\xec\xf0\xb7\x89\x78\x88\x1d\x7a\x96\xba\xf0\x9b\xe0\x7d\xc8\x98\x09\xfb\xaf\xed\x54\xc6\x30\xf8\x31\x6b\x22\x43\x16\x6c\x76\x20\x31\x3a\x7c\x0b\xc6\x01\x4e\x79\x5b\x82\x52\xab\xef\xbe\x75\x00\x3a\xd6\x79\x01\xdd\x9a\x65\xf4\xbd\xec\xc1\xb4\x49\x8d\x33\xfc\x96\x0a\x18\x5b\xf1\xb9\xa8\x66\x3b\x38\xb1\xa8\xb7\x38\xf0\xae\x45\x6c\xcf\x04\x95\x66\xaa\x2a\xf9\x68\x56\x5e\xd4\xb2\x15\x90\xe8\xd2\xf5\x51\xc1\x4b\xb1\x8e\xb5\x0c\x7b\xc6\xf0\x00\x0f\xdc\x2b\xd7\x78\xee\xdf\xbf\x47\x52\x21\xc7\xef\xdb\x04\x26\xc8\xb4\x6d\x21\xd8\x06\xb1\x70\xe2\x97\x58\x50\xb8\xd0\x7a\x90\x4d\xaf\x03\x48\xe1\xa2\xf5\x7d\x44\x0c\xef\x9f\xb5\x60\xfa\xb8\x68\x7e\x81\x88\xd8\xb1\x27\x8e\xb1\xa8\x3e\xc4\x24\x91\xde\x47\x48\x3d\x0f\x9e\x36\x30\x5b\x14\x97\x41\x54\x9f\x3d\xed\x5f\x77\x48\x16\xd2\x0f\x77\xa5\x51\xcb\x67\x7a\x0d\x15\xe9\xc8\xa2\xa0\x41\x28\x86\x02\x61\x7b\x5e\x21\x62\x48\xbf\x2b\x6b\xf1\xa7\x30\x6e\x3d\x38\x47\x62\xa5\x27\x5e\x94\xf4\xf4\xa5\x71\x38\x00\xfe\x30\x00\xce\xc3\xf9\x7f\xf6\x11\x6b\xdf\x35\x37\xe7\xa9\xac\x72\x0f\x94\x15\x28\x4e\xaa\x63\xdd\x9a\x6c\x2b\x74\x3c\xaa\x25\x24\x86\xc4\xbe\x66\xf5\x8a\xb7\x0a\x03\xc4\x3f\xd6\xe5\x15\xaf\x04\x9a\xe5\x40\xb6\x08\x9c\x09\x25\x8d\x45\xe8\x8d\xd9\xaa\xac\xd7\x1d\x93\xb5\x20\x67\x6d\x9d\x64\xa0\x93\xd8\xa7\xb8\x12\xed\x06\xef\x34\x64\x0d\x64\xa4\x85\x39\xaf\xd9\x5c\x30\x74\x4f\x40\x33\x3b\xc8\xc3\xd0\xcb\xc6\xef\xc5\x26\xe8\x28\x29\x95\xc3\x4a\xf0\xba\xac\x2f\x16\xeb\xca\x66\xa9\xa0\x54\x19\x65\x47\x2d\xf2\x79\x25\x30\x91\x08\x9a\x6b\xcd\xea\x5a\xf6\xaa\x43\xcc\xda\x5b\xa8\xf1\x60\x9d\x0e\x87\xda\xf3\x4b\x41\x31\x20\x7e\x12\x34\x82\xb2\x35\xd1\xb8\x02\xe1\x09\x76\xf2\x8e\x77\xfd\xd7\xae\xd1\xb4\x16\x83\xe0\x46\x32\x91\xbd\x0c\x95\x06\x0b\x77\x94\x24\xbc\x60\x1f\xb5\xb8\x55\x57\x23\xa1\x26\x1a\xa6\xa3\x9c\x03\xff\x8c\x1e\xee\x6b\x05\xe8\x34\x52\xa5\xc8\x6d\x70\x64\x6c\x95\x01\x3f\xde\xf0\xf6\x92\x72\x82\x60\x0a\x18\x4c\xda\x41\x56\xc7\x18\x4a\x63\xc5\x6c\xaa\x16\xa0\x4e\x3c\xef\xcb\x2b\xf1\x1d\x68\x11\xce\x67\xf5\xeb\xb7\x6f\xd0\x40\x72\x50\xa4\xf4\xca\x54\x88\x60\x63\xdb\xfa\x93\x2e\x0d\xbc\x9c\xe1\x59\xd5\xe0\xc8\x22\xce\x23\x43\xce\x25\xac\xc2\x04\xcc\x30\x06\x72\x12\x75\x87\xe8\x26\x60\x4e\x76\xf7\x9f\xf0\x37\x4c\x5c\x07\xb4\x82\xcf\xbd\x69\xdc\x4b\xbb\x92\xc6\x48\x03\x11\xc7\x53\xce\x16\x5b\xc6\x91\xb8\xf8\xd0\x70\xbc\x91\x86\x94\xb4\xe2\x1d\x10\x43\x1d\x34\x6c\xef\x70\xac\xb5\x8d\x5b\x42\x50\x3b\xec\xe0\xbd\x71\xa8\xd1\x70\x13\xa3\x4a\x0f\xc7\x22\xdc\x2e\x54\xdb\x16\x87\x11\x9d\xa5\x53\x77\x57\x1b\xfa\xe4\x85\x3f\xcf\xe4\x15\x15\x94\xab\x18\x48\x84\x90\x94\xb4\xb5\x56\x78\x92\xba\x9d\x86\x00\xac\x06\x34\xe2\x5b\xd5\xa7\xce\xec\x3b\xd1\x67\x60\xf2\x96\x72\x92\xb9\xf7\x9a\x08\x9b\xc3\x24\x90\x71\xae\x7c\x0f\x63\xd3\x74\x9e\x9c\x07\x30\x6a\x36\xe4\x21\xfd\xf2\x91\x6e\x80\xef\xba\x6e\x21\xd3\xf7\x23\xf8\x2e\x55\x23\x66\xa9\x9c\xdb\x8b\xc7\x29\x41\x69\x64\xad\x1a\x09\x79\xd1\x4d\x6e\xff\xd9\x8e\x42\xac\xb8\xb4\xeb\x13\x4a\x5a\x2f\x7f\x82\xaa\x6a\x07\x57\x14\xb4\xd2\xf5\xc7\xfe\x5e\xdc\xf4\xdf\xab\xeb\xa5\x5b\x69\xc4\x8e\xbc\x46\xc2\x0b\xc8\xbd\xfd\x84\x6e\x1a\x30\xad\x6d\x37\x82\xd9\x8e\x7b\xc1\x77\xaf\x58\xd1\x00\x62\xb3\xfa\xc1\xe6\xb7\x67\xa8\x20\xe4\x55\xb5\x1f\xcf\x96\xc2\x81\xf5\xb5\xcf\xc5\x50\xd2\x7d\xc6\xdd\xdb\xe9\xbf\xff\xf9\x2f\x4e\x41\xe4\xe5\x82\x89\x1b\xbe\x6a\x2a\xc3\xe1\x28\x96\x42\x31\x01\xd7\x29\x66\x01\x48\x4e\x78\x8c\x39\x2d\x47\xe8\x4e\xe3\xfc\x2f\x6a\x16\x1a\x4f\x78\x13\x90\x81\x53\xe7\x19\x05\x92\x81\x64\xf2\x5d\x62\x2e\x63\x88\x73\x75\xc4\x0e\xd9\x9d\x36\x37\x39\x18\x9d\x0d\x88\x0f\x2f\xe0\x86\x6f\xe8\x87\xbb\x58\xa1\x5b\x20\x08\xad\xd1\x9a\xfc\x65\x48\xad\x35\xb6\x3b\xb3\x79\xee\xca\xb9\xee\xa3\x5b\x78\xa6\x23\x1f\xb3\xcf\x5e\x43\x2a\xb3\x9c\x0c\xd2\x9b\x56\xe4\x65\xa7\x16\xbc\x5a\xaf\x6a\x1b\x1b\x0d\x4e\x24\x38\x13\xe4\x62\xd1\x89\xbe\x63\x7c\x2e\xaf\x04\x0c\x04\x9a\xc9\x20\x2a\x18\x2b\x55\x53\xeb\xaa\x60\x78\x59\x6d\x14\xbe\x5d\x89\xd1\x84\xbd\xea\xba\xf5\x4a\xd7\x9e\x4e\xa9\x7d\xd5\xaa\xe2\x92\x26\x9a\xc7\x78\xc3\x6f\xde\x2e\x16\x6c\xca\x9e\x05\x59\xf0\x5b\x91\xf7\xbc\xbe\xa8\x04\xa4\x63\xec\x41\x0c\x88\x39\x1e\x1c\xf7\x25\x90\x9b\x92\x45\xa4\x4d\x04\x08\xe7\xd7\x98\xcd\xe1\x2f\x1a\x2d\x7a\x65\xf8\x4d\x58\xc6\x75\x2e\xb2\x86\x68\x8e\x94\x8c\x4f\xe4\x62\xc1\x5e\xe8\xe1\x42\xa6\xe4\xf0\x0d\x9f\xe4\xb2\x62\x5f\xb2\x03\xfc\x4c\x0f\x09\xc5\x3d\x6f\x7b\x9c\xb3\x33\x64\xb9\x58\x8c\xb1\x4d\x1c\xb0\x5b\x00\xc6\xeb\x14\x48\xf1\x0d\xa5\xb6\x6d\x03\x2b\x4f\x56\xb2\x2f\xa7\x7a\xde\xc3\x59\xd9\xe9\xcc\xf7\x6d\x46\xb3\x72\xf0\xb0\x27\x04\xc5\xa6\xdf\x2e\x16\x29\x7e\xc3\xb1\xd4\x0a\x63\x5e\x07\xe7\x3d\x7b\x6a\x60\x31\x36\x31\xd9\x9e\xea\xa6\x87\x9d\xe4\x53\x91\x45\xa1\xa1\x63\xd0\xd7\x38\x40\xcd\x65\x35\xc6\x95\x40\xa0\xba\x05\x00\xa8\x4e\x81\xff\x36\x50\xbd\x78\x62\x25\x8c\x2d\xd4\x30\xd1\x9c\xc6\x2c\xd0\x4b\x0d\xe5\xc0\xc7\xe6\xc0\x74\x7b\xc8\xce\x18\xed\x3a\xd3\xfd\x21\x80\x82\xde\x52\x3c\xd9\x27\xac\xf1\x98\xb9\xaf\x44\x5d\x6c\xcb\x54\x90\xcc\x91\xda\x6a\x9f\x44\xd7\xcd\x91\xcf\x3b\x59\xad\x7b\x41\x93\x41\xc5\xe5\x4d\x10\xb3\x7e\x91\x0a\x04\x94\x88\x67\xed\x8b\xb8\x55\xbd\x97\x88\x2b\x10\x60\x13\xc3\x61\xf1\x79\x97\x65\xad\x58\xe8\x58\x04\x37\x23\xb6\xcf\xb6\xa8\xe2\x14\xa7\x02\xfe\x12\x77\x7e\x7c\x7d\x3d\x04\xca\x23\xeb\x8d\x18\x49\xa6\xb9\xcc\x3e\xda\xcb\x3a\x08\x86\x1b\x32\xf7\x91\x85\x38\xf6\x37\x1a\xab\x8e\xd9\x54\x77\xbf\x17\xb1\xda\xa8\xee\xaa\xb0\x88\xa5\x7c\x2f\xd9\xde\xa1\x5d\xbb\x23\x6c\x85\x18\x75\x73\xa2\x25\x17\xca\x9b\x49\x40\x4b\x8e\x86\xf4\xae\x29\x45\x6d\x3c\xe4\x28\xa8\xbe\xfa\x42\x91\xf5\xea\xf5\x6a\x2e\x5a\x50\xef\xe2\x9c\xc3\x80\xf5\xe6\xe8\x31\x68\x8d\x91\xbf\x87\x16\x4c\x6f\xe3\xc4\xba\xd2\x2e\x3e\x11\x95\x0f\x7e\x73\xad\x73\xce\x98\x27\x5d\x10\x73\x3a\x0e\xb4\x11\x87\xc8\xd8\xae\xa1\x4c\x7b\xe7\x0c\x11\x87\x1a\x04\x7c\xad\x23\xf8\x0b\xc2\x1d\xc5\xda\x4a\x43\xdf\xe0\x1d\x1e\xa6\x83\x9a\x70\xea\x83\xce\x62\x4f\x65\xea\xa0\xa3\x1e\x45\xaa\x05\x0d\x69\xbd\x9e\xd4\x9a\xbb\xa4\x64\xac\x3b\xd1\xab\xeb\xe4\x3c\xc0\x0f\x70\x90\xea\x8a\xda\xaf\xfb\x6e\xa8\x33\x5c\x39\xfd\x33\xe5\xda\xb2\x85\x8e\x8d\x3d\x56\x30\xa3\x94\xd1\x1f\xf0\xb2\x38\x66\xab\x75\xd5\x97\x4d\x35\xa0\x58\x5e\xb7\x69\x94\x4a\x10\xfe\x27\xf9\x3a\x8c\x5b\xe1\x60\x8b\x1e\x7c\xe2\x00\x32\xcc\x8e\xc7\x6d\x59\x3c\x35\x66\xd9\xaa\x83\x54\xc7\x74\x14\x10\x18\x1f\x3b\x04\xd5\x84\x01\xc2\x60\xe5\x28\x75\x06\x1a\xf9\x50\xd7\x14\xe1\xd9\xac\x10\x89\x49\x1e\x16\x55\xf4\x21\x3d\xa4\x18\x11\xc7\xe9\x59\xbb\xf0\x46\x32\x63\x7d\xdb\x22\xd0\x82\x87\xac\xd9\xf6\xdd\x84\x7d\xb5\x99\xd5\x74\x68\x8c\x15\x1b\x0d\xb9\x88\x5b\xc1\x73\x90\x1b\xa3\xf9\xad\x5c\x77\x02\xc2\x4b\x58\xa9\xe2\xab\xaa\x67\x97\x62\xc3\x96\xa2\x2a\x66\x75\x21\xaf\xeb\x09\xfb\x11\xa2\x38\xac\xf3\x25\x78\x24\xea\x68\xb9\x32\xcf\xd7\x6d\x37\x36\x69\xa4\xa1\x0d\x12\x25\x9b\xf5\x9e\xd5\x30\xd8\x6b\x0e\x89\x81\x6d\xe0\x07\x18\xcd\x5c\xa7\x0e\x16\xc5\x98\x71\x14\x56\xdb\x5c\x39\xf5\x29\x00\xe8\x41\x2e\xd6\xb8\xcb\x0d\x84\x7f\xc0\xd4\x16\x8d\xc0\x3b\x46\x78\x89\x74\x40\x66\xd3\x07\x93\x1e\xd2\xa3\xbc\x68\x81\xcf\xa6\x2c\x33\xca\x5f\x47\xd6\xeb\xbe\x8b\x05\xbe\x5a\xaf\x09\xbb\xea\x1b\x68\x08\x64\xbf\x99\xc0\x28\x6d\x94\xf7\x7f\x77\x97\x89\xc9\x7c\xdd\xf7\xe8\x53\x7c\x10\x9c\x2c\x4e\x4e\x1d\x58\x2d\xff\xc8\x98\xc8\x45\xe6\x1f\x1b\xd3\x17\x34\x68\x1d\xe9\xe4\xe5\xc3\x8e\x1b\xb4\x2a\xf5\x0c\x14\x2e\xc5\xc6\xb1\x75\x7f\x55\xf5\x47\xec\xf4\xf0\xf7\x63\xe6\x8d\xff\x8c\x68\x10\x69\x93\x55\x91\xdf\x99\x22\x79\xdf\x56\x4e\x99\x93\x65\xb9\x80\x46\x7e\x6b\x4a\xe8\x5c\xf9\xba\xc8\x1b\xd1\xf3\x23\x76\xfa\x87\x43\x53\x62\x25\x7a\xae\x0a\xa0\x11\x35\x59\xf5\x2e\xe5\xf5\x71\x2b\xbb\x6e\xc9\xcb\xd6\x57\x50\xe5\x94\x88\x3d\xd7\x9f\x49\x37\x75\x8f\x02\x06\xdf\x43\xa8\x6a\x94\x3b\x69\xa9\x7b\x59\xf7\x92\xf1\x59\x6d\xda\x43\x49\x85\x0e\x18\xa0\xb3\xf6\x2b\x60\x8d\x19\x6d\x37\x88\x58\x2d\x15\xc4\xc6\xac\xec\xbc\x9d\x74\xcc\x6b\xd6\x89\xf6\x4a\x30\x50\xed\x60\x64\x7e\xb6\x2c\xeb\x1e\xc7\x91\xdc\xcc\x10\x36\xe5\x42\x52\xb3\x4b\x90\x78\xe1\x30\x1a\x5e\xb6\xa2\x80\x8d\x37\xab\x4f\xcf\x53\x78\x7d\xfe\xf0\x10\x05\xa9\xea\x51\xce\x6d\x03\x08\x0a\xce\x62\xad\x22\x1c\x93\x53\xb5\x77\x4e\x51\x89\x7f\x21\xfa\x5e\xb4\x67\x6c\x0a\xf8\x74\xaa\x77\x85\x22\x31\x60\x50\xf0\xaa\xea\x67\x3b\x6e\x96\x98\xff\x2f\x2c\x44\xcb\xee\xb5\xbc\x56\x7d\x6a\x03\xf2\x80\x20\x33\x8c\xc3\x94\x61\xb9\xe1\x58\x7d\xd4\xce\x93\x29\x1b\x28\x19\xf7\x88\x3f\x86\xec\xa6\x60\x5d\x88\x07\x3b\x3d\x7b\xac\x59\xd2\x70\x50\x26\xf5\xef\x52\x6c\x14\x52\x66\x69\x27\x37\x1d\x19\x28\x13\x6a\xad\x8e\xc9\x50\x05\x0c\x56\x6e\x6f\x69\x55\x33\x11\x5f\xb3\xc6\x51\x27\xeb\x66\xa0\x0b\x88\xba\x94\x6a\xfd\x89\x6d\x3e\xae\xe5\x0d\x2e\x4a\xcb\x31\x00\x96\x80\xaa\x3a\xf9\xe0\x9b\x30\xbb\xbb\x43\x71\xff\xfb\x2a\x42\x8d\x36\x2f\x03\x1a\x77\x64\x54\x86\x38\xd0\x33\x3f\xb6\xea\xdb\x75\xdf\x61\x76\x1e\x1d\xb7\x8c\x4c\x10\xc8\xdc\x43\x4a\xc5\x04\xa9\x39\xbd\xe1\x35\xbf\x10\xed\x90\xee\x4c\xdd\xed\x72\xa1\x18\x32\x94\x8e\xdb\x8a\xb1\x56\x0d\x4a\xc2\x9e\xc9\x45\x9c\x3f\x3e\xac\xcf\xa6\x71\x9b\x61\xa5\xb2\x6e\xd6\xbd\x7f\x91\x41\x73\x45\xf8\x7f\xa4\xc3\xe8\xb1\x25\xa3\x4b\x83\xea\x13\x3a\xfe\x7a\x48\xae\x3b\x54\x47\xf5\xde\xd9\x64\xee\xd8\x0e\x70\xdf\xf1\xc4\x1f\x63\xd9\xa0\x67\x90\xb0\xd7\xb4\x30\x0b\xcd\xa4\x9c\x79\x78\x53\xb8\x51\x53\xb8\x09\x95\x0f\xd4\xc5\xd4\x9d\x74\xb4\xbd\x8c\x88\xa9\xd7\x11\x66\xbc\x99\x27\xb6\x15\xd0\x30\x22\x35\x43\xbb\x6e\xe2\x4f\x3e\xd8\x76\x9e\x9a\x20\x49\x42\x9d\xc9\xea\x05\xb8\x37\x03\x88\x59\x1c\x93\xff\x63\x40\x2e\xd6\x97\x90\x9d\x9f\x8a\x43\xd2\x8f\xcb\x1a\x69\xec\x5e\x18\xad\x1b\xe3\x91\x96\x4d\x62\xa2\x6a\xcf\x97\xf5\x3a\x54\x61\x26\x87\xe6\x21\xcf\xb6\xf1\xe9\x31\x82\xc1\x53\x88\x76\xa7\xe5\xd9\x80\x3f\x32\x16\xdf\xdd\xd5\xd6\x82\x78\x15\x50\x2b\x5f\x36\xf4\x34\xb0\x54\x7a\xe6\xe5\x76\x23\x5a\xd5\x09\x16\x0d\x25\xc9\xfa\x9f\xbb\x5c\xa7\xe5\x99\x09\x33\x1b\xee\x92\x4c\x41\xf3\xd3\x2c\x76\x03\xac\xb0\x8b\x18\x76\xea\xbd\x86\x61\x0f\x01\xce\x29\x79\x0f\x4a\x47\x05\x07\x90\x3b\xad\xff\x7d\xdc\x36\x0b\x46\xd6\xa1\x2b\xf6\xdb\x45\xd6\x8f\x00\xfe\x09\xe8\x4f\x0a\xb9\x1a\xcc\x7e\xaa\x89\x0d\xfc\xdd\x46\x1c\xe9\xe7\x7d\xb4\xd0\x79\x8c\xd5\x84\x7d\xbb\x16\x9e\x8b\xb0\x73\x3b\x4d\x71\xd4\x3a\x66\x95\xe8\x74\xc3\x6c\x2e\x96\xfc\xaa\x8c\x43\xfd\xe9\xf1\x65\x5b\xbc\x97\xa8\x4c\xe4\xb8\x14\x26\xce\x84\xa4\x7a\x27\x0d\xcf\x63\xeb\x16\x8a\x0e\x7f\x30\xa6\x98\xaf\x07\x36\x4c\x7c\x59\xd7\x82\x0c\xce\x28\x67\x12\xbd\x03\x29\xab\xbe\x8f\x53\x2a\x59\x77\x24\x8f\x70\x27\x3c\x62\x10\x93\xaf\x0b\x7c\x5e\x90\x89\x18\xb3\x0f\xf3\x31\xfb\x90\xc7\x70\x0f\x9d\x6f\xb4\x06\xed\x88\xcd\x5b\x79\xdd\x89\x76\x52\xca\x0e\x9c\xaf\xb5\x0c\x14\x5c\xb0\x35\x33\x02\x5d\x4e\x16\x65\x5d\x64\xe8\x4a\xf0\x02\xdd\x17\x74\x33\x8f\xe0\x4d\x4c\x15\x64\xdc\x17\xe5\x8d\x28\x8c\x03\xac\x19\x1e\x24\x97\x85\xfe\xe7\x5b\xfb\x87\x72\x61\xef\xf3\xa1\xde\xe7\xba\x82\xb6\x9e\x8a\x22\xef\xc2\xa2\xc0\xc2\x43\xe7\xf9\xb6\xce\xdd\xd2\xe1\x10\xf2\xa1\x21\xe4\x7e\x35\x55\xd8\xc1\x36\x67\x3c\x77\xe9\xb0\xea\x54\xfb\xdd\x2f\x60\xc7\x19\xdd\x73\xa2\xf8\xe4\x5b\x2e\x3d\x44\x3a\x34\xa9\x6d\xbd\xa3\x0e\x3e\x56\xbc\xeb\xdf\xb7\xbc\xee\xb8\x4e\x00\x1c\x99\x86\x52\xb0\xe9\xf7\xe5\x4a\xc8\x75\x1f\x1e\xb1\x9e\x93\x6c\xc4\xcc\x79\x1b\x28\x22\x6a\x26\x74\xa8\x0e\x22\x67\xde\x44\x25\x31\x8f\xb1\x2d\x07\xcf\x11\x23\xaa\x80\x28\x4c\xb2\x06\x48\x49\x7c\x8c\xef\xd2\x3c\xeb\x31\x46\x72\x4d\x19\xcd\x6c\x8f\x3f\x4f\xd1\xb8\x07\x63\xd0\xc3\xef\x54\xa1\x4b\xb1\xc1\x22\x9e\x98\x98\x5c\x6c\x90\x5d\x47\xc7\xd7\x98\x8f\x27\xa6\x5d\x5d\x16\xe8\xe3\x98\x21\xe7\x1b\x9d\xd2\x59\x3f\x4a\x9c\x20\xbd\x68\x3b\xbc\xe9\xbf\x9d\x83\x60\xa2\xb5\xd1\xee\xbe\x4d\x7e\x8d\xe2\xde\xa9\x91\xa5\x8a\x66\xa2\xee\xdb\x32\x22\x78\x8c\x4e\xc2\xd7\x0a\x23\x6a\x79\x9d\x8d\xd8\x8b\x34\xde\xed\xb1\xdf\x1c\x78\xd1\x3d\xf5\x3f\x6a\x58\xab\x7f\x5e\xb0\x03\x10\xa3\xe1\xdb\xd3\xe0\x2b\x44\xa7\x74\x27\xfa\x03\xef\x4b\xc9\xbe\x8c\x12\x1f\x86\xcb\x7c\x22\x65\x9d\xf9\xe1\x74\xd5\x19\xb2\x6c\x45\xb7\x94\x55\x71\xc4\x4e\x0f\xcf\xd8\xdd\xc8\xcf\x01\x6a\x1a\x91\x08\x05\x17\x30\x5e\x63\xce\x65\x51\x9d\xf1\xf2\xba\x16\xed\x6b\x6d\x9b\x44\x82\x24\xbc\x77\x3d\xd8\xbc\xb4\x28\xc0\x66\xe7\xbb\xb2\xeb\x85\xc2\xdf\xd9\x4e\x2b\xba\xf2\x27\x31\xdb\x19\x47\x13\x33\x3e\x5c\xf6\x95\x83\x93\x31\xe6\xf3\xcd\x5c\xe3\x6e\x18\xb5\x2e\xda\x36\xc9\x10\xd5\x9a\x7e\xa7\xa4\x33\xb9\xae\xbb\xcd\xb6\x0c\xe3\xfa\xa7\xa4\x37\xa6\xba\x31\x1d\x33\x24\x44\x81\xa0\x82\x7c\xe6\x51\x14\xef\xa0\xaa\x6b\xa3\x66\x45\x2f\x03\xe4\x22\xa0\x41\xbe\x11\x9a\xd7\xee\x80\xe5\x4e\x8a\x17\x8e\x40\xe1\xf8\x61\x7a\xf6\x88\xbe\xfe\x3a\x89\x68\xc9\x25\x48\xed\xf6\xf4\x82\xa4\x4a\x4e\x8a\xb2\xcb\x65\x5d\x87\x61\xf5\x99\xc7\x07\x13\xab\xa7\xb9\x61\xa2\x5f\xf7\x5d\x3e\x87\x3b\xa5\xd9\xe9\x43\x43\x41\x62\xd8\x72\xc3\xdb\xb8\x49\x10\x04\xe7\x56\xcc\x75\xa7\x4f\xb7\x4e\xf4\xf4\x90\x65\x43\x4e\xcb\x0f\x38\x17\xfd\xa2\xa9\x2d\x65\xe6\x35\x66\xbf\x39\xf8\x14\xbb\xe4\xde\xd2\xcf\x01\xb5\xd9\xc0\x11\x6f\xc9\x71\x70\x90\x63\xc3\x85\x75\xfa\xc4\x15\x1d\xbc\x2d\xd9\xc1\x84\x71\x1a\x1f\x44\x17\x41\xe1\x0d\x6e\x01\x04\x1b\x23\x4d\xd9\x92\x2c\x23\xa8\x5f\x8b\x6b\xc3\x9e\xa7\x24\x31\x43\x0c\x88\x1a\xba\xa9\x6b\xc9\x88\xf6\x26\xb1\x0c\x70\x6a\xcf\x38\x54\x27\x6e\x63\x70\xbf\x3c\x7a\xa7\xc0\x69\x11\xd1\x39\x6f\x04\x41\x67\x21\x34\x03\x96\xef\x6e\x70\xfe\xc8\x5f\x99\xd9\xa7\x09\x78\x48\xe0\x07\xb0\xdd\x12\xda\x81\x8c\x33\x3e\x4b\x17\x8e\x22\x49\xbb\xb7\xb0\x6b\x3f\x13\xc8\xfe\x88\x3d\xea\x1e\x52\xa0\xc7\x41\xd8\x66\x44\x76\xa6\xeb\x25\x4c\x71\x4f\x1c\x03\x7b\x62\x62\x07\x4e\x4f\xc3\xe1\xfe\x9c\x23\x2d\x40\x03\x6f\x4a\x49\x1a\x79\x2f\x47\x60\xf8\x4e\xfc\x9b\x48\x72\x9b\x90\xf9\x68\xdd\xb8\x19\xaf\x1f\x0b\xdd\x4a\x6b\xd4\x36\x80\x09\x2a\x76\x07\x62\xf1\xa2\xb3\x1e\x16\xf1\x39\x05\x47\xf0\x32\xe1\x6d\x2b\xaf\x15\xc8\x9f\x84\xad\xfd\x63\x2d\xda\x0d\x2a\xbe\x20\xf4\xf4\xc4\x36\xc7\x5e\x30\xe7\x69\x0f\xda\x98\xed\xc4\x61\x0e\xd5\xb4\xb0\x83\xc7\x32\x32\x50\x2b\xe1\x7b\xe8\xf7\x18\x6e\x83\x60\x06\x2e\xa2\x42\x8d\x01\xee\x23\xac\xf7\x60\x72\x92\xae\x88\x19\x5d\x48\x07\x91\x72\x34\x48\x6c\x23\xbf\xa1\x81\xc5\xd2\x6a\xef\x88\xac\x44\xdf\xd3\xf8\xe2\xcb\x8e\x1c\x8d\xc3\xb6\x7c\x2d\x56\x20\x13\x71\xeb\x1e\x43\xf6\x4b\xb0\xec\x48\x0b\x1f\xce\xb5\x0f\x44\xc3\x2e\xe4\x0a\x03\x61\x3f\x94\xc8\x0d\x48\x15\x51\x66\xb3\x85\x57\x7c\xa8\xb0\x66\x80\x55\xcc\x2b\xc1\x5b\xcd\x48\x25\xf8\xa5\x28\x0f\x80\xb9\x54\xc7\xae\x28\xe4\x27\x10\x2e\xca\xa7\xa6\x81\x22\xaf\xc9\xb4\x30\xcb\x25\xd6\x2f\x43\xb4\x1e\xe8\x91\x1d\x0d\xb4\x29\xbb\xa3\xe4\x3a\xa1\xfa\x29\xeb\xc7\xac\x1c\x62\x31\x81\x6a\x5e\x85\x9c\x58\x20\x2d\x4f\x19\xd4\xd2\x3e\xb8\x52\x83\xa5\xb4\xd3\x2f\xbd\xc7\xac\x9f\x40\x3c\x9e\x23\x07\x9c\x5e\x46\xea\x49\x22\xd4\xcd\xdd\x28\x0c\x67\x56\xfe\x24\xd2\x93\x43\x79\x37\x4c\x90\xd0\x15\xe3\xe3\x0f\xaf\x58\xd4\x36\x8a\xf6\x42\xbf\x86\x14\x47\xe7\x09\xea\x1c\xca\xe0\xca\xe8\x7c\x4c\x73\x45\x33\x19\xe1\x64\x91\xc8\x84\xa0\x7d\x6b\x61\x30\x10\x98\x48\x17\x0e\x38\x50\x50\xd8\x3c\x4c\xbf\x95\x44\x85\x7b\x95\x5d\x74\x2e\xa5\x51\x01\xb5\x5f\xbd\x3e\x59\xb7\x20\xcb\xd8\x50\x8f\x29\x96\x4f\x18\xf1\x51\xe0\x58\x9a\xa8\x42\x04\xa8\x48\x81\x8d\xcc\x7b\xf5\x1c\xa3\xdf\xfe\x3e\xfb\x13\x24\x6e\xd7\xea\x08\x50\x0e\xf0\x56\x30\x49\x3a\xeb\xd0\xa1\xd8\xad\xad\x13\xa5\x2a\x7a\xe3\x64\x2c\xfd\xd2\x31\xb2\xa7\x7a\x90\xbe\x14\x96\x65\x02\x19\x66\x53\x01\x85\x74\xce\xb1\x17\x8e\x11\x3f\x55\xd7\x59\x6d\xb1\x05\x4a\x30\x3b\xd8\x08\x86\x9e\xfc\x32\x1a\x04\xa6\x5c\xc5\x36\xd4\xef\x11\xdb\x63\x93\xc3\xc1\x66\xc0\x06\xef\x45\x34\x96\x96\xfc\xb4\xa1\x19\x4c\x19\xce\x9e\xb2\x49\xda\xe8\xfe\xfe\x53\x58\xff\x1b\x50\x6c\xde\x0d\x73\x30\x3e\xcb\xf4\x12\x11\xe4\x3e\x56\xc9\x30\x47\xb1\x5c\xcc\x6b\xff\x4f\xda\xfd\x5e\xb7\xfe\x3b\xb6\xff\x05\x83\x40\x8e\x5f\xec\xb3\x23\x4f\xe4\xac\x2b\xea\x70\x0b\x0a\xd5\x68\x11\xf6\xf0\x01\x21\x6f\x5c\xfa\xe1\x9d\x49\x9c\x07\x4f\xbd\x6c\x12\x2d\x1a\x5b\x78\x9c\x1b\x3d\xde\xde\xb2\x5a\xbe\x85\xdf\x98\x69\xde\xe3\x9f\xdd\x3c\xc9\x51\xa2\xfb\x44\x1f\x94\x51\x0e\x46\x81\x33\x78\xe1\x2e\xae\x1a\xa0\xc1\x18\xf6\x92\x41\x22\xfc\x97\xee\xbb\xa3\xb0\xb8\x69\x29\x71\x77\x39\x62\x58\xdf\x60\x95\x93\x17\x38\xd3\xb0\x3e\xfc\xb5\x02\x36\xce\x90\xc0\xad\x70\x0c\xa7\x3f\xb9\x19\x07\x1d\x0e\xf5\x85\xfd\xb9\x79\xbc\x73\x37\xef\x30\xf5\xaa\xe3\x62\x6c\xef\x7d\xcf\xf4\x9e\xf2\x64\x41\xe7\xb0\x29\x7b\xf2\xc4\x20\xa5\x7a\x93\x54\xeb\x53\x81\xae\x6f\xcb\x1c\x93\xf0\xef\xee\xb2\x0c\xca\xc7\x53\x78\xe9\x64\x48\xce\xd2\x68\xe3\x8c\x6d\xc3\xbe\xb4\x44\x26\x05\x7b\x87\x48\x3d\x1d\x6e\xef\xa9\x6d\xef\x45\x40\x72\x52\xe2\x6e\x9a\xfc\x94\x65\x6e\x59\xca\xdb\x4c\x0f\x2f\x9c\x79\x58\x32\x98\x58\x33\x03\xc9\x14\x00\xf1\x68\x51\x74\x04\x8b\xb9\xd0\x59\xea\x78\x1c\xee\xf6\x75\x20\x13\x4c\xde\x2d\x65\xe7\x9b\xb2\x11\xa7\x3d\x4b\x99\x24\xdd\xc8\x31\xee\xba\xd2\x06\xbd\x12\x6d\xc5\x1b\x88\x1e\x0b\x6e\x4a\xf1\x04\x7d\x57\x77\x3c\x88\x07\x70\x17\xb2\x62\x21\x9a\x7e\x49\xe3\xd8\xdd\x65\x44\x81\xd9\x0b\x1c\x12\xbc\x51\x20\xf8\x92\x61\xc2\x4a\x02\x04\xbc\x37\xd0\x57\xd0\x4e\x77\xc2\x30\x31\xa8\x03\xd3\x36\x84\xe8\xb3\x00\xaa\x47\xb6\xe5\x10\x90\xcf\x52\xa0\xf1\xc5\x4f\x53\x4f\x17\xfc\xa0\x53\x23\xc3\x01\xd9\x33\x1e\xc5\xda\x84\xac\x83\x19\x3a\x6d\x33\x44\xe3\x32\xda\xf2\x61\x43\x78\x18\xfe\xbc\x54\x9d\xe1\x98\xef\xc9\x1e\x1a\x8d\x6d\x5b\xa6\xd2\x84\x59\x0c\xde\x9f\x13\xfb\x07\x2e\xea\x5e\xcb\xe7\x9f\x7d\x74\x52\xa1\x12\xfd\xd6\xd4\x8c\x1d\xb1\x3d\x43\xd9\x14\x91\xa1\x62\x21\x11\xdc\xf3\x0e\xc0\xd1\x5d\x73\x73\xfe\x73\x76\x01\xe2\xbd\x4e\xb5\x86\x34\x19\x78\x24\xe2\x2e\xb4\xe5\x83\x87\xd2\x51\x5c\x47\x5f\xc8\xd2\xcb\x8b\x8b\x4a\x64\xbe\x60\x02\xc8\xea\xce\x18\x91\xfb\xf1\xf5\xe7\xa2\x52\xdc\xc2\x98\xe8\x51\x32\xbb\xc9\x5f\xc9\x4f\x0d\xf0\x3b\x9d\x19\x39\x28\x92\x6d\xd1\x11\x78\x72\xab\xb4\x92\x20\xcd\x8d\x0f\x8b\x3e\x81\x2f\x40\x95\xfa\x2f\x94\xb6\x99\xf9\x7a\x1b\xe0\xe4\x9f\xb8\x5c\x08\xf5\x36\x6c\x5f\x5c\xbb\xdc\xbf\x53\x65\xc0\x62\xea\x89\x53\x6b\x80\x90\x59\x79\xea\xd5\x63\x05\xaa\x66\x68\x57\x0f\x10\x1b\xb1\x21\x6f\xcd\x87\x64\x9b\xc5\xe0\x3f\xe0\x09\x9f\x12\x53\x86\x71\x99\xd0\x34\x63\xce\x3b\xf1\x7e\x29\x40\xec\xe6\x99\x65\x38\xb6\xc0\xa6\x8c\x36\xc8\xf1\xb8\xde\xd9\x8e\x37\x8a\x9f\x20\x1d\x08\x84\xc7\xa2\xfe\xc6\xba\xd2\x2e\xc4\xb9\x61\xc3\x75\xe7\xb2\x85\x70\xe1\xb3\x9d\xc3\xe6\x86\x75\xb2\x2a\x0b\xf6\x3f\xf3\xf9\xdc\x33\xb5\x99\xf3\xfc\xf2\x02\xfc\x46\x8f\x65\x25\xa1\xf4\xff\x2c\x7e\xa3\xfe\x9b\xed\xdc\xdf\xe3\x1e\x09\x76\x8e\x6a\xd9\x67\x47\x8b\xb2\xed\xfa\xbd\x7c\x59\x56\xc5\x28\x39\x96\xf7\xb2\xd9\x32\x1c\xa7\xa3\x82\xb7\x97\xdb\x66\x96\x18\xf4\xaf\xd4\xbf\xdf\x7b\x73\xcb\xf5\xc7\xeb\x65\xa9\x4e\xb0\xb0\x9b\xc4\x65\xc3\xeb\x46\x67\xcf\x3e\xff\xec\xa3\x4b\x52\x15\x45\x75\x7a\x01\x3e\x23\x2a\xc4\xbe\x60\xcf\x82\x82\xd6\xe0\xca\x3d\x56\xc7\xf1\x62\xef\x1d\x3a\x2f\x15\x89\x5e\x54\xf2\x5a\xd5\x32\x61\x38\xec\xe7\xd9\xce\xee\x11\x26\x53\x1b\xb3\xdd\x23\xbe\x80\xf0\x8b\x91\x85\x3e\xd9\x9f\xab\x36\x3e\xff\x3c\x36\xb5\xba\x6f\x60\xce\x34\x0f\x06\x32\x8c\x87\xef\x71\xc1\xbf\x03\xfb\xb8\x18\x7e\xb4\xfc\xa0\x63\xc4\x93\xfd\x3c\x59\xff\x87\xa1\x05\xd8\xde\xc0\x9d\x07\xa0\x49\x78\xca\xb0\xdd\x04\x88\xf4\x39\x76\xbe\xb7\x75\xb5\x7d\x98\x27\xda\x61\x3e\xb6\x0f\x0e\x5d\xa1\x7e\xd8\x70\xe8\xf3\xa0\x3a\x1a\x5a\xd2\x07\xf7\x83\xbb\x39\xec\xca\x9d\x32\xec\x48\xbd\x3d\xcc\x58\x1e\x02\x4e\x38\x74\x93\xe0\x04\x0b\xc9\x5f\x0e\x96\x5f\xe9\xd5\xf9\xcf\x83\xf3\xfe\xae\x86\x21\xda\x1b\x02\xf7\x00\x70\x6e\xa1\x77\x29\x25\x91\x37\xe4\xad\x60\x33\x68\xb1\x95\x3a\x86\x33\x8e\x0b\x0f\x61\xc0\x30\x14\xe3\x9e\x9d\x1d\xfa\xb0\xde\xbd\x0a\xc9\xc3\xdb\x1e\xb7\x5a\xb6\x02\x46\x74\x37\x60\x88\xbb\x39\x62\x07\xd6\x4f\x0f\xac\x68\x59\x2f\xd9\xf5\xb2\xcc\x97\xbe\x71\x71\xce\x6b\xc6\x8b\x82\x71\x34\xef\x64\x3a\x80\x10\x37\xe2\x2a\x93\x09\x81\x3c\x05\xdf\x1b\x59\xe9\xbd\xa6\xba\xe4\x53\x7b\xc4\x4e\x3d\x6b\xcd\xb1\xe5\x10\xce\xbc\x99\xa8\xe6\xff\xa4\x48\xfd\x43\xfa\x18\x19\x7f\x1c\xb7\xca\x9f\x64\xd7\x3f\x3c\x92\xdd\x16\x93\x4e\xd0\x83\x81\x9d\x46\xe8\x81\x01\x9f\x0b\x08\xc4\xfb\x70\xa5\xa4\xae\xb4\x45\xc9\xba\xb7\x54\xf3\x48\x54\x7b\x84\xd5\xa2\x0b\x8a\xd8\x74\x51\x01\x47\x14\xe8\x5f\x30\x0a\xb4\x43\xfb\xfb\xec\x7b\x21\x8a\x4e\x61\xc0\x5c\x40\x54\x91\x32\x37\xd1\x2d\x97\xd2\x9a\xdc\x62\x2a\x0e\x48\xb7\xcc\xab\x6b\xbe\xe9\x30\x61\x2c\x36\x43\xf5\x48\xed\x1c\x41\xdd\x49\x8a\x10\xae\x5a\x2a\x76\x60\x3c\xec\x01\xe5\xf7\xd2\x14\x79\xa0\xee\xdb\x56\xb8\x6f\x55\x88\xb9\x1b\x58\x4e\x57\x0b\xeb\xb7\x19\x29\x61\x5d\xac\xda\xdd\x75\x47\x90\xd2\xc9\x86\x9f\xb7\xaa\x64\x6d\x61\x1f\x7e\x58\x33\x5a\x05\x73\xf5\x70\xc0\xb6\xf5\x0a\x92\xba\xaa\xdd\x33\xfe\xe4\x1c\xb6\x64\xd4\x08\x36\x9d\xef\x1f\xc1\x1c\xfe\x4c\x14\xd9\x7f\x74\x32\x5b\x6f\xc6\xc9\x72\x5b\xae\xc7\xc3\x46\x66\xf7\x5b\x7f\xdd\xb9\x89\x97\x82\xbd\x0d\x64\x2e\xa0\x8e\x0e\x71\x9e\x50\xbc\xb0\xec\x34\xac\x78\x46\x01\x83\x1c\x95\x68\xe0\x33\xe7\x25\x45\x08\x6a\x8f\xd2\xee\x80\x8e\x8d\x81\xb1\x13\x9e\x82\xf7\x7d\xbc\xf3\xb7\x45\x47\x01\x65\xae\x91\xb4\x4f\x26\xbe\x2e\x17\xfb\x04\xcd\xa9\xab\x7b\x14\x75\xe1\x08\xcd\xdd\x4a\xde\x58\x27\xa2\x2e\x74\x02\xac\x91\xdb\x1e\x44\x37\x72\xef\x4b\x40\x35\x8e\x22\xfa\x44\xe4\xc4\x29\x09\x6c\xf4\x91\xf5\x91\x3b\x38\x43\x31\xba\x5b\x44\x71\x2d\xb6\xc8\xa4\x93\x2b\xa1\x3b\x46\x91\x98\x66\x83\x9e\xeb\x93\xd0\x1e\x69\xe4\xdb\x30\xe8\x5b\xaa\xb3\x2e\x2d\x4a\x51\x15\x63\xd6\x89\x1e\xaa\x8d\x19\x1c\x24\xef\xcb\x55\x02\xe3\xb6\x9c\x78\x94\xec\x69\x4a\xed\x86\x9f\xa1\x17\x88\x46\x25\xaa\x22\xaa\x4b\x7d\xa3\x71\x27\xfc\x0c\x8b\x98\x41\xb1\xa9\x1d\xe0\x60\xa1\x84\xb9\x27\x79\x06\x40\xe8\x90\x6d\x45\x14\x41\x2e\xeb\x0b\x36\x4d\x1a\x92\x57\xbc\xeb\xdf\xa0\xcc\xde\xe5\x96\xc6\xac\xe7\x2d\x84\x12\xd4\xb6\x0f\x63\xd6\x97\x2b\xa1\x19\x29\xaf\x8d\x7c\x29\xf2\x4b\x3d\xdf\xe0\x8d\x63\xf6\xed\x54\x33\x06\x15\x09\xab\x72\x08\x44\x51\x09\x7e\xe5\xd8\xa8\x98\x57\x46\xe1\x6c\xde\x0c\xd8\x95\xdf\xdb\xc3\x4a\x86\x1d\xac\x64\xd0\xbe\x7a\x91\x68\xde\xa7\x65\x03\xf6\xe8\x08\xf4\x01\x5b\xce\xa1\x15\x61\x49\x2b\x16\x7f\x8d\x93\x96\x8d\x11\x1a\x44\x26\xc5\x88\x96\xaa\x10\x2c\x4b\x36\x1a\xb3\x67\x07\xc3\x84\xfa\x42\xe8\x00\xca\x59\x8a\x61\x89\xec\x24\xd4\x26\xc8\xec\xbe\x08\xf9\x16\x83\x0e\xa9\x20\xf1\x5b\x70\xdc\xc0\x13\xc7\x92\x4c\xca\xf0\x3c\x64\x7d\xae\x44\x0b\x67\xa6\xe3\x02\xb2\xe7\x23\xfb\xa4\xf7\xf7\x1a\x1e\x79\x58\xef\xcb\x60\x54\x29\xeb\xc4\x60\xc8\x0e\xb0\x03\xec\x1f\x87\x7b\x7d\x4f\x8f\x6f\x7b\xcc\xd5\x68\xb5\x7c\x78\xba\x5f\xbc\x68\x15\x8f\xc0\x1d\x34\x39\x31\xdb\xff\x8e\x30\x3f\x28\x81\xd6\x19\xae\xd5\x0e\xc8\x8c\x5e\xbf\x7d\xa3\x6d\x94\xba\xcc\x42\x15\x48\xc6\x48\x1b\x31\x45\x01\xe0\x74\xc1\x84\xf2\x5e\xad\x00\xf4\x45\x27\xd2\x03\x16\xba\x91\x1d\x19\x1b\x4d\x07\xcc\x8a\x02\xa3\x22\xea\x43\x57\xb2\xb6\x66\x66\x02\x1b\xf6\xa5\x6d\x16\x24\xc8\xfe\xd7\x17\xce\x57\xd2\xa0\x85\xd6\x17\xa6\xf4\x8d\xd7\x16\x69\xae\x1c\x6b\xb2\x54\xc0\xbd\x6d\xad\xb9\x7d\xb7\xa4\xae\xbb\xa7\xb9\x87\x40\x71\x5e\x16\xa5\x07\x40\xf5\xe2\xa4\xe1\x75\x97\x85\x9b\x3c\xc8\x4c\x36\x42\xd7\x47\x70\xc0\xea\x30\x36\xe2\x97\x53\x40\x98\xdd\x5d\xa6\xa0\xc7\x5e\xc0\x63\x88\x74\x6d\x5f\xb1\x29\xf6\xbb\xbb\x0b\x7f\x27\x45\xd9\xfa\xa6\x0e\x3f\xbc\xff\x0e\x22\xf3\xb1\x23\x16\x7a\xfe\xc9\x46\x18\x1b\x52\x3c\x99\xed\x40\xc1\x30\x60\xcc\xb2\x6d\x8b\xf0\x92\xed\xa9\x11\x1c\xa9\x71\x8c\x42\xf4\xc0\xc6\xbd\x20\x4c\xf4\x22\x15\x81\x49\xd4\x93\x7e\x29\x62\x83\x7d\xc0\x4e\x43\xe3\x03\x92\xff\x11\x40\x14\x46\x6c\x33\x8d\x65\xad\xe8\xd6\x55\x3f\x60\xa2\x17\x9e\x2f\x0a\x6a\x43\x47\x8d\xfe\x77\xff\x91\xe3\xb6\x8e\xdd\x6f\x53\xb2\x58\x9c\x2b\xbb\x46\xdd\x74\xb3\x8f\x4c\x2c\x16\x22\xef\xb5\xe9\xa1\x66\x79\x26\x72\xa1\xdb\x4b\x27\x75\xbb\x0b\x45\x73\x18\x96\xa9\x92\x17\x5f\xdf\xe4\x02\x62\xf9\x84\x58\x38\x66\x62\xcc\x66\x3b\x40\x45\x99\x35\xc7\xde\xe6\x08\xa5\x17\x76\x38\x76\xcf\xc3\xa6\x82\x6d\xa4\x92\xad\xd9\xeb\x25\x32\x0d\x99\x1f\x65\x91\x0d\xfa\xd0\x86\xdc\xd7\x3d\xd1\x31\x2d\x57\x86\xaf\xf1\x49\x73\x66\xce\x79\x77\x97\x3a\x43\xbd\x53\x6b\xc0\x37\xe9\x93\x4f\xb6\x81\xa8\x23\x1a\xff\xf1\xfc\x4e\xdb\x61\x83\xb9\x7c\xd9\x7d\x5b\x1b\x93\x7e\xff\xac\xa6\x53\xe5\xf6\x96\x6d\x65\xad\xf0\x40\x83\xcd\x65\x85\x1e\x61\xad\x31\xc5\x90\x25\x8b\x6b\x3d\x48\x67\xc7\xbb\xef\xe2\x4d\xaf\x65\x29\xea\x96\x74\x7f\xce\xe1\x46\x86\x6e\x7d\x6a\xda\xfa\xa0\x53\x23\x19\x3a\x2a\x3d\x10\x40\xf6\xbc\x46\x76\xf1\x06\x3a\x52\x80\x7b\x7b\x25\x5a\x08\x49\x17\x11\x42\x88\xd3\x18\xe0\x54\x80\x50\xbf\x65\xfb\x5f\xb0\x37\xfc\xe6\x75\xd9\xf5\xec\x8b\xfd\x51\xec\x75\xf0\x09\x3b\x05\x8e\xf0\xf4\x96\xbf\x9f\x1a\x0d\x86\xd2\xb5\x3c\xff\x7d\x5c\x8f\x8b\xc5\x91\x98\xea\xd3\xf9\xcd\x9f\x07\x85\x6d\x5e\x01\x8f\x9c\x82\xb9\xdc\xa4\x2d\xfc\xb7\xde\xa0\x3e\xa9\xb1\xf4\x65\xc9\x97\xcc\x98\x28\x19\xee\x56\x16\x95\x25\x83\x46\x32\x85\xc1\x41\x45\xd5\x3f\x57\x3f\x9f\xd3\x73\xbe\x6e\xc9\xa0\xe7\x7b\x59\xb8\xa0\xc7\xa4\x6c\xed\xa4\x96\x85\x80\xdc\x14\xd3\x29\x3b\x54\x7b\x4e\xbd\xb4\x92\x4a\xc3\x8f\x06\x9e\x3a\xe9\x4c\x6e\x8e\x40\x2d\x88\x2c\xe4\x4f\xc5\x6e\x2e\x0a\x60\xd5\xc2\x55\x58\x8e\xd9\xcd\x98\x6d\xc6\x0c\xd3\x26\xf9\x31\x9b\x55\xf1\x58\x1a\x8e\xad\xb8\x71\x8d\x55\x5b\xaf\xdf\xbe\x71\x1c\xb5\x91\x6f\x85\x08\xb4\x63\xcc\x92\x11\x7d\xec\x4d\xf2\x0f\xe8\x47\x61\xdc\xd7\xea\x86\xaa\x0a\x03\x88\xa8\x22\x59\x9b\x46\x85\x21\x3a\x6d\x46\x5d\x53\x05\xfd\xe4\x57\xc1\xf8\xd3\x39\xe4\xc7\xc0\xea\x17\xa2\xb7\x46\xf4\x5d\xe6\xb7\x5d\x88\x9e\xe7\x4b\xf3\x32\x65\x8d\x0e\xad\x0d\x5a\x9f\xeb\xfe\x28\xa0\x6b\xe0\x6d\x00\xf9\x06\x4b\x10\xf3\x19\xe9\x96\x2a\x46\xd6\x6e\x9b\x31\xdb\xb0\x3d\xa8\x68\xcc\xad\xe1\x41\x87\xba\x1e\xb3\x1b\xfd\x1d\xad\x9e\x83\x6d\x0f\x6d\x7f\x39\xd5\x0b\x7a\x1f\xd2\xdc\x0d\xe1\x0e\xa8\x98\x4e\xc0\xb3\x95\x71\xe6\xf1\x29\x63\xd2\x38\x75\x4b\x79\xdd\xa9\xef\x26\x2d\x85\x0e\x0b\x09\xc5\xbb\x59\x0d\xb5\x28\xbc\xad\x5c\x40\xfc\xd3\x09\x7b\xbf\x14\x2c\xe7\x55\x35\xe7\xf9\x25\x2b\x3b\xf8\x2d\x0a\xdb\x08\xc6\x5b\xf5\x9a\xf0\xf2\x6e\x61\x2b\xdf\x6a\x07\xd8\xb1\x9a\x76\xbf\x14\xad\x50\x8d\x19\x05\xd7\xac\xe6\x5d\x27\xf3\x12\x5c\x62\x21\x6e\xab\xb1\xfd\x3b\x6f\x64\x77\x3e\xb6\x32\x00\x63\x77\x0f\x29\x07\xdb\xb2\xc1\xc0\xaa\x99\x28\x21\xb2\x54\x01\xec\x7c\xb5\x61\x10\xe8\x92\x71\xd6\xb4\x72\x55\x76\x62\x84\x53\x39\xef\xca\x42\x9c\x33\xde\x5e\xe0\xf0\xca\xba\x28\x73\xde\x0b\x35\xf6\x5a\x43\xca\x31\xe1\x37\xc3\x70\x01\x56\x76\xff\xfe\xe7\xbf\x74\xf8\xd9\xb9\x50\x57\x06\x9c\xd5\xac\xb6\x45\x18\x2a\x45\xbd\x56\xc6\x0c\x4a\x82\xce\xd2\xfb\x00\x49\xc7\xbe\x97\xbd\x20\x5f\x82\xaa\xf2\x17\xb1\x03\xf7\x02\x14\x7c\xeb\x98\xb4\x9c\x75\x65\x7d\x51\x09\x0b\x43\xeb\x68\x2f\x50\x09\xa6\xe6\xac\xc0\x5c\x55\x6a\xed\x75\xd8\x60\xdb\xa8\x59\xae\x8e\xaf\xc4\xac\x46\x1a\x82\xba\xa7\xd9\xce\x4a\xb4\x17\xa2\x98\xed\xb0\x5e\x5e\x08\x80\xad\xea\x58\x9d\x5f\x64\xab\xd7\x94\xf5\x45\x94\x92\xcb\x11\xd8\x66\x5a\x36\x3a\x18\x4f\xd3\x91\x58\x42\x6c\xec\xaf\xe1\x58\x73\x95\x8b\xcc\x15\xb0\x9c\xa0\xd0\x1c\xcb\x7e\x53\x8a\xaa\x08\x74\x9d\xcc\x88\x8e\xdd\xbc\x21\x14\x66\xd0\x91\x08\x93\x14\x0d\xb4\xad\x63\xd6\xc7\x11\x03\xd4\xde\x44\x5d\xec\xee\xae\x09\x94\x3b\x59\x96\x85\x78\x5b\xa3\x7f\x36\x7c\xe8\xdb\x20\x69\x56\xdf\xda\x30\xe5\x69\x5f\x0b\xbf\x2d\x08\x84\xe6\xbd\xc9\xfa\x76\x8c\x6a\xe0\x51\xca\xd4\x39\x96\xe0\x27\x87\xec\x0d\x6c\x5b\xf0\xf2\x77\x28\x6a\x69\xc3\xb0\xe5\xd0\xd2\x04\xf8\xb9\xbd\xc3\x31\x7b\xc3\x9b\x37\xb2\x10\x93\xf7\x2d\xcf\x2f\x5f\x8b\x28\x53\x3c\xb3\x9e\xd6\xef\x06\x05\x2a\xf7\xcf\x81\x99\x40\x3b\xcd\xc6\x66\xa8\xe7\x90\x2f\x38\x4b\xe4\xab\xd7\x90\x4a\xba\x86\x34\x9b\x09\x0a\x92\x70\x50\x03\x23\xc6\x89\xba\x7a\x89\xf4\xa0\xa1\x3d\x64\xe3\x87\xa0\xa5\xd8\xf3\x44\x2f\xb8\x28\x53\x68\x61\xbb\x8d\xae\x39\xbd\x90\xbd\x03\x1a\xd4\x4e\x88\xd7\x1b\x0e\x37\x8a\x9b\xa6\xec\x32\xbd\x9d\x86\x42\x8c\xea\x91\x50\x0d\x78\x1c\x00\x8b\x6d\x34\xaf\x64\x27\x5c\x3d\x0c\x6e\xd2\xfb\xfa\xd8\xce\x63\x33\x8b\x06\xe1\x28\xdc\x7d\xda\xb4\xf2\x0a\x52\x07\x41\x9c\xab\x50\x11\x06\xe2\x9f\x4c\x67\x54\xd9\x12\x0f\xd5\x12\x0f\xa7\x6d\x27\x3c\x15\x11\x11\x1d\x05\xd5\x28\xc6\xf1\x73\xa0\xe8\x71\x1a\x73\xb4\x3d\x66\x13\x1b\xa1\xeb\xed\x2d\xfb\xd5\xc1\x81\xba\xe8\xc0\xa3\xba\xe5\x38\xbd\xa7\x74\x89\xf8\xf5\xcc\x39\xd1\xff\xa8\xee\xb4\x4b\x41\x42\x71\x73\xf0\xc1\x40\x15\xb2\xe8\x90\xcd\xe6\xa8\x57\x87\xcb\x15\x2f\x21\x1d\x65\x48\x9a\x2f\x44\xaf\x09\x33\xce\x28\xd4\xe3\x7b\x91\x8a\xdd\x90\xaf\x9e\xe1\x88\xab\x6f\x7c\x42\xc1\x60\x23\x51\xbd\xb3\xfa\xc0\x73\xca\x35\xec\x1c\x2c\x1e\x1b\x23\x9b\xa0\x81\x34\xa2\x80\x47\x86\xda\x5f\xc2\x0d\x17\x6e\xbe\x47\x03\x0d\xa1\x07\x20\x14\x77\xa1\xa8\x43\x64\x2b\x46\x0a\x20\x54\x6f\x52\xa7\x6b\xbe\x6e\xd5\x3d\xa0\xda\x10\xb8\xa3\xa3\x8d\x77\xee\x8a\x75\x98\x61\x29\x8c\xc8\xb7\x5d\x73\x0b\xaa\x47\x1b\x03\xd5\xa8\x96\x07\x36\x59\xa8\x5d\x1e\x38\x24\x61\x96\x6e\xe8\x13\xa2\x1f\x18\xb4\x50\x35\xdd\x25\x58\x0a\xcf\xa8\x28\x1a\x40\x17\xf6\x3d\x30\x44\x73\xe7\x34\xe3\x10\x55\xe5\xb1\x69\x4e\x10\x45\xa9\x58\x61\xca\xa2\xe5\x71\x57\xc4\x6d\x21\xe0\x67\xb5\x19\x22\xf2\x2f\x94\xbb\x75\xdd\x09\x93\x83\x55\x01\x52\x71\x41\x17\x14\x3b\xbc\x63\x19\x06\xf3\xef\x18\x9f\xd5\xad\xd8\xd3\x4d\xab\x22\xb2\x65\xc7\x27\x27\x0c\x89\x36\xe3\x30\x6e\x88\x3c\x6e\x7c\x34\x47\x3a\xc0\x23\xa4\x6e\x2d\xeb\x2b\x5e\x95\x8a\x45\xc0\x22\x37\x65\x47\x01\xd0\x71\x46\x26\xe3\x57\x1c\x84\x5f\x7f\x32\x48\xe2\xd9\x7d\x78\xf2\xb8\x38\xb4\xb2\xbf\xcf\x1e\xee\x72\x1f\xc5\xad\x70\x73\x2c\xf3\x5a\x54\x8f\x0e\xec\x48\xa1\x28\xbb\x44\x80\x8b\xc6\x44\x27\xd1\x1e\x17\xe6\x45\xca\x2d\x38\x57\x6b\x9b\x6a\x8d\xa1\x91\xe2\xb1\x1b\x1c\xca\x7d\xbc\xbd\x65\xf9\xc4\x7d\x13\x9c\x26\x41\xdf\x6c\x1a\xbd\x81\x16\x86\x87\x18\xe7\xbc\xfc\xb8\x7d\x7a\xae\x87\xb5\xcd\x80\x7c\xec\x04\x05\x55\x28\xad\xe0\xbd\x07\x84\x49\xa1\x8c\x41\xfe\x28\xe9\x9f\x2a\xa7\xc3\x83\x86\x44\x84\x02\x0d\xbe\x64\xa7\xce\xf2\x39\x11\x42\xcf\xd8\x11\x7a\x61\x0f\x1c\x14\x50\x8b\x38\xe1\x82\xcd\x37\xf0\x0d\x8f\x0a\xc7\x82\x61\x4c\xc4\x70\x42\xf9\x8e\x13\xdb\x6c\x23\xd7\xac\x16\xa2\x60\x3c\xcf\x45\x07\x76\x69\x1b\xb9\x6e\x69\xf4\x9f\xb3\xd7\x6f\xdf\xcc\xa8\xbd\x75\x9b\x3a\x71\xde\xa9\x82\x74\xde\x40\xa5\xfb\x4f\x1b\x28\xe6\x9f\x35\x18\x86\xba\x10\x37\xe6\x0c\x61\x2f\xf5\x19\xd0\x35\x22\xb7\x27\x08\xf5\x71\x64\x25\x6c\x04\x52\xac\xfe\x42\xdd\xd5\x4c\x55\x9c\xc5\x29\x7c\x3a\xb3\xea\xc1\x3b\x6f\xef\xfc\x47\x82\x5b\x92\x67\xca\x40\x68\x70\x75\x6e\x00\xe0\x22\xb1\x19\x4c\x36\x19\x1b\x1c\x35\x62\x71\xe8\x49\x98\xa2\x51\x5d\x01\xac\x56\xbc\xc9\xd4\x2f\xa8\xd1\x88\x1c\x87\x17\xca\xd2\x31\xba\x68\x3c\x38\x07\x23\x13\x91\xc8\x1b\x32\x90\x84\xe1\xff\xb1\x95\x6b\xc3\x6c\xb4\xea\xaa\x45\xa1\x4a\xed\x26\x8b\x9a\x20\x0d\xe7\x40\x2b\x20\xf2\xa0\x66\x82\xdd\x99\x1a\xcc\xa4\xdb\xd4\x79\xe6\x00\x42\x43\xab\x51\x73\x6f\xd0\x9f\x34\x3d\x82\xed\x55\x9f\xc4\x75\x0d\xc5\xb3\x91\xe2\xb0\x62\x44\xf5\x9a\x21\x6b\x47\x28\x1f\xc7\xd1\x01\x15\xf2\xa0\x7d\x1f\x7d\xf9\x24\xfb\x37\x67\x9d\x13\x31\xc5\x06\x56\xda\x88\xab\x15\x80\xad\xc8\xe1\xc9\x34\xb1\xba\x49\xe5\x97\x59\x98\x38\xfb\xc3\x30\x16\x39\xc9\xa4\x1f\x84\x4c\x77\x89\x01\xd3\xca\xc6\x63\x0e\x51\x29\x39\x6c\x17\x2f\x06\x46\x3e\x84\xbc\xde\xe0\x1f\x88\xc3\xa1\x59\xa6\x86\x1a\x85\xb9\x8a\x23\xb9\x3a\xe3\x4b\x95\xb9\x27\x94\x7f\x92\xe6\xd8\xd8\xfc\x4f\xb6\x86\xe6\x07\x59\x0e\x91\xa6\x7b\xc2\xfd\xeb\xe2\x86\x30\x9d\x9e\x8d\xc9\x97\x58\xfd\x32\x10\x54\x0f\x80\xd8\x61\xc0\x11\xe6\xee\x35\x20\x63\x72\x81\x9d\x0f\xca\x39\x74\xe4\x78\x87\x06\xea\xf3\x42\x3d\x8d\xe8\x68\x1a\xb8\x0a\x6f\x0f\x26\xcf\x20\xa6\x4e\x8d\x29\xcf\x14\x31\x4d\x64\x3d\x0f\xff\xc1\xbc\xd0\x8f\xb5\x09\x41\x9e\x58\x7e\xfd\x6f\xc8\x8b\xd8\x1d\x82\x43\x77\x86\xc3\xc9\xeb\x99\x41\xb9\xed\xc1\xe4\x4d\xdb\xdb\x43\xc9\x0f\x8c\x98\x28\xe7\xf6\x99\xd2\x30\x14\x0e\xbc\x04\x4c\x38\x22\x2c\x18\x6d\xa9\x78\x97\xd8\x7d\x1a\x03\xe1\x6f\x6a\x7b\x1a\x9c\xc3\x1f\x03\xb4\x87\x28\xbf\x8c\x62\xff\x47\x54\x80\x86\x39\x84\x9c\x70\x10\x20\xd9\x4e\x2d\xdb\x63\x8f\x01\x76\xef\x51\xc0\x06\x8e\x03\x36\x18\xec\x3f\x85\x52\xc3\x07\xd9\xd0\x78\xb6\x62\x50\x33\x8c\x39\xfe\x31\x95\xd4\x51\x6e\x3b\x30\xb6\x50\x65\xcf\xb3\xd6\x48\x91\x34\xbb\xf9\xc2\x4d\x88\x83\xde\xb5\x6f\x40\x01\xe3\x27\xc3\xf1\x69\xa7\x16\x6c\x25\x72\xe1\xc4\xbe\x00\x46\x10\x4b\x01\xfa\x51\x40\x08\xf3\x70\xba\xcb\x46\xd6\x69\x1d\x4b\xe8\xd9\x78\x85\xec\xbd\x63\xe4\xd9\x27\xdb\x03\x66\xd8\x3c\x19\xfc\xe3\xf3\xe4\xc1\x76\x9f\x29\xb2\x09\x49\x10\x59\xde\x3a\x77\xae\x3c\x71\xb1\x72\x7c\x73\xd6\x35\x5e\x2f\x23\x5b\x65\x1b\xe0\x71\xb6\xe3\x85\x2e\xf0\x37\xaa\x47\xf9\x71\x93\x27\x8e\x37\x6d\xa0\xa8\x70\x20\xc1\x73\x3d\x14\xa1\x11\x99\x09\x0d\xd5\xe2\x11\xf9\x32\x77\x8b\xa1\x94\x16\xa6\x52\x7c\x28\x0f\x93\x1c\x33\x9b\xd7\x6f\xdf\xa4\x66\x02\xaf\x07\xc2\x4e\xc3\xb0\x8c\x8d\x7f\xe2\x64\x32\x65\x0b\xb9\x1a\xb6\xad\x18\x08\x99\xf7\xc0\x75\x64\x43\x22\xdd\x61\x2e\xec\xc9\xe0\x98\x9c\xbe\x3e\x21\x5a\xb6\x21\xa4\x6e\x64\x50\x3c\x50\x2c\x45\xed\x98\xf9\xb5\xd7\xcb\x06\x52\x4a\xa4\xbf\xe2\x2e\x4c\x47\xd7\x36\xbe\xfe\xa7\x5e\x27\xb6\x41\x5d\xf9\x0c\x70\xfb\x20\x6a\x05\x99\x1f\x8a\x09\x1b\xec\x27\x6d\x37\x94\x08\x90\xcd\x4c\xec\xbe\x49\x59\x77\xa2\xed\xbf\x02\xf5\xa2\x59\xe5\xb1\x3b\x69\x2a\x08\x5e\xf0\xe0\x16\xe5\xe4\x42\x4c\x2c\x0d\x99\x47\xa0\xe2\xdf\xcc\xd2\xd6\x4e\xde\x72\x80\xe1\xb8\xe7\xa6\x63\x99\x0c\xd5\xa0\xb5\xb3\x60\x53\xdb\x4f\x12\x3d\xaf\x97\x65\x25\xc0\x00\x43\x0d\xea\x09\x6d\x1f\x28\x9e\x3e\x65\xcc\xf0\xdb\x15\xd5\x4a\x2a\x85\x74\x29\xfc\x31\xa9\xc5\x4d\x7f\x52\xce\xab\xb2\xbe\xd8\x8e\xd8\x43\xac\x97\x01\x96\xb7\x26\x66\xb0\x63\x96\x1e\x4b\xfa\x30\xf6\x26\x1d\xcc\x73\x78\x7e\x9a\x64\xf8\x47\x46\x6c\x3d\x6f\xf6\x9e\xc1\x32\x8b\x77\x2f\xd9\x81\xdf\x9d\xe3\xcc\x73\xe0\x62\xd6\x16\x08\x0c\xc4\x3c\xb4\x91\x9d\xa2\x16\xaf\xec\xf1\xab\x16\x63\xa8\x01\x88\xd8\x73\x14\xf7\x6c\x7c\x94\xbc\x4c\x37\x8f\x69\x59\x07\xa8\xda\xbb\x7f\x16\x0e\x3b\xe8\xd0\x68\x73\x10\x85\x74\xfa\xc9\xc0\xc6\x36\xc7\xde\x50\xf4\xe2\xfb\xac\xa7\xad\x5c\xb5\xea\xcc\xee\xa3\x56\x27\x5d\x53\x95\x8a\x50\xb2\xd8\x00\x09\xcc\x99\x92\x2c\x9c\x3f\x52\x87\x1f\xa5\x93\x41\xd5\xda\x32\x80\x2c\x38\xce\x07\xa6\xf5\x0b\x8f\x4d\xf1\xca\xce\xc0\x02\x5b\xb0\x76\x95\xd5\xb2\x10\x9e\xa8\x51\x6d\x75\x75\x31\x97\x85\x48\x6c\x7b\x78\x1d\x1c\x85\xc6\x4d\xf6\xa6\x77\x24\xad\x6f\x1b\x01\x3a\x05\x4e\x14\xb0\xec\x58\x21\x6b\xc1\xe6\x1b\xe2\x33\xf1\xa3\xc3\x89\x31\x33\xae\x85\x6c\x67\xb5\x11\x12\xb3\x7e\xd9\xca\xf5\xc5\x12\x66\x89\x19\x07\x27\x2c\x7b\x6f\x3e\x97\x1d\x6a\x65\x0a\xc6\x2f\x78\x49\xd9\x51\xcb\xbe\x23\xe9\x24\x35\x5e\x76\xac\x96\xac\x92\xf5\x85\x68\x35\xa7\x5b\x4c\x46\xec\xaf\x98\x98\x49\x2e\xd8\xb9\xa2\xfc\xe7\xa0\xe2\x2a\x2f\x6a\xd9\x8a\x22\x72\x27\x7f\x47\xb7\xc7\x87\x3b\x93\x3b\xa2\x51\xe2\x49\x09\x3e\xaf\xd8\xc5\xba\xef\x45\xcb\x56\xbc\xbd\x14\x2d\x6b\x45\xd3\x8a\x4e\xd4\x7d\xc7\x38\x9b\x97\xa0\xd4\x2e\xeb\x85\x6c\x57\x1c\x60\xc2\xfb\x9e\xe7\x4b\x51\xb0\x5e\x32\x0e\x99\x8d\x67\x35\x1a\xb7\x34\x22\x2f\x17\x65\x4e\xed\x4d\xd8\xff\xc9\x75\xcb\xd4\x55\x3c\x5f\x77\x8a\xa2\x60\x07\x1d\x5b\x72\x50\x8d\xa2\xa8\xbd\x00\x68\x12\x87\xac\xe7\x09\xdc\xf2\x1f\xa1\x99\x37\x38\x2a\x2c\xdb\x31\x30\x8f\x03\x50\x69\x5c\x81\x49\xa8\x1f\xff\x0b\x86\x3c\x35\xaf\xf0\x51\x35\xc4\x50\x41\xa2\xce\x31\xcc\x63\x37\xe4\xa5\xa4\xf6\x37\x26\xba\x73\x68\xad\x59\x32\xfd\xd1\x7b\xa9\x03\xa6\x8b\x7f\x50\xd3\x3e\xb5\x31\xc3\x3a\xc6\xfe\xb1\x1b\x82\xb1\x02\x5d\x8d\xfd\xd1\x1b\xd2\xa7\x75\x8a\x1d\xea\x37\x8d\x98\xf8\x93\x30\x9d\x58\x23\x19\x34\x26\x8b\xbb\x43\x73\x2f\x34\x6f\xd2\xad\x2f\x21\xd1\xef\x39\x58\xfc\x9d\xb3\x95\xe8\x97\xb2\x60\xbc\x2e\x14\x76\xda\x05\xe7\x68\x98\xa5\x5a\xb9\xe6\xea\xbd\xda\x5d\x05\x98\xfd\x31\xae\x57\xd5\x1f\x97\x66\xa3\x91\x2d\xa0\x6d\xed\x2e\xdc\xa4\x69\x65\x2f\x61\x46\x64\xe2\x04\x04\xc6\x5e\x23\x06\x0a\x6b\xab\x46\x97\x8f\x1d\x28\xba\x42\x53\x17\xb0\xf8\x73\x8c\x5e\xf0\x68\x1f\xae\x86\xc9\xd4\x31\x61\xe9\xd0\x88\xeb\x82\x0a\x80\x72\x62\xa0\x14\x58\x90\x59\xe7\x6b\x27\x78\xc4\xba\xa3\x6d\x02\xa1\x22\x10\xab\xd5\x63\x55\xe9\x3d\x47\x30\xe9\xfe\xff\xec\xbd\xed\x72\xdc\x48\x92\x20\xf8\x2a\x41\xcd\x99\x94\x59\x02\x93\x52\x75\xcf\xd8\x2c\x25\x4a\x2b\xa9\xaa\xba\xb5\x57\x5f\xd7\x52\x4f\xdf\x59\x92\x2d\x06\x81\xc8\x24\x8a\x48\x00\x03\x20\x49\x65\x97\x64\xb6\x0f\xb1\x4f\xb8\x4f\x72\x16\xee\x1e\x11\x1e\x1f\x40\x26\x55\xd5\xbb\x7f\x56\x36\xd3\xc5\x04\x10\x1e\x5f\x1e\x1e\xfe\xed\x9e\x73\x00\x55\x0b\xff\x81\x8e\x8b\xf1\x18\x60\x64\x87\x7c\xf3\xc4\x87\xa6\xae\x76\x1f\x04\x2e\x91\x90\xf5\x79\xbd\xbc\x24\x90\xd0\xdb\x3d\xea\x2e\x7b\x93\xe3\x5b\x35\xcf\x44\xdd\x0c\x42\x6a\xd8\x88\x40\x5f\x08\x14\x1a\xcf\xc5\xac\xe9\x38\x6a\x82\x4b\x9e\x6c\x5b\x25\x3b\xa4\x23\x76\x71\x70\x51\xf4\xa7\x7a\x41\xe6\x1e\x0d\xc4\x2f\xbe\x2f\x6b\x65\xd0\x69\x4f\xca\x0b\x68\x45\xe1\x4f\xac\xa0\x38\xac\xd2\x29\xe0\x62\x66\x2e\x91\xba\x50\xdd\xb7\x9b\x76\xd8\x91\x20\xd3\x9f\x92\x06\x98\x8e\x22\x3e\x7d\x67\x8a\x7d\xdb\x96\x44\xde\x4e\x05\x86\x52\x02\xa5\x7a\xa7\x86\x85\xd2\xb0\xe8\x1b\x3d\x13\x5c\x0e\xf3\x19\xab\x23\xe7\x5e\xa2\x1f\xd8\x29\x7f\x59\xd6\xe5\x50\xca\x0a\xd2\x49\x77\xde\x1b\x54\xd3\x24\x5e\x14\xcd\xe6\xdb\x20\x47\xd9\x67\x5e\xc1\x1c\x6d\x8f\x7f\xa2\xc5\xde\xb7\x84\x80\xd7\xdf\x18\x4c\x33\xa9\xcf\x0d\xad\xd7\xb7\x20\xa4\x64\x11\xa5\xf1\xca\x04\x13\x26\x01\xc7\x0d\x86\x1a\xe2\x85\x1a\x54\xb7\xd1\x47\x9a\xec\x9c\x65\xc7\x3c\x0e\xda\xae\x6c\xba\x72\xd8\x45\x96\x49\x00\x34\x62\x7d\x5d\x52\x37\xb3\x79\xe6\x4f\x6a\xd1\xac\x66\x49\x9f\x34\xfa\xf5\xeb\x67\x5b\x2f\x5d\xe3\x39\x41\x9f\x5f\x70\x9b\xe2\xb6\x5e\x95\x1f\x0f\x59\xa4\xf1\x4a\x8b\x54\x03\x90\xfb\x92\x70\x83\xf4\x7b\xbb\x50\xc7\x45\x27\xef\x34\x3f\x42\x8a\xaf\xb2\x17\x72\x3b\x34\xfa\xe6\xcd\x65\x55\xed\xe8\x3a\x2f\x9c\xad\x17\x48\xcb\x79\x8d\xcd\x33\x71\xb5\x1d\xe0\x71\x2e\x6b\x4d\x7d\x88\x64\xb8\x1a\x97\x42\x7d\x6c\xab\x32\x2f\x87\x6a\xe7\x8a\x63\x8a\x72\x00\x77\xd6\xbf\xd6\x95\xea\x7b\x71\x09\x45\x15\x2f\x75\xe7\xec\xeb\x1e\x93\xe1\x5c\xc2\x51\xb8\xcc\xfc\xdd\xed\xd4\x79\x0d\xad\x32\xb1\x51\xb2\x26\x57\x8d\x9d\x66\xb4\x1e\x0d\x24\xe9\x08\xa9\x79\x1e\xf4\x15\xd6\x8d\x29\x46\xf4\xbc\xbe\x6e\xba\xf2\x1f\x9a\x65\xd4\x13\x9c\x29\x08\xe9\x12\x4d\x8d\xe5\xdc\x6a\x35\x88\x6f\x3f\xb6\x55\xd3\xe9\xe9\x21\x62\x15\x8d\xea\x01\xee\xb6\x6d\x9b\x6e\x38\xaf\xdf\xbc\x7b\x27\x96\x97\x36\x15\xd9\x79\xdd\x0f\x65\x7e\xb3\x63\x84\xaa\x50\xb7\xaa\x6a\x5a\xd5\x2d\x36\xcd\x3f\xca\xaa\x92\x8b\xa6\x5b\x9f\xa8\xfa\xf8\xaf\xef\x90\x66\xfd\x4d\x5d\x9d\xbc\x79\xf7\xee\xc4\x00\xf9\x17\x04\x31\x8f\x4a\xcf\x1b\x54\x0b\x30\x11\xbd\xd2\x31\x26\x8f\x7b\xb2\xe1\xe7\xff\x51\xaa\x3b\x3a\x94\x17\xcc\x1b\x8b\xbc\x06\x1e\x3e\x34\xd5\x03\x61\x0d\xc1\x6d\x04\x6b\x8a\x73\x5e\x45\xc3\x46\xfd\x3a\xc7\x48\x8d\xe1\x90\x7d\x33\x60\x82\xf1\x7b\x8e\xc7\x6e\x24\xff\x0c\xd3\xf8\x84\x5a\xb2\xed\xd4\xad\xee\x42\xef\x95\x51\xc7\xde\xd2\xef\xb4\x12\xf2\x4b\x13\x04\xf1\xa2\x25\xb4\x4f\xb1\xaa\x12\xf4\x41\xca\xd5\x53\x9f\x9d\x3f\x90\x5d\x29\x8f\x6d\x82\x3c\x48\x24\xb5\x55\x23\x1d\x61\xda\xc8\x4d\x59\xdb\xdc\xe1\x43\x18\xf6\x6c\xf3\xe4\x46\x69\x5e\xe1\xd3\xb5\xa5\x25\x91\xa9\xde\x23\x5e\x98\x6f\xc3\xd4\x0c\xad\xd5\x9d\x78\x07\xee\xe3\x7f\xb2\x1b\x49\x2a\x63\xfd\x49\xda\xb2\x4d\x5c\x86\x11\x3b\xa9\xe7\x54\xbc\x52\x98\x95\x87\xe8\x7a\x90\x91\x07\x3e\x25\x24\x15\x47\xd1\xf0\x39\x62\x26\x0d\xd0\xd0\x34\xd2\x1f\x9d\x9c\x88\xef\xde\xfe\xbf\x3f\x7c\x2b\xde\x7e\xfb\xf4\xa9\xc6\x7c\x88\x5d\x18\x39\xed\x2c\xe3\x20\x1e\xd1\x2c\x02\x76\xb5\x13\xdb\x1e\xa8\xa8\xfd\xd4\x14\xe0\x13\x8f\x31\xb2\x4d\x5c\xd3\x9d\x88\x6e\x64\x9d\x92\x55\xb9\xae\x31\x22\x20\x80\x46\x6b\xa8\xd9\x96\x5f\xb6\xfd\xa0\x17\x37\x57\x02\x66\x72\x06\xa7\x14\x68\xd5\xb7\x4f\x9f\xbe\x1c\x5b\xd7\x44\x41\x40\x1c\xba\x87\x1b\xa1\xf9\xb8\xdf\xd5\x39\xad\xe5\x0c\xa9\x01\xfb\x38\xd0\x97\x8c\x28\x18\x83\x58\xfc\x74\x66\x8a\x91\x52\x6e\x00\x05\xdf\x99\x51\xd0\x97\xa9\xfd\xfb\x06\xa2\x7a\x44\xb1\xed\xf4\xba\xeb\xa1\xbb\x80\x13\x73\xd6\xc9\x9d\xaf\x10\xfa\xea\xd5\x82\xa2\xac\x87\x6a\x17\x81\xb2\x6e\x81\x06\x18\xcc\xb2\xac\xd7\xf3\x4c\xf4\x65\xad\xd7\xbe\xe9\x44\x25\xbb\xb5\xa2\x29\xd0\x26\x96\x7d\x04\x6b\x25\x7b\x27\xb3\x98\x7f\x60\x1b\x6a\x5f\x59\xdb\x2b\x23\x4f\x99\xb8\x6d\x5f\x3b\x73\xfb\x18\xa9\x72\x50\x7e\xa2\x24\xc8\xac\x98\xc3\x6d\xfb\x6a\x31\x34\x00\x69\x31\x34\x73\xae\x47\xd3\xaf\x30\x32\x4c\xbf\x84\xf8\xad\x94\xc6\x9a\xef\xbc\xeb\xe2\xb9\x98\x21\x48\x71\xec\x9a\x8b\xaf\xc4\x93\xc5\xbf\x4f\xb8\x51\xa4\x4b\xd5\x4d\x63\xea\x17\x12\x37\x3f\x13\xf1\x28\x5d\x10\x47\x67\xa4\xda\x4c\x53\x03\x9f\xc6\xb8\x5f\x93\xba\xfd\xa8\x6e\x14\x02\x78\xc9\x8e\x9a\x38\x0d\x2d\x57\xe1\x89\x0b\x2e\xaa\x09\x24\x60\x1a\x45\xb3\x51\x18\xd7\x16\x39\xeb\x60\xe4\x10\x53\xd2\xa7\x35\xd8\x10\x5a\x86\x10\x46\xa6\x99\x30\xfb\x40\x5d\x07\x23\x02\x81\x2e\xcf\xca\x1c\x25\xa4\x70\x4a\x6e\x46\x20\x3a\xcd\xb9\x06\xd6\x4c\x33\xc2\x4d\xd4\x1f\xca\xbe\x7f\xa7\x22\xff\x0e\xf2\x49\x1a\xd4\xc7\xc1\xea\x13\xe9\xa6\x81\x1b\x8c\x08\x28\xdd\x61\x7f\x85\x55\x7d\x83\xdf\xcf\x0c\xdf\x1a\x0f\x21\x13\xc7\xdc\xb2\x82\x0c\xc1\xcf\xb2\x28\xca\x7a\x3d\xee\xca\xa5\x97\xc3\x5e\x77\x1e\x3c\x3d\xe1\xd7\x55\x93\xdf\xc4\x46\x0f\x70\x93\x45\xa5\x21\x7f\xac\xf7\xe4\x55\xd7\xc9\xdd\xa2\xec\xe1\xbf\x33\x10\xcc\xb5\xcc\x9f\x0e\x7f\xb6\xa3\xb8\xd2\x43\x70\x1f\xa7\x0d\x20\x1a\xfc\x15\x7c\x20\xce\xce\x04\x0c\xed\xfd\xae\x55\x8b\xf7\xea\x63\xda\xfd\xc0\xa2\x04\x2a\x46\xaf\x46\xfc\x44\xf4\xbf\xab\x4e\xc9\x9b\x91\xf7\x61\x36\x85\x03\xed\x26\xd8\xa9\x9d\x54\x3c\x66\xf1\x12\x57\xff\xf4\x50\xdb\x23\xaa\xdd\xf5\x6c\x13\x76\x9f\x74\x9d\x18\x54\x3c\x23\x1a\xa6\x0b\x8b\x0a\x23\xd4\x27\x10\x55\xff\x93\xc5\xad\xac\x73\xf5\x66\xdb\xf5\x4d\x37\x63\xa7\x27\xb3\xcd\x32\x9c\x65\x8a\x3c\x3b\x5d\xfa\x47\xf2\x92\x06\xac\x4f\x8d\xe1\x23\x24\x41\xe1\xb1\xf6\xfa\x53\xd7\xcb\x08\xcd\x3e\xac\x87\xfc\xe3\x62\x55\xd6\x65\x7f\x3d\x8b\xe2\x53\x47\x89\xc8\x61\x2c\x03\xd0\xab\x24\xa3\x10\x70\x01\x21\xa1\xd3\xc4\xd3\x73\x54\xeb\x86\x77\xa3\x9c\x6d\x46\xc1\xdc\x09\xb7\x36\xff\xc3\x90\xcc\x5c\x53\xd0\x34\x35\xf4\x63\xf9\xe8\x21\xa6\x95\x8e\x9f\x1b\x4a\xe0\xde\xf8\xab\x74\xe4\x34\x36\xff\x39\x1b\x9b\x47\x4c\x3d\x13\x73\x18\xfd\x28\x26\xb2\x23\xaf\x5c\xf8\xb6\xd9\x58\x5c\x5f\x30\x84\x46\xd4\xe1\x7e\xfc\xbe\x81\x48\x2c\xbe\xcf\x06\x8e\x59\x6b\xcd\xc2\xef\xa9\x2a\x1a\xe6\x0e\x1f\x69\x66\xf6\xd3\x89\x42\xe3\x1e\x83\x20\x00\xe9\xa3\x90\x98\xb8\x08\xfc\x05\xf5\x22\x59\xef\x0f\x10\x8b\xbe\xd8\x45\xd0\xdc\x60\x20\x71\x27\x85\x2f\x76\xb4\x23\x09\x2c\xb1\x3e\x53\xeb\x64\xfe\xf1\x5d\x23\x6f\xc0\xfd\x6e\x7c\xd1\x68\x13\x50\x0e\x49\xab\x33\x86\x53\x11\x3a\xa5\x46\xbf\xde\xe7\x9b\xe2\x30\xce\xf9\xe7\xac\xc7\xfc\x73\x08\x62\xc2\x47\x67\xef\x48\xc7\x71\x3e\x2d\xe7\xa6\x4a\xe9\x06\x62\x3a\xfd\x35\x19\x89\x82\x98\xee\xd3\xcd\xa4\x7f\x9c\x1d\xed\x2d\x4f\xb9\x9a\x1e\x35\xe5\xec\x1a\xf1\x54\x4a\x2c\xf8\xff\x36\x2f\x3a\xb8\xcb\xf1\xd3\x4f\x9f\xc8\x35\xce\xec\x36\x73\x7b\xd2\x2f\xf1\x33\x62\xfe\xfd\xf9\xa6\xe3\x8c\x8d\x87\xde\xfe\xba\x67\xe2\xa5\xc0\x32\x33\xc6\x3b\x0f\x2a\xa4\x42\xb6\x0a\x4c\x9c\xf6\x59\x9c\x8a\x5f\xb1\xfa\xcc\xe8\x27\xa1\xeb\x9e\xd5\xfc\x49\xe2\x02\x6f\x65\xc5\xcc\x70\x01\x8b\x08\x2f\x5f\x6a\xd8\xe2\x54\x2c\x6f\x65\x75\x81\xf5\x3e\x1c\x14\x8f\x01\xc9\xe1\x3f\x9a\x80\x54\x95\xca\xb1\x64\x99\x45\x17\xe7\x5e\xd2\x37\xdd\xc2\x7a\x28\xd2\x6f\x96\x4a\x2d\x12\xde\xf9\x27\x67\xf8\x49\x40\x98\xb1\x3f\xa4\x17\xbc\x03\xbe\xa9\xf4\x5c\x4b\x2c\xb3\x20\xbd\x2e\x28\x07\x3d\x56\x3e\xa5\x2a\x34\xdc\xbd\xe3\xe9\xf1\x6e\x8e\xd5\x87\x46\x46\xa0\xb3\x16\xa2\xba\xad\xa9\x87\x7f\x84\xaf\xab\x26\x97\x95\x31\x97\xa5\x7c\x10\x31\xb9\x48\xf0\x10\xa7\x17\x49\x4d\x74\x2d\x92\x35\xc7\x0d\xde\x63\x08\xe9\x84\x57\x26\x0a\x19\x79\xc6\x4c\xa8\x8f\x43\x27\x69\x24\x69\x95\x0a\x1f\xeb\x54\x6d\xfc\x89\x29\xf9\x28\xc4\xe6\x92\xc5\x6d\x47\x98\x59\x90\x95\xfc\x2e\xf8\xd0\xcd\x99\x7d\x19\x03\x5c\xe4\x4d\x9d\xcb\x61\xe6\xcf\xf4\x34\xfe\x30\xe8\x6d\xd5\x00\x43\xe4\x0b\x88\x0b\xd2\x7b\x3b\xcb\x97\xb7\x9a\x1c\x5c\x48\x6d\x08\x5e\xb0\x76\xde\x48\xb7\x75\x7f\x5d\xae\x06\xfb\x69\x30\x22\x8b\x73\x6c\x40\x41\x27\x89\xcd\x42\x3a\xf6\xf0\xa1\x38\xf2\xa7\x90\xb0\x1b\x1e\x92\x58\xd1\x54\xc2\x43\xc1\x0a\x72\xd4\x30\x8c\x4f\x69\x57\x4a\x3d\x02\xea\xdb\x98\x8f\xc7\x8a\x43\x51\xce\x88\x6f\x2b\x2a\x67\x4f\x86\x6e\xa3\x50\x77\x6b\x4d\xfd\x51\x05\xad\xf1\x95\x17\x96\xd7\x70\x7d\x1b\x0e\xe9\xdb\x2a\xca\x3a\xeb\xb4\xc8\xde\xa5\x8b\x1f\x87\x37\xef\x1e\x5e\x32\xe8\x16\xbd\x39\x4b\xcb\x1f\xdd\x7f\x2e\xa1\xfa\xc7\x12\x19\x00\x82\xae\x66\x11\x21\x79\xfc\xd8\xa7\x00\x46\x0c\x0b\xaf\xcd\x3d\xc8\x45\xa4\x3d\xbd\x8d\x82\xf2\xf0\x96\xc9\xfd\xac\x24\x64\x37\x8a\x76\xa1\x69\x23\x46\x89\x2d\x3f\x32\x0a\xb8\xfc\x1a\x42\x8a\xed\xc1\xe7\x09\x76\xe3\x73\x4c\xfb\x43\x6e\x78\xdc\xa1\x3d\x30\x94\x89\x03\x2c\x46\xb9\x89\x7e\xc6\x3f\xc2\xd7\xd6\x69\x22\xe9\x6e\x0e\x76\xf0\x91\x34\xd6\xbf\xb7\x79\xe9\xfc\x81\x78\x6c\x1c\xea\x90\x0c\xe0\xea\xbc\x14\xe0\x37\x67\x72\xaf\x7a\xef\x50\x0d\x99\x0e\x44\xec\x9a\x56\x94\x26\x9a\x78\x11\xda\xef\x47\x7d\xb0\xe3\xec\xd5\x1a\x52\x26\x4c\x82\xc9\xf1\x42\xde\x15\x92\x64\xe0\xad\x2a\xa3\x21\x7b\x45\x4a\xde\x99\x97\x04\x50\x1c\x0b\x4f\x17\xf7\x3e\x8e\xb7\x11\x9e\x5d\x33\x1a\xff\x52\x8f\xea\xc2\xbf\x2f\x61\x80\x23\x12\x00\x76\xaf\x65\x3a\x55\x0f\xdf\xa0\x99\x3e\x16\x06\xa6\x8e\xf4\xc6\xde\x6e\x86\x79\xa3\xa1\xd1\x8b\x38\x90\x96\x0d\xdf\xf3\xb8\x48\xaf\xbd\x43\xb6\x11\xda\xfa\x04\xfe\x6f\x99\x82\x88\x7d\xa7\xc3\x12\x43\x82\xc9\x3a\x1b\x95\x57\xdc\x6b\x52\x89\xe7\x7d\x0f\x7a\xb9\xc7\x1a\x65\x6f\xcb\xbe\xbc\x2a\xab\x72\xd8\x9d\x0a\xb4\x74\x3e\x33\xd9\xb1\x8e\x61\x7d\xfb\x53\x51\x37\xb5\x4a\x29\xc8\x0f\x8a\x4a\xd5\xdb\xe4\x98\x09\xbe\xfa\xe1\x79\x8a\x37\x85\x1f\x12\xb3\x33\x3c\x2a\x2f\x69\x4b\xa4\xb5\x37\x6e\x78\xd4\x9c\x3b\xc3\x24\xc9\x27\x7e\x50\x30\x57\xfe\xb0\x99\xb7\xda\x34\x9c\xe5\x93\x0b\xa3\xa9\x49\x05\xfb\x1a\xa0\x47\x67\x22\xdd\x78\x4c\x1c\xa5\x0f\xbd\xa5\x5d\x78\xa8\x43\xa0\x2f\x26\x22\x01\x6e\xdb\xfd\x26\x2b\xe3\x53\xce\x75\x5c\x7c\x37\x32\xbe\x81\x99\xb8\x6d\xad\xa1\x0a\x8c\x58\xa1\xae\xcc\xdb\xb2\xd0\x6f\xc9\xb0\x8d\x23\xaf\x2d\x06\x91\x5f\xd5\xfc\x3e\x52\xb3\xaa\x06\x2b\x34\xab\x34\x9f\xa5\xaa\xf8\x16\xe3\x57\x97\x77\x4e\xc7\xef\xad\x80\x8b\xd8\x24\x98\x7a\x9f\x6d\x88\x6b\x2a\x18\xe6\x2e\x12\x3d\x36\x13\xb2\xca\xef\x7d\x47\x51\xd3\xd8\x0f\xc1\x63\x9c\x46\x66\x9b\xb4\x18\x1f\xbc\x3e\x2e\xa7\x30\xae\xd1\x91\x11\xe0\xa6\xed\x8f\x76\x45\x67\x29\xe1\x2f\x59\xc2\xd7\x65\x64\x85\x25\x3f\xa2\x3a\xc7\x7b\xec\x9c\xa0\xfc\x78\x4f\xc5\x87\xf9\x86\x61\x63\xf1\x92\xd8\x73\xd3\x61\x6c\x42\x04\xbd\x47\x2f\x37\x84\xe0\x7d\x70\xa6\xcc\xa2\xa4\xc6\xd1\xab\xe1\x07\x76\x0b\x8d\xad\xf9\xe8\x67\x51\x5a\x80\xaa\x1f\xd9\xf8\x4c\x14\xcd\xe6\x67\x97\xa2\x7f\x7f\xac\x50\xf9\x23\xf0\x66\x4f\x32\x51\xfe\x04\xe5\x4b\x9e\x3c\x7b\x96\x8e\x21\xbf\x29\xdb\xf7\x8d\x38\x83\xef\xcc\xd8\xf4\x4f\x0d\xe0\xb9\x19\xab\x13\x27\x0d\x45\xd4\xef\x1f\x3f\x36\x29\x3c\x32\xac\x85\x95\xac\x1b\x66\x56\x19\x5b\x8e\x6a\x80\x73\x71\x46\xc0\x3d\xe7\xd5\x31\x06\x65\x4c\xcd\x5d\xf5\x78\x5d\x22\xf3\x96\x27\x9a\x7b\x09\x4b\xf5\xac\x31\x67\x29\xdf\x77\x2f\x75\x69\xba\x23\x56\xe6\x97\x16\xe4\x62\x61\x1c\xd5\x69\xa6\x93\x36\x40\xb7\xee\x13\x56\x40\xb7\xa8\x09\xf5\x3b\xff\xf7\xfb\x9b\x0b\xed\xf8\x52\xeb\x32\x09\x91\x24\x23\xc0\xbb\xe7\x04\x67\x22\x1f\xe2\xc7\x21\xe8\x64\xa9\x5b\x3e\x7e\x9c\x8a\xa2\xc7\x7c\x87\x1f\x07\xe3\x89\x3c\xb2\xbe\xf0\x09\x73\x6c\xff\xb9\x89\x44\x60\x3e\x06\x63\xe1\xc7\x2f\x27\x22\xd4\xcc\x3f\xfa\x70\x42\x57\xee\xbe\xd2\xb4\x68\x35\x44\xa9\x94\x12\xeb\x96\x32\xae\x12\x26\xc5\x6d\x53\x1b\xee\x0e\xd9\xc4\xfa\xe0\x47\x80\x56\x23\x98\x6d\xc7\x7d\xd0\x7a\xc4\x35\x4d\xcc\x3f\x4b\xa9\x3c\x43\x25\x1f\x20\x32\xd0\x86\xb8\xed\x31\x12\x4c\x0f\x1c\x71\x66\x42\x90\x08\xef\xd7\x3c\x8e\x0c\x76\x77\xba\xcf\xf7\xee\x0d\x96\x67\x14\x1e\x89\xe1\xf2\x62\xfe\x0c\x9c\xe2\x34\x8d\x76\x99\x6f\xeb\x86\x22\x0a\xb6\xe8\xa7\x0b\x9c\x41\x59\xaf\x4d\x7f\x9c\xd3\xb1\xea\x66\x7e\x37\xc9\x4c\x5c\xd9\xee\xa1\xbc\xbc\x21\xcc\x47\x67\xe2\x2a\x56\x46\x06\x59\x8b\xc5\x48\xba\x66\x39\x42\xef\x00\x05\x25\xa7\x6c\x57\xcb\xf2\x62\x24\xd1\x36\xef\xc4\x4f\xa3\xfc\x39\x19\x52\x41\xc6\x0d\x1b\x53\x04\xe1\x11\x18\x29\x20\xea\xed\xe6\x4a\x75\x2e\x60\xc5\x85\x0d\xe8\xd7\x3f\xc2\x5b\x27\xaa\x1c\x12\x38\xe0\xda\xdd\x3f\x31\x1b\x3a\x7f\xa7\x02\x8f\xe8\x0b\x04\x49\xdf\x65\xe2\x57\x81\xb1\x56\xd8\xdf\xa9\x78\x37\x74\x50\x91\x20\xe5\xcd\x2f\x9c\xb5\x87\x9d\x3f\xef\x33\x7f\xd7\xf9\x3f\xcf\x65\x39\xf6\x8b\x97\x29\xca\xe4\xf8\xf0\x5b\x4c\xc6\x3c\x02\xdb\xc0\x87\x4c\x7c\x90\x19\x1c\x3a\x5a\x42\xb3\x8b\x0c\xdc\xd6\xcf\xc4\x15\xfd\x1e\x21\x81\x5e\x1b\xd0\x50\x03\xb0\x97\x22\xa1\x42\x10\x67\x2f\xe8\x7d\xea\xe5\xa7\x4f\xba\xc7\xd4\x9b\x53\xfd\xe2\x30\xc3\x6d\xe8\x59\x3d\xf2\x39\xcf\xe4\xcf\x72\x3f\x70\xb4\xb3\xd1\x6c\x5e\x88\x5b\x42\x12\x41\x4c\xf6\x56\xb8\xdf\xb6\xac\xd2\x93\x30\x44\x84\x70\xfe\x8c\x90\xdf\xa7\x3d\x89\xe8\x31\xaf\x91\x09\x6f\xa3\xb6\xa6\x19\x52\x59\xd6\x28\x10\x4a\xde\xab\x8f\x10\x1c\x3e\x63\xc0\xd0\xda\xc5\x29\x10\xc7\x66\xda\x81\x60\x5a\xdc\xc0\xc7\xdd\x28\xc2\x53\x37\x5f\x78\xb0\x10\x4a\xc6\xda\x79\x19\x3a\x5d\xeb\x3f\x19\x5d\xac\x77\x66\xfd\x40\x11\x5b\xfa\x31\xec\x94\x97\x7e\x9c\x85\x51\x43\xf9\xe6\xd8\x7d\xdf\x1f\x1e\x43\xe4\xa9\x9f\xdc\xfa\x4e\xac\x80\xd5\x5f\xdb\x74\xbb\x23\x36\x13\xd8\xc9\x58\x0c\xc3\xc7\x18\x82\xb2\xd1\x73\xd9\xd0\x2d\x7f\x1f\x13\x6c\xad\xee\x3c\x3c\x9e\x25\xf6\x36\x5d\x09\xca\x19\xa1\x0c\x9e\xd8\x53\x32\x1a\xfc\x84\xd2\xa6\x1e\xeb\x98\x33\x4e\x84\x20\xfa\x22\x4b\xf8\xe3\x44\xdf\xa5\x62\xaa\x26\xcb\xee\xee\x9b\xf5\x46\x7e\xfc\xde\x76\x32\x4b\xac\x41\x3f\x8f\x66\xec\xe9\x9c\x50\x11\x64\x75\x4c\xa1\x70\xb7\x91\x1f\xb5\x6c\xc4\x3b\xf6\x94\x45\x7e\xff\x5c\x17\x14\x0d\x23\xde\x56\x00\x7e\x26\x48\x17\x45\x44\xe1\x25\xfd\xd6\x22\x5a\xb8\x00\x1b\xf9\x31\x9c\x4c\x7c\x3b\x4d\x9f\xe4\xf0\x7b\x4d\x2b\x5d\x86\x4e\x20\x2f\x14\x5d\xec\x5f\xe7\xe3\xf9\x39\xd9\x41\x9c\x59\x03\x02\x4b\x5f\x1f\x67\x99\x0e\x47\xc5\xf2\x75\xb2\xa0\x02\x17\x5b\x96\x6a\x89\xf4\x03\xdf\x5c\x04\x65\x41\xfc\x4d\xc1\xe5\xe7\xf1\x42\x64\xc9\xf9\x2f\xb4\x94\x24\xf9\xc0\xd3\xe7\x02\x3f\x67\x5d\xe2\xc7\xf0\x9f\xaf\xc4\xd3\x27\xe2\xb1\x6d\x48\x33\xd3\xaf\x38\x01\x44\x02\xa7\x47\xe0\x5d\x33\x01\x19\xd4\x9b\x8b\x37\xd4\xa1\x97\x52\xe2\x3a\x5a\x2c\x16\x86\x4d\x8d\x33\x5a\x46\x71\xbf\xf9\xe6\x38\x1c\x9b\x55\xaa\x24\x02\x14\xdd\x57\x7f\x2e\xd7\xd7\x55\xb9\xbe\x4e\x50\xf3\xc0\xe5\xce\xd1\xf3\xf3\x07\x36\xbf\xff\xf9\x83\x91\x3a\xbe\x9a\x1c\x9b\xcc\x76\xb4\xce\x56\x99\x67\x39\x1e\xac\xb5\xd0\xac\x08\xb1\x2d\xd4\x05\x16\xe0\x08\x18\x5f\x2c\x76\x02\xa1\x9f\x69\x2b\x5e\x59\x2b\x94\x93\x22\x5a\x89\x4d\xaf\x95\x2c\xe6\x40\x32\x13\x72\x9a\x69\xfd\x02\x86\x9b\xe6\xee\x08\x5f\xf0\xcb\x04\x87\x03\x93\x46\xe3\x6d\x1a\x53\x70\x62\xa6\xaf\xc8\xbd\x2d\x4e\x89\x42\x78\x68\x55\xcc\xcd\x0a\xe4\x35\xc0\x08\x17\xed\x68\x92\x7b\x7b\x05\xf5\xb1\x88\x46\x51\x40\x98\x7a\x02\x3f\x2e\x6d\xf4\xf4\x79\x9d\x0a\x9f\xa6\x7a\x1f\x4b\x93\x8f\x5a\x0f\xfa\xf0\x30\xe5\x6b\x83\x57\xaf\x6c\xb7\x51\xdc\x5f\xe2\x1b\x1c\xda\x2c\xa4\x30\x13\x58\x6b\x32\x3d\xc3\x42\xb0\x7c\x05\x4e\x42\xf9\xf0\x61\x50\xb0\x71\xbf\x0a\x34\xc2\xfd\x20\xdb\x8c\xfe\xfc\xa9\x93\x79\xa5\x32\x41\x89\xa3\x0b\x7c\xda\x67\xe2\xff\xd9\xaa\x6e\xf7\x7e\xd7\xaa\x4c\x90\x73\x2b\xec\x41\x26\xe8\x14\xfc\xd4\x15\xfa\x6e\xd9\x34\xb7\xea\x3f\xca\x7e\x0b\x81\x96\x9f\x21\x03\x84\xfa\x08\xc1\x0e\xbf\x8a\xd7\x54\xcf\x31\x43\xaf\xee\xb7\xf5\xaa\xc9\x9c\x83\x77\x26\xbe\x51\x79\xd3\x49\x2c\x89\x62\x7d\xae\x32\xe6\x50\x96\x79\x74\x23\x13\x3f\x68\x61\x9b\x5a\x35\x5d\xc6\xb2\xf7\xe3\xdf\xe8\x3c\x94\x89\xbf\x95\xc5\x5a\x0d\xd8\x09\x4e\x3e\x4b\xe4\x36\xcf\x44\xde\x35\x7d\x7f\x2d\xcb\xee\x0d\xb9\xba\x14\x9d\xbc\x7b\x67\x0e\xa1\xfe\xd9\xb4\xe6\x95\x49\x63\x9c\xb1\x14\xfa\x99\x30\xde\x48\x01\xa9\x30\x0f\xfa\x2c\x4a\x18\x9f\xa5\x76\x3d\xf9\xf0\x4f\x04\xdb\xbe\x7a\xd7\xaa\xbc\x94\xd5\x9b\x6b\x09\x80\x19\xd4\x4c\xdc\xa8\xdd\x46\xef\x6a\xc4\xdd\xf1\x47\xfa\x07\x2b\x70\x48\x19\x2f\xfb\x4c\xb4\x95\xcc\xd5\x75\x53\xc1\x96\xea\x8d\x90\xf5\x7a\x5b\xc9\x8e\xad\x45\x9c\xd5\x3c\x13\xdd\xb6\x7e\x97\x37\xad\x32\x17\x6e\x46\x81\x55\x3f\xcb\x7e\xf8\xb6\x2e\x32\x97\x56\x04\xff\xb4\xa3\xb5\x29\xf7\x35\xc6\x3c\xc8\x1e\xd8\x68\xbd\xb6\x6b\x56\xfa\xc6\xc2\x98\x0c\x21\x45\xab\xba\xe3\xf7\x9d\x52\x42\xff\x0f\x64\x8d\xca\x65\x7e\xad\xa0\xe6\x47\x59\xa0\xae\xa2\x1c\xc4\xd5\xee\xbc\x3e\x39\x31\x29\xb5\xc8\x08\xa9\x1f\x9d\x40\x14\x39\xc5\x63\xeb\xdb\xb3\xdc\x6c\x37\x82\x54\x14\xcd\x4a\x93\x06\x0d\xf9\xf5\x76\xb5\xd2\x14\x01\x52\xc0\x98\x73\x43\xe6\x61\x7c\xf7\x3d\x79\xea\x88\xa7\x4f\xbe\xfe\xe3\xb3\xf3\xda\xa8\x0a\x7f\xee\x9a\xf6\xed\x37\x64\x90\x41\x82\x02\x07\x25\x75\xcb\x99\x0a\x5e\xb1\xbe\x06\xbd\xea\x44\x40\x9a\xe1\xd5\x00\x2a\xcf\xc6\x33\x3a\xe9\x79\x7d\x2b\xf3\x6b\xb1\xd4\x03\x86\xe4\x1e\x17\xb3\x7f\xc9\x9b\xcd\xa6\xa9\x17\x3f\x52\xb1\xb2\xb9\x68\x3a\xb1\x2c\xeb\xa2\xbc\x2d\x8b\xad\xac\xc4\xd0\x29\xf6\x99\x9e\xf6\x1c\x41\xe5\xb2\xc6\x04\x2a\x1b\x35\xc8\x42\x0e\x52\x84\x85\x98\x4a\x90\xcb\xdb\xae\x69\xfb\x85\x78\x5b\xf7\x83\xac\x73\x65\x73\x0f\x11\x14\x98\xbc\xcd\xfc\x81\x9e\x07\xb5\xdc\xa8\x7e\x61\x05\xd6\xa6\x50\x7a\xc1\x6c\x9e\x95\x93\x13\x61\x19\x33\xcd\x35\xc0\x74\xa0\x21\x4b\x58\xc2\x97\x30\xc5\x85\xd9\xa5\x2a\x0b\x30\x9b\x9b\x4d\xf1\xb4\x6f\x18\x8d\xa5\x3a\xcc\x3c\x26\x8e\x8e\xc8\x92\x48\x8f\x22\xe3\x97\xea\x55\x57\xca\xaa\xfc\x87\xb2\x3e\x23\xde\xc3\x4f\x9f\x04\xd5\xb7\x8e\x8c\xf8\x5d\x73\x07\x93\xf9\x56\xdf\x0e\xb3\xf3\x07\x90\x57\xdd\x6e\x94\x0d\x3e\x35\x19\x36\x04\x07\x6b\xee\x06\xdf\x1e\x17\x56\xf2\x43\xbc\x2e\x7b\x51\xf6\x10\x1c\x3f\x50\xbd\x26\xd0\x64\xe9\x0d\x73\x9f\x2d\x2f\xf5\xf4\xc0\x3a\x0b\xbc\xd8\xa5\x8f\x28\xee\x85\x46\x17\xde\xec\xfb\xbf\xfc\x2c\xbb\xde\x3a\xa3\x6d\x3b\xa5\x9b\x56\xdd\x02\x1f\x13\x7b\x0b\x28\x31\xd7\xdd\xd3\xbd\xe0\x40\xc0\x36\x52\xc2\x02\xcd\xf1\x28\x8d\xb0\x6e\x19\x4a\xbc\x5e\x7b\x35\x2c\xc4\x7b\x79\xa3\xf4\x35\xbd\x04\x75\xaa\x03\xd1\x80\x06\x29\x46\xed\xbf\xc3\x77\x80\xe0\x2e\x11\x01\x06\xdd\x22\x23\x60\xc3\x85\x1c\x2c\xca\x5e\x13\xef\xc3\x1a\xd2\xe6\x97\xbd\x40\x07\x17\x09\xe9\x83\x10\x0b\x1f\xf5\xe4\xab\x5c\xae\x18\xa0\x01\x9a\x12\x72\xca\xa2\x98\xd1\x68\x92\x69\x1a\x11\xbd\x22\x63\x9d\xc1\x11\xa0\x15\x06\x51\xde\x48\x3d\x1e\x59\x14\x40\xf6\xec\x59\x00\x4d\xa4\x1d\x77\xef\xa3\x06\xf4\xb4\x6b\x55\xb3\x42\xdb\x8c\x16\x57\xcf\x1f\x30\x34\xf2\x7b\xc6\x6f\xce\x84\x59\xc9\x05\x3c\xa0\x19\xc4\x62\x1c\x80\x4e\x61\xb9\xa7\xe8\x43\x18\xf0\xe9\xb3\xa4\xe8\x6f\xbe\x3c\x63\xc9\x77\x5c\x1d\x17\x70\xbb\xcb\xe8\x23\xae\xb8\xfb\x1c\x11\x3d\x20\x1e\x14\x99\x6b\xf5\xb6\x58\x02\xee\x4a\xe1\x38\xf4\x8d\x50\xa8\xaa\xdc\x94\xa0\x84\x11\xdf\x35\x1d\xd4\x38\x2e\xeb\x35\xc2\x70\x2f\xd1\xb7\x55\xe8\x8b\x0f\x78\x47\xd9\x75\x72\xa7\x89\x1a\x2c\x36\x90\x2e\x31\xbb\xeb\xca\x61\x50\x35\x15\x15\xd1\x00\x40\x88\x3d\xee\x55\x2b\x3b\xa0\x90\x3d\x68\x53\x31\x38\xb9\x50\x79\x25\x3b\x4c\x56\x41\x28\x85\x15\xe8\xd6\x9d\xdc\x6c\x64\x47\x14\xd7\x64\xa1\x71\xbb\x0a\xe1\x28\x55\xd3\xfb\xc3\xc7\xb9\xe2\xa6\x41\x46\x0d\x43\x41\x17\x98\x15\xec\xf5\x8e\x1c\x85\xcc\xf3\xd9\xaf\x9c\x9c\x68\x89\x19\xa2\x24\xfb\xa1\xf3\x92\xaf\x21\x45\x31\xd7\x63\x59\xdf\xaa\xae\x07\x41\x64\x79\x69\x00\x07\x84\x42\x03\xff\xbb\x79\x37\x5f\x18\xf2\x83\x40\x78\xfe\xae\x78\x12\x19\xac\x30\xdc\xe7\xc9\x35\x46\x18\xfa\x2e\x31\x0b\x61\x37\x92\x36\x8e\x6f\x28\x5b\x03\xfd\xf6\xf7\x58\x83\xbf\x9a\x9c\x4a\xa0\xa9\xe6\x9b\x32\x34\x62\xdd\x35\xdb\xb6\x07\xe7\x60\xa1\x3e\xca\x4d\xab\xd9\x65\x2d\x2f\xe8\xcf\xb0\x3d\x7d\x8b\x04\xc8\x5c\x7f\x20\x8b\xe8\x1f\x20\x8c\x40\x51\x19\x4d\xa2\x07\xb9\x5e\x9b\x5b\x55\xd6\xd8\xfe\xf2\xfc\xc1\xb7\xf6\xd3\xf3\x07\x97\xd8\xe7\x9c\x4f\x15\x9e\xfc\x1e\x7b\x7d\x2d\xfb\x6b\x93\x19\x6c\x49\xa1\x80\x48\xd7\xc9\xe9\x1e\x12\x5d\xf9\x79\xc9\x08\x69\x61\x82\x16\x6b\xef\x64\xaf\xf9\x2d\xbd\x74\x9a\xff\xa6\x2a\x22\x76\x2d\x61\xbf\x44\xa7\xb6\x80\x57\xc4\x21\x60\x0f\x9a\x17\xd1\x20\xbc\xbd\xa4\x77\x7f\xd6\xc3\x8b\xa6\x49\x54\xf4\x14\xab\x37\x79\xf3\x29\x4a\x64\x46\xc4\x95\xda\x35\x44\xba\x55\x5d\x98\x29\xe2\x5e\x9a\x81\x0f\xcd\x8d\xaa\xcb\x7f\x18\xd6\xb0\x6a\x9a\x1b\x55\x08\xa9\xe5\x62\xcc\x96\x55\xef\x4c\x43\xf8\xb4\x17\x65\x0d\x85\x20\x0d\x28\xca\xcd\xf7\xfd\x5f\x10\x00\xcc\xbf\x13\x4d\x5d\xed\x44\x3f\x34\x58\xfe\xa5\xec\x4d\x96\x3e\x4d\xa4\x20\xa9\x80\x3e\xec\xb2\x16\x5f\xff\x6b\x86\xe9\xff\x74\x5b\xb5\x5a\x95\x79\xa9\xea\x7c\x27\x3a\x25\xfb\xa6\xee\x17\x73\xb6\x1e\x7a\x6c\xaf\x60\x60\x87\xaf\x86\x26\x38\xfc\xe2\xe0\x44\xb2\x53\xc0\xe4\xdb\x84\x60\x58\x7e\xb5\xe9\xf4\x1c\xc0\xfd\x89\x88\x1b\x3e\x27\xf4\xc4\x74\x72\x9a\x6f\xb4\x07\xde\x54\x86\x19\x1a\x51\xd6\x79\xb5\xd5\x8b\xd3\x29\x7d\xc5\x77\xcd\x86\x08\x6c\xa9\x19\x66\x7d\x06\x2a\x2d\x47\xc8\xb5\xd2\xeb\x28\x36\xe5\x47\x55\x1c\x9b\x47\xb4\x76\x1e\x0e\x40\xd2\x72\x75\xf8\x8c\x5f\x09\xd3\x42\x0f\xc1\x24\xf7\xa0\x0a\x36\x4b\xd8\x90\x22\x41\xc5\xa8\xd1\x5c\x34\x74\xfe\x24\xb4\x27\x5c\x69\x6c\x39\x50\xc4\x1b\xbd\x3e\x40\x94\xca\xa1\x37\x09\x86\x30\x3b\x91\x6e\x6a\xcf\x3b\xa6\x9e\xf2\x96\xcc\x70\xbd\x3f\x60\x7f\x20\xc6\x24\xa4\x02\xce\xd2\x69\x5a\x5c\xbb\xf6\xc0\x2b\xc0\xd4\xdc\x47\x6f\x91\xe7\x86\x9c\x8f\x60\xda\x85\x5f\x30\x01\xda\xe3\x9e\x0e\xc1\x50\x76\x34\xa9\x19\xd5\x29\x75\x50\xae\x94\xd9\xbe\xc2\x70\x62\x9d\x02\x99\x4f\x68\x32\x8b\x69\x19\xcb\xba\x1f\x34\x06\xd2\xe4\xaf\x6d\x79\x3a\x83\x28\xf3\x85\x1e\x4e\xdd\x0c\x19\x9e\x01\x57\x61\x88\x2a\xc8\x42\x49\xb5\x06\xce\x50\x87\x78\x78\xc5\x38\xc4\x5c\x8b\xb0\x26\x67\x17\x4d\xc2\x43\x34\x3c\x95\x88\x5f\xa8\xce\xe9\x14\xe2\x91\x28\x6b\x07\x47\x8a\x3b\xb9\x33\x6c\x01\xe4\x75\x19\xba\x12\xea\xbf\x5e\x97\xaa\x93\x5d\x7e\x5d\xe6\xb2\x5a\x88\x77\xdb\xfc\xda\x43\x19\x4a\x33\x65\xd9\xcd\x1a\xd2\x61\x0d\x66\x50\xcb\xcb\x4e\xf5\x4d\x75\xab\xde\xea\x4d\xb9\xf4\x65\xa7\x05\x7f\x37\x67\x83\xa9\x0b\xb1\xbc\x04\x28\xac\xc5\xbb\x5d\x3d\xc8\x8f\x1a\x05\x17\xf0\x6a\x4e\xbb\x8b\x55\x54\x77\x7c\x83\x31\xf9\x27\x10\x16\x73\x78\xd1\x36\x86\x8b\xd4\x6f\xaf\x18\x76\xe0\x87\x89\x6c\xf9\x1a\x1f\xce\x60\x92\xa1\x68\x43\x5d\x8a\x33\xd3\x79\x24\x25\x61\xe7\x67\x04\xdc\x77\x77\x04\xc9\xb8\x6e\x7e\x06\xbe\xd4\xda\x78\x79\x3d\xce\x67\x4c\x3e\x05\xec\xc3\x4c\x9e\xb0\x00\x88\xa7\x98\x3a\xd2\x71\xe2\xb1\xb4\xe9\x49\x8c\x50\x79\x9b\x49\x8c\x41\x52\xce\xf1\xb3\xa4\xb9\x0b\xff\x22\xd0\x1c\xaf\xf8\xb1\xd1\xa2\x7b\xae\xfa\x5e\x76\x65\xb5\x13\xdb\xba\xfc\xcf\xad\xc2\x44\x67\xa6\x84\xaf\x01\x43\x6c\x1b\xdc\x76\x86\x13\xd4\xa4\x55\x75\xd5\x2e\x63\x94\x8e\xf1\x0c\x26\x1b\x99\x03\x02\x19\x38\x61\x30\xb6\x6a\x2f\x7c\xdf\xbb\xac\x8b\x6d\x25\x77\x2e\x5b\x67\xaf\x36\xb2\x1e\xca\xdc\x81\xe8\x9a\xca\x6c\xb9\x06\xc4\xf1\x25\x58\x0e\x90\x18\x42\x7c\x2a\x0b\x23\xab\xdb\x2d\xd1\x27\x1a\x84\xaf\x37\x4d\xd7\xa9\xbe\x6d\xea\xc2\xba\x3c\x0c\xaa\xdb\x88\xb2\xe8\x1d\x90\x6d\xef\x08\x05\xa2\x05\x8d\xa6\x2c\x26\xc6\xb2\xaa\xe4\x5a\x63\xc9\x93\x18\x41\x6b\x74\x7a\xd1\xff\x89\xf0\x8f\x70\x0b\xfe\x1b\x45\xcb\xe8\xeb\xa1\x8c\x4a\x09\x98\x9e\xe0\xbf\xb1\xb0\x6c\x72\x0c\x32\x34\xc0\x97\xfd\x20\x87\x32\x27\x59\x1c\x0b\xc1\xc4\x5e\xe8\x38\x1c\xfd\x92\xc6\xf6\xf0\x21\xfb\xe5\x3c\x11\x13\x87\x41\x9c\x9a\xc3\x12\xc6\xae\xd1\x80\xa1\x4f\xca\xd8\xfe\x14\x0a\x85\x36\xad\xf8\xea\x44\x9c\xea\x45\xfb\x44\xaf\xfb\x9b\xb2\x6d\x41\x64\xfa\x5a\x7f\xf2\x8e\x7e\xda\xcf\x7c\xa1\x0b\xdb\x28\x2d\x54\x8a\x97\xe2\x8f\xba\x05\x48\x98\x11\x58\xdc\x03\x2a\x2f\xf8\x52\xfc\xbb\xfe\xf2\x55\xdd\xd4\xbb\x4d\xb3\xed\xcd\xd7\xc1\xb8\x31\x51\x87\xbd\xa0\xf5\xd9\x64\xc0\x3e\x7d\xc2\xec\x95\x06\x0b\xe1\x8d\x46\x11\x98\x6e\x28\xb7\xba\x35\x0c\xa4\x54\x57\xda\xa7\xb3\x95\x7d\x8c\xaa\x61\xc4\x83\xec\xc8\x8f\x99\xed\xbb\x7c\x2c\x04\x44\xc3\x3c\xd3\xff\x9b\x94\x58\xed\xd8\xba\x7c\xd4\x0b\x85\xde\x2f\x9f\x5c\x8c\xc8\xf7\xfc\xdf\xa4\xac\x0f\x3c\x0a\xa9\x39\x1d\xdb\xd6\xd4\x1c\x53\xd3\x45\x60\x84\x39\xea\x4b\x1a\x49\x59\x5c\xe0\xb4\x96\x4f\x53\xce\x2f\xe3\xae\x7d\xc6\x7b\x63\xd7\xaa\xf8\xe0\xfc\x45\x0d\x5d\xa9\x6e\x95\x25\xd8\x30\x40\x14\x5f\xf5\x8d\x0d\x04\xf5\x6f\x65\x55\x19\x30\x97\x56\xc0\xbf\xf4\xb4\x26\x46\xa5\x42\x37\xb4\x91\x92\x9a\xda\x51\xa5\x85\x23\x60\x10\x6c\x14\xba\x96\xe0\x74\xf5\xff\xea\xc9\x3e\xf3\x94\x61\x9a\x2f\xa4\xec\x60\xc8\x3d\x20\x0f\xdf\xe2\xa0\x41\xd1\x4b\xa4\x9c\x7a\x59\x2b\xcd\x2c\xbc\x6f\x5a\xee\x8c\x32\x63\xb4\xe4\x21\x3f\x8e\x73\xf1\x42\x3c\x99\xea\x11\xa9\x2a\x08\xfc\xc5\x36\x27\x66\x10\x5c\x4d\x45\xb7\xb5\xa4\x1b\x3b\xa5\xe3\x3b\xde\x71\x70\xc8\xe3\xce\xdf\x9a\x82\xf5\x7a\x04\xc8\x70\xd2\xb4\xb5\xd4\x09\x67\x9d\x2d\x28\xf6\x8a\x88\x37\xda\xa7\x47\x26\xe2\x1e\xff\x06\x33\x85\x8a\x6b\x43\x5a\x9d\x99\xdb\x6b\x04\xb3\x78\x6f\x7b\xd5\x1d\xa3\x3a\x84\xab\xe1\x34\x99\x28\x48\xca\x60\x22\xb5\xb8\x52\xb9\xd4\xb2\x62\xe9\xa9\x76\x40\xd9\xaf\xf9\x5a\x35\x98\x12\xf9\x6e\x46\x96\x54\x8d\xcf\x2a\x22\x69\xf1\xcc\xbc\xc2\xc0\xfe\x86\x3e\xea\x89\x85\xd0\x22\x9e\x22\x36\x98\xe9\x48\x51\x35\x90\x90\x30\x50\x7e\x27\x67\xe9\x9e\xb1\xc5\xa8\x2a\x32\x57\x67\x3f\xd3\xe0\x63\xc5\x21\xaa\xf3\x0c\x75\x7e\x84\x8d\x1e\x8d\xd7\x77\xb1\x74\x5c\x43\x8b\x8f\xbe\xef\xfb\xc8\xdf\x40\x54\x29\x69\x16\xec\x11\x9b\xf9\x4a\x87\x11\x95\x1e\x36\x7b\x89\xff\xb5\xd9\x37\x70\x3e\x50\x60\xf3\x34\x72\xbb\x4f\xd0\x1c\x73\xa3\x7b\x8c\xc0\xe7\x84\x71\xc0\xb9\x7e\x75\xcd\x26\xd0\xd0\xc8\xee\xaa\x1c\x3a\xd9\xed\x8c\xb6\xf9\x6a\xc7\x78\x2f\xc8\x20\xbf\x23\xed\x13\x2a\x94\xc5\xdd\x75\xd3\x2b\xe2\xe3\x86\x1d\x69\xfa\xa4\x91\x96\x3c\x3d\x38\xcc\x6f\x7c\x8b\xd1\xbe\x21\x7e\x5a\x69\xc6\xd0\x14\x4d\x4d\x28\xe0\x61\x3d\x65\x11\xaa\xdf\xcd\xe3\x39\x64\xb6\x07\xd1\xb5\xdd\x0e\x62\xb3\xad\x86\xb2\xad\x94\x7f\x6c\xf4\x7d\x6a\x95\x8e\x57\x3b\xd4\x43\xf6\x19\xf1\xd7\x10\x3c\xeb\xcf\x49\x2f\xce\x46\xb6\x0e\x8a\x81\xcb\x15\x9c\x70\x58\xa9\x35\xa6\xaf\xf0\x38\x23\xa3\x1f\x6e\x23\xbe\xa8\x00\x93\xed\xa8\x0c\x60\x3e\x8d\x22\x51\x35\xac\x91\xeb\xde\x30\xec\x40\xe3\x27\x8a\x45\xe8\x7f\xd8\xfd\x52\x37\xb9\x00\x1d\x74\x8b\xb1\xa0\x09\x25\x36\xd6\x81\x88\x95\xd8\x2e\xcb\x0b\xea\xf8\xa8\x32\x44\xea\x10\x64\xe0\x9d\x7c\xfc\x14\xdd\x93\x67\xd4\x80\xd0\xdf\xb2\x80\xc0\x2f\x81\xcb\xf2\x98\x73\xac\x29\x82\x4e\xa3\x2f\x4d\x45\x73\xa8\x48\xa1\x67\x7f\x4a\x20\x97\xe5\xc5\x58\xbc\x01\xc0\x18\xe1\x38\x78\xb5\xf4\x09\xe7\x8a\x48\xb1\xfe\xaa\x16\xe0\x58\x22\x8a\xed\x66\xb3\x63\xe4\x7d\x68\x20\xe9\x33\x10\xc6\xba\x11\x32\x07\xf5\x1d\x5a\x70\x7a\xaf\xce\xbc\x35\x29\xd4\x4d\x1d\xb1\x88\xc8\x15\x26\x30\x05\x22\x12\x63\x32\x6d\x35\x3c\x56\x50\x22\x2d\xbd\x49\x33\x42\x05\xc3\x1d\x25\x58\x88\xb7\xfc\xea\x30\x1a\xc7\x4d\x2b\x41\x13\xe0\x14\xb3\x28\xf8\x5f\xa1\xc6\x8e\xd2\x4a\x97\x1d\x4d\xa9\xe8\x33\xd1\x49\xba\x52\x65\x6d\xb4\x62\x2b\xcd\x21\x93\x59\xd9\x0a\x49\xba\x01\x12\x14\x3a\x83\xf5\x76\xa3\xba\x32\x47\x1d\xf7\x02\x25\x60\x14\x96\x10\xca\xf2\x5a\xf6\xa8\x6b\xb5\xc6\xb5\x1a\x6d\x70\x73\x26\x12\xa2\x09\x6a\xa9\x87\x89\xcd\xae\xc0\x00\xdd\xfb\xea\x07\xb4\x4a\xcf\x81\x64\x38\xfd\x23\x5b\x9d\xde\x2c\x0f\xe9\xd7\x81\x70\x32\x09\x73\x58\x88\x57\xb0\xb0\xd6\xfa\x2b\xad\x7d\xbc\x59\x89\xaf\xbf\xfa\xea\xe9\xbf\x89\xd9\xbf\xfd\xeb\xbf\xfe\xe1\xdf\xe6\x91\xae\x1b\xe4\xc7\x4c\xf4\x8d\xd3\xad\x96\x45\x2f\x56\x60\x27\x1e\x1a\xf1\xf4\xdf\x8e\xaf\x4a\x14\x16\x0a\x52\xf9\xf7\x55\x33\xf8\x96\xe0\x77\x6a\x48\x1a\x82\xf5\xa0\x6c\x4a\x6f\xaa\x54\x80\x3b\xac\x45\xd9\xcb\xb2\xb8\x74\x64\xae\x59\x81\x5d\x91\xf1\x99\x7a\x57\x48\xa8\xf6\x59\x12\x2d\xf0\xda\x94\x9e\x24\x88\x43\xb9\x6c\xd8\xad\xbd\xba\x04\x77\xe5\x94\xc4\x22\xc0\x5e\x5d\xed\x44\x59\x18\x55\x9d\x7e\x9d\xd0\xc5\x40\xab\x33\x7c\x9d\x0c\x8d\x73\x81\x0f\x38\xd1\xf1\x60\x2f\xc3\x1f\x40\x74\x57\x09\xd1\xc1\x65\x32\x10\x38\x29\x74\xfc\xe8\xac\xaf\x45\x9f\x5e\x25\xdc\x2c\x5b\xdc\x1e\x0f\xbe\x0d\x0b\x71\x58\xea\xa4\x92\xd4\x75\x9d\x37\xed\xce\x6a\x1c\xec\x7e\xf6\xcd\x46\x39\x29\x42\x75\x43\xa9\xaf\xdd\xa2\x50\x05\x6c\x2d\xd3\xa1\x19\xc7\x3f\x5b\xa2\x82\xea\x8b\x90\x6e\xd7\x14\x35\xff\xa2\x9b\x16\x1b\xa0\xd1\x7b\xb6\x58\x24\xe4\x4a\x4a\x71\xf2\x9e\xf6\xcd\x8b\xa7\xb5\x9b\x86\xc7\x7f\xc5\xb6\x78\x2c\x55\x8a\xd1\x95\x05\x0e\xd0\x1e\xb4\xbe\xd9\x76\xb9\xbd\xfb\xc6\xab\xd8\x62\x90\x03\x7e\x3d\x29\xbf\xea\xa9\x4e\xc9\xaf\x47\x66\x60\x13\xa2\x2b\x1b\x7b\x1c\xcb\x81\x75\x4a\x00\xc2\x88\x78\x6a\x9a\x2f\x65\x51\x38\x09\x55\xff\xb8\xa7\x84\x4a\xc0\x60\x3f\x6c\x6a\x18\x1c\xd9\x4b\xff\x9a\x81\x41\xa1\x82\xcc\x7c\x42\x23\x2d\x0b\xfa\x03\x35\x11\xe2\x54\x84\xab\x17\xb3\xa7\x06\xf4\x3b\x35\xcc\x4c\xff\xf3\x84\x3a\xf4\x0d\x18\x3f\xc9\xb3\x44\x37\xfa\x9b\x92\x37\x3f\xc8\x76\x36\xcf\xe8\x1d\x28\x89\x53\x1f\xd0\x3d\xf7\x53\x8b\xa7\x0d\xa8\x69\xde\xd4\x43\xd7\x54\x4e\x11\xbf\x10\x6f\x08\xef\x31\xba\xa7\x70\xe4\xf1\xf2\xd3\x25\x99\x4f\x5b\x05\x5e\x71\x50\x90\x01\x2a\x3a\x38\x6e\xaf\xa9\xc1\xd6\x76\x2b\x3b\xf1\x76\x50\xdd\x0f\xe8\xef\x32\xb3\x3c\xf5\xcc\x3c\x9d\x73\x7a\x0c\x22\x1f\x15\x87\xc8\x98\x55\x00\xaa\xab\xc0\x95\x73\x5b\xf6\xe5\x20\x96\xe0\x41\x75\x19\x79\x16\x09\xcf\x89\xa3\xc7\x92\x2f\x70\x21\x89\x56\xe6\x37\xa0\x4f\xd4\xf7\xb4\xb0\xc7\x97\x79\x62\x25\x2f\x3b\xe3\x73\x61\x86\xbb\xb4\x7f\x9c\x3f\xf8\xf6\x23\x58\x33\xf0\xcb\x1e\x2b\x2f\x3e\xc5\xf2\x8b\xe1\xab\x67\xae\xcf\x6f\x71\xa5\x50\x97\xa1\x99\xe5\x1b\xe5\xd9\x3f\xd0\xc0\x25\x2d\x67\x82\xc3\x37\xe9\xc4\x7d\xed\x06\xbe\x83\x1d\xbc\xeb\x64\x0b\x52\x2b\x50\x29\xa3\x43\xb6\x97\x4b\x8f\x97\xa4\x14\x57\xb2\x92\x75\xce\xc5\x63\x7d\xeb\xcf\x27\xa6\xf9\x16\x87\x64\x79\x25\x9c\xe8\xd7\x38\xd1\xf8\x25\x9b\xea\xeb\x9d\x71\x83\xcb\xac\xa9\x67\x49\xc6\x90\x29\x23\x19\xb1\x10\x06\x8c\xb1\x23\x22\xd3\x74\x25\x7b\xc5\x34\xca\x16\x5f\x83\x75\xc5\x92\x63\xba\xcd\xc6\x41\x22\xeb\xd2\xd4\x64\xa1\x19\x98\xcf\x68\xa2\x7f\xa4\x89\x7a\x2f\x9e\xf1\x9b\xba\xec\x45\xd3\x22\x77\xa8\x51\x54\xb6\x6d\x55\xc2\x9d\xcd\x11\x6d\xaf\x75\xe6\x18\xa2\xf9\xe9\xd6\x41\xd6\x72\x50\x55\xd5\xfb\x7a\xfd\xaa\xbc\x02\xb1\x13\xdc\x73\x06\xb4\x1c\x59\xfb\x12\x19\x57\x7a\x4d\x6d\x35\x43\x0c\xc6\x2e\xa6\x0b\x70\x60\xcc\x65\xbb\x77\x25\x7e\x22\x90\xb8\x16\xff\xce\xd7\xc2\xbd\x02\xc7\x68\x7b\xa2\xc1\x4f\xcd\xfe\x00\xb7\x39\xc7\x5b\xb7\xa5\xc2\x3b\x87\x19\x67\xe0\x26\xee\x14\x48\xc3\xc3\x5d\x23\xee\xf4\x14\x34\xb2\xb6\x6d\xd7\x48\x2c\xc1\xd3\x1b\x5e\x50\x73\xd2\xa7\x30\x25\x34\xc0\xa9\x1d\xb4\x43\x21\xc1\xf0\xa4\x60\x37\xd8\xa8\x4d\xd3\xed\xac\x77\x95\xf5\x07\xb8\x55\x75\xa9\x99\xf2\x3b\x60\xc1\x4e\x4e\x4e\xf0\xcd\x3b\x37\x20\x14\xcc\x09\x12\x18\x8e\xc0\x86\xd4\xac\xd0\x73\xf3\x12\x40\x72\xd2\x41\xf4\x10\xa9\xce\x42\xe3\xbd\x26\x37\xe8\x45\x32\xc8\xb2\xf2\x2a\xcf\xc1\x41\xf4\x5c\x40\x2b\x25\x57\xce\x14\xde\x67\x64\x1b\xe5\xf5\xcc\xc0\xed\x4e\x16\x10\x4d\xd2\x0c\x62\xa3\x71\x1b\x27\x78\x6c\xac\xfa\x03\x9f\xcd\x9f\x9b\x3b\x75\x8b\xb5\x66\xa8\xc4\xce\x1d\xf9\xec\xd9\x95\xba\x6b\xba\x1b\xa2\xea\xc6\x14\x4d\xee\x49\x81\x9d\xd9\x0e\xe0\x56\x75\x3b\x21\xef\x6e\xee\x64\x57\x00\x27\xbe\x69\xfa\x41\x60\x62\x25\x91\x83\x87\x86\x26\xd4\xd4\x13\x42\xc1\xf2\x3d\x8a\x48\x2d\xba\x36\x07\xa4\x16\x1f\xa2\x33\x20\x1e\x16\x77\x38\x92\x27\x66\x2e\x40\x2a\x5a\x69\xa2\x40\x47\xda\x58\xe2\x29\xa0\xd6\x38\x09\x51\x7a\xd2\x1a\xf9\x40\xe3\x77\x00\x34\x02\x9c\x4e\x91\x38\x6e\x3b\x85\x68\x42\xbc\x9e\x27\xcf\x6d\x1a\x2d\xa7\x74\x20\x44\x43\x11\xb4\x5f\x64\x6e\xcc\x6f\x4e\xb8\xe0\x96\x76\x60\x4b\x0d\xe1\x25\x2f\x53\xc4\xf3\x77\x4a\x09\x59\xf5\x0d\xad\xc6\xe2\x6a\x5b\x56\x45\xb0\x1a\x7f\x87\x87\xf3\xbd\xd2\x81\x63\x06\x9d\xd6\x99\x09\x05\xbe\x39\xce\x69\x17\x73\x28\xcb\x6b\x06\x0f\x5d\xe8\x27\x9d\xaa\x23\x83\xb0\x65\xc8\x67\x98\x59\xb4\x77\xf5\x47\x48\x1e\x85\x50\x36\xbb\xa2\x70\x91\x80\xe7\x0d\xbf\xa3\x0c\x78\xa3\x6a\x37\x50\xc3\xee\x86\x66\x90\x15\x73\x93\xb6\x20\xf1\x33\x7c\xc1\x1b\xfd\x6c\x0c\x18\x4b\xe7\xb6\x18\xdf\x2a\x73\xf2\xb2\x42\x6b\xaf\xe1\x62\x62\xf5\xff\x88\x10\x45\x32\x54\x94\xda\x8d\x26\x25\xce\xec\xfc\x22\x93\xa2\x5d\xbe\x33\x37\xe9\xf0\x23\x93\x8c\x51\x44\x39\x25\x12\xa6\x4d\x11\x5a\x2b\x03\xee\x1e\xf3\x6b\x93\xb1\x90\xdb\x09\xd3\x59\xbf\xda\x49\x7b\x3a\xff\xdc\x8a\x0c\x4b\xf4\x57\x05\x9d\xdd\x85\x93\x1c\x52\xc2\xa0\x35\x9e\x90\x6a\x19\x54\x71\x67\xfa\xf6\xc0\x40\xb8\xf3\x07\xe2\x25\x3e\x3c\x15\xc6\xbe\x22\xce\x10\xf4\x68\xee\xae\xc4\xa2\x0c\x0d\x46\x96\xc7\xb9\x0b\x9d\x6b\x4f\x42\xcf\x6c\x78\x8d\x60\xf9\x4c\x9b\x87\x0f\xc5\x11\xfd\x6d\x9c\x17\xd2\x11\xa6\xe6\x23\x38\xdf\x6e\x2c\x81\x05\x93\xa1\x4b\x90\x79\xc7\xe5\x07\xbf\x76\x65\x75\xe9\xeb\x74\xaa\x9a\x01\xca\xdf\x5f\xa7\x3b\x33\xf3\xe8\x87\x74\x8e\x19\xc8\x1a\x63\xc0\xa7\x45\x28\x3b\x56\xc8\x20\x93\x45\x75\xc4\xc3\x6f\xfa\x21\x4c\xeb\x91\xae\x32\xed\x95\x83\xb6\x42\x93\x78\xe9\x80\x05\xb5\x96\x67\x27\xe7\xe7\x7f\x3b\x59\x0c\xaa\x1f\x66\x7e\xa3\x39\xec\x8f\x7b\x46\x96\x26\xf1\x52\xfc\xb7\x77\x3f\xfd\xb8\x40\xe3\x45\xb9\xda\x45\xcd\x4e\x45\xf8\xe4\x71\x3c\x39\xbb\x40\xce\xca\x7e\xfe\x60\x86\x99\x74\xec\xbc\xc5\xf9\x83\xb9\xcd\xa4\x94\x50\x4b\xfc\x49\x0b\xce\xa8\x51\xa3\x04\xc4\xe9\x3b\xcf\x50\x06\xcd\x68\x0c\x96\x96\x87\x34\x14\x6f\x8f\x1f\x30\x16\x85\x5f\x51\xe8\x4f\xd9\x35\x95\x83\xee\x04\x2b\xb8\x11\x99\x3e\x9f\x84\x05\x33\x20\x94\xa5\xec\x2d\x80\x69\x78\x37\xc8\xb3\x3d\x19\x8b\x20\x76\x63\xa7\xc5\x6d\xda\x1f\xc1\xb0\xa6\x1b\xfe\xa6\x75\x28\x6b\x8c\xac\xa9\x8d\xfe\xc5\xd1\x7e\xf4\xf7\x65\xba\x39\xab\x53\xd3\x97\x36\x78\x4b\xce\x7a\xfe\xf1\xf2\x52\xdf\xda\xef\x9b\x24\xa3\xb1\xc0\x77\x73\x6f\xe2\xaf\x86\x59\xdb\xf4\x19\x02\x83\x94\x51\xc9\x95\x80\x13\x98\x37\x70\x2f\x38\x11\x7c\xb1\x56\x88\xa2\x73\x5b\x77\x97\xd6\x25\xa4\x03\x26\x57\x73\xb0\x94\x00\x32\x91\xb3\x1a\x47\xea\x46\xc6\x3f\x61\xdd\xf7\xd4\x7d\x66\xda\x7d\x80\xab\x38\x36\x4b\xe0\xeb\xd1\x5d\x22\x9e\x5c\x23\x4a\x9a\xed\x22\x5b\x96\x71\x25\x47\x54\xf5\x05\x14\xe6\x28\x06\x51\x0e\xb8\x0e\xc9\xca\xf0\x66\x11\x6c\xf2\x05\x93\x2d\x90\xdf\x41\xc1\x28\x81\x95\xdc\x3b\xce\x24\xb2\x2c\x1c\xa4\xb7\x2b\x71\xa9\xd7\x13\xaa\x43\x1e\x3f\x25\x03\x33\x30\xaf\xc0\xee\x01\x12\x32\xe1\x5a\xd5\xe6\x78\x26\x44\x28\x0d\xed\x69\x26\xca\xe1\xd1\x58\x73\x64\x93\xc6\x01\xfc\x4d\x33\x25\x4f\x0c\x08\xe7\x12\xc8\x61\x80\x2c\x87\x2e\x0d\xd4\xce\x41\x02\x3d\xfb\x55\x33\x5c\x03\x92\x98\x13\x4d\xce\x82\x3e\x5e\xc7\x4a\x47\x44\x73\xfa\x18\xb6\xe2\x10\xc4\x86\x14\xef\x08\x36\x13\x51\x5d\xb7\x24\x6e\xd6\x4d\x91\xc2\xc9\xda\x1d\x13\xb6\xd7\xdf\x97\x37\xca\x39\x43\x8e\xf8\x41\xce\xd1\x81\x0e\xf6\x4d\xd5\x36\x80\x1d\x28\x00\xde\xda\x25\xd3\x33\x30\x9f\x58\x7b\xa7\x1b\xa9\x07\x7d\x28\x50\xdd\xcc\xb0\x8b\x6f\x96\x4f\x9f\xc8\x6b\x16\x04\x20\xd3\x15\xca\x51\x49\xdc\x73\x80\x66\xc0\x81\x52\xd4\x60\x55\xd6\x37\xbd\x58\x37\x68\x12\xc2\xaa\xec\xb2\xaa\xcc\x6b\x26\x9d\xa0\x5e\x08\x02\x4a\xf8\xc5\x70\xad\xfb\x07\x91\x75\xee\xef\x3a\x68\xff\xbe\x74\xeb\xad\xea\xf0\xc0\xfd\x87\xca\x9d\xd1\xf6\x3b\x28\x5f\x88\x03\x6f\x41\xb9\xa3\x84\xc5\x7c\x5c\x5f\xaa\xf7\xed\xc4\x96\x5c\x42\x61\x3d\x41\x3a\x16\xe3\x56\xef\xdf\x7c\x64\x35\x6a\xb6\xd6\x3d\xe2\x52\x1f\x9b\xcb\x93\xcb\xa1\xb9\x14\x9d\x5a\x83\x56\xb2\x5c\xe1\xc6\xcd\xc5\x15\x64\xea\x62\x4a\xa8\x6d\x0d\x61\x21\x30\x18\x54\xc6\x79\x22\x15\x8c\x04\xf4\x02\x95\x92\xb7\xea\x92\xc3\xd2\x32\x38\x53\xe1\x28\x79\x4b\x36\x40\x72\xf0\x07\xb5\xa7\x19\xbd\x89\x27\x63\x25\x6a\x25\xed\x95\xef\x4f\x5d\x37\x03\x1a\xd1\xf8\x6a\x90\x46\x8c\x94\x41\x50\xee\xd1\x0c\x28\x87\x92\xea\x06\x4f\xe8\xbb\xb4\xff\xe1\xaf\x78\x9c\x32\x18\xab\x3e\xe0\x18\x2b\xfa\x24\x13\x83\xcd\x86\x47\xcc\xd1\x67\x72\x53\x4c\xf2\xb4\x36\x3d\x2d\x5e\x73\xe8\x7d\xb7\x21\x1d\x11\x78\x05\x1a\x6e\x65\x11\x2a\x12\xe7\x23\xa9\x1a\x8d\xaf\xf4\x78\x8a\xc5\xdc\xd6\x94\x18\x1a\x28\x34\xb1\x18\x1a\xf1\x02\x23\x5d\xf5\xef\x59\x6e\xb8\x46\x67\xfe\xfd\xf4\x09\x01\xcf\xf2\xb9\x38\xb2\x75\x6b\xc7\x59\x68\x96\x78\x72\x36\x5a\x6c\x28\x5d\xfc\x4b\xff\x73\x93\x48\x78\xc8\xa4\xea\xc2\x24\x16\xc3\x8c\xc5\xc0\x7a\xf8\x10\x77\x0b\x78\xe3\x78\x8a\x23\x83\x84\x26\xb3\x7c\x34\x05\x36\x4f\x7c\x37\x3a\xd3\xb1\xc4\x8b\x60\xf4\xc9\x17\x48\xcd\x46\x5b\x47\x05\x05\xee\xbb\x4a\xb1\x8c\x68\x38\x05\x8c\xa4\x24\x25\x09\x52\x64\xa7\x2c\x48\xe9\x0a\x8c\x97\xa1\x4f\x3b\x16\xe2\x6f\x4d\x77\x43\x6e\xd6\x70\xcf\x5a\xe7\x49\x7d\xe2\xf5\x0f\xd0\x15\xa0\xcc\xed\x74\x0a\xc6\xa5\x30\x16\x82\x40\xe2\x35\xa1\xc1\x2f\x99\x54\xc2\x9a\x9d\x72\x31\xfd\x65\xca\x1f\x31\x51\xa4\x2e\xe5\x65\x46\x74\xe6\x51\x2f\x96\x7e\x90\x67\xc2\x5c\x69\x9c\x4b\xc1\xbb\x80\x71\x18\xa0\xbd\x24\x4e\x04\x25\x90\x56\xf6\x24\x83\x38\xf5\xde\xb8\x45\x86\xe9\xb1\x18\x77\xa8\x47\xf1\x1f\xe0\x40\x15\x8b\xef\xae\x0c\xf5\x45\x2a\x43\xee\xa4\x0f\x6f\x59\x18\x8b\x79\xf2\x3b\x11\x54\xa2\x5e\x3e\x06\x53\x9d\x5b\xe0\xb2\xb8\xb8\x48\x5c\x53\x5e\xce\x34\xb6\xd2\xaf\xd1\xa6\x02\x0b\x41\x2e\x4a\x96\x1e\x73\x4d\x96\xcf\x67\x90\xc1\xda\x81\x41\x0d\xe6\x46\xee\x90\xac\x5b\x10\xe0\x9d\x43\xb6\x2b\x13\x8b\x61\x7c\xfe\x77\xad\x27\xf6\x78\x0e\x31\x97\x89\x28\x66\xfd\xdc\x5c\x01\x64\x0a\x1a\x0d\x70\xe7\x1e\x73\xa1\x4c\xfc\xfc\x0c\x3d\x68\x5e\x77\xb2\xce\xaf\xbf\x93\x7a\x63\xc5\x57\x27\x84\xa7\xa1\x28\x4f\x3d\x81\x63\xc0\xcc\x1b\x63\xe6\x83\xcf\x02\xdd\x19\x88\x03\xa9\x01\xb8\x17\xe6\xf7\xcc\xc1\x60\xcd\x8d\x02\x8c\xca\x76\x6a\xac\x74\x5a\x81\x4c\x4c\xb4\x61\x08\x81\x28\x6a\x2b\xeb\x2f\x36\xf2\x46\x81\xc2\x17\x22\xf2\x0f\xee\x37\x98\xf8\x54\xbb\x79\x42\xfc\x79\xbd\x2d\xab\xc2\xd8\x22\xe0\x32\x93\xba\xe5\xb0\x2a\x3f\x1e\x37\x1d\x46\x3b\xa1\xdf\x8e\xf5\x52\x62\x66\x87\xcc\x01\xd2\xec\x91\x11\x45\x39\x3b\x83\x8d\x7d\x5f\x3c\x50\x46\xcf\x0a\x39\x48\xe6\xf0\x0a\x0f\x61\x4a\xf0\xe2\x19\x73\xea\x7a\x7f\xad\xc8\xab\x0b\xc5\x77\xe0\xb6\xf1\xc1\xd9\xe8\x4a\x2c\x2f\xf0\xff\x9f\xb8\x3c\x83\xdf\x55\x92\xb2\x60\xa0\x88\x9c\x8a\x62\xc3\xf1\x6a\xde\xb8\x50\x1f\x63\xf5\x2d\xad\xc5\x19\xcd\x2b\x8a\xea\xd0\xad\xc4\x19\xb6\xf6\x57\x1b\x7c\x7d\x3d\x67\x69\x06\x70\xc9\x5a\x1f\x8b\x3f\x3a\xa7\xf0\xb5\x22\x49\xef\xa0\x86\x7f\xf0\x1b\xaa\xfa\xb0\xfe\xbe\x0e\xfa\x2b\xff\xa1\x0e\x6a\xf7\xd4\x6f\xd7\x36\x7d\xd4\x0c\x17\xc2\x7c\x85\xe5\xb2\xc4\xaf\x7c\xb1\x8e\xcf\xc4\x1f\xed\x07\xab\xa6\xbb\xe1\x30\xf4\xe6\x86\xbb\x36\x63\xe3\xc9\x18\x24\x1f\x65\x34\x3e\x93\xc3\x19\x30\x4d\xb2\xa4\x2c\x00\x19\xae\x67\xa6\x57\x07\xfe\xe7\x2d\xee\xf4\x7f\x6e\x65\xe1\x12\x3c\x38\xcb\xd9\x42\xbc\xad\x7d\x64\xce\x48\x84\x66\xf6\x3c\x48\x2a\xa2\x56\xe5\x47\x01\x87\x46\xcc\x90\x3d\x21\x8b\x11\xb2\xfd\xec\x6c\x5a\xb7\x07\xd3\xbd\x61\x27\x48\x46\xa3\xc8\x4d\x8c\xc6\x2f\xcd\x68\x2c\xed\xbe\x52\x55\xa3\x79\xfd\x46\x94\xc3\xdc\xb3\x16\xe1\x3a\x25\xbd\xd1\x06\xb7\x22\x7b\xcd\x40\xf8\xd9\x23\x1b\x27\x6a\x68\x3b\x4d\xdf\xff\x38\xb6\xb1\x28\xf2\xaa\x36\x8e\x7b\x26\xe0\xca\xeb\x3d\xb6\xbd\x58\xf7\xb4\xde\x24\xb3\x35\x1e\x6a\x3e\x11\x51\x89\x22\x69\x7b\xce\xe5\xb8\x49\xc4\xa4\x19\xd6\x12\x87\x4a\x5c\xc3\x81\x65\x60\x4d\x1e\x53\x1c\x49\x3d\xc2\xf3\xec\x8b\xcc\x0a\x69\xbe\xc4\xb1\x1e\x44\x56\x9e\x3c\xa3\x3f\x9f\xf3\x59\x1b\x37\xbb\x88\x9b\xe7\xec\x88\xbb\xef\x68\x0c\x78\x66\x22\x3d\x3f\xf5\xc4\xcf\x3c\x3e\x7b\xac\xa9\xcb\x94\x12\x9e\x7a\xfb\xa5\x29\xeb\x19\xe8\xf8\x13\xd7\x4d\x18\xf2\x18\x8d\x27\x5c\x98\xb2\x48\x0d\xe6\xc2\x1d\xdc\x43\xc6\xca\xe2\xbd\xcc\x76\x2f\xc8\xf9\xb0\xb8\xc8\xdc\xe2\x5b\x15\x7e\xc0\x1b\x32\x9b\x01\x7e\x4b\xb6\x02\x66\x26\x88\x0c\x39\x04\x32\xb0\x1d\x50\x73\x0e\x1f\x07\xac\x89\xa0\xdf\xa9\x9b\x20\x5d\x27\x69\x5b\x51\x94\x72\x37\x30\x0d\x79\x08\x65\x12\xc8\x13\x0e\x39\xe2\x17\xd5\xa6\x25\xbe\xe8\x7f\x29\xea\x80\x01\xc4\xb7\x89\x70\x6c\x32\xf6\x91\xbd\x58\xb5\x2a\x4d\x6d\x20\xa0\xf4\x30\x45\x87\x30\x99\xe6\xa6\x99\xa6\x29\xa1\xa7\x20\x62\xf2\x99\x26\x93\x89\xb6\xcc\x6f\xc2\x2a\x26\x9e\xd7\xab\xeb\xe8\x99\x28\xc5\xd1\x99\xed\xed\x19\xbc\x36\xab\x01\x2b\x91\x8c\x7f\xc9\xaf\x55\x7e\xf3\xae\x2c\xd4\x0c\xb5\x5f\x30\x3c\xd6\xec\xe9\x85\xf7\xf3\xeb\x8b\xb4\x1e\x81\x06\x9a\xaa\x7c\x00\x15\xb0\xcb\x4e\xbc\x18\xad\x2a\x9b\x92\xb8\x27\xcd\x6e\xba\xb7\xbd\xbb\xd1\x57\x65\xae\x68\x27\x70\x17\x50\xf5\x13\x25\x10\xc3\xea\xf0\x1e\xfe\x84\x68\xad\x85\x1b\xe4\xf8\xfe\x5a\xd6\xc3\xd3\x7f\xc3\x18\x49\x0d\x53\x1c\xd3\x1e\x24\x43\x36\xdc\x16\x65\xe2\x17\xe7\xa4\xac\x1b\xc6\x54\x53\xf7\xb2\xfc\xe5\xf1\xe3\x0b\xc8\xc2\x5d\xc6\xf5\x12\xe2\x0f\xc4\x71\x98\xf2\xec\x37\x7f\x87\xc3\xdd\xeb\xd6\xe9\x2e\xfd\x99\x06\x03\xba\xb4\x63\xb3\xbe\x44\xeb\x7c\x57\x4f\xeb\x2d\x99\x44\xb9\x68\x67\xfa\xbb\x72\xc8\xaf\xc5\x2c\x3a\x2a\xb9\xec\x95\x38\x86\x10\x3f\x2c\x40\x20\xbe\x3a\x39\xb5\x71\x1b\xa0\x2c\xd3\x20\x9f\x85\x2d\x20\x1a\xf1\xd5\xf0\x53\x17\xb7\x42\x95\x5a\xdb\x80\xaf\xc1\x38\x88\x27\x00\x01\x9d\x67\x92\x7d\x42\xe1\xab\x46\xbc\x48\x35\xb6\xdd\xbf\x82\xda\x14\x51\xfb\xb3\x7d\x00\x60\xc6\x51\xe3\xb1\xaf\x21\x1c\xf1\x9b\xa6\x1e\xde\xc8\x60\xae\x4e\xfb\x14\xec\x0b\x68\xa8\xfe\x5a\x63\xf5\x44\x34\x78\xf4\x54\xe2\xa1\x36\x4a\x72\x2f\x57\x6e\x9f\xcb\xda\xc4\xfc\x00\xe1\xa4\xaf\x5b\x57\xf9\x81\x08\xbf\xfe\x32\x3a\x73\x94\x0d\x55\xbf\x5b\xe8\xbf\xc3\xca\x37\xa0\x70\x83\x8f\x3e\x7d\xc2\x3a\x88\x43\xa3\x49\x1c\x34\x18\x9a\x80\x98\x84\x44\x04\x52\xb2\x42\x23\x6e\x54\x7f\xf8\x10\x21\x99\x2a\xbc\x04\x36\x3a\x8b\x64\x4d\xd0\x5d\x05\x87\x86\x26\x0d\x0d\xdb\x4e\xdd\xc6\x75\x34\xf6\xd4\xcc\x64\x00\x46\x5d\x43\x7c\x4b\x02\xdf\x24\x6e\xdf\xa8\x43\xd3\x85\x71\x99\xb4\xd3\xb9\x95\x9d\xf8\x20\xad\x7f\xa7\xf8\xa1\xb9\x55\x62\xdb\x62\xcc\x9a\x33\x24\x58\x2f\x3a\x8c\x11\xe2\x76\x39\x48\x4c\xd4\x36\x7d\x5f\x5e\x99\x70\x3a\xda\x53\xd8\x76\xb3\x8e\xf0\x63\x68\xbc\x9a\x64\x70\x74\xc5\x73\xf1\xd4\xc4\x67\xc1\xc7\x74\xd0\x4e\xf9\x23\xc4\xac\xb8\x2d\xc4\x41\xbe\xb4\xc0\x9f\x7b\x4d\xf5\x03\x68\x18\x27\x1c\x40\x61\xe6\x4c\x1c\x59\x1f\xd2\x87\x0f\x8d\x0e\x01\xb3\x1d\x35\x2b\x97\x10\x93\xde\x2d\x0c\x77\xf2\xc4\x65\x56\xc3\x70\x36\x00\x17\x22\x26\x3e\x1d\xc9\xd4\xee\x1b\xcb\x09\x99\x3c\x38\x9f\xdd\x31\x22\xdb\xbc\x1d\xeb\x4b\xf1\x44\x9c\x32\x5b\x82\xe7\x9f\xca\xf6\x72\xdb\x0f\x62\xdd\xe8\xed\x6c\xb6\xe0\xb7\x66\x21\x50\x14\x6e\xd3\x2b\x51\xa0\x6b\x2d\xbe\x6a\x51\x00\x6c\x1b\x52\x09\x43\x12\x7a\x83\x33\x89\xeb\x8b\x1d\xf0\xcc\xad\x2a\x9c\x3f\x9a\x8c\x99\x94\xf9\x14\x7f\xa6\x3f\x4e\xf2\x1f\xd0\x6e\x64\x57\xa0\xad\xdb\x95\x87\x0f\xc5\x6c\xf6\x41\xda\x5e\xd0\xd5\x78\xc6\xf0\x1f\xdc\x36\xe6\x90\x26\x0f\x36\xf0\xd3\x27\xa1\xbf\x3f\x3b\x13\xb7\x4d\x59\xc0\xc6\xd2\x1f\xa7\xe2\x83\xc4\xdc\xf7\x96\xa2\xc0\xaf\x98\x41\x49\x6d\x1e\xdb\xc0\x94\x41\x03\x25\xa7\x1a\x4b\x3f\x58\x9f\xe8\x68\xa0\x21\x46\x95\x2c\x11\xce\x41\x08\x05\x0d\xfc\x70\x0a\x2b\x90\xc3\x1a\x26\xd4\x4c\x1f\x50\x75\x8b\xd7\xad\xc5\x25\x64\xf8\xcb\xda\xec\x1b\xee\x78\x0f\x2e\x0f\xfa\x0c\xf2\xdc\x8f\xe0\x6d\x38\x08\xe9\x29\x87\x35\xfa\x7d\xa0\x6d\xc1\x8c\x49\xbe\xa3\x59\x89\x1c\xf0\x87\x04\x26\x00\xb7\xf0\x81\xf2\xed\x7c\x48\x25\xdc\x99\x48\xee\x9a\xd2\x7b\x39\xa0\x16\x0b\x3f\xa4\xce\x5e\x4a\xa4\x76\x83\x81\x7b\xc3\x53\x33\x69\x01\x6d\xe2\x5b\x14\xe0\x3c\xe0\x4d\xf4\x39\x4c\xe5\x31\x6f\x6a\x42\xd5\x98\xa6\x0a\x65\x88\x32\x14\x18\x46\xbc\x78\x5c\x7c\xb0\x99\xad\x86\x9e\xb0\xb1\xd9\x0f\x7f\x4d\x69\x6b\x41\xea\xa0\x1d\x24\x24\x51\x18\x67\xab\x39\x77\xe6\xd9\xe6\x62\x75\x31\x9a\x57\x0b\x1d\xfa\xbf\x8f\xe1\xe3\x7d\x65\xc1\x0c\x94\x65\x79\x41\x0a\x31\xee\x51\xba\x2c\x2f\xc4\x63\x33\x8a\x04\xc7\x6a\xcf\x4a\x92\x87\x24\xfd\x1a\x42\x7d\x8c\x35\xc3\x8c\x0a\x3a\x2d\x79\x4c\x58\x35\x4d\x61\xb2\x90\x38\x99\xb8\xd1\x89\xd0\x30\xd8\xa6\x87\x8e\x82\xfb\xf1\x33\x13\xf1\x62\x13\xc3\x11\x96\xae\x20\xc2\xc3\xe4\x9c\xc0\xf9\x24\xc3\x27\x9e\x62\xc6\x21\x90\xe1\xeb\x63\xc7\xab\x70\xec\x08\x5f\x5f\xbc\x13\xe3\x64\x72\x00\x4e\x0a\xd9\x11\xfb\x93\x32\x21\xce\xcc\x6d\xa0\x87\x96\x89\x92\xb6\x66\x9e\x51\xe2\x35\xd2\x9e\xc6\xfd\x24\x0a\xfd\x00\x27\xa5\x07\x18\xad\x6e\x64\x6b\x07\x43\xc6\x11\x16\x95\x4b\x98\xc6\xaf\x65\x6f\x2a\x9e\x7f\x1c\xe6\xe3\x25\xfd\x98\xd7\xed\xc4\x7a\x1d\xc5\xe3\x61\xb1\x35\x73\xf1\xf0\xe1\xf8\x32\xc2\x10\xad\x8f\xf3\x8c\x67\xef\xa3\x17\xb1\x8b\xef\xfc\x00\x6f\xde\x91\xad\xb2\xde\x69\xdc\xcd\xd7\x9e\x9a\xd2\x5c\xda\x53\x75\xf5\xec\xad\xc6\xc1\xe1\xee\x1e\x0a\xc6\xe4\x14\x38\x68\x1b\xf1\x4e\x8c\xb7\xf1\x25\x8e\x64\x7c\xda\xa7\xf8\xc1\xc2\x91\x53\x4d\xc8\x88\xb7\xd3\xab\x1b\x52\xb3\x63\xf1\x54\x9c\x8a\x27\x91\x92\xe6\xde\x71\x96\x87\xe3\x28\xb1\x90\x87\x38\x37\xa4\x2b\x00\x99\xee\x08\x0e\x1d\xdd\xb3\xa4\x9e\xa5\x74\xd4\xdd\xe8\xc6\x8a\x32\xf4\x75\x4e\x57\xfe\x2b\xe9\x1a\xc0\xd5\x83\xcc\x24\xe6\x9e\xe0\xf7\x45\xb8\xa4\x01\x6c\x7b\x3b\xf9\x6d\x13\xd3\x49\xb3\xd6\xe3\xcb\xf0\x39\xba\xd5\xb9\x3f\x4b\x58\x5e\xcb\x22\xc4\x93\x4c\x3c\x05\xc3\x6b\x28\x2a\xcf\xbd\x4b\xdc\x4a\xa6\x13\xa0\xd8\x75\x9e\xc0\xab\x0c\x9c\x32\x27\x3b\x82\x56\x20\xdb\xcf\x50\xc8\x9e\x1c\x33\x60\xa7\xa7\x0e\x08\x20\x31\x39\xfc\x37\x8d\x19\x3a\x0a\x54\x2d\xae\xab\x24\x57\x9b\xf4\xcd\x8b\xc9\xe8\x14\xe9\xfc\xc9\x4a\xb1\x3e\x55\x64\x23\x9e\xa0\x8d\x21\x69\x4c\x26\xde\xc6\x2a\x2f\x78\x31\x5a\xbe\x6c\x2c\x4e\xe4\x57\xab\x9c\x12\x9f\x21\xb9\xf2\x9e\x1e\xcc\xfc\x8c\x0c\xab\x4f\x8d\xd1\xf1\x40\xcf\xa7\x46\x65\xa4\x7f\x8d\x5f\x11\x46\x7e\xd6\xed\x51\x43\x45\xad\x41\xe7\x03\x6d\xa7\x93\x98\x4c\x10\xfd\x60\x0e\xcb\x27\x17\x1e\x6b\x8a\x13\x36\xbe\xc4\xfb\xab\xcc\x88\xc0\xc1\x22\x89\xb1\xb1\xe8\xc3\x78\xde\x77\xe5\xba\x2e\x57\x65\x2e\xeb\xe1\x67\xf2\xb0\x0a\xb1\xe8\x56\x56\x86\xb9\x75\x2f\x48\x19\x71\x2b\xab\xf8\x96\x78\xf8\x50\xb7\x31\x94\x26\x58\x2b\x84\xc6\xde\xc7\x1e\x32\xb7\xb2\x8a\x25\x86\x36\x31\x3a\x4f\x20\x20\x42\xf7\xd2\xfb\xb9\x18\x9b\xe3\x29\xa7\x66\x5c\xd8\xe0\x9e\x6a\xfb\xfa\x32\xf5\xf6\xdd\x0d\x90\xea\x9e\x9d\x7b\x73\x05\x3c\x1d\xa5\x81\xa3\x03\x63\x3a\xaf\x7f\xda\xc0\x26\x89\x66\x72\x64\x71\xc0\xc7\x44\x9c\x87\x41\x42\x4f\x56\xeb\xd4\x88\x70\xc7\x4a\x2f\xbe\xdf\xff\xd1\x7e\x3f\x75\x67\x7a\xb2\x8a\x3c\x32\xf6\x8c\xf8\xa0\xfb\x90\xf7\xf9\x42\x1f\x02\x9e\xbb\x38\x73\x62\x9e\x56\xfe\xfa\xd7\xc8\xc4\x87\xb6\x1f\x6f\x69\x69\x77\xc1\x03\x82\x1c\x12\xce\x48\x00\x30\x65\x9a\x31\xd3\x67\x68\x9a\x16\x67\xb6\x79\xa7\x6a\x82\xce\xe1\x10\x80\x94\x6f\x9b\x8b\x76\xea\x96\x4f\x2e\xc6\x90\xd9\xc1\xbe\xd7\xe8\x4c\x06\xb7\xfb\x0c\xee\x30\xe3\x7c\x4a\xb5\xe0\x22\xe3\x3c\xfa\x40\x71\x28\xbc\x85\xfd\x00\x72\x8e\x19\x21\x8c\x12\xc3\xb3\x6f\xe1\xb5\xde\x38\xf3\x09\x85\xdb\xd0\x87\x51\xb5\x50\x3e\x51\xd4\x0c\xa5\x26\xca\x2d\x03\xf9\xd6\xea\xbe\xe8\x64\xce\xb3\x84\xaf\x01\x8a\xf2\xdb\x6e\xcc\x01\x39\x65\x6a\xd6\x6d\x68\xa3\x8e\x68\x6f\xa2\xdb\x00\x60\xd2\x75\x40\x1f\x87\x57\xa5\xed\x7a\x9f\x4b\x70\x6a\x0c\x29\xa5\x1f\xe4\x8c\x01\x8c\xa1\x61\x81\xb7\x36\x1b\x07\xae\xd2\x81\xc6\x74\x30\xcd\xb2\xc6\x90\x6b\x25\x69\xeb\x47\x53\x39\xcc\x24\xa5\x54\xdc\x37\x45\x53\x1f\x0d\x71\xdd\xa6\xb2\xa5\xbd\x3a\x75\x7b\xf5\x39\xac\xa3\x18\xe0\x10\x22\x06\xe1\x10\x66\x7b\xa3\x1f\x8c\xad\xb4\x2b\xe6\x94\x56\x36\x69\x1c\x29\x92\x4b\xb8\x26\x9e\xc1\x8b\x36\xa5\x39\x46\x11\x61\x7f\xc5\x6a\xf7\x6d\x2c\x61\x25\x2d\xe1\x38\xda\x65\x79\x01\x3b\xe7\x7e\x1d\xe9\x81\x4c\xa7\x86\x4c\x7a\xef\x1f\x1f\xef\xb3\xef\xb8\x6a\xda\xa8\xb8\xf5\xb4\x27\x29\xed\xad\x51\xa8\x78\xce\x82\x46\xad\x12\x29\x55\x03\x91\x2b\x54\x8f\x7e\x81\x4b\xa1\x7d\x69\x34\x77\xf0\xdf\x84\x0a\xda\xa9\x85\x52\xd3\xb0\x58\xf2\xc1\x4c\x68\xc4\xeb\x91\x3e\x74\xb8\x74\xa8\x8a\xf7\xb0\x59\x90\x6f\x8e\xc1\x53\x52\x9e\x39\x2f\x9d\xe0\x85\xe7\x09\x74\x91\xe0\xd9\x52\x0a\xe2\xb4\x6a\x58\x33\xd8\xd1\xa7\xa6\x3b\xa3\xc0\xf4\x1e\xfa\x63\xf0\xb9\xb8\x8b\x7d\x6a\xe7\x2f\x85\xcc\x1c\x34\x73\xa3\x45\xb9\x97\x0b\xcb\x22\xde\x37\xae\xc5\xa4\xae\x9d\x1e\xd3\xeb\xfd\x8f\x06\xd1\x93\x63\xfb\xc3\x85\xa7\xdf\x8c\xe7\x19\x6b\x70\x68\x49\x52\x86\x3e\x5f\x95\xc9\x81\x65\xe4\x8b\xe3\x69\x2b\x0f\x53\x36\xe0\x9a\xfd\x36\x2d\x03\xc2\xf8\x8d\x1a\x04\x3b\x90\xdf\xa0\x3a\x70\x03\xf9\x3d\xd4\x02\xf7\xd6\x93\xa7\x75\x3f\xff\x3b\x90\x8e\x89\xf5\x4f\xc1\x0a\xf2\xbf\x1d\x05\x0f\x95\x49\x4d\xd8\xa3\x19\xe3\xb4\x6c\x1a\x08\x08\x1f\x91\x69\x35\x8c\x44\x68\xeb\x49\xcb\xc0\x34\xb7\xb1\x5e\xd9\xfa\x9b\xb7\x4c\x3b\x49\xe7\x3b\x89\xf7\x87\x0b\xcc\xf7\x41\x11\xc3\xf2\x4f\x62\xc0\xb3\x14\xd3\xf7\x9c\x22\x79\xdc\xd4\x13\x30\x3e\x04\x1a\xd8\x3f\x68\xc9\xc4\xfb\x6e\xc4\x5e\x95\x36\xb8\xc4\x28\xb2\xb0\x17\xea\x98\x64\x04\x5f\x85\x7b\xf9\x34\x85\x53\x63\x72\xfe\x7d\xd6\x13\x47\xf3\x8e\x98\x85\x29\xfd\x88\x3d\x7e\xe2\x14\x2a\x81\xf2\x15\xe6\x17\xf9\x19\x87\x99\x5e\xa5\xe4\x14\x8f\x9f\xa6\x22\x75\x0f\x5f\xcf\x88\x68\xb0\x61\xf0\x60\x80\x71\xbd\xc5\xfc\x9f\xac\xb1\x00\xca\x18\xeb\x2a\xfc\x0d\xf1\x1c\x74\xb9\xf5\x37\x70\xd8\xbd\xcf\x26\xa3\xc7\xa0\xf9\x86\xd1\x51\xf0\x8f\xbc\xdf\x61\x82\x26\x2f\x8c\x4b\x65\x4a\x77\x4b\xce\x00\x93\xec\x10\x45\xf6\x4e\x33\x36\x3e\x68\xdf\xf3\xd8\x70\x82\x53\x2e\xa4\xa1\x56\xd4\xae\x25\x82\x78\xb2\x3f\x35\xe6\x41\xf1\x5b\xf8\xbe\xe1\x8a\xea\xb4\x62\xe8\xff\xa8\x9c\xee\xaf\x62\x09\x58\x60\xee\x6b\x1e\xc6\xf7\x88\xff\xa3\xcd\x8a\xb4\x59\xff\x8b\x14\x51\x98\x6c\x91\x65\xdd\x71\xa9\x5b\xf2\x6d\xaf\x7a\xac\xf7\xe2\xca\xf2\x45\x05\xb3\x20\x97\x01\x25\xd1\xab\xaa\xe6\xae\x87\x1c\x82\x43\x83\x09\x4e\xa6\xf3\xe0\xf9\x11\x7b\x7b\xca\x67\xa1\x12\x64\xf4\xd3\x24\x27\x0c\x88\x46\x6f\x36\xbe\x9f\xd7\x54\xda\x34\x2b\xbd\x07\x1c\xb1\x11\xcf\xc1\x1f\xdf\xa3\xe9\x53\xd0\x5c\xa0\x4f\xb2\x1b\x93\x79\x37\x4e\xd1\x36\xe6\x55\x99\xce\xd2\xb6\x2b\x55\x55\x58\xdf\xd5\x11\x0a\x99\x72\x9a\xf5\x9c\xc4\x50\xaf\xe8\x71\x93\xcf\x12\x9f\xbb\x15\x62\xdf\x8f\x19\xf9\xac\x23\xb3\xd1\x23\x88\xfa\x19\x3e\x1c\xb1\x1f\xf9\x6b\xbd\xd8\xd6\xfd\x75\xb9\x1a\x66\xf5\x22\xe9\xd5\x92\x58\x4b\x7f\xab\xfd\x25\x7a\xbd\x5d\xcd\x9c\x4f\x6a\x62\x9d\x18\xad\x7b\x77\xdd\x74\xc3\xb5\xac\xb1\xd6\xdf\xa5\x53\x38\x5c\x2e\xee\xad\x9a\x08\xf6\x27\x52\xbb\xd5\x71\xa9\xa6\x11\x0d\x58\xb4\x61\x23\xba\x17\x74\xe5\x4d\x24\x25\xa4\x7b\xde\x7a\x09\x47\xed\x1b\xdb\xba\x49\xb0\xb9\x9e\x97\xbb\x9d\x9a\x5e\x57\x62\xd3\xb0\x30\x73\x54\x01\x7d\x44\x5d\x84\xfc\x10\xc9\x74\x21\x5b\x94\xd6\x9f\xb1\x84\x8b\x5a\xf0\x8a\x94\x4b\x53\x4a\xa5\x70\x15\x8c\xde\x26\xd1\x06\xf5\x3f\xa9\xc5\x99\x6e\xf4\x75\xa2\xd0\xc7\xc8\xaa\xfd\x66\x64\xb8\x3f\xa1\x18\xa3\x6e\x22\x60\xf3\x0f\x22\x28\x07\x51\x83\x08\xaa\x7f\x06\x33\x87\xa9\xf7\x33\xe9\xa4\x7b\xa0\xd1\xbc\xf4\xc2\x29\xa7\xb9\x10\x23\x46\x47\x66\xa1\x7d\xa3\x01\xf6\xe9\xcd\x3e\xf5\x1d\x6c\x29\x1b\xcd\x84\x6c\x85\x48\xc1\x06\x93\xf2\xb2\x62\xaf\x47\xbd\x4c\x52\x1e\x57\x99\xbb\x10\xe7\x61\xe6\xc9\x58\x22\x49\x86\x6b\xfd\xb3\xb4\x8b\xe6\x08\xa7\x35\x3b\xce\x7b\xf2\x79\xe4\x81\x35\x45\x24\xf1\xfe\x70\x01\x8f\x11\xc9\x4f\x62\x66\x4a\x15\x74\x62\x22\x3c\x58\x5a\x44\x93\x7f\x90\x72\xa6\x80\xb2\x12\x05\x0d\xca\xd4\x04\x6f\x29\x4d\x93\x03\x03\x23\xcd\x9c\xd3\xf7\xb5\xd4\x20\xb0\xa1\x2b\xf1\x4f\x7d\xe0\xcb\x41\x5c\x29\x55\x03\x4b\x65\x72\x92\x4f\xa8\x46\x19\x52\xee\x53\x6d\x1e\x30\x2d\x88\x12\xc2\x59\x61\x9b\x71\x7d\x2a\xeb\x78\xaf\x52\x75\xb4\x67\xc5\x17\xd2\x66\xd5\xeb\x89\xc9\xbe\x6c\x9b\xfe\x92\xe7\x23\x1e\xd5\xcb\xfa\xab\x30\xa5\x9c\x75\x43\xc1\xfe\xdd\x8c\x59\x56\xbe\xde\x30\xfd\xd1\x08\xc6\xd5\xba\xc1\x7a\x4c\xeb\x76\x27\x16\x04\xc7\x42\xa9\xa5\xb1\x7f\xf1\x76\x85\x02\x23\xe4\x25\xf4\xf3\x05\xe2\xe7\x1b\xb9\x73\xe9\x08\xe5\xc0\xa2\x8e\x20\x84\xe5\xa9\x28\x07\xf8\x06\xaf\xb2\xe1\x5a\x75\x54\xdf\xd8\x01\x82\x7c\x79\x90\x86\x1a\xb3\x0c\x1e\x98\x2b\xcf\x01\x38\x24\x87\x3f\x26\xa9\xd9\xd6\x95\xea\x7b\x71\x69\x42\x66\x2e\x05\x1f\x08\x45\x4b\xc0\xc9\x59\x30\xca\x9b\x50\x85\x3b\x0a\xf7\x7b\x51\xe0\x91\x50\x98\x98\x8a\x4c\xeb\xdc\xc5\x4b\x1c\xbf\xb9\x6b\x12\xf8\xc9\xc9\xde\x08\x6e\xd2\xa1\xf4\x62\x49\x4a\x5b\x75\xbb\x7e\x34\xa4\xd2\x7c\xa7\x74\xd8\xf7\x5d\x11\x60\x04\x66\x4e\xa0\x9a\xf4\xc0\xf5\xaf\x28\x1a\xac\x77\xc7\xc6\x8e\xcc\x56\x1b\x89\x44\x9b\x94\xb5\x7b\x46\xa5\xc9\x35\xa7\xf4\x4d\x3b\x8b\x6e\x36\x6b\xc6\xbc\xe7\xe8\xe9\x4a\xf2\x47\xef\x3d\xdc\xa3\xdd\x17\xfb\x38\xae\xf4\x22\xfb\x4b\x33\x11\x84\x3d\x62\x2d\x38\x6c\x67\x8f\x12\x3b\x44\x18\x1a\x0b\x63\xa7\x23\x47\x23\x34\xb5\xc4\x2d\x59\x6b\xaf\xaf\xb4\xb7\xec\x41\x06\x8a\x2f\xe1\x62\x32\x61\xbd\x5c\x39\x7a\x69\x46\x29\x40\x41\xe2\xb2\x92\xfa\x51\x5f\xe5\x5e\xd0\xc4\x9f\x98\x09\x02\xe4\x65\x71\xa1\x19\xa0\x84\xef\x35\xe3\x81\x8e\xa6\x54\xed\xa3\x88\xfe\xfb\xe9\xc9\xc5\x7e\xad\xc0\x97\x98\x6c\x44\x68\xb6\x31\x4b\x94\xb2\xc3\x84\xe6\x99\x65\xb8\x86\x7f\xb8\x98\xf0\x19\xf2\x57\x26\xd2\xee\xc5\x4a\xe1\x82\xf3\xce\x0c\x91\xe3\x03\xcd\xb0\x92\x5e\xde\x1f\x2d\x83\x0a\xa3\x49\x62\xce\x0a\xb9\xaa\x8f\x83\x39\xce\x40\xce\x65\x6d\x8a\xbe\x05\xa6\x37\x6f\xfa\xbd\x33\x31\xed\xeb\xa1\xed\xd4\x6d\xd9\x6c\xfb\x91\x5e\x02\x83\x54\xb2\x97\x63\xd6\x8d\x1c\xbe\x97\xfd\x00\xd4\x2a\xa4\x3e\x56\x48\xc8\x6c\xc0\x6a\x74\x28\x83\x23\x77\x95\x0e\xfb\xe2\xc9\x2d\xc6\xfc\xc0\x19\x2e\x3e\x0f\xb0\xcc\x37\xfa\xa5\x29\xd3\x84\x8b\x51\x10\x7a\x92\x3a\x22\x62\xac\x4e\xde\xb5\x4b\x92\x15\x57\xc9\x8b\x67\x1e\xfa\xc0\xa0\xf5\x92\xc3\xd9\x1f\x84\x74\xc0\x14\x66\xbf\xfa\x1b\x03\xdb\x41\x6b\x7f\x38\x5d\x70\x50\x88\x92\x9f\x72\x70\x8e\x96\x8f\x80\x44\xf7\x3e\x1b\xda\x3c\x09\x6c\x22\xb4\x79\x32\x94\xce\xdb\x13\xef\xec\xaa\xf1\x70\x9b\x64\x98\xcd\x61\x21\x98\x82\x1b\x00\x83\x48\xcf\x05\x0b\xca\x9c\x08\x75\x3b\x94\x35\xf9\xf4\x69\x1c\x13\xb0\xfb\x64\x48\xe5\x64\xbb\x23\x14\xee\x12\xf1\x7c\xe3\x6d\x6c\xa0\x1f\xb4\x1d\x8b\x95\x10\xd3\xf8\x29\xf6\xc6\x3b\x44\x3a\x33\x2d\x01\xa3\xa6\x05\x6b\x61\x85\x7c\x0f\xca\x29\xc6\x35\x3e\xd4\xce\x24\xaf\xc4\x34\x87\xe9\xe7\x91\x1d\x4b\xad\xeb\x78\x56\xc6\x8b\xdd\xab\xca\xb5\x85\x10\x92\xd4\x4f\x9f\x88\x45\x9b\x48\x8a\x3b\xb2\xb6\xb1\x1e\xdb\x93\x20\xf4\x65\x63\x4d\x39\x4c\x56\x6b\x3b\x85\xe9\x21\x2f\x66\xd7\xc3\xd0\xf6\xa7\x27\x27\xaa\x5e\xdc\x95\x37\x65\xab\x8a\x52\x2e\x9a\x6e\x7d\xa2\x7f\x9d\x68\xbc\xfa\x30\x74\xf2\x56\x75\xbd\xac\xfe\xe5\x67\xd3\xee\xc3\xec\xc7\xef\xff\x32\x67\xe2\x9f\xfd\x26\xa3\xd4\xe5\x94\x8c\x12\xb3\x63\x60\xd5\x53\x2e\xec\x37\x1d\x09\x33\x5c\x98\xdd\x76\x56\xd4\xd1\xc2\x2e\xa6\x88\x6c\x3a\x9b\x06\xbb\xec\x8d\x46\x45\x83\xe3\x57\xa9\x57\x2c\xdb\x4e\xdd\xbe\x5c\x31\x65\x03\x93\xa7\x50\x5a\xbe\x96\xbd\x68\x6a\xc5\x6e\x61\xc2\x2d\xcc\x31\x1c\x5e\x92\x80\x97\x4f\x0d\x56\x8e\x6a\x16\xfc\xb5\x07\x45\xc3\xf1\xd0\x1c\xd3\x18\xcc\x3a\xd2\xba\xc9\x6a\x21\x5e\x39\x38\x66\x01\x56\x4d\x55\x35\x77\x58\x65\x5b\xcf\x98\x69\x2b\x68\xfd\xca\x81\xd4\x46\x35\x2e\x8a\x83\x11\xb2\x01\x82\xea\x33\xc4\xcf\xe3\xc5\x09\x46\x92\x58\x25\x0d\x65\xff\x2a\x1d\x4f\x2d\x53\xa4\xfa\x70\xc9\xf3\x5d\xaf\x54\xad\xce\x2a\x42\x1c\x10\xbf\x56\x43\xc9\x33\xfe\x27\xaa\x34\x38\x4d\x0a\x16\xf6\x7f\xca\x52\x9f\x8e\xb6\xb5\x25\x1a\xb8\x1e\x28\x2c\xbf\x11\x19\x22\x7f\xaf\xfc\x30\xc2\x39\xe2\x33\x1b\xc6\x99\xb5\x4c\x84\x34\x9b\xe7\x89\x71\x0d\x6c\x9e\x18\xf6\x28\xce\x13\x23\xc2\x5c\x31\xa6\x93\xe7\x5e\x73\x97\x2b\x26\xa6\x6c\x7b\x29\x58\x98\x59\x08\x33\x46\xd6\x98\xf2\xa4\x68\xee\xa8\x08\x1e\xab\x45\x26\xa4\x3e\xef\x9d\xfe\xcf\xf4\xd2\x8c\xe9\x57\x34\x52\xa6\x43\xeb\x62\x66\xfd\xd0\x72\x27\x54\xca\x01\x51\xf7\x51\x6f\x88\x16\x3b\x78\x7e\x69\x11\x6e\xdc\xff\x22\x95\x4c\x98\xcb\x03\xd8\x0f\x99\x5f\x2b\x5f\xec\xc5\x02\x0c\x36\x38\x04\xbd\x15\x0a\xd5\x42\xda\xcc\xd0\x15\x0c\xdb\x3f\x7c\x88\x80\x9c\x7f\xb8\x07\x31\xba\x02\xf5\x4e\x9d\xc6\x59\x2d\xb9\x34\x9a\x14\xbd\x9f\x89\x02\xa3\x11\x92\x2c\x95\x57\x19\x00\xc6\xf3\x4c\xe4\xcf\xf0\xd7\x84\xd1\xd8\x4e\xc5\xb9\xb4\xc5\xde\xef\xa9\x06\xf6\xf3\x83\x78\x6e\xb6\x1b\xf9\x08\x53\x27\x78\xc2\xc8\xa9\x8f\xcc\x6e\x14\xe2\xb1\xa7\x8b\x08\xff\xc1\x49\x49\x25\xcd\x32\xff\x12\x89\x1d\xbc\xcd\x40\xc9\xfa\xf8\xb8\x08\xf9\xd0\x34\x0b\xe6\x31\xd1\x30\x48\x26\xdc\xf8\x1b\x19\xcb\x38\x0e\xe3\x12\x5e\x80\x46\x23\x83\x1f\x65\x7c\x74\x65\x2a\x99\x7a\xc2\xbe\x7f\x28\xd4\x31\x4b\x8e\x2d\x10\xa4\x8f\x51\x90\x8a\x1e\xc9\xb2\xad\x69\x69\x0b\x61\x79\x0a\x57\x07\x4a\x0b\xd1\xe2\x6f\xfa\xaa\x60\xbe\x82\x26\x4b\x94\x4b\xeb\x03\xf7\xfd\xd2\xaf\x54\x85\x43\x4e\x56\x13\xe6\x85\x91\x22\x67\xc3\xa4\xb1\x93\x7b\x03\x33\xd3\x60\x3c\xf7\xa8\x58\x8a\xc7\x61\x49\x7d\x35\x56\x15\x70\x16\x85\xea\x73\x55\x17\xb2\x1e\x7a\x5b\x3b\x85\xdd\xb5\xc4\x7f\xdd\x61\x29\xe6\x41\x75\xac\x08\x3b\xab\x6f\x02\xb7\x18\x38\x10\x91\xe5\x81\xca\x9a\x38\x48\x9a\x83\xd8\x53\xda\x44\xd6\xbb\x20\x53\xbe\x29\x75\x22\x79\xed\x95\xfe\xa6\x6c\x5b\x55\xf8\xf5\x55\x50\x2d\x8e\x45\x4d\x00\xad\xcb\x21\x28\x6d\xc2\x6b\x98\xa4\xf3\xff\x38\x9a\x99\x2e\x36\xb2\xd9\xf6\xc3\xf7\x50\x54\x63\xbc\xdc\x88\xf3\x0b\x49\x16\x14\x19\xa0\x7a\x8e\xab\x29\x32\xa9\xf2\xf0\x82\xfa\xc6\x88\x1b\x0c\xfa\xf1\xe3\x11\x7a\x31\x91\x10\x27\x45\x4a\xec\xdd\x74\x60\xbd\x10\xbe\x22\xbf\xbd\x76\x89\x83\x66\xaa\x97\x4c\x96\x29\x19\x12\x91\xf5\xd1\xa0\x52\x93\x49\xb4\xb1\x6b\xfe\x9b\x0b\x9c\xc0\x7e\xdc\xb7\xb6\x89\xc7\x41\x25\xde\x03\x50\x2f\x1c\x2e\x39\xd9\x7b\xd6\x45\x79\xaf\xfa\x41\x9f\xd6\xe1\x3a\x45\x24\xc0\xb7\x50\xb3\x62\xe4\x18\x48\xac\xc2\xff\xfc\xef\xff\x43\x8a\x5e\xfd\xe7\x56\xd5\x39\x3b\x94\xcd\xca\xa4\x33\xe3\x52\x56\x2d\x37\xaa\x5f\x88\x6f\x41\x9c\xc3\x64\xca\x36\xa7\xb8\x61\x3d\x64\xd7\x49\x56\x9d\x09\xca\x3e\x77\x58\xb7\x5c\x42\x15\xb6\x22\x97\x5d\x61\x0a\xa9\x8c\x38\x44\xde\x97\xbf\x4a\x3a\x4e\x2e\xbc\x10\xcc\xc3\xad\x0e\xbf\x82\x8f\x52\xcf\x54\x6d\x0b\x97\x91\x5c\x84\xd7\x6c\x1c\xd4\x39\x65\xb7\xb0\xe1\x9c\xc5\xf1\x71\x5a\x79\x9a\xf0\x96\xb8\xdf\x44\x33\x51\x86\x38\xc7\xf3\x6e\x27\x7c\xad\x3c\x25\xfe\x45\xca\x38\x70\xb4\x37\x62\x54\x1c\x10\x35\xea\x2a\x73\x4e\x9d\xa7\x51\xb5\x53\x19\x9d\x98\x7b\x28\xa2\x78\xac\xae\x55\x84\x61\x4d\x63\x9a\x89\x6d\xc6\x75\x8a\x7d\xb3\x51\xb3\xfc\x5a\x9c\xbd\x10\xf9\xf5\xa8\x9e\x4e\x1c\xe5\xd7\xd3\xb9\xb5\xf2\x6b\xb0\xe3\xf0\x51\x04\x75\x36\x92\x29\x4a\x39\xa2\xa2\xc7\xd5\x3b\x35\x64\x62\x23\x3f\x62\xdf\xdf\x9b\x74\xfa\xdf\x60\x25\x7e\xfe\x54\xb3\x55\x90\xbc\x1f\x43\x1b\x36\x65\xfd\x17\xd5\x2a\x39\xbc\x77\x8e\x86\xef\x8c\xf3\x1d\xaf\xf7\xa5\x47\xc3\xba\xb7\x55\x2d\x21\xc7\xb3\x9e\x20\xe4\x7a\x36\x92\xc5\xcb\x74\x69\x08\x33\x64\x5f\xa1\x6f\xcd\x47\x0c\x3e\x9e\xb5\x60\x3c\xbc\x7f\x44\xa1\x3f\xcb\xfe\x1a\x8b\x94\x55\x4d\x73\xf3\xea\x5a\xc9\x82\x89\x43\x76\x51\x07\x79\xa3\x98\x41\x96\xcc\x6c\x9b\xb2\xfe\x59\xcb\x92\xc9\x80\x02\xb3\x2e\x89\xa0\x9e\xb2\xf0\x8b\x54\xf4\xe5\x3f\x14\xac\x91\x57\x6a\xd3\x7c\x6f\x07\xf6\xca\x9a\x1b\xed\xa3\x67\x91\xbc\x0b\xb0\x52\x46\x4b\xaa\xf2\x89\x25\x3a\x12\x67\x11\x1a\x9e\x9d\x51\x02\xe7\xbf\xe8\x3d\x86\x34\x20\x63\x79\x06\x4d\x1d\x40\x8d\x0b\xcb\x32\x92\x24\x44\x14\xec\x11\x7a\x0e\x9a\x7f\x41\x40\x07\x2a\x55\x8e\x3d\xa3\x68\xa2\x55\xf2\x92\x4c\x19\x6a\xbc\xb9\xfd\x41\xcf\x8d\x68\xdc\x9b\x6b\x59\xaf\x69\x8e\x02\xab\xaf\xc3\x4d\x93\xc3\xf3\xc4\x6c\x3c\x8c\x29\x53\xd9\xea\xbe\x6c\x50\xa0\x87\xfe\xde\xa2\xdf\xd8\xa2\x33\xfc\xfc\x6d\x9d\x27\x80\x0f\xd7\x5d\x73\x07\x47\x0e\xca\x2d\x41\x12\xe7\xd9\xe5\x5f\xeb\x4e\xe5\xcd\xba\x2e\xff\xa1\x0a\xa1\xff\xec\x0a\xc0\xd5\x53\xf1\x7f\xfd\xaa\xff\xfb\xf9\xf2\xb0\x94\x45\xd1\x3d\x01\x65\x19\xf0\x76\x49\x7a\x16\x02\x0e\x60\xf2\xa8\x04\x3a\xc4\xb1\x4c\x26\xef\xa2\x78\x7e\x16\x11\xb1\x87\x0f\x8d\x6d\x4d\xf3\xe3\x65\x5d\xe0\xdb\x77\xe5\x3f\xd4\x8c\xce\x04\xfa\x1e\x9a\xd3\x6c\x0f\x6e\xcc\x4d\x9f\x9c\x88\x77\x1b\x09\xaa\x40\x28\xbb\x09\x45\x23\x2d\x1d\xd5\x82\x46\xdd\x18\xf2\x68\x2a\xa3\xf4\x65\xa1\xe2\x6b\x53\x53\xc3\x44\xaa\x7b\xc3\x17\x68\xd4\x38\xb6\x5c\xc2\x4d\xd9\xa6\xae\x5e\x55\x17\xb8\x46\xde\x34\x18\x88\xcc\x4a\xfd\xba\xbb\x74\xbe\x38\x22\x1b\x0c\xc4\x0b\x02\x9c\xca\x6e\x47\xe0\xf2\xa6\xdd\xbd\x6f\x28\x2f\xbd\xef\xae\xa9\x7b\x1a\x49\x39\x59\x3b\x89\x9d\xa5\xb5\xc7\x06\xb8\x89\x3e\x28\x22\xdd\x21\x18\x86\x1c\xfc\xfb\x51\x1c\x89\x8c\x98\xa0\x81\x95\x37\x4a\x94\x03\xc9\xa8\x87\xae\xad\x5e\xd4\x30\xa0\x6d\x82\xac\x22\xf5\xce\x65\xf5\xc6\x0f\x07\x84\x67\x3f\x8f\xc5\x04\x7a\x2d\xdf\x12\x32\xc2\xa1\xd7\x3c\x9e\x7f\xdf\xbe\xd4\x4f\x4f\xfd\xc2\x15\x82\xe5\x7d\xff\x13\xd4\xe9\xc1\xfb\x4d\xf6\xc3\xb7\xb5\xa6\x1e\xaa\x0e\xc9\xc7\x04\x12\x8c\x31\x64\xfe\xe8\x20\xe5\x14\x26\x62\xd1\x10\xca\x02\x92\xbe\x7b\x9f\xb8\xb7\x80\xdd\x2f\x42\xb5\x78\xd8\x01\x7d\xac\x11\xe3\xf9\x99\x1d\xfd\x71\x78\xbe\x27\xd5\x79\x1b\x79\xa3\xb0\xfb\xef\x95\x5c\xcd\xbc\xbd\x08\xb7\xc1\x5e\xc9\x76\xdd\x6c\x65\x6c\xb8\xa4\x69\x04\x99\x3f\xad\x2c\xba\x9e\xc7\x12\x72\x0a\x72\x97\x35\x5b\xe2\x0d\x26\x7d\x36\xc3\xa6\xb8\x7d\x6e\x50\x87\x6b\xff\xc4\x1e\x4c\x1d\x69\x36\x76\x5d\xe8\x7f\x96\x25\x72\x9c\x0c\x90\xcf\x3d\x8b\xec\xad\xde\x97\xa5\xfd\x4c\xa3\x9e\x5b\xdb\x17\xe1\x83\xe7\xc9\xc5\x4e\xd0\xb7\xdf\x8a\x2f\xec\xc9\x97\xa0\x8a\x3f\xca\x4e\xdd\xaa\xae\x57\x31\x55\xf1\x86\x31\xfa\x59\x62\xa5\x34\x6f\x17\xae\xd4\x28\x83\xa7\xd7\x42\x9c\xc1\x7f\xa8\x54\x25\xc6\x63\xa6\xf6\x8c\x28\xbb\x57\xb1\x11\xc3\x1a\xf7\x2c\xe1\x93\x2c\xb9\x35\xf0\x82\xdd\xeb\x19\x0c\x03\xff\x77\x82\xe5\x10\x13\x28\x4b\x43\x34\x55\x18\x0f\x1b\x9e\x37\x84\x88\x0f\x3f\xd6\xef\x0f\xe3\x80\xa6\x39\xe1\x14\x07\xfc\xb3\x2b\xee\xf1\x39\x10\x46\xe2\x2d\x49\x68\x84\xf7\x56\x98\x4c\x68\x2e\x3d\x11\x08\xd1\xf8\x2d\xcb\x25\xee\xe9\x22\xf4\x4b\xb6\x26\x3f\x77\x4d\x9b\x42\x40\x00\x61\x8e\xe8\x8c\x4a\x91\x58\x3f\x18\x78\x7d\x31\x0f\x05\xe0\xd1\x4b\xe7\x08\xe1\x99\xea\x22\xc8\x53\x52\xec\x97\x79\x68\x4a\xc1\x99\x5a\x70\xd3\x4a\x81\xa0\x3c\x88\x37\x76\x3e\x37\x57\x8a\x84\x67\x44\xb5\x9f\x8c\xe9\x00\xf9\x8a\xba\xec\xeb\x38\x6d\xf1\xd8\x1b\xf0\xe3\xc9\xc5\xfc\x3c\xa2\x9f\xf2\xb0\x79\xb2\x30\xa9\x1b\x2b\xe7\x8d\x26\x50\x8c\x11\xc2\x24\xe0\x2b\x09\x8e\x16\x2e\x54\xdf\x84\x32\xbb\x9e\xa2\x52\x34\xf7\x66\x86\x0c\x67\x12\xa0\xe0\x0b\x51\xc6\xba\x77\x8f\x90\x60\xba\x36\xfb\x2b\x74\x06\x17\x31\x21\x85\x16\xec\x28\xea\x26\xe2\x31\x4c\x93\x4a\x2e\x8d\xf8\xb1\xf9\x87\xdb\xee\x89\xa7\x79\x58\xea\xff\xbd\xd8\x4b\x70\x58\x75\x27\x87\x3a\xc7\x61\x1a\x84\x80\x5e\x80\xd1\xfe\x18\x06\x3a\x45\x32\xee\x8d\x28\x48\x05\xb0\x16\x72\xa8\x3b\x65\xc2\xf0\x88\x7b\x74\xa9\xe5\xad\xa5\x3d\x2a\xac\x41\xc6\x45\xe9\x90\xf3\xc5\x3c\xed\x67\xc2\x54\xb0\x5e\x6a\x48\x17\xba\x79\x2e\x87\x19\x0d\xe6\x94\x1e\xa7\xf7\xc3\x3b\xbc\xe2\x85\xf8\xfa\x5f\x0f\x1b\xa2\x6d\xc3\xd6\xe0\x9f\x30\xbc\x28\x33\xc5\xfe\x2d\x41\xb8\x23\x7b\x1b\xc8\xb4\x1b\xf9\xf1\x1d\xc9\x7e\x09\x05\x94\x96\x60\x73\x59\x83\xc0\xaf\x25\x58\x57\xb6\x13\x82\x6a\xca\xba\x88\x1c\x80\xc8\xd9\x65\x55\x0e\x1e\x98\xa1\x59\xa3\x49\x00\xcc\x99\x4e\xa0\x43\x39\xb8\x68\xc0\xd0\x46\x85\x59\x65\xbd\xf3\xc4\x62\x0f\xd0\x0c\x4b\x58\xe7\x52\xb7\xb8\xe2\x25\x57\x8d\x68\x6d\x4c\xa0\xd4\xe0\xed\x4a\x5c\x9a\xc9\x81\x83\xcf\x0b\x74\xf1\x81\xac\xd6\x78\xd1\x5f\x35\xdb\xba\x90\x5d\xa9\x7a\x6b\x21\x84\x4b\x62\xd5\x74\x1e\xa8\x5a\xf5\x03\xb8\x40\x5f\x6d\x89\xe3\xe9\xb7\x9d\x32\xa5\x5b\xc5\x4a\x56\x55\x2f\x54\x09\xf3\x24\xc7\x0e\xb8\x9d\xfd\x09\x5c\xd2\x9a\x5f\xce\x45\xd3\x99\xd8\x30\x2a\x29\xcb\x42\x6f\x0c\xe2\xad\x9a\xee\xc6\xf1\xf1\x58\x12\x37\x54\x80\x80\x6e\x48\x1f\x3f\x93\x01\x50\xff\x79\x53\x92\x2c\xb7\x29\x6b\xa3\x0a\xd4\xcd\x17\x2a\x25\x19\x05\x20\xad\x1d\xfe\x57\xd2\xe1\x18\xe0\xa7\x06\xf6\xa9\x78\x62\x2f\x04\x11\xbb\x73\xa0\x7e\xc4\x74\x49\x3a\x13\x9c\xf8\x33\xf7\xec\x05\x7d\x97\xb6\x8d\x02\x4d\xc4\xb9\x41\x8b\x84\x40\x7d\x72\x22\x7e\xee\xd4\xa0\xa7\xa4\x77\x07\x34\x4f\xc0\xbe\xa2\x42\x85\xbc\xd1\x7a\xb9\x51\xb8\xa5\x88\x69\xea\x63\xd9\x0f\x31\xff\x01\x9d\xa0\x34\x5a\x32\x41\xd4\x0e\x63\x54\x0a\x3d\x39\x11\xdf\x7e\xcc\x55\x4b\x01\x73\x77\x84\x96\x9e\xfd\xab\x1f\xa0\xf2\x6e\x2f\xa4\xb8\x95\x55\x59\xd0\xc9\x4e\x02\xbb\x95\xd5\x96\xe3\x81\x23\x06\x90\x5c\x94\xf6\x3b\xb1\x1c\xfc\xa3\x44\x32\xc8\xd4\x67\x88\x26\xfa\x3f\x89\x8f\xe0\x6d\x50\x8e\xd4\xbe\xd3\xa3\x18\x79\x07\x2b\x39\x2a\x3b\x8e\x18\x90\x3f\xc7\x18\xc0\xb4\x37\x0c\x8f\xcc\x86\x24\x58\x48\xbb\x57\xcf\xc5\x13\xf1\xe9\x93\x03\xf0\xdc\x60\xe4\xa7\x4f\x84\x4c\xa8\x02\xb4\xa7\xe3\x00\x1f\x33\xc1\x19\x93\x77\xe8\x31\x60\x46\x96\xd6\xb7\x84\x89\xb3\x04\xc7\x6c\x7e\x26\x53\xbb\x34\xbe\x88\xc4\xe7\xb0\x63\x64\xa5\x80\x31\x66\xd8\x1e\xa0\xa4\xba\x3f\xfd\xe5\xb8\x0e\x7c\x42\xf3\xc0\xd7\x66\x04\x3b\xc4\x68\x55\x0b\x6f\xe5\xc7\x7c\x96\xa6\x0a\xd1\x8c\xed\xc5\xb8\xfb\xfd\x01\xe3\x4d\x74\x38\xbe\x37\x9f\x13\xfa\x47\x63\x59\x4a\x6c\xb2\x39\x45\x23\x38\x6d\x0e\x20\x1f\xe6\x38\x1f\x63\xa9\x96\xc1\x7e\xda\x45\x22\xbc\x63\x25\xa1\xc7\xe9\xc9\x01\xb4\x64\x92\x8e\xc4\x8c\x0c\xef\xf2\x85\xf8\x23\xcf\x6a\xbc\xad\x0b\xb5\x2a\x6b\x3b\xc1\x90\x75\x49\xe8\x91\xdf\xf1\xdc\x1f\xa9\x84\xb5\xf7\x35\xa1\x8d\xa9\xbd\xac\x09\xc6\x48\xa7\x65\x81\xb4\x63\x02\xc5\x5c\x1a\xb6\x91\xfc\x25\x3e\x60\xf1\xc7\x51\xed\x4a\x5a\xbf\x3c\x23\xc5\xff\x1f\x53\x34\xf6\x5e\x9a\x7a\x31\xad\xad\x4f\xae\xf2\x34\xda\x93\x51\xff\xf8\x18\x53\xa8\xf8\x45\x91\xf7\x7d\xca\xd5\xfb\xa9\x33\x33\x02\xfc\x9e\x6d\xca\x91\x83\x74\xb8\x1d\xd0\xef\x61\xc2\xe2\x37\x09\x7d\xbf\x41\x6f\xd4\x98\x17\x1f\x2f\x8e\x62\xf4\xf6\xd0\x0c\x83\x29\x8c\xe1\x4e\x20\x56\x85\x0b\xe6\x21\x5c\xf1\x4f\x9f\x20\x57\x88\x7e\xc0\x96\x9e\x1e\x27\x85\x14\x97\xf2\x11\x6e\x52\xe3\x3a\x80\x25\x24\x99\xe1\x09\x1d\xda\x4c\xca\xf6\x0f\x12\x7e\xda\x82\x91\x1f\xa4\x38\x8d\xe5\xfc\x97\x4c\x6b\xf2\xe4\x82\x15\x0e\x5f\x3e\xb9\x70\xb1\xa3\x36\x07\x60\x4a\xb4\xea\x97\x30\x86\xa1\x69\xdf\x7e\x73\xe1\xa6\xe0\xf4\xa6\x6c\x32\xfc\x21\x0d\x9a\xf2\x86\x37\x75\xef\xb8\xd7\x37\xe4\x5d\xad\xfb\xf9\x9b\x92\x37\x3f\x48\x4d\x21\x2d\x55\x33\x9f\xcd\x48\x1f\xfa\x1e\x04\x3c\x2f\xb9\x0f\x28\xb3\xd8\xeb\xd0\xc1\x23\x95\xc5\xc7\xb9\x85\xd8\x14\x39\xe2\xc8\x2a\x5d\x81\x5e\x45\xc8\xf3\x94\xed\x0c\xdd\x09\xde\x24\x16\x6b\x35\x78\xea\x48\x8e\xc7\x51\x0a\x3b\x82\x90\xac\x92\x6e\xcb\x53\xba\x32\xc5\x9d\xaa\x47\x6a\xa1\x9b\x18\xb3\x60\xfc\xe0\xf2\x32\x4b\xc6\xae\xa5\x3d\x1b\x13\x03\xb2\xd4\x61\xba\xd8\xb9\x48\x5c\xd4\xfe\x7e\x61\x34\x5b\xfa\x68\xfa\x6b\xd8\x2b\x93\x96\x5f\x43\x8c\x72\x3b\xc2\x46\xd0\x4d\xec\x39\xea\x70\x6d\xf9\x79\x8d\xe1\x0e\x28\xd3\x80\x54\x4e\x1a\x5e\xf0\x1c\x7a\xd4\x53\x4d\x38\x93\x38\xcf\x1b\xaa\x6d\xcc\x4b\x85\x6a\xda\x40\x09\x64\xca\xce\xa1\xf8\x79\x9d\x3c\xc4\x16\x04\x5e\x1a\x1d\x90\xc4\xb2\xb6\xa0\x4e\x1c\x81\x19\x1a\xb1\xd5\x9c\x9e\x53\xfb\xd9\xc6\x48\x42\xcc\xa7\x46\x56\x83\x31\x67\xa2\x53\x95\x1c\x4a\x1b\x00\xa5\x07\x85\xc1\x91\xe7\x35\xdd\xe4\x00\x87\xcc\xf6\xd4\xb6\xd9\x9a\x98\x9b\xf3\xda\x68\x43\xe0\xb3\xef\xac\x6b\x4e\x83\x2e\x4f\x5e\xb2\x0b\xd3\xdc\x5b\xc4\xf3\x7a\x73\xf3\xbe\x69\x47\x01\x98\x94\x0a\x24\x69\xae\x28\x20\x2a\x86\xc1\x55\xd4\xe0\xdb\xd0\x0c\x50\xe5\xc8\xba\x0d\x71\x47\x3e\x48\xaa\x86\xee\xf2\x4d\xe8\x1f\x8f\x0d\xa7\x51\x10\xe3\x45\x39\x89\xdd\xc8\x8f\x6f\x28\xbc\xf4\x07\x39\x5c\x2f\x72\x55\x56\xb3\x19\xc2\xfa\x4a\x3c\x5d\xfc\xeb\x5c\x9c\x88\x7f\x87\xd4\x32\x9d\xac\xf3\xeb\xef\x64\x3e\x34\x1d\x4b\xe7\x7c\x7f\x55\xac\x45\xda\xa2\xbc\x2d\x0b\x95\x56\x08\x3b\x84\x68\x56\xab\x5e\x0d\x69\xf7\xe9\x68\x4d\x92\x5c\xd6\xba\x6b\xb6\xed\x77\x98\x95\xad\xcc\xf0\xe7\xbb\x44\x19\x53\xf3\xca\xa7\x6d\x7b\x97\xd1\x92\xa3\xc8\x25\x9a\x82\x92\xf9\x7e\x4d\x95\x5a\xfd\xd2\x8e\x0d\x2d\x74\xa3\x7f\xec\xe0\xbd\x38\xb3\x7b\x7c\x4f\xdf\x62\x06\xee\xcc\xc2\x9b\xa6\x82\x20\x65\x68\x72\xef\x96\xfc\x31\xab\x20\x32\x3e\xe0\x17\x6e\x90\x53\x91\xd0\x4d\x5d\xed\xb8\xcd\xc7\x76\x73\xf1\x4c\x9c\x9c\x88\x9f\xf4\x6b\xcc\xfb\x93\xcb\x5a\x5c\xcb\x5b\x25\xa4\x20\xfe\xf9\x69\x1a\x2c\x21\xa1\x86\xbc\x70\x98\x08\x3f\x5b\xcf\xb6\xe8\x7d\x61\x6d\x8b\x0e\x7f\xdc\x58\xc4\x63\x83\xb4\x23\xd2\xed\xfd\x5c\xe4\x27\x6c\x11\xac\xd3\x2f\x34\x65\x7a\x6c\x16\x3b\x0c\xe2\x58\x3c\xf5\x78\x24\x7c\xe2\xcc\x76\xee\x14\x25\x66\x91\x18\xb2\x77\x43\x25\x31\xdb\x3b\xff\x76\x62\x99\x7f\x64\x9d\x1e\x1b\x83\xce\x88\x82\xee\x99\x7d\xca\x3a\xc3\xc8\x80\xd9\x2f\x63\x9f\x1d\x4f\xde\x79\x18\xc9\x0a\x79\xc8\x19\xdc\x15\x9a\x23\xa1\xe1\xee\xf3\x06\xf0\xf8\xc5\x13\xd0\x62\x36\xba\xe3\x5e\x48\x71\x27\x77\x10\xeb\xd9\xf7\x4d\x5e\xca\x41\xa1\x3a\xb0\xa7\x32\xf1\xa5\xca\x49\xb1\xa9\x8f\xc1\x42\xbc\xea\x45\xd5\xd4\x6b\x4a\xa4\x4b\xea\xf7\x56\x4f\x9a\x6e\x35\x48\xf7\x09\xe9\xe4\xb6\xbd\x2a\x30\x7d\x9c\x85\x5d\x18\xe0\xfa\x38\x5d\x29\x84\xd2\xa9\xa1\x2b\xd5\xad\x2a\x28\xec\xba\x16\xdb\xb6\x80\x8f\xc1\x2f\xd9\x24\xe2\xd5\xc2\x00\x31\xb4\xa9\x7a\x32\x89\x7c\xba\xb2\xf5\xf9\xe0\x30\x4f\x62\xaf\x06\x4f\xf0\xb4\xb5\x74\x60\x90\xa3\xe5\xdc\x0d\x70\xe0\x4f\xe3\xbc\x14\xa3\x75\xdc\x6d\xbb\xde\xb6\xcb\xbc\x6a\xba\x3f\x48\xcf\x95\x0e\xab\xd7\xea\x8f\xbd\x61\xf9\x73\x58\xa7\xe7\xf0\xa5\x83\xb7\x72\x5d\x8d\xe9\x09\x70\x0c\x6b\x33\x86\x44\x88\xda\x3b\x0a\x51\x83\xc1\x11\x5f\x52\xf6\x82\x85\xa2\x2e\xec\x6a\x13\x27\x1a\x2f\x6f\x2a\x39\xa8\x0b\x9c\x4b\xad\xa3\xdb\x3b\x2f\x13\x30\x77\x1b\x5f\xa4\x96\x4d\x70\xa1\x78\x34\x1f\xe9\xc4\xc6\xa1\x7c\x03\x09\xa5\x53\xfb\xa1\x97\xe4\x2f\x84\xd0\x13\x6b\x62\xe2\xdf\xc1\x34\x60\xe3\x49\x74\x1f\x76\x5b\xe3\x8c\xab\x46\x82\x1c\x5d\x28\x13\xfb\xbc\x3e\x74\x71\x82\x89\x9e\x26\x65\x3b\x0e\xd9\x60\x8e\x5d\x85\xf9\xb8\x26\x6d\x0c\x3b\x14\x8f\x2a\x37\xbe\xf6\x64\xb7\xa8\x76\xa2\x6d\x4a\x88\x66\x6c\x4c\xee\x42\xf8\xe0\x9d\x1a\x48\x57\x30\x86\x3f\xa4\x49\x48\x86\xcc\x04\x28\xe3\x7d\x6a\x97\xc5\xf8\x07\x4e\x60\xcd\x04\x5e\x50\xeb\x03\x31\xe3\x8b\xd6\xc4\xc1\x09\x16\xe7\x4f\xb6\xff\x14\xbe\x78\xb3\x8d\x51\x64\xff\x62\xd8\xb4\xb3\x66\xf7\xd9\x5c\xd9\x24\x3f\x9f\xd7\x48\xd0\x35\xd2\x88\x55\x27\xd7\x1b\x88\x4b\x95\x9d\x12\x60\x5e\x2d\xb6\x10\x7a\xb9\x2c\xeb\xbc\x53\xfa\x9d\xac\xb0\x41\x2b\xbb\xbe\xac\xd7\x2e\xc2\xf4\x67\xd9\xf5\xc6\x77\x16\xfe\x9e\x83\x60\xd6\xc9\xfc\x06\x2e\x1b\xb8\x91\x9a\x0a\x6f\x88\x1e\x81\x60\xca\x05\xb8\x57\x8c\x3d\x17\xcc\xb4\x9a\xb2\xea\x0e\xd4\x42\xbc\xaa\x31\x54\x4b\xb7\x76\xe3\x2b\x7b\x18\x1e\x41\x31\xdd\x74\x6a\x0d\x82\x46\xb3\xd2\x37\x92\xe9\x4b\xdc\x5d\x37\x3d\x49\x8d\x62\x53\xae\xaf\x07\xbf\xbb\x5a\xdd\xb9\x29\xe9\xfb\xf2\xaf\xbd\x32\x96\xd9\xa1\xcc\xf1\xdd\xf2\x52\xb6\x6d\xb5\x43\xdd\x5e\x7f\xe9\x07\xd6\x7e\x47\xe3\xfa\x3b\xff\x66\x2e\x36\x6a\xb8\x6e\x0a\x31\x34\x08\x02\x6f\x48\x36\x09\x8d\x46\x45\x93\x6f\xf5\x2f\x8a\x12\xf0\x73\xd8\x1b\xb8\x3c\x8b\xfd\x1b\x73\x7f\x0a\x89\xb3\x33\xf0\x16\xe2\xff\x6b\xb6\x8f\xaa\x4a\x6c\x7b\x4c\xfa\x70\x27\xeb\xc1\x0a\xd7\xa6\xf9\xf2\x52\x16\x10\xcd\x33\x3a\x05\x7c\x3d\xc7\xd4\xfb\xac\xd9\xbd\xa7\xaf\x49\x92\x92\x85\x68\x58\x44\x33\x45\xfa\x22\x6d\x45\xed\x42\x65\x12\x85\x71\xce\xc0\xb5\x70\x6a\x00\x62\x56\xb6\x35\x2e\x55\x41\x4a\x05\x38\x67\x9a\xf1\x68\xc4\xd5\x0e\x01\xdb\x25\xe1\x60\x80\xbf\x81\x64\x99\x9a\x73\xaa\x0d\xbb\x47\x64\xfc\x03\xf1\x2f\x1f\xdc\x8e\xcc\x64\x2f\x9a\xb6\x6d\x00\xcf\xdc\x29\x46\x35\x42\x57\xae\x4b\x2d\xda\xc3\x79\x32\x69\x73\x81\xf9\xf3\x87\xae\xea\x62\x64\xe0\xd4\x08\xf5\x1d\xbc\x09\xec\x2a\xba\x18\xf0\xc9\x68\x9c\xbf\x92\x1a\x67\x6d\xaa\x07\x24\x5c\x7e\x6b\x9a\xd6\x95\x1a\xee\x14\xc5\x89\x1b\x08\x8f\x7a\x84\x6d\xd2\x00\xdb\x99\xea\xce\xd8\x14\xbd\x5e\xe9\x74\xc2\x61\x91\x6b\xa9\x37\x75\x21\x5e\x15\x05\x7e\x06\x41\xd7\x2e\xff\x8e\x03\xe2\x60\x37\xd8\x29\x63\x92\xfb\xed\x95\x3e\xaf\x83\xbe\x4c\x87\x46\xac\x1b\x64\x22\x71\xde\x4d\x02\x86\xd3\xa7\xe2\x4b\x9c\x63\x26\x9a\x56\x39\xbf\x05\xcc\xd3\xa3\x1f\xa1\x5b\x73\x1c\xe9\xcc\xb2\x9a\x88\xd1\xd4\xf4\x5e\x56\x7a\x7c\x8c\xc9\xf0\x83\xac\x18\xf0\x8a\x16\xfb\x8c\x46\x14\xbd\x6e\x41\x15\x32\x73\xe3\x7c\x29\x20\x1a\x0a\x7f\x7c\x75\x02\xba\x66\xf1\x09\xbf\xd0\xc3\x7e\x89\x79\x84\xf5\x9f\xf4\x36\xbe\x90\xfe\xc6\x42\x67\xbd\x93\x61\xf7\x2c\x48\x30\x60\x3f\x62\x19\x99\x80\xd6\x65\x26\x47\x0f\x61\xa9\x24\x2a\xb4\x10\xb3\xb7\x88\x3a\xbd\xca\x9b\xba\x10\x39\xba\xe6\x61\x52\xdf\xba\x61\xc8\x72\xa5\x44\x2f\x57\xa0\x83\x03\x8a\x2a\xfa\x66\x63\x68\x2d\x77\x70\x81\xd4\x20\xaa\x2e\x20\x01\x50\xed\xa7\x61\xa2\xab\x44\xc8\x6a\xdd\x74\xe5\x70\xbd\x59\xcc\x2d\x47\xe5\xf6\x98\x27\x0f\x9c\xb9\xe5\x7d\xe8\xaf\xe8\x5c\xbc\x10\x4f\x9e\x8d\x2d\x17\x3b\x8d\x63\x8b\x65\x96\xc2\x01\x58\x6d\xab\xea\xd8\xe1\xa2\xb7\x70\x6e\x69\xcd\xd2\xf9\x23\xff\xb6\x2e\x46\xc7\xcd\x76\x3a\x1e\xf5\x1b\x88\x45\x16\x12\xd2\x13\x7b\x57\x1f\xe5\xb9\x5a\x75\xaa\xbf\xd6\x6c\x86\x1e\x4f\x41\xa4\xa0\xe9\xe8\x96\x71\x80\x64\x8d\x0c\xab\x5e\xe0\x08\xd6\xd5\x4e\x4f\xbf\x92\x39\xd2\x64\x25\x9a\xda\xe4\x22\xc2\x64\xc9\xad\x03\x04\xb2\x25\xdd\x39\xf0\x37\xb0\xa8\x35\x55\x76\xc2\x0c\x54\x77\x28\xfe\x51\xc2\x05\x7d\xeb\x97\xb2\xf2\xd3\x2d\x0f\xdd\x96\x12\x94\xc3\xc8\x35\x55\x63\x71\xd7\x65\x9d\x37\x9b\xb6\x52\x83\x72\xd9\xca\xd1\xfa\xeb\x65\x75\xb0\x9b\x77\x2d\x7b\xb1\xbc\xa4\x95\x1e\xb9\x96\x16\xf4\x7a\x4e\xa9\x9e\xfd\xb1\x18\x49\x07\xee\x7a\x41\xb7\xdf\x0c\x97\xd3\x2d\x14\x19\xc5\x70\x42\x49\xe2\xe2\xb9\x44\x2d\x8d\xc5\xc8\x8c\x61\xf6\x24\xc3\xa5\x31\x9a\x0b\xec\xe0\x49\x66\xe8\x16\x81\x9e\x5f\xa4\x6c\x21\x2b\x6f\xd7\x12\xb9\x90\x56\x9a\x76\xbd\xe0\x3d\x24\x43\xb3\x5d\xdd\xe1\x55\xaa\x5c\x11\x2f\x66\xcc\x50\xf1\x95\xbe\xd5\x1d\x26\xaa\xa2\x1c\xcc\x1d\x1a\x73\x66\x99\xe8\xd4\xa6\xb9\x0d\x33\xa4\xf5\x6d\x55\x0e\x03\x5e\x13\x96\xc7\xec\x45\xad\x72\xd5\xf7\xb2\xdb\x21\xfd\x80\xb2\x3e\x1a\xbe\xb9\x23\xfb\xcc\x67\x43\x64\xf1\xcb\x16\x51\x19\x09\x2e\xf2\x50\x0e\x24\x60\x2e\xcf\x64\x6f\xb6\x95\x31\x26\x33\x36\x56\x62\xba\xc0\x01\xee\x4f\xa0\x7a\x78\xfa\xf5\xbf\xc7\x71\xfd\x86\x37\x9b\xca\x1b\x6d\xa1\x8e\xb9\xc9\x45\x75\xda\x56\x6f\x75\x7f\x19\xa8\x55\xbf\x83\x2b\x89\x20\x38\x63\xa5\x7d\x14\x95\x8f\xf2\xf0\x23\x7f\x4b\xae\xb5\xe0\x01\xf0\x04\xf4\xe5\x98\x50\x44\xe4\x6f\x13\x0a\x67\xa3\x6c\x7e\x23\xce\x74\xdb\xe7\xc2\x9f\xa0\x78\x69\x1e\x2c\xf3\xb7\x89\x7e\x39\x08\x74\x3a\x40\x60\x2f\xf1\xbf\x70\xc5\xbe\x12\xa7\xe2\xa9\xfa\x2f\x29\xff\x2b\x6a\x75\x0c\xc3\x45\x2f\x9c\x3f\xc9\xb0\x30\xb4\x70\xe6\x66\x5c\x9f\x87\x0f\x71\xa1\xf0\x02\x7f\x6e\x3a\x9f\x4e\x9a\xb9\x1d\x68\x70\xdf\x8d\x68\x61\xf5\x80\x68\x18\xf9\x76\x40\xd8\x9f\x3e\xd9\x99\x3d\xc7\xc7\x90\xfc\x4c\x2f\xea\x64\x70\x18\xec\x29\x99\x18\xc0\x8e\xb2\x91\x1f\x67\x06\x2a\x16\x3b\x13\xc7\x1a\x4a\x26\x56\xef\x1b\xfb\x51\x59\xcf\xb0\x8f\xcc\xcd\x09\x3e\x9b\x08\xde\xc2\x89\x61\x67\x2f\xce\x00\x9c\x57\x8f\xd4\x23\x3d\x2b\x54\xa1\xae\xde\x37\x19\xce\x06\x48\x8f\xfe\x8b\xd8\x97\xc7\x38\xa8\xfc\xad\xbe\x85\x32\x71\x74\x04\xdb\x38\xa6\xb8\x1e\x89\x06\x43\x71\x7e\x2c\x71\x96\x88\xea\x9e\x8f\x2a\xc6\x0d\x8e\x7c\x87\x34\xcd\xac\xc9\x38\xdc\x31\xdb\x85\xa0\xe4\x8a\x70\xb6\x34\x96\x4f\x1e\xb0\xd5\xdb\xc7\x8f\x47\x70\x3d\x31\x6b\x2c\xa4\x03\xcb\x14\x7f\x9b\x1a\x50\xeb\xce\xc9\x62\x68\x5e\x05\x6f\xf1\xbc\xda\xb7\xe2\xd8\xfe\xfd\xfa\x00\x57\x29\x4f\x9c\xc7\xa2\x6b\xfd\xb6\x55\x1d\x0a\x92\x46\xdb\xdb\x6b\xd1\xa7\xbf\x6e\xb6\x55\x01\x45\x61\xeb\xc2\xca\x9a\x28\xba\x73\x29\x13\xd9\x29\x69\xb8\x1d\xec\x0e\x73\x30\x2d\xcd\x2d\x08\xef\x3c\xf9\x5f\x3f\x46\xd1\xdf\x41\xc2\x92\x6f\x0b\xb1\xbc\xb4\x6b\x3d\x72\x4f\xcf\x8d\xac\xd1\xca\x9e\x44\x73\x7e\x59\x83\x37\x35\xe3\x1b\x9c\x42\xc2\x89\x79\xee\xeb\xd7\x3b\x51\x60\xae\x89\x8c\xd8\xba\xa1\xec\x74\xab\x76\x0b\x92\x14\xb2\x4d\x20\x33\x43\xb7\xba\x4f\x71\x89\x97\xce\x25\xcb\xd5\x88\xbe\xe4\xb4\x6c\x57\xc0\x90\x35\x1d\x30\x2b\xe6\xea\xab\x9b\xfa\x18\x12\x87\x66\xf0\x27\xf1\x4d\xad\xc7\xaf\x98\xcb\x6c\x68\x68\xf4\x60\xc4\x1a\x40\x2f\x81\xef\x16\x4e\xf4\xc3\xc5\xa6\x05\xf0\x24\x33\xcd\x86\x63\xea\x48\x97\x29\x12\x9b\x2f\x9f\x5c\x00\x99\xb9\x74\xf7\x1e\x69\x61\x66\x30\xe5\xcc\xbb\xa1\x49\x40\x0f\xae\xb9\x61\xd7\xaa\x66\x45\x4b\x74\x76\x26\xce\x1f\x60\xea\x9c\xf3\x07\x21\xc7\x81\x5f\x00\xa5\xc1\x6a\x46\x6f\xf5\x13\xec\xc9\x63\x2c\xa0\x23\x71\x26\x8e\xe8\xaf\x97\xc8\x19\xa1\x01\xe8\x49\x86\x90\xcc\xb5\xaa\x4f\x5f\x17\xdc\x43\xf4\x7b\x23\xdb\x59\x27\xce\x5e\xb8\x8c\x02\xb3\x8e\xc8\x6a\xb7\x18\x1a\xc8\x89\xee\x43\x7e\x32\x4f\xd5\xc9\xd2\xdc\x77\x0e\xdc\x66\x7a\x6d\x34\x99\xd7\x8c\x1e\xad\x50\x42\x19\xb8\xad\x35\xef\xad\x29\x6d\x74\x34\x3c\x5e\xd5\xd8\x41\x04\x96\xc8\x38\x74\x1f\xa8\x12\x40\xaf\x58\x66\x9e\xbd\x1b\x19\xb2\x04\x23\x79\xc4\x8a\xa6\x56\x98\x41\xba\x57\x0b\x59\xdc\xca\x3a\x4f\x47\x79\xea\x0f\xc7\x53\xfb\xe8\xb7\x49\xdb\xd8\x67\x43\x4e\x18\x4e\xa4\xac\x3e\x88\x55\xb1\x64\x8e\xcf\xc1\x55\x4f\xff\x11\xd9\x4c\xc8\x22\x16\x27\x91\x87\xcf\x6d\xc6\x40\x5b\x15\x7d\x5b\xdf\x40\x28\xd3\xc8\xf7\x58\x24\x16\xc3\xb0\xbc\x5e\xca\x5a\xbd\xd1\x8d\x7b\xde\x13\x26\xfb\x71\x4e\x38\xb2\x98\xd9\x8a\xb2\xfb\xe0\xc3\x47\xcf\x3c\x75\xab\x15\xef\x70\xb3\xef\x3a\xd9\xb6\x20\xa3\x4a\x53\x03\xda\x65\xa8\xa5\x6f\x8c\x60\xd4\x67\x08\xa2\xcf\x65\xdd\x43\x2e\x3d\x54\x03\x36\x9d\xd8\x94\x1f\x55\x21\x2a\x59\xaf\xb7\x72\xad\xac\x3a\x14\xa4\x35\x0d\xee\xb2\x56\xfd\x70\x89\xcd\x8d\x07\x46\x26\xba\x6d\xdd\x07\xc8\xbb\x64\x1d\xf7\xac\xc0\x0e\xc4\x4f\x20\x85\xa7\x51\x90\x90\x56\x53\x39\x9e\x7e\xb2\x1a\x0f\x38\xe9\x60\x2f\xbd\x68\x6a\xd4\xa5\x91\x0e\x17\x8f\x8b\xf5\x0b\x81\xae\x7f\xd0\xf3\x99\xe9\x41\x87\xd9\x8f\x66\x74\xfa\xc6\x0f\x15\x11\x0b\x00\x81\xe7\x87\x9a\x68\x70\x13\x0d\x9f\x31\x44\x86\x02\xba\xd0\x38\x85\xc7\x78\xa7\x66\x56\x23\x80\xd5\x85\x32\x31\xc8\x6e\xad\x86\xe4\xf1\x36\x09\xd7\x7a\xb0\xeb\xe1\x1f\xa1\xd2\xc8\x1c\x7f\xf8\x6f\xa4\x51\xc2\x4e\xc4\x99\xe9\x2e\x52\x56\x41\xe7\x9a\x7a\xc0\x1f\xe1\x6b\x4b\x91\xf1\x8f\x67\xf1\xe1\x7d\x95\x0f\xe5\xad\xfa\x89\xfa\x99\x9a\x76\xa7\x8a\x32\x97\x03\x14\x2d\xda\xc2\x12\x92\x19\x86\x14\x3e\x66\x1d\xda\x4e\xdd\xde\x7f\x15\x0c\x74\x88\x8d\xa3\xbf\xc3\x8f\xb0\x5f\xa8\xbf\xba\xf5\x25\x2f\x56\xbb\x21\x76\xaa\x76\x84\x35\xe1\xb0\x7e\xc8\x2a\xea\x19\xe1\xb8\x6e\xc3\x57\xa9\x04\xb8\xfe\xca\x5b\x39\xf0\x33\xf3\x04\xed\x87\xa6\x6d\x55\xf1\x96\x59\x96\xcd\xf9\x99\xfd\x2a\x5a\x34\x15\x9e\x82\xc2\x42\x7c\xd6\x38\x8a\x9b\xe5\xb0\x3b\xb5\x53\x18\x50\xbb\x07\xdf\xa3\x8d\xd1\xdf\xc3\x10\xfa\x68\xde\xe6\xe2\x87\xff\x86\x2f\xb9\xb2\x24\x25\x0c\x4f\xe0\x1f\xeb\x00\xe7\xbf\x8c\x2a\x63\xc2\x9b\x6f\xf0\x06\x8b\x8b\xdd\xca\x1e\xa2\x51\x47\xab\xea\xc2\xe2\xbe\x1a\x46\xde\xeb\xe6\x3f\xd3\xa9\xd3\x7f\xfb\x37\x8f\xbd\x29\x23\x7e\xc9\x6b\x3b\x75\xe5\xfa\x5f\x4e\xde\xbd\x47\xd3\x97\x6f\x42\x3a\x89\xa6\x30\xf5\x0d\xad\x52\x70\x87\x0b\xef\x50\x60\xd9\xf0\xd4\xe0\x82\xd5\x3c\x22\x97\xde\x78\xb4\x2c\x65\xb3\xde\xd0\x66\xc5\x36\x71\x34\xb8\xa0\xc6\x52\x39\xbd\x82\x2e\x5e\x0d\x41\x77\x23\xae\xb3\xac\x52\x8b\xc5\x90\x33\xd6\x9d\x75\x16\x4f\x6c\x8f\xd5\xcd\x78\xeb\xf3\x5b\x26\xee\x25\x27\x06\x4d\x22\x49\xbd\x18\x94\x4b\x3f\x9c\xeb\x90\x91\x89\x9d\x71\x84\x9e\x54\x36\x37\x1e\x7e\xd0\x35\xed\x7f\x80\x1b\x8e\x09\x0d\x5e\x2e\x39\xcd\xc8\x02\x4c\xbf\xb8\x88\xdc\xa1\x52\x22\xa3\x88\xf3\x6a\x79\x4e\x27\xf0\x63\xe9\x2f\xef\x45\x66\xd0\x9a\x6f\x59\x0a\xa7\x2d\x2f\x99\x2c\x15\x6b\x01\x46\x2e\x93\xc6\x5c\x57\xf6\x20\x6e\x6d\xd4\x9d\x16\x61\x8b\xa6\x58\xef\x20\xae\x16\x84\x5b\x71\xad\xaa\x76\xb5\xad\xc4\xb5\xcc\x6f\xc4\xdd\xb5\xea\x94\xb8\x53\x11\xa0\x56\x0e\xf9\xb5\xd8\xb6\x64\x92\xc8\x49\xd5\x0c\x96\x42\x9f\xbf\x9a\x21\x2b\xb3\xed\x63\x18\x7a\xcd\x36\xf2\xaa\x02\xdb\x87\x90\x55\x09\x66\x38\x59\xef\xb0\x5b\x55\x91\xb1\xfb\xba\x21\xb7\xe1\xb2\x5e\x35\xdd\x46\xea\x2d\x8d\xa0\xc9\xab\x66\x3b\x84\xbd\x2f\x62\xe4\x34\x91\xe1\x3f\xa1\x00\x2d\xfb\xbe\x5c\xd7\x33\xfa\x85\xf3\x98\x01\x16\x92\x43\x12\x5d\x5a\x0b\x2f\xb6\xdb\xfc\x83\x87\x2e\x32\x9d\x58\xb2\x45\x59\x5c\x18\x3f\x26\x57\x6b\x11\xf6\xcc\x00\xb5\x5c\x0d\xdb\xec\x2e\xa2\x0d\x51\xff\x26\xa2\x7d\x52\x7b\x91\xac\x86\x4f\x92\xf9\xcf\x4d\xbf\x97\xe2\x26\xf1\xfb\x49\xa0\x65\x45\xc5\x8b\xbb\xbe\xe2\xcc\x48\x9e\x27\xb1\x8f\x9a\x5e\xcd\x25\x47\x4c\xd2\x6e\xbc\x3e\x25\x5a\x96\x17\x0b\x5f\x36\xa7\x52\x06\x31\xd1\xc0\x21\x5a\x6d\x20\x94\x13\xf0\x01\x21\x8e\xd8\x95\x99\xae\x46\xd6\x36\x41\xb5\x01\x22\xa7\x6d\x93\xb8\xed\xf9\xdd\xe8\x1a\x1e\xb4\xe0\xc1\xad\xc6\x7a\x99\xf4\xc0\xf9\xd2\xe5\x8e\xd7\x2d\xb5\x46\xf1\x28\x3e\x33\x8d\x08\x5d\x6d\xa1\xc4\x6d\xd8\x95\x37\x26\x87\x28\xe4\x0a\xf5\x1e\xce\x7c\x1e\x27\x8c\xaf\x77\x7c\x79\x70\xfb\x62\x6a\xd0\x5b\xd5\x41\x1c\x70\xea\x25\xef\x53\x1f\x3f\xea\xcf\xfc\x64\x59\xe8\xe9\x7e\xca\x38\x2b\x65\x90\x0b\x6c\x49\x44\x0e\x46\x6b\x3c\x89\x4f\xec\x1d\x64\x37\x80\x63\xef\xcd\x26\x08\xd2\x27\xee\xb1\x7f\x83\x73\x78\x16\x61\x0d\x45\x60\x7d\xfa\x64\xf3\x0f\x20\xaa\xfb\xdf\xa5\x35\x12\xbc\x9e\x0b\x31\xa4\x89\xcb\xd7\xdf\x9d\xc5\xb5\xec\x61\x4d\xc8\x79\x6a\xd4\xb1\xdc\x54\x8c\x9d\x32\x10\x40\x9a\x62\x27\x4c\x91\x40\x01\x55\x10\x67\x1b\x2d\x42\x6e\x60\xcb\x69\x4e\x67\xde\x14\x1f\x3e\x34\x6f\x87\x06\xed\x07\xe8\x60\xd5\xe0\x1b\x00\x65\xcb\xd6\x4e\xe8\xba\x61\x0c\x13\xea\x6d\xbb\x15\xc0\x47\xc1\xd7\x01\xf0\x29\xa3\x84\xb0\x28\x0e\x76\x09\x1a\xfb\x63\x82\x83\xa4\xa6\x81\x17\x43\xc3\x1f\x4f\x18\x1f\xdc\xbe\xa0\xf5\x21\x58\x14\x2c\xe2\xe2\xad\xc6\x91\x59\x5f\x52\xe7\x41\xb6\x62\xd0\xe7\x39\x74\x81\x0f\x3b\xd4\xf9\x83\x52\x66\x4f\x8d\x0c\xfd\x2f\x00\x0b\x96\x85\x5f\xad\x0f\x36\x0a\x4a\x63\x6d\x13\x66\x8c\x54\xd4\x38\x61\xe8\xa1\x55\xfc\x30\x95\x0d\x1e\xf7\x87\x0f\xc5\xcc\x1e\x1c\x88\x58\x50\xf9\x0d\xfc\x34\x9f\x2c\x8c\x5e\x98\x2d\x61\xe6\x96\x2e\x91\x30\x94\x8f\xc9\xc1\x3e\x3a\x43\x67\x82\xef\xf4\x49\xfc\xea\xe4\xc0\x71\x1e\x99\x8e\xc2\x78\x41\x97\x59\x91\x36\xc7\xdb\xcc\x19\x09\x88\x56\x58\xb4\x3e\x9e\xee\x92\x1d\x19\xb9\xd7\x6b\xa7\xc6\xf2\x6b\x6f\xe4\xa0\xba\x52\x56\x2e\xa3\x6a\x6a\x23\x81\xec\x56\xc5\x0f\x46\x07\x10\x90\x09\x7d\x86\xf1\xdd\xcc\x5b\x5d\x3d\xe2\x11\x36\x46\xf8\x8a\x70\xf8\xd2\x12\xf6\x33\x71\xfe\xc0\x68\xa7\xce\x1f\x8c\x9e\x39\x76\x11\xa8\x3b\x5f\x99\x32\x63\x5d\x67\x1e\xf4\xcc\x4d\x24\x8b\xaf\xbf\x11\xf4\x40\x87\x8f\x71\xfa\x72\xcf\xf4\x8b\x40\x61\x8c\x74\xde\x6e\xeb\xfc\xfa\x2f\x68\x2e\x67\x97\x8d\x3f\x6a\x50\x96\x3b\xa5\xfb\x08\x0e\x27\x23\x95\xcc\x4a\x77\x13\x76\x75\xfe\x8f\xad\x09\x26\xbc\x53\x77\x4c\x39\x97\x58\xd8\x36\x74\x46\x9d\x39\xe4\xa4\x12\x61\xe6\x7e\xef\x67\x6c\xf1\x49\x29\xc2\xfe\xf0\x66\xfc\xd2\xfb\x39\x6e\x96\x10\xc7\xfe\x9e\xc1\xd9\xf1\x9e\x81\xc9\x02\xc3\x57\xbc\x0d\xa5\x7e\xa7\x16\xed\x88\x8f\x61\x62\xd1\xa6\x68\x97\x87\x11\xf7\xd9\x09\xc7\xcb\xfc\x6a\xad\x5a\xa0\xf3\x3a\xc5\xdc\x5e\xea\xf6\xd4\x7e\xf3\x79\x3f\x56\x8e\xd1\x26\xb3\xe0\x9a\xde\xa0\x9b\xa7\xbb\xa4\xad\x3a\xd0\xb2\x00\xa3\xc4\x86\x9a\x9e\x51\xc9\xb8\xf4\xb4\x0c\xfc\xbd\xa8\x3c\x42\x2e\xd0\x9b\x93\x48\x25\xfe\x18\x9a\x91\xbe\x52\x37\x16\xfc\xbd\x27\x78\xc9\xab\x3f\x69\x86\xb7\xaf\x4e\x0b\xe7\x82\xa6\x87\x33\x5e\xcd\x85\x5d\x68\x23\x30\xcc\x5d\x96\x86\x71\x9f\x52\xb7\x23\x35\x5a\x84\x1f\x2c\x70\x48\xa9\x14\xb1\xc7\x2d\x80\x5f\x44\x13\x15\xe4\x3c\x50\x53\xf5\xb1\x02\x94\x3d\x3a\x3e\xf6\x56\x76\xaf\xdb\xc8\x7e\xc2\xeb\x23\xce\x14\x63\x73\x9f\xd3\x2c\x7c\xda\xda\xb7\x60\xb3\x32\x7d\x91\x3a\x5f\x0b\x16\x3e\xbd\xb5\x27\x91\x48\xae\xff\xfb\x50\xaa\xeb\xf1\xdc\x29\xd2\x1b\x1c\x96\x29\x6a\x6b\x3e\x25\xd3\x03\xd1\x5b\xef\xe9\x9c\x41\x0c\x4c\x34\x53\xcb\x19\x59\x5c\x16\x81\xda\x9f\xff\x9b\xf2\x8d\x71\x5c\xe1\xd1\xf1\xb1\x77\x68\x0e\x22\xb7\xa6\xc5\x48\xef\xe3\x74\xd5\x33\xd0\xba\x4c\x39\x11\x33\xea\x82\x17\x2d\xba\x3a\xd1\x03\x48\x64\xb3\x32\xa3\x88\x34\x33\x8c\x06\xbe\x38\x13\x11\xf9\x0b\xcf\xa2\x6b\xe2\xf8\xfd\xb4\xb6\x92\xd1\x56\x74\xda\x06\x31\xc1\x36\xd5\x7d\x19\xa7\x69\xe2\x7e\xc5\x29\x7a\x04\x93\x3f\x8a\xe3\x87\xfd\x04\x0a\x4f\xf4\x37\x3f\x36\xb5\xc2\x0f\x3e\x63\xce\x01\x79\x03\x46\xd9\x52\xe5\x30\x5d\x8a\xbf\x91\x75\x21\xf2\xa6\xbe\x55\x1d\xf8\xac\x43\xd9\x48\x29\xfa\x41\xd6\xc5\xb1\xac\x9a\x5a\x61\x63\x9b\x53\x83\x1b\x32\xc1\x0c\x4c\x15\xf6\xc9\x34\xf6\x16\x72\x0c\xbd\xcd\x4c\x22\x03\xa6\xfd\xe5\x3e\x66\x90\x3a\x03\xbe\x17\xcf\xa1\x41\x42\x6f\x01\x42\xdd\xd5\x76\x65\x4a\xe4\xd0\xf7\x8f\xc5\xd3\x0b\x12\xec\xd8\x4b\x0d\x43\x1c\x8b\xaf\xb9\x71\x05\xf3\x3f\x60\x74\xee\x76\x45\x46\x6b\x7f\x94\x16\x2d\xf6\xa7\x0c\xd5\xc3\x0f\xbc\x91\x50\x95\xeb\x15\x3e\xe9\x79\x91\xd2\x47\x3d\xcf\xcc\x98\xf1\xb5\xee\x45\x39\x90\x03\x28\x54\x4d\xed\x4d\x91\x27\xda\x16\x5a\x3e\xda\x8e\xf7\xe0\x79\x6c\x15\xc7\x6b\xc8\x13\x99\x0f\xdc\xe1\x1c\xc2\x5f\xfb\xed\xa6\xc5\xa1\x5c\x93\x83\x3a\x46\x8b\xeb\x8e\x11\x70\x8f\x51\xe3\x57\x0a\xcb\x4f\xa1\x3d\xcd\x2a\x8d\x01\x0c\xaa\x8c\x31\x95\x9f\xec\x35\x42\x8a\xdb\x52\x62\x40\x60\xf9\x51\x18\xc2\x68\x54\xca\x42\x8f\xfb\xd1\x20\xfa\x6b\xa9\x4f\xf3\x5d\x39\x5c\xe3\x68\xea\x9d\x68\xc0\x3b\x3d\x87\x00\xc3\x8d\xbc\xd1\xe3\xbd\x2d\x9b\x4a\x0e\x26\x94\x09\x54\xc5\x9b\xcd\x76\x90\x57\x65\x55\x0e\x3b\x70\xb8\xe7\x28\x96\x90\x97\x78\x36\x89\x5f\x71\xb1\x5d\x32\xab\xb8\x4c\xa7\xc9\xe2\x89\x25\x64\xd1\x97\x5b\x76\x5a\xce\x73\x55\x05\x8b\x86\xa3\x5f\x70\x79\x32\xcc\xf0\xf9\x80\xcf\xc6\x8b\xf3\x28\x11\x80\x76\x72\x22\xbe\x2b\x6b\xa3\x32\x2f\xd4\x47\x9b\x66\x03\x37\xb8\x34\x9b\x64\x07\x61\xab\xe1\x63\xba\x60\x97\xef\x8a\xc4\x21\xf2\x7b\x65\xe4\xeb\x59\xac\xac\xc5\xaf\x74\xfb\x05\x4f\xfd\x20\x1e\x73\x06\x3d\xa0\x56\xba\xcd\x73\xcc\xcb\x60\x35\x1d\xfa\x19\xe6\xf3\xe5\x95\xd8\x6d\x4a\x61\xfa\x7a\x92\x18\xb2\x04\x4c\x57\x5b\x3b\x2a\x06\x2d\x13\x57\xde\x21\x66\x1b\xd6\x56\x50\x6f\xa2\x52\xb7\xaa\x32\x61\x4c\xe6\x14\xb5\x5b\xf4\xb6\xb6\xe9\x52\x4c\x16\x51\xa8\xc1\xb8\x1a\x94\xf5\xcd\xc6\x0c\x94\xd7\x98\xf0\x44\xda\x14\xab\xbd\xb8\xd4\xed\x2e\xf1\x74\xe9\x1b\x97\xce\x86\x89\x75\xb2\xf4\x4d\x0f\x23\xa0\x18\x68\xec\x02\x9e\xe2\x27\x0a\xd5\x49\x58\xe1\xcc\x5e\x62\x5b\xb6\xde\x84\x31\x57\xcb\x52\x3c\x16\x5f\x53\x2a\x05\x6f\xf5\x43\x87\x34\xbd\x44\xf0\xf5\x1f\x42\x27\xeb\x43\xd2\x5a\xe9\x7f\x69\x32\x5d\x8e\xd6\x62\xb2\x53\x0b\x35\xc1\x86\x26\xc3\x70\x1c\x15\xa6\xb9\x04\x1f\x97\xfd\x7b\xe3\x69\x40\x7a\x39\xc0\xcd\x00\xcf\x40\x33\xc7\x5f\xa0\x22\xe6\x4a\xe3\xac\x7d\x04\x4a\x1c\x9e\xf9\xcb\xcf\x22\x6d\x7b\x7a\x69\x40\xbc\xc7\xda\x9f\xa7\xb4\x83\x7a\x7c\x7f\xcc\xec\x32\x42\x2e\xb7\x45\x6f\xd3\x4d\xeb\xce\x2e\xdc\x5d\x60\x12\x58\xef\xbf\x12\x46\x96\xca\x5f\x6f\xd7\x2b\x22\xd0\x7d\x16\xfd\xde\xe9\x8f\x03\xc3\x40\x78\xe2\x34\x46\xc2\x8a\x68\x1a\x63\x55\x30\x3f\x36\x05\x26\xd6\xc2\xca\xe7\x4f\x70\x7d\x7c\x80\x89\x4a\xe3\x57\x32\xbf\x31\x24\x95\x9c\x4a\x5c\x7d\x18\x57\x01\x54\x60\xad\x3d\x8d\xe3\x54\x0e\xb7\xf0\x2c\x1e\x44\x97\x60\x94\xaf\xf4\xe9\x9d\xb9\xa3\xf0\xcc\xf7\xbc\xdb\xe6\xc3\xb6\x23\x23\x42\xca\x29\xa4\x6b\x9a\x21\x99\x50\xe7\x90\x80\x36\x32\xfc\x86\x1a\x05\xf4\xab\x34\x86\x0c\xdd\x03\xfd\x9a\x7d\xb1\x29\xe2\x73\xb0\xa4\x0d\xab\x19\x0f\xd7\xd9\xac\xac\x5d\x55\xfb\x39\xab\x9f\x0e\x71\x67\x4d\x47\x5e\x74\xe9\x4a\xea\x89\x04\x90\x34\x7c\x53\x65\x31\x13\x2d\x5a\xc4\xc4\x31\x5f\x99\x98\x4a\x1d\xb9\x85\x89\xf4\xa6\x6d\x3a\x5d\x99\xd5\xa6\x52\xad\x74\xd7\x0e\xab\xb5\xb6\x99\x78\x9a\x85\xcb\x43\x4a\x44\x6f\xe1\xbe\xfd\x08\x8b\x8a\x4c\x67\x3f\x9f\x8b\x67\x7b\x54\xbd\x90\xb4\x12\x63\x97\xc6\xec\x69\xc6\x65\xc5\x2f\xea\xe9\x67\x40\x09\x4c\x30\x71\x16\x0f\x5c\x68\xae\xee\x0a\xae\x53\x7f\xd5\x18\xfe\x18\xfb\x84\x87\x8d\xb1\x8d\x81\x35\x18\x52\x05\x1e\xec\xd1\x32\xc1\x9b\x41\x83\x89\x72\xb0\xd8\xc2\x63\x2c\xa6\x4b\x3e\x24\xea\x9f\x72\x58\x61\xbe\x20\x18\xbf\x7e\xee\x65\x22\x3c\xa3\xa4\xa1\x5e\x0b\xfd\x22\xcc\x5b\x97\x1e\x0a\x8b\x51\xe5\xad\x13\xc3\x1a\xcf\xaa\xbb\x27\xc3\x5d\x6c\x68\xe6\x64\x80\xbb\x10\xfa\x96\xd3\x14\x11\x72\x76\x54\xbe\x0b\x5e\x49\x49\x71\x2f\xbf\xb2\x7c\xdb\x41\x48\x4d\xe4\x1a\xa6\x5b\xbc\x4d\x14\xa4\x0f\x63\x41\x92\xf6\x49\x24\x37\x0e\x7b\xf4\xc4\xf8\x28\xe2\x15\xf6\x06\x83\x19\x2b\x01\xc8\x02\x77\xbc\x6b\xda\x19\x77\xdb\x99\x1f\x90\xc3\x92\xda\x37\xa9\x9e\x78\x26\x9a\x80\xf6\xcf\x5c\xbf\x99\x38\xc6\x1f\x71\x46\xaa\xa8\x96\x59\x7a\x3a\x34\x71\xbf\x4f\xdf\x96\x9d\xa6\x10\x51\x3e\x14\xa2\x9a\x1e\x60\x4a\xa0\xee\xd4\x07\x76\x11\x53\x1e\x07\x10\xd2\xd3\xc9\xf5\x6c\xac\x9c\x3b\x03\xcb\x7f\x5b\x2d\x82\xcf\x5b\xb9\x0d\x7b\xe1\x71\x57\x4c\x2d\xe6\x4d\xc6\xbf\x9f\xdc\x60\x0e\x43\xe4\xb7\x9e\x82\xd4\x95\xdc\x46\x2c\x3d\x0b\x30\x7e\x0c\x37\xef\xbf\x2d\x63\x1b\x6c\xbc\x1f\x62\x24\xf7\x47\xb2\x74\xc3\x3c\x04\xe5\xc1\x2a\xfe\xe5\x18\x8f\x46\xf5\x7b\x23\xbc\xe9\x55\xe3\xbb\xfe\x7b\x14\xdd\x4d\xda\x68\x67\x22\x04\x43\x38\x59\x05\x27\x77\x72\x3c\xa4\xd3\x77\xff\x99\xf0\x79\x33\xf7\x90\x63\x47\x32\xf1\x34\x54\x41\xda\x0b\xcc\xf3\x5f\x62\xad\x35\x32\x3e\x03\x97\x1d\xfa\xa4\x6d\x4c\x2d\xef\xf1\x12\x5c\x7a\xb2\x76\x97\x74\x03\xbc\x3c\xcf\x98\x17\x87\x7e\xc5\x77\x84\xfe\x38\x15\x1f\x64\x50\xac\xc8\xf8\xf5\x8f\xdc\x7d\xd8\xd9\xc3\x87\xd8\xab\xf5\xf7\x3e\x4b\x2d\x73\x72\xe6\x25\xc7\xc2\xb7\xcc\x37\x28\x3c\x1f\xe3\x59\x15\xc7\xd0\xdc\xe1\x75\x99\xba\x23\xf9\x34\x9c\xff\xc7\x0b\x5a\xb2\x31\xdb\x8e\xf9\x37\x65\x78\xf0\xa0\x1a\x4e\xc3\xa3\x52\x13\xfc\x86\xf9\xc7\x03\x29\xf7\xb8\x7e\x08\x48\x4b\x22\xd7\xd9\xfe\xcf\xda\xa6\x3f\x85\x09\x92\xe0\xc6\x8e\xd0\x01\xad\x61\x93\xa7\x3f\x1b\x75\xc7\xd8\xef\x8a\x31\xc9\x86\x24\x82\x20\x5d\x18\x09\xb3\xa7\x40\xea\xd7\xc8\xef\x1d\x1d\xb4\x5a\xe3\xba\x95\xd9\x6a\x1c\x81\x8f\xba\x87\x96\x4f\x33\xf1\x0b\xca\x6c\x1a\x29\x01\xf0\x28\x2e\x42\xf6\x51\x69\x72\x8f\xc2\xb7\x26\x91\xe2\xd0\x64\xfa\x15\x50\x4e\x7a\x71\x11\x2a\x9f\x28\x7f\xe8\x2f\xe8\x86\x01\xf9\x6d\x4d\x4f\xbf\x8c\x84\x76\x77\xa8\x16\xd3\xdf\x2e\x7f\x49\x95\x49\xef\x2c\x42\x43\xef\x07\x86\xb0\x62\x4b\x74\xef\xa1\x09\x25\x5a\x8e\xe4\xb5\x44\x29\xa4\x69\x53\x96\x48\xb7\xe2\xb4\x11\xc6\x4d\x08\x94\xd1\x29\x47\x74\x2b\x61\x99\x71\xa4\x0e\xbf\x06\xb6\xfc\xe5\xc2\xb3\xec\x1a\xa3\xae\x69\x37\x66\xd2\x45\xbb\xc4\xd8\xea\x18\xe8\xc6\x60\xf6\x8b\x78\xac\x51\x82\x0c\x65\xd8\x13\xb4\x35\xe1\x89\x07\x7a\xe4\x78\xdd\x8e\x4f\xe9\xf8\xd8\x9f\x14\xef\xea\xcb\xcc\xaf\xde\x64\x8e\x8f\x13\xf7\x51\xd2\xa0\x24\xbc\x84\x65\x7a\x0f\x83\x94\xd4\xfa\x86\x05\x23\x93\xc9\xbd\x20\x33\x71\x95\x30\x34\xc1\xb9\x7a\x85\x7a\xdd\xf2\x35\xfd\xb7\x7e\xe5\xd2\xfa\x94\xf5\x6b\xf7\x03\xef\xbb\x63\x97\x5e\x20\x7d\x29\xa7\x6c\xca\x26\x6d\x81\x06\xad\x3b\x3c\x13\xd2\x05\x9b\x3e\x55\xff\x45\x9c\x42\xbf\x2f\x85\x5c\x96\xaf\xf4\x01\x15\xa7\xf4\x67\x70\x2c\x0d\x20\x3d\x2c\x3d\xe2\x33\xab\x2b\x62\x80\x5e\x8b\x97\xe2\x6a\x59\xbe\x26\x40\xf8\x67\x42\xb9\xac\xbb\x3c\x3a\xd3\x0d\xc6\x2b\x44\xf0\xa4\x02\xc0\x32\x80\x58\x8d\x25\x25\x99\xf3\x30\x4c\x0e\x33\x09\xbc\xc6\xb8\xc3\xf8\xf4\x98\xba\x36\xaa\x4e\xd9\xf4\xf9\xed\xe2\x70\xcc\xd5\xc6\x98\x8f\xc8\x0f\x81\x17\x33\x1f\x48\x28\xfd\xc3\xa7\x67\x7a\x99\x0e\xb0\x13\xd2\x76\x9d\x89\x50\x6f\x23\x5c\xe2\xce\x57\xc9\xda\xd2\xaf\x62\x3d\x86\x98\x38\x04\x0c\xe1\x52\x64\xe1\xd5\x94\x6f\xc3\xe7\x78\xcc\xaf\xf7\x8c\xf9\x75\x72\xcc\xaf\xef\x3b\xe6\xd7\x53\x63\x7e\x7d\xc0\x98\xfd\x73\x6c\x2f\x53\x34\xde\xfd\xa9\xbc\x55\x90\x90\x6f\xbb\xb9\xc2\x40\x1e\x3f\x7d\x9d\x4b\xa9\x8e\x8c\x37\x98\x17\x4c\xa6\x18\x24\xe3\x00\xc7\x04\xbe\x67\x58\x12\xce\x07\x82\x4c\x3d\x5a\xe1\x88\xa9\x14\xb2\x6b\xb6\x60\x19\x6a\x7a\xb4\xb8\x19\x47\x88\x72\x25\x64\xbd\xe3\xe6\xaf\xc0\xaf\x20\xf0\x27\xe0\x24\x66\x84\x46\xa0\x02\x10\x0e\x15\x34\xc6\x30\x39\xf1\x19\xfc\x6d\x51\x2b\x19\xd2\x10\x56\x75\x4a\x23\xf3\x63\x62\x77\x99\xa3\x98\xf7\xdb\x86\x00\x9c\x8a\x27\xf3\xcc\x15\x6b\xb1\x60\x1e\xd3\xf7\x2c\x83\x4f\xda\xae\x60\x69\x80\xe5\x4b\x33\x57\xd9\x89\x8c\x0d\xf6\x0c\x92\x20\x65\x3a\x0c\x8f\xe1\xb4\x17\xb1\xef\xd6\xee\x7d\x3b\xe1\x8a\xf1\x18\xd7\x91\xdc\x89\x35\xfa\xa7\x8a\x98\x53\x7a\x19\x2a\xa0\xef\xdd\x10\x81\xc3\x0b\xbb\x2c\xc6\x24\xa4\x92\x27\xbf\x01\xea\x3a\x9d\x66\x9d\x8a\xc6\x42\x8e\x72\x3f\xf1\x8d\xa1\xa6\xf0\xc5\x4b\x01\x44\xdb\x64\xc2\x89\x39\x33\xbe\x94\xba\xdd\x8b\x91\xf0\x0e\x91\x20\xaa\x5e\x82\x16\x58\x31\xa8\x3a\xe4\x90\x20\x13\xc7\x66\x5b\x11\x1d\xb9\x0c\x92\x19\x11\x59\xb3\x62\x21\x49\xe6\xc3\xd2\x13\xb9\x67\xc6\x77\x5c\x46\x36\xeb\x48\x10\x4f\x93\xbd\x14\x85\x9a\x9c\xb5\x4b\x95\x7d\xc8\xac\x83\xc7\x76\xea\x3f\x07\x18\xb6\x97\xa8\x9d\xd7\xea\x63\xdb\x74\xfa\xc4\x7f\x83\x09\x42\x78\x8d\x43\xa7\x76\xcf\x78\x48\x54\x66\xa3\x71\xf1\xaf\x77\x6a\x70\x26\xa1\x8c\xa7\xb9\xce\x28\x99\x4a\x26\xb0\x1d\xaf\x63\xe9\xa2\x3b\x32\x6f\x29\x32\x16\xed\x0e\x4e\x93\x0f\xb2\x07\xe5\x86\x06\x69\x3a\x16\x9f\x91\x04\x3c\xfa\xaf\x95\xfa\x87\xea\x4e\x30\xca\xfe\xd1\x33\x3d\x23\xc3\x8c\xbc\x97\xeb\xb7\xdf\x90\xb2\xf3\xe4\xe4\x44\xfc\xb9\x5c\x5f\x57\xe5\xfa\x1a\x4d\xc1\x72\x8d\x79\x5d\x37\xb2\xbb\x81\x34\x98\x10\x55\xa7\xea\x06\x12\x11\x5c\xf3\x6f\x73\x39\xa8\x75\xd3\x69\x32\x4b\x79\x25\x77\xd0\x74\xe9\xb2\x82\x5f\xcc\xfe\xc5\x36\x59\xf4\xc3\xae\x52\xef\xe5\xba\x9f\x53\x0a\x72\x93\xef\x55\x52\x02\x65\x17\xe4\x2f\xae\x76\x42\xba\x1c\x05\x1b\x58\x6a\x9b\x45\x60\x23\xa1\xca\x1a\x65\x17\xcb\x87\xad\xac\xc4\x9b\x77\xef\x04\x74\x20\xae\x76\x94\x74\x40\x2c\x6d\xdf\xaa\xf3\x46\xf2\x67\xf7\x7c\x8e\xa3\xc7\x26\xaf\x55\x2e\x21\x3d\x21\xe6\x73\x86\x91\xa0\x0f\xca\xae\x25\xe7\x0f\x0b\x04\x7b\x23\x2f\x90\xa1\xb1\x49\xcf\xe5\x55\x85\x96\x28\x59\xdd\xb8\xa2\x91\x66\x2a\x99\x78\xd3\x14\xea\x87\xb2\xeb\x9a\x4e\x6c\x7b\xf0\x72\xd9\x34\xfd\x50\xed\xc4\x87\xbc\x6a\x7a\x55\x7c\xa0\x54\xb2\xb7\x4d\x2e\xaf\xb6\x95\xec\x76\xde\xd0\x07\x58\xbf\x66\x65\xc7\xa8\x37\x8c\x25\x21\xb5\x89\x64\x87\x4e\x16\x60\x39\x90\x15\x24\x19\xa4\x84\x19\xc7\x98\x1d\xb4\xdf\xf5\x83\xda\xf4\x19\xa5\xae\x81\xb4\x39\xe5\x20\xae\x65\x57\x60\xb9\x52\x0d\xc2\xdb\xed\xe1\x5a\x6d\x14\xa4\x74\x03\xf7\x2e\x21\xab\x8a\x8a\x9f\xdc\xa8\xba\x17\x6d\xd7\x14\xdb\xdc\xf3\x7f\x39\x11\xb7\xb2\x83\x9a\xae\x66\xf6\xbd\xb7\xda\x6f\x07\xf1\xa1\xec\x3f\x68\x62\xd2\x97\xb4\x6a\x4b\x4c\x38\xed\x4d\xf9\xbd\x5c\xff\x1d\x1f\xcf\xc5\xae\xd9\x76\xa2\xb9\xab\x53\x03\xd4\x2b\xa1\xe9\x3d\xce\xed\xd8\x16\x56\xd1\x3b\x3a\xc3\x20\xcc\x5d\xb3\x05\xd9\xb3\x6b\x2a\x71\xd5\xa0\x7f\x0d\x3a\x37\x58\x5c\x6b\x65\x7e\xa3\xff\x6b\x12\x0b\x32\x1c\x9a\x67\x14\x59\x9a\x5f\x63\x6f\x90\x65\x07\x32\x5d\x52\x96\xcb\xb6\xcc\x6f\x54\x21\xb6\x2d\x26\x4d\x5c\xeb\xfd\xe3\x10\x7a\x31\x1b\xae\xa1\x04\xee\x8e\x52\x0a\x15\xaa\x2b\xd1\x1a\xbc\xa1\x94\x1b\xfa\xfc\x82\xd7\x98\xde\x0b\xe8\x46\x23\x7a\x55\x35\x77\x3e\xa4\xa1\x81\x4a\xb1\xcc\x7a\xdc\xf4\x90\x65\x96\x52\x03\xcb\x35\xcf\xd5\xf4\x5f\xcd\x72\xe0\xa3\x89\x34\xba\x6a\x30\xa1\xd8\xba\x77\x64\xd6\xaa\x8a\x7b\x56\xe9\x41\x11\x43\xa1\x17\x1e\x1d\x95\x04\x4f\x0c\xdb\xd4\x1a\x9d\x7a\x55\xad\xa0\x3d\x65\x43\x2a\x6b\x01\x86\x58\x0d\xbf\x50\x79\xa7\x24\x64\xf4\xec\x5b\x95\x97\xab\x32\x2f\x87\x9d\xcb\x28\x1f\x66\xac\x05\x47\x9e\x6d\xbd\x69\x8a\x72\x55\x2a\x58\x18\x96\xfe\x16\xfa\x73\x99\x6f\x29\x09\xfb\x23\x96\x51\xd2\x36\x0c\x16\x02\xd3\x1f\xf8\x7d\xd1\xb7\x5d\x0f\x29\x01\x4b\x24\x35\x36\xba\x2e\x84\x60\x20\x27\xc2\x26\xc1\x48\x9e\xb0\x90\x93\x57\x12\x4b\x23\x20\x9c\x55\x94\xc6\x79\x66\x01\xb3\x4f\x12\x3b\x69\x5b\x96\x05\x65\x07\x03\x02\xef\x7c\xab\xdc\xdc\xbe\x81\x43\x44\x99\xb3\x07\xb9\x5e\x40\x51\x63\xdc\x54\x28\x69\xbc\xd6\x8c\x7c\x46\x7e\x08\xeb\x20\xeb\x26\x4b\x76\xda\x6f\xaf\x8e\xf5\x07\xa6\xca\x31\x82\x08\xd2\x30\x72\xea\xdb\x87\x34\x8c\x53\x60\xba\x63\xa0\xa2\xae\xbe\xe9\x6c\x3c\xb4\x45\x27\xdd\x17\x9c\xb5\x01\x93\x40\x06\x78\xaf\x18\x62\x8a\x59\xd3\x89\x75\x27\xeb\x02\x9f\x31\x48\x72\x9d\x09\x35\xe4\x73\x3f\xeb\x23\x52\x96\x59\x42\x29\x0e\x42\x28\x02\xe6\xba\x6f\xf6\x28\xd6\x7f\x53\x71\x29\xa8\x8a\x1e\xaa\xf6\xbb\xe6\x0e\x56\xfe\x5b\x4d\xfc\x67\xe7\x0f\xde\xc8\x1a\x42\xc5\x89\x04\x50\xca\x56\x8e\xe1\xe7\x0f\x42\xc7\xa1\x01\xd4\xd3\xc0\x26\xc9\xf5\x6c\x79\x61\xaa\x9b\x2c\xbd\x08\x1a\xbd\xb7\xbd\x22\x9e\x6a\x90\xeb\x48\xb4\xc6\xc9\x8e\xb0\xca\x70\xfe\x69\x22\xbd\x4a\xb1\x86\x3e\xfc\x94\x89\x4d\xae\x27\xd0\x4f\x4f\xe2\x83\x39\x64\x1f\xcc\x1d\x04\x81\xfc\xce\x05\x14\x92\x1c\xad\x49\xb2\x1c\xac\x72\x1a\x93\xcc\x56\x95\xe9\x49\x3a\x4a\x80\x99\x00\xb6\x57\x16\x33\x5d\x06\xee\x05\xe6\x27\xa5\x7b\x8c\x21\xb2\xbe\x9b\xcd\x48\x80\xce\x8a\xe1\xae\xcc\x95\xc3\x38\x6b\x33\xa4\x8b\x1c\x73\xfb\xcf\x2e\x37\x4f\x67\xc3\x53\x96\xc1\xee\xec\x4c\xe0\xa3\xcb\x39\x92\x4c\xd3\xdf\x66\x5b\x0d\x65\x5b\x71\xaa\xa2\x01\x67\xfa\x7a\x90\x5d\x51\xa9\xbe\xf7\x92\xa0\x02\x85\xcc\xcc\x7d\xca\xca\x4e\x6b\xdc\xd6\xdd\x6e\xbe\xd6\xdd\xcc\xa1\xc7\xaf\x67\xd8\xe9\xfc\x72\x9e\xca\x6f\x07\x19\x76\x13\x03\xd0\x5c\x1a\x23\x6d\x92\xd6\x19\xc8\x12\x1e\x13\x99\x33\x92\xde\x6f\x64\x55\xa9\xce\x5c\x0d\x0e\x0e\x64\x4b\x5f\x97\xfd\x00\xee\xe7\x50\x93\xda\x90\x82\xbe\xa1\x02\xee\x7c\x6e\xea\xa3\xdc\xe8\x91\xd0\x34\x36\x7f\x80\xb1\xcf\x2f\xdd\xd6\xed\x5a\x70\xa9\x66\xf3\xe4\x79\xf6\xe0\x31\x34\xba\xcc\xe8\x62\x71\x79\xce\xbd\xf3\xfc\x03\x8d\x31\x0e\xe3\xde\x34\x85\xcd\x66\x80\xdf\xc4\xe8\x0b\x67\x46\x4b\xae\xa9\xe0\x7d\xb9\xb6\x44\x1a\x83\x1f\x7e\x5a\xcd\x36\x4d\x31\x87\x82\xf0\xe3\x49\x59\xdc\x91\x08\x5e\x98\x61\x40\x01\x06\x0d\x1d\xb6\xe1\xd3\x27\xdc\x09\xaf\x3b\xca\xea\xa1\x7b\x5b\xe8\x3b\x75\x06\xaa\x52\x18\xa9\xd4\xf4\xff\x58\x5c\x2d\xca\x40\xf7\xe6\x99\x3c\x8c\x0c\x60\xfa\xb4\x82\x00\x65\x0a\x32\x27\xe1\xa0\x32\x3c\xc6\xe9\x24\x72\x93\xf4\xaf\x23\xd7\x57\x78\x27\xd1\x8e\x41\xc1\x1a\xb8\x86\x37\x4d\x11\x67\x1c\x3c\xd2\x4f\x27\xb3\xea\x06\xf7\x28\x04\x8d\x63\xf9\x15\xb8\x44\x21\xfc\xdd\x0e\x16\xe3\xb6\x07\xbd\x66\x03\x5d\xc4\x78\x13\x8b\x87\x0f\xe1\xa4\xbd\xea\x3a\xb9\xd3\x6b\xdc\x67\x62\xb0\x6b\x3f\x0f\x69\x28\xf6\x90\x1e\x10\xbe\x0b\x86\x84\xdc\x80\x26\xd9\x3e\x11\x07\x66\x87\xcd\x3f\x34\xeb\x00\xd2\xd2\xb9\x0b\xfb\xdb\xb0\x79\xa5\x88\x3d\xda\xad\xea\x55\xb9\x06\x25\x94\xea\x36\xdb\x41\xcd\x46\xbb\xa1\xab\xad\x59\xa1\xbf\x63\x4c\xfc\x5d\x32\x61\x00\x8a\xc1\x1e\x00\x3e\x81\xf8\xf6\x86\xf0\x30\xdc\x10\x08\x6c\x37\xdf\x77\x79\x70\x43\x81\xdb\x1d\x44\x7b\x3f\xdb\x9b\xd5\xd1\x73\x35\xfb\xc3\x87\x42\x2e\xd4\xad\xea\x76\xb3\xd9\xc7\x4c\x94\x70\x56\x3e\xc2\x27\x54\x1f\xcf\x33\x04\xd2\x02\x41\xda\xce\x11\xa5\x20\xbc\x8b\x34\x83\xa5\x33\xf4\xc1\x07\xa3\x86\x3e\xdb\x42\xc2\x2d\xcb\x3b\x24\x53\xd6\x13\x3d\x4c\x73\xd4\xf9\x0b\xf0\x15\x9e\xcf\x43\xa7\x3c\xae\x3f\x91\xe9\x3a\xa0\xbe\xbe\x36\x8c\xb6\xa0\x32\x29\x70\x13\x14\x4c\x33\x6b\x65\x0f\x27\x1c\x71\x39\xfd\xb6\x94\x62\x79\x49\x8a\x8e\x05\x26\x8b\xbd\xf4\x33\xfb\xb9\x17\x73\x61\x84\xca\xe5\xe5\xf7\x7f\xa1\x2a\x30\x88\x02\xdb\x0e\xca\x8c\x54\xdd\x22\x7e\xe1\xc9\x8b\x9a\x35\x97\xdd\x1a\x33\xec\x63\xc6\x58\xb1\x91\x6d\x8f\x22\x7a\xaf\x2a\xa5\x09\x15\x0c\x79\xc9\x25\x43\x12\xf2\xe4\xba\x0f\xc5\xca\x39\xb8\x80\xea\x25\xee\xcd\x84\x79\x87\x3f\xfa\x70\x37\x72\x87\xc9\x7b\xb4\xb4\xd1\x74\x62\xd3\x74\x4a\xcc\xfa\x56\xe6\xea\xb8\x57\xad\xec\x24\x24\x30\x84\xd1\xb4\x72\xb8\x26\x58\xe2\x9d\x96\x17\x25\x3c\x32\xc9\x6b\xa5\x58\xc2\x67\xb5\xdc\x28\x7f\xc9\xd0\x7d\x58\x6e\xd4\x3c\xb3\x4b\x66\x6f\x70\xdb\xa6\x07\x36\xf7\xf2\xab\x4b\xcd\x4b\x14\xb9\xec\x34\xdd\xb4\x63\xd0\xc2\x67\x5f\xc9\x9e\xc4\xdb\xfc\x5a\x76\x32\xd7\x5c\x78\x86\xd9\xf3\xc5\xe5\xf9\x83\xd7\x55\x93\xdf\x9c\x7c\xa3\xf2\x4a\xb7\x29\x9b\xfa\xe4\x3f\x64\x57\xca\xab\x4a\xfd\x28\x37\xea\xfc\xc1\xe5\x82\x8f\x9b\xc6\x21\x87\xfc\x5a\xf5\xe4\x64\x6b\x6a\x96\x82\x4c\x0c\xa9\x6a\x41\xe8\x32\x15\x5b\x0c\x31\xa1\x2a\x0f\x9d\x72\x6a\x01\x0c\x66\xa1\x52\x3b\xc8\xf0\xab\x62\x21\x5e\xc1\x84\xca\x1a\x05\x6c\x5a\x30\xd3\xa7\xac\x77\x86\xb7\x20\x69\xdb\xf4\x2a\x85\x96\x22\x2b\x85\x31\x0e\xff\xf3\xbf\xff\x0f\xbb\x24\x94\xe9\x1d\xd2\x77\xd8\x35\x44\x20\x54\x5a\xc8\x44\xdc\x6c\xdb\x16\x44\xd4\x0c\xb4\x02\x70\x48\xd5\x4a\x8b\xa4\xaa\xce\xb5\x20\x2f\xfb\xa6\xa6\xe0\x1f\x52\x11\x7d\xaf\xfe\xa1\x3a\xa7\xb0\xea\xad\x0a\xa5\x93\x30\x3b\xd0\xa4\x40\xbe\x7a\xdd\x96\xf2\x39\xdd\x51\x30\xd1\x4e\xdc\x41\xaa\x60\x4c\xa4\x31\x67\x28\xf7\xca\x43\x13\x55\x17\x14\x08\x24\x2e\x4f\x16\x8b\xc5\xa5\x86\x58\xd6\x94\xf3\xd0\x85\x26\x69\x31\x1d\x32\x3f\xf1\x62\x47\xa6\xf4\x14\xa5\x25\x96\x55\xdf\x20\x57\x4a\xfa\x04\x8a\xe7\xa0\xf8\x28\xa5\x19\xc0\x12\xb8\xe6\x1d\xdb\x6d\x4a\xc7\xd9\xdc\xd5\xa4\x5d\x9b\x5d\xb1\x9c\xc9\x94\xa0\x98\x92\x54\x6d\x9a\x9e\xb4\x62\x50\xcb\x01\xaa\x19\xf5\xaa\xf0\xce\x30\x70\xa4\xb4\xb5\xaa\x2e\x10\x1b\x8f\x2e\x2d\x62\xbe\x1a\x86\xae\xbc\xda\x0e\x4a\x3f\xab\x1b\xb1\xda\x76\xb0\x9c\x30\x18\x7b\x96\xaf\x65\xdb\xaa\xba\xf7\x4a\x6c\x3d\xea\xfd\x09\x19\xfd\x0d\xe5\x74\x86\xa5\x58\x2b\xac\xdf\x81\x50\x90\xe9\x85\x01\x7b\x6a\x29\xf4\x10\xd4\xa2\x99\xc4\xdc\xa7\xec\xd8\xf1\xe8\x17\x71\x79\x72\x99\xe1\xe8\x2f\xbf\xba\x84\xba\x1a\x97\x7a\x93\xcc\xa1\xed\xa1\x84\xd4\x7f\x6e\x1b\x12\xa0\xff\xdb\xbb\x9f\x7e\x24\x2d\x9c\x47\x66\xbe\xd3\xd8\x86\x9c\xf1\x29\x7b\x7c\x79\x79\xf9\x8b\xbc\x95\x7d\xde\x95\xed\xc0\x6a\x4f\x75\x0b\x8d\x10\x3f\x77\x4d\xdb\xcf\xf0\xb1\x10\x56\xb5\x3a\xfb\xd5\x3c\xc2\xf0\x1f\xd8\x8d\x1f\xd1\x2e\xa7\x57\xe4\x75\xb9\xa6\x5f\xb0\x4c\xee\xe3\xf3\x07\xf4\xdc\x7e\x71\xfe\xe0\x14\x29\x22\x9a\xf5\xb2\x04\xe0\x6f\xfb\x5c\xb6\x26\x76\x08\x0b\x68\xd1\xa9\x2f\x4d\x82\x5f\xde\x03\x3e\x39\xc1\x56\x16\xbc\x82\x9f\x29\xf0\xb2\xde\x0d\x7a\xd3\x45\x59\xf7\x65\xa1\x84\x45\x8e\x3e\x1e\xbd\x7b\x77\x64\x21\x6f\xd4\x20\x7d\xb8\xaf\xf0\x7e\x03\xe8\xe6\x14\x50\x81\x12\xea\xe3\xed\x20\xab\x32\x8f\xe1\xe3\x73\x7d\x08\xdd\xc0\x37\xed\xb5\xec\xcb\x3e\x35\xf4\xb7\xf5\xad\xac\xca\x02\x67\x6c\x68\x60\x8f\xd4\xe5\x12\x71\xe0\x12\x36\xe4\xb2\xc4\x2f\x2f\xbd\xce\x78\x6b\xdd\xdf\x12\x3a\xc4\x76\x19\xf6\x4e\xed\x2e\x52\xbd\xdb\xb3\xaf\x91\xb6\x10\xe7\x0f\x4e\xce\x1f\xe8\xee\x5b\x7d\xe5\x6f\x29\xe3\x9c\x69\xf5\x08\x5e\x3f\xa2\x49\x25\x3e\xf9\x8c\x04\x4a\xcc\x2d\x5e\x72\x9e\xcc\x62\x5e\xdf\xaa\xdc\xe3\x99\xae\x76\xfa\x2a\x71\xc9\xe9\x78\x3a\xba\x90\x7f\x6a\xbb\xa6\x05\xd2\xcf\x81\x08\xa7\xf4\x00\x3b\x68\xab\xf2\xa5\xfe\x30\x74\xa8\x3c\x02\xa6\x70\x51\xf6\xc8\x1c\x82\x8a\x3c\xd4\xbe\x20\x08\x58\xc7\x64\xf5\x14\x53\xe9\x54\xc3\x5f\x60\x68\xcf\xf9\x03\x71\xfe\x20\x04\x44\xea\x93\x71\xf7\x49\x2a\xac\x8a\x9c\xfe\x46\x6f\x02\xe5\xdd\xf9\xb1\xe9\x36\x10\x69\x0c\xf9\x1a\x07\x4c\x6a\x9b\xaa\x89\x1b\x78\x75\x3e\xd9\x93\xf1\x00\x81\x9d\x89\xf3\x07\x80\x9c\x9a\xe5\x85\x62\x15\x18\x2a\x80\x86\xe7\x3f\x90\x4b\xe5\x30\xe6\x2c\xcc\xff\xd1\xa0\x21\x3e\xfa\x6d\x7d\xad\xba\x72\x88\xf3\x05\xf1\x7f\x53\xbe\x8c\x23\xc1\xee\x28\xd4\x9c\x89\x93\xbf\x9f\x3f\x98\xbd\x3c\x5d\xfe\xfd\xfc\xc1\xf9\xf9\xf9\xf9\xc5\x27\xfd\xbf\x8b\xf9\x57\x2f\xcf\x1f\x7c\x5a\xfe\xfd\xfc\xfc\xe4\xe8\xe2\xf1\xc9\x42\x7d\x54\x39\xcc\x73\x32\xe3\x49\xca\xd1\xcc\xfc\x73\xda\x37\x30\x44\x1b\x15\x1c\x1d\x34\xb8\x8f\x4e\xc5\xf9\x03\xf1\x18\x56\x69\xac\x1b\xdc\x5b\x64\xb5\x37\x14\x90\x71\xfe\xe0\xab\xf3\x07\xe2\xa5\x38\x7f\x70\xfe\x40\x9c\x0a\xfd\x98\xde\x3c\x3a\x7f\xf0\x48\xbc\x04\xb2\x8f\x8e\xad\xd0\x66\x4e\x1f\x8d\xf6\xa1\x37\xec\x0c\x3e\x89\x6d\xfc\xe1\x9c\xc9\x47\x86\xef\xec\x97\x6d\x93\x51\x0c\x10\x56\x2e\xdb\xa6\x7f\xfc\x78\xcc\xeb\x35\xdd\xb3\x29\xbe\x82\x8b\x72\x34\x91\xfe\x48\x38\x24\x83\x00\xfb\x9f\x5a\xf9\x9f\x5b\xf5\xbb\xe3\x98\xf1\xb1\x11\x47\x67\x48\x02\xff\xe9\xf8\xc1\xce\x35\xc9\x6c\x41\xa2\xc3\x89\x11\x33\xa7\x03\x42\x33\x5b\x41\xfb\xa9\xab\x26\x8c\xaf\x96\xfa\xc3\xd4\xee\x8c\x96\x28\xfe\xfd\xe6\x09\xd2\xf0\xb6\xb2\xb9\x70\xb6\x95\x9a\xa1\x41\x08\xad\xb4\x30\x87\x17\xa0\x15\xa7\x79\x58\xb1\x16\x1c\x0d\x28\xa3\x51\x0a\x34\x5e\x18\x98\x56\xfe\x42\x9c\x41\x37\xa8\xe7\xf2\xde\x8c\x78\x1d\x06\x22\xef\xb6\x52\xd6\x09\x5d\x16\x05\x81\x30\x81\x90\x90\x4f\x9b\x7f\x13\xe6\xd3\x76\xe9\xb3\xf5\x0c\x53\x0a\x31\x3e\x69\x2a\xc4\x8b\x9e\x6c\xb1\xa6\x8c\x6e\x1f\xfd\x9f\x84\xbd\x47\xa1\x9a\x2a\x8e\x95\x44\xa0\xe0\xf1\x0a\x7f\x85\x1f\xd0\x81\xad\xdd\x2b\xa3\x58\xd3\x6b\x06\x52\x56\xac\x4d\x43\xe1\xeb\xd3\x27\x94\xc2\x28\x15\xf9\x73\x96\x97\x3c\x1d\x94\x40\x7d\x41\xa3\xb4\x1e\x53\x7f\x96\x76\xfa\xc3\x9e\x08\x02\x5a\xc6\xec\x00\xe1\x71\x42\x09\xc4\x3b\x62\x79\x5f\x61\x84\x51\x71\x07\xb3\x52\x2f\xbd\x9f\xe6\x00\x9d\x52\xd5\x3c\x52\x7e\x58\x33\xc4\x41\xee\x01\xb6\x74\xb9\x29\xe5\x62\xb5\x09\x27\x88\x1e\xad\x2c\xbb\x7e\x21\xde\xe8\x1f\xc0\xe4\xd9\x8a\xe8\x20\xb7\x81\x92\xc0\x58\x38\x9d\xd5\xd8\x40\xb9\x51\xa2\xed\x54\xae\x0a\x55\xe7\x5e\xba\x06\xdf\x46\x46\xc8\xd6\x40\x4e\x0a\xdf\x5d\x0d\x8b\xa1\x1f\xc0\x62\x21\xd7\x4b\x6a\x8e\x18\x2f\x7c\x1e\x0a\xa5\xa2\x41\xae\x43\xfe\x67\x23\xdb\xa5\x7d\x49\xa9\x81\xf1\x37\x2c\x07\xdb\xc8\x89\xa4\xae\x64\xa1\x71\x9d\xc4\xb4\x40\xf7\x33\xd5\x03\xcb\x89\xf0\xab\xe8\xf3\xa6\x55\x19\xb0\xf3\x64\xa7\xfb\xac\x71\x15\x57\x4b\xe3\xfa\xaf\x46\x0d\x4e\x58\xc3\x26\x0f\xa0\x4f\x05\x72\x8d\x09\x9d\x3f\x68\x3b\x2b\x7d\x7c\x65\x94\x31\x3d\x9c\x50\xb4\xb2\xd1\x87\xfd\xf6\x8a\x3e\x5c\x84\xa1\xd5\x61\xa7\x83\x5c\x03\x52\x69\xea\xa0\x17\x7d\x7b\xa5\x17\x63\xe2\x4a\x36\x0d\x26\xef\x5d\x9c\x8a\xfe\xdf\x97\xf0\xbf\x8f\x05\xb0\xb9\xe2\xb1\xeb\xef\xd4\xfe\xf9\xfb\xdd\xc7\xd3\x19\xdd\x8c\x7b\x78\xe5\x11\x10\x16\x50\x02\x1b\x7c\x8a\xff\xa1\xfd\x0f\x54\xb7\xf6\xf4\x82\x2c\xc2\x4d\xcf\x99\xbf\x2d\x9e\x36\x97\xc5\xc1\xd9\x2d\x62\x6d\xf5\x56\x71\x50\x91\x64\x82\xd6\xc0\x33\xfe\x11\xba\x39\x21\x3a\x05\x72\x0a\x16\x0f\x4f\x69\x6f\xf5\x65\x87\x7f\xbc\x34\x7f\xb8\x8d\xc1\x4e\x4e\xf1\xbf\x07\xe9\x77\x2d\xe5\x00\x49\x10\xf5\x1c\xcb\xa1\x53\xca\xaf\xa9\x35\x77\x45\x5f\xe0\x1b\x52\xd0\x1e\xe8\x35\x95\x58\x7a\x57\x14\x93\xc1\xc8\x04\xa9\xb6\x40\x43\x05\xe7\x0d\xec\xb0\x8d\x90\x54\x7c\xc6\x58\x6b\x81\x68\x8b\xbf\x95\x55\x25\xae\x14\x54\x81\x56\x45\x66\xbd\x46\x48\x77\xb8\xb2\xb9\x1a\x32\xd8\x33\x59\xef\x4c\x66\x34\xf4\xf1\x01\x8a\x3b\x5c\xcb\x5a\xfc\x43\x75\x8d\xc8\x0d\x61\x6e\xdb\xca\xb8\xaa\x5d\xd2\x43\x63\x78\x6c\x65\xae\x98\xfa\x94\x6a\x0c\x35\x2b\xf0\x2a\xa3\x6f\x17\xe7\x75\xbb\x1d\x40\xbe\x36\x33\x8a\xaa\x4e\x63\x06\xac\xa1\x71\xd3\xd7\xeb\x84\x3e\xb9\x4f\x78\x2b\x56\x62\xd6\x94\x79\xc6\xba\xc2\xac\x36\xa7\x27\x4a\x6f\xcb\xaa\xb0\x31\x8d\x76\x23\x5e\xe3\x63\xf2\x92\xf4\x29\x38\xf7\x5b\x12\x2f\x3d\xac\x3e\xf5\xf7\x18\x12\xc1\xc0\xc4\x0c\xc2\x52\x77\x0b\xfb\x15\x7a\xef\x62\xe0\x38\xc6\x51\xce\x9d\xcf\x6d\x06\xb2\x4f\x16\xb7\xd2\x27\x26\x80\xb8\xaa\xc0\x4a\xd5\x78\x09\x29\xc2\xf9\xa4\xb8\x2d\x39\x78\x48\xd5\x67\x7a\xd7\xea\x98\xd5\x92\xfa\x2c\xc9\x88\x55\xf2\x3c\xa7\xbc\xf3\x1a\x71\x64\x1a\x2e\x68\x1b\xbc\x44\x7e\xc8\x58\x10\x3d\xd6\xf3\x8d\x4c\x99\xdd\xf0\xae\x95\x35\x0c\x34\xaf\xe2\x0b\x56\x13\xdb\xa3\x33\x06\x27\xcd\x67\xe1\x02\xc9\x88\xf5\xd6\x20\xa4\x66\xac\x69\x96\x63\x99\x19\xe2\xf9\x47\xa3\x0f\xc8\xac\x37\x0f\xbb\x3f\x51\x56\xfd\xc6\xf5\xed\x42\xa2\x61\x1e\x89\xae\xf4\xe2\xcd\xe8\x6b\x44\x11\xf6\xbd\xbf\x72\x01\x8e\x99\xe4\x53\x0e\xb9\x4a\x54\x41\xa8\x02\xae\xa4\x6c\x9a\x20\xff\x4a\x69\x85\x74\xf3\x53\x5b\x63\xa8\x39\x85\x13\xe7\x92\x5b\x05\x84\x19\x0f\x31\xe6\x89\xfb\xf4\x09\xbe\xa5\x44\x72\x49\xfb\x6e\x18\xcf\x8b\xa9\x91\xdf\x37\x61\x79\xd2\x00\xe9\x22\x44\x5c\xac\xca\x4a\x33\x77\xd7\x9a\xed\x38\xba\x5e\xc0\xf5\xa6\x07\x40\x7f\x02\xe4\x79\x64\xcf\x85\x1b\xdc\x5f\x95\x30\xf6\x18\xe5\x33\x18\x18\x84\xe3\x72\x49\x67\xae\xf9\x48\x10\xb8\xe3\x98\x10\x0a\xbc\xd7\x9f\xa7\x23\x52\x40\x24\x33\xec\xb6\x4b\xe7\x0e\xea\xf9\x37\xf8\x78\xc6\xbf\x49\xe7\x1c\xb5\xec\x8d\x77\x16\x13\x37\x37\x80\x0a\xaf\x52\x6f\xed\x01\xca\x74\x46\xd0\x6a\xaa\x2e\x28\xf0\x40\x67\x78\xd7\x8e\xb0\x33\xf4\x09\x76\x35\xc1\x7f\xc1\x60\x51\x9e\x8b\xb4\x67\x13\x23\xf0\x77\x52\xf7\x34\x0b\x1e\xbd\x24\x56\xe0\x14\x08\xcf\xdc\xf0\x6a\x63\x63\x71\x91\x82\x7c\x40\xbe\xa6\x65\x62\x3c\x16\x39\x46\x52\x96\x24\xb8\xbb\x3d\x49\x41\xf4\x3f\x42\x49\x18\x52\xed\xcb\xb2\x9f\x43\x02\x6c\x69\xa9\x9f\x62\xb7\x8a\x18\x2a\x1c\xea\xbe\x33\x6a\x83\xda\x31\x45\xa6\xcb\xd8\xc2\x72\xea\xb8\x3c\x04\x53\x91\xeb\x36\x1e\x06\x53\x74\x9a\x02\x29\x53\xc1\x31\x46\x71\xc3\x02\xf2\x29\x81\x4f\xd0\xda\x46\xff\x3c\x36\x64\x2b\x0a\xaf\xb4\xf0\xfe\xfc\x5b\x09\x8b\xe9\x1b\xa6\x1d\x51\x19\xd3\xd7\xb5\xec\x21\x73\xb0\x1b\x3e\xcf\x26\x7c\x50\xa4\x0d\x16\x4e\x9b\x0e\xb5\x21\xc5\x40\x29\x9e\x87\x2b\xea\x82\x25\xc3\xc5\x2a\x27\xaa\xf0\xc6\x55\xa7\xa9\xe8\xb4\xb7\xbe\x02\xee\x84\x31\x05\x97\xbe\x8b\xc2\x2a\xcd\xae\x42\x33\xc5\x8d\xf9\xf5\x99\x79\x6d\xe6\xb1\x88\x61\x0b\xf6\xb9\x85\xf0\xf0\xa1\x5d\xe7\x51\x32\x46\x64\xd9\xcf\x1b\x45\x00\x26\xa5\x3d\x1f\x33\xfc\x1b\xd6\x0e\xc6\xce\x66\xcf\x5d\x3b\x21\x0d\x06\xe7\xd6\x5b\x13\x97\x1a\x3b\x3a\xc3\xa9\x35\xf2\x12\x5f\x99\x6d\xfc\xf4\x49\x1c\xdd\x33\xb3\xb3\xf8\xcd\x42\xaa\xe0\x25\x9c\x79\xc1\xef\x17\x71\xee\xda\x7d\x3d\xba\xca\xce\x18\xf3\x16\x16\x14\xe4\xfd\xa1\xf5\x66\x35\x16\xb1\x2e\x46\xf6\x95\x27\xfe\xd0\xec\x79\x80\xb7\xd1\x01\xb0\x9f\xd0\x3e\x21\x62\x87\x18\x10\xd1\x9b\xb1\xfd\x0b\x50\x00\x02\xd0\x46\xb6\x7b\x5a\x19\xa0\x97\xc0\x9e\x88\xb8\xf1\x78\x4e\xd1\x30\xce\x8c\x61\xd3\x64\x16\x74\x3f\x67\x29\x1f\x86\xc3\xc5\x34\x3b\x68\xc7\x94\x4e\x67\x10\x80\x19\x4d\x7c\x6c\xfe\x8d\x21\xcf\xd4\x29\x3e\x90\x4f\x1e\x83\xfa\x65\x67\xf6\x73\x40\x91\xfc\x33\x19\x7c\xbc\x77\xc3\x78\x89\x4b\x7d\x11\xbc\x97\xeb\x05\x7a\xf1\x3e\x33\x8f\xf3\x66\xb3\xc1\xe4\x0f\x83\x46\xed\x1a\xed\xca\xf0\xb7\xbe\xbd\x7e\x34\xbf\xc9\x71\x4a\x5f\xe4\xaa\x1b\x76\xe1\xf3\xaa\x1c\x54\x27\x2b\xd3\xd4\xd6\x12\x1e\x66\xf4\x46\xc3\x46\x37\x08\xff\xa1\x71\x12\xa0\x86\xd7\x4a\x16\xa6\x25\xbd\x9a\x67\xe2\x46\xed\xee\x9a\xae\x30\x1f\xe9\x21\xc8\xa1\xe9\xcc\x6f\x66\x59\x37\x8f\xae\x3a\x99\xdf\x60\x09\xd1\x19\x7b\x3d\xcf\xc4\x46\x0d\x12\xbf\x7a\xe6\xb4\x06\xe4\x77\x63\xfc\xf3\xbc\xe8\xa7\x65\xd2\xbf\xcd\x77\x9f\x2b\x7b\x91\x37\x55\xa5\xac\xdb\xdf\xb5\x92\xb7\x65\xb5\x13\x57\x58\xab\x6e\x68\xee\xc0\x6d\xaa\xed\x9a\x75\x27\x37\x1b\x0d\xd7\x86\x6e\xb1\x52\xbe\xb5\xca\x55\xdf\xcb\x4e\x37\x2d\x6b\x53\x72\x78\x21\x5e\x61\xcd\xeb\xa6\x1e\x9a\xaa\x59\xef\x6c\x94\x5a\x3e\x94\x39\xb9\xa2\x19\x89\xbe\x27\x0f\xa8\x55\x59\x55\x98\x25\x3b\xbf\x01\xbf\xd3\xa6\xb9\x21\xe7\x9d\x2b\x25\xca\x4d\xdb\x41\x6b\x59\xd9\xb8\xb6\x3b\x8d\xe3\x26\x1a\x6d\xd5\x74\x0b\xf1\xae\x31\x71\x21\xe0\x83\x55\x34\x46\xad\x55\xf6\xe0\x83\x2a\xde\xae\x40\x35\x8c\x0a\x69\x88\xb1\x92\x65\xd5\x67\x62\x09\x71\x71\x92\xf4\x5e\x65\xdf\x6f\xd5\xc5\xec\x7a\x18\xda\xfe\xf4\xe4\x64\x5d\x0e\xd7\xdb\xab\x45\xde\x6c\x4e\xf2\xa6\x50\x1b\x08\xd9\x63\x7f\xa2\xe1\x02\x62\xd6\xbb\xa6\x6d\x7a\x25\x24\xc2\xa1\xe0\x1a\xf0\x07\xda\x17\xce\x26\x45\xd5\xe8\xc9\xe5\xdb\x7e\x68\x36\xa0\x46\xb6\xd1\x77\x10\xea\xb6\xed\x15\x14\x74\xf7\xdd\x12\x8d\xf3\x57\x09\x8e\x36\x75\x33\x88\xe6\xaa\x2a\xd7\x1a\xdb\xc8\xbb\xeb\x4e\xee\x7a\x21\x87\x41\xa2\x0b\x97\x40\xdf\x2c\x32\x43\x58\x13\x86\x17\x7a\x27\x6b\xa1\x2a\x28\x96\xff\x3f\xff\xfb\xff\x28\x57\xd8\x3f\xe0\x81\xec\x44\x2e\xeb\x47\x83\x50\xb2\x2f\x2b\x72\x0f\x2b\xca\x5e\x23\xde\xb6\xec\xaf\x85\x14\xb9\xea\xc0\x25\xca\x38\xf0\x13\x24\x31\x43\x5f\xbe\xde\xce\xf4\x96\xbc\x0c\x4d\x69\x68\x9c\x42\x73\x23\x61\xe0\xe4\x3d\x36\x80\x3b\xd8\xd0\xa3\x2e\x6f\xad\x6a\x38\xb5\xd0\x54\xc3\x94\x0e\x0a\x29\xf4\x9c\x23\x15\x3a\xad\xea\xc5\x41\xc7\x53\x28\x0d\xc9\xe2\x83\x30\xba\xa9\x68\x72\x70\x23\xc5\xd3\x58\x95\xf5\x4d\xef\x02\x27\x6d\x3c\xd1\xc2\x52\x25\xb4\xdf\xb1\x70\xba\x57\x86\x24\x2d\x8c\xaa\x0a\x7e\x65\xfc\x8b\xaa\xac\x95\x58\xd2\x9b\x28\x88\x73\x41\x2f\x4c\xe0\x06\x54\x14\xc7\x47\xa7\x40\x56\xf0\xad\x07\xf1\xaa\x6a\xf2\x9b\xc3\x41\xc2\xe7\xfb\x60\xfa\x4b\x71\x30\xec\xa2\xc9\xf7\x40\xae\x77\xe2\xa6\x44\x3d\x67\x59\xa8\x7a\x40\x17\x70\xfc\x40\xd3\x63\xf6\xad\x26\x6e\x4b\xf2\x85\x0d\xba\x05\xca\x8d\x41\xc2\x66\xd3\x09\xc6\x2d\xf3\x57\x3d\xb5\x34\x9e\x4f\x0d\x90\x71\x0a\x2e\x41\x32\x57\xc8\xa9\xfd\xcb\x07\x23\xd7\x78\xe3\xcc\x5c\x70\xd1\xf2\xd2\x7c\x7a\x19\xc3\x36\xaf\xe6\xb6\x03\xb9\x36\xa3\xb4\xef\xbc\x2e\xcc\x85\xa5\x69\xc6\xaa\x54\x55\x71\xc8\xb0\xf9\x2d\x77\xea\xfd\xf2\xb6\x41\x93\x01\x74\x8d\x4b\xcc\x82\xb7\x4a\xcc\x84\xbf\xb6\xb3\xb1\xf0\xcc\x9c\xbc\xaf\xee\xbd\xad\xa0\x14\x34\xc7\x48\xff\x3d\xbe\xa1\x95\xbc\x52\xd5\x21\x4b\x03\x1f\x8e\xc3\x01\x5f\x4e\x50\xfa\x1f\x00\xcb\x7e\x9c\x82\x75\xd8\x14\x37\x32\xef\x1a\x93\x5f\x58\xff\x3d\x31\x45\x62\x51\xc0\xd8\x63\x49\x03\x3c\xf3\xbe\x23\xde\x65\x49\xef\xe2\xee\x0d\xf3\x62\xa3\xa3\xc0\x77\x70\xe2\xe4\xe3\x17\x31\x20\x7c\xce\xce\x3d\xba\x25\xea\xe1\xd3\x2b\x0f\xaa\xf5\x36\xb7\x53\xe1\x08\xb7\xa7\x13\xd3\x8b\x05\x32\xd2\x0b\x47\x6a\x8a\xc8\xbb\x7f\x27\x16\x04\xd4\x4c\x1e\x9b\x0f\xf1\x83\x07\x2f\xb4\xf5\x96\x65\x83\x2d\xeb\x41\xad\x35\x10\x7c\x99\xc0\x15\x78\x3e\x37\x4b\x46\xa0\xa8\x19\x20\x0a\x7e\xe0\x8d\x6c\x55\x35\x52\x5f\xc1\xc7\x6d\x53\xd6\xc3\x7d\x81\x43\xeb\x31\xd0\x57\x4d\x53\x29\x59\x1f\x3e\x6b\xdd\xe0\x94\xb3\xcc\x0e\xda\x5f\x28\x0c\x5e\x7d\x6c\x3b\xd5\xf7\x80\x6b\x87\x82\xed\xd4\x5a\x7d\x6c\x47\x00\xbf\xaa\x05\xfa\x0e\x1f\x00\x0f\x6d\x85\x26\xfe\x90\x85\x32\x5f\xc9\xfc\x06\x62\x25\x0c\x2c\xa8\x33\x82\x88\x40\x83\xc0\x17\x63\x83\xd0\x2c\x75\x73\x0f\xfc\x80\xcf\x47\x81\xfd\xf5\x2f\xdf\x1f\x0e\x6a\xdb\x8d\xad\xf9\x2b\x17\xb2\x43\x52\x09\x35\xa1\x5f\x21\x05\xa3\xc7\x71\x8f\xf4\x62\x6e\x5d\xed\x21\xa6\x1f\xfe\x2e\x59\x74\x3d\x46\xe3\xd8\xe8\xfd\x6a\xa5\xc7\x65\xda\x7e\x59\x67\xf5\xb6\xaa\xec\x91\xaa\xaa\x11\x80\xaf\x0e\x01\x07\xe9\x4b\x20\xd3\x80\xe6\x05\xe5\xd0\x6c\xca\xdc\x23\xb0\xfa\xd1\x6f\xe9\x00\xf8\xcd\x4e\x69\xfc\x86\x7c\x55\x52\x6c\xeb\xd2\x2c\x87\xfe\x73\x14\xb8\x8d\x3d\xde\xdf\x8b\xcd\x4f\x8f\x2d\x7e\xf3\x78\xa5\x96\xc2\x34\x67\x5e\x5b\x51\x95\xba\x30\x3f\xff\x6f\xfc\x7e\xb4\x27\xca\xa4\x71\xbc\xaa\x9a\x3b\xd1\xa9\x0a\x8c\xe7\x07\x4f\x84\x5a\xef\xeb\xe4\xd0\xe9\xa0\x48\xd5\xc3\x1e\x43\xd4\x80\xb9\xb0\xf4\x73\xf0\x17\xf8\x1d\x7a\x32\x93\x1c\x1a\x82\x5b\xaf\xbd\xe0\x6d\x48\xcd\xb0\x92\xb9\x49\x8b\xa1\x77\x6b\x5b\xa9\xde\xed\xdd\xb6\x52\x7b\xc6\x31\xba\x1d\xfe\x47\x4b\xf3\x38\x1e\xae\x79\xb3\x77\x65\x3a\xb5\xfa\x89\xbe\xd5\xa3\xb1\xed\x78\x4f\x5d\x39\x5c\x6f\xd4\x50\xe6\xc7\x76\x87\x0f\xe8\xd9\x1c\x2c\xdb\x7a\x5f\x3f\xdf\x37\x6b\x10\xf3\xef\x01\xbc\xd2\x4d\xf6\xc1\x7d\x5d\x0e\xf7\x81\x79\x55\x0e\x77\x65\xaf\xf6\x41\x7d\xd3\x6c\x5a\xd9\x95\x7d\x73\xd8\x3e\x38\x21\x51\x0b\x96\xfb\x80\x2f\x7f\x3a\x74\x67\xb7\x6d\x21\x07\x85\xa2\x32\xbc\xaa\x0d\x9d\xc7\x37\xbf\x5f\x4f\xfb\x4f\xd7\xbe\xbe\xde\xef\x5a\xf5\x25\x28\xa4\x05\xa6\xfd\xdb\xc1\x08\xd1\xbd\x36\x04\xda\xed\x03\xff\x33\xea\xc3\x20\xe6\x53\x76\x37\xdb\x96\xeb\xf2\x8c\x30\xe6\x9e\xf0\x05\xfe\xd9\x3d\x4e\x48\x57\x4c\xe5\x47\xb5\x49\xc8\x07\x89\x5d\xad\xb0\xda\xbd\xbd\x5a\xe1\x3d\x0e\xd5\xd3\x18\x32\x8c\x47\xa5\xe2\x31\xea\x52\x96\xed\xa1\x23\x30\x27\x00\x9b\x7b\xc4\x66\xad\x01\xd1\x8b\xff\x9f\xbb\x77\x5b\x8e\xe3\x48\x16\x04\x7f\x25\x88\xd3\x03\x56\x09\x89\x02\xa8\xd3\x3a\xa7\x1b\x64\x91\x43\x91\x52\x1f\xce\xe8\xc2\x11\xa8\xd6\x8e\xa1\x20\x55\xa2\x32\x0a\xc8\x41\x56\x66\x75\x66\x16\x40\x88\x84\xd9\x3c\xec\xe3\x3e\xce\x37\xec\x47\xec\xe7\xcc\x97\xac\x85\x5f\x22\x3c\x2e\x59\x00\x48\xf5\x3e\x2c\xcd\xba\x85\xca\x88\xf0\xb8\x79\x78\xb8\x7b\xf8\x25\x0a\xe5\xd2\x4d\xa8\x64\xac\x46\x9b\x6e\x93\x57\xd5\x8d\x9a\x3f\x23\xef\xa6\xe7\x73\x31\x13\x88\x14\x65\x49\x83\x81\x4a\x63\x35\xb3\x61\x20\xa2\xe3\xe3\x7f\x6c\x20\x9e\xd8\x83\x7a\x3e\xa1\x9e\x4f\x07\x7b\xee\x00\xec\xf6\xae\xdf\x82\x02\xe8\x42\x77\xba\x13\xb0\x47\x04\x7b\x3c\xb7\x20\xd5\x31\xcb\x1d\x62\xd7\x09\xe0\xf0\x78\x19\x69\x4c\x2f\x03\x23\x30\xe3\xf3\x3a\xff\x40\x9d\xdf\xfe\x41\x9d\x9b\x9f\x7a\xa0\xf3\x57\xa8\xd4\xf6\xb9\xe6\x75\x05\x1a\x3e\xfd\xbe\x37\x4c\xf2\xff\xf1\xfd\x77\xe2\x40\xb0\x2c\xd9\x89\x93\xe5\xeb\xc3\x4e\x08\x66\x4a\xb3\x84\x1a\xf4\x04\x1b\x45\x8a\x76\x02\x4a\xbf\x7c\x3e\x17\x12\x9b\x3d\x51\x27\x54\x18\x83\xa7\x82\xb1\x0f\xe4\x89\x99\x39\x17\x25\x20\x7e\xf9\x60\x88\x5f\xde\x01\xf1\x5f\x1f\x0c\xf1\x5f\xef\x80\xf8\xe7\x07\x43\xfc\xf3\x1d\x10\xbf\x7a\x30\xc4\xaf\xee\x80\xf8\x6f\x0f\x86\xf8\x6f\x83\x10\xd7\x6d\xd3\x69\x47\x03\xa5\x72\xf9\xa2\x69\xcb\xdf\x9b\xba\xcf\x2b\x30\x31\x19\xfb\x68\x78\x2c\xc9\xa6\x7d\xb0\xf9\x4c\xdc\xac\xca\xae\xb7\x0a\x9a\xae\xff\x23\x41\x83\xcf\x30\xc1\x86\xbf\x3f\x13\x78\xd9\x29\x72\x56\xfd\x5d\x33\x87\xc0\xde\xab\x9f\x0f\x1a\x2e\x1a\xb0\x9a\x6d\xec\x51\xc5\x1f\x9f\x0f\x9b\xdd\x32\x73\x50\xd2\x3b\x55\xf9\xe5\x1f\x36\xec\xbc\x83\xb4\x9a\x1e\x1b\xbf\x6a\xea\x06\x54\x7e\x96\x6f\xa7\xdf\x9f\xd9\xeb\x05\xe0\x6a\xd7\xb7\xe5\xa5\xde\xef\x2f\xda\x66\x73\x2e\xc3\x2c\x91\x27\x3a\xab\xeb\x2e\x35\x55\x19\xe8\xf5\x4d\xdd\x69\x88\xab\xc7\x24\x39\xa7\x88\xac\xfb\xbd\xa1\xe8\x46\x06\x59\x36\xed\x2a\xef\xad\x3a\x09\xeb\x1f\xc1\xe3\xa3\x83\xf3\x5a\x57\x9a\xc1\x58\xb6\x0e\x3e\x85\x35\x31\xfc\xae\x57\x13\x7b\x8c\x6a\x82\xd2\x0b\x7d\xca\x9a\x56\x6d\x6a\xfb\x0e\xc8\x2f\x43\x76\x4c\x50\x29\x6c\xfe\xbd\xee\xf3\x22\xef\x73\xb8\x61\x74\x9f\xef\x97\xf4\x6e\xe8\x18\x2e\x72\xee\xb6\x5b\xc0\x4d\xe2\x3d\x30\x35\x59\xe6\x85\xa0\x57\x1d\xc7\x47\xc0\xd8\x00\x0e\x08\xdf\x62\x4e\xd7\x09\x3f\x0d\x68\x33\x42\x00\xf4\xf0\x3e\x6b\x88\x24\xa0\x3b\x08\x36\x52\x14\x82\xb7\xcb\x9d\x43\xbb\x08\xc3\x35\xb4\x56\x04\xa8\x6c\xea\xd4\x60\xde\xb6\xcd\x42\x77\x1d\xb9\xcb\xf3\x62\x99\x3e\xd7\x86\xb6\x40\x61\xd3\x52\x70\x8e\xf2\x4a\xa7\x99\x07\x03\x75\x60\x36\xee\xd5\x81\xfa\x79\xe3\xba\x49\xaf\x0e\x69\x2a\x06\x5e\x3f\xb9\x98\x4f\x24\x85\xb5\xa0\xd7\x3b\xa1\xa2\xc3\x55\xe1\x17\xc5\xb2\x53\x67\xda\xcc\x12\xa1\x14\x13\xf5\xcd\xfb\xb5\x5e\x90\x54\x7e\xa6\x31\x96\x0d\x3b\x36\x38\x28\x1c\x8b\x74\xab\xb6\x9e\x22\xc0\xf8\x92\xcd\x91\xb0\x48\x70\x71\xc5\xfe\xa8\x99\x8a\xf3\xcf\xb2\x95\x82\x87\x7a\x08\xec\xd4\x4f\xd4\xf7\x18\x1e\x56\x0f\xcc\x52\x0c\x83\x5f\xc4\xf0\xc9\x22\x9e\xa3\x7c\x31\x13\x37\x24\xf4\xf3\x07\x4e\x92\x83\x09\x79\x81\x4a\x04\xd2\xbb\x81\xde\x31\x44\x78\x41\xe7\xc7\x25\x07\x20\xbd\x81\xde\x23\x94\xc3\x12\xf4\x22\x31\x90\x08\x5f\xc4\x40\x64\xc0\xc1\x20\x63\xed\x1f\xbd\xe7\x1c\xf7\xc7\x06\xdd\x13\x90\x06\x76\x8b\x30\x32\x11\xf0\xe5\x46\x9d\xe9\xaa\x01\x1f\x1a\x29\x27\xba\x20\xb6\x8f\x3b\x17\x41\x56\xd7\x57\x65\xdb\xd4\x82\x8e\x70\xd1\x3f\x0f\xaf\x73\xf6\x27\xba\xdf\x1c\xcb\x8e\x8c\x03\xfa\x06\x55\xb4\x60\xa4\x6a\xb5\x3c\x8b\xbc\xba\x73\xa8\x2f\xd1\x4a\x00\xf4\xba\x68\x25\x70\xb2\x7a\xc8\xe0\x1d\x24\xda\x29\x46\x62\x43\x21\x79\x59\xf7\xad\x1f\x67\x5e\x41\x08\x56\x43\x47\xb9\xc3\xce\x23\xa4\x30\x0d\x74\xb5\xa2\x48\xab\x3d\x46\x4b\xc4\x97\xf2\x42\x17\xac\x51\xa7\xa0\xca\x38\x28\x34\xd1\xe0\xd0\xae\x60\xaa\xd2\xb4\x2b\x0c\x92\xdd\xab\x4a\xe7\x1d\xba\x74\xdd\xf5\xc4\x15\x44\x62\xf5\x08\xc3\x5d\x87\x8e\xa2\xfb\x96\x35\x44\x9f\x6c\x3a\x41\x43\x17\x66\x56\x9b\x35\x18\x73\x58\x6c\xc2\x11\xa7\x77\x68\x56\xdf\x3e\x15\xd6\x47\xe0\x6d\x25\x3d\x91\x90\xd4\x17\x05\xe0\xeb\x59\xa5\x33\x73\x59\x15\xe5\x02\x7e\x58\xd7\x2d\x6b\x99\x01\x62\x2f\x0a\xa5\xec\x46\x06\x84\x5e\xbf\xa7\x50\xcf\xaf\x8e\x8f\xc3\x88\x61\xcb\xa6\xaa\x9a\xeb\x20\xb6\x39\xc7\x0f\xc7\xe8\x46\xf0\x2c\xbe\x6e\xf5\x12\x62\xab\x63\xb8\xa5\xd9\x4e\xdf\x5c\xee\xcf\x76\x28\x2e\xcb\x48\x0a\xc2\x54\x48\x46\x0f\xb3\x9d\xf9\x58\xc6\xed\xf9\x42\x9d\xcc\x0d\x87\x9a\x78\x4e\x37\x9f\xc7\xae\x16\x09\x39\x89\x8a\x2c\xfe\xb8\xba\xcc\xae\x27\x2a\x73\x91\xa8\x8d\xec\x77\xa2\x2e\x16\x88\x9a\xa4\x81\x4e\x54\x65\xdd\xb4\xab\x9b\xf7\xcd\x2a\x51\xd1\x7c\x16\xb5\xce\x9a\xa6\x4a\xd4\x32\x9f\x45\xad\x4d\x9b\xaa\xb4\x69\x65\x1d\xfb\x8a\x9f\x5a\x4a\x2e\x13\xf5\x99\xc1\x4d\x54\xe7\x22\x51\x9b\x78\xdc\x44\x65\x2a\x91\x23\xc1\x27\xb6\xe4\x96\xe2\xe3\x9b\xb7\xf6\xe9\x4d\xa5\xb3\xe9\x6a\xe2\xcb\x6b\xa2\x26\x3d\xc9\xba\x9a\xf2\x84\x26\xea\x7b\x07\xd8\xb5\xba\x8f\x89\x8a\x18\x0d\xdb\x39\xa4\x06\xc4\x65\xa2\xbe\xb5\xd5\x48\xd4\xb7\x65\xa2\xbe\x35\x7c\x48\xd4\xb7\x65\xa2\xfe\x43\x4c\x53\x5c\x2b\xd6\xdf\x26\x5a\x58\xd5\xae\x98\x03\x1e\xe1\xd4\x0c\xc8\xa2\x49\x8c\x5f\xf7\x79\x6a\xe8\x86\xed\x15\xa3\x76\x1a\xd5\xd4\xa0\x85\xbe\x55\xe2\x2d\x86\x80\x4a\xa1\x2d\x94\x8c\xfd\xf0\x64\x79\x51\x90\x03\x2c\x68\x28\x81\x9e\x95\x35\x11\xb7\x75\xdb\x5c\x95\x85\x2e\x42\x92\x84\x4f\xe9\x89\x3e\xb0\x60\x6c\xe3\x48\x9d\xcc\xf1\xc1\x3b\x45\x69\xa0\x60\x4c\x81\xbe\xb9\x3a\xdd\x00\x29\x8c\xc7\x92\xf1\xc9\x9c\x4d\x2b\xee\x3a\x16\x2a\x20\xd0\x44\x6a\xb1\xce\x97\x96\x1c\x7f\x71\xdf\x6e\xbd\x93\x71\xbf\x93\xa3\x44\xbf\xb2\xd8\xef\x1d\xd8\x92\x14\x3d\x30\xdf\xff\xe0\x9e\xcd\xc5\xb7\x0f\x80\xbd\x21\x38\x09\x25\x49\xc3\xb8\xf0\x9f\x31\x18\x07\xfd\x53\x47\xe4\x1d\xdf\xfb\x1d\x6f\x39\x22\xcf\xc2\x3b\x31\x22\x32\x1b\x37\x64\x48\x38\x2f\x60\x0c\x16\x19\x57\xe3\x04\x99\x98\x0f\xe6\x3b\x45\x40\x33\x97\x74\x86\x4d\x8f\x14\xf6\x66\x3e\xcd\x76\x6c\x44\x02\x59\x9b\x75\xd2\x7e\x03\xfa\x3a\xd0\xc6\x06\x8e\xf3\x1b\xf1\xe7\x81\x56\x78\x75\x07\x6d\xf0\xe3\x40\x0b\x36\xf6\xf0\x9b\xd0\xd7\x81\x36\xe6\x32\x0f\x1a\x98\x4f\x03\xb5\xcd\xa5\x1e\xd4\x36\x9f\x06\x6a\x6f\xda\xb0\xf2\xa6\x1d\xaa\x6b\xef\xf7\x70\x2b\xf8\xfb\x40\x3b\xbe\xe8\x83\x66\xfc\x79\xa0\x15\xdd\xf8\x41\x23\xfa\x3a\x34\x42\xb2\xca\x0b\x51\x05\xbe\x0e\xef\x61\x8c\x2c\x1d\x85\xf9\x4b\xb6\x20\x73\x32\xbf\x45\x4d\x01\x1a\xc3\x16\x27\x82\xa0\x67\x5e\x74\x45\x25\x09\xe3\x48\xd2\xdd\xd3\xe4\x68\xbe\x1c\x18\x8e\xa4\x04\x41\xc3\x2b\x2f\x7e\x6c\x7a\xc9\x0c\x0d\x1b\xc5\x14\x67\x0b\x24\x49\xfb\x06\xb6\x8e\x0f\xfe\x27\x00\x96\x54\x23\xbd\x61\x72\xc5\xee\x0b\x7a\x68\xf1\xc2\xa1\xfa\x76\xb3\x3e\xbc\xad\x04\x2e\x09\xdd\xda\x2e\xfb\x80\xf8\xf3\x10\x7e\x31\x67\x17\xa2\x18\x7f\x1f\x68\x67\x39\xbc\xa0\x9d\xfd\x3e\xd0\xce\x72\x7a\x41\x3b\xfb\x7d\xa0\x9d\x67\xde\x3c\xbc\x54\x03\xad\xad\x09\x8d\xdf\x92\x3f\x0f\xcd\x91\x8c\xfa\x83\x19\xb2\xd8\x97\x9e\x9f\xee\xf3\x70\x6a\xba\xcf\x07\xa9\x15\xf0\x77\x11\xb1\x82\xaf\x43\x2b\x21\x2c\x0d\x82\x85\x10\xb1\x3b\x77\xd4\xed\xac\x86\x50\x69\x22\x97\xd9\xbb\x9c\x69\x8f\xb8\x03\x33\x3f\x80\x4b\xe6\x42\x7a\x66\xc1\x6d\x89\x54\x64\x30\xf9\x18\x67\x33\x73\xc9\xd1\xfc\xfc\x65\x9c\xf3\xcc\x4f\x89\x76\xac\xfb\xe1\xac\x65\xb6\x8f\xe3\x3e\xef\xf5\x37\xcb\xa5\x5e\xf4\x19\xfe\xf8\xb6\xd4\x55\x91\xa9\x6f\xf3\x85\xee\x33\xf5\x4d\x51\xf6\x4d\x0b\x05\x99\x5a\x34\x9b\xba\x7f\xd5\x54\x9b\x95\x59\xa1\x66\x75\x06\xae\x15\xf5\xb2\x3c\xcf\x30\xec\x1d\x64\x66\xe3\xbf\x28\xe8\x48\xa6\xde\xb6\x7a\xe1\x86\x22\x9c\x7e\x3a\x03\xd6\x1b\xce\xdf\x4b\x7d\xfd\xb6\xda\x9c\x97\x75\xa6\xaa\xe6\xfc\x9b\xf7\x0b\xbd\xc6\x0d\x79\xad\x17\x4d\x4b\x9b\x83\x83\x32\x75\x33\xf5\x4b\x59\x9c\xeb\x1e\xa7\x7d\xbe\xe9\x61\x35\xff\x06\xff\xfd\x1e\x32\xad\x25\x3b\xbe\x2a\xf5\xb5\xd7\x6f\x9f\xdc\x95\xa1\xfd\x0b\xd7\xd5\xd6\x0b\x96\xf6\xa6\xd2\xdf\x83\x65\x9a\x6d\x00\x20\xf6\x57\x4d\x81\xa9\xe3\x6c\x82\xfb\x83\x2f\xbe\x98\xd5\x10\x16\x1d\x02\xb6\x76\x7d\xd3\x62\x5e\xa7\x9c\x62\x13\x3f\xee\x54\x6f\x0a\x30\x39\x19\xe6\x4e\x6b\x58\x26\x41\x85\xfc\xd2\xec\x18\x99\xbb\x98\xf6\x5d\x42\xbf\x06\x6f\x3f\xa8\x20\xcb\x7b\x5b\x3e\x99\xd5\x5f\x1c\x30\x6f\xc7\x1f\x5f\xe7\x7d\x4e\x01\xfc\x0e\xbe\xf8\xcf\xbf\xfd\xf6\xf6\xe7\x9f\xbe\xf9\xed\xb7\x2f\x0e\xa2\x68\x7e\x30\xf6\xff\xd0\xd5\x5a\xb7\x22\xcd\x8c\xd5\xbc\xe5\x0a\x07\x36\x42\xfd\x7a\x5e\x14\x56\x45\x24\xa6\x34\xab\xcd\x9c\x46\x1d\xda\xa8\x8a\xc8\xf8\x57\x65\x3e\xab\x4f\xe6\xe1\xa8\xe6\xce\xa1\xcc\x73\x1d\xeb\x0f\xfe\xed\xa0\x68\x16\xdd\x41\xab\x97\x07\xff\x62\x27\x18\x36\x1f\x8f\x33\x5c\x82\x6b\x0c\x8a\x34\xab\x6d\xa4\x7e\x8e\x33\xe7\x86\x00\x8b\x66\x23\x3a\x59\x98\xea\xbf\x37\x9b\x59\xbd\x6e\x9b\xb3\xfc\xac\xba\xc1\x98\xdd\xb5\x36\x50\x2e\x4a\x88\x99\x54\xab\x6e\x73\x06\x54\x01\xe2\x35\x9f\xcc\xbf\xa3\xa6\x0f\x1c\x3c\x37\x1b\xd3\x3e\xd9\x45\xc6\x15\xe6\x62\x38\xb1\x90\xf0\xc3\xcc\x32\xcc\xe2\x00\xa5\xa4\x47\x94\x79\xeb\xe9\x18\x1f\x29\x6e\xa8\x5e\xa0\x09\x6f\xa7\xa6\xcf\xe9\x2f\x4e\x9a\xe0\x60\x1f\xa9\x4d\xed\xe9\xfd\x6f\x29\xf0\x10\x20\x83\xb0\x92\xb6\xe9\x04\xea\xfc\x5c\xc3\xb3\x33\xbc\xa4\xe5\x75\xa1\xd6\xba\xdd\xe7\x7a\xb3\x1a\x5e\xc8\xf0\xcd\xef\x1e\x6b\x03\x94\x63\x22\x88\x93\xb7\xc3\x2f\xfb\xf1\x04\xa9\x22\xee\x5d\xd9\xcd\x6a\x1c\x01\x25\xd3\x39\x81\x28\xf3\xae\x27\x38\xc6\x13\xbf\xbf\x31\x06\x8d\x02\x5d\x27\x6c\xe2\xac\x96\x2a\x6c\x7c\xef\xab\x6e\x32\xc8\xd7\x00\xba\xe3\xf9\x77\x3f\x7d\xea\x0e\xdb\x86\xe3\x59\xcd\x48\x03\x27\xe1\x3e\x23\x3d\x18\xab\xef\x7e\x22\x3a\xd1\x61\x76\x03\x37\xa6\xe3\xbe\xd5\xf9\xea\x13\xc7\xe5\x37\x1e\x5b\x7c\x9e\xd5\xa8\x2a\x36\xa5\xdc\x31\x13\x11\x18\x3a\x37\xb1\xae\x7d\x06\x2d\xcc\x1f\xaf\xd8\x51\x55\x9e\x71\xb2\x72\x57\x6f\xc0\x39\x92\x0e\x51\xa3\xca\xfa\xaa\xb9\xd4\xc2\x22\xde\xad\x39\xf8\x9d\x3b\x0a\x83\x64\x0d\xc8\x8c\x7b\xba\x23\xb1\xd9\x3f\x1f\x0f\x5c\x80\x04\x84\xb1\x4b\x98\x69\x5f\xfa\x30\xa9\x06\x7a\x76\xe2\x72\x40\xb2\x0c\xf4\x13\xfd\x4c\x4a\xa5\x4a\x7a\x44\x21\x9a\x29\xde\xa2\x30\xf7\xb3\xb8\x13\xe8\xe9\xe0\x8b\x03\xf1\x06\xe9\x27\x23\xe4\x7d\x00\x87\x01\x8f\xc2\xfd\x31\xe7\x0e\x77\x01\xfb\x80\x73\xb2\x24\x9f\x06\x79\xd9\xc8\x31\x9a\xae\x29\x05\x6b\x9b\x29\xfd\xbe\x6f\xf3\x6f\xde\xf7\xba\xee\x20\xc4\xe4\x54\x9d\x9c\xc6\xb1\xc8\x60\xbb\xa7\xd0\xd4\xcb\xe1\xa7\xfe\x6b\xb5\x29\x30\x50\x1c\xa1\x86\x1c\x29\x44\xa6\x81\xe3\x5f\xe8\xb3\xcd\xf9\xb9\xa1\x43\x17\x70\x6d\x65\x1e\x10\x83\x41\xcd\x06\xdf\x83\x44\x7b\x97\xc0\x12\x12\xa3\x56\x37\xea\xb2\xc6\xf7\x0f\xc8\x41\xe1\x81\xb0\xce\xdd\x80\x2a\x70\x66\x31\x9b\xc5\xc4\x55\x83\x08\x18\x72\x7c\xeb\xb6\xe9\x1b\x08\x2d\x75\x91\x77\x3f\x5e\xd7\x6f\x89\xfd\x1e\xcd\x76\x4c\xdb\x38\x64\x3a\xc5\x26\xc5\xa9\xda\xda\x49\x90\x99\x62\x20\x99\xfa\x00\x89\xa1\x44\xa8\x57\x44\x20\x0c\x32\x78\x51\x76\xe3\xa7\xea\x16\xe9\xb9\xb7\xe8\x84\xd7\x53\xda\xab\xb0\x58\xf3\xa6\x99\x3d\xf3\xc7\x69\x77\xbe\x59\x62\x07\x99\x5f\x3e\x84\x4e\xa6\xfe\xa8\x43\xd6\x13\xc2\x5e\x74\x65\xa1\x21\x94\x28\xa2\x21\xa0\xda\x48\xb6\x80\x03\xfa\xb2\x8f\x1b\xc9\xa5\x3b\xe5\xeb\x2c\x40\xb6\x20\x7e\x9a\x3d\x2a\xff\x6d\xa3\xdb\x1b\x73\x9f\x43\x80\x5f\x0f\x97\xe1\xe1\x0d\xac\x3e\x54\x2e\x63\x42\x72\x24\xc5\x00\xd7\xcb\xee\x25\x54\x4e\x8c\x50\x4d\xd5\xfe\x13\x0f\xd3\x69\x73\xee\x35\x3d\x35\x9d\xba\x93\x31\x30\x8d\x6f\x4b\x4a\xdc\xc1\xd6\x37\x14\x24\x92\xec\x42\xae\x75\xab\x71\x6b\x0b\xb5\xe9\x30\xa1\x5f\x7c\x6a\x0d\xd9\xc0\x81\xe9\xc2\xb6\x07\x1e\xea\xb7\xb2\x5e\x54\x9b\x42\xff\x06\x81\x23\x6b\xdd\xf5\xba\x10\xe7\xa0\x6d\x9a\x9e\x79\x85\xb2\xf6\x61\x67\xc8\x2c\xc1\x9b\x28\xa6\xf8\x0a\xd6\x6d\x59\xd6\xc5\x4f\xd8\x19\xce\x3d\x0a\x4f\x67\x40\x61\x54\xa4\x08\x2f\xc2\x38\x53\x23\xac\x2b\x12\x4f\xda\x0f\x71\xda\x49\x53\x04\x8b\xea\x2f\x71\x3a\x3b\xd9\xc9\x07\x0a\x8f\x77\x88\xa1\xf1\x70\x34\x45\xb3\xe0\x70\x4b\xb7\x51\x82\x05\xe8\xfa\xe3\x47\x05\x7f\x4c\x20\x19\x6d\xf7\x83\x86\x00\x00\x03\x7d\x9c\x86\x21\xe9\xa2\xac\xfa\xca\xa6\x6a\x5b\x57\x4d\x6b\x30\x8b\x62\x87\x62\xe4\x9b\x81\xec\x7b\x36\x4e\x57\x7c\x01\x79\x33\x4f\x85\x74\x91\x99\xb2\x3e\xd8\xc8\x29\x47\x8a\xa2\xe2\x88\xe0\x9b\x3e\x5d\xf1\xe7\xb6\x3d\xce\x99\x0d\x36\xc6\xd1\x3c\xef\x0c\x2a\xa6\x64\x60\xb1\xe4\xb8\x5d\x1a\xfe\xcf\x9a\xbe\x4a\x66\xf4\x4f\xd7\x53\x32\xa2\x57\x8b\xd9\xe7\xee\xd7\x2a\xbd\xd0\x47\xca\xa6\xfe\x77\xeb\x4e\xf9\xff\xe1\x7b\x72\xc1\x55\x32\x8c\xf4\x5d\x3d\x3d\x7c\x63\xd5\xd0\xe6\xaa\x74\x54\x28\x1b\x5e\xc8\x5f\x94\x6d\xd1\x9c\xbb\xf2\x77\x6d\xa3\xfc\x6e\x4f\xec\x40\x07\x62\x24\x33\xde\x7b\x1d\x89\x50\x71\x70\x56\xb6\xc5\x24\x94\xfd\xa9\xe7\x30\x8c\x2d\x9b\x77\xdf\x45\x08\x7e\xa6\xd2\xe0\x61\xb0\xd8\x8b\xb2\x2a\x5a\x5d\x0f\xa6\xc3\x93\x4b\xb4\xb8\xe0\x33\xc3\xcd\x4e\xca\xa1\x24\x07\x8b\x0b\xc5\x99\x0f\x9b\x25\xe8\x99\x06\x66\xc5\x8b\xb9\xb8\xc8\xe8\x3c\xd2\x9d\xd7\x9d\x94\xa7\x03\x0b\x28\x66\x77\x2b\x03\x9a\x13\x28\xc1\x87\x20\x95\xcf\xd4\x61\x22\x82\xbd\x0d\xca\xac\x12\xb7\xdc\x1b\x6b\x2b\x95\xbe\xb0\x91\xc4\x46\xf7\x13\x88\x79\xc4\x90\x52\x30\xa0\x72\xb5\x46\xcb\x48\x74\xe3\xc7\xce\x3b\x08\xde\x18\x5c\x4f\xe7\xba\x57\x1e\xe9\xf6\xe2\xe8\xb7\x1b\x6d\xa3\xe4\x9b\x51\x8a\x34\xd3\x06\x00\xcb\x16\x93\x4e\xf7\xc8\x67\x06\xfa\x16\xa1\xa1\x63\xf1\xdd\x2c\x8a\x55\x02\xdc\x8f\x41\x10\x31\x8f\xfb\x66\xfd\xdd\xdd\xd7\x25\x5c\x4f\x54\x75\x1c\xed\x81\x88\x10\x68\x40\xa2\xe8\x35\x65\xd0\x92\x0d\xc1\x18\xb7\xf8\xd9\xbf\xdf\x92\xd9\x1b\x6b\x4c\xdb\x10\xa1\xc2\xa4\x6f\xd6\x86\xd8\x3f\x85\x1a\x4f\xb9\x9e\x08\xfb\x68\x27\xeb\x14\xa5\x93\x6f\xde\x03\x4f\xf2\xf5\x66\xb9\xd4\x6d\x94\xbb\x88\x47\x0d\x40\x5c\x4c\xd7\xf8\x06\xf8\xf8\x11\xeb\x26\x63\x84\x73\x89\x53\x7e\x58\x01\x1e\x22\x81\x7c\xae\xd2\x07\xd6\x66\xd3\x69\xd4\x40\x51\x7a\xbc\x13\x27\xf0\xdf\xa1\x1b\x60\xd0\x32\x0f\xe4\x78\x56\x27\x85\x76\xab\x85\xa0\x18\x3f\xb1\x1c\x2f\x25\x4a\x29\xb9\x79\x9b\xd9\x6d\xd6\x3a\x28\xbe\x9f\x30\x11\x1e\x66\x9b\x51\xc2\x1e\x5f\xca\xe5\x4d\xf9\xda\xfc\x63\xe8\xe7\x1d\x4f\x26\xbc\x62\xc1\x31\xa1\x37\x33\xf5\x3d\xe9\x23\x41\x79\x6a\x7d\x2d\x16\x89\x66\x08\x0d\xd7\x41\x7e\xcd\x51\x40\x8a\x0d\x62\x75\x47\x4e\xe2\x66\xdc\x82\x0c\x2a\x10\x4e\x67\xfa\x5c\xb9\x78\xc7\xea\x05\x0e\x55\xa8\xd9\xc6\xa7\x82\x78\x8e\x87\x64\x95\x57\x90\xa7\x82\x32\xd1\x33\x21\xc7\x88\xe8\x92\x0a\x02\x2a\xe5\x60\x35\x49\x03\x26\xd6\xfc\x4a\xb7\x1d\x05\x8e\x2f\xfb\x2e\xbd\xce\x6e\x92\x61\xda\x8c\xe1\xa5\xb2\x0c\x54\x26\xf7\x7f\x12\x83\x1a\xc7\xa9\x49\x86\x49\xab\x80\x74\x91\x77\xbf\xb4\xf9\x7a\xad\xdb\x6e\x34\xf6\xe8\xed\xdf\x34\x4a\x66\xa4\x26\x01\x2d\x00\xea\x98\x89\x4a\xda\x2c\xe9\xa6\xd6\x62\xd3\x42\x44\xab\x11\x45\xf0\xba\x99\xd5\x2e\x12\xdb\x18\x17\x04\x61\x50\x98\x79\x14\xff\x66\xb5\xdd\xda\x4f\x3c\xe6\x99\xa2\x40\x10\x7a\xb5\xee\x6f\xb0\x0b\x4c\x1b\xd9\x6a\x0c\x46\x36\xab\xdd\x2d\x76\x95\x97\x15\x85\x6c\xf2\x34\xc2\x11\xdd\x94\x84\x1f\x03\x20\x59\xb2\x6f\x7e\x8d\xdc\xf5\x83\x8b\x01\x81\xab\xc7\x7e\x52\x0f\x6c\xf7\x02\xff\x8b\x6a\x94\x23\x60\x0d\x26\x30\x56\x41\xfb\xde\x61\x98\x34\xd8\x35\xb9\x56\xf8\x28\xb1\xce\xeb\xce\x99\xdb\x6e\xd6\x60\x76\xb2\x59\xf7\xcd\x9c\xae\xdf\x95\xee\x2f\x9a\x02\xe5\xc9\xa2\x31\x55\x21\xbc\xda\xbc\x2f\x57\xba\xd9\xf4\x73\xb5\x2a\xab\xaa\xec\x0c\xd6\x16\x40\x5d\xaf\x9b\xf6\x12\xde\x41\x4c\x57\xb3\x1a\x41\x42\x67\x18\xba\xa5\xa4\xfc\x07\xb0\x98\x5d\xfd\xd8\x20\x53\xab\xf3\xe2\x66\x78\x05\x75\xdd\x6d\x5a\x7d\x1c\xac\x63\xa6\xcc\x38\x33\x45\x23\x51\x53\xf5\xd5\xa1\x5d\x5b\xfb\x8a\xc3\x0b\x8d\x33\x9f\xaa\xd1\x6f\xf9\xbd\x96\x7b\xec\x89\xa3\xa6\x51\x52\x18\xfd\x2d\x9f\xf8\x09\x8b\x68\x7f\x1e\x61\x7f\x2f\x10\xc2\x11\x76\x3f\x29\xbb\xd7\x4d\xad\x47\x66\xdc\x70\x83\xe1\x57\xb3\x62\x23\x9a\x05\x4e\x6a\xac\x5e\x50\x19\xed\x2c\xdd\xed\xbc\xa7\xff\x6d\xa3\xdb\xd2\xe3\xa7\x08\x23\x73\x8c\x4a\x28\xcf\x95\x5d\x55\xc5\x5b\xa1\x67\x35\xaa\x44\xac\xd6\xc1\xea\x46\xd4\x1b\x87\xde\xf5\xe3\x1e\x03\xc8\x9d\xe5\x8b\xcb\xf3\xb6\xd9\xd4\x05\x6f\x2a\xf9\xc5\xa8\xdf\x56\xe5\xf9\x45\xff\x9b\xea\x7a\xca\x63\x61\xa6\xc2\x6f\x09\xe8\x96\xef\x36\x9b\xd2\x9b\x66\xea\x6c\xd3\xcf\x6a\x71\x88\xd4\xf9\x26\x6f\xf3\xba\xe7\x03\x9c\xf7\xff\xfb\x7f\xfe\x2f\x8a\x4c\x67\x6e\x24\xc0\xbd\x93\xae\x6f\xd6\xb3\x9a\x3a\x78\xd8\x81\xc6\xe5\xc0\x7b\xf6\xa7\x4d\x5d\x03\xa7\x03\xfa\x8d\x12\xfd\xd4\xba\xb5\x59\x85\x7c\x56\x73\x68\xbf\x1c\xc5\x5a\x33\x9c\x72\x05\x09\x90\x4d\xb5\x55\x73\xa5\x0b\x75\xa6\x6f\x1a\x52\xdb\x5c\x95\x18\x51\xf0\xaa\xd4\xd7\xeb\xa6\xed\x27\xb3\xfa\x25\x86\x23\x64\xd6\x14\x90\xc9\xe0\x7c\xdd\x38\x52\x6f\x60\x9d\x69\x6d\x10\xdb\x6c\x4c\x31\x4c\x31\x5e\xf2\xe6\x49\x94\xb7\xf8\xeb\xd4\x18\x69\xbc\xe7\x0c\xff\xff\x34\x9c\xf7\x10\x9a\x78\x32\x0c\xb2\xcf\x98\xfa\x7d\x73\xa5\xed\x0b\xd3\xb2\x69\xaf\xf3\xb6\xc8\x42\xf4\xd0\xa0\x6c\xc4\x01\xaa\x7c\xd9\xeb\x16\x63\x73\xf6\xcd\xac\x6e\xf5\xb2\xd2\x0b\xbc\x2e\x20\xda\x24\x3c\x00\x41\xde\x14\xa0\x34\x70\x6d\x84\x44\x69\x56\x4b\xaa\x34\x51\x3f\x09\x41\x81\x09\x10\x21\x17\xbf\x41\x9d\x03\x17\x2e\xf3\xc3\xf0\xa1\x40\xdd\x58\xde\x03\x2a\x84\x5b\xb5\x6c\xda\x85\x7e\x8b\xf3\x1b\x5d\xc1\xeb\x37\x6d\x91\xf9\x31\xb1\x88\xe1\x13\xaa\x27\x87\x87\xde\x2d\xd0\x6d\x16\x70\x9e\xa6\x31\xa9\x03\x30\x29\x7a\x27\x85\x02\x6e\xff\xc8\xe3\xd2\x5d\x53\xc9\x65\xc3\xd7\xa2\xec\xd6\x79\xbf\xb8\x18\x7d\xb8\x0d\x2e\x96\x47\x8f\x08\x98\xbc\x42\x74\x55\x75\xf0\x0c\x24\x08\x8e\x43\x67\x5a\xc9\xb2\x53\xeb\x2a\x87\xd3\x05\xda\xfe\x06\x22\x5a\x22\x5b\x0b\xde\x0b\x66\xbb\x46\xf0\x7e\x3e\x6f\xf5\x3f\x36\xba\xeb\xdf\x14\x95\x7e\x95\x57\x95\xa1\x30\x73\xb5\xee\xf4\xa6\x68\xf6\xfb\x0b\x73\x1d\x8c\xe9\xd0\xcd\x6a\x73\xf0\xd7\xba\x50\x2d\x9e\xdc\x4c\xe9\x12\xc6\xc0\xd9\xa9\xcb\x9e\x75\xa4\x22\x05\x32\x93\xb6\x6c\x56\x8b\x7a\x78\xce\xfb\xa6\x51\xab\xcd\xe2\x02\xcf\xb6\xc1\xc5\xeb\xbc\x53\x8b\x8d\x39\xef\x4b\xb8\xf3\xb9\x09\x10\xa9\x59\x8d\x54\x2a\x9c\xef\xd6\xc3\xeb\x11\x1b\xd8\x89\xfb\x1c\x51\xd8\x9b\x35\xd8\x5a\x8c\xa0\x97\x5f\x9a\xf6\x52\xb7\x0f\x38\x98\x65\xf7\x0b\x52\xc8\x51\x7c\x1e\x0f\x50\x52\xa1\x60\x19\x6f\xea\xf5\xc6\xa6\x96\x47\xe6\xeb\x9d\x7e\xdf\x4b\xbf\x50\x14\x41\x5e\x37\x0b\xac\x9b\x92\x37\x9a\x45\xa6\x48\xe1\x32\x55\x09\x7a\x64\xa5\x8b\xa2\x59\x60\x8d\x50\xec\xb0\xad\x23\x3d\x11\xa6\x51\x81\x88\xca\x6f\x29\x3b\x6c\x50\x68\x83\x1a\x8b\x24\x35\x41\x4b\x1a\x56\x69\xc4\xd1\x80\x91\xed\x6e\xea\xc5\xbb\x06\xd2\x56\x46\xc3\x75\xe1\x92\x1d\x28\x88\x82\x0b\x11\xcb\xf7\x83\xb1\x8d\x27\x32\x5f\x55\x72\xec\x98\x9b\x56\xc0\x8e\xf5\x62\x5e\x96\x3f\xdb\x74\x7f\xb8\x11\xcd\x63\x71\xb1\xa9\x2f\x07\xa6\xe1\xa6\x38\xd0\x11\xc2\x8d\x39\x7c\x08\xd1\x6a\x00\x77\x49\xcd\x09\x82\xc9\x8b\x11\x2b\x20\x23\xb9\x0e\x01\x1f\x43\xfa\x81\xe9\x03\x26\xc5\x34\x8d\x22\xff\x4b\x30\x1f\x3f\x2a\x0c\x95\x1f\xac\x7e\x52\x2b\xcf\x58\x87\x29\x39\x31\x8e\xa3\x1b\xed\xd6\xdc\x7d\xf1\xfa\x50\x5e\x4f\x18\xd3\xbe\x1c\x93\x01\xe6\x7f\x11\x48\x76\x3b\xab\x41\xd7\x87\xf2\xcb\x2b\x9b\xe2\x92\xb8\x39\x52\x4d\x20\xa7\xc8\x79\x66\xd8\xa5\xc1\xb2\xd0\x6d\x67\xb9\xaa\xa6\x96\xd7\x25\x79\xc9\x7b\xea\x02\x20\x3b\xdc\x51\xe2\xbc\xf2\x9b\x6e\x20\xa2\xbe\x13\x52\x96\xbc\x8c\x13\xd2\xbc\x8e\x1b\x03\x73\x47\x96\x6f\x9d\xe7\x02\xda\x6a\x78\x6f\x3e\x83\xd0\xd9\x2d\x6a\xee\x2a\xd5\xea\x7d\x18\x47\x17\x3e\x29\x59\x18\x98\x50\x3a\xe8\x47\x28\xe9\x64\x2b\xd4\x19\xdf\xbf\xee\x77\xba\xbe\xcf\xfc\xf9\xe6\x56\x23\xb3\x18\x8d\x61\x02\xaf\xb4\x91\x66\xdb\xe6\x7d\xb9\xa2\x9c\xe1\x78\xce\x74\xab\x9b\xe5\x78\xa2\xde\x98\xfd\x28\x7c\xaf\x65\x43\x58\x9b\xb5\x01\xb4\xa9\xcb\x0e\xa2\x7b\x57\x46\xd2\x69\x4a\xb0\x99\x07\x08\xf6\x62\x44\xa9\x77\x91\x33\x3e\x9e\xcc\xbb\xcb\x72\xfd\x73\xdd\x97\xd5\x9b\xfa\xef\xa5\xbe\x7e\xa0\xbe\x4a\x62\xc3\x24\x00\x45\x87\xa6\xbb\x80\xd0\xe4\x36\x05\x9d\x8d\x2c\x6e\xd8\x10\xc9\x27\x81\x43\x27\x44\xd0\xd7\x05\xbf\x0d\xd2\x30\x0d\xe4\xb5\x7d\x7b\x34\x97\x67\xb3\xd2\x1d\x33\xc7\xe3\x60\x97\x79\x61\xef\xbb\x67\x04\x3d\xb1\x67\xe8\x64\x89\x89\xf0\xa0\x96\x39\x23\x7c\x66\x0c\x06\x9a\x01\x75\xbd\x36\x57\xdb\xba\x6d\x56\x65\x87\x52\x2f\x3d\x75\xc3\x24\x5a\xdd\x35\xd5\x95\x01\x0f\x52\x46\xb7\xb8\xd0\x60\x1c\x88\xda\x1a\x94\xc1\xc8\x9f\x75\x51\xe9\xbc\xa5\xc9\xdb\xad\xa7\xd3\x7b\x0d\xf7\xb4\x5a\x97\x8b\xcb\x0e\xe4\xac\x0b\xcd\x5d\x4e\x06\x27\x46\x7d\xfd\x98\xc8\xec\x76\xc7\xc3\x7e\x47\x4a\x69\xf8\x6f\x58\x28\x8f\x91\xfd\x3b\xac\x04\x12\x19\xbe\x40\xa4\x8a\xbe\xd3\x35\x95\x7e\xa7\xa3\xcc\x70\xf6\x68\x4c\xed\x66\x46\x03\x24\x94\x98\xf2\xf6\x45\x15\xec\xe4\x4d\x1d\xfb\x23\xa9\x93\xf4\x73\x57\x7a\x48\x90\xc0\x1b\xb9\xc4\x6e\x4e\x7a\xb5\x3e\xb6\x63\xb2\xcf\xb2\xa1\xaa\x6e\x68\xa7\x50\x8b\x49\x09\x67\x99\x86\x12\x35\xe4\x25\x18\xd2\xb8\xc9\x43\x18\xb6\x35\x54\xce\x29\x6d\x32\x75\x98\x89\xe3\x61\x0a\x65\x72\x5b\x99\x7d\x0f\x80\x8e\x52\x5d\x4a\x05\x9c\xa8\x6a\x46\xc2\x8c\xdc\xc8\xe1\x90\xb9\x20\xc7\x59\x80\x37\x43\x8a\xcc\x81\xd5\x01\xf5\xc5\xc6\x50\x16\x56\x5e\x04\xe9\xf4\x40\x20\x7a\x44\xfc\xeb\xee\x2e\x0a\x48\x7c\x8b\x47\x92\xac\x7f\x15\x93\x30\x65\x55\xae\x61\x3a\x3a\x8b\xcb\x8f\xa6\x62\x25\x6d\xd2\x3e\x21\x9f\xaa\x47\xd3\x60\x08\x8f\x24\x13\x0d\x5f\x8e\x06\xc6\x94\x4e\x5f\xd8\xe7\x97\x1a\x04\xad\xf0\x4d\x4d\x32\x4b\x42\x43\x9c\xde\xab\xeb\xb2\xb7\xd9\xe4\x46\x29\x53\x00\x4f\x5e\xf0\x26\x7f\xb3\xd6\xcd\x52\xc1\xd2\x63\x22\x7a\xf6\x95\x19\x7c\x76\xd4\x75\xf1\xae\x84\x3c\x21\xaf\xcd\x14\xeb\xe6\x7a\x34\x56\x7b\x08\x22\xf1\xfa\x48\xa0\x15\x8e\x4b\x34\x79\xce\x90\xb6\x1b\x08\xe0\x83\x95\xc5\xc8\xa1\x3c\x8e\x7c\xca\x5d\x96\x16\xc2\xef\xc4\xa4\x43\x64\x1a\x39\x08\x13\x92\x14\x5f\x42\x5a\x7e\x96\x96\x92\xe5\xcf\x09\x53\x77\x77\x13\x93\x36\x3d\x3c\xbb\x17\x76\xfa\x33\x00\xf8\x2f\x7b\xd4\x86\xa4\x32\x86\x3d\x7d\x3a\xb8\x31\x45\x53\xdb\x15\x40\x60\x79\x71\x95\xd7\x8b\x78\x11\x78\x21\x4c\x8b\xed\x39\x93\xe4\x45\x60\x51\xad\xd9\xf4\xef\x1c\x31\x1c\x49\xaf\x85\x49\x5e\x14\x80\xcf\x06\x74\x48\x14\xb2\xf4\x42\xd2\x4e\x44\x89\x70\xbc\x81\xb8\x1b\x05\xc5\xdc\x14\xa4\xb1\x77\x3e\x7f\xcb\xfd\xd3\xf9\x5b\x3e\x74\x36\xef\xea\x17\xe4\xbf\x3a\x95\xad\x48\xdd\x71\xc9\x84\x0b\xee\x4d\xe5\x99\xfa\x7c\xa2\x92\xee\x2a\x1a\xd6\x5d\xa7\x82\xff\xdd\x65\x3c\x92\xa2\x49\xfc\x6f\x20\x1b\x18\x9c\xff\xc1\xcc\x63\xf6\xb1\xd5\xcf\xab\x19\xc0\xbb\x7d\xe0\x75\xe2\xa8\x6a\x28\x51\xc2\x6b\x72\xc0\xb1\xd8\x8d\xc1\xd5\x32\x04\x01\xd3\x8f\x09\x1c\x43\xed\x90\x11\x14\xed\xad\x43\xdb\x98\xcc\xfb\xf9\x89\x04\x65\x1d\x09\xa2\x2a\x49\x1d\xd6\x71\xca\xbc\xa1\x7b\x80\x33\x4f\x3d\x1a\x31\xbb\x96\x20\x0f\xe6\x72\x0a\x8d\x43\x55\x7c\xf2\xd6\x4d\x98\x42\x73\x0b\x1f\xa8\x3e\x9b\x84\x58\xe0\x09\x3a\xd2\x6e\xe2\x14\x8c\xdb\x0e\xa2\x9f\xb5\x57\xae\xd3\x32\xc6\x91\x56\x5f\x61\x0a\x47\x21\x72\x0b\x58\x91\x2c\x6e\x3a\x96\x5c\x67\x7b\x13\xe2\x04\xa3\xf9\x50\xfe\xb5\x65\x59\x83\x50\x17\x34\x8b\x7a\x32\x43\xdb\x3a\xab\x60\x5d\x1d\x3f\x96\xb4\xca\x68\x9f\xaa\x96\x77\x45\xb0\xb7\x93\x35\xb8\x00\x85\x66\x15\x62\x1f\x17\x9b\x9e\xb7\xab\x1b\x89\x7d\xe1\xdc\xa3\x90\x0a\x2d\xd6\x16\x85\xa2\xc4\x3d\x8f\x33\xc6\xcc\xeb\x46\xf4\xdf\xcc\xf0\xc4\xc7\x49\x7b\xd1\x0f\xca\x43\x12\x40\x1d\x96\xd7\x1d\x57\xcc\x92\xc5\x6d\x62\xef\x06\x99\x32\xe0\x43\x68\x04\xc8\x21\x26\xf3\x97\x52\x6a\xf5\xc0\x6e\x53\xcc\x02\xd4\x88\x14\x18\xf0\x27\x9c\x17\xe8\x84\x5e\x66\xaa\x6f\x5e\xa2\x35\xe7\xd7\xe6\xef\xaf\xe1\x00\x23\x3c\x69\xb0\x17\x57\x14\x86\x03\xa9\xcd\xf2\x0f\xd7\x7a\x5d\xdd\xbc\xa2\x05\x95\x3b\x07\x5f\xa2\x23\x85\x47\xdb\x7b\x14\x0e\xcb\x91\x36\x1c\x06\x25\x42\xc0\x63\x3b\x43\x5e\x80\x55\xbe\x7e\xdb\x74\x23\xfb\xae\x81\x28\xb3\xff\x64\x8c\x46\x88\x43\xd5\xfa\x26\x53\x4f\xc6\x9e\x85\x99\x92\xe4\x96\x76\x35\xa5\x3d\xe6\x7f\x5d\x2c\xbe\x79\x8b\xe6\x19\x70\x4a\xa0\x5b\x4d\x15\x29\x61\x7d\x30\x6e\x3e\x0a\x38\xad\x54\xb9\x99\xd0\x7e\x94\xb4\x56\xce\x8b\xf4\x97\x83\x09\x10\xc5\x9c\x42\x2b\xdd\xb4\xe1\xe6\xb0\x59\x62\x2c\x59\x44\x82\xa7\x10\x0b\xdd\x11\xcc\x1e\x72\xe2\xb2\x50\x70\x7f\xe0\xbd\x8e\xef\x7d\x7f\x27\xb0\xa3\xa4\xd8\x6c\xf1\xc1\xc3\x2f\x73\xf9\xfa\x1f\x58\xbc\x13\xf8\xe5\x55\x8a\x16\x7d\x80\x55\xb9\x87\x3a\x03\x55\xd9\x79\xdb\x93\x4a\x24\xc6\xd6\xa7\x09\xe2\x2c\x6d\x43\x13\x2d\x92\xa6\xa1\x4c\x03\x19\x07\x82\xde\x62\xfb\x50\x81\x65\x72\x21\xcc\xe2\x34\xea\xb9\xbf\x64\xc9\x43\x10\x5d\xf1\xde\xd5\x10\xde\xdb\x29\xdd\xb9\x07\x89\x27\xd9\xad\x41\x59\x5e\xee\xef\x27\xf2\x3a\xa7\xd1\x76\x80\x10\x18\x7e\x8d\x17\xff\x01\x3b\xda\xea\x4e\xfb\xd9\x37\x63\xee\xf7\x9e\x58\x4b\xa0\x92\x48\x8a\x32\xed\xc3\x54\x03\xf7\xe7\x73\xec\xc8\x7e\x68\xfa\x72\x79\x23\x94\x8d\x7c\x04\x5b\x1b\x24\x91\x5c\x5c\x48\x01\x7b\x9d\x77\x7c\x68\x11\x82\x78\x01\xbd\xce\xc1\xe4\xa6\xac\x15\x3e\x56\x93\xdb\x1c\x43\xb6\xda\x60\xab\xeb\x25\xf6\x84\x8c\x25\x50\xb3\x5b\xd6\x7d\x83\x6f\x95\xfe\x62\x05\x2a\xe6\xf4\xdb\x90\xb7\xcd\x83\x84\x2f\x5c\x04\x7e\xc1\xcf\xad\x3e\x3a\xa1\x6c\xcf\xe1\x05\x7a\xa1\x2f\x9a\xaa\xd0\xad\x50\xd4\xe6\xdd\x4d\xbd\xb8\x68\x9b\xba\xd9\x74\xd5\x8d\xaa\x1a\x4c\x69\x9a\xb3\xcd\x31\xe9\xcb\xd4\x9b\xfe\x71\x55\xc1\x34\xc0\xd4\xae\x84\x67\x4f\x1b\x5e\x70\x95\xb7\x97\x94\xaf\xb1\x6e\xfa\xfd\x56\x1b\xb6\x0f\x9f\x32\x8a\x4c\x75\x8d\xdb\x0e\x48\xa2\x4c\x06\x0e\xa0\x57\x26\xbb\x19\x40\x9f\x5e\xe5\xe7\x79\xc9\x7e\x48\xf8\xff\xbf\x98\xf5\x9d\x83\xb8\x35\x57\x65\x87\xfb\x99\x81\x39\x20\x29\x98\xc9\xc0\x86\xf7\xde\xea\xe0\x39\x9c\x23\x2b\xb8\x49\xa1\x1d\xbe\xad\x90\x0a\xf3\x5c\xf7\xc7\xa4\x29\xc7\x17\x6a\x14\xf1\x86\x74\x97\xf8\xa8\xc4\x86\xa7\xd8\x22\xe2\x73\x41\x2b\x8a\xa2\x29\x2c\x98\x77\xab\x10\x6b\x32\xa4\xf6\xa0\xeb\x17\x6b\xb1\xa9\x3f\xdd\xb9\xf4\x91\x98\x28\x22\x08\xfb\xea\xc9\xe9\xa4\x6f\x12\x24\xc8\x1a\x79\xb5\x2e\x7b\x65\xf8\xcf\x4a\x82\xe4\x38\x91\xae\x65\x45\xab\x6d\xd9\xc6\xe1\x61\xef\xfd\x36\x51\x23\xfc\x07\xa6\xfc\xef\xb7\x02\x55\x11\x23\x43\xeb\xb7\xbd\x89\xf9\xb7\x78\xef\x4b\x01\xe6\x60\xb5\xdb\xf2\x8f\x2b\x29\xe3\xdf\xaf\x03\x4f\x69\xef\xff\x7e\xa1\xde\xd2\x73\x47\x5e\x55\xa3\x13\xaf\x30\x43\x3d\xe2\x29\xba\xa8\xa7\x35\x8d\xfc\x2f\xa1\x88\xe0\x7f\x8e\x74\x16\xf8\xa4\x9e\x44\x03\xfe\x27\xb0\x18\x08\x31\x07\xe2\x98\xd4\xa0\xdc\x3a\x39\xc5\xff\xc1\xeb\xed\x36\xc7\x92\xdb\x01\x24\xb1\xa2\x3f\x1a\xe7\x6d\xa9\xf5\x12\x1d\x3b\x53\x39\xd8\x07\xfd\xae\xe2\x77\x1f\x95\xf6\xd5\xb8\xe7\x35\xe6\x19\x1e\x0a\x04\x24\xf5\xba\xcd\x87\x4d\x16\x46\x49\x7d\x55\xc0\x14\x99\x43\x6e\xd5\x02\xa9\x77\x26\xa9\xe4\x66\x59\xe3\xf9\x14\xbb\xdc\xdd\xc5\xf6\x7c\xac\xf9\xb7\xf5\xf6\x99\x4e\xd5\xa1\xf7\x15\x9f\x0c\x4c\xe3\x81\x99\xb3\x4d\x31\x3f\xa4\x73\x12\x37\x7e\xd7\x85\x15\x05\xeb\x9e\xb9\xd9\xb0\x39\x19\xe5\xe1\x73\x2f\xd1\x50\x20\xb5\xa5\x21\xfc\x98\x17\x5a\x77\xc3\x74\x54\x9a\x45\x04\x34\x80\xde\xfe\xad\x49\xd0\x90\xc4\x1d\xdd\x8f\x04\xee\x5e\x42\x1f\x79\x36\xbe\x74\x3e\x60\x2f\x8f\x20\x37\x3a\xc8\x96\xee\xeb\xd7\x47\x70\xb1\x9e\x52\x30\x08\x3f\x16\x00\x7a\xb7\x24\x0c\x05\x68\x71\x21\x6d\xdb\x06\x23\xd4\x12\x8b\xd0\xdb\xe8\xcc\x65\x67\x23\x07\x43\x3e\x87\xf6\x0a\x1f\x42\x51\x99\x5d\x6c\x5a\xfb\xc2\xcd\x21\x9b\xcb\xa5\x46\x7b\xca\x25\x9b\x7a\xe3\x35\xb6\x6a\xae\xc8\x6a\xcc\xde\x9e\xd2\xfe\x80\xb6\x34\x66\x23\x16\x56\xb9\xb2\x88\xc8\xaf\x54\x6f\xb1\xb9\xa2\x50\x73\x11\xfa\xc0\xea\x8e\xfa\x36\xe2\xf0\x1e\xf5\xad\x41\x7e\xce\x02\xc0\x12\x07\x02\x9c\x7a\xdd\xc3\xc7\x61\x23\x94\xe0\xdc\xd4\xfa\xfa\xd5\x7b\x15\x40\x60\x2d\x49\xdf\x4e\xac\xa2\xa4\x6f\xc9\x78\x4f\x3e\x7c\x1e\x90\x85\x2e\x68\x93\x20\xc6\x3b\xf1\x07\xc8\xd7\xa1\xe6\xfe\xbc\x61\x53\x4b\x8c\x80\x82\x86\xbf\x65\xdf\x79\x80\x74\x5d\x58\xc3\x5f\x6b\xe8\x8e\x39\x8c\xd1\xb6\x95\x05\xc0\xbe\x41\x83\x05\xd5\x51\x70\xe1\xa2\xb9\xae\x3d\x50\xb8\x95\x9c\xa1\x0b\x3c\x19\xdc\xbb\xb8\x6f\x30\x6b\x0d\x65\xe5\x9a\x10\x19\x8a\x16\x15\x64\xae\x29\xad\x44\x8b\xbe\x58\xd2\x79\xf7\x45\x18\xf2\x84\xff\x1d\x11\x49\xcb\xdf\x8b\x25\x65\xe9\x3d\xd5\xcd\x38\xc3\x8d\x91\x22\x65\xa4\x41\xc2\x1a\xf0\xde\xf9\xe5\xa1\x3a\xf8\x42\xbd\x34\xd8\xa3\xbe\x38\xa0\x87\xcf\x00\x07\xb0\x7a\x52\x14\x90\x1e\x19\xf2\x28\x8e\xa0\x4d\xfc\xe2\x6b\x68\x4e\x59\x97\xfd\x80\xab\xf5\xd5\xfa\x9d\x47\xc6\xff\xf5\xf0\x10\xc6\xf7\xa6\x2e\x7b\x96\xb8\x61\x98\x77\x11\x75\xd8\x35\x76\x79\xf3\xcc\x47\xe8\xf1\x3b\xe9\x9e\x36\x09\x9e\xb5\x03\x9f\x6b\x18\xdd\x6d\xb4\x9a\xae\xaf\xf4\x92\x9a\x66\xe1\x92\x8a\x36\x0f\x5b\x57\xd7\xd0\xb7\xcf\xf2\x0d\xa1\x93\x7e\x7e\x10\x7c\x2b\x88\xd2\x83\xab\x71\xe4\x77\x32\x31\x3b\x94\x49\x6d\xc7\x08\xcc\x02\xcd\x51\x4e\xeb\x70\xd1\xe0\xbd\x9d\x68\x70\x25\x0c\xd9\x3c\xb3\x4a\x7a\x52\x76\xa3\xc8\x1f\x31\xf5\x22\x43\x53\xd7\x91\x29\x22\xba\x92\xcb\x13\x14\x6c\x9f\x7a\x34\xb5\xc4\x26\x2c\x4b\x93\xb5\x78\xda\xa3\x14\xb5\xa2\xda\x98\x7d\xd4\x52\x5a\xb1\xfe\xe6\x6f\x74\x98\xb7\xe6\xc0\x6a\xaa\x46\x0b\x32\x09\x96\xaf\xe1\xe0\x25\x69\x0d\xa8\x3b\xdd\xbf\xc3\x1f\xf4\x56\xc2\x4d\x46\xe3\x4c\x7d\x85\xc8\xff\x7d\xfe\xfe\x2d\x88\xbd\x5f\x1c\x04\x36\xce\xd4\xa4\xd2\x79\xcb\x50\x84\x51\xb5\x61\xad\xc4\xf3\x7a\xc2\x54\xd9\x2c\xd8\x6c\xc7\x91\x9e\x9d\x31\x83\xbf\x73\x1a\x3c\x95\x12\xeb\xec\x3f\xc9\xb6\xcd\x2a\x7c\x9d\xc2\x46\x89\x11\xd9\xbe\xcc\xe1\x23\x80\x47\x89\x85\x30\xf2\x13\x7d\x2c\x6b\xfb\xd1\x3b\x9b\xb7\x59\xa2\x4a\x62\x57\x71\x84\x30\xa4\x67\xf0\xd8\x99\x5c\x4f\x75\xa4\x16\x46\x98\xaa\xbc\xd1\x9a\x56\x16\x0f\x9e\x72\x94\xb3\xb2\x03\xf3\x94\xb7\xba\x2e\xc8\xf6\x16\x77\xa0\xce\xaf\xca\x73\x48\x82\x15\xae\x3b\xbc\xf7\xe1\x9b\xb2\xad\xc4\x82\x07\x38\x79\xdc\xdf\x6c\x5a\x76\x4d\xdb\xf9\x82\xe6\x98\x02\x1d\xb4\x18\x8d\x9d\x93\x0e\x4e\x46\x98\x6f\x87\x54\xc5\x05\xd4\x03\x5e\xf7\x95\xe1\xc8\x46\xc2\x7e\x93\x5a\x25\xb8\x32\xcf\x8e\x5c\x49\x05\x26\x29\x2f\x43\xfe\x87\x2d\x47\x23\x5d\x93\x2d\x3d\xb6\x0a\x05\xff\x1d\xe0\xe0\x40\x7d\xe3\x98\x01\x66\xa2\x81\x7b\x03\x7b\xe3\x90\x13\x33\xdf\x4c\x03\x83\xd3\x3e\x98\xef\x03\x07\xb1\xb3\x4d\x01\x06\xc6\x7a\xd9\xbb\x48\x44\x83\x30\xbf\xc6\xda\x01\x58\x3b\x7c\xfb\x2e\xd9\xb4\x97\x93\xb3\xb2\x2e\x28\x5c\x4e\xa8\x6f\xa2\x59\x9a\xa5\x0d\xcd\xc0\x89\x54\xe3\x7f\xa2\xab\x75\x61\x79\x35\xe7\x4e\x91\x74\xa2\x19\x4f\x62\x1e\x14\x45\xfe\x49\xa0\xfa\xc6\x9f\x13\xcf\x41\x64\x6c\x5f\x96\x43\xbf\x11\xf5\x1c\x64\x7b\x62\x53\x12\xda\xc4\xe4\xdc\x94\x35\x97\x29\xe8\xc6\x27\x4e\x76\xf8\xc9\x1b\x3a\xbe\xc8\xbb\x6f\x9b\xc5\x66\xf0\x29\x5b\xee\xc9\xde\x54\x7d\x05\x84\x02\x41\x7f\xdd\xd4\x9b\x4e\x7d\x71\x90\xd2\x78\x0e\x8e\xf1\x36\xda\x73\xbd\xb8\x7c\xd9\xdd\xd4\x0b\x46\xcc\xd1\x22\xe2\x87\x3c\x60\x49\xd5\x2c\xe1\x7d\xf2\xf6\x0a\x58\x9e\x0f\xc4\xbd\xde\xca\x7d\xce\xee\xe1\x98\x19\x2e\xb5\x70\xc5\x7c\x34\x25\xc7\x4c\xc9\x65\x42\x4c\x19\xff\x33\x89\xe5\x77\x99\x86\x04\x47\x59\xd0\x7f\x37\xdb\x60\x8d\x80\xa3\x2a\x74\x5e\x54\x65\x60\x26\xb4\x9d\x2e\xa0\xbf\xff\xb5\x67\x20\x96\x32\xb7\xb0\xe7\xfd\x19\x54\xb7\x86\x58\xe2\xfb\xa1\x8f\xd2\x16\xb3\x8c\xdc\x7c\x70\xa0\xd0\xa4\x1f\xed\x6c\x83\xd3\xaf\x12\x54\xc5\xf4\xb2\xa7\x0c\x63\x4b\x28\xb7\xa9\x2f\xc1\x94\x2d\x8d\x70\x3e\xed\xf8\x57\xd9\x8a\xbe\x7a\xed\x52\x4f\x11\x12\xc4\xb3\xa9\x3a\x4c\x23\x93\x99\xca\x0f\xe8\xea\x44\x94\x2d\x89\x5e\xee\x41\xed\xc8\xdc\xd0\x96\x2b\xfe\x43\xd1\x6e\x9a\x44\xbb\xdd\x5d\x95\xc4\x3a\x18\xc0\x9e\xb9\xec\x0f\x05\x9f\xd0\x76\xfa\xe5\x85\xce\x0b\x73\xe9\xdf\xe7\xf8\x0c\x58\x14\x5a\x51\x24\x5c\x4a\xcb\x5d\x1c\x57\xe5\x42\x03\xa3\xcf\x68\x6a\x46\xfa\x28\x60\x02\x5e\x38\x41\xee\xcb\xaf\x88\x29\x89\x5b\x4e\xcc\xbd\xf4\x93\x5e\xe5\x90\xa5\x7c\x34\x56\xfb\xea\x2b\x73\x23\x3f\xd1\x7f\x0d\x25\x1c\xde\x86\x6f\x21\x5a\x61\x6a\xc1\xd0\xbc\x0b\x56\x67\x77\x37\x0e\x18\xf5\x5c\x89\x85\x0b\x80\x93\x15\x9f\x0f\x13\x8e\x62\x92\x9f\x23\x4e\x2a\x98\xf2\xee\xae\x8a\x98\x8b\x8f\x1f\xef\xb2\xbe\xbc\xcd\x78\x5c\x23\x7f\x8a\x2f\x80\xc7\xd9\xb6\xcb\x91\xdb\x92\x40\xfc\x7d\x6f\x5f\xf7\xcd\x31\x0c\xf0\x0f\xe6\xcc\x27\x3d\x3a\x33\xe1\x94\x83\xe5\xde\xfa\x4c\x16\x78\x2a\x2a\x92\x92\x9c\xd4\x65\xe5\xa1\x49\xb3\x1c\xc5\x32\x9f\xd7\xd7\x78\x1c\xb0\xb9\x77\x9c\xf8\xe7\xa8\x7f\x7c\x84\xf3\x33\x7f\x79\xcb\x9a\x24\xd1\x83\xb7\xdc\xd0\xd5\xe6\x8f\xd0\xa7\xe0\xe9\x9b\x30\xbc\xed\x3c\x45\x7b\xfa\x2d\xd2\xe3\xf2\xf6\xf6\x42\xcb\x16\x09\x20\xbe\xf4\x27\xfd\x85\xae\x09\x7b\x13\x73\x4c\xb0\x09\x93\x05\x6c\x97\x6e\x5b\xd3\x46\x06\x8c\x1e\x05\x6c\x54\xa6\x74\xdb\x26\x41\x84\x9d\x7a\x53\xd8\xdf\x0f\xb1\x25\x7c\x9a\xd8\xfa\xae\x5a\xe8\xae\x6f\x9b\x9b\x07\x31\x0e\xb2\x28\x64\x1f\x85\xc7\x65\xe2\x15\xed\xd1\x23\x0f\xae\x3d\x28\x3e\xeb\xfd\xdc\x05\x55\x32\x62\x71\xc6\x80\xf4\x95\xae\xfb\xff\xc8\xeb\xa2\xd2\x6d\x67\x2e\x8e\xa5\xb9\x41\x41\xf3\x9c\x42\x38\x73\x9d\x90\x54\x8d\x7e\xbb\x17\x9a\x02\xea\xc4\x91\x94\xf3\x30\xf2\x48\xed\x7b\x7e\xa9\x9f\x3b\x5d\xcc\xea\xb3\x1b\xe5\xa2\xe5\x90\xb7\xe8\xe3\x4e\xcd\x6d\x68\xc9\xb9\xe2\x90\xf4\x6a\xd4\x35\xe0\x24\x5c\x34\xf5\xe3\x9e\x23\xc6\x42\x94\x5f\x8c\xcd\x79\xdd\xe6\x6b\x8c\xc7\xea\x62\x10\x52\xdc\xc1\xf1\x44\xbd\xf2\x73\xd1\xe5\xe8\xd1\x0c\x4e\x46\x2c\x7d\xb8\xe0\xb4\x35\xeb\x8f\x93\x61\xb2\x43\x81\x2b\x15\x67\x99\x62\x2c\x5b\x4d\x47\x27\xd4\xf9\x2e\x04\x95\xd5\x33\xda\x4f\x27\x87\xa7\x2c\xea\xd9\xb7\x21\xf4\x04\xee\x8e\xd4\x49\xe8\x57\x2f\xa4\xc0\x53\x7f\x67\xc0\xa1\xc8\x88\x7c\x67\x1b\xb3\xbd\x10\x01\xf9\x33\xc3\x95\xf0\x46\xce\x6a\x8c\xdc\x92\x57\xaa\xd3\x10\xc4\xa0\xdb\x80\x0b\x9a\x41\x40\xbb\x71\xdd\xc4\x45\x12\xa2\x30\xaa\x90\x54\x69\x56\xeb\x7a\xd1\x6c\x5a\xf0\x8a\xef\x1b\x45\x01\xf5\x73\x11\x47\xfc\x22\xef\x15\x77\x51\xdd\x80\xc5\x6e\x07\xd1\x13\x28\x74\x0c\x46\xe7\x22\xd7\xe2\xbc\x2e\x6c\x34\x84\xdc\x21\xd3\x31\x0e\x69\x6e\x23\xe2\x64\x2a\xef\x20\x2c\x84\x32\xd7\xb8\xba\xce\x6f\x40\x3a\x5c\x54\xa5\xd9\xfa\x05\x45\x57\x27\xaf\x6c\x1e\x71\x32\xc0\x31\x81\x8e\xe3\x1c\x73\x20\x1e\x8b\x27\xb4\x2e\x1c\xec\xd8\x7f\xea\xb9\x23\x52\x6f\x18\x29\xd9\x6f\xec\xe2\x68\x06\x4d\x5f\xd6\xea\x9e\xbb\x03\x36\x01\x35\x86\xd8\xe1\x14\xb1\x2e\xc8\x69\xad\xf2\xba\x01\x3f\x78\xd7\x95\x59\x18\x8c\x3f\x2c\x83\xa1\xba\xed\x44\x18\x10\xc5\x19\x62\x70\x61\x0c\x9e\x54\xef\xb0\xf4\x68\x02\x51\x0b\x70\xf4\x80\x50\xd6\x50\xd6\x5c\xd7\xc1\x14\xe4\xf8\xfd\xf5\xe0\x0a\xe9\xe0\xc1\xe2\xe0\xf2\x9f\x91\x04\x6f\x01\xd0\x5f\x61\x05\x2f\xd8\xad\x5b\x13\xaa\x7d\xea\x69\x7d\x61\x37\x2c\xf6\x17\xba\x5b\xb4\x25\x06\x3b\x82\x94\x5c\x4c\x83\x20\x64\xbf\xe2\x20\xe8\x18\x53\x58\xae\x05\x18\xcf\x34\xaa\xb8\xa9\xf3\x15\x79\x76\x56\x4d\x0e\x2f\x1d\x2b\x08\x9f\x53\xb6\x88\xcc\x6d\x53\xc1\x56\x2c\x4b\x64\xf1\x80\xaa\x81\x2f\xe9\xba\xf5\xe3\xda\xa3\x23\xfe\xb2\xac\x34\x24\x6a\x6c\xda\x08\xba\x69\x8f\x66\x2b\x03\x11\xc3\x38\x9c\x95\x9b\xd5\x96\x07\x3e\x89\xd1\xd8\x63\x10\x97\x2a\xd8\xc7\x1a\x52\x92\x84\x38\x2d\x32\x84\x42\x2e\x15\xfb\xf8\xba\x32\xc7\x76\x54\x35\xd7\xba\x5d\xe4\x60\x26\x43\xa8\xd7\xa9\x39\xec\x9a\xa9\x3e\x0f\x5d\x44\xf3\xaa\xcc\xbb\xa8\x97\x6f\xcb\x4a\x4b\x14\xb5\x77\x99\xcd\x80\x3c\x3c\x6c\xd7\x2c\x02\xfb\x23\x9f\x46\xbb\xe8\xeb\xbc\x37\xf3\xa1\x08\x49\xd6\x24\x2a\xd5\x9f\x7f\x2a\xa3\x10\xb9\x08\x30\x83\x7d\xfb\x76\x53\x2f\xa2\xce\xe9\x31\x2f\x8e\x0c\x63\x5a\xb0\xcd\x25\x1a\xff\x5c\x34\x55\x01\xc7\x0e\xd5\xe9\x43\xc7\xcb\x05\x27\x8b\x4e\x19\x4c\x6e\x0a\x3b\x14\x1e\x1e\x58\x71\x35\xc5\x95\x1f\x3c\x59\x10\xa0\xc4\xfe\x08\xab\xd9\xf5\x9b\xda\x99\x87\x55\x78\x1d\xcc\x39\xa7\x3f\x1f\x7c\xce\xf9\x0c\x78\x6c\x5e\x68\x0c\x80\xca\x05\xae\x0a\x21\x88\xbc\x34\x11\x10\x3f\x86\x6e\x7b\xdf\x39\x18\xdb\xb3\x15\x15\xa6\x2a\x3f\x89\x6e\xad\x4f\xbb\xa1\xa9\x35\x31\x97\x74\x3f\xb2\x2f\xb5\xbc\x95\x80\xf7\x59\x6e\xf8\xc8\x87\xc4\xd4\x7c\x1b\x76\xfe\xe4\x59\x7f\xfc\x48\x3c\xad\x5b\x31\x6f\x13\x46\x63\xe4\xb3\xed\x8a\x3f\x1f\xd8\x01\xe0\xd3\xd1\x21\x25\xb5\x03\xaa\xbf\x68\x9b\x6b\x53\xe7\xe9\x7d\xa2\xe0\x55\x09\xb2\x9b\x36\xb2\x68\x96\xe9\x88\x81\x1f\x60\x01\x2c\x69\x07\x15\x8a\xa9\x18\x3e\x30\x9a\x5a\x49\x75\xe7\xa3\xce\xdb\x08\xf9\x0f\xe7\x62\x64\x49\xb0\xef\xff\xc6\x6c\xec\x68\xb6\xf3\xfd\x06\x54\xfa\x5d\xc7\xc1\x67\x1e\x1b\xe0\x8f\x0d\x7d\x7e\x4c\xc0\x1e\x1b\x5c\x49\x10\xdf\x49\xb3\x9c\xed\x84\x12\x0b\x5c\x13\xec\x57\xc9\x96\x53\x84\x74\xbc\x21\x03\xd2\x6a\xe2\x89\x53\xf4\x86\x31\x13\x91\xea\xe0\xdf\x78\xb4\x3f\x7e\x34\x17\x2f\x47\x59\xb7\x95\xc6\x93\x55\xbe\x1e\x41\x5a\x91\x6e\xd2\x37\xdf\x19\x42\xfd\x2a\xef\xf4\x68\x3c\xa6\x28\x8a\xe2\xf0\x03\x0c\xfa\xec\xd3\x36\xbb\x17\x43\xbb\xff\x5d\xd3\x5c\x86\x59\x64\xca\x5a\x98\xae\xe6\x6d\x9b\xdf\x98\xcb\xc7\xbb\x8c\xdd\x81\x5c\x19\xa1\x52\x63\x3c\x40\xee\x9b\x8e\x31\xe6\x9d\x80\x0a\x58\xf7\x64\xce\x35\x3e\xf1\x9c\xca\xdd\x63\x50\x63\xbe\x16\x3a\x62\xfa\x39\xe1\x84\x3a\x71\x4b\xf4\xf9\xdd\x39\x58\x63\xd1\x8f\x3d\xde\x9a\x66\x6b\x17\x11\xee\x28\x5a\x9c\xf4\x29\x82\xc2\x6f\x69\x16\x23\xb3\xbc\x5d\xa6\xdc\xac\x52\xcf\xd2\x05\x6f\x44\xea\x45\xba\x70\x84\x7e\x77\x57\xb9\x5f\x93\x5e\x77\xfd\xc8\x02\x1e\x7e\xa1\x2e\x42\x0d\x22\x18\xf0\x1c\xcc\x66\x93\xd1\xc9\xaf\x93\xd3\xbd\xf1\x9f\x0e\x26\xfa\xbd\x5e\x38\x58\xc1\xc1\xd6\xef\xc3\x93\x7b\xf7\xc8\xdd\xe8\x05\x8b\x5a\xd6\x85\x7e\xff\xe3\xd2\x00\x3c\x79\x72\x3a\x56\xcf\xd5\xfe\x93\xed\xbe\x8e\x45\xc2\xd6\x60\xf8\x16\x4a\x61\xfd\x35\x44\xd4\x67\xe6\x0e\x0f\xa7\x44\x6e\x11\x80\x4c\x11\xbf\xa5\x46\x86\x77\x82\xb4\x8e\x75\x57\x1a\x2e\xab\xba\x19\x43\xa8\xbe\xf9\x72\xf3\xfb\xef\x37\x60\x31\xdc\xb7\x1b\x8d\xe6\xdc\x75\x43\x49\x59\xc4\xc9\x81\x48\x19\xcb\x66\x53\x13\x4b\xf1\xb8\xaa\x54\x5e\x75\x8d\xea\x74\xde\x2e\x2e\x86\x07\x49\x57\x15\x8f\xb4\x59\x2c\x36\x6d\xc7\x47\x97\x82\x24\x41\xbe\x70\xe4\xfb\xba\x8b\xa6\xa5\x5c\xe7\xa6\x4a\xab\x35\x2b\xb3\xf2\x36\x5f\xf4\x98\x0b\xa7\xae\x6e\x38\x15\x53\x0b\x61\x05\x31\x44\x4c\xdd\xd4\xfb\xd7\x4d\x5b\x88\xca\x21\x63\x28\x51\x9a\x4f\xcf\x0f\x02\xad\x91\x22\xc1\xa2\x80\x53\xe3\xc6\x47\x70\xc1\x00\xf9\xc4\x2e\xe5\xc2\x71\xc7\x21\x80\xf5\x98\x74\xcd\x4a\x8f\x72\x43\x3e\x73\x70\x11\xbd\x3f\xe6\x83\xea\xde\x0c\xf4\x93\x50\xd9\xd6\xca\xa1\x16\x8e\x66\xbb\xa3\x13\xc4\x6f\xa4\xc9\x33\xe2\xe7\x5b\x1d\x98\xa0\x85\x39\x13\xf0\xbc\x93\x3b\x05\xf8\x97\xf0\x94\x75\x30\x9b\x5d\x1f\xe0\xa9\x37\x40\x4f\xb0\xfe\xbe\x32\x27\x69\x77\x77\xa8\x7c\x4f\x31\xa0\xd3\xf1\x36\x17\xe8\xc4\x92\xf1\xbf\xc4\x65\xe8\x9d\xc1\xdb\x59\x4d\x22\xde\xb7\x2e\xfd\x1a\x72\xc5\x9d\xca\x41\xb3\x20\xf2\xb4\x85\x8a\x8d\x45\xb3\x5a\x6f\x7a\xdd\xc5\x42\x9a\x59\x35\x0e\x3d\x5e\xe8\x75\x7f\xc1\x09\x46\xc0\xb4\x06\x8d\x1a\xf1\x36\xab\xca\x5a\x63\xd2\x27\xb2\x35\x05\x99\x1b\xa3\xa0\x9b\xf3\x39\x04\x75\xc1\xb2\x46\xa1\x7b\xdd\xae\x0c\x1b\xef\x29\xb8\xb0\xee\xb1\x6e\xaf\xca\xc5\x76\x2d\x97\xd5\x34\xe1\x12\x40\x18\xa2\x2b\xdd\xb6\xa5\x65\x88\x37\x75\xd9\x9b\x63\x47\xa1\x76\xc5\x28\x2e\xf2\xf5\x5a\x83\x04\x7f\xec\x84\x1f\x3e\xec\x66\x20\x25\xea\x24\x88\x15\xc2\x88\x7b\x15\xdc\xde\x90\x45\xb3\x83\x99\xcb\xcf\x7d\x7e\x66\x15\x1a\x4d\xaf\x3a\xdd\x93\x64\x43\x81\xdd\x81\xcf\xfe\x92\x5a\x27\x66\xfc\xb3\x19\xeb\xfd\x95\x7a\x47\x22\x5b\x5a\x68\xd6\x49\xd9\xd3\x92\xe1\x1c\x08\x9b\x66\x3b\x4a\x79\xe1\xe4\xa0\xe1\xc1\xaf\xa3\x17\x47\x6a\xef\xe3\x6c\xd6\xc3\x15\x05\x88\x8d\xd0\x4e\x0e\x4f\xe3\xf7\x00\xe6\x23\x99\x85\x7c\x83\x89\x2e\x69\x46\xb0\xfc\x47\xa6\xab\x3d\xf5\x5f\x8e\x7f\xfc\x81\xe2\x8c\x95\xcb\x1b\x09\x73\xc0\x96\xca\x14\x06\x56\x54\xb0\xd7\x3f\x39\x36\xe1\xb7\x05\xa4\x84\x54\xd7\x65\xd1\x5f\xfc\x06\xb8\x59\xcb\xae\x1d\x09\x47\x25\xea\x6b\x8b\x70\x06\x27\x30\x4d\x99\x5b\xfb\x07\xf2\x51\xae\xe1\x98\x52\x20\xe2\xcd\x74\x32\xef\xf3\xb3\xe3\xf2\xf7\x7b\xf2\x65\x51\x62\xab\x5f\xa9\xf9\x58\x3a\xbf\x2c\x9a\xba\xcf\x4b\xc3\x2c\x1a\x24\x0b\x82\x31\x9e\xeb\xfe\x8d\x1d\x4c\x22\xfc\xf2\x06\x11\x4b\x9a\xbe\x89\xc1\xfb\x56\x63\xa6\xee\xc4\xdc\x4d\xaf\x9a\x42\xbf\xec\x47\x87\x90\x86\xe4\xaf\xea\x05\x35\xa7\xc1\xa9\x2f\xb0\x26\x51\xcb\x23\xf9\x4b\xc4\xd4\x64\x79\xa8\xf6\x8e\x1e\x1d\x32\x22\x44\x57\x10\xc8\x0a\x36\xb2\x53\x87\x10\x9a\x79\xd1\x54\xdd\x7c\x32\xab\x81\xf3\x05\x65\x68\x7e\x86\xea\x16\xc3\x47\x6c\x16\x17\xd6\x62\x87\x9a\xe5\x9d\xa2\xb0\xd9\x5a\x84\xed\xfa\x63\x36\x97\x1e\x17\x78\x07\x66\x75\x6a\x0b\x88\x66\x61\xfc\xbd\x8e\x93\x96\x56\x9d\xb7\x0f\x36\x63\xce\x6c\x67\xb6\x93\x29\x70\x46\xf4\x56\x95\xb6\x02\x82\x9d\xa6\x37\x2b\xb1\x35\xe2\x4c\x52\x24\x05\xd3\x31\x04\x81\x88\x2f\x4b\x1a\xc2\x1e\x8c\x61\xd6\x7b\x04\x00\x69\x4b\xd5\xa9\x7d\xd3\x34\x96\xcb\x52\x7e\x9f\xa6\x3e\x3a\x7a\xca\x43\xec\xfa\x70\x24\x26\xcc\xa1\x11\x46\x49\x97\x08\x92\x4e\x69\x25\x05\x21\x43\x37\x4d\x27\x79\x7d\x33\xab\x4f\xe8\xc8\x77\x78\x65\x3c\x50\x40\xf1\xae\x9b\x31\x62\x65\xde\x6a\x1b\x57\x4d\x17\x19\x2a\x41\xc1\x95\xa2\x26\xe5\x61\xd3\x69\xab\x5a\xf1\xb0\x5b\x6a\xb3\xe0\x75\x13\x71\x31\x0c\x02\x0f\xc4\x87\xc6\x5d\x73\xfa\xd5\x4f\x19\x38\x27\x22\x1a\xe3\x20\x37\x1d\xfb\x2d\x2c\x91\x1b\x9a\x08\xaf\x42\x8c\x9c\x84\x27\x24\x38\x93\x70\x29\xcf\x6a\xef\x56\x26\x4e\x7b\x53\x55\x0a\x94\xf0\xd7\x46\x7e\x1f\xa2\x3d\x00\x66\x44\xaf\xbc\x90\x01\xc4\x22\x1f\x3c\xe1\x92\x13\x83\xc8\xf1\x22\x68\x9e\xc0\x1e\xe7\xed\x60\xee\x15\x84\xcd\xfe\xdd\xc1\x1b\xb2\x45\x48\xda\x78\xb3\x33\xfc\xe8\x1e\x9f\x1f\xde\xe1\x48\xd3\x62\x8f\x25\x81\xf1\x27\x11\xdc\x90\x54\x99\x23\x02\x25\xaf\xd6\x54\x9e\x18\xb0\xec\x45\x3f\x0d\x11\xbc\xd8\x1b\x6d\x40\x89\xa1\xf6\x0b\xaa\x9d\x5c\x63\x74\x66\x87\x95\x8e\x82\xa7\x5b\x4d\x14\xba\x05\xc0\x13\x06\xa2\xf6\xa6\x6f\xf6\x71\x45\x3a\x95\x57\x15\xb0\x71\x86\x35\xd9\x2c\x2e\xec\xbd\x18\xc5\x4e\x07\x0f\xbd\x34\xd1\x03\x15\x12\xd3\xbc\xc8\xd9\x07\x1d\x1f\x0a\x50\x28\x4f\x39\x71\x20\x99\xd9\xcb\xb8\x6f\x15\x91\xd8\xa1\xad\xb7\x46\xf7\xc4\xe0\x69\xb1\x22\x47\xc4\x9b\x82\xf2\x8e\x02\x89\x59\x03\x5e\xb0\x9b\xa5\x11\x9c\x40\xbd\xd3\x7b\x44\x61\xda\x7f\xe2\xe5\x22\xc4\x64\x46\x51\xe0\x0c\x8b\x80\x18\x8d\xc7\x4c\xfe\x29\xfc\xfd\x0c\xfc\xf6\xe2\x64\x71\x65\xad\xfd\xb8\xe6\x65\xad\xe3\x68\x39\x40\x63\x91\x34\x4c\x07\x0f\x18\x58\x04\x85\x3e\x7d\x06\x43\xb9\x65\x12\x43\x4d\xf3\xb2\x8e\x2c\xe7\x8d\x18\x73\x4c\xdc\x1e\x9a\x1a\x81\x31\x49\x20\x12\xf2\x90\x42\x83\xa0\xc5\x06\xac\x7f\x7f\x9d\xcd\xba\x2f\x48\xab\xe1\x80\x38\x2e\x4e\x59\xcb\xbb\x76\xa5\xa6\xc9\x2b\x13\xbf\x85\x33\x32\xf0\xcd\x81\x6b\xda\xd8\xc3\x9f\x77\xd6\x2e\xc7\xa9\x05\x1d\x5e\x6d\x17\x51\xa0\x92\x23\xb7\x8a\xe8\xc4\x61\x7f\xaa\x3d\x33\x2b\x62\x68\xcc\xb8\x3a\xdd\xf6\x47\x38\xf4\x21\x0b\x1b\x44\x02\x9c\x39\x98\x4e\xf9\x14\x80\x73\x5e\xc2\xe6\x07\x01\x63\x64\x0e\xe3\x37\x1e\x55\x86\xdd\x16\x0f\x76\x40\xbb\x17\x79\x55\x19\x0e\xea\x44\x50\xf0\x59\xfd\x47\x5c\x7f\xf0\xa0\x77\x63\xc5\x46\xcc\x52\xaa\x36\x7d\x59\x95\x7d\xa9\x3b\xc8\x56\xbd\xdc\x54\xf0\x38\x2a\xc6\x59\x35\xe7\xe5\x02\xaf\x8b\x45\x5e\xab\x4e\x57\x7a\x81\x2a\x1c\x7b\x5e\x91\xac\xc8\x46\xad\x5e\x37\x10\x68\x75\xc9\xc1\x67\x81\x14\x79\xef\x7c\x1e\x11\x18\x7c\xeb\xb6\x4c\x3f\xd3\x53\x5f\xa1\x72\xc7\x8b\xe0\x83\x63\x01\x0f\xb8\x9f\x52\x26\x19\x35\x55\x1f\x6e\x53\xb1\xb6\xb7\x44\x33\x75\x4d\xe9\xaf\xb0\x02\xb1\xf0\x29\x4e\x7f\x8b\xa7\x68\x2e\x15\xcd\xcc\x33\x03\x11\x4a\x72\x58\x99\xea\xf3\x4b\xeb\xce\x78\xd2\x95\xab\x4d\x05\x84\xdb\x34\xc1\x8f\x67\xad\xce\x2f\x1f\x88\x61\xde\x1e\x4e\xc4\x66\xfc\x4a\x93\x9d\x70\x4f\x5f\x1b\xe8\x44\x75\x20\xfc\x42\xbe\x80\xcc\xff\x5e\xc6\x0e\xd5\x19\x01\x20\xc7\xa1\x98\x89\xcc\xd7\x4d\x37\x47\xbb\x80\xf9\x59\x99\x77\x73\x52\x29\xb7\xe7\x78\x77\x59\x86\xc6\x4b\x25\xa2\xd6\xa4\xce\xb0\x6b\x02\xff\x77\xa6\x97\x4d\xab\x15\x3b\xcb\x42\x9e\x06\xcc\x0f\x02\xdd\x91\x37\x68\xf8\x54\x65\xc9\x78\xa6\xce\xf0\x8d\xf1\xc9\x10\xf1\x0f\xdd\x8e\x07\x6f\x80\x0f\xca\x5b\x96\xcc\xfe\x7c\xdd\x6c\xce\x2a\xfc\xe8\x0c\x6b\x63\xbc\x01\x29\x42\x42\x90\x01\x25\xfd\x82\xe7\x53\x41\xf9\xa2\xd2\x67\x96\xa8\x25\xdf\x99\x52\xc3\x8a\x60\x4c\xa7\x03\xa1\xe3\x88\x2a\x7e\x50\x06\x39\x8e\x48\x32\x42\xda\x6c\xe8\x69\xe8\x3c\x6e\xf3\x34\xc2\x32\xa3\x4b\x4e\x30\x5a\x68\x77\x14\xcf\xe1\x5e\xfd\xdb\x7b\x8b\x62\xa1\xfb\x50\xf6\xc5\xad\xcb\xa3\xf4\x6b\xa4\xc6\xfb\xe0\x4e\x0f\x33\x75\x77\xbf\x6e\xc3\x6e\xb7\x3e\xa1\x99\x7a\x77\x38\x93\x03\x6d\xe5\x14\xe7\x84\xf2\x74\xa8\x48\xfb\x25\x72\x4e\x38\x5a\x40\x52\x0c\x38\x32\x3f\x39\x3c\xf4\xd4\xdf\xa0\x6f\xd3\x57\x18\x52\x9b\xf4\xe5\xc1\xa1\x31\xbd\xbe\x34\x7d\xbd\x6d\xba\x2d\x47\xc7\x1a\x2d\x86\xc4\x22\xc0\x37\xb8\x7d\xfd\xc3\x90\xa4\x2b\xc1\xf2\x04\x39\x15\xf0\xe0\x21\x87\x85\x8b\x6b\x1f\x94\x83\x33\x9e\x0a\xbc\xe3\xb6\x10\xf3\x27\x20\x63\xe1\xac\xc4\x4d\x39\xb3\x14\x98\x2a\xc1\xac\x1b\x85\x66\x18\x22\xe4\x36\x7d\x32\x29\xbb\x58\x7a\xdc\x9a\xf0\x19\xeb\xde\x41\x91\x1e\x3e\x51\x4f\x5c\x22\x0f\xe3\x8d\xa1\xed\xd0\x9b\x15\x9a\x12\xd1\x26\x4c\x4b\xcb\x0a\x04\xdb\x94\x60\xe9\xd5\x8b\x3b\xab\x8c\x30\xe2\xd3\x91\xef\x33\x65\xd0\xc5\xf6\x93\x78\xea\x72\xca\x09\x5b\x6b\x7f\x68\x26\xb8\x9f\xf0\x76\x34\x32\x0c\xf2\xc7\x3f\x1d\xa4\xb4\x95\x5b\xd3\x82\x86\xbb\x67\x7d\xd1\x47\x78\xd7\xa2\x6a\x4b\x5e\x76\x63\xbe\x94\xc4\x03\x99\x9f\xa5\x87\xf7\x9e\xb2\x36\x84\x3b\xef\xa6\x81\x1a\x7a\xc1\x97\x26\x22\xcf\x71\x70\x87\xa8\x99\xb8\xa8\x48\x3d\xe5\x09\xc4\x83\x13\xf5\xb5\x0a\x30\xe9\x2d\x9c\x47\x59\x47\x46\x85\x65\x4d\xdb\xfc\x4f\x41\xdf\x07\x20\xe1\x00\x5a\x25\x63\x9a\x71\x61\xad\x1c\x66\x8d\x52\x21\x57\x24\xa4\x7a\xe8\x31\x96\x36\xc5\xd6\xdb\x4a\xe1\x3f\x01\x7b\x87\x02\x4f\x81\x56\x6a\x90\xef\xfb\xff\x82\xed\x73\xbe\x92\x2c\xe8\x96\x4b\x95\xd7\x37\x89\xcc\xb7\x76\x9c\xd0\x7e\xd8\x54\x28\xd9\x9d\xfa\xf8\x31\x7e\x50\xe3\x34\xaa\x42\x57\x67\x75\x73\x09\xeb\xf2\x40\xa7\x9d\xf7\xfa\x1c\x64\x24\x30\x9c\x83\x86\xfd\xcd\x5a\x77\x13\x75\x8c\x1c\x2b\xd5\xb9\xe1\x1c\x76\x9c\x5d\x0b\x52\x8b\x7a\x02\x15\x2a\xfc\xcd\xc5\x0a\xa6\x59\x74\x8c\x48\x7d\xd7\xb4\x18\x8c\x87\x92\x42\x00\x4b\x57\xda\xec\xc3\xa0\xe4\xa9\x9b\x19\x5a\xc8\xc1\x43\xba\x7f\x24\xd1\x02\x7d\xeb\xdb\x1b\xeb\x14\xc3\xd7\xa8\x5a\x5f\x2b\x2e\xc3\xc7\xb7\x03\xf5\x0a\x5f\x12\xa3\xa3\x8f\x8f\xed\xfe\x25\x85\x53\x0d\x72\x62\x4e\xa2\xb4\x52\x9e\xbe\xe3\x7d\xa6\xf2\x2e\x50\x28\xb2\x4b\x11\xd4\xfb\xb6\x6d\x56\xa3\xbc\xeb\xd9\xb2\xe8\x4d\x5d\x63\x52\xde\x31\xe6\xe7\xfd\xb9\x36\xeb\xd0\x5d\xe8\xc2\x0c\xbd\xfb\x1a\x18\x7c\x28\xa7\x3c\xc5\xe8\x7a\x29\x43\xd9\x94\xe7\x75\xd3\xea\x57\x55\xd3\xe9\x42\xfa\xa3\x30\xad\x7c\x3f\x21\x6e\x63\xf1\x7e\x00\xbb\x76\x77\x53\x65\x82\x65\x09\x7b\x64\x65\x08\x20\x08\x44\x42\xf6\x73\xa7\x31\xea\x50\x3e\x6d\x97\x34\x38\xd0\x02\x7b\x4f\x08\xd8\x26\x4e\xa2\xcc\x25\x42\xbb\xb5\x24\x4f\x31\x80\x0e\x3f\x5e\x5d\x94\x55\x91\xa9\x85\x59\x05\x01\x15\x2b\xee\xee\xaa\x11\x94\x80\x1d\x64\xdb\xf5\x62\x44\x36\x35\x3e\x54\x28\xbe\xbe\x19\xc7\x3a\xd7\x2a\x77\xbd\x99\xbf\x65\x67\x05\x18\x48\x63\x27\xf0\xc1\xbe\xe4\x9b\xaf\x68\xd1\x05\x84\x33\xbe\x8a\x17\xef\xd5\xf4\xb9\x2a\x74\x55\xae\xca\x5e\x17\x76\x3d\x0d\x16\xa1\xed\xc8\x93\xcc\x19\x8f\xda\xfe\xc0\x25\x2f\xdc\xf3\x17\x30\x08\x64\xb1\x65\x3a\xdc\xa4\x56\x07\x13\x91\xe7\xad\xd0\xbc\x19\x16\xa6\x59\x23\x2e\x7b\xfa\xd9\x60\xd3\x01\x7f\x0d\xb5\x20\x74\x3c\xcb\x45\xbc\x45\x8c\xa8\x9f\x48\x3d\x8d\x7d\xa5\xf2\x51\x31\x9e\x04\x28\x65\x5a\x85\x8a\xb5\x04\x86\x24\xb0\x04\x62\x5f\x07\xd4\x1c\x15\xb8\x66\xa8\x34\x6a\x00\x9f\x5e\x9b\xc4\xcc\xed\xc2\xc8\xf8\x52\x87\x10\x52\x0a\x68\x30\xea\x89\x3b\x6b\xa7\x0d\x89\x8a\x59\x29\xe5\x9e\x12\x96\x4d\xbb\xa2\x17\xa3\xba\x20\x65\x15\x27\x73\xed\xc8\x1c\xc1\x11\x24\xea\xbc\x13\x2f\x3b\xca\xd2\x1c\x98\x80\xaf\x7b\x8a\xa6\x6d\x63\x04\x26\xb5\x52\x52\xcb\x84\x0b\x93\xd0\x35\x59\x4a\x98\xf7\x09\x9b\x84\xb2\x53\x67\x1a\xed\x0f\x80\xa8\x86\x7a\x06\x58\xe9\x04\xd4\xe8\xc2\xea\x1b\x82\x1e\x52\x65\xde\x53\xd2\x6e\xac\xd7\x55\x19\x99\xd4\xc1\x56\xc6\x69\xb5\xcd\x9c\xd8\xe3\x07\xfe\xe6\xcc\xc9\xa1\xae\xca\x14\xaa\x29\xd4\x09\x8b\xd6\x9c\x25\x2e\x2c\x10\xa8\x3d\xc0\xa2\xdc\x2b\x6b\x4d\x88\x90\x03\x11\x1f\xa3\x9d\x8d\x1a\x7e\x8a\xc4\xcc\x33\xfc\xe7\x8a\xcd\x90\xc2\x93\x45\xe7\x61\xa6\xc7\x93\xae\x79\x64\x77\x4d\x2b\xf1\x06\xdb\xea\xa5\x6e\x75\xbd\x20\xee\xdd\xd0\xa3\xb9\xdd\xb1\x39\x8d\x98\x6e\x87\xce\x71\xf9\x0d\xe7\xf9\x2a\x29\xb0\x70\x67\xe8\x6e\x45\xce\x6e\x9c\xc6\x17\x71\x15\xa3\xac\x21\x8c\xdf\xea\xa6\xff\x0d\xe3\x9f\x6a\x4a\x4d\x7b\x01\x89\x29\xe1\xdc\x5f\xe9\x96\x0d\x7b\xac\x35\x12\x34\x07\xe1\x46\xbd\x59\x12\x4e\x34\x59\x24\x6f\xf8\xf5\x01\x1e\xd8\x13\x96\xf0\xcc\x79\x9e\x97\xb5\xcd\xae\x45\xdb\x54\x1b\x12\x59\x62\x52\x2c\xd3\x33\x3e\x8e\xb1\x3f\x12\x28\x21\x81\x12\xc7\xdb\x63\x90\xc9\x91\xb7\x07\x68\x01\xed\xc2\x46\x0f\x3b\x07\x07\xea\xf8\xb2\x5c\x63\x73\x5c\x50\xf7\x52\x2d\x87\xa7\xba\xf2\x0c\xde\x06\x46\x90\x3c\x6f\xd3\x95\x75\xa6\x74\xbf\x10\x24\x7e\x28\x4b\x0b\x58\xda\xf5\xa4\xaf\x73\xc7\xd2\x5a\x6c\x27\x5f\x9c\x94\x33\x3b\xa0\xb6\x7c\x0d\xee\xee\x2a\xff\x8b\x8d\x79\xc8\x9f\x01\x56\x2c\xfc\xb8\x31\xf8\xed\x13\x82\x54\xd9\xbd\x85\x22\xee\x3b\x73\xc3\x4e\x99\xdd\x9d\x11\xe7\xe5\xcd\x7a\xdb\x86\x78\x23\xbd\x5b\x08\x13\xa2\x6b\xb4\x58\x91\xab\x00\xbd\xc4\xa9\xaa\x69\x2e\x29\x6f\xb0\x3c\x80\xd6\xfe\xd4\x4c\xe6\x71\xc7\x27\x02\xae\xa9\xb4\xd1\x34\xa9\x36\x08\xc7\xe3\x37\x10\xe8\x2e\x91\x70\x84\xb8\x16\xb1\xe3\xd1\x7a\xbb\x78\x9d\xa6\xea\x0b\xc9\xb9\xe0\xb7\xcc\xd2\xf7\xcc\x5d\x02\x63\x75\x64\xdf\x0a\x83\x60\x91\x76\xe3\xb8\x79\xb3\xf4\x79\x1e\xf7\xae\xd8\x2c\x9f\x9a\xbf\x9e\xd2\xcf\xc5\xa6\x65\xe6\xc7\x67\x66\x1c\xf7\xb5\xd8\xb4\x03\x81\x0a\x5d\x64\xec\x20\xb2\x36\x66\x8e\x7d\x05\xf6\x1a\xfc\x48\x90\x3b\x46\xd2\x12\x8c\xbc\x2a\xcf\x6b\x5d\xa8\xd1\x4a\xe7\x35\xd1\xa2\x56\xa3\x47\xe9\xc1\x01\x58\xf7\x72\x08\x7f\xd8\x29\xce\x66\xd9\xe5\x2b\xa6\x47\x48\x25\x9b\xb5\x86\xf6\xdc\x45\x3b\x9e\xa8\x97\x75\x01\x50\xca\x25\x90\x30\xb1\xb5\x5c\xbb\x6f\x2e\x75\x2d\x05\xa6\xb3\x36\x5f\x5c\xea\x5e\x17\x2f\x71\x60\xa3\x30\x8a\xa4\xb0\x3b\xe0\xc7\x31\x71\xc9\x82\xe6\x62\xad\xeb\x77\x06\x2e\xf3\xe3\x0b\xc3\x8b\xe3\xf5\x82\xd2\x00\xaa\x9d\x93\x2c\xbb\x10\x0c\x1e\x59\x40\xb1\xc0\x21\x24\xed\x0a\x25\x77\x31\x9e\xa4\x04\x15\x0c\xf0\x3b\x3c\xa5\xbe\x75\x87\x38\xa8\xb6\x6f\xef\xcc\x31\xc1\xc5\xe0\x2a\xd0\xab\x8b\x94\x65\x7e\x3e\x9b\x5a\xe8\x48\x9d\x5e\xb8\xdf\x90\xd4\xc8\xea\x6e\xc5\x67\xd0\xce\x47\x36\x28\xc8\xda\xb8\x71\xf4\xcd\xd3\xd8\x00\xa0\xa6\x74\x2c\xc1\x32\x27\xec\x4c\x1e\x41\xd5\x8f\x1f\xa9\x09\x4a\x44\x69\xac\x0e\x02\x01\xd8\xd6\x28\x92\x95\x1d\x45\x4b\x1e\x68\x6c\x2a\x52\x7c\x7d\x5e\xaa\x17\x02\x27\x8e\x42\xf0\x38\x4f\x84\xdf\x24\xb4\x27\x91\xa9\x1f\xca\x23\x66\x9d\xdc\x71\x1a\x6d\x3a\xf4\x96\xb7\xf8\x3b\xb6\x0c\xf8\x2f\x65\x55\x65\xe6\x2e\x23\xb3\x59\xb6\x0a\x50\x4d\x4d\xf6\xbc\x10\x86\x86\x8c\xef\x35\x11\xa5\xc7\x1d\x5c\xbb\xfc\xc2\x2c\x98\x0d\xef\xce\x44\xe7\x71\x90\xfb\xdc\x79\xa2\xc0\xe4\x70\xb6\xe7\x90\x08\x1b\x52\xa8\x93\xef\x0b\x1e\xef\xe1\xa3\x4d\xf4\x99\x8e\xe8\xac\x66\xed\xa9\xe6\xdc\xb5\xac\xfe\x04\x1a\xc2\x21\xce\x99\x90\x90\x93\xa5\x0c\x4a\x3a\xab\xf9\xb8\xa3\x54\x58\x95\x97\x1a\x88\xea\xd1\xac\x66\xa4\x6b\x46\x67\x79\x2b\xc2\x31\x9f\xe5\xbf\x8f\x03\xeb\x1c\xbb\xda\x74\x23\x7d\xe0\x59\x67\xd8\x39\xf9\x0e\x64\xb0\xa6\xa0\x61\x55\xb7\xa1\xa6\xc3\x91\x93\xb4\x58\xcd\x3a\x3a\x00\x48\x90\x32\xee\x27\xd4\xaa\x3c\xb4\x3d\x8b\xe7\x2f\x7d\x6a\x86\xdc\xb6\x08\x77\xcb\x9c\x6e\x86\xa6\xd5\x86\x6f\x30\x3f\x27\xe0\x40\x31\x22\xb3\x94\xf1\xc9\xe1\xa9\x9f\xca\x02\x6e\x18\xd6\x37\x30\x42\x18\xa6\x05\x1a\xd3\xf3\x9f\x01\xc8\x70\xf7\xb8\x96\x55\xa3\x4f\x5d\xc3\x8f\x1f\xed\x68\xe1\x33\x0d\x0e\x5f\x79\xa0\xbd\xe8\x96\x37\x7f\x4a\x3b\xf1\x62\x0b\x1d\xf7\x0e\xa0\x39\xdb\xd4\x38\x26\xb2\x34\x99\x17\xb6\x73\x7a\x04\xa2\x06\x13\x7e\x2f\x19\x28\x76\xa1\x60\xed\x93\x00\xd6\x73\xec\xac\xda\x23\xad\x4f\x41\x01\x77\xb8\x0a\x1c\x4b\x34\x09\xf6\x6c\x59\x86\xa8\x01\xb2\xae\xa6\x63\x16\x03\x1e\x77\xf6\xb8\x60\x14\x5f\xef\x38\xe7\xf4\xc4\xe5\x14\x95\xcb\x2a\x27\x53\x08\x08\x42\x29\xd0\x34\x1e\xf6\x53\xcf\x26\xae\x4b\x98\x23\xbb\x51\xa5\x28\x4f\x87\xea\x58\xc3\x3e\x15\x64\x2e\x37\x40\x8b\x68\x26\x20\x01\xfb\x23\xff\xef\xcd\x06\x54\xaf\xac\xc4\x98\x6b\x08\x18\x33\xa7\xb8\xd2\x57\x66\x22\x72\x50\xcd\x92\x0d\xf3\xc0\xfe\x1b\x70\x19\xe4\x22\xf4\xda\x06\x6f\x24\xfd\x3e\x5f\xad\x2b\xad\xe6\x07\xbf\xc2\x3b\xf3\xec\xec\x60\x6e\xb8\xc6\x79\xb9\x9c\x1f\xcc\xcd\xa7\x39\x2d\x57\xbb\x59\xf4\xdd\x18\x0d\x74\x6e\x68\x24\x64\x18\x68\x86\x9d\xaf\x9a\x0d\xd2\x29\xa4\x05\x68\x69\x44\x94\x69\x56\xcf\xe1\xeb\x9c\x6c\x53\x42\x2b\x40\xbb\x34\x96\xce\xe0\xd4\x3c\xc2\xe2\x1b\xc5\xa4\xa8\x4b\x70\x53\xc2\x84\x31\xa8\x0e\xf8\x63\xc3\x1f\xbb\xbb\xf4\x17\x5a\xaa\x45\x14\x20\xf1\x38\x97\x46\x62\x09\x1d\x31\x19\xc7\xfa\x85\x87\xd1\x32\x78\xe7\x2d\x23\xde\xeb\xa6\x26\xc4\xfb\x1a\x23\x3e\x4f\xd5\x97\x10\x22\x0b\x50\xec\x1b\x0c\x92\xa2\x5a\xed\x6d\x66\x8d\x59\x36\xe8\xa6\xf1\xdc\x83\xc9\x61\xa7\x9e\xd5\x64\xad\xfe\x63\x0d\x61\xb1\xe6\x14\x25\x8d\xc2\x50\xd8\x60\x0f\xb3\xba\xc8\xfb\xfc\xd3\x5c\x0b\x6c\x08\x8a\xd7\x79\x9f\xbf\xec\xc7\x24\xbe\xab\xd5\xa6\xeb\xd1\xf5\x3e\x57\xad\x3e\xdf\x54\x79\x3b\xab\xf5\xfb\x75\xab\xbb\x8e\x4c\x9a\x7d\x69\x1a\xb3\xd2\xdb\xcb\x8c\x67\x4b\xf6\x69\xa0\xc0\xa8\xf5\xf5\x8c\xf4\x74\xa8\xbf\x2b\x6c\x1a\x16\xcc\x38\xe2\xde\x02\xfa\xd0\x12\x07\x43\x79\x73\x54\x1c\xd3\x93\x73\x1e\xcc\x7b\x33\x44\xfd\x7e\x3d\x31\xb7\xe1\x3b\x8e\xda\xbd\xa9\x6b\xbd\x58\xe8\x2e\x6f\x6f\xec\x70\xba\x8c\xe4\xf7\x56\x2f\x9a\xd5\xca\x66\x52\xc1\x0e\x01\x3c\x82\x42\x5c\x9f\xff\x3a\x77\x8c\xc9\xb2\xa9\xaa\xe6\x1a\x85\xea\xb9\xb9\x41\xe6\x74\x7c\xcc\x3d\x5d\xf6\xd4\xe2\x4f\xf3\xc9\xac\xfe\xd6\x1d\xc5\xcc\x9c\x45\x53\x7b\x36\xbb\xfd\xd3\xc1\x1c\x17\x88\x87\x43\x76\xd7\xf6\xca\x30\x34\x5f\x83\xe6\x23\x2f\xcc\xc8\x62\x3f\x2b\x10\x22\x93\x46\xb7\x84\x24\xa3\xf0\x48\xc9\xcd\xee\xdb\xbc\xee\x72\x68\xf5\x6d\x59\x99\x4b\xad\x59\x8e\xfa\x36\xe5\x2f\xe4\x87\x81\xff\xf8\x51\x99\x2f\x65\xf7\x73\xa7\xdb\x6f\x0c\x69\x1a\xcd\x76\x10\x81\xcd\x46\xce\x76\xd0\xf5\x6d\xa0\xca\xa2\x31\x2b\xd1\x9b\x6a\x43\x52\x58\x68\x51\xb0\xa9\xc0\xae\xd6\x8f\xdf\xec\xe3\x2a\x80\x17\x33\x07\x07\x0a\xaf\x3e\x19\x1d\x36\xf5\x64\x95\x97\xf5\xe4\x42\xe7\x45\xc4\x54\x43\x4f\x5b\xdd\xa2\xa2\xc1\x15\xcd\x02\x87\x56\xeb\xeb\xd7\xcd\x22\x53\x1f\x14\xc4\x94\xbb\xb5\x5f\x8f\xbd\x8e\x33\xd6\x28\x08\xe9\x24\x35\x16\x00\xf2\xdc\xb3\x38\x0d\x49\xcb\x3d\x47\x68\x40\x60\x28\x08\xec\x14\x58\x17\xb2\xab\x15\xf6\xad\x5b\x16\x04\x1c\x3c\x01\x31\x5a\x67\x03\x0c\x20\x23\xef\xc5\xa1\x41\x78\x01\x46\x5b\x2b\x2d\xee\x3f\xc9\x52\x86\xd3\x4a\x4a\x4e\x76\x41\x9b\x25\x19\x61\xba\xad\x1c\xc8\xac\xb3\xcd\x98\x3a\x9c\x27\xcf\xd5\xad\x74\x5a\x9a\x52\x69\xf3\x68\xe8\x0e\x27\x63\x21\x84\xc5\x5b\xec\xb5\x49\x61\x3e\xa8\x3b\xbb\xd3\x62\x7b\xdb\xb0\x1e\x66\x7b\xad\x3e\xc5\xfe\x5a\x25\x6c\xb0\x13\x03\xfc\x67\xdb\x56\xf3\x6d\x7e\xe1\xe5\x49\x7a\xa1\x4e\x0c\xae\x7d\x50\x36\x9d\x44\xa7\xff\xb1\xd1\x75\x5f\xe6\xd5\x11\x0a\x71\xb7\xa7\xea\xc8\x61\xeb\x2d\x31\xa7\xf6\xa9\x7f\xe9\x7c\x67\xf9\x55\xa8\x83\x07\xf7\x42\x9b\x2b\x00\xfc\x48\xc9\xae\x9a\x2e\xef\x45\x5e\x55\xc4\x1d\x61\x20\x2f\x78\x14\x12\x04\x3b\x63\x03\x55\xf7\xaa\x8d\x0e\xa6\x36\x12\x8b\x01\x6c\xd8\x84\x59\xdd\x12\x0b\x96\xb3\x96\x5c\xb1\x83\x2e\x60\xf7\xe8\x6c\xd3\xdb\xcd\xef\x38\xc5\x44\x69\x2e\xee\x72\x69\x78\xd0\x59\x4d\xcf\xf9\xe8\xea\xe3\x31\xc8\x4d\x55\x3c\xc8\x87\xf6\x9d\x55\xb4\x83\xb9\x83\xc8\x7b\xe2\x2c\x1e\x78\x49\xe4\xd3\x1b\xae\x84\x78\x45\x63\xab\x87\xbf\x61\xcc\x0b\xf9\xc0\x06\x17\x32\x2d\xc7\x42\x2a\xdb\xcc\x52\xe6\xa4\xa9\x02\x27\x7e\x5c\xa1\x48\xc5\xe9\xd6\x8b\x26\xbe\x68\xaa\x2a\x5f\x43\x14\x3f\x4e\xdf\x56\x76\xd1\x42\xdc\xdf\xa0\xc1\xac\xc4\xc9\xb7\x4d\x55\x3c\xcc\xd8\x45\x76\x32\x0e\x7c\xad\x4d\x59\xa7\x0c\x53\x74\xd3\x5f\xc0\xc5\xbf\xe9\x11\x75\xf0\x2d\x9d\xd9\x22\xa0\x32\xa0\x15\xa2\xd4\x31\x6e\xdd\x20\x50\xe1\x72\x53\x01\xd1\x04\xed\x03\x2d\x18\x32\x0b\xcc\x97\x00\x53\x62\x35\x8a\x91\x93\xa2\x19\xc8\x9b\xba\x2b\x0b\x3d\xf2\x5e\xc7\xe4\xfb\x3f\xbe\x3e\x88\xf7\x7f\xa2\x7d\xf0\x3d\x54\xfb\xb1\x12\x95\x4d\x02\xc8\x12\xa0\x51\xcf\xc4\xdb\xf9\x0b\x9b\x29\x83\x8b\x89\x1e\xe4\x9d\x55\x51\x81\xfb\xb0\x7a\x81\xbd\x80\xe2\xcd\xb5\xbf\x4d\x3f\x9e\xe3\xea\x7c\x8b\x08\xc9\xf4\x0b\x96\x23\x33\x6b\x91\x52\x80\x0a\xc7\x2b\xcf\x74\x1e\x73\x47\x68\x36\x8f\x53\xcf\x00\xc0\x5d\x4a\x4c\x0c\x1a\x47\xca\x3c\xcf\xf6\xc4\xb4\x96\xa6\x15\x1c\x94\xc0\xb5\x0f\x54\xdc\x00\x6a\x48\xcb\x1d\x05\x43\xdd\xb4\xb0\xc4\x53\xd8\xf2\x8f\x1f\xa1\x2e\xac\xd4\xf3\x60\xdc\x03\x57\x87\x0b\x7b\xb0\xbb\xeb\x1a\x3f\xc3\xc5\x0b\x9a\x87\x2f\x26\x98\x7d\x1a\x0e\x12\x8c\xc3\x1a\x7d\x78\x07\x20\xe8\x0c\x1a\x80\xc5\x08\x0d\x5d\xc9\xd5\xde\x57\x5f\x61\x10\x6d\xf1\x6d\x3a\x8d\x43\x12\x1b\xae\xb4\xec\x9c\x35\x8f\x81\x16\x58\x96\xf0\x08\xc1\x7f\x1c\x92\x51\x37\x6b\x53\x8d\x72\xb6\xa4\xee\x35\xac\xba\xbb\x4b\x01\xc7\x70\x29\x70\x69\xfd\x8f\x9c\xa4\xd3\x7d\x86\xa8\xf5\xf1\x8a\xe3\xfe\xe2\x96\x87\x59\x4a\xfc\x20\xad\x7c\x7c\x4c\xe5\xd0\x34\x44\x4e\x34\x3a\xac\x8b\x8b\x3b\x4e\xe4\x02\x92\x8d\x2d\x2e\x28\x65\x2c\x1f\x2b\xfa\x26\xce\x9c\xf4\x18\xf4\x1e\x3f\x9c\x8d\x26\xdc\x44\x82\x26\x4f\x14\x86\x5c\xce\xbb\x4b\x23\xb7\x82\xa8\x54\x38\xef\x23\x69\x5d\xd1\x5f\xb4\xcd\xe6\xfc\x62\x56\x9f\xcc\xc5\x75\xf4\x40\x57\x6c\xd1\x92\x44\x30\xcf\x11\x57\xaf\x68\xd2\xb3\x3a\xa7\x27\xb0\x0c\xde\x75\xc1\x00\xe4\x1f\x1b\xdd\x92\xa7\xbf\x81\x03\x2b\x31\xab\x1f\xee\x6b\xeb\xd3\x77\xc3\xa8\x0a\xab\x11\xe1\xc9\xce\xaa\xdc\x59\x2d\xe4\xd9\x14\x1d\x36\x2b\x29\x99\xc3\x63\xa4\x5c\xa4\x82\x8f\xdf\xc2\x84\x8b\xab\x74\x6d\x95\x8b\x73\xb7\x63\xeb\x70\x7f\x49\x2f\xd7\xfb\x7b\xb7\xb2\xc5\x50\x8a\x26\xa7\x7b\x93\xc8\xbe\xca\xd7\xe8\x44\x0a\xd7\x7b\x66\x7e\xaf\x21\xb1\x89\xbc\x9f\x30\x87\x26\x15\xd9\x14\xd5\xe0\x96\x1a\xa4\xb1\x4e\xd6\xf1\x53\x59\xdb\x6c\xef\x78\xb0\xfb\x46\x26\xd9\x52\x47\x5e\x86\x62\x71\x44\x30\x67\x14\x46\xe8\xf6\xb8\x90\xbc\xef\x73\x70\x9f\x05\x73\x4d\x21\x78\x9b\x0f\x80\x78\xc2\xa9\x16\x07\xa4\x46\xff\xbd\xd9\x18\x0a\x75\x96\x9f\x55\x37\x18\x2f\x08\xa3\x09\x5f\x60\x6e\x3e\xcd\x11\xa5\xf3\x6a\x56\x2f\xca\x76\xb1\x59\xa1\xeb\x74\xf7\xbf\xff\xe7\xff\x62\x35\xc5\x4d\xb3\x79\x5c\x55\xea\x7f\x6c\xba\x5e\x5d\xe7\xa8\x3c\xad\x74\xcf\x27\xee\x55\x53\x7c\xca\x71\x7b\x05\x04\x87\xf9\x92\x13\x3c\xe0\xe7\x9b\xbe\xd7\xed\xc3\x81\xfd\x0d\xda\x8d\xc9\x44\x07\xcd\x67\xdc\x02\x75\x93\x71\xc8\xac\x7d\x83\xeb\x9b\xca\x52\x85\x45\x36\x1e\x8a\xd9\xea\x23\x8b\x3e\xca\xc5\x08\x89\x37\x6a\x53\x23\x1b\x26\xf2\x08\x43\x9b\x11\x1a\x79\x5c\xe7\x48\xe0\x74\x31\xf6\x98\x47\x6c\xf6\x79\x23\x72\x2c\x0b\x88\xb5\xba\xf8\xae\xac\x75\xe7\xa7\xb9\x61\x81\x36\xed\x5e\x2c\x25\x64\x91\xa0\x65\xab\x98\xcc\x22\x2f\x49\xf7\x15\xc4\x29\xb7\xf7\x1b\xc0\xdb\xdd\x55\x15\xa5\x9c\x04\xa1\xf9\x6e\xd6\x01\x01\x82\x94\x07\xe3\x30\xbf\xbf\xae\x9a\xc5\x25\xcb\xdd\x69\x0b\x40\x68\x26\xce\xd1\x3b\x8e\xc9\x42\x3a\x4e\x62\x65\x9b\x96\x63\xdf\xc1\x4e\x50\x5a\x58\x35\xca\x21\x6e\x74\xa1\x17\x4d\x6b\x5d\x5d\xfb\x7b\x21\x22\x0c\xf2\xb5\x6d\x78\xac\xfb\xb1\x0b\xc2\xbd\xce\xbb\x8e\xa2\x77\x9f\xcc\x3d\xc5\x59\xf3\x5f\x8e\x7f\xfc\xe1\x13\xc3\xb7\x50\xeb\x31\x66\x54\x3e\x99\x9b\x15\xff\x0c\x70\xbf\x72\xfb\x31\x68\x2e\x75\x5b\xe6\x55\xf9\xbb\xb6\xcb\x34\xab\xe3\x08\xe1\x70\x29\x7c\x42\xa6\xb7\xa4\x35\x99\x5b\x3d\x48\x2a\xcb\xfb\xeb\x67\x80\xc3\x0d\x4b\xa4\x80\x83\x7d\x9c\xd2\x1f\x10\x86\xd1\x65\x2a\x4c\x06\x24\x0b\x93\xc5\xa5\x3c\x0e\x21\x5d\x9c\x3b\x97\xa8\x8d\x84\xdf\xef\xcb\xae\xef\xec\x68\x28\x4b\x1c\xdd\x0f\xfc\x2b\x4e\x61\x98\x1a\x2a\x4d\xec\x83\xca\x8b\xe2\x08\x49\xe0\x2f\x65\x71\xae\x7b\x3c\x6b\xa3\x41\xd8\xa7\xbe\x0e\x43\x49\xa7\x45\x18\xb8\x24\x29\x0f\x1a\xc9\x12\x94\xb8\x47\x4a\x64\x1c\x9f\x3e\xf7\x26\x09\x29\x79\xcc\x7f\x3f\x7e\x14\x43\x82\xcc\x77\xcd\x40\xee\x5e\x04\xfa\x2d\xc8\x67\xfe\x9c\xb0\xe4\x5d\x73\x24\x41\x0d\xe9\x67\x0e\x0e\xd4\xab\x4a\xe7\x6d\x70\x74\x03\xc6\xc8\x12\x2c\xa0\x37\x3e\xad\xea\x5b\x47\xcf\xd2\x1e\x36\xb5\x55\xb4\x9a\xc5\xc9\xab\x4e\x87\xca\x58\x5f\x05\x1c\xec\x02\x2d\xe7\x99\xee\xaf\xb5\xae\x81\x5c\xa1\x52\x34\x53\xa3\x3c\x53\x67\xf8\x0a\x85\x4f\xac\xea\x99\xa5\x90\x67\xea\x39\x52\xc7\x78\xfd\xfc\x11\x81\x71\x51\xbc\xf9\xe0\xef\xe3\x2a\x3e\x60\xc3\xef\xde\x30\x18\xfd\xb6\x6a\x66\xf7\xee\xac\x74\x24\xe6\x7f\x66\x2f\x87\x8f\x1f\x55\xce\x37\x43\xdc\xfa\x0e\x3d\x1d\xce\x24\xa0\x15\xf4\xf4\x79\xa4\x96\xa6\x27\xa4\x71\x7f\x87\xec\x27\x96\xc4\x74\x80\x7b\xa3\x25\x87\x05\x45\x5a\x6a\x0f\x74\x3a\x2f\x68\x3b\xa0\x5e\xf6\xb6\xfb\x30\x4e\x0b\x9a\x05\x27\xe9\x03\x41\xc2\xfb\xcd\x16\x05\x7b\xca\x5c\x30\x54\x0d\x66\xc8\xb4\x1a\xa5\xca\x38\xdb\xee\xcb\xb6\xcd\x6f\x26\x65\x07\xff\xe5\x4a\x1f\x3f\x92\x3c\x49\x72\xee\x7f\x52\x5f\x0e\x86\x59\xf3\xc2\xf5\x72\xac\x35\xd3\x23\x10\x50\x60\x34\x61\x96\x7e\x2c\xde\x6d\x8b\x14\x87\x74\x92\x83\x49\x1b\x89\x12\x2f\x0e\x15\x4f\xca\xbd\xbd\x53\x62\xbc\xdd\x87\xc4\x19\xa0\x34\x87\x4c\xa6\x66\x3b\xe8\xcd\x34\xdb\x01\xd9\x1f\x0b\x91\x56\xb9\xa2\xfb\x87\x2e\xbe\xf7\x5a\xc0\x16\xca\x6d\x0e\x09\xbb\xdd\xf7\xed\x18\x2e\xae\xc5\x4e\xf7\x28\x64\x74\xe8\x64\x12\xe6\xfe\xb4\x61\xae\x72\x85\x79\xfe\xd5\x7d\xd9\x17\xc4\x58\x98\xa8\x61\x5d\x38\x06\x19\xdb\x40\x7b\xb4\x76\x56\x07\xbe\xa1\x8e\x2b\xf0\x04\x4f\x5d\xfc\x84\xa1\x47\xfc\xc3\xe4\x45\x27\xc1\x8c\x5c\x96\x8d\xc8\x90\xda\x02\xaa\xf2\x60\x26\x7a\xb5\xee\x6f\x02\x41\x6e\x59\xd6\x85\x91\xfe\x06\xa3\x01\x51\x70\x9e\xad\xba\x31\x8c\xd8\xb3\x75\x20\xf7\x4f\x79\xc9\xc7\x9f\x47\x12\x9d\xf9\xe0\x84\xe2\x78\x3e\x7e\x24\x85\x3a\xa9\xd5\x12\x86\xca\x3c\xf0\x40\x52\xf4\x68\xe3\x16\xfd\x4e\x82\x5b\x49\x86\x4e\xe2\x6e\xd8\x4e\x35\x41\xd9\xe8\xb6\x86\xff\x8f\x2f\xb2\x29\x71\x04\x70\x93\x4d\x0d\x23\xe0\x59\x82\x23\xf4\xe0\xea\xda\x32\xee\x55\x7e\x73\xa6\xd1\xc8\x81\x37\x19\xec\xe1\x1f\x86\x47\x2f\xb0\x91\x3a\xc2\xff\x72\xc0\x6e\x29\x50\x41\x74\xce\xe2\x15\xe4\x5a\x99\x34\xcb\x91\x39\x25\xac\x58\x18\x8f\xa5\x8d\xd1\xb7\x24\x5e\x0b\x7b\x19\x30\xd8\x63\x69\x0b\xde\x4a\x38\x3a\x60\xc4\x27\xbf\x42\xc7\x13\xcc\x2e\xfa\x3c\x52\xbb\xa0\x33\xc3\x32\x25\xba\xa5\xef\x21\xba\xc6\x61\x81\x64\x12\x28\xf1\x18\xc6\xc1\x34\x42\x9d\x8b\x69\x1e\xd1\xdb\xc1\xf4\x60\x72\x27\x64\x47\x27\x8e\xbb\x34\xeb\x86\x50\x33\x95\xd7\x75\xb3\xa9\x17\xb0\x86\x23\xcc\xc2\x87\x45\xa7\xe3\x98\x67\x89\xcd\xa5\xd5\xa0\xf2\x92\x0d\xa8\x99\xd0\xfd\x0c\xec\x6d\xc0\x07\x0a\xe1\xd7\x0f\xf2\x23\x84\xec\xf4\x4e\x60\x38\xd3\x30\x29\x69\x4c\x11\x62\x16\x44\x9c\x18\x10\x2c\x70\xe1\x92\xf2\xf5\x43\x76\xd9\x71\x6b\x4c\xec\x1e\xb6\xcd\xa4\x65\x08\x24\x04\x1c\x1c\x5e\x49\x52\x40\x30\x5b\x48\x2d\x92\x7b\x68\x89\x07\xae\x82\x2f\x7d\x83\xc8\x41\x90\x23\x9b\x87\x01\xc4\x8a\xa8\x80\x0f\x40\x3d\x07\x8b\xfe\x5b\xa9\xd6\x18\x42\x2d\x1c\x5d\x18\xa2\x9a\xd7\xfb\x5b\x62\x22\xdc\xd6\x8a\x37\x7c\xa7\xd7\x1b\x4f\x90\x19\xc0\xf5\x84\x04\xf0\xdb\x9a\xf4\x0d\x37\xf0\x67\x21\xb8\x4d\x1e\xae\x59\xda\xf9\x9f\x3e\x08\x68\xeb\x8b\x36\xef\x50\x98\x55\x2f\xd4\x6c\xe7\x5b\xdc\x6a\x40\xd8\xd9\x8e\x3a\x52\xb3\x1d\xc4\x6e\xf7\x71\x7c\xab\xfe\xf4\x81\xa7\x63\xfe\x8e\xc1\xcd\x76\xfa\x46\x54\x7c\xd7\xdc\x4e\xe6\x11\xfd\xca\xab\x4a\xf5\xcd\x7a\xbf\xd2\x57\xba\x72\xcf\x9f\xc4\xa9\xa8\x1f\x9a\x5e\x93\x79\x62\x59\xab\x55\xd3\xf5\x6a\x91\x77\xe0\x08\x92\x7e\x92\xad\x2a\x55\xe8\x35\xd8\x14\xd7\xe4\xd5\x0f\xba\xd9\x59\xdd\xb7\xfa\x81\xa9\xb7\xdc\xb3\x19\xe9\xdf\xb9\x4b\xf1\xa4\xb9\xca\x6f\x20\xe8\xf1\x75\xd3\x5e\xce\xea\x56\x57\x25\x68\x35\x6d\xda\x0f\x1b\x48\xf0\x22\xef\xea\xc7\x3d\xa6\x7f\xc1\xdc\x1f\x90\xde\xa7\x50\x23\xf4\x99\x9b\xd5\x67\x7a\x91\x73\x02\x2c\x19\x9a\x0b\x74\x74\xa0\x26\x05\x6d\x27\xf8\xb6\x83\x2e\xa4\xc8\x54\xd3\x2a\xd1\x6c\x56\xdb\xee\xca\x4e\x75\x8d\x3a\x2b\x29\xda\x2c\xd9\x8b\x77\xba\x55\x85\x5e\x94\x05\xd8\x72\x83\xd2\x14\xbe\xaa\xb2\x77\x21\x9d\xc7\xd1\x5d\xf1\xb2\xaa\x62\x02\x15\x1a\xbf\xe0\x01\xd8\x46\x6d\xd0\x82\xfe\x90\x22\x05\x46\x62\xc9\x60\xd8\xc0\x48\xe3\x86\x3e\xec\xd1\xb5\xf3\xc0\x1b\x67\x0b\x25\x4a\x5d\x25\xe3\xc8\x17\x00\x0b\x0c\xe3\x15\x0e\xd0\x9e\x49\x85\xe6\x1f\xe3\x64\x60\xbc\x4f\x21\x53\xc3\xf7\x9f\x55\x1c\x85\x84\xec\xd1\x23\xbf\x93\xc4\xa5\x65\x4e\x21\x9d\xef\x05\xba\xf6\x85\x97\xd4\x20\x0a\x70\x4a\xdb\xbb\xaf\x2a\xe9\x32\x83\xad\x5c\xca\xe4\xae\xfc\x5d\x7f\xda\x55\x06\xcd\x85\xb0\x1b\x12\xc9\x01\x89\x77\xeb\xc5\x23\x79\xdb\xb1\x94\x83\xef\x7b\x77\x10\x03\x61\x97\xf9\x35\xda\x55\xc3\x1a\xef\xb7\x1a\x83\x8c\x5c\xea\x1b\x75\x86\x29\xc3\x3a\xb0\xe9\x54\xfb\xea\x55\xdf\x56\xfb\xc7\x17\xe5\xb2\xdf\x3f\x51\xa3\x57\xab\x62\xff\x65\x65\xfe\x04\x0e\x74\xf1\xe3\xf1\xf8\x48\x7d\xfe\x03\xc7\x24\xec\xea\xd4\x75\x75\xea\x77\xe5\x38\x94\x07\x76\xe6\x1a\xca\xee\x60\x32\x3c\x85\x97\x55\xf5\x09\x33\x78\x59\x55\x21\xc4\x53\x37\xd2\x87\xc3\xb4\xed\x62\xb2\xf7\x5f\xf5\xcd\x2a\x5f\x1b\x6c\xc3\xcd\xfd\x60\xb6\xcc\x5c\x86\x72\x97\x66\x3b\x99\x59\x2f\xf8\xcc\xdb\x65\xbe\xb5\x9b\xfa\xc8\x31\xda\xac\x28\x49\x81\x38\x4d\x80\x38\xb5\x20\x04\x8f\x98\x06\x12\xf7\x68\xce\xea\x70\xdd\x10\x34\xd4\x9e\xd5\xe6\x40\xe1\xd4\xc9\x09\x00\x45\x10\x23\xe9\x91\x16\xab\xca\x17\xfa\xc2\x10\x89\xf6\xf5\x8f\xdf\xa3\x69\x4a\x16\x15\xbd\xa3\x68\x76\xff\xfb\x7f\xfe\xdf\xb3\x1d\x3c\x01\x52\xe6\x20\x90\xf7\xce\xdf\x89\x01\xf1\x45\xac\x04\x2a\x40\x48\x54\x9c\xf9\x43\x1e\x3f\xf5\x35\x10\x2e\x58\xa6\x4b\x22\x48\xfa\x59\x4c\x68\xa9\x3b\xcf\xee\x2d\xb6\xf3\x77\x12\x18\x36\x49\x07\x37\x3f\x11\x14\xef\x2c\xef\xf4\xbb\x0b\xbd\xd2\x7f\x7a\x72\x2a\xe8\x1e\x35\x97\x84\xce\x34\x76\x97\x8e\x94\xfb\xa0\x6a\x40\x58\x64\x14\x71\xb7\xae\xa8\xc7\x09\xd7\x55\x68\x6a\x5a\x0d\x5b\x34\xfa\xa0\xae\xa1\xea\x51\x6c\x0d\x86\xa1\x1f\x38\xd0\x03\x42\x7c\x77\xb3\xd6\x5e\x3c\xcf\xe6\xf5\x8f\xdf\xfb\xef\x77\xf2\xba\x8e\xb9\x01\x33\x89\x20\x00\xbf\x9b\x65\x94\x35\x0b\x74\xdd\x8b\xaa\x5c\x5c\x9a\xcb\x15\x5c\x43\x52\x79\xb5\xef\xe2\x0e\xe0\xc3\xba\xe9\x5e\xf6\x66\xb4\x00\x66\xd2\xe7\xed\xb9\xee\xc7\xa9\x84\x28\x9f\x2b\xdb\x48\xc6\x22\x29\xe3\xdc\x79\xa3\x0f\xc8\x3d\xb1\x78\xaa\x38\x69\xf0\x84\x3c\x67\xe8\x5e\x89\x12\x6c\x87\xd1\x18\x19\xf7\x26\xfe\x21\x1e\x0e\xc0\x95\xa8\x4c\x12\x0e\xed\x50\x6a\xf3\x74\xa5\x57\x68\x0b\xcc\x6c\x28\xc5\x4b\xf9\x06\x0b\x46\xb3\x9d\x6e\x9d\xd7\xb1\x5e\x92\x1a\x82\xed\xee\x2b\x72\x86\x9a\x46\x63\x30\xa4\x65\xa0\x61\xa7\xfb\x97\x7d\xdf\x96\x67\x9b\xde\xc8\x1d\x79\x5b\xe6\xfb\x55\x7e\xa6\x2b\x43\xeb\x02\xa1\x44\xf0\x39\xb3\x9d\x08\x23\xec\x50\xca\xbe\x72\x56\xd6\xb6\x31\x6e\xd5\xf0\x0c\xe0\x14\xfd\x80\x89\x88\x66\x3b\x8b\xd5\xbe\xa9\xfe\xd6\xcd\x21\xca\x3b\xc0\x0d\x1d\xe2\xd3\x5f\x69\xcd\x04\x55\x4f\x28\x27\x10\x5b\x1c\x4d\x40\xeb\x83\xd7\x9c\x81\xc5\x92\x71\xf0\x70\x65\x22\xfd\x7f\xfd\x9f\xb3\x1d\xa2\xe1\xe8\xde\xe6\xc8\xf7\xff\x63\x4b\x56\x79\x7b\x19\xd3\xfc\xa2\x59\x7d\x13\xe4\xaf\xb6\xaf\x01\x48\x2c\xc9\xab\xe2\x88\xf2\xe0\x01\x33\x47\x37\x02\xd0\x1a\x73\xce\xbe\x07\xd8\x96\xec\xe0\xa0\xe9\x63\x22\xbc\x0c\x12\xc5\x0c\x26\x91\x88\xd4\x12\x27\x65\xe7\x0b\x07\xff\x08\x8b\x0d\x18\xf2\x5d\xf6\x39\x73\xfd\x8f\x11\x6b\xf7\x82\x60\x73\x08\x6f\xea\xf4\x77\xe6\xf7\xee\xae\x84\xc7\x85\x00\x96\x21\x0e\x90\x4e\x97\x9c\x1e\x09\xbf\x5d\xeb\x01\xef\x83\x54\xd5\x91\xed\x3b\x7c\xfb\x30\xa7\xed\x61\xa7\xd1\x7c\x09\x8e\xa1\x9b\xd9\x0b\xaf\x7f\x46\x24\x75\xe4\x7d\x76\x78\x14\x81\xa5\x23\x15\x6b\x0a\x64\x17\xa8\x7d\xc0\xb0\x31\x52\xf5\x40\x5f\x12\x2f\x52\x06\x78\xec\x8f\x3d\x78\xeb\x4b\x73\x77\x00\x8c\xf6\x3d\xec\x12\xd6\x5d\x34\xd7\x90\xee\xda\x3e\xa4\x6c\x3a\x8e\x32\x07\xd2\x36\x84\x49\xb6\x8a\x0a\xd4\xbd\x8e\xb0\x2d\x9b\x66\x9b\xf3\xab\x8b\x59\xcd\x36\x50\x4d\x4b\x34\xde\xaa\x6b\xc7\xa9\x17\x0a\xc4\xfe\x91\x45\x5a\xe1\x38\x08\x97\xd4\xa6\xaa\x2c\x07\x45\x09\x05\xf2\xae\x2b\xcf\xeb\x91\xff\xeb\xc3\x6d\x96\x20\x01\xe3\x8c\x4e\x81\x17\xdb\x3f\x47\x35\x0c\x66\x1e\x70\x27\x72\xe4\x3a\xa3\xb7\x9d\xcc\xd4\xa5\xad\xd8\x5a\xdb\x13\xf6\xd0\xa3\xd1\xd4\x31\x24\xe8\xef\xa5\xbe\x7e\x5b\x6d\xce\x4b\x8c\x56\xf0\xca\x90\x81\x11\x12\x03\x71\x26\xe4\x81\x4f\xf2\x1a\x98\x8f\x56\xa8\xd1\xcc\xff\xad\x9b\xb6\x4f\xf9\xa8\x40\x65\x37\x04\x8c\xd1\xb1\x29\x79\xe8\xa4\xed\x4c\x3f\x79\xd1\x83\x34\xfe\x27\x69\x91\x81\x45\x81\x0f\x19\x7d\xe4\x51\xb9\x92\xf8\xba\xa5\xaa\xc2\x9b\x0b\xb9\xa4\xca\x66\x7d\x7f\x34\x15\x95\x12\xe5\xf7\x84\x3a\xf0\x20\x11\x41\x1f\x7c\x00\x8b\x7b\x11\x56\xe5\x51\x87\x00\x39\x59\xa1\x1f\x80\xe6\x50\x68\xe2\xdf\x1f\xbc\xfc\xc9\x37\xd1\x3b\xf6\x56\xec\xc4\xc0\x16\xc7\xa8\x90\xe2\x6c\xa1\x16\x18\xbd\xdb\x07\xd8\x63\xdd\x7f\x8d\x5f\x23\xee\x2b\x52\xaf\x7b\x48\xfa\x1d\xb3\xaa\xe9\x8c\x7e\x7c\x62\x1e\xc0\x8c\xaa\x17\xee\x6c\xa6\x59\xcf\xa3\x7b\xbf\xcd\x20\x2c\xa0\x09\x51\x04\x0c\xfe\x67\x10\xdf\x0c\x71\x80\xcf\xa5\xc5\x9a\xe4\x45\x31\x0a\x7b\xc0\x3f\xa1\x71\xc8\xb2\x26\x2f\x3c\x86\x85\x26\xe1\xa3\xc4\x26\x7a\xa9\x4a\x3e\x44\x6c\x09\x08\x23\x0e\xb7\x7c\x69\xea\xc4\x41\x23\x2c\x12\xf6\x22\x78\x2d\x84\xd6\x28\x40\xad\x8e\x1c\x6f\x87\x34\xd6\xf2\x4a\x01\x38\xc6\xa8\x28\x39\x0b\xbe\xf5\xa2\xa4\x02\x04\x71\x44\x2d\x1e\xf0\xc4\xcb\x2d\x12\xaf\xd3\x56\xfc\xb7\x5b\x86\x4a\xe3\xe3\x75\xbe\x08\x83\xa7\x05\x2b\x7e\x5f\xca\x6e\xb7\x21\xe8\x29\xe6\x0b\xef\xba\xaa\xc2\x16\x63\x70\x6c\x33\x77\xe8\x91\x22\xa1\x03\xdd\xcb\xb6\x4a\x84\x8c\x98\x21\xb4\x09\xf2\xd5\xbb\xbb\x51\x3f\x58\x92\xe8\xe1\xee\xbc\x95\xc1\x03\xa1\xfc\xf7\x47\x89\x93\xca\x17\x29\x87\xa6\xac\xfe\x30\xc1\xf2\xfe\x53\xbc\x1d\x9e\xf9\x67\x3c\x05\x87\x13\x4f\x3f\x0b\xdf\x6b\xde\x29\xf5\xfd\x3f\x69\xd2\x09\x4d\xb5\xd7\x4a\xdd\x0a\x6c\xba\x1d\x67\x92\xcd\x11\x0f\xfb\xf8\xf9\x54\x2a\x76\x84\x0a\x29\xd4\xec\x88\x47\x3d\x5b\x8b\x09\xd5\x6c\x67\x92\x12\x3b\x8f\xe4\x42\x9e\xe5\x8b\xcb\x73\xc8\xcd\xfb\xaa\xa9\x9a\xd6\x90\xb3\x7f\xd1\x5a\x7b\x54\xec\xac\x69\x0b\x0d\x45\x4f\xd6\xef\x55\xd7\x54\x65\xa1\xfe\xa5\x28\x0a\xaf\xd2\xc2\x36\xff\xcb\x5f\xfe\x92\x68\xfe\x53\x5e\x94\x1b\x20\x97\x93\x2f\xf5\xca\xab\xb0\xca\xdb\xf3\xb2\x36\x45\x87\xea\xc9\xfa\xbd\x57\xb6\xce\x0b\xb3\x2c\xe9\x42\x0c\x8c\x60\xca\x20\x88\xba\x99\x1c\xdd\x04\x59\xb8\x02\x48\x9c\x15\x8a\x39\xde\x0a\x7c\x62\x0f\xa4\x56\xb4\x5e\xb4\x17\xe5\xf9\x45\x55\x9e\x5f\xf4\xaa\xeb\x6f\x2a\xed\x1c\x46\x3b\xf5\xea\xf8\x18\x3f\x52\xec\xa5\x8b\xf2\x1c\x6a\x42\xa8\xa4\x93\x3e\x3f\x17\xc9\x64\x2a\xfd\x3b\x08\x93\x9e\xb6\x9a\x75\xd5\xff\x62\x3b\x99\xbc\xcb\xcf\xc7\x5e\xa4\xd6\xff\xe0\xa2\x63\xe8\x3e\x21\x31\x77\x6b\xbd\xc8\x38\xb9\x4e\xf4\xc0\xb6\x6a\x8a\x63\x3f\xb5\xbe\x08\x5a\x94\xc8\xcf\xaf\x6c\xf8\x20\xc3\x6f\x41\xa7\xdf\x37\xc5\xa6\xd2\x93\x5a\x5f\x43\xaa\xe6\xf0\x90\x8d\xa8\x0b\x73\x49\xd9\xbf\x93\xf9\xd0\xc6\xe3\x93\xd9\xce\x04\x52\xa6\x2e\xaa\xee\x34\xce\xfa\xaf\x64\xc4\x9f\x44\x9a\x46\x3b\x75\x78\xce\x9a\xb2\x6d\x1d\x47\x59\x83\x8f\x53\x35\xdb\xc1\xec\x01\xb3\x1d\x08\xf7\xe5\xca\x8e\xbc\x5f\x2f\x60\x01\xc4\x97\xb1\x8c\x85\xfc\x34\xec\xb1\x5b\x34\x6b\xfd\x23\x84\x6c\xb1\x51\xdd\xcc\xa7\x50\xe3\x00\x1f\xcd\xd4\xb8\xbe\x48\x0b\xc8\x29\xaf\xd5\x0b\x34\x1a\x84\x9b\xce\x39\x1a\xca\xb0\x10\xe8\x8d\x35\x75\x70\x26\x45\xde\xe7\xfe\x52\x1d\xb9\x4e\x42\x80\xb2\xe5\xc0\xb4\x28\x2c\xe4\x0d\x48\xec\x7d\x7e\x6e\x31\x4d\x23\x4e\x81\x49\x3b\x95\x3f\x57\x21\x97\xd4\xe7\xe7\x47\x88\xfd\x93\x3e\x3f\xcf\x92\x2c\x14\x16\x23\x1e\x7f\xfc\x08\xcb\x1d\xf3\x06\x50\xc9\xf0\x03\x00\x11\xb8\xa2\xdb\xb1\x47\x51\x0d\xb7\xe0\xc3\xcf\xad\x8e\x0a\x6b\xe0\x34\xc2\xb9\xad\x00\x6f\xd5\x94\xcf\x80\x7a\x01\xac\x8f\xc0\x69\x46\xd7\x71\xcc\x09\x63\xa4\x59\x43\x76\x41\x45\xee\x36\xdd\x7e\xf3\xf5\x49\x51\xe2\x2e\x47\x39\x0c\x7d\x82\x65\x44\xfb\x2d\x47\x40\xa4\x49\x23\x90\x91\xbe\x21\x55\x92\x2d\x30\x54\x64\x82\x81\x90\xd7\x7a\xd1\x61\x38\x9b\x33\xad\x1a\x8a\x22\x0d\x20\x29\xbc\x0d\x75\x92\x73\x94\xd7\x56\xe5\x6d\x9b\x53\xfe\xe6\x73\x0e\xba\x59\xb6\x6a\xde\xe7\xe7\x73\xf0\x20\xd5\x6d\x7f\x43\xb1\x5f\x4a\x0a\x0c\xd9\x95\xf5\x79\x45\xf1\x7c\xe7\xb0\x77\xae\x2a\xd9\x39\x97\xf5\x39\x74\x07\xe1\x89\x0d\x15\xc4\x2d\x86\xc0\x4d\x62\xd6\x3c\x17\xd0\xc8\x80\x1f\x18\x28\x6a\xda\x3a\xaf\x60\xac\x65\x7d\x3e\x06\xfb\x06\x42\xeb\x93\x39\xcc\x60\x7f\xd5\x14\xe2\x85\xef\xbc\xec\x2f\x36\x67\x93\x45\xb3\x3a\x58\xe5\x6d\xf9\x3f\xea\x8b\x03\x5b\xed\x5f\x58\xef\x05\x6f\x20\xe3\x7d\x28\x40\x60\x9d\x86\xb8\x05\x66\x74\x34\xfa\xd2\x69\x71\xf0\x30\x50\x48\x1a\x18\x08\x25\x67\x68\x20\x21\xef\xb9\xcd\x5b\x8f\xff\x6f\x96\xdf\x00\xc2\x60\x2e\x48\xd1\x0a\xca\x02\x20\x77\x99\x63\x06\xe9\x55\xd9\x9b\x1a\x25\x25\xeb\xc5\xdd\x30\xd2\x25\x79\x4e\x9a\xbd\x7c\xdc\x89\x81\x99\x2d\xce\x7b\xb5\xd2\x79\xdd\xb1\x67\x7d\xcb\xaa\x60\x0e\x94\x65\xc0\x5c\xe4\x57\x5a\xad\x36\x55\x5f\xae\x71\xaf\x3b\x87\x50\x2e\xae\xd5\x2a\x63\x8c\x62\xbf\xbf\xe5\xa6\x45\x13\x14\x05\x0c\xfc\xb5\x4d\xb7\x52\x95\x5d\x8f\x03\x07\xd0\x38\x21\xdd\xd2\xc2\xe9\x85\x2e\x20\x42\x32\x84\x01\x43\x98\x04\x83\x00\xeb\xbc\xad\xca\x28\x92\x33\xe1\x06\xbd\xf8\x01\xea\xa6\xaf\x28\x21\x92\xf8\x37\x5d\xd0\xc8\xd0\x8f\x0f\xb7\x63\x4f\x09\x88\x74\x59\x6c\x00\xa6\x4a\xbf\x2b\x22\x04\x29\xd0\xf3\xaa\x32\x4c\x92\xa0\x7a\x9f\xf5\x6a\xe9\xa5\x25\x57\x2f\xd4\x89\x4d\xf4\x7d\xca\xc4\xc5\x32\x17\x32\xc3\xac\xe8\x3f\xb4\x5b\x46\x3d\x41\x59\x07\xcf\x6b\xe1\x84\x83\xf7\x43\x88\x10\x64\x87\x01\xed\x8f\xfc\xe7\xb9\x78\xe6\xd2\x66\xeb\x97\x36\x5f\x07\x78\x5d\x42\x4a\x5d\x32\x58\x0a\x74\xad\x9b\x4e\x77\xaa\xc4\x64\x1e\xeb\x75\x75\x63\xc3\x65\x58\x00\x18\x8c\x52\xda\x3c\x51\x34\x3c\xb0\x88\x80\xc0\x23\x16\xa1\x47\x75\x53\xef\xf3\x00\xc7\x8c\xc4\x79\x6b\x23\xe4\x17\x99\x3c\xb5\x90\xde\xbf\x2a\xcd\x51\xeb\x38\x27\xbe\xcb\x06\x08\x54\x09\xc9\xec\x0d\x9c\xc9\x50\x23\x8b\x23\xfd\x0f\x31\x50\xb9\xb8\x31\xc2\xc2\x0b\x18\x44\x39\x3d\xe9\x5b\xad\xc5\x02\x9e\xc2\xb0\xbc\x7b\x01\x02\x21\x79\x8b\x68\xd9\x00\x1f\xd3\xa3\xd7\x02\xd1\x8a\xee\xb0\xd0\x90\xe9\x3d\xbd\x27\x0b\x29\xa1\x13\x9c\x5a\xb3\x4c\xc1\xf0\x9f\x4e\xdc\xc5\x26\xab\x0e\x5c\x6e\xe0\xe8\xc3\x79\x1c\x85\xee\x42\x7e\x8b\x15\x18\x7c\x63\xda\xfd\x74\xfd\xdb\x19\x24\x90\x31\x18\xbe\x1d\xb7\x75\x35\xb3\x83\x4c\x01\x0c\x4f\xc7\x84\xf2\x0d\xfc\x30\x3a\x91\x6e\x39\x79\x7b\x09\x32\xd5\x29\x3d\x1e\x26\x54\x0e\xbe\xb9\x37\x1c\x9d\x14\x04\x60\xd2\x46\x62\x41\x0d\x03\x6a\x4a\x67\x3b\x63\x43\x07\xc4\x80\x0c\x25\xf0\x7c\x54\x6e\xbd\xc9\xdd\x67\x36\x03\x6b\xc3\x6f\x87\xef\x65\xfa\x71\x99\xf9\xc8\xde\xd2\xe6\x12\xc4\xb4\x43\x63\x67\x37\x28\x40\x76\x2a\x5f\x50\x62\x1d\x0c\xe4\x42\x06\x8a\x10\xd7\x06\xd9\x36\x3e\xcd\x82\x75\xf9\x2c\x79\x07\xdd\x49\x09\xc1\xf2\x6a\xac\x5c\x3c\xc0\x13\xe0\x61\x1f\x66\xee\xe3\x9f\xae\x5f\x91\x7e\xff\xea\xf1\xec\xd1\xdb\x8c\x24\x56\xdf\x1a\x99\x0a\xd5\x19\x66\x4e\x19\xf2\xd1\x1e\x11\xf0\xd6\x6b\x3a\x40\xc6\x85\xd2\xd2\x1a\x90\x04\xf1\x4e\x25\x9c\x30\x8a\x7d\xd0\x8f\x21\x6a\x5e\xf5\xd4\x5b\xc5\x23\x79\x96\x51\x10\xf9\xf8\x11\xc7\xaf\x76\x77\x55\x54\x3a\xc2\xa9\x0d\x6a\xa9\x51\x08\xf4\x9a\xc1\xdd\x0c\x2c\xd2\x80\xda\x78\x51\xa5\x72\x51\x2a\x97\x9f\x6e\xca\x7f\xbc\xb0\x19\xeb\x30\x9b\x3e\x8a\x85\xea\x28\x90\xfd\x94\x2f\xff\xf9\x36\xfa\x9e\xb5\x8c\x4d\x6d\x22\x2f\xf5\x84\xc4\x1c\x3d\x02\xd8\x57\x86\x57\xf9\xe2\x42\x6f\x4d\xe6\x6d\xab\xc7\x81\x77\x9c\x22\x2c\xaa\x2c\xdc\x00\xbd\x57\x8c\xd7\x7a\xd1\x90\x7a\x32\x44\x22\x01\x2d\xb0\x7d\x1f\x7e\xb3\x4a\x07\x04\xf2\x5e\x66\xb2\xbb\x90\xd7\xab\x1d\xbe\x36\x9b\xdd\xc7\x47\x1b\x1f\x2f\x3a\xf5\x68\x1b\x24\x7e\x32\x0a\x8c\x74\xfd\xc0\x44\xe2\x25\xc7\x3d\xf7\x61\x64\x97\x47\xb2\xe3\xdd\x5d\x97\x27\xca\xa6\xc5\xb4\x5f\xd2\x4f\x89\x89\xf5\x97\x9e\x99\x46\xd2\xa5\xee\x13\x0e\xdc\x02\xf9\xdc\x1d\x64\x56\xf9\x91\xe8\x7c\xeb\xab\xa0\x5c\xb8\xf4\x00\x69\xd7\xcc\x7f\x52\xaf\x9b\x5b\xf1\x47\x74\xeb\xef\x6e\xea\x2d\x05\xff\x13\x22\xdf\x20\x65\x09\xa9\x4a\x87\x11\x34\xed\x92\x6f\x8b\x37\x99\x76\xaf\x57\x0f\x7e\x70\x13\xb1\x22\x9c\xd1\xae\x78\x74\x03\xef\xa7\x9f\xd2\xd1\x14\xed\xd0\xe1\x24\xd8\x71\xfb\x33\x16\xb6\xc3\x24\x38\x0d\x3d\x41\xc8\x87\x2f\xd7\xc4\x27\x1f\x27\x00\xe1\x14\xd4\x61\xe9\x92\xa9\x5c\x1a\x53\x0a\x01\xcc\x9d\xca\xc4\xf0\x05\xf1\x23\x8c\xf3\xa2\xdb\xea\xbd\x39\xf0\x9e\x26\x45\xa6\x80\x79\x0d\xe5\x9e\xb7\xad\x5e\x4c\xcc\xfa\x8c\xbc\xcf\xc9\xa7\xfd\x80\xda\x5a\x4d\x8d\x40\xd8\x23\x75\x65\x56\xf3\x4a\x22\xb1\x11\x84\xac\xf5\xe6\x4b\x36\xee\x8c\x94\xad\xa3\xeb\xa6\xbd\xec\xd4\xb5\xae\x2a\x94\x6d\xb1\x10\x98\xad\xce\xb7\xe6\x25\x10\x81\xba\x34\x98\x99\x5f\xca\xa2\x9d\xb5\xfd\x05\x0d\x14\x68\x5c\x56\xba\xcf\x93\x4a\xf0\x7f\xcf\xff\xfd\xab\x7f\xcf\x67\x3b\xc2\xfa\xd6\xb5\xaa\xca\xfa\x52\xb4\xea\xf5\xfb\xde\x6d\xb4\x69\xbe\xa9\x0b\xdd\x92\xdd\x4b\x0a\xc0\x85\xce\x8b\xb2\x3e\xbf\x2f\x8c\x4c\x9e\x91\xba\xff\x45\x9b\xa9\x99\x3a\x67\x60\xc1\x96\xec\x42\xaf\xd6\x17\x79\x57\x76\x41\x5b\x58\x10\xd3\xb4\xec\xf3\xaa\x5c\x0c\x34\xee\xfa\xb6\xf1\x86\x77\xef\x6e\xbb\xbe\x2d\x2f\x35\x05\xcd\xda\x3a\x3f\x33\xb5\x7d\x8e\xae\x95\x06\x76\xa9\x6f\xae\x9b\xb6\x48\x6f\xd0\xe1\x5f\xe2\x56\xc0\x9c\x4e\xf2\x1e\xce\x8f\xf9\xf3\xac\x69\x2a\xfa\x73\xd3\xf2\x5f\x24\x96\x1e\xeb\x75\xde\xe6\x7d\xd3\xd2\x67\xb0\x32\xfc\x21\x37\xb2\x42\xaa\xc3\x2f\x9f\xfc\x75\xa8\xc3\xaa\xec\x75\x9b\x33\x78\x0c\x06\xaa\x8b\x34\x98\x27\xff\xf6\xe7\x21\x30\xa8\xcd\x26\x28\x85\xae\xf4\x20\x90\xfc\xc9\x93\x21\x20\x18\x0d\x9a\x80\xe8\x6e\x91\xaf\x75\xe6\x1f\x0e\xec\x6b\xad\x17\x65\x5e\x8d\x44\xc7\xe3\x74\x5f\xfa\xcf\x87\x71\x5f\x31\x40\x4e\xd5\xd9\xd4\x08\xf3\x2a\x6f\xcb\xfc\xac\xd2\x66\x41\xc7\x49\xc0\x87\x87\xcb\xfb\x00\xae\x9a\x05\x8f\xf3\x6e\x98\xff\x7a\x98\x38\xb3\xb8\x30\x86\x69\x30\x0d\x69\x69\xea\x7c\xa5\x21\xa7\x41\x7a\xd6\x87\x7f\xf9\x6a\x00\x29\xad\x5d\xe8\xc0\xf6\xfe\x7b\x62\x00\x77\xac\xbf\x3f\x2f\xa2\x4c\xf9\xa2\x6d\xb6\x60\xe3\x57\xff\xf6\x29\xbb\xc2\x0a\xde\x6d\xbb\x32\x44\x14\x30\xfe\x78\x9f\x6c\xf5\xd7\x14\x92\xd0\x69\x80\xa8\x06\xc9\x56\xcb\x43\x68\x35\xab\x4f\xf1\x29\x2e\x78\x2d\x7d\xd8\x5b\xe9\x2e\x3e\x15\x2e\x20\xe2\xab\xf9\x1b\xe2\xad\x97\xf5\xf9\xd7\x98\x97\x02\x9e\x0d\x93\xef\xa5\xff\xfa\xe5\x5f\x16\x7f\xf9\xf2\xab\x2f\xc5\x0c\x12\xe0\xea\xa6\xbe\x37\xc4\xb3\xb3\xaf\xbe\xfa\xea\xab\x3f\xff\x19\x67\x27\xcc\x79\xc9\x82\xef\x78\x91\xd7\xaf\x4b\x08\x4a\xfa\xe4\xf0\xf0\xf0\x30\xe3\x02\x82\xdc\x81\xcd\xf1\x68\x7c\x72\xfa\xe1\x16\xec\x8c\x69\x65\xb0\xf4\x7b\x1a\xc6\xc3\x7d\x30\xd0\x6a\x30\xa9\x99\xf5\xbd\x31\xa8\x62\xfc\x20\xb3\xec\x75\xfb\x8a\x1e\x55\x21\xf5\x8a\x5f\x4e\x23\xec\x8e\xc2\x09\x45\x46\x35\xef\x79\x0d\xf2\x7a\xa1\x8f\xc2\x85\xc9\x42\x46\xd3\x5c\x86\x30\xef\x23\xe6\x00\x7e\x72\xdf\xa4\xa2\x25\x08\x5c\x81\x0b\xc7\x1b\xf7\x3d\x5a\x63\x0d\xf9\x56\xf8\x2c\x1a\x18\x06\x45\x5b\xae\x6e\xc7\x99\x12\xb8\xf0\x70\x90\x29\x44\x0a\xa2\xac\xc5\x53\xc4\x74\x0f\x9e\x72\xc2\x97\x15\xac\xbe\x49\x58\x9d\x41\x1b\xcc\x21\x03\xe9\x4e\xbc\x31\x1f\x85\xb3\x78\x1a\x71\x74\xa8\x9b\x32\xc0\x28\xb0\x08\x02\x04\x41\xcf\xda\x7f\xb9\x2f\x22\xe0\x08\xda\x95\x99\x22\x3f\xb8\xe8\xdd\xc0\x35\x85\xac\x60\xd0\xe6\xb7\x00\x4c\xd8\x2a\xe0\x78\x86\x16\xfe\x01\xf9\xd4\x00\x62\x43\x82\x4d\x18\x32\xcc\x8c\x22\x0a\x18\x96\x48\x46\x40\x99\x06\xba\x81\x00\x4a\x62\x4e\x81\xec\x34\xb0\xc5\x5c\x6c\xcd\x8b\x31\x8b\x80\x55\x5f\x26\xe9\x44\x52\xd2\x42\x23\x1f\x0c\x57\x76\xcf\xb8\xf5\x18\x73\x1f\xbc\x62\xc1\x42\xed\x61\xb1\xde\x31\x09\x0c\xa1\x26\x13\x87\x11\xf7\x4e\x9e\xc0\x13\x0c\x69\x05\x81\xf7\x43\x37\x2b\xfe\x67\xa4\x2e\x57\x59\x3d\x57\x87\x66\x99\xef\x06\xab\xf6\xd5\x13\x48\xa1\xcc\x5e\x59\x69\xd0\x64\x02\x2f\xe8\x9d\xda\xdd\x4d\xab\xbb\x46\xf7\x99\x8b\xeb\x30\x69\x32\x6b\x61\x89\x81\x3e\x73\x9b\x22\x42\x08\xdf\x6f\x92\x7b\xa6\x43\xb1\x7e\xb1\x9c\x69\x4f\x68\x62\x01\x7c\xb4\x93\x67\x96\xa2\x9c\xd0\xea\xb4\x21\x7d\xca\xec\x90\x1f\x16\x7a\x48\x74\x11\xc4\x1f\xfa\x84\xb8\x5b\x1e\xe5\x0f\x8e\xc2\xcf\x75\xf9\x0f\x08\xab\x4c\xb2\x60\x8a\x60\x50\x97\x96\xc5\x40\x87\xca\xed\x9e\x08\x9a\x72\xe6\x10\x3c\x4b\x69\x31\xe0\xbe\xa6\xe0\x71\x36\x15\x4c\xd9\x61\x4e\x3c\x08\xb5\x4a\x6d\x32\x84\xc4\x10\x38\x72\x69\x53\x6b\x55\xf6\x9c\x3c\x66\x56\xe7\xad\x54\xe3\x17\x13\xf5\x23\xf8\x3b\xe8\x5a\xd5\x8d\xed\xd6\x42\x81\x98\xc7\x9b\xba\xc8\x38\xe9\xeb\xac\xf6\xde\xeb\x50\xfc\x16\x71\xf2\x39\x09\x3f\xea\x3a\x02\xed\x79\xb0\x5a\x49\xf7\x06\xb6\xc7\x4d\xd2\x20\xe1\x0d\x99\xa5\xb7\xe6\x34\x0a\xd6\x83\xa5\x90\xf7\x9e\x52\x8c\x17\x65\x6b\x5b\xfb\x8f\x76\x67\x37\x14\x21\x1f\x53\x80\xb6\xcd\x7a\x54\x94\xad\x7a\x06\xef\x55\x36\xa7\x7b\xb3\xd6\xb5\x2e\xbe\xbe\x51\x47\x2a\xce\xf3\x2e\x2e\x30\x84\x16\xfb\xb2\xe3\x77\x51\x11\x7a\x33\x02\x85\x88\xfd\xfd\x24\x52\xd8\x42\x06\x78\x35\xb5\x23\xb7\x29\xe1\x6d\xf3\x50\x6f\x8a\x2d\x9e\xab\xfd\x27\xe6\xd8\xe3\xaf\xff\xa4\xbe\x84\x87\x28\x37\xaf\x27\xea\x48\x1d\x0e\xe4\x38\xe1\x6d\xe8\x4e\xb0\xf5\x9e\x59\xbc\xd3\x53\x5f\xcf\x1c\xe5\x38\xc7\x98\x1e\x25\x61\x60\x84\x54\x4b\x4a\xff\x0c\x99\x07\x55\xde\xab\x39\x66\x8c\xee\x16\x79\x8d\xf9\x03\x31\xad\xb4\xd9\xbf\x79\x51\xb6\xf3\x89\xfa\xb1\xae\x30\x84\xf5\x9c\x07\x34\x07\x0c\x9f\x07\x8c\xe0\x1c\x03\x5b\x93\x15\x87\xc1\x75\x40\x4c\xf0\x10\x99\x23\xe6\xcc\x21\x18\x12\xbc\x49\x4d\x14\x3f\x7d\xc1\x43\x25\xc4\xd4\x9e\xd5\x3c\x4c\x8c\x87\xbb\xa9\x0b\x31\x44\x30\xe5\xc0\x3b\x88\x53\xcd\x9a\x53\x71\x5d\x76\x51\xa0\x31\x9f\xca\x12\x89\x85\xe4\xb0\x80\x7f\x43\xae\x3d\xc1\x84\xac\xc3\xda\x24\x2c\xf8\xf8\x31\x62\x7a\x2d\x6a\xb8\x56\xf6\x8b\xab\xce\x63\x12\xfc\xde\x50\x72\x80\x8c\xf3\xed\xc7\x01\xfe\x79\x26\x51\x12\x50\x0c\xde\x8f\xd9\xfa\xef\x8e\xe6\x6f\xef\x74\x08\xcc\xe7\x9f\x56\x8e\xae\x1f\x9e\xd8\x00\xcb\xb9\xb9\x1f\xc9\x1f\xe3\xec\xa7\xb1\x1a\x5a\x80\x55\x7b\xb1\x65\x83\x36\x6d\xc6\x43\x8b\x3b\xf7\x51\x1f\xaa\xbd\xad\xf2\xb2\x1e\x86\x87\xea\x64\x0c\x43\x0f\x93\x0a\x36\xd4\xef\x23\xa2\x61\xc1\x70\x7f\x23\xf8\xbf\x89\x0e\xcc\x71\xca\xec\x1a\x0e\x90\x38\x97\xea\x18\xf2\x7e\x72\xee\x61\xc8\x4b\xc1\x29\x70\x39\x59\x45\x6f\xb3\xc9\x62\xba\x8a\x9e\xb2\xba\x5a\xa7\x62\xe4\x31\xd7\x86\x62\xa9\xc3\x8c\x53\xa2\x4d\x6d\x27\xc2\x04\x40\x7c\x8a\x2d\x00\x28\x39\x36\xb6\x1f\x49\x1a\xba\x60\xde\x49\x52\x2c\xfc\x88\xd9\x63\xbf\x06\x2f\xbc\x91\x1b\x2a\xa4\x77\x14\x15\x28\x8b\x2f\x0d\xdd\x4b\xe6\x54\x34\x29\xe6\x34\xea\x07\x33\x4d\xb8\x1e\x5c\x07\x2e\x78\x3a\x41\x4f\xbd\x05\x00\x4c\x5c\xa4\xa9\xe0\x32\xcd\xed\xce\x14\x9c\x3b\xba\x59\x13\x21\xb7\x44\x5b\x76\xf4\xcc\x0d\x68\xd0\x18\x9e\x10\xf2\x03\x26\x6a\x38\x12\xfb\x0a\x29\x41\x8e\xec\xde\x0a\xc0\xb8\xb9\x6e\xb2\xb7\x8c\xf7\x05\x27\x10\x4a\x99\xb3\xc7\x9f\xec\xa3\x57\x74\x8c\x79\x72\xe1\x49\x1e\x9c\x06\xac\xd7\xde\xde\x1f\xd7\xef\xfe\x43\x3a\xde\xdf\xdf\xe2\x8c\xe0\xb6\xf2\x6e\xe7\x90\x2d\x1e\x0b\x0a\xad\xdf\x82\x3d\xda\x5e\x1f\x36\x50\x62\x04\x26\xfa\xa6\x6d\x4b\x85\xef\xbf\x63\x9f\xb7\x77\x67\x91\x80\xfc\xb5\x87\xea\xdd\x03\x3d\xe4\xbb\x3c\xe7\xca\x8f\xce\xd9\xba\xd5\x57\xc7\x98\xba\x7f\x24\x4e\xb1\xe1\x74\xed\xe7\x40\x8e\x4f\xe2\xb9\x3f\x6e\xce\x5e\xe0\x93\xd3\x7b\x11\x6b\x38\xd6\xef\xee\x20\xd6\x92\xb8\xc2\x60\x5e\x19\x6a\xe8\x26\x47\x62\x71\x55\x2e\xf4\xeb\x66\x61\xee\x4d\x14\x21\xd7\x4d\x37\xb6\x16\x77\xb2\x18\x8a\x8c\x04\x26\x2d\x43\x98\x29\x49\xb0\x7f\xd4\xa9\xc7\x79\x52\x6d\x33\x02\x23\x8d\xf2\x6f\x62\xfe\x0e\xc1\x27\x13\x36\xe0\xb9\xcf\xfa\x0d\xe4\x2a\x37\x3d\x84\x97\x83\x9b\x21\x4d\xc9\xd0\x71\xc8\x7d\xdf\x60\xe1\x73\x5b\xb8\xc7\x85\xde\xc5\x51\xe2\x93\xa2\x93\x50\xcd\x07\x4c\x82\xc1\x1b\x41\x30\x22\x21\xd6\x30\xac\x99\xbb\x79\x42\x16\xa4\x70\xcc\xd3\xe1\x53\xf5\x68\x64\x00\x03\x1a\x8d\xc6\xe3\x49\x61\x24\xa2\xdd\x5d\x57\xe9\xd9\x34\xdc\xdd\x38\xfc\x58\x8f\xe6\x7c\x00\x28\x4c\x68\x23\xee\x8c\x80\x22\xd8\x2e\xf6\xa6\x00\xc1\x4f\xbe\x6c\xb7\x36\xef\xf4\x5b\x88\x22\x86\x6b\x65\x5b\x7d\x61\x96\x20\xa5\x75\xc1\x98\x63\x6e\x7d\xcc\x15\x2a\xe0\x23\x7e\x69\x08\x6b\xea\x2a\xc9\x0a\x47\x6a\xff\x09\xc6\x5e\x7b\x04\x79\x7e\xf0\xef\x3d\xa8\x9e\x0e\x77\x4c\x51\x52\x23\xe4\x33\x50\x4f\xd6\x4d\x77\x9a\xd2\x0f\x60\x2b\x42\xc2\x98\x85\xe4\x89\xef\x21\xde\x3c\x19\xa3\xa9\xc6\xa3\xa9\x3b\x78\xf7\x57\x0e\x99\xfe\xa8\x43\x87\xe5\x53\x89\xe5\x29\x6a\x9c\xbe\x67\x02\xe2\x65\xef\x17\x4b\xfa\x8d\x70\x86\xf1\xde\x21\x8d\x69\x0c\x37\x24\x4f\xee\x04\x05\xd7\x70\xb0\x06\xe6\xec\x78\x9f\xe0\xec\xc8\x0b\x99\xe6\xf8\xfc\xb9\x19\x84\x99\x1f\x9f\x6d\xfc\x12\xd2\xe2\xd4\x54\x86\xd6\x21\xba\xf6\x62\x6b\x2a\x25\xf0\xfd\xf9\x03\xf1\xdd\x67\x99\xe1\x28\xc1\x59\x7c\x91\x5e\xa6\x90\x8a\x7b\x29\xd0\x66\xb5\x59\xfd\x66\x83\x46\xef\x90\x02\x6f\xb3\xaa\x55\xb3\x5c\x76\x20\x29\x83\xdb\x01\xbf\x86\x5e\x82\x65\x71\x7e\xd6\xa9\xb2\xee\x1b\x95\x2f\x16\xa6\xe1\x04\x60\xfc\x6c\xc4\xc3\x55\xd3\xf5\x46\xbe\x6c\xc0\x4b\x33\xc8\x5a\x2d\x82\x3f\x6d\xea\xfe\x55\x53\x8d\x18\xb2\xae\x0b\x03\xfe\xec\xb8\xfc\x9d\xf3\xae\xbd\x21\x19\xfd\x90\x7e\xff\x9d\xb2\x70\x1d\x8e\x65\x30\x57\x38\x9a\x94\xe9\x52\xee\x06\x1e\x59\x04\x3f\xe9\x74\xde\x2e\x2e\x46\x07\x27\xbf\xce\x66\xdd\x6c\xb6\x39\x3c\xcc\x0f\x4f\x0f\x42\xe1\x87\x40\xed\x3f\x09\x4d\x7f\x25\xa8\xd4\x36\x40\x16\x4c\x35\x15\xc3\x0c\xa9\x68\xc9\xa5\x30\x29\x0c\x8c\x0e\xb4\xa2\xdc\xdb\x8b\x34\xd6\xd4\xd3\xe2\x22\x6f\x5f\x35\x85\x7e\xd9\x8f\x4a\x40\xcf\xbf\x06\xe3\xaa\x01\x37\x70\xcd\xd4\xbe\x1a\xd5\xea\x3f\xf1\x4f\x39\x35\x1d\x31\x1c\xb5\x3d\xa5\x81\xd6\x41\xa8\x1c\xbe\xa9\x17\xf9\xba\xdb\x54\x98\xe1\x9c\x3c\x54\xac\xeb\x3d\xa5\x9f\xc6\x94\x8c\x90\x02\xb9\xd5\xf9\x8a\xb3\x58\x2d\x9a\x42\x67\xb3\x1a\xfd\x3e\x84\xb1\x3a\x90\x22\xce\x36\xe2\x0c\xd2\x9d\xe3\x1d\x66\x0f\x3d\x46\x60\xb4\x2a\xb1\x93\x0f\x76\x16\x78\x3f\x48\x5b\xc3\xa0\xe1\x3b\x97\x37\x4b\x79\xfe\x12\x8c\xd4\x84\x75\x89\x66\x8b\x4d\xdb\xba\x54\xea\x98\xa2\xbd\x2b\x7f\x0f\x41\x61\xf1\xcf\x75\xd9\xc7\x26\x8e\xd8\x8d\x45\xa0\xc8\xa4\x91\xf6\xcf\xee\x64\x58\xc1\xc1\xb6\x49\x56\xcd\x0f\x51\xcd\x8e\x38\x1c\xf5\xba\xe9\x4a\x4e\x18\xde\xfb\x8b\x20\x47\x6f\xbb\xe2\x48\xa2\x5b\x40\x63\xce\x3a\x07\x78\xc9\xf9\xbb\x5b\x4c\xb5\x6f\x64\xb7\x2d\x3d\x74\x94\x57\xf8\x30\x9c\x25\x24\x9e\x03\xc2\xf3\x36\x1a\x44\x50\xc1\xd2\x81\x01\x67\xb0\x77\x46\xcc\x2a\x97\xea\x5a\x83\xd2\x8a\xcc\xad\x21\x76\xed\x32\x5c\x06\x1e\xa0\x6e\xaa\x51\x18\x95\xc8\xac\xc6\xf3\xa9\xdc\x44\x3e\xfc\xf7\xec\x32\x4a\x44\x1e\x22\xe0\x40\xa7\x53\x60\xb5\xc2\x3e\xfe\xa6\x11\x2a\x28\xab\x21\xb0\x1e\x60\x23\xbc\x8a\x78\x9b\xc0\x9b\x93\x61\x80\x1c\x12\x63\x2c\xc5\xbc\xd6\x8f\xef\xbb\x2a\x6b\xad\x2f\xa3\x11\x0a\xea\xf4\xb2\x1f\xf1\xa0\x21\x5c\x82\xf3\x78\x8c\x46\xff\x93\xce\x8b\xe4\xf0\xeb\x42\xe5\xc5\x15\xdc\x74\x73\x06\x36\x0f\xc6\x81\xec\x66\x32\xc0\x13\xc6\xbc\x8d\xf7\x68\x4b\xa0\xa7\xf4\x04\xf6\xf6\xc6\x03\xf8\x04\x4a\x71\x31\xf6\x8b\xbc\xcd\x17\x66\xd1\xf3\xf3\xbc\x04\xd3\x3e\x61\x97\x8f\x24\xc5\x26\xbd\x07\xdc\x12\x89\xef\x9b\x56\xad\x5b\x8d\x6a\xfd\x89\x7a\xd5\xd4\xdd\x66\xe5\x65\xa5\x2d\x7b\x85\x19\xc4\x48\x5b\x16\xe2\x69\xde\x07\xaf\xcf\x4a\xe6\x70\xdc\xb6\x41\x01\xa7\xdc\x5c\x86\x86\xc1\xe8\xd7\x4b\x8f\x82\xd2\xa3\x37\x58\xcb\xe6\x52\x4d\x15\xd6\x81\xca\x5b\xaf\x1a\xae\xbc\xbb\x4b\x2a\x05\xe9\x93\xf3\x93\x3e\xff\xe6\xfd\x9a\x1f\xc3\x31\x55\xb8\x99\xda\x11\x7e\x30\x7f\x87\x77\x74\x73\x19\xf1\x9e\x7b\x7b\x3c\xc7\x01\xaf\xe6\x8b\x41\x93\x5c\x77\xb7\x10\x23\xec\x14\xec\x76\x9b\xc9\x37\x70\x65\xb1\xc0\xdb\x6a\xbe\x3f\x61\xbf\x07\xb7\xda\xfa\x7f\xb3\x96\x1c\x75\x41\xe8\x13\x42\xf7\x97\xeb\xef\x5a\xb7\x70\x3d\x1a\xdc\x28\x62\x04\xf8\xc5\x88\xfc\x03\x58\xc0\xf4\x35\xb1\x22\xa4\x29\x80\x12\x87\x46\xe6\x74\xc7\x4f\x82\x8e\xfe\x21\xc4\x21\xb7\x5b\xc2\xdf\xeb\x8b\xb2\x47\x03\x2e\x95\xc3\x93\x67\xb3\x94\x87\x39\x31\x67\x75\x9d\x77\xcc\x22\x61\xa6\xe9\x60\x92\x10\x52\x65\xf4\x09\xf3\x3b\x38\x91\x2c\x1e\xe2\xd4\xb6\x63\x11\x3e\xd6\x24\xb1\xe9\x61\xcb\xf2\x7d\x73\xa5\xad\xf7\xdd\x56\x02\xdb\x5d\x96\xeb\x77\xcd\x37\x75\x01\x54\x56\xdc\xc1\xf7\xb9\x74\xb8\x1b\x7c\xe0\xa9\x6e\x38\x88\x9a\xc3\x51\x8b\x53\xf0\x4c\x83\xc2\x4e\x23\xfc\x63\xf9\xc6\x18\x1c\xd9\x28\x81\x62\x36\xc9\x87\x18\xa2\xd5\xbd\x5e\x64\x2a\x45\x70\x9c\x00\xfb\xdc\xb0\xd7\x49\x6b\x7c\x9c\x38\x27\x09\x49\x9c\xe3\xad\xe9\x23\xfc\x55\x39\xcb\x17\x97\x6a\x5e\xcf\xc5\xa9\x0a\xe6\x67\x6a\xfc\xbc\x1e\xd5\xde\xba\xef\x4f\x55\x3d\x7c\xf1\x92\x5c\x64\x79\x9f\xbc\x1f\xbe\xb1\xb0\xee\xc0\x9d\xe5\xf3\x3a\xcf\x04\x67\x94\x5e\x99\x98\xf5\xb1\xe2\x93\xd8\x84\x4c\xc0\xc9\x3c\xde\x32\x4b\xb0\x58\xd1\x37\x00\x1d\x2a\x1e\x92\xac\x99\xeb\x66\xab\x59\x41\x0a\xfe\xc0\x81\xe1\x15\x16\xc2\xa2\x93\x42\x3d\xde\x26\x81\xa9\xa2\x51\x32\xe1\x60\x7a\xad\x20\xe4\xa6\xb7\x4a\x77\x5f\xff\x20\xf4\x0c\xde\xfa\x86\xe0\xc7\xf7\x00\xc2\x18\xd9\x20\x88\x1b\x8c\x7e\xd8\xf6\x68\x5b\x9f\xab\xf9\xaf\xf3\xb1\x4f\x21\xe9\x45\x17\x8d\x87\xf1\xde\xb1\xcc\x5b\xc4\x18\xe0\xff\xff\x5c\x57\xba\xeb\xe0\x55\xd6\x10\xe4\x39\xe4\x29\xd0\x20\x73\xcd\x41\xe4\x9f\xe3\x5c\xd1\xe9\x7c\x65\x8e\x88\x43\x5d\xe2\xf5\x72\x9a\x13\x9b\xa8\x81\xd2\x41\x76\x82\x5e\xc3\x7c\x3f\xb2\x52\x40\xcd\x17\x79\xa7\xdf\xd4\x9d\xae\xcd\xb9\xb8\xd2\x73\x8e\xd7\x48\x03\x80\x39\x71\x90\x85\x55\x7e\xa9\x5d\x2f\x90\x74\x62\xbf\x74\x6d\x83\xad\x45\x2e\x60\x9d\xf7\xbd\x6e\xeb\x8c\xaf\xc4\x4c\x05\x3d\xc6\xa7\x0c\x59\x19\x6a\x18\x30\x33\xc9\xc0\x2b\x79\x07\x81\xa5\x8c\xe8\x0d\x6e\x28\x41\x0f\xa0\x37\x6d\x27\x7d\xf3\x5d\x73\xad\xdb\x57\x79\xa7\x47\xa8\x6f\x6e\x13\x66\x55\xdd\xe6\xac\xeb\xdb\x80\x42\xe2\x47\x7b\xed\x64\x3c\x38\x66\x57\x13\x1a\x38\x18\xd4\x08\x1b\x82\xfc\x8f\x1f\xa8\x61\x5a\x07\x47\x11\x89\xe1\x56\x7e\x34\xa5\x3c\x4f\x03\x6f\x2b\x96\xec\xed\x4d\x83\xd1\x24\xde\x20\x86\x23\x39\x25\xb4\x62\x83\xcd\x83\x78\x1f\xa1\x93\x57\x62\x67\xd8\x46\xcd\x5b\xcb\xaa\x5c\x68\x77\x83\x4f\x3c\x34\x19\xb4\xad\xb2\x8f\x85\x13\x36\xe5\x48\x3d\x3a\xa5\x07\x1a\x01\xba\xcf\x1a\xcb\xf5\x85\x86\x27\x87\xa7\xe9\x05\x96\x2f\xdf\x77\xdf\x70\xf6\x3e\x4a\x08\xdd\xf6\xfe\xc1\xb2\x21\xe1\x4d\xac\xa0\xbc\x2f\xe0\xd6\x26\xaf\x25\x19\x44\x75\x53\x55\x6f\x21\xcb\x89\x1f\xba\x28\x7e\x98\x83\xa1\x1c\x41\xa8\x8d\x49\x1f\x3c\xc2\x9d\x55\x79\x7d\xf9\x5d\x59\x6b\x2a\xb7\xbf\xe1\x55\x65\x44\x09\x24\xbc\x58\x5e\xce\x8b\x91\xda\xb8\x0f\xa2\x11\xc6\x51\x75\xad\x16\xcd\xfa\x46\x36\xb2\xbf\x29\x1e\x0e\x86\xb4\xa7\x6f\xa2\x1d\x5e\x24\xd4\x88\x14\x3e\xae\x17\x50\x30\x8a\xda\x32\x6e\x10\xb5\x91\x9f\x30\x76\x46\x16\x2c\xcd\xbb\xfc\xac\xd2\x72\x7d\xe0\x83\xa9\x5b\x37\xa0\xaa\x25\xa6\x38\x7c\x66\x0b\x47\x1d\x04\xad\x10\x34\x0f\x3d\xc7\x21\xeb\x21\x86\xab\xf1\xc4\x37\xe9\x5e\x2f\x5e\x8f\x6a\x7d\xcd\xe6\xb9\x1f\x6e\x43\xd5\xe5\xba\x6d\xd6\xaa\xac\x07\x92\x65\x5e\xe5\x15\xbf\x3b\x9d\x40\x1a\x7c\x81\xbf\x0c\x16\x0b\x0c\x79\x35\xb5\x85\xfc\x07\x79\x2b\xd5\x0b\x03\x84\x50\xd2\x50\xd5\xab\xbc\x4a\x5b\x86\x30\x3c\xa1\xa5\x7c\xa9\x4e\x78\xd5\x1f\xe6\xb0\xfe\x9d\x8d\xf4\x8a\x9a\xc7\x33\xb8\x01\x0c\x57\xa7\x5e\x35\x85\xfe\x1e\x9a\xcf\xea\xaf\x30\xbc\x8d\x3a\x41\x9d\xa3\xb9\xef\x30\xdf\xcf\xc3\x7a\x43\x8d\x26\x9e\xa1\x71\xa8\xf1\xd4\xf9\xca\xc6\xa8\xe2\x88\xdd\xf6\x43\xc2\x93\x1a\x07\x10\xed\x44\x61\xb0\x6e\x4a\xe1\x5f\xb8\x3d\x38\x20\x50\x0b\x0f\x3f\x43\x75\xc0\x9a\xe2\x79\xd2\x39\xa7\x3e\x32\xd5\xe9\x6a\x19\x54\x2d\x57\xeb\x8a\x3c\x48\xfd\xec\x06\xd8\x36\xa4\xe2\x68\xca\x0d\x65\x23\xe0\xa0\x32\xb5\x6c\xf3\x73\x08\xb2\x43\x76\xb2\xe9\x90\xad\x22\x4c\x0d\xb6\x36\x63\xc9\xd4\x20\x8c\x2d\x0f\x2e\xa2\x08\x43\x9a\x9b\xc5\xca\x60\x26\x99\x3a\xc1\xb3\x7e\xac\xdb\xab\x12\xd3\x78\x8d\x16\xef\xe9\x4d\xd9\x90\x17\x43\x19\xcf\x35\x68\xee\xeb\xde\x16\x8d\x4f\x63\xef\xf4\x66\xfd\x03\x9a\x78\x15\xcd\xe2\xcd\x6b\xe8\xc4\x8b\x02\xae\xab\x25\x5d\x65\x71\x48\x30\x87\x20\x6a\xaa\xd6\x71\x79\xde\x6b\xb0\xbe\xa1\x95\x67\x63\xc9\xd1\x07\xb5\xd6\xad\xf9\xc5\xf6\x25\x89\x61\x59\x42\x33\x25\xec\x95\xdf\x30\x40\xd7\x3b\xfb\x61\xb4\x16\xa5\xe6\x3c\x12\xf1\x71\x35\x06\x18\xe5\xd7\x18\xe0\x89\xf5\xf3\x96\x42\xde\x19\xa6\x48\x5c\x52\x18\x2b\x4c\x1e\x09\xac\x61\xa5\xb2\x78\x23\xee\xf6\xc5\x5f\xbc\xb7\x7e\xf8\x79\x1f\x18\xe0\x8d\x02\x49\x95\xb4\x08\x79\x6f\x6e\xf9\xbc\x77\xaf\xa8\x62\x83\x83\xbb\x1e\x60\xe6\x3d\x99\x7f\x05\x52\xef\xa3\xbc\x4f\xab\x22\x03\x0e\x43\x2a\x37\x96\x65\x8d\x71\xa2\xe1\x86\x66\x03\x8a\x43\x33\x7a\xb2\x3d\xc1\x4c\x5d\x30\x29\x90\xe5\x24\x41\x57\xf6\x15\x29\x25\x50\x52\xe0\x15\xec\x6b\x12\xb6\xb3\x35\x50\xd2\xc3\x4a\xf4\x72\x7a\x7f\xbe\x8d\xfb\x88\x30\x5b\xdc\xdf\x66\x53\x36\x75\xd9\x87\xa7\x56\xf4\x7e\x98\xee\xd1\xcc\x0d\xad\x24\x6c\xdd\xe7\xe8\xb9\xa5\x0e\xbe\x50\xdf\xe7\xef\x11\x3f\xac\x5b\xd7\x17\x07\xf7\xda\x00\xda\x78\x0b\xf3\x59\x84\x5c\xca\x4f\x90\xc2\x58\x25\x93\x06\x72\xeb\x31\x9b\x0c\x7c\x9f\xf7\x17\x93\x55\x59\xa3\x15\xc6\x40\x78\x56\x33\x23\x28\x22\x59\x60\x28\x32\x08\x9d\xab\x29\x9f\x12\xfb\x54\x86\xad\x8d\xc0\x96\xb9\x61\x59\xe1\x7f\x60\xa5\xbd\x49\xc3\x83\x1a\xea\xd2\xcd\xc0\xf7\x5d\x50\xd9\xc1\xb8\x22\x79\x01\x14\x61\x14\xef\x32\x19\x4f\xe2\x37\xce\xb2\xfd\x69\x6f\xe9\x31\x70\xcb\x36\xb2\xa1\xd1\xc0\xf4\x6e\xe3\x35\xa6\xf7\x5d\xb3\xaf\x71\x4f\x67\xad\xce\xc3\xec\x20\x02\x19\x69\xeb\x86\x0f\x02\xc6\x4a\x00\xdb\x96\x5b\xc4\x0e\xc2\x89\x80\xc0\x04\xdc\xb8\x9b\x18\xde\x42\x3c\xab\x83\x5f\x67\xb3\xee\x8b\xd1\xe4\x8b\xf1\xc1\x44\xbf\xd7\x0b\x30\x0e\x19\x9f\x3c\x39\x35\x13\x0e\xd8\xa3\x73\x0d\xb1\x39\x9b\xeb\xee\x07\xdd\xf5\x68\xf1\xf5\xc1\x0f\xa1\x4b\x4c\xbd\x97\x59\x19\xcf\xa1\xa1\xd2\x4c\x62\x9a\xe5\x92\xde\xda\x81\xaa\xa0\x3e\x31\x34\xca\x82\xa3\xdd\x2c\x97\xea\xf9\xd4\xd6\x35\xc4\xd2\x7c\xda\x53\x5e\x78\x91\x29\xab\x24\x39\x7c\x88\x8d\xb8\x29\x2e\x34\x69\x6b\x85\xa8\x12\x2d\x16\x65\x40\x3a\x52\xd4\x54\xac\xda\x22\x60\x89\x81\x36\x1e\x25\x06\x13\xf1\xb5\x25\xdf\x04\x60\xd9\xda\xea\x5a\x58\xfc\x3c\x55\xa5\x99\xde\xe1\x53\x55\xee\xef\x27\x9e\x5a\x4a\xca\x43\x2a\x5a\x9f\x94\xa7\x19\x19\x13\x89\xce\x59\x59\xd8\x9d\x94\xa1\xc3\x18\xeb\x51\x11\x9a\xe0\x8a\xcd\x9d\x65\x56\x0c\x8f\xa3\x5b\xc1\x70\xcf\xa0\x21\x19\xda\x45\x9b\x96\x52\xbe\xa6\xe9\xa0\xd4\xb8\x0e\x39\x21\x38\xbb\x8d\x0d\x06\xf5\x90\x58\xe3\x62\x72\x94\x75\x57\x16\xbe\x58\x82\x9f\x60\xf8\x60\x76\x4b\x56\xbb\x7d\x03\x4f\xab\xc9\x68\x26\x56\xd5\xa0\x65\x58\xb7\x47\x0e\x92\x17\x89\x06\x50\x22\xbe\x98\xa9\xf6\x54\x6a\x2c\xfe\x80\xad\x27\xed\x7c\xb8\xb5\xd9\x16\x9c\x28\xeb\x5a\xb7\x4f\xe3\xfb\xeb\x99\xc2\x38\x3b\xc9\xfd\x4f\x7b\xfa\x8d\x00\x16\x38\x00\xc8\x6d\x20\x44\x80\x05\xde\x67\xdb\x27\xfe\x8b\xf6\x24\xe5\x5b\x97\x22\x79\x9c\xdc\x92\xd6\xef\x05\x0e\x3f\x6e\x7b\x84\x5c\x23\x04\x78\xe1\xed\xc8\x82\x45\x45\x91\xee\x30\x53\xe5\x98\x9d\xd5\x00\xda\x38\x0b\x56\x50\xd4\x04\x5b\x4d\xb6\xda\x84\xda\x09\x0d\x59\x32\x73\x74\x02\x5b\xe9\xc4\xb4\xfd\x9b\xfa\x5b\x16\x17\x68\xcd\x84\xf8\xe0\xce\x0e\x86\x4a\x3c\xf6\x04\x5d\x8b\x34\x4b\xd5\x2c\x5d\xb3\xf8\x59\x04\x13\xa7\x2c\xd1\x98\x78\x4f\x8d\x96\xe0\xdb\x04\xdd\xab\x17\xea\xcb\xaf\xc8\xd0\xb2\x6f\xa0\x16\x6c\x10\xd5\xf9\xa6\x2e\x5c\x8d\x01\x2a\xc1\xa7\x47\x52\x5c\x73\x88\xbc\x0f\x21\x85\x58\x52\xdc\x9d\x43\xb5\xaf\x96\x13\x34\xe8\x92\xf3\xed\x1b\xda\x8a\xe4\x53\xcd\xee\x2e\x85\x5c\x0a\xf1\x8d\xc1\xda\xae\xf7\x04\x74\x7c\xcf\x5b\x87\x5f\x31\x9f\x74\x9a\x02\x59\xf2\x8e\x6d\x39\x0e\x9c\xe9\xfa\x36\x49\x98\xb6\xdc\x07\x82\xc3\x14\xbb\xa9\x5e\x38\xc1\xe1\xe7\xba\xec\x47\xde\x4e\x1f\xa9\x3f\xd3\x3a\x1c\x01\x46\xa3\x2f\x2d\x2b\x61\x50\xc6\x05\xf0\x29\x69\x1c\x97\xe4\x5e\x82\x2d\xbd\x88\x80\x31\x90\xf9\x4f\x6c\xe9\xb3\xde\xa0\x91\xcf\x7a\xd3\x87\x85\x16\x34\x20\x03\xfd\x1d\x56\xa2\xf4\xe8\x53\xea\x3d\x96\x22\x9b\xf5\x5a\x17\x2f\x83\xa8\x78\xb6\x7c\x71\xb1\xa9\x2f\x23\xef\x66\x57\x84\xac\xd0\x40\xe1\x70\xc9\x4f\x7a\x83\xea\xf5\xc1\x88\xd8\x30\x5c\x6b\xef\x17\x0b\xb0\x76\x46\x27\x94\xc1\xda\xd1\xeb\xd3\x49\x1f\x7a\x6a\x83\x65\x19\xd8\x18\xc3\xae\xbd\xc2\x9f\x46\x86\x1f\x8d\x33\x3e\xa8\x04\xef\xf0\x34\xcc\x6e\x24\x52\x2e\x32\x12\x3a\x99\xec\x0e\x52\x82\x57\xa1\xed\x5f\xb8\xec\xc8\x6f\xb1\xcf\x0e\x95\x0e\x04\xb2\x13\x32\x5b\x1f\x99\x87\x61\xba\x6b\xf1\x32\x07\x4b\x7e\xcc\xa2\x24\x12\x23\x71\xd1\xa6\x6c\xa0\x4b\x34\xee\x2e\xc1\xcd\x39\xbe\x16\x63\x2b\xc5\x00\x63\x30\x7c\x40\x78\xf5\x25\x1f\x13\x19\x8f\x44\x13\x79\x91\x0e\x78\x2a\xd3\xb3\x06\xac\x20\x67\x85\x73\x13\x7f\x66\xd7\xcf\xcb\x58\x65\xb0\xe3\x50\xc8\x85\x6c\x91\x8e\x5e\x4e\x7f\xa7\xaa\x46\x3e\x4c\x4e\xcd\x93\x62\xb7\x12\x1a\x9f\xb4\xf8\x7b\x19\x2e\x82\x2d\xbd\x2c\xd7\x3f\xd7\x7d\x59\xbd\xa9\xcd\x48\x46\xfe\x94\xb2\xf4\x8c\x92\x2b\x2a\x11\x20\xd9\x2a\xbd\xa4\x14\xad\xfd\x0a\x83\xb8\xc1\xd9\x1b\x05\x72\x05\xd9\x65\xc5\x56\x18\xdb\x0e\x58\xa8\x57\x34\x15\xbe\x91\x06\x03\x96\x04\xd1\xe1\x78\x61\x0f\xf9\x91\x13\x97\xe9\x53\x16\x34\x0a\xa1\x87\x42\x36\x75\x96\x45\x27\x61\x4f\x7d\x79\xf8\xe7\xbf\x18\x44\x78\x05\x1f\xcb\xdf\xb5\xd9\xf8\xa7\x49\x14\x4b\x9a\xff\xda\x4e\xc0\x52\x39\x5a\x68\x5f\xaa\x97\xb6\x36\x12\x4f\x75\xc4\x84\xbb\x2a\xdf\x51\x50\x18\x18\x41\x68\x9b\x15\x4c\xe7\x59\xb0\xf5\x29\xa0\x18\x8b\x0e\xa6\x3b\x4a\xc2\x73\x03\x7b\x3e\xb5\xfb\xb4\xc5\x6e\x2e\x91\x2c\x6a\xfb\xb9\x7c\x9e\x40\xc8\x84\xbb\xdd\x7d\x8f\x84\x1d\xe2\x80\x79\xc8\xc0\x18\x63\xcb\x04\x71\xf5\xdd\xb2\x4e\xb2\x59\x93\xa8\x9e\xb0\xdf\x75\x97\xa6\xb3\x0a\x62\xcb\x6f\x23\xe3\x83\x53\x64\x4a\x15\xc9\xf7\xa2\xbb\xdd\x71\x13\x43\x9d\x00\x86\x29\x71\x95\x0c\x54\xd8\xb8\xb4\x02\x4a\x37\x15\xc8\x8d\x9b\xfa\xd2\x5a\xde\xcc\x76\x66\xb3\x44\x0a\x58\x50\x7b\x34\x15\x9a\xdd\xc4\x5c\x3c\x0f\x10\x61\x59\x2e\x5c\x37\xd5\x5d\xb1\x38\xa9\xe5\x54\x71\xc7\xd1\xae\x12\xe8\xd9\x8e\x97\x9c\x35\xde\x0d\x64\x15\x71\x04\x4e\x71\xc0\x34\xe1\x05\x01\x3a\x0a\xc7\xc8\x15\x40\xcc\x09\x08\x57\xad\xdf\x43\x3e\xb8\x98\x72\xd1\xe5\x1f\xa2\x16\xa9\xf4\x90\xd4\xdb\x2d\x05\x92\xcb\x9a\x3c\xba\x49\x85\x9e\x2e\x79\x93\x12\x0f\x13\x70\x35\x4f\x9f\x26\x37\x12\x2a\x08\xe2\x48\x3c\x09\x00\x09\xf8\x1a\x25\xd3\x37\x99\x26\xcf\xa7\x09\x6a\xa2\x06\xa4\x3a\x9a\x1f\x0c\xde\xae\xa0\x05\xb5\x8f\xaa\xb1\x7d\x39\xb9\x38\x46\x89\x19\x54\xe4\xdd\xe3\x22\x23\x4c\xbd\x39\xa4\xad\x70\x07\x87\xc7\x6b\x71\x2c\xcd\xfb\xfc\xd5\x48\xe4\xa0\x34\xcd\x72\x7a\x13\x09\xb6\xce\x41\x8b\x32\x2a\x9b\xa5\xd8\x9b\x62\xc3\xa7\x29\x4a\x2f\x46\xb2\x87\xd5\xe2\x0d\x8f\xd1\xf8\x03\xe7\x3a\xab\x8b\x50\x6a\x31\x84\xed\x6f\xf9\xba\x7b\xd7\xa0\x1a\xd8\x0a\x62\x52\x59\x62\xd1\x68\x00\x57\x74\x84\x26\x01\x8e\x9d\xc2\x7d\xd9\x2c\x97\xd2\xff\x0d\xbb\x4a\x6c\x1a\x48\xf7\xe8\xcc\xa6\xc1\x2c\x8f\x1a\x1e\xe1\xcf\x29\xfd\x7e\xc0\x06\x76\x89\xbd\x23\x63\x4a\x39\xc8\xc4\x3e\x92\xa7\xd1\x1e\x49\xb7\x6a\x1f\x5c\x63\xb6\x2d\xb6\x37\x2d\x2a\x0e\x79\x19\xb9\x88\xf2\x3e\x1e\x5e\xbd\x7b\x5d\xab\xae\x49\xe8\x44\xa3\x57\x25\x3e\x92\x8d\xca\x42\x6a\xc5\x3a\xd0\xc2\xe3\x90\xd3\x06\x81\xbe\x50\xf3\x5c\xc5\x16\x92\xb4\x44\xcc\x44\x39\x84\xc2\x6e\x18\xa3\x9e\x44\x39\x33\x81\x6a\x4d\xd3\x78\x00\x8f\x19\xba\x3e\xf4\x24\x87\xb4\x85\xca\x60\xff\x84\x73\xd0\xfb\x7e\xd4\x7d\xdf\x0c\x76\x6e\x56\x05\xfc\x97\xc2\x9e\x0d\x1d\xd2\xf5\xc0\xe3\x8f\xa8\x0d\x02\x44\xbc\xd2\x09\x5d\x7b\x0a\x5b\x62\x96\x2b\xbc\x2a\xbc\x03\xcd\x33\x77\x37\x4b\xe6\xd6\xe4\x30\x03\x81\x51\xbc\xe0\xde\x4a\xb9\x21\x7a\xe5\xdb\xf6\x8a\xe3\xa4\xc7\x17\xbe\x54\x68\x1d\x85\x8e\xd4\x9f\x65\xa5\x6d\xc2\x87\x3a\x52\x5f\x86\x7c\x06\xbd\xf5\x80\xc3\x4b\xe2\x75\x30\xf9\xd2\xe2\xe4\x21\x7e\xd5\x11\x5e\x49\xdb\x38\x85\x00\x3c\x1d\xc3\x47\x5b\xc7\xc0\xeb\xd4\x93\x8f\xb4\x7b\x69\xda\xf6\xc8\xe4\x86\x38\x14\x23\x1f\x1a\x0c\xbc\x66\xf9\xe8\xed\x0e\xb2\x93\xfd\xdc\x93\xb8\x7d\x39\x46\x80\x59\xc8\xf5\xee\xf1\x12\x79\x96\x55\x71\x31\x5c\x05\x7f\xb6\x84\x61\x60\xd4\x12\x56\xf0\xce\x69\xb6\xe6\x3b\x3c\x32\xd1\x1b\x27\xff\x4b\x11\xeb\xb4\x27\x6a\x24\x4b\xfa\x34\x78\x9b\xb8\xa8\xd2\x52\xc5\x33\xe6\xd1\x06\x45\x1e\x53\x2d\xa4\xa2\x9e\xd8\x32\xf0\xb6\x0f\x4a\x3a\x88\xb9\x1d\x66\x48\x3b\xdb\x2c\x97\xba\x3d\x12\x74\x22\x0b\x31\x1c\x9c\x63\x03\x81\x2a\x0b\x09\xa3\x59\xd5\xa3\x70\x4d\xf6\xef\x68\x56\x37\x85\x3e\xd6\xe1\xd7\xbe\x59\xbf\x79\x7d\xa4\x0e\xe3\xa8\x9b\x5f\xc3\x60\xbf\xa3\xce\x52\x02\x6a\x14\x7a\x73\xd3\x41\x20\x91\x40\xb5\x26\x36\xd4\x53\x1e\xe1\x6a\xdd\xa9\xa8\x0f\xd5\xf1\x99\xd4\x17\x65\xea\xe4\x44\xaa\x40\xf8\xd9\x2e\x1b\x52\x8c\xb8\x17\x39\x71\x26\x4f\x63\x6b\x99\x50\x75\x94\xae\xe0\x54\x45\x81\x08\xbc\xef\x31\x1a\xa4\xc6\x4b\xc3\xf8\x1c\xcd\xa4\xa7\x4d\xf3\xf1\x21\x85\xb7\x49\x0b\x74\xb7\x01\x82\x9c\xc0\x83\x95\x54\x54\x74\x99\x3f\xed\x88\x72\xa4\x67\x3c\x39\xcb\x2b\xd4\xd2\xb8\xf1\xc8\x37\x10\xf1\x50\x9f\x7a\x96\xe7\xe1\x7a\x74\x66\x2a\x68\x54\xea\xed\x8c\x74\x85\x4f\x0e\x63\xcd\xa0\x97\x79\xa5\x17\x64\x3b\x61\x07\x20\xe8\x1b\x3b\xd5\xb8\x41\xa4\x15\x11\x36\xf5\x88\x58\xf9\xfe\xa2\x6d\xae\x61\x91\xbf\x69\xdb\xa6\x1d\xcd\x76\xc8\x81\x18\x6d\x9d\xd4\x32\x2f\x2b\x0c\xa8\xc7\x8e\x86\xec\x40\xbc\x33\x96\x01\x4b\xd9\x04\x33\x0c\x52\x9a\xce\x4b\x42\x51\xfd\x6f\xd6\x1a\xad\x18\xa7\xea\xc4\xec\xe8\x3b\x08\x3b\xd4\xd4\x10\x3c\x8f\xe1\x02\x59\x08\xc1\xb2\x15\xd7\xb1\xee\x47\x16\x8c\x83\x7c\x9d\xb7\x35\xa0\xe6\x89\x83\xc4\x96\x58\x64\xcb\x75\x8f\x51\xda\x6d\x3b\xa9\xf4\x79\xbe\xb8\xc1\xa0\xdb\x75\xbe\xd2\xa7\xaa\x59\x72\xe4\xc5\x93\xd9\x0e\x87\xbd\x9e\xed\x64\xca\xfd\x32\xd5\x67\x3b\x1c\xf5\x5a\x54\xdb\xff\x32\xae\xc8\x71\xb4\xbd\x06\x68\x70\xcc\xd5\xd9\xfc\x38\x51\xb1\xd0\xcb\x04\x48\x17\x33\xdb\xab\xdc\xe7\xe7\x58\xb9\xcf\xcf\xa3\x31\xe6\x7d\xdf\x96\x67\x9b\x9e\xe6\x62\x7f\x46\x15\xcd\xaa\x13\x18\x8a\x47\xee\x15\x9b\x0b\xa6\x2f\xeb\xd4\x44\xfb\xbc\x2e\xf2\xb6\xf0\xaa\xff\x63\x93\x57\xe5\xb2\x84\xac\xe5\x6a\xb6\xb3\x6a\x0a\xfa\x25\xea\x68\xb0\x2a\x85\x72\x8a\xc5\xed\x15\x5f\xe8\xbc\xe0\xf6\x94\x96\xc0\x2b\xe7\x88\xe1\x58\x43\xc6\x0f\x9f\xed\x9c\xce\xea\x53\x3a\x33\x12\x4d\xc4\xbe\x9f\x86\x28\x83\xb8\xf2\x8e\xe3\x83\x8c\xf8\x00\x20\x82\x00\x2a\x62\x76\x1f\x67\x2c\x98\x78\x00\xd3\xef\xfb\x36\x8f\xd5\x66\xf0\xd9\xb0\x11\xe6\xbf\xd1\x8b\x0e\x61\x70\x32\x87\xb9\x44\xe1\xcc\x9b\x4c\x64\x16\x4c\x8c\x58\x7e\x9e\x22\xbb\x8f\xfa\xfc\x9c\x03\xba\xd8\x4e\x4f\xfa\xfc\x5c\xa4\x09\x11\xdf\xa6\x2a\x5c\x0f\x37\x0f\x88\x03\x3f\x4e\xa5\xf5\x88\x8c\x23\x53\xc7\x5c\x18\x57\xf2\x1a\x7b\x21\xa6\xcd\x59\xff\xb6\x69\xdf\xe6\x2d\xd8\xea\xf6\x99\x5a\x75\xe7\x9e\x19\x05\x52\x03\xab\xed\x5b\x83\x69\x5f\xa0\xd4\xc3\x69\xd3\x18\xa9\x01\x5c\x9d\x6b\xa1\x06\x31\xa3\x6e\x2a\x3d\x31\xe5\x23\xd3\x4b\x68\xe0\x11\xac\x81\x9b\xfe\xb1\x88\xad\x0c\xbc\x58\x7e\xee\x3f\x23\x3a\x8b\x71\x76\x7b\x87\x46\x93\x6e\x5d\x95\xfd\x08\x92\x10\x8f\x53\xf6\xe3\xe0\xd1\x86\x1d\x9d\x98\xa6\xb0\x3d\x7d\x7e\xde\xe1\xaf\x48\x51\x0a\x4d\x22\xb1\x21\x5e\xc3\xf9\xcf\xf5\x65\xdd\x5c\xd7\x41\x56\xc4\xfc\x5c\xfd\xe9\x83\xa9\x71\x3b\xbf\x33\xe1\x10\xda\xd4\xd3\x18\xa7\x6a\xb6\xc3\xeb\x94\x50\x78\xa2\x12\x37\x4f\xc5\x47\x4e\x8c\xed\x7b\x22\x0f\x3c\x16\x8c\xad\x99\xf7\x22\x68\x40\x7e\x3e\x0f\xa5\x82\xb4\x73\x0d\xee\x04\x8c\x12\xce\xc2\xfd\x05\x32\x98\xe4\x7d\x87\xfc\xce\xad\x1c\x8d\xb6\x53\x4c\xe5\x1e\x3e\xd2\x41\x73\x8e\xc4\x3a\xd2\x81\x66\x9d\x00\xb8\x2c\xe4\x2b\x4a\xa1\x6c\x50\xac\xd5\xeb\x2a\x5f\xe8\xd1\x81\x3a\x38\x37\xa4\xf1\xb7\xd9\x8e\x11\xcc\x30\xd7\xa2\xbd\x96\xfd\x10\xe3\xd0\x97\x61\xa6\xf9\xee\x65\x86\xd7\x15\xd7\x7e\x66\x09\x43\x70\xbb\x23\x85\x19\x85\xde\xe5\xe7\xdd\xe8\x83\x3a\x81\xbb\x14\xf2\x2b\xa8\xdb\xf1\x29\xcd\x84\x57\xc3\xc1\x46\x1e\xf6\x66\xad\x83\xa0\x6b\x10\xa6\xb0\x2c\x42\x7f\x0f\x67\x3f\xee\x1d\xb9\x81\x09\xa5\xe7\x01\xc3\x3f\x52\xb3\x9d\xd7\x94\xb0\xd7\x5c\x1b\x3c\x87\x30\xed\x35\x64\x57\x42\x4f\x17\xe8\xf6\xf4\xa1\x93\xe0\x58\x42\xfa\x3d\xbc\xaa\x7e\x08\x12\x6e\x66\x0a\xb5\x14\xf4\x56\x98\xa9\xef\x7e\x62\x0b\xef\x4c\xc5\x7f\xbd\xd6\xdd\xa2\x2d\xd7\x18\xc6\x82\x3f\x1e\x6f\xd6\x06\x76\xe6\xbd\x3a\x66\x81\xbd\x78\xe6\xe9\x54\x32\x60\xbc\x83\xae\x83\x60\xc7\x19\x84\xa3\xf8\xb6\xa9\x0a\xfa\x81\xa1\x00\x0a\x6c\x95\xa5\xb3\x1c\x65\x29\x47\x0b\xf3\xb1\x2a\x57\x65\xef\x1a\xeb\xba\xdb\xb4\xfa\xd8\x1a\xa3\x67\x6a\x59\xe5\x3d\x97\x2e\x9b\xaa\x78\x59\x55\xf8\xc7\x2b\x10\x08\xcc\x5f\xdf\x2c\x97\x7a\x41\xc5\x98\x6c\x1f\xff\x7e\x03\x46\x59\xf8\xf7\x7f\xd5\x37\xab\x7c\x8d\x7f\xb3\x33\x00\xfe\x22\x47\x06\xfa\x81\x5a\x1b\xf3\xa7\xb9\x7f\xf0\x2f\x5d\x60\xe6\x2e\xf3\xab\x5d\x80\x6f\x06\x4c\xdd\xd3\x25\x89\x9f\x39\xee\x43\x90\xb0\x31\x23\x8f\x29\xd7\x3b\xfe\xfe\xb1\x7e\x83\xd6\x30\xf8\x13\xba\xe2\x1f\x76\x6c\xf4\x93\xbc\x71\x4b\xd1\x6b\x65\x37\x32\xc4\xd1\xcc\x8f\x03\x9c\x25\x72\xc9\xf2\x37\x94\x45\x7f\xda\x40\x0c\xe4\x4c\x38\x03\xc8\xbf\x5f\x5e\xe5\x65\x85\xab\xb2\xa9\xed\x56\xe0\x9f\xb8\x19\xf8\x37\x6e\x07\x68\xf5\x77\xb2\x9d\x72\x45\x08\xfe\xb2\xae\x1b\x5e\x1a\xda\x7e\x2f\x71\x87\xc1\x44\x4e\x6f\x90\x51\x9c\xf4\x63\x8e\xe8\x6f\x10\x33\xaf\xbb\x9c\x7e\x60\x76\x82\x63\x03\x03\xff\x34\x07\x80\x00\x30\x36\xbc\x03\xe4\x5d\x96\x75\xf1\xaa\xda\x74\xbd\x6e\xbf\x6e\x75\x7e\x99\x59\x07\xe7\xcd\x0a\x01\xb5\xaf\xf2\x5e\x9f\x37\xed\x8d\xba\x45\xfd\xef\xe3\xff\xec\x7c\x94\x0e\x40\x0a\x7b\xfc\x74\x56\xdb\x79\xb8\x08\xee\x99\x7a\x6d\x83\x45\xa7\xda\x5e\x95\xfa\xda\x6b\x1a\x1c\xac\x10\x61\x86\x37\x39\xc0\xb4\xe4\xbe\xbe\x43\xdb\x9b\x78\x18\x8c\x17\xde\x50\x18\x0b\x5d\x0b\x48\x87\x7a\xb0\x68\x56\xab\xa6\x7e\x0c\x39\x6d\x30\x6e\x3c\xa6\xce\xc1\xe0\x38\x94\x47\xc7\xf3\xa7\x74\x59\x17\xd4\x2f\x65\x55\x99\xbb\x0e\x5f\x8d\xa8\x72\x37\xab\xcb\xa5\xca\x1d\xf2\xd8\xb0\xd5\x90\xe0\x1a\xa2\x73\xe7\x8b\x4b\x23\x70\x9e\x55\xcd\xe2\xd2\xb6\xf3\x72\xa7\xf5\xcd\xf9\x79\xa5\x79\x30\xe6\x26\x6b\xcf\x8d\x90\xf8\x5c\x12\x7c\x1b\xd8\xfa\x5c\xf7\x94\x0d\x06\xeb\xf9\xaa\x4e\xeb\xe9\x0e\x61\xaa\x61\xac\x2f\xa8\x83\xef\x00\x1d\xa1\x13\x6a\x3a\x46\x7b\x23\x08\x68\x0d\xc3\xe3\xaa\x5f\x9b\x5f\x54\xf7\xeb\x1b\x54\xfc\xda\x16\x68\x46\x3e\xab\x6f\x9f\x7a\x51\xdc\x56\xab\xbc\x2e\x46\x4b\x4e\xdb\x1c\xba\x86\x8e\xac\x21\x55\x51\x76\x6b\x70\x9e\xbd\x0d\xd3\xfc\x59\xbb\xef\x49\xab\xf3\xe2\xc7\xba\x0a\xb3\x58\x78\x86\xec\xa1\x3e\x50\x4d\xd5\x92\xb2\xd8\x0e\x68\x18\x1e\xf5\xed\xfd\x00\xf2\x10\x69\x34\x94\x57\xa4\x6f\xc7\x29\xf3\x7d\x67\x55\x7c\x2b\xdc\x11\xef\x8f\x5b\x6a\x63\x48\xae\x8f\x57\x93\x59\xcd\xa1\xca\xf8\x1b\x47\x54\x2b\x3b\xd5\xe7\x97\xba\x46\xdc\x86\x00\x1e\x27\x73\xaa\x83\x02\xc5\xfc\x5e\x1e\x89\xb4\x63\xdd\xe4\x95\x6c\x3b\x76\xfc\xc0\xac\x36\xd7\xff\xbd\x60\xe1\x32\x7d\xe3\x2c\x29\x3d\x07\xc3\x97\xfd\x38\x81\xef\x02\x1d\x23\x69\x94\x90\x09\x93\x81\x8a\x8a\x99\x02\x8d\xf7\x3b\x00\x40\x56\x3b\xde\x6a\x3f\x64\x81\xdd\x80\xaa\x4f\x1a\xca\x13\x50\xd1\x52\x33\x31\x96\x9f\x3f\x69\xbb\xfd\xd1\x38\x18\xf7\x1f\xcf\x97\x66\x3c\xae\x61\x62\x75\xee\x8d\x8b\x11\xb1\x32\xc8\xe8\x7d\xfc\xff\x1b\x36\x4a\x8a\xb7\x7d\xcd\x65\xcd\xcf\xc2\xc7\x2d\x37\xc2\xd9\x27\x8e\xe6\xf3\x50\xf2\xae\x01\xdd\x13\x29\xfd\x21\x7d\x02\x56\x9a\x03\xd0\xa9\x1c\x92\xb7\x6d\x1b\xf0\xac\xbe\xf3\x52\x8d\x2f\xb2\xa1\xb1\x8f\x9a\x4c\xa1\x97\x6f\x3c\x0b\x28\xcb\xa8\x7b\x5d\x18\x30\xc8\x35\x8f\xba\xf1\x38\x85\x03\xf6\x5a\x74\x97\xb5\x8b\x85\x6d\x83\x33\x3b\xee\x62\x95\x97\x35\x64\x08\xf2\x33\x89\xa1\x1b\x77\x97\x40\xe1\xd1\x6c\xc7\x3b\x64\x20\xcf\x39\xe3\x27\x4e\x5d\x95\xf7\x39\x3f\xa5\xbf\x80\x5f\x27\x87\xa7\xea\x08\x3d\xfb\xad\xde\xea\x18\x22\xa2\x7e\x9f\xb7\xe7\x65\xad\xa6\xea\xab\x43\xde\xa0\xd7\xba\xd7\xed\x0a\x36\xa3\x5c\x8a\x20\x37\x98\x9d\xaa\xec\x10\x2b\xf6\x69\x20\xba\x50\x65\xed\x6a\xcd\x6a\x1c\x77\x90\xbe\xc3\xf0\xac\xde\xd2\xd2\xba\x7c\x50\xcd\x5a\xd7\x99\x82\x84\x2f\x5e\xb6\x5d\x4f\xea\xd5\xef\x7b\xb4\xd9\x75\x8b\xc8\x21\xbe\xc9\xce\x57\xce\x06\xa1\xc8\x78\xdf\x06\x00\xfb\x4e\x07\xed\xc1\xc4\xb4\x51\x7b\x1e\x04\xd9\x16\xa2\x9a\xd9\xde\x0f\x66\xb3\xee\x8b\x3f\x09\x8f\x3c\x2c\x19\xbb\xc8\x1e\x19\xb6\xe0\xee\xd0\x8d\x4f\x34\x40\x97\xb7\x28\x12\x08\xc4\xae\x06\x58\x3f\x2e\xc1\x47\xdc\xc2\x76\x56\x11\x62\x28\xc2\x2f\x4a\xd4\x44\xcb\x2e\x07\x66\x1f\x96\xd7\x0e\xcc\x16\x40\x30\x19\x53\xe4\xa5\xd1\xb2\xa3\x23\x38\x6e\x1e\xde\x9c\xf6\x70\xb7\xac\xaf\xea\x74\x8a\x1f\x52\x1a\x58\xdc\xdf\x23\xf5\x01\x9d\xf2\x68\xb3\xc4\x3c\x0c\xe7\x6f\x56\xfc\xc8\x5b\xe7\xdd\x5d\x88\xd3\xec\x33\x6d\xd0\x89\x05\x05\x7b\x26\x47\xe8\xc1\xc1\x91\x22\x98\xd0\x18\xcb\xc5\x60\x07\x91\x45\xd7\x85\xf9\x43\x2e\x68\xa3\xf6\xad\xbb\xcd\x97\xea\x0b\x1f\x35\xe4\x2c\x2d\x18\x7c\x2d\xa7\xbf\x12\x18\x2a\x13\x48\xb3\xb1\x50\xa0\x8d\x93\xb0\x92\x10\xc8\xfe\x30\x85\xa7\x0a\x4d\xd7\xd2\xad\x61\x3a\xfe\xf9\x88\x06\x63\xd7\x04\xa2\xee\x85\x68\x6b\x87\xe6\xa1\xb9\xae\x0b\x5b\x5b\x9e\x0a\x1a\x48\x1a\xc5\x75\x5d\x20\x7e\x53\x2d\x87\xdc\x16\xdc\xbe\x87\x5f\x62\x5f\xec\x30\x18\x3f\xed\x80\x33\x39\xf8\x3d\x89\xf4\x69\x4c\xe7\xce\x11\x0e\x8e\x29\xe3\xb1\x7d\x2e\x7e\xef\x0d\x0e\x26\x91\x21\x82\xb1\xd6\xac\x20\xc5\x2a\x74\xd3\xa4\x48\x85\x83\x73\x1b\x73\xbe\xa9\xbb\xcf\xca\xe0\xfa\xde\x6f\x4c\xbc\x60\x34\x22\x5a\xa9\x7d\xf5\x44\x8e\x61\xc0\x57\x2b\xe1\x96\x97\xba\x52\xbd\xc7\x68\x6b\x0f\xea\xb9\x1b\xb9\x44\x89\x8a\x03\xdd\x6c\xcf\x90\xc8\x06\xbf\xc4\x01\x44\xde\xfa\x6d\x64\x33\x80\x76\x47\x54\x9f\x93\xd5\x30\x08\x34\x47\xb6\x00\x8f\x52\x00\x7d\x37\x00\x30\xb0\xcb\x21\xb5\x6c\xe4\xb7\x14\x48\xa9\x50\xed\x39\x79\xc7\xd2\x13\xbf\xf9\x06\x76\x89\xcf\xdd\x18\x12\x2e\xf9\x61\xed\x29\x4d\xc1\x37\x20\x8e\x15\xf2\x34\x24\x50\xea\x72\x08\x7d\xaf\x1f\x4e\x54\xc4\x93\xbf\x4d\x87\xe5\xb1\xbe\x66\xb7\x10\x05\xfe\xad\x6e\x97\x4d\xbb\xea\x88\x19\xcb\xac\xf0\x90\xd7\x85\xe0\xf9\x9a\x65\xc0\x7a\xaa\x12\x23\xd1\x33\xcf\x43\x71\x57\x3b\x54\xfa\x42\xfe\x79\x2f\x82\x7c\x82\x61\x93\x6a\x80\xcc\x61\xd0\x1d\xa8\x62\x8d\xcd\x9c\xe3\xdc\x64\x95\xaf\x47\xad\xe1\x0b\x23\x5e\xae\x65\xb3\x0b\xd3\xb3\xf4\x5d\x7f\x84\x30\x26\xfa\x4a\xb7\x37\xa3\x05\x30\x95\x77\xa7\x03\xb1\xb3\xf7\xba\x1e\xb5\x99\x2a\x81\x2f\x1d\x62\x9d\xb0\x33\x70\x30\xe6\x84\x34\x6d\x98\xf4\x15\xd7\x43\x3d\x9a\xc6\xfc\x38\xa4\x41\xb5\x2c\xb4\x3f\xe4\x24\xa1\xc3\xe5\xee\x18\xe9\xe9\xe7\xc8\x1b\x33\x29\x7a\x43\x05\x8f\x44\x73\xee\xf2\xa4\x3c\x1d\x0c\x2c\x81\xc9\xf2\x4e\x13\x06\x71\x5c\xc6\xd8\x8a\x49\x36\x71\xf6\x98\xe9\xfd\xc8\x2d\x0c\xb8\xd6\xaa\x3d\x35\xdb\x51\x90\x4c\x5a\xf9\xad\xc8\x5f\x1d\xda\x60\x95\x3d\xd1\x96\x38\xd2\x70\x10\xb7\xe3\x71\x48\xe6\xec\x63\xa1\x5b\xed\x40\x20\xc3\x78\x71\xb4\xd4\x5d\xb3\xd2\xc9\x95\x46\x7f\x91\x88\xe8\xa9\xc8\xf6\xc6\x1e\x28\x34\xc2\xb1\x90\xa5\xaf\x5e\xfc\xca\xe7\x84\x38\xb9\x05\x77\xd9\x5e\x0a\x2c\x0b\x78\x75\x07\x28\xb1\x4f\x34\x0f\x9f\xb4\xc0\xd5\x85\x81\x5b\x30\x62\x9d\xc7\x9c\x1a\x4a\x63\x6b\xd0\x3d\x87\x37\x91\xdc\x3a\xbc\xba\x10\x08\xfe\xbd\xb2\x3c\x8d\x2c\xa5\xad\x9c\xc8\xab\xce\xb7\x8d\x53\x03\x46\xfc\xbc\x05\x77\x5d\x66\x0f\x22\x74\xa1\xda\x27\x20\x62\x52\x47\xfb\x19\x34\x0c\x25\xe8\x20\xfb\xf4\xba\xd5\x57\x74\x9f\xed\x3f\x09\x2f\xd2\x0f\x56\xe0\x52\xb7\x66\x9c\x03\x77\x28\x26\xae\x20\xff\x91\xce\x6e\xd9\xaa\xac\x51\x87\xaf\xa6\xea\x89\xfe\x6b\x0a\x61\x29\xa6\x6f\xdb\xac\x30\x2b\x0e\xa4\x7e\x4b\xfb\x37\x54\x03\x97\x74\xe0\x2a\xa5\x64\xbc\x1c\x4c\x19\xe7\xe6\xb8\xbb\xab\x46\x9c\xcb\xab\x6f\xc0\x8c\xc0\x5c\x9e\x2e\x96\x4d\x12\xe1\xc5\x12\xd9\x9a\x09\xa4\x96\xe7\x22\x25\xe1\x8f\x61\xc4\x03\x66\xbc\x8f\xb6\x59\x1f\x0f\x64\xe1\x51\x22\x57\x29\xaa\x5f\x24\x57\x6e\x43\xfe\xc4\x9c\x76\x08\x00\xdd\xd9\xa7\x16\xd0\x74\xc0\x8b\x49\xb6\x71\xf4\xc2\x76\x44\xfc\x72\x49\x6f\x97\x04\x8d\x8f\x9a\xe0\x97\x71\x95\x5e\x70\x8d\x23\x87\x79\xe1\xb2\x50\x8d\x67\xa2\x13\x97\x5a\xd9\x16\x5a\x44\x1b\x58\x3f\x89\x88\xd8\x28\x35\x29\xc0\x5d\xa2\x48\x6c\x69\x4f\xea\x2a\xb2\x8c\xe4\x99\xc1\x7a\x65\x94\xf2\xc4\xe6\xcc\xb9\x23\xc0\xd0\xfa\x7e\x61\x82\x20\x8a\xa8\x1d\xef\x33\x73\x70\x82\x59\x25\x72\xc6\x20\xa5\x97\xa7\x2f\x45\xe6\x95\x38\x1a\x70\x89\x79\xab\x0b\x5f\xc2\x65\x1e\x58\xd0\x10\xc2\xd4\x2d\x71\xc8\xb6\x8a\x31\x99\xad\x27\x52\xb1\xa7\x42\x6f\x43\x04\x89\xc5\xa7\x13\xca\x26\xe3\x45\x67\xb9\xbd\x37\xe3\x82\x9d\xc2\x4d\x5a\x99\x9b\xb4\x9a\x70\xf9\x33\xe4\x9f\x47\x8f\x2a\x8a\xe1\xf0\xf1\xa3\xaa\xa8\xb7\xf1\xc3\xef\x5b\x46\x94\x6d\xf8\x81\x94\x13\x86\x94\xb8\x76\xa9\xce\xc7\x8f\xea\xd1\x60\x82\xf6\xd4\x65\xe9\xc8\xdb\x9e\x72\x07\x4e\x70\x38\x8e\xb1\x09\x05\x8e\x05\x3f\x25\x5b\x6a\xca\xcc\x1a\xfd\x37\xf1\x9c\x25\xf8\xbb\x85\x7b\x89\xb6\xb7\xcd\x51\x42\x77\xb9\x1e\x89\x9a\x4f\x3e\x91\x2d\x1a\xde\x49\x23\x0a\x7d\xfa\x86\xf9\x27\x7b\xfb\x16\x79\x3d\x0e\x31\x44\xe4\x37\x2a\xb7\x45\xf4\x21\x02\x2d\x08\x5a\x38\x40\xf3\xec\x19\x3c\x01\xc1\xdc\x82\x3c\x45\x0b\x33\x15\xe5\xdb\xe0\x7f\x7d\x93\x4c\xe2\x99\xc0\x1f\xbc\xd1\xff\x48\x76\x87\xd5\xc6\x06\xfa\x7f\x94\x5d\xdf\xb4\x37\xa1\x4e\xdd\x99\x43\xb0\x5d\x92\x55\xfa\x0b\x53\x07\x95\xdb\x6a\x28\xdf\x41\x44\x72\x73\x05\xe3\x43\x40\xde\xab\x5e\xd4\x36\xfd\xcd\xea\x33\x0d\x19\x39\xd0\xb8\xa2\xc0\xc8\xe9\xf0\xe8\x2e\xeb\x76\xac\x89\xde\xd4\x45\xa3\x2e\x70\x90\x94\xa2\x6a\x56\xcf\x67\x3b\xa8\xff\x9c\xed\xcc\x33\x55\xf6\x8f\x45\xaf\x2b\x6d\x78\xc8\x73\x84\x6b\x3e\x96\xcd\xa6\xf3\x40\x4f\xd4\x2f\x65\x7f\x01\x50\xc0\x21\x14\x80\x74\x9b\xb3\x4e\xff\x63\x03\xe3\x96\xc3\xb8\x6e\xea\xc7\xbd\x3a\xd3\xc1\x80\xfb\x8b\xb2\x9b\xd5\x4d\xad\x11\x98\x9a\xcf\x76\x96\x9b\xaa\x02\x50\x90\xc1\x5b\x4c\xbb\xec\x54\xd9\x35\x55\xde\x63\x4c\xda\xb3\xa6\xbf\x00\x6f\x51\xff\xb5\x83\xaa\x7c\xc2\x7e\x5c\x94\x9d\x5a\xe6\x0b\x8c\xee\x7b\x65\x00\xab\x5c\x5d\xe7\x90\xb6\xad\xd5\xe7\x65\xd7\xeb\xd6\xe6\x2c\x41\x41\x3c\xa3\x77\x80\x7c\x56\xf7\xd2\x72\x85\x00\xa8\x1c\xe2\xbd\x37\x4b\xa5\xc1\x5c\x85\xa4\x77\x33\x31\xda\x0a\x8a\x7e\x3f\xab\xcd\x2f\x8d\x69\xf2\xcb\xfa\x4a\xb7\x68\x96\xe9\xaf\xc0\x44\xc1\x18\x29\x92\x3c\x25\xc4\x9f\xd5\x65\xdd\xeb\xf3\x36\xef\xb5\x32\x34\x43\x5d\x96\x75\xd1\xc9\x3e\x09\x03\xa8\xc7\x4c\x75\x8d\x1d\xc6\x8d\x01\x66\x50\x09\xf0\xa3\xd6\x6a\x84\x59\x77\xe0\xef\xff\x97\xbd\x77\xd1\x6e\xe3\x38\x16\x45\x7f\xa5\xc9\xeb\x4d\x0f\xc2\x21\x48\x3a\x3b\xd9\xd9\x90\x20\x6d\x59\x92\x13\x9f\x58\xb6\xae\x29\x1f\xaf\x7b\x08\xc6\x1c\x60\x1a\xe4\x44\x83\x69\x64\x66\xc0\x87\x45\x7e\xc7\xfd\xa0\xfb\x63\x77\x75\x55\x3f\xaa\x1f\x33\x78\x50\xce\xd9\x59\xeb\x68\x65\xc5\x04\xd0\x8f\xea\xee\xea\xea\x7a\x17\xe4\xf4\x77\x2d\x84\x08\x1a\x57\xce\x3f\x41\x50\x00\x38\xfc\xd0\x8d\xc5\x5e\x6a\xe6\xd7\xda\x6f\xa3\xbb\x8f\xf1\xa4\x06\x1c\x51\x95\xf8\x9b\x78\x01\x03\xe2\x54\xa4\x1b\xa6\x3e\xa5\x5a\x14\xd5\x1b\xbe\x6c\xaf\x47\xec\xf4\xc4\x8f\x35\xaa\xf8\xed\x9f\x6b\xb1\x5a\xbe\xe1\x65\x76\x3f\x62\x7f\x38\x39\x21\xbc\x89\x94\xae\x6c\x67\x4c\x73\x91\xdd\xa5\x7e\x27\x9d\xff\xc2\xd1\x02\x3d\x3a\x76\x2f\x24\x26\x6f\x8d\x4d\xd0\x15\x4f\x30\x80\x59\xfb\x70\x6a\xaa\x55\xb4\xbc\x46\x8f\x27\xe5\x93\x96\x24\xbf\xa0\x05\x68\xfc\x42\xc7\x3c\x0b\xcf\xc2\x85\x91\x69\x8f\xde\x9e\x83\x9f\xd5\x2f\xfe\x9e\x5b\x17\x2c\x7f\xe3\xd1\xcb\x3c\xb6\xe1\xea\x42\xa1\x15\x19\x9e\x6d\xbd\x62\xb5\xaf\xca\x35\xc4\xe4\x08\x8a\x25\x48\xc1\xf3\x6f\x6b\x15\xbd\x09\xb7\x2d\x71\xd0\x23\x48\xf5\xa5\x68\x2b\x76\xb3\x74\x32\x21\x44\x37\xc8\xeb\xa7\x7e\x8a\x8a\x54\xd6\x72\x0a\x23\xe6\x62\xa6\x76\x9a\xbd\xf4\xdd\xd1\x14\x8f\x94\xd8\x23\x6c\x6b\xcd\x37\x0c\x06\x6c\x14\x0d\x90\x62\xb6\xf8\xac\x7c\x1c\x25\x1c\x6f\x25\x41\x85\xe7\x8c\xd0\xfc\xa4\xad\x09\x33\x61\x53\x30\x69\xe0\x87\x92\xb4\x45\xc6\x45\x12\xaf\xde\x56\xa8\xf7\x7d\xfc\x3b\xf6\x46\xde\xd7\xdf\x1d\x9b\x4a\xb6\xea\x36\x5b\x6d\x6c\x20\x83\x81\xa0\xd1\xf2\x58\x26\x53\x3d\x03\x1e\xe8\xd7\x75\x56\xcd\xae\x13\xf8\x52\x79\x75\x19\x61\x57\x79\x4c\xe9\x8b\x92\xc2\xa2\x37\x73\x7a\xd6\x93\x64\x79\x6e\xf6\x5b\x4f\xd2\xd2\x44\x42\x96\xbf\xea\x48\x71\x52\xf1\x5b\x07\x39\x93\x8e\x9d\x31\x1b\x5b\xf3\x46\xca\x5f\x6a\xb2\x8e\xd6\x08\xdf\xc8\xed\xd5\xe1\x44\x0e\xc7\x8d\xcf\x4e\x80\xa6\xee\x73\xe4\x63\xaa\xe9\x85\x6e\xf4\xf2\xe1\x93\x6c\xb1\xf3\xb5\x7e\xa1\xbd\x93\x72\xf2\x5f\x0d\x55\x8f\x30\xfa\xd4\x01\x86\xa0\xdf\x30\xcb\xf3\x0f\x42\x83\x05\x19\xb8\x62\x25\x1b\x4c\xd4\x88\x41\x7c\x25\x43\x68\x4c\xcb\xf2\xfc\x5d\xb6\x5c\x16\xd5\x15\xb9\x1c\xc3\x9c\x37\x33\x53\x7b\xda\xbb\xd1\xc8\x5e\xf4\xdf\x8c\xc0\xfc\x50\x2c\xc2\xad\xa5\xab\x91\x0d\x06\xa9\x7c\x13\xeb\xb7\x6a\xfc\xee\xc6\xa6\x55\x50\xeb\xf4\x26\x94\xa7\xdd\x7d\xce\xf2\xfc\xb5\x12\x1c\xa0\x71\x0a\xa0\x91\x89\xcd\xa5\x70\x5e\x8a\xe0\xaa\xf8\xa5\x48\xf5\x61\x59\x64\x5f\x03\x85\xbd\x34\x1d\xb7\x65\x43\xc8\x76\xc1\x48\xc5\xed\x6d\x8d\x90\x91\x42\x0b\xfa\xf1\x68\xc5\xff\x38\xfb\xe1\xfb\x24\x8c\x62\x31\x4c\xb9\xa4\x61\x23\x8c\x92\x00\x7a\x06\xd2\x16\x87\x07\x71\xa8\x7a\x0f\x24\x06\x54\xb4\x21\x7e\x8a\x36\xb5\xdc\xbd\x02\x41\x62\x21\xfc\xf6\xf7\x46\x54\x5d\x11\xab\x0e\xa1\x91\x0d\x2d\x2c\x2e\x3e\xcb\x91\x06\x29\x83\x26\x04\x8a\x48\x23\x9f\x73\x40\x8f\x20\x5d\xd6\x55\xf3\x89\x50\x4e\xa0\x81\xb8\x28\xe4\x9b\x4d\x39\x33\x38\xd4\x55\xad\xab\x09\x3b\x3e\x26\xaa\x77\x62\x9e\xde\x4f\x8f\xbe\x37\xea\xb9\x5d\xa7\xc3\x33\xa4\xc1\xf7\xf8\x40\x0f\xc5\x5c\x0d\x47\x0b\x7f\x58\x77\xe9\x61\x2e\x16\xb0\xc2\xbf\x64\x55\x5e\xf2\xba\x09\xa2\xd1\x81\x9e\x41\x4e\xa7\x84\xa7\xec\xa6\xe0\xb7\x9d\x12\xa6\x72\x49\x62\x63\xc6\x31\x0b\xd4\x07\x95\xe0\x76\xb2\xaf\x80\xfa\xa9\xca\xc5\x64\x9f\xbd\x44\x01\x67\xd4\xd9\xee\x47\xae\xda\x49\xe6\xd6\x56\x7a\xf6\x27\x05\xb5\xa4\x9a\xb5\xdf\x16\xe3\x3b\xca\x9a\xdb\x3c\x54\x12\xd4\x1b\x8c\x90\x48\x62\x49\x0c\x2c\x13\x0b\x1e\x57\xb0\x07\x3d\x09\x09\x14\x24\x17\xc4\xa9\x56\x95\x9d\x6d\x39\x9b\xcb\xe3\xd2\xd2\x00\x43\x39\x82\x4a\x18\xe0\xfa\xc4\xce\xb0\xca\xd6\xb2\x16\xd3\x6c\x5a\xde\x4b\x99\x0b\x8a\xe3\x61\x47\x90\x3b\xee\xc5\x8a\xdd\x66\x50\x3b\x67\x52\x9d\x37\xbc\x2e\xb2\xb2\xf8\x75\xb3\x12\x22\xa1\xa3\x21\x5e\xb4\x01\x13\xf5\xa4\x3a\xcf\xf9\x13\x87\xfb\x9b\xb9\x2e\x6a\xd5\x58\xc7\xa5\xc1\x4a\xdc\xb7\xd9\xfd\xa4\x02\x99\x66\x59\xcb\x99\x6e\x78\x63\x64\x5d\x2a\xbe\x50\x04\x67\x63\x17\xdf\x1d\x9e\x7d\x91\x27\x18\x54\x62\xe9\xb1\x77\x6d\x4c\xdb\xb8\x37\xb7\xe7\xca\xbd\x67\xb9\xce\x83\x03\xb6\xab\x63\xf7\x35\x21\x3e\x86\xd0\xc2\xf1\x27\xee\xd5\x55\x4f\xb9\xef\xf3\x4d\xfb\x6f\xe9\x4e\x4e\xbb\x0e\x97\x62\xa9\xb7\x47\xa5\x3f\x89\xb1\x68\xbb\xb9\x99\xbb\x6f\x7f\xbf\x63\xb9\xbc\xfb\xb6\x0a\xf7\x95\x7c\xd3\xa4\xdc\x6b\x48\xe6\x0d\x58\x96\x54\x19\xb9\x46\xa9\xac\x8b\x39\xab\x04\x36\x9e\x54\xb7\x59\x63\x63\x16\x1c\x54\x01\x72\xe2\x3b\x48\x2e\xf2\x84\xb2\x89\x64\x9f\x01\x1e\x49\x63\x58\xb6\x03\x20\x58\xf8\x33\x0e\x08\xd0\xab\x08\x20\xa7\xa8\x04\xce\xe3\xa0\xa8\xad\x41\x7e\x8c\x89\x9a\x88\x3d\xf8\x5d\xb0\xd8\x33\x22\x17\xad\x59\x35\xd4\x96\xf2\x16\xbd\xe1\x4c\x72\x35\xbd\x33\xf9\xcb\xd2\x73\x91\xaa\x4f\xcb\xf6\x3a\x71\xb2\x84\x05\x57\x32\x5e\x95\x49\x1e\xc7\x93\xee\x4e\xcf\xc5\x39\xf1\x2e\xcd\x14\xa4\x26\x39\x11\x24\x5c\x0f\xc4\x0b\x33\xdc\x50\x09\x6a\xf6\x0b\xe4\x16\xc2\x4b\x80\x43\x5a\x67\x99\xc4\xfd\xe2\xe0\x80\xed\xe1\x37\xe7\x27\x17\x9a\x11\xd7\x8e\x48\x83\xc8\xed\x91\x2f\x48\xb6\x10\x2b\xb4\xc6\xca\x59\x21\x52\x5b\x1d\x24\xe2\xac\xbd\x1c\x48\x68\x75\x69\x47\xeb\xce\x6a\x11\x08\xf8\x5a\xff\x48\xf1\xb4\xe8\xe2\x89\xbe\x8d\xce\x2f\x11\x63\xf7\xf9\x65\xef\x9e\xf9\x5d\xa4\x02\x08\x8e\x35\x2b\xa7\x67\xc2\x87\x13\xae\x23\x68\xcf\xf4\x0e\x8a\xda\x55\xde\x55\x1c\x1f\xda\x29\x87\x51\xf0\xb4\x8e\x95\xca\xac\x15\x57\x1c\x24\x64\x9d\x25\xc0\xf0\x7b\xb1\x24\x01\xf8\xcd\xf1\x31\x96\xa7\x57\xf3\x15\x98\xb4\x13\xc1\x1a\xb2\xef\x45\xbd\xc8\x4a\x0d\xe4\xb5\x28\x21\x1e\xba\xe4\x59\xd3\x32\x51\x71\x33\x84\xbd\x7f\x08\xed\x90\x7d\xbd\x6a\xb1\x32\x26\x3c\xf3\x15\x9f\xf1\xa6\xc9\xea\x7b\xcb\x24\x98\x8b\x6a\x06\x51\xb3\x90\x92\xb9\xf3\xa2\x6e\xb4\x85\x21\x95\xb0\x61\xcd\xce\x59\xd6\x80\x72\x13\x53\x56\x60\x08\xae\x98\x9b\x71\x74\xde\x7e\x56\x34\x4a\xa5\x94\xab\x8e\xb9\xe0\x4d\xf5\x65\xab\x16\x52\xdd\xeb\x65\xa7\xc0\xd6\x7a\xab\x69\x8c\xf1\x8c\x90\x8c\xb1\x5f\xbd\xdd\x8c\xe0\x6c\xa7\x3e\xb3\xac\x69\xc4\xac\x40\x08\xb4\xc2\x19\xd7\xa9\x4c\x32\xd8\x8e\xf4\x7e\x35\x9b\xad\x16\x2b\x54\x33\x2f\x50\xb4\x55\x06\x74\x2a\x32\x8f\xc7\x48\x27\x94\x3f\x16\x72\x57\x53\x7b\x1e\xd9\x72\x59\x16\x88\x29\x66\x57\x4b\x71\x8b\xf3\x0b\x53\xaf\x55\x4e\xc0\x73\x0f\x76\x4b\x41\xcd\x49\xb8\x40\xbb\x7b\x42\x7a\x9f\xc9\x83\x6d\x02\x12\xdc\x98\x82\xf8\x7a\x9c\x14\x51\x18\xb9\xbf\xb9\xa8\xcd\x08\x24\xb0\xa0\xca\x05\xe0\xb5\x02\xd5\xfc\xd2\xa0\xbb\x76\x90\xdc\xc2\xda\xa1\xd4\x5f\x7e\x82\x0b\x6e\xb4\xc6\xea\x2f\xbf\x01\xee\x06\x1b\xab\x6d\xf1\x7f\xf6\x51\xc1\xdb\x87\xa0\xb9\x0b\xb0\x6c\xef\x7e\xe3\x9a\x77\x1a\x2e\x87\xc2\x4c\x99\x59\xb0\x42\x4f\x06\x84\x3b\x9d\xd0\x65\xa7\xce\x1a\x53\xba\xa0\x34\x06\x7e\x8a\x67\xe2\x79\x0f\x6a\xf1\x94\x4e\x7d\x93\xd5\xec\x97\x2c\x65\xbf\x4c\x53\xf6\xcb\x2c\x62\xa7\x74\x5f\x24\x63\xb4\x4c\x7e\xc9\x6c\x12\x43\xa5\x7a\xa6\xd9\xd7\xe5\xcf\xd1\xc4\xeb\xbf\x64\x46\x4c\x0e\xf2\x73\xc9\xf5\xc8\xa1\xa7\x7a\x68\xfc\xca\x1b\x79\xda\x35\xf2\xb4\x6b\x64\x77\x73\xe4\x0c\x33\xa7\xaa\xf2\x99\x65\xc4\x9d\x99\x66\x5d\x33\xcd\x3a\x67\x72\x91\x60\x14\x45\x16\x10\xd6\x1b\x36\x7e\xc1\x1a\xab\x32\x20\x12\x99\x87\x3a\x58\xbd\x6d\x63\x0d\x02\x62\x0f\xe8\x06\xf4\xa5\x39\x38\xb0\xe1\xce\x43\x67\x20\x73\x78\x29\x3b\xbf\x50\x1a\x05\x75\x51\x4c\xa7\x37\xbc\x99\x79\xbd\xd4\xb9\xa8\x0e\xde\xd5\x39\x38\x08\x74\xdd\x6e\x6f\x6f\xcf\xf5\x28\x91\x4d\xea\x1a\x67\xe0\x61\x36\xd0\xb6\xa2\x81\x17\x80\x55\x42\x3e\x2a\x7c\xf6\x91\x5d\x52\xa2\x7a\x09\x5e\x62\xcd\x6a\x06\xaa\x64\x49\xbb\x57\x0b\x70\x79\xb5\x74\x95\x1a\x04\xe5\x53\xdc\x28\x42\x36\x13\xca\x34\x05\x29\xad\x2a\xd0\x44\x5b\x8e\x1b\xd0\x45\x0a\xb9\x76\x9c\x6b\x5e\x73\x96\xd5\x5c\x32\xe1\x91\xb7\x5e\x19\xcd\xa8\xf5\x2d\x38\xeb\x6e\x6d\xbe\xcf\x7a\x5a\xca\x57\xb9\xbc\x1d\xc9\x91\x2c\xc1\x87\x14\x27\x8e\x3e\x0f\x4d\x24\x9e\xdd\x2d\x74\xd9\x72\x32\x8c\x61\x6b\x4f\x94\x62\x3a\x57\x32\xb4\xea\x76\x75\x09\x88\xb4\xae\x52\x83\x1d\x7b\x6a\x11\xec\xe9\x0e\x96\x23\xf5\xd5\xc6\x1b\x15\x9d\x8b\x93\x5a\x3b\x92\x59\x1e\xdd\xa7\x5c\xcc\x06\xa9\x7d\xcd\x0d\x8f\x40\x4e\x05\x5c\xdf\xba\x94\xa5\xf2\x5c\x06\xd1\x5b\x6d\x1a\x25\x16\xfd\xd7\x5f\x6e\x02\x80\x1c\xda\x81\x28\x06\x5c\xd3\x91\xa9\xce\x31\xc2\x20\x7f\x8f\x69\x5d\x17\xd9\xdd\x77\xbc\x02\x8b\x24\xea\xb2\xbd\x8a\x64\x98\x9b\x0f\x9c\xae\xd8\x0b\xd5\x1a\x32\xfe\x43\x68\x3b\x3b\xd2\x5f\x1d\xa1\x84\x40\xb3\xc8\xf0\xdb\xaf\xb5\xf8\xa2\x64\x0c\x12\x5c\x42\x23\x65\x4c\x4b\xf4\xb3\x30\xa0\xb8\x96\x49\xd3\xca\x8b\x78\x28\x9a\x57\xf9\xdf\xb3\x99\xdc\xad\x2c\x65\xd3\xae\x40\x87\x94\x34\x64\x63\x47\x73\x90\xc5\x2c\xa5\xf3\x94\xb5\x60\x28\xa5\xae\xfc\xf0\xa5\x86\x6b\x1a\x35\xb0\xce\x53\xf6\x4b\x9b\x32\xd3\xdd\x4f\x41\xed\xe5\xf9\x73\x62\x17\xe2\xde\x9b\x6e\x51\x95\xe2\xf0\xf0\x42\xf9\xc5\x90\x6f\x22\x37\x14\xbc\x6e\xa0\xef\xc1\x01\x9b\xa3\x7b\x68\xcc\xab\x8d\xee\x8a\x57\x82\x5c\x27\x0f\xf2\x4e\xc2\x76\xf1\x8e\x82\xff\xc3\x10\xf0\xb3\xeb\x6c\xc9\xdd\x03\x51\xbd\x33\x2f\x25\xf3\x78\xcc\xa6\xde\x57\x34\xa0\xc8\x34\x9f\x17\xa5\xe4\xa9\xac\xfb\x7e\xad\x6c\x48\x7b\x76\x80\xf3\xe2\x42\x51\x08\x3b\x3a\xda\xc5\x9d\x3c\x5c\xa2\x9a\x45\x41\xdb\x23\xc1\x9d\x53\x36\x62\x7b\x53\xfb\x39\x63\x23\x96\x69\x22\x36\xf5\x92\x1b\x82\x83\x2b\x49\x26\xf8\x2e\xbb\x33\x3b\xd1\xbc\xb7\xc6\xa4\xaf\x4e\x4e\xa8\x12\xc2\x31\xc0\xe8\x5b\x19\x92\x7f\xa0\x8a\x8e\x98\x1e\x23\x1c\xe7\xd6\x28\x60\x69\xcd\xb9\xf9\xf3\x62\x70\xd1\x1f\x25\xa7\x03\x6a\x34\xac\x4a\x0b\xe0\xeb\x0b\x4e\xfd\x5a\x7b\x0d\x2f\xc1\x3b\x33\x0b\x66\x6f\x68\xc8\xa3\x76\x7e\x48\x4e\xd2\x9e\xb6\x66\x9a\xe8\x0e\x0e\x82\x0c\x97\xbc\xa4\xef\x84\xfc\x78\x4e\xbf\x83\x1a\x46\xfc\x1f\x96\xe4\x76\x54\xc9\x9a\x6a\xc2\xa2\xbf\x87\x41\xe0\xca\x47\x95\x92\xaa\x5b\x94\xaa\x06\x1b\x96\xb2\x53\xfe\x9f\xee\xa2\xad\x88\x20\x27\xf2\x92\xdf\x49\xe1\xd1\xb2\x2c\xac\x15\x4b\xf4\x02\xb8\xce\x40\xe4\x93\xec\xc5\xc2\x11\xbc\x51\x2e\x01\x53\x55\x43\xb0\x6b\x29\x96\x3e\x76\xb9\x3e\xed\x18\x3d\xb5\xee\x9c\x7b\x69\x79\x40\xc2\x23\xe3\x28\xe4\x70\x96\xad\xbe\x88\x21\x8a\xc2\x8f\x6e\xd4\x38\x1d\xf4\xbf\x0c\x72\xff\xf2\x9c\x65\x46\xec\x6e\x85\xd9\x48\xb4\x1a\xd3\xb0\x6a\xbd\x1e\xf6\xed\x1c\x05\xdb\x45\xb6\x6c\x60\x90\xec\x36\xbb\x67\x59\x59\x62\xc4\xbc\x96\x80\xab\xdc\x65\xee\x32\xf4\xd1\x48\x59\x0e\xb5\xdc\x21\x42\x01\xba\x2f\x6b\xb1\xcc\xae\xb2\x16\x35\x20\x1e\x2c\x15\xbf\xc3\x7e\x43\x97\x1c\x28\x23\xf8\x07\xe1\x21\x95\xea\xde\x47\x12\x3a\x34\x7d\xe4\x14\x35\x49\x74\x51\x94\x72\x0f\x2e\x67\xa9\x52\x8a\x47\x48\x0e\x35\xc0\x2f\xb2\x25\xf2\x2a\x0a\x91\xc8\xc9\x1b\xb8\x63\x1c\x0a\xa3\xd6\x72\x2a\xc0\xec\x39\xdf\x58\x67\x63\xfc\xda\xe5\x0e\x07\xec\x93\x64\xc3\x91\x66\x35\xab\xfa\xa6\xb8\xb1\xfa\x96\x1e\xde\xd6\x41\x62\x89\x71\x41\x1d\x44\xdc\x48\xd9\xfc\xdc\xc5\x65\x00\x23\xee\x43\xe2\x64\xd0\x65\xb1\x14\x81\x12\xd8\x37\x12\x51\xa8\x0e\xa5\x29\xaa\x19\x47\x51\xe2\xcb\xa6\x43\x90\x28\xf9\xbc\x0d\x85\xe8\x02\xea\xdd\xe1\xc6\x04\xca\x0e\x66\xb2\x6d\x1f\x1d\x3d\xeb\x12\x5e\x4d\xf7\xb8\x52\x83\x75\x55\x84\xb4\xcd\xed\x13\x19\x7d\x81\xc8\xc1\x5f\xb0\x91\x46\x2f\xfa\x1c\x1b\x04\x52\xdb\x61\x70\x06\xd2\x56\x9e\x85\xdc\xb2\xe3\x7f\xa5\x4a\x73\xcd\x92\xe8\x32\x2c\x70\xf1\x9f\x89\x7c\x2e\xff\xd4\xd7\x6c\xa0\x20\x0d\x61\x78\x66\x44\x3f\x64\xfc\x8e\x4a\xde\x34\x5a\x37\x97\x83\x77\x2a\xaa\x45\xd5\x50\x0d\x4b\xc0\x41\x52\x8a\x88\x59\x79\x9b\xdd\x23\x51\x07\xda\x6b\x88\x51\xa6\xf0\x71\x40\x2e\xb7\x73\x09\xc2\xcb\xbd\x66\xab\xc9\xad\x47\xbc\x78\x6d\xb4\x6a\xee\xed\xa2\xab\xd6\x69\x0c\x94\xe6\xac\xa8\xae\xe4\xcf\x6f\x78\x33\x73\x2f\xa9\x35\xa7\xe8\x39\xe6\xab\xb2\x7c\x17\xc5\x47\xb3\xf3\xf8\x71\x38\x13\x8b\xa5\x68\x40\xd3\x90\xe8\x1a\xc8\x23\x35\x6f\x40\xd5\x89\x20\xe4\xac\xc2\x49\xde\x26\x47\x56\x02\x6d\xe2\x90\x08\x4b\x35\x53\x0a\x60\xaa\x51\xc1\xd1\x4d\xc0\x46\x28\x80\x7c\x6a\x65\x18\xbd\xbf\x8b\xa2\xca\xa6\x25\xff\x89\xf8\x07\x1d\xff\x2d\x01\x57\x81\xc9\x04\xd2\xbf\x3f\xe4\xbc\xe4\x2d\x1f\x24\x5f\x3c\x4c\x26\xc3\xc1\xf1\x33\xaa\xc2\x37\x56\xd7\x88\x16\x3f\xd7\xe2\x1d\xfc\x77\x59\xf3\x9b\x0f\xe8\xad\x74\x82\x9f\xe8\x9c\x46\xf2\x0b\xb5\xa7\x39\xf2\xa2\x9e\xed\x07\x7e\x52\xde\x7c\x63\x16\x98\x86\x30\x19\xba\x9d\x52\xff\x19\x6b\x42\xe1\x70\x3e\x7b\xa1\x26\xda\x71\x27\xc2\xa9\xba\xd3\xbd\x0c\x3d\x62\xcc\x4a\x52\x0a\xf9\x40\x25\x1b\x76\x27\xda\xc0\x95\xca\xf3\xa1\x42\x89\x35\x78\xcf\xd4\xe6\x90\xb9\x29\x37\x2c\xbf\x39\x07\xff\x9b\x38\x27\xac\xe3\xcc\xb1\xfd\xc1\x01\x61\xf7\xe8\xd3\x16\x7c\xab\x9e\xb7\x83\x03\xe6\xbf\x83\x2e\xc5\x4e\xf6\xac\x53\xda\xc3\x43\x88\x89\x98\x4c\xc0\xba\xa4\x0d\xc2\x11\x92\xbd\xb5\x7c\xb7\xdf\x07\x4e\x5e\x1e\xd2\x91\x77\x68\xcf\xdd\x4d\x8d\x76\x24\x82\x79\xb0\xec\xd4\x5d\xee\x60\xc0\x1e\x1e\xc2\x11\x8e\x8f\xd9\x37\xa2\x66\x8a\x66\xb0\x64\xba\x6a\x51\xe7\x87\x5f\xa8\x64\xf6\x8a\xfa\xa6\x9a\xbe\xca\xbd\xf1\xe2\x0d\x88\xd1\x83\xfe\x23\x7e\x7e\x63\x48\x1b\xbe\x5c\xb5\x70\x8b\x35\x99\xf2\xb3\x2a\xcb\x7f\xfa\x12\x51\xde\x1f\xf1\xc5\x43\x0f\x47\xb9\x42\x48\x99\x4b\x80\xd5\x4c\xe1\x16\x0d\x52\xfa\xae\x19\x9a\x66\xdb\xa9\xaf\x06\xf4\x3b\x6d\x29\x20\x27\xed\x99\x0b\x40\x43\xb5\x45\x1a\xe3\x8d\x96\x6b\x97\xca\x7d\x87\xc8\x48\x89\x40\xff\xba\xe3\x70\xf8\xde\x7a\x97\x77\x10\x5c\xf6\xb3\xf0\xb9\x5b\x77\xe5\x83\xab\xae\x24\x1f\x73\xd5\x2d\x97\x60\xbe\x3a\x0f\x7e\x04\x59\xd2\x37\x06\x8d\x7c\x4d\xac\xa6\x03\xb6\xe0\xd4\x49\x70\x39\x76\xba\x51\x0e\xae\x46\xa8\xf1\xc1\x01\x69\x72\x70\xc0\x8e\xff\x86\xb0\xea\x87\xc8\x27\x10\xc1\x04\x81\xf2\x46\x2e\xe3\x9c\xae\x05\x59\xfa\x75\xb2\x34\x21\xd1\x7d\x87\xee\x3a\x9f\x5a\xa2\x4b\x7d\xd9\x09\xf1\xdf\x00\x33\xb4\x03\xb1\x2f\x2b\xad\x81\xc2\x17\xb9\x08\x2c\x96\x7f\xe8\x6a\xa7\x81\xb3\x2d\x9d\x53\x4d\x23\x27\xe5\x01\xde\xe3\x05\xe5\xa3\xed\x3a\x6f\x10\xcb\x00\x8c\xe8\xd6\x79\xd8\xe9\x0a\xe8\x72\x94\x8d\xd4\xe9\x54\xe4\xdb\x44\x35\xa4\xd4\x33\xd6\x52\xd4\xc7\x9f\x07\x44\x96\xfa\xf8\xea\x6c\xa1\x11\xe7\x4e\x12\x45\x19\x1d\xfe\xbc\x57\x28\x00\x7c\x0e\x07\xb5\xee\xde\xcd\x88\x06\xe5\x0d\xc5\x3c\xf9\xc4\xf0\xac\x6a\xde\xb4\xa3\xb8\x86\xe5\xd1\xb7\x14\x3a\xb7\x77\xd4\x75\x78\x93\x7d\x84\x12\x0e\x6d\xb2\xcf\x46\xf6\x9b\x1a\x9c\x4e\x23\xa3\x36\xb3\x5a\x94\xe5\xb7\x55\x2b\xfe\x67\xc1\x6f\x47\xc0\x96\xbb\xad\x1e\xd7\xa5\xe1\xf7\xe4\x8c\x8e\x73\xf0\x70\x61\xcd\x93\xa1\x24\xed\xd6\xd7\x34\xc8\x55\x9f\x4a\x7e\x0f\x51\xd4\x97\xc1\x03\x74\x8a\x16\x5c\x25\xcf\x5c\x44\x9b\xad\xa6\x8d\x5c\x57\xf9\x4b\xea\xc8\x22\x1d\x81\x20\xeb\x70\xce\x18\xc6\x5d\x99\x68\x13\xe4\x74\x9f\xe2\x4e\xa3\xd9\xc8\x55\x75\x3c\x01\x45\xe3\xc8\x88\x9a\x74\x15\x7c\xbf\x23\xb2\x12\x2c\xfd\xcc\xe8\x89\x4a\xd0\x30\x4e\x2c\x56\xfc\xc3\xa1\xe5\x95\x61\x23\x06\x36\xe1\x22\x38\x4f\xb3\x8f\xfc\x9e\x4d\x8b\x2a\x07\x81\x7c\x2e\xea\x30\x96\x75\x52\x4d\xaa\x23\xf6\x4e\xe4\x47\xbf\x8e\xd8\xf9\xa5\xfc\x6d\xcb\x3c\xab\xb2\xcb\x60\xa8\x47\xb9\x67\x89\xfc\xcf\xd9\x75\x31\x6f\x8f\x7e\x65\xa0\xe6\x98\xfd\x70\x36\x60\x87\xec\x75\x5b\x97\xf4\x87\xef\x8a\x6a\x75\x27\x27\x95\x1b\xb9\xe5\xa4\xb2\x8b\x9d\x74\xa5\x41\x37\x48\xb6\xc3\x1a\xac\xb9\x1e\xc6\x7d\x55\xb6\x47\x2b\xba\x98\x95\x5d\x8c\x06\x7a\xd7\xe9\x9c\xbe\x83\x98\x8f\x35\x66\xe2\x67\x63\x1d\x5f\xf0\x49\x1e\xa5\x44\x3a\x38\xa9\xc9\x7e\xca\xea\x55\x05\x11\x74\x22\x65\xae\xc7\x3c\xe2\x9b\x89\xcb\x70\x7a\x42\x95\x9f\x45\x36\xd3\x9f\xd5\x69\x98\xf1\x24\x60\x6b\xc7\x2b\xf1\xdc\x26\xfb\xf4\x40\xb7\x1b\x82\x80\xb4\x72\x16\x43\x18\xf6\xcd\x86\x80\x63\x8a\xae\x6a\xe5\x80\xb4\x76\xe0\x49\x75\x01\xf9\xdc\x3d\xd3\xf1\x19\x2f\xe5\x73\x9e\xb2\xe9\xbd\x6f\x35\xf3\x5d\x37\x54\xf4\x67\xc3\xcb\x21\x49\x61\x35\xbd\x47\xbd\x0a\xa4\x66\x85\x1a\x87\x7e\x79\x1c\xb4\x0f\x24\x9d\x6c\x50\x94\x3e\x33\x22\x05\xc4\xe8\x4d\x4a\xa9\x99\x7e\x51\x75\x6a\x07\x47\x0b\x29\x6e\x60\x91\x11\x3f\xfc\x94\x5d\x8b\xdb\xb8\xf6\xd1\x48\x46\x06\x72\xea\x0d\x20\xbb\x3d\xb3\x3a\x3d\x9b\xe2\x81\xff\xc3\x6f\x1c\xc9\x66\x46\x4d\xd4\x36\x7f\x7a\xc7\x26\xf9\x55\x43\xd0\x90\xeb\x14\xab\xd3\xd1\xa7\x2a\x97\xd8\x5c\xd4\xb7\x59\x9d\xaf\x3d\xcd\x55\xdd\x88\x3a\x51\xad\xd9\x4b\x93\xe2\x8b\xd1\x1c\x61\x41\xa9\x23\xe8\xf5\xf5\xfd\xeb\xeb\xac\x86\xb8\x94\xce\xf9\xf4\xbe\x63\x23\xcc\x84\xab\xad\xee\x26\x48\x50\xfe\x08\x15\x32\xd5\x88\xfe\x12\x46\x9d\xab\xf3\x01\x2b\xdb\xfa\x55\xfb\x1a\xd7\xe4\xc4\x0c\x29\x70\x60\xa6\x96\xdf\xb5\xa6\x5a\xc3\xab\x16\x1a\x0e\x7b\x52\x0c\x8f\xc7\xb6\xb8\xc3\xf0\xbb\x0f\x3f\x12\xf7\xe8\x77\xe2\x06\x0d\x40\x16\x65\xe4\x2b\x3a\xbb\xce\xea\x6c\x06\xce\x94\x68\x10\x2a\xf9\xbc\x65\x09\x7a\xb7\x16\x0d\x14\x39\x80\xfd\x2e\xaa\x49\x25\x7f\x3b\x6a\xc5\x51\x5d\x5c\x5d\x63\xc6\x5d\xb3\x3e\x56\x54\x0c\xbe\x96\xbf\xc3\x18\x90\xb6\xc8\x21\xa5\x78\x16\x72\xdf\xbe\x93\x0d\xc6\xb0\x46\xc8\x92\x16\x1e\xd2\x5e\xb0\x3f\xe6\x2d\xdd\x74\x25\x00\x4e\x07\x00\x3f\xc2\x0a\x7a\x21\x78\x02\x00\x6a\x4f\x3a\xe6\xfe\x46\xed\x58\xef\xec\x4e\x4c\xc2\xda\x09\xf5\x29\x75\xcc\xf8\xb5\x3e\xc4\xde\x29\x4d\xa0\x40\x70\x79\x40\x1b\xf0\x79\x6f\x0f\x0e\xb9\xf5\xf5\xe9\xda\x0e\x8a\xbc\xd9\xac\x16\x0d\x5a\xa8\x4d\xe8\xca\xad\xa8\x73\x08\xdd\xaa\x44\x75\x04\x1f\x40\x87\x97\x95\x8d\x90\x8c\xda\x11\x64\x14\x1e\xd8\x1d\x6d\x22\x3b\x09\x20\x77\x60\x2e\xdd\xa1\xed\x51\x17\xc1\x5c\x83\xb6\x30\x45\x17\xde\xd2\xf9\x77\x9c\xbe\x1b\x69\x61\xf0\x6e\xac\xa5\x73\x6f\x82\xb6\x38\x5d\x0f\xca\xc2\x80\x3d\x38\xeb\xa0\x63\x80\xb4\x88\x5f\x67\xab\xa9\x3c\x66\x8a\x8f\x21\xee\x42\x48\x26\xd6\xd1\x29\x7e\xe5\x6a\xa6\xa1\xc9\xa7\xa4\x6b\xec\x14\xbf\x72\x45\xe9\x9d\x5c\xb2\x94\x50\x77\x3e\x09\xa9\xf6\x5d\x7b\x11\xa4\x8f\xc8\xe4\x41\xd2\x52\x3e\x43\x95\xe8\x18\xb3\x8c\xd9\x09\x9f\x45\xed\x03\x28\x34\xb1\x26\xbb\xfd\x69\xb9\xc4\x14\x0a\xe6\x9b\xef\xc4\xad\xfd\xc6\x77\x93\x69\xb9\xe4\x63\x93\x0a\xea\xa1\x87\x59\x3c\x25\x83\x00\x56\x8e\x98\x50\xdb\x19\x2a\x0a\x09\x19\xc7\xcc\xbe\xce\x15\xc9\xf3\x36\x62\x47\xe4\x63\x24\x09\x84\xfc\xf5\x35\xec\x87\x3d\x0e\x04\x30\x65\x99\x7c\xda\x22\x02\x38\xec\x5f\x6c\x03\x63\xe9\xb7\x60\x6c\x35\x4b\xc7\x58\x7b\xa6\xc1\x76\x2b\xef\x82\xe5\x67\x51\xe7\xd1\x40\x60\xd9\x01\xb6\xa3\x15\x70\x4e\xaf\xb3\x86\x27\xf0\x76\x57\x7e\x89\x7a\xbf\xdb\x9e\xde\xdf\x83\x03\x73\xf0\x1d\x61\xbd\x6b\xa0\xd6\xff\x08\xb2\x78\x3e\x77\xfa\xdf\x63\x44\x3d\xa0\x95\x36\xba\x77\x2f\xd0\xfa\xd6\x3d\x09\x4e\x6d\x14\xdb\x0e\xc6\x1e\xa8\xcc\xbd\x39\x38\x60\x64\x57\x09\xfe\x01\xe2\xb9\x44\xc1\x24\x5c\x87\xba\xee\x98\x84\xf4\x74\x30\x88\x9e\x7d\xd4\x14\xa5\xff\xc1\xd8\x21\x02\xc0\xd7\x4f\x3e\x50\x4d\x0f\x36\xdb\xac\xc7\xb8\xf2\xdc\x73\xc0\xa4\x2e\x69\x2d\x5f\xa2\xef\x6c\x34\x19\x02\x5f\x6a\xbd\x72\x17\x2f\xee\xd2\xe6\xa7\x30\x14\x9b\xd0\xfa\x9d\x79\x0a\xc2\x40\xd4\x6c\x96\x2d\x78\x79\x04\x71\x62\x0d\x4e\xd7\xf3\x60\x2a\x80\xba\x9f\x4c\x17\xe2\xcd\x1f\xcd\x38\x20\x3d\x4f\xa9\x9a\xa8\xe7\x31\xf5\x0e\x23\x78\x4e\x8b\xaa\xe5\x35\x6f\xda\xa2\xba\xfa\x5e\xe4\x26\x1f\x52\x05\xa5\xf3\x54\x91\xc5\xf7\xb5\x58\x3a\x1e\x61\xf2\x57\xb4\x5f\x2e\x6b\xb1\x4c\x68\xb3\x50\xbc\x24\xa8\xa6\x9c\xc3\xc0\xfb\x2b\x07\xd9\xee\x08\xff\x22\xcf\xa0\xea\x55\x42\xbe\x7f\x70\x0a\x63\x2f\xd8\x57\xec\xe1\x81\x1d\x9f\xff\x6d\x32\x69\xd2\xe1\xb3\xd1\x85\xcd\xb3\x4f\x6f\xad\x19\x2a\xd5\xe3\x0f\xc0\xe0\xab\xe6\x28\xea\xa6\x7d\x7d\x5d\x94\x7e\xa1\x4e\x85\x65\x50\x16\xc9\x08\xbc\xe8\x3b\x1e\xe3\x28\x54\x21\x18\x53\xde\x4e\x85\xef\x0e\x55\x25\xe3\x6f\xab\x8a\xd7\x78\x7f\x50\x6a\x23\x6b\x27\x1b\xc5\xe8\x63\xaa\xeb\xde\x61\xae\xe3\xfc\xeb\x7b\x36\xb2\xdf\x89\x25\xaf\xe4\x77\xd6\x23\xe8\x6c\x96\x55\xa6\x77\x7b\x5d\x8b\xd5\xd5\x35\x9b\xc9\x95\xc1\x4a\x21\xc6\xa4\xe1\x5c\xd5\x7e\x01\x67\xaf\xcc\x39\x69\x33\x92\x6c\xae\x88\x15\x7e\x67\x5c\xc7\xb3\x56\x07\xac\xc1\x2a\x9e\x3d\x0b\xac\x44\x15\x96\xaa\xb0\xab\x58\x8a\x66\x08\x50\xa8\xa0\x34\xa8\x39\x67\xbe\xc4\xba\x20\xf2\x5b\x3f\x56\x19\x9e\x45\x97\x4a\x4d\x6b\x9e\x7d\xf4\x53\xbd\x74\x60\x2a\x2d\x07\xea\xa3\x20\x33\x49\x5d\x2b\x5b\x20\x84\x45\xb3\x3c\x65\xee\x62\xd4\x0b\xce\x46\xf8\x17\x41\xd0\xc7\xe0\x3c\xd9\x18\x96\x19\xbf\x10\xaa\x30\x22\x98\x8a\xdf\x9b\x52\xfc\xca\x40\x06\xbd\x25\x9a\x43\x1b\x07\x00\xa7\x9c\x22\x49\x51\xac\x10\xfc\x54\x6e\x6e\x67\x9b\x56\xa4\xec\xe8\x14\x9c\x33\xb0\xd1\x10\xfe\xdf\x31\x65\x20\x3c\xe1\x9c\x43\x5e\xe5\xb8\x72\xfb\x91\x2c\xdf\xdd\xb9\xc8\x20\x38\xbf\x3a\xfa\xf0\x62\x77\xe8\x7d\x70\xa0\x94\x8c\x73\x74\xca\x46\x68\x9b\x09\x88\x38\xf6\x61\xe2\x86\xd7\xd6\xcb\x15\x6e\xe4\xac\x2d\x66\x8c\x97\x1c\x4b\x52\x59\xa9\x31\x46\x3b\xe1\x06\x7b\x02\x5f\xc7\xb3\xe4\x90\x08\xcb\x30\x98\xd7\x28\x22\x13\x86\x14\x7f\x3b\xa8\xbb\xe4\x44\x04\xc2\x17\x14\x77\x84\x3b\x0e\x76\xf0\xa2\x43\x1d\xc9\x5d\x9e\x73\x3f\xaf\x08\x79\xde\xe3\xc6\xe0\xae\xb7\xdc\x13\x72\xe4\x74\x86\x77\x93\x1f\xfe\x27\xaf\xdb\x62\x96\x95\xe5\x7d\x4f\x4f\x02\x6b\x0e\x54\x4d\x0a\x05\x08\x12\x7c\x7a\xa9\xc6\x1d\xd9\x71\x3f\x40\xe1\x8c\xaf\xc5\xaa\xca\xb3\xba\x6b\xec\xc7\x0d\x38\x0d\x48\x8d\xbe\x5a\x46\x0e\x54\x4e\xf0\xd3\x32\xf2\x74\xd3\x5d\x77\xb2\x65\xf4\x4d\x91\x8b\xdb\xaa\x63\x92\x37\xe2\xb6\xea\x9f\x26\xc8\x5e\xb1\xcc\xae\xf8\x5f\xb8\xc4\xb5\xa8\x12\xd3\xc4\x5a\xc0\x7e\xa9\x1a\xcb\x72\x3c\xec\x93\x9a\x84\x93\xaa\x81\x58\x0c\x67\x65\xc1\xab\x56\xff\x5e\xc8\xc7\x12\x3f\x0c\xd8\x11\xfb\x43\x17\x4b\xf9\x3e\xbb\xea\x42\x40\x4c\x19\x8c\x59\x76\x1e\xd5\xf2\xd2\x4d\x15\xe7\x31\x44\xa5\x98\x18\xaa\xb6\x3a\x11\x2d\x0d\x36\xab\x8f\x37\xa5\x98\xc3\x9e\xae\xb6\x37\x41\x74\x48\x8c\x01\xda\x99\x10\x75\xde\xbc\x92\x5f\xf9\xa3\x11\x9d\x32\x1d\x00\xcc\x1a\x3f\xf2\x59\x6b\xa4\x22\xf8\xe6\xcd\x0f\xef\x86\x57\xbc\x85\x4b\x50\x54\x57\xaf\xe1\x04\x65\xb3\x84\xf6\x46\x23\x32\x5d\x8e\x86\x07\x53\x08\xc1\xdf\xc3\x56\x2c\xd9\x0b\x32\x13\x7c\x41\x1b\x4c\x45\xdb\x8a\x05\x7b\x4e\xdb\xa8\xef\xa8\xc0\xe5\x0c\x78\xe4\x0f\xf8\x3c\x80\x1f\xff\xc2\xd3\x61\x47\xf1\x5f\x3f\xc0\x50\xde\x4f\x14\x5f\xc9\x19\xe0\x6a\xd9\x98\x66\x12\x73\xcd\x42\x49\x64\xb7\x53\xf6\x89\x81\x15\x0d\xc0\x9f\xec\xa7\xec\xfe\x9d\xae\x79\xd6\xbb\x20\x83\x27\x78\x8f\xd6\x19\x69\xe4\x3c\xd6\xc6\xaf\x2a\x5f\x77\x5a\x6e\xfa\x68\x8a\xc4\xe9\x38\xd9\x92\x57\x32\x4a\xb6\xe8\x5d\xdd\x84\x6c\xc1\x14\x1d\x64\x4b\x8e\xd5\x41\xb6\xc8\x34\x01\xd9\xc2\x67\xcf\xa1\xdc\x8a\x2c\x74\xb3\xf5\xaa\x76\x05\x6c\xb0\xfc\x1b\x0a\xf6\xe8\xd2\x5d\x78\x57\xd2\xf0\xdd\xf1\xde\x07\x6f\x7c\x72\x1b\xc8\xa3\x33\xa6\x8c\x35\x70\x68\xce\x83\x44\x4c\x60\xba\x12\xc1\x88\x96\xbf\xb0\x48\xb8\x1d\x34\x5e\xaa\x20\x5f\xdf\xe4\x02\x68\x93\xa4\xab\x0c\xef\x31\x07\x2a\x53\x5b\xd1\xaf\x6b\x11\x53\xa9\x94\xb6\x22\x95\x79\x15\x68\x2a\xf6\xd3\x93\x93\x54\x2f\x78\x30\x88\x17\xc4\x00\xb2\x02\x13\x6a\x92\x61\x76\x8d\x0e\xd5\x44\xd4\x84\x7a\xaf\x3a\xd8\xcf\xb0\xbb\xcb\xed\x53\xd6\x61\x23\x53\x05\x30\x77\x80\x53\xb7\x75\xb6\x64\x4b\x51\x54\x6d\x2a\x05\x7c\xf5\x3b\xaf\x72\x48\x41\xa3\xcb\xa6\x1a\x61\x8d\x15\x90\x71\x06\x1e\x74\xc9\x9b\x0a\x95\x60\x07\x20\x8c\x3f\xec\xfa\xc0\x43\x85\x44\x2f\x5b\x18\xb9\x1f\xea\x95\x82\x0b\xd5\x77\x6f\x5b\x61\x7d\x9e\x63\x8b\x9c\x67\x45\x89\x19\xc1\x33\xcc\xcf\xd7\x62\xfe\x3f\x95\x32\x40\xad\x59\xc5\xc2\xe9\x0d\x68\x54\x95\x04\x9e\xa7\x10\xfe\x66\x79\xe6\x49\x85\x9b\x92\x95\x35\xcf\xf2\x7b\xa6\x92\x92\xe3\x1e\xc2\x9f\x05\x2d\x59\x0f\xfb\x05\x39\xe9\x17\x00\xba\xc0\x94\x0c\xf1\xe6\x90\xfd\x47\x22\x91\xfa\x29\x84\xb2\x7f\xd3\x23\xba\x97\x1d\x77\x1d\xaf\xe7\x9a\x6d\xdf\x06\xc4\x33\x15\x56\xbf\x06\xae\x8e\x2b\x11\x50\x42\xcb\x29\x0f\x8c\x10\xba\x01\xb4\x64\xdb\x7b\x60\x7d\x5b\x6d\xb0\x83\xbb\x40\xaa\x45\x61\xfa\x3e\xb4\xe2\x9d\x7c\x3f\x8b\xea\x4a\x09\xcf\x89\xe7\x8b\x91\x62\x02\x53\xf7\x85\x98\x43\x59\x63\x6b\x87\xd9\x9d\xc5\xc4\x70\x29\x84\x00\x82\xa0\x22\x62\xbc\x5d\x03\xc0\xef\x52\xb3\x87\x87\xf5\x9d\x22\x7d\xc8\xc6\x28\x87\xf1\x75\xc3\xa8\xb8\x62\x5f\xa7\xe2\x8d\xf5\x9c\x96\x7c\x32\x51\xd2\xeb\x86\x3e\x94\x43\x1f\x9d\x06\xc1\xd6\x7b\x66\x6b\x1e\x1e\x98\xf9\x30\xe4\x41\x8a\x53\xca\xa9\x3b\x49\x4a\xf0\x9c\x3c\x1d\x37\xe4\xd4\x43\x95\xbf\x19\x13\xdf\x10\x9d\x53\xdb\x15\x05\xc9\xbc\x44\x1d\xa2\xbf\xf1\x0c\x77\x3a\xab\x3d\x60\x4d\x24\x35\x3b\x0c\xad\xb6\x2c\xab\x66\xd7\xa2\x4e\x19\xfa\x74\x8c\xba\xb0\x9a\xb2\xe7\x8f\xde\xab\xbd\x72\xf6\xe2\xb3\xfa\xf1\xac\xb9\xcd\x5a\x69\x65\xce\x48\x7e\x29\x1f\xab\xa2\x85\xf4\x69\x58\xf0\x1b\x33\xb6\xa6\x12\xdc\xac\xba\x8f\x5c\x79\xef\xfe\xb1\x71\x47\x62\xd2\xf1\x8b\x4d\x2e\xab\xcb\x67\xbe\xc5\x43\xd8\x0e\x7c\xa7\xf5\xa4\x02\x24\xa0\xeb\x61\x1d\xcb\xc1\x3e\x9f\x77\x39\x01\x3f\x8b\x68\x65\x09\xe2\x66\x6e\x62\x31\x6f\xa2\x6e\x7a\xa4\xae\xc6\xb5\xb8\x45\x34\x8d\x28\x4e\x36\x45\x6a\x45\x80\xe0\xcf\x2b\x91\x95\xaf\x45\xb9\x5a\x54\xeb\x65\xde\x18\xc0\x6b\x04\xdf\xa8\x3c\x44\x15\x5d\xdb\x78\xae\x61\xdb\x4d\x9c\xc9\xfc\x03\x31\x9b\xba\xc6\x81\x6c\x8d\xa2\x08\xce\xa0\xd3\x6d\x2b\x55\x81\xf2\x25\xcf\x6e\x40\x89\x2f\x7f\xc0\x7d\x67\x45\xc5\x96\x65\x36\xe3\x11\xdc\x8c\x38\x64\x45\x16\xba\x9d\x57\x4b\x37\xa0\xa1\xda\xd2\x42\xe1\x2b\x2d\x23\x60\x3c\x15\x8a\x98\xd1\xce\x02\x10\x32\xc8\x11\x10\xd6\x99\xeb\x22\xb3\x46\x2d\x74\x76\xda\x08\x8b\x18\x43\xb5\xc0\x36\xa7\x1b\x6d\xe0\x9f\xb5\x09\x42\x46\x7d\xb2\x36\xc5\xc8\x73\xb0\x50\x6e\xe7\x76\xed\xf9\x55\x0d\x8c\x24\x10\x68\xe4\x71\xc2\x98\x07\x56\x6c\x0f\x76\xc4\xd5\x35\x6e\x58\x04\x86\x2e\x44\xdd\xd9\x0d\xcb\x83\xa1\x1b\x4b\x3b\x7c\xb1\x62\x00\x6c\x8c\xa7\x3d\x0e\x59\x64\xd2\x1e\x24\xed\x77\xc8\xd2\xad\x36\x32\xfb\x77\xe2\xe9\x06\xa6\xfe\x4d\x51\x75\x5b\xa3\x3e\x0e\xd1\x69\xd4\x8f\xaf\x6f\xcb\xdd\x17\x75\xbf\x39\xdf\x81\xa1\xe7\x28\x3a\xcc\xf9\xfd\x50\xec\x68\x26\x53\x30\xc5\xcc\x64\xeb\x8e\xf1\x69\x86\xb2\xdd\xe0\xef\xba\xd1\x71\x83\xd9\xce\x2b\x58\x63\x32\xd3\x07\xb5\xde\x64\xb6\x9e\x64\x77\x1b\xb5\x36\xbd\x0a\x31\xab\x13\x36\x0b\xac\x4e\x31\xc0\x37\x43\xaf\x4e\xd3\x93\x9d\xc9\xd3\xe1\x46\xe6\x0a\x78\x5e\xdd\xa6\xc7\xf4\xf3\xf4\x8d\x8c\x18\x6d\x36\xdd\xda\x98\x66\x1c\x9b\x05\x9a\xf1\xd8\x52\x36\xde\xda\xb8\x7a\xdc\xce\xd4\xb1\xb5\x11\xf5\x78\xef\x54\x81\xda\x72\xaa\x74\x54\x1d\x27\xda\xad\x73\x5c\x73\xb3\x9e\xa0\x75\xa4\x80\xba\xea\xc7\x0d\x81\x8d\x10\xd6\x9d\xa1\x5d\xaf\xad\xa3\xe0\xf6\xab\xec\x2c\xa4\xbe\xca\xae\x13\xbc\x5d\x95\x76\x1b\x43\xdc\xa7\xb6\xb3\xf0\xba\x6a\xbb\xcf\x0a\x6d\x2b\xb6\xd6\x85\xe6\x62\xb6\x92\x4f\x42\x44\xe1\xf0\x46\xcc\xf4\xde\x76\x8a\xe6\x9f\x7a\x75\x27\x9f\x94\xac\x35\x62\x27\xec\xb1\x4b\x9a\xdc\x4a\x1d\xda\x0f\x2e\x6e\xed\x93\x81\x0d\x34\x73\xbb\xc0\xde\x89\xca\xd1\x25\x60\xbf\xcf\xb9\xe3\x51\xfb\x35\x55\x39\xec\x7a\x28\x1d\x18\xdf\xbf\xac\xcf\x7a\x32\xbd\x8b\xda\xfe\xf0\xf0\x8e\xa9\xf5\xb4\x45\xdd\xbb\x96\x57\x65\xb9\xd5\x42\x3a\x22\x22\x47\xf4\x6e\x74\x83\xde\x1d\x22\xb9\x66\x4d\x6f\xef\x96\x59\x4c\xa1\x37\x03\xce\x50\x2d\x13\xcb\x50\xc7\xa9\xd4\x06\x8b\x74\xb2\xf8\x62\x4f\x9e\x7f\xa7\x49\x53\xa3\x9d\x3c\x17\xd9\x32\x71\x0b\x34\xc7\xc8\x1b\x2a\xc6\x3c\x63\x27\x26\x37\x4e\x83\x8d\x19\x98\xe5\x6f\xb0\xd1\x1d\x31\xb0\xb5\xce\xe4\xb3\xe3\x0e\x13\xac\xf1\x98\x6c\x93\x3a\x4c\xa5\xa0\x6c\x58\x99\xd5\x57\xc0\x90\x67\x15\xda\xd5\x2c\x06\xb3\xef\x05\xa4\xa1\x04\xfb\x9c\xb6\xc1\x41\xe5\xae\x5b\x51\x7f\x64\x45\xd5\x88\x79\x56\xb3\x4c\xe7\xa6\xab\xae\x56\xd9\x15\x9f\x54\xe7\xaa\x00\x71\xbd\x91\x7e\x41\xf7\x1b\xea\x3f\x06\x50\x0b\x6c\xd5\x70\x36\x5d\x15\x65\xde\xb0\xd5\x92\x65\x90\x8a\x6d\x52\xa1\x9f\x2e\x6b\x6b\x1e\x7b\xc2\xde\x67\x35\xaf\x94\x84\xb0\x21\x92\x3c\xc1\xec\x83\x95\x11\x3c\x93\xc4\x4c\x54\x2d\x7a\xd2\xae\x71\x29\x76\x6d\x3b\x64\x14\x95\x3e\x73\x2f\x49\xd4\x58\x68\xd0\x78\x4e\x42\x8c\x20\xf4\x41\xfd\xd8\x0a\xf6\x62\x6c\xa2\x6b\xc3\x84\x58\x09\x6d\x68\xa3\x70\xc9\x08\x38\x3c\x0d\x61\x0a\x47\xd9\x4b\xb0\x9e\x83\xee\xb3\x84\x9d\xde\xbc\xa2\x83\x6a\xef\x1b\x9e\xec\x6e\xb9\x03\x6f\xaa\xac\xb6\x6b\x4b\x9d\xe5\x04\xca\xe9\x5d\x0d\x28\xe6\x46\x15\x8b\x65\x59\xcc\xef\xb5\x15\xbb\x86\xc4\xa1\xf6\xa6\xfc\x7c\xcd\x2b\xb6\x58\x95\x6d\xb1\x2c\xb9\xa6\x3c\x99\xc9\xb6\xcb\xf3\x74\x52\xd5\x3c\x5f\xcd\xc0\xb2\xd2\x0a\x56\xb4\x0d\x93\x2f\x84\xda\x75\xf6\x43\x7b\xcd\xeb\xdb\xa2\xe1\xa9\x72\x1d\x20\x98\x59\x34\x18\x09\x09\xde\x6b\xa9\x2e\x36\xa0\x06\xca\xb4\x23\xaa\x85\xc6\xb9\x18\x0a\x70\x5a\xb8\x64\x93\x7b\x31\x5b\xd5\xa6\x50\x15\xb9\x07\xf4\xba\x90\xec\x2e\x10\x55\xb5\xaa\xbd\x7c\xdc\x2f\x1c\xa3\x25\xed\xda\x41\xf7\xce\xe5\x18\x72\x57\x2e\x06\xc4\x3d\x59\x95\x45\x54\x3f\x05\xee\xa6\x9b\x8c\xdb\xc1\xb0\x9a\x31\x81\x45\xbd\x70\xac\x72\x16\x35\x7e\x13\xcb\x9c\x5b\x54\xac\xe4\x2d\xff\xfa\x3e\x9e\x44\x80\x64\x4e\x50\x7e\x78\xf1\xf2\x7d\x1d\x7e\x84\x3a\xf9\xd2\x64\x1f\xa7\xb1\xa7\x39\xd9\x27\xcd\x6c\xf9\x1c\x13\x50\x59\x5d\xf1\xaf\xef\x7f\xb4\x46\xa1\x88\x95\x89\x3e\x9d\x3a\x08\xd2\x33\xff\x6a\x6b\xac\xa4\x4d\x91\x84\x3f\xad\x90\x12\x9c\x9c\x77\x7a\x9f\xd0\xab\x4b\xc7\xd0\x8d\x9e\xc3\x74\xb1\xb2\x11\xfe\x22\xb5\x56\xce\xac\xd1\xb4\x34\xe5\x6e\xd5\x98\x2f\x36\x1e\x53\x29\x19\x82\x21\x55\xa2\x7d\xc3\x19\xe8\x2d\x81\xf1\xfd\xe5\x40\x06\x7e\xe3\x68\x2b\xe9\x56\xa4\x61\x98\xfc\xce\xee\x22\x7b\xc9\x3e\xa9\xe7\xe8\x91\x49\x56\xcd\x24\x16\xa2\x87\xa1\x5e\xac\x4e\x6b\x34\x52\xf9\xc7\x98\x0d\xcf\x64\x18\xec\x28\x9d\xd1\x7b\x09\x28\xa7\x63\x72\x36\x92\x63\x8f\xe6\xda\xb0\x3f\x13\x7e\x07\xb3\x72\xfa\x2e\x9a\x3a\xc9\x11\x66\x5e\x0c\x31\xda\xd8\xea\xc1\x85\x33\xab\x2a\xb1\xaa\x66\x7c\x28\xe6\x0a\xb4\xe5\x75\x9d\x35\x3c\x99\xec\x5b\x7a\x88\x83\xe4\x90\xb3\x71\xe4\x97\xf7\xea\x64\xb5\xa8\x6a\xeb\x63\xb1\x7c\xd5\x8a\x45\x31\x4b\x5a\xc9\x4c\xb5\x10\xb4\x11\xea\xb7\x00\xeb\xa0\x81\x29\x51\x26\xe6\x04\xdc\x01\xf5\x79\x50\x71\x3b\xea\x25\x91\x72\x0c\xf4\x74\x4a\xd7\xd3\x95\xc2\xfc\x58\x4d\x02\xd9\xda\xb9\xbc\xae\x73\x35\x61\xf0\xf0\x2a\x42\x3d\xe5\xed\x2d\xe7\x95\x09\x90\x4c\x99\xc1\xde\x58\xb0\x31\xa3\x77\xfa\x39\x84\xe2\x1c\x1c\x30\x60\x2c\x96\xa2\xe9\x88\x84\x5c\x7a\x01\x25\xe0\x7c\xe1\xf9\x5b\xb0\x48\xb9\x88\x25\x44\xd7\x98\x24\xba\x9a\x48\xbe\xbe\xce\xe4\xcb\x64\xb6\xda\xec\xf2\xf8\x85\x25\xa4\xe4\x1c\xbc\x77\x8d\xfa\x96\xeb\x56\xca\x57\x94\x70\xf2\x45\xc5\x5f\xb5\x72\x57\x4c\x72\xe3\x54\xb5\x76\x63\x7e\xa8\xc7\xa5\x9c\xeb\x85\xeb\x69\x29\xbf\x7a\xee\xf8\x32\x7e\x75\xe2\xe6\x75\xdc\x3b\x3e\xff\x1b\x9b\x4c\x5a\x1d\x02\x67\x32\x29\xa3\xeb\xa4\xe4\x67\x4c\xa2\x33\x39\xda\x11\x75\x1d\x0d\x0a\xbd\x62\xef\x73\xfc\x8f\x9b\x4b\x5f\x5e\x97\xc9\xa4\x0d\xea\x66\xdb\xcd\x96\x0d\x03\x66\xb6\x04\xd6\x6c\x55\xb5\x68\xf4\x4f\xf4\x66\xe0\x5e\xb5\xd9\xf4\xac\xf8\x95\x0f\x54\x16\xfb\x31\x74\xf8\x37\x76\xc5\xdb\x6f\xc1\x23\xef\xa7\xaa\x68\x75\x39\xcc\x87\x87\xe8\xf7\xcf\x22\x48\x4f\xea\x9c\xc0\xb8\x07\x07\xac\x6b\x65\xec\x88\x15\x6a\x75\x6c\xb2\xff\x8c\x15\x87\x87\x61\xbc\x98\x93\xc7\xdc\x1c\x23\x86\x79\xb9\x7e\xa1\x7e\x18\x32\x6d\x3c\x2f\xaa\xfc\x75\xb9\x6a\x5a\x5e\x7f\x5d\xf3\xec\x63\x62\x8e\x28\x38\x1a\xea\xa4\xab\xd1\xf3\xd0\xfe\xec\xbd\x90\x64\x92\xb1\xbe\x53\xd0\xb6\x5a\x2d\xa6\xbc\xf6\x9c\x88\x5d\x2c\x6d\x20\xa8\xca\x5b\xb2\x1d\xd0\x89\xf1\x3f\x65\x23\x76\x74\x1a\x75\x84\x8d\x90\x30\x33\x88\xe3\xff\xfc\x48\x72\xa4\xc9\xbb\xe6\x72\xaa\x29\x13\x35\x34\x0f\x78\x52\x28\x49\x47\x6c\xec\x93\x8a\x94\x79\xc4\xc6\x0e\xdb\x8a\x37\xb9\xc3\xda\x4e\x49\x41\x54\x01\x1f\x83\x8d\xa9\xf4\x6d\xd6\xcc\xaf\xab\x12\xae\x01\x20\x54\x89\x47\xe6\xd7\x4a\x79\x97\x56\x81\xa5\x75\x63\x62\xe5\xa7\x9e\x20\xd1\xa9\xe8\xf9\xbd\x2d\xed\xa2\xec\x1d\xcd\x9b\x11\x4f\x99\x41\x7a\x98\x9b\xa8\x32\x31\x48\x46\xff\x59\x40\x6d\x96\x88\xb1\xeb\x1c\xdc\x63\x19\x2b\x54\x57\x5c\xf1\x53\xd1\x9d\xc5\x12\x5a\x38\xc8\xae\xff\xf9\x71\xa8\x8f\x2e\xb9\xd3\x21\xb0\x3b\x5c\xf4\xae\xfb\x6d\xd2\x65\xe0\xab\xe5\x53\x75\xc3\x33\xc2\xdb\x8b\x09\x25\x9c\xe1\x0d\xa7\x18\x6f\xe0\x07\xd2\x75\x66\xe6\x90\xf3\xfb\x8e\x99\x3a\x8d\x86\x14\xdf\x0f\x0e\x4c\xdf\x3d\xe8\xbc\x41\x04\xaf\x59\xd7\x9e\x22\xbf\x92\xc6\xcb\x0d\xda\x53\x27\xeb\x0b\xfb\x1d\x69\x3d\x82\x88\xde\xb5\xb4\x69\xb9\x15\x55\x92\x37\xdf\x24\xc6\x5a\x55\x6d\x51\xfa\xfa\x61\x39\xf7\xa4\xda\xc2\x27\x06\x2c\x1d\x84\xfd\x22\x1e\x39\x83\x14\x55\x64\x12\x6c\x28\x6c\x60\x8a\xfa\x4e\xaa\xdb\xeb\xa2\xe5\x18\xf1\x00\x35\xef\xa1\xc4\x83\x24\x19\x45\x03\x2a\x78\x53\x4d\x1c\xda\x44\xe8\x91\xef\xda\xa1\xd8\x49\x42\x4d\xd0\xb9\xc3\xd0\x9b\x8d\xc8\xa2\xbe\x35\x9d\x7b\x83\x6b\xe8\x82\xc7\x12\xc8\x75\xe0\x38\xa6\xcb\xee\x07\xa4\x98\x2b\xf7\xd3\x50\xb7\x91\xaa\x91\x8d\xef\x91\x6f\xd7\xd2\x31\x08\xaa\x63\xd1\xb0\x1c\x52\xac\x95\x91\x30\x83\x49\x25\xbb\xd8\x21\x75\xe8\x02\x20\xbb\x7a\x1e\x8a\x36\xb2\x6c\x0c\xcc\x71\x8d\x65\x86\x9c\xe3\x83\x10\x72\x9e\xa5\xd3\xc5\xb1\x93\x49\xd2\x3b\x6c\xc5\xb3\x2e\xbc\xb7\x43\x3e\x37\xc3\xbc\x34\x7f\x8d\xbc\xb8\x4c\x5f\x23\x6d\x53\x9f\xd8\x13\xd8\xe4\x1d\xdf\xe6\x18\xba\x83\x41\xba\x0f\x82\xf6\xe9\x3f\x0a\xc5\x2b\xf4\x9c\x85\x6f\x68\xdd\xe8\x34\x68\xa7\xf0\x3c\xc2\x58\xf7\xe8\x89\xbc\x20\x43\xbd\x24\x7f\x8f\x18\x2d\x5d\xa6\xf8\xeb\x01\xb9\x92\xc1\x11\x64\x50\x25\xd4\x50\x08\xb3\x5d\x6a\xf5\x19\xee\x88\x44\x5f\x10\x26\x60\xd7\xa2\xd6\x20\xb5\x31\x35\x46\xed\xfc\x6c\x87\x5c\xaf\xfa\xdb\x45\xc3\x64\x55\x47\xe7\x17\x3e\x03\x81\xb4\x5d\xd5\x22\x01\x65\xca\x64\x3f\x65\x85\x2a\x88\x6c\x10\x55\x7e\x91\x0c\x7c\x1e\xa3\xe5\x92\xf2\xde\xd9\xc0\x54\x0d\x21\xfc\x02\x07\x06\xe8\xf1\xf0\x80\x6d\xb1\xda\x47\x4c\xc9\xa4\xb6\x42\xd5\x1e\x19\x36\x3c\xab\x67\xd7\xc9\xf1\x64\xd2\x1c\x7e\x71\x1c\xd5\x38\xe9\x1e\x2f\xc2\x68\x0d\x66\xb3\x39\x63\xad\x37\x54\xbc\x8c\xd4\x21\x27\x30\x85\x11\x51\xf4\x48\xf2\xf2\x09\x6c\xf3\x18\x9b\xd1\xae\x20\x9c\xcd\x7f\x7d\xe1\xd5\xb4\x1b\xba\x79\x8a\x6d\xd5\x09\xe6\x82\xc2\x6f\xf1\xae\x8a\x9b\xb2\xcd\xdc\xd8\xbd\x47\x22\x00\xeb\x8d\xe8\xaa\x26\xb6\x5e\x4d\xf4\xc9\xd6\x50\x77\xcc\x5d\x88\xc5\x9b\x98\xbb\x7e\xe4\xe0\x2c\xcd\x78\x36\xbb\x26\x2f\x1b\x2a\xc9\xa0\xa2\x47\x46\xa8\x49\xaa\x3d\xae\x9d\x88\x34\x51\x11\xa2\x63\x45\x13\xe8\xe1\x2a\xd4\x97\x65\xb1\xa9\x15\xf2\x69\xb7\x69\x53\x45\xac\x2e\xc4\xed\x6b\x02\x69\xa2\x55\x44\x3e\x6d\xfd\x49\x59\x51\x35\xbc\x6e\x47\xec\x83\xe4\x45\xc5\x3c\x39\xc7\x8b\x29\xff\xff\x62\x60\xd2\x04\x9b\x19\x7a\x75\x89\xd4\x6e\x14\x68\x14\xd7\xa9\x06\x37\xc9\xbe\x8b\x85\x92\x36\x40\x84\x6f\xca\x62\xe9\x0a\x79\x8d\xa1\x9e\x55\x1e\x08\x7c\x49\xe3\x66\x3c\x85\x72\xcb\x4b\xd1\x80\xd8\xd7\xfc\xb7\x39\x5f\x3f\xd5\x86\xa4\x77\xc4\x16\x08\x69\xd6\x83\xaf\x02\xb3\x74\x54\xed\x63\x34\xc9\x9e\x1c\xe1\xe7\x34\xdc\x48\xce\x64\x6e\xe1\x59\x25\xe3\x59\xed\xd7\x4b\xfd\x0a\xb2\xd1\x96\x32\x16\x3c\x99\x3d\x12\x16\x28\xd5\xe9\x7c\xa0\x26\x57\x5c\xcf\xb6\xb3\x01\x8b\xd4\x31\x59\xd7\x55\xc3\xa2\xc8\xfa\x52\xd9\x4d\x42\x29\x0f\xc4\x95\x56\x0c\x86\xd9\x72\xc9\xab\x3c\xf1\x7f\xc7\x11\xe4\x4e\x6e\x7b\xf5\x5a\xf1\xcf\x53\xe2\x6f\x72\x53\xa5\x1c\x34\xb4\x4a\x9e\xfe\x2b\xeb\xf9\x86\x46\xfc\x33\x28\xc3\x36\x85\x1f\x54\x4d\xe6\xd5\x12\x8e\xdc\x08\xf8\xae\xbe\x5c\xf2\x94\xbe\x37\x8e\x72\xa9\x08\xe2\xdd\x25\xaf\xf6\x5d\x07\x6e\x13\xc2\x96\x4a\xbe\xab\xbf\x9d\x2d\x4c\x1d\xbd\xb4\x07\x07\xd6\xf8\x3e\x1e\xeb\xe1\x86\x11\xe3\xd3\x06\x33\xf9\x65\x2e\xe4\x6c\xb0\x27\x2f\xc6\x76\x49\x4a\xa1\x12\xe5\x88\x14\x23\x80\x9b\x7a\x8e\xff\xe9\xa8\xc8\xc2\x14\xdf\x00\x80\x1b\xb8\x8d\xb4\xe2\x34\xa9\x09\x57\x14\x84\x9d\xad\xe1\x4d\x14\x10\x0e\x47\x65\xd7\x62\x1f\x31\x0b\x81\x32\x72\x35\x23\x76\x0e\x7f\x5c\x74\xd6\x2d\x51\xf8\xa2\xbb\x2a\x4d\xd3\x21\x8b\x6b\x43\x11\x92\x48\x5a\x39\x70\x70\x0e\xc3\x15\x23\x76\x9e\xa7\xf0\xd0\x29\xad\x3f\xee\x23\x38\xc0\x06\x08\xde\x75\x69\x02\x3d\x9d\x55\x8a\x41\x67\x85\x80\x81\x43\xd7\x48\xfd\x6c\x1e\x95\x88\xaf\x46\x51\x05\x31\xb8\x92\x41\xef\x42\xd7\xc8\xcc\x48\x90\xc9\x4c\x1e\x26\xc3\xa5\x44\x35\xa5\x1e\x59\x03\x78\xe8\xd8\x27\x68\xae\x52\x1f\x95\xa2\xdc\xb9\x06\x01\xb1\xc8\x0c\x8e\xd6\x52\xb7\x11\x22\x9b\x26\xe7\xb6\x29\xbf\x6b\xd9\xa1\x5a\xa6\x15\x3f\x02\x76\xde\x52\x23\x79\x50\x38\xa4\xa2\x3f\x21\x6f\x4f\xaf\x4c\xdc\xc9\xc5\x48\xf7\xa1\x60\x5f\x2b\x07\x43\x09\x15\x1a\x62\x7a\x1b\xab\x38\x6d\x68\xba\x4d\x31\xb7\xe8\x7e\x9a\x6d\xb1\x57\x93\x1c\x6b\xb0\xa7\xe1\x03\x69\x77\xf0\xd0\xdb\xe3\xdf\x7a\x47\xcd\xb6\x1d\xc1\x5e\x98\xad\x39\x52\x5b\x13\xee\xcc\x67\x16\x79\x6c\x9f\xb0\x0e\xd0\x1a\x13\xf9\xa6\xde\x83\x69\xd4\x21\x15\x2b\x68\xc4\x2d\xee\xea\xf9\x96\xc7\x32\xd9\xd7\x3c\xc5\x56\x81\xe5\x3c\x47\xbf\x4d\xb6\x5a\x9a\x38\x12\x87\xc3\xd6\x44\x14\xe2\x29\x3a\xb9\xeb\x1e\x52\xdb\x17\x67\x61\x66\xcf\xc5\x6d\xd5\x3f\xbf\x8a\xb2\xd8\x01\x82\x20\xb0\x65\x26\x96\xf7\xff\x9c\x77\xe1\xf3\x3d\x05\x3e\x65\xef\x26\x97\x2e\x25\xf4\x19\x57\xda\x46\xdf\xf2\xc1\x3a\x0a\x19\xe6\xea\x5c\x43\xae\xbb\xa9\xc6\x66\xf0\x3c\x7a\xc9\x7f\xd6\xaa\x21\x36\x15\x49\x87\xf2\xec\xf1\xba\xac\xbd\x29\xaf\xe1\x6e\xb2\x0c\xf0\xc5\x24\xa7\x71\xf0\x76\xc8\xfe\xca\xf9\xd2\xf7\xfd\x43\xbd\x44\x2b\x96\xd0\xd3\x8d\x2d\x50\xa8\xd7\x7f\x9b\x7a\x10\xd4\xb9\x4d\x4f\x84\x50\x65\x75\xeb\x04\x72\xdd\x95\xeb\x06\x33\x66\x35\xf0\xe0\x0a\xb5\x9f\xdf\xd9\xfc\x5f\x9e\xc0\x4e\x74\xe4\x9b\xdf\xc3\x30\x25\x61\x5c\x8e\x6f\x92\x6d\x9d\xcd\xfd\x1b\x2a\x1f\xcf\x17\x01\xf3\x25\xbf\x76\xdc\x18\x88\x1f\x5b\x24\x5f\x8b\xef\x10\x20\x0e\x0f\x63\x52\xac\x05\xe5\x99\x4f\xef\x77\xf1\x8d\xee\x09\xd0\xc3\x60\x30\xd8\x02\x5d\x33\x30\x9a\xf2\x81\xde\x42\xe2\x75\xba\xfe\x42\x2a\x57\x30\x73\x1b\x37\xd3\x18\xba\x98\xac\x54\x85\x15\xbf\x0d\x1e\x0e\xa4\x41\xdf\xe3\x2f\x3b\x07\x59\x68\xac\x83\xc9\x49\x45\x5a\x97\xb0\x0d\x3e\xa3\x5a\xcc\x26\x06\x6f\xbe\x46\x5f\xaf\x48\x7e\x61\xe7\x85\x3a\x9e\x4c\x92\xc9\x64\xf0\x30\x99\x9c\x4f\x26\x17\x0f\x93\xc9\xa7\xc9\xe4\x31\x9e\xa0\x5b\xa9\x73\x48\x6a\xfd\xf0\x22\x11\xdd\x38\x51\x80\xd3\x17\x6e\x53\x87\x79\xcf\xa3\xc1\x78\x4a\x69\xbf\x6f\x9a\x96\x1a\x3d\xb7\x50\xdf\xe7\xb5\xc0\x6c\xd6\xd8\x40\xe7\xe7\x26\x8a\x13\x35\xec\xc1\x81\xea\x6d\x7c\x8f\xa4\xa0\xf0\xdc\xf8\xe7\xc0\x8f\xc8\xe9\xbe\xd0\x5f\xda\xb5\x27\x26\xf1\xf7\xd8\xf4\x36\xd9\xa4\x83\xec\xe0\x98\xd7\x59\x7f\x1a\x16\x92\x45\xfb\x61\x9e\xe0\x14\x55\xb6\xe0\x03\xb0\x42\xf8\x09\x33\x5d\x51\xcb\x00\x39\x88\xa9\x00\xb1\x8d\x05\x7a\xe0\xeb\x1d\xbc\xd3\x32\xa3\xe1\x99\x91\xd5\x3e\xba\xa8\xa6\x7c\xc0\x1f\xb7\xb8\x57\xa0\x8a\xc5\x8c\x6d\xca\xc0\x7c\x5b\xde\x33\xe4\x5d\x73\xb4\x03\x26\xcd\x80\xda\x0f\xc1\xd9\x1e\xba\x2a\x5b\x79\x83\x26\x76\x31\x27\xf6\x32\xcc\x13\x37\xa9\x20\x48\x05\x2a\x05\x19\x5b\x62\xd6\x92\x76\xca\x57\xdf\x35\x4d\x2a\x3f\xc8\x49\x65\x12\x09\xa9\xcc\x42\x4d\xca\xb2\x8a\x65\x79\x5e\xc8\x95\x64\xa5\x59\x04\x4c\x33\xe5\x8a\x30\x70\xa5\x5c\x46\x63\x68\xc4\x9d\xc8\xa1\x1f\xaf\xaa\x1c\xfd\xe0\x22\xb5\x29\x9d\xdf\x93\x8e\x17\x7a\x5a\x66\xd5\xc7\xd4\xe4\xd7\xd3\x56\x8b\x52\xdc\x06\x5b\x16\x81\xe2\x6b\xd9\x5b\xbd\x8f\xfd\xd3\x07\xcc\x6e\xd0\x22\x6b\xdf\x8a\xb9\x1f\xc1\xbd\x8e\x38\xae\x65\x86\x3b\x1e\xe2\x90\x29\xde\x54\x85\xce\x7a\xfc\xd5\xbb\x75\xdb\x31\x77\x74\x70\xa9\xbf\x5b\x96\x22\x97\x5d\xf6\x60\xfd\x50\x94\xc4\x3a\x68\x1f\x1c\x74\x53\xdb\x2e\x0f\x77\xdc\xc7\x50\x96\x55\xba\x74\xd0\x5e\x25\x48\x81\xac\x82\x1b\xe0\x1e\x85\x70\xb7\x62\x30\x08\x15\x74\xb0\x73\x77\xa0\x57\xb9\x65\x78\x7c\xaf\x91\x30\xda\x58\xc6\xa6\x58\xac\x4a\x28\xd8\xce\xb3\x8f\x23\xb5\x59\xfa\xcb\x37\x62\x35\x2d\xf5\x4f\x7b\x7b\x7a\x17\x02\x61\x1d\x5c\x38\x35\x7e\x1b\x9f\x4f\xc8\xce\x98\xcc\xee\xba\xf7\x40\xf7\x41\x97\xa4\xc8\x66\x98\x41\x9d\xec\xa4\xf1\x63\x03\x45\x42\x3c\xed\x28\xb3\x41\x56\xc0\x3c\xe9\x0d\x3d\x38\x60\xc7\x93\x49\xa3\xde\x3a\x63\x22\x38\x07\x75\xab\xb1\x06\x5c\xc4\xdc\xcf\x3c\x06\x4b\xaf\x48\x6d\x51\xa4\x43\xe2\x61\xa2\x6e\xd9\x15\xad\xa0\xd8\x42\xc7\xbb\x58\x79\x61\x7b\x59\x57\xe5\x2f\x7b\xc7\x93\xc9\x99\xbf\x0e\xeb\x48\xac\xbc\x87\x3b\xb1\x2d\x66\xf9\xb0\x07\x2b\x49\x08\x54\x56\x45\x53\x3e\x9c\xc9\x59\x5b\x17\xd5\x95\xc6\x23\xfc\x6e\xe0\x2b\x91\xfb\x77\x04\x07\x46\x19\x30\x36\xe8\xec\x0e\xce\x57\xd1\x1d\x62\xaf\x39\x3a\x75\x75\x59\x6c\x63\x3b\x8d\x36\x7e\xe2\xe7\xd0\xf6\xc2\xd6\xda\x5f\xf4\xb6\xb3\x43\x35\xe8\xf9\xe9\x85\x49\xad\x4b\x8d\x6a\xce\x25\xf9\x6d\x6c\xa2\x2c\x5a\xa3\xe5\xd1\x4f\xc1\xae\x68\xe5\x19\x11\x53\x0c\x71\x72\x0c\x2e\x99\x56\xeb\x1a\x2b\x8b\x53\x49\x75\xb3\x00\xa1\x88\xfe\x82\x85\xfe\x21\xa4\x78\x1a\x7a\x39\xd9\x80\xc6\x67\x51\xf3\xc5\x86\xd6\x48\x8d\x75\xd4\xbd\xf4\x85\x5e\xd8\xc1\x81\x4e\x7a\xe9\x59\x55\x21\x9e\xa1\xc7\x81\x15\x16\x90\xa0\xbf\x92\x39\xb4\xc0\xda\xa1\xff\x99\x6d\x24\x40\xf8\x91\x0f\x9e\x25\x05\xf6\x44\x53\x25\x57\xeb\xfd\x18\xdb\xde\x33\xde\x06\x62\xa8\x27\x65\xc5\x2e\xc5\x66\x96\x46\x15\x68\xa9\x27\x92\x22\xdc\x7b\xd1\x78\x69\x02\x4f\x07\x29\xeb\x68\xa2\x23\x5c\x3d\x43\xa5\xe6\x18\x5f\xad\x5a\x71\x44\xb8\x41\x5f\xe1\xf0\xe1\xba\x68\x24\xe6\x63\x8c\xf1\x39\xcd\xf4\xdb\xf0\xfa\xa6\x98\xf1\x49\x05\xd1\x30\xdb\xc5\x1a\x2b\x0a\x83\x23\x0c\x58\xd6\xb0\x46\xac\xea\x19\x07\xcc\xcc\x2c\x4c\x93\xaa\xa8\xe6\xa2\x5e\x64\x41\x60\xa5\x1e\x61\xf3\xb0\xca\x5d\xf4\x7f\x48\x1b\x72\x36\x66\x3f\x4c\xff\xce\x67\xad\xd6\xf1\xc2\x0b\x19\x95\xa2\x7a\x5e\x77\x71\xc3\xeb\xba\xc8\x39\x79\x90\x47\xd1\x82\x87\xcc\x4b\x91\xab\xa0\x38\x87\xb6\x3e\x59\xd7\x90\x63\x5b\xe5\x4f\xac\xea\xbd\xc0\x97\x14\x7d\x2d\x21\x74\xa9\x43\x1f\x59\x8a\x5f\xb5\x08\xb1\xe9\x64\x3a\x70\x23\xd2\xb8\xdf\xf4\x5a\xd6\x03\x17\xe8\xdb\x76\x63\x4f\xac\xff\xa6\x1a\x80\x4e\x7c\x0e\x16\xa2\x6b\x1d\x36\xc6\x0e\x72\x7e\x72\xe1\xdb\xd8\x44\x2d\xdf\xe5\x9e\xb7\xd6\x77\xed\x5e\x81\x57\x36\xf4\x73\x5d\x43\x5c\x7e\x61\xb6\xaa\x63\x99\xe0\x19\x98\x4c\xf1\xcc\x2d\xe3\x63\x20\x78\xb6\x81\xfa\xb6\x74\x2d\x43\xf1\x49\x89\x8d\x4d\x42\x1a\x2d\xeb\xef\x04\xe5\xae\x73\x6b\x58\xfb\xb2\x7a\x6f\x28\x5c\xf1\x0d\x1c\x8b\x5e\xe5\x39\xcb\xd8\xf9\xaa\x2a\x76\xa2\x33\x3f\x55\x45\x3b\x90\xe2\x2a\x25\x5f\xad\x00\x8f\x4f\x4d\xf0\x50\xf2\x6d\x22\x34\xe6\x1d\xea\x39\x3e\x37\x79\xe9\xdb\xab\x4d\x2e\xa2\x7f\x03\xd7\xa1\x81\xab\xc6\xc7\x08\x46\xba\x3d\x56\x4d\x3f\x88\x9c\xd4\x72\xd5\x0e\x37\x3f\xaf\x1f\x39\xa4\x8a\xff\xdc\x47\x06\x08\x9c\x41\x1e\x8a\x6e\xfd\x33\x76\xf8\x8e\x37\xbf\x85\x07\xd9\xe7\x3e\xb4\xce\x9a\x0f\x5d\xe4\x08\x63\xe3\x23\x15\x19\x02\x2a\x19\x0f\x20\x54\xba\x1a\x3f\x7e\xf0\x23\x87\x32\xb7\x3e\x9d\x34\xd2\x46\x8c\xf4\x51\xff\x6a\x39\xd1\x51\x34\xc0\x70\x10\xc9\xad\x01\xb3\x3d\x57\x51\x16\x36\xc3\xb9\xfa\x5a\x49\x22\xf6\x7b\x6c\x07\xf1\x52\x22\x97\x6c\xa6\x6c\x08\x15\x40\x55\x53\xff\x27\x6f\x6b\xe4\x77\x8e\x7c\xd8\x7f\x55\xd8\x21\xf4\x08\x09\x27\x85\xd7\xde\x27\x05\x03\x4a\x77\x08\x59\xdf\x55\x52\x8a\xf2\x9c\x6f\x7a\x97\xbe\xc5\x33\xc8\x58\x9b\x4d\x69\xf4\x5c\x4b\x75\x68\x2a\x5e\xa0\x11\x0b\xde\x82\xfe\xac\x68\x68\xea\x8b\x55\xc3\xd9\xf9\xa5\x25\x67\x97\xdb\x65\x9e\xb5\x1d\x07\x90\x3b\xc3\xb2\x8b\x98\x2d\x88\x26\xad\x09\xf5\x5d\x1f\xb2\xe9\x56\x37\xd1\x77\x1a\x1b\xca\x55\x25\xb5\x6c\xbb\x57\xab\x27\x27\xbc\xa5\x16\xc6\xe8\x4c\xbd\xf7\xb7\xc3\x2e\xa0\x23\x76\x3f\xb7\x9b\xec\xab\xba\xce\x40\x7b\xfa\x91\xdf\xb3\x69\x01\x65\xa0\x1a\x60\x21\xb3\xa2\xd2\x8e\xd1\x6f\x17\xd9\xac\x39\x6a\xda\xfb\x92\xdb\x36\xa0\x4b\xcd\xe4\x86\x67\x37\x59\x51\x66\xd3\x92\x33\x51\xb1\x45\x36\xfb\xe1\x8c\x4d\xef\x99\xaa\x19\x36\x9c\x54\x93\x8a\x1d\xb1\xd7\x6d\x5d\x1e\x4d\x47\xec\xfc\xd2\x56\xb7\xff\x8e\xcf\xdb\x2d\x8f\xdf\xed\x3c\x60\xc9\xf9\xa5\x9b\x0b\x7b\xcb\xf1\xdc\xce\x03\xd4\x4f\x9f\x5d\x17\x73\x88\x58\x53\x60\xcf\x5d\xb0\x21\xe1\xe8\xce\x70\xff\x88\x25\xd1\x1c\xc0\x77\x19\xd1\xeb\xdd\x01\xfa\xd2\x82\x8e\xe6\xe1\x9d\xe0\xc6\xae\x04\xe8\x9d\xc6\xa2\x5d\x3b\xc0\xad\x5c\x70\xdf\x88\xdb\x6a\x67\x80\x65\x67\x0f\xe4\x1d\xc6\x73\x3b\x77\x80\x9d\xb9\x60\x43\xd4\xcf\xce\x70\x43\x6f\x0f\xf0\x5d\x46\xf4\x7a\x77\x80\xce\x5d\xd0\xdf\x56\xf9\xce\x80\xbf\xad\x72\x0f\xec\xed\x47\x73\xfa\x76\x80\x9c\x4b\x90\x83\xa0\xec\x2d\x27\x0a\xfa\x93\x09\xae\xdd\x09\x74\x90\xe5\xce\x33\xe8\x01\xc8\x14\x1f\xed\x14\x26\x82\x70\xa7\xf1\x4d\x6f\x32\xf8\xab\xb2\xa5\x6b\x70\x22\x45\x77\x9a\xc4\x19\x81\x4c\x24\xe4\x24\x26\x0a\x66\xdb\xa3\xd6\xfd\xc8\x80\xad\x1c\xd0\x8d\xbd\xd8\x72\x54\xb7\x33\x19\xfa\xc6\x22\xba\x4e\xae\xbb\x13\xa6\xeb\xce\x38\xb4\xdc\x6a\x6f\xe4\x1d\x69\x2c\x76\x1d\x50\x9e\x85\xcb\x77\xf7\x4c\x3e\xbb\x7f\xe5\xf7\x8b\x6c\x09\xaa\x76\x78\xcd\x3f\xc9\xf7\x5a\x3e\xf4\xf8\xac\x4e\xf6\x53\x56\xaf\xaa\x11\x73\x9f\xc7\x94\x35\xf2\xea\x8c\xbc\x72\x11\x18\x81\xc7\xab\xf6\x0d\x3e\xd1\xc8\x41\x18\x95\xb7\x3b\xf6\x3c\x32\xf6\x8f\x58\xe2\x33\x18\x1c\x33\x71\xc7\xc7\x59\x7a\xe3\xe0\x33\xe0\x0d\xa2\x3c\x98\xe2\x23\x54\x91\x11\xe4\x41\x44\xc6\x00\x07\xa3\xf8\x28\x59\x64\x94\x33\xcc\xa9\x10\x0c\x83\xd1\x9b\xf1\x71\x78\x64\x9c\xb7\x55\x1e\x19\xe5\x6d\x95\x77\x8c\x91\x9b\x31\xc2\x14\x13\xf1\x1e\xd7\x91\x1e\x26\x06\x3c\xde\xe5\xa3\xd7\xc5\x06\x2c\xc7\xdb\x03\xf1\xf0\xfa\xb8\xb1\xe6\xf1\x7e\xc2\xf4\xb1\x61\x71\xf1\x96\xad\x69\xe9\x45\x59\xc5\x9b\xdf\x78\x3b\x6d\x52\x63\xcb\xe6\x17\x86\x91\xad\x58\x16\xe7\x65\x4b\xd1\xf0\xf2\x9e\x35\x6d\x31\xfb\x08\x1c\xad\x60\xcb\x32\x6b\xe7\xa2\x5e\x1c\x35\x6d\x56\xe5\x72\x4d\xa2\x9e\x54\xb7\x45\x2e\x1b\xae\x1a\x9e\x9b\xee\x43\x96\x80\xda\xb9\xa8\x66\xe5\x2a\x57\xaa\x67\x33\xb6\x14\xc6\x26\xd5\xf9\xa5\x7f\x51\xb7\x24\x00\x7e\xf7\x41\x8a\x0f\x5f\x7b\xcd\x8b\x9a\x5d\x7e\xe4\xf7\x97\x93\x6a\x59\x8b\x25\xaf\xdb\x7b\x25\x31\x42\x6e\xdb\xcb\x45\x36\xbb\x1c\x0e\x14\x8b\xfd\xaa\xae\xc5\xad\xbc\xe0\xff\x72\x5c\x36\x40\x0e\xd4\xe3\x5f\x97\xd3\x36\xbb\xcf\x12\x79\x85\xec\x47\x2d\x14\x0d\xec\xda\x4c\x39\x94\x9d\xd6\x46\xca\xae\x98\xb5\xed\x3a\xa2\xd7\xbb\x6f\x6d\x48\xdd\xed\xe2\xf0\x73\xd7\xea\x76\x3f\x3a\xdb\xdd\x5f\xdf\xee\x87\x47\xc7\x0c\x56\xb8\xc8\xe9\xe1\x45\x16\xf4\xaf\xc4\xd3\xeb\xc5\xa8\xd3\xea\x58\xcd\x7f\x73\x36\x1f\x56\xf0\xd3\xbf\x8e\xec\x0a\xf0\xca\x37\xe9\x5f\x4f\x7c\xd5\xf8\xf2\xd3\x32\x8a\x2c\x3a\xd5\xfb\x4e\xcb\xd0\x9d\xc9\x32\x76\x1c\xcf\xed\xdc\xb3\x0c\x60\x0c\x3a\x16\xb2\x2b\xd2\x63\x57\x77\x11\xbb\xa2\xbc\x1e\xab\x9b\xcc\x76\x1c\xc4\xd3\x25\x0b\x0b\xff\x4e\x63\xd1\xae\x7d\xf0\x77\x9e\xc0\xe7\x91\xba\xdc\x55\xec\x7c\x23\xec\x78\xfe\x4a\x70\x85\xff\x32\x1b\xaf\x17\xf2\x2f\xb7\xcf\x7f\x11\x0b\x4f\xf7\xe4\xd7\x72\xd9\x99\x74\xfa\x03\x79\x64\xf4\x89\xf3\x74\x0f\x14\x2e\xf2\x6d\x95\xc7\xd7\xb8\x9b\xd2\xaa\x73\x9c\x8e\x15\xee\x36\x4b\xe7\x38\x1d\xd7\x5e\x9e\x24\x4b\x24\x09\x86\xbf\xfe\x85\x5f\x11\xb9\x1a\x29\x19\xaf\x5b\xcc\x7f\xe7\x97\xe4\x6d\xd5\xf2\x7a\x04\x26\xb6\x98\x9f\xf9\xd6\xe6\xb6\xd8\x20\x54\xf5\x8d\x9b\x95\xb9\x3b\x65\x8a\x90\xec\xb4\xb4\x57\xe8\x77\x73\xc4\xe4\xc5\x02\x4b\xe7\x6f\xaa\x90\xc5\x38\xb2\xdf\x5a\xa9\x6c\xd6\x82\x22\x94\xfd\xe8\x6c\xdc\x6f\xad\xb1\x55\x31\x73\x00\x82\xfa\xbb\x6b\xfe\xa7\x6c\x01\x1d\xc0\x72\x68\x64\x0b\xfc\x19\x49\xea\xb6\x27\xa8\xc1\xf1\x5e\x0f\xcd\x84\x7a\xb5\xf1\xd9\x9e\xae\x72\x77\xb3\x41\x29\x5d\x92\xd1\xd5\x3a\x01\x15\xbe\xe2\xd6\x48\x9c\xbf\x8d\xee\xf6\x9d\x20\x42\xad\x9c\x62\x91\xcd\x60\x5a\xaa\x9a\xf0\xa6\x36\x5a\x00\x6f\x6e\x5b\xbc\xd5\x4e\xa3\x86\x73\x64\xe7\x88\x46\xd4\x7f\x21\x23\xea\xd1\xa0\x82\x5b\xb0\x16\x2b\xcf\x6e\xab\x8b\xde\x7a\xb7\xcc\x2c\xfe\x76\xc5\xa6\xb7\x4a\x85\xd8\x86\xf9\xca\x70\x7f\xc7\x62\x23\x46\xde\xdc\x9e\x1d\xeb\x54\x15\x2b\x39\x62\x73\x8d\xfb\xda\x7d\xf2\x81\x0f\x06\xd7\x8f\xaa\x37\xbc\xa9\x14\x16\x0e\x45\x04\x9e\x88\x82\x37\x00\x54\x95\x5e\x8c\xaf\x55\x72\x98\xdb\x59\x07\xb6\x5e\x71\x64\x0a\x7c\x81\xc3\x15\xbb\xba\xf5\x60\xbd\x91\x91\x34\x97\x1c\x59\x73\xdc\x94\x81\xbb\xf1\x94\x7d\xd3\x63\x3f\x15\x12\xc9\x25\x7d\x9e\x8b\xbf\xcd\x65\x8d\xcc\xba\x39\x06\xaa\x71\xde\x56\xf9\xe7\xb8\x7e\xdb\x80\x1d\x4e\xb9\x19\x0e\x19\x88\x21\x93\x96\x1a\xa0\x23\x8e\x30\x3a\xb1\xb5\x7a\x19\x0e\x2b\x6c\x68\x9e\xe7\x1e\x23\x93\x81\x74\x13\xfb\xd3\x1b\x95\xb6\x71\x73\x23\x97\x84\xd5\x01\x83\xd0\xe1\x2e\xf0\xd6\x18\xa7\xe4\x90\x16\x10\x32\x5e\x14\x3a\x27\x8b\x71\x70\x89\x03\xf0\x02\xbb\x5a\x07\xb5\x73\x81\x88\x5b\xe3\x26\xd5\xc5\x70\x26\xaa\x59\xd6\x26\x0e\xe7\xe0\x5b\x87\x20\x72\x7e\xca\xc6\x2f\x58\xa2\xc6\x9f\x0e\x3f\xf2\x7b\x35\xec\x74\x58\xaf\xec\xed\x9d\x0e\xe1\x0f\xf6\x48\x8a\x31\x7f\xb8\xe6\xda\x39\x4b\xee\x91\x1c\x91\x7d\xab\xcd\x5b\x59\x59\x86\xe6\x2d\x97\xb3\xd9\x96\xa5\x77\x3a\x0f\xd8\xb2\x5c\xa1\x15\x6d\x2e\xca\x52\xdc\x16\xd5\xd5\x68\x52\x4d\x2a\x34\xa5\x13\x3d\xbc\x67\x54\x89\x08\x62\xb6\x7e\xf5\x4e\xc2\x98\xed\x4e\x04\xb2\x9d\xc7\xf4\xbb\x7b\x82\x19\x59\x9e\xd2\xcc\xfb\x86\x95\xce\x05\xee\x6e\x49\x21\xfd\x83\x25\xee\x6e\x4b\x71\x46\xed\x5a\x24\x6a\xd0\x6c\x8e\x9f\x2d\x67\xb2\x1d\xdd\x61\xb5\xa6\x8b\x26\xef\xd9\x71\x68\xe5\xc3\x71\x84\xd0\x1f\x79\x90\xdb\x7c\x2a\xdb\xee\xbc\xe9\x18\x1b\xdc\x68\xea\x48\x26\x94\x1d\x27\x30\xf0\xbf\x6d\x66\xd9\x12\xc4\xd7\xa0\xc0\xdb\xb6\xe7\xeb\xf7\x87\xf1\x95\x56\xa4\xe5\x35\x4b\x5e\x8b\x45\xae\xfe\x76\xf0\xd5\x8b\x26\xdf\x49\xc9\x60\x7a\x9b\x23\x2f\xd5\x2d\x29\x63\xca\x85\x5d\x3c\x8e\x4c\x47\xbb\xb0\x02\xf5\x17\x45\x6c\x0a\x5a\x43\x72\x47\xed\xa7\x1d\xc0\x4e\x79\x8e\x53\x9e\xfb\x5b\xa8\x63\x05\x76\xf2\x88\x96\x1d\xed\x14\x17\x38\xc5\x45\x6c\x8a\xa7\x39\x5d\x9b\x29\xe4\x01\x4d\x26\x93\x09\xce\x64\x3e\x45\x26\xdc\x15\x1d\xbd\xde\xe4\x3e\xa1\x63\x0b\x4b\xd4\xa7\x45\x7e\xf4\x31\xa6\xc6\xd8\x01\x45\x6c\x47\x7f\x3a\x5c\xab\x9d\x31\x5c\x2d\x12\xdd\x77\x2a\x6d\x84\x0a\xf7\xdf\x89\x70\x7b\x63\xd8\x4d\x3f\xc6\xdd\x3e\x76\x27\x6e\xc5\xd5\x55\xc9\x5f\x8b\xc5\x62\x7b\x05\x9f\xd3\x77\x30\x74\x69\x56\x66\x47\x87\xfc\x45\x4f\x99\x82\x0e\x30\xf0\xb2\x34\x01\x33\xb2\xa1\xde\xc4\x57\x60\x04\xf2\x55\x44\x15\x61\x9f\x65\x8f\xd3\xb6\x3f\x44\x24\xcb\x40\xf6\x0f\xa6\x8a\xc9\xf0\xe4\x79\x8c\x4e\xd6\xe1\x24\x47\xde\x1f\x33\x20\x49\x91\x17\xb4\x0f\x5e\x2d\x0b\x86\x4d\x05\xd6\x3d\x8b\x23\xfa\x39\xa9\xf0\xd6\xcd\xe4\x0a\x8d\x34\xa3\x57\x28\xaf\xc0\xcb\x64\x45\x8f\xa0\xfe\x68\x87\x90\x14\x4a\x39\x36\x4f\x49\x74\x49\xa5\x7f\x3a\xa5\x27\xef\xc4\xbb\xca\xd9\x0a\xaf\x25\x25\xd9\xdb\x88\x76\xe7\x04\x62\x13\xf4\x15\x6d\x79\xe1\xb5\x84\x98\xbe\xb8\x4a\x4a\x11\x55\xaf\x43\xcf\xfe\xe1\x59\xc9\xbe\xbe\xdb\x5f\x7c\x07\x6c\x7b\x67\x9e\x28\x15\x8a\xc3\x78\x6c\x9d\xf9\x28\x25\xe9\x40\x3d\xaf\x31\xa5\x09\x8e\x00\xe4\x09\x0d\xc6\xc9\x4f\xcb\x26\x18\x7d\x22\x3f\x34\xec\x43\x36\x65\xad\xf8\x5c\x31\x45\x59\x95\x4f\x2a\xdc\x16\x6f\xe0\xa7\x3d\xcd\xc3\x49\xf5\xbe\xe4\x59\xc3\x59\xc3\x31\x29\xd2\xb9\x1c\x9f\xdf\x65\x8b\x65\xc9\x2f\x92\xe1\xf0\x78\x38\x3c\x56\x1f\x9b\xe3\x36\x9b\x1e\x0f\x74\x62\xab\x55\x53\x54\x57\x93\xaa\xbd\x2e\x62\xe1\x85\x3f\x17\xed\x35\xc6\x35\x99\xbd\xfe\x90\x4d\x23\x48\x66\xc8\x11\xc5\xd0\x67\x52\xf8\xe2\x77\x4b\x51\xb7\xec\x13\x66\x4a\x54\x07\xa2\xf2\x26\xfe\x54\xcd\xf4\x67\x7a\xdb\x53\x42\x67\x52\xa2\x8f\xb5\x8a\x02\xfb\x9d\xd1\x94\xf8\x2a\xee\x40\x8d\xeb\x2a\x45\x7c\xc5\x0e\x51\xbb\xfa\xd3\x50\xb9\x3d\x0d\xf5\xd9\xa1\xc2\xb6\x4f\x55\xd5\xa3\x0d\xf2\x95\x8b\x9e\xf3\x6f\xe0\x53\xec\xaa\x5e\xa3\xf7\x2a\x0d\x54\x6f\xae\x3a\x4f\x3d\x2b\xab\xe9\xad\xa8\x73\x1f\x48\xf5\xb5\x07\x1f\x7d\xef\x22\xaf\x92\xf3\xe0\xa6\x51\x2d\x4f\xa0\xab\x49\x63\xda\x96\x34\xa2\x35\x49\x09\xc1\x49\x7d\x2d\x47\x1a\x2a\x4b\xd2\xce\x1a\x35\x69\xe0\x00\x9f\xb2\xeb\xa2\x69\x45\x7d\x6f\xfe\xf8\xa6\xe0\x65\x6e\x3e\xe9\x56\x16\xc1\x53\x07\xff\x3d\xfa\x99\xba\x37\x28\xf5\x1f\x9b\xd4\xd5\xb1\xa5\x1d\x2a\xb7\xd4\x06\x17\xca\x3f\x6f\x20\x09\xd8\x5b\xac\x51\x9b\xb2\xa2\x11\x65\xd6\xf2\xbf\x68\xc0\x65\x57\x73\xc3\xe4\x07\x72\xc1\xe8\x43\x9c\x92\xe7\x3f\x65\x35\xcf\x05\xfe\xff\x1b\xbe\x84\x0c\xce\x3c\x17\x64\x21\x46\xad\x97\x12\x1b\x08\x51\xda\x99\xef\xac\x5e\xd3\xb3\x2b\x05\xa6\x13\xaa\x8b\x4c\x3d\x6d\x6a\x4a\x2d\x1d\xfe\x34\x2e\x36\x78\x36\xa4\x34\xb0\x91\xa4\xe4\x8d\x4e\x7b\xf5\xc3\x3d\x3a\x58\x5f\xbb\xef\x38\x18\xa6\xbe\x4f\x7f\xea\x59\x3f\xf0\x53\x70\x2f\x5d\xdd\x77\xea\x68\xd4\xd3\x28\xbf\xa0\x18\x3d\xff\xae\x3a\x5f\x7b\x30\x3b\xbc\xa9\xcf\x27\xa6\x21\xd3\x94\x5a\xff\xfa\xd4\xb3\x39\xa6\x91\x67\x35\xf6\xdd\xd7\xf7\xd8\xdb\x79\xb1\xf5\xc7\xef\x28\x7e\xba\x0e\xfa\x29\x5b\x55\x12\x0d\xe5\xff\x2b\x34\x94\x7f\x12\x7e\xe4\xd9\xa4\xda\x4f\xf7\xd5\x73\xa2\x95\x8c\x36\xe1\x50\xcd\xcb\x36\x51\xe9\x25\x6e\xb2\x9a\xf1\xb2\x65\x63\x96\xd5\x57\x50\xb8\xaa\x39\x3f\xb9\x90\xbf\x40\x2a\xd3\xfb\x25\x17\x73\x6c\x30\x66\x93\xfd\x06\xc2\xbd\x27\xfb\x03\xd5\xc7\x14\xbb\xc2\x24\x28\x6f\x4b\x2e\x3f\x25\xbc\xc4\x4a\x83\x72\xf0\x82\x8d\xd9\x69\xaa\x2b\x39\xda\x49\x4e\xcd\x24\xf0\xd3\xc1\x01\x53\x93\x61\x4b\x39\x9b\x80\x04\x2b\x93\x7d\x5d\x0b\x71\x58\x89\x9c\x7f\xb8\x5f\x72\x93\xd4\xe4\xe0\x80\xed\x41\xec\xec\xb0\x68\xe0\xbf\x30\x98\x4d\x10\x04\x59\x8d\x24\x14\x55\xb6\xe0\xac\xa8\x54\xbd\x46\x39\xab\xca\xde\xb2\xac\x45\x2b\x20\x15\xe4\x75\xd6\xfc\x70\x5b\xbd\x57\xfe\xfd\xc3\x59\x56\x96\x30\x5a\x0a\x9d\x69\xd2\x21\x39\x20\x14\x61\x52\x29\xf1\xcf\x65\x83\x0b\xfd\x2b\xd9\x37\xd5\x28\xd8\xb9\x61\xc3\xdb\x57\x6d\x5b\x17\xd3\x55\xcb\x13\xd9\x3b\xc5\xb6\x26\x88\xd9\xa4\x19\xc3\x21\x54\x51\x48\xe8\x8c\xb3\xb1\x31\xf6\x50\x51\xe5\x2a\x62\xfa\xf0\x50\xfe\x01\x9f\x60\xe9\x58\xb2\xd7\x6c\xba\xce\xbc\x06\x45\x79\x59\x96\xe7\xf2\xa4\x52\x72\x28\xc5\x05\x40\xa0\xa2\x94\x79\xd9\x42\x5a\x20\x92\xac\xca\xf4\x81\xcc\x9d\x6a\x4f\xc8\x8a\xe1\x6b\x7f\xc5\x6a\xe3\xe4\xc2\xb1\xde\xca\x6b\xd9\x2a\xf1\x90\xe7\x03\xbf\x6b\xbf\x17\x39\x4f\x70\x68\x00\xe4\xd1\x6e\x84\x19\x19\x37\xe2\x53\xec\x67\x8b\x20\x7b\x4e\xbb\x70\x6e\x9c\xc3\x1b\xc3\xc5\x24\x05\x46\x80\x4a\xa4\x16\x32\x4e\x1a\xdf\x54\xf8\x4d\x6f\xe8\xa3\x93\xc4\xbf\xbd\xae\xc5\x2d\xa4\x05\x82\x54\x5d\x6f\x25\xf7\x9a\x4c\xf6\x7f\xaa\x9a\xd5\x52\x5e\x59\x9e\xab\x7d\x94\xcb\x91\x8c\x24\x3b\x64\x04\x60\x38\x93\xfd\x74\xbf\x58\x28\x76\xb1\xb9\x16\xb7\xef\xb3\x8a\x97\x29\xa9\x5d\x9e\xb2\x2b\xde\xaa\x6f\xdf\xf0\x99\xa8\x33\x24\x5b\xf2\xb7\xf7\xe5\xea\xaa\xa8\x80\x33\x3d\x9b\x89\x25\xff\x4b\x56\xe5\x25\xaf\x1b\xf6\x88\x09\x35\xbe\xfc\x2f\xcb\x56\x1f\xdf\x14\xfc\xf6\xcb\x67\x93\xca\x4c\x27\x7f\x7b\x2f\x8a\xaa\x7d\xd5\x62\xe6\xba\xd7\xfa\x8b\xd4\xfe\x76\x06\x59\xfc\xcf\x5a\x49\x15\xe0\x0d\x56\x1f\x14\xa7\xe0\xe5\xb4\x4a\xd9\x37\xd9\x0c\x78\x30\xb1\x98\x02\xe5\xab\xe6\xc5\x55\xca\x5e\xdb\x8a\xb8\xf7\x29\xee\xd6\x19\x6f\xbf\x5e\x15\x65\xce\xeb\x94\xbd\xaf\xf9\x2c\x0a\x33\x84\xef\x13\xa0\x25\xb5\xc2\x56\x40\xfc\xbe\x04\x76\x1b\xb9\xf7\x69\xd6\x14\xb3\xef\x45\xbd\xc8\x4a\x2c\x72\xa1\x30\x19\x33\x5b\x10\xfa\x50\xd9\x36\x12\xbd\xf5\x95\xd0\x89\xf9\x5f\xb2\x3b\x36\x7e\xc1\xee\x6c\xbb\x64\xb2\xff\xfd\x37\x7f\x7d\x23\x6f\xc0\x48\xfd\x68\x25\x28\x2c\x78\xa7\x93\x35\x2c\x6b\x71\x53\x80\xe1\xa7\x82\x1a\x6f\x59\x2b\x6a\x48\x0e\xc5\x20\x87\x14\xe4\x40\xe5\x8d\x24\x60\x59\x58\x61\xb0\xcc\x9a\x86\x9d\xc1\x78\xaf\x71\x38\x85\x67\x30\x95\xfc\xc3\xa4\x29\x85\xd1\x54\x32\x54\xf6\xe1\x9a\xb3\x7f\xac\x78\x7d\xcf\x8a\x46\x65\xfa\x02\x98\xf0\xe2\xa6\xec\x52\xee\xd8\x25\x14\x94\x94\x83\x5c\xb6\xe2\xd2\x02\x2a\xdb\xd7\xfc\x4a\xa5\xcd\xc1\x9e\x43\x6c\x88\xff\x0f\x39\x5d\x2f\xcd\x66\x5c\xca\x49\xae\x8a\x1b\x2e\xd9\xbd\xd6\x24\x6b\x95\x54\x96\xe7\x29\x13\x15\x9b\x0a\x8c\xb5\x42\x98\x70\x10\x04\x05\xf2\xd3\x42\x6a\x0b\x51\xb5\x52\x46\xc5\x22\x98\xb8\x2b\x39\xcb\xae\xb2\xa2\x6a\x5a\x5d\x17\x5e\xe2\xd0\x32\x83\xc3\xc3\x41\xfe\x1f\xb1\x62\xb3\xac\xc2\x32\xd8\x4a\xb4\x4b\x55\x7a\x5b\x96\xb1\x59\xd6\xf0\x23\xc9\x3a\x56\x4d\xd1\x16\x37\x66\x1b\xa6\x0a\x86\x65\xd6\x48\xc1\x8f\x5d\x42\xc1\xca\x66\xd8\x8a\xef\xc4\x2d\xaf\x5f\x67\x0d\x4f\x06\x97\xce\x9a\x25\x09\x83\xf2\x9c\xe5\x6d\x76\xdf\x30\xb3\xf8\x1c\x0c\x34\xd8\xe6\xfc\x32\x86\x21\x44\xa2\xcd\xf9\x0d\x2f\xe5\x23\x34\x5c\x88\x5f\x8b\xb2\xcc\x86\xa2\xbe\x3a\xe6\xd5\xd1\x4f\x67\x28\xdc\xfe\xcc\xa7\xc7\xff\x23\xbb\xc9\xce\x66\x75\xb1\x6c\x8f\x7f\xe4\x73\x5e\xf3\x6a\xc6\x8f\xff\x5c\x8a\x69\x56\xfe\x82\x2f\x5b\x73\x8c\x18\x7c\x6c\x66\x53\x8f\x4b\x02\x85\x6e\x0d\xa9\x19\xa8\x15\x48\x54\x62\x58\x54\xa6\x69\xeb\xd5\xac\x15\x75\x82\x39\xba\xe0\x3c\x52\x9d\x8a\xf2\x24\xc5\xdc\xa7\x90\xc0\x52\x67\x3e\xb1\x73\xd0\x54\x36\x06\xff\x60\x6f\x48\x1a\x5c\x38\x39\x96\x40\xca\xe0\x6b\x51\xe6\x0d\xcb\xd8\x82\x67\x55\x51\x5d\xcd\x57\xa5\x7a\x36\x55\xfa\x5e\xdd\xff\xfc\x52\x3e\xb5\x9b\x49\xfe\x0a\x1d\xe9\x9d\x18\xe2\xcb\x7f\x9d\x35\x6c\xca\x79\xa5\x10\x0f\x30\x4b\xee\x87\x9d\xe7\x32\x17\x15\x62\x2b\xa6\xfa\x1d\xda\x9f\xf4\x16\x21\x0d\x2f\x9a\xa1\x66\x02\x74\xc2\x98\x13\xcc\x10\x73\xe2\x24\x9a\x74\x76\xe1\xe7\x6b\xde\x5e\xab\x92\x77\xa4\x50\x2e\xde\x79\x9e\xeb\x2b\x65\xc0\xac\x79\x26\x71\xbc\x0f\x08\x09\x2f\x1b\x07\x69\x79\xe1\x37\x4d\x38\xbc\x64\x8f\xf0\xdb\x74\x35\x9f\x43\x32\x6e\xaf\x60\x25\xf9\x11\xcb\xec\x9f\xf8\x3f\xaa\x62\xa1\x80\x01\xf2\x6f\x4c\x38\xa9\x53\x8b\x0d\xe2\x63\xe9\xd2\xae\x5e\x16\x53\x68\x41\x48\xab\x45\x25\x4d\x51\xed\x6d\x71\x49\x75\x72\x37\x90\x84\xd5\xfd\xd2\x1f\x19\xe9\xdb\xd8\x9b\x26\x81\xaf\xbd\x22\x14\x4b\xce\x3f\x26\x41\x7d\x0e\x7f\x37\xc6\x74\x4d\x5d\x99\xda\x82\x65\x1f\xc6\xba\x3d\x8b\x74\x8a\x57\x58\x75\x80\xe9\x2b\x4b\xaa\x18\xb7\xa0\xcc\x7a\xef\x99\x86\x18\x61\xe7\xe9\x29\x49\xaa\xe6\x22\xdc\x00\xdd\xac\xd4\x9b\xd3\xdb\x6c\x73\x29\xbe\x13\xe2\x23\x10\x66\x53\xd9\x1a\x70\x76\xc8\x7e\x82\x44\x3c\x0d\xb9\x1e\xa2\xfe\xb2\xd1\x34\x14\xe0\xda\x9d\x18\x20\xb3\x8d\x5a\x46\x1c\x10\x6e\xfd\xce\xe3\x61\x9d\x5b\x15\x1b\x5c\xf0\x66\xc8\xce\xae\xc5\xaa\xcc\xed\x13\x87\xf3\x64\x2d\x2b\x79\xd6\xb4\x4c\x54\x33\xee\xe8\x15\x99\x93\xa6\x9c\x5e\x74\xc4\x06\x8a\x62\x3a\x55\x32\xb9\xe1\x1d\x55\x26\x68\x8b\xa5\x58\x26\xb1\xcc\xb4\x70\x33\xf8\x5d\xfb\xc3\x0d\xaf\xcb\x0c\x2a\xa4\x27\x5d\xa7\x25\x89\x38\xd2\x61\xb6\xe0\xed\xb5\xc8\xf1\x21\x2f\xae\x2a\xb9\x10\x4d\x6d\x40\x2b\xbc\xcc\xea\xb6\xc8\xca\xf2\x1e\xf8\x98\x32\x5b\x4a\xd6\x85\xa9\xb2\x74\x85\x58\x35\xfa\xa0\x21\xb0\x5b\x8d\x36\xe5\xd7\xd9\x0d\x6f\x58\x59\x7c\xd4\x13\xa5\x6c\xba\x6a\x4d\xe0\xb7\x62\x0b\x56\xb3\x6b\x3d\x5b\x64\xb7\x9c\x95\xd0\x8d\x43\x99\x28\x9e\xc0\x56\x09\xa8\xb0\x1d\x48\x0a\x22\x17\x10\x1a\x3d\x67\x27\xd1\x0c\xb4\x94\x1a\x93\x7c\xbf\x91\xfb\x29\x5b\xf6\x67\x9c\xc5\x4a\x88\xb5\xa2\x97\x86\xc1\x46\xf1\x36\xd5\x29\x42\x23\x84\xc6\xbb\x76\xfd\x74\xe0\x70\xec\x32\xec\x38\x7c\x24\xc7\xb4\x4a\x77\xe9\x51\xd1\xa6\xad\x3b\xcb\x82\x15\xaa\xc8\xb4\x50\x49\xe1\xeb\xf6\x99\x92\x90\x22\x3b\x87\x89\xe9\x72\x4d\xfe\x69\xf6\xb6\x22\x96\xc1\x57\xb6\x47\x1e\x62\x4c\x70\x3c\x91\x43\x60\xf9\x8c\x48\x1f\x79\x7c\xd0\x2c\x0a\x01\xf3\x9f\x74\x68\x1a\x19\xa6\xff\x14\x23\x27\xa9\xe7\x2e\x40\x76\x95\xab\xb3\x45\x1d\x23\x14\x9c\x75\x14\x97\xd6\xc3\xa8\x9a\xaa\x88\x00\x07\x07\x20\x86\x36\x6d\x4d\x73\xe3\xb5\xb5\xbb\x81\xb2\xfd\x2c\x9e\xe2\x9b\x61\x72\xe3\x20\x55\xfa\x63\x40\xf1\xd5\x7f\xfc\x8d\xf6\x33\x17\xea\x53\x51\x55\x28\xf4\x4f\x2e\x5a\xa0\xf0\x1c\x21\x5f\xf2\x87\xc3\x31\xfb\x2a\x7a\x41\xa1\x0a\x87\x73\xe0\xbc\x39\x2f\x2e\x4c\xa6\x42\x9f\x01\x62\xf4\xd1\x84\x07\xdf\xd9\x16\x28\xbb\x66\xb6\x26\x86\x13\x3a\x0d\xed\x9d\x79\xf5\x71\x14\x72\x7e\x5d\xa8\xa4\xb7\x41\x33\x86\x2e\xcc\xec\x90\x9d\x5e\xd8\xda\x2b\x87\xec\xd4\x61\x18\x23\x87\xa0\xff\xc5\x4a\x01\xea\x7f\xde\xbe\x04\x67\xaa\xff\xa9\xed\xea\xa0\x50\x8f\xbd\x64\x09\x72\x4d\x62\x46\xc3\x2e\x02\xa8\x4f\xb4\x59\x42\xfa\xc3\x22\x65\x5f\x45\xaf\x23\x3b\x1a\xb3\xaf\xd6\xa2\x1d\xeb\x3d\xc4\x93\xee\x03\xf4\x3a\xa9\x33\x1b\x8f\xa3\x97\xce\x3f\x2e\xa7\x34\x4e\xec\x78\xc2\x8a\x69\xc1\xfa\x21\x93\xe4\x69\x40\x8e\x42\x06\x8a\x52\x1a\xd4\xed\x10\x7d\xda\xd9\xfd\x62\x2a\x4a\xb6\x27\xb9\xf4\x55\x95\xf3\x79\x51\xf1\x7c\xb2\xaf\xd6\xe0\xf0\x20\x46\x53\x71\x8e\x9d\x86\x9a\x6b\xba\x90\x97\x43\x2b\xf0\xe4\x83\xe8\x10\x30\x65\x7b\xd4\xa9\x8e\x96\xed\x3d\xd9\x88\xa3\x53\xdc\x07\xf9\x5f\x80\x73\xe4\xba\x85\x1c\x0f\x75\x76\x52\x29\x44\x60\x42\x71\xa3\x56\xe1\xdf\x94\xd9\x55\x03\x02\xc6\xd5\x02\x94\x58\xc9\xf1\xdd\xf1\x70\x55\x15\x48\xeb\x4d\x62\x6a\xd9\x97\x8d\xe4\x0a\x27\xfb\xc4\x3f\xb6\x68\x18\xea\x36\x8a\x86\x35\xc5\xa2\x28\xb3\x1a\x0d\xc1\x74\xd9\x3b\xf3\x6c\x83\x49\x25\x19\x0b\xfc\x85\x37\x98\x66\x5c\xca\x5f\x2b\x39\x0f\xbf\x5b\xd6\xbc\x69\xe4\x8e\x2d\xb3\xb6\xe5\x90\x4e\xb2\x69\x79\x06\x22\x5b\xc6\x96\x65\x56\x54\x93\x0a\xf5\x13\x8e\x22\xe6\x47\x7e\xf5\xf6\x6e\xb9\x4e\x11\xa3\xf4\x3e\x58\x09\xa7\x80\xa4\xc3\xa0\x74\x90\x5c\x20\x68\x49\x54\x0d\x2f\x55\xca\x0d\xbe\xc2\x21\x8c\xf6\x87\x5d\x02\x6a\x5f\xb2\xc6\xb0\x9a\xa0\x94\xc9\x6e\x0d\xc8\x49\xd6\xb0\x7b\xb1\xfa\x32\x07\x25\x06\x2b\x5a\xab\xcc\x01\xed\x23\x80\x7a\xb9\xb1\x06\x40\x2c\x25\x0a\x35\x7d\xaa\x00\xe7\x1e\xc2\x7d\xc0\x16\xc2\x17\xcc\x66\xab\x5a\x65\xe1\xf7\xc4\x4f\x47\x5c\x3e\xc3\x52\xe2\x97\x92\x58\x5d\x82\xa0\x4e\x53\x9c\x4a\x29\x59\x09\xc8\xbe\x40\x8d\xdb\x49\xee\x1a\xe4\xdb\xde\x5e\x8a\x76\x85\x77\x79\x50\x2a\x29\x27\xcb\x2a\x86\xf6\x09\x93\x24\x88\xf1\x3b\xd0\x4e\x29\x10\x90\xa8\x28\xd5\x95\x1d\x04\xbf\xd6\x5d\xe5\x8a\x76\xd0\x6c\x50\x24\x43\xcd\x86\x9d\xa0\x59\xcd\x78\xd3\xcc\x57\x92\xf5\x9e\x83\x6b\x46\xa6\x58\xed\x0d\x34\x19\x40\x00\xbc\xe4\xc2\xc7\x93\xc9\x64\x72\xde\xfc\xfc\xa6\xaa\x2f\x1e\x26\x93\xea\x61\x32\xa9\xb1\x18\xd9\xdf\x54\xba\x75\x14\xa7\xe3\xe5\x82\x24\xa2\xbd\x5b\x95\x6d\x51\x16\x15\xa7\x70\xf7\xe0\x56\x54\x8d\x50\x73\x95\x4b\x1f\x07\x49\x54\x47\x4b\x68\x0e\x59\x92\xa8\x61\xd8\x58\x53\x97\x87\x07\x46\xbf\xbb\x11\x45\xce\x4e\xd8\x4b\xfd\xc7\x48\xff\x3a\x44\x19\xe6\x75\xd6\xf0\x01\x90\xa4\x42\xd1\xa4\xc9\xfe\x20\x00\xc5\x57\x80\x24\x41\xbd\x64\x52\xc4\x1c\x6f\x47\xbc\x7e\x11\xbd\x0a\x5a\x41\xe2\x56\xd8\x8e\x6a\x74\x50\x86\x8f\xfd\x7c\xc5\xa1\x6b\x12\x0c\xec\x49\x74\xba\x5d\xf3\xb1\x58\x86\x77\xd6\x6a\x21\xe0\xf7\x67\x91\xb7\x18\x9a\xd8\x02\x79\x51\x0d\x48\xe7\x1d\x5f\x53\xdc\xd8\xeb\xdc\xad\x8d\x70\x20\x72\xb6\xf1\xd0\x19\x44\x3f\xff\x2f\x34\x49\x8a\x15\x0c\x8a\x4c\xaa\xbb\x9b\x3a\x3d\x9a\xa2\x1d\x85\x27\xe7\x33\x39\x3d\xea\x1c\x97\xa5\xd6\x85\x96\x93\xf0\x1c\x3c\xcc\xd8\x74\x99\x61\x59\xee\xb0\x67\xd7\x56\xf4\x1f\x5c\xc8\xf7\x38\x58\x77\xd2\xa5\x37\xc0\xba\xc0\xc2\x53\xf2\x40\x82\xea\xf6\x9a\xd7\x5c\x3e\xf1\xa2\xe2\x6b\x35\x1f\x46\x8e\x10\xf3\xb9\x23\x0a\xbc\x87\xc2\x87\xc1\x32\x23\xb2\xbe\xa2\x25\xc3\x32\x6b\x20\x35\xb9\x14\x29\xc4\x7c\x1e\x11\x7a\x43\x09\xf3\x3d\x56\xc2\xd1\x58\x70\x70\x60\x46\x03\x1e\x88\x4e\x1f\xd3\x1e\x74\x8b\x9f\x50\xda\x43\x15\x16\x8b\x1c\x32\x92\x6f\x90\x45\xd4\x93\xab\xf2\x8f\xc3\x0f\x9d\x25\xb5\x58\x84\x68\x40\xfd\x9a\x84\xd4\x46\x7b\x09\xe5\xdf\x4f\xba\x44\x66\xd3\x32\xc4\xb3\x0e\x79\xd2\x28\x94\x10\xa9\xfb\xc6\x7d\x2e\x01\x78\x78\x60\xaa\x96\x96\x7d\x89\xa0\x4a\xf0\x26\x62\x3a\x2d\x22\x85\xe7\x15\x93\xa4\xd8\x2e\x42\xfb\xa6\x28\xd6\x2b\x30\xd9\xa2\xb0\x1b\xde\xdd\xe7\xe6\x5e\x76\x4a\x58\xbd\x7b\x8b\x50\xfb\xea\xdd\x18\x54\xbf\xa1\x06\xeb\x91\x4a\x33\x28\x0f\xcc\x4b\xc9\x93\x56\x50\x38\xc7\x2f\x71\xc8\x7e\xe6\xd9\xc7\x77\x19\xaa\x27\x8f\x8f\xd9\x8f\x7c\xd5\x40\x22\xf3\xc4\x28\x11\x07\x64\x00\xcd\x01\x2b\xeb\x60\xa3\x39\xef\x6f\x74\x8b\x37\x62\xa6\x57\x47\x79\x59\x85\x29\x60\x07\xf2\x29\xad\xba\x7c\xb1\x27\x55\x55\xf1\x91\xff\x09\xde\x50\xd6\x0a\x5f\xa0\xd2\xa5\x01\x4c\x5f\xa3\xdb\x50\xdd\x9a\x36\x6b\x8b\x99\xec\x9d\xe4\x62\x46\x18\x9e\xa0\x52\x17\x72\xb6\x63\xbb\xf4\xa1\xea\xe4\xbf\xc8\x7b\xaa\xe9\xc3\x83\xea\x64\xea\xa0\xe2\xfd\x52\x5f\x62\xb5\x42\xe0\x41\xa2\xb5\x85\xca\x4c\x97\x2b\xa2\x5b\xa9\xf6\xcd\xd4\xf4\x56\x25\x1f\x0c\xd8\x81\x0a\xd0\x40\xdb\x98\x25\x96\x59\xf0\x3e\xea\x52\x1a\x65\xd6\xc6\x39\x03\xf0\xea\x20\xab\x19\x2b\xaa\x77\x70\x40\xd6\x03\x34\x2c\xce\x78\x62\x23\x8f\x31\xfb\xc4\x90\xeb\x44\xf1\x16\x9b\x7c\x03\x55\x54\xd9\x38\xec\x61\x41\xf8\x06\x29\x54\x74\xef\x14\x82\xc4\x37\xc8\x76\x1f\x48\xa4\xb0\x48\xa4\xff\x91\xf1\x03\xfc\x8b\xef\x06\x94\x48\x0c\x1f\x6e\x09\xc5\x61\x08\x86\xe9\xe4\x33\xd5\x91\x73\x0a\x8e\xde\x02\xa7\x2e\x4e\xc4\x80\xd0\x81\x2f\xa4\xc0\x21\x1c\xdb\x11\x73\x06\x13\xce\x17\x83\x81\xa3\x00\xc1\xfb\x1c\x95\x1a\x62\x17\x7b\x8d\x20\x11\x8a\xa4\xc1\x8d\x66\x6b\xa4\xd5\x3e\x1b\x6b\x97\xe8\xb4\x09\xbb\xfe\xdf\x48\xa6\x51\xb7\x9f\x9e\x24\x90\x1b\x7b\x5f\x14\xfb\x3b\xbb\x5e\x55\x1f\xdf\x56\xb9\x2e\xb5\xf8\x87\x93\x93\x13\x76\xfc\x3b\xf6\x75\xd6\x70\xf6\xbb\xe3\x81\xc7\x03\x9a\xe6\xbe\xba\x58\xa1\xcf\x52\x34\x40\xa8\xd4\xee\xbf\x34\x7f\x8d\x28\x09\xb5\xc5\x04\x6d\x19\xd5\xc7\x5e\x2e\xb1\xc3\xcc\x43\x5e\x75\x8f\x09\x8c\xbe\xf4\x72\x57\xba\x0a\x6f\x3a\xfc\xa1\xc3\x03\x42\xaf\x36\x62\x4b\x39\x3e\x66\x67\x1f\x8b\xa5\xd2\xb3\x69\x7b\x59\x5e\xd4\x7c\xd6\x96\xf7\xaa\xc0\xb5\x64\x92\x25\x60\xf8\x7b\x07\x1b\x09\xae\x8f\x9a\xfd\x93\x1f\x08\x8f\x28\xa9\xa2\x98\xcf\xbb\x39\x88\x90\xfd\xf5\x64\x06\xfd\x6f\x87\x25\x3e\x06\x2b\xfe\x76\xae\x35\x10\xec\x4a\x40\x70\xfb\x42\x34\xad\x16\x07\x94\xd2\x26\x63\x95\xa8\x66\x62\xb1\x84\x54\x41\x80\x34\x29\x6b\xb5\x1f\x10\x19\x0d\xbc\x7d\x52\xd6\x14\xd5\x8c\xb3\xa2\xfd\xb2\x2c\xc1\x5a\x58\xde\xb3\x29\x67\xc0\x35\xb4\x42\xcd\xb6\x10\x35\xef\xd9\x3e\xb2\x0e\x61\xf9\x2e\x7f\x2f\x03\x26\x5b\x33\xaa\x66\x07\x88\x41\xe0\xa4\x47\xb9\xec\x99\x44\xd8\xd6\x42\x81\xc1\xc5\xcf\x20\x11\x6c\xc7\x3f\x3f\x45\x88\xd8\xd8\xe4\xd9\xc5\x94\x1a\xee\x59\x1f\xd5\x78\xdc\xcb\x23\xb3\xcd\x18\xd9\x7e\xd8\x22\xf0\x31\xc4\xbf\x3f\xd7\xaa\xa6\xb7\xc3\x90\x76\xec\x59\x27\x51\xd5\x94\x2d\xf5\x8e\xd6\xa7\xb1\xc1\xc1\xc7\x51\xef\x77\xec\xab\x80\x0f\xeb\xe2\xc7\x37\xb0\x2e\xe8\x6d\x75\xd4\x8c\xbd\xf6\x85\xe8\x5b\xdd\xdb\x85\x90\xeb\x7e\xdb\x04\xad\x95\x7b\x93\x95\x45\xae\xde\x4a\x2c\x0f\x6a\x60\x6d\xeb\x7b\x8a\x0d\xe4\x51\xc5\x86\xe4\x55\x5d\x53\x9f\x57\xbd\x5b\xe8\xa3\xf6\x4b\x16\x7b\xb4\x28\x23\xf0\xe8\xfb\x48\xa3\x67\x21\x04\x41\x14\x59\x29\xae\x92\x9b\x82\xdf\x3a\x85\x7c\xa1\x2e\x94\x64\x19\xca\x36\x31\x55\xa2\x52\xf6\x09\xed\x1d\xf2\x85\x9e\x2d\x8e\xe4\xf9\xce\x0b\x5e\x42\xae\x9a\x2a\x5b\x80\x27\xb0\xdc\x62\x28\x28\xf5\xcc\x8e\x96\x03\x89\xc0\xb1\xe6\xa2\x5e\xc0\x50\x16\x64\x3a\xe6\x95\x68\x21\xe4\x67\xb2\x4f\x4a\xcd\x8a\xea\x23\xbf\xcf\x21\x25\x42\x02\x71\x96\x7e\x49\x3a\xa6\x4b\x45\xcb\x1f\x87\x1f\xf9\xfd\x6b\x65\xbf\xf9\xea\x3f\xe4\x89\x1d\x1f\xab\xe4\x07\xe1\x25\xc0\x1e\x6e\xf8\x66\x54\x6c\x95\x5b\x34\x34\xa5\xb8\x3e\x31\x8e\x71\x3b\x23\x96\xc3\x16\xa2\x0b\xf1\x50\xcc\x55\xfd\xfd\xb0\xc4\xb9\x19\x64\x2e\x66\xab\x26\x98\xa3\x4b\x2c\x0f\x96\x74\xfa\x7b\xbd\xa4\xca\x71\x3f\xdc\x7a\x45\x57\xa2\x0f\x88\x47\x67\xff\x9b\xd5\x74\x51\xb4\x7d\xdb\xbf\xd1\xb4\xde\x94\xfa\xd6\xa7\x0a\x37\xca\x6c\xca\x21\x22\x17\xf6\x09\x2b\x9c\x2d\xaf\xeb\xac\xe1\xc9\x64\xff\xcf\x42\xd2\x71\x44\xaf\x41\xca\x26\xfb\x12\x63\x52\xc4\x54\xf8\x0c\x1f\x71\xa0\xe9\xaa\x6d\x45\x15\x62\xac\xfd\x5e\xde\x79\xf9\x25\x2e\x4c\x22\x6c\x7c\xd6\x2b\x21\x59\x51\x0d\xb4\xb9\x41\x57\x22\xe9\xf4\x2c\x38\xfe\x5b\x72\x7e\x78\x74\x31\x78\x99\x4c\x26\xf9\xe1\xe0\x65\x32\x52\xff\xfd\xb7\xc1\xcb\x2f\x94\x31\x12\x8b\x53\xa2\x93\x97\x2f\x2a\xe3\x7b\x1b\x93\x18\x03\x51\x11\x80\x05\xc9\xf0\x06\x1c\xea\xa9\x56\x3f\x28\x74\xed\x57\xaa\x5b\x64\x45\x05\xa5\x96\x7d\xdb\xc0\xb9\x64\x5e\xae\xaa\x94\x95\x55\xca\x66\x65\xca\x96\xbc\x9e\xf1\xaa\xbd\x88\x78\x9d\x90\x8a\x8d\x25\x7b\xc9\x0e\x67\xa5\x12\xa9\x4e\x07\xf2\xbd\xf5\x5a\xaa\x1a\xdc\x65\x25\x9b\x96\x15\x1b\x11\x5b\x42\x50\xe6\x1a\xaa\x70\x57\x92\xdb\x51\xf3\x47\xd9\xe5\xe5\x4c\x15\xbe\x66\xc7\xec\xf4\xc4\x57\x2b\x41\x85\xbe\xe2\xaa\x8a\x70\x3d\xd0\x71\x39\x63\xbf\xc3\x16\xe8\x33\x7f\x34\xd9\xd7\x75\x88\x4f\xa5\x38\x9c\xf8\xf0\xb1\x63\x6f\x63\x03\x57\x1e\xb5\x46\xa8\x34\x59\x8b\x55\x95\x27\x5e\x07\xf6\x3b\xb6\x9c\x75\x58\xdc\xcd\xb5\xc7\x85\x03\xe8\xc1\xaa\x6d\x6d\xf0\x7e\xe0\x7b\xf6\xd6\xab\x09\x9e\x8b\x59\x14\x6b\x12\x53\x2f\xf3\x54\xd7\xce\x2c\x2a\x7f\x3d\x18\x9d\xe8\x16\xcd\xf4\xa8\xa5\x47\x2a\xfa\x49\xa7\x57\x63\xdc\x20\x6c\x67\x45\x7d\x05\xbd\x66\x40\x68\x8d\x4f\x03\xf3\x4c\x94\xa9\x5e\xa6\xd6\x0e\x0f\x82\xa9\x22\x05\x13\xc9\x9e\x05\x0b\x74\x29\xb9\xda\x53\x53\x32\x5d\xbe\x7a\x8a\x3d\x50\xf9\x2b\xc8\x72\x7d\x25\x23\x89\x43\x19\x22\x9b\x03\xe3\xd2\x8e\x10\x98\x12\xed\x07\xbf\xe8\x6e\x5a\xfd\x80\x45\xbf\x29\xc3\x22\x39\x08\x43\xd7\x55\x19\x49\x20\x41\x52\x8e\x89\x5b\x31\x38\xd8\x8a\xeb\xa1\x3a\x32\xbf\x56\xb5\x7c\x9f\x86\x45\x93\xd0\x95\xf9\x56\x56\xd8\x2d\xad\x81\x08\x0c\x64\x0a\x36\xfa\xb5\x86\x50\x45\x72\x8c\xd8\x1c\xc2\x1a\x74\x08\x11\x1c\x73\x32\x87\x78\x34\xf9\x83\xfc\xcf\xcb\x80\xa5\x61\x23\x5d\x96\xfb\xd1\x38\x6c\xbc\xc6\x70\x7b\xf4\x69\x90\xe3\x35\x2c\x53\x7b\xcb\xb2\xe6\xa3\xf6\x71\x5d\x35\xbc\x56\xce\x16\x70\xc7\xf0\xf2\xa4\xe8\x8b\x0b\xf6\xf0\x0c\xd9\x3c\xb6\x14\x4d\x01\xcf\x41\xd1\x68\x68\x73\x0c\xc7\x6d\xa8\x17\x00\xc8\x91\x19\x52\x3f\x28\x73\x79\x86\xa1\x0d\x0d\x1d\xbf\x49\x59\xcd\xcb\x0c\xe2\x3b\xe0\x6b\x31\x9f\x37\xbc\x95\x03\xf3\x79\x71\xa7\x22\x34\xd8\xe5\xe1\x25\xd4\x20\xba\x3c\xba\x4c\xad\x9e\x59\x11\xc8\xec\x8a\x37\xac\x59\xcd\x69\xfb\x7f\xbb\x04\xc8\xc1\x1b\x00\x94\x2e\x59\x29\xd1\xaa\x5c\x2d\x2a\x0b\xff\xf4\x9e\x65\x39\xe4\x4b\xb8\x1c\x5d\x62\x73\xd6\xf0\x99\xa8\x72\x05\x1d\x15\xfc\xe5\x0b\x5c\xe1\xd7\xb0\x1a\xc8\x13\x87\xbb\x38\xcb\x2a\x29\xe4\x42\x05\xd0\xdc\xba\x1d\x5c\x2e\xe1\xe0\x34\x6f\x77\x29\xbf\x5c\x98\x0a\xac\xe0\x4f\x6c\x93\x15\xe8\x56\xea\x51\x23\xac\x06\x90\x7b\x39\x12\x96\x6b\x07\x6c\x48\xf0\xe1\xf3\x8f\xdf\xa9\x00\x0e\x7d\x82\xe7\x5a\xa1\x34\x1b\xb3\x73\x9f\x0e\xc9\x9b\x32\xf0\x2b\x18\x13\xee\x00\x98\xde\x84\xdc\xca\x54\x85\x62\x74\x54\x83\x57\x53\xa1\xc7\x15\xbd\xe9\x2a\xe0\x0f\x62\xc9\xe4\xc4\xe7\xce\x98\x52\x1c\xf8\x20\x77\xea\x8b\xd3\x8b\x3e\xea\x6a\x96\xe2\x50\xa8\x2d\x77\xea\xd1\x6e\x18\xee\x97\x37\xd2\x30\x17\x0b\x74\x55\x3b\x53\xa7\x66\x05\x83\x81\x47\x09\xc3\x1a\xb2\xd6\xe5\x4a\x2d\xc8\xa7\x63\x36\x2c\x70\x68\x5a\x69\x52\x36\xd9\x1f\xce\x16\x47\x08\x85\x23\x22\x8c\xe8\x99\x2e\x11\x83\x25\x53\xf7\xd5\xf2\x8e\xfd\x71\x79\xc7\xfe\x7d\x79\xe7\xc8\x11\x93\xfd\x03\xa6\x78\xcc\x11\xfb\xc4\xe6\x02\x9d\x8a\x65\x97\x3f\x9d\xfc\x9b\x64\x02\xad\xc0\x34\x20\x4e\x67\x2a\x40\xf9\x2f\xc5\xd5\x75\x59\x5c\x5d\xb7\x3f\x68\xdd\xa6\x9e\xff\x5a\xff\xf2\xb3\xa8\xf3\x57\xf0\xea\xa3\x80\x39\x42\xc4\x50\x30\x2c\x8a\xca\x3c\x5e\xdf\xc1\x1b\x34\x62\xa7\xfa\xb7\xec\xee\x1d\x6a\xdb\x46\x92\x8f\x51\xdf\xde\x5e\x8b\x92\xcb\x41\x1b\x35\x12\xdd\x4e\x33\x2b\x22\x90\xbf\xa5\x10\xb0\xe8\xbf\x0a\x18\xbd\xa8\x35\xb6\x31\xc9\xd1\x09\x70\x4c\x8c\xb2\xba\x63\x0f\x52\x9f\x3b\xe9\xd9\x8a\x24\x4b\xd9\x14\x64\x87\x8c\x3d\x3c\xb0\xa9\xf7\xfa\xc6\x76\x47\xbf\xdf\x7e\x53\xb2\x59\xba\x49\xe4\xa1\x7e\xa4\xd4\x1f\xdc\xf5\xc0\x01\x0a\x9c\xe6\x0c\x9c\x0d\x1a\x26\x80\x42\xdb\xf8\x00\x6e\xf9\x8e\x21\xfb\xb6\x95\x8f\x42\x33\xa9\x80\x98\x81\x24\x61\x7e\x05\x38\x26\xfb\x97\xca\x13\x50\x07\x8a\x98\xe1\x8b\xea\x6a\x08\xa1\x86\x93\xea\xb2\x73\x6f\x20\x9a\x8b\x57\xd9\x14\x42\x0d\x65\xff\x5b\x51\xe7\x6e\xbd\xec\x49\x55\xb4\x0d\x2f\xe7\x26\x32\xd1\x8c\x66\x68\x7d\x04\xb2\x23\xc9\xe5\x4f\xf6\x2f\x15\x89\x35\x02\x8c\xe9\x7c\xe6\x34\xe7\x4d\x80\x1a\x40\x2b\xc1\x1c\x71\xae\x70\x00\x2e\xa7\xd2\xc6\x19\x7c\xe0\xf5\x05\xa1\xb9\x7a\x10\xc2\xd9\xde\xb5\x48\xff\x3c\xac\x95\x64\x4f\xb7\xf6\xe8\x07\x5a\x3f\x0c\xfb\x04\xf3\xbd\xe1\x33\xe1\x23\xba\x0d\x1e\x1e\x2e\xb2\xfa\x63\xe2\xca\x7c\xfe\x49\x21\x7a\xe8\x21\x0b\xfc\xfa\xa9\xc3\xb2\xae\x8d\xc7\xd9\x8e\x8f\x9d\xb8\x3a\x53\x11\x9d\x68\xd6\xc5\xaa\x6d\x8a\x9c\x13\xff\x4a\xfd\x3a\x37\x2c\xab\x39\xab\x44\x75\x04\x48\x61\x3b\x93\xe3\x2c\x2a\xd9\x59\xa2\x95\xca\x78\x51\xf0\x26\x99\x5d\xf3\xd9\xc7\x54\x17\x16\x0f\xac\x4d\x6a\x97\x8d\x96\xf4\x04\x0c\xb1\xb2\x8f\x16\x15\xa5\x20\xa7\xed\x65\xec\x88\x9d\xe2\x20\x83\x01\xdb\x1b\x3b\x81\xcf\x43\x39\xf1\x80\x1d\x1c\xd8\xe3\x4e\x50\x0d\x4a\x44\x05\xd4\x03\x76\x4d\x81\xd6\x3f\x76\xc8\x4e\xbb\x86\x47\x54\xd8\x60\x27\xd5\xad\x89\x6d\xe2\x26\x1b\xb8\xe1\xb6\x75\x6e\x54\xaa\x15\xdd\x72\x25\xe3\xc8\x4a\xec\x26\x1d\x1c\x74\x6d\x06\xee\x76\x2b\x3a\x86\x08\xae\x05\xb9\x86\x3e\x1a\xdb\x70\x7a\xe0\x9c\x5f\x4b\x1c\x4e\x90\x58\x45\x2c\x95\x8e\x26\x90\x19\x45\xb5\xb9\x0a\x8d\xd6\xf5\x5f\xf1\x56\x5e\x10\xec\xe0\xf2\x10\x4a\xb4\xc0\xff\x04\xf1\x8a\xf8\xb5\xd5\x43\x9c\xf1\x56\x62\x85\xfa\x3a\x17\xb3\xd7\xaa\x6e\xa5\xfd\x52\xce\x21\x19\x66\xf5\x4b\xcc\x21\xac\x07\x42\x32\x48\xe8\x63\x68\xd7\x10\x38\x37\x88\x6a\xae\x78\x50\xcd\xf6\xc9\x07\xd5\xa7\x5f\xbe\xf2\x24\xa2\x94\x01\x36\xcc\xd3\xbe\x78\xcc\x65\xc3\xcb\x21\x78\x00\x37\xd6\x86\xe3\xc7\x01\x28\xc4\x23\x64\xa9\x12\x15\xf7\xa6\x47\xa7\xec\xb1\x9c\x14\x14\x3c\xc6\xea\x0c\x88\x16\x1a\x79\xe4\xe4\xe8\x7a\x0c\x16\xbf\x68\x94\xc2\x9e\xdc\x8a\x61\xe7\xe3\xd5\x1d\xe5\xd9\x0d\xaa\x06\x17\x2e\xa4\xde\x1c\xf9\xe1\x55\xab\xc0\xf1\x15\x53\x06\x18\xd9\x6a\xd7\x29\xf5\x26\xe0\x7c\x33\x7b\xad\x8a\x5f\x79\xdd\x33\xb1\x0e\xd2\xf5\xee\xa9\x04\x45\x19\x45\xe0\x4f\xd7\x7d\x61\x8d\x0f\x29\xe8\xc3\x78\xc5\xc6\xca\xf5\x1b\x2e\x3d\xfe\x19\x31\xe7\x82\x4e\x88\x57\xec\x39\xe0\xe5\x30\xe4\x95\xe4\x75\x91\x0d\x5e\xb0\xaf\x4e\x62\x46\xbe\x8d\xf6\x07\x7c\x38\xe4\xf8\x96\xef\x8c\x5a\xb0\x3a\xf6\xc3\x42\x9f\x9a\x45\x0d\x9e\xb1\xe3\x63\xf6\xe1\x87\x37\x3f\x8c\x58\x56\x96\xe2\x16\xc4\x4b\x15\x2d\xc9\x4a\x9e\x49\xa6\xfd\xb8\x55\x49\xbd\x18\x24\xf4\x7a\x19\xce\xb8\xeb\xc9\x19\xb4\x49\x36\x78\x22\xa3\xf0\x87\xe3\x31\x24\xdd\x9d\x4f\x46\x74\x98\x98\x5a\x64\xe3\x73\xd9\xd0\x10\xb9\xcd\xb1\x0c\xdb\xba\x58\x74\x3a\x3f\xee\xa1\xc3\xfc\xe7\x01\xd9\x57\x36\x22\xaf\xe5\xc4\xfb\x1b\x85\xd3\x32\xab\x21\x3e\x01\xc8\xee\x4d\xd1\x14\xd3\x92\x43\xf4\x7e\x88\x88\x40\xa4\x51\xc3\x82\x2e\x2a\x34\x78\xc6\x2a\x29\x0d\x05\x94\x43\xab\x5d\x80\x3f\xdd\xdb\xca\x6c\xd8\xf2\xde\xcc\x86\x2d\x24\x03\x15\x3a\xdd\x61\xfe\xb6\xe6\x69\x74\xd0\x22\xd1\xdb\x5d\x5b\x8b\xa8\xfc\xf0\xb0\x15\xd3\xd6\x69\x48\xf6\x08\xb8\x44\x4c\xf4\x5c\x1d\x13\x3c\x04\x67\x02\xc1\x5e\x8c\xd7\xa1\xb5\xfc\x27\xcf\x07\x59\x75\x87\x3d\xc6\xf7\xa9\xdb\xab\x4e\xff\x33\x2a\x6c\xed\xe1\x67\xc8\xdb\xc3\x03\x43\x07\x3f\x0b\xd8\x86\x60\x6c\x09\x82\x9c\x1d\xba\x9b\xb7\x14\x89\xa6\x91\x1a\x7b\xa6\xdd\x08\xb9\x59\x6f\x1c\x62\x18\x41\x47\x46\x03\x57\x36\x3e\x13\x54\x46\x35\x42\x34\xe1\x62\x46\xec\x06\xb4\x9b\x94\xb3\x51\xe2\xac\xa3\x94\x00\x61\x6c\x7b\x6d\x8a\x2f\x15\x8d\xd8\x27\x36\xcd\x66\x1f\xaf\xf0\x61\x17\xa5\x14\xd8\x27\xfb\xff\xd7\x7f\xfe\xe7\x7c\xfe\x1f\xff\xf1\xa7\x13\xb0\x90\xb9\x03\xc8\xcb\x86\xc2\xcf\x16\x03\x62\xa2\x38\xc8\x85\x87\xfa\x16\x2d\x1f\xe1\x73\x66\x64\x5f\xc9\xaf\xcb\x8e\x44\x00\x6e\x86\xa6\x82\x16\xb4\xfd\x19\x79\x87\xe4\x93\xbe\x2c\x5a\x23\xc6\x1e\x07\x9e\xd6\xf0\x93\x95\xe6\xe1\x9a\x42\x07\x62\xa0\xae\xf8\xed\x19\x70\x69\x81\x85\x01\xb5\xe8\x56\x17\xa0\x98\xb4\x45\xb6\x4c\x14\xab\xf5\xa2\x93\x7b\x91\x08\xdf\x61\xb2\x20\xad\x06\x29\x73\x6d\x72\xe0\xf4\x44\x15\x98\x08\xdd\x90\xff\xc3\xc2\x41\x5f\x93\x88\xc5\xdf\xe8\x06\x11\x34\xc5\x90\x7f\xa2\xb6\x14\xb5\xe4\x47\x5f\xe8\x26\x4a\xbb\xe3\x63\xf6\x4d\x51\xe5\x18\x0f\x21\x66\x98\x1b\x67\x06\x26\x01\x7c\x69\x8c\xc2\xba\x15\xe8\x0f\xa6\x13\x37\xfd\x5c\x67\x4b\x75\x80\x30\x8c\x3c\x44\xa3\xac\x36\x21\x15\x28\xd6\x82\x13\x14\xc9\x95\x60\x44\xb2\x79\x51\xe5\xdf\xf3\xbb\xf6\x07\x33\x73\xa2\x0e\x1a\x1f\x27\xf7\x80\x91\xd9\xc5\xe3\xb1\x67\x1c\x30\xdc\x5d\x4c\xa7\x35\x86\xa6\x6c\xbe\x2a\x4b\x85\x5c\xd0\xf4\xe0\x80\x19\x4e\x4f\x8a\x63\xd0\x56\x93\x55\xc5\xf8\x99\xef\x8d\xf3\x9f\x79\xd2\x66\xf7\xb3\x12\xbd\xa4\x41\x15\xb8\xd5\x9b\x85\xeb\x39\x77\x45\x83\x23\x76\x7a\x01\xaf\x97\xeb\x40\xe8\xbc\x5a\xbe\x8f\x30\xcd\x02\x12\x61\xf1\x11\xc6\x6e\xb6\x31\xe2\x1a\xb6\xcd\x32\x8c\x25\x0e\xad\x72\xdd\xab\xd2\x9a\x86\x80\xb4\x9b\x4d\xf4\x9c\xa5\xd6\x30\xd9\x76\x6d\xf2\xac\xd4\x84\x8d\x58\xf0\xa4\x96\x37\xb7\x36\x67\x4a\x1f\x6e\x7c\x99\x22\x9b\x31\x13\x55\x5b\x54\xd1\x00\x2f\x8d\x33\x9d\x8c\x42\x0c\xe9\xc2\x49\xbb\x78\x06\xe8\xfd\xf0\x40\xf0\x70\x2f\x02\xb3\x69\xd1\x8a\xe0\xf7\xce\x27\xbf\x63\x51\x8f\x51\xe1\xb3\x83\xbf\x71\xdc\xb7\x40\xdb\xaa\xc8\x79\x84\x74\xb4\x24\xcd\x16\xd1\xb1\xbe\xbd\x5b\x4a\xc1\xc0\x7c\x33\xa9\x94\xfb\x65\xb3\xaa\x81\x90\x48\xe9\x00\xb6\xc1\x04\xd9\x5a\x9a\x5e\x34\xe8\xb0\xea\xd6\x59\x84\x9f\x5d\x0a\xb2\xf1\x7b\xb1\x96\x90\x18\xbe\x4b\xe1\x13\x48\xf9\x2f\x40\xee\x56\x38\x85\x42\xb8\x64\x53\x02\x5a\x6d\x1f\xb0\x28\x34\x84\x56\xa9\xe8\xef\xfc\x03\xaa\x60\x63\x9c\x7d\x73\x7e\x72\x41\xb9\x7b\xf8\x6c\x99\x5b\x50\x2f\x78\xae\x1f\xc1\x45\xf0\xc7\xd5\xe3\x81\x0b\xe3\xde\xd8\x01\x63\xcd\xdb\x43\xb5\x10\xdd\x24\xdc\x19\x90\x1a\xeb\xa0\xeb\x4e\xaf\x9b\xed\x43\x9e\x39\x7f\xe5\x59\x9e\x63\x32\x30\xff\x61\x46\xd6\x32\x2a\x2a\x69\xeb\x1e\x31\x42\x18\x17\x06\xc2\x69\xb9\xde\x03\x89\xc7\x69\xf7\x3d\xb4\x16\x63\x81\x8a\x82\x5e\x09\xac\x37\xdb\x98\x74\x66\xd0\xcd\x15\x93\x6e\xb2\x9a\xfd\x92\x85\xe6\x76\x3f\x3e\x44\x2c\x47\x4c\xf5\x1f\xd6\x3c\x5f\xcd\x78\x92\xdc\x64\x65\x0a\x5f\x0e\xb4\x95\x7d\x8f\x24\xb5\xd5\x9f\xad\x6b\x7f\x56\x32\x1c\x64\xd8\x8a\x25\x24\xfc\x45\x6f\x4d\x60\x83\xa8\x15\xcc\x10\x9e\xac\xe1\x67\x3a\xa7\xe1\xe7\x9c\xdf\x19\x78\x23\x48\x80\xcb\x03\x2b\xe9\x88\x25\xc9\x2f\x99\x94\xe4\x14\x38\x12\x85\x93\x99\x04\x61\x36\x24\xed\x40\x31\x6b\xa3\x1d\x64\x97\x68\xa0\xc3\x2f\x99\xd3\x4b\xb6\x4d\xb4\x59\xdb\x3e\x9c\xd6\x40\x4b\x2f\xd7\x63\xcc\x8c\xf5\x2a\xcf\x6d\x1a\xcc\xac\x35\x41\xab\x1c\x10\x51\x81\xbd\xd2\xb9\x54\x25\x49\xd5\x66\xff\xf2\x1e\xf0\x0c\x7e\xe6\x34\x9d\xa6\x31\x8a\x0d\x27\x55\x72\x7e\x29\x96\xbc\x22\x60\x6d\x15\xf6\xef\xf5\x1d\xa0\xb1\x2a\x5b\xb5\x62\x91\xb5\xc5\x0c\x81\x40\x43\x17\x28\x69\xe5\x9d\x87\x5c\x99\xd5\x97\x2d\xcb\xca\x9a\x67\xf9\x3d\x13\xd5\xc0\x37\x57\xe1\xf0\x0a\xc7\x03\x55\x3c\x9a\x3f\x5f\xb2\xf3\xe0\x02\x0d\xc5\x5c\x77\xd2\x34\xe7\xad\x5e\x6d\x73\xc1\x46\xc1\x77\xcf\xec\x13\x66\x52\xa0\x62\x82\x16\xf6\x5e\xa9\x26\xec\x6e\x7f\xd9\x38\x47\x11\x49\x77\xfa\x7f\x03\x9f\xdc\x99\x64\x03\xd9\x68\x4c\xb5\xd0\x93\xe3\xc2\x5b\x36\xd3\x4a\x6f\x35\xb9\x46\x56\xf5\xd9\x8f\x9b\x71\xae\x03\x1b\xb3\xbd\x3d\xd5\xdc\xf9\x21\x0c\xfc\xb9\xe2\x77\x4b\xda\x1c\xbf\x09\xdb\x2d\xcb\x0c\x1e\x56\xd3\x0c\xbf\x78\x78\x88\xe6\x6d\x44\xcf\x19\x39\x2c\x5d\xc2\xc1\x01\x4b\xf6\xe8\xbc\x0f\x0f\x8e\x2b\x35\x69\x1b\x06\x06\xad\xaa\x7f\xac\x44\x0b\xdc\xa1\x82\xa1\x04\x37\xee\x52\xc7\xea\xa8\x49\x46\xf4\x93\x86\x13\x93\x47\x24\xe7\x55\xdd\xca\x3f\x2e\x06\xc7\x57\x29\x4b\x7e\x49\xd9\xec\x1a\x08\xcf\xec\x1a\x9d\xeb\x2a\x70\xae\x9b\xec\x4f\x26\x15\xc4\x28\xe9\xef\x6b\xf3\x7d\xed\x7c\xdf\x9a\xef\x5b\x1d\xd3\x04\x95\x53\xba\x02\xd0\x5f\x43\x4e\x58\x75\x2b\x10\x2f\x5a\xc1\xb2\x4a\x80\xad\x0b\x51\xd0\xc5\x10\xfe\x8f\x04\x7e\x8c\x19\xf1\x1d\xf4\x18\x33\x68\x47\xf6\xda\x3d\x39\xfd\xbb\xfe\x82\xda\xf1\xba\xb0\x48\xf7\x71\xbf\xb6\x43\x23\xf2\xd8\x91\x09\xea\xf8\x2b\xff\xaf\xa2\x6a\x79\x0d\x7e\x49\xce\x05\x30\x0e\x6c\xf1\xd5\xa9\x39\x5e\x12\x47\x7a\xb8\x6d\x80\x2b\x03\x36\x42\xf2\x0a\x21\x86\xe4\xfb\x0e\x18\xfe\xcc\x5b\x70\x79\xa2\x29\x8f\xd1\x94\xaf\x4f\x43\x93\x0f\xf4\x12\xab\xc5\xea\xea\xda\x4f\x7c\x13\x26\xc4\x61\x24\x13\x32\x5d\xdb\x15\x6f\x5f\x1b\xdf\xc5\x20\x5b\x8d\x35\x97\xae\x5f\x3c\xfe\xa1\xf3\x95\x5c\x17\x0d\x78\x85\x51\xb3\xe5\x48\x45\x21\xf7\xb4\x89\x84\x36\xc2\x96\x41\xa2\xf2\x88\x91\xb0\x59\xf2\x59\x84\x1a\x2d\xf9\x4c\xb2\xa8\x4b\x3e\x73\x06\xb4\x44\x9c\xc2\x21\x9b\x05\xb0\xba\x74\x3d\x10\x2c\xa1\xb5\xec\x68\xae\x7c\x4a\xa2\x83\xe0\x07\x17\x1f\x5f\xda\xc7\xdf\x64\xb8\x76\xd3\x23\x2b\xb3\xb2\xa2\xd9\x16\x5b\xf0\x51\xcc\xb7\xdd\x88\x66\xb5\xe4\xea\xeb\x30\x06\x10\x34\x63\xb8\x88\xd9\xaa\xc6\x30\xd3\xd9\xaa\xfe\x10\x09\xac\xd6\xb2\x75\x70\x74\x43\xb2\x6f\xd0\x37\xa5\xe8\xd2\x99\x26\x93\x45\xf4\x00\x1d\xe2\x7c\xef\x94\x27\x06\xf4\xfe\xb9\x5c\x71\x11\xe2\x9c\x5e\x22\xb3\x34\x8a\xc9\x90\xfa\x3a\x1e\xab\xf3\x96\x97\xac\xa8\x58\xcd\x6f\x78\xdd\x70\x26\x31\xb6\xce\x94\xd1\x3f\xab\x58\xb1\x58\x62\x1d\x07\x6c\x87\x85\x54\x9c\x8c\x4a\xc7\xc7\x6a\x1a\x09\x77\xc5\xd9\xf4\x9e\x35\xb3\xac\xaa\x64\x07\x08\x5d\x52\x0e\x8d\xf8\xf7\x1c\x2b\x6d\xa8\x4b\xba\xac\xf9\x0d\x1c\xd5\xb7\x15\x8a\x0a\xdd\x41\xf0\xd6\x6c\xa1\xa2\xce\x3a\x62\x3a\x75\x36\x4c\xa3\x04\x51\x66\x08\x08\xe3\x3c\x3d\x51\xf1\xa9\xaf\x25\x30\x67\xc5\xaf\x9c\xfd\xee\x58\x87\x77\x3a\xd8\xae\x8f\x39\x62\x48\xdd\xec\xf8\x1a\x2c\x6a\xb2\x14\xcd\x20\x35\x42\x5a\x44\xb7\x13\x31\x84\x38\x27\xdd\x99\xdd\x57\x0d\xd9\x63\x06\x31\x72\x73\xb7\xb2\x09\x7e\x8e\x39\xf2\xe3\x2e\xaa\x04\x01\xdb\xe8\xaa\x60\xa3\xc7\xf1\x9d\x8e\xaa\x31\x1c\x3c\x58\x7b\x65\x29\x65\x8e\x63\x0f\xb9\x37\xec\xe1\x21\xf2\xbc\xc6\xbb\x85\x37\x3c\x70\x60\xf8\x11\x1f\x6d\xa8\x6a\xf2\x4b\xcd\x9b\x55\xd9\xfa\xf9\x1e\x00\x87\xd4\xe3\xfe\xcc\xc9\x93\xf9\xaa\x2c\x71\xa2\xb2\x58\x14\xed\x8e\x64\xe8\xc4\x01\xd0\xe8\x60\x3d\x0b\xdf\x16\xb6\x35\xa2\x5a\xd1\x06\x9c\xb1\x82\x70\x9b\x43\x57\x43\x80\x09\x89\x22\x64\x7f\xb2\x43\xec\xe5\x6e\xb3\x71\x7d\x70\x49\x41\xca\xb2\x3c\xdf\x71\xd3\xa8\x3a\x54\x29\x3d\xbb\xef\x3b\x89\x63\x00\x1f\xa9\xce\x96\xce\x49\x0c\x36\xdb\x7d\x77\xd3\xb2\x3c\x0f\xd5\x92\x69\xa0\x4a\x8c\x3f\xf0\x0e\x33\xb2\xe1\x03\xef\x24\x5c\xb3\x0f\x3c\x12\xf3\x0d\x1e\xf5\x4f\xcc\xe6\x10\x30\x75\x17\x1d\xd6\xe6\xd1\x4d\x7c\xb8\xe6\x79\xdf\xf1\xa1\x0e\xf8\xb0\x0d\x1e\xea\x5d\x5e\xe7\xde\x79\xfc\xd7\xf9\x33\x3c\xc9\xbb\x3c\x86\x0d\xe6\xc9\x3f\x7d\xf6\x0c\xfe\x8c\xa4\x54\xee\x79\x13\xc1\x0d\x06\x46\xf8\x5d\x9c\x5e\xf7\xbe\x7e\xbd\xdb\xa3\x5e\x3f\xd0\xe8\x6d\xf7\xf8\x7d\x9e\x17\x0f\xa4\x5c\xe7\x11\x93\x62\x2e\xb1\xd2\xbf\x50\x9b\x72\xc8\x4e\x4f\x62\xf6\x87\xdf\xe4\x7d\xfc\x57\x7f\xf4\xcc\x9b\xd7\x21\x04\x93\xc7\x8f\xca\xfc\x5f\x24\xe7\x5f\x1c\x4c\x26\xf9\xa1\x92\xf8\x17\x29\x2b\x40\xe0\x2f\x50\x7e\xff\x42\xc9\xef\x5f\xe8\xf2\x39\xfa\xdf\x48\xb7\x38\x80\x16\x38\xfd\x50\x67\x35\x08\x77\x5d\xb6\x87\xf8\xf5\x13\xac\x13\x76\x58\xb0\xe7\x4e\x2f\xfd\xc8\x79\x63\x15\x91\xb1\x70\xbc\x85\xb7\x21\x5b\x3d\xe5\xeb\x08\xc8\xff\x79\xca\xb7\xdd\xb4\xc8\x53\xfe\xd5\x1f\x80\x6c\x19\xaf\xdc\x77\x59\x7d\x55\x54\x92\x78\xf9\x4f\x79\x67\xcb\xff\x3d\x4f\xb9\x56\x7c\x82\x66\x19\x8d\x1c\x18\x19\xb1\x22\xc5\x2e\xac\xf5\x8e\xaa\x47\xbf\x17\x2d\x87\xb6\x58\x80\x96\x61\xed\x9c\x0c\x2a\x46\xa9\x91\x8a\xb9\x5b\xc5\x49\x4e\x62\x0a\xc9\x14\x55\xd1\x16\x58\x8c\x68\x52\x25\xd3\x7b\xe5\x23\x28\x25\xb6\xf3\x4b\xec\xb2\x95\x2a\x5a\x69\x0b\xa5\x1c\x79\x2f\x56\x9e\x66\x1c\x62\xe8\xa6\xf7\xac\x5e\xa1\x4c\xf8\x99\xb5\xde\xba\x8a\xc6\xa4\x12\xd5\x8c\x0f\x3c\xb3\x64\x4b\x75\xc3\xdb\xc4\x81\x62\xe1\xc5\xf7\x2a\xb0\x6b\xf3\x7e\x08\x26\x34\xd9\x36\x7e\x14\x0e\x29\x46\x5c\xad\x72\x06\x86\x48\x94\x3b\x12\xaa\xda\xb0\x97\xf6\x9e\x19\xa4\x18\x14\xe7\xc5\x77\x6e\x18\x81\x8a\xa8\xe3\x86\xa1\x46\x73\x3f\xe0\xe2\x8b\x26\x71\x77\xb8\x2f\x1e\xd5\x5f\x84\x1a\x03\xef\x86\x85\x1e\x3f\x63\x58\x9c\x47\x99\x6c\x9e\x06\x33\x3d\x39\xa5\x6d\xe6\xc6\x49\x94\xae\x91\x02\x62\xa2\x5b\x09\x8a\xe9\xf0\xd6\x5e\xfa\xf7\xb4\xa0\xda\xa1\x0e\x03\xb4\xb6\xa7\x3f\xf3\xb6\x93\x00\x20\xe9\x93\x77\x1d\x0d\x51\xd4\x22\x62\xd3\x26\x38\x27\xe3\x21\x97\xa2\xb8\x1a\x4d\x69\xa8\x25\x41\x60\x6d\x8c\x75\x8d\xa9\xa6\xdf\x4b\xf3\xa7\xca\xab\x0f\x5a\xc9\x11\x8b\xa0\xa7\xa3\xf9\x23\x37\x24\xa2\xe7\x33\x1e\xa4\x7e\x20\x29\xbc\x05\xda\xed\x16\xfe\xeb\x1b\x27\x74\x18\x26\xfc\xd7\x55\xb4\xda\xf0\x8d\x77\x59\xfd\x71\xdb\xf0\x23\xe3\x7e\x07\x41\x46\xda\x89\x8c\xe7\xef\x9e\x3c\x20\x73\x3f\x1e\xe9\x91\xdd\xd8\x29\x6c\xf1\x1b\x07\x9e\xa0\xa9\x14\xbc\x81\xfd\x8d\x8d\x44\x7c\xd8\xc7\x3d\x08\xd6\x25\x18\xe4\xe7\x7f\xeb\x0e\x57\x51\x62\x0a\xa0\xa3\x0e\x5b\xe9\x18\xd3\x8f\xe7\x80\x5e\x7b\xb4\x5b\xdd\x9e\x75\xf4\x5d\x17\xfe\xd2\x11\x2a\xb3\x5b\x54\x8c\xdd\xa3\x86\x02\x1e\xb0\x47\x9f\x18\x45\x7a\xf6\x18\xc4\xf1\x60\x58\xb5\x84\x67\xcf\xde\x34\x34\xef\xed\x12\xb8\xf2\x09\xa3\xbd\x1f\x15\x9c\xde\xaf\x53\x2c\xa8\xa9\x73\x11\xba\x65\x36\x1d\x31\xd7\xaf\xef\x63\x58\xd8\xd0\xa3\x3c\x65\xa5\x8e\xbe\xa0\xf5\x5d\x9e\xb3\x32\x5e\x08\x28\xe2\xef\xad\x1c\x6e\x8a\x8b\xb8\x0c\x09\x83\xb1\x23\x76\xaa\x1d\xb0\x4d\x07\xa8\xb0\xa2\xdd\xdd\xbe\x62\xbf\xeb\x61\x19\xc3\x27\x04\xac\x44\x6a\xa4\xc3\xc3\xe2\x62\xe8\xe4\x83\x64\x3a\x12\x20\x7e\x1f\x3c\xbe\xd7\x7a\x53\x47\x92\xfa\x98\x4b\xa0\x28\x80\x1b\x0f\xd5\xe3\x4f\x54\x07\x19\x51\x6b\x9b\x0c\x35\xe2\xe4\xa6\xce\x77\x28\x79\x56\x62\xd1\xd1\xd3\xbe\x8c\x50\xb7\x91\x25\x9d\x41\x1a\xa3\xfe\x77\x51\x4f\x36\x2f\xaa\xa2\xb9\x4e\x9e\xe0\x89\xed\xf9\x27\xa8\x04\x13\xc9\xdc\x57\x74\x79\x89\x0c\x98\x47\x5b\xfa\xa8\x95\xf7\xde\x91\x41\xb1\x37\xd4\x53\x72\x9f\x3b\x65\x63\x7f\xc9\xe6\x89\x49\x0b\x24\xc9\xcc\x88\x79\x8c\xaa\x1b\xbc\x47\x5c\x1f\x7e\x58\x1a\x17\x3b\x78\xe1\xf1\xaa\x47\x7d\x35\x96\x5c\xb9\x99\x2c\x20\x83\xfa\xb5\x49\xeb\xa0\x0a\xaf\x42\x22\xba\xa2\xd6\x2f\x1d\x49\x24\x61\x6b\x6d\x16\x15\xf1\x04\x9c\x54\x50\xc5\xe2\xd6\xba\x10\xeb\x61\x50\xbf\xa1\x3c\x30\x8c\x3b\x31\xb8\x03\x16\xad\xaa\xb3\xd1\x20\x08\xbc\xca\x1d\xa6\x5b\x3b\xa2\xf9\x6f\x94\x7b\x6e\x6a\xbb\x14\xe9\x8b\xb9\x05\x3a\x97\x3f\x7a\x15\xe4\x6a\x1c\xcf\x72\x98\x14\x0f\xc7\xea\x16\xbb\xee\xa3\xe3\x0a\x07\x7d\x1f\x1e\xb0\xb2\xb8\x7f\x9f\xe0\xcb\x48\x7e\xe1\x88\xbf\x5c\x67\x32\x1e\xe2\x27\xf7\x89\x65\xd5\xec\x5a\xd4\x23\x3b\x5b\xca\xae\x79\x96\x8f\xcc\x4c\x34\x23\x58\x2c\x53\x4e\xcc\x3d\x2e\xab\x2a\xb1\xaa\x66\xdc\xae\x1a\x0b\xad\x53\x5f\xba\x55\xc3\xeb\xb7\x37\xbc\x6a\x21\x1f\x17\x80\xa4\x84\x37\xad\x7a\x79\xec\x70\x9d\x33\x8c\xe9\x3b\x85\x7b\x2c\x40\x3d\x53\xcb\xaf\xa8\x9a\x36\x23\x2e\xa8\x94\x77\x4d\x27\x95\xaa\x74\xd8\x83\x97\xcc\xa2\xe5\x32\x6b\x5a\x8b\x91\x93\xca\x47\xc9\x56\x28\x5c\xb5\x2e\x03\x2a\x28\x99\x57\xaa\x1a\x70\x80\x9d\xef\x35\xa0\x4f\xc4\x50\x3f\xfa\xd4\xc3\xd9\x35\xe8\xaa\xd5\x99\x88\xaf\x56\x19\xb8\x0e\x55\x37\xf0\xda\xdc\x0e\x0b\xa9\x23\x26\xa2\xa1\x09\x23\xfa\x5c\x78\x88\x30\x7f\x5e\x44\x54\x6e\xcf\x59\x59\x1a\x84\x6b\x62\x18\x17\x71\x54\x7e\x67\x2a\xe1\x3e\xe1\xfc\x0d\xb7\x83\xb3\x18\xcd\xa0\x4f\x6f\x4e\x4f\x4e\x4e\xc2\x03\x6c\x80\x9b\x73\x18\xa2\xa7\x9f\x69\x47\x48\x0d\x0d\xa4\x91\x8b\xe8\xf0\xc7\xa5\x8e\xc8\x83\xcd\x0e\x4b\x17\x38\xfb\x2c\x87\xa6\x88\x41\x79\x6f\x99\x11\x48\x6b\x1a\x9e\x9f\x9f\x48\x63\x43\x57\xf3\xbe\xe8\xf0\xce\xc8\x70\x79\x4e\x3a\xc2\x5b\x05\x6e\xf7\x9e\x53\xe4\xf1\xd2\xdd\xfd\xcb\x8f\xda\xde\x14\xa9\x9f\xad\xd3\x60\xa3\x59\x56\xeb\x62\x3e\xa2\x39\x11\x20\x5a\x8f\xed\xcd\x56\x8e\xc6\xf2\x59\x20\x55\x04\x4b\x3d\x09\xa2\x99\x23\xeb\x63\xd6\x80\x46\xc3\x21\xe2\xa6\x10\xb5\x32\x97\xef\x27\xdb\x47\x74\xcd\x71\xa4\x74\x67\x01\x8d\xaa\x55\xa7\x7a\x02\xd5\x36\xbe\xea\xbd\x37\x05\x4f\x64\xd7\x1b\xd0\x13\xe4\x25\x6f\x80\xb2\xa7\x78\xcf\x1f\x94\x01\x5b\x43\xbb\x94\x45\xe5\x73\xf0\x56\xbb\xbf\x5c\x36\xc4\x41\x32\xa5\x3f\x54\xe5\x06\xd7\xa1\x83\x31\x0b\x1e\x3a\x1a\x96\x63\xb8\xb2\xf5\xc3\xcf\xae\xe9\x65\x32\x50\xa7\x7a\xc3\x24\x9f\x40\x9a\xeb\xf7\x89\x9a\x5a\x74\x39\xdf\x35\xac\x9f\xab\x9b\x35\x83\x9b\x1d\x6b\xc5\x07\x79\xe1\x70\xa1\x9e\xed\xac\xf2\x2b\x26\x28\xb0\x11\xfb\x75\x8d\x45\xc2\x11\xb6\xc2\xf0\x83\xa9\x24\x96\xbc\x6e\x47\xce\xac\x8e\xe8\xb5\x7e\x8f\xc9\xd0\x6a\x58\xda\x5f\xef\x0a\xbd\x8c\x10\x6a\x61\x7e\x10\xf3\xc4\x4b\xd8\xaa\x80\xc9\x35\xfe\x56\x98\x4d\xef\x8b\xc9\x7e\x1a\xa6\x44\x9d\xa3\xa9\x1c\x72\xd9\x0d\xd8\x21\x9b\xec\x0f\x49\xe5\x81\x47\xf7\x1c\x02\xd5\x10\x66\xea\xd7\x5b\x66\x0b\x78\xaa\x44\x3a\x4e\x6c\x0e\x7b\x31\x36\xe7\xf6\x12\x22\x03\xf4\xa7\x23\xc2\xdf\x1f\xd1\xbd\x0c\x49\x93\xe5\x6e\xc7\x31\x86\x9d\x1d\x49\x90\x7c\xb6\x1d\xbe\x74\x92\xa6\xbb\xdb\xda\xc9\xa2\x7b\xdb\xd0\xf9\xd6\xab\x95\x52\x2c\xef\x66\xd0\xf6\xf6\x62\xad\x02\x3e\xad\x8b\xcc\x61\xde\x5c\xb5\x49\x1b\x3f\xf0\x9a\xbc\xad\x65\xcb\x6c\xca\x42\xe5\xd6\x4b\x8f\x23\x42\xf6\x5e\x95\x81\x21\x66\x73\xaa\xe7\x25\x15\xdc\x9c\x74\x59\xda\xb2\x8e\xcb\xe3\xff\x39\x00\x0e\x4b\xa5\x26\x0e\x14\x10\x1e\x89\xf5\x93\xfb\x9a\x54\xa6\x56\x25\xa3\xef\x7c\x94\x9c\xa8\x4a\x01\x26\x6e\xc5\xa1\x9b\xee\x3d\x59\xbf\x4a\x8d\x0a\x2a\xf2\x2d\x96\x9c\xd9\xdc\xf5\x2f\x98\x79\xf1\x52\xef\x42\x9a\x6b\xbd\x8e\x65\xd5\x68\x1c\xc1\xca\x0e\xca\x43\x21\xec\x7c\x98\x1d\x8c\x1d\x66\x65\xb9\x09\xd6\x7a\x99\xda\x03\x95\x4d\x44\xbd\xe4\xe4\x28\x0a\xe2\x60\x06\x34\x0a\xc9\xa8\x7d\xa8\xef\x56\x68\x20\x01\xcd\x53\x39\xcd\x66\xb6\x78\xa2\x13\x4f\xd6\xc9\xbd\xfa\x7c\x65\xc3\x4b\x1d\xbe\xc8\x4b\x95\xa6\x42\x31\xb0\xa0\x13\x35\x31\x93\x87\x92\xdd\xb3\xe5\x76\x3d\x46\x52\x37\x4b\x75\x5c\x25\xbd\x12\x5e\x8c\x0b\xc6\x70\x69\xf8\x9d\x50\x2d\xe7\xcb\x30\x60\x4b\xff\xec\x3a\x9d\x0d\x9c\xe0\xb3\x5f\x32\x37\xf6\xec\x97\xcc\x40\xdb\xbd\xff\x91\x60\x1b\x8b\xf9\x08\xd1\xc1\x01\xdb\xd3\x9b\xf5\xd2\x7e\x3d\x22\xec\x36\x9e\xcf\x27\x45\xb5\x46\x7a\x6f\xa9\x67\x4b\x75\x7c\x95\xaa\x70\x93\x0a\x52\xa5\xbb\x9b\xf3\x38\x20\x8a\xbe\x77\xd9\x47\x88\xb0\xe5\x11\x6d\x5f\x03\xca\x3d\xd0\xed\x41\x7a\x4f\xee\xaa\xd4\x3c\x5d\x62\x3c\x5d\xeb\x0e\x1a\x4e\x6b\x3e\x31\xaa\xcd\x78\x02\xd7\xde\x04\xa7\xd4\x1c\xff\x2c\x66\xb8\xd8\x4c\xa8\xb0\x21\xb8\xdf\xaa\x8a\x08\xdd\xc9\x50\xcf\x25\xda\x1f\xc1\xf2\x2e\x6c\x9c\x8f\x59\x12\x19\x45\x2e\x8c\x7c\xdc\x53\xfb\x53\x0b\xd1\x0e\xb3\x99\x3c\xa5\xb7\xe8\xdf\x1e\x35\x41\x68\x73\xa3\x73\x63\xed\x06\xa7\x81\x3e\x38\x96\x46\x0b\x7f\x8d\x59\x6b\x22\x44\xd2\x52\x42\xd7\xb4\x2e\x89\xa0\xca\xc5\x10\x94\x3b\x20\x0b\xec\xa8\x78\x40\x5b\x20\xed\xe8\xa9\x41\xea\x07\xf7\x77\x42\x78\x1e\x33\x97\x18\x83\xbc\xc9\xee\x9b\x86\xcd\x1a\x65\x40\x0e\xd7\xb8\xf9\x4e\x0f\xd8\x88\xf5\x25\xf8\xf5\xc3\x0d\xbd\xbd\xbf\x70\x72\x97\xb2\x6e\x81\xed\x75\x29\x9a\xf0\xce\x3a\xf7\x73\x26\x9b\xfc\x56\x17\x74\x0f\xfb\x3d\x3c\xb0\x3d\x7a\x45\xd7\x3e\xea\xdb\xde\x59\x93\x8e\x18\xca\x00\x98\xab\xa7\x4a\x5c\x37\x49\xd7\xbd\x19\x78\x98\xe2\x62\x60\x27\xf2\x78\x98\xe2\x97\xf2\xe8\x38\x0c\x55\xed\x42\x1d\xc5\x11\x64\x45\xe1\x39\xfb\xc8\xef\xd9\xb4\x80\xc4\x05\x0d\x24\xca\x66\x47\xec\x9d\xc8\x8f\xe6\xa3\xcf\xec\x6e\x04\x23\x7f\xf3\xfb\x14\x46\xbf\x92\xa3\x6b\x73\xc7\x56\xc3\xea\x4e\x38\xde\xd9\x75\x31\x6f\x8f\xe4\xa8\xf8\x97\x33\xb6\x56\x56\x6f\x3d\xbe\xee\x88\x73\xbc\x2a\x5b\x1c\xd3\x64\x06\xdf\x66\x3c\xdd\x69\x60\x76\x36\x1f\x81\xab\x58\x98\xf6\x61\x4b\xc7\xb1\x70\x80\x81\xab\xef\x93\xed\xfe\xca\xef\x17\xd9\x52\x0a\xec\x88\x1c\x9f\xe4\x81\x4b\x8e\x0f\xce\x58\x32\xa2\xf5\xaa\x0a\x4c\x6e\x29\x6b\x66\x02\x4b\x8f\x68\x47\x19\xc4\x1a\x40\x6e\x92\x65\xc9\x0c\xf7\xcd\xef\xcd\x58\xfa\x84\x52\xd6\xc8\x33\x19\x39\x86\x83\x75\x23\xa7\xcc\x2d\xce\x62\x9c\xe5\x23\xe0\x5f\xfd\x73\xa7\x54\xc5\x79\xf4\x9c\x3e\xe5\xda\x7e\xcf\xe4\x1a\x10\x6d\x4b\x33\x6a\x87\x96\x36\xe8\x0b\x48\x69\x7a\x99\x6c\xf4\xd1\x39\x72\x6f\x74\x17\x69\x7a\x96\x7f\xf1\xcc\xf5\x3c\x42\x0a\xfd\x44\xb7\x18\xca\x1c\x38\x8e\x49\xbd\xde\x30\xe4\xf9\x0a\x22\xc7\xc5\x62\x51\xd8\xba\xde\xf0\x69\x28\x49\x9a\x13\x4b\xcb\xdc\x70\x74\x5d\xa6\xc2\x2f\x1d\xe5\xbe\x74\xa0\x2f\xd5\x62\xa4\x0a\xf6\x70\x5b\x00\x3f\x7b\x2d\xca\x9c\xd7\x23\xa6\x44\x3e\x7c\x2d\x26\xfb\xdf\x14\x55\x2e\x59\x5b\xb7\xc7\x64\x3f\xab\x8b\xec\xc8\x64\x78\xdf\xa8\x53\x57\x41\x2b\xb7\x95\xae\x6e\xa5\xcd\x41\xc1\xcc\x96\xf7\xc3\xc2\x44\x50\x3a\xc4\x6f\x26\x2a\x14\x32\x47\x74\x43\x83\x36\x1f\xf9\xfd\x6a\xe9\x34\x21\x4c\x51\xb0\xe9\x8a\xf1\xdf\x61\xd7\x55\xcf\x2d\xb6\xfd\x47\xad\x77\xd9\x72\xe7\x3b\xfb\x6d\xb7\xf9\x46\xed\xf3\x4f\xd8\x56\x29\x33\x6d\xb6\xa7\xba\x92\x14\x24\x6e\x9c\x8a\xbb\x4e\xf0\xe5\x90\xc1\x8f\xd0\x8b\xe7\xfa\x4c\xdc\xd4\x25\x1b\x2c\xb3\x1f\x35\x3e\xf3\x0a\xea\xb5\xf0\xa3\xa3\xfc\x13\x00\x37\xfa\x08\x2c\xd5\x95\xc8\xa9\x53\x39\x42\x59\xcc\x3e\x42\x3e\x98\x36\x26\x17\xe9\x8c\xf1\x1b\x56\xff\xf2\x46\xd5\x1b\xa0\x1b\xb0\x47\x3b\x53\xdc\x93\x48\x95\x6f\xb4\x65\xed\xf2\xe2\x06\x27\x74\x6a\xd5\x81\xba\x0f\xda\xaa\x2f\x13\x2e\xe5\xf1\xc0\xed\x12\xa7\xf4\x44\x17\x9f\xa6\x7a\xbb\xaa\x36\x68\xb2\x5f\xf1\x3b\x38\xd5\x04\x66\xd3\x0f\x36\xbe\x1c\x29\x3b\xf7\xee\x22\xb6\x1e\x5c\xf8\x57\xd1\x0c\x27\xdf\x2c\x77\x38\xfd\xdc\x77\x0d\xa9\x7d\x2c\x7a\x87\xc5\x07\xd2\x0e\xec\x18\xbd\xbb\x46\x06\x75\x59\x38\xa8\x57\x2d\xae\x5a\x95\x65\xca\xce\xdd\x7b\x9b\xfa\x44\x08\x75\xa0\x78\x09\xb7\x1a\xb2\xee\x18\x10\x71\x3d\x36\xd8\x70\x38\x8c\x28\x76\xd9\x4b\x76\x7e\xc1\xa2\x12\xaa\xc2\xdb\x3a\xa4\x90\x2c\x46\xe7\x23\x6d\xcc\x3e\x5b\x22\xa9\x36\x9a\x58\xe8\xba\xb6\xd9\xf4\x09\x97\x12\x1b\xfb\x55\x59\x06\xc3\x6b\xf5\x73\xf7\xe8\xac\xe3\x30\xc9\xfa\xed\xbd\x0d\x9b\x30\x4a\x49\x25\x83\x18\x90\x22\xfd\x4f\x5d\xeb\x91\x02\xd0\xe7\x26\x15\x98\xf1\xbe\x6b\x1e\x32\x35\x71\x57\x6f\x9f\x8e\x84\xad\xe0\x96\xef\xff\x7f\xff\xef\x64\xff\xc2\x17\xfd\xed\xc7\x0b\x4f\x07\x80\x04\x33\x2c\x38\xa8\xd9\xbb\x40\x3b\x18\xd3\xb3\x8c\x02\x7a\x82\x36\xeb\xfe\xa4\x5c\xee\x9d\x1a\x2a\x6a\x9f\xfa\xc4\x57\x5e\x84\x91\xf3\xe8\x74\x36\x05\x5c\x18\x85\x38\x8d\xd0\x74\xbc\x0a\x36\x25\xf5\x90\xff\x23\xb1\xbc\x6d\x98\x16\xb9\xd7\x21\x9f\x51\xfe\xf9\x09\xfa\x2d\x57\x35\x65\x49\x7b\xe0\xcc\xb0\xaa\xce\xa4\xe4\xf2\x97\xac\xca\x4b\x5e\x37\x89\x99\x3c\x65\x3c\x35\xec\xa4\x96\x63\xc2\xd5\xf0\xbe\x82\x9a\xb1\xb2\x81\xdc\xad\x14\xca\x0e\x0e\x18\x1f\xb6\x59\x7d\xc5\x5b\x53\x95\x98\xa0\xc0\x76\x13\xca\x7f\x09\x1f\x82\x20\xf8\x57\x2e\xe9\x99\xe3\xb8\x66\x85\xc5\x81\x5d\xe8\xe7\x00\x98\xa2\xc9\xf6\x10\x53\xfa\xd7\x07\xd6\xda\x68\x00\xe3\x02\xd3\xd6\x4c\xcc\xb5\x17\x3e\x24\x34\xce\x66\x7e\xb9\x1b\xb6\x75\x0c\x13\x5b\x17\xc7\x04\xe6\x01\x27\x42\xc9\xbb\x0b\x1d\x44\x09\xcf\x5c\x69\x2f\x69\xff\xc0\x6d\xda\xd9\x08\xd3\xc5\xcd\xb6\xcb\x36\x8a\x7a\x09\xc8\x8c\x31\x56\xc6\x73\x94\x85\x94\xc0\x74\xd0\x89\x2b\xba\x18\x74\x4d\x69\x4c\x87\x35\x69\xcd\xe2\x9d\x62\x19\xaa\x16\x62\x55\x79\x64\x37\x58\x9c\xa7\xb8\xb6\x21\xca\x6c\x29\x1a\x5a\x7d\xf1\x4f\x27\xcf\xe8\xaf\xad\x58\xfa\xc5\xa4\x87\x9b\x98\xf1\x5a\xb1\x7c\xe6\xa7\x5d\x70\x1e\x29\xfc\x40\x86\x0e\x0d\xa7\xaa\x09\x8c\x83\x1a\xad\x57\xc6\x07\x00\x82\x0e\xc6\xec\xf7\x27\x26\xce\xe7\xeb\x9a\x67\x10\x4b\x74\x3e\x99\x34\x93\xc9\x30\x1d\x3d\x7b\xb9\x77\x71\x4c\xad\x94\x31\x17\x02\x6a\x5a\x76\x42\xbc\x4a\x5b\xdb\x6f\x18\x77\xc8\xc0\x82\xa2\x6f\xab\xbc\xb3\x19\xd4\x2f\x10\xcf\x1c\x35\xb6\x9b\x4c\xa0\xd4\x05\x41\x4d\x4c\xae\xbb\xc6\x41\x0a\xbe\xb8\x63\x1b\x8e\xab\xe6\x54\x65\x88\xbc\xd6\x64\xaa\x36\xb0\x47\x5b\x0b\x25\x26\x18\xe0\x55\xee\x19\xb3\x6a\x30\xf2\x18\x98\xe2\x64\x05\x02\x56\x30\x00\xc5\x9d\x1d\xa3\x51\xdc\xbb\x0a\x2f\x22\x1c\xcd\xb0\xe5\x4d\x9b\x48\xa8\x54\x54\x09\x10\x8a\xe0\xa7\x8b\x78\x09\x01\xb5\x1a\xf0\x69\xc4\xc2\xbd\x45\x34\x3e\x43\x0e\xd7\x4b\x2e\x80\x74\x55\xb9\x5e\xe7\xdb\x2a\xef\x5e\x25\x2d\x0c\x7f\xc4\x4e\xe5\x9a\x5f\x78\x5f\x06\x3b\x70\x74\xb4\xd9\x0e\x1c\x3d\x7d\x07\x4e\x52\xb6\xe3\x26\xa8\x2b\xd7\xe1\x2f\x70\xf9\xc5\xa7\x98\x17\x83\xe3\x70\x37\xd9\x1f\x3c\x0e\xd9\x17\x9f\x24\x38\x8f\x2c\xde\x41\xf9\x34\xc9\xa6\xec\x8b\x4f\xa5\x2d\xf0\xfb\x38\xbc\x1c\xd0\xd2\x50\x26\xf7\xff\x13\xaa\x2d\x6a\x01\x75\xdb\x5a\x8b\xba\xf0\x16\xea\x0d\x30\x4f\x7c\x50\x8c\xf1\x5c\x72\xf4\x63\xe0\xaa\x2f\xbc\x29\xfc\x31\xb2\x69\x23\xca\x55\x1b\xb2\xfd\x90\xbc\x16\xb2\x2b\xf8\xbc\x66\x71\x75\x0d\x2e\x18\x3e\x68\x70\x96\x61\x69\x82\xa2\xba\xe6\x75\xd1\x86\x4d\x45\x0d\xca\xb0\xc9\x7e\x25\xaa\x70\xfe\xb9\xd0\x8e\x1e\xf1\xee\x66\xaf\x4e\x82\x22\x86\x12\xb5\x47\xec\x84\xb0\x22\xde\xfe\x80\xc6\x26\x65\x07\x4a\x04\x93\x7f\xd9\xfa\x95\xf1\xd1\x26\xfb\xc3\xaf\xf8\x82\x0d\xff\x28\xff\x4f\xfe\x75\x42\xe5\x90\xe8\x04\xe7\x52\x6e\x19\x6b\xed\x4f\xec\x20\x70\xf0\x1f\xf5\x86\xca\x71\xfb\x46\xed\x82\x31\x28\xb8\xe9\xed\xc8\xed\x75\xd1\xf2\xb3\x25\x08\x08\xa0\x56\x70\x26\x51\x37\xcd\x54\xa1\x38\x80\xd0\x36\x36\xf4\xa3\x61\xbb\x4a\x59\xcc\xe7\xf3\xf9\xc9\xc9\x1f\xfe\xdd\x29\x65\x71\x90\x67\xf5\xc7\xcd\xc7\x38\x39\x91\xa3\xfc\x29\x73\xc7\x88\x02\x42\xc2\x66\xbb\x21\xfa\x63\xb6\x19\x44\x1b\x0d\x26\x81\x43\xd0\x9c\x42\x21\xbe\xcd\xd9\x9a\xac\xa8\x8d\x17\xbf\x71\xa8\xc4\xfb\x9a\xcf\x86\xa5\xb8\x95\x24\x34\x88\xf6\xd5\x32\xb0\xa1\x1f\x68\xd4\x98\x54\xfc\x6e\x29\xea\x96\x7d\x72\x32\x3b\xa5\x8e\xb7\x78\x4a\xc5\xd5\x34\x62\xef\xb1\x56\x27\xd7\xdc\xe4\xc6\x8f\xa7\xc6\x3a\x93\x76\xd7\xb3\x4c\x43\x0b\x9c\x55\x59\xa4\x54\x3a\xd0\x19\x3e\x53\xc7\xc0\x97\xba\x9a\xaa\xb4\xc3\xd2\x13\xb7\x2e\xa5\x7e\xb6\x87\xc7\x67\x93\x6a\x3f\xdd\x2f\x16\x6a\x8f\x6c\x4c\x6c\x6a\x83\xf1\x53\xf2\x80\xa4\xcc\x86\x51\xa7\xec\x5a\xdc\xf0\xfa\x83\x10\x65\x5b\x2c\x53\x56\x8a\xab\xb7\x77\x33\xbe\xc4\xee\x57\xab\xb6\xe5\x35\x0e\x63\x9a\x68\x3b\x7b\xca\x7e\x2e\xf2\x2b\xde\x7e\xb8\x5f\xf2\x94\xfd\x19\x9a\xbe\xcb\xea\x8f\xbc\x66\x8f\xc8\x20\x7d\xf9\x5f\xd6\x32\x7a\x2c\x5f\x9d\x2f\x9f\x4d\x2a\x03\x27\xf1\x69\x48\x99\xcd\x19\x91\x32\x60\x4b\x53\xb7\x68\x6c\x6a\x02\x74\xa3\x83\xc3\x6b\x46\x46\xe7\x65\xab\x5a\xcd\x6a\x5e\xb6\x5f\x62\x42\x74\x65\x1c\x43\xac\x7f\x53\x64\x57\x95\x68\xda\x62\x16\xb3\x91\x59\xef\xc4\xdc\xb4\x0b\xb9\x76\x95\x64\xd5\xab\xad\x06\x3f\x41\x3c\xad\x13\x43\x8b\xfa\x5d\x3b\xeb\x98\x0c\xed\x06\xf1\x03\x9c\xdf\x15\x55\xdb\x99\x3c\xc0\xf6\x6c\x54\x34\xb5\x8d\x6c\x8d\x94\x5a\xb4\xad\x9d\x59\x9b\x4d\x12\x0b\x30\x2b\xa2\x98\x80\x5d\xfd\xa7\x2b\xa1\xc8\x43\x28\x66\x90\x74\x25\x0e\x60\x90\xf7\x03\xaa\xc1\x94\xb6\x0a\x78\x03\x02\x2d\x05\x57\xf2\x78\xb7\xd7\xc5\xec\x5a\xb2\xd0\xe8\xd2\x21\x5f\x8e\x8f\x50\x69\x53\x0f\x23\x79\x40\xf8\x92\x1c\x6a\xf7\x4a\xa1\x5e\x98\xf9\x45\xcd\x3f\x76\x7c\xed\xca\xa2\xd2\xa5\x18\x87\x38\x1b\x36\xf3\xd4\x47\xfe\x28\x41\x50\x48\x1f\x48\xd8\x25\x09\x1a\xf9\xc5\x1f\x4d\x04\x8d\x57\xf0\x29\xe8\x08\x5e\xb9\x49\x1e\x8b\xb9\x96\xfb\x2c\x6a\xf6\x2b\xaf\xc5\x91\x62\x87\xd5\xb0\xa2\xd6\x7f\xcd\x24\x1d\x28\xaa\x2b\x4c\xb2\xa3\xea\xd4\x03\x7b\xaa\x7d\x69\x58\xc6\x6e\xe1\xc6\xfb\xca\x10\x60\x50\x6d\x2d\x9b\x5c\x15\xe6\x4a\xbc\xaf\x54\xcc\x7a\x20\x79\x61\xb3\x81\x0a\x3f\xc8\xbb\x8a\x78\xbd\xa4\x3b\x80\x80\xf8\x6a\x49\xfd\x0f\x7f\x45\x1f\x47\xbb\x43\x48\xae\x92\xbc\x4b\xd5\x6a\xcf\x66\xc4\xf2\x88\x9e\x75\xa0\x62\x75\x3a\x21\x1c\xb1\x20\x1f\x46\x7c\xa6\xac\x6d\xeb\x62\xba\x6a\x79\x33\xf2\xec\x49\x12\xf3\x80\xd2\x31\xfa\xe1\x68\xb2\xcf\x0e\x59\x3e\x6c\xb8\x3c\xa3\xf6\xde\xe1\x8e\x76\x5f\x42\xca\x82\xfa\x92\x83\x14\x1c\x0a\x22\xa1\xe1\x72\x2f\x0d\x4d\x32\x01\x44\x4b\xfb\xb8\xda\x8d\x56\xbf\x0e\x3a\x52\x3a\x7a\x8d\x1d\x52\xe1\xd0\x47\xb4\x98\x60\x74\xf7\x98\x9d\x38\x22\xff\x1c\xa2\xb8\x9d\x64\x7b\x64\xa0\xe1\x94\xb7\xb7\x9c\x57\x09\x74\x06\xaf\x75\x92\x96\x20\x65\x9f\x20\x09\xa4\xeb\x3b\xcf\x82\x5b\x0d\xd8\xba\xe4\x33\x4a\xb5\xf7\xe8\x1d\x8e\x3a\x7c\x3a\x89\x23\x14\x90\xa0\x4d\xf7\xdf\x9d\xc4\xcb\x33\x4d\xc6\x0d\xb7\x9f\x7a\xbd\xf9\xce\x63\x30\x8d\xe7\x7b\x7d\x5d\xe4\x5c\x3d\xd9\x49\x5b\xcb\x59\xe0\x6f\xdf\xcd\x7b\x6f\x2f\xb1\xfa\x43\x4c\xb6\x00\xf5\xc7\xb8\x52\x16\x12\xfa\x82\x4f\xf5\x00\x52\x8b\xb4\xf5\x50\xbb\xc4\xb7\x62\x25\xd9\x12\x4c\xb6\xa7\x66\x19\x2e\x45\x33\xf0\xbd\xc1\x17\xd9\xfd\x94\xbf\x85\x3a\x0d\x12\x8f\xb4\x43\xb8\xaf\xbb\xa4\x99\x08\x94\x6b\x49\xa9\xd1\x4e\x7b\x0d\xb2\x97\xba\x1b\x1b\xe9\xbf\x86\x33\x51\xcd\xb2\x36\xe9\x73\x95\x24\x66\x32\x3b\xa6\xfd\x8e\x88\xb0\x24\x2f\xc3\x70\x26\x16\xcb\x55\xcb\x93\x73\xd3\xe7\x22\xd5\x4e\x8e\x01\xa9\xa5\xa5\xe1\x78\x6e\x52\x9d\x78\xc9\x87\xcc\x48\xa1\x66\x19\x8f\xc5\x3c\xb6\x0f\x0f\xcc\x66\x45\xd1\xdf\x1a\xba\x6a\xbe\x80\x10\x20\x2f\x1b\x8a\x4b\x8f\xe4\x9b\x11\x31\x13\xa2\x8f\xa3\xe4\xdb\x14\x69\x70\xe6\x48\xe9\x0c\xbe\x75\xc9\x23\x1c\xf6\x03\x65\x29\x61\xa9\x86\x77\xfc\x04\x78\xf9\x43\x35\xa2\xf8\xe9\x76\x26\xcc\x3f\xce\x42\x7d\xcb\x7f\x84\xed\x69\x58\xc6\x88\x8e\x1c\xef\x32\x72\x09\xf1\x9c\x72\x92\xad\x98\x54\x0e\xa1\xc9\xaa\x5c\x55\xc7\x6f\x14\xf3\x51\xb5\xa4\x94\x7f\x31\x97\xff\xbb\xcd\x68\x62\x8a\x49\x85\x9b\x15\x16\x12\xa1\xd7\x24\x31\xe1\xb9\xf6\x49\xf7\x70\x9b\xa0\x8c\xb1\x12\x75\xdc\x8e\xf3\xd8\x1d\x04\xff\x61\x32\xbc\xb6\xfb\xd1\x74\x1b\x1f\x30\x95\x40\x4f\xca\x3d\xdc\x16\x85\x00\x0e\xf1\x64\xaf\xb3\x6a\x52\x4d\x39\x5b\x35\x7c\xbe\x2a\x31\x1d\xc6\x6d\x5d\x40\x6e\xf4\xac\x22\xdb\x04\x83\x56\x9c\xe7\x0d\x24\x47\xa8\xb3\xd9\x47\x39\x76\xc3\xfd\xf4\x74\xc1\x1a\xfe\x29\x49\xea\x16\xe2\x06\x7b\x9d\x91\x28\xb7\xcd\xbb\x9b\x5b\xba\x6d\x86\xbb\xae\xe4\x76\xf6\xfd\xf4\xae\xaa\xf6\x0e\xd8\x3a\xa7\x9d\x7c\xb0\xda\x9a\xe4\x78\x8a\xba\xf7\x2f\x24\x21\x04\xd5\x37\xd8\x78\x72\x8f\x69\xb4\xd4\x9c\xe4\xfc\x8a\x27\xb2\x85\x00\x33\x18\x24\x2a\x6e\xd0\x49\x1b\x5e\xbe\xc7\x14\xf6\xf6\xb1\x58\x64\xcb\xf7\xa2\xf1\x46\x50\x94\xe6\x34\xa6\x1f\x25\xd0\x78\x6c\x03\xae\x49\x27\xd2\x33\x63\xd9\xb5\xa5\x0a\x02\x2c\xd1\x14\xef\x8c\xbb\xae\xda\xc5\xd5\xb0\xfa\x1f\xcd\xb1\x67\xcf\xd1\x85\xc2\x97\xc4\xe2\x86\xca\x27\xe6\x21\x8c\x3d\xc9\x91\x23\xd0\xf0\x1a\x58\x87\x20\x98\x51\x63\x9d\x07\x76\x5b\x0f\x9b\xd8\x9b\x14\xab\x14\xdd\x93\x9e\xb0\x0f\x18\x77\xf3\x02\x6c\x0c\x92\x14\xca\xb6\xca\x75\x7e\xc9\x2b\x95\xa1\xd0\x3f\xf3\xed\xe1\x0d\xe9\xc2\x13\xc1\x76\xf6\x71\x03\x7b\x28\xdb\x31\xb9\xe2\xf9\x06\xd9\x15\xd7\x33\x34\xba\x6b\x03\x4e\x53\x43\xe7\x29\x71\x63\x5c\xf1\xb5\x95\xaf\x05\x5a\x03\xc8\x83\x01\x0f\x26\x15\xd5\x9d\x22\x35\xd1\x54\x8d\xb6\xf5\x6b\x30\x83\x86\xb9\x1a\x61\xd0\x0e\x56\x29\x9e\xa5\x11\x7a\xbc\x84\xff\x38\x74\x0d\xd2\x7d\x8f\x20\xd7\x84\xb1\x5d\x58\x5e\x67\xbb\x3c\x86\x1d\x42\x19\x0e\xa7\x33\x18\x9a\x55\x12\x86\x47\xdb\x4f\x45\x93\xb2\xa6\xc8\xb9\x57\x5f\x96\xee\xde\x63\xcc\xa7\x3a\x60\x13\xa9\xe4\x73\x8e\x5c\xe8\xec\xe3\x99\x32\x54\x7e\xc5\xff\xa4\xbe\x41\x3b\xe7\x49\x8f\x5c\x84\x65\x42\x12\x09\x14\x7b\x0e\x01\x87\xa7\x72\xb7\x06\x58\x40\xe4\x50\xfd\xf2\xc2\xf9\x65\x43\xf9\x49\x0e\xf0\xc2\x66\x16\x90\x1f\x9f\x8f\x25\x7b\xe0\xd7\x80\x4a\x34\x17\xab\xd4\x05\xd8\xd3\x24\x31\xd7\x10\x80\xe5\x0d\x7e\x7b\xae\x5a\x6a\xa8\x07\x83\xf0\xda\xc2\xee\x60\x14\x7a\x8f\x50\xc5\x50\x5d\x65\xf7\xce\x98\x6c\x15\xd7\x6b\x7e\x8b\xf6\x7a\x4b\xcc\xbc\xd9\x5d\x02\x12\x9c\xfa\x3e\xe6\x05\x42\x4f\x2f\xa2\x79\x0a\x6c\xf4\x54\xfd\xa4\x24\x2a\x47\xff\xb4\x46\xf7\xa4\x11\x24\xd0\x35\xc1\x0f\x4e\xc8\x15\xee\x56\x57\xf8\x34\x79\xff\x43\xce\x75\x29\x9a\x11\xd9\x27\x1a\xe3\x5c\xe5\x23\xb3\x1f\xe4\xfb\x6c\x2a\x6e\xf8\xa8\xc3\xfc\x4e\x76\x5c\x0a\x33\xcf\x63\x03\xc4\xb8\x2b\x0a\x1c\xcb\xc5\x62\x44\xd1\xdd\xbd\x86\xb8\x7c\x27\x6d\xc1\xa3\xc3\x38\x47\x08\x95\x37\x44\x0f\x53\x8f\xfe\x86\xab\x32\xf4\x11\x56\x47\x08\x94\x03\xbd\x72\x7d\x06\x2c\x47\xaf\xc7\x2a\xe7\x35\x61\x52\xd4\x94\x9a\xee\x39\x82\x90\x4a\x06\x20\x2f\x84\x1b\x51\x6b\x85\x99\x30\x7c\x4f\xb6\x34\x2f\x2a\x1b\x33\x15\x09\xe2\x46\xef\xcd\x95\x7f\x77\x37\x31\x8a\xc5\xee\x61\x2f\x29\xac\xc2\x5f\x41\xec\x5e\xa7\x77\x9c\x2f\xf7\xd0\x50\xc8\xf3\x58\x94\xe5\xc5\xc0\xbd\x50\x1d\xe1\x7f\x2e\xe7\x10\xc4\xfe\x11\xd0\xba\xa3\x6f\x8d\xd1\x1a\x8e\x8e\xc9\xb3\x1d\x78\x61\x7f\x5d\xb1\x94\xf6\x78\x66\x26\xac\xd2\x9e\x4a\x8a\x22\x95\x84\x2c\x8c\xaf\xfc\xdf\x74\x42\xeb\x53\x71\x3d\x35\xa6\xb1\x3b\xa3\x1e\x24\x75\xb1\x97\xc2\xd9\x13\xf9\xdb\x1b\xaa\x15\xfc\xdc\x7b\xb2\x3e\xc2\xb4\x31\x91\xae\xd1\xd4\x8c\xa9\x4e\x4a\x83\x1b\x4b\x2f\x77\x21\xc9\xae\x4a\x4a\x70\x68\x25\x1c\x93\xf4\x47\x31\x89\x94\xa0\xf5\x8f\x75\x12\xb8\xb0\xda\x61\x82\xbc\x8e\x26\x09\x82\x9b\xe0\x47\xa5\x3a\x88\xd2\x50\x47\xcd\x18\xc7\x82\x6d\x33\x3c\x46\x13\xea\xad\x45\x96\x57\x5a\x3f\xa1\x02\xa5\x9d\xd0\x57\x55\x47\x51\x5d\x29\x4d\xb6\xb3\xb2\x80\x72\xdd\x93\xea\x88\xbd\x6e\xeb\x52\x85\xeb\x2d\x58\xf2\x7a\x91\x9b\x0f\xa0\x89\x9c\xfd\x70\x36\xd0\x21\xb3\xe6\xbe\x6d\x16\xd1\x09\x9c\xa6\xd3\x6f\x20\x27\xfc\xe6\x4f\x72\x3c\x17\x59\xb7\x18\xd0\xed\xe8\x84\x86\xca\xdf\x7b\x03\x43\xd5\xca\x9c\xf0\x50\x4b\x44\xc2\xe0\xcf\x3f\x99\x96\xde\xdd\x7a\x54\x41\x84\x66\x5a\xb4\x11\xff\x93\x93\x70\xb7\xc5\x82\x0b\xc8\x8b\x70\x74\x1a\xda\x20\xdb\xb0\x5e\xbf\x62\xa6\x79\x99\xdd\x07\x6c\xb4\xcf\x4f\xf9\x03\x02\xb3\x5e\x80\x37\xd3\x1b\xd9\xa1\x12\xb7\xc9\x80\x1d\xe2\x68\x81\xa3\xe7\xaa\xd2\x81\x8b\xf5\xaa\xea\x89\x5a\xb4\x4b\x68\x38\x0c\x2f\x56\xca\x51\xb8\x5e\x55\x29\x0e\xee\x07\xe5\xaf\xaa\xd0\x1b\xbf\x12\xb7\x0e\x60\xde\xdd\x97\x3f\x3f\xf7\xd6\x71\xc4\x4e\x4f\x02\x06\x29\x0a\x85\xdf\xaf\x12\xbd\x9e\xd5\x31\xa7\x78\x3c\x0e\x3f\xc1\x05\x8b\xa4\x5f\x23\x5e\xea\x9f\x58\x23\x56\xf5\xcc\xa9\x84\xdf\x77\x4e\xf2\xdf\xfb\x5a\x2c\x8a\x06\x72\xdd\x24\xaa\x37\x30\x4e\xf8\xb7\x7c\x0b\x74\x8b\x9a\x37\xa2\xbc\xe1\xea\x17\xe2\x9d\x3d\x18\x0c\x86\xed\x35\xaf\x20\xc5\x4e\xab\x13\x98\x77\xa6\xa7\xce\x20\x0d\x13\x69\x6b\x8a\x88\x67\x29\x9b\xc2\xf3\x93\x69\x93\xc3\x74\x10\x53\x5d\x81\x6a\xce\xf3\xc1\xcd\xc5\x0c\x28\xb0\xfe\xd0\xe7\x5f\xed\xd2\x5d\x4f\xc9\xec\x0d\x9c\x4a\x78\x03\x28\x1e\x53\xc6\x25\xc9\x81\x65\x3a\xae\x1d\x61\x7f\x68\x38\x78\xd6\x17\x94\xd0\x9f\xd4\x5e\x55\xcc\xf6\xb3\xda\xf7\x1c\xac\xdc\xa0\x68\x8e\x7a\x35\x54\x3c\xd5\xbd\x3f\x60\x3c\x5c\xa3\xeb\x5e\xab\x62\xce\xfe\xf5\xd6\xe0\xe8\x02\xd2\x61\x34\x20\xeb\x25\x41\x4e\x8b\x35\xb7\x9f\x82\xb0\x5e\x3d\xa4\xfe\x33\x17\x12\x9b\x43\xd5\x6f\x17\xb8\xdd\x9b\x10\x8b\x5d\x01\xe2\xd3\x79\xee\x39\x6f\xda\x5a\xdc\xbb\xb3\xcf\x4a\x9e\xd5\xce\xe2\xd4\xb2\xa9\xd1\xd7\x55\xa5\xbf\xd6\x18\xe2\xbc\x26\x58\x53\xdd\x53\xa3\xa3\xeb\x4f\x02\xae\x84\x31\x65\xfa\x0f\x58\xde\x3c\x6b\x9a\xe2\xaa\x4a\x0c\x45\x19\xa1\xf3\x21\x90\x86\x02\x0a\x6f\x0d\xf1\x97\x01\x86\x5f\x12\x87\xa2\x24\x68\x69\x6a\xba\x7b\x5b\x09\x07\x35\x62\xff\xf1\x87\x88\xb3\xa5\xf1\x0c\x51\x9a\x49\x6f\x6f\xa9\xec\x8e\x2d\xc8\x1e\x0f\x7c\x45\xbf\x32\x47\x8d\xc8\xd3\xeb\x54\x4a\x01\xc5\x5a\x46\x4d\xe4\xb8\x38\x24\xe5\x8c\x94\x4c\x54\x46\x32\xdf\x52\xa3\xcb\xe4\x37\x30\x43\x51\x5d\xe9\xdc\x74\x59\xab\x86\x1a\xb2\x6f\x5b\xac\xaf\x3f\xe5\x6c\x96\x95\x25\xcf\x41\x54\xe1\x37\xe8\xa3\x33\xa9\x54\xb6\x84\xa2\x61\x45\x5e\x72\x86\x06\x76\x56\xb4\x8d\x8e\x6e\x55\x49\xcf\xf2\xa0\xde\x7e\x09\x35\xb9\x13\x0d\xb3\xa1\x17\x9f\x1e\x7d\x51\xda\x22\x8b\x94\x2e\x3e\x31\xaf\x8b\x93\x6d\xea\x1b\x01\x4f\x49\x56\xdd\xab\x09\x1a\x76\xae\xcb\x32\xf1\x7c\x73\x06\x0c\x3b\x0f\xa4\x44\x22\x9f\x79\x90\xcf\x62\x0b\x56\xbf\x83\x23\x30\xcb\x6e\xb3\x7b\x7f\x99\x70\x53\xbf\xc3\xfd\x75\x99\x1f\x90\x56\x35\x47\x05\xb4\x17\x3f\x25\xf6\xbc\x1d\x39\x15\xbf\x21\x82\xaa\xe2\xb9\x90\x14\x78\x2a\x0b\xbc\x0a\x7f\xe5\xf7\x4d\xa2\x23\x87\xe8\xbc\xf8\x33\xcf\xfd\x64\xa0\x61\x94\x91\xfa\x66\x64\xcd\x14\x9f\x20\x48\x92\x3d\x6a\xe5\x2f\x1d\x5b\xff\x8b\x45\x1c\xc8\x5e\xb6\x06\x46\xa4\xf8\x05\x33\xc9\x07\xd9\x18\x5a\x87\x45\x2f\x34\x9c\xc7\xe7\xd9\xd1\xaf\xaf\x8e\xfe\xd7\xc5\x31\xba\xdf\xcf\xae\x31\x76\x49\xaf\x0b\x5d\x17\x66\x10\x9c\xe9\x56\xe3\x96\xef\xed\xec\xda\xab\xd0\x1d\x05\x05\x56\xaf\xc7\xc3\xba\x70\x41\x5d\x64\x43\xfe\x84\x3c\xe0\x15\xd7\x1b\x12\x69\xf6\xd8\x6b\x95\x70\x27\x9a\xec\xbb\xd9\xbd\x5c\xdf\x7f\xdd\xf6\x99\x5f\x1a\x35\xae\x30\x22\x16\xb0\xa2\x7a\xef\xe4\x39\x0b\x92\xed\x7d\xe4\xf7\x0d\x1b\xeb\x76\xec\x25\xc5\x23\x22\x90\x9b\x63\x1f\x59\xf4\x71\xf4\x5e\x65\x11\xea\xbd\x08\xa1\x72\x3e\x29\x6f\x26\x3b\x3a\x71\x6b\x52\xc3\x35\xcb\x2c\x12\x6c\x6f\xbb\x7c\x80\x88\x73\x57\x95\x36\xc4\xfd\x78\xc7\x9b\x26\xbb\xe2\xec\x65\xe7\x4f\x89\x5c\x06\xf9\x71\x81\x5f\x0f\x52\x95\xe2\x2f\xb6\x6e\x9a\xed\x4f\x36\x8a\xe6\xf9\xfb\x25\x43\x1f\xbc\x4c\xe5\xe5\x2d\x7c\xf5\x38\x20\x7b\x59\xcc\x3e\xb2\xb1\x8e\xe4\xdf\x36\xf4\x90\x5a\x00\x3c\xa3\x66\x8f\xf9\x60\xd8\xe1\x64\x15\x4b\xe3\x86\x6a\xd2\x10\x9f\x71\x55\xc3\x6c\xb9\x2c\xef\xa9\x46\x55\x87\x44\xc1\xdf\x9e\x3b\x59\x20\xa5\x29\x4a\x32\x66\x7a\x8f\x3e\xf2\xfb\x6f\xab\x9c\xdf\xb1\x31\xe0\xe2\x79\x71\xc1\x5e\x22\xe5\x28\xe4\xd7\x3f\xcc\x13\xf5\xb5\x3c\x34\x47\x20\x04\x01\x29\x5b\xf0\xb7\x65\x8b\x9d\x71\x1c\xb4\x66\xc0\x3c\x23\x0c\x06\xb1\x21\x38\xba\x51\x3c\x52\x7f\xa5\xd3\x38\xa8\x0e\xba\x35\x01\xf2\x90\x9d\x0e\xfc\xce\x91\x1e\xd0\xee\x22\x74\xe2\x5a\x13\x93\xee\xc7\x7a\xf7\x64\x36\xb1\x47\xf8\x0a\x36\x32\x96\xc0\x04\x23\xd6\x31\x1f\x85\xff\xe3\x42\xac\x1a\x8e\x29\x25\x62\x0d\xfc\x98\xf5\x4b\xf6\x4a\xa9\x7c\xbe\xf8\x24\xd7\xfb\xf8\xc5\x27\x6f\xc3\x55\x7e\xcd\x4b\xf9\xa4\xcc\x78\xd3\x80\xbe\x66\xb2\x0f\xed\xe4\xf1\x3d\x0e\x26\xfb\x97\x8f\xc3\x4b\x82\x1c\xa9\x3e\x3e\xc3\x08\x0d\x9c\xfb\xac\x84\xbb\x83\x03\x3f\x1f\x46\x7c\x23\xce\xa0\x79\x40\x15\x14\x03\x38\xa0\xa5\xd9\x7c\x9f\x50\x53\xba\xd9\x7a\xb4\xf7\x7b\x5d\x3b\xef\x47\xb3\x5a\x7a\x05\xa3\x36\x73\xf5\x06\xcc\xfb\x47\x22\xda\x6b\xc9\x78\x98\xe0\x4a\xf8\xec\xf4\x1e\xfb\x03\x9a\xb0\xcf\x56\xbc\xf9\xe1\x5d\xd4\xdd\xa4\x8f\x8e\x02\xbf\x21\x0a\xc9\xab\x91\x0f\x48\x96\xbd\x99\x08\x6d\x1e\x44\x9c\xd4\xe1\xd5\xf8\xb6\xe5\x8b\x2e\xcd\x4f\xbf\xff\x7c\xff\x16\x99\x66\x85\x24\x76\x93\xfd\xa2\xe5\x8b\x5f\x00\x48\xb0\xbc\xcd\x4b\x21\xea\x04\xfe\xac\xb3\x2a\x17\x8b\x64\xc0\x7e\xc7\x4e\xee\xe6\xea\xdf\x60\xd8\x8a\x33\xa8\x97\x9e\x9c\xfe\x31\x3c\x1d\xf0\xdc\xdf\xe0\x09\xf5\xdd\x61\x75\x6f\x84\x4a\xc1\x17\xfb\xbd\xe1\xed\x2b\xed\xe7\x9b\x4c\xf6\x6b\x51\x42\x06\x8d\xc9\xbe\x58\xe2\x8d\x8d\x6d\xa8\xd5\xdb\x7d\x0e\x55\x9a\xdc\xb1\xa0\xd4\x2e\xa4\x19\xd7\x19\x65\xe0\x21\xba\x81\xf4\x37\xe1\x63\x04\x4e\x13\xf2\x47\x1a\x50\xff\xd5\x7f\x48\x5c\x3d\x3e\x66\x2a\xc3\x5a\xf0\x4e\xb8\x46\x8c\x78\x7c\x7c\xb0\x80\x8e\x7c\x9e\x9d\xae\x1c\x3e\x54\xbf\xff\x93\x7c\x99\xc3\xaf\x7f\xaf\x80\x7d\x55\xd7\xe2\xf6\xa7\x65\xca\xde\x67\x57\xfc\xa7\x65\x07\x24\x0b\x71\xc3\x8d\x4b\x48\x92\x38\x61\x0f\x48\xec\x8e\xd8\xa9\xbe\x24\xb0\xb9\x26\x23\xf4\xbf\x45\xbe\xdc\x75\x31\xff\x7e\x12\x5f\xcc\xbf\xd3\xc5\xbc\x11\xb7\x15\x2e\x47\xfe\xb5\xf3\x82\xe4\x4b\xf5\x59\x81\xff\xfd\x1f\x15\x94\x7f\x11\x8b\x08\x76\x44\xc0\x3a\xd9\x7d\xae\x3f\x68\x5c\xac\x22\xde\xee\x91\xa9\x82\x65\xca\x03\xdd\x79\xfa\xd3\xdf\x9b\xe9\x5b\x5e\xff\x56\xd8\xfd\x62\xcc\xfe\xf8\x07\x78\x05\x9d\xaf\x9f\x8f\xd9\x7f\x9e\x40\x0d\xc0\xf0\x50\x5f\xa0\xb7\x3c\xe0\xca\xd1\xff\x8a\x0b\x5d\xd4\xfd\xc4\xaa\x68\x61\x6f\xce\xc3\x21\x2f\x52\x2d\x2a\xf4\x0b\x08\x91\x3b\x1e\x13\x0d\xe5\x58\x8e\x68\x18\x97\xb2\xe4\x66\x28\xfe\x61\xd8\x8a\x9f\x96\x4b\x2d\xc0\x0d\x67\xd7\x59\x2d\xb7\xe1\x55\x9b\x9c\x80\x88\xe7\x6c\x4e\xa7\x78\xc7\xfa\x39\xe8\x20\x65\xc2\x8e\x6c\xb4\xbf\x86\x2e\x96\x9a\xfe\x0b\x37\x53\xae\x7a\x1b\x6e\x9b\xfe\xeb\x17\x3e\x63\x0a\x7d\x16\x0b\x60\x88\xf5\x85\x8d\xee\xcb\x21\x13\xbc\x35\x56\xe4\xe9\x7a\x69\x62\x38\x12\xdc\xd5\x6e\x25\x82\x51\x85\x22\xfa\x16\x17\x6e\x46\x5f\x04\x19\x33\xc0\xf4\xa6\x34\x71\x89\x45\x10\xb0\xff\x18\x5f\xa4\xd2\xb5\x36\xad\xc9\xdc\xa6\xbc\x40\x3c\xee\x3e\x9b\xc2\x55\x0a\xa3\xb6\x25\x6b\x20\x59\x33\x39\x46\x2c\x57\x9e\xcf\x8d\xfb\x68\x6a\xa2\xf8\x89\x85\x20\xcc\x28\x65\xde\xfc\xb8\xa4\x40\x35\x93\x71\x66\xa9\x87\x0b\xb7\x5e\x12\xc8\x7f\x9b\x2d\x49\x9f\x28\xf3\xf4\xa7\xe7\xda\x78\x63\x3a\x92\x6c\xc5\xd2\x7a\xc5\x38\x17\x47\x68\xc1\x5c\x5b\x83\x60\x93\x94\x79\x24\x92\xb6\xc5\xa1\xa4\xa1\x95\x8f\xf8\x38\xaf\x25\x40\x5e\xe4\x25\x33\xb9\xb3\xb5\x2f\xac\x87\x59\x28\x0c\x38\x72\xf3\x16\x77\x2d\x64\x07\xbd\x5b\xe6\x08\x29\x11\x1f\xec\xc8\x65\x53\x20\x15\xa1\x74\x6c\xa0\x74\xed\x4d\xc1\x7e\x39\x8e\x93\xc4\x61\xfd\x71\x83\x0d\xf4\x68\x93\x2a\xe8\x0b\x11\x0c\x67\xf7\xd5\x4c\x5b\x33\xe5\x57\xb7\x3a\x62\x0b\xe4\x9b\xc0\x1b\x3e\xe6\x55\x79\x92\x06\x00\x80\x8b\x1b\x6c\x69\xca\x92\x5f\x54\x36\x97\x5f\x78\x95\x77\x3b\x51\x32\xef\x91\x3a\x3a\x4d\x99\xdc\xf2\x67\x1d\x34\xf3\xef\x6c\xcc\x8a\x67\xec\xef\xf1\x73\xfc\x7b\xf4\x75\xf5\xce\xf2\xef\xc1\x59\x7a\xbe\x93\x5d\x0f\xaa\x86\xf1\xef\x1d\xef\x50\x2c\xbf\x09\x0b\x1f\x15\xf3\x48\x82\x5b\x67\x94\xc4\xab\x43\xe0\xb7\x56\xe8\xa4\xb9\xcf\xd6\x38\x7b\x32\x47\x24\x1a\x36\x4b\xcc\x4b\x93\xca\xd3\x97\x5f\xc5\xda\x53\xac\x88\xd8\xfb\x36\x7c\x53\x15\xe0\x64\xb3\x61\xa1\x5d\x8a\x6e\xdc\x85\x17\xac\xe8\xdc\xf2\xe8\x32\xb0\xdb\x51\x3c\xc9\xcc\x06\x8b\x89\x2c\x28\x72\x44\xe6\xaa\x1d\x1c\xc0\xba\x36\x20\x00\x5d\xcf\xf5\x1e\xf6\x17\x8b\xe1\x75\xd6\x50\x39\x19\x28\xba\x4d\x4d\xd1\xad\xaa\x37\x03\x78\x82\xb6\x37\x40\x6a\x32\x27\x77\x6f\x8d\x7f\xd5\x23\xb7\x6d\xfd\x06\x19\xf6\xfd\x49\x2b\x33\x9d\x6b\x2e\xb9\x91\xbe\xfe\xfd\xf8\x58\x1c\x1e\x3e\xeb\x78\xd3\x49\x25\xf1\x50\x20\x3a\x38\x60\x7b\x11\x39\x49\x8a\x3b\x46\xda\x40\x3c\x3e\xa1\x44\x03\x1d\xcd\xc0\x29\xdb\x5f\xd6\x1a\xd4\x23\x73\x2d\xc5\xb2\x2b\x1d\xa1\x4b\xb0\x68\x65\xb4\xb8\xed\x5b\x0d\xb8\x6a\xae\x93\x4e\x9a\x11\xd9\x7e\xac\x4e\x27\x29\x6e\x2b\xe0\xbf\x61\x13\xad\x11\xc3\x04\x3d\x73\x11\x4d\x1a\xaa\x6c\x0a\x3d\x2c\xc9\xf7\x82\x3e\x21\x93\x7d\x8f\x48\x3f\x06\xde\x1c\x3d\xdb\xe8\xed\x93\x87\xd0\x5d\xce\x01\x4d\x1b\xbd\x3a\x18\xd6\x90\xf3\x66\xc6\xab\x3c\xab\x20\xbf\xae\x37\xe2\xb0\x08\x82\x6e\xec\x3a\x6b\xfe\x8f\x15\x6f\xda\x77\x3c\x6b\x56\x35\x8f\x85\xc0\x83\x23\x9a\xec\x10\xd9\xb8\x1a\xbc\x07\x91\x1f\x43\x67\xc3\x51\x30\xbb\xbc\x1e\x57\xbc\xfd\x5a\xd2\xbc\xa2\xba\x7a\x5d\x16\xbc\x6a\x7f\x84\x9c\x79\x2a\xe0\x76\x44\xd6\xd8\xd1\xd2\x8d\x3a\xd5\xff\x6e\xeb\xa2\xe5\x23\x35\xb3\x89\xde\xed\xaa\x63\xcf\x48\x41\xd5\x56\x2c\xd9\x73\xe5\x4c\xdc\x8a\x65\x8f\xb4\x47\xb6\x1f\x3c\x23\x3f\x88\x25\x3b\x1a\xdb\xae\xec\x48\xb9\x68\x2e\x3b\x08\x96\xa1\x34\xb2\xd9\x54\xb4\xad\x58\xb0\x17\xaa\x3f\x7e\xdc\x72\xf6\x43\x74\x0a\x55\x43\x1d\x39\x43\x6d\x40\x07\xd7\x25\xe4\x8c\x68\x28\x62\xcf\xbc\x85\xac\x83\xf6\x85\x98\xd9\x43\x2c\xcc\x75\x19\x44\x66\x69\xee\xab\x99\xcf\xa9\xe3\x77\x3e\xb3\x99\x8b\x85\x8a\x62\x34\xd0\x41\xe9\xf9\xd7\xd7\x45\x49\xb9\x70\x6b\x95\x5d\x84\x01\x0a\x60\xf9\xaf\xf9\x0d\x1b\xab\xf1\xbc\x4d\x35\x93\xc8\x46\xe0\x0b\x7a\x56\x4c\xcb\xa2\xba\xf2\xda\xc1\xcf\xb8\x39\x5d\x74\xd2\x72\xf7\xf2\x29\x83\x7a\x84\x9a\x1a\x46\x43\x0b\xcd\x7b\xb3\xcc\x6a\x5e\xb5\xdf\x2b\xd5\x96\x59\x6d\xf4\x91\x52\x0f\x88\x02\x7b\x6f\x6c\x5e\xad\x0e\xbc\x93\x7b\x12\xc1\x23\xb3\x6c\x03\x44\xf7\xd2\x37\xe4\xb6\xec\x29\x61\x55\xc1\xaf\xa1\x06\xbb\x59\x65\xaa\xe6\xdc\x2c\x2c\xcf\x59\xa6\x2f\x59\x2d\x7c\xfc\x71\x95\x07\x0e\xba\x77\xf9\x6d\xf9\x37\x22\x26\xbc\x79\x12\x8b\x76\x74\xdf\x52\xd0\xa1\x65\x3e\x3d\xa5\x57\xe0\x69\x9e\xd2\x47\xde\xd5\x02\x76\x70\xd8\x44\x04\x2d\x44\xb5\x6e\x19\xb1\x74\xc9\x6e\x97\xa8\x8b\xb9\x75\xba\xa7\x7e\xe6\xf6\x5b\xaf\x8c\x3b\x5b\x5f\xca\x9d\x39\x01\xf8\x41\x4c\x28\x16\xd7\x0a\x17\xe5\xd7\xd3\x52\x79\x8f\xc4\x92\x57\xda\x44\xe3\x07\x7d\xd3\x1a\x89\x7e\x3a\x94\xe6\xe6\x2a\x51\xbe\x53\x29\x64\x86\x91\x37\xe2\x52\xb6\xfd\x5a\xdc\x8d\x27\xfb\x27\xec\x84\xfd\xbb\xfc\xdf\x64\xff\xd2\xf7\x94\xba\x5c\xd5\x65\xf2\x65\x9e\xb5\xd9\xa8\x58\x64\x57\xfc\xb8\xb9\xb9\x3a\xbc\x5b\x94\xe9\xf3\xe6\xe6\x8a\xdd\x2d\xca\xaa\x19\x4f\xf6\xaf\xdb\x76\x39\x3a\x3e\xbe\xbd\xbd\x1d\xde\xfe\x7e\x28\xea\xab\xe3\xaf\x4e\x4e\x4e\x64\xdb\xc9\x3e\xfb\xe2\x13\xcc\xf9\xf8\xe2\x8b\x4f\xbc\x9a\x89\x9c\xff\xf4\xe3\xb7\xaf\xc5\x62\x29\x2a\x5e\xb5\x1a\xb0\xc1\xe3\x73\xd9\xfc\xc5\x97\x83\x4b\xcf\x09\x65\xf5\xff\xb3\xf7\xa6\xdb\x6d\xe3\x5a\xa3\xe0\xab\x40\x16\xe9\xc8\x15\x79\x4e\x2a\x15\x25\x4e\x4e\x86\xaa\x53\x39\x5f\x52\x94\x87\x24\x4a\x6c\xc7\x86\x44\x48\x62\x4c\x91\x32\x49\x59\x46\x6c\x67\xdd\x87\xf8\x7a\xb8\xf7\xd7\xed\xf9\xbd\xce\x93\xf4\xc2\xde\x00\x08\x92\xa0\xec\xd4\xa9\xef\xde\x5e\xdd\x9d\x2c\xd2\x14\x89\x19\x1b\x1b\x1b\x7b\x8c\x7c\x96\x84\x41\xc4\x5a\x83\x38\x8c\x93\x8a\x1b\x8f\x8b\x51\xeb\xf4\xe9\x94\x66\x63\xe2\xef\x1c\x2d\x4d\x36\xc8\xd6\xda\x43\x12\x6e\x91\xd5\x4d\xf1\x77\x93\x6c\x88\x1f\xea\xf9\x68\x89\xa4\x59\x12\x9f\xb1\x9d\xa3\x25\xe7\x0a\x0a\xbc\x39\x5a\x22\xc3\x20\x0c\x77\x94\xab\x44\x99\x62\x75\x1e\xf8\xd9\x78\xe7\x68\x69\xed\xd1\xd1\xd2\xfa\xb3\xd3\x36\x39\x55\x6f\x7e\x3e\x5a\x22\x63\x16\x8c\xc6\xd9\xce\xd1\xd2\xb6\x18\xb5\xbf\xc8\x81\x65\x0e\xfc\xf5\xbe\x2b\xb7\xa5\xef\x4a\xf1\xf7\x97\x92\x93\x48\x74\x79\xf8\x96\x0d\xc1\xe3\xe1\xea\x66\xe9\xb3\x58\x0d\xa0\x6a\x78\xb4\xd4\x0f\xe3\xc1\x59\xe1\x63\xc5\x8f\xe1\xea\x3c\xa1\x53\x1d\xf8\xb3\x6d\x6f\xe7\x2a\xa8\xf5\x4a\x07\x7f\xe0\x73\x52\xd5\xfe\x70\x7a\x49\xd2\x38\x0c\x7c\xd2\xf4\x37\x37\x0b\xde\x02\x4b\x45\xcc\x69\x12\x05\xd1\x68\x71\x21\x31\x38\x0f\x59\x54\x0c\x92\xca\x0b\x1b\xf2\xf8\xf1\xe3\x05\x25\x28\x45\x87\x4e\xd1\x07\x6c\xbd\xa7\xcc\x05\x4e\x36\x4b\xce\x46\xcb\xde\x3c\x6d\xbe\x10\x1f\x3c\x78\x50\x48\x33\x50\x5f\x60\x66\x2c\x15\xef\x51\x3f\x98\xa5\x12\x26\x16\xc0\x01\x40\xc9\xe2\x69\x54\xaa\x0d\x95\xae\x2b\xcf\x97\x8f\x4a\x9e\x2f\xe3\x29\x1d\xc0\x11\x65\xed\x91\xad\x64\x6d\xc3\x5c\x2a\x32\xef\x77\xd7\x70\x93\x1a\xb2\x61\x46\x90\x18\xac\x19\xa5\x3d\x36\x65\x34\x93\xf1\x74\x18\xcd\x56\x2f\x6d\xa3\xfd\x12\x8a\x00\xc7\xaa\x6b\x8f\x8c\x21\xa9\x69\x5b\x01\x76\x75\x55\x6f\x26\x70\xac\x2a\xac\xdc\x1c\x07\x1d\x2d\x21\x34\xaf\xd4\x16\x5a\x84\xe6\x3b\x17\xab\xe0\xbb\xbe\x60\x03\xbe\xef\xde\x58\x80\xf8\xfa\x32\x95\x85\x79\xbd\x7f\x4e\xdf\x7f\xfc\xf8\x97\x8d\xca\xaa\x29\x9a\x9c\xda\x71\xd5\x46\x05\x22\xb5\xdf\xd8\x6a\x7b\x40\x43\xa4\x5c\xd2\x1d\xdc\xf1\x76\x40\x3f\xd8\xe2\xb7\x55\x6e\x2c\x1d\x72\xef\x68\xe9\x68\xe9\x5e\xd9\xc1\xed\x5d\xbc\xf4\xf6\x25\x3c\x95\xc5\x29\xa1\x42\xb0\x5b\x36\x27\xbd\x05\xe4\xb3\xad\x91\x0f\xf8\x13\x42\x1a\xb8\x26\x8f\x76\x55\xfb\x23\x99\x72\x98\x7f\x50\x42\xb8\x15\x8a\xb3\x66\xd0\x0b\x10\x5b\x37\xb6\x85\xda\x34\x7c\xe4\x48\x79\x71\x0d\x1a\x74\x7f\xac\x78\x85\xaf\x6d\x85\x6b\x5f\xcf\xa6\x64\xe8\x87\xa1\x07\x4c\x6e\x2d\x9e\x83\x2f\x7f\x67\x6a\x32\x36\x37\x36\x2c\xb3\x1c\x5f\xb0\x64\x18\xc6\xf3\x4f\x00\x40\xb3\xac\xca\xa4\x01\x57\xd1\x05\x8e\x9a\xcd\x49\x31\xa9\xd9\x0c\x7c\xbf\x1a\x52\x4c\xb7\x19\x87\x2c\x63\x97\x59\xee\x56\x42\xe4\xd2\x2b\x3f\x1f\x34\x0d\x02\xd5\xd6\x75\xd0\x9c\xfb\x47\xdb\x78\xa2\x42\x3c\x43\x3b\xfb\xfe\xd0\xda\x4e\x4b\x9f\xb4\x1f\x5e\x6b\x06\xd8\xed\x0a\x65\x57\xb7\xbd\x42\xda\x42\x91\xa8\xae\x7b\x6b\x97\xeb\x87\x4e\x92\x7e\xe5\x3c\xff\x8a\x1f\xec\xff\x36\x7e\xc2\xad\x28\x48\x0f\xfe\xff\x53\x5c\x84\xeb\xe3\x0c\x5a\xec\x68\x4d\xb4\x82\x53\x5f\xa5\x23\x59\x78\xb9\xd8\x37\xed\x8f\xa9\x49\xde\xe2\x9c\x56\x6b\x22\x16\x52\x69\xb3\xbc\x09\xbd\x6c\x13\xab\xf7\x53\x38\xff\x8a\x5c\xba\x88\x27\xb6\x13\xaa\x48\xb3\x43\x8e\x96\x24\xd9\x01\x8e\x46\xf0\x8d\xc6\xc0\x64\x79\x59\x60\x1f\x7c\x8b\x58\x93\x3c\x27\x29\xe9\x88\xb7\x26\x3f\xa6\xad\xbf\x97\xce\x8a\xa8\xb0\x59\x51\xe4\x03\x6f\x50\xa0\xc7\xec\xc7\x83\xd9\x84\x45\x99\x0c\xae\x2f\x83\x0f\x2b\xb9\xbb\x39\x7a\x2c\xcc\xd6\x60\xaa\xfe\xa0\x70\x98\xd1\xaa\x9d\xab\x68\x98\x44\x8a\x3f\x0d\xf5\x4e\xcb\x30\x14\x5d\x93\x68\x7e\xd7\x5d\x3c\xe8\xa6\x8b\x1d\x99\x20\xb8\x2c\x72\x67\x42\x2a\x2e\x4d\x52\xab\x3f\xdd\x5a\x48\x91\xee\x4d\x7c\xbb\x13\xdd\x52\xd1\x55\x6f\x27\x6a\x30\xa5\x56\xb4\xd8\x3b\xc8\x8e\x64\x41\x8f\x0c\x60\x7f\x27\xbe\x7a\x17\x4c\x69\xb6\xb2\x30\x2b\x7a\x04\xb1\x2a\x7c\x17\x94\x3c\xf5\xb1\x19\x5c\xe5\xfd\x2e\xaa\xf2\x22\x59\x1c\x4e\x53\xc1\x6a\x07\xda\x33\x89\x2f\x58\xad\xf2\x0c\x78\x08\x46\x77\x7a\x98\xbf\x8e\xdd\x5d\x1a\x10\x54\x89\x19\x40\x82\x1e\x79\x06\x65\xac\x01\xa1\xbf\x4a\x36\x37\xc8\xfa\x4f\x44\xc6\x6d\xf9\x69\x3d\x57\x3d\x53\xc9\x9f\x62\x72\xb4\x81\xba\x6f\x49\x5f\x1a\x5b\x23\xf3\x27\x55\x17\xf2\xb9\x6f\xa9\xea\x93\xaa\x4a\x72\xa6\x2b\x75\xdd\xee\x80\x55\xc5\x57\x92\xe1\x9f\x88\xa9\x0b\xf4\x84\x14\xff\x0a\xa8\x87\x07\x83\x19\x6a\x65\x9a\xca\x54\x51\xec\x33\xd0\x15\xd7\xc2\x31\x7c\x0f\xab\xf2\x6d\x90\x66\xb9\x0a\x92\xc5\x11\x8c\x4d\x13\xa9\xd2\x01\x93\x1b\x19\x44\x7e\x3c\x97\xec\xdf\x5f\x45\x37\x44\x15\x2c\x62\x49\xeb\x68\x49\x43\xca\xd1\x52\x3b\x07\x9b\xf2\xac\x5b\xf9\x85\xb8\x40\xa5\x9f\x9b\x72\xa3\x16\x45\x35\x7b\x5b\xce\xbc\x16\x0f\x5b\xe0\xc1\xd0\x60\x91\xc9\xbf\xb2\xf1\xd4\xf7\xef\xde\x72\x73\xbd\x2c\x5a\x87\x08\xf8\x76\xe7\x3c\xb9\x3f\x5c\xb1\xd6\x98\x5f\x65\xf0\x9b\xb1\x83\x18\x62\xdb\x17\x19\xd2\x97\xad\xc5\x4b\x0a\x60\xf8\x3e\x79\x48\x56\xe5\x30\x49\xd4\x7d\x10\x4f\xcd\x81\xd7\x06\xb0\x0c\x99\xdd\x90\x76\x10\xc7\x89\x9f\xbe\xc8\xba\x71\x9a\xc7\x15\x2a\x4f\x97\xcc\x53\x01\xc1\x1f\x9e\x94\x1a\xd1\x15\xb8\x70\xca\xa3\x1a\xd9\x13\x49\xaf\x4d\xa8\x16\x63\x4f\x52\xe7\x97\xa9\x0a\xd9\x8b\x52\x10\x94\x08\x2c\x70\xe0\x64\x4e\x70\x4d\x53\xd4\xbf\x11\xcb\x5e\xc1\x10\x2b\x59\xe2\xe2\xa9\xac\x2f\xec\xe6\x6e\x0a\x96\xf0\xca\x1e\xd2\x8f\x68\x53\x61\xbd\xc3\xcc\x0c\x7c\x2d\xdf\x49\x2c\x5f\x52\x32\xaa\xdf\x26\x8a\x64\x05\xaa\x45\xa1\xdf\xdd\x40\x5a\x58\xdd\xbe\x1b\x1b\x76\x80\x3a\x6b\xc5\x70\x5d\x2e\x9c\x76\x9e\x44\xe5\xb3\x75\xaa\x55\xde\xa0\x0a\x76\xe2\x66\x2d\xe6\x48\xfd\x99\xe1\xb9\xb1\xb6\x42\x6d\x96\x7f\xaa\x19\x7f\x66\x10\xca\xae\xc3\x64\x70\x82\xdf\xe2\xc4\x74\xd7\xe0\xc7\x03\x3b\x7e\x12\x63\xdf\xe7\x6f\x11\x07\x49\xab\x76\xb9\x9c\x4c\x5f\xb0\x7a\x1f\x33\x14\x6e\x8a\x91\x12\xea\xf0\x9a\xe9\x67\xbf\xa8\xac\x61\xf6\xbc\x85\x6d\x38\xd4\xc8\xe0\x18\x3c\xf2\x55\xdf\xee\x90\xc3\xe3\x95\x15\xd4\xab\xa8\xca\x82\x0c\x68\x94\xe3\x60\x1a\x9f\xe8\x4e\x40\xd3\x82\x48\x76\xbc\xd0\x72\x99\x2d\x57\xdc\x28\x1f\x43\xcc\x36\x1d\x2b\x77\xf6\xf7\xc5\xaf\x95\xb2\x47\x15\xc4\x38\x2a\x6e\x88\xc0\x83\xb2\xf4\xdc\xa8\xe7\xc6\xf4\x4f\x80\xd5\xe8\xa0\x36\x65\xf9\x00\x6e\x41\xda\x45\x81\xa1\xfd\x8a\x5f\xe4\xb6\xde\x36\xc1\x32\x45\x77\x77\xe0\xa0\xb3\x7e\xef\xc5\x9e\x01\x4e\x2b\xb9\x4c\x28\x7c\xff\x2b\xbc\x10\xeb\xd1\x60\x93\xa9\x3e\x00\x94\x3c\x0d\x1b\xa3\x64\x9b\x1b\xbd\x36\x2b\xce\x83\x6b\x8f\x08\xfa\x84\xa0\x5c\xcc\xd6\x9e\x0f\x6a\xa2\x6d\xfc\xb7\x71\x99\x5b\x3d\x04\x99\xae\x5c\x6b\x14\xf6\x6e\x09\x02\xa2\xfe\xd5\x1d\x5e\xaa\x67\x17\xb1\xf2\x0e\x8f\x6d\xf2\xf2\xca\x04\x94\xb0\x8c\x1e\xdd\x32\xba\x51\x16\xb0\x55\x0f\x31\xd6\xdd\x4a\xc2\x8a\xac\xe4\x49\x89\x3b\xa0\x5c\x7a\x57\x28\x8d\x1f\xf6\xad\x7d\x7b\xee\xc5\xd0\x5d\xf0\x53\x59\x86\xe2\x4c\xf9\x9c\xb7\x79\xcc\x96\x55\x0a\x92\xbd\xe0\x3c\xbb\xcc\xde\x51\x2d\xab\x8d\xa6\xf0\x1c\xad\xc2\x3b\x25\x8f\x24\x25\xff\x24\x37\x79\x8e\x36\xb9\x42\xba\xab\xea\x15\xdb\x0c\x9e\x50\xa4\x24\xb4\x8f\x34\x1d\xa9\x41\x71\x3d\xb2\x36\x41\x3b\x72\x15\xb0\xa1\x32\x2b\x10\x2c\x41\x3a\x88\xeb\x90\x2c\x6f\x49\x69\xf1\xe7\x8e\x86\x51\xc3\xe0\x99\x19\xf5\x49\xba\x0c\x96\xee\xf2\xac\x48\xea\x4f\xca\x54\x0b\xb8\xb3\xc0\x85\x03\x71\x2e\xb0\x78\xd7\x1e\xb0\x49\x85\x35\x9c\x67\x96\x3c\x12\x1b\x13\x2f\x17\xf3\x55\xe2\xcb\x15\x7b\x9f\xb3\xc4\x25\xbb\xa4\xb6\x31\xa5\xa6\x8c\x73\x4e\x74\x5e\x41\x6d\xa9\x36\x56\xbb\x96\x84\x14\x46\xce\x10\x9c\x4b\xf1\x77\x93\xd2\xa1\x29\x20\x6f\x3e\x7a\x64\x11\x87\xff\x9c\xbf\x12\x9b\xe2\xd7\x38\x88\x76\x8e\x96\x80\xdb\x78\xb4\x04\x32\xf8\x77\x0f\xc9\xc3\xb7\xdb\xf2\xb6\xfd\xf0\xad\xb8\x7d\x06\x19\xfa\xca\x6d\xad\xb7\x8b\x22\xee\xdc\x81\x21\xfb\xa5\xd0\x81\xa1\xff\xe8\x4f\x75\x60\x6b\x83\xfc\xfc\x76\xfb\x91\x68\xfc\x76\xde\xf8\x5a\x69\xa2\x6a\x3d\x30\xf6\x3a\x7d\xd0\x08\xfa\x81\x2e\x0c\x82\x64\x10\x32\x32\xb8\xdc\x39\x5a\xda\xda\x38\x5a\x22\x03\xae\x9e\x92\x9d\xa3\xa5\xcd\x87\xb9\x86\x42\x73\xf8\xcb\xa3\x62\x0f\x1f\x6c\x5b\x7b\x58\x1c\x6c\xeb\x7a\xfa\x71\x6f\x49\xe8\xf6\x26\xb5\x6d\xfb\x45\xd7\x47\x32\x61\x45\x01\x56\x13\xb7\x1d\xb2\xbd\x01\x8c\x16\x38\x4c\xfc\xb4\xfe\x17\x3b\x3e\x2a\xed\x28\xc5\xc8\x1e\x95\xf0\x12\x41\x94\x66\x34\x0c\x53\x42\x25\x17\x00\x10\x53\x10\x8d\xf4\x7e\x38\x8c\x93\xa3\x88\xd1\xc1\x18\x29\x4b\xc8\x35\xa6\x69\xd1\x4c\x04\xe3\x83\x0c\x68\x44\xfa\x4c\x71\x03\x40\x4e\x44\xb2\x98\xa4\x8c\x1d\x45\xd9\xb8\x18\x06\xc3\xe2\xbf\x08\xa7\xa6\xb5\xc0\x77\xd1\x61\x79\x06\x05\xdd\xa9\x5d\x4b\x55\x68\xba\xb6\x8d\xf2\x6c\x97\xd1\x6a\xbb\xba\x5d\x1e\x23\xf5\x6a\xc4\x46\x2c\x5a\x2f\xb5\xcb\xde\xd6\xdb\x05\xcf\x44\x66\x89\x6d\xc3\xc5\x64\x5b\x7a\x51\x6a\x97\x7c\x43\xb6\x8b\x5e\x25\xdb\xa5\x98\x1e\xe5\xdf\x32\xc6\x47\x39\x34\x61\x97\x26\xa9\x28\xfb\x8f\xd8\x17\x44\x28\x3e\x60\xfc\x40\x69\x49\xf8\x72\x36\x1c\xb2\xe4\xad\x34\x98\x11\x9f\xbb\x49\x3c\x6d\x93\x83\x84\xb1\x36\x79\x23\x06\x2e\xf6\x59\x1e\x03\x30\x64\xdf\x58\xb2\x3e\x88\x27\x93\x38\xc2\x28\x7f\xeb\xeb\xeb\xe4\x05\x99\x8a\x9a\xd0\x87\xf4\x1a\x39\x18\xb3\x94\x11\x9a\x40\x40\x13\x9f\x40\x07\x23\x1a\x86\x9c\xf4\x39\xb8\x11\x85\xd4\x89\x0e\x61\x82\x85\x88\x97\x02\xca\xa6\x49\x3c\x4a\x58\x9a\x42\x39\x9c\xd0\x30\x8d\xd5\x66\x49\xd2\x78\xc2\xc4\x8f\x29\x4b\xb2\x00\xdc\x50\xf9\x64\xc2\xb2\x71\xec\xa7\x58\x08\xc0\xa2\x00\x68\x51\x21\x19\x88\xb6\xa7\xb3\xc1\x98\x50\x88\x61\x13\x9f\xb1\x28\xf8\xc6\x12\x00\xcb\x59\x0a\xde\xa5\x46\x4c\x80\xfc\x30\x4e\x26\x20\xfd\xc2\x62\x68\x5f\x1c\x49\x75\x53\xb5\x7b\x7d\x19\xd2\x50\x74\x53\xc1\xa1\x48\xfe\x37\xd5\xc5\xaa\x74\x26\x4f\x74\xa0\x4b\x83\x46\x82\x0f\x31\x18\x30\x12\xa4\xe2\x03\x50\xd9\xa5\x92\xa6\x6d\x92\x17\xf0\x7b\x1c\xfa\x29\x91\xfe\x03\xc1\x9d\x1a\x7a\xba\xef\xc3\x1c\x12\xf0\xdf\x42\xb2\x24\x98\x86\x2c\x43\x97\xad\x34\x0c\x49\x1f\x3b\x92\x17\x93\xc5\x53\xe9\x28\xb2\x54\x19\x34\xc6\xac\xf0\xc0\x08\xea\x63\x8c\x83\x25\x9f\x68\x91\xca\x87\x1d\x95\xe2\x3c\x42\x33\x15\x4f\x50\xf9\x1d\x46\x52\x4a\x20\x95\x59\xe8\x93\x8c\x9e\x31\x02\xf1\x3b\xc5\x7c\x07\xa9\x2e\x45\x62\x8e\x90\xa5\xa9\x18\xb0\x88\x9c\x62\xc8\xc4\x38\x3d\x45\x6f\x61\xe9\x59\x00\x51\x56\xd8\xe5\x54\x80\x0b\xf8\x97\x1c\xd3\x0b\x46\xfa\x8c\x45\xba\x18\xea\xfb\xcc\x57\x7e\x8f\x71\xb8\x5b\xd8\x20\xd9\x80\x3e\x03\x55\x44\x9f\xc4\xb3\x0c\x1c\xdd\x83\x0e\x2f\xb6\x55\x97\x02\x6d\x36\xd4\x12\x2d\x93\x8e\xdd\xea\x8a\x09\x29\x8e\xa0\x9e\x29\x1c\x90\xd9\x54\xb4\x46\x8d\x89\x86\x01\x81\x3f\x61\x8c\xfd\x35\x39\xf5\xd5\x92\x7c\x1e\xd1\x49\x30\x20\xe9\x20\x4e\x74\x3b\xe5\xac\x05\xd1\x20\x9c\x09\xe2\x4b\xa7\x9a\x26\x6c\xc0\x7c\x16\x0d\x8c\xb9\x87\x28\x4c\x62\x5b\x5e\x4d\x18\x04\x20\xe4\x64\xca\x22\x1a\x8a\xc5\x54\xdb\x33\xa8\xae\x34\xbf\xf1\x2c\x13\xbd\x42\xd0\x5b\x93\xa0\xd9\xca\x00\xb5\xe4\x21\xd4\xdb\x24\x0d\xbe\xb1\x15\x72\x3e\xa3\x7e\x6a\x0c\xa6\x98\x30\x86\x1e\xf1\xa2\xd8\x67\xa9\x3c\x63\xf8\x45\xfc\x00\x5e\xbb\x13\x46\x4e\x45\x21\xa7\xc4\x80\x0d\x0a\x61\xfd\xc5\x08\x48\xd8\xa7\x49\x42\x39\x61\x51\x96\x04\x2a\xb4\xa2\x2a\x2d\x48\xa1\x8e\xb5\xda\xee\x61\x11\xa5\xfe\x09\xea\x99\xc4\xc3\xa1\x74\x8a\x2c\x1a\xa5\xfa\xfa\x71\x8c\xf1\x36\x06\x67\x29\xe0\xb8\x74\x1a\x06\x82\xcc\x1f\xcb\x47\x5d\x0e\x6c\xa4\x11\x80\x3a\x15\xcd\xc9\x0b\x21\xe3\x20\xcd\xe2\x84\xa3\x3f\xc0\x20\x83\xa9\x17\xab\x0c\x80\x43\x17\x70\x8a\xa9\x5f\xd2\x94\x9d\xaa\x0d\x35\x40\x8f\xf3\x4a\x44\xae\xda\xd8\xca\xe7\xdf\x58\xec\x46\x0f\xa6\x32\x00\x2f\xb6\x31\x5d\x11\x58\x39\x36\x9b\x64\x2c\x54\x05\x94\xba\x18\x98\xd1\x54\x85\xa4\xba\x6d\x28\x45\x7b\x4d\xd0\x2d\x63\xc7\x99\xd8\xa9\x33\x88\xd6\x5b\x9b\x28\x8c\xe3\xb3\x17\x63\x46\x7d\x34\x18\xd5\x2d\x79\xa1\x46\x0a\x57\x0d\xec\x4a\x46\xb3\xe7\x54\x76\x50\xf4\xbc\x2d\xce\x9e\x34\xe2\x88\x58\x4c\xf8\x11\x63\x32\x9b\x92\x34\x96\x14\x4f\x46\x68\x38\xa7\x3c\x25\xd3\x38\x88\x32\x88\xad\x45\x65\x0d\x9a\xb8\x49\xb5\x7b\x0d\xc4\x2a\x01\xba\xc0\x56\xc3\xa7\x35\x8a\xa5\xef\xc6\xbc\x04\x98\x63\x41\x66\x9d\xcf\x54\xef\x4a\x73\x5b\x3f\xa0\xd8\xd9\xaa\x0f\x1a\x71\x46\x9e\x56\x04\xf6\x50\xdd\x0e\x56\x6b\xf9\x08\x71\xb5\xe0\x6f\xf9\xa3\xc6\x5d\xe0\xa2\x47\x3e\x97\x13\x4d\xd1\x62\xa2\xfa\x01\xd1\xd1\x0e\xe2\x89\xf2\x47\x39\x3c\x3b\x72\x9c\xec\x9f\xc5\x28\xe8\x24\xe2\x47\x39\x59\x0e\x33\x64\xc7\x00\xa0\x8a\x53\x00\x03\x6a\xf4\x73\xa5\x1f\x08\x40\x3b\x72\x70\x8b\x4c\x4c\xcb\x1c\x68\xaf\x46\x36\x42\xff\xf4\xd0\xb9\xca\x07\x7f\x6d\x88\xdc\xa5\xd6\x89\x72\x46\x17\x10\x97\x6c\xa3\xd9\x9c\xf2\x5e\x9c\x4f\xc7\xca\xcd\xf1\xdf\x64\xf6\x69\x9c\xde\xa8\x92\x60\x38\x9f\x93\xa3\xa5\x86\xa1\x42\x00\x2f\x3b\xe0\xf6\xeb\xe6\xb4\xdc\x66\x82\x61\x55\x04\x90\x4d\xa6\x19\x2f\xae\xde\x2a\x3e\x47\xfd\x79\x58\xd4\xad\x69\x5b\xed\xdf\x38\xbf\x1b\x55\x47\xc3\x97\x62\xac\xd6\x10\x27\x83\x84\xb5\x38\xf2\x86\xea\x3d\x10\x46\xa2\xc8\xc3\x63\xb3\x58\x79\xdb\xc0\xf7\x1b\x6d\x51\xe4\xf3\x3c\x83\x9c\xcc\xd6\xe0\x52\x7c\x41\xe7\xc3\x2b\x3a\xf6\xd4\x46\x29\x4a\x5b\x71\x4b\x84\x9e\xde\x4b\x35\x99\x72\x28\xdb\x77\xdc\x6a\x86\xc9\x9a\x2c\xf9\x40\x10\x99\x2c\x59\x21\x32\x0a\x57\x30\x34\x77\x44\xbe\x46\xde\x88\x35\xcf\xa7\x0c\x5d\xb1\xfa\x6c\xca\x22\x9f\xc4\x18\x5f\x49\x16\x88\x94\x2a\x4b\xee\x61\xca\xbc\x80\x29\x4d\xe8\x84\x01\x09\x1f\x27\x02\x95\x28\x77\xae\xa7\xa2\xd9\xa7\x02\x07\x65\xb0\x8d\xc1\x46\xa4\x8a\x33\xc8\x31\x2c\x57\xe2\x80\x11\x7a\x76\x86\xf1\x30\x38\x6e\xe5\x45\xf0\xbc\xfc\x46\xcd\x8b\x1c\xb6\x27\x06\x6c\x74\x67\xe9\x18\x91\x91\xd8\x2e\x22\x93\x14\x6a\x63\xed\x62\xd7\x10\x9b\x10\x8c\xbc\x41\xba\xa5\x64\xce\xc2\x1c\x65\xd1\xd4\xdc\x2f\x60\x87\xa4\x32\xce\x21\xe0\xcd\x05\x68\x6c\x96\x62\x88\x7a\x15\x66\x51\xce\x71\x19\xad\xe1\x22\x02\x59\x44\xbe\x4a\x34\x41\x51\x46\x18\xf7\xcd\x37\x16\x37\x4a\xb5\x78\x2f\x1f\x9b\x17\xd3\x29\x04\x5f\x96\x34\x29\x3a\x82\xb9\x85\xc4\x93\xee\x26\xab\x96\x6b\x6c\x9a\x8d\xb5\xa7\x45\xf2\xec\x19\xd9\x7c\x2c\xce\xf4\x7b\x90\xeb\xb5\xf8\x0a\x91\x03\xc4\xf9\x1e\xa1\x4d\xa7\x5d\x26\x3f\x3f\x7c\xb8\xfd\x50\xa4\xfe\x20\x40\xf4\x1d\x4d\xcf\xc8\x4f\xeb\x25\xfe\xfe\x95\x3a\x37\x69\xc7\x0b\xd3\xb2\x04\xa0\x9b\xb0\x01\x62\x36\xb1\x56\x25\x25\xd8\xd5\x84\x20\x10\x68\x15\x5d\x1d\xf1\xdd\x6a\xb4\x07\x38\xe7\xfe\x0e\x16\x5b\xce\x85\xbd\xad\xb5\x07\xce\xa7\x5c\x36\x66\xc4\xb2\xbf\xc7\x59\x5c\x98\x58\xa4\x17\x41\x38\xd4\x2e\xed\x44\x65\xce\xf9\xfa\x3a\xf9\xcc\x92\x78\x15\xeb\xd5\xf4\x38\x92\x60\x14\xdc\x11\x04\xe2\xc4\x47\x53\xf6\xcf\xff\xf4\xef\x19\x9c\x1c\x7d\x9f\xa4\xd9\x6c\x38\xd4\x34\x95\x51\x58\x7e\x1c\x10\xfb\x73\x0c\x14\xfa\x74\x8a\x01\x37\x79\x36\x86\xc0\xdc\xc3\xe1\x5a\x31\x1f\xf0\xb2\xc5\xcc\x3d\x55\x43\x3c\x09\x22\x54\xc6\x3f\x60\x89\xcd\x1a\x4f\xf6\x36\x4e\x98\x38\x5b\x4b\x02\xb9\xd8\xd3\xea\xef\x07\x55\x2f\x78\xa4\xb8\x55\x2b\x94\x69\x2b\xaf\x9c\x6d\x91\x8e\x0b\x04\x84\x8f\x24\x69\x2a\xd6\x14\x1e\x22\x81\x36\x3c\xcd\x97\xe4\x69\x5b\x7b\x9b\x46\xff\xd3\x48\x72\x09\x4c\x57\x28\xab\xcf\x88\x9f\xc4\xe2\x54\xb6\x46\xfe\x88\x33\x79\xd2\x05\x02\xe8\x74\x3f\xa3\xfc\xb7\x90\x8e\x4e\xcd\xc9\x9b\x33\x30\xb3\x2e\x4c\x90\x38\xfb\xc5\x51\x3a\x9b\x30\x92\xcd\x63\x71\x98\x4f\x28\x19\x0a\x24\x2b\x4e\x18\xe2\x18\x34\x9b\x4c\xb8\xa2\x03\x05\x6d\xaf\xc3\x93\xc8\x23\x61\xa1\xac\xfc\x78\x08\xa7\x9f\x4c\xc7\x69\xc5\xb6\xb1\x7b\x88\xad\xd3\x8c\x72\xc0\x83\x91\xa2\xb4\xf1\x7c\x58\xee\x1f\x9e\x15\xcd\xe1\xc9\xd8\xe9\xca\x5a\x71\x1d\xf6\x91\x9e\x31\x70\x9a\xf6\x7e\xd6\x92\x2b\x67\x95\x6c\xae\x90\x9f\xc8\xf6\x8a\x78\xa7\xd1\xc0\xd6\xcf\x5b\x9b\x0f\x1e\x08\x3c\xa0\x86\x8b\xfc\xb4\x4e\x9e\x93\x9f\x21\x24\x5c\xd9\xc6\x50\xc6\x52\xcb\xab\x39\x84\x8a\x57\xc9\x56\xd9\xff\x60\x81\xcc\xaa\xa6\xdf\x3c\x16\x13\x3c\x8b\x74\x69\xb7\x60\x59\xb2\x6a\xa7\xd5\x80\x12\x11\x48\x23\x8a\x93\x09\x0d\x49\xc6\x92\x09\xc4\xbc\x3f\xdd\x23\xab\xcf\xc8\x1e\xd9\x13\xb3\x2f\x96\x8b\x01\x04\x45\xbc\xb2\x60\x79\x81\x88\x5c\x0f\xd5\xe6\xf6\xe6\xc6\xa3\x2d\x44\xb0\x22\x85\x1c\xac\xaa\xa4\x11\x8c\x81\x91\x76\xc5\x42\x61\xce\x44\xf2\x02\x2e\xda\x84\x51\x97\x3c\x85\x9f\xd6\x57\xd4\x1e\x2b\xb2\x76\x4a\x4b\xcc\xb6\x30\xcb\x8b\x5c\x6e\x5a\x40\xf9\xe0\xd8\xde\xb7\x2d\xec\x92\x15\xf5\x62\x48\xb0\xa3\x5a\xb5\xc5\x95\xe6\xf5\x78\x81\x95\xb8\x65\x88\x44\x16\x40\xd8\x6f\x5e\x5b\x61\x64\xbb\xec\x41\xa5\x50\x77\x09\xc9\x1b\x85\x15\xb0\x7c\x8d\xa6\x1d\xda\xfd\x56\x97\xcb\x33\x68\x95\x75\x6f\x42\x4a\xa1\xe4\xbf\xa2\x16\x43\xa6\x66\x68\x41\x83\x6c\x86\xfd\x98\xca\xb8\xa3\xa5\x13\xf1\x02\xfa\x59\xcf\x34\x4b\x26\x55\x7e\x07\xd9\x11\x13\x1d\xa4\xb8\xf1\x2b\x17\x47\x55\xa1\xa8\x00\x69\xb1\x81\x8a\x49\xfe\x35\x49\x6c\xaa\x9c\x2a\x40\x86\x39\x28\xd7\xd7\xe6\xec\xd8\x70\xcc\xe6\xb1\xf2\x34\x52\x5c\xb5\xf7\xcb\x8b\xbb\xba\x58\x04\x59\x9d\x70\x08\x73\x37\x09\xb2\xf5\x09\x4b\x46\x8c\x50\xff\x2b\x1d\x08\x64\x8b\xd1\x4d\x80\x65\x53\x05\xa0\xc1\x2c\x91\x80\xd3\x06\x1e\xe3\x8e\xa5\x09\x4f\x2c\xfb\xa9\x48\x2a\x46\x61\x79\x59\x14\xb1\x66\x39\xf2\xea\xe9\x85\x52\x45\x22\x03\x3f\xad\x1a\xb9\xd6\xac\x58\x49\xfd\xc3\x06\xe6\xa9\x6f\xf1\xe7\x22\xdb\xf6\x2c\x6f\x1a\x96\x7e\x88\xaa\xb4\x0f\x8e\xab\x93\x57\x4d\xb5\x79\x4c\x9e\x91\xd5\xcd\x5a\xb7\x3c\x12\x87\xef\x08\xe8\xa9\x33\xe6\xb7\x39\x09\x54\xf9\x2b\x15\x6e\x1d\x93\x67\x3b\x16\xfa\xba\x34\x10\x95\x4c\xd0\x82\x1a\xdd\xbb\xda\x16\xd4\x3b\xe8\x29\xa1\xb5\x86\x5e\x0d\x0a\x7a\x01\x23\x63\xb7\xd1\x71\xe6\x7e\x30\x99\x86\x0c\x08\xb8\x36\xf9\x3a\x4b\x33\x42\xa7\xe2\x1c\x66\x59\xfc\x12\xa4\xf0\x9c\x60\x5d\x82\x0b\x03\x2b\x49\x1e\x5f\xc2\xc8\x84\x72\xd8\xfb\x25\xd6\x47\x5e\xa4\xe4\xf8\x5c\x80\x74\x40\xef\xf8\xc3\x38\x99\xd3\xc4\xaf\x82\x7d\x20\xbd\xa9\xdf\x09\xd8\x31\xb1\x04\x29\x23\xc7\x61\x20\xbd\xdd\x3e\x38\x26\x8d\x02\x54\x59\x80\x42\xb9\x13\xba\xad\x2c\x01\x0a\x72\x80\xed\xf3\xba\xbe\x4e\x64\x8c\xc0\x20\x25\x09\x1b\xc4\x49\x4d\x3f\x2d\xa3\x8f\xb5\x1c\x17\x3b\x6e\x74\xa3\x06\x94\xaa\x89\xef\x8b\x35\x62\x2f\xa5\xb2\xe5\x2c\x2a\x65\xab\xae\x94\xad\x1f\x29\x65\xbb\xae\x94\xcd\xba\x52\x64\x82\x1d\xf2\xa0\x2e\x81\x58\xe6\x62\x5b\x78\x46\x1e\x2c\x50\x7c\x85\x24\x35\xc5\xdc\xd4\x2e\x02\x63\x1a\x58\x52\xf6\x1d\x53\x3b\xd8\xb0\x5c\xee\x90\xb8\x06\x2f\xd4\x0e\x9c\xe8\x43\x75\xe5\x55\x8f\xdb\x29\xee\xbb\x8b\x4f\xdb\x90\x48\xc7\x76\x88\x80\x5f\x2c\xee\xbf\x96\x20\xba\x42\x0a\x17\x59\x94\x05\xaa\x2a\x27\x1a\x05\x99\xb2\x90\xaa\xca\x0f\xb0\x8b\x0f\xe9\x6d\x5d\xe9\x6d\x6e\x79\x6e\x25\xee\x76\x72\x37\xc2\x7b\x6c\x34\x0b\x69\x82\x83\x50\x45\x3a\xe0\xb7\x45\x92\x5e\x6a\x84\x16\xb3\x07\x88\x76\xd3\x03\x23\x48\x9e\xe5\x68\x58\x86\xb1\x24\x4f\x35\x19\x37\xa1\x97\x56\x5b\x0c\x52\xe4\x05\xcb\xb2\x6a\xb6\xa6\x46\x85\xdc\xd6\xad\xae\x52\xdb\x8b\xbc\xc4\x9a\xdc\x69\x7b\x95\xb6\xf5\x91\xcf\x9f\x51\x6d\x6a\x0b\x31\x8d\x24\x94\x18\x68\x45\x34\x22\xb0\x59\x13\xab\x31\xb4\x8c\x56\xcd\x58\x99\xbb\x95\x51\xb0\x06\xe6\x36\x79\x70\xeb\x76\x85\x21\x27\x69\xe4\xaf\x8a\x73\xaa\x3a\xa1\x4e\x18\x85\x68\xf1\x20\xdc\x10\xcb\x4a\x8e\x27\xc8\xb9\x6d\x43\xb2\x60\x08\xff\xf4\x20\x60\xc9\x6b\xff\x91\x63\x51\x41\x20\xd1\x6d\xb8\x03\xdd\x38\xdf\x8e\x3b\x0a\xc8\x41\x2c\xef\x9f\x73\x8e\x9d\x5a\x96\xb5\x4c\x18\xc5\x08\x7c\x52\x9c\xb1\xba\x71\xad\x69\x4e\x95\x27\xe9\xfb\x84\x92\x69\xc2\xfa\xb3\x20\xcc\x48\x2b\x61\xb3\x94\xf9\x2b\xc8\xe9\x28\x9d\x51\xea\x59\xae\xb3\x14\x8f\x28\x92\xe5\x2d\x6a\xab\x60\xcd\x02\xe9\x32\x5d\xc3\x8a\x8c\x63\x44\x09\x8b\x06\x3a\xfc\x88\x26\xe2\x64\x1e\xb5\x0b\x35\x76\x48\x35\xc0\x6e\x0e\x7e\xaa\x06\x98\x7e\x4c\x58\x06\x2c\x51\x4e\xd1\x91\xe2\x9d\x11\x7d\x05\x57\x18\x30\x8f\xd9\xee\x63\xeb\xaa\xe4\x99\x05\x61\x58\x20\xbf\x02\xc1\x01\x46\xab\x31\xd9\xd3\x06\x17\x6f\x15\x70\x1c\x1e\x08\x77\xc4\xaf\xf2\x72\xc5\xd1\x90\x87\xcf\x9f\xd6\xcb\x7c\xd9\x12\x87\xdf\x06\x87\xa8\x7a\xab\x8f\xba\x25\x91\x80\x92\x2c\x40\x3d\x95\xaf\x03\x25\x83\x95\x10\x22\x0f\x6e\x38\x51\x69\x96\x30\x3a\x59\x4b\x58\xca\x64\xb9\x62\x1c\x57\x0b\xe3\xb7\x52\x36\x00\x10\x78\x0a\x64\xaf\x9a\xb7\xba\x46\x5e\xcf\x18\x29\xca\x99\xd3\x31\x4d\x90\xcd\x8a\xcc\xb8\x21\x1d\xe4\x22\x73\xa0\xbd\x4d\xc6\x23\x41\x1b\xe8\x2c\x06\x06\x1d\x39\x9f\x05\x19\xc8\xd3\xc3\x30\x9e\xb7\xd5\x58\x46\xf7\x32\x72\xc1\x12\xae\x8b\x61\x97\x53\x16\xa5\xc1\xc5\x02\xa9\x3f\x48\x89\xab\xd6\x69\x5a\x38\x28\x8a\x2e\x31\xd1\xe2\xe1\x50\x4b\x0d\x6b\x29\xfd\xf5\x75\xf2\x92\x0d\xe8\x4c\xc6\x20\x17\xe7\xab\x82\xfe\x80\x8a\xe0\xa7\x89\x06\x75\x08\x99\xcc\x04\xec\x15\xf9\x8d\x59\x4c\x12\x06\x76\xe9\x05\x8e\x77\xe4\x17\x51\x7d\xda\xc6\x77\xa8\x66\x80\xf5\xa4\x85\x82\x72\x5d\x97\x60\x22\x2a\xea\x87\x2a\x8a\xe1\x20\x9e\x06\x32\x9e\x5f\x3c\xcb\xd2\x8c\x82\xad\x56\xa9\xfc\x72\xa3\x50\x3f\x66\xae\x55\x27\x44\xed\xd3\x59\x96\xe6\x7c\x64\x10\x08\xb1\x84\xa0\xf6\xa7\x78\x3f\x59\xab\x30\x7c\xc4\x80\xca\xf3\x4b\x61\x54\x0f\xc5\x07\x79\x7e\x91\x1f\x72\xee\x76\x71\x19\x40\xca\x22\xd1\x9c\xf3\x3b\x2b\xb3\x85\x6a\xf9\xf1\x70\xb8\xd2\x56\x3c\xda\x0a\xe3\x80\xdc\x17\x85\x16\x67\xf4\x1d\x3d\x63\x24\x9d\x25\x4c\xc1\x87\xa1\x27\x00\x7b\xd1\x8c\x86\xea\x13\x70\xbb\xb5\x36\x80\x29\xfd\x43\x45\x34\x55\x63\x65\x34\x64\xfe\xe5\x65\xd9\x34\x4b\xdb\x4a\x9d\x2f\x49\xb2\xab\x6c\x8d\x8a\x68\x16\xa1\xae\x6d\xf2\xd0\x70\x4c\x56\xda\xa4\x20\x98\xb1\x49\x28\xa6\xfa\x49\x6a\x04\xa9\xe9\xef\xc3\x99\xbd\x84\x60\xda\x25\x91\x7c\x5b\x29\x33\x54\x90\x86\x64\x38\x49\x8d\x24\xd4\xe9\xa0\x91\x64\x36\xf5\x39\xb9\xe7\xb3\x90\x65\x41\x34\xba\x47\x5a\xc1\x28\x8a\x05\xfa\x58\x21\x71\xc4\x10\x3a\xeb\xd7\xb8\x2c\xf1\x25\x7f\x2d\x0a\x50\x78\xbd\xee\x0c\x11\xa4\xe8\x8c\x91\x2c\xa4\x6c\xca\x7b\x62\x6a\x21\x77\x4a\xfc\xe0\x28\x1f\x0d\x18\x42\x3b\xad\x53\xca\x64\xb0\x00\xac\x79\x65\x6b\x9f\x93\x5f\x48\xc7\x52\xd0\x34\xdf\x01\x17\x93\xcf\x86\xa4\x6f\x75\x87\x6c\x3e\x86\x7a\x71\xbc\x72\x09\xa4\x21\x74\x7f\x35\x66\x83\x33\x09\xd6\x64\x04\x21\x52\x81\x91\x39\x57\x08\x46\xe0\x16\xc9\x39\x01\xb2\x87\xf9\xa4\x85\x11\x98\x68\x18\xf2\xbc\x20\x44\x83\xa0\xd0\x99\xe3\xb6\x15\x94\xba\x2b\x05\x24\xa9\xb9\x23\x55\x01\x67\x29\x1b\xce\x42\xd4\x3e\x56\xa5\x68\x55\x4f\xad\xdb\x29\x19\x38\x73\x1a\x65\xa2\x19\x13\xbd\x74\x41\x26\x18\x47\x21\xd7\xda\xa4\x34\x2f\x47\xf6\x44\x14\x82\xda\x85\x01\xf0\x9f\xc2\x80\xa5\x12\xbe\x06\x34\x02\x2a\x1c\x38\x4e\x2b\x45\xc7\x60\xd2\x58\x2a\x0d\x94\xcb\xf4\xfd\x60\x32\x0b\x05\x3a\xcf\x97\xdd\xca\x93\x27\x56\xd1\x04\x55\x6e\x22\x8b\xe0\x06\x0b\x71\x3f\x8c\xb3\x56\x1a\x4c\xd4\xb2\x7c\x80\x93\x03\x9a\xbb\x92\x9f\x26\xce\x8d\x39\x39\x26\x33\x8f\x69\xfa\x42\xba\xc5\xcc\x33\x43\xbb\x2d\x84\xfc\xad\x04\x30\x9e\x4b\xab\x14\xbd\xb6\x92\xa9\xd8\x6a\x19\x64\xf5\xe2\xbc\xb6\x50\xe6\xa2\xc9\xb5\x04\x76\xcd\x89\x00\x95\x2a\xf7\x70\xbd\xaf\xbd\xa3\x97\x7f\xa0\xa6\xa9\xd4\x71\x94\x01\x5e\x10\x32\x06\x71\x34\x60\x53\x81\xb2\x73\x70\x24\xe8\xbd\x14\xb5\xbc\xc8\x24\x48\x41\x13\x19\xc1\x21\x4e\x48\x32\x0b\x17\x90\x12\x1a\xcd\xbc\x81\x42\x5a\x15\x5a\x3b\xf7\x40\x5a\x10\x6e\xec\x28\xad\xff\x77\xf4\x12\xb3\x02\xb4\x80\xa6\x40\x9d\xaf\x85\x6a\x68\x31\x7d\xba\x4d\x2b\x30\x94\x7f\x32\x95\x8e\x4a\x18\x2c\x4f\x94\x4b\x5d\x1e\xc8\x56\xc1\x28\xfe\xb4\x4e\x9e\x3e\x25\x9b\x45\xb9\x83\xd1\x89\xcd\x2d\xc4\x19\x74\x32\x65\x91\xad\x1f\x56\x69\x13\x83\xf0\x2d\x87\x65\xae\x5a\x31\x58\x46\x9b\xa4\x32\xb4\x6d\xb9\x91\xe2\xf5\xfd\x1d\xb2\x55\xcb\x58\x6f\x29\x74\x87\xd9\x0e\x03\xe0\x7d\xad\x88\x23\x8a\x21\xb8\x52\x9c\x53\xdb\xca\x91\x87\xa6\x1a\xce\x84\xe8\x40\x7e\x8e\x55\x95\x1c\xb7\xc9\x22\x5f\xb7\xf5\xc0\xf0\xf4\xf6\x61\xac\xb6\xa3\x1c\x59\x04\xda\xa4\x0b\xb4\x4e\xe2\xf2\xf2\x9f\x18\x4f\x62\x38\xf5\xa9\x0c\xe9\x02\xae\x67\x03\x1a\x04\x91\x82\x5b\x17\x4a\x23\xae\x15\x90\x65\xb2\x09\xd1\x84\x2f\x20\x88\x41\xdd\x08\xff\xd8\x28\x5b\x46\xba\xb0\x32\x44\x49\xf5\xc7\xca\x84\xa5\xb3\xb0\x02\x90\xd6\x20\xcb\x95\xe5\xb2\xbc\x2c\xb3\xd7\x0e\x7d\xed\xe0\xde\x75\x50\x81\x85\xac\xdd\x44\xe3\x32\xae\x76\x5f\xc5\x48\x7e\x62\xa9\x44\xaa\x86\x62\x7e\x3c\xfa\x94\xd1\xae\xd6\xbd\x92\x9a\x5a\x76\xc6\x66\x9e\xb4\x86\x56\x51\x92\xd9\xb4\xf0\x58\xa3\xd2\x22\x4b\x2a\xb3\x9d\x8c\x89\xbe\xa5\x0d\x8a\x70\xd9\x42\x4c\x8a\xeb\xa6\xa8\x3a\x45\x00\x79\xc2\x04\x01\x24\x41\xce\x1a\x8e\x9b\x44\xb2\x98\xbc\x42\xa8\x42\xec\x73\xad\x2d\x06\xc4\xfd\x34\x4e\xd3\xa0\x1f\xb2\x35\xb2\x67\xec\x68\x48\x1f\x89\xbd\x86\x46\xf7\xf2\xd3\x6d\x9f\x11\x3f\x8e\x16\xec\x24\x60\x31\x84\x9b\x6f\xf5\x68\x9a\x28\x71\x72\x1d\xa1\x60\x12\xf0\xc0\xa6\x86\xf6\xfa\x39\xa1\x50\xc2\xfc\x2d\x59\xe2\x0f\x6d\xfc\x35\x1b\xf7\xed\xfa\x69\x26\x4b\xf8\x82\x86\x81\xff\xc2\x08\x11\x28\x5b\x8d\x0d\xb2\xab\x70\x28\xf5\x3a\xd9\xe8\x5b\xd4\xeb\x40\xb6\x4e\x0a\x1d\x5c\xa4\x5e\xa7\x2a\xc9\xfd\x12\x59\xc4\xea\xd8\x82\x9f\xc8\xb6\x4d\x8a\x8d\x19\x25\x73\xac\x46\xe5\x6d\x70\x76\x88\xe9\x8e\xb1\x85\x6d\xa5\x19\x50\xf5\x45\xbe\x60\xa8\xc9\x5d\x0e\x0b\x7f\x52\xbb\x2c\x3f\x08\xe0\x7a\xd2\xb0\x63\x5f\x2e\xb5\x2c\x37\x3b\x5b\x4e\x02\x9c\xd5\xd2\x7a\x56\x51\xce\xb4\xaf\x8e\x17\x61\x58\x5c\x1a\xf2\xf4\xdc\xb0\xac\x8a\x8a\x8e\x0f\x48\x7e\x5e\x0c\x04\xf9\x27\xe8\x3b\x9b\xb6\x10\x80\x29\xe4\x29\x2c\xc6\x7a\x51\xc8\xad\x47\xb6\xfc\xa9\x66\xe4\x49\x4d\xdc\xa6\x85\xce\x02\x0c\xfe\x54\xe5\x74\x36\x1f\xb3\x6c\x2c\x79\x4c\x52\xd9\x6d\x4c\x41\xfb\x78\x38\x4b\xe0\x8b\x22\x88\x5b\x34\x4d\x67\x13\x54\x68\x13\x67\x37\xe2\x07\xe0\xdd\x2c\x8f\xf9\x20\xb9\x57\x79\x15\xda\x7c\xac\x4d\xd2\x20\x12\xf8\x30\xe2\x18\x43\x19\x5f\xa7\x64\x32\x4b\x33\xf3\x24\xa8\xf6\xa5\xbc\x0c\x41\x12\x8c\xe3\xf9\xca\x5a\x79\x8a\x47\xb0\xd0\xa9\xff\x6b\x54\xf2\x1c\x65\xa7\x9a\x1a\x3b\x64\xfb\xaf\xc2\x4f\x32\xa3\x52\x9d\xa5\x19\x3d\x5c\x88\x61\x37\x11\x96\x70\x1c\x7f\x5a\x5f\x01\x75\x10\x8d\x67\x7e\x8d\x7c\x9b\x3e\x4f\x63\x61\x91\xf6\xe3\x5d\x75\x96\xf7\x18\xf2\xb3\x0d\x93\xb6\xe9\x0c\xcc\x58\xfa\x60\x4e\x18\x19\xda\xdc\x48\x2c\xac\x11\x4f\x1c\x7c\x53\x3a\x34\x66\x01\xce\xb9\xd5\x41\xdd\xd9\x21\xdb\x04\x15\xb5\x49\x90\x4a\x88\x08\x39\xe9\xb3\x30\x9e\x2b\xa6\xa6\x31\x97\xb2\x82\xca\xa1\x08\xed\x0b\xac\x4a\xde\x65\x75\xb5\x8d\x63\xab\x2d\x8b\x6e\x11\xd9\xb8\x15\x39\xa4\x74\x82\x1a\x67\x3a\xbe\xb7\x1d\x78\x32\x26\xa0\x06\x63\x7e\xe3\x4f\xeb\xb9\xc6\x4c\xa3\xdf\xde\x0d\xd4\x6a\xe3\xfd\x99\x45\x49\x92\xb0\x0c\xbd\x45\x30\x3f\x0c\x8e\x4b\x0d\x39\x0c\x8e\xef\xbe\x51\x2c\xc4\xad\x7f\x67\x99\x69\x8a\x0b\x92\x08\x65\x2f\x87\x0d\xcd\x57\x24\xa6\xa9\xd8\x23\x28\x64\xfb\xa4\x60\x94\x21\x0e\x76\x0a\x01\x51\xc9\x57\xf1\x03\x1a\x0a\xb4\xd2\xea\x73\x12\xcd\x26\x2c\x09\x06\xe4\xcd\xeb\x36\xa1\x29\x41\x73\x6a\xe6\x03\xdb\xcf\xc0\x32\x02\xcc\x40\x7b\x74\x18\x84\x6c\x45\x00\x22\x8b\x04\x42\x51\xe6\x91\xb2\xc8\x5f\xf1\x65\x4b\xfe\x7c\xf3\xba\xae\x91\x6b\x32\xc5\xda\x30\xa4\xa3\xf4\x50\xa7\x3f\xd6\xad\x2f\x50\xa1\x86\x5a\x91\x1d\x94\xfe\x0a\xc1\x0c\x8a\x05\x6b\x05\x33\xd8\x86\x7a\xb9\x0c\xb6\xae\xea\x86\xa9\xa0\xfe\xf8\xdf\xa2\x1f\x72\x77\xff\x8b\x3b\x62\x59\xe4\x6c\x12\xe8\x19\xaa\x3a\xe0\xa2\x69\x66\xd5\xc3\xb2\x88\x32\x21\xad\x29\xc9\x94\x82\x07\xf1\x1e\xd6\xdc\x6a\x79\x65\x56\x84\x7f\xe5\xde\x8e\x69\x3a\xbe\x9d\xf8\x5a\xdd\xbe\x5b\x2f\xdf\x2a\xb6\xf9\x7f\x74\x3f\xcb\x2a\x49\xf6\x7e\x1a\x5c\xfc\x5b\x7b\xf8\xa0\xd4\xc3\x22\x0c\x49\xa0\xa8\x00\xa3\xb2\x5f\x52\xfc\x99\x2a\x1c\x59\x4f\x05\x11\x9b\xbf\xba\x54\x4c\x57\xd3\x98\xac\x06\x56\xdb\xca\xba\xca\xae\xd2\x30\x7f\x75\x09\x13\x69\x6b\x86\x78\x5f\xa7\xd7\x50\x00\x4c\x1b\x61\x5d\x30\x60\x84\x7a\x16\x30\x35\xab\x9b\x1b\x33\x00\x42\xcf\x45\x65\x0c\x73\xf3\xc7\x67\x25\xe1\x8b\x5d\x20\x5f\x02\x34\x5b\xbb\x6f\xb3\xa8\xbc\xb5\xe9\xe0\x25\xa3\x86\x96\x33\x06\x45\x31\xe2\x6c\x58\x32\x4b\x82\x81\x15\x3b\xd5\x8d\xba\xae\xc0\x1c\x90\xf2\x09\x6b\xc1\x08\xa0\xef\x60\xc3\xd7\x83\x6a\xa5\xc5\xfb\x76\x05\xae\x2a\xf4\x8e\x4c\x01\xde\xd8\xe0\xa9\x4c\xeb\x0c\x72\xcb\x56\xbb\x59\x2b\x40\xa4\xce\x2e\x07\x84\x3c\xd7\x2f\xc4\xf7\x7c\x61\x75\x4c\x6a\xe9\xe6\x28\xba\xa0\x89\xe2\x8c\x3f\x39\x8a\x5a\xda\xbf\x4a\x4b\xbe\xd4\x2d\x96\xbf\x0f\xd5\xdf\xa3\x25\x64\xa7\x1c\x2d\x1d\x13\xe0\xb0\x1c\x83\xd7\x6b\xf5\xf2\x49\x5d\x2e\x94\x1e\x61\xae\xcd\xc7\x32\x97\x7a\x59\x9b\x0b\x09\x5e\x99\x4b\xd5\xa5\x5e\xd6\xe6\x92\x4c\x36\xcc\xf6\x00\x33\xe9\x77\x8b\x72\x95\x39\xac\x58\xc2\xb6\xaa\xd8\x9a\xa2\xbe\xc7\x56\xa6\xad\xec\xcb\x96\x1a\x81\x9a\x44\x4f\x8e\xa2\x9b\x15\x35\x19\x60\xe3\xa2\x9e\xc1\xdf\x0d\x78\xec\x59\x27\xef\x53\x3c\xa5\x0d\xc6\x8c\x4e\x43\x4e\x92\x59\x54\x16\x9e\x81\x96\xc4\x80\x46\x84\x02\xc8\x2b\xbb\x36\x50\x2c\x08\xa2\x11\x14\x43\x23\xc2\xa2\x2c\x48\x98\xb2\x11\x96\x50\x5e\x90\x57\xd9\xe0\xbc\xde\x62\x13\xf4\x71\xca\x1a\xa5\x05\x4a\x1f\x3e\xae\x59\x2d\xcf\x0d\x9b\x75\x4c\x52\xb5\x5c\xaf\x33\xa6\xb2\x91\x3d\x75\xb6\x99\x92\x1f\x74\x9b\x26\xe7\x0f\x98\x70\x96\xd0\xcd\x02\x73\xc8\x22\x4d\x6f\x72\x71\x55\x8f\xeb\xed\x06\x4d\xae\xad\x29\xad\xaf\x31\xc5\xb1\x19\xcf\x6e\xb4\x8b\x96\x63\xc5\x71\x15\x67\x90\xbb\xdb\x09\xe5\xf9\x56\x77\x48\xc9\x90\xad\x9e\xb9\x3e\x8a\xb3\x98\x14\x7a\xad\x89\x72\x1b\x87\x2c\xaf\x83\x6c\x6b\x46\x59\x99\x6f\x52\x80\x2f\x51\x41\x01\xe5\x81\x82\x3f\xaa\x59\x29\xc1\x2e\x39\x3d\x48\x18\x5b\xeb\xcf\x82\xd0\x3f\x05\x76\x87\x78\x22\xb4\xa0\xc3\xc2\xa2\x01\x9d\xa6\xb0\x12\xc0\x9f\x90\x3a\x21\xb1\x28\x5b\x85\xd6\xad\xce\x69\x08\xe6\xd2\x11\x1b\xb0\x34\xa5\x4a\x73\x81\xa2\x2e\x13\x18\x10\x14\xdd\x04\xa1\x83\xa5\x57\xb3\x24\x8d\xad\xd1\x1b\xa4\x1d\x36\xf0\x87\x82\x4a\xec\xc2\xf2\x1a\xa9\xae\x8e\x5a\xaf\x0c\x4a\xb9\x0f\xfe\xda\xb5\xd8\x54\x99\x6b\x15\xdf\x0c\x79\xf4\x5f\x2c\xa5\xca\x07\x86\xaf\x13\xca\xfb\xec\x0f\x73\xfb\x2d\x86\xe8\x93\xae\x23\xf3\x3e\x96\x6a\x94\xfa\x36\xe6\x2b\x75\xd4\xb6\xf8\x5a\xd0\x34\x9e\x39\xa6\x85\x01\x44\x25\xb5\x72\x0d\xe5\xb8\x91\x79\xa3\xcb\x68\x22\xc2\x6d\xd8\x5c\x4e\x65\x95\x1a\xad\xfa\xda\x40\xef\xc8\x35\xd1\x90\x4d\xcd\xca\x4a\x8f\x57\xa1\xa2\x7a\x63\xa5\xc2\xac\x47\x45\x82\xa0\x3a\x85\x46\x59\xb5\x84\x19\x38\xb9\xf2\x2b\x27\x78\x65\x04\x94\x37\x19\x4c\x37\xcc\x5c\x9a\x8b\x73\x6b\xc6\xed\x62\x46\x16\xdd\xad\xbe\xad\x52\x7d\xc1\x37\x76\xa7\x7c\x9b\x79\xbe\xa8\x32\x99\x66\xca\xa2\x76\x98\x5e\x34\xa5\xf7\xff\x2a\xc4\x0f\xe3\xe4\xcc\xea\x21\xc4\x0e\xb5\xf9\x14\x57\x58\xc5\x88\x05\x0a\xf8\x4c\x61\x94\x57\x74\x30\x66\xfe\x01\xa8\x25\x58\x70\x49\xfd\xf6\xbc\xba\x59\x1e\x02\xd4\x3a\xb5\x7d\x61\x91\x6f\x7f\x0f\xf1\x68\x98\xfd\x63\xc1\x5f\x4f\xf9\xe3\x44\xec\xaf\x96\xf7\x39\xe1\x5b\xa4\x58\xd1\x35\xa3\x58\x5d\xd8\x55\x3c\xde\x19\x9d\x7f\x82\x5e\xda\x0e\x0f\xb4\xd2\x0f\xfa\xfb\xf8\x55\x6a\x03\xe9\xf7\x2b\xe8\x7c\x8e\x0e\xa4\x5e\x5e\xa6\xfc\x71\x29\x6f\x71\x49\x3c\x1b\x49\xdf\x41\x90\x72\x08\x8e\xc8\xde\x40\xf8\xe0\x94\x45\x52\xa5\x11\x5d\x78\x81\x0f\x39\x64\x5c\x90\x78\x88\x25\x0c\xc6\x54\x94\x2e\xdd\x37\x4b\x5f\x1a\x62\x30\x90\x06\x13\x9b\xca\x38\x50\x6e\x99\xc8\x20\x9e\x4c\x43\x76\x19\x64\x5c\x17\x70\x08\x1e\xb5\x45\xfb\xd1\xa9\xde\x1a\xfa\xec\xc3\x0d\xf2\x0b\x7e\x5c\x41\x9d\x38\xc3\x7d\x1d\x3a\xb4\x42\xa0\x78\x23\x1a\xb7\x8f\xcd\xfa\x51\x9f\x74\xa5\x44\xd0\xcf\x05\x5e\x99\x54\x73\xaa\x2b\x6d\x0a\x1e\xdc\xe1\x6f\x45\xf6\x03\x99\xc8\x8e\xcc\x5d\xd0\xac\xac\xd4\x90\xc3\xc6\x78\x16\x9d\x01\xdd\xac\xe9\xee\x3b\x65\xf1\x40\x49\x77\xa3\x94\xe5\x25\x1d\x9c\xcd\xa6\x04\x52\xd8\x72\x6d\x55\x6b\x32\x3e\xa2\x6c\xab\x5c\x26\x78\xc7\x53\xd3\x8f\xae\x06\x0d\xd7\x71\xf8\x62\x16\x05\x19\x09\xa2\x1c\x88\xc0\x49\xcc\xea\x66\xb1\x24\xc9\x88\x67\x0a\xb8\x82\x14\x1d\xab\x30\x02\x7e\x68\x86\x79\xf6\xb5\x52\xfb\xe4\x86\x55\x58\x8f\x8b\x86\x28\x53\xeb\x49\xad\x2d\xeb\x64\xbd\x91\xbb\x57\x65\xc1\x1a\x5a\x85\x30\x32\xd2\x63\x14\xcc\xeb\xe1\xc6\x31\x78\x2d\xb6\x96\x68\xa6\xb2\xe3\x1b\xf9\x19\xff\x98\xa6\xcc\x6b\x9a\xb6\xcb\x8b\x64\xd4\xb7\xe1\x60\xab\x6e\x56\x1a\x87\x17\xcc\x03\x3f\x68\x2d\x74\x87\xd6\x26\x34\x4d\xe3\x41\x55\xc0\x2e\x5b\x9a\x37\xbb\x5d\x34\x91\xc8\x07\xa7\x24\x59\x9a\x16\xed\x0d\xee\x4b\xbf\x6b\x46\x2a\xa5\xe3\x1b\xa7\xe4\x29\x56\x84\x31\x01\xac\xe2\x47\xdc\x01\xaa\x87\x02\xd3\xfd\xb6\x8d\x15\x96\x13\x2f\x72\x34\x57\x57\xd1\x30\xa3\x94\x5a\x6e\x7f\x79\x33\x14\x45\x52\x18\x6a\xa2\x16\x7c\x95\x08\xa9\xda\xee\xc3\x88\x02\xa7\xf1\x39\x14\xff\x4c\x96\x9e\xc5\xa4\x83\x2f\x76\xf4\x1b\x7b\x5c\x74\xb5\xed\x1a\xed\x37\xc0\xe0\xaf\x18\x8d\xfb\xf7\x6b\x47\xe3\xbe\x24\xa3\xe4\x60\xa8\x96\xfe\xf0\x68\x28\x21\x62\x6c\x91\xcd\xbe\x8d\xe3\x33\xb1\xae\xa9\x81\x1a\x22\x46\x13\x73\xe5\x2b\xdf\x4b\x6b\xe4\x74\x6d\xca\xd8\x59\x6b\x63\xe5\x14\x1d\xc7\x19\xee\x19\x4f\x61\xd9\x9f\xb6\x55\x9a\xd5\xcd\x95\x53\x38\xe7\xa4\x84\xc7\x33\x3c\xb3\x28\x6f\x7f\x1a\x41\x49\x13\x81\x38\x2f\x26\x36\x34\xa7\xf3\xb7\xb9\xdb\x16\xb1\x8b\x81\xa1\x06\xf8\x82\x26\xfe\x2c\xd1\x3a\x91\xc1\x37\xf1\x88\xd4\x7d\x2a\xfd\x65\xb1\x68\x50\x70\x22\x19\x8b\x61\xc8\x58\x94\x05\xe0\xf9\x75\x48\x93\x55\x3a\xa7\x3c\x57\x8d\x97\x36\x6c\x94\x2b\x35\x8d\x82\x98\x19\x1d\xaf\x8b\xc3\x1b\x4b\xc5\xde\x3c\x48\xc0\xe9\x38\xea\xd9\xa7\x41\x34\xfa\xe7\x7f\xfa\x77\xc0\x9b\xaa\x99\xd2\x70\xf9\x9f\xff\xe9\xdf\xe3\x04\xa2\x4e\xe5\x65\xa1\x39\x46\x10\x81\xda\x09\x49\x18\xec\xad\x29\x29\x64\xef\xd3\xc1\x99\xc8\x4f\x26\x68\xaf\x40\x23\xb2\xf5\x10\x66\x2a\x2f\x47\x4c\x59\xaa\xc4\xde\x62\x98\xc3\xa0\x9f\x88\x33\xa0\x1f\xb3\x94\x44\xb1\x74\x12\x06\x65\xf6\xd9\x38\x88\xb4\x2f\x4f\x31\x4d\x88\x13\xaa\x6a\xe7\xfe\x65\x01\xa7\x8a\x0d\x4c\x21\x10\x79\xac\x29\xa8\x23\xe9\x05\xe3\x5f\x8a\x45\x05\xd6\x13\xe2\xf9\xa9\x51\x86\xed\x10\xa5\x40\x7d\x31\x9e\x22\x5a\x59\xaa\xd0\xa8\x35\x01\x47\xaf\x62\x9f\xbd\xc8\x44\xc5\x0b\xed\x15\xab\x6b\x51\x22\x61\x3f\xd7\x48\xb7\x21\xe5\x4d\x1b\x4b\x3e\xcf\x2a\x8f\x5b\xb5\x78\xa0\xb0\x07\xe6\x9d\x55\x05\x58\xca\x96\x68\xa9\xb4\xd1\x2f\x2f\x13\xc4\xd2\xa5\xf7\xf7\xcd\x17\x75\x03\x5c\x33\x7c\x5b\xe6\xf8\xe1\x21\xb5\x58\xfa\x2d\x3a\xa3\xb6\x81\xd5\xf0\x53\xdd\x9d\xda\x96\xad\xcc\xa2\x73\x22\x51\xb7\x46\xd4\x4f\x81\x8f\x50\xe7\x85\xa2\x52\x22\x20\x54\x9b\xfa\x67\x91\xac\xca\x09\x44\x7c\xd7\xaa\x10\x56\x16\xed\x3e\x73\x8a\x6c\x03\x6f\xec\x2f\x8b\x2c\x87\x8b\x8d\x90\x25\xc8\xd8\x1c\xed\x7c\x87\x5a\xad\x6b\xc2\x6d\x53\x59\x61\xac\xd5\x7b\xc0\x30\x81\x0d\xcd\x56\x72\xe1\x8c\xe5\x9c\x59\x4a\x82\xa3\x44\xee\x17\x04\x7c\x0b\x95\x15\xd7\xa5\x9e\x93\x72\x7b\xbd\x46\x5e\x72\xe2\xa3\x6e\x49\xbb\x4c\x5b\x22\x59\x18\xa4\xe0\x18\x15\xed\xbb\x0c\xec\x29\x5d\x2b\x96\xb6\xa8\x36\x78\x96\x16\x1b\xce\x80\x46\x64\x2a\x4e\x22\x34\xd2\xee\x68\x55\x84\x61\xc3\x9d\xed\xba\x6d\xa3\x5b\x41\x9e\x36\x00\x97\xd8\x75\x24\xc2\xa4\xd0\x76\xa0\x50\x5b\xd0\x38\xf0\xed\x81\x08\xc3\xea\xa4\x12\x89\xc8\x3c\xcd\x73\x1b\xa6\xd1\x9f\xdb\xe0\x92\xa5\x63\x53\x57\x83\x58\x36\x91\xc6\x37\xe4\xfa\x1a\xca\x7e\x6a\x4e\x0b\xf2\xc2\xcb\xb3\x96\xc4\x73\x38\xa7\x42\xc8\x9f\x5f\x93\x44\x1c\xb4\x96\xf0\x00\x0b\x43\x3d\x43\x87\xc5\x62\x33\x4d\x8b\x91\x45\x8d\xa2\xd5\xb1\x3c\xb3\x11\xe7\x98\x44\x77\xf5\x49\x99\xc5\xf3\x0a\xd6\x97\x5d\xd6\x56\x8b\xec\xf4\xd7\x3f\x87\xf1\x50\xb1\x0a\xd2\xb4\x89\x3e\x14\xdc\x54\x2d\x28\x49\xf9\x64\x67\x14\x5e\x9b\xac\x5b\x3a\x70\x6c\xd5\x38\xdf\xd2\x0b\x1d\x1e\xea\x53\x60\x79\xaa\xe8\xda\x74\x78\x88\xcc\x59\x45\xc5\x16\xfd\x20\xbf\xdc\x82\x84\x6e\x6b\x60\x5d\x75\xc4\x20\x6e\x5f\x99\xc3\x58\xc1\xaf\x16\x84\x96\x2f\x13\x83\x00\xd0\x25\xd9\x7d\xd6\x14\x26\x8c\xe5\x6e\x23\x34\xea\x7c\x6e\x94\xa0\x11\x6b\x31\xc9\xaa\xae\x0f\x9c\xba\xaa\xe4\x77\x99\xf3\xe9\xad\x73\xb4\x51\xcb\xf2\xcc\x0f\x89\x76\xd9\xb3\x2a\xa3\xb0\x28\xea\xa0\x1c\x52\xe4\x2b\xcc\xa6\x00\x5c\x6c\x98\xad\xd0\x5a\xd2\xa5\xf6\x28\x6f\x57\xfb\x5c\x33\xcf\x36\x15\xf2\xac\xd0\x10\xcb\x01\x59\x7a\xfc\xd1\x98\x58\xd2\xcd\xe4\x0f\xd2\x92\xdb\x03\x08\x12\x37\x57\xf2\x63\x4a\xaa\xb4\xdb\xd3\x22\x2e\x17\xd8\x0e\x11\x56\x3c\x24\x87\xa7\x70\x2a\x41\x46\x9c\xc1\x93\x82\xd6\x2a\x07\x89\xd4\xbf\xa0\xd1\x80\xb5\x22\xb2\x43\x36\xab\x7c\xa4\x9c\x00\xde\x21\x51\xf5\xf4\x6c\xc2\xad\x9e\xb7\x85\xa7\xca\x0a\x4f\xe3\xc7\xcf\x97\xc8\x47\x65\xd9\xeb\x38\xaa\x0a\xde\x22\x71\x8e\xae\x03\x77\x1b\xe8\xda\xc9\xa8\x52\x33\xad\x9e\xf6\x4c\x8b\x4e\x7d\x70\xb7\xc3\x4a\x3e\x4e\xc5\x61\xb4\x6e\x06\x7f\x8a\x18\x31\x66\xc2\x42\x91\x2c\x64\xd2\xe8\xa1\xac\x3a\x35\xb7\x72\x97\x14\x8f\xa8\x8e\xaf\x64\x8e\x64\x95\x85\x65\x9f\xed\x0a\x0f\xaa\x86\xdb\xb8\x68\x7d\x2e\xe4\x39\x31\x20\xf3\xdb\xb8\x8d\x5b\xc2\xa1\x95\xdf\x92\x32\x83\xae\xbc\xff\x43\x82\x9c\xf8\xa8\x88\xfc\xf2\xef\x8b\x69\xc6\x3c\x5d\x81\xd2\xa8\x65\xee\xdf\x65\x83\x5b\xc4\x54\xbc\xa9\x81\xbe\x06\x92\xfd\x76\x3f\x21\x16\x91\x26\x31\xc8\xe8\x9d\x1c\x28\x16\xa8\xe5\xd7\xac\x58\x62\x55\xa1\xb7\x34\x97\x94\xb9\x76\xa5\xa5\x57\x27\xb4\xb7\xc1\xe5\xea\xea\x2d\x2b\xdc\xa8\xa8\x82\xd7\x7e\xa0\x9e\x5b\x31\x89\xf5\xd8\x5b\x73\xea\x2d\x93\x80\x8b\xce\xbc\xe5\x6d\x79\x31\xd5\x64\x19\xe9\xba\x13\xee\xa2\xd5\x59\x57\xf9\xc6\xe2\xaa\xec\xd8\x89\xfc\x80\x95\x45\x65\xbd\x53\xbf\x05\x11\x9d\x49\x69\x1b\x12\xc3\x0d\x2c\x45\xdb\x78\xe3\x89\xfb\xf6\xf1\x2e\x33\x67\x0c\x87\xf0\x06\xd9\x25\x39\x97\x85\xe2\x44\x7b\xca\xef\xca\x7a\x72\xd5\xe6\x6d\xd5\xb4\xaf\xfe\x4c\x70\x4b\x0b\xb7\xea\x9a\xb8\x65\x6b\x63\x99\x1d\x52\x69\xa4\xc1\xb6\x2e\xb6\xb2\x66\xc5\x98\xed\x41\x3a\xb9\x38\x61\x25\x5e\xbe\x3e\xf3\x97\xa0\x4d\xab\xf5\x27\x78\x6a\xd6\xab\xce\x4a\x78\x24\x6b\xba\xcd\xb6\x15\x6c\x33\xf7\xc1\x6c\x59\x4c\x9e\x91\x1a\xfc\x22\x9b\x76\x7f\xa7\xd2\x99\x77\x34\x1b\xaf\x4d\xe8\xa5\xac\xb7\x8d\x25\xb4\x09\xbe\x0f\x22\x28\x18\x7a\xfb\x63\x86\x8f\x37\x28\xa4\x34\x00\x1e\x65\x8e\x80\xe6\xff\x9e\xc4\xb3\xa9\x4d\x0e\xed\xd3\x8c\xb6\x49\xe0\x57\xb7\x78\xf1\x85\xec\x10\xf1\xa7\xa2\xaf\x22\xf6\x9e\xa0\x74\xa8\x85\xad\xa5\x25\x25\x67\xa8\x2b\x05\xaa\x01\xd4\x97\xbc\x01\x55\x68\x9b\x98\x89\x94\x24\xdd\x5f\x79\x22\x7b\x91\x37\x78\x6d\x9a\xc4\x59\x9c\xf1\x29\x53\xf2\xe7\x19\x0d\xc9\x0e\xb1\xa6\x18\xd2\x30\xec\xa3\x1e\x86\xf5\x3b\x6e\x9b\xca\xc5\xaf\x14\x4b\x9f\xfe\xad\xe8\x95\x22\x3d\x25\x3e\x1b\x84\x34\xa1\xa8\xa6\x27\xe5\x81\xa3\x84\x4e\x26\xe0\xe2\x0f\x5c\x67\x48\x56\x05\x30\x4c\x30\x30\x45\x1e\x40\x48\x02\x1c\x06\x41\xd6\x82\xdf\x8a\xb4\xdb\x14\xff\xbe\x02\xe6\xbc\x19\xf4\x0c\xe2\xa9\x91\x61\x90\xa4\x19\xa1\xc9\x08\x42\xe7\xab\x70\x42\x5a\x29\x34\x1b\xd3\xac\x9d\x97\x82\xda\x53\xd0\x94\xe9\x4c\xb1\x80\xda\xa0\x65\x98\x6a\xaf\xeb\x62\x24\x52\x68\x23\xf4\x96\x04\x46\x74\x8b\x84\x0d\xe2\x91\xa8\x5e\x8b\x34\xb1\x8c\x7b\xa9\xc1\x48\xa2\x91\x4f\x06\x34\x34\x65\x1c\x87\xa7\x06\x0b\xc8\x72\xa8\x30\xbe\xae\x68\x87\x1d\xc3\x20\xf2\x0b\x12\x08\x65\x6a\x7b\x27\xe1\xb7\xe4\x33\xa1\xaf\x92\xb4\x18\x6c\x90\xdc\x46\x9f\x21\xfe\x32\xe1\xa9\xd1\x90\x25\x19\xaf\xcb\x19\x0c\xf0\xca\x93\xab\x97\x76\xfd\x8b\x42\x52\x7c\x55\x51\x7d\xd3\xf0\x00\xcb\x0d\x0c\x7a\xe2\x84\x81\xb2\x5b\x30\x22\xb3\x20\xca\x36\x7f\x96\x21\xb3\x44\xdb\x68\x10\x41\x84\x42\x31\x9f\x8c\x0e\xc6\x50\x08\xe8\xd6\x75\xc4\x23\xfc\x24\xab\xe4\x05\x19\xc1\x82\xef\x07\xd9\x84\xa6\x10\x72\xcc\x0f\x06\xa0\x5a\x4a\xe6\x10\xd1\x0e\xc6\x06\x12\x61\x58\x86\x44\x94\x06\x56\x80\x68\xdc\x23\xca\xc1\xce\x68\x0b\x42\x19\x81\x69\x4a\xb3\x71\xaa\x4d\xa6\xd1\x4b\x4b\x08\x5a\x75\xb1\x82\xaa\x28\xce\x48\x10\xa9\x42\xc0\xe8\x10\x99\x97\x8a\x3f\x29\x2b\x96\xce\x62\x06\x33\x74\xd8\xc5\x68\x12\xf2\x35\xb3\x1f\x85\xf0\x74\xb2\x0c\x83\x17\x0a\x2d\xbb\x97\x92\x94\x9d\xcf\x98\x5c\x7c\x54\x99\x8c\xea\x3e\x48\xb7\x58\xc5\x52\xa3\xd9\xa4\xcf\x60\x7b\x88\x67\xd9\x28\x16\x03\xc3\xfc\x11\xcb\x57\x0a\x94\x5d\xce\xa5\x0b\xcf\x9d\x79\xa5\xf2\x8c\x40\x02\xbf\x2d\x47\x5d\x0c\xf9\x0a\x99\xd2\x20\xa9\x54\x5b\xac\x0c\xb3\xe3\x29\xc1\x90\xfe\x89\x1e\x1a\x3f\x75\x4b\x88\xf2\xba\xb7\x22\x43\x07\xa6\x6d\x54\x95\x29\x64\x20\x7d\x06\x15\x5c\x0e\xc2\x59\x1a\x5c\xe4\x7d\x00\x35\x4b\x8d\x3d\x60\x41\x4d\x13\x96\xc9\xb9\x44\xcc\x9c\xcc\xa2\x08\x35\x60\x50\xdb\x46\x2b\xd1\x50\x54\xb2\x0c\xe3\x68\x24\x1a\x1d\xb1\xb9\x32\x21\xd5\xca\x3a\x94\x4c\x68\x36\x80\x70\x1c\xf9\x38\xa8\x39\x06\xf8\x62\x7e\x5b\x6a\x36\xfb\x68\x6a\x22\xd2\x9e\xe2\xde\x08\x83\x78\xaa\xf1\x03\x14\xc5\x74\x24\xc8\x35\x23\xd8\x68\xbe\xa5\xd8\x76\x13\xa8\x5a\x23\x03\xe9\x50\x01\x54\x4f\x37\xe4\xc7\x77\xa8\xe2\xb4\x49\x9e\x3e\xc5\x17\x25\x7f\xac\x52\x9b\x50\xbc\x55\xc6\x70\x37\xda\x6d\xbe\x5c\xc0\x02\xab\x76\x90\xce\x28\xf9\x0a\x02\x6b\xfd\xbc\x9e\x65\x18\xd8\x43\x68\xc3\xb1\xd5\x4a\xbf\x4c\x5f\xa0\xa3\xa1\xc1\xaf\x80\x3f\xf2\xcc\x65\x5f\x13\x8b\x2c\x88\xc5\x98\xab\x25\x49\x95\xc4\x20\xaa\xae\xc0\x42\x69\x52\x06\xa1\x36\x86\xa8\xb0\xf8\xa5\xef\x04\x0e\x51\x61\x65\x6c\xb9\x42\xee\x30\x9e\xb3\x64\x35\x8f\x63\x48\xc0\x91\x5d\x02\xee\xf3\x4a\x7e\xe9\x0a\x46\x97\xaa\x6f\xdb\x68\x7c\x89\x1d\xd7\x4e\x38\xaa\x54\x17\xcc\xb9\xf4\xbc\x41\x96\xf3\x09\x5d\x01\xb3\x91\x3a\xc1\x9b\xd4\x29\xc7\xbc\x36\x39\x98\x8c\x56\x0f\x56\x87\xe0\xb0\x30\x95\xbe\xa3\xca\x56\xc1\xea\x5f\xcb\x80\x5a\x75\x3e\x07\xcf\x91\xd7\xd7\xc4\xfa\x29\x93\x51\x31\xa4\x36\xb5\x18\xc7\x24\xf0\x59\x2a\xcd\xfe\x2a\x79\x56\xec\x76\xec\x44\xa9\x7e\xad\x15\xe4\x2e\x16\x7f\x51\x75\xf0\xa5\xfe\xd5\x3b\x84\x37\x74\x32\xb0\x2a\xf4\x8a\x16\xc6\x73\x5c\x45\xe3\x60\x34\x2e\xc3\xe6\x56\x09\x36\xf7\x8d\x20\x3f\x30\xe3\xbf\x7a\xbf\x15\x17\x49\x5e\x34\xe8\xa2\x2c\x2f\x63\xb9\xcf\xa0\x9e\x65\xb9\x6e\xe4\x42\xb8\x8f\xdf\x7e\x22\xdb\xa0\xbc\x6a\x31\xdf\xae\x0c\x96\x5a\xf5\xb5\xc5\x54\x3c\xb7\x28\xdb\x77\x58\xdc\x76\xd2\x7b\x7d\x9d\xbc\x8e\x61\x6f\x8e\x68\xc2\x49\xca\x68\x32\x18\xab\xe8\x63\x6a\x37\x02\xd4\x5e\x02\xf7\x27\xd0\xab\xa7\x50\xbf\xdd\xb7\xd8\x04\x88\xea\x96\x48\x86\xcd\x5c\x01\x9b\x06\x8b\x60\x40\xe9\x39\xe9\x4e\x89\xac\xf7\x49\x4b\xfc\x79\xfa\xb4\x2a\x9b\x17\x79\xe0\x84\xa3\x16\x00\x70\x1b\xe0\x30\x67\xbe\xa9\x73\x66\x23\x67\xa8\xe6\x9c\x23\x61\x61\x12\x94\xa5\xf6\xda\x95\x36\xe4\xaf\x3b\x5c\x21\x4c\x61\x07\xca\x7d\xad\xe3\x33\x14\x66\x36\x77\x7f\x6e\x5b\xd5\xb8\x50\x24\x23\xdb\xb6\x40\xea\xe6\x9c\xd4\x0a\x88\xcd\xe5\xa4\x34\x7e\x05\xbc\x33\x46\x20\xe0\xf2\xea\x88\x45\x2c\xa1\x59\x9c\xac\xa7\xc9\x60\x9d\x45\xa0\x00\x2a\x83\xfc\x0e\xe2\xc9\x04\x34\x55\xf3\xa0\xc5\x90\x40\x91\x2b\x60\xda\x3d\x66\x09\x33\xb6\x3b\x9f\x89\x12\x5e\x08\x12\x50\x9d\xae\x0e\x30\x22\xd9\x7b\xa0\x0e\xe1\x8b\x06\x29\x15\x97\x27\x1e\xca\x73\x40\x43\x9c\x8e\x53\x88\x8a\x78\xb4\xb4\x52\x39\x45\x9a\x6a\xa0\xb0\xf3\x00\xa9\xb9\x63\xaa\x6a\x69\x7c\x2d\xa3\x0e\xb6\x41\x3e\x0a\xf6\xf2\xc8\x87\xc2\x61\x96\x42\xa9\x8a\xb8\x57\x31\x2f\x37\xca\x07\xf4\x1a\x27\x7b\x05\xcc\x53\xd4\xc5\xb8\x7f\x7f\x45\xec\xf3\x10\x5a\xc4\xe6\x6a\x45\x83\xdb\xce\x0e\xd9\xdc\x02\x2f\x39\x2f\x83\xd1\x07\x1a\x8a\x22\x6c\x48\x42\xfc\x53\xed\xd3\x08\x05\xb3\x54\x9d\xce\x94\x67\xdf\x02\x1c\x85\x46\x3c\xdb\x21\x8f\xd1\x7f\x3d\x9d\x6e\xd9\xbd\x82\x89\x74\xab\xab\x75\xbd\x78\xb6\x43\xb6\x1f\xc8\x02\x36\x7f\xa0\x00\x70\xc1\x13\x8c\x82\x4c\x39\xc8\x5c\x25\xdb\x5b\xd2\x83\xbd\xcd\xe3\x12\x6e\x7e\x22\xfd\xb3\x1d\xf2\x00\x87\x4d\xa0\xed\x9a\x01\xc3\xa4\xab\xa5\xa4\x96\xc1\x92\x33\x65\x71\x3a\x58\x1a\x32\x9c\x82\xfb\x3b\x58\xb4\xa5\x75\xa2\xa4\x3b\xb2\x66\xa4\x8b\xe6\xfa\xd6\x95\xa3\x38\xc1\xf2\x29\x96\x01\xef\x0e\xe3\x59\x76\xff\xfe\x31\x91\x7e\xb2\x9f\x14\xb9\xeb\x96\x0c\x52\xf7\x5d\x2c\xce\xa2\xc7\x6c\x2d\xe5\x84\x15\x07\x69\x9f\xe4\x98\xe3\xd7\xe8\x22\x48\xe2\x08\x8e\xf8\x17\x34\x09\xe0\x10\x36\x53\x26\x84\x71\x94\x25\x71\x08\xa7\xe2\x38\x54\xb1\x9c\x95\xda\xfd\x05\x4b\xfa\x31\x5a\xdc\xe1\x92\x9f\x26\xf1\x80\xa5\x29\x2e\xfa\x59\xe4\xb3\x61\x10\x31\xff\x68\x09\x78\xc6\xf8\x6d\x8d\x45\x17\xe2\xe7\xfa\xd1\x51\x1f\x68\x91\xa3\xa3\xfe\xfa\x5a\xc6\xd2\xac\x65\xa4\x58\x7b\xeb\xfd\x5d\x34\x5f\x3b\x24\x7b\xf3\x3a\xcd\xb1\xc2\x05\x4d\xc8\x3e\x1d\xb2\x8c\x17\xad\x54\xf1\x9d\x06\x1a\xfc\x79\x28\xff\x1c\x2d\xbd\xa3\xc9\x28\x88\xa4\x89\xea\x43\x65\xbc\x89\xef\xd0\xb2\x12\x93\x82\x61\xa5\x7c\xd4\x76\x95\xba\x96\xc1\x2c\x7b\x91\xb5\x32\x08\x7a\x8f\xae\xcb\x02\x23\xfc\x81\x8c\x6e\x94\xc6\x68\xc4\xcb\xd8\x1a\xfe\x6a\xa9\xf8\xf8\x6b\x6f\x20\xfa\x32\x7b\x11\xc5\x11\x9f\xc4\x33\xcd\xc0\xc4\x74\x6b\x93\xf8\x82\x1d\xc4\x2d\x43\x28\x5f\x47\xe5\x37\x5a\x10\x83\x1c\x15\x69\x65\xee\xc1\x38\x08\xfd\x97\xe0\x48\xb9\x25\xa5\xe8\xe6\x97\x17\xc3\x8c\x25\xf0\xa1\xec\x49\xaf\x0e\x23\x12\xed\x23\xb1\x52\x57\x16\x93\xa7\x04\x43\x9e\xc9\x37\xc8\xc7\x44\x69\xcd\xf2\x32\x69\xa8\x84\x7c\xca\xd6\x82\x14\xf4\x5c\x16\x06\x2e\x22\x46\x25\x9a\x4d\xb9\x61\xb0\x26\xf3\x9a\x57\xc9\xa6\xb2\xe1\xda\x7a\x88\x2e\xf4\xc4\x44\x2e\x88\x0f\x21\xfe\x75\xf2\xa2\x60\x6e\x70\xcf\x68\xe7\x95\x99\x1d\xb9\xaf\xaa\xb8\x5f\xad\xa2\x86\x84\xaf\x0e\xd2\x34\x61\x17\xfb\x41\x3f\xc4\xa0\xc0\x7a\xa4\xc0\x73\x9d\x7a\x5d\xe7\x36\xb2\x86\x70\x86\xb9\x57\xc5\x83\xcd\x59\x6d\x11\xd5\x61\xdd\x20\x1d\x62\x74\xdd\x8e\x17\x4d\xa3\xf6\xdf\x12\x3a\x12\xb8\xa1\xde\x2c\x71\x28\x53\xa4\x6d\x30\x6a\xdc\x67\x16\xdb\x5f\x9d\x46\xec\x9c\xea\xb9\xcc\xb5\x92\xb9\xc5\x3a\xc7\xa7\x0a\xdf\xd7\x66\x68\xa0\x8a\x2b\x12\x0d\xfa\x73\x4a\x87\xec\x37\xa4\x3e\xab\xa6\x48\xe2\xe3\x41\x6c\xfd\x24\x06\x29\x2d\x7b\x79\xc4\x4c\x52\xaa\x5a\xfd\xa2\x28\xe3\xea\x17\x31\xdf\x6a\x24\xcb\x52\xee\xe2\xb7\x32\xf9\x32\x54\x91\xd2\xcc\x8e\xaa\xd1\x28\x7d\xd1\x72\xeb\xe7\xa8\x90\xd6\x29\x7d\x96\x56\x71\xf7\xef\x1f\x57\x84\x26\x35\xe1\x02\xf3\xc1\x1b\x26\x6b\xf1\x94\x45\xb8\x85\x3f\x97\x58\x70\x98\xac\x21\x22\x1c\xea\x35\x23\xd2\x69\x2d\x5d\xb2\x9a\xff\x26\x1d\x95\xca\xa6\xb2\xa0\x67\x42\xd6\x23\x4e\x16\xb6\x5a\xb2\xb8\x58\xc7\xaa\xad\x92\x8a\x36\xbe\xa9\x14\x02\x13\x7b\xab\x80\x12\x53\x95\x83\x06\x56\xe1\x60\x71\x12\x00\x08\x6b\x12\x9b\xa0\x51\xd6\x39\x4b\xc7\xaa\xcb\x75\xc6\xdb\x89\xf4\x4f\xb9\xaa\x3b\x6e\x4d\x29\xab\x17\x29\xed\x76\xdd\xd2\x81\xa6\x11\x1a\x54\x4e\xf8\x0f\x8a\xf5\xcd\x72\x36\xd9\xe3\x5a\x45\xab\xf5\x75\x72\x3a\x8d\xd3\x53\xed\xf7\xed\xd9\x0e\xb0\x67\x95\x0d\x42\xc8\xa5\x18\x01\x53\x21\x2f\x34\x48\x25\xd6\x94\xcb\x45\x93\xe3\x95\x1d\xd1\x10\x4b\xeb\x16\xd9\x25\x7c\x25\x4c\x61\xc2\x87\x5e\x66\x4a\xe1\x51\x82\xa6\x55\xe5\xb9\x7e\x71\x93\xa2\x83\x40\xf9\xf9\x4e\xad\x59\x74\x3a\x31\x3d\xfa\x98\x90\x5c\x72\xe8\x43\x4a\x4e\x7d\x64\xa8\xa8\x5f\x25\xef\x3a\x61\xac\x06\x62\x6b\xfb\xb2\xb8\xc9\xa4\x0a\xd2\xc0\xf7\xca\x63\x3b\x42\x63\xd1\x99\x50\xc9\x54\x0a\x7e\xe0\x17\x4b\x0f\x72\x63\x9f\x78\x8a\x44\x4c\xc2\xa2\xff\xee\xcb\x97\xd4\xfb\xd0\xb5\x0c\x83\x52\xc2\x33\x7a\x70\x68\xb5\x2f\xb2\x85\xea\x4d\x32\xe9\x82\xe9\x3e\x14\xa0\xc4\x11\xa9\xbd\x84\x3c\x50\xe4\x33\xab\xd6\x0c\xb1\x2d\x59\x5b\x8c\x37\xf2\x23\x73\xad\x8f\x8c\x4a\x0c\x19\x0f\xc9\x81\xc0\x5f\xb7\xc6\xb2\xac\x6b\x63\x31\xe1\xd3\x22\x76\x5a\x40\xe1\xd5\x37\xd9\x1c\x63\x14\x8e\xa9\x48\x3f\x60\xce\x65\xa5\x87\xcc\x96\x80\x6a\xf7\x8e\x89\x12\x6a\x1b\xae\xaa\x31\xf5\xab\xa0\x92\x69\x12\x4f\x5b\x7f\xc4\x3e\xeb\x26\xf1\xd4\x50\xa4\xab\xa9\x56\x55\xdd\xc8\x0b\x92\x3a\xe6\xf7\x8d\xb2\x9f\x16\x77\xf9\x7a\x3b\x87\xf2\x18\x55\xbd\x05\xa8\x7f\x37\xd5\xd7\x96\x57\xe5\xd5\x5b\x08\xc6\x64\xb6\xdf\x32\xd0\x02\xf3\x6b\xaa\xbb\x30\xb9\x40\x73\xaf\x68\x84\xa5\x02\xe0\x00\xde\xb7\xb7\xb6\xbc\x79\x46\x16\x9f\x5d\x85\xb4\xc6\x0e\x6a\x8d\x59\x56\xed\x60\xcd\x26\x6a\x19\x98\x1f\x51\x56\xba\x6d\xec\xec\x0b\x75\x21\xc4\x56\x99\x86\x26\x31\x0f\xdc\x7a\x30\x8e\xb7\x11\xf2\x28\x1a\x68\x4b\x91\x9b\xcd\x43\x00\x88\xe2\x76\x64\x82\x0a\xc5\x8c\x92\x1b\x1b\xf9\x3b\xa1\x41\x74\x60\xa8\xfe\x95\xbf\x2b\x1f\xb3\xb6\xbc\xba\x58\x29\xb9\xc8\xa3\x77\xac\x4d\xe8\xb4\x75\x42\x76\x9e\x95\x6d\xfe\x4b\x04\xf6\x88\x65\xd2\xf9\x6a\x4b\xe9\x85\x14\x69\x6c\xac\xde\x66\xca\x0c\x9c\x71\x1a\x58\xda\x5d\xf1\x12\x6b\x88\xed\x8c\x00\x23\x15\xc9\x5d\x5e\x2a\x48\x01\xab\x21\x3c\xa4\xc3\x74\x10\x7b\x6d\x8b\x63\xa7\x96\xd1\x4b\xdf\x43\x65\x2d\xa4\xdc\x35\x02\xe6\x35\x5c\xa5\x3d\xaf\xbc\x42\x07\x61\x9d\x4a\x27\xeb\x9c\x32\x58\x3d\x94\xe6\x33\xa0\x3d\x94\xde\xbf\x6f\xd5\x6d\x6a\xb5\x40\xcc\x19\xac\x90\x65\x29\x96\xae\x09\xf2\xb1\xc0\x21\x7d\xee\xcb\x60\xc7\xa8\x1a\x3d\xbe\x2b\x15\x8b\x1c\x50\xaa\xf2\x35\xd1\x0e\x98\xc3\xe5\x65\xd2\xc8\x55\x5c\x94\xee\xc4\xdd\x1b\xa3\xf5\x71\x21\xbf\xa1\xc1\x71\x7d\x5d\x50\xb8\x6d\xec\xe4\xee\xec\xf3\x6f\x30\xe1\x8d\x1d\x9c\x78\xfd\xd6\xf0\x65\x58\xe7\xbb\x50\xaf\x04\xe9\x1d\x31\x87\x73\x65\xef\xa4\x1b\xa5\x14\x9f\x6c\xb8\x24\x6f\x04\xb6\xa1\x36\xcd\x22\x1f\x73\xa4\x2e\xf8\x75\x51\x9d\xf8\x19\xc9\xed\x8f\xaa\xdc\x93\x6a\xc5\x26\xf4\xe5\xbb\x42\xb1\xd0\x36\xa9\xdd\x2f\xf3\x26\x20\xf7\xb5\x14\x16\xb9\x4e\x2a\x0b\xb3\xf5\x46\x4b\xb3\x34\x0e\xa8\xd9\xc5\x4a\xda\xcf\x10\xab\xdb\xbe\x6f\x14\xf1\x09\x62\x38\xdf\x2f\xe0\xa0\x76\x49\x99\xba\x9d\x8f\x58\xdb\xcc\x6f\x9b\xca\x1f\x28\x5e\x05\xec\xbb\x73\xd9\x78\x64\xd1\x40\x8e\xcd\xab\x25\x74\x24\x6a\xb4\x69\xa0\x9b\x05\x9a\x0d\x7e\x66\x0c\xfb\xa2\x68\x1e\x3f\x2c\x35\xae\x3a\x1a\x30\xb7\x96\xdc\x18\xd4\x1c\x00\xcb\x61\x4e\xa5\x2f\x53\xfd\x05\xa7\x99\xa5\x8c\x12\x67\xdb\x3d\x6f\x96\xcf\x83\x0a\x15\xe5\x28\x22\x77\xf3\x06\xfa\x6a\xb6\x01\x57\x7b\x50\xc5\xb7\x4d\x39\x91\xd6\xd5\x97\xc5\x2b\xef\x69\x2c\x1e\x1e\x54\xa3\x3e\x43\x0e\x75\xe0\x80\x1f\x9a\x32\xc6\xb6\x95\xd2\xdf\x09\xf2\xf2\x66\xb4\x75\x99\xb5\x70\x57\x36\x45\x31\x29\x05\xf1\x6c\x24\x35\x95\x73\xe5\x2c\x55\xf6\xf9\x77\x2a\xbb\x65\xa7\xd7\x46\x05\xba\x8e\x05\xda\xbf\x3a\x4d\x0d\x31\x50\x9c\x08\xd0\xe0\x01\xaf\x62\x39\x29\x60\x64\x2c\x0c\x73\x71\x54\x8d\x41\xd7\xac\x69\x69\x8a\xd1\x26\x53\x13\x24\xca\x99\xd4\x44\x4b\x08\x32\xd3\x92\xe7\xa4\x3c\xf1\x62\xcb\xcf\x51\x62\x75\x54\x8d\xb1\x2e\xfa\xe2\xbd\xc3\x6e\x53\x20\x14\x35\xea\xc8\x72\xad\xdb\xb2\x07\x67\x15\xe9\x05\x8d\x5b\x2c\x9b\x56\x19\xa1\x03\xae\xb5\x9b\x93\x56\x29\xb0\x12\xcc\xda\x28\x18\x45\x75\xa1\x92\x48\xf0\x4d\x87\xb2\x45\x4a\xc6\x8e\x16\xab\x99\x0e\x83\x63\xe4\x4c\xe4\x5a\x33\x8b\x62\x22\x69\x75\xf1\x4a\x49\x40\xce\x94\xc6\x8a\xfa\x2d\x83\xa8\x30\x70\xb8\x6d\xc0\xca\x6d\x95\x55\x29\xa7\x0f\x25\x64\x50\xd2\x34\x52\x89\x9f\x91\xcd\x7a\xa5\x1f\x92\x47\x82\x81\xd4\x10\x98\x69\x47\x6e\xb4\xfb\xba\x27\xf6\xfd\xdd\xfc\x57\x34\x29\x32\xea\x5e\x70\x08\xae\x4a\x3c\xed\xa5\x1a\xa6\x49\x77\x2b\xb8\x6e\x9b\x21\xb7\x1e\x82\x6f\x63\x8b\x16\x7a\x69\x5f\x7a\x46\xbb\x8b\x08\x40\x4d\x57\xbe\xa2\x8d\x00\x49\x02\x35\xd4\x87\xb9\x9b\xce\xe4\x59\x47\x87\x90\xce\x6d\xe2\x6d\x5e\x23\x41\xa3\x28\xba\x97\x11\xea\xfb\xc4\x9f\x4d\xc3\x60\x00\xba\xe0\x88\x5f\x17\x9f\x03\xd0\x5d\xe4\x2d\xd1\x09\x64\x49\x72\xa9\x48\x9f\xab\xb5\xac\x26\xab\x07\x4a\x5d\x04\x46\x7c\x3e\xd6\xd4\xda\x1d\x12\x5a\x95\xaf\x2d\xe9\x8a\x56\x83\x96\xd6\xc8\xf1\xad\x21\xb4\x6a\xc7\x17\x91\x14\xaa\x0c\x69\x1c\xb5\x40\xe1\x93\x66\xd4\x7e\x66\xcc\x23\x47\x32\xa9\xfc\x92\x42\x10\xa1\x2d\x78\xb0\x1c\xbf\x0a\x33\x66\x3b\x66\x82\x52\x35\xf8\x3f\xd8\x52\x11\xf6\xc9\x4f\xeb\xa4\x53\x09\x57\xf2\x44\xcf\x71\x1d\x3b\x4f\x2a\x36\xde\x45\x2f\xae\x9a\x0d\x75\x29\x77\x76\xb0\x5e\x19\x07\x6d\x31\x1e\x82\x1e\x05\xda\x7a\x44\x9c\x31\xea\xb0\xa1\x65\x15\x93\x05\x7c\x19\xb3\x79\xb9\x7b\x47\xad\x0f\x98\x37\x16\xc6\xcc\x03\xcd\xd7\x5b\x51\x5e\x31\x78\xba\x5e\xa1\x95\x2e\xd8\x80\xe9\x3f\x04\x79\x99\xbd\x34\xe6\x2e\xb3\x10\x45\x3f\xd6\x87\xcd\xbb\xf4\x61\x61\xb0\xa2\xd2\x9a\xcb\x9d\x92\x57\x1c\x92\x9b\xce\xc8\x0f\xc5\x75\xb4\xf4\x3a\x40\xf6\x33\xea\x78\x48\x15\x8f\xfc\xe5\x93\x72\xfa\x77\xf4\x72\x8f\x4d\xd0\xa8\xa1\xcb\x92\xfd\x8c\x4d\xa5\x73\x6f\xed\xda\xbb\xfa\x5d\x96\xb2\xbe\x4e\x3e\x82\x33\xbe\x79\x8c\x2b\x38\x25\x63\x7a\xc1\x48\x9f\xb1\x48\xeb\xb1\x8b\xde\xa0\xc7\xab\x2c\xe4\xa8\xbd\xce\x22\xf4\x23\xa9\x9d\x9d\x00\xea\x05\x16\xe7\x84\x46\x9c\xb0\x90\xa1\xa4\x1c\x9d\xab\x04\x89\x8a\xd2\xdd\x26\xd3\x64\x16\x31\xc3\x56\xc5\xe8\x48\x10\xa1\xcf\xd0\xb7\x40\xc6\x74\x45\x42\x39\x08\xda\x4d\xb9\x35\x49\x65\x48\x7e\xcb\x43\x59\xbd\x0d\x26\x41\xa6\xbc\xac\x63\x21\xd5\xaf\xf9\x68\x78\x10\xe1\x49\x46\x19\x42\x7d\x7b\x19\xc2\x1e\xbd\x3f\xb7\x82\x88\x14\x63\xe4\x60\x98\xae\x55\xf4\xe9\xa5\xcb\x51\xb1\x89\xb2\x98\xbc\x9a\x65\x07\x31\x68\x91\x5f\xc4\x81\x8f\x5e\xc4\xc0\x3c\x00\x84\xf3\x60\x37\x10\x5f\xb0\x64\xa8\xa2\x0d\x49\x47\xe5\xb2\x20\xd0\xd5\x1f\xcc\x92\x14\x9c\xcb\x24\xf4\x82\x25\x29\x0d\x2b\x63\xf7\x6a\x96\x99\x3e\xd8\x1f\x6e\xa8\x11\xcb\x3f\x54\x46\x09\x1a\x86\x19\x1e\x9b\xe9\xc5\x4b\xed\xa4\x5d\x39\x68\xcf\x95\x88\x90\x0b\x0b\x6e\x3b\x17\x31\x60\xa5\x9a\xa5\xa1\x58\x51\xe7\x4d\x53\xee\x22\x96\xfd\x22\x37\xfb\xfb\x71\x67\x9b\xd2\xec\x15\x3c\xcb\x8b\xe1\xb6\x68\x5d\x48\xae\xf4\xe0\xec\xcd\x6b\xf1\xf9\x72\xeb\xe7\x87\x0f\x9e\x88\x41\xff\xe7\x7f\xfe\xf7\x36\xf9\xe7\x7f\xfe\x1f\xc4\xed\x7f\x14\xb7\xff\x49\xdc\xfe\x67\x71\xfb\xcf\xe2\xf6\x5f\xc5\xed\x7f\x11\xb7\xff\x55\xdc\xfe\x37\x71\xfb\xdf\xc5\xed\xff\x10\xb7\xff\x53\xdc\xfe\xaf\xf2\x99\x30\x88\xa0\xaa\xaa\x6f\x4d\xd9\x50\xd0\x56\xb3\xab\x6a\xc4\xd3\x29\xf3\x5f\xd4\x2a\x87\x28\x8e\xb6\x38\xcf\x19\x36\x63\x4a\xd1\x55\x0e\x7b\x2d\x4b\x1a\xf4\xed\x34\x4f\x5d\xcf\x9f\x51\xb6\x25\xef\xf4\x00\xad\x01\x34\x3f\x7b\x7a\xb8\x59\x8e\xd4\x7b\x85\x1a\xd3\x37\x8b\x9c\x61\x4a\xa4\xb3\x43\x0e\xf7\x15\xcf\x38\x41\x9f\x1e\x6d\xb3\xec\x8d\x63\x69\xe2\x59\x29\xc0\xaa\x94\x63\x84\x2a\x2d\x31\x25\x40\xcf\x02\x15\xbc\xb0\xf4\xbe\x81\x4e\xc8\x4f\xe4\x41\x11\xcb\x3f\x87\xd1\x29\xaa\x0f\x99\xba\x42\x2a\xf0\xb0\x52\x19\xea\x98\x33\x64\x78\x79\x86\x74\x7e\x37\x4e\xad\x2e\x93\xcb\x00\x52\xcc\x6f\xfa\x30\x91\x4b\x45\xfa\x30\x91\xe1\xc2\xe7\x41\x18\x6a\xad\x45\x1a\xa2\xc7\x40\xa6\xf0\x39\xcd\xe3\x71\x9e\xe2\x72\x8b\xd3\x53\xb0\x1e\xca\xd0\x9b\xbb\x54\xed\x16\xe5\x4f\xd0\xd8\x45\x45\xcd\xcb\xbd\x33\xbe\x19\x92\x28\xc7\xf5\x88\x1d\x05\x6d\xa6\x42\xfc\x2b\xf3\xb2\x20\x25\xc3\x78\x06\x9b\x66\x76\x2f\x0c\xa5\xac\x07\x22\xdb\xaf\xaa\xe8\xd4\xda\x0b\x63\x69\x0b\x52\xdd\x83\x42\x82\x28\x48\xc7\x4c\x86\xdf\xc1\x1e\x2a\xd5\x4f\x92\xf2\x28\xa3\x97\xa8\x01\x06\x79\x75\x41\x51\x9c\x89\x9a\x65\xd2\x94\x9c\x8a\xd9\x38\x2d\xf9\x62\xa9\x90\xb6\x1a\x06\x0d\x88\x6c\x9b\xbe\x03\xab\x53\x23\xeb\xcb\x87\x7f\x1c\x87\xbe\x2a\xa8\xcf\x78\x1c\xf9\xa8\xfe\xb1\x56\xac\x2a\x62\xf3\x7d\x4b\x6d\xe5\x75\x8f\xad\x82\x65\xdf\x56\x0f\xb0\x44\x4b\xf5\xff\x1b\x63\x53\xd9\x2f\xf0\x5c\x19\xf1\x7c\xd6\xa5\xfa\xc9\x2c\xca\x82\x10\x63\xc1\xb3\x00\x66\x75\x12\x5f\xb0\x42\x29\xca\x23\x4e\x9c\x60\xfc\x56\x88\x65\x88\x83\xe5\xaf\x91\xbf\x53\x15\xeb\x50\x94\x9b\x47\x79\x25\xfd\x62\x29\x2a\x87\x86\x9e\x20\x22\xa7\xb2\xed\xe6\x30\xd8\x0e\x61\x58\xf8\x42\x41\x8c\x19\xd5\x17\x93\x57\x85\x24\x8b\xf4\x3f\x0d\x9c\xb7\x48\x92\xa7\xfe\x49\x89\xaf\x3c\xad\xd6\xab\x21\x10\xd0\x7d\x93\x93\x5a\x13\x6f\x57\xfd\xb3\xd0\xae\xda\xc0\x43\xb2\x21\x61\x08\xa1\x30\x75\x32\xd3\x85\xcb\xd3\x73\x5a\xcf\xdd\xa8\x91\xf8\x2c\xaa\x7a\xc1\xb9\xa6\x21\xe7\x6e\xe1\x21\x46\xa6\xb1\x45\x36\xb7\x24\x3b\xb0\x0a\x57\x6f\x69\xa7\x91\xff\x96\xf1\x25\xb9\xac\xad\x28\x4e\x5b\xb3\x30\x55\x6b\xf2\x17\x5a\x2a\x83\x8b\xc4\x67\x86\x08\xa2\xcc\xc6\x5c\xd0\xf2\xbb\xc7\x38\x85\xf1\xce\xc1\x68\x81\xeb\x39\x85\x18\x61\x15\xe0\xd8\x2f\x2f\x83\x21\xf8\x6f\xf2\x4b\x4b\xcd\x9b\x45\xbe\xa4\x72\xdf\xe6\xfd\x49\x34\xe3\x20\x3e\x48\x18\xcb\xb3\xd8\xc4\x55\x39\xf5\xa6\xa2\x56\xd5\x1d\xae\x95\x96\x3d\xf0\xf1\xb0\x7d\xb5\x40\x9c\xc6\x21\x5b\x0b\xe3\x51\xeb\x68\x69\x3f\x9b\x0d\xce\xa4\x75\x2c\x2c\xd8\xa3\x25\x72\x5f\xe9\x40\x96\x17\xf3\x73\x93\x9c\x14\x73\xfe\x07\x9d\x30\x7b\x5a\xc5\xe8\xec\x90\xa3\xa5\x28\x16\x67\x08\xab\x3a\x74\xee\xe4\x70\x1f\xf6\x1c\xe5\xe5\xf0\x8f\x58\x6e\x55\x34\xc3\x16\x59\xdc\xcf\x59\x24\x8c\x8d\x12\x4d\x5a\xeb\xea\xc6\xa4\x5a\x81\x0f\xa1\x8e\x7f\x0b\xad\x30\xca\x79\x8d\xb1\xbe\x05\x94\x4a\x74\xa6\x0c\xf5\x61\x14\x70\xb8\x71\x2c\x11\x61\x29\xe9\x73\x23\x45\xb5\x37\x52\x77\x37\x99\x45\x32\xc4\x13\x6f\xd9\xb7\x35\x03\xcf\xfd\xc5\x70\xbb\x96\x47\x51\xae\x11\xd9\x58\x86\xce\x6e\x5c\x68\x9c\xa3\x73\xcf\xbe\xf9\x4c\xed\x90\x4d\xf2\x9c\x6c\xea\x4e\xe7\x9f\x7e\x42\x1d\x08\xcb\x41\xdc\x6e\x47\x54\xc6\x04\xe4\x59\xa1\x72\xeb\x22\xcb\xf3\xa4\x71\x92\xb5\x5a\xb4\x4d\xfa\x2b\x64\xe7\x19\xe9\xab\x20\xd7\x84\xe2\x93\x0d\xd0\xa5\xb0\xf1\xb6\x8a\x6f\xdd\xff\x6e\x57\x12\x2e\xf6\x2f\x8d\x27\xac\x95\x8a\x66\x9a\x71\xb5\x71\xbb\xbd\x7d\x75\x14\x8c\xb6\xca\xbc\xec\x9a\x81\xac\x8a\x60\xd6\xd7\x09\xf0\x11\x0a\x24\x0e\x4d\x98\xb2\xf6\x4e\xe9\x84\x29\x13\x6e\xd0\xe5\xa5\x59\xce\x24\xa9\x14\xa5\x98\x26\x2a\x1a\x59\x3a\x0d\x83\x2c\x93\x0e\xbb\x09\xc5\x91\x6e\xe7\xec\x80\x11\xc3\xaf\xa9\xc0\x74\x95\xd2\x00\xf3\x4d\x66\x61\x16\x4c\x43\x26\xa8\x6d\x41\xe3\x0f\x67\xa1\x6a\xab\xaa\x8d\x45\x7e\xc8\xd2\x34\xe4\xb9\x97\x73\xf5\x2f\x9e\x65\x2c\xe9\x58\xc9\xae\xca\xf0\xac\x92\x4d\x3b\xf5\x45\x4a\x14\x98\xce\x69\xb7\x04\xd7\x95\x7d\x15\xe7\x76\x30\x4b\x25\x5f\x2d\x15\x3e\x21\x5f\x6b\x2a\x53\x15\x62\xa0\x6d\xb3\xc2\xaf\x75\xb4\x43\x4e\xb2\x55\x62\x23\x5f\x5f\x2f\xa2\x4d\x2a\xc1\x98\xc8\x33\xf2\x10\xe3\xc1\xdb\xf8\x4d\x18\xe7\x5a\x46\x29\xfe\xb1\x7c\xb7\x0b\xa6\x54\x0f\xe4\x92\x95\xa1\x90\x61\xd9\x02\x27\xc6\xd6\xda\x55\x5b\x5b\x56\xea\x8d\xf9\xcd\x7f\xc6\x52\x9c\x82\xd3\xaa\xaf\xab\xab\x16\xd7\xe4\xe6\xbf\x1a\x1a\x8d\xdc\x81\x21\x6d\xad\x31\xb8\xb5\x46\x62\x1a\x19\x03\x3c\xff\x78\xf3\x6e\xe7\x25\xdb\x49\x33\x0b\xf3\x26\x87\x45\xdc\x15\xeb\x34\xcd\x36\xed\xab\xcc\x26\x9e\x2d\x20\xab\xc3\xe0\xd8\x74\x50\x6c\x54\x5e\x87\x12\xeb\xda\x17\x94\xdb\x57\xd5\x2c\xd6\x01\xcc\xe2\x69\x8d\x41\x42\x3d\x71\x50\xfa\xf2\xd4\x6a\x5b\x60\x75\x13\xfd\x0a\x4e\x90\xe2\x24\x4a\xf2\xfc\xf2\x1c\x6a\xf1\x15\x6d\xb2\xc0\x2c\xb1\x26\x94\xb7\x56\x42\x23\x29\xf1\xf7\xc9\x05\x4b\x52\xc3\xe1\x0d\x5a\x64\xc8\x33\x55\x9c\x60\x17\x82\x42\xa8\x7f\x89\xdc\xf0\x70\xab\x98\x22\x51\x9c\x4c\x68\x18\x72\x64\x34\x90\x53\x40\xe7\xc8\x3e\x39\x45\x1c\x7c\x2a\xf6\x0a\x5d\x06\xd4\xa3\x8e\x6a\x88\xfc\xc1\x2d\x4f\x9f\x13\x3a\xe9\x07\xa3\x59\x3c\x4b\x49\x3c\x65\xca\x37\x16\x30\x0f\xfa\x8c\x88\x93\x06\x58\xab\xe6\xcc\x1a\xac\x0a\x5a\x4b\x7d\x1f\x4d\x59\x75\x9d\xd8\x74\x8e\x43\xa8\x0d\x4d\x80\x29\x54\xe0\x76\x14\xce\x92\x8a\xb5\x01\x25\xdb\xd8\x20\x49\x66\xea\xcd\x94\x24\x7c\x59\xd1\x7d\xa4\xc8\x22\x43\x55\x2a\xe2\xfe\xb9\x41\x86\xbd\x79\xad\xb4\x57\xee\x0b\x12\x79\xf5\x99\xb8\x77\xca\x4e\xe6\x16\xc3\x97\xb2\x01\x28\xa6\xb0\x2b\xbc\x60\xab\x87\x39\x6b\xbf\xb5\xa2\x34\x47\x8b\x5c\xb9\x42\xb5\x9a\x95\x57\xc3\x6f\x10\x67\x1a\x88\xb7\x5c\xd1\x4a\xd5\x0a\x09\xb5\x11\x7c\xdb\x64\x70\xf9\x3b\x46\xb2\xd5\x05\xdd\x4d\x97\xb5\x80\x49\x06\xa0\xbc\x52\xb6\x9f\x43\x43\xc3\x17\x2a\x96\xf8\x13\x99\xcc\xce\xfb\x40\xea\x35\x1b\x8c\xb5\xe8\xab\xc0\xb6\x04\xdb\xd6\xf4\x10\x4b\x90\x86\xae\x3e\xc8\xd2\x8c\x57\xe4\x39\x29\xc5\xb0\x2c\x28\xf9\x16\x33\x8b\x83\x55\x25\x3e\x05\xd1\x6a\xac\xa2\x25\xcf\xc8\xea\xa6\x18\x44\x99\x31\x67\xd8\xb6\x1a\x7a\xb4\xc4\x86\x27\xbf\x17\x8d\x0e\xa4\x4e\xa7\x18\x5d\xd8\x16\x37\x40\x8b\x03\x87\xbb\x9e\x3f\x82\x0d\x9e\xa5\x4c\x94\x23\x0b\x6e\xe3\xc0\x2c\x52\x43\x91\xd0\xbd\x40\x3c\x6a\x9e\x59\x31\xca\x68\xcd\x42\x38\x25\xad\x8b\x80\x12\x60\xf6\x0b\xcc\xe4\x5c\x95\x0e\xab\xa5\x61\xbc\x59\x39\xad\x6b\x99\x3a\xf7\x54\xfd\x02\x90\x7a\x31\x69\x43\x56\x50\x35\x71\xb9\xbe\x56\x33\x51\x32\x4f\x42\xd1\x71\xfe\x39\x37\xdd\xd9\x38\xb6\x44\x99\x56\xff\xea\xc4\xba\xe8\x7b\x25\x02\x9a\xae\x54\x61\x51\x3a\x60\x36\x1b\x33\x94\xda\x6c\x00\x4f\xa1\x4d\x35\xba\xd9\x30\x4f\x6a\x29\x41\x81\x96\xca\xea\x55\x74\xee\xce\xcb\x01\xc7\x11\xe8\x58\x1c\x11\xd1\xad\x0a\xf2\xe0\x9e\xe2\x75\x21\x4b\x51\x41\x1e\x03\xee\x9a\xdf\x6d\xa4\x1d\x96\x29\xe3\x02\x17\x92\xdb\x8e\xd4\xf5\x50\xfd\xa3\xd0\x4c\xc3\x39\xe5\xa9\x14\x80\x56\x41\xba\xd8\xf0\x9a\x50\xc4\x36\x48\xb7\x43\x78\xe9\xe0\xae\x07\x52\x0b\x64\xc9\x33\x29\xff\x14\x75\x28\xe9\xa7\x8d\xf6\x96\x67\x5e\x5b\x09\x20\x0f\x95\xf9\x0f\x62\x49\xf0\x5b\x76\x98\x15\x72\xb5\x00\x0a\x72\x83\x90\x12\x2f\xb2\x68\xc8\x71\x8b\xa1\x42\x51\xf7\xd7\x6e\x50\x29\xe3\x37\x2b\x95\xa2\xf4\x30\xb8\x7f\x5f\x86\x12\xae\xbc\x44\x35\x2d\xf3\x9d\xc5\x5c\x41\x5a\x68\x06\xb9\xba\x93\x3e\x23\x5e\x5f\x93\x06\x10\x10\xb6\x6c\xf1\x80\x86\xfb\xf2\x8c\x08\x65\xe4\x5b\xb0\x1c\x67\x91\xb3\xc2\x23\xc8\xf3\xad\xd1\xe9\x34\xe4\xb9\xde\x17\xf8\xf5\xb2\xb0\x5c\xff\x35\x10\xce\xeb\x33\xe0\xd8\xb9\x6a\x15\xe2\x65\xff\x9c\x47\xc2\xfe\x2d\xa4\x23\x00\x21\x40\x86\xcf\xc9\xd1\x52\x3a\x0e\x86\xd9\xd1\x92\x1d\x59\x74\xc8\xa9\x5c\x0d\x36\x1c\xbf\x38\x28\xf7\xca\xcd\xe9\x0d\xc0\x41\x25\x1f\xf8\x27\xbb\x21\x7f\x23\xce\x15\x6c\xfa\x37\xce\x95\x39\xde\x92\x46\x81\xd6\x49\x52\x4b\x52\x7a\x47\x4b\x96\xd5\xa5\x0c\x6b\x17\xb0\xd4\xaa\x5b\x8b\x66\xac\x18\x13\x86\x6c\x41\x5b\x88\x18\xa2\x90\x92\x64\xa4\x1b\xa3\x6e\x29\xd7\x92\x57\x34\x7e\x51\xd6\xaa\xe2\x8d\xe9\xd0\x28\x3f\x1e\xbc\x90\xc4\x3c\x35\x8f\x01\x5a\xec\x45\x53\x32\xa4\x89\xf8\x13\x64\x48\x8f\x8f\x62\x1d\x00\xa2\x70\x40\x68\x69\x0f\x7e\xf2\x94\xb1\x22\x8b\x0a\x86\x22\xef\x28\xce\x90\x8d\x53\x38\x61\x04\x78\xce\xf1\x75\x29\xba\xde\xc8\x27\x73\x6a\x46\xec\x16\x5d\x95\x91\xf2\xfd\xd9\xb4\x24\xb7\xfc\x6d\x16\x86\xbc\x22\x15\xaa\x50\xf1\x66\xd0\x69\xcb\xd9\xd4\x22\x1d\xcb\x39\xd3\x56\xf9\xd3\x2c\x0c\xf1\x6e\x63\xc8\x59\x86\xdd\x2c\xf6\x2e\x12\xb4\x62\xa7\xab\x1d\xb4\x6c\xd3\xf5\x00\x6a\xb5\x1c\x84\x2c\x05\x16\x34\x1e\x83\xb2\x0a\xeb\xb9\xe2\xb7\x22\x67\x91\xe3\x38\x24\x0c\x00\x9d\xf9\x16\xe7\x59\x7f\xa5\x60\xd3\xb0\x0a\x93\x06\x61\xe0\x95\x4e\xbd\x47\xbf\x96\xf2\x53\x0b\xbf\xad\xd8\x7c\xcf\xfd\x25\x87\xb4\xe2\x6c\xfa\x8c\xfa\xbf\xd6\x98\xd3\x48\xad\x6d\x1c\xa2\x7a\x01\x4f\x9d\x94\xd2\x1c\xdd\x1a\xc2\x56\x11\x39\x32\x4c\x77\x0d\xc1\xb8\x98\x64\xbf\x33\x81\x73\xb4\x54\xe8\xce\x92\xad\x3a\x20\xf7\xe2\x88\xe5\xa6\x24\x8b\x56\x6b\x4d\x7b\x45\x01\x3f\x36\x5c\x16\x03\x7d\xa0\x4c\xf4\xda\x97\x1b\x6d\x1b\x5f\xbf\x44\x18\xe8\x57\x63\xaf\x17\x58\xb5\x1b\x4f\x30\x79\xe9\x1c\xbd\xbc\x0c\xdc\xdb\x4d\x20\x89\xca\xda\x73\xe4\xa7\xf5\x7a\x36\xee\x8f\x4d\x46\xde\xd4\xd2\x8c\xc0\x07\x35\x23\x62\xaf\x36\x75\xee\xfe\xcc\xc4\x40\xfe\x7f\x6d\x62\x16\x79\x36\x5a\xdc\x65\x73\x46\x6a\xbb\x09\x6b\x71\xf1\xa4\xe7\x08\x27\x4a\x59\x02\xd1\xd6\xd4\xf2\x00\x4c\xf7\x92\xbf\x81\x0f\x32\xfe\xca\x5f\x30\x41\xb6\xd5\x82\x95\x9b\x93\x23\xab\x5f\x95\x5f\xec\xd3\x53\x9d\x13\x4c\xbe\x60\x52\x6c\x36\x9b\x25\xed\xae\x67\xf9\xce\x57\xdb\xdd\x1c\x83\xee\xdc\x92\x9a\x28\xdb\x86\x5f\x23\xdf\x6a\xdb\xae\x13\x2c\x34\x8f\xb0\xb4\x9d\x18\xa8\x4c\xce\xd5\x6b\x16\xb2\x8c\x15\xec\x93\x7e\xb5\xab\x1a\xfc\x85\x18\xee\xb4\x38\x63\x3e\xb4\x81\x38\x57\x56\x41\x3a\x40\x51\x0d\x4b\xe2\x07\x77\x71\x9b\x83\x01\xa0\x43\xf4\x8e\x7b\x7d\xad\x77\x5f\x29\x0d\x79\x4a\x0c\xd9\x88\x75\xbe\x0a\xca\x11\x45\xeb\x35\x72\x9b\xca\xb6\xca\x5b\x21\x1e\x5f\xc5\xd1\x85\x58\x5d\x5a\x35\xf7\x5e\x2a\x95\x99\x51\x59\xce\xd4\x46\x53\xbc\xf4\x5c\x0c\x5d\x35\x2e\x93\x0c\xc0\x30\x4e\x8b\xde\x54\x65\x3b\x44\xae\xb5\xfe\x2c\x08\xfd\xd6\x95\xac\xa7\x43\x60\x10\x51\xa0\xf4\x4a\x7a\xc2\x83\x70\x07\xb2\xf8\x76\xb1\x9f\x92\xad\xd7\xb1\xf1\xfa\x4a\x49\xb3\x78\xfa\xe6\x75\xa7\xa0\xd4\x59\x4a\x31\xa1\x97\xa6\x24\xab\x58\xa8\xa9\x3c\xd9\x2e\x9f\xde\x67\x29\xf3\x3b\xa6\x76\x6b\xbb\xc2\xaf\x48\x54\x23\x8b\x21\xd5\xdb\xe5\xcd\x0d\x6b\xce\xa9\xc9\xd5\x3b\xe4\x9a\x04\xd1\x1e\x9b\x32\x9a\x1d\xf0\x29\x2b\x36\x3b\xff\x24\x0e\xc8\x37\xe5\x80\x5d\xc5\x45\x52\x09\x5f\x4c\x76\x24\x29\xf4\xe6\x75\x9a\xcb\xe4\xa4\x6f\x47\x36\x27\x1f\x19\x3d\x7b\x47\xa7\x2b\x2b\x62\xe5\x54\xcf\xf8\x18\xf1\xdc\x6a\x7d\xfb\xe6\x35\xc4\x71\x52\xab\x07\xaa\xda\x07\xaf\xb3\xd0\xc1\x57\xb1\xcf\xba\x71\x10\xc9\x98\x77\x86\xf6\xf2\xfd\xfb\x2b\x16\x50\x02\x87\xc0\xe6\x42\x40\x53\x04\x6d\x7f\x70\xdb\x9a\x55\x5d\xbf\x8b\xe8\xb8\x4a\xdb\xda\xa5\xb7\x41\xd9\x6b\x1b\x8a\x2e\xa5\xfd\x67\x3e\xc3\x5a\xc0\x9a\xcb\x72\x71\x24\xad\xc7\x97\x82\xc4\xcb\x86\x2d\xaa\xb8\xc2\xcc\x52\x83\x2f\x70\x18\x6b\xad\xd4\xea\xd4\xfe\xb4\xa3\x92\xd7\xd2\xf1\xbd\x45\x49\x3e\x8d\x67\x40\x80\x0c\x43\x3a\x4a\xdb\xc4\x0f\x52\xda\x0f\x99\x25\x80\x0c\x26\x14\x0d\x84\x87\x8a\xf6\xb3\xc8\x2f\xce\x22\xe2\x6f\xf9\xa3\x2a\x95\xec\xe8\x0a\x4a\x76\x60\xa6\x93\xf6\x2b\x05\x36\x8d\x62\xe6\xeb\xeb\x62\x69\x87\x22\x39\xb2\x59\x55\xb0\x19\x74\xa4\x0a\xe0\x7a\x49\x76\x9e\x91\x4b\x19\x18\x46\xc9\x4a\xa4\x5c\x04\x83\x64\x28\xaf\xac\x18\x3a\x1c\x58\xa0\xc3\x59\xa8\x1d\x80\xb4\x50\xa5\x38\xc5\x12\x02\xb0\x3a\xa1\x32\xd8\x02\xe0\xe0\x2e\xcf\xc6\x71\xa4\xa2\xc9\xc0\x51\x1b\x1d\x48\xe6\x46\x27\x32\x65\xef\xdd\x5b\x2c\x45\xa6\x5d\x21\x11\x63\x3e\xf3\x49\x9f\x93\x62\xc4\x1a\xf4\x03\x42\x3e\xc5\x33\x19\xb9\x46\x6a\x43\x07\x11\xa1\x85\x22\xc8\x30\x08\x19\xa1\x29\x39\xfd\x9b\x6a\x30\xbb\x9c\xc6\x09\xec\x90\xa8\x59\x7e\xb4\x34\x89\xfd\x59\xc8\x8e\x96\x4e\x21\x0c\xc7\x7a\x71\x2c\x40\xf1\x2c\x55\x41\x70\xfa\x8c\x04\x93\xc9\x2c\x13\x23\xab\xe2\xc2\x40\xa8\x07\x25\xc6\x6c\x25\x6c\x1a\xd2\x01\x9c\xa6\x64\x94\x79\x60\x3d\x89\x6e\x4b\x1e\x93\xe2\xcf\x19\x95\x1d\x8c\x99\x6c\x17\x0e\xb7\xe8\x47\xde\xe4\x42\x78\x1e\xa3\x25\x32\xea\x0e\x16\x01\x22\x08\x05\xc9\xb2\xf1\x07\x38\x8f\x66\xd8\x9d\xd7\xe0\x1d\x17\x62\xfc\x17\xe6\xda\x12\x88\x26\x9d\x1a\xe6\x4e\xa4\xec\x88\x52\x7c\x5d\x2b\xfb\xf0\xc2\x14\xd0\x5f\x95\x02\x7e\x5c\x5f\x93\xa0\x1a\x20\x51\x71\xdb\x21\xa1\xfc\x55\x93\x72\x96\x1a\x09\xc5\x0f\x6b\xba\xb1\x94\xde\x89\x64\xf0\x2c\xb0\x7d\x0b\xb4\xaa\x36\x2c\x32\xea\x24\x18\x18\x3d\x81\x5f\x8d\x9d\x9d\x32\x4f\x4a\x86\x98\xfa\x3d\x0e\xfd\xd4\x50\x7a\x07\x10\x48\xa5\x92\x10\xb2\x84\x34\x88\xd3\x94\x48\x87\xe8\x00\xbc\x32\xea\x52\xc9\x53\xfa\x29\xc2\xcf\x34\x89\x2f\x02\x9f\xa5\xe4\x70\xc2\xb2\x71\xec\xa7\xc7\xad\xe6\x20\x9e\x4c\xe2\x68\x0d\x4c\x76\x12\x88\x40\x8d\x4e\x8b\xa1\x1c\x98\xb8\x28\x03\x55\x23\x3d\xe1\x6f\xf7\x30\x31\x41\x63\x64\x69\xee\x53\x98\xf9\x52\x34\xa1\x85\x33\x9d\xce\xa6\x2c\x29\x50\x3b\x96\x12\xf4\x48\xce\x13\x3a\x9d\x0a\x74\x51\x52\x14\x06\x1e\x84\x18\x5c\x25\xdb\x6f\xec\x90\x4d\x10\x9e\x7c\x90\x2f\x2a\x46\x8c\x56\xf5\x83\x53\xd9\x19\x55\x4c\xcb\xb9\x32\x8b\xbd\x59\x21\x7e\xcc\x52\x50\x50\x00\x51\x65\x32\x8b\xb2\x60\xc2\xcc\xf4\xe5\x6a\x4b\x54\x31\xa8\xfa\xc7\x3e\x13\x58\x21\x55\x20\xa1\x5f\xc8\xb3\xf9\xd1\x12\xb1\xa8\x3a\x14\x69\x93\x9d\xbc\x98\xaa\xab\x2c\x2b\xc3\x09\x41\x5a\x14\xf0\x47\xec\xb3\x57\xf1\x2c\xca\x6c\x0a\x27\x79\xb1\xb0\x79\x1d\x2d\x15\x9b\x22\xfd\x1e\x8a\x36\x88\xf6\x7b\xfd\xaf\x6c\x90\xad\x9d\x31\x9e\xe2\x0c\x64\xf1\x74\x6f\x16\xb2\x74\x05\xdc\x57\x25\xa0\xc0\x67\xbe\x3f\x4c\x8e\x0f\x37\x8f\x6d\x43\xd2\x4d\xe2\x69\x65\x66\xad\x14\x46\xb9\xe3\x35\xbd\x80\x02\xb1\x17\x87\x85\x1a\x35\x9d\x93\xb2\x4c\x24\x6a\x89\xd4\x6f\x5e\xb7\xc5\x12\x99\xb6\x89\xdd\xd5\x81\x2e\xf1\x10\x53\x1f\xcb\x92\x31\x8f\xb8\xaf\xf9\x2c\x65\x09\x3a\x0a\x68\x21\x75\x26\x3d\x95\xaf\x1c\x2f\xd0\x30\xd5\x20\x00\xa5\xdb\x1c\x57\x03\xf7\x36\x89\xa7\xfb\x53\x36\x80\xb3\x7c\x31\x47\x9d\x60\x5f\x64\x21\x3b\x3a\x67\xbd\x14\x35\x77\x6f\x3e\x15\xbb\xb7\x35\xa0\x81\xf9\x4f\x16\xac\x84\xee\x30\x04\x0b\x95\xfd\x0c\x9d\x27\xd5\x9a\x5a\xa9\x55\x01\x2c\xd0\x51\x93\xee\x81\x45\x26\x65\xf6\x43\xb9\xf5\x5f\xac\xdc\xa6\x27\x1d\xc2\xae\xe4\xd3\xa7\x6b\xf8\x8b\x6d\xad\xcd\x28\x0d\x79\x3d\xe4\x3e\x59\x15\x2d\x58\x64\x1c\x51\xe0\xc0\x41\xea\x27\xe4\x2b\x79\x26\xd6\xc1\xd7\xd5\xd5\x5b\xac\xb2\x55\x37\x0b\x5d\x2b\x82\xf8\x82\xaa\x83\x5a\xae\xc6\x0f\xa9\xcb\xe1\x71\x24\x77\x7c\xcd\xe6\x00\x35\xfb\x2c\x6b\xe5\xab\x58\x20\x8a\x56\x44\x27\xac\x4d\x02\xd8\x42\x45\x12\x71\x36\x5b\x43\x0f\xfb\xad\xf2\x4a\xa4\x13\xd6\x21\x81\x0e\x83\x59\x44\x8c\xcf\x89\xf6\xcc\x4f\x3a\x90\xb6\x74\xfc\x0b\xfc\x0e\x09\x4a\xef\xc4\xa8\xa4\x1d\x63\x8d\x07\xc7\xd5\xf3\x70\x47\x23\x3e\x74\x6d\xe8\x0d\x5b\xc1\x0a\xa8\xab\x94\xd2\x82\x55\x5b\x07\x65\xa4\x1b\xe5\xb3\xed\x59\x30\x9d\x8a\xe3\x2f\x12\x03\xf8\x4b\x74\x18\x4e\x36\x95\x97\xe5\x9a\x0c\x2c\xb2\xb2\x52\x3e\x3c\x42\x6e\x98\x6f\x38\x12\xd8\xbd\xf9\xea\xc9\x30\x7f\x4a\xd7\x22\xad\xb5\xb5\xb5\x4a\x21\xb5\xe4\x4c\x59\xcc\x01\x5f\x0b\x56\x93\x3b\x4a\x79\xc1\x64\x14\x54\x36\x93\x33\x16\xbd\x90\x11\x1e\xcc\x68\x2c\x72\xdb\x38\x63\xd1\x6b\x9a\xd1\x4a\x33\x0c\xbf\x80\x22\x61\xd5\x99\x1b\x36\x36\x77\x67\x23\xe1\xcf\x08\xeb\x82\x55\x98\x49\x9e\x93\xf2\x2b\x25\xdc\xee\xd8\x08\x3b\xc3\xc3\x4d\x2d\x49\x62\x94\x55\x87\xdb\xcb\xbb\x74\x9d\xe3\x9e\xfa\x10\xcf\x25\xa7\x3d\x95\x62\xc4\xe9\x37\xab\x3a\xc8\xb2\xf6\xa4\xbe\x84\x11\x5b\xe0\x2c\x4f\xd1\xec\x19\xd0\x35\x95\x89\xc4\x2f\x6d\x18\xfe\xed\x2d\x8c\xaa\x53\x39\x96\xca\x98\xa8\xd6\xbc\x56\x20\x18\xc5\x18\x66\xa9\x9c\x43\xbc\xaf\x12\x50\xf4\x52\x92\x4e\x90\x46\xfe\x2c\xa7\x32\xbc\x5b\xee\x90\x1c\x06\x73\x97\x9c\x12\x97\x3f\x53\x51\x41\x74\x0c\xb2\xa3\x25\x0c\x7b\x78\xb4\x24\xad\x83\xf3\x40\xa9\xad\x1c\xca\x35\x7d\xd1\xa9\x62\x61\xc5\x6d\x03\x4a\x29\xaf\x1e\x7f\x57\x0f\xf1\xc0\x44\xd0\xe9\xf4\xef\xeb\x6b\x72\x75\x53\x49\xcd\x23\x3a\x09\x06\x5d\x1d\x42\x2e\xcf\x57\xfd\x72\x7d\x6d\xb5\x27\x87\x4e\x88\x74\x07\x10\x45\xc5\x1c\x1e\xf1\xb6\x92\x9c\x25\x93\x02\x9d\x9b\xbf\xa8\xa9\x60\x42\x2f\x05\xd6\x2b\x23\x27\xd0\x42\xb4\x7b\x02\x37\x47\xa2\xa0\xc3\x28\x59\x2c\x2d\xdb\xf0\xe6\x7a\x37\x92\x26\x35\xa9\xd8\xc2\x97\x95\xc3\x8d\xe3\xe3\x22\x6b\x04\xf9\xab\x70\x50\x68\xdd\xc9\x93\x41\xa8\xac\xbc\x25\x02\xc2\xac\x68\xc8\x5e\x5b\x80\x8d\x04\x9e\xeb\x70\xcb\xea\x1c\x54\x42\x28\xaa\x96\x39\x9a\xea\xdf\xad\x78\xc9\xdb\x81\x1c\x65\x16\xf7\x3a\xf9\x3b\xcb\xc4\xa9\x53\x2c\x33\x38\x87\x12\x16\x65\x09\x2f\x1f\xd0\x0c\xc5\xcf\x8c\x29\xdd\x9c\x30\xc6\xe0\x39\xb0\x4d\x54\x46\x24\x93\x20\xa4\x97\x71\x59\x09\x57\xac\x54\xb1\xc3\x8b\x74\x87\x1b\xc7\x76\xdd\xde\x82\x2a\x69\x29\x92\x16\xe6\x84\x72\x40\xfe\x6d\x57\x90\x82\x10\x87\x07\x74\xa4\x33\x40\x20\xac\xe3\xb6\x52\x74\xd2\xdf\x97\xad\xd1\xe2\x32\x9a\x8c\x70\x37\x35\x32\xd7\x28\xd4\x88\x0d\x1e\x06\x65\x81\x66\x0d\x14\x57\x27\x88\x45\x05\x2d\x74\x92\xd5\xd2\x0d\x03\xc7\x66\x2a\x58\x18\x8b\x7c\x78\xac\x75\xf3\xa6\xdb\x79\x2c\xd9\xaa\x59\x9d\xa8\x68\x51\x93\x6e\xd7\x11\x2a\xcc\x4c\x39\x4c\x82\x0a\xae\x19\xc8\x68\xce\xe8\x40\x6a\x4c\x41\x4f\x5f\x6a\x41\x99\xfc\x0e\x31\x89\x41\x44\xc3\x32\xdc\x8d\x69\x2a\x1d\xf5\x18\x90\x27\x12\x56\xc0\x4d\x6e\x2d\x7a\x9b\xb1\x81\xcd\x9f\x72\x3d\x95\x6f\x7b\x3f\xec\x78\xaa\x8d\x3e\xca\x6f\x75\x3f\x25\x83\xae\xa9\xf8\x9a\x2b\x7f\xa5\x1f\xaa\xfa\x13\x40\xa1\x52\x9b\x47\xaa\xba\x93\x8b\x16\xd9\xfd\x49\x97\x52\x1a\x21\xdd\xcd\x03\xd6\x62\xe7\x79\x77\x74\xb4\x4a\x4a\xe1\xed\x34\xc0\x89\x8d\x4a\xbe\x33\x7d\xee\x2e\x5c\x31\x15\xa7\x51\x3f\x22\x6d\xdc\xa8\xe2\xe0\x12\xd0\x57\x81\x2d\x8c\xb3\x5a\xe7\x21\x48\x77\x1d\x62\x5a\xf2\x13\x01\xdd\xc5\x7d\xe9\xca\x90\xdc\x87\xcc\xc7\x77\xab\xf3\xb7\x90\x8e\x54\x9d\xc3\x90\x8e\x6c\x75\xb6\xec\xeb\x01\xf5\x43\x40\x24\x21\xaa\x5d\x96\xf9\x9f\xdd\xa1\xbb\x17\x34\x0c\xfc\xe2\x2a\x97\x6e\xf6\xca\xe6\x48\x4a\xd7\xb5\x6e\x51\xda\xb5\xa9\x6b\xbc\xa4\x16\x95\x8c\xee\xb0\xe4\xef\xee\x56\x4e\xab\x27\xfc\xa0\x5f\xb9\x52\xbe\x1f\x59\xd0\x7a\x01\xeb\xfc\x0b\x56\x55\xfd\x8a\x5a\xa0\xd4\x67\x51\xc1\xc8\xe7\xc3\x56\xf5\xe6\x02\xad\x41\xbb\x66\x77\x89\x2c\xd1\x41\x61\x8d\x70\xe9\xc3\x38\x44\x67\x59\x41\x4a\xe2\x88\xe9\x40\xdb\x28\x1c\x50\x6a\xd7\x2a\xd6\x0e\x88\x6f\x04\x69\xf3\x75\x36\x99\xa6\x6b\x65\xc8\x93\x62\xd4\x8c\xa5\x38\xc7\x95\x4d\x45\x7b\x3c\xad\x67\x59\xfe\x7f\x17\x56\xee\x18\xcb\xb3\xd4\xca\xad\x63\xb2\x4c\x5a\x76\x25\x6b\xa0\x74\x7e\x5e\x91\x4e\xf6\xeb\xb8\x9e\x8a\xd5\x56\xee\x7d\x0d\xef\xb3\x81\x93\x88\xf6\xe6\xad\x0b\xc5\x82\x6a\x05\xe8\x02\x76\x79\x99\x5c\x88\xfa\x24\x1f\xb7\x6e\x59\x40\x11\xe8\x13\xc4\x98\xac\x1a\x3e\xdb\x42\xfc\x8f\x65\xdd\x8a\x15\x8d\x00\xd7\xa8\x16\x34\x4d\xd8\x45\x55\x25\xa1\x9b\xb0\x0b\x41\x82\x07\x91\xef\x41\x20\x2d\x73\x52\x2d\x67\x3a\x59\x8e\x45\x63\x00\x4a\x7a\x8a\x06\x3f\x3f\x50\x1c\xaa\x06\x91\xa7\x58\x40\xb5\x5b\xaf\xe2\x68\x18\x8c\x66\x89\xe9\xc4\x2a\x57\xb1\xa6\x70\x60\x92\x96\x86\xca\xca\x47\xd9\xd9\x17\x34\xb0\xd7\x95\x02\x37\x1a\xcd\xa7\x64\x12\xfb\xc1\x30\x60\xfe\x1a\xd9\x57\xaf\xa2\x38\x53\x42\x30\x10\x7c\x9e\x0e\xa0\xf2\x82\x99\xe6\x3a\x39\x63\x53\x19\xd0\x59\xb4\x28\x4e\x82\x11\x10\x02\xb2\x69\xf2\x0c\xa8\x5a\xdd\xc2\xa7\xb2\xcf\xd9\xdf\x03\x9f\xc5\xb3\x94\x24\x6c\x28\x0e\xa1\x41\x1c\xad\xf6\x69\xca\x7c\x72\x16\xce\xfc\x11\x23\x59\x4c\x26\xf4\x8c\x91\x20\x23\x8c\xa6\xe0\x6b\x0b\x8f\x95\x84\x16\xca\x49\xc3\x60\x34\xce\x42\xae\x7b\x43\x06\xf1\x94\x8b\x63\x20\x2d\x36\x88\xe8\x60\x19\x53\x9e\x4b\x65\x68\x9a\x06\xa3\xa8\x25\x7f\x49\xc5\x20\x25\xc0\x5b\x9b\x26\x71\x16\x8b\xa3\xf5\x0a\xce\x5d\x99\x9b\x88\x5d\x03\x56\x60\xf9\xa0\x29\xaa\xb9\x9d\x93\x58\x28\xc0\x5e\x78\x16\x4f\xad\xa7\xb2\x20\x1a\xc6\x95\x53\x7a\x9e\xc7\x76\xc2\x6a\x88\x3c\x56\x33\x68\x9b\xa0\xef\x4d\x04\x74\x05\x84\xf0\x4a\x66\x21\x03\x46\x31\x71\xae\xf2\x3a\x6e\x2a\xda\x6c\xd0\x6b\x64\x1f\x88\xba\xea\x25\x3a\xba\x10\xc5\x37\xb2\x0d\x5f\x81\xcf\x54\xe2\x3c\x01\x9f\x29\x13\x78\xa8\x06\xc9\x81\x2b\x35\x0c\x61\x51\xac\x69\x4d\xac\x4d\x14\xbb\xc9\x98\x85\x82\x1c\x5a\xa0\x2a\x8f\x25\x3d\xc7\xbf\x6b\x59\x4c\x3a\xa4\xc2\xe4\xab\x99\x3c\x93\x69\x68\xeb\x61\x89\x3d\x5a\x61\x34\x42\x2f\xd3\xbb\xf7\xb2\x90\xd7\xd6\xcf\x45\x26\x01\x96\x7e\x96\xdd\xff\xd7\xf5\x73\x50\xd0\x71\xb0\xf5\xb4\x10\x53\xa4\x9a\xc5\x5e\xac\xe4\x5a\xd9\xca\x5b\xc4\xd0\x2a\xe5\xae\x99\x1a\xa5\x64\x80\xf6\x19\xb6\xc9\x51\x5c\xfc\x42\x0e\x7b\x69\xf3\x84\x96\xe3\x43\x43\x19\x86\x38\xbe\xf0\x5b\x74\x7f\x40\xb3\x42\x76\x7b\xc9\x05\x69\xc1\x82\xd6\x96\xa4\x0a\x96\xdc\xd5\x2d\x4b\x64\xac\x6e\x38\x07\x2c\x0c\x53\xc2\xe3\x19\x99\x8f\x19\x1c\x46\x69\xc4\xc9\x21\xb2\xce\x54\x07\x8e\x5b\xcd\x30\x91\x5a\x11\xaf\x2a\x63\x20\x8a\xa1\x09\x23\x09\x1b\x05\x69\xc6\x12\xe6\xe7\xa1\x1c\x0b\x58\x79\x4c\xd3\x8f\xb2\xc4\x7a\xef\x8e\x7a\xd0\xb4\x89\xa1\xe5\x4c\x64\xd8\x1c\x21\xa6\xa2\x69\x1a\x0f\x02\x50\xfb\x00\x4f\x30\x26\xa7\xc4\x74\xfe\x18\x47\x21\xcf\x8b\x99\xc7\x09\x7a\x67\xa4\x61\x08\x49\x53\x31\x0a\x91\xe9\x40\x72\x5e\x50\x29\x41\xff\x5a\xe6\x36\x7b\xba\xba\x2a\x1a\x90\x9e\x92\x78\x8a\x1e\x20\x5f\x72\x65\xd5\xda\x86\xea\x74\x23\x53\xe0\x57\xd2\xd1\x88\xf9\xb2\xb2\xc2\x46\x9b\x66\x71\xc2\x94\x53\x82\x82\x29\x5b\xdd\x50\xe5\xfc\xe3\xe7\xa5\x17\x52\xf5\xac\x23\x95\x22\x91\x7b\xa8\xc2\xd9\x29\xae\xb2\xf2\x4b\x51\x34\x6e\x87\x9c\x6b\x30\xa8\xd7\xd7\xd0\xce\x15\x0b\xd4\x8c\x19\x61\xa2\x37\xa2\xdc\xc0\x27\x41\x2a\x8d\x5b\x41\x53\x6e\x00\x63\xe5\x07\x09\x1b\x88\xcd\x9a\x0e\x31\xaa\x1b\x33\x82\xba\x29\xc5\xa9\xea\x29\x63\xc4\x32\x22\xa3\x58\xb4\x0c\x5d\xbb\x42\xcb\xc1\x4d\x4e\xa9\x39\x60\x7a\x2f\x9a\x14\x4f\xa1\x1e\x41\xda\x08\x62\x19\x94\xd8\x0c\x62\x2a\xaf\x25\x8b\xa7\x60\xdf\x5e\xae\xa5\x34\x1e\x72\xcf\x3d\xdc\x3c\x3e\x7e\xb2\x80\x02\xad\x88\x0d\xaa\x73\x87\x4a\x08\xe0\x21\xb8\x46\x06\x61\xe1\x43\x43\x7a\xe9\xe9\x01\x03\x3a\x8b\x57\x72\x82\xaf\xaf\xef\xc0\x31\x28\xa0\x4b\x85\x27\xcb\xed\x92\xda\x76\x45\x0d\x96\x82\x5c\x65\x45\x2a\x61\xaa\x10\xf5\x52\x50\x0d\xc7\x03\xe4\x69\x97\x70\x9a\x1d\xa1\xe7\x5c\x69\x8a\x96\x18\x2a\x3c\x85\xa9\xeb\x53\x7b\x9a\x01\xd5\x49\x59\xbd\x12\x05\x4f\x6b\x62\xfa\x81\x41\xbc\x8f\x0a\x10\xf6\x83\x0a\xf4\xe7\x10\x5c\x38\xdc\x62\x23\x07\x3c\xd3\x5c\x4b\xd4\x16\xc2\xb5\x24\xb9\x94\x8d\x5c\xec\xc9\xa6\x21\x5b\x70\x6c\xd7\xd2\x37\xf5\x1d\x0a\x73\x71\x88\xa5\x1f\x06\xc7\xc7\x6d\x12\xf8\x4f\xa0\xa3\xe6\x19\xef\xeb\xfd\xfb\xc7\x2b\x62\x07\x29\x1d\x8e\x9f\xd4\x8c\x44\xcb\xd4\x62\x6d\x99\x3d\x95\x22\xe2\x5f\x50\x9a\x58\x10\x1c\x02\xd3\x62\x45\x8e\x5f\x59\x1a\x50\x3d\xca\x89\xa2\x4a\x60\x58\xd5\xeb\xad\x42\x73\x0b\x14\x33\xe5\x22\x8e\x67\xd9\x74\x96\x29\x5f\x35\x12\x47\x6b\xcd\xbe\x15\x1b\x9f\x2e\x18\x10\x53\x11\xa9\xa2\x72\x67\xb4\x4e\x9d\x05\x30\x51\x8d\x2e\x78\xce\xcd\x8c\x87\x43\x03\x77\xc0\xb8\xc7\xc3\xe1\x31\xb9\x96\xbc\xde\x78\x38\x44\x46\xc3\xd3\xa7\xe2\xa0\x0e\xd8\x43\x97\x63\x1c\x1a\xb1\x34\x15\xf8\xc5\xc4\x1a\x05\xc0\x92\x09\x50\xef\xa5\xc2\x04\xb7\xcc\x75\x09\xe8\xca\x0c\x5d\x3b\xa7\x2f\x20\xab\x85\x08\xb1\xa6\xfc\xa2\xdc\x7e\xc3\x93\x66\x41\x0f\x1e\x8c\x29\x59\x5a\xf2\xc3\x9d\x0b\x16\xc0\x88\x53\x19\x61\x55\xa5\x83\xb9\xaf\xd4\x3c\x34\x8a\x74\x69\x53\x42\x31\x86\xdd\xec\x8e\x99\x5a\x9b\x39\x5d\x5f\xeb\xd2\x8a\xee\x72\x0c\x7b\x6c\xe9\xf8\x71\x79\xb9\x38\x1e\xaa\x34\xd3\x25\x85\x62\xf9\xe6\x2e\x29\xb6\x90\x75\x35\x60\x53\x70\x4e\x07\xdc\xdc\x52\x41\xad\x06\x8c\xc5\xf5\x35\x8c\x89\x55\xeb\xbe\x34\x15\x72\xec\x4a\x16\x09\xc6\x6c\x88\x04\x38\x1f\x47\x91\x54\x5f\xbe\x2a\xe9\x1e\xb7\xc9\xaf\x52\x73\xfb\x20\x8f\xe0\x64\x38\x3d\x6f\x6b\x68\x6f\xa3\xd5\x0c\xb9\x79\x72\x14\x2d\xb5\x97\x82\x89\x2c\x4f\xab\xb6\xde\xe0\xf9\xff\xde\xdf\x40\x91\x76\x3d\x4c\xee\x3d\x39\x8a\x74\xb2\x34\xe3\x21\x3b\x80\x55\x9c\x89\xed\xa1\x94\x7a\x1c\x8c\xc6\x70\x6c\x17\x99\x8e\x22\xe5\x0b\x1a\xd4\xc3\xe7\x25\x7d\x5d\x52\xd2\xd4\x45\x45\xf3\x69\x12\xf7\x69\x3f\xe4\x52\x01\x3b\xba\x97\x11\xe6\x07\x19\x09\xb2\x35\xad\x51\x1f\x0d\x9d\x4d\x81\x84\x1e\x3c\x02\xfd\xa2\x88\x46\xf2\xf7\x2f\xf0\xfb\x65\x1c\x87\xf8\x02\x7e\xbe\x19\x45\xb1\xa0\x8b\xe0\xd5\x16\xbc\xf2\x30\xc3\x36\xfc\x00\x1d\x85\xb7\x6c\x98\xc1\xbb\x07\xf9\xbb\x3d\xd1\x11\x78\xf9\x10\x73\xc1\x02\x86\x17\x3f\xc3\x8b\x17\x19\x8d\xb6\xe0\x37\x36\xe4\xc5\x05\x56\xa2\x9a\x91\x65\xf1\xe4\x0c\xde\x3c\x86\x37\xa0\x76\x8a\x2d\xdb\xc8\x5f\x80\x9b\x83\x14\x5f\x6f\xe6\xb5\xe3\x0b\x6c\xef\x3b\x7a\x89\x3f\xb1\xc5\xef\x02\xd5\x61\xf8\xb9\x3b\xa3\x51\x16\x84\x0c\xdf\x61\x5b\xf7\x33\xdf\x67\x17\xf8\xe6\x67\xf5\xe6\x82\x26\xf8\x06\x9b\xbb\x3f\x9b\xe0\x4f\x6c\xef\x41\x3c\xc5\xc6\x6e\x62\x6b\x5f\x72\x1c\x31\x6c\xea\x47\x74\xdc\x88\xaf\xb0\x99\x2f\x22\x1f\x7f\xca\x41\xc5\xc2\xb7\xb0\x8d\xef\xa3\x90\xa5\xd8\xab\xad\x07\xb2\x01\x34\x91\xf9\xb1\x8d\xbf\xaa\xfc\x3f\x2b\x60\x79\x15\x4f\x79\x22\x46\x9d\x6c\x6d\x6c\x6d\x02\xa5\xd7\x4d\xe2\x89\x38\xaa\xcc\x52\xf2\x62\x96\x8d\xe3\x24\x15\x69\x11\x10\xce\x18\x9f\xc7\x49\xee\x3f\x59\x62\x96\x20\x1a\x76\x10\x48\xa4\xfa\x59\x44\xa3\x0e\x42\x89\x7c\xd1\x8f\xe3\xb0\x23\xe1\x44\xbe\x0a\x24\x94\x74\x0c\x78\x91\x9f\xe2\xa8\x03\x10\x23\x7f\x82\xec\xf9\x24\x64\xc3\xac\x63\xc2\x4e\xe1\x2b\x74\xa2\x53\x00\x23\x55\x18\x00\x51\x47\x03\x53\xfb\x28\xba\x79\x92\x77\x29\x3f\xe6\xbf\xf1\x59\x94\x05\xc3\x00\x2c\x85\x5a\xd2\xd3\xb2\x34\xbe\xca\xb9\x06\x12\x45\x14\x46\x02\xe9\x85\xb5\x2c\x7e\x1b\xcf\x59\xf2\x8a\xa6\xac\xb5\x02\xd4\x23\xa2\x75\xa3\xb6\x3c\xce\xe9\xbf\xd9\x87\x92\x5e\x8c\x3a\x08\xd6\xb2\xf9\x54\x80\x7c\x47\x41\xbe\x1e\x4e\x80\xf4\x4e\x0e\xf2\xf2\xc3\x40\xc0\x77\x47\xc1\xbd\xf9\xf2\x04\x69\x9a\x4e\x71\x09\x98\x63\xd8\x51\xcb\x40\xbe\x9c\xd0\xcb\x0e\x2e\x04\xf5\x22\x88\x3a\xb8\x14\xe4\x8b\x73\xb9\x0e\x3a\xc6\x8a\x68\x2b\xd2\x40\x2c\x87\x8e\x5e\x16\xf9\xeb\x0b\x0a\x86\x84\xb8\x36\xd4\xeb\xd9\xa4\x83\xab\x43\xbe\xc8\xe2\xe9\x59\x47\x2e\x10\xd5\x67\xde\x81\x15\x22\x7f\x4a\xbf\xa6\x9d\x7c\x9d\xa8\x01\x8b\xfc\x0e\xae\x14\x05\x00\x49\x07\x96\x8a\xfc\x39\x83\x75\xd2\xd1\xeb\x45\xb7\x0c\xac\x00\xe5\x9a\x91\x2f\x99\x28\xeb\x57\x59\x96\x39\x8f\xc8\x76\xfc\x21\x88\xa9\x99\xfa\xbb\xc0\x4e\x79\xa1\x6e\xdd\xba\x50\xa7\x49\x3c\xd9\x7d\xfb\x7b\x30\x1a\xbf\x85\x4c\x3b\xf9\x3e\xa2\xf4\x5b\xdf\x06\x11\x7b\x15\x4f\x26\x4c\x00\x8c\xd8\x5a\xd6\x06\xf8\x4b\xf6\xfd\x2d\xed\xb3\xf0\x0f\x50\x7e\x85\xaf\xa1\xfa\x2d\xbf\xe3\xd9\xf7\x6d\x90\xb1\x84\x86\x32\x0d\x6a\x72\xcb\x04\x7f\x80\x7a\x5a\x31\x01\xaa\xac\xc9\x04\xaf\x67\x68\xfa\x63\xfb\x76\xef\x45\x3f\x25\x2f\xfa\x29\x8b\x32\xf9\xc7\xbb\x60\xc9\x41\x30\x61\xe4\xc5\x20\x4e\xe1\x36\x26\x2f\xd2\x20\x82\xdb\x18\x16\x08\xdc\xc6\x62\xf9\xe8\xc4\xaf\x58\x10\x92\x57\x63\x8c\xce\xf2\x2a\xa4\x93\x29\xde\xdf\xd1\x4b\xf9\x10\x44\xe4\x55\x9c\x8a\x6b\x8c\x6b\x43\xe7\x7d\x4d\x79\xfa\x26\x7a\x17\x47\xd9\x58\x3c\x7b\x43\xe3\xf1\x23\x63\x67\xf8\xf4\x89\xd1\x84\xbc\x66\x23\xf2\x9a\x85\x19\x25\xaf\x59\x12\x5c\x90\x5f\x2f\xa7\xe4\xb7\x30\x8e\x13\xf2\x7b\x90\x66\xf1\x28\xa1\x13\xb5\x44\xc8\xef\x71\x98\x7d\x04\x42\x3a\x25\xbf\xc7\xb3\x84\xbc\xf1\x21\xe7\x9b\x68\x90\x30\x9a\x32\xf2\x46\x6c\xd8\x38\xfe\x7b\x68\x75\x85\x3f\xfe\x11\x07\x11\x79\x4b\xd3\xbc\x85\x6f\x23\xf2\x36\x1e\x6d\x6e\x88\xfb\x96\x58\xab\xfa\xcb\xbb\x20\x32\x9f\x67\x19\x23\xd8\xfa\x6e\x40\xba\x09\xf3\x83\x41\x26\x00\x80\x26\xe2\x57\x61\x78\x55\x3b\xf5\x8b\x3d\xea\x93\x3d\xd1\xa2\x3d\x96\xb2\x2c\x25\x7b\xc0\xdb\xdc\x1f\xd0\x90\x26\x64\x7f\x14\x91\xfd\x00\xae\x31\xd9\x17\x24\x8b\xb8\xbd\x66\xe9\x80\xec\x9f\x8b\x5f\xb0\xfe\x75\x59\xb8\xee\xf3\x9f\xb3\x89\x7e\x3e\xa0\x91\xb8\xc6\x04\x7f\x05\x13\x96\x66\x62\xba\x3e\xb0\x41\x16\x27\x44\x0c\xf3\xbd\x4e\x4e\xc8\x01\xc8\x28\x72\xb9\x05\xbf\x2e\x68\x12\x88\x63\x8e\x00\xd2\x15\x0d\x47\x17\x23\x85\x25\x71\x7a\xf1\x2e\xd1\x21\xa2\x3c\x31\x72\x62\x94\x74\xdf\x65\xb3\x65\x73\x45\x33\x01\x17\xdd\x93\x90\x8a\x7e\x33\xe3\x44\x2e\x64\x55\xd5\x4b\xae\x90\x11\xec\x74\xc4\x8b\xf4\xd6\x96\xef\x5b\xc6\x16\x25\xb7\x24\xc4\x39\x02\xcd\xa8\xf2\xa5\xfc\x25\x5f\x0b\x91\x2f\xd1\x15\xf1\x12\x95\x28\x8c\x47\xc1\xc0\x93\x2d\x51\x29\xf7\x67\x7d\xf2\xc2\xf7\xc9\xbb\x59\x48\xde\xc5\x3e\x79\x1d\x5c\xe0\xd6\x41\x7e\x3d\x0f\xc9\x1f\xec\x9c\xbc\x15\xa0\x95\xa6\xe4\xef\x19\x23\x7f\xcf\x12\xf1\x7e\x8f\x8d\xd8\xa5\x78\xd8\x0f\xa2\x51\xc8\x44\x32\x7c\xd5\x8d\xe7\xe4\x45\x56\xee\xb5\xac\xeb\x7d\x44\x13\xee\x4d\xe5\x47\x9a\x04\xd9\x78\xc2\xb2\x6a\x93\x5a\x64\x45\x95\x00\xf6\x91\xea\xfd\x21\x39\x56\xef\xd3\xf3\x19\x4d\xd8\x4b\xa0\xac\x15\xfa\xb9\x77\x45\x6e\xd4\xf7\x7e\x42\x07\x0a\xed\xdc\xfb\xe7\x7f\xf9\xaf\xea\x7d\x80\x62\x15\x81\x9b\x57\xfe\x03\xc9\x5f\x41\x22\x9c\x14\x70\xfd\xd5\xc9\x09\xc8\xb3\x4e\x4e\x3a\xe0\x8f\x87\x02\x86\x3a\x89\x2f\x58\x72\x92\x05\x13\xd6\xd9\xde\x78\xdc\x26\xf8\xb6\xb3\xbd\xb9\x09\xcf\x9d\xed\xcd\xed\x36\xa1\x83\x58\x3c\x3d\xc4\xa7\x71\x67\x7b\xf3\x51\x9b\xd0\x34\x88\x3a\xdb\x9b\x8f\xf1\x69\xdc\xd9\xde\x12\x59\x32\x1a\x75\xb6\xb7\xb6\xf1\x49\xbc\x14\x99\x2e\x46\x66\x35\x5b\x8f\xda\x64\xc0\x82\xb0\xb3\xbd\xf5\xb8\x4d\x06\x88\xe7\x3a\xdb\xdb\x9b\x6d\x32\x10\xd8\xad\xb3\xbd\xbd\x2d\x1f\x4f\xc4\x7e\xbe\xbd\xfd\x50\xff\x14\x55\x6e\x8b\xfc\xa2\x41\xdb\x8f\xe1\x61\xdc\xd9\x7e\x20\xf2\xc2\x12\x31\xea\x79\xb0\xdd\x26\x3e\xe5\xe9\x49\x10\x9d\x4c\x04\x1e\xe9\x6c\x3f\x78\x08\xaf\x4e\xe2\xa1\x7e\xf3\x48\xbf\x99\x33\x76\xd6\xd9\x7e\xf0\x58\xbf\xe0\x8c\x26\x9d\xed\x87\x9b\x6d\xe2\xb3\x51\x67\xfb\xa1\x28\x4f\x60\xbd\xce\xf6\x43\x51\x8e\x40\x9a\x9d\xed\x87\x8f\xda\x84\x5d\x4e\x3b\xdb\x0f\x1f\xb7\xc9\x50\xa0\xcf\xce\xf6\xcf\x9b\x6d\x32\x56\x38\xf4\x44\x53\x1c\xdb\x3f\x6f\xb7\xc9\x38\x0e\xb3\x93\x39\xa2\xd2\xce\xf6\xcf\x0f\xc5\x9b\x99\xc8\xf3\xa8\x4d\x02\x59\xfc\xcf\x8f\xdb\x24\x90\x98\xb5\xb3\xfd\x68\xb3\x4d\x02\x01\x10\x9d\xed\x47\xdb\x6d\x02\x7b\xda\x89\x34\x6d\xed\x6c\x3f\x7a\xa8\x5e\x7d\x8d\xc5\xe8\x3c\x7a\x84\x8a\x99\xe6\x48\x3c\x7a\xdc\x26\x61\xd4\xd9\xfe\x65\xb3\x4d\x42\x81\x7b\x3b\xdb\xbf\x6c\xc3\xe3\x56\x67\xfb\x97\x87\x6d\x41\x36\x99\xe9\x7f\x79\xd4\x16\x84\x53\xe1\xd5\x63\x78\x35\x13\xad\x78\xbc\xd9\x26\x72\xf8\x1e\x6f\xb7\xc9\x34\xe8\x6c\x3f\x7e\x08\x72\x71\x81\xa2\x4f\x42\xc0\xd1\x9d\xed\xc7\x8f\xe0\x5d\x19\xca\x1e\x3f\x6e\x6b\x22\xcc\x78\xff\x60\x63\xb3\x4d\x12\xea\x77\x1e\x6c\x6c\x8b\x87\x4c\xbc\x7a\x08\x5e\xa3\x58\x96\x76\x1e\x6c\x3c\x6a\x93\x44\x60\xf1\xce\x03\x01\xa7\x29\xa0\xf2\xce\x03\x01\xa7\xe9\x28\xea\x3c\x10\x70\x2a\x20\xf2\x81\x00\x53\x00\xc8\x07\x02\x4a\xd3\x38\xc9\x3a\x0f\x04\x94\x8a\xa7\x13\x9f\xa5\x83\xce\x03\x01\xa9\xe9\xb9\xf8\x20\x20\x15\xc9\x3e\xb3\x29\x02\x68\x91\xea\x2b\xbc\x15\xc5\xcd\x26\x85\x57\x8f\xc5\x09\x37\xea\x3c\x10\xc0\x0b\x00\xff\x40\xc0\x6e\xa6\x36\x82\xce\x03\x01\xbb\x98\x56\x80\xed\x05\xec\x0b\x9d\x07\x02\x72\x01\xba\x1e\x3c\xd8\x14\xe4\x92\x24\x80\x54\x2c\x37\x2d\x80\x36\xb9\x54\x40\x02\x49\x33\xca\x8e\x3a\xd5\xa1\x76\x4f\x87\x1c\x2d\xfd\xdc\xf7\x3e\xed\x76\x3d\xcf\xbb\xe7\xc1\x1f\x6f\xd7\xbb\xd7\x7c\x75\x25\x2e\xef\xde\xc1\x6e\x57\xfc\xfa\xb6\x7b\xef\x74\x77\x57\x7d\x7c\xcd\xc4\xe5\xdd\xfb\x0c\x1f\x5f\xfb\xf8\xf6\x37\xb8\xbc\xd6\x04\xde\xfe\xf6\x1e\x4a\xbd\xd7\xfc\x6d\x57\x3d\x1c\xc8\x74\x1f\xc5\xe5\xad\x85\xbb\xfb\xe2\x57\xcf\x5b\xcb\x76\xe1\xfd\x07\xf9\xfd\x43\xfe\xfc\x8a\x8b\x4b\xd6\x3a\x14\x97\x7c\x1e\x8b\x4b\x3e\x07\xe2\x92\xcf\x5f\xc5\x25\x9f\xcf\xc4\x25\x9f\x43\x71\xc9\xe7\x89\xb8\xe4\x73\x24\x2e\xf9\x1c\x8b\x4b\x3e\x4f\xc5\x25\x9f\xcf\xc5\x25\x9f\x13\x71\xc9\xe7\x54\x5c\xf2\x39\x13\x97\x7c\x9e\x89\x4b\x3e\x5f\x88\x4b\x3e\xcf\xc5\x25\x9f\x2f\xc5\x25\x9f\xb9\xb8\xe4\xf3\x37\x71\xc9\xe7\x2b\x71\xc9\xe7\x6b\x71\xc9\xe7\x1b\x71\xe1\xf3\xaf\x70\xc9\xe7\xae\xb8\xe4\xf3\xae\xb8\xe4\xf3\x9e\xb8\xe4\xf3\xbe\xb8\xe4\xf3\x81\xb8\xe4\xf3\x7b\x71\xc9\xe7\x0f\xe2\x92\xcf\x1f\xc5\x25\x9f\x7b\xe2\x92\xcf\x9f\xc4\x25\x9f\x3f\x8b\x4b\x3e\x1f\x8a\x4b\x3e\x1f\x8b\x4b\x3e\x7f\x11\x97\x7c\x3e\x11\x97\x7c\x3e\x15\x97\x7c\xa6\xe2\x92\xcf\x7d\x71\xc9\xe7\x81\xb8\xe4\xb3\x2f\x2e\xf9\xcc\xc4\x25\x9f\x87\xe2\x92\xcf\x23\x71\xc9\xe7\xb1\xb8\xe4\x73\x20\x2e\xf9\xfc\x55\x5c\xf2\xf9\x4c\x5c\xf2\x39\x14\x97\x7c\x9e\x88\x4b\x3e\x47\xe2\x92\xcf\xb1\xb8\xe4\xf3\x54\x5c\xf2\xf9\x5c\x5c\xf2\x39\x11\x97\x7c\x4e\xc5\x25\x9f\x33\x71\xc9\xe7\x99\xb8\xe4\xf3\x85\xb8\xe4\xf3\x5c\x5c\xf2\xf9\x52\x5c\xf2\x99\x8b\x4b\x3e\x7f\x13\x97\x7c\xbe\x12\xd7\x2e\x2e\xde\x8d\x13\x5c\xb0\xd7\xde\x86\x8f\xab\x73\x0f\xd7\x69\xfb\xe1\xe3\xa1\xb7\x71\xb6\xbb\x8b\x4f\x5b\x3d\x7c\x17\xdf\xf9\xe9\x97\x8f\x90\xf7\xc9\xd8\xfb\xe5\x18\x9f\xce\xbc\x5f\x18\x7c\x7d\x02\x2d\x69\x3f\xec\xc0\x85\xcf\x4f\xbe\x8a\xcb\xfb\xe5\x1a\xd3\x86\xde\xe3\x03\x7c\x8a\xbd\xce\x19\xe2\x83\xcf\x5e\x87\x63\x7e\x39\x3a\xbf\x7d\x12\x97\xcc\x9f\xaa\xf7\xed\x87\x4f\xce\xc5\xe5\x3d\xd9\x03\x8c\xf1\xea\x06\xdf\x3e\x1e\x8b\xcb\x7b\x22\x7b\x37\xf1\x9e\x0c\x00\x8f\xbc\xde\x97\xdf\x27\xf0\xd6\xdb\xf5\x36\xff\xbe\xbe\x2b\x2e\x35\x3a\xaf\x3f\x7a\x2f\x06\xf8\xf4\xc1\x7b\x31\x51\x4f\x02\x4d\x6d\xfe\x7d\xfd\xf3\x9d\x1e\x5e\xcc\x77\xf7\xbd\xcd\xbf\x6f\xee\x63\x05\x9b\x1f\xc4\xe5\xbd\xec\xee\xe2\x2f\xef\xe5\x7b\xec\xa4\x5c\x9c\xbf\xf5\xc5\x25\xd3\x0e\xc5\xe5\xbd\xa4\x50\xd6\xe6\x50\xbe\xfd\x28\x2e\x99\xfa\x50\x5c\xde\xcb\x21\x0e\xcf\xcc\x7b\x79\x86\xb5\x9d\xc8\xb4\x27\xea\xf9\x5e\xf3\x75\x57\x5c\xde\xcb\x14\x87\x41\x21\x42\xb8\xe4\x40\x04\xf0\xfe\x13\x26\x88\xe4\x88\xf4\xc4\x25\x13\x24\xe2\xf2\x7e\x8f\x30\xc5\xb9\xf7\xfb\x4c\x3d\xfd\xe3\xcb\xee\xae\xf7\xe8\xbe\x33\xf3\xfe\x11\xa9\xa7\xb7\xfb\xfa\xe9\xab\x7a\xfa\x63\x4f\x3d\x79\xe2\xef\x72\x24\x2e\xef\x8f\x10\xde\x2e\x67\xf2\xed\xb9\xb8\xbc\x3f\xb2\xdd\xae\xf7\xe8\xfe\xbd\x5d\xd9\x19\x2a\x2e\xf9\x7c\x2a\x2e\x99\x9a\x8b\xcb\xfb\x83\x43\xd7\xd7\x0f\x64\xbb\x0f\xe0\xb9\x41\xf6\x60\xa4\xd7\x3f\xc9\xd7\xc7\xe2\xf2\x1a\xe4\x18\x27\x08\xf0\xce\xd3\xa7\xff\x38\x15\x97\xd7\xb8\xb7\xb7\xdb\x85\x9f\xf2\x75\x28\x2e\x99\xf3\xbd\xb8\xb0\x4a\x27\x16\x97\x7c\x9e\x8b\x4b\x3c\xbf\xf8\xe3\xf9\x37\x71\x1d\x2d\xe5\x3b\xe7\x6b\x9a\x51\xb1\x79\x36\xee\x7d\xfc\xee\x39\x87\xde\xfe\x99\xb7\xff\xdd\xfb\xb8\xeb\xf5\xc4\x76\xe7\x7d\xde\xf5\x0e\x77\xbd\xe3\x5d\xef\xcb\xae\x77\xb2\xeb\x9d\xee\x7a\x74\xd7\xeb\xef\x7a\x83\x5d\xaf\xf1\xf9\xb3\xd7\x9c\x9d\x78\x4e\xef\x83\xe7\x7c\xfa\xe0\x39\xc7\x3d\xcf\x39\x3d\xf5\x1c\x4a\x3d\xa7\xdf\xf7\x9c\xc1\xc0\x73\x7c\xdf\x73\x18\xf3\x9c\xe1\xd0\x73\x46\x23\xcf\x19\x8f\x3d\x27\x08\x3c\xe7\xeb\x57\xcf\x39\x3b\xf3\x9c\x30\xf4\x9c\xc9\xc4\x73\xa2\xc8\x73\xe2\xd8\x73\xa6\x53\xcf\x39\x3f\xf7\x9c\x24\xf1\x9c\x34\xf5\x9c\x2c\xf3\x9c\xd9\xcc\x73\x2e\x2e\x3c\x67\x3e\xf7\x9c\xcb\x4b\xcf\xe1\xdc\x73\xbe\x7d\xf3\x9c\xab\x2b\xcf\xb9\xbe\xf6\x9c\x9b\x1b\xcf\xf5\x1a\x9e\xe7\x76\x1b\x5d\xcf\xdd\x6d\xec\x7a\xee\x5e\x63\xcf\x73\xf7\x1b\xfb\x9e\x7b\xd0\x38\xf0\xdc\xf7\x8d\xf7\x9e\xfb\xa1\xf1\xc1\x73\x3f\x36\x3e\x7a\x6e\xaf\xd1\xf3\xdc\x4f\x8d\x4f\x9e\xfb\xb9\xf1\xd9\x73\x0f\x1b\x87\x9e\x7b\xdc\x38\xf6\xdc\x2f\x8d\x2f\x9e\x7b\xd2\x38\xf1\xdc\xd3\xc6\xa9\xe7\xd2\x06\xf5\xdc\x7e\xa3\xef\xb9\x83\xc6\xc0\x73\xfd\x86\xef\xb9\xac\xc1\x3c\x77\xd8\x18\x7a\xee\xa8\x31\xf2\xdc\x71\x63\xec\xb9\x41\x23\xf0\xdc\xaf\x8d\xaf\x9e\x7b\xd6\x38\xf3\xdc\xb0\x11\x7a\xee\xa4\x31\xf1\xdc\xa8\x11\x79\x6e\xdc\x88\x3d\x77\xda\x98\x7a\xee\x79\xe3\xdc\x73\x93\x46\xe2\xb9\x69\x23\xf5\xdc\xac\x91\x79\xee\xfc\xa3\xe7\x5e\x7e\xf4\x5c\xfe\xc1\x73\xaf\x0e\xbd\xef\x30\xac\xdf\x3d\xbf\x71\xe1\xb1\xc6\x85\xe7\x1c\x37\xe6\xde\x77\xef\x7d\x73\xd7\xfb\xd0\xf8\xe6\x0d\x1b\x37\xde\xa8\xe9\x79\xe3\xc6\x8d\x77\xd9\xf8\xe6\x5d\x35\xbe\x79\xd7\x8d\x6f\xde\x4d\xe3\x9b\xd7\xf0\x1a\x57\x5e\xa3\x2b\x6e\xbb\x8d\x6b\xaf\xb1\x27\x6e\xfb\xe2\x76\x20\x6e\xef\xc5\xed\x43\xe3\xda\x73\x0e\x9a\x7b\x9e\x3b\x6b\x76\xbd\xef\x9e\xd3\x6b\x1e\x78\xce\xa7\xe6\x81\xe7\xf2\xe6\x81\xf7\xb1\x79\xd9\xeb\x35\x2f\x7b\x9f\x9a\x97\xbd\xcf\xcd\xcb\xde\x61\xf3\xb2\x77\xdc\xbc\xec\x7d\x69\x5e\xf6\x4e\x9a\x97\xbd\xd3\xe6\x65\x8f\x36\x2f\x7b\xfd\xe6\x65\x6f\xd0\xbc\xec\x35\x44\xa2\xe6\xac\x79\xd9\x73\x44\x36\x47\xe4\x73\x44\x06\x47\xa4\x74\x44\x52\x47\xa4\x75\x44\x62\xc7\x17\x37\x26\x6e\x43\x71\x1b\x89\xdb\x58\xdc\x02\x71\xfb\x2a\x6e\x67\xe2\x16\x8a\xdb\x44\xdc\x22\x71\x8b\xc5\x6d\x2a\x6e\xe7\xe2\x96\x88\x5b\x2a\x6e\x99\xb8\x41\xe5\x17\xe2\x36\x17\xb7\x4b\x71\xe3\xe2\xf6\x4d\xdc\xae\xc4\xed\x5a\xdc\x6e\x9a\x97\x3d\xd7\x13\xb7\xae\xb8\xed\x8a\xdb\x9e\xb8\xed\x8b\xdb\x81\xb8\xbd\x17\xb7\x0f\xe2\x26\xc6\xc1\x15\x3d\x72\x45\x8f\x5c\xd1\x4b\x57\x8c\x85\x2b\xfa\xe6\x8a\xd1\x70\xc5\x70\xb8\xa2\x97\xae\xe8\xa5\x2b\x7a\xe9\x8a\x5e\xba\xa2\x97\xae\xe8\xa5\x2b\x7a\xe9\x8a\x5e\xba\xa2\x97\xae\xe8\xa5\x2b\x7a\xe9\x8a\x5e\xba\xa2\x97\xae\xe8\xa5\x2b\x7a\xe9\x8a\x5e\xba\xa2\x97\xae\xe8\xa5\x2b\x7a\xe9\x8a\x5e\xba\xa2\x97\xae\xe8\x9b\x2b\xfa\xe6\x8a\xbe\xb9\xa2\x5b\xdf\xbd\xac\xf9\xd1\x73\xaf\x9b\x02\x5c\x04\xe8\xbc\x6f\xf2\xde\x87\x26\xef\x0d\x9b\xbc\x37\x6a\xf2\xde\xb8\xc9\x7b\x97\x4d\xde\xbb\x6a\xf2\xde\x75\x93\xf7\x6e\x9a\xbc\xd7\xf0\xc4\xad\x2b\x6e\xbb\xe2\xb6\x27\x6e\xfb\xe2\x76\x20\x6e\xa2\x88\x86\x28\xc3\x11\x3f\x9d\x8f\x4d\xde\x73\x67\xe2\xe9\x44\xdc\xbe\x34\x79\xef\xbb\xe7\x1c\x37\x8f\x05\xe4\x9c\x34\xa9\xf7\xbd\xfb\x49\x43\xea\xfb\x88\x7e\x88\xe8\x30\xa2\xa3\x88\x8e\x23\x7a\x19\xd1\xab\x88\x5e\x47\xf4\x26\xa2\x0d\x2f\xa2\x8d\x6e\x44\x1b\xbb\x11\x6d\xec\x45\xb4\xb1\x1f\xd1\xc6\x41\x44\x1b\xef\x23\xda\xf8\x10\x51\xe7\x20\xa2\xce\xc7\x88\xba\xb3\x88\x3a\x27\x11\x75\xbe\x44\xf4\xbb\xd7\x6d\x32\x6f\xb7\x39\xf0\xf6\x9a\x03\xef\x23\xef\xf6\x78\xf7\x13\xef\x7e\xe6\xdd\x43\xde\x3d\xe6\xdd\x2f\xbc\x7b\xc2\xbb\xa7\xbc\x4b\x79\xb7\xcf\xbb\x03\xde\x6d\x7c\xe6\xdd\xe6\x8c\x77\x9d\x1e\xef\x3a\x9f\x78\xd7\x39\xe6\x5d\xe7\x94\x77\x1d\xca\xbb\x4e\x9f\x77\x9d\x01\xef\x3a\x3e\xef\x3a\x8c\x77\x9d\x21\xef\x3a\x23\xde\x75\xc6\xbc\xeb\x04\xbc\xeb\x7c\xe5\x5d\xe7\x8c\x77\x9d\x90\x77\x9d\x09\xef\x3a\x11\xef\x3a\x31\xef\x3a\x53\xde\x75\xce\x79\xd7\x49\x78\xd7\x49\x79\xd7\xc9\x78\xd7\x11\x75\x5c\xf0\xae\x33\xe7\x5d\xe7\x92\x77\x1d\xce\xbb\xce\x37\xde\x75\xae\x78\xd7\xb9\xe6\x5d\xe7\x86\x77\x5d\x8f\x77\xdd\x2e\xef\xba\xbb\xbc\xeb\xee\xf1\xae\xbb\xcf\xbb\xee\x01\xef\xba\xef\x79\xd7\xfd\xc0\xbb\xee\x47\xde\x75\x7b\xbc\xeb\x7e\xe2\x5d\xf7\x33\xef\xba\x87\xbc\xeb\x1e\xf3\xae\xfb\x85\x77\xdd\x13\xde\x75\x4f\x79\xd7\xa5\xbc\xeb\xf6\x79\xd7\x1d\xf0\xae\xeb\xf3\xae\xcb\x78\xd7\x1d\xf2\xae\x3b\xe2\x5d\x77\xcc\xbb\x6e\xc0\xbb\xee\x57\xde\x75\xcf\x78\xd7\x0d\x79\xd7\x9d\xf0\xae\x1b\xf1\xae\x1b\xf3\xae\x3b\xe5\x5d\xf7\x9c\x77\xdd\x84\x77\xdd\x94\x77\xdd\x8c\x77\xdd\x39\xef\xba\x97\xbc\xeb\x72\xde\x75\xaf\x78\xf7\xbb\xd7\x3c\x6f\x9e\x09\x8c\xd3\x6d\x4e\xc4\x73\xe8\x7d\xf7\x82\x66\xec\x7d\x6d\xc6\x1a\xa9\xbb\xf3\x66\xe4\xb9\x97\xe2\xc6\x3f\xe0\xb4\x27\xde\xf7\xee\xbd\x53\x40\x3f\xef\x9b\x73\xfa\xa1\x39\xa7\xc3\xe6\x9c\x8e\x9a\x73\x3a\x6e\xce\xe9\x55\x73\x4e\xaf\x9b\x73\x7a\xd3\x9c\xd3\x86\x27\x6e\x5d\x71\xdb\x15\xb7\x3d\x71\xdb\x17\xb7\x03\x71\x13\xd9\x1b\x22\xbf\x23\x7e\x3a\x1f\x9b\x73\xea\xce\xc4\xd3\x89\xb8\x7d\x69\xce\xe9\x77\xaf\xf1\xa1\x99\x7a\x4e\x57\xdc\x76\xc5\x6d\xaf\x99\x8a\x66\x7c\x69\xce\x04\xec\x5f\x78\x62\x19\xcc\x45\xb3\xbe\xe1\xeb\x2b\xf1\x7c\x0d\xcf\x17\x3d\xe7\xe4\xa2\x07\x8d\xfd\xc8\x7b\x3d\xde\xfb\xc4\x7b\x9f\x79\xef\x90\xf7\x8e\x79\xef\x0b\xef\x9d\xf0\xde\x29\xef\x51\xde\xeb\xf3\xde\x80\xf7\x1a\x9f\x79\xaf\x39\xe3\x3d\xa7\xc7\x7b\xce\x27\xde\x73\x8e\x79\xcf\x39\xe5\x3d\x87\xf2\x9e\xd3\xe7\x3d\x67\xc0\x7b\x8e\xcf\x7b\x0e\xe3\x3d\x67\xc8\x7b\xce\x88\xf7\x9c\x31\xef\x39\x01\xef\x39\x5f\x79\xcf\x39\xe3\x3d\x27\xe4\x3d\x67\xc2\x7b\x4e\xc4\x7b\x4e\xcc\x7b\xce\x94\xf7\x9c\x73\xde\x73\x12\xde\x73\x52\xde\x73\x32\xde\x73\x44\x1d\x17\xbc\xe7\xcc\x79\xcf\xb9\xe4\x3d\x87\xf3\x9e\xf3\x8d\xf7\x9c\x2b\xde\x73\xae\x79\xcf\xb9\xe1\x3d\xd7\xe3\x3d\xb7\xcb\x7b\xee\x2e\xef\xb9\x7b\xbc\xe7\xee\xf3\x9e\x7b\xc0\x7b\xee\x7b\xde\x73\x3f\xf0\x9e\xfb\x91\xf7\xdc\x1e\xef\xb9\x9f\x78\xcf\xfd\xcc\x7b\xee\x21\xef\xb9\xc7\xbc\xe7\x7e\xe1\x3d\xf7\x84\xf7\xdc\x53\xde\x73\x29\xef\xb9\x7d\xde\x73\x07\xbc\xe7\xfa\xbc\xe7\x32\xde\x73\x87\xbc\xe7\x8e\x78\xcf\x1d\xf3\x9e\x1b\xf0\x9e\xfb\x95\xf7\xdc\x33\xde\x73\x43\xde\x73\x27\xbc\xe7\x46\xbc\xe7\xc6\xbc\xe7\x4e\x79\xcf\x3d\xe7\x3d\x37\xe1\x3d\x37\xe5\x3d\x37\xe3\x3d\x77\xce\x7b\xee\x25\xef\xb9\x9c\xf7\xdc\x2b\x81\x0a\xf6\x1d\xcf\x3b\x70\x3c\xef\x7b\xf7\xc9\x44\x2f\x55\xf8\xe1\x5e\x38\x1f\x3c\xf7\x9b\xf3\xd1\x13\x50\xe6\xf4\xaa\x5b\x8d\x40\x24\xce\x27\xf1\x79\xe6\x7c\xf6\x14\x32\x73\x00\xb5\x7c\x71\xbe\x78\xce\x89\x73\xe2\x7d\xf7\x3e\x72\xda\xe3\xf4\x13\xa7\x9f\x39\x3d\xe4\xf4\x98\xd3\x2f\x9c\x9e\x70\x7a\xca\x29\xe5\xb4\xcf\xe9\x80\xd3\xc6\x67\x4e\x9b\x33\x4e\x9d\x1e\xa7\xce\x27\x4e\x9d\x53\x4e\x1d\xca\xa9\xd3\xe7\xd4\x19\x70\xea\xf8\x9c\x3a\x8c\x53\x67\xc8\xa9\x33\xe2\xd4\x19\x73\xea\x04\x9c\x3a\x5f\x39\x75\xce\x38\x75\x42\x4e\x9d\x09\xa7\x4e\xc4\xa9\x13\x73\xea\x4c\x39\x75\xce\x39\x75\x12\x4e\x9d\x94\x53\x27\xe3\xd4\x11\xe5\x5f\x70\xea\xcc\x39\x75\x2e\x39\x75\x38\xa7\xce\x37\x4e\x9d\x2b\x4e\x9d\x6b\x4e\x9d\x1b\x4e\x5d\x8f\x53\xb7\xcb\xa9\xbb\xcb\xa9\xbb\xc7\xa9\xbb\xcf\xa9\x7b\xc0\xa9\xfb\x9e\x53\xf7\x03\xa7\xee\x47\x4e\xdd\x1e\xa7\xee\x27\x4e\xdd\xcf\x9c\xba\x87\x9c\xba\xc7\x9c\xba\x5f\x38\x75\x4f\x38\x75\x4f\x39\x75\x29\xa7\x6e\x9f\x53\x77\xc0\xa9\xeb\x73\xea\x32\x4e\xdd\x21\xa7\xee\x88\x53\x77\xcc\xa9\x1b\x70\xea\x7e\xe5\xd4\x3d\xe3\xd4\x0d\x39\x75\x27\x9c\xba\x11\xa7\x6e\xcc\xa9\x3b\xe5\xd4\x3d\xe7\xd4\x4d\x38\x75\x53\x4e\xdd\x8c\x53\x77\xce\xa9\x7b\xc9\xa9\xcb\x39\x75\xaf\x38\x55\xf8\xbb\xfb\xf2\xca\xdb\x77\xfa\xde\x81\xd3\xf7\x9c\x63\x4e\xe1\x05\x2c\xe9\xf9\xf9\x70\x7e\x3e\x9a\x9f\x8f\xe7\xe7\x0d\x6f\x7e\xde\xe8\xce\xcf\x1b\xbb\xf3\xf3\xc6\xde\xfc\xbc\xb1\x3f\x3f\x6f\x1c\xcc\xcf\x1b\xef\xe7\xe7\x8d\x0f\xf3\x73\xe7\x60\x7e\xee\x7c\x9c\x9f\xbb\xb3\xf9\xb9\x73\x32\x3f\x77\xbe\xcc\xcf\xbf\x7b\x1f\xe6\xe7\x57\xf3\xf3\xeb\xf9\xf9\xcd\xfc\xfc\x7b\xf7\xcd\x3e\x10\x2e\x26\xa1\xa2\x5f\xd6\x53\x30\x66\x2b\xec\xb5\xd4\xb5\xe9\x7b\xf7\xdf\xbc\x5b\x08\x20\x48\xa2\xa8\xa9\x7f\x85\x92\xfa\x2e\xda\x39\xaa\x69\x61\xf7\xdd\xae\x00\x7d\x5f\xac\x85\x01\x60\x4e\x87\x69\x6c\xe5\x8c\x10\x43\x05\xce\xc9\x45\x00\x18\x0a\xa6\xe5\x23\x0f\x7a\x3c\xf8\xc4\x83\xcf\x3c\x38\xe4\xc1\x31\x0f\xbe\xf0\xe0\x84\x07\xa7\x3c\xa0\x3c\xe8\xf3\x60\xc0\x83\xc6\x67\x1e\x34\x67\x3c\x70\x7a\x3c\x70\x3e\xf1\xc0\x39\xe5\x81\x43\x79\xe0\xf4\x79\xe0\x0c\x78\xe0\xf8\x3c\x70\x18\x0f\x9c\x21\x0f\x9c\x11\x0f\x9c\x31\x0f\x9c\x80\x07\xce\x57\x1e\x38\x67\x3c\x70\x42\x1e\x38\x13\x1e\x38\x11\x0f\x9c\x98\x07\xce\x94\x07\xce\x39\x0f\x9c\x84\x07\x4e\xca\x03\x27\xe3\x81\x23\xca\xbf\xe0\x81\x33\xe7\x81\x73\xc9\x03\x87\xf3\xc0\xf9\xc6\x03\xe7\x8a\x07\xce\x35\x0f\x9c\x1b\x1e\xb8\x1e\x0f\xdc\x2e\x0f\xdc\x5d\x1e\xb8\x7b\x3c\x70\xf7\x79\xe0\x1e\xf0\xc0\x7d\xcf\x03\xf7\x03\x0f\xdc\x8f\x3c\x70\x7b\x3c\x70\x3f\xf1\xc0\xfd\xcc\x03\xf7\x90\x07\xee\x31\x0f\xdc\x2f\x3c\x70\x4f\x78\xe0\x9e\xf2\xc0\xa5\x3c\x70\xfb\x3c\x70\x07\x3c\x70\x7d\x1e\xb8\x8c\x07\xee\x90\x07\xee\x88\x07\xee\x98\x07\x6e\xc0\x03\xf7\x2b\x0f\xdc\x33\x1e\xb8\x21\x0f\xdc\x09\x0f\xdc\x88\x07\x6e\xcc\x03\x77\xca\x03\xf7\x9c\x07\x6e\xc2\x03\x37\xe5\x81\x9b\xf1\xc0\x9d\xf3\xc0\xbd\xe4\x81\xcb\x79\xe0\x5e\xf1\xe0\xbb\x18\xfc\xc0\xfb\xee\xc9\x13\xcf\x28\xce\x62\x71\xd8\x69\x5d\x38\x1f\xba\x8b\xfe\x39\x1f\x9d\x0b\x77\xdf\x3d\x75\x87\x6e\xe2\xce\xba\xee\xd5\xf2\x7b\xe7\xa2\xbb\xdc\x5b\x1e\x9b\x89\x2e\x96\x93\x7b\x5e\xf7\x9e\xf7\xdf\xff\xbf\x73\xd1\xbd\x77\xe8\x5c\x38\x17\x5d\x71\xbb\x77\xe6\x5c\xdc\x9b\xb7\x3e\xb6\x46\xad\xaf\xad\x29\xb4\xb4\xdb\x4a\x77\xf7\xbd\xdd\xe6\xfb\xde\x6e\xf3\xc3\xa7\xdd\xe6\x69\x63\xbe\xeb\xec\x36\x87\xbb\xce\x5e\x73\xb4\xeb\xec\x37\xc7\xbb\xce\x41\x33\xd8\x75\xde\x37\xbf\xee\x39\xa7\xcd\x2b\x76\xe2\xf5\x3e\x35\xe6\xcd\x61\x73\xd4\x1c\x37\x83\xe6\xd7\xe6\x15\xdb\xab\xbc\xda\x6d\x5c\xee\xed\x35\xfb\x0d\xbe\xdb\xfc\xd2\xb8\xd8\x6d\xde\x34\x07\xbb\x0e\x75\xbc\x3d\x67\xec\xf4\xf7\x9a\x97\xcd\xe3\xdd\x26\x6f\x1e\xef\x39\x43\xe7\xcb\x6e\x83\xef\xed\x36\xf7\xdf\x8b\xf4\x97\x7b\xcd\x93\xc6\x7c\xb7\x39\x6c\x7c\xdb\x6d\x8e\x1a\x57\xbb\xcd\x71\xe3\x7a\xb7\x19\x34\x6e\xf6\x9a\x5f\x9b\xde\xa7\xa6\xdf\xf8\xd6\xb8\x6a\x5c\x37\x6e\x9a\xde\x9e\xd3\x6d\x32\xf6\xbe\xda\x9c\x83\xca\x2b\xbf\xda\xe8\xbd\xe6\xb4\xb9\xc7\x3e\x55\x93\x1e\x57\x93\x36\x66\x5d\xff\x8b\xa5\x84\xc3\xe3\xbd\x66\xef\x70\xb7\xf9\xe9\x70\xcf\x39\x6c\xce\xf6\x9a\x59\xf3\xe3\x5e\xf3\xbc\xb9\x27\xc1\x4a\x7b\xa9\x12\xb0\xf5\xcf\xff\xf2\x5f\x51\x8e\xa8\x85\x88\x5e\xb4\x50\x8e\x88\x82\xbe\x1a\x81\xe7\x87\x3f\x21\xef\x24\x86\x44\xf3\x45\xe4\x13\x2f\x51\x62\x48\x2d\xb2\x34\xd5\x08\x40\x23\x61\xf7\x2d\xf9\xf5\x72\x9a\x90\x17\xa3\x51\xc2\x46\x34\x63\xc5\x5f\xde\x34\x7f\x7e\x27\xc5\x9c\xd8\xa8\x20\x1a\x81\x94\x3b\x2d\xfe\x7c\x1b\xa4\x59\xf1\x4d\xae\x99\x40\x7e\x93\xf2\xdf\x57\x34\x0c\x5f\xc6\x3e\x2f\xbc\x78\x91\x8c\x52\xf2\x32\x88\x68\xc2\xa1\x0d\xdd\x78\x2e\x7e\xaa\x5a\x53\xe2\x45\x5e\xa2\xc7\xf6\xdd\x2c\x04\x69\xe9\xbb\xd8\x07\x09\xea\xfe\xac\x0f\x32\x53\x25\x27\x55\x72\xd3\x3f\xd8\x79\xa1\x16\xfd\xc3\x10\x10\x96\x14\x16\x2a\x5f\x08\x28\x37\xfc\xff\x6a\x0c\xff\xaf\x57\x63\x40\x0d\x06\x78\x6f\xa8\x31\x90\x77\x34\x4b\x82\xcb\x7d\x16\xe2\x3b\xa5\x07\x53\xd4\x98\x91\xab\x1a\x41\x97\x26\x2c\x82\xa7\x82\xd6\x8d\x00\xd2\xf3\x19\x93\xf0\xfd\x5e\x43\xba\x14\xcd\xcb\x3a\x75\x3d\xef\x58\x96\x04\x03\x03\x1a\x61\x3a\xde\xd1\x6c\x30\x16\x93\x98\xff\x82\x35\x67\x7e\x24\xf0\xd7\x9b\x1a\x4a\x02\x5a\x6f\x40\x6b\x0b\xec\x67\x6c\xfa\x26\x02\x25\x8c\x08\x9b\xfd\x42\xe0\x24\xb5\xde\xba\x09\x9b\x26\xf1\x80\xa5\x69\x9c\xa4\xb2\x2d\x62\x11\x4b\xd4\x27\xb5\xde\x3b\x64\x6b\x0b\xb5\x23\x0d\xa7\x70\x1d\x72\x58\x52\x68\x42\x7f\x79\xa6\xeb\xba\x0e\x39\xdc\x68\x6f\x3d\xc2\x0f\x25\xc7\xa3\x1d\xe9\x17\x4f\xbb\x77\x13\xe8\x75\x73\xef\xfb\xde\xbc\xf7\xa5\x19\x4e\xcf\x9b\xe1\x79\xe2\xd0\x24\x75\xb2\x34\x73\xc7\xb3\x0b\x37\x9d\x5f\xba\x97\x97\x7c\x79\xc4\xbf\x2d\x87\xdf\xae\x96\xcf\xaf\xae\x97\x2f\xae\x6f\x96\x6f\x6e\x1a\xde\xbd\xfd\x86\xd7\xe8\xde\xfb\xdc\xe8\x36\x76\x5b\x9f\x1b\xbb\x8d\xbd\xd6\x69\x63\xaf\x71\xb8\xf2\xb1\x71\xd8\x38\x5e\x4d\x1a\x5f\x1a\x27\x6b\x51\xe3\xa4\x71\xba\x76\xd5\x38\x6d\xd0\xf5\x7e\xa3\xdf\x18\xac\xc7\x8d\x41\xe3\x66\x3d\x13\xfb\xd0\xc6\x61\xb3\xdb\xdc\xdd\xa0\xcd\xdd\xe6\xde\xc6\xb0\xb9\xd7\xdc\x5f\xcf\x9a\xfb\xcd\x83\x8d\xb3\xe6\x41\x33\x5e\xcf\x9a\x71\x73\xba\x31\x6f\x9e\x37\x93\x8d\xeb\x26\x6f\x7e\x6b\x86\xce\xd0\x19\x35\xc3\xe6\xcb\x4f\xcd\x97\x9f\x9b\xa1\xf3\x66\xdf\x79\x73\x22\xfe\x5e\x3b\xff\xf0\x9a\xa1\xf3\x8f\x03\xe7\x1f\xef\x9b\xa1\xf3\x6f\x1f\x9c\x7f\xfb\xd8\x0c\x97\x7f\x7b\xbf\xfc\xdb\x87\x66\xf8\xbd\x79\xfe\xc9\x39\xfc\xae\xfa\xf8\x2f\x15\xe5\xf8\xbb\xa2\x4b\xce\xd7\x66\xd2\x4c\x9d\xf8\xbb\x13\x7b\x8d\x0f\xdf\xbf\x3b\x99\xe7\xec\x7d\xff\xee\xf0\xf7\xcd\xd9\x77\xef\x93\x93\x7d\x4e\x9c\x2c\x49\xdd\xe3\xb4\xe9\x39\x59\xd3\x6b\x76\xdd\x7e\xb3\xfb\xdd\xc9\xbe\xbb\x7d\xaf\x39\xfb\xfe\xdd\x65\x5d\x0f\x7e\x4e\x76\xcf\xbe\x7b\x9f\xdc\xf1\xe7\xef\xee\xf8\xbb\x7b\xe9\xdd\x7c\xff\xee\xde\x60\x29\xee\xe5\xe7\xb9\x7b\xf9\x7f\x73\xf7\x77\xcb\x71\x23\xc9\x82\x20\xfc\x2a\x41\x4a\xc5\x44\x8a\x48\x64\x52\xff\x4a\x29\xc5\xc3\x92\x54\xdd\xb2\x91\x8a\x94\xc8\x2a\x9d\x3e\x4c\x76\x11\x09\x44\x32\x51\x44\x02\x28\x00\xc9\x9f\x22\x29\x9b\xcb\xcf\xec\x9b\x8b\x9d\xb5\xb1\xd9\xab\xb5\xb5\x19\xb3\xbd\xd9\x07\xd8\xbd\xdf\x8b\x7d\x90\x79\x82\x79\x84\xb5\x70\x8f\x7f\x04\x92\x49\x55\xf7\x39\xbd\xc3\xb2\x12\x09\x20\xc2\xc3\x23\xc2\xc3\x7f\x22\x3c\xdc\xcf\x2f\xbe\x3b\xba\xb8\xb7\xfb\xdd\x05\x83\xb2\x11\xde\xdb\xfb\xfa\xdd\xc5\xd7\x8d\x78\x6f\x17\x7e\xa7\xbb\xf7\x8f\xbe\x7e\xdd\xf8\x6d\xf7\xfe\x2f\x5f\xbf\x6e\x9c\xed\x5e\x7d\xfd\xbc\x71\xb3\xfb\xdd\xc5\xde\xda\xee\xa7\xaf\x9d\xfd\xdd\xfb\x7f\xfd\xfa\xb9\xf3\x2f\xbb\xdf\x9d\xef\xad\xed\x7d\xda\xeb\xfc\x75\x6f\xed\xd3\xda\x61\x27\xdc\xeb\x4c\x3f\x7f\x77\xc9\x1f\xd6\x4e\xd6\x66\x9d\xfc\xde\x3f\xdf\xfb\x4b\x27\xdf\xeb\x94\x9f\xaf\xae\x3b\x57\x6c\x82\xaf\xd8\x67\xef\xf3\x9e\xb7\xbb\x27\xfe\xfa\xb2\xc7\x6b\x79\x9f\xbf\x7a\xc7\xbb\xd7\x5f\x3f\x7b\xf4\x5f\xd8\x2b\x46\x0a\x21\xfb\xd0\xfd\xc2\xc1\x7d\xb9\xf7\xcf\xdd\x2b\x04\x7a\xef\xf0\xde\xd1\x83\xf8\x5e\x78\x6f\xf2\xe0\x82\xa9\x01\x9b\xe9\xbd\xd3\x7b\xe9\xe6\xcd\xbd\xf4\xde\xbc\xf7\xe5\xde\xfc\x5e\xe6\x27\x9f\xbb\x47\x7f\xf9\x76\x40\x00\xe2\xd3\x83\x4f\x7b\xf7\x7e\xfb\xc4\x2a\x3f\x38\xf8\xf4\xe0\xcb\x3e\xfe\xd5\xac\xf4\xe9\x41\x22\x0b\xa6\x9f\x1e\xe4\x9f\xf1\x2f\xb3\xc8\xcd\x27\x5e\x64\xf3\x00\x5e\x9d\x7c\xda\xfc\xf2\x99\x3f\x87\xf7\x26\x9b\x21\x2f\xb8\x19\xef\x89\xef\xe9\xee\xbd\xdf\x3e\x7d\xda\xfc\x4d\x00\xdf\xac\x3f\x6d\x9e\xf3\xbf\xb0\xce\x27\x7f\x5f\x7c\xf4\x7f\xfe\xe4\xff\xe5\x00\xff\xe2\x7d\x6c\x22\xea\x67\xb2\xf8\x6f\x9f\xfc\xfa\x27\xfc\xab\xad\x38\x0e\xc6\x5e\xef\x5f\x00\xcf\x5e\xbc\x16\xad\x25\xbd\xf8\xde\xc1\xbd\x7f\xe9\xc5\x7b\xbd\x44\xcc\xb8\xf9\xe1\xe7\xde\xe5\xc1\x77\xbf\xef\xaf\x61\xa5\xe0\x2f\x6c\xf5\x06\x7f\x61\xab\x34\xf8\x0b\x5b\x93\xc1\x5f\xd8\x6a\x0c\xfe\xf2\x39\xf8\xe5\xe0\xd6\x42\x5f\x83\x6a\x6f\xed\xa7\xaf\xb0\xea\xcf\xbe\x06\x57\xbb\x6b\x07\x5f\xbf\xf6\x3f\x7d\xba\xbf\xb7\xc7\xde\xf5\xbf\xb0\x65\xd3\x3f\xfa\xd4\x3f\xda\x5d\xfb\xf4\xe9\x6b\x7f\xb2\x7b\xff\xd3\xd7\xaf\xfd\x93\xbd\xb5\x7d\xa8\xd4\xff\xf5\x6b\x3f\xdf\x5d\xfb\xfc\xf5\x6b\xbf\xde\xbd\x7f\xf0\xf5\xe7\xfe\x15\x6b\xb4\x86\xa9\xec\xd7\xaa\xd9\x7e\xcd\xf9\x05\x70\x8a\xaf\x83\x70\xf7\xbb\xc5\xd7\xaf\x83\xe9\xee\x77\x67\x5f\xbf\x0e\x4e\x77\x2f\xbe\x7e\x1d\x64\x9f\x77\xef\xed\x0f\x4e\x19\x4b\xf9\xee\xe8\xde\xc1\xd7\xc1\xe9\xd7\xc1\xf5\xee\x77\x57\x5f\xbf\x6e\x7d\xde\xfd\xee\xfa\x2b\xe7\xb8\xea\x1a\x37\xf0\x4e\xb2\xe5\x93\x87\x47\xfc\x0b\xde\x81\x1f\x92\xab\xf1\x3a\x2a\x75\xe3\xf5\x21\xe3\xaf\xcf\x8f\xfc\xf1\xba\xce\xbb\x87\x87\x5b\xfe\xd6\xe3\x27\x47\x37\xc8\x90\x55\x04\xc7\x21\x39\xbc\xaa\x81\xa1\x3f\x79\xe6\x93\x13\x5a\x0f\x1d\x1e\xb2\x9e\xcb\xfb\x9a\x47\x31\xc6\x64\x62\x37\xfe\x0a\x50\x6c\x6f\x5c\x03\x02\xb9\x26\x5b\x4d\x28\x32\xac\xa2\xe5\xdc\x85\xee\xb8\xdc\x01\xf7\xe6\x48\x0d\xd4\x5e\x49\xa3\x21\x19\x70\x57\xb3\xbf\xdb\x3d\x0b\xf3\x96\x85\x75\xc7\xa2\x71\xc3\x42\xbb\x5f\xd1\xbc\x5d\xe1\xb8\x5b\x61\xdd\xac\x30\xef\x55\xe8\xb7\x2a\xec\x3b\x15\xe6\x8d\x0a\xe7\x7d\x0a\xeb\x36\x85\x71\x97\xc2\xb8\x49\xd1\xbc\x47\x61\xdf\xa2\xb0\xef\x50\x18\x37\x28\xcc\xfb\x13\xfa\xed\x89\xc6\xdd\x09\xe3\xe6\x84\x7e\x6f\xc2\xbe\x35\x61\xdd\x99\x30\x6e\x4c\xc0\x7d\x09\x78\xd0\x4d\x9d\x11\x79\x88\x18\x71\x9b\x67\x44\xb8\xda\x02\x8a\xcf\x88\x3c\x44\xa4\x4c\x2b\x68\x44\x1e\x0d\xcc\xd7\xbb\x6c\x9c\x1e\x6d\x99\x2f\xa5\x5d\x34\x22\x8f\x1e\xaa\x11\x55\x06\xd2\x88\x3c\x7a\xd4\x7c\x0f\x5a\xdb\x88\x3c\x7a\xdc\xfc\xc4\x5e\x63\x87\x94\xed\x34\x22\x8f\xb0\x5b\x0d\x23\x6a\x44\x1e\x3d\x6b\x7c\x01\x6b\x6a\x44\x1e\x71\xb2\x50\x66\xd5\x88\x3c\xc2\xbe\x32\xfb\x6a\x44\x1e\x0f\x44\x01\x65\x68\x8d\xc8\xe3\x2d\x4e\xa6\x9a\xc5\x35\x22\x8f\x39\x81\x2c\x18\x82\x8f\xb1\x4b\xcc\x06\x1b\x91\xc7\xd8\x09\x66\x8c\x8d\xc8\x63\x44\x9d\x59\x65\x23\xf2\x98\x13\xc6\x62\xc2\x1e\x10\x4f\x66\xa7\x8d\x08\x5f\x28\xcc\x60\x1b\x91\xc7\x2f\xf8\x03\x43\xf0\x09\xe2\xf4\x01\xbe\x3c\x41\x54\x3e\xc0\xac\x3f\x41\x0c\x98\x51\x37\x22\x4f\x1e\x35\x7a\xcd\xde\x3e\x36\xde\x1a\x7e\xa0\x4f\x38\x66\xa6\xbd\x37\x22\x4f\x10\x49\xb3\xec\x33\xad\x2c\x7b\x7e\x2e\x9e\xd9\x03\x27\x97\x08\x62\x49\x3e\x1d\xc8\xa7\x19\x7b\xe4\xf4\x51\xc1\xda\x79\xfa\x50\x3e\xc1\xc7\x47\x72\x05\xb3\xa7\xc7\xf2\x09\x3e\x3e\x11\x0b\x5a\x43\xee\x29\x22\x07\x26\xe5\x88\x3c\x45\xb4\x84\x6d\x39\x22\x4f\x11\x2f\x34\x32\x47\xe4\xe9\x0b\xf5\x88\x2b\xf9\xd9\x40\x7b\x03\x28\x3d\xdb\xe2\xcc\x80\xd5\x7f\xf6\x50\x3c\x30\x0c\x9e\x3d\x52\x7c\x42\xc3\xe1\x19\xe2\xa9\x9b\xa6\x23\xf2\xec\x89\x78\x29\x6c\xd4\x11\x79\xf6\x54\xbd\x03\x63\x75\x44\x9e\x3d\x53\xaf\xc0\x9c\x1a\x91\x67\x88\x33\x33\x5f\x47\xe4\xd9\x0b\xfe\x90\x42\x10\xc6\xe7\x03\xfe\x58\x02\x65\x3d\xdf\x12\xcb\x94\x3d\x20\xae\x68\xe2\x8e\xc8\x73\x44\xb6\x69\xeb\x8e\xc8\x73\x44\x58\x37\x7a\x47\xe4\xf9\x13\xfe\x72\x01\xb5\xe5\xa4\xf3\x86\x11\x4f\x69\x0f\x8f\xc8\x73\x44\x13\x0d\xe3\x11\x79\xfe\x42\x2d\x49\x61\x21\x8f\xc8\x8b\x81\x7a\x0b\xa6\xf2\x88\xbc\xe0\x24\xab\xdb\xcc\x23\xf2\x02\x91\xff\x00\x25\x10\x73\xb4\xa2\x47\xe4\xc5\x63\xf1\xc8\xb8\xfa\x8b\x27\x82\x0f\xeb\xb5\x9f\x0a\x7e\xac\xbf\x7c\x26\x5e\x2e\x00\xc3\x17\xcf\xf9\x32\xc4\xc9\x78\xc1\x17\x3a\x04\xd8\x1f\x0c\x38\xff\xd3\xad\x70\xf6\x7e\x4b\xbc\xb7\x16\xc5\xd6\xe0\xa1\xc1\xf5\x8d\x4f\x88\x3f\xb3\xd1\xd9\xd3\x63\xfe\x54\xe3\x47\xc4\x9f\xdb\xed\xec\x05\xe2\xfe\x99\x07\x6c\xd9\x1a\x70\xe1\x80\xb6\x3c\x7b\x81\x78\x33\xab\x9e\x3d\x21\xda\xfb\x28\x7a\xb8\xe4\xda\xc7\xe5\xb3\xc5\x65\x16\xd8\xfc\xec\xf1\xa1\x7c\x04\xeb\x9f\xbd\x42\xdc\x60\x1f\x80\x3d\x3e\xd6\x24\x95\xde\x07\x25\xc2\xf4\xbd\x01\xf6\x41\xb0\xac\xb9\xf1\x16\x91\x3e\x40\x29\x2f\x44\x5a\xc8\xb1\x42\x94\xd5\x1e\x02\x93\xa6\x03\xf9\x0e\x1e\x11\x71\xbe\xaf\xc0\x5e\x20\xea\x7c\x49\x6c\x71\x01\x67\xed\x35\xb0\x0f\x7c\xed\x89\x5d\x07\xf6\x0a\x51\x37\xf7\x1f\xd8\xfb\xa7\x9a\xb6\xc0\xb9\xfd\x96\x10\x7c\x72\x4f\x82\xbd\xe3\x03\x6e\xec\x4e\xb0\xf7\x2f\x04\xb7\x56\xfb\x14\x4c\x17\x18\x70\xe1\x1b\x6a\xef\xb6\xd4\x3b\x10\x8b\x5b\x5c\xf8\x59\xbb\x18\xec\x03\xef\x9a\xbd\x9f\xc1\x3e\x3d\x56\xab\x47\xee\x6c\xb0\xf7\x4f\xac\xf7\x5c\x5a\x6e\x71\x21\x68\xec\x76\xb0\xd7\xcf\xc4\xe8\xc1\xbe\x07\x7b\xf3\x5c\xc8\x1a\xbe\x03\xc2\xde\xbd\x10\xef\x70\x0b\x84\x69\x36\x03\x21\x51\xd4\x2b\x4e\x62\x8d\xfd\x11\xf6\x8d\x73\x73\xc0\xe5\xb1\xe0\xe5\xee\x3d\x13\x56\xe2\xb1\xd6\x73\x2e\xc6\xb7\x1e\x3f\x79\x69\xdc\x54\xde\x99\x54\x3e\x97\x33\xbe\x25\x9b\x7c\x10\x2a\xf8\xef\xcc\x67\x22\xd5\x37\x75\x14\xbf\xa9\x86\xf8\xba\xba\xe2\x33\x55\xca\x07\xe9\x83\xff\x32\x28\xac\x19\x37\xce\x3e\x88\x22\xfc\xf7\x21\xfe\x62\x15\xce\x4e\x7c\x5d\x28\xf9\x86\xba\xe0\x6b\xda\x85\x0f\x7a\xaf\x2f\xd4\x50\x9f\x7c\x7f\xe9\x83\xe4\xf2\x85\xc4\xf2\x51\x10\xf9\x52\x42\xf9\x52\x32\xf9\x4c\x08\xc1\x3f\x33\x1f\x25\x90\x6f\x0a\x22\x5f\xd7\x5f\x7d\x4d\xf0\xf8\x4a\xe0\xf8\x4a\xd0\xf8\xba\xbc\xf2\x99\xb4\xf1\x51\xca\xf8\x28\x5d\x7c\xa6\xbc\xf8\x72\x61\xf9\x4c\x7b\xf4\x19\x71\xf8\x92\x42\x7c\x45\x3f\x3e\x93\x41\xf0\x4f\xe9\xa3\x04\xf2\x0d\xd5\xc3\x6f\xa8\x5f\x7e\x43\x55\xf3\x1d\x6a\x89\x8f\xaa\x9f\xaf\x0c\x01\x5f\xb3\x00\x7c\x53\x31\xf4\x9b\x2a\xa4\xf5\xaa\xf2\x99\x46\xc5\xfe\x29\xfd\xa6\x64\xf4\x75\x89\xe8\x83\x24\xf4\xb9\x04\xf4\x89\x8e\x93\xd0\xfa\x7c\x29\x0f\x7d\x94\x83\xbe\x92\x74\xbe\xb5\x3c\x7d\x63\x55\x9a\x4f\x95\xaf\x54\x59\xdf\x10\xa1\xbe\x21\x27\x7d\x5d\x6b\xf7\xc9\x07\xd6\x08\x13\x92\xf0\xeb\xa1\xcf\xd4\x40\x9f\x29\x86\xbe\x58\xea\xbe\xc5\x31\xd9\xf3\x85\xaf\x0b\x4f\xbf\xc1\x78\x7c\x6d\x41\xfa\x04\x28\x4f\x93\xab\x3e\x97\xa7\x3e\x53\x67\x7d\xc2\xa9\xe7\xe3\x22\xf5\x19\x97\xf0\x25\xab\xf0\x4d\xfe\xeb\x73\xb6\xeb\x6b\xec\xd7\x27\xbb\x99\x6f\x68\xd1\x3e\xd9\x2d\x7d\xc5\x8b\x7d\xb2\x97\xf8\x4c\x13\xf7\x4d\xc1\xec\xdb\xf2\xd8\xe7\x86\x8b\x4f\xd4\x54\xda\x82\xd9\x67\xf2\xd8\x07\x31\xec\x73\xe9\xeb\xa3\xd0\xf5\xb9\xac\xf5\x99\x88\xf5\x99\x2c\x85\x7f\x66\x3e\x08\x4e\x5f\x8a\x4f\x1f\xa4\xa6\x8f\x56\x95\xcf\x65\xa6\x6f\xc9\x4e\x9f\x8b\x4c\xdf\x12\x9d\x7e\x93\x63\xfa\xa6\x84\xf1\x99\x60\xf1\x0d\xe9\xc2\x9e\xe6\xbe\x2e\x6b\x7d\x26\x54\xe1\x9f\x99\x4f\xf8\x0b\x21\x56\x7d\xb0\x21\x7d\x25\x88\x7c\x21\x7f\x7c\x6e\x19\xfa\x5c\xfc\xf8\x96\x18\xf2\x85\x8d\xe9\x13\x64\x0d\x49\x36\xf5\x99\xc9\xee\x8b\xab\x27\x18\xef\x01\xae\x87\xad\xf0\x8f\x8a\x0b\xb1\x93\x65\x79\x2d\x18\x48\x9c\xc8\x36\xe1\x45\x24\x52\x6f\x32\x9e\x2b\x1f\xf6\x93\xdf\xa9\x4f\x8c\xd4\x9c\x3e\xf9\x21\x8c\x28\x14\x9a\x4f\x60\x05\x64\xd3\xe4\x04\x66\xa2\xa6\xef\xa6\x53\x88\x0e\x03\x0f\x3f\x24\x34\x8d\x81\x3e\x22\x9f\x1c\x40\x96\xa2\x8f\x61\xf1\x31\x8f\x61\xfe\xb3\x13\xfa\x33\xee\xb7\xc0\xdf\xfb\x0c\xe4\x9b\x59\x58\xbe\x09\x6b\x7a\x92\x97\x97\x2a\x1e\x05\xc3\x66\x9e\x94\x65\x5e\xf6\xc1\x1f\xd8\x88\x62\x91\xe6\x27\xef\x2e\x20\x8a\x07\xeb\xc5\x5b\x88\x5d\x05\x7f\x56\xb3\xfc\xfc\x20\xcf\xd3\x3a\x29\x44\x77\x7f\x4e\xe8\xb9\x4f\xd8\xbf\x7b\xe9\xe2\x84\x91\xd6\x09\xad\x65\x99\xb7\x34\xca\x05\x7f\xfd\x92\xc4\xec\xd3\x65\x41\x7d\x72\x4a\x2f\xe7\x61\xe1\x44\xe7\x2c\xa1\xe7\x66\x4c\x0d\x48\x95\x7b\x50\x52\x48\x5a\xc0\x96\xf1\x4f\x59\x52\x3b\xeb\xa6\x61\x76\xb2\x08\x4f\x28\x0f\xaf\xf1\xe0\xc1\x38\xdb\xc9\x54\x70\x50\x9e\x22\x81\x40\x2c\xb6\x8a\x67\x94\x8c\xf2\x79\x91\x52\x4c\xf9\x85\x69\x33\xc5\x3d\xd5\x2a\x18\x67\x0f\xfa\x2a\x9b\xa1\x28\x27\x92\x32\x8a\xb4\x76\xac\x19\xf6\xc7\x1b\x1e\xa6\x13\xc2\xe7\x68\x60\xf9\x5d\xf2\x80\x78\x1f\xf3\xaa\x4e\x2f\xc9\xa2\x82\xe4\x95\x10\x18\x8e\x56\x75\x92\x9d\x8c\xf9\xd5\x7f\x0b\x95\xea\xbf\xfd\xfb\xff\xc4\xd3\x52\x52\x18\x6d\x1f\xff\xbe\xa8\x69\x06\x39\xe4\x20\x8e\x1b\x06\xef\x44\x10\xf5\x8c\x56\x14\x20\x5f\xe6\x8b\x80\x87\x52\x61\x9d\x20\x56\xb6\x3d\x0b\xf7\x03\xd9\x04\x0f\xb8\x0f\x81\x54\x59\x63\x1a\x52\xb3\xb0\x28\x68\x56\x91\x24\x0b\x4c\xc0\x3c\xfe\x8b\x03\x66\x91\x57\x09\xd4\x0d\x6b\x72\x3e\x4b\xa2\x99\x0d\x33\xa9\x38\xd8\x24\x3b\xb1\xa0\x16\x4c\x1f\xb0\x60\xbe\xcf\xe2\x24\x82\xb8\xce\x22\x44\x9f\x06\xeb\x3c\xac\x20\x8e\xf3\x19\x6c\xed\xd1\x8b\x22\x4d\xa2\xa4\x4e\x2f\x7d\x19\xd5\x39\x99\x8b\x77\x10\x44\xe9\x92\x09\xce\x00\x10\x5d\x54\x8b\x30\x25\xe7\x21\x04\x5c\x2d\x69\x55\xe4\x19\x26\x1c\xe5\x04\x53\xe7\x63\x1e\xed\x22\xbd\x54\x41\x02\x44\xd3\x3c\x56\x1e\x4d\x00\x25\xf6\x0f\x45\x2a\xc3\xb0\x5e\xa1\x31\xbf\x22\x57\x46\x52\x5f\x92\x09\x9d\xe6\x3c\xc0\x6d\x04\x39\x9a\x21\x35\xe9\xb1\xc0\xfd\x18\x9a\x2e\x17\xd4\x1a\x1a\xf1\xdd\x99\x19\xb3\xe6\xf9\xfc\xeb\x46\x02\x26\x4c\x7e\x51\xe4\x8d\x7c\x31\x02\x1e\x19\x49\xd0\x7a\xda\x45\x31\xfa\xec\xc7\x91\x7f\x51\x60\x25\xc1\x85\x93\xbc\xac\x99\x52\x40\x33\x2b\xfd\xd1\x8d\x35\x9f\x22\x58\x37\x90\x34\x30\xc0\x0c\xff\x08\xb3\x98\x78\x90\x03\x82\x8f\x65\x28\xe2\x05\xcb\xe0\x76\x22\xf4\x20\xe6\x52\xe7\x23\x79\x2c\x3a\x7a\x6c\x0d\x19\x94\xfa\x1e\x0a\x41\x52\xbb\x66\xa8\x25\x91\x93\x5d\x31\x1c\x2d\x62\x7d\x37\x28\x69\x95\xa7\x67\xf4\x7d\x96\x51\x1e\xff\x1a\x08\xb4\x67\xc4\xf0\x3f\x9f\x25\x29\xe5\xd9\xe2\x21\xa8\x20\xc4\xf5\x13\xd1\xd9\xe0\x35\xc4\x13\xec\x92\x57\x8d\x48\x6c\xa2\x7d\x2c\x85\xe9\x69\x9b\x41\xf0\xb0\xd4\x36\xb9\x02\xfe\x37\xe4\xa5\x21\x95\x35\xa9\xf3\xa1\x9c\x68\xdf\x02\x4e\x2f\x44\xda\x6c\xe8\x4f\x50\xa5\x49\x44\xdf\xe6\x91\x67\x00\xe0\x95\xed\xe4\xe0\x35\x66\xc3\x86\x92\x30\xfe\x37\x64\xa8\x87\xb3\x6a\x9b\x56\x4c\x85\xc9\x23\x94\x61\x14\x4a\x7a\x51\x94\xb4\x02\xee\x25\xa3\x22\xaa\x55\xc0\x17\x0a\xa6\x2b\x37\x27\x10\x60\xf1\x09\x64\x40\x1a\xf3\x97\x26\x19\x35\xc2\xaa\x07\x71\x1e\x05\xec\xed\x4e\x2d\x27\xcc\xce\x2e\x29\x32\xc9\x7e\x0c\xeb\x59\x30\x0f\x2f\x3c\x56\xde\x1a\x0d\xd2\x23\x0f\x9f\x0c\x9a\x35\x99\x4d\x08\xc5\x81\xbd\xc3\x80\x7a\x08\xaf\x47\xdc\x60\xe4\x5b\x1b\x98\x08\x67\x5b\xd5\x65\x50\xd1\xb0\x8c\x66\x1e\xcd\xaa\x45\x49\x77\xb2\x68\x96\x97\xd0\x61\x9f\x87\x16\x74\x84\xe0\xc6\xea\xaf\xc8\x80\x6c\x63\x60\xaf\xa1\xa4\x0f\x44\x68\x13\x8b\x58\x24\xc2\xa9\x02\x1a\x05\xec\xa1\x50\x97\xdc\xb4\x4c\xeb\x5f\x98\xf6\x81\x0c\x49\x05\x07\x05\x6d\x0e\x62\x6e\x4f\x28\xcd\x08\xac\x7d\x1a\x07\xe4\x0d\xcf\x49\x8c\xc2\x2e\xc9\x10\x44\x58\x5d\x66\xd1\xac\xcc\xb3\x7c\x51\x41\xd5\x84\x56\x90\x12\xff\x2c\x4f\x62\x12\xe7\x49\x76\x82\xa1\x48\x41\x00\x81\x7c\x9b\x50\x0c\x3f\x24\x03\x82\x0a\x8a\x38\xa1\xb5\x68\xae\x11\xb8\xd2\x66\x41\x3c\xfa\x5a\xa3\x4b\x3b\x90\xcd\x1a\x82\xbe\x02\xe3\xc7\xb0\xad\x08\x96\xcc\xc2\x2c\x4e\xc1\x7c\x41\xd9\x25\xd0\x89\xc2\x34\xa5\x31\x0c\x81\x14\xbb\x7c\x1c\x92\x0a\xdf\x1c\x72\xc4\x8e\xbc\x59\x5d\x17\xd5\xb0\xdf\x57\x7a\x4a\x90\xd1\xba\xff\xb4\x1f\xe7\x51\xd5\x2f\xe9\xb4\x7f\x2f\x5c\xd4\x39\x17\x0e\x34\x68\x28\x1a\x01\x07\xd5\xb5\xba\x1f\xc6\xf1\xbb\x33\x9a\xc9\x5e\x02\x5b\xf3\x49\xca\x1f\x1b\x39\x30\x60\xe1\x42\x2e\x32\x00\x38\x5e\x97\x51\x4f\xcd\xc1\x72\xa5\x06\x34\x4b\x60\x38\x7b\xd9\x90\x3b\x38\x60\x9d\xef\xd3\xda\x8b\x66\x61\x69\x06\xc3\x9b\xa6\x61\x6d\xc5\xd6\xc4\x42\xc1\xaf\x79\x92\x19\x49\x65\x21\xb3\x55\x5e\xc6\x4c\x84\xf4\xc7\xe3\xf3\x7e\xc0\xf4\x25\x8f\x41\x10\x45\x58\xc7\xa0\x88\x86\x35\x6f\x81\xfd\x0a\x78\xb8\x00\x0f\xaa\x9f\xf8\x44\x07\xcf\xe9\xe5\xf8\xf0\xfe\x15\xb6\xb2\xcd\x3e\x8f\xc7\xe3\xf3\xf1\x3a\x19\x42\xd1\x9b\xfb\x57\x26\x98\xc3\xbf\xb2\xcf\xe3\xea\x88\x03\x1b\x8f\xc7\xf7\x37\xc6\xeb\xdd\x9b\xa3\x63\x2b\x28\x60\x51\xd2\x69\x72\x01\x86\xaa\x87\xf1\x70\xad\x71\x48\xca\x4a\x1b\x08\x1e\x82\x1d\xa2\x1c\xc3\xe5\xff\x96\x6f\x76\x00\xc1\x2b\x0c\x82\x40\x6e\x18\x9b\xb5\xdb\x81\x92\xac\x9d\x43\x28\x74\x38\x38\x72\x84\xf7\x74\xa5\x62\x85\xe2\x4b\x02\x76\x32\xfc\x38\xcc\xc4\x86\x79\xa3\xfa\x28\x13\xd1\x23\x31\x00\x2a\x5d\xb2\xc9\x1f\x19\x10\xf6\x34\x5e\x7f\x70\x7f\xbc\x6e\x4e\xca\x21\x44\x65\xa7\x27\xef\x2e\x0a\x6f\xbc\xfe\xd7\xf1\x3a\xd9\xe4\xd0\x20\x37\x92\xfc\xc6\xdf\x1d\xe1\xe0\xc3\xb2\xfe\x13\xc8\x99\x90\x84\x64\x9a\x5c\xd0\x98\x84\x90\x40\x52\x8d\x8e\x2f\xda\x08\x33\xa2\xaf\xbc\x12\x78\xce\x38\x13\xcf\x10\x52\x79\xce\x8d\x00\x39\xad\xe2\xeb\x0f\x65\x3e\x67\x0b\x02\x96\x81\x31\xb1\xbc\x19\x10\x0e\x55\x0d\x91\x61\x73\x2d\x27\x60\x6e\xe6\xd1\x05\x51\x0e\x23\x39\x24\x39\xc8\xd5\x5c\x27\xff\x43\x08\x9a\xf2\x03\x53\x0c\x41\x00\xb2\xb1\xe6\x0d\x04\xf4\x8c\x96\x97\x08\xbb\xcf\xc8\x72\xf3\x3e\x5f\x20\x39\xc6\x7f\xea\x76\xc9\x36\x39\x64\x94\xff\xe0\x7e\xdf\x87\x15\xb4\x79\xbf\x7f\x84\x61\x73\x1b\xb4\x69\x8e\xbf\xc7\xad\x96\xae\x15\x83\x5d\x57\x94\x84\x61\xa3\x4b\x66\xf8\xdb\x21\xa1\xb0\xce\xf5\xb5\xac\x24\x55\x4e\x4b\x95\x21\xdb\x9a\x4a\x43\x86\xb2\x3c\xc8\x2b\x39\x83\x62\x54\x1a\x8a\x88\x46\x07\x5f\xca\xb0\xd0\x14\x8f\xa6\xa1\x57\xe5\x28\x65\x92\x5a\x05\xc4\x66\xcb\x45\x09\xb7\x71\x86\xaa\x08\x53\x40\x21\x1d\x3e\xea\x86\x18\x54\x19\x02\x60\xe7\x19\x35\xf5\x1b\x88\x6e\x6d\x13\x4d\x32\x7d\x9f\x41\x56\xdb\xca\x17\x54\x6c\x05\x1c\x6b\x1b\x6f\x2b\x71\x9d\xa6\x9b\x8a\x81\x71\xa9\xa7\xc6\xa0\xf5\x78\x0a\xb8\x97\x44\xea\xff\x5c\xbb\x74\x44\xe1\xcd\x8c\xcc\xb2\xac\x28\xaa\xab\xaf\x19\x18\xb3\xb8\x86\x3d\xf6\x49\xf6\xa1\x39\xfd\x7f\xab\x29\xca\xf2\xfa\xef\x35\x43\x3f\xe6\xf5\xff\xd8\x93\x64\x05\x6a\x5e\x3a\x75\x7c\x92\x70\xeb\x63\x17\x56\x9d\xe8\xb0\xbe\x8b\xa0\x26\x4c\x0c\x19\x67\x53\x4d\xc3\x54\x9b\xdb\x91\x36\xd1\x8d\xbc\xb9\x42\x62\xe0\x1f\xcd\x2c\xa0\xcc\xa0\x18\x61\x23\x6e\xbd\x23\x5a\x94\x32\x27\x93\xec\x24\x9a\x3c\x62\x6b\x2e\x98\x87\x49\x16\xcc\x68\x18\x83\x42\xd8\xef\x93\x8f\xe1\x29\x25\x95\xc8\x35\x83\x74\x52\xd2\x13\x7a\x51\x60\xea\x41\x72\x9f\x00\x15\x56\x90\x68\x31\x64\x9a\x74\x32\x25\xc7\xa0\x5c\x1f\x83\xd2\xd7\xef\x83\x0c\xf4\x49\x48\xfe\x2a\xca\xc2\xe7\x40\xc3\xcd\xa1\xd3\x43\x19\x39\x5c\x67\x61\x49\x7e\x09\x35\xfe\x7f\x25\x56\xc2\x0d\xda\xe6\xa5\xf6\x2d\x8c\x63\xe1\x01\x83\x5a\xfe\xc6\x06\x2f\x7d\x38\x38\x22\x6b\x4c\xca\xfc\x75\xbc\xee\x83\xa2\x88\xd6\x05\x7e\xc4\x5f\x5a\xd2\x54\x5e\x58\x09\x61\x88\xc7\x2d\xc1\x6f\x6c\x90\x35\x84\xd1\x6d\x90\x8f\x86\x92\x16\x3c\x9a\x0b\xe7\xe3\xfb\x57\x12\xc8\x36\x62\x23\xf4\x2a\x6f\x7b\x78\xff\x0a\x11\xb9\xe9\x42\xb1\x77\x90\x83\x03\xb0\x10\x85\x8e\x7d\xe2\xfd\x12\xf2\x8e\x07\x10\x1e\xbb\x4b\xd6\x46\x2a\x78\xf1\x2f\x21\x3c\x82\xed\xc0\x6c\x9f\x5f\x42\x32\x24\x30\xb0\x01\x9a\x0c\x6f\xc2\x8a\x02\xd4\x44\x42\x05\xfb\x49\x30\x20\xf0\x0b\x0b\xe5\x26\x2e\x6c\x34\xc4\x31\xee\x0c\xd6\x65\x98\x55\x22\x2f\x18\x70\xa1\xb0\x34\x42\xe9\x8f\xb3\x22\x89\x4e\x99\xc5\x12\x6a\x14\x2d\x76\x0d\x31\xb2\x51\x12\x9d\xd2\xf8\x8d\x4e\xfb\xfd\x07\xff\xf4\xcb\x2f\x7b\x3f\x7d\x7e\xf7\xcb\x2f\x0f\xfa\x6a\xff\x58\x24\x34\x07\x87\x35\x86\xda\x9f\x69\x5a\xd0\x92\x28\x7d\x9a\x61\x50\xca\xec\x47\x1a\x76\xe0\x16\xc7\x4d\x94\x24\xab\x68\x59\x57\x24\x94\x7a\x4c\x92\x67\x9d\x0a\x2c\x3d\xc2\xf7\x12\x19\xf5\x13\xb9\x18\x30\xef\x2b\xee\xb8\x84\xd9\x25\xc9\xeb\x19\x2d\xc7\x99\xf5\xdd\xc8\xac\x44\xaa\x70\x4e\x25\xc8\x69\x99\x67\xb0\xcd\x05\xce\x71\x26\x57\x05\x6c\x54\xf7\x0f\xe8\x45\xad\xf2\x71\x5e\xd4\xb8\x0f\xce\xac\x52\x9b\xd5\x3a\xd3\x14\xf1\xa7\xab\x1b\x9f\xaf\x68\x8c\xa1\xf6\xfd\x25\x6c\x77\x7b\x88\xa8\xc9\x9a\x19\x25\xf3\xf7\x23\x27\x1b\x70\x47\xfe\x76\x44\xa0\x17\xf1\xda\xa4\xba\xa2\xed\xb9\xe4\x3e\xef\xea\x10\x47\xe5\xc6\x77\x70\x61\x56\x7d\x68\x9f\x12\x04\x28\xbe\x3c\xd0\x76\x36\xa1\x36\x5f\x98\x16\x62\x37\xd6\x8e\x41\xca\xf7\x8a\x48\x0f\x10\xb1\x82\x81\xaf\x41\x6b\x01\x9d\x17\xf5\x25\xb9\xbe\x36\x41\xa5\xb8\x37\x65\xed\x03\x61\x0d\xc0\xa3\xc7\x8a\xf0\x84\xc0\xb8\x5d\xc1\x18\x84\x55\x5e\xce\x5c\xcb\x08\x72\xba\xb9\x69\x8a\x1c\x6b\x70\x1b\x03\xdb\xc4\x84\x0d\xb2\x7a\x7b\xcb\x60\x2f\x1f\x68\x1b\x78\xeb\xa0\xcb\x4d\x90\x6e\xd7\x27\x57\x64\x51\xd1\x12\xcc\x6d\xc6\x45\x20\x79\xb2\x10\x69\x74\xbc\x8e\xf9\x81\x74\x29\x14\x16\x45\x7a\xa9\x08\xdf\x3b\x83\x73\x12\xd4\x5f\xbb\x86\x28\xc5\xa2\x52\xad\xd7\x04\x65\x80\x5f\xae\xaf\x1d\x9f\x40\xc1\xd7\x64\x81\xcc\x37\xc8\x8b\x1a\xe2\x53\x58\xff\xf9\x54\x34\xa6\x5b\x20\x5a\x9f\x19\x96\x41\x9c\x54\x05\x58\x06\xce\xd5\x0b\x45\x44\xb2\x4d\x06\xcc\x17\x39\xee\x70\x6a\xf8\x03\xa3\x0b\xde\xba\x99\x07\x10\xea\x18\xc3\x11\xe8\x5a\x44\x0b\x2c\xae\x8e\xc0\x78\xe1\x3d\x93\x37\x61\x34\xa3\x36\x3b\x65\xb2\xe7\x0b\x0d\x4f\x3f\x86\x05\x30\x52\x35\x1d\x15\xd6\xf2\x2c\xc5\x0e\xd6\x0a\xa4\x73\x08\x92\x8a\x27\x89\xc7\x12\x4d\x51\x67\x0c\x29\x1b\xf3\xd3\x2c\x3f\x67\x8b\x50\x43\x28\x38\xa1\xb5\x80\xa0\xcb\x52\x28\xaa\x81\xd4\xab\x54\xb2\x8a\x2f\x41\x36\xac\x4c\x81\x95\x29\x6b\xa1\xb8\x08\x7e\xdf\xef\x93\x1d\x52\x84\x75\x4d\xcb\x0c\x15\x24\x26\x3e\x72\x26\x42\x7e\xff\xfd\x52\x57\xae\xe1\x23\x1c\x7d\x88\x33\x2b\x75\x4a\x06\x70\xf2\x2c\xa2\x3c\xcb\x32\x07\x88\xf2\xa1\x66\x5a\xf7\xa2\x12\xc7\x43\x39\xdf\xe0\x65\x62\x03\x03\x02\x93\x7c\x0a\x00\xb4\xa3\x91\x40\xa8\x91\x3f\x30\x34\x84\xd7\x8e\x43\x99\xe4\x2d\x35\x55\x47\xd1\xa7\x91\x40\xc6\xd6\x0a\x61\xff\xc8\xce\xb5\x09\x5f\xa6\x79\x1a\x43\xf6\x04\xe3\x53\xbf\x4f\xbe\x87\xfc\x50\x15\x29\xa9\x48\xa9\x11\x85\x69\x0a\x5b\x91\xc7\xd0\xa9\x63\xae\x02\x44\xa7\x7c\x2c\x63\xc6\xa8\xca\x30\xaa\x69\x69\x40\x12\x47\x5c\x55\x60\x9f\x82\x64\x97\x4e\x9c\x8a\x92\x46\x09\xb8\x18\x36\xbf\x4d\x2e\xbf\xe4\x65\x03\x5f\x65\x5f\x60\x4e\x95\x82\xbc\x12\x43\x21\xf6\x68\x9c\xa9\xf2\x18\xc2\x40\x4c\xf2\x1c\xda\x93\xd3\x59\x74\x7d\x52\x25\xbf\x53\xfd\xfb\x7e\xf2\x3b\x85\xcd\x38\x3b\x85\x8c\x1a\x65\xdc\xfa\x73\x95\x91\x79\x6c\xe4\x34\xf1\x4d\xe5\xc2\x27\x05\xd9\x84\xc6\xba\x3e\x59\x14\x05\x38\x6d\xb1\xa2\x41\x9d\xff\xc4\x1e\x31\x90\xb6\xab\x4d\x9c\x3f\xde\xa8\xd6\x0d\x0e\x05\xc1\x90\x6d\x01\x4d\x0b\xcb\x4d\x86\xd8\x94\x4f\x06\x5d\x1b\x74\x41\x36\x47\x80\x8f\x3b\x4f\x1f\xce\x5e\x55\xa3\x5b\x9c\x39\xd0\x4c\x10\x6a\xa3\x91\xea\x09\xc6\x64\xa2\x16\x74\x4f\xa1\x95\x4c\xbd\x75\xce\x26\x55\xb3\x96\xba\x24\x3c\x09\xd9\x8a\xe3\xa9\x5b\x90\xbe\x3d\x10\x2b\x62\x9b\xb7\xdf\x27\x5f\x98\xc9\xab\x59\x6f\x40\x08\x19\x5f\x75\xb8\x22\x41\x5b\x3b\x67\xe4\x14\x66\x7c\xa7\x0b\xd6\x26\x18\x04\x95\x84\x24\x92\x75\xf1\x05\x0b\x99\x36\x7c\x9e\x12\x17\xc9\xdf\x58\xc3\xe4\x58\x48\xf7\x63\x48\xf2\xa2\x00\x25\x78\x00\xcb\x94\x5e\x09\x8e\xc6\x30\xfe\x90\xd3\xeb\x98\x75\xf5\x58\x76\x41\xd6\x3b\x60\x5a\x23\x64\xfb\x80\xb3\x3c\xde\x12\xda\xf6\x15\x99\xb3\x0f\x19\x3d\x09\xeb\xe4\x0c\x4d\xb0\xf3\xbc\xac\xa8\x6a\x42\xb5\x5f\x05\x64\x9f\x52\x72\xbc\x47\xb3\x30\xad\x2f\x8f\x49\x38\xc9\xcf\xc4\xf9\x28\x94\x85\xfd\xe0\xe6\xee\xb7\xc6\x49\xc4\x5c\x8e\x9a\xe9\x90\xc4\xf6\xe3\xe0\xc8\xd2\xa8\x18\x50\x51\xef\x15\x71\x40\x73\x03\xb2\x8c\x6e\x34\xe9\x80\x76\x60\xf8\x63\x1a\xb3\x79\xbc\x84\x80\xb1\x8c\x2b\xf8\x84\xb3\x80\x1b\x7e\x94\x65\xb2\xad\x1f\xf2\x92\x54\xe0\x91\xd6\x93\xdc\x48\x1c\xa3\xf0\x14\x6b\x38\xc3\x62\x7f\xe4\x92\xe4\x51\xb4\x28\x09\x84\xa3\x37\x40\x85\x32\x4d\x72\x59\x9b\x5d\xd5\x49\x1b\x12\x03\x3b\x99\x8b\xd8\xbf\xd6\x97\x25\x04\xd8\x26\x03\x7b\xbd\x89\x53\x2a\xac\x31\xc2\xfe\x33\x1b\x75\x1b\xee\x32\x0d\x2c\xef\x18\xbe\x4f\x7c\xd4\xd4\xa1\x87\x0a\x06\x0e\x1e\x07\xd2\x7b\x38\x80\x34\xe2\x6c\xe9\xff\x90\xa7\x31\x79\xd0\x6f\x07\x6b\xee\x18\x12\x57\x72\xab\x12\x33\x2c\xc2\x9c\xcb\xc3\x5b\x6d\xca\x9b\xe9\xbd\xb0\xc6\x12\x7a\x02\x7c\x1c\x64\x73\xe4\xd4\xeb\xf5\x29\x00\x02\x39\xc8\x81\xf5\x3b\x9b\x7d\xe5\x48\x79\x6c\xa6\xe1\xf2\x09\x95\x67\x9c\x49\xa6\xd3\xb2\x4f\x1e\x0e\x06\x5d\xdc\xf4\x87\x34\x78\xd8\xd6\x2b\x86\x47\x53\xa8\x08\x24\x33\x91\xd1\xd2\x9e\xfa\xa4\x2d\xf9\x98\x48\xb6\x84\x53\x0f\x8d\x1c\xe9\x19\xf4\xf9\x74\xe2\x87\x96\xc4\x5c\x61\x76\x89\x05\x36\x37\x8f\xc8\x88\x24\xae\xa6\x18\x67\x37\x67\x3d\xb3\x76\x24\x49\x33\xd9\x74\xbf\x4f\x7e\x94\x5c\x95\x5e\x24\x35\x49\xe6\x73\x1a\x27\x61\x4d\x45\x8a\x44\xbd\x2f\xda\x10\xad\xbc\xdb\x76\x63\xac\x3d\xd8\x76\x00\xe5\xa2\xd2\xdc\x1f\x64\x2a\x2f\xae\x20\x78\x59\x9e\xf5\x04\x93\xc8\x72\x73\xf9\x66\x34\xa2\x55\x15\x96\x49\x7a\x49\xc2\xf8\xd7\x30\xa2\x59\xdd\xd5\x99\x25\xd1\xb2\xec\x25\x15\x6d\x10\x10\x43\x03\x31\x10\xae\x34\x9a\xaf\x05\x32\x11\xb4\xf9\x13\xc6\xd9\x19\x67\x91\x1c\xa7\xe2\x27\x25\x1a\xa8\xb0\x28\x68\x58\x32\x9d\x69\xc2\x79\x0a\x3f\xc9\x8d\xab\x80\x1c\x23\x4f\xfb\x01\xba\x02\x3e\x2d\x15\x1c\x23\xa8\x93\x64\x13\x16\x89\x42\xf0\x62\x02\xdd\x4d\xf1\xb9\xa4\x22\x34\x83\x68\xe7\x90\x58\x33\xc9\x48\xb5\x60\xda\xa7\xab\xd7\xd8\x22\x76\x5a\xf0\xd4\x1f\x84\x32\x68\x27\xa9\xef\xf7\xc9\xfb\x29\x39\xa7\x9d\x33\xca\x8f\xd2\x21\x87\x72\x9d\x84\xa9\x1c\x5b\x41\x1e\xe8\x61\x85\x8a\x21\xdf\xe3\xab\xa9\xd9\xb6\xa8\x22\x5a\x17\xcf\x62\xb3\xae\xb7\xa5\xde\xe1\xc6\x5c\x6f\xcb\xe2\x02\xb3\xb0\x02\x5d\x86\x19\x38\x87\x61\xef\xf7\x23\x7e\xb2\x03\xa2\xcd\x87\x71\xdd\x11\x88\x35\x0e\xf4\xfa\x7d\xf2\xa7\x1c\xd2\x80\x63\x9e\xb8\x42\xdb\x03\x82\x00\xe2\x59\xc6\x26\x07\x13\x93\x52\x72\x16\x96\x49\xbe\xa8\xc8\x69\x92\xc5\x20\xc3\x51\xa8\x57\x2d\x27\x84\xb7\x32\x13\x4c\x14\x7e\x00\xa7\xcd\x04\xd8\xf2\x8f\x79\x06\x32\x0d\xf2\xb0\x09\x46\x23\x67\xa8\x85\xd7\xdc\x8d\xcf\xdc\xc2\x0e\x45\x11\xb5\x18\x5e\x89\x6d\x10\x93\x33\xc9\x02\x6d\x4c\x88\x17\x50\x05\x97\x30\x23\xc6\x2b\x14\x2d\x20\xc3\x70\x61\x46\xdc\x4c\x52\x56\x75\x72\x4a\xf5\xb5\x15\xa6\x03\x09\x87\x88\xb2\x7f\x6c\x72\x75\x75\xcd\x2e\x8b\x64\x0c\xd9\xf4\x57\x28\xcd\x06\xad\xa5\xd8\x8d\xfb\x35\x4d\x2b\xba\xac\x97\xe6\x92\x5b\x1d\xf6\xcd\x52\xb9\x80\x36\x94\x8f\x2e\x67\x23\x9c\x81\x57\x64\x70\x31\x9d\x36\x21\x6d\xf3\xe9\x7b\x3d\x22\x8f\x9f\x4b\xba\x7a\x35\x22\x4f\x9e\xc9\xd9\x7b\x3d\x22\x2f\x9e\xe9\xdf\xb6\x1e\x3e\x24\xdb\x98\x37\x0f\x97\xfb\x83\x3e\xd3\x4e\x78\xd9\xa7\x4f\xf4\xb2\x2f\x06\x64\x9b\x6c\xb1\xa2\x60\x33\x61\x51\x6b\x79\x39\x66\x76\x48\x3c\x0f\x8e\x4c\x0c\x8f\x63\x94\x8a\xb0\xad\x17\xcd\x2c\xc3\xa9\xd9\x4a\x34\x93\x05\x35\x7b\xcd\x81\xb9\x8d\x8e\x33\x17\x3b\xe4\xd2\xe5\xbe\x28\x66\x4b\x1b\x1b\x8a\xf1\x5d\x5f\x6b\x6c\xa4\xc1\x47\x84\x6f\x1d\xc3\xcb\x6e\xb4\x6d\xed\xe3\xaa\x12\x6c\xe7\x08\x7c\x82\xd8\xd8\x5e\x5f\x13\x8f\x2f\xaa\xe6\xc7\x8d\x0d\xe2\x59\xd2\x83\x71\xdb\xae\xbd\xeb\x29\x7e\xb0\xac\x04\xd4\xce\x1c\x80\xa2\x19\x5a\x58\xd4\x6d\x44\x88\x1f\x8b\xdf\xdb\xf2\xcb\x41\xba\x1a\x0b\x66\xe3\x64\x4f\xc4\xed\x6a\x92\x95\xb7\x5e\xc9\xd3\x91\x60\x9c\xbc\xab\x83\x23\x9c\x9f\x8d\x0d\x03\x4d\xb7\x1e\x0c\x0a\x30\x6e\xeb\x79\xbd\x2d\x54\xda\xbf\xbf\x14\x93\xba\x69\x8d\xf5\x36\x71\x28\xf6\x8c\xcc\xba\x42\xa4\xa3\x28\xb4\xd5\x71\x93\xdf\x71\x74\x2d\xb6\xd6\xae\xaa\xbb\xda\xec\x11\x43\xcc\x0d\x0c\x01\x6e\x9b\x8a\x5c\x0e\x39\x4e\x63\x65\x13\xcf\x06\x9c\x6a\x39\x3a\xcd\x26\x10\x88\xf8\x4d\x36\x6f\xb3\x1d\x9c\xfd\xbe\x43\x0f\x37\xc9\x0a\x48\x19\x63\xb8\x74\x0c\x2c\x7a\xf9\xfb\x52\x43\x0b\xf2\x9b\xcd\xc5\xe4\x19\x2b\x09\x73\x48\xf7\xb6\x78\xd3\x7f\x0a\x0b\xc6\x3f\xda\x69\x4b\xf8\x7d\x5b\xf6\xf1\x43\xe5\x75\xa9\xf7\x88\xd9\x09\x68\x9f\xba\x90\x13\x78\xbb\xa7\xc2\x44\x89\x6f\x11\xe8\xe8\xc8\x1c\xa8\xd0\x14\xdf\xcf\x91\x5b\x91\xbc\xac\xed\xb8\x23\x0f\x09\x0e\x71\x2b\xc6\x98\xdd\x23\x9f\x3b\x80\xb9\xf6\x1d\x73\x50\x0c\x25\x7c\xa7\xb2\x56\xe7\xe8\xb7\xc0\x26\x4e\xdf\x42\xdb\xb6\x37\x18\x1b\xda\x5c\x91\x57\xdd\x2e\x19\x92\x2d\x97\xc0\x48\xc8\x6b\xb2\xc5\x16\x30\x62\x7f\x98\xe0\x89\xf5\x08\xda\x72\xda\x5f\x46\x31\x52\xe7\x16\xd0\x36\x5d\x42\x54\x44\x9e\x6d\x7a\xc9\xbb\xcb\x34\x40\xdf\x38\xf9\x27\x27\x1b\xac\x6b\x38\x2d\xa8\x4c\x93\x9a\xcf\xe7\x34\x39\xb1\xcf\x35\xe0\x7a\x90\x38\x21\x96\x5b\xe7\x70\x57\xc8\x8b\xa0\x46\xe5\xca\xe3\x6c\x5c\x27\x12\x05\x7d\xbb\xef\xe2\xca\xc4\x6e\x76\x00\x17\x22\x86\xe8\xc8\x60\x16\x62\xd6\x44\x99\xc4\x14\xf7\x4e\xac\x8f\x51\x9a\x57\x74\x37\xfb\x3e\x5d\x94\xce\xca\xf3\xf0\xe2\x33\xcd\x62\x66\xb5\xa1\x2f\x49\x35\x94\x57\xd2\xd5\x4f\x4c\xa7\xe1\x22\xad\xff\x1d\xdc\x0d\x72\x23\x01\x95\xdf\xa4\x61\x55\x0d\x09\x66\x5b\x1f\xaf\xf3\x00\x39\x5a\x7f\x26\xf9\x19\x7d\x03\xa7\x7d\x43\x14\x95\x56\x81\x24\x02\x0c\x1c\x0d\x84\x71\x7c\x90\x4b\x14\x0f\xb5\x1d\xa8\x9b\xc6\xb0\x59\xe8\x7a\xa1\x4f\x26\x80\x52\x08\xc2\x71\xd9\x10\xdd\x52\x96\xe3\x77\x4b\x29\x73\x30\x64\xd9\x88\xfd\xf3\x6b\x9e\xe0\x17\x2f\xf4\x22\xc6\xd0\xbc\xa8\x6b\xfb\xf4\x9b\x7d\xd5\x1a\x0b\xa2\x3c\x8b\xc2\xda\x9b\xe8\x87\xa1\xba\x93\xaf\x71\xb2\xa6\x35\x05\x10\xcc\x63\xfc\x90\x6c\x93\x09\xd9\x26\x21\xb8\x79\x12\x70\xe3\x9c\x90\x21\x09\xc9\x90\x4c\xc4\xc1\x95\x84\xc5\xbb\x84\x77\x40\x38\xbd\x1a\xae\x95\xfc\x7a\x08\xfa\x1e\x4e\x93\x93\x40\xef\x04\x3f\x6e\xd0\xcf\xdd\x78\x29\x18\x50\xad\x37\x1c\x0c\x1e\x2b\x5c\xd9\xa2\x89\x11\xaa\xb1\x57\xdf\x96\x7f\x3f\x02\x7f\x8e\x38\x8f\x16\x73\x06\x0d\xbd\x74\xdf\xa5\x94\x3d\x79\xe3\xf5\x38\x39\x53\xbe\xc6\xf6\xfc\x06\x70\x26\xf6\x21\xa9\x6a\xd6\x07\x6f\xbc\x1e\xcd\x7b\xaa\xcd\xf7\x51\x9e\xb5\xd4\x9d\xea\xe7\x08\x70\x19\xa3\x45\x67\x74\xb4\x12\x04\x81\x55\x37\xa8\x8a\x34\xa9\xbd\xfe\x78\x5c\x6d\xf6\x4f\xba\xe0\xac\x1a\xa5\x15\xae\xac\x06\x4a\x3d\x98\xbf\x28\xad\x1a\x27\x2a\xb2\xc1\x8a\xd6\x3b\x75\x5d\x26\x93\x45\x4d\xbd\xf1\x7a\x58\x26\x61\x6f\x96\xc4\x31\xcd\xc6\xeb\x3e\x19\xaf\xb3\x45\xe7\xee\x99\xc8\xb9\x1e\x19\x4e\x61\x40\x73\x16\xe5\x0a\x31\x34\x24\x0f\x07\x0e\x12\x6d\x9b\xdd\xc6\xcc\xfa\xe4\x97\xca\xe5\xaf\x26\x26\x18\xce\xd8\xdf\x81\xc0\x6c\x9d\xe4\xaa\x08\x1d\x33\x25\x6a\xe2\xf8\xf3\xab\xff\xd6\x80\xc2\x35\x68\xe9\x71\xa5\xb7\xab\x5c\xba\x75\x4f\x39\xc8\xb1\xef\xb0\x6e\xa5\x90\xfe\x15\xdd\xb7\x7f\x25\xaf\xb0\x4f\xad\x47\x83\xa2\x1d\x70\x82\xe0\xbe\x74\x87\xbf\x6e\x6e\x1e\xf9\x28\xc3\xd5\x8b\x16\x02\x84\x8a\xaf\x21\xe7\xbf\x9b\xf6\x64\xff\xe1\x6a\x5f\xfc\x66\x96\xa4\xb1\x67\x8d\xe1\x01\xbd\x80\xa0\x8f\x1e\xfa\x9a\xe3\xe2\xcd\xa7\x53\xf4\x09\xea\x3a\x49\x0c\x7c\xca\x0b\x08\xc2\xb1\x4a\x13\x8d\x69\x72\xc1\x64\x9f\xee\x8c\xa7\x72\x7e\x69\x05\xb9\x64\xea\xf1\x78\x30\x66\x90\x1b\x04\x40\x30\x0b\xf6\x2d\xda\x85\x98\x09\x56\xd2\xf4\xd6\x77\xcc\xc8\x1f\x99\x8d\x66\x07\xf9\x3a\x15\x40\x75\x93\x51\x5b\xa7\x6a\x8d\x3e\xe1\x6b\xd4\x94\xa0\xb7\xb3\x59\xd8\x2c\xd0\xd8\x55\x4c\xeb\x30\x49\x57\xde\x70\x17\xe4\x82\xd5\xbe\x69\x15\xcb\xaa\xcb\xe6\xf2\x2d\x14\x6a\x4c\xa3\xaa\x5b\xd3\x8b\xfa\x8d\x26\xb7\xac\x0e\xb9\x47\x57\x56\xbf\x75\x78\x9f\x8b\xe1\xb5\x5c\x43\x04\x17\xac\xf2\x92\x99\x22\x4a\xba\xcb\x2b\xb9\x3d\x32\x91\x0f\xc8\xf9\x43\x2c\x81\x73\x63\x7b\x34\x81\xe3\xd4\x0e\x64\xa2\x44\xa7\x2a\x1a\x7b\x75\x5e\x87\xa9\xcf\x7d\x09\x69\x0c\xf9\x34\x0d\xdf\x1a\x28\x40\x5e\x8d\xe0\x43\x43\x3f\x15\x0e\x5f\x03\xe1\x46\xc7\x0a\xdf\x68\xf2\x5b\x00\x66\x10\x38\xac\xd7\xaf\xc9\x56\xb7\x61\xd9\xe0\x8a\x81\x3d\x69\x48\x45\xaa\x6a\xf6\xa1\x69\x87\x13\x1a\x6f\x9b\xd5\x7c\xc0\xca\x20\x0e\xb0\xa2\x36\xc9\x56\x17\x5f\xda\x57\xe1\x9c\x6d\x71\xcc\x7a\x72\x1c\xba\x66\xab\x56\x8b\xa2\xb4\xd5\x94\x3e\x06\x3d\x85\x96\xe9\x8a\xad\x39\x63\xe1\x1d\x7b\x97\x23\x0d\x3a\x57\x55\x32\x5e\x40\xd3\xa3\x86\x95\x20\x23\x70\xf7\x6a\x38\x60\xcb\x6a\xe2\x16\x31\x3c\xd8\xc5\x92\x6c\xca\x44\x85\xb5\xe8\x70\x8f\x22\x0d\x23\xfa\x1e\xbf\x37\x94\xab\x30\x16\x9a\x3b\xfa\x73\xd3\xb0\x5a\x94\x50\xda\xb3\x15\xd4\xf3\x32\xa9\xe9\x90\x78\xcc\xcc\x93\x15\x04\xc1\x42\x0d\xc7\x4d\xd5\x53\x7a\x89\x56\xb8\xb6\x6e\xac\xb3\x95\x68\x9f\xdf\x91\x56\xae\x6c\xc1\x94\xf5\xd1\xd3\x86\xac\x71\x66\x2f\xaf\x9e\x48\xca\x02\xf1\x0c\xb0\x82\xbc\xa0\x99\xdd\x8a\x30\xe4\xf4\x56\x98\x19\xe7\xd9\xc6\x5e\xd7\x1e\x40\x43\x0d\x96\x2e\x7d\x96\x5a\xdc\x52\x09\xa8\x44\xaa\xc7\xda\x4b\xbb\x3c\x77\x8a\x75\x2e\x6b\x71\xc1\x48\x6c\xfb\xa8\xf5\xcd\xe1\x36\x0d\xba\x06\x3e\x31\xe8\x16\xab\x2b\xc7\xa2\x52\x93\xd7\xd6\x48\xe9\x3d\xfd\xae\x96\xc1\x6f\x65\xd5\xc6\x8d\xc8\xf1\xfa\x3c\x5f\x54\x34\xce\xcf\x41\xfd\xf4\xa8\x7d\x73\x83\xe8\x0a\x14\xa2\x4c\x83\x3a\x2c\x4f\x68\xcd\x35\xc3\x97\xf0\x7a\x63\x03\x7e\x09\xe7\x9f\x38\x9f\xbf\x24\xa2\x87\x73\x7e\x51\x83\x89\xcf\xd6\xcd\x67\x56\x4c\x24\x0c\x40\xf7\xcb\x0f\xef\xf1\x06\xa6\x27\xee\x34\xf4\x7b\xde\x78\x1c\x6f\x76\xef\xf7\x03\x7a\x41\x23\xa8\x92\xc4\xdd\x2e\x2b\xb4\x89\x3a\xd9\xd6\x11\x79\x45\xcc\xd9\x69\x3d\xfc\x59\xe6\x81\x5a\x1d\x4a\x80\x47\x2e\x05\x86\xfd\xd0\xa0\x28\x29\x1b\xcd\xb7\x68\xe8\x36\x1c\xb4\xc4\x0f\xb2\x37\xc7\xc7\xf6\xc3\x95\x9b\xc6\xcc\xa7\x18\xe1\x4b\x4d\xa5\xa6\xaa\xa0\xbf\x15\x10\x10\x9b\xd9\xef\xf3\x0b\x4f\xae\x46\xbe\x00\x93\xd8\xd7\xc8\xba\xeb\x04\xef\x22\x8f\x2a\x2a\xf3\x34\x05\xda\x70\x91\x86\x74\x1c\x62\xec\xce\xa1\x7a\x48\x66\x1a\x94\xf4\xb7\x05\xad\xea\x8f\xc8\xcf\x3c\x93\x11\x1a\xfb\xea\xd6\x0e\xde\x3c\x5f\x64\x35\x5c\x5f\x86\x3a\x8b\x22\x0e\x6b\xba\x4f\x53\xaf\x2b\x2f\x2b\xe3\x3b\x0f\x7f\x35\x1c\x9b\xf0\xb5\xc1\xc7\x2c\x46\x0e\xc7\x3c\xaa\x58\x59\xef\x2f\x29\xeb\xba\xfd\xab\x23\x65\x20\x2f\xb8\x31\x5e\xc0\x36\xf1\x6a\x1b\xb7\x3b\x8e\x99\x31\x06\x80\x82\x2d\xfb\x25\x3f\x57\x90\x97\x0d\x06\x5b\x03\xe8\x63\xe3\xe4\xdd\xa0\x55\x17\x34\x0b\x94\xee\xa1\x51\x16\x3a\x8e\x83\x47\xb6\x5e\xe4\xf5\x48\x2f\xa3\xdd\x66\x30\x3a\xbd\x9c\xe5\xd2\x2c\xb0\xf9\xae\xd1\x88\xdf\xec\x9f\x5b\x9c\xdc\xc2\x9d\xcd\x35\x51\xd2\x79\x7e\xd6\xe2\x7c\x79\xe7\x35\xa9\xba\xb0\xca\xc2\xfc\xa3\x8b\x73\x95\x05\xfa\x8d\x8b\x94\xd8\x3c\xea\xc6\x41\xdb\x92\x24\x61\x7a\x70\xa4\x4d\xd2\xe9\x3a\x8d\x1a\x85\xaf\xab\x47\xf2\x6b\xdb\xd4\x90\xe5\x2a\x18\x71\x1f\x63\x5f\xe9\xfe\xdf\x37\xa0\x54\xa8\xd9\x3a\x34\xb0\xb6\xad\x7e\xac\x0e\xad\xdd\xb4\xdd\xdd\x23\xf2\x74\xd7\x3d\x0f\x4e\x19\x01\x9b\x68\xd9\x34\xff\x2c\x8e\x25\xf8\x1d\x05\xec\xd8\x68\x44\x3a\x78\x45\xa1\x43\xb6\x6d\x45\x42\x9a\xab\x38\x8e\x43\xa8\xa3\x5b\x93\x6d\xb8\x61\x5b\xab\x62\xc8\xaa\x75\xea\x19\xcd\x3a\x24\xc9\x34\x5c\xdd\x62\x5e\x7e\x0e\x58\x15\xb8\xa5\xd9\x42\xb6\x44\xbb\xc8\x29\xa3\x30\xdc\xc6\xb9\x44\xfc\x0f\xf0\x10\x81\xd5\xb5\xc4\x91\x03\x0f\x60\xe2\x98\x51\xf6\x5e\x98\x51\x68\xca\x45\x4a\x37\xdd\x20\x02\xaf\x59\xc0\x55\x0f\xfd\xe5\x59\x58\xf9\x84\xfa\x4c\x23\xd3\x82\x37\x65\xd3\xdc\xb1\xab\x62\x91\x5f\xdb\x79\x4b\x03\x45\x6d\x7c\x6f\x3d\x57\xe1\xbf\xf4\xea\xdc\xe2\x6d\xc8\x07\xd4\xd3\xf4\x25\xb3\xba\x56\xba\x4c\x21\x25\xe6\xfe\x28\x8c\x85\x55\x55\xe7\x98\x02\x3d\xa7\xe2\x6a\x6c\xcc\xcc\x1b\x65\xbe\x5d\x5c\xea\xbc\x49\x99\xa7\xd6\x08\x61\x74\x79\x8b\x91\x48\xb5\x38\x2f\xa4\x14\x00\x4e\x0d\x6e\xb4\x80\x2b\x9e\x18\x5a\xd2\xf1\x25\xab\xf0\x92\xd7\xca\x8b\x3a\xc8\xe8\x45\xbd\x9f\x4c\x52\x08\x80\x98\x6c\x6e\x3a\x99\x62\x02\xf7\xf3\x5c\x08\xea\xa5\xd6\x18\xbc\x59\x58\x35\xb6\x98\x45\x4d\x46\x8d\x6d\x0b\x8e\xd5\x75\x6d\x4f\xab\xba\xcb\x37\xa8\xd9\x0f\x8e\x14\xeb\xe0\x5d\xd4\x5d\xb2\x64\x15\xa0\xbe\x71\x7b\xaf\xda\xfb\x84\x72\x62\x59\xe5\x95\x4e\x29\x71\xbf\xc5\x66\x8d\x28\x83\xdf\x67\x75\xfe\x73\x42\xcf\x3d\x49\x05\xcc\x28\x74\x5d\xf4\xaf\x68\x6d\xe9\xb7\xba\x85\xdf\x24\xbc\x54\x57\x30\x20\x84\x8e\x08\xda\xe8\x8d\xd7\x0f\x8d\x8e\x1c\x99\x3d\x01\x7a\x60\x00\xae\xaf\xc9\x5a\x9b\x0e\xd0\xee\x85\xcf\x3a\xf1\x19\xdd\xbc\x65\xfb\x27\xb4\xfe\x9e\x69\x65\x49\x76\xf2\x26\x4d\x68\x06\x05\x3c\x7b\x2f\x00\xd9\x94\xaa\x09\xc2\x7a\xb5\xaa\x15\x4d\x79\xcd\x8a\xa6\x2b\xd4\xe1\x7b\x60\xec\x7d\x50\xe7\x05\x79\xad\xdc\x2e\x93\x2c\xa3\xe5\x9f\x29\x86\x89\x15\x9d\x09\x26\x10\x7a\xb7\x4b\x7a\x64\x6b\xc0\x06\x46\x54\xc6\xf7\xe4\x95\x8a\x73\x35\xd0\x6a\xd5\x79\xd1\x25\x9b\x64\xab\xc5\x23\xc6\x31\x7a\x0c\x99\x91\x01\x4c\x22\xa6\xe1\xeb\x13\x0d\x4b\xd2\x93\x23\x17\xcc\xe0\x4d\xb7\x0b\x21\xb1\x14\x12\x0d\x57\xf8\x69\x6d\xa8\xf5\x35\xbd\xa8\x65\x38\x4a\xc6\x30\xe4\x43\xf0\xf9\xe0\x83\x3d\xd6\x45\x18\x51\x9e\x5a\x43\x36\x92\x42\x84\x5d\xf8\x24\x72\x6c\x00\x8a\x5f\x92\x18\xae\xc2\xcb\x82\x70\x5f\xc2\x9a\x09\xc0\x67\x63\x43\x83\xfc\x4a\x9f\x0f\xde\xb7\x73\x06\x4a\x6f\xc3\x5e\xbb\xbc\x5b\xb6\x13\x97\x74\x08\x5b\x33\xda\x41\x34\x6f\x6b\x88\x61\xd3\xd2\x8e\xe5\x1c\x2c\x37\x23\x61\x7e\xa0\xcc\x8d\xdb\xa8\x93\x5b\x6c\xed\x96\x9d\xd3\xcc\x81\xf5\x50\xd5\x97\x29\x0d\x90\x4c\x18\x10\xb2\x0d\x21\x2d\xd8\x8b\x21\xe9\x6d\xd1\xa7\x18\xf8\xa7\xb8\x68\xec\x9c\x83\x9b\x6e\xde\x74\x31\x31\xe1\xab\x83\xcd\x3a\x3f\x39\x49\x69\xe3\x04\x35\x9b\xe6\x3d\xd6\x3b\xc6\xd5\x59\xcb\xec\xef\xa5\xaa\xf4\x6a\x20\xf1\x1e\xcd\xba\x4f\xd6\xda\x80\xb6\xea\x2a\x2d\x3b\x18\xcc\x42\x42\xe3\x48\xef\x31\xfa\x85\x40\xae\x8d\x56\x6d\x65\x91\x9a\x1c\x71\x91\x06\x09\xb8\xe1\xc6\xe6\x4b\x4b\xe8\x95\x79\x4a\x51\xd6\x31\x6a\x9f\xe4\x17\x0d\x28\x2e\x29\x49\x2f\x8a\x30\x8b\xdb\xa5\x64\x4b\xb5\x14\x4f\x39\x9b\xc6\x6b\x31\x2b\xc3\x8a\x15\x53\x5b\x54\x95\xa5\x4b\x1a\x6e\xe7\xba\x82\x91\x90\x57\x44\x98\xda\x2f\x9d\x2a\x85\x6d\xf2\xf0\xcd\x3c\x6e\xf9\xa0\xd1\x93\xd8\x86\x0e\x8e\x79\xca\x5a\x5b\xa4\xab\x9d\x2b\xa6\x89\x43\xff\x4d\x13\x31\x0f\x40\xe3\x78\x6a\x6e\xfb\x80\xa6\x49\xfb\xbc\x20\x86\x8e\x63\x65\x5a\x13\x38\x9d\x6f\x6c\xf9\xde\x62\xfa\x44\xa9\xcb\x53\x2a\x4d\x0c\xdd\x36\x4a\x6d\x8f\x27\x39\x01\x3c\x06\x09\x0f\xa0\x6b\x6e\x50\xb7\x5f\x12\x02\xfb\x47\x05\x98\x51\x73\xd1\x30\x2c\x1a\x51\xa3\x74\xe4\xc1\x72\x71\xab\x3f\x69\x62\x4c\x93\xcb\xc6\x69\x57\x76\xb4\xf0\x06\x66\x95\x45\xba\xdc\x3b\x83\xbd\x7f\x2f\xc3\x84\x1d\xe4\x45\x53\x31\x11\xd4\xd9\xdc\xae\xfd\x23\x4d\x61\x60\x7d\xb3\x35\xce\xcf\x17\xa9\xe1\x58\xd6\xef\x93\x2f\x94\x84\x69\x9a\x47\x2a\x26\xb1\x1e\x96\x03\x23\x22\x43\x04\x31\x52\x27\x73\x6a\xc5\xe5\xc5\x4b\xdc\x3c\xcd\x4c\x9d\x33\x4a\x88\x28\x29\x69\x5c\x86\xe7\x49\x76\xd2\x2f\xa9\x90\x12\x49\x76\x22\xee\x2d\x71\xbb\xa8\x19\x2c\x4d\x1d\x57\x79\x8e\x53\x29\x11\x5c\x89\x11\x04\xec\xf3\x30\x5c\x1b\x07\x5d\xcd\x53\x2d\xeb\x7c\xd2\xd2\x54\x99\xb9\x15\x26\x19\x2d\x7d\x42\x71\xb9\x1a\x9e\x44\xb8\x65\xcf\x83\x98\x41\xb9\x5b\xd4\x31\xae\xbe\x4d\xc9\x48\xc0\xbb\xa5\x02\xd7\xdd\xa6\x20\xf3\x5e\xf1\x06\x41\xd5\x32\xb8\x3c\x6f\x1c\xb1\x3f\xc8\x0b\xd2\x1b\x69\x65\xf1\x50\x71\xaa\x29\x47\x52\x4d\x80\xf7\x5c\xaf\x7b\x2d\xaa\x70\xfd\x6f\x79\x0b\x9b\x23\xa2\x57\xee\x99\x95\xb5\x70\x02\x3f\xf1\x18\xd9\x45\x12\x9d\x92\x10\xa2\xc6\xd1\xb2\xa4\x31\xa7\x69\x7e\xc9\xf4\x3c\x97\x21\xef\xe4\x35\xe3\x2a\x9c\x63\x24\x01\xf4\x64\xc1\x3b\xa8\x3c\xfc\x0c\x8f\xea\x60\x4c\x5d\x5e\x52\xcf\x0a\x8e\x21\xc8\x82\x07\x89\x98\xe4\x79\x05\xbe\xfa\x83\x2e\x79\x40\xb6\x06\x03\xb2\x29\xbf\x61\x50\x8b\x6d\xa6\xf3\x72\xb7\x5a\xf1\x05\x0c\xfe\x6d\xf2\x84\xbf\x57\xe3\x22\x0a\xc0\x25\x82\x6d\xb2\x05\x05\x6c\x8a\xca\xcb\x9a\x6f\xa0\x7a\xe0\x24\x49\x39\xfd\xb5\x84\xfb\x3b\xe4\x2e\xb4\xc2\x43\x47\xb2\xcf\x10\x82\x40\x03\x84\xae\xc9\x27\x42\x66\xf7\xe1\x9e\x87\xe7\xde\x2d\x0c\x03\x11\x12\x23\x49\x6b\xb8\xf3\x3e\x12\xfb\x40\x2d\x7c\xf7\x84\xd6\x1f\xf9\x91\x92\xac\x2c\xde\x39\x58\xac\x6e\xe7\x83\x13\xde\x54\x55\x73\xc5\x93\xb4\x9b\x13\xc7\x57\x87\x5b\xf4\x05\xd3\xf1\xdd\x6e\x43\xa2\x3b\x02\x91\x25\x5b\x57\x12\x21\xc0\x45\x54\x10\xe4\x71\xcb\xe5\x25\xf4\x7c\x02\xd7\xaf\x86\x24\x14\x3f\x82\x23\x63\x29\x7a\x4e\xe4\xde\x2d\x8a\xa7\x50\x08\x24\xe7\x7e\xd9\x37\x59\xf9\x72\xa0\xe0\x4a\x1f\x6b\x53\x8f\x86\xe1\x59\xa1\x75\x42\x1e\xff\x24\x84\x30\x2a\xbe\x11\xed\xcc\x39\x52\x4b\xa6\xae\x7d\x2a\x8c\x58\x6a\xb4\xc4\xd8\x6a\x62\x5d\x88\x00\x92\xb7\xdc\x2c\x33\x16\xe7\x1a\xee\x21\xad\x32\x43\x87\x83\x23\xc6\x86\xf4\xea\x2d\x93\x45\xfe\xe8\x84\x91\xe5\x27\x91\x6a\x21\x2b\xef\xf8\x23\xbc\xc2\x68\xee\x89\x19\xfb\x61\x2a\x9a\x28\x3a\xd8\x44\xf3\x62\x97\xd3\xa7\x6d\x2d\xad\x01\x28\x7e\x9d\x09\xc7\x95\x8d\x54\x5e\xd4\x8d\x78\x3e\xb2\x14\xba\xff\x38\x8a\xf1\x0f\x76\x44\x27\x0f\x6a\x89\x0b\x51\x22\x3a\x9a\x55\xd7\xfe\x6c\xd4\x71\x94\xed\x36\x9a\x81\x1a\xc8\x6c\x9b\x55\xe0\x7d\x33\x4c\x2c\xa3\x45\x98\xb7\xbc\x30\x4c\x25\x25\xc7\x04\xf3\x0f\x74\x67\xb0\xd7\x5c\x28\xb0\x26\x9b\x11\xa6\xc0\x09\x9f\x03\xd7\xc3\xd8\xd9\x5b\x73\x7c\x16\x4d\xe0\xa6\xb5\x6b\x3b\xe7\x3b\x5c\x6d\xde\x26\x61\x9a\x9f\xb8\x3c\x6d\xa4\x11\x17\xd6\x75\x59\xf9\x42\x03\xf2\x41\xa5\xe2\x49\x4b\x9c\x9b\x9a\x9a\x1a\x5d\x29\x93\xc4\xde\xf6\x05\xa8\x8c\x8d\xb3\xdf\xf6\x47\xb1\x0b\x3d\x12\xad\x36\x0a\x68\xf9\xc8\xe4\xdf\x0d\x77\x1f\x71\x84\xa9\x76\x5f\xcd\xf1\xa9\x68\x2d\x0f\x29\xd5\x51\x64\x12\xbb\xee\x1b\x28\x60\x23\x0b\x3a\x6e\x45\x99\x87\xa5\xa6\x62\x4c\xb6\x2d\xb7\x1d\x02\x97\x17\x4d\x5d\x10\x67\xc2\xd3\xab\xb3\xa5\x7f\x0a\xbb\x9f\x95\xc7\x4c\x69\x39\xdc\xbe\x31\x4c\xbe\x35\x26\x5a\x41\xab\xbf\x75\x58\x27\x11\x99\x2c\x98\x41\x61\x48\x7d\x34\xd5\x19\x49\xa1\x1f\x4c\xd3\x09\x4d\xce\x67\xbb\xe6\x60\x6f\x60\x2e\xb5\x0e\xda\xf7\xdf\xb4\x69\xb3\x83\x42\x00\xcd\x8b\xe5\xdd\xba\xa3\xae\x03\xf9\x19\xd3\xeb\x62\x0d\x61\x1d\x1b\xd5\x8f\x9a\xcb\x47\xfc\x98\x77\xc3\xd1\x36\x37\x3b\xe5\x8a\x1f\x4d\x0c\xf9\xc1\x6c\x71\x23\x40\xe8\xc8\xc4\xad\x55\x0c\x69\xc3\xd0\x76\x4b\x79\x52\xd2\xf0\x74\xb9\x1c\x6f\x5e\xd5\x71\x52\xdd\xed\x04\x67\x61\x59\xe4\xd5\x90\xab\x7d\x41\x49\xe3\x45\x44\x35\x47\xcc\x89\xae\xf9\x91\x6d\xb5\xbf\xc7\x4a\xf0\xa0\x7b\x43\x26\xd9\xb6\xe8\x73\xdb\xc9\x0d\x77\x21\x86\x0e\xf3\x4a\xbd\xc1\x03\x42\xd7\xd5\x18\x88\xa9\x3c\x0d\xb4\x6b\x32\x5a\xa9\x1b\x2e\xfa\xb6\xb9\x78\x90\x3c\x64\x48\xde\x32\x1d\x25\xcb\xcf\xbd\x6e\xeb\xe2\x81\xeb\x03\x68\x35\xba\xf8\xc3\x0a\x8b\x59\xf1\x3d\xff\xd6\x18\x90\xfa\xfa\x86\x18\x7d\x30\xe0\xbc\xfd\x60\x1e\x16\x7b\x79\xe5\xe9\x85\x20\x01\x04\xb9\xe9\x36\x99\x81\xc1\xad\xcc\x80\xf6\xb6\x34\x40\x6f\x13\x87\x30\x10\x0b\x9d\x11\x45\x5e\x50\x47\x20\x33\x2c\xc1\x18\x3a\xfc\xd1\xf0\xa9\x6c\x6c\xde\xf1\xb1\x01\x77\x15\xcd\x4f\xc5\x64\x55\xe0\xd2\xe3\xdd\x3e\xde\x80\xb8\x97\xe5\x19\x1e\xe3\xce\x7b\x61\x84\x5b\x53\x9a\x2b\x2b\xfc\x59\x86\x59\x9c\xcf\x3d\x66\x67\x3d\xa4\x4f\xbb\x41\x9d\x63\x22\x2f\xef\xd1\xd3\xae\x4f\xf4\x28\xf4\xa6\x83\x52\xdd\xcc\xc9\x71\xc5\xd3\x09\x41\x34\xa3\x12\xf9\xa6\xf0\x2b\x5d\xc1\x1d\x52\xed\x3d\x09\xa7\xc6\x40\x5c\x44\x6b\x28\x27\x08\x53\xa4\x80\x7a\x1b\xd6\xe1\x4e\xed\x8d\xd7\x4d\xaf\x41\x5f\x0b\x0f\xcc\x7d\x9e\x79\x64\x40\xbb\x59\x39\x57\xbc\x7d\x28\x2c\xa2\x13\x37\x0e\xf5\x59\x0d\x9e\xa5\x5c\x9f\xea\x60\x9a\x64\xb1\x07\xd7\x69\x54\x68\xe3\x91\x8c\x2e\x6d\x77\x81\xfd\xb0\x39\xdb\x81\xca\x46\xc4\x42\xdf\x00\x5b\xe5\x73\x2a\xbc\xb5\x71\x80\xc5\x3d\xf8\xf7\x19\x47\xfc\x41\x5f\xde\xe4\xdf\xa3\xb0\x47\xa1\x5d\xd1\xd7\x4b\xb9\x1d\xd0\xa1\x33\x81\x9c\x58\x2e\xf1\x5c\x7e\x6c\x44\x18\xaa\x88\x9a\xba\x16\xab\x23\xcc\xdf\x6e\x6c\x08\x7e\x88\xb1\xeb\x19\xb3\x4b\xf8\x15\x37\xb3\xc6\x61\x72\x64\xab\x7d\x72\x46\xb4\x62\x2f\x6d\x09\x8c\x51\x51\x4b\x15\xe4\x95\xa9\x1e\x8e\x51\xd3\x99\xef\xc6\x06\xab\x21\xf8\x46\x9d\x2f\xa2\x19\xad\x30\xa4\xac\x69\x89\x35\x26\x6c\xad\x0a\xe7\x14\xe1\x28\x41\xaf\xa1\xc7\xa6\xc0\x66\x78\x81\x53\xb5\xe0\x0c\xc0\x57\x4b\x9e\x0f\xb9\xad\x10\x29\x96\x80\x68\xc7\x79\x84\xc9\x35\x63\xae\x41\xc1\x47\xa0\x56\xd5\xa9\xae\x5e\xb1\xa9\x82\xf0\x0b\xf2\xfa\xcc\xd8\xc4\x65\x11\x52\x57\xab\xd0\x32\xac\xad\xd3\xc7\xab\x69\x17\x0e\x4c\x49\xd8\x58\x01\x61\x20\xd6\x40\x93\xc4\x87\x24\x74\x1e\x19\x50\xc8\x9a\x07\x3b\x93\x65\x80\x0f\xb6\x2d\xcc\x3a\x8f\x5f\x82\xa4\xf2\x34\x3d\x17\x33\xee\xb9\x76\x1a\x34\x56\x8c\x06\x16\xb8\x4d\x29\x05\x99\x83\x3b\xc3\x24\x7c\x7c\x4e\x1d\xbb\xb5\x62\x2c\x0c\x5a\x16\x10\xe5\x6b\x78\xc0\x49\x6d\x68\xc2\xc8\xcc\x0d\x92\x93\x72\xc7\x64\xce\x27\x70\x5c\x8b\xea\x81\x9d\x25\x47\x6b\x01\xc9\x46\x18\x15\x43\x33\x5d\x0e\x64\xda\x01\x8d\xe7\x56\x08\x68\xb3\x0c\xc9\x24\xac\x50\x49\x7a\x69\x07\x68\x37\xd6\x8c\x7e\x67\x14\xb8\x08\xeb\xfd\xa4\x79\x55\x44\x3b\xc5\x54\x1a\xe7\x0e\x86\x23\x4a\xbe\x07\xd5\xd3\xbc\xe8\xc6\x33\x71\x25\x3b\xe4\x15\x09\x35\xfe\xb3\x16\x1e\x26\x3b\x47\x8a\xe4\x6c\xa2\xd8\x31\x42\xd3\x08\x28\xdf\x93\x57\x64\xa2\x43\x99\x1c\x26\xdf\x2f\x81\xf2\xbd\x01\x05\x08\x32\x8b\x19\xba\x0c\xe7\x91\x44\xc8\x67\xaf\x19\xf6\xac\x0b\x23\xd9\x82\xb5\x42\xa1\xea\xf5\x35\x94\x75\x5b\x08\x08\x7c\x04\x25\x6c\xb6\x7c\xc8\xba\x74\xc4\xb7\x85\xd8\x52\x66\xa8\xab\x37\x6e\x80\xfa\xe1\xf4\x8d\x16\x7b\x57\xce\xaa\xba\xdb\xc1\x0f\xfa\x4c\x39\x3b\xe4\xa7\x8b\xe3\xf5\x71\x76\xa3\x5f\x17\x6e\xd1\x9d\xad\x4d\x5f\x6d\x1e\x6f\x01\xef\x37\x4a\xce\xc2\xaa\xc8\x8b\x45\xa1\x4a\xc1\x11\x67\xb3\x20\x2e\x9e\x98\x56\x11\xcd\xe2\x30\xab\x59\x05\xe3\xc8\x4e\x9a\xbb\x8d\xaa\x51\x9e\xd5\x65\x9e\x56\x58\x85\x0f\x93\x1e\xa3\x98\x69\x59\x22\x8a\xab\x3a\x0d\x11\x9b\x44\x26\xd9\x83\x8f\xda\x3e\x04\x64\x60\x24\x20\xf7\xc7\x7a\x24\x94\x0f\xda\x99\x02\x16\x6d\xae\x10\x7c\xff\xd2\x18\xc7\xb0\xb1\xc5\x14\xa4\x79\x14\xa6\x94\x31\x92\xb0\xa4\xde\xa4\x51\xc0\xde\x04\x3f\xa1\xf5\x4f\x22\xf4\xb5\xae\xe1\xc9\x75\x19\x24\x95\x2a\x20\x42\x63\xd7\x97\x05\x1d\xaf\x77\x31\xf4\x3e\x7b\x03\xe1\xf7\x1b\x85\x63\x0a\x29\xaf\x26\x61\x74\x7a\x1e\x96\xb1\xa8\x81\xaf\xa1\x0a\xb7\x7d\xa5\x1e\xae\x0b\x06\x97\x12\x2e\x24\x85\xf0\x58\xe4\x59\x66\xf6\x20\xa9\x46\x6f\xcb\x91\x30\x71\x79\xc2\x89\xa5\xf9\x14\x4d\xe8\xda\x93\xc9\x81\x75\xf1\x76\x65\xae\xb0\x86\x06\xdd\xb2\xb5\x00\x17\x31\xc8\xa8\x31\x1b\xbe\xa1\x75\xda\x7c\xe3\xac\x19\x87\x47\x14\x47\xfd\x0e\x13\x9c\xe9\x10\x7d\x6c\xaa\xa9\xef\xc9\xfd\x3a\x43\xe7\x58\x01\x3a\x96\x64\xc8\xb6\x40\x53\xaa\xda\xc6\x06\xaf\xd9\xae\xd3\xba\xdb\x6b\xa8\x0c\x1c\x4c\x9b\xda\xb0\xb2\xc6\xe0\x3a\x91\xd1\x74\x06\x66\x79\x29\x99\xdc\xae\x37\xac\x88\xa7\xa5\x64\xf9\x44\xd7\x27\xc8\x36\xd8\x2e\x6c\xc0\xf0\x0c\x6a\x68\xe5\x9e\x34\xc6\x55\x21\x09\x91\x27\xfe\x86\x48\xde\x66\x40\x38\x50\xa8\x68\x8d\x00\xdb\x1b\x57\x67\x65\x08\x37\x9f\x1a\x9d\x5f\x72\x8c\x21\xb5\x50\x61\x5d\xe9\xe8\x2e\x39\x8b\x10\xdd\x6d\x18\x12\xcd\xed\x20\x28\x6a\xaf\xe9\xe6\xca\xc1\xfc\x7b\x8d\xf5\x2b\x38\xa5\x4c\xbf\x27\xd9\xdb\xf5\x35\x59\xc3\xbd\x18\x2b\x04\x8b\xd0\xa8\x9a\x5a\x7c\x63\x72\x34\x26\xd6\x20\xa0\xae\x0b\x67\xb5\x1e\x5d\x48\xb6\xd8\x41\x8a\xf2\xf8\xed\xa1\xae\x53\x53\x37\x90\x71\x29\xeb\xae\x5e\xdd\x69\x0b\x49\x60\x27\x32\x5b\x34\x19\x31\x66\xc1\xd4\x94\xe6\x76\x0c\x15\x87\xf7\x9d\xdb\x46\x1a\xd8\xae\x6b\x53\x08\x21\xf3\xeb\x0b\x10\xc3\x35\x5e\x5d\x42\x69\xc0\x45\xa6\x03\x47\x3a\x14\xf6\x53\x2d\x0a\xaa\xea\x41\xcc\x3d\xde\x26\xf0\x08\x0d\x49\x5b\x40\xc9\x23\x2d\x23\xf6\x90\xfc\xcc\x03\x40\x58\xf9\x43\xf8\x8e\x99\x1e\x81\x60\x99\x20\x03\xcd\xfc\x1b\x96\x85\x91\xea\x88\x98\x21\x29\x34\x32\xd4\xe7\x03\x76\x45\x79\x90\x8a\x96\x22\x75\xee\x9b\x61\xa4\x54\x5a\x2e\x83\x7b\x5a\xa2\xb2\x31\xdf\x9c\x8c\x58\xcd\x57\x38\x42\x64\x88\x4f\x6a\xe8\x1c\x07\x64\x79\x45\x5e\x33\xfc\xec\x0f\x8e\xc5\xbf\xb1\x41\x9a\xab\x4a\xda\x7e\x0e\xb7\x24\x6d\x53\x6f\x09\x49\xcb\x86\x84\xda\xc5\xda\x69\xe1\x31\x77\xdb\x1d\x02\x21\x69\x68\x3c\x2d\x83\xd6\xdb\x42\x5d\xef\xb6\x25\xe5\x73\xb5\x27\xb6\x26\x23\x9a\xd1\xe8\xf4\xe7\x30\x4d\xf8\x15\x18\x7e\xd0\xa7\x32\x21\x8a\x59\xd4\xd6\xcb\x6d\x63\xc5\xe9\xd6\x18\x2b\x63\x05\x6a\x2d\x69\x60\x2d\xcc\x74\x74\x10\x77\xb2\xb1\x61\xb6\xcc\xef\x63\xc6\xf2\x62\x84\x5e\xda\x73\xb6\xe2\x5b\xb6\x3d\xcf\xfb\xea\xa9\x6e\x42\x8a\x38\x7d\xa0\x5f\x8f\xc8\xa0\xdb\xd8\x62\xb9\x7b\xaf\x39\xb2\xf2\x0f\xbe\xdd\x85\x59\xb7\xc4\x3b\xc6\x8e\x6e\xcd\xba\x65\xac\x2e\x57\x06\xc0\xbb\x08\x2e\x27\x57\xfb\xe3\x52\x4c\xae\x2c\x79\x76\xf0\xf7\x94\x62\xf3\xb0\x60\xeb\xcc\x85\x20\xff\xc4\xa5\x98\x90\x56\xe6\x64\x2e\x9f\xc5\x65\x4b\x4f\x40\x6f\x5f\x77\x06\x19\xba\x8a\x73\x4e\xeb\xfa\x84\x1c\xd6\x14\x87\xca\xc4\x55\x4b\x57\x2d\x57\x7b\xad\x1a\xc9\x77\x44\xb1\xa6\x41\xab\xef\x41\xc0\x9d\x03\x0c\x06\xdd\x96\x86\xca\xb4\x7c\xf9\x55\x42\x99\x27\x14\x58\xa2\x40\x13\xb2\xae\x8a\x4f\x9e\x99\x88\x4c\xba\x78\x0d\xcd\x6c\x7d\x3a\xf7\x59\xd0\x2e\x86\xe3\x16\x29\x13\xa5\xdd\xef\xb4\x08\xec\x68\x7e\xc0\xea\xf1\x93\x9e\xf5\x8d\x87\x02\x74\xa9\xeb\x77\x82\x60\x69\xdb\x2b\xd4\xbd\x52\x44\xcb\x4f\x3b\xe4\xd4\xeb\x49\x14\xf5\x83\x10\x3c\xd2\xd0\xc9\x1c\xef\xab\xdf\x18\x78\x98\x3b\xaa\x77\x1b\x07\xeb\xc0\xcd\x55\x17\xfc\x40\xed\xb0\x88\x98\x2b\x59\xc3\xdb\xda\x34\x0d\xf8\x79\xd9\x4b\x19\x50\x87\xf3\x66\xb1\x6b\x5b\x6a\x75\xad\x63\x10\xad\x52\x51\xe6\x67\x10\x0f\x71\xca\x86\xe2\x50\xd3\xd6\x66\xf9\x39\x3f\x8e\x85\x65\xe4\x4d\xc1\x48\x67\xa5\xce\xc2\x54\x9d\x57\xaa\x1a\x98\xa9\xec\xe7\x84\x9e\x07\xfc\x92\xa0\x74\x0b\xaf\x24\x08\xbe\x11\xf1\x9a\xd3\x3f\x6c\xb3\xf2\x35\x73\xc4\x87\x5d\x0c\xdd\x1b\xed\xca\x42\x4d\xcb\x30\xaa\x3f\x86\xe5\x49\x92\x91\x11\x79\xf6\x44\xa4\x17\xfc\x2c\x33\x09\x46\xf9\x7c\x8e\xc9\x9d\xc2\x9a\xcc\xf3\x33\x4c\x7c\x6c\x24\x63\x95\x16\xfa\x34\x2f\xcf\xc3\x32\x26\x79\x39\xce\xc4\xae\x0d\x99\x5c\x6a\x59\x33\x43\x08\x68\x60\x27\x02\x64\x60\xb5\x79\x10\xf0\x3c\x0e\xcf\x67\x30\x46\xba\xe7\x7b\xab\x73\x70\xdb\xe5\xff\xc6\xed\x59\x8b\x80\xc4\xed\x59\xfb\xf4\x83\x03\x00\x53\x4c\x05\x04\x60\xcf\xea\xbc\x9b\xf4\xf4\x60\x01\xda\xa1\xf8\xab\xd6\xb1\xbe\x7d\x5b\x55\xf4\xa0\xaa\x69\x41\x46\x64\xcb\x77\xf8\xf1\x60\x24\x5d\x64\x5e\x45\x78\xc2\xd5\x46\x4f\xb9\xfe\x9c\xd0\xda\xf4\x8f\x36\xf0\xe4\xa4\x66\xab\x09\xbc\x45\x79\x7b\xeb\xa1\xaf\x1f\x01\x8b\xb3\xf2\x38\x9f\x07\xf9\x74\x5a\xd1\x9a\xdf\xdf\xea\x37\x6d\x69\xbd\xac\x7d\x79\x0f\xae\x46\x18\x10\xe0\x5a\x9a\xe3\x4a\x9c\x70\xe1\xd0\x71\x97\xaf\x37\x11\xdd\x07\x44\xd0\x0a\xf7\xd6\xed\x6d\xc1\x91\x3f\xdf\x92\xb7\x62\xf1\x04\x4d\x87\x2a\x33\x9c\x54\x23\xf8\xb3\x86\x86\x35\xe0\x18\x24\x58\x79\x99\x39\x7d\xd8\x34\xdf\x26\xa7\x27\xcf\x32\xf0\x0a\x34\x53\xc0\x35\xf0\x66\x36\xbe\x2b\xbe\x21\x52\x0d\x9b\x9c\x35\xc8\xa7\xda\xed\xde\x1b\x87\xfa\xa5\xe7\x67\xd7\xf2\x9f\xee\x44\x11\x2d\x30\x11\x50\xb4\x28\xc1\x25\xbe\x25\x93\x69\x08\x25\x8d\x4c\xa6\x8d\x45\xf9\x47\x16\x24\x1b\x46\xad\x4a\x49\xc3\x78\x37\xc3\xec\x87\xff\x0a\x6b\xd4\xb1\x3e\xdd\xf1\x73\x1c\x44\x76\xe8\xa2\xdb\x23\x5b\x1f\xc1\xf1\xbf\x11\xec\xf7\x1d\xd7\xc7\xd2\x4b\x9e\xbb\x57\x3b\xe0\xb0\x87\xde\x52\x2a\xfe\x1e\x23\xbf\xd6\x08\x28\xe0\x18\x91\x76\x7a\x74\x69\x3d\x8c\x26\x41\x55\x6a\x84\xa6\xb3\xc7\xe2\x0d\x53\x79\x74\x1a\x4c\x2f\xc5\x36\x60\xcb\x88\x58\x4a\xd2\xdf\x71\x44\x74\xa2\xbb\x93\xf3\xc5\x37\x0e\xa5\x53\xfd\x63\x43\x09\x6e\x37\xcb\x86\x12\xb7\xa4\x3e\x2f\x20\xb9\xcb\x27\xc6\x8c\x97\x39\x29\xc9\x4c\xe6\x77\xf4\x51\xe2\xf5\x54\xf6\x7f\x97\xd7\x29\x19\x69\x0b\xd3\x2e\x80\xca\x54\x23\x5d\x23\xe4\x60\xaa\x79\x66\xc9\xce\x22\x43\xad\x2e\xee\x90\x39\x0d\xb3\x8a\x74\xb2\xbc\x26\x71\x9e\x51\x72\x49\xeb\x8e\x4f\xce\x67\xb4\xa4\x21\x7b\xbf\x48\x53\x5e\xc8\x00\xd6\x01\x79\xc4\xc7\x89\xc6\x60\xbc\x76\xec\x14\x8d\x31\x1e\xd3\xc9\xd6\x1c\x27\x9e\x6f\xe9\x24\x5f\x64\x11\x3d\xc0\x7e\x3d\x81\xab\xce\x17\x3f\x41\x27\xde\x30\x55\x47\xbc\x4c\xb2\x9d\x49\x5e\xd6\xbc\xdc\xd6\x60\x30\x70\xe8\xb2\x7b\xe9\x02\x15\x31\x43\x99\x65\xaa\x1f\x7e\x01\x75\x8f\xdf\xe8\x83\xf9\x6c\x09\xef\x77\xa7\x90\x7e\x31\xef\x02\x22\x6d\xa7\x1b\x42\x5b\x10\xc9\xc6\x99\x93\x52\x54\xe7\xb2\xc2\x55\x9d\x75\x30\xaf\x10\x80\x48\xc7\xc1\x56\x81\xeb\x9c\x45\x6d\xf0\xdf\xb6\x2a\xbb\x41\xe3\xce\x0c\xb1\x36\xfd\x71\x7d\x37\xdd\x53\x1c\xaa\x0a\xdf\xeb\x2d\x6b\x58\x1b\x1c\x82\xdb\x91\xcd\x11\x69\xcb\x60\x27\x8e\x90\x5b\x36\xea\xb6\x9a\x29\xaa\x08\xcd\x77\x9f\x62\x5e\x75\xfe\x5e\xf3\xe2\xd9\xd8\x68\x8d\xd5\x65\x37\xd2\x1a\x09\xa6\x11\xcc\x06\xe3\xa0\xd0\xea\x33\xc5\x08\x16\xbc\x05\x3d\xc5\x39\xf2\xb5\xba\x74\x78\xb7\x09\x25\xdc\xf6\xab\x32\x8f\x02\xa1\x3f\xf6\x01\x65\x9b\xc7\x98\xcb\x6d\x58\xa7\x44\xc3\x77\xd8\xe5\x6d\x87\xcb\x7b\x64\x54\x6a\x5e\xe9\xc5\xd0\x7b\xa2\xdf\x2e\x7f\x3b\x80\x23\x98\x92\xf0\xf0\xd8\x74\x0e\x10\xff\xf8\xda\x66\x00\x1b\x1b\xa6\x1e\x82\x20\x81\x11\xbe\x36\xf8\x82\xd3\x8f\x59\x8e\x04\x6e\x6c\x41\xfa\x4d\x84\xc0\x39\x6c\x10\xb2\xfa\x22\x2e\x56\xfb\x65\xac\x5a\x71\x7c\xd7\x0f\x07\xdf\x1a\xc6\xaf\x25\xf3\x12\x04\x07\x82\xc8\x89\x4b\x60\xdf\x12\x36\xe8\x0e\x4d\x3a\x5e\x2d\x1b\x0c\x77\xfc\x2b\x62\xb1\x35\x88\x72\x1e\x51\x2f\xe9\xf5\xfc\x66\x92\x89\x15\xaf\x70\x99\x84\x02\x57\x5a\x82\x20\x70\xd0\xc9\xea\x37\x90\x5d\xdc\xd9\x91\x35\x26\x4a\x69\x58\x32\xfa\xc9\x17\xb5\xab\x4e\x33\xa4\x90\xcd\xf0\x6f\x53\x60\x9a\x1c\x14\x16\xb3\x39\x86\xac\xd6\x6f\xac\xd6\x6f\x41\xe3\xcc\x55\xb8\xe8\xd9\xa6\xe6\x36\xb3\x55\x04\xea\x5a\xdc\x57\x60\x6d\x88\x9e\xd7\xf5\x0d\x21\x8b\x07\xdb\xae\x8d\x77\x25\x65\xd6\x4c\x31\x63\x35\x2a\x57\x54\x0d\x8b\xc9\x35\x45\x6d\x91\x78\x1a\xde\x2e\xfa\x51\xca\xb2\xf8\x72\xba\x04\x84\x13\x3a\xc1\xce\x0d\x21\x68\xd0\x98\xa3\x5f\xa3\x46\x65\xee\xe5\x29\xd9\xee\xaa\x38\x3c\xd2\xc0\xec\x64\xf1\xc7\xfc\xcc\x85\x8b\x19\xa0\xc2\x98\x94\x86\x82\xb1\x5c\x8b\x68\x38\x7b\x0b\x26\xe0\x2b\xb1\xb9\xa2\xbc\x74\x68\x0a\x06\xfd\xba\xaf\xc9\x2e\x57\x08\x5a\xc8\x19\x84\x5d\xe9\x20\x67\xfd\x85\xcb\x5d\x61\xb9\x36\xd1\x32\xb4\x46\xd1\xa5\x9e\xf2\x6a\xf0\xd4\xd1\x65\xe3\xdc\x52\x26\xc4\x00\x75\xdc\x7d\x84\xa4\x9f\x1f\x09\xff\x5e\xfd\x08\x0f\x93\xe8\xd8\xc7\xa5\x7c\xd8\x10\xa8\x6e\x51\x34\xcc\x87\x16\x3d\x12\xd9\x23\x87\xa3\x17\xda\x2b\xf3\x79\x52\x31\xf3\xbe\xca\xd3\x33\x6a\x3a\x6f\x78\x02\x6a\x17\x03\xe8\x89\xd3\x6b\x67\x58\xd6\x35\x0e\xdd\x14\x0c\x2d\xb1\xc3\x44\x59\xae\xef\x73\xc0\xd7\xd7\x4b\x85\x47\x15\xcd\x68\xbc\x48\xb9\xde\xdb\x90\x9b\x3a\x5b\xf7\x09\x2d\x5d\x8a\x93\x12\x85\x7f\xc4\xd6\x93\x73\xb3\x5c\xca\x96\x6e\x6d\x4b\x50\xa0\xd5\x1b\x67\x50\x1f\x31\x7d\xe8\x03\xce\x99\x3d\x0c\xda\xda\x48\x33\x93\x9c\x41\x62\xc3\xe6\x30\x99\x6c\xce\xb2\x23\x9a\x7b\x70\x6e\x6b\xc3\x2d\x40\x44\x6b\x96\xec\x30\xfb\xcc\x13\x66\xd3\x30\x9a\x91\x69\x92\x25\xd5\x8c\xc6\x5c\x71\x4c\x32\x83\x60\x7d\xd0\x9e\xea\x9c\x1f\x1f\x90\x90\xd3\x88\x84\x93\x97\x3e\xeb\x49\x58\x14\x65\x5e\x94\x09\x8c\x78\x49\x71\xeb\xa6\x9e\x51\xae\x1d\xf0\x9d\x23\xc7\x10\x37\xbc\x1d\xda\x86\xe5\x4e\xf2\x1f\xeb\xb4\xca\x7f\xb7\xc5\xc6\x96\xb8\x3a\xa4\x3e\xb4\x13\x50\xf3\x2b\x3a\x16\x7d\xad\x70\x59\xe7\x5f\x51\xa5\xc7\xd1\xc6\xd5\x6c\x10\x66\x73\x29\x33\xf6\x90\x64\x0b\x3b\x03\xe2\xea\xea\xa1\xd9\x5e\x6b\xd4\x05\xb9\x6f\xd2\x38\xb7\xc5\xca\x06\xa7\xf3\x89\xf1\xd2\x38\x92\x57\x6d\xe9\x7f\x1b\x07\xf3\xda\xeb\x95\xcf\xe6\x9d\x76\xce\xb6\xa9\xd5\x1e\x0e\x8e\x34\xa3\x53\x1c\x74\x2b\x22\x70\xde\xaf\xef\xf7\xc9\x67\x5a\xa4\x21\x1e\x02\xe9\x5a\x16\xcf\x1f\x0d\x11\x7a\x68\x4c\xaa\x24\x8b\xa8\xca\x39\x4f\x72\x47\x16\xd5\x7e\x9f\x87\x08\x81\x50\x97\x24\xcc\x62\x52\x51\xe0\x21\x00\xab\x28\x69\x45\x4b\x71\x42\xa5\x2f\x51\xfd\xc7\xd2\xff\x8c\x2e\xb6\xa5\x16\xb7\x2e\xa7\x2c\xb9\xf8\xa4\xd3\x05\x2f\xbd\x2c\x86\x87\xf8\x11\xce\x14\x20\x19\x9b\xea\x82\xfe\xd3\x42\xb2\x64\xb5\x7c\xb5\x7c\x1b\xbf\x2d\x1c\x76\xcb\x1e\x0b\xde\x54\x13\x46\x81\x54\x84\x1c\xb4\xeb\x8c\x2f\xc5\x1b\x45\x9f\x26\x08\x26\xd3\xba\x35\xd3\xa6\x7a\x1b\x6b\x1a\x6f\x19\xb6\x8d\x65\xbf\x4f\xb4\xfd\xf3\x69\x98\xa4\x34\x0e\xc8\xfe\x2c\x5f\xa4\x31\x72\x4b\xcc\xa3\xce\x1b\x65\xa8\x2c\x2a\xd6\x48\xe2\xa0\x16\x0e\x70\x16\x56\x59\xa7\x26\x13\x4a\x33\x52\xd2\x5e\x05\x81\x1e\x01\xcc\x9c\x86\x19\x33\xe6\x03\x77\xdd\x96\xc5\xcf\x7d\x49\x9c\x8b\xff\x36\x17\x5a\xf1\xf3\x0d\x84\x4c\xbe\x8d\x98\x89\x4b\x8d\x76\x5c\xfb\x6a\x6f\x74\x45\xfa\x76\xd8\xf7\xcb\x72\x3b\xf7\xfb\xe4\x0d\x9b\x4f\x0a\xa7\xcc\xd5\x62\x52\x31\xce\x90\xd5\x06\x9f\x09\xc8\x67\x94\xc4\x2d\x33\x64\x2b\xeb\x9c\x44\xef\x16\xdd\xc5\x32\xdd\x45\x77\x9d\xa7\x7d\xcb\xd5\x3e\xcb\x3f\x83\x29\x7c\x1c\x5a\xd7\xcc\xb3\x27\x2f\x94\x83\x4b\xfe\x9f\x71\xff\xa6\x1a\xea\x63\x35\x49\x17\xa5\xe7\xbe\xdc\xbf\x34\x28\xfe\xed\x87\xe3\xa2\xa3\x08\x67\x63\x83\x5b\x6f\xe2\xe8\xd9\x15\xb4\xba\x25\x1c\xbd\x96\xfa\x70\x69\x0a\x85\x3f\xaa\x22\xeb\xf9\x91\xb8\x29\x0c\xe4\xd1\xbc\x1e\x4d\x5c\x16\x33\x90\x3a\xa4\x67\xb5\x2d\xe5\x16\xc0\x34\x8b\x9b\x60\xdd\x46\x7d\x8b\x35\xee\x64\x70\xfd\x3e\xd9\x0f\xa7\x61\x99\x90\x69\x52\xd2\xca\x6a\x11\x69\xa1\x22\xd5\x65\x16\xcd\xca\x3c\xcb\x17\x55\x7a\x09\x06\x5e\x95\x4c\xd2\x4b\x27\x38\xf0\x5e\x4d\xb2\x2a\x89\x29\x09\x33\xbe\x52\x7d\x52\xe5\x44\x0c\x39\x09\x0d\x78\x4c\x11\x0e\x41\x85\x28\x29\xcd\xd8\x52\x8b\x1c\x90\xdd\x8a\xf9\xdd\x0f\x09\x79\x34\xab\x9b\xae\x4f\x1e\x0e\x6e\xd9\x9c\x5b\xf5\xb4\x41\x59\xdf\x86\x67\xcc\x24\xac\xe8\xc1\x8c\xce\x1b\xee\x44\x9a\x0b\x8e\x2c\xe3\xc9\x0b\x6e\x81\x0a\xfa\x1d\xb4\x26\xa4\x19\x9a\xb7\xd6\x36\xc8\x6b\xb2\x48\xad\xd7\x04\x98\x7a\x56\xff\x10\xce\x93\xf4\x72\x48\xc6\xeb\xf3\x3c\xcb\x21\x82\x6b\x23\x8d\xe9\xf9\x2c\xa9\xe9\x3e\xfb\xc4\xca\x65\xf9\x79\x19\x16\x8d\x42\xf9\x19\x2d\xa7\x69\x7e\xce\x8a\x60\x9a\x45\x38\x48\x6e\x94\x9b\x87\x17\x10\xe2\xf6\x97\x69\x98\xa6\x93\x30\x3a\x65\x15\x9e\x0d\x06\xc5\x45\x6b\x51\xc0\x2e\xc9\x3c\x28\xe5\x93\x17\x4f\xce\xce\xbb\xcd\xc2\x49\x26\x0b\x3f\x7c\xd2\x02\x0e\xbd\x3f\x58\x91\xad\x01\x9d\x37\x4a\xa4\x49\x55\xef\xd7\x97\x29\xef\x67\xd6\x1c\x8a\x39\x1c\xd7\x0f\x89\x9d\x31\xb6\x08\xe3\x18\x12\xd6\xda\x1f\x70\xf8\xd3\xc4\x31\xfc\xfa\xa8\xfd\xb3\x1a\xb6\x46\x9b\xec\xa7\xa6\x17\xf5\xae\x36\xc2\x34\x4d\x93\xa2\x4a\x2a\x67\xe1\x88\x67\x9c\x1d\xaf\x17\x79\x92\xd5\xb4\x74\x96\x92\x28\x8f\xd7\xb7\x8a\x0b\xf2\xc8\x31\x62\x38\x26\x19\x15\xc3\xb6\x15\x3c\xb4\xd6\x84\xdf\x24\x74\x5f\xd0\xea\x46\x0a\xce\x3a\x6d\x74\x4a\x16\x29\x49\x93\x46\x60\x6d\x53\xa8\x84\xd1\xe9\x09\xa4\x27\x61\x68\xde\xdb\x7a\x16\x19\x38\x46\x79\x8a\xfd\x04\x0a\x95\x9f\x34\x14\xe2\xb0\x3c\xfd\x5b\x62\xf0\xe8\xf1\xb3\xbb\x61\x10\x2c\x8f\xd7\x39\x9c\xd0\x29\x24\xcc\x5e\x56\x0e\x83\x6d\x0e\xc3\x29\x4c\xe5\xd0\x0a\xce\x5b\xd3\xac\x1e\x92\xce\x78\xfd\xff\xfe\xbf\xd8\x7f\xe3\xf5\x8e\x86\x5f\x5e\x84\x51\x52\x5f\x0e\xc9\x20\x78\xa2\xbd\x66\x5c\x31\x0d\x61\xd9\x4f\xd2\x3c\x3a\x35\xfa\xc4\x68\x6d\x27\x4d\x4e\x32\xf6\x39\xa2\x48\x40\xae\x7e\x69\x8c\xc8\xce\x3e\x60\x20\xa9\x52\x04\x8e\xd7\xc3\x49\x95\xa7\x8b\xda\x5c\x59\x1a\x29\x3e\x2a\x2e\xc8\x0b\x8b\x14\xcf\x25\x13\x08\x2f\x7a\xbc\xc7\x46\x01\x9d\x51\x3c\x32\x58\x49\xdb\x44\xbc\x87\x30\xcb\x2d\x61\x9a\x87\xe4\x8a\x94\x8a\x51\x0c\xbe\x1b\xaf\xdf\x15\x10\x0f\xce\x3c\x04\xbf\xb0\xa9\x1b\x90\xb6\x3e\xaa\x2c\x29\x0a\x5a\x83\x17\x29\xd6\x52\x74\xf7\x46\x90\xd8\xbd\x01\xfc\x3c\x7c\x68\x42\x91\x24\xbe\x1a\x90\x29\xfc\x58\x40\xec\xea\x7b\x7c\xc6\xac\x89\x3c\xa3\x65\x9d\x44\x61\x2a\xa9\x83\x91\x4a\xaf\xce\x0b\xd7\x74\xe9\x9c\x70\xa6\xf8\x6e\xb0\xf5\xc4\xe2\xbc\x82\xa7\x8e\xd7\x07\xa4\x37\x08\x9e\x15\x17\xa4\x17\x3c\xb3\x0a\x4d\xf2\x32\xa6\xe5\x07\x31\x96\xc1\xe3\xe2\x82\xc4\x79\xcd\x34\xa4\x7b\xcf\x9f\x3f\x77\x13\x68\x4b\x9e\x53\xa3\x4f\x10\xc9\x9d\x46\x79\x19\x0a\x12\x5d\x64\x31\x2d\x19\xdb\xbb\x0d\xa8\x48\xb8\x69\xc0\xc3\xde\x08\x44\x07\x81\xdd\x5b\x26\x74\xa5\x8c\x49\xea\x30\x4d\xa2\xdb\xda\xc1\x1c\xcc\x46\x2b\x00\x25\xf9\x1d\x80\xbc\x60\x74\xe5\x5a\x2e\xc1\x73\xab\x6d\x6d\xd9\x27\x19\xeb\x61\x6f\xc5\xd5\xdf\x5c\xab\x9f\xc5\x84\x06\x4f\xad\x46\x24\xcb\x61\xbd\x7f\xba\x4a\xdf\x7a\xc2\x39\xd7\x66\x83\xf0\x71\x4e\xeb\x59\x1e\x37\xb5\x1a\x8d\x1f\x2a\x36\x38\x5e\xef\xfc\x3f\xff\x73\x87\xd1\xf6\x0a\xcd\x82\x5f\xcb\xea\x80\xff\xdb\xff\xf2\xff\x5f\x15\x32\x48\xdd\x29\xe8\x52\xab\x43\xff\x0f\xab\x42\x3f\x63\x12\x6b\x92\xde\x01\xf8\x7f\xff\x5f\xff\xe3\xff\xbe\xf2\xa8\x80\xa1\x92\xd9\xeb\x64\x29\xf4\xff\xe9\xff\x5c\x15\x3a\x5e\xc7\xbf\x03\xde\xff\x65\x55\xc8\x34\x5b\xcc\xef\x30\xdc\xff\xbf\xff\x63\x55\xc0\x45\x99\x17\xb4\xac\x2f\xef\x00\xfc\x3f\xaf\x8c\xf5\x29\xbd\x3c\xcf\xcb\x3b\x90\xf7\x7f\xff\xdf\xfe\xd3\x7f\x1c\x8f\x17\x3f\xbc\x1b\xbc\x83\x36\x98\x59\xf5\x36\xa9\x18\x3d\x10\x3a\xcf\x7f\x4d\x78\x42\xe3\x24\x3b\x59\xa1\xf9\x2c\x9c\x53\xae\xf4\xaf\xde\xb9\xff\xba\xf2\x64\x37\xd9\xed\x12\xc0\xe1\x24\xea\x8c\xd7\x7d\x83\xb7\x3d\x01\xde\xd6\x14\x3c\xf3\x24\x8e\xd9\x02\x70\x98\x57\xe0\xac\x26\xa4\x98\xcb\x6b\x6d\x8a\x29\xac\x18\xff\x6b\xb9\xe6\x8a\x17\x8f\x78\xe6\xd9\xa9\x2b\xe9\x2c\xab\x0c\xd9\x3c\xb2\x86\x5f\xe2\x5d\xae\xb2\xde\x18\xf8\xc2\xd5\xb0\x25\x18\x7f\x23\xae\x77\xbd\x5b\xdb\x76\xef\x59\xbb\x15\xdb\x76\x25\xd6\x27\xbd\x2d\x9f\x7c\x0c\x8b\x8f\x79\x4c\x83\x83\x32\x8c\x4e\xdf\xd2\xd4\x3e\xd5\x85\x56\x5b\xaf\xcc\x2e\xaf\x2f\x3c\x58\x01\x0f\x7e\xd8\x70\x7d\x0d\x20\xf9\xd3\x36\xfe\xc2\x1b\xd7\x6a\x5c\x3d\x35\x50\xcd\x5b\x95\xfa\x54\xec\xa3\x1e\xe4\x9a\x07\x36\xdd\x95\x8f\xa3\x2c\x54\xa4\xaa\x39\x1b\x50\x8c\x53\x47\x23\x58\xaa\x59\x59\xcc\x99\x7c\x61\x4e\x05\x86\xc7\xaf\x93\xb0\xa6\xda\x01\x7a\x63\x56\xf8\xc1\xfb\xe1\x11\x52\x35\x6c\x1d\xb1\xe7\x22\xaf\xec\x33\x35\xf6\x7d\x77\xf2\xab\xf4\x81\x88\xf3\x08\xf0\xdd\xa9\x31\x87\x31\x6c\x4c\xbc\xcf\x62\xdc\xb8\xef\xff\x75\x3c\xae\x1e\xf0\x2c\xb0\xbc\x2a\xe4\xbe\xe9\xaa\x48\x30\x44\xdf\x1e\x86\x75\x21\x92\x33\x40\xff\xdd\xfb\x52\xf4\xa2\x5e\x96\x35\x16\x93\x1b\x71\x24\x14\x46\x3e\xa9\xc3\x49\xc5\xf1\xaa\x75\xbc\x18\x3e\xcd\x90\x45\x0d\xf4\xf4\xf3\xc0\x70\x52\xb5\xc5\x03\xc5\xa1\x87\xe6\x37\xcd\x10\x81\xf8\xf6\xa7\x2c\x71\xee\xd9\xca\xc1\xe7\x5e\x07\x79\x45\x36\x39\x20\x15\x1c\x98\x35\xdc\x56\x19\x92\x00\x61\xbb\xf0\xcc\xb3\xdf\xbb\xaa\xd8\xdb\x51\x6c\x44\xa1\x55\x18\x0e\xab\x30\x60\x82\x04\xa9\x1c\x0b\xb7\xdc\x91\x26\x20\x00\x35\xa6\x5b\x18\xb9\x48\x16\xae\xda\x81\x33\xc8\x6b\x7b\x89\x15\xb9\x5c\x61\x72\x28\x0e\x21\x3b\x4d\x92\xd1\x23\xb2\x09\xe9\x6f\x70\xed\xb5\x7f\xaf\x73\xd7\xa5\xdd\x2b\x82\x97\x23\x39\x66\x56\xa2\x20\x1e\x7f\xb2\x08\xcb\x8a\x7a\x35\x9d\x17\xa9\xcb\x6b\x16\x50\x6b\xb8\x7b\x0b\xb2\x15\x71\xf3\x0b\x6d\x6d\xb2\xe7\xf9\x52\x3a\xe7\x6d\xc1\xc1\x6d\xed\xf5\xc7\xe3\x72\x3c\xce\xb6\xaf\xc7\xe3\xac\xdf\x3c\x81\xe3\x31\xbc\x18\x07\xed\x1f\xde\xbb\x7f\x34\x1e\x5f\x79\xdb\x43\xcc\xb5\xec\x6d\x0f\x87\xde\xe1\x5f\x6f\x8e\x1e\x74\xbb\xdb\xd7\xe2\xaf\xf1\xf8\x46\xa7\xf2\xd6\xc5\x52\xd1\xdf\xc8\x88\xcc\x0f\xb7\x8e\xc8\x36\xd9\x84\xdf\x18\xb1\xc8\x27\x19\xe6\x54\x99\x1f\x3e\x3c\x62\x9c\x72\x7e\xf8\x08\x7e\x8f\xd7\x51\xd6\x2e\xb2\xd8\x3e\x96\x6f\xf4\x56\x5b\x36\x38\x86\x4b\x0f\xd0\xc5\x0f\x5e\x47\xfa\x4d\x06\xfa\xde\xe6\x95\x0f\x93\xa3\x00\xf0\x1d\x01\xda\x43\xc4\x50\xff\x9a\xf1\xd4\xd4\xf0\x7b\xc8\x4f\x04\xdc\x8d\x20\x9e\xd8\x09\x57\xe0\x5d\xc7\x29\x0f\xc3\x0b\xab\xbc\x22\x83\xa5\x09\x05\x12\x2b\xa8\xb1\x63\x2e\x1b\x63\x02\xd7\xe2\x78\xf7\x84\x74\xf2\xcc\x8e\x6b\x91\xcf\xcd\x0f\xaf\xd8\x80\x34\x2e\xc9\x19\xb8\x1b\xd1\xdc\x8c\x41\x40\x24\x84\x03\x81\x4f\x06\x3e\xb9\x62\xf0\x38\x05\x34\x7c\x78\x56\x19\x3d\xa2\x53\x01\x5b\xf3\xf9\x54\xad\x8f\x65\x68\x62\xe6\x2c\xae\x97\xbc\x1e\x61\x23\xb7\x84\xe3\x97\x15\x9c\x7d\x74\x4c\xa4\xc4\x44\x85\xe3\x17\x7a\x1f\x4e\x30\xb2\x19\x95\xc5\x78\x1e\x30\xee\x7a\x21\xff\x20\x9b\x30\x36\x42\x12\x2d\xe1\xca\x1a\x33\x1e\xc8\xea\x5d\x5e\xdf\x64\xd6\x0a\xf6\x5c\x09\xa5\x5b\xb8\xb7\x0a\xfd\x54\x45\x2f\xd9\x3f\x8c\x43\x78\x87\xf7\xef\x1d\x75\xc7\xe3\xf1\xf8\x4a\xe7\x01\x2f\xdd\x4c\xc0\x85\x27\xad\x22\x85\x29\xad\x22\xc6\x16\x36\xc9\x78\xfd\x0a\x82\xca\x69\x65\x65\x41\x5e\xae\x15\x6f\xf2\x0d\x04\x21\x88\x01\x51\x1c\x19\x73\x02\xe1\xc1\xb9\x50\x20\xaf\x75\x84\x97\xf8\x78\x8b\x0a\xbd\x5e\x0b\xc9\x8a\x42\x75\xde\x5a\xe4\x16\xf7\x05\x40\xd1\x29\x4e\xdd\x21\xba\xb9\xd2\x28\x34\x44\x35\x24\x86\x82\x29\x85\xd0\xc7\xb0\x3c\x85\xfc\x1b\xc6\xd1\x8f\xda\x86\x0a\xce\x93\xf8\x84\xd6\xde\x15\xc1\x3f\x86\x66\x41\xd6\x22\x2a\xab\x22\xd4\xcf\x17\x28\x76\x70\x59\x18\xe7\xd7\x75\xfe\x76\xf7\x63\xcb\xa1\x6c\x11\x66\xcb\x32\xba\xb1\xef\xcd\xb4\x5f\xec\x6d\x33\x0b\xad\x7b\xe7\xd0\xaa\x2a\xae\xee\x17\x61\xe6\x1e\xcd\xe4\x24\xcb\x4b\x8a\xfe\xce\xad\xd1\xe9\x6e\x90\x8f\xc9\x81\xfc\xcc\x13\x99\xb7\x8d\xe3\x3c\x2c\x4f\xbd\x2b\x1c\xac\x61\x13\x5b\x66\x40\x76\x5f\x5a\x11\xfd\xda\xf5\x7f\x54\x3e\x84\xff\x6a\x53\xf1\x97\x6a\x13\xfe\x61\xab\xfe\xb7\x5c\x68\x8b\x69\xc4\x0c\x23\x0d\xfb\x8a\xd6\xbc\x4d\x50\xba\xc0\xaf\xd3\x2b\x03\x61\xfc\x94\xcc\x7e\xdb\x36\x28\x6a\xa8\x0d\x4b\x17\xf1\xe1\x15\x7c\x28\xde\xed\xae\x18\xe4\xca\xd0\x02\x0f\x9d\xba\x7e\x29\x15\xfd\xb2\x59\x9f\xc8\x54\x33\x45\x01\xde\x7d\x65\xa0\x37\xe5\x38\xde\x5f\xc3\xa2\xad\x09\xb1\x5d\x1e\xb2\x7c\x70\x60\xa1\xf2\xea\xb7\x2e\x55\x63\x96\xe5\x94\x6a\x13\x64\xbb\xab\x0a\x87\xf7\xf7\x70\x6e\x0d\x74\xe3\x55\x34\x6d\x49\x3b\xc1\x07\x83\x3b\xae\xf2\x44\xfb\xaf\xf5\x71\x32\x1c\xbe\xb9\xe5\xde\x08\xbf\xcb\x67\xf9\x95\x9e\x6e\x10\xdf\xd7\x39\x13\xa8\x32\xbf\x7f\xd7\x71\x53\x50\xfa\x75\xdc\x2d\xe2\x06\x0f\x3b\xa1\xc8\xc1\x88\x3d\xa1\x62\x22\x1a\x13\x69\x85\xda\x98\xe7\x67\xf4\x20\xff\x81\xef\x47\xdc\x21\x54\x08\xce\xc7\x1f\x8d\xb0\xc1\x63\x05\xb7\x87\xd3\x70\xd0\xf1\xb7\x84\x5b\x14\x03\xec\xd2\xd5\x44\x24\x5c\x2d\x68\xa0\x83\xdc\x15\x30\x6d\xc8\xba\x72\x90\x97\x2c\x83\x06\x0d\xe3\xac\x08\x4a\x36\x82\x15\xb6\xb0\xda\x29\xf1\xe4\x9c\xae\x1e\x45\xd3\x1d\x67\xc8\x05\xd0\x08\xa4\xb9\xc6\xc3\x20\xba\xd6\x91\x71\xa1\xa4\x2d\xa4\xa6\xb9\xee\x5d\x91\x10\x9d\x91\x50\x34\x4f\x8a\x58\xf2\xd4\xca\x11\x09\x05\x43\xf0\x20\xff\x1d\xea\xfc\x37\xcb\x33\x36\x11\x40\xde\x32\x80\x08\xac\x58\x15\x37\x44\x0c\xfb\xd4\x95\x49\x10\x51\x90\x85\xb9\x94\x15\x3c\x1d\xf3\xa8\x35\x38\x01\x42\x52\x1c\xdf\x06\xd2\xc6\xd5\x45\x24\x85\x37\x79\x76\x46\xcb\x9a\x84\x62\x51\x49\x2b\x15\xbc\x69\x54\xf2\x45\x70\x64\x8d\xc2\x6c\x9c\x1d\x42\x88\x81\x23\x6f\x56\xd7\x45\x35\xec\xf7\xa3\x3c\xa6\xf3\xa4\x2c\xf3\x32\xc8\x68\xdd\x7f\xda\x8f\xf3\xa8\xea\x97\x74\xda\xbf\xa7\x1f\xa0\x07\x6f\xec\xa4\x4b\x24\xa9\x03\xa1\x0c\x55\x24\x2c\x29\x39\x2f\x93\xba\xa6\xd9\x38\x5b\x80\x9f\x4c\x75\x99\xd5\xe1\x05\x49\x93\x53\x0a\x2c\x6f\x38\xce\xc4\x06\xb2\x5c\x90\xf7\xaf\x40\x07\xbc\x41\xab\x53\x3e\xbd\x22\xf7\xaf\x68\x16\xdf\xa8\x57\x68\x7c\x8e\xb3\xf1\xb8\xbe\x7f\x75\x33\x66\x43\xb0\xce\xe0\xbd\x0b\xa3\x19\x39\xbe\x7f\x75\x73\x4c\x20\x2d\xfd\x2c\x4f\x63\x5a\x12\xef\x32\x5f\x90\x79\x78\x49\xc2\xb4\xca\xc9\xa2\xa2\xe4\xf8\xde\xd5\xcd\x71\x97\x24\x59\x9c\x44\x70\x15\x3c\xc4\xd1\x1f\x67\x30\x36\xf5\x8c\xb2\x62\x25\x1b\x24\x32\x4d\xd2\x94\x24\x59\x40\xde\xd7\x15\xa8\xfd\xe8\x86\x9f\x5d\xfa\xe4\x9c\x7d\x9a\xa0\x47\x71\x4c\xa7\x21\xf8\x02\xf3\xad\x6d\xe0\x33\xec\x03\x00\x0e\x18\x7a\x5f\x20\x59\xe1\x8c\xca\xf9\x49\x2a\x22\x62\xe2\x81\x77\x61\x14\xa6\x29\x1b\x2c\x74\x2d\xe6\xd7\xc6\xe5\x21\x19\x43\x8e\x12\x36\x45\xac\x62\x92\x55\x14\x1c\xc5\x38\xbe\x18\xfb\x46\x28\xa0\x01\xf9\x91\x9e\xe3\xee\x06\xfa\x90\x8e\x33\x49\x0c\x6c\x76\x70\xb7\x89\xca\xc8\x39\xf8\x0c\xd4\x2f\x72\x69\xa2\x8b\x34\xee\x96\x17\xe9\xa2\x1a\x43\x44\xe9\x43\xbe\x4f\xb5\xc8\x92\x7a\x25\xba\x11\xe9\x30\x02\x6d\x0b\x8d\x14\xb4\x24\x75\x38\x61\x22\xa7\x0c\xa3\x9a\x96\x04\xcf\x06\xa0\x87\x19\x62\x0e\x43\xb6\x9b\x89\x11\x82\x63\x42\x2f\x84\xb9\xc0\xdc\xa1\xcc\x08\xe9\xf2\x21\x2e\x2b\xae\x18\x42\xef\x84\x53\x47\x30\xce\x0e\xf4\xa9\x64\x1c\x97\x4c\x68\x7d\x4e\x69\x26\x76\x85\x20\x61\xe4\x41\x38\x01\x4f\xef\xfd\x59\x32\xad\x7b\xf0\x54\x91\x34\xcf\x4e\x48\x58\x21\x52\xbc\x34\x83\xce\x3d\x54\xc9\xc7\xfc\x0c\x26\x2b\x07\x1c\xd2\x50\xa2\x90\x97\xac\x25\x3e\x91\xe3\x0c\xdd\x72\x48\xbe\xa8\xc5\xd0\x0a\x67\x65\x2c\x1e\x53\x41\x04\x95\x22\x98\x0a\xba\xcf\xb0\x87\x03\x70\x56\x93\xa3\xc0\x09\x0d\x92\xa2\xd6\xf4\xa2\x5e\x84\x29\x96\xf1\xc9\x64\x51\x13\x46\xeb\xac\xaf\x61\x1c\x8f\xb3\x6c\x31\x9f\xd0\x12\x8a\x6a\x0b\xa2\x22\xde\xf1\xfd\xab\xad\x9b\x63\x86\x29\xfb\x6b\xc8\x61\x1e\xd0\x8b\x9a\xad\x0b\x56\x1c\x59\xea\x38\x0b\x49\xb4\xa8\xea\x7c\x8e\x6d\x20\x56\x39\x49\xb2\x28\x5d\xc4\x94\x84\x24\x4d\x6a\x5a\x86\x29\x83\x83\xf0\xee\x5d\x1d\x33\x9a\xbb\xcc\x17\xa5\x64\x40\x3e\x29\x16\x35\x09\x31\x62\x53\x95\x86\xd5\x0c\x27\x1c\x57\x4e\x9e\xa6\x61\xc9\xea\xce\xe0\x43\x16\x13\xf4\x8e\x81\xaf\x93\x32\x8c\x28\x43\x18\x0c\xe2\xe3\x2e\xcc\x69\x52\xc9\xb5\x57\xd2\x39\xf8\x32\x62\xfc\x28\x36\xf7\xbf\x2d\x68\x16\x51\x2c\x90\xe5\x35\x2b\x04\xe7\xb2\x45\x49\x61\xbd\x54\x0c\x11\x6d\x38\xec\x48\x51\x7c\x75\x36\xf7\x13\xc1\x7e\xe2\x4b\x77\x24\xb8\x5d\x60\x6d\x3e\x9a\xd1\x31\x3c\x0a\x4c\xdc\x27\xbf\xe8\xd9\x87\xd5\x81\x4e\x33\x9c\x94\xbd\xe1\x49\x46\xa2\xcd\x40\x3f\x15\x40\xb8\x7a\x10\xca\x46\x58\xa3\x82\x46\x2a\x46\xbe\xf8\xe1\x42\x7c\x48\xae\xb4\x78\x73\xc8\x4b\x86\x84\xcd\x3f\x04\x4d\x81\xb8\x1c\x37\x96\x57\x98\x99\xde\x76\x08\x91\x3f\x34\x35\xc3\x52\x0b\xb8\xac\x73\xc7\x22\x2a\x68\xa4\xe9\x0a\xa3\x36\xd9\x3a\x70\x26\x35\xd6\xae\xc1\x6f\x39\x6d\x0f\x97\x2f\xbc\xa5\xf6\x37\xbc\x3c\x95\x42\x08\xd9\xd3\x18\x82\xea\xf1\x50\xea\x7d\x6c\x74\xb8\xb5\xe0\xba\x15\xa4\xcf\x0a\xf7\x73\xd6\x15\x5c\xe1\xe4\x7c\xeb\x95\x21\xde\x34\x1a\x38\xba\xfe\xcc\x73\x4d\x83\x5f\x33\xc3\xe5\xd0\x04\x1f\xc6\x31\xef\xe9\xbf\xa3\x97\xf3\xb0\xf0\x05\xed\xec\xa1\x43\x20\xf7\xe0\xf6\x95\x1b\xea\x51\xb7\x45\x57\xe4\x5d\x91\x7e\xb4\x46\xd7\xb8\x82\xcd\x86\x49\x19\x22\x56\xd8\x7e\xb6\x2c\x51\xd9\x8b\x93\x46\xd0\x7e\xef\x4a\xc4\x64\x94\x0e\xc0\x37\xae\xd5\xa0\x72\x20\xdd\x32\xa4\x76\xb4\x0b\x5e\xf1\xfa\x9a\xc4\x49\x09\xa1\x29\x55\xba\x18\x95\xfb\xc4\xbe\xff\xb7\x24\x48\x5a\x86\x67\x6d\x26\x88\x4d\x06\xdd\x47\xde\x3f\x82\x96\x5e\x63\x4b\x6b\x22\xe9\xda\x12\xcb\x0f\x20\x02\x04\x1d\x7b\x39\xe0\xc6\x48\x5b\x54\x2e\xd7\xce\xd0\x5e\x3a\x46\xbb\x3e\xb4\x61\xa7\x60\x6b\x5e\x03\x60\x94\x04\x7d\x30\xce\x50\xcd\x95\xe3\x02\xac\x8d\xde\x8d\xeb\xf0\xa6\x2d\xe4\x97\x19\xf0\x0f\xae\xcb\xa0\xe8\xe3\xc3\xca\x27\x58\x28\x5a\x56\xe0\x25\x1a\x96\xfb\x92\x0b\xdf\x46\x48\xdf\x42\x44\x1a\x01\x2d\x8f\xa1\xd4\x32\x57\x2d\x23\x2c\x2e\x0c\xdc\x12\x8b\xea\x23\x53\x52\xb8\x52\x01\x24\x22\x44\x0e\x3f\x61\x63\x63\x72\x16\x26\x69\x38\x49\xa9\x31\x32\xac\xf0\xbe\xb6\xc9\x65\x9b\xd3\x6a\x41\xc2\x0d\xc3\x46\x63\x45\x49\xcf\x92\x7c\x51\xad\xdc\x20\xab\xb0\x5a\x83\x98\x26\x00\x6b\x71\x5d\xc3\xe0\x53\x8c\xc7\xe2\xa0\x5c\x91\x53\x0a\x3e\x64\x07\xe1\x64\xbc\xee\x93\x72\x91\x0d\x1b\x3d\xf3\x49\xc5\x14\xb5\x61\x13\x03\x21\xb3\x24\x98\x77\x55\x14\x16\x54\x42\x32\xa8\xe7\x66\x9c\x1d\xbd\x94\x34\x09\x07\xbd\xd2\x36\x62\x5a\xc3\x82\x27\x1f\x8f\x80\xdd\x2e\xb8\x42\x72\x4a\x2f\xc9\x24\x81\xfb\x48\x15\x16\x99\x5c\x8e\x33\x3e\x66\x55\x40\x0e\x94\x31\x00\xe5\x2a\xd0\x2e\xeb\x7c\x9c\x1d\x1e\xdb\x1d\x39\xbe\xbb\xe9\x65\x83\xe8\xfa\x9a\xd6\x8a\xad\xd8\xa3\xf2\x0d\xad\xd8\x20\xba\x3e\x28\x58\x7c\x34\xb3\x3a\x27\x87\xc7\xfa\x58\x7e\x43\x13\x7a\xf5\xae\x19\x6d\xce\x22\x0d\x83\xa8\x7e\x60\xd3\x64\xef\x07\xe5\xf3\x09\x7b\x9c\x87\x85\xbe\x7d\xc5\x1e\xd5\x3d\x53\xf6\x74\x38\x38\x22\x43\x27\x05\xda\xfb\x59\xb6\x24\xb5\xd1\xd8\x2b\x69\x14\xcc\x92\x93\x19\xad\x6a\xcf\xf8\x72\x0a\xe5\xe1\x8a\xc8\xa2\xa6\x52\x42\x23\x98\xa3\x46\x18\x55\xf4\x2f\x30\x0a\xa1\x59\x8f\x36\xbd\xb8\x0c\xae\xc5\x42\x85\x2d\x41\x69\xe4\x07\x44\xc6\x51\xcd\x48\x0e\x19\x2a\x65\x12\xfc\x71\xc6\x7d\xd8\x12\x5a\x61\xb5\x63\x05\xe7\x18\xcd\x3a\x56\xed\x18\x8c\xf8\x63\x73\x87\x60\x9c\xb1\xb7\x09\x37\x4a\x44\x6b\x6e\x5d\x59\x0b\x52\xa8\x54\x7e\x3d\x99\xb2\x29\xfd\x6f\x4b\xab\xa9\xd5\xf4\xc9\x15\xc6\x41\x1c\x3a\xf4\xf2\x1b\x33\xf2\xb1\x4b\xd5\x59\x72\xcd\x26\xce\xe7\xef\xf4\x6b\x6d\x72\x4b\x34\x67\xab\x3a\x3f\xcf\x3c\x9e\x88\xa6\x11\xee\xcc\x10\x2a\x8d\x9b\x6d\x2e\xc9\x02\x47\x43\xed\x3a\x0a\xfa\x55\x20\xa8\x22\xaf\x76\xea\x37\x79\x5e\xc6\x95\x77\x45\x2e\x86\x78\xdf\x2a\x88\xd2\x84\x66\xf5\x3f\xfb\xe4\xd2\x7c\xf3\x17\x26\x51\xe4\x7d\xd5\x95\xd5\x19\x91\x7a\xdd\xd4\x53\xe0\x0a\xae\xd0\x53\xf8\x3e\x34\x43\x4d\xdb\x80\xb6\xa2\x75\xf0\x1d\x7c\x06\xec\xfa\x9a\xe7\xbe\x97\x1a\x8e\xa1\x2c\xad\x86\x9b\x75\x79\xeb\x1b\xd5\x1e\x0d\x8f\xd5\xb4\x9f\xdb\xd4\xb5\xd7\x06\x48\x33\x64\xbb\x5b\x41\x32\xca\x0f\xed\xd9\xb9\x2d\x40\xaa\x74\x6b\x94\x2b\xed\x3c\x2f\xe3\xcf\xef\x3c\xf6\xeb\xcd\x2c\xd4\x82\x70\xf1\xe3\xe3\x10\x8f\x5b\xe4\xf7\xa0\xa4\x60\xe3\x7a\xfd\x43\x66\x39\x1f\x06\x9b\x0f\xb6\xbd\xee\xd5\xf5\x5f\xef\x1f\xf5\x4f\x7c\x32\x5e\x67\x6f\xef\x6f\xa8\xb3\x3e\x2b\x78\x97\xb6\xeb\xfc\x99\x9e\xbc\xbb\x28\xbc\x63\x00\x54\x5c\xed\xa4\xc5\x2c\x9c\xd0\x3a\x89\x6e\xf0\xc5\x8f\xb0\xcb\x70\xf3\xcb\xfd\x2b\x8e\xc7\xcd\xd1\xe6\x31\x6b\x62\x71\xa2\xc0\x73\xd3\x82\x07\xf3\xfa\x25\x6c\xcb\x16\xab\x35\x76\xae\x01\x04\x78\x26\x38\xc3\xd8\x08\x8b\xcf\xef\xbc\x92\xad\x37\x9b\xd9\x68\x40\xa7\x5e\x29\xef\x90\xfb\xa4\xa4\xc1\x22\x4b\x60\x3f\x6d\x9b\x21\x0b\xd9\xbe\xc6\xeb\xd8\x86\xe4\x2a\x30\xa0\x61\x34\x83\x03\x31\x83\x95\x70\xbe\xc5\xf7\x76\x45\x52\x5a\x63\xc2\xa0\xa2\x63\xce\x38\x6a\x0a\xf6\xa1\x2c\x03\x4e\x3a\x9e\xfb\x0b\x5a\xb4\x5f\x68\x78\xfa\x31\x2c\xec\x34\x69\x55\x9d\x97\xf4\x0b\xb0\x8d\x38\x8f\x7c\x4e\x30\x2a\xb1\x4b\x45\x69\xe6\xf3\xd3\xd6\x1d\x15\x76\xd3\x70\x6d\xaa\xf0\x68\x38\x48\x6a\x5a\x7e\x60\xcf\x5e\x57\x04\x00\x1a\xbc\x24\x6b\x78\x3c\xce\x34\x10\xaf\x0b\xf7\xe4\x5f\x3a\x82\x08\xe1\xf6\xfd\x8d\xf0\x83\x34\x1d\xa9\x10\xa9\x80\x19\x1b\xef\xc1\xef\xc0\x74\xb4\xd1\x1c\xa5\x78\x49\xf0\x7f\xc0\x33\x0d\xe7\xd9\xcc\x1a\xeb\xd6\xe1\xfc\x70\x70\x74\xc4\x7d\x0a\xc8\xa6\x74\xf3\x58\x1b\x35\xfb\x6b\xf2\x20\xc8\x8c\x01\x56\xf6\x15\x04\xec\x17\x97\x5b\x98\xc2\x08\xc9\xe8\x86\xe0\xcd\xe1\xf6\xa2\xd1\x9a\x1e\xe9\xab\xd7\xc6\x91\x37\x23\x76\x2d\x46\xe4\xe1\x60\x00\xb7\x46\x3f\x86\x17\x1f\x92\xaa\x6e\xbf\xd6\xde\x88\xa2\x48\x5a\xaf\x84\x73\x57\x3f\x3c\x73\x69\xf8\xfa\xd9\x49\x12\xf2\x94\x71\x4e\x8d\x5a\x22\x46\x6c\x8a\x68\x60\x57\xc8\x1e\x3a\x36\xbf\x93\xe4\x84\xd3\x88\xea\xce\x96\xe8\x4e\x92\x01\xcd\x7e\xa0\x99\xba\x0b\x0b\x11\x21\xd8\x5b\x88\x3c\x9d\x9c\x40\x84\x06\xf6\x1c\x9c\xd0\x9a\xb5\xad\x5b\x5d\x58\xb0\x69\x74\xe1\x7b\x0d\xa2\x4c\x2b\x74\x78\x84\x94\x4d\x46\xc4\xbd\x1e\x89\x8c\xc1\x18\x05\xd1\x2c\x49\xe3\xd2\xca\x8b\xad\xd2\xf3\x0c\x5c\xa7\xdd\xd1\x8c\xe4\x53\xd2\x5a\x5b\x62\x3e\xbb\x75\x40\x96\xc7\x5e\x8c\x20\xca\x98\x3e\x2f\xd1\xcc\x31\x2d\xa4\x87\xa1\xb4\xc4\xe4\xe0\x73\x7b\xd0\x0f\xb5\x46\x22\xcc\xae\x78\xb4\xd4\xc5\xc6\x28\xd9\x4e\xd5\x6a\x7a\xd4\x02\x8a\xbe\x3d\xc6\xe2\x8a\xf1\x0f\x35\x0e\xc7\xc6\x66\x39\x83\xe3\x03\xb3\xdc\xff\x8a\x2f\x1a\x35\x79\x4e\xef\x58\xfe\xcb\x46\xeb\x8e\x0c\xd7\xf2\xf0\x9e\x12\x8f\xaf\x06\x93\x3d\xbc\x5a\xce\x1d\x70\xe9\x54\xb8\x74\x44\x5b\xd6\x8e\x82\x4c\xb5\x65\x6c\xb8\xc8\x54\x0a\x18\x5a\x05\x0c\x5d\xd8\x23\xaf\x98\xb9\x8b\x1b\xf1\xe8\x14\x04\x44\xc9\x7a\x53\x11\x0f\x4f\xef\xc2\x71\x76\xa8\xce\x6a\xa2\xb0\xa6\x27\x79\x99\xfc\x4e\xcb\x95\xcc\x3e\x54\x8e\xf9\x71\x26\xfc\xcd\x60\xbd\x51\x50\xba\x68\x5e\x8e\x33\x99\xd7\x37\xaf\x28\x09\x2b\x0d\xed\xca\xdc\x04\xe2\x46\xe4\x4e\x76\xc9\x26\x40\xc5\x82\xb6\x76\x7e\xa4\xec\x54\x25\x82\x96\x2c\xed\xb2\x28\xa4\x68\xe7\x65\x19\x05\x05\xbf\xe6\x49\xe6\x09\xbd\x80\x48\x06\x24\x65\x94\x26\xdf\xb5\x02\x75\x7e\x0a\x5c\x49\x80\x02\x7d\xf0\x7b\x38\xd7\xf0\x94\xb6\x82\x59\x4c\xc0\x39\xef\xfe\x78\xbd\x6b\xec\x40\x21\x84\x8d\x0d\xc8\xd0\x07\x30\x44\x94\xa6\x26\x83\xd4\xce\xca\xf5\x24\x66\x00\x61\x1b\x7f\x07\x3c\x85\x98\xd6\x37\xad\x06\x8f\x24\x0f\x08\xeb\x3c\xc8\x18\x34\x49\xe6\xb6\x5e\xc3\x08\xd1\x27\x4f\x06\x9c\x72\xd1\x3b\xeb\x41\xdf\x3c\x98\x90\x1e\xdd\x78\xf0\xc0\x5b\xf4\x65\x1a\x9c\x21\xb1\xc6\x65\xbc\xfe\x57\xcc\x82\xdb\xc5\xed\x43\x2d\x8c\x82\x3c\x04\x93\x07\x1c\x93\x32\x8c\x4e\x29\x53\xec\x0f\xc7\xeb\x1e\x9b\xc4\xf1\xfa\x21\xfe\xba\xc2\x5f\x70\xc9\xa8\x33\x5e\xef\x1c\x71\x93\x00\x4f\x99\x98\xc8\xef\x1e\xdd\x0c\x5f\xbe\x16\xa9\x82\xb5\x08\xef\xdf\x23\xd4\x6f\xc9\x63\xc3\xbd\x4f\x5c\x39\x98\x0c\x07\x29\x2b\xc3\x11\xaf\xd6\xb8\x4f\xb3\x33\xad\x69\xe9\xb0\x1a\x04\x1c\xe9\x6c\x2d\xcf\x15\x78\x1e\x26\x23\xa6\xb8\xe6\x78\x73\x9a\x14\x7f\xcb\xde\xd9\x89\xa5\xf4\xee\x34\xbc\x85\x60\x6c\x63\xde\xbc\xdd\x70\xd3\xcb\x11\xe8\xe9\x67\xd0\x2b\xaf\x44\xa8\x79\x0d\x00\x8f\x18\x96\xc4\x10\xf6\xbc\xf1\x95\x66\x31\xff\x06\xde\xee\x3c\x0e\x07\x7e\xfc\xa3\x7e\x47\x80\xd9\x3e\x6b\x64\x5e\xd4\x97\x2b\x7a\x20\xd9\x59\x67\x9d\x87\x58\xfa\x85\x1e\x91\xd5\x4c\xbf\xb5\xa3\x03\x08\xe6\x61\x92\x05\x33\x1a\xc6\xdd\xc0\xba\xee\x25\xc0\x15\x25\x3d\xfb\xd0\x00\x29\x82\x7b\x5b\x70\xd5\x87\x55\x9b\x60\x5d\x52\x18\xaf\xb9\x92\x23\x1a\x18\x30\x02\x5f\x96\x01\xd6\x1a\x57\xa7\xc6\xbb\xaa\x93\xd2\x1f\x71\xf8\x6a\x32\x81\x65\x58\x1b\xb9\x9a\xae\x48\x18\xc7\x43\x72\x68\x12\x23\x3a\xf1\x98\x59\xfa\x8d\x1c\xbb\x9b\x64\xab\xeb\xb0\x37\x5c\x39\x6d\xed\x15\x7c\x07\xd4\xd0\x05\x69\xc8\x05\xc5\x6b\xfc\xbd\x36\x32\x51\xb9\x59\xee\x54\x69\xe5\xa4\xbd\xe9\xaa\xcc\x22\x35\xcd\x2a\xd8\x47\xcc\x09\xcd\xe0\x8a\x2a\x5f\x6f\x3d\x36\x1a\x4c\xa3\x98\xd0\x59\x78\x96\xe4\x65\x40\xc0\x2b\x26\x44\x96\x00\xb7\x9b\x33\x5e\x96\x24\x15\xd8\x64\xb1\x4f\x92\xba\x22\xb2\xa6\xfa\x9a\xcc\xe7\x34\x4e\xc2\x9a\xa6\x97\xd2\x1f\x66\x9c\x29\xcf\x02\xf4\xbc\xe0\x4d\x88\xfa\xa1\x84\x10\x27\x25\x8d\x6a\xa8\xcb\x06\x20\x03\xd2\x08\x91\x7d\x18\x2d\x09\x57\x1b\xee\x2c\x43\x45\xff\x7c\xad\x15\x9e\xb7\x2a\x3f\x43\x37\x96\x50\xb2\x18\x7b\xcb\x54\x27\xa9\xca\xb3\xb7\x04\x0e\x21\xd2\xb3\x3a\xa7\xd5\xd8\xd4\x91\xbe\x2d\xc1\x79\xfc\x9b\x54\x84\x21\x1a\xaf\x7b\xdd\xc3\xa3\xab\x9b\x57\xaf\xc1\x05\xdb\x68\x2e\xc9\x4e\xbc\x68\xd6\x34\xf9\xb5\xfb\x3d\x26\x3c\x75\xcf\x87\xa9\xc7\x0f\xbb\x26\xef\xb2\xca\x82\x32\x97\xc7\x8c\x79\x24\x98\x10\xc0\x3e\xef\x17\xf9\xe1\x9b\xf5\x58\x1d\x20\x79\x53\x47\x80\x1c\x14\x79\x4c\x61\x2f\xd7\x8b\x98\x56\xbc\xf5\xf0\x39\xd9\x66\xd6\xd8\x90\xfd\xc3\xab\x98\x36\x6d\x36\x4d\x4e\x5c\xd7\x25\x85\x93\xae\x5b\xf1\x33\xe6\x83\xa9\x08\xac\x2a\xb3\xf9\xaf\xaf\xa5\x9a\xa1\x8f\x7c\x98\xc5\x65\x9e\x40\x76\x4d\xcc\xf0\x97\x85\x67\xc9\x49\x58\x8b\x14\x7f\xb8\x07\x8f\x79\xb2\x0c\xb1\xd2\xdf\xc1\x9a\xe3\xf1\xa4\x8f\xc9\xfb\x64\xcd\x60\x51\xd1\x72\xe7\x84\x87\x84\xc3\x76\x74\x42\x58\xb2\x8b\xad\x17\x0b\xf2\xa9\xc7\xb3\x04\xd9\xce\x1d\xfa\x99\x28\xa4\x9b\x15\xdd\xd8\xc6\x2d\x57\x15\xd1\x6a\x68\xbc\xe0\x01\xda\x30\xae\xf1\xf5\x35\x71\x24\x48\xba\x3d\x6f\x62\x45\x53\x73\xa3\xdc\x14\x2b\x9a\xd2\x8b\xc8\x2a\x07\x8f\x87\xac\x4d\xf3\x25\x44\x28\x87\x94\xb2\x9c\x3e\xf6\x93\xdf\xa9\x27\x9f\x18\x45\x41\x79\x9f\x0c\x70\x63\x7c\xcb\xc8\xba\x20\x38\x5d\x45\x53\xd4\x88\xf1\x16\x31\x7f\x53\xe7\x2b\x64\x81\x2c\xe1\xba\x26\x6b\x83\x93\x8d\xa7\x47\x41\xe6\xe3\x6d\x68\xf2\xb7\xe4\x96\x34\x37\xbd\x55\xce\x0a\xeb\x84\x58\x9d\x0a\xe9\xc7\xe7\x09\x33\x85\xe6\x10\x92\x0d\x32\xfb\x22\x8f\x2b\xc2\x04\x9c\xc6\xc0\xec\xd0\x98\x59\x45\xce\x67\x34\xe3\xae\x84\xc8\xb8\x92\x4a\xfa\xc4\xd5\x33\x3a\x37\x0c\x2d\xcc\x15\xcc\xbb\xb9\xc7\x60\xde\x7e\xe4\x2e\x63\xf6\xdd\x81\x42\x78\xc8\x5f\x73\x0d\xbb\x68\x05\x55\x10\xdb\xce\xe2\xf6\xdd\x34\x90\xbd\xd4\x16\xaf\x7c\xa9\xd5\x8a\x73\xb8\x62\x8c\x37\x25\xb9\xce\x20\x1d\x04\xf0\xf9\xfb\x4b\xbc\xdc\x2a\x5d\xf9\x2d\x0d\x0e\x3d\xf1\x41\x3f\x71\x2a\x70\xdc\x87\x6d\x04\xaa\x17\x33\x93\x3c\xcd\x88\xc2\xca\x7a\x5f\x24\x7d\xca\x88\x9b\x60\xbc\x31\x65\x05\x7a\xd8\x1a\xb5\x94\x1b\x9a\x23\xd1\xe0\xc6\x06\x9c\x97\x2f\x69\x11\x78\xb4\x10\x0b\xda\xba\x01\x48\xb0\x6c\x96\x6e\x47\x92\x2b\xdb\x8b\x6c\xa8\x41\x27\x3d\x6e\x6e\x8a\xcb\x77\x75\x6e\x7c\xde\x34\x3e\x37\x9c\xcc\x8c\xe6\x58\xad\x61\xd3\x99\x1a\xc8\xd6\x6b\x6d\xd2\x3e\xf1\xd1\x7f\x16\x22\xb5\xc2\x50\x26\xc2\x0e\x44\x16\xc9\xf1\xba\xe1\xc4\x46\x5a\xb7\x5a\xe5\x30\x70\x04\x39\x31\x21\xa1\xc8\x1b\xca\x06\x07\x60\x45\xb4\x41\x75\x3b\x8e\xf0\x51\x85\xfb\x9b\x0e\x5f\xbb\xa6\xeb\x08\x80\x6d\xe4\x31\xeb\xc9\x45\x50\xd2\x14\x5c\x8b\x75\x97\x85\x80\x7c\x0f\x4e\x09\xdf\x87\xd1\x29\x44\x00\xe1\x4e\x03\x8d\x95\xfe\x0d\x47\xfa\x0d\x18\xdd\x66\xce\x34\x21\x69\x5b\x1d\x3f\x24\x62\xd2\x69\xa3\xc9\x84\x74\xcf\x8d\xf7\x8a\xff\x19\xca\x59\xa7\x92\x4a\x26\x61\xaa\x28\xbd\x10\x9a\x1c\xf8\x47\xbf\x9f\xe2\x09\x39\xfa\x4d\x57\x75\xc9\x98\x64\x94\x2f\x18\x9c\xb0\xd2\xb4\x44\x1e\x83\x57\xe8\x0d\x24\x84\xc0\x5a\x58\x59\xf2\x26\x74\x8f\xc0\x23\x37\xe1\xc1\xad\x1c\x1c\xe1\x3c\x3e\xa9\x21\xa8\x34\x46\xd4\x04\x97\xda\x71\x26\x11\xe4\x32\x0b\x79\xb7\xd0\x3f\xcf\x68\x09\x5a\x74\x5e\x82\xb5\x0e\x29\xd3\x8b\xb0\x02\x47\x5a\xe1\xac\x93\x5e\xf6\xd0\xc0\x10\xf8\xf2\xdc\xca\xea\x2c\xbf\x94\x69\x56\xb5\x88\xb5\xe3\xac\xa4\x10\xca\x3a\xab\x11\xdd\xb0\x16\x7e\xbe\x4a\x33\xf7\xfe\x92\x2f\x48\x9e\xa5\x97\x24\xa3\x34\x46\xb0\xc9\x14\x3c\x8c\xcf\xc3\xac\x06\x37\x90\xa2\xcc\x4f\xca\x70\x3e\x0f\x21\x4e\x8b\xd4\xc3\xa5\xb8\xf9\x6f\xff\xfe\x3f\xc1\x48\x1d\x1e\x1b\xb3\xff\x4d\xfe\x22\x5a\xfd\xae\x9a\x67\xd8\xc4\x1c\x67\x75\x78\x4a\x49\x14\x96\x70\x3d\x5f\x24\x13\xc3\x91\xc8\x4b\x74\x01\x07\x55\x29\xe8\x5a\xfa\xb8\x29\xc9\xb9\xe8\x11\x83\x69\xe4\xf2\xfb\x57\x94\x51\xba\x14\x68\x91\x01\x80\x12\x4e\x7d\x2b\x3b\x07\x66\x6e\x9d\xd6\x0b\xba\x1e\xc1\xfe\xa0\x5b\x53\x17\x70\xa1\x08\xd9\xe6\x99\x9b\xf6\xc3\xb9\x0c\x47\x02\xc0\x11\x2b\x3c\x6c\xdb\x9d\xb2\x06\x91\xbd\xe3\xbf\x5d\x57\x26\x01\xf6\x33\xe4\xf0\x76\x0b\x9a\x19\xf0\xb0\x59\x9f\x0f\x13\x8a\x33\x63\x90\xe0\xd5\x92\x0e\x71\xbc\x99\x76\xa8\x5b\xdd\x3b\xf5\xd2\xe9\x82\x4d\x4a\xf7\x40\xf0\x54\xef\x0c\x98\x03\x53\x6b\x4f\xdf\xdc\x8b\xbd\xb1\x6d\xbe\x26\x36\xba\x91\x02\xdb\xb6\xfc\x4a\xbe\xae\x1d\xe9\x9e\x25\xba\x35\xd8\x0d\xb8\xd2\xe6\x0d\x7c\x3d\xa6\x0b\x97\xba\xc2\xb0\xb7\x94\x16\x71\x85\x94\xb5\x6c\xeb\x1d\xd8\xb6\xee\x85\x60\x5b\x65\xac\x88\xd5\x33\xa9\x6a\x80\x92\x61\x77\x88\x3b\xcd\x32\xc4\xe0\xc2\xf9\x3e\xb0\x59\x0f\x4e\xb0\xf0\xa8\xf6\xa1\xd5\x46\x06\xbb\xcd\xe2\x22\x7b\xbb\x8e\x9f\x81\x93\xfc\x40\xde\x80\x92\x08\x49\x6d\xcb\x89\x10\xfb\xea\x46\x88\xf4\xc8\x43\x5f\x3f\x32\x12\x4b\xa1\x15\x05\x06\x4b\x1a\x19\xec\x41\xf9\x9a\x41\x33\xe8\x9e\xc8\x3b\xd3\x30\x57\x9b\x4b\x20\x2f\x98\xf6\x05\xa4\xc2\x7f\xe1\x71\x81\xd1\x81\xbf\x81\xe2\xba\xa6\x6b\xae\x4e\xaa\xd7\x14\xbc\xc3\x2b\x79\x3b\x00\xf1\xd3\xf5\x3d\xa0\xa6\x1b\xa6\xaf\x88\x32\x1c\x7b\xbd\x50\x9d\x93\x9b\x23\x87\x4a\x66\x46\xd8\x36\x36\xb2\x98\x1d\x2b\x2b\x6f\x42\xc3\x4b\x74\xbb\x16\x35\xb1\x54\x83\x10\x84\x90\x41\xdf\x04\xe5\x9b\x5a\xa9\xde\x88\xa1\x07\x6a\x74\x7c\x8b\x5e\x6d\xbb\x45\x41\xad\xeb\x6b\xd2\x1f\x8f\x2b\x61\xf1\xc3\xcd\x8a\xeb\x6b\x7d\x7e\x25\xff\xc4\x8f\x0e\xa6\xe9\xd2\xbb\xf5\x59\x21\x9b\xae\x81\x87\x8e\xb9\xf4\xeb\x95\x46\xde\x31\x2c\xab\x8f\x7d\x53\x45\x5f\x32\xc0\x77\x53\xa7\xc5\x5e\x12\x2b\x24\xdd\xd5\x5b\xd4\x68\xed\xac\xd6\xa1\x4f\x6b\xdd\x31\xcc\x02\x54\x13\x30\x60\xa1\xd6\x78\x73\xf1\x1a\x62\xe1\x17\x6d\xf9\xb6\xaf\x58\xbc\xab\x34\x6a\xc8\x21\xfd\xb6\xff\xed\xf6\xe6\x1d\x6c\xbc\x16\xb7\xbb\x55\x26\x0c\xaa\x3b\xe2\x81\xe8\x33\xc0\xa7\xe9\xee\x93\xa4\xcf\x8d\xf2\xea\x6b\xb9\x37\x0b\xa3\xe6\x16\xde\xe0\x45\xa4\x53\xe6\x2d\x33\xad\x07\x83\x6f\x9b\x01\x0f\xad\x5a\xbe\xab\xd1\xd8\x66\x87\x88\xf1\x9a\xca\x20\xa8\xa3\xdf\x27\xb8\x0f\x57\x91\x28\xac\x68\x85\x19\x82\xc1\x14\x80\x45\xca\x2c\x84\x08\x13\x4d\x83\xc9\x1e\xf2\x8f\x15\xdc\x29\x85\xf3\xef\x7e\x5f\xc6\xd1\x27\x75\x99\x14\x29\x25\xbf\x2d\xf2\x9a\x56\xc4\x0b\xe1\x26\xe7\xf1\x78\x9d\xfd\x17\x4e\x22\xfc\xe3\xb8\x57\xd5\x97\xbc\x54\x92\x9d\x30\x7b\xcb\x22\x52\x4b\x69\x63\x34\x1a\xa6\x69\x7e\x7e\x00\xe0\xff\x51\x64\x0b\xc7\x6c\xb9\x70\x71\x14\xfa\xe3\xc2\xe5\xb6\x9d\x83\xbb\x48\x17\x73\xe3\xa3\x75\xd3\xa3\x29\x5f\xd0\xff\x48\x55\xf0\x97\x49\x1c\x87\x07\x2e\x96\xe6\x07\xfe\xce\x23\xad\x2c\x8f\xf1\xe4\x4d\xd7\x3d\x5b\x9c\xe2\xda\x85\x0d\x12\xee\xa6\x39\x13\x0c\xf9\xb6\x6d\x9c\x5b\xe6\x01\x75\xc0\x55\x36\x6f\x96\x0b\x1a\x07\x9c\x65\x7b\x39\x44\x3f\x50\x5b\xa2\x9b\xb7\xc7\x28\xac\x70\xf9\x90\x91\xbe\x98\x54\x8e\x12\xd0\xf9\xde\xe6\x91\xae\xe9\x1a\xdb\x5e\x0f\xc8\xa3\xae\x9c\x30\xf1\x51\xfc\x76\xf8\x51\xd9\x32\x72\xe5\x71\x20\x0f\x88\x27\xb1\xdd\x26\x8f\xc8\x90\x6c\x75\xdb\x06\x59\x31\x47\x17\xcf\x03\x5d\x7a\xb5\x1d\x32\x39\xb8\xb7\x8e\x0e\x53\xbb\xc9\x03\x6b\xe5\x40\x4b\x8d\xd1\xd9\xd8\x30\x9b\x76\x91\xb4\x03\x5c\x73\x16\x57\xa6\x70\xfb\xf7\x6d\x14\xff\x37\xa1\xf6\x3f\x46\xe9\xae\x49\xa8\x5c\x3e\x57\x30\x9d\x5c\xe5\x5c\x1b\x91\x37\xea\xeb\x65\xf0\x25\x2f\x9b\x59\x2c\x35\xf3\xc9\x39\x8d\x5b\x0d\xce\x44\x44\x10\x30\x56\x6b\x6d\x24\xa7\x91\x2c\x41\x88\x95\x75\x23\x04\x9e\x50\x45\x99\x4f\xc2\x49\x7a\xf9\x3e\xe3\x96\x9b\x9e\x5e\x14\xb9\x5f\x7b\x04\x95\xff\xa1\x58\xda\x37\xef\x47\xff\x43\x28\xd0\x4e\x71\xa4\xeb\x22\x75\x49\xe1\xc6\x26\x84\x0d\x39\x28\x29\xd7\x61\xba\x22\x6f\xeb\xfb\x2c\xa3\x62\x90\xec\xd3\x63\x56\x37\x28\x42\x91\x0f\x0e\x1e\xb5\x8d\x8f\xc6\x86\xc1\x12\x92\x02\xed\xeb\xc0\x90\xaa\x60\x0f\xe6\xf1\x6a\xd8\x81\x9f\x8b\xbd\xa7\xa7\x1d\xbb\x3f\x69\x86\xd2\x54\x2b\x56\x2e\x30\xd6\x1c\x0f\xfb\x22\xff\x24\x9b\x1a\x72\x92\x42\x20\x61\x5e\x03\x65\x7d\x09\x63\xac\x8c\x11\x07\xc4\x1e\xde\xcc\x12\x23\x78\x34\x51\x8e\xf8\x58\x18\xe2\x55\x96\x55\x2d\x07\x51\x21\x21\x3f\x81\x67\xb2\x56\xea\xb5\x0b\xbb\x96\x13\x2c\xab\xb7\x1a\xc0\x06\x0c\x5f\x36\x67\xf7\x75\xe9\x89\x95\x7d\xcb\x48\xfc\x88\xc1\xe0\x88\xb7\x8d\xc6\x8d\x53\x7e\x58\xbe\xd1\x56\x28\x5d\x4e\x7f\x7c\xb0\x30\x4e\x35\xbf\x4a\x05\x6f\xf0\xbb\xbd\x65\x80\x6f\xad\xce\x4c\x4a\x1a\x9e\x6a\x25\x39\xf5\x19\x10\xcc\x2d\x48\xd1\xdf\x9b\x71\xc6\x4f\x49\xb4\x4b\x82\x6a\xe7\x1c\xb6\xfd\xd1\x41\xa7\x22\xda\x66\x3b\x63\x43\xd6\x2e\xb9\xf9\xd5\xc3\x4d\x70\x32\x22\x57\x37\x0d\x0f\x16\x85\xa8\x9d\xe3\xcd\xf5\x45\xc5\x32\x40\x98\x5d\x67\xa9\xbd\x74\x71\x92\x64\xce\x4f\x78\x90\xf4\xee\xa2\xd6\xb3\x86\x88\xf0\x06\xf8\xea\x48\xf3\x85\xfe\x3e\xac\x92\x88\x9c\xd2\x4b\x79\x87\x97\xad\xcb\x46\xe7\xc7\x19\xe9\x91\x37\x75\x99\xf6\x78\x02\xac\xc3\x63\x2b\x7d\xd8\x37\x1c\x61\x58\x10\xba\xd0\x08\xde\xa9\x1d\x12\x7e\x42\xf2\x87\x1a\xb0\x20\x60\x03\x3b\x65\x99\x9f\xbf\xcd\xcf\x33\xd6\x06\x33\xa5\x55\x01\x29\x75\xbe\xa1\xad\x16\x48\xdd\x63\x8f\x2d\x8c\xee\xb1\x6a\xfb\xa7\xe2\x5f\xab\x65\xbc\x6c\x89\x4d\xef\x85\x27\xf4\x5f\xbb\xd7\x3e\x19\xaf\x17\xe1\x09\x1d\xaf\xff\x23\x21\xf1\x2e\x03\x5f\xbf\xc3\x63\x4c\x0b\xfd\x87\x28\xcc\x06\xd1\x75\xb8\xe5\xcb\x45\xe9\x38\xdd\x55\x4b\x4a\x1e\xef\x5a\xab\x62\x85\x3b\xfc\x06\x91\x37\xcb\x4b\x82\x97\x55\x1a\x61\x09\x1c\xa3\x87\x64\xdb\x02\xed\xa7\xe2\x6e\xb0\x44\x46\x41\x1b\x98\xa0\x87\xbb\x63\xa6\xcd\xaa\x1b\xec\x37\xa1\xb8\x14\xea\x3b\x9e\x04\x08\x81\xda\x33\x2f\x0e\xe1\xdd\x53\xff\xee\xa2\xe1\xd7\xbd\xea\x95\xf9\x1f\xbd\x43\x5b\x3c\xb4\x5d\x9b\x6f\xa6\xfa\xe4\x67\x85\x9c\xfe\xb6\xc9\xa1\x8d\xd8\x11\x19\x92\xc3\x23\x75\xc3\xfe\x4f\xb4\x36\x62\x72\xe9\x37\x65\x20\x6b\xaf\x70\x1f\x55\x57\x51\x30\x0a\x98\x08\x89\x01\x71\xd9\x44\x40\x2a\x2e\x03\x8f\xc7\xeb\x78\x1d\x78\xbc\x7e\xdc\x52\x5f\xa4\x06\xf6\x44\x7c\xb6\xa2\xcc\x23\x5a\x41\x64\xe5\x09\x65\x5f\x7e\x5b\xd0\x32\xa1\xb1\x38\xd0\x17\xe7\xf8\xc7\xe3\x75\x5e\x17\x80\xef\xd6\x33\x5a\x9e\x27\x6c\x2a\x93\x5a\xdc\xa0\xa9\xc8\x31\x53\xec\x8f\x1b\xbe\xa7\x86\x40\x5e\x54\x5c\x6d\x35\x4e\xb9\x85\x4b\xfc\xea\xc9\x5a\xc5\x49\xd9\xbe\x48\xd4\x8a\x7f\xa9\x9c\xc3\x73\x2a\xf3\x3a\xb7\xe6\x64\xde\x26\x5a\xbf\x94\x24\x1f\xde\x01\xec\xda\xa8\x99\xd7\x18\xe0\x8a\xb9\xe0\xf7\xb0\x75\x6f\x4e\xd5\xb3\x9d\xb2\x0c\x2f\xe1\x62\x8b\xeb\x42\x02\xbf\x74\xfb\xd2\x52\xa7\x20\x68\x8d\xa0\x04\x73\x8e\x41\xd7\x0a\x19\xd0\xc6\x2c\x20\xa9\xa9\xa5\x64\xcf\x83\x91\xaa\x1f\x6f\xe7\xc0\x5d\x22\xcc\xbd\xbe\xc2\xc4\x60\x84\x29\x11\x86\x9e\xd5\xd2\x33\xb2\xf3\x3f\x86\xe4\x97\x30\x60\x90\x75\x47\x25\xf6\xdc\x74\xd7\x93\x81\x80\xd1\x0f\x42\xf5\x72\xe4\x1c\x40\xb8\xda\x09\xe7\x3d\xfc\x92\x8f\xe1\x0b\xa5\xd5\xef\xba\x14\x3a\x0d\x4e\x65\xc1\xf1\xad\xc6\xf5\x6f\xb0\x75\x9f\x33\x7a\xc8\x03\x2d\x80\x44\xe3\x38\x57\xd6\xd7\x94\xc2\xcf\xe2\xde\x99\xe4\x03\xe9\xa5\x8c\x22\x48\xf4\xd0\x6d\x46\x44\x22\x75\xf7\x9a\x17\xd5\xe2\x60\xfc\x23\xcc\x28\xef\x33\xb4\xb5\x6d\x0c\xd6\x21\x3c\xc8\xe4\x97\xda\x80\x19\x6b\xa4\x41\xeb\x8e\xd1\x11\x5e\xc2\xc2\x51\x8a\xaf\x3d\x05\x71\x9c\xa5\x49\x55\xfb\x24\x2f\x11\xff\x64\x4a\xb2\xbc\xc9\x4f\x71\x55\xdf\x3a\xb0\x70\xe0\xf3\x8f\x3a\xba\x72\x50\x1a\x83\x28\x02\xb9\x88\xf8\xc0\x46\xa0\xa1\xb0\xae\xf1\x86\x34\xc4\x69\xd5\xdc\xb4\x20\xfa\x10\xec\xc6\x48\x8f\xdd\x76\xe2\x6c\x8e\x5d\xbd\xdf\xa4\x4b\x33\xcc\xbe\x8c\x5f\x2d\x8b\xaa\x9d\x2c\x2c\x29\xac\x48\x7a\x51\xe4\x65\x4d\xae\xc8\x1b\x5d\xe6\x62\xac\x42\x5b\x35\xf0\x2d\x7b\xca\x37\xe2\x2e\xf9\xa6\x23\xa0\xef\xf2\x0b\xf4\x6d\x2d\xcf\xb7\xef\x7c\xaa\x17\x3f\x94\xf9\xfc\x03\x50\x98\x2d\xeb\xfd\x86\xc0\xf3\x1d\xcc\xd7\x6f\x3a\x18\xb2\x75\xfe\x1e\x56\xfb\x8f\x79\x0d\x7f\xe8\x4e\x62\xe2\x51\xc1\x38\x80\x61\x68\xd1\xb4\x7c\x47\xfc\xaa\x22\x89\x4e\xf5\x69\xf1\x1b\xa1\xac\x7c\x07\xed\xbb\xde\xbd\xc7\xcc\x16\xce\xc9\xf6\x55\x24\xb5\x46\xa0\x1e\xdf\x0c\xb3\xe4\x37\xd5\xf0\x97\xe3\x6c\xdd\x87\xc3\xc0\xe5\xff\xac\xf7\x1f\x90\x83\x3f\xbf\xdf\x27\x3f\xbc\xff\xf0\x8e\x7c\xd9\xd9\x27\x6f\x76\xf7\xde\xbf\x7b\x4b\xde\xff\x78\xb0\x4b\x0e\xfe\xbc\xf3\xe3\xee\x3e\xf9\xe1\xf3\xee\x47\xb2\xf7\x79\xf7\xe3\xbb\x83\x3f\xbf\xfb\x69\x9f\x00\xf9\x79\x1f\xde\xff\xfc\xfe\xc7\x3f\x91\x9d\x03\x22\xec\x90\x93\xa4\x9e\x2d\x26\x8c\x1f\xf5\x8b\x32\x9f\xd3\x7a\x46\x17\x95\xfe\xe7\x24\xcd\x27\xfd\x79\x98\x64\xfd\x73\x3a\xe9\x2f\x92\x7e\x49\xc3\xa8\xee\x85\x45\xd1\xaf\xca\xa8\xcf\x94\xd9\xaa\x7f\x52\x86\xc5\xac\xff\xe6\x23\xec\x01\x04\x75\x25\x4e\x88\x35\x04\xde\xec\xbe\x45\x64\x3f\xbc\x7f\xf3\xee\xc7\xfd\x77\x6f\xc9\x4f\x3f\xbe\x7d\xf7\x99\xec\xfc\x48\x76\xf6\x76\xde\xfc\xf9\x1d\x79\x18\x0c\xc4\x47\x9f\xec\xbf\x7b\x07\x10\xbe\x01\x4f\x0e\x83\x2f\xcf\x71\x96\xcc\xf9\x4a\x52\xb7\x38\xc8\x0d\x9e\x38\x77\xfe\x49\xd9\x61\xfd\xb3\x84\x9e\x77\x5e\x6a\xe5\xff\x9c\x9c\xcc\x20\x77\x2c\xe4\x11\x75\xd6\x11\x5e\xaa\x46\xbd\x3a\x3c\xa9\x54\xe9\x94\xfe\x4e\xcb\xfe\x4c\xc0\xea\xbc\xd4\x56\x77\x33\x47\xb9\x76\xd3\xa4\x56\x29\xc9\x3b\x1b\x1d\x99\xdd\xaf\xb3\x11\x44\xf3\xde\x34\x8f\x16\x15\x8d\x3b\x5a\xd2\xbf\x7c\x51\xa7\x49\x46\x87\xa4\x93\xe5\x19\x55\xd9\x89\xf9\x7b\x2d\x11\xb8\x51\x00\xcd\x10\xfc\xb7\x03\x09\x6a\x61\xeb\x99\x96\x0a\xb6\xca\x39\xde\xc1\xdc\xd9\xa2\xae\x9e\xd9\xbc\x33\x5e\x7f\x4b\x7f\x0d\x7f\x5e\x90\xfd\x30\xab\xc8\xc7\x3c\xcb\x99\x2d\x23\xd3\x9d\x77\xec\x76\xb4\x90\xb0\xaa\x29\x0d\xa2\xc0\xbf\xc3\x88\x2d\xa5\xbd\xea\xb2\xaa\xe9\xdc\xff\x3e\x4d\xb2\xd3\x8f\x61\xb4\x0f\x8f\x3f\xe4\x59\xed\x8f\xd7\xf7\xe9\x49\x4e\xc9\x4f\xef\xc7\xeb\xfe\xe7\x7c\x92\xd7\xb9\x3f\x5e\xff\x33\x4d\xcf\x68\x9d\x44\x21\xf9\x91\x2e\x98\x39\xbb\x53\x26\x61\xea\x8f\xd7\x7f\xcc\xeb\x1c\x90\x1c\xaf\xfb\xe3\xf5\x0f\xc9\x84\x62\x1c\x72\xf1\xae\x0a\xb3\xaa\x57\xd1\x32\x99\xfa\xe3\xf5\x1d\xd6\x36\x81\xbc\xbe\xe4\xdd\x3c\xff\x35\x81\x4a\xa2\x3d\xd7\xab\xfd\xcb\xf9\x24\x4f\xe1\x1d\xb4\x64\xd4\x55\xa3\x20\xc7\x41\x5c\x19\xe1\xdc\x4e\x8d\x05\x4f\x7a\xdd\xb9\x37\x18\x0c\xc4\x88\x37\x52\x0d\x77\xee\xc5\x94\xfd\xa7\x4f\xc9\x17\x9e\x06\xb8\x33\xc9\xd3\x58\x7c\x50\xe4\xb1\x55\x5c\x90\x38\xac\x40\x00\x32\xd9\x87\x1b\x9b\x8d\xf9\xc9\xf2\xcc\x81\x1a\xcf\x10\x2c\x5a\x2f\x69\xdc\x31\xbb\x73\x4b\xda\x7c\x9d\x90\x21\x61\xbe\x4e\xc2\x5a\xea\xf8\xce\xa3\x27\x83\xe2\x42\x51\xf1\xdd\x49\x8d\x18\x19\xab\x3b\x8b\xac\xa2\x75\xc7\xca\x57\xcd\x71\x80\xd4\xf1\x3a\x22\x32\x53\x76\xe7\x61\x71\x41\xb6\xe8\x9c\x3c\xc4\xdc\xed\x36\x00\x95\x0e\xbf\xf3\x68\xf0\x9d\x63\x76\xed\x34\xc6\x1a\xa9\xa7\x79\xc8\x3a\x0a\x39\xac\x05\x5c\x39\xe7\x2f\x5e\xbc\x70\x40\x6b\x4d\x05\xae\xc0\x62\x62\xe4\x83\xbc\x18\x92\x4e\x6f\x6b\x4b\xa1\xac\xfa\xb4\xa5\x8d\xac\x3e\xae\xe3\xf5\xce\x2e\xd3\xae\xd8\xa8\x76\x7c\xd2\xf9\xb0\x88\x92\x38\xc4\x41\xfe\x09\x43\x37\x69\xaf\xff\x54\x86\x19\xbc\x50\xeb\xe5\xa5\xcc\x50\x8c\x54\x62\xb1\x1a\x6d\xb0\x1e\xea\xb3\xab\xcd\xd2\x3c\xc9\x44\xea\xf1\xa5\x83\xb9\x2c\x1f\xb8\x4e\x62\x3c\xf1\xbb\x3e\xb7\x7a\x2e\x54\x46\x4a\x92\x58\x44\xf6\xec\xce\x40\x11\x90\xca\xa9\xde\x11\x29\xd5\xd5\x47\x9e\x01\x5a\x2f\x8f\x59\xc8\x3b\xbd\x87\x06\xf1\xe2\x68\x88\x3e\x6e\x39\xbe\xf1\x54\xd5\x9d\x2a\x4f\x93\xd8\xfe\x28\x16\x5b\x63\xb5\x6a\x74\xa8\xa5\xc3\xee\x6c\x3d\x14\x0d\x68\xcb\x79\xa5\xa4\xec\xff\x96\x43\xc7\x53\xc1\xff\x5b\x8d\x1d\xcf\xb4\x6d\x0d\x9e\x63\xf8\xb4\x1c\xe7\x6a\x6c\xec\xf4\xe6\x06\xdd\xb7\xf2\x64\x8d\xc3\x3f\x7d\x3a\x99\x3a\x9a\x95\x0e\x73\xd0\xaa\x6a\xcf\x21\x07\xe8\xd3\xe9\xa3\xa9\x0b\x46\x9c\x84\x27\x59\x5e\xd5\x49\x64\x6b\x11\xea\x4b\x8f\x32\x7d\x46\x9f\x6b\x3d\x13\x7c\xe7\x51\x71\x41\x60\x78\xc9\x3d\xfa\xf4\xc9\x60\xeb\x51\x53\x7b\x70\x11\x5a\x94\x67\x1a\xca\xf9\xc5\x7e\xf2\x3b\x72\x20\x4e\x48\xbd\x49\x6e\x30\x22\x4c\x47\xdc\xd9\x7a\xaa\x26\x99\xc9\x2c\x29\x13\xb6\x3a\xee\x29\xd3\x88\xc2\x4a\x61\xdc\xa9\xf3\xa2\x23\x99\x3d\xa6\x44\xee\xd8\x19\x91\xc7\xe3\xf1\x98\x86\xcf\x9f\x77\xb4\x64\xfd\x86\xbc\x89\xf2\x38\x61\x7d\x31\x39\xe9\x67\x9b\xe6\x65\x4a\x76\x85\xa8\x36\xc3\xcf\xc2\x28\x5a\xce\xd3\x56\xcc\xd1\x6e\x2c\xd2\xa5\x3d\x8a\xf4\x1e\x49\x54\x9e\x3e\x79\x18\xbf\x18\x2c\x63\x10\x32\x6b\xfb\x0a\x4d\x89\x74\xed\xb7\x80\x93\xa9\xda\x57\x02\xf9\x1f\x56\x01\x29\xf2\xb3\xaf\x00\x51\x26\x66\xbf\xad\xd3\x3c\x29\xfb\xaa\x43\x3c\x79\x32\x75\x0e\xb1\x3d\xdb\xee\xd6\xea\xcb\x62\x45\xe4\xff\xcb\x2a\xc8\xd3\x6c\x31\x5f\x65\x74\x79\x4a\xf6\x5b\xa0\x89\x74\xec\xab\x40\xfc\xcf\x2b\xe1\xc7\x73\xb0\xaf\x3c\xb6\x4f\x1f\xba\xc9\x77\x8b\xfd\x77\xdb\xd8\xca\x8c\xeb\x2b\xe1\xff\x5f\x57\xc1\xbf\x36\x38\xfe\x2d\x6b\xef\xc5\x13\x27\xf2\x94\xbe\x88\x1f\x3e\x57\xc8\xf3\xb0\xa3\x86\x3d\x08\x76\x62\xab\x41\xc8\x6a\x0a\x14\x34\x95\xd0\x60\xdd\x4d\xe1\x30\x7d\xce\xfe\x6b\x13\x8e\xe5\xc9\x24\xf4\x9e\x3c\xf4\xc9\xb3\x17\x3e\xd9\xda\x7a\xe4\x93\x41\xf0\xb0\xab\xf3\xf8\x66\x83\xb7\x2b\xf8\xa0\x5e\xa7\xc9\x70\xc6\xec\xc7\x8e\x91\x9e\xde\x65\xc6\xc4\x9a\xec\x56\xce\x60\xba\x86\x7e\xc8\x16\x7c\x4f\xee\xa2\xde\x0e\xf2\x29\x9d\x08\x89\x28\x14\x18\xfc\x64\x18\x03\xaa\xb9\xf6\x9e\xb6\x69\xdb\x2b\xb4\xeb\x06\x4a\x5e\xdb\x0c\x7e\x25\x8d\xb6\x45\x31\x13\x13\x0a\x22\xa9\xb5\xff\x37\xb6\xf5\xf3\x0d\xf8\x98\x5a\xe2\x2d\xe8\x30\xed\x61\x25\x6c\x34\x7c\x98\xc0\xb7\x1a\x18\x4a\x2d\xe8\xd6\x29\x0f\xe3\xf8\xa9\xab\x11\x4e\x48\x55\x11\x66\x7f\x0b\x70\x3a\xab\xb8\x22\x71\x58\x9e\xf2\xf4\xc9\xe4\x66\x9c\x39\x96\x34\x2b\xb1\xf2\x8a\x16\xf6\x8f\xae\x78\x87\x25\x55\x23\x39\xbd\x8d\xb8\xee\x4c\xb1\x8f\xd8\xcf\xf3\x7f\x7b\x8a\x35\xf1\xf8\xb7\xa6\xd8\x65\xd8\xfc\xcd\x28\xf6\xd9\x53\xf6\xdf\xdf\x8c\x62\xdb\xc0\xb9\x28\x16\xa3\x1c\x38\x09\xb6\x28\xf3\xf9\x6f\xa9\xdc\x01\x85\x90\x38\xe6\x7e\xa8\x88\xd5\x76\x88\x10\xeb\xf0\x64\x08\x3b\x9f\x01\xe6\x6c\x33\x36\xaf\x64\xbb\x5a\x29\x08\x62\xad\x97\x7b\xf1\xfc\xf9\x93\xd0\x55\x14\x83\x05\x68\x45\xc3\x47\x5b\x4f\xb6\x9e\xb8\x8a\x72\x15\xc3\x68\xfe\xf9\xe0\xb9\x13\x03\xa1\x69\x7b\xf0\x24\x94\xc9\x1f\xc3\x39\xed\xae\x54\x1f\x82\xb6\xfe\x68\x76\xf6\xf9\x60\xd0\xd2\x5f\xa6\x4c\x41\xd0\xa2\xe6\xa7\x79\x1e\x27\xd3\xc4\x1c\x8c\xd6\x56\xc1\x84\x75\x0d\xd2\x6f\x8b\xb0\x14\x67\x2a\x8e\xef\x98\xd7\xab\xf9\x3e\xc9\x20\x1e\xa4\x6a\x5b\xee\xe8\x99\xe5\xa2\x7c\x3e\x87\xe8\xfc\xaa\xaf\xcf\x9f\x77\x7c\x34\xdb\xb8\x01\x9e\xd4\x61\x9a\x44\x58\xfb\xa8\x0b\xe7\x19\xeb\xfd\x07\xe3\x8c\xc0\xff\x77\x3e\xb4\x80\x4a\x7f\x87\x33\x0b\x1e\x64\xb3\xea\x03\x47\xe6\xa7\x6a\xf2\xd4\x82\xe1\xf9\x8e\xec\x7e\x7e\xff\xa7\xf7\x3f\xee\x7c\xf8\xb6\x73\x8b\x07\x7f\xec\xdc\x02\xc7\x4b\x3f\xbc\xf8\xcc\x3a\xc0\x4f\x14\xa0\x33\xc6\x31\x02\xb3\x23\x20\x96\x10\xe5\xe9\xa2\x3b\x78\xd4\x40\xae\x49\x87\xad\x74\x56\xb8\x51\x74\x9f\xd6\x35\x86\x32\x53\x35\xaf\x49\x87\xa9\x72\x06\x70\x69\xb8\x11\x1c\xae\xfa\x02\x39\x10\xd4\x1a\xaa\xca\x70\x4a\xbb\xa8\x68\xb9\x57\xd2\x29\x2d\x69\x16\x89\xaf\xbc\x25\x28\x50\x51\xd4\x6c\x87\xc4\xab\xcd\xcf\x70\xf9\xef\x2c\x4f\x62\xe9\x47\xdb\x97\x91\x08\x54\xea\x47\xa6\x4a\x96\x70\x06\x41\x92\x8c\xec\x14\x05\x9b\x37\x8b\x77\xe9\xd3\x4a\x46\x38\x76\xfc\x6a\x23\x7f\xfb\x4a\x74\xe5\xb5\xa7\xf7\x85\x0f\x9b\xef\xea\x09\x0e\x0c\x7c\xea\xf7\x09\xad\xd2\x24\xab\x7b\x71\x52\x31\x9e\xd1\xcb\xe8\x45\x0d\x62\x80\xfc\x13\x1b\xe0\x2a\x2a\x93\xa2\xee\x61\xa1\x7e\x96\xf7\xe0\x7e\x9e\x34\xed\xad\x71\xa8\x1c\xe3\x70\xd5\x66\x1b\x2c\xd4\x51\x91\xa7\x82\x40\x89\xe8\x98\xd0\xd3\x45\x25\xba\xe9\xe9\x23\xd1\xe5\x81\x6b\xd6\xfd\x75\x9d\xa8\x7c\x72\x45\x7e\x78\xe3\x33\xc0\x78\x14\x0d\x7f\x7e\xa6\x53\x79\x82\x25\xe9\x4d\x1e\x70\x7d\xbf\xa8\xeb\x3c\xf3\xc9\xfb\xac\x58\xd4\x7f\x2a\xf3\x45\xa1\xff\xbd\x13\xc7\xe6\xc7\x03\x36\x0f\x06\xb4\xaa\x2e\xc3\xc2\x00\xa9\x94\x22\x9f\xc8\xb3\xb2\xfd\x82\x46\x49\x98\x42\xcc\x5b\x9f\x9c\xf2\x83\x53\x56\xe8\x27\xb8\x39\xe1\x1b\x69\x47\x57\x3a\xd3\xd3\xa2\x22\xfb\x64\xaf\xa4\x91\x0f\x07\xec\x61\x59\x43\x24\x66\x17\x0c\xf0\x67\x30\x80\xf0\xb8\x10\x1f\xf9\xe9\x88\xcf\xd3\x79\xee\x66\xd0\x67\x9f\xdf\x53\x90\xe2\x12\x8a\xa8\xbb\x0b\xab\x1f\x24\x1a\xce\x75\x6c\x5c\xaa\x3a\x2f\x2f\xad\x47\x71\x3a\xce\x13\x90\xee\x64\xf1\x7b\x4c\x19\xea\x6a\x86\x27\x02\xab\x8c\x66\xd4\x78\x1b\x9b\x8d\xb4\x72\x0f\x07\x0d\xcb\x68\x66\x00\x60\x64\xce\x3d\x00\x9d\x7d\x4b\x32\x93\x7e\xf6\xca\x7c\xfe\xe9\xc3\x3b\x15\xd6\x91\x1f\x83\xd3\xfd\xba\x0c\x6b\x7a\x72\xe9\x93\x8c\x9e\xdb\x2f\x15\x6c\xc5\x3e\x7b\x49\xae\xb9\xd2\xf6\x50\x6b\xd1\xdb\x62\xab\xc3\x72\x8e\x60\xaf\x1a\x9e\x0b\xec\x65\xd3\xd3\xc2\x7c\xfb\x19\x03\x8d\x43\x7d\x87\x0b\x45\xe3\x3d\x5b\xc2\x8e\xe1\x30\x8c\x65\x83\xac\xc4\x39\xb0\xaf\x6d\x01\xf8\xca\x76\xf0\x1d\x5a\x99\x68\x20\x10\xa7\xef\x06\xc4\x1f\xf2\xac\xde\x39\xa7\x55\x3e\xa7\xef\xa3\x3c\x53\x23\x38\xcd\xcb\x3a\xc4\x0f\x5c\x38\x32\x39\xce\xdf\x18\x20\xa6\xe1\x3e\x4c\xb8\xcf\xfe\x2a\x92\x2c\xd3\x57\x9a\x0e\x66\x5a\x52\xda\x83\x3d\xe2\x5e\x75\x76\xd2\x4b\x18\xbf\xd2\x20\xed\x85\xf5\x8c\xf1\xd3\xe4\x62\xaf\xcc\x8b\x4a\xa0\x1d\xf4\x83\xa0\x0f\x3c\xb3\x6f\x95\x30\xb0\x90\x6c\xef\xc6\xa8\xe8\x94\xe4\x1d\x2d\x6e\x35\x0e\x98\x0a\x90\x8a\x19\x3d\x2c\xfa\xf3\x90\xcf\x2a\x41\xf7\xe6\xe3\xbb\x8b\xa2\xa4\x55\x05\x26\x44\xb1\xa8\x11\x65\x20\x26\x88\xc2\x3a\xe4\x01\xac\x40\xa4\xe5\x99\x2a\x8d\xe9\xbd\x87\xc4\xa3\x17\x45\x29\x4a\xe9\x92\x8d\x80\x9b\xe9\xe5\x9f\x71\xed\x8a\x12\xdc\xdf\x6f\x4e\xeb\x32\x89\x98\x30\xad\xac\x2f\xf4\x82\x46\x8b\x9a\x7e\x62\x75\x87\x9c\xf3\x4b\x88\x69\x1e\xe2\xc1\xde\x24\xcf\x53\x1a\xa2\xbf\x14\x5e\x33\xd9\xd1\x68\xcd\xf5\x5d\xe7\x51\xae\xef\x1f\x12\xf4\x65\x57\x5f\x6e\xb4\xa0\xe0\x97\x59\x38\x4f\x22\x74\x05\xd6\xb9\x28\x8e\xb2\xf6\x86\x8f\x70\xbf\x4f\x76\x8c\xb5\xc8\x3a\x89\x6b\x1b\xc3\xe3\x97\x61\x81\x7e\x6f\x4c\x21\x22\x79\x46\xe1\x12\x3f\xcd\xca\x84\xb1\x23\x00\x90\xf0\x74\x5b\x10\x98\x0b\xc6\x92\x24\x35\x9d\x57\x81\x12\x94\x10\xcb\x9a\x8f\x70\x83\x89\x68\xe1\x1b\x1b\xdf\x60\x82\x8b\x12\x72\x03\x13\x35\x6c\x76\xb9\x97\x7a\xb1\x25\xd3\x09\xa3\x54\x2e\xa2\x3a\x2f\xbd\x76\x68\x7e\x0b\x08\xe9\x33\x56\xcf\x92\x4a\x38\x0c\x52\xe5\x01\x2a\xee\x42\xc1\x67\x1d\x04\x19\x19\x10\xa1\xd8\x0d\x1a\xac\x05\x10\xbe\x88\x32\x3f\x6c\x72\xbc\xee\x10\x16\x47\x52\xd1\x57\x36\xdf\x23\xd7\xe0\x63\xf7\x9a\x5c\x37\x58\x22\xff\x64\x39\xb9\x71\x40\xe2\x8e\x9e\x67\xf4\x23\x30\x51\xe9\x76\x83\x7a\x46\x33\xcf\x2b\x69\x65\xe6\x25\x45\x52\x93\x21\x30\xe1\xa6\xa8\x0a\xf3\xff\xd2\x2c\x76\xdb\x2d\x46\xfb\x8a\xa0\xa8\x57\xf1\x28\xdd\x25\xad\xc8\x9a\x8c\xec\x5e\xd2\x4a\x04\xf1\x97\x77\x1a\x5f\x0a\xcb\x5f\x5e\xa5\x83\xf8\xdb\x23\x32\x70\x25\x58\x2a\xa9\x4a\x42\x76\xa3\x6a\x62\xa3\x5c\x7e\xbf\x67\xd4\x3b\x6c\x8e\xa9\x91\x4a\x18\xaf\xc9\x42\x6b\xda\x6e\x66\x9d\xc3\xd5\x59\xed\x0d\x77\x37\x1d\x36\xa9\x02\x23\x6d\xfc\x06\x83\x6b\xe6\xf9\xe2\x79\x77\x7e\x53\x19\x31\x9e\x0f\xc8\x36\xf9\x8d\xb0\x77\x32\x34\xd4\xb3\xa7\xdd\x20\xca\xb3\x28\xac\xbd\x4e\x10\x04\x1d\xf3\x96\x6d\x0c\xbe\x0d\x43\xd2\x51\xcb\xb2\x63\x14\xe0\x39\xe5\x7e\x33\x5e\x26\xd9\x34\x6f\x36\xac\x07\xd4\xd7\xcb\xdf\x18\xf7\xe8\x55\x16\x83\xfe\x5f\x0f\xc3\xde\xef\x3b\xbd\x7f\x19\xf4\x5e\xfc\x32\x3c\xda\xbc\xdf\x57\x9b\x1f\xd6\x74\xe1\xfc\xf2\xdc\x6d\xfa\xf8\xea\x73\x11\xa8\xdc\x0c\xae\xd7\x62\x14\x18\x75\x58\xee\xd6\xda\xa5\x44\x11\xcf\x4c\x03\x60\x5e\x0c\xbe\x31\x58\xa9\x25\x6f\x86\xe4\x87\x37\xaf\x6c\x89\xb9\xd1\x22\x97\x5e\x43\x8c\x58\x58\xde\xb2\x86\x2f\x45\x95\xef\x16\x51\xbe\x2d\x8a\x7c\x4b\x00\xf9\xb6\xd8\xf1\x35\x51\xe3\xbb\x25\x8c\xef\x16\x2c\xbe\x2d\x4f\xc0\xb6\x91\xab\x5c\x5c\x0c\xc8\xea\x30\xc9\x68\xc9\x4c\x8f\x11\xb7\x41\x5e\xfd\xf9\xe0\xe3\x87\xb7\xc9\xd9\x3b\x64\xd9\xaf\xb5\x2c\x43\x58\x8b\xe9\xf7\x46\x05\xcd\xc7\x8f\xf3\xab\x46\x9d\x2b\x34\xb7\x80\x8d\x08\xbd\x82\x0b\x28\xb0\xed\xbc\xcf\xb4\x9b\x64\x49\x9d\x84\x69\xf2\x3b\xe5\x89\x99\x41\x39\x8b\x09\xba\xf9\xd6\x70\x8f\xb1\x2f\xfe\x14\xd7\xdc\x03\x6e\x37\xa2\x1d\xe5\x79\x3a\x23\xeb\xf7\xc9\xf7\x8b\x24\xc5\x9c\xe9\x5c\x70\x12\x26\x1e\x65\x8e\x7a\xbc\x97\x89\xa5\x2d\xb5\x45\x10\x55\x20\x12\xd7\x6b\xfe\xc5\xcd\x59\xe8\x36\x8a\xe3\xa8\x7b\xfa\x14\xa8\x42\x95\xf4\x52\x35\xa2\x04\x45\x96\x98\xc2\x1c\xc5\x2d\x52\xd5\xd3\x57\xb5\x43\x75\xb7\x13\x0b\x96\x74\x9e\x33\x59\x78\x45\x16\x65\x3a\xd4\xe8\x96\x6c\xeb\x0f\x43\xd2\xe9\xf0\x9c\x4c\x18\x42\x00\x26\xe5\x23\x10\xe9\x87\xa4\xaa\x87\x3a\xc1\x92\x1b\x2b\x84\xc0\x8d\xc9\xa2\x74\x62\x57\xef\x55\x19\x79\x61\xdf\xa1\xdc\xa8\x8b\x75\x2e\xfa\x26\xdb\x0e\x8b\xcf\x6b\xe8\xea\x5d\xb8\x09\xa5\xdc\x63\xcc\x39\x0e\xc2\x4a\x53\x48\x65\x29\x24\xd5\xd1\x68\xc4\x77\x72\xc8\xb6\x76\x96\x30\xd4\xed\x04\xac\x71\x24\x39\x5e\xbf\x4f\xb8\x13\x7c\x5e\x92\x92\x9a\x49\x75\x79\x76\x71\xbd\xc3\x6c\x29\xf1\xa8\xe1\x9f\xe9\x34\xe0\x7e\xdb\xda\x45\x12\x2c\xd0\xe4\x9e\xfd\x3e\x0f\xee\x2a\x96\x4a\x9c\xd3\x8a\x64\x79\x4d\xe8\x45\x52\xd5\xe4\x12\x5c\xd0\x11\x95\xa4\x0e\x74\x7e\xbc\xa6\xaf\x7a\xd1\xa4\xc1\x98\xeb\x59\x99\x9f\x03\xe9\xbd\x63\xc6\x93\xd7\xa1\x17\x05\x3a\xe2\xbf\xc9\x63\xfa\x11\x2c\x2a\xc5\x3b\x08\x45\x46\x01\x89\x10\x58\xe3\x9d\x6e\xbb\xfc\x55\x69\x37\xe4\xa1\x0c\xcf\x96\x84\x51\xb0\x34\x2c\xe2\x3c\x1a\x6a\xec\x94\x13\x82\x98\x2e\xc8\x81\xa3\x51\x9a\xb2\xe3\xf4\xb7\xce\x5d\x0d\xaf\x6b\x95\x01\xf2\xb4\xde\xea\xb8\x41\x80\x97\x8f\x8b\xb4\x4e\x8a\x94\x4a\x7b\xbd\x0a\xf2\x29\xde\xa7\xb4\xe4\xab\xb6\x2d\x61\x01\xb5\xf6\x30\xac\xaf\x56\xd2\x04\x53\x94\x9b\x57\xd3\xed\x1e\xb4\xec\x25\x38\xfb\x04\x87\x60\x69\x92\xd1\x2f\x25\xa6\xb1\x31\xca\xf0\x6b\x8a\xf9\xd4\x3b\x0c\x82\xc0\x79\x6b\x21\x08\x02\x6b\x93\x24\x08\x02\x6b\x9f\x84\xd5\x6d\x5c\x54\x08\x82\x40\xed\x5a\x1c\x99\xb8\x69\x9b\x4a\x5e\x47\x09\x4e\x08\xac\x52\x55\x98\xfe\x79\x13\x2e\x6b\xc2\x5d\xf6\x0c\x37\x5e\xaa\xae\xad\x13\xb5\x98\x47\xac\x43\xc6\x37\xb3\x5a\xbf\x4f\x0e\x66\x49\xc5\x7b\x4f\x92\x8a\x84\x71\x4c\x63\xb0\x7a\xf2\x05\xc4\x84\x89\x68\x4c\xb3\x88\x92\x2a\x17\x19\xdd\x31\x80\x31\x5c\x07\xd2\x24\x01\x89\xcb\xbc\x88\xf3\xf3\xcc\x82\x7f\x96\x84\xfc\x1a\x3c\x39\xcf\xcb\xd3\x4a\xc2\x9e\xa4\x8b\xb2\x14\x90\x0c\x1e\xd1\x98\x11\x93\xa1\x37\x22\x4d\xc0\x95\xd6\x0e\x36\x62\x6a\x82\xec\x07\x2e\xb8\x7a\x67\x43\x8d\x0c\xba\xd2\xc8\xb4\xc2\x9c\x89\x9f\xb3\x80\x9f\x8b\xbe\xdd\xfd\x18\x30\x44\x3d\x57\x02\xbc\xa5\x01\x28\xec\x10\x33\xe6\xb3\x45\x05\xc6\xf5\x59\xb3\x5e\xeb\x30\x38\x06\x42\x0e\x05\xa3\x97\xe6\x48\x7c\xdb\x58\x98\x9a\x99\x73\x20\xda\xc2\x66\xb4\x8d\x85\xeb\x4d\x6b\x67\x30\x03\xfa\xf2\x2e\xb9\x77\x25\x6f\x6d\xf5\xc8\x08\xc6\xd1\xca\x34\x30\x74\x0e\x53\x02\x68\xc6\x13\x71\xe0\xab\xa1\xb6\x3f\xdc\x1d\xe2\x5d\xb2\xe6\x20\x36\x15\x62\x5e\x5d\x4b\xfc\x54\xe7\x3c\x40\x4d\xd7\x1c\x5f\x43\xaf\x38\x32\xf5\x07\x53\xc2\x70\x91\x0a\xd2\x4b\xa2\x6e\x84\x62\xac\x01\x63\x25\x89\x34\xc8\xe8\xab\x3a\x24\x2e\x11\xe9\x6e\xd4\x12\xdd\x5c\x98\x5b\x05\x02\xb8\x39\x22\x49\xe6\xc6\x4a\xb3\x08\xdc\x47\x4a\xf2\x30\x2d\x69\x18\x5f\xa2\x2c\xad\x7c\xf2\xeb\xa2\xaa\x1b\xba\x04\xe7\x65\x10\x8d\x5c\x7e\x89\x41\xb9\xad\x02\xa3\x69\x19\x86\x5f\x33\xe3\x54\x92\x92\x66\xa4\x4a\x2d\xf8\x53\x2b\x33\xd5\xb0\x69\xe7\xaa\x37\x92\xa8\xac\x10\xd2\xfd\x3e\x19\xaf\x83\x60\x1f\xaf\x33\x56\x0b\xd1\xd7\x17\x4c\xd3\xe7\xb7\x2b\xb9\xce\x49\x4a\x9a\xc5\xb4\xf4\x19\xcb\x3d\xa7\x24\xce\xb3\x4e\x0d\x41\xd9\x21\x9a\x3f\x87\x54\xd2\x5e\xb9\xc8\xf0\xf6\x38\xbf\x75\x48\xcf\x68\x79\x49\xea\x64\xce\x13\x40\xaa\xc6\x74\x9b\x81\xd5\x96\x50\x5a\x8f\x96\x70\x9f\x76\x96\xe7\xa7\x55\x9f\x5e\xcc\xc2\x45\x55\x27\x67\xb4\x17\xd3\xa2\x02\x83\xd2\x27\x87\x0e\x93\xcc\x65\x8f\x99\xc6\x98\x69\xe5\xb9\x6c\x45\xd3\x50\x44\x9d\xf4\x48\x50\x1e\x67\x33\x7c\x4e\x5f\xbd\x16\x23\xfd\x4a\x1d\x00\xe1\x96\x1c\xd3\xd2\x47\xe3\x75\x2a\xa1\xf7\x20\x70\xd5\x78\xfd\xb5\x9a\xa8\x57\xd6\x31\x12\x93\x7d\x79\x76\x70\x59\xb0\x9a\x45\x49\x0b\x9a\xc5\x46\x05\xa3\xca\x01\xbd\xa8\x5f\x5b\x82\x89\x5b\xac\x64\x9b\xbc\xb2\x77\xc3\x93\x28\xcf\x46\x57\x72\x5b\xfb\x86\x54\x45\x92\x91\xfe\x6b\x32\x5c\x52\x16\x36\xc3\x6f\x48\xff\xb5\x11\xa4\xe8\x55\xbf\x15\x0b\xfd\x13\xf4\x49\xff\x16\x27\x67\xa4\xa4\xd3\xd1\x95\xbe\xca\x6f\x8c\xf1\x8a\xe6\xbd\xe6\x90\x91\xfe\xaa\x83\x16\x16\xae\x31\xc3\x13\x3c\x6b\x5e\x80\x0a\x7a\x93\x3a\x63\xe4\x99\xa7\x79\x09\x63\x9e\xcc\xc3\xf2\x72\xbc\x4e\xf2\xec\x4d\x9a\x44\xa7\xa3\x2b\x9d\x5c\x6e\xac\xe1\x7e\x87\xdf\xcc\xa1\xc1\xc6\x56\x1a\x12\xfd\x0b\x7f\xf9\x0a\xbb\xda\x95\x19\x29\xf9\x36\x2f\xd7\xfb\xec\xad\x13\xe3\x84\xf3\x17\x91\xd1\x10\xb6\xf1\xc6\xeb\xff\x34\x09\x27\x34\xed\x97\x8b\x8c\x2d\xc9\xfe\x8c\xa6\x05\x2d\xab\x3e\xad\xe6\x7d\x5e\x12\x92\x79\x89\xda\x98\x5a\xea\x0b\x2a\x47\x7b\xe8\x0f\x9b\xd0\xea\x43\x9e\x57\x74\x05\x90\xcb\xaa\x1b\xed\x84\x15\x13\x95\x4c\xeb\x7b\x2f\xf7\x1d\xe2\x15\x1a\x70\xd6\x33\x20\x27\xd9\x8c\x96\x49\xbd\x32\xca\x46\x79\x1d\x92\x3c\x2b\x66\xbc\x37\xcf\xf4\xf3\x45\xfb\x7c\x98\xf5\x94\x11\x9f\x38\xe3\x29\xca\xbc\x00\x57\x67\xfd\x48\x47\x52\x9e\x28\x05\x2f\xc0\x69\xd7\x38\xf8\x99\x87\xc5\x41\xfe\xa6\xaa\x3e\xe6\xf1\x22\xa5\x95\x4f\xea\xf0\x44\x34\xa0\x1d\x7e\x2d\xea\x24\x85\x8a\x67\x61\xc9\x2c\x6b\x8e\x00\xdf\x43\x15\x99\xa4\x87\x0a\xb7\x20\xcb\x63\x94\xb6\x49\x86\xd7\xe2\xd4\x27\xa6\x7b\xc1\x27\xe1\xfd\x22\x3e\xf1\xf2\xb8\x4a\xf5\x1a\x79\x46\x77\xa7\xec\x4f\xef\x50\x7b\x09\xd3\xef\x6b\xc5\xa6\x8b\x2c\xd2\x9f\x71\xab\x9f\xeb\x9d\x72\x44\x86\x8d\x12\xf8\x5d\x0c\x82\xd1\x30\x26\x3f\x83\x95\xc1\xba\xce\x17\x05\x6e\x18\xf2\xde\x43\x2f\x3a\xd3\xbc\x9c\x77\xc4\x12\x62\x45\x7f\xc8\xcb\x39\x44\xde\xb8\xa7\x22\x6f\xc8\xbb\xec\xde\x2f\x72\x9e\xb9\x39\x6e\x92\x92\xc7\x6a\xfb\x44\x2b\xc5\xa5\x81\x84\xc0\x0a\x78\x6c\x26\x2a\x33\x6c\x00\x93\x8e\x52\x25\x81\x27\x32\xd2\xe0\x04\x4c\x8f\x80\xa3\x02\x38\xed\x64\xb5\xaf\xaf\x09\xaf\x24\xab\x04\x27\xb4\xc6\x6d\x3f\xfd\x31\x98\x24\x59\xec\xb9\x57\x93\x07\x05\xa5\x26\x87\xd5\xaa\xc5\x64\x9e\xd4\x12\x0a\x3e\xde\x01\x0a\x17\x7d\xbf\x48\xf4\xf8\x1e\x03\x74\xb4\x28\xf3\x3a\x27\x23\x18\x88\x00\x1e\xd8\x1a\xe0\x5d\xc7\xaf\xaa\x1b\x72\xd8\xf0\x8d\x57\xd2\x69\x57\xcf\xef\x05\xf8\xc1\x78\x04\x82\xfe\xb4\x6d\x12\xc7\x57\x80\xa0\x74\x1d\xfc\x03\xca\x95\xd0\x60\x49\xa7\x88\xb1\x89\x90\x1c\x11\x15\xd5\x00\xde\x78\x4d\x6c\xca\x26\x0a\x25\x9d\x06\xa2\xbc\xae\x67\x59\x8d\xa0\x2e\xa5\x37\x82\x6f\xbc\x26\xa5\xdc\x2f\x38\x25\xab\x2e\xea\xde\xdc\x62\xc9\x88\x29\xc4\xe2\x81\x7c\xaf\x97\x15\xcb\xc7\x2e\x2b\xde\x6b\x65\x91\x25\x58\x05\xf1\xa5\x56\xea\x20\x3c\xb1\x8a\xd4\xe1\x89\x01\x45\xee\x66\x9b\x70\xf0\xb5\x56\x32\xac\xeb\x32\x99\x2c\x6a\xe0\x58\x4b\xa5\x8e\xa7\x41\xf2\xc9\xe1\x78\x5d\x76\x15\x73\x2e\xcb\xde\xe0\x23\xe2\x8c\x7f\xd7\xe1\x89\x78\x89\x08\x8c\xd7\x8f\x94\xf5\xc0\x46\x1c\x60\x01\x0e\x16\xd7\xf5\x14\xb7\x56\x7f\xfa\x62\x98\xb6\x91\xb9\xf4\xf0\xb1\x43\xb8\x27\x74\xd7\x57\x63\x6e\x2d\x18\x83\xe7\xe8\xee\x59\x7c\x9f\xdf\x3b\x08\x4f\x7c\x29\xbc\xbd\xab\x1b\x5f\x1b\x22\x2d\x4c\x6a\xc9\xb8\x70\x63\x3c\x35\x46\xca\x7b\xc4\x49\x91\xaf\xdb\x1b\x53\x71\x65\xeb\x93\xe9\x16\x9e\xc5\xcb\xc4\xba\x95\xa2\x44\xfe\xfd\x92\x7f\xb4\x98\xad\xfe\xf8\xb2\xa1\xa6\x40\x33\xff\x5f\xd3\x4c\x9c\x6e\x87\xff\xb0\x62\xde\x29\xae\x3b\x70\x67\x04\xce\x38\x3b\x6d\x92\xf5\xdb\x25\x2f\x7c\x2f\xf3\xb4\xad\x6a\x05\x17\x1a\x9d\x9f\xc4\x45\x45\x5b\xf3\x58\x45\x98\xc7\xc9\x59\x47\x6b\xba\x73\xc2\xf4\x65\x43\xba\xa3\xce\x8d\xd6\x97\xc6\x68\xb5\xd7\x86\x70\x96\xcb\x9f\x73\xd3\x36\x3e\xaa\x73\xd1\x36\xfe\xc9\xfa\x2c\x3f\xb3\x07\xf9\x45\x74\x59\x7e\x15\x2f\x64\x09\xe4\xa9\x4d\x6e\x7a\x07\x0e\xb9\x2a\x6f\x64\x98\xe1\x5f\x02\x0b\x8d\x4f\x4a\xce\xf8\x2d\x7c\x11\x06\x60\x9b\x74\x26\x75\xd6\x83\x99\xe9\x75\xc8\x26\xbe\xe5\xbc\xd1\x57\x43\x61\x94\x13\x6f\x19\x13\x55\xaf\x3b\x4d\x56\xfa\x37\x65\xa4\x6e\x86\x89\xec\x12\x29\x4a\x23\x9b\x56\x96\xa8\x97\xb9\x13\x67\xd4\x2a\x6a\x0c\xf2\x57\xb0\x2f\xf9\xca\xff\x15\x3d\x0a\x5e\x8e\x4b\xc9\x33\xe6\x39\x1c\xf4\xe0\x77\x7c\xc0\xef\xec\xff\x7e\x9f\x7c\xa6\xfb\xb3\xb0\x2c\x68\x49\xf8\x4e\x0a\xc9\xb3\x88\x92\xf7\x70\xe0\x0e\xdb\x86\xf5\x8f\xe1\x3c\xc9\x4e\x58\x79\xdc\xae\x7b\xfb\xff\xb2\xf7\x2f\xfc\x6d\xdb\xc8\xc2\x38\xfc\x55\x90\x9c\xfc\x22\x2a\xd5\xc5\x4e\xdb\xdd\x3d\x4a\xd4\x6c\x6a\x3b\x8d\xcf\xc6\x49\xde\xd8\x6d\x9f\xbe\xb6\x8f\x0d\x8b\x90\xc5\x35\x45\x6a\x09\xca\xb6\x9a\xf8\xf9\xec\xff\x1f\x66\x70\x25\x40\x4a\xf2\x25\xdd\x73\x9e\x6a\xbb\xb1\x44\x02\x83\xc1\x60\x30\x18\x0c\x66\x06\xb4\x64\x07\xc9\x94\x7d\x4c\x46\x17\xa0\x9f\x44\xd1\x93\x8e\x6c\x48\x9e\xe5\x16\x48\x31\x3d\x9f\x18\x18\xb8\x3f\xb1\xf3\x9d\xeb\x59\x04\x8e\x2c\xa6\x90\xb5\xe0\x81\x83\x39\xde\x56\xc8\xa2\xfe\x61\xf7\xf0\xe8\xe8\xf8\xf3\x4d\xd4\x7e\xf6\xcd\xab\x5e\xe7\xe8\xe8\xe8\xe8\xbf\x9f\x7c\xf9\x8f\xa3\x23\x7e\xdc\x3f\xef\x10\x08\x20\x7c\xf2\xb4\xd5\x7e\xa1\x20\xdd\xa8\x7e\x39\x6d\x27\xfc\x17\x9a\x26\xb1\xc0\x3a\x8a\x65\x7a\x2e\xbf\xe9\x0f\x30\x57\x8c\x02\xaa\xcd\x9a\xa8\x69\x63\x45\x38\x5f\x3c\xc4\x69\x05\x64\x38\x6e\x41\xfa\xf7\x84\xbf\xa7\xef\xa1\x8c\x50\x55\x05\x6d\xc0\x18\xba\x2a\x5a\xa2\xc2\x7e\x59\x44\x1c\x2f\xe4\xf7\x91\xb3\xbb\x90\xb1\x2b\x68\x1a\x4a\xd7\x34\x12\x1c\xd7\xf0\x90\x12\xcb\x29\x28\x99\x42\x5a\xb2\x02\xd3\x59\x16\x66\x24\xa2\xff\x3e\x3a\xe2\xdf\xb4\xbf\x44\xe2\xcf\x93\x36\x50\xbf\xd5\xee\xd8\x98\xbe\x7f\xbd\xb7\x43\xe0\xf4\xb5\x64\x62\x1d\x85\x4c\x52\x45\xcb\x29\xb3\xfd\xfa\xe0\xf5\xc9\x3f\x76\x7e\x23\x43\x72\xfa\xe4\xb3\xa8\x71\x73\xea\x14\xd8\xf9\x65\xe7\xfd\x81\x2a\xd1\x7b\xf2\x59\x55\xa8\x14\x83\xc7\xaf\x3f\xee\xca\x92\xad\x5e\x4c\x4b\xda\xa5\xb3\xc4\x6d\x0e\x8f\xd6\xf2\x02\xd6\x84\xc2\x35\xc0\x00\x88\x83\x0f\x3f\xfd\xf4\x6e\x67\x40\x4e\x0f\x01\x40\x99\x9f\x9f\xa7\x6c\x78\xf4\xd8\x6a\xf8\xe8\xf1\xf1\xa9\x5d\xf7\xc6\x69\x61\xcb\x5a\x0a\xbc\x26\x76\xdf\x7f\xfc\xf9\x60\xa0\x7b\x8a\x26\xa9\x06\x60\x90\xa7\x3e\x04\x68\xeb\xed\xeb\xf7\x3f\x09\x34\xd1\x16\xfa\xe4\xb3\x26\x53\x85\x2e\xe2\xf3\xe3\xbb\x9f\x3f\x0d\xc8\xe9\x59\x3a\x2f\x9a\x0b\xfe\x63\xe7\xb7\x9f\x3f\x0e\xc8\xe9\x05\x5b\xcc\x67\x4b\x8b\x6e\x7f\xf8\xf5\x3d\x16\x8e\xf3\xab\xac\xb9\xf8\x9b\x0f\x5b\x3f\xef\x0f\xc8\x29\x58\xd0\x9b\x8b\x6e\xbd\xdb\xdd\xfa\xc7\x89\x1a\x4f\xd1\xc5\x34\x19\x5d\xd8\x75\xe4\x58\xc8\xd1\x0e\x80\xe8\xf7\xd9\x34\x29\x4b\x16\x57\x5f\xfc\xfc\x71\xfb\xf5\x81\x20\x1b\x1a\xcc\x9b\x11\xd9\xf9\xf4\xe9\x83\xa0\x1b\xa4\x77\x68\x2e\xfa\x76\x77\x5b\x40\x9d\x24\xf1\x12\x98\xfb\x6f\x3f\xfc\x3a\x20\xa7\x7c\x92\x5f\x39\x05\xeb\x59\x40\xcc\x6b\x94\xaa\x7b\x79\x0c\x2b\xc7\xa1\xcf\x0d\xef\x5e\xef\xef\x9f\x08\x96\x12\x0a\x0e\x5d\xf0\x96\xd7\xf0\xfb\xd7\xbf\x9c\xbc\xf9\xf9\xfd\xd6\xc1\xee\x87\xf7\x03\xd2\xda\x0b\x97\xd8\x3f\xd8\xf9\x38\x20\x9b\x2e\x36\x01\xee\xb3\xdb\x9b\xe6\x59\x39\x59\xde\xe2\xe2\xfe\x5a\x5c\x30\x5a\xdc\xb5\xc1\x8d\xb5\x5a\x8c\xd9\x88\xc6\xec\xce\x6d\xba\x8d\x1e\x3b\x65\xff\xc1\x16\x7b\x90\x86\xda\xc3\xa4\x35\x9f\xb5\x06\xe4\xdb\xbf\x79\xa0\xbf\xfd\xdb\x00\x5e\x7a\x2f\x5a\x62\x42\xb6\x06\xe4\xbb\x0d\xef\xd5\x77\x1b\x03\xf9\xda\xaf\x25\xa3\x3d\xbf\xfd\xab\xdf\xd2\x5f\x07\xf2\xb5\x5f\x4b\xc5\xac\x7e\xfb\x9f\x7e\xb5\xff\xb4\x72\x34\x55\xeb\x95\xf4\xac\x35\x20\x7e\x25\x51\x47\xbc\xf3\x6b\xa0\xc6\xd0\x1a\x90\xe7\x3e\x86\xcf\x05\x86\x4c\x9d\x99\x7b\x35\x33\xcc\x36\xb0\xf9\xad\xf7\x6e\xf3\xdb\x81\x7a\xef\xd7\x9b\x41\xb2\x6a\xd1\x39\xbf\xe2\xb7\xdf\x0e\x74\x81\x70\xcd\x6d\x1c\x85\x6f\xbf\xf3\xeb\x7e\x37\xb0\x8a\xf8\xb5\xf9\x24\x81\xa1\xd8\xfc\x8b\x8f\xef\x5f\x06\xea\xbd\x5f\x6f\x94\x67\x65\x91\x8b\xdd\xda\xa6\x4f\xa2\xcd\xbf\x0e\x4c\x89\x40\x9b\x32\xe3\xc3\xb7\xcf\x7d\x74\x9f\x0f\xd4\xfb\xc0\x38\xb6\x06\xe4\x6f\x7e\x17\xff\x26\xba\x18\xc2\x11\x33\x58\x0a\xee\xf4\x3b\xf7\xdd\x5f\x06\xba\x40\xbd\x48\xfc\x25\x61\x57\x5a\x18\xb6\x84\x66\x01\x29\xb7\x50\xf0\x19\x81\xa4\x05\x85\x99\xbf\xee\x94\xbb\x60\x0b\xe5\xc3\xf4\xf9\xa6\xfa\xe6\x63\xc1\x38\xc7\x4b\xf2\x62\xbf\x80\xf4\x5e\xdd\xcf\x8b\xb2\x66\xd6\x0a\xb4\xfe\xff\x79\xc6\x06\xa4\x1b\x98\x19\xe3\xbc\x98\xd2\x52\xbc\xf3\xa7\x75\x4c\x17\xa2\x87\x6f\x19\x8d\x59\xf1\x46\x17\xf4\x07\x94\x5d\x97\x05\xc5\x02\x5c\x94\xf0\xe9\xc9\x4b\x06\xbe\x41\xe2\xed\xf7\xde\xdb\x69\x92\x6d\xc3\x21\x7a\x37\xc0\xa2\x53\x7a\xad\x5e\xfa\xbc\x3f\xe7\x6c\x0b\x4f\xca\xc5\x7b\x9f\x61\x46\x79\x9a\xd2\x19\x87\xda\x9b\xde\xdb\x34\x1f\xd1\x14\xde\xf9\xf2\x49\xee\x6c\x64\xd3\xcf\x7d\xca\x49\xd5\x15\x14\x5f\xd1\xeb\xe7\x3e\x01\xf1\x88\xd6\x94\xf0\x29\x07\x11\x36\xe2\x95\x4f\x32\x19\x21\x0f\x6f\x7d\x92\xcd\x39\xdc\xc3\x3b\x12\xfd\x7e\xee\x13\x8d\x27\x31\xfb\x71\xb1\x9f\xc4\x80\xbc\x4f\x37\xc1\xa2\x1f\xc6\xbf\x32\x76\xb1\x2d\xbb\x21\xca\x05\xe8\x47\x53\x96\xc5\xb4\x10\x25\x01\x13\x9f\x88\x97\x72\x12\x88\xb7\x3e\x19\x45\x2f\xce\x68\xf1\x51\xe8\xea\x53\x1c\xa6\x4d\x9f\x96\x67\xb0\x7d\x14\x0d\x6c\xfa\x54\xbc\x4a\xe2\x73\x56\x7e\x94\x99\xc8\x90\x89\x02\x52\x45\x16\x93\x1e\x17\xdd\x80\xc4\x4a\xce\xb3\xbc\x60\x9f\x18\x8d\xf3\x2c\x5d\x88\x32\x3e\x5d\x2f\x18\x9b\x7d\x98\xb1\x4c\xbc\xf5\xc9\x0a\x5a\xe3\x87\x6c\x7f\x92\x5f\x89\x02\x3e\x5d\xd5\x41\x54\x77\xd3\xa7\xa5\x00\xbd\x8b\x91\xda\xa2\x80\x4f\xc9\x0b\xb6\xf8\x31\xc9\x62\x20\x43\x88\x21\xcf\xe6\xa2\xeb\x3e\xf5\xc0\x9f\x10\x0e\x4e\x0f\x60\x97\x30\x20\xdd\xc0\x64\x96\xe3\x2c\xf6\x73\xbb\x62\x95\xb9\xa4\xa9\x68\xc9\x27\xa4\x2a\xf9\x36\x9f\x17\xa2\x84\x4f\x48\xc9\xd7\xaa\x80\x4f\x45\xc1\x13\x72\xe6\xf8\x44\x34\xee\x8f\xb1\x9c\xd7\xfe\x9c\x57\x6f\xf7\xd9\x8c\x42\xc8\xbd\xe0\x2e\x7f\x12\x80\xf2\xfc\x21\x4b\x17\x07\x93\x22\x9f\x9f\x4f\x44\x9b\x1f\x66\x98\xbd\xad\xeb\x13\x18\xdb\xdb\xac\x17\xe8\x72\xd2\xbf\x61\xb4\x9c\xb0\x62\x77\x84\x11\x04\x41\x91\x2a\x96\xb0\x34\x1f\x5d\xf8\x0b\x0b\xb6\xd2\x52\x53\xc7\x2f\x30\x9f\x0d\x48\x8b\x16\x45\x7e\xd5\x0d\x29\x4d\x31\xdc\x7d\x22\x0b\x84\x35\xa4\x59\xc1\x2e\x93\x7c\xce\x75\xb1\xb0\x4a\x94\x41\x80\x90\x2c\x52\xa3\xfe\x94\x79\x4c\x17\x4e\x73\xdd\x51\x52\x8c\xd2\xc0\x0a\x0b\x09\xa9\x31\x0d\x1f\x9f\x74\x9f\x87\x0a\xe4\x42\xd4\xb6\xae\xdd\x35\x53\x9b\x74\x88\x6d\x63\xb0\x56\xae\x37\x59\x84\xbf\xfe\xc1\x16\xaf\x3b\x44\x7f\xff\xb1\x62\x71\x48\xc6\x24\x72\x17\xbc\x43\x53\xef\x98\x3c\x7d\x4a\xea\xde\xfe\x78\xdc\xf6\x87\x71\x09\xb8\x97\x64\xa3\x19\xa4\x28\x11\x00\x4b\x8c\x6d\x64\x8f\x96\x93\x1e\x3d\xe3\xb5\xcd\x08\xbc\xba\xcb\x8b\xbd\x3e\x36\xc6\x14\x4d\x56\x6f\x56\xaa\xbb\x0b\x9b\xfb\xd4\x8c\x71\x77\xf3\x1e\x1a\x5a\x85\x34\x2b\xb4\xa3\x93\xc5\xd7\x76\xa7\xdb\x30\x3a\x0e\x7c\x07\xf6\x0a\x84\x0a\xe0\xbe\x14\x9b\x3b\x34\x18\x64\xcf\x25\x0d\x36\xf5\x50\x56\xdd\x08\x5b\xe0\x52\x56\x92\x6d\x69\xb8\xad\x48\x37\xa3\x2c\xb6\xdc\xe9\xad\xf4\x44\x34\x7d\x3b\x32\x33\xa4\x25\xb6\xf6\xf6\xf6\xf6\xc8\x6f\xbf\xfd\xf6\x9b\x0b\xc6\xd5\x14\x7d\x60\x46\x4f\x74\xa5\xb7\xd6\x10\xfd\x2a\x5a\x3f\xf4\x5f\xd9\xda\x21\x5e\xbe\x68\xbd\x34\xaa\xa1\xf7\x4a\xe9\x85\x68\x36\xee\xe1\xcf\xa8\x1d\x5a\x2a\xea\x9a\xae\x68\x87\x7e\x01\x57\x37\xf4\xdf\x4b\xcd\xd0\x5f\x7b\x16\x33\x5c\x7b\x28\x0f\x98\x01\xe4\xca\x34\xa6\x64\x4c\xbb\xb0\x3e\x75\xf3\xda\x15\x4a\x96\x6a\x5e\xa7\xb0\xd0\xd2\xd5\xca\x2e\xb6\x74\xcd\x92\x0d\x4f\xd8\x65\x91\x67\xcd\x6b\x97\x5b\x74\xc9\x1a\xe6\x76\x48\xd4\x0a\xf7\x5f\x2d\x64\x58\x1e\x96\xb3\xfa\xc5\x4c\x16\x82\xcd\x5d\xbd\xe6\x60\xb4\x75\x7f\xc4\x24\x76\x3f\xe5\xa4\xcc\xf1\x57\x3d\x4a\x5b\xe2\xaf\xb9\xde\xbd\x1e\xad\x2d\xbc\x15\x7d\xc2\x48\xc8\x9a\x4d\xf4\x1d\xf1\x7b\x62\x13\x3a\x20\x2d\x34\x38\x13\xf8\x19\x1e\x1c\x55\xf2\xa3\x1c\xa8\xba\xb2\x62\x64\x54\xd9\xf7\xec\xba\x16\x26\xb6\xff\x1b\xf6\x4b\x36\x2f\x7e\x85\x5b\x97\xe5\x74\xe3\xe1\x92\xa2\x6d\x59\x12\x9a\x0e\x97\xc2\x96\xb7\x61\xaf\x6d\xda\xc6\xdf\xe1\xd6\x75\x59\xdd\x7e\x5d\xe9\x0c\x93\x04\x63\x69\xc0\xa1\x09\xee\x16\xcb\xca\x79\xb1\xb0\x01\xcb\x47\x61\xc8\xa6\x3c\x80\xae\x2d\x2b\xc6\x5c\xa8\xdf\x02\x70\x32\xba\x20\xe2\xbb\x5f\x2a\xc9\x46\x05\xec\xba\x64\xd1\x5d\xf5\xbb\xa6\x7c\xcc\xdc\xf2\xdb\xac\xb9\xbc\xc0\x62\x2f\xc9\xe6\x20\x4d\x00\x0f\xfc\xd5\x80\x89\x2e\x6e\x70\xa9\xab\xa3\xb1\xd1\x75\x0c\x3e\x75\x75\x04\x46\xfb\x6c\x94\x67\xb1\xc2\x08\x7f\x35\x60\xa4\x8b\x1b\x8c\xea\xea\x68\x8c\x74\x1d\x83\x51\x5d\x1d\x3c\xb8\xf9\xc8\x8a\x24\x17\x15\x70\x87\x46\xf0\x77\x1d\xe7\x1e\xa0\x14\x97\x7c\x2b\x7e\xd5\xf2\x38\x4a\x72\xc5\xe1\xb4\xd1\x5c\x65\xd9\x0c\x02\x2b\xaf\x65\x31\x08\x2e\xf2\x9e\xbd\xc0\x2f\x55\xb1\x16\xf8\x05\x8c\xad\x20\x70\x3a\xe0\x9b\x0a\x5a\x72\x91\x75\xcb\x69\x63\x81\x27\x69\xf9\x24\xbf\x3a\x40\x69\xeb\xb7\xad\x0a\x6c\xa1\xa4\x6d\x2a\x00\x12\x16\x0a\xd4\x13\x33\x60\x95\xf0\xf0\x99\xe4\x45\xf2\x7b\x9e\x95\x34\x35\xb9\xa7\xaa\x3b\x65\xed\x41\x82\x05\x96\x36\x28\xed\x1b\x70\x8b\x8c\xab\xf2\x29\xb3\x46\x40\x97\xa8\x18\x3e\xfc\x12\xc6\xec\xe1\xbf\x73\x8c\x1e\x9e\xae\xa4\x2c\x1e\x61\x98\xda\xde\x11\x7a\xad\xac\x1d\x1e\xdd\x84\xe2\x61\xdc\x58\x6b\xf6\x11\x10\x7b\x0a\x2e\x85\x48\x99\x9a\x62\xc4\x0b\x28\x0b\x14\xf2\xb6\x1e\xc4\xc4\x10\x2b\xc7\xc5\x13\xa1\x35\xf1\xc3\x8d\x63\xe5\xcc\xda\x3b\x67\xe5\x5e\xae\x52\xa3\xd4\x60\x68\x21\xd8\x1b\x27\x59\x1c\xc1\x81\xb0\x3a\x81\x6e\xf7\x12\x1e\xb5\x06\x97\x09\x4f\xce\x52\xd6\x6a\x37\xf4\x01\x00\x41\x70\x4d\xdc\x1b\xa5\x79\xc6\xa2\x76\x8f\xcf\xcf\xca\x82\x8e\xca\xe8\xaf\x1d\xd2\x8a\x5b\xed\x30\x1a\x3a\x3c\x68\x0d\xc8\x34\x8e\x11\x75\xa5\x90\x47\xed\x0e\x69\x4d\x6b\x9b\x68\xd8\xe8\x61\xec\x5a\x75\xaf\x57\xa3\x47\xde\xe7\xa8\x23\xfe\x93\xfc\xaa\x66\x78\xc8\xff\x62\xce\x10\xe3\x77\xef\x4c\xa1\xd9\xed\xeb\x72\x86\x3a\x2a\x22\x70\xfc\xf8\xa7\x5c\x70\x3f\x8d\x03\xb5\xd9\x21\xad\xc5\x7d\xcb\x05\x01\x74\xf2\x35\xc6\x5b\x1e\x1e\xff\x39\xe2\xee\xa7\x69\x5c\xee\x75\xb0\x1d\x36\x7a\xc8\x11\xc7\x0b\x77\xfe\x1c\x67\xf7\xb3\x74\x48\xea\x85\xfb\xdd\x87\x44\x5e\xe4\xf3\xe7\x98\xb8\x9f\xa6\xb9\xf7\x90\xc3\x81\xee\x1d\x7f\x8e\x47\xf5\xb3\x74\x8e\xec\x3d\xf0\xa0\x6c\xdf\xbb\xda\xfa\xbf\x75\x58\xd4\x34\x79\xc8\x11\x61\x98\xe9\xf2\x8f\x1f\x0e\x80\x3d\x49\x62\x56\x43\xed\x35\xbb\x05\xee\x64\xff\xfb\xfa\xa5\x35\x3d\xe5\xf2\xf5\xc7\x77\xb0\x66\x1a\x58\x5e\xe3\xeb\x4e\x03\x17\xd0\x59\x99\xa1\x43\x37\x5e\x56\x3d\x3c\x7a\x6c\x1b\x08\x8f\x1e\x1f\xb7\xda\x3d\xf0\x33\xae\x21\xf0\x3d\x4c\x92\x7f\x8b\x65\xdd\x48\x88\xaa\x74\xba\x17\xc6\xd2\xbe\x7d\xff\x26\x3d\x85\xe3\x9d\xdb\xcc\x19\xfb\x41\xd5\x57\x05\xfc\x81\x7c\xc3\x9a\xef\x0e\x54\x7f\x3c\x59\xf1\x06\xaa\x2f\x28\x7d\x7d\x6a\xcf\x31\x6b\xdf\x1b\x57\xa0\x1a\x4c\x2d\x4f\xa0\xc0\xe1\x6e\xc0\x11\xa8\xd5\x21\xae\x1d\xb5\xd1\x0d\xc8\x87\x39\x2b\xf2\xe9\x0c\x6c\xec\x1f\xe0\x50\x59\xe5\x7b\x5e\xb5\xe4\x41\x41\x33\xb4\xfa\x6e\xb3\x94\x2e\x06\xe4\xb9\xf1\xa7\x76\x7d\x5d\x9c\x50\x97\x82\xf1\x32\x2f\xea\x42\x5d\x82\x55\x9c\xa8\xa7\x6d\x36\x4a\x29\x5e\x4d\xf9\x36\x89\x19\x5f\x5e\xa3\x21\xa8\x06\xd2\x2b\x57\x62\xa5\x1c\xbe\xef\x3f\x7b\x46\xfe\xae\xef\x5f\x23\x6c\x9b\x96\x14\xe6\xeb\x07\x99\x58\xf5\x59\xbf\xa1\xb8\x3c\x38\x2f\x7f\x97\xc5\xec\xa2\x76\x46\x65\x99\xea\x4f\xb9\xfc\xf0\xc0\xe4\x43\x75\xc6\xa4\x73\xc5\xdf\xe7\xac\x94\x88\x44\x26\x7f\x6b\xb0\xa6\xca\x26\x38\x54\x79\x05\x6b\xca\x81\xc2\x44\x86\xe4\xf0\xb8\xa9\x00\xba\x2e\x94\xe0\x89\x5b\x5b\x52\xb1\x3c\xc1\x34\x8b\xe1\x52\x70\x7b\x99\xe8\x4f\x68\xda\xeb\x34\xcb\x98\xa5\x63\x58\x23\x73\x2c\xb1\xd5\x5c\x66\xce\xd9\xf3\xef\x60\x8a\x36\xe2\x44\x47\xe5\x9c\xa6\xd8\xc7\xc6\x82\x33\x5a\x70\x26\xdd\x38\x1a\x0b\xca\x34\x56\xca\x51\xba\xb1\xec\x5e\x92\xa9\x72\xef\xe1\x62\x21\x32\xb4\x3c\x58\x9c\xa2\x98\xd0\x41\x0e\x06\x5e\x80\xd2\xd0\x7b\x2c\xbd\xac\x8c\x18\x31\x4c\x39\xe6\x49\x91\x37\x45\x3e\xdd\x4a\x13\x96\x95\x5b\xd8\x89\x06\x40\x13\x0a\xad\xc9\xf1\x6f\x6a\xd1\x94\x82\x04\x67\x35\x5d\x3d\xc9\xf2\x32\x19\x2f\x50\xf4\x40\x18\x96\xb9\x15\xa5\xb1\x9e\x24\xfd\x47\x2d\xc3\xc4\xff\xf3\xb9\x33\xb0\xe1\x9a\x89\xb7\x49\xb8\xa9\x16\xee\x3f\x7b\xe6\xd4\x7d\x46\xfe\x2e\x97\xb1\xcf\x18\x1e\xed\x2e\x85\xae\xb0\xe0\x25\x2d\x93\x11\x11\x5c\xfb\xfe\xf5\xde\x4e\x68\x65\x96\xc0\xc4\xeb\xaf\x83\x88\x0a\xaa\x6b\x40\x46\x15\xf9\x3a\x08\xe9\x98\xac\x06\x8c\x74\x99\xaf\x48\x23\x19\xec\xb6\x8c\x4e\xb2\x58\x33\x62\x36\x6c\x37\xba\xac\x09\xbc\x5b\x72\xe5\x16\x74\xb0\x46\x03\x6c\x5d\x66\x65\xa8\x30\x23\x9b\x86\xe8\xb2\xba\xe4\x34\x41\x53\x51\xa1\x0d\x00\x55\x91\xd5\x29\x8b\x67\xe8\x4d\x14\xc5\x12\x2b\x41\xe4\x16\x44\x48\x83\x17\x00\x6b\x7c\x0b\xa1\xc4\xca\x98\xea\x88\xd5\x06\x5c\x75\x99\x25\x2c\xdf\x97\x77\x3b\x54\x5f\xa0\x70\xab\x51\x33\xf4\x42\x11\x5c\x94\x65\x24\x32\x2d\xce\x59\x09\xea\xb5\xd6\x46\xa4\x66\x01\xa1\xbe\x51\x0b\x4b\x60\x48\x6d\xcb\x57\x4b\xf4\x0e\x53\x57\x13\xfb\x49\x59\xba\x66\xf7\x21\x17\x8c\x40\x9b\xfe\x8e\xc1\x78\x9b\xda\xa8\x3e\x1a\x0e\x4d\x52\xfe\x86\xad\x90\xd3\xbd\xe1\x90\xb4\x32\x46\x85\xe6\xda\x5a\xb6\xcd\x0d\x62\x27\x77\xbd\x75\xa4\x20\xab\x1e\x4c\x28\xe0\x4f\x6c\xfc\x56\xdc\x20\x7b\xbc\x41\xd6\xd4\xf9\x0e\x37\x8e\x55\xbf\x9a\x8c\x68\x9e\xee\x57\xad\xa1\x2c\x61\xc1\x95\xf7\x49\x0f\x13\x3c\x40\x06\xe8\x8e\xab\xf5\x76\x0c\x36\xf4\x20\x57\x7a\x6f\x3b\x0c\xe8\x41\x94\x10\x89\x48\xe4\xa0\xd5\xd0\x7e\x40\x3f\xab\xd7\x73\x4f\x12\xa7\x6c\x1d\x69\x1b\x75\xbe\xda\x49\x96\xf8\xdc\x4f\x9e\x3e\xb5\xb8\xca\x9e\x7d\x95\x37\x97\x34\x8d\xda\xbd\xb2\x48\xa6\x51\x5b\xdd\x6f\xa1\xaf\x09\xa9\x9b\xa5\x27\x9c\x95\xbf\x08\xb1\x27\x89\x05\xaa\x32\xf0\xeb\xb6\xb6\x76\xf8\xe0\xdb\x1d\xb2\x11\x70\xf1\xb7\xe6\xb2\x4d\xf9\x9e\xe5\x7c\xec\xe2\xdc\xd8\x53\x5a\x96\x45\xd4\xb2\x32\x63\xb7\x30\x6b\xc4\x32\xb9\x10\xec\x57\x00\x95\x70\x1f\x6a\x87\xc6\x62\xd2\xa6\x86\x63\x8b\x6c\xb2\x74\xb8\x91\x7a\x41\xab\x70\x45\x5f\xa5\xa6\xc6\x6a\xdc\x45\xbc\x4e\x2c\xdb\x57\x78\x08\x9d\xc8\xcc\xb8\x35\x61\x28\x2b\x58\xa0\x70\x01\x5c\x11\xb5\x93\x71\x92\xa6\xc0\x70\x75\x82\x4a\x14\xc0\x64\x20\x4b\x10\x37\xe3\x0e\xa2\x17\xa5\x19\x5e\x97\x77\x1d\x40\x15\x57\xc9\x2c\xdf\x15\xef\xc9\x90\x44\xe5\x62\xc6\xf2\x31\x96\xc7\x25\x45\xf3\x5b\x25\x4d\x87\x26\x08\x47\x2f\xe8\x21\x79\x64\xb7\x29\xb8\x59\xc2\xad\xa9\xb6\xce\x16\x6e\xdd\x5d\x5f\x4d\x93\xef\xf3\xf2\x75\x9a\xe6\x57\x2c\xfe\x58\xe4\xe7\x05\x9d\x4e\x85\x3a\x83\x10\xa1\x03\x16\xa3\xa8\xd9\xa8\xf9\xb1\xc1\x70\x25\x53\xb7\xac\x8c\x9e\x37\xca\x29\x2b\x49\x3e\x2f\x67\x30\x76\x64\x08\xb7\x70\x08\x3c\xc0\x1f\x4f\xf1\x6c\x87\xe4\x69\x6c\x2f\x57\x68\x95\x78\x85\xb7\x27\x0d\x9c\x55\x10\x06\xd0\x5f\x28\x81\x7b\x15\x14\x81\xb4\x05\xc7\x0c\x98\xf8\x2a\x87\xb5\x86\xbd\x2b\x88\xc8\x46\xad\xef\x4a\x02\x77\xc9\xa6\x8f\x45\x50\x00\xf4\xfb\x64\x44\x39\x23\xf9\x98\x8c\x68\x9a\x8a\x35\x43\x33\x33\x74\x30\x2f\x64\x9a\xbb\xf0\x94\xb4\x78\xaf\x41\x63\x6a\xe6\x81\x65\x6a\x93\xdc\xde\xe3\x36\xa2\xb6\x28\xd1\x81\x1f\xae\xcd\xae\x07\xf5\x7a\x98\x84\x25\xc8\xa1\xea\x83\x06\x56\x67\x0a\x37\x15\x97\xa3\x31\x50\x5f\x1a\x0b\xcb\x81\x5d\x52\x46\xb2\xde\x92\x52\x77\x9b\x8f\x76\x6b\x49\x39\xb0\xc5\x74\x5d\xf1\x9b\x65\xce\x81\xeb\x9d\x1d\x3d\x72\x67\xb8\x6b\xe1\xd6\x87\xb1\x2e\x47\x0b\xa1\xb8\x29\xde\x35\xcf\x10\xb2\x92\xe9\xd0\x29\xd9\xa4\xe1\x06\x0a\x2e\xb1\x6e\x92\x15\xd4\x75\x5b\xe4\x9c\x3e\xf9\x1c\xda\x1f\x89\xa6\x5a\xed\x1b\xf5\x52\x91\xca\x37\xf5\xdf\x9c\xd6\x22\x6d\x37\x13\x59\xd2\x47\x3f\xd7\xf9\xa1\x9a\xd8\xe4\xf4\xc9\x67\x59\xb7\x87\xf1\x6d\x91\x67\x06\x5d\x0d\xcf\x0e\x69\xb5\xea\x1a\xf2\x84\x8b\xfa\x68\x14\x4f\x57\x68\x62\x55\x2c\x96\xb7\x96\xb1\x2b\x22\x93\x9d\x9d\x3e\xf9\xec\x26\x3f\x5b\xd2\x44\xfb\xe6\xe8\xe8\xe8\x88\x3f\x7b\x72\xda\x86\xb6\x20\xaf\x6f\xab\xb5\x0a\x6b\xf5\xf8\x0c\x6e\xa1\x83\x55\xa4\x43\x36\xeb\x67\x5d\x88\x1f\x57\xab\x1d\x9c\x94\x36\xa7\x80\xae\xad\x1f\x2c\xf1\x83\x08\xe8\xd3\x2b\xed\x81\x41\xaf\x5f\xd2\x48\xa5\x46\x59\x24\xe7\xe7\xac\x58\xb2\x51\xae\x57\xcd\x03\xf3\xab\x43\x96\xa0\xb0\xc6\xea\x73\xfb\x95\xa7\xee\x58\xcf\xfe\xac\xbc\xd4\x2c\x5b\x66\x96\x2f\x31\xf7\xb1\xbc\xac\xb8\xb4\xd4\x2c\x2b\x48\x75\xb5\x17\x68\x38\x0e\x5e\x4d\xc3\x71\xd4\xe3\xa1\xf3\x53\xfb\xdd\xc8\xe8\x55\x77\x6e\xe3\xc3\xf0\x0e\xde\xec\x9b\x26\x94\x1f\xc8\x80\xe0\xa8\xd6\x34\x65\xb7\x59\xfe\x5e\x69\x47\xc5\x13\xdf\x7a\xcb\xa6\xbc\xcc\x61\x22\x6e\xae\x82\xc3\x14\x42\xc3\x78\x04\x41\xf5\x45\x3e\xcf\xe2\x28\xf8\xbe\x4d\xfa\x24\xdc\x56\x9b\x3c\xab\x7b\xd3\xe3\x10\xe6\xc5\xa3\xba\x9d\x6e\x7d\x8f\x64\x9e\x44\x07\x99\x3a\xa2\xfe\x4f\xd6\x2b\x15\xe3\xfd\xa9\x5f\xc2\xe7\x1e\xf5\x4b\x7f\x37\x56\x99\xf3\x0d\x22\xc7\x5d\x4f\xc3\xd5\x95\x12\xd4\xfa\xed\xb7\xdf\x7e\xeb\xee\xed\x75\xb7\xb7\x6b\xd6\x22\xdf\xd6\x19\x60\x80\xe6\xe5\xb5\x4e\x45\xd6\x9b\x64\x47\x45\xfe\xa1\x76\xee\x13\x4c\x4e\x40\x22\xb1\xe1\x4d\xe0\xc8\x98\x24\xe4\x65\x00\xc8\x0b\x92\x7c\xf3\x4d\x03\x14\xe2\x68\x0b\xdf\x58\xfa\xab\x24\xf9\xf1\x1d\xb5\xc4\x5a\x46\x08\x8e\x36\xa9\x28\x2f\xbe\x6a\xeb\x6a\x72\x4b\xdb\x77\x75\xb7\x3b\x6b\xf7\x3e\x37\xd6\x93\xe7\x5e\xd4\xb5\xff\x97\xb4\xb5\xda\xda\x6a\xef\x57\xef\x84\xb6\x82\x8a\xf1\x15\x75\xbf\x00\x97\x2c\x5b\x1f\xfe\x9f\x51\x08\x9b\x66\x9b\x6d\xaa\xab\xdd\xe7\x07\x0c\x0e\x56\xd0\x6d\x03\xff\xdf\x72\xda\x10\x7f\xea\x28\xc1\xa3\x0c\x87\xad\x56\xd0\x6c\xd8\x20\x39\x4f\xeb\x27\x1d\xb9\xc5\xc4\x23\x75\x93\x6f\xa5\x83\xc6\x3f\xcd\x71\x6e\xa9\x7f\x17\x75\xa9\x41\x9c\xde\x55\x8c\x41\x76\xe5\x65\x52\x6c\x95\x81\xaa\x0e\xd2\xaa\x52\xe0\xa8\xf1\xf8\x05\xf3\x6a\x47\x21\x85\x5f\x5e\x50\x09\x77\x31\x3c\x89\x58\x0f\xb1\x6c\x3b\x07\x8b\x41\x6c\xe1\x4c\x52\x99\xdb\x2f\xe1\x02\x83\xe0\x61\xe5\x25\x4d\xdb\x64\xd0\xe0\xb2\x67\x0e\x87\x0c\xc8\xe0\x29\x20\xeb\xf1\x32\x9f\xed\x4e\xa7\x2c\x4e\x68\xc9\x3e\x16\xf9\x8c\x9e\x53\xbc\x7b\xd8\x2b\x5c\xeb\x67\x1d\x70\xf3\xc8\xf2\x24\xe3\x33\x4c\x96\x43\xfe\x6b\x7f\x8f\x95\x93\x3c\xde\xa2\xd9\x8f\x6c\x1f\x1c\x4b\x1c\x5a\x06\xbc\x46\x7d\xaa\x1a\x57\xd3\xca\x99\xfc\xe7\x9b\x8e\x72\x6d\xe9\x90\xa0\x5d\x51\x55\x35\x59\xe3\x7a\x90\xc6\xc9\x7b\xd0\x13\xfc\x88\x87\x61\x63\xcc\x35\xd8\x22\xaf\x42\x10\xeb\x25\x38\xa6\x87\x0a\x24\x2c\x5c\x79\xfa\x0c\x82\x0d\x7a\x45\xdb\xc6\x3b\xb7\x6e\xa4\xe4\xfb\x25\x07\x89\x8e\x35\xa1\xd6\xc1\xc7\xb8\x0e\x87\x8f\xb2\x3d\xd3\xc2\x5a\xe5\xe0\xd8\xa7\xb9\x48\xc5\x9e\xe9\xf7\x23\xe1\x3b\xe8\xf3\x1e\x9d\x17\x34\x9b\xa7\xb4\x48\xca\x45\xcd\xb9\xae\x3c\xfc\xb4\x0a\x62\x1b\xe8\x77\xd7\x22\x5f\xbe\xd8\xef\x96\xef\x76\xcc\x55\xea\x07\x8b\x19\x93\xd7\xa9\x6b\x84\x08\x5e\xac\xce\x09\x25\x3c\xc9\xce\x53\x46\x46\x13\x5a\xd0\x51\xc9\x0a\x82\x2d\x8a\xa9\x4f\xa7\xac\x64\x45\x60\xf9\xf4\x86\x9e\x5f\x25\xe5\x68\x42\x96\xf4\x93\x40\xe6\x17\xce\x48\x6b\xd1\x0a\xf2\x94\x35\xba\xde\xfa\xdf\x03\xfd\xe0\xc3\x38\x6a\xfd\xd6\x6a\x03\x6d\x02\x19\x08\x4d\x0b\x7b\x77\x69\x61\x6f\x95\x16\xe2\x5b\xb4\x50\xe6\xef\xf2\x2b\x56\x6c\x51\xce\xa2\xb6\x69\x2f\x5e\xa5\xbd\x49\xb8\x3d\x7c\xf9\xf6\xfe\x90\x99\xac\x82\xcc\xf4\x2e\xe4\x9d\xae\xd2\x02\xbf\x4b\x0b\x7c\x95\x16\x68\x13\x41\x5f\xdf\x1f\x41\x69\x33\x32\x52\x32\x2f\x6b\x2e\xbc\x8f\x5b\xa2\x13\x48\x49\xda\x20\x45\x95\xc9\x51\x49\x2a\x18\x7e\x7d\xfa\x68\x3d\x9f\xd6\x3c\xe7\xad\x65\x7e\x21\x13\xca\xb7\x6b\x3c\x5a\xea\x90\x58\xd4\x34\xb6\x57\xf3\x3c\x5e\x8a\x44\xc5\x25\xae\x4e\x47\x82\xf0\x95\xb0\xbb\xa6\x2f\x06\x53\x56\x0a\xb5\x8f\x7e\xd0\x8a\xc0\xe7\x9b\x5a\x43\xb9\x1f\x18\xf3\xf4\x69\x20\x5a\x26\xc9\x78\x49\xb3\x91\x58\x0b\xf0\x32\x9f\x1a\x39\xea\xb6\x5b\x51\x40\xac\x97\x1d\xbf\x8d\x15\x0d\xd2\x4f\x7a\x8c\x8e\x26\x51\xc5\xc1\xd0\x84\xc9\x5d\xb0\x5a\x19\x0f\xa4\xd4\x77\x4f\xc9\xab\x65\x4e\xf1\xfe\x92\x0b\xb6\xe8\x89\xc5\xe6\x75\x19\x6d\xb4\x7b\x65\xfe\xf3\x6c\xa6\xa6\xcc\x0d\xbe\xe5\x70\x82\xb7\xd9\xbe\x39\x7d\x41\xfa\xfd\x32\x8f\x73\xe8\x10\xa1\xb3\x84\x5c\xb0\x45\xdd\xfe\x16\xfa\x79\xe8\xb4\x7a\xbc\xf2\x86\xd5\xa2\xd8\xe1\x05\x5b\x1c\x93\x21\x09\xc1\xbb\x95\x2d\x0c\x43\x0c\xbd\x26\x56\x74\x4a\xad\xd5\xa5\x2c\x78\x4b\x78\x5f\x6e\xa9\x97\xcd\x3f\xa5\xe4\x60\x71\x38\xb1\x35\xf6\x5d\xf2\xf6\xed\x60\x3a\x5d\xa6\xf1\xd0\x82\xed\xd3\x29\x83\x5c\xa5\x11\xed\x90\xb3\xda\x89\x36\x56\xb1\x43\xd2\xc9\x4c\xa2\x58\xd7\x59\x2a\x66\xcb\x99\xf8\x27\xa2\xbd\x84\x8b\x46\xa2\x33\x90\x05\xa8\x06\x46\x54\x19\x0e\xf0\x4f\xbb\x23\x5b\x68\xab\xd2\xb2\xdc\x59\x5d\xb9\xf6\x32\x09\x62\x6f\x1f\x43\x9b\x2c\xe0\x41\xa3\xaf\x37\x6c\xf8\x1b\xbd\x27\x1b\xa2\x78\x96\x14\xf8\xf2\x25\xe0\x95\xbb\x1c\xf0\x37\xdf\xd4\x9a\x8c\xea\x38\x3a\x62\x3d\xd7\x04\xef\x8c\x3b\xbe\xec\x10\xd6\x93\xfb\xdb\x76\xad\xaf\xc1\x97\x2f\xb5\x4d\x3c\x62\x3d\xe5\xde\xf7\xf4\x29\x79\x64\x5a\x7c\x64\xe0\xde\x02\xec\x12\x1a\x0a\x85\x3a\x54\x77\xc5\x53\xb4\x75\x82\xaf\xd4\xe7\x76\x87\x3b\x13\xb8\xe7\xc3\xc4\x6c\xed\x8e\xdf\x33\x16\xb3\x38\xaa\x3b\x41\xf5\x41\xa8\xd5\x4d\x59\xcb\x02\x35\x6f\xd3\xb7\x90\x02\x50\x8b\x6b\xcd\x66\xc8\x91\x47\xe1\xe0\xda\xa6\x28\x6d\xcd\x21\x01\x4f\x4a\x9d\xe9\xb9\x61\x48\xfb\x7d\xf2\x26\x29\x78\x09\x59\x92\x09\xbb\x64\x45\x8f\xec\x8e\xad\x2c\xd1\x72\x23\x4b\x12\x0e\x71\x2e\x65\x0e\xa6\x57\x12\x49\x5d\xae\xdd\x21\x71\x4e\xb2\xbc\x9c\x58\xa1\xb4\x81\x46\xce\xd8\x88\xce\x65\x72\xde\x31\x34\x08\x4c\x0e\x50\x53\x36\x2a\x59\x4c\xe8\xbc\xcc\xe1\x34\x97\xa6\xe9\xa2\x77\x5f\x3c\xa4\xbd\xc5\xeb\x00\xda\x14\xac\x2f\x13\x37\x17\x68\x74\xa9\x8a\x74\x13\xc1\xd3\x44\x90\xa1\xd8\x42\xf0\x7d\xed\xdc\x27\x8d\xf3\x7f\x29\x5a\x4e\xe7\xc3\x98\x3d\x6a\xc6\x6c\x19\xf4\x7a\x7a\xd5\xb7\x0f\x8b\xef\x80\xf3\x70\xeb\xe6\x6d\x13\xe4\xda\x97\xeb\x0a\xbc\x7e\x1f\x16\x37\x12\x27\x71\xd6\x2a\x09\xda\x1d\x49\x04\x73\x25\x4e\xe2\x36\xc9\x0b\xe4\x63\x7c\x13\x1b\x36\x97\x25\x6e\xcd\xc6\xf5\xca\x66\x39\xd1\xca\x44\x78\xc7\x27\x16\x12\x19\xd7\x2a\xc5\x4b\x5d\xd8\x6b\xd3\x49\x58\x43\xa8\x2c\xc7\x2b\x33\x05\x7c\xa5\x23\xd7\x65\x92\x20\x5a\xcc\xd1\x72\x79\x32\x09\x6c\x5d\x97\x94\x91\x52\xe1\xdc\x20\xa0\x6b\x2c\xcf\x0d\x42\x6a\x8f\x3e\x2a\x01\x45\x35\xb2\xb7\x92\xd8\x60\x6d\x53\xf5\x65\xc2\xae\xf0\xb0\xa0\x5e\x93\x42\xa3\xe7\xa2\x2e\x9c\x0c\x3c\xd5\xe1\xda\x80\x55\x97\xbb\xa5\xe6\xff\x06\xd3\x3f\xde\xc2\x18\x34\x91\x8f\x64\x52\x88\xf0\xc1\x86\x49\x6a\xe1\x7a\x42\xa8\xb3\xcd\x25\xea\x7e\x20\xc8\x62\x92\x43\xe0\x69\x14\x27\x21\xf7\xdf\x7b\x0e\x11\x11\xe0\xc2\x0d\x91\xfa\xc0\x7d\xf0\xa7\x9a\xd2\x6b\x9c\x67\x5e\xb0\x7e\x47\x16\x48\xb2\xe8\xdb\x4e\x18\xc6\x37\x44\x34\xba\xaa\x22\x53\x97\x87\x8a\xfc\x40\xe2\xe4\xb2\xd5\x96\x69\x88\x7a\xe3\x24\x2d\x59\x11\x9d\x5a\x45\xba\x4f\x3e\x57\xa2\x84\x0f\x43\x08\x1d\xf7\xcc\xdd\x8a\x37\xa7\xed\x50\xf0\x4f\xc8\xfa\xbb\x9b\x6d\xdb\x97\x3b\x44\x25\xe3\x75\x41\x4c\xc1\x8d\x98\x73\x35\xc4\xa1\xaa\x1d\x5c\x74\x8e\x61\xba\x78\xe7\xbf\x61\xac\x76\xb2\x3b\x20\x65\x5f\x47\x71\x8f\x38\x6d\xdb\xe9\x63\x6e\x4d\x29\xa8\xed\x63\xf5\xf6\x76\x04\xba\x1d\x2e\x76\x9e\x9b\xbb\xa2\xe2\x3b\x02\x76\xc8\xf2\xb3\x04\x37\x18\xea\xcb\x17\x37\x3a\xaa\xa7\xc0\xd6\xf9\x14\xae\x6e\x70\x24\x41\x7d\xdd\x61\x5b\xa1\x81\xdb\x87\x1a\x20\xd5\xe3\x96\x51\xcc\x03\xd3\x64\x05\xbf\xc7\xbb\xe2\x68\x73\x71\x03\x8a\x8f\x0c\x8e\xee\xa4\xf9\x0a\x28\xca\x9b\x6c\x80\x52\xee\xf0\xfd\xc8\xc6\x79\x51\x75\xd4\x95\xc5\x5d\xfe\x78\x28\xd4\xf0\x26\x9d\x00\x6a\xaf\xc7\x42\xc4\x06\x4b\x7f\x15\xcc\xfc\xeb\x07\x96\x32\x60\x7d\x55\x6d\xc2\x77\x3a\x19\xd3\x85\x98\x3a\x68\xd1\x7f\xe0\x29\x84\x99\x78\x9e\x3e\x75\x4e\xd6\xb0\x0b\x93\xea\x99\x20\x3e\x9e\x86\x1f\x73\x2b\x66\x39\x24\x6f\xbf\xde\x94\xbb\xef\x2e\xf9\x53\xf4\xeb\x75\x29\x98\x1c\xed\x9e\xfa\x56\x83\x72\xca\x4a\x32\xce\xe7\x59\xdc\xe8\xda\x17\xb2\xdd\x87\xb1\xed\x2c\x4f\x7c\x47\x9c\x8c\x0f\x96\x14\x2a\xaf\x18\xcb\xa0\x91\xc3\x8d\x63\x54\xe5\x0e\x37\x8f\x9b\xf2\x1c\x12\xf0\xc1\x45\xec\x1b\x83\xd2\x96\x8e\x4e\xed\x28\x91\x7a\xdf\x20\xd1\x09\x68\xfd\x5e\x53\xf7\xd5\xdd\x46\xb7\xc2\x02\x5f\xf1\xa2\x49\xd4\xb7\x0e\xf9\x4c\x12\x8e\x5a\xe9\xfe\x24\xbf\x52\x63\x4d\x6e\xe0\x8c\x69\x35\xab\x99\x03\xdb\x0d\xdf\xc7\x10\x42\x03\xbf\xc9\x96\x36\x55\xe3\x2d\xb3\x53\x68\x24\x9b\xc6\x39\x31\xed\x56\xb3\x5b\x98\xfa\x2b\x92\xb7\xc9\xf7\xb1\xda\x4c\x4d\xef\x9b\x1a\xf5\x1a\xec\xf7\x75\x69\x27\x24\x26\x14\x11\x13\x18\x76\x5d\x79\xc9\xd8\x5f\xb0\x45\x9c\x5f\x65\xc1\x0d\xb0\x98\xe4\x68\x34\x2d\x64\x12\xae\x70\x50\x79\x7d\x84\xbb\x78\xe3\x5f\x83\x4a\xcc\x6d\x2a\xff\x60\x0b\x1e\x7c\x4f\xd3\x74\x2f\x8f\x93\x71\xc2\x0a\x0e\x37\x4a\xb3\xd8\xeb\x2a\xda\x5c\x66\xf8\x56\x40\x82\x30\xd0\xb0\x07\x19\x16\xd2\x20\xfd\x8b\xa9\x35\x50\xdc\x73\xfd\x83\x2d\xc8\x90\xb0\xde\xd5\x24\x19\x4d\x9a\x40\x92\x21\x69\xcd\x5a\xc1\xf3\x56\x75\x4d\xf6\xa1\x81\x79\x4c\x86\xaa\x62\xb0\x0a\x44\x06\x60\xea\x81\x24\xd3\x00\x1a\x26\x86\x2a\xd2\x9b\x50\xfe\xe1\x2a\xfb\x58\xe4\x33\x56\x94\x8b\x48\xa6\x3b\x78\xfa\xd4\x60\xa1\x62\x28\x86\x1a\x85\x86\xa9\x63\x51\xb5\x37\x9b\xf3\x89\x04\x58\x2b\x00\x05\x2e\x92\xdb\x4b\x1d\xf6\xb8\x81\xfa\x89\xe9\xfe\x12\x99\x5c\x1d\x25\x2b\xec\xa3\x49\x4a\x87\x85\x6f\x70\x86\x35\xd3\xbb\xea\x9a\x8c\x17\xfe\x34\x65\x1f\x0a\x56\xa8\x1f\x0b\xe9\x5e\x15\xae\x66\x0f\x50\x4b\x2d\x87\x4d\x79\x8c\xac\x39\x44\x86\x38\xd9\x20\xf0\xb4\x8c\x5a\xa4\xc1\xdb\x58\xb2\x8d\xaa\x6a\x47\x75\xdb\xa3\x2e\x1f\x3f\x7d\x4a\xfe\xc1\x16\x7b\x74\xe6\x72\xf1\x70\x68\x37\x7f\x18\x80\xd7\x25\x9b\xa1\x5b\x42\xed\x4f\x60\x92\xaf\xb2\x22\x9b\x41\x7b\x4e\x1c\x34\x4c\xd3\xcf\x5f\x48\xe1\x43\x7e\xc0\x08\x1b\xf8\xd1\xed\x2e\x41\x48\x91\xe7\x51\x24\xfb\x6c\xf7\x11\x61\x1c\x1f\x0b\x4e\xa9\x72\xea\x32\x6d\xa3\xb9\xc7\xcd\xba\x85\xfd\x39\x2b\x18\xbd\x58\x5a\xb2\x36\x3e\x67\xe9\x4b\xd1\xf9\x00\x8e\x2b\xf4\xce\x2c\x14\x8d\xdc\xbd\x14\xf7\xe5\x3d\xac\xed\xc0\x1d\xe4\x80\xe8\xb7\xec\x41\xc3\x74\x97\x25\x7a\x23\x9a\xa6\x30\xf7\x9b\x86\x1d\x5d\x88\x9b\x3d\x87\x4d\xd9\x59\xc1\x2e\x59\x56\xea\xe4\x77\xb7\x50\xfa\x6e\xe1\x6d\xdc\xd9\x9f\xb1\x34\xdd\x9a\xb0\xd1\x45\x92\x9d\xef\xea\xb2\x55\x15\x61\x3e\x0b\x2a\x08\x7a\x69\x91\xeb\xa4\x90\xd4\xad\xc2\x37\x85\x4b\x89\x03\xcc\xf4\x16\x68\x18\xeb\x2a\x35\x14\xac\x2b\xde\x38\x5b\x56\x25\xf9\x0a\xe4\x5e\x72\x74\x00\xcc\xfc\x53\x72\xc9\x32\xb4\xc4\x9c\xeb\xaf\xaf\x8b\x82\x86\xd6\xb9\x7e\x9f\xec\x43\x3e\x65\x28\xea\x5c\xa7\x4b\x68\x16\xbb\x17\xf0\x12\xca\x05\x05\xb8\x77\x44\xd5\xef\x93\x83\x49\xc2\xc9\x15\x5d\x90\x2b\x46\x46\x34\x23\x70\x6b\x2c\x29\x27\x2c\x29\x08\xbb\x86\xec\xc9\x23\x26\x64\xd4\x87\x68\xb3\x8d\x87\x5d\x49\xc6\x4b\x46\x63\x92\x8f\x49\x9a\xe7\x10\x9e\x5c\x62\x78\x04\xb9\x9a\xe4\x29\x23\x54\x20\x1d\x6a\x2c\x12\xb2\x96\x5d\xd3\xe9\x2c\x65\x03\x12\x34\xbe\xb6\x9e\x6f\x6c\x7e\xd7\xdd\x78\xde\x7d\xfe\xd7\x96\xb1\x29\x7a\x47\x0a\xa8\xac\x19\x3a\x41\x9a\x1d\x90\x7e\x35\x8a\x18\x67\xe9\xb8\xee\x2c\x4d\x6e\x2c\x2b\x54\x5f\x61\x13\x29\xaf\x9d\x90\xca\xba\x68\x22\x98\xf1\xac\x7e\xe3\x86\x07\xa2\xcb\x6c\x97\xe2\xe3\x75\xf5\xb0\xfe\x30\xb7\x51\xc5\x59\xc3\x19\x0b\x7d\xf5\x84\xcc\xb5\x59\x52\xb6\xaf\x73\xc2\xbd\x0a\x0c\xc3\x60\xa5\xa4\x60\x86\xed\xd1\xba\x71\xae\xbf\xae\xc7\xf6\x68\x7d\xb1\xd9\x5e\x3e\xf9\x9f\xc0\xf6\x68\x52\x5f\x9f\xed\xa1\x9e\xcd\xf6\x8d\x6c\x6d\xa8\xba\x02\x5b\x7b\xf0\xe1\xfc\xa8\x96\xab\xd6\x60\x20\x1b\x68\x95\x81\x9c\x0e\xad\xca\x40\x6e\xea\xc4\x15\xfd\xf2\x02\x3e\x81\xef\xc8\xbb\x83\x56\xc7\x93\x12\x55\x70\x9e\x7b\xb4\x58\x40\xd0\x4f\x5a\x85\x25\xf7\xa3\xa3\xa3\xc3\xc3\xff\x3e\x3a\x3a\x3c\x7e\x76\xdc\xfe\x12\x1d\x1d\x1d\x1d\xb5\x5f\x45\xef\x0e\xf6\xbf\xbc\x3b\xf8\xf2\xee\xdd\x2b\xf1\xbf\x2f\xe9\xe7\xcd\xce\x77\x37\xed\xfe\xb9\x3d\x1c\x08\x09\xb3\x7b\x36\xda\xf6\xa2\x08\x64\x8d\x97\x13\xf2\xe9\x53\x29\x84\x8c\xf9\x57\x5a\x49\x20\xf2\xe3\x15\xbe\xb5\x92\x72\x92\x81\xac\xa0\x52\x7d\xaa\x84\x19\xdb\xe0\x1c\xdc\x4b\xf3\xec\x5c\x4c\xec\x37\xb6\x7b\x21\x22\x08\x7e\x8a\xd6\x03\xed\xd6\x5a\xd2\x0b\x9c\x1b\x8e\xfb\x0f\x9f\xe4\xf3\x34\x26\x67\x8c\xe4\x17\x35\x0c\x14\x24\x76\x25\xd7\x7a\xc5\xfa\x6a\xdd\xa7\xaf\xa3\xb8\x42\x2f\xa5\xfb\xad\xe8\x6f\x20\xb3\x93\xde\x7b\xd9\x8d\x69\x3b\xb9\x74\xa5\x24\x2f\xc9\x86\xb6\x36\x07\x0b\xfa\xd1\x9d\xa2\x4e\xd3\x31\xb3\x03\x06\xf6\xc5\x2b\x04\x8f\xd7\x67\x74\x75\xf2\xdc\xaf\xe5\xc9\xff\x92\x6c\xea\xbe\x39\x75\x34\x57\x1f\x1d\x1d\xf6\x9e\xbd\x3a\x16\x0c\xdb\x6a\x55\x02\x2b\x5e\x92\xcd\x25\xa9\x54\x5c\x2f\xf8\x26\x92\x84\xd2\xe0\x3f\x5f\xc7\x8c\xed\x3a\xd6\xaf\xdb\x94\x1f\xcd\xb0\x5a\x53\xf1\xfa\x4d\xf9\xce\x93\xf5\x23\x7b\x0b\x7f\x84\x50\xbd\xfa\x8c\x37\x56\xde\xc2\x75\xd2\xa0\x2a\xb1\xb1\x3c\xf7\xa9\x2f\xbc\xcf\x59\xf9\x8e\xf2\x12\x0c\xb6\x71\x5d\x2c\x45\xca\x4a\x92\x3a\xa5\x82\x29\x12\x3d\x58\xb0\x8e\x44\xed\x9a\x84\x8d\x15\x88\xde\xa9\x99\x9b\x94\xa3\xee\xd0\xa2\x8a\x96\x74\xc6\xce\xd8\x15\xc1\xee\xac\x60\x97\x95\x02\xdd\x85\xb5\x64\xd5\xab\xeb\xec\x92\xa3\xfc\x6a\x1a\xc9\x65\xb1\xa5\xb3\xf9\x59\xea\x46\x90\x9a\x85\x23\xb4\x85\x17\x43\x85\x0d\x5a\xe9\x58\x42\xe4\x8f\x7d\xbb\x7d\xac\x17\xa9\x1a\x62\x0b\x95\xed\xc3\xf6\x87\x01\xd9\xc7\x75\x44\x74\x89\xcc\x39\x93\x2b\x50\x30\x7a\xd4\x46\xc6\x0c\x4f\x7b\xf5\xd4\x50\xce\xc8\x55\x93\x11\xaf\x92\x1d\x0a\x14\x4d\x56\x80\xf3\x2b\x55\x31\x88\x65\x8e\x11\xc8\xa0\xb0\x52\x15\x29\x85\x3a\xe6\xef\x79\x16\x0c\x9c\xee\xf7\x65\x9d\xab\xa4\x9c\xc0\xd2\x5a\xfe\x6e\x14\x07\xd8\xcb\x8a\x75\x57\x6c\xf5\x7c\x80\x02\xe9\xa4\x14\x38\x64\x79\x89\x86\x49\x45\x37\x89\xd3\xca\xd4\xeb\x95\xbf\x47\x71\xc7\x5f\xbc\xaa\x1e\x76\x48\xc5\xea\x53\x7d\x03\x7f\xf5\x45\x43\x9e\xac\x86\x83\x92\xf0\xf8\xde\x03\x7a\x6b\x27\xb7\x5a\x85\x17\x6c\x6c\xef\x9c\x29\x4c\x4e\x6c\x6f\xba\xd5\x56\x42\x57\xca\x65\x32\x42\x5e\xa6\x23\x35\x29\xf4\x30\x53\x09\x2d\x56\x71\x0f\x53\xb7\xf0\x47\xea\x4b\xcd\xa1\x1e\x2d\xce\xe7\x02\x67\xc7\x5a\x5c\xa7\x29\x05\xfd\x91\x54\x03\x2b\x2e\xd7\x68\x28\x57\x95\x30\x08\xf9\x2c\xcf\x53\x46\x6b\x4d\xe2\xc1\x58\x63\xdd\xc1\xb6\x15\x6c\x2c\x01\xad\x17\x5c\x1c\xee\x0e\x19\x92\xda\x9e\xdd\x22\x6b\x89\x29\xde\x9b\x15\xf9\xcc\xe0\xdf\xaa\xf2\xbe\x1e\xb0\x35\xf4\x9f\x46\x67\x4c\x8b\x83\xea\x5d\x8f\x57\xc9\x37\xae\x99\xcc\x7e\x98\x9c\x67\x79\xc1\x3e\xa9\xd1\x70\x7f\x3e\x18\xd3\xb9\xcd\xac\xc5\x7a\x6e\xd5\xdb\x33\x60\xa5\xe3\xf7\xcc\x86\x15\x2c\x87\xa4\xa1\xc7\xde\xe4\x57\xb7\x24\x64\xec\xea\x43\x6d\x7a\x89\xdb\x0e\x44\x20\x19\x85\x83\xfa\x1a\x22\xfb\x91\x85\x61\x20\x32\x75\x9d\xd1\xc8\x75\xe4\xad\x7d\x98\x6e\x46\xc0\xda\xf5\xd2\x8c\xe4\xd0\xc0\x2a\xa3\xd2\x7c\x1d\x86\x45\xe0\x9a\x43\x6c\xcb\x8c\x11\x34\x86\x4a\x50\xf2\xa8\xcf\xb6\xd2\xb8\x44\xed\xf1\xbc\x28\x55\xb2\x90\xfd\xbc\x28\xdf\x64\x7e\x93\xd2\xcc\x64\xc1\xb4\x6d\x1a\x49\x87\x2c\x8b\xa9\xbd\x94\x09\xcf\x1c\xd3\x45\x7d\x34\xa9\x18\x43\x51\x14\x43\x5a\x57\x8d\x85\x55\xb5\xac\x6c\xf4\x17\x4c\x39\xce\x41\x4a\xe6\xe6\x43\x29\xa8\xeb\x5e\x2c\xb2\xf4\x64\x11\xdb\xb3\xee\x18\xf1\xee\x03\xaa\x7e\x1a\x62\x45\x48\xd3\x59\x95\xa6\x87\xbc\x95\xe8\x56\x96\x5f\x6f\xc6\x40\x2c\x43\x86\xbe\xfd\xf5\x57\x1e\xc8\xab\x0d\xe4\xdf\x60\xbc\xe6\xda\xb3\x5e\xaf\x31\x4d\x3b\x52\x43\xb0\x70\x8e\x9e\x5a\x8a\x2d\xcb\xc2\xb8\xbc\x3d\x7b\x47\xf5\xcf\x3c\xc9\x96\xe7\x8e\x5e\x33\x8c\x6d\x0d\x04\x2a\x89\xe5\xd6\x38\xea\x0b\x0d\x93\x1c\x6e\x37\x5d\x0c\xae\x61\xf6\x2b\x9d\xc2\xe5\xe9\x53\xe2\x79\x53\xc9\x82\xe8\xc9\xa8\x21\x5a\xa2\xb6\xc9\xd3\x2a\x28\x68\xe5\xe5\x21\x46\xb0\x4e\xe7\xbc\x04\x63\x62\x06\x17\x1c\x1c\x82\x3b\x91\xdc\xcd\x74\xe4\x56\x80\xe4\x05\xb4\x74\x5c\x27\x72\x1b\xd6\x6b\x85\xf4\xb0\xd2\x57\x79\x54\xa3\xe2\x69\xf6\xcb\x42\xf7\xb6\xa6\x3f\x99\xb9\x0d\x53\x19\x06\x54\x8d\x35\x0c\x40\xc6\xf0\x62\x63\x26\xad\xba\xce\x75\x15\x95\xf3\x27\xd5\x96\x9a\xbf\xcd\x33\xbe\xe1\x4a\x8e\xa8\xe1\x5d\x73\xfa\x9f\xa6\x7b\x3e\x6e\xad\x08\x35\x61\x7a\x2b\xad\xa8\x59\x33\x6a\xea\xc3\xb0\xa9\x87\xcd\xf4\x96\xa7\x77\x19\xbb\x52\x16\xe3\x07\x52\x5d\xb1\xa1\xdb\x4c\x03\x79\xce\x51\x9d\xf4\x35\x25\xd4\x50\x8a\x75\xc0\x7d\x85\x57\x8d\xac\x31\xc4\xa7\x3a\xc3\x83\x95\xd7\x09\x4d\x28\x79\xa1\xc6\x75\x80\x2e\xa4\x46\x30\x3c\xf9\xac\x9b\x0d\xe5\x56\x5c\x61\xa8\xf5\x61\x91\x06\x54\xbf\x15\x73\xad\xfd\x0d\x76\x53\xef\x92\x2f\xd2\xef\x93\x82\x89\xc7\x09\x4d\x93\xdf\x95\x41\xa6\x0c\x58\x63\x9a\xed\xa8\xca\x72\x20\x98\x08\x2c\x08\x0f\xc5\x42\xaa\xa1\xdb\x30\x91\x49\x2f\x26\x59\x68\x9d\xa9\x2e\xeb\x87\x18\xe1\x8e\xb3\x5a\x67\x3e\x1b\x2a\x24\x97\x29\x44\x8b\x5f\x12\x76\xf5\x96\xd1\x98\x15\x6f\xbe\xd6\xdc\x0d\xb4\x7a\x4f\x13\x79\xbd\x25\xd8\xef\xfb\xfd\x8f\x48\xa0\x95\xda\x99\xe8\x81\xb3\x4f\xfc\xe4\xb1\xdd\x7d\xee\x41\xeb\x8f\x17\x57\x1f\x0e\x89\x95\x91\x88\xa8\x23\xa9\xc7\x96\x8e\x84\x2e\x10\xeb\x8c\x90\xd3\x7d\x6b\x68\x32\xf4\x4c\xd0\xf7\x3d\xdd\x75\x8c\x9c\x53\x57\x75\xfe\xed\xd3\x20\x78\xaa\x7a\x5b\x21\x79\x6b\xf1\xe8\x38\x42\x45\xa0\x30\x3f\xdc\x44\x75\x9c\xae\x5e\x99\x6d\xbc\x67\xae\x70\x8b\x6a\x1b\x6b\xf8\xf5\x1a\xa6\x8d\xba\xfe\xf9\x83\xe8\xe2\x7a\xc7\x8c\xda\x75\xc1\x21\xde\xf0\x68\x44\x71\x24\xee\xc6\xef\xee\xd0\x06\x18\xfe\x0e\x96\xb0\x2a\x79\x14\x83\xba\x7e\x7a\x48\xee\x9a\x04\x33\xc1\xa8\xcc\xc6\xeb\x48\xc3\x44\xf6\xc5\x5c\xf6\xd5\x38\xda\xc1\xbd\x91\xa1\xed\x92\x3e\x3f\xdb\x6f\x1f\x84\x9d\x57\x22\xf2\x12\x42\x57\x29\xf1\x75\xb9\xd9\x19\xd5\xfb\x65\xe6\x0a\x71\xee\xc0\xcb\xab\x49\x8d\x75\x98\xd9\x0f\x50\x8d\xfc\x47\x0f\xa9\x5a\x55\xc3\x63\xe5\x5d\x5b\x6b\xdd\x70\x83\x3a\x56\x20\x4c\x77\xe8\xec\x89\xc4\x52\xbf\x52\xe7\x02\x84\x0f\xc0\x7e\x60\x2e\xaf\xe3\x74\x0f\x91\xbb\x09\x71\x7f\xfc\xef\x59\x92\x87\x28\x17\x18\xf7\x82\xc5\xf3\x11\x8b\x8c\xe5\x7a\x56\xb0\xcb\x24\x9f\x73\x30\xbb\x74\x54\xd8\xd1\x2f\x35\xb7\xbe\x13\x13\xec\xa5\x2e\xf0\xd0\x01\x4c\xf6\x73\x88\x63\xaa\xb5\x6b\x3b\x10\x7e\x20\x7f\x11\xdb\x68\xe7\xd9\x4b\xb2\x81\x71\x8e\xef\xe9\x7b\xa7\x74\x93\xef\xb0\x1c\x6a\xa7\x43\xeb\x59\x4b\x9d\xaa\xda\xf9\xcb\x25\xc9\xb0\x29\x76\x9c\x60\x3c\x96\x05\x04\xdc\xdd\x1c\x08\xab\xa3\xb4\x52\x87\x6e\x3a\xe4\xf0\x58\x1e\x61\x34\xdd\x43\xef\x27\x51\xb3\x22\xb0\x57\xbf\x58\xe2\x7e\x6e\xe1\x11\x00\xca\x22\x01\xe1\x5a\x9f\x5d\xef\x6a\x92\xa4\x4c\x5f\x7e\xa1\x33\x6a\xd8\x36\xe1\xe3\x0e\x69\x70\x4a\x53\x1f\xb7\x4a\x8f\xc6\x71\xb4\x89\x15\x1b\x8f\x29\x80\x78\x88\xe5\x70\x48\xbe\x6d\x1a\x74\xd3\x92\x98\xfc\xad\x83\x22\x61\x31\xf9\x76\x13\xcc\x16\x9c\x94\x39\x19\x27\xe0\x06\x83\xb7\x7d\xc0\x49\xcc\xed\xc2\x75\xa0\x11\x81\x53\x4d\xea\xc7\xc6\xca\x0d\xce\x6d\x82\x92\xc9\x6d\x02\x68\xc8\x9a\x2b\xa1\xcc\x28\x11\xc9\xbf\x0f\xb6\xe6\xa9\x3c\x17\x55\x7f\x59\xf9\x5c\x9d\x23\x78\x3a\x9c\x7c\xbf\xf6\xb2\xa8\xda\xf3\xd6\x42\xfb\x05\x5a\x07\x57\x59\x09\x75\xad\x3f\x60\xf9\x0b\xf5\xa8\xd9\x94\x22\x6a\x39\xc5\xb3\xfc\x0a\x8c\xa3\xce\x43\x3c\xaf\x68\x3a\x82\x34\xbd\xae\x44\x9e\xdf\xe5\xbc\x47\x46\x3c\xdb\xd7\x61\x04\xcf\x10\x14\x47\xd6\x7b\x8f\x1a\x18\x4b\x83\x59\x82\xa6\x5e\xc5\xfb\x6d\xb2\x05\x07\xe6\x59\x2e\xf1\x42\xe7\x71\xbd\xfc\x0f\xc8\x93\xcf\xb2\x6c\xad\x75\xd7\x1b\xb4\x49\x4d\x02\x1a\x07\xe9\xa6\xf4\x33\xb7\xec\x8a\x8b\x3a\x49\x38\x39\x83\x46\x1c\x67\x01\xd5\x86\xe8\x99\x85\xd0\x5a\x17\x06\x2d\xd1\x80\x0c\xef\x98\x06\x3c\x18\x77\x5f\xbe\x6e\xbf\xa2\x56\x6e\xbd\x13\x2b\x91\x4a\xba\xa3\x58\xaf\x61\x6a\x04\x65\xb7\x97\xa6\xe7\xd6\x22\xdc\x74\x4b\xa7\xb9\x53\xc8\x19\x72\x36\x3a\x7f\xdb\x37\x05\x5a\x43\xac\xdc\x50\xf9\xfc\xac\x2c\xe8\xa8\xac\xb9\xfa\xb3\x43\x5a\xd3\xd5\xb5\xde\x15\x97\x1a\xe4\xb9\x48\xf1\xf7\x83\x2d\x35\x72\xb2\x79\x4b\x0d\x3e\xaf\x5f\x6a\xf0\xfd\xfa\x82\x59\xb6\xe7\x2f\x35\xd6\x8b\x35\x96\x1a\x55\xeb\x0f\x5c\x6a\xec\x1e\xad\xb0\xd4\xd8\xc5\xf5\x52\x63\x3f\x5c\x61\xa9\xd1\xbd\xfe\x23\x96\x1a\xc9\x91\x0f\xb8\xd4\x48\xde\x5f\x69\xa9\xc1\xb2\xb7\x5d\x6a\x4c\x42\x31\x07\xe9\x86\x74\x62\xb7\xec\x89\xbf\xd2\x50\xd1\x46\x65\xa1\xc1\x26\x1e\x72\xa1\xd1\x9c\xf3\x3f\x69\xa1\x91\x2b\xff\x92\xb5\x9e\x2c\x5d\x69\x54\xaa\xba\xfb\x5d\x69\x24\x76\xf7\xb3\xd4\x88\xfd\xdd\xd7\x5b\x65\x64\x20\x02\xf0\xa8\xf5\xfd\xe1\x8c\x79\xa6\x0d\x6f\xc5\xb1\xde\xd5\xae\x3a\x56\x99\x15\xed\xbe\xcd\xbd\x22\xbe\x2d\xca\xc2\xb0\x69\x51\xb9\xcb\x8a\xe1\xb4\xb1\xda\xaa\xe1\x55\x51\x2b\x87\xf7\x62\xf9\xea\xe1\x76\x71\xb5\x15\x64\xe9\x55\x23\x0d\x20\xed\x21\xf8\x0a\xeb\x53\x63\x73\xf7\xb2\x3e\xd9\xb3\x66\x95\x35\xca\x2a\xbf\xf2\x3a\x55\x31\x1c\xad\x22\x5c\x42\xa6\x5b\x07\x53\x89\x19\xe4\xa0\x49\x38\x49\xa4\xc4\xa5\xa3\x51\x5e\xc4\x32\xee\x69\x94\x4f\x67\x79\x26\xc4\x34\x67\xe5\x7c\x86\x46\x1f\x48\xad\x51\xbd\x70\xa9\x76\xa0\x9a\x26\x54\x65\xd5\x59\xbe\x42\xdb\xd5\xbd\x20\xc0\x24\x4b\x93\x8c\xe9\x9b\x99\x02\x51\x17\xba\x8e\xb9\x10\x56\x5d\x3c\x89\xd3\xa5\xde\xc1\xa2\x61\x21\xb1\x90\xba\x45\x58\xa5\x0c\x6a\x93\x61\x6c\x0f\x25\x6a\x11\xfc\x1a\xe7\x06\xd2\x45\xd4\x0a\x2e\x97\x18\xae\x33\x35\x64\xdf\xda\xb2\x93\xe4\xc9\x67\xfc\x72\xa3\x62\xdb\xd2\x9c\xc6\x2c\x26\xe3\x22\x9f\x2a\x1f\x50\x2c\xc1\x1f\xdd\xce\x17\x4c\x36\x34\x24\x56\x87\xef\x5f\xa1\xa9\xa8\x24\xeb\xc5\x25\x86\x3b\xa0\x35\x88\xa5\xc0\x6a\x67\xc9\xd7\xf7\x6d\x23\x7f\x60\x74\x91\x7a\xa0\x14\xa2\x48\x7d\x79\xb0\x39\xa4\x1a\x58\x8d\x2f\x55\x69\xfb\x5c\xc9\x28\x6f\xa1\x33\x25\x81\x25\x9e\x13\x99\xae\x7c\xf9\x62\x00\xbd\xac\xbd\x66\xd3\x6a\x6b\x85\x78\xf8\x70\xaf\xc8\x90\x04\x3b\xe8\xbb\x1c\x6b\xdd\x3d\x6a\xbc\xc6\x06\x57\x68\x53\xc4\xdc\x13\x77\xd8\x5a\x30\x5a\xb4\x84\x0a\x9b\x67\xe5\x44\x7c\x89\xe9\x42\xfc\x99\xe4\x73\x7c\x9e\x64\xf3\x92\xb5\xc2\xd1\xe0\x77\x1f\x49\x83\xd4\xda\xda\x9a\xb5\x73\x79\x54\x35\x5a\xd4\x14\xb9\x85\xef\x9e\x45\xe3\x90\x6f\x74\x7e\xbb\xfb\x51\xc3\xdd\xa8\x7a\xcc\x7b\x23\xa6\x8f\x0f\xcd\x1b\x37\x35\xc5\x92\xa3\xc4\xe0\xd2\x50\xd3\xc3\x6a\xb7\x48\x3e\x26\x4f\x3e\xfb\x28\x41\x0c\x87\xe0\x94\xdb\x6c\x7b\xed\xce\x93\x1a\x5e\xf0\xf8\x60\x94\xa7\x29\x9d\x71\x16\xa9\x2f\x0f\x26\x67\x54\x03\x6b\xf3\xa6\xaa\x78\x7b\x27\x7d\xdd\xc9\x3b\xc7\x29\xfa\xba\x9b\xc6\x4e\x10\xa4\x81\x88\x64\x5d\x8f\x9e\xba\x66\x48\x2d\x21\xff\xe8\x35\x0b\x6e\xc3\x8e\xe0\xdf\x87\x08\xb9\xf4\x9d\xbd\xb0\xa9\x75\xdc\x46\xf0\x22\xf0\xbb\x45\x5b\x62\x37\x0d\x2b\x99\x59\x5d\xe6\x32\xc4\xf2\x43\x63\x88\x65\xf5\xa1\x09\xb3\xf4\x7b\xd7\x21\x56\x27\xff\xdd\x06\xbc\xcc\xf3\xb4\x4c\x66\x3c\x52\x5f\xbe\xce\xb0\xeb\xd6\xd6\x19\x79\x55\xe9\x8e\x83\xaf\xbb\x7c\x87\xf1\x5f\x61\xec\x55\x33\x1d\x52\xdf\xd9\x3f\x7a\xf4\x75\x9e\x8a\xc8\x64\xac\x78\xa8\xc5\x43\xb7\x70\x1b\xcd\x06\x6b\xde\x21\xc6\x4b\x77\xf4\x9e\xe3\xdc\x0d\x6e\x43\x12\xee\xa1\xbf\x2f\x48\x62\xf6\xe3\x62\x5f\x8c\xa7\xf9\xfa\x70\x7b\x03\xdd\xc4\xda\x74\x37\x55\x6f\x4f\x78\xab\xb3\xf7\x4c\x79\x0b\xbb\x21\x69\xe8\xe5\x1f\x3d\xc7\x2e\x65\xc6\xac\x48\x7d\x79\xb0\xa1\x56\x0d\xac\x3d\xd0\xaa\xe2\xad\x77\x05\xba\x8f\xf7\x11\xc6\x23\x10\xdb\x76\x6f\x99\x53\x59\xc7\x8c\xc6\x6f\x88\xb9\xbe\x86\x6f\x61\x5b\x1b\x06\x1c\xe1\xcd\x67\x41\x1c\x2c\x15\xbf\x8d\x91\xf8\xb7\x33\x09\x5d\x9a\x1c\x6c\xb5\x43\x07\x35\x1a\x72\xb6\xad\x41\xa8\x2e\xd9\x94\xcb\xb0\x97\xe3\xad\x21\x6b\xa2\xb9\x51\x6f\xc9\x19\xcd\x88\xa6\x2c\x8b\x69\xf1\x2b\x63\x17\x3c\x72\x7e\x3d\xdc\x86\xc4\x6e\x65\xfd\x5d\x89\x5d\xfb\x0e\x5b\x13\xa7\xe3\x0d\x4a\x85\x96\x7a\xc0\x33\xb7\x33\x53\xbb\x38\x0f\x49\x33\x05\xd6\x39\x63\x3b\x9b\x97\xa5\xd0\x8a\xe5\xdf\xaf\xa3\x07\xaa\xc6\xd6\x51\x03\x65\x9d\x3b\x6a\x81\xaa\xbb\x0f\xbf\x09\x90\x2d\x75\x88\xd3\xd9\x06\xbe\x0c\x56\x87\xc5\xe7\x20\x8f\xe9\x1d\x52\xfe\xf8\xa0\xee\x63\x2f\xbd\x0c\x69\xbc\xa4\xfc\x5e\x90\x46\x50\x5f\x07\xe9\xfc\x2e\xe6\x0a\x1f\xd4\x3d\xe4\x11\xf8\xa3\x35\x99\x0b\xc6\x66\x1f\x66\x2c\x8b\xd4\x97\x07\x93\xeb\xaa\x81\xb5\x45\xba\xaa\x78\xfb\x91\xd3\x9d\x7c\x80\xd4\x0f\x1a\xbb\x21\x09\xf6\x30\x90\xd4\x61\x34\xe7\x1f\xb2\x7d\x31\x5a\xd6\xf7\x07\xcc\xed\xa0\xdb\x58\x9b\xf4\x56\xdd\xdb\x53\xdf\xee\xf0\x03\x0c\x80\x8d\xe3\x90\xd4\xf5\xd6\xb7\x8a\xc1\xf9\x6d\x84\x7f\x1e\x8c\xf8\x08\x7e\x6d\xba\xcb\xc3\xe5\xdb\xe7\x81\xc3\xce\x3d\x00\xb5\x25\x66\x43\x12\xe8\x99\xaf\x3e\x0a\xd1\x1e\xca\x2a\x59\x39\xe1\x86\xcc\xae\x2a\x43\xf8\x12\x71\x85\x17\xbc\x44\x0d\xf7\x25\xdd\x97\xb8\xc2\x06\x6e\x27\x13\xb0\xae\xb9\x30\x88\x2f\xf3\x85\x3a\x9b\x9f\x47\xf0\x6f\x73\xb2\x1c\x28\x72\x7b\xbe\xc0\x76\x1e\x80\x2d\x10\xaf\x21\xe2\xd7\xdc\x57\x48\xa6\x05\x2e\x33\x07\x98\x75\xb4\xfa\xe0\xc1\x86\xb4\xda\xd0\xda\xd3\xb2\x0a\xe0\xf6\x03\xe1\x11\xe1\x01\xc6\xc4\xc3\x76\xe8\x75\xa0\x79\xa4\x2c\xd7\xc8\xa8\x39\xc2\xed\xfe\x34\x04\xd9\xc6\xad\x94\x04\xe5\xc6\x79\x27\x3d\x41\x75\xf8\x9e\x2d\x5b\x36\x7e\x43\x52\xd7\xd3\x40\xfc\xb3\xba\xb6\x1d\x46\x2d\xaa\xfc\x7e\xc0\xc8\x67\xa7\x9d\x5b\x04\x3b\x3b\xf5\xef\x90\x56\xc6\xed\xff\x43\xa4\x94\x71\x31\x1d\x56\x71\x6f\x1e\xa0\x8a\x03\xa0\xfb\xf3\xc1\x86\xc7\x6d\x66\xed\xd1\xa9\xdc\x93\xfa\x68\x95\x3b\x00\x83\xc3\x53\xe9\x7d\xdb\xce\x68\xca\x89\x01\x79\x9b\x81\xa9\x5e\xe6\x4a\x1a\x3a\x5d\x9b\xd7\xc5\xb9\xf7\x37\x0a\x3e\x7d\xf0\x7c\x2f\xee\x4d\xc9\x2b\xe5\x7d\xa9\x20\x58\x97\xff\xc5\x29\xb6\x86\xb9\x65\x55\x3a\xf8\x83\x12\xee\xd3\x1f\x90\x51\x23\x88\xc7\xbd\xe4\x8b\x71\x59\xe6\x61\xf2\xc6\x54\xc9\xb7\xda\x80\xae\xe5\x5d\xef\xdc\x75\x3e\x11\xff\x3e\x38\xa3\xe3\xdd\x32\x2b\x31\xf8\x5b\x44\xa8\x8e\xb1\xe1\xf5\x1a\x0c\x5d\xd7\xbf\xfa\x11\x50\xf7\xe0\x7c\x6d\xc6\x05\x4c\xef\x87\x51\x71\x68\x1f\x86\x41\x9d\x6b\x82\xbc\x9b\xd8\x90\xdc\x35\xfc\x59\x49\x2b\xd3\x4c\xe8\xff\x17\xf2\x2c\x4c\x6e\x9b\x67\x61\xb2\x56\x9e\x85\xe7\xdf\xad\x9b\x67\xe1\xf9\x77\x7f\xe6\x59\xa8\x4b\x9f\xf5\x35\xe4\xa6\x33\x43\x56\x49\x9f\x55\x23\x35\xed\xb7\x0f\x22\x34\x57\x9a\xca\x4b\x08\x5d\xa5\xc4\xd7\x95\x99\xce\xa8\x3e\x48\xfa\xac\x7b\x90\x98\xab\xad\x4d\x7f\x8a\x4c\xf2\xa7\xc8\xac\xd0\xe1\x8f\x15\x99\x2a\x9a\xc4\x64\x76\xbf\x67\x81\xa9\xc3\x55\xea\x92\xd8\xd7\x0b\xb9\x7a\x94\x48\x28\x2a\xb6\x72\x71\x9d\x0e\xef\xb2\x82\x14\xdb\x8d\xa9\xf4\xef\x12\x9b\xf9\x07\x66\xd0\xd7\x43\xd8\x94\x45\xff\x8e\xf9\xf3\x3d\x62\x07\x43\x28\x6b\xb3\xdf\x2f\x59\x5b\x0c\xf4\x9f\xb1\x88\x80\x82\x1e\x34\xe0\x3c\x73\x18\xf2\xba\x39\x16\x14\x5c\xa9\x60\xef\xfd\xeb\x5f\x4e\xde\xfc\xfc\x7e\xeb\x60\xf7\xc3\xfb\x25\xf3\xe1\x64\x9c\xa4\xa9\xa4\xe6\x67\xff\xed\x9c\xb3\x37\x8c\x96\x13\x56\xec\x4a\x97\x65\x6f\x9c\xc2\x67\x49\x23\x70\x41\x5d\xcc\x64\xb4\xed\x18\x81\xb4\x56\x30\xb7\xeb\xbb\x2b\xa2\xa5\x57\x59\x54\xcd\xdd\xba\xec\x1d\x8d\xdd\x06\x85\x87\x32\x75\x1b\x4c\x87\x15\xd4\x9b\x29\xe4\x5f\xc7\x11\x05\x6e\xe8\x78\xb0\x24\x28\x5e\x53\x6b\xcb\x0d\x1f\xc4\xad\xed\xad\x01\x50\xf7\x6d\x70\x0d\x34\x31\x0c\x74\xc1\x1f\x33\x0f\xbe\xa4\xa7\xeb\x2e\x07\xf5\x6e\xda\xd1\x3f\xff\x7f\x73\x56\x2c\x94\xb0\x32\xfe\x39\xec\x7a\x96\x17\xa5\xbe\x06\x31\x50\xf9\x71\xe7\x71\x32\x85\x42\x4f\x30\x56\xb4\xf5\xcf\x7f\x09\x58\xad\x17\x47\x99\x7c\xf1\x89\xd1\x51\xd9\x21\x9f\xc9\x96\x0e\x59\xbe\x91\x65\x0b\xf1\xca\x2a\xfa\x99\xfc\x08\x7e\x23\x1d\x02\x32\xee\xa7\x22\x9f\xcf\xec\xef\xaf\xe3\x58\xbf\x74\x81\xf0\xb2\xa0\x33\x01\x49\xc3\x92\x82\x17\xcb\xe0\x8f\xae\x50\x47\x7e\xcf\x33\xe6\x14\x6c\x95\x6c\x3a\x9b\xf3\x38\x9f\x26\xd9\x9c\x77\x47\x79\xc1\x2c\x94\x2a\x6f\xcf\xf2\x1c\xdb\xea\x7e\x67\x17\xea\xf5\xfa\xf8\x5f\x96\xc7\xec\x64\x9a\xc7\xf3\x94\xf1\x7e\x6d\xd5\xfe\xd9\x3c\x49\xe3\xfe\x88\x37\x94\xe9\x4d\x93\xac\x37\xe2\xdc\xc1\xf5\x33\x89\xf3\x69\x87\xa4\xc9\x59\x41\x8b\x85\x26\xc1\xdf\xc7\x79\x51\xd2\x2b\xc6\xf3\x29\xeb\x8f\xf3\x4c\x7d\xef\xf2\xcb\xf3\x6a\x87\x3e\x93\x37\x79\x56\xbe\xc6\x02\x42\xa8\x86\xa1\x00\x55\xbb\x16\x2c\x1b\x84\x60\xa9\x31\xdd\x9a\xb0\xcb\x22\xcf\xde\xb1\x71\xd9\x71\x9e\x7c\x4a\xce\x27\xfa\x91\xf4\xcf\xdb\x9a\xb0\xd1\x85\x7c\xf6\xba\x28\xf2\xab\x9f\x67\xf6\xaf\xed\xfc\x2a\x93\xbf\x05\x87\xf1\xce\x51\x16\xee\x5c\xc1\x58\x97\xe7\x69\x12\x43\xdf\x40\xcc\x23\x85\x24\x4d\x40\xbb\x75\x71\xab\x22\xe6\x61\x65\xa1\xe4\xe0\xa3\x90\x69\xbf\x38\xca\xfa\x7d\xb2\x4f\xe3\x74\x41\x32\xc6\x62\x16\x0b\x9d\x96\xa6\x3c\x27\xf2\x56\x67\xf2\x32\xf9\x01\x6e\x14\x95\x77\x82\x62\x08\x3f\xcc\x93\x0e\xe1\x09\xdc\x80\x5f\xb6\x30\xb4\x9a\xe2\x94\x30\x21\xfc\xbd\xa3\x2c\xce\xa7\xbd\x2b\x5a\x8e\x26\x62\xb5\x16\xe3\x9d\x95\xac\x18\x0b\xc0\x68\xe6\x9c\xcd\xcb\x8f\x45\x3e\xe3\x48\x7b\xc1\xc7\x03\x92\xe1\xf5\xc7\x5f\xf0\xca\x26\xb8\x21\x55\x60\x5b\xd2\xe9\x8c\x24\x19\x99\x26\x69\x9a\x70\x36\xca\xb3\x98\xf7\x44\xad\x39\x67\xef\xf2\x11\x4d\x0f\xa0\xb6\x5c\x4d\x5e\x88\x37\x05\xcd\xce\x35\x40\x80\xf4\x49\x3c\x11\x50\x6c\x00\xd0\xd3\x49\x9e\xc6\xac\x18\x48\x01\x07\xd5\xf3\x6c\x6b\x22\xca\x23\xe0\x28\x80\x5d\x9b\x0c\x7f\x20\x97\x79\x12\xbf\x38\xca\x6e\x44\xff\x46\x29\xe5\xdc\xf4\x8d\xe0\x6e\x9e\x1b\x19\xf1\xd2\xed\xf7\x0f\xd8\xf1\x59\x91\x5c\x0a\xca\x96\xea\xe5\x27\x36\x26\x43\xa4\x67\x6f\x54\x30\x5a\xb2\x4f\x6c\xfc\xf2\xed\xc1\xde\x3b\x78\xbd\x93\x32\x31\xf1\x7f\x00\xaa\x9a\xea\x4f\x10\x45\x9a\x2d\xc8\x50\x5e\x78\x95\x89\xf7\xe7\xac\xfc\x91\x72\xe8\x87\xd0\x6f\xdb\xba\x17\x43\xd9\xbe\xbb\x2e\xcd\x04\x66\x70\xf3\x05\xe4\x86\x52\x97\xe2\x82\x77\xeb\x87\xb1\x6c\xf3\x46\xc2\x1e\xd1\x74\xb4\x3f\x49\xc6\x25\x92\xb6\x0a\xde\x02\x08\xa3\x41\xfa\xe4\xb9\xac\x99\x64\xa2\x67\x0e\x5a\x82\x94\x16\x52\x18\xd0\x5b\xe2\x7b\xa5\x83\xab\x9e\x44\x6d\xf2\x8d\x74\xa3\x76\x50\x90\xf8\x11\xbb\x69\x7b\x24\x61\x1c\xdd\x3e\xc4\xec\xae\x98\x74\xef\x09\x13\xf0\x96\xa9\x47\xa3\x0e\x10\x3a\xcf\xd8\x80\xd4\x92\x20\xe1\xc8\x65\xbb\x69\xbc\xed\x69\x44\x5e\x99\xdb\x7c\x7b\xe7\x73\xc6\x39\x24\xc3\x69\xfd\x7c\xb0\xd5\x72\xf1\x55\x7c\xbd\x9d\xc4\x7b\xf9\x5c\xf0\x89\x44\xda\xc6\xf8\x89\x24\xdc\x13\xdc\x5a\xd9\x5c\xae\x94\xec\x47\x6d\x09\xd1\xae\x02\x07\xb3\xe2\x0b\x4a\x9c\xe8\xb3\xd2\x06\x40\x3e\x0e\xc8\x67\xa3\x1d\x94\x79\x4c\x17\x03\xd2\x1a\x53\x4e\xc6\xb4\xab\xdc\xa7\xbb\x23\x21\x09\x5b\x1d\x55\xf0\x46\x7f\x93\x9e\x9c\x0e\x90\x7e\x5f\x3b\xa3\x0e\x60\xfb\xd6\x31\xef\xb4\xc7\x67\xf0\xcd\x01\x36\xef\xbc\x31\x6d\x99\x28\x96\x4a\x11\xcc\x7a\x30\x20\xad\xdf\x7e\xfb\xed\xb7\xee\xde\x5e\x77\x7b\x9b\xbc\x7d\x3b\x98\x4e\x07\x9c\x1b\xa4\x31\x17\xc3\x80\xb4\x58\x66\x1e\xaa\x8b\x69\xa4\x21\x50\x8d\x77\xd4\xd6\x25\xac\x2c\x21\x83\xea\xc4\x96\x85\x6e\x82\x54\xcf\xb3\xa8\x35\x02\xe6\xaa\x0c\x40\xab\x43\x22\x94\x2f\x6d\x8b\x95\x50\x0f\xc5\xb2\x6d\x67\x4c\x6a\xb8\x15\x8b\x1a\x79\xa2\xa6\x89\x50\xed\x0c\x5a\xf0\xcb\xe1\xb1\x5f\x93\x34\xfd\x39\x9b\x36\xb3\x59\x95\x67\x5a\x31\xe3\x65\x91\x2f\x5a\x61\x98\xdb\x49\x2c\xf7\x8a\xb3\x82\x5d\x82\x4c\x1e\x54\xd6\xa6\x4a\x53\x28\x0a\x3e\xc3\x00\x74\x9c\xc5\x87\xdc\x28\xe1\x00\x9d\x96\xbd\x52\xc9\xb1\x3f\x1a\xa9\x2a\x34\x73\x98\xfb\x86\x5a\x4d\x1d\xa0\x25\x6b\x75\x50\xf8\xa8\x79\x89\xa2\x83\x0c\x88\x99\xf9\x9a\x7a\x6e\x83\x0e\x82\x90\x9b\xc6\x7a\xb0\x1a\x02\x52\x6b\x6f\x75\x64\xaf\xc3\x6c\xe7\xf2\x1b\x5c\x38\x77\xe3\x60\x26\x49\x5f\xb0\x2c\x66\x85\x18\xc0\xff\xda\xff\x3f\x3d\xb9\x92\x55\xc4\x52\xa4\xb0\x7a\x69\x94\x64\x02\x6b\xeb\x7b\x3a\x65\xc3\xa3\xc7\xa2\xdd\x2e\xe4\xd4\x39\x7a\x4c\x78\xf2\xbb\x78\xc6\xa7\x47\x8f\x7f\x30\xdc\xf7\xb2\xa2\x5f\x13\x2a\xfe\x15\xfb\x9c\xe1\xd1\xe3\x59\xc1\x66\x2c\x8b\x9d\x0a\x84\xbc\x44\x35\x9d\x94\x49\x99\x8a\x52\xdb\x72\x5d\x80\x5e\x1f\x3d\x16\x0a\x41\x9a\x8c\x2e\x86\x9f\xa1\xef\xf6\xaa\x71\xf3\x83\xbb\xdd\x79\x59\x55\x46\x85\xc4\x1a\x7e\x76\x14\xb8\x1b\x32\x4e\xae\x59\xfc\x6b\x12\x97\x13\xd2\x77\x11\xe9\x23\x26\x76\x77\xfa\x95\xfe\xfc\xa0\x66\xae\xe9\xac\x0d\xc2\x52\x6a\x24\xbe\x38\x13\xad\xe7\x37\x76\xf9\x24\xcb\x58\xf1\x89\x8d\x65\x61\x5b\x46\x3b\xe5\xf2\xec\x4d\x3e\x9a\xf3\xe1\xe7\xa8\xad\xd7\xf7\x30\xdb\x08\xb9\xd8\x6a\x57\x2a\xff\x98\xce\x8b\x15\xea\x4e\x92\x98\x79\x75\xff\xc1\x16\x42\x7f\x1d\x7e\x8e\x18\xd4\x3f\x6c\xed\xf0\x11\x9d\x89\xc9\xd1\xda\x11\x8a\x65\xeb\xb8\x97\x64\xa3\x74\x1e\x33\x1e\xb1\x1e\x5c\x2a\xab\xf2\x2f\xad\xd8\x4c\xdf\xa1\xea\xe7\xfe\x33\xb2\xf5\xfa\xe7\x83\xdd\x0f\xef\x07\xe4\x57\x30\x5b\x2b\x25\xd8\x40\x41\x7d\x79\x42\xe1\x24\x01\xa7\x8a\xd0\xa2\x45\xef\x09\x25\x2d\x58\xd1\x5b\x72\xb9\xe9\x54\x37\xc5\xb4\xd4\x1e\x32\x34\x4d\xca\x05\xa4\x00\x2e\xf2\x0b\x96\x75\x08\xcf\xc9\x15\x23\xa8\xfd\x09\xd8\x42\x97\x2c\x32\x9a\x12\x9e\xa7\x73\x68\x26\xc9\x78\xc9\x68\xdc\x23\xcf\xfa\x56\x1f\x3e\x57\x95\xb8\xa7\x4f\xcd\x84\x5a\x3a\x33\xe8\x2c\x30\x31\xcc\xd4\xc8\xe7\x25\x38\xff\xda\x93\x11\xba\x08\x9b\xd0\xee\x59\x99\x1d\x3d\xd6\xf3\x07\xc3\x3a\x82\x93\x47\x2b\x3a\xd5\x99\xd3\x30\x77\x60\x1b\xd0\x30\x6b\x82\xf3\x26\x3c\x73\xd4\xbb\xf6\x8d\x3f\x8b\xd6\x21\x4c\x55\x62\xec\x66\x4d\x12\xc3\xd6\x78\xd7\x95\x18\xb0\xc7\xbb\xbb\xc8\xf0\xdf\xc8\x87\x7a\x79\x04\x8a\x54\x2c\x24\x7a\x41\x7c\x61\x9b\x46\x6e\x65\x01\xc1\xbf\xd2\x04\xf2\x26\x2f\xa6\xf7\x61\x14\xb9\x8f\xcd\x3f\x19\xd3\x8f\xe9\x9c\x8b\xdd\xf1\x5e\x92\xe1\x97\xad\x09\x2d\xca\xd7\x05\xa3\xfa\xc7\x3b\xc1\xfc\x6b\x6e\xe1\x65\x0b\x66\x57\x88\xb5\x7b\x7d\xfd\xc4\xc1\x03\x8c\xe1\xdb\xf3\x02\xb2\xde\x75\xa4\x8e\xa8\x7e\xeb\xb6\xd1\x2e\x33\x2f\x93\x54\xb5\xa2\xb7\xd6\x3f\x15\x74\x36\xd9\xca\xb3\xb2\xc8\x53\x6e\x6d\xaf\xdd\xed\xb0\x78\xc2\xb2\xf8\x20\xb0\xe7\x5e\xb2\xab\x66\x4a\x00\x85\xea\xf1\x92\x8e\x2e\x58\xec\x56\x99\xd2\xeb\xfd\x7c\x5e\x8c\xd8\x27\xab\xae\xde\x69\xdb\x7b\xed\x4f\x88\x63\xe4\xe0\x6a\x6f\xb3\x4d\xd1\x1d\x85\x7c\x14\xee\x46\xb8\x96\x8d\x41\x54\xdb\x95\x70\xdd\x7d\xd1\xb7\x24\x3b\x1f\x90\xa8\xda\xcd\x70\x85\xbd\x50\xbf\xa3\x06\x6a\xd4\x18\x14\x9c\x11\x0d\x18\x15\xfc\x11\x97\xda\x39\x28\xab\xc5\x7c\x54\xe6\x45\x34\x43\xe5\xd6\x2f\xab\xb5\x40\x3e\x9f\x31\x59\xae\xb2\x31\x98\xd0\x2c\x4e\x9d\xee\x60\x07\x95\xc2\x5b\xf7\xbe\x77\x96\xc8\xb8\x49\x47\xfd\x56\x06\x8b\x02\x47\xe4\x36\xb6\x0e\x33\x74\xeb\xd4\xd7\xd3\x60\xbf\x64\x33\xc8\x0c\x86\x9d\xdc\x94\x2b\xf3\xe6\x86\xfc\xf2\x17\xf5\xe5\x7b\xf2\xcc\xfc\xd8\x74\x7e\x7d\xbb\x61\xff\xfa\x8b\xf3\xeb\x39\xfc\x70\xde\x7b\x4f\x36\xfd\x42\xcf\xbf\xf3\x1e\x7d\xf7\x37\xef\xd1\x5f\xc9\xb3\x50\xc9\xcd\xef\xc2\xcf\x9f\xff\x2d\xfc\xfc\xfb\xbf\x84\x9f\x7f\xfb\x97\xef\xc3\x2f\xfe\x0a\x3d\xf6\x5e\x1c\xf7\xa6\x74\x16\x45\x1c\x98\x97\x93\x67\x64\x73\x63\x63\xa3\x1d\x9a\xd8\xca\xbd\x1a\xa7\xf7\x01\xbb\x2e\x35\xe3\xd7\x98\x5c\x0a\xc9\x65\x8e\x50\x34\xd5\xdb\xd6\x26\x4b\x16\x95\x97\x5e\x57\xb7\x36\xa3\x0a\x16\x51\xd5\x32\xa5\xf7\x2a\x2a\xd7\xac\x5d\xdb\xdd\xc5\xa2\x75\xc7\xad\xe5\x58\x45\xea\x7a\xac\x05\x5a\xd8\xb2\xa3\xa6\x83\x36\x8a\xe0\x1e\x59\xdf\xa0\xe9\xf6\xdf\x35\xf8\x28\xdd\xc2\x36\xc3\x55\xda\x00\x27\x0f\x9b\xac\x2a\x52\xd6\xcc\x88\xb6\xbb\xa9\xf7\xac\x77\x2f\xb1\xa6\xbf\xcd\xf7\xc8\xeb\x50\x67\x75\x3a\x12\xbd\x09\xf4\x8c\x02\x47\x01\x8b\xdd\xdd\x7a\xdb\xe3\x70\x91\x5b\xbb\x57\xb0\x4b\x56\x60\x62\xb9\xe6\xfe\xff\xf0\x6f\xd2\xff\x66\xfb\x45\x83\x88\x77\x8d\x03\xd8\x29\x30\x47\x54\x67\xc3\xad\xa7\x4f\xb0\x1d\x2d\xac\xbd\xc6\xf4\x9b\x6a\x8b\x8e\x80\xf7\x67\x44\x10\x06\x40\x97\x57\xde\x07\x0b\xf4\xca\x7c\x1f\xe4\x0d\xda\x33\x5b\x01\xfb\x44\xdd\x52\x16\xb1\x4b\x96\x95\x03\xb9\xd0\x48\x15\x44\x3c\xf2\x97\x9a\x90\x71\xca\x1d\xf9\x80\x62\x80\xf0\x7b\x25\x2d\xce\x59\x89\xdd\x74\xd6\x4c\x65\x37\xa9\x35\x95\x08\x65\x5a\x45\x8d\xda\xdb\xb3\x73\xc1\x0d\xdd\x91\x64\x07\xd8\x94\xec\xcf\xcf\xa6\x49\xa9\x37\xd2\xac\x27\x86\x4a\x70\x13\xea\xfb\x51\xfb\x26\x6c\x48\x71\xe0\xc2\xb0\x2f\x31\xc2\xdc\xca\x0c\xd3\x60\x88\x81\x36\x6b\x2d\x31\xc0\x9e\x6b\x6c\x28\x41\xcf\xbf\x9f\x0d\xa5\xdf\x65\x17\x90\xdc\x49\x81\x87\xd6\xf0\x73\x45\x9c\x7b\x73\xe9\xc6\xad\x5c\xb1\xcd\xa8\x65\xa2\x52\x2a\x60\x5c\xf1\x17\xdf\xa8\x69\xa1\x71\xdb\xed\x07\xbb\x75\x3b\xb3\x81\xb7\x3f\x0e\x0f\xa4\xb3\x88\xad\x31\x90\x62\xe3\x76\xbf\x86\x81\xca\x0e\xd9\x7a\xa1\x37\x6d\x36\x28\xb1\xdd\x77\xcc\x6c\x72\x4b\xe2\x10\xd4\xde\x52\x39\x85\xed\x17\x4e\x0d\xa0\x92\x53\x14\x9e\xdc\xd4\x19\xfa\x8e\x1e\xef\x64\xb1\xb4\x3d\xb8\xb6\x33\x63\x7e\x77\xc0\x55\xf6\x52\xb5\x96\xb0\x66\xfb\xe2\xd1\xe3\x4f\x8c\xf7\x48\xc4\xdb\x6e\xb3\x8e\xb4\xd0\x82\x4e\x89\x0c\xbb\xa4\x3b\x3d\xee\x47\xb6\x37\x99\x37\x9d\xc5\xa5\xc1\x44\xf9\xd9\x65\x23\xa9\x4e\x80\x83\xab\xce\xb1\xbc\x74\xb5\xb2\xd7\x76\x52\xa3\x09\x98\x65\xa0\x80\x7b\x94\xc5\xbf\xae\x75\x1f\x3f\x37\x0e\xb2\x67\x7c\xdf\x88\xdd\xda\xb1\xb3\x4c\x2e\xce\x90\xc8\x3d\xec\x72\x11\x8e\x00\x2a\x9d\x90\x33\x1a\x72\x2e\xcc\x33\x09\x8b\xc0\xea\x03\x2b\x8e\x3b\xc0\xc4\xcc\x74\x4b\x3e\xb9\x44\x50\xdb\xeb\x08\xef\x5f\xaa\x88\x37\x3a\x2a\x93\x4b\x36\xfc\xfc\xc8\xaa\x29\x5b\x75\x4a\xae\x6e\x57\x93\xe6\x9c\xf5\x8c\x6a\xbe\x4c\x03\x0a\xa8\xfe\xcb\xae\xaf\xd3\xdb\xb2\x10\x92\x57\xf7\x2f\xd0\xbd\xb5\xba\xf4\xba\x60\x74\x5d\x3b\xa1\xc5\x21\x4b\xa6\x7d\x89\xe2\x9e\xb3\x94\x8d\x2a\x73\xf8\xd2\x9b\xbc\x01\x43\xc7\x4d\x48\x2c\xc9\x4a\x75\x9a\xd7\x4d\x9d\x4c\x99\xd2\xeb\x2e\x87\xb2\xdd\x66\xf1\x52\x33\x4f\x5c\xc2\x48\xdb\x3d\x76\xe3\xe8\x31\x9d\x97\xf9\xd1\xe3\x1f\x5e\xcf\xcb\x9c\xc4\xf9\x55\xc6\xe9\x74\x96\x26\xd9\xf9\xcb\x3e\x16\x6c\xac\xbc\xc1\x8f\x1e\xff\xf0\x21\x4b\x17\xa4\xa0\x57\x24\xa6\x25\x5d\xa9\xda\xf7\x62\xea\xed\xd1\x6b\xf2\xfd\x74\xfd\x36\x37\x27\xb2\xf2\xe6\x64\x59\x65\xb9\xba\x59\xf6\x60\xa1\x3c\xae\x62\x09\x76\xb6\x16\x68\x0d\xee\x3f\x7b\x06\xde\x78\xcf\xc8\x6b\x48\x80\xcc\xf0\x76\xe4\x7c\x4c\xf8\x24\x99\x72\x3c\xe5\x98\x15\xf9\x65\x12\x33\x32\x4d\xb2\x64\x4a\xd3\xca\xa9\x07\x6c\xcd\x18\xd9\xd9\xff\x8b\x05\x81\xf7\x10\xac\x04\x7e\x30\x61\x9c\x91\x64\x3a\x43\x25\x1b\xef\x04\x21\xb4\x60\xe0\x7c\x34\x65\x34\x2b\x65\x82\xaf\x39\x67\x31\xc9\xe7\x25\x17\x0d\x4a\xd0\x9f\x98\x90\x6e\x1f\xce\x38\x2b\x2e\x59\x21\x41\x4a\x87\x36\x42\x05\x92\x6c\x41\x46\xf9\x25\x2b\x48\x2e\x86\x8d\x92\x34\x99\x26\x25\x8b\xcd\xe6\x71\xce\x19\x19\x51\xce\x14\x5e\x7d\xf1\xa7\xff\x8c\x30\x9e\x26\x59\xd9\x95\x91\x1b\xa4\x60\xff\x9a\x27\x05\xeb\xfe\x93\xc7\xf9\xa8\x83\xa1\x01\xf8\x43\x56\xb9\xa4\x05\xd9\xa3\xb3\xfd\x49\x32\x15\x3b\x57\x73\x9d\xb4\xe5\xa4\x69\x79\x76\xee\xd1\x19\xba\x72\xea\x4b\x45\xaa\xde\x9c\x72\x27\xb0\x47\x67\x2f\x1c\x1f\x49\xf1\x45\x0d\x8e\xf8\x3c\x23\x9f\xa0\x24\x27\x10\x9a\x42\x92\x4c\x0d\x4b\x2c\x43\x60\x60\xa8\xa6\xb4\x1c\x4d\x18\x90\x84\xf0\x19\x1b\x25\xe3\x84\xc5\xe4\x82\x2d\x7a\x06\x92\x05\xf3\xef\xe0\x0b\x4a\x3e\x43\x40\xce\x4b\xf8\xf7\x87\x1b\x01\x2f\x50\xe6\xd9\x8d\x80\x63\xbf\x28\x24\x46\x9f\xd1\x30\x62\x62\x10\x90\x56\xe2\x9b\x26\xd0\x39\x2b\x77\x05\xe2\x11\x2d\x8a\x0e\x81\xe3\x3d\x87\x0e\x82\xb0\x05\xe3\x82\x4d\x87\xa4\xeb\xde\x4b\x40\x8b\xa2\x27\xe4\xa5\x45\x6e\x96\x95\xc5\xa2\x83\xb4\xa8\x71\xed\x85\x22\x87\x1b\xc7\x60\x55\xf2\x1b\x34\x03\x20\x1b\x05\x58\x77\x0f\x79\x92\x85\xfd\xd8\x9f\x1b\xd7\xdb\x56\x96\xc3\xe6\xfd\xb1\x97\xaf\xfb\xcf\x9e\x91\xbf\xa3\x1d\xf9\x59\xbf\x86\xdf\x1c\x3a\x43\xd9\x93\xcd\xfa\xa4\x3d\x27\x82\x2e\x09\xe3\x27\x27\x64\x48\x0e\x8f\xc3\x6e\xba\xe2\x83\x79\xf6\x7a\xc8\xb7\x1f\x8b\x7c\xc6\x8a\x72\x11\x49\xf8\x62\x91\x28\x73\xc1\xe5\x1d\x72\xf4\x58\x4c\xcf\xa3\xc7\x1d\xbf\x49\x9b\x83\xd5\xc7\x66\x1c\x69\x80\xf7\xa3\x63\x0c\x07\xa9\xcf\x39\x2b\x07\xa4\xb6\xff\xd5\xa1\xaa\x74\x55\xc5\x40\x79\xa3\xd7\xa9\x3e\x61\xd9\x7c\xca\x0a\x21\x0c\x94\xbb\x4f\xe1\xa9\x91\xe3\xe4\x7c\x6e\x15\x69\x18\xe4\x6a\xff\x6b\x67\x53\x95\x30\xcf\x5c\x92\xb8\xe4\xf0\xc6\xa0\x77\xce\x04\x07\x1b\xea\x84\xd9\x5d\xcc\x31\x94\x1e\x43\x33\x1f\xab\xa4\xc2\xc9\xe9\x51\x4a\xd4\x85\x19\xa5\xe3\x3e\x4c\x95\x43\x00\xea\x5f\xbf\x21\x07\x03\xab\x3d\x7d\x8a\x5f\x0e\x37\x2b\x3c\x77\x27\x82\x99\x97\xb0\x92\xd6\xd2\xf3\x32\x4f\xe2\xf5\x48\xca\x7d\x92\x76\xb0\x91\x7b\xa6\xac\x90\x55\xff\xb7\x4e\x90\x91\xc0\xbc\x95\xe4\x3e\xdc\x3c\x26\x43\xc4\x68\xb9\x54\xaa\xbf\x82\xcd\x9b\x2a\x70\x73\xff\xa1\xe9\xee\xf1\xb2\x94\x84\xf7\xc3\xf1\xeb\x8f\x50\xcc\x52\x86\x37\xed\xad\xc0\xf7\xb2\x7f\x01\xee\x0d\xb2\xba\x37\x98\xb2\xf8\x6d\xc7\x50\x56\xef\xf1\x19\x58\xad\xa1\x68\x87\x6c\xfe\xbb\x92\x76\x42\xf9\x0a\x74\x95\xf3\xfb\xd1\xa3\xff\xbb\x0e\xcf\x2f\xed\xd4\x1d\xf0\x06\xcf\x14\x07\xf3\x15\xd6\x41\x35\x28\x1b\x6b\xe2\x29\x89\xff\x46\xb6\x75\x43\x46\x34\x4d\xcf\xe8\xe8\xa2\x7e\x94\x0e\x47\xe5\xf5\x30\x9b\xa7\xe9\xf1\x3d\x76\x7a\x9c\x17\x3b\x74\x34\x71\xba\xad\x50\xe9\x90\x51\x59\xa7\x20\x8d\xca\x6b\xd0\x8d\xc0\xdc\xbd\xd1\x26\x9f\x09\x3c\x91\xae\xfb\x9e\x08\x81\x33\x19\x31\x37\x4e\x20\xce\xb8\x43\x4e\x68\x68\x36\x89\xd7\x2f\xc9\x09\xd5\x61\xc7\x27\xf5\x71\xc7\xf6\xa2\x72\x42\x0f\x4f\x12\x7f\x0d\x21\x98\xc5\x1a\x3a\xd3\x13\x5f\x04\xda\x1d\xbd\x94\xa8\x6f\x1b\xeb\x49\x29\xc9\xb9\x92\x96\x46\xfb\x02\x7f\x56\x8c\x3f\xc2\x33\x50\xb3\x3f\xda\x66\x25\x84\x51\x5d\x4d\x58\x39\x61\x05\xb9\x4a\xb2\x38\xbf\x22\x34\x8b\x49\x9c\x8f\xe6\x18\x51\x09\x2a\x13\x6e\x6c\xe8\x25\x4d\x52\xd8\x54\x24\x19\x91\x36\x25\xc2\xb2\xcb\xa4\xc8\x33\xf0\xce\xb6\x36\x22\x20\x71\xf8\x8f\x45\x7e\xc5\x99\x60\x5f\xb9\x7b\x90\x4d\x54\x36\x10\xd6\xdd\x51\xba\xe1\x40\x11\xac\xdc\xd3\x45\xc4\x48\xab\x1f\xd8\xb5\xbe\xde\x52\x9c\xa7\xf9\x19\x4d\x25\xfa\x62\xbb\x44\x6b\x31\x16\xa8\x62\xf1\x27\x9b\xab\xec\x80\x24\xe8\x00\x82\xf8\xa6\xb7\x47\x65\xd4\x9d\xf8\x12\xde\x1c\x61\x49\x5f\x47\xb6\xaf\x45\x60\xe9\x38\xd4\x88\x78\xbe\x4a\x13\xa2\x5c\x63\x03\xf5\x63\x21\x09\xbd\x42\x23\x58\x32\xb0\xcf\xeb\x57\xf6\xa1\xdd\x8c\x5d\x97\x5d\x30\xc7\x65\x79\x37\x63\x57\x5d\x41\xe6\xca\xd6\x40\xc9\x9d\xa8\x65\x29\xbd\xad\x76\x54\xcb\xc1\xaf\x61\x4f\x0f\xf3\x58\x6c\x0f\xc5\x5e\x97\xf1\xf2\xb5\xd8\xd3\x0b\x38\x6f\x0a\x3a\x65\xe4\x6a\x92\x8c\x26\x62\xf7\x92\x72\x22\xe6\x9c\xd8\x96\xc3\x66\x92\x95\x07\xc9\x94\xe5\xf3\x92\x24\x63\x09\x70\x9c\x14\xbc\x84\xe8\x62\x79\x41\x23\x9f\xcf\x66\x79\x51\xb2\xd8\xdd\xfd\x7b\x1b\x45\xf2\x09\xdb\xe6\x2d\x92\xc4\x2c\x2b\xc5\x2e\xb5\xa8\x4e\x88\x20\x7e\xab\x31\x5d\xb8\x6b\xc3\xa6\x34\x69\xfd\x3e\xd9\x2d\x5b\x5c\x59\x00\x20\x98\x6a\xce\x31\x41\xbc\x18\xef\xd8\x08\xd7\x33\x36\xa2\xe2\xd5\xee\x0e\x11\xbb\x52\x99\x4f\x60\x22\x66\x6f\x05\x22\xcd\xc8\xd1\x63\x95\x35\x50\x08\xaf\x24\x3b\x97\xb3\xec\xe8\x31\x61\x45\x91\x17\x02\xed\xe2\xf5\x1b\x79\xa7\x6a\x7e\xc1\x62\x08\xd9\x12\x74\x16\x64\x47\xd6\xaf\x80\x55\xf3\x14\xc3\xba\x52\x36\x2e\xe1\xe0\x13\x42\x15\x7a\xc1\x3d\x66\x80\x1c\xe8\xdd\xa3\xa6\x72\xbb\x76\x07\xea\xaf\x29\x62\xa5\xd0\xd3\x46\x71\x85\x3b\x26\x5a\xc0\xca\x2a\x10\xcc\xdd\xcb\xf2\x2b\x21\x60\xc9\x4d\x07\xbc\x4c\x48\x9f\xfc\x65\x43\xfc\xac\x30\x6c\x9f\x6c\xc3\xf4\xe2\x68\x70\x9a\x4f\xe1\x50\x44\x50\xe4\x0c\x6e\xcb\x26\x34\x86\x1b\x67\x29\x29\x0b\x9a\x00\x4d\x45\x3b\x5a\x3c\xa9\xa7\x8a\x5f\x87\xe4\x39\xb4\x60\x66\xc2\x16\x78\x1a\x71\x42\xc9\x55\x41\x67\x33\x56\x98\x5e\x22\xff\xb3\x8c\xcf\x0b\xe6\x9a\xbf\x62\xdd\x1b\x72\x95\xa4\x29\x39\x63\x12\x9a\x1a\x37\xb0\x3d\xe5\xd9\x88\x91\x78\x0e\x11\x3b\xae\x11\x26\x66\x29\x5d\x90\x19\x2b\x92\xbc\x3a\x3f\x6a\x35\x09\xd2\xd5\xd3\x5c\xda\xc7\x54\x63\xea\x06\x78\x16\x82\xab\x21\xaa\xf9\x86\x65\xba\x64\x1b\xfe\x62\x5d\xec\x69\x99\x4b\x90\x66\x95\xf5\x66\xad\xc6\xcb\x9a\xa1\x9a\x60\x82\xf1\xcb\x32\x65\xb6\xce\x01\xcd\x59\x13\x4c\x8c\x4a\xca\xa8\x18\xb5\x2d\x9a\xa6\x2a\x35\x4a\x47\x0f\x95\xfb\x34\xa5\xbc\x14\x4f\x64\x2c\x95\xc9\x46\xe2\x1a\xc4\x76\x01\x6f\xb4\x75\xe5\x45\x72\x9e\x64\x34\x35\x94\xd3\x08\xc2\xcc\x18\x4d\x18\x9a\x0b\x33\x76\x05\x1d\x1e\xa1\x47\xa6\x94\x65\x08\x50\x00\x3a\x7a\x3c\x2b\xf2\xeb\xc5\xd1\x63\x72\x45\x39\x40\x13\x43\x87\xe3\xa9\xd6\x44\x39\x9f\x6a\x4c\x6a\x35\x9a\x5c\xc0\x26\x06\x76\xef\x4b\xf6\x91\x65\x31\x9e\x7c\x39\x12\x49\xc8\x33\x8b\x68\x01\x15\x2a\x40\x52\x4f\x09\xd2\x33\x30\x90\xf3\xc0\x6e\xc9\x1e\x89\x40\x53\x40\x94\x3a\x18\x35\x06\xcb\x2d\x35\x14\x3e\xcf\x56\x66\x45\x8f\xec\x96\x38\xa9\xc6\xf3\x02\xb4\xab\x59\xce\xcb\x59\x9e\x31\x0b\x9c\x35\x6a\xd2\x2e\xac\x07\x5d\x53\x54\x6c\x09\xcf\x69\x29\x06\x2b\x29\xe5\xd2\x65\x81\x08\x0b\xc2\xbb\x0e\xa3\x94\x4e\x5b\x9a\xd2\xd5\xc5\x3f\xb8\x8e\x45\xee\xe8\x07\x04\xb0\x4b\xcd\x7d\xcd\xc2\x2b\x10\xe2\xce\x7d\x92\xe3\xed\xdb\x68\x45\x67\xf7\x21\x9c\x77\x48\x8c\x50\x7f\xb1\x1e\xe3\x82\xea\x09\x6b\x58\x32\x9d\xb2\x38\xa1\x25\x4b\x17\x64\x9c\xa7\x69\x7e\xa5\xc4\x39\xef\x85\xf6\x2c\xa6\xf9\xae\x2b\x26\x5e\x56\xc5\x7e\xa3\x81\x70\xb9\xc1\xa4\xdf\xd7\x14\x07\x99\x21\x50\xd2\x22\xd8\x2c\xd5\x13\x86\x8b\xf0\x0c\x47\x51\x29\x43\x72\x6c\x63\xaf\x0f\xfd\x3e\x39\x98\x88\xb5\x9e\x13\xf4\x19\xa7\x59\x09\x1a\xd9\xd1\xe3\xb2\xa0\x19\x4f\xe0\x64\x44\x48\x1f\x90\xce\x19\xbb\x64\x05\xc1\xab\x9a\xd3\x05\xe1\x25\x2d\xca\x00\x48\x9b\x8a\x1c\x98\xbe\x00\x34\x28\x78\x33\x8e\x18\xae\x63\x57\x8c\x4c\x93\xf3\x49\x49\xa6\x09\xe7\x88\xe9\x58\xba\x3b\x06\x60\x4e\xc0\x2b\x84\x13\x3a\x4d\x62\xee\xf4\xd1\xf0\x9f\xd7\xbd\x8a\x3c\xf7\x2c\xe6\x0e\x99\xc3\x36\x29\x57\xa8\x05\x6d\xee\xa1\x55\xc3\x2b\x64\xa9\x26\x95\x09\xaa\xd6\xa7\x7a\xcc\x2a\x0b\x90\x66\xba\x5a\x25\x09\xa6\x0b\xaa\x31\x52\x85\xd9\x93\xaa\x0b\xae\xbc\x52\x71\x01\xb6\x51\x9a\x01\x66\xc2\x11\x53\x38\x97\x27\x5b\x5c\xab\x30\x9f\x76\xde\x7c\xda\xd9\x7f\x7b\xb2\xbd\xf3\xee\xf5\x6f\x42\x81\xc1\x35\xb0\xdf\x27\xaf\x49\x9a\x70\xd8\xa3\xf1\xf9\x19\xba\xdf\x72\xf1\x6b\x6b\x7f\x5f\x60\x31\x63\x45\x99\x30\x8e\xc7\x68\x2a\xc7\x95\xe1\x2c\x02\x9e\x62\xa8\xd7\x48\x80\xc8\x12\x74\x3c\x16\xd3\x31\x4e\xa6\x2c\xe3\x70\x38\x67\xf0\x8a\x09\xc3\x63\x3b\x6e\xab\x58\x12\xe2\x3f\xd8\x02\x2f\x69\x2e\xf3\x59\xab\x43\x5a\x85\x00\x27\xbe\x9c\xe5\x65\x99\x4f\xc5\x37\xa1\xa0\x8a\xbf\x57\x49\x8c\xd7\x37\x4f\x98\x2a\xc4\x93\xdf\x21\x02\xec\x0a\x9f\x1c\xab\x5e\x42\x0e\x04\xc1\x9e\x7b\x73\x3c\x2c\x54\x87\x7f\xc0\xd5\x6a\x67\xad\xd1\x99\x56\x4a\xed\xab\x7d\x88\xd9\x4b\x7b\x80\x2a\x3b\xb9\x8a\x86\xb8\x9f\x64\xe7\x29\x2b\xf3\x8c\x48\xdf\xbb\x94\x15\x68\x2e\x90\x33\x13\xcf\xbb\xb9\x1c\x45\x20\x97\x7b\x4c\xa9\xd3\x39\xf1\xea\xc6\xc6\x2d\xb7\x65\xe0\x0f\x57\x3a\xee\xa9\x2c\xb2\x5a\x95\x45\xcd\x06\xdb\xf4\xd1\x31\xcd\xd4\x9d\x04\xa2\x6f\x7e\xd3\xa2\x50\x07\xb1\xba\x4e\xf8\xb6\xb2\xdd\x2c\x4e\x46\x80\xa7\x32\x9f\x6c\x7f\xd8\x03\x4e\x66\x19\x2b\x38\x99\xd0\x4b\x46\xce\x18\x03\xbf\xb4\xaa\xd8\xf4\x0d\x6f\x32\x8c\x20\x7c\x7c\xe4\x9a\xcb\xd0\x01\x36\xcf\x32\x36\x2a\x59\x7c\x12\x14\x17\x3e\xbe\x07\x4c\xec\x7f\x41\x6a\x5a\xe3\x3f\xa1\x1c\x66\xdd\xa8\x48\xce\xc4\x86\x30\x2f\x34\x5b\x11\xf0\x26\xe5\xf7\x8d\xb8\x62\x6c\x84\xfe\x5a\xd0\x66\xd5\x2e\xfc\x83\xb1\x99\x58\x88\xc6\xac\x60\xb0\x04\xe0\x3e\xde\xe6\x90\xea\x9c\x58\x15\xfb\x6a\xbd\x95\xbb\xc1\x55\x8d\x13\x9d\xe3\xa2\xb1\x0f\x46\xd8\xe9\x11\xac\x08\xcb\x15\xb0\xc5\xb3\x6d\x97\x77\xf7\x3f\xee\xfe\xb0\x14\x6b\xdd\x52\xe0\xa4\x54\x7a\x68\x1e\x68\x39\xb8\x93\xc1\xc8\x04\x9f\x3b\x81\x34\x55\x20\x05\x1b\x17\x8c\x4f\xa0\x2e\xee\xa4\x22\xfb\xb9\x55\xb7\xe3\x2e\x0b\x4b\x35\xc6\xd7\x71\xcc\x35\xb9\xc4\xf8\xeb\x0e\x01\x59\x9b\x3d\x02\x3c\x7a\xdd\x18\x50\x5d\xf2\xc1\x82\x7a\xc6\xaa\x93\x76\x15\x4d\xb3\x56\x3a\x19\xbb\x36\x8d\x63\xdd\x8e\x6d\xdb\x56\x78\x04\xf6\x4b\x8f\xfe\x6f\x65\xe4\xf4\x95\x8b\xba\x52\xdd\x81\x80\x55\x07\x4e\xc0\x74\x85\x7a\x35\x41\x2c\xc7\x71\x6c\x89\xb1\x64\x8c\xbe\x28\x42\x9c\x65\xad\xd2\x92\x68\x64\xc1\xca\x9e\x87\x6d\x45\x38\xd5\xa1\x26\x4b\x9c\xd4\xee\xbf\x6a\x36\xc8\x9f\xd8\x34\xbf\x64\x16\x0f\x40\xf4\xe1\x83\x71\x41\x01\xcd\xdd\x3f\x1f\x20\xdc\x75\x58\x41\xac\xb2\xa6\x9b\xc3\xea\x00\xbf\xa8\x96\x55\xa7\x7d\x46\xb6\x78\x6c\xf3\xa2\x32\xf0\x48\x5b\x43\x8d\x64\x8c\xc9\x94\x66\x05\xe3\x2c\x2b\xc5\x26\xa1\x60\xe7\x09\x2f\x8b\x85\x37\xee\xb5\x27\x85\xa6\xfd\xc6\x73\xc2\x2a\x13\x4a\x5c\x1c\x3e\xac\x2c\x5b\x59\xbe\x54\x84\x02\x47\x9a\x57\x32\x1f\x9e\x8a\xc1\x5f\xce\xa5\x71\xc2\x6f\xcb\xa8\xb6\x25\x27\xa4\x16\x6b\xf3\x80\xe8\x55\x92\xcd\x19\x29\xe6\x59\x26\x14\x69\xa5\x7e\x25\x19\xcf\xc7\xd4\x76\x5b\x4a\x4a\x12\xcb\x23\x1b\xdc\xe3\xf0\xdb\x6e\x8a\x57\x62\x51\x25\xc4\x6b\x4f\x1e\x05\x9f\x49\x44\xf0\x28\x09\xb5\x53\x41\x39\xec\xc4\x07\xcd\x9f\x91\xc7\x6d\x5b\xb5\xfd\x56\x3b\x38\x5b\x87\x8a\x15\x7c\xf4\x8d\x2b\xe4\xbe\xaf\x02\xf3\x8c\x91\xf1\xbc\x9c\x17\x90\x1f\x94\x13\xb0\x69\xc7\xe4\x6c\x01\x5b\x09\x6b\x33\xea\x31\x49\xa5\x17\x75\xfc\x20\x69\xb2\x2e\x2f\xfc\x2c\x7b\x26\x76\xbe\x8b\x46\xd1\x05\x96\xbd\x2c\x87\xd3\x03\xe8\xe8\x54\x70\xcd\xbf\xe6\x6c\xce\x62\x0b\xa0\x3a\x7a\x5f\x51\xed\x0d\x78\x27\xe9\x73\x32\xb1\x49\x9f\xb3\xa3\xc7\x82\x0c\x34\xb3\xb0\x13\x53\x4c\x53\x5d\x0d\x48\x92\x59\x50\xe1\xe3\x6e\xaf\x40\x5e\x38\x5b\xab\xf5\x19\xaf\xca\x3a\x4d\x1c\x08\x7c\x04\x0e\x9a\x16\x21\x41\xc7\x05\xd6\x41\x1f\x66\xf9\x8a\xfa\x43\x2f\x18\x18\xcb\x7c\xa8\x17\xad\xbd\x71\x92\x96\xac\x88\x96\x8a\x68\x62\x36\xcf\xaa\x44\xef\x1c\xf2\xa1\xbe\x86\x36\xa2\x76\xc7\xbc\x98\x50\xae\x9e\x36\xb9\xd4\xc1\xc9\x41\x9a\x88\x01\x41\xb6\x18\x49\x47\xd3\x24\x23\x94\x70\xcc\x4c\xc9\xc8\x68\x31\xc2\x53\xd9\xbc\x88\x71\xf1\xa2\x70\x04\x4e\xb3\x45\x05\xda\x28\x4f\xd3\x04\xc7\xeb\x8c\x95\x57\x62\x6e\xe9\xae\x76\x08\xeb\x9d\xf7\xd0\x02\x04\xd9\x2f\x67\xa9\xd1\xae\xc5\xf8\x7a\x42\xda\xd9\x1d\xd2\x82\x89\x49\x36\xd2\xe6\x00\x4e\xa7\x4c\x71\x03\x70\xb6\x78\xa8\xad\xd9\x42\x1c\x66\xac\x02\x12\xad\x7f\x53\xcd\x70\x42\x3a\x8a\xda\x2e\x9b\x81\x81\x50\xed\xe4\x65\x84\x1a\xd9\x57\x07\x57\x15\x90\x62\x38\xc9\x94\x2e\x94\x5b\x64\x92\x55\x48\x79\xc6\x04\xc2\x67\x69\x0e\x1e\xf3\xe6\x2c\x11\xd5\xf4\xf0\xca\x52\xe1\x1a\xe5\xb0\x10\x66\x12\x8f\x2b\xce\x8a\x9c\xc6\x23\xca\x4b\xcd\x02\x35\xae\x94\xd5\x66\xe4\x0a\xf6\x83\x75\x80\x50\xbf\x00\x25\x65\x42\xd3\xe4\x77\xc6\xdd\x9d\xe9\x2d\xa4\xc6\x1d\x96\x11\xb5\x7e\x2e\x99\xc5\xdb\xb9\x18\x94\x09\xd8\xe2\xc6\x7a\x49\x00\x26\xcf\xf2\xac\x7b\x26\xfd\x08\xac\xa3\x7b\x82\x07\x8d\xba\x5b\x15\x80\xd6\xf6\x3b\x2d\x18\x8d\x17\x81\x6d\x38\xa8\x07\xc6\x49\x41\x25\xd6\x6e\xd4\x0b\x02\xc6\xd6\xaa\xee\xb2\x8f\xfb\x69\x9d\x7a\x07\xcf\x60\xcc\xfe\x09\x02\xd3\xd0\x6c\x45\x12\x69\xd7\xa2\x70\x72\x97\x17\x17\xb4\xc8\xe7\x19\x70\x61\x05\x2a\x58\xdd\x58\xec\x2c\x63\x68\x78\xbd\xa2\x0b\xa9\xa8\xe5\x9c\x27\x67\x29\x6c\x8c\x47\x74\x06\x0b\x21\x2d\x49\xca\x28\x2f\x9d\x63\x03\x84\x38\x06\xfb\x3a\x2f\xa5\x6e\x42\x33\x35\x57\x1d\x22\x29\x07\x0b\xb1\x77\x81\x3d\xfb\x3b\x49\xf1\xa8\x55\xda\x5d\x6a\x75\xc2\x3b\x45\x97\xaf\xa5\x67\x81\x0f\xab\x60\xd2\x70\x66\x2f\xb4\xbe\x11\xbe\xd6\x2c\x56\xb7\x64\x87\xf7\xe9\xec\xca\xb3\x14\x44\xf5\x0d\x37\x00\x53\xeb\x44\xa4\xc8\x14\xf0\x18\x06\x79\x51\x96\x45\x72\x36\x2f\x19\xaf\xf1\xc1\x15\x9f\xd1\x24\x49\x63\x41\x92\xc6\x32\xb4\xa0\xa3\x92\x15\xdb\xb4\xa4\x0d\xe5\xf8\xfc\xac\x2c\x58\xc0\x9d\x97\xf8\x8b\xcc\x0a\x26\xec\x06\x2e\xd8\xfe\xb0\xb7\x8f\x8d\xed\xe5\x31\x9c\x80\x35\x8e\xa2\x47\xcc\x8a\x21\xa8\xd9\xc0\xee\xdb\xbe\x9c\xf2\xcb\xb6\x8d\x7f\xa0\x20\xb4\xf6\x12\x7f\xbc\x2c\xf4\xf6\xb5\x41\x69\xb8\xc2\x66\x7e\x99\x38\xd4\x7c\x83\x2d\xde\x9b\x00\x09\x82\x5b\x51\x86\xd4\x4c\xe5\xd5\x25\x88\x35\x96\x4b\xcf\xa0\xeb\x38\x3d\xd0\x5a\x33\xad\xd6\x9c\x66\xfe\xac\x59\xcd\x62\xb9\x9e\x8d\x76\x99\x29\xba\x6e\x3e\xd6\x2d\x87\x78\x04\xb1\xb2\x3d\x5f\x1b\x75\x2c\x8e\x11\x70\x6e\x10\xdc\x7d\x4f\xe1\x80\x71\xd4\xcc\xe3\x13\x1a\xd8\x1d\x9f\x9c\x81\x1b\x68\x4f\x1e\x63\x2d\xde\xd3\x29\xeb\x10\xfb\x97\x78\x7f\x66\xf9\xac\x92\x57\xa4\xd5\x22\x03\x72\x72\xe6\xef\x03\xc4\x66\x4c\x9f\x36\x58\x27\x60\x53\x70\x80\x09\x9c\x76\xd5\x2c\xe9\xe8\x9b\xf9\x89\x8d\xd3\xfc\x4a\x45\xc1\x80\x24\xb5\x4f\xc0\xaa\xe1\x49\xcb\xfc\xa5\xed\x4e\x69\x5b\x93\xef\x29\xed\x4f\xc7\x2a\x26\xf7\xbc\xf9\x36\x31\x66\xe6\x94\xc0\x8f\xc0\x5b\x7a\x96\xa4\xf9\xa7\xae\xde\x5a\x3c\x05\xce\xe5\x12\x9f\x86\xc5\xc0\x58\x54\x15\xf6\xb5\x52\x4a\x17\x90\xea\x4d\xfd\xc1\x56\xbd\x98\xb0\x23\x8d\x34\xbc\xa5\x73\xf9\x6d\x9e\xc6\x81\x53\x19\x63\xad\x6b\x19\xe2\x37\x4f\xec\x7b\x22\xae\x43\x0a\x5b\xbe\xc9\xfe\xd5\x55\xc4\xc3\x6e\xcc\xff\xeb\xba\x49\xa3\xeb\x9e\x58\x7c\xaf\x8a\xa4\xa4\x67\x29\xeb\x9b\xa0\x2a\xfb\x8c\x5a\xf2\x96\x76\xaf\xc3\xbd\xa9\xf4\x6e\x0c\x7b\xc8\x61\x4c\xda\x8d\x2a\xda\x95\x41\x6a\xb0\x0f\xd5\xfe\x6c\x78\xa4\x6b\xb5\x54\xf5\x8a\x53\x50\x20\xd0\x99\x74\xc9\x47\x83\x13\x5a\xb2\xe5\xa1\xb0\xef\x09\xa7\x6a\x1e\x04\x50\xd5\xe7\xbb\x58\x7b\xcb\x8a\x13\x73\x7d\x56\x11\x79\x94\x6c\xf6\xfd\x6d\x61\x07\x7b\x19\x86\x77\xc1\x16\x5c\x65\x77\x5b\xc5\xc5\x5e\xc0\xb9\x60\x35\x8e\xf5\xe1\xd0\x3e\x85\x17\x84\xfe\x04\x82\x68\xd2\x39\x1b\x20\xd2\x87\x17\x6c\x71\xdc\x18\x3a\x87\x9e\x7c\xd5\x12\x8a\x21\xea\xde\xaf\x1c\x5b\x57\xf5\xbf\x40\xd4\xa5\x1f\x69\x85\x23\x95\x4c\x33\xee\xb4\xca\x81\x96\x72\x9e\x8f\x12\x5a\x4a\x9f\x5b\xc3\x89\xce\x3a\xd0\xcc\x83\x75\x2c\x52\xe1\x89\x73\x56\xfe\x0a\xca\xd8\x87\x71\x88\x19\xec\xe3\xfd\x3e\x79\xcd\xf9\x7c\x2a\x9d\x76\x04\xd6\xca\x2a\x94\x40\x9a\x5a\x5b\x36\xbf\xcf\x63\xd6\x91\x9c\x3f\x65\x34\x93\xf6\xbc\xa4\xb4\xa0\x4d\xd0\x0a\x4c\x8e\x1e\xe7\x57\x19\x2b\xb6\xa5\xe2\x74\xf4\x58\x2f\xad\x68\x5c\x45\x28\x57\x8c\x8c\x68\x26\xe8\x5a\x24\xec\x92\x11\x6a\x41\x1a\xe5\x45\xc1\xf8\x2c\x47\x37\x20\x87\x96\x5a\x56\xc1\xd1\x8b\x68\xe7\x27\x7c\x3d\x54\x73\xf5\xe9\x53\x65\x7c\x72\xd0\xa8\x7b\xde\x53\x59\x45\x12\x66\x3c\xe6\x75\xc8\x02\x3a\x3e\xe7\x23\x9a\x56\x86\x54\x1d\xc3\x64\x79\x69\x76\xf8\xec\xba\x14\xdb\x40\x70\x79\x12\x5d\xb5\xc0\x85\x87\xdc\xb2\x4d\x5a\x5d\xf9\xf2\x45\x47\x3e\x38\x9c\xd6\x27\x1f\x4d\x3e\x15\xa5\x49\x4c\x67\xe5\x42\x1b\xe4\x0a\x36\x2a\x69\x76\x6e\x79\xac\xc0\xfb\x4f\x02\xe3\x21\x51\x79\x0f\x47\xe5\x6e\x96\x94\xd1\x46\x87\xc8\xff\xda\x55\xb7\xe5\x3c\xbb\x64\x45\xc9\x0d\xd6\xf2\x6a\x80\x32\x17\xdb\x1d\xf0\xf5\x0d\xf3\x2c\xbe\xfb\x82\xc5\xed\x58\xc9\xba\x28\xee\xaa\x93\x6f\xfe\x26\xcd\x69\x19\x55\xe3\x1f\x95\xfb\x13\x2d\x38\x73\x4a\x7c\xf9\x22\xad\x6e\x37\x6e\x17\x76\x70\x28\x38\x39\x03\xe3\x2b\x87\xbc\x25\xc8\x7f\x56\xa7\x16\x29\xe3\xe1\x8e\x6c\xed\xef\xef\x8b\xd7\xdb\x6c\x94\x52\xcc\xc0\x74\x23\x2b\x54\x4a\xf6\x7a\x3d\xd5\xdd\x59\x2e\x6d\x40\xa4\x4b\x7e\x94\xed\x9a\x67\x51\x99\xcf\x3a\xa4\xc0\x6b\x58\x7a\xbd\x5e\x7b\x1d\xc2\x9c\xb3\x52\x42\xdc\x4f\x7e\x67\x11\x62\x52\xf1\x7c\x36\x4d\x39\x6e\x04\xae\xb8\xdf\x94\x52\xbd\x7a\x21\x55\x50\xb8\x6b\x88\x87\x27\x09\xe9\x12\x08\x04\xd5\x15\x1d\x69\xef\x39\xaa\xa9\x9a\xbd\x82\xc5\xf3\x91\xad\xb3\x8a\x91\xe8\xe8\x02\x81\xe5\x44\x65\x6f\xc3\x4e\x1e\xb6\x70\x08\xbb\x2d\xf2\x8d\xae\x45\xbe\x21\xad\x2e\xfa\x79\x1d\x87\x4c\xb4\x30\xda\xdf\x54\xd8\xc9\x20\xab\x79\xbe\x8e\x6b\x66\xe8\xfa\x8f\x6c\xc3\xef\x97\x6f\xbc\x45\xfe\xa3\x6a\xec\x2c\xbf\xee\xd5\x0c\xbe\x2a\xb3\xc2\xc8\x2f\xf3\x90\x33\x04\x83\xaa\xaa\xf1\x21\xf9\x7c\x53\xc3\x33\x1b\x66\xb8\xf8\xc9\x26\x19\x9a\x5f\x92\x99\xac\xb7\xcb\x74\x05\x3d\x82\x43\xbb\x96\xa7\x39\x84\xf8\x40\xa2\xea\x30\x82\x5b\x4b\x75\xe6\x50\xbf\x16\xeb\x42\x0d\x13\x78\xb2\x05\xeb\x86\xf8\x62\x8b\xa6\xa3\x79\x0a\xc7\x85\x9e\xa8\x15\x82\x58\xb3\xc6\xfe\x2f\x3f\x35\x2f\xea\xfb\xbf\xfc\x04\xd9\x51\x92\x11\x97\x89\x00\x2d\x25\x53\xdd\x73\x10\x6c\x43\x39\xea\xb2\x58\x71\x12\xee\x33\x40\x91\x1c\x29\x04\x03\xba\xe4\xf6\x87\x3d\x25\xf3\xeb\x44\xcb\xfe\x2f\x3f\x6d\x61\x9b\xa2\xa4\xaf\x2b\x88\xd1\x38\x3b\xcb\xaf\xf5\x2a\x0b\x37\xdb\xfc\x98\x5f\x5b\x1b\x17\x15\x89\x13\x5a\x64\x44\xdd\x1e\x4c\x57\xf9\x1d\x3d\x33\x83\x73\x70\x65\x5a\xbf\x3d\xd8\x7b\xb7\xd3\x44\x6b\xab\x40\x80\xc8\x8e\x2a\xaf\xe9\xa7\x77\x49\xfe\x72\xba\x2e\x51\xad\xe6\x1b\x89\xdb\xef\x93\xad\x34\x11\xed\x01\x85\xc8\x53\x82\xd4\xb1\xb7\x30\x23\x8a\x6e\x3e\x56\x1d\x38\xa1\x60\xd7\xa3\x74\xce\x93\x4b\x96\x2e\x74\x82\x1a\x95\x45\xa7\x90\xf1\x64\xc0\xf7\xdc\x51\x9c\x46\xd0\x1e\x66\x7e\xd2\x43\x6a\x3d\xec\xc8\x12\x6f\x11\x91\x4a\x11\x7c\x6a\x2b\x4b\x3f\x2e\xf0\x40\x6f\x24\x54\x36\x0c\x6f\x42\xf5\x6e\x44\xcb\xd1\x84\xd0\x34\x85\x7d\x9a\xbc\x2f\x2c\x96\x09\x28\x3b\x64\x92\xc4\x31\x83\xc8\x19\x0b\x58\xcc\x4a\x3a\x9a\xd8\xde\xc0\xe4\x60\x92\xcf\xcf\x27\xfa\x01\x6a\xd1\xf5\xd4\x4a\x19\xe7\x16\xc0\x72\x42\x33\xb2\xd1\xfb\x5e\x85\x53\x91\x38\xe1\x23\x5a\xc4\x78\xc2\x73\xc5\x64\x48\x17\x96\xb6\xea\xfd\x2a\xe3\xe3\x12\x70\x69\xbf\xca\xe7\x69\x0c\xf3\x0f\x62\x99\x54\x8a\x21\x73\xdc\x3b\x65\xe5\x24\x8f\x39\x30\x16\xa3\xa3\x89\x75\x34\x0b\x48\xe4\x2a\x35\x10\x9c\xba\xfa\xda\x63\x99\x93\x19\x2b\xc6\x79\x31\x25\x94\xcc\x0a\x36\x4a\x38\x83\xa2\xf2\xa9\xd0\xc5\x2d\x80\x0c\x6c\x4b\xc9\x25\x23\x25\xe3\xc8\xce\x92\x9c\x86\x6e\x3b\xbd\xf3\x1e\x58\xdd\x08\xde\x72\xd8\xe2\xa4\x35\xb8\x4c\xa0\xbd\x16\xc1\x23\x74\x0b\xe4\x79\x72\xc9\x38\xb9\x2a\xf2\xec\x5c\x9e\xcb\xca\xde\x34\xd1\x5d\x10\x5b\x93\x58\x13\x12\x8c\x24\x36\x9b\x3d\x7d\x4a\x1e\xd9\xec\x13\x8e\x5c\xd5\xea\xaa\x2f\xa6\x05\xdf\xe2\x4a\x80\xe9\x12\xd4\x36\x47\x4d\x28\x21\x92\xb6\xf2\xe9\x6c\x5e\xb2\x18\x96\x60\xf5\xa2\x6e\xb9\x0b\xac\xaa\x4e\xd1\x49\x5e\x24\xbf\x7f\xa4\x31\xa4\xf1\xc3\x72\x3d\x88\x81\xfc\xc6\xfc\x2e\x9c\x99\x00\x8b\x16\x2b\xca\x4a\xa5\x32\x9f\xd9\x75\x70\x39\xb6\xa7\x8f\x42\x5b\xf5\x0f\xc2\x80\x1d\x22\xd3\x82\xc9\x13\x71\x74\x9e\x91\x91\xa1\x30\xdf\xe1\x84\x7f\x62\xb3\x06\x04\x08\x5a\x46\x47\x13\x22\x5e\xe6\xe4\xbf\xf6\x8d\xbf\x31\x85\x63\xf7\xac\x5b\x11\x15\x64\x57\xbc\x9e\xa7\xf6\xac\x3c\x63\x0e\xa7\xce\xcb\x24\x15\x3a\x16\x6c\x76\x85\x6e\x3a\x87\xcd\x1a\x0a\xb2\x4f\x72\x87\x04\x78\x00\xa3\xc7\xb4\xa4\xe4\x8a\xf2\xac\x65\xef\x18\xd1\x3c\x5a\x71\x06\xc2\xb4\xa7\x80\x77\xca\x4a\x42\x53\xb1\x9b\x52\xc4\xeb\x68\x7d\x1e\xa3\xed\x8a\x5c\xcc\x68\x5a\xb8\xe2\xed\x4a\x09\x36\xb9\xf2\x4b\x85\x0d\x1e\xb7\x3b\x8a\xa6\xde\x7b\x7b\x51\xd2\x22\xc0\x19\x06\x79\x71\x8c\xe1\x22\x81\x85\xc2\x48\xc7\xe8\x28\x85\xf5\x2c\xbf\x6e\x09\x9d\xce\x82\x37\xcd\x63\x96\xc2\xfe\x7a\x36\x4b\x13\x16\x93\x88\x5d\x8f\xd8\x0c\xa7\xef\xee\x4e\xdb\x99\x3f\x12\xad\xb3\xfc\x7a\x3f\xf9\x1d\x6e\x66\xc3\x8b\x75\x35\x70\xff\x94\xea\x8d\x09\x6d\x52\xa2\x18\xb3\x04\xd8\xe1\xc6\x68\xcf\x27\xbb\x59\xc9\x8a\x8c\x95\x64\xe7\x7a\x96\xe6\x85\x8a\xd4\xac\x40\x8c\x73\x26\x46\xad\xb9\xeb\x62\x05\x55\x3c\x2c\x06\xd2\xf0\x5e\xcf\x05\x57\x01\xfe\x2b\xae\x12\x5c\x65\x15\x4b\xc6\x95\xea\xd6\xbc\x81\x6e\xb0\x7f\xcd\x69\x6a\x8e\xef\x51\xa0\x1c\x3d\xae\x80\xb5\x96\x82\x52\x0c\x0a\x3a\x40\x25\x60\xa1\xdf\xdd\xe9\x48\xaf\x97\xb9\x90\xfd\x24\xce\x45\xef\x94\x58\x87\x03\x5a\x3a\xaa\xba\xb0\xd1\x6c\x01\x47\x7f\x1d\x92\x17\x96\xfd\x9e\x4c\x59\x21\x56\x5e\x45\x23\x38\xd2\x53\xf8\xf6\xf5\xce\xd3\xda\x2e\xc8\x8f\x18\xdd\x3d\x5a\x4e\x7a\x30\xf1\x22\xe4\xd7\x6f\xb4\xc4\x69\x43\xd0\x88\x25\x3d\x03\xf6\x65\xac\xd3\x1d\x86\x77\x86\x56\x34\x0c\x6e\x03\xda\x16\xf8\xe6\xc3\x31\x0b\x2f\xc9\xf5\xdf\x28\xa1\x66\xe3\x15\x94\xe2\xe2\x23\x2b\x35\x60\x26\xf7\x27\x72\x5b\xd2\x36\xf0\x97\x45\x7d\xda\xfc\xcd\xe1\x6e\x06\xa5\x17\xe9\xf9\x24\x59\x43\x9d\xda\xb5\x38\x29\xf2\xbc\x34\xfe\x4e\x9c\x24\xa5\xad\x1b\x60\x67\x0e\x81\xca\x7d\xec\xd3\xb1\xcd\x3f\x05\x53\x8e\xb6\x97\x09\xbb\x82\x2c\x87\xb4\x60\x54\xd9\x94\xe5\xc1\xa7\xad\x0a\x31\x9e\xc4\xa2\x9b\xc0\x74\x52\xbf\x80\x85\x3e\x63\x23\xc6\x39\x2d\x94\xa6\x46\x5e\x4e\xca\x69\xfa\x83\x40\x88\xa5\x63\x92\x49\x06\x9d\x50\x1b\x3f\x4c\xe8\xcd\x1c\x59\x47\xb2\xbc\x10\x4a\x89\x98\x3a\x42\xf7\x4f\x93\xd9\xcc\x3a\x36\x96\x47\xc6\xca\xc0\x25\x55\x50\xb5\x1a\x06\xd2\x11\x64\x90\x5e\x80\xc8\x23\x6c\x4e\x22\x94\xdb\x19\x79\x93\x14\x6c\x9c\x5f\x77\x74\x60\x60\x1b\xa6\xa7\xbb\x36\x55\xa0\x29\x39\x61\xe3\x0b\xbb\x71\xd4\xb5\x25\xce\xf2\xa8\x9b\x80\xe1\x31\xe1\x30\x9a\x82\x2c\x58\xab\x02\x12\x60\xc8\x55\x4e\xad\x6d\x63\x75\xb0\xa1\xfc\xe5\xd4\x12\x16\x94\x1d\xde\x74\x8e\x2d\xe1\x61\x0d\x77\x47\xa8\x69\x42\xd3\x44\x69\x24\xaf\xac\x4d\xaf\xe8\x82\x83\x95\x58\x10\x65\x6b\x52\xe4\x53\xe6\x1d\xdd\x09\x16\xde\x07\xec\xcf\x20\x33\x50\xe3\xf4\xee\xda\x93\xdb\xdb\xf7\x42\xb9\x1a\x58\xfe\x94\xec\x92\xa0\x56\xae\x54\x0b\xc0\x16\x6f\x1e\x23\x05\xc5\x8c\x32\x2c\x29\x62\x24\x18\x84\x92\x8e\xc3\xc4\xa8\x88\x6e\x54\x26\xc7\xae\x00\x04\x85\x50\x6d\x97\xb0\x9f\xf9\x98\x7c\xbb\xf9\x5d\xef\xf9\xec\x5a\xf0\xa8\x49\x5c\x01\xca\x65\x05\x24\x6c\xb6\xec\xbd\x0f\x54\xfe\x7e\x76\x0d\x43\xa4\x9c\xfe\x1c\xb8\x7f\x45\xb8\x53\xba\x00\x88\x15\x80\xdf\x6e\x7e\x37\xbb\xee\x91\xd7\xa0\x60\x5b\x72\x79\x36\x03\x3f\x8b\x14\xe0\xc1\x2d\x6f\x64\x3f\x27\xff\x9c\xf3\x92\x24\xe7\x59\x0e\xbc\x95\x70\x12\xb3\xb4\xa4\x55\x66\xe1\xd2\xc5\xa3\x60\x29\xbb\xa4\x99\x1f\x5e\x01\xc3\x43\xcf\x78\xe4\xf0\x00\x0a\xcb\xcd\x26\xd1\xed\x94\x5f\x41\x2a\x8b\x36\x5c\xe6\xa8\x6f\xc4\x88\x61\xb7\xc6\x12\x19\x1b\xde\xc5\x3b\xfa\x6f\xc7\xd1\x6c\x3b\x44\xee\xeb\x9b\xb6\xf4\x13\x36\xba\x30\x21\x79\x55\x5b\x78\xe0\xbc\x41\x0c\x93\x6f\x2a\x09\x6f\xf3\xeb\xb7\xf8\xd2\x36\x22\x5a\x0f\x19\x46\x9c\xe0\x38\x3b\x41\x92\xdf\x72\x6d\x32\x98\x7e\x1f\x5c\x5c\xb5\xf0\xec\x90\x8c\x4e\x85\x4e\xb0\xbb\x03\x3c\xbc\x13\x9f\xb3\x8e\x54\x32\x40\x3d\x08\xf7\xcc\x02\xa7\xaf\xe8\x72\x04\xba\x8c\x2e\x0d\x60\xb6\x52\xda\xd7\xc0\x39\x90\x7b\xa4\xa5\xa9\x9f\x8f\x83\x9b\x2b\xbf\xe1\x17\xd6\xd9\xb3\xbd\x44\xef\xca\x93\x11\x9e\x77\x50\xfb\x02\xfa\xa3\x44\xb5\x07\x5c\xb9\x40\xfa\x23\x6f\xd3\xf6\x97\x9f\x76\x1c\x57\x65\x38\x74\xb2\x8e\x9a\xa4\x1d\xea\xe8\xb1\xdc\x7e\xdb\x4b\x71\x53\xae\x23\x38\xaa\xe9\xce\x68\xc1\x32\x5e\xe1\xfd\x06\x5a\x45\x2b\x13\x4b\x61\xfd\xf4\xa9\x3d\x1a\x72\x14\x5d\x1b\x5a\x35\x5f\x90\x9b\xa8\x66\xed\x89\x64\x92\x75\xa9\xa7\x11\x2a\x1a\xed\x87\x9f\x3e\x9a\x74\xb5\xea\x87\x77\xa4\x23\x5b\x15\x34\x08\x91\x52\xbb\x5f\xc5\x2e\xbc\x25\x96\x43\x9a\x09\x8d\xb0\xc8\x67\x45\x02\x9e\xf8\x9e\x21\x51\xac\x2d\x9a\x7c\x82\x3c\x42\xb3\xe7\x97\xe7\xcd\xd6\xdb\xdb\x9b\x6c\xef\xc7\x4e\xdb\x68\x47\x74\x5d\x05\xd7\xb6\xaf\xa0\xd7\x8f\x3f\xcf\x6b\x14\x47\x95\x32\xad\xce\x78\x5c\x6b\x67\x5f\x6a\x19\x0d\x0e\xad\x8c\x3e\x37\xe4\x05\xcd\x03\x64\x87\xba\xd1\x50\x2e\x1b\x92\x8c\x9f\x18\x8d\x3f\x64\xe9\x42\xd1\x79\x7f\xc6\x46\x03\x32\x29\xcb\x19\x1f\xf4\xfb\x71\x41\xc7\x25\xef\x8d\xaf\xcb\x71\x2f\x2f\xce\xfb\xe7\x4c\xe8\x29\xc5\xa2\xff\x1f\x71\x3e\x15\x8d\x14\x8c\xc6\x42\xd5\x0c\xb2\x81\x3d\x52\x80\x92\xf8\x66\x9c\x44\x00\x35\x8d\x69\x8b\x93\xeb\xfe\x82\x8c\xf2\xbc\x88\x93\x4c\x72\x67\xec\x6d\x91\x03\x9c\xa0\xba\x10\xe4\x06\xb5\x42\x63\x11\xa0\x9f\xe3\xec\x26\x56\xb2\x6b\xf4\x73\xbb\xee\x10\xf4\xcf\xe8\x2d\x3a\xda\x36\x72\x42\x7b\xce\xc2\x8d\x8f\x26\x9e\x69\x77\x77\x5c\xa5\xa8\x93\x1a\x01\x72\x97\x25\x25\x6a\x49\xda\x29\xcf\x8a\xd7\x70\x2c\xe8\x12\xaf\x2d\xb8\x70\xd0\xe4\x4c\xa8\x36\x50\x4d\x7e\xf7\xca\x2b\x31\x90\xb4\x76\x4c\x6f\x05\x1e\x73\x4b\xa7\x13\x24\x50\x84\x6d\x19\x7f\xc1\xb6\x7b\xc8\x6f\x06\xc9\xda\xf4\xa9\x7c\xf1\xca\x8d\x44\x06\x80\x65\x5d\xe3\x79\xa2\xfb\xe3\x3b\xe1\x44\x02\x8f\x8a\x63\xcb\xf5\x80\x88\x51\x18\x10\x35\x02\x03\x57\x6d\x1a\xc8\xbf\x8e\xa7\x4a\x99\xcf\x44\x05\x67\xd6\x61\xe1\x6b\xf2\x8d\xac\x6f\xbf\xc4\x0d\xb5\x02\x45\xbe\xa9\xd4\x15\xba\xdb\x80\x68\x6b\xd4\x8d\x77\x74\x53\x28\x82\xd6\x4c\x3e\x8b\xed\x95\x1b\xc4\x19\x85\x34\xfa\x99\xeb\x60\x65\x9b\x1e\x65\x80\x51\x65\x0a\xac\x3d\x2b\x93\x51\x19\xb3\x71\x57\xce\xce\x24\x93\x9e\x27\x61\xff\x83\x1b\x72\x4d\xba\xe4\xff\x58\x0d\xd6\xe5\x2b\x5b\x90\x2e\xf9\x6d\x85\x72\x52\x65\x77\x18\x06\x9e\xd5\x55\x50\xea\xb7\x53\x03\x1f\xae\x2f\xf9\x2b\xda\xb8\xe0\xa4\xaa\xda\xed\xad\xab\x9f\x57\xe6\x39\xa5\x6e\xb8\xde\x4c\x5b\x90\x1c\x44\xed\x83\xd1\x1d\x07\xad\xbf\x62\x6e\xa3\xb5\x4f\x9a\x69\xa5\xe0\x0d\x2d\x81\x12\x98\xe6\x8c\xed\x0f\x7b\x4e\xec\x99\x80\x75\xc1\xd8\x0c\x9c\x4b\x0a\x19\x80\x06\xea\xa3\x13\x4b\x1b\xce\x69\x42\xe5\x39\xf2\x1d\x92\x99\x64\xb5\x99\x4c\x68\x43\x7a\xab\x15\x35\x27\x15\x0c\x17\x0a\xb9\x0c\xe6\x3a\x91\x17\x7d\x55\x17\xf6\x2a\xfe\x88\xc5\x8f\x2a\x5c\x0d\xbc\xca\xe4\x0e\xb9\xe6\xe4\x52\xd7\xaa\xc0\xf8\x3b\x08\x6b\xef\x5a\x05\x12\xce\x53\xa1\x03\xe4\xd4\xc1\xe1\xc6\x92\xb4\x1a\x36\x8a\x92\xd7\xbe\x1a\x8e\xfa\xe8\x72\x19\x92\x9f\xaa\x3e\xb2\xa9\xd8\x95\xe8\x40\xc6\x75\xb1\xd5\x5e\xb3\xde\xa4\x6e\xc0\x7a\x64\xb4\xa0\x93\xe5\x8e\x5a\x4e\x55\xa5\x3f\xdb\xae\x89\xa4\x3e\x57\x87\x8a\x7a\xf6\x27\x2b\x48\x6a\x48\x47\xa3\xb6\x17\x30\x0f\x25\x6b\x15\xfe\x31\xab\x05\x15\x76\xb6\x38\x63\x63\xc2\x13\xcc\x04\x26\x29\xa9\x47\x64\x99\x0f\xb7\x97\xab\x26\xec\x55\x8c\x13\xd3\xf8\xff\x27\x32\x64\x77\x59\x4c\xbc\xd4\x0e\xaa\x5a\xb4\xa1\x61\x80\xb8\x95\x71\x29\x6c\x8d\x83\x58\xd7\x2b\x8a\x17\xa8\x4e\x99\xab\x2b\x2b\xb3\xe5\xcb\x97\xaa\x85\x06\x2a\x49\xaa\xfa\xb5\xde\x56\x0e\xa3\x96\x85\xb1\xb7\xdc\xf6\x5a\x30\x9e\xad\x0a\xb8\x96\xad\xe5\xa0\x06\x0d\x47\x73\x16\x3c\x70\x75\x42\x71\x6e\x3b\x61\xfa\xee\xd4\x2b\x4f\x93\xf0\x68\x3b\x3a\xf4\xbb\x95\x61\xad\xc4\x12\xba\xd7\xd2\xf1\x71\x15\xbe\xf0\xc6\xdb\xe7\x06\x4f\xfe\x99\x61\x6f\x28\xac\x05\x91\x35\xde\x21\x26\x72\x98\xeb\xa6\xc9\x3d\x1e\xba\xeb\xfa\xc5\xfb\xe9\xbe\x76\x64\xba\xf3\x07\x59\x1c\x25\xf8\x5b\x2f\x8f\x52\xab\xc0\x13\xed\xc0\x32\xb9\x74\xa7\xb5\x4d\x4b\x7d\x06\x23\xf5\x89\x56\x40\xa8\xad\xbc\xf2\xca\x0e\x69\xd7\x74\xd5\x54\x28\xb7\x86\xe1\x11\x4b\x54\x5b\xdb\x30\x5d\xb7\x6a\x8b\x7f\x3d\x1a\x81\x9e\x79\xae\x73\x5d\x63\x76\x52\x99\x63\xd3\xa4\xa5\x6c\xd8\x8a\x54\x40\x8a\x49\x0e\x49\xe0\x53\x0e\xf1\x89\x96\x6f\x3c\x49\x50\x2b\xcf\x28\x48\x47\xf7\x4e\xac\xe6\x63\x59\x1d\x7e\x44\x47\x23\xc6\x79\x5e\x18\x3c\x2c\x27\x04\xe9\x6f\xd4\x8a\xd5\xe1\xb2\x15\x13\x51\x35\xa2\xab\x55\xf1\x57\x46\x2f\xf6\xe8\x8c\xf0\x32\x2f\xe8\xb9\x3a\x14\x9a\xd2\x05\xa6\x05\x21\x53\x36\xcd\x8b\x05\x49\x19\xbd\x80\x6c\x0a\xfa\x4c\x4a\x25\x12\xb4\x60\xa2\x51\x55\xa6\x02\x47\xfb\x3d\xa8\x0a\xa0\x62\x54\xee\x07\x93\x9f\xc0\x66\x4d\xd4\xeb\x90\xcf\x92\x49\x07\x44\x71\x80\x35\xcc\x03\x67\xcc\x1b\xa2\x03\x02\x1c\xb5\x6c\x9a\xee\x7f\xdc\x7d\xd0\x74\x7c\xeb\xa4\x5d\x52\x79\x2b\x9d\xb4\xd0\x5b\x5e\x9e\x63\x35\x7b\x65\x6e\x52\x0b\x2c\x7c\xc0\x0d\x22\xcf\x98\x97\x12\x42\x7b\x11\xe9\xbc\x25\xf6\x9c\x0d\xb9\x0c\xd4\x22\x6a\x42\x90\xec\xfc\x43\x5d\x62\xe5\x38\xd4\x24\x71\x9d\x1a\x24\x92\x81\x2d\x8d\xc9\x09\x64\xe7\xa4\x2c\x96\x63\x63\xc8\xb5\x55\x5e\xc3\x8e\xaf\xa2\x50\xce\xe6\x67\x69\x32\xaa\xa2\x50\x93\xc5\x51\x85\x47\x48\x57\xb5\x19\xe5\x32\xc3\xa6\x97\x70\x7a\x0d\xe1\xb6\xff\x71\xd7\xbe\xa9\x43\x53\xa9\x63\xa3\xbe\x74\xc7\xb1\xe5\xdc\xdb\x87\x71\xbd\x4e\x1a\x17\x2b\xc9\x4b\x20\x49\x8d\x35\xc4\x15\xc0\xf9\x38\x90\x9e\x86\xac\x99\x6c\x0f\x50\x58\x9e\x6c\xcf\x4e\xde\x81\x58\x07\xb2\xee\x85\x76\x09\x98\x63\x2b\x14\xa8\x28\x33\x7c\xbb\x69\x38\x97\x77\x61\x8f\xce\x5e\xca\x15\xb1\xe3\xc3\x5b\x35\x6d\xa0\xe9\x03\xe4\x4f\xc0\x2b\x03\x03\x89\x92\xa5\xa9\x4d\x73\xd1\xa3\xa6\x4b\x0a\xb0\x8d\x22\xbf\x02\xa0\x07\x8b\x19\xdb\x29\x8a\xbc\x88\x5a\x07\x76\xae\x18\x73\x2f\x20\x27\x30\x33\x58\xc9\x0a\xb2\xa9\xcf\xcd\x0d\xa7\xb6\x96\x85\x41\x2b\x98\xb0\xfb\x91\xdf\xc3\xea\x38\x32\x2e\x94\x73\x63\x04\x83\xf0\xb6\xca\x6b\x1b\xe4\x56\x79\xbd\x6c\x83\xb4\x5f\xd2\xa2\x54\xa9\xec\xe4\x62\x1c\x8e\xdc\xb9\x2f\x9b\xc0\xda\x61\xd0\xfb\x1f\x77\xed\xf8\x67\x7c\xea\xa8\xb9\x41\x13\x02\x9c\x0f\x54\xc3\x3e\x56\x1d\xf8\x4d\x1d\xf7\xa1\x5d\xc9\x3a\xe4\x6c\x5e\xa2\x3f\xc6\x86\x4a\x47\xd7\x38\xd2\x5e\x16\x85\xc0\xdd\x2f\xae\x2f\x15\xdc\xf7\xa9\xce\xb6\xbc\x73\xd1\x0a\x6b\xeb\xa3\xda\x8a\xf5\xf8\xcb\x17\xf2\x28\x32\x50\xf4\xc9\x1d\xda\x89\x43\x79\x1a\x97\xe5\x4f\x00\x4a\xae\x78\x16\x28\x1b\x0e\xa7\x83\x0c\x10\x3a\x30\x91\x84\xc8\x11\x8a\xcd\xd1\x63\x75\x5a\xfc\xb8\x91\xce\x26\x2b\x21\x55\x41\x21\xbe\xc0\xf0\x02\xd9\x9d\x91\xb1\x0f\x14\x65\x76\x8a\x3a\x65\x5d\xd2\xc3\x49\xe7\x35\xa1\xbc\xe6\xd8\x68\x15\xf2\x3a\xa0\x38\x2b\xb5\x56\x5e\x0d\xa1\x76\xec\x65\x35\xdb\x77\x29\x2f\xec\x24\x9f\x81\x0c\xa9\xe0\x5a\x56\x48\xb3\x45\x35\x33\x60\x20\x47\x99\x07\xde\x8f\x83\xaf\xdb\xb0\xef\x97\xf9\xec\x81\xe4\x0b\x2f\xf3\x99\x81\x7c\x7f\x22\x66\x9e\xfd\x29\x64\xfe\x14\x32\x0f\x29\x64\xcc\xd6\xb2\x56\xc0\x3c\x7a\x28\x09\x83\xd7\x3b\x7a\xe7\xd6\xe1\x76\xc5\x24\x69\x48\x9f\x6b\xc9\x03\x3b\x97\x6c\x40\xe2\x2c\x4d\x91\x51\x95\x13\x34\x4d\x43\x49\x1c\xef\x6d\x92\x9b\xf4\x39\x4d\x16\x33\xec\x68\xca\x68\x11\x4c\x94\xe8\xb3\x00\x16\x0e\x15\x5b\x99\x5c\x75\x14\x92\xfb\x11\x6e\x0f\xa7\x95\x19\x51\xcc\x6b\x2b\xf2\x5e\x71\x9b\xf6\xcb\x98\x50\xb5\x15\xb5\xf7\xb0\xc9\x32\x43\xd2\xbd\x11\xdc\xce\x42\xb9\xcc\x48\x79\x02\xe6\x0d\x9c\x62\x01\x4a\xae\x33\x1e\x75\x49\x11\x69\x20\x1a\x97\xf8\x8b\xbb\xb6\xb7\x47\xa1\x89\x27\x3e\x27\x75\xfb\x2c\x3b\xdf\x35\xb6\xe6\xe5\x20\x73\xaf\x52\x5c\xce\x02\x2a\xa1\x6f\x82\x79\x15\x03\xb7\x32\x49\x2b\xb7\xca\xef\x1e\x30\xd1\xd8\x83\xaf\x99\x47\x5a\x90\x58\x8c\x06\x71\x99\xb3\x34\xb0\xe7\x7d\x08\xce\xa8\x64\xa2\x5c\x2b\x33\x99\x4e\x15\xeb\xac\x71\xcb\x72\xae\x9a\x9c\x36\x56\x0a\xd4\x5b\x08\x56\x30\x90\xc2\xe5\x9e\xde\x36\xcc\xf3\x4c\x06\x0b\x56\xd0\x6a\xad\x6d\x21\x10\x7c\x06\xf9\x79\xfd\x0e\x78\x1e\xd8\x95\x9b\x77\x43\x0c\x38\xa5\xb3\x95\xf9\x5e\xda\xf4\xfc\xb4\x3d\x68\x29\xb6\x31\x51\xfa\xa9\xfd\xcc\x39\x83\x88\xda\x8d\x09\x97\xdc\x2d\x70\xe5\xf6\x51\x70\x4b\x1f\x95\xd7\xa1\x2a\xc1\x79\x5f\x2b\x2e\x45\x69\x2e\xcf\x76\x6c\x4b\x4e\x23\x73\xdc\x1f\x57\x5b\xd8\x2e\x5d\x61\x42\x83\xe7\xdf\x9e\x5b\xd7\xd3\x03\xe7\x18\xd3\x49\x9e\x7c\x8b\xbe\xae\x78\x2e\x59\xed\xae\x9e\x48\x4d\x9d\xb5\x93\x3b\x85\xfa\xdc\x98\x5a\x36\x68\x75\xde\xff\xb8\x5b\x49\x99\xd4\x77\x8c\x57\xa0\xe1\x66\x90\xc8\xc4\x64\x3d\x1f\x6b\xc3\xbc\xb2\xdd\x38\xfe\x5d\x4a\x85\xe6\x93\x04\x72\x9a\xf4\xfb\xda\x62\x2a\xea\x58\xdc\x04\xf1\x35\x48\xe8\x34\x35\x41\x67\x2a\x34\x16\x62\xc6\x64\xec\xa2\x6c\x51\xc2\xd3\x81\x3c\xe3\x79\x9a\x2e\xc8\x2c\x4f\x17\xe3\x04\xee\xc4\xa3\xd9\xe2\x8a\x2e\x74\x42\x13\x27\xdd\x3e\xea\xe4\x0a\x77\xdf\x6d\x4c\x4c\x5e\xf9\x36\x6a\x93\x41\xc0\x44\x66\xa7\xef\x71\xec\xb1\xaf\x3f\xee\xf6\xc8\x4e\x36\xa2\x33\x2e\x7d\x4a\xfd\xfc\x64\x64\xff\xe3\x6e\xe5\x60\x45\x02\x63\xd7\xb3\x9c\xe3\x3d\x5d\xe9\x42\xc6\xfe\xda\x44\x70\x22\xd4\x28\xc6\x77\x4a\xbc\xd5\xb9\x0d\x9f\xb1\x51\xf3\x8d\x3e\xff\x43\x0e\x0e\x2a\xe7\x05\x70\x40\x60\x81\x84\x4f\x43\x26\xe9\xca\xb1\xc1\x1a\x56\x6f\xfb\x22\xd1\xc0\xce\x0a\xae\x47\x33\xfb\x2a\xb7\xee\xca\x5b\xa9\x2d\x9a\x89\x09\x03\xd7\xb6\x51\x79\x73\x13\x38\x43\xae\x64\xfc\xfc\xc3\xb7\xcb\xea\x44\x53\xdf\x0c\xb5\x4a\x76\xbc\x8a\x92\x69\x4f\xcb\x60\xa2\xbb\xfa\xe3\x07\x7f\x5f\x64\x5d\x4d\xc1\x4a\x79\x3a\xe7\x5f\x8e\xd1\x7c\xf2\x66\x09\x40\x94\x2e\x3b\x62\x3a\xaa\x83\x18\x3d\x11\xc3\x3c\x7f\xa8\x40\xb7\x64\xb3\x2d\xed\x45\xd9\xd2\x86\x10\xeb\x99\xd9\x37\xb5\xc4\xb3\xe3\x80\x82\x8d\x0d\x5a\xc3\x5a\x69\x56\x2f\x1a\x87\x58\xf2\x78\xe9\x76\x80\x06\xdd\x50\x20\x8f\x9b\x21\xe0\xb9\x24\x60\xbb\xad\xe0\xf6\xe8\x6c\x96\x2e\xa2\x13\xda\x31\x69\x7c\xaa\xcb\xe9\x8d\x39\xaa\x54\xd7\x95\xd4\x86\xbe\x08\xba\x16\x25\x61\xd7\x09\xc7\xbb\x30\x1d\x59\x08\xb7\x17\x38\x77\xa8\x91\xd0\x9d\xdd\x4f\x36\x7b\x15\xb9\xb6\x52\x48\x4b\x4d\xe5\xb5\x58\x44\x5d\x05\xcc\xb0\x1f\x32\x15\x18\xf6\xfb\xc5\x51\xf6\xb8\xf3\x18\x3c\x44\xe8\x78\x7f\x34\x89\xed\x41\x91\x8f\xa2\x31\x68\x8e\x99\xbc\x79\x56\x68\xec\xc5\xb9\x4a\xbf\x24\x9f\x8e\x0b\x3a\x65\xbb\xb1\x4e\x7b\x98\xa9\x17\xf2\x4a\xe0\x37\x99\x0d\x58\x3f\x8c\x24\x60\x3b\x17\x4f\xca\x32\x3b\x01\x93\x14\x17\x30\x96\x5c\x4e\x3c\x38\x17\x8b\x44\xc9\x76\x87\x9c\x60\x62\xbe\x8d\x17\xf8\xed\x25\x40\xc0\x1f\x98\x9b\x47\xd2\x54\xd4\x3f\x14\x4f\x2b\xf9\x9d\xc4\x93\x17\x8a\x9a\x19\x7e\xb1\x3a\x29\xaa\xbd\x50\xcf\xc5\xb0\xca\xae\x5a\x90\xd5\x7e\xc1\x85\x61\x48\x12\xbc\xb3\xb4\xc2\x6e\x12\x94\x47\x47\xf9\x38\x93\x4c\x8d\x99\x5a\x3b\x1a\xc1\xb6\x6a\x15\xbf\xdc\x48\x4c\x35\x81\x7b\x23\x21\xca\x52\x6f\xaa\xe9\xde\x3c\x5a\xb5\x3b\x08\xa8\xda\x07\x59\xf9\x45\xb5\xcb\x1a\x7b\x85\x91\xba\xb4\x5d\x21\xf6\xe2\x28\xbb\x09\x71\xa5\xe4\x39\xe4\x4b\xb1\xa8\x5b\x11\x41\xc9\x98\x9c\x42\xf2\x86\x53\xb1\xd2\x96\x13\x06\x2f\x0f\x53\x9a\x9d\xcf\xe9\x39\x03\x4d\xe9\x38\x9a\x94\xe5\x6c\xd0\xef\x5f\x5d\x5d\xf5\xd8\x68\x4a\xbb\x52\x17\x14\x48\xd3\x14\x3c\xae\xe1\xf1\xf3\xbf\x3c\xef\xff\xb5\xb7\xd1\xff\x0f\xce\x46\x5d\xf1\x04\x13\xe7\x77\x15\xb4\xae\x80\xc6\xdb\xd0\x44\x3e\x26\xa7\x68\xe3\x3c\xed\x91\x08\x6e\xaa\xa0\x82\x05\x79\x47\x93\x15\x04\xb8\x28\xc1\x3b\xa4\x60\xe7\xec\x5a\x6c\x68\x4e\x05\xb3\xbe\x07\x9f\xce\x68\xa3\x7d\x8a\x31\xf9\xf0\x70\x1f\x92\xa9\x45\xad\x56\xfb\x14\x9a\x40\x5f\x69\x2e\x44\xca\x08\xbf\x4f\x99\xa8\xf6\x61\x4c\x4e\xe4\x3b\x70\x38\xdc\xe8\x6d\xf6\x36\xf0\xc1\x88\x96\xec\x3c\x2f\x16\xe4\x1d\xcd\xce\x1d\xf7\xec\x67\x32\x27\x1d\x39\x98\x30\xf9\xad\xcc\x31\xc4\xa9\x57\x13\xde\xa4\xf3\x3a\x9e\x96\x05\xd0\xd7\x21\x35\xcd\x64\xe7\x3a\x98\xa3\xfd\x14\x12\x4e\x9e\x4a\x60\xec\x9a\x0a\x89\xa8\xbb\x71\xd2\x4b\x38\x52\x2b\xfa\x8c\x7c\xf9\x4c\x88\xd1\xe1\x0f\x98\x83\x32\x50\xec\x70\xb3\x43\x9e\x77\xc8\xb7\xc7\x2b\x95\x3e\xe9\x65\x79\x3e\x5b\xa9\xa8\x60\x43\xa7\x20\x20\x8e\xda\xa6\x1d\xc7\x25\x8b\xeb\x84\x7c\x52\x78\x81\xad\x58\x6b\xe0\xf0\xf6\x85\xc5\xcc\x48\xda\x47\xc8\xed\xe4\xe9\x53\x14\xf9\x44\xc8\x75\x24\x17\x58\xcc\xf5\x33\x2b\xf8\x4d\x3a\xa2\x57\x25\x32\x57\xf1\x1e\x92\xf9\x55\xe2\xe5\x71\xc1\xc4\x40\x16\x09\x6c\x56\x4e\x71\x51\x38\x45\xa3\xcd\xfb\x3c\x66\xbd\x7f\xf2\x1e\x74\x09\x45\x31\x63\x26\x5d\xa4\xbd\x06\x39\x98\x3d\x7d\xaa\x9e\xea\x6f\x3d\x19\xda\x33\x1c\xaa\xf8\x12\xf3\x2e\x34\x57\x4d\x4b\x88\x31\xde\xc1\x6b\x23\x00\x18\xb6\x7a\xfd\x13\xf3\xac\xf7\x4f\xde\x52\x39\x45\x6b\xfa\xc7\x59\x3a\x3e\x75\x3b\xb4\xcf\xd2\xb1\xe9\x0e\xa4\x12\xa8\x74\x06\x9e\xc9\xbf\xe1\x8e\x88\x37\xba\xe5\x9f\xf5\xd5\x17\x5e\xfa\x60\x37\x15\xa7\x46\x03\x52\x2c\x0c\xed\xde\x7d\xf9\x62\x70\xfb\xf2\x45\xdf\x2d\x1f\xb5\xac\x0d\x6f\xab\x66\xf5\x15\xd0\x1c\xaa\x01\x78\x4d\x2f\xf1\xcb\xa6\x14\xb0\xf0\x4f\xac\xe4\x3a\xb6\x9b\xc3\xbd\xcd\x72\x1f\x81\x7e\xe3\xe2\xd7\x34\x49\xd3\x84\xb3\x51\x9e\xc5\xb6\xa7\x0a\x4b\xe9\x8c\x2b\xb7\x65\x00\x26\xaa\xfd\x9c\x25\xd7\x84\xcd\xf2\xd1\x84\x44\x9b\xe4\xbf\x68\x36\xa7\xc5\x82\x6c\xfe\xe7\x5f\x37\xc8\xc6\xc6\x00\xfe\x23\x3f\x1f\x6c\xb5\x7b\xeb\x88\xa8\xe7\xbd\xef\x3c\x11\xb5\x4d\x4b\x16\x4e\x03\xe9\x24\x94\xd5\xfd\xaa\x95\x2c\xb1\x18\x2c\xbd\x74\x46\x50\x18\x27\xec\x33\xcc\x78\xcb\xf3\x94\xf5\xd2\xfc\x1c\xa4\xc4\x55\xd4\x26\x5d\x82\x85\x50\x0a\xdc\x74\x88\x7c\xe1\x88\x85\x77\xf9\x39\x6f\x22\x24\x5c\x7f\x9e\x5f\x68\x83\x00\xa0\x51\xc0\x36\xd6\xdc\xde\x9c\x69\x56\xc9\xf2\x2b\x6b\xc5\x55\x0b\xae\x72\x81\x15\x43\x6b\x5f\xf6\x1d\x5e\x08\xb3\xfc\xca\xc8\x81\x9f\xa5\x7b\xd4\x14\x33\x8d\x89\x61\x84\xf0\xc0\x49\x52\x32\x3e\xa3\x23\x66\x2e\xe7\xb0\x18\x96\xfd\x6a\xde\x0f\x49\xff\xe8\x88\xf7\x1d\x7e\xfa\x59\x5e\x51\x76\x7a\xd2\x2b\x8b\x64\x7a\x8a\xcb\x13\xfe\xd8\xc9\xe2\x53\xd1\xe2\x39\x2b\xe5\x4d\xa7\x42\x4b\xb6\xbd\xa2\x21\x27\xb5\x6e\x00\x00\x6a\x24\x60\xc5\xc4\x84\xa1\xa7\x16\xf3\xa8\x2c\xfa\xf6\x62\xa5\xd2\x8a\xca\xe4\xab\x62\xc9\x32\x79\x58\x93\x8c\xcf\x20\x1f\xee\x72\xde\x59\x86\xa0\x45\xa1\xaa\xfc\x17\xfd\x9d\xb2\x78\x27\x8b\x77\x05\x90\x08\xdb\xb7\xd6\x01\xb5\x45\xc0\x17\x2a\xf9\xa3\x54\xb5\x26\x49\xca\x08\xde\x2d\xd8\xed\x0a\x39\x63\xd3\xbd\x57\x32\x5e\x4a\x80\x3d\x81\xc1\xeb\x12\x8b\xb6\xc5\xde\xfb\xc6\x62\x0b\xa5\x8e\x87\x16\x86\x0a\x82\x8e\xdc\xa8\xbc\x33\x22\xa4\xf2\xc2\x91\xbb\x2e\x3f\xc9\x4b\xc2\x2d\x76\xb2\x99\xe8\xa0\x48\xa6\xe0\x2f\x24\x78\xe8\xbf\x8f\x8e\xf8\x37\x2e\x17\x89\x11\x3b\xa3\xbc\xea\x7c\x0b\x2c\x20\x19\xeb\x2e\x2c\x20\x00\x54\xc7\x5f\x55\x70\x64\x07\x76\x57\x8d\x51\x75\x8c\x05\x86\xa2\x27\xee\xe0\xaa\x44\xaa\xf0\x0c\x75\xd8\x57\x0a\x02\x47\x43\x6c\xa7\x96\x3d\xbe\x21\x9b\xed\x9e\xcc\xf6\x17\x59\x74\xea\x90\x56\xab\x8d\xc0\x06\x12\x58\xcd\xb8\x2a\xa4\xd6\x58\x08\xc8\x8f\xf3\x24\x2d\xbb\x89\xd2\x3e\xf4\xea\x65\x69\x00\xfb\x8b\xe9\x59\x2e\x56\x7f\xa8\x8c\xbf\x42\x22\x46\xbf\x31\x8d\xcb\xaa\xba\x79\xfc\xed\xf3\x8e\x10\x84\x67\x0a\x13\xdc\x77\x07\x51\xc1\x45\xf4\xa3\xd8\xfa\x9b\xa0\x55\x6d\x09\xf0\xf8\x11\xb3\x28\x48\x45\x1a\x1a\xc9\xaf\x32\x3b\x5b\x8b\x06\x3c\xa1\xfc\xc3\x55\x66\x5d\x21\x61\xb5\xd4\x73\x5f\xfa\x32\xaf\xcc\x49\xc1\x78\x9e\xa2\x5f\x04\xee\x22\x4e\xcb\x1c\x95\xf2\x03\x7a\x7e\xaa\x77\x11\x2b\xef\x20\xf2\x4a\xd7\x7a\x65\x2e\xf9\x44\xed\x20\x54\x86\x4a\x6b\x99\xa0\x68\x0b\x17\x35\x0f\x64\xeb\x95\x9e\x28\xa4\xd6\x19\x7e\xbe\x98\x1e\x98\xbe\x90\xa1\x1a\xd4\x57\xf2\x4b\xcf\xea\x29\x19\x10\x6d\x82\x70\xe8\xf4\x1a\xfd\xf6\xe1\x16\xb7\x98\x5c\xb2\x82\xab\x39\x2d\x98\xf6\x27\x56\x0a\x32\xc9\x33\x66\x4c\x2e\xc3\xc9\xa9\x0f\xff\xd4\xee\x76\xbd\x04\x08\xef\x58\xfe\x35\x67\xc5\x62\x95\xb9\x5f\xd0\x2b\xe2\x8c\x9f\x37\xfd\xcf\x59\xf9\x89\x5e\x1d\xd0\x73\x4f\xc7\x4f\x04\xab\x90\x61\x85\xa1\xf0\x78\x0a\xca\x76\x2a\x04\x6d\x77\xd4\x46\xb9\x04\xea\x42\xa1\x43\xb7\xcc\xb1\x5c\x1c\xca\x62\xa1\xf6\xd5\xc1\x62\x64\xe8\x90\x5f\x59\xbe\xe6\xd9\x94\xf2\x0b\xbc\xd2\xb4\x90\x7b\x8e\x1b\x99\x66\x34\x62\xb8\x70\x28\xfc\xe5\xd5\x82\xc3\x20\x37\x59\xdd\xc0\x3d\xba\xd8\xf2\x2b\xe8\x8e\x1d\x00\xc8\x60\x19\x01\xea\xd0\x2d\xe9\xb9\xb2\x0c\xa8\xfb\xba\x64\x0d\xf4\x30\xa9\x25\x87\x34\x26\xc8\x7f\x74\x38\x90\x40\xbe\x46\x3a\xea\x31\xab\xe8\x41\xf7\x2b\x7b\xfe\x37\x48\x85\x23\x27\x9f\xbd\xda\xb8\x43\x1e\x7b\xb9\x90\xce\xe1\x9c\xe6\xb4\x4a\x04\x0d\x69\xd9\x12\x5d\x63\x52\xc0\x26\x57\x99\xa2\xb2\x68\xfd\x02\x9d\x3b\x1d\x76\xa6\xa9\x3a\xa4\x5e\xce\xe0\x21\x36\x72\x01\xaf\xbe\xda\xc9\x32\x9a\x0b\x4d\x31\xfd\xc8\x2d\xe9\x36\x64\x8a\xbb\xcf\x9d\xb5\x54\x0e\xc8\x7f\xe8\x61\x50\xd3\x39\xc4\xcf\xd9\x3c\x4d\x51\xa0\xb7\x0e\x65\x66\x82\xf7\xf3\x34\x3d\x6e\x49\x81\xa4\x25\x49\xa5\xd0\xcf\xea\xf9\xf1\x5a\x5a\xc4\xbd\x2c\x23\x4d\xca\xe1\xb9\x5a\x44\x64\x06\xe2\xb1\x3c\x3c\xe1\x72\x86\x9f\x9f\x2f\x6c\x7f\xc6\x07\x5e\x43\x9a\xd7\x0f\xb3\xe8\x39\x9c\x29\x24\xa7\x4c\xe0\x8e\x56\x20\x2d\x41\x1d\x13\xd1\x70\x68\xc9\x79\xf2\xca\x1d\xa9\x81\x1a\xd8\x17\x55\xe9\x18\x55\x86\xe0\xe9\xd3\xea\xa0\x24\x19\x71\x4c\x57\x6d\xa5\xc3\x56\xd7\x3b\xa5\x8e\x06\x67\x59\x83\x76\x8a\x7d\x5e\xc1\x1a\x8b\x80\xbb\x69\x72\xc1\x7a\xe4\xb5\xec\xb7\xfb\xdc\xb9\x4e\xe4\x54\x74\xfa\x14\xe0\x89\x5d\x27\xa6\xee\x3b\x45\xfb\x8e\x9e\x05\x90\xb4\x0f\x21\x1c\x3d\x5e\xcb\x08\xf1\x5d\x6f\xe3\x0f\xb0\x93\x5a\x9d\x5d\xd3\x52\xfa\x2e\xb9\x60\x2b\x5a\x4b\xa1\xe8\x5a\x16\x53\xa8\x11\xb0\x9a\x6a\x63\x68\xa8\xfc\x7a\xa6\x53\xa8\x12\x90\xd9\x9e\x89\xd4\xb6\xa5\xda\x26\xbc\x25\x26\x51\x01\xdf\x11\xdd\x86\x39\x8d\xa0\x35\xcf\x5c\xc1\x6c\x03\xd1\xa5\xed\x87\xb7\x97\xc9\x1c\x44\x61\x45\xe0\xa2\x7c\x3c\x76\x8d\x77\xc1\x59\x03\x27\xe9\x70\xa3\x22\xda\x22\xa5\x06\x7d\x4a\x66\x45\x32\x4d\xd0\x89\xa7\xd0\x97\x02\xfd\xdb\xf3\x3f\x95\xf4\x58\x99\xf9\xb1\xbb\x91\x5c\x50\x92\x92\x15\xb4\xcc\x8b\x66\x9e\x96\x75\x5a\xf4\x6c\xd4\x5a\x85\x41\x65\xf9\x00\x73\x7a\xbc\x88\xd8\xb7\xc8\x97\x2f\x28\x2f\xa3\x10\x7b\x3f\x7d\x1a\x58\x0d\x86\x43\xc3\x0a\xf5\xe6\xfd\xc0\x86\x5b\x99\x00\x5c\x2e\x16\x4f\xc2\x3c\xec\xf1\x6f\xb5\x58\x45\xa7\x51\x0f\xfc\x2d\x3c\xb5\x6e\xce\xc3\x25\xf7\x92\x16\x49\x3e\xe7\xe4\x14\x8f\xac\x4e\xc1\x9e\x5a\x52\x48\xb2\xaf\x18\xfe\xfd\xeb\xf7\x64\x48\x36\x48\x9f\x6c\x78\xbb\x77\x0c\x87\x24\x67\x34\x26\x3c\x39\xcf\x20\x1f\xca\x35\x8d\xd9\x28\x99\xc2\x6d\xcf\xa0\x16\xa9\xec\xeb\xc6\xc0\xb4\xcb\x7f\xa4\xf1\x5b\x30\xb0\xf5\xff\xfb\xb0\xfb\xcd\xf1\xc6\xf5\xe1\x46\xf7\x3f\x69\x77\x7c\xfc\xcd\x93\x7e\x52\xdb\x4c\x92\xd1\x62\xd1\x08\x16\x4b\x08\xb0\x1b\x67\x87\x1b\x9b\x8d\xe0\xf2\x51\xd9\x8c\xe4\x07\x28\x00\xc0\xf2\xc3\x8d\xee\x5f\x5d\x68\x3f\xd6\x6e\x48\xb4\x7e\x43\x49\xcc\x66\x2c\x8b\x59\x36\x5a\x90\x3c\x23\xa7\x45\x9e\x97\x95\x73\x8e\x8f\xb4\xe0\x6c\x17\x52\x71\xce\xe4\xd7\x15\x94\x7c\x75\x59\xd5\xd7\x11\x10\xb3\x22\x1f\x31\xce\x57\x31\xca\x5a\x88\x85\x04\x40\x99\xcb\xc3\xd1\x6f\x7b\xcf\x9d\xa9\xfc\x6d\xef\x79\xa8\x18\xfe\xe9\xed\xed\xbe\x3f\xf9\xe5\xf5\xbb\x9f\x77\x9c\x3a\xdf\xb3\xee\xb7\xcf\xbf\x0b\x55\xdb\xcd\xc6\x49\x96\x94\x0b\xa7\xb8\x7a\x18\xaa\xd0\xfa\xb6\xf7\xbc\x15\x42\xc8\xb1\x1a\xab\xd2\x55\x85\xd0\x13\x2b\x48\x85\x56\x50\x37\x34\x4a\x9f\x4c\x4d\x68\x4b\xab\x6a\x8d\xf7\xaf\xdf\x57\xcb\xbb\xea\x9f\x31\x36\x14\x24\x07\xbf\x50\xf7\xf4\xb2\x07\xff\x7e\x18\xbb\xe7\x91\xe4\x95\xfb\x16\xbc\x08\x0d\x76\x44\xdf\x51\xa4\x9b\x03\xd8\x6d\xf2\x8a\xe0\x37\xf2\x0d\x69\xb5\x44\x25\xf8\xe5\xa2\xe8\x50\xe3\x91\x10\xb2\x30\xc5\xc2\xd4\x00\x4d\x79\x43\xe1\x43\x06\xe4\x9b\x0a\x91\x14\x26\xda\x9c\x6b\xd9\x36\xd0\x9a\xa3\x27\xbd\x91\x00\x68\x84\xb7\x4a\x2a\xfd\x5a\x97\xfe\xf2\xc5\x4c\x71\xbb\xb4\xd6\xa7\xed\xb9\x89\xef\xa4\x7d\xf8\x79\xbb\x63\x1a\x7d\x45\x9e\x93\x01\xf9\x9b\xd6\xb6\x23\x23\xdc\x6c\xa8\xe4\x15\x88\x51\xd5\xbb\xba\xf5\x42\x31\x98\xb3\x5e\xac\xb8\x0e\x64\xf9\x95\x2e\x91\xe5\x57\xee\x4b\x05\x58\x97\x50\x0f\x9c\x45\x02\xfc\xef\xc8\x94\x71\x4e\xcf\x59\x68\x29\x78\xf3\xf3\xfb\xad\x93\x9d\x4f\x9f\x3e\x7c\x3a\x39\xd8\xf9\x3f\x07\x42\x03\xda\xb9\x9e\x61\x3c\x81\xf1\x0c\x54\x00\x9b\x24\x24\x1e\xab\xe5\x5c\x26\xbc\x04\xc7\x50\x3a\x65\x90\x65\x58\xac\x53\xc8\x64\xa7\x69\x1e\x53\x3e\x39\x55\xae\x6d\xbd\x8a\xc9\x64\x8f\x5e\xab\x34\xe2\x53\x7a\x2d\x37\xc5\xf2\x55\x92\xe9\x57\x49\xe6\x4a\x54\xed\x2a\x1a\xb3\xb3\x7c\x9e\x8d\x58\x5c\xc9\x02\x11\xb3\x94\x2e\xa4\x67\x27\x58\x51\xc4\xeb\x53\x32\xcf\xca\x24\x25\x74\x5c\x0a\xd4\xae\x68\x52\xe2\x6e\xc6\x39\x37\xf4\xcf\x5e\xcd\xf1\x54\x99\x4c\x99\x3c\x4c\xf4\xda\xbd\xa2\x1c\x80\x49\x6f\xd2\x1e\x08\xe0\x40\xb9\x51\x3e\x35\x39\x8e\x4e\xd1\x45\x47\xd1\x07\xd3\x29\x88\x27\x00\x0a\x7a\xc1\x62\x85\xbd\x39\xb8\x44\x5f\x5d\x4a\x4e\xc7\xe9\xdc\x50\x17\xaf\xff\x99\xb2\x38\xa1\x25\x83\x44\xf9\x02\x13\x81\xaf\x3c\x8d\xf9\x28\x2f\x60\x3a\xcd\x67\x00\xe5\x14\xcf\xeb\xe2\x44\x2c\x27\xda\x2d\x5d\xb6\xc6\x27\x70\xaf\xd0\x19\xd3\xfe\xb1\x98\x4d\x11\x20\xa9\xe3\x27\x9a\xc5\xfd\x1c\x6e\x97\x4e\x52\xf1\x9b\xc5\xe7\x3a\xbf\x06\x12\x18\x68\x96\xcf\x4b\xa4\x87\xea\x89\x49\xd2\x21\xa0\x69\x0e\x02\x22\x6b\x3f\x2f\xeb\x62\xdc\xbc\x86\xea\x3d\xb2\x3f\x3f\xe3\xec\x5f\x73\x96\x95\x78\x9c\x49\xd3\x94\xd7\x97\x37\x7e\xed\xcc\xda\xb0\xea\xa6\x11\x3d\x3d\x8c\xd6\x29\x31\x3c\x7b\xf6\xec\x7d\x5e\xb2\xc1\xb3\x67\x64\x77\x4c\x4e\x25\x0d\xe4\x11\xac\x22\xc1\x29\x91\xc4\x05\xd7\x69\x54\xb9\x3b\xa6\xdf\x36\x8b\xa8\xf4\x94\x41\xea\x49\xb2\xc9\xab\x6a\xc6\x35\xfd\x41\x70\xc6\x85\x79\x8a\x19\xe3\x69\x46\x72\xc1\xb8\xf1\x1c\x8f\xe4\xfc\xd1\xd0\x7d\x12\x3d\xc1\x57\x09\x27\xa7\x1b\xb2\x37\xba\x6f\xe2\x21\x6e\x09\x3a\x3e\x1b\x12\xc8\x4c\x8f\xc7\xea\x00\x0c\xe7\x97\xa4\x7e\xc6\xae\xc5\x8c\x19\x5d\x74\x08\x4f\xa6\x49\x4a\x0b\xf1\xe6\x94\xb3\xf2\x00\x91\x38\x55\xb3\x40\xf7\x75\x2c\x30\x30\xb8\xed\x33\x46\x0e\xb7\xe9\x65\x12\x93\xad\xbc\x38\xa3\xa3\x49\xde\x12\x74\x2d\x93\x51\x2a\xbd\xc6\xf8\xa0\xdf\x1f\x71\xde\x2d\x8b\x64\x74\xc1\x7b\xa3\x7c\xda\x97\x54\x4a\xb2\xf3\x6e\x39\x29\xf2\xb2\x14\xb4\xed\xb2\xeb\x59\x4a\x93\x8c\xc5\x5d\xa9\xd3\xf0\x3e\x1a\x74\x85\x20\x8b\x59\x49\x93\x94\x93\xfc\x92\x49\x67\x01\x7d\x8f\x03\xd7\x17\x39\x9c\x9e\xf4\xd4\x00\x98\x63\x77\x6c\x80\x9d\xae\xa5\xc8\x85\x3c\xc2\xde\xd8\x23\xaa\x94\x39\xf5\xf0\x06\x06\x1c\x66\x90\xa5\xcb\x68\x7e\xe8\x39\x95\x94\x52\x77\x28\x86\x75\xb8\x71\x0c\xd5\xea\xbc\x4d\x72\x14\x32\x2e\x04\x75\xff\xe3\xa1\x64\xe5\xe1\xe7\x1b\x84\xa2\x58\xdb\xda\xdd\xea\x4a\x7a\xbb\xa9\x6a\xf5\x24\x13\x0d\x81\x7f\x8e\xa1\x30\xe4\x55\x4d\xc6\x0b\x23\x99\xe5\x1c\x50\x02\x25\x30\x05\x6a\x7a\xa7\x5a\x99\xd2\xeb\x5f\x69\x52\x4a\xf8\x02\xcb\x29\xbd\x4e\xa6\xf3\x29\x4a\x6b\x23\x71\x68\x9a\xe6\x57\x28\x4c\xe0\x86\x6b\x94\xad\x67\x6c\x2c\xe6\x0c\x18\xb9\x94\xe8\x5e\xd2\x2f\x35\x5f\x87\x62\x72\x2f\xe9\x57\xd3\xdc\xae\x6a\xe3\x66\xb4\x1d\x7d\x9c\x5d\x85\x04\x5f\x58\x3f\xef\xf7\xc9\x6b\xf0\x37\x1d\xe5\xbc\x4c\x17\x3a\xad\x37\x8c\x1a\xba\x3d\x98\xdb\x61\xf0\xfa\x13\x90\x1e\x64\x9c\xce\xaf\x11\x26\x5e\xc8\x16\x61\x91\x76\x0f\x7d\xa3\x44\xc9\x56\x87\x98\x19\x10\xe9\x84\xe1\xef\xe8\x22\x9f\x97\x1d\xb2\xf9\xfd\x86\x74\xd0\x51\x98\x60\x0c\xa4\x98\xf1\x59\xbc\x47\x93\xf4\x14\x53\x30\x8d\xd2\x64\x74\xc1\xe2\x0e\x31\x13\x95\x70\x2d\xc5\x51\x82\x3b\xa8\xc8\x40\x0b\xc4\x05\x6a\xbb\xa8\x28\xf8\x1d\xf2\xed\xc6\x46\x47\x7b\x16\xb5\x24\x4f\xb5\xf0\x22\xed\x8e\x7a\xac\x86\xa4\x35\x30\xe6\x07\x72\x53\xc1\x7d\x27\xe3\x73\x21\xbf\xcf\x68\x39\x9a\xbc\xcb\xcf\xed\x35\x0b\x65\x2b\x6a\x11\x9b\x04\xa7\x92\x18\x5a\x33\x4a\x56\x1f\xf0\x3e\x74\xf5\x62\x68\xe3\xad\x60\x77\xc8\xf3\xef\x05\xde\xa4\x25\x79\xb9\x35\x20\x9b\x1b\x1b\x1b\x44\xd9\x16\xc1\x6a\x95\xcf\x0b\xf0\x09\x12\xfc\xb0\x73\xc9\xb2\x72\x1f\x9e\x44\xad\x3e\x2f\x0b\x46\xa7\x6a\xf3\x23\x89\x86\xe5\x91\x66\x52\x21\x6c\x75\x0c\x26\x6e\x6f\xb7\xd0\xe3\xd8\x61\x58\x83\x74\x65\x29\x0c\x71\xc8\x2c\x9f\x09\xb1\xe7\x34\x21\xfd\x98\xb1\x25\x7b\x17\xa6\x09\x20\x9e\x74\x88\x10\x53\x1d\x25\x5a\x02\x5e\xeb\xfa\xec\x56\x3c\x38\x98\x24\xe6\x81\x24\x57\xc7\x78\x41\x8b\x15\xdd\x9c\xf5\x26\x53\x56\xec\xc6\x4e\xfd\x2d\x9a\xa6\x62\xf9\x71\x1e\x22\xa3\x8a\xc7\x70\xa7\xac\x7e\x25\x65\xd2\x50\x5d\xd6\x6e\x9a\x0d\x3d\xd6\x94\xd3\x27\xc0\x95\xfd\x14\xc8\xf0\x47\xd5\xec\x46\x50\x3b\x14\x46\x53\xd1\xd5\xdb\x66\x47\x25\x28\x06\xb7\xc4\xc9\xdd\xac\xf8\xad\x6e\x9c\xae\xee\x32\x15\x5d\x75\x53\xa6\x57\x8f\x1e\x55\x24\xb5\xdc\x3a\xea\xfe\x69\x7e\x14\x12\x42\x96\x35\x65\x7e\x45\x2c\x64\xe9\x57\x46\xa3\x8f\x34\x62\x15\x19\x8d\x38\xe2\x88\x8b\xad\xa7\x7c\x2c\x41\x5a\xf4\x33\x73\xd4\x6a\x99\xbc\xb2\x30\xd6\x85\x07\xba\x9e\xa2\x8f\xf8\x63\x6c\x89\x30\xb4\x42\xb2\x46\x82\x1d\x9c\xdd\xb6\x8c\x4e\xf0\xf8\x0c\x43\x3d\x5f\x17\xe7\xf2\xe5\x01\xc4\xb6\xfb\x61\x06\xea\x5d\xc0\x23\xc0\xe3\x2a\xd1\xf8\x0b\xb5\x79\x96\xa7\xff\x02\x49\x19\x23\x20\x1b\xc4\x88\x89\xf6\x0b\x67\x97\xad\x0f\xdc\xfd\xde\xc9\x71\xdb\x89\xcf\x99\xdb\x3d\x88\xad\xe4\xac\x24\x34\x5b\x90\x53\x49\x67\xd4\xfe\xc0\xb4\xb3\x04\xc5\x7e\x1f\xd3\x4d\xe9\xd5\xaa\xd0\x6e\x94\xce\x82\x26\x41\xc9\x89\x46\x86\xc4\x28\x77\x80\x4f\xb1\x73\x3d\xc3\xe8\x2f\x18\x72\x03\x7d\x57\x6f\x4d\x9c\x95\xbf\xe7\x74\x5c\xbd\x79\xe5\x8f\xe2\xa0\x89\x2a\x05\x9b\xd2\x24\x4b\xb2\x73\xd1\x69\x7f\xd8\xc5\x83\x7d\xa1\x87\xbd\x93\xf2\x40\xf6\x9d\x74\xc3\x12\x82\xb8\x35\x24\xea\x4e\x1d\x43\xc7\x4a\x2d\x81\x01\xb2\x34\xcc\xd9\xae\xdf\xb8\x66\x2c\xd9\x69\x9c\x4e\x0a\xca\x2b\xb3\x19\x8e\x2c\x78\x1d\x3d\xff\xba\x21\xe4\xda\xaa\xfa\xc0\x46\x22\x48\x2b\xdc\xe5\x61\xb5\xaf\x4c\x2a\xdd\x73\xb1\xdc\xe2\x15\x73\x18\xfa\x88\x7a\xcf\x38\x29\x38\x6a\x03\x1d\x0c\x8e\x4e\xca\x05\x9c\x39\xf2\x32\x9f\xcd\x20\xfe\x36\x26\x57\xac\x55\x30\xbc\xac\x8d\x69\x60\x0e\x8b\x76\xd0\x34\xb1\xe0\x25\x93\x1a\xa1\x80\x71\x9e\x67\x8c\x9c\xd1\xd1\xc5\x15\x2d\x64\xe4\x2b\x82\x12\x4b\x69\xa9\x07\xa0\xdf\x97\x57\x48\x78\x9c\x0f\x17\x2e\x5e\xb1\xd6\x25\x23\x93\x04\xe7\x89\x99\x66\x69\x32\x4d\x4a\x97\x97\x23\x9b\x5e\x95\xc3\xe5\x2f\x5f\x48\xe4\x53\xfa\x87\x21\x51\x72\x5d\x91\x37\x50\xea\x25\xd9\x00\xa9\x1a\x49\x31\xfc\xf4\x69\x70\x08\x7e\x18\x2a\x8e\x69\xb7\x83\x7c\x60\xcf\xd6\xc8\xe3\x01\xa1\x76\x48\xc7\x67\xe5\x7c\xe4\x33\x8e\x17\x8e\xa4\x29\x66\xe4\x93\xed\x54\xa4\xa4\x94\x2b\x68\x56\x17\x29\x81\x69\x5e\xd3\x37\x0f\x0d\xbd\xec\xea\x56\x5c\x57\x08\x89\x1c\x5e\x2a\x82\x14\x4c\xc6\xe4\x8a\xa1\x71\xe8\x54\xad\x01\xca\x99\x6e\xca\x68\xc6\xd5\x4e\x43\xb0\xd7\x19\x63\x06\x8a\x51\xa4\xf4\xd5\x52\xb9\xdc\xb4\xa9\xa8\x43\xc5\x59\x4f\x9f\x9a\x28\x31\x8f\x9a\x55\x21\xe8\xd2\x72\xb5\x75\x69\xf9\x92\x82\x4a\x9b\x1b\x70\xa6\xc8\xf4\xc8\x66\x5b\x0b\x41\x48\xa0\xe0\x0c\x92\x89\x2f\xbb\xa9\x59\x6d\x36\x5e\x04\xf1\x36\x53\xc4\xee\x46\x78\x9c\x7c\xe4\xc1\x1c\x16\x55\xcd\xd4\xba\x76\xc5\xa5\x43\x2e\xc4\x03\x97\x41\x4c\xa4\x81\x07\x5e\x8f\x64\xfd\x0c\xb1\x44\x61\xc2\x77\xd5\x66\x70\x18\x90\xb3\x21\x8d\x42\x9b\xbe\x2c\xe2\x1c\xd8\x09\x76\xb2\xaa\x1e\x6b\xd6\x6d\xdb\x2f\x50\x35\x6c\x8d\x91\x3d\x8e\xc3\x9a\x71\xac\xae\xbc\x40\x0f\xbb\xb5\xb6\x8e\x6e\xbc\xb1\xe1\xa2\xec\x71\x00\xf5\xfb\xe4\x2d\xde\xe6\x6b\x5b\x2d\x93\x0c\xac\x3d\x70\x3b\x77\x9e\xcf\x7a\xa6\x7c\x13\x0b\xdd\x42\xc5\x08\x4f\x9b\xc6\xae\xdc\xf8\xfc\x5e\x47\xa7\x35\x91\xb9\x69\x98\x7b\xc4\xdb\x2f\x41\x56\x50\xf1\xe5\x85\xfb\x16\x78\x5b\x68\x8d\xe2\xaf\x7d\x24\xa2\x8b\xd4\x9c\x49\xa8\xf7\xce\x99\x84\x7a\xa8\xcf\x13\xb4\x2d\x69\xad\x23\xec\x07\x39\x76\xa8\x1a\xf9\x95\x91\xad\x6a\xe4\xcf\x8d\x78\xd6\xd2\x97\x96\x64\x9a\x4b\x09\x4b\x66\x4c\x26\xbd\x80\x4c\x3d\xd2\xcc\x69\xdb\xbf\xd0\x28\x1d\x80\x1f\x34\xd2\xe3\x59\x41\xc5\x50\x7f\x0b\x23\x3d\x1a\x6d\x6b\x0c\xf5\x6b\x19\xe9\x01\x52\x9d\xa1\x7e\x0d\x23\x3d\xc0\x69\x36\xd4\xaf\x6a\xa4\x47\x50\x1e\x45\x6d\x43\xbd\x6b\xa4\x0f\x50\xdf\x18\xe9\x01\x5a\xad\xa1\xfe\xdf\xd2\x48\xef\xf7\xe7\x4f\x23\xfd\x57\x35\xd2\x6b\x9b\xbc\x32\xd2\x6b\xab\xfd\x1f\x62\xa4\x57\xe8\xdc\xc9\x48\xaf\x80\x38\xe2\xa5\xcc\x1f\xd4\x6c\xbf\x82\x75\x7b\x65\xab\xfd\xbf\x83\x11\x3d\x20\x94\x96\x18\xd1\xd9\xf5\x88\x71\x9e\x5c\x0a\x19\x0d\xb9\x77\xd5\x3c\x9d\xe5\x3c\xc1\x43\x5f\x30\xa9\xe3\xe5\xe0\xca\x43\x3e\x64\x1f\xc5\x12\x60\xb6\x56\x68\x44\x98\xcd\xf7\xa3\x04\xd5\x21\x9b\x1b\x75\x06\xf4\x82\x65\xec\xea\x20\xbf\x60\x99\x34\xa1\xcb\xeb\xa9\x47\x17\x62\x69\xc3\x44\xa5\x63\x93\x65\x27\xcb\xcb\xaa\x8c\xc1\x15\xf0\x7b\x32\x4d\xb2\x79\xc9\x2c\xd3\xb4\x21\xca\xd0\xc6\xcd\xb4\x08\x46\xf5\x8d\x0d\xb4\x4f\x57\x4d\xe7\xda\x42\xdd\x64\xa9\xd7\x4d\x2c\xb7\x39\x1b\x6c\xd6\xb3\x39\xeb\x7a\xb5\x36\x67\xdd\xb3\x25\x36\x67\x6d\x1c\x55\x47\x06\xa8\xf0\x7d\x35\xd3\xee\xaa\xb6\x5b\x7d\xb8\x51\x67\x20\x55\x45\x07\xc4\x35\xee\xde\x97\x95\xd5\x53\x3f\x1d\xca\x4a\x7c\xad\x23\x18\xf9\x4d\x92\xd4\x3a\xe9\xb8\x32\x16\x7c\x9b\xbf\xd4\x57\x68\xae\xd6\xdd\x46\x8e\x6a\x83\x6a\x7b\xf4\x18\x5d\x50\xba\x8c\x6b\x1d\xf7\xe8\xb1\xe5\x58\xa3\x24\xab\x57\x5a\xbd\x81\xd2\xb2\x61\xe0\x91\x84\x97\x72\x6f\x33\xc4\x8e\x2a\xb8\x03\xfd\x0d\x3a\xa4\x00\x0c\xf4\x37\x8c\x1b\xb7\x60\x9d\x33\x03\xca\x0e\x7c\xc3\x87\xc0\x5d\xae\xff\xab\x69\xfc\x10\x52\xa7\xbc\xf0\x40\x26\x5c\x89\x40\x1b\xa6\x79\x6a\x52\x03\xb9\x2e\xb5\xe3\xac\x72\xdf\x73\x08\xf4\xfe\xfe\x27\x17\xea\xfe\xfe\xa7\x28\x08\x4e\x1e\x31\x56\xd2\x51\x87\x60\x6e\x7f\xd8\x33\x97\x99\xdb\x17\x35\xeb\xe7\x5a\xae\x38\x0d\x31\x3f\xa9\xb5\x82\xf3\xe5\x4b\xe8\xed\xdb\x83\xbd\x77\xea\xf6\x67\x40\xe4\x71\xe7\xb1\x6e\xef\x04\xf1\x8e\xf2\xb3\x7f\xb6\xc9\x67\x72\xf4\xf8\xef\x67\xf4\x8c\xa5\xfd\x09\x4b\x67\xac\xe0\xa4\x2b\x3b\x76\xf4\xf8\x85\x73\xef\xb9\x8c\xdb\x1d\x0e\xc9\x91\x06\x76\xf4\xd8\x72\x9b\xaf\x38\x4a\xcb\xa2\xe8\x79\x7c\xf4\x58\xb4\x25\x9b\xb6\x7b\x5f\xc1\xc6\x25\x6d\x7e\xf6\xcf\x17\xe4\xe6\x85\x8e\xe6\x5b\x1d\x40\x7e\xf6\x4f\x0f\xb3\x20\xee\xf9\xd9\x3f\x7b\xb0\x8f\x2b\xe6\x23\x85\xb4\x2c\x8e\x6f\xc1\x16\x24\xbb\x66\x6e\xd7\x7d\x65\xf5\x4c\xc8\x8c\x2a\xbe\x12\x0d\x1b\xb9\x17\x68\x65\x31\x88\x83\x7f\xbd\xd8\xa5\x83\xf7\x7d\xa4\xc6\xaf\x23\x2f\xe7\x05\x7c\x44\x97\x30\x59\x9e\xce\x13\x68\x8d\xb3\x5d\x50\x94\x0c\x49\xe0\xa3\xc7\x4b\xf3\xe3\x1d\x3d\x16\xc8\x55\xd1\x43\x4e\xfe\xa8\xc3\x9b\xf5\x1d\x00\xb3\x22\x9f\x89\xa5\xc4\xa4\xc5\x4a\x30\xc5\x55\x42\x5e\xe2\x4b\x95\x84\x80\x24\x90\xe4\x4a\x1e\x0d\x63\x0e\x23\x41\x63\x2c\x75\x98\x1c\xbf\xb0\x1e\xf7\xac\x8b\xb3\x86\x35\xcf\xbf\x7c\xc1\xe5\xd8\xa9\x37\xb2\x2e\x93\x52\xeb\x16\x10\xed\xe8\x31\xb8\x30\x1e\x3d\x86\xab\x6f\x74\x85\xb6\x5d\x59\x5f\x30\xac\x2a\xca\x5d\xbf\xd3\x7b\x73\x2b\x99\x55\xf3\x82\x2d\xec\xdf\x21\x12\xe2\xd5\x64\x70\x8f\x6b\x64\x8d\x55\x07\xaf\x69\x16\xc0\x79\x87\xa0\x82\xfe\x51\x11\x55\x20\x6e\x5e\xb7\x03\xe3\x60\x41\x32\x1c\x69\xc3\x6c\x63\xf7\x1d\xc0\x8d\x60\x5c\x24\x5e\x28\xee\xb5\x4a\x78\xcc\x9b\x64\x13\x56\x24\x25\x8f\xf8\xfc\x0c\x3a\xd8\x21\x7c\x3e\x63\x05\x7c\x57\xfd\x50\x19\x71\xf4\x0b\x98\x4c\xd5\x29\x58\x79\x2d\x23\xd5\x6a\x98\x79\x5f\x14\x26\xec\x7a\x56\x08\x85\x35\xcf\xc8\x74\xce\x4b\xc2\xf0\x54\xe5\x8c\x61\x28\x4f\x5e\xf8\xdc\xad\xf0\xb4\x26\x71\xf5\xa2\x6a\x0b\x11\x07\x2d\x9b\xca\x9f\x89\x25\x2d\x06\xc0\xdb\xe9\x9c\x0d\x88\x21\x83\xe2\x28\xe9\x8c\x41\x6c\xf6\xc4\x67\x82\x51\xd4\x18\x59\x34\x3b\xe1\x0c\x43\x68\x45\x4b\x1f\xc6\x61\xca\x7a\x03\x51\xa9\x94\x77\xc8\x0c\x44\xad\xfb\xdc\xf4\xb5\xf2\x5c\xcc\xa8\x65\xb0\xf2\xde\xc9\x09\x90\xe0\xe4\x44\xcc\x5d\xcd\x1f\x39\x08\x3b\x25\xea\x42\x95\x7d\x99\x07\x94\x86\x41\x8c\xb6\x59\x91\x5c\x82\xb9\x51\xc1\x70\xd2\xc0\x81\xd4\xc0\xe1\x1e\x92\x93\x73\x17\xba\xaa\xdb\x51\x56\x46\xa0\xe6\x49\xc2\xdf\xc3\x29\xe2\x27\x36\x4e\xd9\xa8\xd4\x0c\x0c\x99\xb4\x01\xe0\x7b\x76\x75\xa0\xee\x6b\xad\x02\x85\x4c\x8d\xf6\x6a\xf0\xc2\x1c\x61\x4b\x88\xe6\x6d\x04\xa8\x59\x59\x1c\x3b\x06\x76\xdb\x5a\xb2\x34\x04\x28\x6f\x9d\x82\x3b\x09\x20\xad\x25\x63\x96\x73\xb8\x12\xcd\x9a\x7d\xb8\xc1\x93\xb5\x10\x60\x1b\x17\x1a\x97\xba\xf5\x55\x39\x4b\xc7\x78\xd5\x98\x9a\x9b\xb0\x1c\x3c\x7d\x4a\x22\xb5\x46\xe1\x4b\x5c\x23\x55\x58\xa3\x4a\x11\x26\xaf\xad\xf2\x56\xd0\xb6\x35\x78\xa2\x80\xdd\x0f\xca\x39\x2b\xc0\xa8\xbf\x8b\xa9\xe1\x93\xdf\x59\x0c\x88\xf8\x6c\xd1\x50\x56\xa2\x2b\xb3\x6a\x0d\x09\x26\x19\x74\x05\x84\xbe\xef\x4d\x49\x09\x38\x5e\x9d\x50\x8e\x19\x8d\x59\xa6\xb2\xd3\x27\x9c\xc5\xa4\x8b\xf3\x29\x6a\x3b\x25\x04\xfa\x2c\x96\xc2\x42\xa5\x5e\x61\xe9\xd8\x97\x7c\xb5\x3c\xe6\x4a\x3d\xf9\x5e\xd2\x4c\x6b\x86\x48\xd4\x47\x1e\x3f\xb5\xf5\x24\xc0\x05\x4e\x40\xf2\x0a\xf5\xf8\x84\x4e\x43\x25\x65\x9b\x1f\x8b\xfc\x7a\xe1\x8f\x92\x39\xa6\x14\x2b\x1c\xe4\x7d\x80\xac\x57\x81\x58\x7b\x8c\x59\xf7\xb9\x5d\x14\xef\x90\xc3\xe3\x8e\x3b\x49\x6f\xda\x66\xb9\x40\xe8\x4e\x2a\x88\x0a\xa6\xde\x02\x59\x99\x80\x39\x48\xae\xf3\xff\x8f\xbd\xff\x61\x6f\xdb\x56\x12\x47\xe1\xaf\x82\x78\xf3\xb3\xa4\x86\x96\x6c\xda\x65\xce\x51\x2c\x67\xdd\xc4\x39\xf1\x9e\xc4\xce\xda\xee\xe9\x76\x2d\xaf\x03\x91\x90\xc5\x9a\x22\x55\x92\xb2\xa3\x2a\xfa\x58\xef\x17\x78\x3f\xd9\x7d\x30\xf8\x43\x0c\x08\xca\x76\xda\x73\xcf\xde\x7b\xeb\xe7\x69\x2a\x10\x98\xc1\x60\x30\x18\x0c\x06\xc0\xe0\x71\x9a\xeb\xb5\xfa\x6e\x95\xef\x93\xf5\xf8\x95\xf2\x32\x94\xda\xd7\xaf\x6e\x5c\xed\xac\x83\x54\x9c\x2b\x97\x37\x48\xae\xb0\x96\xe4\xd3\x3c\x67\x6f\xb2\xe9\x2c\x4b\xb9\x45\xbe\x92\x9b\x09\x39\xa3\xe2\x12\xa9\xd8\x23\x78\x33\x89\x93\xe8\x27\x11\x6b\x12\x02\x48\xff\xdb\xf5\xf5\xa7\x1f\xcf\x8e\xae\xaf\xbf\xeb\x55\xcc\xbd\x46\xb8\xe4\x82\xa0\x9a\x76\x4d\x24\x1e\xb1\x0a\x1b\x21\x4e\xaf\x0b\xa5\x41\x4d\xd5\x6b\x42\xab\xd2\xba\x6a\x33\xb3\xda\xff\xb3\xcd\x55\xa1\x8c\x5c\x88\x48\x35\x25\xac\x53\x79\xc6\xbe\x23\x36\x94\x50\xcb\x2e\x65\xf5\xb7\x6c\xd1\x27\xc3\x8d\x9c\xa5\x11\xcb\x87\x1b\xde\xb0\xba\xfb\xd3\x37\xfd\xe9\x3c\xdb\x8c\x59\xda\xeb\x11\x56\x24\x71\x5a\x6e\x45\x71\xc1\xa7\xe0\xad\x94\x7d\x29\xb7\x92\x38\x65\x04\xfa\xa5\xc7\x6d\x51\x11\x4f\xd3\xde\xd4\x9f\xc4\x30\xf5\xcf\x8a\x6e\xc8\x69\xca\x59\x8a\x42\x85\x5c\x75\x70\xf8\x50\x93\x70\xbe\xea\x6a\x3b\x3a\xc5\x5a\xd6\x23\x90\x3f\x17\x69\x7f\x2e\xd2\xfe\x5c\xa4\xfd\xb9\x48\xfb\x73\x91\xf6\xe7\x22\xed\xcf\x45\xda\x9f\x8b\xb4\x3f\x17\x69\x7f\x2e\xd2\xfe\x5c\xa4\xfd\x61\x8b\xb4\x06\xa3\x69\xc1\xed\x3e\x8f\x80\xa1\xa0\x82\x25\x40\x6f\xdd\xb2\x05\xec\x16\x0a\x93\xd5\x6d\x71\x54\xa0\x7a\x8e\x91\x61\x19\x2b\x7b\xa8\x79\x8a\xb1\xa7\x21\x98\x70\xb4\x4e\xca\x46\xbf\x5c\xca\x07\x21\x44\x9c\x81\x4a\xe4\x85\x09\x6b\xac\x3c\xcf\xf8\x4a\xc6\xb3\x17\xa0\x1e\x89\x8b\x7f\xd0\x24\x8e\xf4\x1b\xe7\x61\x92\xa5\xac\x4a\x81\x9e\x57\x5b\x49\xb5\xd5\xaa\x5e\xd5\x8e\xe3\x34\x7a\x7b\xfa\xf1\x24\x8b\x18\x2e\xb5\x15\x65\x53\xa3\xa4\xf5\x86\x88\x2a\xc8\x3f\x6e\xa9\x37\x51\xb6\xd4\xbb\x52\x06\x9c\x7a\xdd\x43\x02\xd0\xf1\x56\x11\x4e\x22\x44\xc2\x28\xcb\x12\x4f\x1e\x1b\xf1\x64\x20\x14\x8f\x14\x13\xca\xa7\x7b\xb1\x1f\x4b\xd3\x85\x47\x52\x93\xc6\x6a\x65\x87\x70\xe9\x5d\x47\xcf\xd8\x2c\xf4\xc4\x16\x9f\x87\xb7\xe9\x56\x6a\xb3\xb4\xdb\xed\x25\xf1\xa8\x37\x2f\xe3\xa4\x30\x37\x55\xd1\x5a\x5e\x95\xed\x99\x5f\xa1\xb4\xf9\x76\x94\x08\x2b\x9f\x7d\xfb\xd2\x1f\xa3\x79\xfa\xe2\x1f\xc3\xd7\x96\xff\x38\xbb\xad\x16\x12\xd5\x29\xe0\xeb\xd2\xbc\x26\xe4\xf6\x0b\xb8\xeb\x20\xfa\x15\x4d\xe9\x1a\x00\x3d\x26\x20\x44\x3d\x55\x41\x6b\xa4\x35\xcc\x3e\x80\xaf\xe3\x91\xe1\x86\x38\x0f\x21\x3a\x36\x1f\x6e\x78\xae\x37\x45\xc4\xa9\x03\xf1\x3a\xa6\x90\x4b\x59\x9e\xcf\xb1\x8e\xcf\xea\x90\x85\x75\xde\x57\x9f\x87\x54\xc7\xdd\x27\xb2\x56\x5d\xa8\x19\x57\xbb\x6a\x62\x43\x41\xfb\x79\x15\x75\x6a\xf7\x77\xf0\x26\xa7\xe3\x37\x09\xa3\xe9\x63\xd8\x42\xc7\x06\x33\xe8\xd8\xc5\x02\x3b\xd3\xdd\x26\x3a\xfe\x27\xb4\xa4\xcc\x6e\x6e\x12\xad\x62\x70\x7b\x8c\x33\x04\x4a\x54\x99\xde\x6e\x17\x44\xdd\xb0\x52\xed\xb4\x9b\x34\xc3\xe2\x9d\x55\x5b\xea\xcf\xcc\x6e\x51\x95\x89\x63\x08\x9d\xea\x05\x1a\x05\xdd\x5c\x58\x6f\xe7\xbf\xfa\xfd\x2d\xaf\x48\x6f\xec\x45\x3d\x38\x9f\xc3\x60\xd2\xad\x86\x94\x71\x5e\x9f\x88\xc0\x93\xe7\x2c\x51\x8a\xc8\x80\xea\xa2\x3c\x04\x25\xd6\xd7\x6f\xb3\xe9\x51\x62\xc1\x18\x39\xaf\x4c\xa6\xca\x63\x13\xda\xb6\xb1\x6f\x69\x88\x52\xa8\x46\x5d\x36\x92\x07\x18\x30\x41\x56\x61\x84\xc7\xa4\x6f\x73\x13\x1f\xac\x30\xf2\x2a\x72\x4c\xb2\x1f\xe1\x29\x4c\xb3\x2d\x3e\x15\xf2\x59\x6f\x8b\x4f\x34\x95\x08\xc0\x1b\x6e\xe2\x89\xc6\x23\x4b\xe4\x94\x58\x6d\x6e\x9a\xf3\x68\x1b\x65\xe2\x66\x3c\xc3\x98\xd6\x30\x4f\x19\xf5\xa8\x7c\x77\x46\x8d\xd4\x1f\x20\x79\x62\xee\xf8\x11\x0e\xf1\x35\x6b\x56\x3d\xea\x41\xd3\xa0\xe1\x65\x2a\x04\xfd\x6c\x57\x35\xdb\xe5\x6c\x8c\xd4\x0b\xbc\xcc\x15\x47\xe5\x84\xf3\x30\x67\xe3\x2e\x24\x90\x24\x12\x32\x61\x70\xb9\x42\x96\x10\xa9\x57\x18\x47\x96\x8a\x59\x08\x8f\x83\xae\xfa\x8c\x74\x96\x10\x56\x7d\x72\x48\x95\xe9\x20\xc2\x88\x46\xd9\x16\x24\x49\x2a\xcc\xbb\x18\xab\xba\x26\x2c\x58\x79\x5e\xd2\x92\xb5\x11\x2a\xc0\xd0\x27\xf5\xb6\x09\x9c\x7d\xf9\x7f\x03\xb3\x71\x91\xa3\x63\x8b\x80\x66\xf1\x1f\xd6\xdf\x67\xe6\x9c\x84\x7b\x5d\xbe\x89\xeb\xd4\x3c\x70\x50\x51\x73\x1c\x52\x5e\xad\xd9\x6f\xe4\x6b\xa6\x03\x13\xc8\xd1\xcd\x82\x05\xee\xd2\x56\x97\x5b\xba\xcf\x5f\xa3\xfc\xc4\x6c\xfd\x93\x92\x30\x03\xa8\x6b\x64\x39\x40\xde\x6b\x99\xab\xc3\xbc\xc7\xe4\xc0\x38\x36\x2b\xda\xdc\x24\xcf\xcc\x92\x8e\x79\x04\x82\xab\x8b\x51\xa6\xa9\x47\x63\x0f\x0d\x2a\xd9\x09\x8e\xb7\x0e\x79\xce\xa2\x36\xa2\xf8\x38\xe1\x5c\x81\x5c\x4e\x0e\xfc\xe8\xca\x77\xd6\xcf\xf8\x22\xf8\xeb\x57\xb2\x5c\x59\xe3\xcc\x1c\x88\xfe\xc3\x23\xd1\xaf\xfa\x05\x57\x1f\x17\xc0\x87\x37\xe2\xb5\x77\x08\x69\x8f\x98\x83\xe4\xe2\xd9\x60\x20\x3e\xbc\xb2\x91\x08\xe6\xd9\x58\x64\xc7\x6c\x6e\x5a\x12\xc3\xf1\x38\x55\x43\x5c\x9c\xc7\xbf\xb1\x0a\x8d\x45\xdd\xd7\xaf\x76\x55\x16\xbc\xb8\x89\x72\xce\xca\x73\xa1\x5f\xa4\xc1\x50\xdc\xc6\xb3\xd3\xf4\x63\x36\x17\xfa\x1e\xd7\xc2\x25\x40\xce\x87\x35\xd5\x83\xf0\x59\x3a\x47\x8a\x04\xd6\x1e\x6b\xf4\x47\xb3\x06\x41\x8a\xc3\xad\xaa\x8c\x06\xc8\xa8\x0f\x75\xa5\xf3\x7b\x74\x0b\x57\xa0\x63\x4b\x9b\x24\xb5\x59\xa4\x32\xdb\x58\xf2\xc7\x98\x4e\x67\xb0\x31\x78\xb1\x98\xb1\xc7\x5a\x4f\xbb\x6b\x34\x88\xd8\x66\xc4\x8a\x60\xb7\x2b\xbe\xa2\x82\x6a\xdf\xd0\x2e\x6a\xec\x27\x62\x73\x49\xcf\x40\x02\x59\xc7\x75\x67\xb1\x25\xf2\x78\xfb\x5b\xa6\x6d\xdd\x80\x49\xd5\xe5\xc6\x05\xb9\xef\x8c\x93\xb0\x0d\xe8\x4c\x3f\xc2\x63\x50\x36\xa2\x82\xe7\x31\xbb\x71\x21\x9e\xc9\x7c\x04\x26\x28\xe8\x44\xa7\x8a\x09\x83\xa7\xf5\xc7\x48\x8a\x70\x0e\xeb\xe5\xf4\x63\xc5\x65\xef\x89\xe2\xb2\xf7\x78\x71\xd9\xd3\xe2\x82\x0a\x73\x0b\xf4\x42\xec\x90\xa0\xc2\xea\xbb\x63\x6a\x84\x99\xd3\x7f\x68\x76\xc6\x13\xad\x4b\xe9\x4f\xf0\x44\x28\xcb\x39\x66\x64\x20\xfc\x93\x5c\x8c\x18\x1d\xdc\xa0\xbc\xdc\x8a\x6b\x65\xcd\x91\xb9\x1e\xcb\xe6\xba\xae\x1a\xe1\x48\xbf\x16\xf7\x31\x38\x3a\x2b\x20\x24\x69\x21\x2d\x18\x1a\x50\x7d\xdc\x71\xc2\xbe\x36\xbc\x66\x12\x51\xbb\x6a\x59\xc7\x23\x96\x6a\x86\xb3\x0a\xca\xf1\x15\x49\x1f\x48\xab\xa6\x87\x6d\x2a\xf0\x50\x7c\x90\x10\x25\x14\x26\x29\x8d\x68\x1f\x8f\xce\x33\x3a\xad\x11\x9d\x18\x93\x4e\x9c\x12\x4d\x77\x4a\x67\xed\x06\x25\x8f\x00\x9e\x3d\x63\xb0\x5a\x43\xc4\xb0\xc4\x26\xa3\x91\x77\xf2\x28\x85\x93\x16\xd3\xbf\xd9\x56\xe3\xa2\x7e\x1f\xba\x42\x08\x73\x3b\x9a\x03\xc5\x9a\xc1\xf8\xe6\x99\x6a\x6a\x9c\xb3\x62\xf2\x31\x8b\x98\x2e\x69\x7c\xab\x97\x3c\x13\xb6\x31\x2a\x79\x86\xc7\xa0\xfc\x7a\x2a\xef\xa8\x58\x85\x4f\x51\x68\x22\x63\x14\x9b\xc3\x4b\x0e\x2e\xbd\x5c\xd4\xd8\xd5\xf0\xaa\xb6\x39\x52\x35\xbe\x48\x83\x09\x60\xa4\x50\xa9\x9a\x77\xc7\x9e\xb8\x6b\x59\xf3\x74\xca\xb1\x80\xb9\x65\x1a\x16\xe2\xbd\x2c\x79\x33\xa4\xba\x10\x62\xf0\xb1\x83\x6b\xb6\x7c\x65\x12\xf6\xb5\xfc\xd1\x36\xed\x66\xb4\x86\xf1\xcc\x5e\xf0\x2c\x46\x77\x48\x9f\x34\x42\x3a\xea\x3f\x5d\xf7\xd8\xba\xcb\xc3\x68\x85\x3a\xba\xd6\x51\x0e\x5c\x47\xa0\x6c\x0f\xaf\x75\x08\x2a\x54\x93\xd3\xdb\x38\x82\xae\x69\x3c\x0f\x55\x2b\x69\xce\x60\x40\x24\x76\xa8\xb5\xf5\x8b\xeb\xe8\x4a\xff\x4a\xab\x38\x9b\x82\x9f\xe2\x24\xf9\x51\xf4\xec\xc3\x44\x18\x85\x1f\xa4\xa3\x7a\xe7\xbd\x1a\xaf\x75\x0f\x83\xf1\x1d\xf9\x7f\xed\x4c\x53\xf8\xf4\xa3\x55\x4d\x8d\x7b\xf2\x19\x33\xd9\xa7\xc8\x9b\x0f\x3b\x32\x5d\xac\x81\xf0\xc9\x36\x64\xef\x8c\xfb\x82\x50\x61\x1f\x2b\xfd\x24\x5e\xe7\xef\xd6\xad\x12\x15\xb7\xa3\xe9\x28\x1a\x16\xa0\xa6\xc3\x68\xb8\x14\x18\x2e\x5c\x41\xea\xb9\xda\x58\xa2\xf5\xc5\x0e\x4c\xf5\xf5\xbd\xd4\x25\xfa\xb3\xa1\x29\x8c\xaf\xc6\x90\xeb\xab\xed\x1b\xe3\x3b\x1f\xde\xea\x19\x42\xf3\xbb\x1c\x95\x7d\xb1\xc3\xd3\xc6\x97\x02\x0d\xf4\xd5\x2d\x3f\xf1\x11\x98\x21\x42\x93\x20\x3f\x21\xaa\xc3\xf0\xfa\xf5\x61\xd7\x88\x7f\xac\x7b\xff\x0c\xc7\xdf\x38\xcb\x47\x71\xb4\x85\x4f\x0a\x2a\x5f\x90\x10\x0d\x49\x3d\x17\x0d\xe3\x83\x9a\x0d\x7f\x4f\x3d\x6a\xde\xea\x13\xe1\x73\xe4\xea\xda\xea\x39\x39\x07\x22\x43\x0b\x75\x5e\x15\xbf\x0f\xf7\x5e\xf5\x1d\x75\x5f\xf5\x19\xf5\xdf\xce\xf6\xf6\x76\xbd\xf7\xf0\x3c\x63\x77\x20\xce\xb5\x3a\x85\x4f\x12\xf5\x2e\xd1\x5f\x2b\x0e\xeb\x4f\x8a\xc3\x18\x6d\xc5\x66\x5d\xb0\xe2\x5a\x2b\x8a\xef\x5a\xe8\x36\x9e\x3a\x7d\x69\x8d\x92\xea\x62\xa5\xb5\x51\xa7\xf7\xf5\xb4\x26\x2b\x7a\xb8\x88\xb9\x25\x78\x1f\x97\x93\x26\x04\x93\x2c\xec\xd5\xf3\xcd\x7b\x97\x4b\x17\xfc\xd3\x68\x97\x5b\xc1\xef\xde\xac\xd9\xd2\x9d\xb2\x32\x8f\xc3\x8b\xec\x9c\xe5\x31\x2b\x4e\xe8\xb4\xda\x35\xed\x76\x7b\xdd\xae\xd8\xe9\x14\x67\x96\xe1\x2d\xb9\x31\x0d\x19\xa9\x4a\x0b\x51\x03\x41\x4b\xe8\x88\x25\x45\x9f\x2c\xc9\x25\x28\x50\x31\xd2\xae\xd4\x0f\xb2\x22\x5f\x2b\x6b\x60\x9c\xe5\x53\x2a\x15\x04\xa3\xa9\xba\xed\x0a\x47\x18\x0c\xf4\x7d\xf2\xee\xcd\xbe\x55\xdb\x01\x19\x90\xf6\x52\x56\xe7\x49\x4c\x64\xd5\x21\x83\x03\x41\x88\x40\x22\x24\xe4\x1d\xe4\x0a\x85\xdf\xee\xf4\x05\x57\xba\xf0\xaf\x76\xd0\x1f\x28\x15\x2c\x00\x01\xf1\x49\x16\xb1\xc2\x55\xfc\xf2\x8a\x0c\xc8\xa5\x7a\x2b\x30\x61\xa5\x0c\xdb\x86\xe6\x13\x38\x6b\x69\x60\x23\x71\x2a\xe9\xb5\xf6\xda\x44\x2e\x5c\x19\xbd\xbe\x4e\xe9\x94\x5d\x5f\xb7\xf0\xba\x24\x4b\xcb\x38\x9d\x33\xd7\xb2\xb7\x22\xb4\x3b\x9b\x17\x93\x76\x05\xb5\x5f\xcc\x68\xca\xa7\xb1\xc1\x12\x0a\xad\x0e\x4c\xab\x78\xf9\x4c\x90\xbc\xb9\x49\x5a\x1e\x69\xad\xcc\x3c\x01\x09\x5b\xb9\x9c\xe1\x83\xe1\x46\xc2\x6e\x58\x1a\x6d\x01\x9e\x2d\x4e\xe2\x70\xe3\x40\x62\xdd\xef\xf1\xd2\x07\x83\x07\x80\xe4\xb9\xce\x83\xe1\x86\x80\x2b\x2e\xe1\x7f\x57\xab\xe1\x86\xc4\x60\x50\x8e\x3f\xd8\x9b\x73\x40\x38\x62\x90\xe2\xbe\xe5\xa3\xd2\x93\x22\xb2\xb6\x34\x8b\xf6\xa3\xf8\xee\xc0\xe6\x97\xa3\x01\x62\x78\xe0\x66\x17\xcf\xba\xaa\xaf\xc8\xd7\xaf\xa4\xd5\x5a\xd5\x5b\xb1\x9e\x21\xa3\x9c\x86\x80\xaf\xb5\x74\x00\x2f\xab\x7e\x5d\x7d\x03\xca\x55\x0d\xe5\x7e\xaf\x6a\xad\x3c\x6e\x6f\xdc\xe7\x17\x6d\x02\x19\x74\xbd\x0d\xb7\x7f\x50\x84\x34\xa1\xf9\x7e\xef\xc0\x34\x53\xa1\x33\x60\x6c\xd9\x00\xd6\xb8\x6b\x1b\x57\xfd\x21\xfa\x1d\x14\xa2\xa4\x80\xb7\xf6\x48\xc9\xbe\x94\xa0\xa3\xbb\xe4\x42\x86\x42\x9c\xce\xc3\x09\x19\xd3\xa2\x64\x10\x99\x45\x04\x92\x80\xf3\x63\xf3\x9b\x89\x44\xc3\x07\x58\x92\xa5\x37\x4c\x5c\x4e\x2f\x48\x7b\x32\x4f\xa3\x9c\x45\x05\xc9\xc6\x24\x2e\xd9\xb4\x80\xf7\xe0\xab\x56\x2c\xeb\x9a\x4e\x36\xfd\x59\x67\x25\x1a\xe7\x7c\xe1\xbc\x2a\x8e\xae\xdc\x37\x1d\xb4\x39\x5f\xa4\xe5\x84\x95\x71\x08\x01\x8b\x1b\x15\xaf\xa1\x6e\x55\x9c\xa9\xea\x13\x52\xd0\x7f\xcb\xe9\x6c\x22\xf2\x2a\xcd\xdc\x83\xaf\xb6\x56\xfe\x00\x02\x61\x68\xe4\x70\x42\xf3\xf2\x2d\x2d\x69\xdf\x44\x23\x95\x97\x70\x35\x43\xcc\x54\x53\x0d\xf3\xd9\x56\x20\xfa\x98\xcd\x0b\x76\x3a\x2f\xfb\xa4\xcd\xee\xfa\x56\xcb\xf6\xe1\x6a\x79\x7c\x27\xb5\xe2\x01\x68\xdf\xbb\x2c\x8e\x24\x0a\x51\xd5\x05\x18\xf3\x7d\x38\x10\x08\xb1\xaf\x94\xed\x77\x79\xe5\x89\xb7\xc4\xd5\x07\x1b\xfe\x7d\x76\xc7\xa7\xf7\x76\xbd\xd0\x13\x89\x59\xb9\x78\x04\xdb\x70\x82\x47\x8a\x32\x78\x35\x9b\xab\x7c\x45\xa0\x15\x80\x41\x9c\xc4\x17\xe0\x84\x7d\x29\x59\x1a\x15\xb8\xf3\xf7\x0d\xfe\x7b\x66\x45\x72\x7e\xb1\xd6\xe7\xb5\x8a\x2f\xaf\x08\x2d\x2a\xfe\xa8\x71\x4a\xd0\xe2\x4d\xec\x00\xb5\x67\x39\xbb\x83\x8a\xfa\x66\xaf\x77\xfa\xe2\xc0\xa5\x19\xc8\xb0\xda\xef\x34\x3a\x9c\xab\x7e\x8d\x02\x65\x3c\x1b\x0c\x88\x1b\xc6\x5e\xa8\x55\xbb\x99\xce\xa6\xac\xf0\xc2\xa4\x32\x39\x85\x64\x08\xdb\x8f\x0c\x44\x99\x7a\x37\xcb\xef\xbc\xaf\xc5\x1c\x0c\xd2\xe8\xea\x6d\x8f\x54\x59\x07\x8a\x03\xd5\x9c\x0e\xea\xe2\xe2\xf4\xed\x69\x9f\xd0\x28\x92\xaf\x74\xcb\x20\x32\xdc\xb4\x56\xa5\xc4\x6c\x5d\x6b\x0b\x59\xc9\x48\x84\xc2\xbd\x62\x4c\x47\x7c\xea\x57\x85\xb9\x49\x00\x4d\xb8\x42\x1b\x7f\xec\xae\x1b\x96\x79\xf2\x77\x06\x6f\xf7\xb0\xbb\xee\x94\x95\xf4\xef\x6c\x61\xcf\xf0\x50\xb1\x1e\xac\x55\x95\xd0\x07\x86\xcf\x4b\x1e\xad\x35\xe9\xeb\xc6\x69\x98\xcc\x23\x56\xa8\x07\xfb\xb1\x77\xcd\x20\xd0\x06\x1c\xc7\x49\xc9\xf2\x76\x3b\x8e\xbe\xc0\x78\x89\xa3\x2f\xd0\xfb\x02\x8f\xb9\x3d\x64\x3d\xa1\x8c\xf1\x0e\x91\x2f\xaf\xd7\x23\xef\x92\x78\x26\x42\x25\x65\x37\x71\x48\xb6\xc8\x71\x2a\x3c\x86\x69\x96\x42\xec\x7d\x0d\xcb\x79\x43\x5e\xc8\xb0\x3e\x32\xa6\x5b\xc4\x44\xb6\x8a\x99\x4f\x0a\x10\x97\x2e\xae\xc6\x6e\x8b\xb8\xc1\x22\xde\x65\xc2\x25\x09\x79\x5d\x71\xb6\x9b\xb3\x68\x1e\xb2\x7d\x35\xc6\x0e\xda\x6d\x1a\x86\x1e\xb9\xf6\x48\x2c\x74\x4b\x0c\x38\x80\x05\xe4\x35\xa1\x61\x48\xfa\xe4\xb2\xdb\xed\x42\xb1\xf8\xaa\xe3\x91\xcb\xab\x8e\x5d\x83\x28\x62\xd1\x24\xf5\xdb\x15\x9c\x27\x91\xd2\x3e\x9d\x27\x65\x3c\x4b\x98\xd1\x1a\x3d\xc3\x4b\x2e\xbb\xba\xd8\x68\xdd\x0e\xdc\x75\x78\x82\x08\x98\x12\x7a\xe5\x32\x22\x1f\x1c\xcb\x1a\xc3\xca\xf2\xa5\xa8\x53\x14\xa6\xaa\xd7\xb4\x7b\x58\x8e\x56\xda\x2d\x21\x7c\x26\x7d\xf2\x1f\xe7\xff\xd5\x55\x16\x38\x32\xbf\x8d\x91\xe0\xd5\xe6\x22\x4f\x4d\x0d\xee\x41\xf2\xe8\x41\x5c\x15\x0e\x69\xfa\x63\xc1\x04\xce\x81\x21\x2a\x92\xe9\x07\x6e\x96\x9b\x02\x67\xdf\x76\x44\x46\x26\xb2\xd8\x6e\xf8\x24\xbc\x25\xec\xb6\xe1\x06\xc9\x52\xd5\xac\xc1\xd2\x24\xe3\x75\xad\xd9\xe6\xcb\xc5\xa6\x2d\xbf\xac\xe8\x9d\xd2\x59\xbb\xbd\x14\x5c\xf7\x48\x98\x25\x59\xee\xc9\x35\x87\x5c\x1b\xb5\x91\x9d\x1f\xc5\x77\xd6\x98\x2a\x17\x09\x1b\x2c\x97\x24\x9b\xd1\x30\x2e\x17\xfd\xb5\x8d\xe6\x0a\xed\x01\x39\x24\xaf\xc9\x0e\xe9\x93\xed\xee\xf7\x64\xb5\xc2\x75\x65\xe9\x1b\x3e\xbc\x07\x4b\x27\xbf\x5f\x8b\xbe\xaa\x4f\x17\x0a\xb1\xc9\x0d\x1b\xb1\x60\xd9\x1d\xcb\xeb\x3c\x85\x5f\x0f\xe3\x80\x65\x13\x94\xb2\x32\x1c\xc6\x37\xb7\x34\x87\x1b\x66\xb1\x03\x0c\xd3\x68\xb6\x17\xf7\xb4\x0c\x27\xc3\x8d\x8a\xef\x23\x1a\xde\xde\xe4\xd9\x3c\x8d\xde\xf0\xde\xeb\x8b\x4e\x24\xab\xd5\x41\x6d\x89\x00\x98\x0d\x1b\x52\xf4\xb3\x5c\xec\x15\x2b\xb5\x26\xee\x21\x10\x73\x19\xc0\xff\x3a\x9d\x95\x53\x92\xb0\xe4\xd7\xa4\x06\x35\x66\x96\x6c\xed\x90\x69\xb9\xb5\x03\x86\xfc\xd6\x74\x5e\xc2\x9d\x09\xdd\xa6\x71\x96\xc2\x51\x86\x3e\xd9\xd9\xe5\x2d\xc1\x4d\x00\x21\x50\x72\x26\x35\xbd\x47\x96\x29\xbd\x8b\x6f\x28\x78\x22\x13\x5a\xf2\xb6\x54\xa2\xd5\xfa\x48\xc3\x16\x17\xad\xd6\x9b\x8f\x6f\x5b\xa4\x4f\x5a\x6f\x2e\xce\x3e\xb4\x56\x6a\x1e\xe9\x13\xe1\x40\xd6\xba\x56\xa2\x5d\xcb\x88\xd5\x9a\x95\x12\x58\x81\x1b\xde\x86\x32\x03\x85\xd2\xe0\x3d\xf3\x29\xcb\x12\xae\x56\x79\xb1\xd6\xbf\x6d\x6f\xff\x65\x7b\x7b\x5b\xbc\x72\x2e\x52\x7f\xd1\xa9\xbf\x40\x3c\x39\x33\x65\xe6\xfd\x05\xe5\x99\x70\x1c\x2a\x44\x38\xf7\x50\x2a\x44\x38\xf7\x50\x2a\x44\x38\xf7\x50\xca\xc4\x19\x22\xaa\x43\x44\xd9\x1e\xa2\x6c\x0f\xe5\x85\x28\x2f\x44\x54\xef\x59\x35\xec\xa1\x54\x88\x70\xee\xa1\x54\x88\x70\xee\xa1\x54\x95\xb7\x87\x78\xb6\x87\x78\x16\x22\x5e\x87\x88\xd7\x21\x82\x0b\x11\xdc\x1e\xe2\xd9\x1e\xe2\xd9\x1e\xe2\x59\x88\x78\x1d\x22\xb8\x10\xc1\x85\x08\x6e\x0f\xf1\x73\x0f\xf1\x73\x0f\xf1\x73\x0f\xf1\x33\x44\x70\x21\x82\x0b\x11\x5c\x88\xe0\xf6\x10\x77\xf7\x10\x77\xf7\x10\x77\xf7\x10\x77\x43\x04\x17\x22\xb8\xd0\xea\xcd\xed\x6d\x8a\x24\xd2\x47\x29\x8a\x24\xd2\x47\x29\x8a\x24\xd2\x47\x29\x8a\x6a\x60\x08\x67\x80\x52\x0c\xe1\x0c\x50\x8a\x21\x9c\x01\x4a\x31\x24\xad\x14\xc9\xa7\x8f\x52\x14\xc9\xa7\x8f\x52\x14\xc9\xa7\x8f\x52\x14\xd5\xc0\x10\xce\x00\xa5\x18\xc2\x19\xa0\x14\x43\x38\x03\x94\x62\x48\x76\x29\x92\x56\x1f\xa5\x28\x92\x56\x1f\xa5\x28\x92\x56\x1f\xa5\x28\xaa\x81\x21\x9c\x01\x4a\x31\x84\x33\x40\x29\x86\x70\x06\x28\xc5\x90\x7c\xfa\x28\x45\x91\x7c\xfa\x28\x45\x91\x7c\xfa\x28\x45\x91\xb4\xfa\x28\x45\x51\x0d\x01\x4a\x31\x54\x43\x80\x52\x0c\xd5\x10\xa0\x14\x43\x35\x98\x7d\x4b\x91\x6e\xa5\x48\x7f\xfa\x48\x7f\xfa\x28\x8f\xa2\x3c\x8a\x74\xab\x8f\x74\x2b\x45\xa3\x91\x22\xfd\xe9\x23\xfd\xe9\xa3\x3c\x8a\xf2\x28\xc2\x19\x20\xaa\x03\x54\x3b\x43\x79\x0c\x51\x1d\x20\xaa\x03\x94\xc7\x50\x1e\x43\x38\x03\xd4\x86\x00\xd1\xc2\x50\x1e\x43\x6d\x08\x50\x1b\x02\x94\xc7\x50\x1e\x43\x9a\x8f\x22\x4d\x4b\x91\x36\xf5\x91\x36\xf5\x51\x1e\x45\x79\x14\x69\x5a\xdf\xaa\x61\x0f\xa5\x42\x84\x73\x0f\xa5\x42\x84\x73\x0f\xa5\x4c\x9c\x01\xa2\x3a\x40\xb5\x33\x94\xc7\x10\xd5\x01\xa2\x3a\x40\x79\x0c\xe5\x31\x84\x33\x40\x6d\x08\x10\x2d\x0c\xe5\x31\xd4\x86\x00\xb5\x21\x40\x79\x0c\xe5\x31\xd4\xd3\x3e\xd2\x98\x14\x69\x61\x8a\x34\xad\x8f\x34\xad\x8f\xf2\x28\xca\xa3\x08\xa7\x8f\xb4\x30\xb5\x46\x2a\x43\x38\x03\x94\x62\x08\x67\x80\x52\x0c\xc9\xae\x8f\x52\x14\xc9\xae\x8f\x52\x14\xc9\xae\x8f\x52\x14\xc9\xae\x8f\x52\x14\xd5\x10\xa0\x14\x43\x35\x04\x28\xc5\x50\x0d\x01\x4a\x31\x54\x43\x80\x52\x0c\x49\x39\x45\x72\xed\xa3\x14\x45\x72\xed\xa3\x14\x45\x72\xed\xa3\x14\x45\x35\x30\x84\x33\x40\x29\x86\x70\x06\x28\xc5\x10\xce\x00\xa5\x18\x92\x64\x1f\xa5\x28\x92\x64\x1f\xa5\x28\x92\x64\x1f\xa5\x28\x92\x64\x1f\xa5\x28\xaa\x21\x40\x29\x86\x6a\x08\x50\x8a\xa1\x1a\x02\x94\x62\xa8\x86\x2a\xcf\x47\x36\xad\x8f\x6c\x5a\x8a\x6c\x61\x8a\x6c\x61\x8a\xe0\x28\x82\xf3\x91\x15\xeb\x23\x2b\x96\x22\xeb\x97\x22\xeb\x97\x22\x38\x8a\xe0\x7c\x64\xb7\xfa\xc8\x6e\xf5\x91\xdd\x4a\x91\xbd\x4b\x11\x1c\x45\x70\x14\xc1\xf9\xc8\x52\xf5\x91\xa5\xea\x23\x0b\x97\x22\x0b\x97\x22\x38\x8a\xe0\x28\x82\x0b\x10\xcf\x02\xc4\x33\x86\x78\xcd\x10\xaf\x19\x82\x63\x08\x2e\x40\x1c\x0c\x10\x07\x03\xc4\x41\x86\x38\xcf\x10\x1c\x43\x70\x0c\xc1\x05\x88\x83\x01\xe2\x60\x80\x38\xc8\x10\xe7\x19\x82\x63\x08\x8e\x21\xb8\x00\xf1\x33\x40\xfc\x0c\x10\x3f\x03\xc4\x4f\x86\xe0\x18\x82\x63\x08\x8e\x21\x38\x1f\x59\xaa\x3e\xb2\x54\x29\xb2\x70\x29\xb2\x70\x29\x82\xa3\x08\xce\x47\x96\xaa\x8f\x2c\x55\x1f\x59\xaa\x14\x59\xb8\x14\xc1\x51\x04\x47\x11\x9c\x8f\x6c\x53\x1f\xd9\xa6\x3e\xb2\x4d\x29\xb2\x69\x29\x82\xa3\x16\xdc\x1e\xaa\x21\x44\x54\x87\x88\xb2\x3d\x44\xd9\x1e\xca\x0b\x51\x9e\x09\x17\x20\x0e\x06\x88\x83\x01\xe2\x20\x43\x9c\x67\x08\x8e\x21\x38\x86\xe0\x02\xc4\xc1\x00\x71\x30\x40\x1c\x64\x88\xf3\x0c\xc1\x31\x04\xc7\x10\x5c\x80\xf8\x19\x20\x7e\x06\x88\x9f\x01\xea\x07\x86\xe0\x18\x82\x63\x08\x8e\x21\xb8\x00\xf1\x3a\x40\xbc\x0e\x10\xaf\x03\xc4\x6b\x86\xe0\x18\x82\x63\x08\x8e\x21\x38\x1f\xd9\xa6\x3e\xb2\x4d\x29\xb2\x69\x29\xb2\x69\x29\x82\xa3\x08\xce\x47\xb6\xa9\x8f\x6c\x53\x1f\xd9\xa6\x14\xd9\xb4\x14\xc1\x51\x04\x47\x11\x9c\x8f\x6c\x53\x1f\xd9\xa6\x3e\xb2\x4d\x7d\x64\x9b\x52\x04\x47\x11\x1c\x45\x70\x14\xc1\xf9\xc8\x36\xf5\x91\x6d\xea\x23\xdb\xd4\x47\xb6\x29\x45\x70\x14\xc1\x51\x04\x47\x11\x5c\x80\x78\x1d\x20\x5e\x07\x88\xd7\x0c\xf5\x11\x43\x70\x0c\xc1\x31\x04\x17\x20\x5e\x07\x88\xd7\x01\xe2\x35\x43\x7d\xc4\x10\x1c\x43\x70\x0c\xc1\x05\x88\xd7\x01\xe2\x75\x80\x78\x1d\x20\x5e\x33\x04\xc7\x10\x1c\x43\x70\x0c\xc1\x05\x88\xd7\x01\xe2\x75\x80\x78\x1d\x20\x5e\x33\x04\xc7\x10\x1c\x43\x70\x0c\xc1\xf9\xc8\x1a\xf5\x91\x35\x4a\x91\x15\x4b\x91\x15\x4b\x11\x1c\x45\x70\x3e\xb2\x46\x7d\x64\x8d\xfa\xc8\x1a\xa5\xc8\x8a\xa5\x08\x8e\x22\x38\x8a\xe0\x7c\x64\x8d\xfa\xc8\x1a\xf5\x91\x35\xea\x23\x6b\x94\x22\x38\x8a\xe0\x28\x82\xa3\x08\xce\x47\xd6\xa8\x8f\xac\x51\xdf\xb2\x46\x19\x6a\x43\x80\xda\x10\xa0\x3c\x86\xf2\x18\xd2\x91\x3e\xd2\xa6\x14\x69\x68\x8a\xb4\xb0\x8f\xb4\xb0\x8f\xf2\x28\xca\xa3\x08\xa7\x8f\xb4\xb0\x8f\x6a\xa7\x28\x8f\x22\x2d\xec\x23\x2d\xec\xa3\x3c\x8a\xf2\x28\xc2\x19\xa0\x36\x04\x88\x16\x86\xf2\x18\x6a\x43\x80\xda\x10\xa0\x3c\x86\xf2\x18\xc2\x19\xa0\x36\x04\x88\x16\x86\xf2\x18\x6a\x43\x80\xda\x10\xa0\x3c\x66\x79\x5f\x77\x50\xea\xaf\x3a\xc5\xad\xdd\x1d\x94\x32\xf3\xfe\x82\xf2\x4c\x38\x6e\x41\x47\x08\xe7\xf7\x28\x15\x21\x9c\xdf\xa3\x54\x84\x70\x7e\x8f\x52\x26\xce\x3d\x44\xf5\x1e\xaa\x3d\x44\x79\x21\xa2\x7a\x0f\x51\xbd\x87\xf2\x42\x94\x17\x22\x9c\x7b\xa8\x0d\x7b\x88\x96\x10\xe5\x85\xa8\x0d\x7b\xa8\x0d\x7b\x28\x2f\x44\x79\x26\xdc\x1e\xe2\xf5\x1e\xe2\xf5\x1e\xe2\x75\x88\xfa\x28\x44\x70\x21\x82\x0b\x11\xdc\x1e\xe2\xf5\x1e\xe2\xf5\x1e\xe2\x75\x88\xfa\x28\x44\x70\x21\x82\x0b\x11\xdc\x1e\xe2\xf5\x1e\xe2\xf5\x1e\xe2\xf5\x1e\xe2\x75\x88\xe0\x42\x04\x17\x22\xb8\x10\xc1\xed\x21\x5e\xef\x21\x5e\xef\x21\x5e\xef\x21\x5e\x87\x08\x2e\x44\x70\xa1\xd5\xb7\xdb\xdb\x23\x24\xc9\xbb\x28\x35\x42\x92\xbc\x8b\x52\x23\x24\xc9\xbb\x28\x35\x42\x35\x8c\x11\xce\x97\x28\x35\x46\x38\x5f\xa2\xd4\x18\xe1\x7c\x89\x52\x63\x24\xbb\xbb\x28\x35\x42\xb2\xbb\x8b\x52\x23\x24\xbb\xbb\x28\x35\x42\xb2\xbb\x8b\x52\x23\x54\xc3\x4b\x94\x1a\xa3\x1a\x5e\xa2\xd4\x18\xd5\xf0\x12\xa5\xc6\xa8\x86\x97\x28\x35\x46\x72\x3d\x42\x92\xbc\x8b\x52\x23\x24\xc9\xbb\x28\x35\x42\x92\xbc\x8b\x52\x23\x54\xc3\x4b\x94\x1a\xa3\x1a\x5e\xa2\xd4\x18\xd5\xf0\x12\xa5\xc6\xa8\x86\x97\x28\x35\x46\x92\xbc\x8b\x52\x23\x24\xc9\xbb\x28\x35\x42\x92\xbc\x8b\x52\x23\x24\xd7\xbb\x28\x35\x42\x35\xbc\x44\xa9\x31\xaa\xe1\x25\x4a\x8d\x51\x0d\x2f\x51\x6a\x8c\x6a\x78\x89\x52\xa6\x14\xf8\x48\xd3\x52\xa4\xbd\x29\xd2\xd0\x3e\xd2\xd0\x3e\xca\xa3\x28\x8f\x22\x9c\x3e\xd2\xd7\x14\x8d\x69\x8a\x74\xb2\x8f\x74\xb2\x8f\xf2\x28\xca\xa3\x08\x67\x80\xa8\x0e\x50\xed\x0c\xe5\x31\x44\x75\x80\xa8\x0e\x50\x1e\x43\x79\x0c\xe1\x0c\x50\x1b\x02\x44\x0b\x43\x79\x0c\xb5\x21\x40\x6d\x08\x50\x1e\x43\x79\x0c\xe9\x4f\x1f\x69\x5a\x8a\xb4\x37\x45\x1a\xda\x47\x1a\xda\x47\x79\x14\xe5\x51\x84\xd3\x47\x1a\xda\x47\xb5\x53\x94\x47\x91\x86\xf6\x91\xf6\xf6\x51\x1e\x45\x79\x14\xe1\x0c\x50\x1b\x02\x44\x0b\x43\x79\x0c\xb5\x21\x40\x6d\x08\x50\x1e\x43\x79\x0c\xe1\x0c\x50\x1b\x02\x44\x0b\x43\x79\x0c\xb5\x21\x40\x6d\x08\x50\x1e\x43\x79\x0c\x49\x81\x8f\xb4\x30\x45\x9a\x9d\x22\xed\xed\x23\xed\xed\xa3\x3c\x8a\xf2\x28\xc2\xe9\xa3\x51\x4c\x91\x2e\xa7\x48\x5f\xfb\x48\x5f\xfb\x28\x8f\xa2\x3c\x8a\x70\x06\x88\xea\x00\xd5\xce\x50\x1e\x43\x54\x07\x88\xea\x00\xe5\x31\x94\xc7\x10\xce\x00\xb5\x21\x40\xb4\x30\x94\xc7\x50\x1b\x02\xd4\x86\x00\xe5\x31\x94\xc7\x90\x36\xf5\x91\xde\xa5\x48\x97\x53\xa4\xaf\x7d\xa4\xaf\x7d\x94\x47\x51\x1e\x45\x38\x7d\x54\x1f\x45\xda\x9b\x22\x0d\xed\x23\x0d\xed\xa3\x3c\x8a\xf2\x28\xc2\x19\x20\xaa\x03\x54\x3b\x43\x79\x0c\x51\x1d\x20\xaa\x03\x94\xc7\x50\x1e\x43\x38\x03\xd4\x86\x00\xd1\xc2\x50\x1e\x43\x6d\x08\x50\x1b\x02\x94\x67\xc2\xf9\xc8\x6a\xf6\x91\xd5\x4c\x91\xb5\x4d\x91\xb5\x4d\x11\x1c\x45\x70\x3e\xb2\x9a\x7d\x64\x35\xfb\xc8\x6a\xa6\xc8\xda\xa6\x08\x8e\x22\x38\x8a\xe0\x7c\x64\x35\xfb\xc8\x6a\xf6\x91\xd5\xec\x23\xab\x99\x22\x38\x8a\xe0\x28\x82\xa3\x08\xce\x47\x56\xb3\x8f\xac\x66\x1f\x59\xcd\x3e\xb2\xb6\x29\x82\xa3\x08\x8e\x22\x38\x8a\xe0\x02\xc4\xeb\x00\xf1\x3a\x40\xbc\x66\xa8\x8f\x18\x82\x63\x08\x8e\x21\xb8\x00\x71\x3e\x40\x9c\x0f\x10\xe7\x03\xc4\x79\x86\xe0\x18\x82\x63\x08\x8e\x21\xb8\x00\x71\x3e\x40\x9c\x0f\x10\xe7\x03\xc4\x79\x86\xe0\x18\x82\x63\x08\x8e\x21\xb8\x00\x71\x3e\x40\x9c\x0f\x10\xe7\x03\xc4\x79\x86\xe0\x18\x82\x63\x08\x8e\x21\x38\x1f\x59\xd4\x3e\xb2\xa8\x7d\x64\x51\x53\x64\x89\x53\x04\x47\x11\x1c\x45\x70\x3e\xb2\xa1\x7d\x64\x43\xfb\xc8\x86\xa6\xc8\xf6\xa6\x08\x8e\x22\x38\x8a\xe0\x7c\x64\x43\xfb\xc8\x86\xf6\x91\x0d\xed\x23\x1b\x9a\x22\x38\x8a\xe0\x28\x82\xa3\x08\xce\x47\x36\xb4\x8f\x6c\x68\x1f\xd9\xd0\x3e\xb2\xa1\x29\x82\xa3\x08\x8e\x22\x38\x8a\xe0\x02\xc4\xeb\x00\xf1\x3a\x40\xbc\x66\xa8\x8f\x18\x82\x63\x08\x8e\x21\xb8\x00\x71\x3e\x40\x9c\x0f\x10\xe7\x19\x2a\xc9\x50\x49\x66\x95\xfc\x0b\xc2\xb2\x87\xa8\xde\x43\xb5\x87\x28\x2f\x44\x54\xef\x21\xaa\xf7\x50\x5e\x88\xf2\x42\x84\x73\x0f\xb5\x68\x0f\xd1\x12\xa2\xbc\x10\xb5\x61\x0f\xb5\x61\x0f\xe5\x85\x28\x2f\x44\xfd\x4e\x91\xf6\xa6\x48\x43\xfb\x48\x43\xfb\x28\x8f\xa2\x3c\x8a\xb4\xb7\x8f\x46\x2a\x45\xfa\x9a\x22\x9d\xec\x23\x9d\xec\xa3\x3c\x8a\xf2\x28\xc2\x19\x20\xaa\x03\x54\x3b\x43\x79\x0c\x51\x1d\x20\xaa\x03\x94\xc7\x50\x1e\x43\x38\x03\xd4\x86\x00\xd1\xc2\x50\x1e\x43\x6d\x08\x50\x1b\x02\x94\xc7\x50\x1e\x43\x1a\xd3\x47\xba\x95\x22\x7d\x4d\x91\x4e\xf6\x91\x4e\xf6\x51\x1e\x45\x79\x14\xe1\xf4\x91\x4e\xf6\x51\xed\x14\xe5\x51\xa4\x93\x7d\xa4\x93\x7d\x94\x47\x51\x1e\x45\x38\x03\xd4\x86\x00\xd1\xc2\x50\x1e\x43\x6d\x08\x50\x1b\x02\x94\xc7\x50\x1e\x43\x38\x03\xd4\x86\x00\xd1\xc2\x50\x1e\x43\x6d\x08\x50\x1b\x02\x94\x87\x7b\xda\x47\xba\x95\x22\x7d\x4d\x91\x4e\xf6\x91\x4e\xf6\x51\x1e\x45\x79\x14\xe1\xf4\xad\x91\xfa\x12\xa5\xc6\x08\xe7\x4b\x94\x1a\x23\x9c\x2f\x51\x6a\x8c\x24\x79\x17\xa5\x46\x48\x92\x77\x51\x6a\x84\x24\x79\x17\xa5\x46\x48\x92\x77\x51\x6a\x84\x6a\x78\x89\x52\x63\x54\xc3\x4b\x94\x1a\xa3\x1a\x5e\xa2\xd4\x18\xd5\xf0\x12\xa5\xc6\x48\xae\x47\x48\x92\x77\x51\x6a\x84\x24\x79\x17\xa5\x46\x48\x92\x77\x51\x6a\x84\x6a\x18\x23\x9c\x2f\x51\x6a\x8c\x70\xbe\x44\xa9\x31\xc2\xf9\x12\xa5\xc6\x48\x76\x77\x51\x6a\x84\x64\x77\x17\xa5\x46\x48\x76\x77\x51\x6a\x84\x24\x79\x17\xa5\x46\xa8\x86\x97\x28\x35\x46\x35\xbc\x44\xa9\x31\xaa\xe1\x25\x4a\x8d\x51\x0d\x22\xef\x0a\x5d\x90\x7f\x2e\xef\xaa\xff\x02\xa1\x5e\xe4\x55\x75\x75\xa9\x9d\x15\x21\x9d\xb1\xf7\x17\x1f\x3f\x34\x45\x1b\xc1\xf7\xdf\xe5\x9d\xea\x07\xee\xc2\x4b\x98\x69\x06\x97\x0a\x45\xb6\x48\x6c\x95\xf1\x94\xfd\x96\xa5\xf8\x6a\x7d\x75\x8b\xa7\x42\xf6\x46\x7d\x6b\x99\xc1\x00\xc4\xad\x1f\x71\xab\xea\x1f\x34\x99\x33\x32\x20\xed\x85\xba\xaf\x2c\xe3\x9a\x74\x74\xa4\x13\x75\xfb\x38\x1e\x93\xf6\xa2\x31\xb2\x42\x8b\x7f\x6c\x55\xd1\x11\x44\x25\x74\x54\xfc\x4c\x06\xe4\x23\x2d\x27\x5d\x3a\x2a\xda\x8b\x8e\x11\xab\x01\x32\x0f\x06\x64\x87\xf9\x7b\x36\xba\xf6\x82\xf4\x44\x46\xb7\xcc\xde\xc5\x5f\x58\xd4\xf6\x3b\xe4\x05\x69\xfd\x2c\xeb\xa8\x2e\x98\x1a\x68\x76\x9a\xd0\xec\xd8\x68\xfe\x7b\x0d\x9a\x9d\xbf\x34\xa0\xd9\xf9\x8b\x8d\xe6\x68\x1d\x9a\xef\x9b\xd0\x7c\x6f\xa3\xf9\xb4\x0e\x8d\xdf\x84\xc6\xb7\xd1\x5c\xac\x41\xf3\xd7\x06\x2c\x7f\xb5\x91\xfc\x6d\x0d\x92\xa0\x01\x49\x60\x23\xf9\xb8\x06\xc9\x6e\x03\x92\x5d\x1b\xc9\x6d\x33\x12\x1b\xc5\xc2\x00\x75\x02\xc1\x35\xcf\x27\x43\xed\x93\x1d\xb6\xe5\x37\x11\xbc\x55\x97\xce\x85\x9b\x64\x81\xa7\x56\xbf\xc6\x53\x13\xcf\xdf\xd6\xe0\xd9\x79\xd9\x84\xa7\x2e\x9f\x74\x1d\x9e\xa6\x41\xb7\x55\x17\xd0\xf1\x3a\x3c\x4d\xa3\x6e\xab\x2e\xa1\xb3\x35\x78\x9a\x46\xdd\x56\x4d\x44\xd3\x35\x58\x9a\x06\xdd\x56\x4d\x46\xff\xff\xff\xbf\x75\x9d\xd5\x84\xa6\x26\xa5\xd3\x06\x2c\x8f\x92\x52\xfe\x8f\x78\x4b\x4c\x3d\x1f\x16\x66\xf3\x24\x4a\x5b\x4a\x3f\x13\xaa\x9e\x5e\x2a\x65\x40\x19\x4a\x46\xf3\x9b\xe1\x46\xc7\x0e\xf1\x22\x14\xee\x0d\x2b\xe1\x62\x30\x68\x7e\xae\xd7\x43\x71\xfb\x56\xbd\x2d\xa4\xaf\x43\x57\x8f\x0e\xd1\xf0\x96\x45\x3a\x68\x4a\x5d\xef\xab\x6b\xe8\xb9\x47\x6e\x3c\x32\x82\xeb\xe7\xcf\xbb\x80\xb7\x3b\xa3\x79\xc1\x44\x1d\xa2\x45\x10\x21\x5e\xe2\xb4\x9b\xff\x39\xbf\x19\xd1\xf6\xf3\x65\xbe\xf2\xc8\xf3\xe5\x0d\xfc\x3b\x82\x7f\x25\x55\xab\xce\x67\x23\xbc\xce\x77\x02\xf8\xc7\x74\x9c\xe5\xe5\x3c\xa5\x25\x4b\x16\x64\x9c\x64\x25\x89\x32\x06\x8f\xa7\x95\xf4\x96\x91\x38\x2d\x33\xa0\x31\x8e\x58\x4e\xe1\xd5\x31\x11\x42\x6f\xc2\x08\x4d\x66\x13\xc9\x40\x72\x3f\x61\x29\xa1\xd1\x2f\xf3\xa2\xe4\xad\xe3\xd9\xe2\x4a\x72\x96\x42\x42\x12\x8d\x43\x34\x88\x50\x1b\xe3\x38\x8d\xc8\x88\x95\x25\xcb\xc9\x3d\x5d\x40\x1c\x1f\x56\x02\x94\xa4\x1c\x8a\x7f\xd7\xab\xd8\x35\xa2\x05\x4c\xab\x3b\x64\x4b\x95\xe9\x90\xef\x88\xff\xfd\xf7\xd0\x42\x83\x23\xed\xe7\x4b\x98\x1e\xe1\xae\x74\x1b\xe0\x5e\x28\x10\xf2\x1d\xc9\x3b\x2b\x6f\x7d\x89\x9b\x07\x4b\x8c\x3a\x82\xb3\x0e\x79\x29\x33\x2c\x2e\x28\x74\x89\x43\x3a\xe0\xea\xbd\x60\x11\x0a\xc3\xe3\x91\x18\xc7\xb5\x81\xae\x87\x40\x12\x90\x2d\x38\x03\xa2\x88\x44\x54\xe2\xea\xca\x2b\xfe\x71\x15\xb4\x83\xbc\x26\xdb\xdd\x5d\xd2\x27\x3b\x9a\x8c\x8e\x37\x4c\x57\x1d\xa7\xd0\x57\x91\x65\xdb\x36\xcd\x1e\x99\x17\xec\x43\x16\xd2\xe4\x22\x9e\x32\x53\xd0\x85\x35\xd7\xe5\x32\xd5\x9d\x25\x59\x85\x44\x4a\xbe\xec\x25\x29\xc5\x37\x79\x1c\xf5\xab\x68\x14\x13\xde\x06\xe3\xd5\x33\xf5\x1d\x2e\x6e\x3b\xbe\xd3\x79\x99\xbd\x8f\x6f\x26\x89\x88\x51\x88\xf2\xa6\xd9\xbc\x60\x87\x21\x3c\xed\x47\xa3\x78\x5e\x40\x54\x42\x99\xad\xde\x2e\x10\x57\xed\x0d\x0a\x8a\x49\x76\x6f\x46\x35\xac\x8a\x7e\xa1\x5f\xe2\xc2\x28\x39\x85\x90\x86\x2d\x6e\x37\xb6\x3c\x13\xfc\x22\x0e\x6f\x0b\x8b\x18\xfe\xfd\x63\x9c\x66\xb9\x2b\x93\xa3\xf8\x81\x16\x1c\xdb\x34\x4e\x92\xb8\x60\x61\x96\x46\x45\x0b\x15\xe0\xb6\x69\x1f\x71\x9d\xbc\x26\xad\x51\x9e\xdd\x17\x2c\x6f\x91\x7a\x10\x5f\x45\xf7\xc2\xa2\xbb\x8c\xc3\x5b\x15\x7b\x2b\xef\x9b\x26\xab\x05\x18\xe6\x59\x51\x4c\x68\x9c\xd7\x1b\xfd\x65\x51\x11\x27\x25\xb0\xf5\x6f\xa3\xd1\xa8\x65\xa1\x28\xb3\x2c\x29\xe3\x59\x8d\xbf\xb8\x73\x8b\x02\x62\xd9\xf6\x49\x4b\x84\xbf\x90\x50\x66\x15\xf0\xf2\x44\x9f\xb4\xaf\x3d\xf2\xe5\x8e\x26\x1e\x59\xc0\xbf\x4b\xa9\x59\xc8\xaa\xae\x62\x35\x28\x28\x5a\x15\x0b\x50\x46\x4c\x80\x68\x37\x1c\xd2\x88\x62\x93\xb0\x92\x44\xb4\x64\xc0\xdb\x81\x5c\x24\xb4\x79\x75\x1d\x2b\xc2\xce\x33\xb3\x1b\xac\x78\x3a\x06\x06\xf5\xb3\x3b\x2f\xc3\xb6\xf5\x9c\x82\xfa\xa9\x94\xd6\x10\x47\x6e\xd0\x51\x14\x06\xc3\x0d\x8e\x66\xb8\x71\xf0\x7c\xa9\xf1\x89\x3e\x6b\xb7\x7e\xfe\xf9\xe7\x9f\xb7\x3e\x7e\xdc\x7a\xfb\x96\xbc\x7f\xdf\x9f\x4e\xfb\x45\x41\xfe\xbb\xd5\x59\xd9\xe1\x0b\x48\x3d\x9e\x9d\xfc\x58\xc5\x9e\xe0\x15\xb1\x92\xc6\x89\x1d\x77\x62\xb8\x51\x85\x9d\xd8\x92\x9d\xfd\x7c\x09\x3f\x56\xc3\x0d\x77\xe4\x09\x89\xf9\xe0\xb9\x8c\x37\x81\xc3\xe1\xc1\xdc\xd1\x5a\xf5\xc9\x7e\x51\xe6\x59\x7a\x73\xf0\x7c\xc9\xbb\x73\xb5\xdf\x93\x69\x77\x34\x0b\x77\x9b\x34\xf5\x32\x92\xc9\xb4\xdc\xda\x19\x6e\xd4\xe8\x79\xbe\x94\xcf\x32\xde\xb2\x45\x21\xc3\xba\xd5\xc2\xf4\x10\x22\x82\xa4\xdc\x56\xf1\xa5\xf0\xdf\x2d\xa8\xd2\x2a\x10\x23\x79\x4d\x3e\x23\x22\xa6\x23\xa8\xbd\x6a\xd8\x6d\xd5\x2a\xce\xb6\x6a\x59\x2b\x69\xb8\xbc\xbd\x52\xfd\xf5\x99\xf4\x49\xab\x55\xaf\xd6\x45\xe6\x2f\x59\x9c\xb6\x5b\xad\x8e\x15\x7f\xa4\xde\xf1\x9f\xab\x88\x3e\x7a\x38\xc9\xc0\x75\x17\x13\xc6\x55\xb7\xa9\xeb\x08\x49\xe2\x94\x61\xfd\xa4\xe0\xd4\x04\x55\x0d\x65\x3e\x27\xf4\xd5\x3c\x62\x63\x30\x06\x05\xff\x22\xa3\xcb\x2a\x83\x40\x04\x7e\xf1\xbd\xaa\x50\x51\xb2\x59\x61\x53\x43\xc8\x38\x4e\x92\x7a\x1d\x2b\x43\xb1\xd2\x28\xbb\x17\x01\x44\xb0\x72\x5f\xb9\x27\xe7\x94\x8f\x9d\x24\xfe\x8d\x41\x20\x2d\x88\x13\x0a\x33\xd6\x27\x9a\xd3\x69\xe1\xf1\x41\x4b\xc9\xaa\x6f\x78\x15\x3a\x56\x6c\xbc\x9a\x11\x57\x94\x34\x2f\xf9\xc0\xf4\x08\x4b\x23\xf1\x23\x67\x45\x96\xcc\x21\x0a\x34\x57\x36\x46\x15\xcf\x4c\x63\x25\x12\x31\xa7\x8a\x79\x52\xaa\xf8\x3c\x30\x3a\x0a\x8f\x4c\xe2\xa2\xcc\x6e\x04\x51\x22\x32\x21\x59\xa9\x98\x49\x86\x92\xeb\xf5\xc8\x71\x5a\xb0\xbc\x04\x0f\x42\x01\x71\x0f\x69\x92\x90\x69\x5c\x14\x5c\x1d\x02\x5f\xa5\xe5\x25\x08\x8e\x44\xc3\x51\x84\xd2\x3b\x9a\x7c\xca\x0a\x22\x62\x15\xa9\x8f\x9a\x82\x2a\x4b\x64\x42\xf0\x52\x5e\x02\xe2\xbe\xab\xd6\xbf\x22\x25\xb7\xd0\x25\x0b\x78\xea\xc5\xc0\xe0\x43\x07\xc5\x5b\x3b\x4c\x92\xec\x1e\x10\x8d\x93\x8c\x82\xf5\x38\xcb\xe2\xb4\x24\x71\x4a\xc3\x70\x9e\xd3\x70\xd1\x35\xd4\x7f\x51\xaa\xa7\xcb\x94\x73\x45\xb0\x89\x6c\x6e\xca\x5f\x97\xa2\x09\x55\x04\x2b\x04\xf5\x5e\x35\x85\x0c\x0c\xc6\xc2\x33\x40\x3a\x75\x69\xb6\x17\x87\x69\x43\x75\xeb\x2a\xab\x38\x38\x92\x7d\x9b\x9b\x88\xca\xcb\xed\x2b\xb2\xcf\xd9\x60\x4a\x43\x8f\x5b\x21\x68\xce\x00\x19\x80\xf0\xac\x97\x36\xf4\x77\x22\x90\x32\x81\x25\x01\x7c\x45\xa4\x5c\xee\x5c\x75\xae\x3a\xe8\xc1\x21\x4e\xc7\x8b\x17\xd5\xa0\xaf\x56\x50\x35\x4e\xa0\xc6\x57\x6d\x41\xbd\x5e\xb5\x48\xc3\x7d\x73\xab\x10\x86\xe6\x96\x55\xc5\x76\xae\xba\xc5\x7c\x8a\x5b\x68\x52\x57\x6f\xa7\xbb\xfe\x52\xd7\xc6\x87\xc8\x55\xfd\x55\x07\x2b\x3c\x97\xc6\xa2\xe2\x15\xcb\xe1\xa7\x5e\xb3\x27\xaf\xd5\x97\xbe\xf9\x0a\x56\x68\xc4\x64\xfa\x94\x65\x89\x88\xf7\x47\xfe\x4f\xf5\x45\x32\xf9\xaa\xd2\xc4\xb4\xa4\x3a\x21\x02\x73\x49\x92\xc4\x9a\xad\x61\x41\x5a\x31\x8d\x2b\x30\xf5\x62\x3d\x98\x3f\x1d\x11\xd8\x1a\x1c\x8e\xe0\x79\xc4\xca\xea\x8e\x26\x64\x20\xe0\xdf\xf1\x71\x27\x80\x05\x47\x7a\x3d\x32\xdc\x78\x71\x9c\xc2\xa3\x4b\xc3\x8d\x2d\xfd\x4b\x7c\x23\xf7\x71\x92\x90\x11\x13\xd0\x91\x58\x23\x9e\xd0\x13\x32\x5a\x98\x08\x3b\x5d\x72\x31\x61\x0b\x89\x30\xa4\xe2\x41\x6e\x02\x96\x1d\x8b\x3c\x52\x64\x60\x03\xf2\x85\xde\x94\xd0\x82\xdc\xd0\x59\x41\xda\xe0\xfd\x34\xc3\xb1\xc6\xc5\x09\x3d\xe1\xd4\x75\xc8\x6b\xd1\x22\x78\x2f\x59\xf2\x63\x9d\x13\x79\x6d\xf8\xd5\xc6\x70\xab\x50\xdc\x15\x8b\x5b\x3e\x5f\x6c\x3f\xd1\x82\xbd\xd5\x32\xe8\x67\xe5\x24\x16\x1f\x90\x2f\xf9\x23\x88\x8c\x47\xfe\xd3\x9c\x6d\xce\xe9\x74\x96\x88\xae\x54\x89\x6a\x80\x62\xc7\x37\x44\x79\xef\xd5\xdf\x28\x8e\x8b\x4f\x39\x2b\xcc\xb6\x35\x39\xca\xd1\xd4\xe7\x19\x2b\x3c\x0f\x2f\x59\x2d\xc7\xf9\x7b\x96\xcc\x58\x2e\x23\x7c\xe7\xec\xd7\x79\x9c\xb3\xb6\xac\xe4\x8e\xa5\x51\x96\xf7\xf8\x6a\xaf\x67\xac\xfc\xe0\x25\x86\xc7\x15\xed\xc2\xdc\xfe\x14\x00\x58\x71\x3d\xa1\xbc\x5e\xc7\x60\x20\x84\x52\xae\x38\xd0\x3a\xb8\x0a\x09\x5b\xd9\x02\x62\x2c\x45\x10\x30\x57\x3b\x62\xf8\xec\x2d\x02\xc8\x8b\x31\xf8\xca\xcc\xe8\x13\x78\x01\x67\x5f\x05\x52\xef\x4b\x41\x78\x25\x27\x91\xbe\x29\x03\x97\x57\xaf\x0c\x9d\xfc\xba\x6f\x8b\xc4\xe5\x15\x59\x1d\xe8\xf8\xcc\xa4\xe6\x4a\x80\x8f\xce\x95\x39\xe4\x18\x56\x48\xdf\x94\xc3\x2a\xec\xfa\xaa\xb9\xfd\x72\x57\xe5\x71\x81\xdc\x5f\x19\xbe\x09\x83\x29\x82\x71\x6d\xbc\x29\x72\x79\x75\x29\x62\x60\x5e\x7e\xf1\x16\x57\x97\x57\xe0\xf2\x32\x5d\x26\xf5\x18\xbd\x82\xa0\x2a\x44\xef\x9a\x30\xc6\x22\x68\x3c\x84\xe6\x85\xac\x86\xc8\xbc\xf5\x4d\x24\x23\x2e\xef\x2c\x8f\xef\x78\x5d\x50\xcd\x19\x1b\x93\x01\x31\x1f\xed\x38\x63\x63\x3b\xbe\xb0\x5c\xee\x29\xc0\xe7\x00\xf9\xba\xee\x1d\x41\xa5\x72\x3a\x3e\x7e\xab\x6d\x30\xf5\x55\xc5\x50\x14\x6d\xaa\x05\x21\x56\x96\xdc\xb0\x1e\x3f\xd8\xe0\x0a\x1a\xfa\x46\xc8\xdf\x8e\x36\x95\x87\x0f\x86\x11\x46\x16\xb1\x19\x45\x58\xd9\xc1\x30\x9b\x69\x5b\x1d\xfb\x2a\x9c\xc1\x38\xb9\x59\x52\x05\x19\x06\xbb\x94\xcf\xb1\xfc\x47\x3d\x96\xb0\x83\x0b\x38\x64\xa9\x1d\xa7\xf4\x31\xcd\xd7\x0f\xa7\xf0\xce\xd0\xa1\x48\x2b\xa3\xc9\x08\x81\x2c\x57\x2e\x9c\x40\xdb\x17\xfb\xed\x75\xb7\x3b\x96\xbf\x42\x47\x64\x76\x36\x18\x05\xd8\xb4\x1c\x0f\xba\x19\xed\x87\x42\xf3\x56\x25\xab\x88\xa7\xdd\x2a\xba\xa3\x0a\xfb\xab\x63\xde\xae\xa1\xa7\x0a\xe8\xd9\xe9\x38\x3d\x1c\x66\x90\x67\x57\xa7\x23\x21\xe1\xbc\x6d\x70\xad\xd4\x5b\xa7\xa2\x46\xdb\x82\x2b\x1f\x2f\xc2\x22\x6a\x83\xdb\x70\xe8\xbd\x21\x07\x68\xc4\xf8\x22\x7e\xf1\xa9\x86\x81\xe3\xe4\x46\x58\x54\x57\x3e\x28\xa2\x6c\xc5\x5f\xb3\xc7\xc1\x99\x24\xde\x24\x92\xaa\xa5\x2b\xad\xe0\xda\x9b\x41\x66\xab\x1b\x88\x32\xb2\x84\xc2\x81\x4d\x05\x68\xf5\xf3\xb6\xbb\x16\x4f\x0e\xda\xca\x16\x40\xf1\xc0\xd5\x50\x36\xbe\xa1\xfe\xc1\x6f\x05\x18\xf4\xc8\xb7\x34\xac\x48\xdb\xe2\x7d\x48\x69\xae\xb4\x0d\x42\x3b\x76\x4f\x8b\xcf\xaa\x85\x56\x9f\xbf\xaa\x58\x7f\xce\xca\xc3\x34\x7a\x9b\xd3\xfb\xa7\xf4\x40\x3d\x08\xfa\x93\xa8\x2a\x18\xa0\x81\x1a\xad\x88\xc7\x8a\x6e\x4e\x90\x4b\x50\x5d\x01\xce\xdd\xb1\xef\x51\xe8\x5c\xbd\x0d\x50\x63\xe9\x9a\xd8\xe0\x66\x24\xe3\x4a\xfe\x1f\xd6\xaa\xb5\x68\xd2\x8f\x19\xff\x88\x5c\xc3\x63\x65\xc6\xd6\x9e\xd2\x59\xdb\x34\x34\x31\x10\x92\x32\xa5\x61\x0d\x4c\x7d\xb2\x46\x45\x29\x4c\x48\x21\x71\x9b\x82\xf7\x04\xc9\xd2\x64\xa1\x8b\x08\x8c\x1d\x93\x31\x4d\x93\x8b\xfa\x8e\xa4\xdc\xec\x42\x15\x14\xda\xf5\x08\x81\x3d\xce\xd5\x93\x64\xc7\x6f\x0d\xb1\x12\x4f\x91\x1d\xa6\xf1\x14\x76\xd9\xde\xe5\x74\xca\xcc\x92\x8e\x51\xaf\xac\x04\x6e\xc8\xb2\xa2\xb4\x60\xad\x09\x45\xf7\xbb\x31\x50\x9c\x4a\xbf\xd6\x37\x71\x73\x9f\xa0\xd7\x7d\x6d\xc6\x58\x61\xa9\x9d\x7a\xe0\x91\xad\x76\x11\xef\xaa\x52\xbf\xdd\xfe\xbb\x54\x4e\x35\x21\xca\x41\x7c\x23\x87\x79\x87\x2f\x53\x91\x5e\x71\xaa\xa3\xa7\x05\x2e\x77\x0f\xd3\xc7\xc5\x07\x47\xee\xed\x7d\xd7\xca\xd5\x7c\x31\x5b\x3d\x8d\x35\x58\x1a\x31\xb3\xc5\xa7\x15\x7a\xc1\xd2\x8c\x05\xdd\x10\x98\x1c\xc8\x1f\x6e\x90\x9c\x8d\x25\x3a\x35\xa3\xac\x30\xb8\x90\x02\xd3\xe8\x30\xde\x89\x90\xa0\x0f\x5b\x38\xc8\xbb\xad\x59\x67\xc4\x04\x47\x05\x64\xf8\x6e\xd4\x4e\x63\x98\x5a\x65\xb1\x9c\x22\x20\x9c\x65\xc1\x99\xb1\xec\x1d\x55\x09\xa5\x6e\xc0\xf4\xd6\x3d\xb2\x83\x17\x5c\xea\x41\x19\x90\x35\xf7\x5b\x32\x6b\x1c\x19\xc6\x42\xff\xc7\x34\xcc\xd2\x32\xcf\x92\x84\x45\x87\x09\xcb\x4b\x8f\xfc\x30\x2f\xcb\x2c\xf5\xc8\x9b\x2c\xf1\xc8\x09\xbd\x83\x7f\x8e\x4b\x36\x85\x1f\x1f\xe2\xf4\xd6\x23\x67\xd9\xbd\x47\x2e\xe8\xe8\x8d\xd8\x6e\x83\xdf\x9f\x68\xca\x3c\x72\x9c\xce\xe6\xa5\x47\x3e\xc0\x5b\x54\xa8\xe6\xa2\xcc\xe9\x0c\x3d\x5b\x03\x93\x9a\xe9\x3a\x11\xfd\x8c\x48\x7c\xe8\x00\x9e\x2e\xf8\x66\xc2\xc2\xdb\x51\xf6\x05\x79\x36\x8c\xb7\xd5\x54\xbe\x41\xc1\xd1\x97\x59\xce\x8a\x22\xce\x52\xa0\x5a\xfb\x32\xac\xef\x06\x04\xf0\xfb\x8d\xe0\x58\x81\x7d\x1f\xea\x6b\xfd\xc0\x61\xc5\x27\xdb\x5f\x52\xe5\x18\x50\x5c\x5a\x2f\xe8\x28\xa9\x5e\xf3\xd1\x5f\x8c\x52\xdc\xa8\xc2\x54\xeb\x2f\x46\x29\x58\xb9\xf3\x95\x46\xf1\x8f\x98\xdd\x73\xb1\xa8\xbe\x18\xc4\xe0\x62\xa8\x05\xe7\x65\x96\xdb\xcf\xb8\x95\x13\x9a\x66\x45\x6f\x46\x6f\x58\xd1\x2b\x78\x01\xf9\x3f\x03\xf2\x13\x2d\x27\x9f\x72\x36\x8e\xbf\x08\x6f\x48\xdd\x3f\x65\x95\x40\xb5\x9a\x1e\x87\xc7\xf9\xb6\xc0\xaf\xf8\x76\x2e\x8e\xa0\x34\x3f\x3b\x57\x73\x58\x70\xa9\x4d\x0c\x87\x4d\x1c\x21\x37\x44\xa6\x9e\x1c\x84\x72\xe6\x4b\xb9\x59\x2a\x53\xf2\x29\xfe\x3e\x69\x67\xb3\xd2\x2a\x89\x5f\x22\x6a\x76\xb7\xcc\x68\x51\xf2\x36\xc3\xb6\x99\xa8\x5e\x2e\x57\x85\x2b\x88\xab\x56\x3b\x27\x67\xd3\xec\x8e\x41\x6d\x7d\x69\x43\x18\x6f\x1e\x1d\x7d\x61\xe1\xbc\x64\xc0\xc8\x3e\x69\xff\x2a\xfe\x2f\x3d\xbf\xa8\xac\xe8\xc0\xbe\xe8\x69\x89\x9b\xa5\x5c\xdc\x0e\xe7\x65\xc6\x47\x50\xc2\x4a\x8b\x5e\x91\xaf\xcf\x53\xe8\xa7\x32\x71\xfe\x07\x60\x33\xce\x91\x9a\xeb\xbc\x64\x33\xec\xef\x11\xdf\x8f\xd2\x9b\x38\x35\xdd\x63\x96\x3b\x07\x9a\x6b\xb8\x73\x84\x29\x4f\xd3\xc5\xab\xea\x69\x1e\x78\xc4\x1b\x9c\xfa\xc2\x01\x25\x58\xbb\xde\x9b\x45\x48\x92\x19\xef\x80\xea\x76\xe4\x79\xe5\x97\x32\x4b\xdf\xd3\x3c\x8d\xd3\x1b\xa3\x4f\xcc\x5c\x3e\x51\xab\x9a\xc4\x58\x33\x32\xd9\x97\x59\x0e\xe3\xf4\x1f\xa6\x37\xbe\xd1\xa3\x66\x8a\x93\x68\x33\x47\x80\x78\x57\x82\x47\x11\x0a\xea\x37\xda\x73\x2e\x94\xda\x2d\x06\xaf\xa5\xf1\x2f\x24\x4e\x89\x79\x72\xa4\x2b\x7a\x2b\x12\x22\x89\xbc\x6d\x82\xa3\xf1\x94\x15\x25\x9d\xce\x9c\x80\xd5\xb6\x8e\x0b\xf6\xac\xda\xf4\x89\x53\x62\xc2\x39\x9d\x91\x53\xfa\xe5\x3c\x9b\xe7\x21\x3b\x33\xb0\x1a\xad\x9c\x17\xec\x2d\x8b\xe6\xb3\x24\x0e\xa9\xc8\xb4\x5c\x99\x9f\x68\x5e\xc6\x34\x39\x63\xc5\x2c\x4b\x0b\x4b\x62\x41\xca\x3f\xd2\x32\x9c\xd4\x65\xdd\x25\x72\xb2\x1f\x58\x3a\x9f\x56\x9c\x15\xfc\x17\xce\xc1\x81\x3c\x83\x22\xce\x9e\x08\x85\x3d\x20\xad\x12\xf4\xb4\x67\xbd\xf7\x05\x36\x1d\xa0\x79\x2b\xe4\xfc\xd4\xa5\x57\x94\x3f\xce\xea\xcf\x2e\x20\xf7\xaa\xae\x6f\x89\x3a\x65\x17\x07\xdb\xe4\x3b\xf1\x8f\x7e\x4a\xd5\xe8\x50\xfd\xc4\xa9\xd9\x53\xf2\xa3\xee\x86\x6a\x2b\xdd\xd9\x09\xad\x6d\x79\xc2\xa8\xde\x05\x7a\xf7\xdf\xc5\x7f\xe3\x21\x58\xc4\x7d\xf9\x20\x99\x62\x3c\x34\x47\xd8\xc6\xc2\xfb\x0a\x2d\xd7\xde\xd7\xca\xf3\x6a\xe8\xea\x4d\x7b\x82\xf1\x0c\xd5\x60\xf9\x62\xe9\x28\xcb\xcb\xe3\xf4\x1d\xa8\xaa\x77\xac\x0c\x27\x7d\xd2\xae\x14\x66\x47\xca\x6c\xf5\xbe\xf8\x50\x6d\x82\xe5\x73\x6e\x23\xb7\x67\xc2\xab\x59\x55\xaf\x17\x04\xc5\x7c\xc6\x64\xbe\xe5\x56\xa9\x3d\xa0\x2e\x34\x95\xe6\x3d\x21\x0e\xd5\x84\x73\x95\x42\xc2\x07\x1d\x2a\xcd\x83\x4a\x4b\x4d\x85\xbe\x49\x35\x84\xcb\x59\xda\x47\x3e\xbc\x24\x04\xb0\xcb\x73\x8d\x7d\x45\x6b\x49\x6a\x95\x85\xee\x13\xef\x8d\xb6\x6a\x4b\x24\x67\x51\x33\x0f\x29\x7c\xdb\xf3\x67\x18\xcb\x62\x7a\x45\x62\xa7\x10\x35\x16\xe8\x8e\xe2\x34\x02\x9a\xd1\x02\xd1\x2c\x6f\x09\xab\x0b\xa5\x55\x64\x2d\xd2\x73\x2d\xe0\x02\x16\xe3\xb3\x73\x1f\x41\xdf\x11\x62\x59\x3d\xc7\x46\xe1\x70\x6f\x4a\xbf\xfc\xb2\x32\x62\x66\x39\xbb\x3b\x9d\x71\xd3\x0f\x49\xb3\xd3\x47\xaf\x05\x46\x9e\x53\xd1\x3e\x46\x4e\x43\x95\xd2\x6a\xa2\x3a\x82\xb8\x98\x19\x47\x2b\xeb\xfa\x44\xe7\xd9\xda\xc4\xcc\xb0\x78\x5f\x89\x2f\x34\x5e\x27\xf5\x9c\x7f\x18\x45\x7c\x30\x82\xb6\x1d\x67\xb9\x34\x5b\xa5\xc6\x91\xc2\x85\xe5\x2f\x33\x6c\x39\x21\xe3\x0a\xa9\xe2\x52\x57\x36\x1d\x9c\xcd\xea\xf7\xd7\xaf\xb5\x62\xc0\x11\x28\x24\x7e\xb9\x8a\x54\x53\x21\x94\xab\x92\x8e\xc2\x9c\x81\xe2\xed\x44\xfe\xc3\x51\xc0\xc1\x54\x28\xef\xfa\xee\x00\xb7\xf9\xae\x9c\xe9\xf8\xa3\x1b\xd0\x1e\x36\x12\xd4\xfe\xec\x00\x96\x3a\x40\xf0\x92\xff\x34\xfa\x10\xd6\x66\x62\x92\x20\x53\xb3\xcf\x6c\xb5\xc2\x0c\xab\xf6\x77\xb8\xf7\x1d\x68\x24\xbc\x99\xd3\xe0\x91\x92\xfe\x19\x5b\x91\xf2\xf4\xba\xb7\xe1\x7e\x95\xc6\x20\xf8\xda\xdf\xd2\x92\x75\xd3\xac\xf2\xfc\xa2\x47\xf0\x4c\xdb\xbd\xcd\xf1\x76\x5e\xad\xd7\xc4\xbc\x6a\x60\x2c\x2f\x5b\xdf\x6a\x52\xfe\xfa\xa5\x24\xd2\xf2\x15\xc2\xeb\x92\x3c\xa3\xa6\xca\xed\xfd\x04\x8b\x8a\xfa\xc4\x6a\x57\x5e\x2f\xd1\xb6\xdc\xe0\xf5\x12\xd5\x3c\x8c\x6a\x55\x37\xda\xb2\xbc\x7c\xa3\x5c\x16\x39\x2f\xcb\xee\xc9\x21\xfe\x8a\xb9\xea\xac\x41\x4c\xff\x16\x36\x51\xb4\x6d\x39\x7c\xf5\x4e\x9d\x9e\x90\xb9\xd1\x43\x56\xd5\x84\x2f\x48\x53\x1a\x42\x4a\xc0\x0d\x2b\x8f\xc4\x97\x76\xa7\x0b\x1b\xf8\xa7\xe3\x76\x47\x1c\x7f\xda\x36\x56\x2b\xc2\xdb\x95\xb6\x4a\xb1\xcb\x9f\x8d\x85\x0f\xfa\x3e\xcb\x6f\xc5\xa5\x89\xb8\x6c\x15\x84\x4a\x47\xc8\x6b\xb3\x46\x7d\x9e\x8e\x54\xfa\x69\xcb\x35\xff\x0a\xbd\x24\xab\x36\x31\x18\x8a\x68\xb0\x66\xfe\x76\xea\x2b\xb8\xf2\x30\xa5\x5f\xda\xf0\x63\x9c\x64\x59\xee\x12\x4e\x55\xb7\xff\xfd\xf6\xf6\xf6\x76\xc7\x23\x6d\xb4\x54\x6f\xd7\x4d\x02\xbe\x36\xec\x90\xaf\x5f\xc9\xb6\x62\x57\x07\x11\x3d\x93\xd6\xd2\x8f\x67\x1f\xce\x19\xcd\xc3\x89\x5c\xcc\x09\x59\xb0\xbe\xb6\xb5\x40\xca\x25\xb0\x61\xe2\xf0\x55\x67\x34\x9f\xf5\x5d\x4d\xb6\xf5\x61\xb7\xcc\xce\x61\x81\xd0\xee\x68\xe8\x99\xd0\x7a\xd7\xb9\xb6\x78\xdd\x88\x6c\x43\xa2\x86\xca\x90\xa5\x5e\x4f\xcc\x65\x86\xc1\x4c\xca\x4c\x10\x2f\x5b\xde\xd5\x25\x59\x91\xc4\x69\xb9\x15\xc5\x05\x5f\x21\x6c\xa5\xec\x4b\xb9\x95\x70\x2d\xfb\xef\xe0\x20\x09\xf3\x78\x56\x6e\x89\x42\xbd\x34\xdb\x9a\xa7\xf3\x82\x45\x5b\x4c\xbb\xb7\x8a\xba\xf2\x91\x54\x9b\xf5\xbf\xee\x8e\xb3\xfc\x88\x86\x93\x76\x1b\x3e\xcb\xe5\x93\x79\xf2\x59\x12\x46\x67\x33\x96\x46\xed\x56\x05\x7d\x79\xd5\xf2\xc8\xe7\xe5\xf5\x35\x8d\x22\x5e\xe9\xf5\xf5\x60\xb8\xf1\x7c\x09\x05\xba\x29\x9d\xb2\xd5\x70\x63\xf5\xb9\x53\xb9\x3a\xc5\xaf\x84\xf1\x6e\x16\xc7\x80\x8d\x73\x32\xc5\x7d\xcc\x87\xaf\x4b\xcc\x78\x83\xd1\x6e\x49\xc1\xd4\x02\xad\x3f\xd4\x2e\x56\x8e\x93\xaf\xd2\x7a\x74\x16\xf7\xee\x76\x7a\xc0\xd6\x6b\x10\xd1\xd6\x2b\xb3\x98\xd5\x1c\x9a\x97\x2d\xaf\x1a\x6f\x46\x0f\x76\x9a\xc1\x58\x1a\xb5\xf4\x39\xdf\xc7\x81\x14\x25\x9b\xb5\xcc\x23\xc1\x8f\x03\x9b\xd2\x2f\xd7\x05\xcc\xfc\xd7\x15\x68\xcb\x73\x75\xac\xc3\x46\x58\xdb\x04\x3e\x53\xbb\x31\x89\x3c\x13\x58\xea\x34\xc1\xe5\x19\xac\xcd\xc8\x84\xe5\x8c\xd0\x34\x82\xc3\x05\xf7\x3c\x65\x3c\x58\x3b\xca\x19\xbd\x7d\x85\xfb\x4c\x2c\xa0\x1f\xea\xb3\x35\xbd\x25\xae\xd9\x3c\x8d\xef\x4f\x6b\x27\x26\x5b\x6a\x2d\x83\x62\x71\xa5\x90\x2b\x23\x71\xad\xb0\x75\x9c\xde\xd1\x24\x8e\xc8\x0c\x16\xb6\x60\xd6\x0d\x37\x5a\xe4\x85\xab\x3a\xc8\x7d\x41\x5a\xc3\x8d\x56\xed\x40\xc4\x18\x66\xd0\xcf\xcf\x97\x06\xdc\x4c\xaf\x83\x57\xcf\x97\x3c\xb1\x7a\xcd\xff\xcf\x9b\xb7\xfa\xec\x99\x23\x22\x9c\xf0\xc5\x76\x9a\x6d\x09\x5f\x6d\x75\x1a\x35\x67\x11\x4b\xb9\x86\x2a\xfa\xa4\x55\xd0\x29\xdb\xca\xf2\xf8\x26\x4e\x8d\xcb\x4a\xf1\x4d\x4a\x93\x7e\x6d\xc2\x14\xdf\xb5\x16\x53\xc5\xbb\xe5\x84\xa5\xed\x36\xd7\x8b\x30\xcf\xf2\x1f\xdd\x5f\x8a\x2c\x6d\x77\xec\x32\xfc\xab\xeb\x64\x0b\xff\x0e\x56\xd4\xbc\x10\x37\x29\x8a\x79\x18\xb2\xa2\x68\xd5\xce\xb2\x60\x5e\x03\x1c\x2c\x86\xe1\x02\x49\x2c\x39\xaf\x54\x34\xf9\x8f\xf3\xd3\x93\x96\x75\xfe\xa4\x4a\x70\xbd\x23\x0e\xe3\xc9\x33\x6c\xd5\x31\x77\x44\x98\x75\xee\x88\x18\x76\x61\x75\xc8\xcf\x93\xbf\xc1\x2a\xd4\x60\xaf\x4c\x20\x8e\xb0\x02\x10\x06\x58\x11\xd2\x84\xe6\x76\x3b\x89\x4d\xd7\x0e\x42\x64\x1c\x44\x92\x95\x6e\x6e\x4a\x88\xea\xbc\xb6\x7d\x0e\xa8\x86\x13\x01\x60\xfc\x0d\x0c\xb3\x6c\x24\x13\xc4\xe5\x91\x20\xda\x11\xa2\xf9\x81\xf2\x6a\x1e\x11\x8b\xde\xea\xfe\x04\xfe\x6e\x2f\x52\x75\xeb\xec\x35\x27\x41\x57\x42\x08\xf2\xa7\x00\x49\x2a\x89\xca\x48\x47\x8a\x45\x0c\xb7\x07\x85\x9b\xad\x32\xe7\xc9\x96\x61\xe8\x3f\x8e\x1c\xdc\x0b\x6b\x28\x6d\x70\x08\x11\xf3\x31\xed\x47\x5a\xd5\x68\xb0\x86\x7c\xa2\x6e\xb7\xa1\xbf\x5c\x43\x11\x32\x60\xb2\x16\x02\x0a\xd6\x36\x8c\x36\x5b\x48\xb9\xf1\xc2\x33\x0b\x42\x73\xc6\x2d\x2d\xf9\x7c\x77\x94\x71\xfb\x16\x0e\x73\xd3\x54\x08\x06\xac\xd2\xcb\x09\x9b\xa2\xd7\xd8\xd1\x82\x83\x60\xb9\x7b\x58\xd4\x5a\x40\x94\x5c\xc3\xc5\xe9\x8d\x32\xf9\xb8\xa6\x15\x8d\x98\xb2\xa2\xa0\x37\xec\xc9\x6c\xb5\xce\x2f\x18\x6b\x2a\xb1\xe7\x43\xd3\x85\xd3\x8b\x92\xb2\x7b\xf0\xb7\x0c\xc8\x92\x74\xbb\xdd\xba\xba\xf7\xf8\xe7\x0c\x5c\x32\xae\x95\x20\xde\x62\x6a\x4b\x74\x68\xc5\x2a\x5c\x43\xd5\x96\xa5\xf6\x3f\xb5\xcd\x7d\x82\xfa\x3a\xd6\x5e\xdd\xb8\xd7\xb3\xae\x43\x14\xa2\x86\x33\x55\x0d\xda\x69\x68\xae\xa7\x5a\x84\x4a\x00\xb1\x30\xb0\x6a\xa8\x56\x4d\x72\xf5\xad\xb7\x15\xc4\xfa\xa7\xfb\x51\xec\x07\x3b\x0e\xcc\xd8\xb3\xb6\xc4\x62\x07\x4c\xd1\x47\x27\xe4\xad\x4d\x6b\x31\x2c\x33\x9b\x31\x36\x32\xc4\xa0\xdb\xbd\xa1\xf2\x18\xde\x68\x48\x45\xff\xba\x1e\x30\x16\x6f\xa0\xf6\xdd\x7b\x31\x8f\xea\x12\x03\xd8\xbc\x8f\xd6\x5c\xf9\x47\x87\xaf\x69\x40\xda\x6b\x36\x71\x1e\x43\x87\xcb\x83\xb5\x86\x08\x31\x69\x92\xb6\xb5\x61\xf2\xb0\xb0\x57\xce\xf8\x6a\x94\xd7\xa9\x11\x68\xc1\x20\x5b\x43\xc4\x79\x49\xc3\x5b\xb8\x4e\x5c\xbf\xfc\xfe\x98\x36\x6b\x18\x75\x6e\x78\x4d\x5d\xb6\x1b\xbc\xcd\xee\xe0\xb6\xb3\x38\x63\x2e\xe5\x90\x7f\x82\x53\xe6\x30\x9c\xd5\x39\xf3\xc7\x90\x52\xdf\xdf\x01\xfc\xdd\x92\xe6\x37\xac\xec\x86\x13\xf6\x10\x81\x75\xb7\xfa\x1f\x4f\x62\x6d\x9f\xe9\xf1\x44\x3a\xdc\xf4\xfa\x68\xe1\xb9\xdc\x07\x37\x74\xf9\xfa\x6e\x33\xb7\xb4\x30\x12\x6e\x7a\x5e\x5e\xb9\x49\x10\xe7\x81\xe0\xac\x8d\xdb\xc1\x58\x53\xcc\x95\x1d\xb5\x0e\xe3\x4f\x34\x4f\x1f\x87\x10\xef\x20\xad\xeb\x4d\xbd\x09\xf1\x07\x77\xa2\xda\xf9\x43\x1d\x27\xe2\x84\x58\xd4\x3c\xea\xa8\x9c\x71\x7a\xc2\x33\x0f\x4c\x78\x44\xcf\xb2\x71\xe4\xc9\x83\x0e\xee\xfb\x05\x0f\x1e\xa7\x83\xa5\x9b\x75\x9c\x2e\xbb\x47\x17\xa8\xf7\xdf\x64\x89\x7d\xed\xdc\x3a\x4a\x84\x73\xc5\xda\x56\x2c\xde\x06\x0d\x6b\x3a\x1b\x02\xb8\xa4\x8e\xc5\xc1\xc9\x4c\x3c\x71\xd7\x00\xb2\xd4\xb6\x0d\xd0\x59\x34\x3b\xb3\x06\x6f\x7a\xc4\x25\xa4\xf9\xa9\x56\x5e\x9a\x53\x88\x44\xf9\xad\x8e\xbb\x76\xcc\x04\xb1\xa1\x9e\xdd\x80\xc1\x3c\x88\xe2\xc0\x60\x66\x37\x60\x10\x47\x55\x1c\xb0\x22\xa3\x06\x05\x96\x25\x5c\xb6\xe2\x5c\x31\x04\xb0\x56\xd2\x90\xc7\xc1\xd2\x48\x58\x05\x7b\x58\x94\x7a\x58\x96\xf6\x7b\x58\xd8\x1e\x25\x7b\xb5\xb3\x7d\x24\x2e\x4e\x67\x2c\xc5\xd2\xa3\x96\xca\x60\xfd\xae\x48\x59\x3f\xae\x68\x68\xac\x95\xb8\xa9\x05\xa1\x26\xd2\x1b\x96\x3b\xc2\x27\xd4\x90\xd7\x02\x0f\xd4\xe8\xfa\xbf\xa1\xe9\x36\x95\x0e\x4e\x28\xb5\x58\x31\xc3\x06\x6a\xe4\x0d\xd7\xbd\xb5\xd2\x8a\x53\x71\x3a\xce\x86\x1b\x76\xae\x88\x98\xb1\x5c\x92\xfb\x49\x5c\xb2\xf3\x19\x0d\x59\x9f\xb4\xc0\xb3\xb4\x55\xf0\x54\xd1\x22\x2b\x0b\xe7\x5a\x5e\x2b\xf2\xff\x15\xec\x56\x67\x2b\x6d\xfa\xee\x73\x3a\x9b\xb1\xfc\x9c\xb7\xb5\xe0\x8d\x9d\xd2\xfc\x26\x4e\x3f\xb0\x71\xd9\x27\xfe\xb6\x47\xa2\xb8\x98\x25\x94\x2f\xd1\xe2\x34\x89\x53\xb6\x35\x4a\xb2\xf0\xb6\xde\x72\x42\xe2\x68\xb0\xfc\x3c\x2f\xd8\x56\x64\x1a\x28\x5b\xa1\xac\x79\xeb\xf9\x32\x8e\x56\x9f\x1d\xda\xcf\xa1\xf3\x1c\xb6\x54\x0d\x50\x7a\xf5\xde\x08\x6b\x62\xb0\x6c\xda\x17\x78\xa8\x8b\x7e\x2c\x18\x41\x00\x76\xf7\x28\xde\xfd\x2b\x79\x2a\x37\x32\xb6\x72\x56\xcc\x7e\x0f\x4b\x2d\xcb\xec\x29\x4c\x5d\x0f\xea\x64\xab\x04\x21\x0a\xe6\xb1\x9c\x85\xb3\xc9\x8d\xe3\xd1\x64\x67\x6b\x67\x7b\xf6\xa5\xf5\x14\x96\x8e\xb3\x7c\xb0\xfc\x2c\xac\xc1\x2d\x61\xe6\x0c\x1a\xf8\x68\x5a\x17\x72\x84\x6e\xc1\x6d\x59\x5b\x59\xd4\x1a\x7f\x84\xf6\xcf\x55\x73\xa1\x59\x76\x5b\x9d\x56\x87\x6a\xab\xfd\x9d\x90\x7b\x11\x7b\xa5\x45\xe7\x65\xd6\xf2\xea\xf9\x0e\xe6\xd4\x0b\x35\x70\xab\x56\xb2\x41\x20\x1f\xc5\x3c\xbe\x28\x1b\x0c\x37\x44\xd9\xba\x76\x95\x56\x12\x76\xe1\x3f\x45\x92\x8f\xdc\x10\xa3\xe2\x3c\xfe\x0d\x2a\x9e\x3e\xd8\x4b\xfb\xa2\x76\x49\xcb\x70\x63\x96\x67\x53\x56\x4e\xd8\xbc\x18\x6e\x1c\x7c\xd2\x89\xfd\x9e\x28\xf7\x20\xbc\x38\x75\x3d\xdc\x38\xb8\x80\x1f\x0d\x70\xfb\x3d\xe8\xf2\x27\xe9\x78\xb1\x1d\x57\xbc\x36\x3c\xc5\x64\x73\xb3\x32\x86\x89\x6b\x1e\x70\xce\x04\x0e\xc3\x19\x70\x6f\x89\x6b\x58\x5b\x52\x79\x39\xcc\x06\x42\xf6\x41\xf8\x9b\x61\xe5\xd8\x38\x10\x47\x7b\xde\xc1\xc7\xfe\x7e\x2f\x71\x88\x3d\xa0\x13\xf7\x0b\xea\x19\x5a\x0d\xfd\x03\x0b\x89\xb9\xa0\xab\x75\x3c\xff\x93\x05\x07\x92\x5d\xce\x32\x71\xf1\x71\x9e\x94\xb1\x2b\x4b\x5f\x9c\x84\x81\x3a\x58\xb6\x05\x3e\x63\x37\x55\xd6\x20\xf7\x45\xd7\xa1\x90\xa4\x7f\x03\x8a\x30\xc9\x0a\xf6\x91\xa5\xf3\xd3\x54\x30\x68\xb0\x74\x1b\x3b\x44\x29\x8a\xc2\xa9\x29\x88\x0c\xb6\x46\xe3\x94\xe5\x7d\xd2\x9e\xe5\xd9\x5d\x1c\x41\xd8\x0e\x6e\x8e\x18\x51\x08\x5d\x7f\xdd\x6e\x57\x03\x34\x95\x11\xba\xe6\x87\xac\x2c\xb3\x29\xcc\x6c\x4d\x05\x7f\x93\x17\x1f\x77\x1b\x4b\x28\xb5\xb6\xb3\xbd\xfd\x7f\x5c\x1a\x4b\x35\x47\x86\xa7\xd3\x2f\x0a\xd7\xff\x56\x1d\x67\x46\x5d\x95\x91\x26\xfd\x62\xbb\x20\x1c\x90\xbd\xfa\xa8\x72\x85\x69\xeb\xd9\xe3\xcf\x1e\xd7\x66\xcc\xaf\x47\xd9\x71\x27\xf4\x8e\x94\x74\x54\xd4\xeb\x97\x57\x80\x5c\xe3\x4c\x5e\x0a\x72\x0b\x9b\x1a\xcb\x4b\xb4\xbd\x09\xdb\x08\x62\xa3\x97\xbc\x26\x2d\x0a\xa1\x17\x5b\x10\xd4\xac\x89\x91\x49\x1c\xde\x0e\x96\xed\xea\x96\xb9\xed\x07\x6c\x5b\xe7\xa5\xed\x80\x67\xc4\xa5\xa3\xf9\x1f\x94\x76\xb4\xab\x27\x1b\xe6\xe8\x8c\x26\x6e\xfc\x33\xd8\x24\xce\x30\xfc\x33\xd8\x04\xe7\xd8\x1f\xcd\x26\x28\xfd\xc7\xb0\x69\xf9\xac\xee\x1b\xe0\x13\xce\xb3\xda\xba\x54\x5f\x29\x86\x6f\xb0\x0d\xc7\xbf\xed\xe3\x0b\x4b\x64\xa9\xf6\x56\x8c\x72\x2b\xd2\x3b\xa8\xad\x85\x4e\x68\x6d\x14\x19\xb7\xb3\x04\x83\x2f\xe8\x08\xf7\xc3\xaa\xde\x34\x79\xdd\x8d\x0f\x96\xe3\x88\xcf\xcd\x20\x43\xae\x59\xad\x59\xf0\xed\x19\x56\x23\x77\xb2\xdf\x31\xb3\x02\x9e\x2d\x69\x3a\x16\xce\xda\x15\xb9\xea\x6a\x58\x53\x09\x11\x38\xd4\x34\x98\x60\xf7\xc1\x29\x65\xe2\xcf\xbc\xcb\x84\xdc\x26\x66\xc6\x1a\xf8\x5c\x28\x46\x74\x4a\x6c\x4d\xf1\x59\x42\x43\x36\xc9\x92\x88\xf1\x25\xf5\x11\xb7\x89\x84\x0f\x9c\xd3\x5d\xb7\xff\xaa\x3f\xa5\x83\x0d\x3a\x1d\x9b\x36\x8d\x35\xd7\x55\xb1\xf8\x73\x29\x64\x9d\x57\xdd\xe0\x8b\xe0\x12\xaa\x21\x9a\xfc\xc3\xaa\x01\xeb\xbe\xeb\x73\x7d\x7c\xee\xf7\xa4\xf4\x3d\x2c\x96\xf5\x3b\xc0\xea\x6f\xd9\x74\xf2\xc4\xd4\x39\x4f\x96\x50\x74\x11\xb2\x89\xa5\x4f\xea\x79\x29\x88\x8f\x97\xcc\xdf\x27\x97\xd5\xde\x97\x41\xa0\xfe\xd6\x08\x26\x77\x6e\x4c\x5b\x12\x3e\x34\x02\x38\xf6\xb9\x2a\x60\x47\x66\x23\x22\x25\xde\x67\x0d\xeb\x98\xb3\xb5\xdc\x55\xd0\x47\x8a\xcb\x4f\x1e\x1f\xba\x7e\xa3\x1d\x75\x22\x1e\xdf\x0e\xb5\x99\xe6\xc0\xa2\xb2\x1e\xc4\xe1\xd8\x9a\x74\xa0\x73\x94\x6a\xc0\xdc\xa8\x03\xac\x3b\xbc\x4d\x74\xb9\x95\xc0\x1f\x26\x4b\xbf\x4f\xe2\xad\x13\x37\xd8\x6d\x8f\xf3\x9e\xc4\x9e\xdf\xa9\xcc\xe0\xbb\xe4\xeb\x1f\xef\xaf\x14\x57\xdc\xd1\x64\x0a\xb1\x45\xb7\xf2\xf8\x66\x52\x0e\x37\xb4\xef\x36\xe1\x16\xdb\x46\x65\x58\x19\xdc\x35\xae\xdf\xae\x48\x51\x79\x05\x6a\xcd\x3e\x83\x82\x62\x77\xda\x6e\xa4\x20\xe4\x09\x0d\x7c\x74\x64\x00\xa8\xce\x1d\x19\xe0\xdd\x9b\xc6\xd8\x86\x8e\x80\x00\xeb\x2f\xf1\x8b\xbb\x90\x4d\xaf\xe7\x7c\xcb\x45\xee\x07\x83\x14\xd6\xa2\xbb\x55\x92\x52\x0b\xbc\x47\xd3\xc5\xb7\x44\xbf\x7b\xdc\x9d\xe1\xfa\x0d\x4f\x8b\x9c\x3e\x79\xf7\xc6\x56\x12\x40\xe2\x81\x88\x26\xbc\x26\x0a\x9a\x67\xd3\x40\x56\x1d\xf4\x14\xd0\xb3\x2a\x54\x09\x1c\x46\xb4\x5f\x7b\x70\xec\xfe\x54\x42\x0d\x42\x7e\x70\x92\x89\x00\xbf\xbf\xc2\xce\x55\x44\x16\xac\x74\xed\x16\x28\x29\x13\xf5\x9a\x61\x88\x9d\x21\xc6\x1e\xae\x5f\xdc\x04\xa6\xf9\x62\xb8\x71\x70\x34\x9d\x95\x0b\x79\xba\x5d\x60\x7d\x12\x09\x17\xea\xaa\x54\x6b\x4a\xcb\x3c\xfe\xd2\xaa\xbd\x1b\xa2\x07\x4e\x33\x3d\x8e\xad\xac\xff\x34\x08\x22\x71\x41\xb2\x31\xb9\xcf\xb3\xf4\x46\x1c\x06\x69\x2d\x2d\x12\x56\x2d\x4f\xde\xe3\x20\x23\xa6\x69\x91\x47\xa3\xc8\x1d\x44\x5a\xe9\x74\xab\x31\xdc\xb4\x25\x63\x3c\x4b\xa2\xd8\x28\x06\x98\x98\x42\x84\xf1\xa8\x27\x08\x35\x31\x58\x33\x00\x52\xfb\x66\x20\xc7\xc1\xd2\x56\xe8\xa4\x77\x50\x0b\x93\x6a\xa8\x09\x4f\x24\x4e\xb2\x88\x3d\x35\x88\x88\x30\x7f\xdd\xaa\xc3\x88\x00\x92\xc7\x0c\x14\xb0\xd6\x20\xd5\x27\x67\x44\x54\x1d\xde\xf2\xf7\xc4\x43\x5d\x17\x5b\xa4\x21\x4a\x04\x30\xed\x4c\x88\x43\xa5\x5e\x44\xa7\x09\x7d\xa0\x7e\x1b\x2e\x2f\x33\xdc\x67\xeb\x4e\x07\x83\xc5\xd9\x7d\x72\x9c\x16\x25\x4d\x4b\xd1\x04\x23\x48\xe1\xea\x21\x94\x52\xcc\x1c\x28\xc1\xea\x13\x08\x8b\xa7\x60\x94\x47\x8f\x1d\x18\x0d\x6e\x3f\x01\x1d\x9c\xfb\x72\xa1\x43\xb7\x3a\x64\x00\x76\xac\xd9\x11\x57\x44\x0d\x56\x54\x54\xfe\x09\x7c\xe3\xaf\xeb\xe4\xe9\xc8\xa8\xf5\xc0\xa8\xf5\xaa\x4c\x6e\xad\xaf\xa9\x78\x6d\xc7\x60\x45\x95\x39\xc3\xb0\xea\xc0\xa2\x30\x43\x24\xf1\x34\xae\xce\x5b\xef\x9f\xeb\x5b\xee\xb8\xbd\x5f\x11\x51\x07\xfa\xc9\x97\xf3\xcb\xab\x0e\xfc\x6b\x05\x6b\xe6\x4b\x06\x7d\x30\x7c\x5b\xdc\xf2\x52\xea\x52\x3e\xf1\xa2\x7d\xfb\xba\xac\xad\x2b\x65\xc1\x22\x89\x43\xd6\xde\xf6\x8c\x82\x35\xb5\xa4\x5f\xc4\x90\xd7\xf6\x81\x08\xbd\xec\x85\x79\xcf\x18\x32\xc6\x74\x67\x4f\x63\x22\xc2\x7c\xc3\xa3\x76\x7f\xfc\x1c\xe6\x98\x42\x74\xed\xe4\xeb\x57\xf2\x2f\x9d\xdd\x50\x77\xca\x77\x57\x38\x3b\xcf\x45\xc8\x32\x7d\x79\x0f\x2e\x29\x64\xf7\x45\xbf\x52\xcf\x55\x70\x57\x91\x0d\x62\xc6\x22\x32\x10\x27\x19\x5e\x55\xa8\xa3\x4c\x60\x16\x8f\x8e\xd8\x8d\xdd\x1f\x38\xea\x16\x16\x94\xbc\x7a\x65\xcd\x7c\x9d\x2a\x50\x5b\xc1\xb4\x96\xd3\x77\x61\x38\x99\xbc\xf3\x0d\xb1\x37\x31\x40\xbc\x34\x4b\xff\x75\xc4\xeb\x06\x85\xa5\x18\x3d\x1c\xe8\xb7\x63\x34\xde\x3a\xb2\x6e\xcf\xfc\x30\xe5\x96\x39\xb9\x65\x8b\xc1\x12\x90\xd8\x0e\xbd\xfd\x32\xaa\xfb\x52\x8c\xc9\x49\xc4\x30\x1e\x2c\x8b\xae\x50\x0c\x2b\xf9\x14\xce\x60\xa9\xb8\x59\x77\xe9\xec\xf7\x6a\x48\x5d\xd5\x2c\x0b\x79\xee\x6d\x73\x93\xc8\x9f\x97\x3b\x57\x2b\xb2\xaf\x35\x88\xb8\xbd\x44\x26\xbc\xfa\x89\x19\x91\xdf\x48\x02\xc8\x83\x14\xec\xf7\xca\xdc\xdc\x1d\xb0\x4f\xb7\x13\x78\x80\x43\x09\x0e\xef\x3a\x25\x16\x2a\xd4\x6e\xd7\x7d\x41\xc4\xbc\x0f\x25\xe4\x40\x4e\x4d\x4f\x92\x03\x3c\x69\x29\x31\x70\xbc\x63\x41\x88\x11\xa3\x7e\xce\x8a\x43\xe1\xa3\x80\x30\x8c\x82\x85\xc8\xf7\xf4\xda\xf9\x95\xe8\x27\x5c\xee\x6c\xdc\x96\x20\xdd\x5d\xee\x5c\x91\x17\xa4\x45\xfe\xbd\x45\x5e\x90\xbb\xcb\xed\xab\x57\x76\xd9\x55\xed\xe1\x15\xf9\xec\xca\x70\x98\xb6\x50\x5e\xdf\x0c\x43\xac\x9a\x51\x4d\x20\xa8\x29\xd5\x67\xbb\x39\xc6\x63\x0c\xd0\x84\x09\xbc\x01\x72\x1c\xd5\xd8\x64\xd6\x32\xcb\xf9\x94\x17\xbd\xa5\x25\x2b\xcd\x77\x8b\xba\xf3\x34\xfe\xd2\x9e\x5c\x6e\x5f\x75\xba\x65\x76\x7c\x7e\x2a\xef\xcb\x81\xe6\xe8\xd4\xda\xea\x1a\x5e\xe2\x4f\xc4\x17\xec\xbe\xcb\xe9\x0d\xd8\x55\x30\xe0\xb6\x04\x61\x75\x1f\x3a\x40\x38\xa4\x7c\x22\x85\x99\xfc\xfb\x52\xbc\x39\x54\xc6\x65\xc2\x06\x4b\x8b\xfc\xd5\xc1\x92\x93\xbc\x92\x0f\x00\x39\x7d\x13\xfb\xa3\xdc\xe9\x9d\xd8\xef\x61\x4a\x6b\x45\xec\x56\xaf\xd6\xf5\x61\x93\xbe\x71\x9f\xf0\x9a\xe5\xac\x45\x56\xab\xff\xa5\xda\x08\x0f\xa8\x15\x59\xd6\x45\xb3\xb6\xa7\xf2\xaf\xd3\x32\xd2\x5c\x45\x5a\x46\x3c\xe4\x61\xb8\x4f\xa4\xe6\x1f\x6e\x6c\x5b\xbe\x19\xce\x00\x81\xa1\xde\x86\x32\x3a\x30\xd7\x78\x5c\x24\xad\x42\xa8\x99\x9d\x75\x44\x0a\x23\xf8\xf7\x10\x09\x18\xfe\x49\x44\xda\xb7\x57\x1f\x36\x70\xf4\x72\xf9\xc7\x54\x46\x5c\x61\x91\x5a\x2a\x8b\xb9\x8c\xaf\xb4\x1e\x32\x74\xf0\xa8\xa9\x76\x14\x96\x4a\x36\xf0\xe6\xc3\xd3\x96\xef\x44\xbf\x17\xf6\x93\x38\x15\xd9\xd7\x4f\x6b\x11\xb8\x0d\xc7\x22\xb2\xac\x8b\xda\x4a\x1a\xfe\x85\x27\x62\x30\xc8\x83\x4c\x5c\x31\x8d\xe3\xbc\x28\xc9\xd2\x10\xd7\x55\xd7\xe4\x73\xf3\x21\xcb\xca\xe7\xb9\x7c\xa6\x8d\xaf\x47\x37\xce\xb4\x26\x5d\xed\x3b\xc9\xca\x38\x64\x46\xf3\xce\x27\xd9\x3d\x27\x78\x9a\xe5\x8c\x94\x13\x9a\x92\x65\xdd\xa2\x5b\x49\x03\xde\x23\xbc\x13\x78\xf1\x6c\x3c\x16\x8a\x45\x2a\x13\xb8\x3e\x37\xce\x72\xb3\xce\x19\xcb\x21\x33\x0d\x19\xc9\x19\x2d\xb2\xb4\x78\x32\x0f\xf6\x85\x63\x00\x5e\x6f\x34\xbd\xa6\xc8\x17\xcb\x7b\x66\xab\xbe\xa5\xba\x5f\x8e\xb2\x68\x71\x00\x9d\xc0\x25\x1d\x52\x95\x53\x05\x30\xcb\xb4\xf4\x3e\xd7\x1e\xc5\xa9\x16\x7d\xd6\xcc\x63\x78\x0e\x27\xaf\xfb\xa4\xb6\x5a\x44\x6e\x3e\x0b\x16\x96\x3b\x2e\x7c\x72\xdd\x33\xa9\xf9\xee\x26\xb5\xf5\xc4\xc1\x7e\xcf\xf0\x72\xc9\x47\x4c\xe7\xe1\x2d\x2b\xcd\x10\x83\xc6\x03\x0e\x1c\xcf\xa4\x2b\x8b\x68\x74\xf0\xdc\x96\x09\x4d\xb2\x31\xa9\x17\x53\x35\x24\x6c\xcc\x17\x02\x22\xfb\x72\xfb\x0a\x16\x3b\xbb\x7c\x21\x84\x3f\xed\x90\xd7\xa4\x75\x09\x27\x0f\xda\xd5\x72\x5e\x86\x10\xe1\x2b\xb1\xc7\x20\xd9\xe6\x48\xae\x00\x49\xa7\x42\x22\x49\x13\x1a\x11\xe8\x79\xa1\xe0\x84\xd9\xe5\xb5\xaa\x2f\x3e\xff\x22\x2a\x7c\x41\x5a\x7d\x23\x67\x57\x98\x68\x2d\x57\x4c\xa0\x46\x55\xd3\x5a\xb6\x56\x24\xcc\xe6\x69\xd9\x5f\x4e\xba\xf0\x63\x45\x8a\xf9\x94\xa7\x8a\xf9\x74\x45\x96\x92\xba\x15\x59\xb6\x56\xea\xcc\x45\x93\x6c\x29\xcf\xbb\x5e\x06\x3f\xde\xfb\xde\xe4\x71\x12\xb1\x23\xc5\x3b\x2a\xfa\xb2\xb1\x7e\xe9\xc4\x15\x7f\x51\x7d\xd6\xf7\x89\xed\x97\x51\x44\xa7\xe1\xf3\x13\xd5\x7a\x1d\x3e\x81\xd8\xca\x87\x27\xec\x07\xec\x14\x19\x66\x8c\x0a\x0f\x5f\x23\x5f\x91\x01\x51\x57\x6b\x1c\xec\xb7\x4f\x31\xc0\xea\x78\x0b\x8e\x6c\x18\xa3\xdd\x78\x6e\xd2\xb5\x41\x63\x68\x85\x0f\x19\x8d\xe0\x14\x40\x9f\x2c\x15\x75\xab\x69\x41\x36\x59\x5a\xcc\x5e\x11\xf3\x1e\xe2\xd2\xd8\xca\x35\x0b\xf0\x5e\xd3\x6f\x16\x9a\x6d\xa9\xd4\x96\xf9\xcc\x64\xb5\x07\xd3\x28\x03\x98\xbf\x42\x10\x22\x16\x26\x34\x67\x92\x95\x17\xef\x0f\x4f\x4e\xcf\xaf\xff\xf3\xc7\xa3\xb3\x9f\xaf\x7f\x3c\xfb\x60\xf8\xc4\x34\x36\xbe\x92\x07\xf6\xfc\x78\xf6\x81\x0c\x6a\x20\xaf\x86\x29\xd7\x02\x55\x09\x08\xdf\xc4\x07\x1e\xfe\xb4\x5c\x92\xae\xfe\xb2\x5a\x29\x1f\xb9\x81\xb9\x35\x29\xcb\x59\xbf\xd7\x4b\xb2\x90\x26\x93\xac\x28\xfb\x3b\xdb\x7f\xdd\xf6\x5b\x42\x68\x2a\x21\x7e\x74\x30\xe6\x25\x8a\x6b\xe9\x55\x57\x33\x3d\x57\x14\x4c\xd3\x5d\x2b\x82\x0a\xc3\x01\x84\x1e\x14\x45\x7e\x60\xf8\xf2\x91\x41\x50\xf4\x66\x90\x0f\x71\x81\x37\xb5\xaa\xd6\x57\x50\x32\x88\x71\x98\xa5\xe3\xf8\xa6\xe5\x7a\xd5\x38\x65\x39\x2d\x19\x44\xd0\x6f\xd7\x1f\x8d\x55\xcf\xb1\x5e\xab\xc7\x9f\x69\x1a\x65\xd3\x76\xa7\x0a\x38\xb2\x1b\x74\xba\xc5\x7c\x54\x94\x79\xdb\xf7\xc8\x5f\x3b\xab\x86\x47\xa0\x47\x0b\xf0\x13\xc9\x25\x10\x1f\x7b\xc6\x95\x59\xb9\x2d\xc5\xab\x9d\x19\xe7\x73\xeb\x58\xaa\x7d\xb3\x01\xd9\xbf\x38\x68\x67\xa3\x5f\xfa\xe4\xa2\xd3\x27\xd9\xe8\x17\x12\x17\xe4\x24\x4b\x4f\xe6\x49\xc2\x15\xd3\xfe\xc5\x01\x1c\x15\x1d\xfd\x52\x3d\x54\xb7\xb9\xa9\xd3\xfa\x79\xe0\x7a\x25\xd5\xa3\xa4\xe2\xb6\xab\x79\xbf\xdc\xf9\x6e\x39\x4b\xcb\xb8\x5c\x7c\xa4\xb3\x35\x2f\x40\x55\x51\x32\x5b\x9b\xad\x3e\x69\x6d\xd2\xe9\xec\x95\x3a\x80\xd9\xda\x87\x4f\x49\x59\x7d\x39\x80\x2f\x37\xc6\x97\xe1\x06\x7c\xfa\x75\x9e\x55\x1f\x87\x1b\xad\xe1\x06\xff\xfa\x6f\xbb\x7f\xad\x4a\xf6\xa0\xe0\xbf\x7d\xf1\xdf\xc9\x6f\x2b\xac\xa5\x64\xd7\x15\x65\xde\xe9\xe6\x0c\x4e\x1d\xb5\x7b\x97\x9b\xfb\x07\xc3\x8d\x56\xef\xaa\x77\xe3\x91\xf1\x3c\x0d\xe1\xe4\x51\xbb\xe6\x40\xd5\x8d\xbd\x94\x8f\x42\x36\xbd\xca\x27\xcc\xcc\x8b\xcc\x58\xd5\x0d\x48\xfb\xc1\xa7\xb2\xea\x4c\xe6\xe3\x5f\xbe\x66\xdb\xe4\x44\x45\x4e\x7d\x50\x68\xf0\x1c\xa7\x55\x2b\x7e\x76\xb7\x05\x4f\xeb\x2f\x5b\x86\xdf\x10\x8a\x09\xee\x38\x2c\x12\x64\x79\x08\x3b\x32\x4e\xe5\x4a\xb5\x63\xde\xd4\x17\x79\xf8\x69\xdc\x8e\xf5\x8c\xa2\xac\x45\x9a\x04\x00\xf0\x82\xb4\x06\x22\x62\x8e\x7c\x0b\x17\xfe\x77\x55\x8f\x93\xa3\x1e\xf5\x17\xcd\x7b\x31\xc0\x18\x85\x53\xc6\x23\xa2\x7d\xab\xd6\x2b\xa3\xe7\x05\xc8\x9a\x57\x14\x75\x70\xf1\x01\x69\x47\xf2\xf7\x39\x1a\x01\xe8\xda\x3d\x76\x73\x57\xe5\xed\x28\x7b\xb2\x7a\x1d\x9c\x63\xd5\x08\xb3\x5d\x01\xe9\x67\x51\xb7\xc9\x7d\x5c\x4e\xb2\x79\x49\x28\x99\xa7\x71\xd9\x45\x48\xb7\x6d\x93\x52\xe1\x3c\x3b\x92\xd1\xd2\xce\xd8\xcd\xd1\x97\x59\xbb\xf5\x3f\xed\xf6\xe5\xf6\xd6\x5f\xaf\x5e\x74\x16\x9d\xd7\xfa\xf7\xbd\xf1\x3b\x32\x7e\x4f\x8c\xdf\x53\xe3\x77\x61\x7e\x2f\x3a\xaf\x9f\xcb\xae\x51\x5e\x6d\x11\xce\x6c\x40\x8c\xa6\x75\xe1\x6b\xbb\x22\x4c\x40\x80\x99\x2c\x01\xd6\xb1\x4a\xc9\x73\x34\xcf\x8d\x77\x67\x7b\x3d\xf2\x89\x77\x19\x29\x27\x32\xa0\x24\xa1\x25\x99\x65\x05\xf9\x3c\xcb\x8a\xcf\x5c\x36\x79\x4e\xce\x6e\xd8\x17\x08\x4e\x35\x2f\x18\xf9\x3c\x9d\x27\xe5\x67\x52\x66\x44\x46\x80\xa0\xa5\xc4\x05\xef\x57\x4e\xf9\x6a\x69\xc2\x52\x42\xa3\x08\x32\xd5\x62\x37\x03\x5c\x65\x56\xd2\x44\x3d\x78\xa9\x5a\xd3\x35\x1a\x0f\x8a\x3d\x2b\xaa\xc7\xfd\xa7\xb0\x13\x66\xbc\x03\x63\x0c\x13\xd9\xf2\xcb\x59\x56\x08\xe3\x59\xeb\xe4\x07\x5e\x7b\x92\x61\x47\xd4\xcb\x9d\xc7\x69\x89\x70\xa9\x91\xc2\xd9\xf5\x62\x40\x52\xf2\x1d\x90\x81\xae\x5c\x4f\xf9\x6c\xb5\xb3\xbd\xad\xc3\x4a\xc3\x3f\xfe\x1e\xf9\x8e\xec\x06\xdf\x77\x20\x74\xe1\x42\x14\xdc\x6b\x2a\xf8\x52\x14\xbb\x17\xc5\x02\x67\x31\x51\x24\x12\x45\xfe\x62\x17\x11\xb9\x13\x91\xbb\xb3\x6d\x64\x8b\x9c\xa9\xcc\x91\xb4\x8a\x8f\x85\xfc\xc8\xe9\x92\xc5\x0a\xa4\xde\xa3\x79\xee\x1e\xe1\x62\xd5\x8b\x86\xb8\xb1\xd5\x60\x69\x5d\x2e\x70\x10\x6f\x30\xaa\xf6\x63\xb8\x15\xd5\xd2\xa2\x3b\x2d\xdc\xfb\x46\xad\xed\xa2\x55\xdf\xee\x19\xf3\xfa\xf8\xe8\x55\x35\x61\xe1\xf0\x08\xfb\x42\xc3\xb2\x0a\x2a\x61\x09\x0b\xe4\xf2\x09\x7c\x5a\x90\xff\x03\x90\xa0\x60\xb7\x1f\x25\x2a\x77\x64\x40\x8c\x00\x8e\xd3\x82\xf4\x00\x85\x19\x72\xf4\xce\x8a\x1d\x05\xb2\xf3\xf9\xf9\xf2\x6e\xf5\x7c\xc9\xc9\x5e\x55\x4f\x87\x4f\x0b\xb2\x35\x20\x77\xa6\x5c\x59\x8f\xdf\xf4\x7a\xe4\x34\x4d\x16\x92\xe3\x64\xc1\x68\x5e\xc0\x18\xbc\x67\xec\xb6\xe0\xf5\x89\xa1\x39\xa5\x71\x1a\xb1\x9c\x9b\x2e\xbf\xb1\x3c\xf3\x08\x2d\x48\x2c\x0f\x63\x94\x4c\xa1\x62\xb4\x88\x59\xce\x07\x61\xce\x68\x44\xfe\xba\x1d\x09\xa7\xc7\x8e\x7f\x1f\x44\x30\xfc\xc6\xed\xd6\xa2\xb5\x46\xa0\x3d\x08\xe7\x29\x9a\x3b\x6e\xb7\xee\x1b\xcb\xbe\xac\x4a\xca\xb2\x91\xbb\xac\x47\x0c\xd7\xf9\xb8\xdd\x9a\xd4\x8a\xd9\x25\xa6\x66\x09\x3b\xb3\x90\x99\x35\x20\xc8\x30\xbe\x1a\x72\x9e\x5b\x5b\xb3\x1f\x0f\xff\xeb\xfa\xe2\xf8\x23\xd7\xfa\x3f\xc4\x37\x5c\x2b\xb4\xfe\xea\xfb\xbb\xbb\x2f\xfd\xed\xdd\xe0\x2f\xdf\xef\xbd\x7c\xf9\xfd\x5f\xb6\x5f\x82\xb6\x96\x00\xc7\x27\x0a\x00\xd9\x9a\xda\xfa\x01\xf5\x02\xd1\x4d\xf9\x02\xe0\x82\x7d\x29\xeb\x13\xa1\x69\x27\xab\xbd\x86\x32\xd4\x00\x46\x58\x54\xcb\xcd\xa2\x6b\x11\x42\xa2\xab\xa9\x0f\xc9\x35\x55\x74\xba\x02\xba\xdd\xfa\xf9\xe7\x9f\x7f\xde\xfa\xf8\x71\xeb\xed\x5b\xf2\xfe\x7d\x7f\x3a\xed\x17\x45\xcb\xae\x52\x19\xd1\xff\xa0\x49\xac\xe3\xf8\x94\x46\x85\x86\x21\x5e\x92\x83\x8a\x41\x9b\x9b\xa4\x24\xfb\x9a\xc3\xae\x67\xe4\xef\x71\x2c\xa3\xc1\x81\x8e\x3d\x84\x38\x60\xc1\x4d\xe6\x53\x9a\xc6\xbf\x21\xbb\xc3\x7c\x81\xa1\x59\x3f\xc9\xe8\xb0\xf1\x0d\x87\x31\x41\xc8\xbe\xf0\xc2\x6c\x89\x4b\x24\xc6\xdc\x3c\x4f\x79\x71\x16\x7d\x84\xd2\x6e\xb0\xad\x1d\x3e\xac\xcd\xef\x7d\x94\x7c\x55\xb7\x33\xaa\x4d\x26\xf5\xa5\x8d\x6b\xf2\x08\x97\x63\x64\x25\x14\x58\x23\xe9\xb9\xd4\xac\x4a\x05\x73\x94\x2d\x6d\x80\x70\x16\x9e\x36\xa2\x4f\xe7\x25\xb3\x0a\x4f\x1a\x0a\x4f\xb2\x79\x6e\x15\x8d\x1a\x8a\xd2\xe2\x2d\x5d\xe8\xb2\x60\xd8\x59\xea\x59\xad\x24\x9f\x2f\x39\x67\x56\xcf\x97\xd1\x2a\x22\xcf\x97\x93\xd5\x84\x3c\x5f\x4e\x57\x53\xf2\x7c\x59\xac\x8a\xcf\xd8\x3a\x9c\x3c\x84\x64\x3d\xf8\xf4\x21\xf0\x26\xc0\xe2\x21\xc0\x62\xd5\x7d\xbe\x9c\xd6\x01\x2d\x09\x3b\x58\x87\x03\x97\xed\x96\xd9\xbb\xf8\x0b\x8b\xda\xbb\x9d\xd5\xd4\x44\x8b\x27\xd5\xc6\x59\xfd\x8c\x25\xb4\x8c\xef\x98\x0c\xd0\x94\x97\x86\xd5\x0e\x71\x42\x1f\x1c\x49\x32\x6a\x77\xa5\xf3\x14\x9a\xaa\x53\x45\x99\x7d\xc7\x94\x7f\xc2\xee\x98\xb9\xfc\x92\xdf\xed\xe1\xdd\x66\x69\x44\xb6\x44\x5d\x1d\x4b\x7d\x43\x38\x4f\x7d\x6e\xa3\xf7\x3f\x37\xc3\x61\xf4\x62\x38\xec\x76\x5f\x0c\xba\x2f\x9e\xf7\xea\x0d\x8f\x58\x98\x45\xcc\xf4\xc1\xbc\xcb\xb3\xa9\xf4\x4a\x29\x37\x03\x7e\x13\xa8\x5f\x39\x57\x8c\xe3\x45\xda\xc1\xd4\xb0\x6c\x91\xab\x3f\x63\x89\x31\xcf\x13\x1d\x8f\x59\x3c\x61\x2c\x7c\x20\x7c\x59\xbd\xd3\xe9\x16\xb3\x24\x2e\xdb\xad\xcd\x96\x35\x63\x69\xb0\x6e\xce\xa2\x79\xc8\xf6\x0d\x6a\x0e\xda\x6d\x08\xbf\x53\x78\xba\x98\x7a\xcd\x11\x45\x02\x12\x85\xde\xc0\x13\x75\x03\x99\xc2\xbb\x88\x6a\x27\x1c\x42\xd3\x0e\xc8\xe7\x9b\xe7\x4b\x03\x68\xd5\xfd\x6c\x58\x3d\xaa\xaa\x2e\x74\x49\xf1\x53\x5c\x42\xe8\x55\x01\xbc\x62\x5f\x66\xf9\xe0\x73\xa7\xe6\x52\x17\xd9\x1f\x18\x98\xe0\xf0\xdb\xde\xc7\x54\x9c\xab\x5c\x98\xdd\x6e\x57\xb6\xaf\xfa\x86\x36\xf1\xe3\xa8\x6f\xf8\xa3\xda\xf8\x0e\x2a\xf8\x0a\x3e\xe3\x86\x7c\x46\x25\xf4\xfb\x0f\x15\x93\xc5\x21\xaf\xb8\x23\xb9\xdd\x86\x38\x86\x9e\x10\x34\xd7\x21\x02\x49\xf4\xcc\x66\x88\x68\x62\x87\xcf\x82\x86\x90\x76\x4b\x56\x94\x6d\x81\x6c\x68\xed\x31\xbf\x16\xa1\x10\x45\x7d\xd0\xf2\xbc\x60\x42\x48\xdb\x12\xbd\x96\x17\xcd\xcc\x4e\x87\xd4\x76\xf8\xfb\xbc\x5d\x05\x8e\x52\xea\x74\x2f\x9a\xec\xaa\x22\x6a\x5e\x39\xe3\xfe\x09\x26\x0a\x99\xf6\x88\x78\xbf\xb1\xc9\x21\x20\xd0\xc3\xba\x8e\xd3\x8d\x46\x12\x44\xa6\xd8\x37\x07\xe0\x81\xa5\x54\x2e\xb3\x59\xe9\xf1\x35\xe4\x95\xd0\x2c\xbc\xe1\x62\x6c\x0c\xd0\x7c\x28\x86\x72\x04\x07\x0e\xf9\x92\x03\x92\x3f\x9e\x1d\xeb\x67\x71\xda\x77\x34\xa9\x7c\x55\xc3\xe1\x8b\xde\x8d\x07\x5b\x21\x1d\x74\x70\x2b\x9b\x95\xd6\x61\x2d\x2e\xc2\x2d\x7b\xe3\x77\x29\xdf\x18\x42\xd5\x56\x6f\xc1\xe8\x18\xcd\x0e\x40\x11\x2e\x0f\xd3\x2b\xfc\x16\xe4\x35\xb1\xae\x9d\x92\xda\xfb\x46\xb5\x4a\xe4\xf1\x66\x47\x45\xfa\x34\x7f\xbd\xae\x9d\x56\x0d\x0f\x1c\xc2\xbe\x8e\xe1\x65\xbc\x3e\x1e\xac\xb9\x8c\x01\x87\x23\xd2\x9b\x58\x3b\xf6\xb0\xad\x8e\xdd\x03\x70\x07\xe4\x59\x86\xb2\x24\x7d\xb2\xb4\x6b\x67\x69\x84\xeb\x96\x07\xa4\xc0\x2a\xb2\xa9\xaa\xfa\x40\x85\x81\xac\xa6\x1c\x44\x95\x83\x59\x6c\xd6\xd0\x46\x33\x3e\xa3\x76\x0a\xac\x6d\xa3\x01\x72\x00\x96\xdf\x12\x05\x85\x74\x35\xd3\x1d\x81\xbc\xde\x30\x67\x7c\xc8\xb5\xb2\x56\xc5\xfb\x61\x0e\x7c\xf5\x88\x85\x8f\x92\x09\x3b\x72\xbf\x1b\x73\x2d\xd0\xe0\xa3\x70\x43\x74\x88\x6b\xe9\x75\x71\x4a\xaf\x19\x38\xf0\x3f\xce\x4f\x4f\x84\x0e\x7c\xa0\x87\x65\x88\x72\x97\xac\x88\x60\x7a\x35\x2e\x62\x7b\x03\xba\xac\xd1\x46\x82\x69\x41\xbc\x01\xd1\x36\x9c\xcf\x2a\xc6\xbf\xd0\x70\x27\x74\xca\x2a\xc3\xe9\x4e\xc4\x89\xd5\x4e\x4f\xfd\x48\x5e\x15\xfb\xd2\xb2\xa6\x2a\x4b\xef\xe6\xf9\xf2\x96\x2d\xb8\xa5\xa8\x11\xaf\x06\xcf\x97\x2c\x75\x29\xb7\x39\xeb\x48\x0f\x83\x83\xfc\x32\xb3\xac\x9a\x25\x9f\x10\x75\xe4\x3f\xfd\xd2\x11\xb7\x24\x9a\xec\x3b\xc1\x02\x3e\x9f\xfd\x9d\x2d\xc8\xc0\x64\x09\x67\x86\xa9\x8d\x65\x3b\x8c\x47\x24\x8c\xe7\x8e\xd4\x4d\x1e\xd9\x56\xe3\xa1\x24\x1c\x9f\xba\x16\x08\xba\xf9\x95\xa4\x86\x37\x92\x1a\x5f\x48\x32\x85\x4b\xd7\xad\x9f\x4c\x5a\x91\x01\x31\xdf\x3d\x92\x2c\x14\xab\xdd\x4a\xb3\x49\x6a\xb9\x6e\x33\x16\xe0\xfa\x6b\xbf\x76\xa8\xd8\xb4\xf9\xa4\x5d\x83\x78\xda\x16\x73\x8d\x27\x1e\xa8\xf1\x9c\x25\xf8\x9c\xe2\x11\x7d\x07\xd9\x9e\x2f\x5e\x93\x6d\xd2\x27\x3b\x0d\xc0\x6a\xae\xd0\xb7\xa9\xc8\x6b\xb2\x43\xfa\x64\xbb\xa1\xbc\x39\x27\x78\x96\xf3\x4f\x2a\xf6\x06\xc8\xa6\xa7\x16\x5c\xef\x2a\xb8\x31\x98\x0a\xcd\xab\xbf\xbb\xb4\x9e\xf0\x9a\xe2\xf2\x5c\xcf\x2f\xad\xc7\x81\x15\x94\x27\x54\x90\x18\x18\xf1\x78\xd1\x36\x45\xa8\x89\x0b\xfa\xbd\x04\xf9\x38\x82\x1a\x0b\x5c\x92\x5e\x73\x63\xb4\x56\x3e\xd2\xdc\x06\xdf\xcc\x6a\xb3\x56\x06\x4d\x89\xaa\xd8\x67\xa2\x9f\x3b\x24\xe6\xdc\x5b\x31\x59\x0b\xa9\xd1\x3e\x3d\x17\x9a\xc7\x14\x3a\x15\xaa\xab\x57\xce\x95\x87\x7c\x2b\x1e\xed\xc7\x76\xe4\xa6\x91\x58\xb0\x38\x14\x90\xd0\x59\xa6\xa5\x77\x61\xab\x24\x61\x54\xa2\x05\x56\xf3\x7e\xf2\x6b\x65\xc9\xcb\x87\xd6\x0d\x5c\x06\x2d\x4d\x7b\xc9\x61\xce\x68\x69\x04\xf5\xfc\x10\xa7\xb7\x8e\x58\xe0\x0d\x75\x77\xbb\x62\x1b\xfd\xf5\xcd\x36\x84\x15\x75\xab\x64\x18\xc4\xab\xcd\x9b\xed\x6e\x49\x47\x83\x1d\xfe\x43\xdd\x49\xdb\xe6\x09\x63\x70\x0d\x76\x26\x0f\x10\x5a\xb2\x3c\xa5\xc9\x53\x09\x96\xac\xff\x32\x93\xc5\x5d\xcd\x36\x5e\xce\xaa\x1c\x0c\xea\x24\xc0\xea\xf9\x52\x42\x57\xa6\xf3\xff\x0c\x87\xdd\xe1\xb0\xdb\xf3\xf8\x3a\xb7\x89\xc1\x53\x3a\x3b\x1d\xfd\x72\x94\x96\xea\x0a\xcf\x85\xc7\x27\x1c\x7d\x8f\xe7\x96\x2d\xb2\x31\xb9\xf0\xc8\x7f\x1f\xc0\x89\x97\xac\x4f\x2e\x40\xe6\xc2\x51\x9f\xb4\x2f\x6f\x3d\x72\x77\xd5\x27\x97\x6a\x12\xbd\xb8\xbc\x65\x8b\xab\x2b\x8f\xc4\x95\xb7\x9f\xe6\x79\xbd\xc4\xe5\x15\x2c\xcb\xfe\x7b\x28\xdc\xff\xa7\xa3\x5f\x58\x58\x76\x99\xa0\xa3\x9d\x89\xe3\xf2\xe1\xc8\xe1\x47\x0c\x69\x92\x1c\x26\x89\x9c\xdc\xbb\xdd\xee\x98\x2f\x05\x0f\xf3\x9c\x2e\xf6\x79\x92\xe6\x37\x32\xea\xb1\x7a\x11\xf3\x40\x4f\xfb\xb5\xec\x6a\xff\xb1\xf1\xed\x21\xbe\x68\x63\xf9\x56\x31\xcb\x19\x95\xef\xba\x8f\x53\x3d\xb8\x7e\x90\xc6\x41\xf5\xa6\xd0\x58\xb4\x68\x9c\x76\xe9\x6c\x96\x2c\xda\xf0\x60\x04\xe1\xd5\x76\xaa\x58\xc0\x0d\xf7\x13\xe7\x05\x83\xa8\xc6\x1e\xd1\xa7\xce\x9b\xaf\x36\xcb\xab\x89\x6f\xb2\x24\xa1\xb3\x82\xc9\x4b\x8a\x1e\xf9\x81\x46\x37\x4d\x77\x15\x35\xf0\xd9\x3c\x81\xaa\xe6\xe6\xbb\xd9\x80\x51\x5e\xec\x2d\x6a\xc5\x1f\x79\xe1\x79\x4c\xdf\x4c\xd8\x5d\x9e\xa5\x6f\xb3\xfb\xd4\xab\x92\x67\x70\xce\x4d\xe1\xf8\xf7\x71\x96\x97\xf4\x9e\x15\xd9\x94\xf5\xc6\x39\x63\x5b\x45\x96\xc4\xd1\x56\x71\x77\xb3\x15\xf3\x8e\x46\x38\xdf\x65\x69\x79\x28\x0a\x1f\x87\xc6\x7b\xd8\x08\x8b\x78\x73\x7d\x9c\xa5\xea\x0b\x42\xb1\x6e\x80\xda\x53\xa6\xeb\xaa\x76\x0f\x0e\xb7\xdb\x17\xb6\x25\xf3\xe3\x91\x0c\x28\x6b\x3f\xbf\x9d\xcf\x13\xd6\x07\xee\x89\xc5\xeb\x24\xbb\x3f\x4c\xd3\xac\xa4\xd2\x83\x51\xdd\xd2\x36\x4e\xb3\x51\xd1\x0d\x49\x96\x17\x7d\xa3\xa3\xf6\xc5\x10\x3a\x50\xe7\x4b\xc6\xb1\x38\xad\xd9\x12\x27\x86\xc5\x54\x30\x63\xa9\x78\xfd\xa1\x25\x03\xa8\x8a\xcf\x71\x2a\x82\x01\xf5\xab\x87\x67\x3c\xec\x93\x73\xb6\x04\x4e\xd2\x35\xb7\x51\x1e\x08\xe5\x8d\xf4\xec\xb6\x99\x87\x44\xb5\x87\x80\xa5\x9e\x8c\x3a\x7b\x45\x06\x5a\xda\xdb\xae\x2d\x9f\xda\xf1\xc6\x7d\x71\x92\x78\x4c\x23\xa6\x62\xbc\xd5\x22\x44\x01\xea\xf6\x33\x5e\x51\x47\xc5\xf6\x5d\x1a\xec\xbc\xe4\xa4\x8a\x68\x10\x57\xab\xea\x46\x43\x38\xcf\x0b\x08\x95\x36\xcb\xa0\x6b\x5b\x64\x65\xde\x62\xd8\xb7\xc5\x8f\x0b\xe8\x60\xc9\x6b\xe1\xb3\xb5\x29\xef\x60\x4c\x9a\x02\xbf\x22\xe3\xf8\x0b\x8b\x7e\x8a\xa3\x72\x82\xae\x31\xa8\x13\xcf\x4b\x20\x09\xe2\xdb\x55\xa7\x9e\xdb\xcb\xcf\xcf\x45\x06\x10\xaf\xcf\x68\xcb\x90\x4e\x9f\xab\x0b\x1c\xfb\x3d\x7c\x34\x59\xf5\x16\xd3\x21\x81\x39\x99\x2b\x74\xf4\x70\x3a\xda\xf2\xf1\x49\xe4\x59\xce\x50\x09\xa8\x75\x2b\x64\x49\x62\x9f\xd3\xe6\xb3\xa7\x7d\xf3\xc2\x15\x3a\x28\x85\xb5\xd5\x3e\x25\x93\x9c\x8d\x07\xcb\x75\xa3\xaf\xfd\xf9\xf0\xc3\xd1\xd9\xc5\xb9\xe8\xa8\x54\x50\xf0\xdc\xe0\x0b\x3c\xa9\xb6\xc2\x9c\xa2\xb5\x1b\x21\x8e\x88\x72\x2e\xc2\xc4\x44\xfc\x38\xc2\xa0\x42\x98\x62\x75\xf5\x90\x7a\x64\xfd\x02\x42\xef\x1d\xb9\xc2\x50\x36\x92\x29\x3f\x8f\xb9\x58\x2e\x6d\x83\x1e\xa1\x15\xef\x64\x77\x56\xee\x10\x4e\xae\xaf\x76\xd8\x12\x41\xa7\x3c\x77\xb5\xb9\xa9\x26\xe3\x5b\xb6\x28\xda\x46\x56\x67\x5d\x3c\xcd\x87\x1a\x22\x0f\x83\x35\xc5\x99\x5a\x5a\x06\x00\xaa\x16\xee\x84\x5d\xc2\x32\x18\x96\xcf\xc2\x74\x70\x87\x72\xb2\x8f\xe3\x4e\x93\xad\xbd\xe1\x86\xb8\x9e\xc4\x97\xe8\x0d\xb1\x6f\x20\xaf\x2f\x2f\x0c\xb9\x2f\x5f\x35\x50\xde\x71\x05\x81\x79\x2c\xcf\xa9\xa1\x2f\x5d\x8c\x37\xf2\x7f\x17\xf7\x0d\x3c\x4f\xeb\x02\x44\xc0\xff\xfb\xfa\x61\xbf\x67\xe9\xb3\xfd\xde\x2c\x37\xd3\x0e\x25\xec\x0e\x27\x2b\x7c\xbe\xa3\x2c\x8f\x58\xce\xa2\x35\x01\x74\xf6\xcb\x09\xa3\x8e\x1b\x71\xe8\x96\x99\x51\xf8\x00\xc2\xab\x16\xfb\xbd\x72\xd2\x50\x00\xe6\xd0\x35\xf9\x87\x30\x67\x90\xf3\x38\x0d\xd7\x15\x03\x47\x9b\x33\xdf\xba\x02\x27\x3f\x39\x9a\xb1\x8f\xef\xb0\x38\x99\x08\x42\x44\x85\xe9\x1a\x3f\x70\x55\xd5\x2d\x5a\xf8\x42\x66\xdc\x24\x4a\x6e\x8e\xaa\xbc\xa8\x9a\xfd\xef\x58\x5e\xc6\x21\x4d\x0e\x93\xf8\x26\xed\x93\xd6\x34\x8e\xa2\x84\x59\x36\x80\xfd\x67\x8f\x16\x68\x91\xad\xb1\xf8\xe2\xc8\x23\xbf\x34\xb5\xf2\x71\xed\x35\xa8\x16\x96\x3d\x34\xfb\x97\xea\xe9\x82\x59\x1e\x4f\xe1\x46\x15\x1e\x70\xf9\xd6\xce\x9a\x18\x8a\xba\x1d\xb7\xab\xc1\xf2\x6e\x4d\xa4\x42\x22\x02\x3b\xf1\x9a\xd7\x22\xab\xdf\xac\xad\xfe\x56\xae\xa8\x9c\x0a\xb5\xe3\xde\xa6\xce\x5c\x93\x47\xc8\xfe\xe4\x7b\xdc\xe2\x2d\xfb\xb6\x61\x0d\x42\x30\xd0\x61\x17\x8a\xee\x13\x86\x21\xdc\xbc\x29\xf9\xfa\x6f\x3e\x9b\xb1\x3c\xa4\x05\x6b\x61\x03\x6a\xf6\x65\x6b\xf7\x41\xde\x2e\x0d\x9c\x6b\xf9\xfb\x30\x77\xf7\x7b\x93\xef\x9b\x99\xf4\x10\x07\x25\x21\xc2\x74\x3c\x2c\xed\x4b\x95\x8d\x00\x42\x07\xaf\x29\xed\xd0\x0b\xea\x6f\x69\xaf\x06\x36\x37\xc9\xbe\x99\x36\x26\x96\x81\x22\xb0\xfa\xe4\x08\x76\xaa\xaa\x6c\xbc\xe4\xec\x12\xc1\x9a\xe0\xd9\xd7\xec\x48\xed\xaa\x1d\xc1\xf7\xfb\x7a\xca\x9e\x6e\xba\x89\x57\xad\x05\x8d\xe6\x19\x2b\x40\x73\xea\x25\x67\x2c\xcc\xf2\x68\x5f\xf9\x42\xe4\x82\xce\x79\x74\x0b\x2d\x13\xdf\xbd\xd9\xb7\xb1\xcb\xb5\x17\x75\xaf\xb8\xac\x45\x54\x8d\x69\x58\x39\x72\x75\x18\x66\xc9\xf9\x8c\xa6\x83\xe5\x1e\x56\x7b\xf6\x28\xe3\xeb\xeb\xad\x7b\xc6\xd7\x36\x5b\xa3\x2c\x89\x86\x1b\x07\x06\x69\x96\xa4\x22\xe1\x41\xe2\xf2\x78\x02\x6a\x9a\xd6\x61\x92\x08\x45\xeb\x9c\x4e\x9a\x54\x2b\x58\x28\xcd\x33\x88\x5e\x9e\xdd\x56\xcb\xb2\x06\xe3\x6a\x79\xf7\x14\xdb\x1b\x6f\xf0\xa3\x90\xd6\x0d\xcc\xb2\x64\xbe\xf1\x92\x96\x73\x9d\x2e\x7c\x4d\xbd\x1e\xf9\x78\x7c\x41\x3e\xc4\x21\x83\x87\x25\x7a\x3d\xfe\x1f\x79\x93\xcd\x16\xe2\xfa\x61\x3b\xec\x10\x7f\xdb\xdf\x21\x87\xf3\x9b\x79\x51\xc6\x29\x79\x3f\x2f\x8a\x2c\xd5\x45\x3f\xb1\x7c\x1a\xc3\xca\x88\xc4\x05\xbc\x82\x3c\x5a\x90\x9b\x9c\xa6\xf0\x20\xe6\x38\x67\x8c\x64\x63\x12\x4e\x68\x7e\xc3\xf8\x1a\x9f\xd0\x74\x41\x66\x2c\x2f\xb2\x94\x64\xa3\x92\xc6\x70\x2d\x97\x92\x30\x9b\x2d\x00\x61\x36\x86\x50\xc8\xa4\xc8\xc6\xe5\x3d\x95\x8f\x2a\xd3\xa2\xc8\xc2\x98\x96\x2c\x22\x51\x16\xce\x79\x9b\xc5\x22\x67\x1c\x27\xac\x20\xed\x72\xc2\xc8\x70\xe3\x5c\x82\x0c\x37\x3a\x50\x55\xc4\x68\x02\x38\xe5\x39\x78\x95\xaf\xef\x12\xe4\x8c\x8f\xb4\x50\x5c\xee\x8b\xd3\x30\x99\x43\x88\x66\x95\x0d\x57\xb4\x65\xf8\xdd\x09\x13\x17\x32\x0b\x40\x58\x66\x64\x5e\x30\x0f\xa8\xf6\xc8\x34\x8b\xe2\x31\xff\x3f\x83\x46\xce\xe6\xa3\x24\x2e\x26\xf0\x9c\x46\x99\xc7\xa3\x79\xc9\x3c\x52\xf0\x8f\xc0\x65\x8f\xb7\xa8\x97\xe5\xa4\xe0\xcb\x68\x8e\x2d\xcc\x66\x31\x2b\x44\xcb\x2b\x2a\xa1\x1c\xaf\x69\xc6\x59\x5c\x4a\xa6\xc1\x2b\xe9\xf7\x93\x6c\x8a\x5b\x14\x0b\xba\xc6\xf3\x3c\x8d\x8b\x09\x03\xb8\x28\x23\x45\x06\x35\xf3\x71\xa2\x0e\xf0\x8f\xb3\x24\x11\x57\xa7\xc3\x2c\x8d\x62\xa1\x48\x74\x77\x5e\x4c\x18\xa1\xa3\xec\x8e\x41\xd3\x84\x0c\xa4\x70\xf7\x5a\x50\xc3\x7b\x66\x56\x75\xb9\xcc\x2a\x26\x34\x49\xc8\x88\x49\x1e\xb2\x88\x73\x9c\x5a\xad\xcb\x09\x1c\x78\xa1\xf0\x02\x33\xe1\x12\x0a\xca\xc9\x6a\x75\xb7\x22\xe5\xfd\x11\x39\x3f\x7d\x77\xf1\xd3\xe1\xd9\x11\x39\x3e\x27\x9f\xce\x4e\xff\x71\xfc\xf6\xe8\x2d\x19\x6e\x1c\x9e\x93\xe3\xf3\xe1\x86\x47\x7e\x3a\xbe\x78\x7f\xfa\xe3\x05\xf9\xe9\xf0\xec\xec\xf0\xe4\xe2\x67\x72\xfa\x8e\x1c\x9e\xfc\x4c\xfe\x7e\x7c\xf2\xd6\x23\x47\xff\xf5\xe9\xec\xe8\xfc\x9c\x9c\x9e\x01\xc2\xe3\x8f\x9f\x3e\x1c\x1f\xbd\xf5\xc8\xf1\xc9\x9b\x0f\x3f\xbe\x3d\x3e\xf9\x1b\xf9\xe1\xc7\x0b\x72\x72\x7a\x41\x3e\x1c\x7f\x3c\xbe\x38\x7a\x4b\x2e\x4e\xa1\x5a\x89\xee\xf8\xe8\x9c\x23\xfc\x78\x74\xf6\xe6\xfd\xe1\xc9\xc5\xe1\x0f\xc7\x1f\x8e\x2f\x7e\xf6\x00\xd9\xbb\xe3\x8b\x13\x8e\xfb\xdd\xe9\x19\x39\x24\x9f\x0e\xcf\x2e\x8e\xdf\xfc\xf8\xe1\xf0\x8c\x7c\xfa\xf1\xec\xd3\xe9\xf9\x11\x39\x3c\x79\x4b\x4e\x4e\x4f\x8e\x4f\xde\x9d\x1d\x9f\xfc\xed\xe8\xe3\xd1\xc9\x45\x97\x1c\x9f\x90\x93\x53\x72\xf4\x8f\xa3\x93\x0b\x72\xfe\xfe\xf0\xc3\x07\x5e\x1d\xe0\x3b\xfc\xf1\xe2\xfd\xe9\x19\xa7\x95\xbc\x39\xfd\xf4\xf3\xd9\xf1\xdf\xde\x5f\x90\xf7\xa7\x1f\xde\x1e\x9d\x9d\x93\x1f\x8e\xc8\x87\xe3\xc3\x1f\x3e\x1c\x89\xea\x4e\x7e\x26\x6f\x3e\x1c\x1e\x7f\xf4\xc8\xdb\xc3\x8f\x87\x7f\x3b\x02\xa8\xd3\x8b\xf7\x47\xa2\x9d\xbc\xa8\xa0\x94\xfc\xf4\xfe\x88\x7f\xe6\xf5\x1e\x9e\x90\xc3\x37\x17\xc7\xa7\x27\xbc\x49\x6f\x4e\x4f\x2e\xce\x0e\xdf\x5c\x78\xe4\xe2\xf4\xec\x42\x83\xff\x74\x7c\x7e\xe4\x91\xc3\xb3\xe3\x73\xce\x9c\x77\x67\xa7\x1f\x45\x63\x39\x8b\x4f\xdf\xf1\x62\xc7\x27\x1c\xf6\xe4\x48\x60\xe2\xec\xc7\xfd\x74\x7a\x06\xe9\x1f\xcf\x8f\x34\x52\xf2\xf6\xe8\xf0\xc3\xf1\xc9\xdf\xce\x39\xb0\x6a\xae\x02\x80\xee\x6e\xf6\xb1\x37\x3c\xf0\xcf\xbe\xcc\x92\x38\x8c\xcb\x2d\x9a\x2e\x86\xa9\x3e\x45\x7d\x4f\x93\xdb\x77\x59\x0e\x2e\xff\xf6\x8c\x96\x13\x8f\x64\xa3\x5f\x54\x68\x1d\x0f\x5e\xa1\xfb\xb1\x30\xee\x96\xdc\xd1\x5c\x45\x74\x18\x54\xc1\x4e\xe0\x8a\x17\xcf\xba\x8e\xc9\x80\x6c\x0b\x24\xd7\x3b\x64\x00\x3f\x5e\xf1\xcf\xfb\xf2\x9b\x3a\xf3\x46\xae\xe3\x17\x2f\xd0\x23\xc1\x1c\x3e\x1b\xfd\x22\x81\xae\x77\x2e\xaf\x63\x33\x98\x0a\x64\x93\x01\x90\x5c\x91\x5a\xa3\xb4\x1b\x66\x69\x48\xcb\xf6\xe5\x15\x7a\xd5\x3d\x1e\x93\x76\xa6\xef\x34\xd6\x5e\xbb\xe6\xd9\xc0\x84\x6e\x5c\x08\x66\x64\x9d\x5a\x21\xa2\xc3\xd4\x55\x0f\x62\xcb\xda\xb2\x5a\x5c\x18\x9c\x84\x27\xb8\x1b\xd1\x89\xfb\x6c\xeb\x70\xc8\x9f\xf2\x7f\xd5\x5b\xde\xee\x50\x64\xc4\x71\x23\x4a\x03\x5b\xaf\x81\x9b\x18\x76\x5c\x18\x64\x08\x91\xed\x2b\x07\x9a\xa6\xd2\x55\xd1\x55\xfd\xe4\xfe\x03\x1d\x88\x2e\x05\x42\x1e\xd0\x06\x2f\x47\xf2\x26\x12\xf9\x8d\x6c\xbf\x32\xf9\xa1\xc0\xad\xc2\xd5\x67\x2e\xad\x0a\xe0\x77\x0f\x20\x25\x90\xe1\x3c\xcf\x59\x5a\x9e\x2a\xb1\xb5\xc7\x03\x1f\x0e\x40\xef\x2b\xc2\x87\x00\xa7\x46\x0f\x00\x5b\xfe\x79\x2b\x4c\x7c\x46\xf0\x39\xeb\xb3\xbe\xf2\xc5\xf3\x38\xb5\xdc\x5e\xa8\x8a\xc0\x1d\xca\x0c\xa6\xb0\xfa\x5b\xf1\x6a\x6e\xa7\xa5\x38\x3d\x74\xcf\x48\x08\x76\x20\xbc\xd9\x12\xa7\xe2\xde\x1a\xef\x23\x78\x40\x7f\x7e\x33\x81\xc9\x46\xa0\xf3\x48\x11\xa7\xa1\xb8\x3c\x27\x2b\x94\x39\xdc\x94\xe1\x48\x68\xaa\x3e\x64\x70\x41\x87\xb7\xa0\xa7\xe9\x75\xda\x93\xe8\xf1\x71\x24\xf5\xf5\x51\x59\xb5\xb2\x3e\x3c\x25\x3a\x87\x4a\xab\xa0\x3c\x12\x1b\x92\xe6\xae\x95\xf7\x9b\x38\x02\x91\xc3\xb9\xb8\x72\x72\x89\x14\x11\x3c\x2b\x2d\x98\xae\x8b\xc1\xeb\xfc\x22\x9c\x8f\x53\xb7\x54\x14\x5c\x4a\x98\x2b\x7c\xa1\xda\xa9\x6c\xb4\x4e\x03\xfd\x20\x01\x5d\xde\x01\x24\x86\x8e\xba\xbe\x55\x39\xb9\xfa\x87\x38\x35\x53\x13\x9e\x5e\x4f\x33\x29\x2e\x08\x15\x17\x2b\x67\x1e\x29\x32\x2e\x79\x13\x7a\x27\xae\x49\xb2\xa2\x24\xec\x8e\xe5\x0b\xbe\x8e\x00\x83\xed\x86\x95\xdc\x1e\x22\xb3\xac\x28\xe2\x51\x9c\xc4\x65\x6c\x87\x69\xe3\x93\x22\x88\x63\x5c\xb6\x38\xee\x52\x9a\xce\x08\xc4\x33\xeb\xc9\x59\xc8\x71\x0a\xe9\xe6\xc9\x32\x5f\x88\xfd\x49\x2e\xd1\x23\x76\x13\xa7\x60\x5c\xf3\x54\xca\xee\x39\x31\xb8\x4a\x2e\x1b\x02\x7d\xc2\x04\xb7\x2f\x6d\xe6\xd6\xe6\xc2\x6b\x4a\x06\xc8\x1f\x6d\x08\xb1\x9c\x1a\xaf\x69\xf3\xb4\x68\x56\x7d\x0b\x87\xd0\xae\xa9\x35\x35\xaa\xbf\xea\x7e\x68\x2e\xce\x59\xdf\xb2\x85\x7b\x1a\x93\xec\xe3\x83\x1f\x76\x6d\x08\x4d\xb3\x92\x77\x12\xe5\xc3\x86\xcc\x0b\xb5\xc4\xe0\xb3\x1b\x58\xf7\xf0\x3c\x3f\x04\xad\x14\x45\xe2\x94\x80\x87\x16\xfa\x2a\xbe\x63\x84\x92\x28\x1e\x8f\x19\xe8\x04\xd8\xe7\x67\x69\xe8\x78\x3c\x07\x73\x91\x77\xd2\x02\x4f\xea\x86\xf8\xde\xb2\x05\x5f\x8b\x92\x17\x64\xc7\x31\xc1\xf3\xdc\x4e\x93\xaf\x0c\xa6\x04\xa3\x8a\xc6\x99\xdf\x06\xc2\xfa\xc6\x40\xd1\xcc\x48\xf5\x87\x05\xc3\x48\x29\x92\x4d\x6c\xeb\x7c\x7c\xcd\x59\x4d\x43\xb5\x81\x0c\xa1\x38\x7e\x5f\xb5\x8e\xcf\xab\xb5\xea\x44\x9d\x97\xaf\xc8\xa8\xeb\x59\x7c\xb4\x5e\x4c\xd3\x7d\xdd\xc5\xfa\x04\xa9\xa1\xd7\x56\x3a\xe2\xc8\x9f\x2b\xf0\x3f\x57\xe0\x7f\xae\xc0\xff\x5c\x81\xff\x2b\x57\xe0\xfa\x2c\x14\x98\x12\xd5\xb1\x2f\x9e\x44\x67\xa5\x60\x3a\xf6\xe4\x63\xf5\xd5\x61\xab\x94\x7d\x99\x87\x71\xd1\x1b\xcf\x7f\xfb\x6d\xc1\x01\xf4\xea\x28\x2e\xe0\x58\xe7\x49\x16\xb1\xf6\xaf\xf6\x9d\xba\x5f\xbb\x42\xba\xed\x58\x3c\xab\x3a\x02\x17\xf0\x2d\x5b\x7c\xa2\x32\x9c\xa6\x05\xce\xed\x34\xae\x09\xb8\x42\xe4\x36\x12\x8b\x44\xa0\xc3\x7b\x88\x6b\xd1\xcd\xf2\xf8\x26\x4e\x69\x02\x03\x6a\x64\x24\x73\x46\xd8\xaf\x73\x9a\x88\x81\x5f\x64\xf2\x8a\x3e\x2c\x92\xa7\xf3\xa2\xe4\x03\x0c\x10\x47\x06\x89\xf0\xa1\x4d\x3d\x32\x72\xfb\x15\x8c\x09\x4e\xd5\xd4\x37\x88\xf0\xcc\x55\x67\x0a\xbb\xc4\x3c\x5b\xfd\x36\xb2\x8b\x30\xcb\x19\xcf\x83\x1f\xe4\x05\x19\x89\x5f\x46\x11\x19\x3b\x9a\x76\xe1\x87\x9c\x9d\x5e\x55\x44\x41\x07\x56\x11\xe9\xb9\x89\x40\x45\x64\x12\x11\x89\x72\xa4\x12\xc8\x3c\x50\x50\x64\x40\x74\x69\x65\x05\x54\x10\x0d\x0b\x73\xfa\x68\x94\x0d\x08\x1e\xa4\x69\xe4\x46\xa0\xed\x47\xb8\xdf\x51\x8b\xdd\xaf\x9b\x3d\xb0\xb9\x82\xa7\x73\xed\x03\x10\x72\x35\x4f\x61\xd5\x1f\x27\x89\xb2\x27\x5b\xb4\x25\x6c\xca\xd6\xa8\x25\xdc\x59\x27\x59\xc9\xfa\x42\x53\x1b\x82\x4c\x84\xeb\x40\xc9\x22\xb7\xac\xb9\x59\xcb\xdb\x30\x9b\xe7\xb3\xac\xe0\x9a\xd7\x76\x2f\x40\x75\x58\xb8\x7a\x3d\x98\xe4\xb9\xb9\x1b\x65\x69\xab\x84\x79\x82\x50\x32\x62\x21\x9d\x73\x9e\xf1\x2f\x45\x49\xda\x94\x24\x59\xd9\x91\xf3\x90\x0e\x99\x83\x64\x93\x36\xb9\xbc\x4c\x33\x5f\x6d\xb0\x8c\x1e\x63\xe0\x03\x92\x91\xb6\xeb\x3d\x72\xcb\x7f\x8f\x2e\xb7\xaf\x3c\x88\xc1\x71\x3d\xba\xdc\xb1\x1d\x61\xca\x07\x72\x6b\xad\x4b\xa5\xb3\x06\xb2\x1f\x5a\x61\xe2\xb2\x03\x39\x2a\xd1\x57\x8f\xdc\x35\x2c\x92\x5d\x86\xa8\x8d\xf0\xce\x69\xf7\xad\xa4\x75\x53\xb2\xbc\xe0\x53\x3c\x08\xc6\x2d\x63\x33\xd1\xc9\x95\xfe\x28\x84\x97\x82\xab\x98\x99\x8c\x5f\x16\xa7\x20\x3b\x5c\xd5\xb4\x46\xad\x3f\x5a\x72\x34\x4d\xeb\x54\xd3\xea\x7f\x75\xff\xd3\xdf\xd3\xf5\x74\x6d\xaf\x37\x8f\x71\xcd\x40\x08\x37\x03\xf7\x43\xf8\x5a\xae\x64\x79\xea\xc1\xee\xbf\x07\xae\xa6\x73\x96\x16\x71\x19\xdf\x31\xc4\x59\x08\x2c\xf8\x49\x94\x16\xee\x16\xfe\xeb\x95\x55\xe0\x82\x7d\xe1\xdc\xe7\xc8\x0c\x45\xfc\xcc\x8d\x96\xff\x59\x68\xcd\x64\xb7\xcc\x3e\x64\xf7\x2c\x7f\x43\x0b\xd6\x36\x1b\x6a\xd6\xa4\x7f\x3b\x4b\x63\x5e\xe0\xba\x06\x06\xb0\xc5\x9f\x94\xdd\x40\xb8\x81\xff\x8f\xb3\xe8\xd9\x1a\x16\x8d\xe6\x71\x12\x09\x03\x46\xf3\xe7\x96\x2d\x10\x3f\x64\xd4\x01\x65\x5d\xf5\x49\x4b\x98\x51\x9e\x62\x4d\x9f\x98\xb0\x9f\x60\x6d\x79\x79\xa5\xa7\xf5\xfa\x32\xbf\xe6\x27\x11\xe1\x09\x94\xbd\x34\xc0\x69\x35\x91\xeb\x0b\x80\x8d\x4e\x71\x1b\x0d\xf8\x2c\x9c\x0c\x82\x92\x82\x17\xbc\x89\x7f\xff\xc7\x39\xa3\x79\xc8\x61\x7a\xdf\x7d\x47\xfe\x1d\x8e\x0d\x90\xef\x7a\xa4\x5d\x05\x19\xac\x42\xfb\xaa\x4f\x0a\xaa\x1d\x66\xe9\x18\xb5\x07\x5e\xa7\xe3\x5f\xb1\x75\x45\xe4\x1d\x52\x2d\x20\x7d\x88\xd4\x37\xc6\xce\x67\xf5\x41\x78\xd5\xc9\x6b\xf5\xa3\x0f\x59\x5d\x4b\xc2\xb0\x83\xfa\xb5\xb8\x11\xe8\x2c\x6b\xbd\x97\x2d\xd7\x61\xfa\xfe\xeb\xd3\x29\xc1\x18\x1e\x20\x05\x17\xb6\x68\x11\x4f\x76\x9d\x67\x79\xf9\x2d\x74\x54\xd0\x0f\xd0\x50\x15\xb4\xea\xaf\xa2\x69\x7e\x4b\xfd\x15\xf4\x03\xf5\x57\x05\xad\xfa\xc7\x71\x1a\x1d\x26\xc9\xef\xe8\x0b\x8c\x81\xd3\xd1\x4c\x06\x2e\x6b\x91\x32\xe3\x16\xfc\x93\xab\x9f\xe5\xb6\x78\xcd\xb2\xa2\xfc\x16\x44\x59\x61\x77\x0e\xcc\x92\x2c\xfa\x3b\x5b\x14\xdf\x80\xd0\x80\x36\xe6\x58\xac\x14\xd4\x40\xee\xce\xf2\xac\xcc\xca\xc5\x8c\xc9\x4b\x52\x64\x60\x44\x19\xd5\x4a\x2e\x89\x0b\x3e\x81\xd8\x83\x5e\x1b\x0a\xa2\x36\x32\xf8\xa6\x21\xa5\xe1\x3b\xe4\x75\xed\x1b\xe9\x57\xaa\xc5\xfc\x6e\x99\x25\x88\x8a\x07\x2c\x13\x33\x78\x8c\x64\x4e\xf5\xb3\xd7\x13\x33\x04\x98\x89\x62\x1e\xa0\x61\x98\xe5\xe0\x02\x93\xce\x22\xc9\x16\xe9\xfb\x61\x26\x0b\xba\x8d\xcc\xf9\x20\x77\x41\x51\x69\x2b\x3c\x8b\x00\x82\x78\xff\xff\x29\xa7\x20\xd7\x74\x65\x60\xb8\xdc\xbe\xb2\x37\xa1\x1d\x75\xd6\x76\x5e\x0d\x46\x00\x77\x45\xdf\xff\x14\x97\x13\x51\x55\x45\x02\xea\xfb\xe6\xed\x2c\x00\x38\x4a\xd8\x54\x04\x01\xb6\xaa\xca\x66\x2c\xa7\x25\xdc\xda\xc9\xf2\x96\x25\xec\x09\x1b\x97\x7d\xa3\xd1\x56\x36\xf8\x23\xcc\xfc\xba\x4c\x2b\x22\x12\x6a\xd2\x60\x92\x64\x14\x44\x3b\xa7\x3b\x62\xd7\xb4\xc6\xb2\xfa\xde\x29\xb1\x4c\x83\x87\xfa\x25\xbe\xb2\x3d\xe1\xd0\x37\xe4\x05\xd9\x71\x55\xe8\x74\xfd\x1b\xab\x4a\xb5\xbf\xa4\x36\x53\x60\xf3\x48\xfb\x71\xdc\x7b\x39\x29\xbc\x4f\x45\x96\x36\xfb\x25\xc7\x7f\x15\xdd\x2b\xf9\x2b\xda\xb5\x72\x78\xef\x0d\xae\x76\x55\xc0\x7d\x8e\x7a\x7d\x51\x77\xa1\x47\xee\x0b\xba\xaa\x54\xf6\x4b\x03\xba\x95\xe9\x4b\x78\x40\xb0\x25\x6a\x97\x68\x2b\x06\x34\xea\x47\x8d\x0a\x29\xca\x5f\x6b\x43\xc5\x56\x93\xd5\x44\xfc\x4d\x5a\xd2\x9c\xf0\x9f\x59\x33\x9d\x55\x00\x69\xcc\xea\x73\x6d\x7d\x67\x1a\x27\xdf\xa8\xb9\xb1\x31\xe4\xa4\xcb\xaa\x07\x6b\x73\x33\xab\xa6\x04\xcd\x19\xfb\x9b\xe8\xb3\x0d\x04\x27\x7d\x56\x3d\x26\x7d\x38\xcb\xa2\xef\x57\x35\xf6\x20\xee\x84\x43\x86\xe5\xce\x92\x1a\x67\xf5\x02\x11\x9b\xf1\x65\xc3\xb6\x25\xd2\xe6\xbc\xd4\xeb\x91\x77\x59\xce\x57\xbd\xe2\x19\xba\x45\x36\x97\x9a\x00\x6d\x59\xc0\xb6\x74\x1f\x81\x19\x7f\xa7\x67\x0d\x39\x3d\x42\x86\x43\x77\x1e\xfc\xac\x65\x0a\xb9\x1f\x6e\x70\xfd\x31\xdc\xa8\xd2\xf2\x61\x04\xb3\x34\x82\x3c\xcf\xc8\x11\x0d\x27\x4a\xe3\x0c\x37\x30\xa2\xe1\x06\xcc\xa4\xd5\x67\x85\x6f\x03\x5c\x33\x62\x38\x8b\xfd\xb0\x29\x9d\x91\x6c\xac\x47\xa7\x7c\x3f\x41\x7b\x71\x20\x7c\x04\x6c\xb3\x48\x07\x4f\x17\xd1\x71\x9a\x86\xa0\x4c\x69\x9e\xc7\x77\x2c\x22\xb4\x14\xfb\xf0\x5c\x4f\x0e\x37\x4e\xcf\x86\x1b\xb0\x97\x3f\xcb\x66\xa6\x93\x19\x1c\xea\xa3\xac\x9c\xc8\x87\x1e\x55\xc4\x58\xe9\x75\xe6\x45\xa7\xd6\xb4\xaf\xdc\x4b\xd6\xe6\xfd\xfd\x24\x4e\x98\x54\x16\x20\x3a\xc6\x2d\x25\xe7\x64\x23\x65\x48\x3c\x34\x68\x88\x5c\xb7\x98\xc4\xe3\xb2\xed\x9a\x61\x9e\x19\x30\xce\x49\xc5\x7c\x80\x49\x0b\x5d\x63\xd5\x4a\xd5\x19\x58\xbb\xf2\xb7\x6b\x7a\x33\xb6\x16\x4c\x04\xee\x9d\xed\x5e\x8f\x1c\x16\xa2\x3f\x18\x89\x32\xd1\xc3\x6f\xdf\x9d\x93\x76\xc4\xd8\x4c\x3e\x7b\x54\x40\x47\xc3\x09\xfc\x59\xce\xb6\xe0\x44\x40\x07\xba\x29\x4e\x61\x03\x4f\x14\xe3\xfd\x05\x2f\xb8\xf0\xce\x94\xc1\xb2\xf5\xee\x64\xd7\x5d\x37\xec\xa0\x72\x4c\x29\x13\x5b\x83\x62\x7f\xc2\xe8\xfa\x30\x9b\xc2\x5b\x44\xea\xfc\x06\xd4\xc0\x7b\x5f\x6d\x01\x46\xac\x6e\x1d\xaa\x63\x4b\x90\xab\xa6\x5e\xa0\x98\x46\xb2\xc6\x24\x11\x47\x9e\x64\xa6\x83\x3e\xa3\xaf\xe7\xa9\xe8\xed\x86\x4d\x79\xad\x67\x4c\x86\x77\x39\xa5\x0e\x9d\x43\xe0\xcc\x8f\xa3\xbc\xa6\xd3\x0d\x23\x75\x95\x29\x05\xf0\x89\x9b\x33\x75\x88\x95\xd7\x74\x82\xc0\x4d\x2c\x70\xf3\xff\x31\xd4\x3e\x50\xb9\x45\x30\xd4\x2e\xbe\x3d\x91\x5a\x07\xa5\xce\x93\x59\xf2\x50\xdd\xfa\x21\x6d\x8c\xce\xc7\x8d\x4c\x08\xa7\x53\x66\x84\x7d\x61\xe1\xbc\x14\xa3\x82\x86\xe5\x9c\x26\x42\x36\x9d\x40\xc7\xa9\x3e\xf2\x07\xd3\x14\xe5\x63\xf6\x2e\xce\xe6\x85\x1a\x51\x52\xe5\x16\x74\xca\x44\xc3\xf9\x80\x30\x47\x8d\x5c\x72\x09\x0d\x2b\xf6\x52\x94\xed\xcb\xe7\x63\x38\xb1\x35\x75\x2e\xe3\x89\x3e\x71\x24\x9f\x43\x9f\xcb\x20\xfc\x35\x1a\xf8\x00\x86\xd0\x93\x42\xfd\x8b\x20\x62\xd9\x58\x9d\x2b\x2c\x33\x92\x64\xd9\x2d\xa7\x35\x2e\xbb\xe4\x58\xee\x20\x44\x6c\xc6\xd2\x48\xed\xcc\x8b\x2e\x15\x83\x1c\xce\x9d\x0d\x37\xb2\x7c\xb8\x41\xb2\x1c\x7e\xd3\x34\x1a\x6e\xb8\xf5\x8e\x62\x92\x3c\x53\x26\xe0\x3c\xa5\x07\x61\x8b\x40\x6e\x24\x94\x99\x54\x7f\x3d\xf1\x8e\x80\x38\xbf\x06\x55\xc2\x49\xc8\x24\x67\x34\x5a\x98\x7b\x17\x8e\xe6\x3e\x92\x08\x20\xf8\xa9\x54\x7c\x33\x05\x70\x3e\x4b\x96\x3a\x53\x3b\x1f\xe6\x86\xb1\x0d\x00\x53\x9b\x65\xab\x6d\x6e\xea\x69\x5e\xcf\xa3\x3b\xc6\xd7\x4b\x2b\x77\x8b\xec\x5c\x49\x45\xc0\xad\xc6\xba\x7a\xd8\xdc\x74\x8c\xda\x47\x9c\xa2\x24\xc2\x89\x84\x5b\xb3\xd4\x0f\x8e\xaf\x23\x47\x7c\xf3\xd6\x68\x0d\xe7\x9a\xcc\x71\x64\x4a\x61\x87\x03\x59\x0d\x44\x2a\x8a\xc0\xc6\x95\x23\xbb\xae\x13\xd4\x3a\x06\x37\x49\xae\x6b\xfe\x95\x4a\x8c\x4f\xda\xa5\x3c\x6d\x93\xc5\x69\x69\x2a\x0e\x61\xa8\xf0\x91\x08\x4a\x4a\xee\xf3\x29\x5d\x8d\x66\x72\x43\x2b\x69\x73\xa5\x5b\xab\xe9\x1c\xce\x8f\xfe\x32\x2f\x2a\x05\x54\xb3\x0f\x2a\xd3\x70\x94\xd3\x34\x9c\x74\xeb\x76\x14\xd5\x27\xf9\x8b\xee\x2c\x9b\xd5\x6c\x36\x5e\x66\xf4\x40\x19\x10\x7e\xca\x97\x3c\xcf\x46\x4d\xfa\xfa\x82\xdb\xc0\xf7\xa0\xf7\x46\x5c\x01\xc7\x79\x24\x8f\x52\x33\x6e\x7a\x0b\xfa\x94\xf2\xd2\xd6\x85\x52\x95\xd0\xc2\x59\x9e\xdd\xc5\x11\xb7\x8b\x25\x35\xdf\x64\x3c\x1a\x87\x91\xff\xb3\x0a\xde\x9c\xe5\xf5\x63\xcb\xfc\x4f\xee\xa5\xeb\x71\x30\x52\xaf\x32\x3b\x84\x04\x4b\xb8\x16\xe6\x0a\xb8\x71\xde\xaf\xc9\xdc\x93\x2e\x4f\xd4\x6a\x34\xb6\x71\xeb\x84\x7f\x23\x19\x35\x7f\x5a\x0a\x31\xf5\x84\x2e\x91\x9b\xbe\xe2\x85\xdc\xb6\xd2\x27\xdb\x57\x0e\x66\x21\xf7\xd6\xb6\x70\x6f\x19\xc8\x1a\xef\x06\x10\xe1\x93\x57\xe5\x2e\xe3\x2b\x7d\xdc\x85\x0c\x84\xc2\x10\xe9\xb6\x55\x4a\x9f\x99\xb1\xc1\xe5\x59\x8e\xba\xeb\x50\x49\xc9\x33\xdb\x81\xe0\xe8\x01\x37\xce\x35\x93\x85\x9b\xa5\x10\x25\xdd\x70\xa1\x34\x37\x1c\x1c\x87\x15\xbb\x8a\x2c\x2f\x8d\x1d\x31\xb4\x6d\x8f\x25\x05\x7c\x4e\xf2\xf4\x0f\xd9\x52\x27\x82\x6c\xea\x1a\x5c\xa8\x12\xdc\xa4\xe3\x35\x4a\x19\xef\x3e\xaf\x71\x51\x89\x09\xda\xe1\x98\x82\x6b\x30\x0d\xee\xfb\xff\xdd\x7e\xa0\xaa\xc7\x01\x00\x86\x5e\x4a\x85\x0d\x50\x6f\x9d\xe5\x0a\x57\xc0\x8d\x67\xb3\xd5\xc1\x29\x7d\xdc\xcc\xbc\x63\x63\x17\x6a\x18\x0f\x50\xbb\x2a\xf3\x87\x08\xbd\x85\xec\xc9\xd2\xae\xde\x24\xc1\x27\xb0\x9a\xc5\x46\x9e\x1d\x34\xe5\xa6\x6a\x54\x9c\xde\x08\x19\x2c\x1a\x24\x68\x96\xb3\x6f\x12\x9b\x59\xce\xf4\x86\x0f\xc7\x61\x8a\xc4\x0c\x8d\x1c\x79\x9a\xff\xdb\x3c\xa7\x1c\xb0\xaa\x87\x63\x41\x15\x65\x45\x69\x09\x4d\x1b\x1a\x84\x64\x78\x73\x53\xd6\x8f\x4d\xc1\xaf\x5f\x6d\x16\x3d\x6e\xef\x29\x73\x1d\x58\x27\x62\x1e\x87\x83\x63\xd5\x7d\x28\x7d\x51\x65\xfd\xdd\x07\x6e\x00\x9c\xbe\x3d\x95\x4b\x24\xf1\x00\x33\x1b\x8f\xe3\x30\xe6\x00\xf7\x74\x21\x0e\x7e\xb3\x99\x3c\x98\xa6\xee\x50\xd9\x6e\x2b\x2d\xe0\x46\x68\x68\x2b\x44\x6b\x36\xfa\x05\xdd\x89\x00\x23\x47\x1d\x44\xff\xc4\x40\x8e\x96\x2b\xd7\x8c\xa4\xce\x31\x59\x3c\x83\x5b\x9c\xd6\x37\x79\xa8\xa9\x56\x72\xfd\x25\x16\xf3\x34\xa5\xd6\xe6\x35\x1c\x8e\xab\x2d\xc6\x70\x8e\xd3\x9b\x9f\x68\x72\xdb\xc6\x60\x9e\xe6\x8d\x87\x1b\xbb\x76\x63\x4c\x9f\x64\x12\xa0\x8f\x1d\x88\x92\x04\x34\x1e\x6d\x72\x60\x7c\x56\xe7\xff\x0d\x52\x4c\xa6\xfc\x21\xb7\x10\xc9\xfa\x9b\x88\x2a\x3b\x96\xcf\x35\xa1\x41\x2b\x0e\xa5\x60\xe2\xbb\xfc\x6b\xdd\x2b\x6a\xdd\x5e\xe4\xcb\x23\xc7\xd5\x42\x90\xf2\x29\x4d\xe9\x0d\x13\xd7\x84\xea\x12\x50\x4e\x67\xf8\x8e\x9a\xbc\x60\x67\x77\x3a\xdc\xb2\x9b\xce\x1e\xb1\xbe\x6b\xba\xfc\xd6\x80\xf8\x91\xc6\x65\x13\x56\xdc\xab\x50\x89\x7c\x32\x63\xdb\x23\xb1\xf1\xc6\x6b\xe7\xa1\x9a\xe3\x17\x2f\xd6\xec\xd8\xce\x7f\xfb\x6d\xf1\xc6\x79\x60\x07\x0e\x44\xfc\xe1\x0a\xdd\x79\x5a\xe2\x9f\xa1\xcf\xff\x69\x27\x5d\x5e\xdb\x9f\x50\xd5\xd5\x67\x83\xe7\x8e\x1d\x6a\x11\xe7\x7d\xed\xad\x4f\x43\x1a\x24\xc4\x95\x5c\x46\x35\xdc\xb9\x6d\x92\x25\x05\xfd\xaa\xb6\xbc\x35\xaf\xe8\x82\xbf\x5c\x3e\x29\x09\xbe\xac\x5b\xb6\xa8\xfc\x61\x4d\x4b\x63\xe5\x35\x97\xd6\x03\x2c\xcb\x21\xde\x5c\x99\x81\xa7\x3b\xd6\x97\x6b\xe4\x54\x26\x8f\x4b\x70\x85\x38\xcd\xee\x2c\xdf\x5c\x96\xb2\xfa\x50\x56\x9a\x53\xb0\x4c\xda\x5b\x96\x36\x01\xb2\xed\x49\x45\xd8\x89\x77\x34\x29\xbc\x4a\xd0\x6d\x73\xcc\xe0\x93\x51\xd1\x95\xe3\x82\xab\x55\x9b\x83\x9d\xe7\x6a\x57\x4e\x8d\x5e\x38\x6a\xc8\xca\x7b\x26\x37\x22\xb2\x24\x02\xb6\xaa\x33\x23\x29\xbb\xe7\x6d\xae\x33\x57\xb9\x1b\x47\x8c\xcc\x0b\xb1\x99\x85\x7c\xaa\xe2\x16\xa5\x3e\x6a\x5f\x9d\x60\xa6\x45\xa1\xae\x69\xe9\xce\xb0\xd0\xbb\x54\x8b\x3c\x6a\xe8\x6a\x27\xd2\x35\xba\x03\x80\x4b\x16\x07\x22\x96\xb0\x92\xd5\x6f\x21\xdb\x8c\x7b\xc2\x59\x6f\xeb\x52\x33\x1a\x07\xeb\xd5\xb5\x60\xe2\x94\xd1\x54\xb8\x96\x39\xdb\xc3\x09\x4d\x6f\x58\x44\xda\xf4\x96\xea\x76\x74\xe0\x42\x56\x25\x83\x71\xc9\x44\x9c\x4e\x75\x7b\x58\x89\x38\xb7\xc0\x1a\x6f\xec\x12\x79\x60\x41\x08\xa9\x8b\xc5\x06\x17\xd7\x2b\x6c\x67\x7b\x95\xdc\x3b\x32\x9f\x2c\xf6\xab\x07\x4d\x10\xd3\x2b\xd8\x7c\xc4\xc1\xe9\x1a\xb4\x17\x06\xf5\x23\xed\xa4\xc1\x41\xc1\x91\xae\xf5\x4c\xf0\xf2\x8c\xaf\xce\x78\xc9\xcb\x9a\xfd\x06\x77\x71\x11\x49\x4e\xc1\xa8\x17\x53\x3e\xd6\xb5\x3e\xaa\x06\x50\x75\xc4\xfd\x6a\xed\xb5\x5d\x3b\x1a\x02\x8c\x4c\xa5\x10\xa5\xfb\x5c\xad\xf3\xd0\xae\x87\x92\xbd\x70\xc2\xc2\x5b\x42\x6f\x68\x9c\x36\xd7\xd2\xe0\x3f\xb5\xba\xfd\x81\x4f\xeb\xae\xfe\xc2\xd2\xf5\x5b\x19\x70\xdc\xc4\x80\x09\x2d\x78\x53\x47\x5c\x49\x2a\x26\x8c\x16\x78\x62\x90\x72\x57\x64\x62\xaf\x22\x9e\xaa\x6b\xbf\xfa\xd2\xb8\xdc\xbc\xa8\x9c\xbd\x65\xa6\x4e\x49\x54\x55\xc9\xad\x09\xf0\xa9\x28\xf7\xa6\x6b\x83\xe6\x0f\xe3\xa8\x63\x4f\xfd\x31\xbe\x0c\x96\x34\xfb\x0e\x1e\x74\x67\x10\xc3\x79\xa0\x2e\x70\xc4\x8e\x16\x38\xdc\x1e\xcc\x8e\xc0\x40\x8c\x5b\x1c\x57\xca\x88\x7f\x9a\x03\x02\x87\x6a\x69\xd6\x39\x88\x11\x8f\x77\x5f\xf5\x7a\x70\x39\x52\xcc\x82\x76\x20\x11\x32\x4f\xcb\x38\x81\x05\xb1\x8a\xb7\x20\xfa\x9e\xcf\x06\x30\xb1\x8a\x3b\xc4\xe3\x2c\x9f\x56\x3e\x71\xac\xc0\x58\x1a\xc9\x63\xf5\x10\x3d\x00\x9d\xb5\x07\xa2\xcc\x4e\x32\x4f\x9d\xcd\xf2\x2c\x64\x45\xf1\x93\xa0\x8e\x17\x6f\x4b\x5c\x9e\x92\xe7\x47\x1e\x3a\xab\x63\x42\xfc\xb9\xaf\xbe\x63\xcc\x8d\xba\xd8\x8a\xb5\xc1\xc5\xea\xde\x44\xde\x24\x5a\xdf\x10\x4a\xc5\xc0\x5b\xdf\x66\xae\x79\x05\x8c\xd2\xe0\x11\x30\xd2\xd2\x1b\x80\x4a\x3c\x2e\x9c\x05\xfb\x12\xc3\x26\xa6\xd1\x8d\x1a\x43\x43\x88\x8b\x6a\x09\x29\xbd\x02\xe1\x3c\x2f\xf4\x95\x1a\x13\xa1\x32\x3d\xd1\xb7\x59\x53\x27\x9b\x7f\xe6\xd2\x73\x6d\xcc\x88\xea\xc6\x1d\x79\xf6\x88\xf0\x12\xba\x97\xc5\x75\xab\x72\x3a\xf3\x48\xf3\x7e\x0a\x69\x0e\xc9\xf0\x50\x14\x08\x5d\x51\x39\x9d\xfd\x11\x1a\xf2\x51\xf7\xfe\x1a\xba\xc4\xe8\x54\xd5\x23\xe6\xa7\xb5\x1d\xf2\xed\x3a\x0b\x13\x81\x06\xa5\x24\xa2\x5e\xf1\x53\x06\xa5\x5c\x09\xde\x55\xcf\xbd\x35\x45\xff\xc1\xcc\x01\x35\x7d\x1e\xa7\x37\x09\x93\x46\x67\x23\x39\x6b\x6c\xf1\xfa\x60\x16\x0b\x82\x87\x87\x31\x94\x83\x01\x0c\xbf\xe4\xd0\x95\x5f\x1f\x37\x68\x73\x05\xfc\x8d\x63\x34\x7f\xa0\xb1\x88\xcd\x7f\x8e\xc2\x47\x8f\xc2\xaa\xaf\xa9\xbc\x90\x3a\xb2\xe2\x0e\x09\x21\x79\xc5\x0b\xec\x93\xeb\x51\xd5\xdd\xf4\xe1\x90\x43\xa3\xcb\x6b\xea\xea\xeb\x87\xc4\x1b\x5c\x0e\x8f\xee\x6f\xdd\x8d\x0f\xf4\xa3\x72\xa8\x8f\x16\x80\x2e\xbe\x51\x2f\x38\x44\x2c\x8c\x23\x18\x20\xd5\x41\x23\x1d\xd7\x6c\x3c\xcf\xf9\xea\x1c\xdc\xef\x7c\xd9\x98\xd3\x11\x1c\x58\x6a\x3c\x07\x43\x1a\xf6\xd4\x1f\xdd\x4f\x4f\xd4\x5a\x35\xf6\x21\xc5\x25\xae\x89\x3e\xac\xb7\xd0\x1d\xbb\x6f\xda\x94\xb1\x6e\xf4\x39\x77\x0c\x71\x2d\xa6\xa7\x0d\xe5\x18\x9c\x53\xcf\xcd\x0a\x43\x0d\xda\x5a\xf7\x94\xc9\xe7\x67\x69\x58\xb6\xfa\x4d\x8b\x44\xe3\x9a\xb1\xc0\xb5\xf6\x26\x6d\xa3\x10\xa9\xe0\x43\x6b\x17\x47\x7c\x54\x15\x61\x06\x9d\x31\x61\x39\xf3\x48\xc2\xf8\x42\x47\x9d\x5e\x83\xa3\x72\x62\x1a\x28\x27\x54\x3a\x93\x52\xe9\x1c\x82\x6b\xe7\xdc\xb4\xe5\x8b\x7d\x79\x4c\x6b\xcd\xa2\x06\xbb\x97\xc2\x6c\x22\x36\x94\x20\x04\xc7\x22\x9b\x83\x1f\x69\x1a\x7f\xe1\xa4\x88\x73\x78\xb0\xc4\x12\xc8\xf9\xe2\x14\xf8\x22\x56\x02\x6b\x6a\x91\x31\x31\x8e\xd3\x71\x9c\xc6\xa5\xeb\xe8\xbb\xfa\x93\x6b\x8a\xbe\xf3\x00\xbd\xfd\x57\x45\x70\x5a\x83\x51\xfd\xc9\xf0\x4e\xd0\x5d\x0f\x97\xd6\x6e\x13\x4e\x09\x9c\xea\xe9\x73\xfd\x56\x66\x02\x83\xb1\x25\x41\x56\x57\xeb\xd1\x35\xe5\x3f\xf2\x14\xd7\x3a\x95\xdf\x1c\x2d\xcf\x81\xcc\xf6\x2c\x81\xd8\xab\xeb\xe1\xcd\x92\x8f\x2f\x90\xff\x73\x85\x5f\xca\x89\xe3\x48\x2e\xf9\xdf\xc2\x30\x71\xed\xdb\xc9\x2d\xbd\x87\x82\x77\x1a\xdd\x3c\x6b\x32\x2c\xac\x0b\xc9\x65\x3e\xb7\xb7\x49\x4c\x7a\x8c\x4b\xd4\x28\xe9\x68\x5b\xd3\xfc\x87\x28\x7e\x68\x12\x7c\x12\xff\xc8\x83\x7d\x2e\xfb\xdb\x20\xa1\x16\x2b\xc7\xfc\xab\x94\x43\xb3\x08\x3d\x14\xa8\xee\xb1\x2a\xe3\xf1\xea\xc2\x50\x15\x66\x43\xf4\x67\xf2\xba\xe1\x7b\x9f\x5c\xae\x51\x1d\x0d\x16\xa0\x03\xc2\x1e\x17\x8e\x18\xbe\xb2\x84\xec\x0d\x65\x06\xbc\x1a\xa6\xab\x36\x6c\xdd\xcb\xb0\x24\xcb\x2a\x08\x80\x7c\xe6\xb0\xf7\xdd\x33\xf2\xdd\x1f\xf9\x37\xcc\x87\x29\x0e\x9b\xf7\x31\x0e\xf3\xac\xc8\xc6\x25\x79\x93\xe5\xb3\x4c\x58\x55\x5d\x72\xc8\xad\x24\x88\x24\xc7\x6d\x19\x96\xdf\xb1\xa8\xcb\x81\x65\x0c\xbe\x08\xcc\x03\x31\xd7\x1d\xce\x68\x38\x61\x2a\x3a\x9f\x47\xfe\xc1\x72\x88\xba\xe6\x77\xb7\x55\xc8\x3b\x15\xb9\x6f\xa3\xf3\x0a\xe6\xb5\x29\x5d\xc0\x89\xe9\x79\xc1\x38\x52\x11\xcb\x25\x4e\x18\x61\x5f\x42\x36\x03\xe7\x60\x98\x4d\x67\x49\x4c\xe1\x86\x90\xd8\x41\xd1\x55\x74\xc9\xcf\x12\x87\x08\xcd\x27\xe3\xf2\xc9\xc3\x94\x06\x95\x84\x96\x64\x52\x96\xb3\x7e\xaf\x77\x7f\x7f\xdf\xa5\x40\x68\x37\xcb\x6f\x7a\x32\xc8\x5d\xd1\xfb\x70\xfc\xe6\xe8\xe4\xfc\x68\xcb\xef\x6e\x73\x40\xfe\xdf\xc5\xfb\xe3\x73\xf2\xe6\xf4\x2d\x0e\xe7\x76\x0a\xb1\xc9\xbe\x83\x98\x6e\xdf\x91\x1f\x0e\xcf\x8f\xcf\x6b\x81\xdd\x8e\x8f\x64\x64\xb4\x93\xb7\xc7\x17\xc7\xa7\x27\xe7\x32\xd0\x1b\xc7\x2a\x63\xbd\x1d\x43\xac\xb1\x2a\xe4\x9b\x2b\xdc\x9b\xc2\x0a\xe1\xde\x0e\x21\x84\xd9\xe1\xc9\xcf\xaa\x24\x47\xb6\xae\xbe\x8b\xe3\x8b\x0f\x47\xde\x83\x91\xdf\x3c\x8e\xa7\x8a\x19\xf7\xe1\xf8\xe2\x67\x8e\xeb\xe4\xf4\x64\x0b\x05\x83\x53\x5c\x39\x67\xcc\xec\x6d\xb3\x93\x15\xb7\xc1\x72\x9a\xb1\x30\x1e\xc7\x21\x49\x68\x7a\x33\xa7\x37\x8c\xdc\x64\x77\x4c\x5c\x17\xab\x22\xf2\x15\x1c\x23\x37\x60\xaa\xd8\x85\x85\x21\x51\xaa\x9f\x79\xa9\x3f\x54\xfc\xc9\x77\x3d\x8e\xb3\xf7\x1d\xb9\x49\xb2\x11\x4d\xc8\x19\x1b\x27\x10\xe5\xf8\x53\x9e\x4d\xe3\x82\xc9\x02\xfc\x3f\xe1\xae\x2a\x59\x1a\x9d\x73\x0a\xc3\xc2\x30\xcd\xdb\x91\x3c\x77\x98\x8b\x91\x6d\x97\x93\x6b\xb0\x82\x95\x9f\x94\xa9\x7f\x3a\x26\x5f\xbf\xaa\xf2\xfc\xaf\xbd\x24\xd7\xd7\xb0\x12\xb8\xbe\x16\xc1\x4a\x48\x9c\x16\x25\x97\xf8\x6c\x2c\x9e\x64\x25\x9b\x9b\xc6\x6a\x40\xd6\x49\xa2\xae\x86\x23\x03\x32\x7a\x45\x56\x1d\x0b\x75\x1d\x46\x2f\x15\x67\x7c\x6c\x8d\x3a\x32\x68\xd8\x84\x16\xa7\xf7\xe9\xa7\x3c\x9b\xb1\xbc\x5c\xb4\x67\x9d\x0e\x89\x2e\x67\x57\x1c\xed\xe5\xec\xea\x15\x57\x43\x39\xd2\x5d\xa8\xa1\x02\x3b\x14\x11\x05\xf9\x7f\x76\x88\xa5\xeb\x6b\xf9\x1a\xee\x5a\x9e\x19\xa8\x50\x03\xae\xaf\xdb\x9c\x7c\xb5\xd4\x28\xca\x7c\x1e\x96\x59\x4e\x06\x24\x7a\x45\x56\xaa\x78\x54\xad\xa8\x38\xe9\xd5\xca\xe7\xb5\xea\x09\x71\x4d\xbb\x3d\xea\x90\x3e\x69\x5f\x5f\xe3\xf2\x55\xca\x83\x1d\x45\x5e\xa9\x6c\x96\xd5\x2a\x58\x6c\x5f\xd3\xa2\x88\x6f\x52\x53\x1c\x8c\x66\x19\xd9\xb2\x6e\x99\xfe\xfa\xd5\x6c\x96\xf8\xd8\x2e\x0d\x48\x62\x2e\xe9\x0b\x4f\xdc\x87\xf7\x08\xc7\x44\xf3\x1b\x88\x26\x5a\x54\x9b\x72\x64\x9f\xa4\x7a\x6f\x2e\xc7\x53\x50\x61\x82\xc0\xee\x5c\xde\xe0\x39\x00\x71\x28\x84\x38\x48\x72\xab\xc5\x29\x96\x8e\x6e\x48\x93\xa4\x5d\x78\x84\x4b\x49\x29\xa4\xa4\xe0\x52\x62\x22\x5f\x99\x09\xe5\x81\xd7\x25\x56\x96\x34\x29\x36\xc8\xc7\x7e\x79\x2f\x7b\x15\xe1\xee\x2e\x30\x78\x98\xb3\xa2\xe4\x04\x31\x83\x05\xe0\x89\x92\x5b\x9c\x4a\x98\x7e\x5f\x63\xf9\x20\x64\x62\xf7\xe6\x74\xdc\x9e\x75\xc8\x3e\xd9\xee\x98\xcd\x74\xf1\x02\xce\x37\x2b\xe7\x14\xc7\x20\xdd\x87\xb2\xda\x1b\x56\x1a\x95\x9d\x2f\xa6\xa3\x2c\x11\x67\x15\x87\x1b\xaa\x81\xc3\x8d\x8e\x53\x32\xa4\x5f\x6f\x56\x09\x98\x13\x5b\xbb\xe8\xc8\x08\xf4\xf6\x46\xae\x25\x0b\xb0\xbe\xae\xda\x07\xdb\x87\xfb\xe2\x95\xbe\x1a\x93\x66\xb2\x8e\xe3\xe2\x28\x9d\x4f\x59\x4e\x47\x09\xab\x58\xc5\x41\x3b\x36\x7a\xc9\xa1\xcb\xf8\x4a\x32\x49\x1c\xd0\x72\xc9\x0c\x92\x97\x35\xfd\x1e\xb1\x90\xdb\x29\xac\x2d\x7f\x64\x79\xe1\x91\x92\xe6\x37\xac\xf4\xc4\x89\x97\x88\x15\xa1\x25\x14\xa1\x63\x18\x79\xe0\xda\x0c\xc9\x3e\xd9\x25\xaf\x25\x06\xd2\x07\x68\x53\x87\x88\xb4\x9b\xdb\x6f\xe5\x89\xbd\x2c\x6f\x1b\x14\x74\x24\x16\x8f\x44\x48\x24\xa4\x14\xc8\x59\x47\x76\xb8\x3c\xf9\xb9\x61\x88\x89\x2c\xd0\x55\x2d\xad\x8b\x06\x50\x6e\x17\x7b\x80\x21\x9a\x14\x58\xa3\x21\x81\xaa\x00\x8d\xb5\x35\x97\x9f\x03\x71\x26\x60\x6b\x4b\x0c\x9b\x08\x95\x05\x59\xc9\xc1\xe1\x24\x79\x18\xb5\x73\xde\xf6\x90\x1c\xc8\x24\xa2\x02\xf2\xd0\xb7\x0e\x1c\xda\xcd\xed\x69\x46\xc0\x6f\x6e\x92\xdc\x10\x43\xe1\x8e\xd2\x93\x95\x85\xd9\x93\x58\xd6\xc8\xcd\x8c\xe6\x74\xda\x86\x7f\x8f\xc5\x0b\x14\xba\x29\x86\xb0\xa8\xa3\xff\x95\x17\xce\xec\xd7\x65\x05\x83\x29\xa8\xd0\x76\xe4\xcc\xb4\x86\x92\x29\x2b\x69\x44\x4b\xda\x56\x3f\xfe\xce\x20\x30\xb3\x48\xc0\x63\x92\x06\x45\xdf\x22\x39\x0a\x97\x4b\x72\x44\x03\xed\x92\xeb\x68\x79\x88\xb3\xf4\x9e\xc6\x25\xcb\x41\x83\x1f\xe6\x37\x1e\xb9\xd6\x43\xcd\x23\x9f\x3c\x72\xc3\x52\xd6\xc0\x67\x3e\xe1\xb6\x3f\x71\x29\x68\x7f\x22\x03\x65\x87\x75\x3a\xc6\x25\x8f\x9c\x15\x59\x72\xc7\x3c\x92\x33\xde\x5e\x7b\xca\x54\xe5\xc6\xf3\x64\x1c\x27\x09\x8b\xa4\xdb\x9b\xdb\x0d\xf9\x82\x2c\x49\x51\xb2\x59\x5b\x93\xd0\x4d\xd9\x97\x52\x6d\x9f\xbc\x22\x2b\x12\xc2\x86\x51\x1b\x00\x44\x0d\x6d\x06\x19\x2b\x67\x35\xa2\xc8\x43\xb5\x5c\x0e\x37\xca\x49\x9e\xdd\x0f\x37\xae\x7e\x47\x5d\x80\x33\x57\x07\x68\x94\xdb\x3a\xca\x52\x46\x5e\x13\xc9\x16\xf5\xaa\x8b\x24\xa7\x0f\x1c\xfd\x54\x67\x9f\x44\x50\x07\xe1\x06\x64\xb7\x9c\xb0\xb4\xad\x39\xe8\xe9\x56\x76\x5e\x61\xd2\x80\xa2\xaa\x99\x64\x50\xf5\xad\x31\x8b\x5b\x32\xc0\x7b\xf7\xf2\xaa\xd3\x11\xac\xef\x54\x8a\x68\xf5\xa0\x64\x69\xec\x15\xde\x51\x16\x2d\x2c\xe5\x7e\x0d\xf7\x3b\xe1\x01\x51\x70\x14\x16\x70\x77\xd3\x34\xcf\xc4\x20\xba\xdc\xbe\x22\x9b\x64\xa7\x03\xe7\x13\xee\x49\x79\xb9\x73\xf5\x4a\x4f\x3b\x90\x58\x79\xbc\x3b\x0b\x6e\x90\x7b\x24\x9b\x15\xc2\x32\xf7\xc8\xd8\x23\x0b\x8f\x94\x1e\xb9\xb1\x75\xd5\x0d\xd4\xcd\x5b\xd6\x27\x77\x2c\x1f\xb5\xb7\x3b\x1e\xd1\xbd\x2f\xbf\xed\xc0\x37\x01\xa1\x3f\xfa\x1d\xa8\x4e\x0c\x5c\x31\x6d\xd7\x86\x2b\x3c\x96\x7b\x73\x29\x72\xbb\xe2\x40\x5c\x96\x5f\x59\xc6\xa7\x79\xd8\x81\x77\xa7\x49\xa6\x66\x26\xd4\x99\x1a\xa5\x8d\x1d\x52\xe3\x2b\xf4\xf0\x65\xea\x91\xbb\x2b\xde\xf9\x46\xff\x63\xb1\xcc\x66\xd6\x40\x04\x77\x96\x62\x2d\x17\xc2\x8b\xc5\x8c\x1d\xe5\x79\x96\xb7\x87\x1b\x7f\xd3\x12\x13\x17\xfa\x9c\x95\x38\xdb\x16\xa7\x37\xdd\xe1\x46\x07\xd9\x04\xf2\x0c\xfa\x75\x47\x0c\x2e\x97\xcd\x32\x16\xe6\x31\x2c\x92\xda\xdc\xe4\xcb\x66\xa2\x7b\x7d\xf2\x9a\x2c\x2e\x2b\x6e\x5f\x91\xbe\xcc\x13\xdf\xd5\xb8\x04\x9d\x03\x90\xa8\x34\x18\x7c\xa5\xb0\x6a\x16\x1d\x8f\x6c\xf3\x31\xb5\x00\xd1\x85\xac\x67\x00\xa2\x0a\x70\x21\xb9\xdc\xe1\xb2\xcd\x47\x65\xa7\x6e\xf3\x9a\x24\x2f\x84\xe9\x56\x76\x48\xc6\xcd\xb7\x4b\x4d\xb1\x47\xaa\x93\xac\xb6\x2d\x2f\xf7\x50\xa0\xac\xc3\x7c\x23\xca\x37\xba\x2d\x9c\x90\x64\xa7\x4f\x04\x37\x5e\xa9\x9d\xac\x26\x88\xbd\x3e\xb9\x16\xaf\xee\xbe\x78\xf1\xaa\x7a\x99\x41\xfa\xde\xa0\x5d\x1e\xe1\xcd\xea\xcb\xe0\x7d\xab\x66\x5c\xdf\x23\x5c\x0b\xd1\x1d\x7c\x40\x89\x96\x6e\x5f\xbd\x32\x4e\x70\x35\x21\x79\xd9\x17\xc5\xaf\xbb\xd9\x4c\xdd\xbc\x25\xd7\x5d\x3e\x20\x55\x6a\x2d\x12\xf9\x98\x63\xdf\x95\xa7\xfa\x40\x74\x9f\x40\xea\x11\xd1\x95\xf8\x6d\xea\xf2\xd2\xdc\x60\x10\xf2\x20\xd8\x0f\xa3\x33\xe0\x72\x53\x25\xfd\x0e\x1f\x3b\xd7\xe2\xec\xa4\xa6\x0e\x2b\x4d\x9b\x86\x0a\x1a\x8c\x9c\xf6\xb3\x12\x64\x11\x38\x46\x0e\x88\x50\x53\x9b\x82\x83\x64\x9f\x94\x97\xbb\x57\x1d\x51\x8d\x60\x71\xc5\x5d\xd1\xc3\x8f\xad\x2d\xe0\x58\x15\x8e\x7d\xd0\x78\x18\xab\xd0\x81\x58\x7c\xd6\x23\x2f\x6d\x94\x7e\x0d\xa5\x7f\xf5\x4a\xf5\x28\x3c\x7a\x36\xeb\x3c\x12\x35\xe0\x32\x65\xa1\xa9\xf4\x23\x45\xa4\x56\x1b\x08\x1b\x9f\x4e\xc4\x60\xae\x66\x2e\x5c\x15\x9e\xb6\x85\x40\x07\x1e\x61\x57\x42\xd0\xb7\xf9\xfc\x0d\x67\xd9\x12\x6e\x07\x70\xbd\x54\xaa\xc7\xca\x2c\xf5\xa8\x06\xfc\xf7\x4a\x4d\xca\x6e\x74\x8c\x3d\x50\x57\x42\x02\xfa\x72\xb3\x56\x0d\xc6\x32\x9f\x9b\x63\xf1\x21\x63\x53\x7c\x39\x2f\x69\xde\x9e\x7a\x32\x4c\x76\x61\x68\x12\xbc\x3e\x9e\x0a\x43\xff\x99\x2c\xe7\x72\x11\xc9\x2c\xb1\xec\x9d\xaa\x65\xef\x1a\x0a\xe4\x3d\xe9\xcc\x9a\xb5\xa7\x9c\x53\x0f\xce\x7e\x59\x6d\xf2\xf3\xd4\xdd\x26\xc3\x3e\x9e\x6a\xd5\x3b\x15\x9d\x99\x75\xec\x89\x1a\xa9\x4e\x31\x5f\xe3\xd0\xba\x0e\x8d\x9d\x71\x0a\x60\x15\x94\x49\x9d\xd0\x81\x27\x09\x45\x87\xd4\x24\xac\xd6\x8f\xa2\x01\xf1\x8b\x17\x5a\x93\x3e\xcb\x2c\x35\xaa\x85\x64\xf5\xb0\xbf\x83\x46\xed\xcc\x23\xe9\x1f\xc4\x47\xc4\xc0\x67\x15\x07\xb3\x57\x26\x76\xce\x6b\xcd\x53\x8f\xe4\x1e\xa1\x39\x04\xd2\xf2\x48\x35\xc4\x6a\xb3\xb4\x9c\xc0\xdb\xa9\x79\xea\xe0\xeb\x57\x92\x6e\x6d\x89\xe8\x5a\x30\x93\x72\x44\xb1\xb2\x0a\xe5\x0c\x4a\x73\xa1\x27\x72\x65\x9e\xd6\xbc\x47\x6a\x34\x72\xd3\x82\x8f\x48\x11\x54\x11\x92\x7d\xf1\xbf\xff\x8b\xbd\x77\xff\x6e\xe3\x46\x16\x06\xff\x15\xd8\x5f\xc6\x24\x2d\x3e\x24\x67\xb2\x77\x3f\x5a\xb4\xc6\xcf\x89\xef\xb5\x63\xaf\xa5\x4c\xee\x1c\x49\xc7\x6c\xb1\x41\xb2\xa3\x66\x37\xa7\xbb\xa9\x47\x68\xee\xdf\xbe\x07\x55\x05\xa0\x80\x46\x93\x92\x9d\xcc\xcc\xdd\xf3\xe5\x87\x58\x6c\x00\x85\x57\xa1\x50\x55\xa8\x87\xcb\xb6\xe8\xa3\xe9\x28\x6d\x9a\xd8\x0a\x90\x38\x1f\x14\xc8\x64\x2b\xe2\xac\x56\x37\x71\x18\x84\x8e\x5e\x8f\xa4\xd3\xac\xfc\xb2\x04\x01\x14\x2c\xfa\xc0\xcb\x3e\x0c\x90\x0d\xcf\x57\x7f\x44\x3b\xe5\xd8\x72\x09\x98\x10\x3a\xc2\x66\x6b\x98\x31\x7f\x40\x79\xb8\xb7\xe7\xe8\x69\xa0\x55\x54\x68\xd7\x13\xc2\x34\xae\x41\xec\xd4\x4e\xd3\x5d\x87\x09\x8a\xec\x32\x38\xd8\x12\xd9\x21\x52\x68\x25\x69\xa3\xa2\x33\x49\x49\x79\x55\x8a\x3d\x57\xb3\x69\x02\xb6\xfa\xb0\xd5\x8c\xd0\x50\xae\xec\x60\x7c\xfd\x7d\x67\x51\x34\xc8\xa0\x8a\x2d\xf2\xf4\xa7\x5d\xf1\x2b\x02\xf8\x15\xc6\x68\xc6\xf6\xab\x38\x14\xbf\xa6\x4f\xc5\xaf\x7b\x7b\x5d\x71\xe9\x41\x83\xb5\x3a\xbd\x54\x34\x32\x3a\xfd\xf5\xdc\x5f\xbf\x62\xa7\xde\x1c\x84\x6a\x60\xcd\x7d\x05\xd9\x3c\x29\xf9\x5b\x01\x55\x15\x47\x02\xae\xb0\xfe\x95\x22\x50\x5d\xa8\xa6\xe5\x41\x0b\x6d\xa7\x28\x5f\xde\x66\x93\xbf\xd6\xa5\x2e\x2e\xd1\x87\xc4\x79\xa0\x21\x44\x61\x00\xc6\xdb\x4a\xd7\x09\x4b\x04\xa1\xba\x3a\xa7\x24\x59\x1e\x39\x62\x81\xda\x98\xd9\xbd\xe4\x4d\x48\xfd\xf8\x0f\x0a\xfa\xe7\x2e\x61\x02\x2a\xe2\x2e\xca\x44\x67\x0f\x15\x05\x82\x74\x5c\xf4\x9b\x44\x04\xfb\x41\x1f\x7e\x05\xf3\x34\x34\xf2\x73\xc7\x70\xab\x2e\x92\x75\x45\xb2\x4d\x22\x53\xab\x37\x3b\xcd\xce\x3b\x22\x39\xcd\x5c\x58\x5c\x36\x03\xd1\x1e\x35\x24\xf5\x20\x18\xe2\x1f\x48\x38\x41\x76\xeb\x0a\xf5\xf5\xbc\x03\x21\x98\xbe\x7c\x01\xd5\xc1\x42\xb6\x33\xc8\xf4\xa0\xe4\xee\xb0\x64\xc7\xab\x79\x9a\x8d\xd3\xec\xbc\x7d\x55\xd7\x62\x94\xb2\xaa\x52\xd9\xfe\xc7\xe9\xfe\xf9\xe9\xf7\xea\x4e\x70\xd5\x19\x9e\x2a\x03\xe6\xd2\x27\xcf\xc6\x10\x06\xd3\xec\xfa\x46\x53\x81\x95\xfb\x57\xae\x8a\xc2\xea\x82\x86\xce\x08\x9e\x9c\x77\x45\xd1\x09\xcd\x8c\x1a\x5a\xad\x0d\x4d\x55\x6f\x3e\x59\xca\x06\xdb\x92\xa6\xa6\xde\x94\xf0\x64\x5b\x5b\x1a\xdd\x94\x56\x14\x24\xd7\xf6\x55\xa7\x2b\xfe\xa1\x83\x46\xaa\x3f\x35\x6f\x41\x90\x61\x2e\xfb\xe7\x5d\x01\x7f\x1c\x9c\xdf\x41\xa5\x08\xd8\xf8\x4a\xa6\x72\x06\xe7\xd6\xe7\xb5\x92\xae\x58\x7e\xdd\x21\xe8\x32\x5c\x44\x75\x17\x5e\x64\xa8\x67\xd8\x72\x3e\x42\xca\x8a\x7b\x1e\x8d\xae\x98\xc2\xa2\xe1\x99\xc8\xd5\x3f\x47\x0d\x47\xa3\xad\xd8\xf2\x07\xcb\x8e\x38\xb2\xec\x97\xa6\x7a\x39\xe1\xae\xe6\xc1\x32\x62\x90\xf4\xa8\xc5\x46\x0c\xc5\x54\x81\x56\x20\x87\xe2\xea\x29\x7e\xb9\xe3\xaa\xff\xad\xce\xde\xfe\x53\xa8\xe1\x02\xd6\x24\x48\x8d\xf8\x9a\x6a\xbe\x58\x1c\x59\x3e\x4e\x0c\x15\x6f\x6b\xd8\x46\xcd\xa2\xd7\x19\xc7\x23\x87\x7d\x1f\x06\xb8\x48\x85\xc0\xff\x0a\x72\x1a\x78\x2d\x66\xf4\x94\x61\x8c\xf3\x88\xbe\x9b\x9a\xd6\xb5\xcd\x90\x93\x87\x70\xa8\xab\x0f\xb4\x57\xad\x2b\xae\x80\x65\x54\xff\x5a\xb5\x6a\x93\xfe\xac\x01\x44\x4c\x44\xc2\x27\x82\x96\xf8\x91\xca\xef\x8a\x2b\x73\x0d\xba\x5f\x69\xfc\x8e\xb1\x6b\x33\x85\x3b\x3c\x48\x44\x97\xf2\x44\x2e\x96\x69\x54\x49\x7c\x6e\x69\x4f\xf2\xfc\x12\x34\xc1\xd1\xb5\x87\xd8\xc1\xf7\x18\x35\xa2\xf0\x43\x8d\x06\x74\xf6\xb0\x88\x80\x9e\x98\x01\x17\xd1\x35\x8e\x94\xac\x06\x05\x56\xed\xab\xef\x23\x55\xfa\xb4\xc6\x1d\x63\x8d\x9d\xbc\x13\x66\xe3\x43\x99\x37\x8f\xbd\xf1\x2f\x72\x88\x20\xb3\xc8\xe3\xfe\xe7\xcf\xb2\x7c\x9f\xc7\xab\xd4\xaa\xee\x16\x79\xec\x9c\x32\xc7\x6b\xd6\x83\x62\xbc\x0f\x0c\xeb\x78\x09\x32\xb4\xea\x92\xad\x54\xe8\x6d\x79\x91\xc7\x5d\x71\xd9\xe9\x68\x9f\x3e\x60\x14\x17\x79\x7c\x7a\xc9\x99\x15\xd4\xf7\xa3\x5a\x0b\xcb\x6b\x7c\x24\x59\x9a\x6f\xdf\x5f\x5c\x8f\x57\x08\xc8\x5b\x12\x4d\x40\x1b\x96\xe5\x48\x7d\x11\x43\x78\xf9\x42\xf5\x1a\x7c\x60\xd2\x2a\x18\xaa\x79\x81\x4d\x44\x96\xf7\x8c\x05\x79\x37\xcb\x7b\xf0\x3e\xd6\x2b\x24\xbe\xf8\xab\x2f\xe5\x3c\x8a\xf3\x6b\xf1\x78\x70\x96\x9d\x65\x83\xc7\x8f\xcf\x32\xf1\x58\x9c\xcc\x8b\x5c\x1d\x0e\xad\x1b\xce\x33\x91\x4f\x45\x64\xe6\xd2\x17\xaf\xc1\xc4\x08\x64\xab\x55\x29\xa7\xab\x14\x16\x1f\x5e\x49\xc1\x9a\x28\xc9\x66\x00\xc9\x01\x30\x8f\xb2\x38\x95\x45\x29\xf2\x4c\xc8\x2b\xe0\x11\xd3\xe4\x12\xe2\x06\x26\xbf\x61\xd2\xd0\x72\x52\xe4\x69\xda\x57\x6d\xa1\xfd\x5f\x60\xc4\x42\xac\x7f\x82\x78\xa4\x1b\x81\x6e\xf5\xd1\xad\x65\xef\x9f\x8b\xdf\x64\x91\xf7\xf2\xa2\x37\x03\xfb\x92\x82\x2a\x28\x14\x48\xd2\x34\x29\xe5\x24\xcf\xe2\xb2\x8f\x41\xc3\x55\xb7\x90\x69\xf1\x22\x9a\x5c\x96\xc4\x33\x94\x22\x2a\xf2\x55\x16\x8b\x83\xfd\x7d\x91\x17\xe2\xc9\x0f\xfb\xa2\x4d\xb5\xc5\x3c\x99\xcd\x65\xd1\x41\x33\xf0\xbc\xac\x68\xc2\x7d\x77\x7c\x2f\xf2\x3c\x95\x51\xa6\x06\x78\x9a\xe5\x27\x45\x94\xa4\x49\x36\x3b\x17\x42\x7c\x58\xaa\xf9\x47\x69\x57\x6f\x1d\xa4\x65\x05\x5d\x6e\x5f\xbc\x9d\x0a\x5b\x5b\x5d\x35\x60\xec\x6a\x06\x88\x56\xe9\x90\x4b\x4d\x87\x9c\xc5\x40\xa3\x63\x98\xe3\xd8\x99\x21\x89\xfb\xd5\x5c\xc2\xd0\xee\xf0\x5f\x45\xfb\x1c\xf7\x78\x0e\xb7\x0b\x09\x19\x5f\x21\x1b\x65\x60\x84\xa8\x85\xce\x0b\xb1\xca\xc8\xce\x0c\x22\x7b\x39\x23\xbe\xd0\xa8\x03\x99\xe0\xb4\x93\x69\x95\x2c\xee\x3c\xb4\x68\x5a\x91\x1d\x5a\x1a\x41\x24\xeb\xda\x48\x55\x8f\x7d\xd1\x7e\x6e\x2a\x06\xea\xcc\x23\xbc\xbc\xc1\x97\x9a\xf2\x6b\x2a\x44\x0d\x2d\x5f\xf7\xee\xab\x46\xa1\x60\xd5\x9c\x26\xf9\x4a\xfd\xa9\x16\xa6\x90\xa5\xac\x3a\x2e\x5a\xbc\xa1\x91\x6c\x84\x5d\x21\x8d\xb6\x66\x94\x55\xee\x2c\x18\x4e\x1d\x91\xd8\xc5\xe0\x93\xb9\x14\x63\x75\xf9\x8e\x41\xbf\x2a\x6f\x30\x7c\x48\x94\xa6\x56\x52\x36\x61\x2f\x20\x08\x3b\x38\x00\x77\x45\x54\xf6\x92\x7b\x4c\x30\x17\x63\x3d\xda\x31\xfa\x41\x34\xac\x2f\x64\xfc\xc3\x61\x6f\x39\x0f\xb1\xbc\xc8\x57\xd9\x44\xbe\xcf\x63\x79\xae\x10\x6a\xcc\xbf\x8c\x35\xda\x8b\x76\x54\x61\x32\x78\x75\xc1\x4f\xe6\x52\x91\x3e\x31\x9e\xa4\x32\x2a\xc6\x3c\xea\x32\x2e\x90\xd9\xc3\xb2\x1f\x86\x89\x88\xaa\x80\xca\x2c\xee\xdc\x79\xf6\xac\x67\xb3\x06\xdb\x3a\xb7\xb4\x4a\x2b\x1e\xd9\xa6\x3f\x57\xfc\x4d\xd7\x2e\x9d\xe5\xe3\xa1\xdd\x80\xa5\x60\xd3\x75\x44\x1b\x60\x77\xd9\xb1\xb3\xc7\x4b\x11\x11\x3b\x4d\xb2\x51\x1f\x3c\x86\x3b\xe4\xb1\xc0\xb3\x70\x5d\x44\xcb\xa5\x2c\x00\xf9\xcb\x2a\x5f\x2e\x65\xec\x9c\x69\x54\x4a\xc0\x69\xcc\x57\x6a\x71\xca\x55\x21\x31\xeb\x23\xc1\x61\x33\x67\x3b\xac\xc3\x54\xa3\xfd\x11\xb4\x2f\x15\x95\x1d\xeb\x91\x8f\x01\x1b\xc7\x32\x8b\xc7\x04\x48\x0f\x56\x5d\x56\x92\xf2\x0e\x3c\x86\x34\x08\x60\x22\x86\x23\x78\xfb\xea\xa9\xfe\x32\x51\xa2\x28\x9c\xd2\x11\x6e\xdf\x53\x31\x18\x88\xff\x92\x72\x29\xaa\x42\x9d\x1d\x0a\xd5\x8a\x34\x21\x59\x38\x9b\x74\x1d\x39\xd8\xa8\x61\x42\xda\x94\x1b\x39\x41\xb5\xd3\x60\x20\xde\xb0\x73\x07\xc8\x65\x7c\x95\xf5\x88\xb0\xb1\xa5\x34\xaa\xd2\x6b\xaa\x73\x82\x55\x6c\x1a\x38\x78\x25\xd1\x33\x61\x5e\x03\xd0\x4a\xd7\xb6\x15\x78\xc6\xa9\x4d\x6d\x38\x30\x7f\xd0\x8b\xc3\x54\xd4\x40\xdc\xa1\x40\x05\xdb\x79\x78\x68\x4f\xb5\x8a\xd6\xae\xa6\x3a\x60\x4f\x4d\x9f\x63\x8b\x5b\xe3\xda\xb5\x74\xdb\xd7\xdd\x32\x9b\x17\x76\x07\x3c\x18\x8d\x44\xeb\x02\xcf\xb7\x75\xbc\xe5\x78\x29\x46\x06\x61\xcd\x50\x88\xf8\x8d\x18\x24\x2a\x63\xa0\xfd\x98\x8e\x1b\x07\xbd\x81\xfc\x11\x76\x8f\xed\x9a\xc8\x6c\x12\x2d\xcb\x95\xe2\x9a\x4b\xa0\x85\x84\x24\x84\x96\x0a\xee\x40\x0f\x0f\xf9\x12\x05\x4c\x37\x8f\xd2\xa4\xa2\xd0\xea\x8a\xd0\x19\x64\x87\x7b\x0c\x78\x19\x8c\x6d\x0c\x09\x86\x2a\x75\xc7\x4e\xe6\x0c\xeb\x08\x9a\x47\x08\x05\x31\x54\xce\xde\xd1\xc8\xdb\x4e\x52\xc5\x52\xa6\x53\x72\xe3\x7c\x6a\xbf\xca\x34\x5a\x96\xb0\x6f\xaf\xa2\x4a\xf6\xb3\xfc\xba\xdd\x11\x3d\x83\xca\xac\x66\x54\xcc\x1c\x43\xd3\xa7\x67\x99\x45\x4b\x83\x00\x0c\x2d\x91\x48\x69\x2c\x54\xc8\xf0\x9a\x28\x1b\x3b\x4a\x6a\x39\x56\xcb\x38\xa2\x10\xf7\x63\xdd\xf1\x18\x4f\x7d\x15\x2d\x96\x06\x49\xd8\x0c\xd5\x12\xb4\x59\x5f\xec\xe8\xd9\x79\x18\x4f\x0d\xdd\x1d\xa9\x10\xd5\x4a\x80\xe1\x69\xe9\x65\x77\xa4\xfd\x57\xcb\x7c\x97\xbb\x83\x34\xb3\xa5\x89\x67\x81\x67\x1c\x1c\x02\xd3\x68\x66\x60\x55\xb9\x42\x96\xfc\x5a\x4c\x57\xd5\xaa\x70\xa6\x6f\xb8\x56\x93\x2a\xc5\x6e\xa7\x4f\x17\xf8\x7c\xcd\x29\x0f\x04\x27\xdd\xf0\x8d\x71\x0e\xcb\xa3\x47\xe2\x41\x88\x80\x98\x79\xab\xd1\x1e\x43\xd4\x6a\x8b\xfd\x1e\x9f\x66\x7d\x1e\x31\xf1\x87\x22\x8d\x51\x16\x33\x00\x77\xb8\x73\x65\x0d\x11\xac\x3f\xe3\x63\x93\xbc\x06\x37\xd9\x9f\x55\x23\x21\x6a\x98\x74\x2d\x94\xa8\x46\xf9\x67\xc8\xf9\x34\xad\xc3\x5b\x76\x51\x2e\x20\xab\x49\x32\x35\xb7\x31\x4c\x5b\x5d\x7b\xc0\xef\xc9\x9b\x89\x94\xb1\xba\xef\x68\x62\x7c\x35\xee\x31\x45\xeb\xfc\xef\x11\x41\xb5\x80\xdb\xc6\xa9\xeb\x7a\x03\xc6\x00\xe4\xb5\x31\x6b\x3e\x95\x01\xb1\x33\xd8\xc1\x94\x58\x76\x84\xf8\x13\x25\xa8\x30\x40\x85\x9c\x28\xb9\xc7\xe0\x35\x9b\x34\x1f\xf3\xb7\x72\x66\x0c\x56\x88\x4d\xba\x63\x8f\x1e\xdf\xd6\x30\x77\x67\x99\x9a\x59\x33\x7f\x6b\xf9\x11\x2d\x65\xa5\x31\xd5\xc1\xcd\x23\x22\x19\x43\x80\xdc\x15\x5b\x10\xf7\x88\xf8\xf4\x9e\xc1\xdf\x21\xe1\xaf\x73\xcf\xe3\x31\xa0\xc3\xdb\xa7\x5b\x7e\x44\x17\x34\x30\x25\x9f\xb4\x66\x4d\x1a\xfe\x8d\x71\x8a\xaa\x35\x71\x97\x54\x8a\x39\x6b\xc1\x8b\x66\x8b\xcc\x0f\x13\xd7\x52\xfd\x2b\xcd\x8c\x35\x4a\xf5\xaf\xcc\x25\xd9\x15\xab\x0c\x64\x73\x7b\x89\x22\x03\x3d\x5b\x45\x45\x94\x55\x52\xea\x34\xe1\x4e\xfa\x6f\x2e\xa9\xc6\x22\x52\xa8\x3e\x53\x22\x69\xb2\x90\x5d\x21\x13\x08\xd2\x87\x5c\x24\x00\x03\x51\x16\xf0\x0a\x5c\x93\x60\x34\x25\x66\x93\xca\xa7\x40\xd9\xca\x2e\xe4\x0e\xc1\x3b\x18\xaa\xcb\x2c\xde\xaa\x1e\x70\xb5\x03\xff\x6e\xca\x81\xd3\xa8\x7a\xa1\xe6\x7b\x0e\xa3\xdb\xa5\x1a\xa0\xca\x77\x95\xba\x61\xf5\xb9\x24\x19\x12\x73\xef\x26\x06\x79\xe2\xb7\x3e\x01\x35\xf1\xdb\x1d\x64\x48\x79\xe1\xaa\x02\xd2\x5b\xbd\x99\x78\x51\x35\x01\xbe\xdb\x28\x7f\x47\xe1\x7f\x87\x54\xdf\x6f\x12\xeb\x5d\xa9\xfe\xdf\x56\xa8\x6f\x10\xe9\x03\xcb\xef\x8b\xf4\x4d\xa2\x2d\x49\xb6\x06\x42\x4d\xb0\x65\xa2\xad\x11\x03\xb5\x68\x4b\x38\x63\x71\x85\xae\x51\xad\x5f\x36\xd2\x82\x47\x6c\xf5\x2e\xd7\xe0\xc0\xf1\xe8\x40\x3c\x0c\xb7\x86\x15\x9c\x35\x9e\xaa\x9b\x1b\xab\x6b\x1a\x6a\x3c\x7f\x75\x63\x3b\x2d\xed\x03\x8c\xaa\x5b\xb1\x16\x2f\xf3\xc5\x32\xcf\x64\x56\x9d\x80\xa7\xda\xaa\x94\xaf\xa7\x53\x78\x37\x58\x95\xf2\xb8\x52\x1c\xf3\x06\x33\xa0\xb4\x0a\x19\x4d\xaa\xd6\xd3\xb3\x8c\x1a\x53\xe8\x07\x79\x0c\x3a\x4e\x5e\xa9\x97\x50\x51\x0f\xf5\x9f\xbd\x89\xee\xa5\x05\x1c\x14\x38\xdd\x09\x55\x23\x89\x52\x24\x75\x1f\xa6\x6f\x2b\xb9\x28\x5f\x25\xe5\x32\x8d\x6e\x41\x54\xf8\x61\xff\x29\x9b\x0d\xe0\xf2\x34\x9a\x48\xaf\x5f\x68\xf6\xb1\xc8\x97\xe5\xe1\xc9\x33\x5c\xf5\x44\x7d\x1a\x8a\x13\x48\xa6\x00\x2b\x62\x1b\xbf\x5c\x95\x55\xbe\x70\x41\xb8\xad\x23\x82\xa9\x01\x08\x31\x99\x27\x69\x3c\x74\x97\xea\x70\xcb\x28\x9e\xe9\x6e\x71\x9e\xa1\x2e\xc5\x48\x1c\x9e\x74\x9f\xb5\xd7\xa6\xbb\x2e\x76\x23\x36\xc3\xad\x63\xec\x88\x11\x8d\x13\x81\x9f\x26\xd8\xb8\x94\x15\x80\x39\x57\xac\x3a\xed\xdc\xe1\xc9\xe9\xf9\xb3\xb6\xee\xc0\x86\x97\xfe\x61\x9f\x62\xbb\x6b\x10\xe8\xb7\xa2\x40\xa8\xbf\x1c\x10\x98\x37\xeb\x59\x7b\xeb\x66\x39\xd0\xe6\x51\xf9\x3e\x2f\x24\xc0\xfb\x11\xff\x76\x20\x92\xa4\xcd\x06\x66\x2c\x65\xef\xdc\xc9\x4b\x58\xaa\x11\x2e\x19\x31\xe5\x06\x75\xdb\x6d\xbb\x48\xc2\x2c\x4c\x60\x1d\xb6\x77\xa7\x39\x1e\x3b\x8d\xaf\x1b\xf1\xa6\x2b\x4e\x75\xc3\x73\x2d\x41\xe0\x34\xa6\xb2\x9a\xcc\x15\xe4\x57\xe0\x54\x23\x9c\x81\x43\x32\x37\xde\x9b\x22\x1e\xde\x08\x18\xb7\xce\x86\x69\xa8\x81\xb0\xec\xbe\x55\xe3\x40\xcf\x99\xbc\x7e\xab\x43\x47\xc2\xbf\x7b\xdb\xa7\xf2\x94\x75\x03\x0d\xdb\x1a\x42\xc7\x29\x6a\x58\x69\x53\xd9\x65\x23\x9f\x3a\x9c\x60\x1b\x8b\xbc\x93\xa5\xa1\x67\xf2\xa6\x1a\xad\x9d\x15\x33\x41\x11\x08\xe5\x46\x6b\xfa\xc3\x14\xa4\x79\x14\xcb\x62\xb4\x3e\x9c\xff\xf9\x99\xfa\x3b\xc9\x66\xfd\x7e\xff\x70\x30\xff\xf3\x33\x53\x27\x8e\xaa\x08\xd3\x33\x8f\xd6\x7c\xbd\x2d\x74\x99\xcc\xe6\x95\x5b\x28\x9e\x89\x27\x3f\x88\x23\xd1\xfa\x8f\x1f\xae\xe6\x2d\x31\x14\xad\x16\xd5\x7f\xa6\x9b\x1d\x22\x92\x42\x2b\x6a\xbc\x11\x03\x2a\x3e\x1c\xb8\xb3\x84\xcf\x40\xc0\x39\xcd\xd3\x6f\x74\x21\x82\xe0\xd0\xf1\x4f\x8a\xea\x76\x15\x39\x87\x08\xc8\xaf\xaf\x20\xf1\xf1\x9b\x97\x8d\xb4\x7b\x2d\xde\x66\xcb\x55\xd5\xc5\x7f\xfe\x5a\xe4\xab\x25\xff\xfb\x79\x1c\xe7\x19\xff\x70\xa2\xae\x71\x07\x58\x59\x15\xd1\xd2\x81\xf8\x26\xcf\xaa\xe7\xd7\xb2\xcc\x17\xf2\xed\x24\xcf\x4c\xf5\xbf\x4c\xf3\xa2\x8a\xb0\x60\x80\xf7\xc3\x34\xcf\xf4\x17\x07\xc4\x34\xd2\xa1\x2a\x42\x6d\xa7\x85\x94\xbd\x32\x4f\x93\xb8\x57\x5e\xcd\x7a\x89\x42\xe5\x56\xf8\x8e\x40\x30\x2f\xa2\x02\xe8\x26\x62\x3f\x3e\xd7\xe1\x0a\x0d\x45\x5b\x0e\xf9\x6a\x1d\xfe\x78\xf2\xfe\x9d\x9a\xe5\xf3\x42\x46\x3a\xbb\xf5\x17\xa1\xbe\xc2\x2a\xd0\x27\xa4\xbf\x57\x79\x82\x27\x62\x99\x46\x13\x39\xcf\xd3\x58\x16\x43\x81\xa1\xfb\x5c\xda\x6f\xc6\x31\x14\x6f\x5e\x1e\xba\xa3\x7a\xa6\x4e\xfc\xda\x19\x56\x97\x43\x14\x1b\x4b\x0e\x52\x59\x09\x4c\x4d\x4d\x12\xde\x50\xfc\x94\xc7\xf2\x3f\x8f\xfb\xf4\xdb\xa1\x2b\x08\x12\x7b\x43\xc0\xaa\xab\x6f\x98\x30\xd7\xce\x6a\x11\xd3\x19\x8e\x3e\xd7\x3a\xa2\x9a\xec\x2f\x65\x51\x26\x65\xd5\xee\xe8\xf8\x69\x17\x92\x42\xc2\x2b\xbe\x99\xb2\x32\xae\x96\xb3\x22\x8a\x25\x06\x98\x8f\x26\x95\xb8\x3a\xf8\x0f\xc5\xb1\xc5\x36\x68\xfa\x60\x00\xd1\x36\xca\xe1\x00\x71\xe7\xd7\x12\x62\x6d\xc4\xf9\xa4\x1c\xa4\x72\x16\x4d\x6e\x7b\x20\xe7\xf4\x96\x79\xae\xc4\xba\xfe\xbc\x5a\x10\xd1\x60\x83\xa0\xe1\x39\x63\x76\x25\x66\x87\xf6\xba\xc8\xd2\xb6\xc4\xb4\x2b\xbe\xdf\xdf\x27\xba\xde\x44\xbd\xf4\x99\xb1\x94\xc0\x3b\x58\x22\x52\xff\x57\x5c\xc4\xe8\xec\xe1\xb2\x80\x8c\x93\x67\x0f\x4d\x75\xa7\x81\xda\xa1\x67\xeb\x43\xff\x6c\x29\xdc\x1f\xad\xf5\x71\x51\x74\x65\xa3\x48\x8a\xd3\xca\x74\x3f\xf0\xfa\xf7\x06\x26\xa2\x55\x95\xbf\xc9\x27\x10\x9f\x1f\x67\xac\x28\xa9\x8f\x42\x1b\x8e\x9b\xa3\x35\xfb\xe1\x92\x35\x67\xfa\x8d\x24\xcd\x1c\x85\x30\x1d\x7b\xf3\xd2\x32\xa0\x5d\xf1\xa6\x88\x66\x98\xcb\xdd\xa1\x6f\xe6\xc6\xdf\x42\xe6\x5e\x44\xb1\x3a\x56\x2f\xf3\xb4\x2b\x3e\xe5\xd7\xdb\x69\xd8\xcb\x3c\x4d\xa3\x25\xc4\x9d\x7e\x9e\xca\xa2\xfa\x18\x65\x52\x33\xb6\xfd\x41\xb0\x94\xb7\x9e\xcb\xc9\xe5\x45\x7e\xa3\x1b\xf4\x07\xfd\xfe\xc0\x70\xbe\xe5\x40\x97\x3b\xe3\x4b\xca\x8f\x94\x56\x73\xe3\xb4\x5b\x55\x49\x5a\x3a\x35\x3f\xad\x52\xe9\x55\x82\xdc\x2e\xf8\x7f\xa7\xaa\x8d\xf8\xa3\xc9\x68\x26\x6f\x56\x93\xa4\x1c\x5c\x5e\x61\xf8\x38\x3e\xec\xc0\xe5\xd2\x85\x0b\x22\xcc\xe0\x7a\x63\xe0\x13\x0c\x40\x62\x1d\x99\x2d\x6f\x6a\x6f\x2a\x38\x44\x1d\x02\x6a\xa8\xc9\xa3\x34\x32\x12\x97\xf2\x36\x9f\x9a\x2f\xab\xf2\x30\xca\x6e\x9f\x85\xaf\x01\x56\x49\xb3\xf7\xd3\x44\x51\xe9\xa1\x38\x41\x02\x2e\x21\x72\xb4\xfe\x99\x64\xd1\x04\x43\x6f\x9d\x78\xc2\x94\x85\x09\x7b\x5f\xb2\x7b\x65\xa6\xb0\xbd\x3c\x1a\x42\x6f\x80\xfa\x24\x37\x94\x55\x54\x95\x2f\x95\xe8\x3d\xe4\x23\x21\x96\x7a\x7b\x07\x44\xf6\xa3\x0b\x99\x96\x43\xf1\x49\x4e\xf2\x22\x3e\xc4\x1b\xa6\x4b\x37\xcd\x33\xd3\x89\xb4\xf0\x25\xbd\x3d\x82\x29\x94\xb9\x91\x84\x88\xb2\x2c\xa7\x98\x38\x5b\xc1\xe1\xfc\x9f\x57\xfe\x75\xe6\xae\x29\xcc\x12\x87\x98\x45\x0b\xb7\xa7\x69\x92\xba\x1f\x8a\x55\x2a\x4b\x1c\x21\x2d\x8c\x8e\x97\x35\xa4\xb4\xbc\xee\x9d\x79\x79\x45\x79\xdf\x15\xc2\x8f\xc0\xa0\x4e\x23\xf4\xa1\xfa\xf6\x0c\x13\x9f\xda\x4c\x7f\x2c\xa4\x1a\x30\xb3\x90\xbb\xa2\x1c\x8a\xd3\x96\x1a\x5c\xab\x2b\x5a\xb8\x8e\xad\xae\x38\xb5\x7f\x0e\xfa\x8f\x07\xe7\xe7\xdd\xb3\x6c\xd3\x61\x42\x29\x2c\xe7\xcb\x3c\xcd\x8b\x93\xd5\x12\xc6\x0d\x06\xff\x87\xa7\x66\x81\xbb\xa2\x55\xae\x26\x13\x59\x96\x2d\xf1\x45\xb4\xae\x23\x88\x43\x04\x7f\xc7\x8a\x38\x15\xad\x73\x75\xb3\x43\x3c\xb3\xd3\x96\xc6\xa8\x16\x6b\x76\xde\xc5\x32\x42\x3e\x55\xa4\xa1\xe8\x22\xc4\x52\x55\xa2\x61\x76\xcf\xb2\xf3\xa7\x8e\x16\x02\x36\xe1\x65\x9e\x55\x32\xab\xda\xe5\x3c\xbf\x7e\xce\xf7\x98\xc4\xac\x0e\x17\x16\xa9\x32\xf0\x22\x8d\xf2\x2b\x2c\x31\xf1\x26\xc0\xb5\x72\x3e\xc4\xbf\xee\x84\x38\x64\xf7\x16\xb1\xc8\x8b\x68\xd9\x6e\xab\x5d\xef\x8a\x5f\xa1\x69\xfb\x8c\x39\x30\x1c\x86\xa9\xec\xa5\xbc\x1d\xad\x55\xa3\xbe\xda\x34\xb1\x27\x7e\xdd\x08\x6f\x52\xa3\xb5\xf7\x61\x03\xb8\x85\xcd\xec\x25\xa4\xfe\xeb\x74\x36\xf6\xfa\xa3\xef\xf6\xda\x36\xb3\xa0\x05\x71\xf1\x0f\x0f\x38\x5f\x2b\x76\xe4\x69\x61\xf0\xcc\x93\x5b\x8c\x3d\xe7\x7c\xa9\x48\x1c\x86\x9a\xef\x20\x9f\x46\x29\xf1\x66\x54\xbf\xb8\x48\xdc\x46\x68\x8e\x14\x8d\x9c\x8a\x8c\x4d\xcb\x37\xec\xc3\xdd\x1a\xb3\x66\x8e\x00\xce\x48\x91\x96\xc5\x9f\xe9\x5c\xc2\x9a\x3a\xb2\x18\x85\x86\x44\xb2\x6f\x96\x4e\x9a\x8f\x1b\x67\x04\xde\x46\xc1\x50\x8e\xdd\x6f\xce\x24\x8c\xc8\x6a\x61\x54\xf9\x6c\x96\x4a\x1c\xbf\x5a\xf4\x42\x1f\x40\x46\xec\x10\xbb\x3c\x71\x1f\x9b\xd8\xec\xc8\xfd\x7e\x9f\x16\x44\x7f\x39\x35\xb0\xce\x87\xe2\x01\x16\xb2\x6f\x54\x6f\xe3\xf2\x79\x7f\x2c\x6b\x8d\x01\x73\x30\xf8\x07\xb9\x32\x80\x5d\x02\x8f\x04\x8e\x23\xa0\xa0\x93\x62\x24\xdc\xfa\xfd\xaa\x48\x16\xfc\x39\x1a\x6a\xeb\x6c\xb6\xec\x6e\x22\xdf\x15\xaa\x06\x46\xa6\x58\x17\x30\x49\xe4\x53\xc2\x6e\x27\x62\x24\x41\x5b\xe9\x1d\x51\x68\xa8\xee\x62\x46\xab\x69\x95\xdb\x26\x2a\x26\x80\xe9\x03\xf9\xf7\x73\x76\xba\x80\x98\xaf\xb4\x17\xa6\x92\x8c\x55\x43\xe9\xae\xf1\x9e\xc1\x3e\xd4\xdf\x5e\x48\x47\xbc\x97\xb0\x58\xfd\xed\x15\xdb\x2b\x08\xab\xe8\xdf\x5e\x35\xba\xbb\xbc\xe1\x02\x81\x23\xc7\x0d\x25\x0e\xc2\xf2\xeb\x34\x1b\x6e\xf2\xec\x70\x2e\xd8\x0d\xd3\x99\x18\x92\xd0\x76\xc3\x87\xfb\x8a\x1b\xa7\x2a\x3f\xf4\x9e\x36\xa5\x41\x0f\x76\x27\x74\x68\x44\x06\xd5\x69\x0d\x13\x33\x79\x8d\x8c\x80\x93\x5b\x6e\xcb\xbe\x6c\xd9\x93\x3b\xec\x07\xed\x05\xc3\x2a\x8d\x71\x6c\x2f\xe8\x30\xe3\x96\xc0\x65\x7e\x6e\x37\xc4\x46\xd5\xc4\x28\xb8\x38\x7c\x82\xd5\x80\x83\x1c\x03\x75\x0b\xbb\xa7\x9b\x33\x6e\xd9\xe1\x91\x69\x67\x43\x37\x5d\xe7\x2e\xc0\x71\x1a\x7d\xa0\x27\x44\x5a\x09\x4d\xc9\x2c\x93\x34\x2a\xcb\x9f\xa2\x85\x12\x17\xa3\x34\x99\x65\x3d\xb8\x67\x7b\x13\xa9\x16\xc9\x95\x1c\x5f\xe6\xa9\x53\x3f\xee\x4d\x53\x79\x73\xf6\x50\xa4\xb3\xd1\xd9\xc3\x3f\x9f\x3d\x14\x8b\x78\x74\xf6\xf0\x07\xa7\x95\x10\x6b\x9f\xef\x41\x1c\x3f\x2d\x91\xe3\x99\xa8\x82\x73\x57\x42\xd6\xcb\xe3\xb2\x03\x76\x20\x5a\x1a\x82\x8b\x1d\xe0\x6c\x30\xcd\x91\x8c\x47\x6b\xda\x26\xdc\xa0\x8d\x48\xe2\xd1\x7a\xfc\x1d\xd5\xea\x21\xe5\x2f\xc6\x1b\x26\x8f\xf2\xdb\xa0\x0d\xf5\x3a\x9b\x67\x7e\xa7\x42\x1c\x82\xbc\x87\xe3\x1d\xad\xe1\x9f\x8d\xb3\x1e\x95\xbc\xa9\x7a\x93\x68\x99\x54\x51\x9a\xfc\x26\xbd\x65\x70\x97\x63\x23\xda\x6b\x7b\xb7\xeb\xc1\x76\x02\xbd\x0e\xa0\xdb\x1a\xa8\x43\x23\xf3\x79\x45\x6e\xe0\xde\x4d\x87\x85\x77\x3d\x54\x72\xa6\xbf\xa3\xb0\x79\x3f\xe8\xcd\xfb\xb3\x37\x6a\xab\x57\x72\xd4\x16\xbb\x85\xf8\xb3\x87\x74\xbd\x5e\xdc\xc2\xd9\x14\x79\x41\x22\xc7\xd9\x43\x87\x9d\x0a\x0e\xaa\x8e\x66\x42\xfd\xaf\x57\xe4\xd7\xbd\x42\x5e\xc9\xa2\x94\x7a\xc4\xdf\xfb\x23\xd6\xeb\xe2\x2e\x8b\x41\x0f\x9f\xcf\xf3\x68\xb7\x02\xa9\xaa\xf4\x98\x54\xa3\xb1\xe6\xec\xa1\x5b\xd9\xa2\x50\x7b\xad\xa3\xb1\x21\x97\x56\x67\x49\x28\xf8\x56\x9f\xc6\xd1\x71\xfa\xf5\xb6\xf0\xb0\x5c\x46\x99\x28\xab\x5b\xc5\x80\xae\xc5\x34\xcf\xaa\xe3\xe4\x37\x39\x14\xad\xfd\xfe\xff\x2e\xe4\xa2\xd5\x15\x69\x92\xc9\x1f\x41\x79\x3c\x14\x07\xfd\xff\xdd\x15\x31\xaa\xd3\x87\xa2\x95\x64\xaa\xb0\x77\x91\xe6\x93\xcb\x56\x57\x5c\xcf\x15\x27\xbe\x8c\x26\xaa\x7d\x96\x5f\x17\xd1\xb2\x25\x36\x75\x04\x57\xe3\xe5\xa2\x9c\x37\xa4\x81\x1a\x93\xbb\xd0\x21\x0c\x74\x77\xf3\x70\xf0\x29\xbf\x36\xbf\xd6\x9c\xf1\x44\x22\x30\x43\xed\x70\xe2\xb3\xf2\x87\x5a\x2d\x83\x47\x3c\x71\x87\x7b\x08\x94\xf2\x6d\x36\xcd\x91\x70\x8f\xd6\x8c\x70\xfb\x33\x5b\xdb\xeb\x62\x23\x1e\xcd\xaa\xa7\xfa\x8b\xc2\xca\x8d\x3b\x21\x03\xd7\xc3\xa8\xd0\x2b\x9b\x7e\x89\x70\x3b\xc7\x67\xa3\xd1\x7a\x9b\x00\xd5\xd9\x78\x07\x40\x4f\xd6\x7c\x34\x22\x06\x09\x18\x56\xd5\x65\x65\x65\x33\x56\xa6\x2e\xf0\xc5\x61\xae\x04\xc0\x7b\xd5\xb4\x02\xe1\xc3\x85\x41\xf2\x07\x00\xa1\x27\xc3\x42\x66\x75\xb9\x03\x88\x15\x12\x2e\x60\x9f\xf1\x8e\x2b\x64\xbc\x9a\x48\x50\x98\xd0\x46\xb6\xa3\xc9\x04\x62\xe8\x71\xd2\x5e\x8f\xf0\xdd\xef\xf7\x55\x45\xfb\xe1\xb4\xa0\xdb\x75\x28\xa2\xc9\xc4\xfc\x12\x7b\xa2\xe8\x47\x20\x2e\xe9\x70\x88\xfe\xe5\xbb\xa1\x2f\x06\xba\x96\x39\xf6\x4d\x55\x23\x72\xe8\x4f\x1b\xbd\xc0\x81\xbb\x32\x4e\xae\x1c\x52\x04\x3b\xdd\x4b\x14\xe2\x5d\xe4\x45\x2c\x0b\x01\xe6\x2e\x32\xee\x95\x8b\xb3\x87\xf6\xc4\xba\xa7\xf3\x80\x1f\xb7\xb5\x5e\x57\x2b\x44\xfa\xbd\x5c\x28\x82\x5f\xf6\xc8\x7a\xc9\x21\x6f\x6b\xa3\xd3\x6b\x3b\xbb\xd0\xd7\x52\x13\xc4\xa9\x70\x6e\xaa\xb3\x87\xa4\x1b\x38\x7b\xf8\x4c\xd7\xd2\x97\x0a\x43\xff\xb5\x0b\x8f\x96\x49\x87\x18\xf2\x20\x92\x4a\xe1\xec\xe1\x33\x5d\xaf\x1d\x6e\xbf\xe9\xec\xee\x0a\xf7\xa8\xa1\x27\x54\x51\x9c\x3d\x7c\x46\xb5\xfc\x7e\xf0\x73\xa0\x9b\xc3\x41\x9c\x5c\x19\xd5\xb1\xfe\xdb\x1e\x24\x47\x12\xef\x13\xf5\x54\x1b\x20\x46\xa2\x85\x85\xad\x90\x72\xd9\x69\xd7\xa4\x60\xde\xa2\x34\xfe\x94\xaf\x14\x33\x44\x8a\x49\x57\xeb\xf9\x17\x55\x7d\x3e\x28\x54\x95\x82\xb5\xfa\x18\x55\xf3\x8f\x85\x9c\x26\x37\x58\xbf\xae\xa7\xf5\x6a\x38\x3d\xae\x4a\xf9\x46\x56\x4c\x63\x8b\x0d\xe7\x79\x7e\x59\x0e\x74\xa1\xd3\xe2\x3a\xa9\xe6\x28\xc5\xbf\xcd\xe2\x64\x02\xae\xbd\x8d\x9a\xd9\x40\x65\x06\xcc\x59\xae\x2e\xa9\x9a\xb1\x7a\xd7\x51\x77\x1a\xf8\x03\xf8\x4a\x2d\x4a\x6e\xd4\x81\xd5\x7f\x09\x0c\x6e\x14\x1a\x72\xdb\xe9\xbb\x53\x03\x04\x14\x30\xb4\x1d\x8f\xfc\x05\x27\xc2\xb8\x34\x5f\x15\x8e\xb4\xea\x84\x11\x5c\x5c\x97\x39\x04\x95\x87\xa8\x29\x5d\x91\x94\xef\xf0\x6d\x58\x6c\x50\x27\x01\xab\xed\x68\x7d\xda\xe3\xef\xd6\x16\xf4\x66\x10\x2d\x93\xc1\xd5\xc1\x00\xa8\xea\x91\xda\xde\x11\x10\xbd\xb1\xab\xc2\xd0\x2a\x85\x66\x25\xb0\x15\x9d\xac\x4a\x65\xdf\x57\xbc\xe8\x0f\x2e\xa1\xd4\xf2\x1e\x25\x3c\x82\x29\xf5\x21\x3a\xe7\xa3\x47\xc2\xf9\xd0\xf7\xe4\xf9\x50\x61\x7f\x9a\x17\xaf\xa3\xc9\xbc\xdd\x96\x29\x2c\x99\x4c\xb5\x8c\xa5\x0b\xf0\x92\x70\xe7\x64\x08\xff\xde\x1e\xbd\xed\x6f\x1c\x22\x7d\xd8\x8c\x0f\xeb\x7e\xbf\xef\x8c\x64\xc3\x14\x69\xa8\xd3\xb3\xfd\x6c\x70\xaf\x46\x6b\xf8\x67\x63\xb7\x6c\xb4\x36\x7f\xaa\x1b\xbb\xe9\xb9\x09\x87\x11\x26\x05\xec\x9d\xe9\xf7\x26\x0a\x6b\xf1\x62\x55\x55\xec\x2d\xbc\xe1\xd9\x69\x79\x7b\x92\xbf\x4c\x93\xe5\x45\x1e\x15\xb1\x63\x49\x35\xc9\x97\xb7\xbd\x2a\xef\x4d\x74\xe9\xb7\x92\x9c\x3f\x86\x84\xdc\x83\x82\x9d\x65\xf0\xa2\xf3\xf7\x68\x91\xbe\x84\xa4\x5b\x10\x68\xe9\x36\x5a\xa4\x47\xfa\xd9\x40\xf8\x7c\x14\x56\x24\x2a\xc1\x78\x29\xc0\x86\xa3\xa1\x80\x80\x07\x80\x7e\x0a\x91\x8e\x86\x0c\xba\xab\xdb\xa5\xef\x15\xa4\x03\x56\xf4\x42\xf5\x2b\x36\xbc\x01\x60\xf9\xe1\xb2\x90\xce\x7d\x8f\xf9\xc1\x7a\xaa\xfa\xd9\xc3\x67\x6b\xf5\xef\xe6\x70\xb0\x2c\xa4\x42\x39\x06\xd5\xbf\xa5\x10\x26\xa7\x90\xf8\xe5\xee\x14\x92\x01\xef\x3c\xad\xf1\x8a\xce\xca\x00\xb5\xac\xaf\x15\x91\x46\xa2\x76\x40\x22\xea\x7a\xea\x49\xbe\x04\x13\xdc\x52\x56\x2f\xe1\xcf\xb0\x7e\x56\xd7\x9f\xe8\xad\xd3\x14\x07\x68\x89\x5a\x96\xa7\x5b\xf5\x19\xf3\x27\x8c\x53\x7a\xc9\x93\xae\x3d\xca\x2e\x4a\x9e\xe0\xee\xd0\x3b\x16\x9c\xdb\xaf\xc0\x18\x08\xc7\xf0\xc0\x91\x0f\x72\xc8\x44\x32\x5a\xb7\x3f\x9b\x74\x7c\x01\xad\x85\x99\x64\x3b\x9c\xb2\x8f\xd9\x05\x98\xaa\x5d\x71\xf0\x83\x7e\xfb\xd7\xff\x6d\x58\xdf\xae\x38\x42\xe7\x5e\xb3\x48\xa9\xe2\x33\xcf\x1e\x0a\x32\x6a\x8f\x47\xeb\x07\x38\xfa\x9a\x24\x84\xfb\x20\x8e\x14\xea\xa8\xbf\xc0\xb8\x48\xcd\x09\x5d\x7f\x34\x15\xf0\x84\x22\xec\xce\x93\xf1\x9c\xe5\x63\xf2\x1e\xdb\x83\xc3\x66\x6c\x6c\x24\xb8\x7a\xe4\x70\x76\xf4\x2e\x70\x1b\x00\x8f\x8b\xe3\x88\xfa\x2d\xf7\xf9\xee\xab\xdc\xbd\xbf\xed\x91\x6e\xba\xbe\x4b\x98\xf2\x00\x67\x30\xee\x70\xcc\x75\x8f\x91\xb7\x18\x0a\xd7\x47\x6b\xef\xf2\x6a\xbe\x7c\x0c\x21\xda\x6d\xb0\x75\x07\xb3\xdb\xaf\xbd\x89\x02\x06\x5f\x27\xe0\x60\xb1\xc3\xac\xeb\x5f\x73\x4b\xfc\x2e\x5c\xf5\x34\x3a\xce\x8b\xaa\x4b\xff\xbe\xca\xaf\x33\xfd\xf7\xcf\xcb\xfb\x99\x98\xfd\x9e\x46\x6e\xaa\xdd\x2b\x09\x7a\x8a\xa4\x09\x02\x6b\xdb\x9b\xe4\x8b\x45\x9e\xf5\x7c\x33\x8f\x32\x52\x00\x7e\x93\x3f\x9e\xbc\x7f\x47\x20\xf4\xa7\xde\xbc\x5a\xa4\xee\xb0\x57\xbf\xfd\x76\xdb\xc5\x7f\x28\x31\x58\xcd\x36\x04\xd3\xa0\xb1\x23\x3b\x5d\xfd\x46\xef\xef\xd0\x4e\x9d\xc6\x42\x0e\x45\xeb\xb0\xac\x8a\x3c\x9b\x3d\x6b\x75\xc5\x32\x2f\x2b\xf5\x65\x60\x3f\xf9\xef\xf2\xf8\x04\x42\x10\xd3\x68\x76\x2c\x97\x91\x0e\xf3\xdd\xfa\xf2\xa5\xc1\x80\xef\x4d\x1a\xcd\xde\x47\x64\x63\x70\x7a\x29\x6f\x35\x6f\x70\xde\x6c\x99\xa0\xda\x70\xc3\x0c\xe2\x05\x08\x94\xcb\x08\x28\x9c\x8d\x0a\xf9\x3c\x5d\xce\xa3\x37\x99\x18\xa9\xfa\xed\x4b\x30\x1b\xa0\x47\x51\x75\x7f\x80\x12\x93\xbd\xa5\x8f\x80\xb4\xb5\x4f\x2f\x0f\xba\xe2\xea\xe0\x7c\x28\x4e\x5d\x1b\x8a\xf3\xae\x38\xbd\x7c\xd2\x15\x57\x4f\x02\x65\x1d\x6d\xee\x50\x7b\x95\x89\xd0\xaa\xa5\x14\x47\xe2\xf2\x40\x0c\xc5\xd5\xc1\x53\x5e\x7c\xc1\x8a\x9f\xa8\xe2\x27\x4f\xdd\x37\x1d\x18\x26\x68\x79\xf0\x4f\x71\x24\x7a\x0a\xce\x81\x9b\x23\xcc\x54\x7c\x2c\xa2\x7e\x9a\x4f\xa2\x14\xa8\x48\x54\xc8\xf6\x05\x7f\xeb\xa4\x07\x20\x59\xa9\x4d\x04\x2c\x1f\x89\xf6\x85\x59\x06\xf1\xc5\xfa\x30\x74\x86\x3e\x3a\xeb\xb9\x41\x2e\x20\xd7\xe1\xa1\xe3\xd9\x10\xe0\x51\xb4\x8e\xd1\xd0\x24\x5c\x49\x9d\x5d\x5b\xd1\x29\xfa\x79\x19\x50\xbc\x1d\x63\xa0\x9e\x4a\x36\x18\xa9\x44\x6a\xdf\xcd\x8c\xd0\x6e\x25\x9f\xac\x4a\x19\xf3\x8f\x75\xd5\x1c\xa0\x18\xe7\xb6\x2c\xce\xd1\x85\x85\xf9\x11\xc4\x7a\x53\xbf\xaf\xc8\xc2\x9a\x6c\xb3\x94\x78\xea\x3c\x99\xc3\x67\x92\x44\x4a\x59\x1d\xdb\xdf\x0e\x2b\xe6\x40\xe1\x2c\x99\x2e\x80\x93\x67\x17\xc0\x48\x98\xb8\x08\x2d\x35\xe2\x16\x49\x94\xb4\x0c\xec\x65\xdf\xac\x82\x7d\xd8\x77\x06\xa9\xc1\xe2\x10\xf5\xaf\xe0\x00\xf3\xa2\xe2\xc3\xc3\xf9\xc1\x8d\x63\xd2\x9e\xc8\xac\x2a\x12\x59\xb6\xd5\xa2\xd1\xbb\x4a\x5f\x75\xd1\x76\x8f\x67\xdb\x74\x8b\xc6\x21\x90\x29\x1b\xe7\x21\x1e\xd8\x32\x98\x4d\x47\xc3\xc1\x07\x2c\x45\x71\xc8\xf1\x0d\xdf\xaf\xc6\xbd\xde\x77\x6b\xf5\x75\x83\xff\x18\x72\xb4\xf9\x6e\x0d\xd5\x36\xc4\x08\x58\x93\x5b\xf0\x46\xb1\xc3\x7f\xaa\x71\x95\xed\x58\xe8\xf5\x90\x35\x9e\xae\x7e\xd3\x6f\x95\xde\x36\x6b\xa0\x1d\xf6\xa8\x3c\xe4\x74\x9a\xbd\x30\x17\x32\x8b\x15\xc0\x4e\xed\x24\x04\xf9\xec\x97\xf9\x62\x11\x65\x71\xef\x5d\x92\x11\x6d\x74\x59\xbf\x80\xa5\xaa\xfe\xca\x99\x4b\x63\x1d\xca\x3f\x36\xbd\x22\xa9\x15\x35\x4f\x49\x38\xea\x7e\xdf\x7d\x92\xe1\x52\xd5\xe2\xb6\xf7\xbd\x5b\x0a\x6d\x46\x6b\xb6\x4a\x3e\x7b\x5f\x7f\xcd\xa9\x1b\x5f\xb8\x66\x16\x14\xea\x3a\x28\x06\xb0\x53\xd6\xe6\xd6\x14\xcd\x7c\xfe\x20\x68\x58\x6b\x3f\x22\x53\x85\xaa\x67\x19\x8b\x32\xf9\x4d\xcd\x94\x74\xcf\x45\xb2\x94\xb1\x98\xe7\x57\xb2\xe0\x8b\x5e\xcd\x65\x14\xbb\x02\x44\x55\xf8\x92\xc1\xa9\x46\xf9\x16\xc4\x06\x6c\x9d\x23\xca\x4c\xf2\x54\x93\xb6\xba\xb1\x15\x82\x8a\xfd\x4f\x02\x9f\x6c\x26\x79\x1a\x48\x49\x69\x37\x68\x3d\x5e\xde\xf4\xfe\x2c\xbe\x83\x8a\xe3\x40\x55\xa3\x4c\xbf\x4e\xe2\x6a\x3e\x14\xad\x1f\xf6\xff\xd4\x72\x56\x8b\x6d\x5c\x9a\x4c\x2e\x47\xeb\xb6\xdd\x8e\x7a\x2d\xe1\x50\x15\xdf\xe2\x43\xff\x87\x84\x6c\x92\xfb\xc6\x1a\xfa\xbf\x3a\x0d\xab\xff\x47\x94\x2f\x40\x58\x26\x79\x2a\x8e\x6a\x64\x45\x6c\x81\x16\x7a\x12\xae\x2d\x41\xe8\xb1\x1a\x9e\x10\x9d\xf3\x50\xf4\x9e\x9c\x3d\x7c\x06\xeb\x1d\x78\xcd\xa3\x66\x61\x63\x70\x76\x5f\xfb\xf4\xf2\x81\x99\x96\x75\x3e\xe4\x73\x47\xc2\xe9\xbe\x78\x51\x5f\x83\x2a\xf6\xdf\xae\x3b\x9e\xec\xe9\x60\xea\xe1\xc0\xc7\xe5\xc3\xea\x22\x8f\x6f\x5d\x6b\x03\x4d\x1a\xc9\x54\x90\x8c\x52\x18\x12\xfb\xf9\xbc\xc9\xae\x0d\x38\xb9\x4a\x9d\xd7\x82\x88\xba\xfe\x79\x0e\xdc\x0f\xa6\x9b\x5d\xa6\x49\xd5\x76\x68\xbb\x2f\xdf\xd3\x8d\x44\xec\xf2\x87\x65\x55\x82\x12\x0a\xe2\x67\xc8\xf8\x24\x9a\x81\xf5\x28\xf2\xb4\xad\xf3\x5a\x36\xd6\x46\xa3\x87\xaa\xc0\x83\xc5\x07\x1a\x34\x53\xa8\x62\x67\xdf\x55\x7d\x30\xea\x68\xb0\x47\x40\x4c\xc1\x77\x96\x7c\x55\xa6\xb7\xc7\xb2\x7a\x9b\x65\xb2\x50\xc4\x4e\x9d\xbf\xcf\x9f\x15\xcb\x3f\x74\x84\x82\xb6\xbb\x5c\x7c\xb6\x1d\xb1\x09\xed\x76\x70\xbf\x1b\xc7\x0b\xeb\xff\xbb\x0e\xd8\xd9\xd1\x6f\x19\xb1\x87\x94\x62\x97\xc9\x85\x8b\xa2\x87\x03\xa0\xe1\x61\x7d\x06\xe3\x03\xef\xae\xc3\xe3\x6c\x23\x2a\xf1\xf8\x17\x5f\x67\x08\x65\x5c\x10\x83\x0f\xff\xca\xa7\x10\x12\xa1\x76\xe8\x51\x14\x56\x94\x9e\x1a\xa5\x71\xa1\x82\x3a\x94\x6f\x53\xf2\x43\x5f\xff\xa4\xe7\xbe\xb5\x78\xfe\xf1\xed\x27\x1a\xfd\xdd\x5f\xed\x7e\x56\x3b\x5a\x15\x79\x9a\xca\x18\xde\x24\x48\x09\xd3\x45\x47\x95\x5d\xba\x98\x69\x5e\x2c\xa2\xea\x93\x4c\x21\x7d\x7b\x57\x60\x06\xd2\xd7\x37\xe8\xe6\xff\xfa\x66\x59\x48\x48\x85\xfb\x2e\xc9\x2e\xbb\x62\xbe\x5a\x44\x59\xf2\x9b\x7c\x45\x1a\xd6\x2e\xb5\xd7\xbf\x7f\x4f\x97\x93\x8c\xf9\xd6\x2c\xf2\x85\x71\xf5\x76\xfd\x06\xca\xba\x0a\x5f\x63\xc0\x90\x2f\x28\xd8\x28\x97\x0a\xe3\xfe\x10\xff\x03\xa9\x08\x0d\x2c\xc1\x49\xe2\xb5\x86\x10\x4f\xa6\xd8\xd7\x35\x04\x1d\x4c\x4a\xa3\xa7\xc0\xa7\x34\xdf\x11\x84\x69\x1d\xfe\x5a\x44\xcb\xb9\xbb\x4d\x70\xac\xd7\x42\xde\x2c\xad\x0b\x21\xe8\xb7\xd9\xaf\xa4\xb2\x53\x12\x1b\x38\xde\x4b\xb5\x82\xf6\x40\x37\xca\x01\xa4\x97\x59\x43\xfd\x3e\x40\xda\x0c\x8d\xba\xc6\x54\x8b\x5c\x36\x24\xed\xfd\xf9\xec\xa1\x98\x17\x72\x3a\x5a\x6f\xc3\x31\x1c\x46\x5f\x0d\xde\x31\xc7\xd3\xdd\xc9\x9b\x8a\x3d\xf6\x47\xb6\xbf\x8b\xa2\x59\x5f\xec\x08\xdc\x1c\x6b\xb6\x50\xc0\x1a\x72\x69\x3b\x19\x73\x42\x7d\xe2\x37\x93\x15\x1c\x39\xb0\x79\x54\x95\xc9\x91\xa6\xce\x84\xe8\x64\x59\x68\x75\xc8\x8c\x60\xa3\x52\x8a\x56\x7e\xd9\x1a\xda\x89\xd3\x3e\x18\x57\x0f\x13\x30\x4a\x57\x97\x45\x11\xaa\x4f\x5e\x1e\xb5\xea\xab\xec\x32\xcb\xaf\xb3\x50\x13\xed\x32\x12\xb2\x01\xae\xbd\x09\x77\x5c\x85\x53\x00\x51\x91\x7f\xaa\xbd\x0b\xbb\x1a\xa4\xa0\xd7\x87\x92\x35\x61\xfd\x1d\xf1\x52\x1b\x75\x91\x25\xe9\x4c\x1b\x90\x79\xe6\xdd\x21\x46\xca\x17\xa1\x42\xe6\x65\x22\x2c\x36\xe9\x02\xff\xf6\xd7\xdf\x63\xc5\x07\x1f\x2f\xa3\x6c\xb4\xfe\x3e\xc4\x98\xd1\x61\x40\xcc\x6f\xfd\xaf\x96\xd8\x13\x33\x34\x42\x6b\xa8\x0c\xd3\x07\xfb\x55\x5d\x4f\xff\xe1\xad\x86\xd3\x84\x1d\x05\xf7\x7b\x90\xfb\x82\x81\x37\x81\x9a\x3f\x79\xb6\x76\xaf\x85\xf6\xac\xef\x52\xb1\xae\x80\x40\x75\x9d\x8d\x88\x66\x79\xe3\xb0\xbe\xb6\x73\xff\x96\x69\x2f\xa3\xa2\x94\x6f\xd2\x3c\xaa\xda\xb3\xbe\x4b\x6a\x3b\xe2\xb1\x38\xd8\xdf\xdf\xef\x34\xaf\x4e\x13\x07\x5a\xe7\xe8\x42\xc2\x86\x1e\x71\x4d\xe4\xd0\x05\x85\xcb\xc7\xe6\x59\xd5\xbb\x06\x23\xb0\xde\x45\x9e\xc6\x4d\xdc\x6c\x15\x03\x86\x6f\x5d\x22\x74\xae\xd9\x56\x03\x5e\xa9\xb7\xd6\x78\x17\x95\x95\xb0\x1b\xb7\x1d\x9a\xa9\x26\xd4\xd2\xde\x67\xdd\xd4\xd9\x24\xeb\x0e\x14\xc0\x82\x87\x53\xff\xd7\x24\xed\xe8\xa1\x14\x8d\x07\xd4\xf4\xa6\x6d\x02\xc5\x51\x13\x18\x11\x90\x32\xd4\x08\x7b\x13\x99\xa6\x0d\xdb\x62\xda\x05\xae\x55\xbc\x34\xc1\x60\x5e\x16\xd5\xd9\x43\x7a\x32\x2e\xf0\x6c\xc2\x75\x3b\x5a\x8f\x9f\xbf\x7b\xfd\xe9\xe4\x78\x0d\x75\x32\xec\xf4\x3b\x5d\xe7\xec\xe1\x66\x1c\x16\x39\xee\xd8\xb3\xea\x83\x75\xfc\x8f\x95\x2c\x6e\x75\xcf\xe6\xe7\x76\xf8\xeb\xa2\x1f\x6b\x66\x8d\x6c\xef\xb6\xac\x9f\x20\x43\xc5\xad\x20\x05\xe3\x0a\xa6\x79\x61\x79\x01\xb1\x76\xb9\xc3\x36\xeb\x5b\x9f\xda\x1d\x7d\x0f\x76\x75\xde\xd9\xd8\x0b\xee\x2b\x47\xaf\xc7\x4e\xae\xb1\x35\x56\x26\xfc\xdf\xda\x53\x38\x17\x98\x4a\xb0\x24\xb5\xeb\x29\x64\x5b\x66\x5a\xe2\x1d\xab\x1c\x30\x08\x25\x9e\x09\x8e\xc2\xa5\xbc\x6d\x3e\x0c\x6c\x50\xaa\xde\x50\x90\xda\x79\x67\x8f\x3b\x57\xb7\xa6\x9b\xb9\x3f\x88\x7b\x6c\x00\xf7\x28\xfe\xea\x5d\x60\x40\xfe\xcf\x56\xb8\xe5\x8d\xb7\xae\x10\x90\x69\x65\x2b\x1d\xfd\x7a\xaa\x55\x80\x6f\x78\x03\xc1\xd4\xbf\xfe\x95\x54\x71\xfb\xca\x34\x2e\xfa\xf6\x45\x71\xfd\x86\x1c\xd9\xa0\x5d\xf4\xe7\x32\x4a\xab\x79\x67\xf3\x6c\xad\xff\xee\x57\xf9\xcf\xcb\xa5\x2c\x5e\x46\xa5\x6c\x2b\x6e\x26\xec\x00\x74\xa7\x31\xab\x91\xad\x0b\xe4\xd9\xc0\x8a\xe5\x48\x1c\xd6\xf4\x04\x75\x63\x6b\xde\x64\x73\x38\xa8\xb5\x78\x26\x86\x90\x47\x64\xb3\xbb\x73\x8f\x7f\x2c\xb6\xf3\x8f\xbb\xa0\x6d\x63\x08\x8b\x2d\x0c\x61\x33\x9b\x19\xe6\x61\x7c\x9d\x1e\xfe\xb7\xa9\xa3\x80\xaf\xdf\xd3\x5f\xb9\x96\xaf\x0e\x70\xd3\xec\x42\xee\x98\xb8\xaa\x35\x26\xd9\xf5\xff\xd8\x99\xef\x30\xff\xd1\xea\x92\xae\x23\xb0\x33\xbb\x72\xfe\x99\x6b\x40\xe1\xfb\xdd\xf5\xad\x1c\x4c\xc7\x07\xf3\xc7\xda\xa0\x35\xea\x50\x8d\x4a\x6b\x9b\x2d\xf9\xd8\x73\x72\x39\x6c\x9c\xb8\xee\xd6\xea\x50\xbf\x55\x7d\x0a\x5d\x7d\x05\x16\x6f\x35\x71\xe6\x9a\xbb\x13\xf0\xd0\x7b\x9f\x17\xf2\x9d\x2c\xb9\xa1\x0e\x04\x70\xd2\x0f\x83\x18\xd5\x64\x9e\x5f\xab\x8a\xdb\xad\x31\x5c\x80\xb0\xaf\x81\x3e\x68\x17\xb5\x4f\x4f\x17\xbb\xeb\x9a\x3e\xf8\xa6\x7a\x7a\xb4\xf9\xf7\xdb\x7c\x82\x70\xe2\x96\x62\xd0\x53\xef\x4d\xc9\x9f\xb4\xcd\xc3\x27\xf4\xca\x68\x93\x7e\x3b\xe5\xf4\x67\x19\xc5\x68\xf2\xdf\xda\xef\x7f\x2f\x17\x42\xff\xff\xc9\x0f\xfa\x47\xcb\x79\x81\x74\xbc\x0e\xbf\xff\x8f\x1f\xfc\xf2\x45\x54\xcc\x92\xec\x9d\x9c\x56\x43\xd1\x3a\xf0\x4b\xaf\x64\x51\x25\x93\x28\x7d\x9e\x26\xb3\x6c\x28\x5a\x17\x51\x29\xd3\x24\x93\xbc\x16\x7f\xcb\xd5\x57\xd0\xb2\x48\x16\x51\x71\x6b\x67\xc9\x68\xa8\x5a\x54\xb1\x36\x4b\x7b\x24\x5a\x29\x44\x4a\x19\x8a\xd6\x22\x2f\x64\x8b\xd1\x54\xc7\x66\xf5\x70\x40\x6b\xdd\xd9\x46\x4b\xff\x40\xf3\x48\x0a\x14\x75\x27\x93\xc8\x13\x30\x14\x78\x07\x12\x04\x23\x5e\xc7\xb2\xb8\x4a\x26\x9e\x62\xdc\x45\xc8\x66\xd2\xe9\xd6\xfb\xa7\xc6\x67\xe2\x67\x14\x26\xc5\x8e\x26\x19\xa4\xf0\x19\x93\x12\xdd\x53\xbc\x33\x2d\x37\xb2\x13\xb4\x3c\x23\xd1\xde\x1e\xc5\x48\x7c\xa9\xe9\x5c\xe9\x14\x7a\xd2\xc2\x76\x89\xad\x29\x3c\x8d\x12\x0e\x42\x92\x80\xe7\xc3\x66\x70\xda\x7f\x8f\x3f\xf0\x3d\xe5\xc7\xdf\x01\x28\x50\x15\x90\xb8\xf0\x70\xec\xbc\x26\xba\xbc\x20\xe7\xf4\x89\x7f\xf0\x6d\xa3\x71\xa9\x00\xf5\xee\x14\xa2\x87\xef\x46\x63\xa8\x1e\x8f\x94\x21\x62\x73\x6b\x14\xa3\x5f\x05\x73\x14\x6d\x9c\x62\xc7\x5d\x7f\xc8\x2f\x3c\x13\x95\xf9\xb3\x57\x49\x39\x51\xad\x65\x4c\x93\x38\x1c\x54\xf3\x5a\x2d\x1c\x6f\xb8\x86\xc3\xdc\xf9\x0a\xbd\x9a\x22\x8f\x47\x18\xfa\x7c\x1f\x95\xf2\x16\x2d\x15\x63\x81\x71\x84\x18\x76\xf5\x34\x39\xef\xc7\x66\x7a\x58\xd2\xc0\xa6\xae\x4d\x83\xa4\x7c\x55\x60\x86\xa2\xa0\xa6\xeb\xb0\x8a\x5d\x97\xf1\x5f\xc8\x01\xb5\x75\x91\xa7\x31\xb8\x7c\x53\xfb\x60\x3f\x0d\x72\xdf\x96\x09\xa4\xdb\x86\xed\x73\xca\x35\x3e\xbb\x91\x1d\xe6\xdb\xc2\xf9\xe8\x86\x47\x1c\x86\xdf\x5b\x98\x2f\x4b\x7a\x08\xa5\xe1\x74\x75\xd1\x9c\xac\xee\xb0\xa2\xef\x18\x13\x5b\xc8\x8f\x34\xec\x06\x15\x6a\x7c\x21\x73\xe5\x70\x8f\x81\xe0\xab\x01\x17\xb8\x63\xc0\x14\xb2\x27\xa3\x81\xb4\x1f\xe8\xf1\x35\x5b\x92\x59\x36\x67\x64\x6e\xcc\x46\x87\x92\x9a\xad\x10\x5a\xab\xf5\xd4\x79\x51\xd2\x20\xbd\x39\x78\x36\x43\x87\xde\xbd\x12\xa4\x4a\xc2\xb9\xb0\x77\x79\xd2\x23\xcd\xd3\x3e\xf4\x75\xd2\xa5\x58\x4c\x2d\x7a\x6a\x0c\xd9\x75\xb3\x87\xbc\x20\xee\x1c\x87\xfc\x7f\x86\x1c\xc5\x16\x8a\xb1\x0c\xec\x6b\x80\xc3\xe8\x52\xab\xae\x20\xaa\x40\x84\x94\x75\x8a\x58\x50\xd2\xbf\x7f\xa4\x83\xdf\x22\x5a\x7e\xb8\xf8\xf5\x35\x5e\xc6\x3b\x4d\x07\xee\x15\x82\x72\x0d\x81\xd8\xa2\x24\x93\xc5\x76\xd6\xeb\xbe\x21\x24\x79\x40\x60\xe0\xcd\xcc\x53\x3d\x3a\xdb\xe2\x7a\x96\x9a\xbf\x21\xce\x26\xe6\x8b\x5d\x0e\xdd\xc5\xaf\xc5\x6c\x60\xf2\x0d\x67\x0b\xd1\x03\xc1\xbb\x3f\x86\xb4\xa1\x64\x6a\x50\xfb\x64\xae\x8f\x9a\xdc\xe3\x86\x46\xf4\xc3\x22\x62\xcf\xf7\x08\x8c\x68\xa2\x20\xb6\xfc\x21\x42\x90\xc4\xc0\x47\x08\x97\xb8\x35\x80\xa2\x43\xf2\x97\x45\x3e\x91\x65\x79\xbc\x5a\x28\xb6\x4a\xd1\xf3\x86\x15\xef\xee\x5a\x6e\x9f\xf0\x57\xba\x9e\xc7\x4e\xae\x85\x76\xa0\xa6\xa0\x92\xa2\xca\x2b\x1b\x63\x12\xed\x26\xd6\xfa\x85\x7c\x30\x10\x7f\x95\x06\x98\xc8\xa7\x42\x91\x09\x0c\x36\x1a\xa5\x79\x36\x83\xc3\x83\xa9\x38\x14\x18\xcc\x61\x01\x1d\x08\x99\xc5\x62\x99\x27\x59\x05\xd7\x03\x8b\x99\x45\x06\xc9\xf9\xd4\x45\x2f\xef\xf1\x7d\x2d\xca\x49\x11\x2d\xe5\xc7\x3c\x57\xa3\x83\xdb\x4d\x8c\xa8\x31\x5d\x16\x90\xea\x9b\x06\x77\xaa\xaa\x9c\xf3\xb4\x5c\xfc\xbb\x1b\x7c\x8b\xa6\xbc\xcf\x24\x38\xdf\xad\x9c\x45\xe2\xc0\x7f\x1c\x70\x7d\x80\xb0\xb7\xf7\x34\x54\x86\xa0\xa8\x70\xd3\x38\x79\x77\x43\x6b\xb3\xff\x35\xbf\xa8\x4d\xbb\xc6\x69\xfd\x5b\xad\x83\xab\xf0\xa3\x7a\x61\x56\x87\xf0\x9e\xe6\xfe\x7b\xe2\x7d\x83\x14\xe5\x4a\x66\x0e\x8e\xdf\x1b\x33\xd1\x06\x5a\x6f\x89\xc5\x52\xbe\x19\x38\x8c\xda\x5e\xf0\xcf\x3c\xa2\x1c\xad\x2d\x2f\xf6\xa2\xf9\xd5\x69\x64\x03\x4a\x74\xdd\xbe\x4c\xbd\xd4\x2d\x65\x34\x14\x18\x40\x2f\x9a\xe3\x96\xa5\xf9\xbd\xf1\xf6\xdf\x60\xa9\xd8\x62\x38\xe6\xeb\x7a\x09\xd7\x9b\xe0\xf2\x10\xa6\xa7\x7a\x4a\x01\x44\xa7\x0b\x55\x0b\x80\xb7\x5c\x70\xb5\x97\x2d\x71\xf2\x0e\xd2\xf9\x98\x1f\xe0\xed\x79\x7d\x13\x01\xf5\xb9\xf7\xd1\xe1\xf5\x5d\xb4\xe6\x2e\x4b\x95\x0b\xa5\xa1\xbd\x7b\x5f\xb5\xb7\x0e\xd8\xcd\x9e\x02\x8b\x64\xc0\xbf\xd3\xbf\x42\xd0\xa9\xfd\x1d\xa0\x9f\xfd\x1b\x05\x1c\x35\xb9\xea\x35\xf7\xa1\x5d\x99\x82\xf1\x47\xbb\x22\xb0\x15\x24\x1c\xf9\x3b\x48\x96\xff\x3b\xe2\x69\x6e\x09\x88\x59\x03\x18\xec\xfb\x2e\xe1\x31\x1d\xcc\xd8\x86\x0d\xb8\xd3\x41\x84\x10\x0e\x02\x6c\xdb\xf4\x2d\x40\x20\x5d\xcc\x8e\xaa\xbb\xc3\x46\xce\x9f\x3c\xa3\x43\x28\xcc\x09\xad\x39\xfe\x23\xc7\xcd\xa5\xc5\xdf\x23\x90\x60\x20\x80\xe0\xe1\xa0\xde\xdb\xe1\x8a\x07\x14\x5c\x3b\xd2\x45\x9b\x9f\xd9\xf6\xe9\x65\x57\x5c\x05\x6c\x01\x0e\xd3\x84\x34\x7b\xbe\x4e\xc7\xb3\xe0\xab\x95\x0b\xb1\xbe\xdc\x88\xf6\xfa\x8a\x38\x9a\x8d\x18\x88\xf5\x15\x5e\xf9\x1b\xcd\xe5\xd1\x35\xdf\xf1\x75\x24\xae\xe9\xde\xe1\x20\x4d\xd8\x07\x27\xee\x34\x9b\xe1\xe1\xbc\x60\xeb\xe1\xcd\x96\x51\x10\x3e\x59\x27\x08\x29\xbe\x06\x71\x21\x92\x3c\xe5\xae\x36\x70\x27\xa9\x55\xd0\xab\x81\x6f\x3c\xd8\x72\xd3\x10\xa5\xae\x81\x7c\xfb\xae\x08\x0d\xd5\xf8\xd3\x9c\xd6\x7a\xdf\xfd\x75\xae\x01\x68\xa7\x0e\xd4\x54\xf9\x17\xbd\xd9\xb1\x8b\xac\xe1\xd5\x8e\xb0\xc4\xf5\x7a\xd0\xe7\x71\xcb\xd2\x18\x54\xa8\x45\x41\xd2\x25\xce\x63\x9e\xbd\xcf\x03\x6f\x7a\x96\x5c\xeb\x04\x65\x64\x6b\x51\x23\x01\x22\xc9\x50\x4f\x98\xe4\x99\x7e\xbe\x69\x30\xbf\xb6\x89\x3a\xdc\x9d\x68\x78\x9a\x31\x19\x3a\xfe\x00\x4f\x8b\xff\x9f\x86\xa9\x70\xd4\x13\x30\x98\x8f\xd1\x4c\x7a\xf1\x0b\xb6\x26\x6b\x70\x1c\x03\x82\x2f\xa4\xe8\x99\xa3\x63\xaf\x10\x28\x50\x12\x20\x38\xf5\xe7\x1a\xe1\x1c\x59\x87\x83\x09\x68\x00\x93\xdf\x24\x38\x9a\x1e\x0d\x45\xfb\x6a\x28\xa2\xec\xb6\x2b\x58\x20\x06\x38\x55\x51\x76\xab\xab\x7f\xca\xaf\x8f\xac\xda\x42\x94\x97\xc9\xd2\xfe\x56\x77\xb0\x09\x76\x56\x56\x51\x51\xa1\xe7\xc5\x5a\xcf\xa1\x75\xac\x3e\x42\x66\xd5\x56\xd7\x1b\x00\xf6\xcf\x7a\xcd\xe4\x35\x24\xe0\x6e\x5f\x75\xfa\x55\xfe\xf3\xc9\xcb\x63\x28\x6b\x77\x28\xb8\xe4\xcb\x5f\x5e\x71\xd0\xbf\xe4\xc5\xa5\x3a\xda\x71\x52\xc8\x49\x95\x17\xb7\x2d\xaa\x57\xc8\x34\x8f\x62\x5c\x9d\x63\xb4\xd8\x1f\x6a\xb2\xab\x1b\x3b\x31\x8a\xa8\x85\x7e\x20\x0d\x0d\x93\xc5\x8a\x10\xed\x2b\x71\x24\x5a\x04\x79\xba\x4a\xe1\x19\xf4\xe7\xac\xb4\x1f\x30\x36\x35\x8e\x26\x8d\xca\x0a\x7b\xf3\xd7\x06\xcc\x82\x6d\x2b\x0a\xbe\xe4\x8d\x89\xa0\x4c\xe6\xab\xec\x92\xe2\xcd\x59\x08\x3f\xca\x28\xc6\xa2\x52\x57\x54\x4b\x7d\x0c\xc9\x69\xc3\xb5\x21\x91\x33\x66\xaf\x35\xb0\xf3\xa2\x58\x41\x8e\xd7\x5a\x93\x5f\x9e\xbf\x63\xc5\xa6\xc5\x2c\x57\xe7\x39\xc9\x64\xad\xc1\x5f\x75\x89\xa9\x5b\x56\x79\x11\xcd\xe4\x27\xa9\x2e\x03\x70\xbe\xe1\xd8\x01\x65\x8a\xc0\x62\xa1\x6e\x44\xf9\x4a\x52\x59\x54\x8b\x28\x8b\x66\xb2\xb0\x5b\x68\xf0\xd2\x11\x7e\x6a\x9b\x06\xd6\xbf\xef\x67\xd0\x50\xac\x8a\xd4\x7a\xda\x28\x29\xfd\x52\xde\x06\x83\xa3\x36\x07\xc2\xad\x99\x1c\xd6\xdd\x11\x0e\xab\xf9\xb3\xd7\x59\x0c\x4a\xa4\xfa\x8b\x99\xff\x0c\xb3\x36\x23\x44\x4e\x19\x46\xe9\x66\xe5\xd0\xff\xe9\x0b\x0e\x99\xe7\x2e\x5c\x83\x46\x64\x55\xc7\xe6\xe7\x4f\xef\xda\xab\x22\xf5\x2d\xa7\x76\x7a\xb4\xae\x8a\xb4\xc1\x91\x35\x6c\xa0\xae\x39\x30\x68\xb7\xc6\xe1\x6c\x9a\xfc\x1e\xd6\x7a\x98\x01\xeb\xbd\xdf\xc5\xbf\xb3\x1e\xbc\xd7\x09\x46\x8b\xff\x27\x1e\xdb\xc7\x25\xa0\x64\x3a\x94\x4d\x37\x2c\x0b\x6b\x2a\x6b\x25\x60\x97\x9e\xb3\xd8\x20\x5d\xc4\xe9\x2d\x2f\xb5\x0e\x17\xbf\x46\x97\x2d\x97\x77\xc7\x0b\x91\x3f\x06\xcd\x7b\xd1\xaa\xca\xcf\x1e\x86\x1f\x78\xfd\xa7\xdd\xb0\x53\x76\x28\x26\x87\x7e\x6c\x0f\x31\xa5\x82\xe1\x1b\xce\x69\x24\x2e\x7d\xda\xad\x26\x0e\x61\xfd\xa3\xec\x56\x0b\x77\x5d\x7b\x32\xbb\xb0\xba\x80\x9d\xfc\xaa\x3a\xbd\x3c\x17\x5f\xbe\xa0\x26\x8b\x77\x07\x51\x37\x2e\x93\x65\xa7\xee\xa9\xe0\x5a\xe3\xf1\x12\x3f\x7a\xf8\x54\xb4\x4d\xff\xcd\x80\xdc\x69\xb4\xaf\xba\xe2\xd2\x3f\x34\x9b\x7b\x9e\xa1\x80\x1c\x02\xa4\xc0\x0d\x34\x68\x62\xd3\xf7\x60\x51\x79\xc8\x62\x1d\x65\xe1\xfb\x1f\xfe\x14\x0c\x0f\x0e\xdb\x88\x08\x13\x3c\x48\xf3\xf0\x09\xae\x07\xc8\xbf\x28\x64\x74\x09\x81\x08\x6a\xab\x00\xe0\x1b\x1e\x94\xff\x70\xb7\x6b\x3c\x56\xf7\x90\x34\xf8\xc1\x44\xf9\xc2\xf9\x54\x13\x77\xa0\xd0\x91\x6e\xe0\xcb\xef\xef\x7b\xad\x2a\x88\x91\x08\x0a\x15\xe3\x1d\xd2\xfd\xfa\x94\x09\xce\x98\x44\xf6\x13\x85\x50\xb0\xd6\x86\x41\xae\xd1\x48\x31\x1b\xed\xb3\x5d\xac\x32\x75\xd1\x2b\xb9\x60\xdc\xe9\x9a\xfb\xf6\x13\x7e\x16\x6f\xad\xbc\xd0\x32\x91\xbb\x7f\x8f\x7e\x2f\x56\x49\x1a\xfb\xbd\xbe\x50\x1f\x9b\xfa\x3c\xd7\x97\x1f\xeb\x38\x40\x4c\xf1\xbf\xba\xa0\x67\xc4\x25\x1e\x2b\x90\x81\x7a\x5a\x93\xb6\x5d\x65\x43\x23\xea\xb9\xf8\x0e\x07\x3d\x74\x04\x43\xfe\xee\x6e\x0d\xb4\x90\x0f\x36\xde\x2a\xf6\xe1\x7f\x41\x71\x51\x2f\x86\x23\x17\x06\x7a\x70\x52\x67\xed\xd4\x1d\xd4\x65\x44\x58\x91\xb0\x64\xf8\x2a\x29\x97\x51\x35\x99\xe3\xbb\xfe\xb1\xc4\x90\x23\xcf\x27\x8e\x03\x7a\x93\x51\x69\x97\xfe\x45\x7f\xef\x26\x0b\xd3\x7a\xf0\x38\x50\x46\x41\x52\x65\xfd\x22\x7a\xfd\x23\xd8\xed\xdf\xba\x31\xbf\x54\xc1\xcf\xd9\xbc\x5e\x14\x7e\xe0\x7d\x7d\xb3\x8c\xb2\x58\xc6\x14\x95\x8e\x3f\xe3\x99\xe0\x74\xbb\x60\xe0\xd8\x98\x94\x87\xca\xd4\x21\x1b\x34\x0e\x4d\xe7\x92\x19\x9a\x25\x3c\x74\x57\xef\xd0\xb6\x78\x86\xf2\xa0\xa4\xf1\x0d\xcd\x48\x35\xa8\xd7\xa6\xa4\x09\x98\xae\xe1\x67\x2f\xd7\x83\x78\xf3\xf2\x90\x0d\x9d\xc8\x5c\x2d\xd1\x58\xd7\x8c\xa1\xcb\xbb\x0d\xe9\x60\xd8\xa6\xe0\x59\x04\x00\x4c\xb3\x1e\xa5\xa9\x69\x6f\x22\x86\x81\xd6\xab\x6c\xeb\x5e\x3a\x7d\x79\x25\x8b\xdb\x36\x97\xbc\xac\xd0\xa9\xd8\x0d\xae\xab\x5f\x44\x4b\x80\x58\x26\x18\xd3\x2e\x03\x37\x7b\xdb\xce\x76\x47\xe7\x81\x3a\xbd\x94\xb7\xbc\x4b\xcc\xa2\x60\xc8\x43\x3b\x9a\x4c\x14\x9f\xb8\x15\x1f\xc4\xa6\x2b\xea\xe5\x28\x25\x6e\xcd\xb3\x60\x1b\x9d\x0f\x21\x09\xb6\x7d\xbe\xb4\x89\x8d\xd6\x74\x50\xf9\x64\x2f\xaa\x0c\xb1\xcc\x3c\x8c\x46\x69\x3a\xb4\x44\x52\xbf\x87\xb2\x7d\x30\xf0\x0c\x43\x30\x14\xad\x28\x4d\xad\x41\x30\x98\x4b\x0e\x45\x8b\xcc\x25\x6d\x01\x99\x39\x0f\x05\x37\x8f\x62\xc9\xd8\x58\x16\x36\xf7\x38\x52\x88\xc8\x2e\xe7\xc7\x85\x58\xd9\x43\x59\x1b\xf0\x83\x5d\x23\x36\x8d\xff\xc8\x71\xc3\xdb\x62\x7d\xe0\x52\xe3\x17\xa5\xaa\xab\x8d\x9e\xbf\x49\xba\xc3\x36\x4d\xbf\x61\xd8\x1a\x83\xdb\x1c\xd5\xdb\x0f\xd8\x51\xea\xb8\x23\xde\x84\xf4\x96\x9c\xe8\x3a\xe6\xb0\x55\xef\x7b\xb1\xb8\xe8\xf1\x04\x44\x3a\xd2\xf1\xba\xdf\xef\x6b\x94\xeb\x47\x69\xba\x79\xf6\x3c\x4d\x6b\x81\x89\x83\xb5\xcd\x7e\x6d\x9e\x19\x62\x7c\xb7\x96\xee\x6a\x6f\x9e\xad\x39\xcd\x80\x10\xca\x90\x6a\x52\x8a\xe7\x29\x2a\x5f\xb0\x10\x7e\x6e\x6a\x16\xe8\x6c\xda\xdb\xef\xbb\x37\x9a\x54\x3d\xec\x3e\xac\x11\x78\x6e\xff\xb3\x35\x70\x29\xcf\x6f\x4b\x86\x5d\xa3\xaf\x33\x1b\xaa\x13\x16\xf6\xf9\xe7\xc2\xfd\x3a\x4b\xf3\x8b\x28\xf5\xbf\x1a\x57\xb2\xda\xd7\x63\x80\xd2\xf0\x59\xfb\x78\xb1\x4c\xae\x42\xe0\x16\xf2\xe9\x86\xaf\x69\xd7\xa8\x6d\xd7\xcc\xc3\xd7\xe9\xb1\x99\x3a\x02\x58\x2d\x49\xd3\xc4\xc6\x53\x05\xac\xbc\x76\x41\x2b\xb7\xdd\xf1\xc7\xdc\x32\xa2\xae\x74\x85\xb8\x17\xcc\x02\xa4\xd6\x7f\x67\xe8\xf4\x84\xb7\x0d\xd5\xd2\xb7\x4b\x7b\xa9\xca\x9c\x8a\x5d\xaa\xa3\x01\xd5\xd3\xfb\xad\x69\xed\xf9\x5d\x53\x37\x2e\xc2\xba\x90\xb7\xcf\x78\x33\xbe\xcb\xaf\xb5\x37\x23\x86\xd7\x5c\x2d\x5b\xe2\x48\x1c\x88\xa1\xd8\xe7\x36\x0d\x30\x2a\x7e\x29\x31\x09\xba\x56\xe6\xda\xe4\x98\xad\xe1\x56\x39\x66\x6d\x4e\xcf\x9b\xec\x72\x6a\x60\xfb\x7a\xa9\xc0\x3a\x02\x7f\x68\xae\xb5\x5e\x99\xba\x15\x7b\x23\xb1\x5a\xba\xe1\x4c\xa0\xb2\x7e\x75\x5d\x87\xcc\xd8\x66\xb2\x32\x01\x62\x5c\xb4\xee\x18\x35\xa1\xde\x04\x1d\x27\x26\xb4\xa6\xd6\x98\x04\xc3\xba\x2c\x6d\x44\x97\x40\xc8\x18\x5b\x31\x76\x82\xbf\xd4\xa3\xc5\xa8\xaf\x44\x95\x6a\xb5\x9c\x00\x31\x1b\xdf\xf6\x96\x73\xe6\x2e\x2b\x78\x47\xeb\x5b\xb3\x52\x26\x21\xf1\xaa\x94\xef\xf2\x49\x94\x92\xb2\xf6\xf0\xf8\x59\x3b\x65\xbf\xff\xcb\xd2\xc2\xae\x09\x56\x8b\xb7\xe4\x71\x67\x28\x4e\x8f\xbb\x8d\xcc\xe9\xf1\xb3\x67\xe7\x8e\x2d\x14\x03\xab\xa3\xdc\xfe\xe7\xf1\x87\x9f\xfa\xe0\x6a\xea\xf4\xda\x9f\xc9\xea\x6d\x25\x17\xfe\x50\x3a\xe2\xcb\x17\x6c\x83\x43\x4a\xa6\xb7\x6d\x3e\x28\xd7\xc8\x83\x4c\xd1\x4b\x59\x81\x22\xc4\x31\xee\xa8\x0d\xa6\x73\x97\x4c\x9c\xa5\x2c\x12\x50\xf3\xc4\xce\x04\xec\x60\x9c\x30\xa4\xce\x8c\xca\xf0\x8c\xba\x3e\x4c\x6b\x50\x50\xab\x49\x8e\x33\xae\xa2\xa1\x36\x4b\xa4\x6e\x0f\xbb\x0f\x07\x03\x21\x6f\xaa\x22\x9a\x54\x32\x16\x17\xb7\x62\x91\x64\x49\x6f\x52\x96\x3d\xfa\xda\x5b\xa6\xab\x59\x52\xbf\x28\xd7\x90\x38\x03\x5f\xfe\xcf\x1e\x0e\xcf\x1e\x5a\x6a\x06\x59\x9f\x3f\x9b\xd2\xcf\x9f\x17\xd7\x3f\xff\x2c\xcf\x1e\x76\xcf\x1e\x92\xde\x2b\x50\x1d\x4a\x3e\x7f\x3e\x9e\x9d\x7c\x98\x43\xd5\x2c\x2f\x16\x51\x1a\xac\x8b\x45\x9f\x3f\xdf\x46\xbf\xfe\x3f\xff\x2d\x76\x42\xd2\x7e\xd5\x01\x48\x58\xf4\xf9\xf3\x9f\xd3\x17\xff\xf7\xeb\xdd\x90\xaa\xe8\xa2\x69\xf8\xaa\xe4\xf3\xe7\xe9\xa7\x27\xbd\x09\x54\xc5\xe0\x26\xa1\x75\x91\x69\xfa\xf9\xf3\x7f\xcc\x3f\x3d\xf9\x4f\xa8\x28\xe9\xb1\x20\x58\x59\x17\x7e\xfe\xfc\xe6\xfd\xdf\x9f\xfc\xb5\x36\x42\x1f\x98\xb6\xd0\x08\x80\xc2\xa2\xcf\x9f\x93\xff\xdc\xfb\x8f\xab\x9d\x80\x20\x22\x56\x10\x0e\x94\x7c\xfe\xfc\x3c\x9b\x7c\xca\xee\x30\x9e\xb2\xea\x21\xc9\x6e\x18\x94\x29\xff\xfc\xf9\xcd\x6a\x5f\x5e\xee\x04\x09\x6a\x90\xf0\x14\xb1\xe8\xf3\x67\x59\xbd\x5b\x1e\x6c\x07\xb4\x79\x6a\x19\x3c\x8d\xd2\x8a\x5d\xcb\xa7\xe2\x3a\xc9\xe2\xfc\x1a\x4d\xa6\x4c\x50\xd5\x96\x78\xf4\x48\x57\x88\xf3\xc9\x0a\xde\x84\x9a\xab\x64\xd1\x55\x32\x03\xed\xa5\x57\xc7\x21\xd4\x49\xf9\xa2\xc8\xaf\x4b\x69\x6c\xde\x07\xe6\x0b\x57\x54\x56\x98\xaf\xc4\xc4\xf6\x1b\x89\xb6\x26\xcc\xed\x8e\x43\x3a\x15\x32\x53\x76\x13\x82\x03\x89\xcc\x5b\xaf\xe3\x19\xa4\xa9\x3f\x29\x92\x58\x66\x95\xfa\xf3\x4d\x52\xc8\x69\x7e\xd3\x3a\xa7\x08\xe9\x85\x68\xa7\xb2\x12\x89\x18\x89\xfd\xa7\x22\x11\x87\x61\x70\x14\x0d\x5b\xd5\xd8\x1b\x89\x83\x0e\xb7\x39\xb3\xd3\x79\xf4\xc8\xae\x40\x7f\x55\xca\xe2\xf9\x4c\x66\x55\x1f\x2c\xd5\x3f\x4c\xdb\x41\xc8\xa7\xc9\x79\x47\x3c\x1b\x39\x39\x7a\x89\x7a\x1d\x38\xd6\x5e\x8c\xac\x29\xfe\x65\xd3\xee\x74\x82\x77\xd6\x22\x99\x14\x79\x15\x95\x97\xaf\xe4\x45\xbe\xca\x26\xb2\x3d\xd5\x39\xf3\xd5\x4c\x27\x51\x9a\x62\x04\x6f\x25\xb6\x71\x51\xc9\xb7\xa5\xc3\x9a\xb5\x61\x39\x9c\x8c\x81\xa6\x84\x5e\xfc\x84\x78\xd4\xff\x58\xe4\x8b\xa4\x94\xfd\x42\x96\x79\x7a\x25\xdb\x9d\x7e\x35\x97\x99\x7b\x6f\x88\xc0\x68\xd4\x7f\xd3\xac\x4d\x46\x4a\x18\x88\x78\xe3\xf2\xa4\x66\xaa\xcd\xb3\x2c\x27\x73\x19\xaf\x18\xe8\xa7\xdb\x66\xfa\xc0\x54\x67\xb3\xe5\x20\xd4\xec\xb8\xd9\x9f\x4e\xa5\xd3\xf6\xb5\xb4\xe1\x7e\xed\xac\xac\x26\xb2\xeb\xe3\x77\xcd\xb6\x8f\xa9\xac\xca\xd5\x52\xcd\xbc\x7c\xaf\xf6\xf6\x24\x2a\x2f\x15\x7e\x3b\x78\xe7\xae\xba\x6a\x79\x96\x0d\x1e\x3f\x3e\xcb\x1e\x8b\x97\x10\xee\x50\x44\x22\xa6\xa5\x8a\xc5\x95\x2c\x40\x63\x94\x4f\x45\x24\x16\xb2\x9a\xe7\x71\x57\x54\xf3\xa8\x6a\x95\x22\x2a\x6f\xb3\xc9\xbc\xc8\x33\x88\x72\xab\xa8\x84\x2c\x0a\x19\x2b\x48\x17\x2b\x83\x3f\x49\x06\x9e\x04\xea\xda\x5c\xac\x16\xf8\xb4\xbe\xcc\xcb\x32\xb9\x48\x65\xff\x2c\x83\x8e\xff\x82\x90\xe9\x4f\x25\xbc\xe4\x53\xf1\x51\x49\x48\x45\xff\xe7\x2a\x49\x4b\x28\x89\x8a\x19\x92\x95\xf5\x1b\xda\xd7\x8d\x98\x66\x50\x84\xfb\x55\xb2\x92\xb3\xec\xf1\xa0\x76\x27\xb7\xeb\xcb\xa3\xd6\xf0\xa8\x7e\x14\xd4\xe7\xa1\x83\x36\x1d\xa4\x4c\xb0\x54\xe2\xb1\x80\xdc\xb2\x0a\x27\xd4\xe4\x66\xc9\x95\xcc\xc4\x55\x54\x24\xf0\x3a\x99\x94\x22\x32\xb8\x07\xb5\xcd\x04\x45\xf3\x0c\x85\x33\xc5\xe7\xd9\xed\xc6\xc0\x38\xc9\xb1\xbb\x9e\xed\xa3\xca\x31\x65\x30\xb6\x33\xf3\x7f\x81\x2a\xb7\x8d\x88\xb2\xf2\x5a\x16\xa2\xca\x87\xee\x70\x8e\x54\x83\xfa\xca\x98\x93\x92\x94\x7a\x09\xdb\x5e\xef\x1d\x2f\x84\xe4\x89\x12\xde\x47\xfa\xa1\xd2\x55\xa3\xf8\x03\x7f\xf4\x08\xbf\x53\xb3\x7e\x95\xa3\xd9\x4a\x5f\x21\x49\xbd\x23\x90\xc2\x4e\x73\xd0\x40\x0a\x3d\x9e\xf3\x96\x51\x4c\x38\x3b\xf1\x57\x59\x89\x97\xc7\xc7\xa0\xea\x5f\x29\x26\x6d\x59\xe4\x4b\x59\x54\xb7\x0a\x69\xed\xee\x48\x34\x04\xfe\xca\xed\x78\x0d\x8d\x37\x2e\x14\x5b\x8c\xb3\xd9\x98\xae\x77\x2c\xf2\x4c\xb1\xf8\xb7\x98\x82\x44\x0d\xf9\x23\x35\x6b\x13\xf8\xae\x01\xd4\xb1\x19\x45\xa8\xac\x9f\xe5\xb1\x84\xb5\x57\x37\xe7\x81\x9f\x33\x84\x4c\xea\x81\x36\x0c\x06\xe2\xa7\x0f\x27\xaf\x87\xe2\x40\xbc\xfa\xf0\x5e\x44\x20\x64\x89\xb9\x2c\xa4\xdd\x48\xba\xcc\x47\x7a\x66\xfd\xfc\x3a\x93\xc5\x2b\xba\xc1\xfb\x34\xf4\xbf\x25\xf2\x9a\x67\x40\x2b\x4b\x78\x75\x04\x4a\x02\x72\x22\xce\x03\x26\x65\x27\x91\xad\xd2\xd4\x31\x0e\x34\x3b\x73\xa4\x40\x9c\xea\x9f\xe7\x62\xa8\x7e\xd7\x76\xf6\x13\x61\xb5\xda\xc4\x65\x54\xc8\xac\xfa\x29\x8f\x21\xbd\x82\xfa\x32\xcf\xcb\x4a\x6f\xf1\x37\x6e\x6e\x1a\xda\x5d\x73\xa6\x4c\x31\x8e\x61\xf7\xde\x7e\x34\x63\xd5\x6b\xd1\xb0\x8d\x3f\x99\x8c\x1e\x3f\x9e\xbc\x7f\xd7\xf2\xf7\x92\xaa\xd6\x52\x5e\x68\x10\x6c\x4d\xbe\x7c\x31\x5f\xd5\xba\x98\xa5\x24\x46\xaa\x09\xe1\x0c\x5f\xd5\x54\x81\x3d\x4c\x39\x13\xe3\x0d\xed\x57\x64\xca\x42\xdb\x57\x82\x2b\x6d\x92\xcd\x68\x11\x7f\xd7\xb3\x79\xc7\xed\xc3\x31\xdc\x79\x17\xd1\xfb\x17\x27\xe7\xed\xe3\x60\x40\x93\x13\x17\x79\x7c\xdb\x15\x63\x53\x7d\x2c\xae\x93\x34\x15\x55\x74\x29\xc5\x24\x2a\x80\x4e\xcf\x64\x05\x73\x9d\xe4\x45\xa1\x08\xda\x18\x07\x72\x92\x2f\xc7\xb8\x8c\x49\xa5\x91\xe3\x81\xdb\x8f\xd9\x71\xcd\x51\xf7\x55\x7f\x67\xd6\x59\x45\xeb\x5d\x7c\xa4\xf2\x74\x2e\x80\x5d\x43\xfe\xe5\xc5\x87\x57\x7f\xaf\x29\x57\xc2\x24\x40\x77\xa9\x9b\xfe\x2f\x3d\x98\xc6\xf6\xde\x20\x07\x03\x41\xcc\xb4\xb8\x8e\xb2\x4a\xac\x4a\x73\x7b\x89\x71\xef\x66\x0c\xfe\x85\xe3\xde\xed\x18\x6f\x37\x30\xa2\x13\x51\x29\xae\x95\x84\xc8\x5e\xcd\xf2\x2b\x59\x4c\xd3\xfc\xba\x6b\xfe\xfa\x6f\xfb\xe7\xdf\x41\xd7\xb7\x8b\xb0\x76\x4c\x02\x9b\x41\x3b\x5a\x55\xf9\x17\xdc\x8a\x2f\x0a\x4a\x1a\xdd\x76\x06\xfd\x4a\x96\x55\x5b\x03\x15\x7b\x0c\xbe\xfd\xfb\xbf\x3b\x3b\x4e\x2a\x3b\xab\x3e\x22\x85\xc9\x43\xfd\x56\xe3\x87\xa7\x50\x9c\x95\xcc\x26\x52\x64\x40\xff\xa6\xde\x57\xbc\x28\xbb\x9a\x30\xfa\x05\x22\xa9\x4a\x99\x4e\xfb\xf7\x3a\x5e\xcb\xa8\x88\x16\xe6\xf0\x7c\xc1\xd7\xc0\x0d\x83\xdd\xf3\xfa\xa2\xa9\x88\x36\x50\x6b\x80\x87\x67\xe1\x42\xd5\xc2\xf0\x6a\x6a\xdf\xab\x79\x02\x8e\x05\xdf\x44\x61\x3f\xe9\x6e\x61\x15\xcd\x20\x3a\x8e\x51\x99\x1d\x1b\x64\x05\xa6\x1f\xfd\x82\xb7\x15\x47\x8d\x25\x43\x5b\xe2\x93\xd3\x3b\xca\xa5\x49\xf9\xf6\xf5\xc1\x81\xcf\x80\x3f\x78\xd0\xa6\x9b\xf3\xfd\x31\xb8\x28\xbd\x87\x1d\x01\xb3\x9c\x9b\x0a\xf2\x89\x9a\xdb\x97\xfe\x78\x9f\xc7\xd2\x66\x92\x03\xb0\xfb\x3e\xd8\xc1\xfb\xe3\xb7\xaf\xc5\xc1\x3e\xa1\x70\x40\xbc\xec\x38\xd4\xf9\x95\xac\x64\xb1\x48\x32\x59\x6a\x2e\xf6\x82\x80\x25\xa5\x78\x9b\x55\xb2\xc8\x64\x25\x5e\xdf\x2c\xd3\xbc\x90\xc5\xd7\xe0\xce\x4f\xf0\x0c\xb1\x31\x32\xc4\x2e\x96\x55\xcd\x6b\x27\x77\xfa\xf6\x75\x9b\xe0\xb1\x3b\x55\xf7\xa0\xae\xd2\x83\x1a\x4b\x84\xdb\xe0\xe6\x5a\x73\x5a\xec\x07\x5b\xec\xd7\xee\x5d\xda\xcf\x2f\x5f\x6c\x85\xdf\xfd\x96\x55\x90\x19\x56\xbd\x7d\xad\xca\x42\x44\x21\x9f\x4e\x4b\x59\xfd\x0b\xaf\x53\x67\x00\xbb\x8f\xec\x07\xa8\x1e\xbc\x4e\xef\x74\xf3\xe9\x3f\x5e\xd7\x49\x2d\x79\xf0\xe6\xbc\x0b\x38\x1e\x6f\x5f\xb7\xd5\xe6\x1e\xb9\xf7\x27\x45\xe8\xb0\xde\xf0\x5b\x98\xe4\x14\xdc\x63\x1d\xb0\xe6\x96\xe4\x9f\xbf\x7c\xb1\xe6\x97\x83\x81\x38\xbe\x4c\x96\x62\x9e\xc4\xb1\xdd\x8d\x52\x5c\xcf\x93\xc9\x5c\xc4\x79\xd6\xaa\xc4\x3c\xba\x92\x22\xca\x1c\xd8\xaa\xed\xf5\x3c\x49\xa5\x68\xbb\x5d\x8e\x46\xfe\xe4\x1e\x3d\x32\xc3\xc8\xe4\x8d\x5e\x93\xe3\xe4\x22\x05\xcb\x0a\x5a\x42\x6f\xe0\x7a\xd5\xd9\x1c\x02\x8d\x9d\x79\x85\x56\x59\xb3\xad\x2e\xf8\x47\x8f\x9c\xdf\x86\x13\x61\x51\xf9\x1f\x98\xb6\x6a\xb5\x1c\xf6\x17\xd8\x91\xfa\xe7\x6d\x5c\xb1\x38\x6a\x12\x59\x5c\x44\x11\xc3\x3b\xe1\xd0\x60\x20\xdc\x1d\x85\xbb\x4b\xbb\xbd\x2b\xee\x2d\xcd\x4b\x59\x56\xe2\xe4\xc7\xae\x38\x79\xa5\xee\xda\x93\xe7\x2f\xde\xbd\x16\x49\x06\x7c\x11\xc1\xc8\x72\x77\x59\x92\x52\x2c\x0b\x59\x82\x38\xf4\x56\xcc\xa3\x4a\xc2\x05\x28\x7e\xcd\x2f\xfa\xfd\xbe\x5e\x19\x9c\xdf\x69\xeb\xe4\x47\x50\x42\xbe\x82\xff\x2b\xe8\xad\x73\xa3\x13\x0c\xae\x6e\x07\x84\xc0\xde\x01\x17\xb0\xc3\x0c\x10\x6f\xde\x15\xad\x65\x5e\x42\xce\xca\x16\x09\xdb\x65\x15\x55\xc9\x04\x25\x6c\x6f\xbd\xfd\xb3\xcb\x21\x85\x3c\xa7\x3d\xfc\x71\xd9\x9a\x37\x49\x16\x13\x53\x93\xe7\x88\x4d\xa2\xad\xb7\xa5\x2b\xca\x79\x14\xe7\xd7\xea\x1c\xaa\xe2\xce\x1f\x42\xd6\x54\x9f\x4d\x34\xcd\x0c\xea\x0e\x2c\x48\x9e\x57\x6d\x55\x95\x11\x31\xf5\x93\x4b\x65\x6a\x73\x40\x08\xae\x2f\xa9\x69\xce\xea\x07\x43\xac\xe6\x71\x80\xfd\xc0\x0d\xb1\x91\x63\xec\x85\xe1\x95\xb8\xf2\x9b\xea\x94\x5f\x46\xea\xb7\x5b\xc3\xa1\x32\xac\x26\xff\xee\x4a\x79\x76\x47\xdd\x1b\x09\x53\xf7\x22\xc7\x27\x45\x75\x9d\x2b\xe9\xff\x2a\x89\x65\x0c\x73\x2a\x7f\xa7\xdb\xe9\x60\x57\x85\x27\x4d\x7b\x4d\x03\xbc\xcf\x35\x36\x4d\xb2\xf8\x25\x34\x0b\xdd\x66\x07\x5d\xd3\xa7\x95\x13\x4f\xd4\x69\x47\x59\x27\x29\x45\x26\xa5\x5a\x80\x2a\x17\x11\x58\x2e\xe1\x83\x8c\xa6\x21\x22\xcf\xa4\xa7\xd1\x28\x45\x52\xaa\xfb\x42\xa7\xae\x9b\xe6\x85\x88\xb2\x5b\x51\xc8\xa8\xcc\x33\xff\xf2\x04\xde\xc4\xfc\xb0\x9a\x22\xf6\xf5\x89\xf3\xc3\x54\xf9\x9a\x6b\x77\x30\x10\x3f\xca\x42\x8a\x6b\x29\x16\x4a\xde\x2d\x57\x24\xef\x2a\x4e\x3f\x2a\x05\x3c\x92\x61\x02\x02\x3b\x21\x50\x1e\xab\xb5\x97\xa5\x98\x26\x05\xe4\x6e\x85\xf2\x57\x1f\xde\xdb\x5b\x06\xbc\x37\x30\x33\xb1\x30\x3b\xdd\xa7\xcc\xa8\x9a\xd2\x7f\x24\x1a\xd6\xb6\xab\x4e\x54\x50\x1d\xa6\xfe\xab\x0f\x2f\x7f\x7e\xff\xfa\xa7\x93\xcf\x1f\x3f\x1c\xbf\x3d\x79\xfb\xe1\xa7\xcf\x6f\x3e\xbc\x7b\xf7\xe1\x97\xb7\x3f\xfd\x95\xa7\x66\x05\xdf\xbb\x11\xf5\x68\xee\x94\x03\x31\x34\x9b\xc9\x6a\xcb\x2c\xae\xd7\x7d\x62\xeb\x1e\xb8\x21\x76\x08\xc5\xa2\x6c\x22\xcb\x2a\x2f\x84\x7d\x10\x36\x10\x0b\x0a\x6b\x60\x16\x1c\x73\x0e\x7d\x52\x9f\xe9\x15\x00\xaa\xf4\x4b\x30\x0b\x28\xaa\x36\x8c\xb8\x2b\xf6\xbd\xc2\xd7\x59\xdc\x96\x59\x6c\x0a\xb4\xd4\x8c\x63\x78\x4e\x43\xe0\xc1\xa6\x46\xd8\xd8\x0e\xf9\x45\x5e\xcd\xf1\x70\x8a\xa8\x90\x22\xc9\xca\x24\x96\xc2\xc8\xfb\xee\x6d\x65\xb0\x9e\x52\x2c\x86\x7b\xd1\xf7\x92\xb0\x8b\xb5\xa5\x7a\x47\x7c\xf9\x82\xf5\x61\x92\x7d\x5a\xaf\x52\x4d\xac\xe3\xdc\x4d\xf8\x9c\xe6\x11\xbb\x76\x13\xd8\xfa\x8b\x59\x43\x4d\xfb\xb2\xb2\xf5\x0a\x6c\xea\xc7\x3b\x1d\xec\x38\xe3\xaa\x26\xa5\x5e\x54\x73\xd1\x75\x81\xa8\x10\x6f\x98\x67\x4c\x33\xab\xd7\x17\xee\xa4\x91\xb9\x33\xf4\x67\xab\xca\xe0\x15\x41\xfb\x57\xcb\x23\xbd\x9d\x6c\x99\x76\x8c\x7e\xe1\x4c\x9c\xa8\x13\x77\x03\xd6\xf5\x07\xfa\xa4\x83\x63\x7a\x6a\xdf\xe7\x1c\x89\xe9\xee\x37\x4e\xb3\x50\xe8\xe3\x81\x2b\x4b\xe8\x93\x60\x78\xcb\x8d\xe5\x80\x9f\xf2\xab\xdb\xe3\x47\xeb\xe9\xb8\xf5\x33\x5d\x20\xff\x70\x80\x71\x55\x94\xb6\x41\xf0\xe9\x03\xe9\x23\x9a\xfa\x72\x9e\xa4\x31\xf2\x61\x96\xc5\x09\x3f\x74\x70\x65\x2a\x1a\xb2\x04\x59\x24\x4d\x53\xf1\x23\x20\x5c\xbb\xca\x97\xa0\x68\x4b\xe5\xb4\xea\xfc\xae\xa2\x61\xfd\x19\x04\x7a\x1c\x57\xf9\x72\xac\xf8\xe4\xb1\xea\x72\xec\x5d\xc3\x19\x29\x07\xa2\x05\x58\xa8\xe5\x53\x9a\x95\x8c\xc5\x32\xb9\x91\xd8\xf7\x5d\x14\xb4\xf6\xb9\x01\x7a\x1d\x89\x56\x95\x2f\x5b\xce\xd6\xaf\xd4\x8c\x8e\xb1\x14\x2b\x8d\xa8\x9a\x38\x12\x2d\xa3\x8d\x05\x2b\x59\xfc\xf5\x4e\x4e\x2b\x9e\xa1\x9c\x49\x3d\xbe\xaa\x95\x09\x38\x5f\x21\xd3\x50\xa0\x9b\x6a\x91\x36\x3f\xc1\x04\x6e\x60\x73\x7b\x69\xb5\xfa\xeb\x9a\x68\xe7\x02\xa9\x55\xfc\xf2\x05\x7a\x75\x8d\x02\xfd\x5a\xa7\x66\xe5\xce\x03\xac\xa9\x0c\x55\xaa\x29\x44\x10\x57\xb9\x06\x84\x05\x5f\x1e\x20\x66\x1f\xaf\x16\x0a\x51\xca\xd5\x05\x98\x54\x39\xfc\x02\x47\xf6\x52\xb4\x15\x2e\x01\x1e\x57\xf9\xb2\x83\x60\x23\xc2\x73\x50\xae\xa3\xca\xf3\x6b\xd4\x55\x56\xc5\x39\xa9\x44\x4f\x7c\xb2\xd0\xc4\x6d\xbe\x42\xd5\x35\xa8\xb0\xd4\xa5\xe9\xb4\x54\x5b\xea\x1f\x0d\xd1\x13\x27\x6c\x16\x30\x50\x35\x2d\x83\xc0\x85\x8c\xe2\xfa\x71\x76\x87\x64\x54\x63\x66\x65\x7a\x42\x31\xab\x8a\xa9\x2e\x56\x52\x21\x1d\x1f\x9a\xb3\x7e\x01\xa8\xb4\x6f\xfe\x4c\xd5\x38\x17\x79\x9c\x4c\x13\x59\xf8\x8b\xb8\x4d\x17\x97\x4d\xd2\x55\x4c\x41\x52\xdb\x05\x68\xa0\xed\x59\xd4\x43\x21\xeb\x06\xe7\x3c\x9a\x13\x47\x1a\x7b\xef\x1c\xe3\x01\x7e\xea\xd7\x57\x67\xb2\xa1\x81\x42\x0a\xa7\x85\x99\xce\xc8\x8e\xe4\x48\xc9\xc9\x43\xb2\x95\x51\xc3\xed\x2b\x92\xb8\x37\x62\xc3\x79\x6c\x1a\xda\x4a\x17\x79\x55\xe5\x8b\xdd\xf5\x00\x31\x4d\x2d\x18\x6c\xa8\x5a\x91\xcc\xe6\x3b\xeb\x91\xfa\x7a\xc2\xe5\x67\xd8\xc2\x1f\x65\xba\x84\x57\x7d\x11\xcb\x4a\xed\x14\xfa\x39\x97\x68\x9f\xf1\xf5\x62\x32\xe1\xdb\xcb\xe3\x63\xd0\x1e\xbc\x92\x93\x34\x42\x63\x93\x0d\xba\xe0\x96\xa4\x7f\x84\x70\x58\xf9\x14\x5f\xbc\x42\x8a\x86\xb1\xc8\xb3\x26\x99\x9d\x7a\xd1\xb7\x44\x74\x93\x94\xa2\x27\xc6\x37\x78\x4b\xdc\x8e\x5d\x2c\xd5\x37\x84\x9e\x22\x22\xaa\xfe\x55\x26\xbf\x79\x77\x9f\x02\x47\x28\xbb\xf5\xda\x78\x81\x10\x8e\x93\xdf\x64\x1b\xe7\xd6\x85\xb6\x2e\x8a\x26\xb1\x7c\x2e\x46\x38\x46\xa0\xdb\x37\x70\x59\xc0\xc5\xa0\xee\x09\x75\x5f\x3c\x75\xeb\xbf\xa0\xeb\xe5\x39\x36\xc0\xaa\x47\xa2\xf5\x49\x6d\x39\x34\x7a\x01\xb8\xd4\x0a\xfa\xb8\xb2\x4c\x31\x38\xaa\xd3\x31\xce\xf5\xbb\x35\x00\xdd\xfc\x92\xc4\xd5\x7c\x7c\xde\x11\x7b\x77\x6a\xf0\xc2\x34\x70\xb9\x89\x6d\x7a\xe6\xb3\xcc\xb9\x5f\xd5\x0a\xa9\x05\xe8\xd2\x33\xa7\xba\x30\xba\xc6\xce\x02\xb6\xdf\x7d\x71\x79\x1f\x55\xf3\xfe\x22\xba\xa1\x29\xa9\x56\xa7\x63\x14\xb0\xbf\x5b\x2b\x48\x9b\xb1\x36\x75\xc7\x32\x3c\x04\x7e\x99\xea\xe7\x74\x3c\x49\x13\x99\xd5\xda\x61\x59\x18\x26\x96\x85\x61\x6a\x65\xb0\x96\x03\x8e\x04\xe6\xe6\x79\x9b\x55\xed\x20\xcc\x8e\xd8\x13\xba\xb2\xa9\xe9\xcc\xfd\x74\x8c\x39\x26\xb0\x09\xdd\xee\x12\x37\xfb\x08\x31\x44\x6d\x3a\xe0\xc1\xef\x01\x90\xb0\x47\xc1\x44\x94\x52\x40\x69\x42\x43\xb1\x2f\xd8\x3e\x6f\x3d\x00\xbf\xc0\xeb\x93\xda\xdd\xd2\xa8\xde\x1c\xe4\x07\x25\xf9\xc8\x55\x9a\x33\x5c\x27\x6e\x65\xab\x8a\x80\xec\x44\xf8\xec\xb8\x46\xfe\xd1\x23\x51\x33\x1b\x51\x60\x3d\xab\x6c\x62\x92\xe6\x14\x29\x5e\xe3\xa4\x5e\x94\x6d\x78\x49\xdb\x4e\x61\x03\x4c\x4b\x38\x13\xbb\x1b\x6e\xea\xcc\xb7\xc3\x5f\x23\xae\x94\x4a\xd8\xc9\x64\x01\x46\x73\x99\xc8\x57\xd5\x72\xa5\x48\xc1\x22\x49\xa3\x82\x5e\xfe\x5f\xe4\xab\x2c\x4e\xb2\xd9\x4b\xc0\xe6\x4f\xf7\xe5\x4d\x2c\x6f\xad\x2f\x6d\xea\xda\x63\xa7\x75\xa9\xed\x46\xa4\xc9\xa5\xa4\x31\xed\xe6\xa5\x6d\x3b\xd2\xef\x96\xee\xc9\xa6\x9d\xe8\xf7\xfb\x7a\xea\xc4\x38\xe2\xce\xd0\x47\xba\x04\xcd\x4f\x58\x7d\x73\xe0\x15\xf6\xda\xaa\x70\xf9\x9a\x5f\xb8\xc5\xde\xda\xff\xbe\xc6\x2b\x8c\xee\xf3\x96\xec\xb3\x5b\x9f\x1d\x13\x5e\x9f\x7d\x76\xeb\x6f\xe3\x74\x6d\x2d\xb6\x41\xac\xa6\xfd\xba\xeb\x29\xd0\x2a\x5e\xff\x2a\xd5\x49\x45\xec\x12\x48\x2c\x89\x7b\x9b\x7e\x3b\x27\x10\x62\x69\xc3\x4c\x24\xeb\x79\x37\x9a\xd5\x4f\x83\x27\xab\xa7\x92\x26\xe1\xc6\xab\x86\x07\xef\x83\x7d\xf1\xe6\xed\x7f\x0f\xc5\xc7\x54\x46\xa5\xec\xd2\x4b\x5a\x54\x5e\x76\x1d\x81\x01\x14\xa6\xd4\x4e\x91\xa1\x04\x03\xc1\x24\x19\xbc\xef\x25\x99\x28\xf3\x85\x14\x93\xa4\x98\xac\x16\x65\x05\xba\x39\x7a\x8a\xd1\xea\x5a\x54\xb9\x16\x72\x59\xe4\xf1\x6a\x92\x80\x49\x67\x86\x63\x00\x15\x64\x95\x5c\x24\x69\x52\xdd\x2a\xb6\x0d\x98\x90\xb7\xaf\x0f\x0e\x14\x80\xaa\xb8\x75\x15\x54\x48\xee\x1c\xf5\xd3\x84\x0b\x69\xe1\x25\xb1\xc6\xbf\xf7\xe5\x97\xfd\x36\x77\xe3\x99\xf5\xc0\x6a\x0c\xb1\x5b\x5a\xe7\x70\xdd\xf2\x00\xa7\xec\x56\x08\xf0\xbe\xae\xbb\x9b\x1b\xe4\xf4\x5e\x6b\x65\x4d\xdf\x27\x51\x35\x99\xb7\x65\x67\xed\xbc\x5b\x9a\x48\xae\x04\x3e\x85\xc4\x50\x66\x5e\x44\xa4\xaa\x7c\x39\x34\x4b\xe1\x5e\x21\x6c\x06\xbd\x5a\x3b\x7d\x43\xf1\x75\xe8\xb9\x80\x18\x36\x1b\x91\x04\xd7\xe1\x22\x2a\x90\x9d\x85\xb3\xae\xfe\x2a\x39\x63\xa9\xe8\x4f\x5d\xed\xc0\xf5\x4c\x47\xfe\xad\x1e\xd4\x01\x74\xc4\x50\x1b\xeb\x6a\xd3\xcf\xb8\x9a\x6b\x25\x3b\xf4\x83\x04\x9b\x1b\x13\xe2\xe9\xfe\x45\x7f\xa6\xa0\xb5\x50\x8d\x73\x04\x30\x7d\x17\x14\x7d\xab\xc1\xfa\xd1\x7c\x27\x60\x58\x91\x56\x47\x9d\xff\x79\x5e\x24\xbf\x1d\x9b\xa5\xf1\x5f\xdc\x71\x30\x3d\x61\x07\xa1\x1a\x5d\xc9\xa2\x6a\x6e\x43\x9d\xf6\x84\xd3\xd9\x60\xa0\x8e\x69\x94\x89\xf9\xed\x32\xaf\xe6\x12\x32\x82\xb1\x4d\x49\x4a\x12\xb3\x64\xdc\x85\x57\x8e\x95\x62\x8e\xe8\xa1\x23\xa9\x5a\xa5\xc8\xf2\x4a\x44\x82\xf8\xee\x31\xc1\xd4\xef\x21\x95\x7d\xfa\x99\xe4\x59\x0c\x6f\x15\x51\x0a\x4f\x38\x4b\x59\x40\xa0\x97\x6c\x22\xe9\x29\xa7\xd4\x4a\x24\x6f\xf6\x5f\xbe\xb8\x53\xf3\x34\x47\xc8\xf9\xdf\xd9\xf2\x4d\xf8\x8b\xdb\x1b\x35\x89\x44\xad\x1b\x43\x1d\xdc\xb5\xdd\xd2\xe4\xb6\xd5\x79\x6a\x55\xe7\x16\x55\x54\x1b\xb7\xe3\xa7\x4e\x25\xc2\x95\xde\xc8\xed\x2a\x6c\x4e\xc7\x0e\x3f\x36\xaf\xc9\x36\xbf\x8b\x1d\x0e\xd7\x6e\xd8\x5b\x98\x7f\x0d\x5d\xff\x75\x3d\x36\xff\xee\x33\x24\x3e\x35\x73\xf9\x12\xbf\x94\xb5\x2e\x56\xd9\xdb\x10\x77\x70\x3f\x3e\xe3\x0e\xf6\x3a\xaa\xaa\x4e\x8e\x7a\x92\x3f\x2f\x2e\x92\xaa\x88\x8a\x5b\x30\xbb\xb3\x59\x05\x97\x64\x56\x30\x4d\x6e\x64\xac\x9f\xe5\x82\xaa\x1f\x63\xbb\x46\x33\x50\xd7\xe3\x53\x5e\xac\x28\x9a\x18\x11\xc4\x10\xb5\xe3\xe2\x05\x0d\xe0\x13\x5e\x14\xe1\x0b\x42\x57\xe2\xdd\x20\xf4\xad\xcd\x96\xcc\xbe\x81\xdf\xa8\xc6\x9a\xc6\x37\xec\xe4\xfd\xf0\xe7\xc5\x5d\xe7\xb3\xde\x11\x52\x93\x93\x7c\x89\x94\x6e\x54\x97\xf4\xfb\x6e\x95\x7a\x63\x75\xb5\xee\x6a\x6d\xea\x74\x18\x9f\x85\x0f\xd1\xa5\xb8\x9e\xcb\x42\x32\xc3\x7b\x45\x0b\x61\x77\x2d\x21\x4c\x66\x59\x5e\x48\x91\xc9\x19\xda\x76\x92\xc2\x31\x31\x4f\xea\x93\x28\x9d\x20\x55\x6b\xbb\x88\xf1\xe8\x11\x6d\xb4\x21\x66\x76\x43\x80\x07\x19\x59\x4d\x82\x5b\x62\x5e\x37\x9d\x26\x29\x72\x39\xa1\x36\x70\x47\xeb\x46\x9b\x33\xc7\xa2\x8b\xb6\x85\x6d\xfa\x9a\x71\x01\x1c\xb9\x60\x50\x3d\x7f\x94\x3d\x6f\xa7\xba\x9c\xb3\x70\x9a\xc3\x00\x7b\xb5\x21\xf7\xfc\xdd\x72\x39\x0e\x07\x04\x17\xa5\x34\xb7\xe1\x54\xe0\x12\x14\x4e\x57\xcb\x56\xa8\x54\x40\xf6\x71\x3f\x50\x42\x4c\xe2\xbe\x45\x83\x63\xcd\xa0\x60\x05\x50\x2f\xfa\x66\x55\xda\x66\x01\xee\xc1\x0b\xa9\x84\x90\x55\x29\x63\x11\x95\xd6\x96\x82\x6e\xc3\x18\xad\x7e\x45\x9e\xa5\xb7\x22\xcf\x20\x38\xbf\xb8\x90\x93\x68\xa5\xdb\x83\xf9\x88\x2a\x75\xac\x04\x2e\xe4\x3c\xba\x42\x66\x68\x30\x10\x71\x32\x05\x73\xdc\x2a\xbd\x55\xe8\x99\x99\xc1\x45\x85\x14\xd1\x72\x99\x26\x68\x59\x91\x54\x7d\x54\x69\xb3\x62\xa2\xdb\x4a\x0a\x20\x68\x60\xf0\x9a\xdf\x68\x15\xa2\x37\xbb\xae\x7e\x41\x53\x6c\x41\x41\x67\x22\xcb\x2b\x63\xb1\xf5\x80\x08\x59\x1d\x95\x75\xb8\x25\xbb\xe6\xf5\x03\x68\x4a\x3b\x4f\xeb\x8d\x68\x3b\x9a\x5a\xa9\x62\x7b\xcb\x72\x69\xba\x37\xf2\x49\x47\xcf\x8e\xe3\xa9\x5b\x5f\xf3\xa8\xf7\x68\x82\x28\x3b\xaa\x51\x98\x1e\x1b\xb7\xd7\xa4\xd0\xd7\xfa\x8e\x36\xd8\x6a\x30\x10\xcf\xab\x2a\x9a\xcc\xd9\xea\x45\x59\xcc\x97\xc5\x20\x4d\x48\x8a\x43\xc6\xeb\x16\x8c\x6c\xd4\xe6\x2d\xdc\xc1\xf0\x2d\x69\x9a\xa3\xb3\x03\xde\xb4\x36\xf6\xa1\xcf\xaa\x14\x11\x05\x1e\x38\xf4\xcd\xaa\x18\xe9\x16\x33\x66\x0c\xfc\x0a\x31\x9a\xc8\xa1\x26\xb1\xea\x8e\x73\x2e\x99\x47\x8f\x9c\xdf\xf6\x36\x7c\x60\xde\x17\xcf\xb8\x51\x84\x25\x6b\xee\xdb\x8c\xd1\x56\x2d\x77\x18\xed\x95\x01\x4e\x6a\x27\x1f\x50\x7f\xb4\xdf\x52\xf9\x8f\x52\x99\x6c\x65\x65\xfe\x96\xc8\x6b\x55\x18\x1e\x5d\xc5\x79\x1a\x23\x1f\xcb\x1b\xce\xff\x85\x58\x99\x7b\x3f\xda\x6a\x41\x14\xbb\xc6\xc1\xe0\x15\xb4\x9b\xd7\x32\xe3\xd2\x5a\x52\x4f\x88\xb3\x97\x9f\xaa\xc0\xc5\xb6\xae\xf6\xd3\x4b\xb2\x4c\x16\x46\x92\x73\xd8\x2e\x2d\xbf\x05\xa1\xa0\xec\xe4\x82\xb1\x42\xdc\xbe\xc7\xef\x30\x55\xc5\x03\x77\x0d\x8f\x98\x1a\x02\x66\x61\xe2\xeb\x04\x34\x16\x3b\xda\x1a\xfd\x05\xc1\xb0\x50\x72\xbd\xac\xfc\x2e\xb7\xa3\xea\x79\xeb\x4f\x6a\x48\xef\xa3\x21\x0f\xce\x95\xce\x06\x58\x03\x43\x8a\xcf\x20\x9c\x77\x56\x4f\x50\xbf\xc5\x1d\xdd\x40\x50\xc8\xc1\x19\xfd\x21\x42\xce\xbd\x5d\xfa\x02\x5e\xcf\x56\xed\x86\x0c\xa2\xc8\x0b\x66\xe7\x14\xd1\x47\x6b\x5e\xf9\x07\x98\x9d\x58\x93\x4e\x08\xd9\xfb\x92\x59\xd9\x6d\xf7\x8d\x16\x67\x0f\x93\xf2\x8d\x1a\xe0\x11\xa4\x84\xd8\xe1\x18\xad\x2a\x06\x6d\x8b\xb6\x9b\x87\x7c\xb5\x71\x48\xd8\xee\x48\x01\xdb\xed\x40\x5c\xb3\xf0\x86\x7d\xa8\xc1\x36\xf1\x0a\x36\xbe\x74\x04\x28\x31\x6a\x70\x67\x35\xb3\x7a\xc0\xac\x97\xef\x64\x2e\xa5\x97\xd1\xb5\x7a\xfe\xe7\xba\xd1\x58\x93\x65\xb4\x40\xb5\x3e\x34\x51\xe6\x72\xa0\xf3\xa8\x14\x91\xa8\x8a\x28\x2b\xa7\x79\xb1\xe0\xce\xe5\x64\x91\xfb\x07\x3b\xd9\xe0\x00\x9d\x01\xd0\x60\x0b\x9f\x67\xbd\xcb\xdb\xf7\x1b\xce\xa7\x6c\xf1\xc8\xf9\x67\x18\x2e\x3b\x96\xcb\xdc\x2a\x99\x2c\xe2\x99\xa5\x12\x28\xd2\x6b\x4e\x97\xbb\x6c\x94\x51\xd6\x93\xfc\x92\x76\x20\x43\x3d\x72\xb8\x91\x29\xbd\x49\x36\x1d\xab\xae\x68\x99\x5d\xd0\x47\x2a\xcb\x33\x69\x4f\x14\x75\x14\xe8\xc3\xf5\xdd\x56\x13\xda\x32\xf4\x26\x13\xaa\xfb\x68\x96\xee\x42\xd4\x99\x57\x80\xe3\xf6\xc8\xdd\x03\x78\x01\x6b\x13\x36\x01\x35\x2d\xc3\xc5\x21\x3f\x83\x3f\x86\xab\xbc\x3b\xbb\xc7\x3b\xb9\x7b\xab\x6f\x78\x26\x24\xea\xc7\x28\x13\xfc\x76\x21\x36\x1e\x52\x0e\xbf\xb1\x92\x77\x61\xeb\xa0\x18\x28\xef\xae\xb2\x38\x82\x1c\xc6\x69\xb2\x48\xaa\x12\xc4\x2b\xeb\xe3\xb4\xf8\xe6\x97\x42\xf4\xfb\x6d\x2e\x37\x1e\xb5\x4e\x15\x6d\xe9\xb3\x8c\xe2\x38\xc9\x66\xcd\xcd\xed\x04\x5e\x1b\x2b\x3b\xfd\x17\x28\x1f\xc0\x30\x4a\x11\x1c\x6f\xbe\x61\xab\x3a\x57\x2b\xd5\x13\x6f\x81\xa0\x11\xc3\xa2\x3f\x2f\xea\xee\x42\xe6\xb1\x3d\xcf\x8b\x38\xc9\xa2\x4a\x96\x9a\xfa\xb9\x5d\xde\xe1\x31\x14\xea\x82\x40\x89\x6b\x47\xc9\x79\x68\x99\xe0\x17\x2d\x0b\xfc\x5d\x5b\x01\xf8\x1a\xd4\xbb\x9e\x65\x96\x98\x37\x7a\x38\x6a\x2a\xc9\x50\x63\x24\xd6\xc8\x35\xef\x77\x89\xf1\xdd\x17\xfc\xd9\xc8\xf3\x2a\x74\xfb\x3e\xda\x7e\xcb\xe0\x1c\x15\xd7\xde\x60\x46\x4e\x8b\xb0\xcd\xc7\x9b\xa9\x2b\x7f\x84\xdc\x7c\xe2\x8a\x8e\xae\x71\xc4\x53\x37\x4b\x1d\x57\x80\x66\xeb\xba\x2d\x2b\x36\x3b\x73\xbf\x9f\xb8\xe8\x7a\xd5\x39\x4b\xe1\x48\xd9\xfc\x61\xd3\x8e\x9b\x2b\x97\x2e\x22\x85\xbf\x39\x3e\x52\x4b\x8e\xd3\x51\xe9\x62\x95\xf0\x77\xec\x27\x74\x11\xd3\xaf\xce\x0d\x13\xe7\x9a\x04\x9e\xe8\xd2\x85\x13\x50\x6c\xbb\x1c\xa0\xbb\x0f\x08\xc2\xed\x15\x9c\x6f\xb6\x99\xd3\x07\x7b\xc5\x8d\xbf\x93\xe9\xb3\x79\x2e\x26\xff\x84\x2d\x93\x46\x99\x75\xeb\x74\xef\xd1\xb1\x9f\x85\xb3\x06\xab\x36\x0a\xdf\x9f\x84\x9f\xa0\xf2\xae\xb2\x7f\xb8\x3b\x1b\x0f\x9b\xe3\xa0\xfe\x18\x50\x48\x75\xb8\xa2\xed\xad\x66\xdc\xa6\xa0\x8d\x05\xad\x3e\xe8\xcd\x22\xab\x67\x25\xc3\xa8\xc8\x82\xd8\xb9\xd1\xf8\x1e\xfd\xe8\x91\x78\xa0\xf9\x7c\xc7\x5b\xb4\x96\x5f\x75\xad\xa5\x60\xd2\x63\x50\x0c\x0f\xfe\x96\x1d\xda\x1f\x8b\x7a\x76\x34\xda\x78\xc1\xd1\x88\xd6\x95\x7f\xa1\x96\xa4\x0c\x1d\x69\x3d\xc8\x1e\x07\x12\x6a\xa0\x2d\x21\x5c\xd5\x68\x40\x8b\x18\x6a\x5c\x90\xae\x05\x67\xbc\xe7\x00\x69\x40\xb4\xc1\x00\xf9\xe7\x34\x65\x4a\x69\x46\x28\xca\xae\x56\xb0\x43\xf0\xb1\x59\x0e\xd7\xb7\xa8\x11\x37\xab\xe5\xe3\x26\x13\x44\x4c\x9f\xc7\xb1\xbe\x6a\x4a\x76\xed\x80\x2a\x1a\xff\xfa\xf2\xc5\x51\xd8\x24\xe5\x47\x2c\xc0\x40\x0f\x62\xa4\x83\x3b\x9a\x96\xc0\x24\x43\x21\x3e\xdb\x05\x96\xd0\x07\x72\x64\x5a\x0f\xf5\x5f\x58\x17\x3a\x17\x1e\x14\xda\xf3\xbb\x00\x51\x55\x83\x30\x8c\x92\xfa\x2e\x50\x0a\xa3\xf7\xaa\xc1\xb1\x2a\xf5\xbb\x00\xa2\xda\x1a\x12\x93\x10\x2c\xc8\x80\x60\x6c\x79\x06\x9b\x68\x71\xa5\x78\xb2\x81\x53\x58\x37\xe6\x7d\x5e\xc8\xa8\x4d\x69\x94\xba\x1a\xd1\x37\xae\x91\x1f\x62\xe4\x63\x6b\x24\xb1\xe1\xac\xa4\x62\xfd\x92\xea\xd6\x30\x5a\x46\x1c\x02\x9c\x1c\x47\xab\x2a\x1f\x63\x66\x5c\x94\x9f\xd1\xf1\xd7\x7e\xb8\x4e\xaa\xb9\x58\xe4\x05\x72\x53\xd1\x55\x94\xa4\x10\xc9\xae\x5c\x46\x13\x79\xbf\xe0\x34\x75\xab\xc8\x38\xaa\x22\xb2\x10\x87\x3f\xc9\x71\x43\x9b\x67\x42\xe4\xde\xd5\x32\x8e\x2a\x29\x78\x1f\x01\xf3\x4a\x4c\xe2\x27\x7a\xe2\x3d\xd9\xe4\x97\x5e\xce\x41\xc5\x33\x53\xad\x06\xbe\xd0\x1b\x85\x8e\xe6\x96\xde\x6a\x3b\xff\x78\x07\x73\x48\x16\xa9\xcf\x57\x55\xfe\x51\xaf\x1f\xf2\x88\xfa\x97\x66\x13\xd5\xbd\xd1\xdd\xca\x3d\x86\x39\x46\x7b\xb8\xf7\xcf\x78\x24\x15\xd3\x81\x89\x3b\xd0\x52\x1b\x4b\x12\x6f\xaf\x16\x5b\xc5\xd4\xaf\x47\x8a\xf0\xd9\x2a\x8f\xdd\x75\x86\xec\x0f\xda\x65\x7a\x03\x93\x38\xcb\xec\x85\xa6\xf5\xea\x93\xaa\xf4\xf4\xbe\x86\x80\xd2\x8b\x2a\x3b\xad\x5c\x13\xcb\xed\xb7\xa6\xce\xf3\x2e\x27\x34\x5e\xb6\x0b\xb2\x7c\xdd\xd2\x85\x35\x16\x43\xa0\x85\xd1\xf7\xf2\x2e\x59\x03\xa6\x11\xb6\xfd\x68\xbb\xd9\x7b\xcf\x25\x40\x9a\xcc\x50\xf0\x83\xd7\x13\x32\xfb\x7e\x3f\xba\x89\x79\xb1\x76\x48\xf8\x3d\xa7\xb3\x71\x1f\x0b\xf2\xa2\x92\xb1\xa2\x4c\xa5\xcd\x72\x03\x09\x67\x60\x33\xe9\x85\x0c\x72\x5f\x5d\xca\x5b\x37\x5f\xcc\xa5\xb4\x09\x50\x20\x8f\xf0\xa4\x2a\x4f\x2f\xe5\xad\x0d\xa5\x1f\x15\x32\x1a\x1a\xd2\x67\x2b\x98\x24\x20\xda\x76\xbe\xaf\xc6\xd1\x6e\x47\x5d\x71\x01\x51\x5a\x2f\xfa\xaa\xa9\xe8\x89\x08\xfe\x70\xd1\x0c\x13\xa2\xd8\x51\xb3\x39\xe8\xdc\xf0\x08\x35\x44\x6c\x47\xcf\x9c\xc5\x15\xcf\x0c\xfb\xc9\xed\xec\x1e\x3d\xd2\x4d\xfc\x72\x7c\x76\xa9\xe3\xbe\xb6\x60\x37\xc4\xc2\xe4\x14\xd2\x43\xc3\xa8\xc4\xe2\x99\x3a\xee\x02\xde\x26\x9d\xf2\xd3\xfd\x73\xb5\xf0\x67\xe4\x4b\xc0\x26\x45\x25\x4e\x77\x26\x4c\x9b\xe2\x0d\x0c\xc1\x28\x97\x69\x52\xb5\x5b\xbd\x56\xe7\xf4\xe0\xdc\x7d\xd0\xa8\x8f\x6f\x4f\xb4\x2d\x94\x23\x31\xee\x7d\xb7\x36\xbf\x37\x63\x31\x14\xad\x56\x4d\x2f\xfc\x6f\xae\x76\xfa\x76\xb5\xcd\xd7\xa8\xe4\x5c\x7b\x70\x2d\x59\xd0\xe5\x5b\x8b\xce\xf6\x2d\x7e\x91\x18\xf1\x3c\x10\x1c\x4e\xab\x7d\x28\x24\x1c\xfd\x08\x79\x7e\xd5\xf5\x40\xbf\x47\x18\x39\x1f\xb8\xaf\xd6\x49\xee\xa9\xd6\x79\x9e\x69\xf6\x81\x1e\xee\xd5\x45\x69\x03\x9c\xe8\x40\x4e\x7a\x54\xcc\xf4\xc4\x8e\xf9\x1e\x21\xec\x10\x0b\xca\x36\xac\x6f\x57\xdf\x8a\xec\x42\xac\xa9\x77\x58\x48\x19\x73\xfe\xfd\x53\xf1\x2f\x52\xcc\xd4\x43\x26\x6c\x93\x6c\xd9\x1c\xeb\x53\x08\xe8\x53\xea\x81\x7f\x61\x5b\x56\x95\x2c\xc8\x50\x3a\xe8\x0d\x4f\x42\x28\x1a\x59\xef\x69\xc3\xa0\xdf\xd7\x09\xbe\x86\x45\x75\x14\x42\x9a\xaf\xd8\x47\x22\xef\xf4\x96\x74\x27\x65\xe1\x07\x35\x49\xc7\xba\xdb\xc1\x80\xaf\x0a\xe3\x6b\x8c\x13\x77\x44\xf2\xe5\xa6\x02\x37\xdb\x0d\x9a\xd0\x24\x40\xec\x35\xd6\x79\x61\xe5\x1e\x0e\xf6\x76\x87\xc5\xd3\x4e\xb8\x9f\x1c\x83\x84\x26\xab\x7f\xe2\x69\x42\x06\xe5\x7b\xe2\xd6\x33\xaf\x0b\x9a\x90\xef\x89\x9b\x7a\xf2\xb0\x42\xa7\xd1\x6c\x40\xd0\x25\x90\x1d\x2e\x0c\x39\x78\x8a\x61\x3f\xbe\x06\x17\x4d\xdc\x69\x0d\xd8\x43\x46\x5d\x3e\x4d\x93\xe5\x52\x91\x3f\x5e\x6f\x07\xc2\xd1\xa0\xad\x00\x62\x1a\xbb\x66\x30\x51\x39\x07\x9d\x31\xb2\x8f\xad\x82\x5c\xf3\x88\x3f\x46\x3b\x8d\xae\x61\x63\xc1\x59\xa5\x8b\xec\x79\xeb\x82\x3c\x1a\x9d\xc5\xb4\x1c\x45\x21\xe1\xef\xf6\x40\xc1\xf8\x02\x00\xbf\x60\x93\x2f\x55\xbe\x1c\xcc\xba\x62\x11\x55\x93\x39\x24\x2d\x84\x71\x9c\xd2\xef\xf3\xd0\x9b\xb2\x3d\x41\xce\x25\x6f\xbe\x7a\x9c\x82\x3f\x7d\xa7\x91\x5f\xb8\xf3\x26\xe6\x0f\x23\x5f\x77\xfd\x2e\xed\x85\xf6\xf2\xf8\xd8\xfe\x54\xd0\x3f\xb2\x7b\x72\x26\x2b\x7d\x25\xed\x7a\xa7\xd9\x7d\x61\xd7\xc2\xbe\xd2\x65\x55\xbb\xb6\xf5\x74\xef\x7f\x6d\xd7\x50\x58\xf4\xf8\x73\xf2\x55\x94\x26\x31\x3f\x38\x5b\x25\x6f\xec\xd9\x0e\xf2\x9f\x73\x95\x7f\xe4\xbd\xb6\x6b\x17\xf8\x07\x63\x7e\xe7\x1d\xa0\x25\x63\xd7\x83\x7c\xf4\xfe\xb9\x1b\x4f\x8a\x16\x16\xa2\xe6\x79\x7e\x42\x58\x64\x4d\xda\xd9\x7d\x41\x77\xfb\x53\x57\xd3\x47\xf8\xd3\xad\x5f\x4b\x55\x2e\xf2\x55\x61\x96\xc8\x04\x83\x70\x7a\xfa\x60\x74\xd8\x2e\x69\xb5\xe3\x08\x9a\x2c\xb3\xe2\x80\xfd\xd3\x60\x20\x62\xb9\x94\xe8\xd2\x78\x71\xcb\xb1\x93\xe9\x91\x24\x46\xcf\xac\x72\x2d\x57\x88\x44\x0d\x93\x06\x54\xa6\x0a\x6c\x7a\xcb\xed\x85\xb9\xce\xf2\xc7\xbc\x48\x7e\x83\xa4\x2f\x9a\x52\x21\x89\xb2\x91\x16\xd9\x36\x61\x74\x45\x1e\x58\x22\x4a\x32\x8a\x24\xa3\x41\x1d\x51\x28\x19\x4d\xeb\xf8\x05\x2b\x27\xb9\x92\x86\x6f\xeb\x4d\x52\x1d\x48\xa0\x72\x03\x09\x2c\x64\x54\xae\x0a\x8d\x15\xac\xc1\x5c\x9a\x30\x02\xb0\xb0\xc1\x7e\xde\x3b\xad\x1f\xec\x68\x6e\xf5\x46\xb4\x9b\xa7\x7a\x7a\xe7\xda\x97\xcb\x47\x62\x56\x63\xaf\xa9\x86\x1d\xc3\xb9\x18\x88\x27\xa2\xc7\xd5\x3d\x6a\xeb\x6b\x55\x9e\xd6\xd4\x4f\x68\x0c\xcb\x97\xcf\xfa\x0a\x38\x23\x76\xea\x98\x61\x07\x86\xe5\x55\xec\xf1\xf1\x84\xd6\xef\x3c\x10\x02\xeb\x2b\xbb\x0e\xde\xa6\xee\xe4\x42\xf1\x75\x9c\xde\x6a\xcc\xc5\xfb\x64\x91\x4c\xd0\x8a\x69\xac\x78\xf6\x31\x29\x36\x15\xe1\x7c\x5e\x14\xd1\xed\x57\xb2\x14\xd0\x76\x23\xa2\xa2\xf0\x4a\x14\xb7\xea\x7d\x82\xe0\x32\x2e\x29\x86\x43\x24\xf2\x42\xf4\x0e\xee\x10\x4c\xb1\x1d\x15\x45\x17\xad\x8c\xec\x63\xf5\xaa\x94\x22\xc3\x1b\x03\x62\xa3\x25\x53\x9d\xd6\x06\xae\x34\x40\x14\x18\x65\x7f\x59\xe4\x55\x5e\xdd\x2e\x65\x5f\x55\xf4\x75\x93\x51\x51\xc0\xf7\x36\xc2\xf7\x82\xb3\xa9\x5e\xc6\xa8\x04\x19\x03\xc9\xbb\x50\xf7\x03\x86\xce\x89\x16\x12\x9d\x0f\x92\xbc\x80\x68\x27\xb0\xc0\x6c\x6b\x10\x34\x68\x7b\x10\x38\x92\x6a\x2f\xc2\xc6\x1b\x33\x55\x6b\xee\x41\x9f\x3c\x6b\x9a\xb7\xb0\x6a\x5c\x93\x01\x5f\x76\xd9\x41\x33\xdd\xbf\x6f\x0e\xad\xd1\xe4\x5d\x9e\x2f\x45\x55\xe4\xab\xd9\x1c\xe6\x96\x26\x98\x35\x63\x61\xb4\xdb\x60\x03\xb2\x42\x03\x10\xf0\xde\x29\x62\xd4\xca\x3e\x16\x32\x9a\xcc\xe9\x22\x5e\x50\x62\x83\xb9\x92\xab\xe2\x04\x19\x5b\xa6\xe4\xfe\xaa\xe8\xf2\xaa\x3d\xd7\xe0\x3b\x85\x84\x88\x66\xa0\x41\xae\x41\x66\xb1\xba\xe7\x3f\x2c\xc9\xb9\xd2\x04\xfe\xc9\xd4\x1e\xea\xf7\xf3\xb2\x62\xec\x97\x61\x1a\x58\xef\x3b\x50\xb5\x58\x65\xe6\x35\xa0\x6d\x06\xd4\x85\x31\x77\x61\x0c\x0e\x4b\x6c\x6a\x9c\xe4\x9f\x56\x4a\x60\x87\x51\x2a\x8a\x66\xf2\x9c\x69\x2d\x1c\x9f\x1d\xa8\xde\xcc\x87\x7e\x99\x26\x13\xd9\xde\xef\x5a\x04\xe1\x5d\xb7\xd4\x04\x5b\xd4\xb9\xbe\xdb\xdd\x8e\xfb\xd3\xbc\x78\x1d\x4d\xe6\x6d\x1b\x0d\xc9\x49\x66\xa5\x3f\x9f\xb6\xf4\x44\x5b\xe7\x1d\xb1\x56\x87\x43\x96\x69\x92\x55\xbd\x38\x29\xa3\x8b\x54\xf6\xd2\x24\x93\x22\xce\xab\x5e\x96\xf3\xe7\x60\x9c\x6f\x9e\xca\xfe\x75\x54\x64\xed\xd6\x58\x43\xec\x6b\x80\x63\xf4\xa1\x5d\x16\x72\x12\x81\x17\x2d\x9c\x3a\x5b\x2d\x1b\x3f\x68\x75\x5c\x1f\x70\x52\xb3\xaa\x65\x0b\x0d\x50\x89\x78\xac\xfd\xd3\xbb\x8f\x96\x4f\xb9\x2f\x33\x55\x35\x46\xff\x1d\x9b\xf1\x28\xe3\x4f\xd4\x9a\x53\x32\x52\x3a\x90\x09\xcb\xd7\x93\x93\xaf\x5c\x88\x08\x38\x91\x54\x56\x92\xc2\x21\x7c\x72\xa2\x68\x69\x68\xcc\x15\xea\x42\x4e\xf3\x42\xe2\x01\x33\xdb\xa3\x61\x62\x20\x55\xc5\xfb\x14\xf2\x2a\xc9\x57\xf8\xb0\x1b\xe7\x52\x47\x36\x20\x78\x0b\x59\x96\xf8\xac\x56\xcd\x65\x29\x6d\xac\x2f\xf8\x4f\x21\xa7\x8e\xd6\xd1\x27\x2e\xca\x77\x78\x0b\xd4\xb1\x6f\xeb\x4e\xa1\x65\xf5\xb7\xc2\xb0\xda\x20\x63\x6d\x80\x80\xc4\x48\x4c\xb3\x36\x1e\x18\x3d\x61\xd7\x77\xdf\x8b\xfd\xa2\xaa\x86\x34\xc0\x0e\x95\x0c\x25\x9c\x81\x95\xa3\x6b\x08\x65\x08\x90\x0a\x15\x4b\xf9\x15\xc1\xe1\xfe\x45\x17\x23\x9e\x77\xb8\x1d\x15\x78\xca\x5a\xda\x78\x47\xe2\xfd\x71\xd7\x8b\x12\x6a\x37\xdd\x96\xd8\xf3\x64\x05\xd4\x62\xb2\x2a\x20\x4b\xd3\x39\x50\x2f\x96\x96\xb5\x76\x8f\x2a\x06\x64\x4f\x8c\x89\x87\x1e\xab\xbe\xc7\x06\xdc\x98\x8c\x81\x9d\xd1\x69\x86\xba\x9a\xcc\x41\x5b\xa9\xb9\x81\xfc\xe2\x57\xd5\x75\x7e\xf1\x6b\xb8\x6b\x36\x5e\xcd\xb1\x03\x90\x9a\xcc\x1f\x7a\x45\xf5\x6f\xce\x50\x9d\x06\x55\xbc\x96\x78\xea\x77\xaf\x5f\xc5\x33\xc6\x75\xe4\xa5\x7a\x6b\xa7\xdc\xf5\xf1\xb6\x4f\xd0\x5e\x33\x5e\xe6\x9e\x81\x9f\xe1\x91\x9b\x72\x66\x69\x1d\x01\x9d\x03\x2d\x99\xe2\xa4\xb5\x28\x9c\xc9\x6b\x43\xd5\x14\x2f\xa0\x84\xe0\x5b\x6d\x86\xa9\x2b\x80\xae\xad\x7f\x78\x51\x88\xc1\x33\x28\xf8\x08\x27\x5d\x8c\x75\x1e\x43\xec\x77\x0c\x39\x72\xc4\x78\x45\xbf\xb4\xbf\x5e\x3e\x0d\x85\x3c\xd8\xcd\x33\xec\x38\x29\xd8\x4d\xdb\x1e\x8b\x64\xaa\xe5\x45\xb8\x77\xca\xaa\xc8\x6f\xd5\xb5\x83\xa1\x62\x68\x08\x60\x87\x3e\x5d\x15\x60\x45\x83\x20\xf4\x69\x51\xb4\xb9\x0f\x8a\xf8\x7e\x52\xbe\xd2\xed\xbd\xa3\xc2\x0f\x40\x2a\x2b\x4d\xde\xf4\xcd\x9a\xa1\x3b\xe2\x10\x08\x3d\x89\xbf\xa8\xaa\x1c\x8a\xb5\x7e\x6b\x8d\x8a\x22\xbf\x3e\xae\x7d\xad\xaa\x22\xb9\x58\x55\xce\x47\xd2\xdd\x0d\xd1\xaa\x93\x3e\xd2\x86\x99\x6a\x4c\x82\xd6\x42\x71\xfd\x4d\xc5\x86\x8e\xda\x4a\xdb\x6b\x2f\x13\xf4\xa2\x6e\xd6\xa6\xcb\x3e\x38\x8f\xf8\xf0\xc5\x7f\xc9\x87\x8f\xa4\xb6\xe9\x6b\x94\x84\x97\x08\xfe\x90\xc9\x06\x1e\xad\xaa\x9c\x59\x3a\x28\xee\xad\xe0\xba\x53\x72\x2d\xf2\x18\xd0\x2e\x41\xb1\x8c\xad\xd1\xea\x50\xbe\x44\x60\x5b\xc7\x06\x0e\xd0\x28\xf4\x6b\xa0\xa6\x68\x0d\x3d\xc5\x9b\x38\x2f\x92\x59\x92\x45\xe9\x47\x6e\xd1\x72\x99\xe5\xd7\xa8\x3f\xa2\x52\x43\xe9\x71\x45\xb9\x46\xa7\xd1\x88\xc3\x5f\x12\xc7\xa6\xa3\x69\x6b\xbe\x61\xcd\x2d\x4b\xa9\x50\xa9\x1f\x36\x08\xd9\xde\xc6\x5a\x66\xf3\x0d\xc3\x8d\xc1\xd4\x66\x3a\xf7\xa2\xbf\x4b\xe3\xda\x3a\x8e\x2d\xfe\xd5\x96\x78\xe4\x2d\x23\xf5\x85\x1f\x39\xea\x88\xd1\x16\xbc\xaa\xa3\x14\x53\x24\x35\x1d\x02\xce\x21\xb9\x0a\xbd\xa6\x95\xdf\xba\x51\xee\x3c\xf8\xc2\x05\x7a\x35\xc3\xdf\x3a\x2d\x2d\x33\x90\x2b\x97\x96\x18\x5a\xd1\x45\x99\xa7\xab\x4a\xb6\xec\xbc\x49\x9e\x73\xc5\x0b\xa2\x53\x8e\x30\x03\xbd\x79\x12\x0d\xdb\x61\xeb\x23\x65\x48\x3a\x9c\xaa\x49\x94\xa6\x62\x9c\x67\x98\x31\x76\x0c\xbf\x2f\x22\x48\xed\xa4\x9b\xa1\x91\x62\x9e\xc9\xd2\x6d\xa2\x2f\x0a\xde\x04\x3c\x81\x1c\xda\x8b\x80\x2d\xe5\x0d\x15\xba\xe9\x76\x9d\x75\xd3\x23\x6b\xeb\xf9\xf8\x9a\x1c\xaf\x36\x0e\x8a\xd7\xf6\xd5\x2d\x14\x79\x55\x1b\xbf\x01\x21\x70\xfc\x20\x0d\x17\x9f\x94\x82\xa4\x8b\xfb\xc9\xc4\x35\x3f\xc5\x9d\x0e\x89\x7a\x1b\x5f\x63\x77\x5c\x3c\xd4\x7f\xb2\x64\x80\xc4\x37\x31\x01\x33\x5f\x48\x6b\xac\xa2\xe4\xc9\xae\x1e\x39\x1a\xab\x08\x26\x25\x65\xda\xc6\x97\x43\x3e\x6b\x4c\xc8\x4a\xd2\x0b\x3e\xba\x1b\xb6\xcf\x7a\xcf\x65\xd8\xfa\x9b\xde\xbc\x34\xac\xf6\x24\x5a\xc8\xf4\x65\x54\x4a\x3f\xaf\x9c\xad\x4a\x23\x09\xb4\x51\x2c\xf9\xc7\xa8\x9c\x44\xf0\xab\xcb\x14\xd0\xf4\xb8\x72\x25\xb3\x38\x2f\x08\x46\x67\xf7\x6b\xc0\xb1\x9e\xad\xf6\x1e\x53\x2b\xd5\xf6\x12\xba\x92\x2a\x1d\xc7\x05\x39\xc8\xf1\x76\x17\xad\x45\xd9\xea\x8a\xd6\x2f\xf2\xe2\x32\x01\xe5\xf4\xfb\xfc\x37\xf5\xcf\x07\x4a\x44\xce\x22\x9a\x2b\xf8\x62\x64\xe6\xd4\x9f\xcc\xa3\xe2\x79\xd5\xde\xef\xf4\xab\xfc\x67\x55\x41\x4d\xa8\x0d\x8f\xa6\xba\x0a\xea\x14\x0e\xf4\x09\x0f\x65\x35\xd7\x63\xb2\x89\xcc\xf7\xf6\xbc\xe0\x16\x58\x05\xba\xc6\xba\xa7\xc9\xb9\x13\xc8\xa2\xa2\xb4\xbf\xba\x86\x38\x12\xe3\xef\xd6\xf8\xf7\xe6\xbb\xb5\x19\x3d\x58\xfa\xe8\xc1\x31\x17\x06\x2f\x8f\x3c\x04\x20\xed\x03\x0f\x75\x4a\xa0\xcf\xfd\xbc\xf1\xf5\x14\x0f\x54\xb3\x16\x1f\x4e\x27\xd6\xc1\x74\x5d\x9e\xca\xce\x3b\x52\x3e\xdf\x5d\xab\xe0\xc5\x33\x08\x6d\x7d\x80\xe5\x0f\xd6\x6b\x79\xe9\xf9\x80\xf9\x2c\xd9\xd5\xf5\xcd\xec\x32\x31\xc4\x9a\x5f\x0e\x33\xbb\x96\xaa\x6a\x62\x9e\xaf\x26\x73\xb0\x36\x87\x08\x2d\x4a\xb0\x03\x11\x01\xb8\xd7\x71\x88\xee\x69\x92\x5e\xa7\x50\xfe\x75\xd3\xb2\x90\x5a\x1d\x97\xd8\xd3\x9c\x0b\xb9\xc8\xaf\xe4\x73\xcd\x18\xb7\x5b\x37\x3d\x73\xab\x1a\xd5\x11\x6f\x80\x92\x0a\xbb\x50\x5b\xad\xc6\x5a\x18\x6b\x68\x4b\x05\x8a\x2c\xb4\xa5\x86\xb6\xe6\xdf\x52\xc5\xb8\x17\x6c\xa9\xa3\xae\xc8\x97\x73\xca\x05\xd3\x5c\xef\xb4\x91\xbe\x70\xef\xd4\x73\x0b\x83\xc4\x14\x00\x44\xfa\xb1\xd7\x57\x32\xab\xde\x25\x65\x25\x33\xc5\x01\xb0\xdb\x1e\xd7\x9a\x33\x4b\xc9\x54\xdd\x78\x85\x90\x37\xcb\x34\x99\x24\x55\x7a\x2b\xa2\xf2\x92\xdc\x79\x81\x01\x97\xa9\x44\x11\xd3\xa0\x97\x7e\xc8\xcb\x21\x3a\x1e\xa8\x07\x10\xb0\x15\x07\x21\x8d\x22\xe9\xb3\xf4\xed\xc0\xb2\xe0\x3a\x97\x33\xb6\xfd\x90\x11\x82\x06\x91\xc4\x3a\x93\x53\x75\x48\xa9\xd1\x66\x55\x3a\x35\x47\x5c\x55\xd8\x78\x75\x91\x39\x4d\x54\x96\xf9\x24\x01\x5e\x43\xab\xd9\x76\xc6\x20\x08\x5b\x05\xa1\x47\xcb\xae\x2b\xdd\xb8\xbe\x04\x6d\x7c\x1c\x93\x9e\x26\x53\x1f\xae\x22\x71\x1b\x1c\x89\x46\x9b\x20\x31\xa4\x19\x37\x26\x70\xb8\x8f\xf7\x31\x4e\xa1\xee\x0c\xeb\x39\x25\x44\x10\xeb\xe7\x24\xe7\x80\xdc\x10\x39\x5d\x21\xaf\xe0\x1f\xcd\x2b\x76\x9d\x78\x38\xa5\x17\x59\xee\x05\x86\xad\x0e\x87\xcc\xb1\x7e\x68\xec\x1a\xad\xa2\x62\x26\xf1\x9d\x15\x1a\x1f\xb9\x8d\xb7\xad\x17\xaf\x08\x10\x11\x56\x3f\x8a\x63\xe7\x80\xb5\x6b\x53\x58\x8b\x65\x54\x96\xc9\x95\x1c\x62\x12\x07\xa3\xf8\xa4\xb8\x52\x6a\x24\x06\xcb\xc3\x8b\xa4\x6f\x3a\xdf\x55\x8f\xc6\xc0\x62\x2b\x18\x6b\x68\x1c\x86\xd1\xdb\xeb\xd1\xe8\x0f\xce\xba\x9e\x19\x7f\x31\x3a\x32\x4e\x69\x7f\xb9\x2a\xe7\xd4\x55\xc7\x77\x12\x39\x96\xd5\x6a\xa9\xa3\x05\x40\x9f\xf0\xe2\x04\xa4\xc6\x30\xcf\xe4\x88\xc1\x5f\xf7\xad\xa7\xda\x3d\x1e\x91\x8a\xe4\x8a\x4c\x52\xb7\x9c\xa9\x52\x8d\xc8\xa3\x79\x67\x35\x2f\x09\xa2\x36\xf0\xb7\xd5\x71\xe0\x40\xc1\x71\x81\x7b\xd3\x7e\x92\x60\x49\xe8\x4e\x4f\x51\x40\x3c\x44\x06\x46\x9f\xb5\x17\x23\x0e\x0d\x96\xd6\x9e\x76\xab\x35\xaf\xe3\x4f\xab\x80\xde\x5a\xdd\x3a\xcc\x2d\xb8\x34\x18\x08\x0a\x9d\x53\x1f\xa5\x93\x07\x9d\x87\x9a\x85\xef\x36\x93\x8c\x8f\x5d\x8e\x6e\x7f\x3b\x6a\x3a\xa0\x08\xc9\xc8\x03\xb5\x65\x54\x62\xfe\x6c\xf8\xf7\x1a\x3e\x62\x9f\xbc\xd0\x0e\xd4\xf9\xcd\xea\xc1\xd4\x4b\xcd\xca\x39\x7c\x8d\x4e\x78\xa3\xea\xf9\x44\x2f\x80\x31\x3e\x0f\x17\xa8\xe2\xb2\x6f\x6f\x29\x81\x68\x14\xc7\x02\x37\x70\x50\xb2\xfd\x40\x4d\x2b\xe6\x9e\x2b\xe4\x24\x4a\x27\xab\x34\xaa\xb4\xd2\x35\xac\xb7\x35\x6a\x3c\x08\x7e\x57\xcd\xe5\x2d\x84\xb6\xab\x8a\x64\x36\x93\xc5\x5d\xa4\xcd\x1d\x27\x05\xb9\x37\x9f\x3d\x60\x29\x7a\x19\xc3\xe8\x2c\x6d\x40\x4a\x57\xbb\xd2\x70\xf0\x1a\x95\x56\xae\x54\xee\x7e\xe4\x7a\x47\xfd\xc9\xd1\x3c\x7b\x34\xcb\xd9\x50\xe4\x09\xb6\xef\x68\xa8\x4e\x78\x4b\x89\x4b\x6a\xdc\xd5\xeb\x1c\xa3\x87\xeb\x5d\x0d\x13\xb9\xa6\x4d\x54\xdd\x44\x69\x99\x13\x18\x2a\x08\x29\x4e\x44\x94\xdd\x2e\xf2\x42\xe2\x53\xfd\x2a\x4b\x65\x59\x42\x3a\x20\xd4\xb4\x68\x7d\x0d\x59\x85\x2c\xa2\x6c\x15\xa5\xe9\xed\xb7\x0b\x11\x61\x2e\xd2\xa2\xc9\x4e\x2c\x99\x44\xd9\x44\xa6\xcf\xb3\x64\x01\xaf\xb3\x6f\x0a\xc5\xbf\x06\xb6\xd4\xe1\xee\x35\x56\x85\xf6\xa9\xed\xa1\x13\x6b\xd1\x98\x76\x6e\x3b\x93\x62\x5f\x14\x61\xaf\xff\x2d\x2e\xb2\xe0\xcc\xd9\xa4\x71\xbe\xec\x92\x62\x68\xba\xf5\xae\x0a\xde\x43\x81\xde\xb6\x5d\x45\xec\xde\xa1\x8e\xcb\xbb\x5f\x3f\x01\x92\x6f\x6c\x17\x34\x8b\x66\x2c\x17\x88\xc7\x09\x8e\x4f\xdf\x30\xe1\xf1\x09\xe7\x7a\xfc\x24\xc1\x25\x80\x9c\x5a\x82\x17\xb6\xc9\xe8\x1d\x18\xa0\x18\x89\xd3\xf3\x2d\x77\x92\xd7\xd6\xbf\x8a\x6c\x70\xac\xe0\x4d\xa4\xf1\xef\x44\xa6\x29\xe4\xe7\xd7\xc9\x9d\x92\x6c\xb9\x82\x58\x6b\x91\x40\xc7\xea\xaf\x31\xbb\x79\xbc\x21\x38\xa1\x8c\xfc\xf7\xd0\x3f\xfe\xb4\x5a\xc8\x22\x99\xb4\x33\x57\xc3\x98\xa1\x6e\x46\xc7\x01\xf8\x29\xfa\xa9\xcd\xac\xf6\xb3\x4e\x87\xac\x2e\x92\x2c\xa9\x64\x3b\x0b\xa4\x26\x22\xc0\xcc\x6e\x8a\xbe\xb8\xa7\xf3\x98\xa4\x35\x10\x8d\xb5\xd1\x2e\xae\xd3\x57\xd8\x5b\x37\xcb\x72\x2c\xca\x4c\x95\xe3\xfb\xa8\xd3\x6f\x93\x2f\x31\xcb\x9c\x85\x9f\x50\x8a\x8c\x8c\x11\x16\x33\x2d\x51\x37\x07\xe5\xb8\xdb\x6a\x93\x2c\xd3\xbb\xd8\xef\x97\x14\xc8\xaa\x64\xd9\x11\xe1\x37\xed\x14\xf7\xb5\xa4\x02\x73\xe2\x96\xa0\x56\x7c\x66\x13\x25\x54\x62\x95\x25\x8e\x8e\x63\x30\x00\xc6\x06\x3e\x27\xc6\x4e\x7b\x05\xc1\x07\x32\xda\x3b\x35\x21\x0a\x49\x40\x6c\xcc\x34\x4f\xd3\xfc\x9a\x9e\x91\x78\x20\x55\x21\x4e\xc9\x28\xb5\x6b\x0c\x55\xbb\xda\x53\xc0\x9a\xe9\x92\xb7\x40\xc0\x60\xb7\xc8\x97\x60\xab\xab\xc1\x09\x9e\x12\x5d\x30\x4c\xa5\x44\x59\x60\x57\x40\xde\x9f\x4c\x71\xa8\xa7\xb9\xbc\x69\xf9\x79\x29\xc8\x34\x1b\x74\x30\x64\x95\x20\x38\x30\xb1\x07\xad\x2d\x95\xa9\x89\xd1\xdf\xaa\x1a\x0c\x98\xc0\xe8\x66\xda\x12\x66\x7b\x52\x55\xd6\x49\xb3\xe3\x61\x73\x4c\x7a\x3f\xce\x40\x53\x68\x7a\x48\xff\xba\xca\x62\x19\x6f\x31\x98\x70\x2a\x38\xf1\xb1\x5e\x14\xf9\x75\x69\x33\x9a\x5b\xc5\x2b\x15\x20\x05\xd0\x22\xff\x9b\xa4\x90\xd3\xfc\x06\x25\x78\x6a\xf9\xe8\x91\x18\xd0\xf7\x41\xd2\xaf\x64\x59\xb5\xb3\xe8\x2a\x99\x45\x55\x5e\xf4\x57\xa5\x2c\x9e\xcf\xc8\xa7\xc9\x52\x92\xbf\xe8\x93\xe3\x51\x89\xf7\xae\xf1\xe1\xd7\xc5\x1d\xf0\x58\xb1\xff\x09\x91\x07\xd0\xfd\x0b\xad\xb5\xa8\x47\x2f\x99\xee\x4d\x57\xdc\x42\xb8\x16\x2a\x7e\xca\x0b\x89\x19\xda\xe8\xf7\x5c\x1b\x77\xc4\xe5\x11\xc0\x14\x2e\x95\xb3\x68\x72\x6b\xd5\x80\x99\xa6\xcd\xbf\x96\xe2\xea\x89\x05\x8b\xf5\xfe\xba\x5c\x3d\x9f\x4c\x64\x2a\x71\x4d\xd0\xf0\x53\xdb\x0f\xb1\xa7\x57\x6d\x86\xc1\xb4\xcd\x58\xca\x8d\x21\x8d\x39\xa0\x79\xdd\xe2\x0a\x69\x10\x3b\xfb\x33\xb7\x43\x63\xaa\xbe\x6d\x38\x0f\xb8\xa9\xa7\xf3\x78\x62\x8c\x25\x35\xcd\x69\xfd\xf2\xfc\xd3\x4f\x6f\x7f\xfa\xeb\x50\x8c\xbd\x9e\xc6\xb4\xb4\x42\x2d\x15\xd0\xff\x31\xdf\x1d\xa6\x79\x07\xa9\x43\x5d\x17\x59\x4e\xf9\x49\xf4\x7b\x5b\x92\x89\xe9\xaa\x5a\x15\x52\x5c\xc9\xa2\x04\xf4\xb2\x77\xdf\xaf\xe5\x83\x56\x4d\xd5\x83\x6b\xed\x0d\x45\xdb\xb6\xdf\x79\xce\x7a\x76\x47\xdb\x9a\xe8\x4a\x43\x8d\x43\x81\xb5\x3e\x6b\x0a\x3b\xe6\x27\x56\x76\x37\x9d\x2b\x7d\xeb\xcd\xb7\x26\x7e\x70\x02\x16\x31\x6d\x8a\xbe\xcb\x7d\xdf\x49\xe3\x1a\x80\x8c\xbf\x76\x71\x31\x2f\x10\x81\xb8\x07\x4e\xfc\x27\x97\x16\x32\x14\x36\x21\x83\xc1\x37\x33\x96\x57\xc9\x44\x7e\x4c\x6e\x64\xfa\x49\x2d\x8e\x38\x14\x98\xca\xdf\x10\xc1\xb3\x5a\x58\x00\x9d\xc4\xf2\x06\x51\x5b\x7b\xdb\x31\x87\x95\x0b\x93\x90\xd2\x4f\x64\x79\x8b\x6d\x0a\x93\x7d\xd0\x38\xac\xe0\x27\x27\x85\x8e\x8f\x2e\x49\xa9\xd3\xd4\x8e\xab\x62\x25\xc7\x98\xb0\xd7\xc4\x8b\x51\xc5\x1a\x45\xb5\xd9\x8e\xb8\x96\xf8\x56\x00\xd5\x94\xd8\xfc\x7d\x3c\x76\xd9\x2d\xeb\xf2\xc6\xdd\xb3\xc4\xb5\x24\x10\xd1\xaa\xca\x95\x48\xa9\xe4\x5f\x08\x53\x83\x4c\x1a\x7b\x7c\xa6\x57\x60\x3a\x0b\xae\xfd\x8f\xf3\x22\x6b\x63\xce\x8e\x9a\x9f\x74\xf9\x93\x8b\x5d\x8e\x2c\xbf\xee\x2a\xa6\xa9\x55\xa2\x31\x6f\x24\xca\x4a\x2e\x05\x49\xec\xb1\x48\xf3\xfc\x52\x44\x15\x65\x07\xca\x63\x29\x26\x69\x5e\xca\xf4\x56\xb4\xaf\xab\xe9\x51\x87\xc0\xbc\x9d\x92\x61\x4d\x56\x31\x7f\x51\x9a\xf2\x4c\x5d\x75\x22\xcf\x26\x26\xfd\x02\xb0\xbc\xb8\x3c\x32\xee\xd2\x5b\xca\x60\x00\xf1\xf0\xe7\xd1\x72\x09\xca\x86\xa8\x72\x80\x28\x14\x5c\x24\x25\x3c\xa7\xc5\xdc\x54\x4f\x1b\xfd\x51\xe7\x04\x2a\xbf\x92\xc5\x14\x19\x38\x70\xb8\x0a\x05\x17\x80\xc0\xb1\x3a\x46\x2c\xcc\x70\x59\xe4\x17\xa9\x5c\x40\x80\xb1\x65\x91\x5f\x81\xe5\xd6\x75\x6e\x6e\xbb\xf6\x0d\xac\xca\x6d\xa7\x4b\x7c\x6f\xa4\x98\xc4\x33\x6b\x47\xa2\xf6\x45\x71\x6f\x5e\x6c\x47\x72\xe9\x46\x13\xa2\xbe\x5d\xb4\x6b\x86\x27\x91\xb1\xf9\x51\x38\xb3\xc4\x24\xb9\xb5\x61\xc3\xd0\x26\x11\x30\xcd\x04\x67\x7c\x33\x46\xe4\xcd\x97\x63\x6e\xe9\xcd\xd7\x5f\x54\xf9\x75\x54\xc4\x25\xac\x85\x82\xae\x88\x8f\x8c\x62\x91\x4f\xf5\xc1\xa8\x4a\x72\x7b\x85\xf1\x29\x46\x1a\xd3\x91\xe8\xa8\x62\xea\x1a\x61\x09\x63\xe9\x30\x76\x58\xa0\x40\xd0\x12\x39\x94\x2f\x29\xc5\xe1\xbc\x5a\xa4\xcf\x9c\x23\x01\x7b\x52\x7a\x9e\x96\x92\x7a\xd7\x5b\x5a\x4e\x0a\x85\x27\x6d\x0c\xad\xae\xcd\x3f\x4d\xba\xab\x8e\xe5\xed\xb3\x18\xae\x92\x3a\x08\x88\x79\xcf\xb6\x1b\xe7\xc0\x07\x18\x0a\x08\xc7\x58\x6c\x7c\x71\xed\x39\x2d\x9c\xbc\x60\x7b\x5e\x8a\x8a\x86\x88\x68\x01\x38\xcc\xa9\xb0\x11\xca\x59\xdd\x10\x08\x00\xf9\xf1\xde\x36\x7c\x7b\x5e\x70\x52\xd8\xe1\x1e\x14\xf7\x98\x38\xbd\x24\x87\x66\xfe\x8b\x17\x08\xae\xa0\xe8\x5b\xa1\x79\x87\xc0\x58\x67\xcb\x26\x20\xf5\x69\x13\x9c\x5a\xec\x39\x1b\x61\xdc\x23\xe9\x8f\x1e\xd5\x68\xa3\x99\x9d\x11\x84\xdc\x72\x25\x23\x71\x72\xde\xfe\x6e\xad\xfa\xd9\x2c\x6f\xba\xe2\xbb\x75\x95\x2f\xe1\xaf\xfd\xce\xf8\xa9\x03\x06\x4e\xc4\xb9\xc9\x55\xe3\x7c\x7f\x51\xff\xee\x3d\x9d\x5b\x9a\x1c\xb0\xfa\x52\x54\xac\x9a\x5f\xcb\x22\x29\x65\x57\xdf\x38\x28\xc9\x47\x59\x1c\x15\x31\x1e\xf9\xae\x18\xab\x81\xaa\x7f\x11\x7d\xf0\x02\x1b\xc3\x9a\x8e\xdd\xb0\x0d\xc6\xe6\x25\xc9\xae\x64\x51\x61\xe6\x83\xfa\xa1\x76\xb3\x8f\xbb\x6d\x28\xe5\x41\x0d\xd5\xfc\x36\xfe\xfa\x54\x90\x89\xdc\xf4\xdb\xb0\x5a\x29\x66\x18\xb7\x5d\x6d\x59\xbd\xb1\xce\x35\xad\x36\x08\x93\x48\x8f\x3d\x73\x7f\x63\x89\xc1\x78\x21\x6b\xb6\x6c\xf9\x21\xc7\x4e\x63\xe8\x99\x43\xfa\x26\xcb\xa8\xef\x15\x63\x55\x6b\xcc\xc0\x69\xad\x05\xda\xa5\x5b\x93\xe9\x33\x6d\x46\xe9\xf6\x2c\xfa\xfd\x3e\x6f\xdc\xef\xf7\xfd\x5a\x18\x69\x00\xbe\x5a\x0e\x4e\x55\xd4\x39\xec\x74\x1b\x2a\x65\xf5\x59\xff\xba\x91\x63\xca\x09\xe5\xac\x53\x56\x7d\xf3\xcd\xae\x2d\x77\x37\x3f\x44\xfb\x35\x92\xba\xa3\xcc\x98\x61\x72\xe3\xfd\xb7\x15\xea\xfd\x4a\x0d\x83\x1e\x6c\xb9\x2d\x0f\xa8\x6c\x63\x58\xf9\xaf\x32\x67\x6c\xf0\xe2\x13\xbd\xba\x0b\x62\xd0\xb3\xaf\x90\xff\x58\xc9\xb2\x4a\xb2\x19\x10\xd5\x1e\x5a\x20\xe6\x53\x56\x60\x20\x6c\x03\x20\xe3\x70\x7b\x36\xdd\x6f\xb5\xbf\xfc\x24\xff\xb1\x4a\x0a\x89\xf2\xa7\x2b\x6f\xba\xb3\xe0\x9f\x70\x5c\xe6\x59\x59\xc7\x2b\x31\x73\x23\x91\x96\x19\x4b\x91\x91\x26\xd9\x66\x1a\x91\xd5\xed\xc2\x95\x00\x92\x52\x8f\x4d\x8b\x70\x0f\x1e\xb0\x3e\xb4\x8a\xcc\xb3\x09\x0d\xf8\x0b\xfa\xd9\xea\x79\xab\xbe\x3f\x14\x5a\x72\xab\x80\x63\x75\xad\x49\x69\xa0\x10\x5c\x4f\xc5\x21\x9b\x12\x7e\xd2\x55\x8d\xc3\x98\x67\x32\xa1\x27\xe9\xd9\x29\x3a\xab\x39\x3e\x3b\x1b\x7f\xb7\x76\x17\x6b\x73\x76\x36\x1e\x3f\x0d\x34\x01\x1d\xbd\xd3\x02\xe7\xe4\x37\xa8\x89\xf3\xbc\xc1\xc6\x39\x4f\x85\xde\x88\x8b\x5b\xc1\xc7\xc1\x6b\x91\xf3\xad\x3a\xe1\xd7\x79\x71\xd9\x35\xc9\x46\xab\x5c\xa7\x74\x12\x49\xa5\x9d\x07\x1d\x28\x0f\xc6\x35\x51\xde\x64\xdc\xd0\xcb\x53\x7b\x5e\x78\x47\x27\x31\x9a\x4c\xe4\xd2\x31\xdf\x07\x07\x47\x75\x3b\x46\xa5\x56\x4b\x13\x0b\xc8\x1d\x28\x90\x89\xe7\x94\xe5\x6f\x6e\xb8\x0e\xc8\xbe\x36\x84\x92\x1e\x85\x08\xd5\x3f\xd4\x45\xab\xff\xc6\x8b\x55\xff\xa2\x3b\x57\xff\x84\xab\x58\xfd\x80\x0f\xaf\xa3\xc9\x9c\x79\x19\x28\xbe\x1d\xa2\x41\x44\x2c\x2a\x1d\x90\x3e\xd4\x2d\x25\x65\x65\xba\xef\xc1\x7b\xbb\x81\xdb\x93\xe8\xd3\xfd\x98\x06\x4e\xad\x75\xc2\xb8\x4a\x16\xcb\x42\xaa\x45\x91\x51\x99\xa0\xe1\xe3\x6d\xbe\x52\x70\xb3\x4b\xe3\x14\x1d\xa1\x81\x26\x5c\xb2\x55\x8e\x41\x6f\xf0\x7d\xb7\x48\xaa\x4a\x66\x22\x8d\xb2\xd9\x2a\x9a\xc9\xb2\x2f\x20\x16\x43\x9e\x55\x20\x9e\xb6\x51\xb8\x00\xbe\x82\x26\xdc\xe9\x8a\x31\x0e\x11\xe8\xaf\x02\x09\xc5\x7a\x9c\x80\x45\xaa\x03\x67\xc1\x15\x27\x32\x21\x90\xb0\x54\x9c\x57\x71\x41\x56\x94\x50\x0d\x20\xaa\x0f\x56\x3a\xa1\x07\x95\x7c\xa1\x23\xae\xc8\x9b\x68\xb1\x84\xab\x97\x6d\x60\x95\x2f\x61\xd5\x44\xdb\x4a\x54\xec\x05\x12\x6d\x21\xa3\x34\x99\x65\x32\xee\x38\x9b\x4b\x6b\x0f\x0d\xb1\x9a\xdb\x14\x86\xe6\x35\xd4\xbc\x97\x6a\x43\x01\x2b\xc5\x44\x66\x10\xb5\xb0\xc3\x71\x8a\x8d\x49\xf1\x72\x4a\xc4\x34\xc1\x66\x31\xbc\xac\x0d\x37\xdb\xc5\x6e\x00\x79\xf4\x55\x79\x71\xcb\x42\xb3\x98\xc5\xf8\x4b\x59\x45\x55\x32\xc1\xbf\xab\xdb\xa5\xd4\x97\x19\x7e\x91\xd9\xca\x5e\x36\xfa\x06\x89\xe2\x3c\x4b\x9d\xc8\x0b\xec\x2c\xdc\xe3\xb5\xfd\x54\x9d\x5f\x88\xbc\x8a\x0b\x87\x46\x33\x18\x8a\xd5\xfe\xa9\xe6\x4d\x3f\xd5\xce\xf0\x9a\xf0\x76\x62\x4a\x6c\x3d\xb6\x19\xfc\x8b\x53\x6a\x6b\xe3\xaa\xd7\x3e\xb8\xa5\x1c\x98\x42\x40\x56\x1d\x63\x3f\xd9\x12\x53\xf5\xfc\x29\xe7\x7d\x18\xb9\x30\x6a\x7f\x5c\xbd\x72\x60\xcb\x88\x21\xc2\x48\x38\x45\x02\x81\x2e\x28\xea\xf0\xd8\xae\x14\xa1\xbf\x41\x0b\xfd\x56\x00\x58\xfd\xd1\x76\xc4\x22\xee\x68\x57\xfb\xef\xdd\x37\x81\xbf\x02\x5f\x15\x65\x22\xc9\x92\x2a\x89\x52\xee\x92\xa6\x79\x05\x1d\x91\xbb\x5c\x5d\x94\x8a\x16\x67\x95\xbf\xdf\x93\x34\x9f\x5c\x5e\x27\xa5\x14\xed\xbc\x10\x93\x7c\xa5\xf0\xb7\x67\xbe\x76\xec\xe1\xfb\x1d\xa2\x7f\x89\x9e\x78\x5e\x8b\x98\xd4\x4e\x2a\x22\xf0\xa5\xa5\x91\x3a\x08\x93\x05\x66\xb2\x62\xd0\x18\x45\x0f\xdf\x57\x73\xb4\x2c\x53\x57\x52\x94\x5e\xba\x31\x9d\x4b\x5d\xd9\xcc\xc7\x63\xa5\x88\xfb\x63\x0d\xf0\x1a\x23\xe5\x43\x52\xb0\x11\xed\x7a\x99\xd0\x5d\xb4\xd9\x3e\xe8\xb1\x06\x53\x0d\x83\x4f\xf4\xc8\xdf\xf9\x40\x98\x1f\xa6\xfe\x8c\x8a\xa2\xde\x04\x6f\x56\xc2\x12\x04\xbb\x27\x0e\x74\xf4\xd8\x49\x9e\x4d\xa2\xaa\xed\x77\x63\xc2\x37\x40\x03\x37\x38\xa2\x1e\xf6\x11\x78\x31\x17\xf2\x4a\x16\xe0\xa9\x31\x54\xbf\x43\xa1\xcb\x9a\x82\x91\xf1\x37\xbd\x50\x4c\xb2\x3a\x88\xbf\xb9\xb7\x64\x10\x84\xa9\xf3\xcf\x77\x64\xfe\xaa\x48\xe7\xbf\x87\xf7\x86\x3d\xa7\xbe\x87\xb8\x2e\xe0\x2f\x8f\x2f\x5e\xff\xf8\xfc\x6f\x6f\x3f\x7c\x3a\xd6\x02\xef\x9b\x77\x6f\x3f\x0e\x45\x6b\x9a\x26\x44\x77\x5f\xbe\xfb\xf0\xf2\xbf\x7e\x79\x7b\xfc\x7a\x28\x5a\x16\x04\x16\x7d\xf8\xf9\xa7\x93\xd7\x9f\x9c\x1a\xde\x31\x52\x15\x37\xff\xbc\x17\xca\xff\x39\x91\xd1\xd5\x02\x07\xdf\x25\xf1\x21\x62\x0c\xd9\x29\x83\x4e\x29\x5a\xcd\xdb\xaa\x8c\xd6\x67\xac\xa0\x8d\xb9\x18\xd8\xe0\xb6\xd2\xf4\xa2\x28\x5a\xd0\x5f\xab\x9e\x9a\x0c\x25\x7c\x27\x69\x2c\x00\xd1\x81\x18\x1f\x3d\xaa\x39\x0c\x8f\x46\x0d\x5e\xb1\x5c\x21\x5c\x4a\xb9\x50\x6c\xed\xa5\x84\xa5\x00\xae\xae\xb8\x05\x72\x9a\x8b\x34\xcf\x97\xb0\xa4\x17\xd1\x05\xbe\x99\x14\xb2\x05\x79\x8b\x85\xcc\x20\x02\x10\x32\x43\xb0\x55\xb7\xc6\x2c\x43\x0d\x09\x23\xf1\x27\xb1\xd6\x69\x35\xcc\xe3\x8e\x91\xdd\x43\x8f\x71\xdd\x50\x91\x6f\x02\x6a\xfc\x5e\x9d\xe8\xef\xfa\x6b\x93\xe7\x72\xdd\x3d\x98\xbf\x85\xa5\xb2\x72\x22\xed\xb9\xeb\x5e\x0b\xb7\xe7\x35\xd0\x34\x91\x9e\x1c\xb7\x04\xc5\x34\x6d\x79\x78\xec\xe6\xce\x0e\x20\x94\x4d\xab\xc5\x46\xa9\x76\xe2\x03\x08\x80\x64\x5c\xa6\x0a\xca\xeb\xa4\x9a\xcc\x45\xdb\x2c\x02\xc5\xa5\x62\xe6\x94\xa5\xb4\x04\xa9\x0f\x94\x48\x8b\xa3\x0e\x44\x76\x6f\xd6\xa6\x77\x6e\x33\x95\x14\x32\xd2\x4e\x73\x1e\x68\x4b\xb1\x42\xf0\x03\x17\x74\xe7\x4e\x50\x7d\x72\x78\x47\xe0\x5d\x60\x4c\xc2\x5d\x10\xdd\x08\x82\xf2\x17\x92\xe3\xb7\xa9\x67\xac\xa1\xda\x65\x25\x97\xfa\x12\xf7\x02\x28\x59\xac\x7a\x30\x1a\xe1\x33\xdf\x97\x2f\x0c\x06\x05\x5d\x57\x27\xdb\x72\x0d\x35\x8d\x8a\x39\x63\x2c\x4f\xd0\xbd\xf0\x55\x7c\x25\xb6\x72\xbd\x87\x1f\xd4\x31\xe0\xa4\xee\xe9\x49\xa6\x0d\x95\xcd\x91\xe6\xe9\x86\x56\xa5\x22\x51\xd3\x34\xcf\x0b\xf3\xd0\x18\x0e\x20\xba\x88\x6e\x75\xac\x4e\x11\xcb\x49\xb2\x88\x52\x48\xec\xad\x84\x72\x45\xc8\x66\x39\x11\x3b\x35\x8e\x44\xed\x28\x26\x32\xb3\x43\xc3\x5e\x28\x97\x31\xfc\x70\x46\x9e\x5f\xc9\x22\x8d\x96\xe5\x27\x39\xb5\x21\xfb\xbc\xc0\x83\xf4\xd8\xcd\x75\x54\x00\xa8\xed\x2c\x13\xbe\xb1\x74\xc4\x33\x2a\xb4\x6b\x02\xef\x29\x9d\x8e\xf8\xf2\xa5\xa9\x03\xd2\xf0\xef\xea\x01\xe0\x88\xc3\x7a\x07\xd8\xf5\xb6\x1e\xe0\x89\x7f\x17\x7c\x14\xe1\x82\x53\xa8\xf2\xe5\x56\xf8\xfa\x61\x63\x57\x17\x0a\x4e\x68\x06\xd4\xb5\x8f\x88\xfa\x95\xb9\xa4\x57\x91\xdd\xab\xe2\x65\xa4\xe8\xd4\x76\x1b\xc0\x7d\x22\x3f\xcd\x3b\xec\xa3\x9f\xc2\xa3\x01\x22\x3e\xf5\xec\x9c\xb2\x9b\x44\xa4\x01\x16\x45\xc5\x1e\x59\x7a\xb5\x7b\xaf\x6a\xf9\x3d\x1a\x97\x92\xb1\xd2\x3b\x31\xde\xdd\x80\x3b\xa1\xb0\xb7\xc8\x77\x40\x4a\x67\x11\xef\x86\x64\xfe\x5a\x39\xd9\xcc\x80\x15\x42\x2b\x54\x7d\xf5\x26\x53\xa3\x71\x75\x5e\xdc\x4a\xad\x30\x83\x10\xb0\x64\x62\x4a\xdd\x6c\x0f\x01\xeb\xf4\x56\xfa\x5d\xd5\x62\xed\xe8\xe1\xd6\x92\xf7\x69\x2a\x05\x8c\xa0\x11\xb5\x5e\xdc\x3a\x04\xe9\xc1\x03\x7d\x4d\xa9\x8a\x4c\x39\x69\x8f\x5b\xbb\xcd\x26\xf3\xe8\x11\x67\x3b\x20\xdf\x1f\xe8\x5a\xb6\xee\xa8\x10\xdb\x41\xc8\x2c\xde\xb1\xbf\x02\xd4\xef\xf7\x1b\x85\xb7\xe5\x3b\x41\xd4\x46\xf1\xc2\xa7\x1c\xe1\x3d\x21\x5b\x0d\x63\x41\x73\xef\x0d\x79\x49\x2d\x77\x6e\x8a\xad\xfa\x2d\xbb\x13\x5a\xdc\xfb\x2d\x4c\x60\x7f\xef\xbd\x3b\xb4\xb8\xdf\xb4\x41\x6a\x87\x7d\x62\xe4\x2f\x2f\x90\xce\xd0\x11\x20\x0e\x2a\xb8\x15\x06\x26\x18\x5f\xb0\x8b\xfc\xcb\x97\x20\xb5\x0b\xc0\x72\xe3\x3b\x62\x2c\x46\xd4\x7c\xa1\x81\x51\xa5\x84\x63\x08\x10\xa6\x68\x8a\x92\xa8\x74\x75\x47\x7e\x73\x9c\x09\xef\x3e\x22\x27\x07\x26\x67\xf2\x0c\xd3\x78\x6a\x38\xc5\x73\x9e\xee\x92\x77\xb3\x65\x4a\xc2\x11\x3e\x42\x2a\x1d\x9b\x76\xa7\x13\x82\x5f\x8b\x62\xb5\x6c\x4a\xd9\xd3\xea\xb5\xc4\x1e\xeb\x4e\xa7\xec\xf1\x57\xd7\x8d\xbf\x5e\x8a\xb1\x16\xd4\xc6\x20\x91\x5f\x47\xe8\x55\xb1\x2c\x64\x29\x8b\x2b\x78\xdf\x8a\xd2\x1c\xd2\x65\x54\x73\x06\x4c\xed\x89\x92\x0a\x29\xd0\xab\x89\xe4\x72\x2d\x81\x67\x8c\x62\xb0\x76\x05\x81\x16\x2c\x5e\x9d\x19\xd5\x82\x3c\xb1\x15\xf3\xdf\xf1\x1d\x71\x95\x2a\x34\xc4\x84\x62\x3d\x84\xa5\xdd\xc0\x10\xea\x5e\x8f\xf5\x75\xb7\x25\xd6\x81\x7b\x53\x0f\xa8\xe9\x44\x72\x6a\xd4\x51\xa0\xb6\x04\x55\x53\xf5\x88\x9b\x5b\x8d\x12\x6a\x9e\x38\x56\x93\xc6\x1c\x72\xbe\x2a\x42\xf1\x1d\xdc\x19\x78\x16\x6b\xb0\x5e\x29\xc1\x98\xb2\x50\x02\x00\x0b\xe7\x8f\x9e\x27\x7b\xe4\x8d\x92\x55\xb9\x88\xc4\xf2\x86\x3e\x73\x27\xa9\x06\x0d\xda\xda\xac\xd5\xff\x8b\x7b\xb4\xa9\x79\xe5\x85\x94\xee\x65\x55\x88\x9e\xf8\x1b\xef\x1c\xc7\xd6\xd4\x80\x47\x76\xef\x89\x31\x5a\xaa\x8d\x45\x5e\x88\x31\x18\x6f\x8d\x9b\x14\x6f\x0e\x1b\xd8\x54\xc9\x0f\x3a\xee\x29\xe0\x30\x13\xe5\x17\xfe\x5c\x85\x43\x4f\x32\xb1\x4c\x6e\x64\x5a\x76\xd5\x48\x4c\x58\x3b\x5a\xe6\x64\x2a\xb2\xdc\xf8\x25\xc9\x42\x0a\x79\x53\x15\xd1\xa4\xf2\x15\x75\x46\x41\x57\xe5\x00\xb7\x5d\x56\x45\x97\x4f\xb9\xeb\x4e\xa3\x9e\x1e\xc1\xea\xf1\x4a\xb9\x8c\x8a\xa8\xd2\x3e\x45\x80\x1d\x6a\x7d\xad\x02\x0a\x64\x60\xf0\xc0\x29\xfa\x10\xfb\xb3\x3d\x68\xb7\x8f\x86\x67\x67\xbd\x2f\x67\x67\x7b\x9d\xa3\xb3\xb3\xf8\xf1\xd9\x59\x1f\xfe\xed\xb4\xfb\x8f\x3b\x03\xae\xe3\x47\xb0\x23\xb1\x07\x60\x4e\x0f\x9c\xc0\x4a\xe8\x02\x84\x25\x4f\x58\xfa\x85\xb7\x53\x34\xb5\x55\x32\xa8\xf6\xbd\xc3\x2f\x51\x26\x14\x29\x8a\xaa\xbc\xe8\x8a\xb7\x62\xb6\x92\x65\xa9\x75\x7e\x0f\x78\xd8\x56\xe6\xeb\x57\xf8\xca\x41\xd5\xaf\x4d\xb9\xf8\x27\xca\xb7\xb8\xdf\xe1\x5e\x58\xd2\xc9\x29\xac\xf5\x42\xaa\x25\xcf\xab\x1b\x95\x52\xb4\xfe\xb4\x6c\x0d\x2d\x11\x91\xc6\x2b\xd1\x0f\x29\xaf\x6b\x70\xdd\x89\x81\x61\x41\xd0\x87\xc2\x7e\xf1\x15\x2c\xbc\x13\x7f\x67\xc3\x49\x90\x0b\x63\x84\xcf\x8c\xef\x9d\x84\x43\x2c\xbd\x4e\x3d\x67\xc0\xc1\xfe\xbe\x78\x8c\x5b\xc9\x0d\xfd\xf4\x5a\x52\xb2\xef\x79\x4b\x5d\xc4\xec\xc3\xb5\x63\x5e\x9b\x4c\xd1\x95\xf2\x6a\xae\x90\xff\xea\x9a\x74\xc4\xda\x6f\x1b\x5f\x93\x7f\x93\x36\x39\x37\xc8\x18\x94\x1e\xdc\x6e\x8c\xaa\xc3\xa2\x57\x39\xfd\xb3\xad\x01\x50\xa4\x97\x58\x44\x37\xec\x0e\x89\x1b\xf2\x4e\x3b\xa6\xb1\xec\xbe\x20\x9f\x00\x50\x3e\x93\xdd\xec\x97\x2f\x3a\xb5\x1f\x33\x93\xf1\x8c\x47\xbf\x7a\x00\xbf\x38\x09\x26\xdd\xfe\xd1\x7a\x35\xd8\xbd\x8b\xf4\xaa\xf3\xc6\x7d\xab\xed\x49\x66\x62\x0e\x21\x7d\x82\x4d\x84\xfd\x99\xd9\xe7\x5f\xb5\x1d\xb0\xda\x51\x16\x8b\x4b\x29\x97\xd6\x15\xb1\x0e\x2f\x59\x10\x3c\x84\x04\x67\x77\x79\xd3\x45\xef\x19\xa9\x87\xf9\xeb\xaa\xac\x7c\x28\x54\xc4\x06\xed\x45\x3d\xf9\x18\x15\xa5\x54\x7d\x8c\xf1\x06\x19\x6b\xfa\x59\xe5\x48\x30\x97\x39\x20\xd4\xf8\x86\x9e\xa7\x6f\xc7\xc6\x4f\x52\xf3\x05\x7f\xc4\x1d\x85\x75\xff\x80\x7b\xa5\xde\x95\x3a\x22\x1f\x1b\xb2\x50\xe9\xc8\xd9\x60\xf8\x3f\x01\x97\xe6\x48\x7d\x42\x2b\x0d\x72\x00\x30\x1a\xc0\x24\x23\xf2\x5a\x36\x5c\x31\xe0\x4c\x8c\xc3\x01\x14\xc6\x86\x2c\x0b\xae\xbe\x63\xce\xb2\x7a\x32\x0e\xcc\x89\xeb\x0e\xd6\x8d\xb2\x64\xd4\x9a\xa7\xfb\x5d\xc1\x33\xf0\xfc\x5c\x4a\x9d\x22\x47\x89\x97\x36\xd2\x29\x19\xeb\xe4\x85\xb6\x80\xc9\x62\x52\xf8\x26\xa5\xd8\xc7\x48\x98\xf0\xb4\xb8\x2a\x25\xe6\xc9\x21\x88\x09\x86\xa1\x12\xd7\xd1\x2d\x0b\xb5\x49\xae\x0d\xe0\xd1\xb5\x42\xbc\x8a\x6e\x12\x34\x82\x05\x92\x04\x99\x43\x28\x6b\x18\x78\x09\xe8\x9a\x4e\xdc\x4d\x76\xa9\x95\x92\xa8\xc4\xb6\xb4\x37\xce\xa2\x78\x7a\x8f\xc1\x40\x1c\xc3\x9d\xcb\x5c\x2f\x2c\x8a\x53\xea\x0c\xeb\xd7\x4c\x0c\x03\xbe\x07\xca\x22\xca\xe2\x92\xa0\x9c\x80\xd2\x77\x26\x6f\x14\xc3\x5e\xc8\xb2\x94\xc6\xbe\xcc\x44\xd8\x5a\xa6\xab\x52\x2d\xe6\x22\xc9\x56\xa5\x28\x93\x59\x06\x7e\x6c\x45\x9e\x55\xa2\xbd\x77\xb0\xdf\x15\xbd\x27\xfb\x5d\x21\xab\x49\xc7\xce\x71\x5a\x44\x33\x6d\xd9\x81\x03\x24\x4d\xf9\xa0\x7d\x76\xb6\xf7\xe5\xec\xac\xd7\x19\x74\x20\x95\xac\xaa\x29\x46\xcf\xa0\x45\xbf\x2a\x92\x45\xbb\xc3\xdc\x77\x5e\xa1\x04\x48\x76\xb1\xee\x54\x8d\x0c\x13\x89\x65\x94\x14\x6c\xa6\x79\xa1\x58\xd3\x24\x9b\xa5\x92\xed\x0b\x84\xf7\x98\xe4\xab\x34\x06\x43\x3e\x62\x6b\xe0\xc5\x75\x92\x2f\x16\x91\x6a\x06\x2f\x72\x76\x1a\x71\x72\x95\xe0\x33\x85\x99\x90\xd9\x20\x24\x46\x60\x15\x6a\x0a\xbb\xc2\x99\x4e\x29\xa3\x42\x71\x43\xdd\x2f\x67\x67\xe5\x40\x6f\x22\x2c\x13\x37\x99\x34\xcd\x4f\xa9\xbf\x73\x25\xbf\xd7\xbf\x5a\x8e\xa4\x5b\xcf\x00\x1d\x76\x67\xd4\xaf\x02\xce\x6c\xaf\xe7\x49\x45\x96\x58\xed\xb2\x03\xba\x7c\x3f\x29\x44\x44\x4b\xd2\xee\x76\xb4\x27\x4d\xdf\xf7\x4e\xb4\xac\x98\x5e\xa6\xa4\x14\x53\x8c\x84\x74\x2d\xe9\xa3\x93\xe5\x24\x80\x88\x20\xe6\x43\x4d\xbb\x4b\x0b\x35\xc8\x1c\xb6\xfa\xbf\xa1\xf2\xdf\xfb\x1e\xb3\xf9\x09\x70\x76\x24\x06\x67\x67\xe5\xe3\xae\xfa\x9f\x5a\xe1\xbd\x81\x79\xf4\xcb\x97\xf0\x12\x42\xe3\xc2\x75\xc7\xe1\x1f\xa1\x35\x17\xfe\x67\xd6\x98\x0b\x7f\xd6\x56\x84\xda\x77\x9c\x52\x32\x30\x39\x0d\xec\x0f\xa2\xb8\x1d\x61\xe7\x74\xff\xfc\xbc\xc3\x6e\xea\xbb\x35\x3a\x38\x3f\xd7\xbd\xf0\x9e\x2d\x0a\xe2\x00\xf5\xec\xac\xf1\x8b\x2b\xa2\x9e\xe3\x1f\x43\xd6\x2b\x23\x9f\x24\xc4\xd9\xcb\x95\x8e\xbc\xba\x8e\x61\x57\x74\x1c\x63\x12\x48\xe0\x53\x9a\xe6\xd7\x90\x8d\x0c\x5d\x5f\x8d\xa5\x10\xad\x77\xbe\x2c\xe1\x4c\xb7\xf3\xd0\x1b\xdd\x60\x20\xde\xe7\x65\xc5\x39\x05\xf0\x91\xba\xd5\xac\x5c\x5e\x28\xee\x26\xaa\xc7\x5a\xe2\x8c\xaa\x9b\x91\x8b\xec\x7f\xd4\x59\x38\x10\x47\xe2\x81\xa5\xad\x43\x4b\x67\xcd\xea\xd8\xc4\x5b\xfa\x8b\x9b\xbe\x0b\x71\x67\x21\x8b\x99\xfc\x25\xa9\xe6\x1f\x75\xbe\x0f\x1e\x20\xa4\x6e\x7a\x6d\x75\x52\x44\x53\xd5\xe5\x30\x9b\x15\x72\x06\xa1\xff\xa3\xec\x56\x8c\xf7\x50\xb2\xec\x8d\x91\x80\x82\xf3\x5f\x54\xc8\xac\x55\x99\x97\x33\x19\x1b\xc1\xa5\x74\x00\xca\xfe\xac\x3f\x14\x07\xfb\x62\x4f\xec\xfd\xa0\xd6\xf3\x54\x11\xdd\xbd\xae\xd8\xfb\xe1\x9c\xa9\x45\x0a\x19\xaf\x26\x92\x25\xce\x5e\x73\xe4\x51\x74\x26\x3a\x8d\xf4\x23\x68\x4f\x1c\x60\x26\x07\x8c\x0b\x72\xda\xda\x53\x57\x50\x8f\xdf\x3f\x86\x5c\xb9\x80\x84\xa8\x81\x11\x17\x4f\xdd\x1a\xa1\x15\x64\xb1\xa1\xf5\x7f\x3a\x75\x84\xf3\x99\x49\x0e\x35\x30\x3b\x87\xb2\x77\xb7\xb1\xf0\xdd\xbc\xcb\x60\xd6\xe1\xaa\xfa\x90\x5e\x74\xdc\x46\xf6\xc7\xa6\x2b\x4e\xcf\x3b\xce\x6e\xfe\xa8\xc4\xf6\x6b\x70\xa4\x34\xe7\x8f\x2e\x34\x3a\x86\xa0\x34\x21\x91\x96\x3e\xb5\x93\x4c\x2c\x6f\x18\x20\x38\x66\x65\x05\x3e\x01\x5f\x2f\xe3\x77\x1c\x8a\xce\xae\x5d\x3f\x4d\x95\x49\x48\xa1\xf8\x44\x24\xe0\xf2\x46\x4e\x74\x2c\x77\xc4\x5b\x46\x0b\xec\x7b\x7d\x90\x12\xe4\x4b\x5b\x41\xd1\x26\xaa\xf2\xc4\x45\x5b\x34\xfe\xd1\xb1\x42\x54\xbd\x8e\x83\x00\x34\x28\x54\xd1\xc2\xde\xc3\xe5\xfb\x58\xb4\xf3\x25\x7e\x7c\xc2\xf0\xbc\x67\x1d\xb8\x1c\x55\xab\x10\x46\xf5\xe6\x6a\xe0\x72\x9e\xe9\xed\x7f\xb8\xe5\x97\x05\xe2\x6a\x9e\x8c\xf5\x05\x4e\x76\xb4\x8f\x61\x8e\x2c\xab\x85\xca\x99\x08\xb2\x77\x4c\x8a\xe4\x42\x1a\xb5\x2e\xf3\x70\x52\x25\x4b\xbb\x24\xbf\xbf\x99\x19\x0e\x86\x0c\xcd\xd6\x7a\x6c\x1b\x2f\x06\x06\x33\x45\xb1\xf9\x38\xea\x09\xbc\xc5\xc6\x44\xc2\x60\x9a\x26\x87\xdd\xde\x99\x00\x34\xb5\x29\x65\x8d\xeb\xb0\x45\xd5\x3d\x2c\xb2\xd8\xca\x84\x18\x2a\x23\x51\xc6\xa7\x30\xb6\x22\x97\xaa\x74\x93\x40\x2e\x72\x57\x4a\xf0\xd5\x58\xde\xa4\xcc\xc3\xb2\x97\xbc\x11\x02\x2f\xef\x19\xf7\x53\x66\xc8\x82\xc5\x20\x4e\xf5\x6c\xf9\xc1\xb9\xaf\xe3\x09\x74\xe4\xf9\xe7\xde\xa3\xa7\xbd\x7b\xf6\x54\xe5\xcb\x5a\x3f\x3e\x20\xbf\x23\x35\x8e\xfb\xce\xc8\x77\x08\xbf\x47\x57\x81\x29\x39\xa9\x34\xe8\x19\x84\x59\xf6\x6c\x79\x06\xb0\x31\x51\xd4\x61\xb0\xbf\x3e\x64\xef\xf2\x28\x16\x1b\xe3\xb7\xc8\x82\xa7\x30\xcb\x5a\x16\xb4\xc4\xd4\xe4\x1f\x59\x5d\x70\x9a\xb4\xe0\xd4\x2f\xfe\x58\x90\x26\x4b\xeb\x23\x99\x26\x4b\x56\x76\x29\xe5\xf2\x24\x9f\x49\x90\x7e\x75\x1d\xfe\x91\xd5\xa5\xe3\xac\x6b\xe1\x4f\x56\xbe\x2c\x20\x5c\xdb\x07\x7a\xbf\x33\x15\xbd\xef\xac\x45\x39\x4f\xa6\x16\x20\xfc\x62\xa5\x73\x25\x96\xe8\x42\xf5\x83\x1b\x2d\x67\x19\x1b\x30\x9a\x93\x3a\x6f\x1f\x9a\xe4\x1a\xe2\xd4\xf5\xb2\xc6\x31\x17\x28\x46\xbf\x50\xb1\x00\x6e\x2b\x51\x59\x82\x63\x0d\x80\xab\x72\x88\x4b\x30\x9e\x66\x63\x9b\x16\x80\xf9\x13\x9d\x40\x26\x39\x0d\xc8\x26\xd1\x99\x44\x69\x8a\x3a\x50\xe8\x1d\xef\x0d\x8c\xb4\xa8\x58\x80\xac\x44\x16\xf3\x36\x5f\x89\xc5\xaa\x44\x0d\x90\x93\xcc\x0e\x03\x5d\x9a\x2c\x50\xc6\x24\xb5\xd2\xe1\x22\x78\x82\x28\x85\xf9\xa9\xcc\xe4\xe4\xb2\x64\x0e\x12\x66\x7a\x7a\x4d\xde\x64\xfe\x6d\xe3\x67\x94\xfc\x37\x88\xcd\xc4\x87\x74\xe7\x8b\xa9\xbe\xff\xe8\x97\xb6\x4c\x57\xb3\x24\xb3\x11\x28\xa3\xb4\x92\x18\x89\x9d\xe7\x2b\xbd\x55\x12\x13\x9e\xed\xd2\x49\xda\x65\x02\x2b\xad\x4a\x09\xaf\x69\x70\xad\x88\xff\xcd\xfc\x73\xe1\x2d\x16\xe3\x74\x68\xef\x96\x8b\xa8\x4c\x26\x06\x27\xa2\x34\x21\xdf\xf7\xc7\xda\x6f\x98\x52\x35\xa7\xc9\x45\x11\x15\xb7\x76\xc7\x7e\x2e\x21\xe6\x28\x60\x05\xa6\xe0\xd2\xcf\xbd\xf9\x95\x2c\x0a\x2d\xad\x8f\xc1\xeb\x71\xdc\x45\xac\x04\x05\x69\x0e\xa4\x05\x51\x94\x74\xa3\xcf\x69\x34\xa8\xe0\xe2\xa1\xf3\x0a\xe9\x6e\x06\xe1\xa2\xd1\xbc\x54\xd7\x32\xba\x34\xfe\xcb\x59\xb4\x90\x68\x07\xed\x38\x20\xd7\xb9\x01\x7c\x8f\x82\x6d\x10\xfc\x20\xea\xb5\xc7\x43\xcf\x53\x0b\x65\x3a\x98\x40\x01\xda\x40\x99\x81\x96\xda\x09\x96\x42\xc0\x74\x44\x39\xb3\x39\xc2\x89\x30\x1b\xc5\x9e\x39\x53\xc0\xf9\xb2\x7e\x7a\x09\x86\x22\x08\x17\xa0\x87\x12\x32\x81\xc5\x42\x5f\x47\x14\x08\xd1\x4b\xaa\x4f\xd5\x2d\x3b\xe9\x66\x22\x7d\x2c\xfe\x02\xb4\x08\x7f\x0c\xd4\x3f\x30\xdd\xa1\x91\xad\x1f\x83\xfa\x39\x5f\x8a\x35\x4a\x0e\x1b\xf4\x5d\x1d\x1d\xec\xef\x8b\x9e\xc0\x84\x84\x7a\xa5\x78\xdc\x16\xb0\xc2\xcd\xa7\xc4\xce\xab\xb9\x21\x78\x81\x45\x4a\xee\xdc\xef\xd6\xfa\x30\xde\x49\x64\xcd\x3f\x02\xa7\xa4\x9e\xf8\x65\x8e\x14\xdf\x61\x10\xad\xd1\xbf\x9a\x72\x96\x57\xa6\x0b\xfa\x8c\xd1\xb2\xeb\xbd\x58\xba\xb2\x31\x4d\xa6\xd9\x10\xa7\x8e\x41\x0b\xba\x24\xb2\x18\xb4\x38\x01\x04\x26\xb5\xbf\x43\x94\x11\x3f\xd8\x59\x14\xe8\xc8\x38\x07\x8c\x88\x6e\x92\x92\x76\xc1\x6e\x9d\xf6\xd3\x72\xc2\x25\xa2\xe2\x62\x48\xb5\x7a\x62\xbc\xbc\x81\xbd\x54\x9f\x7b\xa9\x2c\xcb\xae\xe3\xae\x1a\x95\xa4\x40\xb1\x0d\xfe\x84\x7b\xff\x27\x75\xc6\x96\xb2\x98\xc8\xac\x8a\x66\x7e\x62\x7e\x29\x48\xb0\x25\x5c\x0b\xc6\xf7\x21\x78\xcb\xfb\x00\x72\xc3\x57\x5b\x28\x57\xd7\xe3\xae\x78\x79\x7c\x6c\x5e\xd4\x28\x15\xbd\x7e\xeb\xa5\x5a\x73\xbf\x16\xe9\xe0\x6d\x35\xaa\xfc\x26\x2f\x74\xcf\x09\x08\xb5\x32\x53\xc4\x09\x33\x80\x26\xa4\x44\xf7\x87\x6a\xd5\xf8\xce\x68\xdd\x43\x75\xe2\xdd\x72\xa4\x1d\x76\x9e\x00\xd0\x9f\x57\x2d\x33\xf9\xad\x76\xf9\x52\xe8\x6b\xb4\x9a\x6b\x0a\x40\x8f\xfe\x7d\xf1\x36\xc3\xf7\xd5\x7c\x4a\xbe\xce\x00\x04\xfd\x77\xbb\x22\xa9\x78\x5b\x63\x36\xe0\x62\xce\xdf\x21\xea\x73\x66\x09\xb7\xd6\x45\xa3\x34\xd5\x8e\x4a\x31\x46\x39\x0c\x81\xa3\x30\x36\xee\x74\x51\x71\xed\x2a\xb3\x09\xa6\x6a\x43\xf5\x48\x2d\x09\x74\x3e\xb2\xaa\x6b\x45\x60\xda\x79\x01\x6e\xb6\x1d\xae\xe3\x2d\xfd\xd5\x93\x22\x8d\xaa\x0a\x4f\x66\xc4\x54\xbf\x3a\x38\xb5\x36\x09\x4f\x2a\x91\xca\x08\x75\xb4\x8a\xa2\xaf\x4a\x7d\xb5\xd2\x1a\x10\x44\x0c\xfe\x0b\x92\xe1\xd5\x13\xb7\xb3\xe7\xc6\x44\x28\xbd\x85\xd5\xd3\x47\x4a\xdb\x0e\x51\xe8\xf5\xd5\x05\xd8\x31\xc0\x87\x0b\x59\x5d\x4b\x99\x89\x38\x99\x02\xca\x23\x6e\xe9\xd3\x29\x7e\xca\x41\xeb\x10\x55\x62\xb1\x4a\xab\x64\x99\x26\x93\xc8\x42\x52\x6b\x53\x6a\xbf\x71\x27\xc9\xa9\xbb\x47\x7f\x0b\xba\x55\x03\x26\x8c\xc7\xf4\xd7\xc1\x3e\xfd\xd1\x3a\xd8\xff\x53\xcb\xfe\xdd\x15\x07\xfb\xec\xe7\x9f\xbc\xdf\x62\x4f\xb8\xf5\x45\x4f\xfc\x70\x35\x17\x7b\xe2\x7b\xfb\xb5\x77\xb0\xbf\xbc\x11\x7b\xaa\xa0\x2b\x7e\x58\xde\x88\x9e\xf8\xbf\x4c\xa9\x1d\xc2\x33\xf1\xf8\xf1\x4f\x2f\x1e\x3f\x1e\x8a\xb7\xe8\xef\x1e\xcb\x32\xc1\x08\x04\x18\x89\x8d\x25\x40\xe6\x6c\x86\x80\x07\x20\x7c\xc8\x52\x2b\x15\xdd\xb2\xfc\xc8\x64\x18\x67\xba\xd0\x4f\x3d\x49\x11\x0a\xc7\xb5\xca\xa6\x79\x51\xad\xb2\xa8\x92\x6a\x0f\xd5\x20\x60\xfb\x81\xc9\x05\xed\x7d\x89\x29\x1d\xeb\x2e\x5c\x7d\xd3\x85\x3e\x12\x70\x97\x82\x23\x78\x4e\x8f\x6d\x3a\xf6\xda\x69\x52\x96\x2b\x79\xde\x9e\x57\xd5\xb2\x1c\x0e\x06\xb3\xa4\x9a\xaf\x2e\xfa\x93\x7c\x31\x78\x23\x7f\xfb\x5b\x11\x95\x55\x34\x58\x6a\x8e\x69\x00\xb5\xcb\xc1\xf7\xff\xf1\x7d\xc7\xdd\xd8\x7b\x5c\xa1\xb8\x76\xbb\xef\xd0\x27\xdf\x7a\x87\x3e\xf9\xf7\xbb\x43\xd9\x2b\xad\x53\xdf\xd7\x0f\x59\xbd\x90\x30\xd4\xe3\x6b\x75\x43\xc2\xac\xbc\x5d\xfb\xfd\x86\x7b\xbc\xc6\xde\x91\xb4\xc7\xaf\x30\x10\xd3\x2e\xa4\xba\x93\x6d\xb4\x3d\x91\xaf\x2a\x93\x90\x94\x6c\x8b\x6f\x5d\x14\x79\x2e\xca\x89\xcc\xa2\x22\xc9\x85\xbc\x49\xca\xaa\x14\xd7\x73\x59\xf8\x2e\x30\x49\x55\xca\x14\xac\x15\xd4\x72\xab\x33\x42\xb3\x63\x96\xfe\xff\x1f\x7b\xff\xde\xdd\xc6\x8d\x24\x0e\xc3\x5f\x05\xd6\x66\x4d\xd2\xe1\xc5\x76\x66\x76\xf7\x47\x8b\xf2\x38\xbe\x4c\xbc\xe3\xdb\x5a\xce\x66\xf7\x48\x3a\x52\x8b\x0d\x92\x3d\x6e\x76\x73\xba\x9b\x92\x15\x9a\xe7\xbc\x1f\xe2\xfd\x84\xcf\x27\x79\x0e\xaa\x0a\x40\x01\x8d\x26\xa9\x8b\x33\x99\xdf\x33\xfe\x23\x11\x1b\x40\x01\x28\x00\x85\x42\x5d\x1d\x5a\xf7\x0b\xc5\xad\x8b\xae\x14\xa1\x9b\x45\xa5\x38\xde\x93\xe5\x38\x5a\xd0\xad\xc7\x0c\x9d\xf7\xc4\xff\xf3\xff\xfb\xff\xab\x95\x04\xfb\x06\x53\xed\x78\xcf\xe3\x1e\xe9\x8c\xc0\x85\x74\x89\x71\x81\x70\xf3\x8d\x21\xaa\x02\xdb\x29\x84\x92\x72\x06\x5c\x36\x32\x9a\x43\x67\xd6\x3d\x11\xcb\x4a\x3d\x16\x29\x1e\x07\x9f\x2b\xa6\x5a\x85\x6b\xf9\x78\xaf\x2a\xa2\x05\x0c\x46\xd4\x26\xac\x6e\x28\x03\x2e\x51\xbc\xb4\xee\x31\x99\x66\x3a\xfb\xa8\x46\x3a\x40\xd5\x73\x43\x22\xe3\xf2\xde\x7b\xce\xf8\x7e\x99\xc9\x4c\x9c\x61\xed\x5f\x92\x6a\x66\xf2\xde\x9e\xd9\x00\x96\x2c\x7e\x25\x5b\xa8\xd2\xe4\x7b\x87\x60\x0f\x0a\x98\xde\x04\x18\xf4\xcf\x0e\x9f\x07\xaa\x54\x44\x4c\x1b\x05\x53\x38\x00\x0d\x45\xdd\x7b\x17\xb2\x43\xc0\x5c\x1c\x38\x71\x61\x08\x69\x98\x7c\x85\x85\x05\x8f\xa7\xb2\xc6\xb8\xdd\x98\x4e\x79\x82\x8e\xed\x04\xeb\x87\xdb\x12\xac\x1f\x7e\x7f\x04\xcb\x43\x82\x6d\x68\x48\x13\x01\x20\xf3\x96\xa3\x45\x91\xe4\x45\x52\x5d\x8d\x8e\x28\xf0\x85\x36\xb5\x40\x37\x13\xe3\x65\x72\x62\x00\x7c\x60\x1b\xa3\x2a\xae\x38\xd5\x31\xfb\xc4\x3e\x03\x30\xc9\x3f\xf5\xa2\xf6\xc5\xf9\x95\x7e\xab\x76\x0d\xc8\x6a\x26\x33\xe0\x7b\xf0\xf5\x6b\xc0\xd0\xdb\xd4\x44\x95\xb1\x01\x5c\xe0\x1a\xad\xb9\xd6\x9e\x79\xe4\x53\x4f\x6e\x28\xf4\xec\x58\x64\x76\xcf\x8d\xa6\x19\x55\x7a\xd7\x90\x7f\xef\xe8\x8f\xa6\xc2\xb3\x79\xbe\x44\x26\x9c\xcc\xbd\xdc\x5d\x14\x89\x79\x92\x25\xf3\xe5\x5c\xdd\xfe\x15\xca\x88\x88\x6b\xf3\x28\x9d\x06\xa8\xad\x65\xe8\x06\x27\x1e\x3e\xfa\x2c\x4b\x23\x92\xd2\x07\x33\x4a\x2f\xa3\xab\x12\x08\x68\x24\xd2\xa4\xaa\x52\x29\x58\xc6\x63\x00\xc7\x7b\x53\x87\xad\xd4\x2f\x7b\x32\x0a\x31\x41\xaa\x0c\xc2\x10\xc0\x50\xfc\xb1\x19\x1d\x78\xe9\x7d\xfd\xe9\xd3\xdb\x37\x26\xe7\x40\x6d\x25\x46\x2d\x9e\x78\xa2\x65\x60\x30\x3f\x07\x40\x16\x09\x61\x0c\x2b\x24\x9e\xa3\x1c\xe0\x8c\x37\x3f\xeb\xaa\x87\x47\x16\xe7\x97\x67\x76\xcf\x9c\xe9\xa7\x15\xbc\x0e\xa2\xec\x0a\xb2\x3d\x6a\x11\x85\x37\xaf\xda\xf8\x86\xc2\x1d\xe0\xae\xf7\xab\x23\x1d\xf4\xae\x06\x85\x58\x7d\xc1\x54\xd1\x95\xc8\x64\x54\xa0\xe0\x11\xa4\x3f\x04\x52\x51\xf8\x7c\x09\x6f\x86\x0b\x75\x40\xd4\xc8\xa7\xd1\xc2\x59\xab\xea\x32\xef\x8b\x97\xe5\x42\x8e\x13\x1d\x16\x78\xb2\x4c\x4d\xfa\x1d\x92\x38\x27\x9a\x14\x6a\x12\x02\x26\x69\x8a\xf1\x24\x79\x95\xcc\x68\xa4\xea\xf5\x57\x89\x45\x9e\x50\x8c\xac\x60\x24\xdc\x3e\x17\xc6\x14\x6a\xaf\x64\xe9\x95\x88\xce\xd5\x60\xad\x9d\x17\x48\x00\x0c\xa3\x5a\x56\x86\xc7\xd5\x2c\x35\x06\x31\x8a\x8a\x69\x92\x11\x40\x3e\x33\xbd\x79\x09\x5d\x8d\x83\xb8\x06\xdd\xe7\xf2\xf2\xed\x44\xff\x0f\xb7\x25\xfa\x7f\xf8\xfd\x11\x7d\x8e\x81\x46\x81\x8f\x22\x24\x6c\x04\x66\x43\xeb\xe4\x99\x67\xb0\xa9\x34\x21\xf5\xc4\x20\xb4\xf3\x09\x18\xec\xaa\x04\x04\x08\x8c\xa3\xe4\xcb\x5c\x77\x2d\xf4\x0e\x48\x7d\xcf\xb9\x42\xc4\x7c\xa9\x5e\xde\x60\x7e\xab\xa9\xbd\x3b\xbe\x2c\x8f\x25\x73\x7e\x9a\xe5\x97\x62\x1e\x65\x9a\xb1\x21\x63\x9c\x7c\xa2\x28\xdd\x5f\x4d\xf2\xc6\x42\x07\x8d\xac\xc9\xb0\x14\x19\xcd\x72\x21\x27\x13\x32\xa4\xcb\x72\xbf\x47\x8c\x0b\x0d\x32\x85\x1b\xec\x52\x80\xb5\x7d\x7b\xfe\xf1\xb6\xdb\xf3\x8f\xbf\xbf\xed\x89\x31\x46\x6b\xd5\x43\xf7\x88\xd4\xb7\xc7\xd1\x97\x1e\x34\x3b\x69\x41\x48\xa7\x54\x8e\x2b\xf0\xf4\xc0\x75\x07\xcc\x44\x25\xd1\x41\x33\x3c\x43\xda\x6d\xeb\x5d\xe9\xba\x71\xc6\xc5\xfd\xd9\x2a\x99\x9c\x0c\xc8\x2e\x78\xca\x44\x05\xd2\x4f\x12\x0d\xa8\x0d\x6d\x84\x3b\x61\x42\x46\xc5\x14\xcc\xb0\x24\x79\xb8\xcb\xa4\x31\x09\x2c\x05\x49\x04\x9f\x20\x37\xac\xa2\x0b\xef\xc1\x83\x77\xef\x3f\xbd\x1c\x3e\x78\x40\xba\x2c\xdd\x1e\x0e\x11\xc8\x55\x8b\xe5\x02\xc9\xf6\x78\x59\xa0\x74\x08\x8d\x26\xc6\x57\xe3\x54\x1a\xe9\x94\x19\x3d\x8a\xff\x31\x33\x4e\x52\xd1\xa9\x2a\x4d\x98\x55\x17\x45\x46\xe9\x7f\xfd\x63\xa0\x80\x6c\x3f\x05\xff\x76\xdb\x53\xf0\x6f\xbf\xbf\x53\xa0\x66\xbe\x95\xa9\x22\xae\x5c\xab\xc5\x46\xe8\x00\xe7\x88\x15\x8c\xca\x4c\x23\x66\x8c\x81\x90\xc3\x9b\xb7\xef\xe9\x56\x30\xce\x3b\x32\x50\x20\x85\xea\x8a\x33\x13\xa6\x04\x7e\x78\x41\x9d\x88\xbb\xe2\xb6\xef\x8e\xc9\x74\x12\x1b\x80\x2c\x60\x5a\x1b\x2a\xa2\x6a\x31\x4a\xbd\x08\x6e\x0e\x63\x46\xb3\x71\xc2\x50\x5d\x93\x0b\xff\xe4\xbd\x56\x31\xc6\x10\xec\xe3\x59\x42\x9b\xd8\x70\xbf\x3b\x3e\x1c\xee\x8e\x0f\xd6\x6c\xaa\xbb\x8a\x36\x2d\xa6\x49\x9b\xc5\x36\x38\x7b\x46\xbb\xf7\xb0\xbe\x6e\xfb\x8d\x93\xcf\xe4\x05\xd0\x11\x41\x19\x12\xf4\x13\x9f\xe0\x50\xaa\x93\xd0\xdb\xa3\x2d\xbf\x8c\xe5\x02\x28\xc0\x19\xe7\x28\xce\xd8\x59\xa8\x2d\x5f\x80\xaf\x36\x13\x6e\x46\x9d\x39\x89\xae\x4b\xfa\x08\x2c\x0e\x1b\xa7\x46\xce\x63\x96\x30\x5b\x4d\xa3\xe6\x3d\xce\x9c\x78\x8a\xa8\x40\x54\xe4\x9b\xbf\x34\x1b\xe2\x1e\xa4\xd1\xa2\xf4\x04\x21\x06\xcb\xae\x5c\x4f\xbb\x1b\xda\x81\x90\x74\x87\x0c\x1a\x4a\x1e\x4e\xc9\x7f\x89\xb8\x33\x1e\xa2\x91\xe5\xb5\x31\x65\x9c\xcb\x7f\x23\x94\x79\xc9\x5c\x1d\x7c\x59\x74\xfe\x96\x98\x33\x18\xe0\x28\xdc\xf5\x01\xc7\xa5\xa3\xa9\xc9\x8a\x01\x9f\xd1\xb4\xa5\x49\x9b\xa8\x6f\xbc\x1f\xad\x10\x43\xbf\xca\x3c\xfe\x9a\xe4\xfd\x71\x5d\x98\x56\x3b\x9b\x4c\x7e\x76\x17\xef\x21\xf8\xbd\xfd\x8e\xfd\xf7\xdb\xde\xb1\xff\xbe\xd3\x1d\x0b\x8b\x73\x8b\x4b\xd6\x3b\x1f\xdb\x6e\x59\x98\xfc\xae\x7b\x61\xa6\x05\xe0\x7a\x79\x90\xd1\x0b\x3c\x4b\x21\x29\xa0\x43\x49\xf5\x43\x03\x5b\xb2\x9d\x6f\xde\x32\x6a\x33\x47\xe2\xec\x4b\x2f\x5f\x56\xbd\x7c\xd2\xb3\x75\x58\xb6\x00\xba\x00\xc6\x91\x7d\x2c\xbb\xc3\xa3\x1b\xf7\xf9\xe1\xa1\x28\x35\x1b\xbc\x79\xc8\x46\x2c\xa0\x1e\xee\xf9\xa4\x76\x2a\xef\x9c\x27\xbd\xce\xe6\x54\x73\xda\xbe\x37\xff\xe3\xb6\x7b\xf3\x3f\x7e\x7f\xfc\x9f\x9a\x79\xc3\xc6\x7c\x8e\x76\x85\x25\x19\xe2\x40\x7e\xce\x59\x54\x35\x65\xd3\xf4\x88\x71\x95\x43\x56\x24\xbd\x21\xb5\x6d\x96\x7d\x99\xbb\xcb\x6e\x15\xc3\x81\xa7\x03\x24\xd0\xc9\x97\x63\xb4\x67\x7f\xf1\xfe\x2d\x48\x65\x41\xfd\xb2\x28\xe4\x22\x2a\xf8\x20\x75\x97\x65\x8e\xf0\xce\xac\x25\xa5\x67\x54\x82\x4a\xd8\xa4\x22\x81\x26\xb9\x59\x51\xd2\x2d\x14\x6e\x11\xac\x84\xec\x0a\xae\xf2\xa5\x79\x78\x14\x12\xe8\xa5\x0b\x9f\xce\xc5\x78\x59\x56\xf9\x1c\xdc\x64\x01\x1b\xec\xe6\x08\x8b\x3e\xd4\x43\xff\xec\x3f\xfe\xf8\xf0\x0c\x6c\x05\xd0\x86\x8b\x74\x74\x70\x3b\x24\x18\xc5\xed\x3c\x1a\x7f\x86\x3b\x61\x9c\xcf\x17\x51\x95\x9c\x27\x69\x52\x69\xe9\x02\xf4\xbd\xd0\x8e\x12\xc1\x24\x75\x7d\xf1\xf2\xcb\x42\x8e\x2b\x67\x53\x95\xb8\x3d\x21\x09\x84\xb6\xdc\x13\x68\xde\x48\x4c\xbc\x4d\x7d\x37\x8f\xfe\x9a\x17\x0e\x6c\xcf\x58\xed\x46\x3a\x12\x6e\xc1\xba\xc3\x31\xfc\xe3\x6d\x8f\xe1\x1f\x7f\x77\xc7\x90\x63\x60\x07\xb6\xcb\xcb\x28\x04\x63\x35\x95\x5f\x4f\xb0\x73\x75\x46\xc0\x36\x51\x0d\x5d\x51\xea\x1f\x5e\xd8\xc4\x71\x91\xce\xfe\x66\x33\xc1\x59\x01\xbf\x01\xf5\x5e\xbb\xdb\x5a\xe3\x19\x13\xf0\xd5\xc6\xdc\x47\x4b\x1b\x3f\x95\x8f\x99\x9f\x37\x58\x1f\x35\xfe\x24\x4b\xd2\x5e\x1f\x7d\x19\x19\x2d\x88\xa9\xf3\x0b\xea\x7a\x73\x11\x65\xe3\x19\xdd\x39\xff\x83\xd6\x48\x6d\x13\xe4\x3e\x2f\x70\x74\x9d\xbe\x78\xf6\x97\x67\xe2\x7f\x02\x09\xce\x90\xc0\xe9\x27\x6a\x52\x52\x46\x82\xc2\x53\xc5\x42\x72\x32\xb0\xc6\x88\x93\x42\xea\xa4\xed\xda\xb2\x05\x74\xb1\x2c\xc5\x02\x9f\xf4\x97\xa1\x1b\xe1\x7d\xeb\x54\xd1\x83\x78\xe3\x44\xff\x57\x4f\xd4\x37\x6d\xa2\x89\xfe\xef\xb7\x9d\xa8\xc9\x2c\xc1\xe7\x79\x35\x74\xc2\xde\xd7\x6f\x91\x67\x70\x4b\xe0\x26\xa4\x5d\x1e\xeb\x54\x44\xc1\x9b\xc3\x53\xf7\x93\xa5\xea\x8b\xf7\x6f\xc5\x3c\xca\x92\xc5\x32\x65\xa9\x25\xd2\x64\x9e\x54\xfa\x0a\x62\xf4\x94\x28\xba\x21\xe3\x9a\x80\x13\x50\xae\x8d\x48\xb2\x4a\x4e\x21\x44\x8a\xb5\xe8\x4d\xc0\xa9\x4f\x44\x62\x52\x44\x73\xa9\x78\x0a\x88\x69\x91\xc8\x4b\x4d\xea\xb4\x52\x43\x93\x5e\x02\x16\xcb\x14\x1c\x07\x8d\xb9\x6f\x7d\xd8\xa0\xe7\x68\xba\xfb\x28\x2f\x86\xb5\xca\x61\x73\xea\x1a\x83\x70\x4f\xdd\x13\xb4\x09\x54\x17\x0a\x0a\xb6\xe9\x78\xeb\x24\x92\xda\x33\xf4\x4c\x73\x50\x76\xda\xea\x4e\x8c\x51\x0d\xa3\xe6\x7c\xcf\x19\xe4\x7f\x2e\xc1\xa5\x3a\x30\x30\x34\xdd\x42\x02\x0c\x5b\x2b\xbf\x04\xca\x12\x8d\x67\x89\x24\x31\x3e\x5a\x3e\xc5\x24\xc9\xbe\xf1\x45\x61\xaf\xda\xed\xd7\xc4\xff\xb9\x2d\xb7\xf6\x7f\x7e\x7f\xdc\x1a\xf3\x1e\xa9\xb5\x79\x45\xfa\x04\xdb\x02\x0d\xbf\x87\x35\x2f\x93\x10\x41\x62\x86\x84\x65\xa2\xf8\x75\x9d\xd8\xf3\x51\xff\xd1\xc3\xfe\x43\x7a\x2f\xea\x40\x61\xdb\xd2\xe8\xfe\x5f\x7a\x71\x99\x9c\xbc\x86\xd6\xb9\x81\xe5\xc1\x7e\xd9\xfa\x28\x9c\x51\xb4\x14\x37\x6c\x1b\x68\x57\x89\x3c\x24\x99\x9d\x92\x56\x3c\x5b\x66\x8d\x60\xda\xc0\x6f\x49\x29\x16\x51\x69\x54\x64\xc6\x99\x21\x33\x4c\xf8\x59\x9e\x3d\x2f\x24\x78\x61\x90\xed\xff\xcf\xe4\x94\x31\x8e\xd2\x54\xb1\x8f\x25\x33\xdd\x17\x76\xac\x3a\x06\x0a\x2d\xb0\xe3\xf8\x68\x42\xa1\xc1\x04\x1d\x32\x09\x9f\xfd\xb6\xda\xfe\xcc\x0b\x80\x67\x3d\xb2\xd8\xcb\xc1\xf8\x88\x37\x43\xa8\x05\x71\x67\x90\x74\x59\x7a\x65\x64\x88\x39\x66\x19\xf1\x41\x9a\x2d\xe8\xc4\x1e\xfc\xa4\x4e\xaf\x0d\x70\xa9\xa8\x26\x24\x80\xd5\xe5\xe7\x14\xbc\xd0\xcb\x8e\xd6\x00\x15\x9e\xc6\x1a\x64\x58\xa6\x87\x2f\x76\xf7\x01\xdc\xd5\xb7\x94\xce\x46\x87\xb2\x9b\x9a\x24\xc0\xef\xdc\x91\xf1\xda\x44\x79\xf4\x49\xbc\xab\xeb\xa4\xce\xaf\xe8\x8f\xa6\xf9\x38\xcb\x4e\xb7\xf4\xb3\xec\x0a\x4e\xa1\xa9\xa5\x31\x0d\x2c\xca\xc6\xd7\x20\x88\x1d\x24\x3c\x39\xf0\x34\xff\x67\x74\x11\x1d\x82\x55\xa1\xc8\xf2\xb9\xcc\xc6\x69\x04\xef\x8a\xb6\x9c\xf6\xc5\x19\xea\xe7\x7f\xa4\x14\x4e\x1b\xc7\xc6\x53\x02\xde\x62\x80\x88\x8e\x6f\x37\x4c\x26\x32\xd7\xd1\x3c\x5c\xd1\xb9\x23\xf1\x6e\x86\xa3\x2d\x85\xd5\x01\x64\x5e\xe2\x00\xad\xee\x24\x6b\x52\x3c\xea\x6d\xb7\x13\x70\xed\xca\xe8\xe7\xed\x44\xe3\xfa\xae\x0d\xb3\x67\x6c\xdb\xb7\x83\xb4\x63\xba\x4b\xa8\xa8\x45\xad\x53\xf2\x5c\x3b\xcb\x83\x8d\x08\x2a\x96\xd0\x6a\x5a\x6f\x02\x8f\xa7\x7d\x48\xde\x4a\x2c\x8f\xdb\x37\x75\x11\xff\x0d\x5c\xe4\xee\xcc\x6f\x1b\x5c\x6e\xc0\x6d\xdb\x71\xd5\x6e\x0e\xa7\x7f\x23\x87\x6c\x13\x19\x46\xf5\xc6\x03\xae\x36\x24\x7a\x70\x72\xa5\xa3\x57\x90\xd7\x34\x29\x05\x98\x28\xa9\x29\x76\x45\xb1\x74\xad\x9a\x8f\x75\x32\x62\xa7\x91\x97\xec\x70\xc5\xbd\xb4\xe9\x54\xac\xbd\xe0\xfc\x6e\xf2\x59\x37\x14\xb6\x7e\xf8\xa1\x35\xdf\xf6\xb0\x50\x16\x10\xbc\x3b\x46\x1c\x1e\x4f\x17\xaf\xa0\x39\xd5\xdd\x78\x2a\x6e\x2b\x0c\x8d\xa2\x9a\x51\xd8\x14\x2f\x8a\x30\x60\xc0\x26\x1e\xb0\x91\xed\xaa\xa8\xa8\x86\x62\x25\x20\xef\xed\xc9\xd0\xe2\x02\x3f\x00\xdf\x83\x55\x65\x16\x0f\x79\x50\x87\xa6\x16\xdf\xb3\x2f\x4e\xec\xc1\x1e\x61\xd7\xf9\x6a\xc3\xb4\xd2\x5f\x36\x5c\x6b\x43\x00\x5a\xd1\xef\xeb\x58\xb1\x90\x7f\x96\xcd\xec\xc8\x5d\xe8\x13\xca\x42\xbb\xde\x9a\x44\x76\x2a\x09\x04\x25\x0b\x0f\xa4\x78\x62\xc5\xb7\xcd\xb7\xd4\x94\x18\x3f\xd0\x3e\x58\xaf\xf5\xdb\x25\x38\xfa\x47\xa2\x61\x9e\xfa\x20\x98\xed\x28\x95\x55\x5d\x61\xac\x03\x95\x37\xa6\xcb\x11\x5f\xbf\xfa\x5b\xa4\x1d\x0a\x5e\xdc\x71\xc2\x9e\xfa\xe9\xe7\x83\x3c\x62\x17\x43\x28\x02\x53\x4b\x82\x05\x82\x30\xcd\xe1\x52\x83\xec\x28\x4b\xcc\x3f\xa9\x5f\x35\x99\xfc\x52\xb9\xe0\x23\xae\x7d\x31\x20\xd0\x3f\xdc\x6a\x1c\xf9\x3b\x9e\x99\xd0\x2f\x4b\x99\xca\x12\x9f\x16\x69\x9e\x7f\xc6\x34\x49\xe7\x45\xfe\x59\xba\x49\x98\xea\xe9\x87\x20\xde\x42\x0d\x5f\x86\xc2\x06\x50\x5d\x43\x64\xbd\xb5\x17\xb6\x0c\xcc\x8c\x40\xb8\x12\x8d\xc7\x6a\x9c\x3a\x71\xc9\x60\x20\x0a\x89\x3e\x55\x8e\xe1\x89\x91\x82\xe4\x5a\xc9\x20\x4d\xa0\x4e\xb4\xe7\x23\x6b\x14\x13\xb1\x34\x16\x26\xb7\xff\xb1\x09\x6e\xe6\x98\xfe\x79\x0a\x0f\x74\x39\xb1\x37\x9a\x79\xb1\xaa\x73\x8a\x93\x0c\x1e\xdd\x36\xcb\xb3\xce\x43\xeb\x22\x78\x93\x24\x3b\xb4\xb9\x90\x43\x7f\x02\xeb\x0a\x81\x09\xb4\xe6\x65\x26\xd3\x05\x58\x79\x4f\xc8\xbf\xee\x98\x85\x5a\xa9\xf2\x45\x17\x8c\xd7\xbb\xe2\xc8\x19\xe4\xc9\xd0\x0e\x1a\xee\x3b\x3e\x04\x18\x19\xff\xd0\xc7\x74\xff\xad\x56\xbd\x84\x32\xe2\x07\x8a\xbc\x0e\x75\xa5\xe3\xbf\x5b\x3e\xac\x9b\xe5\xc1\xda\xbe\x05\xab\x5c\x2b\xa5\x58\x1c\xe8\xab\x54\x3a\xce\xf6\x13\x1d\x70\x40\xb3\xf7\x60\x70\x00\x0f\x50\x2d\x2a\x6d\xc0\x7a\x45\x39\xea\x43\x68\x4f\x75\x62\xfa\xcd\x88\x37\x1f\x68\x4e\x75\x52\x27\xf8\x39\x76\x56\x29\xf7\xf2\x3f\x69\x8f\x06\x9b\xf3\x4b\xdf\xcd\xe1\xe4\x47\x16\x12\xe4\x4e\xb7\xec\xc7\xa2\x48\xe6\x51\x71\xc5\x93\x86\x18\xfe\x22\x95\x36\xde\x34\xb1\x0d\xa6\x9a\x0d\xf0\xaf\x28\x93\xe5\x48\x6a\xf5\xc4\x3e\x9b\x13\xff\xce\x73\xef\x98\xdc\x14\x01\x87\x26\x5d\xcb\xcb\x14\x80\xc3\x32\xe1\x80\x6b\xfd\x76\xc3\xdd\xd6\xa2\x59\x19\x9e\x64\xc5\x92\x8c\x9d\x0c\xa9\x87\xb5\x0e\x07\x4c\xbb\x14\xc3\x97\x36\x21\x8c\x78\xc4\x28\xc9\x0e\x91\xad\x0c\x67\x9d\x69\xe0\x30\x83\x08\xd7\xc0\x76\xc7\xf7\xc1\xb7\xc7\x77\x92\x39\xa1\x16\xfd\xa1\x3a\xc9\x01\xc2\x83\xe9\xf1\x2a\x8d\xe9\x79\x9e\x6a\xa9\x06\xfa\xd6\x0f\xf5\xcf\x99\x1b\xa8\xd0\x46\x6d\x0e\xae\xaa\x19\x57\x78\x51\x35\xb3\x9b\x3b\xa9\xd3\xd8\x80\x0e\xdc\xb7\x0a\xbe\x18\x74\x37\xd6\xa1\xc8\x7d\x79\xd4\x92\xf0\xa8\x55\xa7\xc3\x06\x0b\x6f\x76\x52\xcb\x09\x80\x14\xe0\xae\xe1\xc4\x22\x63\xcf\xc1\xae\xdd\x38\x74\x61\x4e\xdd\x21\x00\x21\xe6\xfb\x1f\x3a\x50\xdb\xdd\xf3\xaf\xdc\xe0\xb1\xfe\x14\x0f\xc7\x47\x0b\x3c\x53\xb7\xbd\xdc\x1b\x5f\xe5\x0d\xf9\xdf\x6e\x9d\xff\x69\xe3\x73\x97\x4e\x9b\x55\xa0\xb2\x06\xf9\xe2\x70\xb7\x17\xf2\xcd\xdf\xc7\x90\x8d\x10\x49\x08\xbe\x5e\x59\xc2\x35\x7a\xc3\xe2\x28\x4e\x6c\x8c\xb8\xc0\x6e\xd7\x95\xfc\x44\x64\x75\x28\xe1\x57\xb0\xe6\x78\x9d\x01\x69\x98\x07\x35\x60\xe5\x35\x06\xd4\xd0\x78\xf7\x87\xf1\xf5\x73\x93\x28\x0e\x7f\x59\xc9\xe2\x30\xf9\x35\xf8\x28\xb6\x85\xc1\x24\xc4\x64\x14\xb6\x21\x0b\xb1\xae\xe1\xbd\xa9\x15\xef\x43\x76\x4c\x86\xe9\x0e\xbd\xa9\x43\xf5\x7e\xc3\x37\xf5\x3f\x0e\x45\x02\xd1\x6b\x53\xd6\x60\x94\x39\xc7\x72\x21\xb3\xb8\x14\x1e\xfd\xaa\xd9\xe9\xe9\xbd\x7d\xaf\xbe\x8a\x1b\xb2\x04\x63\x20\xbb\xae\x68\x39\x01\xe9\xb6\x66\x0d\x56\xbc\x8c\xa3\x1d\xb1\xcc\xab\xcd\x05\x62\x25\x8b\x4e\xd5\xc4\x26\xcb\xe9\x62\x48\x12\x88\xaf\xd2\x2a\x3d\x0b\x48\x3d\xa1\xea\x6a\x21\x73\x0f\x06\xe5\x08\x53\x30\x6c\x10\x42\x6f\x40\xc1\x27\xde\xdf\x96\xb2\xb8\xd2\xae\x46\x6d\xde\xc2\x49\xda\x16\x18\x73\x96\x57\x3a\xa2\x37\x06\x0c\x0b\xc9\x42\x69\x09\x1c\xb8\x5b\xd2\xaa\x86\x13\x4d\x18\x07\x50\x3b\x02\xd5\x67\x24\x60\x02\xd6\x4a\xf4\x52\xa2\x0d\x03\x32\xfe\xfa\x31\x6e\x20\x69\x5f\x36\x78\x59\x81\x57\x55\x52\x8a\xf1\x2c\x49\x4d\xf8\x2f\x62\x26\x54\x19\x9b\x40\x10\x77\x3a\xc8\xbc\x8b\x36\x8f\x43\xae\xc5\x5d\x17\xa2\xf5\xcb\xb3\x8f\xef\x5e\xbf\xfb\xf3\x90\x9c\xed\xf4\x16\x39\xc3\xa1\x9f\xcb\xe0\x88\xa8\xd2\x3d\x13\x9f\xda\xb2\x81\x4d\x78\xe4\x2f\xa1\x1b\x5c\xcf\xd7\x64\x00\xbc\x0b\xdb\x75\x3d\xdf\x9e\xb0\x11\x81\xa4\x32\xab\x5d\xa5\x74\x81\x7a\x01\xb9\xed\x15\xff\x3c\x5a\x24\x55\x94\x26\xbf\x42\xb6\x37\xb7\xed\xa7\x7c\x01\x0d\xdf\x48\x8c\xf3\xe8\xb1\x06\x5e\xf3\x7e\x95\xbf\xc9\x2f\x65\xf1\x3c\x2a\x65\x9b\x4b\x4b\xa2\xb4\xba\x16\x67\xd0\xc0\x48\xe8\x24\x99\xc6\xaa\x89\x77\xc1\x36\xd1\x21\xa6\x7f\x71\x6e\x2e\x77\x97\x1d\xa5\x32\xb3\xda\x0a\xa2\x2c\xf2\x4b\x05\xa4\xd1\xa1\x8b\xc6\x75\x6a\x1e\x7d\x4e\xb2\x69\xdd\xa5\x1e\x7d\x54\x8d\x6c\x41\xaf\x34\x08\x0b\x28\xf2\x23\x79\x96\x26\x19\xf7\x2c\xd5\x5d\x6b\xf9\x55\xbe\x18\x80\x88\x40\x5b\xf7\xab\x83\x53\x63\x47\x44\xaf\x3e\xd1\x7d\xc1\x19\xa2\x8d\x4c\x06\xb2\x4c\x3d\xc3\xf4\xb8\x9f\x77\xeb\xaf\x63\x79\x9f\xc1\x40\xe0\x92\x0c\x30\x1d\x48\x78\xe8\x5a\xcb\x50\x1b\xf8\x81\x70\x79\x9f\x1d\x86\xfe\xfd\xc8\x1e\xda\xad\xf0\x7b\x1e\x7c\x3b\xf0\xf0\xfb\xc7\xcd\xd0\x14\xa8\xc3\x04\x4c\x24\x01\x12\x63\x99\x55\xd6\xf7\xc3\xc6\xd4\x27\xf9\x09\x96\x8e\x36\xea\x5c\xd4\x56\x14\x03\xf1\x38\xb4\xb6\x03\xf1\x98\xe7\x15\xc0\x3e\x51\xd4\x19\x4b\xcc\x6b\x86\x19\xa7\xd5\x37\xe4\x53\x62\x13\x83\xcf\xe4\xb1\x81\xfd\x15\x7d\x36\x7b\x16\x55\xe4\x60\x51\x38\x06\xdf\x3d\x13\x97\xec\x52\xd2\x6d\x84\x21\xa8\xc0\x4c\x2f\x9b\xe4\x22\xba\x88\x92\x34\x3a\x4f\x59\x02\x8f\x71\x49\x42\xc0\x20\x7b\xd6\x28\x6e\x77\x05\xa8\x6f\x61\x24\x5a\x00\x12\x15\xa5\x7c\x95\xe6\x51\xd5\x1e\x97\xe5\x11\x69\xf2\xbf\x5b\x79\x54\x66\x7d\x76\x52\x07\xf4\x23\x30\x2f\x0d\x80\xce\xa1\xb0\x0e\x08\x32\x3a\x69\x68\x98\xdf\x4a\x63\x95\xf6\x19\x2d\x60\x6f\xd3\x69\xaa\x4f\xa5\x57\x1b\x94\x5d\x44\x1d\xf6\xc4\xb9\x8d\x79\xb8\x25\x74\xf3\x51\xec\x81\xba\x20\x93\xe9\x32\x5f\x96\xe9\x95\x8e\xc0\x60\x77\x18\x1b\xab\x95\x6c\x19\x91\x0b\x0d\x11\xf6\x56\x7d\x5f\x75\x6d\xeb\x4e\x57\x3c\x74\xc4\x02\x1e\xdb\xc3\x7f\x3e\xa9\x9d\x1d\xe4\x29\x8d\x80\x50\xab\x18\x61\x18\x85\xe2\x6e\xda\xac\x23\xaa\x43\x97\xc1\xc9\x50\xb4\x5a\x5d\x85\x12\x66\x30\x99\x8b\x65\x06\x3e\x30\xd9\x95\x00\x3c\x2d\xa3\xd4\xdc\x1e\x2c\x4b\x9e\xb6\xde\xd4\x7c\xc6\x7a\x07\xa9\xc5\x9f\x25\x65\xf5\xd1\xa9\xe3\x43\x1e\x6e\x74\x90\xa7\xc9\x85\xcc\x28\xc1\x0d\xbc\x27\x2c\xeb\x6f\xde\x16\x64\x6a\xf5\xb3\x7a\xa6\x34\x25\x8b\x0a\x74\xe1\xf1\xfe\xba\xa6\xb6\x69\x6a\x68\xb1\x81\xe9\xdf\x92\xfc\x14\xd7\x46\x91\xe4\x40\x36\x5b\x9f\x31\xa7\x44\xb9\x7e\xc8\xee\x60\x36\xdd\x5a\x5b\x89\xd9\x2c\x89\xc6\x9a\x5c\x62\xd4\xf4\xce\x5e\xaa\x7e\xae\xff\xd0\x83\xd5\xaf\xf3\x4f\x0d\x6c\x70\xeb\x80\x05\xef\x6f\x66\x45\x72\x6d\x86\xf8\xa7\xbc\x48\x7e\xdd\xc8\x0d\x6f\x4a\xe5\x45\x9c\x2a\xc5\xbf\x7c\x83\xe1\x49\x99\x2c\x6c\x73\x56\xb0\x11\x07\x45\xd4\x54\x8f\xc8\xe7\x5c\x8d\x18\xc9\x5e\xea\x0e\x34\x23\xc2\x6e\x7b\xa3\x79\x1a\x80\x5c\x93\x7c\x9d\x88\xa1\x47\xa2\xf9\xfa\x84\x76\x3b\x7b\x24\xd4\x49\x76\x03\xbb\xe3\x72\x38\x1b\x53\xe5\xde\x4a\xee\xb3\x5b\x1e\xdc\x7f\xca\x73\xa0\x8b\x59\x12\x4b\x7e\x3c\xaf\x2f\x90\x81\x20\xfc\x5d\xd1\xf2\x23\xfa\x6f\x15\xc9\xe8\xdc\xa5\x93\x8f\x98\xbe\x34\x6c\x38\xc8\xe9\x81\xba\xee\xc5\x08\xd3\xb6\x1d\x07\x54\xbe\x76\x58\x58\x6a\x2c\x1b\x46\x07\xd6\x35\x04\x0c\x9f\xe1\x92\xf1\x47\xac\x1a\x75\xfa\x35\x95\xa7\xd5\x70\xd1\x58\xfb\xf8\x24\xd1\xaa\x44\x50\xc9\xea\x1c\xef\xba\x0a\x3c\xb4\x48\xf7\xd5\x2f\x28\xad\xa8\x5b\x45\x35\xd3\x35\x08\xa2\x5f\x05\x1b\xea\x7e\x14\x4c\x18\x23\x93\xbc\x3c\x03\x7b\x8e\x65\x96\xc9\xb1\x2c\xcb\xa8\xb8\xe2\x2a\xe9\x64\x22\x2e\x92\x92\xbc\x04\xc5\x2c\x02\x89\x0c\xfa\xf4\xc5\x56\x76\x62\x4d\x97\x15\x56\xaa\x82\x25\xd9\x6d\x90\x5c\x30\xdc\x63\x3b\x9e\x20\x0a\x59\x3c\xed\x49\x5c\x1e\xb5\x02\xae\xc6\xad\x13\x6b\x1e\x50\x13\x26\xdd\xf9\x94\xc0\x59\xfb\xfa\x73\xe2\x89\xa6\x76\x9e\x94\x6d\xb4\x41\x92\xbe\x8d\x06\x6d\xe2\xfb\xee\x90\x51\x30\xc6\xeb\xe8\x04\xf6\x11\x8e\x57\x0f\xdc\x30\x98\x4d\x02\x79\x88\x9d\x4b\x01\xec\xb6\x8c\x45\x54\x89\x08\x82\xf4\x34\x51\xa4\xba\xdd\x8d\x06\x46\x20\x4c\x56\x03\x55\xbb\x8a\x52\x69\x82\x15\xf6\x16\xb2\x80\x60\x57\xba\x69\x92\x4d\xfb\xe2\x75\xd5\x2a\x29\xaa\x9b\x7a\xb6\x3c\x7a\xf8\xf0\x5f\x05\x55\xec\x8a\xf3\x65\x25\x22\xc4\xd3\x34\xcf\xc1\xda\x3d\x31\xd1\x65\x28\xf4\x6b\x21\xa3\x12\x3d\x70\x1f\x88\x17\x49\x39\x5e\x96\xe0\xdc\x32\x93\x85\x1c\x8a\x1d\xa3\x16\x2f\x96\x69\x3a\xf8\xf7\x47\x7f\x34\x83\x7f\x93\x5f\x8a\x17\x1f\x5e\x8b\x72\x5c\x48\x99\x95\x02\x1f\xb8\x11\x8b\x4e\x76\x2e\xc5\x79\xba\x2c\x8a\x2b\x8c\xdd\x55\xd1\x53\x7a\xb2\x4c\x53\x2d\xb2\x69\x1f\x46\x93\xa8\x48\x00\x60\x54\x8a\x4b\x99\xa6\x22\xcf\xc4\x4f\xc9\x74\xc6\x81\x77\x6c\x26\x88\x57\x49\x21\x27\xf9\x17\xf5\xce\x9b\xa8\x3b\x23\xcb\x11\xad\x00\x39\x2f\x38\xe6\xd0\x35\x2b\x97\x28\x0c\x46\xeb\x12\x35\x9e\x24\x53\x67\x89\xf6\xdd\xcc\xeb\xca\xf6\xf4\x3e\x4b\xaf\xc4\x4c\xb1\x0d\x79\x56\x39\x01\x32\xc0\x2e\x4c\x4e\x2a\x12\xcb\x50\xa6\x33\xed\x1a\x7d\x2e\x59\x62\xbc\xfe\xf6\xc7\xc5\x47\xdc\x15\x64\xb2\x49\xda\x05\xb6\x29\x6f\xa3\xf5\x5c\x21\x72\xba\xa4\xcb\x5c\xd3\x5b\x96\xd5\xc8\xf2\x8f\x74\xb1\x5c\xa8\x8b\xe2\x02\x8a\x9c\x0b\x0a\x7b\xc1\xec\xcc\x23\x84\x67\xa5\x4f\x68\x0d\x50\x97\x17\xb8\xd5\xb9\xe5\x40\xc7\xeb\x61\x47\xb9\xac\xcb\x98\x05\xb4\xa9\x49\xf9\xdf\xcc\x80\xda\x93\x21\x9b\xf4\xa3\xbd\x56\x48\x11\x1b\xcd\x71\x7e\x1f\xa2\x42\x11\xd6\x91\x3f\xed\x7f\x15\x8f\x81\x96\xf2\xb9\xfd\x2b\x88\x8e\xec\xed\x5c\xcd\xde\xc7\xb1\x99\x76\xb8\xfd\x23\x71\xff\xbe\x0f\x04\x0b\x1c\x9e\xda\x6e\xba\x4f\xf9\xeb\xac\x92\x53\xe0\x27\xef\xb1\x3d\x81\x74\xf9\xa9\x5e\x3d\xfc\x39\xe4\xb8\xfc\xfa\xd5\xc1\xc8\xd7\xaf\xfe\x2c\x35\x88\x82\x03\xf0\xb5\xdc\x17\x04\xae\x69\x1c\x76\x08\x62\x88\x90\x5c\x06\xd7\x24\x9d\x9f\x54\xc3\xd0\xb4\x8c\xda\xc1\xc1\xdf\xfd\xfb\xe2\x1e\x1f\xfc\xfd\xfb\xa2\x36\x77\x1c\x3c\x4f\x64\xd5\x13\x8f\x6c\xd1\x90\x17\xe1\x67\x2d\x20\xa9\xf2\xc5\xb0\x3e\xb1\xb6\xcd\x79\xd5\x31\xd6\x71\x8a\x2d\xd9\x50\x17\x2b\xe8\xea\xb0\x63\xc3\xb3\xa4\xfa\x50\xa3\x63\x0c\x5d\x1c\xb6\xbf\x24\x41\x5f\x4d\x3f\x6c\x0a\x78\x96\x28\x59\x3d\x33\xd7\x71\xa0\x81\x2d\x74\xdf\xf6\x1f\xbd\x34\x8a\x81\xa7\xbd\x5f\xa5\x9e\x7f\xeb\xd9\xb2\xca\x1b\x85\x03\xa1\x3a\xbf\x3f\xe1\x00\x77\xf0\xea\x89\x37\x14\x39\xad\x66\xa2\xd8\xd3\xa4\xdd\xe4\x2c\x30\x3e\x7b\xcc\xe1\xb8\xb9\x07\xcb\x32\xb1\x5e\x6c\x98\x99\xbb\xe9\xe9\xae\x1e\x52\xa5\x76\x89\x24\xc4\x6e\x53\x85\x1b\xb7\x5a\xfe\x80\x1a\x0c\x40\xb4\x68\x3c\x98\x16\x85\x2c\x41\x1d\x9a\xa1\x6b\x28\x21\xfd\x6c\xb3\x5f\x5a\xf7\xb8\x9e\xd5\xfc\x12\x8d\x94\x4d\xa8\xa8\x1f\x8a\x58\x2c\x22\x74\xc7\x35\xae\xa0\x71\xac\x83\x8f\x58\x1f\x7b\xcc\xed\x32\x18\x88\x1f\xa5\x88\x2e\xa3\x42\x76\x59\x0b\x1b\xdb\xda\xe4\x90\x62\xab\xa2\x3d\xe9\x28\x98\xbc\x8e\x2e\x42\xf0\x52\xc5\x47\x98\x04\x69\x1a\x26\xf8\x8d\x9b\x33\x1b\x14\xd3\x77\xf9\xfe\x63\x3a\x8f\xcd\x98\xb3\x9b\x69\x47\xec\x41\xaa\x34\x5d\x13\x84\xbe\xa5\xf8\xe9\xd3\xdb\x37\x82\x6d\x4b\x12\xc7\x32\xef\x79\x87\x7a\x6c\x1a\xbe\x85\xd2\xd9\x68\x3c\xa0\x91\x68\xdc\xf2\x88\xcc\xcd\xa2\x52\x94\xf9\x5c\x7a\x1e\xc8\xe6\x01\xe3\xc0\xb9\x7f\x5f\xe0\x5e\xed\x7f\x96\x57\x65\xdb\x77\x82\xec\x50\x2a\x5d\xf3\xcc\xf1\x16\x80\xc3\xea\xd6\x5c\x28\x37\xdb\xfe\x58\xca\x75\x48\x02\xee\x2f\x3d\xc6\x0a\x9a\xd3\x4c\x01\x05\xe4\x85\x2c\xae\x14\xd7\x3d\xc5\x97\x1d\xcb\x48\x63\xd2\x88\x2d\x4b\x9b\x43\x4f\xed\x59\x54\xc4\xf8\x11\x21\xf4\x57\xc5\x57\x96\x9a\xb1\xb4\x06\xfa\x18\x62\x88\xcc\x07\x1e\x88\x71\x5e\x14\xf8\x72\xe0\xca\xa9\xfe\x76\xf9\xfa\xdc\xa5\xbb\x8b\xa8\x88\xe6\x9e\x77\xad\x65\x35\x7b\x94\x77\xdf\x77\xec\x35\xa9\x2e\xea\x6e\xe9\xcd\x60\x69\xa8\x08\x13\x76\xa6\x03\x2e\x2a\x43\x10\xea\x64\xcf\xba\x64\x33\x22\x67\x29\x57\x80\x62\x61\x20\x80\x36\x2e\x37\xb7\x93\x67\x07\x88\x60\xc1\xdf\x1a\x45\xef\xd9\xb7\xb2\x8a\x2a\x79\x9c\x59\xba\xa7\x35\x96\x81\x48\x86\x56\x51\xe8\x31\xd5\xd6\x01\x2d\x70\xf3\xb6\xa1\x8b\x60\xee\x54\x63\x79\xce\x4d\xf4\x03\xda\xd3\x68\xa9\xd6\xc4\x26\x97\x05\xc3\x7c\x9e\x6d\x2a\x33\xf9\x46\xb8\x1c\x8d\xa0\x58\x32\x69\xe8\x0d\x84\xbf\xc8\x85\x8c\x93\xca\x49\x21\xa7\x1e\x78\x10\xc4\xd9\x90\x32\x4a\x73\x01\x91\x79\x6b\x2e\xec\xda\xd5\xdb\xf1\x10\x80\x1b\x30\x2c\x24\x0f\x71\x15\xc4\x3a\x1a\x54\x98\x59\x7a\xa2\x62\x9d\x43\xfa\x98\x19\xf6\xfa\x75\x3c\x27\x09\x33\x71\xf0\x94\xaf\xbb\x3f\x6d\xae\xce\x02\xfe\x77\x1c\xf9\x76\x9f\xd3\xd6\x76\x8b\x91\x91\x56\x57\x38\x22\x65\xc2\xe2\x33\xe0\x04\xce\xf4\x2a\x9f\x31\xa6\x80\xa8\x4d\x94\x05\x68\x0d\xb5\xd6\x41\xed\xf1\x28\xd2\xb9\xd4\x37\x06\x5e\xa7\xad\x4a\x4c\x97\x51\x11\x65\x95\x94\x86\x82\xf8\x09\xf2\x2d\x2d\xd5\x3b\x71\x65\xe0\x0d\xc3\x5b\x51\x3c\x15\xad\x89\xfa\x03\xe4\xec\x3a\xe8\x4a\xcb\x1a\x48\xeb\x44\xd5\xd8\xb8\x26\x1a\xd2\x94\x96\xdd\x54\x44\x1b\x51\x71\xc8\xe9\xc2\xb5\x75\x87\x7e\x60\x6b\xd1\x13\x2f\x6d\xd8\x36\xe2\xbe\xfc\xce\x9b\xb8\x2f\x13\x74\xed\x01\x5d\x50\x7e\x38\x5e\xee\xf1\x92\xc5\x9a\xcd\x63\x21\x66\xeb\xd7\x38\x63\xf8\x36\x79\x28\x3b\x17\xb5\xf1\x9e\x63\xd7\x32\x92\x26\x7e\x6f\xb2\x42\x63\x5c\xaf\x01\xb6\xd5\x48\x3d\x57\x60\xed\x69\xc0\x64\x7f\xaa\x96\xf6\x7f\x40\xd5\xa5\xaa\x72\x2f\x20\x68\xd4\x11\x8d\x9c\x5d\xaf\x9a\x77\x6b\xf0\xb4\xad\x98\x9f\xb4\x5e\x83\xc0\x34\x6d\x2e\x94\x8e\x63\x4b\xd6\xf1\xdf\x53\x96\x78\x99\x17\x8a\xf9\x34\x00\x71\x80\xfb\x2c\x79\x41\xf8\xd5\xf7\x8a\x31\xc5\xab\x72\x1e\x24\x48\xa1\xa5\x58\x8e\xab\xbc\xa8\xe7\xba\xd5\x21\x9d\x91\x9b\x8c\x65\xc6\x6c\x47\xce\x08\xee\x99\x30\x7b\xc8\x09\x4d\xc7\x81\xb1\xa4\xa6\x91\x3e\x23\x5d\x51\x26\x73\xb5\x33\x17\x51\xc9\xc3\xaa\xe8\x04\x68\xc0\xbe\x43\x73\x1c\xdf\xb2\xb0\x41\xfa\x4d\xd7\x5a\x4d\x12\x95\x86\x85\xd6\xa3\xe9\x43\xd2\x43\x4a\x2a\x37\x04\x40\x98\xca\xed\x81\xc8\xe4\x25\x0d\xb4\x5d\xc8\x09\xdc\x47\x5d\x58\xa2\x07\x4c\xc9\x50\x0e\xcd\xa7\x50\xd6\x1f\x2f\x76\x28\x2c\xda\x03\x5a\xbc\x07\x62\xdd\x71\x3a\xfc\x13\x24\x1b\xd6\x47\x0c\x3f\xa9\xbb\x30\x19\x07\x4f\xf9\x4e\x39\x57\x3f\x18\xa1\x6c\x2d\x50\x3a\x06\xe9\xa1\xa5\xb0\xf1\xb2\x99\x71\x81\x09\xc5\x86\x4d\x30\xb3\x91\x2e\x74\x42\x9d\xb9\x9d\x22\x19\x4b\x90\x78\x51\x60\x14\x13\x7d\xcb\xca\x49\x0d\x71\x4e\xd4\xcb\x3e\x9d\x28\x9e\x5f\x93\xcf\x79\x6e\x62\xd1\xfa\xd1\x84\x1c\x8a\xcb\x62\x0e\xd3\xf8\x78\xa9\x0d\xd9\xea\x0e\x50\xc7\x6d\x82\xe5\x2a\x45\xbb\x90\x25\x5a\xaf\x40\x1a\x96\x0e\x44\x19\x4b\xb2\xa4\xc2\x8c\x27\xb4\x86\xfd\x86\xf1\x20\x90\x97\x2c\x32\x14\x1b\x8e\x53\x68\x02\x3f\x05\xd0\x15\xc0\x94\xa2\xca\xcb\x2a\x9f\x47\x20\x85\x49\xaf\x28\x6b\xa3\x1f\x72\x95\xa0\x5c\x41\x1a\x14\x0a\x31\x74\x16\xcb\xb2\x2a\xf2\x2b\x2d\x10\x68\x1a\x3b\x42\x7c\x9f\xbd\xc0\xea\x35\x6c\x7a\xe5\x4d\xf8\x7c\x4e\x61\x86\x74\x92\x6b\x93\x1c\x86\x86\x99\x94\x62\x0c\x01\x8a\x62\x37\x5b\x1a\x0f\x5d\x8c\x39\x3c\x28\x60\x59\x96\xf7\xf2\x85\x97\x97\x12\x55\x41\xf5\x40\x44\x48\x0b\xce\x9c\x27\xdb\x99\x37\x61\x1d\x20\x69\xcd\xe6\xa6\xbf\x0d\x45\xbb\x03\x0e\x56\x81\x60\xa8\xdb\xe7\x45\xc6\x71\x14\x7b\x4e\xc7\x5b\xd2\x96\xd8\xd8\x8e\xa0\xd1\xf3\x80\x36\x56\xf2\x2b\xb0\x1a\x03\x40\x0c\x33\x11\xd2\xcc\xc6\xf9\xb2\xd2\x11\x4d\x44\xb9\x3c\x2f\xe5\xdf\x96\x36\xd0\x1b\xf6\x5a\xfe\xdd\xb0\x89\xf1\xa5\x5c\x6c\xe2\xb7\x0d\xd8\xd4\x92\x20\x7b\x45\x2d\x79\x54\xab\x2b\x47\x01\x45\x8c\x9e\xc9\x7b\x1e\x8e\x34\x44\x90\x3f\xa9\x5a\x3a\x77\xeb\x3c\x2f\x4d\x2e\x5a\x2f\xe5\xb6\x7b\xf7\xb8\x93\x32\xa3\xe2\xb3\xe2\xba\x65\x37\xea\xd7\x9f\xcc\x52\xeb\x7d\xe4\x3c\xd7\xfc\x34\xea\xc7\x7e\x56\x72\xde\x1e\x31\xb7\x4b\x7b\xc5\x2b\x0e\x04\xb1\x77\x74\xe3\xc7\x52\x31\xea\x63\x9b\x20\x1f\x25\x92\xfa\xb3\xe3\x5a\xa3\xc3\xc5\x79\x75\x6d\x01\x31\x07\x03\xf1\x16\xe8\x86\xed\x85\x8c\x1b\x74\x3b\x24\x2b\xe5\x00\x3f\xb3\x3e\x88\xf0\xd4\x2a\xd2\x77\x56\x13\xc9\xea\x4b\x45\x20\xd5\xce\x90\x19\x63\x5a\x4c\xb3\x50\x25\xde\x1b\x86\x26\xdc\x02\x24\x58\x8b\x41\x21\x1e\x28\xd0\x90\x0a\x58\x5d\x96\x58\xc2\xaf\x6d\x8b\x10\x8b\xde\xcd\x3c\x4e\x23\x73\xe2\xfc\x6b\x1a\x77\x50\x29\x22\xc6\x75\xf0\x53\x69\xf6\x2a\x07\x62\xf6\x2f\x6e\x19\x62\xe6\xbf\xda\x17\x20\xed\x9f\xdb\x8a\x31\x02\x9d\x84\x84\x18\x03\xf1\x3f\x01\x51\x46\x23\xa4\xba\x40\xe3\x7f\xf3\x65\xa1\xe5\x98\xfa\xab\x9f\xe9\x3e\xcf\x5c\xf9\xe4\x91\x5e\xbb\x93\xf6\xbf\xe8\xd5\xd2\x49\x20\xff\xa4\x95\x31\xba\x2b\x43\xe3\x70\xd4\x56\x82\x1e\x8c\x6e\x67\xe3\x14\x1b\xde\xb7\x5d\x8b\x10\x64\x64\x12\x62\x24\x56\x6b\x6e\xa3\x01\x12\x5b\x3c\x1e\xed\x8e\x39\xa4\x71\xd7\x44\xa3\x48\x88\xbe\x17\xcb\x0c\x72\xea\x22\xdd\xca\xc6\xb2\xb7\x90\x45\xaf\x4a\xc6\x9f\x49\x6f\x33\x4b\xca\x3e\x1d\xbf\x91\x01\xd4\x66\x9f\xfb\xe7\x49\x16\xc3\x87\x8e\xe3\x1e\x04\xa4\x7c\xb5\x86\x47\x2f\x6c\x30\xda\x5f\x3e\x0f\xad\xa7\x40\x62\x11\xca\x0a\x8e\x1d\xb3\xe9\x89\x7e\xbf\x4f\x98\xd2\x58\x07\xdf\x60\x5d\x65\xed\xb8\x26\x65\x98\xa5\xa8\x92\x0c\x18\xfc\xe6\x61\x87\x92\x92\x38\x0b\x3f\xbc\xbe\x2a\xc2\x43\x51\x2b\xe0\xb9\xf2\xca\xa1\x38\x3a\xa9\x05\x0c\x1a\x0c\x40\x44\xe8\x86\x46\x73\xb5\x0a\xa5\x68\x47\x69\x9a\x5f\x8a\xbf\xfe\x17\x78\x2a\x5d\x42\x06\xd5\x42\xe7\x84\x81\xd1\xb2\xe0\x26\x0c\xd6\xfd\xfb\x2c\x3f\xe8\x5f\xd1\xcf\xe9\x29\xb3\xd0\x7b\x78\x22\x58\x2c\xa4\x27\x0c\x9e\xe7\x10\x6d\x75\xa2\x16\x0c\x99\xed\x01\x0c\xc7\x6d\x1a\x26\xf5\x42\xca\x85\x98\xcb\x62\xea\x84\xf1\x36\xc2\x3f\x6f\xc9\xac\x7c\x06\xf6\x26\x8d\x84\x3f\x8b\xcd\x32\xd4\x17\xb6\x66\x55\x25\xd8\x4a\xd7\x0a\xd7\xf6\x59\x8d\x86\x56\x07\x76\x89\xc3\x43\x3a\x52\xf5\x4e\xf8\x56\xd0\xd1\x72\xc8\xc5\xee\x7c\x99\xa4\x55\x2f\xc9\x58\x24\x5c\x12\x27\x47\x25\xd8\x88\xda\x76\xfd\x7e\xbf\xdd\x38\x7c\xea\xe8\xeb\x57\x75\x3c\xbb\x7e\x67\x15\x04\x0b\x54\xfc\x85\x4b\x77\xba\xfc\x29\x1a\x13\xce\xe1\xbc\x68\x6a\xae\x08\x91\x3b\x84\x3a\xda\x9f\xd6\x45\x65\x34\x9c\xa1\x33\x1a\x13\x0b\xc0\x39\xbd\x1f\xe5\x24\x52\x44\x07\x42\xb4\xeb\xf6\x2d\x14\xb0\xb4\x49\xe8\x32\x3a\x10\x90\xa6\x89\x6f\x5b\xbe\xec\x7c\xb5\xc3\x0b\x61\x02\x18\xf4\xe7\xd1\xc2\xac\x5e\x9b\x2d\x8b\xfa\xd6\x75\xa6\xba\x69\x49\xed\xa4\x3a\x06\xf4\x60\x20\x4a\x75\x13\xba\xf1\xe7\xcf\xaf\xd0\x33\xd4\x0c\x40\xd5\x69\xb7\xa3\xae\x38\x07\x0e\x32\xea\xa3\xe3\x68\x4f\x9c\xe3\x5f\x0e\x76\x2c\x1c\x72\x29\x91\x22\x22\xfb\xb0\x2a\xa7\xf0\xbe\x6a\x65\xcf\x93\x0a\x42\x37\x8f\x73\x4c\xbf\x9c\x31\x62\xaf\x88\x84\xa2\x53\xda\x88\x4c\x8d\x73\x39\x9e\x61\xdd\xa4\xd4\x50\x8c\x22\x0c\x54\x85\x26\x84\x70\x52\x95\x9e\x53\xa5\x56\x3e\xa1\xc2\x23\x8a\x63\xa0\xb6\x4c\x12\x86\xcc\x6b\x52\x18\x8a\xeb\x28\x2c\x0d\x90\x1f\x5f\x8a\x67\xbf\x3c\xfb\xf8\x72\x48\x4e\x33\x0a\x12\xbb\x10\xcf\xea\x02\x58\x85\xfa\x33\x78\x32\xa8\x72\x4f\x6e\x7f\x76\x2f\xb4\x3b\xcc\x89\xf5\x6a\x3b\x87\x37\x99\x08\xbf\xbc\xaf\x83\x1b\xdf\xbf\xcf\x18\xca\x5a\x2d\x0c\x43\xdc\x71\x02\x78\x84\xeb\x38\x61\x3c\x5c\xc2\xdb\xad\x15\x39\x72\xec\x3a\x81\x71\x0a\x42\xea\x0b\xa7\x11\xbb\x9e\x44\x28\x80\x87\x7b\x1e\x27\x09\x79\xe8\x61\xf2\x51\xba\x91\xc3\x5c\x93\xde\x31\x68\x28\x05\x8c\x61\xed\x32\x6f\x77\xbc\xd8\x7c\x8e\xac\x40\x8c\x5c\xca\xe9\x14\x32\x39\xa4\xf3\x9d\x61\x5b\xed\x65\x59\x2d\x17\x08\x15\xa8\x06\xb0\xbd\x5d\xa6\x1f\x05\xdf\xad\x71\x84\x22\x33\x3d\x1f\x2e\x35\x4f\x32\x1d\x55\x71\x2c\xca\xa4\x5a\x46\xec\xaa\xa1\xb9\x84\x18\xf4\x76\xc7\xb7\xb0\xb4\xe8\xee\xfb\xb3\xac\x4f\xcc\x46\xfc\xfa\x45\x4b\xeb\x15\xe9\x47\xd6\x97\x9d\x26\xad\x62\x84\x09\xe1\x49\x51\x27\x1a\xa6\xaa\xcf\x2c\x01\x32\x6d\xab\x1c\x84\x6c\x8a\xa8\x9f\x17\x32\xfa\x2c\xca\x6a\x39\x99\x60\xa0\xb3\xc3\x24\x53\x6f\xed\x6a\x79\x0e\x53\x34\xbc\x9b\x6b\xd0\x4c\x2c\x97\x7a\xbe\x21\xcb\xc5\xdc\xff\x90\x97\xa9\x35\xa1\xef\xc1\x36\x61\xfc\x79\x00\x42\x95\xc2\x23\x08\xbd\x74\xea\xe3\x09\xd5\x0a\xc0\xf3\xc4\x54\xe3\x99\x8c\x97\x29\x08\xf4\x35\x16\x6c\xb2\xd4\x65\xa6\xe5\x1b\x10\x94\xee\xe7\xd7\x7a\x43\x19\x17\x3f\x96\xa1\x47\xbd\x97\x44\x49\xf0\xcc\xeb\x57\x84\x85\x9c\x9a\x0f\x77\xeb\x8b\x11\x09\x1a\x0a\xf9\xb7\xa5\x2c\xab\x67\x59\x82\x21\xb5\x5f\x15\xd1\xdc\xe1\x8e\x8d\x62\x89\xe5\xb8\x49\x53\x4a\x77\xa0\x36\x7e\x95\x90\x74\x80\xa7\x36\xbe\x2c\x92\x4a\xdd\xbc\xc4\x17\x58\xb2\xa9\xb1\x51\x45\x05\x54\x80\x57\xa0\x8d\x9b\xfe\xef\x5d\xb2\x8b\xc0\x49\x26\xa5\x45\x00\xb2\xfb\x28\xe1\x23\x28\x49\x36\x4e\x97\xb1\x14\x67\x48\x36\x7a\xf0\x1c\xef\xff\xb5\x34\x71\xfa\xcf\x8c\x25\xea\x99\x9f\x75\xf3\xc5\xcb\x0f\x1f\x5f\x3e\x7f\xf6\xe9\xf5\xfb\x77\x0f\x1e\x0c\x51\xfe\x74\x19\x5d\x61\x10\x7e\x26\xdd\x01\x69\x01\x5a\x24\xe8\x68\xef\x04\x43\x67\xde\x04\x33\x5f\x89\xe1\xdd\x93\x4c\x5c\x3c\xbe\x27\x7e\xa6\x08\x83\x1c\xc4\x3c\x57\xe8\xa7\x5c\x11\x6a\x26\x59\x59\xc9\xc8\xc8\x16\x5f\x60\xda\x1a\xd5\x0a\x8c\x4b\xe1\x29\x45\x57\x32\x89\x63\xe8\xa5\x6c\x52\x7e\x43\x77\x00\xbc\x6b\x34\x73\x04\xcd\xea\xe7\x20\x94\x6f\x95\x53\x1e\x77\x51\xca\xf9\x85\x2c\xfa\x7a\x84\x73\xf5\x74\x32\x09\x08\x8a\xa4\xd4\x19\x0c\x98\xec\x9c\xa4\x3c\xc9\x05\xdb\x67\xbe\xac\x7d\x5b\x3c\xfc\xff\x70\x37\xa8\x96\xc1\x6c\xdd\xb4\x30\x06\xac\xad\xb6\x2c\x45\x89\xc0\x0c\xe2\xa0\x3e\x6a\x99\xf8\xf2\x2d\xf1\x54\x17\x0c\xc5\x34\xcd\xcf\xa3\xb4\xd3\x67\x0b\x40\xfb\x98\x40\x32\x41\x04\x73\x92\xf2\x2a\x19\xc9\xc6\xc8\xfc\xe9\x5b\x77\x40\xf8\x7a\x4f\x66\xe0\xc5\xb0\x87\xe7\x2a\x89\xd7\xe0\x3b\x64\x75\x9d\x44\x63\x69\x52\x12\xa5\xc4\x1e\x1b\xe6\x0a\x4d\x9b\xc1\x60\xb8\x2a\x41\x38\x6d\xd9\x77\x4a\xa2\xa4\xb5\x41\x11\xc4\xbd\x34\x7e\x97\x5c\x27\xa4\x73\x7b\x23\x99\xb7\xc7\x8a\xdf\xba\xc6\xf4\xba\x90\x69\x54\x25\x17\x12\xad\xc8\x30\x83\x1f\x64\x5d\xce\x8b\x38\xc9\xa2\x8a\xf4\x95\x3c\xad\x13\x73\x4a\x8e\x6c\xf0\x89\x2a\x87\x0e\x79\x2c\x4d\x6b\x1e\x1d\x56\x0f\x71\xec\x69\xd9\xc0\xbb\x3c\x46\xaf\x76\xd3\x08\xfe\x7e\xf7\x23\x1d\xd6\x89\xc4\xf8\xe2\x18\x33\xa3\xd4\x61\x22\xd5\x00\x5f\x2b\x04\x67\xb2\x12\x2f\xbf\x2c\xd2\xbc\x90\x85\x78\xf4\x90\x87\xf0\xf7\x7a\xf4\xe3\x67\xdb\xac\x10\x20\xc7\xd5\x11\x15\x93\x6c\x6a\x3d\xb3\xa0\xcd\x33\xab\x57\x85\x45\xd6\x16\x72\x21\xe4\xd5\xd6\x1a\x88\x3d\x60\x5c\x9c\x05\xbb\xe0\xda\x07\x67\x7c\x3a\x67\x07\x8c\x6e\x0c\xf5\xc1\x02\x16\xc7\x94\x89\x97\x87\xff\xa6\xae\x72\x0c\x94\x18\x99\x7c\xdc\x70\x79\xa9\x5e\x31\x14\x1b\x11\x95\x8b\xa4\x00\x77\xde\x60\xbe\xc2\x6d\xdd\xfe\x04\xbe\x70\xbb\xf6\x8b\x9e\x73\xbb\x75\x3c\xe0\x5a\xd9\xd3\x24\x9b\xc9\x22\xa9\xca\x37\x79\x5e\x92\x14\xf5\x78\xef\x4f\xe7\xd1\xb9\x4c\x07\xc5\x32\xab\x92\xb9\x1c\xcc\x64\xba\x40\x2d\x2d\xab\x7b\xbc\x67\x65\x8f\xa7\x51\x59\xca\xa2\x52\x9b\xe7\xb5\x56\x22\x68\x37\xb9\x46\x68\xc1\x36\x0e\x54\x24\x3f\x6e\xa0\xa4\x46\x70\x6e\x65\x0e\x07\x3c\x19\x3e\xca\xc8\x78\xdd\x16\xea\x6f\x6e\x47\x0b\xf2\x1c\x48\x95\xf9\x45\xd7\xf9\xd3\xec\x6a\x91\xe5\xe5\x62\x96\xa0\x22\x44\xf6\xa0\x55\x6f\x8c\xb5\x54\x6b\x12\xa3\x5e\x44\x85\x78\x1b\x65\xd1\x54\x16\xc6\x62\x48\x9d\x30\x0d\x6f\xe4\xc2\x07\x1e\x74\x4b\xd3\x43\x58\xea\x4d\x00\x8e\x33\xd6\x56\x8c\x14\xd5\xfc\x97\xd3\xd3\x0f\x3f\x7f\x7c\x79\x7a\xaa\x56\xd8\x9c\x9e\xf6\x29\xcc\xfc\xbb\xe7\xf9\x7c\x91\x67\x36\x9e\x8e\xbb\xf0\x6d\x82\xd4\x15\xb5\xea\x44\xb7\x0d\x40\xaa\x69\x79\x37\x35\x90\x53\x45\x03\xcd\xab\x61\x92\x17\xe0\x42\x2d\x4e\x31\x3c\x8b\xd6\x69\x97\x64\x15\xd8\x55\x5f\x14\xe9\x57\xa4\x0a\xc4\x04\x6d\x55\xb3\xd3\x15\xa7\x9f\xe5\x95\x18\x89\x87\x4f\xf0\xaf\x7d\x80\x80\x3f\xbe\xff\x9e\x3d\x22\x54\xfb\x23\xf5\xf5\x84\x83\xc7\x2f\x3e\x8b\x0f\x63\x13\xa3\xda\xcc\x80\xaf\xec\x83\x79\x49\x0d\x49\x5d\x71\xa4\x5a\x9d\xf4\xc7\x79\x36\x8e\xaa\xb6\xea\xaf\xd3\x11\x5f\xbf\x0a\x67\xa2\xde\x0e\x6d\x87\xcf\x41\xe3\x67\x14\x8c\x76\xc5\xf1\x5e\xc1\x57\xff\x78\xaf\x2b\xc0\xe9\xec\x61\xe7\xee\x7b\x2a\x99\x5d\x9b\xee\xcc\x6e\x96\x4c\x5e\x3a\xa5\x1d\xf7\xc5\xed\x17\xab\xa7\xf6\xa9\xfb\x32\x86\xcf\x8a\x7d\xd8\x00\x4a\x04\x1b\xd5\x9b\x98\xd9\xdb\x26\x93\xbc\x18\x13\xa3\xdd\xde\xf4\x2c\x26\xda\xa8\xf7\xa5\xd9\x0e\xb0\x2b\xe1\xb9\x05\x9e\x37\xb0\x95\xfb\xe6\xf9\x45\xcd\xb1\x42\x7f\xac\x77\xc3\x2f\x49\x9a\xfe\x9c\xcd\x21\x70\xc8\xc8\x62\x2b\x54\x6e\x8f\x45\x78\x86\xcb\x34\xc5\xe1\xb8\x5d\x15\x32\xc3\x10\xb6\x06\x38\x7e\xa9\xbd\x90\x60\x9f\xf6\x91\x1e\x90\xca\xa3\xbd\x81\xf8\xf4\x3f\x20\x73\x54\x74\x2d\xf6\xc1\x40\x68\x18\x18\x1f\x21\xb1\xbb\x73\x27\x0e\x99\xda\xd6\x55\x6d\xe3\xe9\xde\x50\x7c\x52\xe4\x8b\xb2\x0f\x71\xac\x0a\x99\x75\x3a\x0e\x92\x68\xee\x34\x04\xc5\x27\xb6\x71\x88\x1e\x95\x22\xaa\xba\x32\x74\x31\x2a\x8d\x58\x74\xfd\x84\x99\xb3\x7d\x8a\x3e\x23\xbf\x68\x6c\x7f\x20\xaa\x91\x96\xf1\x52\x22\xf7\xae\xe1\x3a\xac\x70\x25\xa9\xe4\x5c\xcb\x50\xb0\x12\x00\xcc\x75\x82\x27\xa7\x89\xb5\xe5\xf9\xb9\x54\xd7\x61\x5e\x88\x0f\x70\x8b\xb8\x09\x33\x3d\x97\x34\xb5\x45\x97\xd9\x65\x11\x2d\x80\x34\xf2\x4d\xc1\x3e\x2b\x92\x44\x9b\x83\xd0\x03\x9f\xfb\x49\xc9\x8a\x9f\xaa\x21\xa0\xd0\x3e\x2a\xa6\x4f\x50\x55\xec\x21\x41\xcc\xa3\xab\x73\xd9\x33\xcc\x3e\xb3\xcf\x05\x03\x71\x2d\xa7\x04\x92\x0d\x68\xca\x2e\xf2\xcf\x14\x4d\xda\x71\x1d\xd1\xaf\xc8\x84\x9b\x99\xf7\x8d\x82\x99\x4d\xaf\x8c\x26\xf2\x35\x80\xe1\xb3\xb3\x5f\xdb\x13\x1e\xc6\x83\x9e\x26\x13\x0c\xc6\x71\xbc\x67\x3a\xdd\x33\xa7\xe3\x86\x37\x8e\x38\x10\x8f\xc4\x53\x6c\xd4\x13\x8f\x20\xee\x80\xb9\x84\x1e\xed\x7c\x09\xa9\xb6\x3b\x5c\x44\xb4\x4e\x93\x8c\x2e\x1d\xa4\xf1\x38\x34\x23\xda\xe0\x2b\xf4\x22\x87\x05\x2a\x67\xa8\x11\x92\x7f\x5b\x46\xf0\x68\xc5\x60\x75\x8a\xd9\xbb\xcc\xe9\x29\x04\x52\x6b\xd8\x55\x85\xb6\x70\x2b\x58\xcc\xe2\x07\xb6\x71\x3e\x11\x32\x1a\xcf\xf0\x6c\x86\x57\x07\xfb\x7b\xa9\x5a\x38\xeb\xc3\xbe\xb7\xf3\xf3\xbf\x3e\xeb\xaa\xce\x7f\x24\x8c\xa8\x96\xd1\x5f\xe4\x95\x2f\xdd\x57\x15\x71\x76\xaa\xc6\x79\xb8\xc6\x8f\x1d\xe6\xdd\x0e\x75\x68\xe1\xe0\x2a\x89\xd8\x07\x9f\x20\xd6\x3c\x9c\xcd\x56\x48\x90\x91\x48\xc4\xbe\xe0\x10\x9f\x88\x84\xad\xa2\xaa\x88\xcb\x0d\x9d\x1c\x25\x27\xe6\x0a\x51\x43\x51\x83\x3f\x02\x36\x43\x8d\x43\x0d\x14\x7e\xd5\xbd\xb7\xb9\x77\x36\x0f\xa6\xa7\x79\x74\x74\x48\xe7\x8b\x7b\xa8\x9e\x9f\xea\x85\x39\x21\xab\x44\x99\x80\xe9\x17\x7e\xb2\x46\x18\xfa\x8b\xe3\x04\xe4\xae\x17\x50\x56\x67\xa5\xe0\x0b\x5a\x07\x66\xf6\xee\x45\x7f\x90\x04\xfa\xb5\xb7\x58\x94\xa6\xa4\x59\x65\x87\x4d\xf5\xd8\x78\xda\x68\x52\xec\xbc\xda\x9e\xc8\x89\x7e\x30\x60\x34\xf1\x52\x6a\xb7\xed\x4a\xdd\x29\xf4\xd8\xf6\xa6\x65\x83\xef\xa8\xcf\xf7\xf0\xae\x74\x10\x3d\xe9\x8f\x97\x45\x81\x06\xe8\x19\xb2\x07\x84\x6e\x20\xee\xfa\xd5\x80\x10\x7f\x41\x63\xeb\x0f\x46\x2a\xbb\xcb\x03\x67\x53\x53\xe7\x65\xa2\x23\xe7\x6d\x06\x47\xb5\x9c\x96\xff\x1f\x78\x6f\xc5\x52\x2e\x90\x78\x10\x04\xf5\xa1\x07\x04\xe8\x5a\xcf\x32\x14\x62\xfc\xe7\x21\x15\x1b\x81\x23\xab\xb2\xda\xf8\xf2\x5a\x1b\x4b\x18\xaa\xe5\xb4\x64\x97\x69\x97\x4e\x4c\xd7\xa5\x7d\x6b\xd7\x1a\x49\xb5\x06\xc2\x82\xe8\x03\x1b\x7c\xad\x28\xb6\xf6\xf7\xd6\xba\x1e\xf4\x3a\xe0\xdc\x8a\x99\x3b\xd1\xe9\xf6\x21\x79\xb3\x44\xe3\xa4\xba\xd2\x3f\x17\x39\x48\xae\x40\xf0\x5d\x0e\x45\x2b\xcb\x33\xd9\x42\x7a\xc1\x7a\x7c\x66\x5c\xa4\xb4\xe2\x9c\x51\x81\xd7\x59\x26\x0b\x32\xe2\xb9\xfd\x7b\x90\x41\xdb\xe1\x4d\xc8\x6a\xff\xf3\x5d\x78\xa7\xaf\x35\x50\x04\xee\x31\x96\x3a\x8e\xaa\xc8\x4f\xfd\xa9\xfe\x31\xf3\x67\x53\x58\x7b\x15\xdd\xd9\xb8\xf0\x2c\xbe\xd6\x36\x49\xdf\xf2\xc1\x6a\x45\x96\xaa\x1b\xb8\x14\xee\xbe\x13\x70\x3e\xfc\xc6\x7d\x94\xb2\xfa\xe0\xcc\xc5\x9e\x49\x26\x96\x75\x1f\xdc\xf7\x6c\x89\xda\x64\xa7\x4c\xd5\x8c\x2f\x4a\x13\x03\x01\x1b\xe3\xcd\x6c\xde\xc5\xc4\x07\x9c\xb2\x27\x16\x44\x40\xfb\x48\x6e\x03\x5c\x16\xcc\x1e\xd9\xbc\x03\x56\x8d\x3d\xc7\x4f\x99\x1a\xeb\x83\xb3\x17\xac\x8a\xf5\xdb\xa0\xf0\x19\x5f\x29\x8b\x41\xb3\x80\x0c\x81\x38\x48\x53\xa2\x63\x3b\xbe\x63\xac\xc3\x37\x18\x23\x22\xe5\x50\x1d\x5c\xed\xff\xed\x1c\xe0\x50\xae\xe5\x40\x92\x67\xcc\xb0\x6c\x26\x38\xc9\xb8\x57\xb7\x7e\x5d\x17\x9b\x23\xd7\xf9\xc2\x13\x70\x1c\x8b\x2a\xc9\x8d\x68\x34\x45\x81\x28\x27\xfc\x33\x23\x28\xe6\x4f\x5b\xce\x30\x27\x82\x31\x8c\x42\x42\x99\x3b\xc3\x31\xc4\x80\x43\x95\xbf\xb3\x0b\xea\x7c\x39\x9b\x29\x9b\x10\x3f\x10\xbe\x9f\x22\xac\x91\xeb\x1c\xc1\xab\x3b\x45\xac\x89\xe7\xde\xe1\xf4\xc0\x8b\x58\x13\xe6\xaa\xa3\x19\xca\xf6\x6a\xdd\x75\xda\xb2\xd0\x66\xce\xa2\xc1\x4e\xde\xa5\x9d\x15\xd1\x79\x05\x78\x30\x3c\xb0\x6c\x7b\xde\xbb\xe7\x9d\x9f\xae\x57\x31\x75\x90\x69\x29\x28\xab\xe5\x18\xb6\x05\xf3\xa5\xd7\xba\xb5\x8e\x1e\x1a\x86\x03\x22\x70\xba\x86\x0e\x35\x72\x0f\x1e\xdb\xaf\x66\x5b\x7e\xc3\xb3\x3f\xd5\x24\x1e\x26\xb9\x6d\x6f\xde\xab\x51\xdb\xaf\x5f\xf5\x47\x34\x49\x01\x1f\xe0\xa7\x2e\xc3\xc9\x17\xbd\xbe\xfd\x34\x32\x6c\x7b\x2f\x0e\xa2\xd9\x8d\x06\x1f\xdd\x7a\x93\x92\xb9\xe1\x7f\x63\x4c\x19\xf7\xe1\x1d\xb1\xe5\x20\xc6\x0a\xad\xdc\x79\xbb\xe1\x3b\xbf\xd9\x0c\x2c\x3f\xbe\xe3\xe0\xed\x5d\xb4\x79\xa5\x19\xa3\x1f\x58\x50\x16\x29\xe1\xdb\xce\xef\xfd\xb2\x7a\x3f\xb1\x29\xef\x0e\x35\x33\xba\x69\xa6\x81\x49\xd5\x26\x00\x11\xed\x18\x9f\xfa\x0d\x67\x41\x16\x4e\x1f\x6a\xfc\x6a\x70\x0e\xc0\x72\xf1\x53\xa9\x5b\x30\xce\x2a\xc4\x2a\xe9\x6a\x7d\x63\x68\xb5\xa5\x22\x57\x05\x7c\x4b\x36\x64\xc7\x79\xe3\x10\x83\xb8\x72\xa6\x02\x6f\xb7\x50\xd7\xea\x19\x75\xa3\x91\x3a\x1c\x07\x67\x3b\x83\xed\xfa\x41\x66\x54\x8d\xca\x08\x3b\x6d\x20\x6f\x7e\xeb\xf9\xc5\x4e\xbe\xb8\x7b\xb5\xc6\xea\x74\x6e\x60\xab\x9b\x56\xd4\x18\x5e\xfc\xe7\x61\xdb\x87\xc9\xf9\x6d\x4d\x71\x2d\x1b\xd3\xee\x7c\x53\xb6\xd9\x35\x68\xdb\xb4\xfb\xc3\x9b\xbf\xa6\xb9\xf3\xb6\xbd\xdb\xc1\xed\x15\x73\x4c\x9e\xb0\x55\x39\xf7\x22\x89\x8d\xe1\x5d\x5d\x35\x67\x4a\xdb\x8b\x42\x5e\x28\x54\x96\x5d\x70\x87\x06\x62\xc6\xdd\x62\x28\xce\x64\x2d\x78\x09\x1a\xe1\x50\x4c\xcf\x2e\xb7\x46\x35\x5e\x3b\x6d\xed\x5b\xf6\x3d\x69\xea\x3b\x56\x82\x1c\xe2\x34\x41\x98\x6c\xc6\xc3\xbe\x93\x1c\xa1\x61\xd3\x7a\xcd\x42\xbb\xb6\x89\xeb\xf4\x7b\x74\xca\xd4\x6e\x37\x32\xbb\x76\x98\xf9\xb4\x6d\x43\x1c\x69\x59\x15\xc9\xb8\xc2\x27\x8d\x5e\x71\xd7\xe4\x37\x96\x17\x32\xcd\x17\xa8\x23\x62\xc9\x76\x2c\x9f\x8a\xc6\x46\x98\x13\x40\x27\x76\xc8\xa4\x8c\x53\x59\x96\xe9\x15\xdf\xa3\x8b\x22\x1f\xcb\xb2\xec\xcb\xec\xa2\xff\xee\xfd\x8b\x97\xa7\x2f\xdf\xfd\x37\x09\xab\xa9\x1b\xe4\x27\x9c\x7d\xeb\xad\x85\xed\xd7\xc5\x8c\xc3\x37\x37\xd4\x07\xd2\x0d\x4e\x32\x81\x66\xac\xd8\xd1\x97\xec\x8c\x56\xd7\x32\xdd\x4f\x0a\xb4\xd7\x62\x1e\x17\xe0\x1f\x6a\x8d\x7c\x34\xd6\xd4\x13\x45\x54\x33\xc8\xc4\x12\xa5\xa9\x0e\x71\x11\x2d\x16\x32\x2a\x8c\xbf\x40\xff\xf8\x38\x7b\x4e\x61\x31\xc5\x5c\xce\xf3\xe4\x57\xad\x39\xe2\x7d\x68\x4b\xbb\x9c\x72\x35\xeb\x25\x21\x05\x75\x92\x4d\xfb\xc7\x7b\xf6\xc0\xb3\x1c\x93\x6b\x4b\xa1\x77\x90\x16\x58\xf1\x7f\xd3\x63\xcb\x5b\x29\xb7\xcc\xac\x56\x13\xe5\x6a\x84\xfa\x34\xd4\xb0\xc1\x7a\x5c\x0c\x83\x95\x1b\x8c\x9b\xcd\xd4\x06\x03\xf1\x8c\xbd\xd4\xe3\x64\xa2\x97\x2c\xc9\xd0\x15\x4d\xcc\x65\x94\x99\xd4\x4d\xb1\xac\x64\x31\xc7\x20\x5d\xe8\xa9\xe1\x3e\xc0\x07\x03\x11\x2d\xa2\xa2\xb2\xa9\x21\x60\x62\xa4\xd2\x13\x3f\xa2\xc3\x72\x95\xcc\x65\x30\x33\xb4\x5e\x3b\x19\x83\xb9\x9c\x81\x89\x36\xd2\x97\xd6\x80\x91\xa4\xc9\xb3\xa8\x14\x51\x5a\xc8\x28\xbe\xd2\x29\x0c\x63\x91\x54\x5d\x9d\x67\x0b\x46\x47\x14\x52\x54\x45\x32\x9d\x62\xf0\x2a\x1a\x29\x25\xb4\xc6\xe2\xc4\xd8\xae\x95\xcb\x14\x82\xa9\x45\x62\x9e\x94\x51\x9a\x4c\x33\x93\xc9\xa5\x2f\x0e\x73\x50\x1a\xd1\xb5\x62\xed\xba\x29\xea\x96\x1a\x42\x5f\x6d\x2f\x4b\x67\x0d\x4d\xf7\xc8\x6c\xe8\x55\xe0\x6f\x8b\x86\xeb\x0b\xf5\x78\x77\x69\x13\x42\xf2\xb8\xa0\x38\x4e\x4b\x1d\xcd\xa8\x9a\xd9\xb1\x9b\x9b\x8f\x70\x03\x82\x90\xdd\x45\x9b\xab\xdb\xac\xe1\x86\x95\x5b\x5a\x67\x47\x7c\xc6\x6b\x3e\x86\x3d\x7b\xdb\x9d\x90\x50\xda\xad\x68\x83\x46\xd9\xca\xb9\xfb\xda\xb0\x4d\x42\xcf\x10\xd6\xce\x5d\xbd\x61\x68\x49\xbb\x56\x3f\x50\xe4\x97\x40\x3f\x1c\x09\x84\x33\xd9\x67\x01\x81\x87\x37\x5b\xfb\x3e\x6b\x77\x42\xac\x4e\xcd\x74\x85\x31\x34\xcd\xe6\x2b\x3e\xbf\xe7\xe8\x60\xd4\xdd\x06\x96\x2c\x30\x7a\x23\x51\x0c\x47\x3d\x69\x0a\xef\x21\x6a\x7c\xb2\xaf\x4a\x08\x45\x29\x39\xce\xd6\xd6\xe4\xd0\xb1\xee\xd6\xdc\x6e\xdf\x31\xf3\x36\x66\x38\xac\x2e\x53\x56\xd5\x02\x27\x91\xe2\xe8\xb4\x90\x13\x66\x4b\x10\xe2\xe8\x0b\x39\xa9\xb1\x3d\x76\xb3\x01\x0d\x1c\x6d\x56\x00\x43\x2f\x5d\x71\xc4\x4c\xee\x08\xce\xf1\xde\x89\x17\x0c\xeb\xba\xb6\x56\xea\x36\x5d\xce\xd5\x62\xa9\xb3\xcc\x99\xec\x22\x68\x08\xb7\xa1\x1b\x57\xfd\x56\x93\xf7\xd4\x57\x31\xc8\x2b\x5a\xf1\xc8\xd3\x7a\x05\xd6\xc6\x31\xc7\x02\x34\x6a\x03\x2c\x88\xe2\xc4\x74\xeb\x3b\xea\xbd\xcb\x79\x50\xf7\x7d\x0b\xcd\xbc\x02\xb9\xb3\x76\xfe\x26\xda\x71\xd5\xc1\x76\x0d\xf9\x75\xb4\xf7\x0a\x62\xb3\x06\xff\x5a\xba\x76\x05\x2a\xa0\x6f\x67\x6a\xdd\xfc\x32\xfb\x0b\xd9\xd2\x80\xa1\xbf\xcc\xd4\x4e\x54\xa7\xff\x7d\x96\x5e\x75\xc4\x4a\x5b\xba\x04\x8c\x6f\xe4\xb8\xea\x3c\x81\x4b\x94\x0a\x14\xcd\xbd\xcc\x74\x57\x87\x57\xf3\xf3\x3c\x2d\x35\x8c\x12\x7f\x5a\x30\xc1\xda\x2e\xdc\xfa\x68\x2c\x14\xfa\xab\x3f\x49\xd2\x4a\x16\x6d\x7b\x68\xca\xab\xb9\xaa\x49\xa7\x24\xd8\xd9\x0b\x59\x8e\x8b\x64\x51\xe5\x85\x99\xb8\x6a\xd5\xb7\xfd\x3d\x51\x7b\x58\xac\x61\xe6\xfd\xc5\xb2\x9c\x91\x62\x57\xfd\xee\xea\xbe\xa1\x06\xf5\xa3\x0a\x9e\x20\xef\x6a\x86\x42\x1b\xf7\x70\xa1\x78\xa0\x76\x15\x15\x53\xa9\x78\x08\xd7\xd4\xe8\x11\x9a\x1a\xf9\x3a\x6d\x6d\x6e\x84\xb8\xcb\x97\xc5\x58\x3a\xaa\xe9\xe4\xc4\x3c\x19\x9e\xba\x9f\x87\x62\xb5\x46\xf4\x25\xe2\x5f\xc5\x63\x05\x43\xaf\x32\x22\xa3\x8d\xe0\x3a\x5d\xcc\x92\x51\x0b\x20\x27\xd4\x2c\x55\x33\xff\x62\xc1\x19\x74\xd5\x5c\xbb\x34\x26\x34\x6b\xd2\xd8\x32\xbc\xf8\x16\xac\xc3\xa6\xa0\x3a\x4e\x1f\x89\x2c\x4d\x2f\xdb\x60\xe8\x69\xd8\x9e\x9b\x26\xba\x61\x8a\xa1\x41\x78\x13\xdd\xb6\x83\xb0\x13\xa8\xdc\x31\x98\x30\xfb\x02\x41\xd1\xce\xa0\x43\xbc\xd1\x78\xa5\xc8\x17\x9f\xae\x16\x26\x1a\xb8\x22\xab\xbd\x4a\x7d\x60\x95\x00\xc0\x8b\xf7\x6f\x39\x8c\x5e\x8c\x39\xc6\xb5\x6f\x42\x1a\x95\xe5\xbb\x68\x6e\x00\xc1\x87\x4c\x7d\x70\xac\x59\x88\x57\xd7\x26\x35\xf4\x73\xed\x40\xa6\x44\x18\xbc\xd9\x54\x56\x9f\x08\x49\x38\x43\x3d\xee\xae\x98\x47\x8b\x4f\xf9\xf3\xb2\x7c\x0b\xde\x75\x65\x57\xbc\x78\xff\xd6\x08\xb3\xaa\x68\xaa\x6b\x86\xcc\x64\x08\xfe\xab\x28\xb6\x91\x79\xd4\x8f\x96\x4b\xb5\xb2\x3c\x5f\x28\x1e\x75\x6d\xb8\x0b\x83\x35\xb2\xab\xd1\x9c\xe9\xd0\x22\xb4\x9f\x67\xf2\xfd\x44\xfd\xd9\x3e\xb2\x1f\x33\x90\xab\xd9\xdf\xaa\x8f\x93\x4e\x3f\x29\x75\xce\x20\x16\x4f\xf6\xb9\xc6\x29\x87\x4a\x19\x95\x3d\xa6\x6a\x73\xf9\x87\x42\x4e\x92\x2f\x0d\xb5\x80\xd7\xdc\xd6\xd5\x2c\x89\xe5\x33\xd4\xe5\xd9\xf2\xf3\x3c\x4f\xd1\x78\x28\x9a\x0e\x39\xaa\xe1\x63\x52\xbe\x5f\xb8\x08\x51\xf5\xfd\x99\x8e\xf5\xc2\x39\x98\xb3\xe1\x64\x51\x2b\xb4\x15\xad\x3a\xcf\x34\x43\x34\xf8\x2a\x9d\x20\xff\x3d\x21\x33\xc5\x0f\x21\x8c\xed\x08\x10\xcc\xa8\x35\xbc\x34\x59\x04\x31\xa1\x1d\x33\x8b\xa1\xbf\x4f\x11\x4f\xea\x93\x5f\xe4\xa3\x84\xe9\x5b\x83\x28\xf1\x78\xdf\xc0\x28\x6a\x81\x67\x77\x9e\xae\x3d\x3b\x34\xd3\x3c\x7b\x9e\xe6\xa5\xdb\x8f\xda\xb3\x84\xd6\x58\x86\x37\x44\x11\x65\x5a\xd1\xc7\x3a\x99\x45\x0b\xd9\x56\xe7\xab\x6f\x0e\x50\xc7\x5a\x8f\xf1\x87\x83\x3e\x57\x81\x99\xb4\x78\xfc\x9a\x96\x7f\x10\x5a\xd1\xb2\xca\x5b\xfe\x9e\xb5\x01\x70\xf4\xae\xb4\x5f\xf4\x0e\x7b\xd8\xb4\x53\x5a\x6a\xb5\x5b\x6c\xdd\xcd\x2b\x85\xad\x76\xeb\x3c\x8f\xaf\x5a\xfe\xfa\xad\xd6\x1e\x12\x15\x25\x61\xa8\x33\x90\x38\xc2\xdc\x6b\x7c\xb5\xee\x02\x7d\xea\x73\xf4\x74\x74\x34\x35\x85\x37\xa4\xa1\xc0\xdd\xc3\xf3\xc3\x31\xa9\xbb\xae\x41\x9d\x03\x6c\x07\x93\x3a\xa7\x7e\x1b\x99\xf2\x66\xcb\xba\x8d\xb6\x6c\xf0\xd2\xd7\x8c\x3d\xb3\x55\x13\xdc\x30\x04\x6f\x01\xad\x7c\xa9\x7f\xc5\x50\x4e\x9b\x75\x0d\x0e\xcc\x69\x10\xe6\xf4\xb6\x30\xd1\xd2\x99\xff\xbc\x36\x14\xbd\x6b\x0c\x1c\xfd\xe1\xda\x90\x02\x61\xa3\xf0\x14\x90\x70\x07\x7e\xd1\xcb\xea\xc9\x66\xfd\x87\xb3\xde\x6a\x66\x2f\x64\x91\x5c\xc8\x18\xa4\x1d\xaf\x8a\x7c\xae\x8f\x2f\xcf\x54\x14\xac\x83\x9b\xa5\x8b\x82\x45\xb3\x67\x48\x70\x6e\x46\x05\x39\x5d\x50\x2e\x86\x1f\x36\xda\xce\x34\xcf\x8b\x19\x54\x20\xf3\x46\x8d\x6b\x9e\x4e\x8e\x82\xc7\x9d\xed\x5d\xa9\x78\x9c\xc9\xc2\x02\x9d\x4a\x9b\xaf\xc0\xf9\x80\x22\x2f\xb5\x09\xcb\x4d\x65\x47\x0f\x4f\xb6\x14\xf7\x27\xf9\x78\x59\xfa\x12\xc5\x4d\x75\x37\xca\x17\xfd\x93\xc8\x4d\xfa\x6d\x41\x3b\xe3\x72\x04\xe8\xb1\xe2\xad\xc8\x88\x3f\xd3\x26\x82\x2d\xbc\x86\x5a\xe2\xa9\x65\xf8\x08\xc6\xd0\x9a\xd2\x7b\x43\xf1\x0f\x30\xdf\x78\x6c\x28\xbe\x38\xc3\x1b\x4d\x03\xe4\xe7\x9a\xc2\x07\x80\x3b\x65\x35\xf8\x76\x02\x5c\x80\xa9\x9b\x04\xc5\xa3\xd3\x9a\x83\xc4\xd4\x38\x48\xb8\x58\x34\xfb\x05\x02\xab\x85\x60\x31\xe2\x61\x1f\xdf\xf4\xcd\x73\xfe\xc3\xa1\xd9\x42\x2e\xdc\xad\x9b\xe2\x39\x17\x68\x50\x96\xe8\x08\x7b\x9f\x13\x63\x5c\x17\xfa\xea\x92\x80\x25\xf6\x77\x5a\x46\x66\xc7\xc7\x84\x9c\x86\x65\xd4\x84\xf1\x3b\x42\xae\xfe\xce\xeb\xda\xee\x9d\xaa\xf4\xb9\xeb\x93\x0e\xaf\x1e\x7e\x64\xb5\x14\x03\xe0\xd5\x51\x9f\x58\x0d\xdc\x52\x5e\x1d\x7a\xe0\xd9\x5a\xc8\x74\x78\xb5\xf0\x23\xef\xcd\x67\x46\xfc\xae\xfd\x72\x6e\xe8\xe7\x32\xff\x5e\x4b\xaf\x94\xb5\x3b\x75\xdf\x03\x5e\x3b\xb7\x90\x35\x33\xcc\x96\xd7\xc0\x7c\xe7\x5d\x78\xcf\x1b\x7f\x6c\x6e\xa9\x83\xdb\x69\x0d\xb1\x53\xbe\xda\xfa\x78\xf9\xcb\xad\xbf\x87\xac\x1a\xbd\xba\xf5\xb8\x7d\x1e\xc7\x5d\x1b\x6d\xd8\x6a\xb2\xc6\xb9\x7a\xed\x9a\x92\x43\xc0\xee\xf0\x6e\xfe\xef\xdc\x23\xea\xec\x90\xd8\x47\x9f\xfa\xc4\x71\x66\x38\x4b\x1f\x75\xa6\x20\xb4\x6b\x9a\xf6\x0b\xab\x1b\x55\x55\xb1\x83\x20\xdb\x42\x01\x79\xb6\x39\xa5\xc7\x7b\x5d\x71\xbc\xa7\x4f\x22\xfe\xa2\x1b\x1b\xfe\x56\xe7\x0a\xff\xc2\xd3\x83\x7f\xe3\x19\xa1\x1a\xfe\xf6\xc7\xcf\xde\xde\xc6\x8f\xee\xc6\xc5\x6f\x66\x6f\x52\x3b\x77\xdf\xe9\xbe\xa7\x34\x50\xbd\x87\xf0\xa7\xcd\x7e\x43\x6d\xd9\x2e\xc0\x4f\xb5\x05\xa6\x09\xd0\x22\xea\x29\xc4\xba\x23\xb3\x1c\xde\x2c\x98\xc0\x9f\xbc\x17\xfd\x03\xea\x49\x40\xda\x56\x16\xd3\x6e\x41\xe5\x56\xd7\x3f\xd6\x9d\xae\x25\xa3\x9a\xe0\x83\x60\xa3\x76\x32\x37\x00\xf7\xcf\x71\xb7\x46\x74\x9e\xd6\xbe\x7c\x2f\x8e\xf7\x7a\xea\x8d\x76\xbc\x27\x86\xa2\xd5\xea\xb8\x8e\xd5\x7c\x4c\x76\x54\x28\xa4\x97\xf1\x5b\x7e\x66\xdd\x57\x92\xd1\xce\xd1\x6b\x6e\xe5\xd3\xda\x21\xfd\xdf\xb0\x83\xd6\x80\x1d\x1e\x75\xac\x81\x35\xf2\x75\x49\xfb\xb9\x9c\x45\x17\x49\x5e\x0c\xeb\x84\xb9\x0e\xb5\x9e\xcb\x60\x03\x6d\x18\xd6\x3f\xf9\xfa\x3a\x96\x7d\xcc\x45\x0e\x2e\xc2\x27\xe7\x98\x3b\xb8\xd9\xf4\x2b\xfc\xba\xec\x32\xaa\xd1\xe9\xaa\x57\xac\x1d\xfd\x79\x54\x4a\x58\xf1\x21\x12\x9f\xa7\xac\x6e\xdf\x14\xc2\xda\x1a\x5c\x54\xc9\x5c\xe6\xcb\x2a\xd4\x82\x8a\xc4\x50\x3c\x3c\x6e\xb0\xc1\x72\xde\xb3\x21\x2d\x94\x9a\x40\xd7\xb5\x31\xf7\x91\x82\xa9\x43\xb8\x2d\x50\x92\x0d\x85\x77\xbd\xe7\xd9\xcb\x2f\x09\x04\xcc\x75\x9e\x5b\x76\x1a\x24\xe6\xd2\x03\xed\x6e\x1f\x1a\x13\x72\x76\xc5\x06\xbd\x98\xc7\x8d\x9a\x2e\x99\x2c\xa1\x76\x08\x42\xea\xeb\x3a\x9d\xf6\xa4\x45\x2e\xa1\xd2\x5b\x8b\x49\x09\x38\xaf\x69\x34\x9c\x4c\xa9\xe9\x98\x42\x96\xe4\xe4\x07\x85\xf0\x23\xec\x9b\xa1\xab\x84\xae\x91\x9a\x46\x5d\x57\xf6\x3e\xbb\x26\xfa\x46\x41\xae\x6b\xdb\x2f\xee\x08\xfd\xa0\x77\x38\x54\xe7\xeb\x13\xef\x41\xb9\x75\x55\x8f\xf7\xe2\xe4\xc2\xf1\x96\x21\xdd\xbc\x8b\x1f\xd2\xc6\xfb\x78\x19\x5b\x59\x6b\x33\xab\x73\xbc\xc7\xd2\x3c\x1d\xef\x85\x56\x16\x2b\xd5\x12\x6a\xab\xca\x3e\x46\x9f\x8a\x56\x55\x2c\x65\x4b\xd4\xbc\xee\x30\xb4\x05\xbe\xc3\x2c\xb3\xac\xde\x62\x7a\x4f\xa8\xd7\x98\x2e\xe1\xa6\xfc\xbe\x3d\x43\x20\x1c\x21\x9c\x12\x31\x34\xcd\xbb\xe2\x9e\xe5\x13\xef\xdf\xdf\x05\xd1\xe5\x22\xca\x42\x98\xb6\xcb\xed\x6d\x4a\x86\xdd\x46\x66\x95\x16\x86\xc1\x80\x2f\x76\xcc\xd6\xca\xf5\x86\x76\x2c\x75\xc1\x14\x7f\x06\x92\x6a\xce\x71\xe1\x67\x06\x40\x4d\x82\x8e\xd0\x43\x12\xd7\x2a\xc9\xd2\x24\x93\x2d\x6d\x24\x56\x7b\x60\x0d\x03\xa8\x7e\xf1\xfe\x2d\x61\xfb\x43\x5e\x54\x51\xda\xbe\xc5\xbe\x67\x62\x2e\xbe\xad\x42\x63\xd1\x17\x7e\xfd\x01\x5d\x0b\x7a\xda\x24\xa2\xa1\xef\x8e\x70\xa6\xd9\x5c\xa5\x26\xc3\x31\x9a\x1b\xf3\xf7\x13\xbf\x96\x27\x8a\xe6\x3f\xeb\x06\x22\xee\x38\xee\xcc\x0a\xe1\x1f\xc0\x3a\xe0\xd6\x8a\x45\x57\x74\xad\x35\x70\xce\xd7\x5d\xd5\x80\xf9\x3c\xa9\xba\xc2\x33\xdb\x2a\x37\xaa\x07\x43\x1a\x41\xe6\xa9\x7e\xd7\x4a\xbe\x66\x9d\x1d\x00\x69\xfb\x63\xef\x5c\x43\x67\xb4\x59\xef\x14\x56\xc5\x41\x11\xd9\x84\x86\xf5\x48\x9b\xb5\x7e\x77\xa8\x65\x1a\x6f\x51\x3f\x82\xf9\xe1\x36\x1d\xe5\x4e\x8a\xcc\xdd\x34\xab\xdb\xb4\x92\x55\x3e\x9d\xba\x85\x46\x27\xa6\xde\x36\x0a\x6f\x41\x94\xed\xa6\x91\x8d\x65\x1a\x5d\x6d\x47\x26\x68\xd3\xb4\xc5\xe6\xcc\x5d\x24\xd4\x7e\xd2\x95\xe7\x0f\x07\x0b\x81\xa2\x76\x1a\x55\xa6\xb7\xd7\x42\xde\x8d\xea\x56\x5b\x9e\x6e\x85\x03\x2b\x50\x47\x68\x6d\xf4\x04\x97\x0c\x80\x1b\x96\xa0\x51\xb3\x19\xd2\xfc\x5a\x15\xe6\x8b\x97\xaf\x9e\xfd\xfc\xe6\xd3\xe9\x8b\x97\x6f\x9e\xfd\xef\xa1\xa6\x1b\xb8\x38\x0f\xcd\x91\x1a\x8a\x3f\x3e\xdc\xac\xf6\xac\x6b\x29\x83\xca\x4c\xbb\xd7\xec\x37\xda\x3c\xee\x48\x9c\x4d\x6b\x23\x96\xc2\x07\x30\x6c\x70\x51\xd2\x1a\xa7\xc9\xf8\x73\xcb\x53\x54\x6a\x9d\xa3\x69\xaf\x6e\x98\x17\xef\xdf\x1e\x2e\xcf\xab\x42\x4a\x9b\x4a\xb2\xc4\x0f\x1f\xf3\xbc\x72\x43\x7f\xb1\x02\xc5\xfe\xb5\x8d\x14\x7b\x34\x72\xca\xbe\x7e\xe5\x3f\x35\xb3\x63\x92\x55\x76\x3a\x3a\x06\x6f\xc3\x50\xca\xe0\x58\x4a\x16\xab\x8b\x7f\x86\xee\x29\x2e\x84\xb1\x80\x76\xca\xc5\xd1\x49\x20\xd5\xb3\x53\xe7\xfe\x7d\xe7\xb7\x0e\x0b\xe5\x7f\xae\x5b\x8f\x2d\xcf\x3f\xb9\xb8\x32\xf0\x37\xa0\xd7\x34\x21\xf3\xc7\xa3\x87\x27\x1a\x25\x6a\x4b\x7d\xca\xf3\xb4\x4a\x16\x1f\xf2\x45\x7e\x21\x8b\x5f\x30\x35\xcb\x6d\x35\xc3\x41\xa0\x3b\x68\x88\x83\xed\xbe\xb5\xa6\xf8\x14\x6f\x41\xb6\x76\xba\x84\x62\x33\x21\x1b\x61\x45\xb3\xcc\xcd\x91\x7c\x60\xe3\x98\xea\x5c\x90\x15\x71\xf0\xfb\xb5\x75\xb1\xb3\x28\x8b\x53\xf9\x22\x1f\x83\x05\xdd\x73\x75\xd0\x0c\xec\x40\xd9\xb5\xe1\x63\x1c\xf2\xe0\xd0\xeb\x45\xd7\x86\x8e\x24\xc3\x40\xc4\x9f\xd7\xd7\x47\xcf\xf2\xcb\x5f\x92\x6a\xf6\x42\xd1\x2a\xab\xc7\xe7\x5f\xaf\x8f\xd7\x24\x96\x75\x98\xce\xd7\x1b\x68\xe0\xdf\xe6\xcb\x52\xbe\xbf\x90\x05\xed\x62\x6b\x65\xb1\xa5\xc6\x4d\xfb\x7a\x23\xa3\x0b\xb9\xb9\xb3\x40\x95\x1b\xad\x80\x83\xf8\x1b\xe1\xdb\x41\xf3\x0d\x66\xfc\xb2\x1c\xff\x45\x5e\xbd\xc8\x2f\x33\x36\x47\xfb\xf1\xef\x64\x77\x71\x03\x6b\x09\x22\x3a\x49\xf9\x36\x5f\x66\x15\x6a\x5d\x59\xa4\xbd\x9d\x9c\x49\x83\x74\x72\x17\x9b\x83\xb7\x8d\xce\x3d\xba\xd0\x93\x4b\x38\xe3\xa4\x90\x7f\xc2\x75\x7f\x23\xd5\x75\x50\xfa\x71\x07\xf1\x66\x1b\x31\xd5\x40\xa7\x5c\xa5\x34\x23\xee\x8c\x6c\x23\x75\x4f\x65\x54\x1c\xce\xf2\xcb\x4f\x28\x57\x76\x1b\x42\xe9\x4f\x49\x2c\xdd\x52\x3d\xbf\xf0\x0a\xfc\x5f\x68\xe3\x62\x6c\x04\x9a\xc9\x1b\x33\x1a\x68\xa8\x14\x30\x63\xd1\x8a\x45\x60\x23\xfb\x90\x2c\xfb\xfd\xa4\xdd\x9a\x29\x74\xb6\x3a\xe2\x40\xf4\x1e\xc1\x5c\x59\x65\xcd\xc2\x7a\xfe\xdd\xb8\xce\x33\xbb\x54\x8e\xb7\xe9\xa6\xc5\x14\xae\x4b\x67\x50\xb4\xe6\x0f\xa2\x86\x75\x6d\xac\x42\x0c\x72\xcd\x4f\xbc\x19\x99\x61\xfa\xed\x63\x33\x50\xab\x2d\xbf\x3d\x3e\x4b\x7b\x30\x1a\xf0\x19\x3a\x3a\x0e\x3e\x65\x7f\x21\x8b\x32\x29\x79\x71\x6d\xb1\xc4\x08\xec\x80\x08\x8e\x77\x43\x20\xef\x26\x99\x1c\x10\x2e\xe7\x76\x4b\x55\x69\x75\x36\x59\x1d\x79\x37\x06\xc3\xaa\xfd\xee\xe1\x51\xf6\x21\x24\xdf\x68\x24\x5a\x2f\xcb\x71\xb4\x90\x2d\xdf\x06\x4a\x75\xdb\x96\x9b\xba\xdd\xc9\x2e\x07\xe3\x1f\xe2\x5b\xd5\xb1\x5c\x31\xbe\x93\x8e\xb8\x57\x7f\xf4\xd7\x09\x25\xf1\x16\x90\x23\x89\x77\x3d\xc5\xa9\x0e\x8c\xc2\x2e\x15\x73\x50\x0e\xc1\xc2\x37\x70\x18\x12\x8b\x5b\xaa\xad\x8a\xdc\x4d\xcf\x69\xf0\x02\xa9\x64\xb3\x05\x92\x5e\xd8\x1a\x9d\x54\x8b\x8d\xee\x10\x16\x73\x31\xd5\x64\x68\x83\x4f\xae\x88\x1c\x27\x44\x75\xc3\xb3\x31\x6f\xa7\x77\xd1\xbb\x36\xd4\xa4\x48\xb8\x4f\xbd\x27\x31\x86\xcb\x1d\x0a\x5b\xa7\x41\xfc\xac\xc7\x11\x34\x0f\xe3\x8f\x09\xdf\x3c\x8c\x97\x59\x6f\x1c\x3b\x9d\x7b\xfa\x9b\x4b\xa6\xf9\x76\x8a\xe5\x17\x8d\x14\x7d\xe9\x19\x32\x10\x52\x22\x60\x8b\x83\x91\x7a\xc9\x72\xa5\x81\x6e\x7c\x04\x15\x4e\x5c\xb6\xc4\x88\xe3\x03\x03\xee\x2f\xc0\xcc\x9a\xde\x49\x41\x76\x80\x58\x49\x16\x7e\x39\xbf\xf4\x0e\xe1\x46\x5a\xbb\x8d\xf8\x6c\x7a\xb5\x49\xf1\x54\x48\xb7\xd0\x84\x97\xa8\xcd\x48\x6a\xbd\x8b\x18\xba\xb8\x26\x4a\xa1\x48\xa9\x44\xee\xa6\x94\xf1\x87\x08\x9f\xef\xb4\xe9\xbc\x82\x0d\xe7\x12\x44\xc7\x50\xc7\x6b\xd4\xe6\xe1\x07\x36\xcd\x6a\x41\x5d\xab\xff\x1f\x3d\x3c\x31\x33\x0a\x55\x0f\xd1\x68\x7e\x77\x6d\x24\x6c\xfe\x3b\xcc\x59\x43\x53\x10\xba\x99\x1a\xae\xe6\xcd\x17\xb3\x47\x41\xd8\x6d\x14\xb8\x30\xec\xa3\xa4\xf1\xc2\x50\x55\x5a\x61\x0d\x1d\xbd\x4e\xcc\x84\x88\xc8\x37\xdc\xb0\x1b\xf6\x64\x98\xc1\xd8\x51\x92\x70\x8d\xa5\xf0\x9f\xaf\xce\xc8\x37\x2f\x45\xf8\x56\xdf\x7c\xac\xbc\xa5\xb8\xd3\xbb\xdb\x7f\x2e\x78\x63\x70\x9e\x0a\xb5\xf1\xe9\x09\x40\x89\x33\x0a\x67\x9e\x4f\x9a\x37\x92\x1b\xae\x2b\x34\x98\x9f\x9c\xd9\xba\x83\x71\xd6\x7b\xc3\x60\xf8\xfe\x7f\xd2\x8c\xca\x8d\x83\x09\x8b\x82\xec\xca\xd7\x8b\xd9\xfa\x2b\x32\xa3\x83\x58\xb8\x17\xa7\xe6\x17\xcb\x45\x9a\x54\xed\x96\x68\x79\x8a\x66\x6a\x64\xf9\xc9\x54\x4e\xa3\xf1\x15\x63\x28\xeb\x67\x43\xd1\xa0\x9a\x8c\x55\x9b\xb5\xba\x77\x4c\xa7\xf3\xcd\x79\xf9\xda\xe3\xc9\x17\x95\x7a\x23\x23\x5e\xa5\x53\xef\xd8\x3f\x5d\x21\x3e\x6a\x97\x97\x82\x4f\x30\x6b\xcc\x13\x63\xcb\x6a\xf8\x47\x69\xbb\x45\xff\xce\x88\xfe\x86\x78\xbe\xdd\xa4\xc9\x3f\x76\x67\x64\x37\xd3\xc5\x28\x8e\x41\x04\xf0\x3e\xfb\x64\x1e\xfd\x36\xf3\x87\x5f\x08\x2c\x62\x97\x4e\x4e\xd1\x15\x49\xf9\xe3\xf2\xfc\x3c\xf5\x7c\x10\x0c\x2b\x55\x77\xd3\xf5\xd8\x34\xad\x7e\x35\xc3\xd0\x61\x73\x1a\x3b\xe2\xe1\xd1\x02\x76\x23\xf3\xfc\x42\x36\xcf\x27\x54\xfe\xcd\xa6\xc4\x3a\xbb\xdd\xac\xea\x92\x72\xbe\x40\xae\x18\x67\xf3\x13\xd7\x33\x3c\xbb\x36\x79\x6b\x22\x70\xf3\x28\x5b\x46\x69\xab\x03\x6c\x5b\xef\x51\x3d\xe0\xd6\xe6\x23\xa9\xf8\xaf\xcd\x44\xd3\x8b\x85\x15\x13\xcd\xae\x6f\x1b\xad\x59\x13\x4d\xf2\x7e\x72\x92\x77\x03\x55\x79\xa3\x75\x64\x60\xc6\xed\x47\xef\x00\x2f\xff\xc8\xa6\x59\x72\x41\x42\xc7\x0f\x75\xab\xb5\x1d\xde\x76\x6c\xcd\xf3\x65\x29\xa1\x61\x37\x40\x06\xea\xe3\xdf\x0e\x6b\x59\x19\x84\x70\x0a\x11\x02\xe5\x20\xa3\x69\x5a\xe0\xbe\x74\xdd\x69\x41\xa3\x24\xe3\x93\xba\xde\x5c\x00\x80\x37\x97\x1d\xa6\xd0\x04\xee\xb3\xbc\x8a\xf3\x4b\x33\x1e\x2e\xe2\x08\xee\x91\xad\x94\x34\xa8\x18\xf2\x48\xcf\x96\xc3\x6a\x6e\x1e\x8f\xcd\x0c\xd2\xad\x6b\x6e\x94\xad\x80\x76\xdc\x25\x1b\xe0\x5c\x03\xa5\x1b\xa0\xec\xb0\x51\xb6\xb5\xde\xb8\x4b\xcc\xfe\x30\x54\x24\x44\xa9\xaf\x45\x48\xbc\x9d\xc0\x45\xfc\x4e\xda\x2e\x47\xf4\xcf\x19\xcd\x4c\x5e\x9a\xea\x41\xc7\x36\xc3\xa0\x50\x9f\x76\xe3\xd8\xa6\x26\xcc\xd9\xe6\x6d\x14\x94\xfb\x07\x24\xff\x06\xee\x53\x4a\x29\x36\x29\xf2\xb9\xed\x4e\xbd\xf2\x8d\xea\x77\xf3\x8b\xad\xb9\x4c\xbf\xbc\x8d\xfc\xe4\xa1\x07\xb1\x76\xc1\x6d\x78\xe2\x19\xdd\xa9\x6f\x80\xd1\xf8\x2e\xd5\xc6\x59\x10\xfa\xd2\x53\x9c\xd4\x65\x5e\x24\xc0\x20\xc7\x03\x4a\x57\x5c\x7f\xf1\xd5\x8d\x49\xdd\xf7\xe9\xb5\x6d\x5d\x8d\xf2\xfe\x31\xe1\xb2\x6e\xd7\xba\xe9\x99\x1d\x50\x38\xb1\xd1\x02\x1f\xa0\xb7\xde\x75\x17\x2a\x20\x6b\xf3\x91\xc6\xc3\x1b\xf3\x3e\x77\xf1\x43\x6c\xf0\x5f\x1b\x07\x2c\x8e\xaf\xe3\xb3\xe8\x1a\xbb\xf9\x1e\x89\x4e\xe1\xb5\xfd\x17\xaf\xe3\xa6\x77\x1b\x0f\xb6\xeb\xf8\x91\xdd\xd4\x53\xf1\x66\x8e\x8a\x37\xf5\x3d\xfc\x3d\xf9\x16\xee\xea\x3d\xba\xcd\x37\x70\xbb\x37\xeb\x16\xff\x59\xe6\x39\x16\x55\x55\x91\x9c\x2f\x2b\x30\x97\xcd\xe7\x09\xbf\x1e\xba\x4e\x28\x2f\x1b\xfb\xa3\xc1\xf3\x0c\x40\xf8\x7e\x67\x35\x5f\xb3\xa0\xff\xda\xb8\xb1\xbd\x77\x70\xea\xcd\x77\x75\xfe\xf0\x22\x64\x18\x82\xc2\x6c\x58\xeb\x14\xc0\xb5\xe2\x35\x9f\xb5\x2e\xd7\x3b\xa7\xcc\xd8\xaf\x7e\x30\x77\x71\x1e\xdb\xd1\x35\xc8\xb7\x46\x6d\x3a\x6b\xbe\x65\x6d\xc3\xe1\xaa\xd9\xd6\x3a\x6b\x6a\xaa\x31\x5b\xe5\xfa\xe1\x61\x66\xa7\xf5\xd3\xb2\xc9\x97\xc9\x7a\x71\x39\xee\x7e\xb6\x57\x6b\xd2\x5b\x27\xba\x68\xe4\xe8\x9c\x0e\x34\xf4\x04\x27\x54\xbc\x1d\xb6\x78\x49\x7d\x5b\x47\x23\xc7\xb9\xcd\x1e\xb5\xba\x27\x06\x5e\xc4\xa4\xb2\x0c\xbb\xc5\x8c\xbd\xf5\x10\xa2\xc8\x15\x5a\x8e\xf7\x2a\xd4\x48\x1f\xef\x39\xbe\xc8\x46\xff\x6f\xa0\x37\xda\x04\xd4\xdb\x81\xa6\xdb\x6f\x18\x50\x7f\x3b\x2d\x89\x29\x67\xcd\x2c\xa7\x6e\x5e\x3a\x9d\xdf\xce\x6f\xa9\x41\xfe\x41\xab\x18\x34\x1b\x69\xf6\x47\x69\xb4\xf3\x09\xfa\xa5\x84\x6b\x5f\xcb\x3f\x25\x3c\xbe\xbb\xf2\x53\xd9\x98\xb0\x7e\xa7\xa0\x70\x0d\x86\xa5\x2b\xe6\x80\x61\x1d\x35\x82\x95\x5b\x1b\x4c\xa9\x79\x6c\xa8\x2a\xa7\x38\x4e\xd6\x70\xda\x44\x60\xaa\x11\xc3\xd6\x79\xd9\xa3\x03\xd1\xf2\xcc\xa3\x41\x6e\x22\x50\xcc\xc0\x23\x31\xd1\xe0\x38\xb3\x4c\x9f\x1c\x7b\xd7\xd0\x75\xc7\x7d\xb6\x4d\xaf\x02\x55\x5c\x64\xe9\xea\x33\x27\xb8\x19\xdd\x5b\x2f\x00\xa6\x07\x37\x9f\x01\xe2\xde\x83\x08\x63\x57\x72\xd4\x64\x02\xec\x78\xde\xe2\x85\x4f\x07\x6e\xa7\x2b\xc1\xf7\xee\xa0\xe9\xc0\x51\x43\x5b\x6f\x7e\x70\xb6\x1d\x95\x1b\x1d\x0e\xc8\xba\x3d\x10\xf2\x4b\x55\x44\xe3\x4a\xc6\xe2\xfc\x4a\xcc\x93\x2c\xe9\x8d\xcb\xb2\x47\x5f\x7b\x8b\x74\x39\x4d\xb2\x1a\x88\x95\xa2\xd2\xe5\x58\xa1\x44\xc6\xc7\x7b\xc3\xe3\x3d\x7c\x9b\xbc\x51\xc7\xa8\x3c\xb5\x65\xa7\xa7\x3f\x3d\xfa\x75\xf2\xb7\xe3\x3d\x9e\x07\x16\xf0\xac\x76\xfb\xab\xe7\x5d\xf1\xaa\x88\xa6\x68\xe4\xbd\x2c\x31\x45\x94\x1b\x1a\xd1\x71\x86\xfa\x31\x8a\xa7\xb2\x6b\x36\x9d\x53\xb1\xac\x8a\x68\xc1\x6a\xb7\xc6\x65\xd9\x97\x68\x00\x63\xbf\x62\xfe\x24\x7b\xb6\xd8\xb0\x15\xaf\xba\x4c\xa5\x7a\xa0\x60\x30\x44\x48\xfc\x39\x89\xc6\x52\x60\x05\x5c\xe1\xa3\xcf\xf2\x6a\x28\xd0\x71\xe2\x44\xff\xa1\x4d\xd1\x09\x4f\xb6\x25\xef\x00\x97\x07\x80\x58\x0c\x61\xd1\x90\xba\x80\xbd\x99\xd6\x3f\x25\xf1\x97\xa1\x40\x27\x11\xf8\x5d\x8e\x8b\x68\x21\x3f\xe4\x79\xea\x8f\x60\x9c\x67\x65\x25\x26\x79\x31\x8f\xa8\x5b\x31\x12\x6d\x17\x64\x47\x37\x3a\x3a\x11\xa3\x03\x87\x53\xc5\x8a\x9d\xfe\x3c\x5a\xb4\xd1\x64\x65\x74\x20\xce\xbe\x5b\x7d\x96\x57\xeb\xd1\xf1\xde\x77\x2b\xac\x00\xd6\x23\xeb\xe3\xbd\x33\x24\xf0\xd8\x29\x9f\xeb\x50\xbc\x7a\xbe\x5f\x9b\xfc\x81\x1a\xcb\xaa\x36\xfb\x2e\x4d\xb9\xab\xe6\xd9\x65\x93\x53\x77\xd2\xe8\x80\x5c\xd1\xa0\x8f\x23\x3a\xe2\xc0\x3c\x82\xda\xd6\xfe\x3e\x11\x23\xb3\x89\xda\x60\x62\xa9\xe5\x32\xd8\xd6\x48\x23\xda\x9d\x21\x7a\x3f\x8c\x0e\x3c\x10\xed\x7b\x0c\x3e\x52\x0a\x6c\xab\x2a\x8b\xb3\x52\x2a\x8e\xb3\x87\xa3\xed\x7d\xb7\xb2\x23\x5d\xf7\xbe\x5b\x25\xf1\x97\xf5\x99\x7b\x51\xb6\xf1\xb8\xef\x1f\xe8\x4b\x76\x3f\x4e\x2e\x44\x12\x8f\x56\x49\xbc\xb6\xa4\x6b\x74\xbc\xe7\x82\x66\xa1\x37\x0e\xec\x3d\xbe\x6a\x5c\x29\xf8\x01\xd4\xcd\xe0\xcb\xf2\x48\x7c\x24\xfa\xdf\x3e\x1c\x25\x31\xce\xd3\xbc\x18\x1d\xef\x2d\x8a\x64\x1e\x15\x57\xc7\x7b\xce\x98\xe6\x45\xef\xd1\xf1\x9e\xf8\x2c\xaf\x46\x2b\xd3\xc3\xfa\xc0\x85\x24\xc4\xea\xec\x3b\x56\xcc\x77\x89\xf9\x0a\x7b\x65\xed\x0d\x61\x00\x63\x70\xc0\x39\x12\xde\x8e\x69\xb0\x3f\x88\x93\x0b\x8b\x43\x5a\x30\x5f\x12\x30\x5a\xb1\xc5\x5b\x07\x5e\xdb\xa3\x55\xab\x48\xa6\xb3\xaa\x27\xb3\xb8\xc5\x2a\xe0\x13\x65\xb4\x7a\x7e\x78\x48\x14\xa3\x9d\xc4\x1d\x5e\x01\x76\x8e\x82\xaf\xfe\xcf\x0a\x80\x9c\x8c\x56\x2b\x31\x8f\xbe\xfc\x92\xc4\xd5\x4c\x67\x08\xee\x8a\x4a\x7e\xa9\x9e\xa5\xc9\x34\x1b\x8a\x56\x2a\x27\x55\x4b\xac\x4d\x43\x36\xe7\xfd\xf3\x83\x1f\xe5\x24\x2f\xa4\x28\x24\xa0\x2b\xc9\xa6\xc3\xfd\xc1\x39\x5f\x76\x7e\x9a\xdb\xfe\xe1\xa1\x1d\x50\xea\x33\x4d\x87\xe9\x75\x16\x4b\x43\x33\x60\x57\x38\x3b\x60\x5f\xd3\x5d\xb6\xba\xd0\xc4\x5f\xde\xfd\xf3\x42\x0c\xfc\x6f\xe5\x22\xca\xd8\x4e\x59\x21\x55\xed\xdb\xa1\xad\x0f\x56\xe5\x7a\x7f\xa0\xea\x39\x6d\xf7\x07\xba\x5f\xf6\xb9\xc3\x17\x9a\xd6\x96\x8a\xf7\xb1\x6b\x7b\x23\xfa\x77\x19\xa3\x30\x4f\x8e\xb3\xe0\x1d\xb3\xfd\x3e\xf9\x59\x11\xb0\xaa\xc8\xd3\x54\xc6\xcf\x52\x59\x54\x0d\x37\x4b\x80\xbe\xbf\xcc\x62\xc8\x10\xfd\x26\xc9\x3e\x33\xfa\x2e\xe9\x33\xa3\xce\x42\x4c\xd3\xfc\x3c\x4a\x7f\x2e\x1a\x68\x36\x07\x05\xe4\xb3\x06\x9b\xc8\xa7\x06\xde\xb5\x10\x39\xa1\x4c\x65\x25\x96\xaa\x93\x9f\x3f\xbe\x79\x82\x5c\xdc\x95\x26\x09\xcb\x22\xa5\x74\x58\x3f\x7f\x7c\xd3\xd6\x80\x88\xc7\x17\xe3\xa8\x1a\xcf\x44\xbb\x16\x07\xdf\xec\x9c\xfd\x3a\xa6\x34\x05\x89\xa3\x6c\xea\x91\xab\xfd\xb2\x2a\xf2\x6c\x7a\xf0\xb2\x28\xf2\x62\xb8\x3f\xa0\x9f\x62\xd5\x96\x22\x2a\x05\x7c\xee\xf4\xe7\xb2\x2c\xa3\xa9\x64\x5b\xa0\xd6\x09\xc1\xec\x70\x47\x02\xc4\xd9\x4a\xcc\xf2\xb2\xea\x82\xdd\x58\x86\xf1\x78\x8a\xbc\xca\xc7\x79\xaa\x2e\x87\xa8\x18\xcf\x3e\x44\x45\x34\x2f\xc5\x1a\xd0\xa1\x2e\x88\x22\x65\x64\x7d\x81\xa5\x23\x2e\x4f\xe7\xed\xfa\x32\xab\x14\x5d\x46\x57\xfd\x8d\x84\x3d\x12\xb3\x42\x4e\x46\x2b\xb3\x26\xeb\x03\x45\x18\xf5\x78\xd6\x83\xc1\x77\x2b\x35\xd8\xf5\x77\x2b\x3d\xda\xf5\xd9\x7a\x7f\x10\x19\x10\x2b\x1c\x8d\x76\xa4\x3b\x10\x0f\xc5\x53\x3a\x7f\x64\xbf\xb7\xf6\xab\xc2\xd1\xb7\x64\x96\xce\xfe\x7f\x47\xe9\x52\x9e\x0c\xc5\x91\xa6\x08\xc4\xad\xf8\x97\x43\xe8\x6a\xd8\xe1\x62\x58\x9d\xa9\x8b\x41\x70\xa2\x7f\xb6\xde\x72\x4b\x34\xdd\x11\x30\xd4\xda\xe5\x50\xbf\x1a\x98\xe5\x84\xa6\x16\xdb\x68\x03\x3f\x3e\x37\xa0\x0d\x10\xad\x21\xcd\x8b\x2e\x11\x19\xf6\x22\xc3\xfb\x22\xc8\x99\x46\xe7\xa9\xdc\xcc\x97\x72\x92\x15\xe4\x43\x9b\xb9\xd5\x43\xc3\x6e\x7c\x88\x32\x99\x7a\x0c\xab\x19\x0b\x5e\x17\x1f\x65\x1a\x55\xc9\x85\xec\x8a\xd9\x72\x1e\x65\xc9\xaf\xf2\xc5\xb2\x88\xe0\x85\x66\x66\xd2\x1f\xf4\xeb\xa1\xc1\x57\x22\xcb\x2f\x4d\x9d\x79\x3e\x77\x43\x12\x70\xb4\x9a\x91\xf1\x8f\xac\xee\xf3\x65\x59\xe5\xf3\xd7\xd9\x24\xc9\x92\x4a\x1e\x42\x14\x63\x85\x78\xf7\xcb\xeb\x4a\xce\x89\x39\x76\x47\x66\xdc\x6a\xca\x41\x08\x52\x8b\xf1\x9e\xe3\x3c\x5d\xce\x33\x70\x7e\x6c\xe9\xc1\xa8\xd7\x24\x30\x83\xea\x0f\xc2\x2d\xfc\x55\x56\x02\x51\x09\x35\xe0\x2f\xa1\x91\xa3\x3e\x01\x65\x6a\x9d\x78\x8f\x00\x8b\x7d\x12\xe0\x30\x7a\x4f\x3a\x98\x21\xad\xee\xd1\x89\x4b\xda\x6b\x4d\x61\x9f\x00\x91\x6f\x42\x05\x31\xcf\x07\x44\xf3\x13\x55\xc0\xa9\xbc\x47\x87\x70\xe3\xd5\xaf\xe4\x4a\x7d\x5f\x43\xa2\x27\xc5\x64\xce\x8f\xf7\xc4\x39\x64\xb4\x96\xb1\xc0\x37\xbd\xa2\x0d\x0b\x19\x5b\x42\x56\xcd\x64\x14\x73\x32\x5e\x41\x7a\x8a\xd1\xf1\x9e\x2a\xf0\x68\xbc\x10\x2b\x42\x3d\xd2\x22\xfc\x51\xe7\x37\x00\x2e\xd2\x08\xac\xb2\x3e\xd0\x7f\xec\x0f\xaa\x99\xcb\x04\x72\xd6\x6b\x7f\x50\x15\x76\x6c\x03\x77\x70\xfb\xd5\x79\x1e\x5f\x71\x56\x09\xf0\x84\x43\xd1\x0a\x5a\x30\x92\x08\x70\x40\x34\xad\x55\x12\x64\x7b\xaa\x38\x80\x4d\x7d\x61\xd6\x79\x60\xe7\xb2\x36\x37\xf4\x68\x45\x96\x47\xf8\x50\x50\x97\x82\xbd\xb3\x4d\xa1\xbd\x31\xea\x9c\xd6\xa0\x8a\x77\x1a\x19\xf8\xfa\x04\x86\xc5\xa9\xf9\x4a\x93\x34\x6d\xe9\x3e\x93\x51\x5a\xcd\x3a\xeb\x83\x95\xf3\xa1\x5f\xe5\x3f\x83\xc8\x22\x2a\x65\xbb\xb3\x0e\xf1\xe9\xd7\x18\x19\x3e\x05\x02\x43\xe3\x34\xcf\x2f\xac\xbf\x90\x0d\xb6\xfc\x82\x75\xbd\x6d\xea\xb6\x48\x9b\xea\xd9\xe7\x9b\xb7\x50\xf0\xa2\xab\xd7\x4f\xe2\x2f\x7a\xbb\xf8\x85\x37\x5d\xb8\xa3\x56\x1a\x95\x55\x0f\xbb\x6d\x9d\xac\x0f\x56\x2e\xf5\x6e\x9b\x39\x94\x15\x52\x91\xae\x22\xcf\xed\x8e\x5a\x97\x5d\xbb\x40\xe8\xbd\x58\x93\x38\xd5\x8d\x7f\x29\xd4\x3b\x32\xd7\xc5\x03\xf1\xe8\xe1\xc3\x87\xbb\x77\xd8\x97\x8a\x7e\x06\x96\x7c\xc5\xfa\x00\x1a\xab\xf8\x1b\xef\x2d\x71\xbc\xa7\x1e\x4e\x3d\xc3\x4e\xd6\xda\xe8\x67\x85\xcf\x12\x35\xe0\xdd\xa1\x1f\xde\x5b\x83\x53\x8f\xfd\x01\x90\xd0\x30\x4b\xd1\x40\xc5\x81\x80\x87\xaf\x05\x22\xdb\xda\x78\xa3\x4e\xb8\xf7\x43\x37\x9a\x88\xe8\x0a\xd0\xfb\xb1\x5c\xa3\x44\x7e\xb4\x0a\x5f\x21\x8a\x62\xd0\x60\x03\xfc\xcd\x73\xc8\xec\x07\x76\x1a\x5d\x10\xb6\x2d\x4b\xf9\x72\x32\x81\x6c\x3c\x5b\xa5\x6d\xaf\x20\x6e\x83\x02\xf3\xf2\xcb\x22\xca\x62\x19\x33\x0e\x08\x0b\x1d\xa6\x61\x59\xca\x57\x52\xbd\x1f\xdc\x3b\x7c\x96\xe7\x9f\xcb\x81\x2e\x74\x39\xac\x22\x5f\x2e\xc8\x4c\xa8\xcb\xb0\xcb\xff\x2e\x77\x61\xbf\x3e\x44\xd5\x0c\x65\xd8\x78\x25\xf3\xfe\x21\xfe\xd2\xc0\xab\xe1\x0c\xe3\x32\xa9\x66\x0a\x15\xcb\xf2\x75\x16\x27\xe3\xa8\xca\x8b\x66\x3e\x24\x50\xd9\xc7\xc2\x9b\x7c\x1c\xa5\x87\x55\x5e\x44\x53\xd9\x84\x0c\x5e\xc7\x69\xff\x09\x24\x0c\x6f\xf3\x42\xbe\x91\xe5\x06\x7e\xc8\xad\xe7\x80\xf8\xcb\x7f\x1f\xc2\x0b\xc6\x34\xfe\x53\x26\xbf\x2c\xc7\x49\x39\xf8\x7c\x81\x6f\x9b\x5b\x73\x98\xcf\xd5\x22\x3d\xcf\xd3\x34\x5a\x94\xb2\x2b\x3e\x32\x7e\x31\xc8\xf3\xe2\x80\x7e\x8c\x8a\xa6\xe9\x98\x0a\x4e\x37\xb5\x3d\xcf\x36\x41\xad\xcc\x97\xd9\xda\x0a\x6f\x92\x92\xf3\x6a\xd1\x58\x11\xd6\x4f\x9b\x39\xb6\xcf\x17\x84\x44\x7c\x2d\x6b\x9c\x6a\xae\xac\xad\xa3\xdc\x2c\xd3\xf8\x30\x2f\x2a\xa6\x55\x81\xfb\x41\xc6\x7f\x91\x57\xe5\x50\x28\xf2\xae\xf9\x4e\x7b\xb5\xb4\xba\xbc\x60\xd0\x7f\x30\x38\x39\xe9\x9a\x5c\x7e\x76\x0a\xb0\x06\x6c\xe4\x41\xa9\xaf\x66\x3e\xff\xac\x4e\xd3\x90\x4d\x1b\xca\x24\x9d\xdd\xa1\x38\xcf\xf3\x54\x46\x68\xbf\x80\x72\xac\x97\xa6\xac\x0d\xe4\xe9\x22\x4f\x62\x4f\x90\xed\x13\x3e\x18\x11\x90\x3d\x3b\x36\x20\x75\x0b\xcc\xdc\x68\xbf\xfa\x82\x5b\xad\xda\x26\x0d\x86\xb6\x9f\x83\x51\xf7\x97\x8b\xe7\xe0\x52\xbf\x1f\x28\x73\x8d\x7c\xc5\x53\xd1\xc2\xbb\xa1\x25\x40\xd6\x56\xcc\x23\x78\x08\xb8\x82\xda\x45\x9e\xa7\x3d\x78\x7c\x2f\x4a\x7e\xa7\x9f\xb1\x9a\x51\x36\x9e\xe5\x85\xa3\x39\x13\xf0\x86\x1f\x8a\xb3\x7f\xf9\x6e\x95\xc4\xeb\x33\xad\xad\x41\x55\xfb\xfa\x49\x80\xf1\xf6\x04\x93\xce\xe9\x05\xab\xb4\xd1\x8a\x9b\x9c\x69\x9c\xaf\xc1\xe1\x4c\xd5\xd4\xe5\x7a\xa5\xf8\xb5\xb9\x1f\x05\xae\x73\x8d\xc9\x93\xb5\x58\xf5\xfb\x7d\x36\x0d\xf7\xc6\x25\xe9\x83\x8b\x00\xd1\xd6\x1f\x03\xf8\x5f\x0f\x42\x85\xee\x02\xac\xc5\x72\xd1\x39\x73\x18\xf4\xe8\x80\x8b\xef\x38\x06\x6c\x81\x26\x16\x46\x54\xbb\x61\xd2\xf5\x63\x4f\x43\x18\x35\x8f\x8e\xb3\xce\xfb\x03\xdd\x9b\xb9\xdb\xf5\x2a\x6d\xbd\xd9\x15\xad\x08\xdf\xee\x86\x8a\xd0\xd5\xee\x90\x91\xba\xa2\x22\xc1\x90\x1b\xba\xa5\x18\x39\xd7\x5d\xdb\x69\xcd\x15\x0d\x47\x0b\x6a\x01\xda\x0d\xdd\x9c\xab\x36\xd8\x98\xca\x83\xb6\xd7\x8f\x03\x0a\x71\x63\x80\x7d\x32\x3f\x1d\x4d\x49\xf3\x50\x26\xc4\x02\x94\xb2\xc2\x0b\x9f\xda\xf1\xdb\xab\xdd\xa2\x15\xe8\x2d\xa2\xa9\xec\x61\x93\x96\x62\x1b\xd4\x06\xff\x09\x1e\x14\x57\x44\x1e\xe1\xd3\xcf\xd9\x8c\x7f\xb4\xd1\x8f\x1d\xbc\x59\xda\x64\xb8\x0f\x37\x3b\xa2\x3f\xef\x7e\x21\xe3\xe5\x58\xd2\xb1\x6c\x47\xe3\xf1\x50\xac\xc4\x51\x9d\x64\x9e\x18\x52\x28\xd6\xdd\x00\x49\xc5\x97\xa2\x91\x92\xa9\x13\x36\x1e\x1b\x5b\x0d\x06\xf0\x84\x11\x7d\x30\xce\xc0\x3f\x56\x6b\xbd\xd1\x0c\x1e\xf5\x2e\x07\x4c\xea\xf9\x6c\xc7\x25\x34\x2b\x93\x3c\xeb\x95\x24\xc5\xf0\x90\xc3\x3b\x71\xf0\xed\x61\x5a\xac\xc5\x48\xe0\xca\x38\xb8\x46\x1b\x6a\xbc\xd9\x90\x57\x54\x5b\x5b\x0e\x39\xe3\xb8\xff\xd3\xa7\xb7\x6f\x3e\xc9\x2f\xd5\xb3\x42\x46\xc6\xf6\x54\xa8\xaf\xaf\xb3\xc5\x52\x9b\xa3\x1e\x70\xd9\x22\x46\x21\x20\xc6\x1d\x52\x5f\x83\x25\x74\x8b\x7b\x0d\xe3\x08\x28\xd9\xf4\xc8\xdc\xb7\x3a\x5c\x98\xdb\xbc\x5f\x15\xc9\xbc\xdd\xe9\x8a\xc0\x5e\x15\x98\xbd\xd9\x6e\xee\x36\x02\x45\x21\x00\x34\xc7\xdb\x0d\x00\xe5\x45\x32\x4d\xb2\x28\xed\x78\xe9\xcd\x57\x61\x50\xc1\xfe\x1c\x4b\x67\xc3\x52\xb7\xdb\x1c\x05\x38\xbd\x14\x4f\xbe\x3d\x87\x7a\x7a\xed\x0a\x2a\xb3\x25\x03\x7b\x5e\xfb\x00\x7f\x93\x5f\xea\x07\x38\xe2\x6e\xb9\x68\xe9\xfe\x19\x5d\x68\x3b\x44\x45\x75\xa7\x3d\x52\xbb\xe2\xc8\xd9\x10\x76\x0c\x7e\x32\xdd\xba\x28\x5b\xf1\x73\x5f\xca\xd1\xf1\xde\x1f\x3c\x85\x20\x24\x03\xef\x81\x8c\xa5\x37\x96\x8a\x4f\x71\x05\xfe\xcf\xf3\xd4\x7d\x7c\x21\xd9\xa0\xbd\x37\x5a\xe1\xff\xd7\x96\xa0\x8c\x56\xe6\xcf\xb5\xe1\x55\x46\x2b\x69\x6f\x49\x7b\x60\xa0\xae\xbd\x3f\xf9\x8b\x1b\x28\xbe\x37\x10\x9c\xc1\xbf\x79\xd2\xaa\x7d\xcb\x8a\xe2\xee\xc7\xad\x3e\x5a\xd5\xcf\xc2\x1a\x15\x87\xb3\x3c\x8d\x65\x31\x3a\xde\xa3\xb9\x9c\x5f\x19\xf1\x8e\xc8\x0b\x92\x35\x1c\xef\x6d\x18\xcf\xfe\xe0\x63\x7e\x69\xa5\xfc\x8e\x61\xa8\x26\x5f\xb6\xad\xd9\x22\x96\xd2\xd4\x95\xba\xa4\xd0\xb6\xf7\xa0\x62\xab\x08\x16\x27\x51\x4f\xea\x8d\x92\x52\xef\xb8\x91\x08\xf1\x60\xa3\x91\xfb\xdd\xbd\xfe\x1d\x80\x7a\x03\x59\x90\xf7\xef\xf3\x3d\x0d\x81\xea\xda\xf7\x6a\xc5\x86\x30\xb9\xea\x5e\x86\x83\x79\xb4\xd8\xff\xcf\xc3\xff\xe9\x6b\xea\x52\xc3\x86\x2b\xca\xf3\x18\x54\x57\x24\x00\x42\xbe\x46\xb9\x0e\x97\x01\x35\x56\x62\xf8\x18\xad\x42\x78\xf6\xea\xd7\x77\xf2\x86\xca\x2e\x63\x38\x5a\x79\xd6\x09\xba\xa0\xbd\x52\x77\x91\xbd\x4a\xdc\x9b\xe8\x5e\xa8\x23\xae\x42\x17\x9e\x90\xaa\xd3\xa0\x46\x09\xb2\x42\xfd\x38\x29\x17\x69\x74\x45\xe6\xe3\xad\x60\x25\x2e\x8e\x77\x2b\xfc\x12\x78\x61\x8f\x42\xef\xee\x76\x10\x70\xa7\x11\x30\xbd\x44\x9c\xb7\x3d\xb1\x67\x0b\xf3\xb5\xce\x9b\xad\xd4\xbd\xb3\xc8\x33\xf5\x76\x05\x59\x55\x57\x24\xe5\x9b\x3c\x8a\x93\x6c\x0a\x77\xa5\x16\x57\x04\xd9\xbf\xf6\x19\x6a\xf0\x10\xfa\x7a\x10\x2d\x92\xc1\xc5\x23\x92\x4a\x94\x4f\xe1\xae\x1e\xe1\xc5\x71\xe6\xdd\xd0\x30\xdb\xa1\xe9\x1d\x67\x0f\x3d\xea\x4f\xac\xfe\x79\x14\x7f\xa4\xaf\xac\x02\xb5\x81\x3b\xa1\x5c\x8e\xc7\xea\xf5\xaf\xce\x55\xb0\xbc\x8a\x8a\x4a\x4c\xd4\x4c\x92\x6c\xda\x0a\x3d\x5f\xb6\x2e\x94\x21\x5b\xfd\x7e\x5f\xf7\xd1\x8f\xa3\x2a\x32\x3b\x0b\x30\x38\x5a\xf1\xe1\x3e\x85\x47\x33\x88\xeb\xda\xee\xc0\x3a\x62\x88\x0d\x4c\x73\x83\xf9\xd1\xca\xfc\xb9\xb6\x5c\x02\x89\x08\x3e\x25\x55\xaa\x6e\x20\xcd\x6f\x27\x19\xca\x49\x21\x79\x0c\xd6\xde\xa2\x0e\x74\x67\x7a\x03\x85\xe0\xc7\x7c\x59\x49\x63\xd9\xea\xea\xab\xfe\xa4\xaa\xcf\x06\x85\xaa\x52\xd4\x84\x68\xcd\x62\x33\x77\x50\x01\xe1\x86\xfa\x7c\x67\x92\xae\x1b\x0a\xa7\x5c\xfb\x2e\x34\xed\x0a\x21\xe3\xbe\x3f\xbc\x1d\x8e\x62\x19\x90\xd2\x8c\x84\xdb\x66\x1b\xbb\x32\x7b\x7c\x40\x43\xdb\x1f\xcc\x1e\xdb\xef\x1e\x72\xd5\x0e\x0e\x74\x67\x39\x89\xdd\x8c\x4d\x1a\xed\x4c\xac\x4c\x95\x09\x5a\xef\x78\x3f\xad\xea\xb6\x2a\x5d\xf1\xe3\xb2\xaa\x98\x56\xd7\xb7\x59\x31\x5b\x27\x93\xa0\x7c\x85\x3f\xde\x2f\xd4\xd1\x29\xbb\xf8\x8b\x3c\xe7\xe8\x23\x93\xb2\x41\x29\x57\xe8\xce\xe4\xf8\xf3\x79\xfe\xa5\x51\x4d\x4b\xe5\x77\xb6\x65\xd5\x36\x94\x76\x6b\xb8\x3b\xb6\x9a\x45\x59\x5e\x0e\xd4\x63\xa9\x1c\x94\xaa\x66\x39\x80\x06\x01\x18\x3b\x34\x85\xff\x39\x2d\x5f\xa5\xd1\xf4\x6d\xb4\xe0\x6d\x27\x69\x34\x2d\x07\xaa\xa0\xf4\xcc\x05\x32\x59\x44\x95\x7c\xfd\xa2\x2b\x62\x39\xce\x63\xc9\xf1\xfc\xaa\xc8\xe7\xff\xb5\x94\xc5\xd5\x21\x59\x64\xc8\xcc\xaf\xf2\x29\x77\x2a\x8c\xa3\x34\x7d\x96\xa6\x5b\x75\xf5\xd7\x17\xbb\xdf\x56\x44\x7d\x17\xf2\x72\x73\xb6\xd4\x0e\xc0\x3d\xf8\x56\x56\x11\x1c\x7d\x66\x5f\xfb\x44\xe4\x88\x9c\xa1\xb3\x6b\x9f\x88\x24\xd6\x55\x44\x40\x9c\x83\xfe\x95\x68\xef\xd3\xce\xe4\x97\x0a\x1a\x6b\x20\xaa\xa3\xa3\x13\x9f\x10\xfd\x4d\x21\x5f\x8c\xb6\x2d\x0c\x03\x87\x77\xfb\x65\x92\xc5\xf9\x65\x7f\x96\xa8\xdd\x73\xd5\x5f\x2c\xcb\x19\xa5\x8f\x5c\x77\x45\xab\xd5\x45\xc0\x96\xa6\x78\xd2\x5d\xbb\xb5\xb5\x4b\x82\x77\x1a\xba\x41\x3a\x81\x76\xfe\xf5\x59\xc1\x90\xe6\xb2\x2a\x92\x71\x69\x8d\x7c\x9f\xd0\x43\x15\x96\xf4\x53\x32\x97\xae\x34\x18\x46\xf8\x13\x4e\xe0\xa5\x4e\x04\xc6\x2b\xe0\xf9\x18\x7a\x87\x11\xe5\xcb\x50\xff\xd9\xb2\xca\xd5\xa2\xa7\xb2\xf2\x60\x63\xf9\x4f\xc9\x74\x96\x26\xd3\x59\x95\x64\xd3\x50\xf9\x1b\xc0\x8a\x5b\x42\x54\xf7\xb0\x92\x0b\x47\xda\x4d\xdf\x5f\x66\xd3\x24\x93\x0d\xf6\xd7\xb8\xa4\x06\xc1\x5c\xa0\xe7\x62\x1d\x6f\x28\x86\x34\x88\x9e\xdd\xf5\xf1\x85\xee\x12\x66\x61\xba\x0d\x58\xeb\x5a\x64\xa9\x9d\x8c\x21\xe6\xeb\x18\xea\x86\x11\xd3\xf5\xf1\xd1\xf5\xd0\xd0\xad\x4d\x1f\xbe\x20\x63\x56\x1d\x67\x75\x63\x69\xdc\x21\x28\x49\x84\x3f\x1d\xc1\x9f\x6a\xd5\x5f\xb0\xbd\x4c\xad\x68\x2f\x83\x22\x12\xda\x72\x52\xf0\x13\x2b\x0c\x88\xb0\xf6\xf5\x9e\x3b\x68\xb7\x08\x4e\xab\x2b\x8e\x4e\x9c\x0e\x00\x45\x2f\xa2\x2a\x02\xe8\x87\xfa\x97\x33\xb8\xa3\x13\x11\x95\xb8\xe3\x8e\x8c\xc4\xa2\x41\xd8\x32\x18\x88\xe7\x79\x76\x21\x41\x9f\x05\xd8\x57\x0c\xaa\xa8\x72\x11\x89\x65\x96\x4c\x12\x19\xeb\x02\x48\x69\xdf\xe7\x32\x9a\x52\x6f\xea\xa1\xee\x8d\x47\x50\x9f\xe4\x85\x68\xd3\x6b\x5b\x91\xaa\x24\x23\x48\x4c\x94\x65\x20\xc0\xe9\x6f\x2b\x36\x03\xaa\x1c\xa9\x16\x27\x8e\xd4\x48\x38\x13\x6e\x9b\x96\xba\xd2\x3d\x5c\x0e\x16\x4b\x3f\x8a\x63\x58\x3a\xe3\x27\x4e\x04\x27\xcf\x16\xf9\x42\xc7\x6d\x6e\xbb\x12\x02\x6d\xdb\x98\xa1\xf5\xff\xd6\xeb\xa8\x4d\x30\xd3\x7c\x0c\x1c\x75\x1f\xd5\x84\xf6\x75\x0e\xe1\x7b\x9d\x91\x1d\xb0\xcc\x01\x34\x2d\xdc\x61\x6d\xbe\xa1\xd8\xbc\x75\x9c\xde\xc1\x40\xfc\x22\xc5\x65\x94\x55\x8c\x49\x52\x2b\x35\xae\x44\x9e\xa5\x57\x6a\xd5\x6b\xd1\x9c\xbb\xe2\x7c\x59\x09\x60\x6c\x44\x59\x25\x69\x0a\x55\xd2\x28\xc9\x4a\x11\x9d\xe7\xcb\x4a\x54\x33\x29\xe4\x7c\x51\x5d\x89\x58\x2e\x64\x16\xcb\x6c\x9c\xc8\x12\x04\x70\x7d\xd3\xb1\x2c\xd3\x24\xab\x7a\x14\x63\xa0\xa7\x48\x79\x2f\x4d\x32\x89\x90\x7b\x78\xf5\xc9\x2f\xb3\x68\x59\xaa\xd7\x5b\x2f\x96\x8b\xd2\x08\xd3\x60\x49\x4f\x3a\x01\x01\xea\xcb\x2f\x72\xbc\xac\xe4\x7f\xd1\x0d\xd2\x06\xca\xe0\x88\x93\x1d\xa1\x60\x52\x1e\x26\x8a\x10\xbc\x05\x8a\x23\x46\x9a\xf4\x98\x68\x2e\x78\x63\xc0\x13\xae\xf7\xe8\x89\x15\xa9\x7a\x0d\xbf\x7e\x15\xf7\xa0\x6a\x3d\xfe\x0d\xb2\xca\xee\xc6\xc3\xce\x75\x4a\x3d\x38\xbf\x62\x24\xf8\x59\x77\x45\xe8\x28\x44\xef\xd2\xe8\x1a\x4c\x47\xe7\x34\x87\xd1\x88\x2e\xd0\xa7\x22\x1a\x8f\xc5\x50\x1c\x91\xdc\x9c\x6a\x9c\x3c\x51\xf8\xff\x80\x71\x1a\xd4\x9e\x56\x37\x37\xb6\xa8\x2e\x93\xb1\xec\x9b\xdd\x62\x25\xed\x50\x7c\x82\x3f\x99\xe8\xb3\x89\x18\xb5\x9d\xa9\xf5\xcb\x34\x19\xcb\xf6\xc3\xae\xf8\xe3\x43\x2f\x48\x1f\x69\xff\xe8\x5c\xf9\xa7\x87\xf8\xae\x36\x93\x07\xe3\xc6\x36\x03\x33\xdc\x05\x0d\xad\x7d\xc4\x74\x05\x0b\xb7\x2e\x8f\xba\x14\x0f\x19\x93\xd8\xee\x30\xf7\x4f\xe0\x78\x40\xaa\xc0\x8e\x98\xd1\x3e\xaa\x7f\x2e\x1b\xe4\xb2\xeb\x5d\x1f\x77\x27\x41\x9f\xcd\xda\xbb\x49\x77\x07\x72\xf2\x95\x48\xe2\xae\xee\x86\x9e\x69\x4c\xc6\xb6\x5f\x93\xab\xe5\x19\xdf\xf6\x5a\x7e\xca\xbf\x39\xa2\x27\xb4\xb4\x8b\x9d\x6f\xd4\xdb\x68\x45\x7f\x38\x85\xe4\x23\xe3\x76\x49\x33\x46\xf9\x6c\x3c\x5a\xb5\xf3\x45\x05\x9a\x66\x57\xa2\xa6\xd7\xd0\xae\x9d\x5d\xb4\x4e\x9b\x4f\x7b\x81\x13\x4d\x62\xd8\xc2\x8b\x7e\x12\x8b\xa7\x02\x04\x6d\x8b\xae\x45\xba\xea\x45\xac\xc5\x50\x2c\x3a\x9d\x0e\xef\x6a\xed\x4a\x43\xe7\xf9\x05\x92\xd9\xd1\xaa\xdd\x3c\xaa\x63\xcf\x2a\xaa\xbe\xc3\xf4\x3f\x6f\xa7\xe9\x7f\x9d\x1a\x08\x9a\x12\x9e\xdf\x7d\xc6\x0f\x1e\xd4\xaa\xea\x63\x0d\x4d\x70\xf6\xf0\xa7\x9a\xba\xa2\x38\x80\x01\x73\x7a\x57\x66\x4f\x77\xcd\x2e\x8d\xc6\x63\xb3\x45\xc5\xfa\x44\x0c\xd5\x91\xef\xd4\x06\x2f\xc4\xd1\x89\xff\xad\xe3\x4d\xa4\x11\x97\x9c\xf9\x1a\xad\xf8\x2f\xa7\x1a\x12\x17\x70\xfe\x1c\xad\x88\x8c\x3a\x15\x16\x51\x59\xa9\xcd\x98\xa8\x0a\x01\x8e\x4d\x3c\x75\x28\x20\x04\xd0\xf1\x00\x68\xa6\x6f\xc4\x85\x7e\xbc\x0a\xde\x0c\xa3\x95\xe1\x6a\x9c\xd2\x3a\xfb\x37\x5a\xd5\xbf\x05\x9a\x70\xd6\x50\x37\xe1\xdf\x9c\x26\x0e\x57\x38\x5a\x39\x3f\x03\xb0\x91\xbf\xd4\x50\xf1\x57\x08\x9e\xe2\x3a\x0d\x34\xf5\x83\x55\xb2\xc2\x64\x6e\x53\x47\xb2\x08\xae\x34\x8a\x7b\xe7\x69\x3e\xfe\x2c\xe6\xe7\xbd\x1f\x8e\xf7\x02\x9e\x05\x79\x06\xe1\x9b\x46\x2b\x4d\x93\xb9\x35\xc0\xb3\x38\x16\x0e\xf1\xd9\x1f\x60\x1f\x4d\x42\x9b\x30\xef\xff\x4b\x52\xcd\xb6\x09\x9f\xfd\x36\x9d\x10\xbc\xdb\x48\xbf\x46\xa2\xd5\x0a\xb8\x34\xc6\x32\x25\x56\xf8\x85\xfa\xcb\x61\x83\x1f\x3a\x8c\xb3\xf3\x26\x51\x0d\x7e\x66\x1f\x82\x0a\xe5\x65\x29\x7b\x8a\xad\x4b\x7b\x55\x32\x97\xad\xae\x30\x7e\x91\x56\x3b\x0d\x9b\xe0\xbf\xd8\xe1\x40\x3d\x75\xed\x73\xb0\x03\x6c\xdd\x83\xb3\xd5\xb3\x1c\x7f\x53\x37\xc0\xfb\xa2\x18\x14\x3d\x53\x74\x47\x6e\xc1\xa6\xae\xe0\x9c\x91\xa1\x41\x92\x4d\x37\x74\xe6\x3c\xba\x6c\x57\xfc\xf3\xa6\x8e\x22\x56\xaf\xc5\x83\x8b\x39\x9d\x38\x4f\x38\xdb\x09\xff\xbc\x71\x36\x57\x59\x15\x7d\xe9\xcd\x58\xf5\xe6\xbe\xe8\x5d\x68\x7b\xc1\x0f\x9b\xe0\xa7\x50\xa3\xe5\xc6\x29\xf3\xd5\x20\x43\xcd\x83\x7e\x94\x25\xa9\x44\xcc\xa7\x97\x45\xe1\xea\x44\xec\x0b\x2f\xac\x08\x01\x8d\xe8\xe0\xf4\x34\x8b\xe6\xf2\xf4\x74\x00\x7a\xf7\xd2\xd5\x84\xe0\xd1\xb5\xbd\x23\x09\xfd\x68\xdc\xe3\x69\x04\xf8\xf9\x65\xa1\x63\xa5\x18\xfd\x80\x2e\xa2\x9f\x68\x9d\xe5\xe8\x6d\x1c\x49\x45\xd3\x48\x11\xc8\xe6\xa1\x81\xbc\xaf\x36\x32\xf8\x1a\x1c\x18\x94\x34\x8e\x8b\x04\x8a\xcd\x03\x52\x14\x09\x65\x8c\xce\xb0\x18\x09\x16\x23\x33\xa6\xa7\xa0\x88\x79\xda\x3f\x6a\xe1\x3b\x80\x6a\xf5\xca\x4a\x2e\x5a\x10\x44\xbd\xf5\xa8\x6c\xd5\xc1\xe0\xbd\xb0\x01\xd0\xa2\xc8\xe7\x7f\x4b\x7b\x12\xea\xb5\x4e\x9c\x5d\x73\x5e\xe4\x97\xa5\x84\xd8\xd0\x64\x1c\xf9\x42\x11\xaa\x4e\x7f\x8a\x31\xb4\xdb\x1d\x31\x00\x83\xf1\x27\xe1\x9d\xa6\xe8\x10\xdf\x66\xea\x77\x6d\x8f\xad\xc8\x32\x44\x3b\xb0\x1e\x9d\x88\x75\x13\xd2\x60\xc8\x4f\xe1\xbf\xa3\x0a\x06\x70\xb6\x45\x5e\x00\x41\xda\x70\x18\x30\xf1\x9a\x59\x4a\x29\x8b\x0b\x33\x45\x5e\xb3\x8f\xc3\xe2\x41\xf1\x34\xd9\x6e\xbf\x8d\xaa\x59\x3f\x3a\x2f\xdb\x1c\x43\x3d\x06\xab\xe3\x89\x02\x06\x0f\x1e\x10\x90\x07\x14\x53\x44\x3d\x8b\x4b\xf5\x1a\x4e\xb2\x71\xba\x8c\xa5\x83\xec\x2a\x67\x2f\xe6\xda\x2b\x57\x5c\xce\x92\xf1\x4c\x5c\xc2\xe3\x38\x5a\x96\x52\x44\x02\x2e\x16\x31\x46\xcb\x9e\x3c\x13\xf2\x42\x3d\xb8\x0a\xd9\xc3\x78\x76\xa6\xf3\x1f\xa3\x32\x51\xdc\xe9\x95\x48\xaa\x56\x29\xb2\x5c\xbd\xb5\xc7\xf9\x7c\x0e\xef\x29\xd5\x31\x3d\x99\x21\x2a\x9c\x28\x96\xa9\xc4\x17\x39\xfc\x4c\x4a\x78\x7d\xc3\xe3\xfd\x32\xba\x52\xd5\xab\xe8\xb3\x14\xa4\xa7\x10\xe0\x65\xa4\x6a\x98\xd1\x9b\x8e\x9d\x59\x44\x19\x74\xa5\x7a\xd7\xd3\x57\xad\x38\x0a\x2e\xa2\x22\x51\xe3\xd0\xcf\xc5\x07\x0f\x06\x77\xf2\xb8\xe7\x4b\xbc\xdd\x3c\x26\x4e\x2e\x1c\x06\x07\x42\x4c\x4f\x92\x2f\xae\x2d\x8c\x5f\x6b\x92\xe6\x51\xd5\x4b\xe5\xa4\xf2\x4d\x52\xb4\xd2\xc4\x65\x8e\x2f\x31\xd6\xc8\x21\x18\x7d\x8e\x56\x10\x35\x61\x01\x89\x2e\x29\xf7\x35\xb2\x55\xdc\xad\x1c\xff\x25\xf1\xe8\x78\xcf\xbd\xf7\x7b\x63\xdd\xc5\x9e\x5b\x37\xcf\xb4\xfd\x8b\x71\x56\x20\x06\xc5\x63\x2e\xb4\x7b\x08\x00\x92\x71\xc7\xeb\x93\x08\xcb\x73\x2c\xdd\xc0\xb1\x7b\x6f\xa2\x9f\x4b\x29\x60\x98\x70\xca\x1c\xac\x18\x5d\xd2\x8d\x90\x35\x8f\x8a\x69\x92\xbd\x91\x93\x6a\x28\x1e\x3f\xec\x5e\x0f\x79\x0e\x33\x73\x33\xdc\xd5\xb9\xa7\x6b\x62\xb0\xce\x95\x6d\xc2\x23\x76\x47\x12\x15\x1a\xf8\xef\x05\x9b\x1e\xbf\xd6\x88\xcf\x30\x06\x5c\xbe\x70\x7d\xed\x25\x70\xdb\x6f\x5c\x84\x30\x4e\x51\x7b\x68\x20\x6c\xc5\xaa\x1b\xab\xa2\x91\x10\x40\x20\x8a\x1b\x52\x82\x5b\x2d\x07\xe7\x6a\x6f\xb3\xb7\x39\x17\x7d\xa3\xbd\xdd\xf8\xfe\x0d\xaf\x03\x1f\xf7\xef\x65\x6b\x73\xae\xfd\x36\xb8\xe4\x8f\x85\x1b\xe1\xb2\x51\x30\x10\xc6\x25\x1f\xf7\xef\x05\x97\xf8\x50\xb9\x0d\x16\xf1\x31\x74\x23\xfc\x05\x44\x20\x61\xcc\xe1\x28\xaf\x49\x04\xdc\x5f\xab\x36\xf2\x65\x07\xe2\x87\x87\x60\xf5\x8b\x0c\x70\x07\xd2\x90\x30\x10\xd7\x8a\xb5\x61\xa3\x6d\xfc\x12\x15\x19\xbc\x44\x4c\xc0\x0d\x5e\x6b\xa5\xd9\xed\xfb\xf7\xc5\xd9\xcf\x99\xfc\xb2\x90\x10\xfc\x4b\xf3\xe7\x64\xa3\x26\x2e\x67\x32\x33\x96\x63\xc4\xc3\xc2\x48\x87\xe2\x3b\x0d\xc3\x84\xee\x70\x83\x37\xac\x68\x7a\x23\x35\xbf\xfb\xf7\x5d\x34\x9e\xa1\xdf\x67\x18\xf2\x0b\x59\xe1\x68\xbe\x43\x18\x6b\x51\xca\x71\x9e\xc5\x25\x94\x8b\x38\x99\x4c\x64\x21\xb3\xb1\x14\xe7\xb2\xba\x94\x32\x13\x57\xf9\xb2\xd0\x1c\x22\x32\x90\x33\x49\x30\xfb\xe2\x13\xd8\x78\x88\x42\xa6\x8a\xbd\xcc\x33\x11\x8d\xc7\xcb\x22\xaa\x24\x82\x83\xea\x00\xb7\x48\x26\x95\x98\xab\xf3\x40\xac\xf3\xd2\x22\x06\xaf\x54\x64\xfb\xcb\xbe\xeb\xf8\xd2\x14\xa8\x44\x08\xbb\xeb\x56\xec\x19\xfd\x5b\x2c\xb0\x87\x5f\xad\xd6\x4e\x41\x74\xb5\xf3\x82\x93\x5e\x07\xe2\x16\x0e\xf9\x1c\x6a\xe1\x5a\x76\xc6\x83\x79\xcc\xff\x3d\xd0\x40\xda\xdf\x6b\x62\x41\xdb\x3d\xd8\xb1\xdf\x7c\xfa\x5a\x62\xf0\xf7\x98\x3d\xf4\x7d\xdd\xc9\x43\xa3\xa1\x1d\xf8\x8d\xa7\xbe\xbf\x51\x16\x6b\xa1\xa1\x12\x63\xb4\xba\xb1\xba\x9a\x87\xfc\xda\x26\xb6\xdf\x49\xc1\x40\xdb\xde\xa8\x16\xf4\x13\xd1\x09\x00\x86\xc2\xff\x10\xb3\x2a\x9e\x5a\xc1\x16\xb4\x13\x43\xb1\xe2\x77\xdf\xb5\x75\x03\xd7\xd6\x0c\xec\x24\xee\xdf\x41\xd8\xbf\xa3\x7e\x21\xa0\x61\xd9\xf2\x92\x61\xd6\xbf\x8e\x48\x4f\x5d\x8c\x5c\x94\x66\x9a\xec\x6a\xac\x69\x36\xdd\x6f\x64\xe9\xbb\xda\x18\xfb\xe7\x16\x06\x7b\x7f\x7f\xe7\x76\xc7\xab\xba\x8a\x2a\x32\x3f\xcb\x20\x72\x29\xb3\xcc\x02\x49\x2f\x0b\x53\xd9\x10\x11\xf3\xf0\xc5\x8f\x6f\xa3\x05\x79\x34\x83\x6a\x0e\x1c\x4f\x7e\xbc\x7a\x6b\xb4\x79\x43\xec\x87\xac\x70\x6c\xa0\x28\xaa\xf8\x46\x07\x92\x72\xeb\xcd\xe5\x3c\x2f\xae\x5e\x67\x3f\x5e\x55\xb2\x6c\xac\xe5\x74\xf9\xc6\x80\xfe\x10\x25\x05\xaf\x58\x37\x27\x53\x03\x47\xec\x70\x7b\x32\x9a\x8e\x35\x24\x6b\x1e\x6d\x77\xc3\x8c\xbb\x9b\x26\x50\x6f\xe8\x8e\xbb\xeb\xd8\x7e\x6d\x72\x50\x9e\x3d\x3e\x50\x03\x16\x38\x0f\xd7\x5c\x7a\xf6\x83\xf3\x4c\x5d\xf4\x1e\x1f\xef\x1d\xfc\x24\xa3\x58\x3c\x8f\x8a\x38\xc9\xa2\x34\xa9\xae\x10\x43\xfb\x83\xd9\x0f\x96\x9f\x3d\xb2\xc7\x79\x25\xaa\xa4\x4a\xe5\x50\xb4\x3e\xe5\x0b\xf1\xe8\x21\x62\x03\xf9\x08\xd8\x8b\xb8\x49\xc4\x58\x4d\xa3\x85\x59\xc2\xcb\xe1\x06\x9c\x31\x83\x90\x00\x74\xc4\x09\x42\x83\xf8\xb5\x8c\x6d\xb1\xd0\x1b\x50\xbe\x19\x74\x6d\xe0\xea\xcd\x44\x2b\x24\x96\xea\x22\x6c\x75\xc5\x32\x4b\xaa\xa1\x68\xc1\x7a\xd9\xfe\x9a\x96\xf1\x7a\x73\xc1\x01\x20\xba\x16\x51\x52\x34\x4d\xc8\xdd\x0a\xac\x8f\x13\x6d\xd9\x01\x1d\xe1\x60\xc5\x48\xb4\x9e\x73\xdc\x73\x75\x24\xfe\x0b\x06\x85\xf3\x65\x18\xb0\x39\xd0\xa8\x03\xa0\xd7\xc2\x27\xcd\x7e\x38\xa0\x12\x67\xaf\x50\x29\x92\x4a\x13\x88\x8a\x47\xa7\xf2\xc3\x51\x99\x36\x7e\x58\x2a\x5b\x50\x04\xbe\x42\x83\x03\x35\xda\x5a\x78\x29\x5e\x61\xa5\x90\x52\x8f\x40\x45\x15\x06\x01\xd0\x7e\x08\x2a\x0b\xcd\x0b\x45\xa5\xff\xad\x00\xcf\x7a\x2d\x30\x48\x21\xae\x6a\x0d\xf5\xf6\x5f\x38\x68\x2b\x9b\x32\xe2\x3e\x0b\xc6\x63\xb5\xd5\xe2\x03\xac\x12\x88\xdc\xe3\x55\x83\x11\x6d\xaa\x17\x44\x86\xf0\x42\xb6\xea\x7f\x6b\xff\xd5\xed\x47\xdb\xb1\x5f\x6d\xd4\x1d\xfb\xcd\x15\xa0\x05\x43\xff\xf9\x0e\xfd\x35\xe2\xec\xbb\xac\xd5\x2a\x38\x9e\x2d\x7e\xe1\xee\x1e\x6b\xb5\xa6\x9d\x20\xdc\x3b\x75\x9a\xd9\xdd\x7f\x4d\xdf\x4e\x9b\xf5\x8d\x55\x19\x9f\x9f\x35\xa8\x3d\x76\x41\x8d\x5e\x1f\xf2\x04\xbb\x86\x7f\x57\xb3\x57\x59\xdd\xf3\xcb\xde\x5b\x37\xf0\xfe\xb2\xd3\x40\x7e\xf0\x16\x91\xcf\x59\x6c\xe6\xe1\xf1\xde\xbb\xbc\x7a\x95\x2f\xb3\xf8\xd4\x7c\x3e\x3d\xfd\xdb\x7f\xfd\xf1\xc3\xf3\xc6\x98\xe7\x1b\x18\xcf\xe7\x26\xe3\xce\xc6\x70\x3a\x9b\x58\xc2\x1d\xb8\x42\x2f\xe6\x8f\x9e\xc1\x86\xf8\xe7\xba\x0a\x8f\x60\x8e\x08\x09\xda\xec\xc3\x3e\x0f\x07\xb9\xd5\x90\xe0\x3c\xb8\x60\xb7\x9f\x84\xae\xd3\xc1\x86\x68\x88\x16\x8f\xf5\xe0\x64\x66\x9d\xd6\x8c\xf5\x79\x74\xf0\x87\x87\x7f\xe8\x8a\x0f\xd1\x54\x82\x02\x12\x86\x75\x6f\x7f\x30\x7b\xc4\x2a\xfd\xd1\x8d\xcc\x82\xe1\x5e\xdd\x83\xf5\xdd\x8a\x8f\x70\x7d\xb6\x3e\xf8\x73\x2e\xce\xa3\xf1\x67\x51\xe5\x62\x96\xcf\xd5\x55\x3e\x95\x6e\xc8\x14\x03\x77\x7f\x60\xc6\xbd\x79\x33\x6b\xbc\x39\x4f\x9b\xdb\xe5\xb4\x38\xcd\xc1\x2b\x5d\x1d\xee\x7c\x09\xa4\x49\x16\x55\xa2\x9e\x63\x79\x29\x77\x00\xb9\xa9\xf9\xae\xb9\x33\x3e\x98\x2c\x07\x58\xbe\x28\xf2\x45\x0f\x36\xf3\xb5\x13\x6c\xac\xfc\x64\x48\x5d\x51\x45\x53\xdd\x01\x73\x70\x33\x0e\x55\x90\xa1\x82\xa5\x59\x40\x5e\x5e\xbd\xa8\x87\x76\x60\x7d\xb5\xd9\xd1\x0d\x23\x2a\x3e\x07\x0b\x26\xcb\x34\x0d\x17\x60\x06\x1f\x5b\x42\xc1\x79\x81\xb7\xaf\x92\xf1\xe7\xab\x86\x42\x90\x07\x35\x94\x61\x1a\x9b\x60\x51\x15\x4d\x87\x7c\xd2\x08\xcb\xa6\x9c\x08\xf7\x65\x53\x06\xd9\x72\x5c\x5b\x74\x4f\x01\x2f\x73\xa7\x30\x93\xef\x27\xea\xcf\xf6\x91\x37\xe9\x5a\x0f\x27\x1d\xdc\xcf\x4d\x79\x4b\x60\xc4\xad\x2c\xba\x68\x39\x7d\x81\x75\x17\xcf\x39\x32\xd5\x4e\xf1\x90\x40\x83\xa7\x1e\x71\x4b\xda\x08\x81\xac\x3b\x20\x28\x09\x7c\x00\x5b\x5f\xb4\x19\xf3\x02\x5d\xc3\x47\x0a\x86\x6d\xb2\x57\xb3\x46\x10\xb0\xe6\xeb\x57\xc1\x3e\xb5\xbe\x94\x2d\x1f\x8c\x9a\xc3\x79\x54\x60\x00\x97\xb8\xc5\xc3\x56\x53\x8d\xe3\x3d\xa7\x4a\xef\x78\x4f\x7c\x4f\x50\x9f\xf0\xa9\xbe\x83\x5a\x7c\x8a\xf8\xa5\x96\x5c\xe5\xd4\x9e\x0b\xba\xc7\xd5\x57\x3d\x4e\xc1\xa3\x2d\xd9\xfc\x50\x2c\x23\x5c\x53\x1e\x3f\x9e\xc5\xaf\x29\x7f\x1f\x9c\x12\x53\x0e\xbf\x4c\x99\x3a\x27\xa6\x48\xfd\xb0\xd9\xa6\x28\xfb\x1b\x25\x61\x73\x12\x5a\xe1\x79\x30\x85\xf8\x93\x65\xd3\x4a\x73\x1b\x47\x0c\x7e\x99\xb2\x4f\xd1\x94\x45\x18\x9b\xda\x7c\x5e\x3c\x57\xdb\x46\x62\xd7\xa6\x74\x2e\x47\xc7\x7b\x88\xaf\xe3\xbd\xae\x38\xde\x33\xa8\xa1\x9f\x1a\x0b\xf8\x33\x45\x6d\xae\xfa\x53\x4d\x12\xff\x82\x39\xe1\x9f\x38\x03\x6a\xaa\x06\x8c\x7f\x56\xd1\xf4\x78\xcf\x18\x9c\x6c\xce\xe6\xc6\xf2\xdc\xd8\x65\xd2\x5b\xad\xd5\x6d\xd8\xfb\x5d\xd1\x66\x5b\xc3\xc6\x39\xd3\x5b\x14\x06\xde\x1a\x0a\xbe\x6a\xba\x4c\xcd\xa4\x35\x84\x25\x3c\x46\x43\x19\x06\xea\xe8\x78\xef\x7c\x8a\xfb\x16\x26\x74\x22\x46\xf8\x87\x5f\x0b\xb0\x80\x15\xe1\xcf\x13\x88\x45\xa4\x56\xdb\xab\x88\x38\xc2\x9a\xf8\xb7\xaa\x4a\x6b\xcf\xeb\x76\x3a\xb5\x5c\x76\x3b\xa7\xf3\x89\xa6\xdb\x33\x8b\xd5\x13\x87\x1d\x7b\x79\x79\xf0\x10\x36\xa6\xe5\xa1\xe2\x6b\x65\xe5\xc1\x36\x77\x96\xa3\xea\x9f\xf7\x79\xe8\x3e\x0f\xde\x89\x6a\x44\x4d\xd7\xe1\x2d\xaf\x4b\x9d\x4d\x8d\x17\x67\x79\x2c\x77\xb9\x07\xcf\xc1\xca\xbd\xc5\x86\xa8\x3f\xd5\x2f\x08\x8c\xba\x17\xb8\x27\xa8\xa0\x76\x5d\xdc\x15\xe9\x67\xc9\x32\xdd\x34\x99\xdf\x86\x20\x6f\x26\xc2\xba\xef\x3b\xa6\xad\x3d\x0c\xd0\x53\xb4\xee\x8c\xec\x20\x0e\x8e\xf7\xa2\x22\x89\x30\xe3\xcf\xf1\xde\x50\x1c\xef\xe1\x6a\x89\x2c\xba\x48\xa6\xec\x71\x7b\x3d\x2a\xd5\xb5\x8b\xf2\xf5\xeb\x2e\xf9\x16\xcb\x45\x04\x28\xab\xc3\xf5\xd1\xe4\x21\xa4\x97\x8c\x21\x5e\xbe\x45\x4a\x98\x4e\xd2\x26\xdc\x42\x2e\x75\xad\x1b\x50\x4d\x6a\xea\x3f\xb7\x7d\xb2\x84\xf6\xb6\x0f\xc4\x8b\x22\x5f\xc4\xf9\x65\x06\x02\x8d\x2f\x15\x7c\x5b\xc1\x7f\x29\x16\x13\x3f\xae\xea\x40\xf5\x93\xf2\xa3\xfc\xdb\x32\x29\x90\x45\x79\x60\xb3\x98\xba\x2c\x6f\xbd\x5e\x9c\x14\x12\xce\x63\x8d\x65\x6e\x1f\xb5\x96\x90\xef\x8e\xf2\xb3\x63\x8e\xa0\xae\xc0\x0c\x45\xad\x93\x4e\xa0\x53\xc2\xd4\x2e\xdd\x96\xe4\xc6\xef\xd6\x84\xd2\xb5\xfa\xef\x80\x3d\x2b\xd5\xd9\xf0\x70\x22\x46\xcd\x3b\x87\xaa\xb4\x57\xeb\xce\x3f\xdc\x75\x75\xaa\x0e\x4a\x51\x7d\x9a\x25\xe5\x6b\x8c\xa5\x98\xfc\x2a\xe3\x1d\x3a\x08\xb6\x73\x20\x27\xd9\x4c\x16\x49\xb5\xf3\x90\x9d\xfa\x00\x49\xed\x50\x32\x63\x46\xa3\xe5\x41\x96\xf7\x26\x49\x16\xf7\xe2\x7c\xde\x53\xf7\xc6\x50\x3c\x84\xa5\x1b\x0c\xc4\xac\xaa\x16\xe5\x70\x30\x98\x26\xd5\x6c\x79\xde\x1f\xe7\xf3\xc1\x55\x94\x65\xc9\xf8\xf3\xb8\x18\x90\x2d\x34\xca\xb0\x7a\x08\xeb\x3c\xcd\xcf\x07\xf3\xa8\xac\x64\x31\x88\xf3\x71\x39\x28\xd4\x99\xae\x75\xd1\x9f\xc7\x77\x77\xb9\xaf\xc4\xdb\x28\x8b\xa6\xbe\x3c\xab\x87\x29\x11\x6f\xc0\x05\xf8\xdb\xd4\x5e\xfc\x5e\xc9\x66\xde\x21\x9f\x27\x15\x38\x34\x3e\xcf\xe3\x9b\xf2\x12\xd1\xa3\x47\x57\x61\xd1\x40\xc3\xe1\xa3\xc2\x1b\x13\x04\x68\x3f\xc5\x28\xcf\x01\xc8\x61\x92\xd4\x45\x4d\xed\x45\xf0\x3b\x06\x29\x0b\x17\xc5\x71\x9e\x7d\xf2\x38\xa3\x9d\xde\xfa\x7a\x32\x8b\x02\x8c\xfb\xd5\x0c\xa2\x05\xfc\x75\xd2\xa1\x49\x94\xc9\xaf\xd7\x92\x5a\x84\xa9\xf2\x46\x0e\xeb\x4e\xd8\xb7\x26\x82\x4b\xfa\xd8\xea\x19\xe0\xef\x55\x91\xcf\x9f\xab\x61\x04\xab\xcd\x65\xb6\xfc\xe8\x49\x69\x34\x8a\xd2\xa4\xac\xce\xf3\x2f\x0a\x45\xaa\x5a\x6b\x9b\x80\x04\xb7\x9c\x8d\x34\x4e\x2b\x0e\x52\x0b\x7f\x77\xd1\x36\x32\xcb\x6f\x2b\xe9\x55\x67\x5f\xec\x62\xdb\x8f\x76\xf2\xf6\x5b\x68\xce\x4c\x3c\x83\xe7\x04\x7c\xfc\xc9\x45\xfd\x2f\xf2\x0a\x42\xaa\xe8\xa3\xd6\x2f\x17\xd1\x58\xda\xa3\xd7\x97\xe8\xd0\x66\x7e\x2f\x17\xec\x87\x9a\x82\x53\x37\x66\xbf\x66\xf9\x5c\x9e\x18\x3e\x58\x1f\x7f\xff\xe2\x62\x09\xac\x81\x9a\x7d\x67\x53\x13\x23\x4e\x5d\xba\xdd\xd6\x70\xba\xa2\x56\x9f\x38\x49\x03\x51\x57\x75\x98\x6b\x92\xc6\x54\xb3\x44\xcb\x61\x04\xfe\x52\x5c\xae\x07\xb1\x3f\x8e\xd2\x14\x72\xc6\x53\x0e\x59\x88\x97\x49\x4d\x4d\xc3\x7e\x14\xc7\x10\x89\xd7\xa4\xd6\xb7\x5f\xfa\xe7\x49\x16\xb7\xc3\x97\x5a\x1b\xea\x1a\x9f\x23\x6c\x89\x5e\xfa\x2f\xf2\xf1\x52\x31\x7f\xe0\x76\x6b\xa0\x06\xca\x6e\x08\x9f\xf2\x56\x7b\x90\xe9\xeb\xb5\x61\xa2\x5f\xbd\x87\x02\xfe\xf1\xda\x10\x4d\x22\x50\xfe\xf3\x86\x73\x7d\xab\xce\xb7\x9c\x78\x73\xa5\xaf\xd7\x86\x69\x94\x13\x08\xb2\x91\x07\xfb\x28\x27\x6d\xb7\xe5\xdc\x8c\x63\xa7\x46\xf4\x72\x39\x35\xbb\x6d\x6d\xdf\x49\xa7\x90\xb3\x4e\x8c\xcc\x0e\xef\xc3\x07\x75\xb9\xd3\x9e\xc6\x1a\x35\x0c\x98\xa3\xe1\x14\xb4\x69\x68\xe6\x84\xf0\xf1\xf6\xc7\xcb\xa2\x90\x59\x05\x61\x50\xe0\x8b\x13\xbb\x82\x3a\x82\xc4\x45\x70\xaf\x83\xa1\x83\x27\xf2\xe5\x45\x6d\x5f\x16\x6b\xd4\xeb\xfa\x12\x61\x4b\xde\xb5\x3a\x4a\xa4\xa4\x50\x46\x49\xa3\xe1\x93\x95\x63\x5a\xca\xca\x2a\x99\xaf\x28\x0a\x06\x92\x2b\xee\xdf\x77\xaa\x14\xf9\x62\xb9\x10\x4f\x21\x82\xb3\x08\xb7\xb6\xe3\x30\x34\x97\x8f\x84\x3e\xb2\xb1\x68\x06\xc3\x01\x56\xda\x18\x54\x82\x82\x22\x45\x69\x8a\xca\xa7\x59\x54\x51\xb6\x0a\x71\x2e\x21\x12\x05\xaa\x3d\xf5\x0a\xab\xa5\x12\x55\xae\xc8\xd0\x45\x12\x4b\x11\x89\x42\x4e\x44\x95\x33\x60\x11\xc4\xfc\x56\x77\x33\x80\x6b\x95\x62\x59\x2a\xd6\x39\x47\xe7\x3e\x0e\x49\xb7\xca\x33\xda\x02\x34\x52\x67\x5b\x98\x81\xda\x1b\x92\x4d\x47\x7f\xc4\x4a\xeb\xd0\xa6\xa8\x45\x09\xe2\xdb\xa2\x56\xd8\x76\xb7\x1f\x0e\x05\x6e\xd7\x76\x67\x1b\x74\xcc\x93\xdf\x04\x1e\x4b\xdb\xea\xe2\xfb\xe0\xdc\x04\xe0\x66\xea\xef\x28\x08\xb2\x61\xea\xd2\x47\xe6\x80\xda\x30\x3a\x2f\xea\xb8\x3f\xc8\x5f\x92\x34\xfd\x39\x9b\x37\x62\x81\x95\x7b\x88\xe0\x84\x34\x8c\x09\x3a\x61\xa8\x4f\xad\x9f\x3c\xf8\x5e\x3b\x76\x35\x6a\xa6\x0f\x7a\x43\x0f\xb0\x01\x5d\xe0\xea\x53\x18\xae\x47\x3b\x36\x80\x7c\x5e\x41\xc2\x53\x1f\xac\xfa\xdc\xae\xaf\xd3\xe9\x77\x73\x2a\xec\x38\xfd\xd9\xef\x4f\x18\xe6\xec\x57\x31\xc2\x2f\x2e\x46\xfa\x60\x0d\x7b\x28\x53\x39\xae\xf2\xa2\xdd\x3a\x02\x71\x8f\x8e\xd3\x7c\xd2\xf2\x48\x71\xa8\xa7\xfa\xa4\x5e\x57\x72\x0e\xcf\x14\x77\x52\xfa\x73\x60\x52\x63\xa4\x8e\xe6\x44\x21\xa9\xd2\xac\x67\x2d\x68\x94\x68\x61\xd8\x9b\x96\xdd\x76\xae\x6e\x4b\xc1\x49\x2a\x39\x6f\x6d\x40\xbb\x8e\x2e\xe5\xe3\x1d\x03\x35\x75\x58\xdc\xb6\xd7\x19\xd0\x9a\x28\x05\x32\x80\x96\x76\x11\x72\xf5\x0e\x49\xe9\x8a\x33\x8d\x62\xdc\x17\x67\x9a\x9e\x65\xf2\x42\x3b\xe4\x0c\x06\x8a\xba\x65\xcb\x34\x45\xf7\xe4\xa4\x12\x49\x29\xca\x7c\x2e\xd5\xeb\xbb\x84\x12\x91\x64\xa2\x92\x65\x55\xf6\xc5\xa7\x5c\xcc\x93\x2a\x99\x82\x47\xc8\x2c\xaa\xba\xe2\x52\x8a\xbf\x2e\xcb\xca\x40\x5b\x96\xd2\xf6\xcb\x96\xf6\x4c\x44\xe8\xf4\x3c\xd1\x14\xf6\x0c\xd6\x4d\xd7\x38\xeb\x5b\x5e\xd0\x29\x60\x3b\x85\xb6\x37\x71\x7c\x5e\x07\xee\xd6\x38\x3a\xc1\x70\x56\xc8\x30\x3a\x00\xdd\x4d\x06\xe1\x85\xf6\x8e\x8a\x3c\x95\xa3\xe3\xe3\xe3\x3d\xd0\xa5\x68\xf0\x6c\x8f\x7c\x2f\x8e\xf7\x54\xf9\xc9\xf1\x5e\x27\x78\xe6\x39\xcf\x69\x16\xd1\x7c\x6c\xd7\x99\xdd\xc7\x34\x33\xc3\xf4\x1e\xb5\xc6\x8a\x83\x54\x6f\x9b\x2a\x5f\x8e\x67\x10\x8b\x5a\xfd\xfa\x2c\xaf\x96\x8b\xd6\x49\x7f\x92\x17\x2f\xa3\xf1\xac\x6d\x39\x74\x78\x38\xd4\x37\x64\x4c\x1c\xa9\x19\xd4\x9b\xa4\xac\xa4\x42\x93\xc4\xcc\x66\x38\x80\x10\xff\xca\x03\x69\x08\xcc\x34\x52\x9b\xaa\xc7\x5e\x9a\xe1\xb8\x84\xb1\x36\xe1\x1f\x7e\x83\x09\xb3\x21\x04\xe7\xfc\xc3\x4d\xe7\x1c\x7e\x06\x78\xec\x9b\x53\xcc\x92\x42\x83\x4e\x1c\xdc\x58\x64\x1f\x83\x0e\x28\x8a\xf2\x03\xe8\xc5\xfb\x10\x24\x11\x28\x0c\x4e\x5b\xd5\xd3\xd5\xd4\xcd\x67\x9e\x6f\x55\x74\xde\xe9\xb8\x81\xea\x40\x46\x1f\x38\x29\xf5\x73\xa1\xcf\x55\xed\x38\x71\x48\x6a\xd8\xaf\xcb\xd7\x19\x3f\x7c\x06\xbc\xbe\x9b\x4a\x93\x69\x04\xfc\xef\x6c\xf7\x6a\xb0\xba\x28\x04\x95\x2e\x2c\x18\xc5\xfd\xfb\xf0\xff\x06\x98\x50\xc5\x03\x67\x31\xd9\x0e\x8c\xf3\xeb\x57\xb7\x9f\x0e\x61\x1b\x90\x7b\x8f\x21\x17\x50\x6e\xd7\xc0\x43\x6e\x63\x38\x40\x76\x89\x21\x23\xdc\x96\x1b\xb6\x89\x7d\xcd\x79\x1b\x84\x0a\xd8\xd6\x30\xa7\xe3\x0f\xfe\xe9\x50\x25\x49\x89\x11\xb4\xf5\x4d\x20\x2c\x4a\xd4\x0a\x3e\xd3\x3a\x8e\x76\x4b\x11\xb0\x56\x07\xf7\x91\xb9\x6f\x68\x83\x6d\xab\xef\x5e\x5f\x7e\xbf\xde\x75\xcd\x98\x81\x51\x78\xc1\x55\xe3\x73\xe1\xe2\x96\xea\x02\xe2\x9d\xc5\x1c\x24\xd9\x62\x59\x7d\x55\xf7\x6d\x54\xc8\x68\x90\xf4\xd5\x55\x63\x93\xd9\x54\xd1\xf4\x5d\x34\x97\x40\xf5\x11\xf0\xfd\xfb\xe2\x1e\xe3\x11\xa3\x47\x8f\xae\xdc\xc2\x76\x0d\x6b\x54\xcc\x67\xb4\x7d\xb1\x21\x82\x67\x4d\x34\x63\x42\x4e\xd2\x64\x74\xd0\x49\xbe\xb1\x0e\x46\xe2\x0f\xff\xc1\x8f\xf1\xfe\x48\xfc\x1f\x1e\xfc\x53\xf6\x5d\xc0\x9c\x63\x0d\x32\xc2\xfa\xa9\xc2\x8e\xbf\xad\x57\x9b\x9a\xed\x48\x15\xdf\x42\x92\x74\x52\x9f\xed\x81\xe8\x3d\x72\xc2\x98\x0e\x06\x02\x98\x74\x75\xb7\xc3\xb9\x6d\x27\x13\x30\x08\xcc\x81\x4b\x8f\x32\xf5\xe0\x19\x2f\xe9\xf2\x4f\x8a\xb2\xc2\x6a\x6a\x83\x5a\x28\x6a\xa0\xf7\x6a\x9c\x7f\xc7\x35\xf5\x0e\x1c\x3f\xfc\x67\xd0\x26\x28\x1d\x51\x32\x97\xf9\xb2\x62\xf7\x86\x07\x89\xbf\xe5\xff\xd0\x77\x59\xad\xa3\x87\xea\xe2\x19\x2f\xed\x3b\x82\xdd\x0a\x42\x38\x86\x4e\xf5\xb7\xca\xfd\xfb\xb8\x13\x7d\x1c\xbd\x6a\xc2\x81\x82\x53\x45\xe7\xe7\xe0\x40\x58\xe4\x73\x11\x65\x80\x3a\xa4\x8f\xe2\x17\x29\x32\x29\x63\x98\xbb\x03\x50\xbd\x22\xc7\x51\x29\xc1\x09\xb1\x90\xb5\x17\xa5\xc2\x43\xa9\x18\x43\x48\x9a\x6a\xc9\x74\x97\xc2\xde\xcc\xa3\x2b\x07\x9e\x5a\xb2\x73\x04\x93\x45\xd5\xb2\x88\x52\x91\xc9\x2f\x15\x8e\x11\x02\xd4\x9c\xab\xff\xc1\x10\x79\x5f\xa8\x49\xec\x5b\x58\x8d\x9b\xdb\x2c\xe1\x76\x7c\x6f\x43\x71\x90\x84\xcb\x72\xec\x60\xbd\x61\xbb\xac\x37\x1f\x35\x77\x1d\x39\x19\x69\x3c\x57\x55\x74\xde\x75\x86\xb1\xcb\xb9\x69\xdc\xcc\x75\x42\xbb\x09\x3d\x5b\x4e\xf7\x2e\x23\x31\xb4\x16\x6e\xd0\xc6\xe5\xba\xce\x58\x3c\x31\xf4\x72\xd1\x30\x0e\x45\x35\x6d\x2b\xde\xa4\xb1\x05\xac\xfe\xb8\x2a\xd2\xbf\xc8\x2b\x67\x1a\xea\xea\xf9\x4e\x5f\x7d\xa5\x77\x63\xd1\x5e\x7b\xe2\x56\x87\x1e\xc4\x88\x35\x63\x9d\x12\x3f\xf2\x84\xd3\x16\x35\x4b\x36\x2b\x7e\xab\xa9\xa9\xd8\xd1\x3b\x25\x8d\x43\x16\x66\x04\xf8\x7f\x75\x95\x3c\x14\x4f\xe9\x57\x4f\x3c\x12\x43\x3e\x36\x0a\x24\xdd\x13\x8f\x38\x61\xb2\xf8\x77\xd0\xdf\x38\xb6\xec\x66\x63\x53\x8d\x82\x63\x11\x4f\xc5\x43\x31\xa4\x5a\xdf\xbb\x63\xe3\xb8\xb3\x8d\x8f\xa0\xee\xc6\x53\xcf\x35\x18\x7c\xbc\xb5\x15\x3f\xdd\x61\xc9\x6d\x0b\x56\xfb\xe8\x34\x38\x9b\xdd\x46\x05\x76\xe9\x3b\x0e\xeb\xf1\xf5\xc6\xf5\x78\x0b\x3d\xdc\x99\xc9\xa8\x0d\xe4\x87\x1d\x06\x02\x0c\xfb\x2c\x2a\x3e\x14\xb2\x2c\xc1\xd8\x14\x1d\xc8\xfb\x13\x50\x5f\x45\x85\x9a\xbf\x39\x91\x6e\xd6\x3d\x07\x10\x44\x81\x87\x33\x26\x46\xe2\xe1\x13\x91\x88\x7d\x67\x2c\x3a\x39\x9a\x48\xc4\xf7\x23\xf1\xc8\xdb\x7a\xaa\x21\xdc\x93\x6f\x64\x55\xc1\x33\x84\xb7\x3d\x4a\x4e\xfa\x8a\x61\xd4\xb9\x4e\xef\xdf\xdf\x54\xac\xf0\xd9\x3c\x4e\x3c\xd3\x4e\x5f\xa3\x11\x47\x41\xc7\x77\x37\xf3\xbb\xb2\x6b\xe5\xd6\x3b\x2f\x64\xf4\xd9\xf1\xf4\x5a\x3b\x27\xc3\xf9\x23\x24\xaa\x64\x22\xcd\xfa\x4b\x82\x24\x9d\x1b\x05\xa7\xbe\x8c\x94\x49\x23\x1a\x52\x39\x36\xc9\x37\xc3\x03\x34\x4a\x21\x33\x36\x73\x9f\x35\x8c\xcb\xf2\xb1\xfe\x0b\x5e\xe2\x56\xde\xc6\x17\x73\xc9\x1f\x4f\x12\xdc\xf0\x1c\xc3\xa8\x7d\xae\x8c\x42\x7d\xf1\xa4\x13\xd6\x96\xa2\x2b\x4e\x0b\x50\xa8\xb0\xd2\x7c\x0e\x5e\xa0\xea\x7f\x6c\x2e\x5d\x71\xd4\xc2\xbe\xc1\x02\x81\x26\xa6\xfe\xd6\xda\x07\xd0\xe3\x3f\x7a\x74\xa5\x0d\x11\xf0\x1f\xb7\x23\x04\xd0\x01\x3b\x42\xd7\x92\x90\x6a\xd5\x2c\x09\x99\x8a\xc5\xd4\xaa\x2b\x48\xb4\xaa\xc6\x54\xf1\xd4\x34\x64\x20\x61\x8a\xe1\x17\x2b\x2d\x93\x5f\xed\x20\xd4\x0f\x56\x96\x45\x17\xa6\x28\x8b\x2e\xba\x0e\x13\xee\xa9\xbd\x2d\x8c\x5a\x11\x6b\x87\x9a\x76\x53\x17\x7f\xf2\x72\xad\x77\xb7\x55\xf4\x17\x56\xab\x02\x0b\x4a\x2c\xe7\x16\x94\x56\x73\x62\x8a\xf5\x07\xde\x47\x55\x15\xdb\x4d\x2c\x4f\xd1\x22\x66\xab\x89\xa5\x59\x11\xfc\x89\xd8\xc7\xbf\x01\xd5\x64\xed\x9e\xfc\x4a\xf5\xb3\xe8\x82\x3e\xd5\xf0\x84\xdf\x11\x27\xf4\xb7\x9e\x3c\x33\xe0\x54\x7f\x18\x5d\x90\x35\xe7\xc4\xcd\x8c\xb6\xa5\x0a\x3f\x5f\xbf\x8a\xb6\x5a\xbf\xa7\xa2\x95\x26\x90\x19\x3c\x4e\x2e\x5a\x5c\x1c\x54\x2e\xcf\xd5\x15\xf1\xba\x7c\xa6\x17\x45\x3b\x7b\xd8\xb3\x5d\x1f\x24\x3b\xda\xa8\x49\x7d\x4e\xf6\x26\xe0\xcf\xcb\x0e\xae\xb6\x43\x39\x7a\x74\xe2\x7d\xe9\xda\xe3\xda\x8e\xe9\x99\xe1\x31\xe0\xd8\x3b\x2f\x54\xf4\x83\xff\xd6\xe2\x01\x18\x5d\x27\x30\x99\xaa\x58\x4a\xe6\x27\xeb\x53\x9a\x9b\x98\xbf\xda\xf3\x78\xcf\x51\x6e\x1e\xef\xa9\x91\x81\x68\xd9\x1e\x50\x38\x3d\xf7\xef\xeb\x2d\xff\x54\xb4\xf0\x2f\xb5\x16\x68\x3f\x12\x3a\x45\xf7\xef\xd7\xa6\x12\x6a\xe9\xbb\x30\xd4\x3c\x11\x40\xec\xd2\x83\x1d\x88\xfe\x03\x66\x2b\x9d\x88\x91\xfd\xe1\x36\x6b\x9d\x57\x19\xb6\x69\x9d\xe8\xf4\xdc\x35\x17\x07\x5d\x85\xdc\x12\x92\x5f\x01\xe2\xbd\x7b\x40\x3b\x78\xe5\x7e\x6c\x2d\x50\xee\x21\x11\xba\x7f\x5f\xdc\x0b\xf7\xdd\x2f\x67\xf9\xa5\x62\x46\x91\x7a\xb9\xc3\xca\xa2\x0b\x48\xb1\x0b\xa3\x52\x84\x68\x8b\xef\xc3\xee\x66\xc8\x9e\x8d\x5c\xff\x03\x6a\x7b\x8b\xae\xdd\x8a\x14\xc3\x83\x8b\x5e\xad\x6a\x9d\x36\x55\x77\x7b\x4f\x64\xf6\xd7\x25\x65\xcc\x0d\xfd\x32\x4a\xb5\xf4\x05\x98\x16\xc0\x9a\x17\x72\x02\x39\x75\xf2\x09\x1e\x7d\xcc\x71\x09\x41\xc0\xd5\xbe\x29\xe4\x04\x8e\x7e\x92\xa1\xca\x11\x10\x58\x53\x44\x22\x9c\x0e\x9b\x73\x9e\x91\x24\xd3\x51\x53\xd3\xb7\xba\xb7\x94\x63\x6f\x0d\xf6\xce\x9d\x60\xc2\x0d\x8d\xed\x27\xc7\xd9\xba\x4d\xd4\xc3\x35\x26\xe2\xf6\x15\x41\xcb\x68\x53\xe1\x5a\x46\xd1\xa6\x63\x66\x9d\x1b\xcb\x49\x92\x49\x22\xfb\x57\x3b\x98\xa7\xba\x0d\x1c\x4b\xd7\xdb\x59\xfa\xfe\xbe\x2d\x70\x0d\xad\xce\x2f\xd5\xae\x28\xdb\x64\x0e\x28\x64\xb6\x9c\xcb\x42\xb1\x45\xef\xb3\x54\x3d\x2e\x81\xa6\x7e\x46\xfb\x36\x9e\xd2\x19\x1b\x74\x9e\x00\x4d\xa7\x82\xa9\xac\xde\x5f\x66\x1a\x99\x87\x57\xf3\xf3\x3c\x2d\x35\x8c\x12\x7f\x5a\x30\xc1\xda\x2e\xdc\xfa\x68\x2c\x14\xfa\x4b\xe7\x91\xb6\xb7\x4f\x79\xa5\x2e\x1d\xbd\x3d\x83\x9d\xbd\x90\xe5\xb8\x48\x16\x55\x5e\x98\x89\xab\x56\x7d\xdb\xdf\x13\x75\xbb\x88\x35\xcc\x1c\xf2\x5d\xf5\xa3\xc5\x22\xbd\x52\xaf\xc9\xb2\xab\xfb\x86\x1a\xd4\x8f\x2a\x78\x82\x37\x91\x19\x0a\x31\x23\x87\x8b\x42\x46\x71\x5b\xeb\x4a\x56\xee\x3b\xeb\x11\xbe\xb3\xa2\x62\x0a\x6a\xa8\xd2\x3e\xb2\xbe\xff\xde\xe0\x2e\x5f\x16\x63\x75\xff\x99\x5a\x47\xc9\x89\xb8\x37\x42\x55\xef\x53\xf7\xf3\x50\xac\xd6\x88\xbe\x44\xfc\xab\x78\xac\x60\xe8\x55\x46\x64\xb4\x11\x5c\x87\x54\x68\x01\x8d\xdd\x67\x90\x2b\xf8\xc7\x89\x66\x00\x02\x9f\x2e\x8d\xe9\xe8\xb3\xbc\x3a\xe9\x68\x6c\x99\x07\xef\x16\xac\xc3\xa6\xa0\x3a\x4e\x1f\x89\x2c\x4d\x2f\xdb\x60\xe8\x69\xd8\x9e\x9b\x26\xba\x61\x8a\xa1\x41\x78\x13\xdd\xb6\x83\xb0\x13\xa8\xdc\x31\x98\x30\xfb\x82\x34\x2d\xb8\x33\xfc\x28\x09\x86\x50\x36\x06\x4b\xd8\xc9\xfe\xdc\x58\x85\xfa\x56\xe2\x8e\x79\x38\x3c\x89\x1a\xcc\xbe\x55\x99\x36\x62\x6d\xc5\x3a\xef\x92\xcc\x5a\xd6\xf4\x94\xc7\xc0\xdb\xc1\x0c\x75\x8b\x01\x6a\x08\x5a\x57\x9c\x36\x9b\xa1\x86\x1a\xec\x6e\x92\x7a\x5d\x63\x54\x9d\x71\xce\x0a\x8f\xc9\x74\x8e\x9e\xc4\x16\x43\x10\xc1\x0d\x6d\x83\x05\xcb\xff\x76\x37\x16\x98\x3b\x99\x2f\x86\x30\xd3\x64\xca\xb8\xc3\xeb\x1f\xe7\x2f\x2b\x4a\xef\xe9\x23\xe0\x9e\xc5\x0f\xbd\x4a\x8f\xad\x06\x3e\x28\x3f\xc8\x49\xdd\xe0\x4b\x36\xdc\xd2\xb6\xec\x06\x60\x6f\x92\x64\x6c\x97\x13\x5c\x97\x61\xac\x3b\xaf\x79\x36\x93\x7c\x68\x86\x63\x0a\x58\x5c\x1a\x0e\xb2\x26\x7f\xd0\x07\xad\x81\x99\x0a\xad\x25\x30\x56\xde\xc1\x20\x56\x68\x15\x3e\x95\x51\x69\x98\x24\x05\xbf\x69\x83\x18\x5e\xcc\xbd\xa7\x78\xdc\x93\x46\x5f\x0b\xbd\x6c\xbe\xb7\xc2\x71\xb6\xee\x8a\x7a\x27\x37\x71\xa1\x0a\x30\x55\xd7\x61\x7d\xea\x6c\xcf\x6d\x58\xb3\xed\x6c\xd9\xb5\x58\xcf\x66\xb6\xf3\x81\x5a\xbd\x4d\x1e\x49\x97\x18\x12\x95\x4a\xe9\x57\xc8\x19\xe9\xa3\xa4\x30\xc2\xef\xf2\x58\x1e\x82\x9c\xb4\xee\x4f\x44\x75\x9d\xf6\x65\x34\x91\xaf\xb3\x8b\xfc\x33\x44\x53\xbb\x2c\xa2\xc5\xb3\xa2\x88\x30\x5d\xd2\x47\x39\x09\xdd\x21\x78\x45\xbc\xa6\x17\x09\x45\x2f\x1e\x1d\x67\xce\xd1\x63\x9c\xd1\x8e\x6e\x0a\x2e\xc0\x1d\x9c\x15\xdc\x06\x01\x7b\x26\x43\xa4\x0c\x0f\x76\x9a\x82\x9c\xcd\xe7\xbf\xba\xea\x4b\x49\xa9\x5f\x60\xfe\x6d\x55\xb3\xd3\x15\xa7\x9f\xe5\x15\xca\xc7\xe1\xaf\x7d\x80\x80\x3f\x80\x63\xd3\x74\x41\xb5\x3f\x52\x5f\x4f\x1c\xc6\x0d\xbe\xf8\x82\x8b\x8d\xbe\x13\xc4\x7a\xfa\x65\x5d\x71\xa4\x5a\x9d\xa8\x67\xdf\x38\xaa\xda\xaa\xbf\x0e\xbf\xce\x08\xb4\xc7\xdb\x34\x5d\x3c\x1b\xef\xa3\xae\x38\xde\x2b\xe4\xe4\x27\x78\x32\x42\x54\x07\xbb\x94\x59\x1e\x73\xda\x8e\x9b\x04\x1b\x1a\xd3\x6e\xfd\x26\x85\xba\x36\xa7\x8c\xd9\x68\x4e\x75\x84\x60\xf7\xae\xdb\x8c\x5d\x34\x3b\x5d\x8f\xee\x96\x68\xba\x18\x6f\x67\x62\x4c\x73\x0e\x4f\x79\x99\xa6\x37\x94\x73\xd3\xe1\x6e\xff\x88\xb1\xa7\xda\x1b\x70\xd4\xe9\x8a\xd6\x99\xf9\x62\xad\x46\xd1\x40\x00\x4c\xd8\xf3\x65\x55\x26\xb1\x14\xf9\x44\x44\xe2\x8c\x0e\xfe\x99\x9d\x59\xdf\x37\xd5\x65\x67\x3f\x24\x03\xec\xb4\x99\x3e\x40\xdb\xbe\xb3\x4d\x92\x89\xba\x61\x1e\x41\x76\xd7\xa4\x59\x72\xe0\xbd\xf8\x0d\xa2\xec\x09\xe7\x1c\x20\x01\xdf\x20\xa8\x69\x26\x89\xfd\xe7\x79\x56\xaa\xc7\x9f\x96\xe5\xb0\xf7\xa4\x8f\x6a\x8f\xbd\x08\xf5\x57\x23\x5c\x35\xbe\xc2\x87\x3a\xac\x7d\x31\x4c\x04\xce\x91\x10\x09\x5e\xe7\xff\xf4\x47\xbe\x43\x69\xc8\x6f\x1d\xe2\xc3\x5e\x90\x5b\xbc\x85\xef\xcc\x0f\x78\x8b\xdf\x2f\x35\xa4\x9c\x96\xba\x18\x7f\x36\xfa\x05\x8f\xa3\x42\x86\x63\x86\x6d\x0a\xe4\xf5\x4d\xfd\x58\x37\x7a\x24\x53\xf6\xcd\xa0\x77\x6d\x0b\x5c\x16\x66\x51\xb9\xc8\x17\xcb\x45\x2b\xec\x07\xbb\x48\x93\xf0\x7c\x83\xbe\xbc\x01\x5f\xe4\xcd\x4e\xaf\x84\xb5\x16\xa6\x82\x88\x8a\xab\x56\x78\x68\x55\xb1\x74\xa2\x84\xb9\x26\x5d\x77\xe5\x17\x8a\xd0\xae\xe1\x1d\x4a\x8f\xb8\x6f\xec\x23\x4a\x8b\x68\x1e\xd4\xf4\xfb\xae\x5f\xd4\x9e\x99\x5c\x03\xcb\x60\x07\x63\xa5\xa9\x59\xc8\x8a\x3c\xa0\x4b\x37\xfe\x10\xda\x6d\x25\xa0\x64\xdf\x60\x93\xd7\x6c\xfc\xca\xfa\x22\x55\x15\xb7\xd0\xac\xa2\xe9\x6d\x2c\x5a\x69\x7a\x4d\x0f\x79\x3d\xf7\xa0\x05\xb6\x9e\xe8\x46\xd5\xff\x54\x56\xa4\xe8\xe5\x2e\x35\xea\x53\xb3\xe7\x95\xe3\xf4\xa3\xd1\x0a\x43\x3a\xf2\x0e\xcf\xc9\x2d\xac\x0d\x82\xce\x1f\xa6\xe4\xbb\x05\x1d\x65\xf6\xd4\x6f\xb0\x1e\xb0\xd5\xc3\x36\x04\x14\xf4\xcd\xa9\xe7\x84\x7e\xf3\xec\x0c\x78\xbd\x80\xb5\x01\x90\x69\xbf\x9e\xfa\xc6\xf5\xfe\x8a\xb4\x79\x75\xe0\x5b\xdd\x6a\x80\xd5\x70\x6d\x07\x48\x7b\xcf\xca\x5d\x1d\xbe\xe6\x87\xbd\x4a\x86\x4d\xb6\x35\x35\x2a\xb7\x68\xf2\x2d\x90\xa0\x3e\xdf\x06\x9f\xf3\xa3\x27\xa9\xc9\x93\xb2\x5e\xcd\xd1\x53\xe0\x1b\x6d\xbc\x1e\x59\x4d\x1b\xaf\xf6\x14\x04\x23\xd7\xf1\x9e\x68\x9b\x41\x80\x23\x4a\x47\x4a\xc4\x98\x8b\x61\xc5\x0d\xd5\xd3\xe6\xa8\xb5\xb4\xe6\x95\xe2\x12\xb5\x86\xb4\xb8\x5f\xbf\x0a\x77\xb5\xfc\x9a\x3d\x28\x6e\x0d\xfd\x6a\x59\x74\xd1\x4b\x93\xec\x73\x6b\xa8\x96\x57\xf3\xeb\x01\xc5\x2b\x1a\x98\x99\x10\x58\xa4\x9b\x74\x5f\x03\xa8\x3d\x5f\x66\xf8\xda\x8c\x5b\xe2\xa9\x5f\x61\x78\x83\x28\x4d\x0e\x53\x70\xbc\x57\x16\xbd\x3c\x4b\xaf\x74\x30\xe4\x75\xd7\xae\x06\x1f\xeb\xa7\x68\xea\x08\x23\x0d\x25\x74\xc8\x1f\x9a\x55\xb4\xa2\x96\x21\xab\x38\xe0\x19\xaa\x62\x5b\xff\xd2\x72\x0d\xae\xd0\xdc\x3d\x00\x02\x39\x25\x0f\x8a\x3e\xc8\xf0\x7f\xbf\x8c\x1d\x60\xf3\x77\x83\x75\x97\x31\xfe\x68\xa4\xcd\x9a\x08\x6a\x13\xa6\xba\x9d\xd6\x0d\xf4\xd2\x74\xb2\x56\x01\x2a\x66\x14\xc3\xec\xd0\x1a\xee\x8a\x5f\xcb\xac\x9c\x82\x80\x69\xaf\xd0\xe3\xbd\xa1\x4b\xc0\x6b\xf6\x4d\xd4\x40\xd3\x6e\xd3\xc0\x5c\x07\x9c\xc6\x19\xa6\xd2\x84\x46\x33\x16\x22\x4d\xc6\x68\x5b\x51\xc2\x1e\x6f\x56\x16\x4c\x34\x61\x68\xfe\x32\xfb\x90\x31\x5a\x05\x8b\x01\x40\x77\x44\x21\x27\x8f\x99\xad\xa1\xfa\x86\x9b\x4c\x95\xf4\x0b\x8a\x06\x70\x27\x2b\x06\xfd\x3f\x66\xa6\x04\x8f\xaf\x6d\x4b\x50\x68\xeb\x81\xc7\x9d\x1b\xec\x00\x72\x53\xdc\x69\x0f\x50\xdd\xeb\xec\x02\x6a\x72\xe3\x7d\xb0\xd1\x86\x01\xe9\xf6\x76\x4b\x06\xcb\x18\x6e\xb4\x67\xa0\x6a\x9b\xad\x1a\xbc\xca\x84\x0b\x32\x97\xf3\x9e\x79\xcd\x46\x10\x34\xf2\x3b\x13\x0c\xdc\xa5\x21\xc5\x6f\x25\x64\xf8\xa7\x61\xc4\x3f\x0d\x23\xfe\x69\x18\xf1\x0f\x6f\x18\x71\x1b\x19\x1c\x00\x78\xf1\xfe\xad\x23\x58\x8b\xf3\xf9\x0d\xc4\x74\x1f\x40\x1c\xf7\xf7\x90\xd1\x75\x09\x37\xf6\xf7\x54\x56\x9f\x28\x17\xec\x6d\x42\x00\x37\x49\xdf\xbc\xc8\x9a\xa2\x68\xcc\x07\x30\x49\x93\x70\x58\xbe\x79\x1e\x27\x93\x44\x16\x65\x53\x88\xe0\x5b\xca\xf6\x14\xd1\x86\xc4\x8e\x81\xbe\x17\x79\x99\xa8\xbd\xfb\xca\x4f\x3d\xc0\x44\x92\x64\x18\x39\xf4\x50\xbb\x4b\x84\xe2\x38\xa1\x48\xfd\x38\x79\x2b\x80\x53\xcd\xb2\xfc\x55\x9a\x2c\xde\xd2\xec\x75\x43\xac\x49\xac\x13\x26\x06\xb4\x21\xe4\x80\x19\x35\xdd\x6a\xd3\xe2\x0f\x34\x89\xb7\xd1\x42\x43\x59\x2e\x86\xa2\x55\xe5\x0b\xec\x3d\x85\x7c\xc3\x14\x2e\x91\xad\x12\x05\x4e\x44\x09\x28\x58\x77\xb6\xce\xf3\xaa\xca\xe7\xad\x90\x98\x90\xfc\xf9\xef\x44\x48\x88\x01\x4b\x76\x16\x11\x06\x03\xdd\xd4\x04\x81\x78\x9b\xa0\x24\xd0\x50\x6f\x57\x1a\xb8\x49\x64\xa7\x3a\x69\x12\xd8\xed\x22\x5d\xba\x79\x3c\x19\x5d\xb4\x29\xa0\x4c\x30\x98\xcc\x35\x24\x50\xbf\x85\x00\xea\x1a\xc2\xa5\x82\x32\x22\xf0\x7a\x85\x93\x17\x61\xbb\x60\x48\x1d\x15\xaf\x82\xfa\xc4\xdd\x3f\x34\x69\xf1\xaa\x99\xef\x5c\x78\x84\x64\xc2\xab\x49\x5f\x79\x3d\x4e\x32\xfc\xda\xbc\xcc\x11\xcd\xd9\x00\x1b\xae\x78\x4e\x7b\x69\xdb\xba\x3b\xba\xa3\x6c\x11\x62\xb9\x92\xab\xc2\x26\x5f\x30\x52\x2a\x85\x2a\xf2\x1e\xd1\xd8\xc0\x9f\x34\x65\xfa\xc1\x67\xa4\x05\x64\x26\xbb\x93\x27\xdf\xba\x76\xf8\x70\x23\x6d\x82\x1d\x1e\x94\x58\xa9\x92\x5e\x41\x39\x18\xdc\x1d\x52\xce\xf2\xcb\xa0\x30\x60\x8b\x3c\x8a\xcb\x45\xec\xd1\xd5\xeb\xef\x8b\xd7\xad\x83\xf8\xbd\x6d\x32\x13\xb8\x4e\x09\x61\x8f\xd4\x73\x2d\x40\xa1\x8f\x3c\xd9\x3d\xd5\x40\xe1\x1f\x51\xdf\x27\x21\x80\xea\x61\x8e\xa7\xe6\xa9\x68\xc9\x2c\x86\xc7\x37\x86\xd0\xf1\xea\x2f\x64\xf1\x21\x8d\xc6\xf0\xda\x57\xcf\x4b\x33\xa2\xef\xc5\xf1\x1e\xba\x69\x18\xa0\xf5\xa6\x6f\xd9\x99\xb9\x07\x47\xec\xa9\xc7\x74\x7b\x36\x5f\xeb\xae\x3d\x67\x9d\xae\x77\xad\x75\xc4\xd0\x96\xfa\x9d\xa9\x81\x7a\xa7\xe9\xde\x3d\x67\xc7\x05\x5a\x6c\x8a\xdf\xa8\x45\x1c\xc8\x80\x39\x12\x88\x85\xc6\xc8\xd0\xc3\x50\x88\x5c\x0c\x3d\x54\x34\x1d\xff\x61\x68\x16\x46\x72\xb0\x41\xb4\x13\x12\xe4\xb0\x4e\x60\x77\x57\x57\x48\x49\x55\x31\xfc\xf0\x2a\x2c\xd8\x1a\x43\x25\xf3\xa1\xee\xe2\x9b\xcf\xcf\x93\x4c\xc6\x87\x1a\xe6\x96\xf5\x74\x4c\x6a\x54\x9b\x4e\x17\xc7\x53\xf7\x1e\x46\x57\x90\x60\x74\x4b\xb0\x6b\x89\xa6\x1f\xbd\x99\x43\xf8\x89\x43\x49\xa9\xe8\x31\x8a\xa2\x38\xe3\x4c\xf2\x19\xaf\x5c\x58\x28\x4f\x42\x2d\xd5\x9f\x8b\x08\x22\x64\x1a\x2b\xc6\x32\xc7\x80\x8e\x10\xe1\xa0\xd4\xe6\x2b\xde\x10\x92\x4a\x5c\x26\x69\x4a\x09\xed\x93\x4a\x01\x1b\xa7\xea\x3d\xef\x78\xf6\x82\x8d\x73\xe6\x07\x31\xd5\x07\xd8\x94\x38\x9e\xbf\x8a\x9e\x98\x92\x8e\x6d\x6e\x26\x62\x2b\xaf\x1d\x8c\xde\x2a\x5d\x02\xfe\xab\xa2\xf3\xd7\x59\x2c\xbf\x0c\xd5\x61\x7f\x74\xbc\xe7\xec\x1a\xcc\x86\x75\xda\x28\x0f\x25\x7b\x1c\xb3\x7e\x6c\x9c\xc6\xe1\xc8\xe9\x0d\x76\xc5\xd0\xdd\x60\x0e\x3c\x2d\x87\x4b\xe2\x58\x66\xc7\x7b\x43\x71\xef\x74\xb3\xf8\x76\x8b\xb0\x50\x41\xfc\xd2\x33\x5b\x5d\x41\xb4\x3f\xec\x68\x3b\x1d\xd7\xd7\xcf\xc8\x61\x27\xa2\x6d\x2e\xb0\x4e\x20\xab\x6b\x1d\xf5\x2f\xde\xbf\x25\xec\x7f\xc8\x8b\x2a\x4a\xdb\x0b\xa2\x2e\xe6\x69\xc5\x20\xd6\x7c\xf8\xeb\x3d\x60\xf3\xc6\xf8\x24\xb7\xdc\x02\x8d\xcb\x5f\xd8\x00\xa2\x66\xe5\xad\x2e\xc4\x5b\xda\xfa\xaa\x6d\x5a\xb4\x0d\x0b\x56\x5b\x2c\xe8\xa9\xef\x2d\xd9\x7a\xb3\x7f\x98\x3a\x3d\xcd\x92\x55\x26\x08\xd5\x2c\xfc\x46\xd1\x2a\x54\xda\x4d\xb0\xfa\x56\xc7\x2c\xbb\x81\x58\x15\x06\xfd\x4f\x6b\xab\x7f\x60\x6b\xab\x3b\x4d\xa5\x70\x93\x04\x0a\x1b\x4d\x9e\x36\xa4\x26\xd8\x92\x5f\x01\x3c\x5a\x77\xb7\x47\x9a\xc9\xa8\xa9\xfe\x26\xcb\xa8\xdb\x8a\x6d\xea\x29\x0d\xec\x30\xe5\x97\x9a\x38\xe7\xda\x09\xa3\xb4\xeb\x45\x83\x51\x14\x85\xdf\xbb\x13\x69\x87\x82\x75\x0d\x69\x87\xaa\xfe\xfb\x37\x87\x32\x4c\xc4\x27\xba\x71\x0c\x2c\xf6\xed\x5b\x99\x57\x69\x8f\xff\xdf\x5e\x56\x73\x9b\xd8\xbf\x3b\x99\x7d\xed\x28\x98\x31\xe6\x60\xae\x44\xa1\x16\xe4\x5c\x9f\x5f\xaf\x1e\x7e\x74\xe0\x01\x59\xa8\x81\x43\xf7\x77\x26\x94\xc1\xdc\x47\x8e\x54\x06\xef\x41\x8b\x59\x6e\xaa\x46\xbd\x7f\xfd\x6a\x7a\x50\xdb\x51\x7e\xa9\xee\xd0\x5c\xed\x86\xc6\x65\x1e\x94\x2a\xe8\x6a\x16\x36\x3e\x0b\xbb\x95\xb9\x87\x81\xef\x3e\xfd\x39\x20\x98\x43\x24\x3e\xbe\xde\x3a\x3f\xde\x75\xa1\x1f\xef\xb8\xd2\x8f\x77\x5a\xea\xc7\xb7\x5f\x6b\x7d\x50\x7a\x8f\x1a\xcf\xd0\xc3\x5b\xc8\x3a\x2b\x8b\x7f\x9f\x16\x39\xb1\x6f\x0b\xa4\x10\xa6\x3a\xc4\x9a\x7b\xea\xb1\xc7\x62\x28\x8c\x55\xd2\x35\x63\x04\x7d\xc3\x18\x40\x66\xf5\x28\x02\x90\xbf\x6c\x9f\x1a\xa3\xe1\xd8\x0d\x02\x85\xb5\x9d\xb1\x2d\x1a\x8f\xde\x10\x08\x5a\x7e\xa9\xae\x6f\x7b\xb7\x73\x14\x1d\x98\x95\x27\xb2\xc4\x01\xd7\xc3\xe2\x40\x8e\xba\xdb\x0a\x23\xcd\x0e\xb5\xdc\x53\x03\x49\xb5\xc2\x49\xa0\xf4\x43\x71\x4f\x2f\xca\xfd\xfb\xe2\x1e\x21\x19\xe4\x85\x1c\x45\x9a\x5f\xf3\xb0\x6a\x81\x61\xc3\xd6\x50\x78\xeb\x62\x6b\x50\x37\xad\xa1\xf0\x57\xdd\x1d\x52\x0f\x98\xd2\xa1\xa0\xdc\x7d\x21\x59\xa8\x3d\xc0\xc6\xb6\x87\xb8\x23\x2f\xec\x25\x0e\xc6\x79\x29\x93\xf5\xdb\xec\xdf\x5a\xa1\x80\x75\x34\xb4\x50\x8b\x38\xb9\x08\x36\xb1\xc6\x73\xa1\x56\x51\xb0\x8d\x47\x56\x4c\xed\x72\x11\x65\xad\x6f\xf6\xb8\x86\x0c\x50\x3e\xc6\x20\xf6\xb4\x73\xd9\xb8\xc6\xc4\xe6\x66\x79\x6a\x9b\x30\xca\x62\x1e\xe1\xbe\xe1\x9c\x7d\xca\xeb\xbf\xbc\xc7\x7c\xc1\x03\x59\x6d\x78\x84\x07\x4d\xec\x76\x7a\x79\x2b\x3e\x6b\xbb\x4d\x93\x89\xbf\xb4\xe9\xd9\x0d\x95\x76\x7b\x76\x43\xd5\x1b\x3e\xbb\x61\xc4\x7b\xdd\xbd\x01\x64\xb2\x84\x74\x8e\x9f\x7e\x7a\x7d\x28\x5e\xbd\x7e\xf3\x52\xfc\xf2\xec\x50\x3c\x7f\xff\xe1\xf5\xcb\x17\xe2\xf5\xbb\x4f\xef\xc5\xa7\x9f\x9e\xbd\x7b\x7f\x28\x5e\x7d\x7c\xff\x56\x7c\xf8\xf8\xfe\xed\xcb\x4f\x3f\xbd\xfc\xf9\x10\x1a\xb5\xdf\xbc\xfe\xef\xd7\xef\xfe\x2c\x9e\x7d\x0a\x25\x12\x5c\x14\xf9\x5c\x56\x33\xb9\x2c\xf9\x9f\x94\x40\x30\xc9\x06\x97\xf2\x7c\xb0\x4c\x06\x28\xd4\x8c\x16\x8b\x41\x59\x8c\x07\x9f\x66\x72\x2e\xfb\x55\xf9\x05\xee\x06\x35\xae\x97\xe2\xfd\xc7\xd7\x7f\x7e\xfd\xee\xd9\x1b\xf1\xfc\xfd\x0b\x1c\xdf\x9b\xd7\xcf\x5f\xbe\x3b\x7c\xf9\x42\xfc\xfc\xee\xc5\xcb\x8f\xe2\xd9\x3b\xf1\xec\xc3\xb3\xe7\x3f\xbd\x14\x8f\xfb\x0f\x75\x61\x57\x1c\xbe\x7c\x09\x30\x6e\x30\x36\x82\xd1\xd7\xf8\x19\x84\xc2\x4b\xbc\x7a\xde\x15\xcb\x52\xbe\x9c\x4c\xe4\xb8\x39\xc4\xc4\x4a\xbc\xca\x8b\x79\x97\xcc\x58\xf5\xff\xff\x0c\xb1\x9d\x9c\x36\x65\x55\x44\x0b\xaf\x61\x56\x3d\xbb\x94\x65\x3e\x97\xaf\xc7\x79\x66\xaa\xff\x69\x92\x17\x55\x84\x05\x84\xbf\x49\x9e\xe9\x2f\x0e\x88\x49\xf4\x36\x57\xbd\x4e\xa2\xc3\x25\xfc\xef\x59\xfc\xd7\x65\x59\x85\x41\x4d\x0a\x29\x7b\x65\x9e\x26\x71\xaf\xbc\x98\x42\x62\x56\xf7\xb5\xbf\x2c\x25\x2c\x10\x7b\x9d\xd3\x16\x2c\x71\xe5\xd8\x63\xdf\xec\x3e\x05\xa5\x12\x95\x2a\x7e\x93\x8f\xa3\xf4\xb0\xca\x8b\x68\x2a\xff\x02\x6e\xbe\xad\x65\x29\x8b\xde\xa2\x90\x13\x59\x94\x3d\xb0\xe6\xed\x95\x63\x55\x37\x00\x03\xba\x18\x8a\x57\xcf\xc5\x48\xb4\x3b\x62\x74\xa0\x7d\x7b\x54\xe1\x0a\xbb\x10\x6b\x31\x32\xe3\x34\x21\x28\xcd\x32\xb5\x59\x3b\x61\x73\x24\x9c\xe7\xf1\x15\x32\x1c\x6f\x92\xd2\x30\xb2\xad\xf3\x3c\xc7\x65\xc1\x2c\xe6\x5d\xea\x02\xd3\x34\xa9\x2f\x9a\x5d\xda\x19\x90\x0b\x03\xf3\xa6\x13\x75\x01\x87\x63\x39\x97\xe6\x8e\x26\x3a\x93\x2d\xd3\xd4\xe4\xc2\xad\xe3\x43\x07\x0a\x68\xc2\x8a\x42\xf0\x87\xc2\x9a\xdb\x96\xb2\xfa\xd4\x8c\x28\xea\xb3\x8d\xd3\xda\x57\x5b\xd7\x52\xcd\xd1\xf1\xde\x3c\xed\x45\xcb\x2a\x3f\xde\x13\x49\x96\x26\x99\x3c\xf8\x7f\xd9\x7b\x17\xf5\x36\x6e\x24\x61\xf4\x55\x60\x9d\x8c\x49\x26\xbc\x48\xb2\x9d\x0b\x2d\xda\x2b\xcb\x52\xe2\x89\x65\x79\x24\x39\x99\x19\x51\x87\x6e\xb2\x41\xb2\x57\xcd\x6e\x4e\x77\x53\x97\x48\x7c\x83\xf3\x48\xe7\x9d\xfe\x57\xf8\x3f\x14\x6e\x85\x4b\x37\x29\x59\xc9\x66\x76\x57\x3b\x1b\xb3\x81\x42\x01\x28\x00\x85\x42\xa1\x50\x25\xf9\xe7\x0e\x9e\xd7\x79\xf4\x1b\x03\xce\x67\xfd\x8d\x57\x7a\xf7\x11\x20\x86\x1a\x9b\x0d\x38\x83\x94\xcf\xb2\xa4\xed\xb9\xe0\xee\x51\x11\x33\x44\x9f\x72\xca\x63\xcb\x73\xe2\x99\x40\x5c\x58\xe8\xdd\x9a\x1d\xc5\x04\x5e\x62\x70\xc1\xda\x7b\xb7\x9c\x56\x92\x1c\x75\x39\x18\x08\xf8\x15\x2e\xb7\x63\xaf\x46\xb6\x3c\x7a\xb7\xb0\xb0\x96\x88\x46\x15\xed\x60\x9b\x1b\x5b\x1e\xad\xab\x69\x54\x80\x6b\x3a\xfe\x09\x53\x69\x49\x3a\x98\x56\xe2\x81\xa0\x4b\x3e\x1f\xcd\x0c\x42\x31\x6c\x92\x4e\x95\xc4\x11\xd5\x96\x12\x84\xcf\xf0\xe5\x7a\x54\x60\x6c\x66\x25\x19\x00\xe3\xa3\x50\xe1\x81\x93\x68\x98\xa5\x57\x9a\xe1\x64\xe0\x44\xfe\x5e\x13\x8a\x4d\xfe\x35\xe7\x13\x80\xde\x7f\x3a\x71\x06\xbd\x92\x94\x80\xfd\x4b\x48\x29\x13\x60\xc5\x8a\xd4\x9d\x0e\x5b\xf0\xf0\x21\xc3\x6f\x5b\xd1\xb0\xd1\xbe\x07\x1e\x6c\x2a\xb6\xbd\xf7\x51\x72\xa1\xf7\x19\x96\x3f\xed\x64\xe9\xa2\x30\x0d\xfc\x58\x5d\x7b\x69\x1c\x07\x73\x11\x1d\x14\x85\xa9\x33\xe2\x72\xcb\x14\xf9\x2f\x28\x0c\xc5\x6f\x56\x15\xfc\xf6\xfa\x3d\x62\x19\x86\x9a\x11\x27\x80\x95\x15\x4e\x38\x95\x41\xfd\x2a\x37\xe7\x8f\x41\x31\x65\x43\x12\x5d\x73\x39\x4d\x6c\x87\xed\x0e\x28\xd2\x3b\x56\xb6\x41\x17\xc4\xb5\xf5\x3e\xda\xe6\xfb\x27\x02\x8c\xd3\x49\xaa\x76\xd9\x68\x16\x4c\x68\xde\x61\x73\x04\x06\xb7\x3d\xe7\x4e\x49\xfa\x49\x94\x14\x34\x1b\x07\x23\xca\xe8\xb0\x97\x26\xe3\x68\xc2\x89\x9a\x80\x98\xcb\x95\xc9\xb0\xc1\x2c\xb2\x08\x7d\x2f\x9d\xc2\x8c\x00\x10\xa2\xc5\x5f\x5c\x2b\xda\x55\x45\x67\xe7\x12\x11\xdf\x6c\x12\x99\xd1\x25\xb7\xe4\x4c\x79\x3e\x90\x68\xce\xbb\xa4\xae\x1b\x79\x87\xeb\x6c\x9c\x9d\xc3\x7e\x04\x55\x43\x30\xaa\x2e\x39\xe3\x73\xf2\x56\x34\xa5\xf6\x63\x16\xcc\xa7\xb5\x26\xef\x47\xad\x33\x81\x4f\xb2\x6c\x5a\x60\x4c\xbc\xa0\xb9\x86\xcb\xf9\xb7\x06\x94\x0b\x40\xc1\x07\xc5\x22\xaf\xe9\x33\x82\xea\xe7\x99\x5e\x3d\x0a\xfb\x31\xbf\x85\x21\x4f\xc9\x9b\x45\x14\x87\xe4\x5d\x32\x4e\xb3\x19\x84\xd9\xc7\x55\x02\x4a\x55\xa5\x81\x61\x2f\x9d\xcd\x82\x24\x6c\xbd\x8f\x12\x4a\x0e\xe2\x60\x82\xda\x3a\x86\x4f\x7f\xb9\xdd\x98\x66\x05\x82\x0d\xf8\xb7\x1f\x98\xdf\xb9\x22\xe8\x42\x24\xf8\xc1\x8f\xd9\x99\x5f\x03\x43\x4c\x6f\x0c\x7a\xde\x94\x07\x30\xf6\x2f\xff\xca\xe0\x5a\xc2\x1e\xa4\x55\xad\x5c\xb3\xca\x7f\xab\x41\xf2\x51\x67\xb8\x18\x5d\xd0\xc2\xa5\xcf\x9b\x38\x1d\x5d\x20\x64\x43\xfe\xfd\xdf\xa7\xe3\x6c\xd5\x07\x23\x4f\xcf\x7f\x8c\xd3\x61\x10\x93\x95\x04\x90\xf0\xef\xd3\x20\xa4\xa1\x03\x1f\x43\xf2\x7f\x23\x82\x01\x7f\x72\xc9\xf5\x3f\xa3\xfb\x4b\x77\x0f\x8b\x26\x50\x3f\xdf\x56\xf9\xc5\xe4\x34\x48\xd2\x7c\xcf\xde\x4e\x60\x57\x12\xaa\x8d\x63\x26\x57\xd8\xbb\x1b\xdf\x94\x34\x4a\x76\x46\xda\xb1\x37\xee\xa7\x76\x9d\xaf\xd8\x31\xea\x96\xcc\x15\x5c\xd3\x6e\x40\xd3\xa8\x95\x2c\xed\x33\xd7\x99\x74\xc8\x9c\xd3\xe2\x1d\xfc\x3c\xe7\x47\x2d\xee\xf3\x0f\xec\xd4\xf9\x99\x4f\x1c\x8d\xa5\x6f\x09\x25\x41\xf2\x52\xf5\x27\xd8\x4b\x9f\x75\x32\xe3\xb2\x91\x79\x36\x1b\xb6\x9e\xf5\x37\xb8\xfc\x2f\x65\x62\xf6\xd1\xdf\x20\xfc\x55\x20\x83\x09\xfb\x1b\x64\x1c\x5d\x53\xf6\x51\xa4\x73\x74\x40\xdb\x31\xc4\x2d\x2d\xd7\xf2\xe6\x2d\xcd\xaa\xb2\xd6\x76\x7f\x03\x09\x98\x3b\x20\xed\x61\x90\x04\xb0\xb5\x86\x59\x90\xb0\x3a\x8b\xb4\x77\xfb\xf9\xab\x5b\x4d\xd6\xe5\x57\xb7\x98\x8c\xcb\xcf\xf8\xa0\xb1\x13\xcd\x26\x24\xcf\x46\xbd\x5b\x26\x06\x2d\x49\x10\x17\xac\xbd\x30\x0e\xfd\x0d\x6e\x51\xd5\xbb\xbd\x25\x57\x51\x58\x4c\xbb\xa4\xb6\x9d\xd1\x59\xad\x49\x66\x41\x36\x89\x92\x63\x61\xb9\xbf\xd9\x7e\xc1\x92\xc9\xd2\x94\x84\x4f\x01\x0b\x69\x91\x5b\x6b\x5c\x79\x54\x8c\x4f\xf3\xb9\x8c\x8a\x81\x64\x77\x1b\xb6\x9d\x2f\x86\x79\x91\xd5\xb7\x9c\xd9\x21\xde\x51\xe9\xc2\x3b\x1d\x46\x1b\x4d\x29\x29\xed\x0a\xdf\x87\xbd\x5b\xfe\xef\x92\x70\x8a\xe9\xce\xb1\x73\x40\x34\xbe\x11\x31\x3b\xba\xa0\xb7\x1d\xd1\xd6\x90\x16\x57\x94\x26\xac\x5f\x98\x62\x1f\x82\x4b\xfb\xa4\xbe\xd9\xdf\x10\x48\x8d\xa3\xc7\xad\x92\xd3\xce\xac\xb6\x9f\x83\x43\xfa\xfa\x08\x32\xb1\xa2\x44\xfe\x45\x63\x52\xaf\x2d\xb2\xa8\x46\x22\x76\x10\x05\x30\x13\xc2\x9e\xa8\xf8\x6f\x47\x88\xed\xe4\x82\xde\xf4\x6e\x79\xf1\xf6\x22\x8b\xcc\x23\x26\x86\x86\x59\x55\x04\x93\xde\x2d\xfb\xb5\xf4\xce\x22\x84\xe7\xb3\x1f\x13\x21\x12\x88\x71\xad\xa5\xb7\xb2\x8e\xa8\xcd\x83\x00\xf2\x58\xbb\x9d\x3c\x37\xc2\x49\x59\xe7\x77\xbc\x9e\x24\x31\x1d\xa0\x69\xe0\x08\x42\x5a\x4d\xfb\x9a\x62\xf9\xa3\x61\xe0\xe0\xa6\xc0\xdb\xef\x15\xbd\xde\xe9\x98\xd8\xaa\xea\x63\xc7\xa4\xca\x3a\x46\x38\xa4\x41\x7d\x04\x93\xc7\x33\x05\x0c\xa4\x68\x2e\xc0\xf0\xad\x1c\xe9\xea\x41\x66\x8d\x29\x1f\x61\xdc\x5f\xef\x60\xb2\xbf\x46\xa3\x92\x4e\x5e\x2a\xec\x74\x7c\x63\x6b\x81\x35\xcc\xa8\x37\x66\x35\x3b\xfe\xf9\xa5\x16\xc0\x34\xa3\xe3\x5e\x7f\x43\xea\xb1\xf9\xa2\x6d\x47\x69\xa7\x88\xe6\xe2\xab\x33\xa1\x45\x11\x25\x93\x16\x58\xbb\xd3\xb0\x3d\x0b\x3b\xfd\x8d\x57\x3f\xd1\x78\xee\x9f\xda\xbe\x49\x0d\x69\x48\x41\x20\x39\x95\x4e\xc2\x67\xd7\x8e\x52\x1a\xa0\xe9\xda\xb0\x35\x95\xf2\xee\x41\xef\xb2\x86\x52\xe1\xdf\xc3\xe4\xef\x0f\x33\xa7\xbb\xaf\x6f\xb1\xf5\x1f\x27\x8e\xe3\x45\x3e\xf5\xbf\xde\xfb\x42\x23\xb4\x69\x9a\x45\xbf\xa5\x49\x11\xc4\x06\x40\x42\x8f\xc6\x10\x28\xfa\xcc\xaa\xd3\xa9\xe5\xbc\xb1\x8e\x61\xda\x22\xae\x39\xd5\x89\x27\x7f\xda\x32\x6d\x42\x8b\x9f\x54\xfe\x1e\xeb\x98\x65\x64\x62\xe5\xd6\x35\x36\x71\x51\x0a\xf7\xb9\x2a\x11\x74\x6d\x5c\x60\xb3\x5e\xd6\xc9\xb8\x2f\xc6\x85\xab\x55\xb0\xc8\x16\xe0\x33\xc9\x4a\xee\x6f\x5c\xe7\xfd\x0d\x1b\x61\x7f\x23\x8e\x72\x19\x7e\x44\x97\x80\x69\xa8\x6e\x67\xab\x61\xf9\xbb\x15\xfd\xfd\x12\x93\xe6\x7d\x94\x17\x3f\x8a\xb0\x46\x8a\x22\x2a\xd1\xb0\xa5\xbb\xc4\x82\xa5\xf4\xc3\xe3\xb1\xc7\xc0\xd6\x18\x65\xcf\xd8\xf8\x95\xb3\xfb\x34\x0d\xe6\xa3\xca\x81\x2f\x95\x87\xe9\x25\xbd\xc6\xa8\x24\x6d\x2c\x20\x23\xf7\xae\x36\xa9\x58\xf7\x0d\x18\x7a\xf8\xb5\xc8\xa7\xc2\xa0\x02\x0d\x85\xba\x9a\x79\xd0\x4b\x2e\x3d\x66\xb5\x26\xe9\x74\x88\x77\x0c\xc9\x28\x48\x92\xb4\x20\xa3\x45\x96\xd1\xa4\x88\x6f\xc8\x90\x92\x19\xbc\xfc\x81\xb0\xf6\xa8\x10\x6f\x64\x02\x0f\x35\xae\x28\x49\x93\xf8\x86\x14\xd9\x0d\x29\x52\x02\xcf\x3c\x31\x1d\x65\x63\xa3\xb1\xa0\x7c\x94\xeb\x07\xb3\x3c\xe5\x35\x6e\x21\x47\x5e\x23\xdd\x15\x8b\xc6\x7d\x3f\xf6\x70\x17\x2b\x7a\x40\xd5\x05\xbf\x3f\x5c\x0a\xbf\x90\xe7\x53\x5b\xcd\xe0\xd2\xcb\x75\x0d\x71\xaf\xf8\x27\xaa\xd8\xbf\x9d\x81\xfa\x7f\x83\xdd\xea\xa1\x86\xdb\x55\xce\x31\x83\x11\x57\x02\xac\xbb\x05\x06\xc9\xcd\xaa\xfd\x6f\x9d\x7d\x2b\x8e\x8c\x97\xe2\x22\x2a\xbe\xe8\xc4\x91\x6b\xed\xea\x05\x50\xb6\xaf\x5e\x33\x50\x0f\x93\x17\xa6\xd9\x2e\xa3\x77\x0c\xa7\xff\x08\x66\xaf\x8c\xe6\x70\x00\x32\x95\x8b\xcc\x37\x4b\xac\xc9\x02\x19\xd1\x4f\x97\x47\xe1\xfc\xa4\x2f\x30\x9f\x3b\xbf\xdf\x73\x93\xc0\xe6\x75\xb2\xc9\x3a\x47\x46\xb7\x13\xbe\xf2\xbe\x68\xeb\xa8\x88\x87\xa6\x88\xf7\x1a\x45\x5c\xd4\xd9\x82\x72\x26\x6f\x07\xfb\x37\x9e\x83\x40\x39\x19\x5f\x9b\xc2\x05\x80\x82\x58\xc1\xb3\x15\xb4\x8d\xaf\x66\xee\x04\x6c\x4f\xfa\xc8\x67\x2a\x7f\x61\x48\xf8\xef\xab\x29\x4d\x54\x9b\xdb\x9c\x22\xd8\x44\x56\x49\x45\x7a\xe0\x90\x49\xb8\x77\x6d\x78\xe4\xa3\x3f\x7c\xf3\xa9\xb4\xee\x32\xa1\x1e\xb6\x09\x49\x93\x2d\xf7\x2e\xb6\xe2\x06\xf6\x4d\x10\x4e\x68\x53\x23\x69\x5a\xfc\x61\x85\xf9\x11\x38\xfe\xcb\x11\x23\x07\x55\xb5\x61\x97\xc3\x76\x0e\x02\x37\x6e\x1c\x58\xf1\x3f\x02\xfe\x1a\x4f\x68\x91\x77\x05\x9e\xb3\x73\xe2\x31\x61\x41\x65\x41\x3d\x6b\xe3\x12\xda\x58\x85\x0d\x6b\x5b\x2d\x8d\xa8\xea\x9b\x3a\xae\xde\xaa\x62\x5c\x2b\x01\x9f\x79\x93\x44\xe1\xb5\xad\x9f\xd8\x31\x29\x03\x4a\x89\x28\xbc\x36\x55\x0d\xb7\xc2\x25\x0f\x4d\x8a\x2c\xa2\xb9\xc0\xd7\xe0\xc8\xcf\x12\x58\xaa\x10\xfa\xee\xdc\xa7\xfe\xd8\x81\xe1\xe0\xa8\xb9\xb2\x47\x2a\x69\xe7\x59\x34\xe3\x76\x1c\x4a\xf7\xc7\x35\x99\x5d\x52\xdb\x9c\x5f\x93\x17\xf3\x6b\xd0\xf6\xdd\x7e\xfe\x8a\x97\xec\xf5\x37\xbe\xba\x85\x9a\x96\xfd\x8d\xcf\xcb\x9d\x0e\xa0\x36\xda\x6a\x68\x32\x76\x3a\x46\xf7\x14\xa0\x02\x42\x00\xd5\xc7\x78\x34\x3e\x65\xc6\x01\x15\x13\x72\x4f\x47\xdc\x57\x77\xfe\xe4\x94\x2d\xe6\x26\x9f\xac\xab\xa6\x64\x92\x5e\x29\x90\x59\xca\x96\xf2\xef\x60\x30\x17\x25\x8b\xfc\x81\x06\x72\x5c\x35\x72\xc8\x68\x44\xf3\x1c\x5f\xef\xf3\xff\xa9\x3b\xf1\xbc\x63\x82\xda\x66\x76\xd8\x52\xce\x45\x33\x4d\xd3\x8b\xbc\x63\x81\x19\x28\x20\xea\x22\x63\xd8\x4e\xd9\x39\x58\x12\x88\xfb\x60\xf1\xaf\x49\x01\xb8\x02\x3a\xa6\x71\x00\xbb\xb4\xf8\x3e\x8d\xd8\xec\x9e\x07\x59\x4e\xf9\xcf\x28\xff\x25\x88\xa3\x90\x7d\xb8\x95\xd8\xce\xcf\x6f\xf9\xc4\xf1\xf1\x12\x01\x81\x26\x96\x82\x41\x69\x25\x5c\xe7\x63\x9a\xc6\x1f\x83\x84\xc6\x9a\xf1\x80\xb9\x8f\xba\x0a\xe2\xd7\x6b\x0c\xac\xcb\x4b\xf8\xd9\xd0\x28\x8d\x17\xb3\x04\xe2\x73\xb1\xe9\x5f\xdb\x4f\xc2\x79\x1a\x25\xc2\xef\x8f\x71\xab\x56\xdb\x4d\x92\x74\x91\x8c\x68\xc8\x19\xdb\x09\xdc\xb3\x43\xce\x61\x94\x10\xa0\x47\xfd\xd3\xe9\x5e\x43\x26\x06\xd7\x6e\xe2\xfb\x80\xf1\xbe\xc5\x68\x44\xf3\x7c\xbc\x88\xc9\x4f\x34\x88\x8b\x29\xd9\x9b\xd2\xd1\x05\x06\x39\xa4\x79\xce\x86\xb6\xd9\x4f\xce\xdd\x56\x43\xdf\x18\xee\xe3\x20\x99\xd0\xc3\x9c\x09\x5f\xf5\x4b\x36\x2a\x87\x8c\x77\x0c\x79\x5c\x0b\xe0\x49\x51\x78\x18\x5c\xab\xa4\x86\xa4\x8f\xe2\xa5\xe0\x7d\x55\x16\x05\xc3\x7c\x59\xc8\xd5\x53\x9c\x4e\xa3\x9c\xd7\x5d\xcb\x09\xdc\x1f\x66\xac\x7e\x12\x06\x45\xc0\xce\x95\xec\xf8\x1a\x5c\x06\x51\xcc\x16\xb6\xd6\x5f\x78\x2a\x29\xab\xa3\xa6\xab\x20\xd3\x80\x61\x24\xb3\x28\x89\x66\x8b\x19\xaf\x2f\x8e\x66\x91\x70\xe9\xa1\x10\xaf\xd5\x78\x1f\xe2\xe0\xba\x0c\x31\xda\x64\x6a\x35\xbf\x09\xa6\x39\x0b\xf5\x16\x66\x4e\x4c\xb1\x8b\xc1\xd4\x6c\xea\x29\xe9\xb9\x3a\xbc\x25\xd2\x81\x27\x59\xc2\x05\xe2\x11\xbc\xa5\xcb\xc5\x0d\x22\x5e\xef\xf5\xcf\x80\xa8\x35\x4f\xd3\xb8\xf5\xd5\x2d\x20\x5f\x2a\xff\x9f\x9f\x19\x33\x96\x1f\xfc\x09\xa7\x7e\xe5\x6f\xed\x9c\x8a\x2d\x93\x71\xbc\x88\x42\xa4\xee\x35\xd9\x19\x88\x70\xbd\xdb\x7a\xa3\x4b\x2e\xd3\x28\x14\x97\x95\xa2\x85\x75\x5c\xdd\x13\xdd\x8b\xc6\x12\x9c\xd0\x30\x24\xbd\x5b\x99\x6c\xdc\x5c\xe5\xf3\x20\xd1\x3b\x1f\x18\xb4\x67\x41\x92\x33\xbe\xd3\x25\xb5\x51\x30\x8f\x0a\x78\x0d\xc9\xf7\x40\xde\xcf\x9d\x0e\x2b\x85\x74\xd5\x66\x53\x2b\x6e\xdb\xbc\x4d\x80\x3d\x08\x9b\xad\x92\x61\x9a\x85\x34\xa3\x21\x99\xa6\x97\xd4\xbc\x8a\xd9\x29\xa6\x34\x08\x6d\x65\x7d\x01\xee\x2a\x7b\xfa\x05\x8e\x73\x51\x70\x2b\xb8\x8c\xbc\x64\x63\x1f\x65\xf7\x24\x3b\xc5\x54\xde\x0e\x31\xb0\xe5\x2b\xf9\x63\xa7\x53\x4c\xdd\x7b\x28\xfb\xda\x62\xa7\x53\x58\x6d\xee\xb8\x8d\xde\x29\x86\x69\x78\x63\x21\xbb\x55\xb3\x93\x37\x53\x98\x27\xc0\xa4\xf6\xdd\x08\x6a\x43\x63\x2e\xff\xcc\xa2\x84\xef\x0f\xb3\xe0\x9a\xff\x50\x42\x18\xfb\x99\x17\xc0\xe3\xf8\xcf\xfd\x2c\x83\x1d\xaa\xc7\x97\xc4\x4b\x3f\xe6\x29\xe7\x8d\x3d\x54\xe4\xb5\x0c\x24\xdd\x25\xb5\xc5\xbc\x56\x52\x50\x9e\x0b\xe5\x5e\x58\xe7\x98\x1a\x25\xe0\x92\x81\x00\xb3\xee\xe1\xfd\xad\x2e\x3a\x55\x5d\x92\xf7\xd7\x2e\xc9\x53\xdd\x8b\xc2\xca\x7b\x52\x31\x97\xb8\xb0\xe7\xbf\x1c\x2d\x42\xe0\xb7\xad\x82\xe6\x45\x14\xf6\xfa\x1b\x54\x6c\x59\xca\x1a\xf8\xd6\xd9\x1e\xea\xb8\x8b\x4d\xa3\xd9\x8d\xd2\x9b\xd3\x8a\x2b\xd3\xc2\x5e\x04\x65\x6d\xe3\x84\xf7\x2c\x09\x51\x80\xcb\x7e\x5c\x1c\xbe\x85\x7f\x96\xaf\x6e\x79\x21\xeb\x46\xde\x27\xea\x3e\xa0\x41\xb9\x96\x2c\xca\x5b\x85\x45\x12\x35\x89\x7b\xfa\x50\x61\x9a\x15\x3c\xa8\x1d\x62\x62\x3d\xf6\x98\x19\x53\xf9\x35\x92\xe0\xd4\x4c\x26\xdd\x0a\x53\x6e\x26\x00\xb3\xce\x7d\xe9\xb0\x8b\xc9\xff\xfb\xf4\x4e\x2c\x37\xb3\x77\xa2\xe8\x1f\xd2\x3b\xc5\xcc\x4a\x67\xd0\x2d\xe6\x04\x4a\x74\xae\xab\x82\x8d\x06\x79\x5d\x76\x49\x4e\x2c\x39\xbc\x8e\x78\x67\x92\x5e\xd5\x1b\x8e\xdd\x05\xff\x63\x7d\x2f\x45\xb9\x9a\x28\x25\x48\x97\xb7\x35\x52\x2b\xb9\x56\x0f\x26\xe9\x23\x50\x12\x18\x7b\x7f\xe3\xd5\x2d\xe6\xf2\x7e\xc6\xa0\x20\x14\x37\x20\x5d\x78\x25\xb3\x2c\xa9\xd3\xd9\x0d\x89\x73\x23\xef\xde\xc9\x77\xec\xdd\x71\xa7\x03\x52\x42\xf9\xfd\x38\x4b\x10\x82\xd4\x1a\x87\x68\x25\x21\x3e\xe0\x1c\x0d\x16\x53\xca\x6a\x87\x9f\x7d\x56\x5a\xda\x1b\xc6\xf1\x60\xa7\xbb\xea\xb4\x7d\x15\x15\x53\x7e\xf4\x79\x97\x84\xd1\x28\x28\x7c\xe7\x49\x74\xa4\xf5\xc0\xdb\xe7\xda\x03\x5a\x8c\xa6\x15\x07\x5a\xc8\x5f\xc7\xce\x9e\xff\x6f\xb5\xb5\xfd\xaa\x73\xe7\xad\x35\x1a\x08\xd4\xcc\x30\x4e\xa0\xda\x62\x91\x6f\x12\x51\x5e\x20\x83\xc5\x33\xce\xe7\xe0\x21\xac\x32\x7d\x17\xa7\x4f\x69\x9c\xe8\x9e\x22\x94\x9d\xd7\xc1\xde\xce\x2d\xac\x90\xae\x8d\x7d\x29\x0e\x12\x70\xd2\x72\x0e\x0f\x4a\x72\xb3\x7d\xa6\x33\x70\xaf\x11\xa1\xd6\x94\xe9\xb2\xc2\x7e\x8d\xbc\x22\x9b\x26\x77\x42\x20\xb3\x60\xbe\xf3\xd7\x93\xbf\xb7\x85\x3a\xf5\x95\x10\x13\x41\x7f\xe4\x4a\xb4\xd6\x89\x88\x8b\x36\xba\xc0\xd2\xd8\x1d\x44\x92\xaa\xac\x77\xcb\x5a\x7f\xa6\xf3\xce\x4d\x36\xa5\xf9\xa0\xc5\xf9\x76\xdc\xe9\x2e\xf5\x6d\x22\xf0\x63\x7f\xe3\xd5\x87\x94\xd7\x94\x93\x8c\x4e\xa2\xbc\x60\x12\x7f\xdb\x34\xe8\x81\xa2\x5a\x63\xa6\x14\x66\xd6\x12\x47\x03\x99\xff\xea\x59\x37\x3d\xdf\x6a\xaa\xe3\x81\x6f\x94\x9c\x2e\xb9\x62\xd4\xb7\xe4\x9f\xda\xcb\xc3\xb1\x5d\x25\x3d\x52\xab\xb9\x33\xe5\x96\x64\x34\x9f\xa7\x49\x4e\x9b\x84\x32\x4e\xda\x24\x51\xfe\x3e\x0d\xc2\x28\x99\xc8\x77\x81\xb0\x12\x77\xcc\x09\xf8\xaa\x6e\x9a\x64\x75\x82\x79\xd4\xb9\xdc\x12\x6f\x2c\x3e\x63\xa3\xd6\x5b\xc2\xed\x86\xbb\xaa\x2a\xde\x77\x40\x2f\x93\x10\xfc\x30\x08\x8f\x45\x2a\x02\x10\x65\x20\xf8\x4d\xce\xd5\x25\xf0\x94\xdc\x9b\x5f\x04\x59\x41\xc6\xac\xd9\x91\x7c\x1d\xe3\xcc\xf8\xd2\x01\x52\x97\x51\x41\x11\xf4\x6e\x25\xfe\x36\xfb\x54\xfb\x02\x90\xaa\x77\x8b\x9b\xfa\x1a\x02\xd8\xc2\x6e\x54\x37\x1b\xc5\xa6\x23\x14\x50\xc5\x15\x89\x7b\xb7\xea\xa7\xc8\xb4\x67\x93\x6f\xc3\xc8\x1f\xd3\x70\xea\xdf\xc5\x87\xd9\x23\x86\xf1\x57\x9a\x00\xc9\xdf\x65\x82\x13\xc6\xbf\x49\xc6\x51\x12\xbe\x3d\x3a\x14\xfc\x2d\x57\x16\xdf\x5c\xcb\xb0\x7f\xc9\x13\x83\x30\x3c\x5c\xc4\x45\x34\x17\x49\x6c\x9d\xd0\x84\x66\x79\xd9\xe5\xb7\x0c\x4f\x4e\x7a\xca\x0b\x0a\xc7\x55\x6b\x92\x1a\x8a\x09\x0e\xb1\xd4\xbc\xb7\xe5\xab\x02\x87\x73\xa4\x9e\x2b\x70\xdb\x09\x3d\xae\xdd\xb8\xf5\xce\xb2\xe0\xe6\x68\x5c\xb7\xcb\xaf\xb2\xd1\x32\xd0\x79\xa8\x85\x6f\xa9\x31\x7b\x55\xa3\x52\xee\x47\x6c\x85\x07\x31\x1f\xb6\x26\x19\x94\xfb\x10\xf3\x15\x58\xdf\x97\xd8\x7d\xbd\x88\x89\x11\x81\x58\xd7\xfc\x25\xb7\xce\xcb\xe8\x2c\xbd\xb4\xe7\x8e\x07\x4e\xbd\x10\xc0\x9f\xf7\xf6\x43\x06\xe1\xf5\xe5\x80\x11\x14\x7c\x5f\xdc\xba\xeb\xa9\xc5\x3a\xa2\xac\x83\xb8\xe3\x0b\xb2\xae\xfb\x31\x1f\x75\x57\x86\x85\x7e\x1b\x85\x87\xa5\x31\xa1\x65\xa6\xf6\x62\x64\x13\xd6\x5a\xae\xae\xc7\xaa\xcc\xf4\xe7\x62\x94\x97\x06\xfb\x96\x53\xab\x92\xb1\x29\x5d\xf3\x26\xd2\x26\x6e\x63\xd3\x75\x74\xc2\x17\x45\x95\xa3\xac\x2f\x0b\x99\x5d\xd6\x4b\xb6\x79\x96\x76\x6f\x1d\x12\xd4\xab\xda\xac\xe6\xa9\x6a\xa5\x72\x09\x66\x0c\x5d\x4e\x0b\xf1\x16\xa6\x2a\xae\x97\xf0\x2a\x2e\x3c\x37\xf3\x2f\x3b\x92\x17\xd2\x46\xca\xd9\xfc\x04\x3b\x38\xd7\x93\x77\x29\x1b\x5e\xe2\x49\xed\xde\xae\xb4\xd6\xb5\x35\x40\x3c\xc9\x71\x96\x23\xdb\xac\xd7\xa7\xe9\x9e\xbd\xe9\xba\xcf\x92\x7b\x48\xc3\xef\x95\xc6\xb7\xfc\xc0\x3b\x8d\xc5\x0f\xcb\x96\xa9\xd7\x82\xc1\x0b\x7c\x2f\x43\x06\x6f\xb3\x36\x9a\x1b\x9d\x0e\xa1\xd7\x45\x16\x8c\x0a\x1a\x92\xe1\x0d\x5c\xf3\xb4\x46\x79\xde\x12\xa9\xad\x79\xbc\x98\x44\xae\x44\x74\x6b\xf8\xd8\xef\xf6\x37\x40\x04\x7b\x93\x2e\xc0\x01\xc0\x40\xe5\x0d\x06\xff\x7a\xd1\xfa\x6d\xde\xdf\x68\xf6\x37\x42\x5a\x04\x51\x9c\xbf\x29\x12\x4f\x09\x9d\x39\x18\x44\xa7\xc1\xbb\x11\x14\x01\x01\xee\x6d\x74\xe9\x29\x20\xb3\x06\x83\xbd\x9f\xe7\xff\x78\xd6\xdf\x58\xfa\xec\x33\xa0\xcc\xbb\x64\x9c\xae\x77\x2b\xee\xdf\xcb\x84\xe3\x87\xca\xd3\x3a\xdc\x9f\xe8\xab\x53\xa3\xad\xed\x19\x58\xe5\xb4\x47\x79\x6e\x3f\x1a\x07\x38\xfe\x92\x9f\xdb\x97\xb1\xef\x2e\x4f\x26\x77\x7a\x27\xa2\xb2\x1f\x5d\xd4\x25\x95\xcf\x9f\xdb\x81\xb9\xb5\x51\x31\x91\x42\xaa\xe5\x1a\x69\x27\x48\x6e\x9a\xa8\x6e\x7c\x38\xc9\x16\x23\x76\x32\x82\xd9\xde\x25\x41\x72\xa3\x16\x5c\xbe\x98\x53\x91\x21\xd7\xb2\x7f\x5f\x13\x9d\x80\x48\xf3\x46\x1a\xef\x00\x4a\x5f\xe2\x6d\x0c\x6f\x38\x7b\x41\x31\x9a\xd6\x31\x35\x9a\x5e\x1a\xc8\xab\x30\x2f\x77\x33\x1b\xe4\x36\xa5\x69\x70\xa6\x25\x5f\xc5\x9c\xc9\x74\x05\xc9\xe0\xbf\x1f\xd2\x90\x3a\x8c\x9d\x73\x0b\x85\xcb\x75\x1f\x88\xcf\xc2\xd6\x0d\x1f\x76\x2e\xc1\x27\x8e\x0e\xb3\x61\xf9\xfb\x98\x6e\xbd\xda\x0d\x82\x60\xfa\x84\x9c\x80\x9f\x24\x76\x42\xbc\x02\x4b\xae\x2c\x4d\x26\xed\x9d\xce\x74\xcb\x2a\xf0\xcc\x52\xb5\x7d\x8c\x69\xc0\xa4\xee\x28\xa6\x24\x48\x48\x94\xe7\x0b\x4a\xa2\x84\x14\x53\xfa\x34\x19\xe6\x73\x4b\x0f\xb7\x13\xd8\xef\x5d\x90\xdf\x26\xfe\xd8\xa5\x15\xa5\xf2\xd9\x0b\x60\xcb\xfb\x1b\x22\xf0\x50\xaf\xbf\x31\x18\xc6\x41\x72\xd1\xdf\x20\x19\x8d\x7b\xfd\x8d\x24\x15\xae\x3e\x32\x92\xa4\xe9\x9c\x26\xde\xab\x39\xf1\x26\x90\xb7\x8d\x31\x9e\x0b\x9a\xb5\xad\x76\x75\x02\xeb\x46\xcd\xea\xa9\xed\x9f\x25\x8e\xa0\x19\xfc\x72\x86\x0d\x53\x4b\xf0\x18\x11\x37\x36\xeb\x6f\x78\xc6\x41\xf3\x21\x5b\xff\xfd\x4b\x44\xaf\xf8\xdc\x21\x02\xa8\x6d\xb6\xc7\xf1\x95\x62\x29\x41\x94\xa8\x2d\xea\xef\xf5\x37\xfe\x9f\xf5\x1b\x26\xf9\x9d\xdd\x2c\xb8\xbe\x7d\x75\x6b\xcf\x49\x25\x68\xa0\xb4\x76\x91\x9e\xc0\x61\x02\x2e\x72\x8c\x0b\x5c\xfe\xe7\x60\x61\x33\x5b\x4b\x42\x27\x45\x30\xba\xb0\xb4\xb4\xbe\x0e\x1a\x4a\x5b\x53\x27\x4b\x90\xe6\x77\x69\xec\xe3\x48\x44\x93\x6f\xd9\xe4\xb2\x5c\x7a\x8e\xe4\x06\x9f\xe3\x27\xf3\x47\xdb\xcb\xf8\x9b\x78\xbc\x89\xfd\x72\x79\xfc\x8f\x5f\x60\x47\x9a\x64\x51\x88\x81\xd8\xf7\x60\xf0\xcf\xe0\xb7\x1f\xff\x09\xf9\x3c\x2a\x5c\x8e\x41\x44\xd2\x60\x90\xc5\xdf\x5f\x86\x00\x05\x39\x6f\xf9\xa8\x63\x50\x9c\x3e\x18\xdc\x14\x87\xbf\xce\x00\x9e\x2d\x1c\x0c\xc7\xbe\x07\x83\xb7\x1f\xa2\xad\xb7\x78\x6b\x3d\x4d\xe7\x18\x4a\xa7\x0e\x06\x7f\x3f\xbd\x7a\xbe\x0d\xb0\xf2\x7e\x5c\xc3\xf1\x94\xc1\x20\x7b\xf3\xcf\x0b\xde\x4b\x88\x31\x21\x37\x6a\x49\x0e\x91\x36\x18\x5c\x1f\x0d\xe9\xdf\x00\xae\x90\x77\x49\x72\x8f\x16\xb0\x38\x7d\x30\xd8\x7c\x3f\x2d\x5a\x26\xbc\x17\x78\x30\xd8\xfe\x6b\xf2\xaf\x77\x88\x8e\x2e\x19\x07\x83\x17\xf4\xe4\xe0\x85\xc0\x56\xc4\x16\xa6\x22\xa6\x83\x41\xf1\x7e\x72\x7d\x09\x10\x59\x7a\x95\xef\xf9\xc6\xd6\xc8\x18\x0c\x7e\xfd\xeb\xfb\xdd\x0b\x59\xc2\x82\x1b\x0c\xfe\xfe\xf7\xfd\x5f\x2f\xf5\xb8\x9d\x40\x10\x67\x6b\xd0\x58\xe2\x60\xd0\xca\x7e\x19\xff\xc6\xf1\xd0\xbc\xb5\x69\x60\x62\x09\x83\xc1\xfc\x20\x86\x00\xdd\x1c\xe2\xd9\x26\xfb\xb3\xc1\x78\xea\x60\xf0\x8f\xc3\xbd\xf1\xa5\x86\xfd\xd6\x0f\xfc\xad\x80\x1e\x3d\xcf\x92\x63\x80\x8e\xe9\x25\x8d\x5b\x5b\x18\x52\x24\x0d\x06\xb3\x7f\x7c\xbf\x78\x87\xa0\xb6\x5d\xa8\x6d\x46\xc1\xf4\xe0\x6f\x08\xea\x99\x0b\xf5\x6c\x30\x38\x2d\xbe\x3d\x7c\x86\xa0\x9e\xbb\x50\xcf\x07\x83\x20\x3c\x99\x5f\x23\xa8\x17\x2e\xd4\x8b\xc1\x60\x77\x7b\xb1\xff\x9f\x08\xea\x5b\x17\xea\xdb\xc1\xe0\x87\x67\x17\x5b\x3f\xe8\x91\x78\x97\xcc\x17\x85\x33\x14\x90\x3a\x18\xfc\x5c\x44\xd1\x96\x86\x3d\x80\x78\xa1\x0e\x30\x4f\x1e\x0c\xfe\xf5\xaf\xe1\xc7\x49\x89\x10\x59\x6d\xe4\xcb\xb0\x20\x85\x13\x60\x2d\x17\x0c\x79\xdd\x15\x12\xe1\x1b\x39\x9b\xd0\x85\x06\x14\xea\xf2\x2c\x60\x8a\x8c\xeb\x88\x5b\x5b\x26\x4f\xcd\x86\x22\x58\x07\xa4\xf3\x4b\x58\x23\x3d\xa7\x31\x1d\x15\x6f\x38\x1a\x2e\xd9\xbc\x8d\xf2\x39\x13\xb2\x76\xf8\xe7\x89\x10\x9a\x76\xe1\xb0\xb5\xc3\x7b\x75\xa7\x3d\x80\xbe\x7a\xe5\xbd\x39\x51\xad\x05\x25\xb9\xd9\x76\xa1\x0d\x87\xc6\x37\x71\xd3\x9a\xb8\xfd\x4d\xdc\x38\x57\x55\x7e\x19\xd1\xab\x5f\xa3\x10\x0c\x50\x10\x0a\xd2\xc2\x38\x90\x1e\x9b\xed\x6a\x12\xbe\x5e\x87\xba\xdb\x33\x55\x46\x7c\xcb\x4b\xf8\x8e\x46\xdf\x20\x5f\x93\xad\xcd\x4d\x0b\xd3\xd1\x78\x9c\xd3\x02\xa3\x12\x97\xfa\x46\xf5\x25\x88\x3c\xea\xef\xa1\xe1\x3c\x0d\xb9\x2e\xc3\x16\x5d\x8a\x1a\xbc\x4e\x7d\x2f\x8a\x84\x82\xcf\x5f\x49\xb9\x40\x71\x9f\x25\x91\x69\x67\x9f\x19\x63\xf8\xea\x96\x37\x59\x3c\x57\x0e\xd3\xab\x24\x0f\x66\xf3\x98\xb6\x33\x9a\xa7\xf1\x82\x8d\xf3\xf2\xf3\x39\x2b\x86\x2f\x99\x38\x02\xbe\xe2\x24\x0a\xe1\x54\x26\x4a\x93\x36\x64\x2c\x3f\x9f\xab\xe3\xfd\x67\xd5\x3c\x69\x42\xa6\xb1\x09\xf7\x10\x9f\x47\x41\x3c\xaa\x7f\x75\xab\xc6\xa6\x5d\xa4\x10\x86\xaa\xfe\xbc\xb1\xfc\x0b\xf9\x86\x6c\xcd\xaf\x1b\x9f\x91\x7b\x13\x1e\x0c\xf2\x33\x2f\xc1\xc7\xc0\x28\xa2\x61\x97\x5e\x05\xbe\x5e\xc3\xb7\xca\x48\xb4\xc9\xe7\xaa\xf8\x27\xe7\xf6\x7f\xa5\xab\xf6\x96\x1c\x2c\x7e\xfb\xed\xa6\xc9\xff\x39\xa6\x39\x13\x14\xd4\x15\x6f\x42\xaf\x17\xa3\x28\xef\x8c\x59\x66\x0d\xdd\x3f\x71\x5d\x6d\x34\xbe\x61\x53\x66\x16\xcc\xbb\xaa\x7a\xd7\xe4\x33\xa6\x05\x29\xe0\x82\x08\x26\x1d\x04\x07\x16\x56\x88\x10\x7f\x96\x5b\xb2\x93\x74\x4c\x2c\xb3\xf7\x59\x30\x6f\x68\x7d\x0e\xf9\xa6\xc7\x28\x75\x41\x6f\x96\x5d\x22\xad\xd2\xc9\x67\x7c\xa4\xe1\xf2\x95\xdf\x80\x32\xca\x8f\x2e\x69\x16\x07\xf3\x39\xb4\x8d\xd4\x83\xae\x24\xd4\x50\xfc\x6a\x28\xbb\x55\xc3\x5c\x35\x78\xad\x56\xc3\x4e\x8f\x0c\x5f\xeb\x65\x25\x6a\x1c\x22\x00\xc2\xa0\xf9\x32\xe4\xe7\xd9\x38\xa7\x12\x0e\x23\x82\x42\x0a\x0e\x5f\xed\x85\xb4\xa0\xd9\x2c\x4a\xe8\x71\x7a\xc5\xda\x89\x79\x62\x93\xb0\xfd\x5c\x7c\x9c\x9d\x9f\x9d\x37\x09\xdc\x46\xfd\x1a\x15\xd3\xe3\xf4\x4a\xb2\xc2\x86\xfc\x61\xf4\x83\x15\x95\xda\xb9\x5e\xaf\x47\x36\x55\x07\xe4\x22\xe6\x0d\x88\x41\x17\xc6\xa0\xcf\x30\xf2\xf3\xd7\xb2\xf0\xdd\x1d\xe1\xfc\x83\x61\x05\x68\x03\x1b\x2e\xf4\x52\xbf\xbc\x31\x06\xa0\xee\xa2\x3f\x63\x98\x5a\x64\xeb\xbc\xc9\xb9\x97\x1e\xfa\x4e\x47\xcc\x65\x12\x64\x94\xa4\x1a\x4b\x13\x9e\xa1\x26\xf4\xba\x60\xcd\x6d\x1b\x62\x36\x26\x63\x7d\xa8\x89\x67\x52\x8c\xad\xc9\x86\x33\x85\xac\x1e\xe0\xd1\xc9\xe7\x71\x54\xa0\x8e\x88\x86\xc9\x71\xd2\x63\xd3\x40\xa3\x64\xb1\x7a\x6b\x0c\x49\x8f\x9c\x9d\x9d\x9f\x2b\x8a\x8a\x9d\xd3\x3b\x52\xac\xa8\xa0\xa9\x00\x93\x91\x9f\xeb\x43\x6c\x35\x29\x2a\x02\x75\x19\xa6\x83\xa4\xc1\xa6\x3c\x9b\x80\xa9\x34\x0c\x46\x76\xde\x20\xe2\x07\x6b\xd1\xb9\xd4\xc5\xf3\x24\x88\x11\x5e\x1f\x0a\x5a\x19\x97\xfc\xa2\x4d\x06\x95\xd2\x8c\x73\xf6\xfc\x5d\x72\x9c\x5e\xf9\xe8\xc3\xef\xbe\x1c\x4a\x62\xd3\x71\xc4\xc0\x4c\x02\xce\xd3\x34\x66\xc3\x23\x4a\xe7\xe0\x06\xf0\x82\xde\x20\x2b\x08\x51\x0b\x77\xf6\xb7\x34\x48\xc6\xfb\xd5\x66\x6d\xac\xd7\x83\x26\x19\x9a\xe6\xa6\xb0\xe4\x9d\x9d\x80\xed\xa9\x4e\xa2\x2f\x66\xd9\x9a\x45\x6d\xaf\xe8\xb2\xde\xaa\x4d\x0c\x10\x55\x01\xf8\xdb\xf3\x45\x28\xdd\x76\x2a\xbc\x5a\x44\x18\xca\xdf\x4a\x05\x2e\x68\xec\x9f\x9c\x72\x18\x2f\xc0\x33\xf3\xe7\xaf\x6e\x5d\xf2\x2c\xd9\x96\xbc\x62\x47\x7f\x89\x29\xf7\xc4\x9e\x13\x3c\x70\xbb\x33\x55\x20\x59\xce\x6f\x89\xc0\x0b\x64\xcc\x78\x14\xb9\x4e\x4f\x41\x73\x86\xea\x69\x66\x6d\x63\x36\x76\x1d\xad\xbd\xce\x37\xc0\x61\x7c\x91\x9f\x63\x02\xb1\x0e\x79\x57\x07\x1a\x60\xb6\xab\xce\x94\x29\xf0\xe6\x4b\x93\xb4\x63\x90\xf6\xa9\xc4\x40\x7a\x50\x49\x9b\x27\xd7\xeb\xb0\x79\x36\x49\x94\x84\xf4\xda\x36\xb6\xb6\xb6\x4b\x78\x3b\xca\xab\x79\xc5\xb7\x6a\x6b\xb0\x65\x83\x45\x9e\x82\x55\x36\x92\x86\x21\xb7\x6e\xb2\x01\x8f\x83\x30\x3a\x53\x58\xb7\xe5\xee\xce\xdc\xc7\xeb\xac\x57\x67\xd0\x8d\x73\x4e\x47\xfe\xc1\xd8\xfa\xb9\x15\x75\x50\x0f\xb5\x9c\x03\x7e\x5e\x5e\xb7\x68\xa7\x26\x80\x15\x43\x70\x0d\x4c\xac\x41\xe6\x35\x96\xf5\x30\x82\xe1\xf0\x8b\x2b\x9a\x83\x32\xde\xa9\x99\x97\xe6\x9f\x20\x5a\x31\xa1\x4b\x72\x3d\xee\x7e\xa5\x92\xa9\xf6\x19\x5b\xbd\x25\x67\x5c\xc5\x60\xb3\x4b\x29\x2b\x9a\xcc\x16\x74\x0d\x3e\x16\x2b\xc4\x3c\xc5\x61\xcd\xa5\xf1\xe5\x1c\x79\x5d\x26\xbc\x16\xaf\x81\x5e\x30\x52\xea\x9b\x40\x2d\xa9\x3a\xb3\x9f\x73\x26\xa0\x2e\xb7\xf9\x01\x63\x20\xc5\x90\xf8\x7b\xcc\x33\xf8\xe7\xdc\xb0\xb8\x67\x0b\xe1\x82\xde\x58\x93\x5e\x8c\xf6\x05\xbd\xc1\xf3\xdc\x89\x49\xa9\x45\x65\x4e\xf3\x33\x25\x65\xd7\xad\xaa\x1b\xe7\x4e\x88\xd3\x02\x24\x05\x75\x8c\x6d\xd8\xef\x27\x18\x5a\xa1\x14\xc5\x26\x7b\xbc\xa6\x86\x94\x36\x94\x38\x84\x0a\xae\x6c\x0b\x6b\xb0\xe9\x76\xca\xd3\xf9\xc2\xb7\xc4\x97\x8d\x7a\xc3\xe2\xc3\x67\x50\xdf\x39\xc4\x4a\xd6\x5f\xaf\xf1\x57\x7b\x94\x26\xa3\xa0\xa8\x9f\x0d\xcf\x1b\xa4\x4b\xce\x86\xe7\x7e\x1e\xcd\xe6\x13\x0d\x3f\xca\xe9\xb8\x62\xd2\xcb\x49\x8c\xa9\xc3\x2a\x45\xec\xfa\x02\xcf\x2c\x8d\xfd\xec\x02\x78\x80\x25\xf3\xd4\x39\x83\x28\x13\x74\x7c\x92\x94\x46\xe9\x67\x0a\x6c\x23\x8c\xd3\x20\x14\xe2\x14\x3a\xb7\x58\x47\x2e\x0e\xbe\xc8\x62\x30\x07\x4c\xc2\xf4\xaa\xfd\xe9\xf8\xbd\xb8\x2f\xe6\x1d\xfc\x74\xfc\xbe\x9e\xd0\x2b\x86\x61\x58\x3f\xfb\xeb\xc9\xd1\x87\x36\x1a\xe2\x38\x1d\x36\xf9\xfd\x15\xd9\x6e\x9c\x37\xc9\xad\x08\xb7\x52\x0b\xe6\xf3\x38\x1a\x81\x7f\xad\xce\x7f\xe6\x69\x52\x13\xef\xd4\x51\x2f\x16\x59\x49\xf3\x27\x94\x13\xe8\xcd\xcd\xa7\x38\x0a\xbd\x32\xe1\x22\x8e\x42\xd9\x1b\x2d\x41\x1b\xc7\x98\x05\x94\x85\x45\x69\x5f\x91\x73\x74\xe6\x55\x1b\x10\x22\x8e\xc2\xdd\x2c\x0b\x6e\x60\x1f\xe4\x7a\xa9\x60\x2e\x54\x1d\x30\xa6\xfc\xf8\xcf\xe0\xb0\x6d\xe1\x78\xf1\x1b\xe9\x81\xe1\x1d\x9c\x8e\xeb\xb7\x64\x14\xe4\xf4\x84\x26\x79\xc4\xdd\x86\x98\xaf\xdd\x84\xd0\x0d\x67\xe8\x2e\x3e\x50\x83\x8c\x3f\x5e\xfc\x26\xf7\x5f\x56\x4f\x53\xb7\xca\x57\x5e\x06\xce\xe2\x5f\xbc\xb9\xb0\x63\x42\x73\xf9\xde\xc9\xb7\x6f\xa3\x30\xf4\x43\x9c\xe2\x55\x5f\xe5\xae\x2f\x4e\x41\x7a\xd7\x47\x55\xb5\xa3\x64\x14\x2f\x42\x9a\xd7\x79\xb6\x31\x2f\x11\xd6\xea\x91\xcd\xdf\xdc\xec\x29\xf6\xfc\x1e\x58\xb6\x6f\x94\x47\x26\x0c\x3a\xb6\xfa\x06\x7c\x64\x63\x64\x27\x22\x26\x0a\x7c\x80\x52\xed\x28\xff\x10\x7c\xb0\xa1\x1a\xeb\xce\x8d\xd5\x14\x43\x13\xc4\xd9\x90\x58\x5b\xec\x9a\xef\x4b\xb9\x03\x21\x6f\x40\xdf\xa5\x59\xb5\xde\xf2\x21\x65\x35\x03\x13\xbb\x3f\x42\xa5\x29\xfe\x90\x6d\x3f\xa1\x57\xf7\xa9\xde\xcf\x3f\x35\x06\xe1\xbc\x00\x89\x04\xee\x71\x95\x31\x4c\x58\x10\x72\xf2\xeb\xe2\x20\x68\xbd\xf4\x02\x8b\x9d\x42\x17\x3c\xb3\x39\xb8\xce\x6a\x9c\x6d\x9e\x4b\x34\xa0\x87\x62\x1b\x6e\x04\xf2\x33\x89\xc8\x8e\x45\x3f\xb1\x29\xbe\x24\xd1\x37\xdf\x58\x91\xb8\x2c\x7e\x69\x96\x3b\x8b\xce\xad\x2d\x12\xe6\x89\x55\x46\xb5\xec\x6c\xf3\x1c\x3c\xc2\x1a\x25\x8c\xfd\x5b\x74\x28\xc8\xf3\x68\x92\xd4\x8d\x91\x69\x0a\x41\xeb\xbc\x6b\x53\x0b\x4b\xbd\x84\x0c\x33\x1a\x5c\x78\x42\x71\xd9\x5b\x90\x81\xbc\x2a\x34\xc3\xaa\x9b\x82\xb5\xf5\x8f\x4a\x97\x8e\xa0\x54\xda\x3d\xef\x17\xb0\x5b\x02\xb4\xd5\x34\xab\x18\x94\xae\x55\x58\x0b\x7b\x02\x02\xf1\xb2\xa0\x61\x3b\xd8\xdb\xb9\xf5\x88\xe3\xff\x95\xb7\x15\xa2\x31\x27\x34\xc8\x46\x53\x33\x96\x82\x9f\xd1\xb2\x71\xc5\x97\x16\xb9\x75\x51\x61\x5c\x61\xa0\x46\x36\x71\x45\x0e\x1b\xc7\x77\x1a\x6c\x5d\x99\x8b\x82\xbf\x8f\x45\x83\x52\x97\x55\x23\x9c\x7c\x2a\x96\x16\x74\x47\xcf\x5a\x79\x4e\x9b\x4a\x1e\xa2\x87\xd1\xa5\xc7\xf2\x20\x4b\xaf\xb4\xd1\xc1\xad\xc5\x0b\xdc\xa7\x28\x43\xc7\xb7\x8b\x9e\xca\x88\x68\xbd\x5b\xf4\xb1\xe4\xbd\xed\xdd\x0e\x97\x98\xca\xbd\x5b\xf4\xb1\xc4\x83\x21\x72\xf8\xc7\x92\x3f\x69\x19\x82\xa0\x82\x9f\xa7\x20\xff\x2a\x61\x74\xe9\xb7\xf1\x47\x4f\x89\x80\x91\xff\x12\xd1\x2b\x74\xf5\xc6\xdf\x01\xe9\x35\x0b\x23\x61\xfa\xb8\xf8\x77\x9b\xe2\xee\x33\x17\xd5\x71\xee\x40\xc1\xa4\x03\x5f\x11\x92\x16\x4d\xd5\xff\xa6\xd5\xbf\xa6\x45\x87\xa6\xd5\xcf\xa6\xd5\xdc\xa6\xa7\x99\xcd\x7e\x52\xee\x60\x48\xbf\xfc\xf3\xcf\x53\xbe\x11\x1b\x7e\x05\xfc\x80\xdc\x85\x81\x7c\xf6\xc4\xbf\x4c\xb3\x1d\x61\x53\xe3\x73\x75\x80\x27\x53\x65\x2d\x86\x89\x81\xdf\x91\x91\x7e\x1d\x26\xc4\x00\xaf\xdf\x22\x3e\x1f\x0e\xb2\x60\xc2\x56\x18\x9f\xeb\x17\xee\xeb\x5c\xfe\x50\xeb\x42\xf8\x10\x1f\x36\x49\x54\xea\xdc\x40\xf1\x6d\x37\x8f\x94\xaf\x51\x1f\x30\x67\x56\x6c\xdd\xfa\x72\xa1\xa9\x9f\xbf\xba\xbd\x58\xb6\xbe\xba\x8d\xd0\x55\x21\xfe\x2b\x5d\xef\xa5\xc0\x3e\x16\x50\xda\x38\x3e\xd9\x7a\xb7\xe8\xc3\x0b\x6c\xcd\xc4\xde\xad\x95\xe0\x29\xe4\x3e\xd7\xf5\x38\x82\x30\x47\xaf\xca\x47\x14\x9e\x55\xd6\xd7\x34\x43\xee\x9e\x4b\xae\x3a\x1f\xf9\xe5\x4f\x89\x18\x03\x79\x6f\x8f\x0e\x71\x76\x2b\x4c\x67\xf7\x7d\x0d\xc4\xce\x8c\xc9\xa7\x9c\x32\x54\xeb\xba\xaa\xd4\xc1\x34\xf4\xeb\x98\x24\x0d\xa9\xfd\xb6\x86\xa5\x59\x9e\x24\xf1\xf3\x97\x8f\x69\xc6\x5d\xdb\x7e\x51\xe0\x7c\x8e\x65\x8d\x90\xf9\x1c\xd0\xb1\x5b\x77\x82\xe2\x83\xcf\x58\xf1\x9e\x25\xc8\x26\x10\xcf\xd0\x7a\xd3\xe2\x7b\xef\xc1\xd1\xaf\x7c\xe1\xf1\x65\xaf\x18\x84\xa9\xdc\x87\x34\xc4\x8a\x6b\x33\xea\x22\x7f\xad\xb0\xc7\xc6\xc8\x2d\x64\xc7\xd1\xb6\x01\xf0\xab\x9b\x7b\xbf\x04\x80\x8b\x0e\x35\x9d\x5c\x4b\x5c\xf4\x9e\xc7\x08\xac\xfe\x04\xd9\x1c\xb2\x39\xc3\x03\x22\x97\xf7\xd7\xd3\x68\x45\x02\xf3\xcd\x01\x84\x11\xd6\xe7\x0c\x93\x50\xc1\x7c\x4e\x93\x70\x4d\x42\x95\xbe\x72\x78\x7b\x74\x28\x2a\x15\x13\xcc\x63\x40\x69\x3c\x7c\x81\x1e\xca\xa0\xbf\x4e\x95\xd6\x33\x06\x8e\xb3\x3c\xac\xae\x9e\x75\xde\x07\x0b\x96\x85\xa5\xc0\x86\x78\x15\x17\x62\x84\x0b\xd0\x9b\x35\x98\x95\x59\xc0\x78\xf1\xf8\xdf\xf7\x25\x66\x3f\x51\x73\x3e\xbd\x4a\x7e\x66\xd2\x82\x70\xfc\x4e\x68\xb2\x98\xd1\x2c\x18\xc6\xf4\x28\x89\x6f\x1a\xe4\x16\xb8\xc2\x05\x7f\xdc\x88\xc5\x0b\x5e\xa0\xf1\x12\x66\xbc\xc8\x98\xd0\xe2\xe8\x2a\x91\xc4\x3c\xb9\x99\x0d\x53\x76\x1a\xe7\x38\x72\xfe\xa9\xd1\x78\xa1\x4d\xbc\x6e\x6b\x34\x16\xf1\x4b\x2a\x8f\x34\x9f\xcd\x6f\x66\x0d\x78\x0a\x0d\x33\xce\x5b\xd9\x5b\x9a\x8f\xb2\x68\x5e\xa4\x99\xea\x38\x2b\xd5\xd6\xf5\xbd\x64\x07\x75\x02\x27\x80\x1c\xae\x26\x05\x1f\x65\xdf\x4d\x59\x37\x40\xe8\xdb\x86\xfc\x25\x5f\x5f\xaa\x29\xc2\x31\xed\xc9\x3c\xa3\x41\x58\xe7\xa6\xec\x0d\xee\x8a\x8f\xd4\xe1\x29\x14\xe9\x91\x2d\xae\x0b\x51\xac\xd9\x52\x83\x70\xda\x81\x08\x4a\x7a\x1a\xea\x2c\x3a\x27\x4f\x38\x73\x23\xaf\xcd\xe4\x2e\xb9\x5d\x72\xf2\x45\xe4\x2f\x64\x9b\xe1\x90\xa3\xcc\x89\x51\xe7\xe8\x1a\x4d\x50\xa8\x6a\x85\xbb\x26\x21\xbf\x53\xb1\x97\x93\xe8\x41\x93\xc0\x35\x2a\x47\xc2\xef\x7d\x25\xb5\x94\xc7\xfc\x15\x54\x87\x49\x21\x60\x8c\x3a\x22\x9a\xab\x5a\x56\xe1\x90\xdd\xd0\x35\x97\x75\xb4\xa2\x8b\xbe\x46\x58\x1d\x5d\x35\x83\x78\x25\x00\xdc\x50\x94\x50\xf3\x82\xa3\x12\x33\xe3\x8f\xf5\xe4\x2d\x04\x12\x29\x04\xf1\x4f\x94\x7f\x10\x84\xfa\xd5\x34\xfb\xb0\x75\x3a\x47\x59\x34\x89\x92\x20\x7e\x93\x86\x37\x1f\x83\x30\x04\x1b\xa0\x51\x9a\x84\x11\xa3\x61\x10\xc7\x37\x9f\xe6\x61\x50\xd0\x93\x51\x96\xc6\xf1\x30\xc8\xc0\xb5\x9d\xfa\x02\x9b\xbc\xa6\xeb\x4e\x5c\xbc\xc5\x4e\x47\x0b\x70\xf8\xab\x5f\x63\x83\x7f\x38\xc0\xcd\x64\xef\x74\xc1\xd2\x2e\xe8\xcd\x5e\x1a\x72\x2f\xe4\x8c\x92\xca\x9f\x38\x6b\x20\x8f\x87\xe8\x13\xf4\xd0\x2a\x4c\xd2\x74\xce\x36\xf5\xa5\x14\xd4\x58\x57\x3f\xa2\x1d\x06\xbd\x89\x9e\x06\x73\x5a\x67\xf9\x7a\x0b\x6a\x94\x89\x8d\xf2\x91\x9f\xe7\xb9\x76\xb0\x28\xd2\x03\xd6\x3f\xbf\x5b\x72\x9a\x80\xaa\xc3\x9b\x99\x03\xf5\x18\x5d\xfc\xd9\xd1\x6f\x65\x01\x3d\x0a\x11\x31\x5a\x67\x32\x12\x40\xd6\x05\xbd\x19\xa6\x41\xe6\xaf\x91\x07\xd4\xf7\xa2\x04\xed\x68\x4c\xc3\x37\x37\x25\x00\xc3\x60\x74\x11\x66\xe9\xfc\xde\x21\x42\x00\xa8\x7e\x56\xcb\x8b\xa0\x88\x46\xb5\xf3\xc6\x39\x44\x86\x27\x69\xb2\xcf\x88\xe3\xed\x45\x9a\xec\x5f\x47\x45\x49\x16\x1b\x0b\x93\xa4\x28\x73\x2f\x4e\xf3\x92\xcc\x32\xe1\x7f\xad\x18\x2a\x57\x59\x30\xdf\x5b\x01\x33\x4b\x43\x11\x60\xa1\x02\x48\xd2\x71\x15\xdc\x88\xfb\x14\x59\x05\xc6\x04\x92\x2c\x31\x23\xb7\xa8\x4e\x8d\x83\xd0\x3f\xb7\x56\x45\x84\xf9\x0d\x94\xfa\x2b\x87\x9a\x6b\x84\x7c\xf1\x60\x8c\xae\xea\xc5\xde\x35\x57\xa4\xa6\x5a\x35\x48\x94\x24\x34\x3b\xa6\xe3\x95\x0d\x92\x5b\xbc\x43\x2a\x6b\x3e\x88\x06\x2e\xf8\x71\xe5\x88\xcf\x1a\xff\x92\x01\xde\x0e\x2b\x7c\x77\x5c\xd0\xac\x1c\x52\x3d\xf6\xe9\xda\xfc\x0b\x96\x6c\x16\xcc\xbd\x7c\x42\x7b\x65\x00\x21\xfb\x34\x3d\x9a\x45\x85\x25\x81\x39\x1c\xca\xe7\xc0\x41\x32\x29\xee\xde\xdd\xe2\x4d\x6c\xfb\xb7\x38\x92\x86\xc3\x8c\x48\xa7\x72\x66\x51\x0b\xa3\x20\x4e\x27\x35\x8b\x07\x28\x7c\x9a\xdf\xa8\x24\x39\x79\xb6\x36\x5f\x6c\xa2\x69\xa8\xf2\xf5\x0a\x66\xfc\xda\x5a\xb7\x2a\xc9\x99\x16\xd2\x5c\x99\xef\x17\x5d\xcf\x16\xd2\x3e\x64\x65\xe0\x2c\x52\x3a\xff\x04\x16\x31\xee\x82\x03\xa9\xa6\x55\xa3\x87\x5d\xb4\xd3\x21\x8b\x9c\xe6\x24\x2f\x82\x24\x0c\xb2\x10\x7a\xc7\x86\x57\x40\xf3\x43\xd0\xd2\x3b\xbf\x54\x3d\x25\xb3\x4a\x8f\x92\x9e\x4b\x35\x76\xe2\xab\xd9\x73\xc8\x89\x9b\x04\x5d\xff\x52\x8d\x04\x20\x59\x43\x21\x01\x70\xeb\x3b\xdc\xb0\xf5\x14\xeb\xb9\xdd\x18\x50\x2e\x2d\xf8\xdc\x69\x0c\x52\x57\x5e\xf1\xc1\x4d\x68\x71\x20\x85\x8f\x3d\xc1\xfe\x95\x13\x0e\x5f\xe6\xbd\x5d\x72\xf0\x80\x06\x6f\x14\x53\xe7\x61\x0e\x4a\xf3\xbe\x10\xff\x61\xba\xc8\x29\x84\xf8\xf6\xd7\xa1\xf2\x1f\x58\xcf\x7e\x3e\x0a\xe6\xd4\x42\xce\x13\x1f\x88\xf1\x04\x76\x7d\xd9\xbe\xdd\x24\xe2\xc1\x69\xad\x2a\x4a\xa0\x1e\x58\xe7\x69\x30\xb4\xf0\x9f\x06\xc3\x7b\xe3\x92\x6c\x4a\xa1\x92\x09\x0f\xc0\xc4\xb9\x1b\xc2\xc4\x13\xee\x8d\x69\x16\x24\xc1\x84\x5a\x7c\x43\xa1\xf5\xe6\xde\xbb\x8e\x51\x4c\x83\xcc\x19\x0a\xc1\x04\x55\x5d\x95\x50\xf7\xae\x53\x71\x36\xed\x21\x47\xa6\x3c\x9e\x93\x1c\xbd\xb5\xb1\xbf\x7c\x9a\x5e\x95\x4c\xbb\xee\x83\x5d\xe7\x00\x63\x7c\x6c\x5f\x39\x8a\xb3\x7e\x35\x17\xfb\x3d\xf2\x26\xa2\xd5\xff\xda\xd9\x8a\x86\x15\xbe\x48\x10\x94\x92\x09\x2c\x40\x95\x8e\x60\x85\x84\x6e\x41\x8a\x54\xc3\x1d\x8f\x08\x73\x6c\x29\x3a\xa3\x24\x2a\xea\x5a\x87\x59\xe2\x5a\x01\xf9\x50\xc9\x16\xb4\x8f\x2d\x8b\xfb\xd8\x82\x5f\x36\xd0\x30\xe0\x90\x38\x21\x07\xd5\xb5\xf4\x28\x6b\x45\xc3\x51\x79\x91\xa2\x3d\xe2\xb0\xdd\x9d\xcd\xbc\x9c\x9f\x59\x49\x94\xe4\x11\xdb\xdd\xa7\x94\x88\xbd\x91\x5e\xd2\x84\x61\x63\x49\xc3\x2c\xbd\xca\x69\x46\x82\x30\xcc\x68\x9e\x93\x21\xb8\xbc\xe1\x45\x69\xd8\x4f\x64\xe5\x4a\x79\x1b\x84\xa1\xe1\x8b\xa7\x5e\x03\xd8\x9a\xf4\x35\x24\xe7\xbc\x50\xd7\x60\x17\x19\x83\x28\x87\x69\x01\x5c\x84\xe5\xfa\x14\xdd\x78\x12\xf1\xf3\x7a\xd9\x14\xe3\xb9\xf5\x79\x46\x2f\x3f\x72\xaf\x34\xec\x27\x8c\x8c\xab\xbb\xc7\x53\x09\x34\xdc\xaa\x58\xfb\x77\x19\x78\x08\xad\x47\x0b\xad\xa5\xe7\x3f\x72\x21\xe4\xbc\x05\x89\x94\x8c\xa3\x2c\x2f\xf4\x1c\xe1\xeb\x13\x0f\x64\x92\x5e\x99\x25\xa2\x5c\x60\xa2\x21\x09\x92\x90\x5c\x51\x32\x0a\x12\x02\xee\x25\x88\x29\x73\xb0\x6c\x9e\xc2\xe5\x5f\x3d\x98\x16\x55\xf4\x7a\x32\xdd\x25\x58\xd4\x3a\x41\x89\x36\xb5\x9c\xe9\xbb\x74\xea\x52\xed\x7a\xfa\x94\x68\xe2\x73\x41\x1b\xec\xa8\x51\x8b\x78\xaa\x5d\x89\xc4\xd0\x86\xbb\x65\x59\xd4\x53\xf0\x77\x73\x68\xb5\x7a\xdb\xa8\x7b\x7c\x7c\x29\x9e\x73\x1d\x15\x76\x9f\x70\xde\x1a\xc4\x73\xef\x61\xf2\x22\x4b\x6f\xea\x36\xa7\x71\xe7\xbc\xbc\xf3\xc8\xfd\xa3\xa8\xfa\xc6\x64\xe8\x72\x1e\xa4\xd8\x80\xc7\x2b\xd7\x43\x39\x01\x0a\x62\x6a\x39\xf2\x42\x3b\xaa\xf6\xe5\x25\x13\xeb\xf4\xd2\xbc\xfb\xc2\xee\xcd\x24\x90\x73\x0d\x56\x7e\x03\xa6\x49\xdc\xe9\xc8\xa9\x2a\xe3\x88\x14\x45\x30\x9a\x32\x76\xe8\x41\xa5\xc7\x88\x2f\x33\xb5\x88\xc4\x77\x7b\x1e\x64\x34\x11\x57\x65\xbd\x1e\xa1\x97\x6d\xa9\x5b\xef\x74\x48\xc4\x25\x01\xc1\xab\x21\x30\x99\xe2\xd4\xac\x7a\x70\x16\xb3\xa2\x62\x38\x66\xf2\xc5\xb0\x23\xb6\x6f\x56\x6c\x0f\xe6\x76\x8b\x6c\x41\x45\x71\x90\x17\x02\x1b\x3f\x97\x7a\x71\x42\x5c\x38\x7d\xc8\x28\x3d\x63\xa0\x09\x67\x5c\x0f\x08\x53\x49\x15\x87\xdb\x6f\x24\xd9\xe9\xc8\xbd\x29\x27\x41\x9c\xd1\x20\xbc\x71\xb6\x29\x3c\x9b\x25\xba\xb3\xe8\xdc\x26\x61\xf9\xa8\x5a\x6d\x20\xaf\xc8\xa6\xd9\x84\xb4\x98\xd2\xec\x2a\xca\xa9\x68\x0c\xab\x1a\x18\xb2\x56\xf6\x12\x35\x11\x12\xb7\x65\xf4\xd2\xef\xc3\x4d\xe4\xe5\x45\x3a\x67\x3c\x2e\xe0\x01\xa7\x51\xa6\xea\xce\xe6\x79\x7b\x6c\x73\x4d\x67\x15\x20\x19\x5e\xdf\x83\x89\xb4\x3a\xa8\xc9\x48\x94\xef\xce\xe7\x34\xe0\x86\xb3\x98\x55\x49\xee\x22\xa0\x65\x35\x98\x3d\x58\x3a\x0a\x29\x1a\xd1\x90\x71\x8c\x24\x4d\xe7\x0d\x4f\x25\xbe\xd5\x8a\x4e\x08\xa8\x9d\x3c\x0d\x50\x18\xc2\xa0\xa9\x56\x30\x99\xb8\x99\x07\x5b\x69\x9e\x92\x20\x8e\xc9\x8c\x16\xd3\x34\xcc\xc9\x84\x16\x84\x9d\xc0\x69\x48\x86\x74\x9c\x66\x94\x44\xb0\x58\x45\x49\x2e\xb8\x38\x54\x10\x6d\x59\x93\x0a\xd7\x51\x61\x13\xc1\xe4\xed\x66\x33\xab\x38\x33\x71\x2e\xfd\x35\x9f\xb5\x99\x88\xe2\x8c\x9e\x2d\xb6\x54\xf8\x40\xb2\x3e\x7a\xd0\xe6\x9b\x4d\x72\xa3\xc6\xa3\xa4\x37\x6f\x47\x6c\x5a\x83\xa7\xb1\xac\x9b\x39\x4d\xc7\x65\x10\x7c\x8e\xf3\x57\x19\xb2\xce\x9a\xb3\xb7\x97\x14\xab\x5c\x1a\x25\xaa\x11\x1c\x6a\xdb\xc3\xb9\x2c\x13\x14\x53\xb4\xf8\xd7\x82\x66\x37\x27\x60\xef\x95\x66\xbb\x71\x5c\x77\x2e\x7e\xda\xff\x99\x46\x49\xbd\xd6\x24\xb5\x86\x77\x1d\xc8\x4a\x29\x37\x6e\xf0\xb5\x47\x64\x99\xc7\x23\x11\x6b\x19\x00\x10\x37\x1e\x7b\x3a\xb8\x0e\x5b\x2e\xb2\x1b\xf4\xcc\x0d\xe1\xc6\xf6\x1a\x3c\x90\xa7\xe8\x99\x92\x3b\x47\x41\x31\x9a\x92\x3a\xcd\xf0\x39\xc3\x42\xe1\x34\xeb\x6c\xf3\xbc\xc4\x6a\xc3\xe9\x98\x90\x6c\x0b\x32\x4b\x17\x39\xfd\x34\x27\x43\x3a\x0a\x16\x39\x15\x4a\x5c\x76\x04\x19\x47\x19\xcd\x49\x54\x34\xd9\x19\x77\x11\x87\x49\xad\x20\xb0\x66\xf8\x16\xb9\x60\x47\x16\x0e\x0d\xef\x03\xcd\x11\xf0\xeb\xb3\xac\xd8\xb6\x46\x76\xdd\x3c\x31\x50\xb1\xbd\xf0\xf8\xe9\x30\x3f\x66\x52\x2b\xb5\xef\x08\x62\xb4\x82\xd5\xb3\x11\x94\x2a\x5c\x39\x70\x72\x4d\xbd\x2e\x5d\x52\x5d\xa9\x05\xc4\x9b\xa0\x42\xf3\xf4\x29\x31\x1a\x88\x33\x10\x4b\xd3\xd5\x0a\xbf\xe4\x45\x34\xaa\xb9\x12\x5f\xa5\xf2\xca\x94\x04\x71\x6b\x9e\x94\x4b\x98\x56\xf5\x4f\x44\x0c\x7a\xb4\x57\x7f\x49\xb7\xf8\xbd\xa1\xdb\x0f\x9c\x5b\xa7\x3e\x09\xd6\x59\xa9\x58\xd3\x66\xcd\x8e\xd3\x60\xe8\xcc\x89\xab\x69\x34\x9a\x42\x77\x7e\x68\x3c\x58\x12\x13\xe5\x4a\x24\xb2\x2f\x59\xf6\xb2\x64\x91\x16\x41\xac\x40\x7c\x4b\x55\x4a\x65\xa8\xf1\x56\x19\xec\x56\xe2\xa5\x9f\x45\xd9\xed\x51\x3c\xcd\xe6\x5d\x34\x94\xe7\xb4\xcd\x4a\x99\xd1\x6c\x03\x4b\xfb\xa6\xc7\x28\x66\x3c\xad\x71\xd9\x8e\x10\x09\x71\xd3\x8c\xc9\x61\xb5\x21\x5a\xe3\xd9\x0b\x1e\xf4\x7c\x1a\x8d\x8b\x9f\xe9\x0d\x9b\x85\x26\x2a\x4e\x23\xc4\x05\x4a\x85\x41\xb7\xd1\x16\xbd\x5b\x64\xcb\x91\x04\xb5\x75\xca\x93\x15\xad\x70\x91\x3d\xb4\x59\x6b\xc9\xa3\xe5\xda\xfc\x12\x0e\xab\x40\x6c\x07\xcc\x0e\x53\x25\x3d\xc5\x02\x7c\x3b\xab\xa5\xdf\xb7\xaa\xe3\xe9\xf5\x35\x74\x3f\xb4\x2d\xcc\x34\x80\x7c\xd2\x64\xa3\x4d\xf3\xd1\x2a\x5e\x63\xa1\x94\x17\x87\xc6\x84\xab\xa0\x78\xf5\x5e\xb1\x8a\x91\xe9\x19\x71\x2f\x2e\xff\xa5\xed\xb9\xc7\x06\x51\x3d\x65\xca\xaf\x51\xac\x91\x2c\xad\xcb\xd1\x26\x6f\x0b\x2e\xf4\xd2\x12\xae\x57\x29\x68\x48\xb9\x50\x5d\xa9\x53\xd7\x4a\xbe\xa5\xa9\xcf\x18\x96\xdf\x35\xe4\xb4\x90\x55\x23\xf7\x02\x7a\x84\x78\x47\xbc\xe2\xfd\xba\xfa\x7d\x2c\xf3\x37\xc9\xd6\xe6\xa6\x57\x30\x8d\x92\xc8\x50\x75\x71\x0d\xa7\x5a\x91\x58\x5e\xe4\x9d\x2a\xb2\x68\x32\xa1\xec\xc0\xa7\xd7\xe7\x43\x44\xc7\x72\x6c\xd5\x36\xc9\x65\x4a\x2f\x74\xab\xba\xca\xf2\xd8\x5b\x8e\xd1\x7a\x57\x46\x5a\xaf\xd7\x8a\x60\x08\xcf\x9a\x99\x48\xdf\xda\xaa\x2a\x06\x6a\xc7\x79\xca\xcf\x88\xa4\x47\x6a\x99\x88\x8b\x56\x7b\x59\x55\x62\xa5\xa2\x12\xf1\xc3\xa4\xd0\x5e\x92\x7b\xda\x68\xcc\xb0\x6b\x96\x00\x6e\x4b\x4d\x04\xae\x8d\xb5\xa2\xa8\xf7\x50\x5a\x72\x23\xed\x37\xad\x53\xeb\xa8\xca\xc2\xce\x3a\xe1\xda\x12\x91\xbd\x87\x9a\x16\xe2\xca\x9c\x89\xf4\x90\x09\x61\xbd\x04\xc8\xb1\xdc\xab\xd7\x40\xa8\x6a\xb1\xea\x6a\x86\x0d\xb8\xb2\x1c\x6a\xf8\xe9\x80\xa4\xb8\x9e\x2d\xc5\x89\x02\x76\x4f\x98\xa8\xe2\x5b\x73\x42\x0b\x80\x97\x9d\x52\x0c\xb8\x87\xed\xb2\xf9\x6e\x0d\xab\xf3\xc6\x00\x0f\x6b\xd9\x4a\xf1\x2d\xb5\xf2\x1b\x57\x7f\x38\x82\xb2\xab\x5b\xd5\xb7\x12\x5c\x6e\x4f\x1d\x66\x60\x45\x5d\xf0\x1a\x97\x98\x2b\xc8\x0b\xf2\xd2\xd9\xa9\xdd\xaa\x84\x3e\x02\x02\x38\x79\x50\x34\xca\xf8\x95\x25\x1b\xad\xcf\xd7\xdc\x4b\x08\x9b\x6e\x23\x97\x4e\xf6\x0c\xdb\x31\x85\x61\x46\x24\x98\xa7\x4c\xa8\xd9\x43\x2b\xe5\x01\xab\x00\x4e\x23\x9f\xc0\x15\xe1\x84\x5e\x93\x22\x25\x42\x62\x20\xb3\x80\xc7\xb1\x22\x9f\x35\x96\xcf\x24\xc8\xc9\x3c\xc8\x0a\x92\x8e\x49\x40\xc2\x68\x3c\xa6\x4c\xf4\xe6\x6b\xb4\x49\x68\x7b\xd2\x26\x9f\x67\x37\x2d\x5d\x84\x86\x9f\xf5\xc4\xf4\xb7\xfc\x18\xaa\xe6\xfe\x34\x8e\xe9\x64\xff\x7a\x5e\xef\x6f\xd4\xff\xdf\x3b\xd2\xe8\x6f\x90\x6f\x7c\x5d\xfd\x86\xf4\x37\xea\xe4\xee\xab\x46\x7f\xa3\xec\x8d\x09\xe6\x20\x25\x39\xed\x8c\xce\xe3\x60\x44\xeb\x25\x4d\x6a\x92\x1a\xa9\x35\xda\x45\x16\xcd\x4a\x54\x79\x55\xeb\xc7\x65\x14\x3d\x72\x18\x14\xd3\xf6\x2c\xb8\xae\x6f\x36\xbd\x47\x44\x51\xd0\x31\x4d\xae\x97\xf2\xe8\x8a\xd0\x21\x50\x81\xb8\x3a\x74\xde\x0e\xa1\x4c\x4b\xb6\xd2\xec\x16\x5d\xa5\x83\xa0\xf2\xcc\x96\xb8\x18\x7c\x20\x37\x53\x76\x2a\x74\x62\x85\x20\x9b\x40\x7c\x38\xe4\x6a\x8f\x37\x41\x4e\x81\xe2\x6c\x3b\xe5\x33\x46\x58\xeb\x99\x36\x0b\x2b\x03\x9c\xf4\x37\xc2\xe8\xb2\xbf\x81\xe3\x9b\x2c\x9b\xa8\x65\x4d\xa4\xca\xd2\xf6\xa8\xf6\x6a\xc1\xfb\x8c\xd9\x3e\x73\xed\xe8\x5d\xa7\x8e\x88\x05\x7e\x2e\x9a\x98\x7c\x67\xfd\x0d\xde\x29\x98\xc5\x08\x43\x1e\xfd\x06\x7e\x8c\xac\x24\xb3\xb0\x4d\x22\x36\xe5\x5b\xd2\xfa\xb1\xbf\x61\x95\x97\x19\x6b\xe0\xd0\xd6\x92\x0e\x16\x9d\x65\xe0\x69\x34\x4a\x98\x87\x9a\x20\xdc\xd6\xb2\xbf\x21\x17\x5a\x7f\x43\x67\xd1\x71\x17\x4f\xbe\x71\x7d\x64\x1c\x51\xf8\xcc\x52\x8a\xb1\x1e\x19\x39\xa7\x8a\x46\xf3\x1e\x53\xe0\x9e\x23\x2d\xe6\x9d\xb0\x56\xb6\xb8\xa4\x65\xc2\x5c\x46\x06\x25\x7d\xe3\x5c\x71\xae\xf6\xeb\x89\x57\xbf\xe8\xbb\xe7\x3d\x89\x21\x40\x3f\x71\xee\xdc\xeb\xee\xcd\xfe\xdd\x1d\x79\x62\xdd\x62\x38\xd1\x8f\x80\x49\xfc\x14\x85\x21\xa8\xa0\x3c\x78\x9f\xf8\x2d\x06\x9c\xc6\x95\xcb\xc7\x61\x94\xcf\x63\xf0\xd5\x62\x56\xf7\x9a\xd4\x92\x34\xa1\x10\x60\x5d\xb9\x06\xd1\x6d\x43\x06\x3d\xdb\x65\x06\x45\x96\xd1\xbb\x69\x06\xb4\xdd\x36\x32\x8d\x62\xa6\x1d\xbc\x5d\xce\xcc\x35\x0a\x3a\xb6\xf1\x76\x59\x07\xc0\x28\xae\x66\x94\x5d\x4c\x65\x18\xe0\x3e\x83\xa9\x6d\xd7\x62\x8a\x60\x25\xb4\xb7\x35\x06\x30\x5b\xca\x36\x20\x4b\x33\x80\xf4\x6b\x0b\x1b\x54\xe7\x18\x05\xa4\x99\xbf\x0d\x2e\xd3\xcd\x8e\x09\x73\x79\xa7\x6b\x22\xfd\xa5\x23\x4e\xec\xe2\x4d\x08\x31\x17\xe1\x5f\xbc\x8b\xb5\x19\x86\xf2\xdf\xb0\x16\x53\xca\x2a\x2f\xbc\xca\x35\xca\xfc\x4c\x6f\x3e\xcd\x0d\x78\xae\x8b\xb2\x81\x1c\xb4\xa7\xc1\x10\xc1\xc0\x62\xe8\x9a\xae\xf9\xc4\xd2\x50\x0b\x40\xe7\x2d\x51\xc9\x5a\x90\x45\x41\x4b\x92\x7d\x78\x53\xeb\x12\xef\x18\x70\x16\x6d\x8d\x64\x11\x0c\x85\xb1\x3b\x3b\xfd\x2a\xbe\x6b\x10\x78\x1a\xe4\xfa\x72\xd4\x64\x42\xe3\x20\xa4\x2f\x3d\xd2\x9d\x01\x6f\x3e\x2d\xac\xfa\x62\xfb\x27\xbc\x68\xc2\xcf\x03\x4c\xa6\x6b\xa1\x6f\x34\x61\xd3\x45\x64\x1b\xca\xcd\xae\x6b\x35\xfc\x75\x05\x9a\xb6\x2a\xc5\xd8\x4d\x0d\x13\x48\x9a\xd3\xdf\x03\x99\x28\x43\xba\x64\xd3\x50\xd1\x60\x32\xb9\xa6\xfd\x8f\x4d\x29\xb7\x86\x87\x12\xcb\xc5\xf4\x65\xf4\xf2\xe0\x5b\x87\x64\x6f\x34\x17\xc3\xd7\x43\x75\xbb\xa6\x95\xa2\x02\x23\x9c\x25\x2a\xba\x4d\x32\xe8\x14\x25\x5d\x82\xb6\xb7\x27\x1e\xc6\x89\x5e\x24\xf9\xb8\xf5\xbd\x84\x11\x89\xbe\xd6\x74\x77\x94\x46\x93\xd8\x82\x07\xa3\x55\x83\x74\x1f\x22\x23\x3d\xbc\x61\xb5\x7c\x9a\x5e\xdd\xa7\x81\x2f\xb5\x40\xb8\x9e\x50\x2f\xdd\x4b\xa0\xc6\x72\xb7\x16\x86\x18\xa1\x6a\x78\x90\x8c\x58\xd9\x7f\x43\x40\x68\xdc\xa7\x22\xcf\x0c\xb3\xb6\xa9\xa6\xcd\x28\x4b\xe6\x9b\x6b\xcd\x4c\x43\x41\x01\x69\xd9\x63\x82\x80\xe5\x8a\x82\xe0\x56\x2f\xbf\xcf\x34\xad\x35\x2d\x41\xa9\x89\x8d\x0c\x2b\xd4\xd7\x6c\x0d\x89\x09\x25\xef\x2c\xf0\x9c\xc1\x26\xe1\xea\xdd\x9c\xfc\xa5\x27\x54\x53\xc9\x14\x4d\x19\x2b\xd4\x39\xd7\x36\x9a\x8a\x6b\xb8\xea\x3e\xdb\x35\x86\xa3\xa7\xa9\x7e\x46\x80\xf4\x37\x95\x37\x0e\xae\xfe\xab\xec\xbe\x00\x1b\x5c\x30\x9c\x12\xc5\x8a\x52\x96\x78\x5d\x71\x1b\xa1\x3c\x67\xf9\xd4\x53\x82\x1c\x40\xbf\x72\xaf\x17\xea\x81\x80\xd7\xe9\x05\xcf\xad\x0e\xcb\xe9\x2a\x45\x36\x5d\x77\x19\xbc\x15\x8f\x16\x6b\x9c\xef\x9d\xbf\x46\xc5\x34\x5d\x14\xfa\xfd\xfe\xba\x6e\x29\xaa\x8a\xaf\xeb\x35\xe8\x11\x1f\xcb\xdf\xba\xef\xd4\x8b\x60\x22\x2b\x58\xdb\x97\x50\x11\x4c\xba\xb8\xe0\x5a\xcf\x88\x2b\x1e\xde\xae\x08\xcf\xcd\x6a\x83\xab\x19\xe7\xd5\xdf\x9b\x34\x34\x94\xe4\x2a\xd1\x78\xa1\x07\x36\x08\xe8\x5c\x65\x2b\x63\xd4\xd2\x41\x87\x28\xeb\xa0\xae\x60\x4e\x83\x89\xca\x2d\x82\x89\x4a\x37\x74\x59\x95\xb3\xa6\x2e\xf4\x5b\x67\xfd\x0d\xd5\x04\xb6\xb3\xf4\x37\x54\x6d\xfc\xb3\x08\x26\xfd\x8d\x73\x29\xcb\xa8\x4e\x40\x0d\x15\x2c\x16\x29\x99\xe4\xde\x9b\x86\x37\x26\xa3\xc4\xde\x39\x57\x6e\x49\xa7\xc1\x64\xb5\x7a\x0c\x8d\xbe\x68\x25\x70\x88\x86\x76\x19\xa8\xc6\xa6\x9a\x07\x00\xc4\xbd\xc2\xf3\xaa\x62\xff\xbb\xea\xff\xf8\x55\xcf\x24\x9d\x53\x5f\x46\x85\xa3\x86\x2f\xe0\x14\xeb\x78\x33\x48\x73\xba\x9b\x45\xc1\x7b\x1e\xc7\xc0\x5f\xc3\x34\xc8\xf6\x2c\x47\x67\xde\x57\xf5\xee\x1b\x7a\xfe\xf0\x5f\xbc\xa2\x1f\xd9\x4f\xe2\xd7\xe7\x67\xd3\x17\x35\x93\x80\xc0\xe1\xbc\x5d\xa8\x81\x2c\x56\xb3\x5a\xbe\xbd\xf5\xc2\xe1\x87\x3f\x41\x30\x4a\x87\x23\xf2\x64\x0f\x4f\x4c\x73\xca\x03\xaf\xda\x4c\xe6\x11\x38\x25\x7a\x0f\x60\x39\xd6\x52\x52\x87\x8c\xb8\x8e\x6d\x57\x56\x72\xda\x5f\x39\xc1\x54\x9e\x20\xa0\xae\xd7\xa0\x1e\xea\x04\x4e\x46\xad\xe4\xf4\x44\xad\xe4\x09\x26\x3e\x13\xcd\xef\xc9\xf5\x25\x95\xc4\x1e\x00\x34\x41\xfb\x01\xfb\x21\x7a\x2c\xe0\x8d\x7e\x49\x1c\xbc\x0f\x08\xe2\x71\x76\x12\x1e\xec\xd4\xd9\x4b\xfa\x89\xf4\x23\x07\xb4\x7a\xfa\x94\x58\x26\x50\x6a\xb6\xbd\x1b\x71\x45\x10\xb7\xfc\xd6\xc4\xef\xf5\x48\x8d\xaf\xac\x1a\x79\x2d\x62\x4a\xb4\x19\x5b\xda\x13\x20\x75\x09\xcb\x8e\xab\xf2\xb7\x34\x25\xd0\xf3\xd8\x76\x03\xe0\x3f\xcb\x89\x48\x82\xf8\x38\xc7\x43\x11\xa0\x2c\x99\xa1\xf5\x80\xe6\xf4\xac\x38\xef\xd4\x46\x7c\xbd\xfa\x4e\x26\xfd\x0d\xad\x74\xeb\x6f\x74\xad\xd9\xaa\xae\x03\xd6\xe8\x44\x0e\x91\x54\x51\x17\x04\xea\x29\x68\xc1\x19\xee\xfe\x06\x18\x1e\x6d\x28\xac\x6a\x08\x1a\x0d\xfc\x8e\x77\x5d\x41\x40\xac\xbc\x87\x0b\x03\x6b\xf4\x0b\xf0\xbb\x68\x4a\xae\xa7\xc1\xc9\x6c\xcd\x56\x1b\xb0\x9e\xca\x3b\x14\xd1\x69\x72\x77\x87\xa7\x89\x25\x95\x70\xfe\x58\x2d\x97\x08\x98\xfb\x4b\x26\xbc\xe0\xff\xca\x26\xff\x33\x4e\x24\x07\x69\x5a\x78\x76\x60\x9e\xfc\xbf\xa7\x12\xb4\x97\x8c\x81\x24\x7f\x92\x73\x09\x1f\x9f\x6a\x0e\x20\x60\xee\xcf\x01\x78\x41\x7f\x70\xe4\x26\x59\xe4\x60\xb9\x4a\x7f\xe7\x30\xc9\x02\x74\x96\xc2\x05\x2c\x07\xe5\x1f\x66\x55\xc0\x1f\x9b\xf2\xcd\xbf\x3a\x5b\x35\xc9\x41\x9a\xcd\x9a\x04\xe2\x43\x37\x31\x67\x6b\x1a\x13\xdf\xe8\x44\x5e\x64\xc1\xdc\x40\xaf\xa2\x0d\x55\x47\x48\xb0\x22\x3a\x8b\xa0\xee\x25\x41\x9d\xb1\x63\xf7\xc7\xf4\x0f\x5f\x12\xb0\x59\x34\x46\xc7\x6c\xc6\xad\x33\xc3\x36\x57\x06\x67\x3e\xe3\x7a\xdd\x11\x57\xe1\xe6\xb4\x38\xd4\xdf\xe7\xa4\xa7\xe6\xc5\x0e\xe7\x58\xaf\xea\xb5\x1a\x8e\x23\x74\xc6\x03\xd4\xff\xc2\xa3\xee\xe5\xb4\x78\xab\xbf\x3d\xc5\xc9\x1d\xa8\x2b\x5f\xd5\xd9\x7f\xad\x90\x56\x8b\xe1\x2c\x2a\x0e\x83\xec\x82\xb7\xb4\x47\x82\xfc\x26\x19\x91\x3a\x77\xe0\xad\x42\xc1\x19\x81\x94\x9a\x84\xd7\xaf\xc2\x44\x71\xfc\x38\x00\x8b\xf9\x94\x8c\x07\xc6\xe1\xfa\x1a\x5e\x54\x2b\x6b\x5f\x83\xfd\xd6\xa7\xe3\xf7\xdc\xc5\xf8\xc7\x20\x0b\x66\x79\xdd\x0a\x36\xc6\xea\x86\x20\x47\x66\x32\x6f\xa4\x95\xc8\x2b\x30\x12\x97\x0d\xfd\xd5\x7d\xdc\xfa\x8c\xfb\x26\x15\x70\x69\x9e\x26\x70\x6e\x08\xae\x82\xa8\x20\x63\x5a\x8c\xa6\xf5\x5a\x27\x98\x47\x9d\xcb\x2d\xb1\x44\x3b\xb3\x20\xbb\xa8\x19\xfa\x7b\xfe\x54\xb5\x4b\x6a\x1f\x8f\x4e\x4e\xf1\xf5\x18\x23\x5d\xd3\x7b\xc3\xc5\xc3\xad\x8a\x0a\xdb\xe9\x85\xf5\xc8\x29\x4b\xaf\xa0\xbb\xfb\x59\x96\x66\x75\x05\x97\x17\x41\xb1\xc8\x4f\xe9\x75\xe1\xda\xe2\x93\x71\x04\x66\xb9\x1a\x91\x39\x3d\xd5\x54\xf4\x2b\x82\x4b\x22\x62\x58\x61\xb7\xc5\xb2\x59\x12\x11\x28\x9b\x1d\x1b\x44\x7e\x3a\xa7\xc9\xf2\x33\x8a\x9b\xa1\x00\x70\x64\x0c\x33\xea\x80\x3f\x8e\x00\x9f\x08\xf9\x69\x3a\xb7\x7d\xfe\x43\x98\x02\x4f\x09\x7e\xc4\x59\x42\xbc\x86\x56\x41\xf3\x22\x0a\x7b\xfd\x0d\x36\x11\xfa\x1b\x6e\xd8\x00\x1d\xe3\xcb\xf1\x5d\x6f\x05\x3e\x20\x3a\x84\xb9\xa7\x56\x2e\x9b\x16\xc9\x72\x75\x5c\x73\x1d\x8e\xcf\x0d\x63\xf0\x94\x89\x7b\xf9\x4b\xbb\x29\xbc\x5a\x93\x5e\x56\x1c\x06\xd3\x4f\x3e\xa2\xa9\x49\x07\x88\x62\xdc\x62\xb5\x38\xd4\xd8\x19\xbe\x3a\x61\xb9\x04\xe2\x75\xec\x74\x86\xaf\x64\x28\x08\xbe\xcd\xb4\x17\x49\x74\x6d\x45\x82\xef\x90\xad\xcd\xcd\x4d\xf0\x5c\x3b\x0b\x8a\x7a\xed\xfd\xfb\xf7\xb5\x86\x1b\x34\xc2\xdb\x5c\xb7\x71\x34\x09\x4b\x9b\xb6\x9f\x84\x6b\x35\x4c\x84\x12\x7d\xdc\x86\x85\x8b\x0c\xee\x53\x7c\x0d\x7b\x2b\xf2\x7c\x0d\x93\xe5\xaa\x43\xf1\x33\x89\x2a\xaf\x35\xda\xd3\xc5\x2c\x48\xa2\xdf\x68\x7d\xdd\x86\xae\x35\xe0\x34\x8b\x68\xee\x1d\x6c\xc8\x31\x9a\xcd\x9b\xc5\x38\x0b\xe8\xc9\x38\xc4\x83\xa9\xc6\xc3\xf3\xfa\xeb\xe6\x59\x95\x95\x73\x90\x07\xd7\x3e\x9a\x2e\x92\x0b\x6f\xe5\x7b\x90\x53\x55\x37\x87\x78\xc4\x51\xd0\x21\x8a\x7d\x0d\x3a\x56\xb9\x9e\x46\x55\xc6\x3b\x7e\x28\x71\x20\x50\x9d\xaf\x29\x3c\x5e\x8e\xdb\x0a\x27\x16\xf3\x83\x27\x05\xf8\xa1\xf6\xce\x09\x1e\x4a\xae\x94\x02\x22\xc2\xcd\xe3\x0d\x0a\x8f\xaa\xe6\xa5\x02\xe4\x40\x53\xac\xbc\x45\xec\xee\x21\x56\x68\x67\xa3\xd1\x22\x72\x1b\x0f\x4b\xc3\x23\x3b\x43\x9c\xc6\xf3\xd2\xf0\x34\x71\x24\x82\xdc\xd0\x1b\x77\x7f\x10\xed\x83\xcc\x2e\x71\xdb\x27\x5a\x04\x55\x78\x62\xb6\xec\x74\xe2\x68\x9d\xb0\x2d\x56\x2f\x1f\x48\x5f\x79\x56\x70\x29\x1c\x90\x69\x46\xc7\xbd\x5b\x09\x21\x62\x2a\x2e\xd5\xf1\xa2\xd7\xdf\x98\xd1\x22\x68\xff\x67\xee\x59\x31\x84\xec\xf0\x53\xce\xab\xb7\xf2\x34\xa2\x80\x77\x3a\x6f\xdc\xbd\x92\xf5\x20\x58\x67\xaa\xc2\x66\xde\xbb\xbd\x25\xb3\x20\x9b\x44\xc9\x69\x3a\xef\x92\xda\xd6\xf6\xfc\xba\x46\x96\x8e\xfc\xc1\x2b\xb2\x9b\x86\xb6\x7f\x2b\x86\xb6\xfc\xb3\x45\xb1\xb7\xfb\xef\xf7\x4f\xdf\x1d\x7d\xa8\xd9\x41\x76\x05\x30\x3a\x17\x20\xb9\x4d\xff\x2d\xad\xe1\x73\xa8\xc5\x4e\x06\xe4\x2d\x8d\x29\xf7\xf1\x6a\xd2\xc5\x43\xae\x3f\x13\x71\x3e\x1c\x0d\xf6\x8e\x0e\x3f\xee\xee\xfd\xfe\x14\xfa\x90\x12\x1d\x48\xee\x61\x64\x92\xee\x9b\x8e\xe6\x34\xe9\xdd\x3e\x79\x82\x4e\x88\x0e\x85\xd4\xc9\xdc\x9d\xdd\xf8\x2a\x88\x6b\xad\x25\xc5\x5c\x31\xde\xc7\x23\xa0\x3b\xb7\xa8\x72\xae\x9f\x57\x13\x8d\xbc\x26\x35\x39\x1f\xc0\xca\xda\xe8\x7a\x6d\x49\x38\x41\x49\xfd\x68\xce\x1f\xf8\x35\x9c\x26\x76\x50\x1b\xdd\x0e\x1c\xa4\xd9\xcc\x6d\x56\x9a\x9c\xc0\x49\xb5\x77\x5b\xa7\x65\xe3\xbf\xe2\xdd\xb2\xfe\xb3\x0e\xbd\x75\xe3\x30\xae\xa5\x7a\x79\xcc\x85\xc9\xe1\xc3\x64\xcf\x0d\xcf\xec\x20\x64\x07\xb4\x26\xbe\x66\xc0\x23\xa2\x69\x1a\x87\x34\xeb\xf5\x37\x8e\x69\x90\xa7\x09\xb8\x39\x60\x27\x43\x76\xac\xe6\x4d\x69\xb7\xa5\x16\xdf\xea\x85\xb9\xa6\xde\xa4\x45\x91\xce\xd8\xb2\xfa\x76\x7e\x5d\x6b\x9a\x2b\xed\x5b\xbe\xd2\x7c\x68\xd2\x64\x6f\x1a\x24\x13\xaa\x28\x6b\x2d\x0a\xf9\xba\xbe\xcd\xa3\x05\xaf\x15\xcd\x4b\xce\x43\xae\x17\xf2\xef\x44\xe2\xce\x66\x94\xc6\x29\xeb\xfe\x3c\x8b\x66\x41\x76\xd3\xdf\x80\xdb\x18\xb6\xd9\xc3\x20\x79\x18\x38\xff\xe3\xd3\xc1\x8b\xd9\xcf\xc6\x89\x9e\x7a\x25\xcd\xda\xe9\xb0\xb9\xe7\x70\x7f\xff\x62\x13\xe9\x46\x74\x3b\x1d\x3e\xb1\x34\x7a\x62\x89\x1e\x90\x0f\x01\xb8\xc6\xab\x52\x05\x0a\xfd\x1c\xcc\xa8\x1f\xb3\x74\x31\xc7\xbf\x77\xc3\xd0\xcc\x64\xe7\x7b\xa5\xb4\x63\x5d\x5b\xa5\xa0\x3b\x48\x93\x62\xf7\x8a\xe6\xe9\x8c\xdf\xd5\x49\xf0\xff\x18\xa7\x59\x11\xf0\x8c\x0e\x0f\x5c\x36\x4e\x13\x99\x62\xa0\x18\x07\x5c\xad\xe2\x2f\x3b\xce\x28\x6d\xe5\x69\x1c\x85\xad\xfc\x72\xd2\x8a\x46\x69\x92\xdf\x53\x95\xd9\x4f\x2c\xfd\x20\xaf\x0f\x7a\x89\x74\x84\x72\x56\x77\x49\xfd\x56\xf8\xa5\x27\xcb\x2e\xa6\xf3\xce\x4f\xa7\x87\xef\xa1\x98\x8c\xc0\xc9\x23\x61\xa7\x11\x57\x24\xaa\xbb\xbf\xba\x99\x2e\xb4\xbb\xb0\x38\x50\xe0\xc8\x12\x85\x21\x6a\x9d\x56\x1a\xda\x4d\x16\x8a\x43\xd9\xe6\xa6\xac\xbb\x69\x54\x46\xca\x03\x3c\xc2\xe0\x3a\x2c\xd2\xe5\x86\x9a\xe1\xef\xe8\x69\xe2\xd1\x48\x00\xe5\x01\xc2\x08\x0a\x69\xcd\x35\x12\xb0\xff\x9e\xf2\xe5\x3a\xcf\xe8\x9c\x26\xb6\xbc\xb6\x63\xce\x46\x7b\x6d\xd9\x13\x8e\x4d\x88\xde\xad\x9c\x43\x4b\x5b\x4c\xec\x94\x62\xc3\x59\xd0\x36\xa7\xd9\x16\xb7\x15\xb3\x94\xeb\x96\x86\x37\x84\xeb\x78\x10\x33\x94\xbf\x96\xc6\x18\xf4\x6e\xf1\x97\xd9\xc0\x4a\xf2\xf0\x67\xf5\x36\x75\xde\xd8\x2a\xa1\xfe\x06\xbd\xa6\xa3\x45\x41\x5b\xc3\x22\xe9\x6f\x78\xb8\xa3\x12\x83\xc4\x8f\xe5\x0a\x7e\xc9\x3b\x6a\x92\xd1\xe1\x8f\xe5\xe4\xc3\x39\x2a\x8e\xa2\x62\x93\x8f\xc0\xd5\xf6\xa6\x74\x74\x31\x4c\xaf\xe5\xaa\x6f\x77\xf8\xff\x94\x53\xd5\xbc\x23\x41\x0c\x46\xc3\x07\xb5\x92\xa1\x3d\x88\x9d\xf0\xe0\xe9\x5a\xa2\x41\x3c\x45\x2b\xc0\x31\x23\x80\xd6\xd1\xb0\x4b\x86\x69\x1a\xd3\x20\x79\x89\xd9\x8f\x6c\xfa\x17\xb1\x21\x00\x16\x2c\xe4\xa1\x68\xee\xc7\xb5\x6c\x22\x68\xd6\xe5\x25\x8f\x0e\x74\x2b\x34\xe6\x26\x69\x9a\x3e\x8a\x34\x9d\xce\x35\xed\x76\x56\xc6\xb4\xf5\xab\x7c\x87\xba\x8d\x4b\x5b\x40\x7a\x4f\xc7\x45\x97\xd4\xb6\x9f\x5b\xa7\x8e\x1d\x35\x05\xad\x02\xc7\xd1\x64\xca\x4a\x88\x02\x24\x0a\x7b\xb7\x51\xb8\xb4\x7a\xa7\x58\x82\xf8\x5e\x7a\x98\x88\xac\x01\x33\x8c\x9d\xf9\x8a\xfa\x5e\xf1\x7e\x30\xee\xa4\x35\x28\x04\x34\x28\x3b\x9d\xb9\xc5\xc9\xf5\x5a\x16\xec\x80\x1b\xd4\x60\xc9\x51\xd5\x76\x15\x85\xc5\xb4\x4b\x6a\xdf\x6f\x22\x41\x51\x8b\x8f\x19\x9d\x99\xb2\xa2\xdb\x1f\xbe\x35\x68\x88\x0a\x16\xa9\x81\x66\x51\xd2\xbb\xdd\x54\x09\x3a\x2c\xab\x47\x46\xea\x7c\x4d\x68\x1e\x47\x49\xd1\x0a\x23\xee\xa2\x2a\x49\x5b\x6c\x82\xa6\x31\x25\x5f\x77\xf8\x9d\xfb\x55\x90\x71\x1f\xa7\xb7\x4b\x7d\xf9\xaa\xae\xde\x59\x6e\x94\x4c\xea\x97\x01\x88\xf2\x33\x9a\xe7\xc1\x44\x5a\x25\x75\x3a\xe4\x64\x31\x87\x02\x8b\x49\x1c\x8d\x6f\xfa\xc2\x8a\x69\x9e\xa5\x23\x9a\xe7\x6d\x9a\x5c\xb6\x3f\x1c\xbd\xdd\x1f\xec\x7f\xf8\x05\xfc\xb7\xd5\xe6\x59\x1a\x2e\xf8\x21\x07\x5e\xf3\x00\x5e\xf6\x4b\x36\x8b\x41\x69\xfd\xbc\xba\x83\xe6\xb9\x6d\x0a\x37\x30\xfd\x8d\x5f\x79\xb3\xba\xa4\xbf\xd1\x1e\xa5\xc9\x28\x28\xea\xb2\x69\xca\x2e\x67\xe9\xf6\x26\x49\x0b\xfa\x67\xe9\x0a\xa3\x6c\xbd\xbf\xf1\x21\x2d\xe8\x7d\xbb\x91\xd1\x9c\x16\xbf\xc2\xb8\xc9\x27\x0e\xe6\x28\x7a\xca\x40\xd8\x14\x7e\x35\x06\x0a\x30\x97\x04\x70\x09\xa6\x3a\xf1\x84\x63\x3c\x13\x30\xe7\xaa\xfd\x1c\x47\x9d\xc7\x43\x50\x28\xc4\xb9\xce\x2a\x64\x78\x9b\xf7\x36\x4b\xcc\xaf\xa3\x64\x54\x32\x30\xd0\x6e\x01\xe5\x34\xdc\xdf\x55\x36\xca\x2b\x10\x32\x90\x6a\x6c\xd2\xfc\x00\x35\xf0\x65\x3f\xd1\x2b\x8a\x26\xb0\xa0\xbe\xee\x20\xab\x24\xfc\x4a\x70\x6d\x3b\x22\x0e\xbe\x6d\x18\x28\x3d\x62\x78\x52\xaf\x11\x12\x5f\xf9\xa7\x59\x60\xfa\xe7\x84\x04\xc7\xc2\x66\x90\xd1\x71\x13\xfe\xbb\x7d\x4f\x1b\xd7\x28\x19\xc5\x8b\x10\xa6\xa5\xf0\x04\x27\x12\x14\xc4\x25\xcd\x8a\x68\x14\x68\x1b\x53\x99\xa0\x23\x6d\x30\x7e\xab\xb2\xe1\xeb\xa5\x6c\x83\xf0\x2f\x2d\x33\xf9\xa7\x36\x3b\x1c\x8f\x73\x5a\xa8\x5c\xfe\x89\x3c\x23\x5c\xd2\x0c\x59\xa5\x8a\x6f\x64\x8a\x29\xb0\xef\x20\x47\x49\xba\xd0\x13\x0d\xcf\x32\x54\x4b\xc0\xc7\x48\x30\xcc\x45\x69\xb9\x2e\x54\x5b\xb6\x36\x37\x49\x4b\x7c\xda\x81\x40\xc0\xbf\x55\x9a\x9c\x88\x1e\x2b\xda\xbc\x26\x75\x46\x7d\xe9\xe3\xc2\x8a\x41\xc9\x87\x47\xb6\xec\x35\xa9\x15\xe9\x9c\x3f\xdc\x87\xbd\xa8\xd6\x24\xfd\x0d\xcd\x5e\x04\x15\x48\x7f\xe3\x2f\xfd\x8d\x46\x63\x0d\x74\x02\x0d\xc3\x58\xf0\xc7\x87\xc1\xa2\x48\x6b\xa5\x45\xfb\x1b\x53\xca\xb6\x60\x6e\xeb\xa4\x6b\x16\xa3\x83\x6a\xce\xe8\xb8\x41\xba\xbc\x73\xdb\x15\xbd\xdb\x36\xda\x93\x31\xe4\xd0\x9c\x98\x8e\x8b\x87\x74\xcf\xc4\x07\x58\x18\x3a\x8e\x78\x45\xff\xb6\xc1\x7a\x98\x6d\xfd\x6b\xf5\x6f\x1b\x5b\x79\xd1\x58\x0e\xed\xaa\xd7\xc5\x30\xcd\x1b\x4d\x63\x46\x34\x4c\x0b\x01\xb5\xb6\xd6\x78\x73\x6b\x3f\xbd\xb4\x2d\xba\xd0\xa2\x15\x4f\xe1\x45\x53\x61\x82\x36\xb4\x57\xdc\x25\xb6\x30\x92\x1c\x12\xb8\x86\x6d\x9a\x55\x12\xa2\xdd\x2a\xaa\x38\x8f\x1d\xdb\xe4\xd7\x2c\x98\xab\xe8\xaa\x70\xfa\xe6\xb1\x3c\x47\xc3\x26\x49\x41\x25\x2a\xf7\x6d\xc9\x90\xc9\x28\x98\xd1\x78\x14\xe4\xb4\x4b\xb6\x41\xb8\x11\x7c\x2a\x88\xe3\x21\xe7\x73\x2a\x6e\xf5\x22\xc9\x0b\xc6\xbd\x07\xc3\xa0\x18\x4d\xa9\x88\x67\x92\x93\xd7\x68\x8b\x5d\x60\xa7\x99\xab\x4a\xd6\x59\xbb\x64\x24\x6b\xd2\x25\xa3\x21\xe2\x23\x42\xf1\x67\x77\x51\xfb\xff\xf3\xe7\xd7\x71\xb7\x45\x27\x54\xe7\x3d\xb6\xc7\x8a\x45\xcd\xd2\x4b\x6a\x38\x7d\x61\x09\x75\xdb\x97\x26\xaf\xd4\x13\x4c\xc2\xb4\x7d\x29\x05\xf3\x35\xaf\xdc\x25\xe5\xf2\x77\x8a\xbd\xfd\x58\x3b\x6e\x95\xa9\xee\x7a\x56\xb8\x42\x4e\x90\x8d\xc8\x46\xad\x45\x11\xc5\x1d\x9a\x77\x44\x8e\x88\xa8\x2d\xe6\xe4\xe8\x63\x1a\x25\x85\xe1\x0c\x5e\xa7\xd6\xd5\x2e\x08\x4a\xec\xbc\x49\xc2\xb4\xc8\x19\x5b\xa0\xf3\x26\x3b\x01\xb0\xf4\x6b\x24\xf9\x31\x09\x9d\x81\x90\xd7\x00\x43\x5e\x91\x4d\x22\x02\x02\x92\xda\xe7\x93\x38\x0a\x69\x76\xc6\x72\xce\x3f\x0b\xb7\xde\x64\x48\x49\xc0\xf9\x4b\x74\x49\x09\x3f\xe7\x90\x28\x21\x69\xc6\xef\x3c\xc8\x2c\xb8\xa0\x44\x14\x65\xb8\xcf\xc9\x55\x9a\x5d\xb4\xc5\xe5\x0e\xdf\xaf\x44\x17\x70\xb4\x49\x68\x30\xbf\x6d\x9d\x07\x59\x4e\x0f\xe2\x34\x28\x1a\xed\x3c\xcd\xb0\x17\xce\xa0\x49\x86\xb6\x3b\xf8\x80\xb4\xc8\x90\x4f\x6c\xfc\x22\x02\xfa\x05\x86\x4d\x74\xae\x8a\x18\x6e\x8c\x67\x51\x02\x8e\x8c\x7b\x8c\x2a\xc2\x7d\xb1\x01\x2d\x24\x79\x68\x6e\x1b\x3c\x4e\x1e\x8d\xeb\x51\x03\xee\x64\x5a\x5b\xc6\x84\x17\x40\xf3\x45\x3e\xad\x47\x25\xf3\xd9\x58\x76\xbc\xc0\x4b\x6c\xc5\x7c\x52\xd0\xb9\x31\xb2\x90\x50\xe7\xfb\x9d\x12\xab\xe6\x19\x1d\x47\xd7\x7b\x10\xa3\x9c\x65\xb5\x55\x82\x4f\x3a\x02\x08\x47\x38\xd2\xf2\x08\xe4\x8b\x4f\x95\x0d\x63\x21\x33\xf9\x4c\x92\x59\x40\x55\x91\x03\x93\x4b\xcb\x5b\x74\x2e\x33\x60\xbe\x79\x84\x39\xc8\x74\x64\xb9\x38\xbd\xa2\xd9\x9b\x74\x91\x28\x10\x9d\xa2\x80\x16\xf3\xb9\x05\xa4\x53\x50\xbb\xaf\x75\xab\xaf\x75\x72\x94\xa8\xe4\x28\xc1\x5d\x51\xfb\xaa\xe8\x0e\x7c\x6b\x13\x6e\x70\x98\xfa\xd6\x02\x33\x53\xd5\xa4\xce\xd8\xc9\x1c\x0c\xb1\xaf\x49\x0b\xa6\x96\xde\xbe\x79\x18\x02\xd2\xbb\xff\x52\x85\xf5\xa0\xa7\x3f\x4c\x9a\x32\xc7\x6f\x86\x83\x37\x25\x38\x62\x51\x43\x09\x99\x80\x87\x37\xb3\x41\x3a\xa2\xed\x5f\x33\x21\x53\xca\x21\xc8\xed\x5b\x94\xef\x42\x97\x19\xe5\x9f\xa8\xd1\x7c\xfa\x94\x4f\x61\x58\x0c\x68\x74\xee\xee\x88\x0b\xb3\x63\x80\xa8\xe4\x57\x3d\x34\xf8\xa8\xc6\xdc\x95\x64\x57\x49\x3e\x72\xf0\x84\xbb\x14\x5b\x04\x63\x69\x55\xa2\x2e\x27\x17\x38\xe4\x78\xdc\x9a\x1c\xa9\x53\xd6\x64\x45\xb2\x13\x24\x46\x3c\x25\xbf\xa7\xcc\x67\xce\x4b\xc7\x71\x82\x62\xbc\x7b\x7e\x27\xad\x3e\xaf\x78\xb6\x1c\x8b\x9c\x0c\x1a\xf3\x4a\x73\x20\xd2\xdf\x68\x85\x69\xd1\xdf\x90\xc1\xff\xbf\x04\x4b\x8b\x77\x09\x90\x69\x0a\x7d\x11\x46\x31\x32\x80\x52\xfc\x6e\x58\x5e\xf3\xee\xed\xc5\xd0\x79\x0d\x86\xc4\x64\x93\xe2\xe6\xe1\xb4\xcb\xff\x51\x89\x17\xf4\x46\x14\x10\x43\xd7\xd0\x9b\xda\x03\xbc\x2a\xba\x32\x7b\x39\x69\x18\xd7\xe9\x6f\xc8\x17\x5c\x92\x61\x35\xca\x24\x77\xd8\x97\x5e\xfe\xc9\x15\x18\x03\xf1\xd2\x71\x35\x0e\x0e\xf8\x48\x62\x9d\x78\x90\x24\x76\x50\xfd\x14\x89\x25\xd8\x5b\x39\xd6\x85\xc0\xde\xe2\xaa\x42\x7e\xc7\xad\x7c\xe5\xc6\xbc\xd6\x9e\xbb\xd6\xee\x7d\xbf\x8d\x59\xdc\xad\xc9\x47\xc4\x90\x8f\xd3\xd4\xce\x0a\xfd\xf9\x99\xde\xf8\x65\xc9\xfb\x6d\xcd\x0a\xd7\x97\x8a\xa0\x0f\xde\xb2\x59\x0b\x3e\xf2\x2d\x95\xb7\xe6\x0c\xca\x9e\xbf\xf4\x80\xbc\xcb\x79\x7f\xc1\xd9\x1e\x4c\xdf\xba\xca\xe3\xf2\x69\x8d\x2f\x32\xae\x62\xf6\xb1\x8d\x28\xff\x25\x88\xa3\x50\xf2\x0d\x5d\xdc\xaa\x4f\x0e\x83\x5b\xf7\x6b\x9d\xc6\xad\x25\x49\x57\xa7\x98\xce\x2d\x35\xa2\xa7\x4f\x11\xd6\x27\x96\x3b\x71\xdb\xbb\x8f\xb5\x7f\xc9\x4d\xe0\x0f\x13\x44\x58\x4b\x7f\x87\xfd\x12\xbd\xc8\xeb\x6f\xb4\x0a\x7a\xfd\xb0\x0d\xd3\x45\xe3\xdb\x31\x3d\xfb\x9b\xee\x20\x17\x80\x94\x7c\x6b\xcb\x32\x88\x8b\xe0\x4b\xaa\xd6\x8b\xcd\xbf\x08\xbf\x83\x2b\xe4\x2a\xdc\xdc\x35\xa4\x4e\xb3\x71\x4c\x62\x5a\xd9\x34\x88\x81\x3f\x4e\xb3\x19\x7f\x74\x1d\x24\x79\x1c\x14\xf4\xef\x75\x5d\xaf\x6e\x5f\x7f\xe3\xc5\xe6\x5f\xfa\x1b\x84\x81\xb6\xe0\x27\xab\xb8\xc1\xc8\xa5\x7a\xca\xdd\xd2\x7d\x31\x42\x1f\x75\x2a\x35\x90\xf7\xa6\x8e\x47\x48\xc6\xa3\xd9\xd5\xe4\xb3\x26\xb4\x24\xa9\x6f\x41\xaf\x2b\x6c\xea\x85\xcf\x53\x88\x10\x66\x1e\x55\x78\x32\x56\x9f\x2d\x3b\xa9\x9e\x78\xe4\x27\xb4\x93\x20\xef\xa0\x28\xc6\xa1\x2f\xc0\x0d\x6a\x37\xde\x6c\xea\xb4\xc9\x91\xa2\x43\x3d\xc2\x7f\x9a\x2e\x46\x53\x78\x7c\x63\x54\xa0\x93\x1f\x56\x83\x9a\x3e\x8a\x57\x3e\xb6\x30\xa8\x9f\x1a\xaf\x29\xf4\x81\x04\xf3\xd8\x6f\xe9\xff\x64\x22\x63\xc9\x33\xed\x87\xbf\xed\x37\xb0\x03\xc9\xf7\x82\x38\x06\x83\x84\x35\x90\x9a\x05\x4c\x5c\x30\xce\xdc\x9b\xe7\x1a\x88\x34\xb4\x81\x25\x4a\xa6\x34\x8b\x8a\x75\x50\x48\x50\x4f\x2b\x4e\x16\x73\x9a\xad\xdd\x0a\x80\x7e\x5c\x1d\xaa\xad\x02\xf7\x28\x53\xdf\xa6\xb3\x8e\x0d\x86\x34\xab\x3f\x81\x77\x5f\xdb\x85\x89\x96\xe2\x06\xd0\xc8\xaf\xb4\x5f\x3d\xbe\xa2\x14\x01\xeb\x1c\x41\x93\x38\x80\xe8\x1e\x67\x90\x03\xa1\x7a\x06\xdd\x44\x49\x09\xa7\xaa\xe4\xc9\x9e\x08\x4a\x6a\x13\xb0\xe6\x13\x78\x1c\x6c\x12\x13\x9d\xf0\xd4\xce\xea\x84\xca\xdb\xc1\x7c\x1e\xdf\x08\xd0\x20\x9b\x2c\xd4\x9a\x57\xb0\xdc\x15\x24\xf6\xc8\x3c\x62\xac\x4a\x84\x8c\x33\xa2\x18\x2d\xcd\x5a\xda\x39\x2d\x78\xf5\xdc\x0d\xb4\x26\x9f\x11\x4c\x56\x42\x4f\x25\xcd\x13\xed\x4f\xc6\xc6\xc8\x61\x0e\x45\xd4\x49\x8c\xd2\x52\xd2\xfa\xa3\x1c\x81\x4c\x88\x31\xb9\x4e\xec\x59\xa3\xf7\x54\x07\xeb\x38\xf0\xb5\xe6\xc3\xe5\xad\xb2\x03\xa9\x19\xec\xbe\xd3\x21\x01\xbc\x23\xe5\x8f\x48\xa3\x64\x42\x98\x94\x46\xc2\x05\xbc\xdb\x0e\xb3\x60\x82\x40\xa7\x45\x31\xcf\xbb\x9d\xce\x24\x2a\xa6\x8b\x61\x7b\xc4\x66\x6c\x52\xb4\x42\x9a\x47\x93\x04\xff\x8c\xf2\x7c\x41\xf3\xce\xf6\x8b\xcd\x2d\xe5\x78\xd7\x63\x7b\x0f\x41\x9b\xa3\xeb\x7b\xe3\xdd\x7a\xf1\x6c\xfb\xb9\x7e\xe3\xcc\xbb\x6c\x45\x99\xf3\x12\xe4\x4d\xbc\xc8\xca\xc6\xc8\x47\x6b\x98\x49\xd5\x28\x85\x0f\xee\x47\xc0\x2a\xb6\x4c\xb9\x84\xd4\xc9\x02\x73\x52\xb5\x8a\xcf\x44\x0d\x20\x52\xf4\x37\x94\x35\xe4\xdb\x28\x84\x58\xbf\xca\x49\xd1\x25\xb7\xe8\x73\x83\xd1\x4b\xc8\xba\x39\x1d\x20\x7e\xde\x62\x4e\xae\xd2\xa4\x56\x10\x11\x88\x86\x4d\x60\xc8\x20\xb3\xf4\x92\x86\x24\x5d\x40\xa4\x16\x4e\x81\x26\x2a\x9d\xa7\xe4\x8a\x92\x18\xd8\x17\x49\x13\x15\x21\x85\x4c\x69\x46\xdb\x4a\x22\xe6\x5e\x64\xc5\xa2\x51\x3c\xb1\xe7\xb0\x49\xb5\x68\xc0\x31\x08\x34\x4c\x86\x52\x30\xd6\x9d\xf9\xe0\x5c\x09\x13\x36\x71\x50\xfc\xfd\xd5\xf4\xf1\x06\xeb\x47\xfe\x56\x9d\xf6\xbb\xf1\x43\x1d\x90\xb6\xbc\xb2\xf4\x5f\xbf\xd8\x0d\x37\xa6\x4d\x69\x8b\xad\xc9\xc5\xb9\xe0\x3a\x91\x9e\x2d\xae\xc9\x7f\xa8\x86\xad\xa0\xe9\xea\x76\x69\x90\xba\xa7\x35\xa5\x1c\xcd\xb7\x98\xbd\x4d\x18\x57\xd6\x3e\xf6\x56\xcc\x67\xcd\x5a\xe8\x87\xf1\x22\x2b\xc5\xce\x32\xcb\x90\xf3\xbc\x4a\xdc\xdc\xa7\x70\x29\x76\x3b\x68\x47\x99\xb5\x12\x71\xa3\x56\x94\x07\xad\x30\x6e\xe5\x74\x01\xcf\xe5\x1c\xb1\xb4\x7a\x08\xd8\x51\xee\x11\x53\xc1\x87\x40\x6d\x3d\x1f\xc1\xc6\x42\x18\xd0\x32\x5f\x22\xf8\x66\x01\x81\x99\xaa\x68\xc2\x03\x19\x04\xc3\x98\xab\x07\x11\xa0\x4c\x36\x63\x6f\x44\x56\x44\x0b\x43\x9f\x47\xb4\x06\x10\x43\x20\x45\xa0\x1a\x26\x9b\x20\xc2\x10\x59\x43\xc9\xd8\x07\x16\xa0\x4c\x36\x60\x03\xe4\x89\x10\x03\x07\x8e\x2b\x42\x03\xda\x13\x21\xa3\x6d\x66\x3a\xe5\xc0\xd8\xf6\x94\x5e\x17\x07\xe0\xb4\x80\xbb\xa1\xb2\xcb\xbb\x40\xd6\x38\xe7\xca\xb3\x51\xd9\x41\xa4\x8e\x70\x82\xc3\x28\x35\xbd\xb8\xe6\x41\x4e\x20\xfe\xa5\x2e\x3b\xd8\x07\x9f\x07\xfc\x37\x0c\x36\xff\x29\x87\x93\x7f\xcd\x22\xe1\xfc\x70\x16\x5c\x0b\x8c\xac\xd1\xd2\xfd\x14\xa7\x31\xff\x0a\x4c\xbf\x87\x26\x81\x74\x9a\xdb\x69\xe4\xc2\x8a\x10\x57\x0f\x8e\x54\x6c\xfe\xf0\x4d\xbe\x0b\xb7\xf2\x9b\x0d\xce\x35\x5a\xc0\x2d\x5b\x92\x09\x6f\x34\x0c\xaf\xe7\x98\x53\x37\xcc\x48\xe0\x32\x74\xe4\xbf\xbd\x6d\x9d\x52\x93\xb1\xa1\xd1\x98\x92\x45\x1c\x13\x43\xd1\xf5\x8f\xfa\x37\x2f\x36\xff\x02\x3a\xb1\x7f\x63\x4b\x3b\xa3\xbb\x2b\xd5\x78\xb5\x6f\x00\x7d\x0b\x9a\x2a\x7a\x6f\x1b\xe2\xc9\x19\xf1\x40\x63\xbc\xc8\xb2\xc6\x93\xe8\x66\x34\x9b\xd0\xf0\x54\x73\x35\xc5\xe0\xee\xee\x50\xf8\x6d\x71\xc8\x91\x2c\xf9\xee\x0e\x31\xc2\x5e\x4f\xf8\x7f\x32\x7c\x19\x59\x68\x91\x4a\xdd\x88\x0c\x0f\xc1\xe0\xf0\x3a\xb5\xaa\xf4\xaf\x61\xa3\x2e\x03\x84\x89\x99\xde\x22\xf5\x4b\xf3\x1d\x2f\x6a\xc3\x17\x04\x8c\xc3\x8a\xb5\x71\x97\x38\xa7\x50\x6f\xd4\x1c\x93\x38\x5a\xab\xa7\x59\x70\x59\xb0\x09\xf7\x7e\xce\xb6\x7c\x34\xe2\x3a\xb0\x03\x91\x19\x95\x28\x5e\x64\x2b\x63\x0c\x89\xb4\x35\x82\x1c\xe9\x13\x28\x3b\x69\x66\x51\xa0\xdd\xf0\xe9\xc2\x4e\x34\xa1\xfe\x46\x0e\xd6\x59\xc8\xd3\xaa\xf2\x60\x0a\x83\x04\xbb\x40\x97\x98\x5b\xb8\x01\xc0\x76\x87\x2e\x31\x77\x70\x0c\x90\xa4\x57\x0c\xc0\xde\xbe\x05\x88\xde\x73\xba\xe4\xc9\x13\x8f\x40\x61\x7b\x6a\xf5\x6d\xd8\x18\x06\x42\x28\x19\x80\xf6\x36\x8d\x1b\xc7\xef\x5b\xba\xe6\x3c\xd5\x82\xb9\x29\x5b\x9e\x5b\xe6\xb3\x7c\x66\x95\x87\x5a\x10\x4a\xd3\x5b\xa9\x51\x0a\x72\xa5\x40\x5d\xbe\x84\xa7\x35\x5f\xf7\x13\xf2\x35\xf9\x8f\x68\x92\xa4\x19\x85\xdf\x79\x3a\xa3\x4c\x76\x6d\x8d\xd2\x90\x02\x7c\x94\xf0\xb8\x38\x41\x12\x12\xf0\xbe\xc9\x35\x5a\xa3\x38\xcd\x17\x19\x6d\xc5\xd1\x30\x0b\xb2\x1b\x8e\x28\x58\x14\xd3\x34\x23\x37\xd1\x2c\x4a\x26\x53\xfa\x1f\x93\x59\x10\xc5\xec\x94\xcf\xb2\xc5\x5b\x9d\x9f\x65\xf4\x74\x69\xfc\xfa\x35\xf4\xf1\x6b\x72\xb8\xbb\x37\xd8\xff\x70\xba\x7f\xcc\xbf\xc1\xfa\x55\xa5\x75\xc9\xb3\x26\xef\xbc\x2e\xf0\x66\x77\xef\xe7\x93\x8f\xbb\x7b\xfb\xa8\x80\x4a\xeb\x92\xef\x9d\x02\xa7\xbb\x6f\x10\xe8\xe9\xee\x9b\x2e\xf9\xc1\x01\xfa\xf0\xe9\xf0\xfd\xd1\xde\xcf\xec\x4c\x7b\x70\xd0\x39\x09\xc6\x41\x16\x91\xc3\x60\x84\x4a\x7e\xf8\x74\x38\xd8\x13\xcd\xda\xda\x76\x30\xd8\x9d\x90\x90\x6e\x0f\x4e\x7e\x7a\x77\x70\x8a\x20\xe1\xbb\x4b\xb6\xbe\x75\x20\xf7\x4e\x8f\xdf\x23\x40\xf6\xd9\x25\x5b\xdf\x39\x70\xbb\xef\x31\xbe\xdd\xf7\x0c\x9b\x4b\x88\x8f\xbb\x9f\x4e\x30\xd5\xe0\xbb\x4b\xb6\x5c\x6a\xec\xed\x7e\x3c\x19\x30\x7a\xe0\xca\x65\x5a\x97\x6c\x6f\xba\xbd\x3f\xd9\xc3\x7d\x3f\xd9\xeb\x92\x6d\xb7\x9d\xf6\xb8\x89\x31\x7b\xe6\x52\xf3\xe3\xee\x8f\xfb\x83\x4f\x1f\x8d\xd6\x42\x4a\x97\x3c\x73\x29\x0a\x79\x6f\x8f\x7e\xfd\x60\xc3\xb3\xb4\x2e\x79\xf6\xdc\x33\x5a\x6f\x8d\xb1\x7a\xdb\x25\xcf\x5e\x38\x50\x3f\x1d\x1d\xe2\xe6\xb2\xcf\x2e\x79\xe6\x8e\xd3\xfb\x7d\x63\x40\xd9\x67\x97\x3c\x73\xfb\x6f\x74\x08\xfa\xe2\x8e\xd2\xf1\xbb\x1f\x7f\xc2\xc8\xe0\xbb\x4b\x9e\xb9\xa3\x64\x75\x98\xf7\xf5\xb9\x3b\x36\x1f\x8f\xdf\x7d\x38\x1d\x9c\xec\x1d\xef\xef\x1b\x04\x42\xc9\x5d\xf2\xdc\xa5\xd1\xbb\x0f\x27\xfb\xc7\xb8\x29\x3c\xa1\x4b\x9e\xbb\x94\x02\xff\x20\x98\x56\x3c\xa1\x4b\x9e\xbb\xd4\xfa\xe7\xfe\xf1\x11\x82\x64\x9f\x5d\xf2\xdc\xa5\xc4\xd1\x07\x8c\xf0\xe8\x03\xc3\xe6\x52\xe1\xf4\x57\x8c\xec\xf4\xd7\xa3\x2e\x79\xe1\xd2\xe0\xf4\xa7\xe3\x7d\x8c\x0d\xbe\xbb\xe4\xc5\x96\x03\x79\x70\xf4\x09\x2f\x63\xf6\xd9\x25\x2f\xdc\x19\x7a\xf0\xee\x17\x8c\x90\x7d\x76\xc9\x0b\xcf\x6a\x7f\xf7\x77\x3c\xe3\xdf\xfd\xbd\x4b\x5e\xb8\xb4\x3e\xd9\xff\xc5\x18\x1c\xf8\xee\x92\x17\x2e\xa5\xf7\xad\xf9\xb1\xcf\xe7\xc7\x0b\x97\xce\x1f\xde\x19\x04\x64\x9f\x5d\xf2\xc2\x9d\x95\x7f\xfb\xb4\x7f\x72\xfa\xee\xe8\xc3\xe0\x70\xf7\x18\xaf\x78\x23\xbd\x4b\xbe\x75\xfb\xb6\x8b\xb9\x4e\x97\x7c\xeb\xb6\x16\xb3\xde\x37\x5d\xf2\xad\x87\xc7\x61\x1e\xd3\x25\xdf\xba\xed\xc3\x2b\xf5\x6d\x97\x7c\xeb\xce\x14\xdc\xcd\xfd\x2e\xf9\xd6\x9d\x25\x07\x78\xa8\xba\xe4\x3b\x77\x86\xfc\x88\x20\x7e\xec\x92\xef\xdc\x99\xf1\x13\x66\x05\x5d\xf2\x9d\x3b\x27\xde\xe1\xc5\xd2\x25\xdf\xb9\x14\xfb\x2b\x82\xf8\x6b\x97\x7c\xe7\xce\x04\x3c\x02\x3f\x77\xc9\x77\x2e\x4d\xf1\x96\xf0\xbe\x4b\xbe\x73\x69\x7a\x88\x20\x0e\xbb\xe4\x3b\x97\xa6\x78\xae\x7d\xe8\x92\xef\x3c\xab\x0f\xaf\xbd\x2e\xf9\xce\xa5\xa9\xc1\x9d\xbb\xe4\x7b\x97\xa6\x7f\xc3\xb3\xa9\x4b\xbe\x77\x69\x8a\x97\xda\x71\x97\x7c\xef\xd2\xf4\x04\xaf\x8a\x2e\xf9\xde\xa5\x29\x5e\x0d\xa7\x5d\xf2\xbd\x4b\xd3\x4f\x08\xe2\x53\x97\x7c\xef\xd2\xf4\x17\x04\xf1\x4b\x97\x7c\xef\xd2\xf4\x57\x04\xf1\x6b\x97\x7c\xef\xd2\x14\xaf\xf3\xbf\x77\xc9\xf7\x2e\x4d\xff\x81\x20\xfe\xd1\x25\xdf\xbb\x34\xfd\x27\x82\xf8\x67\x97\xfc\xe0\xd2\xf4\x70\xff\x14\x2f\x3b\xf6\xd9\x25\x3f\xb8\x94\xfd\xf5\xdd\x87\xc1\xcf\xfb\xff\x18\xd8\xfb\x89\x91\xde\x25\x3f\xb8\x14\xdf\x3b\xfa\x70\xba\xff\xf7\xd3\xc1\xe1\xfe\x07\x4c\x38\x9c\xdc\x25\x3f\xb8\xe3\xc0\x04\x24\x8b\xb7\xcb\xa4\x2e\xf9\xc1\xc3\x9f\x3e\x1d\x0e\x4c\x1e\x2f\x52\xba\xe4\x07\xcf\x8c\xfd\x74\x38\x30\x79\xbd\x48\xe9\x92\x1f\x5c\x4a\x43\x9e\xc5\xf3\x55\x5a\x97\xfc\xe0\x95\x00\x07\x16\xef\x97\x49\x5d\xb0\x81\xf1\x16\x30\x37\x01\x99\xc4\x0a\xb8\x23\xc2\x72\xcd\xdd\x40\xa4\x30\x70\x77\x18\x20\xd3\xda\x16\x54\x1a\x2b\xe2\x1f\x01\x7b\x7f\x50\x69\xac\x88\xbb\x34\x58\xb6\xbd\x51\x88\x24\x56\xc0\x5d\x29\x2c\xf7\xf0\xd3\xfb\xd3\x77\x1f\xdf\xff\xc3\x2a\x24\x93\x59\x41\xff\x70\x7f\x7c\xff\xe9\xc4\x2a\xc4\x92\x58\x01\xff\x88\x1f\xbe\xfb\xe0\x94\x80\x34\x56\xc4\x3f\x88\x1f\xf7\x8f\xdf\x1d\xbd\xb5\x6b\x81\xc4\x2e\xd9\xda\xf2\x0f\xe4\xdb\x77\xbf\xbc\x3b\x79\x77\x64\xd3\x5a\x26\xb3\x82\x1e\x51\x61\x0b\x81\x1f\x6c\x31\x20\x8f\x9c\xb0\x8d\x81\xb6\x19\x90\x3b\x70\x07\xcf\x30\xd0\x33\x06\xe4\x0e\xd5\xc1\x73\x0c\xf4\x9c\x01\xb9\xc3\x73\xf0\x02\x03\xbd\x60\x40\xee\x50\x1c\x7c\x8b\x81\xbe\x65\x40\x2e\xf9\x0f\xbe\xc3\x40\xdf\x31\x20\x77\x9d\x1d\x7c\x8f\x81\xbe\x67\x40\x9e\xcd\xf7\x07\x0c\xf4\x03\x3b\x3e\xb9\xa3\x70\x20\xae\x92\x25\x35\x37\x19\x98\x8f\xe6\x26\xd1\x19\xd5\xb7\x3d\x54\xdf\x32\xc8\xbe\xc5\xe8\xbe\xed\x5d\x30\xd6\x31\x47\xa4\x74\xc9\x96\x47\x22\x3e\xd9\x3f\x7c\xb7\x77\xf4\xfe\xc8\x94\xd4\x44\x1a\x3b\x73\xb9\xa4\x7e\xbb\x7b\x82\xe5\x06\xf6\xc9\x00\x5d\x22\xed\xff\xed\xd3\xee\x7b\x3c\xd5\x79\x02\x03\x76\xc7\x66\xef\xe8\xf0\x70\xd7\xe0\xcd\x87\x87\xbb\x0c\xd4\x73\xea\xb3\x97\x83\x5a\x0a\x9e\xcd\xe5\xe4\xbd\xd9\x5c\xf8\x66\xa0\xee\x40\xec\x7e\x3c\x3a\x39\x3d\x3e\xfa\xf8\x13\x66\x1d\x3a\x91\x15\xf2\x6c\xe6\xef\x3e\xfc\xf8\x7e\x7f\xf0\xb7\x4f\x47\xc6\x61\x01\x27\x77\xc9\xb6\x67\x3c\x8f\x3e\xee\x7f\x18\x9c\xfc\xed\xd3\xee\xf1\xfe\xe0\xcd\xf1\xee\xde\xcf\xfb\x98\xc7\x79\x72\xbb\x64\xdb\x33\x13\x41\x51\x60\xf5\x51\xa5\xb1\x9a\x5d\x92\xec\xbd\x3f\x3a\xd9\x2f\xaf\xda\x97\xcd\x10\x95\x6e\xc8\x7d\x67\x2b\x66\xe0\xee\x5c\x3b\xdc\xdd\x1b\x1c\x1c\x0c\xec\xed\x5e\xa7\xfa\x8b\x31\x9c\xef\x8c\x53\xab\x48\x61\xe0\x3f\x80\x42\xaa\xd3\x21\xbd\x92\x3f\x72\x20\xef\x28\xcb\x20\xec\xfa\xae\xa6\xb4\x98\xd2\x8c\x9b\x95\x04\x49\x48\x66\x69\x18\x8d\x23\x1a\x92\x0b\x7a\x43\xa2\x9c\x50\x1e\x7d\x96\x04\x05\x29\xa6\x94\xe4\xc1\x8c\x42\xb8\xe7\x36\x6a\x62\x04\xbe\xe8\x0f\x59\xc9\x9b\x28\x99\xfc\x4c\x6f\xc0\x4c\x00\x5d\x99\x96\x40\xd4\xcd\x30\x53\x17\x4a\xcb\x44\xdb\xe2\xb7\x61\x05\x4e\xdb\x41\x5c\xfc\x4c\x6f\xc0\x24\x9d\xb6\x47\x45\x16\xb3\xaf\xbb\x3b\x42\xdb\x33\x5a\x04\xe2\x43\xa2\x79\xd5\x93\x7a\xab\xf6\xc1\x16\x2b\x23\x33\x76\x70\xc6\xb6\x6b\x3e\x0e\x16\x20\x52\x8b\xc7\xe8\x7d\x3a\xa5\x64\x9c\xc6\x71\x7a\x15\x25\x13\x86\x26\x27\x41\x46\xc9\xbf\x16\x51\x41\xc9\x34\xc8\x66\x31\xcd\x73\xfe\x5e\x9c\x44\x60\xa4\x30\x8c\x12\x1e\xf5\xf6\x2a\x2a\x84\xfb\xae\x4e\x07\x34\x40\x4d\xb2\xfb\xfe\x94\xa4\x19\xd7\x1b\xb5\x59\xff\x78\x7e\x7e\x15\x15\xa3\x29\xa9\x8b\x56\xe2\xb8\xb0\x41\x4e\x55\x8b\x77\xdf\x9f\x76\xbd\x19\x5a\xc3\xe3\xcf\xc6\xf2\x9f\x1f\xe2\xf4\xf8\xbd\x3f\x07\x74\x13\xde\x9c\xfd\x0f\x6f\x4b\x32\x4e\xf6\xfc\x19\xa0\x85\xf1\xe6\x08\xfd\x84\x37\x0f\x74\x32\xde\x1c\xbc\xa4\xfc\x00\xa5\x39\x72\xb3\x28\xcb\x94\xfa\x42\x6f\xbe\x56\x50\x95\x67\x7f\xfa\x58\x96\xf9\xe9\xa4\x84\x08\x86\x5a\xc7\x0b\xc1\x25\x7f\x6f\x16\x57\x45\x7a\xb3\xca\x9a\x22\x99\x58\x55\xe6\xc0\xac\xd2\x59\x27\x32\x43\x28\xaa\x5d\x40\xe5\x8b\x47\x59\x5c\x94\xf1\xa1\xd1\x34\xc8\x82\x51\x41\x33\xc4\x7b\x4c\x56\xb3\x27\x21\x7e\xa6\x37\x06\x87\xc1\x19\xce\x22\x62\xec\xc3\xc3\x17\xd8\xe1\xa6\x84\x33\x30\x11\xda\x65\x0d\x66\x4f\x2a\x71\xcb\xc3\x53\x19\x7e\x24\x71\x7f\x51\x3d\xbb\x25\x15\xfc\xb3\x1a\x2b\x78\x9e\xe2\x8a\xf2\x1c\xcc\xb0\x7f\xa3\x59\x0a\x5c\x7f\xc4\x10\x8d\xd3\x8c\x24\x69\xd2\x8a\x83\x82\x71\x34\x49\xdb\x1c\x31\x2c\xd6\x9e\xab\x28\x09\xd3\xab\x76\x12\x5c\x46\x93\xa0\x48\xb3\xf6\x22\xa7\xd9\xee\x84\x26\x85\x7a\xef\x5e\xfb\x95\x0e\x7f\x8e\x8a\x5a\x03\x5e\xeb\xb4\x0c\x4e\xdc\xf3\xbf\xdf\xf1\xf5\x7e\x4d\xf6\xc8\x75\xd2\xde\x2c\x53\x21\x56\xba\xe8\xe1\x44\x53\x9a\xcb\x4f\x2f\xe5\x85\xb9\x74\x56\x9a\xaf\x4e\x24\xfe\xc6\x2b\x61\xd4\xcf\x86\x99\x94\xe3\xe7\xb6\x5c\xd8\x2c\x61\xfc\x4c\xb8\xf4\x33\x9b\x8a\xd6\x72\x99\xca\xbf\x05\x69\x31\xd1\x5f\x14\xcb\x83\x5e\x08\x9f\xc4\xe7\x05\xd4\xd2\x9d\xbf\x6f\x3e\xf1\xad\x8c\xfd\xac\x64\x53\xc6\xbe\xdf\x17\xae\xc3\x5c\xe7\x31\xa2\x72\xfc\x94\xa1\x48\xf7\xd2\x24\x5f\xcc\x82\x61\x4c\x77\xb3\x2c\x58\xe7\x19\x81\x53\x06\xdb\xb4\xdf\x92\x71\x94\x84\x6f\x8f\x0e\x3f\xb0\x65\xb2\xf4\xb9\xb4\x11\x90\x72\x29\xb9\x26\xeb\xa2\x9d\x80\xd6\x76\x55\x16\xe5\x20\x80\x1d\x64\xe9\x4c\x18\x8a\xd3\xa6\x30\x18\x95\x2e\xb8\x50\x0c\x28\x41\x1f\xfc\x44\x52\xc2\xb6\xf3\x74\x46\xd1\x73\xc5\x0b\x7a\xe3\xae\x67\xe9\x84\x1a\xd6\x3b\xea\x98\xc4\x72\x76\x41\x6f\xce\xd5\xbd\xa9\x74\x67\x33\x0a\x60\xc1\x83\xeb\x3d\xfb\xc1\xa4\x1e\x2a\xbf\x7b\x37\x78\x9c\xb8\xa0\x47\x8b\xe2\x68\x7c\x1c\x24\x13\xca\xcd\x07\xa4\x49\x8a\x7a\x41\x5b\xf2\x82\xd4\x7c\x6f\x8a\x9f\xcc\x70\x2b\xb3\x1d\x28\x78\x77\x27\x3e\x5f\x11\x0e\xe5\x6d\xc8\x87\xb4\x80\xd7\x3c\xa6\xc4\xab\x29\xc3\xf2\xa8\x74\x22\x46\x5e\x91\x2d\x2e\xd0\x16\x37\x73\x96\xf9\x3e\xbd\xa2\xd9\x5e\x90\xd3\xba\x78\x96\xc9\xe1\x93\x10\x1e\x66\x7a\x8a\x6f\xfa\xdb\x31\xa1\x05\x84\x22\xce\x0b\x78\x76\xc5\xc8\x21\x0d\x54\x10\x35\xd0\x63\xdf\x6d\xeb\xb5\x2f\xf2\xcf\xb1\x6d\x3a\xe8\xd0\x34\xdc\x2e\x21\xe2\xb6\xa2\xe2\x3d\xdd\xb7\x20\x77\x2c\x50\xff\x13\xdb\x56\x05\xde\x20\x06\x39\xfd\xb0\x98\x49\x27\x68\xf3\xf4\xaa\xbe\xb5\xd9\x64\x3d\xfe\x98\xd1\x51\x94\x47\x69\x02\xa5\x1b\xe6\xcb\xd4\x6b\xe9\x2e\x05\x4a\x8d\xe3\x34\xcd\xea\x75\xd6\xe6\xaf\x15\x46\x78\x4c\xa7\xbf\x1b\xa4\x23\xda\xa1\x93\x1a\x86\xdb\x09\x84\x70\x16\x25\x75\x46\x65\xfd\x22\x4f\xb8\xe6\x10\x15\xe3\x82\x23\x3e\x32\x27\x9c\xc4\x50\x3c\x4b\x17\x49\x08\x95\xe5\x0d\xf2\x35\xa7\xfe\x37\xea\xed\xb1\xe9\x2f\x06\x15\x6f\xd8\xbe\xdd\xc2\x68\x3c\x86\x90\x88\x1c\xbe\xea\x6d\xb1\x98\x92\xca\xc9\x07\x6f\x3c\x7a\x59\x66\x3e\x1e\xe3\x18\xcf\xa0\x02\xb5\xd9\xcb\xae\x8b\x77\x22\xec\xb3\xe9\x61\x8f\x75\x28\xd5\x68\x34\xce\x4b\x67\xab\x35\x76\x7a\x92\xb2\x4f\x1e\x65\x98\x70\x77\x3b\xed\x22\xe5\xdf\x75\xe4\x22\x48\x96\x26\x3d\x65\x05\x25\x67\x91\x08\x51\xac\xe4\x93\x76\xad\xc1\xe4\x29\x2d\x87\xe0\xc2\xa8\x80\x58\x62\x2d\x52\x86\xa4\x45\xb6\x3c\xfe\xb1\x14\xb6\xd2\xae\x82\x19\xce\x47\x61\xe5\x85\x1c\xbb\x58\xbc\x02\xd9\x0e\x82\xcd\x21\x4d\x8a\x7f\x90\x2e\xa1\xed\x79\x30\xa1\x7f\x2f\xc5\x0e\xcc\xe7\x9e\xd8\x05\x57\x39\xdb\x3c\x37\x2a\x42\xc9\xd5\x75\xf2\x3d\x65\x0f\x04\x78\x4f\xd5\xc6\x5b\x1a\x58\x00\x69\x9a\x85\x6c\x9a\x0a\x23\xed\x09\x2d\xe0\x29\x75\x94\x4c\xf6\xa0\xfe\x63\x3a\x92\xe1\x20\xdc\xf6\xf2\xd2\xed\x22\x65\x4b\x44\x7c\x70\x5f\x80\xe4\x6b\xb2\xd9\x7e\x41\xba\x44\xc8\xa9\xd0\xea\x23\x6e\xe6\xac\x40\x63\x3a\x46\x5f\xe0\x63\x8f\x97\xf3\x77\x8f\x26\xf9\x22\xa3\xb0\xbd\xbc\x4b\xd4\xde\xc2\x99\xe9\x33\x83\x99\x4a\xf6\xf7\xac\xc4\x69\xc1\xb3\x36\x5f\xcf\x72\x72\xb2\x05\xb7\xd3\xe3\xec\xc2\x5c\x93\x72\xdd\x2f\x4d\xe0\x57\x3d\xe4\x8f\x4b\x03\x0b\x5e\x6b\x4e\xc3\xcb\x20\x5e\xd9\x1f\xbd\xe6\xa0\x47\xb6\x43\x4e\xb1\x05\x48\x83\x6f\x3a\x57\xcb\x6d\x84\xb6\x16\xd2\x23\x51\x7e\x10\x25\x51\x41\xeb\xde\x5d\x87\xa3\x6d\x90\xd7\xfe\x4d\x49\xd4\xda\x25\x9b\xf0\x02\xc9\x74\x24\xdc\x8a\xa3\x84\x1a\xfd\xe2\x8d\x12\xfb\x02\x9b\x0c\xb8\x29\x5d\xa2\x37\x93\x3a\xce\x69\x17\xe9\x41\x74\x4d\xc3\xba\x67\x97\x28\xf1\xee\x3a\x0f\x16\x39\x35\x37\x71\xda\xce\x8b\x74\xfe\x31\x4b\xe7\xc1\x84\x47\x7b\xe3\x53\xd4\x1b\xc8\xc4\xef\x1b\x77\xb4\x88\x83\x82\x7e\xa0\xd7\xdc\xe1\x32\x30\x67\x11\x28\xca\x1d\x80\x74\x4e\x79\x54\xb9\x5c\x3f\xaf\x8b\x92\x51\x46\xc1\xfb\xa0\x96\x39\x44\x92\xe9\x6a\x02\x39\x9b\xf8\x46\x38\x9b\xd0\x4f\x91\x43\xea\x60\x91\x49\xa5\x58\x5a\x1a\x4b\x5f\xb8\xdb\x13\x6e\x16\x18\x53\x3c\x4d\x7f\x84\xb7\x04\xba\xcd\x67\x0c\xf5\x79\x1d\xef\xfa\xd2\x92\x1f\xf6\x7e\xc9\x4b\xff\x7a\x72\xf4\x41\xc4\x7a\x8e\xc6\x37\xc2\xee\xb3\xd1\x24\x5b\x9a\xbd\x5f\xd0\x1b\x89\xbf\x0c\xdd\x99\x6e\xc5\x39\x5a\x63\x7a\xf2\xda\xcb\xc6\x69\x28\x1e\x04\x5e\xc2\x5e\x83\x4f\x9e\x94\x76\x46\x6c\x16\x4f\x9f\x92\x27\x4f\x50\xc6\x99\x6c\xf9\xb9\x5d\xbd\x17\xc8\xbf\x8e\xe1\x34\xe3\x67\xbc\x3f\xd3\x9b\x61\x1a\x64\x21\x4c\xa6\xc3\x45\xc1\xce\xe4\x4c\xb4\xd7\xbc\x57\x7a\x2d\xd2\xb3\x4a\x4e\x17\xd2\x23\x35\xf9\xbb\xa6\x48\x2d\xa7\x01\xcb\x95\xbf\x75\x2e\x77\xca\xcc\x96\xbc\x28\x28\x48\x2d\x4f\xeb\x4a\x91\xab\xdd\x50\x33\x5c\x17\xae\x56\x4a\x61\x52\x8c\xfd\xe9\x53\x64\xc4\xad\x9a\xd1\xc5\x55\xf1\xa2\xc3\x8c\x06\x17\xea\x80\x67\x54\x60\x6a\xae\x54\x1d\x4f\x1e\xb5\x12\x43\x0b\xb8\xa2\x1f\x8a\xd8\x5d\x55\xdb\x3a\x55\x18\xfa\xcf\x55\xdd\x78\x60\x1d\x58\x97\x2b\x8f\x59\x4a\x54\xf4\x70\x24\x03\x52\xbd\xc9\xd1\x06\xda\xfe\x5a\x0c\xfd\xef\x43\xab\x51\x62\x70\x69\x35\xb6\xfe\xf5\xde\x35\xf1\x93\xdd\x37\x68\xf9\x93\xaf\xc9\xf6\x5a\xd5\x1a\xf3\xe1\x81\x15\xb7\x56\x57\x6c\xeb\x31\x44\x79\x33\xa0\xb6\xc9\x3c\x56\xb4\x42\x40\x79\xb6\x25\xe4\xc0\x5d\x17\x7b\xd9\xf7\x78\x59\x7d\x0c\xaf\x0e\xbf\x97\x03\x85\x3f\xa5\xcf\x88\x47\xd7\x1d\xfd\x09\xfd\x44\x4c\x68\xb1\x46\xe9\x09\x2d\xec\x52\x1f\xb3\xb4\x48\x8b\x9b\x39\x3d\x5a\xc7\x11\x9b\x59\xe0\xdf\xcb\x53\xc5\x97\xf8\xa0\xf8\x1d\x1c\x06\x0b\x60\xae\x23\x91\x31\x78\xe0\x0b\xa1\xe2\x5e\xea\x64\x2e\x7c\xa1\x5c\xf1\x82\x41\x45\x06\xe2\xdf\x08\xe0\x6b\x12\xe4\xf8\x79\x02\x03\x82\xcf\x9a\x11\xf1\x40\xc6\x10\xf9\x0f\x36\xac\xf9\x28\x8b\xe6\x45\x8b\x67\x75\x92\xb4\x45\xaf\xe7\x71\x34\x8a\x8a\x56\x90\xdc\xc0\x25\x51\x3f\x41\x01\x19\xd2\x79\xbd\x41\x6e\x71\x9c\x1c\xc7\x05\xb8\x18\x2b\x78\xd2\x52\xb7\x1d\x74\xc0\xfb\xdd\xc0\x77\x10\x49\xe8\x75\x01\xa7\x91\x92\x76\x2d\x92\x45\x4e\xc3\xd6\x65\x90\xe5\xf2\xca\x44\xba\x10\x08\x2a\xfc\x84\xd8\x0d\xc0\x3e\x42\x54\xde\x7e\x32\x0d\x92\x11\xcd\x9a\x64\xe0\x38\x0a\xa9\x72\x15\xe2\x20\xd0\x85\x54\x13\x1c\x98\xba\xbd\x53\xb9\x9e\x44\xca\x7c\x89\x54\xd4\xe7\x38\x16\x81\xf0\x18\xbc\x98\xda\x5d\x0c\xd0\x76\x9a\xb8\xce\x32\xf4\xeb\x38\x63\x2b\x05\x15\x10\x68\xbd\x78\xe6\x4b\x33\xcb\x7c\x91\x3d\x28\x79\x92\x4d\xc0\xc1\xc6\x84\x8d\xb6\x8c\x58\x61\x3c\x64\x36\x32\xad\x92\x51\xfe\x4b\xf5\x13\x6d\xab\x45\xc3\x74\x91\x84\xba\x31\xfc\x5d\x29\x4f\xb4\x20\xe5\x33\x67\xab\x6d\x4f\x9f\xca\x7e\x88\x2e\xff\x48\x45\xdc\xb9\xd7\x25\x19\xf5\x79\x83\xdc\xdd\x91\xb3\x73\xd2\x25\x67\xe7\x56\x2d\x51\x22\xcf\xf2\xb0\x20\xdb\xde\xfb\x02\xec\x68\x23\x3f\xa6\xe3\x1c\x47\xd9\xe4\x99\xac\x95\x92\x78\x6e\x8b\x79\x07\x95\xee\xba\x47\xb6\xe1\xc0\x24\x2b\x17\xc1\x6d\x16\xd4\x52\x5b\x26\x4d\x12\x35\xcc\x10\xa2\x40\x19\x70\xeb\x47\x5e\x93\x84\xa1\xe2\xb8\xcf\xa2\x73\xe1\x90\xdc\x08\x00\x2a\x63\x19\x80\xe2\x80\x57\xa1\xb4\x7b\x5b\x80\x61\xc7\xc4\x70\x89\x8a\x2f\x9d\x4b\x8f\x91\xd5\x1a\x81\xfe\xc9\xc8\x28\x85\x26\x34\x3f\x3e\x5a\x24\xb2\x90\xe8\xdc\x23\x15\x50\xe4\xa5\x0b\x00\x61\xfd\xdf\xe8\xe9\xe3\xa8\x5a\x79\x37\xf0\xd0\x2c\x09\x8d\x73\x6a\xd6\x06\xc7\x59\x41\xf8\x86\x1d\x9e\xd5\xd3\x94\x4d\xa3\x29\x3e\x8c\x7c\x50\xf8\xec\x90\x3a\x40\x35\x9f\xca\x74\x84\x7a\xdd\x34\xd5\xad\x91\x1d\xbb\xd5\x47\x18\xd2\xb2\x6a\xb2\xca\xcc\x95\x6e\xd1\x0b\xb0\xc4\x43\xa3\xf9\x0d\x77\xc0\x36\x37\x68\xe7\xca\xe1\x1a\x7e\xb5\x47\x1f\x69\xc8\x34\xe4\xa1\x03\x6d\xff\x95\x7a\xf2\x98\x55\xda\xcb\x8a\x3b\x2a\x79\x2b\xdc\xaf\xc0\xd2\xe4\x0e\x33\xac\x55\xec\x70\xa1\x76\x25\x17\x9a\x7b\x86\xc9\x54\x4e\x1b\xe3\x63\x56\x88\x99\xb4\xc1\x98\x3d\x50\x41\x18\xca\xc6\x03\x7e\xd4\x83\x72\xea\x6a\x9f\x78\x2b\xc8\x2b\x59\x96\x7d\xf3\xd6\x70\x69\xfb\x58\x54\x32\x95\xec\x8f\x4f\x25\xdd\x0f\x7b\x9c\x79\x13\x0c\xe5\x64\x25\x15\xc1\x4f\x41\x05\x01\xad\xfd\x71\xbb\x72\x83\xd4\xe8\x70\x11\x59\x8b\x05\xec\x77\x5a\xb2\x8d\xc9\xec\x1f\xc7\xb5\xb6\x1e\xd8\x2d\xaa\x39\xea\x03\xf8\xd1\xe5\x0a\x6e\x54\xc2\x19\xcb\x99\x89\x59\x7f\xc3\x82\xf5\x0f\xa6\xcd\xa7\x05\x79\x1d\x36\x2d\xd2\xeb\x56\xb4\xeb\xe5\x9a\xdc\xcb\x71\xbf\xe5\x4e\x0c\x05\x84\x97\x09\x4f\x74\x46\x6f\xc5\x60\xc8\x5a\xf7\x93\xb0\xde\x28\xe3\x76\xbc\xb7\x0c\xbd\x55\x9a\x27\x9a\x3d\x5d\xcd\x9a\xcb\x5d\xc0\xe1\x0d\x19\xcd\xaa\x33\xd9\x4f\x7a\x79\x98\x5e\xd2\x90\xcf\x11\x78\xf6\x7f\xee\xed\xcf\x9a\x65\xdb\xd8\xfb\xd2\xbd\xba\xc0\x50\xad\x60\x7f\x82\xf0\xfc\x91\xfe\xb1\x32\x77\x28\x23\xfc\xfa\x7b\xcf\x7a\x5b\x84\x8f\x83\x96\xb2\x41\xd6\x1d\xcc\x06\x49\xcb\x59\x52\x4d\x5b\x94\x6c\xba\x92\xcf\x1a\x1b\xc7\x1a\x84\x2b\xdb\x37\x98\x98\xfc\x87\x13\xd5\xdc\x51\xfe\x7c\x44\xf5\x79\xd6\x73\x49\x6a\x51\x8d\x31\xe9\x7b\x71\xf5\x12\x32\xcb\x6b\x8e\x7b\x30\x00\xf0\x68\x76\x88\xfc\x91\x1b\xa7\x48\x7e\xc9\x84\x2b\xf3\xdf\xed\xb9\xc4\xe6\x21\x55\xeb\xd6\x46\x03\x1e\xc3\xb8\xef\x23\x7c\x02\xa8\xd4\x23\x80\x46\x08\xa9\x0e\xe0\x10\xa8\xcd\x2d\x09\xf6\x57\xe8\x78\x8b\x2b\xad\xb4\x59\xc6\xf0\x4c\x97\x86\x62\xee\x9a\xce\xde\x90\x9f\x39\x1f\x51\xf3\xe0\x52\xe8\x4d\x0c\x72\xf2\xd1\xf6\x79\xca\x54\xd3\xa0\x47\xf8\x6f\x2f\x72\xef\x55\xb3\xc7\x19\x98\xdf\x0d\x18\xbf\x5e\x77\xef\x09\xb8\xa4\x07\xe7\x9b\xb7\xd1\x78\xcc\x66\x1f\xbe\xa9\x56\xbe\xfd\x1b\xe4\x35\xc1\x5f\x7f\xd1\x37\xcc\x32\xb6\x55\xf5\xbd\x34\x21\x3a\x36\x16\x14\x7d\xfa\x14\x9b\x18\xf1\xab\x47\x86\x0e\x32\x5f\x3b\x8d\x92\xf1\xb3\xfa\x1b\x22\x08\xd6\x2c\xb8\x3e\x27\x2d\x19\x12\x6b\x16\x25\xe7\x04\x79\x21\x52\x4d\x05\xcf\xe1\x46\x94\xad\xd9\x22\x2e\xa2\x79\x4c\x49\x3a\x26\x38\x16\x17\x2b\xde\x90\xe5\xb9\x55\x12\x77\x3a\xae\x07\xdb\x59\x89\x32\xc2\xab\x3b\x73\x6c\x43\x5d\xc3\x21\xa6\x47\x65\x75\xa6\xe6\xc5\x4a\xef\x98\xf7\xf4\x8f\xc9\xa3\xe9\x26\xc1\x3c\x9f\xa6\x05\x29\x68\x0e\x1e\x53\x47\x41\x92\xa4\x85\x10\xfc\x48\x46\xc7\x79\x93\xe4\x29\xa3\x50\xbe\xc8\x28\x29\x52\xb0\x1c\x68\x8d\x40\x57\x0e\xdd\xd6\xf8\x38\x8f\x94\x5e\x32\x85\xf3\x3e\x83\x9b\x99\x29\xed\xf4\x2a\xa1\x99\x14\xda\xcb\xb5\x4e\xcf\xca\x1d\x01\x12\x12\x2c\x8a\xd4\x23\x56\x3f\x6b\xab\x0c\x5b\x4d\xe5\xf5\xb4\xf7\x4c\xb9\xda\x73\x44\x33\x5d\x03\x13\x9a\x25\x98\xc5\x1d\x3c\x9e\x1e\x89\xc1\x64\xc5\xb8\x23\x5f\x47\xeb\x78\xf4\xbc\xbf\x4f\x4f\xb1\x93\x4c\x68\x51\xb7\xae\x04\xdc\xe9\xc5\x08\xca\x73\x1b\xcd\xf2\x96\x40\xdf\x1a\x0d\xf2\xf8\x38\xb5\x1a\x13\xd3\xac\xfa\xcc\xbe\x8a\x9c\x13\x5a\xf0\xd5\x0b\x27\x88\x0a\x42\x9a\x80\x75\x47\x7a\xcf\x25\xaf\x36\x27\x6d\xf9\x34\x7d\x5e\x35\x4d\xfd\xc7\xb9\xe7\x7e\x27\x94\x25\x6e\x28\x9f\xb7\xcd\x70\xb6\xb2\x0d\x19\x0f\x4d\xc2\x9b\x58\x61\x0d\x66\x4e\x11\x59\xb3\x7f\x9b\xd3\xf7\xe3\x0c\x7b\x9b\xbb\xc0\x23\x5d\xfe\x55\xa4\xf3\x32\x01\x4d\x14\xf7\x5a\x90\xd5\x2d\xa4\xe0\x60\x4e\xe2\x8c\xe9\xd8\xeb\x92\xbf\x74\x7c\xdf\x83\x0a\x72\x9d\x01\xe6\x90\xf7\x19\x61\xeb\x88\xe0\xd9\xa3\x55\x4f\x37\xab\x44\x55\x65\xa9\xb7\x72\x6c\x2c\xac\x1e\x01\x56\x9b\xee\x09\x6b\xbd\xae\x61\x84\xb7\x06\xe9\xfc\x1a\x92\x0a\x0a\x96\xa9\x54\xac\x4d\xe4\x3f\x17\x79\x01\x61\x27\xe1\x1d\xcc\xde\x34\x4b\x67\x94\x44\x47\x27\xf2\xc5\x4c\x90\x84\x64\x37\x09\xb3\x34\x0a\xc9\x9b\x2c\xbd\xca\x69\x66\xad\x76\x74\xea\xa8\xf2\xa0\x6c\x6c\x30\x4d\x61\xdd\xcd\xf8\x84\x74\xa4\x8c\xf0\x38\x1c\x45\xe4\x55\xfb\x68\xf6\xd6\x40\x93\x50\x57\xb0\x9f\x84\xeb\x4c\x53\xbf\xce\x6e\x3d\x5a\x1b\x4a\xbe\x32\x47\xcc\xf7\xa5\x15\xb8\x9c\x36\x69\xa5\xf0\x78\x68\xb5\x86\x3f\x6b\x6f\x0d\xda\xa9\xf5\xda\xa4\xf2\xb1\xfa\x0a\x42\xf9\x77\x06\x63\x4a\xae\x79\x19\x2a\x4e\x0e\xf4\x7a\x9e\xd1\x3c\x07\x43\x41\xfe\x6e\x6e\xc5\xcc\x94\x82\x8c\x27\xcf\x75\x8a\x5d\x3a\xfb\x2c\x2c\x55\x8e\xb5\x2b\x46\x5e\x63\x71\xf2\x56\xe1\xf1\xb6\x65\xa5\x93\x6f\x4c\x5e\x11\x5d\x7f\x15\x29\xcb\x87\xde\x74\x7b\xbd\x86\xe3\x6b\xbc\xe9\x22\x79\xfb\x2b\x87\x67\x23\x06\x5a\x22\xb1\x55\x2b\x1a\xea\x6e\x1d\x72\xa3\xc0\x5a\xab\xcd\xf3\x86\x36\xa7\xbd\xbb\xf3\xb4\x8c\x5f\x9a\x31\xd6\xb7\x49\x5e\xcb\x1f\x5d\x0f\xa0\x23\x3d\x96\x93\xcd\x70\xe7\xbd\xda\xa1\x37\x22\xda\xb6\xe8\xc4\xa3\xd3\x0b\x9b\x76\x3a\x7a\x89\xf6\x38\xcd\xf6\x83\xd1\xb4\xf4\xe5\x93\xd9\x46\x83\x2c\x17\x52\xd3\x61\x27\x6f\x5b\x8a\xa3\xba\x17\x4a\x4a\x50\xdb\xc6\xb0\xc1\x0b\x2a\x77\xe0\xdc\xc2\xde\xb1\xf3\xd7\xa4\x74\xff\x76\x06\x38\x51\x5f\xa3\xb6\xed\xaa\xa9\xe2\x00\x73\xd9\xd9\x9b\x57\xa6\x92\x28\x3f\x82\x04\xf1\xe8\x17\xe1\x7a\xba\xf4\xdc\x21\x61\x84\x4f\xe1\xaa\x6b\x90\x17\xf7\x97\x84\x5f\x94\x49\xc2\x8e\xb3\xf3\x17\x8e\xb7\x73\x8f\xbf\xf3\x17\x86\x71\xa5\x0c\x4c\x58\x44\xa9\x7c\x31\x14\x0c\x73\xf1\xfc\x26\xb8\x56\x5e\x92\x37\x1b\xa4\xc3\x1b\xee\xc8\x8e\x8d\x12\xc3\x02\xec\xa2\x7a\x8b\xb4\x78\x25\x0d\xf2\xb5\xa1\x15\x81\xa7\x48\x4c\xd0\x85\x16\x78\xf2\x5c\x01\x50\x1a\x2e\xaf\x3d\x74\x6f\x6e\x3e\xa6\x55\xac\xd4\x04\xac\x97\x1a\x82\xe4\xd1\x24\x31\x86\xaf\xad\xa5\xf6\xd6\x16\xe9\x92\x6f\xb6\xec\x1b\xbe\xe8\x9a\xc6\xea\x42\x07\xca\x7f\x4d\xea\x48\x9d\x6a\x52\x54\x1c\xb7\x6c\x82\x26\xd2\x7a\x52\x56\x5e\x64\xd1\x6c\x37\x8e\x26\x09\x9f\x75\x90\xa6\x27\x21\xaa\xb4\xe1\x91\x9f\x15\xb6\x35\x49\x78\x24\xfd\xb5\x57\x91\x8f\x03\xd5\x5d\xed\xa7\x35\xfd\xbf\xad\x9a\xfe\xce\x7c\xfe\x76\x9d\xf9\xfc\x6d\xc5\x7c\xae\x4b\x1b\x58\xf1\x72\x0e\xcd\x2e\x97\x30\x6a\xce\x6f\x36\xd5\x74\xdc\xda\xdc\x5c\x87\x4b\xe4\xc1\x25\xe5\xda\xe7\x0a\x3a\x69\xa0\x3a\x3c\x29\xb0\x9e\x2f\xf1\x3f\x67\x1b\x05\xd0\x73\x65\x75\xb0\x96\xd0\x98\x98\x4e\x95\x57\xc7\x9d\x28\x8f\x07\xea\x19\xc3\xef\xaa\xc6\xb0\x24\xfc\xc4\x77\x25\xf1\x27\x88\x19\x7a\x16\x17\xf0\xb9\xb8\x26\x38\x90\x2c\x06\x36\x9f\x98\xf2\x3f\x19\x21\x1e\xc3\x19\x91\xe2\xf9\x9f\x7c\x8f\x8a\xc1\x1c\x45\xb1\x19\xa4\x16\x83\x3a\xc1\x6a\x45\xe5\x5e\x55\xda\x77\xfe\xa8\x15\x65\x9c\xff\xbb\x7b\xe9\x40\xbe\xf3\xc6\xe2\xf0\x2c\xab\xef\xd6\x59\x56\xdf\x39\x0a\x71\x42\x46\xd3\x28\x0e\x33\xea\xa0\x93\xe9\x2e\xce\x68\xb6\x98\xc1\xb5\xd0\x89\x1b\xea\x03\x6a\x30\x01\x9c\xa1\xf1\x14\x72\x03\x84\x10\x92\x05\x51\xec\xad\x41\x65\xb8\x73\xc3\x0b\xef\x84\xde\xe7\x7f\x6e\x00\x7e\x5c\xc8\x09\xc4\x6f\x2d\x9d\x09\x2d\xbe\x62\x22\x09\x2b\xf7\x10\x45\xa1\x5a\xd0\x8e\x6a\xd0\x6a\x66\xc1\x08\x99\x8b\x6a\xa0\xca\x36\x4f\xb2\xe0\x04\x7f\x31\x00\x45\x9a\xd3\x7a\xae\x9e\x29\x89\x3d\x8b\x42\x5c\x3c\x5e\xd8\xf6\xab\xa8\x98\xb6\x60\x41\x43\xec\x07\xcf\xe3\x6e\x6e\x62\xf7\x05\x01\xd8\x95\xdf\xf7\x46\x53\xad\xd4\x87\xa3\xd3\xc1\x4e\x1a\xfa\x81\xd4\x2a\x74\x28\x90\x88\xfa\x59\x12\x01\x9e\x3c\x24\x34\x81\x75\x40\x51\x31\x09\xd4\x55\x9b\x31\x27\x50\x68\x01\x6b\xc0\xcd\xc0\x3e\x46\x98\x51\xc5\xe3\x5e\x83\x81\x34\xe9\x1a\xa7\x76\x00\xb2\x4a\xa3\xe8\x01\xa5\x85\x15\x8c\xaf\xec\xa7\xf9\xaa\x92\x9f\xe6\x56\x39\x15\xd9\xa0\xb4\x9c\x1b\xe7\x40\x99\xc0\x54\x94\x72\x2f\x50\x64\x9c\x85\xd2\x22\x56\xd4\x05\x33\xfc\x3e\x3a\x98\x34\x1f\x3a\xce\x6b\xc5\xd8\x67\x3c\x11\x47\x1a\x46\x0d\x59\x15\x49\xc4\x61\xd8\x8d\xa6\xe6\xbd\x0d\x7c\xb4\x6a\x0a\x66\xb4\x46\x57\xe0\x31\x80\xd5\x11\xd5\xe2\x2e\xa9\x0e\x5c\xd5\x25\x55\xb1\xaa\xba\xc4\xb7\x25\x02\x17\xe1\x81\x7b\x4d\xa4\x4c\x3a\xe8\x12\x47\x46\x60\xd2\x40\x97\x38\x32\x81\xdc\xf9\xbb\xc4\x2b\x03\xe8\x38\xde\x5d\x25\xe6\xbf\x57\x69\x75\x93\xfe\x3a\x16\xb8\x06\xfe\xa4\xd2\x2c\xe0\x59\x70\x6d\xc7\xbc\x80\x5d\xde\x8e\x94\xa1\xb7\xb9\x2e\xf1\x6e\x6c\xe6\xc6\xd5\xb5\xbe\xcd\xe1\x14\xfb\xc3\x1a\xe3\x09\xcf\x37\x1e\x32\x31\xd9\x80\xd8\x13\x13\xc7\x27\xae\x58\x59\xa6\x51\xc6\x7d\x66\x4a\xe9\x64\xf8\x37\x18\x5e\x7b\x96\x9b\x23\x26\xa5\x32\xf7\x00\x83\xe2\x5e\x89\x7d\xc5\x11\x41\xf8\x93\x3c\xf4\x8c\xa5\x49\x06\x01\x93\x5e\xe7\x71\x70\x23\x04\x81\xfe\x86\xfb\xc6\x43\x8f\xad\xca\xc3\xa5\x54\x98\x73\xc0\xc6\x5f\xd0\x58\xb1\xc6\x4a\x99\x0f\x42\x88\x0a\x36\x9a\x20\x6b\x68\x8f\x1b\x92\x6f\xd4\xb2\x51\x8b\xef\x65\x35\x41\x34\x34\x09\x6b\x32\x0d\xe8\xba\x29\x3f\x18\xe5\xb9\x8f\x67\xa2\xd6\xfd\x96\xca\x84\x89\x72\x2b\x5f\xba\xf3\x05\x81\x8e\x55\x3c\xc1\xfb\xca\x25\x12\xc1\x8f\xb8\xd6\x20\x72\x02\xc4\xad\x15\x72\x4d\x07\x5b\x8b\x78\xf4\x33\x23\x7c\x59\x48\x63\x5a\x50\x8d\x89\x3f\x2b\x89\x92\x89\x15\x47\x49\x03\x08\x3d\x8d\x2f\x6a\x93\x54\x15\x94\xc4\x6a\x5a\x57\x18\x51\xb1\x88\x55\x98\xa4\xd2\xd8\x46\x70\x76\x8d\x8c\x30\x48\x3a\x00\x8e\xa0\x55\x9a\xbc\xa1\xe3\x34\xa3\xdc\x52\xaa\x0b\x2c\x40\x65\x79\x13\x77\xc7\x05\xcd\x3c\x39\x7a\x6d\x83\x89\x0c\x4f\x94\xcc\x45\x44\x16\x96\xa9\xb0\x27\xe0\x14\xcd\x50\x70\xaa\x5a\x8b\x38\xb1\x50\x1b\x65\x97\x9c\xdd\x2e\xcf\x8d\xa9\xe3\xa6\xab\xad\x14\x4d\x33\xcd\xc2\x55\x92\xcd\xb6\x6f\xb9\xdb\x04\x58\x54\xd6\x23\xda\x47\x7b\xa8\xfa\xe7\x7b\x0a\xfa\xa7\x7f\x88\x79\xaf\xf7\x91\xfc\x29\x93\x7c\x01\x39\x4a\x67\xb3\x34\xe9\x40\x22\x0e\x42\x8e\x5e\x18\xda\xb0\x38\xaf\xf2\x69\xa4\x7e\x19\xc9\x43\x32\x29\xc3\xbb\x87\x46\x1c\x17\xc7\x89\x07\x44\x1c\xe7\x25\x25\x9c\x73\x79\xc6\xaf\xc9\x54\x4b\xc4\xcb\x4a\x93\xbf\xae\x1b\x8d\xdc\xac\xea\x1e\x8f\x06\x4b\x1e\xc3\x61\x3b\x45\x8f\xc2\x58\x70\x48\xf5\x1c\xce\x0e\x2a\x0d\x37\xc0\x06\x92\x71\x9a\x8d\xa8\xb5\x6d\x48\x16\x6e\x3d\xe7\xf3\x70\xf6\x35\x5f\xf3\x40\xec\x3e\x89\xf4\xee\x8e\xd8\x95\x12\xcb\x1e\x1f\xf1\x4f\x61\x81\x3b\x91\x8f\xfe\x1a\xde\x08\x7a\xe5\x76\xa5\xb2\x5a\x23\x6e\x3b\x8e\x3f\x6c\x3c\x3b\x15\x3b\xbc\xa4\xb5\xb8\x7d\xc3\x89\x4f\x7a\x3d\xed\xa1\x80\xbc\xf6\x81\x74\x1d\xeb\x4d\x7c\x3d\x81\x02\xbb\x96\x20\xbb\x14\x58\x30\xd2\x97\x78\x14\x9d\x00\xf5\x42\xd3\x3a\xf0\x69\xe9\xb9\x6e\x5c\x6d\xfb\x5e\x7a\x48\xc3\x48\x69\xf6\xf9\xa4\x5e\x9b\x45\x89\x79\xe4\xaa\x91\x48\xb8\xaf\x68\x34\x89\x9b\x4d\xae\xa2\x38\x26\x43\x4a\x42\x3a\xcf\xe8\x28\x28\x68\xd8\x24\xf3\x18\xdc\x78\x2c\x72\x8a\xb6\x24\x12\x25\x79\x41\x83\xb0\x5d\x6b\x78\xaa\xb5\x4f\x7a\x56\xb5\x8e\x6a\x6f\x45\xb5\x5a\x43\xe7\xd4\xea\x0b\x88\x8e\x5d\xfa\x9e\xbd\xa7\x93\x60\x74\x73\x4e\x3e\xe5\x34\x04\x3b\x1a\xc1\x7a\x48\xca\x5d\xfd\x2a\xb9\x50\x14\x78\x57\xd4\x72\x12\x90\x61\x10\x72\x17\xb4\x5c\x8d\x78\x35\x8d\x46\x53\x64\xd6\x9a\xd1\x71\x30\x2a\xd2\x4c\x7b\x05\x36\x99\xd0\x5a\x06\x12\x97\x41\x26\x75\x39\x2d\xee\xda\x22\x6f\x2d\x72\xda\x02\xee\xc2\x71\xf6\xed\xd8\xee\x92\x5f\xda\xb1\xdd\xfd\xd7\x55\x2b\x2e\xab\xec\x1b\x17\xcb\xf4\xaa\x24\xaa\xb7\x7b\xad\x73\x8f\x4b\x9d\xb5\xaa\xf0\xdc\x88\xac\x71\x1f\xd2\x90\xb2\x8c\x1b\x49\xbb\xc2\x10\x66\x5d\x33\x98\x15\x61\xe3\xdf\x46\xe1\xa7\x79\x18\x14\xe5\x2d\x76\x41\xd9\x09\xf6\x52\x48\xb3\xec\x27\xb0\x3d\xdf\x13\xf7\x55\x61\xbb\xff\xb8\xc0\xd5\x52\x54\xb6\xc3\x73\x8b\x64\x6b\xb7\xe0\x1c\x08\x16\xbf\x6e\x39\xdb\x3a\x18\x0b\xb0\x92\x1b\x9e\x33\x84\x6f\x93\x60\x44\x29\xa6\x54\x32\x77\x3f\x0b\xbe\x54\x2c\x5c\x50\xb5\x6d\xde\xfb\xae\x77\x31\xca\x2b\x69\xe2\x46\x5a\x1d\x44\x38\x7a\x3d\xbb\xb6\xca\x0e\x55\xbd\xc1\xc0\xaf\x2d\x4a\xb7\x44\x31\xbd\x54\x0b\x8c\x3d\xd1\x1c\x04\x98\x1e\xa2\x7d\x1f\xe5\xf4\x20\x4f\x9f\xf2\x59\x61\x66\x04\xd7\x0d\xfc\x3c\xc6\xf6\x5f\xeb\x25\x8a\xd1\x51\xf5\x16\x45\xb5\xcc\x55\x21\x78\x97\x92\x2c\x58\xba\x80\x14\xe6\xdc\xb3\x4e\xdc\x15\x62\xbd\xb9\xf8\x90\x16\x7b\x69\x52\x64\x69\xcc\x2f\xd6\x9e\xd4\x6b\x50\x01\xda\x9a\x9c\xe9\x71\x22\xb6\xe8\x5c\x0f\x2a\x79\x85\xaf\xf0\x19\x01\x5f\xaf\x11\x42\x99\xb5\xd7\x50\x35\xa0\xfe\x99\xe8\xf4\x30\x92\x2e\x2f\x68\x0d\xa7\xd5\x13\xf7\xfe\x57\x4d\x16\xd5\x03\xaf\xb0\x05\x66\xb4\x40\xcf\x50\xae\x02\x55\xc0\x5a\x2d\xe6\x1a\xaf\xe3\x52\x8d\x4a\x3e\x2e\x9e\x9b\x56\x8c\xa8\x78\xdb\xee\xca\xc0\x6b\x88\x82\xec\xf4\xed\x48\x82\x6b\xcd\x06\x36\xdf\x8d\xa5\xaf\x05\x53\xa7\xd3\x58\x6b\x50\x57\x05\xcd\xea\x2e\x31\xae\x32\x83\x90\x97\x66\xd7\x58\xc7\x0d\x26\xe6\xc9\x47\x0f\x84\x1d\x1f\x22\xc2\xfb\x26\x62\x3d\xbc\x61\x36\xa7\x29\xca\x9e\x7f\x1a\xee\x13\x8a\xb2\x67\x64\xbe\xf7\x5c\xcb\x55\xa3\xce\xaa\xaa\x18\x74\xfb\x65\x20\x1a\xf6\xaa\x77\xe4\xf0\xf4\x37\x0e\x8d\x81\xcb\x4b\x98\xfb\xfd\x46\xc4\xa4\xa5\xac\xc3\x4f\xca\x47\x23\x92\x7c\x3d\x58\x41\x28\xf4\xc0\xb0\x54\x2a\xd8\x2e\x17\x0b\xbc\x17\xfd\xdb\xde\x8b\xfe\x35\x5e\xc5\x5b\xc4\x15\x6e\x1d\xf1\x63\xd1\xf5\xdd\x3e\x5a\x3c\x0d\x23\x34\x18\x5a\xd5\x74\x90\x4f\xf4\x38\x8b\xd6\xb3\xc1\x02\x40\x33\xc6\x37\x59\x84\x03\x49\x56\xb7\x66\x84\xb8\x3d\x75\x89\xc0\x96\x03\x70\xf9\xcb\x0a\x39\x02\xe3\xc6\xe5\xd6\x9c\x74\x15\xd3\xae\xe2\x89\xa7\x55\xda\x77\x24\xbf\xb4\x1b\x54\xf8\x9e\xc2\x57\x6e\xd9\x92\x6d\x96\x4e\x61\xcd\x57\x9d\x13\x40\xc9\xf2\x2d\xad\x48\x5f\x8f\x54\xd5\x86\x2f\x51\xcc\x25\x33\xd3\xce\x84\x10\x49\x04\x9b\x65\xe9\x77\x77\xc6\x56\x8c\x8c\x07\x4b\x5a\x4c\x5e\x69\xa4\xaf\xf5\xcf\xee\xbd\xbb\xa6\x2f\x73\xaa\xba\x86\xaf\x7c\x74\xd7\x94\x8d\x31\x6e\xd8\x8e\xbf\x8b\x3e\x2d\xbd\x17\xb0\x42\x6d\x7f\xaf\xbe\x99\x2b\xa1\xb4\x73\xb6\xae\xc3\x1a\x39\x26\x96\xc8\xfb\x8d\x20\x9b\xc0\xb9\xcc\x88\x54\xf0\xf4\xa9\x4e\x3f\xdb\x3a\x77\x4e\x03\x46\x66\x97\xbf\x20\x35\xd8\xcf\x83\xee\x31\xb8\xe3\xd9\x6c\x42\xc3\x75\xef\xa0\x10\xff\x68\xea\x5e\x35\xac\x47\xc7\x97\xc0\x85\x39\xe7\xf3\x79\xf9\x6e\xe2\x5a\x1b\xf6\x24\x75\xca\x59\xde\xb4\x3d\x65\xcb\x0e\xcd\x86\x21\xe0\x6a\x33\xc0\x2a\x5b\xf8\xf5\x1f\x9e\x96\x98\x00\x3e\x2b\x31\x01\xf4\xef\x5b\xcf\xfc\xa6\x6f\x7e\x2b\xbc\x67\x7e\x2b\xbc\x55\xcf\x59\xed\x03\x78\x95\xb1\x1a\xb8\x58\xaf\x30\x56\x2b\x4a\xcb\x15\xfe\x02\xe8\x0e\xc8\x2e\x81\xb2\xcc\x3a\x82\xa1\x14\xfb\xcc\x1a\x44\xba\x79\xb7\x9f\x45\x01\x5c\x86\x1f\xa4\x99\x70\xa0\x68\xbf\x02\x76\x20\xfc\x08\x62\x1a\xbe\xb9\x59\x8d\xc5\x04\x73\x50\xc1\x4c\x3e\xa5\xd7\xc5\x41\x9a\xcd\x82\xa2\xa0\x59\x25\xca\x0a\xf0\x6a\xbd\xc9\xb3\xd5\x8a\x93\x67\x8e\xe6\x04\xed\x21\x16\xa4\xce\x59\x2d\x97\x3d\xf3\xca\x65\x7c\x34\x7f\xa4\x09\xcd\x84\xb4\xe5\x19\xec\x97\xee\x32\x73\xc5\xa2\x0a\x65\x0f\x62\xe7\xe6\x12\xb0\x6e\x10\xbe\x72\x6e\x10\x74\xb5\xa9\xb4\x53\x57\x12\xb7\xa1\x00\x34\x60\xa7\x72\xe0\xac\xde\x61\xd9\x66\x2d\x9b\x8f\xa9\xd0\x11\x62\x13\x88\x15\xc6\x3f\x95\x06\x1d\xbc\x13\x5d\xf1\x6f\xd3\x2f\xe0\x37\x7d\x67\x51\xf9\x0b\x67\xaa\x1b\x61\x0f\xcb\xf0\x58\x64\x78\x2c\x37\x2a\x0c\x91\x40\xe9\xa9\x8d\x0f\x08\x5a\xe1\x5d\xe2\x59\xd3\x6a\xa5\x75\x3d\x8b\xdb\x07\x07\x2b\xb2\x5b\xb6\x90\xad\x12\xee\x82\xeb\xae\x5a\xb7\x08\x83\xb0\x1f\x43\x9c\xeb\x6c\xf3\x9c\xc9\x63\x7e\x5e\x06\xf6\x88\x68\x23\x1a\xd7\xa7\x15\x2e\x45\xb6\xdb\x48\x55\xbc\xd9\x24\x53\xbf\x1b\x01\x73\x86\x02\xdb\xd5\x4f\x2f\xf4\x02\xb7\x45\x0b\x7b\xb6\x63\x61\xab\x8b\xce\xd7\x5a\x58\x30\xf6\x08\xcd\xde\x45\x8f\x75\x82\xdb\x1e\xfb\x96\xd5\x67\x34\x21\xbc\xe8\xdc\x77\x21\x01\x7e\x73\x1d\x55\x2e\x94\x4a\xf3\x26\xb9\x8a\x10\x11\xd7\x9b\xd3\x5c\xa4\x93\xcb\x8f\xb4\x4a\x30\xac\x6b\x6e\x68\x6f\xb9\x8d\xa6\x33\x04\x0d\xcf\xf8\x8b\xc9\x83\xd5\x6a\x60\x8c\x28\x3a\x84\x1a\x22\xac\xda\xe4\xcc\x55\xb8\x0c\xb9\x4a\xd9\xd9\x08\xbc\x27\xd2\xe5\xcc\xb2\xce\x07\xd0\xba\xf2\xb6\x1c\x04\x1b\x7e\x81\xe5\x3d\x34\xb2\xd1\x78\x4c\x1f\xe0\x8f\x66\xef\xf1\x3f\xc1\x99\xf8\x9f\xde\x82\x64\x3d\x3f\xdc\xff\x75\xa6\x23\x03\xf3\xd8\x87\xed\x19\xac\x03\xa1\x15\x2d\x4f\x09\x2f\x19\x1d\x5b\x52\x8b\x92\x2c\x20\x6f\x6a\x6e\x34\xda\xbb\x31\xcb\xe4\x5f\x2a\x53\xb9\x61\x66\x79\x5a\x63\xcc\xea\x0b\xe2\x38\xbd\xda\xcb\xd2\x3c\x57\x17\xff\x3a\x49\x23\x58\xe4\x53\xb8\xf2\x95\x30\x32\x41\xe1\x29\xa6\x34\xcb\xa7\x69\xcc\x8e\x14\x1f\x16\xb3\x21\xcd\xea\x12\x46\xc7\x94\xb9\x0c\x62\x71\xd2\xab\x3c\x04\x06\x76\x00\x04\x51\x96\xdf\x0d\x8c\xe3\x08\x3c\x97\x68\x64\x28\xf6\xcc\x13\xd4\x9f\xa7\x4f\x25\xc9\x9e\x88\x47\xb4\xca\x1f\xb2\xb9\xd5\x19\x21\x6c\x45\x91\x57\x64\x93\x81\xa3\x16\x6b\x77\xc5\x02\xa4\x45\xb6\xce\xc9\x37\xba\xe7\xc6\x71\xd1\x6a\x6c\x75\x49\xdb\xbf\x13\x6a\xc7\x8e\xe5\xc1\xb9\xc5\x55\x02\xa8\x5d\xaf\x6c\xec\xdf\x30\xec\xad\x87\xb4\xcb\x2e\x69\xf0\x7a\x83\xd1\x57\x9f\xc4\x51\x1d\x68\x1c\x97\x6a\x75\xc8\x29\xf0\x50\xbb\x2a\x28\xff\x10\xb3\x2a\x28\x28\xc1\x54\x85\xc7\xe2\xfa\xe3\x21\xd6\x53\x06\xc6\xdf\xdd\x78\xca\xe3\xc7\xdc\xb8\xdd\xe9\x7b\x6e\x09\x06\xab\xae\x09\x70\x21\x11\xc0\x0b\x34\x71\xb8\x8a\x3d\x94\xae\x4f\x3d\xb8\x64\x84\xcf\xdf\xca\x67\xcd\x07\x4a\xc3\xc3\xf4\x32\x4a\x26\x72\x59\xe3\x1a\x6c\x1c\xf8\xea\x4a\xba\x06\x87\x47\x9e\xeb\x5e\x0c\x49\x7d\x96\xad\x61\x5b\xcf\x79\xb7\x2c\xa5\x4b\xe8\x37\xa6\xa6\x62\x1d\x3d\x18\x7e\x83\x3d\xc8\x3f\xcc\x98\x6d\x6a\x9c\xf5\x85\x02\x52\x9d\x7e\x25\xe4\x3d\x0c\xd9\x9e\x78\x9e\xcf\x5a\xce\x28\x59\xa3\x50\x2c\x5e\x43\xf9\x87\xd8\xcf\x13\xe4\x7f\xe0\x0f\x34\x89\x93\x16\xe4\xac\x6a\x47\x8a\x35\xed\xe1\x46\xe9\x02\x74\x13\xbc\x15\xf0\x65\x1e\x45\xb1\xab\x42\xf3\x44\x8a\x1d\x1c\x22\x33\xb8\x28\x89\x8a\x28\x88\xe5\x44\x84\x59\x22\x82\x6d\x72\xf7\x0a\xde\x70\x9b\xfc\xbf\xbc\x35\xdf\x90\xad\x46\xa3\x61\xb9\xd4\x77\x6f\x09\xb4\x1a\x7e\x89\x43\x95\x5a\x16\x7e\x35\xfc\xad\x2f\xf4\xcb\x0c\xfb\x70\xeb\x1f\xdb\xb6\xcf\x60\x3f\xbe\xb0\x01\x97\x66\xd8\x00\x75\x54\x35\x45\x1e\xcf\xe5\xa2\x73\xf0\xe8\x92\xc8\xd0\x7b\xa4\xf3\x5c\x18\x2d\xba\xf3\x01\x13\x2f\xa3\x23\xee\x47\x50\xf0\x8f\xcd\x73\xe0\x14\xdc\x96\x61\x93\x74\xdd\xed\xb4\xda\x6e\x11\xcf\xc4\xa6\xee\x17\xab\xa4\x2b\xfe\xb5\x64\x30\x59\x85\x9e\xac\xe4\x7f\xa0\x29\x9f\xd8\xa2\xff\xeb\x2c\xf9\xca\x5c\xbe\xdd\xc3\xe1\xdb\xff\x5a\x0c\xfe\x39\x2d\x06\x57\xdf\xc1\x94\x5f\xc1\xac\xb0\xf1\x7b\x80\xd5\xe0\x03\xed\x13\xff\x00\x6b\x42\x86\xf7\xbe\xe6\x71\x6b\x9b\x29\x8e\x16\x59\x46\x13\xd3\xca\x87\xb5\x57\xdb\x09\xaa\xd8\x3a\xb8\x3d\xb8\x98\x1d\xe3\xe5\xd2\x77\x43\x59\x66\xac\x77\x29\x3d\x3c\xd9\x46\x0b\xcb\x86\xe3\xbe\x23\xa1\x57\x50\x9c\xcd\x0b\xa3\x01\xd6\xee\xe5\xd7\xb4\x56\xdd\x56\xfa\x9b\x60\x59\x29\x20\xab\x41\xd1\x8e\x7f\x27\xab\x41\x3c\x7a\xeb\xdb\xe7\xe5\x96\x6d\x9e\x13\xbd\x86\xcb\x6e\x12\x93\x34\x46\x44\x0e\x90\x09\x39\xab\xf1\xdd\xb7\xd6\x24\x35\xbe\xd5\xd6\xce\x3d\x5e\xc1\xa2\x82\xce\xac\x91\xe3\x71\xc8\x83\x82\x9e\xb1\xcc\xf3\x92\xe3\xbe\xfc\xb3\x9a\x21\xca\x08\x93\x1a\xfe\xf5\x12\x97\x58\x5a\xe3\xac\x3f\x59\xbd\xd8\x2b\x83\x85\x59\xf9\x67\xf0\xb8\x01\x56\x94\xb3\xcb\x78\x35\xfa\xe6\x5a\x0c\x83\x22\x58\xf7\x8a\x5e\xda\x6b\xaa\x01\x32\x16\xb5\x69\x33\xc9\xf0\xda\x21\xb2\xfe\x2b\xec\x25\xfd\xb3\xd9\xbe\xa7\x2c\x33\x95\x32\xa4\xd6\x7b\x59\x44\xda\x71\x9d\xfe\xab\xcc\x21\x3d\x27\xf3\xea\x83\x39\x42\x5e\x62\x1d\x79\xcf\x53\xba\x6f\xa2\x7a\xce\x6b\xa5\x35\x1a\x77\x24\x5c\x78\x2e\x85\x75\x04\xfc\x52\xe5\x40\x29\x8a\xb5\x15\x06\xf7\xd4\x15\xe0\xa0\x71\x25\x1a\x83\xf2\x36\xf9\x07\xdf\x67\xfb\x26\x0f\x12\x1a\xad\x7b\xe8\x29\x59\x63\xf7\xb4\x4e\x6d\x12\x14\x9e\x02\x07\xa6\x58\xdf\x6a\x75\xc5\x6d\xfc\x8a\x5d\x68\x16\x5c\x9b\x4f\xd9\x98\x5c\x72\x77\x47\xb6\x36\xad\xfb\xc5\x28\xb1\xe0\xa2\x84\xc1\x6d\x7a\xde\xf0\xb9\xb1\x70\x44\x04\x10\x7d\xfe\xd5\x0e\xf8\x5a\xca\xe7\x5c\xd7\x17\xcb\x10\x97\x42\x3e\xed\x58\x32\xc0\xdb\xb6\x96\x20\xea\xa9\x4e\xb5\x94\xeb\x34\xa1\x40\x60\x9f\x5e\xf5\x01\xa6\xbd\x6d\x80\xc9\x25\x4c\x45\x01\x89\x34\x4a\xbe\x04\xa9\xe1\xd8\x70\x16\x25\xda\xb1\x21\xeb\x5b\x47\x18\xde\xb9\xa7\xa3\x0e\x78\x7e\x83\x1b\xc8\x06\xb8\x3d\xf1\xf9\xe4\x53\x6b\x08\xb5\x60\x3d\x61\x0b\x85\x71\x50\x0d\x52\x4d\xbc\x24\xdf\xf0\x76\x37\x15\x89\x79\x4b\xf8\x4f\x47\x00\x33\x37\x66\xbc\x78\xad\xc6\x8c\xdc\x70\x87\x32\x50\x33\x37\x9f\x43\x1a\xc1\x73\xa3\x96\x87\xc5\x29\xf4\x09\x00\x7e\x23\xd8\x2a\x66\x40\x6c\x41\xd3\xe3\x54\xbd\x4c\x7c\xbf\xdf\x36\xe6\xb5\x35\x16\x4c\x18\xab\x2b\xcb\xf8\x6e\xb5\xd5\x39\x3b\x61\x9e\xa6\xe6\xee\xf5\xbf\x86\xe5\x7f\xac\x61\x79\xd3\x9c\x74\x15\x5c\xdb\x12\xa8\xf0\x5c\xb0\x90\x28\xbd\xb6\xa5\xd1\xc6\x78\xd0\xac\x32\xef\xa2\x94\xe7\xdb\xd7\xa2\xb8\xd0\xec\x49\x83\x04\x3b\x9c\xea\x7a\x56\xee\xce\xa9\xc6\xbe\x2b\x29\xd5\x54\xaa\x99\x86\x2b\xf2\x98\xb3\xc9\xf6\x19\x59\x72\x0d\x97\x12\xcb\xa7\xe0\xf4\x32\xb1\xb5\x8c\xea\xf9\xf1\xee\x20\x4b\x67\x72\x72\xc1\x3c\x00\x9b\x1c\xe3\x79\x80\xb3\xfc\x9a\xbe\x72\x7f\xac\xc1\xbc\x71\xde\x28\xad\x09\xcb\xbd\x55\x15\x7a\xe4\xe3\x92\xeb\xb4\xb2\x26\x78\xc5\x6f\x2c\x76\x8c\xd3\x8c\x8d\x4b\x46\x22\xd2\x23\x5b\x2f\x49\xe4\xbb\xb4\x65\xc9\xdf\xf4\xc8\x96\x13\x74\x45\x58\xdb\xa3\x58\xb8\x0d\xdb\x41\x94\x51\x73\xb4\xe2\x3c\xc8\x70\x2a\x67\xc5\x02\xa7\x81\x42\x5c\xf2\x0a\x5a\xec\x90\x2a\x60\x0d\xd8\x30\xcd\xae\x30\xbe\x1e\xd9\xaa\xb0\xa9\xc7\xb0\xab\x06\xd5\x3a\x8c\x54\x8d\xeb\x3a\xe7\x16\x1f\xf7\x5f\xc1\xf9\xcc\xcb\xd5\xaf\x4a\xd7\xab\xba\x66\xc0\x70\x3c\xd1\x3d\x77\xea\x66\x82\x8f\x48\x87\x1e\x72\xc1\xee\x16\xa7\x53\x7a\x12\xcc\xa8\xb4\xb7\x2d\x1d\x3e\xb6\xfe\x7d\xc3\xe5\xa8\x6b\x2c\x94\xca\x00\xe2\x8c\xb7\xb5\x1c\x93\x31\xde\x6e\x2f\xac\xae\x2e\x57\xd7\xab\xaf\x9c\xca\x7a\xb5\xa2\x4a\xf9\xfa\xa3\x94\x28\xaf\xcd\x79\xd9\x25\x36\x48\xc5\x2c\xb5\xaa\xfb\x3d\xdf\xeb\x94\x71\xbc\xb3\xcd\xf3\xdf\xf3\x2d\xcd\x9a\xbc\x0e\xd3\x23\x3f\x73\xd8\x98\xd1\x44\x7d\x7f\x45\xc8\xd7\xe4\x18\x4a\xe6\x24\x48\x48\x00\x66\x71\xe9\x98\x1d\x90\xf2\x68\x18\x53\x19\x35\x67\xce\x66\x43\xde\x24\x45\x70\xc1\x06\x35\x4a\x8a\x94\x04\x23\x7e\x69\x3a\x4c\x8b\xa9\x42\xf6\x19\x7c\x8a\x7d\x86\x28\x30\x9f\xf3\x82\xce\x3f\xb7\xc9\xe9\x14\x9c\x78\x2d\xe2\x82\x44\x39\x19\x05\xa3\x29\x0d\x65\x20\x31\x79\xb3\xe5\xa3\x1a\x4c\xc1\xf2\x1b\x0e\x05\xe1\x7d\xef\xb1\xf2\x4d\x87\xc7\xe9\xf2\x33\x8f\xd3\x65\xd7\x97\xf2\x33\x4f\xd0\xbd\x87\x9a\xec\x9b\x5b\x15\xa3\x8c\x6c\x70\x94\x14\x34\x4b\x82\x98\x77\x71\x8f\x65\xd9\x37\x0f\x1c\xfe\xee\x8e\x17\xe4\x6d\x87\x85\xca\x7f\xa9\x0c\xe8\xc2\x13\x11\x55\xcf\x73\xbc\x66\x15\x70\xe5\xa7\xa3\x8b\xe4\x1e\x32\xb3\x8b\xdc\x77\x2a\x13\x58\x9d\x27\x4a\x68\x67\x9d\x0b\x86\x38\x8b\x92\x97\xe2\x63\x07\x8e\xd9\xf2\xeb\x1b\x4f\xab\x08\x1c\xdf\x75\xab\xce\xe0\xe3\x1c\x14\x6c\x91\x11\x3a\xce\x0e\xe0\xeb\xeb\x19\xe9\x19\xfe\x76\x31\x62\x7e\xd3\x3f\x0f\xb2\x9c\x1e\xc4\x69\x60\xc4\x2f\xe6\x70\xed\x3c\xcd\x0a\x74\x4a\x0c\x9a\x64\xe8\x3f\x28\x06\xa4\x45\x86\x65\x17\x09\x65\x23\x8a\x2f\xac\x49\x95\xe7\xc6\x12\x7f\x9d\xbc\x91\x5d\xf1\x2f\xaa\x7c\xd5\x5b\x39\x4f\x5b\xda\x1c\x49\x25\x2b\xe3\x12\x67\xe9\x8a\x5c\x2d\x90\x7a\x16\xea\x33\xff\xa5\xe0\x43\xb4\x53\xb8\xfc\x43\x35\x82\x86\x5d\x0f\x3e\xff\x54\x1c\x6c\xbc\xc7\x24\xa4\x7a\x10\x07\x1f\x47\x8f\x28\xdb\xf9\x93\xf9\xf4\xc4\x5a\xe7\xa6\xe1\x26\x2c\x39\xb0\x00\x72\x2f\x71\x18\xcc\xc9\x22\xcb\x44\xd0\x31\x8e\x36\xaf\xeb\x96\x34\x51\x75\xce\x1d\x8f\xae\x4b\xdb\x62\x1a\x75\x68\x3c\x8f\xb4\x2c\x8c\xbe\x23\xec\x70\x13\x7e\x34\xb6\xd5\xe2\x4b\xcb\x01\x89\x4f\xf1\x22\x95\xd4\x1a\xb5\xc7\x42\xc5\x9b\xb9\x42\x77\x6b\x8a\x49\x55\x33\x1b\xa2\xa4\x5d\x24\xe9\x15\xdc\xc5\x0d\x63\x3a\xeb\x92\x21\x1d\xb1\x53\x3d\x91\x3a\x78\xb6\x11\x06\xf9\x4d\x32\x6a\x1a\xa5\xf2\x94\x14\x59\x34\x99\xd0\x8c\x07\x43\xe2\x2e\xa8\xa2\xe4\x32\xbd\xa0\xa2\xf5\x59\x2d\x27\xdc\x3a\x2d\x80\xff\xe7\x56\x26\x38\x0f\x6e\x63\x48\x91\xa6\x84\x06\x59\x7c\x63\xd6\xc0\x9b\x61\x5e\x97\x00\x26\xc3\x0c\x0c\xc8\x18\x5d\x52\x72\x95\xa5\xc9\x44\x58\x0c\x19\x78\xa6\x34\xe3\x5e\xb0\x54\x8f\x46\x41\x1c\x0f\x83\xd1\x05\x29\x52\x32\x0d\x46\x17\xff\xe7\xff\xff\xff\x86\x8b\x82\x24\x69\x41\x68\x4c\x27\x41\x52\xd8\xb3\xd5\x63\x7e\xa6\x89\xef\xb0\x4f\x7d\x7d\x51\x15\xb7\x97\xb3\x14\x23\xdc\x84\x1e\xed\x73\x5f\xcc\xce\x2f\x7b\x6c\xee\x5f\x72\xa5\x1c\xb2\x64\x85\x8a\x83\x8a\x1b\x3d\x03\xeb\x38\x0c\x35\xcb\xb9\x79\xc5\xa2\xcd\xbc\x11\x69\x0d\x5b\x6f\x09\x5a\x4c\x33\x5a\x69\xef\x2d\x01\xc3\x28\xa3\x23\x71\xb1\x65\x2b\xeb\xbd\xd6\xc7\xfa\x95\xb7\xa8\xc1\x18\x1a\x8c\xee\x9b\x2d\x08\x13\xcc\xea\x65\xb3\x05\x22\x43\x96\x9c\x48\x2e\x85\xe6\xdc\x63\x87\xbd\x4e\x4d\x2d\xb3\xa6\x98\x8e\xcb\x2a\x42\xa5\x7a\x3d\xb2\x79\x0f\x83\x0a\x0f\x07\x27\xdf\xe8\x56\x58\x44\x1d\x8f\x4f\xd3\x0f\xf4\x9a\x09\x45\xba\xca\xaf\x15\x49\xd1\x64\x55\x47\x78\x5b\xee\x53\xbc\x5e\x18\x0e\x0d\x1d\xde\xde\xd4\xb8\x9b\x68\xc4\x5b\xa8\xfe\x86\xcd\xb1\x40\x59\xc9\xf8\x06\x49\xb3\x68\x12\x25\x41\x2c\x46\x34\x1a\x03\xfd\x40\xee\xcf\x49\x34\x93\x67\x03\xa3\x74\x69\xe4\xee\x24\x6d\xcd\x83\x2c\x98\xb5\x32\x1a\xe4\x79\x34\x49\x6c\x8e\x8b\x76\x47\x2f\x0d\x30\x95\x54\x57\xd6\x5f\x9c\x2b\xec\xaf\x3c\x64\x9c\xba\x24\x0c\x20\x92\xad\xb5\x2e\x25\x99\xbc\x6a\x50\x73\x7d\x5a\x36\x37\x0e\xa4\x84\xbd\x9a\x46\x31\xc5\x73\xf1\x6b\xd3\xf0\x86\xb4\xcc\x5a\x1b\x64\xc7\x6d\x9b\x7f\x96\x1c\x25\xfc\x48\x5f\xde\x4d\xfb\x72\x03\x76\x8b\xa4\x56\xf0\xd5\x23\x26\x36\x4d\xd2\xc5\x04\xd6\x12\x37\x1a\x24\xc5\x94\x92\x84\xd2\x90\x86\xe4\x33\x6f\xca\x67\x32\x09\xe6\x10\x47\xfa\x8a\x5a\xf8\xc4\x1c\x8b\x8a\x5c\x07\xe0\x2f\x52\xc0\x61\x4e\x3a\xab\xdc\x43\x66\x97\x67\x7e\x19\xb4\x7b\xe9\x91\x56\x4c\xcb\x6a\xeb\x48\xb1\x6a\x10\x45\x11\xd6\x5e\xd6\x21\x41\xb0\xab\x20\x07\x02\xd2\x70\x6d\xda\x61\x4f\x6b\x52\x68\xcf\x56\x38\xb5\x70\x07\x7a\x8d\x29\xbf\xc6\x9c\xb0\x6c\x39\xe4\x89\x4a\xde\x31\xca\x03\xf8\x4b\x07\x4a\xda\x2b\x88\x73\x94\x14\xe9\x4c\xaa\xb9\xce\xcd\x3e\x3a\x65\xf9\x87\xc9\x50\x31\x3b\xb4\x4a\xbd\x52\x55\x0a\xe5\xc7\xdd\x9d\x8d\x78\xc7\x62\xef\x30\x31\x41\x2b\x01\x23\x22\x9e\x68\x92\x34\x93\xc1\x21\x48\x70\x19\x44\x31\x6c\xb0\x80\xbb\x89\x17\x46\x90\xdc\xcc\xd2\x8c\xda\xbb\x45\xb9\x95\xfe\x7d\xf7\x0c\xec\x12\x90\x77\xed\xcc\xec\xd0\x1f\x21\x0b\xdc\x6b\xdb\x32\x9c\xec\xfd\x01\x5b\xd7\x28\x5d\xc4\xa1\x1a\x10\x86\x4b\xcd\x64\xe0\x42\xe4\x2a\x55\xb9\x60\xfb\x9c\x26\x94\xd0\x88\x49\xce\xab\x86\x4d\x4b\x0f\x6a\x49\xcb\xbc\x7b\xf2\x25\x4d\x09\x87\x2f\xb9\xf1\xeb\xd6\x5d\xf6\x0f\xf4\x65\xe3\xb9\x4e\x41\xfa\xf0\xed\xf2\x63\xb7\xf9\xe2\x45\x80\xdb\x4f\x1a\x49\x89\x3e\x7e\xbb\x44\x67\xb9\xc6\x33\x03\xeb\xce\xae\xf4\xc6\xce\xb4\xe4\x77\x1f\x22\xe8\x15\x61\x1c\xee\xca\x09\xfc\x70\x87\x33\xcf\xab\x8c\x9d\x81\x1e\xcf\xee\x47\xe7\x67\xeb\xd2\xf9\x99\xef\x1e\x0c\x47\x96\xbf\xb7\xa3\x9b\xe7\xf7\x72\x74\x53\x12\xe7\xde\xef\xe8\xe6\xf9\x7d\x1c\xdd\x3c\x2f\x75\x74\x63\xc3\xad\x54\xbf\x3e\x77\x3c\xa6\x54\x47\xe1\x5f\xdf\x01\xca\x73\xdf\x38\x95\x39\xd3\x79\x7e\x6f\x67\x3a\xcf\xef\xe9\x4c\xe7\xf9\x0a\x67\x3a\x3f\x66\xe9\x62\xae\x1c\x60\x38\x03\x5f\x06\x57\xe1\x58\x67\x5d\x8c\x3e\xe0\x35\x9c\xec\xac\x81\x7e\x65\x21\xd3\x40\x06\x9e\x78\xe4\x4a\xa6\xab\x34\x78\xc2\xef\x81\x9e\x1b\x2e\x65\xb0\x25\xbb\x81\x9f\x8f\x17\x8e\x37\xb7\x86\xf3\x18\x0f\x86\xf2\x16\xda\x56\x50\x97\x2b\x42\x5f\x0a\x8f\x13\x7a\xbe\xc8\x29\x72\x16\x9d\xdb\xc6\x79\xf2\x78\x2c\xd6\xe3\xdd\x9d\x01\xec\xf5\x51\x46\xdc\x0a\x0c\x7f\x65\x1e\x5d\x3d\xf2\xea\x83\xd4\xad\xf8\xce\x5c\x10\xbe\xc2\x3b\x8f\xe1\x56\x04\x85\xf4\xbb\x6f\x1c\x3f\x6b\xbc\x9a\xb0\x0d\xdf\x27\x96\x9e\x83\xa0\xbf\xd1\xea\x6f\x34\x64\x76\x04\xef\x0c\x1f\x07\xad\xa4\x1b\x8f\xfb\x27\x3e\xec\xa0\x7b\x7e\x16\xff\xc0\x38\x64\x95\xee\x85\x6c\x6f\x45\xf9\x59\x74\xee\x3e\xcd\x31\xdf\x0d\x2a\xb7\x41\x91\x97\x9b\x75\xad\xc9\x64\x73\x7e\x37\x86\x94\x37\xda\x54\x65\xf8\xb4\x4a\xaf\x48\x5e\x57\x40\x56\xb7\x56\x7b\xff\xb1\x39\x07\x7e\xf8\x65\xf9\xff\xd1\xe1\x81\xf8\x9f\xcf\x4b\x92\xc5\xcf\xec\xf6\x54\x3b\x4c\x5a\xa3\xf0\xfa\xbe\x93\x5c\x64\x68\x99\x97\xf2\x44\x15\xd7\x53\x30\xb4\x3c\x8e\x46\xe0\x09\xa9\xb5\x65\xbf\xbf\x1d\x34\xf9\x04\xa9\xe2\x70\xdb\x0e\x8b\x8b\x48\x4f\x3c\x6d\xc7\x06\x04\xa8\xf2\x92\xf8\x9f\x78\xf9\x6d\xaf\xe6\x16\xdb\x55\x51\x34\x95\x03\xa3\x35\x96\xfa\x6a\x44\x06\x0b\x41\x38\x11\x8e\x07\xc5\xd7\x74\xbd\x33\x19\x8c\xd4\x24\xd6\x7d\x38\x45\xe5\x92\x5b\x11\x8b\xce\x61\x23\xa0\xf3\x35\x40\x4c\xc7\x4c\x6c\xe2\x91\x56\x15\xbc\x58\xc5\xc8\xbb\x15\x77\x12\x60\x00\xf1\xa0\x5d\xab\x66\xf0\x0a\x6f\x4c\x79\xb9\x3b\x26\x7d\xee\x30\x8e\x1d\xe7\xce\x8b\xdb\x09\x2d\xde\xd2\x2c\xba\x14\xaf\x89\x0e\xb2\x74\x06\xaf\xfd\xaa\xcc\x21\xbc\x05\x64\x90\x35\xfb\xa5\x99\x78\xbc\x68\x3d\x1c\xe3\x2f\x17\xc5\x83\x46\xf7\x2d\x63\xe9\x33\xc6\x4a\x87\xa4\xbe\x37\xec\x77\x77\xa4\xd4\x66\xcf\xb8\xbb\x5d\xe3\xb9\xfa\x3a\x27\xc9\x92\xad\xc7\xf7\x68\xfd\xcb\xcc\x3e\xd1\x4f\x4c\x6a\xc3\x88\x5d\xa8\xa6\x4c\x0b\x75\xdf\x1b\x33\xa9\xe0\x12\x10\x6c\x1d\xdd\x54\xd1\x41\x51\x82\x7b\x8f\x35\xcc\x94\x2c\x03\x78\x7f\x39\x57\x4e\x13\x3f\x9c\x77\x80\xf7\x1f\xa4\xf5\x86\xa9\x64\xa0\xca\x86\xaa\x6c\x2c\x6c\x0b\x7b\xef\x35\xb2\x6c\xcf\xc3\x42\x25\xac\xfd\xda\xc7\xf6\xb6\x26\x9d\x1f\x79\x9d\xad\x79\x63\x86\xb1\xff\x83\x52\x56\xbc\xca\x1a\x24\xd6\x5e\xaa\x5c\x33\xfe\x24\x34\x16\xac\xb4\x64\xd0\x47\x7d\xb5\x8f\x02\x05\x4a\xa5\x1f\x8e\xf4\x07\xc2\x1d\x4b\x84\xed\x01\xe7\x68\xc1\xec\x8c\xf3\xce\x32\xa1\xc4\x05\xf0\x49\x1f\x06\xd4\x4a\xf1\x82\x41\x73\x8f\x44\x55\x2e\xe9\x84\x73\x9f\x8d\xe6\x06\x7f\x31\x33\xc6\xae\x5c\xb2\x60\x5c\x97\x97\xd5\x62\x7e\x8a\x71\xf9\x26\xa7\xc5\x69\x34\xa3\xe9\xa2\x50\x10\x4d\xb2\xf5\xad\xe9\x04\x69\x64\xa2\x1b\x05\xe3\x7a\xb2\x98\x99\x98\x46\x31\x0d\x32\x89\x8a\xe5\x2a\x0c\xe0\x1a\xfb\x66\x4e\xd3\x31\xb9\x8a\x92\x30\xbd\x02\x83\x8e\x9a\x7a\xe4\x5a\x23\x4f\x9f\x92\x5a\x46\xff\xb5\xa0\x79\xb1\x9b\x44\xb3\x80\xd5\x72\x90\x05\x33\xce\xa5\x79\x21\x59\xdb\xca\x9e\xa9\x16\xf1\x72\x6d\x2f\x62\x5d\x08\xa6\xad\xf4\xd3\xe2\xe9\xa8\x75\x41\x6d\xe2\x1e\x05\xc9\x88\xc6\x16\xea\x29\x32\x36\x61\x88\x97\x92\x8c\x59\x30\xfe\xf4\xe9\xdd\x5b\x71\xbb\x2c\x52\xde\x01\x37\x49\xe8\x15\x39\x0c\xe6\xc2\x3d\x8e\x6e\x40\x4c\x83\x64\x31\xaf\x47\xa1\xee\xfe\xbb\x30\x6f\xf3\x38\xa1\x2c\x59\xe2\xb7\xe6\x86\xc2\x70\x95\x05\xf3\x39\xcd\x8e\x5d\x3a\x81\x58\x18\xf1\x03\xe2\x63\xb8\xf3\xe6\x22\xa7\xec\xa3\x32\xb5\x06\xc9\x34\x24\x3d\x99\x63\x7b\xb4\x62\xad\x3a\xa6\xe3\x7a\x4c\xc7\x30\x13\x73\xc3\xc5\x99\x4a\x75\xee\xa8\x3b\x1d\xb2\xc7\xa8\x43\x16\x73\x99\x84\xa8\x05\x77\xe0\xa7\xdc\xb0\x44\x33\x3f\x49\x01\x75\x7b\x63\xf3\xf8\x4e\x87\x80\xca\x3f\x0b\xc6\x78\x77\xce\x68\x10\xbf\x13\x7d\xf0\xbb\xc9\x21\x6e\x3f\x98\x38\x66\xec\x8e\x0c\xfb\x9b\x28\x09\x01\x1d\x4c\xe4\x28\x44\x8c\x99\x8f\x6c\x4e\x8b\x7a\x14\x36\x45\x95\x26\x53\x95\x73\x94\x57\x04\x63\xc7\x01\xc4\xa4\x8c\x42\x39\x1b\xf4\xa8\x8b\x29\x6a\x38\x76\x52\xb3\xc9\xee\x1b\x6b\xc0\x04\x1a\xc0\xf1\x4a\x82\xe2\xc6\xc8\xe5\x1e\x8c\x51\xf2\x92\x31\x9e\xb2\x29\x38\x4a\x93\x22\x88\x92\xbc\x9e\xa5\x69\xd1\x24\xf2\x86\x0d\xa4\x31\x96\x64\xaf\x2d\x7d\x1f\x61\x3a\x72\x63\xb0\x6d\x85\x0c\x9e\x7c\xa1\x28\xa9\xb0\xaf\xbc\x3d\x3a\xc4\x5e\x18\x5b\x61\x3a\xab\xc1\x06\xf3\x75\x3f\x51\x76\xbf\xac\xe6\x80\x24\x69\xc8\x6d\x92\x08\x2b\xc4\xbe\xda\x64\x9f\x4d\x06\x30\x40\x92\xb6\xc5\x37\xe4\xf3\x38\x4a\xc2\xb7\x47\x87\x1f\xd2\x90\x7e\x66\x58\x3a\x55\xcb\x0d\x01\xd7\x19\x4e\xd4\x57\x5e\x61\x92\x17\x6c\x40\xd2\x31\xf9\xe9\xf4\xf0\xbd\x38\x90\xd8\x14\x60\xa0\x1e\x02\xc8\x2e\xb6\x9d\x5a\xac\x80\xb1\x82\xdb\xae\xe1\xec\x13\x00\xb1\x27\xcb\x5b\x12\xe5\x87\x74\x96\x92\xa5\x41\xc8\x08\x1c\x46\x8a\x5e\xa3\xde\xf2\xa9\x98\xd1\x71\x93\x58\xdd\x15\x6d\xc8\xe8\x18\x96\x6e\x4d\x16\xaa\xa1\xce\x8e\x55\xeb\x0d\x93\x3c\xd1\xfe\x3a\xb8\x9b\x84\xc2\x5c\x3e\x81\x8d\x82\x21\x64\xfb\x85\xb8\x9b\x86\x1d\x42\xfb\xa5\x04\xac\x6d\x91\xc7\xf8\x2a\xa2\xe4\x52\x4f\x84\x43\x9a\x81\xc9\xd7\x38\xe7\x86\xdd\x69\x02\x5f\xe8\xfa\x28\x25\xf9\x62\x0e\xbd\x65\xe9\xf3\x20\xcf\xa3\x64\xd2\xb6\xc7\xdf\x74\x11\x93\x53\x46\x0c\xd1\x12\x65\x10\x3c\x88\x69\xe2\x61\xb1\x4d\x5e\x3d\x67\xfd\xdc\x40\x93\x41\xb2\xe3\xed\x05\xbd\x81\x3d\x82\xff\xda\x01\x0c\xfc\xe3\x9b\x6f\x70\x3f\xf3\x33\x96\x76\x8e\x91\xf3\x14\xcf\xdc\xd1\xab\x1f\x8d\x13\xc7\xe2\xf1\x53\x81\x09\x4a\x3c\xc3\x2c\xd9\x92\xb1\xc9\xd9\x34\x11\x04\x3c\x16\xc3\x7c\x94\xd9\x5e\x12\xf9\x25\xcd\xcd\x9c\x7e\x35\xcf\xd2\x22\x65\xbf\x9a\x64\x60\xc1\x42\x1e\xf2\x96\xc8\xa0\x48\x4f\xcc\x52\x17\xf1\x6b\x62\x25\xb5\x59\x01\xf8\x0f\xe9\x7a\xf3\x80\x2f\x1f\x38\xbe\x7e\x00\x56\x7b\xeb\x14\xd3\x99\xd7\x6e\xcc\x67\x36\x1b\x9f\xd4\xeb\x56\x47\x48\x0f\x60\xdb\x2a\xa1\xa1\xad\x69\xef\xee\xec\x6e\x43\x1e\xf7\xd8\x46\x5e\xcb\x1f\x5d\x1b\xaa\xfd\x7f\xd9\x7b\xfb\x2f\x39\x8a\x23\x51\xf4\x5f\x49\xe9\xea\xaa\xab\xad\xfe\x9a\xd1\x07\x30\xc3\xc0\x0a\x69\x30\x3a\x46\x1f\xab\x11\x20\xbd\xe9\x59\x4d\x4d\x57\x76\x77\x69\xaa\xab\xca\x55\xd5\xd3\xd3\x52\xcd\x39\xd8\xc6\x60\xaf\x25\xe4\xbd\x17\x63\x96\xcb\x2e\xc6\x8b\x6d\xde\xee\x5d\x89\x5d\x7b\xd7\x08\x04\xfc\x31\x4f\x3d\x23\x7e\xe2\x5f\x78\x27\xbf\x23\xb3\xb2\x7a\x5a\x20\xf6\xed\xdb\xf7\xe4\x73\xcc\x74\x56\x64\x64\xe4\x57\x64\x44\x64\x44\x24\xbb\x7b\xab\x4e\x61\x98\xec\x58\x74\xd3\x54\x75\x44\xdc\xc3\x82\x5e\x18\xc3\x50\xd2\x21\xdb\x44\xf0\x2d\x05\xc7\xb0\xac\x87\xf6\xea\xf6\x7e\xda\x60\x67\xe8\xad\xb6\xc2\xf9\xcd\xf1\x8e\x55\x9f\x98\x76\x3c\xb9\xe1\x4b\x29\x3e\x1d\x0d\x1c\x5d\xa0\x3d\x70\x60\x7f\xa9\x95\x8b\x81\x1e\xcf\x39\x65\x29\xd2\x2d\x4f\x06\xa3\xbe\x81\x86\x94\x67\xd4\xc8\x7f\x97\xbb\x5d\xdc\xc9\x6a\x84\x71\x8c\xdc\xc4\x13\xc5\x67\x06\x31\x4e\xdc\xcc\x17\xb6\x53\x9d\x31\x57\x8c\x1c\xc4\x25\x07\xa0\xc8\x1f\x2c\xba\x2a\x73\x01\x9f\x8e\x06\x4d\x59\x5a\xe1\x52\xe9\x85\x28\xc9\xe8\x0d\xa7\x9e\xf4\x54\xd2\x05\x18\x05\xb7\xb4\xe8\x89\x81\x3d\x91\x26\x4b\x3d\xfa\x2b\x4a\xa4\x22\xdb\xc3\x34\x39\x8f\xeb\x87\x34\xf5\x29\x03\x83\x85\x12\xb2\xd3\xf7\x03\x2f\xc1\x2a\x39\xa2\x28\x90\xe2\x65\x47\xd4\xb9\x48\x0e\x1b\x3e\xa6\x0e\x13\xb8\x48\x91\x3c\x55\xb3\xbe\x1f\xf6\x6a\x28\x0a\x83\x31\xe5\xcf\x5c\x4c\x42\x1d\x9a\xcc\x1a\x6f\xfb\x69\xc6\x96\x94\x65\xdc\x19\xf7\xb3\x08\x7f\xc2\x32\xc6\xcc\x5b\x5c\xce\x3b\xc5\xdc\x9d\x24\x65\xe4\x94\xea\x04\x3e\x59\x23\xa9\xef\x11\x21\x23\xeb\xa3\x74\x1c\x76\xc8\x49\xe3\xd2\x8d\x20\x97\x00\x75\x20\xee\x61\x7a\xf2\x28\xbe\xe7\x87\x7e\xa6\xf5\x8f\x79\xc4\xc3\x84\xc2\x1c\x44\x1e\x7f\x87\x0f\xc3\xc5\x2d\x09\x86\xc3\x05\x8e\x4a\x38\xf8\x52\x40\x36\x51\x82\xb0\x5c\xca\x6b\xf4\x5c\x80\x44\x5c\x4a\x3a\x75\xee\xd0\xbd\x2e\x38\x8f\xec\x99\x4d\x76\x06\x8b\x05\x70\x0f\xbd\xb4\xc8\x31\x3c\x90\x89\x4d\xe6\xb3\xe2\xc7\xd1\xd4\xe6\x0a\xc7\xa1\xe9\xc8\x00\x47\xe7\x10\xef\x76\xcd\x5e\x0c\x4d\xf0\x70\x2c\x2e\xf5\xfd\x54\x24\x36\x24\x73\xb9\x21\x5d\xe3\x36\xc6\x62\x73\x6d\x0c\x33\x14\xbb\x74\x4c\x59\xc9\x2b\x7c\x2d\x8a\x97\x95\x01\xe2\x15\x3f\xec\x60\x94\x46\x03\x0c\x8e\xa7\x61\x8a\xd1\x3a\xab\xba\xce\x1d\x88\x82\x71\x0d\x8d\x48\x5b\x5b\x98\x2c\xab\x4d\x8c\x63\xea\xc4\x13\x44\x3d\xbf\x43\xfd\xd7\x25\x56\xc7\xda\x21\xb4\x64\x5d\x1c\x06\x63\xb7\xd7\xb4\x4e\x93\xbd\x99\x79\x9a\xeb\xd8\xf2\xa1\xc1\x46\xe4\x1c\x95\x50\xf6\x6d\x73\xbe\xec\x34\xb1\x02\xf3\x74\xb4\xa7\x08\xf3\x70\xac\xbd\x14\x42\x0d\x5b\x4b\x35\xb4\xba\xa6\x6b\x3c\xb6\x6d\xf3\xac\xe5\xb2\x81\x48\xe8\x8c\xeb\xb3\xe9\x71\x04\xc3\xaa\x95\x8c\xee\x82\xb0\x41\xd2\x05\x6c\x9c\x53\x0c\x07\x7c\x6a\xe0\x5b\x3f\x0f\x00\x0c\x0c\x7e\xca\xfc\x19\x97\x7f\xe8\xb8\x73\x35\xe4\xce\xd7\x90\x9f\x52\x3b\x25\x7c\xa9\x8c\x07\xca\x9a\xc5\x2a\xe4\x65\x4e\x24\x2f\x75\xe7\x45\x6c\xa8\x7e\x38\x1b\x10\xd4\xb6\x30\xb7\x3a\x27\x8b\x68\xb4\xe6\x8e\x4d\xb2\xee\xe1\x8c\x36\x4c\xad\xfb\x81\xdb\x61\x37\x38\x1b\x43\x3f\xc8\xfc\x50\x16\xa4\x35\x14\x8b\xbf\x57\xb2\xa4\x86\x5c\x52\x07\x9c\x49\x1b\x6e\x8a\x29\x1e\xb4\x84\x0a\x95\x57\x61\x5d\xea\x0e\xc0\xb9\xf9\x8c\xd6\x52\x89\xbc\x2a\x1a\xb6\x4b\xc4\xa2\x2f\x17\xa2\x78\x18\xcb\x0b\x26\x6b\x67\xd4\x65\x18\x45\x68\x9d\x16\xcd\x3f\x95\x82\xc1\x88\x36\xfa\x55\xa2\x34\x62\x02\x0b\x4d\xca\x4c\xe3\x30\x43\x40\x8b\x65\x08\x50\x58\xb8\xee\x52\xc8\x10\xa0\xb5\x45\x0e\x6a\x35\xb4\xbe\xf2\xf6\x66\xcb\x48\x2e\xb8\x29\xd3\xb0\xd6\x10\xe1\xb7\xe2\xbf\x5a\xf7\x8b\x21\xca\xe5\x17\x89\x12\x27\xbc\x4c\x94\x85\x36\x03\x0b\x47\x59\xa9\x3c\x3e\xad\x9a\x1f\xc3\x42\x38\x6b\x1f\x4c\x3a\xf5\x61\xe6\x07\x4d\x9c\xea\x22\x58\xfb\x20\x15\x1f\x96\xcc\x7f\xe8\x52\xe2\x86\x22\xeb\x9a\xf9\xaf\x1d\x36\x9b\x88\xa5\xcd\xe0\x12\x4d\x03\x9d\x8a\x62\xfe\xda\x07\x15\x04\x51\x1a\x0d\x93\x0e\xa6\xf9\x77\x35\x06\x30\x70\x37\xf1\x05\x3a\x60\x67\xdd\xd8\xa1\x17\x86\x17\x92\x28\xae\x21\x4c\xf0\x91\xe5\x09\x17\x1b\x05\xe4\x2e\x25\x74\xe4\x44\xc9\xaa\xac\xd9\xc8\x22\x1a\x4c\x7e\xca\x4d\xb1\x53\x25\xca\xa9\xc4\xa4\x7f\xd2\xeb\xb7\x0f\xbe\x82\x37\x36\xfd\x4c\x4d\xa3\xc4\x48\x91\xb4\x0f\x8e\x8c\xef\x8a\x40\x13\xd3\xd9\xe8\x7a\x39\x9a\x01\xfc\x58\x8e\x63\x90\x96\xa3\x38\xbb\x32\x0b\x86\xf3\xe5\x08\x22\x4b\x7d\x7d\x70\xb4\x93\x47\x20\x9d\xc2\x22\x5f\xc6\xa1\x17\x25\x17\x38\xa0\xe3\x45\x83\x15\xa6\x7d\xd7\x88\x42\x52\x32\x85\x6c\xe9\xbb\xc2\x7a\x8d\x43\x6f\xc1\x58\x0f\x15\x69\xda\xae\xd4\x90\xfa\xb1\x1c\x7a\x15\xe1\x62\x93\xc9\x85\x69\xab\xaf\x96\x2d\x41\xa0\x7e\x51\x0c\xd0\xf2\x4e\x3d\xae\x24\xd5\x9a\x0d\xf8\x00\x20\x83\xae\x72\x71\x2b\x00\xf9\x00\xb3\x88\xcb\xee\x35\x60\xaf\xd4\x0f\xb5\xdb\x35\xf4\x80\xae\x59\xf1\x6b\xdd\x06\xbf\xca\xf9\x89\x3e\x8b\xf4\x92\x58\x9b\x34\x26\x82\x1b\x13\x29\x19\x87\x53\xad\xa1\xe9\xea\xe8\xb3\xe2\xc3\x02\xba\x41\x05\x09\x16\x53\xcc\xbc\x29\x6f\xa8\xab\x18\x80\x12\xda\x61\x84\xc2\x7a\x08\x28\xac\x68\x09\xd9\xf5\x58\xa7\xe2\xf9\x5b\x15\x71\x66\x88\x46\xac\x38\x1a\x29\x7f\x45\x4b\x5e\x83\xf0\x81\x60\x51\xa4\xca\x45\xcd\x62\x5f\x34\xc7\x43\x55\x71\x4c\xf6\xc4\x42\x79\x4d\xc4\xab\x12\x6c\xcd\x94\x59\xa6\x02\x43\x09\x46\x91\x7c\xd6\x8d\xd1\x92\x31\x6b\x7a\x25\x9d\x92\xb3\x6e\xac\x9d\x90\x92\x0d\xbc\xe8\xa7\x99\x19\xa4\x2f\x6b\x2c\xaa\x0a\xcc\x72\xa8\x55\x13\x27\xb0\x58\xc1\xb6\xf3\x9a\x9a\x0b\x0b\x39\x7c\x34\x0a\x4c\xb4\xf0\x98\xd6\x72\xc3\x2a\xe3\x53\xdf\x4d\xcf\x8f\x42\xe1\xc8\xc3\xde\x0b\x91\x54\xd7\x14\xba\x2a\x11\xee\x54\x43\x7e\xc8\x7e\x68\x97\x25\x53\x07\x9f\x2a\xfa\x1c\xaf\x3a\x57\xd6\x8a\x7e\x3e\xfb\x4f\x21\x32\xe3\xe5\x2c\x27\x3c\x5b\x94\x22\x3d\x00\xe4\x71\xfc\xc6\x79\xca\x2a\xac\x40\x36\x53\x11\x9b\x4e\xe0\xd2\xd8\xdd\x0c\xc8\x34\x9e\x52\x01\xba\x00\x9d\x3a\xc6\x19\xa1\x1c\x80\x0e\x1c\x70\x4a\xe9\x3e\x7c\xb8\x9c\x0e\x03\xb5\x5b\xec\x73\x29\xda\x3c\x47\x7a\xa7\x75\x54\x99\xa5\xcb\xe5\xc3\x41\x90\xe9\x9d\xb6\x33\x01\x55\x93\x0e\x54\xa6\xfd\xac\x81\x46\x2f\x51\x33\xa4\xba\x5e\xd2\x21\x6d\x4f\xaf\xc0\xfb\x06\x13\x1a\x5e\x3d\x68\x1b\x59\x18\x78\xb5\x76\x1b\x09\xa6\x62\xa5\xd3\xac\xb7\xdb\xa3\x66\x0f\x1a\x8b\x06\x6e\xd6\xe9\x5b\x5e\xd5\x20\xc5\xab\x73\x6b\x8d\x2c\xa2\x99\x70\x80\x60\x04\x3c\x2a\xa4\x7d\x13\x52\xb7\x4a\x68\xb0\x69\x5a\x50\x12\x36\x07\x4a\x77\xca\x35\x86\x8d\x4b\xbb\x60\x32\x57\x2e\x9d\xbc\xf4\xd2\xca\xd5\x73\xe7\xcf\x2d\xa3\x25\x54\x09\xa3\x10\x1b\xd3\xcd\x21\x4e\x5e\xb8\xb0\x7c\xf2\x22\x81\x21\xd2\xa7\x9b\xd8\xa1\x96\xcf\x5d\x5a\xa6\x40\x98\x2c\x08\x3b\xcc\x8b\xcb\x27\x5f\xa6\x8d\x05\xd8\xdd\x2a\xb6\xb6\x7c\x61\x3a\x35\xcb\x17\xae\x5e\xb8\xb8\x7c\xe1\xe4\x45\x0a\x12\x27\x38\x76\x13\x2b\xd4\xca\xa5\x93\x17\x2f\x11\x18\x9a\xf5\xd3\x06\x71\xf2\xd4\xa5\x33\x8c\x14\xb7\x93\xf9\x76\x5a\x28\xcc\xc9\x4b\xcb\xa7\x59\xaf\xbc\x0a\x54\xd3\xa9\x7f\xa7\x77\x29\x9a\xf5\xe1\x3d\x0d\x5e\xbf\x92\x03\xd6\xe1\x61\x8a\xa9\xb3\x5b\x8d\x9b\x01\x8b\xe6\xe0\x32\x3b\xf7\x30\xc5\x67\xa3\x61\x48\x53\x0a\x0c\x53\x07\xbe\x99\x02\x6d\xb7\x38\xcd\x92\x68\x5c\x6e\x69\xa4\xc2\x82\xa0\x82\xc1\xb0\x24\x05\x1a\x42\x69\xbd\x95\xa0\xd4\xe8\xa3\xf5\xd1\xb9\xaa\x3a\x33\xaf\x6a\xb0\x77\xb7\x55\xbd\xd5\x96\xf2\x57\x4c\x69\x5a\x3e\xfd\xf3\xdc\x9a\xe9\x52\x90\x8a\xe4\x7d\x21\xde\x36\x44\x49\xd5\x3d\x65\x7e\xb9\xa1\x63\x67\xb5\x2c\x72\xdc\x37\xb6\x2b\x16\x1b\xd5\xd3\x1b\x96\x59\x9c\x56\xe9\x4b\xe1\xa2\x37\x6b\x96\xbb\x03\xb0\x2a\x5e\x74\xc7\xd1\x30\xe3\x16\xe4\xb2\x3b\x02\xe3\x02\x60\x5f\x3d\x94\xbe\xdc\x92\xba\x5d\x6a\x4f\xa4\x16\x47\xa3\xa5\x75\x6a\xc8\xcc\xfa\x18\x8d\xdc\x24\xe4\x01\xf3\x6e\x18\x46\x63\x3f\xec\x09\x81\x6f\x98\xe2\x33\x69\x34\x88\x92\xb8\xef\x77\x34\x3a\x97\xb4\xdb\x97\x67\x0b\xfd\x58\x50\x9d\x2c\xae\xec\x52\xb4\xdf\xc9\x2e\xa4\x0f\x29\x4e\x7b\xe7\xf1\x86\xc6\x7f\x6a\x90\x8b\xd4\x00\xd3\xa9\x19\xac\xa3\x06\xd8\x9a\x98\xb6\x46\xa3\x49\x0f\xcd\xae\xdb\xc1\xa0\x85\xf2\x71\x94\x4f\x3b\x96\x41\xe8\x58\xce\xe1\xed\x8c\xfa\x2a\xc1\x8a\xb2\x50\x5c\x03\x51\xba\xfe\xf2\xa5\xe5\x97\x08\x17\x5c\xb5\x74\xae\xd0\x9f\x65\xb3\x73\x6b\xcc\xf9\x02\xad\x6c\xfa\xb1\x88\x26\x67\xf9\xc5\xb4\x6b\x74\xda\xda\xa6\x1f\xaf\xb0\xcc\x63\xe2\x86\x8f\xd4\x3c\x05\x2b\xa9\xc7\x82\x86\xec\x72\xc0\x0f\x8b\x88\x4e\x47\x1c\x0d\xdf\x61\xa6\x3c\xe1\xa7\x27\x29\x43\x77\x40\x16\x2e\xbe\xe1\x58\xe6\xb3\xa5\x25\xed\x04\xa0\x6e\xbb\x85\x72\xd2\x3b\xcd\xc8\x27\x56\x25\x60\x0e\x29\xe5\xb4\x35\x64\x71\xbc\xe2\xef\x01\x02\x3e\xca\xfc\x22\x25\x37\x95\x8b\x02\xb0\x52\xbd\x8e\x8d\xa1\xea\x10\x1a\x5b\x15\x59\xdd\x0c\x24\x06\x77\x5d\x29\x81\x92\x4c\x56\xb0\x7f\xb5\x84\x96\xb4\x15\xe5\xe8\xac\x5f\x96\x97\xb0\x7f\xf9\x5d\xa3\x35\x04\xc8\x75\x2c\x90\x5c\xe6\xd9\x74\xae\x1c\xd6\x72\x32\x90\xd3\xfe\x2f\x87\x18\x26\x76\xe5\xbd\x76\xe0\x02\xaf\x2e\xea\x7c\xdf\xbe\xa9\x6c\xe7\x80\x96\x27\x4e\xed\x6c\xaa\x12\xc1\x52\xb9\x88\x0c\x0d\x4d\xbc\x4d\xa8\x36\x9f\x4c\x24\x40\xd7\x6b\xc1\x6b\x9c\xcf\x98\x82\x5f\x95\x31\x20\x7a\x94\x3c\xcf\x47\xb8\xa4\xbc\xe0\x04\x42\xa8\xf6\x09\x28\x42\x27\xdf\x91\x66\xec\x39\xdd\xcc\xa3\x3e\x0e\x51\x18\xf1\x64\x0e\xea\xbb\x18\x4d\x41\xda\xb4\x77\x55\x9a\x4d\x74\x3a\x22\x6c\xb5\xcb\x78\x51\x94\xb0\x41\x62\x9b\xbb\xad\xf9\x5d\xb3\xc5\x05\x7c\xd8\xc2\x6e\x64\xa6\xe0\x13\x1f\x3d\x1a\x33\x6f\xe6\x49\x52\xb4\xa7\xf4\x3e\x4d\xb0\xa3\x1f\x92\xe5\x40\x8e\xad\x28\xf2\x74\x78\x6a\xaf\x0e\xbb\x51\xc3\x4f\x4f\xd1\xb5\x86\x3d\xa7\x6a\xc9\x61\x3c\xbd\xdf\xc8\x0c\xfe\x2b\x0c\x34\x0d\x6b\x31\x89\x15\x9d\xd0\xf1\x14\xc6\x90\xf7\xeb\x7c\x18\x8c\x51\x9c\x44\x03\x3f\xc5\x80\x4d\xd2\x84\x5b\x3a\xf0\x05\x06\xd4\x48\x70\x1a\x05\x5b\x98\xd3\x51\x6d\x64\x7d\x1c\x3a\xac\xd1\x02\xed\xf2\xcf\xd2\x14\x51\xab\x82\xd7\x91\x09\xe4\x52\x8c\xe4\x68\xdf\x4c\x6a\x32\xb6\xb7\xb3\xdf\xfd\xdc\xaa\xda\xdc\x9c\x0c\x76\xa3\xa6\x84\x81\x7d\x8f\xf0\xc4\xed\x5a\x04\xa3\xc4\x65\xb6\xfc\x72\x46\x0f\x18\xbb\x5c\xab\x4c\x82\x96\x63\x40\xbd\xa0\x86\x41\x50\x2d\xfa\xbf\x1a\xdd\x94\x63\x23\x9d\x37\x1d\x88\x54\xbf\xae\xdc\x31\xb0\xa9\xad\x52\xf0\x8a\x66\xd2\x7d\xe0\x8e\x1f\x93\xbf\xef\x3c\x9f\x8f\xb2\x79\xd2\x46\x63\xba\xf7\x2c\x35\xfe\x52\xd2\x9e\x36\xf3\x4e\x4b\x66\xa5\xad\x79\xb5\x21\x17\xe0\xc1\xae\x76\x69\x49\x24\x22\xa4\xe7\x00\x0f\x45\x31\x07\x76\x96\xc5\x6f\x0d\x0d\xd1\xc7\xbd\xc6\x07\x5b\xf7\x02\x36\x54\x7b\x5b\xfb\x68\x09\x92\x09\x67\xf9\x3f\x7a\x43\x85\xea\x70\x36\xea\x16\xb6\xd6\xe3\x7b\xb3\xfe\x71\x3e\xa4\xff\x1f\x29\xfc\x17\x3c\xb9\x4a\x95\xb0\x1b\xba\xd9\xa4\x06\xed\x2c\x35\xcd\x10\x52\xd3\x4c\x27\x35\x9b\x82\x51\x94\xc1\x67\xd0\x22\x98\xcc\x09\x64\x7f\x5a\xf0\x5d\x68\x1a\xe4\x28\xe4\x2c\xf9\x06\x97\xcc\x6b\x52\xb0\xa8\x49\x59\x5c\xd1\xdc\x84\x95\x74\x5c\xa7\xa3\xc1\xd9\x48\x5e\xd2\xa4\xb0\x86\xf1\x69\x1f\x33\x08\xb7\x80\x70\x8b\x2a\xab\x58\x43\x5b\x3e\xcd\xf1\x56\x43\x3d\x9c\xf1\x6b\x8e\x1a\x32\x9e\xbc\x27\x3f\x0f\x0d\x58\x4b\x64\x68\xc5\x43\xf5\xa0\x48\x8a\xa7\x45\x30\xbd\x26\xf4\x5d\x21\x12\x00\x5a\x28\x00\x29\x51\x5a\x7d\x38\x49\x2d\x6c\x7a\xc3\xac\xcc\x68\x59\x03\x34\x2a\x4f\x6f\xdb\x40\x07\xbe\xbc\x88\xdd\x2d\xac\xb7\x4d\x8b\x8c\xa6\x21\x98\x5e\x73\x7a\xc3\x36\x5c\xa7\xb1\xeb\xd1\x04\x43\x5a\xab\xa2\xd4\xd6\xf0\x99\xc1\x00\x7b\xbe\x9b\xe1\x60\x6c\x21\x15\x7c\x95\x95\x45\x97\x2f\x30\x83\xa1\xa8\x65\x14\x03\x70\x3a\x3b\x05\x68\x58\x0a\x80\x69\xb3\x05\x60\x58\x5a\x20\x84\x25\x34\x35\xc8\xa0\x85\x26\x11\x06\xa4\x2a\x33\x09\x30\x00\x55\x59\xa1\x71\xbe\x25\x8d\xd6\x59\xa9\xd9\xbc\x09\x0b\x0a\x4d\x02\x4c\x50\x50\x58\x20\x81\x3d\x45\xae\xb5\xbf\x1c\x7a\x66\xe3\x1a\x94\x28\x31\x9b\xd5\x80\x44\x09\x00\x7a\x99\x6d\x7b\x96\x8d\x15\x80\xea\xe5\x5c\x6a\x6b\x36\xd5\xa3\xc7\xd1\x90\x6c\x63\xe6\xa4\x8c\x86\xa9\xdb\xc3\xca\x97\x73\x9d\x33\x13\x1e\x44\x88\x0e\x23\x26\x1f\x2f\xa0\x30\x0a\xf1\x3a\x4d\x01\xca\x2a\x72\xa7\xd4\xa9\x96\xd5\x6f\x63\x4d\xa5\x1a\x00\xef\xcb\x34\xb3\xea\xc9\x52\xb8\x82\xea\xbf\x22\x32\x39\x01\x63\x85\x3c\xc0\x2c\xb4\x1e\x9b\x42\xeb\x51\xc3\x46\x41\x06\x09\x36\x7f\xac\x60\x9f\x28\x42\xd8\x09\x3c\x0e\x09\xa4\x92\x77\x91\xb2\x13\x53\x28\x3b\x6e\x50\x36\xd6\xc7\xe5\x44\x81\xb0\x02\x80\x46\x17\xcd\x75\x88\x3d\xbb\x5d\x5d\x08\xe7\x8c\xa7\x69\x30\x42\x67\xd0\xac\xf3\x76\x3c\x56\xc7\x21\xe0\x42\x74\x3a\x1a\xa0\x73\x91\x87\xa7\x01\x29\x82\x69\x22\x7d\x7e\x0e\x5a\x29\xd2\xf4\x8e\x1e\xce\x4e\x47\x03\xe1\x1d\xa0\xe9\x1c\x38\x10\x5e\x61\xea\x60\x75\x8c\xbb\x2d\x01\x23\x12\xf8\xab\x76\x35\xa9\x7c\x67\x7a\x17\x11\x3b\xca\x11\xdd\xf2\x53\xbb\x28\x3a\xc9\xae\x76\xca\x2f\x3b\xc0\x53\x5d\x67\xf8\x2d\x26\x97\x33\x42\x8f\xb9\x20\x94\x77\x15\x8e\x87\xe6\x02\x47\xeb\xd1\x20\x0b\xfa\x57\x43\xcc\x3b\x29\x62\x25\x99\x9b\xf4\x70\x46\x35\x14\x6c\x44\x88\xb1\x24\x7c\x14\x03\xf5\x57\x4f\x41\x71\x18\x65\xfc\x4d\xfd\x8c\x39\x63\x0b\xcc\x00\x46\xbb\xa0\xa5\x35\xba\x7e\xc2\xa0\xfd\x30\xc4\xb2\x0f\x12\xaf\x66\xed\x90\x76\x0c\xb6\x42\x08\x0e\xad\x6b\x62\x03\x53\x2b\x17\xbc\x1a\x24\xba\xa5\x18\x6b\xcb\xcd\x0b\x43\x85\x96\xf4\x03\x00\x38\x00\x9b\xe5\x45\xaf\x5f\x00\xe1\x60\x21\xbe\x61\xf8\x26\x14\x88\x30\x2b\xd2\xc9\x2e\x27\x67\x27\x53\x1d\x40\x1a\x95\x5a\xb1\x8d\x48\x01\xf0\x4d\x68\x64\x97\xa3\xb3\xd3\xa8\xce\x3f\x8d\x46\xad\xd8\x46\xa3\x00\x28\xa5\x51\x18\x9c\xb8\x15\x9e\x53\x4a\x4d\x82\xeb\xac\x7d\xf6\x1c\x0a\x59\x5e\x92\x65\xa9\x7c\x90\xdc\x0b\x89\x90\x20\x53\xfb\xd3\xfd\x00\xd9\x9b\xfd\x7e\x8e\x8b\xee\xf0\xc0\x59\x34\xb9\x30\xe0\x99\xfa\x05\x9e\x38\x1f\x4c\x45\x62\xc9\xa2\x5d\x38\x96\x1d\xaf\x9f\x20\x46\x85\x92\x13\xd9\x80\xaa\xa1\x39\x85\x25\x76\xb3\x4e\xdf\xa0\xc4\x86\x79\xb5\xb5\xb6\x1f\x73\x27\x8b\x84\x5f\x52\xcc\xc6\xf9\xe8\x8c\xb2\xc8\x96\x24\x85\x86\x2a\x1a\x56\x67\xb1\x1f\x08\xf5\x67\x9e\x29\x45\x47\xd9\x7f\x8e\xc9\xed\x9f\x8e\xfc\xac\xd3\x17\xcb\x56\x5b\x90\x29\x96\x8e\x01\x0b\x6d\xd3\x89\x87\xe2\x2c\xcb\x3a\xc4\xda\xd3\xd5\x5e\x43\x2a\xb7\xe5\x18\x02\xd5\xb8\x7e\xac\xc9\xd0\xfb\x54\x11\x57\x59\xba\xe4\x5b\x65\x1d\x86\x31\x1f\xac\x67\xcc\x9b\xc1\xde\xb1\xa3\x53\x3a\x76\xb4\xd8\x31\xa8\x40\x94\x10\x79\xd4\xec\x97\x92\xf8\xf7\xa9\xa1\xba\x05\x84\x74\xde\xab\xa3\x85\x5e\x31\xff\x0b\x7b\xaf\x8e\x4d\xe9\xd5\xb1\x62\xaf\xa0\xa6\x53\x42\xe3\x31\xb3\x57\x4a\x3d\xd9\xa7\x86\xea\x15\xd0\x27\xaa\xe6\xe2\x44\xc2\x0e\x50\xec\xd0\x8d\x9d\x45\xab\x29\x7b\xad\xe8\xf0\xc0\xad\x12\x42\xb0\xe4\x3f\xe5\x35\x1f\x08\xb1\xc5\x23\xed\xe2\x44\x19\xe8\x99\x12\x48\x6f\x39\x3a\x6e\x88\x36\x30\x4a\x37\xfd\x58\xb1\x45\x5e\x53\x5d\x36\x8a\x0b\x29\x23\x11\x7b\xa8\xf4\x49\x6d\x27\x6b\xd7\xb4\xa6\x4b\xdf\x01\x59\xcd\x96\x49\x48\x58\x65\xa6\x64\x8d\x91\xf5\x1d\x43\xbe\xd1\x8e\x86\x8b\x38\xe5\xf7\xb5\x7e\xca\x62\xdc\xc4\x85\x8e\x40\x38\x15\x08\xc1\x5b\x34\x3f\xd4\xfb\x67\x46\x6b\x69\x1f\x0f\xa5\x8c\xfc\xc2\x81\xe0\x38\x16\xc0\xc2\xd0\xb1\xab\x0b\x3d\xee\xc8\x56\xcd\x1e\x74\x54\x84\x64\x2e\x92\x5a\x79\xcd\x14\x0c\x6b\x2c\x95\x64\x95\xe6\xec\xd6\x8f\x2d\x63\x24\x8c\x6b\x69\x5d\x20\xbc\x40\x4e\x12\xd6\x1d\x7e\x0e\x33\x8b\x87\x71\x3d\x57\x38\x70\x6c\xf3\x08\x57\x8c\x61\x82\x79\xc6\x48\x23\xae\xe5\x7c\x01\xea\x8b\x19\x52\xc5\x36\x60\xe1\x33\x5a\x42\x20\xfd\x4c\xe9\x03\x27\x36\xd9\xdb\xbc\x2c\xe3\xc8\x59\x86\x1f\xcd\x80\xaf\xa5\x44\xaa\x19\x46\x25\xdb\x7d\x96\xa6\x98\x30\x93\x25\x8f\x2e\x34\x14\x48\xbe\xff\x4b\x55\x71\x69\xf9\xd4\x35\xdc\x44\x5e\xb2\x6b\x58\x34\x7d\xd2\x0a\xa0\xe9\x93\xae\xb0\xa6\xe8\xee\x0c\x94\xd2\x82\x78\x88\x96\x78\xd9\xbe\x62\x04\x5a\x91\x52\xe7\x14\x31\x82\x19\x42\x98\xf0\x47\x23\x59\x43\x3c\xe2\x52\xe0\x37\xb8\x32\x37\xac\x0f\x0e\xb7\x9d\xc0\x7b\x24\x3f\x3d\xcb\xf4\x67\xb4\x04\x34\x69\xe3\xc6\xa6\xf8\x41\x39\x81\xa8\xcd\x74\x40\x33\xfb\x16\x7c\x32\x6d\x8a\x0e\xbb\xd3\x25\xbd\xa3\xe3\xc7\xa4\x02\x0d\xa7\xa2\xef\xf0\x61\x61\x48\x26\x7f\x42\x7b\x2a\x68\x4a\x21\x44\x86\xa2\x04\xf9\x28\x3d\xa6\x75\xa9\x79\x7a\x3b\xb4\xc2\x3e\xcd\x50\x3d\x07\xb6\x42\x8f\xcd\x29\xad\x1c\x28\x34\xc3\x4c\xb9\x79\x8e\xf4\x6e\x97\x58\x60\xcb\x51\xec\x43\x29\xd5\x76\x20\xa5\x7c\xc1\x65\x11\xcb\x77\xaf\xd6\x1b\x3c\x3e\x05\x1e\xab\xda\x00\x3e\x2f\x16\x76\xa4\x63\xa6\x45\x5f\xe5\x64\xaf\xed\x6b\x5a\x59\x42\xc2\x9f\x6d\xff\x6d\x73\x11\xa7\x38\xd3\x78\x74\x87\x99\x18\x67\x70\x32\x24\x5d\xa4\xd1\xe5\x2c\xa7\x8f\xcb\x17\x22\x02\xa6\x33\x9b\xe6\x7d\x40\x33\xfe\xe7\x39\x40\x81\xd9\x1a\xb3\x63\x90\x3a\xf1\x01\x78\x71\xa1\xd5\x0f\xd8\xea\xb1\xd7\x97\xfa\xea\x01\xfb\xac\x4f\xd5\xe7\xe4\x2c\x68\x77\x12\x70\xa5\xd7\xe0\x62\x5a\xfb\x96\xb1\xdf\xb3\x1f\x65\x36\x25\x75\x8a\x3f\x27\x48\x44\x85\xd6\x4d\xb3\xf2\xfa\x8c\x93\xae\x59\x71\xf5\x7b\xf9\xc3\x87\x2d\x23\x4f\x07\x52\x75\xae\x68\xe5\xd6\x0c\x02\x96\x8f\x36\xb3\x80\x0e\xa6\xd1\x54\x98\x34\xf8\xb1\x86\xa4\x44\x3d\xc3\xf1\x33\x0e\xf0\x7e\xc7\x8f\xb4\xa9\xd2\x2c\xc9\xc2\xf2\x2a\xe2\x8c\xda\x21\x30\xb3\xd9\xe5\x62\xe9\x8e\x25\x85\x2a\xaa\x78\xc8\x11\xd3\x11\x1b\xf1\xbe\x62\x50\x95\x25\x6d\x81\x7b\xa3\xf3\x31\xa8\xc1\xfa\x55\x8b\x8b\xbe\xe6\x2c\xa3\x41\xd7\x50\x61\xa6\xe9\x34\x1d\x3e\x5c\xfc\x20\xa7\x48\xfb\xb2\x20\x8e\x05\xc3\x5d\x78\xe6\x1b\xec\x29\xd7\xd6\x66\x9c\x48\xcd\x12\xee\x01\x2e\x9f\xa9\xff\x0c\xdb\xa2\x96\x0b\x59\xb0\xd4\x2d\xfe\x91\xa5\xd6\x67\x9e\x5e\x83\x3e\x25\x2a\xea\x41\xa3\x35\x2b\xd1\xaa\xe8\xa9\xfe\x00\x08\xd8\xbd\xa2\x94\x79\x3d\x73\x71\x53\x30\x68\x66\x6e\xe5\x0f\x0e\xaa\xc6\x2c\x72\x29\x34\xa4\x9c\x12\x9e\x2b\xaa\xa3\xba\xc5\xd8\x42\x89\x03\x0c\x6d\x80\x7f\x5c\xa4\xa9\x0b\xb8\x7c\x6f\x58\xa6\x59\x5a\x03\x4d\xa8\x37\x6d\xc6\x74\x37\x14\xec\xc8\xbc\x84\xe7\x45\xa0\x55\x5f\xf4\xd3\x0c\x87\x38\x71\x0a\xf3\x5a\xb3\xf5\x56\xf1\xc4\x69\xb8\x8a\xab\x66\x0a\x2a\xc6\x40\x4c\x95\x46\x1c\xf2\xea\x41\xa7\x82\x22\x63\xeb\x73\xc9\x55\x02\xcb\x8b\x62\xff\x64\x37\xb9\x5b\xc6\xb8\x04\x81\x55\x7f\x13\xd7\x02\x87\x0f\xcb\x1b\x02\xd2\x4e\x19\x8a\xe2\x14\xb9\x9e\xf7\x78\xe6\xa7\x80\x68\xc6\xc9\xa1\xae\x93\x44\xea\x73\xf9\x6b\xd6\x34\x9f\x8d\x9b\x62\xe4\xd1\x08\x73\x32\x3c\x9e\x7c\xc8\x73\x63\x8c\xd6\x75\x3d\x6b\x1d\x9a\x97\xec\x23\x2f\xc7\xbd\xb0\x12\x44\x9a\x47\x26\x34\xf1\xc6\xc4\x92\xf8\x96\x3e\x51\xdf\x60\x66\xcb\xbc\xa5\x0a\x6b\xb2\x66\xc1\x5e\x74\x9c\xa2\x79\xc7\x09\xaf\x38\x45\x93\x10\xed\xef\xa4\xa4\x57\xd0\xfc\x9d\x58\xd8\x2d\xcb\xff\x35\x03\x22\x05\xad\x61\xf1\xc3\x3e\x4e\xfc\x6c\x16\x14\x02\xd4\x42\xc5\xca\x30\xc6\xc9\xcc\x54\x50\xe8\xd9\x3c\xae\x58\x70\xc2\xe9\x68\x20\x32\xe6\x98\x79\xaa\x54\x1a\x7d\xe6\xc5\x6e\xa6\x9d\x93\x1d\x74\x14\x92\x1a\x2a\x00\x43\xf3\x5f\x3a\x64\x0d\xc1\xbe\x81\xda\x85\xeb\x42\xf5\x49\x2d\x36\x63\xa6\x9d\xac\xef\xa7\x35\x54\x44\xa2\x4c\xad\xb4\xd5\x86\x1b\xc7\xc1\x98\x43\x4b\x17\x4c\x4d\xac\x80\xf3\xae\xf5\xc9\x48\xb0\xfe\xc8\x2f\x3b\xc1\xf7\xb3\x2d\xb9\xb7\xca\x92\x3d\x2b\x12\xca\x32\x3e\x17\xa4\x01\x50\x05\xec\x8d\xc7\xe9\x0b\xf8\xd8\x1c\x14\x1f\x9b\x53\xe1\x37\x4a\x28\x02\xb3\xdb\xf1\x97\x3b\x58\x86\x8f\x26\x1f\xca\x3a\x9d\xa8\x3a\x0d\x2d\xa5\x7f\xd7\x49\x6d\xca\x8c\x08\x54\x18\xd5\x07\xc3\x20\xf3\xeb\x9d\x68\x10\x8b\x42\x05\x46\xc3\x69\x1e\x9b\xc8\x08\xf2\x94\x96\x04\x9c\x01\x08\x3d\xe4\x91\xe7\x9c\x14\xa8\x75\x87\x6c\xac\x27\x57\x51\x4f\xdd\x30\x32\x68\x41\x48\x0a\x34\x62\x0b\x81\xc4\x35\x4b\x50\x35\x70\x44\xd4\xc5\x57\xd3\x79\x53\x78\x6b\xda\x3d\x32\x01\x9e\x29\x3e\x98\x43\xe5\xc4\xd8\x8f\xa2\xcd\xb4\x29\xcb\x01\x2c\xe0\x74\x20\x6b\x1f\x2f\xaa\xe8\x99\x5b\x0b\xde\x94\x00\x2d\xf0\xa9\x14\x69\x50\xd7\x95\x1c\xc1\x13\x6f\xac\x23\x3f\x25\xd4\x31\x17\x27\xa2\xd5\x00\x19\x1f\x65\x38\xcd\xe8\xb1\x4f\x13\xa1\xa2\xd3\x7c\xf3\x8e\xd8\xbb\xd8\x1b\x49\x34\x4a\x31\x8c\x01\xe7\x92\xb3\xc8\xa4\x4a\xd3\xec\x95\xe7\x50\xed\xe1\xf0\xd4\xca\x0a\x3b\x2d\x9d\x4e\x14\x76\xfd\x1e\x4c\x55\x6d\x92\xca\x92\x95\x75\xfd\x9e\x25\x92\x5b\xd4\xb6\x46\x70\x97\x63\x6a\x14\x3e\x59\x9d\xec\xfd\x74\xc5\x5c\x37\x3c\x0d\x9d\x21\x72\x1c\x38\xc0\x9f\x97\x67\xcb\x48\xc4\xe5\x17\x5a\xa9\x9a\xf9\x26\xe4\x38\x98\x87\x1b\xe3\xa5\xb3\xa5\x62\xe4\x67\x17\x2d\x3f\xb4\x25\x5d\xbb\xf8\x93\x14\x5c\x37\x57\xc6\x71\x05\x61\x56\xb1\x39\x6d\x6a\x20\x00\x0b\xff\xc0\x24\x9f\xf3\xd2\x13\x94\x35\xaa\x95\x82\x4a\x26\xb4\x1d\x49\x39\x19\x65\x78\xbb\x51\xd2\xc1\x17\x99\xa3\x9d\xa0\x01\x94\x01\xc8\xd2\x24\x93\x00\x06\x4c\xa2\x80\x52\x45\x00\x8e\xda\xc4\x3c\xf8\xd8\x0e\x03\x36\xca\x41\x0d\xba\x4d\xc4\x0b\x06\x0c\x58\x15\x01\x33\xb8\x66\xba\xa6\xb6\xff\xb2\x85\x28\x73\x5f\xf2\xb7\x86\x59\x12\xa8\x30\xf2\x70\x0d\xf9\x19\x1a\xb8\x63\x1a\x1e\x04\x93\x50\x6b\x16\xef\xc8\xc3\x25\xc9\x34\x39\x42\x22\xf7\x8f\x64\xca\x42\xa6\x0b\x24\xb8\x4b\x6f\x35\xc3\x28\xa3\x19\x93\x09\x6c\x49\x03\xbc\xea\xb9\x62\x3b\x32\xb1\xc9\x3e\xae\x65\x64\x1f\x8f\x2d\xd7\x98\x66\x6e\x6c\xa8\x63\xe4\xb9\xd1\x70\xd1\xba\xb7\x83\x3a\x54\xf1\x74\xb0\x19\xf6\x46\x6f\x70\xfb\xa4\x76\xc8\x5d\x5d\x0c\x1d\x47\xe9\x3f\xc3\x4c\x2a\x7a\x5c\x5d\x69\x14\xe8\x34\x5f\x8f\x41\xe6\xad\xc3\x55\x75\x48\x2c\xcd\xe6\xb5\xae\x86\xa9\xc6\x9f\xad\x81\x1b\x53\xa2\x98\xe2\x3b\x3a\x4c\x6b\xe8\x18\xac\x55\xf0\xc8\x1c\xa6\xda\x4d\x95\x80\xd0\xae\xb4\x18\xd4\x9c\x0d\x4a\x77\x92\x24\x60\xf3\x10\x8c\x99\xc2\x8a\x6e\xa8\x04\xf0\xe8\x1a\x5f\x83\x9d\x28\xf1\xc8\x0c\x64\x7d\xcc\x72\xbf\x32\xeb\x4c\xca\x04\x58\x7e\xd9\xd9\x6c\xa2\x57\x40\x22\x77\x6a\x45\x23\x47\xda\x30\xac\x33\x39\x17\x7b\x74\xdb\xf1\xa9\xd4\x38\xc8\xd2\x0d\xea\x92\xb4\xb3\xae\x2e\x17\x58\x00\x25\xab\x67\x89\xec\xd2\xe8\xd6\xbd\xfd\xf4\x4f\x50\xb6\x96\xd8\x4a\xac\xc8\xe5\xc6\x52\xb2\x11\xcb\x8c\xa4\x3a\xcd\xec\xfd\x6f\x6d\x8b\x91\x03\x82\x37\x21\xbf\x02\x0a\x12\xdc\x85\x1c\x07\x67\x6a\x8f\x4e\x33\x6d\x69\x59\xc5\x11\x32\x77\x1e\xc8\xc4\x8e\x40\x46\xf1\x02\x01\x46\x7e\x71\x65\x02\x2b\x1b\x07\xc6\xdb\xcb\xed\xc4\xc2\xfb\x96\x50\x79\x4a\x29\x2f\xe0\x13\x9d\x1f\xc1\x7c\xf7\xcb\xf4\xa8\xd8\xb2\xf9\x38\x8e\xf4\xf8\xe6\x7f\xf0\x1e\xe8\x8b\xe1\x80\x38\x56\xf4\xeb\xfb\x73\x91\x3c\x80\x44\xa9\x4e\xb1\xfe\x9c\xe4\x54\x27\x41\x1a\x6e\xcc\x2e\xe7\xca\x0e\x07\xbd\xf1\x95\x8c\x2a\x11\x26\x01\xd3\xd6\xae\x85\x3c\x51\xdd\x32\x66\x60\x84\xab\x35\xb0\xa2\x0a\xf1\x74\xec\x45\x08\xed\xd0\xa7\x09\xff\x0b\x1b\xe5\x1b\x91\xb2\x1f\x61\xc6\x53\x47\xda\x8b\x70\xc6\xd1\xad\xa0\x76\xf6\xef\x11\x10\x38\xfe\x63\xe8\xe6\xaf\xbe\x99\x2e\x12\xec\x15\x25\xfd\xae\x42\x3b\x7d\x66\xe8\xcf\x34\xf2\xad\x07\x9a\x51\xad\xfc\x95\x56\x6a\x76\xe7\x48\x21\x34\x3f\x38\x86\xdd\xae\xbf\x6d\x79\x5f\x4c\x9c\x3c\xe5\xee\x52\x48\x43\x61\xa4\x05\x2a\x4c\x16\xf0\xa6\x10\xc8\xab\x53\x91\xa9\xe4\x40\x05\x5c\x36\xfa\xf4\x7b\x26\x1b\x42\x99\x90\x48\x0e\x64\x29\x4b\x78\x3c\x0b\xc6\xfe\x82\x6c\x31\xeb\x16\x90\x75\x39\xd1\xd5\x1a\x7a\xd4\x87\x66\xa7\xa3\x85\xb9\xab\xc4\x1d\x99\x9e\xb3\x0a\x8e\x56\xb5\x5a\xd3\x46\x6f\xbf\x87\x65\x61\x4b\xdc\xf4\x02\x45\xfa\x25\x3a\xf8\x89\x1f\xf6\x2a\x53\x5e\x93\xe5\x9b\x0b\xc8\x33\x72\xa6\xac\x5b\xc7\x74\x28\xda\xf7\x6d\x4a\x68\xbf\x03\xc2\x42\x77\xc1\x10\x5d\xe5\x09\xa9\x2f\x0b\x2d\x13\xba\x54\x23\xcd\x37\xd4\xe4\x87\x0a\x34\x61\xcb\x52\x6b\x62\x13\x4d\x3d\x2f\x18\x4e\xbe\x9b\x60\xe0\x6f\x62\x21\xb3\xa4\x27\x3b\x4d\x13\x74\xb9\x9e\x99\xad\x8e\x7f\xff\xc1\xf2\xf2\x05\x02\xb0\x89\x71\x6c\x87\xb8\xb8\x7c\xf6\x3c\x4b\x06\xc6\x8e\xa7\x69\x50\xa7\x15\x98\x35\x9f\x1d\x99\xc6\x1f\xe0\xf1\xa5\x88\x65\x58\x74\x36\xf1\x18\x98\x39\x36\xf1\xf8\xfc\xc6\x35\x60\xd2\xd8\xc4\xd4\x87\x46\x58\x36\x28\xb4\xf9\x26\x4e\x65\x13\x8f\x69\xd2\x52\x85\x0b\x71\x4c\x68\x89\xfc\xc1\xa3\x67\x20\x33\x96\x9f\xe5\x22\xa3\x56\xe2\x4d\x3c\xd6\xee\x39\x34\xc3\xee\x7e\x7c\x86\xe1\xd4\x59\x0c\xc5\xba\x42\xf7\x95\xc3\xbe\x37\x08\x95\x72\x95\x5a\xd2\x64\xc7\x6e\x92\xe2\x1f\xe0\x71\xea\xe8\x03\x53\xf2\x52\x59\x4b\xcf\x5c\xd0\x9a\x96\xb9\xa0\xb5\x86\x16\xd0\xea\x1a\x5c\xf5\x04\x31\x7d\xc7\xd1\x98\x98\x12\xe2\x3c\xbf\xdb\x35\x69\x8b\x13\xbc\xf5\x83\xc7\x4e\x1f\xbd\xd0\x66\x02\x4f\x39\xf2\x47\x4e\xdb\x00\x90\x07\x2c\x0d\x69\xb1\x39\xf1\x84\x79\xcb\xfc\xf0\x22\x3b\x77\x14\x51\x2a\x1d\xa9\x36\x12\x6c\x04\xa9\x35\x43\xce\xa5\x18\xa4\xaa\xa5\x73\x36\x78\xd0\x0a\xbf\xf4\xa7\x17\x64\x04\x0d\x5b\x0c\x59\x84\xfc\x30\xc5\x49\x86\xa2\x84\x3e\x76\xc0\xd6\xaa\x4e\x82\xe5\x71\x23\xbe\x4a\xa1\x91\xac\xef\x67\x20\xef\x14\x37\x40\xc0\xcc\xaa\x70\x60\x58\x92\x55\x35\x22\x25\xb9\x56\xb5\xde\x69\xa3\xc6\x49\x2b\xe6\x5c\xd5\x40\x1a\xf4\x19\xa8\xa5\x25\x04\x76\x8d\x61\x92\x38\x87\x47\xc8\xf5\x3c\xec\xb1\x01\xe1\x79\x5f\x5c\xcf\x43\x1b\xb8\x1b\x25\x2a\xc7\x8d\xdc\xd5\x46\x4b\x6c\xa2\x9f\x2e\xbc\x5a\xca\x57\x06\xf9\x8f\x38\x79\x0b\xe4\xf3\x07\xac\x21\xa6\x1a\xf2\xcd\xa7\xac\x23\x30\xd2\xe2\xdf\x8c\xdc\x24\x32\x59\x89\xfa\x27\xa2\x69\x15\x83\xd7\x21\x76\x8c\x14\x36\x55\xfd\xb7\xb1\xcc\xe1\x9b\xfb\x5a\xa6\x1e\xda\xff\x78\x98\xf6\xf7\x95\xb0\xb4\xd1\xb1\x0b\xe5\x1a\xc5\xe4\xc8\x81\x52\x37\xa4\x4f\xa3\x4e\xbe\xa3\xc8\xfe\xb1\x85\x0a\xac\x04\xe4\xdf\x46\x82\xdd\xcd\xa2\xe8\x4d\x44\xea\x2e\x35\xc6\xf5\xfd\x8c\x99\xfd\xb0\x1b\xa6\x64\x31\x20\x3f\x35\x2f\xd2\xb9\x82\xda\xf7\xa1\x76\x35\xfb\x00\xd8\x58\xbf\xa5\xdf\xec\x88\x54\x22\x93\xee\xf7\xc1\xf6\xf9\x49\xcf\x43\x09\x4e\x33\x61\x6a\x0c\xe4\xb3\x3c\x96\x95\xab\xb6\xa1\x24\xfb\x1b\x2e\xde\xe9\x2b\xf7\xdb\xac\xd9\xf2\xd5\xaa\x5e\xcd\xad\xca\x3b\x00\x84\xd8\xf5\x0c\x92\xef\xd4\xa5\x44\x6a\x23\xb3\x46\x6d\x55\xbe\x30\x2a\xd2\x10\x3b\xb2\xd9\xdd\x9e\xeb\x87\x0b\xbc\x0a\x42\x68\x75\x0e\xd5\xc9\x87\x1a\x9a\x47\x75\xca\x19\x6b\x88\x14\xb1\x6a\x6b\xa8\xfe\x0c\x03\x61\x5f\x04\x0c\x7b\xc4\x5e\x3c\xbd\xab\x1d\xba\x3c\x46\x86\x8e\x68\x91\x9f\x5e\x35\xaf\x1c\xd8\xfb\x75\x34\x8e\x5e\xc8\x1e\x54\x0e\x48\x57\xf9\x73\x75\x8e\xfa\x91\xe7\xa8\x55\x95\x0f\xd6\xef\x80\x50\xe7\x61\x1c\xf8\x1d\x37\xc3\x1e\x3f\xfc\x60\xb6\x6c\xf2\x7f\xd5\x46\xd7\x0f\x32\x9c\xe8\x9c\xdd\xbc\x82\x51\x2d\x3d\xa3\xb7\xa1\xe3\xb7\x74\x8b\xde\xa0\xfe\x00\x60\x54\x8e\x58\xeb\xda\x6a\x5e\x67\xaf\x47\x16\x17\x5f\x81\x3e\x1a\x40\x66\x1c\x13\x6a\xb0\xe6\x49\xdf\x6a\x45\xa6\x21\x3f\xb3\x9f\x8b\xc6\x92\x24\x08\xc8\x99\x2f\xe8\x15\xef\x8c\x0f\x53\x9e\x6d\x0e\x90\xaa\x52\x0b\x03\x87\xea\x75\xb5\x2e\x69\x66\x82\x75\xc0\xa3\xa4\xe3\x4e\xc9\xdc\x1b\x66\x3f\xf1\xce\xa5\x3c\xbb\x0a\x83\xc8\x07\x52\xbf\xc1\xae\x87\x78\x3b\xab\xd3\x10\x93\x30\xaa\xc7\x6e\xe2\x0e\xea\x09\x76\xd3\xd4\xef\x01\x6e\x4c\x11\xa7\x86\x97\x38\x21\xb2\x24\xbd\xd2\x8e\xe6\x9f\x43\x3a\x60\x3c\xe8\x81\xb7\x33\x1c\x7a\xb3\xf8\xb9\x70\x48\x8b\x43\xc1\x2b\x7e\xd6\x8f\x86\x19\xd7\x38\x7d\x3c\x0b\xb6\x92\x9a\xdf\x8d\xbb\xc2\xff\xef\x5f\xa4\xfb\x17\x01\x07\x8a\x82\xf7\xc3\x02\x6a\x3d\x92\x03\xc4\x79\x6a\xbe\x56\x97\xb5\xe2\xd6\x5d\x53\xaf\xe5\xf5\xfc\xb7\x70\x36\x38\x79\xfa\x74\x0d\xae\xf8\x9a\xbe\xad\x8d\x9f\xa7\x6b\x52\x4b\xa9\x29\x81\xda\x6c\x8d\x80\x88\x54\xaf\x67\xcf\x5f\x3a\x73\xfe\xdc\xd5\x0b\x17\xcf\x5f\xb8\x7a\xee\xe4\xd9\xe5\x15\xa2\x16\x54\x94\xb1\xbb\x52\x43\x15\x6e\xd7\x26\x7f\x0a\xc3\x13\xf9\x5b\x99\x50\xd4\x2f\xe6\xac\xaf\x7e\x53\x77\x7d\xf5\x93\x9a\x76\x8d\x9f\x20\x64\x44\x7d\x11\x57\x6b\xa4\x44\xb3\x0b\x93\x02\xc3\x26\x4b\x8a\xb4\x28\x5f\x58\xc0\x8c\x7a\xb0\x64\x39\xf4\xd8\x4f\x15\x3f\x0b\x7e\x43\x78\x11\xb1\xcf\x7e\xa9\xc0\x54\xf0\x1b\x82\x8b\xe0\xf9\xca\x1a\x70\xb4\xf8\x3e\x0e\x71\x42\x78\xad\xab\x8c\x2c\xf4\x11\x08\xf5\x9e\x1b\x8d\xa3\x62\x6e\x08\xb4\xca\x5f\x50\x36\x68\x71\x56\x38\xc7\x92\x6e\xf2\x2c\x96\x3a\xba\x30\x42\x41\x14\xf6\x70\x82\x3c\x1c\x53\xde\x16\xc1\xc4\xf1\x62\x09\xc2\x06\xd4\xea\x55\x7f\x81\xb7\x43\x67\xf0\xd5\x20\x2d\x3b\x45\x9f\x06\xa5\x1e\x43\x6f\x86\xc7\xa1\xc2\x1a\xdb\x6e\xd1\xe2\x37\xc1\x5f\xd8\x78\x34\xc7\x40\xe8\x1a\xa8\x61\x2a\xf7\x0e\x9c\xe6\x1f\xa8\xa1\xb0\x5c\x6c\xeb\x03\x68\x46\xb6\x66\x7d\x1f\xda\xc7\xed\xde\x83\x25\x4d\x20\x56\x9d\xde\xf3\xee\xe7\x43\x28\xa1\xe9\xd1\x8a\xa1\x41\x88\x0a\x6d\xcb\x61\xe6\x93\xd3\x69\x01\xad\xae\xc9\x73\xd6\x6c\x89\x7b\x76\xfc\x80\xca\x32\xf0\x19\x61\x5e\xaa\x1d\xff\xbc\x35\x16\xfc\x83\xcb\x04\x49\x4d\x42\x12\x44\x00\xb1\x52\x14\x69\x8a\x9d\x88\xe9\xd6\xb5\x41\xad\x17\xe0\x87\x21\xf0\x63\x52\x3c\x2e\x68\xab\xdc\x87\x9b\x7e\x6c\x08\x61\x0b\xf4\x4c\xa4\xb0\xa1\x00\x8b\x66\xdd\x19\xf5\x06\xde\x76\x89\xba\x5b\xa2\x46\x9d\x36\xe1\x0c\xb5\x97\x14\x68\x6a\x30\xd4\x73\xc1\xdd\xce\x62\x21\xd0\x5b\xac\x3e\x04\x35\x62\xcd\xcd\xd4\xd8\x1f\xab\xba\x15\xb1\xe0\x6b\x3a\x8b\xb7\x29\x58\xf8\xf3\x44\xc9\xd5\x37\x80\x6d\x2d\xa8\x65\x6b\xac\x08\x0b\xca\x43\x31\xbf\xe2\x55\xde\xac\x35\x7d\xb0\x14\x2f\x5e\x82\x55\x1a\xb2\xdc\x84\x57\x37\x31\x1a\x78\xd1\x73\x88\x8e\x9e\x2d\xd5\x18\xa8\x66\x7e\xae\x99\x36\x93\x34\x33\x2e\xa9\x0b\x02\xa4\x03\xf0\xd5\xd0\x6a\xfb\xa0\xe2\xe3\x07\x6b\xa8\x7d\x50\x5e\xf1\xd2\x5f\x66\x83\xed\x83\x6b\xd5\xc2\xd0\x81\x37\xa2\xc1\xf8\xe4\x39\xf7\x05\x78\x3e\x71\x7b\x03\x3d\x67\xaa\xba\x6e\x17\xe4\xde\x80\xeb\xae\x20\x69\x58\x94\x8a\x98\xbe\x22\xa4\xed\x02\x80\x71\x95\x7c\x5e\xa3\x9e\x0a\x7c\x48\x58\x89\xb6\xf4\xf9\x73\x5d\xe5\x20\x3b\x7a\x6c\xba\x0e\x4d\x95\x4c\xf0\x7d\xd6\xbb\x1b\x39\x5a\x35\x85\xab\x36\x85\xe3\x98\xfa\x20\xd2\x2e\x3d\x0d\xbd\xaf\x66\xee\x76\xcd\x6b\xac\x7c\x4d\xb0\xcc\x26\xab\xed\x83\x3c\x60\xd6\x9c\x66\xd6\xa4\xf2\xfe\xb3\x44\x92\x9e\x3e\x0d\x94\x4a\xf0\x41\x53\xbe\x1e\x69\xa0\x04\xf7\xa8\x49\x2d\x8c\x5d\x54\xaa\x69\x2e\xb0\x41\xca\x58\x54\x9f\x0b\xca\x72\xd1\x05\xc3\xf8\xac\xea\x42\x3c\x06\x90\xb9\x2b\x16\x60\x0e\x30\x23\x02\x92\x07\xee\xda\xfc\x23\xd8\x3f\xcb\x9e\x87\xc9\x25\x66\x8c\xbc\x2c\xc0\x19\x0d\x5b\x0f\x0c\xcb\x68\x59\x4f\x0b\xdb\x59\x77\x60\xdf\x8e\xf1\x43\x7c\x5e\x9d\xfb\x8e\xde\x96\x79\x10\x69\x4e\x06\x85\x9f\x3b\xd5\x9a\xe4\xa6\x5a\xbe\x86\x6a\x31\x41\xc3\x9a\xe5\xb0\xe9\xe1\xec\x34\x4e\xfc\x2d\xec\x51\x91\x82\x3e\x15\x4b\x28\x99\x72\xfc\x94\x55\x71\x60\x72\xa3\xc2\xe1\xc4\xed\x61\x14\xc6\x64\x12\x76\x51\xe5\x58\x89\xac\x42\x2f\x4b\x88\x6a\xe6\x95\x5c\x7f\x6c\xca\xab\x12\x55\x61\xe0\x6f\x53\x78\xd0\x86\xbc\x8e\x02\xcd\xd4\x0a\x98\xab\x45\x66\xa6\xcd\xa9\x26\x21\x99\xad\x14\xed\x58\x25\x92\x92\xb8\x00\xa2\x15\xc7\xec\xe6\x11\x20\x09\x3d\x83\xf5\x1d\xb7\xac\x2c\xdd\x24\x76\x1c\x18\x10\xd5\x3f\x4d\xe2\x82\xd7\x24\x05\xe9\x07\x46\x4f\xfa\x5d\xe4\x06\x44\xe0\x1a\xa3\x81\x9b\x6c\x22\x57\x33\x81\xc3\x7a\xfc\x05\x3f\xd1\x8f\xc3\x87\x41\xaf\x1a\x45\x2e\x28\xae\x7d\x0f\x1f\x16\x24\x95\xc1\x58\xfa\x2b\xbc\x56\xf9\xd5\x93\xb1\x45\x4c\x19\x80\x3f\x04\x36\xc4\xc6\xf5\x06\xd8\x32\xc5\x0d\x53\x08\x2c\xd2\x64\x37\x66\x2a\xb3\x07\xe9\x20\x1d\xb4\xc1\x5d\x01\xe4\xc1\xce\xb0\x4a\xb9\x60\x01\xd1\x67\x21\xdb\xa1\x20\xa3\xa4\xbd\xe9\xbe\x05\x54\x1b\x9a\xea\x5f\x30\x9b\xc1\x45\xd7\x05\x0b\x90\xa4\x14\x5c\xcf\xdf\x30\xe0\x77\x8a\x11\xcb\x4a\xe1\x54\xcf\xa4\x41\x7e\xc2\x5d\x23\x8c\x94\xd1\xf2\x35\x62\xa1\xbb\xa8\xe7\x89\xc5\x4c\x0d\x84\x72\x0c\x72\x15\xab\x04\xae\x22\x42\x53\x7c\x97\x05\x12\x44\x7f\xe6\x4d\xc0\xe9\xa5\xc0\xa3\x60\xa0\x67\x3e\x11\x6f\xd1\x09\x5d\x5a\x2e\x3c\x9a\x78\x40\x34\x66\x82\xdf\xd0\x89\x67\xfe\x43\xe5\xaf\x30\x03\x17\x1e\x85\x92\x2f\x50\xb3\x4d\xf3\x19\xbe\x19\x1a\xd6\xab\x58\xf0\xea\x4e\xd7\x8f\xdb\x08\xfc\xed\xcd\xb4\xfb\x9a\x1a\x67\x0b\x72\x32\x77\x46\xd2\xa9\x5b\x8c\x8a\x72\xad\x9a\xd1\xfa\x69\x33\xc0\x3d\xb7\x33\x7e\x29\xf3\x83\x69\x39\xd4\xcf\xba\xe9\xa6\x16\xf1\x62\x2e\x74\xa6\xd2\x14\x57\xfa\x7e\x51\x28\xd7\xc5\x95\x2c\xfb\xcc\x7e\xaa\x7d\xe2\xa6\x9b\x2a\xf4\xc2\x4d\x37\xb5\x2f\xd2\xc4\xa4\xbe\x9f\xd5\xb7\x12\x29\x3a\x09\xb6\x93\x02\x3c\x59\xd8\x53\xa4\xf4\x92\xb9\xaf\x54\x85\x4b\x65\x9b\xeb\x00\xf9\x6a\xae\x59\xe9\x1a\xb9\x03\x13\x02\x73\x2a\x6e\xc0\x27\x90\x41\x47\xf2\xdc\x46\x04\x2f\x3d\x59\xd8\x97\x8a\x89\xd8\xd3\x55\x40\xcb\x2c\x4c\x93\xb5\x53\x03\xbc\xcb\x80\x5e\x40\x96\x51\x94\xb3\xba\x80\x8a\x13\xac\x6f\xc4\x05\x4b\x0f\x8a\x8c\x6d\x41\xef\x51\xdb\xbc\x10\x05\xfb\xf7\x5b\x2a\x16\x52\x52\x2e\xd1\x14\x34\x1b\xb3\x1a\x24\x22\x9e\x4e\xb9\xee\xec\x80\x48\x1f\xca\x79\x65\xc1\xa2\xb6\x0a\xf6\x25\xbe\x7d\xd0\xf3\xb7\x88\x72\xae\x32\xe4\x14\x5c\x79\xd9\x96\x58\xe0\xff\x95\x67\xbd\x7a\x14\xcb\xea\xcd\x59\xce\x98\xc9\xd0\xb7\x0f\x12\xf9\x5b\x40\x0b\xb6\x0c\x2e\xd1\xc0\xbb\xa0\x96\xf4\x1d\x7a\xbe\x04\xba\x09\xcc\x14\x0a\x05\x29\x07\xb0\x7b\x91\x9b\x20\xea\x76\x53\x9c\x5d\x70\x13\x4b\x45\x29\xf2\x58\xea\xf5\x70\xf6\xdc\x73\xd1\xb6\x36\x25\x1b\xd1\xb6\x4a\x28\x20\x20\x8c\x34\xcc\x1b\xd1\x76\x63\xe4\x7b\x59\x9f\xec\x29\xf2\xa3\x8f\xfd\x5e\x3f\xb3\x84\x3f\x83\x98\x8c\x29\x34\x44\xc3\xd0\xf3\xc3\xde\xa9\xc0\xa7\x89\x03\x3a\x7a\x6a\xe8\xab\x45\x92\x0a\x15\x0c\x02\xaf\x6a\x14\x5e\xfd\x06\x24\x1a\xc3\xce\x12\x0f\x04\x38\xd3\xde\xb0\xa6\x6d\x76\xa2\x30\xcd\xd0\xb5\xf4\x54\x9a\xb2\x57\xae\x69\x0b\xec\x49\xfe\x05\x54\xa9\xb3\xc7\xf7\xeb\x15\xba\xce\xce\x46\xd7\x49\xd9\x20\xba\xce\x0b\x9a\x4d\x74\x66\x19\x79\xbe\x87\xfc\x0c\x8d\x92\x28\xec\x31\x9f\x04\xd4\x68\xd0\x6b\xf1\x41\x4a\xe1\x53\x0e\x7e\x9e\xfc\x8a\xe8\x0f\xc6\xfb\xca\x1e\xfc\x76\xc0\x9a\x82\x24\xeb\x17\x04\xe6\x62\x31\x3a\xc7\x87\x44\xab\xbf\xc4\xde\x7e\x26\xb2\x6b\x48\xf3\x50\xb2\xb8\xa4\xb2\xc7\xce\xe3\x4a\x55\x3e\x63\x2e\xea\x64\xdc\xc0\x43\x70\x51\x0e\xd7\x8d\x92\x01\x43\x4a\x3d\xc7\x18\x14\xf5\xb5\x09\xe5\xc0\x6a\xe9\x49\xc8\xb7\x23\x0a\x8f\xe5\xa1\x6c\x83\x66\xa5\xe1\xec\xc8\x6e\xd9\xfb\xbc\x63\x8e\xaa\xe1\x74\xcd\xdb\xe0\x95\x0b\xa3\xce\x1a\x79\x16\xad\x1f\xba\x51\xf8\xb6\xa3\x50\x09\x37\xeb\x75\x06\xbf\x00\x1f\x73\x16\xdf\x2a\x82\x9a\xb2\x67\x9d\xc9\xb0\xcd\x42\xd3\x54\x72\x08\x92\x75\x49\x80\x98\x09\x6b\xbb\x29\x1c\x0c\xe9\x28\xce\x22\x23\xb7\xc0\x63\xb8\x6c\xfe\x42\xf9\x6a\xb7\x39\x82\x8b\x62\x61\x86\x50\x48\xe5\x3e\x0a\xe3\x00\xaf\x86\xfc\x2d\x73\x8a\x74\x51\x4d\x3b\x45\x49\x1f\xef\xb7\x8c\x96\x11\x42\xc5\x50\x35\x8a\x80\x06\x5e\xb1\x1e\xf4\x79\x4f\xc1\x10\xcf\xda\x43\x35\x1d\x8f\xab\x83\x74\x36\xa6\xf4\x8b\x7c\x9f\xd6\x9d\xa9\xef\x81\x6b\x13\xa8\xaf\xa0\xe9\xe3\x97\xe7\xb0\x2b\x96\xf9\x5d\x9b\x65\xe1\x5e\xbe\x02\x1b\xd6\x99\xc9\xc8\x0f\xbd\x68\x44\x38\x3d\xd1\xaa\x87\x19\x4f\xf1\xc5\x27\x42\x25\x7b\xe5\xec\x44\x0d\x05\x1b\x03\x46\x79\x0f\x0b\x5b\xee\x98\x3d\x69\xac\x8d\x69\x9e\x4f\x85\x2d\xce\xa9\x9a\x54\xd5\x9e\x08\x48\xa7\x3f\xe8\xb4\xd1\x00\x21\x95\xa6\x8a\xd2\x37\x70\xb3\x84\x32\x21\x09\xab\xde\x3b\x5f\xfd\xab\x56\xfd\xa9\x76\xbb\xde\xa8\xad\x35\x7b\x35\x54\x21\xdc\x32\x0e\xfc\xcc\xa9\xd4\x2a\xc6\x43\x0f\x72\x15\x6c\x2f\x30\x23\xd5\xf3\x41\xe4\x66\x0e\xc3\xbe\x3a\x37\xbf\xc6\x04\x5c\xfa\xeb\xd8\x5a\x0d\xb5\x54\xec\xc5\xd8\x5a\xe3\x28\xac\x71\x1c\xd6\xd8\x59\x34\x99\x24\x6f\x7c\x7b\x01\xb5\x38\xcc\x58\xfc\xb9\x23\x66\x1b\xf6\x76\xde\x43\x4b\xa8\xc9\xfe\x6e\xb7\x1d\xa7\xf1\xbd\x6a\xbb\x5d\x6d\x2e\xea\x50\x47\x01\xd4\x51\x4f\x87\x2b\x67\x3f\x60\xf5\xd4\xd0\xf6\xf8\xbf\xf4\x0a\x22\x12\x87\x9b\x24\x8b\xea\x17\x75\x0b\xa3\xc3\xab\x96\x13\x2d\x73\xc4\xc8\x57\x01\x43\xe1\xd0\x80\x87\xa8\xfa\xfc\xaf\x55\xf0\xd8\xa9\x9b\x24\xea\x03\x58\x89\xf4\xf2\xc5\xcf\xf0\x00\x2d\x3d\x63\x09\x1c\x07\x8b\x8b\x00\xd5\xd0\x5c\x0b\x58\x9f\xab\x10\xfd\xea\x31\xc2\xf7\xb6\xc7\x8d\x6d\xad\xf4\x38\x2f\x55\x76\x48\x0b\x07\x5e\x67\x3d\x74\x0e\xdd\x70\x93\xa4\x71\x2d\xf2\x43\x4a\xdc\x4e\x75\xdd\x78\x03\x42\x52\x28\x17\x5b\xa7\x7f\xb4\x7c\xc8\x8e\x7a\xd5\x92\x41\x38\xfa\x1d\x0d\x02\xd9\xad\x96\x51\x20\x5b\x72\xe6\x61\x38\xea\x4d\x1b\x88\x76\x21\x6a\x45\xc3\x04\x4f\x14\xc9\x26\x58\x4e\x93\xc0\xcd\xf0\x65\xe7\xd0\x0d\x42\xdd\x4e\xbc\x5d\x45\xb2\xf4\x0a\x2b\x1d\xeb\xa5\xff\x87\xd3\xaa\xae\x73\x1c\x52\xf1\xdc\x69\x87\xe0\xbd\x75\x52\x68\x15\x1e\x68\x35\xeb\xa9\xa4\x7d\x61\x3b\xbe\x06\xd1\x80\x22\x73\xa7\x11\xd9\x58\x1a\x2d\x63\x8e\xef\xa5\xcc\x0f\xd2\x0a\x10\xd8\x2f\x2e\x5f\x3d\xf7\xd2\x59\xc2\x7f\x56\xdb\xed\xfa\x91\xb5\x67\x9d\x67\x17\xda\x6d\xef\x7b\xed\x76\x23\xaf\xb6\xdb\xde\x11\xe7\xd9\x85\x55\xbc\xbc\xc6\xbf\x92\x92\xbc\xda\x6c\xa4\xd1\x30\xe9\x30\xab\x05\xd9\x8d\x26\x83\xb9\xcc\xdc\xe4\x9a\xa8\x9f\x65\x71\xba\xd0\x6c\xa6\x99\xdb\xd9\x8c\xb6\x70\xd2\x0d\xa2\x51\xa3\x13\x0d\x9a\x6e\xf3\xe8\xb1\x27\x8f\x9f\x38\x7e\xac\x79\xb4\x75\xac\x75\xa2\x75\x1c\x88\x1d\x3c\xe0\x35\xa0\x69\x9f\xa9\x8a\xa4\x71\x37\x16\xf3\xed\x06\x22\x19\x00\x01\xe0\xe7\x34\x8f\x52\xa3\xe3\x5f\x2c\x46\x82\xb1\xa8\xef\x4c\x67\x7c\x81\x6a\x45\x8b\x16\xbf\x52\xf1\xf8\x8d\x15\x99\x46\x48\x41\x68\xee\xa4\xa9\x83\x83\x1a\x95\x8f\x6a\x68\x8b\x77\x81\x2a\x4f\x84\x35\x12\x89\x45\xb1\x42\x16\xa6\x16\xca\x38\x42\x33\xe5\x0c\xd0\x08\x7c\x22\xe8\x6b\x22\x95\x92\x9a\x1a\x7d\x37\x3d\x3f\x52\x42\x8d\xaf\xc7\x9e\x0a\x92\x7c\x46\xd5\xaa\xbf\x66\x7f\x8f\x57\xee\x66\xa9\x22\xa9\xa3\x10\x90\xcb\xfa\x41\xf9\xb5\x04\xac\x68\x1a\x8a\x06\x48\x3b\x16\x0e\x07\x1b\x38\xa9\x68\xce\x4a\x6c\x34\xd6\x0f\xdd\xa0\x7f\xee\xc4\xdb\xeb\x8b\x1a\x31\x38\x98\x22\x30\x96\x53\xaa\x14\x01\x7d\x71\xca\x59\xa9\xda\x14\x1d\xa6\x4d\x5f\x88\x78\xc0\x3b\x58\x7d\x64\xea\x36\x22\xc6\xab\xc8\xdf\xea\xaf\x31\x38\x45\xbd\xa8\x23\xd6\x64\x34\x0a\x71\x72\x9a\xab\x84\x00\x64\x23\xf2\xc6\x4c\x59\x6c\x90\x3f\xf5\xca\x44\x67\x64\x1f\xc9\xb1\x48\x60\x84\x52\xb9\x0c\xd2\x1b\x36\x9b\x68\xf7\x37\xf7\x76\x6f\xdd\x41\xdf\x7f\x6e\x05\xed\xbe\xf7\xea\xee\xdb\x1f\xef\xfe\xea\xe3\xdd\x5b\x77\xbe\xbe\x7f\xf3\x64\xfd\xfb\x89\xeb\x61\xf4\x1c\xcb\xa7\x94\xa2\xaf\x7e\xf2\xf9\xe4\xcf\xff\xba\xfb\xd6\xdd\xdd\x9b\x3f\x42\x56\xcb\x01\xda\x7d\xfb\xde\xee\x1f\x7f\xf5\xf5\xfd\x9b\x0f\x3e\xb9\xb5\xf7\xd6\x47\x93\xd7\x6f\x3d\x7c\xf5\x27\x0f\xff\xf6\x6f\x1e\xdc\xff\xcd\xde\x67\xef\xef\xbd\xfb\xda\xe4\xce\xdf\xef\xbd\xf9\xf1\xee\xdb\xf7\x26\xf7\x6f\x13\x0a\x94\x39\x62\x1f\x5b\x04\x21\xf5\x8f\x1f\x7d\x7d\xff\xdd\x6b\x7f\x39\xc4\xc9\x18\x3d\xfc\xf2\x1d\x86\x7a\xf2\xc6\xed\xc9\x9b\x9f\x89\x3e\x37\x3a\xb4\xea\x8b\xb8\x9b\x35\xd9\x9f\x97\xa2\x98\xd7\x7f\xf0\xf9\xeb\xbb\xff\xf6\x8b\x87\x77\x7f\x35\xb9\xfd\x37\x7b\x6f\x7e\xfc\xf5\xfd\x9b\x0f\xbf\xfc\xdb\xdd\xdf\xfc\x79\x72\xfb\xd6\xc3\x57\x6f\x3e\xb8\xff\xee\xe4\xee\xfd\x87\x6f\xfc\x69\xf2\xf9\xff\x44\xfd\x6c\x10\xa0\xc9\xff\xb8\xc9\x06\x79\xf7\xbd\x9f\x3f\xfc\xe2\xde\xc3\x3f\xff\x5d\xf3\xe1\x17\xf7\x76\x3f\x78\x9d\xd4\xb9\x7f\x7b\xf7\xd7\xff\x4e\x50\xbc\xf9\xe7\xc9\xed\xb7\x49\xcf\x5e\xbd\xff\xe0\x93\x5b\xbb\xff\xfc\x0f\x7b\x1f\xdc\x11\x04\xff\xf3\x87\x93\x0f\xdf\xfe\xfa\xfe\x4d\x1f\x9f\x40\x04\xff\x97\x9f\xef\xfd\xea\x77\x0c\xf9\xde\xbb\xaf\xa1\x81\x9b\xf4\xfc\x10\x4d\x5e\xbd\xff\xf5\xfd\x9b\x93\x7b\x9f\x3c\xfc\xf2\x97\x93\xf7\x3e\xde\x7d\xe7\xee\xee\xbf\x7e\x40\xda\xfc\xf8\x47\xa4\xd2\x9b\x9f\x3d\xbc\xf3\xc5\xde\xe7\x77\xcc\x7a\x6c\x5c\xc8\xf0\x6d\x44\xdb\x8d\x00\x77\xd9\x9c\x8e\x79\x41\x16\xc5\x6a\xe8\xce\x84\xe8\xcc\x72\x0d\x0d\x22\xc2\xf8\xba\x34\x9c\x25\xf3\xe9\x6b\xf7\x08\x6f\x67\x89\x8b\x62\x7f\x1b\x07\x29\x72\x13\xcc\x23\xb9\x78\xd0\x4b\x16\xc5\x34\xbe\x83\xa0\xe7\xb8\xbc\x21\x16\x5f\xfd\x41\x1c\xf8\x1d\x3f\x43\xf3\x75\x8a\x80\x06\xc2\x91\x95\x99\x78\x38\x69\x20\xd6\xec\x89\xe6\x13\xe8\x87\x43\x3f\xd9\x4c\xd1\x20\xf2\x68\xb8\x88\x34\xd6\x9c\x40\x69\xe6\x86\x9e\x9b\x78\xec\x63\x8d\xba\x45\x71\x04\xe2\x69\x12\xc2\xf1\x13\xdf\xf3\x70\x88\x36\xc6\xe4\xd0\xca\xfc\xb0\x47\xda\x17\x04\xf1\x95\x2d\xac\x5a\x15\x89\x20\x8b\xd0\x75\x9c\x44\xa8\x5e\x47\x59\x7f\x98\xd6\xd0\x08\x13\xa4\x61\x94\xa1\x04\x07\x63\xea\x95\x2a\xd1\x30\x26\x8e\xdc\x60\xe4\x8e\x53\xb4\x81\x49\x23\xf3\x7c\x60\x1a\x70\x24\x41\x67\x6a\x74\x18\x78\x4d\x4e\xae\x87\x33\x9c\x0c\xa8\xcb\xe8\xc6\x18\xfd\x90\xac\x56\x4e\x2f\x5d\x4d\x95\x94\x63\xb2\xad\xd4\x1a\x4d\xda\x43\x4d\x30\xfa\xb0\xf8\x19\xf2\x53\xd4\x25\xfb\x03\x62\xe5\xa8\x58\x26\xa4\xc2\x28\xd8\x5a\x68\x20\xb4\x42\x3d\x76\x47\x58\xde\x43\x77\xdc\x20\xc0\x62\x52\x24\xf3\x12\x9b\x91\x6e\xec\x11\x46\x7d\x9a\x78\x95\x57\xa1\x87\xab\x87\x5c\x94\x60\x72\x18\xd7\x50\x1a\x71\x1a\xc3\x48\x2c\x94\x2c\x8a\x10\xde\x8e\x71\x98\xfa\x5b\x18\x5d\x1b\xb2\x50\x2a\x4a\x3a\xa1\x78\x80\xdc\x20\x50\x03\xeb\x63\xf4\xe0\x93\x5f\x4c\x3e\x7d\xeb\xe1\xdd\xdf\xb1\x3d\xbd\xf7\x8f\xbf\x9e\xdc\xfe\x87\xbd\x77\x5f\x63\xbb\x6e\xf2\xcb\x3f\x7c\x7d\xff\xe6\xee\xdd\x5f\xed\xfd\xd3\xfb\x5f\x7d\xf6\xce\xc3\x3b\x1f\x22\x77\x23\x8d\x82\x61\x86\x09\x6b\xda\x7d\xe7\xee\xde\xff\xfa\x64\x72\xf7\x1e\xab\x36\xb9\xf3\xee\x83\xcf\x6f\xed\xbd\xfb\x1a\x47\xcf\x4a\xc5\xfe\x7d\x63\xf2\xc6\xeb\xbb\xef\xdc\x7d\x78\xe7\x0b\x64\xf0\x45\x54\xe3\xd3\xbb\xfb\xeb\x7f\xe7\xfb\x8e\xcc\x9a\xd8\xd1\xef\xbd\x3a\xf9\xdd\xe7\x7b\xbf\xff\xd1\xee\x3f\xff\x76\xf2\xde\x47\x8c\x3d\x10\x3e\x41\xf7\xe6\x83\x4f\xfe\x9a\x35\x80\x08\x07\xfc\xfc\x75\xd2\xa7\xa7\xd1\x53\xec\x23\x23\x79\xf7\xbd\x9f\xa3\xf9\x78\x9b\x00\xb0\x4e\x02\xde\xf4\xce\xdd\xaf\xfe\xee\xef\xd9\x38\xdc\x9a\xdc\xbe\xfb\xf0\x27\x9f\x33\x02\x20\xe9\x5f\xdf\xbf\x49\xdb\x64\xed\xdd\x7b\x9f\xb0\x9c\x77\xee\x32\x08\x54\xf3\x31\x9a\xdc\xbe\xfb\xe0\xb3\xdf\x7d\xf5\xea\xbb\x0f\xbf\x7c\x83\x42\xd5\x28\x3c\xc3\x24\x79\x3e\xe9\x3f\x1f\x71\x83\x73\x5e\x8a\x62\x34\xf9\xf8\x5f\x76\xdf\xb9\xcb\x37\x51\x3d\x93\x0c\xd4\xc7\x4f\x70\xce\x78\xeb\x8f\xda\x78\xbe\x75\x6f\x72\xfb\x9d\x07\x9f\xdc\x7a\xf0\xe9\xeb\xff\xd7\xab\x3f\xde\xfd\xf8\x93\x87\x5f\xbe\xf7\xe0\x93\x4f\xd1\x3c\xe8\x1d\x6b\xb3\xeb\x27\xb8\x1b\x6d\x37\x3b\xfd\x24\x1a\xe0\xa6\x8f\x9f\x2a\xa1\x41\xf6\x4a\xf6\x7b\x72\xeb\x8f\x0f\x3e\xff\xf2\xe1\x9d\x2f\x1e\x7c\xfa\x3a\xa0\x8d\x8d\xc2\xa7\xa8\x25\xf8\x61\x7d\xc9\x72\x18\x30\xe3\xba\x37\x36\x8a\x5a\x9c\x65\x16\xea\x10\x12\xf4\x2a\xbc\xa4\xa5\xe7\x18\x95\xaa\x65\x37\x5b\x40\xe2\x8a\x30\x8b\xe2\x05\x34\xd6\x15\x7a\x28\x1c\xac\x74\x92\x28\x08\x9c\x51\x8d\x40\x02\xb1\x20\xc1\x19\x51\xb7\x57\xd7\x63\xb7\x87\x0f\xdd\x20\x9d\x7b\x16\x55\xae\x54\xd0\x02\xaa\x5c\xae\xec\x9c\xa7\x6c\x66\x7d\x0d\x9c\xf4\x03\x9c\xf5\x23\xa2\x8c\xad\xa7\x14\xa7\xac\x74\x29\x8a\x69\x35\xd2\xd1\xca\xce\xba\x29\x22\x26\xfc\x59\xc7\x82\x20\xc5\x05\x08\x42\x86\x94\x18\xb8\x88\x44\x17\xc0\x89\xda\x13\xb5\x27\x25\x77\xa2\xcc\x49\x0a\x50\x44\xde\x30\xc5\x8c\x55\x46\xe1\xda\x62\x41\x9a\x2b\x25\x81\xb6\x04\x78\x6c\x5b\xdd\x31\xd0\x16\xc8\x9c\x18\x68\x0b\x76\xe8\x04\x67\xe5\x03\x4f\xc6\xc4\x19\x15\xec\xbc\x62\x56\xac\xf2\x1c\xfb\x78\x29\x8a\xa7\x54\xac\xd1\xfb\x0f\x6b\x75\x36\x75\x0e\x0e\x34\x15\x24\x8e\x52\x66\xf2\x2c\x48\x8b\x55\x8b\x28\x58\x2a\x08\x8e\xb8\x14\xc8\xef\xc4\x5e\xf6\xf1\x88\xac\x54\x52\x14\xd3\x6b\xac\x57\xa8\x01\x87\xd6\x88\xa3\x94\x8a\x0a\xe8\xc8\x52\x61\x40\x24\x00\x59\x43\xf0\x3b\xeb\x36\x74\xa5\x89\xa3\x54\x74\x53\xc4\x96\x9c\x44\x9d\x64\xe8\x61\x34\x72\xc7\x44\xc4\x10\xa7\x20\x39\xfa\xfc\x2e\x72\x43\xc4\x94\x11\x72\x44\xb8\xdc\xa4\xc4\xe2\x3f\x06\x98\xcc\x3f\x1a\x66\x7e\xc0\xe3\x3c\x40\x86\x4b\x46\x3a\x08\x82\x6d\x36\xd1\x80\x9c\x24\xc3\x94\xa8\x02\x54\xa3\xf1\xf1\x93\xf4\x8b\x8c\xa7\xc2\x3f\x24\xff\x5b\x60\x41\x54\xea\xd5\xb0\x8d\x6b\xda\x4b\x06\xe2\xb7\xf6\x86\x05\x29\x5c\x5a\x22\xff\x69\x8c\xc4\xa8\x15\x66\x53\xcc\x01\x34\xba\xb2\xac\x3d\x9c\x5c\x5a\x5e\xb8\x7d\x8f\x3c\xac\xef\x29\xa9\x09\xd1\x4f\xe4\xff\x2e\x8d\x63\xa6\xe1\x3c\x65\xab\x5d\x50\x4a\x68\x3d\x73\x59\xe8\xe4\x5e\x2d\x98\xed\x88\x7c\x20\xf4\xc9\x4e\x0a\xd8\x4f\x07\x82\xa1\x25\xd4\x49\x17\x81\xae\x69\x5e\x56\x79\xe2\x79\x59\x3e\x16\x54\xc5\xe1\xdf\x0d\x3c\xda\x6f\xb2\x32\xe1\x52\x2d\xda\x15\x39\x81\xe0\x7d\x5f\x60\x03\xe8\xf9\x59\x7f\xb8\x41\x95\xff\x4d\x3f\x4d\xc7\x19\x76\xf9\x5f\x4d\x3f\x4d\x87\x38\x6d\x9e\x98\x13\xc3\xaa\x35\x0c\xae\x41\x03\x93\xa8\xa2\xc5\x91\x69\xc6\x79\xae\xc3\x31\xd5\xd1\xe2\x10\xb0\xe5\x06\xba\xe5\xf6\x2a\x33\x89\x5c\x3d\x77\xfe\xea\x85\xcb\x68\x89\xbe\x4c\x75\x11\xf7\x96\xb7\x63\x67\xfd\xaf\x9c\x43\x37\xd8\xe7\x9d\xaa\xf3\xec\x81\x78\xbb\xba\xea\xd6\xaf\xff\xf7\xb5\x23\x87\xd6\x6b\xa8\xe2\x53\x5b\xb5\xb4\xab\x5c\x38\xbf\x82\x96\x50\xf3\xaf\x9c\x2c\x8a\xf3\xc4\xef\xf5\xb3\x7c\x23\xca\xb2\x68\x90\x93\x6d\x5c\x3d\xa4\xcc\xc0\xa7\x5e\xba\x78\x71\xf9\xdc\xa5\xab\x2b\x97\xae\xbc\x48\x73\xc4\xf0\xa8\x72\x4a\x79\x45\xe1\x7c\xe9\xdc\xa5\x33\x67\x97\x15\x18\x77\x10\x32\xc0\x5e\x5c\x7e\xfe\x12\xf9\x4a\x5a\x51\xa5\xb4\x2f\x95\x78\xbb\xb2\x38\x7d\x91\x9d\x59\x06\xcb\x4c\xed\x5c\x48\x11\x1a\xb8\xe3\x0d\x4c\xa7\x19\x4c\xf1\x42\xb3\x39\x48\xbd\xb0\x31\xf0\x3b\x49\x94\x46\xdd\x8c\xce\x34\x0e\xeb\xc3\xb4\x19\xf8\x1b\x89\x9b\x8c\x9b\x83\xf4\xf8\xd1\xe3\xf3\x47\xe7\x1a\x6e\x1a\x6f\xeb\x67\x27\x69\x74\x55\x1b\x88\x35\xf1\xdc\x81\x51\x2c\xa7\x92\x37\x4e\xb4\x3e\x7a\xc9\xdd\x64\x97\xdb\x5c\x62\x7a\xf0\xc9\xa7\x7b\x7f\xfb\xc5\xe4\x67\xaf\xef\xde\x7d\x8b\x29\x7c\x5c\xb4\xa2\x7a\x01\x15\x23\x98\x32\xfb\xf0\xf3\xff\xbd\x7b\xeb\xb7\x44\x3b\xd3\xb0\x4c\x5e\xbd\x2f\x64\xa0\x4f\x5e\x9d\xdc\x7f\x75\xf2\x87\x5f\x4c\x3e\xfe\x97\xc9\x87\xaf\xed\xfd\xf2\xf5\x07\x9f\xbe\x7e\x00\x9d\x7a\x69\xe5\xd2\xf9\xb3\x8c\x28\x7e\xaf\x5e\xd3\xca\xd8\xcd\x7b\xad\x93\xa6\x2f\x44\xd1\x26\x7a\xf8\x87\x7f\x98\xbc\xfe\xc7\xbf\x98\x6f\xcd\xcd\xd5\x5b\x4f\xd6\xe7\x9e\x12\xf4\xbf\xf7\x11\x17\xe8\x88\xf4\x78\xf7\x1e\xa1\xf4\xbd\x57\x1f\xfe\xfe\x47\x7b\xff\xeb\x4f\xbb\x6f\xfe\x6e\xef\xad\x8f\x84\x9a\xa2\x94\xef\x66\x93\xcb\x51\xaf\xd0\x36\xf6\xfe\xf9\xe7\x44\x89\xbd\xf7\xfe\xee\x7b\x3f\xff\xea\xd7\x77\xbe\xfa\xed\x3b\x4c\x8c\xe5\x7a\xf6\xcf\x3e\xd6\xa0\x89\x20\x06\x06\x67\xef\xdd\xd7\x76\x7f\xff\xe3\xbd\x37\xdf\x98\x7c\xf1\xb3\xc9\xc7\xb7\x99\x72\xfd\xd5\x1b\x37\x27\x1f\xff\xcb\x83\x4f\x84\x15\xe0\xd3\xd7\xe5\x78\x3f\x9f\x44\x03\xaa\xb7\xb8\x23\x9c\x46\x03\xa2\x5e\x74\x36\x89\x6a\x73\x1a\xbb\x21\x5a\xf6\x46\x44\xf9\xd1\x17\x06\x4e\xfc\xcd\x06\x76\x71\x23\xc4\x59\xd3\x4d\x3a\x7d\x7f\x0b\xa7\xcd\xf9\x56\xeb\x89\x66\xeb\x89\xe6\xfc\x13\xcd\xb9\x27\x1b\xc7\x8f\x35\xe6\x8e\x37\xff\x5b\x27\x1a\x10\xa6\x54\x9f\x6b\xcd\xcf\x3f\x35\x27\x54\xb7\x2e\x1a\xe1\x4a\x82\xf9\x7b\xc0\x6e\x40\xce\x26\x1a\xef\x48\xd4\x98\xde\x30\x70\x13\x36\xad\x88\x89\x24\x62\x88\x86\x19\x72\x79\x11\xca\xfa\x2e\x4b\xf2\xe9\xa2\x11\xf6\x13\x0f\x61\xaa\x23\x51\xcd\x92\x86\x43\x66\x11\xe1\x8f\x5b\x38\xc9\x88\x3e\x94\x45\x5c\x81\xe4\xb8\xf0\x76\x27\x20\x87\x24\x3d\x82\xe9\x6e\xa6\x27\x58\x82\x03\x37\xf3\xb7\xfc\x6c\x2c\x58\x97\xc6\x3f\x1a\x19\x4e\x33\x27\xc1\x59\x95\xbe\x62\xc5\xb8\x02\x2b\xa4\xfb\xcb\x48\x0d\x80\x39\xa5\x58\x9a\x16\x99\xa9\x2b\x85\x22\x5e\x5a\x30\x7b\x2e\xc2\xcf\x94\x40\xfe\x98\xd1\x2a\xe1\x05\x6b\xda\xe7\x24\x7d\x91\x01\xd0\x9d\xa5\xb1\x94\x35\x09\x2e\x69\x8a\x13\x96\x80\xbb\x1b\xb8\x69\x9f\x0c\x7a\xd4\x15\x09\x53\x85\x69\xae\x04\x8b\x7d\x4b\x17\x5b\xb8\xc0\xb4\x66\xd2\x67\xc2\x69\x59\x77\xc9\xe8\xf7\x88\x46\x2f\x99\x38\xb7\x12\x46\x43\xde\x2e\xe8\x1e\xe1\xd1\xd2\x6e\xda\x8d\xc2\x6c\xc5\xbf\x8e\x2b\x44\x94\x9e\xc3\x03\x22\x4a\x13\x06\x23\x35\x06\x21\x8d\x32\x5b\xae\xe2\x05\x47\xd0\x85\xcb\x90\xae\x8b\x98\xae\x04\x42\x17\x0f\x66\xd0\xa6\x42\x6f\x9f\x9b\x70\xf6\x1f\x12\x36\xfa\x05\x69\x80\x92\x44\xc8\xa7\x64\xbb\xc3\x2c\xe2\x74\x8b\xa3\x09\x48\xdf\x4c\xb8\x29\xb1\xba\x16\x6c\x9d\xe5\x97\x80\x6d\xee\xa2\x51\x38\x01\xda\xdc\x17\xc3\x72\x34\x94\x0b\xc8\xa7\xfd\x04\xd3\x22\xc7\xf3\x93\x1a\x8a\x62\xe0\x5a\x48\x88\xf7\xfc\x84\xf5\x90\x9e\x4a\xa6\x88\xc4\xc0\x69\x62\xd8\x34\xbd\x48\x37\xd7\xb3\xa8\x42\x77\x19\x19\x08\xcf\x4f\x0a\x43\xa6\x55\x79\x8e\x9e\xab\xa4\x0e\x3b\x61\x55\x25\x9d\xdc\x28\x8e\x89\xa4\x8e\x2d\x34\xcf\x4c\x2b\x27\x8b\x11\xa4\x72\x35\xca\x4a\xec\x73\xa1\x96\x38\x8d\xed\x95\xb2\x28\x2e\x56\xe1\x7d\x29\xad\xc4\xbf\x17\xea\x11\x64\xe0\x06\x8a\x5e\xc4\x70\x83\x08\x59\x9b\x88\x19\x5b\x2c\x26\x6a\xb4\xf7\xee\x6b\x93\xbf\xfb\xe5\xee\x6f\xde\xd0\x7d\x40\xc8\x9a\x25\x9a\x04\x13\x0c\xd8\x61\x64\xcc\x71\xb3\x49\x00\x51\xcc\x15\x21\xd4\xf5\x93\x34\xab\x21\x3f\xac\xd3\xc4\xde\x59\x14\x37\x29\x63\xa2\x8f\x17\xe3\x8c\x65\x4e\x8e\xa8\xb5\x2c\xf3\x3b\x94\x16\x29\xfb\xa5\x29\x6f\xa9\x22\xd0\x55\xaa\x22\xbb\x22\x81\x56\x3d\x06\xb7\x32\xb2\x65\x9a\x3b\x8f\x32\x65\x5c\x51\xab\x86\x08\x1a\x71\x82\x53\x9c\xbd\x80\x96\x50\xfd\xa9\xa7\x9e\x5a\xd4\x8b\x5f\x86\xc5\x8c\x55\xf6\xa3\xc4\xbf\x1e\x85\x99\x1b\x00\xa7\x19\xcb\x8a\x67\x73\x2b\x07\x04\x60\x20\x2c\xc4\xef\xec\x5b\x9f\x4c\x98\xad\xba\x58\xae\x2f\xd8\x08\x29\x5b\xcb\x6c\x64\x8a\xb4\x53\xa3\x86\x0d\xfb\xcb\x45\x22\xcb\x70\x9b\xfd\xa9\x02\xc7\x63\xcb\x68\x1d\x28\x6e\x22\x35\x07\x62\xac\x81\x33\x64\x61\xb8\x0e\x14\xf6\x86\x9a\x2c\x50\x9f\xcd\xa3\x38\x32\x41\x7a\x0c\x43\xf1\x11\x10\xac\x5b\x70\x32\x80\x0e\x44\x08\x61\x44\x93\x73\x89\x4b\x5e\x79\xce\xe8\x50\x45\x92\x22\x6b\xb3\x76\x17\x23\x76\x97\x44\x70\x89\xf4\xac\x76\x5f\x32\xbe\xfa\x99\x0f\x84\xae\x6f\x9a\x94\x59\xb6\xc2\x6a\xf9\xb2\x59\x53\x23\xa2\xd5\x28\xce\xdd\x1a\xbb\x90\xe3\xd3\x25\xaf\xe4\x14\x1d\x25\xa3\x61\x21\xc3\x5c\x5f\x65\x44\x98\xb3\xaf\x91\xf0\xb2\x4e\x42\xb3\xc9\xec\xd8\x54\xfe\x1a\x73\xa9\xc0\x72\x6d\x0c\x27\x3f\xf0\x4a\x66\xdc\x7e\xab\xcc\x83\x8e\x8b\xae\x98\x46\x8f\xc9\x68\xb0\x22\xf3\xf2\x75\x13\x8f\xe1\xf5\x2b\x57\xbe\x09\xf7\xb6\x71\x81\x4d\x3c\xd6\x79\x80\xaa\xc3\x86\x80\xf9\x6f\x82\x93\x09\x3d\x2b\xb7\xd3\x82\xd8\x18\x46\xcd\xa8\xdb\x05\xf7\xd4\xac\x49\x96\xcc\xaa\x4e\x06\x84\xfe\x29\xab\xc0\xc3\xc5\xcc\x15\xa8\x8d\xce\xaa\xe7\x27\x6b\x34\x9a\x81\xd2\x75\x84\x34\xa3\xee\x91\x0b\x89\x9e\xa7\xd5\xad\xeb\x75\x4d\xa3\xa0\x3a\x0b\x34\x24\xd5\xc5\x47\x5e\x04\x8f\xba\xad\xa7\xed\xcc\xe2\x96\x07\xbb\x94\x8b\xd9\x74\xbe\xfe\x13\xad\x21\xbe\x12\xf4\x15\x50\x5c\x17\xda\x62\x10\xcb\x4d\x89\x47\xd2\x9e\x2b\xa6\xd1\x32\xb7\xfb\x2d\x87\xe9\xb5\x67\x5e\x10\x44\xa9\x2a\x08\x78\x9a\x77\x0f\x14\x57\xac\x0e\x24\x53\xcf\x01\x1d\xf4\xf2\x15\xc3\xc5\xf5\xf2\x95\x02\x6c\x82\xd3\x61\x90\x51\xc8\x1b\x68\x7b\x01\xd4\x6d\x6c\xd7\xd0\x58\x2b\x18\x73\xef\xc2\xa9\x3c\x5d\x20\x6c\x6c\x83\xb1\xa2\x3f\x8f\x70\x50\x66\x11\x36\x67\x52\x5d\x29\xef\xcb\xaf\x65\x13\x63\xbd\x89\xb1\x6a\x22\x8b\xe2\x62\x0b\xec\x8e\x9a\x37\x90\x16\xc7\xa5\x26\x31\x5b\x27\x09\x8c\x76\x89\x40\x49\xb7\x04\x93\xf1\xfd\x5e\x18\x25\x78\xa5\xef\x6e\x62\xe3\xb6\x23\x4a\xfc\x29\x73\xa8\x41\x72\xad\x57\xd6\xa0\x63\xd4\xc8\xa2\xe7\xfd\x6d\xec\x39\xd2\x47\x8d\x43\x5f\xa2\x6e\xf9\x0a\x38\x8b\xe2\x32\xd8\x4c\x60\xde\x1f\x6d\xc6\xd1\x96\xe0\x04\xbc\x80\xe1\x5c\x5a\xe2\xd8\x0f\x1f\xe6\x24\x91\x92\x4b\x5a\x6e\x0b\xf3\xd1\x79\x4d\xa0\xb2\xe8\x55\x79\x6e\x53\x9d\x20\xdb\x9b\x2a\xed\x9b\xca\x08\x97\x81\x20\xc6\x4b\xc0\xad\x93\x7d\xb6\x78\xea\xfb\xa1\x8a\x95\xa0\x57\x75\xa9\x50\x3d\x0b\x1c\xb8\xb0\x97\xad\xc4\x3c\x12\xfd\xe6\x8a\xc4\x6e\xa7\xef\xb8\x49\x52\x43\x5d\xb1\xfe\x28\xcf\x26\x62\xa5\x4f\xd3\x18\xd3\x8c\xbd\x6e\x92\x88\x74\xc5\xc8\x3f\x72\x44\x39\x67\x85\xa4\xb2\xf4\xa6\x2a\xa0\xf7\xd3\xe7\xa8\xf9\xed\xb9\x68\xfb\x79\xcd\xa3\x68\x8a\x87\x12\x95\x00\x37\xa2\xed\x15\xff\x3a\x4d\x28\x2f\x54\x3e\x7a\x79\xba\x11\x6d\x57\x74\xab\xf5\x73\xe7\x2f\x5f\x3d\x7b\xfe\xf4\xf2\x8b\x2c\xf1\x1a\xf3\x33\xa9\xd4\x44\x0d\xf2\x57\xec\x7a\x1e\x41\xb5\xa6\xec\xce\xe7\xcf\x5d\x5a\x3e\x77\xe9\xea\x99\x73\xa7\x97\x2f\x13\xfd\x67\x4e\x99\x8b\x4f\x9e\x3e\x7d\xe6\xdc\xf7\xe5\xa7\xf9\x45\xd5\xd2\xc5\xd3\xcb\x17\xe5\x07\x55\xe5\xec\xc9\x8b\xdf\x3f\x73\x4e\x7e\x68\xe9\x86\xe6\x74\xe4\xca\x29\xa1\x53\x91\xd6\x90\xf1\x6c\x33\x94\xd3\xf8\xc9\x39\xd5\xe2\x45\x66\x27\x54\xc1\x93\x05\x13\x5a\x20\x4c\x36\x35\xea\x08\xc3\x53\x3d\x0b\x4b\x53\x14\x32\x5b\x0e\x9d\x68\x6a\x40\xf2\x85\x55\x21\xd5\x0f\x66\x56\x66\x9e\xcc\xba\xfd\x0e\x51\x71\x4a\xf8\xa7\xa5\xc6\x95\x83\xb2\x18\x09\x08\x8e\x54\x83\x81\xbb\x57\x0c\x4d\x83\xfc\xa1\x71\x34\xdd\x36\xa5\x3a\xf9\x38\xfb\x62\xd0\x2a\x7a\x36\x35\x56\xa4\x87\xb3\x0b\xcf\x9d\xa5\x16\x66\x3e\xcf\x3c\x8d\xd0\xa8\xef\x77\xfa\x16\xef\xc7\x16\xd0\xc0\xf9\x69\x42\x7e\x5c\x93\x7f\xf9\x4a\x78\xba\xc6\x36\xe1\x35\xf4\xb4\x7c\x0a\x8d\x6d\xc3\x6b\x60\x1b\xc6\x2c\x98\x8a\x02\xac\x5e\x83\x17\xd7\x46\x3e\x20\x8a\x12\xec\x6b\x4a\xa1\x75\x67\x23\xee\x6e\xde\x49\xd3\x0b\x82\x48\x25\x1f\xb1\x06\xd5\xbe\xac\x18\xe9\x19\x78\x2d\xa1\xc7\x44\xf1\xce\xa1\x1b\xb4\xad\x55\x7f\x6d\x87\x8e\xd4\x3a\xc0\x58\x94\x94\x20\x06\xda\xd6\x11\x24\xaa\xc3\x7a\xea\x4f\x36\xb4\x47\x96\xa0\x17\x76\x19\x73\xe1\xa8\xab\x55\x68\x1b\xb5\x48\x5c\xea\x9e\x6c\x88\x75\x9e\xe3\x45\x03\xea\x4f\x2c\x82\xfd\x7a\x22\xf8\xb2\xf0\x96\x36\x9d\x64\xd7\xfa\x4a\xb3\x17\xe9\x5e\xac\x0c\x4c\xbf\x52\x9d\xa3\x09\xfe\xf8\x97\x7e\x94\xea\xcf\xf7\x48\xc4\x00\x60\x8a\xf8\x69\x82\xb3\xff\x9c\x83\x8f\x4b\xc9\x04\xd8\xa3\xbe\x1f\x60\x41\x13\xa0\x41\x52\x77\x80\x50\x57\xf6\xe1\x29\x23\x74\x85\xc1\xb0\x23\x42\x46\x2e\xd2\xa3\x67\xb5\x42\x57\x03\xe1\xd2\xcc\x15\xb9\xb2\x56\xe3\x46\x6d\xee\x63\x2f\xc6\x7a\x75\xdd\x8b\x3a\x87\x6e\x90\x6f\x3b\xeb\x2c\x87\x55\xf7\x15\x3f\x04\xbe\xf8\xea\x8e\x97\x7d\x32\x9d\x41\x38\x31\x67\xdd\xac\xdf\x18\xb8\xdb\xd2\x07\x9e\x68\x53\xcc\xc5\x07\x31\x17\x1f\xd3\xbf\xaa\xc1\x1c\x55\x18\x81\x4f\x33\x07\x1b\x58\x04\x10\xf9\x58\x77\x34\x41\x0b\x53\x91\x3d\x53\x8e\xac\xe8\x96\x22\xfd\x65\xf8\x18\xd4\xda\x05\xdf\x93\xe9\xad\x51\x57\xb0\x0f\xff\xb0\xf7\xcf\x3f\x7f\xf0\xe9\x9b\x93\xdb\x77\x1f\xfe\xe1\x75\xee\x78\xf6\xe1\xbb\x0f\x3e\x79\x75\xef\xc7\xf7\xbe\xbe\xff\xbe\x6a\x9f\x3a\xad\x94\x36\xaa\xe6\x65\xcb\xc7\xa3\x38\x4a\x32\x09\xe3\x78\x55\x3d\x1e\x80\x33\xf0\x29\x55\x98\xb5\x1e\x4c\x66\xb3\x89\xe2\x8e\x7c\x17\xd5\x0f\xe9\x1d\x54\x8a\x18\x35\x1b\x2e\x7d\x39\x91\xdb\xf7\xfd\x30\xe4\x17\x7c\x70\x1d\x70\x9e\xb8\xce\x3c\xa1\x44\x43\x9a\x54\xca\xbc\x54\x46\xc5\x95\x52\xee\xac\x0c\xaa\x6a\x1e\x78\x4b\xa5\xfe\xca\x25\x35\x38\x73\x33\xe7\x18\xe6\x5a\x93\x5e\x6f\xbb\x1f\x7d\x30\xb9\x7f\x7b\x72\xfb\x6d\x13\x5c\xc2\x91\x03\xb3\x13\x0d\x62\x37\x43\x04\x4c\x78\xff\xc9\x35\x2f\xd7\xba\x43\xc8\x64\x90\x67\xc9\xf2\xa4\x3c\xfc\xd4\xca\xca\xdc\x29\x5a\x56\xe1\x9e\xd7\x26\xa5\x2a\xda\x09\x21\x87\x8e\xcb\xe1\xc3\xb4\x15\x46\x30\xfc\x6c\xa9\x6d\xae\x05\x9e\x3d\xab\xf9\xbd\x76\x88\x26\x5f\xfc\x7a\xf2\xb3\x8f\x27\x3f\xfd\xc9\xde\x9f\x7e\xb3\xf7\xee\x6b\x93\x0f\xff\x30\xf9\xf8\xf6\x83\x2f\x3f\xd8\xfd\xd1\xdd\x76\x28\x12\xad\x72\x23\x39\xff\x15\xb2\x3c\x25\xfc\xd7\x0d\xf6\x40\xca\x0e\x5a\xa5\x5e\xc1\x6b\x48\xc9\x7b\x68\x81\xda\xd4\xd9\xed\x76\x15\x1d\x41\xfc\x43\x3b\x94\xe7\x56\x19\x08\x3a\xc2\x2f\x8e\x09\x2c\x97\x29\xf7\x85\x45\x47\xa4\x9b\xb3\xee\x13\xd4\xc3\xd9\x2b\x2f\x68\x4e\x2c\x78\x1b\xc8\x05\xcc\x9d\x79\x09\xe1\x6d\xa9\x19\x4b\xb7\x1c\x2a\x00\x15\x1c\x6b\xe4\xad\x1f\xa5\x45\xbe\x48\xf6\xac\xdc\x62\x0d\xb1\xc3\x94\x58\x22\x33\x1d\x2d\x14\xa1\x18\x7f\x00\x7a\x3d\x50\x74\xa8\xec\xb9\x8f\xa3\xcf\xfe\xf4\x78\x51\x67\x3a\x29\x5e\xd4\x29\x52\xa1\x24\x61\x7a\xfc\x6b\x17\x9e\xac\x29\xf4\x2c\x5a\x65\x1e\x83\x35\x54\xb9\xc8\x4e\x10\xb4\x80\x56\xa9\x37\x61\x0d\x55\x98\x96\x57\x59\x93\xb2\xd5\x86\x50\x48\x5e\x66\xd2\x18\x23\xa5\xbc\x07\xd3\xfc\xfc\x99\xa3\x83\xea\xcc\x54\x58\xe6\x28\x01\x84\x7b\xa0\x1c\xd1\x07\x69\x0b\xaa\x92\xa4\xb9\x43\xb4\x55\x41\x30\x17\x59\x94\x0e\x6a\xf6\x48\xe5\xc9\x2b\xfd\xae\xfc\xc7\x4a\x80\x9e\x5e\x42\x2d\x4d\x27\x35\x91\x18\x61\x27\xcc\x3f\xc2\x0d\x02\xca\x8a\x98\x47\x01\xbf\xbf\xce\xfa\x38\x44\xc3\x50\x15\x90\x3d\xe4\x77\x51\x88\x3b\x38\x4d\xdd\x84\x73\x2a\xbd\x8f\x65\xb2\x9b\x08\x5e\x11\x42\x93\x18\x7b\xad\xb6\x39\x00\xc5\xcf\xc5\xfe\x23\x74\x8e\x7a\x4b\x38\x00\xb4\x8a\x9e\x66\xa3\x00\xc6\xc1\x24\x14\x98\xf1\x99\xd6\x00\x64\xca\x1d\x39\x32\xe7\xa2\x64\xe0\x06\xfe\x75\x8c\x2a\x95\x1a\x72\x87\x59\xc4\x34\x33\xfe\x9e\x1e\x95\xcb\x29\x17\xb0\x8d\x05\x10\x69\x35\xe2\x64\x4b\xd2\xd6\xc5\x19\x89\x35\xc3\x83\x60\x32\x70\xd5\x3d\xab\xeb\xb4\x0b\xba\x5e\x6c\x6e\x41\x7d\x09\x9c\x4f\xce\xc0\xf5\x6b\x5d\x25\x07\x8c\xa1\x86\x8d\xc3\xcb\x42\xea\xdd\x66\xd4\xcd\x73\x38\x0c\x8b\xc5\x2e\x6a\xb4\x6a\xba\xde\x14\x42\x8b\xf9\x3f\x1c\x4d\x89\x40\x75\x8b\x3a\xb7\x6a\xb3\x25\x08\xf5\x4e\x54\xaf\xea\x93\xce\xb1\x9b\x5d\x00\x7c\x75\x16\x2a\xf5\x1e\xc3\xc9\x2a\x76\x84\xf9\xf3\x15\x49\x90\x1d\x24\xdd\x3b\x22\x4f\x71\x85\x56\xb3\x78\xa8\xd1\x78\x16\xd5\xa7\x0c\x45\xa1\xff\x84\xff\xd9\xe0\xf9\xe1\x29\xe1\xab\x9a\x34\x00\xf4\x2c\xa7\xb8\xf6\x39\xb5\x45\xb4\xca\xe8\xc3\x5f\xa3\xa1\xbd\xa9\x42\x9a\xaa\xba\xca\xd6\x49\xd3\x95\x7e\x34\x12\x1a\x9b\xb8\x34\x5f\x40\x15\x11\x90\xc1\x12\xac\xd0\xac\x46\x7e\xe0\x67\xe3\x05\x54\xe9\xd3\x08\x1e\xf6\x41\x3d\x02\xba\x11\x44\x9d\x4d\x95\x81\x85\xaa\x0f\xdb\xe8\xbf\xcd\xcd\x3d\x85\x16\x1e\xc1\xe7\x73\x6e\xee\x29\x53\x44\x38\x43\xed\xbd\xa7\x59\x4b\x4e\xa3\xd1\x70\x93\x5e\xaa\x1b\x10\xc0\xb6\xc1\x2c\x5e\x8e\xc0\xac\xb6\xd6\xc4\xc5\x90\x78\x51\x9c\x7e\xf5\x53\xe5\xb6\x4c\x7d\xb9\x54\xe4\x27\xf3\x88\xd3\x78\x45\x1b\xa4\xe6\xd1\xa0\xc8\x3e\x6e\x19\xce\xa8\x94\x60\x9e\x1d\x5d\x62\xa0\x29\xd2\x53\xab\x79\x52\x59\xc1\xf8\x54\xd4\x90\x53\xd5\x22\xa9\x67\xc4\xab\xf2\x2b\xb5\xad\xce\xac\x5c\xaf\x1c\x09\xbd\xb2\x6f\xd7\x2b\xd9\x18\x52\x6f\x0d\x2e\x56\x34\x3a\x7d\x37\x39\x99\x39\xad\x6a\x23\x8b\x5e\x8a\x63\x9c\x9c\x72\x53\xec\x10\x49\x8f\x7e\x66\x2b\x6d\x8e\xbf\x81\x23\x75\x99\x68\x98\xe1\xe4\xd0\x0d\x8a\x89\x69\x32\x2c\xd2\x94\xa9\x2c\x67\xe9\xf2\x87\x1d\x35\xb7\x25\x0e\xa4\xb9\x18\xd9\x96\x81\x8a\xa4\xd5\x50\xa2\x67\x75\xbb\xe3\x82\xce\x1e\x4c\x99\xfb\x31\xca\x51\x5a\xf7\x85\xa9\x8c\xcf\xed\x16\xec\xa9\xf2\xc2\xde\x02\x47\x36\x29\xb1\x27\x21\x52\xab\x4f\x8f\xdd\x7d\x04\x69\x49\xa1\xf1\xad\x4c\x5f\xf2\xc1\x25\x2b\xb3\x12\xdc\x5d\x99\x8f\x25\xdf\xb2\xdb\x9d\x14\x9b\xd7\xc4\xfb\x2d\x37\x28\xc4\x17\x97\x04\xec\x9a\xec\x9a\xee\xdb\xc3\x87\xed\x2b\x41\xb5\xa0\x9f\x7e\xa6\x6a\x25\xd9\xca\xc0\xdf\x76\x88\xb0\xd1\x4d\xe4\x55\x87\x19\x50\x0d\x3e\xb1\x91\x23\x05\x53\xc3\xa9\xb3\x68\xd5\x27\x73\x4e\x00\x95\x45\xae\x60\x38\xcb\x22\x9d\x05\x0f\x0d\x93\x19\x0c\x3c\x80\xed\x93\x02\x32\x02\x5a\xf0\x81\x2c\x48\x71\x76\xc9\x1f\xe0\x68\x68\xc9\xe5\x05\x1e\x4a\xdf\x29\x2a\xfa\xc5\xc8\x03\x91\xca\x46\x37\x10\xcd\x1a\x97\xb2\x23\xb2\x0f\x08\x74\xf4\x77\x24\xae\xe2\x78\xc6\x20\xe3\x76\xef\x11\xc2\xc8\x91\x76\x5f\x68\xa0\x23\x54\xdd\xd8\x29\xcb\x7b\xa1\xae\x57\x54\x14\x8f\x36\x4d\x94\x54\xa1\x64\xd2\x1f\x84\x6d\xd2\x3f\x3a\x29\xcb\x49\xd8\x09\xa2\x10\x6b\x4f\xb9\x29\xd3\xb4\xf5\xb2\x5f\x9a\x97\x7d\x1a\xb8\x62\x6c\xeb\x68\xe3\xda\x3e\x31\xfa\x09\xce\xd8\xba\x8a\x36\xae\x41\x43\xef\x8e\x65\x46\x45\x46\x05\x06\xdd\x10\x3f\x01\x9b\x11\x45\x45\xeb\x77\x81\xbc\x59\x09\xa4\x24\xca\xb6\x24\xad\xb0\xc4\xc6\x25\xac\xf9\x05\x98\x8b\xab\x98\x89\x81\xbf\x5d\xd3\x76\x85\x25\xea\xab\x18\xbe\x05\x63\xa0\x76\x6c\xf5\x61\xec\x57\xb1\x3a\x08\x91\xe2\x54\xe0\xa4\x87\x0d\xb1\x63\xda\x4c\x17\x2e\x09\x7b\x69\xc9\x5d\x02\xdd\xfa\x0d\xc2\x8c\x12\x9c\xb1\xc3\x1c\xa4\x60\x98\x36\x32\x9a\x1d\x43\xa4\x1c\xd2\xcd\x16\xac\x94\x09\x63\xa4\x09\xda\x58\x4d\x1e\x51\x55\x98\x4c\x48\xe4\x60\xa4\x30\x8b\x30\x49\x09\xe3\x4e\xf0\x99\x27\x9e\x2e\x44\x04\x8b\x31\x4b\x95\x0a\xb9\xa7\x26\xab\xdd\x77\xbe\xd8\xfb\xf0\xd3\x07\x9f\xdc\x9a\xfc\xf4\xa3\xbd\x77\x5f\xdb\xfb\xdd\xdb\x93\x9f\xfe\x8c\x7d\xe2\x46\x20\x36\x7c\x37\xd4\x1d\x01\xda\x21\xda\x33\x6f\xdf\xe6\x51\x6c\xbd\x4a\x20\x2b\x94\x8d\xa2\x66\x1a\xa2\x00\x79\x2e\x93\x23\xee\x63\xa7\x01\xc9\x54\x85\xb9\xfa\xe1\x97\x7f\xfb\xe0\x93\x7f\x94\x61\xb9\x93\x3b\x37\x27\x3f\xfd\x68\x72\xfb\xee\xc3\x0f\x6e\x52\x20\xf6\x9e\xe2\xd3\x9e\xbf\xc5\x2e\xc7\x96\xda\x07\x47\x6c\x2e\x8e\xb7\xe2\xed\xc5\x3e\x9f\x82\xb9\x16\xf9\x25\x76\xc2\x02\x62\xa2\x73\xfb\xe0\x33\x8f\x52\x5d\x49\xe5\xc2\x91\x75\xb1\x7d\x10\xf9\xde\x52\xfb\xa0\x77\x42\xe0\x62\xa3\x8b\x4e\xa0\xaf\xfe\xe9\x1d\x56\x0f\x4d\xee\x7c\x4e\xd1\x3d\xbd\x91\x34\x79\x83\x4d\xcf\xdf\x2a\xfc\xc9\x62\xeb\xb8\x1c\x6c\x26\xce\x44\x5e\x84\x53\x7a\xb5\xc8\x82\x1c\x32\xea\xf6\xef\x87\x34\x84\x98\x28\xeb\x1b\x38\x88\x46\x0d\x74\x11\xde\x69\xb0\x58\x0c\xe6\x73\x75\x80\x23\x47\x67\x42\x14\x65\x7d\x9c\x08\xf3\x75\x8a\xfc\x0c\x45\x61\x30\x56\x76\x6c\x4e\x40\xca\xea\x4b\x17\x5e\xa1\x8b\xd4\xe4\x00\xa0\x48\xc4\x74\x74\xfd\x6d\x22\x08\x87\x51\x66\xd4\x96\xbc\x30\xc5\x34\x7a\xc3\x1d\x66\x11\x8a\x12\x6e\x2b\x6f\x08\xaa\x14\xa7\x7b\xe9\x64\xc3\xa7\x27\xac\x8f\xa9\x11\xf8\x69\xf4\xa4\x72\x66\x46\x1a\xb7\x13\x12\x89\x39\x58\x8b\x3a\xb4\x58\x4f\x7b\x9f\xbd\xff\xe0\x93\x57\xf7\xde\x7d\x0d\x69\x23\xcb\x52\x6c\xb4\x8d\xf0\x50\xb6\x9c\xcd\x78\x3c\x9e\x41\x7d\x9a\x11\x5e\x5d\xaa\xa9\x9f\x7c\x04\x85\x0f\x23\xc3\x2d\xc4\x32\xfa\xac\x08\xf0\xa9\x86\x37\xec\x9b\x7e\xbc\xc2\x5c\xb1\x97\x4c\x2c\x34\xac\x82\x8c\x7a\x85\x6c\x31\xcb\x47\xa9\x3a\xc2\x2c\xc6\x0a\xa3\xb9\xfd\xe0\x26\x3d\x47\x34\x8a\x2c\x7a\x31\x1a\x49\x35\x83\xa2\xec\x67\x83\x00\x58\x1f\x45\xa8\x19\x92\xfa\xb5\xce\x1c\xa0\x23\x31\xe5\xc9\x0c\x58\x5e\xf5\x95\xd4\x90\x10\xf2\x02\x8f\x4a\x21\xc2\xb2\x6f\xbd\xd3\x5b\x2c\x45\xcd\x8a\x98\xd6\x2d\xaf\xa4\x4b\x27\x84\x41\x17\xe7\x83\xdf\x82\x6a\xf5\x0e\xd8\x7c\xdf\x6d\xd7\x8a\x16\xf1\x53\x24\x2c\xb7\x70\x7f\x83\xd5\xce\x76\x0e\xec\xc7\xc8\xcb\x32\x7e\xfb\xe9\xc9\xb0\x83\xd3\x2c\x4a\x98\xc7\xd3\x77\xc0\xd7\x0b\xc9\x81\x1f\xf3\x36\x43\x4b\xea\xe8\x78\xa4\x55\xd6\x6c\xa2\x07\x5f\xde\x99\x7c\x78\x8b\x31\xed\x07\x9f\xdf\x7a\xf0\xe9\x9b\xca\xff\xc9\xbc\x45\x7b\xf0\xc9\x2f\xf8\xe1\xfa\xa7\xff\x73\xf7\xd3\x9f\xb0\x80\xbe\x99\xd7\x2b\x2d\xf2\xa2\xce\xa3\x2d\x54\x19\xd6\xfe\x18\x96\x2b\xe0\x18\x33\x25\x1a\x2e\xa6\x19\x9e\x61\x25\xf2\xaf\xc6\x1a\x96\x70\x46\x39\xa8\x61\x2c\x44\x59\xc3\x28\xd7\xa5\x9e\x87\x6f\xfe\x99\x08\x3e\xe2\x7e\x8e\xc9\x3b\x5f\xfd\xe4\xa3\xc9\xcf\x5e\xdf\x7b\xf7\xb5\xc9\xcd\x4f\x27\xef\xbf\x6f\xb9\xee\xe2\xef\xdf\x5c\xc4\x9d\xec\xf9\x28\x11\xd9\x80\x25\x2f\x66\x09\x6b\x9e\x1b\xbf\xcc\x05\x39\xcd\x0f\x6a\x4b\xd5\x55\x2f\x65\xb0\x6c\x15\x22\xf9\x64\xc2\xa4\x86\x33\x61\xd7\x0f\xfd\x6c\x0c\x73\x58\x08\x10\x16\x23\x64\xc0\xec\xc8\x85\x8d\x03\xe8\x39\x69\x5b\xbd\x8f\xbc\x87\xe8\x05\xf6\xcc\xda\xe3\x0c\x09\xb1\x66\xba\x61\xe6\x27\xef\x69\x91\xc1\x87\x4a\x30\xa9\x7f\x1d\x8b\xa4\x49\xe2\xe1\x80\x84\x8c\xe7\xc6\x18\x75\x02\x7f\xb0\x21\xb2\xfb\x78\xd1\x00\xb9\x9d\x4e\x34\x0c\x69\x82\xa2\xae\x94\x36\xdc\x20\xe0\x02\x84\x4b\x2a\x77\xa2\x30\x73\xfd\x10\x27\x29\x95\x27\xb8\x7b\x88\xcc\x0d\x01\x92\x03\x31\x8b\xa1\x9f\xb2\x2c\x46\x34\xd7\x41\x48\x9f\x27\xa6\x66\x53\x25\xba\x50\xc1\xaa\xd1\x2e\xdc\xe4\x38\xa1\xbb\xe5\xf7\xdc\x2c\x4a\x1a\xc3\x14\x27\x27\x7b\x84\x51\xf8\xa1\x87\xb7\xcf\x77\x9d\xca\xd9\x95\x33\xcb\xdc\x25\xb0\x3e\xc7\x18\x64\x03\xb6\xcb\x2d\x95\xca\xa0\x46\xe3\x85\xe9\xbb\x35\x63\x96\x0d\x48\x93\x96\x08\x7b\xce\x6a\x68\x8c\x69\xb6\xa0\x34\xf3\x83\x80\x86\x5f\x92\xa1\xc1\x61\xe6\x27\x18\xe0\x11\x5a\x47\x83\x08\x78\x34\xfe\x57\xc8\x77\x35\x9a\xea\x02\xee\x46\xd2\xdc\x06\xac\x5c\xc6\xf3\x68\x16\xa2\x0e\x7b\x5f\x38\xe2\xb1\xba\x59\x14\x35\xe4\x70\xe0\x00\xb2\x3a\xa5\x5e\xf2\x72\x73\x99\x40\x10\x28\x04\xd5\x50\x45\xf4\xbc\x52\x65\xe7\xaa\x78\x95\x56\xd8\x0a\x4d\x67\x7b\x96\xea\x83\x21\x89\x4c\x33\x02\x5b\x24\x9e\xa7\xae\xc9\x11\x3f\xf6\x65\xae\x0e\x39\x35\x32\xf2\x53\x40\xf0\x64\x1d\x12\xe0\x12\x70\x30\x03\xbb\x9f\xc2\x2d\x29\x87\x1d\xe3\x53\x4d\xe0\xaa\x5a\x2b\x33\x29\x5e\x54\xf7\x43\x78\xd1\x63\x82\x81\x97\xcc\xc8\x42\x8e\xc2\xd4\xf7\x70\x82\xdc\x04\xbb\x54\xc6\x8e\x86\x19\xdf\x0d\xcf\xb9\x89\x82\x55\xbd\x35\xd6\xa1\xc4\x67\x27\x8d\xf1\xa6\xfd\x69\x63\x70\x35\xbd\x41\x3a\x78\xaa\x3d\xa6\x03\xef\xd3\x20\x0f\x8d\xb6\x8e\x24\xf9\x56\x93\x5d\x31\x2c\x4a\xcc\x20\x4b\xf7\x1b\x5d\x81\x74\xc7\xb1\xd0\x08\x7d\xe1\x81\xd5\xb3\x91\x60\x77\x53\x57\xed\x4b\xb8\xad\x26\xbe\x36\x9b\x68\x05\x4b\xdd\x46\xe9\x44\x59\xc4\x54\x1f\x0e\x33\x70\x37\x31\x4a\x87\x09\x56\x99\xb4\x44\x15\x3f\x4b\x71\xd0\x45\x5e\x14\x56\x32\xe4\x76\xbb\x34\x75\x4b\x56\x49\x25\x0b\x24\xf3\xd9\x2e\xcd\xcd\xe1\x86\x59\xdd\xc3\xa9\xdf\x0b\xe1\x9f\xfc\xb6\xe6\x89\x13\xad\xb9\xb6\x11\x6f\x77\x41\x45\x5e\x4a\xf1\x88\xaa\x00\x65\x02\x1d\x4f\xeb\x60\xf1\x97\x33\x63\xea\x00\x6a\x51\x43\x8f\xf6\x5c\xb4\x49\x2f\xb3\x29\x3e\xba\xe4\x62\x68\x32\x60\x1e\xed\x0d\x23\x29\xe2\xd8\x9c\x77\x99\x4e\x45\x77\xca\x65\x78\x6e\x16\xad\x5a\xbe\x16\xf0\xc9\xaa\x5c\x29\xab\x42\x4d\x55\x7a\x0d\xcd\x30\x24\xeb\xe9\x6e\x2f\x25\x55\xb8\x37\x9c\x59\x87\xbb\x9f\xc8\x4a\x64\xaa\xc5\x2a\x17\xad\xd8\xdd\xeb\xe8\xd7\x42\x1d\xd9\xcc\x34\x9f\x3c\x75\x82\xf3\x51\xbb\x7c\x99\x9c\x4a\x34\x65\x99\x9f\xa2\x74\x1c\x76\x98\x96\x4f\xb7\x1f\xbb\xbd\x19\x60\x37\x4c\x91\x69\x6b\x21\xd5\x28\x50\x0f\x67\x29\x7f\x4a\x42\xe2\x14\x56\x80\x57\x30\x4a\xfb\xd1\x30\xf0\x50\x67\x98\xb1\xc4\x85\xd1\x30\x21\xdb\xa6\xa1\x0b\x25\x2b\xfb\x24\xd2\x26\x30\x2a\xbe\x4c\xd6\x90\xb6\xd0\xcb\x5c\x9d\x65\x37\xa8\x72\x55\x99\xe3\x39\xf2\x43\xe0\xbf\xa7\x7b\x33\x14\x91\x5e\x99\x8e\x54\x0e\xb8\xc4\xfa\x82\xf2\xb9\xd9\x01\x4e\xe4\xa9\x8d\xcf\xb8\xdd\x8c\xe6\x6f\x0c\x3a\xc3\xc0\xcd\xb0\x26\x3b\x09\xc6\x01\x1f\x2e\xd1\x5f\x9c\x28\xdd\x2c\xe6\x8e\x86\xc4\xd0\x67\xc2\x0c\x51\x98\xb9\x49\xd8\x55\x46\x28\x6d\x9d\x0a\xfc\x98\x88\x73\x62\xf5\x56\x52\x2a\xf5\x71\xc1\xe1\xd1\x98\x3f\x5f\x26\x82\x3d\x3c\xca\x11\xcc\x37\xae\xad\x6a\xe1\x00\x2e\x1e\xbb\x92\x55\x1c\xd1\xf7\xb3\x0d\x5d\xf1\xd0\xb4\x1c\x95\x92\x91\x1c\x31\x76\xbb\xed\x4e\x1a\x8c\xa2\x58\x42\xfa\x28\x8a\xf4\xe1\xdb\x5c\x9d\x11\xab\x56\x0e\x87\xb6\x9c\x1f\xa9\x37\xb3\x0c\x8e\xd1\xb0\x19\xd9\xa5\x3e\xcb\x85\x5f\x20\x8c\x4b\x07\xfb\x0c\xcb\x37\x19\x68\xb3\x75\xdb\x9b\x53\xe6\x42\x7a\x66\x09\xb5\xa4\x84\x5a\x58\xa2\xa5\x5f\x39\x41\xcf\x14\xf0\xd9\x80\xd9\xc0\x3e\x53\x40\xcf\x20\x9f\x85\xe5\xac\x68\x61\x1f\x4b\x91\x55\x95\x9d\xcd\x64\x04\x35\xe2\x8b\xb8\xe7\x47\x21\xbc\xed\xa4\xa2\x04\x15\x88\xe4\xd1\x31\x92\x7f\xf5\x4b\xa5\x09\x86\x41\x5c\x87\x96\xc9\x11\x22\x38\x50\x13\xdf\x69\x55\x3e\xe3\x23\xf5\x71\x98\x71\xfe\xab\x01\xf4\x75\x00\x7e\x3a\x2a\x08\x7d\x2f\x41\x15\xd8\x38\xc2\x35\xac\x92\x30\x29\x66\x30\xcd\x7e\xba\xa4\xa0\x1e\x49\x23\x2a\xfe\x54\x11\x41\x7b\xc2\x02\x76\xb3\x44\x34\x80\x1d\x2d\x93\x04\xe8\x91\xc4\x83\x17\x47\xe2\xe4\x5a\x04\x85\x7d\xb1\x01\xd9\xb4\x89\x4c\x2d\x62\x72\x4b\x56\x16\x5b\x12\x6c\x29\x41\x7b\xcb\xed\xb7\xe9\xdc\xa2\x07\x9f\xfc\xf5\xde\xbb\xaf\x21\x37\xf0\x7b\x21\x9a\xdc\xbd\xf7\xd5\xe7\xbf\xdc\xfb\xf1\x3d\x9e\xc5\xe4\xc1\xa7\x6f\x7e\xf5\xc1\xbf\x7d\xf5\x77\xbf\x05\xa9\x4b\xa8\x19\x46\x5f\x76\x27\x49\x65\x7e\x09\x9c\xd0\xf6\x6a\x0c\xa1\x66\x72\x79\x19\x2d\xb1\x52\xe5\x03\x03\xe4\xa6\x17\xcc\xaf\x73\x9a\xd9\x83\x06\x5c\x10\xcc\x6c\x6c\xc0\xa7\xbe\xfa\xd4\x87\xd2\x0e\xcd\x21\xae\xbe\xc9\xa0\x5d\x9a\x51\x5c\x95\xab\x74\xd0\x64\x1f\xbc\xcc\x0e\x7f\x60\x08\x1e\x13\x25\xb2\x8f\x9a\x34\x46\x4f\x53\x59\x38\xec\x86\x09\x6b\x1e\xbe\x2f\x14\x70\x6e\x13\xb8\x91\x0d\x27\x87\x4d\x4c\x58\x0b\xdf\xd3\x6c\x56\xd3\x32\xac\x16\xd7\x04\x98\x2f\x8d\xc7\xe8\x9f\xa0\xb5\x0f\x14\x17\xb9\xce\x72\xf0\xfc\x30\x1b\x26\xf8\x42\x44\x14\x82\x8b\x7c\x01\x24\xb8\x7b\x2e\xf2\xb0\xf8\x19\x47\x7e\x98\xa5\x2a\x62\x34\x73\x13\xa9\xab\xe9\xc9\x3f\xe7\x98\x1a\xa7\x2f\x2a\x0b\xae\xd5\xb9\x35\xb8\x44\xe2\xf9\x62\x3d\x45\x0d\xaf\xd2\xd2\xaa\x78\x3e\x0d\xdb\x5f\x8d\xe7\x45\xa4\x77\x3c\x27\x54\xd5\x79\x1e\x99\x1d\xcf\x91\x3f\xd6\xa6\x64\xb7\xa5\x27\x58\x12\x0d\x43\x4f\xb6\x27\xd0\x91\x06\x56\x5b\x6b\x32\xda\x9b\xfc\x5d\xd7\xba\x4e\x28\x82\x73\x67\x43\xc6\x08\xa1\xb8\xe6\x00\xae\xb9\x02\xae\x39\x8e\x6b\xca\xd4\x83\xb9\xd2\x79\x02\x63\x00\x5e\x34\x60\x6c\xa1\x1b\xe0\x6d\x7f\x23\x18\xb3\x54\xa4\xee\x30\xeb\x47\x09\x1a\xfb\x03\x3f\xec\xf5\xf1\x5f\xf4\x06\xae\x1f\x10\x7d\x56\xb2\x03\xdb\x29\x65\xb5\x27\x5b\x4f\x3a\x55\xa3\x0c\x02\x20\x71\xbd\x6b\xc3\x94\x7c\x92\xd2\xac\xac\x5d\xf8\xa4\xb7\xcd\xc6\x53\x6b\x8c\x15\xe9\x60\x60\x8c\x34\x58\x50\x5e\x81\x4f\x70\x2c\x34\x9b\x62\x64\x1a\x7e\x86\xc7\x98\x6a\xfa\x1b\x41\xd4\x6b\xce\xcd\xcd\x1f\x7b\x62\xbe\x65\xc4\x2b\x3f\xef\xfa\xc1\x65\x07\x2b\x74\x35\xa4\x56\x2a\x90\x1d\xf4\x38\x66\x47\x28\x01\xb2\x1a\x5b\x66\x4f\x17\xa5\x1c\xe1\x70\x5e\x80\x3d\x22\x1b\xe2\x67\xcc\x33\x45\xb9\xa6\x0d\x1d\x5b\x0d\xaa\xaf\x3c\x0e\xaa\xc9\x7a\x7e\xba\x20\x67\xd9\x68\x16\x66\xa8\x8b\x90\xbf\x1b\x34\x33\xc1\xad\x8c\x68\xa2\x50\x06\x38\xc3\x8f\x77\xc8\x2d\xa3\xf6\x08\x63\x5e\x9c\xb0\x59\xa8\x7f\x6c\x43\x6f\x1b\xbe\x47\x18\xfd\xc2\xcc\xd9\x89\xef\x06\x7e\xec\x08\xa6\x9f\xe0\x1e\x11\xe6\x63\x8d\xd1\x33\x6f\x9f\x55\xe6\xce\xc4\x64\x23\xea\x56\x2b\x2a\xc5\xba\x3f\x6b\x23\x1e\xa6\x7d\x69\xc3\x8c\xe5\xf3\x66\x0c\xb7\xfd\xb9\xa4\x81\x1b\xaf\x0e\x80\x93\x97\x11\x32\xa8\xa5\x6e\xb6\xa5\xc6\x26\x9d\xe0\x47\x89\x38\xb7\xe8\x2d\x01\xef\x07\x67\xc4\xb4\x68\x0d\x2d\xa1\xba\x56\x50\x2e\xa5\xa9\x47\x6c\x58\x46\x4c\xde\x44\x9a\x25\xe2\x7c\x7c\x11\x87\x40\x80\x0f\xa5\x9c\xde\xfc\xef\x87\x9a\x2c\xc1\x65\x9a\x25\x4a\x55\x27\x02\xb1\x43\x43\x38\xce\x84\xf4\x53\x23\x1d\x6e\xa4\x34\x66\xcd\x69\xd5\x10\x29\x60\x3e\x53\xa8\x8e\xe6\xaa\xf4\xd5\x28\xd4\x44\x73\xad\x56\x15\x7d\x4f\xb5\x68\x91\xb8\x43\x11\x1a\xc2\xf1\xaa\x07\xa7\xb4\x5b\x70\x11\x26\xa2\xf7\x2e\x14\x01\x29\xc6\x10\xca\x1b\x1d\x75\x28\x2e\x19\x43\x21\xbf\xd0\x5b\x8f\x91\x52\x70\xd5\xd9\x57\x52\x65\x8e\x55\xe9\x4b\x7d\x51\x4b\xc6\x2d\x63\xfd\xe0\xaf\xac\x27\x4e\x86\xc9\xed\x1f\xef\xfd\xf4\x0f\x0f\xff\xfa\xc7\x7b\x3f\xbe\xb7\xfb\xf3\x57\x27\xb7\x7e\x23\xef\x1f\x17\xd0\x0d\xc4\x44\x03\x6a\x92\x18\x31\x65\x9c\xef\x89\x1d\x88\x8e\x9e\xa4\xe6\x75\xa5\x17\x51\xb9\x84\x5e\x92\xc8\xf6\xb8\x94\x5c\x43\x7e\x7a\x49\x94\xf1\xd3\x0f\xcc\x3e\xdb\x0f\x52\x3c\x66\x3f\x17\x75\xe5\x4e\x7e\x55\xa9\x97\x56\x5b\x35\xd4\x52\x21\x69\x50\x50\x90\xd0\x5a\x61\xb1\x0e\x70\x80\xe4\xd8\xa1\x0b\x24\x37\xaa\xd2\xb7\xaa\x24\x04\xff\x49\x4d\xf8\x60\xc2\xe8\x46\x17\x2f\x1c\xf3\x24\x39\xf4\xb3\x41\x96\x02\xd2\xe4\x43\x86\x09\xb8\x63\x8a\x3f\xa9\x83\x2a\xa0\x26\xc4\xa3\xf3\xfc\xdb\xa9\x6e\x4f\x39\x13\x92\xde\x74\x5d\x3f\x90\x91\x6d\x0c\xbc\x60\x17\x5b\x42\x07\x0e\x48\xaf\x4e\x9a\x18\x46\xbc\xaa\x55\xb8\x4d\x16\xde\x49\x93\xcf\xff\xe7\xe4\xe7\xb7\xd8\x9a\x61\x8f\x4c\x3c\xfc\xed\x3f\xed\xbe\x45\x1f\xa8\x10\x77\xd9\xf2\x0a\xdb\x7a\xfb\x5c\x7a\x95\xcd\x06\xd3\x72\x93\x6d\x6b\xdb\x58\xaf\x35\xba\x5a\x9b\x59\x14\x37\x61\xe2\xe5\x36\x88\xec\xe0\x8b\x7e\x09\x58\x0e\x58\x8b\x0a\xff\xc7\xaf\x8b\x09\x64\x79\x9c\x77\x7f\xf6\xcb\xdd\x5f\x7d\xcc\x1e\xe6\x61\x0f\x1e\xc9\x44\xc7\xa4\x4a\xf9\x8e\x67\xf8\x19\x62\x13\x0a\x4e\x35\xd8\x1d\xf6\x11\xfe\xf8\xf5\x87\xbf\xff\x11\x1c\xe1\x07\x9f\xdf\xe2\x2f\x78\xb0\x2b\x77\x25\xbb\x2d\x99\xca\x89\x38\xe2\xf8\xee\xe3\x62\xb7\xdc\x8d\x6d\xee\x54\x44\x8f\x1f\x68\x49\x10\x90\x90\xce\xb6\xcc\xf7\x68\xa5\x90\xcc\xc6\x87\xaf\x41\xef\x05\xc6\xc9\xf1\x68\x59\x8d\x3b\xf7\x58\xa5\x1e\xb1\xea\x3c\x07\x5d\x00\x59\x49\x26\xbf\xff\xf1\xee\xdf\xbf\xc7\x02\xea\x19\xce\x07\x9f\xdc\x7a\xf8\x93\xcf\x99\x2f\x25\x1b\x0d\x6d\x39\xfc\xfa\xdf\x27\x3f\xfd\xd1\xc3\x3b\x9f\x3c\xfc\xf8\x27\xbb\xbf\xfa\x53\x5b\x8b\xe6\x84\xeb\x4f\xd8\xb7\x1c\xb5\xd4\xa9\x14\x7d\x99\x26\x33\xd2\xcb\xae\xa8\x5b\xef\x22\xcb\x6a\x43\x8f\x17\xe8\x1d\x2d\x10\xea\x2f\x59\xb0\x0e\xed\x7e\xf4\x8f\x93\x5f\xfe\x0d\xeb\xca\xee\x5b\x5f\x3c\xf8\xe4\x17\x02\x84\xc5\x57\xcc\x2c\xb7\x69\x4e\xd4\x04\x3d\x35\x65\xb0\xc5\x31\xb9\x7d\x0b\x20\x06\xbc\xe2\x82\x60\xad\x9a\xb4\xd2\x5c\x0d\x92\xb5\x66\xcf\xaf\xe9\x7e\xd9\xc1\x02\x51\xcc\x6b\xb0\x28\x59\x40\x95\x00\x16\xed\xc0\x10\x0e\x42\xc5\x8f\x6e\xef\xfd\xe1\xb3\xaf\xde\xb8\xfd\xe0\xde\xfb\xa5\x54\x48\xee\x67\x11\x37\x5a\x10\xa1\xac\x71\x49\xe7\x9a\xa0\x9e\xbe\x97\xec\xb5\x97\xf7\xdf\x23\xec\x9f\xb1\x53\xb8\x75\xcc\xd8\x2f\xec\x9f\x1c\x4c\xb3\xf4\x3c\xdc\x41\xb2\xf4\x92\xb9\x95\xd8\x3f\x65\x7d\x16\x2b\xe0\x80\x29\xc2\xeb\xf4\xcf\xb4\x1a\x90\x60\xfd\x73\x8b\xb0\x50\x9e\xab\x92\x76\xed\xb3\x3c\xb8\x64\x27\xb4\xcf\xc6\xc1\x65\xf4\x69\xba\x8b\x7e\xe9\x16\xb9\x62\xdb\x22\x7b\x9f\xfe\xdb\xbe\x5b\x64\x26\xe5\xe0\xb1\x6e\x91\x6c\xc3\xb2\x45\xb2\x05\x54\xd9\xd0\xb7\xc8\xc6\x02\xaa\x64\xdf\xe9\x16\x99\xfb\x56\x5b\xc4\x5e\xfb\xff\xc5\x5b\xe4\xca\x7f\xa1\x2d\xa2\xce\xbd\x0f\xff\xe5\xe1\x9f\x7e\xf7\xf5\xfd\x9b\x5f\xbd\x71\x6b\xf7\xed\x8f\x1f\xde\xf9\x60\xef\xce\xaf\x67\x95\x0b\x78\xc4\x99\xeb\x07\x9a\xe3\xc1\x4c\x33\x6c\x99\x5f\xdb\xec\xc6\xe6\xc4\x46\xe6\xbc\x15\x84\x07\xa4\x39\xd2\xa8\xe0\x15\x20\x22\x14\x64\x01\x64\x86\x28\xf9\xe9\x4a\xe6\x07\x01\x65\x8d\x34\x62\x71\xe6\xf3\x72\xb1\x04\xcd\x15\x89\x66\x26\x9e\xa2\x7c\x70\x77\xff\xe1\xd5\xdd\xf7\x7f\xc7\x76\xf0\xe4\x97\x6f\xca\x19\xd8\x7d\xe7\xee\xe4\x97\xbf\x67\x92\x31\x63\x5f\x0f\x3e\xa5\xcf\x96\xd1\x89\x7d\xf0\xd9\xad\xbd\xd7\xfe\x9d\x96\x93\x8a\x5f\xdf\x7f\x57\x22\x9c\x6b\xa0\xc9\x87\xb7\x26\x6f\xbe\xff\xe0\xcb\x3b\xbb\x6f\xdd\x7b\xf8\xe5\x1b\xf4\x9d\xcc\x77\x1f\x7c\x7e\x6b\x72\xfb\xc7\xbb\xbf\xfa\x58\xcd\xad\x36\x0c\xf4\x6e\x5b\xf5\xa7\x0a\x6f\x81\x74\x96\x26\x55\x29\xc0\x73\xbf\x7a\x83\xb2\xc3\xbb\xf7\x26\x9f\xbe\x25\x5d\x50\xf7\xbe\xfc\xec\xe1\xe7\xff\xfb\xab\x57\x3f\x7b\xf8\xc5\xdf\xe8\xcc\x57\xb5\xab\xed\xa7\xef\x58\xb6\xd8\x29\x21\xe2\xca\xac\x44\x3c\x0e\xee\xbd\xa3\xc6\xcd\xca\x27\xc4\xc7\x59\x34\x54\x0b\xbb\xd8\x57\x43\x85\xb9\x2f\xe6\x1b\x68\x72\xfb\x1f\x77\xdf\xfb\xf9\xee\xcd\x37\xc8\x12\xf9\xf4\x75\xae\x8a\x51\xe1\x97\x31\x8a\xdd\xb7\xef\x4d\x7e\xf9\x37\xbb\x3f\xbf\xa5\x24\x62\x64\x28\x8c\x52\xf4\x5d\x32\x25\xdf\xcb\x34\x94\x05\x4c\xf7\xe2\x94\xfa\x57\x8a\xf5\xaf\x18\xf5\xaf\xc0\xd7\x30\xf6\x3e\xb8\x33\xb9\xf3\xf7\x84\x7f\x51\xca\xbe\xbe\x7f\x73\xef\xad\x77\x1f\xbe\xf1\x47\xf6\xd8\xe1\x83\xfb\xef\xb2\xf2\xaf\xfe\xe9\x9d\xc9\xa7\xbf\x9f\xdc\xf9\x7c\xf2\xe9\xef\xd5\xda\x2f\xe9\x41\x9e\x97\xd0\x06\x96\x88\xae\x8d\x14\x8c\xe7\x1a\x1b\x54\x9c\x60\x2a\x73\x04\xbc\xa1\xa6\xad\x44\x40\x49\x81\xfd\x41\xef\xae\x66\x93\xbd\x17\x73\x6d\xe8\xf5\xe8\x7b\xaa\x22\xd7\x00\xbd\x91\xa2\x3e\xe5\xd4\x55\xc9\xa7\x01\xd1\xd4\x8d\x89\xd9\x60\x68\x44\x12\x56\x39\xab\xf8\xd8\x2c\xeb\xb6\xd7\x03\x4b\x4b\x86\x39\x56\x8e\x87\xf2\x6a\x13\xf4\x71\xfd\x5b\xfc\x14\xe1\xfe\x3a\xcf\xa6\x85\x42\x71\x46\x47\x50\xb1\xcd\xba\xd1\xa2\xf9\x8e\xb9\x8d\x5a\xde\x29\x8d\x5c\x6e\xd3\x9a\x9d\x5e\x9e\x95\xc0\x20\x98\x95\x96\x50\xcc\xdb\xad\x9b\xad\xda\x68\x7e\xa4\xd7\xc7\xe6\x9e\x6a\xf1\x3a\xf2\x6a\x79\xf2\x2f\xb7\x27\xf7\x7e\xc5\x4f\x89\x7f\xfd\x60\x72\xfb\x9d\xaf\xef\xdf\x7c\xf8\xea\x4d\x69\xb9\x40\x93\xdb\xef\xd0\xb7\x91\x58\x90\xc7\x17\xbf\x98\xfc\xfe\xc7\x2c\xcc\x4f\x3d\x42\xf1\xcc\xd3\x38\x90\x5e\x9a\xcf\xa8\x38\x3c\xcd\x27\x81\x11\xaf\x0d\x8f\xe1\x1a\x00\xc7\x80\x9a\xf9\x24\x57\x8a\x62\xfd\x6b\x16\xc5\xe2\xfa\xdf\x44\x05\x32\x01\x2f\x70\xfe\x05\x8a\x6a\x3a\xd8\x73\x3c\x76\x00\xc2\x3d\xa7\xfb\xe2\x1a\x19\x7f\x75\x58\x59\x2c\xc1\x41\x26\x67\x01\x0a\x8a\x34\xa2\xab\xd6\xfb\xcc\x47\x30\x7d\x20\xe0\x1a\x68\xd9\xdd\x65\x37\x90\xdc\x0c\xba\xa8\x2c\xb2\x68\xbe\x35\x37\x5f\x6f\x1d\xab\xcf\x9f\x28\xb9\x5f\x44\x08\xd5\xd1\x83\xfb\xef\x4c\x6e\xbe\xbd\xfb\xb7\x9f\x3e\xfc\xc9\xe7\xdc\x4b\xe1\xce\xaf\x59\xbc\x1f\x03\xd8\xfd\xe9\x9b\x7b\x6f\x7d\x84\x12\x9c\xfa\xd7\xf1\xe5\xcb\xa4\x5c\xe2\x9f\xab\xb7\x9e\xa8\xcf\x1d\xb5\xe0\x47\x61\x94\xe1\x05\x89\x64\xf2\xdb\xbf\x9f\xfc\xf5\x6f\x60\x2b\x5f\xdf\xbf\xf9\xe0\xb3\xdf\x4d\x6e\xff\x35\x4b\x1a\xc7\x19\xf1\xab\x3f\xff\xea\x83\x7b\xa4\xd6\xf7\x9a\x8f\xe6\xa3\x53\xe4\xb1\xfb\xcb\x58\x35\x64\x84\x99\x17\x3d\xe7\x59\x18\x7d\x41\x58\xe4\x16\x5a\xff\x3a\x56\xbe\x30\x3c\x30\xd6\xca\x91\x44\xa0\xac\x6d\xef\xef\x00\x2f\x09\xdb\xd9\x18\x97\x5f\x47\xc2\x78\x3d\xe1\x28\x68\xc2\x18\x7c\x85\xe6\xe5\xc6\xe4\x04\xf0\xa9\x9b\x3c\x8d\x8d\x65\xf7\x6c\xb4\x34\x1a\x66\xb4\x58\x38\xd3\xd4\x50\x96\x8c\xc9\x69\xc1\xe6\x1f\xf9\x59\xa3\xad\x59\xbc\x24\xc9\x0c\x80\x39\xd9\x09\x5b\x96\xa4\xeb\x99\x22\x61\x45\xa0\x23\xcc\x7b\x6f\xfa\xfd\xa9\x4c\x49\xa3\x40\xeb\x4b\x25\x38\xea\x45\x1c\xa6\x37\xe9\x0c\x3d\x1f\x44\x5b\x5a\xbf\xa7\x4e\xd2\x7e\x7d\x80\x4e\xa0\x0f\xbe\xfc\xbb\x87\x77\x7f\x34\xf9\xf3\xef\x1f\x7e\x71\x6f\xef\x57\x37\x27\xff\xe3\x26\xb4\x42\xaa\x72\xba\x5f\x0a\x13\x6d\xf5\xea\x4c\xf8\x21\xa3\x88\xa8\x15\x57\x8d\x31\x06\x97\xa2\xf8\xdb\x8d\xc0\x15\x31\x02\xd6\xfb\x67\x6d\x91\x32\x87\x54\x03\xa2\x8c\x1e\xb0\x42\xf9\x65\xea\x63\x59\xa2\xdc\xdf\x12\x2e\x3f\xee\xde\x58\xe6\xa1\xa8\x02\x37\xe8\xb8\xee\x77\x5b\xae\x2d\x51\x71\xee\x2f\x95\x60\xa9\x5b\xb0\x18\x03\xf2\xdc\x2c\x9d\x7f\x94\x39\xda\xbf\x1f\xc5\x65\xca\x9e\x1a\x2f\x2e\x53\x55\x6e\x2c\xd3\x29\xbe\xc7\x7c\x36\xeb\x90\x8c\x5a\x61\xdd\x58\x5c\xb3\x94\x32\x1f\x13\xae\x4e\xaa\x57\x4b\x0e\xc4\xc2\x81\xa0\x39\x64\xf1\xe3\x52\x1e\x29\xf4\x50\xdf\x3f\x3e\x73\x5a\x80\xe6\x63\x71\xc1\xd9\xcf\x97\x46\x73\x62\x38\x3f\xcc\xce\x77\x01\x46\x6e\x80\x7b\xa4\x00\xcd\xd2\x2b\xb2\x52\x5c\xe0\x00\x64\x30\x96\xdb\x2e\xf6\xc1\x90\x85\xf8\x6e\x3c\x00\x09\x10\xde\x11\x10\x93\x60\xa4\x5a\x19\x77\xf0\xb0\x1c\x23\x56\x14\x6c\x95\x6b\x45\xc2\xcb\xa2\xb8\xcd\xcb\x89\x30\x78\x82\xee\x8f\x52\x68\xd0\x80\x9e\xe6\x3f\x43\xd7\x9b\x0a\xac\x95\x4e\x7d\x36\xf7\x4e\xd6\x8e\xa1\xb8\x13\x35\x94\xd7\x01\x13\xa2\xb9\xf3\x4d\x99\x11\x61\x9c\x62\x66\xc3\x73\x51\x06\x97\x12\x5a\x42\x07\x2c\x8b\x0b\x76\x9a\x8b\x35\xfa\xdd\x35\xe1\x30\x7a\x49\xe1\x6e\xd7\x26\x22\xc3\x0b\x7c\xc3\x1d\x51\x5d\xe2\xdb\xe8\x94\xa3\x0a\x07\xb3\x71\xf5\xaa\xb9\x77\x0b\xb1\x6b\x8b\xf6\x4a\xf6\xdd\x5b\xbe\x45\x6c\x79\x03\x20\x56\x8d\xe1\x5c\xa5\xf9\xe7\xbc\x4b\xd1\xc9\x24\x71\xc7\x6c\x77\xb7\x0f\xfe\xc5\x86\xbb\x81\x83\x26\x7f\x10\xb9\xd9\xc7\x41\x8c\x93\xb4\x89\xd3\x41\x53\x83\x6f\x1f\x54\x2c\xe2\x22\x3d\xc4\xce\x6f\xa4\x38\xd9\xc2\x09\xe7\x13\xec\x64\xab\x47\xbc\xb4\x1e\x47\xc1\xb8\xeb\x07\x01\x60\x2d\x3c\x08\x38\x15\x6d\x27\x9d\x3a\x61\xa7\x4d\x9c\x36\x4f\x47\x83\xa6\xf8\x4c\x9b\xe2\xbd\x02\xbc\x66\xc5\x1d\x60\x6a\x80\x72\xe2\x04\x6f\xd5\x50\x88\xb7\x61\x12\x04\x52\xc8\x52\xb7\xd2\x72\x33\x68\x9e\x5a\xd3\x29\x4c\x9e\xa3\x03\x1a\x8c\x08\x9e\x17\x60\x95\xd8\xed\xe1\xcb\xf4\xcd\x1f\x02\x47\x16\x15\x2d\xba\x22\x8b\xcc\xfc\x09\x04\x6f\x83\xd6\x92\x14\xf0\x9f\xe4\xc8\x13\x1f\xaf\xe8\x1f\xaf\x98\x36\x82\x0a\x0b\xc8\x34\x5a\x66\x85\xfb\xb4\xcd\x6b\xaa\x06\x44\x81\x68\x9f\x63\x31\x01\xae\x58\x4e\x38\x90\x4b\xc0\x9c\x84\x84\xc6\x14\xe1\xe7\xa3\xce\x30\x75\xdc\x0e\x51\xd2\x65\x18\xb2\x8c\xf0\x56\xa9\x60\x28\x1c\x4b\xe8\xeb\x77\x91\x9f\x8a\xe7\x6a\x25\xa8\xe8\xb9\x86\x4a\x0b\x4b\x6e\xe8\x9f\x0e\x1f\x96\x8b\xc8\x91\x58\x6a\x48\x03\xa2\xb1\x0d\x3c\x41\x9a\xf6\xa1\xd1\xa5\xf4\xb0\x24\x0b\xbc\x4b\xca\x19\xdb\x02\xea\xc0\x57\x69\xcc\xb1\x18\x44\xa1\x9f\x45\x09\xdb\x0b\x2a\x58\xd2\x78\x99\x65\xcb\x4d\xe8\x04\x88\xc8\x1f\x19\xe7\x29\x3e\xc8\xd0\x1b\xfe\x85\x7c\x53\xaf\xae\x86\x1c\xfd\xd5\x04\x77\x41\xfe\xcc\x04\x91\x82\x79\xb4\x64\x6c\x6a\x0a\x57\x43\x73\xd5\xc2\xe5\x04\x01\x25\x55\x56\x5b\x6b\x9c\x7d\x6b\xcf\x26\x1d\x28\x0b\x2f\x6f\xc8\xe1\xe6\xec\xbb\xaa\xde\x4d\x02\xd4\xb0\x8f\x87\xb4\xd4\xd5\x68\x89\xb7\x5d\x96\xd1\x1a\x10\x29\x82\x22\xac\x88\x34\x3d\x56\xe9\xb2\xa5\xe0\x5a\xa8\x00\x23\x90\x1a\x17\xb5\xe8\xab\x6e\x10\x45\x89\x33\xd2\xc2\xab\x04\xa0\x1e\x0e\xc5\x20\x95\xd3\x99\x1a\x35\x35\xb1\x64\xc9\x82\x36\xf2\x1c\xce\xad\xfc\xf8\x82\x6e\xe4\xd3\xac\x6c\x23\xbc\xb1\xe9\x67\x8d\x28\xe9\x31\xef\xe2\xa7\x9e\x7a\xea\x89\x26\xe3\xa9\x92\xa5\xfa\x61\x9d\x81\x35\x05\x82\x0b\x49\x34\xf0\x53\x4c\xd4\x8a\x28\xd8\xc2\x4e\xb5\x91\xf5\x71\xe8\xc8\x05\xe4\xe8\x89\x30\xf9\xda\x74\xb4\xab\x01\x6e\x35\x50\xe4\x6b\xb7\x04\xc2\x6e\x00\x3a\xd0\xb6\xde\x18\x00\x83\x2f\x97\xc0\xc1\xb2\x57\xc8\x17\xd5\x47\x39\xcc\x00\x37\xe4\x47\x64\x3e\x12\xfd\xa8\xa1\xb7\x10\xc6\xf9\xe3\x88\x5d\x52\x05\x3c\xdc\x7c\x47\x45\xc7\xd3\xe0\x43\x6a\x4d\x83\x24\xd8\x60\x71\x0c\x0d\x24\x9e\x9f\x76\xa2\x30\xa4\x6b\x79\x51\x5a\xc6\xbe\x8b\x03\xf7\x2a\x67\x67\xfb\xa3\x60\x80\xb4\xae\xb2\xc3\x5d\xc4\x44\x35\xf3\xd8\xfb\x3e\xdc\x22\x56\x47\x9d\xbe\x1f\x78\x09\xa6\xd9\x0a\x53\xee\xd3\x28\x0f\x78\xb7\x93\xc9\x73\xdd\xed\x40\xfd\xe0\x06\x4d\xc4\x1e\xa5\xf8\x22\xee\xa2\x1d\xcb\x51\x9e\xe0\x2e\xa4\xdd\x4f\x85\x50\x67\x3f\xf5\xe5\x77\x58\xe9\x86\x26\xc6\x70\x31\x8c\x1e\xfe\xa2\xc9\x8a\x17\x0d\xea\xa6\xce\xe4\x7a\xde\xf2\x16\x0e\xb3\x17\xfd\x34\xc3\xa1\x10\x4d\x0a\x4d\x9a\x60\x3a\xb9\xcb\x3f\x1c\xba\x01\x6f\x24\x88\x3c\x37\xed\x37\x79\xa1\x36\x0a\x40\x20\xa9\x69\x07\x63\x4d\x3f\x1a\x24\xc1\xcc\x6a\x08\x70\x0c\x53\xfc\xdc\xb0\xdb\x95\x12\x54\xa3\xd9\x8f\xa2\xcd\xb4\x29\xcb\x6d\xe1\x38\x4c\x5e\x27\x65\x40\xf6\x11\xcb\x63\x18\x76\x58\x6a\x0e\x70\xbc\x99\xa9\xfb\xc0\xf2\x76\x8a\x5a\x41\x0f\x67\x5c\xc6\x22\xff\x0f\x9a\xe0\x4b\x50\x94\xd3\x56\xa2\x8d\x6b\xb8\x93\xd1\xe4\x66\x07\x78\x79\x49\x6b\xf4\xab\x68\x8c\xec\x6b\xa6\xfb\x2e\xa9\x5d\xc6\x24\x70\x76\x7e\xa9\xc3\x8e\x80\x8a\x75\xca\x8f\xb0\x86\xf8\xad\x5e\x92\xf1\x53\x77\x23\xc0\x9e\x00\x10\xbf\x95\x9d\x1f\x1e\x81\x0d\x4d\x7f\xe0\x1a\x84\xf8\xc6\xc4\x7d\xf1\x29\x0a\x4f\xc2\x8f\xfc\xa7\xfc\xcc\xa7\x99\x05\x11\xf2\xc9\xe6\xa0\x96\x4f\xb2\x1a\x01\x38\xc4\x01\xd8\x3c\x5f\xf2\x07\x46\x45\x59\x8e\xcd\xd6\xd4\x17\x5e\xc5\x82\x6a\x69\x09\x6d\x45\xbe\x87\x5a\xe8\x59\xd4\x42\x0b\x76\x30\x29\x85\x74\xdc\x4e\x9f\x6e\xe6\x25\xb6\xef\x1b\x43\xba\xb7\x1d\x91\x1d\x96\xc0\x84\x54\x25\x2a\x80\x28\x00\x3a\x29\xe7\xe8\x8b\x30\x1c\xe4\x14\x9f\xa6\x46\x14\x06\x63\x47\x4c\x5a\x75\x91\x1c\x7a\x4b\xb6\x7f\x62\x4d\x58\xff\xb5\x55\xfa\x01\x77\x8b\xc5\xd6\x53\x6e\x86\xfa\x38\xa1\x57\x89\x2e\xed\x71\x27\x88\x68\x6a\x8f\x81\xbb\x89\x53\x0e\x11\x45\x9e\x3a\x4f\xe8\x23\xb7\xb4\x21\xca\xf6\xa6\x74\xbb\x08\xd9\xe8\x0c\x13\x9a\xd7\x0e\x2c\x38\xf1\xe7\x7e\x55\xe4\x12\x94\xc2\xd7\x54\x70\xb1\x28\x5d\x7e\xa3\x32\x15\x58\x2d\x53\xfe\xd7\xa2\xea\xef\x55\xc5\x64\x96\x14\xc3\xb1\x09\x08\x14\xba\xd8\xca\xa1\x0e\xd9\xa5\xa5\x8d\x03\x59\x21\x70\x33\x9c\x66\xa7\xc1\x66\xb4\x61\x2b\xee\x4e\x51\xf3\x92\xdc\xa5\xd6\x7a\xc6\xb6\x15\xb5\xe4\x0e\xb5\x56\xd2\xf7\xb3\xa8\x73\x3e\x9c\x5e\x4b\x1f\x46\x2e\x21\x1b\xdd\x3b\x7c\x58\x23\xbb\x0a\xd3\xd0\x27\xca\x73\x9e\x6f\x1c\x31\x5c\x8b\x10\x88\xbd\xf3\xaa\x15\x61\xa8\xf2\x0b\x66\xaf\xb5\xa3\x81\x53\xb6\xca\x33\xd4\x51\xae\x6d\x07\x15\x3b\x5c\xae\x18\xd5\x8c\xfe\xa4\x9c\x05\x54\x34\x21\x38\x78\x09\x98\x58\xb0\x60\x52\xe8\x4e\x3f\xb3\x8c\x82\x28\xc5\x88\xa9\x5e\x2c\x45\x86\x68\x3d\xc1\x22\x9c\x42\x08\xc3\x2a\xbb\x48\x82\x3b\x51\xe2\xe9\x4a\x19\xbb\x28\x62\x27\x2d\x6d\x28\xd1\xbc\x7b\xbe\xeb\xa6\xd4\xb0\x5f\x95\x49\xc5\x95\xa2\xaa\x09\xcd\x3a\xae\x25\x55\x41\x57\x67\x17\x39\x21\x34\xb5\x2b\x1b\xc1\x51\x1f\x87\x2a\x1f\x91\xcc\x3c\xd4\x36\x48\x9f\xa5\x06\x83\x07\xc2\x30\x73\x53\xe1\xd2\x56\x31\x27\x08\x92\x8f\x1a\x0b\xc6\x63\xc6\x2a\x48\x25\x17\xcc\x32\xd0\x00\x54\xa8\x33\x14\x1e\x6c\x88\xd9\x62\x15\x68\x63\x26\x43\xd9\x91\xaa\x9e\x4f\x33\x3e\xa8\xd8\x06\xd8\x6f\x7d\xb7\x1f\x3e\xcc\xa9\xd0\xdf\xa8\x84\x30\x92\x24\x0e\x68\x27\xc3\x92\x8d\x51\xb3\xc8\x80\x6c\x9a\xb5\xe2\xb1\xad\xd4\x5e\xc5\x9b\x6d\x9a\xbc\xfc\x58\x43\xf3\xa0\x8e\x62\x58\xa4\x8e\xc2\xb0\xda\x52\x4f\xeb\x75\xdc\xb0\x83\x83\xe7\xcb\x20\xe7\xd6\xa6\x1c\xc2\xcb\x2c\xed\xd5\xb4\x43\x98\x89\xcd\x2c\xdd\x1c\xe3\xd9\xc3\xd8\x73\x33\x4c\x8f\x59\x5d\x71\x3b\xcb\x7a\x5f\x38\x63\x19\xa5\x8c\xce\x05\x25\x04\xb2\x02\x72\x26\x31\xb7\x21\x26\x2d\x80\xf6\x38\x5f\x05\xed\x41\x7e\x7b\xf1\xf1\xb4\x49\xfe\x23\xab\xb2\xf1\x28\x3b\x30\xad\xfc\x3a\xd3\xd8\xaf\x95\x4f\xeb\xb6\x70\xf5\x6c\x01\x60\xa9\x54\xc4\xb6\xf4\xcb\x64\xe2\x30\xdd\xff\x14\x68\xd1\xcd\xc5\x59\x80\x55\xb7\xca\xce\xaf\xfd\x9b\x42\x4b\x86\x89\xcc\x40\x55\x83\x6b\xb9\x60\x3c\x20\x03\x52\x7a\x6c\x31\xcf\x29\x2c\x5e\x60\x38\x00\x6d\xc3\xf6\x03\x8c\x33\x99\x2a\x07\xa7\xda\x5c\x11\x94\x1b\xfb\xd9\xfd\x07\x18\x57\x40\xa8\xc3\x96\xe4\x49\xcf\x13\x77\xbd\xc2\x3a\x23\x16\xbf\xa0\x3e\x99\x3a\xb2\xa0\x0b\x26\x9f\x9c\x65\xf2\xca\x00\xcb\x0f\xf6\xe9\xa8\x0b\x93\x25\x59\xbd\x65\x92\x8c\xa7\x6e\x0b\x9b\x54\x8a\xc7\x9d\xbe\x1b\xf6\xf8\xd9\x35\xc3\x86\x62\x86\x48\x5e\xb9\x74\xf8\x79\xd3\xc6\x83\x15\x26\xcb\x73\x8c\xe7\x2a\xd0\xaa\x40\xbc\x56\xa0\x97\xa5\x28\xe3\xe3\xa3\x78\xca\xc8\xe7\x76\x25\x8b\x92\x40\xf4\xdb\x99\x19\x05\xe9\x97\x45\x21\x34\xde\xb7\x38\x00\xdb\x13\xd3\xa3\xad\x0d\x1b\x00\xf5\xed\xd4\xad\x19\x0e\xeb\x4f\x4d\x5c\xc9\x54\xf6\x99\x44\x75\x6c\xef\x43\x81\xed\x73\x23\xa1\xb6\x25\xb0\x34\x4b\xa8\x94\x16\x01\x30\x25\x96\x41\xe1\xb3\x73\x2a\xc0\x6e\x42\x73\xc8\xfa\x5d\x34\x0c\x07\xd1\x30\xcc\x66\x5e\x47\xe5\x06\xbc\x99\xf7\xd7\x23\x71\xd2\xf2\xa1\x9b\x6d\xc4\xca\xd7\xae\x10\x22\x56\xd7\xa6\xe8\xcd\x64\x69\x76\x4b\x3e\x2d\x19\x83\x76\x66\x10\xe3\x84\x3a\x57\xbe\xe0\x86\x5e\x80\x1d\x6a\x6f\x29\x1f\x43\xf8\xf4\x09\xa7\x0e\x1c\x9d\x70\x5f\x5a\x22\xf4\xe1\xbe\x25\xe2\x52\x71\xe9\x2d\x02\x06\x52\xd6\xb5\xd0\x23\xba\x6b\x79\xdf\xc8\xe8\xa3\xe6\xf7\xfe\xdb\xd5\xab\x17\x5e\xba\xb8\x7c\xf5\xea\xf7\x9a\xac\xb7\x7e\xfa\xb2\x1b\xf8\x9e\x38\x94\xa5\x81\x42\x31\x76\x68\xb3\xb0\x20\xa0\x8e\x77\x85\xea\x35\xb8\x96\xba\x0b\xc0\x18\xaa\x60\x1a\x74\x54\xf9\x79\xc7\xb3\xe3\xee\xd8\x6c\xcc\xb2\xc6\xa2\x78\x7f\x84\x30\x9e\x8b\x1d\x21\xb5\x59\xa8\xea\x46\xc9\xc8\x4d\x3c\xd2\x9e\xdc\xcf\xbc\x42\x83\x3f\x31\x77\x8e\x3e\xcd\x85\x2a\x27\x85\x75\xd4\xb8\x21\xe6\xe0\x8b\xca\x52\x6d\xb5\xf7\x1a\xb5\xc0\x4e\x13\xf7\x08\x35\xb4\x41\x45\x4a\x68\xac\x73\x83\x00\x7b\x16\x8e\x49\x85\x62\x65\x2f\xca\xd8\x13\x4c\x53\x58\x6b\x1b\x5e\x84\xb1\x2d\x72\x29\xf1\x7b\x3d\x9c\xa8\xc5\xc6\x93\x4b\x76\x08\xb7\xe0\x8f\x3a\x39\x0a\xb3\xdc\x87\x70\xe4\x25\xca\x8c\x23\xa3\x8b\x54\x3f\x83\x64\x27\x24\xff\xca\x73\xb6\xd8\xa9\x6d\x8d\xae\x65\x9d\x79\xcb\x9b\x15\x96\x5a\x9a\x75\xd6\x08\xc9\x3b\x17\x91\xc1\x0c\xdc\x31\x4a\xfd\xb0\x83\xe5\x6d\x0c\xef\x1c\x39\x30\x53\x1c\x74\xcd\x6d\x64\xd3\x41\x8a\x04\x2e\x41\x85\x04\x99\xe3\xa5\xe2\x30\x0a\x83\xa3\x52\x74\xaa\x87\xb1\xa6\xdd\x1f\x99\xcd\x2a\x65\x87\xd2\x28\x97\xc4\xd4\x73\xfa\x3f\x9e\x30\x24\xe7\xbb\x3a\x85\xd8\xe2\x0e\x5d\xe5\xd5\xac\x4c\x72\xbf\x66\x6d\x9d\xdd\x59\x63\xaf\xac\x95\x78\x16\x17\xf3\x2a\x95\xfa\x89\xa9\xfb\x9d\xf5\xac\xc7\xf4\x8a\xf5\x05\x74\x03\x51\xc7\x83\x1a\x62\x1e\x07\x3b\x28\x4a\xd0\x0d\x9e\x5a\xfd\x72\x0d\x09\x3f\x80\x9d\x06\xad\x79\xa6\xcb\x4b\x54\x1a\xd3\x38\x89\xb6\x7c\x0f\x7b\x35\x34\xf2\xc9\xf9\x1b\x66\x38\x09\xdd\x40\x64\xe4\x40\x59\x44\x51\xcb\x0a\x8d\x62\xda\x38\xa0\xe3\xf3\x9c\x18\xfc\x9a\x04\x7a\x16\xb1\xd7\x21\x7a\xf8\xf2\x22\xfc\x75\x65\x71\xb6\x07\x28\xbe\x69\xde\xfc\xf6\x7f\xad\x24\xc3\xed\xa2\xcb\x8a\x18\x6d\xe5\xf4\xca\xfc\x52\xe4\x87\x86\x1a\x75\x7d\x77\x0a\x40\x95\x85\x54\x56\xe1\xeb\xa7\xe0\xb1\xa2\xdc\x62\xac\xcd\x5e\x31\x9b\xbd\x52\xd2\xec\x15\xd9\xec\x95\x62\xb3\x9a\x93\x0a\x77\x48\xeb\x29\x9f\x3f\x2d\x61\x1b\x5b\xfc\xac\x84\x86\x77\x50\xec\x35\x71\x5c\x80\x37\xc0\xd4\xd5\x76\x4b\x73\x82\x17\x1e\xf8\x7e\x98\x9d\x09\xe9\x4a\x5a\x82\xc3\xa3\x25\x19\x65\x45\x4f\x2f\x95\x25\x6e\x55\x09\x18\x58\x27\x79\x65\xde\xe5\xa7\x97\xa6\xa6\x55\xe5\xd6\x96\x0b\x6c\x3f\xca\x73\x98\x9b\x5c\x28\x81\x06\xbd\x29\x5a\x42\xab\x30\x93\x0c\x4d\xb2\x53\xe9\x74\x2a\x6b\xe5\x0e\x6f\x20\x63\xcd\x0d\xd4\x68\x08\x25\x98\x23\xdc\xa9\xc1\xa1\x28\xf5\x74\x95\x1b\x9e\x27\x9e\x6b\x22\x0e\x41\x33\x44\xc7\x6e\x67\xd3\xed\xe1\x4a\x8a\xdc\xd8\x97\x8c\x4d\x67\x6b\x65\xc2\x8a\x29\xaa\x5c\x4d\x70\x8f\x68\x39\x2e\xd1\x55\xd9\x05\x78\xc9\xb5\x38\x00\xd4\xee\xd2\xdd\x74\x1c\x76\x2e\x45\xdf\x17\x1f\x67\xb8\x55\x37\xab\x68\xf8\x1e\xdb\x2d\xff\x0d\x34\x4c\xf1\x4a\xe6\x66\xb8\x86\xa4\x82\x43\xff\x04\x57\xed\x85\xfb\xf8\xc4\xed\xda\x2e\xe1\x5d\x76\x09\x4f\x64\x2d\x82\x72\x98\xfe\xe5\x10\xd3\xd7\xc0\x57\x2b\x03\xec\xa6\xc3\x84\xe8\x85\x15\x76\x98\xd4\xa8\x76\x56\x43\x95\x41\x44\x2f\x8d\xd7\xa6\x4a\x7f\xdc\xc0\x5c\x43\x5e\x74\x96\x61\x02\xf2\xdf\x55\xd1\x05\x76\xdd\x44\xff\x64\x22\x9d\x66\xf6\xa4\xe5\x25\x56\x4f\x3e\x02\xc0\xe8\x99\xd2\x0e\x70\x2b\x26\xab\x0a\xcd\x9d\x29\xce\xce\xf0\x53\x6a\xc5\x02\x39\xb7\x06\xee\xc3\x12\xb7\xcb\x64\xce\xc2\x0d\xa6\x87\xd3\x2c\x89\xc6\xda\x57\x29\xb4\x6a\x92\x63\x8a\x33\xd6\x8e\x13\xe2\x6d\xfe\xa7\x61\xc4\x90\xb8\x2c\x6a\x74\x81\x5c\x88\xc6\x22\x89\x18\x42\xf0\x45\xb7\x0b\xd4\x34\xb7\x2b\xf4\x51\xd6\xb3\xe9\x32\x6f\x2f\x3a\x27\x9b\x72\x0c\x4f\x35\x04\xf1\x2f\x4a\xf4\xba\x74\x93\xb8\x5d\xbb\x0c\xd6\x6c\xa2\xf3\xea\x4e\x82\xdf\xac\x6c\x60\x34\x70\xc3\xa1\x1b\x04\x63\x21\x7e\x81\x41\xe0\x64\x28\x74\x71\x82\xb7\x34\xb1\x2e\x1d\xf9\x59\xa7\x8f\x9c\x54\x1f\x62\x21\xf3\xa5\x58\x2c\xe0\x05\xf8\x41\x72\x39\xb1\x9c\xb5\xac\x0a\xa2\x22\xff\x56\x52\x33\xcd\xdc\x8d\x00\x9b\x35\xf9\x66\x00\x75\x76\x20\x00\x70\xc8\x2c\xba\x45\x29\xef\x2b\xe6\x83\x39\x0c\x02\xfa\x44\x3d\x2c\x94\x97\xf6\xfc\x8f\x05\xe5\xb1\x25\x17\x86\xc8\x9d\xdc\x6c\xa2\x33\xa1\x9f\xf1\xbd\x21\x8c\x8f\x53\xed\x22\x6a\xcc\x25\x0b\xa8\x4a\x0b\x03\xdf\xd5\xdc\xd0\xf0\xfd\x88\x39\xa0\x2a\xec\xfb\xe1\x2e\x9b\x2a\x3e\xda\xbc\x3d\x30\x74\x92\x7b\x68\x66\x4d\xf1\xf6\x87\x28\xd1\x87\x5c\x33\x0f\x17\x9a\xb2\xae\x56\x5d\x87\x2e\x30\x7f\xf3\x7b\xf1\x74\x69\x0c\xdc\x64\x53\x75\xf9\x2a\x15\xfa\xb1\xae\x7f\x10\xfe\x41\x13\x03\x32\xaf\x64\x36\xca\x8b\x45\x83\x88\x05\xfb\x28\x71\xe3\x02\xf6\x43\xce\xd5\x4e\x14\x66\xd0\xdb\x97\xfd\xe3\xef\x26\xcd\x19\xc5\x6a\xfc\x45\xbd\x06\x73\x87\x46\xf2\x77\x58\x44\x26\xa7\xa7\xb5\x60\x16\x23\xd6\x1d\xb4\x04\x0f\x0f\xf9\x8a\x52\xaa\xf1\x2a\xf8\x4f\xf5\x5e\xaf\xca\xd2\x26\xa2\x23\x48\x32\x63\xa3\x35\x1a\x22\x2d\xeb\x1e\x3e\xcc\xdb\x3f\x40\xdf\x69\xb2\xd0\xad\xaf\xe7\x22\x03\x85\xff\x76\x8a\x2d\xd2\x6e\x1f\x2d\x74\x9b\x16\xb7\x0f\xe2\xd0\x6b\x1f\xb4\x8c\x89\x98\x46\x31\xa6\x69\x16\xc5\x8e\xd9\xe2\x0e\xfc\x09\x7e\xec\xd4\xc4\xec\x42\xa7\xc9\x6a\xc1\x4e\xcd\x06\x97\xe7\x32\xfe\xc6\x76\xce\xe2\x09\x64\x37\x11\x40\x6e\xaf\x99\x1b\xa1\x0e\xcc\x48\xaa\x69\xc7\x47\x41\x8d\xbd\x8a\xb7\x33\x1c\x7a\xe9\x0c\x12\x10\x87\xd4\xa4\x28\xe6\x4b\xb6\x12\x27\xd8\xf5\x66\x40\x01\xc1\xe7\xbf\x1b\x71\xec\x7b\xc8\x4d\xf7\xf1\x84\x64\x62\x42\x4d\x4a\x3a\xa5\x42\x1a\x94\x75\x93\x4e\xc1\x6f\xf1\xd4\xca\xca\xd9\x28\x53\x31\x57\x49\xa7\xae\xce\x2e\x11\x3c\x11\xb8\x69\x7a\xce\x1d\x60\x61\x2b\xa0\x05\x21\x29\xd0\x7d\x0a\xf9\x05\x3f\xdf\x4a\xd2\xf7\xd0\xf8\xa0\xf5\xa3\x87\x33\xde\xfe\x8e\x61\x88\x68\x06\xb8\xe7\x76\xc6\x2f\x15\x3c\x17\x57\xb2\x04\x67\x9d\x3e\x7b\xe6\x05\x34\x02\xcb\x2b\x5c\x00\xbd\x10\xc5\xc3\xf8\x4c\x18\x52\x27\xa4\xe9\x36\x4d\x28\x0d\x44\x71\x6a\xfa\x02\x6e\xc9\xf8\x20\xfa\xb9\x21\x64\x51\xb1\xa8\xe3\x04\x77\xfd\xed\x53\xf4\x99\x78\x06\x21\x4b\xd4\xed\xb8\x18\x48\x09\x23\x4b\x80\xc4\x39\x06\xad\xd0\x5f\xaa\xbe\xf2\x47\xe4\xd5\x4d\x87\xc4\xeb\x67\x38\xf3\x64\xdf\xd9\x4f\x80\x9b\x8e\x10\xc0\x4e\x7f\xd7\x8c\xad\x4b\x07\xed\x7c\xf8\x82\xef\x29\x42\x8a\x9f\x64\x2d\x6a\x9e\x14\xd6\x72\x0e\x0e\xca\x0a\xee\x8e\x0c\x42\xf7\x8f\x92\xbe\x3e\x6c\xe4\xa8\xcd\x46\x7c\xeb\xe1\xec\x62\x14\x65\xa7\xa3\x01\xb7\x98\x33\x20\xbd\x18\x42\x9f\x12\x83\xfa\x7c\x12\x0d\x4e\x6a\xad\x5a\xbf\x5a\xbc\x2e\x19\xb4\xe9\x76\x19\x85\x67\x23\xc2\x17\x89\x0c\x0d\x80\x54\xa1\x09\xf9\x22\x76\xb7\xb0\x09\x49\x0b\x4d\xc8\xd3\xd1\x28\x34\x01\x49\x19\x80\xbb\x14\x0d\xc9\xea\x76\x93\x0c\x00\xaa\x42\xa9\x4e\xd0\x91\x2d\x51\x35\xf8\xe5\x6a\xe1\xeb\x54\x25\xea\xdb\x28\x50\x94\x18\xec\x9d\x02\x2b\xbf\x54\x95\x3a\x39\x15\x76\x9a\xef\xc8\xd2\x12\xe2\x22\x5d\xd9\xf7\x25\xe8\x21\x72\xd5\xe4\x22\x4b\x26\x5f\x71\xf8\xd6\x30\xbb\xae\x20\x4a\x47\x40\x81\x18\x9a\xa4\xd6\x5e\x01\x1d\x1c\x0b\x2e\xb3\xae\xec\x57\x45\x8a\x34\x20\x21\xb0\x14\x6d\xa1\x5a\x28\x7a\xa3\x4e\x69\x4b\x13\x8e\xbe\xa3\x1c\x43\x40\x98\x32\xf8\x42\xe0\x9a\x79\xf0\xf5\x83\x62\xa9\x70\x76\xd8\x34\x7d\x6d\x26\x34\xe8\x92\xa9\xd0\x60\xca\xb5\x7a\x1d\x15\x9c\x06\x28\x74\xd8\x81\xa7\xaf\x49\xee\x57\x3c\xdb\xb0\xc4\x09\x8e\xdd\x04\x5f\x64\xe1\x34\xc6\x06\x25\x8d\xac\x33\xf3\xdb\x3a\x8a\x42\xb4\x2e\x4e\xf2\x75\x22\x4c\x21\xb7\xd3\xc1\x71\x46\x84\x06\x17\xdc\x32\x45\xf2\x3d\xd0\x0d\x3f\xf4\xa4\xdb\x4a\x94\x20\x97\xf1\x5b\xf1\xb2\x1a\xbd\x4d\x94\xd1\x40\xa3\x51\x23\x8c\x07\xd7\x52\x9a\x76\x87\xdb\xcf\x9a\xa2\x3d\x53\xab\xe7\x9b\x96\xb9\x7d\xea\x6b\xce\xf4\xc4\x33\xfc\xf1\x91\xc5\x7d\x4d\x5f\x80\x56\x3b\x82\xed\xe2\x97\xae\x2a\xc1\xf5\x0e\x29\x7f\x21\x6e\x00\x2d\x7c\x12\xbe\x80\x9a\x91\x04\xaa\xc6\x96\x1a\x56\x1d\xb9\x00\xd7\x28\xf8\x8b\x98\xf4\x47\xa1\xb0\xc0\x30\xa8\x98\x1c\xa8\xe2\x0c\x43\x03\x37\xeb\xf4\x4f\x82\xab\x0a\xee\x03\x8f\xb7\x6d\xcc\xd1\x7a\x98\x39\x00\x87\xe6\xe4\x55\xe0\xc4\x07\x78\x40\xa6\x89\x59\x37\x18\x99\x5f\x1d\x6b\x15\x9b\x13\x55\x2a\x79\x82\x30\x96\xe8\x56\x9b\x8b\x38\xc6\x6e\x86\x88\x60\x1c\xa0\x30\xca\xd0\x20\x4a\x30\x97\x12\x42\x8c\x3d\xf6\x6e\xe6\xb7\x21\xff\x51\xa3\xd4\x10\xb2\xf8\xfb\x20\x23\xda\xcc\xb8\x56\xd4\xd9\x44\x39\x66\xba\x48\x0b\x9b\xfc\x50\x67\x68\x68\xa5\x8e\x15\x88\x9e\xf8\x46\x71\xc9\xda\xb5\x57\xb7\xaf\x5f\x1b\x6c\x83\xa8\x8a\x4e\xe1\x4b\xd9\x70\x80\x8c\x7c\xa1\x0c\xa3\x90\xd4\xc0\xb2\x62\xfb\xfc\x6b\xf9\x26\x98\xfd\x00\xe2\x4a\xc4\x2c\x9c\x76\xc0\x41\x75\xcd\xcf\xb9\xb1\x53\x53\xda\x08\xd3\x01\xaa\x62\x07\xad\x56\xa2\xf0\x64\x1c\x63\x37\x59\x0e\xbd\x4a\x0d\x55\xa2\x90\xca\x7b\xf2\x17\x95\xe9\xc8\xaf\x35\xc2\x02\x96\xdd\x4e\x1f\xac\x04\xbc\x85\xc3\x4c\x5b\x9a\x84\x0c\xf6\xba\x22\x73\x86\x49\xa8\x17\x1c\x81\x5e\x95\xc0\xca\x5c\x51\xf8\x02\xa3\x97\x94\xbf\x1c\xfd\x0e\x56\x9d\xb6\x2e\xd5\x8c\x89\xb7\x23\xf4\xe6\xe1\x9c\x15\xbe\x58\x66\x0e\xc2\x98\x24\xe8\x4a\x7d\xc1\x88\x1d\x85\x2b\xfd\x68\x74\x81\x2d\xb0\x82\x4d\x21\xc4\x23\xb1\x6b\xc1\x10\xf2\xfd\x0b\x7a\x57\xba\x1d\xe8\x23\x5c\xb4\xd0\x62\xb8\xfc\x7e\x44\xce\x45\x66\x63\x45\x9e\x9f\xe0\x4e\x16\x8c\x99\x23\x3b\x5f\x16\x84\x11\x89\x8b\x68\xb1\x6a\x66\xf5\x20\x64\x28\x1a\xec\x3f\x94\x49\x1d\x3e\x8c\x20\x1b\xe4\xaa\xf5\x7e\x93\x04\xdc\xd4\x0c\x84\x35\x24\x8d\x34\xd3\xb6\x03\x75\xcc\x2a\x97\x3b\xbe\x1b\xdf\x2c\xf9\x37\xd4\xc5\xb8\x17\xd3\x02\xb2\xc5\x12\xda\x5c\xb7\x94\x86\x52\xf0\xfc\x9d\xd9\x77\x6b\x3f\xf7\x2d\x39\x02\x94\x1d\xe0\xa4\xc7\x9f\x86\x2d\xf0\x84\x22\x87\x80\x62\x7c\xb5\x86\x48\x11\xef\x03\xd3\xb5\x17\x90\xa6\x73\x47\xb1\xdb\xf1\xb3\xf1\x82\x6d\x15\x90\xbd\x06\x8b\xb9\xe5\x9f\x3a\x0a\x0b\x6b\xc3\xb3\x68\x18\x7a\xb8\xeb\x87\xd8\x43\xea\xfa\x98\xca\x50\x38\xa1\xbe\x97\xe9\x82\x15\x89\x5e\xb1\x12\x46\x21\xae\xf0\x55\xc5\x5e\x7f\x65\xce\xc4\xec\xce\x44\x33\xe4\x4b\x15\x12\xc4\x53\x71\xf3\x5d\x9b\x5f\xbe\x3b\x6e\x81\xd1\xbb\x53\xd8\x3c\xbc\x17\xa6\x29\x12\x2c\xa2\x41\xc9\x60\x28\x97\x39\x93\x24\x10\xea\xa0\xe8\x86\x7e\x75\xc2\x36\xc2\x42\x5d\x12\x37\x8e\x71\xc2\x77\xfa\x30\xc8\xfc\x38\xc0\x12\x44\xf5\xcc\x08\x20\xec\x44\x43\xe1\x81\x97\xe0\xb0\x8a\x9e\x41\x73\x33\xfb\xf0\x25\xd8\xcd\xa4\x13\x5f\xfb\xa0\xe7\x6f\xb5\x0f\x02\x17\x3e\x69\xf9\x59\x40\xed\x83\xed\x83\xe2\x81\x12\x65\x34\x42\xed\x83\x75\x6a\xee\x0d\xb3\xf6\x41\xe1\xca\x57\x43\x2a\x9c\xb1\x5d\x70\x19\xda\x97\x0c\x69\xed\xab\x49\xa3\xa9\x88\x4e\xe0\x2b\x6e\x01\xe9\x86\x2d\xaa\x1b\xa8\x3d\xc9\x4b\x03\x72\xdc\x29\x91\x6b\x5a\x17\xd8\x8b\xc7\xbc\x07\x34\x2a\x85\xb5\xcf\x9b\x15\xe7\x2a\x3f\x0e\x16\xf4\xd3\x41\xec\x22\x76\xda\x4e\x85\x61\xbe\xad\xe7\xd9\x49\xbc\x60\x31\x65\x71\x38\x60\x99\x5a\x80\x3f\x18\x4f\x81\x5c\x8f\x45\x04\x33\x7a\x2f\x1a\x49\x30\x58\xa9\x66\xa9\xa0\x01\xc2\x05\x73\x9e\x38\xbd\x25\x7f\x21\x60\x74\x07\x82\x20\x0d\xc6\x82\x20\x36\x65\x72\x85\xc3\xa9\xd0\x17\xec\x2a\x35\x93\x24\x79\x91\x3a\xe3\xd2\x60\x9c\x5b\xad\x4f\xa6\x6d\x2e\x14\x54\x3c\xd9\xb3\x4d\x3c\x26\xf3\x4e\x65\xb7\xf6\xc1\x9a\x12\x2f\xba\x0b\x52\xbd\x9a\x16\xb0\xbc\x40\xb9\x4a\x21\x94\x7a\x41\xdf\xe9\xba\x21\x89\x7f\x34\x0d\x76\x0b\xa6\x5a\x25\x77\xcb\x37\xd8\x98\xb4\x03\x72\xd6\x8b\xb6\xdb\x05\x73\xba\xac\xe6\xc1\x05\xb4\xaf\x5d\x70\x01\xed\x67\x10\x3c\xe5\xc6\xd9\x30\x51\x80\xa5\x06\x41\x00\xa8\x0a\x75\x93\xf2\xc2\xbe\x47\x1b\x58\xa8\xd5\x1a\x3c\x16\x0d\xe6\xc3\x5c\x99\x95\x70\x47\xff\x4f\x19\xda\x4d\x5f\x60\xf5\xc5\xe2\x63\xa3\x3e\x2e\x7e\x17\xd9\x2b\xca\x2f\x52\xca\x9d\x4c\x74\x5b\x19\x55\xdb\x28\x86\x43\xc0\x34\x2a\x25\x27\x66\x20\xd5\x93\xa0\x16\x9c\xbc\x38\x6b\x91\xf6\x2b\x1d\x9d\xcd\x7a\xa5\x43\x68\xb6\x2b\xb6\x2f\x57\x78\xc4\xbf\x81\xca\x30\xa8\x5e\x9a\x0a\x5b\xb4\x1e\xea\x46\xc1\x42\x26\x13\x0d\xa3\x03\x82\x33\x78\xee\x57\x96\xb6\x87\x65\xf8\xd5\xd3\xb9\xa8\x14\xb0\x10\x06\xe6\x74\x81\x42\xfa\x59\xb2\xf4\xe4\x65\x05\x5d\xbd\x50\x38\x11\x37\x24\x72\x12\xce\xe2\x41\x54\x16\x26\x47\x38\x8d\xe0\xbd\x37\x76\x16\x75\xfb\x84\x69\x14\x65\xb1\x37\xcc\x5f\x52\x8d\x73\x21\x09\x10\x48\x03\x04\xa0\x78\xee\x1f\xd2\x01\x3e\x80\x2c\xa5\x38\x03\xd1\x23\xb4\x78\xd3\xf2\x5a\x5b\xe4\xd4\xae\xf2\x6b\x67\x22\x24\xf5\xcd\x94\x3d\x48\x75\x06\xbc\xda\xac\x72\xd7\x20\x3d\xa4\xa6\xd0\xc6\xc0\x0f\x5f\x78\xc4\x66\x64\x15\x4b\x4b\xfb\xf4\x88\x65\x35\x87\x2d\xe9\x79\xd1\xf5\x86\xe4\xd3\xd4\x20\x51\xcf\xbe\xbd\x79\xe5\x91\x9a\x10\x15\x8a\xad\xd8\x8d\x91\xb2\xa6\xbc\x9b\x16\xd7\x65\x60\xd6\x0b\xd7\xd5\xd4\xec\xaf\xef\xa3\xff\xac\xf7\xd5\xfb\xde\x32\x3f\x86\xbb\x61\xb2\xa3\xce\x46\x1b\x7e\x80\x1f\xdf\x4d\xec\x2c\x37\xad\xfb\xdd\xd6\x4e\xbf\x27\xdd\xff\x9e\xf5\x2a\x2d\x3f\x34\xa0\x5d\x93\x60\xec\x27\x5d\x11\x26\x80\xf1\x1b\xea\x49\x37\x76\x98\x29\x4e\x7d\x57\x69\xda\xc8\xa0\x69\x52\x26\x04\x6b\xe8\x9f\xc1\x65\x6a\x3c\x8c\xa5\xc0\x59\xac\xb1\xa2\x5d\x2a\x6b\x00\x87\x28\xc0\xd9\xc8\x5e\x91\xeb\x0e\x5a\x3b\x67\xa5\x35\xcd\x8e\x67\x7a\x4f\x05\x9c\x8e\x53\x5e\x26\x5b\x68\x60\xdf\xec\x17\x9a\x46\x86\x98\xff\x74\x16\x12\xfb\x25\xc6\xce\x7f\x1d\x7b\x89\xd5\x14\xc2\xd9\xa7\x5a\x7a\xf0\xc2\xf9\xff\x7b\x1a\x3b\x95\x70\x18\x1b\x48\x87\xb1\x48\x1e\x46\x03\x5a\xdc\x00\x25\x5c\x19\x55\x1d\x04\xab\xde\xda\x13\xf0\x1d\x84\x1a\xfe\x3f\x69\x1d\x30\x54\x71\xa2\xe6\xc1\x35\xc0\xda\xf8\x4f\xae\x6a\x1b\xac\xf5\xdb\x6a\xd7\x8f\x53\xcd\xfc\x2e\xd4\x39\x43\x9b\x33\x8f\x6c\x53\xa7\x33\xbf\x5b\x34\x2a\x13\xe4\x3f\x9f\xfc\xf3\x18\x93\x24\xb2\x36\x5e\xf1\xb3\x7e\x34\xcc\x2e\x24\x51\x8c\x93\xcc\xc7\xb3\x74\xb0\xa4\xa6\x8c\xa0\xb8\x8a\xb7\x3b\xc1\xd0\xa3\x26\xcf\xd5\xf6\x41\x91\x62\xe7\x20\x61\x36\xec\x58\x6c\x1f\x5c\x7b\x54\xcf\x41\x33\xd2\xa3\xd4\x79\xd0\x4f\x39\xa7\x2a\x86\x79\x88\x4f\x70\x1c\xce\xba\xe9\xa6\xf4\xc8\x23\x3f\x00\x2a\x20\xff\x09\x08\x7d\xfd\x08\x1c\xa6\xb4\x28\xf1\x59\xd6\x9c\x74\xf1\x7b\x04\x99\xd2\x96\xe8\x4f\x89\x8b\x94\x69\x98\xd2\xa2\x92\xe2\x58\xa2\x3c\xf2\x0b\x38\xfe\x45\x71\xaa\x4e\xc2\xc2\x54\xf2\x06\xe5\x44\xee\xeb\x6e\xc5\x5b\xff\x36\x5e\x57\x3e\x19\x20\x95\xd1\xbc\xcc\xe3\x2a\x39\x53\x0a\xa7\x85\xae\xc8\xf2\xa3\x90\x4e\x16\xa2\x52\xa4\xf2\xd8\x14\x2a\x8f\x1a\x64\x9e\x95\x23\x2b\x6b\x17\xe2\x6b\x6c\x30\x1a\x79\x34\x5c\xfe\x82\x3e\x0d\xa5\x6c\x91\x5d\xec\x6a\x37\x37\xf2\x70\x83\xc3\x06\x64\xa6\x57\x88\xdc\x81\x3b\x9b\x62\x1d\xf8\xa1\x5c\x30\x2c\xcf\x88\x47\x73\x01\x0a\x77\x9a\x93\xa1\xc7\x82\xcf\xdc\x20\x8d\x44\xdc\x35\xce\xd0\x3a\x44\xbf\xae\x32\x07\xd2\xa3\x86\x45\xf3\x87\x2c\x63\x18\x95\xc4\xba\x81\x9b\xf6\x67\x8c\xae\xd0\x26\x52\x2e\x20\xcd\xda\x21\x28\x3e\x7c\x98\x77\xc3\x8c\x0b\x62\xc3\xec\x88\x7d\x6d\xba\x7f\xa9\x40\x8d\x1a\x47\xb0\x56\xd5\xf5\x14\x2e\x8f\xc8\x49\x7d\x76\xff\x63\xd1\xdc\xd3\x50\xf0\x20\xe7\x93\x9c\x58\x39\x57\xac\xe9\x05\xa4\x6d\x42\x7a\x96\x26\xb8\xcb\xe6\xac\x8a\x16\xf6\x6f\xf9\x51\xda\x34\xd0\xcb\x35\xe1\x86\x64\x5e\x50\x37\x71\x7b\xd4\xb3\x4a\xde\x27\x6f\x0c\x79\xf8\xe1\x80\x9c\x2b\xae\x4f\x03\xec\xa3\x01\x46\x29\x0e\x70\x27\x8b\x12\x34\x4c\xdd\x1e\x6e\xa0\x1f\x60\x1c\x13\x8e\xcd\xae\xd3\x51\x10\xf5\xfc\xce\xa3\xc9\x6c\x52\xb0\x60\x71\x74\xfb\x8f\xb8\x9b\x6e\xc2\x4e\x56\x6b\x6a\xf2\x74\x63\xae\xd5\x8e\x5b\x66\xc2\x25\xa7\x7b\xb9\x49\xb5\x98\x2f\x36\x74\xb7\xfc\x1e\x0d\x81\xa4\xb7\x7d\xf2\xae\x92\xde\x03\x72\x18\x9e\x1c\xc7\x00\x28\xc4\x20\xd8\xee\x01\xdd\x1e\x4f\xfd\x22\x9a\x21\x3a\x5c\x72\xb2\xc7\x13\x2a\xa8\xe2\x2d\x1c\x7a\x51\x42\xca\x78\xc4\x3f\xe1\xda\x2e\xb8\xea\x6c\x3a\x6e\xe8\x25\x91\xef\xe5\x1b\x1b\xed\xb6\x77\x24\x1f\x60\xdc\x8b\xaa\x8d\x23\x6c\x01\xe6\xee\x96\x1b\x66\xbd\x28\xdf\x70\x3d\xb7\xdd\x6e\xe6\x1b\x81\xdb\xd9\xdc\xc0\x49\x32\x26\x7f\x5e\xc7\x49\x4e\x36\xb6\x1b\xe4\x38\x70\xfd\x10\xe7\x5d\x1c\x86\xb8\x93\xf7\xfd\x38\x8b\xe2\xdc\xc7\x1c\x8d\x1f\x3b\xfd\x28\xc4\x79\xe4\x55\x73\x3f\xf1\xd3\x7c\xd3\x27\x6a\x66\x1e\xf4\x30\xca\x07\x2e\x1e\x44\xf9\xc0\xf7\xe2\x7c\x30\x88\x73\xae\x0d\x1f\xe9\xfa\x09\xee\x46\xdb\x79\x88\xb3\x6e\x12\x85\x59\x4e\x69\x47\x03\x27\xda\xc8\xfd\xb0\xea\xe7\xb1\x1b\x0c\x1c\x14\xa5\xd5\x67\xf3\x98\x62\x8f\x1d\x7f\xdb\xcf\x13\x5c\x25\x94\xc6\xc1\xb0\xb3\x89\x93\x3c\x8e\x3a\x9b\x38\xcb\xe3\x34\xce\x53\x9c\x90\x03\xeb\x58\x7e\xa2\xda\xca\xd3\xf1\x60\xc3\x77\xc3\x3c\x4b\x70\x94\x0f\xe3\x76\xbb\xe1\x6c\x24\xd1\x28\xc5\x49\x1e\xf8\xe1\x66\x35\xdf\x8a\x3c\xb7\x4b\xd0\x8e\xdc\x38\x67\xc3\x97\xa2\x0e\xce\xb7\x3d\x37\xdf\xf6\xfd\x30\xca\xc5\xd0\xf9\xb1\xeb\xe5\x64\x2d\x6d\x44\xd1\x66\x9e\xfa\xc1\x66\xd3\x6f\x64\x38\xcd\x1c\x3a\x51\x34\x37\x56\x73\x6e\xbe\xf5\x44\x7e\xe2\xe8\x5c\x2b\x3f\x71\xfc\xa9\x56\x7e\xb4\x97\x46\xf9\xb1\xac\x1f\xe7\xc7\x5b\xab\x73\xf5\x13\x6b\x7e\xfe\xc4\x13\xad\x34\x7f\xb2\x35\x9f\xe6\x2e\x1a\xb9\xb9\xbb\xe1\x76\x72\xb7\xe3\xe0\x24\x8f\xa2\x3c\xad\x57\x73\xd7\x77\x36\xa3\x3c\x09\xab\xb9\x1b\x38\xee\x56\xde\x71\xf3\x4e\x54\xcd\xdd\x41\xe4\xe7\x6e\xe8\xe0\xed\x3c\x1c\xe7\xe3\x51\x35\x77\xe3\x6c\x98\xbb\x44\x5f\xca\x7b\x04\x20\x75\x32\x9c\x0f\xd3\x6a\xee\x66\xd9\x28\x77\x87\x8e\xe7\xe7\xf5\x41\x9e\xa0\x3c\x45\x55\x3a\xc7\xf9\x06\x76\x3a\x9b\x79\x10\xe4\xe1\x0f\xab\xf9\x86\xef\x04\x1b\x79\xe2\x55\xf3\x8d\xc0\x21\x54\x5c\xaf\xe6\x1b\x89\x83\xf3\xad\xea\x28\xdf\x18\x0e\x36\xf2\x8d\x51\xdd\x09\xf3\x61\x35\xef\x1c\x3f\x4e\x46\xbb\xe3\xc6\x7e\xde\xe9\x8c\xdc\xbc\xe3\x0d\xea\x79\x07\x07\x41\xde\xe9\x67\x83\xbc\x13\x78\x9d\xbc\x33\xf0\xea\x79\x27\x72\x06\x71\x1e\x7a\xd5\xbc\x93\xb8\xa3\xdc\x73\x1d\x3f\xa3\x0d\xf6\xaa\xb9\xb7\x91\xe1\xdc\xeb\xd4\xd3\xdc\xc3\x5b\x7e\xee\xf9\x1d\x37\xf7\x06\xd1\x46\xee\x45\x4e\x27\x8f\xab\x51\xee\xa5\xce\xdc\x7c\x5e\xf7\xaa\x39\x0e\x9c\x63\x4f\xe5\xae\x5f\xcd\xf1\xc0\x09\xe6\xf3\x61\x50\xcd\x71\xe2\xf8\x9d\x7c\xb3\x55\xcd\x71\x1a\x3c\x99\xe3\xeb\xce\xea\xb1\xfa\x13\x6b\xad\x3c\x4a\xf3\x91\x9b\x5f\xc7\xd5\xbc\x8b\xb3\x4e\xde\x0d\xc6\x4e\x3d\xbf\x5a\xcd\x7b\x73\x68\x98\xf7\x8e\x9f\x68\xe5\x3d\x1c\xe2\xbc\xd7\xad\x1f\xcf\x7b\xf5\x41\x94\xf7\x22\xa7\xdd\x6e\x8c\xe8\x4a\xed\x25\x8e\xeb\xe5\xc3\xb0\x9a\xf7\x5d\x1f\xe7\xfd\x8e\x9f\xe5\x7d\xaf\xee\x0c\xf2\x38\xcf\xaa\x79\x1f\xfb\xf5\xbc\xef\x3b\x71\x96\x67\x6e\x35\xef\xc7\x0e\xf2\x73\x3f\xae\xe6\xfd\xb4\xde\xc9\xfb\x99\xd3\x71\xea\x39\xca\xaf\xe6\x6e\xde\xcb\xe3\x3c\x25\x75\x32\xf2\x79\xe8\xb8\xa3\x3c\xeb\x54\x73\xbf\xee\xcc\xb7\xf2\x5e\x94\x0f\xdc\x6a\xee\xcf\x1f\x6d\xe5\xbe\xdb\x71\x50\x5e\xcf\xdb\xed\x66\x35\xf7\x37\x92\x28\xf7\x3d\xec\xe6\x7e\xaf\x35\x97\xfb\x9b\xd1\x20\xf7\x07\x73\x9b\xb9\x1f\x86\x11\x59\x75\x3f\x64\x9b\xe9\x9a\xeb\x64\xf9\x56\xd5\xcd\xaf\x91\x0a\xd7\xf0\x60\x98\x5f\xf3\x7b\x69\xbe\xe9\x79\x7e\xbe\x89\xaf\xf9\xf9\x66\x2f\x73\x10\x43\xba\x19\x44\x61\xbe\x19\x67\x28\xdf\x1c\x75\xea\xf9\xe6\x98\x8c\xf0\x66\x35\x0f\xb0\x13\x46\xf9\xb6\x5f\xcd\x83\x9e\x83\x7a\x04\xd8\xd9\xcc\x03\x32\xc7\xc7\x5b\xf9\xf1\x63\x79\x7d\xd5\xad\x8f\xd6\xaa\x79\xe0\x6f\x8c\xf2\x60\x1c\x6e\xe7\x83\xb9\xfa\x28\x1f\x1c\xed\xb9\xf9\xe0\x78\x8b\xac\x82\x81\x4b\x17\x9a\x9f\x6f\x47\xd5\x7c\xd0\x71\x5a\x73\xf9\xfc\x5c\xde\x71\xab\xf9\xa0\xde\x49\xf2\x01\x76\x92\x4e\x9e\xf8\xd5\x7c\xe0\x3b\xd1\x93\x79\xe4\xe6\x59\x5a\xcd\x07\x03\xdc\xcd\x07\x11\x81\x6e\xcd\xe7\x1b\x7e\xee\xe1\xdc\x8b\xf2\x8c\x8e\x5e\x94\x6f\x55\xf3\xeb\xd7\xab\xf9\x20\x73\x8e\xb7\xf2\x78\x2e\xdf\x42\xd5\x7c\x30\xda\x88\xf3\xc1\x78\xe4\xe6\xe1\x5c\x6b\xb5\x55\x9f\x5f\xcb\xc3\xf9\xd6\xea\x7c\xfd\xe8\x5a\x1e\x1e\x6d\x39\xad\x7c\xbe\x9a\x87\xc7\xe9\x1f\xf9\xf1\x6a\x1e\x3e\xe1\x90\xbf\xe7\xaa\xf9\x5c\xab\x9a\x87\xd8\x71\x3a\xf9\xa0\x5a\xcf\xa3\x30\xcf\xba\xf9\xa8\x9b\x8f\x7a\xf9\x28\xab\xe6\x61\xb4\xe9\x9c\xc8\xfd\x6a\x1e\x5e\x8f\xfb\x79\x34\xef\x0f\xf2\x28\x76\x32\x3f\x1f\x6d\x55\xf3\x28\x71\xc3\x3c\x1a\xf5\xe6\xf2\xf8\xc9\x56\x2b\x8f\xdd\xd0\x71\x73\x8f\xcc\x6a\xec\x6d\xf7\xf2\xb8\xe7\xcc\x1d\xcd\xeb\xce\xea\x5c\xfd\xc9\xb5\xbc\x53\xad\xe6\x71\xdf\x0f\xf2\xd8\x4f\x70\x1e\x07\x8e\x3b\xce\x87\x9d\x6a\x1e\x87\xf5\xf9\x3c\x8e\xc8\x66\x4b\xb2\x3c\xc5\xd5\x3c\x4e\xa2\xed\x3c\x4e\xfd\x28\x8f\xb3\x7a\x2f\xff\xa1\x5b\x77\xf3\x1f\x76\x9c\xd6\x13\xf9\xdc\x3c\x19\xbe\xa3\xf3\xf9\x89\x56\x5e\x5f\x9d\xaf\x3f\xb1\x96\xfb\xf5\x6a\xfe\xc3\x0c\x6f\xe6\xc9\xd1\x27\x5b\x79\x72\xa2\xd5\xca\x13\x77\x33\xcd\x13\x7f\xf0\x54\x9e\x44\xce\x16\xce\xaf\x47\xd5\x3c\x65\xbb\x32\x75\x9d\x1e\xce\x07\x6e\x3e\x18\xe4\x83\x94\x70\x87\x2d\xb7\x9a\xa7\x74\x62\xfa\x75\xc2\x56\xe2\x7a\x35\x4f\xbd\x4d\x0a\x8c\xe9\x82\xa5\xa3\x74\xec\x89\x7c\xd0\xc9\x43\x8f\x4e\x56\xda\xeb\xd7\xf3\xb4\xef\x26\x79\xea\x63\xa7\x9e\x0f\xaa\x79\xba\x59\x6f\xe5\x69\xe0\x1c\x3b\x9e\xfb\x5e\x35\x4f\x07\x8e\x1b\xe4\x6e\x92\x6f\x1c\xcd\xfd\x2c\xcf\x8e\x57\xf3\x34\x72\xba\x59\x1e\x8e\xab\x79\x1a\xf3\xe6\xb6\xea\x74\xee\xd2\x31\xf9\x3d\xd8\xa8\xe6\xd9\xbc\x33\xf7\x64\x7e\xbc\x55\xcd\xb3\x13\x4e\xab\x95\xcf\xb5\xf2\xb9\x27\xab\x79\xe6\x3a\xbd\x2c\x0f\x36\xab\x79\xd6\x09\xea\x79\xe6\xf5\xea\x79\x86\x03\xc7\x27\x2d\x67\xfe\xa0\x9e\x67\x64\xa7\x66\x91\x13\x07\x79\xda\xaf\xe6\x59\xea\x3c\xd1\xca\x07\xf5\x7c\x70\x34\x1f\x1c\xaf\xe6\xd9\x76\xfd\xa9\x7c\x18\x93\x8d\xbc\x91\xf7\xe6\xf2\xd4\xaf\xe6\xc3\x2c\xcd\xf2\xad\x63\xad\x56\xbe\xf5\xc4\xf1\x56\xbe\x85\x13\x3f\xdf\xf2\x9d\xa4\x97\x67\xb8\x9a\x6f\x6d\x3a\xc7\x5a\xf9\xf1\xd5\x16\x59\x40\xf5\xad\x6a\xbe\x35\x38\xd6\xa2\x27\x40\xbe\x35\x0c\x3a\xf9\xd6\xb6\x73\x7c\x3e\x3f\x7e\x94\xcc\xc4\x89\xb9\xfc\x89\x56\xfe\x64\x2b\x7f\x72\x2e\x7f\xf2\x68\xfe\xe4\xf1\xfc\xa9\x27\xab\xf9\xe8\x28\xdd\xed\xd5\x7c\x84\x37\x3a\xf9\xa8\xff\x7f\xf3\xf6\x27\xdc\x6d\x1b\x59\xa2\x38\xfe\x55\xd0\x3a\xfe\x5b\xf2\x7b\xb2\x64\x2b\xe9\x9e\x1e\xc5\x4a\x3f\x59\x8b\xad\x69\x6d\x23\x52\x9d\x78\xec\x1c\xa6\x08\x14\x49\x44\x20\x0a\xa9\x02\x24\xd1\xcb\x77\xff\x9f\xba\x4b\x2d\x00\x48\x49\x49\xcf\xcf\x27\x11\x51\xfb\x7e\xeb\xee\x95\xd7\x5f\xef\xf2\x8d\x69\xf2\xb5\x4c\xbf\x96\x77\x2f\xbe\xde\xcd\x8b\xf1\xd7\x3b\x55\x36\x5f\xef\xff\xe3\xd5\xab\xaf\x0b\x61\x5e\x7e\x5d\xa8\x46\x7f\xfd\x2c\x6b\xf5\xf5\x73\x2d\x5f\x46\x77\x46\xac\x7c\x34\x5d\xae\xa3\x0d\x69\x5b\xa6\x19\x9b\x5a\x6f\xbc\xda\x4c\xbe\x7f\xf1\xa2\x8d\x42\x38\xe3\xc4\x25\xaf\xd1\x84\xb2\x9b\xe5\x04\xb6\xc5\x3b\xc8\xe1\xce\x01\x5a\x69\xae\x62\x33\x52\x16\xe7\x73\xaa\x85\x3c\xc5\x15\x85\xbc\x93\x7f\x1b\xf7\xe3\xcf\x31\x61\x80\x4f\x75\x20\x8a\xe2\x00\x28\xa3\x87\x2b\x89\x0b\xc4\x75\xe1\x8c\xd8\x0c\x8f\xa9\xc8\xe7\x6e\x39\xd7\x30\x52\xd7\xc3\x59\x6e\x4e\xca\xbc\xce\x45\x91\x7f\x96\x8f\x99\xa1\xde\x72\x51\xcd\x79\x39\x93\x3a\xaf\x1f\xd3\x39\xce\xda\x33\xbe\x41\x53\xc9\xc7\x78\xfc\x08\x72\x3f\x49\x5a\x07\x69\x87\x17\x67\x61\xf2\xcb\x4c\xcd\x1f\xed\xb0\xe3\x0f\x3c\x95\x45\x45\x26\x79\x99\x1d\x5e\x9c\x01\x01\xd8\x5f\x2a\xc8\x11\xfb\x1d\xf1\x4e\xec\x36\x99\x1d\xfe\xc8\xd7\x3d\xfe\x0d\x2f\x6e\x5c\x2a\x5d\xf3\x83\x1b\x51\x41\x4c\x88\x66\xe5\x51\x36\xb0\x5f\x9c\xba\xd4\xb1\x56\xf3\xcb\x42\xa4\xa4\x18\xcd\xd1\x97\xb1\x40\x2f\x7e\xa0\xc3\xa0\x87\xad\x96\xc5\x2b\xf2\xb7\x22\x9e\x59\x90\xda\x82\x38\x9c\x8d\xec\xc4\x5b\xcf\x78\x94\x4a\x55\xe4\x6e\x38\x88\x45\x70\x77\x34\xaf\xea\xc5\xa0\xd6\x79\x39\x65\x7a\x8d\x5d\x52\xac\x77\xde\xea\xc0\x94\xc0\x29\x56\xa8\x28\xd2\xff\x08\x4e\x28\xac\xda\x52\x77\xa5\xd4\x5c\xbc\x07\xf4\x12\x31\x96\xf9\x1c\xfe\xf9\x8e\xd3\xd3\xd1\xfb\xfd\xf3\xc3\xd3\xa3\xab\x01\xf8\x94\x51\xe5\x41\x91\xa7\x37\xa8\x87\xef\xd4\xa4\x30\xe8\x95\xa1\x82\x64\xd0\xc8\x0a\xc2\x20\xa6\xc0\x30\x78\xf8\xc6\xcf\xb7\x45\x43\x99\x68\x6e\xcf\x64\xd9\x80\x7f\x1a\xf6\x7d\xc6\x1a\x67\x4c\xcc\x1f\x2a\x50\x1e\x6f\x0c\x70\x88\xec\xdd\x95\xa4\xf6\x44\xa0\xcf\x3d\xe0\x07\x80\x5f\xb3\xb1\x24\x09\x49\xe6\x1d\x98\xb5\x9f\xf8\x22\x67\x0d\x92\x3d\xb8\xe1\x86\x3c\x60\x1e\x51\xc0\xba\xa4\x1c\xed\xbb\x26\xe0\x77\xa2\xde\x4f\xbb\x6c\xe2\xe1\xda\xc6\x90\x3d\xcd\x75\xf2\xc6\x6f\x6d\x19\x00\x61\x7b\x11\x44\xe3\xc2\x3e\xab\x6b\x9a\x3b\x8f\x2c\xb7\x58\xcd\x66\x64\xe7\x23\x30\x7d\x69\x5d\x28\x1b\x36\x79\x33\xe9\xd4\x9d\x60\x41\xe0\x30\xda\xd6\xd1\x58\x05\x33\x63\x33\x3f\x44\x19\x59\x66\x3c\x59\x75\x17\x7b\x13\x59\x5f\x8e\x9c\xc6\xfc\x81\x92\xa2\xae\x45\x3a\x3b\xc9\x12\xc6\x46\x5a\xe9\xa9\xdd\xad\x17\xf8\x92\xad\xb7\xfe\xe8\xcd\x5a\xdb\xed\xfb\xb8\xac\xa9\xdf\xa4\x71\x81\xd7\x4f\x2e\xb1\xb3\xac\xc4\x9c\x0f\x17\xf9\x44\x5c\x96\x0f\x9e\x41\xa0\x77\x62\x7a\x33\x54\x5a\xc2\x99\x7d\x20\x0f\x9c\xde\x55\x79\x80\xb7\x6a\x33\x2c\x9d\x96\x99\x30\x97\x28\x73\xf4\x36\xd6\x2e\x63\x9c\xb5\x65\xdc\x1d\x18\xd8\x74\x1c\xae\xcc\x5d\xc6\x43\xe0\xee\xee\xb9\x3e\xa3\x16\x48\x94\x1a\xd9\x77\xd1\x04\xe5\x5a\xa2\xf2\xfe\x46\x1b\x28\x45\x2f\x09\x44\xe3\x1c\xc8\x1a\x86\xc2\x5c\x5e\xd0\x9e\x6d\x77\xa5\x13\x91\xfc\x03\xb1\xe4\xdd\x24\x74\xfe\xb1\x6c\xf0\x67\x0a\xcc\xd5\x97\x8d\x7d\x69\xef\x6d\xb9\x65\x9d\x37\xec\x79\xfe\x31\x1d\x60\x83\xf9\x27\xf7\x80\x81\xf8\xe3\xe7\x0f\xd0\xfb\xcd\xee\xca\x41\x4d\x30\x77\xab\xfb\xeb\xf7\x55\x77\xcb\xf4\xf4\x19\x3c\xc5\x1e\xba\x0d\xbb\xf1\xd8\xca\x1f\x9a\x11\x07\x4c\x9f\x31\xa8\x23\x63\xd4\x68\x1e\x82\xe7\xfe\xa6\x79\x3d\x6b\xc6\x60\xdd\x8b\x38\xa2\x93\x3c\x6c\x13\xd0\xdb\xae\x9a\xa2\xd8\x7e\xfd\x5d\x54\x1c\xf2\x26\xe3\x66\xfa\x0f\x1f\x0d\x37\xfd\x96\x96\x85\xa8\x65\x46\x8f\xe8\x3c\x7f\x9e\xfc\xa5\x15\x17\xb8\x51\x8d\x9e\xd1\xdc\xe8\xed\xb7\x3f\x4d\x14\xbf\xc4\xce\xb1\xbf\x6c\xbf\x9d\x63\x5f\xde\xad\x50\xb1\x66\x33\x69\xf5\xf9\x45\xcb\x7c\xb3\xe5\x11\xb7\xe5\xda\xe7\x7f\x71\x9b\xe1\x4b\xa6\x4f\x3b\x11\x8c\xc6\x90\x95\x4f\x5e\x82\x77\x21\x00\xcb\x79\x09\x0f\xcc\xc0\xb7\x6a\xea\xf0\xe9\x80\x55\x3b\x35\x5e\x73\xcc\x97\x1b\x68\x67\xa8\x06\x33\x75\xb7\xd1\x9e\xb0\xee\x55\x70\x28\x6a\xb9\x55\xda\xac\x2d\x93\xd7\x07\x81\x5c\x38\x79\x50\x63\x6b\xde\x02\x6f\x47\x4b\x21\x0b\x01\xff\x27\x03\x16\x42\x26\x7b\xe1\x4a\xeb\x1e\x8b\x06\xb8\xbc\x3b\x91\x1f\x8f\xa7\xf4\x27\xc2\x66\x97\x75\x28\xbc\x34\x1f\xd9\x21\x8b\xea\x3e\xb1\x2b\x84\x1d\xf7\x76\xe2\xf1\xfb\xc7\xd6\x32\x54\xef\x73\x70\x36\xd1\xb7\x7d\x1e\x7b\xa2\xc6\x45\xa3\x9f\xb6\x27\x02\xa4\x7e\xc5\xd0\x25\x38\x33\x93\x65\x7d\x88\x7c\x99\x8d\xbe\xf1\xc6\x33\x13\x52\x0b\xab\x6e\xc4\xce\x26\x7f\xe0\x7a\x0c\xea\x3d\x80\xc7\xa6\x96\xde\x37\xe1\x0c\x07\xa5\x56\x9e\xd3\xd4\x56\xb9\xf1\xf8\xd9\xb3\xbb\x3e\x9e\xb7\xdb\xf6\x9b\x11\xbd\x93\x43\x94\x1a\xd9\x09\x5b\xe0\x84\x6f\x66\x01\x61\x44\xd7\x4f\x02\x18\x72\x0c\x99\xfc\x98\x1c\x44\xe9\xb1\xaf\xb7\xdb\x3f\x9f\xcb\x16\x78\xf1\x65\xa3\xf3\xfa\xfc\x79\xcf\xa1\xe9\xf8\x7b\xa3\x2a\xf9\x45\xde\x79\x5e\xf6\xd4\xb5\xd9\x57\x53\xe4\x9c\x2d\xd0\x64\xef\x16\x5f\xd1\x68\x37\xf3\x83\xd5\x3e\x66\x2c\xdd\xcc\x71\xb5\xdd\x09\x84\xd1\x8b\x31\xe8\xc8\x41\x25\x2f\xdb\x10\xfe\x45\xf2\x26\xd9\x79\xd5\x69\xb4\x73\x71\x76\xaa\xef\xde\x14\xaf\x56\xdf\xb3\x2d\xb0\x1b\xe6\xee\x05\x83\xaf\x7e\x70\x4e\x42\xe9\x38\x3b\x3e\x2b\x68\x97\x0a\xbb\xf7\x66\x12\xde\x4e\x83\xf7\xde\x71\x07\x6e\x3d\x84\x3e\x89\xb2\x7e\x99\x49\x93\x4f\xcb\xf0\x33\x37\xa6\x91\x66\xfb\xf5\x7f\xbc\xfa\xfe\xbb\x3f\x59\xc3\xce\x7f\xbe\x5e\x06\x3a\x71\x02\xe8\x48\x83\x4d\x6d\x2b\x05\xa1\xaa\xc3\x94\x3a\xd0\xf6\xf9\x73\x3c\x85\xee\xa3\x05\xea\x5a\x0b\xd9\x97\xa5\x0d\x2f\x62\xa4\xb4\x94\xf7\xb5\x57\x2d\xfa\x0b\x81\xbe\xda\x5e\x49\x55\x00\xfd\x96\x5e\x0e\xf1\x38\x2c\x5a\x19\xd6\xf8\xf5\x6b\xd4\x80\x3b\xcc\xad\x99\xe9\x05\x76\x6d\xf8\xbb\xb4\x6f\x2d\x87\x06\xc9\x43\x60\xb1\x43\x6a\xae\xa4\x08\xfa\x68\xd3\xc8\x4f\x62\x92\x44\xcf\x4b\xf4\x13\xe1\x2f\x3a\xbb\xbf\x87\x4c\x7f\xf4\x73\x06\xab\xfa\xd6\x7e\xd6\xe0\xdb\x66\xf2\x6a\xd9\xdd\xde\xef\x43\xd4\xd3\x2a\x94\xde\xf1\x7d\x12\x26\x3a\x38\xc5\x95\x75\x66\x78\x4b\x54\x55\xb1\x88\x4b\x6d\x26\x42\x4f\x81\x6b\x68\x1e\xbd\x6e\xcc\x89\x7c\xcc\xb5\x16\xc2\x5a\x40\xe6\x85\xb9\x81\xdd\xd9\x8e\xb4\xb7\xb4\x18\x17\x6d\x30\xbc\x9a\x90\x80\x07\x4a\xf8\x35\x52\x3c\x73\xad\x37\xf3\x39\x97\x56\xca\xcf\x50\xdb\x73\x57\x27\x77\xa8\xa0\xe5\x8a\x5c\x06\x6e\x57\x7a\xb0\x34\x0b\xb3\x60\x2f\x65\x76\xfd\x55\x09\x30\x92\x3a\x47\x6e\x96\x41\xc3\x0d\x70\x07\xd2\x62\x43\x78\xea\xe1\xa8\x47\x3f\xfe\x1c\x34\xdd\xf9\xcf\xbf\xff\x35\x80\xa6\x1b\x7f\x71\x44\xa4\x9d\x07\xb6\xc8\x8a\xc0\x5d\x80\xfa\x58\xd0\x4f\x30\xcf\x17\x74\x53\xe2\x4b\xfb\x65\xec\xec\xff\x3f\x8f\x35\x75\xdc\x18\x2e\x39\x82\x76\xb9\xa6\xb2\x26\xd6\x27\x8b\x55\x62\x16\x53\x27\xbd\xb3\x78\x9d\x1c\xbd\xdb\xb0\xdb\xd0\x46\x9b\xfd\x19\xbb\xf5\xee\xd9\xb2\xb5\x5e\x74\x4f\x79\xe6\x47\xe9\x25\x3f\x2b\xeb\x6e\x23\x1c\x54\xc3\x12\x7c\x82\x1b\x68\xe3\x15\xee\x33\x49\x05\x78\x25\x96\x5a\xbf\x48\xbe\x6c\x6f\x13\x77\x7e\x96\x97\xd3\x25\xe3\xa0\x8a\x59\x8c\xb6\x15\x75\xbc\x57\x48\x88\xe3\x79\xb1\x0a\x6f\xe7\x53\xd6\xeb\x92\xd2\x6f\x00\x11\xb9\xfc\xe2\x49\x0c\xdd\x85\x7e\xfc\xe5\x87\x5e\x9e\x0f\x6b\xbd\xfa\xcd\xb1\xd9\x42\xfa\x6c\xf3\x4e\x12\xc5\x59\x9f\xb1\xa3\xcd\x30\xb1\x55\x72\xdc\xe4\x45\x9d\x97\x2e\xd9\xb4\x0a\x77\xd2\xdb\x2d\x07\x76\x7a\x51\xa3\x1d\x6b\x3d\xfc\x17\xbc\xb4\x1f\x17\xf0\x09\xad\x12\x2b\x67\x37\xac\x61\x79\xc6\xce\xc1\x69\xcd\xd7\xf3\xe7\xdd\x79\x68\xbb\x83\xe7\x4a\xb7\xaa\xc6\xcc\x36\xfa\x45\x7d\x1b\xdd\xd9\x4a\x02\x73\x93\xf0\xfd\x47\x7c\xcc\x64\xe9\x79\xa3\xd3\xbd\x64\x3c\x0f\xf6\x6d\x49\x39\xda\x82\x4b\x5b\xe5\x67\xc3\x5c\x7d\xbf\xa9\xbc\xdc\x58\x4f\xd6\x1f\xd8\xfd\x4e\x94\xb4\x1a\xe0\x05\x8b\xb5\xb3\x7a\x3b\xf7\x6f\xaa\x9d\xa5\xbb\xaa\xd7\xa7\x6d\x54\x72\x85\x6b\xdb\xe0\x08\x45\x06\x48\x51\xc3\xfd\x46\x98\xf8\x8f\x30\x96\x9e\x3d\xb9\xb3\x15\xa6\xf5\xb5\xe8\x2d\x2b\x3b\xcd\xb5\x0c\x31\x83\x42\xfb\x65\x3e\x17\x4b\xcb\xb9\xd4\xbe\xa2\x43\x2d\x4a\x7c\x58\x69\xe9\x30\xe3\x2c\x7d\x95\x38\xe3\xab\x4e\xd9\xd8\xea\x14\xff\x01\xf2\xd4\xca\x6c\xe3\x7a\xb2\x2d\x1d\x58\x94\xd8\x53\x70\xf5\xb0\xba\x39\x7a\xaa\xe8\x5f\x09\x9f\xd2\x2a\xe2\x8c\x8b\xa3\xec\x2d\x1b\xe3\x60\xce\x7a\xa7\xab\x95\xd1\xbb\x6e\x8e\xb2\xb6\x3d\x38\xe3\xbf\x65\x90\x74\x67\x39\x28\xf5\x26\x2e\xd1\x10\x63\x53\x17\xfc\x17\xfb\x7b\x8e\xf2\x07\x49\xbd\xd7\x95\x21\x5b\x97\x80\xe0\xea\x9b\x90\xc0\x22\xc5\x17\x8b\x29\xb3\x76\xa9\x70\xac\x9c\x3d\x2f\xbb\x68\xb3\x08\x4f\xa2\xbb\x17\xbc\xc7\xc7\x38\x37\xa0\xbf\x6c\x59\xf2\xe5\xdb\x52\x5a\xd5\x8b\x81\x96\x10\x9e\xbe\xa2\xb6\x9c\x71\x89\x38\x69\x15\xf4\x8f\x5a\x05\x39\xc2\x12\x26\x6a\xb7\x55\x96\x26\x2d\x91\x33\x2d\x6b\xb5\x5b\x11\xd1\x84\xfd\x94\xef\x0f\x4b\x4a\x46\x9c\xef\x07\x8b\x3e\xd6\x04\x02\x2a\xe8\x9a\xac\xd2\xce\xe0\x6b\x61\x37\xe9\xbf\x21\xba\xd0\x7f\x85\xf3\x28\xda\x19\x6c\x2f\xb4\x74\x47\xc2\xde\xdb\x0d\xcf\xe1\xf3\xe7\x49\xd5\x39\x76\x81\xb1\xe7\x8a\x5b\xa4\xd7\xf3\x51\x12\x7b\x3f\x5a\x72\x93\x08\x86\x8b\xbb\xc9\x0a\xf8\xdf\xeb\x47\x76\xf7\x41\x0c\x36\xe2\x04\xf8\x75\xde\x8c\xf7\x20\x41\xa8\xdd\xa4\x0f\x54\xc5\x34\xd1\x6e\x2f\xa5\xb4\x19\xd7\xb6\x70\x13\xdf\xbd\x50\x2c\x44\xde\x4d\x3a\x17\x48\xaf\x67\x3e\xfc\x57\x47\xa0\x7f\xb7\xef\x22\xec\xb4\xb0\xef\x27\x75\xf9\xdd\xd3\xbd\x57\x76\x7b\xe2\x3a\x45\xf0\x3e\xd9\x4d\x96\xdc\x2d\x60\x89\x14\x4b\x47\xe3\x2a\x54\xb0\xd8\x3d\xe5\x7b\xad\xa7\xf0\xdf\x2a\xbf\x68\xb4\xca\x2f\x36\xd9\x34\x87\xae\xad\xbd\xbd\x64\x9d\x91\xba\xf5\xe4\x1f\x18\xbd\xf1\x22\xa1\x0e\xac\x42\x0d\x51\x4b\xe6\x52\xe8\x36\x6a\x88\x07\x01\x89\xf4\xc0\xe2\x3d\x89\x9f\x9c\x0a\x2b\x39\xc9\x5e\x2c\xa7\x8d\xbe\x5b\x89\x4d\xba\xcd\xcd\xed\xc5\x17\xda\x77\x5b\x9d\x0c\xdd\x0a\x98\x79\xd4\x53\x34\xd0\x70\x8b\x3b\xe8\xc9\xe3\x47\xf2\x6f\xe0\x19\xea\x5e\x42\xff\x2f\x9d\x2e\x76\x2f\x01\x2c\x8a\x1e\xa3\x9d\xd2\x5e\x7f\xcb\x2f\xb6\xc6\x2a\x5b\x84\xf7\x80\x17\x31\x70\xaf\xbf\x7e\xed\x4e\xdc\x56\x21\xcb\x69\x3d\x83\x3d\xd1\x16\x02\x6c\x6f\x27\x96\x0c\x10\x35\x5c\xea\x13\xa5\x13\x7c\xda\xa3\x67\xfa\xc1\x63\x12\xb7\xc3\x8c\xbc\xad\x56\x65\x27\x93\xa4\x54\xe0\x22\x3a\xf9\x95\xf2\xfe\xea\x32\xd3\xe3\xa1\xa9\x28\x0a\x67\x90\xd7\xae\x80\xb9\x4f\xa9\xca\xa4\x11\x65\x36\x56\xf7\x5b\xb9\xda\x36\xdb\xb2\x50\xbf\x37\xb2\xac\x5f\xce\xd3\x42\x8a\xf2\xa5\x31\xff\xf9\xdd\xfc\x1f\x93\xbc\x90\x7b\xdb\x46\xa7\xdb\xfb\x55\xb5\xf5\x9b\x59\x31\xbb\xf1\x70\x1c\x13\x63\xd5\x6d\xee\x6a\x58\xb6\x6e\x5b\xa2\xaa\x64\x99\x81\x8b\x8b\xf6\xf1\xe8\x2e\x54\x7b\xe6\xaf\x64\xad\x17\x89\x98\xd4\xa0\x21\x6b\x31\x60\xb2\x2f\xcd\x4b\x7c\x74\x08\x9f\x29\x05\xd5\x45\x2d\x45\xb6\xe8\xb2\xb9\x02\x8d\xb6\xa5\xaf\xb0\x2d\x3b\xdb\x2b\x3a\x1c\xf9\x91\x7e\x88\x75\x16\x9e\xd0\xd5\x8c\xb3\xf6\x79\xf4\x2c\xb3\x48\xe1\xd4\x97\xa9\xda\x10\xe0\x31\xa7\x24\x46\x41\xd6\xb3\xfc\x76\x1d\xe5\x99\x67\xe2\x46\x26\xf0\x12\x05\xcb\x98\xd8\xbe\xd7\xef\xf1\xa2\x48\x4a\x79\x2b\x75\x92\x8a\xc6\x48\x7a\x8a\x73\x6c\xb1\x53\xf0\x85\x19\xf1\xa8\x9e\xa6\xb9\x43\xec\xd2\xef\x23\xb9\x51\x3c\x40\x74\x89\xb1\xe5\x5e\xdd\xdd\x4b\xd6\xc5\xd8\xa8\xa2\xa9\xe1\xd5\x9c\x95\x85\x6a\x65\x89\x95\xf5\x57\x0f\x66\x2c\xe4\xa4\x7e\x5c\x4e\xf6\xfc\xb5\xfe\xfa\xd5\xab\xff\xdf\x7a\x8f\xb4\xfc\x81\xdd\xd4\xc1\x17\xe3\x2c\x2b\xae\x20\x56\x4c\x6b\x5d\x3f\x79\x8b\xe1\xef\xa8\x86\x88\xa0\xda\x6a\xb3\xa6\x7e\x68\x81\xe5\xa0\xc8\xd7\xaf\xc9\x5f\xa8\x5e\xc7\xfd\x6f\x8f\x92\x5e\x14\x93\x2d\xec\x15\xf1\xc8\xb6\x1c\x57\x4c\xe5\xcf\xbb\xf4\x86\x43\xf8\xec\x6c\x98\xe1\x43\x98\xe1\xc3\x32\x36\xe9\xaa\x2b\x7a\x06\xea\xa0\xa8\x79\x7c\x5d\x65\x48\xb9\x3d\xa8\x73\x40\xc4\x97\x96\xb7\xa1\x8c\x0d\x7c\xb4\x2d\x13\xb3\xf5\xf2\xd6\x69\x7e\x2d\xdc\x0a\x2b\x3a\x00\x83\xfb\x8d\xa5\x55\x3d\x0e\xa0\xd4\x91\xd6\xfc\xbf\x44\x01\xef\x93\x06\xbd\x68\x93\x25\xbb\x4b\xc8\x95\xbe\x26\xd0\xd3\x7f\xbf\x88\x13\x9f\x2e\x0e\xd2\xe0\x05\xe3\xb6\x82\x74\x12\x97\x4f\xf6\x92\xbf\xfc\x25\x60\xd8\xfa\x6a\xa9\xf1\x0e\xe4\x5f\x56\x9c\x40\xd2\x65\x6f\x2d\x9d\xf3\x41\xc4\x7a\x50\x6f\x7b\x59\x77\xe3\x96\x36\x5b\x67\xbd\x3f\x57\x38\x67\xf8\x15\xea\xf4\xf7\xf8\xcf\x9f\x75\x85\xa7\x1f\x3f\xad\x4d\x72\x2d\xbd\x17\xa6\xd9\x8b\x5f\x56\xe8\xf1\xf4\x68\xa3\xcc\x22\x8d\x9b\xb0\x37\xdf\x3a\xbe\xf2\xa1\x70\xfb\x89\x8b\xd0\x6c\xc9\x6b\xd0\x7f\x74\xad\x92\x7f\x5c\x07\xa3\x0f\xf3\xec\xcc\x5e\xe9\x81\xaf\xdc\x5b\xbb\xf1\x02\x57\x5f\x9d\xbc\xf1\x21\x23\x61\xa8\xcf\x83\xa7\x72\xe3\x45\xc7\xe3\x57\x40\x83\xf5\x74\x03\x8b\x3d\xb2\x1f\xdc\x46\x1b\x24\xb2\xe4\xc1\x1f\xd6\xd6\xb5\xca\xdb\xc7\xef\x25\x76\x9c\x30\x6f\x4c\x9d\x14\x60\x8f\x93\xd4\x2a\xf9\xd5\x09\x19\x7f\x4d\x94\x4e\x7e\x05\xad\x77\x53\x0b\x5d\xff\xba\x99\xc8\x6c\x2a\x01\x4f\xd9\x7d\xe8\x4a\x5c\x29\x3f\xfc\xeb\xdf\x5f\x7d\xff\xd4\x3b\x35\x15\x85\x2c\x33\xe1\x2e\xd5\x9d\xbf\xbe\xfa\x93\xd7\xb2\xad\x20\x86\x99\x0f\x02\x43\x90\x03\xa1\x94\xac\x97\x9a\xa0\xdb\x86\xc4\x91\x5d\xcb\x82\xe7\xcf\x93\x8d\x65\x8a\x21\x2b\x74\xc4\x3a\x98\x5d\xab\x0f\xe1\x83\x6a\x0e\x57\xea\x47\x95\x7e\x88\x2b\x5a\xda\xd3\xbd\x8e\x45\xd7\x46\xab\x51\x78\x26\x9a\xb6\xca\xfa\x66\xd2\x27\xbc\x6f\x6b\x5d\x6d\x6f\x27\xa2\xb8\x13\x0b\x93\xcc\xf2\x4c\x26\xaa\x24\xd2\x37\xd6\x2e\x0b\x27\xb1\xc7\xe6\xe2\x11\x93\xd1\x8e\xf9\xfa\xf5\x4f\xcd\x4f\xbf\xe1\xc7\x23\xe6\xc7\x9f\x9d\xc7\x4f\x50\x47\x7e\xcf\x7a\x78\x96\xd8\xf7\xe6\x80\x2d\xdd\x46\x50\x23\x66\x03\xad\x24\x37\x84\xc5\xe6\xe5\x74\x6b\xf9\xe4\xae\xb0\x52\x79\xfe\x7c\xd5\x7e\xfc\xff\x7c\x05\x56\xda\xd3\x3c\x62\x21\x70\x36\xfc\x22\xb4\xd5\x37\xff\xbd\xeb\x40\xae\x52\x72\x93\x8c\x8b\x46\xff\x91\x05\xd8\x79\xe2\x02\x3c\x54\x5b\xcf\x24\x61\x27\x37\x93\xf5\x31\x2a\x0f\x3f\x6e\x66\xe2\x91\xac\xd6\x9e\xa9\x9d\xfa\x71\xdc\x9d\xa7\xdd\x90\x3f\xe5\x45\x71\x5d\xce\x1f\x7b\x57\x07\xd9\xfb\xae\xeb\xa5\x66\x1f\x8f\xea\x6e\x4b\x05\xec\x41\x0d\xb0\x80\x45\xb6\x84\x43\xb6\x7c\x02\x5a\x1a\x41\x2b\xc6\xde\xd1\x1d\x7a\x94\x41\xca\x4e\xdb\x22\x65\xa2\x74\x52\x4b\x53\x77\x48\xb8\x25\x96\x21\x3b\x0e\xdd\x78\xba\x65\xc8\xce\x53\x4c\x43\x76\x22\xdb\x10\xb8\x2b\x6d\xe5\x4f\x98\x43\x64\x90\x3f\x3c\x83\xad\x97\xec\x92\xc7\x22\x57\x1d\xad\x8e\x47\xe8\x73\x54\xa1\x24\x3a\xc8\xdf\x27\x80\xee\xd3\xfd\x58\xa2\xf5\xf1\x6f\xd0\xa0\xf0\xca\x48\x5d\xdb\xe9\x5e\xc5\x89\x78\x98\xc1\xc8\x1e\xd2\x5f\xf0\x39\x1f\xb1\x98\x2d\x3d\xd1\xce\x72\x72\x08\x0d\x82\xf1\xdf\xff\x49\xfe\x5f\x25\xb4\x98\xc7\x82\xcc\x24\x49\x2c\x1c\xb5\xe8\x6d\xa9\xf0\x4d\x46\x84\xf3\x64\x10\xdd\x2d\x8e\xba\xb9\xfe\xdf\x60\x51\xd6\x33\x59\xe7\x29\xc0\x54\xf0\xdd\x98\xc1\x01\xfa\x15\xa8\x7c\x18\xd2\xaf\xbe\x9a\x6d\xfe\x74\x3b\xae\xad\xf4\xda\xa7\xe7\xba\x92\xed\xf1\x10\xd7\x83\x14\xf0\x63\xb2\x3f\x44\xff\xfb\x89\xd7\x15\x70\xb2\xb5\xad\xfa\x58\x0a\x2b\x30\x67\xb8\xf4\x7a\x88\x6d\x3f\x8e\x25\xb7\x5a\x3f\x2b\x26\xe9\x10\xb5\x2b\xe4\xd1\x7d\x94\x72\x3b\x26\x2e\xf1\x6d\xe5\xb5\x17\xcc\x3d\x71\x20\x62\x76\xc8\x52\x16\x08\x3e\xf2\x04\x08\xb0\x96\xa9\xd2\x19\xed\x3d\xbb\xa4\x8e\x03\x88\x06\xea\x6d\xc3\x51\x60\x53\xa2\xf7\x42\x5b\xc6\xcc\xd4\x5d\xd7\x26\x23\x96\x70\x3a\x85\xf2\x15\xcb\x12\xb1\xde\x36\x56\xe8\x57\x2f\x3d\x96\x7d\x46\x41\x2b\x40\x6d\xaf\x0d\x91\x7f\x5f\x16\x52\x97\x1d\x00\xb8\x1d\xf8\xda\xe9\x4a\x71\xc8\xf8\x17\xeb\x48\xfe\x4f\xf2\xfa\xd5\xab\x57\x4f\xdf\xd8\x50\xbc\xcf\x9a\x85\x0e\x1e\xce\xea\x3f\x96\x70\x01\x49\x31\x7f\x39\x17\xd0\x67\x88\xb9\x80\xc9\x6e\x7c\xa9\xb9\x1e\x47\x56\xd5\x4f\xd0\x1c\x27\x26\xcb\x4e\x47\xbf\xde\x4d\x36\x32\x41\x5b\xf4\xab\x2b\xb6\x0a\x55\x82\x8d\x90\x75\x2c\xbc\x7a\x44\x1e\x75\x9f\x86\xff\xed\x23\xf4\xf9\x97\x23\x86\x71\xbf\x56\xe1\x84\xed\x11\xb4\x59\xa4\xad\xf9\xed\x28\xeb\xb5\x51\xbd\x20\xeb\x03\xeb\xd4\x5a\xca\xc7\x0e\x2b\x46\x3c\x1f\x1a\x5a\x1b\x4d\xed\x1d\x5e\x0f\x6d\xdf\x07\x02\x7a\xb2\x6d\xa1\x5b\x8c\x8d\x9e\xb1\xf6\x33\x0c\xba\x83\xee\xeb\xcf\x52\x4a\xae\xb7\x5b\x4b\x73\xaf\xea\xdd\x2a\x62\xf1\xcf\x75\x72\xe7\x49\x9d\xdc\xf9\x23\x9d\xdc\x79\x6c\x27\x1f\x66\x8d\x2c\xcb\xb6\xa2\x5b\xfd\xac\x8e\x3f\xb0\x9d\x81\x1b\x3b\xbc\x53\x07\x33\x74\x4f\xb4\x7c\x2b\xc7\x39\x7b\x6c\x3c\xdc\xc3\x04\x97\x5a\xc5\x68\xb8\x7b\x09\xa4\x1f\x2b\xef\x43\xdb\xe3\x89\x74\xd5\xe2\x73\xae\xbf\xc0\x6d\x69\x73\x52\xb8\x1f\x33\xee\x65\x79\x63\xbf\x7f\x79\x48\x63\xb7\xdd\x20\x33\x46\x28\xfc\x08\x3c\x38\xb2\xa9\x5a\x31\xb1\x6d\xab\xb4\xe5\x3a\xbe\xdf\x47\x93\xd4\xd6\x5e\x4c\xbb\xda\x96\xdf\x6f\x61\x6c\x5b\x2b\x72\xa6\xee\xf6\x7b\xb3\xfb\x94\xae\x46\x19\x56\xe5\x9f\x12\x02\xe0\xe2\xdf\x11\xfa\xfa\x35\xa8\x77\x59\xae\xc7\x4d\x5b\x6c\x82\xb2\x7a\xea\xda\xe6\x2a\x1d\x64\x9c\xc7\x19\x22\xe2\x2b\x47\x88\x0a\x3a\x69\xc8\x2c\xfa\xfa\x95\x47\x1f\xe8\x6b\x00\xf3\x0d\xa3\x3f\xbe\xfa\xa5\x5b\xea\xa9\x63\x7d\xcc\x46\xe9\xb2\x98\x56\x6c\x97\xbf\x3e\x75\xbb\xfc\xf5\x69\xdb\xe5\xaf\x4f\xdb\x2e\xc1\xd4\x3c\xb8\x69\x7a\xf2\x3e\xe5\xc4\xbd\xcf\x57\x32\x62\xda\x4c\xfd\xe5\x53\xf8\xb7\xa7\x4e\xe1\xdf\xfa\xa7\x70\x96\x67\xb2\x6f\x0a\xff\xb6\xe5\x53\xfe\xc8\x89\xf3\xa5\xff\xd4\x89\x6b\x2b\xe2\xae\x9c\xbb\xae\xd6\xee\x8a\x09\xfc\x8f\xa7\x4e\xe0\x7f\x3c\x6d\x0f\xfe\xc7\x93\xf6\xe0\x4c\xdd\x4a\xfd\xe0\xee\xf3\x24\xdd\x1f\x98\xc5\x40\xb1\xf8\xe1\x59\x8c\xb4\x90\x57\xcc\xe2\xdf\x9f\x3a\x8b\x7f\x7f\xda\x36\xfc\xfb\x93\xb6\x61\x77\x16\xfb\xb6\xa1\x77\xd7\xf2\xb4\x59\x0c\xbc\xa3\xac\x9c\xc0\xc8\x8b\xca\x8a\xb9\xfb\xcf\xa7\xce\xdd\x7f\x3e\x6d\x07\xfe\xe7\x93\x76\x20\xd8\xeb\x3f\xb8\x03\xe3\x5c\x8f\x9a\x36\x6f\xa6\xbe\x72\xd6\x42\x6b\xf6\x15\x93\xf6\xfa\xd5\x53\x67\xed\xf5\xab\xa7\x6d\xb9\xd7\xaf\x9e\xb4\xe7\xba\xf3\xd6\xb7\xe7\x40\x44\xf2\x84\x69\x03\x85\xdd\x47\x71\x9e\x5b\x39\x97\x10\x71\x8f\x92\x4b\xf7\xf2\xce\xbf\xeb\xb7\xe9\x6e\xe7\xfa\x13\xac\xfc\xef\x9e\xc2\xca\xff\x6e\x2b\x7c\x6c\xed\x69\x24\x85\xd7\x16\x59\x35\x9f\x5e\xa5\xa4\x5e\x54\xe0\xc7\xa5\x97\x94\x38\x10\x45\x31\x16\x60\x5e\xbe\x94\x9c\xf8\x68\x6b\xf8\xa5\x9f\x66\xe0\xf2\x6d\x9e\x41\x98\xb6\xb1\x5c\xd3\x14\xfa\xd1\xd7\x85\x65\x6d\x2e\x69\x6e\x59\x4b\x0f\xcd\x25\x08\x37\x57\xf2\x17\xc0\x94\xba\x23\x3f\x6b\x73\x72\xf0\xd1\x99\x47\x9c\x08\x7a\x48\x6d\x79\x8b\x98\xa1\x47\xf6\xf2\x54\xfe\x75\x1b\xe2\xbc\x5e\x05\x71\x82\xa7\x25\xa3\x32\xdd\x27\x26\xf1\xdf\x52\x63\xab\xd7\xaf\x43\x6b\xab\x47\x1a\x80\xbd\x7e\xbd\xdc\x02\x2c\xed\x37\x70\xb4\x5d\x5b\x62\xdc\x28\x9a\x5a\x1d\xa2\xa9\x4c\xb7\x19\x9f\xf6\x43\xcf\x69\x70\x8f\x35\xba\x87\xfb\x94\x25\x7a\xe2\xa7\xf2\x7c\x99\x52\xde\x1d\x10\x1d\x8b\xa6\x58\x61\x47\x60\xc1\xd7\x49\x58\xbe\x1e\xec\xca\xd5\x0f\x40\xe2\xb3\x87\xbc\xd0\xc4\x7a\x58\xf1\x22\x24\x3d\x83\xc8\xb5\x6f\x6f\x27\x3f\xfe\xf8\x63\x12\x10\x32\xbd\x3c\x93\xc7\x48\xd3\xa3\xd1\x75\x7c\x53\x75\xc5\xe4\x0f\x70\x40\x1f\x51\x5d\x9b\x05\xd2\xd2\x29\xe8\x88\x10\x60\xa4\xfd\x5e\x99\x1e\x52\x2e\x5a\xe1\x8d\xa5\xd3\x51\x72\xbf\xc1\x23\xb6\xc1\x1f\x56\x15\x88\x3c\xa7\xcc\x62\x5f\x6f\x2b\x0b\x46\x86\x68\x54\xd2\xc7\x3d\x75\x7e\xc3\x6e\xf7\xcd\x2c\x92\x31\x4f\x1b\x49\x4f\x3d\xde\x1d\xdd\xea\xba\xba\x83\xeb\xa9\x2c\xf0\x25\xd7\xbb\xda\xef\x2d\x6a\xbc\x21\x2d\xed\xf0\x62\xe9\xa2\x3f\x68\xf6\xd8\x3b\x4c\xb6\x7c\x0c\x57\x0c\x6d\x1e\x6d\xe3\x08\xb5\x04\x1a\x98\x85\x75\xc5\xe2\xa6\x8e\xec\xa1\xb7\x29\xf2\x67\x1a\xb6\x64\xa3\x96\x7b\x8d\x78\x78\xb5\xbb\x43\x58\xb6\x54\x44\x78\x2d\x9f\xdd\xc2\xd2\x14\x0f\xcc\xee\x2a\xf3\xce\xde\xae\xb1\x85\x67\x38\xe6\x8e\x6d\xe7\x63\xc7\x19\x55\xb6\x6c\x9c\x44\x1a\xf5\x8d\x13\x48\x9b\xa5\x03\x8c\x09\x1f\x0f\x33\x56\xb8\x05\x6c\xf7\x92\xbd\x63\xd2\x68\x21\xb8\xf2\x70\x90\xaf\x43\xca\x6f\x43\x4f\x9c\x97\xa8\xc5\x9e\x29\x41\xdf\x9b\xab\x4f\x68\xd8\x89\x9e\x2a\xc0\xb9\x62\x67\x3e\x57\x5f\x4c\x8f\x7a\xc4\xb7\xf5\x9e\x6f\xcf\xbd\xac\x65\xb9\xe4\x6d\x54\xbc\xb6\x9f\x3f\xc7\x7c\x88\xdb\xb4\x82\x01\xa2\xe0\x4b\x76\xe5\x9d\x9d\x86\x56\xae\x71\x88\x96\x74\x4a\xae\xc4\x76\x97\xbf\x0a\xf8\xe5\xdb\x66\xdc\x4a\xb7\x93\xfe\x2d\x02\xec\x6f\x7b\x23\xfa\xda\xb7\x34\xf8\x08\xf7\x0f\x19\x90\xb0\xc4\x79\xb9\xa1\x77\x56\x6d\xbe\x95\xe8\x79\xdd\xef\xc9\x9d\x4c\x9e\x6d\x7b\xac\x92\x04\xf5\x45\xaf\xb8\x75\xd4\x83\x74\x2d\x0a\x80\xa7\xec\xf1\xae\x41\x15\xb5\xbc\x9c\x92\x31\x58\x5e\xaf\x1b\x42\x82\x65\xd6\xab\xc3\x13\xf8\x5a\xeb\xa5\xd5\x6c\x42\x80\x83\xb6\x66\x08\xfb\xf0\x98\xa7\x96\x5b\xce\xed\x37\xdb\xa0\x9d\x30\xfa\x8a\x1e\x65\xe8\x9a\x60\x3a\x6b\x9f\xdd\xa4\x6e\xdb\x8b\xb5\xdd\x81\xb0\x46\x3b\x65\xed\x1a\xb9\x44\x77\xc3\x66\x50\x21\x75\x6f\x63\xb5\x6b\x96\xbf\x44\x53\xf7\xfc\x79\x88\x25\x2f\x9b\xa1\x55\xd2\xb7\xc7\x5a\xc1\xc7\x0f\x41\x6c\x5d\x6a\x75\x9b\x5b\xc2\xa0\x4d\xb6\x03\x11\x54\x2f\x31\x82\x09\xfa\xb0\xc9\xfb\x71\x93\xfa\xd9\x25\xba\x7e\xe9\x31\x77\x98\xca\xfa\x50\xea\xfc\x56\x66\xa0\x43\x03\xaa\x5c\x76\x87\xae\xd6\x85\xeb\x2d\x42\x0f\xa7\xda\x0d\x0c\x09\x0f\x51\x6a\xf0\x38\xeb\x0a\x1a\xad\x94\x77\xfc\xd6\x6a\x8f\x2b\x87\xaa\xad\x5a\xe4\x9e\x1c\x44\x11\x1d\x75\x62\xab\x93\x6f\x05\x93\x84\x5b\xdc\x6a\xf5\x74\x49\x27\xc3\x02\x5d\x45\xaa\xfe\x2e\x3c\xb0\x6d\xb8\xc2\xee\xda\x79\x90\x47\x59\x69\x03\x41\xce\x6f\xfc\xac\x7a\xfb\x21\x08\xca\xc4\xc2\xe4\xe1\xa2\xb2\x5d\x6b\xbd\x56\x14\x66\x64\x8b\xa3\x98\x70\x0b\xbc\x32\xac\xeb\xf4\x25\xed\xb4\x97\x30\xb0\x75\xda\x28\xcb\x1d\x0f\xec\x76\x9f\x2c\xf1\x65\x58\x07\x7b\xb7\xf5\x48\x09\xe5\xe8\x53\x9f\xda\x85\x87\x51\x28\xc3\x12\x8b\xb3\x28\x4f\xe8\x6f\x21\x4a\x88\xbd\x38\xec\x26\xeb\x3c\x98\x96\x72\xd5\x6e\xf2\x2a\x4c\xf0\xbe\xc0\x77\x93\x57\x5b\xaf\x29\xc9\x7b\xba\xf6\xd9\x9d\xa3\x63\xc8\xf8\xd7\xb0\xd9\x01\xba\x46\xf8\xf2\x8d\x22\xfb\x1c\x5b\xa0\xeb\xe4\xa0\x10\x0d\x21\x28\xd4\x31\x10\x8b\x4b\xa1\x8b\x85\x76\x0c\xfb\x3a\xc4\xc7\xde\x79\x26\x53\x74\x46\xf0\x91\xdf\xf3\xf5\x0c\xe2\x20\xd2\x73\x3f\x83\xc8\x00\x66\x52\x63\xb0\x2b\x61\x67\x75\xb6\xeb\xb7\xce\xeb\x59\xfd\xaf\xa7\xc0\x33\x5e\x20\x49\x6d\x6a\xb5\x9f\xfd\xd6\x98\xfa\xe2\x56\xea\x49\xa1\xee\x78\x67\x0a\x88\xfd\x79\x37\xc1\x35\xc0\xe0\x87\xdd\xe4\xf5\xa7\xf2\x1b\x3d\xf1\x85\xbe\x02\x2f\x26\x13\x03\x3e\x1a\x3f\xbe\xda\x4c\x5e\xfd\xe2\x1f\xf0\x02\xb8\x14\x6a\xcd\x42\xbd\x85\x9c\x78\x33\x4e\xd0\x82\x32\xbb\xc9\xc7\xf5\x14\x5e\x98\x49\x8b\x75\x1e\xb7\xa2\xfe\xec\xf6\xf4\x91\xb3\x40\xcb\xbb\xc9\xc7\x97\xdf\xdb\x96\x29\x36\xec\xd5\x6e\x14\x82\x89\x83\x5c\x3a\x9f\xce\x7a\x7b\x51\x40\x2f\xf4\x1f\xea\xc5\x53\x3b\x51\xab\xaa\xa7\x0b\xe3\xd4\x76\xa1\x4e\xff\x50\x17\x5e\x6d\x26\x2f\xbf\x7f\x4a\x1f\xc6\xaa\xae\xd5\xbc\xa7\x1b\x35\x74\x63\xfc\x87\xbb\xf1\xa4\x5e\xd4\xaa\x3a\xed\xdf\x16\x63\x58\x90\xfa\x8f\x6d\x8b\x27\xcf\x86\xdd\x9b\xc3\xde\x55\xa9\xf5\x9f\xe8\xc7\x93\xb7\x67\xad\xaa\xab\x25\x3b\x74\x8c\x1d\xf9\x63\x3b\xf4\xc9\x13\x02\xe7\x64\xc9\x8c\x14\x7f\xa2\x23\x4f\x9d\x10\xdc\xa6\xcb\xe6\x04\x17\x67\xfc\x87\xe7\xe4\xe9\x53\xf2\x76\xd9\xb1\xc1\xfd\xfa\x07\xbb\xf2\xc7\x66\x65\xc9\xc9\xc1\xf5\x19\xff\xe1\x93\xf3\xe4\x83\xb3\x7c\x4e\xf4\x9f\xe8\xc9\x53\xce\x0e\xde\x4c\xad\x0b\xd0\xdf\x40\x8f\x7a\xba\x12\x6f\x36\x40\xdf\x62\x77\x08\x14\x15\xbd\xe0\x65\xb3\xda\xc1\xa0\xee\x33\x29\xa5\x63\xd8\xa1\xf8\xa1\x97\xc6\x65\x4e\x3f\xf3\xcc\x25\xe6\x99\x8b\xa5\x9a\xe0\x65\x76\xf6\x25\x18\xb5\xe1\x53\x42\x6c\xe0\xf1\xef\xa4\xd3\x4a\x05\xae\xb7\x3e\xad\x79\x9d\xba\xc0\x25\xe7\xa7\xb5\x97\xf0\x60\xff\xa7\xb5\x17\xd4\xbb\x3c\xdb\x4d\x5c\x57\xb5\x2a\xa0\x6c\xad\x54\x51\xe7\x95\xa3\x6f\xc8\x43\x55\xa7\xb7\xb8\x6f\xd8\x81\x92\x9b\xc0\xb6\x0b\x25\x4a\x00\x27\x4a\xf4\x0d\xcf\xb2\xc3\x2a\xb5\x56\x99\x56\x27\x7c\x1d\xf4\xcf\x3d\xea\x49\x9d\x7b\xb8\x30\x66\x8c\xca\xfe\xdb\xde\x25\xc5\x94\x9f\xf2\x7a\xa6\x1a\xa0\x1b\xa4\xae\x73\xf9\x98\x21\x2d\x29\xf9\xa4\x57\x34\xbf\x24\x0d\xbd\x46\xd9\x18\x79\x32\xaf\x2c\x1e\x99\xdf\x92\x66\xea\x66\x32\x51\xfa\x4e\xe8\x2c\x78\xa2\xb2\x53\x03\x3f\xc8\x47\xa9\x8e\xba\x89\x1a\x09\x50\x44\xff\x06\xa4\x8f\x0c\xf2\xf2\xa9\xe4\x4c\x14\xf6\xc7\x76\x88\x1b\x30\x3c\xb6\x14\x85\xc7\x76\x33\xd1\x72\xd2\x3d\xbb\x21\x9b\x2f\x3a\x60\x5d\x27\x74\x23\x48\x7f\xe6\xf9\x53\x98\x9f\xf9\x03\x9c\xcd\xa7\xb7\x0b\x84\xe2\xfa\x8f\xa4\x75\xf3\x4b\xb2\xdb\xca\xd7\x6e\x2f\xa6\x99\x5c\xb3\xed\x17\xcf\xb8\x54\xcf\xa3\x6c\xfd\xf5\x84\xbd\x79\xe5\x7b\x11\x67\xeb\xed\x8c\xa3\xd3\xe2\xce\x78\xf2\x2d\xee\x8c\x8f\x6f\x75\x26\xa8\x27\xea\xcc\xd6\xeb\x56\x77\x5c\xc6\x36\x7c\xec\x05\x8d\xb1\x43\x3c\xaa\xe7\x31\xa0\x38\x72\xaa\xdb\x29\x16\x76\x11\xf6\x33\xee\xae\x75\xdf\xd7\x6e\x8d\x81\x98\x3b\x56\x74\xf0\x03\x29\x23\xfa\xda\x8f\x25\x8e\x77\xf9\x81\x2e\xef\x2f\xd2\x4d\x0a\xf6\x64\xcb\xf9\x2b\x6f\xdd\x5e\x2f\x7c\x22\xf0\x31\x4b\x55\x77\x9c\xfb\xcd\x55\x94\x61\x1e\x3b\xd9\xe3\x09\xe9\x5a\x66\x76\x8c\x32\xc3\x3c\xdd\x62\xf1\xa4\x5b\xf4\x2b\x9c\xef\x4e\x65\x94\x20\x22\xeb\xce\xd8\x63\xa4\xf3\x7c\x1a\x65\x0d\xdb\xf9\xf2\xcd\x37\x11\x97\xa5\x48\x62\x29\x78\x88\xc3\x5e\x65\xc2\xe8\x96\xc3\xcc\xbe\x44\xdf\x8b\x76\x8d\x61\x77\x80\xee\xf7\x3d\x8a\xb3\x06\xf5\xc3\x65\x18\xf2\xc9\x02\x4f\x37\x6d\xf3\xbc\xa9\xac\xa9\x82\xd0\xe1\x97\x73\x14\xd0\x4e\xfb\x23\x68\x89\x2b\xa3\xa5\xa9\x5b\xf2\x87\xce\xdd\xc4\x20\xfa\xe3\xa7\xb5\x36\xf8\xb5\xc8\xca\xa7\x35\x82\x8d\x18\x68\x81\xb8\x20\xd2\x83\x1a\x8c\x0c\x21\x02\xc6\xb8\x33\x8a\x41\x3e\x8f\x94\x3d\x3e\x74\x18\xd9\x3d\x56\xdc\xa5\xf0\xf0\x50\x5e\x3e\x27\xdc\x27\xff\xed\x36\x2b\xe5\x24\xfd\x34\x30\xe4\xeb\x6e\x0d\x4e\x09\x57\x0f\xe3\x7a\x96\x27\x1a\x6b\x80\x6a\xad\x39\xee\x26\x39\x5b\xc4\x67\x5c\xf1\x66\x77\x4f\xae\x27\x7d\x57\xfc\x06\xf0\x9c\x7b\x6c\xdc\xfc\xbb\x03\x81\x04\x04\x99\xa5\x61\x63\xf2\xbe\xd6\x62\xb9\xd4\xc9\xed\x09\x2e\x03\x0e\xa1\x6e\x97\xfa\x82\xf2\xd5\x75\x78\xc8\x10\x79\x1b\x70\x81\xbf\xf9\x5e\x30\xef\x94\xb0\xdf\x10\x37\x68\x25\xf9\x01\xa2\xdb\x2a\x3c\xfc\x5a\xab\x3b\x4f\x0e\x10\x34\x09\x22\x03\xa1\x4a\x2b\x6f\x6f\x0d\xe1\xa9\xa6\xd7\x48\x7b\xf2\x05\x95\x3e\x44\x5f\xb4\xa8\x87\x1f\xa2\x25\xfa\xf8\x64\x62\xe0\x91\xe4\x00\x74\xd6\x93\x03\x4e\xe6\x41\xf1\x18\xfb\x6d\x33\x9a\x92\x17\x9b\x0f\xd3\x26\x3c\xfe\x1e\x97\x14\x90\x10\xc8\x4e\x56\xba\x33\x8e\xe8\x13\x37\x89\x8e\x8e\x58\x0e\xcc\x96\x90\x2b\x76\x6b\xa3\x7d\xd0\xb7\xf0\x38\xb5\x2f\x01\xff\x2e\x10\x33\x57\xbd\x52\x18\xa7\xf1\x56\x27\x0a\xa3\xff\x52\xb0\xb4\xd0\x58\xa9\x42\x8a\x72\xdd\x6d\xcb\x4e\x73\x7d\x65\xb1\x93\x81\xa7\xd2\xbe\xfa\xe1\x8d\x28\x68\xbf\x37\x1d\x35\x4f\xd7\xf1\xc8\xae\x47\xc7\xe2\x46\xca\xca\xb9\xaa\xed\x2b\xbb\xe5\x73\xfc\xb0\xa4\xdb\x61\x1d\x7b\xd1\x43\x4f\xf1\x8c\xb5\xf2\xf9\xc9\x8d\x5f\x48\x7f\xac\x3c\xb0\xeb\x17\xbb\x2d\xa3\x58\x82\xf6\xaf\xd8\x69\x50\xc3\x6e\x1b\x92\xb4\xb8\xfe\x31\x52\xdf\x71\xe2\xb0\x1b\x90\x40\x61\xb5\x2e\x47\x90\x81\x29\x6e\x39\xd9\x25\xf8\xdb\x23\xc2\x08\x11\x96\x8e\x23\xd6\xdd\xbe\x8b\x7f\xa5\x44\xa8\x1f\x0d\x5d\x2a\x1c\x5a\x8a\x82\xf6\x38\x94\xde\x4d\x7a\xd1\xcf\xd8\x41\xf7\x6e\xd2\x46\x3d\x03\x9f\xce\xbb\x49\x84\x76\xf6\x0a\x6d\x7a\x11\xa0\x15\xce\xce\x63\xbc\x2a\x12\xc0\x04\x81\x65\x52\xab\x7e\x3a\x28\x94\x4b\xf5\xd0\x28\x1d\xa1\x58\x1b\xbf\x41\x96\x89\xbf\x03\x5f\x6c\x26\xa1\x86\x68\x2f\x53\x24\x7e\x05\xdf\x91\xeb\x1b\x34\xbe\x17\x01\xb7\x84\x0f\x27\x93\xd6\x14\x5e\xef\xf2\xd3\x28\xe5\xdf\xc6\x69\x79\x90\x0d\x11\x77\x2d\x20\xba\x42\x26\x82\x57\x39\x61\x26\xc2\xa7\x35\x9d\xbe\x6c\xea\xbc\xd8\x96\x66\x5b\xcb\x88\x43\xa3\xc5\xa4\x2f\x93\xc0\x4c\x16\xcc\x0d\x8a\x3c\x93\xda\x83\xac\x1e\x18\x13\x4c\x68\xe0\x33\xb5\x8f\xcd\x70\xdb\x8f\xa9\xb4\x2f\xa1\xf6\x15\xef\xee\x11\xe0\xbd\x21\xde\x86\x4d\x77\xb0\x37\x90\xc6\x61\x67\xaf\xda\x2a\x38\x80\xc5\x71\x15\x3e\xbb\x16\x93\x15\x55\xda\x5c\x5e\x21\x1d\xbc\x28\xfd\x53\xca\xb6\x9d\x44\xe0\x62\x09\xab\x8b\x5f\xc8\xfa\xd6\xaa\xe7\xa6\xb7\x86\x50\x8b\x66\x85\x57\x65\xc0\xc9\x78\x18\xcf\x3c\xd2\xc9\xe9\x1b\x9d\xc4\x64\xcf\x0d\x7b\x89\x49\x45\xb7\x44\xbf\x35\x45\x3b\xdf\x56\xc7\x72\x84\x3d\x62\x46\x03\x77\x33\x7b\x34\x99\xc8\xb4\xd7\x5d\x84\xbd\xa1\x6f\x3b\x0a\x13\xc1\x44\x71\xc5\x2d\x75\xbc\xce\x92\xb4\x5d\x72\xb2\xc9\x73\x9c\xef\x07\x82\x23\x1f\x9d\x17\x08\xda\x6b\xbf\xbc\x78\x12\x0b\x99\x21\x64\xe7\x46\x85\x8b\xc9\xef\x44\x6a\x8e\x5c\xcc\x58\x38\xf5\xa2\x0b\x51\xa2\xb3\x16\xc0\x15\x8c\x77\x20\x09\x83\xc1\xa9\xbf\x02\xce\x07\x27\x43\x28\x48\x45\x1a\xc6\x25\x63\x30\x48\xc7\x01\x61\xa5\x96\x16\x6d\x43\xc0\x25\xe9\x41\x0d\x31\x8c\x70\xe5\xd4\x7c\xae\xca\xed\x28\x71\x9d\xa0\xca\x89\x85\xe7\xa5\x28\x68\x64\x7b\x54\xc5\x0f\x9f\xca\x38\x65\xeb\x8a\x98\x3a\xf0\xdb\x4d\xa6\xb1\xed\xd1\x20\xbb\x19\x96\x0d\x6e\x6f\xd9\xb0\xbb\xab\x12\xd7\xe8\xd3\xbf\x60\xa7\x36\x13\xe6\x03\x2f\xa9\x71\xb3\x35\x3f\xdf\xfe\x7d\xbc\xf9\xff\x55\xb6\xf8\x08\x55\x9d\x28\x71\xf1\x88\x4a\xe3\x02\xff\x3b\x92\x00\x20\xca\x0e\x44\x51\x1c\xcc\x64\x7a\xf3\x88\xaa\xe2\x02\x71\x5d\xde\x59\xef\x63\x2a\xf2\xb9\xa3\x5a\xf2\x72\x26\x75\x5e\x3f\xa6\x0a\xce\xda\xd3\x8b\x41\x53\xf1\x11\x7f\x44\x2f\x20\x77\x58\xcb\xe3\xf1\x86\xe5\x07\xf3\x21\x78\xd1\x3a\x17\x2d\xdf\x19\x9d\x7d\xbf\xe1\x15\xc5\x3c\x06\x30\x12\xa0\x80\x2a\x4d\x91\x97\xf5\xcb\x2c\x07\x0d\xa1\x97\xa5\xbc\xaf\x5f\x16\x79\x29\x93\xff\x67\x89\x31\x93\xea\xbc\xaa\x5f\x62\xa6\xed\x52\xbd\x6c\xca\xc6\xc8\xec\xe5\xad\xd0\x4e\x71\x9c\xbd\x30\x8b\x36\x4e\xe2\xef\x96\x11\x4c\xca\xb3\x76\x37\x12\xbf\x64\xbe\x8b\x3f\x69\x51\x55\x40\x19\xb5\x0b\xb9\x9b\x15\xba\x6f\x60\x99\xf6\xa2\x55\xeb\xd4\xe2\xcb\x04\x42\xd3\x38\x4b\xe7\x42\x6f\x39\x93\x6a\xed\x73\x50\x1f\xde\xec\xd4\xf2\xa2\xed\xc4\xdc\xf6\x0c\xba\x48\xaf\xe0\x62\xb1\x9e\xc7\x6f\x97\x7a\xf3\xa6\xfb\xd0\xec\x26\x5f\x56\xf8\x4a\x47\x0d\x59\x5a\xe8\x36\x03\xde\xaf\x00\x98\xae\x6e\x26\xdd\x7b\xbd\xe3\xe1\x3e\x44\x1c\xfb\x54\x3b\xdd\x82\xb7\xd4\x80\x7d\x77\x63\xbe\x5a\x97\xcb\xe6\x55\x25\xb9\xcc\x8b\xcd\xc4\x26\xb4\xe0\x1c\x64\x6e\x75\xfc\x45\xd8\xe8\xb7\x50\xbd\xf2\x61\x5f\xf9\xf1\xad\x13\xec\x4e\x8f\x1a\xfb\x6d\x70\x4b\x5e\xe7\x41\x6d\x15\x02\x9b\xf1\x78\x33\x2d\xa6\xd3\xbc\x9c\x72\x1e\x0e\xb7\xb2\xe5\xfc\xd8\x9c\xcd\x93\xf7\xbc\x31\x47\x27\x2f\x73\xf5\x50\xb8\x95\xed\x51\xec\x6a\x54\xc9\xfd\xf8\x69\x0d\x3a\x4c\xcc\x5a\xea\x17\x86\xa0\x07\x94\x40\x0d\x05\xfc\xd8\xd6\x29\x78\xc4\xfb\xa5\x75\x5e\x1d\x2b\x3d\x17\x75\xdd\xb6\x80\xdc\x0a\x93\xba\xa5\x2e\xc3\xaa\x7d\x89\xcb\x9e\x36\x70\xf5\x7a\x9e\x2e\xdc\x0a\x52\x5a\x65\xfa\x25\x09\xad\x47\x47\xdb\x39\x7a\x66\x81\x7a\x14\xc9\xe9\x38\x72\xe9\xa3\x96\xf1\x2b\x98\x3d\x55\xb4\x65\x76\x06\x20\x76\x24\xba\xeb\x16\x6b\x35\xe2\x73\x78\x5a\xcd\xf5\xac\xcb\x91\x4d\x22\xa2\xae\xa7\x70\xd8\xa7\x70\xe9\x36\x60\x2f\xbd\x88\xfa\xd4\x5f\x7d\xd0\xe7\x40\x78\xe6\x67\x6b\x99\xe3\xd3\xe8\xf5\xdb\x9e\x2a\xa2\xd9\xaa\x55\x7b\x7e\x96\x54\xeb\x73\x78\x5a\xd7\xf5\xa5\x4d\xee\xd2\x92\x07\x0f\x1b\x76\x0a\xf7\xca\xbe\xda\xd9\x7a\x0e\x2d\x6d\xb2\x07\xcf\xae\xdb\xfc\xf6\xfc\xb6\xc4\x41\x34\xdf\xbd\x12\x9b\x5b\x96\xc2\xf4\x9c\xe2\xe0\x7c\xd8\x06\xe1\x81\xb5\x8e\x6a\xfd\xbe\xd6\x62\xb1\x95\x1b\xf8\xdd\x08\x8a\xb4\x8d\x6a\xfa\x6a\x4b\xf6\xc2\xe8\x8f\x00\x5e\xc0\x89\x55\x18\xfb\xea\x97\x07\xac\xb8\x1e\xae\xf9\x4f\xdb\x5f\x74\xa9\x43\x92\xf7\x84\xeb\xd3\x32\xc7\xe8\x01\x11\xab\x58\x95\xad\xc3\xbf\xec\x49\xc3\xa5\x8c\xff\xe8\x30\x74\x19\xac\xd1\x1e\xdd\x4d\xfe\xe2\x2e\x8e\xe7\xcf\xe3\xd7\x5d\xf8\x56\x0d\x56\x83\x2f\x01\xb0\xe3\xeb\xdb\xab\x20\xd2\xc0\xcb\x21\xb8\x52\x1f\x21\x1d\x61\x92\xab\x33\xaf\xfd\xaf\x0d\x02\xb3\xb1\x8b\x12\xf4\x6d\x80\x17\xf1\xb8\xd1\x2c\xa5\x7b\x13\x87\xe6\x9c\x81\xd9\x4a\x18\xdd\x75\x85\x19\xbe\x1c\xb2\x02\x85\x62\xb4\xa9\xd6\x4d\xdb\xf1\x79\x5f\x1f\x80\xc3\xda\xed\x03\x44\xff\xe9\x3e\xb4\x5c\x2b\x24\xed\xa7\x82\x96\x3c\x74\xfe\xe8\x37\x52\xba\x08\x78\xc7\x7a\xe8\x0f\x39\x6d\x78\xec\x09\x0d\x0c\xcc\xa2\xbd\x14\xa0\x1e\x7d\x40\x23\x32\x14\x0b\x30\xbc\x68\x6a\x1e\x61\x5f\xd3\x1e\xfe\x12\x43\x9b\xcd\x64\x24\x96\x58\xcd\x84\x97\x66\x30\x27\x7d\x77\xe9\x97\xd6\xea\x40\x34\xaf\x0e\xcd\x6e\x70\x24\x76\x93\x8f\x5f\xbe\x39\x85\x53\x82\x55\x81\x59\x48\x2f\x9c\x0a\x45\xca\xed\xd4\x8d\x32\x7e\xd0\x8e\xcd\x91\x54\x26\xb7\xf0\xc1\xb9\xe0\xf5\xfe\x6f\xc4\x31\x1b\x89\x1f\x3e\x95\xdf\x3c\xc7\x04\xa6\x66\x33\xf9\x92\x1c\x1f\x80\x3a\xde\x99\x9c\xab\xa5\x6a\x77\x11\xe3\xcc\x61\x3c\x41\x06\x1f\xb9\x2d\x8c\x91\xb5\xd9\x86\x7d\xbf\x95\x9a\x50\xdd\x6e\xae\xe6\x5e\xdb\x0e\x03\x41\x2a\x80\x17\xe3\xe8\xe5\x71\xa1\xd2\x1b\xb3\x35\x57\x59\x53\x48\xae\xe8\x53\x99\xaa\xd2\x30\xa7\x8e\xd9\x5d\x5b\xcc\xd5\xfa\x54\xe6\x16\x62\x4c\x44\x2a\x93\x61\x3e\x97\x10\x8f\x0b\x8d\x94\x73\x2e\xef\xce\x72\xf0\xed\xbf\x9b\x94\xcd\x7c\x4c\x3b\x05\xe2\xc5\x7d\x27\x7e\xaa\xf3\xac\x2f\x3f\xc4\xf7\xe4\x57\x25\xcb\xac\x36\xea\x7c\x6e\xa9\x29\x4c\xfc\xf8\xcb\x8b\x64\xef\x47\xc0\x40\xd0\xa6\x86\xc7\x71\x7e\x7d\x36\x3a\xdb\xbf\xfa\xe7\x20\xd9\x4b\x5e\xbf\x0a\x06\xe8\x7a\xbf\x9b\x1c\x1f\xbc\x89\xc7\xf2\x63\xb2\x97\x6c\x7c\x09\x07\xb3\x19\x8e\x60\x33\xec\xf6\x66\xd8\xd7\x4d\xd7\xc1\xe4\x1b\x74\x08\x26\x05\x1b\x9c\x0b\x7d\x63\x50\x8f\xc3\x6e\x85\x8d\x0d\x9f\x81\xb3\x98\x5a\x5a\xd2\xeb\x4c\xd4\xb3\xad\x54\xe6\xc5\xc6\x46\x50\x77\xf2\x32\x6c\xf6\x45\xb2\xed\xc7\xe6\x4f\x6b\xd0\xd4\x6e\xf2\x25\xf9\x58\x36\x73\x78\xbb\x36\x2f\xa7\xbf\xf0\x47\xf2\x8d\x6d\x08\x13\x74\xd1\x92\x6c\x14\xb2\x4e\xf2\x64\x2f\x6c\x20\xf9\xbf\xd0\x9d\x1f\x92\x3c\x79\x13\x0e\xd1\x46\xfc\xdf\x3d\x48\x0b\x4e\x08\xb4\xf8\x31\xff\x25\xd9\xa3\x3d\xb8\xd5\x94\xf9\xfd\x46\x9e\x6c\x83\x5b\xe9\x17\x5b\x13\x38\xe3\x1b\xeb\x45\xb1\xbe\x8c\xf1\x0d\x75\x38\x76\xf7\xb2\x29\x76\xa0\x89\x5f\x5b\xc0\x3a\xde\x64\xf9\xad\xd7\x83\xd8\xfb\x82\x7b\x7d\xab\xe6\x75\x3d\xcc\x6f\xbf\xfd\xc8\xbd\x7d\x03\x51\x1e\x04\x8a\xa2\x50\x77\x07\x5a\x19\xb3\xf7\x05\xee\x91\xe0\xe6\x98\xe7\xe5\xde\x97\xa0\x33\x61\x92\xb8\xa7\x24\xec\x5a\x94\xa4\x6f\xcc\xde\x17\xf8\x09\xa2\x59\xac\x69\xe1\xd9\xde\x97\x8f\xcb\x36\xd8\x2f\x41\x11\xde\x50\x7b\x5f\xf8\xcb\x25\x6e\xfb\x01\x3d\x30\x7a\x3f\xf4\x24\x79\x63\x2a\x51\xfe\xf8\x25\x5c\xa6\xa0\x1f\xbd\x0b\xf6\xed\xcd\x36\x14\x7a\xb8\x12\xda\xaa\x8f\xa9\xe4\xcd\x76\x96\xdf\x52\xc8\x7f\x2f\x95\x8c\xba\x13\xfa\xc3\xa7\xb2\x07\xc8\xe2\xd4\xd0\xf3\x02\x01\xc4\x85\x0f\x34\x9c\x5d\x06\x7b\xbf\x24\x57\xaa\xa9\xa5\xbb\xc4\x10\x9c\x71\xee\xff\x67\xb3\xcf\xb6\xb5\xcd\x12\x6b\x41\x5f\x5b\x48\x52\x6b\x55\x14\x32\xdb\x2f\xa4\xae\xe3\x16\x4c\xad\x45\xd5\xd6\xcd\xfe\xef\x46\xea\xc5\xa5\xd0\x62\x6e\x36\xe1\xb9\xd8\x43\x1c\xde\x66\x72\x0e\x70\x0c\x92\x36\x13\x34\x0b\xa5\xc0\x5b\x54\x2a\x81\x90\x6b\xa2\x31\xf2\xe5\xef\xb6\xb2\x97\xf0\xe2\x82\x89\x1a\xb2\x15\xdb\x31\x37\xe6\xa4\xcc\xf2\x54\xd4\x4a\x7b\x45\xed\xad\x6d\xfc\xcf\x3d\x01\x63\xb6\x7b\xf2\xb7\x3b\x7e\x0c\xef\xf7\x77\x2a\x99\x29\x75\x63\xb6\x39\x3d\x28\x74\x29\xea\xd9\x25\xe0\xf7\x38\x9d\xad\x72\xc0\x3c\xdd\x6e\x65\x8a\xda\x7c\x6b\x6f\xa7\x40\xbd\x1c\x6e\xab\x28\xc7\x40\x35\x3a\x95\xff\xca\xe5\x5d\x90\xcd\x47\x76\x6b\x3b\x94\xb5\xc8\x8b\x50\x67\x3d\x8c\xee\xe6\x1f\x48\xa1\xd3\xd9\x49\x59\x35\x75\xbb\x4c\x90\xd4\x2d\x77\x9c\x17\xb5\xd4\xf0\x68\x30\xa2\x18\xad\xc2\xed\xf4\xa8\x06\xa3\x74\x0d\xb9\xcc\xa6\x45\x4d\xe0\xf3\xed\xe2\xba\xc8\x33\x08\x63\x59\x99\x41\xfc\xa5\x52\xd1\x70\x88\xfd\xfe\xc4\x2b\x9f\x99\xef\x7c\xc0\xbc\x46\x01\xc7\x84\x0a\xfd\x33\x99\xde\x8c\xd5\xfd\x8a\xdd\xc4\x59\xd6\xc3\x63\xec\xd1\x06\xe8\xf9\x69\xce\xec\x3a\xb8\x42\xb0\x5f\xbb\x98\xf6\x11\xc9\x61\xa9\xb5\xbb\xb1\x82\x17\x6c\x0a\x31\x96\x05\x27\x90\x04\x74\xa2\xa5\x99\xc9\x6c\xbf\x0e\xe2\xbf\x05\x8d\xe3\xad\x88\xb3\x4a\xea\x6a\x70\xeb\x7f\x49\x32\x51\x8b\xdd\x76\x97\xbe\xd1\xfd\x6f\x13\xbb\xf7\xf8\x47\x23\x0b\x99\xd6\xb4\x04\x9b\x09\x06\x21\xf0\x0b\x5e\xef\x00\x6e\xde\x40\xcc\x8f\x24\xe6\x75\x45\xed\xb6\x81\x74\x5b\xb0\x1e\xf8\x70\x54\x16\x47\xf1\xe3\xc6\xfa\x3a\xdf\x76\x58\xc1\x17\x9a\xa9\x4d\x9c\x86\x4d\x3b\x49\x70\x9d\xdb\xae\x46\x39\x97\xdf\x9f\xcb\x50\x10\x70\xff\x60\xeb\x7b\xfe\x9c\x5a\x61\x2f\xcb\x3f\x46\x6f\x62\x5b\x5c\x21\xc4\x13\xf6\x28\xf7\xc7\x57\xbf\x6c\xcd\x31\xee\x87\x4e\x5e\xba\x17\xa2\xbc\x84\x4f\x70\x5e\x6a\x93\x1f\xd0\xdc\x80\x70\xd8\x41\xee\x24\x24\x70\x53\x8c\x9c\x30\x56\x14\x33\x28\xba\xdd\xec\x74\x31\x22\x13\x83\xea\xa9\xc7\x3f\x86\xfd\xef\xab\x3e\x1e\x59\x67\x54\xa1\x7b\xc1\xce\xcb\x9c\xcb\x17\x29\xa4\x2d\x7c\x76\xb6\xd6\x46\x0c\x89\xb7\x82\xd4\xfa\x97\x78\x9b\x7c\xc4\x62\xae\xb3\xeb\xf3\xbc\x7c\x69\x91\x81\xf5\xdd\x08\xa9\xf5\xe9\xe2\x3e\x4a\x27\x6c\x96\xd3\x9b\x22\xcf\x76\x71\x80\xb8\x63\xf1\x66\x72\xc5\x27\x79\x99\xbd\x44\x76\x4d\x55\xe5\xe5\x74\x7d\x37\xb1\x51\x17\x3e\xa6\x53\xc0\x42\x31\x78\x6a\x92\x40\xa0\x2d\x11\x43\xc5\x56\x11\x9f\xf7\x65\x21\x6f\x65\xb1\xbe\x9b\xf8\xa8\x53\x1b\x13\x16\x60\xd2\xcf\xc8\x1a\xae\x5c\x08\xd2\xd6\x0f\xee\x60\xd6\x81\x08\x27\x28\xb8\x95\x37\xa2\x4b\x39\xdc\x67\x9b\x5c\xce\x4f\xdc\xea\x72\xb4\x81\xa8\x1c\x4e\x68\x58\x22\xba\xf1\xd7\xd7\x5d\x03\x3d\x53\x1b\x16\x0b\x71\x03\xe6\x81\xf8\xa2\xdd\x49\x7e\x6c\xd9\x9e\xd9\x5e\x3a\xbe\x57\x58\xea\x5b\x6b\x0f\xb6\xd7\x13\x00\x5e\xfb\xea\x8b\xa0\x1e\x69\xcf\xfe\xb8\xd1\xbb\x15\x22\x40\xda\xda\x5e\x7c\x61\x42\x0b\x3d\x29\xcb\x9a\xe9\xee\xd1\xa8\x95\xd6\x06\x83\xfa\x0f\xe2\xb8\xa8\x66\xa4\x45\x7f\xdc\xe8\xdb\x98\xab\x2a\x06\x3c\xa2\xaf\x76\x48\xe8\xbd\x19\xfa\x9a\xd8\xaa\x15\x6e\x23\x76\xf2\x43\xad\x05\x07\x17\x1a\x09\x30\x98\xde\xba\xdb\x07\x3d\x5e\xd8\xb1\xc7\x3c\xda\x37\x89\xc7\x5d\x36\x5a\xf7\x54\xef\x7a\xbd\x08\x80\xd8\xaa\x7c\xbf\x84\xa3\x99\x84\x08\x50\xb7\x0b\x31\xca\xe4\xba\x11\x0c\x29\x6c\x35\x88\x5e\xde\x48\xff\x58\x7b\x71\xb1\x0d\x3f\x39\x9b\xad\x9e\xda\x66\xe3\x98\xcd\x60\x2a\x5b\x00\xdc\xc8\xda\xa2\xb0\x74\xb3\x74\x58\x1d\xbb\x28\x6a\xf1\x57\x23\x83\xb9\x8d\x5e\x90\x0f\xc5\x3f\x3a\x93\xec\x18\x6c\x61\xe2\x6b\x4e\x64\x75\xb8\x76\x77\x3a\x08\xf1\x5e\xb2\x11\x60\x33\x8c\x78\x3d\xa6\x6b\x08\xfc\x42\x54\x28\x6a\x3a\x69\x35\x17\x36\xd3\xd7\x39\x26\x8b\xfd\xd1\x71\x38\xaa\x9d\x3a\xb0\x38\xdf\x4d\x80\x32\x1c\x42\x20\x79\x9e\xbc\x1f\x9e\x9d\xc2\x30\x88\xbb\xfa\x22\xee\x70\x1b\x4a\x51\x2d\x5b\xa9\xad\x58\xba\xe7\x28\xc1\x24\x20\x4e\x09\xd4\xfd\xa0\x73\xad\x63\xca\x6b\x98\xec\x25\x95\xd0\x46\x9e\x94\x75\xfb\x24\x43\xb7\x3c\xa6\xd0\x9d\xbe\x25\x90\x3d\xee\x48\xc0\x7e\x7f\xc4\xcd\xb9\xd9\x83\xa2\x74\x81\x51\xbb\xa7\xcb\x14\x1d\xff\x77\xba\xfc\xea\x91\x9d\x7c\xf5\x22\xe2\xcb\x3e\xb0\x55\xdc\x5e\xe6\x7d\xb2\x6a\x67\xd8\xf5\x6e\x5f\x4d\x2f\x1e\x18\x77\xcf\x48\xdc\xca\xd3\xf8\x91\xe9\xfd\xc8\xe1\xf5\x17\x7e\x11\xe3\x8b\x4b\x2e\x92\xb8\x4c\x74\x94\xec\xd0\xa4\xd6\x2f\x18\xd5\x7c\xd3\x65\x6e\xa4\xaa\x50\x7a\xef\xd3\x5a\x66\x67\x50\x7f\x5a\xfb\xf1\x8b\xd4\x3a\xb8\x72\xbe\xbd\xd9\xee\x14\xfa\xb1\x9f\x57\xe7\x78\x40\x5f\x3a\x84\x46\xf2\x0f\xce\x15\xe7\x84\x50\x1b\x08\x7d\x8a\x04\x46\x9e\x53\xb6\xf1\x85\xf6\x56\xf2\x6d\x37\xe4\x0c\xbd\x69\xaf\xee\x8f\x01\xbc\x8a\xc9\xb1\x78\xae\xbe\x75\x5a\x2a\xf2\xf4\x66\xef\x0b\x5d\x7b\x5d\xf0\x18\x01\xad\x56\xe9\x98\x09\xd8\xbe\x6c\xa3\xcc\xdb\xf1\xf8\xfb\xb9\x7c\x63\xcf\x53\xf8\xf6\x63\xdc\xd4\x1b\x06\x85\x71\x74\x92\xe4\xd9\xde\xa7\xb5\x10\xb7\x7c\x09\xb5\xbc\x4c\x39\xff\x5a\xbb\x44\xef\xec\xb6\xc9\x33\xfe\xd7\x77\x14\xfc\xbf\x3e\xa4\x76\x29\x2c\xe0\x7f\xdf\xda\x0f\x5d\x27\x0c\xab\x7b\x30\x86\x25\x00\x3b\xa8\xed\x5b\x3b\x86\x56\xe5\x00\x4b\xec\x7d\xe9\xc5\x44\x5a\xa5\x7e\x6c\x57\x72\x54\x8a\x71\x21\x01\x8b\xc9\xcb\x69\x12\x0c\x91\xc8\xdb\xd6\xf2\x38\x5e\x49\x7b\xdd\x7a\xf9\x44\x4b\x16\xb1\x05\x58\x57\xac\x61\x77\x8c\x71\x03\x9d\x49\x71\x00\x93\xaa\xec\x2e\xfe\xf2\xdb\x97\xd6\xa0\xbd\xfb\x7d\xa5\x70\x50\xfe\xe0\x61\xed\xd9\x57\x4b\x80\x3b\x77\xe3\xf1\x5b\x80\x0e\x66\xdf\xbd\xdc\x2a\xd2\x3a\x9e\x01\x43\x9b\x62\xfa\x0f\x6c\xca\x72\xc6\xce\x71\xed\xcf\x6f\x09\xc8\x76\xd6\xa5\x99\x0d\x30\x40\x4d\x37\x7f\x92\x7c\xb9\x00\xbd\x82\xad\x1b\xb9\x30\x1b\x5d\x14\xf7\xc5\x52\x30\xec\xff\x3d\x54\xc3\x5c\x54\x1b\x1b\x15\xb2\x6d\x7a\x2b\x48\x92\x37\x9e\x45\xdb\x9f\x01\xe4\xe9\x7b\x5f\xaa\x9b\xce\x02\xb9\x85\x12\xb5\xe0\xdd\x1b\xb6\xff\xb1\xba\xf9\x65\x69\xa1\x3a\xaf\x0b\xb9\xb2\xda\x80\x93\xb7\xf7\x25\x08\x2c\x2d\x10\x70\x04\xf6\xbe\x04\x8c\x95\xd5\x05\x90\x15\x40\x05\x3a\x92\xa3\xf8\x5f\x70\x3b\x44\x57\xc5\xd2\x02\xad\x5d\xdb\xd9\xc6\x4b\x0a\x6e\xf7\x6c\x97\x24\x89\xd5\x49\x29\x2e\xd9\xed\x5f\xd9\x37\xed\xdd\x1f\x24\xcd\xbe\xfb\xf1\x5c\x11\x03\x36\x39\x56\x4d\x99\xfd\xe5\xcd\xf6\xec\xbb\xde\xec\xdd\x63\x44\x0d\x77\xba\xde\x9f\xd3\xcb\x72\xbb\x75\x44\x0b\xd6\x2f\xd4\x8b\xb2\xf2\x52\xf5\x0b\xf9\xf8\x5f\xb0\xf2\x0f\x6d\x83\x60\xcd\x1f\xda\x00\xfe\xc2\x0d\xa8\xc1\x4e\xbe\xf6\xc2\xf5\xcd\xc9\x9b\x48\xfa\xb1\x74\x97\xe3\x66\xe3\x38\x3a\x57\xdf\x1e\x00\x72\x6f\x7c\x72\x6b\x67\xac\x40\x21\xef\x84\x2e\x41\xe5\xd6\xee\x0a\xbc\x18\x93\x89\xdd\x15\x5b\x7d\x38\xa4\xab\x9f\x06\x4f\x4d\x7a\x49\x61\xc8\xde\xff\xa9\x47\xf4\xb5\xd7\x27\x10\xdb\x88\xc4\x01\x2f\x5a\xba\x0d\x98\xd8\x52\x6c\xf8\xc7\x23\xc4\x0b\x20\x57\xe8\x93\x27\x3e\xef\x88\xc4\x9e\x87\xad\x90\xc8\xa1\x72\x79\x92\xbd\x64\x7d\x1d\xa5\xc2\xf6\x73\x5a\xa8\xb1\x28\xd6\xbb\xe2\x88\x2f\x89\x96\xa6\x52\xa5\x91\xc0\x09\x56\x7a\x33\xc9\xcd\xa9\x12\x19\x4b\xfa\x59\x38\xf7\x26\x96\x72\xfc\x48\x4b\xf5\xeb\xb3\x2f\xbe\xd1\x6f\xdb\xa2\xca\xb7\x6f\x5f\x93\xa0\xe8\x19\x6c\xd1\xe4\x1f\xc9\xfa\x3f\xec\xc7\xde\x7a\xf2\x7f\xb1\x43\xbb\xc9\xfa\xfa\xb7\x5f\x79\x15\x7c\x57\x0c\xcc\xf1\xae\xeb\x12\xce\x39\x74\x83\xa3\x82\xfc\x63\x91\x5d\x51\x6c\x90\x81\xca\xfc\x65\x6f\x2f\x59\x37\x4d\x9a\x4a\x63\xd6\x93\xe7\xcf\xfb\xd3\xe1\x9d\x88\x89\x1d\x9e\x45\x23\xfb\xa9\x8d\xa5\x1b\x83\x37\x16\x5e\x27\x5c\xff\x96\x0d\xba\x73\x06\x53\xba\xf7\x25\xec\xea\x3f\x92\x52\xde\x25\x47\x36\x61\x23\xee\x94\x3d\x01\x50\xc0\x15\x77\x4b\xb1\xf7\xc5\x7d\x52\x62\x7b\x17\xb7\xe4\xdd\xd8\xeb\x7e\x61\xf7\xf1\xc1\x0a\x61\xb6\x57\xe8\x7e\x40\x1c\x0d\xbb\x54\x6f\x26\x57\x32\xcb\xb5\xb4\x35\xe3\x26\x7b\x9f\x9b\x5a\xe9\xc5\x23\x24\xe0\x9e\x93\xce\x0e\xbb\x1f\x23\x9f\x06\x3e\x5a\x96\x8b\x20\xe7\xdc\x86\x71\xf9\x5c\xe5\x70\xf8\xc1\x94\xa4\x9c\xe4\xd3\xcd\xe4\xb8\x10\x53\xb3\x99\x5c\x35\x85\x34\x9b\xc9\x40\xea\xdb\x3c\x95\x87\xb9\x49\x2d\x96\xbd\xd8\x4c\x70\x09\x36\x13\x64\xf2\xd8\x8f\xc1\xe1\x5b\x8e\xbc\x14\xa5\x2c\xec\xde\xdf\x4c\xce\x55\x0d\x37\x50\xe8\xba\x4c\x4c\xa5\x79\x58\x78\xfd\xa0\xd4\x7a\x38\x13\xa5\x32\xad\x83\xef\x0a\x43\x22\xd5\xd1\x97\x33\xa8\xe8\x5c\xdc\xe6\x53\xf4\xe5\xd4\x2a\x7e\x2e\x6e\xc7\x22\x5e\x85\x41\xad\xb4\x9d\x12\xd8\x91\x6f\xed\xd0\x84\x9d\x0f\xba\x6d\xbf\xb5\x6b\x68\x0f\xf6\x4b\x32\x9c\xc9\xb9\x24\xf7\xd7\x9b\x49\x6d\x43\xf8\x0c\x02\x7c\x0e\x64\x5d\x23\x2c\xf1\x66\x59\x90\xd5\x8e\xc2\x17\xec\xd6\x48\xe5\x4f\x55\x2a\x0a\xdb\x47\x31\x95\xff\x94\x8b\xa0\x1e\xc8\xd5\x56\x34\x08\xb3\x87\xa2\x6d\x56\x34\x08\xd3\x43\x85\x35\x3a\x37\x04\x7a\xed\x96\x01\x05\x28\x27\x97\x5e\xa2\x06\x65\xcf\x20\xec\xd3\xdd\x64\x7d\x7b\xaa\x45\x35\x43\xa7\xd7\xba\x29\xa4\x8d\x12\xb0\x0b\x31\x6e\xdc\xa4\x37\xb2\xb6\xb1\x08\x1e\x31\x96\x10\x2c\x1b\x5d\x28\x91\xc9\x0c\xa3\xed\x19\x92\x71\x64\x78\x5b\xed\x57\x15\x5c\x15\xdd\x4b\xa1\x6f\x6b\x74\x6e\x07\x3b\xb7\x51\xb6\x1e\x39\x75\x63\xa4\xa6\x85\x30\xb2\xbe\xe6\x10\xb1\xfc\xc3\x79\x7c\x13\x2e\xf4\x8f\x1b\x7d\xcb\xb6\x99\xac\x8b\xa6\x56\xeb\x21\xbc\x1f\x6b\x75\x67\xa4\x7e\x2f\x0c\x54\xec\x78\xe4\x59\x2e\x36\xd6\xc1\xfb\x8c\xd4\xe6\x25\x5c\xfa\x2f\x4d\x6a\xb3\xbc\xe8\x2b\xff\x93\x28\x6b\x73\x28\xf4\x0d\xd4\xf2\x70\x25\xbb\x49\x26\xf4\xcd\x0b\x27\x1a\x2f\x64\x8d\x3b\x6d\xd7\xef\xdd\x1f\x98\xa9\xe5\x26\x01\x2f\x0c\x1c\x83\x53\x49\xf5\x0d\x62\xa6\xd0\x13\x4b\x2b\x4f\x67\xb0\xff\x48\x36\xfa\x07\xf0\x8f\x64\xdd\x76\x70\xdd\xde\x92\x05\xf8\x3e\x7b\xe1\x3f\x7b\x9c\xa1\xf0\x3d\x15\x9e\x26\xf7\x02\x02\x5f\x24\xb7\x48\x94\x7e\x89\x46\x0a\xca\x4d\xfa\x12\xe6\x48\x96\xa9\xdc\x4d\xe2\x35\x1f\x62\xde\x8d\x7a\x37\x3a\xca\xcc\xb4\x72\x5b\x62\xa3\x7e\xe1\xc8\x61\xaf\x9f\x85\xa3\x09\x94\xcc\x22\x00\x13\xe2\x80\x1e\x5c\x85\xa8\xa2\xdf\xad\x7b\x21\x8a\x11\x66\x69\x6d\xe2\xbd\x2f\xad\x88\x28\x73\x78\xc2\xf7\xbe\x74\xcf\xfb\xc7\x56\xe1\x90\x14\x0c\x91\xd8\x37\xfe\x86\x9c\x14\x4d\x9e\xa1\x92\x8c\x9d\xdb\x4a\x64\xf6\x82\x06\xef\xc9\xff\xf1\x2a\xf9\x16\x13\xd1\x6f\x7a\xae\x3b\xb8\x1a\xe9\xc2\xdc\xfb\x12\xdd\x9f\x1d\xe2\x1e\xef\xdb\x64\x2c\x8c\xb4\xd3\xb1\xf7\x25\x46\xbd\x7e\xed\x21\xf1\xf9\x6a\x06\x30\xb8\xf7\x69\x6d\xfb\xd3\x5a\x52\xab\x76\xc9\x67\x8f\x9a\x8c\x5f\x11\x95\xef\xb4\xe1\xae\x46\x58\x30\xdb\x08\x80\xc1\x4f\x6b\xcb\x16\xb0\x87\x58\x7c\x83\x97\xb5\xab\x01\xa1\xe6\xd3\xaa\xc0\x7e\xbb\x2a\x52\x08\x3e\xad\x0a\x40\x11\x5c\x0d\x13\x1b\x7a\x5a\x05\x80\x5c\xb8\x0a\xec\x1d\xf0\xc4\x0a\xda\x68\x89\xab\xcb\x60\xc2\xcb\x8c\x53\x9e\x58\x2f\x22\xbd\xae\x36\x08\x3e\xad\x0a\x8f\x0e\xb9\x6a\x6a\x93\x8d\x5f\xfe\xa1\xba\x10\xc7\xf2\x15\x61\xf8\xa9\x63\xb2\x78\x4b\x30\x26\x1b\x7c\x5a\x15\x84\xe3\x70\x15\xc4\x63\xfd\x33\x55\xe0\x6d\xbd\xa2\x0a\x20\x84\x3e\xad\xb9\x7c\x3d\x55\x3a\x0c\x73\x59\x1d\x8c\xe3\x3f\x1d\xa2\xf5\xd0\xfb\x08\x56\x5a\x44\x7a\x17\x54\x45\x34\xbb\x83\x80\x81\x36\x6e\x1f\x74\x7f\xb3\xdd\x7b\x29\xad\xa6\x5c\xf6\xab\x2a\x22\x5b\xd6\xb7\xb6\x11\x30\x86\x58\xe7\x2a\x37\x00\x90\x76\x78\x71\x16\x26\xbf\xcc\xd4\x3c\xc8\xb2\x5f\x79\x2f\x01\xfb\x55\x48\xd7\x00\xa2\x6b\x2f\xe8\x6d\x51\x55\x5b\x26\xd6\x71\xf4\x89\x70\x1b\x2f\x4f\xb6\x17\x78\x4f\xea\x44\x95\xb5\xd9\x4e\x55\x96\xa7\xaa\xdc\xaa\xeb\x49\x84\xbd\xe6\xe6\x52\x4b\x03\xc8\x98\xeb\x5c\x53\x93\x6a\xe9\xa7\x72\x7b\x3b\x39\x94\x69\x21\xb4\xcc\xb6\xf9\x71\x9e\xbc\x4c\xaa\x66\x5c\xe4\x29\x99\x73\xcc\xea\x79\xb1\x49\xc6\xd5\x5a\x82\x89\x5b\x96\x8c\x17\xc9\xa5\x56\x73\x59\xcf\x64\x63\x92\xbb\x99\x2c\x13\x00\x27\xe5\x34\x19\x37\x65\x56\xc8\xad\x4f\x65\x86\x35\x13\x66\xf5\xee\xf4\xe2\xed\xfe\xe9\xe8\x72\x7f\xf8\x7e\x74\x79\x75\x74\x7c\xf2\x73\xc0\xba\x88\xb3\x0e\xdf\xef\x9f\x5f\x0c\x46\x07\x17\x67\x97\x17\xe7\x47\xe7\xc3\x20\xe3\xa7\xd2\xa2\x56\x15\xb3\x23\xba\x95\xda\xc1\x4f\x92\x8d\x6e\x02\x3a\xa3\xfb\x12\xf1\x33\xbe\x7d\x5b\x4f\xbe\x7e\xed\xa9\x05\x33\x6f\x43\xea\x5f\xdc\x1c\xf6\xd4\xca\x06\x97\xdb\xdb\xc9\x51\x5e\xcf\xa4\x4e\xee\x64\x62\x47\xa2\x9b\xb2\xb4\xb3\x51\xcf\x64\x22\xaa\x2a\x51\x4d\x6d\xf2\x4c\x26\x6a\x12\x4c\xdc\x66\x62\x14\xe4\x80\x59\x9d\xa9\xc2\xde\xdf\x38\xd3\x79\x49\xd5\xda\x64\xbf\x10\x49\x96\x67\xe5\x7a\x9d\x4c\x65\xed\x16\x63\x33\x51\xd0\xec\x4c\xdc\xca\x44\x40\xb7\x2b\xc2\xc8\xef\x66\x79\x3a\x83\x2e\x15\x46\x25\xa5\x94\x59\x52\x2b\xaa\xb8\x54\x7a\x2e\x8a\xfc\xb3\x4c\x6a\x95\xac\xaf\xdb\xbf\x73\x71\x03\x6b\x90\x8a\x5a\x96\x80\x3c\x99\xe4\x4e\xe9\x9b\x84\xfc\x36\x4a\x93\x14\xf9\x8d\x4c\xd6\xb7\x27\x4a\x6d\x8f\x85\xde\x5e\x4f\x44\xa1\xa5\xc8\x16\xb6\x47\xbe\xc7\xb9\x4e\x6a\x2d\xf2\xc2\xce\x80\x29\x84\x99\xc1\x0a\x56\x55\x7b\xe7\xbc\xd8\xb2\x65\x2a\xcf\x5d\x42\x36\x16\xa2\xcf\x31\x31\xb1\xd7\xd9\x16\xb4\xd4\xed\x68\x5c\x3b\x58\xba\xfe\xa4\x2f\x5f\x92\xad\x80\x48\xf9\xc6\xc8\x77\xb7\xc5\x75\x20\xc3\xd6\x99\xb7\xc6\x40\x60\x8b\x8c\xe6\xde\xd8\x23\x1f\x01\x54\x02\xa6\x0f\xe2\x90\xc9\xf6\x8f\x9b\x49\x46\x0f\x29\x6d\x4d\x25\xcb\x93\xde\x2e\x4e\xb2\x8d\x75\xad\x54\xbd\x0e\x02\xf4\xb5\x5f\x36\xd7\x4a\x31\x97\x66\x6d\xf7\xe3\x1a\xaa\x48\xaf\x6d\xae\x21\x70\x33\x6b\x9b\x6b\x42\xeb\xb5\xcd\xb5\x42\x96\xf8\x77\x5a\xcf\x2c\x8c\xc3\x84\x9d\xb5\xcd\x35\x30\x10\x5e\xdb\x5c\x1b\x8d\xa4\x39\xe3\xe2\x64\x37\x8c\xb9\xc4\xe2\x34\xbf\x91\x43\xc5\x51\x46\x16\x93\xb5\xcd\xb5\x2b\xc6\xdf\x01\x04\xdb\xac\x66\x51\xa6\xef\xf0\x19\x20\xa5\x07\xb5\xac\xd6\x36\xd7\xa6\xd0\xb0\x96\x46\x15\xb7\x12\xbe\x7e\x93\x69\x6d\xdb\x2b\xe5\x3d\xfc\xd6\x33\xad\xee\xd6\x36\xd7\x6e\x24\xb6\x37\xb5\xed\x97\x13\x05\x0f\x07\x15\x0d\x8c\x86\x5a\xc8\x54\x69\x83\x76\x73\xe4\xc6\x7e\xd5\x33\xa8\x7e\x52\xc2\x77\x8e\xe3\x9d\xd2\x0f\xfa\xe4\xb0\xdf\x55\x55\x2c\xb0\x9a\xb5\xcd\x35\xf7\xc6\x18\xb4\x63\x6a\x51\xa6\xb6\xaa\x03\x0b\x57\x74\x93\xd6\xd0\xd2\x70\x51\xb9\x71\x19\x69\xc9\xd9\x5a\xd5\x8b\x4a\x5e\x4c\x60\x76\xce\xc1\x7b\xed\x95\x9c\x14\x32\xad\x5d\x49\x3b\x9a\x34\x08\xa0\x4b\x49\x5b\x77\x21\x8c\xc1\x29\x2b\x70\xf4\x61\x36\xb1\xb6\xb9\x56\x35\xc6\xae\xcb\x31\x99\xf7\xad\x6d\xae\x8d\xf3\xd2\xf6\xb0\xe2\x96\x6d\xe5\x91\x27\x8d\x5c\xda\x2a\x11\x87\xc1\x8c\x95\x8d\xc8\xc8\xbd\x0b\x74\x5d\x96\xcd\x5c\x6a\x31\x86\x45\x45\xdc\xb4\xe1\xe0\x9d\xce\x6b\xfa\x44\xf9\x18\x14\x0e\x5d\x75\x70\xf3\x97\x54\xb5\xc5\xb9\xf2\x94\x43\x4d\x49\xef\x35\xca\xec\xa4\xc6\x46\xfc\x1e\xb1\xab\x07\xf6\x49\xfb\xbc\x7f\xec\xbc\xd9\x26\x06\x8b\xf9\x58\x15\x10\xc2\x8d\x62\x87\x6d\x2b\x5f\xdb\x5c\xb3\xe3\x86\x81\xda\x3f\x76\xa6\x11\x00\xd9\x43\x51\x48\x9a\x97\x2c\xcf\x8e\x60\x1d\x53\x51\x14\xd0\x29\xd8\x67\xbc\x9b\xe4\x0e\x6c\xba\xd6\x8a\x55\xca\xa0\xf1\xad\x5f\xe4\x2b\x20\x63\xd7\x36\xd7\xe8\x1d\xbc\xb5\xcd\xb5\x99\x58\xbe\xb0\x5a\x9a\xa6\x80\xfe\x37\x95\xb4\xcd\x9f\xcb\xbb\x21\xcf\x7d\x1a\xed\x1d\x35\xfe\xcd\xf6\xcb\xe6\xb3\x73\xf5\x56\xc0\x56\x1d\x61\x56\xbf\x58\x34\xc3\x5a\xa6\x32\xbf\x85\x2a\xc7\x98\xd3\xae\x20\xe6\xbc\xb8\x2b\x79\x2d\x0e\xc3\x65\x1d\x75\x06\x38\x1a\xc1\x4a\x8d\x46\xd0\xf2\x98\x37\x1c\x74\x82\x03\x68\x99\x6b\xf7\x0c\x69\xbf\xc0\x01\xc8\xe4\x3d\xd4\x60\x66\x62\x8e\x67\xeb\xde\x76\x8b\xd4\x6c\xf9\x10\xe2\xbe\xaf\xa1\x9b\x16\x49\xb0\x4d\x5a\x20\x32\xb2\x15\x8f\x10\xc6\x8c\x4a\xd8\xa3\x76\x06\xee\xca\x7f\xca\x85\xc1\xb9\xc0\x9d\xe5\x77\xe2\x45\x09\x87\xf1\x06\x33\xc4\xa3\xc4\xcd\x01\x3d\x77\x5f\x28\x30\xc5\x28\xfb\x17\xe4\xb0\x36\x1e\x55\xee\x57\xcc\x94\x69\xef\x68\x3c\x32\x4b\x7c\x35\x9c\x2a\x65\x10\x74\xa6\x45\x93\xc1\x86\xc0\xb6\xb0\x53\x34\x20\x5e\xb9\x13\x73\x14\x9e\x2d\xcc\x49\x79\xc8\xe3\x2d\x80\x44\x23\x75\x3d\x9c\xe5\xe6\xa4\xcc\xeb\x1c\xee\xd2\x0c\xa6\xad\xb3\x43\x19\xd6\xda\x7e\xbd\x57\x05\xf4\x34\x8f\xcf\xd5\x69\x3e\x87\x23\x54\xaa\x92\x4f\xdc\x95\x34\x35\xee\xdc\x60\x06\xc2\xaa\x54\x53\x2f\xa9\x2d\xae\x08\xcd\xf6\xd7\x36\xd7\xe6\x79\x79\x0a\x40\xd5\x14\x39\xcc\xb3\xbd\x5c\xec\xa6\xc1\x96\x18\xf6\x05\x90\x6a\x74\xa7\x45\x85\xb1\x7c\x38\x46\xa9\x48\x67\xb6\xd4\x99\xa8\xb0\x7b\x08\x47\xd7\x36\xd7\xc8\x12\xdb\x02\xa0\xbc\xcc\x00\xf2\xff\x06\x78\xbf\x9d\x84\x42\xc1\xe9\x28\x9a\x69\x5e\x42\x97\x4b\x18\x70\xaa\x95\x31\x33\x91\xdb\x52\xf7\x6b\x9b\x6b\x36\xaf\x25\x80\x60\x2e\xc9\x1e\xff\xa2\xb1\x39\xdd\x0b\xb0\x99\x16\x77\xa8\x08\xb3\xf0\x79\xce\x14\xdc\x41\x53\x59\x0f\x40\x5a\x88\xfd\xc7\x27\x80\xa0\xb3\x70\x39\xce\xc5\x3d\xce\x83\xed\x8a\x98\xca\x9f\xe1\xe6\x9c\xd4\xd0\xe5\x0c\xb2\xd8\xe8\x0f\x70\x92\x60\x78\xd2\xa2\xe5\x38\xc2\x83\xa0\xab\x95\x82\x1d\xb3\x63\x4f\x73\x5a\x48\xa1\xc3\x44\xdb\xff\x30\xdc\x94\xed\x18\x60\x1e\xd3\x4d\x00\xba\x25\x36\x00\x0f\xcb\xbe\x07\x34\x90\x76\x7e\x05\x48\x98\xed\xb1\xca\x24\xfc\x34\x46\x2a\x98\x0d\xf8\x9c\xe3\xa0\xe3\x09\x49\x6b\x3b\xc6\x94\xe6\xfc\x82\x67\xc0\xc2\x95\x30\x6c\x04\x94\x05\xdf\xb9\x05\x02\x0f\x91\x59\xe8\x56\xe4\xa5\xfc\x89\x26\xc3\xd4\x5a\xdd\xa0\x4d\x3b\xc0\xc2\x02\x60\x94\xcd\xf1\x5f\x0a\x26\x71\x2c\xa7\x79\x79\x89\x93\x6b\xbb\x61\x27\x74\x52\x28\xc8\x66\x7b\x37\x54\x94\x1f\x3e\x6c\x8e\x0f\xae\x5a\x04\xbd\x96\xc8\x06\x18\xd5\xd4\x99\xba\x2b\x61\xba\xe8\x82\x54\x6e\xfc\xb7\x52\x1b\x5c\xd1\x67\xb0\x8a\x58\xd8\x8e\xca\xf6\x01\xba\x6e\x0b\xd8\xff\xd3\x99\xd0\xfb\xb5\xbb\x60\xf2\xcf\x50\x7b\x2a\x60\x04\xbf\x61\xaf\xd3\x42\xcc\x2b\x58\x6b\xd4\x5d\x84\x28\x44\x40\xc0\x3b\x2e\x82\xb5\x42\x5a\xa0\x94\x02\x80\xad\xd5\xa9\xba\x93\xfa\x00\xc1\x78\xc5\xb7\x7f\xa9\x32\xe0\xee\x72\x5d\x38\x36\x1c\x98\xed\x28\x54\x28\x53\x4e\x3e\x2e\x94\xa0\xad\x3c\x87\x7d\xa2\x6e\x9a\xea\xc0\xce\x2a\xe0\x32\xbf\x37\x16\x5f\x10\x9f\x1b\x98\x91\xb1\xcc\xa7\xf0\x5b\x88\xf4\x06\x7e\x01\x61\x1a\x6b\x9c\xa5\x74\x01\x20\xdc\xd2\x85\x94\x62\x3f\x83\xd8\xa9\x06\xac\x8b\x3e\x25\x47\xdf\xcc\xc4\x4d\x4e\xdf\x73\x31\x95\x65\x2d\x28\xa4\x8a\xfc\x56\x86\x59\x95\x16\xe5\x54\xba\x40\x3a\xcb\x33\x0a\x68\xc9\x5f\x46\x14\x73\xc5\x05\x6e\x73\x55\xc0\xe6\x9a\x34\xe9\xcc\xe4\xb6\xe2\xa9\x2a\x6c\x56\xae\x36\x2f\xb3\x7c\x6a\xb7\x02\x77\x03\xc8\x5e\x1a\x00\x7c\xd3\x08\xe0\x9b\x4b\x71\x60\xc1\xdf\x55\x5e\xde\xf0\xf7\x42\x5a\x64\x04\x42\xb0\x10\x7e\x50\x73\xa1\x15\xf4\xad\x14\xb7\x00\x2a\xec\x00\xed\x2f\x8f\x8b\xaa\xa9\x1a\x5d\xc1\xf6\x70\xfd\xc7\xf1\x99\xbc\xc0\xdb\xfb\x6e\x96\xc3\x01\x71\x4d\x1d\x88\xf2\x16\x00\x5f\x0a\xf7\x98\xd3\x9f\xa2\x6d\x83\x9b\x83\x7d\x2b\x03\x76\x8b\xc8\xbe\xbb\xaa\x8f\x7c\x2e\x56\x98\x02\x04\x48\x3b\xd0\x55\x29\x74\x69\x8d\x48\xae\x2c\x33\x38\x41\xf4\x14\x33\x62\x44\xef\x46\xb7\xf3\x02\xbb\x72\x26\x4a\x31\x85\xf6\x19\xb5\xb5\xf0\x35\x68\xc5\x15\xca\xe4\x6d\x9e\xca\xcb\xfc\x5e\x16\x57\x96\xc8\x03\xe4\x24\xbd\xc9\xcb\x29\xb0\xbf\x38\xee\x4e\x8e\x6f\xf2\xfa\x6d\x90\x12\x15\x99\xab\xcf\xcb\xd3\xcc\xd2\x24\xb5\x34\x65\xbc\x2c\xa1\x0a\x03\x5a\x1a\x3c\xd0\x76\x30\x07\xc1\xac\xd7\x4c\x71\xd8\x78\xba\xa0\x20\x30\xc8\x3f\x4b\x8e\x98\x14\xaa\x1e\xb6\xe2\x2e\xf9\x5e\x72\x24\x38\xec\xe5\x5a\x8c\x3c\x00\x02\xcc\x4b\x6a\x44\x31\x52\x3e\xae\x85\x9c\x4a\x00\x53\x66\x06\x7b\xa2\x54\x07\xaa\x68\xe6\x00\xaf\xc0\x78\xc4\x79\x11\xe1\x88\xb7\xea\xfe\xad\xd2\x99\xd4\x07\x04\x48\xe7\x42\x4f\x11\x8c\x8a\xf4\x66\xaa\x55\x53\x66\x9c\xe4\x63\x2e\x2a\x91\xe6\x70\xf3\x1b\xc0\xc8\xed\x45\x29\xee\x81\x20\x9a\x28\x58\xdc\x3a\x4f\x6f\xb8\x1c\xc0\xf3\x89\xd2\x73\xd8\x02\x16\x6e\xca\x61\x10\x25\x9a\x5a\x01\x30\x3c\xe3\xa6\x6d\x61\x43\xbf\x9d\x1e\xf3\x3d\x00\x81\xf7\x7c\x17\x6a\x69\xa4\xbe\x95\x83\x4a\x00\x16\x61\x4b\x9e\x32\xf9\x09\x7e\xe3\x87\x39\xe9\x37\xec\x63\x3f\x6d\x8e\x43\x99\xe6\x73\x51\x70\x70\x80\xeb\x08\xc6\x8f\x2e\xb4\xa0\x71\xdd\x8b\x7b\x98\xeb\x05\xfd\xe2\x3b\x80\xb6\x65\x91\xe5\x0d\x61\x8e\x05\xfd\xf0\xc8\x0d\x53\x1f\xf6\xba\x31\x44\x3e\xc0\x25\x2b\x34\xfd\xf0\x70\xa0\x93\x70\x0d\xeb\xfc\xb3\xdd\x45\xb6\xd8\x67\xa9\x15\x22\xcb\x99\xba\xa3\x0e\xcd\xf2\xe9\x0c\x80\x0c\x37\x32\xd5\x00\x03\xc5\x58\xdd\xca\x43\x01\x50\x66\x1c\x2d\x29\xcc\x94\x9b\x5c\xb8\xd2\x07\x78\xa6\xdd\xf4\xd9\x41\xba\x1c\x58\x9a\x3b\x36\xcf\x4b\xdc\x21\x2e\x7d\x2e\xb4\x3d\x17\x26\xf8\x0c\x76\x0f\x84\x4f\x83\x0b\x3b\x2d\xf2\xf4\x86\x10\x57\x78\x18\x8c\xbe\xed\xba\xbf\xe7\xc1\x30\xfa\xb0\x9f\x02\x45\xc4\x73\x0a\xca\x46\x82\xe1\x8f\x0e\xf1\x2c\x70\xe4\x7b\x0b\xd3\x64\x1a\x50\x48\xb2\xa7\xc3\xe3\x60\x88\x73\x68\xaa\x1c\xdf\x94\x24\x04\x84\x7b\x66\xbf\xdd\x14\x54\x5a\xa5\xd2\x18\x8f\xe0\x50\xc4\x95\xb8\xa3\x59\xa5\x08\x1b\x72\xab\xcf\xa5\x18\x85\x71\x85\xe8\x96\xd2\xe2\xee\xad\x3b\x36\x14\x31\xe0\x73\x6b\x03\x74\x1d\x37\xb5\x7c\x4f\x08\x98\x45\xc4\x10\x3c\xa6\x82\xd0\x3c\xea\x00\xba\x34\x22\x60\xc0\x17\x38\xa5\x95\x52\x66\x32\x73\x17\xf7\x5c\xdc\x83\x03\x2c\x40\x34\x18\x44\x5c\x2a\xd8\x8c\xee\x9b\x76\xd4\xad\xd0\xb9\xa0\x29\x86\x34\x7b\x09\xde\x12\xbe\xa7\x0f\xe0\x72\xa0\x53\x63\xf7\x09\xda\x35\xd2\x4e\x3f\x29\x71\x34\x7e\xda\x2c\xbe\x06\x37\x98\x41\x6a\x0e\x69\xa7\x39\x22\x19\xaa\x1a\xc8\xb2\x06\xec\xdb\x55\x73\x79\x31\x38\x19\x9e\xfc\xeb\x68\x74\x72\x7e\x7c\x72\x7e\x32\xfc\xe0\x96\xcb\xe7\x3d\x7a\xb7\xdf\xce\x32\x11\x37\xf2\xa4\x9c\xd8\x3b\xc5\x66\x39\xdb\xff\x79\xf4\xaf\xfd\xd3\xeb\x23\x8b\xad\xc1\x2b\xff\x41\x97\x69\xca\x10\xc9\x86\x2f\x40\xba\x25\x12\x74\xa2\x28\xf6\xf1\x50\x5b\xa8\xda\x18\xc9\x53\xec\x56\xb9\xe4\xbe\x6a\xf9\x7b\x93\xd3\x4d\x5c\x23\x0e\xe4\xc0\x17\x92\x7f\x4e\x39\xda\xc1\x08\x9c\xe4\xbc\xb4\xb4\xd9\x80\xce\x7f\xd9\x14\x45\x3e\x59\x10\x85\x73\xbe\xb6\xb9\x16\x0c\xe5\x1e\xfb\xb9\xc0\x9f\x7b\xec\xeb\x02\x7f\x32\x59\xb4\xf7\x22\xac\x9a\xd2\x84\xd2\x54\xc0\xab\xb0\xf7\xef\x50\xd9\x19\x38\xb0\x49\x70\x49\xec\xd8\xa4\xfb\xd7\xb6\xae\xd7\x30\x2f\x30\x64\x3c\x53\xc3\x7c\x4e\x48\x3c\x50\x0e\x3e\x18\xba\x1f\x83\x20\x18\x75\xd8\x0d\x26\x85\x69\xb4\xb4\x90\xf2\xd4\xc2\x17\x83\x77\x13\xed\x3d\x07\xa4\xe5\x54\xa4\xf8\x22\x04\xde\x41\x0b\xbc\x1a\x19\x2a\xe1\x26\xb3\x17\xe0\x09\xf2\xe0\x44\x51\xa8\x94\x16\xef\xad\xba\x3f\xce\xb5\xa9\x2f\x67\x88\xe2\x16\x80\x51\x01\x43\xd1\xfc\x4c\xab\x4b\xd2\xe8\x16\x5c\xbb\x74\xb1\xe0\xe2\x7e\xae\x80\x98\x04\x19\x10\x7d\x4f\x6c\xc5\xb0\x35\xf1\x5c\x8e\xd5\x3d\x1e\xb5\xa6\x7a\x47\xf0\x94\x7a\x92\xd1\xde\xb0\x57\x2a\x27\xdd\xe7\x76\xc3\x1b\x24\xd1\xe4\xb1\x20\x56\x8c\x0d\x00\x72\x34\x26\x02\x94\xc1\x80\x29\x45\x85\x9b\xc6\x36\x60\xe7\x8c\x18\x97\x78\xe8\x8c\xac\x87\x74\xe5\xd9\x9c\x50\x6a\xa8\x38\x6a\x9e\x97\x21\xe8\x25\x5a\x35\x95\x79\x81\xf4\x51\x63\xea\x53\xb1\x50\x4d\x7d\xac\xf4\x70\x66\xa1\xef\xc0\xde\x66\x79\x39\x45\x22\xb5\x35\xa5\x03\x99\xaa\x32\xe3\x39\xb5\x3d\xae\xe9\x2a\x97\xb5\xbb\x96\x05\xde\x0e\xe0\x29\x83\x6e\x47\x20\xac\xe9\x92\xba\xe5\x0f\x0d\xf4\xde\x10\x31\x1d\x91\x65\xf4\x35\xab\xe7\x78\x15\xc2\xdc\x6a\x26\x0a\x27\x5a\x4c\x99\x4b\x6a\x8f\x36\x42\x41\xad\xee\x06\xb5\x20\x34\xa2\x40\x8e\x67\x40\xef\x5b\x0c\x03\x2a\x01\xc4\x01\xb8\x1c\xa9\x2c\x79\xd1\x09\x40\x30\x6b\x91\x24\x10\x80\xb7\xde\xc2\x31\x91\x0e\x4f\xc5\x13\x78\xca\x28\x52\xe9\x26\xd8\xfc\xae\x11\x0b\x4d\x81\x00\xb2\xf5\x9e\x9e\xbf\x7e\x85\x3b\xf9\x10\x62\xe9\x10\xcf\xc5\x14\xf1\xe0\x3b\x22\xe6\x98\x8e\xcb\x5a\xa8\x84\xe3\x4b\x63\x1f\x6e\x11\x5e\x40\x33\x78\xdc\x27\xbc\x67\x26\x84\xdf\xc0\x44\xf1\x25\x81\x95\x61\xd9\x34\x27\x32\xd3\x34\x63\x24\xe4\x54\x3d\x93\x9a\xf6\x7f\x99\xa7\x92\xc7\x01\x74\x22\xf6\xb7\x46\x02\xf1\x38\xbf\x47\xa6\x05\x63\x54\x29\x68\x4b\x67\x7c\xce\x09\x88\x33\x31\x0d\x98\x7c\xa1\xf4\x85\x7e\x67\xb1\x1a\x44\xd3\x6d\x86\x2b\xe2\xd7\x6a\xc1\x47\x00\x05\x0e\x9e\x38\xe5\x9d\x0e\x64\x0c\x36\x6e\xff\x00\x49\x3b\xb6\xb3\x35\x26\x26\x23\x9d\xa6\x7b\xa6\x77\x16\xfc\x71\x2f\x7f\x6f\x60\xcc\x0b\xfe\x30\xcd\x18\xd0\x6e\x9b\xa8\x26\x76\x63\x2c\xf0\x07\x69\x75\xea\x94\xbd\xc4\x2d\xba\x41\xb9\xf0\x1a\x5e\xb8\x2f\x7b\x56\xef\xe9\x77\x41\xab\x71\x4f\xbf\x00\x6c\x77\x6c\xf6\x9d\xa0\xa2\x7d\x2d\x81\xe6\xd5\x52\x5c\x54\x70\x9e\x17\xc8\x5a\x31\x12\x76\xef\x80\x16\x92\x82\x47\xb0\x64\xf7\xaf\x91\xa8\xbc\xdf\xc1\x5f\x63\xc7\x2c\xca\x29\xcc\xeb\xe5\x09\x6c\x21\xbc\x5f\x89\x0d\x79\x1c\xcc\xbb\x47\x0a\x4e\x09\x4f\x14\x63\x51\x66\xaa\x94\xd9\x25\x5f\x41\x63\x39\x51\x1a\x98\x43\xf0\x10\x91\xfd\x90\xf3\xaa\x5e\xb8\x0c\xaa\xc8\xa2\x3b\xcb\x57\x7a\x19\x46\x5d\xe8\x6a\x26\xc2\x8a\xed\xb0\xdf\x3a\x74\xf4\x14\x39\x4f\x63\xa1\xaf\x08\x2f\x72\x1b\xe4\x40\x14\xc5\x18\xef\x3c\x44\x6b\x74\xd4\x0a\xd5\x61\xab\x73\x75\x23\xe2\x0a\x93\x89\x5c\x29\x65\x24\x71\x66\xee\xa8\x30\x35\x68\x3f\xb9\x45\xb8\x90\x80\xd5\x05\xed\x30\xe6\x66\x3b\xe2\xd9\x2f\x48\xfc\x38\x1c\x58\xd6\x97\x11\xb9\x64\xb7\x32\x13\xc4\x53\x87\x40\x4d\x65\xfd\x33\x6d\xc0\xa9\xac\x3f\xd0\xe7\x2c\x40\x42\x9b\x32\x0c\xc1\x64\x7a\xdc\xce\x86\x90\x63\x5e\x6b\xb5\x70\x90\x8d\xb1\x33\xbb\x1c\x61\x75\x86\x49\x69\xc9\xcc\xc5\x4b\xc7\x6a\xa4\x2b\x84\x06\x23\xe0\xa2\x6e\xf0\xbc\xa9\xb2\x26\xc4\x8c\x3f\xc9\xa3\x04\xc5\x50\x08\xc9\x09\xdc\x40\x80\xc1\x41\xe9\x3b\x46\x67\x27\x62\x9e\x17\x0b\x22\x3d\x1c\x92\x7b\xbf\x43\xe8\xd0\x82\x3f\x00\xe1\x93\x99\xdd\xf4\xed\x20\x4f\x2e\xa0\x99\xbe\xb3\xf2\x3e\x37\x35\x82\x5f\xb8\xce\x70\x9e\x91\x10\x25\xe4\x80\xf8\xa2\x80\x2b\xbc\xb7\x38\x39\x30\x14\x01\xb2\x13\x2b\xd4\x5f\xd9\xc4\xf0\x95\x94\x03\xd7\xf5\x98\xb9\xf0\x88\xca\xfc\xec\xbe\x3e\x00\x37\x51\x17\xff\x04\xc6\xcb\x5c\xd6\x02\xbf\xf2\x1a\x38\x63\x40\x43\xfc\xcc\x1f\x1f\x08\x84\xe7\x4e\xec\x66\xe6\xa2\x28\xa4\xa9\x83\xa8\x39\xb0\x5f\x17\x98\xf5\x1e\x7f\x80\x49\x05\xe8\x16\x7c\xe5\x80\x2a\xb8\xd3\x45\xdf\x0e\xbf\x86\x1e\x73\xc8\xde\x79\xe7\x52\xe8\xf1\xe2\x04\xbb\x34\x23\x1c\xd1\x4f\x0b\xdf\xf8\x8c\x63\xcd\x72\x7f\xa4\x42\x82\xc8\x46\xc1\x51\x0a\x23\x49\x84\x12\x46\x99\x8a\x78\xe7\xd0\x3b\x47\x3b\x99\x0a\xae\x02\xb6\x67\x74\xd4\xa2\x83\xec\xc8\xf6\xb1\x20\x47\x84\x00\x1f\x49\x04\x60\xeb\xd9\x06\x4a\x69\x10\xb7\x63\x92\x5f\x64\x48\x66\x0c\x90\x1d\x9d\xc9\x1a\xd1\x68\xef\xf4\xd3\x9d\x8c\x83\x59\x5e\xb8\xcb\x86\xe0\x35\xf3\xea\x01\x17\xc4\xc5\x23\x14\xf0\x94\xb0\x43\x48\x61\x66\x08\x6c\x71\xcc\x36\xcb\x33\x17\xc3\xc9\xcc\x92\x82\x53\x04\xb4\xa3\xbb\x9c\xe0\x9a\x43\x3e\x95\xbb\xfd\xf7\x27\xb8\xad\xec\x18\x48\x4e\x05\x1c\x19\x3a\x47\x80\x21\x32\xee\x0a\x01\x77\x72\xe0\xd2\x45\x6c\xca\xf1\x5d\xec\x5a\x9f\x09\xb4\xab\x70\x44\x5d\x05\xb7\xcb\x82\x89\x57\xfb\xf1\xbb\x8d\xfa\x7d\xc1\xb5\x00\x05\x80\x5f\x8e\xc0\x90\x77\xee\xfb\x2e\xaf\x67\xcc\x2f\xb0\xdf\x8e\x74\xb5\x01\x66\x20\xdc\xc8\x85\x83\x4b\x22\x4d\x9b\x79\x53\x88\x5a\xba\x28\xe0\x77\x9f\x94\x24\x0c\x44\x1c\xe3\x10\x39\xea\x93\x39\x12\xdb\x65\x3d\x3b\x07\x41\xbe\xdd\xcd\x0b\xfe\x34\xb5\x9e\xd4\xc8\xb4\x9c\xa9\x46\x9b\xd7\x3b\x24\x8e\xb8\x04\x71\x4d\x05\x7f\xa5\x49\x45\xe5\xb2\xe0\x02\xbe\xa7\xcf\xdc\xec\x9f\x31\xcc\xa5\xb5\x3d\xb3\x6d\x39\x38\x4c\x88\xc6\x59\x5e\x36\x35\x43\x62\xc4\x49\xf9\x66\x6c\x8a\xe2\x03\x22\x27\x73\x71\x23\xaf\xeb\xd4\x0b\x71\x44\x96\x81\xc8\xf0\x4c\xd6\x33\xe5\x65\x66\x17\x28\x03\x85\x6f\x97\x84\xb2\x6a\x4c\xc2\x6f\x97\xd4\xd4\x29\x1e\x62\x49\x3f\x21\xbe\x66\x87\xff\x19\x39\xef\xd4\x5d\x1b\x73\x5d\xe6\x0c\x96\x0d\xf4\x16\x31\xf3\xa6\xe6\x79\xc0\x79\xe4\xa9\xb5\x0b\xde\x58\xa4\x56\x03\x46\x23\x58\xe0\x3a\xc0\x43\x69\xcf\x26\x4c\x0b\x1f\xd4\xff\xc6\xcc\x8e\xc6\x46\xa0\x38\xcf\x4b\x6a\xb3\x41\xd1\x94\x09\xe7\xca\x84\xb3\x68\xfc\x12\x18\x3f\xe5\x26\x9a\x4e\x28\x50\x14\xb9\x09\xab\xa0\x31\xa6\x42\x6b\x3e\x8b\xb8\xfe\xc4\x49\x74\x61\x3b\x0b\x8e\x92\x07\x17\x51\xae\xcb\xa6\x12\x88\xa1\x4e\x26\xb9\xdd\xeb\xf5\x9d\x2c\x6e\xa5\xed\xcf\x41\xa1\x90\x74\xb0\xdf\x08\x1a\x72\x62\xdc\x0c\x98\x30\x76\x7c\x9c\x54\x14\x29\xec\xe3\x4b\x2d\x6f\x73\xd5\x98\x73\x55\xf3\xf9\x0a\xd8\x3d\x5c\x02\xb6\x1b\x80\x69\x7a\xbf\x2c\xc8\x53\xad\xac\xc1\xa4\x24\xe1\xa9\xb5\xe3\x12\x4e\x71\x0b\xc8\x9e\xec\x15\x30\x20\x4b\x6c\x8e\x48\x1c\x8a\x3b\x81\xf6\x8f\x9b\xcf\x9f\x17\xa4\xf3\x00\xe3\x30\x72\x20\xe1\xfd\xc7\x5b\x1c\x22\xc8\x78\xa1\x66\xa6\x25\x9b\x22\x1b\x20\x65\x83\xa7\xe9\xfd\xf0\xec\x14\xfb\x8d\x50\x0d\x20\x31\x5e\x3c\x73\x28\xc7\xb4\x15\x84\xf8\x22\x40\xc9\x9e\x28\x2e\x5d\x0f\x21\x48\x59\x95\xce\xa7\x79\x09\x43\x98\xd3\xa8\xae\x58\xb1\x80\x27\x68\x50\x07\x58\xfc\xa0\x19\x3b\x59\x3d\xcd\x29\xa6\x17\xc2\x84\xb3\x8b\xfd\x3f\x62\x30\x30\x69\x3e\xaf\x6d\xae\xbd\x93\x36\x8b\xce\x4b\x93\xa7\x9e\x55\x42\xaa\x13\x6f\x91\x14\x7c\xe6\x35\x00\x40\x5f\xe3\x2c\x37\x86\x09\x75\x5f\xf4\x19\xab\xd0\x3c\x23\xad\x8b\x67\x1a\x55\x24\xf6\x39\x7e\x7a\x71\x79\x68\x7f\x3b\x1a\x24\xcf\x90\x4d\xc2\x23\x0f\xe8\xc8\x49\x53\xa6\xac\x9d\x43\xbd\x41\x39\x76\x28\xf0\x30\xa8\xcb\x33\x44\x0d\x18\x60\x1e\xf8\x2b\x14\x51\x3f\xc0\x5f\x0e\x70\x72\x10\xe5\xa9\xc6\x4a\xe8\x6c\xa8\x4e\x8e\x5e\xbf\x26\x76\x35\x8e\x29\x93\xe3\x66\x0a\x68\x8a\x31\x62\x4a\xc2\x45\x28\xcf\x1b\x9c\x29\x26\xd4\x73\x72\x82\x96\xb9\xd0\x37\x70\x9e\xc0\xb2\xcf\x5d\xd5\x4c\x64\xb1\xa4\x01\x7b\x80\x53\x64\xfb\xc1\x62\x21\xe6\x82\xa3\xc0\xe4\xda\x48\x8d\x58\xd7\xda\xe6\xda\x99\xfa\x1c\x85\xe7\x26\x0a\x36\x61\x40\x64\x28\x08\x3e\xcd\x4d\x2d\x71\x26\x4c\xad\xc0\x73\xb8\x98\x32\xef\xc2\xee\x23\xe9\x90\xd2\x70\x42\x1c\x6f\xaa\x34\x0a\x55\x80\x84\x2e\x19\x19\xa0\x44\x55\x1e\x28\xb8\x2b\xc7\x0a\x50\x2d\xbc\xae\x19\x6d\xc0\x29\xb1\x18\x05\x8d\xd6\x60\xaf\x78\x1e\xe4\xbd\x4c\x0f\xd4\x7c\x2e\x60\x35\x53\x55\x2d\x10\x51\x28\xd1\xd4\x02\xa0\xb9\x1d\xd1\xfe\x14\x67\xaa\xd2\x6a\x5e\xd5\x0e\x3b\x71\x34\x2b\x84\xf6\x8b\xe2\x8a\x89\xd7\x11\xa8\xd3\xda\x8f\x4a\xab\xca\xee\x06\xb3\x03\x3a\x28\xf6\x08\xa8\xea\x0a\xb7\xb6\x1f\xf3\x68\xda\x64\x90\x21\x7e\xe7\x09\x2a\x58\xa1\x0b\xe4\x5e\xae\x22\xfe\xe5\xe0\xe4\xdd\xf9\xd1\xe1\xe8\xbb\xd7\xa3\xb7\x27\xc3\xd1\xc9\xf9\xd0\xcb\xe6\xec\x1c\x1f\xcd\x73\x12\x84\xa0\x5f\x77\x00\xbd\xb0\x08\x14\x46\xed\x02\x44\x27\x98\x07\x49\x14\xff\x5b\x6c\xc5\x41\xd8\x83\x28\x7a\xc4\x4a\xcb\xcf\x40\x40\x88\xe2\x3c\x1b\x6f\x7b\xdd\xcc\x6d\x3c\x0a\xeb\xe8\x60\x50\xc8\xee\x04\x54\xe2\x81\xc2\x58\x80\x34\x0a\x51\xd8\x05\xf4\xff\x88\x74\xe5\x46\xa8\x16\x38\x42\xd5\x3b\xe9\x46\x63\x69\x35\xdf\x6c\x8d\xf3\x0f\x70\xd4\xf9\xd3\x47\x1e\x84\xcc\x6f\x25\xeb\x83\x95\xd4\x3e\x91\xbe\x3c\xdc\xb0\xfd\x60\x2c\xd0\x71\x44\x4f\xae\x3c\x0b\x97\x47\x17\x75\x7c\x87\x7b\xbe\xc3\x5d\xdf\xa1\xbe\xef\x50\xe7\x77\x48\x39\x8d\x30\x19\x6e\x5a\x95\xd7\x15\xa1\x14\x6a\x0c\xd2\x28\x9e\x5e\x7e\x17\x2b\x1c\xd2\x61\x9e\x9d\x11\xc5\x17\x0d\xf3\xba\x9c\xbb\xe8\xa8\xe7\xb8\x27\x71\x1b\xce\x2b\x94\xa2\xc2\x21\xdc\x71\xbb\xc4\x4f\xa0\x56\x20\x42\x44\x95\x72\x3b\xd2\xc1\x00\xf5\x06\x1c\xcc\x4e\x55\x06\x38\x0d\xde\x82\x08\xaf\x1c\xec\x07\xee\xe8\x81\xcf\x91\xce\x04\xdc\xde\xfb\xb5\x63\x5d\x01\xd7\x4d\xdd\xa0\xee\x4e\x5e\x4e\x0b\xba\xde\x34\x28\x1e\x4e\x8f\xee\xed\xca\xcf\x9b\xa2\xce\x7d\x7c\x26\x53\x38\xcb\xec\x05\x37\x1c\xbb\x21\x42\xa6\x76\xf9\xae\xaf\x4e\xc2\xd5\xc4\x48\x80\xca\x15\x2a\xdf\xd8\xd6\x91\x95\x68\x53\xb2\xeb\xab\x13\xcf\x01\x44\x4d\xa0\xb4\x31\xb5\x9a\x1f\xf6\x55\x87\x6a\x59\xa4\x42\x95\x9b\xfd\x40\x81\x33\xe7\x8d\x32\x45\x8a\xae\x10\x53\x8c\x21\x54\x29\x93\xb2\x3a\x22\x1e\x95\x48\x6b\xfc\x90\xf7\x15\x38\x04\xa0\xf9\x4c\x91\xda\xbd\x66\xed\xcf\x0b\x7d\xde\x00\x9c\x16\x27\xae\xe2\xb1\xff\x14\x27\xe6\x6d\x33\x99\xc0\x2c\xe5\xfe\x73\x1c\x44\xdf\x58\x78\x79\x33\xc6\xae\x1f\xfd\xde\x00\x7f\x33\x45\xe8\x99\x9b\x33\xa9\xa7\x12\xf4\xdd\x58\x05\x2e\x37\xe7\xaa\xb4\x8d\xba\x18\x5c\x67\xde\xae\xcf\x9e\x39\xbd\xb1\xab\xa3\xfd\x83\xe1\xe8\xe8\xf4\xe8\xec\xe8\x7c\x38\x1a\x7e\xb8\x3c\xa2\x09\x10\x69\x20\xaf\xcf\x8d\x45\x5e\x73\x96\xe8\xb0\x82\xca\x75\x59\x48\x63\x2e\x2c\x39\x73\x97\x23\x82\x9b\x4f\x72\x94\xa1\x48\x59\xcd\x6d\xc7\xfc\x1d\x0a\xba\x60\x67\x14\x37\x17\xa8\xb3\xcb\xcb\x30\x95\xb5\x57\x73\xeb\xd5\xd3\xf3\xfa\x70\x17\xa5\x1b\x17\x34\x11\x28\x95\x9a\x3a\x2f\xfd\xf5\xc4\x05\xae\x4b\x23\x26\xd2\x6d\x0a\xee\x03\x90\x05\x7a\x1a\x6a\x98\x89\xb0\x8f\x48\x54\x9c\xc4\x1a\xca\x28\x37\x69\x52\x19\x0e\x72\xf4\x1a\x51\x0a\xdf\x5b\xd0\x7c\x24\x6c\xe4\xb0\x8d\xa9\x90\x3a\xab\x89\x15\x08\x85\x96\x3d\x9a\x85\x03\x56\x7d\xc5\x0b\x17\x4c\xf3\x65\xf8\x0d\x45\xeb\x5a\xe7\xe3\xa6\x96\x8c\xc8\x90\xda\x07\x07\x47\x23\x61\x0c\xb2\xed\xdd\xc7\x88\x9e\x6f\x79\x9b\x33\x47\xfd\x06\x20\xcc\x08\x68\x88\xac\x29\xc2\x4b\x6e\x84\x46\x1c\x83\x1a\x69\x33\xa0\xa4\x68\x7b\xd0\xbd\x00\xb2\x84\x5c\x1a\x98\x8a\x89\xd2\x32\x9f\xc2\xfb\xe7\x18\xd1\x94\x74\x52\xa9\x90\xed\xd4\x00\x15\xbf\x00\x80\x0c\xc5\x94\xf4\x97\xe8\xc7\x20\x15\x8e\xc7\x1d\x89\x7a\x62\x2f\x90\x8a\xf2\x15\x82\xb9\x43\xd4\x51\x01\x5c\xfb\x50\xa5\x94\x68\x31\x03\xdc\xb9\x58\xd4\x87\x0f\x0e\xf7\x87\xfb\x3e\x9e\xa4\xa9\x03\x98\x6d\x00\x83\xc8\x0d\xc0\xfe\x8c\x04\x08\xe1\x8a\x33\x6c\x99\x46\x65\x43\x16\x21\x9e\xa2\x10\xc7\x71\x3c\x29\x39\x18\x61\x0d\xb5\xe0\xe2\x44\xcb\x04\x6b\x32\x66\xc6\xe1\x7e\x5d\x93\x06\xa9\x9d\xa2\x23\x9a\x48\x07\xdd\x7e\x06\xea\x00\xc9\xaf\xfd\xb0\x06\x23\x8b\xc9\x41\xa1\xec\x0c\x0e\x11\x4e\xe1\xa8\xb0\xf3\x44\x08\x50\x14\x06\x72\x43\x03\x1b\xa1\xda\x3e\xad\xe7\xa1\x9a\xbf\x77\x68\x44\xa6\xe6\xb4\x7b\xec\x64\xc2\xea\xd9\x05\x81\x0f\x2d\x7f\xb2\x48\xa6\x21\x24\x93\x0e\x36\xc9\xc3\x9c\x86\x5b\x94\x87\x5c\x8b\xe8\x1a\xdc\x4a\x38\xce\xc6\x51\x99\xf9\x88\xd4\xb3\x97\xa9\xe9\x83\xb7\xd8\x13\x5c\x55\x56\x56\xaa\xc5\x74\x40\xa2\x57\x4b\x95\xd0\x86\x00\x1e\x25\x9c\xb5\x12\x3f\x49\x97\x53\x95\x16\xe5\xc6\x2f\x49\x48\xbf\x1d\x64\xc0\xcc\x56\x25\x2b\xfc\xab\x12\x38\xd4\xb8\x62\x15\xe0\x36\x12\xba\x08\x30\x5a\x95\xaa\xb2\x77\xee\xd4\x6f\x7b\x44\x47\xa9\x0b\xee\xf2\x55\x65\xea\xb6\x9a\xfb\xc6\xc6\x55\x99\xda\xdd\xe6\x64\x41\x2a\x83\xf7\x86\x0e\xbc\x5a\x16\xe5\xe0\xec\x24\xe7\xcd\xcb\x69\x4e\xf8\x23\xc2\xa8\x4b\x17\x7f\x12\xc5\x3b\xb2\x2e\x1f\x17\xc4\xa3\xa5\x79\x47\x84\x8e\x9f\x45\x72\xda\x04\x03\xd0\xb2\x47\xf8\xc0\x20\x9d\x06\x34\x13\x26\xe8\x58\x6e\x82\x45\xc8\x4d\x78\xe6\x72\xe3\xcf\x56\x6e\xdc\x36\xe3\x63\x66\x71\x7d\xaa\xf2\xdc\x1f\x6e\xc6\x6b\xb4\x4c\x1b\x6d\xb0\x22\x7c\xed\x94\xb4\x80\x79\xf3\xa0\x0d\x0b\xf7\x2d\xe8\x11\x84\x61\x4b\xa6\x8e\xcf\x68\x63\x76\xdc\xd7\x77\x64\x74\xe1\xe7\x07\x72\x32\xa3\x49\xba\xeb\xba\x9c\xe6\x93\x05\x54\x85\x12\x6b\xf8\xcc\x94\x25\x18\x27\x52\x66\x04\x67\xa6\xb2\xbe\x28\x65\x78\x23\xfe\x4b\x14\x79\x46\xf5\x4c\xf0\x27\xaf\xe5\x9c\x2f\x33\x82\x02\x6f\x17\x43\x31\x65\x96\x8e\xcc\x72\xc1\xf7\x4e\x96\x8b\x00\x52\x00\x63\xb5\xcc\x80\x9f\x29\x0a\x20\x74\x67\x88\x08\x17\xa8\x14\xc8\xc6\x16\x44\xd0\x4a\x64\x04\x54\xcd\x98\x10\x13\xd4\x7b\xc8\x48\xd0\x56\xab\x39\xf5\x2c\xa7\xa8\x2b\x63\x28\xe6\xec\xe8\xf0\x64\x7f\xf4\xcf\xa3\x0f\x83\xd1\x60\x78\x75\x72\xfe\x2e\x8e\x43\xd2\xe3\x6e\x26\x35\x77\xb9\x99\xe3\xaa\xbb\xdb\xa0\x53\x03\x4c\x19\x02\xb7\x4e\x65\x90\x26\xef\x2b\x6d\xb7\x2c\x74\xbe\x76\x13\x82\xeb\x2f\xe9\xae\x46\x56\xd7\xef\x8d\x24\xe6\x08\x38\x8e\xd0\x92\xb7\xde\xa5\xd7\x40\x44\xaa\x6d\xd0\x8c\x8d\x44\xe1\x96\x9a\x13\x19\xe4\xc0\xd5\x3e\xfd\x5a\x38\x22\xd0\x3c\x06\xc4\x5c\xfe\x33\x75\x74\x7c\x53\x9a\x59\x3e\xa9\x49\x75\x06\xb8\x3a\x66\x26\xb4\xcc\x9c\x59\x8d\xc1\x23\x05\x2b\xe5\x8f\xd7\xd8\x7f\x22\x93\xc4\xf1\x37\xca\x14\x34\x89\x3d\xff\x07\x77\x7b\x21\xe8\xd4\xb4\x37\x08\xdd\xa1\xb1\xed\x55\x9c\x8f\x14\xe3\xfd\x0e\x04\x73\xb0\xbc\x9c\xc2\x90\x81\xe6\xa4\x2b\x67\xc4\x7a\xf4\x62\x3a\xa2\xfb\xd0\x7e\x92\x56\xa8\xe1\x2d\x62\x57\x8b\x49\xd5\x54\xcd\xc7\x79\x09\x88\x10\x63\xe6\x79\x21\x87\xa8\x88\x3f\xa1\xd8\x82\x8c\x02\xc0\xf3\x63\xe9\xa9\x67\xdf\x25\x12\xb9\xfb\x2f\xa6\xe6\x09\x33\xf7\x39\x29\x62\x1e\x4d\x2f\x2d\xca\x39\x02\x11\xdb\xcc\x7e\x51\xb0\xd4\xc9\x60\x93\xd4\x38\x57\x0c\xa8\x02\xc1\x01\x49\x6a\xfa\x46\xc1\xf0\x79\x4d\x19\x77\xf1\xfb\x17\x78\x3b\x04\xaa\x48\xfe\x80\x5f\x27\x36\x81\xb8\x71\xf6\xc0\x83\x14\x00\x83\x99\x9a\x8f\xec\xd5\x02\x17\x1c\x6e\x33\x0b\x6f\x69\x44\x7e\x23\x58\xda\xb4\x13\x39\x95\x35\xed\xf8\x99\x30\xfb\x7c\x4e\xdc\x2a\x34\xb5\x64\xcc\x7c\x2a\xb9\x18\xad\x93\xdb\x82\x4c\x29\x23\xfc\x43\xbc\x81\xf0\x51\xc4\x1b\xb8\xa3\x2e\x30\x60\x5a\x04\xa3\x10\x8d\x70\x68\xda\x6f\x46\x95\x21\xd4\x73\xe1\xfb\x79\xe1\x03\x58\x74\x64\xff\x80\x90\x02\x22\x91\xc8\x01\x3c\x65\x71\xc5\xbd\x86\x38\x24\xb7\x88\xb0\xbf\xc2\x35\xd6\xac\x2a\xaa\x1d\xff\xfc\x60\x26\xb4\x6b\x19\x76\x83\xdf\x12\x9e\x58\xf4\xbd\x98\x68\x35\xb7\x34\xe8\x25\x89\xe0\xd2\xe0\x1b\xd2\x88\x46\x75\x1c\xd5\xeb\xe1\xf1\xdf\x1d\xfe\x74\xae\xca\x7d\x93\xe6\x39\x4d\x10\x46\x52\x80\x74\x52\x7f\xe6\x25\x3f\xc1\x30\x4a\x0e\xee\xe7\x45\x30\x06\x9f\x1a\x47\xee\x0f\x0e\x4e\x4e\x8e\x4a\x1e\x38\xd5\xe8\xbf\xa8\xa5\x59\x1d\xd5\x86\x68\x2f\xd3\xc9\x15\x19\x34\x34\x74\x38\x6c\x97\x6d\xb5\x2e\xa3\x1d\x61\xdc\x6c\xef\x7c\xec\x23\x71\x7c\x5d\x55\xce\x38\x40\x4b\xa4\xfb\x6d\x0d\x26\xdc\x0c\xad\xed\x61\xbb\xf9\xd7\x9e\xb8\xef\xfb\xf2\xc5\x39\xa2\x49\xfd\x6b\x14\xf2\x69\xae\x48\xab\x3e\xbc\x1f\x4a\xf7\x09\x5e\xa0\x7d\xd4\x8e\xcf\xb8\x03\xa3\xa9\xd9\x68\xd4\xa2\x62\x57\x57\x17\x57\xa3\xb3\xa3\xc1\x60\xff\xdd\x11\x41\x2a\x02\xa5\xf5\x0c\x64\x15\x63\xd6\xf1\xca\x49\x67\x05\x22\x1c\xe3\x1f\x42\xfb\x68\xc7\x79\x44\x32\xfc\x98\xc3\x62\xa9\xe5\xc1\xa2\xac\xc5\x3d\x6b\xb2\xc7\xa1\x67\x01\xf1\xf8\x2c\xb4\xe5\xb4\xa0\xfb\x56\x14\x85\xcc\x62\x7b\x4f\x7f\x15\x62\x45\xd0\x57\xad\xee\xc2\xb2\xc3\x76\x84\x45\x90\xa5\x84\x68\x80\x0b\x17\x97\x87\xb5\x0b\x90\x81\x17\x29\x82\x9a\x23\xe4\xd3\xdb\xe2\x19\x43\x88\xeb\xbc\xac\xff\xce\x81\x93\x73\x7b\x69\x0f\x4e\x0e\x06\x6b\x9b\x6b\xfb\xd3\xa9\x96\x53\x51\xbb\xa6\x20\x97\xe3\x3c\x58\x4c\x02\x51\xc4\xb7\xf9\x14\x4d\x53\x2c\x4a\xf7\xaf\x5c\xde\x85\xcc\x1a\xb7\x5e\xad\xef\x90\xeb\x22\xb1\x5f\xb6\x7b\xdc\x16\x18\xa0\x7c\xb7\xc3\x1d\x83\xe0\xdf\xbe\x77\xc1\xbc\xb4\xd0\x16\x96\xe1\x4a\x4e\x73\x83\xfa\x5e\x27\xe1\x50\xca\xfa\xf5\xdf\x82\x80\xaf\x2b\x37\xc7\x96\x0c\xb0\x5b\xe1\xbf\x06\x17\xe7\x96\x60\x04\xcf\xb9\xbc\x88\x70\xbf\xc7\x63\x85\x49\x3a\x28\xc4\xbc\x35\x71\xbe\x05\x1b\xf2\x4d\x5c\x5f\x9d\x70\x75\x3f\x49\x71\x83\x6c\x27\xfb\x75\x05\x88\x9b\xfd\x42\x12\x37\x53\xb4\x26\xa7\x47\xef\xf6\x0f\x3e\x8c\xf6\x4f\x4f\xf6\x07\x47\x03\x10\x72\xb0\xa6\xef\x33\x94\xe4\x3b\x29\x87\xd7\x66\x7b\x66\x6a\x3d\x20\x29\x3f\x72\x08\x1c\xf6\xe4\x4f\xb6\xc3\x65\x87\x8a\x94\x6c\x2c\x46\x02\x58\x82\x82\x49\x30\x81\x78\x67\x2a\xeb\xb7\x02\x2c\x8d\x9c\xd8\x45\x14\xb9\x30\xa1\x28\xc6\x9b\x11\xd5\x51\xbc\x2d\x48\x69\x2e\xee\x4a\x8a\x82\xe2\xcc\x4d\x5e\x1d\x37\xba\x9e\xa1\x14\x9f\xe4\x3b\x24\x6a\xa9\x90\xf2\x51\x3a\x9f\x3a\xdb\x5c\xc7\x34\x19\xa0\x55\xa8\x59\xcc\x11\xf8\xc6\xa6\x96\x4e\x46\xbd\x98\x9b\xc0\xae\x14\xa9\x59\xe0\x8e\x9e\x18\xc7\xcd\x1a\x0c\xf7\x87\xb8\xbb\x63\xd6\x75\xf8\xee\x2a\xea\x76\x54\x05\x8a\xbf\x49\x42\x1d\xa7\x43\x0c\x58\xec\x02\x07\xf7\x58\xab\x79\x70\xb8\xdb\x49\x5c\x6a\x9e\xdf\xe7\xac\x43\x5e\x31\xa1\xf3\xcf\xf3\x8b\x9f\xce\xc3\x7e\xd9\xf3\xec\x0f\x36\x30\x7f\x48\x97\xf9\xe8\xec\x22\x1a\x00\xe0\xc0\xf6\x3c\x7f\xb8\x3c\x0a\x12\xa6\xc8\x57\xce\xd3\x88\x93\x4a\xfc\xc0\xb9\x05\x06\xc7\x4a\xdf\x09\x9d\xe1\x66\xa4\x38\xe4\x7c\x5e\x06\x96\xde\x33\x95\x5b\x42\x1a\xdd\x09\xf8\x1a\x51\x68\x1e\x1e\x5f\x64\x86\x85\x31\x60\x09\x46\x72\x4a\x92\x66\x58\x60\xe7\x33\x60\x25\xbe\x52\x32\x72\x75\xe1\xdf\xd7\x36\xd7\x3e\x5b\xfc\xdb\x02\x1a\xfb\xbf\x59\x94\x29\xf1\x5a\x0e\x54\x49\x08\xba\x8f\x20\xd9\x17\xf3\xed\x0f\x9c\x24\x82\x45\x10\xc7\xa4\x64\x6a\x8f\x9a\x00\xa9\xec\xa5\xd2\x68\x4e\x71\xa9\xd5\x24\xc7\x39\xc7\x0b\x88\xaa\x1d\x34\xa6\x92\x25\xde\xd7\x26\xec\x80\x25\x6c\x5b\x5d\xc8\x4d\xb7\x13\x2e\x2e\xe8\x46\x6e\x42\x3a\x31\x5a\x87\xdc\x04\x7d\xcc\x0d\xf5\x32\x37\xae\x9f\xb9\x09\x7a\x9a\x9b\xa8\xaf\xb9\x89\x7a\x0b\x04\x68\xcc\x84\x73\x46\xbe\x29\x13\x93\x28\xd4\x74\x1a\x4a\xda\x9e\xa3\xa1\xba\x54\x64\x2c\x3b\x8c\x0e\xd2\xb3\xc0\x5e\x1b\x24\xb7\x74\x7b\xda\x7e\x88\x32\x13\x3a\x8b\x79\xe5\xa7\x80\xc0\x85\x71\xcc\xd9\xec\xcb\x5f\xeb\x85\x25\x56\x03\x2e\x75\xf0\x79\x59\x88\xdc\xb3\x75\x53\x56\x9f\x05\xda\xfb\x19\x19\x2d\x12\x5f\xfe\x4c\xe8\x1b\xb2\x62\xcf\x06\x44\xc0\xe7\xa8\x5b\x6e\xef\xc4\x38\x4f\xad\x2e\xb5\xa5\x5b\x88\xee\x42\xd9\xb1\xe7\x5b\x91\xfa\x50\x8d\x0f\x1c\xa3\x9c\xc4\x59\xb1\x3b\x31\xeb\xbd\xed\xf7\x31\xeb\x3f\x2c\xa2\x10\x90\x19\xc6\x57\x0a\x0e\x81\x48\x9b\x9b\xd5\xe2\x86\x39\xca\xaa\x4a\x50\x88\x23\xd3\x2f\xd2\x11\x7b\x46\x6d\x1f\x15\x78\x1f\xcc\x2b\x32\x97\x80\x58\x62\xad\x1d\x17\x8a\x1f\x61\x06\x6d\x8c\x2a\x20\x86\x41\xeb\x12\x95\x0b\x1d\x5e\x13\xc4\xb1\x42\x1c\x59\x24\x1b\xf7\x9a\x73\xab\x0a\xd6\xdf\x83\x5f\x32\xf0\xb5\xf1\x33\xea\xf2\x2c\xcf\xa4\xef\x82\x05\x80\x6a\xee\xb7\x79\x91\x97\x32\x50\xac\xab\x5e\x83\x26\xd4\x6b\xd0\xba\xdd\x81\xef\x9d\x05\x29\xd2\x07\xe3\x70\x63\x64\xb3\x9b\x42\x05\x8b\x02\x0c\x39\x53\x0f\x35\x6b\x75\xbb\xea\xeb\xfa\x12\x74\x69\xef\xdf\x82\x66\x2c\xef\xee\x7b\x50\xf1\xe2\x10\xd0\x2b\x97\xa8\x80\x0d\xdf\x44\x57\xda\x7a\x86\x8a\xd5\x86\x5f\xd9\x05\xb5\x7f\x6a\x20\xe3\x01\x03\x05\x9c\x13\x15\x82\xdd\x8c\x52\x67\xa2\xca\x2f\x4a\xaa\xe5\x8e\x14\x0c\x66\xf4\x4b\xaa\xf1\x6e\xa0\xcf\x78\xbc\xb5\x28\x86\x79\xc5\x5a\x66\x1c\x76\x8a\x66\x26\xd5\xaa\x28\x48\x2d\x16\x03\xa8\x0c\x7b\x4f\xe3\x58\xd0\x2f\x42\xd6\x60\x05\xeb\xbc\x22\x32\x16\xd1\x00\xb7\x3d\x51\xe2\xc1\x69\xa8\x13\xec\x14\x46\xd0\x1a\xc8\x05\xef\xc1\x9a\xc3\x87\x17\xad\xf0\x7d\x90\xe4\x3f\xeb\x99\x96\x66\x86\xaa\xcf\x69\xa3\x6f\x65\xc6\x9a\xcc\xa8\x89\xe1\xb5\xe3\xa4\x4e\x89\x4f\x80\x5f\xc6\x19\x31\xfc\x4b\x14\x97\x81\xba\xbb\xa5\x92\xef\x2d\x74\x44\x33\x11\x11\x7c\xe7\x66\x98\xcf\xa5\x03\x88\x3f\x47\x67\x11\xde\x6a\xaa\xc5\xbc\x1a\x2a\x62\x8b\xe5\xe6\x43\x94\x63\x26\xcc\x95\xb2\x57\x76\x06\x56\x24\xc3\xc0\xda\xd0\xed\x22\xfe\xc8\xcd\x81\xa8\xe5\x54\xd9\xee\x53\x83\x0b\x4e\xab\xe7\xac\x17\x1a\xb4\x3e\x93\xd4\xea\xb3\xd7\x70\x25\x32\xa2\xa8\xb1\x45\x6e\xac\x54\xef\x58\x36\x3b\x29\x70\x91\x2c\xc4\xd9\xa1\x1b\x79\x52\x0e\x3d\x14\x46\x88\xc8\x34\x86\x8b\x26\x30\x1b\xb0\x53\xa1\xbf\x3f\xb1\x9f\x83\x8a\x6c\x22\x33\x14\x6c\xc4\x52\x03\xd0\xc7\x2e\x15\x1e\xa5\x52\x39\x57\x3c\x87\x17\x67\x84\xa7\x12\xbd\x66\x58\x2a\x12\x72\x2a\x10\x86\x84\xc1\x19\xba\x73\xa8\x15\xf5\x03\x55\x37\x90\xfb\x65\x42\xaf\x2c\xbf\xfd\x4e\xde\x17\x6a\xef\x17\x02\x98\x8b\x55\x63\x66\xcc\xd8\x97\x05\xf2\x50\x59\x78\x58\x69\x79\xeb\xee\x05\xf9\x3b\xa9\x0b\x83\x03\x16\xb4\x88\x57\x19\x6b\x80\x78\x49\x5d\x26\xc1\x18\x4a\xde\x57\xa2\xcc\x14\x6a\xda\xa0\x34\x01\x44\x9b\xa0\x6f\x32\x37\x28\x72\x82\x03\x56\x11\x05\x75\xc0\xfd\x06\x6a\xd0\xb5\x8b\xc2\x74\x9a\x9d\xb9\xb8\x91\x6e\x69\x41\xa7\xca\x30\xb5\xef\x55\xb6\x42\xb1\xc6\x11\xc8\x87\x6d\x35\x0d\xb0\x63\x07\xf9\xe7\xcf\x30\xe3\x47\xf7\x15\xb6\x86\xfc\x07\x90\x6a\xa3\x66\x1c\x71\xe0\xdc\x6c\x86\x26\x4c\x5e\xd4\x6f\x94\xae\x4f\x48\x24\x3e\x13\xe6\xb0\xb1\x34\x84\xe0\x35\x0a\x78\xf6\x99\x4a\x8f\x70\xb6\xd8\xf4\xfb\xc4\x10\x5f\x42\x8f\x9b\xe9\x74\xf1\xdf\x83\x7d\xf7\xed\x75\xd5\x02\x96\x21\x3a\x9a\xd5\x32\x3b\x04\xce\x78\x96\x6b\xdd\x10\x94\x06\xb5\x17\x54\xc9\x25\x5d\x04\x0a\xc1\x78\x5c\x12\x8e\xc8\x29\xf7\x96\xaa\x2c\xd1\x93\x07\x6d\x17\xa7\xf5\xab\x74\x7d\xa1\x11\x93\xb2\x1b\xe3\x9c\x99\xa6\xf4\x2e\xa1\x61\x55\x27\x16\x12\xa0\x1d\x13\xa1\x00\x95\x91\x4d\x06\x97\x83\x8e\x32\x69\x72\x72\xa0\x53\x35\x9f\x0b\xfa\x18\xe7\xa5\x20\xe1\xab\xce\x24\xd8\x16\xd9\x4f\xac\x03\x2c\x48\xc3\xaa\x61\x61\x69\xc9\x34\x99\x39\x69\xd0\x48\x80\x0a\xec\x31\x40\x43\xc1\x92\x7b\xac\x7f\x6f\x72\x58\x7e\x88\xf6\x5c\x4e\xdd\x94\xd2\x2b\xd0\xf9\xef\x52\x95\xef\x01\xbc\xcc\xf2\xe9\x0c\xfa\x68\x8c\xcf\x18\x06\xd0\x78\xd1\x84\x4c\xa0\xa6\x2c\x94\xc8\xbc\x1c\x2f\x2f\x0f\x73\x23\xc6\x85\xcc\x8e\x73\x59\x64\xa4\x2f\x9c\x59\x0c\x9d\xc6\x8d\x97\x21\x64\xc1\x25\x65\x21\xc9\x39\x09\x60\xd1\xb4\xcf\xa0\xdc\xa0\x44\x51\x82\x56\x0d\x29\xe1\xdc\x0d\xfc\x41\x2f\xe5\x9d\xdf\x96\xea\xae\x94\x3a\xd8\x7d\x11\xb7\xfb\x20\x70\x30\xf0\xbb\x11\xc4\xd6\x0e\xf6\x74\xaa\x10\x95\x55\x41\xf5\x00\x38\x38\x8c\x4c\xe1\xdf\x8d\x60\x6a\x8c\x94\xb8\x02\x90\x04\x8a\xe6\xee\xee\x9e\x0b\x7d\x13\xca\xf8\xc1\x55\x0e\x0c\x0f\x67\x04\xe7\x8c\x44\x18\x2c\xa7\x75\x91\xb4\x6c\x8e\x55\x8e\xea\xbe\x39\x5a\x23\xa1\x86\x00\x5d\x0a\x25\x18\xf3\x3b\x56\x36\x9c\x05\x38\x9e\x97\xbc\xa1\x48\xe2\xde\xd4\xb5\x2a\x5b\x91\xbc\x58\x2e\x3a\x37\x87\x7e\x71\x30\x0f\x5f\xf8\xa2\x70\xb9\xd8\xfb\x18\xef\x4f\xe8\x0b\x2c\x9e\x93\xa3\x21\x4f\x86\x0f\xbe\xc7\xd9\x66\x02\x9c\xc0\x21\x79\x69\x9a\xb1\xbb\x3d\xd8\x94\x15\x99\x3c\xa2\xae\x45\x3a\x63\x2b\x0e\xd6\x36\x9a\xfb\xb5\xed\xca\x2a\xde\x32\x51\x6d\x27\xf2\x24\x6b\xdd\x20\xe7\xac\xcb\xe3\x99\xed\x04\x33\x83\x15\x47\xfd\xc5\xb3\x4e\xfc\x5c\x7d\xee\x46\xaa\x9e\x7c\xa6\x1b\x07\xbe\x65\xcb\x12\x74\x75\xce\x48\x95\x56\x90\x97\x97\x71\x53\x11\xec\x39\x04\xa3\x06\xb4\x20\x80\x48\xc0\xe3\xc7\x74\x9f\x04\x3e\x35\x78\xa7\x90\x1a\x37\x6b\xbe\x18\xd8\x56\x19\xc3\x62\x24\x0d\x6a\x99\xd6\x87\x61\x94\x41\xe9\x3b\x9a\x2e\xa2\xce\x55\x20\xd2\x60\x71\x00\x5f\xa5\x5e\x0f\xd4\x2d\x7c\xa5\xa5\xb3\x94\x91\xf7\xa4\x2b\xda\x94\xc0\xef\xc9\x02\x5f\x30\xe1\x34\x55\x4e\xd1\x3d\xa5\xdd\x7c\x87\x6c\xd2\x51\xb0\x8d\x0c\x30\x40\x51\xe3\xc0\x12\xae\xa0\x59\x48\x57\xfb\xc8\x3b\xee\xb8\x07\xf8\x87\x02\x3b\x06\xdd\x70\x45\x79\x00\x9f\xb9\x93\xd1\x18\x97\xa7\x10\x7e\xa8\x58\xfa\xe4\xd0\xc1\x6d\x52\x5b\x87\x71\x19\xaf\xfe\xec\xbe\x40\xab\xb3\xf4\xb1\x85\x40\x63\xa2\x42\xce\x4f\xf1\x73\x26\xc0\xbd\x1d\x98\xbd\xd2\x71\x07\x51\x75\xb4\xed\x8f\x55\xda\x20\x97\x63\xec\x2d\x79\x0a\xa7\xc3\x45\x9f\x4e\x70\xde\x3a\x58\x5a\x64\xe0\xfd\x83\xdf\x11\x43\xfb\x34\xe4\x96\x19\x73\x87\xe6\xd8\xf9\x1c\xb5\x7e\x4d\x33\x46\xa9\x19\xeb\x22\xa4\x21\xf8\x35\x37\x48\x74\xda\x9a\xce\x55\xa8\x3a\x92\xa9\x92\xf9\x6c\xaa\xc8\xdc\x9c\xca\x3b\xfe\xa4\x4d\xe8\x35\xec\x68\x86\xe8\xde\xce\x88\x4d\x50\xca\xbb\xeb\x32\x9c\xc6\xca\x59\x23\xfb\xa2\x95\x32\xb5\xdb\x4c\x18\x20\x76\xb9\x0d\x04\x3b\x88\xb4\x3a\x2b\x4d\x4a\x76\x36\x99\xbe\xb4\x0c\x8c\xc3\xf8\x05\x84\x40\xbe\x71\x10\x44\x61\xc3\x27\xa5\xff\x46\x73\x65\x0a\x1c\x6b\x35\x1f\xb2\x86\x1f\xcc\x8d\xbf\x1e\x0a\x09\x6f\x84\x5c\x79\x59\xaa\xdd\xae\x79\x9a\xd7\x41\x14\xd4\xe3\xcb\x40\x70\xbf\x5c\xf8\x98\x89\xdb\x61\x68\xe0\x86\x8e\xe2\x8c\x3a\x16\x3a\x3c\x5a\x86\xaf\x92\x78\xc6\x4c\x67\xfa\x41\xb4\xbc\x40\x6e\xef\x78\xe1\xf7\x1a\xe8\x34\xb4\x97\x28\x63\x73\x3f\x57\x63\xe6\xa7\xec\xad\x48\x6f\x00\xea\x10\x86\x75\x0d\x47\x24\x9e\x9b\x77\xf6\x0e\x3e\x0b\x97\x1b\x50\x2b\x70\xf7\x46\xb2\xdf\x86\x8b\x01\x6e\x89\x38\x1b\x22\x0f\xc1\x6a\x36\x65\x0d\x86\xe4\xb5\x6e\x4a\x42\x1b\x35\x88\x10\xfc\x44\xb5\x82\x3a\xd4\xd6\xba\xcb\xcb\x12\xee\x8b\xdf\x1b\x51\x30\x92\x54\x02\xc7\x46\x2b\x55\x7b\x5f\x6b\xc2\x4b\xc1\x34\x21\xdf\x1a\x2d\xc6\x0c\x19\x48\x4f\x1b\xa1\x45\x59\x4b\x99\xb9\xf1\xa6\x5e\xed\x9b\xbc\x67\x7b\x2a\x9c\xc8\x02\x44\x04\x44\x96\xbd\x45\xd2\xa1\x72\xb2\x7d\xfa\xba\xa6\x01\xda\x8b\x19\x33\xdb\x2f\x8e\xb5\x55\xf0\x37\xb5\x16\x20\x2d\xba\x54\xb5\x45\xf2\xd8\xd9\xd2\x89\xb7\x96\x07\x39\x0c\x01\x5e\xbc\x42\x2a\xa7\x09\x5c\x2a\xfe\x9a\xb3\xc5\x51\xe5\x9c\x88\x4e\x04\x34\xc6\x0a\x48\x86\x34\x4c\x1d\x70\xf7\xbc\x8f\x49\x4e\x94\xde\x5c\xce\x51\xe1\x76\x42\x8a\xcb\xbf\x37\xb2\x91\x2e\x87\x37\x3d\xd4\xa8\x87\x84\xa6\x8e\xb5\xaa\x2e\xca\x63\x51\x18\xe9\x71\x3c\xf2\x04\x47\x99\x7f\xca\x01\x35\x3a\x24\xac\xde\xce\x72\x53\xa1\xa7\x06\x51\xdc\x89\x05\x71\xb4\x38\xb1\xca\x89\x36\x25\xd4\x0f\xca\x71\x21\x94\xcb\x35\xba\x24\x25\x45\x35\xd5\x78\x1d\x95\xaa\x46\x4f\x17\xaa\x3c\x6e\x8a\x49\x5e\x14\xe4\x47\xef\x0a\x7c\xb3\x52\xe0\xd2\x17\x00\xa3\xfb\x0a\xdd\xb7\xd1\xaf\x71\x8a\xa7\xf3\x7c\x3a\xab\x87\xe4\xc3\x15\xab\xa6\x51\x90\xd3\x57\x0a\x91\xde\x14\xdd\x8b\x30\xa5\xef\xd1\xaf\x0a\xf8\xed\x60\x7e\x12\xfa\x87\xa5\x32\xc8\xa7\x4e\x6f\x7c\xc6\x5a\x3a\x6a\xfb\x6e\x16\xa8\x3a\xf3\xf2\x6a\x39\x17\x79\x49\xf8\x3c\xb6\x1f\x80\x38\x8a\x81\xcc\x48\x3e\xe5\x73\x01\xeb\x88\x8a\x3a\xc7\xcc\x28\xb2\x28\x2c\x0b\x37\xe0\x70\x1c\x71\x9f\x39\xe2\x14\x39\xec\x29\xba\x26\x95\xde\xab\x42\xdb\x40\x23\x25\x94\x06\x4a\xfd\x24\xe0\xd6\xb9\x13\x74\xf9\x88\x6c\xc1\x7a\xe8\x99\x1a\x00\x6b\x09\xcd\x07\xc9\xc8\x64\x26\xf2\x92\x76\x09\xe8\x16\xbc\x43\xc7\x63\xe0\xa4\x66\xdc\x14\x76\x52\xf4\xdc\x5c\xb2\x3e\x96\xce\x84\x99\xed\x17\xd5\x4c\x00\x65\x22\xe6\xb2\x20\x79\xf3\x08\x6d\x52\x0a\x59\xb3\x15\xaf\x4f\xb3\xcd\x55\x6c\x90\x0d\x54\x02\xc9\x13\xed\xbc\xe4\x64\x96\x43\xe1\x4c\xd4\xe2\x52\x83\xa6\xb3\xfd\xbc\x46\x15\x3f\x3d\xe6\xd5\x83\x7b\xe5\x10\x6f\x7b\x9b\x61\x1f\x31\xb1\x11\x69\x74\x8e\x22\xfb\xec\x4c\xf2\xb1\x01\x95\x38\x47\x19\x8c\x20\x9a\xbd\xef\x18\xb4\x6a\x35\xae\xeb\x85\x14\xfa\xbf\xa9\x60\x46\x3b\xbe\x42\x96\x85\x25\xcd\xce\x1b\xf2\xc8\x77\x04\x7c\x06\xe4\x77\xd4\x0e\x7b\x04\xa9\x8c\x61\x9d\xac\x2b\xa5\x58\x61\x31\x37\xef\xf3\x2c\x93\xa5\xdd\x7b\x79\x39\xd4\x52\x7a\x69\x94\x63\x89\xa1\xda\x3e\xb8\x44\xbd\x24\x21\x5c\x7d\x87\xfe\xe7\x30\x03\xdd\xe7\xf7\xe0\x57\xd3\xf1\x4c\x51\x60\xc1\x9b\x34\x47\x5f\xa0\xd8\x4b\xe7\x75\x87\x62\x4f\x4a\x52\xf1\x27\x7c\xff\x10\x7b\x70\xc6\x9a\xd9\x87\x51\x34\x71\x6f\xdf\xa3\x21\xee\x2d\x6f\xec\x5a\x4d\x51\x8f\x41\xc3\x45\x0d\x5e\x3f\x11\x57\xd4\x81\x9e\x17\x72\x92\xd8\x82\x04\xe9\x1d\x02\xb5\x81\x3c\x04\xaf\x7a\xf2\x7c\x58\xaa\x03\xd4\xf9\x63\xb5\x1e\xc5\xa7\xe2\x4e\x8b\x0a\x3b\x59\x13\xeb\x29\x55\x78\x8d\xd9\x3f\x19\xb9\x2f\x26\x5d\x1f\x4b\x78\xa0\xf7\x5e\x59\xbf\x0b\xb9\x38\x5a\x4e\x42\xd5\x2a\x32\x42\xaa\x27\xa8\xee\x97\xaa\x02\x28\x5d\xd8\xc0\xdc\x30\x9a\x06\x57\x35\xa7\x8c\x9b\xbc\xc8\x82\xfe\xe3\x28\x81\x19\x34\x2d\x15\x02\x4e\xdb\x59\x47\x44\xa1\xae\xa0\x2f\x60\xef\x17\x38\x52\x6c\xf1\x0e\x33\x33\x94\xf7\xce\x94\xba\x5e\x54\x32\x54\x88\x44\x38\x3b\xd4\x8d\x0f\x30\x98\x47\x2b\x84\xc1\x02\x00\x8b\x11\x13\xf2\xa7\xe5\x91\x91\x9a\x84\x91\x38\xbf\x4a\xe7\xd3\xe3\x92\x14\x2e\xb4\x98\x4a\xc7\x67\x29\x55\x0d\x82\xb0\x35\xf4\xca\x89\xfb\x7a\xe8\xec\xd7\x33\x59\x80\xc2\x00\x73\xfb\x6a\x55\x9d\xcc\x41\xb5\xb1\x96\xb1\x7d\x18\xd3\x8c\xa8\x9b\x77\x31\xfe\xed\xc4\x39\x21\x73\xd4\xb5\x64\x77\xa3\x2e\x53\x48\xba\x32\x17\x99\x75\xcc\x0b\x39\xa7\x13\x3d\xe3\x0a\xc8\xb0\x9e\x58\x18\xa6\x22\x20\x38\xce\xcb\xcc\x89\x7d\xb1\xc3\x01\xda\x05\xcb\x87\xb8\x30\x8b\x68\x6d\x33\x9c\xa3\x96\x42\x13\x5d\x18\x80\x5a\xe8\x18\x4c\x69\x34\x2e\x07\x21\x10\x32\xba\xe9\xf1\xee\xb2\x2d\x6d\xcf\xfd\x02\xf9\x1e\xcf\xd1\xa0\x56\x84\x8e\xd3\xb9\x75\x85\x72\xd3\x37\xa7\x3e\xbf\x8e\xb4\x64\x15\x78\x35\xe0\x26\x08\xcb\x7c\xef\x0d\xc5\x28\x66\x10\x50\x93\x63\xe0\x41\x38\xb3\xea\x2a\x30\x9c\xe4\xe1\x15\x4a\x20\x21\xf9\xb6\x19\xe3\xcd\x80\x8e\x48\x90\xd1\xe4\xf6\x9f\x83\x35\xc6\xc9\xcf\x61\x51\xc9\x0c\xa4\x13\x05\x6a\x90\x32\x73\x43\xad\xf3\xb9\x1c\xd4\xe8\x01\x15\xf1\xc9\xdc\x0c\x72\x34\x6a\x47\x67\x4c\x35\x9a\xf6\x8d\xa1\x1b\x88\x93\x97\xa9\x2c\xd8\xd9\x38\x9a\xb3\x0d\x55\x43\x5c\xcb\x0c\x1e\xf2\xe4\xbd\xc5\xde\x8e\x40\x4e\x87\x15\xdd\x22\x63\x23\xf5\x5a\x63\x37\x72\x41\x5f\x38\x2f\x88\x6b\xe6\xb2\xac\x7f\x76\x5f\x1f\x9c\x03\xdf\x9f\xdd\xd7\x07\x16\x05\x49\x64\x73\xd0\x37\x1f\x8d\x54\x4b\x59\xfe\xec\xbe\x3e\x38\x5c\xd6\x77\xb6\x56\xc1\x01\x75\xb1\xf0\x54\x02\x90\xe0\x48\xa8\x8e\x8b\x46\xb3\x20\xcf\xce\xa3\x0b\x14\xe4\x9c\x8b\x1a\xe6\x34\x0a\x72\xaa\x5d\x59\x3f\xf3\x88\xdc\x82\xae\x23\x73\x31\xbd\xf2\xa4\xb6\x97\x5e\xe9\xec\x21\xe6\xa2\xcc\x2b\xbb\x14\xb9\x2a\xdd\x8a\x11\x42\xe9\x32\x91\xdb\x5c\x17\x46\x65\x6d\x55\x2d\x78\x27\x65\x88\xb3\x37\xf6\x6e\xbe\x40\xca\xdf\x7e\x1e\xc0\xa0\x26\xf9\x3d\xf3\xb0\x33\x35\x3f\xb3\x0d\x22\x00\xf6\x36\xb1\x33\x61\x06\x1e\xb6\x9e\x2b\xbe\x23\xe0\x16\x3a\x09\x3d\x46\x8d\xe4\xad\x28\xae\x75\x01\x6b\x2a\x2b\xb6\x43\xb5\x63\x0a\xf0\x8a\xfd\xc0\xcd\x71\x46\xd9\xc2\x38\xa3\xd3\x90\x14\xf7\x6a\xb7\xc8\xe8\xbf\x44\xd2\x1e\xdd\x4a\xa0\x08\xd2\x1d\x0e\x76\xd2\xe3\x15\x1a\x1d\x8e\x0a\xa1\x96\x46\x2c\xde\x4d\x58\x13\xac\x4b\x33\x2f\x55\x09\x7e\x24\x00\x25\x25\xe7\x69\xaa\x22\x1c\x8f\x94\x32\x9a\x5a\x66\x6c\xaa\x62\xee\xe0\x86\x41\x01\x9c\x1e\xab\x7b\xe7\x1f\xb9\xd1\x64\xfb\x47\x25\xd0\xab\x00\x4b\x1f\x51\x6f\x0c\xb4\x6b\x9c\xd3\xba\xfc\x1e\xdc\x82\xba\x76\x45\x96\xbd\x93\xb5\xc5\x8f\x4e\x22\xad\x82\xe3\x92\x9c\x15\x1e\x97\xbe\x7e\x28\x35\x94\x06\x29\x35\xc3\xc6\x00\x59\x7e\xcb\x3d\x82\xfa\x99\x89\xf9\x2f\xba\x86\x8b\xdc\x6e\x26\x74\x73\x76\x2a\x27\x35\xc5\xab\xa6\xcc\xc0\x05\xd4\x19\x7a\x9b\x33\xce\x05\x1a\xc9\x47\xe3\xce\x62\x29\x3b\xfa\xfc\x33\xf2\x07\xa0\xda\x7f\x91\xcd\xbf\xc5\x77\x31\x91\xa2\xf0\xfc\x3a\x47\x97\xd8\x46\xd0\x9f\xa1\x3e\xcc\xe7\xb2\x34\x16\xaf\xa2\xba\xbd\x53\x54\xb4\xb7\x46\x47\xdb\x76\x2b\xf2\xf8\x3a\xcd\xb7\xc7\xdc\x3b\xe0\x76\x07\x97\xf4\x02\xee\x3a\xde\x3e\xb5\xf6\x6d\xea\x4c\xea\xa1\x72\x52\x65\x8c\x40\xd7\x49\xce\x9f\x09\x8c\xd6\xc9\x99\x53\x43\x98\x3c\x72\xf9\x2d\xbe\xcf\xd5\xdd\xca\x32\x53\x9a\x95\x99\x26\xf6\x3e\x08\x54\xce\x26\xe4\x52\x00\x2a\xc0\x2c\xa9\xe0\x44\x5f\x94\xd1\x3e\xc2\x69\x69\x87\x6a\x94\x45\xd3\x6d\x93\x1a\x33\x40\x4f\xb5\xb7\xb9\xc9\xc7\x79\x81\xb4\xb5\xc5\x53\xc1\x8e\x28\x74\x13\x8b\xc4\xc4\xa0\x12\x29\xd9\xa8\xaa\xb2\xfe\x29\x70\x85\x8e\xd3\x7b\x2b\x1d\x86\x6b\x9a\x31\xfb\xcd\x1e\xab\xfb\x33\x95\xc9\x62\x1f\x90\x66\x96\x87\xf1\xac\xa2\xcd\x25\xcd\xd8\x3d\x7b\x98\x31\xc1\xa1\xf9\x17\x99\x78\xd6\x9a\x4c\x37\x60\x4e\x2f\xbc\x77\x18\x02\x42\x61\x25\x38\xdd\x34\x50\x7b\x64\xe1\x02\xb9\x92\x29\x1c\x8d\x21\xa1\xf1\x52\x90\xff\x83\xd4\x18\x26\x41\x2c\xa4\x66\xf5\x3a\x73\x10\xce\x97\xf1\xc7\x95\xd8\xee\x76\x2b\xe6\xe5\xd4\x57\xde\xde\x48\x6f\x9b\xe9\x74\xe1\x76\x84\x93\x87\xba\x0f\x26\xd7\x2b\x6e\x5d\x37\xd4\x2f\xbc\xbb\x1b\xe7\xa5\x70\x72\x4f\x3a\x1e\xa8\x69\x78\x47\xcb\x70\x7f\x8e\xf7\x75\x48\xc2\xeb\xc9\x3d\x23\x9a\x1a\xeb\x33\x16\xf7\x40\x11\xf3\x0c\xe8\x1e\xf2\x10\x21\x4d\xbd\x5f\xe6\xe8\x6f\xf0\x58\xe3\xa0\x11\x03\x3e\xa6\x8a\xa7\xb2\x3c\xbe\xf7\x46\x14\xce\xab\x2c\xa2\xc9\x4c\x0d\x71\x1d\x6b\x9b\x6b\xfb\xc1\x37\x50\x4b\xc4\xe4\x0b\x1f\x65\x30\x0e\x89\xaa\x18\xf5\x0e\x28\x27\x72\x78\x02\x64\x22\x3b\x3f\xb1\x15\x19\xcf\x8a\x38\xe2\x75\x63\x84\x29\x7e\xf3\x81\x22\x3d\x2f\x67\xaa\x6a\x75\xc4\x4f\xac\x54\xde\xbd\x15\x11\xf4\x84\x02\x69\x1a\x8a\xef\x39\x02\x75\xe2\xec\x80\x36\x21\x8d\x98\xee\x5b\x4f\x98\x81\x73\x47\xba\xdb\xe8\x50\x35\x25\x90\xb6\x19\x39\xc6\x9d\xa0\xa3\x70\xfe\xfc\x39\xf8\xfe\x10\xce\x04\x8e\x92\xe9\x2d\x0e\x01\x28\x10\x19\x7a\xcd\xc7\xf9\x96\x98\x03\x89\xfd\x4c\x85\x13\x3f\xc9\xcb\xdc\xcc\x68\xa6\x19\x39\x86\x21\xd2\xc5\x70\x4c\x8f\x3e\x64\xf2\x10\x91\x6c\xf8\xbe\xae\xf8\x6b\xc8\x34\xa5\x6d\x13\x68\x06\xfb\x81\x2c\x62\xec\x06\xa5\x1b\x1c\xd5\x04\x55\x5d\x33\x89\xb3\x51\x7b\x9f\x35\xe4\xd7\xd4\x62\x37\x17\x25\xf6\x78\xe0\x19\xfd\xc0\xc8\xe7\xbb\x6f\xac\x54\x41\xdc\x1f\x2f\x4f\xb4\x28\x29\x21\x73\x20\x13\xe4\x77\x12\xd0\x99\xae\x8d\x62\xde\xcd\x94\x99\x06\x85\xba\x93\x3a\xf5\x5a\xb2\x1a\x70\x38\xf6\x51\x19\x3a\x44\x86\x57\xa8\xf6\xc1\xc7\x76\x21\x2a\x40\x52\x01\x56\x90\xf6\x19\x7a\x8f\xf3\x4f\x68\x60\xaf\x08\x1a\xe0\x4e\xba\x47\x19\x06\xbb\x83\x49\x1b\xed\x5c\x3f\x14\xe2\xf3\x67\x06\xd8\x01\xcb\x4a\xdd\x4a\xe7\xfc\x0a\x66\xd1\xbd\xdf\x52\x8b\x9a\xae\x46\xd2\x2c\xe4\x52\x33\xe1\x34\xe2\xb4\x66\xf7\x15\xb7\xa2\x70\x20\x0b\x36\x3a\xf2\xbe\x61\xac\xe0\xec\x10\x87\x7d\xa6\x74\x35\xeb\xfa\x0e\x89\x2c\x30\x8b\x45\x40\xa9\x20\x8e\x4f\x53\xae\x4a\x52\x89\x29\x44\x68\xf8\x84\x68\xbd\xa8\xbd\xe3\x31\x27\xb9\x34\x44\x37\x78\xba\xd0\xcb\xc3\x89\x04\x37\x28\x97\x0f\x58\xd3\xa8\x7c\x81\xa6\xa3\x20\x52\x26\x55\x89\xc3\x8b\xb3\x4b\x36\x2d\xc5\xf7\x12\xb4\x9a\x3b\xa6\x20\x70\xa2\x6e\x90\x4b\x76\x70\x75\x7a\x0c\x6c\x0e\x10\xf6\x10\x01\x60\x82\x18\x5a\x71\x60\x18\xc0\xab\x83\x78\x9b\x0b\x36\xf8\xc3\x16\x40\x01\x1a\x1f\xc1\xd1\xa1\x17\x54\x36\x3b\x0a\xbf\xdd\xae\xd8\x79\x05\xca\x07\xc8\x08\xd3\xa2\xac\x73\x96\x10\x91\x46\x82\x41\x7c\xdf\x3b\x8d\xd1\xa0\xec\xc2\x3c\x13\x51\x1a\xf7\x80\x57\x51\x84\xd4\x70\x5e\xee\x97\xe9\x0c\x1f\xdc\xca\xb2\xa1\x72\x9c\x0a\x73\xa1\x87\x61\x39\xb4\x6e\x40\xfc\xc9\x82\x20\xb0\x5c\x08\x2d\xfe\x38\x32\xf8\x44\x4c\xda\x42\xd4\x7a\x69\xbd\xbf\xfd\xfe\xf3\xfb\x2b\x9f\x8f\xa4\x30\xf2\x26\x2f\xa7\x2e\x9f\x4f\x0e\xc1\xd8\x85\x3e\x76\x9e\x2a\xb8\xc5\xa0\x72\x3b\xa2\xdf\xc4\xfd\x11\xfb\xd4\x9e\x14\x22\xd0\x3b\xb4\x49\xf4\x12\xb0\xa1\xcd\x77\xa6\x32\x16\xef\x92\x89\x70\xa3\xf1\xa8\xc0\x33\xd0\xac\x40\x84\x73\x2a\x88\x79\x42\x32\x05\x86\x1f\xc0\xfb\x84\x61\x19\x42\x04\xf1\x69\x7c\xd4\xce\xc0\xfc\xb7\xd2\x79\x02\xc3\x4e\x34\xcc\x90\x64\xeb\xc3\xdf\xc4\x7d\xc8\x31\xb2\xe1\xf6\xb0\xc2\x65\x65\x01\xd6\xf5\xd5\x69\xd0\xe4\x7b\xdc\x18\x7e\x2f\xc7\xf1\x1e\x78\x0e\xe9\x62\x6a\x74\xe1\xf6\x82\xbd\x90\x90\x93\x86\x12\x67\x27\x20\x63\x75\x27\x2f\x2e\x62\xb5\x29\x59\x06\x0a\x1e\x7c\xef\x05\xa2\x07\x7c\x62\xf5\x80\xdd\x07\x02\x6a\xe0\xfb\x12\x47\x04\xde\xea\xf6\xc7\x38\x42\xb0\x35\x0b\x47\xe0\xf8\x7e\x57\x9d\x81\x19\x9b\x37\xa8\x8f\x2e\x42\x9d\x67\xf2\x2c\x9f\x33\xe4\x99\xfb\x4f\xec\x1b\x3a\xd9\x47\xdf\xaf\x10\x31\x74\x46\x8a\xce\xe5\x16\xbc\x1d\x74\xa8\xe6\x22\x47\xea\xc8\x38\x25\x0b\x3e\x79\xf9\x24\xd8\x48\xfe\x74\x22\xe5\x38\x60\xa7\x6b\xe8\xa2\x18\x75\xa3\xc2\xb6\x78\x95\x0c\xa9\x82\x33\xef\x9e\xe3\xd1\x31\x03\x57\x9f\xba\xee\x1d\xfa\xd3\x07\x8a\x06\x41\xd8\x6e\x17\x84\x90\x57\x41\xe5\x76\x23\xee\xd0\x2f\x1d\x20\x87\xb5\x38\xb3\x23\x5b\xf4\x40\xb1\xd2\xdb\x54\xd6\x64\x66\x63\xc9\x56\x66\x04\xdc\x69\x51\xed\xd3\xcb\x08\xda\x81\x70\xa6\x61\x6c\xea\x09\xb9\xd9\x9a\xd5\xf3\x22\x22\xe4\x9b\x92\x38\xa7\x40\x1d\x00\xf4\xbc\x9f\xd9\x9c\x3f\x9f\x9d\xbe\xaf\xeb\x8a\x16\x11\xa3\x69\x2e\x06\xbc\x54\x10\xe5\xdd\x66\xa4\xc8\xf2\x02\x59\x4b\x78\xf5\xa0\x87\xdf\xc6\x48\x4d\x52\xd3\xfb\x99\x76\xa7\x51\x31\x97\x4b\x95\xbc\xf2\xaa\xac\x03\xe7\xe8\x20\x53\x81\x6b\x13\x39\x50\xc1\x4a\x30\x07\x9c\x83\xb8\x7e\xe3\xbc\x44\x11\x90\x71\x4a\x99\x24\x7a\xd1\xf4\x06\x12\xc4\x1f\xb8\xb0\xbc\xad\x59\xfc\xef\x05\x86\xda\x82\x8f\x8a\xc0\x88\xfb\x0d\x87\x45\x08\x68\x00\xc2\xf8\x64\xb2\x42\xc1\xad\xd4\x77\xda\x5e\x54\x21\x1c\x0a\xdf\x2f\xb1\x75\x32\x9d\x06\xc8\xf6\xfb\x21\x48\x91\x59\x38\x7a\x23\x65\xe5\x39\x32\x70\x39\x66\x7c\x87\x19\x8f\x23\x92\xd8\xdc\xb9\xa6\x4c\x1b\x1d\x50\xc2\x69\xc3\x2e\x87\x91\x53\x81\xaa\xce\x69\xa3\xdd\x47\x58\xf0\x60\x30\xf0\xb9\xe9\x86\x6e\x0c\xc3\x2f\xd8\xed\x77\xee\x21\xad\x0f\xde\x71\xaf\x98\xca\x9f\x5d\x88\x08\x33\xb6\xa9\x45\xec\xc1\xbf\x41\x45\x1a\xd7\x6b\x9b\x6b\x8e\xba\x63\x9a\x83\x18\x99\x47\x44\x07\x4e\x9a\x92\x4d\xa4\x98\xe1\x4b\x0f\x3e\xba\x00\x2b\xce\x4f\xca\x0b\xf7\xd1\xe0\x2d\x85\x0f\xdf\xcd\x54\x91\xb1\x32\x2a\xe9\x4f\xc3\x4c\xd2\x41\x82\xd7\x16\xa4\x06\xf3\xac\x91\x13\xa6\x8f\x9e\xd1\xdb\x2e\xe5\xa4\x40\x33\xca\x9b\x42\x95\x22\x34\x41\x07\x44\x83\x6c\xda\xc0\xf2\x98\xf8\xfa\x16\x47\x38\x20\xd7\xdf\xf6\xfb\x50\x12\xf9\x61\x03\x28\xef\xb3\x5f\xef\x85\xa1\x2f\xc4\xe9\xde\x93\x46\x4d\x6e\xf0\x29\x1b\xae\xc2\x45\xb8\x7a\x5c\x0c\x56\xe6\x82\x58\xa3\x0b\x62\xb5\xa7\x1c\x44\x4e\x7c\x54\x35\x87\x5d\xcd\x1c\x81\x15\x73\x08\xeb\xe5\xd0\x80\x5e\x56\xab\x9c\x22\xa9\xc4\x06\xf6\xb3\x2c\x08\x61\xa1\x81\xf4\xef\xf2\x80\xc8\x10\xdf\x33\xac\xed\xf5\x45\x9d\x80\x80\xeb\x01\x84\xb0\x79\xf8\xc4\x6a\xe0\x13\x1b\x66\xfd\x65\xed\xfd\x01\x8f\x85\x91\xf6\x06\x45\x80\xed\xd5\xca\x23\xd3\x4c\x67\x39\xc5\xbe\xa8\x9c\x1b\x28\x97\x97\x14\x85\xbc\x06\x12\x38\x22\xba\xc4\x87\x3c\x6f\xe4\xc2\x90\x34\x99\x5e\x32\xa4\x90\xbd\x15\xc5\x1d\xaa\x6a\xa0\xdd\x57\xa0\x57\x6e\x16\xf3\xd8\xf4\xc7\xf6\xf5\x9d\xac\x31\xc0\x96\x39\xa4\xb7\x6d\xd3\x4e\x0c\xb8\xbd\x3a\x44\xc5\xea\x20\x06\x00\x5b\x3d\x17\xe6\xc6\x59\x1b\xe4\x9f\x91\xdb\x60\x93\x61\x98\x86\x43\xe0\xec\x80\x03\xd8\x06\x11\x4f\x18\x2f\xf4\xd4\xf0\x97\x16\x8b\xa8\xf3\xbe\x20\x0d\x50\x8d\x7f\x3b\x21\x43\x60\x55\xcf\xdc\xe7\xf8\x37\x2a\x56\xcf\x5c\xf9\x13\x83\x82\x25\xc8\x87\x9f\xb9\x19\x88\xb9\x0c\x72\xa0\xa7\xd9\x8c\x73\x05\xc1\xf1\x6f\xd7\x70\x1b\xb9\xd4\x30\x98\x9b\x33\x61\x90\x77\x5e\xab\x01\x3f\x19\xa9\xe5\x89\x79\xaf\x4c\x4d\xfa\xe4\x16\x5c\xb0\x91\x6e\x60\x83\xc7\x26\xcb\x2a\xc0\xc4\x4e\x8c\x3b\xb0\xb9\x37\xe8\xa9\xdd\x96\x19\xb2\x47\xb2\xd0\x8a\x0f\xb1\x05\xf6\x68\x06\x02\x61\x89\x4a\x34\x5a\xfe\x17\x4b\xd4\x61\x4a\x07\xe8\x1c\x21\xf5\x47\x21\x37\x97\x42\x93\x94\x58\x68\xef\x14\x55\xd5\x33\xff\x8c\x92\xd6\xb0\xbf\x79\x02\x7c\xc0\x10\x13\x46\x3b\xd2\x53\xd5\x33\x47\x85\xa2\x7a\x29\xcf\x29\x1d\x80\xb9\xa8\xc2\x27\x7e\xeb\x20\x00\x1b\x98\xa7\x06\x43\xff\x72\x8f\x82\x8e\x17\xb5\xd7\xe9\xb5\x01\x7f\x3d\x38\x3c\xc4\xb8\x8e\x21\x02\xe8\x1f\x07\x75\x0e\x03\xc7\xbf\xf9\x21\x8e\x7f\x0b\x46\x72\x93\x57\x07\xee\x5d\x55\x37\x9a\xf1\x6f\x1c\x59\xcf\x78\x35\xb5\x94\xce\x84\x83\x0e\x8e\x6f\xcb\x22\x40\xce\x0d\x58\x6e\xfe\x29\x17\x4c\xfd\xc1\xa1\xf1\x62\x56\xf8\xb8\x68\x9f\xcc\xa6\x9c\xf3\x7e\x82\x05\x73\x98\x97\xa9\x9b\xb1\x33\x9b\x80\xb2\xef\xc2\x96\xec\xac\xa2\xf3\x22\x54\x37\xc2\x80\xe1\x93\x75\x87\x16\xca\x18\xc8\xc8\x84\x3b\x0e\x1d\xc0\x5b\xca\xac\x77\x24\xaa\x28\x4c\xb5\x46\x71\x16\xa4\x86\x61\x6a\x23\x8a\x4b\xc3\x00\x76\xfb\x80\x5f\x87\xb5\x9b\xfd\x3a\x27\xdd\x65\x73\x33\xd0\x29\xca\xe7\x4e\x8e\x46\x97\x57\x17\xc3\x0b\xd4\xd5\x56\xa9\x77\xac\x32\x95\xf5\x99\x60\xa9\x8e\xbd\x5f\x11\x5e\xda\x05\x39\x72\xef\x50\xdb\x90\x33\x6a\xb1\x81\x4b\xa7\x10\x54\xaa\x4c\x5e\xa3\xc6\xd7\xd8\xb9\x3d\xb3\x59\x06\xf8\xd2\x74\x25\x72\xc0\xc9\x4e\xf7\xaf\xde\x1d\x8d\xf6\xaf\xae\xf6\x3f\x8c\x06\x27\xff\x73\xe4\x56\x2f\xb2\x75\xac\x9b\x31\x0b\xdf\xbd\xdb\x3e\xc8\x16\x41\x78\x1b\x75\x4d\xa8\x1f\x28\xc5\xc6\xc9\xee\xdd\x6b\xda\x3f\x36\x3b\x7d\x7e\x10\x05\xd9\xd7\x9e\xed\xff\x0c\xf6\xe3\xe7\xef\x86\xef\xdd\xc7\xe8\x60\xff\xf4\xe0\xfa\x74\x7f\x78\x61\xa9\xe4\xfd\xd3\xd3\x8b\x9f\x46\x83\xe1\xfe\xe9\x11\xf9\x14\x45\xa7\x08\x87\x27\x83\xcb\x8b\x81\xfd\x3a\xbf\x18\x51\x60\x74\x71\x3e\x1a\x1c\x0d\x6d\x4d\x57\xd7\xa3\xd3\x93\x81\xfd\x3c\xd8\x3f\x78\x6f\xb3\x5d\x5f\x1e\xee\x0f\x8f\x6c\x69\x9b\xed\x1d\x64\x2b\x45\x7e\xeb\x0f\xdf\xe9\xd5\xb5\x53\xe7\x4d\xf1\xd4\xa1\x2f\x0b\x71\xbf\x3f\x65\x65\x16\x7c\xe3\xb6\x54\x87\xf8\x7d\x41\x2c\x22\x7a\xa0\x69\x2a\x2f\x4a\xba\xcd\x4f\xd9\x23\xf0\x80\xab\xd9\xb7\x15\x1f\x00\xbf\xb8\xa6\xf7\xb6\xc1\xc1\xad\x28\xc8\xa8\x13\xe5\xbb\xf4\x2e\x2f\xbd\xff\x0d\x46\xaa\xf4\x14\x13\x38\x1a\xa0\xf7\x61\xe4\x7d\x95\x6b\x69\xf6\x51\xc0\x78\x6d\xa4\xf7\xf8\x73\xce\x7e\x29\xe8\x92\x47\x06\x19\xfb\x99\xfb\xbc\xc6\x8f\xfa\x02\x65\xc5\x4a\x2a\x40\xee\xbe\x6b\x70\x43\x7d\x56\x68\xea\x56\xe4\x25\x3e\xb2\xa2\x1a\xf7\xb8\x4d\xc9\xac\x41\x9b\x17\x73\xa9\x29\xdb\x2c\x60\x7d\xff\x72\x0f\x89\xce\xc5\x6f\x18\x9f\x97\xa4\xa0\x8d\xc2\xe9\xa1\x3a\x21\xeb\x8e\x4a\xa4\x37\x6f\x85\x91\x7f\x7b\x05\x02\x62\x45\xdb\x1b\x5f\x48\x43\x05\x39\x54\xb5\x45\x45\x4c\x24\x53\xd8\xe9\x1f\xdc\x1c\x54\xd5\xdc\x92\x5d\xec\x7a\x2d\x77\x5f\xd8\x82\x43\x92\x0d\x2b\x88\x62\xae\x7a\xa8\x58\x57\x52\x8c\xc7\xc8\x55\x57\x2c\x19\x5e\xdb\x5c\xfb\x1f\x94\xc8\x56\x00\x4d\xdd\x81\x1f\x21\x7c\x06\xbd\x0a\xbd\x70\xf3\xb3\x60\x35\x55\x3b\x7d\x23\x9e\x27\x04\xe7\xb0\x4e\xc2\x2b\x06\x50\x4d\xb5\x1a\x86\x41\xdb\x07\xef\xb1\xdc\x56\xe3\x2e\x03\xdb\x93\x01\x39\xf9\x26\x5f\xee\x38\x22\x8e\xb4\x65\xf9\x7b\x92\x83\x37\x1a\x24\xdf\x90\x9b\x3c\xcf\x33\xd2\xcf\x77\x35\x19\x76\xae\x2d\xbd\xc1\x04\xb0\xc4\xde\xb9\xa5\xa5\x45\x3e\x56\xfa\xda\x48\x22\x5c\x82\xf8\x16\x05\xe2\x2f\x76\xe4\xe4\xd0\x86\x22\x2d\x40\x60\x13\xf2\x0e\xcb\xcb\x9a\x9d\x2b\x9c\x94\x75\x41\x9e\xe9\xed\xa8\x9d\xe1\x21\x29\x1b\x66\x81\x3d\x73\x3e\x97\xff\xc3\x7a\x54\xe4\x95\xef\xdc\x4f\x39\x8f\xde\x11\xae\x20\xee\x20\x4f\xf1\x4d\xd4\xff\xcf\xe1\x1c\x4c\x65\x4d\xb5\x82\x17\xf5\x70\xc1\xb2\x2c\xda\x01\x61\xc3\x19\xa6\x9f\xa2\x23\x33\xf0\x34\x81\xe7\x03\x32\xbc\x72\x5f\xaf\x59\xdf\xd8\x4d\x56\x6e\xae\xcb\xfc\x7e\xc8\x56\x9d\x76\x43\xc1\x13\xe4\xf5\x67\x34\xe5\x3b\xe3\x43\x89\x7b\x17\x35\xa0\x99\x1b\x5e\x07\xc5\xdc\x3e\x0b\xb6\x20\x19\x39\xe2\x82\x90\x6d\x30\x0b\xee\x40\x29\x19\x84\x00\xf3\x71\x3e\x6d\x54\xc3\x56\xfc\x14\x7d\x52\xde\x82\xf7\xb7\x20\x72\x8e\x6f\x0b\xb4\x16\x1a\xa1\x8e\xbd\x60\xdd\x49\x1f\x31\xcc\x18\x31\xd0\x70\x27\x60\x14\x82\x0f\xee\x27\x67\x07\xd3\x2d\x9f\x6c\xa3\x8f\xc0\x31\x16\xc0\xdb\x6c\x30\x53\x77\xce\x3d\x05\xef\x1d\x50\x43\x63\x50\x0d\x15\x1d\x2b\xdd\x39\x8d\xe4\x92\x71\xe4\x1f\x4e\x1a\x8f\xf5\x4f\xc8\x7e\x19\x7d\x66\xdb\x05\xbb\xbe\x14\x49\xc4\x30\xad\x38\x42\x74\x37\xf0\x1b\x29\x2b\x92\x9c\x8d\x72\x73\x3d\x3c\xa0\xa6\x83\xfd\xb7\x8f\xa7\xb7\x20\xde\xa9\x91\x81\x73\x2e\x04\x8c\x91\x48\x6d\xa6\xd4\x4d\xc0\xe0\x30\xa8\x91\x10\xc4\xf8\x47\xc9\x03\xe2\xc5\xf9\xf3\xf1\x9e\x78\x99\xaa\x46\x21\x31\x22\xbb\x8e\xc5\x81\x3d\xc5\x63\xee\x22\x81\xbd\x7b\xa1\x31\x8d\x95\x99\x04\xa8\xc1\x1f\x93\x6f\xe0\xa6\x6c\x8c\xcc\x9c\xbd\x02\x06\x59\xa3\x05\x98\x3b\xa7\x72\x52\x13\x0f\xa0\x6c\x8a\x82\xd3\x72\xdc\x44\x47\xc0\x50\xa0\x00\x3f\xde\x90\xbb\x0d\xe6\xde\x5c\xd0\xb4\xe9\x04\xd3\x8a\xca\xb1\x5e\x2c\x44\x60\x25\x51\x09\xd5\xcd\xa5\xce\xb3\x1c\x98\x24\x7a\x92\xee\xfc\x7d\x67\x07\xf0\x33\x79\x93\x89\xc5\x59\x6e\xf8\x21\x01\x74\x30\x16\x8e\x66\x54\x4d\xbc\x08\x08\x97\x90\x3f\xb1\x2d\x6e\x27\x37\xe7\xea\x8e\x93\xa8\xbb\x3f\x61\x03\x00\xf8\xd9\xcb\xd3\x38\x9f\xbe\xc7\x27\x32\x72\x73\xac\xd5\xe7\x60\xc6\x69\x40\x48\x05\xb9\x8d\x74\x12\x4a\x93\x53\x55\x2d\x0e\x54\x39\x01\xfd\xa5\xf6\xd6\xc0\xd5\x1b\xe5\x66\x1f\x01\x81\x33\xd7\x1d\xd9\x5d\xe5\xb7\xf3\xc8\x2d\xaa\x03\x18\x29\xd7\x69\x9a\x0a\x04\x15\x87\xb2\xd2\x12\x6d\x86\x7e\x12\xba\x24\xc6\x59\x46\xb1\x8e\x77\x4a\x1b\x3b\xf3\xb9\x03\x01\x93\x9e\x62\x8f\x82\xd4\xa8\x92\x01\x5b\x56\x8d\x5c\xf3\xa3\x4c\x2c\x2e\x26\xb0\xea\x17\x3a\x03\x61\xb2\x9d\xe5\x53\x59\xd2\x8b\x3c\x4b\x32\xc0\xf8\xe2\x30\x18\x4c\xe3\x5c\x19\xc7\xdb\x72\x73\xc7\x0e\xd1\x31\x74\xaa\xe2\x57\x2b\x0f\x44\x21\xcb\x0c\xd9\x1e\x62\x2e\xf1\xf9\x96\x52\xde\xd7\xfe\xcb\xae\x2d\x71\x99\x30\xd2\x7e\x51\xa4\x2d\x73\x84\x88\x70\xea\x6b\x1a\x05\xdf\x9f\xa5\x56\xc7\xf8\x48\x2e\x6a\xc0\xf9\x0b\x50\xe9\x54\x0e\x08\x4d\x19\xfb\xd3\x69\x4b\x98\x21\x17\x9a\xb8\xb7\x15\xdc\x41\x83\x45\x3d\xee\xc6\x63\x56\x66\x25\xfb\x18\xc8\x10\x46\x8b\x8c\xce\xd7\x90\x7c\x99\x57\x22\x43\x9d\x08\x9a\x59\x07\x0e\x88\xe0\x40\xf4\xb0\xa7\xc9\xb9\xb8\xa1\xe8\xf0\xd1\x09\x88\x70\x3b\x0e\x55\x2e\xdc\x81\xa6\x13\x73\xc8\x94\x10\x68\x83\x9d\xaa\x72\xea\xdd\x15\x04\x23\x0d\xa3\xfd\xaa\x9d\xb6\xe3\x4f\x87\x03\xf8\x6b\xff\xd8\xff\xf1\x0f\xfd\x3d\xc5\x93\xd0\x2a\x82\xbd\xbc\xa6\x37\x76\x6a\x75\xe3\xab\x3f\x89\xba\x38\x8a\x7b\xcc\x2e\x54\xdc\x4c\xb1\x12\xf9\x43\xdb\xd5\x67\x65\x83\x2d\x3a\x53\x93\x86\x44\x88\x15\x8a\xf3\xd1\x20\x04\x9e\xd1\x02\x06\x2c\x88\x0c\x2c\x82\x76\x66\xff\xb7\x7f\x16\x8b\x35\xef\x55\x93\x6a\xb1\x17\x99\x6a\xea\x01\x3f\x47\x93\x9b\x63\xae\x77\xd4\xca\x6a\xdb\x71\x89\x22\xcb\xae\xcb\xbc\xde\x27\x3f\x58\x66\xa6\x74\x3d\x43\x65\x99\x22\x78\x6a\xdf\x21\x35\x36\xb3\xa1\xc7\x79\x4c\x98\x80\x40\x88\x93\xc1\x3c\xdc\xc1\x25\x8f\x12\xd1\x5d\xe5\x23\xf8\x52\xa8\x74\xae\x34\xfb\x7f\xa6\x4e\x5d\x62\xdc\xc2\x27\x2f\x58\x7f\x0f\x33\x7f\x06\xbb\x29\xdf\x1f\xe6\x70\x9d\x4a\x51\x11\x56\x27\xc6\xe6\xb8\x50\x68\xc4\x47\x74\x00\xdb\x7c\x02\x4a\x20\x75\xca\xaf\x00\x4b\x9d\xca\xcc\x9d\x43\xbb\xb7\xdf\xc9\x9a\x9c\x75\xcb\x1a\x7c\x5b\x64\x62\x61\x4e\x4a\xf7\xd2\x10\x60\xe5\xcc\x1c\xd5\xf0\x22\x56\x38\x96\xcf\xa4\x6d\xe3\x42\xa7\x24\x78\x98\x12\x3f\x13\xae\xa3\xd7\xfc\xb1\xc3\x1f\xdf\xf1\xc7\xf7\xfc\xf1\x37\x97\xb9\x56\x3e\x5b\xad\x5c\x86\xbf\xd6\x2a\xcc\xf3\x5d\xf0\xfd\x7d\xf0\xed\xf2\x5c\x97\x96\x42\xf2\x16\xa6\x83\x28\xe4\x70\x1a\x4c\xb3\x7b\x22\x8e\x0a\x51\x53\x88\xf8\x09\xad\x3f\x45\x96\x81\x1b\x22\x86\x2c\x9a\x7c\xfd\xe3\xad\xc8\x9e\xff\xd9\xbd\x93\xbf\x88\x25\x24\x1d\x2b\xcd\x05\xd9\x39\x40\x80\xeb\x4f\xe5\xbd\x7b\xc9\xa1\x02\x3f\xa4\xf0\x82\xa5\x1d\x6a\xf5\x3d\x29\x74\xdb\xaa\xb8\x0a\xf0\xc2\x70\x4a\x86\x23\x70\x45\x47\xc9\xa3\x3b\x22\x66\xf2\xb9\x24\x4e\x9c\xb3\xbf\x5c\xdb\x5c\xfb\x70\xb4\x7f\x65\xcf\xdb\xc5\x39\x30\x1e\x0e\xf7\x87\x47\x6b\x9b\x6b\xef\x2f\xae\x21\xf6\xe4\xfc\x1a\xc2\x83\xa3\x83\x8b\xf3\x43\x88\x39\x3d\x3d\x71\xa1\x9f\x8e\x8e\xfe\x49\x3f\x87\xfb\x1f\x50\x3e\xc9\x9b\x06\x9e\xca\x32\x30\xa7\x2e\x14\x47\xf3\x34\x61\x54\x1c\x62\xa8\xe2\x20\x21\x3c\x22\xcf\x95\xf4\xc4\x72\x43\x30\x90\xc1\xe8\xe4\x7c\x74\x7c\x71\x75\xb6\x3f\xf4\xb9\xcf\xba\x2d\x47\x29\x1c\x59\xc4\x6d\x8d\x5c\xd7\xc1\xd5\x17\xae\x52\xd1\xd3\xf2\x28\x1e\x31\x1a\x0f\xe0\x06\x70\x57\x38\xbf\xcc\x66\x6b\xcb\x6d\x3d\xc0\x5e\xa9\x15\x8e\xe4\x34\x00\x44\xa3\x78\x1e\x00\xb0\x9f\xc5\x51\x00\xc3\xe2\xb8\xb0\x5f\x2e\x5f\x50\xd3\xd1\x3d\x2a\x4d\x7a\xa4\x83\x1f\x69\x8b\x5f\x72\x0b\x4f\x3f\x29\x4a\xf6\x56\x0a\x83\x1d\x44\x9b\x7e\xd4\xb3\xc2\x1c\xd7\x97\x91\x83\xe9\xbc\x3a\x95\xe5\x15\xbe\xa7\x6b\x0b\x5f\xe6\x32\x95\x7c\x3d\xba\xc0\x3c\xbf\x97\x99\x0b\x21\x9c\x22\x10\x08\xf8\xeb\xf0\x4e\x1d\xe6\xd3\x9c\x89\x5d\x1c\x9b\x0f\x9c\x84\x30\x93\x0c\x95\xf0\xc2\x03\xb9\xa6\xa3\x14\x28\x12\xe9\x82\xa9\xac\xaf\x87\x07\xf1\x63\x6b\x71\x04\xe0\x8e\xf6\xe8\x39\xf0\x41\x9e\x16\xe0\x29\xd1\xc9\x5d\xe6\x6a\x41\xdc\x0a\xe6\xdf\x96\xb5\x47\xd1\x96\x33\x84\xbe\x7b\x2c\x1e\xc9\x32\xaa\x5f\x4b\x73\xc8\x45\xc2\xe2\x94\xdd\x05\xb4\x34\x3f\xf9\x5a\x5c\x67\x6c\xc0\xcf\x93\x4f\x22\xaa\x18\x77\x0d\x15\x1c\x51\x37\xa2\x33\xc6\xc8\x21\x04\x8e\x51\xc9\x60\x71\x31\x59\x12\x1d\xcd\x3d\xe5\xc1\xc0\xc9\xe0\x82\xc2\xb0\x58\x9e\x9e\xa0\x41\xbb\xfd\x05\xc9\x27\x46\xf9\x1c\xc0\xd0\xa3\x20\xcc\x96\x09\x8a\x9d\x81\x64\x98\x43\x7c\x04\xef\x82\xdc\x3e\x23\x6f\xb8\x28\x77\x3b\xb2\x05\x21\xfc\x2c\x64\xce\x74\xb6\x1b\xcf\xed\xf6\x26\x62\x17\x29\xe9\xa7\xfe\x66\x7e\xea\xeb\x52\x2b\x2d\x18\x41\xd1\xee\xd5\x28\x18\x71\xd1\xdb\xb5\x51\x7b\x8e\x8a\x9e\x4e\x8e\xe2\x69\xed\x40\x32\x40\x11\x28\x0f\x41\xb3\x51\x7b\x01\x11\x3a\xfd\xd4\x8e\x9d\xe7\x65\x3b\x2e\xee\x81\xcb\x19\x55\xc8\x70\x6b\x34\x69\x8a\xa2\x9d\x15\xb7\x56\xb8\x21\x31\xe6\x94\x70\xfb\x76\xfc\xc9\xe0\x22\x8c\x24\xf8\xb6\xb4\x03\x2d\xa8\xd5\xde\x21\xf1\x8c\x2e\xc9\x1c\x43\xc3\x60\x7a\x97\xe4\x0f\x16\x79\x9e\x83\x16\x08\x4c\x67\x45\xd0\xb0\xc2\x78\x07\x06\x67\xee\x62\xba\x09\xae\x28\xd2\x53\x75\x8f\x59\x3a\x4c\xec\xcc\x33\x0f\x46\xcc\x48\x88\x57\xe3\xc4\x5c\x9e\xad\xb1\x37\x6f\x5b\xee\x86\xf1\xd7\x51\x6e\x2e\x91\x39\x07\x39\x46\x01\x23\xa2\x52\xe6\x35\xfe\xec\x74\xee\xe8\x56\x2b\xb8\x10\xc4\x37\x28\xa2\x2c\xa4\x75\x87\xf6\xf7\xa8\x60\xe6\xa8\xd9\xb1\x30\xd2\xd1\xb8\x4b\x09\xe7\xfe\x21\xf9\x33\x71\x2c\xe6\x79\xc1\x3c\xb8\xf9\x5c\x95\xce\xea\x59\x68\xfd\x1a\xa7\xab\x08\x91\x77\xd7\x7e\x3a\x53\xca\xf8\x60\xa1\x44\xe6\x02\xa4\x2a\x88\x3e\x59\x04\xb2\xa5\x0b\x9f\x3c\x22\x8e\x36\xb2\x47\xb3\x2b\xf7\x82\x22\x4e\xc5\xbb\x78\xa0\x53\xde\xbd\x4e\x44\xe1\x82\x48\xf7\xbb\x20\xf2\x54\x5c\xb0\x9e\x57\xbe\x7b\xb9\xa1\x7c\xc6\x29\x49\x7b\x55\xf1\x11\xeb\x87\x87\x20\xdb\x45\xf2\x9d\x14\x45\x20\x20\xc6\xb7\x45\x64\x76\x62\x94\x7b\xed\x4a\x98\x3c\x0d\xc2\xf5\x67\x8f\x02\x83\xa7\x3e\x44\x9f\x14\x2b\x4b\x08\x53\x9d\xcb\xfa\xbf\x8c\x72\xbb\x5c\x8d\x8d\xe7\x49\x5f\x5b\xac\xed\xdd\x99\xfd\x7b\x74\x08\x7f\x51\x7e\x05\xdf\x07\xf0\x7d\x06\xdf\x67\xf0\x7d\x09\xdf\x97\xf0\x8d\x8c\x17\x7b\xab\x9e\x0c\x2e\x58\xee\x14\x3c\x72\xea\x9d\xf9\x7d\xf6\xa4\x3a\xf5\xf1\x94\xde\x42\xc1\x6e\x12\xeb\xd0\xd5\x87\xa2\x89\xfd\x80\xc4\xa7\x87\x35\x6d\xe2\xd5\xf1\xc1\xce\xdf\x77\x76\x30\x8f\xa1\x67\x61\xf1\x81\x28\xc0\x72\xf0\x33\x13\x0b\xfc\x98\xa9\x86\x53\xe1\x64\xe2\x37\x9e\x36\xfc\x6e\x4a\x76\xda\xc1\xc8\x8d\x96\xe4\xf7\x80\xda\xe2\x25\xed\xdc\xa1\x58\x01\x32\xf3\x1c\x9b\x92\xdf\x06\xf4\xec\xeb\xb1\x67\xc3\xdb\xe3\x50\x0b\xed\x5f\x1d\x2e\x9b\xb9\xfb\x9e\xcd\xa3\x69\xf0\xad\x63\x0b\x81\x9c\xff\x7a\x78\x10\xbd\xfc\x1b\x85\xdb\x13\xe9\x6d\x41\xec\x5a\xd9\x6e\x1e\x07\x6f\xd0\xfb\x67\xd0\xc9\x6c\xc3\x2e\xd0\xff\x9f\xb0\x77\x69\x4f\x1c\xd7\xf6\x87\xbf\x4b\x3f\x19\xee\xc1\xe9\xea\xde\xfb\xbc\x53\x02\xa4\x42\x17\x84\x34\x90\xaa\xae\x3d\xf1\x23\x6c\x01\x2a\x6c\xcb\x2d\xd9\x21\xd4\xa7\x7f\x9f\x75\x95\x4c\xd2\xe7\x3f\xb1\x25\x59\x96\x65\x5d\x97\xd6\xe5\xb7\x54\x38\xee\xd5\x03\x62\x31\x44\x9b\xd3\x68\x19\x11\x9b\x88\xb8\xf4\x69\x29\x21\x2b\x34\x73\xef\x96\x5a\x12\x7a\x6f\xc7\xa2\xc4\x77\xa4\xda\xa2\x3d\x78\x65\xdc\xc9\xbc\x49\xbc\x34\xe8\x85\x8c\xd0\x82\x5c\x69\xd2\x95\x43\xe0\x5d\xe7\xf3\x67\x38\x38\xc1\xd8\x1e\xf3\xa2\xa1\xf2\xd0\x38\x8b\xed\xba\xf8\xff\xfe\xf3\x3f\xb0\x1c\x6d\x1e\xa6\x05\xb7\x79\x3c\x3b\xc1\xf7\xc1\x56\x4c\xfa\x23\xbe\xe7\x05\x90\xfa\x3c\x61\xa3\xf1\x62\xf8\xe0\xde\x98\xb9\x6f\x03\xaa\xac\xbe\x5a\x95\x08\xf1\x92\x2e\x59\x79\x59\xfe\x60\xe8\x4b\xfb\xf5\xb6\xe9\x74\x1d\xde\xdb\x98\xb8\x60\x28\x37\xda\xf9\x7b\xcb\xe0\xa4\xe4\x67\x96\xc5\x51\x19\xcb\xfb\x41\x70\xfb\x6d\xec\x29\x65\xa1\x7c\x68\xfa\xf0\xe1\x76\x02\x26\x2f\x70\xe6\xba\x0e\x42\xb5\x27\x9f\xc7\xa3\x11\xa5\xb5\x83\x79\x63\x82\xbd\x89\xc7\xf1\xb8\x50\x8e\x3d\x8b\x33\x3a\x51\xbd\x21\x02\x28\x45\x51\xf9\xba\x73\xe5\xf9\xfe\xaa\xfc\xea\x48\x0c\x45\x1b\x04\x0c\x7d\xc6\x76\x55\xf2\x3f\x43\xeb\xfa\x47\x13\x67\xb6\x74\x0d\xd9\x26\x42\x6e\x59\x6d\x30\x17\x52\x54\x23\xa6\x79\x96\x32\x4b\x76\x5a\x59\x10\xc6\x68\x4c\xae\xa8\x85\xc8\xe5\x95\x96\x47\x19\xd3\x82\xcd\xd8\x33\x74\x71\x1b\x17\xf2\x71\x2f\x86\xe0\xe9\x27\x88\xb5\xb4\xe1\xee\x62\x85\x1f\x55\xfa\x42\xb9\xf3\xaf\x12\x20\x5c\x5d\x64\x4a\xb3\xba\x4e\x8d\xc3\x70\x46\x60\x7a\x95\x3b\x1c\x90\xf7\x06\x3d\xc0\x00\x59\xc4\xc3\x1f\x2f\x0b\xa7\xa1\x4d\x47\x17\xb4\x35\xfe\xe6\xfa\x8c\x57\xe3\x49\xfe\xcf\x2e\xc7\x35\x9d\x36\xd2\x91\x98\x0a\x67\x14\xaf\xfe\x10\x4f\xcb\x11\x52\x02\x64\x32\x88\x9c\x6c\x14\x94\x8e\x24\x13\xa6\xaa\xb6\xc9\xca\x90\x0a\x17\xe1\xa8\x7c\x66\xe7\x69\xbc\x64\x09\xcb\x24\xf3\x92\x24\x9a\x96\x5a\x31\x29\xe5\x64\xe2\xa4\x46\x76\x14\x4c\xb8\x4c\x26\x3a\x33\x57\x74\xff\xbf\x35\xaf\xae\x3d\x72\xf5\x3f\x4a\xde\xc2\x91\x88\x85\xa2\x71\xb6\xdd\xa5\xb8\x8b\x2f\x99\xa8\x12\x63\xba\xed\x66\x5b\xb3\x1e\x31\xdc\xe1\xb0\xb1\x31\x3b\x77\xa5\xd1\x0d\x9d\x67\x83\x25\xe0\x21\xa2\x45\x3b\x36\xc7\x5c\x7d\x94\x23\x8a\x1f\x7e\x17\xd5\x74\x9a\xc6\xf1\xa4\x62\xcc\x31\x1b\x9c\x67\x75\xc8\xaa\x12\x17\xd1\x22\x2a\x72\xc9\x6c\x41\x04\xc0\x69\x7a\x12\xd7\x72\xcd\x1a\x47\xc9\x17\x44\x96\x4f\x97\x09\x56\x2b\x14\x38\x29\x32\xad\xbc\x89\x2e\x6d\xd2\x9e\xb0\x82\xf8\x8b\xca\xf3\x1c\x75\x51\x44\x27\xec\xdd\xfd\x68\x55\x98\xa2\x84\x40\x73\x4d\x72\x27\x7e\x76\xf7\xab\xf2\xde\x71\xc8\xfb\x4a\xa4\xf0\x04\xdf\x7e\x5b\x04\x8e\x47\xf9\x4f\xdb\x56\xeb\x03\xb7\xa0\x60\xc2\xa0\x89\x64\x74\xaf\xc4\x1b\x26\xd9\x48\x40\xa1\x34\x79\x05\xf7\xaa\xf2\x28\x5c\xe9\x55\xd4\xa4\x75\x48\x9d\x42\x71\xed\x1a\x13\xd1\x2b\x07\x0b\x6e\x67\xb6\x46\x49\x08\x12\x2d\x3c\x6d\x51\x15\x65\x95\x25\x18\xb1\x14\xe9\xfd\x62\xbb\xd6\xde\x82\x09\x96\x06\xb9\x00\x34\x03\x75\xca\x06\x7b\x58\x2b\xcd\xce\x7b\x3c\xb5\x00\x8d\xcf\x51\x12\xe3\x5e\xa8\x57\xfa\xd3\xd0\x18\x06\xcf\x3d\x04\xdf\x90\x01\x69\xef\xe9\xde\xda\xcb\x32\x97\xe4\xac\xb6\xc5\xf3\x7c\x53\x24\xb6\x25\xc5\x95\x9f\xc9\x71\x61\x73\x52\xec\xf7\xff\xf9\x9f\xe2\xfb\x7c\xb2\xd9\xd2\x22\x43\x8c\x70\xf7\xea\x2a\xb2\xd8\x80\x60\xf4\x7a\x60\xd9\x52\x67\x8a\x7b\xb6\xbe\x1c\x27\xc4\x51\xcc\xe5\x9c\x8c\xa1\x25\xc3\x3e\xaf\x43\xb5\xf7\xaa\x13\x4e\xdb\x81\xd0\x57\x99\xe0\x96\x67\x08\x2a\x1c\xe0\x7c\x72\x5e\x20\x0f\xe8\x58\x33\x0f\x86\xe5\xc3\xb8\x96\xf3\x3d\x3a\x9a\x97\x29\x8f\x1c\x8b\x6c\x30\x7c\x78\x6f\x4d\x20\xd0\xad\x94\x69\x4c\x20\x1c\x6d\x3f\xd7\xdc\x12\xe1\x77\x28\x3a\x51\x7d\x9d\x79\x30\xfc\x16\xd4\x00\xde\x51\x0e\x1f\x1d\xb4\xf3\x3a\x14\xb7\x79\x30\x41\x22\x10\x86\x82\x47\x0f\xf3\x04\x7a\x3b\x88\x53\x80\x54\x60\x9e\x44\xb0\xbe\x5a\x45\x89\x8a\xcf\x3e\x8d\xf2\xff\x48\x02\xfc\x44\x92\x7e\x41\xb9\x59\x8a\xfa\xf6\xdd\xef\x83\x9e\xc2\x5b\xd3\xd8\x2c\x02\xe5\x69\x94\x39\xf3\x48\x47\x8e\x64\x92\x89\x49\xf6\x8e\x6b\x06\x09\x8f\xb6\xee\x6c\xb8\xe5\x9f\x65\xfc\x4c\x4a\x48\xcc\xbd\x51\xda\x38\x3b\x0f\xc2\x94\xf1\xdb\x3b\xb6\x20\xd3\xb6\xe9\xd9\xb7\x31\x35\x1b\x15\x23\x24\x52\x16\xb2\xfe\x51\x52\x98\x07\x24\x55\xf6\x4f\xa2\x4c\xb8\x9f\xb2\x61\x97\x35\xe4\x07\x3c\x9c\x31\x5b\xfa\x3d\x43\x91\x36\xf1\x2c\x9a\x53\x80\x94\xb6\x95\x28\x6e\x67\xab\x4c\xb5\x29\x8d\xd3\xff\x26\x95\x15\xe6\xfa\xd2\xb4\x14\x2a\x4c\xd5\x9d\x42\x14\x55\xab\x2e\x58\xac\xef\xb3\x8f\x69\x91\xb2\xd9\xd8\xb1\x3a\xca\xac\xce\x02\x6e\xf5\x98\xd8\xb0\xef\xbb\x24\x75\x42\x4a\xb8\xed\xbb\x19\x9e\x6f\x2b\x3d\x4c\x8f\xf6\x7b\xa4\x50\x71\xc1\x3a\xb2\x04\xef\xe0\x2c\x5a\x9c\xd4\x2e\xb2\x8c\x60\xd1\x74\x35\x27\x08\xaf\x4b\x92\x70\xda\x6f\xc5\x9c\x2a\xbd\x32\x8a\x28\xc7\x30\x2b\xe0\x26\xfa\x51\x16\x22\xa1\x0f\xb7\xcc\xe1\xc3\x3b\x26\xb2\x41\xc9\xb5\xa1\x29\x78\x9a\xec\x6f\x88\x30\xfc\x2b\x53\xd1\xb2\x1c\x47\x89\xfb\x38\xb5\xa4\xf3\x2b\xf4\x2b\x89\x16\x60\x83\x9c\x31\x05\x8c\x09\x3b\xcf\x51\xa8\xd8\xce\xeb\x4f\xe2\x4a\x49\x86\xb9\x87\xbb\x5f\x05\x02\x9e\x9e\xac\xc6\xb4\xb2\x89\xdb\x2c\x9c\x08\x4a\x13\x81\x8a\xa3\x10\x7f\xc4\x44\xe9\x78\x13\xb3\x4f\xfd\x99\x08\x76\x83\xfc\xfd\x28\x64\xae\x76\xe0\xa7\x24\x97\x55\xab\x3c\xf2\xc1\x10\xe9\xe7\x63\xef\xfa\x81\xb4\x04\x27\x47\x7f\x23\x25\xbf\x63\x2e\xdc\x93\x3d\x66\x54\x3c\xcd\x8c\x5c\x26\xbf\x61\x80\x09\x41\x63\x81\xcd\x26\xa9\x37\xbc\xcf\xbf\xcb\x1c\x41\x98\x70\x04\xa2\x5c\xc5\xf0\x26\x1c\x77\x79\x1d\x2f\xa3\x87\xfb\x88\x75\xca\xe8\x05\x8e\xf7\xa6\x66\xd5\x90\x6b\xc3\x01\x1c\x47\x14\x3c\x35\x12\xc2\x9c\x3a\xce\x3f\x51\x59\x31\x37\xab\xf8\xf8\xb7\xfe\xa1\xf6\xe8\xc7\xae\x78\x40\x0e\xd3\x6c\xb2\x9b\xef\x16\xab\x79\xb1\x5c\x4f\x27\xcb\x77\x09\x4c\x43\x6c\xdf\x3f\x58\x41\x1a\xc4\xf9\x96\xe5\xc4\x28\x3e\x07\x42\x73\x11\x93\xe7\x73\x86\x43\xff\x95\xef\x9f\xf8\xfe\x1b\x71\x78\x87\xba\x7a\x89\x19\x50\x1b\x52\xbb\x8b\xf8\x64\xd8\xf0\xf2\xd9\xd7\xd7\x03\x29\xcc\xc4\x93\x23\x9e\xab\xa6\x9c\x2d\x4c\x40\xd7\x88\x9d\x11\x2d\x13\xa3\x4f\x9f\x4c\x9c\xf9\x16\x1d\xb1\xdf\x0f\x8c\xa6\x8c\xd6\x18\x29\xa5\xe2\xe7\x51\x8c\x71\x62\xe6\xde\x2e\x37\x49\xb1\x6f\x88\xd9\x51\xb1\x2a\xfb\x9d\xe9\x08\xfd\x1a\xcd\xff\x49\x21\xf1\xae\xf4\x6d\x24\x3d\xe6\x3b\xfb\xd6\xdb\x40\x7b\xe9\xdd\x81\xc1\x40\x28\x90\x0c\xff\x29\x8e\xa5\x11\x78\xb8\x18\xe9\x51\x54\x4c\xf5\xee\x7c\xdb\xf8\x9f\x87\xa1\xae\x09\x76\x4b\xb5\x5c\x6f\x1f\x88\xef\xe7\x3b\xc4\xad\x4e\xa5\x61\x54\x4b\x1b\x5b\x10\xde\x8d\xcd\x0b\xef\x3a\xb1\x25\xbc\x1b\x39\x6f\xb9\xcb\xbd\xb7\x70\xe4\xaf\x14\xfc\x8e\x41\xb2\x39\xb8\x23\xa8\x73\xb2\xee\xaa\x66\xf7\x29\x69\xdb\xfb\x60\xe0\xd8\x89\x9b\xee\xdd\x45\x50\x0e\xe0\x64\x38\xf4\x9e\x00\x37\xd0\x08\xcb\xf5\x57\xea\x9e\xfe\x24\xb6\x03\xf1\xec\x3a\xb5\xa4\x39\xbb\xee\xc6\x0b\xe1\x3f\x76\xdd\xe2\xf0\xe4\x7b\x41\x8e\xf1\xc1\x1d\xc5\x84\x86\xcd\x4a\x39\x0a\xa3\xe9\x9b\x0f\xe7\x08\xd3\x7c\xec\x15\x6a\xcb\xb0\x74\x0c\xe1\x35\x3d\x19\x58\x8a\xc5\x96\xfb\x38\x7f\x13\xbd\x48\x59\xab\x94\xe2\xcf\xbd\xe1\x0b\x0f\x4e\x13\xe5\x84\xa0\xac\x2b\x54\x85\x58\x12\x1e\xf4\x56\xd0\x02\xf3\xc4\xa9\x6f\x1a\x13\xd7\xe1\xc3\x87\x4f\xbe\x1f\xa7\xef\x82\x71\xb5\xbe\x25\xa9\x4f\xbe\x7d\xb2\x47\x9c\x71\xe8\xf3\x9d\x91\xbd\x8e\xf6\x0d\xcf\x45\xae\x3d\xaa\x13\x4e\xd3\x56\x4e\xf6\x5f\x24\x0b\xc6\xee\xfd\x09\xf8\x9c\x76\xeb\x96\x51\xae\x0e\x50\x06\x05\xbb\xe4\xeb\x91\xcb\xa1\xe3\xa5\xaf\xfd\xc8\x98\x79\x4f\x4b\x54\x45\x13\xb9\x37\x35\x1a\x88\x0e\x6d\x65\x43\x4d\xa6\x0a\xd0\xa0\x67\xdb\x9f\x82\x1f\xd0\x8b\xc4\x91\xcd\x50\x8e\xf7\x35\xb1\x4f\xf7\xc7\x0d\x15\x75\xfc\x1c\xe8\xf4\xb8\x3f\x7e\xb7\x35\xb1\x20\x21\x1b\x01\xa2\x1c\x57\xe6\x68\x5b\xdc\x71\xf7\xc7\xe9\xd5\x50\xc6\x6f\x8c\x87\x2c\x8e\x00\x6a\xfa\xbb\xdc\x7a\x78\xd2\x6f\xc8\xf8\x06\x2d\x5d\xf1\xa8\x1a\xd0\x7f\xa3\x0d\xfa\x88\x6f\x2e\x4e\x6b\x8b\x25\xcf\x6c\x59\x1b\xdd\x8d\x08\x85\x4e\xac\xe9\x1a\x13\xce\x33\x17\xfa\xeb\x0b\x03\x2a\x11\xe6\x29\x8f\x09\xb5\x8a\xac\xaa\x9d\x97\x56\xbc\x18\xc4\xac\xd5\x37\xf9\x00\x9a\x0e\xcc\xf8\x85\x8d\x41\x31\x31\x22\x97\xf3\x4b\x50\x0f\x92\xe0\x96\x8c\x21\x48\x36\xdb\x86\x75\x37\x99\xcb\xce\x50\x86\xa8\xaa\x4f\x40\xb9\x51\x4e\x75\x91\x11\xdf\x7a\xff\xcc\x96\xbe\xe5\x5e\x40\x4c\x0c\x23\xf4\x52\x6b\x24\x2d\x96\x0e\x8e\xfb\xec\xfc\x95\x9e\x49\x13\xba\xd2\xe3\x26\x10\x1a\x98\x7d\x8f\xee\x78\xaa\x79\x9d\x9a\xc6\x38\xf6\x45\xca\xfd\x5f\xfa\x7a\x68\xc8\xad\xd7\x70\x74\x8c\x23\x4c\x98\x13\xb6\xad\xd8\x65\x95\x45\xdc\x19\xca\x17\x6d\xbf\xb2\x31\x12\xaa\x5d\x69\xba\x7e\x08\x76\x9b\x43\x25\x9b\x48\xa8\xaf\xc7\xa1\x17\x8c\x20\x81\xe2\x8a\x27\x7f\xd9\xb2\x6b\x40\xcc\xb3\x34\x3f\xaf\x1b\xf4\x8a\x93\x5c\xd5\x53\xed\xc8\xd7\x9d\xba\x5c\xcf\xfe\x75\xf4\x8e\x36\x4e\xf6\xee\x33\xbb\xb6\x27\xd8\x57\xe1\x83\xc0\x39\x5f\x0e\xc6\xe2\x86\xc5\x5f\xda\x85\x84\x31\xf1\xf1\x5a\x05\x51\x99\x86\x38\xe2\x34\x52\x8d\x57\xa6\xcb\x3c\xf9\x69\xda\x67\xd8\x19\x78\x74\x1d\x5c\x6d\x5f\x36\x4b\xf5\xaa\xd9\x99\xfe\x84\x4a\xa9\x8c\xa8\xe1\xe2\x64\x1f\x7d\x4d\x07\x8e\xd6\xb4\x9e\xd4\x99\x83\x67\x01\x49\x72\x6a\xc3\x85\x4f\x5e\x8d\x13\xe4\x4a\x28\x2c\x8f\x9f\x4c\xbc\x5f\xaf\x88\xf3\x2c\xb5\x6a\x4c\xb7\x21\xf3\x0e\xee\xe0\x9d\x57\x1f\x64\xc1\xbe\x26\xc7\x7e\x3e\x89\x64\x68\xa9\xe6\x54\x02\x43\x54\xa8\x2a\x36\xbf\x7f\xc0\xbf\xa3\x7f\xa0\xba\xb1\x9f\xfb\xc6\x74\x0f\xec\x78\x88\x7b\x15\xc1\x2b\x28\xbf\xd4\x4b\x11\x66\xb8\xab\xa4\x43\x6e\x1a\x4f\xbb\x14\x7d\x57\xee\xd6\xc5\x74\x39\xd9\x6e\x8b\xa7\x09\xd2\x44\xa6\x0f\x34\xc4\xf9\x56\xaa\x4f\x91\xe7\xe5\xcb\xe7\xc5\x53\xf1\xbc\x59\x3f\x6f\x99\xcd\x53\xc6\xf8\x2c\xa3\x99\x59\xf6\xbf\xfc\xeb\x97\x35\xf1\x2e\xb2\xa5\x63\xfe\x86\x16\x63\x30\x79\x38\x48\x2b\x0e\x47\xd8\x6f\x89\xe4\xf2\x5e\x82\x82\x6d\xc0\x51\x28\x98\x83\x4f\xeb\x5d\xf1\x75\xb1\x5d\xec\xd6\xc8\xf8\x41\xbb\x5b\x86\x73\x47\x17\xbf\x02\x20\xec\xd5\x81\xd5\x2b\xb2\x1a\xa9\x5f\x5e\x5d\x74\xbc\xfe\x73\x50\x9e\xe0\xfa\xb3\x32\x01\x0f\x00\xfc\x8b\x69\x79\x21\xef\x10\xea\xdc\x90\x46\xaf\xac\xef\xe2\x37\xf8\x84\x87\xff\x48\x49\x25\x4a\x68\x70\x16\x23\x81\x9d\x94\xd8\x7d\x8b\x9e\x74\xeb\x6b\x2a\x5e\xdd\x10\x09\xd0\xef\xd1\x12\xe6\xaf\xba\xd4\x19\xda\x75\xcb\x43\x82\xdb\xfb\x6b\xfa\x95\x93\x89\x19\xee\x38\xac\x9a\x0c\x3b\x5c\x73\x2a\x6f\xed\x5c\x00\xfe\xb9\x00\x13\x8f\x1c\x36\x1e\x69\xb4\xd8\xd4\x3c\xbc\x50\x6a\x67\x93\x72\x89\x56\xcb\xfb\x3e\x6b\xaf\x64\x54\x83\x6f\xef\xc8\x83\x21\x86\xf3\x85\x44\x1b\x57\x25\x0b\x91\xd7\x30\x19\x77\x86\x1c\x2e\xb0\x85\x50\xb4\x02\x50\x98\x59\xc3\xb2\x27\xc6\x8e\x57\xa2\x2c\xb8\x32\x68\x58\x6c\xda\xd6\xab\xcf\x68\x9a\x3c\x19\xf4\x0b\x1c\x78\x52\xcc\xd4\xe2\x08\x21\xda\x7e\x9b\x4f\x34\xf2\xdf\x1d\x6a\x5e\x1e\xd0\xfd\x4c\x57\x5f\x75\x71\x62\x28\x01\x1e\x0a\xfb\xde\x9b\x4c\x4b\x14\x5f\x46\x1b\xc1\xdf\xc9\x02\xb0\x1b\x7a\x9e\xcd\xd6\xd7\x59\x7b\xeb\x8f\xc1\x0a\x91\x97\x6d\xaa\x6a\x65\xba\x4e\xfc\x04\x53\x6e\x66\xbb\xdf\xfe\x92\x56\x3d\x4b\xc3\xca\xc2\x6a\xcd\x8d\xe2\xe2\x24\x6f\x16\x53\x55\xe3\x78\xb6\x78\xfa\x6c\xbb\x97\x1a\x50\x33\xf2\xda\x1b\x6d\xe3\x4a\x5f\x2b\x7d\x10\x46\x45\xb9\x28\xc0\xe5\x54\x69\x8a\x3d\x79\x20\x52\x75\x21\x2a\xf2\xe9\x55\xd0\xa0\x28\x3c\xf5\x6c\xd1\x8c\xde\xaf\x08\x3b\x55\xa3\x54\x5e\x11\x68\x48\x8f\xfd\x8e\xe2\xe9\x9c\xc8\x80\xf6\x68\x51\xf6\x27\xa0\x42\x91\xe0\xe2\xce\x40\x88\x20\xcb\x7f\x68\x2b\x36\x36\x16\x87\xa1\x74\x5e\xda\x2b\x65\x72\x70\x6f\x84\x34\xd5\xb8\x7e\xbc\x97\xc5\x27\xfb\x96\xb9\xa0\xa4\xa5\x7c\xd1\xf2\xee\xcc\x9e\x67\x90\xe8\x92\x15\x9a\x40\x5e\xdf\xae\xf9\x66\xca\x93\x87\xcd\x5c\x15\xe2\x4c\xbc\xcf\xe1\x5e\x38\x79\x98\x17\xd3\xf5\x6a\x35\x7f\xda\x15\x4f\xf3\xc5\xe7\xc7\x7b\xb4\x31\x56\x50\xee\x04\xe5\xc9\x80\x94\x8c\xc9\x98\x95\x81\x52\x0a\x1e\x7d\xad\x7d\x53\x8e\x26\x99\x5b\xa7\xae\x44\xf8\x51\xa6\x76\x6c\x5b\xf1\x1b\x63\xf7\x96\x92\x37\x61\xae\x71\x28\x32\x30\x2b\x21\x51\xd5\x3e\xda\xea\x5e\xf3\x0c\xed\xb9\xf5\x97\x96\x75\xb2\xa9\xee\x88\xb7\x87\x9b\x00\xb2\x7f\x08\x97\xf1\xe0\xda\x6a\x69\x22\x3a\x83\xc8\xbe\x8a\x3c\x28\x3d\x24\x74\xc1\xa2\x42\xc5\xca\x01\xf5\x97\xff\x81\x6b\x80\x3a\x27\xf2\x8d\xdd\x6f\x92\xe8\x85\x3e\x99\xbe\x73\x32\x91\x2b\xf3\x0f\x25\x0d\x2d\x2c\x41\xd5\x44\xb6\x46\x84\x12\x16\xd7\xda\x1f\xd5\x1f\x85\x0a\xb4\x02\xb0\x96\xc2\xb4\xf6\x6c\xe2\xcc\xcd\xc1\x4e\x3f\xfc\xa5\xdd\xde\x4c\xa0\x96\x17\x5b\xec\x19\xc1\x67\xf3\xc3\xbe\x46\xb2\xbe\x95\xe1\x8a\x83\x91\x8d\xa2\x92\xf7\x00\xee\x65\xec\x77\x92\xf6\x08\x60\x2b\xa6\x2f\x27\x4f\x9f\xd3\x7e\x23\x8b\x27\xae\xea\x1c\x31\x72\x14\x40\xea\x3b\xf2\xfe\x00\xeb\x22\x0c\x01\xd9\x50\xbc\x19\xaf\x18\x48\x61\x33\x81\x0d\x0f\x69\x5a\x2a\x79\x95\xa4\xc4\xdc\x48\xbc\xb7\x69\x11\x44\xf2\x20\xa6\x9b\x78\x00\xeb\xfd\x5e\x7c\xd6\x0b\xd6\x81\x7d\x15\x2f\xea\xde\xc8\x88\x24\x67\xf7\xba\xf4\xf2\x22\x25\x2b\x87\x84\xa3\x55\xfb\xa2\x4b\x6a\x32\xb4\xc3\x04\x32\x63\xfe\x30\x79\x59\xee\x8a\xcd\xe4\x1b\x1f\x5d\xc8\x93\x36\x4a\xdb\x66\x74\xe2\xa0\x08\xb7\x0d\x45\xd6\x84\x54\x45\x11\xe9\x60\x8e\x29\xd5\x84\xf3\xe8\x9e\xdc\x18\xf0\xdf\x0b\x60\x12\xc5\x36\x7c\x6e\xc0\x33\x0b\x9d\x63\x8d\x6a\xca\xec\xd3\x30\x51\x87\x65\x94\x43\x96\x12\xfa\x9e\x08\x0a\x61\xd3\x9f\xa6\x36\xde\x0f\xb0\xa2\x6d\x17\x4f\x9f\x97\xf3\xe2\xcf\x97\x35\x4a\xd1\x66\xeb\x97\xfb\x2c\x7a\x3f\x99\x7e\xd9\x2e\x27\xdb\x47\xc8\xc9\xf7\xa7\xf9\xb7\xe5\xe2\x09\x4d\x08\x9e\x27\x53\xb8\x3f\xcc\xe7\x33\x20\x19\x27\xf7\x40\xaf\xc1\xa2\xb3\x7e\x9e\x3f\x15\xdb\x3f\x5f\x26\x1b\x78\x3e\x5d\xae\xb7\xf3\x14\xc5\x87\xcf\x93\xcd\xfc\x69\xf7\x38\x27\xa7\xfa\x94\x63\x9c\x86\xd9\xa6\x2f\x9b\xe5\x77\xcd\x20\xb1\xed\x7c\xb5\x98\xae\x97\x78\x8c\x98\x6c\x77\xf3\xcd\x62\xfb\x05\x32\x49\xd2\x0e\xfd\xca\x17\x93\x5d\x31\x47\x59\xe1\x66\x5e\x7c\x5b\x6f\x66\x29\x76\x3f\x99\x15\xf7\x9b\xc9\xf4\xcb\x9c\xb3\x3e\xce\xff\x2a\xe6\xdb\xe9\xe4\x79\xae\x5e\x97\x2a\x0d\x91\xe7\x62\x41\x9b\xe5\x35\x91\x06\x08\x52\x39\x31\x9b\xbb\xfa\xe4\x25\x25\x94\xbe\xed\x83\xaf\x99\x93\xd0\x05\xc7\xb0\xfa\xe8\xc0\xfd\x59\x7c\xce\x6f\x6d\x19\xac\x8e\x8a\x8c\x6d\x3b\x8a\xc3\x3c\xda\xb0\x5f\x32\xb4\xf1\xe5\x59\x2e\x5d\xde\x25\x2c\x67\x75\x31\xcf\x71\x04\x20\x1d\x6a\xf5\xfb\x2f\xdf\x3b\xda\x9e\x99\x8c\xe3\x0a\x91\x25\x28\x71\x4a\x4c\xab\xb8\x17\xc8\x1c\xb0\x23\x1f\xe6\xae\x25\x3f\xcf\xf8\x88\x84\xf4\x14\x6c\x6d\xba\x0b\x2c\xd2\xc9\x30\xb3\x91\xd4\x30\x70\x59\xcd\xbf\x99\x87\xc9\xf8\xe6\x25\xb8\x79\x5b\x0a\xf0\x03\x04\x46\x5e\xee\xbb\xda\xf5\xeb\x16\x75\xd5\xd5\x3a\x5f\xe5\xb0\x62\x7f\x4b\x56\x32\x28\xe1\xd9\x66\xca\x2a\xc8\x61\xf5\x41\xd0\xdf\x1b\xff\x6a\x19\x3c\x0b\xd1\xb4\x78\xa9\x26\x5f\x96\x1c\x41\x3e\x91\xc2\xaf\x43\x84\x54\x18\x94\x87\x74\x9f\x9c\x9e\x0a\x68\xa9\x49\x5f\x1f\xc7\xf2\xba\xb0\xc1\x24\x19\xa6\x96\xe5\x80\xb8\xa8\xe2\xdb\x16\xff\x5f\xb5\xb5\x08\xf9\xf4\xc1\x87\xc9\xa8\x60\xe2\x37\x27\xf8\x99\xb3\xeb\x9e\x06\xe2\x2d\x9f\x5d\x37\x27\xd0\x70\x5e\x6d\x71\xf1\xfc\xa0\x0c\xea\xbe\xa9\xef\xf4\x3b\x44\xda\x0e\xa1\x2e\x12\xaa\x2a\xf9\x43\x59\xe4\xbe\x56\x0f\x1f\x25\x2a\xeb\x80\x0a\xc1\xf6\x78\xd0\x23\x2e\xe9\x1b\xfe\x39\x4e\xe4\xc6\x0e\x42\xd0\xf6\xdc\x21\x1d\x1d\x15\x98\x49\x2d\x21\x38\x4c\xe8\x0f\x43\xad\x77\x7e\x5a\xbb\x6e\xef\xc9\xc8\xbf\x28\xdf\x27\xd1\x1f\x7e\x23\xab\xc3\x91\xd5\xfa\x3f\x3d\x5a\x7a\xcf\x8e\x92\xd0\x0f\xe9\xee\x04\xf4\xbc\x6c\xa9\xe2\xbd\xc6\xb5\x36\x23\xae\x0a\x9c\x4b\x77\xcf\x43\x18\x0d\xd6\x82\xa8\x3b\xe2\xdb\xae\x0f\x9f\x10\x1a\xe1\xe4\xe2\x5d\xc7\x58\x47\x88\xb4\x18\x70\x85\xf1\xe4\xe2\x2e\x7b\xfe\x49\x08\xd7\xc4\x60\xe7\x2a\x6f\xbb\x40\x7e\x75\x6e\x3f\x68\x90\x17\x88\xd8\x3b\xad\x1c\xc9\x2a\x83\x90\xe1\x08\xc3\x8c\x23\x1d\x86\x18\x5c\x7e\x10\x28\x1d\x6e\x95\xc8\x1c\x81\xd7\x0c\x76\x14\x74\x0c\x1a\xd4\x1a\xe4\xac\x25\x5d\x59\x3d\x4e\xe3\x21\x5a\x26\x2e\xb2\x20\xbb\x13\xe9\x45\xc3\x99\x8e\xce\xfa\x82\x04\x3a\x18\x3d\xec\xa5\x07\x38\x5b\x71\x9f\x52\xfe\x9a\x6d\x4b\xea\x99\x37\x48\xbb\xc2\xe5\x27\x5c\x26\x70\xb9\x37\xe8\x98\x4d\x90\x90\x99\x38\x9e\x41\xc2\x1c\x2e\x0f\x70\xf9\x6c\x10\x0f\xef\x97\x7f\xfd\xb2\x80\xcb\x1f\x70\xf9\x62\x90\xe9\x85\xdc\x0f\xd8\xd0\xe0\xb2\x36\x48\x58\xff\xf2\xaf\x5f\xfe\x34\x09\xfa\x35\x9b\xca\x46\x7d\xa1\x26\x3f\xa9\x1a\x97\x83\x69\x33\xc4\xfe\x25\xe6\xe3\x40\xd4\x92\x64\xd1\x35\x2d\xda\x53\x12\x4d\x33\xfd\xe5\x5f\xbf\xbc\xc0\xe7\xbe\xc2\xe5\xad\x76\xed\xf9\x31\xd8\x03\xd2\x6e\x08\x73\xb7\x9d\x4f\x37\xf3\x5d\xb1\x78\xda\xcd\x37\x4f\x93\xe5\xb6\x98\xad\x8b\xa7\xf5\xae\x78\xd9\xce\x8b\xf5\xa6\xf8\xbe\x7e\x29\xbe\x2d\x96\xcb\xe2\x7e\x5e\x3c\x2c\x36\xb8\x0b\xff\x05\x6f\x6e\xe1\xb2\x83\xcb\xc6\xfc\x32\xf6\xfe\xfd\xb4\x95\x85\x7e\xca\xec\x7a\x76\x43\x63\xc3\xcd\x83\x7b\x76\xc9\x28\x56\xf7\xb1\x63\x07\x95\xdf\xa1\xcc\xff\x1a\x14\x11\xe1\x89\x10\x86\x18\x5c\x2a\xa4\xca\xe0\x72\x80\xcb\x11\x2e\x27\xb8\x38\xb8\xfc\x40\x96\x2a\x5c\x1a\xb8\xb4\x70\xe9\xf6\x84\x3c\xc0\x28\xa0\x45\x90\x63\xdf\xdf\x7b\x9a\x56\xfb\xe1\xb8\x66\xaf\x63\x14\xd3\x23\xe7\xc1\xd5\xd2\x17\x40\xdf\xa9\xf5\xab\x02\x5e\x07\x28\x22\xc2\xe5\x0d\x0b\x43\x69\xf0\x0e\x8f\x1a\x6c\xf1\xa5\x3e\x5b\x7b\xdf\xe1\x03\x06\xae\x81\xec\x57\xb8\xfc\xdc\x67\x06\xf7\xea\x70\xa5\x20\x28\xb9\x20\xde\xd9\x98\xbc\x4e\x19\x26\xfb\x94\x9a\x80\xd5\x90\x08\x20\x77\x7a\xf7\x90\x61\x0a\x97\x19\x5c\xe6\x70\xf9\x0c\x97\x07\xb8\x3c\x66\x5f\xcd\xb0\xcf\x17\x98\x0c\xc7\xd5\xe0\x87\x58\x5f\xb7\xb6\x5f\x64\x0e\x79\xff\x80\xc7\x5f\xe0\xb2\x84\xcb\x0a\x2e\x4f\x7b\x74\x48\x0f\x43\x1b\x2e\x7f\xe2\x83\xed\xa4\x23\xcf\xb8\xb6\x7c\x69\xa3\x39\x90\x96\x72\x46\x70\x6c\x20\xdb\x16\x2e\xbb\x7d\x8e\xd6\x4f\x4a\x53\x1a\x75\xe2\xc5\x2c\x4f\x8c\xbc\x4b\xe2\xd1\xc2\xa5\xb7\x5e\xa0\xa4\xaf\x70\xf9\xb6\x1f\x3d\x86\x21\x0b\x29\xdf\xe1\xf2\x5f\xb8\xdc\xe1\x47\x11\x8e\x19\x55\xc8\x4a\xf2\x28\x64\x43\xcb\xca\xdd\x87\x43\x02\x17\x2c\xd9\xe1\x22\x2c\xc4\xea\x2d\xcf\x9e\x12\x07\xf9\x00\x39\x4e\xc8\x30\x83\x0b\x8a\x5e\x7e\xc0\xe5\x8c\x28\x9d\xe2\x7f\x6a\x99\xb1\xc1\x34\x71\xc1\x74\x0d\xb1\x45\x9e\x6d\x88\x98\x8b\x68\xaf\xda\xb2\x25\x0e\xfa\xe6\x47\x46\x99\xfa\xa0\x21\x1c\x3f\x82\x69\x85\x13\xca\x4b\xcc\x96\x6c\xf4\xec\xd9\xc1\xe5\x6f\x32\x15\xed\x96\xf6\xd5\xd6\x4c\x1f\x11\xd6\x02\x7c\x99\xf4\xf2\xd0\x71\x00\xca\xb6\x4a\x59\x64\xb7\xd7\xd8\xdb\x46\xb4\xc8\x4a\x11\xe3\xb0\xd0\x11\xf5\xee\x06\xb8\xbc\xc2\xe5\x02\x97\x37\xb8\x5c\xe1\xf2\x13\x2e\x13\xb8\xdc\xc3\x65\x0a\x97\x19\x5c\xe6\x70\x79\x80\xcb\x67\xb8\x3c\xc2\x65\x01\x97\x2f\xa5\x9c\x35\x6c\x85\x88\xfc\x4b\x48\x58\xc1\xe5\x09\x2e\xcf\x24\xcc\x8a\x88\x98\x5e\x84\x01\x49\xd4\xcc\xfe\x9d\xfb\x02\x86\x1f\xe4\xdc\xc0\x65\x0b\x97\x1d\x5c\x5e\x46\x6f\x8b\xdf\x89\x0c\x28\x46\x9f\x91\x8f\x91\xac\xe0\xaf\xf0\xea\x37\xb8\x7c\x87\xcb\x7f\x4b\x94\x4f\x23\xcb\x4a\x15\x47\xaa\x24\x1e\xa9\x14\x87\x3e\x15\xb1\xc7\xe7\x55\xfe\x99\x97\x68\x03\x1e\xc0\x5d\x7b\xcc\x72\xd2\x58\x42\x7d\x24\x64\x0b\xc0\x65\x8d\x63\x69\x34\x27\xd4\xb3\x9f\xf8\x25\x23\x47\x1e\x8b\xc6\x1c\xed\x7a\xe8\x89\x6e\xcf\xd2\xb6\xb5\xc3\xc5\x2c\x4b\x4a\x4e\x61\xde\x1e\x6a\xb2\xc5\xa1\xd0\x67\xf1\x61\xe7\xdf\x58\xd5\x4a\x52\x48\x7c\x24\x9f\xa4\x58\x44\x59\x25\x49\x1a\xe8\xe5\x0b\x07\xc5\xf5\x0a\x47\xb7\xa7\x40\x30\x4f\x10\x11\xc1\x29\x47\xc5\xa9\xff\x31\xb8\x6a\x12\x90\x64\x80\xe0\x86\xd4\x04\x29\x44\x7c\x12\x8e\x6c\x3b\x64\x51\x48\x8c\x17\x03\x88\xaa\xe8\x2a\x45\xd2\x9b\x14\xcf\x5e\xe6\x04\x7e\x1f\xd6\xf7\x69\x4d\x36\xfb\xe2\x18\xc5\x87\xee\x44\x3b\x73\x6f\xf6\xec\x83\xe7\xe2\x2a\x42\xba\xfe\x29\x1c\xb7\x9f\x1e\xb9\x3a\x07\x57\xd7\xeb\xce\x94\xd4\x97\x87\xda\xfb\x2a\x45\xd1\xf5\x6a\x16\x0b\xfe\x6c\x67\x26\x9e\x8c\xd8\xc1\x68\x8a\xc2\xd3\x50\xd2\x0a\x56\xc0\xda\x91\xb3\x68\x4a\xba\x2d\x47\x3a\xf3\x8c\x5a\x58\x88\x52\x80\x40\x5b\x18\xb2\xed\xe0\x7a\x34\x8f\x33\xd4\xb6\xa4\x67\xd6\xec\x09\x6c\x1c\x29\xff\x86\xf4\x70\xaf\x47\x24\x09\x1b\x8b\x84\x15\x10\x5e\x68\x11\x8c\x2f\x90\xc7\x5a\xb8\xfc\x8d\x0c\x4d\xe4\x9c\xe1\x98\x86\xcb\x2b\x82\x70\xc0\xe5\x4d\xf4\x64\x16\x0f\x63\x25\x0d\x46\xbd\x57\x97\x0c\xd7\x2a\x25\xce\x2b\x27\xae\x10\xee\x21\x79\x0a\x97\x19\x5c\xe6\x70\x79\xc0\xd1\x3f\xf4\x5e\xfc\x73\x7f\xc6\x0d\xb2\x60\x2f\x65\x8f\xb8\x6f\xc1\xe5\x0f\xb8\x7c\x81\xcb\x12\x2e\x2b\xb8\x3c\xe1\x24\x42\xaa\x15\x2e\x7f\xe2\x99\x18\x65\x7d\x70\xd9\x55\x99\x7b\x40\x25\x43\x5e\xb0\xfc\xd1\x22\xf9\x15\x99\x5d\x70\xf9\x0b\x2e\xdf\xe1\xf2\x5f\xb8\xdc\x61\xe5\x88\x11\x02\x7f\x04\x97\xcf\x04\xca\x66\xc3\x81\x28\x36\xc4\x5c\xa5\x65\x81\x3c\x84\x1c\x2c\xfb\x0f\x53\xc5\x8b\x4a\x99\x9b\x5e\x16\x94\xb6\xb4\xb5\xba\xd8\xeb\x68\x5f\x20\xec\xdf\x20\x6e\x3e\x51\x32\x8b\x47\x72\x07\x97\x1f\x16\xfb\x31\xf3\xea\xbf\x22\x7a\x95\x94\xdb\x88\xe3\x0a\x9d\x99\xf8\x36\x6a\xe9\x85\x4e\x49\x71\xb3\x9c\xab\xc9\x06\x27\xc8\x0c\xc9\x92\x5e\x3a\xd6\x44\xc0\xed\xe4\x6f\x3a\xea\xa3\xaf\x27\x14\x4a\xb3\x26\x07\x0c\x0f\x9c\x32\xf8\xff\x0d\xa1\x33\x46\x6b\x02\x32\xd8\x7a\x34\xc7\x78\xb3\x68\x94\x82\xc8\x3e\xb0\x6b\xe0\x20\x80\xcb\x94\x44\x78\x30\x08\xe0\xf2\x80\x0d\x6b\xd9\x8f\x5f\x79\x12\x1f\x72\x8f\x90\xb4\x80\xcb\x1f\x70\xf9\x82\xb2\x66\xb8\xac\x2c\x19\x38\xe0\x1f\x62\xee\x5c\x5d\xe2\x09\xe5\x84\xf8\xc5\xba\x67\x3d\x85\x80\x7d\xb3\xa2\xe1\x8f\x4a\x92\x30\x6a\xb8\x63\x18\xa1\x5f\xe9\xb1\x3f\x2d\x52\xb2\x88\x19\x0d\x03\x09\x2e\x2f\x70\xf9\x6a\x59\x7e\x92\xc6\x3e\x9c\xf8\x1b\x76\x1a\x28\xe1\xef\x30\x9e\x88\x63\x62\x23\x3b\x19\xeb\x81\xee\x6a\x81\xa0\x7b\xce\x12\x5d\x8d\x2f\xc2\x1d\x3d\x05\x5e\x64\x1c\x3c\xab\xf3\xe0\xbf\xac\x38\xfe\x9b\xe7\x5e\x00\x97\x63\x2f\x80\xf3\xb1\x17\x40\x79\xfa\xdd\xa2\xa2\x15\xb2\x95\x61\x5c\xa0\xa1\x01\x0a\x22\x90\x09\x03\x17\xd4\xdf\x3f\xc2\xe5\x04\x97\x1f\x87\x5f\xc4\x1d\x7e\x36\x3c\x34\x61\xce\x24\x5c\x79\xf2\x81\x0f\x4c\x14\x51\x49\x34\x3a\x81\xe1\x47\x18\x4e\xe6\x37\xc4\xca\x21\x8a\x34\xdf\xf4\x98\x0a\xb7\xe8\x12\xa7\x12\xa8\x9e\x68\x87\x2a\xf3\x94\xd8\xc0\xdb\x2d\x16\x81\xb0\xad\x70\x99\x47\x24\x06\xe0\xf0\xb4\xc7\x21\xc9\xdc\x4f\xd4\x19\x11\xde\x27\x3b\x1c\x9a\xe1\x90\xfc\x86\x12\xc6\x95\x6d\x07\x18\x1e\x1d\x1e\x99\xd5\x35\xf2\xca\xff\x7c\x0e\xae\xc5\xf5\x8a\x60\x69\xff\x46\x45\x16\xd2\x66\xe9\xc8\x80\x2d\x1e\xc4\x24\x04\x99\xdf\x24\x47\x81\x34\x64\x87\xbe\x92\x94\xa7\xee\xcd\x5f\xe4\x45\xda\xd6\x33\x89\x61\xf2\xf7\x51\xf2\x38\x26\x79\xfe\x2b\x01\x9e\xe2\x17\x64\xb4\x22\x92\x18\x0e\x76\x95\x94\xce\xb5\xaf\xc7\xe9\x04\x6f\x39\x4e\xa3\x66\x1f\xa7\xdd\xa7\x75\x62\xfc\xe0\x0a\x5f\xfc\x09\x97\x47\x98\x82\xd0\x56\x10\xf9\x03\x66\x21\xbc\x07\x91\x29\xe2\x32\x16\x01\x4e\x7c\xb8\x22\xb6\xa6\x5e\x31\x25\xfd\xc2\x88\xc6\x53\x86\x20\x63\x3f\x20\xff\x90\x7b\xf5\x51\xde\x19\x76\x30\x5c\x1e\xe0\xf2\xf9\xff\xf8\xda\xca\x86\xe3\xbb\xf7\x1f\xe1\x05\x74\x61\xf8\x07\x5c\xbe\x1c\x72\x22\x8d\x56\xe0\x8c\x4a\x5c\x8e\x1e\xb3\xfb\x91\x67\x43\xcc\xcb\xd5\xe8\x21\x39\x2c\x7d\x1a\xa5\x1d\xad\x1c\x7a\x85\xe4\x43\x92\x1c\x11\x4e\xf3\x7c\x99\x87\x57\xa5\x0c\x9f\x21\xc7\x9f\x70\xd9\x8c\xf2\x2e\xfd\x25\xcb\xb5\x1d\x97\x53\xd5\x79\x11\x3b\x78\xf8\x32\xca\x41\xac\xbc\xef\xac\xf2\xfd\x15\x79\x02\x70\xf9\x0b\x2e\xdf\xe1\xf2\x5f\xd4\x44\x44\xeb\x1d\xb4\xd9\x44\x11\x0a\x2a\xe5\xe1\xc1\x08\x45\xc5\xa8\x10\x4a\xe2\x0c\x58\x1b\x90\x96\x80\x4b\x8d\x12\x72\xc4\x77\x46\x30\x75\xc4\xb5\xbb\x71\x44\xdd\x29\x06\xdd\xfc\xad\x73\x44\xd5\xf2\xdc\xfe\xfb\x28\xa2\xb6\xd4\x5f\xf6\x36\x13\xc2\x3c\xc7\xe4\xab\x86\x3d\xa7\xa0\xce\x23\x99\xb8\x8b\xa3\xb1\xbd\x89\x56\xd6\x6e\x08\x4b\x3a\x90\x60\xa4\x0b\x6f\x45\xfd\x97\xce\x7e\xa8\x9b\x81\xf0\xd5\x39\x67\x22\x19\x84\x9a\x2b\x3b\x02\x79\x83\xe8\x15\x2e\x3f\xf1\x6f\x90\x77\x04\xa1\x19\xcc\x02\x08\x4c\x31\x06\x97\x39\x55\x15\xed\x19\x1f\x20\xfc\x87\x18\xac\x0d\xcc\xaf\x1f\x8f\xde\x07\xb7\x67\xa1\x29\xba\x6d\xdb\xa2\x3b\x7a\xfc\x87\xcf\xf0\xe2\x23\x9a\xfc\x1e\x53\x86\x0d\x01\xc6\x49\x26\x4e\x7d\xf0\xa1\xb4\xba\x65\x7f\x39\x2a\x17\x57\x99\x78\xfa\xd0\xc5\xe7\x21\x58\xe2\xd0\x64\x1c\xbe\x65\x6a\x50\xa8\xce\x0a\xa9\xa4\x27\x14\x07\xab\x04\xe0\x9b\xab\xeb\x8d\x2d\xad\x23\x6f\x64\xf0\x8b\x4f\xcc\x5d\xdd\xb6\xa6\x8b\x27\xcf\x4e\x51\xf5\x63\x1f\x95\xb0\xd2\x03\xc6\x07\x89\x6b\x28\xef\x99\xdb\x10\x19\x93\xc2\xb6\x21\x1e\xf0\x06\x53\xff\x84\x0c\x9b\xa3\xe8\xd6\x61\x6f\xb2\xb0\x59\x23\xe4\x78\x46\x62\x5b\xc8\xbc\xc3\x9f\x82\xcb\x57\xb8\x7c\x83\xcb\x5f\x70\xf9\x0e\x97\xff\xc2\xe5\x0e\x31\x86\xf1\xe0\x84\xd8\x73\x70\xb1\x88\x56\x88\x0a\x95\xa7\x8c\x4f\x20\x4d\x10\xec\xab\x35\xb5\x9c\x71\xdc\x29\x1f\xaa\x30\x5d\x90\x70\x87\xcb\x13\xfc\x1f\xfc\x1e\x14\x02\x09\x7f\x42\x9d\x11\x8e\x1e\x39\xd3\x70\xf9\x1b\x5f\x47\xa5\x07\xb8\x0c\x70\x79\x3d\xe1\xfe\xc0\x7f\xbb\xb1\x50\xb0\xad\x36\xb6\x1a\x4a\xe6\xf2\x8b\x88\xc7\x1c\x6d\x48\xe9\x18\x95\x81\x92\xbf\x2a\x69\x6f\x50\xe6\x15\x2e\x3f\xe1\x32\x21\x77\x27\xf8\x53\xf7\x27\xdc\x40\x60\x54\xc3\x65\x0e\x97\x07\xb8\x7c\x86\xcb\x23\x5c\x16\x70\xf9\x03\x2e\x5f\x10\x1a\x1c\x2e\x2b\xfc\xcf\x13\x8b\x73\xd3\xb4\x1e\xe2\xe8\x30\x4e\x3e\x67\xf4\x91\xf6\xd2\x10\xed\xa2\xe9\xf0\xec\xfb\x6a\xd5\x53\x38\xd0\x39\xe6\xea\x87\x3e\xcf\x07\xab\x3e\x85\xd2\x0f\x63\xe4\x40\x01\xf9\xc7\x21\xda\x99\xdd\x0f\x47\x59\x8f\x30\x4f\xea\x1d\x7c\x4c\xee\xa8\xb2\x1c\xbb\x9c\xaf\xb4\x86\xdf\x79\xc6\xfe\x82\xcb\xe6\x84\xb4\x23\x0c\xa7\x53\x5a\x54\x64\x30\xbc\x40\xda\x57\xb8\x7c\x83\xcb\x5f\x70\xf9\x7e\xba\x61\x89\x0a\x2b\x72\x03\xa3\x0e\x55\xcd\x51\x1c\xed\x50\x54\x06\x33\xc3\xe1\x99\x05\xba\xd0\xe1\x48\xfe\x87\x99\xa4\xd3\xec\xff\x91\x3a\x73\x95\x26\x1e\x5d\xaa\x74\xea\x84\x16\x53\xe1\xf2\xb7\x23\xe6\x67\xb8\xf2\x02\xfc\x03\xab\xf0\x01\x27\xc5\xbc\x7a\x57\xed\x4e\x2e\x66\xf8\x0c\x67\xc4\x2e\x73\x64\xa2\x6a\xca\xf3\xc5\x84\x8a\xe6\x48\xab\x76\xf0\x1a\xde\xe6\xae\x36\x8d\xab\xd3\x06\xc1\x09\x4c\xf8\x34\x58\x25\x87\x36\x8b\xc8\xd8\x8f\x2b\xc2\x3b\xc7\x93\x4e\x8b\x9e\x15\x55\x11\x85\x49\x45\xe4\x4f\x6f\x91\xa8\x86\x3a\x3b\xd4\x0e\xc3\xb3\x3d\x74\x1c\x8c\x7d\x6c\x54\x18\xff\x10\xf8\x09\x97\x09\x5c\xee\xe1\x32\x85\xcb\x03\x5c\xe6\x70\xf9\xec\xde\x53\x1d\xff\xb0\xe0\x3d\x42\xd6\x05\x5c\xfe\x80\xcb\x17\x87\x0e\x6f\x60\x1a\xc1\x65\x05\x97\x27\xb8\xac\xe1\xf2\x0c\x97\x3f\x1d\x52\xa9\xba\x31\x6c\xbc\xef\x73\x9d\xea\x2d\xd6\x18\x6b\x0b\x97\xaf\x0e\xe9\x57\x18\x5b\x70\xf9\x0e\x97\xff\x3a\x34\x85\xb8\xe9\xf2\xa9\xa8\x39\xfc\xc8\x1f\x88\xb2\xe2\x06\x52\x11\x2d\xb2\x84\x4b\x05\x97\x03\x5c\x8e\x70\x01\x42\xf5\x0c\x81\x1a\x2e\x0d\xba\xe6\x47\x37\x2a\x70\x01\x72\xf5\xef\x1f\xe8\x91\x0a\xfa\x04\x2e\x3d\x5c\x06\xb8\xbc\xc2\xe5\xf2\x23\x79\x92\x43\x23\xbb\x37\x48\xb8\xc2\x05\xa8\xda\x9f\x3f\x64\xe5\x46\x84\x7e\xa1\xf5\x27\x3f\x64\xd9\x7e\xa6\xf1\xc9\xe9\xa8\x16\xe8\xd0\xd5\xbb\xe3\x23\xee\x5b\xff\xa5\xf5\x97\x96\xf3\x09\x95\x25\xde\xae\xde\x51\x1a\xf2\x20\x23\x96\xd4\x33\x16\x8d\xb1\x7b\xf8\xf6\x14\x2e\x33\xb8\xcc\xe1\xf2\x00\x97\xcf\x70\x79\xfc\xa1\xde\x4d\x6d\xf5\xcd\x93\x42\x17\x47\xdf\x7d\x0c\xaa\xbb\x45\x62\xa2\xd2\x1a\x2f\xb2\x06\xd1\x75\xed\x0f\xec\x82\x21\x5e\x57\xae\x15\x7b\xac\x55\xe4\xb4\x99\xad\xcd\x15\x63\x5f\x20\xdb\x0a\x2e\x4f\x3f\x70\x96\x26\x31\xfd\x1a\x9b\x1d\x19\xf3\xd8\x6b\x70\x0e\xfa\x13\x42\x5b\x6d\xca\xdb\x9a\xa0\xa2\x9a\xf0\xf8\x2e\x7b\xde\x3e\x5e\x65\xde\xcc\xf0\xe8\x4d\x6c\x4a\x38\xb6\xd9\x8a\x3d\x6e\xe9\xd9\x6f\xc3\x36\x35\x3b\xf8\xc4\x3d\x6b\x03\xea\x01\xb1\xa7\xa3\xe1\x2b\x14\xfc\x02\x39\xbe\xc2\xe5\xdb\x0f\xa4\x0c\xc5\xc7\x0a\x54\xf5\x07\xe3\x04\x13\xfa\x0c\x1d\x55\xaa\x7b\x81\x32\xe5\x25\xc6\xef\xa3\x0d\xaf\x9a\xfe\x5f\x02\x37\x7d\x47\xbb\xc8\x72\x96\x84\x9e\x06\xad\x1d\x70\x55\x40\xb4\x0b\x14\xf9\x62\xaf\xc1\xe5\x8f\x92\x60\x6d\x69\x26\xb3\xae\xea\x11\x9e\x38\x06\x15\x57\x39\x17\x44\x21\xed\x07\xae\x6e\xb4\xfe\x35\xdc\x7a\xec\xa3\x7a\x89\xa3\x19\x1e\xa9\x10\xf3\xe0\xda\x0a\x09\xbb\xfb\xeb\xa3\x8f\xbd\x08\x00\x70\x15\xd9\xcc\x27\xd3\x5d\x31\x9b\x7f\xdd\xad\xd7\xcb\x6d\xf1\x79\xb9\xbe\x9f\x2c\x8b\xc7\xf5\xfa\x0b\x79\xa2\x22\x16\x46\x14\xba\xd0\xb5\x82\x5a\xd0\x4e\x7d\xd3\xb8\x1e\x1f\x70\x9d\x47\x69\x2f\x5a\xb1\xef\x3f\x32\x3d\xc4\x47\xef\xcf\xb2\x19\x4a\x9a\xec\x56\xd0\x75\x4c\xf6\x26\x34\x6b\xe1\x9e\xa7\x7d\xe4\x56\xc2\x47\x9b\x2c\xfc\x64\xfe\x77\xf7\x57\xa9\xf3\xed\x93\xf8\xe0\xe1\x9d\x60\xc9\x39\x30\x97\xff\x41\x0a\xfd\x15\x7a\x6a\xc4\x67\xa9\x52\xe9\x68\x25\x1f\xd9\x0f\xf0\x4c\x1d\xee\x21\x65\x13\x9e\x4d\x79\x36\xc7\xb1\xf9\xee\xb3\x0f\x64\x23\x08\xd5\x9a\xad\x57\xc2\x95\xa8\x87\x78\x62\x65\x33\xee\x53\x1d\x53\x13\x71\x10\xa2\x23\x71\x8f\x7f\xce\xdb\xe8\x68\x8c\xde\x7c\x24\x3b\x3d\x42\x95\xd0\x48\xd5\xda\x45\xdb\xfb\x7c\x51\x47\x75\x95\x19\xaa\x3d\x75\xc1\xbe\x4a\xff\xc0\xc2\x26\x61\xd4\x45\xe3\x7e\xfa\x87\xbd\xe7\xa1\xc6\x33\xdb\x3f\x3c\x15\x2d\x3e\x25\xaf\xc5\x95\xbb\x24\xe6\xa4\xfc\xed\x33\xfa\x51\x81\x01\xb0\x97\x49\xe7\xd4\x2e\xfe\xba\xb7\xd9\x37\x62\x0a\x16\xc5\x3f\x83\xaa\xa3\xa9\x3c\x02\x84\xe1\x0f\xb1\x11\x91\xf8\x20\x76\x3f\xad\xfa\xb5\x5f\x3c\x3d\xbf\xec\xc8\x06\xa0\xb8\x5f\x4e\xa6\x5f\xd8\x4b\x4d\xe9\x3b\x72\x56\x1f\xd9\x11\x3c\xc2\xb5\x5d\x39\x22\x6f\x03\x41\x93\x7b\x90\x77\x71\x31\xcf\xb4\x79\x91\x8b\x3c\x19\x7a\x0f\x9f\x4c\x78\xfc\xdd\xd0\xd3\xa0\xc6\xc3\xd5\xa3\xaf\xa1\xeb\xa0\x52\x1f\xa7\x4a\x95\xe9\x69\xe4\x24\x2c\x46\x58\xf5\x68\xa3\x51\x11\x9f\xae\x15\x6f\x94\xdd\x75\x41\x50\x17\xfc\x17\x82\x7b\x9f\xbd\xe7\x5b\xa9\x5d\x02\xc6\xe0\xdc\x64\x41\x28\x19\x5b\x7b\x19\xbd\x88\x75\x3c\x61\x1d\x17\x71\xe5\x5a\x49\x47\x05\x0b\x89\xd0\x6a\x92\x4a\x84\x9a\xeb\x49\x9d\xb5\xda\x25\xae\xe2\x69\x6a\xd8\x54\x17\x12\x1e\x6d\xdd\x4f\x51\x0b\xed\x48\xcb\x25\x8a\x76\xe9\x22\x4f\xc1\xc7\xd8\xd1\xe2\x17\x9b\x26\x86\xd4\xc1\xb7\xea\x86\xa5\x28\xd8\x32\xb2\x28\xa2\xc8\xe7\x7f\xc4\x37\xba\x46\x81\x8c\xd7\x75\xe9\x6c\xaf\x0a\xd0\xf7\x15\x06\x4e\xdc\xfa\xc6\xf2\x21\x27\x4c\xca\x9e\x87\x5d\xce\x91\x60\x55\x19\x3a\x9d\xf0\x39\x94\xb0\xa1\xd4\x6d\x30\xc5\x79\x8d\x23\x3f\x1f\x14\x61\x0c\x8e\x8c\x19\x49\x67\x10\x74\xd8\xbd\x24\x9e\x6d\x91\x39\xcd\xde\x9b\xc8\x8e\xb5\x19\xe5\x3d\x6f\x05\x1f\xdc\x71\xe4\xf1\x7b\xe7\x37\xa8\x38\x46\x5d\x4b\x40\xde\xb4\x47\xf9\x8e\x41\x01\xbf\xb9\xba\x2a\x59\xfd\xc8\x54\x95\xbc\x5e\x8c\xdd\x7b\x17\xa3\xd3\xcb\x74\xbb\x1d\xc5\x59\xa3\x28\xdf\x3e\x7d\x2b\x7c\x63\xe8\x70\x93\x54\xa6\xb4\xbe\x71\xec\x43\x9c\xfb\x0d\xdf\x62\xaf\x3c\x48\x43\x8c\x7b\xf9\x50\xfb\xcb\xa4\xad\x26\xa9\xa2\xfc\x0a\xf9\x85\xc1\x4f\xe5\x6f\x54\xbe\x1d\x95\x60\x21\xef\xa8\xc9\xc4\xc8\x87\x02\xec\x8a\x1f\xc3\x36\x07\x08\x1a\x55\xbb\xe8\xd8\x14\x96\x14\xa0\x46\x7f\xf5\x1f\x25\xba\x67\x28\xdf\xcb\x5a\x4e\x64\xa2\xcc\x6e\x19\x37\xa1\x21\x1b\x6a\xb6\x50\xe1\xb6\xa3\xd8\xd2\x1d\x6c\x79\x2d\xd9\xaa\x4b\x9f\xf3\x48\xac\x6d\xfb\x1b\xdc\xcf\xf6\xfa\xdb\x38\x03\x71\x86\x6a\xdb\xfe\xce\xcf\x7f\x4f\xcf\xe9\xa7\xe1\xe1\xbf\xf9\xe1\xbf\x47\x0f\x53\xe1\xff\xe1\xe7\xff\x19\x3d\xd7\xb2\xff\x97\x1f\xff\x6f\x66\x17\xc6\xf6\xe0\x05\xb2\xe8\x54\x7f\xcc\xa9\x4f\x95\x7c\xcc\x30\x7d\x75\xd7\x7b\xf2\xb8\x38\xff\x6b\xb1\x5b\xa0\xb6\xf7\xfc\x69\x37\x27\xc5\x21\x0c\x71\xe2\x5f\x8b\x1d\xa6\xbd\x3c\xad\xd6\x2f\x4f\x14\xa6\xf6\xd6\x66\x8a\xe8\x57\x09\x4d\xc5\xf2\x26\x66\xad\x17\xf5\xeb\x4b\xc6\xd6\xd2\x29\xfd\xbb\x6e\xa2\xd1\x94\x18\x6d\xa2\x9c\x98\x0f\x6b\x2d\x8c\x77\xfb\xb5\x0c\x27\x89\x71\x6e\xd8\x84\x73\x66\x05\x2e\x37\xfa\xb2\x6c\xd1\x18\x21\x06\xf2\xd3\xf8\x05\x76\x4d\xe5\xc9\x7c\xc3\x66\xdf\x60\x25\x73\x1b\x60\x6f\x52\x59\x0d\x47\x29\x5f\x9f\xbd\x09\x19\x76\xea\x77\x38\x9a\x43\xce\x1d\xf4\x6d\x6a\x30\xa2\xb9\x71\x80\xff\xa6\xb5\x22\x42\xea\xa6\x6e\x98\xe7\x77\x9c\x6c\x36\x3e\xf9\xfe\xd1\x10\x06\x82\x1f\xfa\x75\xc8\x2c\xbb\x4c\x55\xcd\xdb\x2a\x4b\xc0\xe1\xa1\xe4\x48\x97\x29\xd7\x16\x38\x2c\x92\xed\xd0\xfb\x39\x84\xe7\x10\x5a\x96\xb5\x33\x18\x9c\xc4\xbe\xde\xbc\x8d\xf2\x58\xd6\x83\xba\x7d\x80\xff\x32\x4e\xe5\xa5\xfd\x7d\xde\xdb\x7c\x10\x4d\x4b\x7c\xf1\xc1\xaa\xf8\x7e\x9e\x93\x5f\x95\xac\xa0\xa8\x76\x35\x9d\x8c\x93\xf1\x67\x10\x35\x01\x81\xca\x4f\x26\x32\x86\xb6\xfe\xa4\x38\x66\x78\x55\xcb\xb2\x87\x96\xcd\x09\x84\xc4\xc5\x2d\xea\xc1\x07\x12\x3b\xe1\x31\xd7\x5e\xe3\xb3\xf2\xad\xf9\xa0\xc3\x96\xf8\x50\x32\xe5\x2c\xc7\xd5\xe0\x17\xd3\x0b\x4f\x9a\x50\xea\xe2\xb7\x65\x0d\x6a\x19\x71\x12\x0f\x43\xcb\xb0\x5c\x6b\x84\x30\x20\x47\x93\xbf\x88\x77\x51\x1f\x34\x01\xdd\xdd\x2f\xfe\xcf\x54\xb6\x8f\x64\x6f\xb3\xa9\xa8\xb6\xb5\x01\xff\x1e\x11\x17\x30\xd4\x87\xeb\xd2\x97\xb2\x8f\xe2\xaa\x9d\x9b\x94\xe6\xe1\x63\x16\xce\xc4\x4a\xae\x7d\xf5\x67\x12\x22\xb7\x38\x4d\xf4\xec\x2b\xe7\x53\x79\x30\x7f\xb3\xe5\xc0\xd3\x51\xd2\xa6\xec\x9d\xbe\xe2\xad\x48\x4d\xc7\xc4\xb3\xb3\x26\x20\x05\xbc\xc0\x8f\xcd\x92\xd7\x67\xa8\x88\x6b\x07\xbb\xb5\x70\xe7\xf9\x47\xca\xb5\x7c\x17\x2d\x84\xf9\x5b\x69\x3b\xb5\x83\x0b\x43\x47\x9a\x60\x25\x19\x08\xf5\xe1\x2a\x9c\x9b\x77\xff\x21\x82\x9c\xc6\x9c\xb9\x02\x2b\xdb\x9f\x50\x73\x43\xdb\x27\xd3\xc0\x7b\x97\x96\xc3\x74\x48\x17\xe5\x69\x04\x30\xf2\xd1\x93\xcf\x9d\x02\x0e\xcb\x63\xfa\x34\x0c\xc4\xc9\x4d\x97\xb3\xa1\x2c\x83\x08\x69\xb7\x14\x85\xb9\x18\xd7\xab\x8f\xf7\x4e\x17\x01\x20\x3b\x93\x75\x6d\x69\xea\x9a\xfe\xee\x9b\xeb\x4f\xf4\x19\xc4\x18\x65\x29\xd0\x50\xf7\x7a\x30\x79\xeb\x97\xa4\x08\x37\xc4\xd3\x2e\x5c\xc5\xf5\x63\xed\xcb\xa8\x63\x0a\x8b\xec\xcb\x13\x05\x0f\x64\x12\x4b\x11\x34\xb3\xa2\x60\x4f\x6f\x3b\x26\x76\xa2\xed\xb3\xf2\x4a\x1a\x1c\xbc\x39\xf5\x8a\x9b\xe2\x46\x6d\x81\x33\xfc\xa3\x8e\x38\xa2\xff\x21\xf8\x1e\xfb\xb6\x8f\x67\xd7\xed\x6c\xd3\xa9\x0d\x86\xf7\xfd\x46\x46\x40\x78\x45\xa2\xd1\x66\xc3\xa4\xe6\xbf\x18\x48\x98\x0d\x44\x26\x8f\x91\x93\x89\xc9\xc8\x97\xff\x4d\x6a\x8d\x2e\xfb\xdb\x6c\x08\xcb\xf8\x09\x56\xa7\xd0\x46\xa7\xbb\x29\x4b\x57\xd9\xb6\x87\x6d\x37\xb8\x52\x34\x4b\x08\x69\x7b\x77\x72\x08\xbf\xa2\x16\x11\xe2\x61\x8e\x94\x17\x87\xba\x77\x6c\x1e\x55\xf9\x9e\xb0\xbf\x86\xd6\xb1\xb5\x45\xec\x5d\x79\x26\x95\x29\x73\x8c\xf7\x0c\x19\x0a\x1b\xc8\x1c\xe9\x88\x53\xdf\xd4\x9d\x58\x23\x92\xb1\xcc\x96\xa5\x3d\x47\xfb\xd6\x89\x8a\xff\x36\x94\xec\xda\x9d\xed\xc2\x15\xd6\xbb\x72\x86\xbd\x23\xbf\x0e\x75\x4b\xbd\xc3\x09\xa2\x2a\xfd\x48\xaa\x44\x5f\x27\xcb\xc5\xac\x78\xdc\xad\x96\xc5\x64\xb7\xdb\x2c\xee\x5f\x76\x73\xb1\x4b\x2f\x82\x2d\x87\xc0\x26\xd2\x3d\xf5\x0e\xcd\xf8\x07\xc6\xa5\xe9\xcd\x31\xb3\x12\xc4\xef\x66\x4c\x27\xa2\x14\xc8\xc7\xfc\x93\xaf\xc4\xfb\xff\x6d\xf2\xea\xe6\x35\xf8\x7b\xb2\xc5\x9c\x25\x74\x63\x84\xa7\xb6\x15\xff\x04\xc6\xbe\xde\xfe\x1a\xe7\x51\x5e\x15\xdb\xc1\xbe\x4b\xfe\x5c\xfb\x3d\x3d\x6a\x7d\x0b\x95\x82\xf7\x13\x66\xb2\x26\x7d\xf4\x2e\x0f\x00\x85\xb5\xa3\xe7\x7c\x0a\x18\x7d\x8f\xd3\xd2\xc7\xc6\xe9\xb9\x9d\x20\x7e\x5f\x0d\x4a\x28\xb7\x3e\x5c\x65\x13\x04\xdb\x4f\x82\x33\xdb\x11\xba\x46\x5e\xcc\xcd\xcb\xfc\x1b\x18\xa7\x19\x17\x51\x61\x22\xe7\x08\xa0\xaf\x2f\x2e\x3b\x99\x34\x26\x81\x2a\x1e\x32\x61\xb8\xe0\x40\x25\xf5\x1b\x01\x26\x4a\xa6\x8e\x15\x69\x0e\x9f\x4c\xe4\xa2\x2a\x17\xb3\x4e\xe3\xc9\xd3\xda\x08\xdb\xcc\x92\xb5\xfb\x38\xc3\x16\xc1\x61\x1e\x7d\xec\xc5\xff\xe3\xe8\xc1\xcc\x37\xc6\xb5\x44\xf6\xc6\x68\xab\xc9\x07\xfd\x8c\x5a\xe2\x62\xb6\xb4\xed\x83\xfa\x14\x96\x82\x4e\xb6\xb1\x71\xd2\x75\xb5\xb3\xd5\xce\x8f\x3a\xb4\xc5\x65\xe4\xca\x36\x02\xfc\x46\x0a\x49\xbd\x10\x8e\x5c\x83\xfc\x90\xea\x86\xd3\x9c\x03\xb6\xad\x04\xf7\x04\xf3\x2c\xb0\xad\x04\x1e\xec\x25\xd4\xd9\xff\xd1\xb3\x0f\x7e\x9c\x1e\xa4\x1f\xb7\xaf\xe4\x70\x96\xff\xa6\xb3\xa5\x3b\xb8\x32\x0d\x25\x7e\x20\x07\xe2\x77\x0f\xb2\xc1\x18\xd5\x9a\x2b\xe5\x12\xdf\xab\x13\x64\x2c\x99\x7d\x44\x1b\x14\xc2\x54\xd9\x05\x9b\xfd\x6f\x62\x95\xb0\x06\x3d\x9b\x67\x9a\x88\x46\xac\xd9\x27\x33\x2c\x0a\x21\x62\xd4\xb8\x43\x57\xcd\x60\x8f\x43\x6d\xc2\xfc\x0d\xb9\x64\x62\x6c\x0c\x95\xc9\x5f\x4f\x35\x8e\x31\x99\xc8\xdc\x4c\x4b\xb5\x89\xc2\x2a\x8e\x1e\xd1\x12\xca\x2b\x5e\xb4\xf5\x61\x5a\x7b\x5d\xd6\xde\x7a\x35\x74\xaa\x4d\xec\x65\x69\x63\x33\xa8\x57\xab\x4f\x2f\x81\xf0\x7e\xf0\xff\x90\x16\x28\x7d\x2d\xfd\xca\x5c\xdb\x7c\x68\xf0\x98\x13\x4f\xff\xe3\xd4\x94\x20\x7d\x52\xd6\x51\x56\x17\x62\x79\xec\xcc\x31\xe3\x37\xe2\xff\xa8\x31\xdc\x83\xc5\x11\x0a\xb7\xc4\x13\x86\xd8\xa2\xb7\x0d\x2e\xa8\x70\x19\x9a\xdb\xd4\x51\x43\xcf\x7c\xf3\xc2\x6e\x8d\x69\xbd\x2d\x7e\x65\x03\x10\x56\xfc\xdd\xbb\x9e\x75\xcc\x71\x38\x72\x18\x01\x80\x5c\x7b\xe4\x68\x79\x32\x6d\x6b\xb1\x14\x35\x7a\x2f\x04\xd4\x97\xd7\x1f\xf6\xb6\xee\x3b\xdb\x02\x11\xe4\x6c\x14\xdb\x5d\x74\x76\x86\x8e\xce\xd0\xc9\x19\x3a\x38\x3b\xe1\x71\xfe\x3f\xac\x50\xc6\x7e\xbf\xa1\xa3\x58\x9f\xb7\xea\x69\xd5\x12\xfc\xe9\xd0\x3b\x62\x30\xa0\x3a\xfd\xdf\x83\x67\x73\x85\xde\xd0\xcf\x55\xb5\xc0\x3c\xb2\x2e\x9e\x3b\x96\xa6\x53\xd3\xf6\x23\x69\x1d\x1e\xbc\x67\xc6\x85\x35\x15\x23\xce\xe0\x84\x6e\xcd\x2b\xba\xa8\x48\x36\xcd\xb0\x89\x21\x1b\x0b\x87\x30\x2c\xb8\xaf\x5e\xf9\x60\xcc\x97\xb3\xee\xd8\x32\x2d\x9e\x3d\x80\xbd\x0d\xd1\xb3\x18\xa4\x25\x3d\x09\xc8\x5c\x66\x4d\xd4\x3d\xb1\x20\x68\x87\x6d\x73\xcb\xa8\x51\xe4\x95\x39\x93\xe3\xcf\xe5\x8e\xfa\x78\x0c\xc5\x9b\xb4\x51\x7c\x32\x32\xb9\xca\xbb\x31\x6d\xd6\xfe\x96\x13\xa1\xea\x8b\x71\xac\x12\x79\xb4\xbd\xe0\x00\x89\xb2\xb8\x6f\xa1\xdf\xd3\x8f\x68\x9c\x4c\x58\xd0\x9e\x97\x65\x19\x3c\x4c\x5a\x98\xa3\x25\xcd\xd1\xde\x1c\xf9\x34\x70\x84\x3a\x6d\x47\xb3\xd7\xb7\xa3\x56\x91\x68\xc5\x6e\xf1\x39\x4a\xdf\x91\x98\x42\xa2\x2e\x18\xf2\x2d\xa9\x5a\xfa\xb6\x1a\x61\x6f\x41\xb1\x38\x94\x31\xf0\x89\xa4\xeb\x95\xb8\xc0\xe4\x1a\x4d\x67\x93\xdd\x44\xe6\xa5\x1c\x9a\x04\x9d\x1d\xd3\x87\x68\x99\x50\x67\x6f\x8b\x90\x91\x9f\xba\x38\xd9\x4e\x17\x8b\x49\xdd\x91\xbd\xe0\x61\x5e\x67\xba\x1a\x7c\x12\xde\xbe\x4c\xa7\x73\x04\xe1\x78\x98\x2c\x96\x2f\x68\xee\x5d\xb3\xe3\x17\xb4\xf2\xb2\x09\x92\x08\xf7\x06\x83\xd6\xc8\x6c\x19\xfd\x34\xff\x6b\x57\x6c\x77\xe4\xaf\x0e\x73\x93\x8c\x7e\x0a\x7f\xf2\xeb\x07\x69\x9f\x3e\x48\xfb\xed\x83\xb4\xdf\x3f\x48\xfb\xf7\x38\x8d\x36\xf0\x5f\x3f\x4a\xfc\xf4\x51\xe2\x6f\x1f\x25\xea\x77\xd0\xe4\xfe\xa6\xc8\x2c\xed\xd3\x07\x69\xbf\x7d\x90\x76\x53\x6f\xdc\x2f\x6e\xab\x08\x69\xb7\x35\x84\xb4\x9b\xf2\x46\xaf\xa6\xa4\x4f\xef\x93\x6e\xff\x8c\xba\x69\x37\x4e\xdd\xb9\xfe\x5d\x55\x30\xed\xd3\x07\x69\x37\x55\xe1\x02\x69\x05\x49\xe9\xe3\x22\x53\xd2\xa7\xf7\x49\x37\x55\x9c\xb7\xbd\xd8\x5c\x68\xda\xd3\xd0\xd8\xe0\x4a\x7d\xb4\x1f\x0e\x07\x9b\xb4\x9c\xc3\xd0\xb6\xc2\x6a\xac\xac\x56\x84\x29\x42\x04\x4a\x2d\x15\xa5\x66\x67\x48\xe3\x85\x87\x69\xfe\x7b\xba\xf3\x61\xe2\xa2\x4d\x09\xb6\x71\x8a\x15\x90\x8f\x3d\x5a\x12\xde\xbd\xf8\x71\x3a\xfe\xf2\xc7\x8f\xa8\xb8\xc9\x8d\x55\x2a\x97\x96\x2d\x3e\xb4\x52\x71\xfa\x87\xd9\xf1\x23\x1f\x3e\xb9\xf9\x86\xc8\x97\x88\x41\x9d\x95\x96\xec\x28\xc7\x5f\xc1\xf4\x19\xc2\x93\xfc\x09\x9b\x5d\xfc\xa7\x3c\x5b\xd7\x1e\xff\x5f\x79\x9e\xfc\xf8\xf9\xbd\x22\x70\xa4\x75\x90\x5f\xfc\x30\xf1\x59\x71\xb4\xb2\xf5\xf4\xa6\x73\x14\x99\x43\x7a\xe5\x36\x81\x07\xef\x4d\x3a\x75\x13\xa5\xfd\xfa\x51\xe2\x47\x0b\xd5\x7f\xb2\xcf\xf0\x52\x9d\xbd\x37\x5a\xf2\x52\xd2\xed\x4c\xa7\xea\x6c\x3f\x4e\xcd\x66\xd8\xe8\xc1\x92\xbd\xf5\xde\x4e\x49\x49\xcf\x36\x4a\x9d\x30\x44\xcc\xb9\x37\x5b\xe9\x94\xb2\x1a\x68\x5c\xff\x0c\xc4\x8d\x51\xa3\xfe\xa5\x3d\x9a\xf2\x3a\x9e\x98\x0b\xdc\xbd\xd2\xfb\x04\xe5\x70\x3b\x51\x25\xeb\xc7\xc9\x8f\xf6\x4d\x93\x50\x62\x89\x7c\x6a\x1a\x90\x82\x06\xca\x90\xd3\x9b\x18\x13\xc5\xc9\x07\xf4\x94\xc0\x7e\x58\xd0\x49\x89\x35\x8d\xe2\x7f\x22\x98\x1f\x05\xd9\x4e\x27\xa1\x5d\xa0\xc1\x6e\x46\xc9\xe2\x8e\xcb\x30\x8c\x53\x22\x2e\x73\x3d\x02\x3c\x8e\x22\x95\xbe\x11\x83\x1c\x14\x18\xb0\x42\x09\x31\xfb\x27\x62\x44\x21\xe4\x7c\xe7\x03\x0e\x17\xb8\xff\x8a\x1b\x79\xa3\x40\x8f\x9d\x8f\x19\xec\x63\xf4\x21\x21\x4b\xdd\xa8\xad\x6b\x25\x9e\x83\x3f\x60\xab\x8c\x34\x1f\x98\xe3\xc9\xdc\x54\xc6\x31\x4a\xba\xf0\x88\xa5\x31\x1d\xeb\x59\x25\xfd\x79\x66\x8e\x48\x1c\xc9\x86\x0f\x4b\xba\x04\xd3\x65\x22\x0c\x85\x72\x93\x4a\xcf\x0c\xe1\x5d\x3f\x3b\x36\xc9\x66\x39\xad\xa4\x93\xdb\x2b\xe6\xf1\x00\xf1\x52\x7c\x99\x7f\xff\xe5\x5f\xbf\xcc\xbf\xce\x9f\x76\x1c\xc6\xe4\xc9\xf3\x82\xa3\x64\x25\x81\xbc\x4c\x7c\xb2\x5b\x7f\xfe\xbc\x44\x0c\x9a\x4c\x1c\x89\x7a\x0a\x90\xf6\x38\x79\xfa\x8c\x30\x37\x4b\x74\x1a\xf1\x65\xfe\xfd\xe5\x99\xee\xb3\xf5\xb7\x27\xe8\xec\xf5\xf4\x85\xf0\x69\x16\xd3\x2f\x85\x7c\xeb\x97\x7f\xfd\xf2\xf2\xcc\x6e\x75\xe7\x9b\x0d\xc2\x6c\x3d\x2e\x66\x08\x89\xf3\xb8\xfe\xc6\x7f\x46\x7f\xb5\xf2\x04\x28\x36\xc2\x51\x7c\x9a\x7c\x2d\x1e\x5e\x9e\xa6\xbb\x05\xe2\xd5\x40\x74\xbb\x9b\xe3\xa7\xed\x95\x18\x23\x5f\x9d\xbd\xc8\xbb\x67\x7b\x15\x42\x8b\x24\xe7\x32\xb2\x91\x5a\xc4\xf3\x01\x82\x98\xd0\x9b\x95\xb9\xc2\xcb\x8f\x78\x38\x18\x7b\x36\x7b\x48\xde\x4b\x7a\x2b\x32\x87\xc6\xb5\xe2\x79\xc9\xbc\xcd\x54\xf7\x96\x09\x5d\x06\x05\x36\x5d\xee\xbb\x57\x1c\x81\xb8\x08\xfd\x5c\x89\x3b\x38\xdb\x8e\xa2\xae\xa4\x13\x71\xef\x7d\xdd\x3b\x94\x3f\xa1\x7a\x2f\xfb\x4f\x8e\xae\xb2\xf7\xd7\x2d\x01\xa1\x55\xe6\x1a\x09\x37\x7e\xc6\x85\x66\x2e\x55\x04\x73\xfd\x95\xdb\x84\xcb\xdc\x9b\xf0\x5c\x9b\x52\x64\xfa\x17\x57\x65\x08\x64\xf4\x6f\x9c\x26\x80\xcf\xc4\xfa\xdc\x58\x53\x31\xb6\x06\x3a\x38\x21\xa4\x26\xb2\x75\x6a\xb7\x27\x34\x0f\x81\x07\x0b\x75\x60\x73\xb6\xd7\x7b\xc7\x00\xf1\xc8\x29\x69\xbb\xa1\xdf\xf9\xe3\xb1\xce\x9b\x01\x86\x2c\xaa\xf2\xbc\x1a\x3a\xcd\x71\xba\xa0\xc8\x73\xf3\x48\x14\xfe\x86\x1b\x12\x0b\x45\xd5\x58\x56\x90\x68\x24\x9c\xe3\xc3\xd0\x09\x67\xdd\xd6\xd7\x1d\x01\x05\xa3\xaf\x24\x39\x1e\x8a\xa7\x15\x6b\xfa\x93\x0d\x0b\x6e\x7b\x5c\x1e\x2b\xe2\x25\xf7\x9e\x9c\x95\x94\x7c\xa2\xcd\x46\x0e\x49\x74\x30\xfe\xc5\x5e\x27\x79\xe4\x3e\xad\x9e\xca\x4c\x11\x7f\x0e\x5d\xb0\xaf\x12\x86\x65\x41\xbd\x8b\x63\xae\xe4\xe6\xee\x95\x83\x90\x47\xfd\xed\x42\x96\x99\x2d\x4d\x25\x2a\x2c\x1a\x41\xcf\x6b\xf9\x93\xa9\x6d\xfb\x21\x88\x64\x2d\xc5\x3a\x57\x9e\xd9\xb5\x99\x6b\xcb\x80\x23\x81\xe3\x95\x1d\xc7\x21\xab\xba\x99\xd0\xcc\x9a\xa2\xd9\x35\x05\x5e\x50\xa7\x13\xfa\x82\xa6\xe8\x0b\x9a\xd2\xe3\x78\x78\x16\x4f\x48\xf4\x83\xac\xbb\xc9\x7f\xcb\x6c\x89\x93\xbf\xec\xbc\xb8\xc0\xf5\x97\x69\xcd\x4d\x82\x61\xcf\xc6\x9a\xa1\x77\x25\xab\xa0\xe8\x70\xa5\xe1\x4c\xee\xbd\xd4\x27\x9f\x3a\x2a\xea\xcc\xd1\xbe\x74\x1c\x60\xab\xb9\x2e\xf8\xa6\xc3\x5a\xac\x71\x96\xab\xc6\xce\xc7\x0f\x92\x14\x15\xb5\x58\x19\x6a\x91\x39\x5b\xb0\x33\xac\x53\xcc\x26\x0c\x1a\xac\xcd\x03\xc3\x17\xa1\x44\x3b\x1b\xdc\x43\x4b\x14\xc4\x10\xed\xa7\xdf\xd5\xa3\x42\xd9\x0f\xa6\x4e\x6e\x81\x90\xba\xd0\xd5\x49\xf4\x7e\xd2\x7c\x5f\xb9\x56\x62\x0a\xf4\x41\x20\x3c\xfc\x59\x71\x2f\x05\x49\xec\x5b\xab\x67\x85\xa3\x77\xb3\x05\xbd\xc9\xd5\x0e\x76\x74\x2a\xfd\x64\xf0\xbd\x59\x82\xf3\xe0\x60\xd1\xfa\xde\x1d\xae\x99\x3d\x5e\x26\xb5\x2c\xc5\x62\x4c\x5a\x32\x89\xfc\x0b\x32\x3c\x13\x33\x65\xf6\xb3\x8a\x56\x87\x3e\x6b\x42\x77\x5b\xff\x22\x03\x25\x29\xc8\x71\x17\xbc\x2c\xb5\x19\x44\x81\xaa\x38\xb8\xba\x9e\x65\x61\x55\xc6\x0f\xf9\x88\x68\x15\x78\x98\x40\xbb\xa9\xd5\x9e\x50\xce\xe3\x2f\x68\x08\x73\x0c\xa6\x01\x02\xa4\x54\xe5\x2c\x3f\xf4\x9d\xd4\x01\xda\x53\x16\x41\x5f\x57\xe3\x56\x11\x33\xdf\xe2\x64\x22\x7c\x9f\x5d\xaa\x14\x0a\xde\x4f\xf0\x4e\xf2\x92\x8b\xf3\x56\x56\xf6\x63\x30\xed\x50\x1b\xd6\xe8\x96\x02\x38\x28\x3e\x1c\x99\x8e\x83\x56\x4b\x6d\x56\x69\x2f\x62\x0b\xaa\x2f\xa9\xc2\x04\xbb\x35\x8d\x95\xcd\xa7\x20\x9a\x30\x75\xce\xe2\xf0\x64\x6d\x95\x46\xa7\xfe\x6f\x01\xf3\x8e\x87\x19\xda\x24\xcf\x6e\xb6\xb5\xde\xc6\x3e\xfd\xc4\xa2\x9d\x8f\xb7\xb9\xd1\x3b\x32\xbe\xf3\x8c\x92\xe6\xf2\xae\x0c\xf6\x70\xe7\x22\xd1\x08\xbc\xe7\xdc\x44\xdf\x77\xff\xd9\x5e\x79\x29\x47\x04\xf5\x4f\x69\x67\x62\xbd\x02\x53\xd7\x62\x0b\x1d\x91\x4c\x10\x39\x2d\x84\x92\xee\x01\xc4\x34\x5f\x9a\x6e\xa4\x67\x00\x5f\xc1\x5d\xa3\xc0\x8f\x7c\x76\xaf\xb6\x95\x5f\x3d\x6a\x44\xa4\x16\x29\x85\x9d\x21\x40\x17\x69\x63\x69\x01\xd2\x04\x47\x8d\x8c\x0a\xc0\x94\x54\x00\x75\xaa\x4e\x9b\xa3\xed\x97\x68\x48\x50\x9e\x75\x34\xd5\xb7\x09\xef\x73\xc9\xd0\x27\x3c\x20\x9d\x13\x45\xb6\x9e\x16\xef\x08\x82\xd6\x5e\xd2\xe8\xe2\xa5\x8f\x1b\xae\xd5\x15\xad\xf8\xbf\x77\xe2\xd6\x5e\x74\x61\x6b\xed\x45\xa6\xc5\x87\x24\x8e\x88\xad\x8b\x44\x7b\x15\x89\x20\x2b\xc6\xf4\x56\x91\x51\x6d\xc5\x88\x44\x4b\x91\x6c\x6e\x64\x74\x5b\x21\xb4\x58\x91\x11\x63\x45\x4e\x8d\x15\x23\x72\xac\xc8\x48\xad\xe2\x96\x0c\x2b\xf6\x43\xdf\x73\x71\x19\x01\x55\x8c\x29\xa8\x42\xc1\xaf\x8b\x8c\x7c\x22\x0c\x27\x9c\xaf\xef\x09\xa9\x62\x4c\x75\x41\x1b\x77\x38\x23\xf2\x15\xf4\x36\x69\x3c\x4d\x3e\x31\x7c\xcf\x87\x04\x19\xfc\xf0\x0d\x7d\x54\xbc\x23\xbd\x8a\x0f\x69\xaf\x3f\xfe\x7c\x99\x6f\xbe\x17\x4f\xeb\x62\xba\x7e\x7a\x58\x2e\xa6\xbb\x6c\x93\x16\x3a\xfd\xe4\x83\xfb\xe9\xdb\x3e\xa5\xdc\x92\xa9\x51\x98\x4b\x74\x4a\x79\x18\x41\x11\xdc\xa5\x1d\xf5\x2e\xa6\x73\xcc\xce\x36\xdd\x10\x67\xbe\x71\xed\x10\xef\xbd\xef\x63\x1f\x4c\x87\xda\x86\xef\x0e\x50\xb8\xa3\xa8\xee\xe4\xa7\x51\x23\xde\x63\xaf\xc9\x60\x20\xb6\x10\x84\x44\x81\x9c\x1a\x86\xf4\x7e\xd0\xb8\xb6\x60\x77\x9c\x54\x3a\x54\xa3\xa6\x26\x3a\x59\x53\x65\x51\x38\x4d\x66\xd1\x82\xd5\xe8\xf8\xfc\x63\x5c\x9b\x3d\xec\x7d\x47\xe0\x31\x8d\xab\xaa\xda\x52\x78\xef\xfb\xde\x37\x14\x1e\xbf\x9d\x7f\x14\xd6\x08\xa0\x01\x92\xf3\x73\x8e\xb1\x27\x27\x8e\x61\x01\xd4\xec\xa8\x23\xd5\x93\xba\x47\x89\xbf\x1e\xd2\x37\xb2\x3a\xa5\x20\xb4\x16\x97\xd3\xbb\x46\x83\x5a\x5c\x81\xba\x66\x4c\x1d\x52\x8b\xe3\x4e\x4c\xc5\x1e\x50\x5f\x9f\xbd\x42\xc5\x8e\xd0\x69\x78\xb1\xd0\x74\x72\x5b\x25\x3f\xa2\x91\x47\x91\xe5\x40\xe5\x90\xf5\x32\x6f\x2b\x71\x45\x4c\x45\x88\x63\x29\x74\x13\xcb\x05\x68\x58\xdf\x87\x94\x29\x21\x79\xdb\xdb\x12\x88\xa8\xe6\x47\x14\xe1\x0c\x15\x3d\xe1\x52\xb3\x98\x96\x8b\xc0\x5e\x4a\x95\xeb\xfb\xe9\x00\x99\xe2\xb4\x94\x69\xbc\xac\x55\x51\xd8\x5c\xf5\x13\x1c\x4c\xff\x0d\xad\x27\xfb\x04\xef\x48\x4c\xbb\x53\xc3\x26\xbf\xd3\xf4\x50\x29\x75\x7c\x9c\x5c\x78\x89\x87\x62\xa5\xcb\x5d\x93\x10\x11\x69\x0d\xf2\x13\x61\xfe\xa5\x7d\x84\xe4\x67\x0f\x68\x55\x52\xa4\xd0\x55\xbd\x41\xeb\xea\xcf\xc1\x4f\x59\xf8\xb7\x2c\xfc\x7b\x16\xfe\x77\x76\x7c\x66\x72\xc6\xb5\xa4\x72\xbd\xa0\x11\x79\xd7\xb3\x7e\x4e\x4d\x20\x4c\x0a\x1a\x7b\x17\x09\x0d\x29\xa9\xcc\xb2\x1c\x18\x4e\x0e\x42\x23\x49\x53\xa8\xaf\x66\x71\x38\xc5\xbb\xc1\xe2\xf0\xc2\xd4\x37\x1d\x3e\x65\x07\xb8\x39\x3a\x17\x1f\x9d\x9d\x8b\x9b\xc3\x73\xb4\x3d\xae\x93\xb3\xec\x88\x9a\xfb\xf0\x2e\x7e\x20\x90\x27\x71\x26\x58\xeb\x88\xd3\x72\xc0\x9d\x3b\xd1\x5f\x56\xbf\x83\x77\xbd\x84\x8e\xb6\x47\x23\xb5\x89\x9a\x0a\x57\xce\x20\x97\x4d\x22\x59\x90\x2c\x8b\xe9\x80\x54\xf6\x94\xab\x77\xb5\xeb\x9d\x8d\x18\x6b\x7c\x79\xc6\x9c\x58\x07\x96\xec\xfb\xe4\x5b\xca\x54\xb9\x9e\x2c\x69\xc9\x67\x09\xaa\xf4\xc7\x64\x2e\xbb\x14\x4c\x15\xb1\x62\xd4\x1c\xcc\xe5\x4f\x06\x7a\x15\xd4\x3e\x66\xd7\x20\x96\x29\xe9\x10\xec\x92\x6b\xb3\xe6\xb6\x52\xe8\xa0\x52\x8a\x2d\x4d\x63\xeb\x04\x8a\x0d\xb1\x9d\x7f\xbc\x76\x27\xdb\xe2\x6f\x8d\x52\x3e\xfe\x06\x89\x02\xbd\xef\x48\xbc\x6d\x4d\x4f\x92\xe3\x92\x5c\x80\xda\xea\xe1\x7d\x92\x92\xfc\x6d\xb4\x0c\xc4\xd3\x0d\xf1\xa4\x48\x30\x61\x6e\xca\xd3\xc6\xbe\x5a\xf5\xee\x98\x22\xe8\xf1\x44\x22\xa6\x24\x50\xf0\x6a\x28\x6d\x4a\x45\xcd\x73\x73\x4d\x09\xb1\x76\xf9\xf3\xca\xd6\xb6\x57\xf3\x46\x5a\x11\x8a\x8b\xdd\x77\xa6\x3c\x17\x8d\xaf\x06\x44\xfd\x28\x4f\x16\x6d\xed\xd2\xa3\x40\x06\x16\x98\x4a\xd9\x16\xc4\x3a\x2a\x4f\x48\xe4\x92\xd2\x47\xed\x0d\x93\xfe\x37\x65\x46\x7c\x11\xd5\x23\x45\x6e\xdc\x22\x42\x57\x67\x68\xb9\xde\x3d\x4e\x9e\xd6\xdb\x82\xb6\x7f\x42\xed\x2c\x10\x18\x6c\xe9\xce\x76\xe7\x75\xf0\x0f\x6d\x14\x08\xa3\x05\x6b\x19\xa6\xa7\xa4\x89\x37\x8d\x51\x2b\x14\x6d\x4f\xb0\x35\x7b\xa3\x6e\xcb\x3a\x83\xae\x93\x05\xf7\x06\x96\x2f\xac\x93\xa9\xeb\x2b\x9d\x56\xf4\x15\xb5\x29\xca\x5e\xa7\x84\x99\x7b\xc5\x55\xc4\xa1\x4d\x79\xa5\x6e\x37\x6f\x73\xa3\xc7\x82\xe4\x04\x62\xef\xab\xeb\xb3\x49\xae\x9b\x33\xdf\x6c\x8d\xe9\x76\x5e\xeb\x1e\xc9\xcd\x86\xfe\x88\x27\xfd\x28\xb8\xc9\x01\xc3\x95\x67\x0e\x5e\x4c\x20\x27\x0b\x10\x10\xcf\x2f\xeb\x55\x22\x79\x68\xe6\x0b\xe2\x33\xeb\xe9\xa5\x58\x62\x47\x64\x7a\xf9\x29\x51\x72\xf2\xd7\xd2\x03\x52\xf3\x17\xde\xe9\x94\x89\x31\x1b\x49\x4f\x01\x51\x49\x3d\x9b\x17\xb7\x2f\xc2\xf4\x67\x23\xc3\x4c\xd3\x81\x0d\x56\x37\xf6\x40\x46\x3d\x8e\x4e\x2d\x6b\x44\x4e\xe2\xa9\x0b\xa4\x84\x2c\x5f\xa6\xae\x47\xaa\x15\xe5\x80\x74\x68\x9e\x56\x0f\xe2\x0f\x9f\x2c\x0a\xc5\xc0\x06\x3f\x44\x5e\x1b\xd9\x4a\x11\xcd\xe6\x79\x39\x29\x28\xe1\xd9\xf4\x27\x56\x20\x18\x82\xdb\xda\xa3\x14\x1b\x29\xc8\xa6\x67\x71\xe3\x7d\xff\x82\xef\x07\xd3\x9e\xc5\xcb\xc5\x79\x23\x65\x37\x4e\x9c\x61\x79\xda\x41\xf1\x9e\x95\x97\xc7\x47\x1f\x63\x67\x71\x35\x9e\x6d\xaa\x6b\x6b\x1a\x57\x0a\x28\x3f\x10\xcb\xcd\x86\x15\x08\xd0\xf8\x57\xd4\x34\x5c\xfb\x6a\x82\x23\x67\x0b\x45\xef\xef\x50\xf5\x8d\xbc\x6d\xa5\x3f\xea\xbd\xac\xa1\x7b\x13\xed\xe8\x41\x56\x33\x84\x8a\x49\x51\x53\x55\xf2\x56\x97\xde\x30\x40\x0e\xdc\x36\x4e\x16\xd4\x55\xee\x19\xaa\x1c\xe9\x14\xd1\x9f\xb4\x5e\x10\xb9\x27\xfd\xd8\xec\xc1\x1d\xab\x2e\xa0\xe8\xd0\x56\xec\x6d\xa0\xc0\xdf\x8e\x77\xb5\x2f\x45\xde\x78\x9b\x74\x17\x85\xe5\x69\x42\x79\xda\xf2\x47\x5c\x9c\x51\xfb\xe5\xbd\xa3\xdd\x97\xda\x7b\x3b\xff\x8c\x2e\x3d\x9e\xd7\x8b\xa7\x1d\xb9\x37\xe9\x97\xd9\xc7\xc8\xde\x2e\xff\x7e\x47\x1e\x5b\x4f\x2e\xb2\xd1\x04\x2d\x3f\x8f\x1a\x0f\xe4\x9d\x6a\x6c\x47\x91\x9b\xa5\x64\xca\x21\xe4\x1e\x28\xf3\x13\x84\x1f\xe8\x50\x1c\x97\x6d\x96\xad\x79\x75\xc7\x8c\xb5\xc1\x76\x73\xf0\x71\x9f\xcc\xe8\xd4\x42\x76\x40\x6c\xf5\xcc\x29\x5d\xaa\x1c\xab\xed\xa8\x03\x19\x68\x33\xe5\x62\xd1\xb3\xec\xf7\xb1\x1e\x44\x66\x07\xa7\x1d\x98\x22\x77\xa3\xd8\xa7\x71\xec\x4e\x8c\x31\xd9\xbd\x13\xd6\x64\x65\x1b\x1f\xae\x8a\x32\x4c\x89\x28\xb8\x4c\xac\xbf\x69\x0f\xf9\xa5\x1a\x29\x3d\xab\x98\x04\x9f\x83\x7f\x75\x8c\x58\xd2\x6a\x63\xa2\x1d\x4e\xbc\x4b\x5d\x04\x4b\x4d\xe5\x02\xd1\x13\x45\xd6\x9a\x6c\xf2\x44\xa8\xc1\x26\x87\x5f\x81\xa9\x40\xab\x04\x84\xd8\xf3\x10\x8e\xa2\xc0\x69\xb9\x9a\xd5\x6d\x55\x29\x23\x2b\xfa\x17\x62\x3d\xa6\x5f\xfe\x94\x2a\x59\x66\x06\x87\x15\x39\x90\x89\xc9\xd8\x92\x47\x2d\xc2\x3f\x7e\x0b\x62\x11\x83\xd1\x24\x6c\x65\x83\x54\x79\x15\x9f\x66\x8c\xd4\x60\x0f\xbf\xe1\x20\x41\xd4\x2e\x41\x92\xcc\xcb\x50\x83\x04\xec\x7f\xb5\x48\x3a\x64\x59\x84\x74\xb8\x35\x93\xfc\xa4\x64\xb1\x14\xdc\x5c\x5f\x36\x0b\xc6\x2d\xc8\x86\x6e\xf5\xd2\xed\x3c\x21\x13\x02\x4d\xfe\x6f\x6d\x81\xd4\x16\x9f\x46\x8d\x01\x9f\x20\x7e\x29\x33\x3a\x96\x44\xc2\xc3\xff\xfc\x2e\xbb\x28\x19\xa0\x42\xd2\xbf\xf9\xfe\x9f\xd4\xb4\xbc\xf7\xc5\x64\x9d\x14\x15\x90\x4f\x62\x84\xd3\x5f\xb1\xce\xaf\x8b\x89\xe9\xe3\x22\x0b\xdd\xeb\x6b\x4a\xa4\x5f\x7d\x4a\x03\x88\x12\x36\x3a\x1f\x8b\xb4\x2c\xf1\x0c\x0c\x36\x26\xe3\xb4\xfd\x8f\x5f\xe9\xf6\x89\x63\xe2\x9b\xf4\x84\x9c\x12\x34\xfa\x43\xc2\x51\xc6\xeb\x86\x7a\x2d\x4b\x91\x41\x75\xd3\x11\xbf\xe9\x7f\x67\xa1\x6c\xa1\x68\xfd\xee\x44\xe7\x73\x5e\x9f\xaa\x9d\xd7\x8c\xbf\x13\x49\x89\xe5\x63\x72\x3e\x5d\x82\x3d\xfc\x2f\xeb\xd5\x76\xdb\xda\xc4\x13\xae\x08\xe2\xf9\x21\xcb\xc9\x0c\x16\x5e\x5b\x2e\xae\x3f\x25\xc9\x96\x6b\xd1\xaf\x00\xfb\x4b\x20\xdd\x04\x25\x8a\x8f\xb6\x67\x0f\x0c\x92\x82\xad\x31\xf6\xa8\xa0\xfa\x0c\x24\x9e\x68\x87\x86\x04\xd8\x94\xae\xd9\x28\x80\x5b\x0f\x0a\xac\x03\xa9\xb1\xff\xf2\xaf\x5f\xe8\x55\x79\xc2\xd8\xf3\x12\xdd\x7b\x5f\x53\x79\x74\x96\xcf\xd6\x1a\x1e\x22\xb2\x13\xaa\x7e\x71\xe2\x05\x72\x8e\x2d\xed\x40\x52\x13\xd5\x89\xbf\x49\xa7\xdc\x58\x9c\xee\x90\xb8\xa7\x11\xc2\x1a\x89\x99\x31\x01\x77\x78\x3c\x64\x68\x34\x8d\x15\x74\x73\x4b\xa3\x68\x42\xb7\x7b\x71\x63\x4b\x45\x9c\xed\x35\x4e\xf8\x7e\x4f\x6e\x2e\xf8\x15\xf2\x75\x4b\x87\x3d\x22\x7d\x37\xf6\xb0\x38\x6c\xa9\xe0\x27\x7b\x11\x43\xbd\x0b\x93\xb7\xdb\xcd\x16\xad\x2c\x47\xff\x41\x4b\x94\x34\xd4\x37\xd7\x9f\x68\xd6\x47\x39\x35\xf1\xac\x10\xf2\x80\x1a\x96\x69\xcf\xbc\x51\x6f\xf2\xc1\xa9\x3b\x91\x1d\x21\x52\x53\xe9\x67\x05\x1b\x20\xdf\xa6\x46\x7b\xb6\xcc\x40\x86\xbc\xc2\xec\x2f\xa1\xd6\xfe\x43\xd8\x3b\x01\x47\x94\x6e\x88\x8c\x54\x40\xe6\xb5\x37\x3f\x8a\xa7\x9d\x0f\x13\x9f\x93\x8b\x0d\xda\xed\x6e\x72\x35\xe6\x6c\x3f\xfe\x14\x32\xd4\x51\xf6\x91\xcd\x85\xf7\x43\x81\x71\x16\xd2\x67\x28\xc1\x66\xd3\x25\x22\xea\x0d\xa5\xe7\x13\x2b\x4f\xa7\xde\x7c\xfe\x60\x94\x65\xd5\x1f\x15\x7a\x5b\xd8\x87\x1f\xfd\xf0\x8b\xe3\x7f\xb8\x79\x8f\x06\xdd\x78\xf0\x47\xdb\x63\xc2\xcc\x76\xb7\x51\xaa\x7d\xa9\xe3\x8a\x8b\x4a\x03\xad\xc6\x36\xd4\x2a\x52\xaf\x10\xd4\x72\x22\x7a\x28\x75\x52\x99\xae\xff\xa7\x87\xb0\x9a\x9e\xfe\xe1\x8d\x9b\x67\x06\x52\x3f\x4a\x7b\x97\x33\xa3\x25\x75\xf7\xf9\xb8\x12\x98\x7c\x9b\x98\x5a\x29\x23\x73\xe8\xcc\x84\xe4\x85\x50\x07\x61\xfc\xd5\xdb\x05\x8a\xc1\x38\x6e\x52\xa7\x02\x67\x84\xa7\x11\xb5\x60\x46\x2b\xd5\xdd\xc8\xc2\x14\xd9\xfa\x74\x08\x41\x04\x9a\xd8\x79\x72\x54\x11\x6d\x2f\x3e\x4f\x5c\x5c\x7a\xc3\xc7\xdb\x68\xfb\x45\x16\x3d\xc0\xbb\xcc\x9d\x2b\x83\xad\x08\xe6\x17\x05\x40\x67\xe2\xa9\x9f\x6c\x70\xbd\x7a\x81\x41\xd2\x2a\x43\x8a\xc0\xf0\xa4\x64\xe3\x8a\x07\x62\x7a\xfa\xfe\x94\x08\x9e\x7e\x74\x64\xa5\xa3\xa5\xbe\x40\x6a\xe5\x99\x7a\x12\x26\x4c\x82\x33\x4b\xb3\x47\x65\xae\x03\x15\xe9\x22\x4b\x5a\x26\xb5\x25\xd0\x67\x7d\x93\xcd\x34\x6c\xe8\x47\x44\x7d\x20\x4f\xed\x2f\x6d\x72\x3e\x21\xef\x16\xc8\x7f\xa9\x32\x0e\x06\x72\x35\x60\x91\x7c\xf4\x35\x0b\x36\xc7\x8c\x0c\xb1\x85\x2a\x5a\xc6\xb9\xdf\xd7\x76\x43\x5b\x7f\xf1\x6d\xf1\x34\x43\xcd\xa7\x62\xb6\x9e\xbe\xc0\x81\x05\xc2\xab\x97\xdd\x64\xb7\x58\x3f\x15\xeb\xfb\xed\x7c\xf3\x75\xbe\x81\xc4\xe7\xf9\xe6\x61\xbd\x59\x4d\x9e\x10\x44\x67\x35\x90\x93\xb7\x35\x01\x46\x05\x39\x40\x0c\xd1\x86\xc9\x91\x68\x1a\x2d\x3c\x2b\xfb\xa3\xa2\xc7\x25\x2f\xb6\x05\x1d\xec\x17\xdb\x02\x91\x64\xd4\x93\xdb\xfc\x79\x39\x99\xce\xf1\x54\x85\x6a\x59\xa2\x2c\xf6\x30\x29\x16\x9f\xb6\x5f\x3f\x67\xf1\xe7\xed\xfc\x65\xb6\x2e\xe6\xcb\x39\x7f\x17\x0d\x10\x49\x99\x0b\xf3\x16\xf7\x93\xed\x5c\x8b\xd9\x4d\x3e\x3f\x4d\x56\xf3\x6d\xb1\x5b\x17\xdb\x2f\x8b\xe7\xe2\x61\xbd\xe1\x32\xb8\x08\xc8\xf5\xbc\x59\xcf\x5e\x44\xf9\xeb\x79\x33\x7f\x58\xfc\x85\x2f\xec\xbe\xa3\xaa\x1a\xde\x21\x81\x1e\xa1\x67\xbe\xef\xf3\xcd\xb6\xd8\xcd\xff\xe2\x1a\xb3\x1e\xd9\xc3\xfa\x69\x57\x3c\x4c\x56\x8b\xe5\xf7\xe2\x79\xb2\xdb\xcd\x37\x4f\x92\xfa\x6d\xbe\xf8\xfc\xb8\x1b\x95\xe2\x5b\xbb\xf3\x3b\x76\x2d\x04\xc1\x8b\x6d\x51\xfe\xae\xf6\x94\xdb\xe2\xdb\x64\x37\x7d\x9c\xcf\xb0\xde\xd2\xc4\xd0\x1c\x2f\xeb\xdd\xfa\x89\xff\x13\xbd\xb3\x7d\xde\xac\x51\x57\x6e\xfb\x6d\xf2\x5c\xac\x9f\x27\xd3\xc5\xee\x3b\xfe\xcd\x62\x35\xd9\x90\x8f\xb6\xe9\xfa\x69\x46\xe1\xcd\x1c\xfb\x68\x96\xbd\xff\xe0\xdb\x7e\x72\xb1\xd1\x37\x09\xb7\x95\x3c\x3f\x25\xc9\x17\x0c\x04\x74\x79\xe4\x2d\x1d\xc6\x8e\xe4\xc7\x46\x5f\x38\x20\x8e\x90\x42\xc9\x84\xb4\x4d\xcb\xfc\x34\x43\xef\x05\x78\x15\x85\x5a\x90\x30\xa9\xaa\xa9\x3e\x9d\xfc\xfa\xeb\x55\x0f\x9a\xcf\x39\x68\x35\xae\x00\x34\x2c\x65\x94\xe2\xf1\x61\x40\xbd\xd9\xae\x0b\x9e\x5c\x83\xa3\x0c\x94\x99\xda\xc9\x21\xaa\x35\x71\x08\xf6\x79\xa4\xf2\x89\x9a\x06\x8e\x74\x90\x59\x00\x19\x4f\x0e\xb7\x98\x03\xdb\x1c\x47\x3a\x65\x89\xaf\x59\x5a\xed\x1c\x39\x68\x7c\x9e\x3f\xcd\x08\xa0\x63\x3b\xdf\xed\x96\x88\xca\xf1\xf0\xb2\x7c\x58\x2c\x29\xbc\x99\xff\x31\x9f\x12\x58\xc7\xd3\x7a\xfd\xcc\xca\x1e\x24\xaf\x61\x33\x46\x28\x6e\x4b\x12\x36\xf6\x81\xa3\x90\xc6\xf2\x58\xd0\x77\x31\xf2\x50\x0f\x08\xf4\x85\x91\xa9\xa9\x93\x59\x78\xae\xd8\x39\xec\x63\x19\x18\xdd\x2b\xda\xbe\x27\xd9\x36\x6b\xe5\x9e\x54\xf4\x20\x74\x3d\xfe\x6e\x7d\x70\x58\x5a\x37\xec\x6b\x17\x4f\x0f\x94\x20\xaa\x4c\x94\xb8\xb1\x3f\x54\x0d\x9f\x93\xe8\x78\x46\x87\xe8\x93\x2a\x41\x92\x42\x8a\x66\x4f\xda\x91\xfc\x49\x62\xf0\xc3\xd3\x64\xac\x4e\xbf\xb1\x49\x19\x7c\x3b\xae\x04\x10\x68\xe9\xfb\x5c\x63\x2e\xf5\x87\x38\xe5\xe9\xa8\x3c\xe4\x9a\x65\xa2\x41\xf2\xef\x60\x5a\xd4\x6b\x8f\x31\xb7\x62\x0d\x9e\xcf\x5a\x87\xda\x75\x7f\xf1\xfd\xbb\xf2\xa4\x68\x64\x9e\xac\xa9\x32\x4b\x63\x76\x1c\xc9\x60\x14\xad\x7d\xeb\x5f\x5a\xf7\xf7\xc0\xbc\x6e\xdc\x7f\x84\xd5\x6c\xfb\x45\x12\xea\x9e\xfa\xa6\x9e\x8b\x9f\xe1\x1f\xde\xb5\xc9\x2a\x12\x02\x4f\x37\xb6\xb1\x8b\xb8\xa2\x3a\x1f\xd0\x6a\x4c\xd3\x1f\x7c\xa0\xd9\xa3\x7c\x4b\x85\xa5\x2a\xbd\xe2\x55\x09\xeb\x01\xcf\xbd\xf8\xc7\xb5\x28\x54\xb5\x36\x6c\x4b\x53\x6b\x64\x23\x6d\x30\x59\x2e\x0b\x71\x23\x09\xcd\x7b\x5f\xd3\x90\x12\xcb\x4e\x81\x8e\x52\xe8\x04\x38\x6a\x6f\x5f\x8f\x93\xf4\x5c\xd8\x6d\xa2\xe2\xd0\x98\x78\xe6\xdb\xa2\x12\x11\x30\x86\x24\xe7\xc5\xf4\xe5\x89\xc7\x64\x1e\x76\xf1\xa5\x23\x49\x01\x0b\xe7\x2e\xf0\x67\xba\x94\xc0\xca\xc3\xe1\x21\xcb\x87\xbf\x2f\xf0\x5a\xf6\xad\xab\x5d\xe9\xfa\x95\x7c\xbd\x31\x09\xd0\x0b\xc2\x7c\xf6\x84\xda\xa5\xe4\x78\xe6\x64\x6c\x71\x4e\xda\xd0\x99\x15\xff\x03\xda\x0c\x41\x59\x64\x4c\xac\xdc\x9b\x6b\xdf\x3d\xe5\x84\x35\x74\x84\xfa\x86\xa9\x5d\xc7\x35\x89\x67\x92\xfa\x43\xe8\xa5\x25\x64\x46\x08\xb3\x18\x40\x92\x2a\xc2\xc0\xc6\xf6\x2e\x7d\x0b\xbf\xc2\x74\x13\xfc\xe4\xe8\xe4\x00\xcf\xb7\xbd\x69\x2b\xc2\xb6\x32\x31\x03\x13\xe1\x36\x84\x6c\x4b\x73\xb5\x01\xcd\xad\x3f\xe8\x37\xed\x81\x4f\xb2\xe4\xdf\x5d\xb8\x65\x28\x76\xb2\x2c\x11\xa1\x28\x0a\xa2\xa7\x56\xb1\x97\x6e\xe3\xf9\xa8\x9d\x26\x94\x2e\x96\x88\xdd\xfd\x4a\x3a\x50\xa6\x51\xe7\x1d\x07\x5a\xc2\xd8\xd0\xb7\x3f\xb9\x8c\x37\xb5\x77\x6d\x25\xf0\x7c\xbf\x23\x33\xfa\x11\x79\x85\x0c\xa8\x21\x5a\x24\xfc\x2b\xf1\xec\xba\x47\xef\x51\x4b\x26\x0f\x9b\xaa\x7a\x66\x18\x9f\xfd\xf5\x45\xd1\x15\x8a\xfd\x75\xe9\x8e\x22\x89\x2b\xf6\xd7\x75\x5d\xf1\x94\x44\x87\xaf\x78\x54\xf4\x67\xec\xc6\xa0\x58\xc9\x35\xbf\x12\xb3\x30\x1d\xa0\x36\x64\xa3\x4c\xba\x7a\x52\x50\xf6\x3d\xec\xbf\x88\x2d\x70\xb4\xfd\xd4\xb4\xbe\x75\xa5\xa9\xb9\xa3\xd0\x8b\x0b\x90\xc2\x34\xd5\x03\x51\x76\x30\xab\x1e\x82\x6f\x12\x46\x4d\xef\xd9\x3e\x59\xe6\xe8\x13\xcb\x57\x8a\x51\xc2\x1d\x19\x31\xbe\x4f\x47\xc8\x9b\xc0\xeb\xd1\xd8\xbc\x1d\xfa\xe7\x13\x4e\xc4\x6f\x84\xda\x28\xdb\x2d\x79\xc0\x6a\x06\xf5\x29\xdc\xda\x0b\x8e\x72\xf6\x7d\xe6\xb3\x70\x6b\x2f\x4f\xc9\x86\x9f\x16\x10\xfa\x25\xe4\xfa\x66\xa8\x06\x5e\xf3\x5d\x72\x47\x6a\x6c\xa6\xb1\xee\xd8\x95\x13\x43\x4d\x22\x74\x10\x3f\xcb\x2a\x13\x33\x48\xda\x0c\x38\x84\xab\xad\x92\x77\xa2\x6f\xa5\xfa\x88\x3e\xc7\xb4\x05\x0e\x59\x9b\xef\xa7\xad\xaf\xf2\xe8\xc8\x93\x46\xcc\x31\xa1\x58\x41\xed\x2e\xa7\x52\x3e\x20\x5a\x04\x73\x14\x87\x78\xde\x90\x0a\x5c\x82\xc8\x0a\xda\x8f\x1f\x0c\x0e\xec\x34\x16\x79\x95\x27\x83\x56\xed\x81\xcf\x4c\x91\x90\x32\x65\xa2\x29\x03\x01\x9d\x44\x23\xc2\x36\xd3\x67\x92\x90\x6d\x50\xa3\x19\x80\x87\x7d\xdd\x2a\x3f\x60\x53\x49\x0a\x66\x64\x67\x30\xc5\xed\x47\xfb\x60\x52\x1f\x63\x74\xbc\xe9\x25\xef\xe9\x52\xae\xa6\x44\x5c\xbd\xc6\x65\x8d\x46\xa8\x1a\xe6\xa6\x0f\xd2\xea\xcd\x91\x8c\xb8\x03\xda\x6c\xb1\x84\xf1\x34\x79\x5a\xac\xe8\xac\x02\x67\x85\xbc\x14\xc5\x40\xed\xac\xe9\x85\x81\x5d\xa1\xce\x0b\x23\xb1\x31\x65\x5d\x50\x19\x73\x16\xde\x31\x83\x07\x85\x16\xd7\x34\xb1\x3f\xe1\xba\xfb\xe0\x87\x56\x36\xb0\x57\x24\xa5\xb9\x9f\x0e\x4e\xd3\xf9\x85\xdf\x72\xe7\xfb\xd9\xe4\x42\xac\x13\x3a\x0f\xfb\xa6\x1b\x7a\x5b\x01\xb9\x2e\xb6\xf6\x50\x3e\x82\xf5\x39\xdb\xf6\xbc\x4b\x49\x29\x69\xa5\xcf\x12\xb7\xaf\xc7\x8c\x83\x96\x7d\xc8\xb7\x8c\xd9\x00\x74\xca\x34\x03\x63\x3c\x95\xf5\xa4\xaa\x28\xa0\xe0\x8a\x1d\x8e\x23\x71\xec\x8e\xc1\x99\x6f\x84\x37\x24\xc4\x65\x4e\xaa\xfb\x96\x67\x38\x9f\x0c\x1e\x7c\xc8\x0c\xc4\x19\x62\x2b\x47\x0c\x36\x35\x12\xde\x6c\x2a\x68\xab\xe7\x1b\x27\x36\x45\xa9\x12\xf3\x93\x7d\x53\x95\x89\xd2\xb7\x23\xaf\xb7\xec\x42\x9d\xc9\x0a\x2f\x0b\x09\x6e\xae\x07\xb4\xc8\x40\x67\x7e\x14\x7c\x36\x3d\xce\x2a\x75\xcf\xcf\x09\x81\xef\x4b\xb7\x0f\x46\x94\x4b\x58\x4d\x81\x37\x15\x0d\x17\xdd\x50\xd7\xb3\xd1\xe3\xa2\x45\x7f\x79\xee\xa7\xad\xee\xce\x96\xb8\x67\x70\x22\xa1\x2d\xb1\x28\x63\x5c\x24\x4d\x0f\xd3\x39\x45\xba\x90\xd5\x7a\xaa\x6e\xe2\x65\xe0\xcc\x72\x35\x09\xf8\xe9\xa5\xec\x4e\x45\x8a\xdd\x75\x32\xdd\x6b\xad\xb8\xfb\x14\x49\xa3\x90\xf7\xc9\x96\xf7\x3f\x8e\x96\x69\x49\xbb\x08\xf4\xf9\xe8\xdc\xc6\x0b\x58\x96\xa8\x60\x5e\x1f\x55\x6b\x94\xc0\xe3\xe2\x76\xab\xee\x33\x8a\x5c\xb7\x6f\x21\x5e\x24\x81\x49\xc9\x3c\x3a\x22\x24\x45\xbb\x70\x14\x1f\xe5\x28\x75\x25\x92\x14\x93\xaf\x27\xfa\x65\x59\xa1\x0c\x42\xf9\x6b\xde\xbc\x15\x7e\xb9\x71\xf6\x4b\x80\xa8\x7e\x8a\xd6\xf4\x30\xd4\xde\x73\x72\xfc\xd0\xff\x13\x33\xe7\x86\x8f\xa3\xfe\x83\x51\xbb\x88\x26\x7a\x79\x0a\xb2\x54\xec\xbc\x0e\x8f\xce\x38\x94\x6e\xc8\xe8\x82\x86\x65\x28\xca\xe4\x3d\x99\x54\xc9\xb3\x33\x3e\xaf\x3b\x8c\xca\x6a\x05\x97\x35\xbd\x0b\x6d\xab\x88\x96\xda\x68\xb1\x73\x74\xf6\xab\xf1\xc8\x86\x4a\x2b\x42\x36\xd7\x2e\xf6\x0b\x72\x9f\x07\x27\x28\x39\x59\xc9\x69\x91\x50\x8a\x2e\x26\x73\xed\xc7\x58\xd3\xb2\x08\xc2\x64\x8e\x9e\xc9\xf6\x3e\x18\x95\x6c\x92\x4a\xd4\x74\x08\x04\x39\x98\x1e\x52\x3f\x65\x3b\x99\x90\xfd\x07\x33\xa9\x7e\x0c\x44\x6d\x98\x49\x08\xfe\xc2\xf6\x37\x1c\x43\xb3\x9c\x83\x99\xb2\x26\xb5\x60\x00\x1d\xcc\xf4\x64\x42\xcf\x9e\x15\x39\xb6\x24\x61\x22\xc4\xec\x6b\xf0\xad\x96\xc4\x71\xf6\x91\xa5\x71\xd1\x17\x3a\x98\x95\x6b\x51\xc0\x79\x30\x2b\x4f\xcd\x6d\x9e\x6b\x4e\xd9\x8a\x6b\xb7\x83\xd9\x92\x7e\x00\x05\xb4\x74\x88\x70\x35\xb7\x1d\x1e\xd2\x28\x3c\xd0\xe3\x9d\x23\x5d\x8e\x8b\xeb\x4f\xa4\x5e\xb3\x68\x2b\x57\xf2\x0a\x41\x8b\x17\xf2\x5a\x57\xf1\x98\x7b\x2d\xd8\xf1\x14\x09\xfe\x32\xf5\x75\xcc\x94\x7b\x5a\xff\x79\xe8\x7b\xb2\x40\x40\x8c\xe0\xd8\xa0\x13\x64\x39\x77\xa1\x5a\x0c\xca\x03\x4b\x5f\xa7\x1d\xbd\xf4\x0a\xa4\x5c\xfa\x7a\x2b\x3a\x2f\x7f\x45\x65\x21\xaf\x03\x0b\xd2\x08\xed\x91\xdc\x61\x66\x72\x56\xf6\x2d\xe9\x7e\x2a\x17\x77\x8a\xb3\x3e\x65\xd4\x41\x28\x1a\x2c\xfc\x25\xd2\x63\xc4\xc5\x4d\xea\x44\xe3\x48\xc3\x1d\x31\x35\xee\x4d\x45\xb8\xc8\xfd\x8d\x4e\xd2\xce\x4f\x6b\x92\x39\xb3\x7e\xf2\x07\xcf\x4d\x8c\xec\xf2\xfc\x68\xfb\x47\x39\xfc\x90\x7a\x97\x46\xa7\x49\xb9\xdf\xc5\x49\x86\xfe\x2b\xea\xa6\x52\xa3\xa3\xcd\x78\xc2\xca\xb6\x46\x2f\x9a\xb8\xf4\x53\xb0\x26\x84\x1a\x14\xa1\x92\x11\x87\x41\x5f\x09\xe4\x0f\x27\x12\xa7\x3a\x45\xe8\x1c\xb9\xe3\x0d\x6e\x73\x93\x9e\xf2\xe5\x6c\x6d\xe1\x66\xc3\x5e\xff\x80\xa3\x66\x1f\xb9\xfb\x44\xe3\xbf\xab\x8d\x93\x93\x97\xa9\x2a\x46\xe0\xeb\x45\xc6\x62\xcb\xb3\x02\x7f\xc7\x27\xdf\x1b\x95\xb5\xc2\x42\xce\x6e\x02\xe5\x17\x7b\xb3\x97\x0e\x81\x3b\xcc\x4e\xd8\x9e\x69\x8d\x43\xa2\xf7\x09\xe1\x72\x8e\xb6\xff\xca\x7a\xfc\xf2\xea\x93\x79\xe5\x85\xe5\xc9\xbc\xb2\x50\x7f\x67\xf6\xe9\x54\x48\x1a\xbc\x3b\xd4\x24\x93\x07\xed\xe8\x01\x71\x1e\xf8\xbe\x33\xfb\x67\xd3\xda\x0c\x9a\x19\x07\x95\x2a\xe4\x9b\x8c\xd7\xbf\xef\xdb\x35\x29\x14\x4c\x7d\xcd\xee\x27\x51\x44\x9d\x0b\x04\x70\xd9\xd9\x9e\xac\x65\x5b\x33\x74\x4a\x8f\x4d\xdf\x13\x64\x8e\x8b\xdb\xce\x5a\xe4\x20\x46\x09\x94\x7d\xb2\x7b\xc7\x02\x12\x59\x13\xb9\xa8\xa8\xe5\xe2\x72\x7e\x69\xad\x38\x09\xc4\x1c\x0f\x3e\xb0\xd9\x00\x7e\x91\x01\xb5\xca\x18\x05\x50\xeb\xc0\xdc\x42\x34\xfc\xf1\x07\x39\x2b\xe0\x41\xda\x92\x67\xba\xd8\x87\x9a\x30\x31\xdc\x4f\x9b\xb2\x94\x3d\x83\xd5\x72\x18\xbb\xce\xa2\xe3\x87\xd2\x04\xd1\xae\x43\x2c\xc5\xca\xa6\x90\x38\x5f\xe5\x50\x82\x21\x94\xb9\x80\xe8\x0b\x44\x9a\x6f\xe1\xb2\xfe\xef\x2f\xff\xfa\xe5\xdb\xfc\xfe\xcb\x02\x0d\xc0\xd7\x2b\x66\xeb\x6f\x5e\x96\xf3\xed\x7c\x87\x52\x82\xe9\x72\xb2\x11\xc6\x77\xe0\x3f\xc3\xbb\x65\xf6\xc8\x08\xef\x0b\x55\xdb\x68\x1e\xc4\xd2\x08\xaa\x88\x69\x3a\x1b\xa2\x69\x89\x5b\x78\xb0\xc1\x12\x07\x78\x0c\xdb\xc3\xa5\xf2\x28\xe7\x4f\xf5\x5e\x9b\x13\xe1\x16\x12\x33\xba\x14\xc4\x65\x17\x11\x9c\xaa\x74\xd2\x07\x84\xb2\x2c\xef\xb1\x2a\x33\x0f\x16\x55\x49\xbe\xd6\x2e\x92\x87\x40\x2e\x6c\x4f\x3b\x4d\x8c\x61\x74\x42\xca\x73\xf1\xe0\xe2\x43\x41\xdc\xf9\x47\xf5\xe6\x2c\x7a\xf6\x3c\x76\x10\xc1\x12\x91\xe5\xd3\xdb\x51\x94\x1b\x82\x5a\x7c\x5c\x48\x7b\x44\x9f\x54\xaa\xa2\x22\xa2\x59\xaa\x02\x41\xae\xb9\x28\x5c\x1d\x5c\x06\x24\xae\xd5\x0d\x1f\x24\x99\x4b\xbe\xea\x50\xfd\xf5\xa9\x20\x8d\x33\x23\x2c\x7e\x56\x6f\xc6\x1a\x66\x2f\xc4\x14\x57\xaf\xc5\x79\x94\x73\x7c\xb3\xfb\xb3\xc3\xed\x5a\x7c\x13\x9f\x50\x27\x1b\xb5\x15\x18\x75\x51\xd0\x1d\x24\xc1\xc5\xa9\xd2\xf9\x36\xf4\x57\x76\x16\xaa\xc7\x85\x04\xe9\x8f\x49\xdb\x8c\x4b\xcb\xde\xcb\x6e\x1e\xaa\x7b\xf9\x21\x44\x12\x86\xb6\xb0\xe3\x12\x13\x99\x71\x5a\x7a\x1b\x3a\x5f\x9b\x1c\x1c\xb9\x4a\x20\xff\xe3\xa7\x45\x61\x1b\x0f\xe1\x42\x69\xd2\x94\x85\x56\x4f\x5e\x41\xa0\x19\x1f\x82\x6f\x12\x65\xc8\x78\xb0\x53\xa9\x4a\x0d\x23\x10\x4e\x31\x36\xb4\x79\x9f\x67\xa3\x0d\x0a\x59\x09\x77\x2a\x30\x52\xb3\xd3\xb3\x94\xb0\xb1\x4d\x4c\x1a\x0b\x73\xaa\x1f\x0e\x97\xcc\x5d\xe4\x6e\xb5\x4c\x0b\x1a\x3e\xcc\x64\xd2\x40\xb5\xe4\xef\xa1\x0f\x30\xdb\x64\xef\xf7\xd7\x0e\x65\xcc\x23\x07\x24\xfc\x8a\xb4\x55\x6b\x2f\x12\xe4\x27\xb4\xfc\x31\xc9\x60\xc2\x31\x2e\x6d\x7b\x24\xda\x24\xf7\x69\x35\x09\x47\x21\xba\x91\xac\x10\x0c\x45\x14\x45\xe5\xe0\x14\x98\xc8\xe0\x7c\xb6\x4e\xe3\x97\x17\x98\x43\xb0\x16\x47\x40\x34\x07\xbb\x88\x4f\xe6\x89\x7c\x47\xe3\xae\xa8\xca\x33\xe2\x5f\x22\xb2\x7d\x8b\x46\x08\x81\xf7\x41\xec\x5e\xd8\x46\x83\xfc\xcb\x31\x5e\x2a\x44\x98\x0c\x87\x53\x99\xad\x58\x6b\xbb\xb5\x17\x4e\xe6\xe5\x04\x0b\x95\xc1\xc7\x69\x2b\xdb\x0e\x0b\x11\x52\x93\x1c\x2f\xf7\x56\x50\x08\x1f\x16\x95\xcd\x56\xa6\x35\x47\x92\xf7\xf2\x88\x1a\xba\xe4\x8c\x43\x4a\x6e\xf2\x22\xc9\x5d\x9e\x70\x26\x4c\x5d\x73\xc3\x7b\xf2\x5b\xa1\xb6\xed\x90\xa7\x1d\xf8\x25\x8a\x88\x5d\x7d\x83\x5f\x15\x6d\x37\x75\x65\xfb\xe0\x43\x23\x0c\x73\x24\xce\xf7\xfe\xed\xc6\x91\x46\x44\xc7\xd1\xdd\xa0\x58\xf6\x29\xb2\xcb\x28\x16\x26\x6e\xd3\xc3\x09\xd3\x31\x45\x1c\x58\x05\x92\x55\x8b\x61\x8f\x5f\x30\x9d\x5d\x59\x72\xe0\x8c\x03\xd3\xbe\x89\x13\x1b\xd8\x50\x88\xb1\x40\x50\x00\x1b\x73\x81\xa7\x69\x82\xb9\xd6\xde\x07\x8b\x3e\x93\x58\x17\x70\xf4\x1c\x76\x44\xf1\xfa\x84\xeb\x94\x3c\x40\xe1\xbf\xce\xa8\x43\x0d\x73\xb4\xe5\x6f\x2f\x2d\xfa\x1a\xee\x31\xc8\xa3\xd9\xc5\xa5\xaa\x38\x5a\x79\x9f\x7f\xfb\x87\x77\xad\x3a\x86\x68\x05\x9f\xb5\xb5\x97\x25\xeb\x0d\xb7\x76\x6b\x3b\xe1\x21\x72\xaf\xf4\xbe\x37\x35\x14\x86\xf3\x7d\x02\x17\x54\x0e\x83\x90\xbd\xc7\xcc\x13\xbc\xde\x93\x41\x99\xa0\xd0\x35\xae\x95\x20\xc2\xd6\xd1\x8a\x44\x3b\x91\x14\x27\x51\xfc\x90\xe2\xcc\xd3\x4b\xe4\xc1\x5d\x46\x57\x6b\xdf\x7a\xe9\x02\x04\x94\x96\xc6\x74\x71\x8e\x1e\x6f\xd0\x37\x15\x9b\xcd\xc3\xf6\xe3\x5b\x53\xe7\xe7\x9e\x83\x6b\xab\x69\x3d\xc4\xfc\x55\xd2\x23\xd4\xf7\x05\xb4\x62\x9c\x0b\x51\x2d\xc6\x49\x71\x08\xc1\x1f\x51\x61\xed\x92\x47\x1f\xdd\x91\x0e\x3b\x95\x7d\xf6\x4e\xd9\x70\xa5\x1f\x5a\xf6\x61\xc7\x4f\xff\x87\xef\xbf\x26\xc4\x0e\x51\x36\x5f\x99\x8e\x57\x59\x9a\x24\x33\xb2\x85\x60\xac\x5a\x8f\x5a\x78\x9d\x27\x25\xbc\xb6\x72\xaf\xae\xa2\xa5\x04\x06\x50\x52\x65\xe2\x31\xba\xb5\x2c\x39\xea\xb6\x44\x98\xc5\x88\xe4\x18\x79\x38\x26\xe3\xc0\x09\xd9\x63\x94\x67\x72\xdb\x8c\x41\xad\x2c\xc6\x10\x78\x4a\x2b\x44\x25\x1d\x82\x6f\x26\xb4\x2e\x72\xec\x9e\x98\x1c\xf7\xba\x7a\x31\x2e\x5b\x5a\xce\x32\x2e\x96\x80\xc3\x66\x79\x38\xb8\xe8\xc5\x39\x42\xc2\x75\x33\x55\xb5\x10\xe2\x46\xde\x4c\x3f\x49\xad\xa3\x60\xc3\x71\xc9\x20\x31\xa1\xb4\x7f\x78\x81\xcf\x65\x27\x6a\x13\xba\xe1\x50\x3d\xd3\x9f\x74\xce\x66\xea\xe3\x94\x56\xdb\xf6\x53\x82\xd7\xa2\x02\x5d\x8b\x8d\x0e\x93\xed\xde\xf5\x89\x43\xf2\x49\x57\xa7\xcc\x71\x5b\x63\xba\x67\x8f\xbb\x4f\xe5\x7a\x1f\xf4\x39\x8b\x16\x45\x8f\x7d\xef\x2a\x27\x38\x50\x47\x6f\x6a\xa5\x61\x20\x22\x07\xa9\xfc\xe5\xca\x97\x3a\xd3\x71\x4a\xa0\x62\x81\x29\x6d\x2f\x44\x67\x72\x46\x0f\x04\x94\xe9\xd1\x6a\x81\x04\x1b\xcc\x65\xb7\x6d\xe4\x26\xc7\x17\xb3\xbd\x97\x59\xc8\xb8\x6b\x35\xca\xa4\x8a\x52\xca\x81\xbf\xc3\x30\xa9\x64\xa0\x32\xd4\x3d\x99\xbf\x74\x33\xa6\xf4\xbb\x2d\x13\xb3\xb0\xa0\x06\xda\x88\x3a\xd5\x9e\xa4\x9f\x48\x3a\xdd\xc4\xea\x24\xa4\xea\xd6\x5e\xc8\x97\x0f\xff\x89\xd4\x20\xd8\x12\xf5\x48\x48\xf6\xe0\x6b\x75\xae\xea\xeb\x0a\xbe\x41\x21\x7a\xf5\x68\x7b\x4e\xc2\x4c\x0f\x8c\xc6\x6e\xb8\x2a\xfc\x39\xca\x81\xa0\x1e\x9c\x81\x3d\x14\x69\x3d\x1f\x52\x35\x1e\x88\x90\x83\x56\x8a\x29\x88\x18\xfc\xb6\x2c\x68\x89\x28\xa9\x6d\x39\x71\x2e\xad\xcc\x71\xb4\xf1\x38\x9e\x48\xc8\x55\xfb\x0b\x05\x48\x43\xbb\x6f\x92\x8e\x3a\xc7\x32\x5f\x76\xe5\x28\x8f\xcd\xca\xcd\x9e\x10\x63\x84\x5a\x48\xa8\x43\x36\xf9\xd9\xd6\x9e\x51\xa4\xa0\x13\x55\xb7\x11\xbb\x52\xd2\x87\x98\x99\x58\x1b\x6a\x1a\x82\xb6\xa5\x3e\x99\x8e\xbf\x74\x6e\x89\x11\x15\x6b\x92\x55\xa1\xd3\x0f\x2a\x8d\x9b\x06\x5b\xda\xa3\x2f\x13\x8d\x66\xf5\xc9\x32\xca\x08\x91\xb8\x38\x3c\xa9\xd4\xe0\xa6\xb2\x5d\x1a\x2c\x9c\x8c\xdf\xe3\x92\x78\xcc\x72\xac\x36\xed\x71\x30\x47\xb1\xe0\x4d\x90\x01\x5d\x6d\x75\x1e\xc5\xb4\xd7\x29\x6a\x00\xa9\x85\x2a\x2e\x33\x32\x7b\x88\x88\xf9\x28\x8d\xb6\x0c\xd6\x55\x31\xd5\x9a\x10\x29\x26\x6d\x9b\xd8\x9a\x29\xc2\x74\x06\x39\xc5\x40\x43\xd4\xf7\x29\xba\x27\xab\xc2\xd4\x2e\x7d\x4d\x24\xe7\x32\xea\x8d\x16\x1d\x95\xdb\xb4\x68\x7b\x2f\x66\xf5\x15\x4e\x44\xda\xd6\x69\xa9\x30\x5d\x57\x5f\xc7\x25\x9a\xb6\x25\x7d\xcc\x20\x56\xb3\x40\x1d\x6c\x64\x03\xc1\xa3\xc7\x4d\x1d\xec\xdf\x03\x29\x5c\xb2\x67\x15\x1f\x26\x1a\xa2\xcd\xbf\xe3\xdd\xaa\x31\xdd\x5c\xdd\x7f\xe7\x36\x4c\x54\x98\xd2\x52\xbe\xe4\x2d\xd2\xc4\x34\xd7\x6f\x73\x13\x67\xa4\xa4\x53\xea\xdf\x32\x0b\x78\x58\x51\x78\x9c\xdb\xb1\x9d\x2c\x57\x86\x76\x8c\x9b\xbf\xaf\xaa\x9d\xcf\xcd\xac\x1a\x02\x78\x6e\x09\x01\xe4\xe2\x43\xc5\xd4\x04\xdc\xa6\xa6\xb7\x47\xca\xd9\xfa\x16\xc1\x75\x09\x06\x73\x6a\xa2\xfd\x96\xf2\x36\xe6\x6c\x39\x2f\x9f\xa4\xa5\x20\xdc\xe0\x3a\x92\x86\x9c\x4c\xcc\xde\xf9\x46\x62\xdd\x35\x23\x3a\xf0\x7e\xc1\x3d\x8d\xdd\xae\x93\xb6\xb5\x97\x99\x74\x6d\xbe\x29\xf4\x9e\x37\x3f\x1a\xc4\xf7\x57\xd9\x85\x68\xdb\xfd\x95\x67\xb1\x12\x07\xad\xbd\xac\xc4\x33\x48\x63\xba\xfb\xab\x90\x89\x54\x7a\x77\x0a\x44\xf6\x52\x20\x32\x00\x5c\x36\x4b\x6f\x26\x1a\xda\x80\xc3\x84\xc2\x40\x69\x44\xf2\x3c\x6e\x0a\x5c\x51\x18\xf3\xa9\xbc\x59\xac\x68\x75\x92\x7d\xcc\x44\x6a\xdd\xc4\xfa\xd0\x59\x41\x2f\xe2\x2a\x84\xe6\x08\xf7\x48\x6a\xb7\x47\x3d\x5c\xcb\xaf\xd3\x84\x71\x82\x80\xc0\xa1\x46\x89\xab\xb2\xe9\x24\xab\x12\xac\xe6\x0d\xa9\x36\x79\x9b\x7e\xcb\x8b\x54\x8d\xb7\x6c\x38\x59\x7a\xa6\x5d\xe1\x4c\x4d\x21\x34\x74\x69\xed\x85\x53\x5a\x7b\x21\xd3\x97\x44\x30\x21\x0d\x4c\x6f\xa2\x47\x15\x73\x65\x36\xda\xd0\x9e\x09\xfd\xd3\x45\x34\x52\x49\xee\xb0\x3a\x9b\x86\x2f\x17\xcc\x63\xd9\x23\x93\xf6\x6a\x83\x1e\x13\x8e\xe4\x80\x2d\x32\x57\x5b\x3e\x7c\x3f\xb8\xba\x12\x82\x4a\xa6\x1d\xba\xa7\x55\x53\x3a\xa8\x80\x44\x4c\x55\x49\x6b\x90\xe7\x25\x0a\x93\x1b\x5e\x79\x1d\xdf\xa0\x33\xf1\x80\x72\x0a\xbc\xdb\x28\xed\xf9\x68\x4d\x97\x8e\x2f\xcc\xa0\xac\x2b\xa6\x45\x71\xec\x62\x08\x28\xa9\x99\x3b\x1c\x74\x2f\xe3\xa5\xb8\x71\x6d\x4e\x3d\x93\x8d\xc5\x54\x3e\x0a\x7d\xb1\x1d\x27\xc1\xe8\x9c\xd0\x04\x6b\xd3\x87\x5d\x85\xa7\x13\xa0\x8b\x3f\x13\xc8\x06\x10\x35\x3a\x99\x7c\x67\x15\x60\x9c\x78\xc1\x28\x72\xa6\xfe\xef\xe0\xbe\x31\x74\x0e\xe9\x2c\x3b\xff\xaa\xcd\xcf\x2b\x4b\x64\xb0\x0d\xe4\x75\x82\xf8\xc7\xfe\xc1\xc3\xba\x67\x08\x86\x34\x9e\xf0\x4c\x1e\xcc\x35\x6a\x63\x2a\x56\x77\x3b\xc9\x7e\x99\x0d\x4c\xb9\x3f\xa5\xc1\x23\x63\x2d\x48\x2f\x9d\x2c\x1a\x5c\xc0\xed\x7e\xd8\x13\xbf\x01\x4f\x6c\xda\x8d\xc4\xdb\xf6\x1a\xe4\x5f\x69\x5c\xab\xba\xec\xf8\x8b\x5c\x6b\xe2\x42\xea\x23\x68\xe2\x55\x22\x52\x7b\x38\x03\xf0\x61\xf0\x62\xa2\x54\x14\x93\xe7\x6f\x7d\x30\x3c\x5a\x88\xfe\x32\x55\xa5\x05\xd1\x34\x92\xc0\x3d\x8a\xd0\x69\xee\xd4\xae\x63\x58\x7a\x22\xb1\xa4\x50\x8e\xca\x50\x42\x57\xa9\xfc\x0a\x39\x8f\x65\xfa\x78\xba\x7e\x41\x66\x30\x31\x82\xf1\xd4\x9f\x0c\xf6\xd1\x5d\x47\xd2\x4d\x76\xf1\x8b\xbd\xa2\xb3\x01\x62\x2b\xe2\xbc\x3e\x67\x49\x8d\x9a\xcb\x13\xb7\x1e\xe7\xab\xf8\xf9\x35\x95\xef\x7a\x38\xa8\xe4\x91\x11\xf3\x7d\xba\xdd\x8e\xb8\xfc\x24\x86\x35\xe4\x12\x2d\x90\xf5\x7a\x34\x07\x83\x06\xa0\xaf\xb6\xad\xd8\xbf\x56\x79\xf6\xb8\xea\x94\x24\x4e\xe9\x59\xc4\xbd\x0f\xfe\x6c\x5b\x01\xfd\x12\x56\xd3\xc9\xc4\x7c\xc9\x2f\x55\xa3\x23\x92\x80\x06\x26\x93\xb4\x1a\x1a\x67\xb9\x57\x53\xdb\xb6\xcf\x94\x28\xc8\x82\x9f\xf9\x15\x14\x59\xe3\xec\x8b\xa5\x69\xa9\x94\xca\x37\xd2\xeb\x8d\x79\x53\x44\x61\xf8\xce\xff\x24\xee\x03\x2b\x92\x5c\xd0\xc4\x84\x23\x28\x86\xcc\x25\x60\xa6\x2f\x4f\x52\xa1\xd9\x7a\xa5\x95\x97\xad\xad\xf2\x0d\x9d\x13\xe0\x7c\x6d\x5b\x86\x3d\xd8\x0a\x32\x83\x98\x8c\x3e\xe7\x4f\xf9\x0c\xa7\x43\xf8\xe6\x99\x25\x57\x62\x0c\x06\x42\x82\xed\x2f\xf6\xba\xf7\x26\x54\x42\xe4\xc4\x6b\xdb\x9f\x2c\x9d\x67\x8e\xb6\x17\x75\x85\x18\xdd\xb1\xb5\x95\xd0\x94\xb5\x35\x61\xa4\x4d\xc4\x33\x44\x91\xb7\xa9\x11\x67\xeb\x15\x0d\x4e\x38\x00\x90\xaa\x72\xeb\x33\x5d\x60\x96\x36\x09\x8e\x8e\x23\x2e\xb2\xc5\x2d\x9e\x13\xe1\x28\x2f\x87\x6d\x38\xdd\xab\x9b\xef\x7d\xb0\x46\x4f\xde\x45\x87\x9f\x29\x78\x1f\x2e\x47\xe5\x06\x3b\x08\x30\xc2\x25\x38\x66\x0f\x85\x06\x95\x07\x8b\x0a\x27\xf8\xde\x99\xc8\xc7\xf4\x05\xdf\xe5\x3b\xbd\x5f\xe0\x95\xa6\x23\x34\x29\x85\x2a\xdf\xa0\x6f\x9e\x38\x09\xec\x4b\x8a\x60\x85\xf0\x3b\x16\xf1\x17\x90\x8a\xac\x14\x75\xa6\x31\xe1\x4c\x91\x38\xe3\x5f\x2d\x1b\x05\x7e\x4a\xe8\x34\x05\x1d\x88\x0a\xcb\x5d\x82\x0d\xa6\xeb\x76\x39\x8a\xc1\x52\x44\x4d\x0c\x13\x80\xab\xcc\x2a\x42\xba\x48\x04\xdf\xd0\x40\xee\x3d\xdd\xa9\xed\x6e\x9a\x92\xbd\xa6\xef\x6d\xe9\x9b\x4c\xd1\x28\xeb\xae\xe4\x8b\x30\xd8\x16\x08\x6a\x68\x06\x3e\xfc\xdb\xc2\x92\x9c\xd8\xd9\x62\xe8\x7a\xff\xeb\xff\x50\xf8\xd7\x5f\x91\xc3\x78\x41\x01\x03\x24\x79\x62\xb8\xbc\xed\x60\x53\xc4\x65\x2d\xd2\xa4\xbe\x44\xe6\x6f\xc3\xac\xe1\x23\xc8\xf0\x46\xa5\xbc\xda\x10\xc5\x8b\x59\x79\xf6\x59\x9c\x56\x90\x2c\xc1\xb4\x55\xf0\x28\x82\xa5\x6f\x66\x8f\x80\x0a\x14\x1c\x2c\xd8\x5b\xb1\x87\xa2\xe5\x00\xc3\x68\x63\xb8\x38\xd0\xc2\x5f\xe0\x3f\x42\xe6\xa9\xf7\x01\xcf\x7b\x2b\x13\xce\xa9\xd3\x60\xc4\x47\x52\xe0\xd7\xe6\xaf\xd0\x7d\x3d\x6f\x1d\x04\x1d\x37\x5b\xaf\x26\xbd\xac\xd3\x50\xd0\xa2\xcd\xda\x35\xf0\x41\xe0\x1b\xa2\x14\xc9\xc0\x0f\xf6\xf5\x9b\x80\xa4\x32\xe6\x15\xd6\xad\xf7\x74\x27\xc0\x3f\x85\xf4\x41\x59\x0c\xbf\x8b\xac\x6a\x5a\xd7\x14\xf7\xab\x93\x4a\x97\xa6\xcd\x9e\xb3\xd6\x5a\xe5\x1b\xa9\x60\xe7\x23\xd4\x7d\xb6\x5e\x2d\x3e\xc8\x48\xd5\xc7\x2d\x02\xc5\x91\x5c\x2a\xb4\x17\x13\xd9\x27\x13\xd9\x9c\xfc\x68\x85\xc2\xac\x7d\x69\xea\x67\x2d\x58\xff\xf5\x1e\x5d\x19\x70\x19\xae\x39\xf2\x62\x19\xdd\xbe\x46\xcf\x6b\x65\xcf\x7b\xa7\xae\xa2\x78\x2e\x1d\x3d\x86\x63\x19\x29\xd3\xf3\x90\x64\x9a\x58\xba\xc6\xc0\x7d\xfe\xb7\xb6\xa2\xa4\x53\x0d\xf8\xa8\x79\x5f\xfb\xf2\xcc\xe1\x99\x2d\xbd\x52\xde\x36\xf6\xae\x31\xbd\xad\x74\xed\x86\x01\x30\xca\x82\x83\x78\x94\xe2\x22\x96\xf7\xd9\x74\xe2\xf5\x84\xfd\x1a\x31\xdb\xf9\x26\x73\x52\x04\xa3\x3a\xc9\xc4\xe5\x36\x92\xe5\x8f\xa2\xb2\xe4\x39\x29\x53\x86\x9d\x26\xcc\x05\xe7\x77\xf4\xcd\x6c\x58\x49\x0b\x90\xe2\x98\x0d\x69\x22\xd8\xd2\xcb\x12\x43\x83\xa1\xa2\x14\x17\xe1\xdc\xc5\xa2\x9b\x13\xe9\xb7\x95\xcd\x02\x47\xa0\xb0\xc0\x55\x95\xe5\x94\xa0\x79\x0a\xcf\xc7\xb6\xca\x97\x5c\x01\x6c\x99\xd1\x48\x2f\x7a\x73\xb6\xfc\x69\x5c\xe2\xe9\x07\x78\x73\x48\x14\xba\x38\x37\xc3\x12\xf8\xf8\xfc\xc0\x3a\x3b\x81\xb9\xf9\xac\x08\x49\xe3\x0a\x3b\x9f\x96\x4a\xfa\x1b\x98\xc8\xb4\x02\x5e\x82\xe9\xa0\x23\x55\xd4\xaf\x6f\x74\x3e\x4e\xfd\x6b\x12\xd5\x72\xc1\x50\x47\x51\x66\x4f\x42\x92\xec\x67\xd0\xe8\x1d\x3d\xa3\x53\x84\xa4\x98\x89\xab\x8d\x51\xe9\x3c\xc4\xeb\x6a\xe5\xa7\x2b\x1d\x0e\x19\x6b\x27\x8d\x11\x32\x1f\x2e\x6b\x57\x9e\x27\x55\x15\xdf\xf1\x52\xab\x60\x8e\x2b\xff\x6a\xd3\x93\x3b\xc2\x0c\x1b\xa2\xcd\xc8\x0a\x51\xf7\x62\x87\x8e\x5b\x52\x06\x61\x0b\xfc\x04\x7f\x82\x32\xab\x84\x77\xd1\x59\x6c\x5a\xf4\x7d\x87\xd8\x03\x34\x68\x89\xa6\x50\xb8\xa0\xeb\xca\x04\x52\x8a\x78\xd3\x50\xed\x8f\xb9\x93\x51\x9b\x06\x10\x4c\x68\x92\xac\x23\x7b\xf6\xd5\xd9\x0b\x45\x19\x2c\x5e\x23\x95\x6f\x70\x7d\xe3\xea\x44\xe9\x80\x79\xce\xa4\xb5\x37\x39\x3a\x2a\xb9\x45\x16\xe2\xb3\x46\x98\x5f\xd8\x0c\xb1\x57\xbc\xdc\xca\x22\xf9\xcf\x20\xbd\x48\x76\x8c\xa8\x1a\xa6\x23\x6e\xf4\xa6\x7d\xe3\x4a\xe5\x03\x11\x77\x89\x7e\x5a\xb4\x0e\x12\xa9\xcd\x9c\x39\xe9\x29\xe2\xfe\x57\x40\x50\x84\x85\x70\x59\x88\x72\xfe\x9a\xe3\xf8\x66\x9c\xb4\xa8\x6c\x8b\x4a\xbf\x99\x44\x19\x59\x1a\x79\xc6\x37\xcc\xa5\x21\x05\x21\x84\x09\xc1\x81\x9c\xf7\xdd\x72\xb7\x01\x9a\x75\xb7\x44\x6c\x97\x8b\xb0\x14\x27\xc1\xec\x5d\x29\xb1\x7b\x38\xbd\x10\xfd\xce\xc1\x6d\xcf\xf3\xfe\x64\x82\xac\x9a\xae\x72\xe8\x18\x09\x02\xa2\x6c\x60\xae\x7b\x9b\xf8\x8e\xeb\x40\x93\x17\xcd\x1a\xf8\x35\xdf\xe1\xa6\x22\x3a\xe3\x7d\x70\xaf\xce\xd4\x92\x13\x56\xa8\x6d\x1f\x3c\xd9\xe9\x40\x33\xc5\x3f\xd4\x6e\x6c\x89\x1e\xc0\x90\xc1\xe6\x5f\x6d\xb5\x26\x73\x37\x08\x7f\x75\x71\x60\x0f\xa4\xb1\x33\xed\x42\x74\x77\x1e\x48\x0a\xa1\x22\x32\xe1\x52\xbc\xf5\x5c\xe1\xa5\x48\x1e\x11\x46\xf0\xe4\x79\xb5\x99\xad\x57\x1b\x01\x74\x24\x2a\xcb\x65\x42\xaa\x60\x4d\xa5\x26\x17\x4a\x55\xf0\xba\x9f\x84\xf7\xf0\x4c\x84\x62\x48\x65\xf1\x99\x1d\xb6\x4b\x7e\x07\xd6\x9a\xe0\x2a\xd8\xdc\x79\x5d\xd1\xaf\x2d\x5a\xa6\x67\x03\xa2\x94\xaa\x2c\x15\xa2\x49\x90\xf2\x46\x14\x18\xd2\xda\x74\x48\x9c\xe9\x62\x5b\xa6\xfd\x9b\xd7\x9a\x86\x6d\xb8\x98\x3c\x91\x28\x9e\x85\x5d\xc3\x74\xfa\x04\x61\x5b\xf2\x94\x47\x52\xa9\x45\xa1\x51\x7e\xce\x82\xf3\xbc\x0e\x5b\x9e\x2e\xb4\x9d\x28\x4c\xa7\xcf\x70\x24\x5a\x15\xa3\x88\x37\x31\x94\x0d\x0e\x22\x5e\xcc\xea\xbb\x4d\x0f\xe4\x48\x96\x5a\x20\xa3\x4b\xd2\x82\x4b\x03\x6e\xfa\xee\x97\x61\x79\xcd\xf8\x28\xa3\x1d\x7e\xaa\x8c\x95\xbb\x5f\x45\x08\x4a\x33\x8b\x5f\x26\xfe\xe9\x37\xd7\x9f\x74\xaa\xf9\xba\x52\xc6\x31\xac\x5d\x32\xeb\x60\x69\x59\x91\xad\x6c\x52\xa3\xa3\x3f\xcf\x88\x3d\x9f\xac\xc3\xb9\xbd\x94\xb2\x38\xd4\xf6\xed\xde\x44\x54\x65\x38\x12\x4b\x06\xca\x67\x10\x2c\x21\x29\x6e\x88\x42\xe6\xdd\xc0\xc7\x37\xdc\x49\xc1\x37\x38\x14\x94\xff\xfe\x81\xf8\xed\xca\x3a\x86\x79\x67\x06\xd3\xb9\x2a\x6b\x3f\x3d\x1f\xd8\xfe\x62\x6d\xfb\xd2\x66\x6b\x78\x35\x34\x0d\x61\x5c\x8d\x92\x83\xb9\xd0\xa9\x15\x46\x3e\x33\xfd\x20\x30\xca\xd4\x5a\x13\xf6\xd7\x6c\x40\xf3\x5e\x99\x09\xfb\xa2\x20\x0b\xe7\x95\x86\x23\xff\x55\x64\x13\x42\x6c\xeb\x44\x0a\xde\xcb\x3c\x84\x0f\x90\x08\x89\x9b\x58\x6d\x3c\xe3\x37\xe6\xcf\x32\xc4\x20\x9d\x0a\x5d\xc5\x92\xa7\x3e\x28\xdf\x2d\xad\x97\x48\x0e\x89\x09\x23\xf5\x2f\xd4\x5d\x14\x3e\xf3\x6e\x12\xc9\x09\xf6\xd5\x84\x55\xfd\x84\xaa\xa2\xf1\x29\xdd\xc8\xa9\x90\x3b\xc5\x1a\xd6\x88\x6e\x44\x13\xba\xd9\xa1\x5a\x48\x73\x8f\xb8\xc2\xca\x97\xe0\xda\xec\xb3\x99\x83\x0c\x0f\x1d\x4a\xb0\x22\xfe\xc5\xf7\xef\x7c\xc4\xd0\x87\xf2\xda\x8d\x42\x2e\xf1\xb9\x31\x08\xe5\x67\x12\x93\x32\x9d\x22\xb8\xc7\x9c\x2c\x4d\x47\xdb\x57\x6f\x7c\x87\xf7\xaf\xb0\x24\xd7\x86\xe4\x99\x54\xf9\xa1\xbb\xf7\xdc\x55\xcf\x40\xde\xe9\x51\x0a\x41\x1f\xa2\xfc\x0c\xc7\xfe\x4a\xc1\xef\x68\xc2\x41\x16\x33\x7b\x5b\xa3\x2e\x01\xc6\xe5\xf7\x21\x8d\xc3\x54\xf8\xa2\x15\x4e\x3f\x1b\x24\x73\x49\xca\xa9\xe1\xf8\xec\xbb\xda\xf4\xd4\x7c\x44\xe9\x46\x55\xab\x7c\x49\x95\x67\x24\x4b\x8a\x54\xbe\xd4\x36\xbb\x6a\x99\x27\x53\x1f\x98\x4a\x64\xed\x21\x88\x8d\x5a\xbb\x24\x51\x2e\xab\x50\xa5\x9e\xc8\x3e\xba\x68\x12\x93\x84\x33\x3e\xc8\x44\x16\xd5\x51\x61\x56\xe5\x0f\x48\x0d\x44\x26\x12\xe4\xc2\xf9\x92\x67\x21\xb3\x52\xb1\x77\x96\x04\xad\xbf\x8b\xdb\x21\x76\xae\x74\x7e\x88\x5b\xe4\xc3\x4d\xb1\x18\x51\xa4\xca\x9f\x4f\xf1\xb8\x3d\x7e\xde\xe5\xe7\x3a\x9e\x70\x7a\x5e\x23\x26\x01\x35\xcb\x54\x54\x62\x93\xdd\x43\x6b\x11\x69\x8d\xc6\x30\x59\xc7\xae\x83\x21\xcf\xa2\xf0\x54\x17\x5a\x5c\x99\x55\x83\xd1\xbf\xda\x9d\xc7\x8d\x3b\xb9\x47\x66\x6d\x95\x6f\xe4\xdc\xbc\xd4\x41\xc6\x07\x56\x3a\x01\x10\x91\xc7\xb5\x1b\x4d\x74\x15\xd2\x28\x9e\xf5\xab\xbd\xbf\xb2\x10\x6a\x7f\x65\x65\x84\x2d\x43\x61\xc7\xb3\xeb\x26\xbd\x6f\x44\x90\xeb\x85\x34\x8c\x42\x9a\x88\xe6\x94\xec\x0e\xb0\x53\x7e\x21\x04\xcf\x14\x63\x57\x11\xc4\xc4\x20\x9a\xfa\x91\x2d\x25\xe9\x20\xb3\x58\x6f\x89\x4f\x07\x2f\xe8\x8a\x48\x10\x0d\xb7\xa9\x5c\x18\xa4\xcd\x63\xf9\xcc\x9e\x5a\x21\xca\xba\x81\x2b\xdb\x0e\x49\xfd\x3e\x51\xcc\x49\xf5\x14\xa9\xed\xa8\xec\x84\x2c\x4f\xb6\x33\x93\x4b\x2d\xd1\x50\xcb\x1e\xcc\xdb\xca\x56\x93\xfe\xdd\xd9\x43\x88\xf4\x7b\x5b\xfb\xf6\x18\x77\x9e\x84\x78\xca\xc3\x98\x0d\xc1\xb5\xc7\x6c\xe3\x21\xfe\x33\x3b\x88\x80\x9d\x0d\xb1\x1b\x32\x5c\x15\xf2\x47\xc6\x2a\xda\x61\x68\xa7\xb7\xd5\xed\x68\xff\xd3\xff\xe9\x4c\x8c\xe2\x31\x98\xb9\xa1\xcf\xd4\xc2\x0c\x0a\x87\x87\x40\x6d\xed\xca\xd6\xe6\x3a\x21\x4e\x12\xa5\x20\x7d\xcd\x04\x6b\xc3\xbc\x67\x41\x63\x5d\xdd\xfe\x2d\xce\x2f\xe1\xcc\x40\xfd\x55\x3b\x0f\x3b\x47\x1e\xd0\xca\x66\xfe\xaf\x33\xdd\x87\xc7\x3b\x4e\x3c\x26\x47\x31\xcf\xc1\x35\x46\x00\x47\x84\x51\xd6\x4f\xe1\xc8\xc8\x75\x26\xae\xf9\xb4\x76\x1d\xb2\x7b\xc9\xf5\x57\xe5\x9f\x4d\xc4\xd1\xb9\xbf\xf2\x0a\x06\x33\xe0\x42\xab\x10\xd4\x75\xc9\xd1\xa9\xef\xae\x59\x52\x86\x83\x99\xff\xb6\xfd\x87\x21\xba\x63\x41\x18\x0a\xd6\x1e\x7c\xc0\x8a\x91\x28\x94\x05\xa0\xfc\x65\x9a\x47\x47\x54\x36\xec\x71\x5f\x8d\xa4\xbd\x85\x22\xb4\xa8\x2c\xd9\xa1\x3c\x71\xeb\xe1\x48\x93\x91\x62\xce\x56\xce\xb9\x08\xc0\x42\xc5\x91\xa8\x93\xc8\x0a\x08\x4a\x1b\xef\x4d\x74\xe5\xbb\xbe\xc3\xe1\xc6\xf0\x8a\x98\xfd\x5d\x0e\xda\xfb\xbe\x27\xee\x2b\x11\x4b\xb4\x8d\xdc\x9b\x0a\x5f\x98\xa1\x27\x64\xfe\x7f\x4a\xa1\x4a\x8e\xe2\x62\x28\x3b\x4a\xcc\xe6\x31\x07\xab\xe0\x3b\xf5\xf0\xce\x00\x80\x90\xc6\x3c\x9a\x60\x8e\xd2\x34\x04\xe4\x3d\x51\x77\xea\x15\xa9\x95\x1e\x9c\x28\x99\x13\x85\x88\x22\xb6\x07\x57\xcb\x69\x82\x90\x2e\x5d\x6d\xf5\xc8\x03\xa9\x13\x51\x1a\xeb\x78\x94\x94\xa6\xeb\x87\x60\x65\xd0\xb0\x22\x90\x0f\x84\x82\x79\x52\xa1\x54\x28\x2d\xfa\xe8\x19\x4f\x69\x24\x2f\x71\x6d\x21\xea\x95\x99\x75\x9d\x4b\x07\x64\xfe\x00\x8f\x36\x14\x33\xbc\x9b\x1a\xd9\x82\x23\x7f\x9d\x25\x0d\xe9\x30\xa2\x69\xec\xf3\x98\x16\xc1\x86\x16\x41\x3a\x4e\x3a\x56\x05\x23\x3d\x02\xc4\xf0\xe7\x9d\x99\x46\xde\xd7\x44\x7e\x5f\x78\x9f\xfa\x76\x72\xbd\x15\x55\x85\xc7\xf1\x8e\x45\x1b\xd8\xd6\x34\x1d\x35\x37\xc5\x93\x7a\x4e\xad\x74\x01\x4b\x7a\xf5\x73\xa8\x33\x94\x1e\xf1\x31\xa2\x4a\x29\x27\x0d\x21\x01\xb9\x68\x0f\x5e\x50\xcb\x78\x86\xcf\xbb\xe8\x6a\x6c\x68\x7a\x8b\xd8\x46\x5e\xea\xe6\xeb\x8a\xd4\x17\xee\x61\x5a\x3c\x79\xfd\x34\x90\x0e\x89\xc9\x46\xed\xa7\x0f\xb5\x28\x1e\x09\x7b\x3d\xcc\x9e\xf3\xa7\xf7\xc1\xb4\x38\xc3\x53\x0a\xd4\x12\x19\xe3\x0a\x79\x21\x9e\xb3\x8b\x9e\x97\x24\x25\x92\x99\xaa\x46\x7d\x0b\xcf\x46\x15\x89\x48\xf2\x43\x5f\x89\xc2\x3e\x5b\x84\x55\xea\x41\xec\x7d\x4d\x3f\xb3\xf0\x17\xa2\x0f\x5e\x18\x83\x07\xd8\xb4\x38\x7c\x7f\x4d\x94\x2f\x2a\x52\x68\xf4\x62\x62\xea\x2d\x2d\x82\x4a\x0c\x10\x23\x3a\x10\x83\xc9\x1b\xf7\xb0\x17\xcb\xed\x7b\x5e\x72\x18\x63\x5e\x96\x4a\x1c\x15\x72\x98\x32\xb5\x61\x7a\x50\x55\xa5\x85\xea\xb7\xe1\x28\xe7\x39\x7d\x26\x27\x81\x60\xf9\x4d\xd4\x93\x67\x91\x13\x0c\x28\x91\x13\xbf\x5a\xd6\x81\x66\x21\x17\x1d\xe9\x33\x66\x26\xfd\xcf\xc6\xd6\xf6\xd5\xb4\x39\x03\x13\xfb\xc2\xb4\xe7\x74\x6a\x3d\xe2\x1f\x23\x83\x9f\xff\x81\xf4\x02\x39\x32\x2e\x09\xce\x2e\x49\x79\xe6\xa3\xb3\x35\xcd\x27\xb7\xaf\xed\xb3\x7b\xb3\xf5\x26\x39\xd5\x4a\xa4\xe2\x61\xa8\xeb\xd1\xd3\x25\x9d\x8c\xb2\xa9\x97\x12\xf5\x0c\x7c\x9c\xc0\xe5\x9e\x19\x68\x0a\xca\x0c\xe5\x64\x73\xd7\x89\x18\x84\xa9\x79\x3d\x4d\x25\x8e\x45\x32\xc4\x94\x14\x1d\x14\x44\x33\xde\x44\x13\x54\xbd\x21\x46\xe9\xa2\xda\x4a\x30\x8e\x99\xa3\x5d\x70\x6d\x2f\xb8\xaa\x48\x08\xdf\x72\x53\xb9\x71\x92\x72\xd9\x10\xfb\x79\x4b\xeb\x28\xf1\x8d\x59\x2f\x19\x71\x6e\xf9\xac\x78\xca\x66\x39\xea\xaf\xa5\x3e\x88\xb6\xa7\xb9\xce\x4c\x76\x6e\x06\x9a\xdb\x92\x20\x3a\xe6\xba\x8a\x67\x39\xf9\x54\x1a\x47\x1d\xcf\x09\x7c\x8e\xfd\x7a\x53\xe7\xec\xed\x7b\x77\xd4\xb6\x78\xbd\xf9\x1a\xb6\x97\x8c\x3a\x76\x95\xe8\x53\xbb\xa7\x7f\xc8\xd7\x4e\x16\x21\xbf\xa6\xe3\xad\xe9\xb2\xef\xc9\x37\x16\x11\xa1\xcc\xba\xe0\x4c\xb6\x3f\x8d\xff\x33\xfb\x91\xc6\x74\x59\x2c\x2a\xa7\x9c\xbc\x6a\xdb\x43\xb0\x48\x5e\x12\x67\x05\x63\x0f\x3e\x64\xc7\x95\xe6\x96\xd7\x53\xf1\x29\x51\x87\x17\xe7\xe0\xa6\x5a\x8e\x56\xff\x71\xb1\x29\xfd\xb5\xcb\xfe\x48\xf7\x54\xfb\xd1\x68\x38\xe8\xa9\xab\x41\xfe\x33\x7d\x9e\x07\xd3\x28\x92\xd8\x07\x42\x34\xbc\xe6\x9b\x1d\x31\x54\xc2\x50\x32\x7a\x09\x3c\x64\x06\x21\x04\x77\x5e\x3f\x91\x78\x55\x19\xe9\xa3\x4f\x33\xf8\x2c\x91\xc4\x0f\x4a\x6e\x1d\x4d\xa7\xdc\x4f\xd5\x33\x84\x62\x1e\x52\x34\x92\xc9\x12\xae\x1f\xa2\xd3\x42\xd8\x64\xce\x96\x04\x85\xdc\x69\x15\x2a\xdf\xb0\xfd\x49\xe5\x1b\x39\xa0\x27\x4e\xc9\x9e\x92\xf6\x9a\x10\x49\xea\x55\x99\x70\xde\xb1\x61\xd2\xde\x44\x8b\x61\x14\x44\xb4\xf6\x22\x58\x2e\x26\xda\x25\x7c\x06\xd3\x21\x36\x33\xe1\x8c\x91\x1a\x92\x29\xa6\xf2\x08\x29\x2e\x96\x9e\xb8\xe7\x5a\x2e\x71\x15\x6b\xfb\x96\x4f\x77\x53\xbb\x63\xbb\xe8\x2d\x1d\x16\xb3\x46\xbd\xf8\x50\xf1\xf9\x95\x2c\xf2\x5e\x22\xba\xdd\x25\xb6\xd7\x45\x29\x8f\xe2\x90\xc1\x4c\xf8\x50\x09\x8b\x19\x96\xfa\x43\xed\x2f\x72\x06\x86\x63\xba\xd8\xde\x32\xde\x19\x56\xae\x3c\x1f\x65\x07\x21\x9b\x69\xde\x80\x52\x44\xde\xa2\x14\xd9\x83\x80\x7e\x9a\x40\xe5\xf5\x49\x6a\x6d\x8c\xf2\xa0\x63\x23\xe4\x71\xd6\x8d\xa9\xdc\x10\x47\xdf\x5f\x34\xe4\xfe\x99\x79\xa2\x09\xe4\x79\x84\xcb\xb3\xae\x73\x38\x5b\x38\x91\xb3\xf6\xf2\x6c\xbd\xca\xce\x84\xbe\xa5\x03\x74\xda\xc0\x75\x4a\x67\x0a\xd2\x70\xb0\xb3\x95\x1e\x1d\x6d\x74\x3f\x33\x67\x97\xfc\x78\x74\xf2\xcb\x57\xf3\x28\x36\x84\x31\x3b\x0d\x48\x14\x17\x85\xa3\xe9\x16\xe3\x0c\xb4\xcb\x09\x4e\x42\xc3\x7e\x7e\x90\x47\x20\x30\x45\x78\xf8\xdc\x7a\x06\x92\xc9\xfe\x10\x16\x3d\xf9\x77\x58\x99\x46\xff\xc3\xb8\x7e\x91\x26\x15\x05\x46\xed\xf1\x1c\x98\x45\xd4\xaa\x0a\x50\x5e\xb7\x2c\x2f\xa1\xf9\x3f\xf8\xa0\x19\xf3\xbf\xdc\xc8\x74\x24\x43\x40\x3e\xbe\x32\xc6\x3d\x93\xaa\x24\x9f\x2d\x7d\xdb\xb2\x08\xff\x64\x2a\x7f\x61\xf5\xa1\xca\xda\x8e\xb4\x92\x92\x68\x44\xbd\x8d\x6c\x12\xde\x70\x95\x33\xa9\x6c\x5b\x25\xb6\xdd\x10\x54\x26\x41\xaa\x62\xe3\x63\x81\x30\x4d\xc8\x9a\x94\xb0\xa0\x22\x1b\x46\x50\xa8\x37\x67\x9b\xd2\x81\x02\x5d\xbf\xea\x41\x27\xc3\xf1\x19\xb1\xcb\x55\x95\x58\x2d\x50\xc9\x08\xba\x54\xd6\x45\xf6\x26\xb2\x89\x55\x40\x44\x92\x04\x42\x3e\xc3\x27\x22\xfa\xed\x7c\x94\x60\x39\x88\xea\x03\xee\xdf\xb3\xf5\x4a\x3b\x16\x59\xb4\xbc\x2d\xa9\x92\x8c\x8e\x67\x4d\xe9\xd0\x20\x3b\xd8\x4a\xd5\xac\x28\xca\x87\x51\xf4\x03\x43\x92\x0f\x7d\x57\x19\x83\x38\x96\x59\xae\xe3\xb4\x75\x1b\xe3\x5a\xfa\x61\x3e\xe0\x57\xe3\xb3\x94\xaa\x4e\xc3\x3d\xa7\x38\x6a\x12\xac\xcf\x47\xca\x5b\x28\x7d\x25\x12\x25\x89\x57\x6f\x24\xab\x91\x59\x6b\x09\xe4\x3a\xf6\xc1\x5f\xf1\xc3\xac\xe8\x2b\x02\x16\x1a\x6a\xdb\xf2\x64\xab\xa1\x16\x60\x4a\x48\x62\xe4\xfe\xc8\xca\xff\x43\x5b\x8a\x22\x8f\x68\xbb\x11\x9f\x68\x7b\xcb\xfa\x22\xea\x26\x4b\x40\xb5\xc6\xcc\x28\xbb\x0a\x06\x8f\xed\xa8\x45\x92\xd6\x11\x42\x74\x16\x91\x25\x55\x33\x33\x16\x4f\x42\xe0\x48\x46\xe1\x97\x09\x57\x6b\x0c\xd0\x3e\x62\x2b\xc4\x97\xcc\xd8\xa0\x4d\xd4\xec\xc9\xa8\xbf\x07\x94\x8d\xb2\xae\x7f\x2b\x82\x72\xe6\x41\x66\x04\x11\xb5\x0a\x2d\x48\xf7\xa6\x4a\x53\x94\xd6\x32\x32\x71\x84\x1f\x82\xc1\x20\x5a\xe5\x68\xac\x3b\xcd\xf0\x6a\x6c\x5d\x97\xbc\x6a\x99\xa1\xf7\xa5\x0f\xcc\x7a\xc0\x98\xe9\x5c\x2f\x68\xff\xdc\x9b\x99\x88\x87\x45\xd6\x89\x36\xe2\x04\xe5\xfc\xb1\x6e\x0e\xb7\x4a\x5a\x4e\x64\x46\xa6\x13\x61\x26\x4f\xd1\x8d\x12\x95\xaf\x09\x8c\xe1\x2a\x46\xac\x78\x86\xcf\x38\x3e\xdf\x13\xe7\x3b\x31\xf5\x07\x68\x7f\x3e\xc4\x31\xca\xd6\x67\x36\x25\x1b\xc2\x77\x11\x25\xf3\xfe\x85\xc2\xe4\x95\x79\x43\xc1\x14\xb3\xc7\x4c\x04\xca\x1d\x8a\x46\x78\xdc\x98\xec\x32\x9f\x93\x8a\xaa\x22\x0a\x7d\xb1\xd7\x27\x71\xe4\x83\xad\xd0\x87\x3a\x63\x20\x46\x5d\x57\xbe\xd8\xab\xf2\x2a\xc3\xd0\x66\x03\xf2\x68\xfb\x2f\xf6\xda\x88\x97\x01\x0a\x50\x4a\x64\x54\x47\xb1\x35\x8f\x0a\x4f\x87\xfd\x96\x62\xbe\x69\x08\xbf\x01\x09\x14\xf2\x00\xc5\x89\x38\x78\x86\x40\x69\xb1\xf7\xb0\x96\xc8\x7b\x14\x48\xbb\xe3\x81\x90\x88\x90\xe4\xc9\xeb\x24\xf8\x04\x91\xb9\xe5\x40\x9d\xf4\xe4\x4d\x96\x69\x21\xce\x11\x06\xd6\xa3\x2d\x1b\x9a\x44\xed\xa3\xab\x2c\x33\x2f\x65\x08\xb2\x5a\xbf\xeb\x6d\x40\x7f\x4c\xc4\x62\x85\x10\x1f\x2d\x3d\x2d\xdb\x47\xfb\xd6\x8d\x94\x67\x64\xd9\xa4\xb2\x48\x30\x7e\x14\xaf\x61\x22\x60\x53\xb5\xdb\xa4\x58\x21\x56\x0a\xe4\x36\x1c\x1d\x75\xf4\xef\x68\xf0\x64\x02\x37\x12\x69\xcb\x72\xc8\x87\x28\x2a\x89\x9d\x2f\x78\x26\xd1\x45\x83\xc8\x73\x80\x51\x2c\x11\x47\xa1\x63\x85\x5e\xd4\xce\xb7\x25\x83\xb5\x8b\x52\x73\xc1\x8e\xd8\xe2\xce\xec\x45\xdb\x9f\x72\xa1\xd5\x8d\x18\x7d\x64\x69\x91\x4d\x43\xc7\x29\xbc\x94\xef\x08\x47\x66\xe5\x7f\x66\xe5\xbd\xfb\xc2\xc9\x1d\x4f\x48\xe4\xde\x14\x92\x7d\x45\x15\x74\x8a\x4e\x42\x07\x74\x44\x4e\x46\xf1\xa9\x4b\x72\xc7\x05\x6a\xbe\xc0\xda\x5e\x12\xdf\x99\xbd\x1e\xe7\xb3\x4f\x6a\x5a\x97\xd4\x32\x90\x9a\x26\xd1\x04\xea\xf6\xe4\xfa\x1a\x6b\x3d\x73\xec\xc8\x2f\x30\x3a\x59\x57\xcb\x7c\xea\xbb\xec\x11\x3b\x43\xe5\x18\x12\x05\x88\xbc\xd5\x8f\xb2\x90\x36\xaa\xb0\xfb\xf8\x99\x36\x3c\xc7\x6f\x1e\x6b\xeb\x20\x07\x77\x64\x56\x25\xe2\x63\x9d\x52\x54\xad\x9c\xec\x49\x3b\xda\x78\x29\x64\xc6\x8e\x4d\xd1\xe6\xe3\x9f\xbb\x21\xde\x32\x2a\x4f\xf6\x4f\x26\x34\xe9\xc1\x0d\xb5\x8a\xea\x3b\xd9\x86\x81\x78\x26\x29\x7e\xb4\xbe\xb1\x7d\xb8\x66\x3e\x87\xec\x45\xdb\xc3\x04\xf2\x7a\x63\x75\x95\x7f\x15\x9c\x2a\x5e\x82\x51\x1f\x10\x1b\x5b\x28\x1f\x78\x25\xad\xeb\x3e\x71\xd5\xd0\x9d\x33\x13\x32\x5e\x85\xca\xca\xd3\xad\xf2\x63\x56\x7e\x00\x19\x1f\x5d\xe8\x80\x22\x69\xb0\x13\x3f\x42\x61\xa9\xad\xf2\xe8\xa3\x8f\xa9\x53\x20\x62\x2b\xae\xe6\x29\x8f\xdc\x96\xc2\xaf\x61\x92\x76\x7e\xb4\x3d\x26\xe0\xcb\x90\x97\x58\xf9\x1a\x16\x87\x9f\xb8\x45\xa5\x04\x92\x04\x90\x37\x05\x58\xc4\xa5\x0c\xcc\x36\x2a\x90\xce\xc5\x3e\x6a\xdb\x02\x11\xc5\xf2\xa0\x6c\x28\x44\xa0\x73\x65\x99\x3a\x8d\xff\x1d\xa3\x4a\x66\xb8\xca\xae\xd3\xd1\x82\xa2\x22\x32\xcf\x7f\x57\x2d\x32\xd9\x3d\x31\x95\xd5\x99\xd6\xd6\xd9\xcc\xe8\xf2\x41\xbd\xe7\x5e\x48\x29\xe8\x8e\xb5\x25\x03\x87\xfc\xae\xed\x87\x31\xa1\x9e\x24\x2b\xde\x75\xc3\xbf\xb6\x65\x46\xaf\x64\x8a\x78\xfc\x90\x25\xd2\x03\x2b\xb8\xe2\xd6\x4c\x40\x6d\x2b\x13\xc8\xe7\x31\x4b\xda\x65\xe5\x62\xac\x01\x52\x06\x1d\x19\x92\x3f\x07\xdf\xe1\xf9\x1f\xce\x6c\x0c\xd6\xd1\x29\xa6\x54\x65\x63\xee\xfc\xc8\x57\xa2\xdb\x46\x3e\x70\x51\xb3\xc2\x77\xb6\xe5\xe0\x51\x00\xad\x49\x24\xc1\x10\x69\xb5\xf7\xe7\xc9\x89\x08\xf2\xd6\x0b\x3c\xcb\xa2\x47\x16\x80\x94\x4b\xdc\xa9\xd6\xaa\xda\x1e\x51\xa2\xa2\x17\x85\x11\xd4\xb3\xe2\x14\x56\xdb\x66\x54\x5b\x17\xc5\x89\x08\xa4\xab\x15\x41\xc1\x8f\x21\x51\x75\xcc\x90\x3a\xe2\x58\x6d\x0d\x0e\xc9\x05\xc9\xd8\x27\xad\x6f\xaf\x8d\x1f\xa2\x30\x89\x2d\xd9\xe7\xe5\xe9\xcc\xad\x56\x5e\x6f\xf0\x9d\xda\x96\xc1\x16\xc0\x15\x6b\xf5\x9f\x1a\xf3\x76\xd3\xee\x68\xb8\x51\x11\x8f\x64\x83\xc0\xb2\xdc\xaa\x0f\xb5\xe1\x3e\xd2\x5f\x80\xf3\x1d\x57\x96\x0e\xdc\xc2\x6f\x47\xd3\x31\x3a\xb7\x53\x19\x79\x4b\x27\x1b\x08\x38\x2a\x51\x91\xbc\x0d\xda\x64\x58\xd5\x5d\x77\x5e\xf5\x83\xa1\xde\x1a\x41\xbd\xf6\x4c\xb9\x4b\xf4\xdc\x15\xba\x14\x13\x16\xd9\x97\x4d\x54\xd4\x15\x94\x05\xb7\x15\xb7\x07\x65\x61\xc4\x12\x48\xb8\x4f\x82\x02\xad\x2f\x0f\x3c\x84\xc2\xa1\x26\x13\x96\x9a\x0f\x6c\xc0\x26\x3f\x14\x4b\xd4\x6e\xc4\xf6\x65\x01\x2b\xd4\x65\x7b\x76\x6c\xd9\x8a\x4f\x44\x28\x41\x7f\xae\xf2\x55\x1a\xea\xc4\xdb\x62\xbd\x7f\xf8\xc9\xe4\x90\x09\x71\x17\x1c\x83\x1d\x99\x80\xb5\xb1\x6d\xb5\x90\x01\xf1\xd2\x92\x8c\x91\x79\x1c\xc9\x84\x07\x0e\x30\xa4\xbe\xaf\xcb\x3a\xca\xdf\x49\x97\x7c\x9d\x12\x8a\x4e\xec\x61\xe6\x6f\x38\xe8\xa8\xd1\x51\x02\x86\x21\xee\x6d\x1e\x07\x8a\x7e\x74\x32\x51\xce\xdd\x54\xe6\x0a\x4e\x74\x51\x2d\x36\xe9\x51\x48\x96\xa6\x5b\x77\x6c\xdd\xc1\x95\xa6\xed\x33\x53\x9d\xbe\x44\x7f\xc1\xa9\x5c\xfb\x46\xd0\xe9\xa9\xf6\xfb\xbc\x1a\x57\x67\xeb\x2a\x0f\xdf\x0f\x07\x09\x4a\xa3\xc8\xc7\x4d\xbf\x34\x51\x54\x76\x9a\x21\x42\xaf\xbf\xda\xac\xb3\x84\x6c\xe2\x39\x24\x6a\x07\x67\x56\x06\x3b\x73\x9f\x20\x98\x0c\x15\x89\x40\x27\x56\x96\x16\xa6\x43\x31\x2c\x9d\x4a\x11\x1a\x09\x6d\x52\x5f\x83\xa2\x1e\x82\x11\x17\x9d\x1d\x41\xef\xd0\x50\x22\xe9\xcb\x61\xc1\x6f\x20\xe2\x83\x44\xa6\xb2\x2e\x92\xbc\x4b\xcc\x6f\x91\xe8\xa5\x61\x22\x30\x1b\xb4\x9b\x22\xae\xb4\x9e\xd2\x38\x62\xaa\x57\x23\xa0\x4c\x6f\xfd\xce\x1c\x71\xd8\x89\x69\x1f\x27\x4b\x14\x9f\x39\xd6\xe4\xa6\xa3\x3a\x6e\x7b\x08\x60\x1a\x69\x39\x6e\x18\x9d\x83\x2d\x0c\x71\x1d\xba\xea\xe1\xa3\xb6\xd9\xe2\xdd\x9b\xe3\xa3\x50\xba\xb4\xc3\x0e\x7b\x4a\x96\xcd\x40\x09\x61\x2e\xe9\x94\xb2\x8f\x1f\x33\xf0\xf3\xa8\x34\xd4\xfc\x21\x55\x04\xfd\x4c\x92\xb2\x6a\x5e\x35\x49\x24\xc7\x4c\xb6\x92\x8f\xbb\x48\x9d\xed\x3b\xf3\x37\xb2\xff\xb0\x62\x49\x9d\x81\x74\x97\xc9\xaa\x70\x5c\xaf\x90\x9d\x69\x82\x1e\x69\xfa\x6b\x27\xa7\xb0\x1a\xf1\x73\x6b\x76\xcd\x41\x63\xf9\x6c\xaf\x17\x32\xb4\xef\x86\xb6\xec\x07\xf5\xef\x86\xc6\xe5\x0d\x8f\x0e\x94\xd8\xa6\x68\xe5\xcb\x14\x11\xf0\x40\xf9\x88\xd9\xdb\x5a\xe0\xde\x4c\x19\xbc\xf8\xcd\xf7\xa5\xae\x22\x8a\x1f\x9c\x1c\x76\xf7\x96\x28\xda\x43\xed\x71\xbd\x6c\xe9\xc8\x69\x58\x9e\x92\x46\x06\x21\x51\xfb\xf0\x45\x2b\xce\x8e\xa1\x52\x42\xc2\x98\x4e\x69\x64\xca\x9a\xe7\x09\xf6\xb0\xee\xd4\xff\x96\x09\xae\x3f\x35\xb6\x77\x65\x96\x58\xfb\xe3\x28\xbe\x77\xfd\xc5\x45\x9b\xa5\xb0\x59\x6e\x96\x42\x67\xc0\x2c\x21\xd5\x26\x4b\x44\x3e\x64\x5e\x0c\xfe\x42\x5e\x9f\xf6\x58\x5b\x56\xc0\x87\xbe\xff\x7b\x30\x21\x8b\xe3\x1a\x89\xe2\x78\x86\x4e\xa0\x0e\xfd\x35\x05\x3f\xa5\xe0\x6f\x29\xf8\x7b\x0a\xfe\x3b\x05\xff\x93\x58\x39\x39\xf4\x87\x6d\xba\x13\x6b\x25\x47\xd1\xcb\x6f\x7c\xeb\x23\x1f\x7b\xc8\xdf\x79\x95\x31\x58\x18\xd7\x8c\xd9\xb1\xb8\x16\x90\xaf\x61\x56\x5e\x42\x8f\x13\xd9\x34\x47\x5f\xc4\x24\x93\x3e\x24\xbf\x03\x31\x79\xe3\xc8\xd1\x14\x78\xfe\x52\x21\x4b\x7e\x20\x4c\x2c\x12\xd5\xe0\xd7\xe5\x91\x60\x22\x8f\x8c\x46\xe2\xb5\xed\xcd\x1b\xcf\xdc\x3a\xe5\xcc\x3f\x84\x65\x8a\x12\xaf\xbf\xc4\x27\x1b\x99\xc9\x6f\xdf\xba\x5a\x2c\x9f\x3a\xf8\x0e\x7c\x6e\x93\x7d\x30\x87\xe3\x39\x19\xf1\x26\x1b\x49\x37\x5f\x17\xc6\xcc\x32\x89\x3c\xc1\x29\x74\xa0\x2c\xda\x02\xf9\xa5\xbb\x10\xae\x9c\x19\xd4\x5f\xb0\x96\xd4\xff\x23\x33\x45\x91\x64\xef\x6d\xd3\xa5\x8d\xde\xc5\x99\x57\x1b\x26\xfe\xe5\x8b\xeb\x4f\xd9\xde\xd6\x56\x7c\x3c\x89\xbd\x87\xb7\x26\x3d\x87\x31\x70\x21\xfc\xed\xdd\xa8\x54\x53\x09\x69\x40\x8e\x0d\x05\xf4\xa1\x97\xdd\x44\xd7\x2a\xc6\x9b\x0a\xb4\x8a\x4a\x2b\xa9\xad\x8a\xbd\x4c\xdf\x48\x8e\x75\x46\xf9\x1e\x36\x03\x96\xb9\x55\xaf\xae\xc8\x1a\x5c\x54\xf5\x4d\x2c\x73\x20\xe1\xe8\x61\x09\x9b\x43\x7d\xfb\x2c\x62\x93\x3f\x2b\x8a\x19\x37\x56\xe6\x81\xe1\x9b\xe7\x03\x01\x54\x83\xd5\x28\x7c\x38\xe7\xac\x66\x84\x34\xb8\x1f\x98\x2b\x21\xed\xfd\x8d\xaa\x3d\x16\xad\x0b\x85\x34\x41\x1f\x55\x9c\x93\xec\x8d\x2a\x76\xb0\xdb\xbb\xc6\x6e\x6c\x63\x1c\xa3\xac\x0a\xb7\x09\x95\x2b\xb3\x81\x18\xd9\x8e\x05\xa6\x64\x78\x75\xa5\xd5\xf8\x0b\x41\x85\xa0\x79\x61\x16\xe7\xcc\x7d\xc2\x50\x8e\x79\x2e\x59\xd8\x29\x96\x86\x40\xd4\xd2\x4d\x4c\xc5\x28\xfe\x01\x01\xcf\x0b\xde\x02\x4e\x9e\x71\x79\xd1\x35\x43\x6d\x7a\xc5\xf0\x93\xf8\xcc\x0f\xfb\xda\xe6\x02\xca\x90\x8e\xf4\x10\x1c\x17\x23\xa9\xad\x56\x21\xdb\xb2\xf5\xd7\x4c\x6f\x8f\xec\x7d\x51\x82\x02\x9b\x5b\x65\x8f\x49\x44\x83\x78\x89\x15\x93\xb5\x58\x02\x93\x3d\xb7\x4d\x80\xd2\xcd\x43\x6f\x83\x68\xf3\x26\x08\x3d\x25\x0c\xc9\xcc\x94\x0b\x81\xc3\x9d\x68\xdf\xc3\x37\x26\xa3\x52\x44\xd0\x8b\xdf\x86\xc3\xdf\xce\x9f\x19\x2e\xb8\xe1\x14\x66\x08\xba\x98\xa6\xd5\x9e\xd6\x76\x5b\x4d\xf4\x5d\x58\xd3\xf4\x9b\xba\xd9\x0b\x75\xd1\xf8\x8a\x39\xa6\x15\xf9\x9e\x44\x16\x6f\xa7\x1c\x7d\x26\x1e\x33\xea\x44\xd6\x4a\x11\x22\x8f\xc9\xa0\xa3\xed\x6f\x08\x0a\xea\x6e\x4d\x14\x4f\x26\xd6\x8e\x5f\x64\xbd\x90\x27\x6e\xdd\xf1\xc3\xc6\x84\xb3\x52\xb5\x40\x06\x31\x17\x15\x29\x35\xe5\x39\x08\xd4\x5f\x69\xda\x19\x79\xcf\x90\x03\x79\xb2\x46\xe3\x06\x42\x86\x30\x6a\x0d\x0b\xef\x09\xda\x5c\x8f\x83\x70\x32\xe2\x52\x8c\xc8\x17\xda\x8a\x39\xca\x49\x11\x67\x33\x4a\x6c\xb8\xcc\x15\x01\x86\xb7\xbe\xbd\x49\xb9\xf9\xb6\xca\xa5\x20\xfe\xcf\x55\x24\xff\x66\xef\xd3\xb3\x2f\x8a\x20\x78\x7f\xe5\xa1\x8e\x0f\x90\x4b\x51\x65\x05\x63\xea\x73\x6d\x5c\x7b\x9b\xc8\xe8\x97\xb0\x78\xc8\x30\xeb\xe1\xce\xbd\x4f\x72\x90\x93\x84\x24\x0b\x8c\x2c\x3e\x08\x79\x4c\x13\xd9\xa8\x80\x4d\x89\xbe\x12\x4b\x75\x6a\x7b\x34\xe5\x75\x84\x2b\xbb\xcb\xbe\x72\x31\xa1\x7d\xf0\xe1\x99\x4f\x91\xe6\x48\x4e\x9e\x7b\x7f\x3c\x92\xf6\x4b\xa2\x16\x89\xd9\x3e\x4e\xa3\x7c\xf7\x63\x1a\x93\x21\x9b\xc6\x89\xef\x73\xde\x8b\xfe\x32\xc9\x39\x2d\x9a\xd7\x2a\x9f\x1f\x39\x90\xe2\x68\x11\x0e\xfa\xe3\xe2\xa8\x4d\xd2\x56\x98\x96\x03\x3d\xb7\x22\xad\x33\x8e\xc9\x24\x27\x4d\x52\x46\x0a\x61\xda\xbc\x64\x0e\x42\x16\xa4\x0c\x70\xfe\xe5\x9a\x36\x84\x20\x93\xfd\x65\x42\x8e\x7c\xcc\xbc\xe9\x23\x5a\x71\x96\xc0\xe0\x5d\x09\x3f\x8c\x5d\xef\xeb\x1f\x36\xae\x9d\xd9\x8e\x39\x57\x17\xe4\x36\xcc\x6c\x8d\xfd\xc9\x59\x11\xd3\xaf\xc0\xd5\x04\xe3\x32\x90\xe5\xd3\x5a\x23\x62\x4f\x40\x92\xc8\x25\xd1\xd0\x7f\xc4\xd3\x1e\xda\x8a\xc8\x0b\xda\x03\x55\x15\x14\x11\x2a\x73\xf1\xa6\x4f\x08\x7a\x49\x70\x0c\x6f\x93\xa0\xd5\xa7\xfa\x49\x7d\xe0\xe1\xc8\x40\xcd\x8e\xe3\xa2\xd9\x9d\x69\xa0\x0b\x84\x9d\xf4\x4e\xcc\x41\xed\xf6\x52\xb7\xd6\x5e\x32\x41\xab\x56\xb9\xf4\xe8\x1e\x2b\x32\xe3\x11\xd5\xd9\x93\xdc\xbe\xcb\xbf\x64\xaa\x8a\xfd\x88\xed\xbc\xbe\xdf\x98\x4e\x8a\x25\x6f\x4d\xf9\xc7\x1b\x84\x14\x4b\x7f\x7e\x18\xea\x3a\xb9\x22\x63\x6d\x4f\x86\x64\xfb\xe1\x1d\x22\x52\xe6\x12\x61\x18\x3a\x4c\xa5\x41\x30\x7f\xe4\xe2\xa4\xfa\x61\x4a\xf6\xe6\x43\x6d\xa8\x02\x3a\x95\x34\xeb\x2f\xb1\x98\x93\xf5\x1a\xc8\x4f\x7d\xea\x6d\x36\xc6\x13\xd3\x97\xba\x0f\x93\x04\xc3\x4b\x0f\xe1\x11\xab\x0c\xa5\x04\x51\x12\x92\xf7\xd5\x8d\x1f\x1a\xd2\x48\x0c\x45\x13\x44\x48\x33\x03\x84\x57\x45\x59\xf8\x30\xf7\x16\xb7\x9c\xac\x30\x9e\x33\x14\x85\x08\xfa\xf7\x48\x51\x56\xae\xef\xcc\x31\x29\xf3\xca\xbb\xcf\x44\x93\x27\xcb\xb6\x44\x7b\x9b\x63\x5e\x10\x44\xb9\x20\xaa\xc6\x8d\x85\x51\xfa\x9c\x24\x26\xe3\xe2\xf7\xcf\xee\x4d\x79\xe6\x87\xbd\x97\x35\x3f\x1d\xdd\xc8\xb0\x54\xba\x05\xc6\x89\x36\x39\x45\xb3\x46\x4e\x09\xd2\xc8\xf2\x86\xf2\xc2\x39\x3e\x5a\x05\xb5\x9d\x52\x94\x7f\x4f\xb2\x4b\xd3\x60\x54\x5b\x23\x45\x47\xd9\x3f\xfe\xf1\xf7\xcf\xb2\x1f\xa7\x56\x99\xc1\x99\x5f\x0f\x34\x94\x40\x63\x8d\x5e\xce\x9e\x6b\x02\x83\xec\xe0\xd1\x12\x79\xe6\xbd\x87\x32\x63\x66\x7b\xc5\xf0\x97\x94\x83\x9b\x8e\xcc\x23\x05\xbb\x02\x1e\xc1\x83\xac\x46\x29\x31\xfd\x82\x94\x21\x8d\x49\x8c\x42\x13\xf4\x11\x3e\x78\x57\x08\x59\xa0\xe5\x3f\x42\xdb\x0e\xee\x2e\x51\xd8\x25\xe9\x18\xc4\xcb\xbe\x7f\x15\x35\x6a\xc4\xb9\xe3\x81\xed\x3b\xe9\x3b\x82\x49\x7f\xb2\x17\x44\x0c\x24\x60\x3d\x59\xa9\x6e\x93\x4c\x3f\x47\xc7\x13\x78\x20\x65\xcf\xda\xf7\x64\xad\x9b\x51\x08\x02\x7b\xb8\xcd\x2a\x49\x6c\x48\xf9\x22\x14\xb7\xa2\xbd\x8d\x22\x4b\x32\x1e\x3b\x5b\x44\xa6\xb5\x8d\x29\x09\xa3\x5f\x57\x15\xa6\x0c\x34\x5e\x06\x42\x97\x42\xa3\x9a\x27\xd1\x7f\x40\xe8\x5f\x13\xca\x93\x2e\x20\xc4\x34\x4d\xdc\x57\x36\x17\xe5\x55\x10\x08\x92\x87\x9a\x0e\x8a\x1b\x7b\x9c\xbf\x25\xa0\x3c\x44\x29\x85\xff\xbf\x49\x67\xec\x0f\x65\xf7\x23\x89\x44\x4c\x49\x42\xe3\x42\x1a\xfa\x41\xc2\xa4\x17\x4d\x2e\xe7\xf9\x74\xc3\xbf\xa2\x04\x6b\x52\x43\x54\xa2\xf9\x9b\x0f\x15\xe1\x3c\x25\x0a\xd3\x25\x7d\x3c\x95\x58\x34\xe6\x2d\xe9\x2c\x5c\x4e\x1e\xcf\x87\xd5\xa8\x28\xdd\xa6\x93\x9c\x5d\x8a\x49\xaf\xe2\x5f\xdc\x52\xd0\xac\x01\xc1\x4a\x5a\xab\x2c\x4e\x16\x49\xf0\x29\x9e\x83\x8e\x2a\x00\xb5\xee\x47\xcf\x15\x8b\xd9\x56\x33\x67\x8e\xad\x8f\x04\xf5\x55\xe5\x91\xa5\x6b\xd5\x6c\x31\x3d\x88\x4c\xc6\xe7\x6f\xc6\x51\x0e\x45\x82\xad\x5d\x9b\xfe\x13\xdf\x09\xfa\x2c\xbd\xac\x12\xfe\x68\x5f\x6d\x20\xbf\x56\xa4\xb1\x96\xd5\x25\xda\x3e\xfb\x9c\x8a\x1e\x51\x4c\x3d\xc7\x3d\x72\xe9\xe4\x64\x96\x00\x60\x51\xd7\x90\x89\x76\x78\x90\xc4\x94\x44\x3a\x8a\x3c\x11\x26\x23\x86\x6f\x88\x08\x1a\x40\x50\xb2\xe4\x8c\xbd\x29\x15\xd0\x10\x23\x34\xf1\x59\xe6\xaf\xbf\x97\xb5\x57\xfa\x28\x9d\x3d\x46\xff\x85\x27\xc6\xfc\x03\x50\x4d\x9d\x4d\x10\x49\x6a\x04\xf0\x03\xcc\x9e\x19\xb5\x86\x02\xb3\xb1\x0d\x63\x42\x0c\x11\xbc\x36\xec\x7b\xf9\x02\x9f\x80\x6c\x8c\xb4\xea\x9f\xed\x55\xe1\x30\x4c\x63\xe7\x35\xe9\x8a\xe6\x16\x75\xf8\x2a\x3b\x10\xf2\x6d\x66\x93\x49\xe4\x43\xa6\x25\x69\xab\xc8\xce\x45\x15\x7c\xd5\x56\xfc\x66\x21\x76\x5a\x85\x15\xe8\x34\xe6\x7a\xbd\x1e\x47\xfa\xc0\x99\x42\x79\x4a\x54\xd9\x59\x63\xde\x74\x6f\x47\xd3\xdd\x91\xe6\x8f\xe6\xcf\x95\xa3\x4b\x5f\xfb\x90\x27\x6c\x6c\xe9\x45\xef\xb3\x1a\x4a\x3e\xfd\xd0\xa2\xc4\xca\xe4\xe5\x90\x49\x93\x2a\x46\xa7\x66\x50\x1e\x88\xd9\x8a\x1d\xe0\x1c\x6d\xff\x99\x50\x45\x93\x7c\xd2\x86\x46\xf4\xa8\x54\x90\x0a\xdf\xc9\x18\x2d\x88\xba\x5d\x1b\x59\xee\x70\xcc\xa2\x6c\xa3\xa7\x97\x5d\xdc\xe0\x2b\xbc\x40\x8a\x84\xf0\x4d\xdd\x17\xb9\x43\xc6\xb4\x60\x7c\x89\x8c\x23\x08\xcb\x7e\x10\xe9\x29\x31\x49\xac\x69\x08\xd4\x1e\x59\x32\x95\x20\xb9\x60\x55\x18\xd2\xef\x64\xe2\x24\xf5\xe6\x1b\x4d\x25\x6c\x1b\x52\xca\x43\xbf\x56\x9a\x03\x8d\x11\xb4\x9a\x95\x33\xd0\xdf\xf8\x13\x1c\x26\xf4\xe6\xf2\x9c\xf1\x18\x1b\xd7\x8f\x63\xcb\x4c\xde\x8d\x99\x6f\x44\xba\x38\xc7\x9f\x28\x3f\x09\xb6\xe5\xdc\xca\x00\xc7\x15\x0b\x08\x24\x99\xed\xad\xf9\x77\x91\x5f\x47\xa7\x2e\x0c\x7e\xd2\x00\x75\x3a\x42\xb8\x50\xe9\xcc\xdf\x52\xdd\x13\x38\x2f\x32\xfe\x28\x9a\xd2\xe0\x2e\x89\x5f\x11\x12\x01\xa5\x69\x2b\xf2\xa9\x68\x4a\xa6\x56\x88\x4d\x4c\x29\xb6\xd3\x53\x36\xa2\xb7\x70\x98\x25\xfe\x64\xd4\x5a\xd9\xd2\x57\x7a\xd6\xe6\x43\x74\xe5\x8e\xc8\xc7\xdb\x9a\x83\xc5\x25\xf1\xd5\x86\x3d\xa1\xf8\x2f\xd7\x9f\x65\xf1\x21\xe3\x83\x72\x20\xfe\xf4\x06\xc7\xa8\x30\x5e\x13\xc4\xab\x39\x88\x20\x08\x82\x24\x07\x0a\xd6\xca\xde\x9b\xc9\xfd\x0e\x21\xf5\x3b\x4e\x55\xac\xb0\x70\x6c\x60\xbf\x19\xb1\x15\xdc\x4f\x62\x0d\x09\x5c\x35\xad\x22\x3c\x16\x47\x5d\xc5\x70\xa7\xcc\x75\xb7\xa3\x4e\xb7\xfe\x20\x13\x86\xf4\xbe\xc4\x89\x92\xc6\xc8\x96\x7b\xe8\x75\xe0\x89\xe4\x30\xd8\xcc\xe0\x8d\xeb\x5d\x92\x81\x06\xc9\xc0\x4b\xc6\x12\xee\x7d\xa7\x93\xd2\x30\x59\x36\xd6\x32\x60\x96\xb7\xf2\x3f\x48\xf3\xb6\x64\x6f\xd7\x28\xa0\x94\x09\x73\xb4\xfd\x2a\x6b\x0a\x11\x71\x8b\x1d\x4b\x8a\xe2\xb7\x76\x9e\x19\xe4\x61\x68\x79\xdd\xb9\xca\xdc\x21\x3c\xff\xc6\xbc\xe5\x3c\xe0\x68\x1a\x9b\x21\x5b\xf3\xff\x90\x22\x14\xf2\xc8\xcb\x37\x56\x15\x69\x61\xdc\xf4\x64\x10\xa1\x2a\x28\xcc\xd1\xe2\x49\x79\xb4\x7d\x6a\x78\x12\xfd\xf3\x5f\x74\x43\x3c\x61\x78\x66\x2b\x76\xc8\x8d\x0b\x34\x33\x49\xcf\x02\xe7\x5b\x59\x53\xcd\xd9\xed\x97\xac\xe0\xdc\x20\x0f\x03\x29\xc7\xe2\xbf\xf0\xba\xc9\x5d\x72\x7f\x55\x57\x14\x9a\x32\x43\x7a\x99\x36\x7f\x5e\x1d\x96\x1b\xf5\x34\x7c\x49\xd2\x11\xf8\x2f\x51\x7e\x24\x57\xc2\x24\x84\x1f\x98\xed\x83\x7d\xc9\xdd\x2a\x2e\xc2\x5a\x66\x10\xf3\x00\xe3\x73\x24\xa4\x62\xf3\x75\xc1\x77\xcc\x20\x8d\xc4\x65\x15\x66\x1b\x3e\x51\x2d\x5e\xfc\x71\x99\x8b\x18\x11\x9f\xd0\x68\x73\x47\xe1\xc6\xbc\xf1\x68\xe2\x75\x2e\x7e\xb4\x37\x68\x71\x90\x24\xbc\x33\x4d\xe0\x95\x5e\x7e\x13\xc5\x0f\xa9\x5d\x6a\x4f\x73\x1d\x17\x18\x76\x84\x67\x43\xe3\x5a\x72\x62\xf2\x1c\xec\x2b\x0f\xb7\x64\x1c\x41\x6b\xca\x4e\x57\x7e\x14\xa7\xf2\x72\xc2\x82\x5d\x1d\xdd\xae\x3d\xe0\x7e\xdf\x0a\x7f\x9c\xcd\x56\xe0\x73\x45\x4d\xc7\x4d\x8a\x04\x39\x46\xeb\x92\xf5\xe5\xa6\x2c\xf3\x4a\x52\x5c\x83\xce\x40\x48\xc7\xeb\x2c\x66\x5b\x64\xee\x1b\xd1\x14\xdf\xb4\x3d\xd9\x9a\xc7\xbe\xaa\xf0\x07\x62\x5f\xbd\xd2\x59\x77\x60\xb3\xb4\x73\x12\x34\x11\x8a\x27\x1a\x2f\x23\x13\x88\x7d\x80\x75\xc1\x37\x7f\x2e\x81\x2a\x5e\x72\xd5\xc6\xfc\xc3\x65\x26\x72\x26\xf9\xc7\x52\x25\xdd\xe4\x5e\x31\xc5\x5f\x5a\x13\xae\xeb\x8e\x17\x9b\x62\xe4\xf2\xd8\xec\xa3\x6d\xfb\x02\x86\x6e\xd1\x13\xdd\x45\x49\xb8\xe0\x91\x6c\xa0\xf4\x38\x0f\x4d\x44\x0a\x0d\x6e\x27\x6e\x0a\xbe\x9d\xa8\x7d\x46\xa5\x94\xb5\x69\xba\xa2\x21\xc6\x06\x85\x1d\x6d\x0a\xf1\xa4\xcd\x96\xbf\x50\x99\x6b\x2c\x5c\x5b\x34\xbe\xc5\xa5\xaa\x32\xd7\xc2\x1f\x6e\xa3\x17\x72\x2e\xc8\xb1\xab\xe5\x83\x2b\xd9\x9b\x06\xf7\x4a\xe7\x43\xe1\x0c\x1d\x83\x69\x8a\xac\x4b\x4e\xbe\xee\x8b\x0b\x69\x8c\x92\xc3\xb2\x1a\x87\xba\x6b\xcb\x60\x69\x66\xbb\x20\x10\x26\x7b\x5b\x17\x41\xd1\x2a\x29\xfe\xc3\xab\xb2\xeb\xa8\xf2\x35\x83\x00\x22\x12\x6c\xed\x51\x12\xdd\x98\xb7\x51\x9e\xc6\xfd\xff\x7c\x7d\x5b\x73\x22\x39\x97\xe0\x7f\x71\xd4\x63\x3f\x4c\x55\xcf\x7c\x33\xb3\x6f\x18\xe3\x32\x5b\xc6\xd0\x80\xab\xba\x37\x62\x23\x43\x90\x02\xb2\x9d\xa4\xb2\x25\xa5\x2f\x15\xb1\xff\x7d\x43\xe7\xa6\xa3\x84\x9a\x17\xd0\x3d\x75\xd7\xb9\x9f\xae\x88\xf7\xde\xd6\xcd\x3e\x56\x09\xcf\x33\x64\x0c\xee\x62\x31\xb8\xf3\x45\xa2\x87\x17\xc5\x33\xc3\x90\xcc\xaa\x87\xbd\x69\x71\x9b\x1d\x91\xf3\x02\xeb\x12\x9c\x8f\x55\x8d\x94\x36\xdc\x91\x45\x53\xb8\x37\xcb\xa4\xe1\x5c\xc4\x71\x9d\x69\x99\x5f\xd9\x90\x76\x7e\xb7\x8a\xfd\x84\xd0\x4a\x91\x74\xdb\xa4\xfd\x37\x7b\xef\x3d\xca\xb6\xfb\xe6\x5d\x19\xe4\xc6\x93\x4d\xb9\x9b\x61\x07\xb6\x2c\x28\xfa\x1d\x0a\xa9\xc2\xb0\xeb\x01\x19\x24\x87\xe3\x39\x01\x1d\x26\xfc\xd3\x8a\xb7\x80\x74\x82\xfe\x69\xd9\xb5\x7f\x40\x47\x6f\x2c\x48\x08\x02\x1c\x35\x20\x27\xde\xc6\xc1\x33\x55\xff\x0c\xdd\xc3\x17\xe5\x3e\x73\xe7\xb1\x23\xf0\x9d\xa9\xf1\x35\xb8\x4c\x8c\x1f\x2c\xaa\x8f\x94\xf1\xa1\x69\x6b\xdd\x9d\xc0\x9b\xe6\x17\x71\x64\x8b\x09\x6f\x21\xa7\x16\x95\xb6\x4e\xb8\x9b\x67\x9b\x1e\x47\x11\x33\xc1\xfc\x49\x90\xfc\x37\xd3\xbe\x5c\x90\xa3\xe6\x61\xe1\x5e\x73\xfe\x56\x34\x15\x48\x45\x32\x4c\xe2\xa3\x35\x21\x2e\x3b\x2b\x1a\x5c\x94\x23\xe2\x63\xe9\xbb\xf6\x35\x3d\xe3\x6b\x9b\x5a\x6d\x50\x54\x12\xdf\x2d\x95\x80\xb2\x93\x07\x9d\xbc\xa6\xba\x0c\xcf\x0f\x3b\x0a\x01\xd4\x89\xed\x67\xc3\xb4\x2d\x0b\x45\xb0\x85\x27\xe0\x2b\x6f\xb6\x19\xd5\x4c\x9d\x00\xa9\x4e\xee\x00\x16\x39\x1e\xbd\x3d\x02\x76\x44\x3b\x07\x92\x8b\x8d\x07\x29\x53\xd3\xb6\x6a\x59\x07\xce\xa7\xef\x9b\x7a\x84\x8f\x93\xb1\x03\x55\x04\x9a\xb9\xd8\x97\xf6\xbd\xf7\x2c\xd7\x63\xa8\x33\x16\x6e\x5c\xfb\xde\x67\x1f\x2f\x2d\xf5\xc5\xd3\xff\xce\xb9\x96\x25\x43\x9e\x03\xc9\x2f\xa0\x25\x81\x26\x14\xb2\x33\x4d\xd8\xd8\xa8\xe2\xaf\x79\x43\x12\x31\x09\xc6\xca\x62\x76\x94\x0e\xdb\x31\x64\x73\x51\x58\x6e\xa1\x14\x72\x5c\xb7\xf4\xf3\xfc\x32\xb6\x5c\x01\x5e\xc5\x47\xf5\x42\x32\x2d\x96\x5a\x92\x96\x61\xdb\x7f\x1f\xf7\x26\xad\x21\x00\x24\x29\xb0\x69\x8e\x9d\x21\x65\xeb\xce\xa0\x37\x42\xf8\xc7\xc7\xe1\xb5\x98\x4c\xda\xde\xa3\x44\x82\x94\x46\x87\x63\xa1\x0f\x44\x7b\x96\x53\x21\xae\x33\xde\x8c\x38\x53\x6a\x2d\x5a\x69\xc8\x12\x8e\xe8\x88\x15\xad\xac\xf9\xc8\x46\x61\x43\x76\x0b\xc5\x5a\x82\x91\xac\x96\xbe\x89\x91\x2d\x68\x0e\xb0\x0d\xba\x86\xd0\x77\x3e\xb3\x56\x01\x7d\xbc\x77\x42\xc8\x12\x56\xda\xb2\xcf\x0c\x15\x71\x37\x51\x13\xdc\x89\x66\x0d\xa4\xab\x42\x1c\xcd\x49\xc4\xab\x43\x30\x8e\xd1\x15\x13\x30\x9e\x70\xa2\xe1\xe7\xcf\x8f\x7c\x8f\x1c\x5c\x8b\x68\xe3\xee\x83\xa8\x61\x26\x44\x84\x08\x4c\xf7\x81\x92\x27\x68\x85\x0d\xc2\x58\x4a\x05\xef\xb9\xbe\x21\x7e\x0b\xfa\x90\xa0\x48\xee\x3f\xc6\x71\x10\x27\x13\x1e\xdd\x9b\x78\xbb\x51\x9c\x1a\xe0\xe8\xd0\x19\xd2\xeb\x41\x0c\x6d\x32\x4d\xbb\x4c\x17\xb1\x12\x33\x58\x76\xb7\xed\xe0\x19\x7b\x40\x37\xf0\x99\x64\xe9\x20\xc4\x52\x84\x60\x2d\x4f\xf0\x41\x30\x37\x9b\x8b\xa6\x87\x9b\x0b\x02\xff\x07\x29\x9c\x4c\xbc\x29\x76\x49\xa6\x65\x05\xed\x35\x0c\x20\x01\xb2\x45\x43\xda\x25\x14\x63\x3d\x0d\x8a\xee\xc5\x23\x59\x2f\x9b\x8e\x2c\x1f\xed\x6c\x8b\xa4\xa7\x1a\x4c\x26\x61\x18\x1f\x80\xb4\x95\x6e\xdd\xfb\x48\x5d\x92\x87\x8b\xd0\xac\x13\x3b\x74\xe0\xc1\xe5\xe0\xc8\x3f\x75\xdb\x84\x6c\x85\x2e\x95\xda\x13\x7f\x81\x43\xbd\xd9\xb3\xe1\x15\x08\xaf\xc5\x5e\x9f\x0b\xe5\x11\x49\xd0\xb9\x3b\x92\x58\x36\xab\xac\x9e\x4c\x90\x2f\x1f\x89\xa9\x0f\x9a\x6d\xbd\xf4\x2e\xc1\x19\x79\xba\x99\x45\x20\x6e\x6e\xa5\x7d\x9e\x9b\xe9\x45\x0a\x2a\x4d\xcb\x6e\x4e\x08\x22\x7e\x34\xf3\x27\xa1\x4d\xa1\x8b\xaa\x34\xa2\x2f\x71\x7f\xeb\xcd\xde\x91\x0a\x4f\xd4\xbc\x43\x3e\xf5\xec\x45\xa0\xab\x4b\xb6\x23\xa6\x88\x88\x06\x69\x54\x72\x47\xe5\xc3\xb0\x35\xaf\xa4\x8b\x3f\x0a\x49\xc1\xa8\xcc\x1d\xbe\x1e\xe4\x35\xfd\x9c\xb6\x6b\x9e\x05\x45\x61\x5c\x0f\xe0\x8f\x9a\x0d\xed\xe0\x7e\x08\xc5\x34\x66\xb3\xd1\x16\x6d\x2e\x2a\x3b\xcf\x98\x30\x01\xba\x0c\x8f\x82\xdb\xaa\x9d\x4d\x4b\x69\x25\x43\xea\xc1\x35\x88\x08\x3d\x09\x71\x49\x0b\x86\x03\x67\xf3\x0e\x66\x2f\x34\x95\x31\xed\x3d\x96\xcf\x89\xc4\xe4\x38\xa0\xfd\x4a\x38\x39\x38\xd7\x10\x64\x01\xe0\x4d\x97\x70\xd3\xc8\x7e\xa0\x0a\x1d\x82\xa6\x23\x9d\x4d\xc8\x12\xdd\x95\x83\xae\x4f\x3b\x45\x5a\x41\x13\x89\x7c\x4e\x03\xa6\x0b\x71\x81\x27\x16\x2d\x0c\x73\x29\x68\xb0\xa0\x84\x4b\x73\xd5\x7e\x74\x0b\xc7\x04\x83\x0b\x3f\x9f\xbe\x2b\xf4\x6b\xaa\x48\x56\x68\xb3\x35\xf1\xd4\x2b\xfe\x1a\x3b\xf3\xbe\x5e\x55\xe2\xa4\xe7\x0a\xfb\x8b\x78\x5a\x79\x73\xbd\x34\xfd\x38\x8d\x34\x6e\x84\xcf\xba\x13\xeb\xd5\xd1\x2a\x01\x8c\xec\xac\xe1\xd0\x74\xb6\x9e\x66\x51\xae\x91\xfd\x5b\x34\x9d\x04\x23\xd8\xb0\x0b\xe7\x14\x21\x87\x3f\xc5\xe7\x26\xea\xc0\xb4\xe2\x79\xd3\xfa\x98\xbb\xa3\xc7\x11\x32\x37\xcd\xc9\x83\x40\x8c\x47\x2c\xc7\xaf\x64\xe5\xc8\x6d\x70\xdb\xba\xb7\xad\x6f\xd0\x39\x69\x13\x24\xf8\xcf\xe0\x48\x16\x07\xc1\xfc\x9d\xd9\xb5\x1f\xf3\x2e\x8b\x5a\x83\x02\xb7\x5a\xc2\x1c\xc1\x4e\xcc\xd0\x6c\xea\x28\x95\xcd\xf0\xbf\xc7\x6f\x0d\x9a\x0b\x69\xba\xa5\x10\x61\x14\x58\xc7\x49\xb4\x7a\xa1\xfc\xa4\xc0\xc6\xf0\xf6\x03\x10\x08\x0d\xf1\xbf\x12\x05\x36\x51\x45\x58\x18\xb8\x44\xcf\xf3\x57\x55\xd1\x74\x05\x0b\xec\x33\xef\x2e\xc0\x51\x92\xa4\x25\x68\xf0\xe1\x63\xe7\xd1\xd4\x31\x11\xa6\x12\x66\x64\xe3\xc9\x0e\x61\x0a\x86\x74\x89\x97\x07\x2d\x86\x85\x8d\xa6\x46\x02\xd0\x0b\x4e\xc3\x42\xc6\x71\x4b\xe3\xb0\x0c\x81\x8b\xa8\xe0\x24\x6a\xa8\x72\x72\xb5\xd7\x42\xc3\xa9\x8e\x60\x2b\x0d\x4c\xbf\x29\x08\x4e\x41\xf1\xfc\x2d\x55\xfb\xd6\xb9\x04\xb9\x54\xe9\x6a\xa8\xc0\xd8\xda\x99\xf1\x3f\x7e\x64\x2a\x50\x67\x4e\x1d\xac\xfe\x01\xd7\x32\x00\xe9\x98\xf6\xe3\xa7\x2d\xe0\x2a\x13\x3e\xba\x7d\xbe\x93\x69\x62\xf2\x75\xa2\x17\xb3\xe8\xa1\xce\xd0\x04\x98\x8b\x74\xc1\x05\xbc\x37\x1f\x5b\x97\xbf\x5e\x7c\x75\x88\x78\x32\xa7\xba\xea\x4a\x60\x09\x8d\x4c\x2e\xfd\x1c\xc9\xf1\x0c\xd5\xff\xa2\x09\x6d\xa5\x08\x7a\x5e\x0c\x3c\x63\x90\x41\x62\x6a\xbd\xcf\x39\x78\xb2\x6d\xaf\x15\x1b\x04\x79\x15\xb5\xb6\x9d\xa9\xd7\x62\xc5\x60\xe8\xfa\xec\x0b\x7f\xd6\x45\x44\x8e\x49\xcc\xf6\xb9\x33\xaf\xa6\x69\x89\x34\xf8\xb0\xdd\xae\x56\x97\x1b\x10\xb6\x54\xbe\x3b\x4f\x31\xf6\xb3\x32\xa9\x75\xee\x25\x3d\x39\xa0\xc3\xfb\x0a\x60\xec\xc1\xc6\xfd\x09\xfc\xa2\xa7\xf2\x0b\x1b\x4f\x0e\x21\xe9\x46\xd4\xfa\x01\x3f\xc9\x1d\x45\x04\x67\xd6\xd5\x3d\x99\x0b\x7e\x5e\x3f\x22\xd3\x7e\x65\xbc\x81\x53\x0d\x8d\xa2\xc9\x50\x28\x4d\x4e\x80\xf3\xe0\x55\xed\x72\x0a\x55\x46\xb0\xbe\x29\x4a\x7a\x1b\x18\xb0\x31\x7d\xb3\x66\x1b\x30\x9c\xcd\xd0\x3c\xef\x22\xb0\x7a\xd5\x88\xd7\x94\xae\x89\x8d\x69\x71\x2f\x12\xca\x11\x6c\x7c\x2c\x16\x84\x0e\x7d\x59\x13\xf9\x13\x57\xe6\x7b\x2f\x01\x28\xc1\x7b\xea\x48\xad\xf2\x9a\x87\x51\xfc\x78\xf1\x55\xa8\xae\x36\x91\xdc\x4d\x2a\x2d\x5c\x4f\x53\x5d\x0d\xd9\xb9\x2c\x9c\xc5\x2c\xd7\xbc\xbf\x4c\x42\x07\x9d\xd9\x0d\xe4\xe1\x48\x06\x21\x64\x94\x9c\xc5\xf2\xf7\x84\x78\xe0\x4d\x48\x3c\x74\xba\x19\xc8\x62\x42\xc1\x68\x46\xe2\xeb\x23\x5b\x95\xdf\x13\xb0\x73\x3f\x00\xcf\x37\x9e\x9a\x30\xf1\x47\x62\x56\x93\x1b\x07\xa8\xa0\x74\x22\xf4\xcb\x47\x06\x28\x00\x83\x22\x6a\xf2\x0a\x2a\x68\xcf\xc0\x2d\xf6\xca\x0a\x9b\x9f\xec\x02\xa5\x68\x79\x7b\x65\x2f\x1e\x6d\x39\x3c\x6c\x74\x74\x1f\x49\xef\xd0\x54\x59\x82\xaf\x34\xf4\x86\x8a\xe3\x22\x5f\x0d\x1a\xc5\x6b\xb1\x94\x76\x3c\xc5\x52\xe5\x7c\x8d\x52\x1d\xa8\x60\x8e\x14\xb6\x52\x72\x63\x08\xd6\xaf\xc0\x32\x0f\x31\x8e\x83\x95\x26\x86\xac\xc0\x8e\x55\xf5\xf8\x89\xb1\x80\x4b\x57\x3a\x43\x7e\x60\x99\xcf\x8b\x9d\x00\xc4\xc2\x2c\x2e\x4a\xd2\x80\x6c\x6d\xac\x37\xf1\x24\x17\x01\x92\x86\x6c\x08\xda\xa4\x94\x7d\xb7\xfb\x21\x5a\x06\x8e\x5b\xc7\x2a\x62\x38\xef\x93\x72\x1e\x31\x71\x24\x1b\xbe\x67\x3d\xef\x35\x48\xa4\xbf\x36\xf6\x0d\x43\xbc\x4e\x57\x17\x4f\x16\x38\xd8\xa8\x5e\xe6\x62\x12\xe0\xa5\xd2\x53\x74\x8f\x06\x57\x6e\x87\x18\x9d\x30\x67\xb7\xcd\x59\x9c\x7c\x47\x0e\x63\x0f\x3e\x11\x01\xf7\x68\xe3\xad\x09\x96\xed\x6f\x9b\x76\xbf\x39\x35\x07\xa5\x8e\x87\xc4\x6f\xca\xe7\xe9\x61\x73\xbc\xb6\xc8\x05\x33\xb5\x14\x1e\x82\x7d\x74\x7b\xd3\x72\x49\x13\x6d\xfa\x62\xdf\x10\x6b\xc6\x75\x6c\xca\xc7\x31\x1a\x0f\xb0\x16\x09\xda\x7d\xf5\xa6\x3f\x91\x67\x06\x41\xcb\xb1\xe7\xc0\xa3\x1e\xf0\xc1\x3c\x70\xd6\x26\xda\x3e\xa8\x0e\x92\x1b\x4c\x1c\x3a\x2a\xff\xb1\x05\x5f\x1f\xec\x5d\x76\x28\xbb\xbf\x2c\x5e\xb4\x81\xbc\xbd\xb3\x89\xaa\x0e\x4f\x8a\xd8\xa8\xb6\x65\x1c\x01\xdf\x85\x79\x47\x7c\x75\x6d\xb3\x49\xe0\xdc\x79\xf5\x21\x5d\x52\xe7\x6e\x86\xdd\xb9\xd1\x3d\x9a\x89\x7a\x92\xf4\xf1\x5a\x7b\xc0\xd3\x64\xb9\xfa\x6b\x4d\x2f\x4c\xbf\x39\x81\xf2\x05\xa9\xc3\x10\x23\x26\x84\x0a\x7c\x01\x56\xb6\x8b\xe9\x8d\xaa\x2a\x14\xa4\x13\x9f\x74\xc7\xd6\xed\x4c\x0b\xd6\x47\x48\xfb\x68\xd2\x35\x67\x83\xe6\xb4\x0c\x59\xf9\x03\xa7\x3d\xac\x6e\x18\xd0\xd4\x9b\xd1\x16\x38\xb4\xef\xc6\xd2\x5a\x1b\xad\x78\xcb\xca\x70\x1d\x20\xf0\x95\x6a\x03\x8d\x03\x4d\xea\xba\x4c\x0e\xdc\x42\xa5\x3c\x8b\x04\x88\x74\x5b\xe9\xcf\xac\x83\x4a\x2d\x6a\xf9\x4d\x0d\xf0\x9e\xa3\x37\x4d\x9b\xa3\x60\x26\xde\xb4\xbc\x71\x49\x22\x22\xab\x4c\x45\xb4\x50\xa1\xb4\xaa\xe2\xc9\xbb\x18\x5b\xc2\x00\x97\x85\x5b\x93\x34\x80\x4a\xec\xdc\x69\xa3\x74\xdc\xc7\xc2\x5e\x5c\x95\x15\x26\xf5\x18\x50\x8c\x6b\xa9\xaa\x1c\x4d\x3c\x59\x2f\x0e\x2e\x49\x68\x05\x1d\x44\x78\x67\xea\xbd\x09\xd9\xfd\x25\x2c\xb2\xe8\x7f\xb0\xe6\x70\x25\x48\x9f\x78\x84\x47\x28\xec\x68\xe3\x0f\xb0\xf6\xb2\x3c\xa0\xd2\x63\xfc\x60\x61\x61\x20\x46\xa1\x4f\x8c\x06\x19\xd1\xf7\xa4\x9f\x9a\xee\x11\x78\x05\x02\xe9\x53\x1f\x6d\x7c\xd8\x2e\x1e\xc9\xce\xdd\xb4\xf0\x86\x40\xd6\x67\x83\x22\x8f\xe1\xce\x03\x63\x18\x92\x77\x72\xbe\xf9\xb9\x02\x7e\xd6\xab\xf5\x11\x43\x4d\xb8\x23\xe5\xca\x6c\x42\x2f\xe5\xa2\x45\xb3\x9d\xf1\x5c\x51\x27\x34\x61\xf3\xfd\x2b\xdc\x29\xcd\x3e\xe4\x7a\xbf\x4a\x2c\x8c\xf3\xdd\x22\xe1\x0d\x55\x27\xd4\x20\x76\x3b\x4e\xdf\x7c\xff\x5a\x66\xe9\x4d\x2d\x72\x59\xbc\x2c\x6c\x1b\x54\x12\xb2\x9c\x76\x6e\xa4\xd2\x05\xae\xb4\x6a\xfd\xac\x8b\xe4\x91\x5c\x56\x63\xea\xba\x00\x8a\x26\xe0\xb2\x69\x0f\x6e\x70\xc8\xe3\x3c\xaf\x1c\x26\x5c\x6d\x70\x03\x60\xed\xbe\x38\x81\xb4\xc9\xa7\xf1\x7d\xb4\x0b\xf1\xd0\xe5\xc3\x96\xe3\x5c\xa7\x2a\x1a\xab\xca\xd6\xc6\x15\x01\x4d\xa0\x23\xc1\x0f\x89\x6c\x5f\x57\xcc\x23\x38\xe3\x9d\xd7\x59\x5c\xe2\x1e\x45\x8b\xb6\xbe\xc9\xae\x4a\x7d\x73\x3e\xdb\x7a\x96\x9d\x71\x7b\x3b\x0f\xb7\xa6\x7e\xc8\x11\xe0\x89\x50\x64\xb9\x8f\x88\x33\x78\x8b\xfa\xf9\x73\xd2\x26\xd8\x7c\x9c\x77\x80\x5a\x82\x81\x1d\xdf\xa0\x58\x9a\xd4\xed\x0c\x8a\x57\xbe\xe7\x70\xd3\x11\x29\xcc\x34\xfc\xea\xfa\x79\xcd\xa6\x2a\xba\x57\xf7\xc2\xaf\x65\x2b\x3a\xe7\x67\xf3\xce\xba\x64\x78\x15\xa1\x76\x8b\x7b\xb1\x04\x55\x52\xd1\x19\x3a\x16\x85\x36\x67\xef\x7d\x83\xd6\x46\xd0\x32\x11\x36\x4d\xb9\x9b\xa6\xdb\xdb\x47\xba\xc8\x54\xbb\xaa\x81\xd4\x3f\xfc\x92\x67\xc1\x1b\xea\x32\xd3\x08\x6b\x52\x18\x7d\x75\xf4\x96\x44\x87\xc2\x03\xaa\x0c\x91\xf8\x10\x11\xc3\x19\xdb\xac\xd3\x0b\xd2\x84\x27\x83\xd4\xcd\x03\x48\xec\x3b\xd2\x7b\x66\x2f\xae\xa4\x08\x9c\x8a\xae\xc0\x74\xf0\xb9\x77\x1d\x1e\x39\xdc\x95\x77\x36\x32\xc5\x02\x6d\x93\x66\x64\xcf\x03\x1b\xf1\x68\xd5\x05\xe0\xc7\x36\x3f\x51\xfc\xfd\xce\x9d\x67\x2d\xe0\x95\x8b\x47\xbe\x35\x32\x36\x94\xab\xa3\x85\x0d\xd5\x9c\x39\x4c\x5b\x6b\xd0\x56\xff\x61\xb3\x3f\xd5\x60\x1b\xe6\xd4\x84\x4f\x81\xc8\x67\x6f\xe9\x14\x4f\xb1\xa1\x6c\xa4\x39\xc7\xa1\xb7\x7c\xd4\x31\x96\xcf\x39\x1c\x46\x24\xae\xd2\xed\xd4\xfc\xb4\xca\x5c\xeb\x4b\xd3\x2f\xbb\x05\x09\xfb\xe0\x77\x7b\xef\xfa\xf0\x7b\x19\xfd\xf7\xb2\x57\x5f\xc8\x53\x31\xb0\x42\x08\xec\x27\xeb\xcd\x0b\x16\xc1\x84\xd8\x9a\x85\x03\x20\xa6\x8c\xcd\xd2\x25\x51\x4e\x37\x0a\x0a\xeb\x67\x0d\x54\x8b\x73\x01\x06\xc4\xc4\x90\xa9\x5e\x4d\xa4\x12\x10\xd5\xab\xaa\x3a\x73\xb6\x55\x25\x32\xb8\xf7\x00\x5a\x45\xb2\x60\x99\xb0\xc0\xad\xdb\x00\x7a\x4c\xd4\x93\x47\x7b\xb4\x85\x5e\x01\x1c\x68\x9b\x29\xf4\x58\x5a\xdc\x8a\x80\x4c\xcd\xfe\x64\x7c\x24\x41\x25\xd7\x61\x89\x2d\x8c\x42\x8e\x0b\x93\xb9\x5d\x87\x5f\x00\x9f\x13\x4b\xd4\x46\x37\xdd\x33\xd9\x79\x82\x02\x98\x25\xee\x56\xce\x26\x0a\x05\x67\x17\xfe\xa2\x97\xce\x01\xf0\xd2\x12\x4f\xb0\x88\x86\x93\x7b\xdb\x36\xa4\xff\x70\x72\x6f\x8b\xa6\x73\x9e\x13\xd2\x51\x24\xb1\xb1\x77\xa4\x5b\x7c\xe0\x1f\x18\xce\xc3\x8b\x42\x8c\x28\xd2\x90\xd0\xa3\x07\x93\x24\x44\x96\x25\x93\x6d\x90\xcd\x48\x7c\x0c\xce\x66\xb5\x74\xd8\xa1\x0f\x9c\xca\xa2\xcd\xb4\x5d\xe0\x35\xe4\x19\x24\x44\x01\xc2\x78\x12\x50\x0c\x8f\x56\x02\xe7\x35\xaf\x07\x99\x2b\x5d\xa1\x18\x2d\xd8\x60\x0c\xfa\x30\x60\x79\x9e\xd7\xbe\x75\x71\x63\xe3\xa4\xab\xef\xbc\x79\x93\x42\x17\xab\x81\xc9\x62\xdc\x17\x3a\xb8\x35\x3b\xcd\x37\x0b\xc8\xc0\x90\x19\xf1\x40\x47\x63\xb6\x7a\x73\x6e\x22\x7e\x9a\xb1\xc5\x34\x6e\xa1\x07\xef\x06\x51\x56\x1d\x88\x32\xed\xd9\xeb\x32\xa8\x51\x03\x51\x1a\xf7\xa9\x9e\x4e\x9c\xe3\xc1\x86\x09\xc2\xe4\xe5\x52\x94\x89\x73\x70\x0c\x06\xd6\xef\x6d\x7d\x47\x98\x10\xa1\x94\x19\xcc\x1c\xda\xdc\x4f\x58\x13\x52\xf9\xcd\xe7\x13\xbc\xa9\xd4\x43\xdf\x36\x7b\x7e\x0d\x87\x90\x1e\xac\xd8\x98\x76\x6d\x43\xef\x3a\x12\x74\x76\xde\x66\x1d\x0a\xdb\x1d\x51\xbd\x85\xe5\xdf\x81\x9b\x33\xef\xee\x01\x53\xbd\xb7\xc8\xaf\xb3\xef\xbd\x07\x0c\x28\x9b\x59\x9e\x95\x18\x70\xb0\xaa\x2f\xd0\x46\x01\xae\x4f\x2e\x52\xd2\x15\x2d\x18\x0b\x73\x39\xa2\x45\xad\x19\x94\xb8\x24\x33\x3b\x95\x1f\xf5\x1e\x64\x94\x8e\x28\xeb\x97\xf2\x88\xdf\x9a\xcf\xfd\x15\x84\x5d\x33\xe8\xd6\x57\xd2\x72\x5f\x8a\x92\x1a\x31\xd2\x19\xd7\xb1\x32\x5d\x82\x35\xca\x55\x92\x42\xbd\x74\xf2\x78\xd9\x74\xde\xe5\xfa\xd1\x79\x91\x55\xcc\x3c\x47\x3e\x7a\x29\x2b\xcf\x05\xde\x6d\x93\x16\x85\x4d\x75\xda\x0f\xe3\xc7\x9f\x9b\xf1\x6e\xa0\x05\x91\x78\xef\xed\xeb\xb2\x67\x87\x2c\x14\x72\x1d\x2d\x79\x7e\x9d\x7a\x3a\x70\xb8\x53\x03\x77\xa5\x09\xa0\x98\x84\xcb\x8e\x95\x14\xe1\x10\x13\x84\xe3\xdb\xba\x60\x17\xb6\x1b\x96\x9d\xdc\xdc\xbd\x77\xaf\x0d\xca\x14\x20\xa5\x49\x2c\xaa\x23\xee\xc4\x9b\x17\x6e\xbf\xe7\xf5\xa3\xf8\xad\x23\xa5\x81\xdd\x07\x48\x76\xc8\xc1\xb6\x40\x69\x46\x93\xcb\x31\x68\x09\x11\x2c\x02\x57\x16\xe1\xf4\xa8\x9e\xcd\x31\x70\xe4\x7a\x46\x52\xfc\x62\xf2\x67\xb5\x9d\x2f\x66\x4c\x39\xa0\x0d\x94\x0e\x30\x3b\x29\x85\xab\x81\xd2\x9b\x00\x0c\x5c\xde\x66\xc3\xd9\x74\xe9\xde\xce\xa4\x83\xa1\x43\x7d\x94\x45\xd3\xb6\x60\x48\x06\xab\xaf\x6d\x6b\x08\xda\x45\x55\x5e\xe8\x50\x9f\x6e\x34\xb9\x7a\x50\x48\x1e\xa6\x81\xd6\xe4\xde\xbb\x33\x1c\x4e\x19\xf4\xe0\x5b\xb9\x06\x39\x2c\x26\x04\x59\x7a\x18\x05\x52\xd0\x18\x09\x0c\x4a\xf8\xf4\xd1\x95\xcd\x61\xe7\x7e\x34\xf1\x84\x16\xe0\x31\xce\xad\x92\x15\x74\x32\x07\x96\x0f\xe4\x23\x3a\x54\xb6\xef\x3d\x85\xb8\xe0\xa8\xc0\xd9\xf4\xcb\xdd\xdf\x33\x24\x35\x10\x7e\x80\xe2\xe0\xa6\x05\xd9\x96\xd6\xa1\x24\x66\x67\x18\x15\x98\x74\x9d\x8b\x82\x32\xec\x5d\x4b\xe6\x9f\xd8\xb0\x74\xce\x83\x26\x24\x20\xd8\x0b\x9a\x71\x31\xed\xcb\xbd\xf3\x2c\xe3\xec\x76\x7f\x33\x45\x90\x04\xad\x52\x4a\xf5\x39\x3f\x97\xc8\x74\xee\x5d\x00\x1f\x12\x3a\xd6\x90\xac\x5f\x13\xf8\x96\x7c\xb1\x1f\x2b\x03\x50\xdf\xd0\x8d\x0c\xe3\x33\xcb\x81\x8b\x7e\xfb\x8e\xec\x05\x92\x63\x9e\xb4\x6d\xbe\xb4\xc1\x65\xaf\xad\x89\x82\xa2\x62\xca\x11\xa0\x0f\xc2\xba\x3f\x80\xda\x55\x5a\xa9\x9c\xe2\x83\x02\x69\xe1\xd8\x88\x60\x1c\x0e\x8b\x8b\xa6\x93\xdf\xb8\x21\x8b\x71\x1c\x9a\x0e\x2e\x24\x72\x7b\xd8\xe1\x0a\x8f\xad\x43\x64\x01\x0c\x43\xc4\x7a\xbb\xb2\x59\x45\x2f\x97\xa8\x3e\x0b\xc0\x07\x68\x46\xfb\xa2\xeb\xd4\x54\xe9\x30\xfc\xfc\x09\xba\xfb\xd9\x2b\xa0\x54\xb3\xe4\x82\xc0\x76\x35\x4d\x2e\xf1\x94\x52\x63\x4d\x77\xa4\xc4\xb7\x5f\xc5\xa0\x07\x60\x1f\x2d\x67\x8b\x1c\x62\x31\x2e\x14\x11\x95\x13\x00\x6f\x3c\xd5\x36\x7b\x11\x6e\xe9\x80\x17\x99\xab\x42\xdf\x65\xc2\x3a\xb7\xcd\x88\x1c\xa3\x4a\x04\x82\x13\xf9\x08\xae\x2c\x04\xa4\xd1\xa8\x0e\xd8\x40\x7c\xb7\x7b\xc6\x7e\x67\xd4\xd9\x6c\x10\xf5\x4d\x50\x26\x2b\xae\x9f\x4c\xdb\x32\x41\x3b\xd8\xa8\x83\x84\xf7\x9e\x4c\x58\x64\x47\x52\x12\x61\xf1\xca\x04\x81\x20\x42\x67\xa2\x51\x3b\x2b\x6d\xa6\xfc\xe5\x97\x57\xdc\xa7\xeb\x81\x64\xd7\x81\x72\xdd\x3a\xbf\x1d\xc8\xbf\x17\x10\x9c\x33\x4c\x06\x4f\x51\xc8\x71\x78\xba\xf9\xfa\x41\xf1\x41\x61\x54\x7d\x55\x51\xfc\xb0\xad\x73\xee\xfd\x2f\x52\x48\xc2\xe7\xe2\xd8\xb3\x9d\x07\x32\x73\x27\x86\x93\x86\xd6\x62\x45\x6a\x08\x0a\x91\x48\x16\x8c\x07\xbb\x87\x80\x0c\xf4\x3e\x9d\xa5\x54\x7d\x48\x20\x6e\x7a\xb9\x11\x17\xa5\x46\x65\x34\x7f\x99\x73\x9b\x07\xfa\x61\xce\x2d\x12\x62\x0e\xcd\xf1\x7a\x0b\xcc\xc4\x10\x7b\xf0\xe0\xf7\x8d\xa9\xfd\x14\x06\xd5\x5f\x35\x7f\x30\xfd\x59\x68\x25\x6e\x8a\x04\xd3\xf6\x27\x03\xd7\x33\x7b\x39\x0f\xce\x47\x5d\xbc\x88\xa6\xaa\x44\xea\x7b\x49\x3b\xfb\x15\x7e\xbe\xdc\x88\xf5\xb6\x49\x6a\x0f\xc8\x2a\x87\xd6\x1c\x61\x8f\xe3\x83\x04\xa7\x41\xc5\x83\xe9\x9a\x98\x10\x6f\x04\x16\x38\x9a\xd0\x6d\x1e\xc4\xf5\x49\x00\x30\xfe\xe2\x41\x00\x45\x96\xeb\x15\x80\x4d\x51\x1f\x2d\x23\x55\xe8\x3e\xd2\xb4\x62\x9f\xcf\x4a\x84\x1f\x5f\x6b\x5a\xf4\xad\x9a\x8a\xb2\xb1\x57\x80\x8a\xd2\x21\x20\xbd\x6e\x40\xc8\xc8\x51\x05\x3c\x6e\x22\xbc\x8a\x81\x2d\xb2\xd8\xc4\xb1\x51\x13\xf6\x68\x72\x38\x8b\xcf\x86\x3b\xef\xc8\x66\x91\xaa\x93\x37\x28\x35\xcf\x87\x28\xdf\x5d\x9b\xe1\x4c\xe6\xde\xf1\x6d\xca\x9e\x55\x6a\x6c\x31\x27\x84\xbd\x37\xbd\x5d\xa1\x98\xc3\xdf\x6e\x97\x1b\xc9\x65\xc8\x2c\xd6\x1d\x75\xf1\x23\xf7\x5a\x37\x9f\x0f\xd2\xe4\x32\x35\x8e\x8a\x14\x99\x00\x3b\x8d\x18\xcc\x14\xa5\x4f\xff\x62\xed\x02\xa4\x64\x96\x2c\x98\x2d\x6f\x7e\x8a\xb1\xc3\xe8\x9e\xb7\x53\xb9\x71\xa7\x3f\xee\xe0\x72\x4e\x57\x13\xd6\xd9\x0c\xfb\x7d\xe1\xc2\xf5\xd0\x1c\xc5\x5f\xec\xd0\xbd\x88\x56\x54\x73\x26\x24\x93\x53\xf6\xce\xfb\x81\xe4\x2c\xe9\xf2\x71\xde\x0d\x11\x68\xde\x03\x5d\x4d\xce\x9b\x84\x05\xa4\xb9\x52\x7c\x38\x04\xa7\xc9\xb2\x78\x90\x6e\xaf\xd1\xf7\x72\xca\x5b\x1c\xbd\x5a\xab\x71\xf1\x0d\x0f\x9a\xd6\x00\xe3\xd7\x27\x08\xa4\x0a\xe4\xf5\x40\x8d\x07\x43\x6a\x9d\x60\x62\x1b\xb6\xf2\x07\xde\xf7\x2a\x6f\x17\x3b\xd6\xf7\x1a\xba\x93\x14\xb2\xa9\x44\x50\xc2\x93\x20\xd5\x44\x69\x59\xa3\x8a\xf7\x4d\xef\x90\xc5\x96\x2e\xf0\x81\x89\xde\x7c\xce\x98\x8d\xb7\xc1\x69\xca\x1a\x74\x10\x65\x8f\xb0\x20\x81\x20\xfe\x7d\x55\x81\x6b\x69\xc4\x90\x40\x8d\x68\xb1\x16\x5d\xab\xeb\x8a\xf2\xe8\xa9\x54\xd0\x73\xeb\xba\xa3\x3c\x4c\xc4\x95\x62\xc8\xb1\x90\x4e\xac\x95\xcc\xd4\xd6\xb1\xcb\xa1\xa3\x45\x61\xc4\x29\x0a\xc7\x80\x11\x61\xeb\x01\x7e\x03\xc6\x83\x92\x8b\x4a\x45\x81\x7f\x20\x52\x4c\x40\x59\x23\xd6\xb5\x68\x34\x97\xf1\x26\xcc\x67\x9f\xd3\x65\xba\xd8\x00\x26\x8d\x42\x27\x59\xae\x1c\xf2\xff\x8d\x10\x22\x10\x78\x92\xd6\xd9\xde\xbb\x24\xa0\x9b\xe7\xf3\xd9\x75\xa3\x0c\x32\xd4\xfd\x39\x07\xbf\x00\xc5\x7f\xfa\xbc\x98\x3d\x6d\xab\xd5\x72\x33\xdf\xce\x97\x4f\xd5\xfd\xf2\xf1\x71\xf9\x63\xfe\xf4\x95\x24\x0c\x5c\x37\xe9\xf6\x36\x6d\x77\x6d\x7d\xbc\x09\xd8\x7c\xe1\x6f\x88\xbe\xe0\xd1\x67\x91\x4c\x05\xec\x91\xde\x7a\x36\x77\x0c\x89\x4d\x77\xcc\x40\x26\x29\x00\x48\xf1\x54\x95\x1d\xa3\xe0\x94\xb3\x30\x81\xf0\x98\x52\x7e\x10\x2f\xbd\x99\x85\x12\x72\x3a\xf6\x10\x19\x1a\x88\x26\x6d\xdd\xc4\xef\x9a\xe8\xb3\x56\xc3\xa1\x79\xb7\x5a\x6b\xde\x0f\xdd\x3c\xcc\x67\x30\x42\x7a\x8e\xf6\x64\x9d\x9a\x3f\x50\x2e\x6f\xf6\xf8\xc5\x44\x5b\xe5\x32\xf0\x7a\x0f\x62\xd9\x05\xfb\x5e\x0e\xde\x53\x51\xe5\x5e\xfc\x3e\xf5\x92\x14\x88\x74\x87\x47\x4b\x0c\xbc\x34\x65\xbe\xa2\x77\x04\xf8\xed\x24\x35\xcf\xf9\x4e\x97\xcc\x11\xd9\x92\xc4\x4f\x13\xd2\xfd\xd1\xc6\x89\xb7\x26\xaf\xc9\x64\x88\x0e\x3c\x48\x30\x31\x5c\x85\xbd\x3d\xf0\x74\x01\xc3\x36\xd5\x0c\x0a\x50\xe3\x38\x2f\xaf\x6e\x47\x1f\x18\x1c\x60\x90\xad\x78\x39\xe0\xe5\x10\xd1\xe2\x38\x2f\x7a\x0f\x9c\x41\x3b\x6a\x71\x05\x53\x91\x9b\xf3\x97\x5f\xc0\xd9\x62\x4e\xe3\xa8\x7c\x13\x1e\x9c\x6f\x7e\xb2\x7f\x27\xda\xc9\x76\xef\xc0\x60\x0f\xc5\x49\x80\x9f\x8d\xa2\x71\xee\xa2\x48\xf6\x43\xa1\x2c\x63\xd1\x83\x8c\x38\xb4\xd9\xba\xf5\xd0\x89\x5c\x08\x31\x2e\x95\x43\xa7\xec\x43\x1c\xb7\x84\x03\x37\xd1\xa6\xd5\xe3\x6d\xc2\x14\x30\xe7\x1a\x79\xfb\x10\x46\x4a\x0b\x7d\x65\x26\x8d\xf3\x77\x89\xce\x91\x0e\x1e\x33\xd9\xf9\x96\xa3\x2c\x38\xc2\x6c\xfa\x59\xae\xc6\xb7\x86\xfd\xc5\x21\x94\x03\xb2\x7a\xaf\xb6\x2b\x74\x5f\x88\x89\xdd\xd1\x38\xf4\x31\x46\x23\xc6\x66\x7f\xda\x3a\x7d\x6f\x86\xd1\x41\xc3\x25\xb8\x75\x35\xd1\x13\x87\xfe\xe2\x23\x64\x3c\x8d\xbc\xf2\x61\xe5\xbc\xdb\xc1\x7d\x7a\xc8\xe3\xc6\xe9\xbd\x68\x24\xd8\xec\xba\x2a\x1d\x3b\x6f\x0f\xc0\xac\xcd\x53\xb7\xb6\xff\x0c\xc4\x40\x23\x49\x86\x74\x48\xc8\x40\x36\x26\xd8\xba\x8c\x33\xbb\x8c\x32\x59\x99\x47\x56\x2c\xe8\xc3\x43\xa2\xda\xfb\x17\xf2\x21\xbe\x17\xf4\xe2\x76\xf6\x30\xf9\x3e\x5f\xae\x37\x42\x7e\xe1\x0b\x02\xac\x10\xaa\xf5\x1f\x42\xe6\x19\x1d\x3c\xa8\x40\xa3\x79\x73\xd4\xb1\x6c\x9b\x08\xae\x73\x40\x99\x24\xb0\xdb\xdc\x04\x62\xac\x08\xa1\x87\x25\x66\x30\x0b\xec\x65\x80\x6e\xa3\x18\xa2\x63\xff\x4e\x9c\x9b\xcf\x09\xc8\x70\x24\x88\x98\x3d\x3c\xc0\x39\x92\x39\xb5\x61\x6f\x7a\xf8\xd4\x5a\x89\x73\xb9\x9e\x0e\x10\xf8\x32\xc9\x8b\x16\x9a\xda\x4e\xc5\x4d\x16\xe2\xad\xf1\x4a\x51\x7e\x2b\x6c\x27\x96\xe6\x7a\x70\x51\x71\x94\xa3\x8a\x49\x28\x69\xc0\xa7\xb7\xa9\x05\x94\xac\x12\x1e\xfb\xc9\xe1\x30\x3e\xb1\x17\x96\x43\xcb\x46\x45\x65\x79\xf8\x7a\xa1\x5c\xf6\x5f\xb6\xb3\x27\xf3\xda\x10\xd7\xf1\x90\xa7\x83\xdc\xae\x04\x64\x89\xb0\x77\xc9\x40\x5a\x33\x12\x67\xe1\x38\x49\x20\xd3\xe5\x1c\x15\x92\xa6\x4a\x51\xb7\x37\xf5\xf3\x3b\xaf\xd1\xed\x07\x7e\x2f\xa5\x4b\xe2\xf5\x82\x19\xd0\x2c\x0b\x8f\x73\x74\xad\xf2\xa2\xd5\xc9\x61\xd8\x45\x6f\xf6\x51\x28\x02\x68\xef\xf2\x6b\x3f\x4c\xf6\x7b\xdb\x5a\x04\xc8\x84\x6c\x78\x2c\xd3\xd3\xf8\xd4\xfd\xce\x0f\x08\xf2\xdd\xe8\x5c\x77\x8e\x43\x72\x83\xf3\xbb\x8b\x4b\xcc\xb1\x26\xe8\x8e\x81\x60\x47\x02\x55\xda\xad\x9b\x8b\x8d\x74\x76\xb3\xa9\xd3\xd2\xeb\x93\xbe\x60\x6b\xf5\x32\x00\xe1\xb3\x80\xfb\xd0\x88\xe4\x96\xac\xea\xa6\x30\xad\x29\xec\x1d\xd9\xef\x7c\xbd\x66\xfe\xc7\x8a\xdf\x64\xe2\xd2\x20\xb1\xfc\xd1\x81\x8c\xca\x73\x6c\xda\x5c\x88\x63\xe4\x83\xa9\x80\x22\x33\x70\x78\x2d\x77\x63\x63\xd4\x2e\x1d\xb2\x17\xa7\x0e\x24\x09\x0b\xe8\x33\x5c\x02\xa8\x43\xf7\xe6\x4d\xcf\x74\xce\x60\x0e\x56\xc4\x04\xb0\xb4\x86\xde\x11\x30\xa3\xe8\x44\x86\x0f\xe6\x64\x3a\xeb\x65\xc0\xb8\x3e\xfc\x05\x74\xf8\x07\x49\x4a\xc6\x08\x66\x8f\x8a\x80\xee\x22\x37\xa5\xfc\x18\x2a\xf9\xfd\x7e\x5c\x9f\x79\x89\xe3\x74\xd9\x2c\xf9\x72\xc1\x32\xff\x7b\x43\x46\x2f\x74\xe7\x04\x5e\x50\x50\x27\x26\xe8\x5b\xd6\x0d\x71\x79\x28\xce\x21\x82\x23\x3a\x51\x28\x2d\x69\x5c\xca\xc6\xc6\x44\x8d\xf3\x48\x51\xfe\x18\x0e\x0a\xf4\x0a\xe9\x1d\x91\xdb\x47\x04\x4f\xa1\x3d\x5d\xe4\xd4\x80\x1d\x1c\xbc\xb6\x48\x5e\xa6\xe8\x6c\x27\x56\x9c\x71\x24\x9a\x48\x44\xf8\x7a\xee\xcf\x38\x2e\x50\xbe\x20\x30\x5d\x4d\xde\x38\xd0\x7c\x7e\x75\xd1\xa1\xea\x72\x18\x6c\x74\x48\x83\x3f\xbd\x87\x97\x59\xe9\x77\x61\xbd\x2c\x7b\x07\x92\x1d\x66\x1f\x65\x1f\x41\x0c\x1d\x12\x81\xf7\x06\xfd\x09\x33\x44\x77\xc2\xeb\xfd\x6e\x76\x3f\x79\x7e\xdc\x56\x77\xb3\xc7\xc9\x5f\x1b\x92\x49\xb9\x5b\x2e\x36\xe9\x8e\x02\xab\x32\x01\x43\xe4\x62\xb5\xcc\x0e\x65\x3e\x45\xb7\xb9\x38\xe9\x73\xae\x5c\x9f\xee\x64\x25\x96\x12\x05\x41\x26\x6a\x39\x4e\x66\xde\x78\xa6\x26\x02\x8d\xf8\x2b\x44\x36\x1b\x0b\x9a\x4c\xdb\x06\x40\x2b\x84\x9a\x46\x45\x13\x5a\x9f\x9e\xcf\x6c\x8f\xb6\xb6\x3a\xae\xc4\x0e\xb6\xe2\x6b\x2d\xf2\x1e\x80\x3c\xf0\x95\x72\x25\x73\x16\xf6\x59\x8e\xb6\x4a\x10\x0f\xfb\x8e\x26\x77\x7c\xec\x8e\x1d\xe8\xcc\x1b\x90\x4e\x10\x2f\x6c\x29\xe9\xa1\xa9\x95\x63\xb6\xea\x54\x46\x43\x51\x01\x1c\x0a\x62\x97\xd3\x4e\x21\xe6\x7e\xda\x6a\x7a\xd2\x44\x9b\xcc\x32\xf9\x3e\xfa\xe6\x48\x94\x12\x53\xd7\x30\x2d\xcb\x4e\xb9\x16\x0e\xb7\xc3\x6e\x47\x56\xee\xd3\xf4\x5d\x94\xe8\xec\x5b\xf6\x2b\x9f\xb7\x28\x2c\xb8\x36\x72\x07\x21\x52\x51\x0b\xe2\xa6\x8b\x12\x80\xa4\xc5\xa4\x72\x94\x6d\x7d\xf6\xad\x10\x49\x85\x95\xd6\x6a\xbd\x9d\x8d\xd0\xe2\x68\xd6\x85\xde\x07\x19\xd8\x40\x6b\x42\xc4\x82\x45\x44\xd1\x32\x2e\x9a\x29\xd2\x98\xdb\x89\xbb\x90\x49\xda\x28\x8a\xa3\x28\x40\xb9\x42\x82\x7e\x73\x43\x74\x8b\x73\x06\x51\x79\x32\xf1\x4e\x65\xa4\xf5\x7c\x56\xd4\xa3\x26\x64\x72\x53\xd9\xfc\x2f\x28\xe2\xc4\xb7\xc6\x1c\x56\xfe\xc9\xdc\xfc\xa2\x09\x21\x57\xc1\x4e\x44\x2e\x2e\x38\xcf\x61\x1f\x67\xb6\x1b\x33\x39\xb7\x23\x9e\x24\xe4\xa9\xd1\xa6\x5e\xe9\xfe\xa0\x08\x4c\x18\x29\x00\x64\x8c\x21\xd8\xfc\x35\x30\xc3\x95\x29\x53\x0f\xa5\x8a\x00\xb0\xb6\xef\x44\x23\x65\xa3\xa3\x29\x4c\x13\x68\xea\x9a\x57\xcb\x75\xbd\xeb\x83\x78\xab\x45\x39\x85\x42\x86\x82\xef\x4e\xc5\xaa\xb9\x23\x3b\x33\x01\xd4\x91\xb5\xd0\x3c\x22\x37\x7f\x94\x7a\x0c\xc1\xc6\xd9\xb5\x74\x2c\x0c\x9d\x44\x4e\x07\x99\xd2\xe2\xe2\xbf\xce\x19\x69\x32\x48\xfa\x48\x99\x41\xd2\x45\x3f\x81\xa6\x7a\xad\x34\xc6\xc2\xcc\x7b\x91\x0a\x58\x2b\x09\x01\x9d\xfe\x28\xaa\x14\x87\xd6\x1c\xa9\x18\x04\xb1\x14\x04\x73\xa1\x1d\x12\xfa\x14\xeb\x1d\x6b\xa4\x10\x35\x0b\xa2\x69\x54\x60\xbb\xb9\xbb\x1d\x53\x5f\xf3\x01\x06\x1a\xe7\xed\x87\xd6\xd0\x0b\x99\x66\x7c\xfb\x51\xe8\xf4\x9d\xed\x39\xed\x87\xee\xf6\x23\xda\xf0\x3f\x54\xca\x6a\x4f\x2b\x03\x3e\x71\x2f\xfa\x70\xfd\xec\xb0\xa9\x32\x87\xde\x9a\x5a\x42\x1f\x9e\xcc\x2b\x8a\x2d\x1f\x99\x14\xcc\xd6\x09\x30\x07\xb9\x18\x00\x7c\x7a\xd7\xd7\xee\x4d\xd9\xae\x30\x9f\x3f\x23\x5c\x2b\x8d\x08\xa9\xff\xde\xbb\x33\x33\xfe\xce\xb6\x1b\xd6\xae\xb5\xf9\xe9\xbe\x13\x3b\xb6\x41\x35\xac\xee\xe7\xa0\x7d\xf4\xd2\xf3\xa2\x2e\xe7\x9c\xbd\x48\x6d\x03\x6c\x79\x96\x10\x4b\x4f\xbf\x8b\x78\x51\xed\x5d\x0f\x97\x9a\xeb\x72\x05\x6c\x80\x6f\x89\x63\x49\x97\x04\xed\xb1\x6e\xc8\xa1\x29\x3a\x11\xae\x3e\x9d\x73\x84\x48\xcb\x24\x9a\x43\x05\xf9\xb4\x41\xb9\xc2\xc5\x28\x34\xb7\x4f\x2f\xf5\x3c\xcc\x3b\x9d\x27\x89\xf4\xcd\x86\x58\x2d\xdc\xde\x28\x89\x3e\x9f\x92\x76\x37\xbf\xdd\x40\x97\x1a\xfa\x6c\xf5\xab\xd8\xef\x24\x6a\xb7\xf2\x36\x20\x50\x57\x39\xd4\xf8\x08\xc3\x2e\x7d\x64\x9e\xc5\xfa\x6b\x5a\x11\xfa\x76\x9d\x17\xe8\xb9\x13\x39\xeb\x5a\xad\x5b\xcd\xe2\x63\x16\x75\x43\x44\x02\x12\xc0\x79\x8d\xb7\x7b\x7b\xc8\xd2\x9c\x3a\x83\x5b\x93\xaa\x80\x55\xb5\x28\x94\x78\xdf\x36\x5a\x07\xb7\x6e\x3c\xfb\x64\x47\x80\x0f\x45\x6f\xb8\x09\x9a\xc5\xde\x8d\xa0\x6f\x48\x28\x20\x49\x04\xd0\x47\xe4\xb1\xbd\x3b\xef\x9a\x2e\xd3\x8f\xa3\x39\xe2\x8e\xb9\x2b\xa7\x05\x80\xde\x1d\x3f\xe9\xac\x51\x06\xff\x32\x88\xce\xbc\x66\x66\x94\x3b\xf7\x06\xf0\xd3\x78\x32\x9d\x0b\x5a\x74\x35\xd8\x38\x0f\x0c\x29\xb8\xa3\xbb\xf9\xed\xe6\xef\x21\xc4\xe6\xa0\x70\xea\xf4\x06\x88\x29\x4c\x1b\x1f\x04\x3f\x15\xdf\x69\x08\x13\x22\x45\xad\x5e\x76\x0c\x15\x4a\x45\xea\x38\xab\x93\xca\x8d\x99\x6e\x33\x90\x62\x5b\x84\x23\x93\x9a\x50\xba\x1c\x83\x20\x74\x0e\x97\xba\x86\x17\x02\x27\xa0\x4d\x31\xba\x12\xcf\xe6\x9d\x85\xce\x4d\x88\x4c\xf3\xe3\x26\x29\x8b\x9b\xa5\x28\xca\x98\xfd\x8a\xa3\x47\x5f\x91\xde\x96\x10\x4a\x16\x1b\x96\xab\x41\x6f\xd2\xa9\x6b\x41\x82\x21\x97\x0f\xe5\x5d\xa2\x49\x79\x15\x3e\xd5\x95\xe5\x96\x86\x60\xa7\xa6\x27\x9b\x41\xa6\xae\x41\xec\xac\xbf\x42\x04\x04\xa6\xaf\xb2\x5a\x0f\x6a\xc4\xc4\xf3\xf7\x30\x5b\x60\xa0\x9c\x44\x88\x8e\x5e\x8f\x1e\x62\x32\x35\x64\x25\x3e\x95\x26\x35\x3e\x26\x4f\x84\xde\x74\x3a\x2c\xb4\x3c\xdc\x4e\x20\x3c\xfa\xd6\x05\x73\x46\xeb\x04\xb4\xdd\x98\xfe\x56\xda\xfc\xae\x2d\x1a\x38\xb4\xc8\x64\x04\x41\x30\x20\xb1\x61\xb4\x6f\x1b\x6d\x24\x5c\x8c\xab\x07\xe7\xa3\x44\xc0\x1e\xe2\x95\x42\xb1\x89\xad\x65\x6e\x9f\x90\xf3\x69\xa3\xa4\xb4\xf4\x21\xaa\x08\x40\x5c\xfb\xa2\xe9\xfc\x4b\x71\x3b\x2c\x9d\x2e\xbe\x3c\xef\xd6\x28\x34\x7b\xb4\x98\x72\xfb\xf1\x8c\x86\x4c\x86\xfc\xc7\x74\x08\x94\x75\xe5\x33\x0a\xb6\xe1\x85\xf9\x89\xcd\xe1\x88\x21\x47\x98\xe6\x79\xea\x1e\xed\x2b\xac\x1e\x77\x4e\x06\xc9\x1f\x07\xaa\xd7\xb8\x34\xca\x72\x92\xe3\x62\xba\x1b\x09\x0d\xbe\x37\x68\x38\x93\x0d\xc0\xed\xb3\x2b\x57\xa4\x3f\xb3\xb4\x84\xfd\xd8\x39\xf6\xc3\xb6\x03\xc9\x1d\xb0\xc8\x9f\x90\xf4\x1a\xe9\xa4\x60\x98\x0b\xed\x4d\xbf\x79\xd3\x6b\x9c\xf6\xec\x6a\xba\x16\x28\x81\xab\xe9\x34\x52\x01\x1a\xa3\xdb\x1e\x25\x61\xb9\x46\x81\x55\x43\xbb\x45\xca\xd0\x9d\x13\x5c\xb2\xec\xd8\xf6\x06\x9a\xb1\x03\x85\x4b\xf0\xe2\xc1\xe9\xd1\x9b\x9e\xd5\x30\x41\xa3\x60\xeb\x96\xf8\xfe\x2c\x52\xa3\xf0\x1e\x11\x5f\xe2\xd6\xd5\x1f\xc4\x4a\x22\x06\x56\xaa\x07\xd2\x11\x99\x7c\x80\x97\xdd\xad\x8c\x0b\xaf\xba\x32\x15\x70\x57\x02\x1f\x08\x44\x06\x62\xb2\x92\x7b\x35\xb1\xd9\x73\x71\xd1\x2f\xcc\x92\xad\xf0\xc0\x22\xab\xfd\x72\x48\x80\xc1\x5e\x54\xce\x08\x6b\x42\x77\x7e\xfd\x85\x40\xe3\x02\x52\xb2\x18\x3b\x4a\x73\xc1\xdb\xd5\xf5\xb6\x53\x7c\xf2\x7b\x14\xb9\x11\xf3\x78\x88\xf5\x72\x1b\x87\x2b\x73\x54\x9d\x79\x02\x32\x29\x21\xba\x68\x5a\x99\xd0\x2c\xc9\xc3\x1f\xad\x76\xbf\x1e\x50\x45\xa8\x74\xc1\x88\xad\x60\x03\x8c\x80\xa7\xe5\xd5\xa5\x84\xd1\xa5\x4d\x7b\xb1\x57\x8b\x44\xe6\x34\x90\xed\xf4\x94\x2f\xd6\xa0\x70\xa6\x6e\x4d\xb0\xd9\x69\x27\x94\x78\x68\x6a\xf4\x60\x06\xed\x4d\xd8\xcb\x65\xc8\x44\x0c\xda\x08\xa0\x2a\x0a\x2e\x37\x4e\x26\x14\x7b\xf9\x36\x9f\x2d\x68\x92\x78\x47\xe9\x70\xa1\x51\x58\xfc\x90\x25\x39\x36\xd4\xad\x07\x25\xe8\x9b\xdf\x6e\x7e\x48\x29\x48\x9f\xef\x51\xfb\x35\xd5\xb8\x77\x8e\xd8\x31\xe9\xc6\xb8\x03\x8b\x5b\x78\xf1\x81\x74\x0d\x76\x38\x1b\xc2\x8f\x8b\x22\x01\x2d\x74\x09\x67\x25\x21\x71\x45\x02\x28\xee\x2e\x8c\x7f\xe1\x37\xa3\x1b\xce\x22\xdc\x9f\xc2\xf0\x20\x50\x04\x2c\x6c\x07\x91\x93\x5d\xee\xfe\xb6\xfb\x88\xb8\xf1\x2d\xf6\x26\xbd\x21\x2d\x92\x96\x6f\xf3\xa5\xc8\xfa\xca\x90\x84\x98\xdd\x54\xbf\x2f\x2c\x1a\x0f\xef\x3d\x2a\x2b\x72\x12\x57\x25\x86\xbd\x30\x24\x5d\xc7\x00\x96\x15\x8a\x30\xc3\xff\xfc\xb4\xa6\x49\x65\x4e\x1c\x81\xd9\x48\x58\x47\xaf\xac\x67\xe3\x5f\xf0\xdd\x83\xd7\xba\x75\x6f\xd6\x33\x37\x6f\x40\xe6\xcd\x40\xc6\xef\xc5\x34\x14\x4a\xdc\xdc\xe5\x84\xbd\x69\xf7\x60\x33\x09\x37\x13\x02\xc1\xd8\xcb\xa6\xbc\x1d\x1d\x42\x54\x2c\x6a\x0e\x5f\x67\xb5\x63\xe3\x5f\x56\x6c\x8c\x83\xc3\xf3\x80\xf3\x4b\x69\xba\x5e\x71\x37\x03\xa7\x86\xbb\xd3\xda\x43\x76\x33\x87\xfb\xf3\x80\xfa\xf6\xa9\x1e\xe7\x24\x10\x7b\x00\xa9\x3c\x10\x38\x16\xa5\x38\xc0\x24\xee\xb3\x6c\x9e\x25\x7d\x39\x8d\xf2\xc0\x61\x20\x9f\x33\x48\x39\xe4\x3b\x44\xe5\x17\xb7\xa6\x28\xcd\x53\x55\x5e\x1e\xf4\xdd\x6a\xd0\xf4\x31\xe1\x84\xbe\x31\x8f\xfa\xc1\x2a\x0a\xb0\x0e\x16\x11\x73\x84\x46\x93\x8d\x3f\xd1\xc0\xad\x3f\xda\x5a\x41\xd7\xdf\xec\xc7\x14\x1f\xd0\xc5\x64\x5a\xcd\x9e\xb6\xb3\x75\xda\x8d\x93\xe9\xb7\xcd\x6a\x32\x9d\x25\x74\xf5\x79\x51\x4d\x39\x83\xff\x37\x0f\xf3\xfb\xed\xcd\x6f\x37\xd3\x2d\x6c\xf1\xc9\x63\x8a\xac\x26\xcf\x9b\x54\x63\x3a\x59\x6d\xaa\xc7\xe5\xf4\x5b\xaa\xb0\x99\x42\xce\xd7\x59\xf5\xbc\xe2\xd0\xdd\xf2\xc7\x13\x34\x76\x97\xa6\x78\x09\x92\xf9\x8f\x33\x68\x10\x0a\xad\xe7\x5f\x1f\xb6\x20\x10\x03\xe5\x56\xeb\xf9\xd3\xb6\xda\x4c\xd7\xb3\x59\x8a\xce\x9f\x36\xb3\x35\x64\xcf\x1e\x67\xdb\x54\xf7\xff\xcc\xd6\xcb\x9b\xdf\x6e\x96\x4f\x29\xb2\xfd\x91\xc2\xdb\x87\xf5\x2c\xc5\xee\x97\xcf\xa9\xbf\xf7\xf3\xef\x29\xb6\x99\xff\x99\x7e\x67\xdf\xa1\xa1\x19\x7d\xe6\x69\x0e\x15\xff\x78\x9e\x6d\x40\xea\x66\x31\x59\xa7\xae\x2f\x66\xdb\x49\xba\x7f\xe6\x4f\xd5\xb7\xd9\x5f\x15\x77\x6a\xba\x7c\xda\xce\xfe\xdc\x56\x8b\xd9\xd3\x33\x4d\x0f\x7d\x3f\x05\xb1\x0f\x29\x84\xfd\x80\x10\xf5\x25\x85\xa9\x3f\x10\xc4\x3e\xa5\x20\xf6\x0b\x42\xd4\xb7\x14\x96\xfe\x3d\x2f\x2a\xea\x63\x0a\x2e\x9e\x1f\xb7\xf3\xd5\xe3\x5f\x14\x5d\x3d\x3e\x6f\x38\x67\xfe\x24\xe1\xd5\x6c\x3d\x5f\xde\x51\xe4\x6e\xfe\x7d\xbe\x99\x2f\x53\xc3\xf7\x9f\xd3\xcf\x97\xf4\x93\x30\xd7\xfb\x7f\x4f\x3f\xff\x91\x7e\xfe\x95\x7e\xfe\x33\xfd\xfc\x57\xfa\xf9\x6f\x28\xfc\x6f\xf0\x0b\x75\x3e\x7f\xc1\xd6\x68\x65\xef\x26\x9b\x87\x34\x89\x7f\x3c\x4f\x1e\x37\x30\x2f\x8b\x45\x9a\x2f\xf9\xf0\x64\xb5\xdc\x6c\xd7\xcb\xd5\x43\xea\xf8\x72\x35\x7b\xaa\x36\x7f\x3c\x4f\xd6\xb3\xea\x76\x3d\x99\x7e\x9b\xc1\x5c\x3e\x2e\x37\xb3\xcb\x64\x9a\x72\xda\x94\xf7\xf7\x95\x5a\x0a\xd4\xe3\x68\xc2\x96\x9d\x69\x7f\x34\xdd\xf1\x9b\xfd\xc8\xde\xc3\xa6\x27\xe3\xcd\x3e\x5a\x4f\x92\x6d\x01\xb2\xee\xbd\x3b\xcb\x69\xc6\xd3\x17\x58\xd9\x63\xb0\xc0\x2a\x12\x7b\x19\xe1\xc9\x45\xb8\x06\xb8\x51\x10\x6c\x72\x21\x1d\x2c\xba\x8b\x76\x26\xd8\xa7\x81\xb0\xd5\x15\x58\xd9\x24\x48\xce\xbc\xb3\x1d\x8b\x3d\x56\x21\x6d\xa9\x10\x6d\x2f\x04\xd0\x63\x7a\x8c\x86\xa0\xcd\x39\x25\xac\x37\x7d\xb3\x4c\xc2\x2e\x4f\x01\x98\x55\x39\x68\xc1\x14\xba\x3e\xef\xb8\xdf\x2a\x51\xf7\x68\x5f\xf6\xbc\x37\x43\xb0\x6a\x60\xdf\x08\x20\x86\x7a\x8b\x21\x0a\x59\x2b\x5b\xcc\x4e\x77\xc5\xd6\x7d\x05\x9c\xe8\xc5\x7e\x70\x30\x5d\xf0\xe0\x83\xe3\x49\x91\x84\xf0\xfd\xdb\xb4\x24\xe1\x20\xb8\xf8\xac\x3b\x99\x6e\x4f\xea\x98\x74\x09\xd6\xde\x1c\x8f\x09\x5a\x02\x6b\xef\xea\xba\xfa\x6a\x63\xf6\xa2\xcd\x1d\x1f\x88\x05\x4b\x8b\xb7\xb6\x87\x40\x6d\x70\xf5\x14\x16\xe4\x0d\x50\x2f\x78\xa7\x72\x25\x35\x83\x64\x10\x4f\x70\x56\x31\x48\xc0\x28\xaa\xa9\x6b\x4e\x83\xa5\xba\x96\x91\x37\x09\x82\x43\x68\x23\x55\xae\x73\x22\xcc\x2d\xdc\xab\xad\x71\x21\xb3\x9d\x0e\xf5\x3a\x04\x98\x2c\x12\x4b\xe8\x52\xe9\xfc\x10\x49\xec\x5b\xc6\x5b\xe8\xb9\x5c\xa8\xa7\x2f\x98\xd7\x3c\xe7\x81\x03\x4d\x80\xb9\xbb\x6b\x0e\x87\xd4\xc9\xb2\x55\xf5\xd6\x50\x6a\xf1\xfe\xd0\x20\x46\x25\x51\x53\x59\xad\xc0\x27\x4e\xfc\x52\xa4\x02\x7b\xfa\x6a\xfa\x97\x52\xfd\xf9\x3f\x48\xd0\x09\xba\x2c\xa2\x0a\x7d\xf3\x6e\x5b\xed\xc0\x04\xf3\xb5\x69\x00\xf0\x28\x2b\x9b\xce\xb4\x7b\x11\x1f\xc9\x8d\xff\xab\x8c\xfe\x27\xa9\xe9\x9f\x87\x33\xec\x18\x7e\x14\xbd\x69\x04\x50\xaa\x8e\x36\x7e\xda\x8b\xc6\x3d\x61\xe7\xf0\x75\x0d\x5a\xf0\x11\x3f\xda\xf8\xa8\x81\xa3\xa3\x8d\xcf\x1a\x3e\x5a\x10\x20\xe5\x3a\xb4\x7e\x28\xe2\x59\xae\x43\x8c\x87\xe3\x51\x77\x88\x71\x28\x8c\xc9\xba\xc6\x93\xc8\xc8\x74\xea\xc4\xc1\x75\x25\x3a\x9b\xb5\xd8\xc3\xa9\x2f\x66\xe7\xf6\x83\x3c\x15\xa5\x79\x14\x38\x37\x45\xd4\xc1\x78\x2d\xef\x01\x30\xce\x92\xdb\xa2\xd2\x04\x90\x35\xdd\xc5\x64\x0a\x9c\x72\xcf\xb6\xdd\x2e\x80\x97\x71\xce\x25\x14\xa3\x4b\xe0\x64\x7c\x45\x35\x41\x47\x16\x2d\xf6\xf9\x98\x9b\x57\x2b\x65\x61\x16\x25\x8b\x80\x1d\xdd\x3b\xbe\x29\xaa\x8b\x2d\x04\xc6\x28\xa7\xde\xa1\x73\x86\x21\xb0\x76\x45\x3c\x59\x1f\x4e\xae\x25\x51\xb1\x7c\xdb\xbe\x9a\x16\xe7\xfd\xd0\x36\xd9\x56\x67\x88\x6a\x2b\x4c\x2f\x52\x20\xf8\x64\x6d\x2d\x46\xdb\xd3\x4a\xca\x2d\xe5\xed\x9e\x15\x4a\x78\x39\xb3\xfc\xf7\x3b\x77\xf5\xdc\x48\xaf\x77\x17\xed\x35\x61\x12\xb7\x27\xb0\xee\xc9\xcb\xc4\xba\x5f\x08\x8c\xb3\x25\x3a\x80\xc2\x33\x20\xdd\x80\x26\x22\xdf\x32\xd9\x9f\xe8\x7b\x36\x0c\x01\xae\x56\x06\x0f\x76\x95\x9b\xee\xf8\x20\x8f\x68\xdd\x1c\x0e\x5b\x47\xee\x87\x52\xa9\xbc\xbc\x67\x42\xb3\x99\x04\xc1\x1d\xcf\xa5\x96\x9d\x74\xf4\x48\x46\x56\x03\x73\x14\x01\xd8\x67\xfc\x39\x1b\x49\xf8\x5d\x6f\x29\xa0\x5a\xca\x86\x09\x17\xbb\xed\x7a\xfe\xe5\x9e\xbb\x2c\xc7\xb6\x4f\x95\x20\xc5\x9e\x23\xe1\x0b\x6f\xb7\x82\xf2\x83\xc6\xf1\xcd\xe1\xf9\x19\x94\xc3\xbc\x39\xcc\x61\x61\x49\xef\x6b\x0d\xf9\x91\xb4\xca\xd3\x35\x83\xb7\x7e\xc2\x4d\x58\xd7\xdc\x5b\xd3\xce\xd1\x80\x2d\x67\x13\xdf\x9d\x22\x60\xda\xe0\x0e\x9d\xfd\x35\xb5\x98\xf7\x6d\xba\x86\xa4\x81\x2a\x6d\xb2\xec\xd3\x5e\xec\x59\x5c\x4d\xff\x92\xdf\x89\x30\xfb\x07\x98\x4f\xe9\x07\x93\xe1\x84\x64\xf4\xeb\xc5\xae\xc8\x0e\x3a\x02\x34\x1f\x2d\x3b\x33\x07\x44\x52\x4c\xbb\x77\xb5\xf3\x58\x12\xb7\x87\x3b\x93\x20\x2b\x49\x64\x8f\x0b\x54\x35\xbd\xa7\x9f\x48\xcb\xb4\x65\x23\x72\x28\xeb\x35\xe3\xd6\xc3\x95\x06\x72\xae\xb2\xd3\x5e\xf4\x8f\x78\xbc\x7c\x0c\x84\xfe\x32\xeb\x58\x38\x94\xb3\x0a\x2b\x53\xcc\x24\xc4\xae\x17\x04\x0d\x73\xd9\x44\xbc\x52\x35\x81\x74\x92\x7c\x51\xee\x22\x81\x10\xf1\xcd\x76\xb2\x7d\xde\x54\x4f\x88\x4a\x50\x6c\xb2\x5a\xcd\x26\xeb\x1c\x17\x44\x0c\xa3\x8f\xb3\x09\x22\x38\xdb\xd9\x2a\xd7\x9c\xad\xaa\xd5\x7a\xb6\x9a\xac\x25\xba\xd9\x4e\x00\x75\x82\xc8\x64\xba\x9d\xe7\x5a\x10\x9b\x6c\x67\x77\x48\x9e\x07\x89\x13\x91\x07\x20\x59\x2e\xda\x5f\x03\x39\x7a\xfb\x82\xa8\xee\x77\xa0\x32\x42\x23\x7f\x3c\xcf\x9e\x53\x8b\x15\x08\x06\x7d\x1a\x15\x24\x48\x38\xd5\x7f\x42\x8f\x5d\x67\x9b\xbd\x77\x9d\xf3\x06\xdf\xdb\xf6\x6a\x01\x1d\x9e\x93\x37\x05\x28\x8d\xa2\x31\x65\xb3\xc5\x67\xbe\x60\xfe\x3c\xb8\xb3\xf3\xfd\xa9\xd9\x3f\x9a\x0f\x37\x64\x43\xcb\xe8\x75\x0b\xcd\x1a\xf0\x4d\x36\x28\x81\x08\xda\x05\x0b\x47\x3b\xa0\xf2\xf6\xf0\xe9\xec\x70\xbd\x89\x93\x5e\xc4\x54\x81\x49\xdf\xa3\xff\x97\x51\x54\x15\x01\x39\x20\x29\x51\xc6\xee\xac\xa9\x5b\x76\xb7\x2a\xd9\xf3\xf3\xd9\xd6\x8d\x89\xb6\x45\x51\x23\x6c\x75\xe5\x6d\x6f\xbc\x25\x60\x34\xda\x22\x01\xea\xe9\x04\xac\xc3\x50\x15\xd5\xc8\x51\x28\x9f\xa3\x58\x3a\x5b\x74\xc2\xe2\x2a\x0e\xe5\x55\x1c\x2b\x30\x4c\x0c\xa5\x39\x02\x45\x39\xf2\xbd\x01\x95\xec\x6c\x9d\x00\xec\xf7\x52\x2a\x31\xbf\xcb\x14\xd9\x81\xff\xce\x1b\x8b\x96\x49\x32\xfe\xa5\x04\xc8\x61\xe2\x40\x7e\x0a\x37\x58\x4d\x13\xca\x31\x12\xe8\xe7\xdd\xb7\x3f\xb1\x64\xa2\xb2\xf3\x68\x19\x3c\x9f\xb3\x22\x35\xad\x76\x8d\x3b\x16\x03\x15\x10\x78\xce\x94\xc7\x78\x01\xdb\xcc\x62\xd3\x87\x09\xdd\x18\x15\xb9\x5a\xaf\x07\xb7\xf9\x65\x1a\x0e\xd0\xf6\x7f\x0c\x76\xe0\x4d\x2d\x71\xf6\xf7\x66\x91\x8b\x91\x97\x1a\x19\x6f\xc4\x1f\x4e\x8f\x28\x61\xa4\x60\xa5\x00\xc2\x08\x2b\xf1\x74\xdd\xb9\x73\x96\xa2\xcb\x17\x54\xbe\xc5\x9b\xb0\xb9\x72\x2d\xe2\xf6\xa4\x7b\x6d\xba\xd9\xe4\xd3\x02\xf0\xf7\xa7\xd7\xbc\x80\x98\xc0\xca\x08\xbc\xe1\xc7\x71\xf2\xcc\xd8\x21\xfc\xdb\xa6\xd4\xba\x60\xab\xbc\x82\x20\x26\xd2\xba\x3a\x57\xd3\x2a\xd1\x6b\xfb\x24\x09\x95\x1c\xe5\x2f\xa2\xcb\x28\x68\x39\x46\x34\x7d\x2c\x6f\x34\xd6\x5c\xa7\xd5\x07\x20\x86\xc4\x22\x60\x6c\x8a\x27\x10\x50\x48\x13\x73\xa9\xd5\xe1\x80\x22\xa2\x7c\x89\xdf\xdd\xe5\xc8\xb7\xd9\x6c\x95\x63\xeb\xd9\x62\xf9\x7d\x36\x8e\xdf\xd1\x60\xbe\x25\xa4\x5b\x40\xb5\x17\xfb\x41\xe6\x0b\x8c\x0f\x96\x08\xa5\x09\x06\xa3\x60\xc2\x39\x29\x48\x8f\x7c\x19\x63\x88\x8a\xca\x61\xbb\x65\xe9\x5f\xa4\x81\x81\x0d\xb4\x81\x22\x66\x0d\x40\xe3\x1e\x49\x2d\x8b\x25\xd0\xcf\x56\xeb\xe5\xaa\x7a\x9a\x2c\x66\x9b\x9b\xdf\x6e\x90\x61\xa1\x37\x83\x84\xe9\x5d\x7e\xb1\x1f\x60\x51\xba\xb1\x99\x83\x8c\xed\x55\x57\xee\x06\x9c\x77\x5e\x73\xc6\x74\x64\xc1\x60\x4a\xea\x62\x04\x69\x98\x62\xb2\x1a\x08\x2f\xc5\x76\x05\x2c\x2d\xa0\x2d\x8b\xf0\x92\x33\x4d\x78\xd1\x5c\xa5\x14\xbf\x78\xcc\x35\xa8\x73\xf3\xdb\xcd\xdf\x61\x1a\x02\x02\x1f\x3f\xec\xee\x85\x98\x70\x3f\x2f\x81\x16\x05\x1b\x1c\x1c\x7a\xcf\x23\xd1\x46\xf9\x82\x92\x6f\x8f\xd7\x12\x83\xaa\xcf\x62\x36\x4a\x3d\xef\x4f\xf1\x75\xf5\xa5\x96\xe0\xef\x75\x3e\x53\x2d\xbc\x7f\x0a\x32\x57\xf2\xd5\xa8\xfd\xc3\xde\x81\x38\x8e\x02\xf6\xa2\xcb\x27\x36\xa6\xd9\x77\x3e\x44\xa4\x10\x2a\x02\x96\xc4\x2c\x65\xbe\xad\x5a\xcf\x2a\xa0\x6b\x2e\xab\x55\xea\xeb\x7a\x56\xad\x96\x1b\xdd\xfe\x1d\xcb\xa2\x90\xb8\x40\x10\xcd\x0c\x8c\x65\x3d\x0c\x52\x7e\xb8\xac\x16\x2c\x74\x0e\xfb\x04\xce\xd7\xe2\x83\x84\xbe\x17\xaa\x08\x6a\x66\x59\x13\x41\x25\xf1\x27\x1e\xae\x95\xe7\xcc\xef\x57\xea\xd1\xdc\x16\xb7\x24\x27\x6a\xfa\xc6\xd5\x75\xc7\x7e\xaa\x1a\x7f\xfe\x35\xda\x38\x90\x80\xac\x78\x08\xbe\x7f\xf0\x81\xfc\x52\x8f\xf6\x08\xe4\x37\x01\xb5\x6e\x6e\xdd\x3b\x98\x06\x00\x11\x4b\xcf\x2a\x30\x40\x75\xa1\xf0\xed\xf2\xcf\x6a\xb1\xbc\x9b\x3d\xd2\x9a\xac\x6e\x17\x2c\x22\x51\xbb\x33\x6b\x43\x1c\x6d\xfc\xf1\x40\xd2\x14\xe9\x35\xe0\x22\x1c\x17\xcd\xa7\xda\xed\xc5\x64\x26\xf7\x40\xc8\x13\x69\x2d\xdf\x33\x46\xab\xb3\x97\x7e\x9e\xbb\x8c\x52\x4e\x3f\xd0\x2b\x4a\x69\x3f\x94\xd0\x10\x90\x2f\x88\x0b\x91\x95\xff\xf1\x00\xbe\xaf\xec\x5d\x13\x7a\x14\x70\x3e\xc3\xe1\x23\x96\x19\x6a\x25\xb1\xef\x48\xbb\x39\x19\xa0\x5b\x39\xdf\xc8\xda\x38\x56\x0f\xc2\x4d\xc4\x9b\x9d\xf6\x14\xee\xc4\xd1\x39\x24\x9d\xd8\xd1\x19\xd2\xa9\x72\x48\xe8\xde\x5a\xdb\x7d\xc2\x43\x95\x58\x7a\xfb\x66\x3e\xc2\xed\x07\xeb\xae\xc2\x94\x4a\x51\xad\x69\x98\xcf\x17\x4a\x39\xfc\x29\xa1\xbf\xd4\x2c\xe5\xa5\xc3\xb8\xac\xcb\xce\xd5\xa2\xd6\xd1\x04\x56\x2e\x66\x81\xad\xb3\x79\xa7\x1e\x72\x03\x39\x45\x9a\x00\x15\xd1\xa3\x9c\x71\x40\x19\x65\xfa\xbc\xca\x99\xb5\xf7\x43\x1c\x3c\x79\xa9\xb6\xad\xd4\xf2\xf6\x80\x2f\x27\xc5\x51\x5e\x5a\xab\xdc\x9a\x06\x06\x66\x8b\x16\x30\x1d\x4f\xc0\x91\x75\xc0\x94\x1b\xd1\x74\x8e\xf3\x3a\x42\x00\xed\x25\x89\x2d\x3e\xc9\xad\x1d\x74\x3b\x7d\xfb\x98\x47\xd3\x84\x2d\xc7\xf2\x03\xd3\xd9\x37\x56\x90\x98\x1e\x90\x80\xf3\x36\xcb\x63\x31\xf5\xdf\x43\x88\x7f\x4a\xe8\x2f\x2c\xa1\xc8\x1a\x6f\xf2\x55\x11\x7f\x57\x43\x65\x5b\xe1\x3c\xe4\x32\x05\xcf\xf0\x26\x36\x6d\x9b\x0b\x48\xf4\x2f\x31\xa2\xc9\xcb\x45\x56\x37\x79\xa9\xb0\x4b\xf7\xce\xab\x7d\x65\xd2\xc0\xb5\x11\xce\x83\x68\x1d\xb3\xe6\x09\x2a\xd2\xe4\x29\xc0\xf5\x51\xd3\xa4\xf3\x69\x83\x56\xd5\xa5\x7e\x3c\xa4\xfd\x6a\xcb\x9f\x5d\xd7\x44\xe7\xc5\x48\x60\x7a\xb5\x79\x18\xa4\xc7\xf1\x89\x09\x68\x4d\x77\x9c\xb6\xac\x30\xae\x37\x22\x93\x2a\x78\x35\x5d\xc7\x21\x6a\x1e\x4f\xa1\x7c\x84\x30\x30\xc8\x42\x7f\xdd\x5b\x30\x0f\x3b\x4e\xb2\x8c\x18\x10\x8e\x90\xa0\x3e\x56\x5a\x47\x07\xc8\xcd\x11\x61\x92\x0c\x6f\x62\x65\x31\x6c\x80\x19\x64\x0e\x41\x23\xba\x5b\x14\xfd\xc0\xdb\x44\x2a\x55\x97\xed\x7e\x02\x2b\xb2\x26\xda\x10\x59\x14\x51\x12\x44\x8d\x02\xa3\x3c\x6a\x8c\x2d\x65\x16\xaa\x1d\x69\xd0\xaa\xc5\x3c\x66\xce\x10\x92\xdb\x48\xbc\xca\x68\xda\x8f\x87\x7b\xc1\x8a\x5c\x8d\x74\xf5\x4b\xd9\x57\x19\xd5\xbd\x4e\xc2\x6d\xb8\xc0\x49\x05\x99\x33\x32\xc9\x57\xa4\x36\x41\x13\x2d\xdf\x12\xa0\x9d\x0a\x90\xfa\xa4\x6e\x6f\xbd\xe7\x10\x02\xf5\x8c\xfc\xac\x5c\x3f\xf4\x20\x19\x7b\x83\x9e\xe2\xd1\xb0\x53\x56\x44\x1b\xfa\x65\xf7\xd0\xf0\xeb\xb0\x76\x2e\xde\xb9\xb3\x52\xad\x62\xd4\xe2\xde\xbb\x73\xde\x43\xc8\xfe\x21\xbc\x1e\xa6\x05\xfb\x64\x0b\x2c\xb1\x05\x9b\x70\x1a\x3b\x09\x74\x1b\x96\xa9\x88\x8b\x40\xdf\xb2\x20\xac\xcf\x56\x16\x44\x05\x8c\xe3\xcd\x4f\x61\x05\x5c\x56\x1d\xb7\xf6\x25\x8f\x3c\xe3\x34\xa0\xf2\x7e\xa5\x22\xed\x82\x4c\xe5\x71\xa4\x1e\x4f\x82\xb3\x84\xea\x4a\xbe\x37\x07\xbd\x73\x91\x9a\x59\x79\x7b\x64\xe2\xfc\x7a\xe8\xc8\x2c\x66\x05\xbb\x9e\xfa\x3c\xfe\xce\xc5\xb7\xc1\xea\x2d\x90\x5d\xa4\x4c\x8f\xc8\xeb\x1a\x4d\xb7\xd3\xb1\xe2\xc9\x57\x44\xcd\x8c\x91\xf3\x82\xf5\x69\x9d\xf3\xba\x02\x38\xc4\x79\x9d\x7d\xbf\xba\x26\x17\x5f\xfb\xb4\x1f\x90\x49\x78\x72\x6f\x8a\x64\x02\xcf\x6e\x96\xb3\x86\xfe\xa8\xc3\x88\x18\x45\x81\x20\x16\x02\x59\x97\xa2\x18\xa5\x18\x8c\x48\x88\x64\xe1\x58\x2d\x90\x92\x53\x17\x6e\xd7\xb4\xb6\xd8\xef\x84\x52\x9f\x21\x07\xbe\x46\x01\x98\x8f\x42\x85\x31\x25\xc8\x3e\xd0\xd5\x3e\x41\xd6\xc2\x71\x21\xc1\x86\x20\x26\x88\x78\x45\x66\x32\x6a\x3e\x73\xac\xfe\xa7\x69\x36\x7e\x5e\xa6\x34\xdd\x82\x7b\x04\x7b\x4b\x62\xfb\xd6\x75\xa2\x2e\x60\x8e\xb4\xac\xbd\xf5\x86\x84\xd0\xf4\x38\x44\xe9\x31\x0e\xbe\x2b\x8d\x45\x62\x9a\xc2\x31\x26\x8f\x8f\xd5\xc3\xe4\xe9\xee\x71\x06\x7a\xfa\x2b\xe7\xa3\x69\xb5\x70\x78\xbe\x7a\x2b\x68\x5c\xa1\x91\x38\xde\x43\xd6\x72\xa3\x53\x0e\xf6\x11\x80\xf4\x08\x2c\xdc\xe5\x10\x43\x53\x17\x86\x96\x87\xfd\xe9\x22\x95\xbc\x8e\x83\xb5\xcc\x22\xef\xf3\xff\x94\xf9\x05\x09\x57\xb8\x23\xb2\xb0\x20\xc8\x15\x6e\xc5\xc5\x34\xf0\x82\x73\x14\x76\x8b\x98\x6b\x6d\xcd\x47\x0a\x7b\x14\xca\x5b\xe1\x9a\x66\x29\xa4\xb3\xdc\x6c\xac\x00\x78\x68\x7c\xe6\x74\x43\xfd\x0d\xe8\xdb\xea\xc9\x09\xf9\xa1\x3d\x8b\x12\x63\x56\x7a\xcc\x5f\xe1\x3b\x13\xe4\x39\xef\x74\x67\x74\x29\x26\xf6\x10\xa7\x96\x66\x9e\x8e\x38\xc2\x79\x30\x62\x97\xce\x22\x8f\x9f\x3f\xd7\x84\xdb\x76\xf0\x5b\x47\xb7\xfa\xae\x1d\x7c\xee\xc9\x34\xcf\xac\x68\x16\xeb\x81\x14\x25\xc4\xc7\x5d\x50\x89\xf2\xd1\xde\x5b\x31\x0f\x8a\x33\xce\x39\x12\xa7\x2e\x00\x6b\xb6\xdc\x48\xfa\x8b\x17\x6b\x80\xc3\xde\x8b\xf2\x8f\xeb\xc6\xca\xa7\x67\x13\x5e\x52\xef\xb2\x6b\x87\x55\x79\xc5\x15\x5d\x26\x67\x01\x80\x26\xc2\xce\xbd\x5b\x2e\xa8\x5c\xad\x1f\xbb\x55\x71\x2d\xe8\x17\x0f\xfa\xac\xf5\x3b\x76\x43\xd3\xc6\xa6\x2b\x8c\x64\x30\xa8\xbf\x1a\xdf\x2e\x23\xdb\xe1\x34\xe2\xa2\x6d\x4d\x57\x81\x84\x0b\xc2\x4a\x4f\xb7\x0a\xf7\x33\x83\x71\x43\x90\xbb\x02\xd4\x62\x69\x97\xa9\xe5\xd0\x8a\xb5\xb4\x26\x78\x6c\x05\x10\xc5\x1b\x51\xeb\x10\xb9\x41\x5b\x8d\x5a\x8d\xf3\x59\x7a\x24\x5d\x20\xc2\x70\x4b\x10\xea\x68\x43\x99\x03\x88\xe9\xe4\x34\xc5\xdf\x87\xb5\x18\xeb\x4f\xa1\x08\xfb\xa8\x15\x7a\xdc\xb4\xb1\xfb\x74\x80\x2e\x6e\x95\xab\x07\xe6\x8b\x4c\x32\xcf\x38\xaf\x1a\x9a\xfb\xe3\x75\x4b\x0b\x5e\x2a\xa5\x5f\xed\x37\x5e\x01\x0c\xf3\xae\xbc\x63\xc5\x67\x11\xa3\x05\x6d\x77\x8e\x28\x69\x8b\xff\x2a\xa3\xff\x5d\x46\x41\xb0\xec\xea\x00\x7e\xe7\x8f\x29\xef\x2c\xba\xe2\x67\x52\x2d\xcf\x06\x6c\x3a\xfb\x36\xa5\xde\xf5\x59\x04\x77\xfb\xe6\xa6\x27\xd3\xa0\x91\x59\x22\xd3\xea\x7d\xda\xb9\xda\x2e\xbd\xde\xaa\x55\xfc\xe8\x6d\xfa\x4a\x74\x11\x59\x71\xd5\xa8\x10\x64\x66\x6e\x10\xbe\x09\x3d\x6c\x8b\xfc\x9c\x28\x3d\xbe\x21\xba\x09\xe0\x5c\x4a\xa7\x3e\x3a\xf6\xbb\xdd\x0a\x6d\x2a\xba\x3e\x3b\xec\x8d\xd1\x9d\x39\xe6\xd3\xbf\x50\xba\x30\x4f\xd5\x2e\x6c\x91\xb4\xe6\x03\x9e\x5c\x11\x65\xc5\xb4\x11\x9c\x93\x1e\xfb\xa8\xde\x3d\x7a\xfd\xf5\x3b\x30\x4a\x97\xeb\x3d\xb7\x39\x02\x1e\xb4\xe8\xf0\x88\x64\xcb\x87\x62\x9c\xc8\x35\xd5\x0e\xa4\x24\xc3\xb8\x0a\x46\x09\x78\xcf\xea\xe0\x65\x82\xc0\xf3\x74\x94\xf2\x29\x3a\x8a\xa2\xb8\x3e\xc9\xb5\x3b\x17\x6c\x9f\xdc\xee\x8b\xb5\x7d\x46\x55\xa9\x2f\x60\x49\x21\xdb\x60\x2c\xa3\x39\x44\x2a\xea\x1a\x38\xfe\x66\xad\x1c\xc1\xaa\xe9\x2e\x98\xf1\x80\xd0\x14\x77\x9b\x80\xdb\x2c\xef\xa3\x45\xe9\x7e\x34\xf1\x94\xfb\x2a\x1b\x32\x73\x69\x88\x3e\x14\x94\xf1\x70\x28\x3d\x9e\x78\x76\x6a\xa1\x9b\x53\xf2\x46\xa4\x89\x0d\xfc\x81\xd8\xf4\x5a\xae\x38\x36\x3d\x9f\xb0\x8a\xc3\xc5\xd2\xe7\x54\xda\x26\x65\x49\xbd\xd4\x92\xfa\xaa\x58\x2d\x81\x17\x8c\x3f\xf3\xda\xd8\x37\xa5\xdb\x96\x62\xa2\xdc\x85\x4a\x42\xbf\x50\x6d\x23\x13\xeb\x2c\xb8\xaf\x94\x90\xd8\xee\xf5\x48\xc7\x2a\x27\x97\x12\xf8\x62\x26\xbb\x54\x45\xe2\xe4\x60\x47\xc6\x9b\x0b\xd9\x7d\x31\x74\x7b\x99\x7a\x5d\xc1\x8b\x7c\xc5\x95\x3a\x4f\xa3\x4f\xb3\xd4\xff\x65\x59\x95\x73\x5b\x68\x5d\xc1\xf0\x59\xd3\xaf\x50\xb8\xe2\xc4\xce\xbe\x15\x85\x7a\xe7\x5a\xd0\xf4\x12\x56\x11\x27\xb0\xe1\xbb\x2b\x8d\x94\xdf\x1d\x3b\x62\xcb\x9d\xbd\xa2\xca\x90\x33\xb9\x5a\xff\x32\x52\xad\x16\x6d\xcf\x21\x58\xcf\x3a\xa1\xa8\x6e\x2f\x51\x52\x32\x7f\x30\x01\x52\x42\x4e\xfa\x61\xba\x18\xee\x8c\x7f\xe1\xa2\x5f\x1f\x97\xb7\x93\xc7\x6a\x35\xd9\x3e\x54\xab\xf5\xec\x1e\x04\xb0\xb7\x0f\x93\xa7\xe5\xa6\x9a\x2e\x17\xab\xe5\xd3\xec\x69\x7b\xf3\x7f\x85\x56\xe1\x5c\xbc\xf9\x5f\x37\x37\xff\xef\xff\x07\x00\x00\xff\xff\xde\x08\xda\xec\xe2\x4e\x61\x00") - -func pkgUiStaticReactStaticJsMain57c9e390JsMapBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticJsMain57c9e390JsMap, - "pkg/ui/static/react/static/js/main.57c9e390.js.map", - ) -} - -func pkgUiStaticReactStaticJsMain57c9e390JsMap() (*asset, error) { - bytes, err := pkgUiStaticReactStaticJsMain57c9e390JsMapBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/js/main.57c9e390.js.map", size: 6377186, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849Ttf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x7c\x1b\xd5\xb9\xf8\xfd\x3c\x33\x92\xc6\xb2\x36\x6b\x19\x8d\x25\xdb\x1a\x8d\xc6\xd2\x78\x91\x64\x5b\xa3\xd1\x78\xcb\x28\xb1\x9d\x3d\x64\x5f\x4c\x16\x67\x25\x09\x09\x4b\x02\x81\xb0\x99\x9d\x84\x00\x6d\xb8\x40\x53\x28\x81\x6e\x40\x21\x6d\x81\x2e\x70\x6f\x6b\xb7\xa5\x2d\xbd\x49\x17\xd2\xde\x42\x7b\xdb\xa6\x74\x83\xdb\x82\x54\x52\x6e\x09\x5d\xdc\x68\x78\x3f\x67\x8e\xec\x38\x5c\xfa\x7b\x97\x7f\xdf\xeb\xf8\xab\x59\x74\xe6\xcc\x39\x67\x9e\xe7\x39\xcf\x73\xce\x19\x07\x10\x00\x5c\x70\x33\xb0\xd0\x39\x77\xc5\xaa\x81\xf8\xdd\xc9\xeb\x00\xb0\x1b\x00\x56\x2e\x59\xd1\x91\x9b\x79\xc7\xfc\xab\x01\xf0\x1e\x00\x58\xbd\xf5\xd2\xcd\x7b\xde\x3e\x78\x7f\x05\xc0\xf1\x37\x80\xe0\xd2\x1d\x97\x5c\xbb\x7d\xfb\x67\x5e\xfe\x39\x40\xe3\x2b\x00\x5f\xbf\x61\xe7\x45\x9b\xb7\x45\x6e\x7f\x7c\x04\x00\x7e\x03\x00\x85\x9d\x3b\x2f\xda\xcc\xfd\xa7\xbd\x15\x00\xc6\x01\xa0\x79\xe7\xa5\xfb\xae\xf9\xef\x4f\x00\x00\xe0\xeb\x00\xf6\xd0\x25\x97\x6f\xdd\xfc\x54\xff\xcf\xaf\x03\x88\xce\x03\x60\xee\xb9\x74\xf3\x35\x7b\x98\x4d\xf0\xef\x00\x58\x0f\x00\xf1\xcb\x36\x5f\x7a\x91\xf4\xd4\xac\x5b\x00\x4e\x2d\x05\x60\x6a\xf7\x5c\x7e\xe5\xbe\x4b\xc2\x03\x45\x80\x57\xd7\x03\xf8\x59\x52\x76\xf6\x0d\x92\x1f\xf9\x7c\xef\x1f\xec\x5b\x56\x6d\xa6\xfd\xe0\x6c\xeb\x0c\x02\xac\xf2\x7f\xfe\xc0\x46\x5f\xff\xbb\xe0\xa2\x57\x9c\xea\xef\x5c\x78\x6e\xfb\xde\x04\xfb\x16\xfb\x26\x00\xd4\x00\x33\x79\xa9\x75\xf5\x57\xc1\x6f\x1d\x91\xb3\xb5\x50\x0b\x00\xef\x9d\xfb\x1e\x6a\xa1\x13\x0c\x60\x86\xe6\x2c\x5a\x09\xde\x4b\x36\xef\xbb\x0c\xa2\x60\x9b\xf6\xfd\xf4\x7d\xbc\xe4\xe2\x1d\x9b\xa1\x66\xf2\x08\x6c\xd6\xb7\x08\x35\x80\xe0\x98\x3c\xcb\xfe\x17\xde\x0b\x76\x00\xf0\x31\xa4\xc5\xee\xa1\x5b\xfc\x0d\x74\x21\x43\x0a\x61\x67\xe1\x03\x7f\x96\x6e\x9f\xbd\x0d\x66\x96\x36\x95\x3f\x6b\xd5\x6e\x2d\xfb\xe6\x54\x9e\xd5\x1f\x72\xfe\x7f\xf9\x5f\xfe\x97\xff\xe5\x7f\xb1\x4c\x22\xb1\xb3\xc4\x9e\xa6\xa9\xa5\xb6\xd9\xa8\xbd\x64\x4c\xb0\x7a\x16\x48\x03\x4b\x2c\xbe\xcd\x06\x36\xe6\xc7\x00\xe0\xb5\x7a\x07\x47\xe9\xce\xd2\x3d\xa5\xe3\xa5\xef\x96\x17\x97\x3f\xfb\xde\x7b\x00\xa5\x4d\xa5\xbb\x4a\x87\x4b\xdf\x2d\xfd\xa0\xbc\xf4\xbd\xf7\xce\xef\x7e\xc0\x0b\x23\xb0\x05\x7e\x0c\x3f\xc6\x9f\x5a\x77\xfb\x24\xfc\x17\xfc\x0e\x6e\x87\x9f\x60\x02\xfe\x1d\xde\x83\xe7\x91\x05\x0d\x67\xc0\x19\x38\x0b\xff\x80\x5d\x90\x82\x93\xb0\x19\x3e\x02\x9f\x87\x0c\x4a\xb0\x1a\xbc\xd8\x0f\xfb\x60\x2b\xfc\x1a\xbe\x09\x63\x30\x8e\xed\x70\x2f\x8c\xc2\x9d\x98\x44\x2f\x5c\x84\x22\x72\x18\xc6\x10\xd6\xa0\x80\x31\x8c\x60\x00\xee\x42\x0f\x36\x00\x03\x36\xb0\x83\x03\x38\xa8\x01\x27\xd4\x82\x0b\xdc\xe0\x81\x3a\xf0\x43\x00\x82\xd0\x0f\x33\xc0\x80\x22\x0c\xc0\x20\x84\x80\x87\x30\x08\x50\x0f\x0d\xd0\x08\x4d\x10\x03\x11\xe2\x20\x41\x02\x64\x68\x86\x24\x28\xd0\x02\xad\xd0\x06\xed\x90\x86\x2c\x74\x40\x17\xe4\x40\x85\x3c\x14\x40\x87\x6e\xe8\x81\x39\x30\x17\xe6\xc1\x02\x58\x02\xcb\x60\x39\xac\x80\x95\xb0\x0a\xd6\xc0\x30\x5c\x08\x6b\x61\x1d\xac\x87\x0d\x30\x02\x1b\x61\x13\x6c\x81\x6d\xb0\x1d\x76\xc2\xc5\x70\x09\x5c\x0a\x97\xc1\xe5\xb0\x07\xf6\xc2\x15\x70\x25\x5c\x05\x57\xc3\x7e\xb8\x06\xae\x85\xeb\xe0\x7a\xb8\x01\x6e\x84\x9b\xe0\x66\xb8\x14\x6e\x81\x5b\xe1\x36\xb8\x03\x0e\xc0\x21\xb8\x1b\xee\x81\x0f\xc1\x61\xf8\x17\xb8\x0f\xee\x87\x07\xe0\x08\x7c\x14\x1e\x84\x87\xe0\x63\xf0\x30\x1c\x85\x47\xe0\x51\xf8\x04\x7c\x0a\x3e\x0d\x4f\xc0\x53\x70\x0c\x3e\x0b\x9f\x83\xa7\xe1\x19\x78\x16\xbe\x00\x5f\x84\xe7\xe0\x5f\xe1\xdf\xe0\x2b\xf0\x55\xf8\x1a\x7c\x1d\xbe\x01\x2f\xc0\xb7\xe1\x45\x38\x0e\xdf\x83\xef\xc3\x0f\xe0\x25\xf8\x21\xfc\x08\xfe\x03\x7e\x0c\x2f\xc3\x2b\xf0\x9f\xf0\x33\xf8\x39\xfc\x02\x4e\xc1\x2f\xe1\x55\xf8\x15\xfc\x06\x7e\x0b\xaf\xc1\xeb\xf0\x7b\xf8\x03\xbc\x01\x6f\x42\x09\xca\xf0\x47\x38\x0d\x7f\x82\xb7\xe1\xbf\xe1\xcf\xf0\x0e\xfc\x15\xfe\x06\x7f\x87\x09\xa8\x80\x89\x80\x88\x0c\xda\xd0\x8e\x4e\xac\x45\x17\xba\xd1\x87\x75\xe8\xc7\x20\xf2\x58\x8f\x51\x6c\x44\x19\x9b\x31\x85\x0a\xb6\x60\x2b\xb6\x61\x1a\x33\x98\xc5\x0e\xec\xc4\x2e\x54\x31\x8f\x1a\x16\x50\xc7\x6e\xec\xc5\x3e\x34\xb0\x88\x33\x71\x16\x0e\xe0\x20\x0e\xc1\x63\xf0\x38\x7c\x06\x9e\x84\x99\x30\x0b\x16\xc1\x05\xb0\x18\x86\xb0\x09\x16\xc2\x52\x98\x0f\x7d\x10\x81\x28\x7c\x09\x76\xc0\x6e\xf8\x30\xe6\x00\xc1\x07\xb3\xe1\xe3\xf0\x2d\x78\x0b\xe3\x70\x02\x0e\xc2\x5f\xe0\x5d\xf8\x0e\x3a\xe0\xbb\xf0\x53\xe8\xc5\x1e\xe8\x84\x2f\x03\xa0\xe3\x83\x3d\x89\xff\x5f\xfd\xb8\xc9\x87\x6f\x11\x3d\xc0\xd9\x44\x97\x29\xc4\x2e\x94\x36\x53\xe0\x93\x00\xa5\x2d\x14\xf8\x2f\x80\xd2\x56\x0a\xfc\x0e\xa0\xb4\x8d\x02\xb7\x03\x94\x2e\xa2\xc0\x4f\x00\x4a\xdb\x29\x98\x00\x28\xed\xa0\x10\xbf\xb6\xb4\x93\x42\xbc\xc8\xd2\xc5\x14\x78\x1e\xa0\xb4\x8b\x82\xe4\xbe\xbb\x29\xa0\x01\x94\x2e\xa1\xe0\x0c\x80\xd2\xa5\x14\x38\x03\x50\xba\x8c\x02\x67\x01\x4a\x97\x53\xe0\x1f\x00\xa5\x3d\x14\x20\xf9\xed\xa5\x40\x0a\xa0\x74\x05\x05\x4e\x02\x94\xae\xa4\x00\xa9\xdf\x3e\x0a\x7c\x04\xa0\x74\x15\x05\x3e\x0f\x50\xba\x9a\x02\x19\x80\xd2\x7e\x0a\x4a\x00\xa5\x6b\x28\xb0\x1a\xa0\x74\x2d\x05\xbc\x00\xa5\xeb\x28\xd8\x0f\x50\xba\x9e\x02\x24\xef\x1b\x28\x40\xda\x6c\x94\x02\xbf\x06\x28\xdd\x48\x81\x6f\x02\x94\x6e\xa2\xc0\x18\x40\xe9\x66\x0a\x89\x17\x4a\xb7\x50\xb0\x1d\xa0\x74\x2b\x05\xee\x05\x28\xdd\x46\x01\x92\xdf\xed\x14\xb8\x13\xa0\x74\x07\x05\x93\x00\xa5\x03\x14\x24\x65\x3b\x48\x01\xf2\x7c\xee\xa4\xa0\x08\x50\xba\x8b\x82\x1c\x40\xe9\x6e\x0a\x86\x01\x4a\xf7\x50\x30\x04\x50\x3a\x4c\xc1\x1a\x80\xd2\xbd\x14\x14\x00\x4a\xff\x42\xc1\x18\x40\xe9\x3e\x0a\x46\x00\x4a\xf7\x53\x30\x00\x50\x7a\x80\x02\xe4\x3e\x1f\xa1\xa0\x07\xa0\x74\x84\x82\x0d\x00\xa5\x8f\x52\x48\x7c\x51\x7a\x90\x42\xfa\xa2\xd2\x43\x14\xd2\x47\x95\x3e\x46\x21\x1e\x7d\xe9\x61\x0a\x90\x32\x1f\xa5\x90\x98\xa2\xf4\x08\x05\x9c\x00\xa5\x47\x29\xa4\xef\x2a\x7d\x9c\x02\x2e\x80\xd2\x27\x28\x44\xea\x4b\x9f\xa4\x00\x29\xcf\xa7\x28\x50\x07\x50\xfa\x34\x85\x44\x3d\xa5\xc7\x28\x40\xea\xf2\x38\x05\x82\x00\xa5\x27\x28\x40\x9e\xf5\x67\x28\x40\xe4\xf3\x49\x0a\x18\x00\xa5\xa7\x28\x50\x04\x28\x1d\xa3\xc0\x00\x40\xe9\xb3\x14\x18\x04\x28\x7d\x8e\x02\xa4\x9d\x3f\x4f\x01\x1e\xa0\xf4\x34\x05\xc8\xb3\x78\x86\x02\xa4\xcd\x9f\xa5\x40\x3d\x40\xe9\x0b\x14\x20\x6d\xf8\x45\x0a\x34\x02\x94\xbe\x44\x81\x26\x80\xd2\x97\x29\x40\x9e\xd1\x73\x14\x20\xcf\xfd\x79\x0a\xc4\x01\x4a\xff\x4a\x01\x22\xdb\xff\x46\x01\xa2\xb3\x5f\xa1\x80\x0c\x50\xfa\x2a\x05\x9a\x01\x4a\x63\x14\x20\x32\x36\x4e\x01\x05\xa0\xf4\x35\x0a\xb4\x00\x94\xbe\x4e\x81\x56\x80\xd2\x37\x28\xd0\x06\x50\x7a\x81\x02\x44\x9e\xbf\x49\x21\xbe\x47\xe9\x5b\x14\xc8\x02\x94\xbe\x4d\x81\x0e\x80\xd2\x8b\x14\xe8\x02\x28\x7d\x87\x02\x39\x80\xd2\xbf\x53\x40\x05\x28\x1d\xa7\x40\x1e\xa0\xf4\x5d\x0a\x14\x00\x4a\x3f\xa0\x80\x0e\x50\x7a\x89\x02\xdd\x00\xa5\x93\x14\xe8\x01\x28\xfd\x90\x02\x73\x00\x4a\x3f\xa2\xc0\x5c\x80\xd2\x7f\x50\x60\x1e\x40\xe9\xc7\x14\x58\x00\x50\x7a\x99\x02\x4b\x00\x4a\xaf\x50\x60\x19\x40\xe9\x27\x14\x58\x0e\x50\xfa\x29\x05\x56\x00\x94\xfe\x93\x02\x2b\x01\x4a\x3f\xa3\xc0\x2a\x80\xd2\xcf\x29\xb0\x06\xa0\xf4\x0b\x0a\x0c\x03\x94\x4e\x51\xe0\x42\x80\xd2\x2f\x29\xb0\x16\xa0\xf4\x2a\x05\xd6\x01\x94\x7e\x45\x81\xf5\x00\xa5\x5f\x53\x60\x03\x40\xe9\x37\x14\x18\x01\x28\xfd\x96\x02\x1b\x01\x4a\xbf\xa3\x00\xb1\xeb\xaf\x51\x80\xd8\xf2\xd7\x29\x40\xec\xf7\x7f\x51\x80\xd8\xec\xdf\x53\x80\xd8\xe9\x3f\x50\x80\xd8\xe9\x37\x28\x40\xec\xf1\x9b\x14\x20\xf6\xb8\x44\x01\x62\x8f\xcb\x14\x20\xf6\xf8\x8f\x14\x20\xf6\xf8\x2d\x0a\x10\x7b\x7c\x9a\x02\xc4\x1e\xff\x89\x02\xc4\x1e\xbf\x4d\x01\x62\x83\xff\x9b\x02\xc4\x06\xff\x99\x02\xc4\x06\xbf\x43\x01\x62\x83\xcf\x50\x80\xd8\xe0\x77\x29\x40\x6c\xf0\x5f\x28\x40\x6c\xf0\x5f\x29\x40\x6c\xf0\xdf\x28\x40\xec\xee\xdf\x29\x40\xec\xee\x04\x05\x88\xdd\xfd\x07\xc5\xaa\xd7\x59\x0a\x10\x1b\x5c\xa1\x00\xb1\xc1\x26\x05\x88\x0d\x7e\x8f\x02\x77\x00\x90\x6a\x13\xe0\x00\x40\x19\x29\x70\x08\xa0\xcc\x50\xe0\x6e\x80\x32\x4b\x81\x7b\x00\xca\x36\x0a\x7c\x08\xa0\x6c\xa7\xc0\x61\x80\xb2\x83\x02\xff\x02\x50\xe6\x28\x70\x1f\x40\xb9\x86\x02\xf7\x03\x94\x9d\x14\x78\x00\xa0\x5c\x4b\x81\x23\x00\x65\x17\x05\x3e\x0a\x50\x76\x53\xe0\x41\x80\xb2\x87\x02\x0f\x01\x94\xbd\x14\xf8\x18\x40\xd9\x47\x81\x87\x01\xca\x75\x14\x38\x0a\x50\xf6\x53\xe0\x11\x80\x72\x80\x02\x8f\x02\x94\x83\x14\xf8\x04\x40\x39\x44\x81\x4f\x01\x94\x79\x0a\x7c\x1a\xa0\x1c\xa6\xc0\x13\x00\x65\x81\x02\x4f\x01\x94\xeb\x29\x70\x0c\xa0\x1c\xa1\xc0\x67\x01\xca\x51\x0a\x7c\x0e\xa0\xdc\x40\x81\xa7\x01\xca\x8d\x14\x78\x06\xa0\xdc\x44\x81\x67\x01\xca\x31\x0a\x7c\x01\xa0\x2c\x52\xe0\x8b\x00\xe5\x38\x05\x9e\x03\x28\x4b\x14\xf8\x57\x80\x72\x82\x02\xff\x06\x50\x96\x29\xf0\x15\x80\x72\x33\x05\xbe\x0a\x50\x4e\x52\xe0\x6b\x00\xe5\x14\x05\xbe\x0e\x50\x56\x28\xf0\x0d\x80\x72\x0b\x05\x5e\x00\x28\xb7\x52\xe0\xdb\x00\xe5\x36\x0a\xbc\x08\x50\x6e\xa7\xc0\x71\x80\x72\x9a\x02\xdf\x03\x28\x67\x28\xf0\x7d\x80\x72\x96\x02\x3f\x00\x28\x77\x50\xe0\x25\x80\x72\x27\x05\x7e\x08\x50\xee\xa2\xc0\x8f\x00\xca\x39\x0a\xfc\x07\x40\x59\xa5\xc0\x8f\x01\xca\x79\x0a\xbc\x0c\x50\xd6\x28\xf0\x0a\x40\xb9\x40\x81\xff\x04\x28\xeb\x14\xf8\x19\x40\xb9\x9b\x02\x3f\x07\x28\xf7\x50\xe0\x17\x00\xe5\x5e\x0a\x9c\x02\x28\xf7\x51\xe0\x97\x00\xe5\x7e\x0a\xbc\x0a\x50\x9e\x41\x81\x5f\x01\x94\x0d\x0a\xfc\x06\xa0\x5c\xa4\xc0\x6f\x01\xca\x33\x29\xf0\x1a\x40\x79\x16\x05\x5e\x07\x28\x0f\x50\xe0\xf7\x00\xe5\x41\x0a\xfc\x01\xa0\x3c\x44\x81\x37\x00\xca\xb3\x29\xf0\x26\x40\x79\x0e\x05\x4a\x00\xe5\xb9\x14\xa2\x58\xe5\x79\x14\xf8\x23\x40\x79\x3e\x05\x4e\x03\x94\x17\x50\xe0\x4f\x00\xe5\x85\x14\x78\x1b\xa0\xbc\x88\x02\xff\x0d\x50\xbe\x80\x02\x7f\x06\x28\x2f\xa6\xc0\x3b\x00\xe5\xa5\x14\xf8\x2b\x40\x79\x19\x05\xfe\x06\x50\x5e\x4e\x81\xbf\x03\x94\x57\x50\x60\x02\xa0\xbc\x92\x02\x15\x80\xf2\x2a\x0a\x98\x00\xe5\xd5\x14\xa2\xf2\xe5\x35\x14\x24\x36\x60\x98\x82\xc4\x06\x5c\x48\x41\xa2\xf7\x6b\x29\x48\xf4\x7e\x1d\x05\x89\x4e\xaf\xa7\x20\xd1\xe9\x0d\x14\x24\x3a\x3d\x42\x41\xa2\xd3\x1b\x29\x48\x74\x77\x13\x05\x89\xee\x6e\xa6\x20\xd1\xdd\x2d\x14\x24\xfa\xba\x95\x82\x44\x47\xb7\x51\x90\xe8\xe2\x45\x14\x24\xfa\xb7\x9d\x82\x44\xe7\x76\x50\x90\xe8\xca\x4e\x0a\x12\x5d\xb9\x98\x82\x44\x3f\x76\x51\x90\xe8\xc7\x6e\x0a\x12\xfd\xb8\x84\x82\x44\x3f\x2e\xa5\x20\xd1\x8f\xcb\x28\x48\x74\xe2\x72\x0a\x12\x9d\xd8\x43\x41\xa2\x13\x7b\x29\x48\x74\xe2\x0a\x0a\x12\x9d\xb8\x92\x82\x44\x27\xf6\x51\x90\xe8\xc1\x55\x14\x24\x7a\x70\x35\x05\x89\x1e\xec\xa7\x20\xd1\x83\x6b\x28\x48\xf4\xe0\x5a\x0a\x12\x3d\xb8\x8e\x82\x44\xf6\xaf\xa7\x20\x91\xfd\x1b\x28\x48\x64\x7c\x94\x82\x44\xc6\x6f\xa4\x20\x91\xf1\x9b\x28\x48\x64\xfc\x66\x0a\x12\x19\xbf\x85\x82\x44\xc6\x6f\xa5\x20\x91\xf1\xdb\x28\xf0\x18\x40\xf9\x76\x0a\x3c\x0e\x50\xbe\x83\x02\x9f\x01\x28\x1f\xa0\xc0\x93\x00\xe5\x83\x14\x20\xf7\xba\x93\x02\xe4\x5e\x87\x28\x40\xe4\xfa\x2e\x0a\x10\xb9\xbe\x9b\x02\x44\xae\xef\xa1\x00\xb9\xef\x87\x28\x48\x6c\xe7\x87\x29\x40\xf4\xe3\x30\x05\x88\xec\xdf\x4b\x01\xa2\x4f\xff\x42\x01\xd2\x0e\xf7\x51\x80\xd8\xe9\xfb\x29\x40\xe4\xe4\x01\x0a\x7c\x09\xa0\xfc\x11\x0a\x10\x79\x39\x42\x01\x22\x0b\x1f\xa5\x00\xb9\xe7\x83\x14\x24\x36\xec\x21\x0a\x51\x92\xf2\xc7\x28\x40\x64\xf8\x61\x0a\x10\x1b\x70\x94\x02\x1f\x07\x28\x3f\x42\x81\x6f\x01\x94\x1f\xa5\xc0\x5b\x00\xe5\x8f\x53\x90\xd8\xfb\x4f\x50\xe0\x04\x40\xf9\x93\x14\x20\xed\xf7\x29\x0a\xfc\x05\xa0\xfc\x69\x0a\xbc\x0b\x50\x7e\x8c\x02\xdf\x01\x28\x3f\x4e\x41\xd2\xdf\x3e\x41\x81\xef\x02\x94\x3f\x43\x81\x9f\x02\x94\x9f\xa4\x00\x91\x93\xa7\x28\x48\x6c\xe7\x31\x0a\x10\xf9\xfc\x2c\x05\xbe\x6c\x85\xd0\xdf\xc2\x00\xb6\xe1\x7a\xbc\x01\x8f\xe0\xb3\xf8\x03\xfc\x1d\xfe\x8d\xf1\x32\xcd\x8c\xc1\x5c\xcd\xfc\x85\x5d\xca\xde\xca\xfe\xca\x06\xb6\x21\xdb\xaf\xec\x60\xbf\xce\x7e\xc6\x71\x82\x7b\xa2\xc6\x5b\xd3\x5c\x73\x45\xcd\x9d\x35\x8f\xd6\x3c\x5f\x73\xb2\xe6\x6d\xa7\xc3\x19\x72\x76\x3b\xb7\x3b\x1f\x70\xfe\xaa\x76\x7d\xed\x7d\xb5\x7f\x74\xa5\x5d\x73\x5c\x9f\x73\x07\xdc\x97\xb9\x1f\x70\x9f\xf0\x80\x67\xa6\x67\xa7\xe7\x63\x9e\x27\xbd\x05\xef\x63\x3e\x87\xef\x12\xdf\x63\xbe\xef\xf9\x5e\xf7\xfd\xa5\xae\xa6\x2e\x5c\x97\xad\x33\xea\xb6\xd5\xfd\xd1\xef\xf0\xdf\xe0\xbf\xcf\xff\x9b\x40\x7d\x20\x17\xd8\x19\xb8\x35\xf0\x44\xe0\xab\x81\x89\x60\x73\x70\x69\xf0\xbe\xe0\x93\x21\x23\xb4\x2f\xf4\x89\x90\xc9\xc7\xf9\x05\xfc\x1e\xfe\x51\xfe\x05\xfe\xf7\xe1\x58\x78\x79\xf8\xba\xf0\xb1\xf0\x2f\x84\x1a\xe1\x9a\x7a\xa6\xbe\xbf\xfe\xd6\xfa\xdf\x47\xf2\x91\xc7\xa2\xb6\xe8\x40\xf4\x68\x43\xb8\x61\x7b\xc3\x57\x1b\x99\xc6\xcb\x1a\x1f\x68\x3c\xd1\x58\x6a\xba\xa6\xe9\x68\xd3\x0b\x4d\xbf\x8b\x75\xc7\xae\x88\x3d\x29\x26\xc4\x1f\xc5\x9b\xe3\x97\xc5\x27\xa4\xfb\x12\x46\xe2\x56\xb9\x57\x7e\xa5\xf9\x63\xc9\x74\xf2\x8a\xe4\x81\xe4\x8f\x92\x7f\x4b\x19\xa9\x27\x53\x25\xa5\x51\xd9\xa5\xfc\xa8\xc5\xd1\x32\xd2\xf2\xd5\x56\x6f\xeb\xfa\xd6\x7b\x5b\xdf\x68\x3b\xd6\xf6\x9b\xf6\xe5\xed\x2f\xa4\x6d\xe9\xed\xe9\x63\xe9\x57\x32\x03\x99\x91\xcc\x8d\xd9\x6c\x76\x41\xf6\x8a\xec\xb1\x8e\x70\xc7\x89\xce\xe6\xce\xb5\x9d\x07\x3a\x3f\xd7\xf9\xd3\xae\xda\xae\x1b\xbb\x1e\xec\x3a\x93\x6b\xce\xed\xca\x3d\x9b\xfb\xb3\x9a\x56\xb7\xa8\x0f\xa8\xdf\xcb\x07\xf2\x03\xf9\x1f\x69\x2d\x85\x74\xe1\x92\xc2\x93\x7a\xbd\x7e\xab\xfe\xfb\xee\x96\xee\x6d\xdd\x3f\xe8\xfe\x4d\x4f\xb8\x67\x53\xcf\x27\x7a\xc6\x7b\xfe\xd8\x5b\xd7\xfb\x40\xef\xcf\xfa\x2e\xe9\xfb\x59\xff\x40\xff\xb3\x33\x9a\x67\x6c\x9b\x71\xcf\x8c\x3f\x1a\x5e\xa3\xd1\x78\xbb\x78\x49\xf1\x81\x99\x8d\x33\xf7\xcc\x2c\xcd\x1a\x9e\xf5\xc5\x01\xef\xc0\xc0\xc0\x8d\x03\xbf\x1b\x5c\x34\xf8\xe5\xc1\xd3\x43\xf5\x43\xbd\x43\xd7\x0d\x9d\x18\xfa\xf3\xec\xb6\xd9\x3b\x67\xff\x78\x4e\x78\xce\xfa\x39\xa7\xe7\x8e\xcc\xfd\xe5\xbc\x96\x79\x4f\xcf\x7b\x7b\x7e\x6e\xfe\xa3\xf3\x4b\x0b\x76\x2d\xf8\xf0\x82\x67\x17\x7e\x6b\x11\x2c\x6a\x5c\x34\x6f\xd1\xb1\x45\x27\x2f\xb0\x5d\xb0\x78\xb1\x6d\x71\x76\xf1\x9e\xc5\xff\xb6\xf8\x37\x4b\x42\x4b\xfa\x97\x5c\xb7\x74\xe6\xd2\x1b\x97\x7e\x79\x19\x2c\xfb\xd6\xb2\xd3\xcb\x6f\x5c\x3e\xbe\x22\xbf\x62\xd3\x8a\x47\x57\x26\x56\x6e\x5a\x79\x6c\xe5\xdb\xab\xba\x57\xdd\xb5\xea\xcb\xab\x6d\xab\xd3\xab\x47\x56\x5f\xb7\xfa\x97\x6b\xfa\xd7\xfc\x79\x38\x3f\x3c\x67\x78\x78\x78\xd7\xf0\x0d\xc3\xbf\xbf\x30\x7b\xe1\x81\x0b\xbf\xba\xb6\x6e\xed\x83\x6b\x4b\xeb\xe2\xeb\xb6\xad\x7b\x71\x7d\xdd\xfa\x2d\xeb\xef\x5c\xff\xb9\xf5\x7f\xdc\x10\xdf\xf0\xa9\x0d\x2f\x8e\x1c\x1d\x79\x7b\xa3\x41\x22\xe8\xf7\xde\x63\xdf\x60\xdf\x80\x04\xf4\xc0\x42\xe2\xad\x62\x5e\x49\x29\xa9\x38\xe7\xe0\x1c\x7c\x48\x08\x8b\x18\xee\x0a\x93\x4d\x0c\x73\x85\x22\xe6\xb4\x82\x5e\xc0\x84\x92\x52\x0a\xba\x66\xd8\xd4\x5c\x58\x20\xff\xbc\xc8\xa6\xf2\x06\xea\x85\x5c\x8c\x09\x79\x99\x44\x16\x31\xaf\x29\x59\xb4\xd2\x15\xf4\x82\x92\xcf\x32\x09\x2f\x43\x32\xb4\xfe\x39\x38\x2f\x72\x0e\x3e\xa5\xa4\xb4\x3c\xf9\x3e\x47\xce\xf2\x21\x07\xfb\xc6\xd0\xe0\xde\x7d\xe6\xdb\xfb\xf6\x0e\x0e\x75\x66\x57\x20\x06\x6a\x59\xce\x66\x1c\x3e\x72\xd8\x68\xc7\x65\xd9\x4e\xd3\x3d\x7b\x96\xa1\xa3\xcd\x99\xc8\xea\x83\xb2\xba\x31\x99\x08\xd5\xda\xf5\x5b\x5e\xf5\x34\xa4\xc5\xa6\x39\xfd\xe9\x86\x68\x76\xc6\xe0\x8c\x2c\xbe\x88\xbe\xee\x96\x98\x5c\xe7\x09\xfb\x13\xd8\x3c\xb0\x7a\xd3\x9a\x99\xcd\x4e\x67\x9d\xbb\xc1\xe3\x97\x63\x4a\x8f\x0f\x67\x48\x89\xfe\xde\xad\xdb\x4f\x6f\xdf\xda\xdb\x3f\x80\xef\x1e\xbc\x6a\xef\xc0\xd0\xd0\xc0\xde\xab\x0e\xee\xb9\x68\xcb\x1c\x44\x2f\xc7\xd8\x6d\x6d\xe9\x74\x5b\x1c\xe7\x6e\xb9\xc8\xfc\x2a\xcf\xa7\x6a\x7c\x18\xef\x4b\x27\x02\x29\x59\xce\x36\xc4\x94\x56\x3c\x29\x0e\xf5\xa7\xbd\x9e\x86\x74\xff\x9c\xde\x6c\x34\x9a\x31\x5f\x46\x64\x3b\x96\xc7\xc2\x75\xb5\xde\x70\x83\x3e\xab\x73\xcd\xcc\x64\x72\xd6\x9a\x4e\xa9\x49\x8a\x08\x51\x6f\x6d\x9d\x10\x5b\xd6\xc1\xb0\x33\x16\x2f\x1d\xde\x4f\x6e\x4b\xee\x7f\xf5\x9a\x8f\xd3\x79\x54\xf6\x73\xec\x31\x68\x20\x96\x02\xc3\x5e\xe4\x52\x8a\xc1\x66\x19\xba\xc3\xe8\x85\x18\xc3\xd9\x13\xe4\x89\x58\xed\x97\x23\x2d\x66\x3d\x25\xf6\x18\x33\x6b\xdf\x5c\x74\xeb\xeb\x34\xec\xde\x74\xe5\x45\x33\x1d\xb1\xb8\x73\xe9\x75\x73\xba\x77\x2e\x69\xc7\xca\x33\x17\xcc\x9a\x99\x54\x94\xe4\xcc\x59\x0f\x0d\x14\x53\xa9\x54\xaa\x38\xc0\xdc\x3b\x77\x74\x89\x23\x1e\x73\xcc\xd8\x74\xc5\x96\x7e\xbb\x3a\xd2\xe3\x62\x66\x5f\x31\x0b\xb1\x7d\xc9\xce\x6e\x91\xa4\x78\xe8\xbc\x6b\x60\x72\x6e\x94\xdd\xcd\x1e\x03\x17\xf1\x0f\x24\xbf\xec\x97\x34\xc9\xaf\xfa\xd9\xdd\xe6\x21\xc3\x3c\x84\xfb\x0d\x46\x2d\x92\x6d\x11\xf7\x9b\x87\xe8\x5c\x2e\x7b\x8c\x3d\x06\x1e\x08\x40\x98\xf4\x08\x28\x71\xbc\xa0\xfa\x05\x49\xf7\xab\xba\xc6\x49\x9a\xc4\xa3\x5f\xf2\xb3\x12\x2f\xb1\x77\x9d\x7d\x45\x14\x45\x91\x79\x56\x14\xe3\x23\x95\x2e\xe6\x74\x65\x19\xb3\x77\x94\x64\xc7\x1e\x8b\x8f\x89\x95\x3f\x8a\x22\x13\x12\xc7\x8e\x8e\x8e\x56\x4e\xe2\x19\xd3\x8d\xfb\x8b\x93\x65\x3a\xcc\x7c\x86\xf4\x0d\x41\x81\x53\x34\x5d\xe0\x24\x45\x17\x78\x4e\xd1\xc7\x0f\x64\xc6\xc6\x32\x07\x98\xbd\x07\xc9\xf6\x20\x3e\x7f\x30\x3d\x9e\x1e\x4b\x1f\x38\x90\x1e\x4b\x8f\xa7\x0f\x9e\xab\xd3\x16\x76\x37\x38\x01\x82\xa8\xa2\x82\x7e\xd9\x8f\xdf\xc1\xee\x34\xf6\xa4\xcd\x4a\xd1\xac\xe0\xf3\xe6\x71\x6b\x9f\xb9\xa7\xb2\x0f\xd9\x73\xed\xa0\x90\x6b\x9c\xc8\xa3\x8e\x92\x26\xe1\xfb\xd2\xb1\x8a\x79\x3c\x6d\x9e\x48\x23\x6b\xa0\x6d\xea\x9a\x04\xd4\x02\x24\x51\x43\x0e\x25\x5e\x42\x81\x51\xb1\xdb\x3c\x91\x41\xb6\xb2\x8f\xf9\x90\x79\x36\x7d\x3b\xf6\xa4\xb1\x9b\xde\x38\x3d\x59\x3e\xe6\x11\xe6\x34\xb9\x17\x72\xb2\xa2\x0b\x7e\xd5\xaf\x33\x8f\x1c\x4d\x1f\x6d\xdf\x51\xdc\x81\x3f\x38\x7a\x34\xbd\x1d\xd7\x9b\x8f\xed\xa8\xa6\xfd\x0a\xf3\xac\x95\x96\xb6\x04\x2f\x09\x78\xe4\xe8\xd1\xcc\x0e\x2b\x09\x2e\x7c\xa4\xfd\x91\xf4\x8e\xe2\xfb\xd3\x5a\xad\x25\x69\x92\xc2\x34\x92\xec\xcc\xc7\x70\xfd\x0e\xe6\xd9\xf3\xd3\x4e\x96\x41\x57\x05\x4e\xf1\xcb\x7e\x0e\x7b\x8e\xa6\x8f\x92\x04\xcc\x72\x72\x03\xeb\xa2\xf3\xdb\xd3\x89\x32\x0a\xe8\x57\xfd\xc8\x6e\x99\x6c\x8c\x22\xb2\xef\xab\xb3\x35\xa3\x04\xec\x25\xec\x31\xe0\xa1\x11\xe2\x00\x49\x56\x53\x35\x59\xb3\xf3\x2a\xcf\x3a\x62\x8c\x2a\xe5\x0c\x06\x75\xbf\xee\x17\x24\x4e\x97\x04\x76\xdb\x3b\xc5\xa2\x79\xc2\x78\xa7\x86\xf1\x37\xfa\x99\xbd\x75\x8d\x7e\xc6\x1c\xe4\x46\xaf\x35\xef\xbd\x79\x13\x3e\xbb\xf9\x21\xfc\xd9\x84\x81\x68\xfc\xd5\x6c\xf6\xc6\x1b\xeb\xea\x1a\xe3\x78\xd2\x83\x36\x34\xff\x5a\xfa\xc7\xf8\x18\x54\xef\x47\xe4\x72\x06\xcc\x83\x55\x44\xd3\x44\xe4\x64\x62\xae\x94\x94\x92\x45\x4d\x56\x88\x62\xcd\x40\xcb\x22\x91\x7f\xaa\x83\xb3\xb4\xce\x32\x56\x4d\x18\xe2\x1c\x3e\x94\x94\x54\x07\xe6\xd4\x02\xe6\x0c\x46\x93\x43\x31\x06\x43\x5e\xcc\x32\x06\x93\x8b\x21\x9b\xa9\xf5\x25\xc5\x53\xc1\x64\xa6\x4b\x88\x7a\x82\xc1\x53\x62\xca\x6d\xaf\x89\x78\x82\xfe\x68\xdb\x9c\x0e\xcd\x1d\xf1\x70\x6e\x77\x47\x6b\x30\xe1\x0c\xd6\xd8\x3c\x11\x66\x38\xe2\x72\x33\x82\xab\xce\x7c\xa5\x36\x12\xa8\x1d\x75\x06\x22\xf8\x82\xba\x7a\xfb\x6a\x15\x73\xd6\xe7\x78\xb1\x7d\x77\x7b\x7d\xb6\x39\xe8\xac\x0d\x04\xb2\xf5\xed\xbb\x73\x91\x56\xe9\xae\x85\x39\xb1\x41\x88\xb4\x87\x82\xc1\x1c\xc3\x38\x9d\xad\xde\xb4\xd0\xa1\x1d\x4a\x75\x34\x76\xcf\x9e\x2d\xcd\xf5\x31\xe6\x77\x6a\x03\xbc\xd7\xcb\x07\x6a\x99\xbd\xea\x64\x5e\xea\xea\x6a\xfd\x2f\x66\x9f\x81\x18\xa4\x88\xff\x86\xa9\x19\x58\xc8\x32\x4a\xca\xcb\x70\x7c\xc8\x87\x82\x1a\x8a\x31\xa4\x5a\xaa\x6e\x77\x24\x52\x9a\x1a\xe6\x92\x56\x7b\x14\x74\x03\x85\x18\xcb\xf1\x21\x11\x25\x76\xa8\x1e\x5b\x17\x5f\xdc\x37\x38\xba\x45\xc3\xfa\x64\xec\x54\x50\xce\x76\x75\x24\x42\xa7\x62\xe6\xf3\x81\x7c\x72\x14\x83\xe6\x67\x84\xc6\x74\xaa\xe5\xa2\x7c\xe7\x8a\x62\x1c\x1b\x85\xca\x13\xb8\x62\xfe\xa2\xd1\xbe\x3d\x17\x76\x73\x5c\xdb\x85\xd7\x0e\xdc\xb5\x68\xde\x65\x6d\xf5\x59\x39\x18\x94\xb3\xf5\x6d\xab\x83\xc9\x68\x34\xb8\x7b\xce\xf2\xd5\x77\x69\x9b\xe5\x66\xc9\xe1\xc8\xcc\xbf\xb0\xf3\xc6\x35\xcb\x66\x57\x9f\x19\xf3\x27\x36\x03\x5e\x08\x83\x08\x90\xf4\xab\x39\xd2\x51\x70\x31\xe4\x43\x0e\x99\xe5\xd5\x5c\x41\xcb\xcb\x8a\xb5\x49\xb5\x23\xf6\xfc\x78\xe7\x2e\x35\x93\x9f\xb1\x67\xc7\x5d\xf7\xf4\xcd\xbe\xf1\xc3\x37\x77\x0f\x1a\xc5\x1b\xc7\x99\xbd\xab\x96\xa7\x07\x83\xde\x25\xfa\xca\x4d\xd8\xfc\xdb\x3e\x6d\xef\x40\x21\x9b\x27\x41\x35\x91\x58\x4b\x2e\x76\x43\x1d\x08\x10\x83\x04\xa4\xa0\x0d\xb2\x90\x83\x02\xb1\x5c\x3e\xec\x40\x89\xf3\x0b\x92\xa0\xea\x92\xee\x27\x47\x7e\x49\x20\xe7\xfd\xba\x64\x97\x79\x95\x97\x79\x55\x51\x79\x39\x29\xf3\x2a\x67\x1d\xf1\x32\x7b\x97\xf9\x54\xb8\xb5\x95\x37\x9f\x14\x45\x5c\x50\x48\x17\x70\x41\xdc\x6c\x77\x85\xcc\xe3\xd8\xde\x81\x0f\x98\x27\xc2\xce\x34\xb6\x9b\xee\x31\xfa\xc3\xec\x1d\xa7\x3f\xec\x6e\x67\x4b\x8b\x53\xac\x1c\x16\x0b\x05\x91\xd9\x5b\xf9\x98\xcb\xc9\xa8\x1d\x95\xb3\x4e\x27\x13\x49\x8f\x16\xc7\x8a\xe3\xc5\xf1\xa2\x51\x34\x8a\xd5\x95\x36\xc0\x66\xd8\x63\x50\x03\x5e\xcb\xc6\xfa\x05\x27\xea\x7e\x56\x91\x39\xbf\xc4\x7a\x2a\x27\xc5\x02\x32\xc8\xe8\xc5\xd7\xb2\xaf\xe1\x19\xf6\x58\xfc\xec\x2b\x3c\x8a\xe6\x6f\x79\x36\x5d\x49\x9e\x3d\xcb\x8c\xd3\x99\x5d\x5a\x77\x0f\xf8\xa1\x01\x44\x68\x25\x31\x9d\xa6\x48\x1c\x2f\x73\x96\xc1\x4e\xaa\xbc\x6c\xe7\x39\x4d\x91\x39\x5e\xd1\xec\xbc\xac\xd9\xfd\x02\x2f\xa8\xba\xa6\xfb\xd9\xbb\x7e\x11\x37\x4f\x88\xa7\x44\x91\x4d\xc7\x2b\x2f\x4d\x4c\xe0\x99\x09\x71\x2c\x3e\x81\xcf\x8f\x9a\xc7\x27\xc4\x71\x71\x82\x39\x3d\x22\x8a\x23\xa2\xe9\x16\x45\x3c\x33\x52\x34\x3a\xef\x11\xe3\x71\xf1\x70\x66\xdc\x30\x26\x70\xd6\xe1\xb0\x28\x86\x3e\x6c\x7e\xab\xda\x67\x10\x5b\xd0\x0a\x73\x61\x2b\x90\x88\xd0\x40\xb5\xea\x16\x78\x91\xd3\x88\x20\x1a\x4c\x96\xf5\xb2\x31\x14\xf8\x50\x58\xe0\xb3\x4c\x01\x1d\x32\x1f\x72\x28\x72\x4e\xee\x4a\x29\xa9\x19\x98\x48\x11\x69\xed\xc3\x5c\x98\x68\x6b\x30\xc4\x85\x9b\xd0\x60\x88\x72\x7b\x99\xb0\xa0\xe5\xf5\x94\xc1\xc4\x90\x57\xbc\x98\x48\x19\x98\x0b\xf3\xd8\x9c\xdd\xd5\xbd\x7d\xcd\xaa\x9c\x6a\x5c\xb1\x80\x6d\xe8\x59\x12\x13\xe6\xed\x1e\xbd\x71\xc7\x60\x30\x7e\x41\xb7\xcf\xb7\xed\x8e\xe8\x30\x8e\x3a\xdd\x01\xf7\x20\xb2\x3e\x9b\xd3\x1d\x48\x46\x67\x44\x93\xce\x65\x8d\x01\xa9\x99\x91\xe3\xed\x57\xef\x5f\xdd\x24\x67\x02\x4d\xb6\x59\x17\x6d\x33\xb6\x63\x73\x3e\x49\x60\x77\x89\x71\x35\xb7\x72\xf8\xa2\x25\x1f\xde\x1d\x65\xd9\x86\x94\x33\x7e\xf1\xcd\xb7\x5c\x32\x47\x68\x5c\x70\xe9\x4d\x37\x5c\x14\x77\x06\x9b\x3d\x6c\xf3\x13\x2f\x7f\xb3\xf2\x8a\xf3\x11\x4f\x00\x6d\x36\xa7\xe7\x91\x80\xfb\xc6\x68\x32\x19\xbd\xd1\xed\xc4\xce\x5c\x5b\x4c\x76\x88\x2b\xd6\xad\x94\xd2\x52\x7c\x78\xff\xd5\xad\xf6\xe6\x58\x7a\xd7\x0a\x31\xb1\x46\xc3\x68\x32\xa9\x26\x93\xd1\xe9\xf6\x8c\x03\x97\xd5\x0f\x4a\x82\x9f\x93\x14\xbf\xe0\x97\xfc\x49\x49\x93\x46\xd8\x74\x3c\x7e\xf6\x15\xd1\x60\x4e\x57\x02\x04\xf6\x58\xbc\x12\x10\x45\xe6\xf4\x2f\x4c\x37\x9e\x31\x46\x27\xf3\x78\x9c\x3d\x06\x3a\xcc\x82\x15\x24\x36\xce\x67\x31\xe1\xc5\x26\x94\x15\x4e\x20\x2e\xa0\x88\x44\xa2\x89\xa9\x14\x74\x81\x3a\x81\x82\xae\xe8\x85\x22\xaa\x9a\xac\x17\xb4\x7c\x07\xea\x0a\x27\x69\x79\x03\x73\x31\x6c\x42\x11\xc3\x7c\x88\xb3\x7c\x40\xe2\xdd\x15\x91\x79\xb2\x6b\xd5\xe6\x55\x5d\xf9\x9d\xc9\x8b\x30\x8e\x78\xcb\xc1\xba\x34\x73\x5d\x72\x9f\xad\x75\xe7\x15\xdb\x5b\x6d\xfb\x93\x37\x30\x99\x3a\xbc\xf3\x56\xc4\x38\xb3\x35\xb9\xd3\x3c\x22\xcf\x98\x3d\x43\xde\xc8\x34\x86\xf9\xf9\xeb\x36\xaf\x9b\xcf\x87\x1b\x19\xe6\x87\xcd\x5d\xab\xba\xba\x56\x75\x35\xef\x4c\x5e\xc4\xae\x5e\x17\x08\xb0\x79\x66\x78\x2e\x7b\x7d\xf2\x2a\x5b\x47\x3e\x97\xb5\x5d\x93\xbc\x91\x9d\xb7\x96\xc9\xb3\x81\xc0\x86\xd5\xec\x96\xe4\x8e\x66\xb9\x5f\x96\xfb\xe5\x66\x8d\x5d\xb0\x72\xfe\xe0\xcc\x8d\xb9\xdc\xc6\x99\x83\xf3\x57\x2e\x60\x81\xae\x53\xb3\xda\xcd\x07\x41\x10\x2c\xa9\x97\x41\x81\x76\xe8\x00\x15\x74\xe8\x83\x22\x0c\xc2\x5c\x58\x08\x4b\x2c\x5d\x90\x79\x49\x93\x27\xb5\x81\x95\x88\xf3\xa3\x49\x58\x55\x76\x41\xe6\xd5\x60\x75\x4b\x8e\x83\x32\xaf\x0a\xff\xe4\x98\xb5\x0c\xc3\x86\xa2\xe9\x36\x46\x2c\x8d\x29\xd2\xc7\xc2\x9c\xae\x1c\x36\xaa\x3f\xa3\xc5\x73\x3f\xa3\xc6\xb9\x9f\xa9\xf3\xec\x6e\xf2\x29\xd2\xe7\x58\xe9\x62\x54\xa3\x68\x1e\x27\x16\xc1\xc0\x6e\xba\x79\xce\xda\x4c\xed\x60\xb7\x31\x5d\x56\x86\xe0\x20\xdc\x0b\x80\x59\xe4\xbc\xb6\x54\x07\xa6\x88\x1f\xa9\xa5\x0a\x45\x34\x18\x8d\x38\x95\x59\x46\x4e\x70\x5e\x86\x73\x08\xa1\x98\x5d\x08\x0b\x05\x9d\x78\xa0\x7a\x96\xb5\xd2\xb2\x0e\xc5\xba\x82\xfa\xf6\xc4\x7b\x37\xb0\x88\x05\x1a\x07\xc4\x90\x0f\xfb\xd0\xcb\xf2\x31\x14\x31\xc6\x10\x19\x21\x4a\x1c\xb3\xf1\x21\xab\x13\x0d\xa2\xca\x4b\x7e\x95\x47\xb6\x2e\x90\xf4\x7b\x23\x21\x7f\x28\x52\x73\x50\x49\x7a\x5c\x4e\xf4\xd4\xf2\xae\xa0\xbb\x31\xe0\x0b\xb4\x66\x22\x2d\x4d\xd1\x64\x83\x83\x43\xa9\x7b\xd9\xc6\xdd\x97\xf5\x14\xf4\xb8\x18\x4d\xb7\x44\x1a\x91\xa9\x0d\xd7\x7b\x1b\xdc\x2e\x6f\x6b\x7d\xb4\x33\x9b\xef\xd8\xb5\xaa\x7d\x41\x63\xb4\xce\xe7\xb0\x87\x7d\xcd\xb5\x3e\x47\xc4\x23\x46\x5d\x75\x58\x53\xe7\x0c\x07\x3d\xe8\xf3\xbc\xe9\x6d\x4e\xd6\x35\x85\x82\xce\x80\x8b\x13\x1a\xc5\x7a\x5f\x6d\xd0\xef\x4d\x3c\x62\xfe\xea\x25\xf3\x84\x81\x32\x7e\x92\x43\x8e\x0b\x08\x01\x2f\xe3\xbc\x35\xd5\xea\xf3\x79\x1c\xae\x3a\x57\xd0\x25\xc4\x82\x2d\x4d\xfe\x20\x9f\x6c\x68\x8c\xa6\x32\x51\x31\x9e\xbf\xfc\xb2\xdd\x9b\x96\xf5\xfa\xeb\x10\x1d\x8e\x86\x54\xa4\xa9\xa5\x4e\x6a\x6c\xf0\x08\x2e\x97\xd7\x7c\xc3\x81\xe8\xad\x8b\xf6\xae\x4a\x8f\xe4\x3b\xb5\x8e\xae\x48\x24\x14\xaf\x93\x6b\xfd\xae\x88\xe8\xad\x77\xb8\x6a\x82\xb5\x81\xa8\xe8\x0f\xc9\xde\x37\xbd\x3e\xac\xf1\x08\xbc\xd3\x53\x27\x88\x4d\x02\xe7\x25\x85\x11\x98\xbf\x98\xaf\x1a\xd8\xfd\x12\x26\x60\xfa\x73\x72\xc2\x52\xf8\x88\xe5\x4b\x69\x92\x5f\xd6\x50\x11\x72\x56\x14\xc6\x92\xd8\x89\xe1\x1c\x4a\x62\xda\x63\x50\x68\x98\xa0\x17\x84\x42\x8c\x11\xc2\x7c\xd8\x6b\x13\xac\x50\x81\x84\x6d\x06\xab\x17\xd8\x1c\xf9\x9e\x3e\x5f\xeb\x0a\x39\xe1\xf0\xa1\x97\x49\xa4\x3a\x2c\xe7\xa5\x88\x05\x25\x6f\x7d\x97\x45\x2e\xe1\x43\x2b\x3a\x0b\x59\x8f\x94\x46\x6c\x4c\x13\x26\x4e\x62\x4f\xd1\xfc\x55\xfa\x64\x4b\x53\xad\xa7\xc1\x5b\x1f\x76\x21\x36\x46\x94\x74\x83\x18\xd7\x0b\xbd\x85\x9e\xbc\x36\xd2\xaa\xc4\x1a\x49\x1b\xb9\xa3\x21\x7f\x43\x53\x4b\x7d\xb6\x2d\x51\xd7\x88\x9e\x60\x38\xe0\x43\xa7\xcb\x93\x54\x0e\xd6\x44\x82\xc1\x60\xc4\xeb\x0f\xc4\x5a\xa4\x18\x5f\x5b\xe3\xac\xf5\x34\xf9\xdc\x1e\x37\xe7\x0a\x38\x83\xb5\xf5\x62\xb2\xd9\xfb\xa6\xc7\x47\x2e\x71\xfa\x39\xf4\xbb\xdc\x8d\x75\xee\xa8\xc3\x57\xdb\xec\x15\xec\x0e\x5f\x5d\xb4\x61\x61\xfb\xaa\x5d\x1d\xf9\x2c\x33\x1f\x13\x45\xf3\xf8\x49\xf3\xd5\xf4\x27\x1a\x6b\x5d\xf5\x9e\x86\xa6\x78\x5d\x4b\x53\x24\xd9\xc0\x71\x58\x17\x68\x8c\xb5\xb4\x6c\xd2\xd4\x5e\xad\x37\xaf\x27\xf3\xed\x7c\x30\xda\x84\xd8\xa0\xb4\xfa\x9a\x5a\x02\x62\x7d\x28\x10\x70\x39\x3c\x3e\x5f\x6b\xea\x56\x27\xe3\x0d\x08\x01\x8e\x33\x5f\x71\x85\xc5\x50\xad\x97\x73\x7b\x3c\xbe\x26\xb7\xcb\x59\xe3\x71\xf2\xae\xa0\xc7\xe7\x7d\xd3\x2b\x2b\x4d\xd1\x80\x2b\x50\xe3\x72\x44\xdd\xe4\xbb\x00\xd6\xca\xbe\x44\x30\x12\xe9\xe8\xd2\x3a\xd5\x8d\xe9\x55\xbd\xd1\x3a\x6f\x75\x0d\x2b\xfb\x30\x9b\x01\x0e\xea\x40\x85\xd9\xc4\xc3\x56\x59\x99\x55\xf5\xa0\x88\x72\x91\x55\x91\x57\xb5\x7c\x4a\xa6\x3e\x25\x6f\xa9\x06\xc3\x73\x5e\x36\x14\x63\xd4\x5c\x41\x57\x0a\x45\xe4\x43\x5e\x46\x4e\x64\x99\x3c\x09\xb3\x5f\xe9\x1e\xfa\xde\xcc\xef\x0e\x69\x57\xb1\xcb\x9f\x5f\xce\xb0\x2c\x83\x7f\xeb\x1f\x1c\x08\x84\x12\x92\xab\x36\x52\x4c\xf8\x9b\x78\xd7\x5e\x29\x23\xfa\x7c\xb1\x4c\x53\xaa\x2f\x78\xbb\x3f\xb2\xde\xd7\xa8\x84\xfd\xd1\x60\x2d\x57\xeb\xc2\x2f\xde\xcf\x78\x2b\x7f\xbe\x1f\xe3\xce\x5f\xff\xda\xe9\x0c\x98\x97\xf6\xbe\x33\x34\xdf\xe6\xf0\xda\xb9\x19\x7c\x7d\xad\xd0\x1c\xad\xb3\x85\xe2\xed\xd9\x96\x26\xbf\x2c\x5d\xea\x60\x3d\x29\x41\x11\xfd\xb5\x7e\xa1\x21\xe2\xac\x9d\x8a\x91\x0e\xb0\xb3\xc0\x41\xe4\x50\x61\xf5\x20\xb2\x07\x2a\x7f\xca\xfd\x87\xfa\x55\xfc\x2b\x5b\x5f\x39\xcc\x62\x5b\xb3\xf9\x57\x66\xb9\x35\xb3\x0e\xc0\x3e\xc5\xee\x06\x07\xd4\x82\xd7\x8a\xfb\x9a\xa0\x19\xda\x01\x82\x24\x78\xd1\x45\x12\xf7\x90\x7f\xf6\x2a\xac\xaa\x2b\x9c\xc2\x09\xd6\xb7\x42\xf5\xa8\x94\x9e\x95\x4e\x0f\xa7\xd7\x5b\x71\xde\xfb\xf8\x6b\xfa\xf2\xf4\x70\x3a\x7d\x29\x4d\xf2\x30\x3d\x62\x7e\x34\xd0\xde\x36\x9c\x0e\x14\x47\x8d\xd1\xe2\xa8\x81\x17\x5e\x96\x1e\x6e\x4f\x9b\xb3\x32\xed\xc3\x69\xf3\x27\x97\x93\x83\x6a\x3d\xda\x98\xdb\x68\x3d\x04\x94\x51\xc7\x77\xb0\x4e\x31\x7f\xa9\x98\xaf\xa6\xf0\x4a\xb2\xfb\x2a\xca\xca\x54\xdc\x75\x1b\x9b\xa1\x69\x39\xd4\x50\x38\x97\x00\xff\x62\xfe\x49\xc1\x66\xf2\x3b\x95\xf6\x59\xb6\x0d\x38\x92\x56\x47\x1e\x15\x64\xae\xb6\x92\x98\xbf\x54\xd0\x3f\xfd\x26\x75\x93\xed\x99\x61\x9e\xa5\xe9\x15\x54\x91\x43\x7c\xd7\x7c\xbb\x9a\xa5\xf9\xf6\xf4\x8b\x27\xd3\xcf\x67\xe7\x93\xb8\xdb\x89\xc4\xb7\x73\xa2\x42\x0a\xf5\x35\xf3\x35\x1d\x9b\xb0\x49\x37\x5f\xb3\x3e\xc8\xe1\x19\xeb\xdc\x79\x5f\x4c\xf3\x11\x33\xc0\x92\xbb\x06\xad\xa0\xdb\x2f\x8d\x33\x7b\x8b\xa4\x55\xd9\x4c\xe5\x30\xb3\xb7\xf2\x12\x9e\x39\x17\xe7\xe3\x19\x62\x85\x90\x97\x34\x76\x77\x65\x19\x9e\x31\x8c\x29\xbb\xb4\xbb\x9a\x8f\xff\x5c\x4e\x49\x95\x98\x27\x5e\x25\x79\xe6\x0c\x73\x01\x3e\x6f\x1e\x32\xf0\xf9\xe2\x68\xe5\x24\xf3\x6c\xe5\x25\x46\x35\xdd\xf8\x5c\xd1\x30\x17\x16\x19\x75\xaa\xcd\x4e\x33\x7f\x82\x08\x00\xe6\x2c\xf3\x12\xb2\xc2\xab\x84\x65\x98\x88\xd8\xeb\x06\xe2\x99\x44\x7c\xe6\x86\x80\xd3\xe9\x1f\x99\x19\x1f\xb2\x76\x03\x75\x52\x4f\xe3\x4c\xe6\xb4\x33\xb0\x61\xa6\x38\x9b\x7e\x1b\xd8\x30\x33\x3e\x34\xb3\xb1\x3b\x51\x17\x98\x2c\x23\x73\x9a\x39\x0d\x6e\x6b\xa5\x17\x24\x73\x06\x52\x6f\x26\x14\x43\x3d\xe4\xc5\x44\x16\xa9\x97\xa2\xe0\x99\xa1\x2b\x07\x07\xaf\xbc\x93\x7c\xfc\x21\xbd\x70\x78\x61\xda\xfa\xf8\xf4\x44\xf5\xdc\x9d\x57\x0e\x4e\xa4\xab\x27\xd3\x0b\x6f\x9e\x66\x97\x79\x88\x13\xa9\x46\xcb\x35\x25\xdd\x9a\xc3\x32\xc4\x56\xcc\xa8\x62\x28\x2c\x60\x16\xbd\xac\x3d\x9f\x52\x2c\xd3\x8b\x67\xf6\x6f\xdf\xda\xdb\xd7\x57\x1d\x6b\xb2\x76\xf6\x9b\x87\xb2\xed\x4c\x9d\x7e\xe7\xe1\xdb\xb7\x68\xcc\xe9\x6c\x7b\xe5\x6d\xba\xcf\x1e\xeb\x9f\x9e\xce\xda\x31\x17\x0e\x8c\xaa\x4c\x5d\x47\x86\x9b\x71\xf1\x1d\xf3\x06\x46\xd5\xca\xdb\x74\x7f\xca\x77\x27\xfe\x5f\x0f\x0c\xc0\x42\x58\x59\x8d\x02\x2c\x3f\x45\x53\x63\x38\xd5\x00\xbc\xcc\xcb\x7e\x95\xb7\x5a\x22\x67\xa0\xa6\x86\xa6\xbe\x74\x70\x72\x96\x74\x32\x98\x2f\xe4\xc2\x21\x47\x22\xc5\xd2\x4d\xbe\x20\x4d\xee\xd0\x31\x1a\xcb\x61\x39\x79\xd8\xdb\x37\xd8\x9b\x48\xf4\x0e\xf6\x4a\xe3\xa3\xa3\x8d\x09\xa9\x77\xb0\x37\x31\x6a\x7d\x26\x7a\x07\xfb\xbc\x9f\xf2\xf6\x49\x4c\xce\x3c\x94\xe8\x49\x24\x7a\x12\x63\x8d\xe4\x33\x81\x0f\xd0\xad\x15\x83\x90\x9c\xce\xbe\x33\x79\x69\xa2\x57\x1a\x67\x4e\xdf\xeb\xed\x1b\xb4\x2e\xb0\x7e\x87\x7a\x12\x72\x43\x83\x3c\x5a\x39\x39\x79\xb9\xdc\x9d\x48\x74\xcb\xf4\x13\xe0\x5c\xdc\x92\xb1\x3c\xdf\x20\xd4\x43\x23\x40\x52\xd0\x89\x67\x6a\x99\x15\x94\x34\x89\x97\x34\xc9\x4e\x36\xbc\x26\xf1\xcc\xde\xf4\xb6\x6d\xb9\x5d\xbb\x72\xdb\xb6\xa5\xb7\x55\x76\xb1\xbb\xcf\x7e\x84\x30\x69\x5d\x7e\x92\x26\xe7\xb7\xe5\x76\xef\xce\x6d\xc3\xe7\x8a\x13\xc6\xa9\x78\x71\xcc\x12\xfd\xaa\x5d\x7f\x84\x3d\x06\xf5\x90\x84\x0e\xe8\x01\x48\xca\x7e\x89\x57\x35\x45\xd6\xe4\x73\xed\xcb\xf9\x05\xd5\x6f\x30\x31\xc6\x8b\x59\x46\x47\xce\x2f\xfb\x15\x4e\x50\x75\x9c\x1c\x39\x51\xf0\xf9\x71\x3c\x53\x8c\x6f\x28\x5a\x55\x1c\x58\x2b\x8a\xa7\xd8\x86\x94\xcc\x33\x81\x78\x73\x93\x97\xc1\xb1\xc1\xe2\x60\xe6\xda\xcc\x35\xe6\x96\xf4\xb5\xe9\x21\x63\x28\x7d\x23\x93\x1b\x3d\x1a\x37\x68\xbb\x18\xf1\xca\x61\x91\x99\x08\x35\x70\x5e\xb1\x59\xf4\x33\x61\x29\x50\xf9\xc2\x10\x2e\x36\xbf\x34\x98\xbe\xf6\x5a\xec\xbc\x26\x33\x64\x7e\x11\x17\x0f\x65\xa6\xca\xbc\x9b\xdd\x0d\x2e\x88\x40\x1c\x9a\x01\xd0\x6a\x17\xce\x6a\x23\x56\x27\xa1\x82\xcc\x93\x68\x41\xef\x63\x04\xa2\xbf\x82\xe4\x97\x98\x86\xf4\x85\xc3\xe9\xe1\xe1\xf4\xf0\x85\xe9\x0b\x89\x1e\x13\xc7\xd3\x5c\x48\x5c\xd1\x89\xe2\xa8\xb9\x60\xc2\x5c\x88\xcf\xe1\x9f\xd2\x17\x5e\x38\x99\x0e\x3f\x6a\x18\xe6\x02\xe2\x9e\xe2\x73\xc5\xe2\x04\x3e\x3f\x6e\x2e\x9c\xb2\x25\x76\xd6\x6e\x8d\x19\x4e\x3d\x15\x4e\xc0\x33\xaf\xa7\x5f\x9f\xfc\xc5\x13\xd3\x0e\xaa\xb6\xea\x59\x36\x6f\xc5\x22\x80\xc4\xa7\x8c\x21\xf1\x1b\x65\xcd\x60\xf2\x59\x54\x64\x25\xcb\x38\x7c\x68\x79\x2f\x9c\x17\x63\xd8\x87\xbc\x9c\x20\x6e\x8b\x81\x7a\x41\x30\x30\x86\x68\x8d\x93\x09\x9c\xac\x30\x65\x36\x35\xd4\xd0\x1c\x89\x34\x37\x0c\xa5\x24\x3d\x1e\xd7\xa5\x1e\xae\x66\xc1\x8e\x75\x7c\x48\xf5\x07\xc4\xde\xb0\x14\x68\x5e\xdc\x29\x8a\x1d\xab\xe3\x4a\x7d\x6a\x6d\x6f\x36\xdb\x74\xd3\xbd\x3b\xcd\x6f\x2d\x37\x96\x66\x0e\xa6\x0f\x30\x7b\x9b\xa2\xcd\x9b\x37\x35\x47\x9b\x8a\x98\xe8\x99\xd5\x93\x60\xb4\xfc\x02\x6f\xbe\xb3\xc3\x65\xaf\x0f\x4b\x1b\x86\xf3\xc5\x94\x9c\xde\xb7\x67\xb1\xab\xc6\x35\x38\x2f\xb4\xc3\xbc\x66\x39\xae\x34\x9f\x5e\x9a\x3e\x70\x00\xa6\xec\x2e\xa9\x4b\x0f\x0c\x9e\x57\x97\x76\xd4\xd4\xff\xbb\xda\xe8\x06\x63\x55\x86\xa5\x62\xa3\xab\xc2\x79\x95\xb9\xe1\x86\x7f\x5a\x9d\xa3\x47\x3b\x56\xc7\x3b\x3d\xcd\x91\x0b\xd6\x5b\xd5\x19\x59\x6e\x2c\x4d\x1f\x48\x1f\xfc\x7f\x52\x1b\xed\xb0\xd1\x52\xf0\xd3\xda\x1c\x5f\x6e\x7e\x1e\x97\x2d\x4d\x1f\x3c\x38\xbd\x2e\x8d\xd0\xfb\xbe\xe7\xc2\x4b\xef\x6b\x7e\x29\x47\xc2\x88\x0f\xaa\x9d\x7a\x5e\x1d\xcc\xcc\xfb\xda\x7d\x18\x9f\xaf\xcf\xca\x41\xa9\x37\xf1\x01\xd5\x3a\x57\x7c\xc4\xf3\x9b\xfd\xe6\xa0\x9c\xad\x4f\xf4\x4a\xf8\xbe\xfa\x4c\xf5\x59\x0f\x5a\x7d\xb9\x87\xf4\x59\xc8\x59\x03\xc5\x92\xa5\x05\xa4\x63\x57\x30\xf5\xf8\xe3\xe9\xb1\x31\xfc\x5d\x9a\x6c\x2b\x47\xbb\xb1\xbb\x9b\xb9\xfb\xf1\xc7\x33\xe3\xe9\xf1\x8c\xb5\x31\x5f\x68\x64\xf6\x36\x4e\xd3\x27\x16\xfc\xd4\xda\x10\x87\xe6\x9f\xea\x91\x6a\x1e\xc7\x9e\x89\x7f\xa6\x40\xcf\x17\xc9\x17\x1f\xa0\x36\xd5\xb6\x26\x36\x3d\x04\x71\x00\xfc\xc0\x41\x7f\xff\xb9\xbe\xe7\x7d\xdd\x8b\x35\xa7\xb0\xdf\x1a\xcf\x50\x73\xab\xd6\x7c\x50\x7f\x72\xf6\x15\xe6\x34\xf9\xee\x07\x24\xd1\xb4\x7e\x2d\x00\x31\x50\x00\x82\x3a\xcf\x29\x9a\xac\xf8\x49\xcd\x48\xe8\xa1\x0a\x76\x41\xd7\x54\xdd\xaf\x90\x9e\x45\x97\x35\x89\x97\x39\x5e\x99\x28\xce\xd3\x46\x48\x08\x2a\x1a\x95\xa5\x23\x22\x1e\xda\x47\x0e\x4d\xb7\x28\x4e\xfc\x02\x9f\x1b\x11\xe7\x61\xaa\x78\xe1\xdc\xf0\x51\x11\xcf\xc4\xe3\xe6\x1f\x26\xcc\x85\xf1\x5f\xec\x0b\x8f\x88\xd8\x1d\x8f\x9b\x27\x44\x63\x62\x42\xcc\xcd\x3b\x57\x5f\x62\xa7\x42\xd5\xde\x4b\xe5\x05\xdd\xea\xc1\x7c\xa8\x29\xb2\xbf\x3a\x43\x70\x54\xfb\x12\x3e\x19\x2f\x9a\xbb\xc2\x07\xe2\x47\x99\xd3\xec\x6e\xb1\xf2\x92\x78\x34\xfc\x45\x91\x51\x2b\x6f\xd5\x1e\xd8\x13\xb7\x7c\x98\xea\xdc\x03\xf3\x27\xcb\x4f\x21\xb1\xbd\xe5\xc9\xf0\x92\x5f\x42\x29\xe1\xe0\xfd\x8e\xb0\x2a\xe5\x0a\x9a\x3f\x8b\x56\x34\xbe\x7b\x2a\x02\x0f\x44\x9b\x31\x19\x65\x4e\x47\x93\xd8\xfc\x93\xd1\x51\xe6\xd9\x62\x71\xd4\x3c\x8e\x67\x92\x51\x73\x61\xb4\xb9\x39\x8a\xcf\x47\x92\xe6\x21\xe3\x9c\xdf\x57\xf5\x93\x24\x5e\xc2\x1e\xdc\x6f\x1e\xc2\x33\x86\xb5\xf2\x14\x80\xdd\xcb\x3e\x0b\x21\x50\x40\x85\x7e\x98\x03\xc3\x00\x41\x12\x9a\x11\x5f\xc7\x72\x75\x2c\x4f\x47\x2f\x04\x63\xa8\x5a\xc3\xcc\x5a\x3e\xcb\x78\x19\x62\xbb\xb8\xb0\x35\x96\x4c\x76\x0c\xe2\x47\x60\x38\xc9\x85\xf9\x10\x27\x18\xd8\x81\x29\x99\xce\xa0\x71\x59\x34\x98\xb0\xf0\xce\xfa\x4b\x77\x6f\xda\x72\xbd\x83\xeb\xe8\xfc\xd7\xcb\x76\x6d\xda\x7a\x1d\xe7\xc8\x76\xde\xd4\xb6\x45\xdd\xb0\x74\x71\xa6\x63\xee\x8d\x1f\x7f\xe8\x5a\xc3\xb5\x04\xbf\x90\x39\xe8\xf3\xf7\xcc\xee\xb2\xb7\x0c\x8a\xbd\xae\x88\xcf\x1e\x8e\xf8\x1c\x18\xee\xf0\x89\xd9\x76\xa7\xfc\xf9\x64\x4b\x7a\xa9\x21\x89\x59\x39\x90\x58\x71\xc5\x0d\x3d\xec\x45\x33\x48\x36\xff\x76\x7e\xd6\x95\x97\x1a\x63\xd8\x91\x59\xbc\x74\xc3\xb2\xc3\x5b\xc4\xb6\x9d\x47\x3e\x7e\x37\xfe\x20\x7d\x50\x1c\x6c\x71\x74\xcd\xee\x0e\xf8\x2e\xe7\xec\xe1\x88\xd7\xce\x47\xef\xeb\x50\x5a\xfb\xd5\xec\xcc\x07\x87\x2e\xf0\x49\xc6\xd2\x74\xbf\x9a\xd5\xae\xbb\x66\x63\x17\xd3\x38\xa5\x8f\x19\xf6\x18\x44\xa1\x03\x86\x00\x30\x9f\x52\x52\x09\xce\x8b\x22\xca\x7e\xab\x79\x72\xd6\x68\x82\x5f\xd6\x93\x1f\xe4\x5e\xa1\x15\x37\xd1\x13\x1d\xe8\x8f\xa1\x1e\x2e\xe8\x6c\x66\xd5\x9c\xf9\xc7\xe6\xcf\x59\x85\x88\xac\x73\xf5\xc0\xec\x47\x67\x0f\xac\x76\xb2\x88\xe6\x89\xb9\x46\x3e\x21\x8a\x89\xbc\xf1\xe1\xc9\x1d\x9c\xc5\xd8\x62\x92\xda\xf7\xe1\x3e\x55\x8a\xd9\x98\x9e\x9b\x06\x06\x6e\xea\x61\x3d\xed\x73\xf9\x70\x98\x9f\xdb\xce\x55\x7e\x12\x4e\x1a\xfe\x40\xc0\x6f\x24\xc3\x4c\x3b\xb7\xde\xef\x15\xf8\x04\x1f\xf6\xd5\xd5\xf9\x84\x50\x82\x17\xbc\xfe\xca\x15\x35\xfe\x20\xef\xf5\xf9\xbc\x7c\xd0\x5f\x83\x3f\x91\xe2\x0c\x13\x97\xaa\x72\xf7\x38\xbb\x1b\x92\x90\x06\x0d\x66\x10\x6b\x63\x39\x57\xa4\xd7\xb3\xc6\x84\xc3\xc4\xea\xc4\x30\x57\x20\x1d\x70\x41\xb7\xa6\x3a\x14\x5d\xc9\x85\x79\x39\x5f\x10\xbc\x24\xb9\xa2\xa9\x11\x74\xa2\x96\x44\x1e\x4f\xe8\x9e\x95\x97\xac\xf4\xe8\xe9\x79\xce\x62\xd1\xe6\x59\x9a\x9e\x1d\x99\xb7\x74\x5e\x64\x76\x7a\xa9\xc7\x56\x34\x6a\xe7\x4d\x28\xfa\xb8\xfe\x98\x7d\x4e\x2e\x37\xc7\x3e\xc1\x64\xcc\xc3\x68\x37\x47\xf1\x39\x3d\x3f\x30\x90\x27\x17\x19\x45\x36\xd6\xb4\x2c\x3d\x3b\xde\xdc\x1c\x9f\x9d\x5e\xd6\x24\xda\x66\x18\xce\x79\x69\x5d\x51\xf4\x89\xae\xb9\x36\xdb\xdc\xae\x11\x8c\x62\xb7\x79\x9d\x59\x59\xf4\xaf\xe8\x7d\x61\x52\x77\x7e\xc5\xbe\x51\xad\xc3\xcc\xff\xaf\x75\x40\x9e\x54\xc1\x9f\x52\xfc\xfa\xff\xa9\x1a\x76\xe3\x7f\x54\x63\x87\xb9\x0a\xb7\x54\x7e\xd7\x94\xe8\xc4\xe7\x75\x75\x60\x20\xdf\x9d\x99\xeb\x2c\x1a\x36\xb1\x71\x7a\x4d\xec\xfd\x45\xe7\xdc\x8c\x55\x93\xdc\x5c\xbb\x7d\x6e\x6e\x03\x16\xf3\xe6\xdb\x0b\x7e\x83\x6b\xcc\xab\x43\xb5\xf8\x78\xf5\xdd\x52\xe6\x1d\xe6\x1d\x2b\x16\x68\x02\xc9\x1a\x4f\x8e\x31\x5e\x26\xcb\x10\xc5\x33\x18\xa2\x72\x61\xbd\x3a\x7c\x8f\x17\x77\x1f\xb8\x76\x81\xb3\x7f\xef\xed\xfb\x17\xd6\xf4\x6c\x4b\x6d\x58\x91\x77\xb4\x2d\x5e\xb7\x4c\x75\x28\xaf\x8d\x8f\x8f\x8f\x33\x2f\xa6\x9c\x7d\x7b\x0e\x5c\xbb\xa0\xa6\x6f\xcf\xed\xd7\x98\xc7\xa3\x5c\xcb\xe2\x0d\x2b\x72\xb6\x96\x45\xeb\x96\xbf\x5c\x34\x8a\xe7\xc5\x1e\x75\x96\x25\x4b\x4c\xfa\xda\xf9\x2c\x06\x79\x59\xd3\x79\x59\x9b\x1e\x75\xf4\x4c\x4c\x4c\x30\xa7\xcf\x85\x1b\xe6\x89\x62\xd5\xe1\xb4\x6c\x22\x63\x32\xa7\x81\x7a\x4f\x12\x27\x48\x3a\x27\x5b\x6e\xc0\xa5\xe6\xaf\xef\xbd\x17\xa5\x7b\xbf\xf1\xed\x2d\x5b\xbe\xbd\x99\x39\x3d\x31\x31\xf1\xd4\x53\x4f\x3d\x55\xb5\x49\x15\xeb\x1a\x40\x4e\x52\x74\x89\xa9\xfc\x8b\xf9\x1b\x92\x18\xcf\x4c\x4c\x4c\x4c\xe5\x4b\xca\xc8\x90\x54\x41\xc9\x85\xaa\x32\x81\x67\x26\xae\xfc\xfd\x95\xd8\x83\xcf\x99\x0f\x7d\x6f\x2a\x3e\x23\x69\x00\x83\xe4\x5a\xd3\xcd\x9c\x36\x97\x4e\xf5\x4d\xe9\xa9\x58\xd2\xc9\x68\xba\xc2\x7d\x0d\x75\xd4\xcd\xef\x3e\xfd\xf4\xd3\xf8\x2e\x76\x9b\x27\xcc\xef\x1e\x7a\xfa\x99\x67\xce\xcd\xb1\xd2\xd8\x13\x9c\x2c\x9e\xc1\x1e\xf3\xb8\x79\x82\xcd\x90\x4f\xec\xae\xb6\xd9\x9f\x99\x3f\x4f\xb5\x99\x81\x96\x21\x64\x0a\x8a\xcc\xab\x8a\xa6\xf2\xcc\x8b\x49\xd2\xee\xd7\x2c\xac\xe9\xdb\x7b\xfb\x35\xb7\x2c\x5e\xbc\x78\x31\x79\x54\xd7\x2c\x70\x92\xe3\x45\x5c\xef\x1c\x63\xd4\xaa\x1b\x8d\x07\xbe\xc8\x7e\x11\x78\x88\xc1\x6c\xb8\x00\xd6\x00\xa0\x2e\x89\x8c\xdf\xc7\x48\x5a\x5e\x91\xfc\x92\x3f\xc5\xf9\x75\xe4\x52\x1d\xa8\x2b\xba\x60\xd7\x05\x4e\xb0\x9e\xbe\x83\xb8\x05\x5e\x4c\xa4\x14\x4e\xd1\x53\x8a\x26\x6b\xaa\x46\x52\x18\x98\x0b\x0b\x0a\xb1\xc2\xbc\x9a\x67\x0b\xba\x26\xf3\x31\x14\x0a\x98\x74\x30\x17\x38\xba\x58\xb6\xcb\x61\xfe\x50\xc0\x99\x95\x6f\xc7\x25\x06\xbf\x7e\x95\xdd\x19\x18\xf9\x68\xe2\x73\xe6\xaf\xf5\xf4\xbc\x5a\xc3\xb0\xbf\x4f\xd6\x8b\x44\xf9\x2c\x5d\x58\x15\xea\xce\xc7\xc7\x9d\xb2\x7d\x82\x88\x3d\xfb\x0c\xc9\xa9\xf2\x25\x47\x17\x53\x23\xd5\x33\x33\xcc\xff\xa8\x41\xec\x74\x98\x9f\xd9\xe7\xaa\x09\x6c\xf8\x98\xfc\xf9\x17\x75\xa2\x03\xfd\x76\x71\xba\x36\xc7\x6c\x86\xa5\x03\x44\x47\x1a\x43\xae\x70\x47\xa3\x62\xbe\x21\x77\x8d\x6c\xc8\xcd\xb5\xd9\xa6\x8d\x23\x12\x7f\xc5\x61\xcd\x71\xab\x7e\x39\xe8\x47\x39\xe9\x3f\x3a\x32\x72\x8a\x51\x9f\x34\x5f\xb6\x3a\xbf\xd7\x2a\x4d\x78\xe5\x0b\xe6\xe8\x54\xdf\x79\x0f\x7b\x0c\x82\x10\x87\x5e\x98\x0b\x80\x29\xe2\xb8\xa7\x94\x94\x83\x73\xf8\x10\xad\xd8\x9c\xec\x29\x3a\x09\xa3\x99\x10\x12\xb7\xde\x72\xed\xbd\xc8\x87\xaa\xd6\x41\xcf\x15\x8a\x24\xa0\xcf\x32\xf9\x42\x11\x05\xce\xc1\xae\x70\x06\x57\x29\xab\x22\x4d\xd2\xec\xb8\xdc\xb0\x09\xbd\x9b\x1b\xbc\x5e\x66\xc0\x15\xec\xfd\x66\x6f\x30\xa7\xe7\x92\x61\xf3\xc4\x06\x65\xc3\xbe\x0d\xca\x7a\x65\x73\x43\x53\x30\xb8\x32\xb5\x2a\xd2\x2b\x2a\x73\x1a\x36\x7f\x39\xd2\xdd\x95\xe2\x79\x2b\x25\xf3\xb7\xa6\xc8\x2a\x65\x55\xd0\xe9\x62\xbc\xde\x86\xcd\xe6\x9f\x37\x35\xc8\xf1\xd9\x4b\x23\xd6\x97\x7c\x38\x99\xd3\xcd\x67\x36\x29\x9b\xaf\xda\x9c\xda\xac\x6c\x6e\x98\x93\x12\xfb\x22\xab\x52\xab\x82\x21\x6c\x6c\xd8\x3c\x5c\xcb\xa7\x72\x7a\x2e\xd8\xf7\xad\xde\xe0\x94\x9f\xc5\xfc\x70\x52\x96\x51\xf5\xcb\xd6\x02\x80\xc8\xc8\x08\x3e\x3f\x52\x1d\x16\x39\xcc\xec\x85\x69\xb2\x95\x01\x1b\x38\xad\xb1\xad\x0c\x40\x50\x93\x1c\x9c\x5e\xd0\x25\x1e\x53\x8a\xc4\x13\x27\x83\x28\x7b\x16\x1d\x9c\xca\xcb\x44\x76\x89\x3b\xec\x65\x52\x8a\x1e\xc3\x22\xce\x76\xb2\x8b\x9b\x52\x66\x01\x47\xea\x9c\xe6\x18\x09\x3c\x99\x87\x7a\x86\x43\x3d\x97\x5e\xd2\x38\x70\x7d\x54\x6b\xbf\xeb\xf6\x79\x81\x6d\x1f\xba\xa1\xa9\x2b\xb8\x04\xf7\x17\xc5\xf8\xb8\xdc\x60\x98\x87\x62\x71\x83\xd9\x5b\x2c\x56\x3e\xb4\x60\xef\x36\x45\xc9\x69\x0d\xf7\xcc\xec\x4e\x16\x6e\xf8\xd0\xf6\xd0\xec\x59\xa1\xf6\xa9\xf1\x14\xf6\x7a\x76\x2f\xc8\x00\x18\xf2\x32\x59\x54\xb8\x18\x63\xf9\xe0\x8c\x17\x39\x4d\xe6\x05\x55\x93\x49\x54\xca\x36\xf5\x6c\xbf\x79\x74\x5b\x74\x8d\x7c\xfb\x67\x3e\x77\xe7\x05\x33\xaf\x3c\xf2\xc8\x5d\x9d\x23\x1d\xa7\xf6\x8b\xdb\xaf\xbf\x76\xa3\x86\x67\x06\xf6\x2d\x6d\x88\x2f\xef\x97\x97\xee\x69\x6f\xde\xf5\xf0\xf0\x92\x7b\x77\xe5\xbd\x0b\x8b\x57\x4e\x74\x8c\x14\xe6\x86\xa5\xa5\x7b\x60\x4a\xae\x16\x9d\x93\x2b\x94\xfd\x2a\xeb\x47\x35\xe9\x67\x17\x8d\x8c\x9c\xaa\x9c\xfc\x0c\x66\xde\x27\x58\xf4\x9a\xbb\xd9\xdd\xe0\x86\xb0\xe5\x91\x4d\x1f\x8a\x49\xa2\x42\x87\x2c\xd0\x4e\x9c\x34\x66\xaf\x15\x1b\x5b\x1f\x18\x31\xff\xd2\x6b\xbe\xb8\x78\x31\xf6\xf7\x62\xad\x39\x6e\xbe\x88\xfd\x58\x8b\x67\x26\xc7\x08\x12\x3d\x41\x6c\x89\x2e\xae\x3c\xb3\xb8\x01\x5b\xde\x65\x96\x99\x3f\xab\xda\xaf\xbd\xcc\x5e\x70\xbf\xef\x3e\xe7\x65\x3c\x2d\x8b\x49\xbb\x76\xb7\xb5\x76\xc1\x6b\x8d\xcc\x4d\x2f\x10\x7b\xd7\x07\x15\x82\x69\x7d\xff\x9d\xcf\x8d\xb5\xed\xae\xda\x57\x3f\x26\x3d\x38\xc1\xa8\x66\x3b\xa6\xcd\x57\xd8\xdd\x95\x26\xdc\xf7\x8d\x17\xbe\x55\x4d\x77\x03\x7b\x3d\x34\x40\x0b\x91\x24\xd5\x1a\x0a\xb6\x46\xeb\x65\xcb\x37\xb4\x46\x88\x55\x5e\x52\xce\x15\x3f\xe4\xc5\x4b\x47\x0a\x1f\x5f\xbb\xe5\xb3\x9a\x5e\x83\x23\xc8\x2d\x9d\x39\x6b\xe1\xd2\xd9\x03\xa9\x2f\x98\xff\xe8\xc7\x83\xe7\xea\xc3\xdc\x32\xf1\xf1\x99\x0b\x86\x17\x2d\xd9\x58\xe7\x1d\xda\x23\x49\xc9\xe4\x8c\x91\x19\x66\xd3\xb9\xca\x57\xef\x5f\xcb\x1e\x83\x5a\x10\x88\xec\xeb\x0a\x1d\xab\x10\xcf\x6b\x30\x3c\x93\x38\x33\xf0\xf8\xc8\xe3\x03\x67\x8e\x4a\xbd\xf4\xe2\x5e\x09\x1f\x38\x33\xf8\x18\xde\x66\x8e\x3e\x36\x78\xe6\xe7\x89\x5e\xa9\xfa\xcd\xff\xc8\x53\xe6\x04\xdd\xaf\xfa\x05\x5d\x09\x7e\x70\x9e\xc3\xe7\xf2\x64\x8f\xbd\x3b\xf0\x69\xf3\x46\xbc\xf5\xd3\x03\xef\x56\xfc\xd3\x32\x9d\x6a\xd3\xeb\x27\xdb\x0a\x35\x99\xcf\x22\x89\x28\x1d\x3e\x54\x75\x12\x76\x5a\x73\xc4\x32\x2f\xe9\x38\x7d\xb4\x8f\xbd\xfe\x03\x1b\xeb\x59\xb4\xf5\x9b\xd7\xfe\xbf\x69\xac\xa9\x32\xd0\xd8\x6f\xda\x18\xea\x28\x73\x7a\x71\xe5\x69\x66\x79\x35\x86\xd8\xc4\x2c\x9f\xb2\x15\xaf\xb1\x6f\x00\x82\x07\x66\xc3\x12\xd8\x4a\x9e\xb0\xdd\x1a\xe4\x26\xfd\x0c\xa7\x20\xaf\x92\xdd\x30\x17\xe2\x68\xf7\xe3\x43\xc1\x32\xa0\x89\x54\x07\x12\x6b\x5a\xed\x82\xac\xb9\x53\x45\x17\xd4\xea\xcc\xaa\x9d\x97\xaa\x73\xb3\x76\x45\xe2\x1c\x02\x9d\x9d\xc9\x55\x23\x88\x7b\xb1\xe3\xc6\xb6\x03\xb7\xb5\xdf\x74\x53\xfb\x1d\xb7\xb7\xe1\x2d\xdd\x57\xb7\xed\xc1\x14\xe2\xfd\x0f\x07\xf3\xcc\x87\xdb\xee\xb4\x75\x5e\x75\xcb\xfe\x0e\xdb\x81\xb6\x7b\x98\x5c\xf0\xe1\xfb\xb1\x19\xaf\x6c\xdb\xdf\xdf\xbd\xf1\x8a\x8d\x3d\xe6\xc7\xb0\xad\x65\x68\xd9\xec\x16\x7c\x88\xa9\x9c\x65\xe2\x58\x5f\xdf\xde\xba\x63\xcf\x8e\xb6\xb6\xfa\x08\xfe\x88\x8d\xdf\xd4\x7e\xf0\xf6\xb6\x9b\x6e\x6a\x3b\x78\x7b\x1b\xbe\xd6\x76\x75\xdb\x1e\x76\xeb\x2e\x9e\x67\xfb\xd8\x1d\xcb\x6c\xf7\xb6\x1d\xb2\x69\xbd\xfd\x05\xfb\x81\xb6\x7b\x6c\xcb\xb6\x31\xfd\x2c\xcf\xef\xde\x68\xbb\xb2\x6d\x7f\x5b\xf7\xa6\xee\xee\x4d\xdd\x6d\x6d\x2d\x43\x2d\x2d\x43\xf7\xd9\x6c\x6b\x36\xac\xbc\x60\x9e\x5e\xe8\xe9\x29\xe8\xf3\x2e\x58\xb9\x69\x7a\xec\xc7\x83\x08\xa0\x6b\x56\x88\xab\x49\x34\xf6\x54\xfc\x92\x5f\xe2\x84\x29\xe1\x14\x26\x7a\x63\xf5\x35\x76\xf3\x0f\x93\x33\xa7\xb8\x5d\x3c\x7a\xc7\x23\x99\x1d\xc6\x8e\xf4\xd1\xa2\xe1\xaa\xa9\x73\x06\x45\x66\xaf\x28\x56\xbe\x5e\xc4\xd7\x49\x6c\x78\x34\xbd\x13\x1f\x30\x2f\xdd\x91\x3e\x3a\xd5\x1f\x32\xa7\xad\x91\x00\x9e\xf8\x48\x5a\x55\xcd\x35\x41\xf7\xa3\xe4\x97\x82\x8a\xa6\xb3\xd7\x7f\x3f\x5e\x39\x29\x8a\x4c\x2e\xfe\xfd\x0e\xf3\xb8\xe9\xc6\x33\x13\x63\x63\xcc\x0b\x57\xdf\x21\x8a\xe6\x02\x51\x1c\xbd\x2a\x86\x17\x99\x1f\xc1\xfd\xe6\xf1\x5d\xd2\xe5\x70\xfe\xfa\x09\x01\xe2\x90\xa1\x23\x24\x74\x1e\x5e\x57\x8b\xa8\x0a\x28\xf9\xe5\x0e\x94\x7d\x28\x0b\x09\x47\x28\x9c\x2b\xe4\x53\x76\xaa\xd0\x54\x2d\xf4\xe9\x9e\x22\xf3\xc8\x5b\xd6\x94\xbd\xf8\x96\x16\x1e\x0f\x9b\x3c\x73\xfa\x54\x58\xfb\x94\x16\x3e\x35\xe2\x09\x04\xa2\x81\x00\xba\xcf\x09\x6f\x42\x5d\x9d\xab\xae\xed\x61\x33\x93\xc5\xd6\x9c\xce\xca\x83\x78\xc6\x59\x28\x38\x8d\x60\x34\x10\x88\x06\x8b\xe7\xa4\xb9\xa8\xae\xde\x5e\xbd\xe6\xbc\x78\xac\xba\x7e\x00\xab\xeb\x07\x82\xa4\x35\x54\x5e\xc6\x88\x15\xbc\xbb\xc5\x22\x3e\x67\x2e\x3c\x3a\x3a\x3a\x6d\xf8\xd6\x9a\xb3\x3e\x37\x2f\x40\xf3\x10\xce\xad\x41\x20\x79\xd8\x65\x2b\x68\x50\x49\x98\x30\xc2\x9c\x16\xc5\x4a\x40\x34\x98\x67\x2b\x4b\x71\xbf\x31\x3e\x6e\x8c\x8f\x4f\xad\x47\xa8\xe4\x98\x67\x46\xc7\x8a\x63\x63\x45\x78\xff\xba\x06\xff\xfb\xf2\x54\x79\x94\xb5\xf3\x56\x36\xe0\x99\x51\xf3\xd0\xf9\x65\x1b\x25\x67\xe0\x7f\xe4\x55\x7f\xfe\x1a\x89\xf3\x2c\xc6\xb4\x2c\xcd\x43\x2a\x69\x54\xab\xa9\xa6\xb2\x15\x2d\x2d\x3f\x59\x6d\xf0\xed\xab\x73\xd3\xea\xce\x56\xdb\x8f\x97\x34\x76\x5a\x59\x99\xbd\xe6\x89\x53\xd3\xeb\xcd\xa8\xc5\x22\xee\x9f\x56\xe7\xf7\x95\x2f\x70\x7e\x5d\x83\x2a\x9f\x41\x5e\x3e\xaf\xb2\xa3\xe3\xc4\xc9\x1e\x3f\xaf\xb6\xe6\xc2\xf1\x89\x89\xb1\xea\xd8\xc3\x31\x6b\xfe\x91\x94\x87\xae\x6c\x80\xa0\x4e\xb3\xd4\x55\x3f\x31\x2b\x72\x72\xf2\x0e\xaa\x65\x66\xe4\x51\x11\x7b\x44\xd1\x3c\x2e\x16\x27\x26\x26\x26\xf0\xc8\xb9\x11\x9a\x89\x09\xd6\x13\xb7\x04\x4b\xc4\xfd\x45\xa3\x58\x95\xb1\xca\x5b\xa3\xa3\x13\x53\xbe\x87\xce\x5e\x05\x4d\x00\x41\xcb\xcf\xd0\x49\x8c\xe5\xe0\x50\xc0\x82\x5e\xb0\xba\x32\x62\xa8\xb5\x53\xe2\xa9\x47\xfb\xda\xae\xdc\xb7\x4a\x8c\xb7\x9b\x63\x19\x9c\xad\x07\x83\xc1\xe0\x65\x0b\xe7\xcd\x5b\xa8\xa7\xd9\xdd\xa7\xc4\x62\x6f\x7b\x5c\x5c\xb9\x6f\x5f\x9b\x39\x9e\xc1\x21\x7d\xe1\xbc\xf9\x0b\x2e\x0b\x05\x83\x21\xbd\xfd\xa6\xf3\xe7\xc4\x49\xa4\x00\x28\x23\xc7\x0a\x49\x1d\x35\x24\x71\x28\x0a\x6c\xdf\xba\xca\xd9\xda\xfb\x87\x11\xbd\x8c\xed\xec\x5b\x23\xeb\x0a\x97\xe3\x99\xcb\xd9\x63\x95\xb3\x5e\xf3\xbd\xe1\xfb\x6b\x19\xdb\xba\xca\xfa\xb1\xb5\x22\x39\x3b\x3d\x3f\x8f\x35\x96\x07\xa8\x48\x74\x74\xcb\x5a\xa1\x6a\x2d\x5c\x94\x34\x55\xd7\x24\xf6\x58\xcc\x6c\x8b\x99\x2f\x36\x35\x3d\xda\xc4\x5c\x15\x3b\xfb\xf2\x04\x9e\xa9\x9c\xdc\x18\xc3\xe7\x98\xe5\x22\x36\xc4\x62\x66\x4d\x93\xf9\x5f\xb1\x18\xae\xc5\xfd\xe6\x21\xf3\xf8\x44\xd3\xc6\x29\x99\xbb\x84\x51\xa1\x06\xfc\x10\x05\x08\xd2\x59\x94\x5c\xd8\xee\xc5\x2c\xe6\x0b\x31\xb4\x87\x1c\x74\x67\x22\xa9\x26\x93\x6a\x12\x7b\xb0\x39\xdf\xdc\x9c\x4f\x62\x77\xf5\xc4\x99\x68\x32\x99\x4f\x26\xa3\xd1\x24\x5d\x54\x34\xb5\x33\x7d\x8c\xd0\x05\x8d\xc4\xb3\xe7\x65\x5e\xb6\x9e\xa5\xca\xfa\x55\x7f\x75\x81\x8a\x66\x3d\xe6\x09\x4b\xcf\x8c\x31\x4b\xaa\xad\x51\xaa\x23\x44\x96\x98\xd3\x96\x02\x9e\xfd\x32\x0e\x9b\xc7\xf1\x79\x63\xb4\x18\xaf\x2c\x13\xa7\xca\xfe\x08\xfb\x0c\x34\x80\x6e\x8d\x5c\x87\xe9\x12\x2c\x3a\xf4\xc2\x39\x94\x94\x92\x65\xad\x38\x20\x58\x5d\x24\xa9\xe4\xad\x05\x08\xf4\x6b\x81\x2e\x03\x61\x27\x3b\x3b\x5d\xd1\x99\xe8\xbc\x39\x03\x85\xd1\x86\x48\x67\x67\x71\x60\xfe\x05\x73\x17\xce\x1c\xdc\xda\xc3\x09\x5d\x37\xf6\xdf\xb7\xdb\xd0\xba\x5b\x5b\x82\xbc\x5d\x57\x37\xdf\x5c\xec\x9f\x95\xdb\xdd\x1c\x62\x99\x86\x9e\x3d\xdd\x37\x7a\x8e\xa4\x8f\x4c\xfe\xb2\xc7\xec\x72\x5c\x3b\xf8\x6f\x0b\xe6\x0e\x19\xbd\xa9\x16\xaf\xcf\xe5\x6a\x56\x2e\xbf\xe7\x63\xb3\x8f\x2e\x6f\x4d\x9d\xfd\x89\x2f\x9e\x50\x0b\x3d\xc5\xe2\xa2\x0f\xab\x9b\x9d\x76\x5f\x5d\xf3\xe2\x5b\x8a\xc6\x40\xdf\x75\xb3\xa4\x20\x3e\xfa\x48\xfa\xe8\x23\xed\x47\x8f\xb6\x3f\x72\x34\x7d\x6e\x2e\xe7\xcb\xec\x31\xd0\xac\x35\xa0\x17\x5a\xbe\x8a\x35\xbe\x61\x4d\x8d\xa8\x29\x45\x56\x52\x1d\x0c\xa7\xe8\x1d\xa8\x59\xfd\x6f\x11\x55\x11\x75\x81\x13\x31\x2c\x22\x1f\x16\x34\x45\x57\x7c\x24\x34\x74\x70\x74\x59\x19\xd9\x1a\x28\x4c\x0d\x2f\x08\xbc\xa4\x31\x8b\x9e\x8d\xdd\x32\xba\xfa\xa3\x1f\x5d\x3d\x7a\x4b\xec\x56\xa9\x3e\x1c\x60\x18\xae\x73\x34\xbf\x32\xf4\xc0\x03\xa1\x95\xf9\xd1\xce\xa6\x05\x4d\x9d\xa3\xf9\x15\xc1\xa4\xab\x76\x6d\x73\xc3\x83\xab\x47\x6f\xde\xaf\xcc\xf2\xc4\xa2\xf6\x54\x56\x62\x1b\x84\x80\xbb\x2d\x53\x37\x67\x34\x73\xd5\xe5\x8b\x02\xed\x1b\xf6\x5e\xb2\x20\x98\x6a\xc4\x6e\xf6\x18\x49\x28\xd2\xac\x1b\xe4\xb5\xae\xda\x64\x70\xc5\xb4\xcc\x1e\x78\xc0\x3a\xe4\x18\x26\x10\xae\x97\x6e\x15\x6f\x1e\x5d\xfd\xc9\x4c\xb3\x3b\x20\x34\xb0\x52\x36\x65\x8f\xc6\xea\x16\xaf\xed\x7d\x46\xe1\x5b\xd7\x5f\x75\xf9\x7c\x7f\xeb\xda\x2b\x2e\xd9\x5a\x2c\x56\xfb\xb0\x49\xff\xa6\xba\x16\x17\x25\x5e\x22\x1d\xef\xff\x79\x84\x7b\xb4\x68\xfc\xf3\x31\xee\x51\x12\xef\x33\xea\x07\x0e\x74\x53\x5b\xf5\x06\xfb\x46\xb5\xdf\xa0\x6b\xb0\x48\xc4\x6e\x19\x27\xe2\x63\xa1\xe5\x06\xd0\x63\xf4\x4b\x7e\xe2\x8d\xab\xd6\x9d\x0d\xec\x31\x0c\xf3\xb8\x61\x60\xcf\xd9\xd5\x45\xec\x26\xbf\xc5\xca\xb2\x22\xee\x37\x4f\x10\xeb\x68\x9d\x31\x4f\xb0\xc7\x26\x53\x91\xa2\x56\x5e\xc2\xfd\xc5\xa2\x79\x82\xfc\x16\x71\x3f\x49\x50\xb4\x86\x21\xa6\xd6\xab\xef\x06\x3f\x28\xd6\xdf\x29\x03\x4c\x70\x42\xa1\xba\xfa\x50\xb5\x06\xdd\xed\x82\x35\x0c\x50\xd0\x05\x07\x1f\x8a\xa1\x6a\x0d\x81\x39\x51\x70\xc8\x89\x2c\x6a\x79\xbb\x92\xc5\x0e\x62\xf4\xd4\x5c\x0c\x79\x3c\xf3\xa1\x1d\xb9\x55\x97\x5e\x34\xbc\x2a\xa7\x16\xfb\x7b\xb6\x6e\xaf\xbc\xbc\xad\x33\x6f\x64\xda\x0f\x25\xbb\x56\xe7\x93\x33\xeb\xc7\xdb\x2b\x01\x8c\x3f\x97\x4a\x26\x7a\x12\xd8\x53\xac\x9d\xd1\x5a\xf4\xb8\x6b\xfc\xf9\xd5\x39\x76\xf7\xc2\x74\x4f\x3e\xb7\x6a\xcd\x45\xd6\xc0\xbe\x31\xd2\x73\xdf\xe2\xd9\xd7\x76\x8c\x76\xcc\xd2\x56\x77\x45\xeb\x9f\x49\x33\xcf\x98\x9f\x7a\x2a\x92\xe8\x95\x5a\xe7\xf5\xa4\x7a\xec\xdd\x36\xc4\xae\xd5\xf9\xe9\x7d\x5d\x06\x04\x68\x86\x2e\x80\xe0\xb4\x57\x2b\x64\xab\x16\xd6\x74\x02\xaf\x4e\x85\x14\x89\x2c\xea\xa1\x69\xd3\xc4\xc5\xbe\x9e\xad\xdb\xdf\xde\xbe\xb5\xa7\xbf\xa8\xe6\x56\x0d\x7f\x8f\x54\x60\xbc\x6b\xf5\x4e\xd2\x13\xee\x5c\xdd\x65\x4c\x0b\xa1\xf6\x5f\x43\x92\x91\xca\x5d\x63\xd5\x93\xa4\xbf\x28\x5f\x4d\xd8\xb5\x3a\x3f\x3d\xc2\x9a\x6e\x73\xdb\xa1\x1f\x16\x03\x60\x8c\x6d\x42\x59\x2b\x58\xaf\x85\x70\xbc\xac\xa5\x0a\xd6\x22\x33\x2d\x6f\xad\xa4\x16\xc2\x9c\x97\x51\x72\x06\x43\xdf\x1b\x09\xc5\x18\xf4\xcb\x1c\x31\x72\xbc\xae\xfa\x25\x9e\x84\xb6\xf8\xb3\xf6\xb9\x6a\x83\x8e\xa9\xd9\x6b\xb7\xae\x1d\x4a\x61\x01\x1b\x23\xda\x9a\xa0\x18\x76\xc5\xf2\x73\x16\xcf\xd1\xbc\x11\x9f\x23\xdc\x74\x4b\x63\x2e\x19\xe6\x53\x39\x6b\x1c\x21\x95\x63\xd6\x5e\xf6\x98\x7e\xd9\x9a\x0b\x2a\xaf\x7a\x1b\xbc\x78\x85\xbf\x7b\xe1\x9a\x4c\x43\x43\xd7\xda\x21\x25\x39\xfb\x42\xb5\xa1\x21\xb3\x26\x79\x41\xc2\x23\xb7\x66\x84\x96\xd9\x5a\x2c\xa6\x25\x7a\x0d\xa1\x35\xc1\xf1\xc9\x9c\x9e\x4b\x59\xf9\xe4\x52\x3c\xd3\x6c\x2e\x78\xec\x31\x7d\xcd\x1a\x9c\xb7\x85\xb1\xdb\x1f\x9f\x5c\xff\xb2\xdb\xea\xa3\xbc\x50\x0f\x4d\xa0\x40\x17\xf4\x59\x63\xa8\x22\x52\x6f\x50\xb2\xfb\x25\xbf\x62\x0f\xd1\x15\xcb\x09\x87\x90\xcf\x85\x12\xa4\xd7\xd4\x38\x5e\xe7\x65\x96\x58\x70\x4e\xd3\x79\x55\x3f\x3f\x09\xf3\x91\x97\x9c\x62\x65\xa9\x28\xe2\x6b\xe6\x0c\x66\xef\xb8\xf9\xc4\xea\xb6\xec\xca\x74\xb6\x30\x30\x70\xfc\xc1\xae\x8b\xf3\xb9\x95\x0f\xe6\xd4\x9d\x5d\xb3\x56\xb7\x67\x57\x66\xc8\x59\xf6\x93\x27\x85\xca\xa7\xa6\x56\x18\xaa\x63\x95\x6b\x67\xcd\xb8\x7e\x60\xc6\x9a\x27\x93\x6d\xdf\xe7\xdb\x5d\x47\xcc\x47\xdb\x8e\xb8\xda\xf9\xef\x2f\xbe\xc6\x3a\xbf\xfa\xc9\x29\x1b\x40\xfb\xd8\x20\x44\xad\x11\xd3\xa9\x92\x73\xaa\x35\x80\x26\x2b\x1a\xab\x2b\x1c\x2f\x14\x19\xeb\xd5\x81\x69\x25\xf3\x8e\x8f\x9b\x0b\x99\xbd\xa7\xc4\xbf\x5e\x91\xbe\xf3\xce\xf4\x35\xe9\x43\x87\xd2\x57\x4c\x2b\xc8\xc4\x18\x71\xd4\xc4\x53\x66\xeb\x15\x99\x43\xe9\x3b\xd3\xaf\xa7\xef\x4c\xdf\x99\xbe\x02\xe8\x5f\xe8\xa8\xca\x86\x1f\x42\xd0\x08\x49\x68\x85\x0c\x14\x88\x2f\xc4\x0b\xc4\x7d\xec\x60\xac\xce\x59\x93\x51\x90\xed\xd5\xf5\x0d\x1c\xaf\xc8\x9c\x22\x73\xc4\x05\x90\x25\x4d\x17\x74\xe2\x58\x13\x07\x7b\x14\xf7\x8b\xa7\x8a\xb5\x2f\x85\xcd\x98\x28\x9e\x1a\xc7\xe7\xc7\xc6\x70\x0d\x5d\x7f\x1c\x2f\x6e\x4f\xcf\xbf\x23\xdd\x8a\x0e\x75\xd3\x45\xe6\x0f\x8c\x47\xaf\xf7\x04\x89\x93\x4c\x5c\x10\xe3\x90\x70\xd2\x59\x75\xb3\xc6\xc6\x45\xf3\x10\x71\x7a\xc4\x89\x6d\x0b\xee\x68\xbd\xdd\x7c\x37\xb7\x69\x43\xf1\xe8\x29\xe2\x81\x47\x03\xe7\xd6\x8c\x93\xf6\xf2\x82\x1f\x22\x10\x83\x36\xe8\xb4\x66\x7b\x96\x02\xd0\x05\xe3\x44\x4c\xad\xe2\x73\x9a\x60\xa7\x85\x56\x58\xbe\xea\x16\x6b\xd6\x2a\x76\xce\xa1\xc8\xbc\x9a\xcb\x0b\x06\x2a\xf9\x54\x3b\xf2\x6a\xb8\xa0\x68\x6a\x21\xcc\x85\x39\x87\x92\xb4\xd2\x11\x17\x9a\xdd\xf2\x52\xd8\x6c\x12\x8b\xa4\x66\xc6\xc4\x78\xe5\x72\xfa\xba\x8c\x58\x39\xcc\xec\x35\xdd\xa1\xf6\x01\xb9\x39\x54\x9f\xa8\xab\x4b\xfc\xd2\xeb\xc5\x5c\x6e\x60\x20\x94\x5a\x1e\x8a\x34\x23\xfa\x03\x11\xc4\x19\x6d\x97\x0c\xcc\x60\x5e\x3e\xe9\x8c\x9b\x4f\x61\x37\xa9\xa9\x7b\xec\x5c\x0d\xcd\x13\x45\xec\x19\x37\xc6\xe2\xb1\xc6\x40\x60\x7d\x6f\xef\x4d\xde\xe6\x50\x36\x33\x86\x9e\xf0\x7e\x94\xeb\xa3\x41\x3f\xa6\xe6\x8d\x25\x3a\x60\xba\x9d\x64\x41\x82\x76\xc8\x11\xdf\x43\x93\x75\x4d\x97\xc4\x6a\xe8\x40\x27\x0e\xc9\x11\xaf\x68\x52\x07\xca\xbc\x9d\xd4\xb0\x88\x92\x26\x71\x32\xa9\x3c\x37\x5a\x2c\x16\x45\xe4\x1b\xa2\x78\x51\x9c\x38\x1d\x23\xa2\x88\xa1\x46\x72\x54\x34\x9f\x6c\x88\xbe\x8e\xd7\x47\x5f\xff\x4e\xb4\x01\xf7\x9b\x4f\xce\xfa\x19\xb3\xd7\x3c\x1a\xc5\x9e\x89\x62\x2c\x5e\xd7\x61\xcd\x2e\x1e\x15\x19\x55\xac\xcb\xc6\x8f\x32\xd7\xd7\x75\x8c\x75\x76\x8c\x65\xeb\x8a\xe3\x13\xd8\xd3\x31\x59\xbe\xcf\xb2\xbb\xa1\x16\x02\xd0\x68\xbd\x4b\x55\xf5\x75\x75\x49\x40\x2d\x28\xf9\x50\xf2\xa3\xa4\x4b\x1d\xa4\x77\xd3\x85\xea\xeb\x42\xb2\x97\x15\xe4\xbc\xc1\xe8\xf8\x3b\x7c\x32\x2e\x9e\x7d\x59\x14\xb1\x27\x8c\x5f\x43\xf3\x6a\x2d\x6c\xfe\x01\xd7\xe0\x11\x34\x77\x09\x9a\x79\x06\xdd\xda\xe3\xab\x3a\xee\x3a\x9c\x1e\x5e\x5d\xdf\x2e\x05\xb0\x18\xed\x9a\xd5\x4c\x62\xaf\xc3\xd6\x03\x71\x56\xd6\x8e\xe0\x70\xc1\x69\x1e\xc2\x33\x33\x6a\xb5\xf1\xc2\xbb\xab\xdb\xef\x4e\xdf\x95\x59\x89\x21\xa9\x5d\x90\x67\xa9\x31\xe6\xdc\x78\xe2\xee\x29\x79\x8f\x43\x5b\x55\xd7\x64\x4d\x25\x3a\x26\xf1\x32\xd5\x39\x56\x3a\xb7\xe8\x98\xd8\x48\x52\x58\x4d\xb5\xb4\xee\xd4\xf8\x29\xd1\x3c\x54\xa4\x9a\x37\x62\x2e\x14\x45\x7c\x2e\x6e\xbd\x84\x65\x14\x1f\xcf\x3c\x71\xd9\x57\xaa\xba\x67\x10\xa5\x9b\xc0\x48\x7c\x62\xcc\x3c\x11\xa7\xe9\xcc\x5d\xb8\x7f\x64\x6c\xcf\x13\x99\xc7\x49\xb8\x05\xae\xa9\xf2\xd4\x82\xf7\x7f\xac\x84\x9e\x4f\x63\x12\x1f\x35\x05\x82\xcc\xab\x7e\xd5\xdf\x81\x7e\x99\xe7\x2c\xb7\x53\xd1\x64\x3f\x89\xf0\x78\x55\x53\x78\x59\xd3\x55\x5e\xd6\xa6\x6d\xfb\x50\x93\xed\xba\x5f\xf6\x8b\xc4\xaf\x3e\x4a\x5a\x49\x23\xed\x35\x61\x18\x13\x9a\x73\x34\x2e\x1a\x71\xd1\x18\x35\x8a\x45\x63\x1a\x78\x73\x61\x5c\xab\x35\xd8\x63\x71\xf3\x44\xb8\x60\x0e\x5b\xf1\xd7\x68\xe5\x30\xde\xad\x09\x28\x1c\x15\x8b\x45\xf1\x68\x25\x50\x34\x48\xda\xa2\xb5\x36\x9a\x7e\xcc\x2b\xa0\xdb\x7c\x57\x0b\x9b\x3b\xf1\xc8\xf4\xd8\xd4\x09\x3e\x12\x5b\x4d\xbe\xc8\x41\x1b\x94\x57\x15\x4d\x60\x2f\x1c\x4f\x9b\x87\x0c\x83\xb8\x29\x95\x97\xb0\x67\x62\x7c\x9c\xf9\xe5\x58\xb0\x58\x09\x90\x73\x95\x97\x98\xd3\x13\xc5\xb1\xb1\x49\xd9\xfa\x08\xfb\x86\xf5\xd7\xe1\x04\x12\xf1\xe0\xd4\x2b\x12\xd6\xec\xb8\x20\xb3\x92\x5f\xf5\x0b\xaa\x6e\xe5\xcd\xfc\xdc\x3c\x64\x8c\x1b\x06\xfe\xb5\xff\xdb\xfa\xf8\xd6\xad\xa3\xa6\x7b\xdc\x98\x98\x30\xdd\xd8\x33\xc6\xbe\x61\x8c\x1b\x95\x7b\xfa\xfb\xbf\xde\x8f\x7f\xdd\xba\xb5\x12\x60\xf6\x9a\x07\xfa\x8b\xcc\xde\xf1\x69\x63\x22\x1c\x8d\x28\xad\x51\x69\xcd\x8a\x49\x34\x89\x67\x8f\x99\xc7\x27\xcc\x13\xb8\x7f\x14\xbb\x2b\x01\x76\xf7\x4e\xf3\xa7\xe6\x63\xb8\x1e\xdb\x76\x9a\x87\x88\x33\x83\x6d\x3e\x5f\x35\x8f\x01\xf6\x18\xe4\x61\x18\x20\xa9\x14\xac\x85\xbd\xd4\x3b\xe7\xb2\x8c\xae\x55\x3d\xf7\x22\x4e\xba\xf0\x7a\x8c\xe1\x0a\x45\x6b\xa9\x2f\xe7\x25\xc1\x95\x83\x78\xf1\x9c\x81\x7a\x21\xa5\x78\x89\x67\x93\x52\x1c\x3e\x24\x59\xf0\x8e\xb0\x90\xd2\x0b\x3a\xd3\x27\x35\xba\xe4\xa6\x14\x97\xad\xe1\x02\xae\xb8\x3c\x70\x71\x37\x8b\x76\x87\xb7\x2e\x2a\xa6\x03\x7c\x30\xea\xe7\xed\x76\x7f\x7a\xf6\x70\x34\x24\x78\x0a\x28\x05\x95\x64\xfc\x9a\x05\xa3\x05\x5b\x4c\x6c\x4b\x78\x94\x19\x01\x9f\xa7\x31\x50\x4c\x84\xdb\x62\x43\xdc\x01\x6e\x49\x93\x17\x6d\x85\x2e\xb1\x2e\x34\x52\xec\x6c\xde\xd0\x54\x3f\xab\x79\x66\x77\x36\xd3\x98\xe9\xf4\xac\xb8\x76\xd0\x17\xe2\x63\xb1\x94\xdc\x9a\x0c\x08\xf5\x09\xa9\xa5\xb9\x2d\xd1\xda\x75\xcf\x63\xcb\xc2\x8d\x76\xec\x36\xae\x5b\x3b\x34\x5c\x8b\x5f\x8a\xb4\x2f\x8f\x35\x6d\xca\x79\xbb\x53\x3d\x57\xe7\x63\x4d\xf6\xf6\xb5\xff\xbe\x60\xdf\x5d\x35\x83\x8b\x5a\xe2\xd8\x77\x71\x7c\xc1\x82\xb5\x17\x9f\x1b\xcb\xbb\x86\x3d\x66\xad\x09\x01\xba\x9c\x52\x4d\xd2\x0d\x7b\x4d\xda\x3c\x64\x1e\x4a\xe3\x87\xc8\xef\xe4\x2e\x3b\x9a\x21\x6a\x95\x31\xaf\x0c\x4f\xee\x4c\xe6\x73\xfb\x64\x3e\x41\xc1\x89\x3a\xca\x48\x37\xc5\x76\xdc\x8f\xfb\xd3\xe6\xd5\x69\x73\xef\xd4\x2e\x13\x4d\x93\xf8\x2b\x8d\xf7\x9e\xfd\xfb\xe4\xde\x64\x3e\xf5\xec\xca\x6a\x79\x38\x85\x43\xd5\x49\xc2\x5a\x94\x91\x29\xff\xed\xef\x0a\xba\x15\x74\x57\x7e\xf7\x9e\xa9\x98\xa7\x15\xf3\x34\xbb\xe2\x6f\x7f\x4b\x11\x4b\x54\x59\xfa\xde\x7b\x0a\x06\xcc\xd3\xd6\x3b\xbc\x15\xf6\x2d\x76\x37\x84\x20\x46\xed\x32\xb1\x7b\x29\x45\xb3\x0c\x9e\x14\x16\xa4\xaa\x55\x9e\xb2\x7c\xe7\xa6\x42\xab\xab\xe5\x88\xe5\x6b\x4a\x98\x57\x17\x88\xc1\x9b\xe9\xf0\x98\x87\x2d\x23\xa8\x9c\x67\xfa\xa6\xcf\x91\x7e\xed\x23\xb9\x5b\x96\x2b\xbb\xd9\x4c\xdc\xfc\x43\xd8\x77\x21\x31\x7a\x52\xcc\x32\x82\x5f\xb4\x4c\xdf\x2f\xcf\x9b\x30\x3d\x7d\x3c\xf9\xf9\x59\x9d\xab\x27\x75\xf2\x47\xd6\x78\x59\x84\xc4\x19\xba\xa4\x07\x15\x59\x53\x24\x4b\x37\x83\x92\xb5\x4e\xd8\x87\xb2\x0f\xed\x52\x90\x74\x1c\x23\xcc\x33\xb1\xc7\x63\x73\x45\xf3\x48\x21\x6c\x9e\x10\x0d\x74\x17\xc2\x38\x6c\xfe\x3e\xac\xbd\x15\x33\x98\xfd\x95\xfb\x77\xbe\x1e\xd6\x70\xd7\xa8\x80\xcf\x2b\x47\xe3\x1a\xf1\x47\x98\x7f\x29\x38\x47\x9d\x5a\xf8\x85\x4f\x62\xb7\xb3\x50\xbd\xe7\xb9\x7e\x01\x50\x3a\x67\x08\x48\x9f\x54\x44\x49\x21\x4d\xa5\x91\xbb\xb3\x77\x99\xc3\x5a\xd8\x3c\x2e\x8a\x6c\x46\x9c\x59\x09\x60\x24\x5c\xc0\xbb\xd0\xdc\x15\xa6\xad\x20\xe0\x11\x36\xa3\x51\xb7\x87\xd9\x6b\x7a\x46\x70\xbf\xb3\x60\xd4\x12\x83\x35\xad\x8f\x3c\x06\x22\x74\xc3\x6c\xcb\xd3\x55\x64\x1f\x2a\x9c\xe0\x43\xde\x7a\x87\x46\x44\xd5\x7a\x83\xa6\x88\x9a\xf5\xe6\x8c\x62\x8d\x0c\xf3\x56\xbc\x2c\x5b\x21\xb3\x35\xfb\xa8\xab\xe7\x8d\x9c\x73\x93\xee\x0d\xd3\x23\x2e\x8c\xb7\x8f\xf6\x2c\xf7\x1c\x39\x12\x5c\x96\x1b\xcd\x45\x16\x8a\xb9\xd1\xdc\xb2\xc0\xbd\x47\x82\xcb\xd5\xd1\x7a\xf1\xb6\xd1\x35\x47\x8e\xac\x19\xbd\x4d\x7c\x26\x7e\xdb\xe8\xf0\x91\x23\xcb\x47\x6f\x8f\x3c\x9d\x3a\xe7\xb9\x8f\x36\x5a\xeb\x28\x99\x9f\x1c\x39\x12\x5c\x9e\x1b\x4d\x8b\x0b\xe3\xb9\xd1\xdc\xf2\xe0\xbd\xe7\x65\xf7\xdb\x23\xcb\x46\x6f\x8b\x4c\xcb\xe2\x19\x2b\x63\x73\xc1\x39\xbf\x7e\x13\x5d\x91\x39\xad\x3f\x23\xbd\xc6\x52\xb8\x04\xf6\x90\xa8\xba\xa0\x17\xb4\xc9\xb7\x0d\x38\x3a\x3c\x90\xa2\x6f\x1e\x58\x8b\x60\x38\x87\x0f\x43\x7c\x58\xa8\xbe\x57\x43\x04\x55\x93\xb5\x94\x92\xd2\x88\xd5\x99\xfc\x97\xab\xbe\x2f\x4e\xc2\xb0\x73\xe7\xac\x97\x12\x62\x28\x84\x38\x07\x17\x72\x70\x32\xb9\x98\x5d\xb4\xcd\x86\xe8\xf6\xd4\x86\xbc\x0e\x77\xc4\x13\x74\xd6\xb9\x7b\xda\xd3\xdd\x41\x67\x9d\xa7\xb1\xd1\xc3\x3b\x39\x87\xcd\xce\x32\xb6\x6d\xd6\x9a\x25\x73\x21\x09\x09\xc7\x6d\x88\x8c\x9d\xb1\x39\x6c\x4e\xbb\xc7\xe6\x74\x44\x1c\xb5\xce\x78\xc0\x6d\xaf\x31\x6a\xec\xee\x40\xbc\xc6\xe5\x88\x38\x5c\x7e\xce\xe6\xb2\x39\x58\x44\x1b\x63\x7f\x8e\x86\x92\xcc\x69\x3f\xef\x8e\xa4\x02\xbe\x80\x9d\xb1\xbb\x11\x19\xb6\xa6\x6e\xd6\xac\x3a\x07\x6b\x0b\xda\x03\x3e\xce\x5b\xe3\xaf\x8d\xb8\x79\xbf\x58\x79\x49\xb4\x56\x27\xe1\x19\xc3\xe3\xf6\x70\x01\xb6\x8e\x75\xb0\x35\x9c\xcd\x61\x43\x44\xb4\xb9\x1a\x02\x2e\x7f\x5d\x9d\xdf\x15\x68\x70\x59\x67\x9c\x76\x9b\xcb\x16\x76\xf8\x39\x8f\xdb\xce\xda\x2b\x27\xf1\xcc\xb4\x35\xbe\x41\x08\x43\xab\xd5\x2b\x83\xae\xf2\x55\x95\x66\xf8\x14\xf1\xb9\x34\xc9\xae\xf0\x02\xaf\x0a\x24\x4c\xd7\xf4\xc9\x19\x03\x5e\x71\x34\xa1\xaa\xe5\xb3\xe8\xe0\x78\x49\x1b\x9f\xb0\x9b\xbf\x25\xbe\x7a\xf8\x25\x67\x24\x49\xdc\x07\x66\xef\xf8\x29\x23\x1e\x27\x9e\x60\xd1\x9a\x74\x79\x2a\x38\xca\xcb\xc9\x51\xec\x1e\xed\xb1\x13\xaf\xdd\x79\x52\xf8\x78\x32\x1c\x11\x4f\x8d\x8d\x8d\x4d\x14\xc5\x09\x51\x9c\x20\x29\x13\x89\xde\x44\x26\x18\x29\x16\x03\x71\x2f\xf7\xfc\xf8\xf8\xe4\x7c\xea\x9f\xd9\x37\xa0\x1e\x32\xd6\xdb\x45\x8a\x26\xf3\xd6\xbb\x7a\xc4\x05\xa6\xab\xba\x53\x9c\xd7\x92\x06\x83\xa1\x2f\xaa\x78\x91\xd3\x99\xa7\x23\x33\x9b\x8d\xfc\xca\x2e\x36\xbd\x4c\x75\x1b\x0d\xd1\x19\xc9\x46\x8f\xb8\x54\xb9\xbc\x43\x09\x7a\x58\xa9\x27\x51\xe7\x13\xfb\xd2\x11\x8c\x0a\x0c\xf3\x6c\x24\x6e\x9f\x98\xa8\xe9\x5f\x7b\xf1\x86\x99\xae\x89\x09\x9b\x2b\xa2\xb7\x6f\xdd\xf8\x7a\x8b\x4b\x8c\xa6\xa5\x39\x46\x9b\x83\x61\xb0\x3e\xdd\x6b\xf4\xf0\x4c\x75\xac\xe7\xbd\x09\xf6\x0b\xec\x67\x21\x0e\x69\xb8\x00\xd6\x91\xbe\xb0\xea\xf2\x25\xb2\x8c\xe6\xb7\x56\x5a\x15\x62\x0c\x91\x21\x7f\x28\xac\xb2\x61\x83\xa1\xaf\x0a\xa2\xd5\xfd\x79\x31\xcb\x90\x92\xfb\x89\x6f\x5e\x7d\xc7\xdc\x7a\x65\x83\x9d\x7c\xa7\x50\x88\x21\x9e\x5c\xda\x76\xc7\x1d\xe9\x25\x57\x8a\xbd\xe9\xfa\xcc\x60\x30\xb9\xb8\x33\xde\x97\xae\xc7\x39\xba\xae\x7c\xa1\x71\xb0\x83\x0b\xd6\xe5\xbb\x5b\x5c\x61\xe6\x91\xac\xd4\xe2\x12\x1b\xd6\x6c\x18\x0c\x26\x95\x48\xac\xa0\xec\x5b\x92\x26\x17\xee\x13\x7b\xd2\xf5\xe1\x48\x0b\x6f\xf3\xd4\x69\x7a\xab\xcb\xe5\xd6\xc6\x97\xb6\xdf\x91\xbe\x23\xb3\xa4\x3e\xdd\x23\xe2\xba\xda\x81\x0d\xc3\x1a\x62\x7d\xba\x2f\xde\xbd\xda\x65\x3e\xa9\xe8\x8c\x2d\xc8\x75\x0c\x36\xd6\xf3\xae\x96\xee\xbc\xb9\xdd\x29\xb5\x5c\xde\xa1\x34\x07\x06\x37\xac\x69\xf0\x3b\x70\x9d\xa2\x2f\x4d\xdf\x91\xbe\x23\xbd\x54\x48\xf7\x8a\x95\x67\x98\xc6\x4c\x17\x2f\x84\x5d\x2d\xdd\xd1\xa6\xf8\x94\x8d\xba\x8c\x7d\xd3\xfa\xab\xb4\xcb\x61\x33\x7d\x1b\x8c\x28\x68\x96\x51\xc8\x83\x22\x61\x39\x97\xf0\x62\x0c\x05\xbf\xb5\x78\x93\x31\x50\xcb\x13\x5d\xd6\xac\xf1\x3d\xc6\x60\xb4\x2c\xda\xc3\x42\xd8\x4b\x1a\xcc\x60\xd8\x04\xf9\x14\x62\xe8\x45\xf4\x92\x87\x9f\x22\x47\x8c\x83\x35\x48\xc9\x02\x0e\x76\xd6\xa5\x43\x35\x3e\x4f\x3a\x4f\x6a\x21\x75\x2c\x69\x0e\x0c\x66\x63\x91\x96\xe6\xe0\xe0\x86\x35\x9a\xdb\xd7\x9f\xea\x5a\x34\x63\x76\x4d\x6e\xde\xe2\x99\x29\x8c\x54\xde\x8c\xfa\x03\x8e\xce\xc1\x86\x7a\x52\xe6\xda\xc6\x4e\x52\xcd\xa8\x18\xf7\xe4\xf1\xa7\x75\x99\x8e\x66\xa7\xcb\xd5\xaa\x37\xf0\xb1\x5a\x2f\x63\x57\xc8\xb3\xf7\x78\xb9\xd9\x97\xce\x62\x1c\x81\x25\x1d\x52\x6f\x3a\x82\xda\x9a\x0d\x83\x4e\xf3\x9b\x0e\x3f\x69\xec\x40\xf3\xe2\xce\x78\xac\x39\xc7\x1d\x99\xad\x88\x0e\xa5\x3f\x56\x93\x1e\x52\xc4\xee\xaf\xbb\x85\x73\x0f\x07\xbf\x18\x27\x9b\x5a\x4f\xdf\x40\xbb\xb9\xdd\xef\x71\xc6\xc2\x51\xf2\x24\x9c\xcd\xd9\x8c\xe5\xaf\xbf\x37\xc1\x7e\x8e\xfd\x2c\x48\xd0\x05\x45\xd8\x0c\x97\x03\x10\x5f\x88\xf3\x13\x43\xc4\x87\x39\xba\x68\x4f\x9f\x26\x50\x6c\x16\xe5\x04\x91\x0f\x86\xb4\x27\x1b\x56\x73\x06\xa6\xa6\xcb\x56\xf8\x83\x85\x8b\x58\xba\xa0\x81\x55\xe1\x62\x0a\xb8\x31\x9a\x76\x86\x44\xd5\x1f\x45\x4f\x60\xe9\xa6\x25\xcd\xc1\xc1\x4c\x66\x30\xd8\xbc\xa4\x53\xec\xcb\xd4\xe3\x7c\x77\x26\xca\xa7\x1a\x6a\x6d\x8e\x96\xee\x7c\x9d\x97\xbd\xbf\xbe\x31\x9a\x8e\x30\x3e\xab\x56\x3c\xf3\x68\x56\x0a\xd7\x23\x6a\xc3\xa4\x19\x5a\x22\x31\x5d\xb9\xb2\x2a\x73\x1d\x4b\x02\x6e\x59\xe0\x02\x7e\x92\xd0\x55\x93\xcc\x66\x98\x2f\x2b\x41\xd6\x6e\x1e\x77\xc8\x51\xa5\x43\x8a\xa5\x35\xcc\x0f\x6f\x18\x74\xa2\x31\x29\x7e\x99\xde\x78\x67\xe5\xb4\x10\x0d\xc4\x5b\xf9\xc6\x16\x57\x58\x08\xe7\x19\x6f\x5d\x43\x26\x1f\xb6\x64\xcb\x92\xc3\x70\xaf\x68\x3d\xdc\x0d\xc3\xd1\x69\x82\x98\x59\x92\x4f\x37\x89\x95\xef\x09\x83\x8d\xf5\x61\x77\x0b\x7d\x76\x93\x71\xd0\xe7\xd8\x63\xe0\x86\xfa\xea\x3b\x98\x10\x54\x85\xea\xe2\x53\x45\x93\x90\x53\x51\x91\x75\x45\xe6\x58\x21\xa8\x72\x2a\xea\xb2\x22\x6b\x2a\x89\x93\xbe\xfe\xc9\xd6\x37\x27\x97\x9f\xe2\xda\xe1\xbb\x70\x53\x76\xbb\x9a\xff\x52\xcf\xe1\x9e\xc3\x5f\xba\xea\x97\xe6\x83\xbb\x3e\x2b\x3d\xf7\xe3\x55\xa3\x0f\xe1\x7e\x43\x64\x72\xf1\xb8\xf9\xd3\xcb\x1e\xa9\x9c\xfc\x39\xee\xdc\xbd\x6e\x53\xd2\x3c\x31\x8c\xfb\xc7\xcd\xfb\xdf\x1e\x37\xc6\x8c\xea\x3c\xc6\x13\xec\x37\xe0\x7a\x00\xa4\x63\xdd\xe1\x26\x0c\x39\x12\xa9\x19\xc4\xf1\xd5\xab\x53\xac\x1d\x68\x58\x5e\xb4\x0f\x53\x9c\x92\x92\x1d\x61\xc1\x5a\xf5\x42\x5f\xb3\xf3\xa2\xc0\xd3\x2b\x1c\x74\x79\x22\x7d\x2b\x2f\xa5\x1b\x48\x13\x58\xbd\x98\xae\xa5\x74\xfa\xd6\x64\x8a\x78\xdf\x2a\x39\x59\x10\x0a\x7a\x41\x2d\x88\x18\x66\x2f\xe9\xb9\xa0\x6f\x57\xd0\x17\xf1\xb3\x75\x81\xe0\xdc\x74\x6f\xac\x59\xe3\x6a\x19\xa7\x10\x6a\x6e\x13\xee\x3c\x14\x5e\x93\x72\xa2\x8b\x6b\x6c\x4a\xc4\x7a\x32\xf3\x7d\xfe\x3a\x36\x10\x09\xf4\xa6\x9b\x63\x81\x28\xeb\xaf\xf1\x78\x6c\x36\x3b\xc3\x86\x5c\x02\xef\xe1\x1d\xbc\x4f\x68\x4a\x74\xda\xeb\x77\xf5\x2f\xed\x71\x3a\xbc\x41\xae\x2e\x22\xb6\x75\xdd\x7d\x57\x67\x5b\x3c\xe2\xe7\x82\x4d\xac\x67\x68\xdd\x91\x0b\xfa\x02\x52\xe1\x61\xaf\x3f\xe0\x79\xb8\x3e\xeb\xcf\x39\x83\x91\x5c\xdf\xa6\xf9\x7d\x62\x43\x6f\xa3\xcd\xe9\x8d\xb1\x89\x04\xab\x35\xf5\x45\xc4\x86\x39\xf2\xc6\xde\x5c\x34\xe4\xec\x0a\xb4\x0b\x1f\xf7\x04\x02\x9e\x35\x6e\x77\x6d\x43\x5d\x82\x0d\xd5\xb8\x59\x7b\x8d\xab\xd6\xed\xb6\xdb\xfd\xae\x08\xd7\xe4\x09\x3a\x6a\x5c\xbe\x4c\x5b\xb8\x77\xf1\x7d\xeb\x86\x5a\x96\x25\x7c\x36\x74\x79\x45\x59\x96\x7c\x6e\xb4\xf9\x96\x9f\x5b\x17\xf6\x26\xfb\x26\xec\x9c\x5c\xe1\xcc\x87\xac\x3e\x5d\x2f\x54\x9b\xaf\xda\x80\x1d\x98\xd2\x0b\x6a\xd7\x64\xfb\xe9\x85\x6a\xe3\x75\xa5\x94\x54\x91\xbe\x81\x63\x0d\xd3\xd2\x3f\xd6\x20\x84\x7d\x18\xc3\xea\x54\x45\x58\x20\x8f\x30\xac\x1b\x8c\x66\xe5\x87\xef\xdc\xb9\x6f\xef\xc0\x50\xa6\xed\xe1\xcd\x7e\x67\x4d\x2a\xde\x10\xf6\x7b\x9c\x0e\x5b\xad\xb7\xd6\xed\x6c\xf2\x70\xee\x70\xd0\xe7\x72\xc6\xba\xc4\x84\xad\x61\xbb\x36\x2f\xcf\x21\x1b\xa8\x71\x79\x83\xf5\x8d\x52\x6e\x51\xdf\x40\xbc\xa9\x3e\xe8\x75\x39\x23\x01\x8c\x34\xc8\x4d\x7a\xfb\x2c\x9f\xb3\xd6\xef\xdf\xf6\xb1\x55\xcc\xd0\xe0\xde\x7d\xec\x1b\x43\x03\x7b\xf7\xdd\xb9\x7b\xcb\xc8\x87\x12\x8c\x93\x73\xad\x76\xda\x58\x77\xad\xd7\xe5\xae\x8d\x06\x3d\x4e\x47\xb0\xc6\x86\xde\x5a\xaf\x27\x67\x67\x7d\x2d\x0d\xee\x4c\xff\x6d\x8b\x7b\x42\x42\x7b\x1b\xb2\x36\x97\x27\xec\xf3\x85\x3d\x2e\x1b\x8b\xc6\x00\xdb\x38\x27\xb9\xb6\xbb\x33\x12\xa8\x71\x87\x23\xf1\xbb\x5c\x75\xac\x74\xf8\x1b\xbb\xac\x62\x57\xe3\x84\x6f\xb0\xdf\x80\x10\xdc\xf9\xcf\xd6\x85\xcb\x89\x94\xa6\xe7\x53\x96\x09\xd7\x0b\x24\xec\x23\xb1\x5d\x4a\x49\xb5\x63\xc2\xcb\x70\x29\x2e\xcb\xb6\xd3\x2b\xad\xbf\xd8\x53\x6d\x74\xc1\x4b\x7a\xba\x94\x62\x7d\x49\xce\x5a\x2f\x99\xc6\x50\xcd\x15\xd1\x7a\xb9\xde\x6a\xbf\x29\x6f\x2c\x46\x7b\x0a\x3c\x33\xba\x6b\xe7\x0c\xc3\x98\xb1\x73\xd7\xc4\xe4\x8e\xcd\x56\xe3\x46\xb7\xaf\x25\x15\xef\xac\x75\x23\xf2\x21\x1b\x63\x77\xb0\x0e\x86\xb1\x79\x1a\xa2\x82\x6b\xcb\x16\x57\x7d\x34\xea\xb1\x31\x8c\x83\x75\xd8\xd1\x1e\xe2\xdd\xb5\x1d\xf1\x54\x8b\xcb\xcd\xf0\xd9\x66\x97\xdd\xe3\x0b\x38\xed\xac\xc3\x66\xaf\xad\xf1\xd4\xd6\xd8\x5d\x6a\xac\xb6\x36\xe4\xae\x61\xd7\x0d\xce\x6a\x8a\xc5\xba\xf5\xe5\xab\xbe\xbe\x6a\xb9\xde\x1d\x8b\x35\xcd\x1a\x5c\xc7\x7e\xfd\xbc\x5b\x5b\x3b\x67\x5f\x70\xd7\x5c\x12\x52\x3c\x36\xaf\xa7\x4b\x52\xda\x9a\x74\xde\xe5\x8e\x46\x7d\x5e\xac\x71\x7b\xb9\x86\x06\xce\xeb\xae\x41\xaf\x2f\x1a\x75\xbb\x78\xbd\xa9\xb5\x45\xea\xf2\x78\x6d\xb5\x8d\x5e\x17\x46\x03\x35\x5e\x37\xc7\xb0\x8c\xc3\xc6\x39\xdc\xde\x3a\x67\x63\x8c\x61\x07\x6b\xdc\xd8\x34\x38\x30\xbc\xf6\x6b\x8b\x16\xb6\xb7\xb7\xb7\x2f\x5c\xf4\xb5\xb5\xc3\x03\x83\x4d\xd6\xff\x6d\x32\xb9\x46\x3f\x0a\x29\xc8\xc1\x0c\x18\x84\x45\xb0\x1c\xd6\xc0\x86\x7f\xf2\x66\x98\x3d\x8b\x4a\x58\xc4\x82\x96\x57\x64\x62\x61\xd4\x82\xa2\x15\xf2\x8a\xec\xe0\x42\x82\x4a\x9e\x91\x9c\x4a\xf8\xb0\xcb\xc1\xc9\x05\xdd\x8b\x3e\x74\x84\x04\x95\x48\xba\x20\xc7\x50\x48\x09\x05\x5d\x0e\xeb\x0e\x12\x8f\x33\xc1\xcb\x47\xd6\x17\xba\xbb\x0b\xeb\x47\x5e\xdd\xb8\xbe\xa0\xeb\x85\xf5\x1b\xf1\x13\xb1\xad\x46\x5b\xe0\x49\xf4\xdc\x6f\xf3\x1c\x75\xfe\x82\xb5\xfd\xb7\x0d\x7d\xaf\x72\x35\x42\x37\x1b\x0c\x3a\xdd\xdd\xe1\x59\x81\x36\x63\xab\x58\xef\xf1\x1c\xf5\xb0\xd1\x07\x9a\x6f\xbc\xa0\xff\xa6\x19\xf1\xaf\xc4\x4f\x89\x33\x16\x8f\x36\xb3\xc7\xce\xcb\xed\xd5\x91\xf5\x05\xfd\xef\xbd\x6b\xc2\x4b\x86\xc7\xeb\x7c\x9d\xd9\xe6\x86\xa2\x21\xc6\x6d\x4d\x33\x44\x51\x9c\x69\xc4\x4f\x6d\x5d\xcd\x20\xae\xde\x3a\xbc\x24\xbc\xa6\xb7\x98\xdd\x94\x99\x31\x33\xda\x3c\x31\x67\x63\xdd\x8a\xc1\x05\xeb\xd6\xad\xdb\xb2\xa2\x6e\xe3\xff\xc5\xdb\x9f\xc0\xb9\x4d\xde\xfb\xc2\xb8\x7e\x8f\x6c\xc9\xbb\x2d\xdb\xb2\xbc\xcb\xb2\xc6\xd6\xcc\x78\x99\x19\xcb\xb2\x66\xc9\x48\xc9\x64\xcf\x4c\xf6\x3d\x21\x43\x12\x86\xb0\x24\x10\xc2\x16\xa0\x98\x02\x81\x94\xc0\xa1\x61\x2b\xb4\x10\xca\xd6\xb2\x84\xb6\x84\xb5\xcb\x0c\xe7\x94\x43\x7b\x08\x6d\x81\xb6\x14\xf8\x97\xd0\xd3\xdb\xdb\x7b\x0e\xf4\x72\x4e\x7a\x7b\x4a\x69\x71\x63\x9d\xff\x47\x8f\xec\x99\x49\x97\x7b\xcf\xa7\xef\x7d\xdf\xc4\x1a\xc9\xb2\xf6\xe5\x79\x7e\xcb\xf7\xfb\xfd\x2d\x6a\xfb\x79\x1f\x60\xce\x54\x17\x51\x24\x08\x50\x15\x89\xe6\x44\x1f\x0a\xa7\x61\x08\x14\x31\x9b\xaf\xd6\x86\x80\xe6\x72\xa2\x24\xf0\x68\x3a\x25\x2f\xaa\xac\x0c\xfb\xaf\x3b\x58\x5c\x35\x59\x58\xdc\xdd\xbd\xb8\xc0\xf3\x92\xaa\x4a\x93\xab\x4b\xa0\x3d\xa6\x43\x47\x71\x2a\xa8\x35\x5f\xd3\x34\x24\x37\xb4\x29\x74\xf9\x75\xc5\xcf\x94\x56\x41\xf7\xe2\xf5\x4b\xba\xf5\xda\x0a\x75\x75\xb1\xa1\x87\x26\x8b\xe6\x02\xf0\x96\x62\x6c\x87\x8f\x1a\x93\xd3\xf9\x52\xb4\xaf\x85\xf5\x6b\x11\x51\xc9\xa3\x16\x03\x8c\xdc\x8d\xf6\x69\x75\x7d\x26\x0e\xfd\x01\x41\x61\x94\x5f\x1c\xeb\xa4\x74\x9b\x3e\xaa\x22\x30\x22\xa3\x32\xaa\xcc\x31\xb4\xa8\x32\x22\x03\x0c\x27\xab\x8c\x24\x72\x78\x7a\x66\xfe\x38\x39\x76\xea\x4d\xad\xce\xd7\x79\xbe\x3e\xae\xc3\x0b\xad\x09\xe3\x78\x6b\xa2\xae\x93\xc5\x53\xcf\xd5\x67\xe3\x2a\xd0\x6a\x1c\x3e\xdc\x97\xd1\x9b\xaf\xa3\x4a\xf3\x6b\xb0\x1f\x5b\xe4\x38\x85\x65\xe5\xc9\xd0\xb1\x16\x4e\xd1\xdd\x52\x2c\x20\xa0\x25\x33\x62\x0e\xa1\x59\xd3\x30\x50\xc7\xff\x1a\xd6\x88\x2c\xe1\x11\xda\x87\x47\x33\xb1\x76\x2b\x26\xc6\x62\x64\x74\x17\x51\xc2\xb9\x22\x19\x13\x04\x45\x89\xb1\xb3\xa2\x62\x45\x9e\x65\x85\x16\x59\xb9\x2d\x6b\xd2\x9e\x59\x00\x56\xe6\x64\x45\x1c\xaf\x8f\x8f\xd7\x79\xb2\xd8\xa8\x4f\x4e\xd6\x27\x75\x1d\xf6\xd7\xeb\x53\x8d\xf6\xb7\x46\xbd\x4e\x1e\xd5\x9b\x41\x8d\x27\x8b\xdb\x1a\x9a\x36\xa9\xd5\xeb\x7a\xbd\x3e\xd9\xa8\x63\x01\x93\xfa\x2c\xae\xcb\x1e\x42\x20\x74\xcb\x67\x28\x9b\xcd\x93\x1f\xe1\xc6\x3f\x8b\x13\xca\x69\xc4\x39\x31\x98\xa0\x46\x53\xb4\x13\xca\xa8\xaa\x81\xaa\x41\x25\xc2\x5b\x23\xec\x1b\x46\x68\xf2\x61\x47\x9a\xcb\x6c\x38\xa3\xd0\x99\x21\xbb\xba\xc8\x4c\x67\xe1\x8c\x0d\x99\xb2\xdf\x01\xfe\x34\x07\xfb\x60\x1f\xe7\xe7\x01\x16\x79\x32\xc6\xa4\xf1\xad\x40\xc4\xed\x8e\x04\xa2\xfa\x7c\x3d\xba\x7e\x7d\x54\x9b\xaf\x47\x19\x57\x04\xec\xe8\xc5\x74\x2d\x22\x88\x41\x26\x65\xeb\xea\xb2\xa5\x98\xa0\x28\x14\xb5\xb4\x36\x58\x8b\x18\x87\x61\x5f\x24\xa1\x68\x99\x25\x85\x8c\x31\x09\x0b\x03\x52\x77\xa9\x20\x05\xa2\xf1\xb8\xb9\x81\x78\x3c\x1a\x08\x4b\xa5\x08\x37\x13\x5f\x7a\x8e\x7c\x8a\xc8\x12\x5d\x04\x91\x6b\x59\x7d\xa7\x01\x31\x7d\xa4\x05\xd2\xac\x99\xae\xbe\xc8\x72\xe4\xd8\x70\xa1\x73\xce\xc8\x77\x7f\x3a\xd9\xaf\xf1\x27\x0e\x75\xdf\xfc\xe5\x47\xae\x59\x60\x1b\x3d\xf0\xe5\x2f\xdd\x28\xa9\xf2\x37\xff\xf9\xb5\x5b\x8b\xcf\x68\xce\x7f\x5d\xfe\xe2\xdf\xaf\xdc\x70\x86\xe7\xa2\xf1\xbb\x4f\xf0\xfa\xd2\x33\x93\xe5\x0b\xbf\xf0\xc4\xe7\xce\xcd\x8b\xbb\x46\x53\x67\x5d\xcd\x6e\xba\xab\xf4\xcc\xbf\x37\x22\x33\xc7\xf0\x79\xf2\x4e\x82\x21\x92\x98\xc5\x2c\x31\xb4\x68\xee\x8a\x16\x25\x86\x96\x80\x64\x64\x45\x95\x39\x56\x66\x24\xe4\x86\x5b\x8b\x7a\x66\x92\xaf\x67\x26\x79\xbd\x08\xb7\xfe\x8f\x3a\x3f\xc5\xd7\x1b\xe4\x1d\xc6\xdd\xc5\x01\xe3\x5c\x9e\x3f\x71\x82\xe7\xe1\x9e\xfe\x22\x9c\x6f\x9c\x30\x56\x9e\xe0\xf9\x13\xf0\xf4\x2f\x5b\x3e\x44\x09\x9d\x24\xdc\x84\x80\xb5\x72\x30\x86\xd6\x7c\x4a\x18\x59\x91\xed\xb2\x25\xfb\xa6\xd4\x2c\xff\xbf\x00\xe6\x5c\x95\x2a\x80\x62\xda\x3c\x74\x98\xa6\x42\x02\x2b\xc0\x1d\xb2\xfc\x88\x2c\x3f\x02\x3b\x07\x56\x79\x3c\x71\x17\x05\xae\xa0\x3b\x1c\x77\xb9\xef\xad\x6e\xe5\x9d\xae\x73\xcf\x65\xfd\x2c\x50\xce\xe5\xcd\xc3\x68\x1f\xec\x87\xfd\x8f\x3c\x62\x1c\x7a\xe4\x91\x2f\x51\xce\x10\x1f\x08\x07\x33\x31\x27\x43\x91\xc6\xa1\xfb\x14\xdb\x55\xe0\x0b\x25\x02\x1e\xd6\x78\x52\x9b\x1d\x5f\xcf\x11\x3d\xc4\x1c\x62\x2e\xe6\x9a\xc8\x96\x7f\x6c\x5e\x04\x4c\x70\x32\x3f\xaa\x79\x1d\x94\x32\x48\x9a\x69\x38\xf8\x80\x0e\x29\x02\xc3\xc9\xac\x0e\xb2\x44\xd1\x0a\x95\x97\x68\x8c\xb0\x93\x44\x56\x56\x65\x56\x44\xc1\x06\x2f\xf0\xbc\xc0\xbf\x7c\xa4\x76\x84\xcf\xf0\x7c\x46\x68\xf8\x83\x80\x81\x19\x41\xdf\x7b\x86\xe7\x48\xe6\xa2\xc8\x33\x37\x8a\x95\xae\xd5\xa9\x62\x66\xfd\xd6\x75\x99\xff\xd4\xf5\x49\x5d\x47\x27\xf9\x4f\xf3\xc3\xfc\x14\xff\x95\xc8\xdd\x9d\xcf\xf2\xc3\xfc\x4d\x91\xc5\x8e\x14\x13\xcf\x41\x47\x3c\x90\x74\x18\x2f\x4e\x19\xb7\x3b\x0e\x7d\xda\x75\x5f\x87\x0b\x1c\xd1\x74\x29\x23\x8a\x99\xa3\xba\xae\x9f\x8e\x7d\x09\x11\x69\x1c\x2f\x63\x48\x49\xa0\x49\x26\x27\x28\x32\x0f\x82\x79\xac\xa2\x1f\xc4\x1e\x10\x95\x10\x96\x7c\xf9\x5a\xca\x28\xa6\x9e\x22\x8b\xcd\xe0\x03\x3d\x09\x48\x25\x0b\x0f\xc1\xb3\x89\xc2\x27\x3d\x89\xa7\xbf\x04\x8f\xd7\x79\x88\xc3\x3f\x47\x58\xa3\xcf\x78\x3b\xf3\xad\x15\xfe\xc0\x72\x2d\xb0\x7c\x85\x1f\xc1\xf3\xad\x7b\xfa\x04\x79\x0c\xfb\xf0\x7d\x84\x42\x10\x60\xc9\x3f\xcc\x82\x7e\x68\x24\x17\xb2\x02\x34\x58\x4a\xc2\xa2\xf6\x71\x69\x20\x65\x45\xe4\x58\x51\x41\xd1\x65\x9f\xa9\xae\xe0\x79\x36\xbc\x68\xee\x19\x5b\xce\x3a\x7b\xcb\xc8\xd9\x03\x74\x61\x73\xfd\xf6\x65\x69\xfd\xc2\xce\x39\x0c\x13\x8f\xcf\x1f\x7e\xf8\x89\x25\xab\x37\x3a\xcf\xdd\xd0\x7f\x4d\xd7\x8a\x15\x2b\x56\x90\x8f\x3b\xe6\xd5\x56\x9c\x7f\xce\x79\x7b\x36\xae\xec\xee\x22\xc9\xde\x8e\x7d\x7f\x77\xcf\xed\x57\xad\xcf\xd1\xa7\x7e\xe6\x99\x5f\x59\xb6\x6d\xcb\xa6\xad\x0b\x34\x35\xd2\xd7\x7f\xec\xbb\x8f\xf5\xf0\x41\xf8\x44\xaf\x37\x1a\xd3\xb1\xb6\xaf\x10\x12\xd1\x43\x54\x89\x7e\x82\xc8\x55\xac\xb8\x76\x04\xcb\x8d\xe0\x23\x54\x2d\x6b\xc8\x0a\x7d\xfb\x50\x1a\x71\x60\xc5\x3c\xe5\x1c\x2b\x33\x22\xa3\xc8\x2c\xbc\xb5\x75\xd5\x58\xb9\x17\xcd\xf1\x88\xe2\x92\x65\xdf\xd9\xb1\x7d\xd9\xd8\xa8\xdb\x55\x53\x8f\x9d\xbd\x63\xf3\x96\xa1\x62\xf9\x96\x07\xee\x3a\xa7\x2b\xb3\xf3\xb3\xab\xe1\xc0\x9a\xd2\x5b\x1b\x4a\x17\x14\x8d\x3f\x68\x9a\x36\x55\x2a\x8e\x2d\x3f\x63\xce\xc4\xf8\x19\x23\xf3\x2b\x1c\xa7\xcf\x9b\x9a\xd8\xb1\x66\xdd\x4e\x40\xdd\xc5\x35\xc5\x91\xe5\x4e\xfd\xca\x7b\xbf\x58\x5f\x04\xf0\xe6\x9a\xe2\xdb\x1b\x4b\x7b\xf4\x3a\xf4\x1b\xa3\x9a\xd6\x3a\xee\xe3\xe4\x73\xad\x16\xb8\x4a\x10\x21\x55\xa2\xcd\xa6\x81\x93\xcb\xa4\x0f\xcc\xa3\xcb\x99\x6f\x93\xcc\x8a\x39\x8e\x96\x7c\xa8\x8c\x24\x59\x09\x9b\x6e\xb8\x4a\x4b\x6a\xfd\xb5\xe8\xed\xf1\xbd\x77\x3d\x70\x60\x8d\x43\xa3\xcf\xb8\xe7\x1b\xc7\x3e\x23\x56\x06\xd7\xc1\x3e\x4d\xd3\x34\x78\x6a\xdd\xa0\x2c\x1e\x3a\xf6\xcd\x7b\xb6\x52\xda\xd2\xeb\x1e\xbe\x77\x7f\xf2\xd6\xe8\xf7\x91\xbc\x6e\x50\x1b\xdd\x5b\x0d\x6d\x38\xb8\x6a\xdb\x03\xe7\x25\x6b\x9f\xda\x78\x55\xf4\x7b\x4f\x1a\xc7\x75\xed\xd1\x57\x93\xf5\x8d\x57\x2b\xa9\xf3\x1f\xda\xc6\xaf\xb9\x6d\x47\xb2\x7c\xe1\xf2\xc1\xc1\x75\x33\x58\x99\x7d\xe4\x3e\x22\xdc\xca\xc9\xfe\x55\x1e\x9b\x86\x30\xd6\xcb\x9c\xc9\x45\x00\x77\x24\xac\x7c\x3a\x41\xed\x4c\x8b\xa0\x76\xcd\xd8\xb7\x1e\x3b\xc7\xb3\xee\xc8\x19\x9b\x57\xad\xd9\x45\x51\x79\x09\xba\xcd\xc3\x26\xa5\xe1\x19\x22\x1b\x45\x95\xf1\xd4\xce\xe6\xeb\x8a\x6f\xcd\xbd\xdf\x7a\x74\xc2\x6e\x93\xba\xbe\x70\xc6\xe6\x55\x6b\xe1\x3b\xc6\x2b\x5a\x5b\xff\x0f\x7d\x48\xee\x36\xdf\x89\x1c\x2d\xb4\x62\x83\xa1\x9a\x52\x2d\x83\xa8\x0a\x34\x0e\x32\x92\x18\xab\x81\x64\xca\x78\xcd\x51\xf6\x47\xdd\xa1\xd0\x75\x4c\x20\xd9\x4d\x43\x86\xea\x60\xb8\x44\xf8\x7a\xc6\xcb\xdf\x1d\x0e\x23\xca\x15\x88\x8f\xc0\x3f\xaa\x29\x6f\xc4\x15\x0e\x3b\x5c\xdd\x0b\x0d\x4d\x63\x7c\x21\xd7\xac\x7c\x4c\xca\x7c\x1f\x72\x82\xc4\x88\x3d\xa0\xe6\x5a\x38\xa7\x8a\xf9\xb4\x91\x76\xce\x0f\x22\x93\x13\x18\x55\x56\x25\x4b\x2e\xae\xc5\x51\xa3\x39\x99\x43\x1f\x18\x11\x7e\x73\xba\x2b\x0c\xae\x4e\x8a\xa6\x1d\x81\x42\xb9\x10\x70\xd0\x2e\xb2\x13\x5c\x5c\x77\x7a\x8b\xc1\xc2\x57\xf8\x33\x53\x3f\x21\xed\x2e\x6f\x6c\xde\x92\x6c\x3a\xea\x75\x39\xde\x4e\x9d\xc9\xef\xcd\xc0\x83\xd1\xc7\xf2\x1b\xc3\x3e\x9f\xd3\x19\x60\x98\x80\xd3\x15\x74\x86\x37\x77\x3c\x1a\x35\xb6\xa7\xe1\x41\xfe\x92\xc5\x34\x15\xf0\xc4\x92\x3e\x7f\xd4\xe3\xf7\x2d\xbe\x84\x9f\x85\x55\xde\x43\x2c\x25\xee\xc2\x78\xe9\xac\x0f\xe8\x3e\x8a\xee\xa3\x4c\xb3\xb3\x8f\xa2\x29\xb3\xff\xae\x70\x7d\x11\xf3\xc3\x46\xd8\x30\x85\xa7\xd3\x08\x5b\x65\x65\xa4\x54\xd5\x5a\x4b\xb7\x53\x43\x79\xa5\x8a\x65\x0d\x58\xb9\xa2\x81\xda\x57\x53\xfb\x6a\xd8\xff\xaa\xa9\x35\xbc\xb8\xd4\x97\x37\x3f\x8a\xb9\x1c\x9e\x2e\x23\xbc\xf9\x34\x62\x29\x96\xc2\x8d\x07\x45\xfb\x10\x16\x6c\xa3\x0a\x00\xfb\xa9\x94\xda\xe5\x76\x92\x24\xe9\xf0\x65\x03\x41\x8a\x0a\x06\x18\x8f\x87\x76\x90\x24\xe9\x74\x75\xab\x29\x8a\x0a\x0a\x31\x1f\x00\x50\x0e\x3f\xcf\xfb\x1d\x14\xa0\x74\x8c\x09\x02\x41\xa5\xd4\x6e\xd7\x9f\xac\xe7\xa5\xf0\x7a\xee\x2e\x6b\xbd\xa8\xff\xcf\xd6\xa3\xc8\xf2\x30\xd7\x9d\x88\x25\x12\xb5\x44\x88\xc9\xfa\x69\x8d\x76\x78\xbc\x01\x08\x84\x12\x6a\x22\x1e\x8b\x17\x38\xcd\x17\x17\x42\x5c\x88\xed\xec\x0c\x76\x44\xa3\x1d\x4c\x67\x57\x37\x9b\x2c\xbb\x1d\xcd\x5b\x35\xae\x10\x8f\x26\xe3\x6a\x7b\x45\xda\x6b\xad\x58\x4b\xc6\x63\x89\x6e\x4e\xf3\xc5\xb2\xe6\x8a\x5d\x12\x5e\x31\x28\xb5\x56\x9c\xd6\xa1\xa8\x92\x7b\x30\xa7\x35\x45\x10\xb9\x34\x16\x21\xcb\xfb\x20\x12\x32\xed\xde\x34\xf8\x80\xb4\x04\xc8\x7c\x00\x3f\xf2\x65\xd3\x21\xe4\xf7\x45\xfa\x92\x4e\x35\xde\x71\x3a\xda\xef\x26\x17\xf2\x27\x85\xb4\xd3\xe7\xee\xae\x40\xa6\x25\x2f\x06\x03\x16\x48\x70\x1a\x57\xf3\x34\xf9\x34\x91\x26\x34\x62\x59\xab\xc5\xa6\x7d\x88\xce\x4a\x7e\x10\xad\xfe\x4e\x52\x54\xc8\xab\x1a\x69\x36\xdc\x72\xad\x8c\x2c\x75\x27\x1a\x58\xd9\xea\x01\x75\x88\xc8\x95\x9a\xa4\x41\x19\x99\x16\x17\xd4\xd0\x77\x97\x5f\x1a\x61\xfd\xbe\xd5\x97\x8e\x74\x4b\x95\xe8\x9c\xcc\xb6\xcc\x24\xef\x04\xd5\x07\xa0\x9e\x75\xd5\xed\xa9\x4e\x07\xb8\xf9\x55\xbb\xd5\xca\xca\x12\x80\x9f\x32\xbe\x53\xe7\xc7\xf9\x15\xaa\x98\xef\xca\x2f\xe6\xdc\xa4\x3f\x95\xb5\x8e\x98\xfc\x52\xe0\xfc\xb1\x85\x8b\xe6\xed\x1a\x00\xcf\x90\x7b\x9c\x1f\xe7\xf9\xdb\x23\xa0\x16\x8a\x73\xf7\xad\x4a\x19\x95\xe8\xdc\x9c\xba\x67\xa5\xe0\x71\x6b\x9b\xe5\x42\x67\xd6\xf8\xee\x84\xb9\x88\xee\xf4\xc7\x5f\xf6\x8a\x7c\x08\x05\xfc\xe6\x35\x99\xc6\xb5\x1e\x25\x7a\x88\x1a\x31\x40\x0c\x13\x73\x31\x37\x49\x92\x15\x41\x11\x59\x81\x95\x4d\x33\x15\xbf\x8c\xb2\x22\x4a\x32\x23\xfa\x81\x13\xd4\x1e\xb3\x1d\x9a\xf5\x8b\xdd\x74\x72\x65\x4a\x12\x55\xf3\x57\xe0\x44\x8e\xca\x9a\x33\xc8\x3b\xce\xd6\x30\x16\x4c\x3b\x3b\xea\xf4\xaf\x99\x58\x13\x70\xa6\xce\x7d\xb9\x1e\xad\x47\x91\x1c\xad\x47\xeb\x2f\x9f\x9b\x72\x06\x56\x9f\xbd\x3a\xe0\x6c\x1e\x61\x7b\xba\xbd\x47\x3c\xf6\xba\x06\x37\x2f\x37\x46\x97\xc3\xcd\x5a\xfd\x3c\xb6\xb7\xcb\x7b\xc4\x6d\x3a\x24\xba\xae\x35\xf4\xde\xc1\xc1\x5e\xbd\x61\x78\x3c\xf7\x57\x2a\xf7\x7b\xe0\xa3\xd6\x9c\x33\xdd\x10\x0d\x87\xd7\xde\x6d\xf4\x8d\x8f\xc3\x6b\x77\x8f\x7b\xa2\x2c\x3b\x8d\x83\xfb\x29\xce\xf7\xba\xb1\x6d\xdf\xc2\xc1\x61\x8f\x42\x0a\x31\x32\xc3\xe9\xc0\x85\xfc\x20\x91\x21\x95\xcc\xcd\x9a\x0f\x03\xd8\xa7\xe0\x35\xfd\x33\xa1\xcb\x3a\x3f\x0c\x5e\xde\xf9\xe5\xb7\x86\xde\x6e\x5e\xdf\x9e\x4b\x8e\xf1\x56\x92\xea\x76\xd3\x7c\x8a\x74\x16\x42\xcd\xab\x3a\x0b\x21\x74\x4d\xf3\x79\x16\x8d\x76\xce\xfe\x71\xb6\x9d\xe1\x21\x22\xd8\x1a\x37\xbb\xca\x16\x7b\x51\xa2\x55\x49\x56\x39\x99\x36\xfb\x26\x91\x0d\x47\x86\x20\xc2\x51\x05\x4b\x6d\x0f\xf7\xb1\xe6\xd3\xc5\xd5\xda\x48\x51\x74\x72\x96\xec\x24\xbf\x66\x35\x3f\x7a\x86\x90\xdd\x3a\xba\x6b\x78\x3b\x77\x99\xdb\xb1\xc9\xc1\xd0\xd4\x44\xb6\x37\xcb\x77\x96\x01\xa4\x60\x55\x5f\x9a\x1f\x1b\x99\x9b\x93\x22\x5e\x78\x01\xaf\x65\x21\xd4\x8d\x57\x74\x7d\x7b\x75\xd7\xae\x2a\x04\xbd\xab\x06\x6f\xa6\x3d\x99\x14\xf4\x0a\x13\xa5\x15\x69\x69\x57\xff\xd8\x08\x5f\xcd\x85\x01\xa4\xdc\xdc\x91\xb1\xc1\xbe\xd4\x8c\xdd\xdb\x43\x1e\x25\x44\x9c\x83\xb0\x42\x72\xf4\xec\x03\x55\xaa\xd3\x07\x8a\x13\x47\xf8\x5c\x2a\x35\x05\xfd\x94\x17\x21\xc1\xf9\x99\x89\x6c\x8f\xc8\x77\x96\xf2\x21\x59\x5f\x9a\x5f\x3e\x6f\x5e\x4e\x82\xd2\xe3\x37\xbb\x1d\x13\x0e\x37\x7c\x3f\xbd\xaa\x30\x11\xed\x72\x51\x7f\xe5\x28\x26\xee\xbd\x99\xf6\xb8\x1d\xb3\xf0\xb9\xe6\xb5\x24\x42\x02\x2b\x32\x82\x22\x63\x1f\xd7\xf4\x23\x41\x02\x41\x11\xc6\x21\xd6\x40\x27\xf5\xcc\xa9\x9f\xf0\xe4\x6e\xdd\xd8\x52\x84\x47\x8d\xe7\xe1\x6e\xec\x34\x35\x2c\x96\x83\x71\x3e\x8c\x1a\x9b\x4b\xf0\xa8\x3e\xbd\xcd\x12\xd1\x49\xac\xc6\x1a\x0c\x69\x48\x41\xd8\x92\x93\x30\xdb\x66\xb3\xdf\x2b\x58\xc2\x7d\x96\x36\xa2\xa4\x68\xc8\xae\xa4\x51\x6b\xa9\x6c\x19\x86\xa1\xaa\x61\x8d\x09\x1f\xe2\x58\xec\x86\x57\x34\x73\x66\x1e\x42\x2f\x0d\xee\x18\x18\xd8\x39\x90\x4e\x77\x2e\xec\x84\xae\x05\x5d\x2f\x75\x2d\xec\x5c\x5c\xab\x6e\xe8\x03\x18\xd8\x81\x58\x65\x7d\xdf\xc0\x8e\xc1\x97\x06\x76\x9a\x0b\xf1\x7c\xd7\x82\x2e\xe8\x5c\xd8\x89\x17\x22\x4b\x83\x3b\x06\xbd\x03\x3b\x07\xf4\xce\x05\x5d\xde\xae\x05\x5d\x9d\x0b\xbb\xbc\xea\x5a\xa7\x46\x0d\x6d\x55\xbc\x83\x3b\x06\x4e\xe9\xf4\xd0\x19\x55\x73\x6a\x60\xc7\x80\x6f\x60\xe7\x80\x66\xae\xeb\xed\x5a\xd8\xd9\xb9\xb0\xd3\x57\x5b\xf7\xa7\xda\x42\x6e\x82\xc8\x99\x36\x99\xe9\x1e\xb0\x82\x02\xfb\x1b\xc6\x21\xf8\xc8\xf0\xa0\x7d\xcd\x60\x43\xd7\x61\xc0\xfc\xe8\xc4\x2c\x8d\x93\x19\xdf\x98\x08\x29\x02\x9b\x13\x58\x21\xc7\x0a\x0a\xc3\x0a\x4a\xbd\x4d\xee\xb7\x06\xd8\xaf\xeb\x0d\xad\xa1\xeb\xcd\xd7\x34\x6d\xba\x5d\x99\xd1\xac\x52\x89\x2b\x4d\x5b\xcc\x74\x76\x69\x75\x96\x5e\x15\xe8\x60\x69\xa7\x59\x00\x4a\x9c\x54\x53\x2d\x53\x88\x8d\xd0\x94\xdf\x6c\x49\xc5\x19\x43\xd9\xec\x46\xa5\xfc\x30\xc8\x2c\x0e\x6a\x5a\x6f\x91\x24\x9a\x37\x0a\x55\xad\x4c\x4b\x0a\x44\xf3\x59\x44\x2d\xf9\xec\x30\x4d\x1d\x8e\x15\x4a\xdc\x51\x8b\x75\x38\x3d\xcc\x45\x36\x97\xcd\xc1\x79\xd3\xbe\x88\x83\x94\x49\x40\x76\x0a\x91\xc8\x46\xda\xf5\xfa\x80\x64\x23\x3d\x00\x24\xcd\xf9\xfd\xee\x90\xcf\x49\xda\x65\x20\x91\xcd\x8e\x6c\x88\xb4\x21\xbf\x1b\xd9\xcd\xce\xd1\x8e\x10\x92\xdd\x76\x5f\x38\x12\x72\x78\x69\x3b\xb8\x49\x72\x63\x78\xf2\xe6\xa0\x5d\x9f\xd4\x27\x75\x60\x48\xbb\x9f\x71\xbb\xa3\x4e\x8a\x72\x71\x4e\x37\x49\x52\x36\x04\x24\x09\x76\xe4\x72\x52\xf6\x25\xd9\xe2\x4b\xa4\x2d\x10\x72\x39\x39\xa7\x9d\x72\x79\x68\xb7\x87\x74\x20\x3b\x20\x64\xa3\x9d\x0e\x12\x3a\x11\x49\xd1\x0e\x12\x01\xb2\xdb\x49\x32\xe4\xa7\x5d\x94\xcd\x4e\x79\xdd\xee\xa0\xdf\x76\x1a\x1e\xb5\x75\x5f\x55\x45\x98\xbe\xaf\x3a\xaa\x34\x5f\xc7\x3c\xc8\xa7\x9a\xab\x4f\xbf\xaf\xf6\x3f\xbb\xaf\x21\x8b\x5b\x61\x9f\x35\x30\x32\x63\xa9\x37\x1c\xc3\x9a\x53\x58\xc3\x47\xd3\xc8\x92\xae\x4f\x69\xda\x24\xfe\x0b\x1f\x35\x5f\x27\x88\x36\x36\xf3\xe8\x9f\xc4\x50\x2c\x6e\x44\x2b\x72\x32\xad\xe4\x38\x4b\xa0\xcc\x1c\x66\x29\x30\xd6\x31\x81\xe3\xcf\x06\xb2\xd4\x92\x1e\x43\xfb\x5a\x13\xad\xe7\xf2\x15\xf2\x1f\x70\xec\xab\x86\x51\xf4\x2a\xb0\x76\x49\x11\x5b\x28\x79\x5a\xc2\x0d\xa6\xcc\xb1\xaa\xc4\x8a\x79\x73\x8e\x15\xc2\xa6\x67\x40\xe4\xd3\x1c\x75\x34\x67\x0e\xac\x34\x9e\x9e\x13\x5d\xd1\x39\xd4\x53\x93\x6b\x43\x73\xc1\xe3\x5d\x7f\xe0\xe1\xf5\x85\xd1\x7f\xff\xf0\x8a\x55\xf7\x0c\x2e\x4a\xcf\x5f\x30\xb4\xb4\x72\xc6\x7b\x9d\x3b\x36\xd5\xa8\xd2\xea\xf1\xf5\x35\xaa\x73\x55\x74\xb0\x9a\xb1\xc5\xfb\x06\x64\x81\x8c\x92\x0f\xa5\x8c\x4f\x06\x9b\xa9\x4b\xc0\x46\x85\xd8\x42\x79\x39\xdb\x5b\x5e\x7b\xc7\x9e\x1a\xfa\xe9\xa5\xcf\xfc\xfd\x5e\xdb\xc0\xc0\xb2\x1d\x7a\x26\xe5\xa4\x3f\x4e\xd2\xdd\xab\x77\x6e\x50\x6c\xdd\xab\xc6\xd7\xbf\x19\xb0\xc5\xfa\x06\x65\x81\x8c\xf5\x0d\xc8\x33\xd7\xf1\x16\xf2\x5b\x44\x90\xc8\x12\x95\x96\xe2\xd4\x36\xe2\xe2\xe9\x98\xa7\xa5\xa4\x9c\xaf\x6a\xc8\x9e\x6f\x7b\x0a\x3e\x90\xca\x88\xae\x60\x48\x23\x26\x05\xab\xf9\x5a\xc8\xb4\x2a\xb9\x56\x8e\x35\x2f\xe5\xed\x6d\xa1\x29\xb5\xad\x41\x15\x9a\x96\x9e\xfa\x8b\x42\x10\x1f\x05\x7c\x69\x0f\xe5\x89\x24\x33\xbe\x94\xd7\x1c\x1b\x2f\x41\x34\x94\x4c\x78\x43\x76\x6f\x54\x49\x7a\x43\xae\xce\x78\x0e\xc0\xee\x8a\xba\xe3\x1c\xe3\x02\xc8\xad\x0e\xfa\x23\xac\x8b\xf6\xd0\xb4\xb3\xbb\xd3\x69\x87\xb9\xe1\x44\xa2\x33\x91\xf8\x98\x13\x22\x5c\x86\xfb\x9c\xc5\xae\xda\x11\xf4\x67\x7c\x34\xed\xcb\x04\xb2\x81\xd6\x04\xf9\x4d\xca\x93\xf6\x65\x92\x11\x0f\xe5\x4d\xe1\xf1\x14\x2b\x3a\x3d\x1e\x2a\xe4\x49\xd6\x22\x6e\x7b\x38\x3e\x95\x8b\x7b\xdd\x51\x97\xdd\xc5\x70\xde\x78\xce\xf8\x46\x20\x49\x39\x9d\x36\x87\x5b\x08\x84\x19\x26\xec\xae\x9a\xbb\xe9\x4c\xe8\x01\x8e\x13\xb8\x28\xf4\x5b\x18\x52\x98\x4b\xfb\x32\x7e\xb1\xbd\x17\xd1\xdc\xef\x74\x9b\x86\x7e\x43\xde\x42\x30\x84\x40\x74\x13\x2a\x8e\x8b\x15\x00\x5b\x6c\x21\x39\x84\xd9\x16\x9c\x9a\x46\x5c\x84\x76\x9b\x46\x1d\xe2\xf2\xa6\x07\xae\x41\x5e\x9a\x7e\x76\xd0\x97\xc5\xad\x15\xb4\xe0\xe2\xf9\x00\xd2\x77\xb2\xdf\xe9\x44\xd2\x4f\xed\xf6\xca\xba\x3e\x80\xf4\x83\x0f\xa6\x01\xfa\xd6\x6d\x8e\xc8\x29\x77\xa1\x92\x72\x5d\x93\x5c\x30\x9c\xb7\xf1\x03\x23\x83\x39\x7b\x92\x9c\x2b\x4a\x30\xff\xe2\x05\x4b\xe6\x18\xfb\xe0\xf0\x9c\x25\x95\xad\x3d\x00\xa8\xba\xa1\x52\x2b\x1a\x2f\xc2\xfc\x62\xad\xb2\xa1\x7a\xd0\x8f\xd7\x2b\xc8\x23\x61\x7b\x6a\x60\xc1\x9c\x1c\x4a\xa9\x23\x43\xb3\xb0\x76\x96\x8a\x30\x61\xb6\x6f\x65\xf0\xa1\x14\xb4\x65\x84\xdb\xfa\xb0\x02\x46\x6b\x94\x74\xac\x7a\xa0\xe9\x3a\xda\xa7\xb5\x68\x55\x66\x43\x6f\x36\x7b\x48\xae\xcf\xbf\x64\x01\xcc\xbf\x64\xc1\xd5\xba\x71\x48\xd3\x60\xff\x54\x65\x63\xa5\xb2\xb1\x52\x37\x96\xc1\xfe\xe9\x76\xe5\x20\x41\x13\x1e\xac\x1b\x20\xda\xad\x5d\xd8\x69\x41\x02\x81\xc1\x51\x11\x64\xcb\x18\x5b\x79\xb2\x98\x31\x96\xc1\xf6\x0d\xcd\x7f\x5b\x83\xde\x6c\x06\x17\xc6\x50\x25\xb6\x90\x3c\xf8\x89\xe1\xe7\x79\xf8\xcd\xb7\x7e\x78\xd6\x59\xc6\x42\xb8\x7a\xa3\xc7\xb3\x71\x76\x7b\x45\x63\x94\xdf\x34\x73\x0a\xb3\x11\x44\x10\xec\x3a\x3f\x8b\x24\x76\x24\x0f\xcb\x9b\x7f\x07\x83\x6d\x8e\x14\xfc\x87\x51\x82\x37\x8d\x5f\x43\xe5\x3f\x66\x62\xce\xc7\x30\x5a\x10\xc7\xc6\x42\xa4\x48\x46\x42\x7d\x22\x23\x73\x11\x2e\xa7\x88\xac\xc8\xa9\x70\xeb\x81\xad\xb6\xbd\xa3\xfb\x10\xac\x39\xd8\xdb\x87\x90\xe3\xaa\x2b\x5f\xf8\x3a\x3a\x66\x9c\x03\x63\xc6\x73\x30\xd6\x69\xbc\x07\x5f\x38\x7c\x87\x67\xd9\x89\x13\x2f\xbc\x30\x7d\x7c\xd1\x16\xb7\x8b\x08\xe5\x38\x86\xce\x99\xb7\x5c\xed\x01\x85\xa3\xe8\x70\x1a\x6a\x6a\xce\xce\xd8\xeb\x24\xd9\xdd\x6d\x1c\x70\x56\x16\x2f\xae\x06\x5d\xd7\xc5\xdf\x46\xd0\xa1\x94\x1d\xc6\x7b\xe8\x7b\xcd\x1a\x9a\xf7\xb6\xd0\x7c\x5f\x38\x4b\x54\xc2\xc1\xea\xe2\x0e\x21\x7b\xe5\x0f\x68\x47\xa2\xcb\x91\x8c\xdf\x31\x05\xdf\x7b\xb5\x75\xec\x1c\x59\x26\x46\x88\x15\x04\x91\xf3\x81\x44\x99\xaf\xad\x86\xda\x7a\xcc\xb4\x39\x4b\xf2\x81\x94\x6d\x39\x88\xb5\x08\xa7\xca\x34\x85\xd3\xdc\x96\xc2\xa5\x0f\x68\x2a\x8d\xd4\x88\xca\xe5\xc2\xb2\xe9\x26\xe3\x79\xe8\xb3\x85\x9d\x95\xc1\x3d\x6b\x3b\x6d\x64\xdf\xf6\x6b\x16\x8e\x0d\xcf\xed\xc8\x47\xa3\x6b\x2b\x0b\x50\x70\x48\xe8\x51\x8b\xb9\x7c\x29\x2d\x3b\xbc\x03\x15\xb7\x2b\xc2\x2b\xfc\xa7\xce\x59\x35\x77\x78\x01\x90\x99\x91\xcd\x3d\xdb\xd6\x78\x8c\xdf\x0f\x74\xa8\xbe\xf4\x7a\x3e\xce\x25\xfe\x47\x9c\x43\xb6\xce\x35\x17\x0c\x2c\xbc\x76\x67\x2d\x95\x52\x07\x57\x8d\xd4\xe4\x41\x80\xc1\x64\x1a\xb4\x41\x75\x67\x2a\x6d\x13\x52\xf2\xf1\x82\x50\x5e\xdd\xb7\x7d\x4f\xa7\x74\x68\x6d\xcf\xe6\xf9\x82\xcd\x56\x28\xfd\x6a\x74\xb0\xff\x8a\x58\x64\x59\x3b\x47\x81\x4e\xb6\xfb\x27\xd3\x2c\x6b\x93\xa7\xc8\x0f\x4e\x45\x67\x06\x74\x4c\x6b\xbe\xae\x4d\x69\xad\x6b\xe3\x23\xc7\x08\x09\x6b\xbc\x48\x22\xcd\xa9\xac\xc8\x62\x83\x8a\xb3\x64\x6f\xb1\x79\x20\xe5\xa5\xb2\x4d\xca\xab\x0a\x47\xd6\xd4\x7c\x0f\xf8\xc8\x69\xcb\x41\x03\x15\xdd\x76\xb0\x78\xb0\xb8\x00\x10\xe5\x74\xf8\xba\xa3\x3d\xd1\x7c\x74\x93\xcb\x19\x0c\x74\x97\xba\xb3\x2e\x37\xcc\xff\x8a\xdb\x15\xf5\x53\x81\xae\x62\x37\x13\x74\xba\x36\x73\xf9\x28\xfa\xa7\x83\x07\x4b\x0b\xe7\x26\x21\x14\xea\xc8\x85\x3b\x06\xe2\x95\x98\x3a\x52\x50\xd5\x62\xa1\x43\x48\xcb\xe5\x9e\x2a\x9f\xed\xd8\xb9\xc0\x38\xe9\xf6\x64\xf3\xc1\x68\xa9\x2c\xa7\x85\x8e\x7c\x9f\xaa\x16\x46\xfa\xa3\xd3\x7d\xf1\x93\xf8\xfd\xb4\x2a\x32\x88\xac\x40\xb3\x9c\xc0\xc8\x8c\x80\x91\x68\x82\x5d\x50\x04\xce\x34\x9e\xe0\x23\x0d\xcb\x96\x6f\xd2\x20\xc6\xde\x74\x13\x6b\xbc\x0f\x9e\x66\x1d\x1d\xd8\xd5\x7c\xd3\xa2\xd5\xd4\x33\x0d\xde\x18\x85\xe7\x1d\xf5\x72\xdd\xd9\x98\x1c\xcf\xe8\xb3\xfc\x07\x17\xc1\x12\x39\x82\x00\xbb\xf9\x6c\xda\x25\x46\xcd\x85\xec\x4c\x0e\xab\x86\xe7\xd8\x90\x05\xbf\x11\xda\x05\x1b\x50\x14\x0e\xf8\x7b\x8d\xab\x8c\xab\x7a\x7c\x70\x60\x01\x6c\x34\x9e\xd0\x8d\xc7\x61\xd3\xfe\xd2\xbd\xf7\x16\x27\x8c\x43\x67\x15\xef\xbd\xaf\x78\x0e\x5c\x4d\x1e\x6d\x44\x9b\x2f\xc5\x1b\x8d\x38\xd2\xa3\x8d\xe6\x77\x7f\x06\xbf\x3b\xf1\xcc\xb3\x3f\x33\x3c\xff\x0c\x50\x28\xdc\x57\xbc\xb7\x38\x31\x51\xbc\xb7\x78\x5f\xe1\x9c\xd3\xec\x0e\x96\xe8\xc0\xac\xf1\x9c\x68\x37\x1d\x29\x8a\xa5\x38\x16\xc3\xef\x94\xbc\xa4\xd2\x2c\x2d\x55\x15\x0d\x54\x4e\x56\xd3\x40\x4b\x25\xb0\x93\x47\x8d\xf5\x11\x63\x83\x76\x5b\x1f\x40\xf0\x0f\xf1\x8f\x83\xd0\xfb\xe6\x7b\xef\x9e\x80\x68\xe4\x21\xee\xc1\x48\x14\x7e\x6a\x1c\x85\x0d\xb0\x11\x1d\x7c\xec\x31\xe3\x52\x18\x18\x58\xb4\xde\xe5\xa2\x63\x7b\xf7\xc5\x12\xeb\x17\xad\xfe\xd0\x7e\xd6\x04\x42\x1d\x0b\x92\x9a\x96\x5c\xd0\x71\xfd\xc1\x1b\x0e\x4e\xdb\xa8\xb7\xb4\xe2\xb7\x29\x42\xc2\xcc\x63\x91\xb5\x84\x01\x39\x95\x95\x15\x4e\x95\x44\x12\x1b\x20\xe6\x45\xb1\xcb\x6d\x88\x12\xba\xf6\x02\x6d\x4f\xe9\xe1\xe2\xc3\xc6\x6d\xa5\x3d\xda\x05\xc5\x87\x8b\xcf\x5c\xf0\xce\x3b\x17\x94\x1e\x7a\x08\xd6\xe2\x51\xe9\x82\x77\x60\x74\xcf\x3b\xef\xec\x29\x3e\xfc\x30\xfc\xaa\x68\x4d\x19\xbf\xdb\xa3\xef\x29\x3e\x54\x7c\xf8\xf3\x7b\x8a\x0f\x17\x1f\x2a\xee\x21\x66\x61\xc8\x3c\x44\x00\x6b\x97\x65\xda\x4c\x2b\x51\x91\x15\x81\x15\x55\xd3\xd0\x6e\x51\x14\xec\x8a\xc0\x62\x9b\x77\x3f\x96\xee\x3a\x52\x37\x46\x75\x1d\x9e\x3f\xf5\x5b\x9e\x87\x8f\x78\xde\x28\xc0\x0b\xd8\xe2\x5a\x46\xde\x9c\xc9\x18\xa3\xbc\xd6\xd0\x26\x35\x6d\x1a\x5b\x9e\xa9\x6b\x9a\xde\x68\xdd\x83\x47\xc9\x07\x08\x27\xc1\x60\x7e\xa8\xac\x72\x0c\x2d\x89\x12\x13\xe2\x18\x3f\x88\xac\x9c\x9b\xa1\x08\x72\xe3\x5f\xfb\x4d\xad\xf6\x9b\xaf\xf1\xff\xeb\xbb\xdf\x8d\x1c\x39\x82\xb6\x97\x2e\xb8\xa0\xb4\x67\x4f\xd1\xfc\xa0\x63\xbf\x8e\x9c\xfa\x09\xfb\x1b\x1e\xfa\x8d\xf7\xbe\x83\x3e\xf7\xb2\xb3\xf1\x71\x71\xcf\x9e\xf6\x12\xc4\x8c\xff\xf0\x01\xe6\x43\x62\xab\xce\x62\x43\xe2\xf8\x69\x8b\xc3\x22\x9b\xae\x97\x22\x2a\x02\xcd\xca\x0d\x8b\x7d\x0c\x77\xbf\x45\xf1\xcd\xc3\xbc\x86\xe4\x46\x03\x16\x7a\x9f\x47\x32\xa6\x20\x3f\xff\x6e\xac\xf9\x6f\xe6\xf3\x6f\x1c\x87\xe7\x1b\xba\x3e\x39\x2b\x57\x65\xee\x23\xdb\x52\x05\x6f\x71\x9b\xcd\x8b\x88\x09\x0e\x4a\x8b\x6c\x80\x29\x98\x34\xbc\x80\x99\x97\x53\xe3\x7c\xb0\x12\x83\xb7\xda\xcc\x4b\xdc\x75\xf4\x57\xc8\xd2\xa4\xb9\xaf\x49\xad\x9f\xd6\x74\x8b\x3f\x10\x36\x3c\xf0\x7c\xff\x2c\x0d\xb3\x67\x5b\x4c\x9c\x22\x41\x84\x66\xec\xc2\x7c\xd6\x07\x61\x1e\x22\xa6\x57\x21\xe5\xd8\x30\x25\x0a\x98\x92\xa3\x4a\x42\xa5\x36\x0c\x77\x74\x4f\x6c\xe9\xa7\x0a\xeb\xf1\xdf\x1f\xa7\xe6\x0f\x09\xc1\x22\xfe\x8b\xa8\xa0\xd7\x68\x9e\x53\x7a\xe0\x81\xd2\xd9\x00\x52\x0d\xdd\x96\x6c\x2f\xb6\x7e\x62\x0b\x1b\x14\x86\xe6\xa7\x8a\xf8\x6f\xfd\x6a\x6f\x68\x57\xe9\x81\x8e\x07\x8a\x67\xab\xf9\xfa\x6c\x8e\xfb\xac\x0c\xe4\x6c\x1e\xf5\xb4\xc5\x2c\x9f\x4e\x56\x3e\x6c\x95\x6b\xb1\x88\xa7\x8d\x06\xb9\x9b\xb7\x32\x9d\x7c\xf3\x35\x24\xd7\xdb\x65\x0c\xa6\xe3\xf8\xc3\x44\xa1\x65\x51\x12\x50\x53\x6b\x3d\x30\x0d\x1a\xcd\xb6\xb1\xa3\x7e\xa0\xb8\x08\x67\x29\x53\x47\x32\x38\xe4\x5b\xb5\x62\xad\xb8\x1f\xb2\xd4\x20\x2a\x6a\x6d\xba\xa3\xa2\x68\x8a\x6c\xb3\xee\xe5\xf6\x04\xb9\xd3\x8d\x6c\x51\xb7\x3f\x94\xe0\x3b\x4b\xb9\x1e\xf1\x5c\xb1\x27\x57\xea\xe4\x13\x21\xbf\x3b\x6a\x43\xee\xc5\xfd\xd5\x5d\x1b\x21\xb2\x69\x57\x75\x00\x8c\x65\x7b\x6b\x2b\xf3\xa5\x54\x22\x9c\x8a\xe5\xb8\xbe\xc1\xe1\x81\x3e\xae\x23\x96\x0e\xf7\x97\xf2\x2b\xd5\xdf\x27\x24\xa9\x96\xcf\xff\x3e\x91\xcf\xd7\xa4\x3c\xba\x31\x21\x0e\x0d\x03\xd8\xed\xfe\x20\xef\xb6\x91\xa4\xcd\xcd\x07\xfd\x94\x0d\x60\x78\x48\x4c\x8c\xed\xfe\xcc\xca\xa5\x7c\x22\xc1\x2f\x5d\xf9\x99\xdd\xc6\xc5\x0e\x6f\xae\x7b\x2d\x3f\x18\x0d\xd1\xb4\xcd\x66\xb3\xd1\x74\xa8\xa2\xaf\x29\xe4\x3c\x4e\x08\x0e\xac\x1e\x98\xfe\xb4\xae\xcd\x87\xad\x77\x37\x47\xc8\xd6\x95\xcf\x4b\x8c\x30\x4d\x13\x07\x8a\x16\x7d\xa8\x25\xbe\xd3\x8a\xc4\x53\x92\x25\x12\x97\x06\x1f\x4c\xa1\xa7\xf4\xb4\x60\x1c\x5f\x64\xbc\xa1\xe3\xac\x32\xba\xa9\x33\x8b\x12\x79\x9f\x3b\x78\x67\xf1\x4e\x7e\xe9\xe2\x2a\xeb\x29\x09\x1d\x31\x21\x19\x8d\xb8\xbb\x54\x25\xe0\x23\xd9\x4e\xf2\xa8\x6e\x3c\xef\xb3\x43\x7f\x73\xd3\x22\xdd\xf4\xd1\xd0\x53\xc6\x21\x14\x0e\x54\x75\x3d\x71\x47\xe9\x2e\xd6\x19\xab\x2d\x5e\x3a\x87\x61\xfe\x48\xb6\xf0\x8d\x1c\xdb\x57\x4a\x4e\x63\x23\x9e\xc4\xf8\xee\x6e\x8c\x07\xbe\x90\xb8\x81\x78\x88\xf8\x2a\xf1\x02\x8e\xc9\x94\x91\x86\xd2\x88\xa2\x5b\x35\x19\x22\x1a\xe4\xd5\x9a\x75\xa0\x34\xd5\xd2\x92\xe4\xcc\xdb\x54\x06\x2a\x0c\x32\x2b\x66\xf3\xc3\x50\x86\x61\xd0\xc8\x21\x7c\xa6\x90\x02\x99\xa5\x22\x96\x59\x4c\xa6\x80\x8a\x70\xf8\x79\x90\x35\x90\x14\x73\xa8\xe5\x49\x91\xf5\x41\x01\xaf\x25\x9a\x0f\x46\x0b\x57\x67\x7a\xe0\xb5\x61\xb3\x0b\xce\x4b\x62\x5e\x92\xd3\x24\x0e\x10\xb1\x61\x0a\xb2\x6d\x90\x63\x9e\xb6\xa8\xda\x61\x0a\x0d\x24\x5a\xb6\xf1\x9c\x9c\x2d\x99\x14\x7d\x59\x3e\x84\x02\x38\x4c\x7b\x38\x39\x9f\x63\x7c\xae\x54\x24\xde\x1f\xf6\xfb\x6c\x6c\x30\xed\xc4\x56\x7d\xf3\x0f\x17\x5f\xcc\x17\x12\x1d\xc0\xa4\xbb\x22\x97\x44\xdd\xab\xc2\x49\x1d\x68\x78\x3d\xd0\x19\xb9\x2f\xd2\x95\x66\xa0\x23\x11\x61\xa2\xf5\x44\x07\x24\x3a\x00\x98\xb2\x06\xb4\xfd\x6c\x3b\xad\x25\x43\x47\x7c\x51\x8a\x3c\xb6\xef\x22\xbb\x43\x4b\x86\x56\xbb\xb9\x4b\x58\x73\xf1\x5c\xbc\xd0\xfc\x56\xaa\x87\x75\x77\xf6\x2b\xbc\x2a\x59\x4e\x0a\xfa\x6e\xd8\x9e\xee\x5f\x30\x27\x67\x4b\x0d\x8c\x0c\x85\xee\x73\x91\xbe\x54\x36\xed\xf4\xba\xba\x2b\xde\x20\x15\x65\x4a\xe5\x9c\xd3\xed\x0e\xfb\x3b\xbb\x73\xee\x09\xa7\xe9\x6b\x84\xe2\xcd\x9f\xea\x45\x7e\x1f\x48\x89\x9b\x22\x5d\x19\x26\x29\x42\x32\x7c\xcb\xd3\x76\x1a\xee\x09\x30\xc0\xf0\x5d\x91\x7f\x4a\x48\x70\x3b\xcf\x05\x48\x5b\x57\xf2\x76\x90\x12\xff\x14\xe9\x32\xfe\xf0\x23\xbb\x03\x68\xfb\x8f\x5e\x0d\x27\x81\xf1\x3a\x5d\xc6\x95\x3a\x6d\x7f\xfa\x96\x70\x12\xc4\x24\x04\x32\x5d\x91\x9b\x12\x79\xb4\x8f\x2f\xa2\x1f\xf1\x4a\x7f\x97\x3b\xd2\x9b\x94\xd4\x7a\x9b\x21\x67\x9f\x6e\x93\xd9\x96\xfe\x9a\x69\x13\xb0\x2d\x36\x16\xc6\x16\xb4\x07\x5c\x4e\x65\xb6\x30\x78\x49\xd3\x9a\x87\x75\x1d\x3b\xd3\xf5\xe6\xeb\x68\x5f\xf3\x70\xbd\xdd\x8a\xb4\x07\xf2\x03\x4d\x3f\xf5\x13\x5d\x27\x8b\x7a\xcb\x3f\x3f\xb5\x91\x2c\xd6\xb5\x29\xd3\x48\x9b\xd5\xa6\x94\x08\x17\xd6\x16\x4b\xb6\x2c\x12\x7b\xce\xb4\x48\x38\x9a\x07\x1d\xc0\xce\xe4\xec\x4c\x8e\xa1\x59\x5a\x41\x71\x38\xa7\x2b\x6a\x5c\x67\x5c\xc7\xe5\x61\x97\xa7\x91\x7d\x7b\x6a\xa8\xf9\x0c\x26\x13\xef\x87\xfe\x6b\x74\xb2\xb4\x3d\x65\x6c\x49\x9f\x77\x5e\x1a\x1e\x4d\x6d\xd7\x35\x6f\x7f\x25\x64\x5c\xbc\x01\xce\x59\xbb\xd6\xf8\xc2\x06\xd8\x95\x7d\x28\xf0\xc0\x0c\xcf\xf5\x36\xf2\x49\x22\x4b\x94\xb0\x02\xbc\xa4\x80\x52\x26\xe9\x3c\x95\x02\x9a\x0a\xb7\x71\x6c\xa6\x75\x4c\x6a\x08\x30\x4e\x16\x52\x40\x87\x70\x82\xb5\x07\xf2\x55\x15\xac\xdc\x89\xe9\xd2\x29\x1c\x79\xeb\x12\xe3\x75\xf0\x25\xc4\xa0\x54\xfb\x87\x44\xe2\x97\x5e\xa6\xa3\x83\xf1\x42\xb5\x8b\xa4\x82\x71\x3e\xc9\x52\x86\x0b\xd9\x5c\x5e\xda\x1d\xd0\xe6\xd9\x28\x8f\x9b\xb2\xff\x77\x97\x0b\xfc\x7e\x08\x0b\xbc\xcf\xe9\xfb\x5f\x40\xbd\x6c\x83\xca\x8a\x50\x36\xee\x03\x50\xf3\x3f\x98\x4c\x2e\x4f\xfe\xd2\x4b\xfb\xfd\xb4\x17\xaa\x37\xfb\x52\x9c\x0f\x79\xa3\x29\xb4\x9e\xf2\x3a\x6c\x08\x18\xcf\x0a\xbd\xf9\xaa\x1d\x51\x14\xb2\xff\x77\x67\xdc\x09\x81\x67\x7c\x61\x26\xe5\xf0\xf1\x82\xeb\xe9\xff\x38\x4d\x1f\x80\x22\xb2\x98\x29\x2d\x83\x04\x12\xfd\xb7\xc9\x04\xc0\x4d\x45\x48\x15\x8d\x4f\xae\x28\x42\xe6\x6f\x11\x09\x80\x79\xed\xd5\x4f\xfc\xad\x0a\x01\xd3\x3e\xf7\xd3\xb8\x8e\x0e\x4b\xf4\xe0\x78\x4d\x25\x62\x95\x88\x69\x89\xb3\xe0\xb8\x5d\x48\xc4\xe1\x55\xdc\xde\xe0\xb0\x71\xab\xb9\x29\x03\xa9\x54\x6b\x9c\x5c\x8b\xa4\x40\x64\xc3\xad\x78\x33\x7c\x34\x2d\xdd\x30\x43\x99\x28\xdc\x9b\x96\x53\x28\x97\x28\xf2\x13\x99\x22\x24\x72\x08\xd2\xf2\x07\xc9\xf0\xbd\xe1\xa4\xe6\xb0\x4f\xd8\x1d\xe4\x6e\x2b\xb3\xa3\x67\x07\xe7\x0f\x66\x01\x0b\x64\x1b\xef\xa7\xe5\xf4\x97\x13\x9d\xe8\x76\xbe\x58\xe6\x6f\x83\xce\xc4\x97\xd3\x72\xda\xf8\xd7\x27\xc3\x29\x80\x54\xf8\xc9\x37\xec\x34\x6d\x7f\x63\xda\x46\x79\x95\x2c\x11\xa1\xb6\xde\x73\x19\x24\x9a\x13\x38\x81\x07\x0d\x74\xe0\xd4\x1e\xb0\x9b\x9e\x99\x42\x46\x78\xb0\xeb\xc0\x49\xe4\x77\x6a\x67\xfc\x91\x59\x53\xe5\x49\xe3\xbe\x79\x90\x23\x33\xf2\xea\x40\x63\x5c\xd9\x97\x30\xfe\x25\xea\x10\x39\x5b\x25\x14\x83\x44\xa2\x8f\xac\xa2\x37\xb8\xad\x5d\x7d\x23\x54\xe6\xe4\xbc\x1f\x09\x76\xbd\x4f\x18\x8f\x7c\xda\x99\x0f\x25\x8a\xfe\x27\xc1\x9e\xe9\x0f\x97\x9d\x7d\xa7\xfa\xda\xc7\x70\x17\xe6\x2b\x88\xa6\xad\xcb\xd2\x79\x8a\x66\x39\x90\x55\xdc\x40\xab\xb2\x2a\xf9\x51\x1a\xe8\x1e\xa8\x71\x3a\x52\x38\x74\xce\xc0\xdb\x7d\x7b\x0a\xcf\x18\x8d\x33\xdf\x39\xd2\x23\x7a\xa2\x0f\x1c\x8a\x1e\x4b\x3c\x6b\xf3\x3a\xe8\xfa\x3f\xce\x51\x85\xdf\xf8\x26\xc9\xa3\xdc\xc1\x7b\x39\x4f\xb6\xf4\x55\xe3\x8f\xef\x7c\xbe\xeb\xbc\xde\x37\x54\x97\xf7\x7f\x66\xe2\x83\xc9\xfa\xdf\x7b\x12\xb6\xaf\xc5\x97\x7c\x7d\x5a\xa3\xdb\xd2\xad\x18\xc4\xbe\xd9\xdf\xa6\x5c\xe1\x05\x1d\xa4\xbf\x4d\xb3\xe2\x52\x58\x62\x7c\xa3\xf6\xd4\x53\x7f\xbb\x5e\x05\xda\xf2\xee\x7b\xe7\x5c\x76\x69\xfb\x3a\x76\xce\xd2\x12\x13\x81\x69\xa0\xd2\x1e\xa3\x4e\xee\x3e\xf5\x11\x1c\x34\x7e\x83\xd2\xd3\x3a\x76\xbf\x26\x8f\x12\x9c\x65\x97\xb2\x22\x8d\x5d\x51\x56\x56\x34\x34\x0c\x12\x36\x54\x43\x3e\xdc\x17\x0a\xac\x0f\xe0\x05\x7d\x9c\x1f\x98\xd0\x34\x6d\x62\x80\x1f\xd7\xea\x2f\x77\xed\x3d\x4f\x87\xfd\x90\x24\x8f\x4e\xf1\x27\xb4\x3d\x8b\x1c\x2f\xbe\xe8\x58\xb4\x47\x3b\xc1\x4f\x4d\x19\xd7\x75\x46\x8a\xe3\x03\x53\x53\xb9\x85\x33\x71\xd9\xa3\xe8\x24\xe6\x26\xf2\x18\x75\x41\xe4\x44\x49\xa4\xc5\x90\x1c\x92\xf2\x92\x48\xf9\xc1\xde\xae\xcf\xc5\x9e\x5e\xa0\x8b\x6e\x8d\x11\xbb\xa0\xff\x17\xd5\x85\xdf\x9f\x3b\xb8\xd6\x4e\x82\xcd\xbe\x06\xee\xb9\x7b\xe1\xaa\xde\x82\x32\x6f\xe7\xb2\x33\x74\x79\xf0\xec\xc5\xeb\x6a\xc3\xd7\xfe\xec\xae\xbb\x10\x63\x4c\xfe\x22\x18\xe4\xbc\xbf\xf8\x01\x62\xe6\xd7\x4a\xf3\xbd\x88\x5a\x58\x5b\xb0\x0e\x7e\xfa\x64\x5f\x69\xf9\x2f\xff\xbe\x5a\xda\x36\x2b\xb6\xbb\xfb\x4f\x22\xbb\xe2\x9f\xa8\x06\x09\xac\x20\x99\x5e\xbd\xac\x88\x9c\xcc\x8a\x52\x2b\xe6\x5b\x47\x27\x75\x8b\xeb\x79\xb2\x19\x44\xc7\x9a\x87\x5b\x75\x11\x26\x1b\x0d\xad\x5e\x9f\x6c\x60\x0d\x9c\xdd\xb8\x3b\xb2\x22\xf2\xfa\xa4\xa6\x1b\xcb\x1a\x5a\x7d\x12\x43\x06\xa7\xe3\x01\x3e\x2b\x82\x30\x3b\x62\x74\xc2\xf2\x97\x3c\xbc\x06\x2f\xa0\x93\x96\x36\x32\xbc\x65\xfa\x4e\x04\x71\x9a\x76\xff\x9f\xd9\xd4\xe6\x11\x73\x32\x23\x82\xc8\xc8\x21\x99\x39\x5d\x00\x48\xaf\xd7\x61\xbf\x85\xee\x9b\xad\x01\xa4\x61\x2e\xb8\xd9\x37\x7a\x66\x30\xd6\x66\xff\x17\x24\x08\x20\x45\x37\x88\x24\x26\x62\x87\xe4\x04\x70\xb2\x82\xfe\xfb\x3e\xed\xd2\xa5\x73\x96\x3e\xf3\x2a\x5f\x5e\x3c\xf7\xb2\xad\xe9\xff\x06\x2f\xc0\x7e\x63\x07\x28\xc6\x6f\x35\xee\x09\xe3\x1f\xe1\x1b\xc6\x7b\x9c\x3e\xab\x2e\x17\x4b\x74\x13\x6b\xb1\xaa\x26\x7e\x5d\x22\xa7\x63\x8f\x69\x66\x26\x3a\x3b\x13\xb1\x0d\x59\xfa\xbe\x88\x96\xad\x28\x51\x1a\xb1\x61\x5c\x76\x06\xc7\x41\x70\xc9\xa1\x6a\x9e\x94\x59\x11\xde\xc2\xa8\x56\x50\x67\x03\x51\x2f\x1c\x5f\xb5\xa2\xd4\xd3\x53\x5a\xb1\x6a\x72\xd5\x8a\x72\x4f\x4f\x79\xc5\x2a\x1b\xc3\x26\x07\xe3\x5c\xc6\x8f\x96\x33\x3e\xa7\xcb\x19\xf0\x38\x7c\xae\x88\x27\xec\x1d\xf5\x3b\x39\x0f\xeb\xf3\xdd\xb7\x74\x29\x79\xf4\xf4\xcd\xfc\x0c\x6f\xb9\x19\x2a\x97\xf1\x86\x66\x6d\x11\xf9\x19\xa7\xdb\xe3\xec\x28\x70\xfe\x18\x45\x82\xcd\xc3\x38\x99\xb4\x37\xe1\x89\xa7\x99\x2e\xde\x17\xf7\x24\x7c\x99\x7c\x77\xa7\xf1\xca\xd2\xf6\x7d\xbe\x9c\xbc\x8e\x60\x31\x9a\x95\xa2\x29\xd6\x2a\x7a\x64\x3e\xe4\x59\xab\x8a\xa9\xfd\x2f\xce\xe5\xe0\xdb\x97\x57\xfb\x5d\x4c\xd7\x12\x96\xdb\xb8\x68\xf3\x8e\x55\x2b\xee\x83\xa6\x39\x27\xd8\xb5\x98\xe5\x36\x58\x73\x96\x90\xde\xd1\xd5\x9b\xae\x22\x3b\x32\x1d\xe5\xd1\xcd\x37\x5f\x7b\xec\x86\x6b\xb7\x5c\xf2\xe7\x73\xa6\xeb\xac\x1c\xc5\xba\xb6\x39\xa2\x8f\x58\x48\xac\x21\x36\x10\x5b\xb0\x8f\xa8\x4a\x3e\x08\x47\x38\xb5\x0c\x2a\x85\x47\xd5\x9a\x39\x0b\x24\x0d\xaa\x58\x88\x32\x4c\x85\x68\xf3\x2f\xcd\x99\x73\x70\x48\x3e\x44\x4b\x02\x2d\x85\xca\x60\xb6\x8c\x69\xa0\x7d\x08\xab\x9b\x28\xd5\x32\x70\x22\x2d\x73\x92\x48\x4f\x42\xb5\xaf\x34\xa0\x69\x03\xa5\xbe\xea\x08\x14\x3a\x4b\x19\x41\xe0\x8b\x9d\xdd\xf0\xcf\xe6\x54\xa6\x24\x15\x0a\xe5\x52\x9f\xa2\xe0\x85\x3e\x21\x43\x0e\xe7\x3b\x03\xbd\xc6\xa3\x7d\x03\xef\x84\xdd\x6c\xd4\xf4\x0b\x76\x38\x3d\x36\x2a\xe0\xf4\x06\x5d\x41\x3b\x53\xab\xaf\xeb\x7f\x4e\x45\xb7\x2c\xb8\xa6\xaf\x38\xf0\xb9\x87\x3e\x37\x50\xec\xbd\x66\x41\xff\x39\x52\x29\xb5\x7a\xc3\xea\x74\x51\x3a\xe7\x3f\x89\x22\xbf\xca\x9a\xbc\xe8\x1c\xf8\x76\xa9\xf7\x9a\x9b\xae\xe9\xc5\x8b\xbe\x97\x4d\x3a\x28\x23\x15\xdb\xb3\x27\x06\xbf\x0c\xf7\x57\x03\x3e\x1b\xdb\x45\x22\x2f\xc3\xb8\x83\x5e\x97\x9f\x3e\x70\xe5\x94\x85\x73\x9d\x79\xbf\xdc\x58\xd3\x65\x98\x58\x64\xb5\x8e\x6d\x3d\x32\xfb\xf4\x53\x9c\xb6\xe8\x86\xa2\x0f\x95\x49\x0d\xd4\x69\xa2\x25\x57\xa9\xa9\x1c\x96\x85\xb5\x34\x4d\xab\x79\xf3\xe2\xb6\x94\x93\xa6\x8c\x43\x9b\x97\x2d\xee\xec\xb2\x97\x4b\xcb\xc6\x9e\x5d\xb9\xbc\xaf\xe2\xd4\x1d\x6b\x3f\x7d\xfb\x55\x4b\xed\x73\x2f\x5d\x32\x1e\xcf\xe5\xaa\x1d\x1d\xf7\x08\x43\x6c\x89\x5f\xb3\x65\x2d\x5f\x8c\xcc\xf9\xa2\x35\x8f\x3c\x8a\xc3\x02\xe0\xac\xf4\x2d\x5f\xf9\xec\xd8\xb2\x52\xd9\xde\xd5\xb9\x78\xd9\xe6\x25\x97\xce\xb5\x2f\xbd\xea\xf6\x4f\xaf\x75\xfc\xa1\xa3\x6a\x2e\x79\x7f\x9c\x2b\x0a\xd9\x0e\xa1\x18\x4d\xdc\x6f\xe1\x3e\x3a\x08\x82\xf0\x4d\xbf\xd7\xff\xbb\xda\x65\x84\xa5\x75\x1e\x9e\xd1\x3a\x17\x18\x81\x16\x2d\xa0\x84\xda\xca\x75\xe1\x3c\xa9\x39\xc6\xfa\x51\x56\x7b\xc8\xc8\xac\xa8\xb6\xa6\xc9\xdd\xcd\xd5\xf1\x5c\x2e\x86\x8e\x61\x9c\xa2\xe9\x01\x4e\xb6\xe9\xf6\xba\xae\x1b\xcb\x30\x19\xf2\x85\x7a\xdd\x78\xc5\x9c\xdb\x30\x67\x4e\xe9\xfa\x54\xbd\x4e\x96\xb0\x68\x7a\x2e\x17\x87\xe7\xe3\x39\xc3\x63\x15\x22\x9b\xd2\x27\xf1\x12\x56\xfd\x42\x18\x30\xb7\xa5\x13\xa7\xd9\x94\x1e\xa2\x13\x63\x35\x67\xeb\xb2\x85\xfe\x36\xcb\x72\x96\xc2\xe7\x92\xbf\xc9\xb4\xdc\x3f\xc3\x98\x45\xf2\xdf\x6c\x5d\x5a\xfe\xf0\x2f\xc8\x0f\x88\x18\xf6\x81\x2a\x44\x8d\x18\x24\x34\x62\x84\x58\x44\x8c\x62\xbe\xb7\x2a\x5a\xe7\x39\x04\xac\x68\xa1\x9b\x65\x49\xe5\x42\x2d\x15\xc4\x9c\xc0\x08\xa1\x56\xa4\x8e\x11\x58\x51\x09\xfd\x85\xba\x73\x92\x62\x36\xa1\x6f\x1c\xee\xd9\x70\x3c\x51\x4e\x24\xca\x89\x5c\xae\xb8\xa4\x50\x58\x52\x3c\xbe\xa1\xe7\xf0\xbf\x1a\x17\x65\xb3\x70\x9b\x60\x5c\x04\xcb\x8d\x67\x7f\x05\xb7\x65\xb3\x8f\x1d\x34\x9e\x19\x99\x7f\xbc\xf5\x6f\xe4\xf8\xf1\xe3\xf3\xe7\xdf\x72\xcb\x52\xb2\xfb\x70\xcf\xc6\x44\x8f\xd2\x93\x18\x41\xe5\xd1\x8d\xa3\x65\xb4\xa1\xe7\xf0\xa9\xc7\x04\xc4\x66\xb3\xcd\x0f\xb3\xf0\x63\xb8\x4d\x68\x7e\x28\xcc\x87\x1f\x1f\xff\x95\xb1\x72\x64\xfe\xfc\x91\xf9\xe8\xbe\xf9\xc7\xe7\xbf\x02\x23\xad\xf6\xf1\x32\x72\x37\x21\xe0\x88\xab\x0f\xa5\x91\x5c\xc1\xb7\x09\xf3\x79\xe8\x34\xf2\x21\x3a\x8b\x69\x72\x92\xa8\xc8\x1c\x2b\xc2\x19\xab\x2e\x2c\x74\xec\xbe\x6f\xe3\xd6\xd5\x2b\xab\xb5\x64\x2a\xa9\xcd\xdb\x18\x5c\x72\x5e\x0f\xb7\xe9\xc6\xb1\xf9\x57\x6d\xee\xf4\x2f\x50\xe9\xa9\x13\xbc\x46\x8e\x76\xdc\xf0\xd8\x93\x37\x8d\x75\x77\x2e\x59\xfa\xdc\x86\x75\xfa\xdc\xe4\x50\xf4\xfc\x5b\xef\xbe\x72\x01\xa8\x67\x5d\x77\xc3\x25\xf9\x41\x8d\x3f\xd1\xda\xff\x85\x58\xc3\x89\xc5\xf8\x78\x4b\x81\xcc\x12\xcd\x90\x54\x0e\x64\x56\x44\x17\x0f\x3f\x98\x7e\xf0\xc1\xf4\x83\xc3\x0f\xf2\x0f\x3d\xc4\x3f\x68\xb8\xcd\xde\xfd\xe5\x9d\xfd\x3b\x76\xf4\xef\x7c\xb9\x35\x36\xde\x98\xd1\x93\xfe\x15\x79\x1b\x11\xc6\xf8\xe6\x2a\x31\x38\x2b\xf2\x22\x84\x23\x9c\xa0\xc8\x58\xaa\xf2\x34\xa1\x6f\x72\xb6\x5e\xab\xb9\x5b\x9a\x93\x38\x9a\x53\xa5\x7e\x72\x85\x90\x16\x4f\xfd\x16\x16\x0a\x19\xe3\xd4\xcb\xc6\xbd\x82\x80\xbe\xb2\xf8\x8a\x45\x8b\xae\xb8\xd5\xfc\xb3\x48\xd9\xa2\x28\x5b\xce\xdf\xac\x28\x9b\xd5\x2d\x5b\x12\xba\xde\xd0\xf5\xc4\x96\x2d\xe4\xe1\x8c\x71\x6f\x24\x00\x7c\xf3\x85\xea\xd9\xdd\xf3\xe6\x09\xe8\x16\xc1\xb8\xb2\xb5\xce\xad\x57\x2c\x32\xfa\x95\xcd\xbb\xcd\x95\x76\x6f\x56\x0e\x6c\xde\x92\xd0\xb5\x41\x4d\x4f\x6c\xd9\xdc\xee\xaf\xa4\x19\x9d\x03\x55\x02\xd6\x09\x1c\xcd\x81\x02\xa4\xf4\xc9\x27\x12\xd6\x10\x98\x32\x8c\x3c\x04\x8d\x93\x70\xc7\x1f\xcc\x39\xe6\xcc\xf4\x7f\x1a\x12\x04\x25\x08\xb6\x6d\x08\x24\x5b\x75\x0e\x94\x16\x63\x02\x3e\xd2\xdb\x9a\x21\x56\x0d\xc5\x04\x51\x22\xe6\x13\xcb\x89\x9d\xc4\x05\xc4\xb5\xc4\x4d\xc4\xdf\x11\x77\x12\x04\xd4\x2a\x56\x27\x28\xf5\x61\xda\x00\x4d\x45\x70\x85\xd6\x2c\x4d\x71\x20\xa9\x1c\x0e\xcb\xb0\x38\x9a\xa3\x72\x74\x4e\x56\xaa\x58\xf4\x96\xad\x55\x58\x9a\x62\xc3\x11\xb5\xa2\xca\x0a\x1b\xa1\x44\xca\xec\x45\x49\x51\xe9\xb3\x26\x75\xa8\x66\x69\x45\x03\xb9\xc2\xd2\x4a\x6b\xc9\x9a\xc2\x55\x54\xc5\x07\xf9\x6a\x2d\xc2\x29\x79\x31\x6b\xce\xce\xcd\x32\xc5\xac\x69\x06\xbd\xe5\xeb\x8d\xa7\xa3\x9c\x3b\x97\x03\xf0\x45\x7d\x5e\xce\xe1\x00\xa3\x7c\x63\x97\x2e\x77\xdc\x79\xa7\x87\x19\xea\xba\x1e\x96\x74\x0e\x79\xfd\x5e\x77\xa4\x2f\xd7\xcb\x85\x13\x3e\x00\xbf\xd7\xe1\x66\xaf\xea\xf2\x25\xc2\x5c\x4f\xbe\x12\x71\xf2\xde\xa1\xce\x18\xeb\x72\x78\x7d\x2f\xa4\x03\xfe\x7c\x34\x9a\xf7\x7b\x12\x52\x4f\xd1\xd8\xa6\xa3\x8a\xae\x37\x5f\xd7\x75\x54\x31\x0e\x61\xb9\x33\x72\x5e\xaa\x28\x75\x55\xb8\xd0\xc7\xe7\x2d\xf4\x71\x89\x58\x38\xea\xf1\x05\x8c\xc6\x8d\x5d\xda\x78\x87\x0c\x03\x10\xf4\x8c\x0f\x75\x5d\xff\xd5\xdd\x63\x76\x92\xee\x0e\xa5\x28\x47\x35\x96\x86\xf4\x90\xc7\xcf\x81\xd7\xc9\x92\xcd\xa9\x78\x1a\xd2\xb1\xaa\x83\x4a\x87\xbb\x29\xe7\x58\xd6\x63\x27\x59\xa7\x17\x58\x66\xb9\xab\xe4\x85\x64\x6f\x0a\xbc\x3d\x0e\xa5\xd4\xd9\xd7\x98\xad\x74\x56\xc7\x5f\x60\x3f\xd1\xc6\x97\x61\xff\x20\x40\x08\x44\x85\x58\x42\xac\x22\xd6\x11\x44\x88\x53\x25\x5a\xa9\x62\x10\xa7\x0f\x38\x56\xb2\xcb\x11\xab\x82\xae\x98\xa5\x31\x86\x5f\x52\xaa\x6d\x4b\x86\xf6\x81\x98\xcd\x93\xd6\xf5\xaf\xc9\x11\x8e\x35\x2f\x71\x38\x22\x57\x54\x76\x3a\x6b\x20\x30\xc2\xab\x9f\xbd\xb9\x30\x37\xe8\x3d\xf3\xcc\xbc\x0a\x0b\xe0\x32\x60\x84\x5c\x31\x2f\xe6\xc3\xa0\xaa\xc0\x06\x1d\x7e\x9b\xcb\x6d\x0b\x38\x03\xe1\x5a\xb4\xac\xcc\x5b\x34\xd4\x19\x8a\x24\xd3\x1d\xd9\x74\x3c\x66\x1c\xb7\x54\xe4\xac\xbc\x02\x32\x6e\xbd\xa5\xa0\x4f\x78\xc3\xc3\x50\x93\x26\x46\x8e\xa4\xf4\x6a\xaf\xda\x71\xc0\xf8\xc1\x56\x96\x4b\x39\x68\x5f\x9c\x67\x1c\xce\xa4\xe1\xf1\xc1\x7c\x65\xce\x62\x70\x6b\x4c\x6e\x6e\x07\x33\x04\xe7\xb5\x72\xc5\xba\x6e\x1c\x6a\x3d\xbb\x7b\xc8\x9d\x58\xdf\x11\x87\xc7\xe5\x0a\xd7\xce\xcd\x95\x41\xca\x17\x40\x85\x9b\xff\xf8\xc7\xe2\xf1\xcb\xaf\xdb\xbc\xe1\xdc\x3e\x3d\x99\xba\x66\x62\xe7\x2d\xfb\x5e\x26\x77\xfe\xb1\xf4\xc7\xe2\xab\xc9\xc4\xf9\x8f\xed\x8f\x44\xae\xdb\x7a\xd6\x75\x7c\xfa\x3b\xd3\x35\x82\x8f\xb6\xf8\x32\x0a\x31\x87\x18\xc3\xfa\x81\xdb\xcc\x77\x83\x91\x15\xc1\x87\x68\xdc\xe7\x72\x11\x0b\x1a\x9b\x97\xf2\xaa\x92\xc7\x41\x69\x81\x15\x59\x41\x35\x0d\xfa\x99\x0a\xc1\x21\xac\xed\x24\x59\x8d\x3b\x2b\x2a\xa6\xb9\xc8\xe4\x6b\x21\x59\xb1\x2e\xae\x85\x65\x54\x44\xb2\xd4\x7c\xad\x61\x7c\x1c\xe9\x4a\x3b\x1c\x1d\x7c\x38\x12\x08\xb8\x1c\x41\x1a\x21\x84\xe8\xa0\xc3\x85\xe6\x37\x20\xc6\x6b\xc6\xb2\x56\x14\x8c\x61\x26\x99\xe5\x27\x20\x96\xc9\x1c\xd1\xf4\x78\x07\xe4\x06\x32\x19\x6f\x30\xe8\x1d\xaf\xd7\xb5\xc9\x49\xd8\x0f\x1f\xe9\xc0\x64\xd8\x50\xb8\xf9\x35\x41\xf5\x3a\x34\x9b\x83\x71\x3a\x33\x4e\x27\xe3\xb0\x5d\xa3\xf1\x10\xc7\x3a\x9f\x9a\x6e\x8c\x4e\x4e\x8e\x93\xde\x8c\x71\x88\xd7\xb4\x5c\x1c\xfa\xe3\x39\xe3\x90\x16\x8c\x87\x40\xc3\xe9\x90\x69\x9c\xf1\x51\x22\x4f\xf4\xb7\x3c\x17\xac\x26\x6a\x76\x53\xa6\x15\x91\xc5\x4a\x31\xe6\x2b\x8e\xa9\xf6\x55\x0d\x71\x21\x4e\x65\xa7\x65\xa1\x71\xda\xeb\x7f\xa2\x9d\x3c\x7f\x62\x6a\x6a\xaa\xf9\xda\xd4\x0f\xc2\x09\x80\x44\xf8\x07\x3f\x88\x74\xf2\x81\x00\xdf\x19\x99\x28\x5e\xf5\xa5\xd2\x15\xda\xa7\x8b\x4f\xd6\x0b\xc7\x8a\x96\x54\xac\x5e\xd7\x30\xd0\x27\x19\xca\x84\x92\xa0\x33\xe9\x2e\x16\xad\x89\x74\xf2\x0c\x18\x6f\x16\xaf\xda\xfa\xa5\xc2\x15\x86\x04\x3f\xbf\xa6\xf0\x95\xf5\x57\x17\x9f\x9e\x89\x03\xee\x21\xf7\x12\x7d\xc4\x20\xb1\x00\xeb\x71\x54\x71\x61\x15\x0e\xbb\x22\x52\x19\x54\x45\x03\x6c\x6c\xe0\xb8\x0e\x0f\xac\x0f\x70\x73\x9e\x97\x14\xd5\x0a\x29\xe7\xac\x80\x70\x19\xa0\x2d\xe4\xc9\x86\xb2\x79\xac\xef\x0e\x22\xb9\x7b\x64\xe7\x72\x7f\xad\xd7\xe9\xf8\xea\x57\x1d\x2e\x28\x2b\x9e\xc5\xe3\x8b\x3d\x4a\x39\x11\x3d\x3a\x3d\xfd\x44\x2c\x01\x5d\xd5\xe6\xe1\x96\xb6\xe7\x86\x1c\xd6\xfa\xfc\xe2\x74\x80\x08\x9d\xec\x5b\xe2\x18\xde\xbe\xc6\x3d\xe2\xf4\xdb\xb6\x6c\xb2\x05\x5c\x23\x9e\x15\xdb\x74\x7d\xdb\x0a\xcf\x48\xa2\xe4\xd9\xb4\xc6\xb3\x62\x5c\xd3\xc6\x57\x78\xd6\xac\xf7\xf4\x24\x16\xb8\xe7\x77\x63\x75\x50\xe8\x68\x7e\xd0\xaa\x06\x0c\xbf\x6b\x61\x83\xa7\x39\x5e\x5f\x22\x8f\x12\xdd\x44\x91\xe8\xc5\xcc\x88\x11\x62\x29\x41\x00\x2b\x2a\x02\x23\xb0\x34\xee\xbb\x28\x2b\x21\x8d\x53\x29\xb8\xf2\x94\x79\x9f\x6a\xaa\x86\x64\x01\xb0\xce\x53\xdb\x28\x04\x9a\x13\x58\x01\x97\x4c\xa2\xf1\x43\x4b\x96\xf4\xe6\xeb\x68\x5f\xc6\x78\xbf\xd1\x7c\xd1\xe9\x0c\xd2\x24\x49\x07\x9d\x4e\x86\xc1\x41\x6b\x07\xcd\x77\xb1\x68\x67\xf3\xa2\xa9\x56\xc5\x5a\xf8\x43\xe1\x0a\x63\x3f\x1c\xbe\xa6\xf0\x74\xf3\xf9\xb1\xe0\x54\x90\xbc\x79\x9b\x66\x78\x4e\xf0\x7a\x1d\xc8\xe9\xe7\x8f\x6c\xdd\xcd\x70\x88\xcd\x30\xcd\x97\xe1\x87\x7e\xcb\x4e\xcc\x14\xaf\xd0\x3f\x5d\x38\x56\x34\x06\xc7\x27\x27\x4f\xe3\xf6\x74\x13\x65\xa2\x9f\x98\x83\xad\x5d\x1f\x62\x99\xb0\x85\x61\xa7\xcc\xd7\x0e\xb7\x6c\x8c\xc0\xb4\x4e\x43\x65\xec\x59\x36\x06\xb8\x08\x6f\xfb\x09\x14\x25\xf3\x54\xc6\x9a\x5f\x6c\x3f\x70\x3f\x68\x3f\x82\x53\x48\x9e\x9a\x9a\x3a\xc1\x37\x57\xc3\x94\xa6\x49\xf8\x21\x7c\xba\x78\x5c\xd3\xc8\xa3\x0c\xdf\x19\x69\x7e\xcd\x3c\x4f\x1d\xf0\x43\x68\x3d\x8f\x75\x9d\x47\x27\x97\x83\xd1\x0b\x3f\x0a\xe8\xc6\xcf\xda\x8f\xe1\xd3\x55\x7d\x1a\xe3\x6b\x1d\xf3\x4c\xeb\x41\x00\x23\xb5\xdb\x8c\xd6\x81\x4b\xb8\x86\x75\x75\x56\x93\x91\x63\x04\xa6\xcd\xf5\xc3\x16\x5f\xeb\x06\xec\xe6\x9b\x5f\xc4\x2d\x82\x79\xdc\x56\x8b\x60\xde\x03\x87\x13\x2d\x30\xdb\x83\xe6\x61\x24\x1b\x9e\x56\x93\xc0\x8f\x31\x93\x0c\xec\x47\xa1\x4c\xfb\xcd\xb7\x0e\x7f\xe6\xd5\x27\xaf\xd6\xf9\x13\x38\x57\xf7\x82\xf5\xf6\x3f\x31\x3e\xa3\x79\x65\xf9\x50\x61\xab\xe6\x95\x15\xa1\xb0\x0a\x44\x81\x60\xbe\xe9\x1c\xab\x86\x30\x55\x45\xb1\xc2\x14\xc6\xa6\x67\x95\x23\x3c\xdc\x0d\x77\x37\x83\x47\x32\x07\x23\x98\xdc\x71\x34\xd3\x3c\xcc\x3f\x13\x39\xc2\xa3\x7d\xcd\xa7\x50\xa5\xf9\x7a\xe6\xa2\x83\x60\x18\xaf\xd4\x4f\xcb\xff\xb5\xf7\xd3\xf1\xd7\xea\x40\x89\x8a\x4c\xe2\xa4\xae\x25\x77\xfb\x17\xeb\x42\x35\x1a\x8d\x23\x5a\xbd\xae\xe1\xf0\x48\xf3\xb0\x55\x21\x6a\x5f\xf3\x29\xd7\xc1\x8b\x32\xa8\x62\x78\xe6\xc2\xe5\x75\xbd\x5e\x9f\xb9\x2f\x56\x4d\xc7\x38\xc1\x13\x45\xa2\x82\xab\xe2\x9b\x2f\x86\x40\xb3\x3c\xb0\x5c\x1f\x0f\xb2\xca\xd4\xd4\x9a\x02\x32\x45\x4b\x20\xd5\x54\xb6\xa7\xa5\x9a\x65\xf9\x23\x8a\xa8\x88\x2c\xd4\xcc\x26\x25\x0d\x35\xf2\xe6\xfb\xee\xbb\xfa\x72\xe3\x14\xef\xd4\x1a\x7a\x64\x32\x73\x81\xbe\xfc\xd4\x4f\xbe\x3c\xa6\xc7\x61\x22\xbe\x65\xd5\x3b\x6f\xd7\x16\x5f\x7c\xe5\x83\x5f\x74\x4d\x8c\x7d\x6a\xec\xd7\x75\x0d\xed\x60\xfd\x73\x97\x17\xfc\xf3\xc6\xc8\xa3\xb0\x5c\xbf\x20\x33\x19\xd1\xa0\xa1\x39\x79\x20\xf7\x5f\x7d\xdf\x7d\xc6\xfb\xab\x36\xc7\x8d\xfb\xe2\xfa\xd8\x97\x97\xbc\xb5\x72\xf9\x55\x63\x13\xae\x2f\x3e\x78\xe5\xbe\xc5\x53\x5a\x7d\x12\x7e\x9e\x19\x2b\xe0\x95\xdb\xd7\xef\x87\x98\x0b\x23\x11\x55\x62\x84\x20\x42\x2d\x4d\x3e\x56\xe6\x48\x5a\xac\xa9\x72\x48\xc8\x4b\x38\x49\xdd\x03\x02\x47\x99\xed\x58\x19\x6a\x69\xe0\x4e\x97\x18\x9a\xe5\x76\xc9\x3a\x0f\xfd\x91\x1a\x9c\xcf\x2f\x4e\x7f\x39\xfd\x61\x34\x78\xf4\x2e\xe3\xf3\xe1\x98\x23\x02\x71\xe3\xf1\x48\xcd\xf8\x08\xb2\x90\x50\x57\xd4\x40\x5d\xa1\xd6\x87\x26\xf6\x9f\x3d\x38\x78\xf6\xfe\x89\xa1\x13\x85\xc5\x85\xc2\xe2\xf5\x4b\xba\xbb\x97\x74\xa3\x1d\x1f\xf2\x4e\x25\x73\x44\x32\x96\x71\xa9\x2c\xec\x8f\xb2\x0e\x67\xdd\x59\x7b\x84\x31\x7e\x2e\xa9\xea\x0a\x15\x6a\xd2\x9c\x89\x21\x73\xdd\xa1\xa1\xb3\xdf\xe9\xb6\xd6\x5a\xbf\xb8\x30\xf3\x4c\x3c\x49\xee\xc6\x7a\x90\x15\xac\xa3\x89\x9f\xbd\x9a\x2a\x84\x04\x1a\x9f\x8c\xa5\x66\x45\xd1\x8a\x2a\x70\xe4\x7f\xe1\x8c\x2c\x79\x3f\xe3\x9e\x68\x10\xd2\x60\x5c\x0e\xf1\x74\x24\x32\xad\x6f\x25\xa4\x78\x18\x88\xd4\xfe\xf7\x67\x64\x49\xfd\xa5\x04\xf8\x3a\x04\xbd\x11\xd7\xb0\x4b\x79\x98\x89\x7e\xc8\x3b\x9b\x1f\xff\x9f\x4e\xa8\xad\xb5\x5e\x22\xec\x04\x4b\x88\x04\x91\x13\x95\x4a\x1a\x48\xd6\x12\x33\x62\x65\xcb\x28\xa1\xd9\xd9\x9a\xb3\x30\x50\xcf\x0e\x64\xeb\x17\x9f\x7b\xf6\x91\x42\x51\xaf\xf4\x7c\xf5\xa2\x4b\x3f\xbd\x6e\xe9\xe2\xae\x82\x5e\xed\x5b\xbf\x69\xaa\x9e\x1d\x40\x2b\xf5\x62\xe1\xc8\xd9\xe7\x5e\x72\xed\xa5\x17\x7d\xb5\xa7\xd2\xd0\x0b\x5d\x8b\x97\xae\x3b\x7b\xd3\xfa\xbe\xea\x6c\x1c\x8c\x55\xb5\x84\x08\x81\x8c\x91\x3e\x7e\x70\x82\x2a\x70\x39\x99\x03\x1d\x1e\x28\xc1\x03\x3f\x8c\x18\x3b\xb8\x37\xe0\x79\xe3\xb3\xc7\xe0\x86\x63\xc6\x67\x1f\xdf\x67\xbc\x8f\x24\x63\x07\x3c\x50\x7a\xc3\xe5\x7a\xc3\xd8\x0f\x17\x3f\xfd\xf4\xbe\x7d\xc6\xbf\xb7\xb6\x79\x63\x2b\x2e\x8d\xeb\xd2\x32\x21\x27\x84\x14\x27\x28\x80\x8e\x36\xdf\xd4\xe0\x80\x51\xbf\x1f\x5e\x32\x74\x54\x82\x7f\x31\xae\x22\x3d\xcd\xdd\xe0\x07\x7f\x73\xf7\x72\x18\x80\x81\xe5\xc6\x55\xb3\xde\x77\x3f\x6e\x55\xf2\x2d\x65\xbe\x59\x6a\x7a\xa4\x69\x43\x08\x8a\xcc\xd9\x15\x99\xb5\x8b\x4c\x0f\x12\x14\x81\x23\x1f\x1c\x67\x9b\x1f\xf2\xf7\x61\x0c\xc1\x91\x4c\xa3\xf9\x9a\x0e\xfb\xfb\xc6\x8c\x57\xea\xb0\xbf\xee\x1c\x8f\x18\xc7\xe1\x83\x51\x72\x64\xdc\x95\x39\x82\x91\x06\x47\x78\x14\x6e\xae\x42\xf2\xb7\xbf\x3d\xd6\x57\xaf\x37\xa0\x3f\x32\xee\xac\x8f\x4d\xc7\x86\x1e\xc3\xad\x4d\xde\x62\xb6\x01\x0f\xac\x48\x2b\x12\x2e\xf6\xce\xc8\xb4\x68\xc9\x9e\x2a\xa2\x9d\xa3\xc1\x4f\x4a\x3a\xe9\x04\x5a\x07\x0e\x24\xf4\xcc\xb9\xa1\x0c\x7f\x2e\x6b\x1c\xaa\x4f\x65\x8e\x68\x1a\x72\xfe\xb0\x5e\x87\xbb\xc7\x91\xf1\x84\x93\xa3\x26\xbb\xb7\x51\x9c\x03\x36\x1a\x8f\x67\xe6\xb9\x2a\x30\xaf\x8f\xfc\xdc\xb9\xa5\x70\xa6\x7a\x5e\xa3\x61\x45\x91\xb5\xdf\x4f\x4e\x8e\x17\x8c\xc7\x1d\x9c\x7d\xbc\x7b\x92\xe6\x1c\xb0\xc9\x18\xd2\xd2\xdb\xfb\x60\xa4\xef\x74\xbe\x67\x90\x88\xfc\x99\x7a\xac\x79\x78\x32\x2b\x2b\xe4\xfc\x6d\x2e\x1c\xfd\x45\x6f\x34\x57\xa1\x93\xa3\x17\x19\xcb\x1a\x75\xf2\xc1\x6d\x91\x66\xdf\xb4\xee\xeb\x23\xa3\x8d\x86\xd9\x8e\xcf\xe0\xdc\x49\x82\x26\x7c\x58\xe1\x59\x24\x08\xb5\x95\x77\x95\x2c\xb1\xc6\x5c\xab\x51\x95\x59\xb3\x8f\x11\xac\x22\x36\x53\xd3\xc9\xd7\x29\x8d\x3f\x31\x45\x96\xf4\xc9\x77\x79\x3d\xf3\xee\x64\x33\x68\xba\xe6\x0d\xf8\xa8\xde\x68\x9c\xe0\xcd\xdf\xac\x1e\x5d\xe7\x4f\xcc\x6a\x57\x4d\xdf\x33\x4c\x24\x5a\xca\x2e\x16\x26\x27\x67\x31\xa1\x49\x2b\x0c\x27\xe0\x78\x9c\x94\x6b\x89\x74\xd2\x22\x2b\x9f\x38\x52\xd7\x90\xac\xf3\xf7\x4f\xe9\xf5\xfb\x9b\x95\xba\xc6\xa3\x10\x2e\xbe\x00\x2f\xf0\xf5\x46\x03\x9d\xd4\xeb\xf7\x67\xea\xf7\xf3\x7a\xf3\x6b\x47\xea\x9a\x56\x3f\x82\x25\x44\xfb\x33\x99\x6d\xf5\x76\xbb\xf1\x14\xf9\x34\xf6\xda\x07\xcc\xb6\x10\x1b\x7b\x11\x8e\x4a\x01\x2e\xf0\x54\x06\x8d\x4c\x23\x36\x4c\xe7\x25\xac\x8c\x15\x9a\x5d\x16\x4c\xae\xa8\x60\x3a\x8f\x21\xb0\x88\x84\x59\x38\xa7\xbb\x9b\x8c\x27\x2a\x54\xd8\xf9\xef\xe5\x7f\xaf\x14\xc2\xab\xae\xb9\xf3\x8e\x8b\x74\x5b\x82\x3f\xf3\x8b\x8f\x5d\xaf\x1e\xbc\x72\xd4\x31\xe7\xa2\x1b\xae\x18\x75\x0c\x6a\xf1\x85\xf9\xa1\x3e\xa3\x91\x4d\x55\x80\xca\x56\x36\x56\xe6\x90\xb1\xee\x0b\x2e\xad\x0d\x74\xf2\xbc\xdb\x47\xff\x4b\xd7\xfb\xfd\x87\xef\xba\x76\x35\xd7\xbd\xf3\xa6\xd1\x58\x2c\x1a\x74\xac\xff\xec\x3c\xc1\x78\x36\x6f\xd5\xb7\xa2\x07\xf7\xdd\xb0\xdf\xf8\x71\x3c\x95\x05\xaa\x6f\x28\xbf\x10\x6c\x46\xa3\x6f\x4e\x65\x63\x65\xda\xd6\x7e\x97\xfc\x15\x11\xc4\xf8\x31\x6c\xaa\x02\x87\xcb\x0b\x97\x91\xf8\x17\x23\xef\xe8\x53\x67\x3f\xb9\x96\x9f\x6f\x1c\x2b\xc3\xaa\xc1\xc3\xb7\x5f\x35\x16\x2c\xee\x3c\x38\x3a\x36\xa2\xe7\x24\x29\xa7\x8f\x7c\x61\xde\x5c\x73\x62\xee\x3c\xf2\x83\x0b\xbf\xf9\xea\x98\x71\xa0\x1b\xae\x2e\x67\xe3\xeb\xae\xb9\xe3\xb3\x17\x0e\x37\x0f\xe7\xf3\xb3\x16\xf9\xc2\x88\x9e\xcf\x4f\xfb\x92\xe4\xb3\xb8\xde\x01\x4d\xb8\x71\x56\xbf\xcb\xd2\x22\x60\x5a\x36\x8a\x5d\x08\xc9\xd8\xd6\x17\x6a\x69\xc4\x32\x32\xae\xa0\x63\xbd\x53\x34\xec\xc7\xe9\x94\x06\x1a\x3a\x75\xc3\x8a\xcb\x5d\x0c\xe7\x85\xfd\x9e\x48\xd0\x75\x79\xf3\x2d\xf3\x01\x43\x5d\x3d\x0b\x0d\xcf\xc2\x1e\xb2\xa4\x1b\xc7\x75\x4d\x6f\xc0\x00\xaa\x78\xb8\xa0\x0b\xc0\x5c\xb6\xf9\x7a\x1d\x3d\x75\xea\x27\x93\xf5\xfa\x24\x41\xcc\x7e\xa6\x3d\x44\x80\x28\x13\x2a\xb1\x9e\x18\xb7\xec\x13\xcb\xc6\x15\x24\x86\x13\x14\x01\x14\xab\xaa\x97\x2a\xa9\x5c\x4d\x55\x64\x36\xc2\xa9\x1c\x1d\xa1\x39\x5a\xa2\x68\x56\xb2\xf0\x40\x59\xea\xbf\xb8\xd8\x78\xab\xf2\xc8\x0b\x46\xa1\x55\x7a\x62\x80\xf1\x0e\xf1\x83\x24\x39\xc8\x0f\xf9\x02\x5a\xc0\x3b\x94\x19\x22\xc9\xa1\xcc\x90\x37\xb0\x22\x21\x25\x93\x52\x02\x96\x07\x66\x96\xf0\xeb\x33\x5f\xda\x4b\x24\xc9\xdd\xbc\x71\xfe\xa4\x31\xaa\xf3\xe8\xd8\x91\x7a\xf3\xb5\x05\x94\x3b\x5b\xcb\x32\xe6\x79\xb8\xed\x0b\x17\xda\xdd\x66\x83\xc4\x64\x6b\x59\x37\xb5\xe0\x48\xc8\xdc\x66\xc2\xf8\xdc\x02\xca\x25\x98\x0b\x59\xb3\xdb\xab\xb4\x16\x0a\x27\xcc\x2d\xcf\xb2\x3b\x69\xfc\x0e\xaa\x84\x4e\xac\x25\x88\x90\x64\x76\x98\x2c\x2d\x89\x2d\x4d\x07\x6b\x10\xcc\x31\xb4\x7e\xcb\xcd\x9a\xd7\x1e\x40\x55\x24\xc1\xf4\xa4\x4f\x43\x6f\x58\xc3\x11\x4b\x90\xf8\x84\x86\xed\x47\x0d\xed\xab\xeb\x46\xc1\x9a\x67\x14\x5a\x33\xb0\x35\xff\x96\x45\x3b\xcb\xb4\x16\xd4\xeb\xe8\x18\x3f\x99\xc9\x4c\xf2\x93\x2d\x96\x45\x5d\x33\x96\xf1\x53\x3c\x3f\xc5\x4f\xe9\xa6\x9d\x86\x43\xcd\xa3\xd6\x32\xda\x34\x1d\xa3\x3e\x63\x23\x7c\x40\x7e\x40\x70\x84\x4a\x2c\xc0\xca\xcb\x7f\x49\x47\x91\x53\x39\x52\xb5\xb4\x16\x71\x1d\x96\xbf\xa0\xc5\x98\xb3\x74\xdb\xc3\x3e\x28\x43\x8d\x8b\xb4\xf2\x1f\x3e\x88\x90\x43\x5f\xfd\xea\xce\xc3\x77\x66\xbf\x97\xbd\xf3\xf0\xce\x99\xc9\x47\x1e\x7d\x94\xdb\x3e\xe7\x70\x2d\xbb\x36\x5b\x3b\x3c\x67\x3b\x77\xfa\x57\xe3\x1f\x3b\x0a\xd2\x3c\x69\xde\xc4\x96\xce\xf4\x9a\x60\x24\xdd\x95\xa9\x94\xc2\x7e\xf4\xa9\x3f\xdd\x0a\x9e\x34\xee\xfd\xcb\x1b\x69\x7d\xfd\x24\x2a\xcd\x93\xe4\x95\xe1\xde\x33\x77\x7c\xce\xd3\x95\x8e\x75\xba\xa2\x3d\x7d\x6d\xfd\xe9\x27\x70\x9b\xee\x9e\xce\x04\x58\x79\x00\x22\x24\x32\xb2\x80\xe5\x0d\x38\xd6\xde\x1a\x5b\x71\x63\x06\x67\x3e\x73\xb2\xaa\x48\x22\xcd\x9a\xcb\x99\x0e\xde\x09\x5d\x87\xfa\xf1\x58\xec\x78\xcc\x78\x0a\x8f\xde\xc5\x17\xb9\xa1\xeb\x70\xf2\x95\x58\xec\x95\xd8\x11\x7c\x1b\xc8\xdd\xc6\xf1\xac\x96\xca\x68\x27\x78\x9d\xe7\x75\x78\xab\xde\x30\x0e\x4d\x4d\x4d\xf1\x43\x3c\x3f\x84\x42\xc6\xa1\x46\x7d\x1a\x67\x7c\x8c\xc8\x13\xcb\x89\xcd\x04\x91\x2b\xdb\x4c\xa7\x46\xad\x68\x48\xb5\x48\x1f\x11\x2e\x4d\xca\x1c\x1b\xa6\x7d\x36\x1a\x30\x49\x18\xf3\x84\x6b\xaa\x66\x1b\x86\x6c\x4b\x6e\xa8\x15\xd0\xf7\x21\x1a\xa6\xbd\x73\x5a\x46\x64\xef\xb6\x0d\xa3\xfd\x81\x00\x2f\xf4\x2b\x4a\x54\x94\x34\xbd\xab\x23\x14\x8c\x56\x55\x55\xe0\x03\x81\xfe\xb1\xf5\xe3\xbd\xc6\x17\x20\xd9\x97\x15\x57\x16\x73\xf9\x7c\xae\xb4\x72\x41\x25\xe1\x0c\xd2\x99\xcc\xc8\x80\xdf\x9f\xe4\x2b\xbd\x7c\x22\xad\xcd\xcd\xc0\x16\x3e\xe3\xad\xce\xaf\x7a\x33\x7c\xa2\xbe\x2a\xa5\x2f\xdb\x70\x96\x3a\x34\x7c\x3c\x63\xf3\xb0\x7e\xce\x1b\x74\x52\x41\xa7\x3b\xc0\x7a\x6c\x99\xe3\xc3\x43\xea\xc4\x86\xa5\x7a\x0a\x7d\xe3\x68\xf5\xac\x8d\xf9\xce\x05\xe9\x18\xc7\xc5\xd2\x0b\x96\x6f\x3a\xab\x7a\x14\x48\xda\x97\x73\xd2\x3e\x3b\xed\x73\x05\x43\x71\x2f\x69\xfc\x87\x77\x68\xa4\xbb\x7b\x64\xc8\xfb\x48\xbb\x2f\xff\x1a\xb9\x9b\xe0\x5a\x56\x8e\xc2\xe1\x57\x48\x64\x38\xbb\x69\xe6\x28\xe6\x64\x0f\x08\xa4\xc4\x70\x4c\x48\x60\x5b\xb0\x68\xf4\xb4\xc6\x37\x5f\xcf\x00\x07\xfd\x9d\xef\xf1\xda\x8b\xec\x2f\xe1\xf9\x3f\x36\x1a\x2f\x41\xcd\xf8\x01\x06\x44\xa3\x53\xa0\xdd\xca\xf3\x7c\xf3\xea\xe4\x9e\xb4\xc6\xdf\xaa\x97\x11\x95\x5c\xd9\xd4\xd7\xa2\x79\xeb\x9a\xff\x00\x8f\x6a\x16\x16\x7a\x26\xb7\x32\xfb\x18\x58\xf5\xf4\x63\x90\x66\x1d\x83\xe9\x20\x58\xf0\xe3\xbf\x72\x0c\x70\x8f\xf1\x2a\x28\x13\xd6\x41\xec\xd0\x2e\x99\x39\x88\x7d\xfa\x6d\xa7\x1d\xc4\x6e\x7d\xa2\xf0\x85\xd2\x7d\xc5\xe9\x58\xfa\x73\xe4\xb3\x38\x06\x59\x20\x14\xdc\x2b\xe3\x6e\xf7\xaf\x8b\x08\x4c\xd7\x4c\x61\x73\xd3\x53\xb4\x25\xc8\x61\xe5\x39\x01\x76\xfc\xdb\x9b\x07\xfc\xe7\xfd\xd3\xe5\x17\x9f\xb3\xfb\x06\x9a\xae\x54\x0f\xae\x7d\xf5\xf9\x8b\xbc\x5b\x1e\x3f\x7b\xe7\xa6\xad\xfb\x28\xaa\x50\xfc\x27\x2b\x93\x06\x03\x56\xbc\xe5\x44\x75\x73\xac\x26\x5c\x75\xeb\xe5\x7c\x7f\x74\x2b\xb9\x7d\x84\x39\xf7\x3b\x1f\xbe\x79\x80\xa6\x65\x19\x6f\xa3\xf9\xc5\x7e\xdf\xe6\xc7\xbe\xf7\xdc\x45\x76\xaa\x50\x7c\xc2\xdc\x08\x68\xed\xe8\x4a\x6b\xfc\x09\xd4\x4a\x69\x6d\x11\x39\xa6\x27\x7a\x07\xa7\xf5\x82\x76\xb7\xd8\x83\x71\x22\x4d\x64\x71\x76\x98\x66\x65\x45\x60\x55\x4e\x91\xec\x32\x2b\x9a\x46\x8d\xd4\x8a\x93\x82\x65\xc4\xc9\xd0\x82\x80\x4b\x34\xbc\xa0\xeb\xf0\xbc\xb7\xa2\x1b\x87\xea\xf5\xc9\x7a\x7d\x6a\x26\x16\xaa\xd7\xeb\x30\xa0\x2f\x2b\x7e\xba\x78\x6d\x69\x29\xb9\x5b\x9b\x9a\xba\xd7\xd5\xf7\x92\x66\x2e\xd6\xb0\xca\x58\xf4\xeb\xc6\x21\xe8\x37\x8e\x4f\xd6\xe1\xa3\xdf\x2c\x2d\x7e\xfa\xd3\xc5\xa5\x96\xee\xa5\x41\xee\x21\x3f\x20\x6a\x2d\x8e\x16\x81\x1d\x54\x94\x06\xce\x07\xb4\x98\xa5\x68\x46\x43\xb8\xae\x42\x1a\x38\xc6\x87\xd2\x24\xbe\xf4\x1a\x0c\x41\xa5\xa6\x6a\xa8\x45\xd5\xc1\x7a\x76\xd3\xf7\x01\xda\xb8\x48\x72\x37\xf4\xac\xd8\xbc\x38\xe3\x1f\xea\x0e\xcc\x11\xeb\xd9\x79\xb1\x3c\x16\x55\x5c\xb9\xa0\xe0\x48\x0f\xe5\xf3\x73\x32\x54\xe7\xc8\xca\x45\x3d\xbe\x68\x2d\x6f\x2e\x30\x67\x47\x28\xaf\x89\xcd\xb5\xb1\x62\xa5\x10\x53\x97\xab\x93\xea\x72\x55\x5d\xae\xc2\x46\xc9\x1c\xa9\xe8\xf6\xd2\x68\x27\xad\xac\xd9\x38\xe2\xcd\xe4\x20\xc6\x41\xc9\xd1\xb7\x64\xc5\xdc\x5c\x6e\xee\x8a\x25\x7d\x0e\xe3\x06\x47\xef\xa2\x15\x23\x9d\xb6\xcc\xf0\xf2\x65\x35\x0f\x9f\x5f\x34\x60\x2f\xcc\xff\x45\xac\x18\x8b\x15\x63\x79\x55\x6d\x5e\x99\xc7\x5b\x81\x0b\xad\xad\x12\xc4\x9f\xd6\x7c\xf2\xb7\xa2\x09\x2d\x8d\x59\x4c\x3e\xda\xdd\x5c\xad\xeb\xe8\x29\xdd\x58\x86\x45\xb3\x71\xd9\x10\xf2\xa8\x6e\xcd\x6d\xae\xb6\x86\xbf\xbe\x1d\x12\xb3\x44\x66\x6d\x47\x6f\xaf\x33\x6b\x23\xb8\x08\xc9\xf4\x36\x6e\x26\xd6\x10\xc7\x88\x6f\x9a\xd6\x9b\x54\x06\x91\xf5\x01\xcd\xe2\xc4\x66\x9f\x95\xb5\x1c\x80\x34\xd4\x54\x19\x23\x79\x59\x2a\xc2\x09\x11\x0d\xb5\x44\xf0\xb0\xd6\x02\x5e\x16\xab\x10\x62\x51\x93\x16\x30\x5a\xa9\xe5\x25\xac\x75\x42\x89\x42\xb5\xa6\xca\x4a\xbe\xa6\x4a\x94\x79\x87\x45\x2a\xaf\x81\xb9\x62\x45\xad\xe9\x40\xe5\x25\x0d\x54\xae\x25\xa6\xcb\x83\x6c\x55\xdb\xa8\xa9\xb5\x48\x7b\x56\xa4\xad\x97\x82\xdf\x3f\x4b\x6f\x8f\xce\x4b\xd0\xc6\x4c\xc3\x56\xd2\xe6\xa8\x64\x96\x4c\xf8\x83\xb5\xa4\x88\x16\x88\x31\xda\x86\x50\x47\x25\x7a\x6d\x80\x0a\x4b\x9a\x08\x3e\x0f\x3c\x54\x3d\x73\xb1\x60\x27\x8b\x34\x47\xbb\xdc\x4e\x3b\xe9\x70\xb9\x59\x2e\x3b\xec\x73\x96\x73\x73\xf2\xeb\xbb\x87\x0b\x59\x3f\xc3\x81\x92\x87\x31\x9a\x72\x95\x92\x69\xe3\x0e\x21\xba\x0a\xe6\x94\xa4\xb8\xeb\x55\x67\xc0\x46\xbb\xc8\x80\x37\x10\xd6\x42\x6e\x3b\x30\xbd\xe3\x1d\x81\x0b\x96\xd8\xfd\xb4\xc7\x97\xab\x26\x42\xa4\x9b\xb4\x51\xde\x54\xb6\x27\x3d\x27\x51\x48\xfa\x69\x27\x02\x70\x51\x31\x97\xdf\xe7\xcf\x07\xd9\x8c\xdd\xc5\xa6\xa8\x2c\x42\xac\x2d\x66\x8c\x5a\x30\x59\x72\x3e\xa4\xa5\x35\xc9\x2b\xc6\xa2\x02\xe7\xa6\xc1\x91\x8b\xe7\x42\xde\x98\x80\x9c\x29\x81\x2a\x2d\xcc\x7b\x82\x80\xf2\xa3\x3b\xe5\xa5\x83\xce\xb4\x2f\xcc\xd3\x24\xd8\xbc\x36\x3a\xc3\x87\x23\x03\x4b\xe7\xe4\x59\xaf\xc3\x5d\xca\xf5\xc6\x59\x57\xae\x06\xcd\xcf\x57\x52\xbd\x71\x57\xb4\x03\xf1\xa5\x11\xb2\x9f\x76\x38\x80\xe2\xe2\x0e\x17\xe3\x70\x2e\xa2\xf9\xec\xa2\x6d\x36\x00\x92\x0a\x2c\x16\x33\x94\x2d\xb2\x3c\xd4\xc5\x67\x69\xca\xe9\x4f\x14\xb9\x20\x1b\xb5\x47\x5d\x14\x8d\x48\x87\xcb\x4e\xd3\x42\x24\x3f\x9a\x70\x76\xd5\x7a\xba\x4b\x39\xb8\xc2\x2a\xce\x76\x3a\x56\xc1\x49\x78\x09\x3f\x66\xd0\x11\xe0\x06\xc1\x4e\xe6\xcc\x8f\x10\x22\x69\x12\x04\x3b\xa6\xe0\x73\x12\xad\xa2\x4d\x13\x13\xc6\x53\xc0\xec\x02\x17\xb8\x76\x41\xf0\xd4\xaf\x80\x59\xb5\xaa\xba\x06\xa9\xc6\xaf\x8d\x93\x77\x95\xcb\x77\x5d\x51\xbe\xe2\x8a\x32\xda\x01\x4b\x8d\xaf\xff\xc4\x78\xe6\xf5\xd7\x61\xc5\x4f\x52\x40\x1b\x9f\x7c\xc5\xf8\x2d\x7c\xb3\xff\xee\xbb\xc7\xef\xde\xb6\xed\x9e\xd9\x38\xa1\xa3\xb8\x96\xe7\xf4\x3e\xff\x74\x0f\xa7\x6f\xea\xb4\x98\x9d\x93\xf0\x13\x01\x8c\x32\x4a\x80\x60\x0f\xe5\xcc\x0f\x27\xa9\xa2\xa4\x80\x00\xb7\x4d\x4c\xc0\x1a\xe3\xe4\x2e\xe3\x63\xe3\xe3\x5d\xc6\xaf\xe1\xf9\x2b\xca\x57\xdc\x55\x86\x1d\xc6\xaf\x4f\xdf\xe2\xbf\x6d\xbb\x67\xdb\xdd\x4f\x18\x9f\xcc\xc2\x02\x90\x04\x8f\xa3\x71\x32\x2b\xfe\x8d\x10\x80\xfd\x8d\xc6\x23\x7f\x4b\xea\x1f\xed\x6b\xfc\x3f\xc8\xf8\xcf\xae\x6b\xe8\x24\x42\x04\x11\xb2\x6a\x97\x30\xb2\x02\x2a\x6e\xfb\x19\x91\x1d\xe7\xf9\x23\xf5\x3a\xba\x2d\x93\x39\x52\xaf\x93\xbb\x4d\x9b\x18\xf3\x20\x83\xa6\xc9\xac\x35\x0f\xeb\xc4\xac\xed\x94\x08\x7a\x76\x1d\x37\x10\x58\xb1\xc5\xf8\xb0\x2b\xd3\x6c\x21\x56\x98\x26\x27\x92\x45\xe3\xd0\x7f\x1e\x28\x7e\xf3\x9b\xc5\x1b\x80\xf8\xe8\x06\x73\xe2\xc0\x6f\x61\x7f\x9b\xa7\x88\x42\xef\x1e\x28\x7e\xb3\xf8\xcd\xe2\x8d\xa0\xdd\x80\x27\x0e\xbc\xdb\xba\x9f\x9f\x27\x8f\x12\x19\xcc\x99\x2a\xe2\xba\xa0\xa6\x95\x28\x28\x96\xb1\xc8\xc9\x2a\xc3\x09\xe6\xc8\x9a\x6b\xf6\x6f\xb4\xc4\x03\x2d\x81\xa4\x72\xe8\xbb\xc5\xc7\xd6\x15\x2e\x36\x5e\xb9\xac\x5e\x6a\xd4\x8b\x8b\x79\x10\xd7\x96\x1e\x5d\x5b\xbc\xd4\x78\x05\xa8\x17\x3b\xeb\xf8\xbf\x91\x59\xf5\xda\x1a\x38\xf4\x58\x71\xdd\xc5\x2b\x2f\x29\xd5\x1b\xa5\xfa\x12\xe3\x6e\x5e\x58\xfb\x68\x69\xed\xa5\x8d\xf4\x67\xa5\xba\x34\xd9\x59\xef\x84\xdb\xd6\xbc\xb6\x8a\x98\xce\x63\x7c\x95\xfc\x0a\x21\x10\x4b\x89\x35\xc4\x56\x62\x82\xb8\x80\xb8\x1c\x7b\xc0\x88\x63\xad\x06\x31\x8d\x68\x9f\x69\x3e\xca\x33\x58\x34\x91\x14\xb3\xb8\xdd\xb4\xc4\xd7\xb2\x58\x0a\xaa\x0c\xc3\x50\x3b\xdd\x47\x16\x43\x16\xc6\xb7\x32\x63\x6c\x40\x1b\xfc\x33\x6d\x74\x70\xa6\x4b\xa0\x41\x1a\xe0\xa3\x8d\x0f\x7d\x6a\x3e\x20\x81\xdf\x24\x88\x67\x8c\x90\x7c\xd6\xcd\x45\x7b\xf3\x97\xef\x3a\x6b\x70\xce\x9c\xc1\xb3\x76\xed\x47\x19\x6f\x10\x48\xb7\x37\xcb\x71\xd9\xd8\xc8\xe2\x91\x98\x3b\xed\x77\x7a\x40\xee\x5b\xbf\xe9\xfb\x9b\xd6\xf7\x55\xab\x7d\xeb\x37\xed\x1a\x86\x56\x9e\x66\xd2\xca\x05\x19\xa3\x31\x6c\x5a\xc0\x1b\x2d\xe0\x6f\xfb\x77\xf2\x89\x91\x4f\x3d\xb4\x31\x51\xe2\x22\x5e\x81\x27\xe7\x6d\x13\xc5\x33\x84\x0e\x9b\xb9\xa3\x93\xbb\x76\x0e\xce\x39\xf5\xe3\x80\x3b\xd4\xe1\xcd\x6e\xdd\x9a\x8d\x25\x12\x31\x8f\x87\x04\x9f\x8b\xdb\xb5\x69\x5d\x45\x96\x2b\xeb\x36\xfd\x60\xe3\xfa\xbe\x2a\xba\x14\xab\xc9\xe4\x8c\x5e\x6b\x0c\xbc\x65\x0f\x69\xd6\xd7\xb7\x66\x2a\xca\xcd\xc6\xcb\x93\x18\xdd\x19\xc2\xba\x15\x96\xf8\xc1\xac\x44\x7a\x03\x67\x09\xf0\xd0\x5c\xad\xcd\x80\x27\xb1\x82\x22\x4e\xbd\x7a\x34\xcd\xfa\xfd\x74\x1f\x9d\xc5\x35\x72\xb2\xd8\x02\x55\x67\xe1\x59\xb8\x76\x15\x4e\x92\x11\x98\x9c\xa4\xc8\x2c\xce\xca\x98\x16\xd2\x0b\x38\x97\xdb\x68\x18\x87\xb4\xfa\xac\xd4\x2e\xbc\x11\x6b\x34\x1a\x8d\x7a\xa3\x41\x96\xda\x59\xef\xa9\x49\x4d\x6f\x19\x44\xb8\xfa\x57\x2c\xa7\x4d\x9a\x3f\x11\xb3\x6c\x34\x0f\xae\xc5\x67\x1d\x43\xb7\x55\xbd\x43\x56\x70\x82\x48\x65\x4c\x2b\x4d\xa2\x5b\xbd\x3b\x06\x78\xd8\xdb\x82\x8a\x38\xdb\x62\xed\xbd\xd1\xd0\x8d\x43\x8d\x5f\xc4\xea\x78\xa7\xd6\xc1\xec\x37\x8e\xe3\xaa\x89\xfb\x31\x4e\x74\x6a\xaa\x75\x3c\x5a\x2c\x36\xdb\x40\xc3\xae\xef\x47\xd3\xb5\xdd\xc9\x14\xce\x75\x04\x2d\x9d\x17\x5a\xe6\xc0\x6c\x2f\x39\x12\xc4\x90\x48\xc2\x1b\x03\xaf\x55\x0f\xed\x2d\x19\xf3\x27\x0e\x8c\xf5\xff\xdb\x73\xf0\xe2\xfb\xaf\xbd\xf6\x36\xf9\x19\xf1\xac\xb7\xcf\x37\xfa\x97\xfc\xaf\x2d\x09\xe3\x39\x78\x15\xfa\x71\x19\xb5\x59\x35\x79\x66\xb4\x21\x73\xa2\x9d\x66\x38\xbb\x9c\x53\x19\xc8\x29\x76\xb5\x04\xf6\x90\x5d\xc9\x91\x9f\x31\x8e\x0f\x18\xa3\xa2\x08\xfd\x03\xf0\xbc\xd8\xfc\x95\xf1\x3e\xc4\x78\xe3\x67\xf0\x20\x74\xb0\xc6\xf9\x70\x37\x7a\xe3\xc8\x09\xd5\xf8\xd7\xfe\x23\x27\xfa\x21\x66\x24\xff\xee\x57\xf5\xea\x0d\x3f\xbc\xc3\xf8\xd9\xf7\x7f\x37\x75\x5a\x2d\x15\x0f\xd6\x63\x98\x2e\xa1\x40\x8b\x0a\xe0\x52\x47\x4c\xab\x4c\x11\x6e\xc3\xa6\x8c\x51\xd8\xcf\x9f\xc0\x65\x87\x70\x9c\x72\xdc\x33\xd9\x0c\xa2\x93\x27\x78\x0c\x50\xb5\xae\xc3\x57\xd1\xaf\x89\x28\x66\x86\x64\x4d\xc3\xd4\xf4\xb8\x31\x85\x59\x4e\x23\xd3\x40\x3d\x0d\x4d\x83\xde\xa8\x8d\x0f\x3b\x5e\xf2\xac\x18\xd7\xf5\xf1\x15\x9e\x97\x1c\x0b\xcf\xb9\xe4\x0c\x99\x9a\xb3\x73\xa0\x80\xc3\xec\xe6\x1f\x74\xb2\x6f\x7d\x6d\x3a\xeb\x3a\xb0\xb9\xec\x9e\x37\x71\xc9\x76\xd5\x38\x84\xc3\xf0\x38\x8a\x3f\xab\xbf\xf5\x13\x1c\x51\x24\x56\x11\xe3\xc4\xf5\x04\x01\x11\x35\x82\xd1\x4a\xb8\x58\x0a\x9d\xa5\x68\xdc\x64\x47\x42\x35\xae\x62\x9a\x42\x11\x5c\xa0\xb7\x95\xd2\xcf\x65\x29\x3f\xb0\x2d\xfb\x89\xc5\x82\x5f\x61\x4c\x76\xae\xa9\xac\xac\xe0\x2d\x60\x89\x34\x91\xc2\x81\x39\x1d\xec\x11\x35\xa2\x83\x42\x53\x12\xde\x06\x6e\x9b\xe4\x0a\x0f\x8a\x94\x17\xf3\x3e\xc4\x51\x69\x80\x97\x33\x1d\x99\xc1\x50\x84\x45\x28\x14\x0a\xd6\xd2\xf1\xbe\xb0\xa6\xd1\xbd\x4c\x38\x90\x76\x45\x11\x4a\xb8\x32\x1d\x19\x77\x0c\x20\xee\x31\x7e\xc7\xab\x1c\x15\xef\xa8\xb8\x23\x0e\xdf\xf2\xde\xbc\x3f\xe0\xe7\x3b\x23\x79\xde\xe9\x1c\x42\x01\x7f\xa0\x98\x46\x71\x0f\xcf\x44\x02\x5e\x6f\x82\x9f\x8b\x1c\xa9\x4c\x4f\x97\x23\x99\xce\x85\x44\x4f\x92\x04\x9f\xdf\x97\x63\x85\x64\xc2\x2d\xe6\xb3\x73\xcb\x31\x84\x22\xdd\x30\x1c\x02\x48\xc6\x93\x0b\x3a\xf8\xe1\x18\x17\x85\x60\xf0\x2b\x86\x18\xa1\x80\x74\x80\xcf\x2b\x16\xe4\x6e\x3f\xe3\xf5\x25\x73\xb9\x2e\xde\xbf\x38\xc8\xd8\x47\xb9\x2c\x02\x97\x33\x92\x70\xdb\x79\x5f\xbe\x2b\x9f\xf6\x01\xb0\xb4\x23\xf9\xe3\x58\x5f\x98\x09\x7e\xbb\x33\xe3\xf1\x21\xbf\x4f\xf2\x07\x48\xe7\x11\x0f\x40\xd4\xbe\x24\x1c\x01\xbf\x2f\x57\xe6\x4a\xc1\x40\x20\x18\x58\x6a\x0b\x40\x42\x9e\x2f\x0a\x7a\xdf\x6c\xfc\xf6\x9f\x69\x73\xb4\x6a\x46\xc9\x92\xc0\x0a\x66\x5b\x94\x6b\x0d\x58\x09\x04\xeb\xb7\x1a\xaf\xc0\x80\x5e\xaf\x37\x9a\xaf\xa3\x4a\x1d\x33\xd4\x8e\x9b\xaf\x24\x7c\x64\xfe\x60\x2c\x33\x9f\x40\xab\x5c\x83\xde\xd0\x71\xfb\xd0\xd0\x34\x0d\x55\x26\x27\xb5\xd3\xf4\x63\x8e\xfe\xb5\x77\x87\xb1\x97\xc0\x4b\x32\x39\x72\x0c\xeb\x43\xf1\x3c\xb6\xe9\x79\xe3\x7c\xf3\xcd\x31\x7e\x0f\x5d\xd0\x69\xfc\xff\xa0\xdf\xfc\x86\x4e\x4e\x4d\xd5\x8c\x43\xca\xe4\xa4\x02\xfb\x9b\xbf\x78\x1c\xe6\x7f\xe1\x9d\x67\x9e\x79\xf8\xe7\x8f\xc3\x9a\x2f\xcc\xd8\x78\xc7\x30\xc7\xc4\x6c\x89\xd2\x44\x01\xb7\xb0\x11\x8e\x11\x18\x95\x93\x48\x21\xa7\x03\x0f\xa7\x05\xa3\x5b\xfa\x1f\x0d\xf8\x28\xc3\x37\x0f\x6b\x07\x17\x9b\xad\xef\xfe\x3d\xa2\xb8\xfb\xb3\x7d\x97\x9f\x3f\x42\x2b\x67\x5d\x72\xee\x3c\xba\x6f\xad\xb8\x6e\xb4\x87\xca\x2f\x5e\x33\x5a\xa6\x3a\xc8\xdd\x0d\xd2\x0d\x8b\x9b\x27\x2f\xf8\x6c\xdd\x18\xd5\xa6\x34\x6d\x0a\x6e\x17\x9c\xd5\x9d\x97\x9f\x3f\x97\x92\x77\x5e\x72\xae\xf1\x3f\xa3\x54\x6e\xd1\xba\xb1\xb2\xad\x63\xd1\xda\x65\xff\x57\xf4\xe2\x94\xff\x37\xf4\xe2\x68\x1f\xfc\x17\xf5\xe2\xa2\xbe\xff\x1b\x72\x71\x09\x8f\xf0\xff\xb5\x5c\x5c\x3e\xe1\xf5\xcf\xb6\xf3\x8e\xb6\x9e\xfb\xb6\x98\x6f\x3b\xf4\x6a\xc1\x6a\xac\xb4\x0f\x2b\x2b\xe8\x98\xd9\xe3\xe8\x0d\x5c\xa0\xd7\xfc\x43\x1e\x9d\xf9\xa6\x37\x1a\x0d\xe3\x95\x46\x83\x98\xc5\x8d\x78\x9a\x08\xe0\x2d\x17\x08\x95\x58\xd8\xc2\x8a\x5b\x10\x75\x9a\x12\xb3\xb8\x35\xaa\x71\x9a\x05\x8b\x49\x23\x15\x38\x27\xcc\xca\xb2\xcf\xa6\x69\x87\xb0\x35\x45\xa5\x51\x45\x43\xa6\x05\x95\xb7\xaa\x79\x60\x73\x3b\x27\xb2\xf2\x73\x19\x1f\x1d\x0e\x46\x62\x1d\x15\x80\x14\x27\xf8\x9c\x1e\x1f\x1b\xf1\x80\x2f\x72\xca\x78\xb6\x00\xcb\x21\xa8\xdd\x7f\xbf\x76\xe4\x88\x71\x6f\x71\xef\xde\xe2\xde\x0b\x4b\x7b\xf7\x96\x2e\x7c\xd9\x55\x90\x0b\x2e\xa7\x2d\x9a\x2f\xe4\xa3\xa4\x4a\x79\x5c\x61\x87\x8d\xb4\xd9\xfc\x61\x17\x65\xa7\x6d\xf0\xd3\x46\x83\x7c\xc4\x9b\x61\x18\x36\xef\xf1\x55\xc4\x78\xc1\xe5\xfd\x94\x8d\x89\x04\x29\x3a\xc4\x31\xd4\x25\x78\xc3\x86\x66\x6e\x56\xbb\xba\x74\xa1\xb5\xcd\xbd\xc5\xbd\x70\x59\x34\x99\x8c\x86\x0b\x22\xcb\x8a\x85\x84\x87\xb2\xd9\x1c\x36\xca\x15\xf6\xdb\x6c\xa4\xcd\x11\xfe\xfa\x4c\x9d\xe9\xc7\xd1\x49\x22\x61\xa9\xf5\x82\xa8\x54\xf3\x05\x60\xc2\x18\x0f\xa3\xc8\x95\x9a\xc2\x88\x59\xac\xd5\x24\xb4\x8a\xc5\x09\x12\x36\xbd\xd1\x31\x3d\xe8\x9d\x1b\xf4\xf2\x93\xbc\x37\x38\xec\x0d\x6a\xb0\xff\x85\x33\x8a\x17\xef\x2d\x36\x7f\x74\xc6\xe6\xe2\xde\x8b\xd1\x3e\xde\x1b\x32\x1e\xf7\x06\x75\x3d\xe8\x85\x4d\x21\x2f\x5f\x6f\x6e\x2d\x5d\x5c\xdc\x5b\xda\xba\xa9\xb4\xb7\x78\x71\xeb\x9e\x3f\x89\x75\x82\x97\x11\x84\x9a\x6d\x49\x95\xe2\x9e\x41\xd5\x00\x47\xa7\xb9\x34\x58\x6a\x92\x12\x45\x53\x58\xb8\xdd\x67\xfe\xd0\x42\xae\xa7\x41\xc6\x5a\xa7\xd8\x0c\x56\x71\x81\x0e\x5a\x52\xf3\x4f\x45\xba\xfc\x69\x47\x7c\xff\x5b\x0c\x0a\x06\x14\x71\xe0\xa0\x26\x3d\xb7\xf2\x1b\x0c\x0b\x9d\x79\x36\xa6\x5c\x33\xf4\xcb\xf3\x53\xf0\xbd\xb9\xd5\x30\x53\x8e\x24\x1c\xbe\xcd\x67\x9e\x57\x73\xd9\x7c\x0e\xd6\x15\xf0\xec\xfc\xd8\x17\xea\xdb\x53\x0c\x33\x69\xde\xf6\xf0\x03\xf7\x87\xe7\x06\x99\xe4\xda\x6c\xfd\x47\x3d\x67\x95\x25\x9d\xcd\xbb\xe3\xcc\x37\x56\x3e\x27\xf5\xed\x39\x2b\xcf\xfa\x45\x7f\xe4\x5f\x77\x26\xc8\x5e\xd1\x1b\x28\x5f\x3b\x14\xf2\x6d\x3c\xf3\xbc\x81\x40\xce\xeb\x70\x81\xeb\x8c\x3f\xf8\x9d\x11\x47\xda\x1b\x48\x8f\x75\x87\xc3\xf7\x3f\xf0\xb0\x6d\xfa\x19\x2f\xb5\x72\x11\xd8\x27\x6a\x89\x0d\x30\x42\xeb\xf9\x6e\x0f\x0d\xd3\x82\xd4\x75\xcb\xce\xac\xd7\x1b\x8d\x7a\xbd\x61\x49\x49\x9b\x06\x67\x5d\x6b\x06\x5b\xd4\x50\x7d\xd6\x33\x6e\xf9\xce\xcc\x6c\xb6\x69\x08\x97\x60\x64\x64\x46\x02\x45\x66\xd5\x16\xf2\xbd\x3d\x16\x14\x11\x9b\x9a\x47\x78\x1d\x3d\xa5\x67\x4e\xfd\x56\xaf\xeb\xba\x86\x11\xec\x1a\x56\xa3\xaa\xeb\x3a\x79\x34\xd3\xac\xe0\xc0\xce\xeb\x99\x53\x9f\xd3\x4e\xfb\x47\xcc\xb6\x2d\x69\xac\x82\x5c\x20\x86\x88\xc5\xc4\xd6\x99\xb3\x03\xd3\xa6\xfd\x3f\x20\x5b\x39\x0b\x1e\xdb\x67\xc1\x65\xa5\xac\xc4\xce\x02\xca\xfe\x39\xaa\x55\xae\x6b\x2d\xb3\x1b\x9d\x6c\xfe\x8f\xbf\x88\x55\xfd\x72\x2e\x67\xc1\x5c\x3d\x6d\x8c\xeb\xfb\xa7\x01\x55\x45\x72\x77\x4b\x42\x5d\x6b\x1e\x46\x72\xf3\xb5\x6f\xff\x35\xfc\xe9\x70\xe8\xe3\xf3\x52\x45\xa9\x4b\x86\x6d\x4c\x1b\xbe\x7a\xc1\xe9\xc8\xd3\xca\x69\xb9\x38\x4b\xc3\x30\x4a\x64\xac\xeb\xcf\x72\x82\xaa\x48\x66\x5f\x4d\xab\x58\x7b\xd9\xf4\x53\x65\x45\x98\xfd\x65\xf6\xf9\x04\x35\xdc\x61\x69\x75\x7d\x0a\xfa\xf5\x49\x5d\x9f\xd4\xeb\xda\xa4\x69\x57\x5b\x3f\x34\xb0\x98\xf2\xe4\xe4\x64\x7b\x3c\xbd\x6f\x74\x12\xfb\xda\x6d\x2e\x04\xae\x4b\xd9\x2a\x19\x6a\x39\xdc\xb2\xca\xd0\x1c\x4b\xdb\xc5\x1e\x50\xd4\x9c\x0c\x9c\x22\xa9\x9c\x2a\x91\xaa\x42\xd7\xeb\x47\x4c\x6f\x9c\xf4\x1e\xa9\xd7\x8f\x64\xbe\xef\x0f\x19\xef\xa7\x8e\xf8\x43\x10\x4b\x19\x1f\x6f\xdb\xd6\xb1\xe5\x27\x5b\xb6\xbc\xfb\x2e\x3a\xa6\x59\x54\xae\x8f\x34\x63\x99\xc6\xc3\x47\xd7\xc7\xef\x4f\xd6\xb7\x25\x8e\xa4\xea\xc6\x3f\xf7\xaf\xed\xaf\xaa\xe3\x35\xe3\xbd\x9d\x1b\xb7\x4f\xb7\x2b\xff\x42\x5e\x44\x30\x56\xe6\xdb\xd2\x97\xe6\x54\xce\x3c\x69\xae\x8c\xa8\x10\x47\x95\x91\xf9\xb6\x9a\xee\x73\x9a\x04\x15\x68\xd8\xd0\xbb\xfe\xfb\xcf\x5d\x60\x5b\xd6\x73\x7d\xef\xf5\x3d\xcb\xc9\x8d\xb7\x7d\xf9\xad\xbe\xf5\x2f\x3d\x36\x61\x1f\xeb\x3b\xd0\x73\xa0\x77\x29\xb5\xea\xfa\xcf\x1b\xf1\x02\xfa\x55\x81\x44\x45\xd5\xbd\xed\x2b\x67\x2f\xeb\xbd\xee\x86\xde\x15\x6b\xfe\x6e\x25\xd9\x7c\xb2\x5c\xb2\x6d\xff\xd2\xf6\xe5\xbd\xd7\xc3\x0d\xbd\xcb\xc6\xae\x5f\xe1\x42\x57\x96\x9a\xcb\xca\xad\xf7\xee\x5f\xc8\x4b\x09\x16\x5f\x97\xe9\x7d\x6a\xa0\x72\xa6\xa1\x91\x6b\x85\xa1\xb1\xee\x30\xa7\xa1\x34\xaa\xb7\x76\x68\x1f\xb9\xe0\x33\x37\xec\x11\xe4\xae\x1b\x1f\x7c\xe8\xda\x51\xf4\xe4\x72\x7c\x64\xcb\xc8\xa5\xf5\x2f\x3e\x70\xb0\x20\x8b\x7b\x6f\xbc\xf1\x3c\x0d\x7e\xd9\xda\xe7\xc2\xfd\xab\x93\xe9\x35\xc3\xb9\x25\xdb\x33\xf9\x5d\xb7\xef\x5d\xd9\x7b\xc3\x75\xbd\xcb\x56\xdf\xbe\xab\x3b\xb9\x65\x51\x6e\x68\x79\x2c\xbb\xfe\x8a\x99\xd8\xec\xdb\xe4\x6e\x22\x68\xd5\x28\x06\x81\x06\x16\x64\x35\x62\x1a\x0c\xe6\x73\x2f\x29\x74\x1b\x5e\xcc\xb1\x34\xe5\x07\x27\x08\x5c\x1a\x58\x8a\xf6\x91\x92\x0e\xe4\x80\x31\x15\x31\xb6\xc3\xfc\xd2\xcd\xda\x2d\x9f\x5a\x41\x93\x23\x43\x5a\xb9\xd7\x1b\x0c\x7a\xfb\x4a\x1f\x3b\x6d\xd7\x18\x1f\xc0\x75\x10\xd5\xd2\x02\x20\x7a\x60\xd3\xd9\x3d\xef\x3b\xc9\xdd\x4e\xe3\xcc\xa2\x31\x75\x8b\x30\x72\xc9\xc2\x40\x60\xd1\xd5\xd2\x67\x2f\x0c\x04\xe3\x21\xf6\xc6\xdf\xd9\x9d\xd7\x00\x07\xd7\xff\x03\xbf\xb2\x10\xf0\xcb\x6b\x65\x2a\xfc\x7e\x64\x76\x6c\xab\xad\x0b\x48\x84\x30\xc9\x99\xcb\x09\xea\x34\x4d\xfd\xe7\x30\xd1\x6d\x3c\x77\x66\xcf\x25\xe8\x0f\x06\xdc\x06\x7b\x9b\xaf\xe1\x7a\x91\x78\x40\x0b\x41\xe9\x35\xfe\xdb\x25\x85\x9b\xcf\xc5\x52\xfc\x6d\xfb\xef\x5c\xcc\x8b\x35\xed\x5b\xab\xe6\x27\x17\xf2\x43\x0f\xd0\xf8\xa3\x83\xa4\x83\xa4\x02\x87\x93\x96\x92\x1a\x52\x49\x9a\x0c\x89\x12\x2b\x32\xa4\xa8\xa2\x7f\xe8\xb8\xc1\xf7\x7a\xce\xf5\xf3\x0e\xd7\x83\x1d\x25\xe6\x7e\x8f\xff\xe7\x6e\xc6\x78\x3c\x72\x0b\x97\x5d\x38\xb9\x30\x7b\xd9\xe1\x0b\xef\xf5\xbd\xb8\xf4\x72\xed\xf2\x85\xe7\x93\x47\xfd\xc6\xf7\x3b\x36\xfb\xe3\x67\xb8\xa3\x23\xfe\x73\x73\x23\xf1\x8e\xed\xf1\x0e\xe3\x5b\xb5\x01\x65\xec\x0b\xab\x3e\xbf\xd2\xf8\x4f\x1d\x08\xcd\xb8\xde\x78\xfd\xc5\x06\x8c\x18\x7f\xfc\xe8\xcf\x63\xe6\xc1\x3f\x69\xc3\x38\x5c\xbc\x61\xf6\xab\x6a\x14\x4e\x9c\x28\xfc\xc3\x4c\xb3\x7c\xea\x4d\xf3\xfd\x7d\xac\xf8\x6e\xfe\xbd\xd2\x77\x66\x69\x98\x9c\x24\x68\x5c\x75\x2f\x46\x10\x21\x52\x56\x65\x4e\x26\x69\x95\x03\xd1\x9a\xce\xa9\x35\x35\xc2\xc3\x8f\xef\x5c\x9b\xb9\x35\xbb\xfe\xce\x2d\xbd\x7d\xf0\xcd\x89\x57\x77\xf4\xfc\xb8\x77\xa7\xf1\xcc\x32\x0a\x21\xdb\x4a\x24\x1b\x87\xb6\x6e\x85\xfd\x3f\x3b\x78\x10\x3e\xdf\x7c\xfd\xf0\xe1\x77\x7f\xc1\x04\x99\xe0\x2f\x88\xbf\xa0\x1b\xd9\xd6\x6f\xc2\x5c\x85\xdd\xb3\x85\x1f\x9b\x41\x74\xac\x6e\x1c\x32\x3f\xb3\xe3\x73\x49\x62\x98\x20\x72\x59\xa9\x0c\x3a\x98\xb6\x2c\xee\x47\x65\x21\x0d\x34\x1b\xa1\x0a\x00\x14\xe9\x6b\x75\xb7\x5c\x1a\x70\xab\x45\xa5\xa1\xa2\x82\x8a\xeb\xf4\x56\xf3\xa2\x00\xeb\x13\x5c\x2c\xe0\x9d\xf3\xb5\x88\x14\x25\x5d\x17\x27\x9d\xc5\x04\x2a\x77\xc8\x00\x72\xc7\x06\xe3\xce\xd8\x1a\xda\x8b\x82\xc5\xce\x22\x45\xd9\xbc\xf4\xeb\xc2\x42\xd2\xe6\x63\x28\xf8\x54\x7a\xbd\xdb\x07\x3e\x57\xf3\xc7\x97\x07\x82\x43\xc9\x9b\xc2\xb9\x62\xf8\xf7\x63\x31\x1e\x64\xf1\xbd\x8e\x8a\xf1\x24\x87\xbe\x0e\x0e\xba\xf7\xac\x2d\x5b\xdd\x6e\xca\x8e\x0a\xa9\xcf\x3b\x02\x2e\x3b\x6c\x73\x42\xc0\xf5\x9e\xcb\x37\x63\x33\x3e\x49\xee\x21\x92\x18\x4b\x5a\xe1\xd2\xe0\x07\xb9\x96\x46\xd8\x4a\x10\x85\x32\xa8\x18\xdf\x0f\xb5\x50\xa5\x1d\x24\x2d\x03\xd6\x02\xae\x95\x21\x4b\xe3\x3c\x10\x67\xf6\x28\xe8\x4e\xf3\x14\x3c\xc3\xb3\x4e\xa1\xf9\xe3\x0e\x19\x2a\x1d\x1b\xe0\x82\xbf\x78\x06\xb4\x71\xb0\x75\x06\xe4\x6e\x7c\x02\xc0\x76\x94\x42\x7f\xc0\x67\xd0\x71\xa2\xa3\x02\x1b\x22\xcd\x65\x0e\xba\xef\xac\xcd\xf8\x04\xa0\xdb\x3a\x01\xe3\x11\x47\xc0\x75\xc2\xe5\x9f\xc1\x6f\x3c\x41\x1e\x25\x3a\x08\x85\x58\x46\x6c\x20\xb6\x12\x97\x58\x9c\x75\xd5\xf4\x89\xb1\x4b\xcd\x59\xc1\xdc\x34\x58\x05\x7e\xcc\x36\x02\x29\x35\xab\xc0\x58\xd9\x62\xed\xa5\x01\xa3\x19\xad\x02\x36\xa0\x6a\x68\x08\x70\xa8\xd2\x2e\x9b\xef\x50\x0f\xf8\x11\x27\x99\xcd\x2e\xa8\x5c\x04\xcb\x96\xe5\x7b\xcc\x49\x2e\xa2\x6a\xa8\x9a\x97\xc8\xfb\x7a\x6f\x18\xbd\xce\xd3\x55\xe8\xd9\x90\xe9\xc8\x05\x5f\xfe\x7b\x96\x44\x09\x0f\x1f\x4c\x73\x0b\xaf\xda\xbb\xa1\x30\xbe\x71\x7e\x07\x34\x7d\xa4\xcb\xe9\x24\x69\x9a\x9a\x73\xd9\xf9\x9b\x9d\x11\xef\x6f\x51\x35\x11\xcb\x6e\xdd\x9a\xcd\xb3\x21\xaf\x3c\x22\x06\x2e\xbe\xbc\xfb\x92\xe6\xb6\x33\x8b\x85\x6e\x9b\xef\xd9\x5c\xd5\x76\x89\x70\x3b\x5a\xb0\x0d\xde\xe8\xfe\xc7\x58\x2c\xa4\xc4\x02\xee\xef\x16\x5e\xb6\x51\x6e\x37\xe5\xb0\xd9\x6c\xa4\xcf\x73\x60\xec\x33\x7d\x3e\xc8\x65\xb3\x9b\x77\x14\xbf\xfd\x4f\xf1\x6c\x47\xd4\xeb\x07\x08\xcf\xbb\x6a\xef\x96\x60\x6e\xc1\xa6\xde\x62\xf3\x8b\x36\x84\xec\x76\x9a\xa5\xe7\x5d\xb6\x67\x93\x87\x73\x35\xe0\x5b\x1d\x23\xf1\x2c\xc7\x65\xa5\xf3\xe5\x6c\x35\x71\x59\xe1\xf2\x7d\xd7\x97\xba\x0b\xe7\x25\x2f\xb3\x29\xb9\xaf\xbf\x7d\xe6\xa2\x3b\x8d\x33\xbb\x5f\x49\x2c\x8b\x87\xdd\x6e\xda\x7b\xbc\xfb\x15\x3b\xb2\xdb\x91\xd3\xed\x71\xdb\x5a\xd7\xba\x34\xdd\xf6\xb4\x2a\x6d\x61\xdc\x0e\x2d\x48\x8c\x69\x74\x99\x8f\x4a\x1a\x58\xd3\x19\xc3\x7a\x1c\x2d\xe6\xb1\x39\xa0\x7d\x53\xba\xd9\xe9\xe9\x53\x1d\xf1\xa9\x58\x0e\x07\xb9\xe0\x05\x63\x59\x5d\xd3\x74\x4d\xab\x63\xd1\x4d\x8b\xf5\xa2\x6b\x98\x29\x68\x9a\x15\x95\x16\x99\xc3\x1c\x66\xf2\x0c\x7b\xd0\x31\xcc\x66\x57\x05\x0e\xc4\x7a\x1c\x4d\xc6\x8c\x07\x65\x74\xab\x98\x35\x9e\x6c\x2f\x83\x8e\x91\xbb\xcd\x65\x80\x63\x68\x50\xac\xdf\xc8\xdd\xf1\xe6\xc2\x18\x6c\x97\xff\x64\x99\x9c\xc4\xa8\xc0\xc2\x19\xa2\x00\x1b\xda\x5b\x9b\xde\xd7\x6e\x6b\x5f\x40\x0b\x12\xc8\xd3\x5b\xb0\x16\x9e\xc9\x7b\xac\xc2\x7c\x43\x1f\xd0\x96\x3b\x64\xc9\xda\x67\xf3\x52\xa4\x66\x9a\xe4\x79\x89\x8b\xa8\x65\x72\x18\x22\x9c\x55\xcc\xab\xa6\x5a\x09\xb3\x32\xe0\x3a\xf5\x11\xae\xa6\xfa\x80\xae\xa9\xe4\xd1\x50\x29\x0e\x5c\x84\xef\xed\xb9\x6a\xd1\xd2\xd1\xa5\xb7\x6a\x4b\x6e\xee\xef\x1e\x8d\x05\x9c\x4c\x86\x4f\x2b\x9d\x6c\xbe\x98\x63\xdd\x76\x8f\x87\xf2\x66\xbb\xd7\x9d\x5b\xad\x91\x28\xd9\x37\xb2\x6c\x41\x6c\x58\x71\x75\xa6\x6a\x7d\xe8\x54\xa2\x27\xe4\xf1\xd4\xce\xeb\x5b\xf8\xff\xa7\xec\xdb\xe3\xe3\xb8\xaa\xfb\xef\xb9\xfb\x98\x9d\xdd\xd5\x3e\x24\xed\xca\xb6\x14\xed\xca\xb2\xb4\x4a\xbc\x23\x3f\xd6\xb2\x6c\x2b\xd9\x75\xe2\x3c\x08\x98\x57\x08\x36\xf1\x2f\x91\x33\x3b\x73\x77\x77\xbc\xb3\x73\xc7\x77\x66\x24\xcb\x20\x42\xfc\x23\x84\xf4\x01\x4d\x5b\x12\x93\x84\x96\x52\xda\xa6\x29\x25\x3c\xea\xd0\xc6\x06\x42\x29\x10\xda\x42\x1f\x94\x57\x29\x85\xd2\x42\x29\xd0\x34\xa5\x34\x6d\x44\xbc\xed\xe7\xde\x99\x95\xe4\x07\xfd\x24\xfb\xc7\xcc\xf7\x7b\xe6\xce\xcc\xb9\xef\x73\xf7\xce\x3d\x77\xdf\x9e\x57\x0f\xe6\x60\x6a\x2a\x56\x2a\x4f\x6d\x1e\x1a\xc6\x21\x39\x5a\xdc\x3e\x57\xc0\x79\xd8\x38\x35\x90\x57\x94\xa1\xdc\xd6\xb1\x03\x23\xa9\x50\x3c\x17\x9f\xdc\xbf\x73\x64\x74\x38\x59\x2c\x56\xb2\x52\xee\xc2\xfd\x8e\x07\xc4\x37\x8d\x33\x52\x69\xb6\x32\x24\x95\x72\x52\x6f\xb6\x79\x06\xf8\x70\x6e\x6c\xa6\x52\x1a\x97\x2a\x39\x3e\x9a\x99\x1d\xcb\x8d\x0f\x55\x66\xc7\x67\xe0\xab\xb5\x32\x53\x1c\xa5\x7a\x75\x70\x86\x9b\xb2\xdf\xfb\x5e\xb6\xbb\x72\xf6\xc9\x73\x9f\x7a\xaa\xfb\x1c\x27\x10\x7f\xea\xec\xb9\xa7\xce\xe2\xd7\xae\x54\xcb\xc7\x9d\x72\xed\xf9\x27\x57\xaa\x65\x9b\x95\x6b\xcf\xc3\xe1\xfd\x1f\xfb\xf8\xfe\xda\x83\x0f\xd6\xf6\x3f\xf1\x89\xfd\xd5\xd3\xa7\xab\x17\xd8\xe6\xeb\xf7\x9a\x99\x43\x68\x60\x48\x2a\x65\xc7\xb3\x52\x69\xf6\xc5\xee\x36\x13\xc9\x8e\x67\xfd\x38\x7c\xf4\xee\xf2\xc1\xda\xc1\xf2\xdd\xa1\x2d\x2b\xcb\xe7\xce\x89\xf9\xf2\x45\xb1\x56\x3f\x60\x2b\xcb\xcb\xe7\xbf\x58\x3b\xa8\x9c\x2a\x9f\x2a\x87\x1e\x3b\x55\x3e\xd8\xfd\x21\xe4\x5f\x59\x3e\xb5\x7c\x99\x5d\x68\xbe\x06\x43\xdd\x1f\x1c\xdc\x7a\xea\xee\xf2\xba\x35\x2d\x8f\x8b\xff\xaa\x11\xcc\x4c\x56\xf1\x28\x0c\x55\xa6\xf1\x3a\x37\x96\x25\x89\x0f\x2a\x60\x2f\x5c\x79\xd3\x6d\xaf\xdf\x9f\xbe\x36\x73\x0b\x7b\xa3\xbe\xd7\x77\x63\x59\x5d\x5e\xe6\x16\xf5\xb2\xf2\xea\x99\xf4\xa6\x6b\xb6\x5e\x7d\x64\x6b\xe6\x46\xf3\x9a\x0b\xfe\xbc\x5e\xbc\x68\xbe\x2f\x8b\x0a\xc2\x4b\xd2\xe5\xfc\xa3\x0d\x46\xa5\xd5\x85\xdb\xd2\x38\x67\xbb\x77\x09\x3c\xe8\xa3\xfc\x45\x5e\xd3\xee\xaf\x6c\x57\xa6\xae\xbc\x6a\xb2\xbc\xbd\x02\x6f\x1a\x1b\x55\x14\x45\x19\x1d\x5b\x1e\x99\x4e\x24\xa6\x47\xf0\x93\xcf\xe6\x5f\xf8\xd2\xe0\xb3\x05\xd8\xdb\xf3\xa2\xb6\x7c\xf0\x9d\xfb\xca\x3b\x17\xdf\xb2\xb8\xa3\x3c\xf7\x8e\x57\x54\xd4\x29\x65\xff\x7b\xf6\x2b\x53\x77\x56\x66\x94\xe9\x0d\xbb\x37\x4e\x2b\x6b\xff\x91\x3d\x14\x3a\x8d\x86\xd0\x36\x74\x07\x52\x11\x9a\xa8\xcc\x56\x66\x67\x66\x67\x4a\x33\x25\xe1\xfb\x41\xca\x49\xb9\xa1\x9c\x28\x42\xdc\x8a\x99\xa9\xd4\xa0\x00\x95\x5c\x01\xd2\x90\x1b\x4f\x43\x69\x20\x05\x52\x6e\x7c\x66\xb7\xf0\xbc\x3d\x8a\x07\x53\xa1\xc0\xfd\x71\x35\x5c\xda\x55\xda\x31\x0d\xa5\x1d\x93\x9b\xa3\x03\xe3\x33\x15\xf8\x96\xd2\x7e\xa0\x68\xb6\x0b\xa7\xdb\x4a\xeb\xa1\xb1\x63\xc7\xc6\x1e\x8a\xdf\x2b\x1d\xbd\x43\xbe\x77\xe8\xf6\x3b\xf3\x6f\x4d\x1c\x55\xe5\xb7\x6e\x98\xbf\xfd\x40\x24\x0a\x7b\x70\x32\x9c\xce\x17\xb2\xc3\x93\x43\x89\x64\x7f\x2e\x13\x8d\xce\x26\xb3\xb9\x6c\x12\x42\x38\x11\x93\x73\xfd\x3b\x67\x67\x5f\x63\x16\x1e\x34\xcb\xed\x77\x17\x8e\x1d\x2b\x9e\x6e\x97\xcd\x07\x0b\xd5\x7b\xf2\x47\xe7\xf3\x6f\x93\xe7\xe7\xe5\xb7\xe5\xe7\x8f\xe6\xef\x91\x8f\x1e\x85\xc5\xd8\x60\x1c\x87\x46\x37\xc4\x07\x32\x71\x80\xfe\x91\x89\x89\xc2\xf0\xc6\x5c\x42\x4e\x8c\x6e\xce\x6c\x1a\x1a\x1a\xda\x90\x8a\xc7\xe5\xbe\x50\x38\xd1\xfd\xfc\x6c\xaf\x8e\xf5\xd2\x63\xf7\x4b\x4f\x8d\xd9\x8a\xd8\x7d\xe4\x45\x46\xb5\xaf\xfc\x23\xe5\xcb\x87\xca\x2f\x2e\x2a\xad\x1f\x95\xbf\x72\x58\x59\x3f\x97\xc3\xad\xa2\x3c\x1a\x43\x68\x42\x14\xdd\x31\x69\x48\xec\x2f\xbf\x3a\x38\x5a\x07\xe1\x89\x02\x9c\x11\x0e\xfd\x96\x57\x56\x56\xaa\xf3\x85\xc2\x7c\xf5\x5c\x8d\x9f\x6a\xdf\x28\x88\x1d\x14\xef\xe8\xde\xb7\xbc\x52\x2d\x74\x5f\x5e\xa8\x9d\x5d\xae\x15\xbb\x4f\x17\xaa\x22\x3d\x82\xbd\xa7\x07\x50\x51\x7c\xe5\xbb\x7e\x8d\xec\xb8\xbf\x46\x16\x2e\xde\x6e\x7a\x3e\x54\x2e\x8e\x8e\x9d\xef\x87\xbd\xc5\xd1\x95\x73\xdd\x47\x0b\x78\xcb\xe5\xf6\x96\x6e\x17\xba\x8f\xe6\x53\x90\x3b\xff\x85\xca\x9d\x53\xd5\x5a\x01\x1f\xef\xbe\xf9\xf2\xdb\x4a\x07\x75\xea\xfb\x81\x1e\x97\x5b\xaf\xdb\xd3\xe5\x82\xe5\xba\xd1\x75\x13\x0c\x92\x30\xbb\xb9\x01\x32\x24\x95\x2e\xd5\xf0\xf1\xeb\x9d\x03\xc2\x65\xed\x01\xe7\xfa\x9d\x87\x2b\x95\xc3\xe4\x50\xa5\x72\xa8\x12\x3b\x32\x5c\xab\x0d\xbf\xb7\x36\x7c\xe4\xc8\xf0\xe5\x14\x7e\x34\xb8\xe7\xed\xce\x81\xee\x2b\xa0\x72\x58\x3f\x5c\xa9\x1c\x6a\x1c\xda\x09\xdf\xba\x6d\x53\xad\x36\xfc\x48\x75\xf8\xb6\x23\xc3\x6b\xfb\xa5\xf5\xf4\x7f\xa9\xba\xbf\x68\x7d\x5f\x92\x8e\x7e\xfe\xfe\x34\xc8\xdf\x6d\x68\xe7\xcf\xd0\x6b\xe7\x28\x16\xbe\x9c\xb1\x98\x69\xc5\xbe\x25\x36\xbb\x7b\xa8\x94\xbb\x8c\x5e\x9b\xf7\xef\x99\xce\x6c\xec\xeb\x8b\x6d\x56\x46\xb6\x92\xed\xc5\x35\xb6\xef\x53\x67\x2f\xab\x5e\xff\xd8\xc5\x21\x03\xb6\xf9\xf9\x37\xad\xac\xb7\xe7\x7d\x4f\xe1\x62\x5e\x2a\x27\xbe\x5e\x9d\x09\xbe\xd6\xf1\x97\x0a\xc1\x1b\xce\xc1\x4f\xce\xc2\x61\xf1\x75\xfc\x33\xbe\x3b\xc2\x5a\x55\xbc\xe4\xfc\x07\x71\x65\xad\xbd\xe3\x76\x69\x44\xfc\x53\x9f\x11\x1e\xae\xa4\xb1\x92\x0c\x63\x13\x33\xe3\xb9\x6b\xa0\x92\x83\xaf\xcf\xc2\xe9\xe1\x17\xbe\x30\x0c\x67\xba\x0f\xe3\xcf\x77\x3f\xfd\xaa\x57\x85\x1e\x3b\x0f\xd3\xd3\xf8\xf1\xf3\xf5\x6a\x4d\xec\x4d\x14\x5a\xb5\xb9\xa2\x68\x93\x6f\x6d\x89\x95\x42\x21\xe1\xa0\x43\xcc\xa2\x8b\xa6\x7d\xa6\x34\x2e\xc1\xfa\x25\x2b\xf0\xe5\xe5\xf9\xea\xfc\xcd\xb7\xde\x7a\x73\x61\xa5\x10\x9c\xe0\x81\xb5\x0c\x82\x27\xaa\x8f\x9c\x85\xe9\xab\xee\x7f\xf4\xfe\xab\xee\x2d\x14\xee\xf5\x41\xb1\xd8\x3d\xb6\x96\xdf\xbd\xb1\x11\x7e\x66\x9d\x3f\xe6\x99\x31\xe1\xe3\x6e\x0e\xb2\xfe\x12\x87\xd0\xb8\xff\xce\x39\x18\x18\xcf\x56\xf0\x33\xdd\x47\xe7\xc8\x1c\xec\x23\x73\xf3\x55\xd8\x53\x3d\x37\x7f\x95\x58\xf1\x32\xcf\xed\xbb\x76\x6d\x8e\x2c\xea\x73\xdd\xa7\x6b\x35\xfc\x78\xf7\x69\xb1\xb0\x45\x7c\x21\xb5\xfe\x3f\x30\x3e\x06\x1b\x47\x37\xa0\x9b\xd1\x6b\xd1\xeb\x83\xd9\xe3\xf1\x6c\xc5\x5f\xd6\xb2\x39\x05\x69\x10\x13\x6a\x43\xa3\xb8\xc2\xcd\xf8\x5d\xdb\xfc\xbd\xa5\xc4\x57\x1d\x22\xfe\xa5\x1d\xdb\x77\x04\x1f\xb2\xef\xf0\xe7\xc7\x60\x2c\x37\x36\x21\x9c\x0b\x8d\x6f\x83\x71\xa9\x52\x13\xdb\xf5\x95\xab\xd5\xc7\xa4\xc2\xd0\xa6\x91\x81\xd1\x61\x39\x39\x3b\x1b\x8b\xe5\x47\xb2\x63\x95\xf1\x6c\xec\xf6\x54\x2e\x12\x01\x29\x92\x4c\x8c\x4e\x8e\x0c\x86\x43\xa1\x68\x34\x14\x8a\xc8\xf1\x62\xae\x1f\x6e\x7d\xe1\x5d\xa1\xf6\xf9\xe8\xf4\x81\x87\xf6\x3d\x72\xfd\xf6\x1b\x60\xaf\x13\x6a\x57\x6b\xdd\xe4\x77\x36\x95\x93\x7d\x20\x67\x13\x99\xcf\x74\xb7\x6f\x49\xc8\x69\x79\x78\x5b\x6d\x62\x74\x74\x52\xda\x34\x90\x1d\x8c\x15\x86\x72\xd9\x4c\x3a\x95\x4f\x4a\x89\x7c\x69\x28\x19\xcb\x24\xfa\xb2\xdd\x8f\xd6\x56\xee\x82\x4f\x76\xaf\xbd\xeb\xdb\x1f\x58\x3f\x76\x6e\x5f\xfe\x3b\xb1\x99\xa0\xf4\x05\xab\x32\x9e\xe9\x95\xbd\xd7\x14\x0a\xf8\x43\xe7\x6d\x38\x53\x5b\x5e\xbf\x16\x6d\x33\xaa\xa0\x83\xe8\x28\xba\x07\xbd\x0b\xa1\x81\xe0\xa3\x96\x34\xe4\xfc\xdd\xee\xfc\xad\x5b\x46\xf1\x4e\x31\xd3\xb8\x6b\x52\xf2\xbf\x8a\x29\xf9\x9e\x23\x76\xcf\x4e\x4c\x63\x69\xb3\xd4\x9b\xbc\x1c\x12\x0e\x99\x67\x77\xcf\xec\x92\x06\x53\xa1\x69\x7c\x0d\x70\xab\x75\x14\x83\xbf\x81\xde\x4c\x69\x32\x15\xca\x0d\xf2\x1c\xd9\x5d\x83\x99\x34\x44\x83\xcf\x31\x67\x76\xed\x9e\x18\xf7\xdd\x99\xf6\x3c\xf5\xfe\xb8\x2f\x3b\x32\x39\x94\x8b\x49\x38\x9e\x9a\xdc\xd2\x0f\x57\xe7\xae\xc8\x85\xe5\x78\x38\x77\xc5\x96\x62\xb2\x96\xd8\x15\x8a\xf6\x67\x32\x11\x39\x1c\x8a\x45\xe5\x38\x90\x48\x6e\x3c\xbf\x61\x40\x8e\xed\xdd\x97\xe8\x97\x93\x1b\xb6\x6c\x8c\x46\xe7\xa4\x64\x76\x20\x93\x8c\xf2\x53\x36\x2e\x75\x3f\x2b\xe7\x46\x06\x12\xb9\xe8\xf0\xdc\xb6\xcd\xd9\x4c\x61\xeb\x70\xbe\x98\x8a\xf4\x0d\x87\xe5\xc1\xfe\x44\x36\x1c\x49\xe0\x6f\xae\xc0\xc6\x62\xb1\x5b\x3f\x55\x3e\x73\xa6\xbc\x0c\x27\x43\x99\x94\x94\x88\x86\xe5\x50\x04\x5f\x27\x27\xd2\x03\x83\x32\x4e\x6f\x48\x17\x0b\xa9\x7c\x32\x95\xca\xbf\x6f\xc3\x44\x2b\x9d\x88\x0f\xc8\x52\x04\xc7\xe2\x7d\xc9\x18\x0e\xc3\xcd\xb9\x89\x21\x48\x49\xf2\xc3\xdd\x37\x66\xd3\x91\x50\x7e\x6a\xc3\xf0\xc8\xc6\x0d\xf9\xe2\x60\x1c\xe4\x74\x2e\x31\x96\xde\x98\x95\xe5\xec\x48\xf7\xa9\x78\x5c\x8a\x65\x6e\x0a\xa7\x20\x57\xaa\x8c\x0e\x6f\xdb\x3c\x18\x97\x43\x7b\xa2\x71\x8c\xc3\xb1\xf0\x60\x5f\x26\x3b\x38\xda\xad\x15\xbb\xf7\x15\xee\x56\xce\x94\xcf\x94\x97\xd7\xfc\x29\x7f\x04\xf5\xa3\x2b\xc5\x4e\x69\xf9\xa8\x04\x12\x1f\x9b\x86\xaa\x78\x14\xc3\xce\xdd\xb3\x92\xf8\x4f\xbe\xb7\x69\xc4\xa0\xbf\xff\xef\x9a\xe3\x58\xfc\x6c\xf8\xca\xad\x90\x28\x77\x9f\xbb\xe6\xc1\xd3\x77\xbd\x4c\xaa\x7a\x0f\x3c\x7c\xd7\xc1\xee\x87\xf7\x34\xa7\x42\x57\x96\x27\x27\xf6\x5f\x77\xfa\xba\xfd\x13\x93\x1c\x7c\x57\x2c\x59\xc4\xad\x03\x6f\xde\xd5\x7d\xae\x0c\x89\xca\xe4\xe8\xfc\x7d\x8f\xdc\xdf\xd8\x3a\x7c\xe4\xde\xee\x5b\xb6\x4e\xe1\xa9\xd6\x9e\x57\xae\x5b\xaf\x31\x51\x5a\xa9\x09\x43\xf7\x22\x3d\x95\x17\xab\x67\x68\x2c\x37\xf6\x12\xf4\x7b\x1d\xec\xed\x7e\xee\xa5\xa8\x07\xb3\xc2\x4b\x63\x06\x7d\xd6\x1f\x89\x21\x10\x2d\x89\x8f\x31\x92\x90\x14\x60\x7f\xc5\x92\x8f\xc3\x48\x42\xb9\x00\x47\x84\xaf\x5f\x1f\x47\x91\x84\x4a\x01\x8e\xa3\xad\x68\x3a\xc0\x09\x34\x80\x6e\x43\x21\x04\x61\x19\x01\x4a\x21\x33\xc0\x18\xa5\xd0\xc9\x00\x87\x50\x0a\xbd\x3d\xc0\x61\x94\x42\x0f\x04\x38\x82\xf2\xe8\xfd\x01\x8e\xa2\x14\x7a\x32\xc0\x71\x74\x08\x3d\x1d\xe0\x04\x9a\x84\x51\x8d\xea\x86\x46\xad\x5b\x48\xd3\x33\x55\x16\xb0\xe0\x74\x88\x30\xc7\xa0\x56\x71\xc7\xf4\xf6\x40\x72\x13\xb1\x08\x53\x5d\xa2\x17\xeb\x4b\x45\x67\xa1\xb9\xd3\x75\x1b\xc5\x06\xa3\x9d\xe2\x8d\xd4\x72\x89\x69\xd2\xa2\xcd\xe8\x31\xa2\xb9\xd3\x2d\xd7\xb5\xf7\x6d\xdb\xd6\x08\xe4\xd3\x1a\xed\x20\x0d\x51\xa4\x23\x43\x9c\x2d\x74\x0b\x22\xa8\x89\x3c\x64\x22\x15\xb1\x8b\xae\x5d\xc8\x0e\x21\x82\x18\x72\x90\x21\x58\x11\xed\x40\xd3\x68\xfb\x45\x61\x6e\x42\x04\x59\x22\x9c\x8a\x5c\x44\x90\x8e\x8a\xa8\x8e\x96\x50\x11\x39\x68\x01\x35\xd1\x4e\xe4\x22\x17\x35\x50\x11\x35\x10\x43\x14\x75\x50\x11\xdd\x28\xee\xe4\xa1\x4d\x64\x22\x8a\x8a\xc8\x16\xd7\x8e\x21\x82\x34\xe4\xa2\x69\xd4\x12\x77\xd9\x68\x1f\xda\x86\xb6\xa1\xc6\x45\xe1\xa7\xc5\xbb\x3b\xbd\xb1\x97\xc8\xbf\xcb\xfe\xe0\x06\xc0\x10\x82\x30\x44\x20\x0a\x12\xc4\x40\x86\x38\x24\x20\x09\x7d\xc0\x7b\x96\x0c\x64\xa1\x1f\x06\x60\x10\x72\x90\x87\x21\xd8\x00\x1b\x61\x13\x0c\xc3\x08\x5c\x01\xa3\x50\x80\x22\x8c\xc1\x66\x18\x87\x2d\x30\x01\x93\x50\x82\x29\xb8\x12\xae\x82\xad\x50\x06\x05\xa6\x61\x1b\x6c\x87\x1d\xb0\x13\x2a\xb0\x0b\x66\x60\x37\xcc\xc2\x1e\xd8\x0b\xfb\x60\x0e\xae\x86\x6b\x84\xe3\xc4\xfd\x70\x2d\x5c\x07\x07\xe0\x7a\xb8\x01\x6e\x84\x9b\xe0\x65\x70\x33\xbc\x1c\x5e\x01\x07\xe1\x95\xf0\x2a\x78\x35\xbc\x06\x5e\x0b\xb7\xc0\xeb\xe0\x56\x78\x3d\x1c\x82\xc3\xf0\x06\xb8\x0d\x8e\xc0\xff\x83\xdb\xe1\x0e\x98\x87\xa3\x70\x27\xa8\x50\x07\x0d\x74\x20\xd0\x80\x26\xb4\xc0\x80\x63\xd0\x06\x13\x3a\x60\x01\x05\x1b\x8e\x03\x03\x07\x5c\xf0\x60\x01\x16\xe1\x04\x2c\xc1\x49\x78\x23\xbc\x09\x96\xe1\xcd\x70\x17\xbc\x05\xee\x86\x53\xf0\xff\xe1\xad\x70\x0f\xbc\x0d\xee\x85\xb7\xc3\x7d\xf0\x73\xf0\xf3\xf0\x0b\xf0\x8b\xf0\x0e\x78\x27\xfc\x12\xdc\x0f\xbf\x0c\xbf\x02\xbf\x0a\xef\x82\x07\xe0\x41\x38\x0d\xef\x86\x87\xe0\x61\x78\x04\xde\x03\xbf\x06\xbf\x0e\xef\x85\xdf\x80\xf7\xc1\x6f\xc2\xfb\xe1\xb7\xe0\xb7\xe1\x77\xe0\x51\xf8\x5d\x78\x0c\x7e\x0f\x3e\x00\xbf\x0f\x1f\x84\xc7\xe1\x43\xf0\x61\xf8\x08\x7c\x14\xfe\x00\xce\xc0\x13\xf0\x31\xf8\x43\xf8\x23\x78\x12\xce\xc2\x39\xf8\x38\x7c\x02\x3e\x09\x4f\xc1\xa7\xe0\x8f\xe1\xd3\xf0\x27\xf0\x19\xf8\x2c\x7c\x0e\x9e\x86\xcf\xc3\x9f\xc2\x9f\xc1\x9f\xc3\x17\xe0\x8b\xf0\x17\xf0\x97\xf0\x57\xf0\xd7\xf0\x25\xf8\x1b\xf8\x32\x7c\x05\xbe\x0a\x5f\x83\xaf\xc3\xdf\xc2\x37\xe0\xef\xe0\x9b\xf0\xf7\xf0\x2d\xf8\x36\xfc\x03\x7c\x07\xfe\x11\xfe\x09\xbe\x0b\xdf\x83\x7f\x86\xef\xc3\xbf\xc0\x0f\xe0\x87\xf0\x23\xf8\x57\x78\x06\xfe\x0d\x9e\x85\x7f\x87\x1f\xc3\x7f\xc0\x4f\xe0\x3f\xe1\x39\xf8\x2f\xf8\x6f\x78\x1e\x56\xe0\xa7\xf0\x02\x9c\x87\x2e\xfc\x0f\x46\x18\x30\xc6\x21\x1c\xc6\x11\x1c\xc5\x12\x8e\x61\x19\xc7\x71\x02\x27\x71\x1f\x4e\xe1\x34\xce\xe0\x2c\xee\xc7\x03\x78\x10\xe7\x70\x1e\x0f\xe1\x0d\x78\x23\xde\x84\x87\xf1\x08\xbe\x02\x8f\xe2\x02\x2e\xe2\x31\xbc\x19\x8f\xe3\x2d\x78\x02\x4f\xe2\x12\x9e\xc2\x57\xe2\xab\xf0\x56\x5c\xc6\x0a\x9e\xc6\xdb\xf0\x76\xbc\x03\xef\xc4\x15\xbc\x0b\xcf\xe0\xdd\x78\x16\xef\xc1\x7b\xf1\x3e\x3c\x87\xaf\xc6\xd7\xe0\x2a\xae\xe1\xfd\xf8\x5a\x7c\x1d\x3e\x80\xaf\xc7\x37\xe0\x1b\x91\xa4\x6a\x1a\xf5\x2c\x77\x50\xd5\x5c\x63\x41\x75\x89\x52\x67\x44\x6d\xdb\xd4\xb0\x5c\x27\xa4\xea\xba\xa4\x32\xad\x65\x2c\x90\xb8\xca\x18\x5d\x54\xea\xd4\x6d\x05\x50\xa7\x8b\x56\x00\x4d\xd2\x70\x13\x3e\x64\x46\xb3\xe5\x66\x7c\xec\x74\x54\xd3\x14\xe1\x2e\x10\xf0\xd0\xd9\xf5\x02\x71\x4f\x6a\xbd\xc4\xb3\x63\x3e\xf5\xec\x68\x9d\xa8\x6d\xc2\x62\x75\x22\x9e\xe5\x86\x39\x08\xd7\xa9\xa9\x87\xeb\x94\xb6\x63\xfc\xd0\x51\x59\x5b\xae\x33\x83\x34\x34\xd5\x21\x72\x9d\x51\x55\xd7\x54\xc7\x95\xea\x8c\x2e\x3a\x84\x85\xea\x5e\x33\xa6\xa9\x26\xb1\x74\x95\xf5\x69\xfc\x0d\x86\xa5\xd1\x8e\x61\x35\x7d\x46\x3d\xb7\x49\x0d\xab\x99\xe2\xf7\x2b\x0e\xb1\x1c\xc3\x35\x16\x48\x44\x6b\x11\xad\x2d\x8b\xa3\x69\x38\x6e\x52\x6b\x91\x05\x46\x2d\x11\xa7\x55\xc2\xe3\xd3\xd7\x23\x22\x2e\xf1\x1e\xf3\xec\xa4\xd6\x62\xb4\x43\x14\xcd\xa4\x0e\x49\x07\xa4\xa3\x9e\x30\x3a\xc6\xc9\x35\x6e\x58\x82\xa7\x02\xce\x88\xe3\x52\x46\xfa\x34\x83\x69\x26\x51\x1a\x86\x69\x12\x3d\x15\x30\xea\xb9\xa6\x61\x91\x64\x40\x1d\x53\x75\x5a\x22\xa4\x67\xb8\x4a\x9d\xaa\x4c\x97\x35\x93\xa8\x4c\x51\x4d\x33\xaa\x99\x86\x6d\x2f\xc9\xe2\xed\x5c\x10\x11\x28\xa5\x99\xd4\xd3\x45\x2c\x4c\xaa\xea\x49\x9f\x7a\x36\x27\x11\x41\xc2\x1a\xd5\x49\x52\xa3\xa6\xa9\xda\xfe\x9d\x71\x8d\x9a\x94\x29\x1d\xaa\x93\x7e\x8d\x76\x3a\xc4\x72\x15\xdd\x70\x34\xcf\xe1\xfd\x82\x14\x88\x12\x1a\x23\xba\xe1\x2a\x9a\xca\xf4\xb0\xae\x3a\x2d\x99\x1f\x84\x56\x31\x5d\x75\xd5\xba\xea\x90\xb4\x4e\xea\x5e\x53\x51\x4d\xd7\xcf\x6d\x79\x95\x97\x7c\xb4\x56\x04\x15\x8d\x5a\xba\xe1\x1a\xd4\x52\x4d\xc5\xb3\x16\x08\x33\x1a\x06\xd1\x47\xfe\xaf\x70\xc5\x4b\x2e\xf2\x17\xaf\xbb\x3b\x77\xd9\x00\x5b\x2e\x91\x36\x3c\x4b\xe3\x8f\x5c\x77\xeb\xc6\x9f\x19\xa8\x70\xc9\x15\x93\x36\xd7\xdd\x39\x78\xb9\xeb\x97\xc6\xc3\xb3\x1c\xcf\xb6\x29\x73\x89\xde\xe7\x5f\xd4\xa8\xe5\x50\x93\xa4\x56\x99\x6b\x58\x1e\xc9\xf8\x94\x67\x00\xb5\x2c\xa2\xb9\x09\x5f\x60\xab\x9e\x43\x06\x7c\xcc\x4b\x91\xca\x5c\xa5\xc1\xd4\x0e\xe9\xbb\x40\x96\xef\xb1\x05\xc2\x1c\xb2\xfa\xd4\x21\x5f\xec\xb8\xaa\xd6\x16\x77\x29\xa2\x59\x20\x83\x97\xc8\x75\xea\x66\x2e\x16\x26\x56\x05\xcc\x4d\xf7\x30\xb1\x95\xba\xaa\xb5\xd7\x73\xc3\x72\x69\x6a\x1d\xa7\xde\x05\xc1\xe9\x02\x61\xf1\x1e\xa7\x76\x44\xc0\x8c\x4e\x9c\xb6\x4b\xed\xd5\x32\x3b\xa0\x93\x05\x43\x23\x8a\xa6\x76\x08\x53\x95\x05\x43\x27\xb4\xef\x02\x59\x8f\x75\x68\xdd\x30\x49\x5c\x37\x1a\x0d\x45\xd5\x75\xa2\x27\x05\x34\x9a\x16\x65\x3c\x95\x39\xe9\x50\x5d\xe4\x92\x7f\x89\x91\x0e\x5d\x58\x23\x96\xda\x21\x7a\x98\x13\x89\xa7\x37\x2f\xd9\xbc\x8c\xf7\xf1\x03\x65\x8a\xa9\x2e\x51\xcf\x8d\x11\xd3\x34\x6c\xc7\x70\x92\xa4\x63\xbb\x4b\xca\xa2\x61\xe9\x74\x31\x42\x18\xa3\x4c\x22\x27\x34\xd3\xd3\x49\x9c\x9c\xb0\x55\x4b\x17\xb5\x89\x9c\x70\x79\x2b\x43\x2d\x27\x4e\x96\x82\xe6\x41\x0f\x91\x25\x12\x6b\x10\xa2\xf3\x24\x4b\x34\x0c\x93\x28\x75\xc3\x52\xd9\x92\x2c\x30\xaf\x93\x71\x81\x3a\x44\x37\xd4\x98\x80\xb6\xde\x48\x09\xe0\x78\xf5\x0e\xd5\x3d\x93\xe4\x7d\xba\xd4\x31\x0d\xab\xad\xe8\x06\x23\x9a\x4b\xd9\x52\xf6\x02\x31\x27\xfe\x03\x4e\x1a\x76\x98\x83\x08\x3f\x38\xd1\x86\x61\xba\x84\x45\x1a\xa6\xda\x21\x72\x83\x9a\x7e\x33\x21\x09\xe4\xd9\x61\x7e\xee\xe3\x07\xc2\x82\xc2\xd1\x63\xd4\x26\x16\xd1\xa3\x3e\x0b\x37\x89\xca\xc2\x4d\xa3\xe1\x26\x9a\x86\xe3\x2a\x0e\xd1\x18\x71\xe3\x4d\xde\x34\xd0\x4e\xc7\xe0\x62\x01\x6d\x95\x11\x99\xe3\x0e\x61\x4d\x92\xe1\xc8\xf6\x78\x9f\x40\x8e\x7b\xc4\x71\xfb\x9a\x86\xdb\xf2\xea\xe2\x55\xd4\x8a\xf7\x98\xe9\xa6\x03\x68\xf0\x1a\xe6\x12\x3d\xea\xf3\x48\xd3\xa4\x75\x12\x6f\x52\xc5\xa5\x22\x8e\x52\x93\xa9\xf5\x3a\x61\x91\x26\x53\xed\x96\xd4\x64\x86\x6d\x13\x96\x6d\x32\xea\xd9\x4a\x7d\x49\x61\xa4\xa1\xb8\x4b\x36\x89\xb4\x88\xca\x5c\xa9\x65\xf0\x96\x77\x29\xdc\xa2\x1d\x92\x6e\x51\x66\x9c\xa4\x96\xab\x9a\x0a\xf3\x4c\x12\x69\x79\x75\xea\x46\x0c\xab\x4e\x4f\x84\x0d\xab\x41\x93\x86\xe3\x78\xbd\xbc\x4b\xf9\x84\x91\x20\x1d\x04\x75\xa2\x86\xab\x9a\x86\x16\x3d\xc6\xeb\xd9\x52\xf8\x98\x43\xad\x54\x9b\xd4\xd5\xba\xc2\xd5\x36\x34\xd5\x0c\xb5\xc9\x52\xc8\x54\x17\x25\xd3\xa8\x33\x95\x2d\x65\x4d\xde\x83\xd4\x3d\xb3\xae\xa8\x9e\x4b\x1b\xc6\x09\x79\x55\xd2\x27\xb2\x8e\x17\x1d\x66\xa9\x66\x98\xb3\x04\xef\x97\x14\x3f\xd3\x64\x1f\x9b\xaa\x9b\x14\x88\x32\x9d\x30\xa2\xa7\x4c\x3f\x07\x4c\x22\x12\xd1\x0f\xe5\x32\x42\xfc\x0b\x9e\x15\x84\x8b\x9b\xc6\x02\x51\x9c\x96\xca\x88\xc4\xab\x98\x61\x35\x63\x26\xd5\x54\x7e\x53\xd8\xa4\x5a\x5b\xee\xa8\x06\xcf\x19\x55\x0f\x73\x14\xe3\xdd\x2e\x2f\x1c\x72\x87\x34\x55\xbb\x45\x2d\x22\xf1\x3e\x80\x07\xef\x10\xcb\x8b\x88\x2c\x95\x3b\xbc\x58\xb9\xd4\x22\xd1\x8e\xc1\x6b\x43\xb2\x43\x99\xab\x32\xbf\xab\x0a\xf3\x9a\x96\xe9\x78\xa6\x6b\xd8\x26\x09\x6a\x8d\x13\xee\x78\x2e\x89\x59\x64\x51\x64\x61\x5c\x00\x51\xac\xe2\x16\x55\x2c\xb2\xc8\xfb\xbf\xb0\x45\x5d\x12\xa3\x9a\x4b\x1b\xaa\x46\x92\x3c\xd5\x15\x9b\x91\x05\x83\x2c\x26\x29\x6b\xaa\x96\x71\x52\x68\x1e\xa5\x9e\x6b\x7b\xae\x64\xab\x5a\x5b\x6d\x92\x98\xad\x1a\x96\xab\xa9\x56\xd8\x56\x1d\x27\x6a\x13\xe6\x50\x2b\x64\x1b\x56\xd4\x36\x2c\x8b\xe8\x09\xdb\x54\x97\x14\xbf\x6f\x0d\x73\x1c\xb6\x4d\xaf\xd9\x67\x33\xe2\x10\xb6\xc0\xdb\x16\x87\x48\xc1\x7b\x32\x36\x33\x3a\xc2\x50\x50\x9c\xe3\x1e\x4f\xb6\x60\xc0\x13\xb1\x3d\xd3\x21\x31\x51\x82\x0d\x6a\x45\x8e\x7b\xd4\x25\x09\xa6\xea\x06\x2f\x97\x8b\x84\xc9\x8c\xf8\x25\xda\x49\x30\xa2\x51\xa6\x2b\x6d\xb2\xe4\x44\x7d\x1c\x67\xa4\x41\x18\xb1\x34\xe2\x48\x8c\x34\x18\x71\x5a\x11\x46\x9a\xe4\x44\x9a\x37\x4c\x2e\x51\xc8\x09\xdb\xa4\x8c\xb0\xa8\xcf\xa3\x7e\x7b\x95\x60\xc4\x36\x55\x4d\x74\xd6\x52\x80\x23\xfc\xbc\x14\x67\xc4\xa6\xbc\x98\x5a\x24\x2d\x60\x83\x32\x8d\x28\xb6\xe7\xb4\x12\x3d\xde\x26\xba\x2c\x30\xaf\x7d\x3d\xe4\xb4\xc2\x1c\x45\xf9\x81\xb9\xe9\xa0\x4e\x2a\x5a\x4b\xb5\x9a\xc4\x89\x32\xaa\xb5\x89\xdb\xcf\x28\x75\x95\x0b\x1a\x81\xc4\x3a\x51\x88\x39\x4e\x98\x79\xf5\x25\x89\x79\x16\xd7\x2d\xe6\xa8\x0b\xbe\x92\x3e\x70\xc2\xfc\x9c\x70\x34\x46\x88\xa5\x34\x3c\xd3\xec\x0b\xb0\x45\x59\x47\x35\x13\x0e\xe1\x36\xa8\xe8\x0c\xa2\x3e\xee\x17\x79\xc1\x14\x62\x2d\x18\x8c\x5a\xbc\xd0\xa5\x02\x91\xcd\xa8\x46\x1c\x27\xea\xd3\x3e\x87\xb8\xae\x61\x35\x1d\x85\xb7\x47\xb1\x1e\x8b\x3a\x2d\x83\x98\xba\xe4\x18\x4d\x4b\x31\xac\x98\x38\x53\xcf\x8d\x3a\xbc\xb0\x2e\xa5\x1d\xca\x5c\x5e\x98\x34\xa2\xf3\x6c\x48\x39\xd4\xe3\x09\xc6\xbb\x49\x46\xcd\x8c\x63\x9b\x86\xab\xac\xb5\x0e\x29\x5f\xd0\xab\xd1\x31\xe7\xb8\x67\x30\x46\xcc\x38\xef\x0a\x15\xd1\x1f\xc8\x02\xf2\xc8\xf9\xa8\xa5\x9a\x8d\x04\x8f\x51\x50\xd4\x92\xce\x52\xa7\x4e\x4d\x45\x65\x4c\x5d\x4a\x05\xa4\x4e\xa9\x49\x54\xab\x77\x4d\x33\x55\xc7\x59\x25\xdc\x1a\x4b\xaf\x12\xcb\x71\x55\xcb\xed\x0f\x38\xb1\xbc\x8e\xd2\x21\x9d\x3a\x61\x89\x75\xa2\xde\xbd\x64\x81\x58\x6e\x8f\x34\x78\x4a\x24\x56\x89\x49\x32\x01\x36\x2c\x97\x30\x5e\xb7\xe2\x81\xa0\x4d\x56\x35\x6b\x93\xa5\x45\xca\xf4\xbe\x80\x76\x88\xdb\xa2\xab\x0f\xe9\x18\x8e\xd6\x7b\x08\xef\x3b\x1d\x5b\xe5\x69\x18\x08\xbc\x0e\x61\x86\xd6\xd3\x9c\xda\x84\xa9\x2e\x65\xbd\xf0\xb6\xca\x2d\x09\x97\xac\x46\xcd\x66\x3c\x88\xbb\xd4\x53\x97\x37\xc4\xac\xf7\x30\xc7\xe2\xad\xb9\xdb\x53\xc3\x71\x99\x61\x35\x33\x6b\xcc\xd3\x5c\x8f\x91\xde\xa3\x16\x54\x66\xa8\x75\x91\xd6\x96\xd6\xeb\xff\xc3\x9c\x84\x5c\xb5\x19\x73\x55\x47\x18\xf9\xb2\x4b\x4c\xe2\x68\xd4\x26\x31\x97\xb0\x8e\x61\xa9\xa6\xec\x92\x13\xae\xe2\x18\x27\x49\xdc\x6d\x31\x42\x94\xba\xca\x9c\xb8\xdb\xf2\x3a\x75\x87\x37\x80\x31\x1f\x7a\x76\xc4\xa5\xd4\x74\x22\x2e\xe3\x36\xb9\xcb\x0c\xd5\x6a\x9a\x44\x74\xa0\x6b\x8c\x0f\x17\x52\xab\x4c\x8c\x17\x12\xab\xd4\xb3\x25\x77\xd1\x70\x5d\xc2\xa2\x9e\xc5\x2b\xd0\x80\x67\x5d\xd2\x57\x45\x3d\x8b\x37\xc7\x51\xcf\xe2\xed\x64\x7c\xcd\xc8\x8c\xad\x07\xc2\xb8\x90\x17\x3a\x41\x37\x1d\x5f\xe8\x28\x81\xad\xc8\x61\x30\x8a\xe0\x90\x79\x96\x65\x58\x4d\xbc\xd0\x91\x16\x55\xc6\x61\x64\x51\x75\xb5\x56\x7c\xb1\x65\xb8\x7e\xee\xc5\x17\x5b\x94\x37\xcf\x94\xe9\x51\xbf\x8d\x96\x39\x56\x16\x99\x6a\x4b\x27\x29\xed\xf0\x5a\x24\xce\xd4\x73\x11\x42\xff\x1b\x00\x00\xff\xff\x61\x25\x53\xec\x60\xee\x00\x00") - -func pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849TtfBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849Ttf, - "pkg/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf", - ) -} - -func pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849Ttf() (*asset, error) { - bytes, err := pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849TtfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf", size: 61024, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96Cjs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcf\x5b\x4f\xc2\x40\x10\x05\xe0\xbf\x42\xfa\xd4\x42\xdb\x00\x22\x2a\x9b\x21\xc1\xfb\x0d\xef\x77\x62\xcc\x42\x07\x8a\x4e\x77\xeb\x76\x56\x51\xec\x7f\x37\xa5\x89\x01\x9f\x26\xf3\xf2\x9d\x73\x08\xb9\x62\x0d\xf5\x28\x8d\xe5\x10\x19\x1c\x9b\xa1\x54\x91\x4e\x82\x66\xfb\xa6\xb1\xb5\xb9\xd6\xaa\x5f\x3c\x6c\xac\xa7\xb3\xe3\xde\xce\xc9\xdd\xde\xd5\x63\xff\xe8\x6c\x77\xfb\xf6\xfa\xf0\xfe\xfc\x74\xff\xe5\xe0\xf2\x69\x38\x9e\xc4\xaf\x6f\xf4\xfe\xf1\xf9\xf5\x6d\xa6\x23\x76\xfc\x91\xcd\x58\x27\x7f\xa2\xcb\x3e\x42\xb3\xe1\x41\xd7\x95\x80\x1e\x74\xe7\x45\x26\x81\xe3\xf8\x1a\xa4\x18\x6b\xe3\x0a\x1d\x04\xc2\xa3\x1a\xf0\xa0\x2f\x39\x0e\xcd\xa2\x81\xeb\x55\x39\x24\x54\x13\x8e\x7f\xea\xcf\xc2\x20\x5b\xa3\x2a\x94\xfb\x4a\x2a\x3d\x8d\xc0\xe5\x92\x5d\x78\x58\x78\x12\xb8\xf4\x64\xe1\x61\x0d\x96\x96\x0d\xda\xad\xea\x0a\xbe\x64\x62\x2e\x12\x1d\x59\xc2\x10\x67\xa9\x36\x9c\xc1\xbc\xcc\xe8\x94\xe7\xdf\xa4\xce\xea\x9b\x8b\xdf\x00\x00\x00\xff\xff\xe1\x8d\xc1\x9d\x45\x01\x00\x00") - -func pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96CjsBytes() ([]byte, error) { - return bindataRead( - _pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96Cjs, - "pkg/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs", - ) -} - -func pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96Cjs() (*asset, error) { - bytes, err := pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96CjsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pkg/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs", size: 325, mode: os.FileMode(420), modTime: time.Unix(1681914197, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "pkg/ui/static/react/asset-manifest.json": pkgUiStaticReactAssetManifestJson, - "pkg/ui/static/react/favicon.ico": pkgUiStaticReactFaviconIco, - "pkg/ui/static/react/index.html": pkgUiStaticReactIndexHtml, - "pkg/ui/static/react/manifest.json": pkgUiStaticReactManifestJson, - "pkg/ui/static/react/static/css/main.a2b2a6e2.css": pkgUiStaticReactStaticCssMainA2b2a6e2Css, - "pkg/ui/static/react/static/css/main.a2b2a6e2.css.map": pkgUiStaticReactStaticCssMainA2b2a6e2CssMap, - "pkg/ui/static/react/static/js/main.57c9e390.js": pkgUiStaticReactStaticJsMain57c9e390Js, - "pkg/ui/static/react/static/js/main.57c9e390.js.LICENSE.txt": pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxt, - "pkg/ui/static/react/static/js/main.57c9e390.js.map": pkgUiStaticReactStaticJsMain57c9e390JsMap, - "pkg/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf": pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849Ttf, - "pkg/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs": pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96Cjs, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "pkg": {nil, map[string]*bintree{ - "ui": {nil, map[string]*bintree{ - "static": {nil, map[string]*bintree{ - "react": {nil, map[string]*bintree{ - "asset-manifest.json": {pkgUiStaticReactAssetManifestJson, map[string]*bintree{}}, - "favicon.ico": {pkgUiStaticReactFaviconIco, map[string]*bintree{}}, - "index.html": {pkgUiStaticReactIndexHtml, map[string]*bintree{}}, - "manifest.json": {pkgUiStaticReactManifestJson, map[string]*bintree{}}, - "static": {nil, map[string]*bintree{ - "css": {nil, map[string]*bintree{ - "main.a2b2a6e2.css": {pkgUiStaticReactStaticCssMainA2b2a6e2Css, map[string]*bintree{}}, - "main.a2b2a6e2.css.map": {pkgUiStaticReactStaticCssMainA2b2a6e2CssMap, map[string]*bintree{}}, - }}, - "js": {nil, map[string]*bintree{ - "main.57c9e390.js": {pkgUiStaticReactStaticJsMain57c9e390Js, map[string]*bintree{}}, - "main.57c9e390.js.LICENSE.txt": {pkgUiStaticReactStaticJsMain57c9e390JsLicenseTxt, map[string]*bintree{}}, - "main.57c9e390.js.map": {pkgUiStaticReactStaticJsMain57c9e390JsMap, map[string]*bintree{}}, - }}, - "media": {nil, map[string]*bintree{ - "codicon.b3726f0165bf67ac6849.ttf": {pkgUiStaticReactStaticMediaCodiconB3726f0165bf67ac6849Ttf, map[string]*bintree{}}, - "index.cd351d7c31d0d3fccf96.cjs": {pkgUiStaticReactStaticMediaIndexCd351d7c31d0d3fccf96Cjs, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - }}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/ui/query.go b/pkg/ui/query.go index ee4052bc0b..74fb586484 100644 --- a/pkg/ui/query.go +++ b/pkg/ui/query.go @@ -30,10 +30,17 @@ type Query struct { now func() model.Time } -func NewQueryUI(logger log.Logger, endpointSet *query.EndpointSet, externalPrefix, prefixHeader, alertQueryURL string) *Query { +func NewQueryUI(logger log.Logger, endpointSet *query.EndpointSet, externalPrefix, prefixHeader, alertQueryURL string, tenantHeader string, defaultTenant string, enforceTenancy bool) *Query { + displayTenantBox := "none" + if enforceTenancy { + displayTenantBox = "inline-block" + } tmplVariables := map[string]string{ - "Component": component.Query.String(), - "queryURL": alertQueryURL, + "Component": component.Query.String(), + "queryURL": alertQueryURL, + "tenantHeader": tenantHeader, + "defaultTenant": defaultTenant, + "displayTenantBox": displayTenantBox, } runtimeInfo := api.GetRuntimeInfoFunc(logger) diff --git a/pkg/ui/react-app/README.md b/pkg/ui/react-app/README.md index 836fcbedac..fc9f674b3a 100755 --- a/pkg/ui/react-app/README.md +++ b/pkg/ui/react-app/README.md @@ -80,4 +80,4 @@ To build a Thanos binary that includes a compiled-in version of the production b This compiles in all web assets into the Thanos binary. -Note that `make build` only compiles static assets using `bindata.go`, if you are working on React UI, make sure you run `make assets` to update `pkg/ui/bindata.go` +Note that `make build` only compiles static assets in `pkg/ui/static/`, if you are working on React UI, make sure you run `make react-app` to update `pkg/ui/static/`. diff --git a/pkg/ui/react-app/globals.d.ts b/pkg/ui/react-app/globals.d.ts index b5f062f81f..418bfb74cb 100644 --- a/pkg/ui/react-app/globals.d.ts +++ b/pkg/ui/react-app/globals.d.ts @@ -5,5 +5,8 @@ declare global { jQuery: JQueryStatic; moment: Moment; THANOS_QUERY_URL: string; + THANOS_DEFAULT_TENANT: string; + THANOS_TENANT_HEADER: string; + THANOS_DISPLAY_TENANT_BOX: string; } } diff --git a/pkg/ui/react-app/package-lock.json b/pkg/ui/react-app/package-lock.json index f1f1e0c172..4f3bea4e9e 100644 --- a/pkg/ui/react-app/package-lock.json +++ b/pkg/ui/react-app/package-lock.json @@ -3606,29 +3606,62 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "devOptional": true, "engines": { "node": ">=6.0.0" } }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "devOptional": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "devOptional": true, "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@lezer/common": { @@ -4386,9 +4419,9 @@ } }, "node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "node_modules/@types/express": { @@ -4999,148 +5032,148 @@ } }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "dev": true }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "dev": true }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "dev": true }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "dev": true, "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "dev": true }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "dev": true }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" } }, @@ -6103,10 +6136,11 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -6117,26 +6151,35 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "node_modules/browserslist": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.0.tgz", - "integrity": "sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "devOptional": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { - "caniuse-lite": "^1.0.30001313", - "electron-to-chromium": "^1.4.76", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" } }, "node_modules/bser": { @@ -6244,14 +6287,24 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001316", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001316.tgz", - "integrity": "sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==", + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", "devOptional": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", @@ -7642,9 +7695,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.82", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.82.tgz", - "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==", + "version": "1.4.762", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.762.tgz", + "integrity": "sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==", "devOptional": true }, "node_modules/emittery": { @@ -7683,9 +7736,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -7889,9 +7942,9 @@ "dev": true }, "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", "dev": true }, "node_modules/es-to-primitive": { @@ -7911,8 +7964,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "devOptional": true, "engines": { "node": ">=6" @@ -9055,8 +9109,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -9403,9 +9458,9 @@ } }, "node_modules/fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", + "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", "dev": true }, "node_modules/fs.realpath": { @@ -9631,9 +9686,9 @@ } }, "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, "node_modules/gud": { @@ -10144,9 +10199,9 @@ } }, "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==", "dev": true }, "node_modules/ipaddr.js": { @@ -10319,6 +10374,7 @@ }, "node_modules/is-number": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "engines": { "node": ">=0.12.0" @@ -13849,12 +13905,6 @@ "node": ">=4" } }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", @@ -14183,12 +14233,12 @@ } }, "node_modules/memfs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz", - "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, "dependencies": { - "fs-monkey": "1.0.3" + "fs-monkey": "^1.0.4" }, "engines": { "node": ">= 4.0.0" @@ -14575,9 +14625,9 @@ "dev": true }, "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "devOptional": true }, "node_modules/normalize-path": { @@ -17912,9 +17962,9 @@ } }, "node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -18007,9 +18057,9 @@ "dev": true }, "node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "dependencies": { "randombytes": "^2.1.0" @@ -18975,14 +19025,14 @@ } }, "node_modules/terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "dev": true, "dependencies": { - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "bin": { @@ -18993,16 +19043,16 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" }, "engines": { "node": ">= 10.13.0" @@ -19026,19 +19076,10 @@ } } }, - "node_modules/terser-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/terser/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -19053,15 +19094,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -19123,6 +19155,7 @@ }, "node_modules/to-regex-range": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dependencies": { "is-number": "^7.0.0" @@ -19405,6 +19438,36 @@ "yarn": "*" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", + "devOptional": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", @@ -19554,9 +19617,9 @@ } }, "node_modules/watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", "dev": true, "dependencies": { "glob-to-regexp": "^0.4.1", @@ -19583,34 +19646,34 @@ } }, "node_modules/webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.16.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -19630,13 +19693,13 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz", - "integrity": "sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, "dependencies": { "colorette": "^2.0.10", - "memfs": "^3.4.1", + "memfs": "^3.4.3", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" @@ -19906,9 +19969,9 @@ } }, "node_modules/webpack/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -19918,9 +19981,9 @@ } }, "node_modules/webpack/node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "dev": true, "peerDependencies": { "acorn": "^8" @@ -23059,26 +23122,53 @@ } } }, + "@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "devOptional": true }, + "@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "devOptional": true }, "@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "devOptional": true, "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@lezer/common": { @@ -23600,9 +23690,9 @@ } }, "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "@types/express": { @@ -24092,148 +24182,148 @@ } }, "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "dev": true }, "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "dev": true }, "@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "dev": true }, "@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "dev": true, "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "dev": true }, "@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" } }, "@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } }, "@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "dev": true, "requires": { "@xtuc/long": "4.2.2" } }, "@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "dev": true }, "@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" } }, "@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" } }, "@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" } }, @@ -24980,10 +25070,11 @@ } }, "braces": { - "version": "3.0.2", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "browser-process-hrtime": { @@ -24991,16 +25082,15 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "browserslist": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.0.tgz", - "integrity": "sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "devOptional": true, "requires": { - "caniuse-lite": "^1.0.30001313", - "electron-to-chromium": "^1.4.76", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" } }, "bser": { @@ -25084,9 +25174,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001316", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001316.tgz", - "integrity": "sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==", + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", "devOptional": true }, "case-sensitive-paths-webpack-plugin": { @@ -26129,9 +26219,9 @@ } }, "electron-to-chromium": { - "version": "1.4.82", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.82.tgz", - "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==", + "version": "1.4.762", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.762.tgz", + "integrity": "sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==", "devOptional": true }, "emittery": { @@ -26158,9 +26248,9 @@ "dev": true }, "enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", "dev": true, "requires": { "graceful-fs": "^4.2.4", @@ -26326,9 +26416,9 @@ "dev": true }, "es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", "dev": true }, "es-to-primitive": { @@ -26342,8 +26432,9 @@ } }, "escalade": { - "version": "3.1.1", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "devOptional": true }, "escape-html": { @@ -27181,8 +27272,9 @@ "dev": true }, "fill-range": { - "version": "7.0.1", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "requires": { "to-regex-range": "^5.0.1" } @@ -27421,9 +27513,9 @@ } }, "fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", + "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", "dev": true }, "fs.realpath": { @@ -27584,9 +27676,9 @@ } }, "graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, "gud": { @@ -27971,9 +28063,9 @@ } }, "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==", "dev": true }, "ipaddr.js": { @@ -28083,6 +28175,7 @@ }, "is-number": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, "is-number-object": { @@ -30743,12 +30836,6 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "devOptional": true }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "json-parse-even-better-errors": { "version": "2.3.1", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", @@ -31020,12 +31107,12 @@ "dev": true }, "memfs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz", - "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, "requires": { - "fs-monkey": "1.0.3" + "fs-monkey": "^1.0.4" } }, "memoize-one": { @@ -31319,9 +31406,9 @@ "dev": true }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "devOptional": true }, "normalize-path": { @@ -33647,9 +33734,9 @@ } }, "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -33727,9 +33814,9 @@ } }, "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "requires": { "randombytes": "^2.1.0" @@ -34474,21 +34561,21 @@ } }, "terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "dev": true, "requires": { - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true }, "commander": { @@ -34496,34 +34583,20 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true } } }, "terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, "requires": { + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" } }, "test-exclude": { @@ -34578,6 +34651,7 @@ }, "to-regex-range": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "requires": { "is-number": "^7.0.0" @@ -34789,6 +34863,16 @@ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "dev": true }, + "update-browserslist-db": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", + "devOptional": true, + "requires": { + "escalade": "^3.1.2", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", @@ -34915,9 +34999,9 @@ } }, "watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", "dev": true, "requires": { "glob-to-regexp": "^0.4.1", @@ -34938,60 +35022,60 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.16.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "dependencies": { "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true }, "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "dev": true, "requires": {} } } }, "webpack-dev-middleware": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz", - "integrity": "sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, "requires": { "colorette": "^2.0.10", - "memfs": "^3.4.1", + "memfs": "^3.4.3", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" diff --git a/pkg/ui/react-app/package.json b/pkg/ui/react-app/package.json index ef457ccf8b..e49159e59c 100644 --- a/pkg/ui/react-app/package.json +++ b/pkg/ui/react-app/package.json @@ -54,7 +54,8 @@ "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache", "eject": "react-scripts eject", "lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"", - "lint": "eslint --fix \"src/**/*.{ts,tsx}\"" + "lint": "eslint --fix \"src/**/*.{ts,tsx}\"", + "prettier-format": "prettier 'src/**/*.ts' --write" }, "prettier": { "singleQuote": true, diff --git a/pkg/ui/react-app/public/index.html b/pkg/ui/react-app/public/index.html index 4d53783943..a1c2abe290 100755 --- a/pkg/ui/react-app/public/index.html +++ b/pkg/ui/react-app/public/index.html @@ -18,6 +18,9 @@ /g,"")).match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);if(!i)return!!n.match(/^[/\\]{2}/)&&!t.allowProtocolRelative;const r=i[1].toLowerCase();return d(t.allowedSchemesByTag,e)?-1===t.allowedSchemesByTag[e].indexOf(r):!t.allowedSchemes||-1===t.allowedSchemes.indexOf(r)}function W(e,t,n){return t?(e=e.split(/\s+/)).filter((function(e){return-1!==t.indexOf(e)||n.some((function(t){return t.test(e)}))})).join(" "):e}}const b={decodeEntities:!0};g.defaults={allowedTags:["address","article","aside","footer","header","h1","h2","h3","h4","h5","h6","hgroup","main","nav","section","blockquote","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul","a","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rb","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr","caption","col","colgroup","table","tbody","td","tfoot","th","thead","tr"],disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src"]},selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto","tel"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite"],allowProtocolRelative:!0,enforceHtmlBoundary:!1},g.simpleTransform=function(e,t,n){return n=void 0===n||n,t=t||{},function(i,r){let o;if(n)for(o in t)r[o]=t[o];else r=t;return{tagName:e,attribs:r}}}},432:e=>{"use strict";e.exports=e=>{if("string"!==typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}},1265:function(e,t,n){"use strict";var i=this&&this.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parseFeed=t.FeedHandler=void 0;var l,c,u=a(n(3540)),h=s(n(4769)),p=n(5218);!function(e){e[e.image=0]="image",e[e.audio=1]="audio",e[e.video=2]="video",e[e.document=3]="document",e[e.executable=4]="executable"}(l||(l={})),function(e){e[e.sample=0]="sample",e[e.full=1]="full",e[e.nonstop=2]="nonstop"}(c||(c={}));var d=function(e){function t(t,n){return"object"===typeof t&&(n=t=void 0),e.call(this,t,n)||this}return i(t,e),t.prototype.onend=function(){var e,t,n=g(M,this.dom);if(n){var i={};if("feed"===n.name){var r=n.children;i.type="atom",y(i,"id","id",r),y(i,"title","title",r);var o=v("href",g("link",r));o&&(i.link=o),y(i,"description","subtitle",r),(s=b("updated",r))&&(i.updated=new Date(s)),y(i,"author","email",r,!0),i.items=m("entry",r).map((function(e){var t={},n=e.children;y(t,"id","id",n),y(t,"title","title",n);var i=v("href",g("link",n));i&&(t.link=i);var r=b("summary",n)||b("content",n);r&&(t.description=r);var o=b("updated",n);return o&&(t.pubDate=new Date(o)),t.media=f(n),t}))}else{var s;r=null!==(t=null===(e=g("channel",n.children))||void 0===e?void 0:e.children)&&void 0!==t?t:[];i.type=n.name.substr(0,3),i.id="",y(i,"title","title",r),y(i,"link","link",r),y(i,"description","description",r),(s=b("lastBuildDate",r))&&(i.updated=new Date(s)),y(i,"author","managingEditor",r,!0),i.items=m("item",n.children).map((function(e){var t={},n=e.children;y(t,"id","guid",n),y(t,"title","title",n),y(t,"link","link",n),y(t,"description","description",n);var i=b("pubDate",n);return i&&(t.pubDate=new Date(i)),t.media=f(n),t}))}this.feed=i,this.handleCallback(null)}else this.handleCallback(new Error("couldn't find root of feed"))},t}(u.default);function f(e){return m("media:content",e).map((function(e){var t={medium:e.attribs.medium,isDefault:!!e.attribs.isDefault};return e.attribs.url&&(t.url=e.attribs.url),e.attribs.fileSize&&(t.fileSize=parseInt(e.attribs.fileSize,10)),e.attribs.type&&(t.type=e.attribs.type),e.attribs.expression&&(t.expression=e.attribs.expression),e.attribs.bitrate&&(t.bitrate=parseInt(e.attribs.bitrate,10)),e.attribs.framerate&&(t.framerate=parseInt(e.attribs.framerate,10)),e.attribs.samplingrate&&(t.samplingrate=parseInt(e.attribs.samplingrate,10)),e.attribs.channels&&(t.channels=parseInt(e.attribs.channels,10)),e.attribs.duration&&(t.duration=parseInt(e.attribs.duration,10)),e.attribs.height&&(t.height=parseInt(e.attribs.height,10)),e.attribs.width&&(t.width=parseInt(e.attribs.width,10)),e.attribs.lang&&(t.lang=e.attribs.lang),t}))}function m(e,t){return h.getElementsByTagName(e,t,!0)}function g(e,t){return h.getElementsByTagName(e,t,!0,1)[0]}function b(e,t,n){return void 0===n&&(n=!1),h.getText(h.getElementsByTagName(e,t,n,1)).trim()}function v(e,t){return t?t.attribs[e]:null}function y(e,t,n,i,r){void 0===r&&(r=!1);var o=b(n,i,r);o&&(e[t]=o)}function M(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}t.FeedHandler=d,t.parseFeed=function(e,t){void 0===t&&(t={xmlMode:!0});var n=new d(t);return new p.Parser(n,t).end(e),n.feed}},5218:function(e,t,n){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Parser=void 0;var r=i(n(6528)),o=new Set(["input","option","optgroup","select","button","datalist","textarea"]),s=new Set(["p"]),a={tr:new Set(["tr","th","td"]),th:new Set(["th"]),td:new Set(["thead","th","td"]),body:new Set(["head","link","script"]),li:new Set(["li"]),p:s,h1:s,h2:s,h3:s,h4:s,h5:s,h6:s,select:o,input:o,output:o,button:o,datalist:o,textarea:o,option:new Set(["option"]),optgroup:new Set(["optgroup","option"]),dd:new Set(["dt","dd"]),dt:new Set(["dt","dd"]),address:s,article:s,aside:s,blockquote:s,details:s,div:s,dl:s,fieldset:s,figcaption:s,figure:s,footer:s,form:s,header:s,hr:s,main:s,nav:s,ol:s,pre:s,section:s,table:s,ul:s,rt:new Set(["rt","rp"]),rp:new Set(["rt","rp"]),tbody:new Set(["thead","tbody"]),tfoot:new Set(["thead","tbody"])},l=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),c=new Set(["math","svg"]),u=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),h=/\s|\//,p=function(){function e(e,t){var n,i,o,s,a;void 0===t&&(t={}),this.startIndex=0,this.endIndex=null,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.options=t,this.cbs=null!==e&&void 0!==e?e:{},this.lowerCaseTagNames=null!==(n=t.lowerCaseTags)&&void 0!==n?n:!t.xmlMode,this.lowerCaseAttributeNames=null!==(i=t.lowerCaseAttributeNames)&&void 0!==i?i:!t.xmlMode,this.tokenizer=new(null!==(o=t.Tokenizer)&&void 0!==o?o:r.default)(this.options,this),null===(a=(s=this.cbs).onparserinit)||void 0===a||a.call(s,this)}return e.prototype.updatePosition=function(e){null===this.endIndex?this.tokenizer.sectionStart<=e?this.startIndex=0:this.startIndex=this.tokenizer.sectionStart-e:this.startIndex=this.endIndex+1,this.endIndex=this.tokenizer.getAbsoluteIndex()},e.prototype.ontext=function(e){var t,n;this.updatePosition(1),this.endIndex--,null===(n=(t=this.cbs).ontext)||void 0===n||n.call(t,e)},e.prototype.onopentagname=function(e){var t,n;if(this.lowerCaseTagNames&&(e=e.toLowerCase()),this.tagname=e,!this.options.xmlMode&&Object.prototype.hasOwnProperty.call(a,e))for(var i=void 0;this.stack.length>0&&a[e].has(i=this.stack[this.stack.length-1]);)this.onclosetag(i);!this.options.xmlMode&&l.has(e)||(this.stack.push(e),c.has(e)?this.foreignContext.push(!0):u.has(e)&&this.foreignContext.push(!1)),null===(n=(t=this.cbs).onopentagname)||void 0===n||n.call(t,e),this.cbs.onopentag&&(this.attribs={})},e.prototype.onopentagend=function(){var e,t;this.updatePosition(1),this.attribs&&(null===(t=(e=this.cbs).onopentag)||void 0===t||t.call(e,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&l.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},e.prototype.onclosetag=function(e){if(this.updatePosition(1),this.lowerCaseTagNames&&(e=e.toLowerCase()),(c.has(e)||u.has(e))&&this.foreignContext.pop(),!this.stack.length||!this.options.xmlMode&&l.has(e))this.options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this.closeCurrentTag());else{var t=this.stack.lastIndexOf(e);if(-1!==t)if(this.cbs.onclosetag)for(t=this.stack.length-t;t--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=t;else"p"!==e||this.options.xmlMode||(this.onopentagname(e),this.closeCurrentTag())}},e.prototype.onselfclosingtag=function(){this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?this.closeCurrentTag():this.onopentagend()},e.prototype.closeCurrentTag=function(){var e,t,n=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===n&&(null===(t=(e=this.cbs).onclosetag)||void 0===t||t.call(e,n),this.stack.pop())},e.prototype.onattribname=function(e){this.lowerCaseAttributeNames&&(e=e.toLowerCase()),this.attribname=e},e.prototype.onattribdata=function(e){this.attribvalue+=e},e.prototype.onattribend=function(e){var t,n;null===(n=(t=this.cbs).onattribute)||void 0===n||n.call(t,this.attribname,this.attribvalue,e),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},e.prototype.getInstructionName=function(e){var t=e.search(h),n=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(n=n.toLowerCase()),n},e.prototype.ondeclaration=function(e){if(this.cbs.onprocessinginstruction){var t=this.getInstructionName(e);this.cbs.onprocessinginstruction("!"+t,"!"+e)}},e.prototype.onprocessinginstruction=function(e){if(this.cbs.onprocessinginstruction){var t=this.getInstructionName(e);this.cbs.onprocessinginstruction("?"+t,"?"+e)}},e.prototype.oncomment=function(e){var t,n,i,r;this.updatePosition(4),null===(n=(t=this.cbs).oncomment)||void 0===n||n.call(t,e),null===(r=(i=this.cbs).oncommentend)||void 0===r||r.call(i)},e.prototype.oncdata=function(e){var t,n,i,r,o,s;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?(null===(n=(t=this.cbs).oncdatastart)||void 0===n||n.call(t),null===(r=(i=this.cbs).ontext)||void 0===r||r.call(i,e),null===(s=(o=this.cbs).oncdataend)||void 0===s||s.call(o)):this.oncomment("[CDATA["+e+"]]")},e.prototype.onerror=function(e){var t,n;null===(n=(t=this.cbs).onerror)||void 0===n||n.call(t,e)},e.prototype.onend=function(){var e,t;if(this.cbs.onclosetag)for(var n=this.stack.length;n>0;this.cbs.onclosetag(this.stack[--n]));null===(t=(e=this.cbs).onend)||void 0===t||t.call(e)},e.prototype.reset=function(){var e,t,n,i;null===(t=(e=this.cbs).onreset)||void 0===t||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],null===(i=(n=this.cbs).onparserinit)||void 0===i||i.call(n,this)},e.prototype.parseComplete=function(e){this.reset(),this.end(e)},e.prototype.write=function(e){this.tokenizer.write(e)},e.prototype.end=function(e){this.tokenizer.end(e)},e.prototype.pause=function(){this.tokenizer.pause()},e.prototype.resume=function(){this.tokenizer.resume()},e.prototype.parseChunk=function(e){this.write(e)},e.prototype.done=function(e){this.end(e)},e}();t.Parser=p},6528:function(e,t,n){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(1227)),o=i(n(4374)),s=i(n(1554)),a=i(n(7178));function l(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function c(e){return e>="a"&&e<="z"||e>="A"&&e<="Z"}function u(e,t,n){var i=e.toLowerCase();return e===i?function(e,r){r===i?e._state=t:(e._state=n,e._index--)}:function(r,o){o===i||o===e?r._state=t:(r._state=n,r._index--)}}function h(e,t){var n=e.toLowerCase();return function(i,r){r===n||r===e?i._state=t:(i._state=3,i._index--)}}var p=u("C",24,16),d=u("D",25,16),f=u("A",26,16),m=u("T",27,16),g=u("A",28,16),b=h("R",35),v=h("I",36),y=h("P",37),M=h("T",38),w=u("R",40,1),x=u("I",41,1),A=u("P",42,1),O=u("T",43,1),k=h("Y",45),T=h("L",46),S=h("E",47),z=u("Y",49,1),C=u("L",50,1),_=u("E",51,1),E=h("I",54),N=h("T",55),L=h("L",56),D=h("E",57),P=u("I",58,1),q=u("T",59,1),R=u("L",60,1),B=u("E",61,1),W=u("#",63,64),j=u("X",66,65),I=function(){function e(e,t){var n;this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1,this.cbs=t,this.xmlMode=!!(null===e||void 0===e?void 0:e.xmlMode),this.decodeEntities=null===(n=null===e||void 0===e?void 0:e.decodeEntities)||void 0===n||n}return e.prototype.reset=function(){this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1},e.prototype.write=function(e){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=e,this.parse()},e.prototype.end=function(e){this.ended&&this.cbs.onerror(Error(".end() after done!")),e&&this.write(e),this.ended=!0,this.running&&this.finish()},e.prototype.pause=function(){this.running=!1},e.prototype.resume=function(){this.running=!0,this._indexthis.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):!this.decodeEntities||"&"!==e||1!==this.special&&4!==this.special||(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this.baseState=1,this._state=62,this.sectionStart=this._index)},e.prototype.isTagStartChar=function(e){return c(e)||this.xmlMode&&!l(e)&&"/"!==e&&">"!==e},e.prototype.stateBeforeTagName=function(e){"/"===e?this._state=5:"<"===e?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):">"===e||1!==this.special||l(e)?this._state=1:"!"===e?(this._state=15,this.sectionStart=this._index+1):"?"===e?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(e)?(this._state=this.xmlMode||"s"!==e&&"S"!==e?this.xmlMode||"t"!==e&&"T"!==e?3:52:32,this.sectionStart=this._index):this._state=1},e.prototype.stateInTagName=function(e){("/"===e||">"===e||l(e))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},e.prototype.stateBeforeClosingTagName=function(e){l(e)||(">"===e?this._state=1:1!==this.special?4===this.special||"s"!==e&&"S"!==e?4!==this.special||"t"!==e&&"T"!==e?(this._state=1,this._index--):this._state=53:this._state=33:this.isTagStartChar(e)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},e.prototype.stateInClosingTagName=function(e){(">"===e||l(e))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},e.prototype.stateAfterClosingTagName=function(e){">"===e&&(this._state=1,this.sectionStart=this._index+1)},e.prototype.stateBeforeAttributeName=function(e){">"===e?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):"/"===e?this._state=4:l(e)||(this._state=9,this.sectionStart=this._index)},e.prototype.stateInSelfClosingTag=function(e){">"===e?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):l(e)||(this._state=8,this._index--)},e.prototype.stateInAttributeName=function(e){("="===e||"/"===e||">"===e||l(e))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},e.prototype.stateAfterAttributeName=function(e){"="===e?this._state=11:"/"===e||">"===e?(this.cbs.onattribend(void 0),this._state=8,this._index--):l(e)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},e.prototype.stateBeforeAttributeValue=function(e){'"'===e?(this._state=12,this.sectionStart=this._index+1):"'"===e?(this._state=13,this.sectionStart=this._index+1):l(e)||(this._state=14,this.sectionStart=this._index,this._index--)},e.prototype.handleInAttributeValue=function(e,t){e===t?(this.emitToken("onattribdata"),this.cbs.onattribend(t),this._state=8):this.decodeEntities&&"&"===e&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},e.prototype.stateInAttributeValueDoubleQuotes=function(e){this.handleInAttributeValue(e,'"')},e.prototype.stateInAttributeValueSingleQuotes=function(e){this.handleInAttributeValue(e,"'")},e.prototype.stateInAttributeValueNoQuotes=function(e){l(e)||">"===e?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&"&"===e&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},e.prototype.stateBeforeDeclaration=function(e){this._state="["===e?23:"-"===e?18:16},e.prototype.stateInDeclaration=function(e){">"===e&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateInProcessingInstruction=function(e){">"===e&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateBeforeComment=function(e){"-"===e?(this._state=19,this.sectionStart=this._index+1):this._state=16},e.prototype.stateInComment=function(e){"-"===e&&(this._state=21)},e.prototype.stateInSpecialComment=function(e){">"===e&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateAfterComment1=function(e){this._state="-"===e?22:19},e.prototype.stateAfterComment2=function(e){">"===e?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):"-"!==e&&(this._state=19)},e.prototype.stateBeforeCdata6=function(e){"["===e?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},e.prototype.stateInCdata=function(e){"]"===e&&(this._state=30)},e.prototype.stateAfterCdata1=function(e){this._state="]"===e?31:29},e.prototype.stateAfterCdata2=function(e){">"===e?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):"]"!==e&&(this._state=29)},e.prototype.stateBeforeSpecialS=function(e){"c"===e||"C"===e?this._state=34:"t"===e||"T"===e?this._state=44:(this._state=3,this._index--)},e.prototype.stateBeforeSpecialSEnd=function(e){2!==this.special||"c"!==e&&"C"!==e?3!==this.special||"t"!==e&&"T"!==e?this._state=1:this._state=48:this._state=39},e.prototype.stateBeforeSpecialLast=function(e,t){("/"===e||">"===e||l(e))&&(this.special=t),this._state=3,this._index--},e.prototype.stateAfterSpecialLast=function(e,t){">"===e||l(e)?(this.special=1,this._state=6,this.sectionStart=this._index-t,this._index--):this._state=1},e.prototype.parseFixedEntity=function(e){if(void 0===e&&(e=this.xmlMode?a.default:o.default),this.sectionStart+1=2;){var n=this.buffer.substr(e,t);if(Object.prototype.hasOwnProperty.call(s.default,n))return this.emitPartial(s.default[n]),void(this.sectionStart+=t+1);t--}},e.prototype.stateInNamedEntity=function(e){";"===e?(this.parseFixedEntity(),1===this.baseState&&this.sectionStart+1"9")&&!c(e)&&(this.xmlMode||this.sectionStart+1===this._index||(1!==this.baseState?"="!==e&&this.parseFixedEntity(s.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},e.prototype.decodeNumericEntity=function(e,t,n){var i=this.sectionStart+e;if(i!==this._index){var o=this.buffer.substring(i,this._index),s=parseInt(o,t);this.emitPartial(r.default(s)),this.sectionStart=n?this._index+1:this._index}this._state=this.baseState},e.prototype.stateInNumericEntity=function(e){";"===e?this.decodeNumericEntity(2,10,!0):(e<"0"||e>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},e.prototype.stateInHexEntity=function(e){";"===e?this.decodeNumericEntity(3,16,!0):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},e.prototype.cleanup=function(){this.sectionStart<0?(this.buffer="",this.bufferOffset+=this._index,this._index=0):this.running&&(1===this._state?(this.sectionStart!==this._index&&this.cbs.ontext(this.buffer.substr(this.sectionStart)),this.buffer="",this.bufferOffset+=this._index,this._index=0):this.sectionStart===this._index?(this.buffer="",this.bufferOffset+=this._index,this._index=0):(this.buffer=this.buffer.substr(this.sectionStart),this._index-=this.sectionStart,this.bufferOffset+=this.sectionStart),this.sectionStart=0)},e.prototype.parse=function(){for(;this._index{"use strict";var n,i,r,o,s;if("undefined"===typeof window||"function"!==typeof MessageChannel){var a=null,l=null,c=function(){if(null!==a)try{var e=t.unstable_now();a(!0,e),a=null}catch(n){throw setTimeout(c,0),n}},u=Date.now();t.unstable_now=function(){return Date.now()-u},n=function(e){null!==a?setTimeout(n,0,e):(a=e,setTimeout(c,0))},i=function(e,t){l=setTimeout(e,t)},r=function(){clearTimeout(l)},o=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var h=window.performance,p=window.Date,d=window.setTimeout,f=window.clearTimeout;if("undefined"!==typeof console){var m=window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!==typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"===typeof h&&"function"===typeof h.now)t.unstable_now=function(){return h.now()};else{var g=p.now();t.unstable_now=function(){return p.now()-g}}var b=!1,v=null,y=-1,M=5,w=0;o=function(){return t.unstable_now()>=w},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125>>1,r=e[i];if(!(void 0!==r&&0S(s,n))void 0!==l&&0>S(l,s)?(e[i]=l,e[a]=n,i=a):(e[i]=s,e[o]=n,i=o);else{if(!(void 0!==l&&0>S(l,n)))break e;e[i]=l,e[a]=n,i=a}}}return t}return null}function S(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var z=[],C=[],_=1,E=null,N=3,L=!1,D=!1,P=!1;function q(e){for(var t=k(C);null!==t;){if(null===t.callback)T(C);else{if(!(t.startTime<=e))break;T(C),t.sortIndex=t.expirationTime,O(z,t)}t=k(C)}}function R(e){if(P=!1,q(e),!D)if(null!==k(z))D=!0,n(B);else{var t=k(C);null!==t&&i(R,t.startTime-e)}}function B(e,n){D=!1,P&&(P=!1,r()),L=!0;var s=N;try{for(q(n),E=k(z);null!==E&&(!(E.expirationTime>n)||e&&!o());){var a=E.callback;if(null!==a){E.callback=null,N=E.priorityLevel;var l=a(E.expirationTime<=n);n=t.unstable_now(),"function"===typeof l?E.callback=l:E===k(z)&&T(z),q(n)}else T(z);E=k(z)}if(null!==E)var c=!0;else{var u=k(C);null!==u&&i(R,u.startTime-n),c=!1}return c}finally{E=null,N=s,L=!1}}function W(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var j=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){D||L||(D=!0,n(B))},t.unstable_getCurrentPriorityLevel=function(){return N},t.unstable_getFirstCallbackNode=function(){return k(z)},t.unstable_next=function(e){switch(N){case 1:case 2:case 3:var t=3;break;default:t=N}var n=N;N=t;try{return e()}finally{N=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=j,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=N;N=e;try{return t()}finally{N=n}},t.unstable_scheduleCallback=function(e,o,s){var a=t.unstable_now();if("object"===typeof s&&null!==s){var l=s.delay;l="number"===typeof l&&0a?(e.sortIndex=l,O(C,e),null===k(z)&&e===k(C)&&(P?r():P=!0,i(R,l-a))):(e.sortIndex=s,O(z,e),D||L||(D=!0,n(B))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();q(e);var n=k(z);return n!==E&&null!==E&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime{"use strict";e.exports=n(7234)},1289:e=>{"use strict";e.exports=(e,t)=>{if("string"!==typeof e||"string"!==typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}},7491:e=>{"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>"%".concat(e.charCodeAt(0).toString(16).toUpperCase())))},7445:()=>{if("undefined"===typeof jQuery)throw new Error("Tempus Dominus Bootstrap4's requires jQuery. jQuery must be included before Tempus Dominus Bootstrap4's JavaScript.");if(function(e){var t=jQuery.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Tempus Dominus Bootstrap4's requires at least jQuery v3.0.0 but less than v4.0.0")}(),"undefined"===typeof moment)throw new Error("Tempus Dominus Bootstrap4's requires moment.js. Moment.js must be included before Tempus Dominus Bootstrap4's JavaScript.");var e=moment.version.split(".");if(e[0]<=2&&e[1]<17||e[0]>=3)throw new Error("Tempus Dominus Bootstrap4's requires at least moment.js v2.17.0 but less than v3.0.0");!function(){function e(e,t){for(var n=0;n1){for(var u=0;u1)throw new TypeError("isEnabled expects a single character string parameter");switch(e){case"y":return-1!==this.actualFormat.indexOf("Y");case"M":return-1!==this.actualFormat.indexOf("M");case"d":return-1!==this.actualFormat.toLowerCase().indexOf("d");case"h":case"H":return-1!==this.actualFormat.toLowerCase().indexOf("h");case"m":return-1!==this.actualFormat.indexOf("m");case"s":return-1!==this.actualFormat.indexOf("s");case"a":case"A":return-1!==this.actualFormat.toLowerCase().indexOf("a");default:return!1}},O._hasTime=function(){return this._isEnabled("h")||this._isEnabled("m")||this._isEnabled("s")},O._hasDate=function(){return this._isEnabled("y")||this._isEnabled("M")||this._isEnabled("d")},O._dataToOptions=function(){var e=this._element.data(),n={};return e.dateOptions&&e.dateOptions instanceof Object&&(n=t.extend(!0,n,e.dateOptions)),t.each(this._options,(function(t){var i="date"+t.charAt(0).toUpperCase()+t.slice(1);void 0!==e[i]?n[t]=e[i]:delete n[t]})),n},O._format=function(){return this._options.format||"YYYY-MM-DD HH:mm"},O._areSameDates=function(e,t){var i=this._format();return e&&t&&(e.isSame(t)||n(e.format(i),i).isSame(n(t.format(i),i)))},O._notifyEvent=function(e){if(e.type===b.Event.CHANGE){if(this._notifyChangeEventContext=this._notifyChangeEventContext||0,this._notifyChangeEventContext++,e.date&&this._areSameDates(e.date,e.oldDate)||!e.isClear&&!e.date&&!e.oldDate||this._notifyChangeEventContext>1)return void(this._notifyChangeEventContext=void 0);this._handlePromptTimeIfNeeded(e)}this._element.trigger(e),this._notifyChangeEventContext=void 0},O._handlePromptTimeIfNeeded=function(e){if(this._options.promptTimeOnDateChange){if(!e.oldDate&&this._options.useCurrent)return;if(e.oldDate&&e.date&&(e.oldDate.format("YYYY-MM-DD")===e.date.format("YYYY-MM-DD")||e.oldDate.format("YYYY-MM-DD")!==e.date.format("YYYY-MM-DD")&&e.oldDate.format("HH:mm:ss")!==e.date.format("HH:mm:ss")))return;var t=this;clearTimeout(this._currentPromptTimeTimeout),this._currentPromptTimeTimeout=setTimeout((function(){t.widget&&t.widget.find('[data-action="togglePicker"]').click()}),this._options.promptTimeOnDateChangeTransitionDelay)}},O._viewUpdate=function(e){"y"===e&&(e="YYYY"),this._notifyEvent({type:b.Event.UPDATE,change:e,viewDate:this._viewDate.clone()})},O._showMode=function(e){this.widget&&(e&&(this.currentViewMode=Math.max(this.MinViewModeNumber,Math.min(3,this.currentViewMode+e))),this.widget.find(".datepicker > div").hide().filter(".datepicker-"+p[this.currentViewMode].CLASS_NAME).show())},O._isInDisabledDates=function(e){return!0===this._options.disabledDates[e.format("YYYY-MM-DD")]},O._isInEnabledDates=function(e){return!0===this._options.enabledDates[e.format("YYYY-MM-DD")]},O._isInDisabledHours=function(e){return!0===this._options.disabledHours[e.format("H")]},O._isInEnabledHours=function(e){return!0===this._options.enabledHours[e.format("H")]},O._isValid=function(e,n){if(!e||!e.isValid())return!1;if(this._options.disabledDates&&"d"===n&&this._isInDisabledDates(e))return!1;if(this._options.enabledDates&&"d"===n&&!this._isInEnabledDates(e))return!1;if(this._options.minDate&&e.isBefore(this._options.minDate,n))return!1;if(this._options.maxDate&&e.isAfter(this._options.maxDate,n))return!1;if(this._options.daysOfWeekDisabled&&"d"===n&&-1!==this._options.daysOfWeekDisabled.indexOf(e.day()))return!1;if(this._options.disabledHours&&("h"===n||"m"===n||"s"===n)&&this._isInDisabledHours(e))return!1;if(this._options.enabledHours&&("h"===n||"m"===n||"s"===n)&&!this._isInEnabledHours(e))return!1;if(this._options.disabledTimeIntervals&&("h"===n||"m"===n||"s"===n)){var i=!1;if(t.each(this._options.disabledTimeIntervals,(function(){if(e.isBetween(this[0],this[1]))return i=!0,!1})),i)return!1}return!0},O._parseInputDate=function(e,t){var i=(void 0===t?{}:t).isPickerShow,r=void 0!==i&&i;return void 0===this._options.parseInputDate||r?n.isMoment(e)||(e=this.getMoment(e)):e=this._options.parseInputDate(e),e},O._keydown=function(e){var t,n,i,r,o=null,s=[],a={},l=e.which;for(t in m[l]="p",m)m.hasOwnProperty(t)&&"p"===m[t]&&(s.push(t),parseInt(t,10)!==l&&(a[t]=!0));for(t in this._options.keyBinds)if(this._options.keyBinds.hasOwnProperty(t)&&"function"===typeof this._options.keyBinds[t]&&(i=t.split(" ")).length===s.length&&d[l]===i[i.length-1]){for(r=!0,n=i.length-2;n>=0;n--)if(!(d[i[n]]in a)){r=!1;break}if(r){o=this._options.keyBinds[t];break}}o&&o.call(this)&&(e.stopPropagation(),e.preventDefault())},O._keyup=function(e){m[e.which]="r",g[e.which]&&(g[e.which]=!1,e.stopPropagation(),e.preventDefault())},O._indexGivenDates=function(e){var n={},i=this;return t.each(e,(function(){var e=i._parseInputDate(this);e.isValid()&&(n[e.format("YYYY-MM-DD")]=!0)})),!!Object.keys(n).length&&n},O._indexGivenHours=function(e){var n={};return t.each(e,(function(){n[this]=!0})),!!Object.keys(n).length&&n},O._initFormatting=function(){var e=this._options.format||"L LT",t=this;this.actualFormat=e.replace(/(\[[^\[]*])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,(function(e){return(t.isInitFormatting&&null===t._options.date?t.getMoment():t._dates[0]).localeData().longDateFormat(e)||e})),this.parseFormats=this._options.extraFormats?this._options.extraFormats.slice():[],this.parseFormats.indexOf(e)<0&&this.parseFormats.indexOf(this.actualFormat)<0&&this.parseFormats.push(this.actualFormat),this.use24Hours=this.actualFormat.toLowerCase().indexOf("a")<1&&this.actualFormat.replace(/\[.*?]/g,"").indexOf("h")<1,this._isEnabled("y")&&(this.MinViewModeNumber=2),this._isEnabled("M")&&(this.MinViewModeNumber=1),this._isEnabled("d")&&(this.MinViewModeNumber=0),this.currentViewMode=Math.max(this.MinViewModeNumber,this.currentViewMode),this.unset||this._setValue(this._dates[0],0)},O._getLastPickedDate=function(){var e=this._dates[this._getLastPickedDateIndex()];return!e&&this._options.allowMultidate&&(e=n(new Date)),e},O._getLastPickedDateIndex=function(){return this._dates.length-1},O.getMoment=function(e){var t;return t=void 0===e||null===e?n().clone().locale(this._options.locale):this._hasTimeZone()?n.tz(e,this.parseFormats,this._options.locale,this._options.useStrict,this._options.timeZone):n(e,this.parseFormats,this._options.locale,this._options.useStrict),this._hasTimeZone()&&t.tz(this._options.timeZone),t},O.toggle=function(){return this.widget?this.hide():this.show()},O.readonly=function(e){if(0===arguments.length)return this._options.readonly;if("boolean"!==typeof e)throw new TypeError("readonly() expects a boolean parameter");this._options.readonly=e,void 0!==this.input&&this.input.prop("readonly",this._options.readonly),this.widget&&(this.hide(),this.show())},O.ignoreReadonly=function(e){if(0===arguments.length)return this._options.ignoreReadonly;if("boolean"!==typeof e)throw new TypeError("ignoreReadonly() expects a boolean parameter");this._options.ignoreReadonly=e},O.options=function(e){if(0===arguments.length)return t.extend(!0,{},this._options);if(!(e instanceof Object))throw new TypeError("options() this.options parameter should be an object");t.extend(!0,this._options,e);var n=this,i=Object.keys(this._options).sort(y);t.each(i,(function(e,t){var i=n._options[t];if(void 0!==n[t]){if(n.isInit&&"date"===t)return n.hasInitDate=!0,void(n.initDate=i);n[t](i)}}))},O.date=function(e,t){if(t=t||0,0===arguments.length)return this.unset?null:this._options.allowMultidate?this._dates.join(this._options.multidateSeparator):this._dates[t].clone();if(null!==e&&"string"!==typeof e&&!n.isMoment(e)&&!(e instanceof Date))throw new TypeError("date() parameter must be one of [null, string, moment or Date]");"string"===typeof e&&i(e)&&(e=new Date(e)),this._setValue(null===e?null:this._parseInputDate(e),t)},O.updateOnlyThroughDateOption=function(e){if("boolean"!==typeof e)throw new TypeError("updateOnlyThroughDateOption() expects a boolean parameter");this._options.updateOnlyThroughDateOption=e},O.format=function(e){if(0===arguments.length)return this._options.format;if("string"!==typeof e&&("boolean"!==typeof e||!1!==e))throw new TypeError("format() expects a string or boolean:false parameter "+e);this._options.format=e,this.actualFormat&&this._initFormatting()},O.timeZone=function(e){if(0===arguments.length)return this._options.timeZone;if("string"!==typeof e)throw new TypeError("newZone() expects a string parameter");this._options.timeZone=e},O.dayViewHeaderFormat=function(e){if(0===arguments.length)return this._options.dayViewHeaderFormat;if("string"!==typeof e)throw new TypeError("dayViewHeaderFormat() expects a string parameter");this._options.dayViewHeaderFormat=e},O.extraFormats=function(e){if(0===arguments.length)return this._options.extraFormats;if(!1!==e&&!(e instanceof Array))throw new TypeError("extraFormats() expects an array or false parameter");this._options.extraFormats=e,this.parseFormats&&this._initFormatting()},O.disabledDates=function(e){if(0===arguments.length)return this._options.disabledDates?t.extend({},this._options.disabledDates):this._options.disabledDates;if(!e)return this._options.disabledDates=!1,this._update(),!0;if(!(e instanceof Array))throw new TypeError("disabledDates() expects an array parameter");this._options.disabledDates=this._indexGivenDates(e),this._options.enabledDates=!1,this._update()},O.enabledDates=function(e){if(0===arguments.length)return this._options.enabledDates?t.extend({},this._options.enabledDates):this._options.enabledDates;if(!e)return this._options.enabledDates=!1,this._update(),!0;if(!(e instanceof Array))throw new TypeError("enabledDates() expects an array parameter");this._options.enabledDates=this._indexGivenDates(e),this._options.disabledDates=!1,this._update()},O.daysOfWeekDisabled=function(e){if(0===arguments.length)return this._options.daysOfWeekDisabled.splice(0);if("boolean"===typeof e&&!e)return this._options.daysOfWeekDisabled=!1,this._update(),!0;if(!(e instanceof Array))throw new TypeError("daysOfWeekDisabled() expects an array parameter");if(this._options.daysOfWeekDisabled=e.reduce((function(e,t){return(t=parseInt(t,10))>6||t<0||isNaN(t)||-1===e.indexOf(t)&&e.push(t),e}),[]).sort(),this._options.useCurrent&&!this._options.keepInvalid)for(var t=0;t").html(feather.icons[t].toSvg()):e("").addClass(t)},c._getDatePickerTemplate=function(){var t=e("").append(e("").append(e("").addClass("prev").attr("data-action","previous").append(this._iconTag(this._options.icons.previous))).append(e("").addClass("picker-switch").attr("data-action","pickerSwitch").attr("colspan",this._options.calendarWeeks?"6":"5")).append(e("").addClass("next").attr("data-action","next").append(this._iconTag(this._options.icons.next)))),n=e("").append(e("").append(e("").attr("colspan",this._options.calendarWeeks?"8":"7")));return[e("
").addClass("datepicker-days").append(e("").addClass("table table-sm").append(t).append(e(""))),e("
").addClass("datepicker-months").append(e("
").addClass("table-condensed").append(t.clone()).append(n.clone())),e("
").addClass("datepicker-years").append(e("
").addClass("table-condensed").append(t.clone()).append(n.clone())),e("
").addClass("datepicker-decades").append(e("
").addClass("table-condensed").append(t.clone()).append(n.clone()))]},c._getTimePickerMainTemplate=function(){var t=e(""),n=e(""),i=e("");return this._isEnabled("h")&&(t.append(e("
").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementHour}).addClass("btn").attr("data-action","incrementHours").append(this._iconTag(this._options.icons.up)))),n.append(e("").append(e("").addClass("timepicker-hour").attr({"data-time-component":"hours",title:this._options.tooltips.pickHour}).attr("data-action","showHours"))),i.append(e("").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementHour}).addClass("btn").attr("data-action","decrementHours").append(this._iconTag(this._options.icons.down))))),this._isEnabled("m")&&(this._isEnabled("h")&&(t.append(e("").addClass("separator")),n.append(e("").addClass("separator").html(":")),i.append(e("").addClass("separator"))),t.append(e("").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementMinute}).addClass("btn").attr("data-action","incrementMinutes").append(this._iconTag(this._options.icons.up)))),n.append(e("").append(e("").addClass("timepicker-minute").attr({"data-time-component":"minutes",title:this._options.tooltips.pickMinute}).attr("data-action","showMinutes"))),i.append(e("").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementMinute}).addClass("btn").attr("data-action","decrementMinutes").append(this._iconTag(this._options.icons.down))))),this._isEnabled("s")&&(this._isEnabled("m")&&(t.append(e("").addClass("separator")),n.append(e("").addClass("separator").html(":")),i.append(e("").addClass("separator"))),t.append(e("").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementSecond}).addClass("btn").attr("data-action","incrementSeconds").append(this._iconTag(this._options.icons.up)))),n.append(e("").append(e("").addClass("timepicker-second").attr({"data-time-component":"seconds",title:this._options.tooltips.pickSecond}).attr("data-action","showSeconds"))),i.append(e("").append(e("").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementSecond}).addClass("btn").attr("data-action","decrementSeconds").append(this._iconTag(this._options.icons.down))))),this.use24Hours||(t.append(e("").addClass("separator")),n.append(e("").append(e("").addClass("separator"))),e("
").addClass("timepicker-picker").append(e("").addClass("table-condensed").append([t,n,i]))},c._getTimePickerTemplate=function(){var t=e("
").addClass("timepicker-hours").append(e("
").addClass("table-condensed")),n=e("
").addClass("timepicker-minutes").append(e("
").addClass("table-condensed")),i=e("
").addClass("timepicker-seconds").append(e("
").addClass("table-condensed")),r=[this._getTimePickerMainTemplate()];return this._isEnabled("h")&&r.push(t),this._isEnabled("m")&&r.push(n),this._isEnabled("s")&&r.push(i),r},c._getToolbar=function(){var t,n,i=[];(this._options.buttons.showToday&&i.push(e("
").append(e("").attr({href:"#",tabindex:"-1","data-action":"today",title:this._options.tooltips.today}).append(this._iconTag(this._options.icons.today)))),!this._options.sideBySide&&this._options.collapse&&this._hasDate()&&this._hasTime())&&("times"===this._options.viewMode?(t=this._options.tooltips.selectDate,n=this._options.icons.date):(t=this._options.tooltips.selectTime,n=this._options.icons.time),i.push(e("").append(e("").attr({href:"#",tabindex:"-1","data-action":"togglePicker",title:t}).append(this._iconTag(n)))));return this._options.buttons.showClear&&i.push(e("").append(e("").attr({href:"#",tabindex:"-1","data-action":"clear",title:this._options.tooltips.clear}).append(this._iconTag(this._options.icons.clear)))),this._options.buttons.showClose&&i.push(e("").append(e("").attr({href:"#",tabindex:"-1","data-action":"close",title:this._options.tooltips.close}).append(this._iconTag(this._options.icons.close)))),0===i.length?"":e("").addClass("table-condensed").append(e("").append(e("").append(i)))},c._getTemplate=function(){var t=e("
").addClass(("bootstrap-datetimepicker-widget dropdown-menu "+(this._options.calendarWeeks?"tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks":"")+" "+(this._useFeatherIcons()?"tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons":"")+" ").trim()),n=e("
").addClass("datepicker").append(this._getDatePickerTemplate()),i=e("
").addClass("timepicker").append(this._getTimePickerTemplate()),r=e("
    ").addClass("list-unstyled"),o=e("
  • ").addClass(("picker-switch"+(this._options.collapse?" accordion-toggle":"")+" "+(this._useFeatherIcons()?"picker-switch-with-feathers-icons":"")).trim()).append(this._getToolbar());return this._options.inline&&t.removeClass("dropdown-menu"),this.use24Hours&&t.addClass("usetwentyfour"),(void 0!==this.input&&this.input.prop("readonly")||this._options.readonly)&&t.addClass("bootstrap-datetimepicker-widget-readonly"),this._isEnabled("s")&&!this.use24Hours&&t.addClass("wider"),this._options.sideBySide&&this._hasDate()&&this._hasTime()?(t.addClass("timepicker-sbs"),"top"===this._options.toolbarPlacement&&t.append(o),t.append(e("
    ").addClass("row").append(n.addClass("col-md-6")).append(i.addClass("col-md-6"))),"bottom"!==this._options.toolbarPlacement&&"default"!==this._options.toolbarPlacement||t.append(o),t):("top"===this._options.toolbarPlacement&&r.append(o),this._hasDate()&&r.append(e("
  • ").addClass(this._options.collapse&&this._hasTime()?"collapse":"").addClass(this._options.collapse&&this._hasTime()&&"times"===this._options.viewMode?"":"show").append(n)),"default"===this._options.toolbarPlacement&&r.append(o),this._hasTime()&&r.append(e("
  • ").addClass(this._options.collapse&&this._hasDate()?"collapse":"").addClass(this._options.collapse&&this._hasDate()&&"times"===this._options.viewMode?"show":"").append(i)),"bottom"===this._options.toolbarPlacement&&r.append(o),t.append(r))},c._place=function(t){var n,i=t&&t.data&&t.data.picker||this,r=i._options.widgetPositioning.vertical,o=i._options.widgetPositioning.horizontal,s=(i.component&&i.component.length?i.component:i._element).position(),a=(i.component&&i.component.length?i.component:i._element).offset();if(i._options.widgetParent)n=i._options.widgetParent.append(i.widget);else if(i._element.is("input"))n=i._element.after(i.widget).parent();else{if(i._options.inline)return void(n=i._element.append(i.widget));n=i._element,i._element.children().first().after(i.widget)}if("auto"===r&&(r=a.top+1.5*i.widget.height()>=e(window).height()+e(window).scrollTop()&&i.widget.height()+i._element.outerHeight()e(window).width()?"right":"left"),"top"===r?i.widget.addClass("top").removeClass("bottom"):i.widget.addClass("bottom").removeClass("top"),"right"===o?i.widget.addClass("float-right"):i.widget.removeClass("float-right"),"relative"!==n.css("position")&&(n=n.parents().filter((function(){return"relative"===e(this).css("position")})).first()),0===n.length)throw new Error("datetimepicker component should be placed within a relative positioned container");i.widget.css({top:"top"===r?"auto":s.top+i._element.outerHeight()+"px",bottom:"top"===r?n.outerHeight()-(n===i._element?0:s.top)+"px":"auto",left:"left"===o?(n===i._element?0:s.left)+"px":"auto",right:"left"===o?"auto":n.outerWidth()-i._element.outerWidth()-(n===i._element?0:s.left)+"px"})},c._fillDow=function(){var t=e("
"),n=this._viewDate.clone().startOf("w").startOf("d");for(!0===this._options.calendarWeeks&&t.append(e(""),this._options.calendarWeeks&&i.append('"),l.push(i)),r="",t.isBefore(this._viewDate,"M")&&(r+=" old"),t.isAfter(this._viewDate,"M")&&(r+=" new"),this._options.allowMultidate){var c=this._datesFormatted.indexOf(t.format("YYYY-MM-DD"));-1!==c&&t.isSame(this._datesFormatted[c],"d")&&!this.unset&&(r+=" active")}else t.isSame(this._getLastPickedDate(),"d")&&!this.unset&&(r+=" active");this._isValid(t,"d")||(r+=" disabled"),t.isSame(this.getMoment(),"d")&&(r+=" today"),0!==t.day()&&6!==t.day()||(r+=" weekend"),i.append('"),t.add(1,"d")}e("body").addClass("tempusdominus-bootstrap-datetimepicker-widget-day-click"),e("body").append('
'),s.find("tbody").empty().append(l),e("body").find(".tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel").remove(),e("body").removeClass("tempusdominus-bootstrap-datetimepicker-widget-day-click"),this._updateMonths(),this._updateYears(),this._updateDecades()}},c._fillHours=function(){var t=this.widget.find(".timepicker-hours table"),n=this._viewDate.clone().startOf("d"),i=[],r=e("");for(this._viewDate.hour()>11&&!this.use24Hours&&n.hour(12);n.isSame(this._viewDate,"d")&&(this.use24Hours||this._viewDate.hour()<12&&n.hour()<12||this._viewDate.hour()>11);)n.hour()%4===0&&(r=e(""),i.push(r)),r.append('"),n.add(1,"h");t.empty().append(i)},c._fillMinutes=function(){for(var t=this.widget.find(".timepicker-minutes table"),n=this._viewDate.clone().startOf("h"),i=[],r=1===this._options.stepping?5:this._options.stepping,o=e("");this._viewDate.isSame(n,"h");)n.minute()%(4*r)===0&&(o=e(""),i.push(o)),o.append('"),n.add(r,"m");t.empty().append(i)},c._fillSeconds=function(){for(var t=this.widget.find(".timepicker-seconds table"),n=this._viewDate.clone().startOf("m"),i=[],r=e("");this._viewDate.isSame(n,"m");)n.second()%20===0&&(r=e(""),i.push(r)),r.append('"),n.add(5,"s");t.empty().append(i)},c._fillTime=function(){var e,t,n=this.widget.find(".timepicker span[data-time-component]"),i=this._getLastPickedDate();this.use24Hours||(e=this.widget.find(".timepicker [data-action=togglePeriod]"),t=i?i.clone().add(i.hours()>=12?-12:12,"h"):void 0,i&&e.text(i.format("A")),this._isValid(t,"h")?e.removeClass("disabled"):e.addClass("disabled")),i&&n.filter("[data-time-component=hours]").text(i.format(this.use24Hours?"HH":"hh")),i&&n.filter("[data-time-component=minutes]").text(i.format("mm")),i&&n.filter("[data-time-component=seconds]").text(i.format("ss")),this._fillHours(),this._fillMinutes(),this._fillSeconds()},c._doAction=function(n,i){var r=this._getLastPickedDate();if(e(n.currentTarget).is(".disabled"))return!1;switch(i=i||e(n.currentTarget).data("action")){case"next":var o=t.DatePickerModes[this.currentViewMode].NAV_FUNCTION;this._viewDate.add(t.DatePickerModes[this.currentViewMode].NAV_STEP,o),this._fillDate(),this._viewUpdate(o);break;case"previous":var s=t.DatePickerModes[this.currentViewMode].NAV_FUNCTION;this._viewDate.subtract(t.DatePickerModes[this.currentViewMode].NAV_STEP,s),this._fillDate(),this._viewUpdate(s);break;case"pickerSwitch":this._showMode(1);break;case"selectMonth":var a=e(n.target).closest("tbody").find("span").index(e(n.target));this._viewDate.month(a),this.currentViewMode===this.MinViewModeNumber?(this._setValue(r.clone().year(this._viewDate.year()).month(this._viewDate.month()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("M");break;case"selectYear":var l=parseInt(e(n.target).text(),10)||0;this._viewDate.year(l),this.currentViewMode===this.MinViewModeNumber?(this._setValue(r.clone().year(this._viewDate.year()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("YYYY");break;case"selectDecade":var c=parseInt(e(n.target).data("selection"),10)||0;this._viewDate.year(c),this.currentViewMode===this.MinViewModeNumber?(this._setValue(r.clone().year(this._viewDate.year()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("YYYY");break;case"selectDay":var u=this._viewDate.clone();e(n.target).is(".old")&&u.subtract(1,"M"),e(n.target).is(".new")&&u.add(1,"M");var h=u.date(parseInt(e(n.target).text(),10)),p=0;this._options.allowMultidate?-1!==(p=this._datesFormatted.indexOf(h.format("YYYY-MM-DD")))?this._setValue(null,p):this._setValue(h,this._getLastPickedDateIndex()+1):this._setValue(h,this._getLastPickedDateIndex()),this._hasTime()||this._options.keepOpen||this._options.inline||this._options.allowMultidate||this.hide();break;case"incrementHours":if(!r)break;var d=r.clone().add(1,"h");this._isValid(d,"h")&&(this._getLastPickedDateIndex()<0&&this.date(d),this._setValue(d,this._getLastPickedDateIndex()));break;case"incrementMinutes":if(!r)break;var f=r.clone().add(this._options.stepping,"m");this._isValid(f,"m")&&(this._getLastPickedDateIndex()<0&&this.date(f),this._setValue(f,this._getLastPickedDateIndex()));break;case"incrementSeconds":if(!r)break;var m=r.clone().add(1,"s");this._isValid(m,"s")&&(this._getLastPickedDateIndex()<0&&this.date(m),this._setValue(m,this._getLastPickedDateIndex()));break;case"decrementHours":if(!r)break;var g=r.clone().subtract(1,"h");this._isValid(g,"h")&&(this._getLastPickedDateIndex()<0&&this.date(g),this._setValue(g,this._getLastPickedDateIndex()));break;case"decrementMinutes":if(!r)break;var b=r.clone().subtract(this._options.stepping,"m");this._isValid(b,"m")&&(this._getLastPickedDateIndex()<0&&this.date(b),this._setValue(b,this._getLastPickedDateIndex()));break;case"decrementSeconds":if(!r)break;var v=r.clone().subtract(1,"s");this._isValid(v,"s")&&(this._getLastPickedDateIndex()<0&&this.date(v),this._setValue(v,this._getLastPickedDateIndex()));break;case"togglePeriod":this._setValue(r.clone().add(r.hours()>=12?-12:12,"h"),this._getLastPickedDateIndex());break;case"togglePicker":var y,M,w=e(n.target),x=w.closest("a"),A=w.closest("ul"),O=A.find(".show"),k=A.find(".collapse:not(.show)"),T=w.is("span")?w:w.find("span");if(O&&O.length){if((y=O.data("collapse"))&&y.transitioning)return!0;O.collapse?(O.collapse("hide"),k.collapse("show")):(O.removeClass("show"),k.addClass("show")),this._useFeatherIcons()?(x.toggleClass(this._options.icons.time+" "+this._options.icons.date),M=x.hasClass(this._options.icons.time)?this._options.icons.date:this._options.icons.time,x.html(this._iconTag(M))):T.toggleClass(this._options.icons.time+" "+this._options.icons.date),(this._useFeatherIcons()?x.hasClass(this._options.icons.date):T.hasClass(this._options.icons.date))?x.attr("title",this._options.tooltips.selectDate):x.attr("title",this._options.tooltips.selectTime)}break;case"showPicker":this.widget.find(".timepicker > div:not(.timepicker-picker)").hide(),this.widget.find(".timepicker .timepicker-picker").show();break;case"showHours":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-hours").show();break;case"showMinutes":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-minutes").show();break;case"showSeconds":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-seconds").show();break;case"selectHour":var S=parseInt(e(n.target).text(),10);this.use24Hours||(r.hours()>=12?12!==S&&(S+=12):12===S&&(S=0)),this._setValue(r.clone().hours(S),this._getLastPickedDateIndex()),this._isEnabled("a")||this._isEnabled("m")||this._options.keepOpen||this._options.inline?this._doAction(n,"showPicker"):this.hide();break;case"selectMinute":this._setValue(r.clone().minutes(parseInt(e(n.target).text(),10)),this._getLastPickedDateIndex()),this._isEnabled("a")||this._isEnabled("s")||this._options.keepOpen||this._options.inline?this._doAction(n,"showPicker"):this.hide();break;case"selectSecond":this._setValue(r.clone().seconds(parseInt(e(n.target).text(),10)),this._getLastPickedDateIndex()),this._isEnabled("a")||this._options.keepOpen||this._options.inline?this._doAction(n,"showPicker"):this.hide();break;case"clear":this.clear();break;case"close":this.hide();break;case"today":var z=this.getMoment();this._isValid(z,"d")&&this._setValue(z,this._getLastPickedDateIndex())}return!1},c.hide=function(){var n=!1;if(this.widget&&(this.widget.find(".collapse").each((function(){var t=e(this).data("collapse");return!t||!t.transitioning||(n=!0,!1)})),!n)){this.component&&this.component.hasClass("btn")&&this.component.toggleClass("active"),this.widget.hide(),e(window).off("resize",this._place),this.widget.off("click","[data-action]"),this.widget.off("mousedown",!1),this.widget.remove(),this.widget=!1,void 0!==this.input&&void 0!==this.input.val()&&0!==this.input.val().trim().length&&this._setValue(this._parseInputDate(this.input.val().trim(),{isPickerShow:!1}),0);var i=this._getLastPickedDate();this._notifyEvent({type:t.Event.HIDE,date:this.unset?null:i?i.clone():void 0}),void 0!==this.input&&this.input.blur(),this._viewDate=i?i.clone():this.getMoment()}},c.show=function(){var n,i=!1;if(void 0!==this.input){if(this.input.prop("disabled")||!this._options.ignoreReadonly&&this.input.prop("readonly")||this.widget)return;void 0!==this.input.val()&&0!==this.input.val().trim().length?this._setValue(this._parseInputDate(this.input.val().trim(),{isPickerShow:!0}),0):i=!0}else i=!0;i&&this.unset&&this._options.useCurrent&&(n=this.getMoment(),"string"===typeof this._options.useCurrent&&(n={year:function(e){return e.month(0).date(1).hours(0).seconds(0).minutes(0)},month:function(e){return e.date(1).hours(0).seconds(0).minutes(0)},day:function(e){return e.hours(0).seconds(0).minutes(0)},hour:function(e){return e.seconds(0).minutes(0)},minute:function(e){return e.seconds(0)}}[this._options.useCurrent](n)),this._setValue(n,0)),this.widget=this._getTemplate(),this._fillDow(),this._fillMonths(),this.widget.find(".timepicker-hours").hide(),this.widget.find(".timepicker-minutes").hide(),this.widget.find(".timepicker-seconds").hide(),this._update(),this._showMode(),e(window).on("resize",{picker:this},this._place),this.widget.on("click","[data-action]",e.proxy(this._doAction,this)),this.widget.on("mousedown",!1),this.component&&this.component.hasClass("btn")&&this.component.toggleClass("active"),this._place(),this.widget.show(),void 0!==this.input&&this._options.focusOnShow&&!this.input.is(":focus")&&this.input.focus(),this._notifyEvent({type:t.Event.SHOW})},c.destroy=function(){this.hide(),this._element.removeData(t.DATA_KEY),this._element.removeData("date")},c.disable=function(){this.hide(),this.component&&this.component.hasClass("btn")&&this.component.addClass("disabled"),void 0!==this.input&&this.input.prop("disabled",!0)},c.enable=function(){this.component&&this.component.hasClass("btn")&&this.component.removeClass("disabled"),void 0!==this.input&&this.input.prop("disabled",!1)},c.toolbarPlacement=function(e){if(0===arguments.length)return this._options.toolbarPlacement;if("string"!==typeof e)throw new TypeError("toolbarPlacement() expects a string parameter");if(-1===o.indexOf(e))throw new TypeError("toolbarPlacement() parameter must be one of ("+o.join(", ")+") value");this._options.toolbarPlacement=e,this.widget&&(this.hide(),this.show())},c.widgetPositioning=function(t){if(0===arguments.length)return e.extend({},this._options.widgetPositioning);if("[object Object]"!=={}.toString.call(t))throw new TypeError("widgetPositioning() expects an object variable");if(t.horizontal){if("string"!==typeof t.horizontal)throw new TypeError("widgetPositioning() horizontal variable must be a string");if(t.horizontal=t.horizontal.toLowerCase(),-1===r.indexOf(t.horizontal))throw new TypeError("widgetPositioning() expects horizontal parameter to be one of ("+r.join(", ")+")");this._options.widgetPositioning.horizontal=t.horizontal}if(t.vertical){if("string"!==typeof t.vertical)throw new TypeError("widgetPositioning() vertical variable must be a string");if(t.vertical=t.vertical.toLowerCase(),-1===i.indexOf(t.vertical))throw new TypeError("widgetPositioning() expects vertical parameter to be one of ("+i.join(", ")+")");this._options.widgetPositioning.vertical=t.vertical}this._update()},c.widgetParent=function(t){if(0===arguments.length)return this._options.widgetParent;if("string"===typeof t&&(t=e(t)),null!==t&&"string"!==typeof t&&!(t instanceof e))throw new TypeError("widgetParent() expects a string or a jQuery object parameter");this._options.widgetParent=t,this.widget&&(this.hide(),this.show())},c.setMultiDate=function(e){var t=this._options.format;this.clear();for(var n=0;n{e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],i=0;i{"use strict";var i=n(7125);t.Ay=i.default,i.useMedia,i.useMediaLayout},7125:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(5043),r=n(5549);t.mockMediaQueryList={media:"",matches:!1,onchange:r.noop,addListener:r.noop,removeListener:r.noop,addEventListener:r.noop,removeEventListener:r.noop,dispatchEvent:function(e){return!0}};var o=function(e){return function(n,o){void 0===o&&(o=!1);var s=i.useState(o),a=s[0],l=s[1],c=r.queryObjectToString(n);return e((function(){var e=!0,n="undefined"===typeof window?t.mockMediaQueryList:window.matchMedia(c),i=function(){e&&l(Boolean(n.matches))};return n.addListener(i),l(n.matches),function(){e=!1,n.removeListener(i)}}),[c]),a}};t.useMedia=o(i.useEffect),t.useMediaLayout=o(i.useLayoutEffect),t.default=t.useMedia},3330:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()})).toLowerCase()}},5549:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(3330);t.camelToHyphen=i.default;var r=n(1258);t.queryObjectToString=r.default;var o=n(9285);t.noop=o.default},9285:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){}},1258:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(3330);t.default=function(e){return"string"===typeof e?e:Object.entries(e).map((function(e){var t=e[0],n=e[1],r=i.default(t),o=n;return"boolean"===typeof o?o?r:"not "+r:("number"===typeof o&&/[height|width]$/.test(r)&&(o+="px"),"("+r+": "+o+")")})).join(" and ")}},6440:e=>{"use strict";var t=function(){};e.exports=t},8678:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},4548:(e,t,n)=>{"use strict";function i(e){var t=this;if(t instanceof i||(t=new i),t.tail=null,t.head=null,t.length=0,e&&"function"===typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var n=0,r=arguments.length;n1)n=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,n=this.head.value}for(var r=0;null!==i;r++)n=e(n,i.value,r),i=i.next;return n},i.prototype.reduceReverse=function(e,t){var n,i=this.tail;if(arguments.length>1)n=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,n=this.tail.value}for(var r=this.length-1;null!==i;r--)n=e(n,i.value,r),i=i.prev;return n},i.prototype.toArray=function(){for(var e=new Array(this.length),t=0,n=this.head;null!==n;t++)e[t]=n.value,n=n.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,n=this.tail;null!==n;t++)e[t]=n.value,n=n.prev;return e},i.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var n=new i;if(tthis.length&&(t=this.length);for(var r=0,o=this.head;null!==o&&rthis.length&&(t=this.length);for(var r=this.length,o=this.tail;null!==o&&r>t;r--)o=o.prev;for(;null!==o&&r>e;r--,o=o.prev)n.push(o.value);return n},i.prototype.splice=function(e,t){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,i=this.head;null!==i&&n{"use strict";e.exports=n.p+"static/media/index.cd351d7c31d0d3fccf96.cjs"},9746:()=>{},9977:()=>{},197:()=>{},1866:()=>{},2739:()=>{},2559:e=>{"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},4374:e=>{"use strict";e.exports=JSON.parse('{"Aacute":"\xc1","aacute":"\xe1","Abreve":"\u0102","abreve":"\u0103","ac":"\u223e","acd":"\u223f","acE":"\u223e\u0333","Acirc":"\xc2","acirc":"\xe2","acute":"\xb4","Acy":"\u0410","acy":"\u0430","AElig":"\xc6","aelig":"\xe6","af":"\u2061","Afr":"\ud835\udd04","afr":"\ud835\udd1e","Agrave":"\xc0","agrave":"\xe0","alefsym":"\u2135","aleph":"\u2135","Alpha":"\u0391","alpha":"\u03b1","Amacr":"\u0100","amacr":"\u0101","amalg":"\u2a3f","amp":"&","AMP":"&","andand":"\u2a55","And":"\u2a53","and":"\u2227","andd":"\u2a5c","andslope":"\u2a58","andv":"\u2a5a","ang":"\u2220","ange":"\u29a4","angle":"\u2220","angmsdaa":"\u29a8","angmsdab":"\u29a9","angmsdac":"\u29aa","angmsdad":"\u29ab","angmsdae":"\u29ac","angmsdaf":"\u29ad","angmsdag":"\u29ae","angmsdah":"\u29af","angmsd":"\u2221","angrt":"\u221f","angrtvb":"\u22be","angrtvbd":"\u299d","angsph":"\u2222","angst":"\xc5","angzarr":"\u237c","Aogon":"\u0104","aogon":"\u0105","Aopf":"\ud835\udd38","aopf":"\ud835\udd52","apacir":"\u2a6f","ap":"\u2248","apE":"\u2a70","ape":"\u224a","apid":"\u224b","apos":"\'","ApplyFunction":"\u2061","approx":"\u2248","approxeq":"\u224a","Aring":"\xc5","aring":"\xe5","Ascr":"\ud835\udc9c","ascr":"\ud835\udcb6","Assign":"\u2254","ast":"*","asymp":"\u2248","asympeq":"\u224d","Atilde":"\xc3","atilde":"\xe3","Auml":"\xc4","auml":"\xe4","awconint":"\u2233","awint":"\u2a11","backcong":"\u224c","backepsilon":"\u03f6","backprime":"\u2035","backsim":"\u223d","backsimeq":"\u22cd","Backslash":"\u2216","Barv":"\u2ae7","barvee":"\u22bd","barwed":"\u2305","Barwed":"\u2306","barwedge":"\u2305","bbrk":"\u23b5","bbrktbrk":"\u23b6","bcong":"\u224c","Bcy":"\u0411","bcy":"\u0431","bdquo":"\u201e","becaus":"\u2235","because":"\u2235","Because":"\u2235","bemptyv":"\u29b0","bepsi":"\u03f6","bernou":"\u212c","Bernoullis":"\u212c","Beta":"\u0392","beta":"\u03b2","beth":"\u2136","between":"\u226c","Bfr":"\ud835\udd05","bfr":"\ud835\udd1f","bigcap":"\u22c2","bigcirc":"\u25ef","bigcup":"\u22c3","bigodot":"\u2a00","bigoplus":"\u2a01","bigotimes":"\u2a02","bigsqcup":"\u2a06","bigstar":"\u2605","bigtriangledown":"\u25bd","bigtriangleup":"\u25b3","biguplus":"\u2a04","bigvee":"\u22c1","bigwedge":"\u22c0","bkarow":"\u290d","blacklozenge":"\u29eb","blacksquare":"\u25aa","blacktriangle":"\u25b4","blacktriangledown":"\u25be","blacktriangleleft":"\u25c2","blacktriangleright":"\u25b8","blank":"\u2423","blk12":"\u2592","blk14":"\u2591","blk34":"\u2593","block":"\u2588","bne":"=\u20e5","bnequiv":"\u2261\u20e5","bNot":"\u2aed","bnot":"\u2310","Bopf":"\ud835\udd39","bopf":"\ud835\udd53","bot":"\u22a5","bottom":"\u22a5","bowtie":"\u22c8","boxbox":"\u29c9","boxdl":"\u2510","boxdL":"\u2555","boxDl":"\u2556","boxDL":"\u2557","boxdr":"\u250c","boxdR":"\u2552","boxDr":"\u2553","boxDR":"\u2554","boxh":"\u2500","boxH":"\u2550","boxhd":"\u252c","boxHd":"\u2564","boxhD":"\u2565","boxHD":"\u2566","boxhu":"\u2534","boxHu":"\u2567","boxhU":"\u2568","boxHU":"\u2569","boxminus":"\u229f","boxplus":"\u229e","boxtimes":"\u22a0","boxul":"\u2518","boxuL":"\u255b","boxUl":"\u255c","boxUL":"\u255d","boxur":"\u2514","boxuR":"\u2558","boxUr":"\u2559","boxUR":"\u255a","boxv":"\u2502","boxV":"\u2551","boxvh":"\u253c","boxvH":"\u256a","boxVh":"\u256b","boxVH":"\u256c","boxvl":"\u2524","boxvL":"\u2561","boxVl":"\u2562","boxVL":"\u2563","boxvr":"\u251c","boxvR":"\u255e","boxVr":"\u255f","boxVR":"\u2560","bprime":"\u2035","breve":"\u02d8","Breve":"\u02d8","brvbar":"\xa6","bscr":"\ud835\udcb7","Bscr":"\u212c","bsemi":"\u204f","bsim":"\u223d","bsime":"\u22cd","bsolb":"\u29c5","bsol":"\\\\","bsolhsub":"\u27c8","bull":"\u2022","bullet":"\u2022","bump":"\u224e","bumpE":"\u2aae","bumpe":"\u224f","Bumpeq":"\u224e","bumpeq":"\u224f","Cacute":"\u0106","cacute":"\u0107","capand":"\u2a44","capbrcup":"\u2a49","capcap":"\u2a4b","cap":"\u2229","Cap":"\u22d2","capcup":"\u2a47","capdot":"\u2a40","CapitalDifferentialD":"\u2145","caps":"\u2229\ufe00","caret":"\u2041","caron":"\u02c7","Cayleys":"\u212d","ccaps":"\u2a4d","Ccaron":"\u010c","ccaron":"\u010d","Ccedil":"\xc7","ccedil":"\xe7","Ccirc":"\u0108","ccirc":"\u0109","Cconint":"\u2230","ccups":"\u2a4c","ccupssm":"\u2a50","Cdot":"\u010a","cdot":"\u010b","cedil":"\xb8","Cedilla":"\xb8","cemptyv":"\u29b2","cent":"\xa2","centerdot":"\xb7","CenterDot":"\xb7","cfr":"\ud835\udd20","Cfr":"\u212d","CHcy":"\u0427","chcy":"\u0447","check":"\u2713","checkmark":"\u2713","Chi":"\u03a7","chi":"\u03c7","circ":"\u02c6","circeq":"\u2257","circlearrowleft":"\u21ba","circlearrowright":"\u21bb","circledast":"\u229b","circledcirc":"\u229a","circleddash":"\u229d","CircleDot":"\u2299","circledR":"\xae","circledS":"\u24c8","CircleMinus":"\u2296","CirclePlus":"\u2295","CircleTimes":"\u2297","cir":"\u25cb","cirE":"\u29c3","cire":"\u2257","cirfnint":"\u2a10","cirmid":"\u2aef","cirscir":"\u29c2","ClockwiseContourIntegral":"\u2232","CloseCurlyDoubleQuote":"\u201d","CloseCurlyQuote":"\u2019","clubs":"\u2663","clubsuit":"\u2663","colon":":","Colon":"\u2237","Colone":"\u2a74","colone":"\u2254","coloneq":"\u2254","comma":",","commat":"@","comp":"\u2201","compfn":"\u2218","complement":"\u2201","complexes":"\u2102","cong":"\u2245","congdot":"\u2a6d","Congruent":"\u2261","conint":"\u222e","Conint":"\u222f","ContourIntegral":"\u222e","copf":"\ud835\udd54","Copf":"\u2102","coprod":"\u2210","Coproduct":"\u2210","copy":"\xa9","COPY":"\xa9","copysr":"\u2117","CounterClockwiseContourIntegral":"\u2233","crarr":"\u21b5","cross":"\u2717","Cross":"\u2a2f","Cscr":"\ud835\udc9e","cscr":"\ud835\udcb8","csub":"\u2acf","csube":"\u2ad1","csup":"\u2ad0","csupe":"\u2ad2","ctdot":"\u22ef","cudarrl":"\u2938","cudarrr":"\u2935","cuepr":"\u22de","cuesc":"\u22df","cularr":"\u21b6","cularrp":"\u293d","cupbrcap":"\u2a48","cupcap":"\u2a46","CupCap":"\u224d","cup":"\u222a","Cup":"\u22d3","cupcup":"\u2a4a","cupdot":"\u228d","cupor":"\u2a45","cups":"\u222a\ufe00","curarr":"\u21b7","curarrm":"\u293c","curlyeqprec":"\u22de","curlyeqsucc":"\u22df","curlyvee":"\u22ce","curlywedge":"\u22cf","curren":"\xa4","curvearrowleft":"\u21b6","curvearrowright":"\u21b7","cuvee":"\u22ce","cuwed":"\u22cf","cwconint":"\u2232","cwint":"\u2231","cylcty":"\u232d","dagger":"\u2020","Dagger":"\u2021","daleth":"\u2138","darr":"\u2193","Darr":"\u21a1","dArr":"\u21d3","dash":"\u2010","Dashv":"\u2ae4","dashv":"\u22a3","dbkarow":"\u290f","dblac":"\u02dd","Dcaron":"\u010e","dcaron":"\u010f","Dcy":"\u0414","dcy":"\u0434","ddagger":"\u2021","ddarr":"\u21ca","DD":"\u2145","dd":"\u2146","DDotrahd":"\u2911","ddotseq":"\u2a77","deg":"\xb0","Del":"\u2207","Delta":"\u0394","delta":"\u03b4","demptyv":"\u29b1","dfisht":"\u297f","Dfr":"\ud835\udd07","dfr":"\ud835\udd21","dHar":"\u2965","dharl":"\u21c3","dharr":"\u21c2","DiacriticalAcute":"\xb4","DiacriticalDot":"\u02d9","DiacriticalDoubleAcute":"\u02dd","DiacriticalGrave":"`","DiacriticalTilde":"\u02dc","diam":"\u22c4","diamond":"\u22c4","Diamond":"\u22c4","diamondsuit":"\u2666","diams":"\u2666","die":"\xa8","DifferentialD":"\u2146","digamma":"\u03dd","disin":"\u22f2","div":"\xf7","divide":"\xf7","divideontimes":"\u22c7","divonx":"\u22c7","DJcy":"\u0402","djcy":"\u0452","dlcorn":"\u231e","dlcrop":"\u230d","dollar":"$","Dopf":"\ud835\udd3b","dopf":"\ud835\udd55","Dot":"\xa8","dot":"\u02d9","DotDot":"\u20dc","doteq":"\u2250","doteqdot":"\u2251","DotEqual":"\u2250","dotminus":"\u2238","dotplus":"\u2214","dotsquare":"\u22a1","doublebarwedge":"\u2306","DoubleContourIntegral":"\u222f","DoubleDot":"\xa8","DoubleDownArrow":"\u21d3","DoubleLeftArrow":"\u21d0","DoubleLeftRightArrow":"\u21d4","DoubleLeftTee":"\u2ae4","DoubleLongLeftArrow":"\u27f8","DoubleLongLeftRightArrow":"\u27fa","DoubleLongRightArrow":"\u27f9","DoubleRightArrow":"\u21d2","DoubleRightTee":"\u22a8","DoubleUpArrow":"\u21d1","DoubleUpDownArrow":"\u21d5","DoubleVerticalBar":"\u2225","DownArrowBar":"\u2913","downarrow":"\u2193","DownArrow":"\u2193","Downarrow":"\u21d3","DownArrowUpArrow":"\u21f5","DownBreve":"\u0311","downdownarrows":"\u21ca","downharpoonleft":"\u21c3","downharpoonright":"\u21c2","DownLeftRightVector":"\u2950","DownLeftTeeVector":"\u295e","DownLeftVectorBar":"\u2956","DownLeftVector":"\u21bd","DownRightTeeVector":"\u295f","DownRightVectorBar":"\u2957","DownRightVector":"\u21c1","DownTeeArrow":"\u21a7","DownTee":"\u22a4","drbkarow":"\u2910","drcorn":"\u231f","drcrop":"\u230c","Dscr":"\ud835\udc9f","dscr":"\ud835\udcb9","DScy":"\u0405","dscy":"\u0455","dsol":"\u29f6","Dstrok":"\u0110","dstrok":"\u0111","dtdot":"\u22f1","dtri":"\u25bf","dtrif":"\u25be","duarr":"\u21f5","duhar":"\u296f","dwangle":"\u29a6","DZcy":"\u040f","dzcy":"\u045f","dzigrarr":"\u27ff","Eacute":"\xc9","eacute":"\xe9","easter":"\u2a6e","Ecaron":"\u011a","ecaron":"\u011b","Ecirc":"\xca","ecirc":"\xea","ecir":"\u2256","ecolon":"\u2255","Ecy":"\u042d","ecy":"\u044d","eDDot":"\u2a77","Edot":"\u0116","edot":"\u0117","eDot":"\u2251","ee":"\u2147","efDot":"\u2252","Efr":"\ud835\udd08","efr":"\ud835\udd22","eg":"\u2a9a","Egrave":"\xc8","egrave":"\xe8","egs":"\u2a96","egsdot":"\u2a98","el":"\u2a99","Element":"\u2208","elinters":"\u23e7","ell":"\u2113","els":"\u2a95","elsdot":"\u2a97","Emacr":"\u0112","emacr":"\u0113","empty":"\u2205","emptyset":"\u2205","EmptySmallSquare":"\u25fb","emptyv":"\u2205","EmptyVerySmallSquare":"\u25ab","emsp13":"\u2004","emsp14":"\u2005","emsp":"\u2003","ENG":"\u014a","eng":"\u014b","ensp":"\u2002","Eogon":"\u0118","eogon":"\u0119","Eopf":"\ud835\udd3c","eopf":"\ud835\udd56","epar":"\u22d5","eparsl":"\u29e3","eplus":"\u2a71","epsi":"\u03b5","Epsilon":"\u0395","epsilon":"\u03b5","epsiv":"\u03f5","eqcirc":"\u2256","eqcolon":"\u2255","eqsim":"\u2242","eqslantgtr":"\u2a96","eqslantless":"\u2a95","Equal":"\u2a75","equals":"=","EqualTilde":"\u2242","equest":"\u225f","Equilibrium":"\u21cc","equiv":"\u2261","equivDD":"\u2a78","eqvparsl":"\u29e5","erarr":"\u2971","erDot":"\u2253","escr":"\u212f","Escr":"\u2130","esdot":"\u2250","Esim":"\u2a73","esim":"\u2242","Eta":"\u0397","eta":"\u03b7","ETH":"\xd0","eth":"\xf0","Euml":"\xcb","euml":"\xeb","euro":"\u20ac","excl":"!","exist":"\u2203","Exists":"\u2203","expectation":"\u2130","exponentiale":"\u2147","ExponentialE":"\u2147","fallingdotseq":"\u2252","Fcy":"\u0424","fcy":"\u0444","female":"\u2640","ffilig":"\ufb03","fflig":"\ufb00","ffllig":"\ufb04","Ffr":"\ud835\udd09","ffr":"\ud835\udd23","filig":"\ufb01","FilledSmallSquare":"\u25fc","FilledVerySmallSquare":"\u25aa","fjlig":"fj","flat":"\u266d","fllig":"\ufb02","fltns":"\u25b1","fnof":"\u0192","Fopf":"\ud835\udd3d","fopf":"\ud835\udd57","forall":"\u2200","ForAll":"\u2200","fork":"\u22d4","forkv":"\u2ad9","Fouriertrf":"\u2131","fpartint":"\u2a0d","frac12":"\xbd","frac13":"\u2153","frac14":"\xbc","frac15":"\u2155","frac16":"\u2159","frac18":"\u215b","frac23":"\u2154","frac25":"\u2156","frac34":"\xbe","frac35":"\u2157","frac38":"\u215c","frac45":"\u2158","frac56":"\u215a","frac58":"\u215d","frac78":"\u215e","frasl":"\u2044","frown":"\u2322","fscr":"\ud835\udcbb","Fscr":"\u2131","gacute":"\u01f5","Gamma":"\u0393","gamma":"\u03b3","Gammad":"\u03dc","gammad":"\u03dd","gap":"\u2a86","Gbreve":"\u011e","gbreve":"\u011f","Gcedil":"\u0122","Gcirc":"\u011c","gcirc":"\u011d","Gcy":"\u0413","gcy":"\u0433","Gdot":"\u0120","gdot":"\u0121","ge":"\u2265","gE":"\u2267","gEl":"\u2a8c","gel":"\u22db","geq":"\u2265","geqq":"\u2267","geqslant":"\u2a7e","gescc":"\u2aa9","ges":"\u2a7e","gesdot":"\u2a80","gesdoto":"\u2a82","gesdotol":"\u2a84","gesl":"\u22db\ufe00","gesles":"\u2a94","Gfr":"\ud835\udd0a","gfr":"\ud835\udd24","gg":"\u226b","Gg":"\u22d9","ggg":"\u22d9","gimel":"\u2137","GJcy":"\u0403","gjcy":"\u0453","gla":"\u2aa5","gl":"\u2277","glE":"\u2a92","glj":"\u2aa4","gnap":"\u2a8a","gnapprox":"\u2a8a","gne":"\u2a88","gnE":"\u2269","gneq":"\u2a88","gneqq":"\u2269","gnsim":"\u22e7","Gopf":"\ud835\udd3e","gopf":"\ud835\udd58","grave":"`","GreaterEqual":"\u2265","GreaterEqualLess":"\u22db","GreaterFullEqual":"\u2267","GreaterGreater":"\u2aa2","GreaterLess":"\u2277","GreaterSlantEqual":"\u2a7e","GreaterTilde":"\u2273","Gscr":"\ud835\udca2","gscr":"\u210a","gsim":"\u2273","gsime":"\u2a8e","gsiml":"\u2a90","gtcc":"\u2aa7","gtcir":"\u2a7a","gt":">","GT":">","Gt":"\u226b","gtdot":"\u22d7","gtlPar":"\u2995","gtquest":"\u2a7c","gtrapprox":"\u2a86","gtrarr":"\u2978","gtrdot":"\u22d7","gtreqless":"\u22db","gtreqqless":"\u2a8c","gtrless":"\u2277","gtrsim":"\u2273","gvertneqq":"\u2269\ufe00","gvnE":"\u2269\ufe00","Hacek":"\u02c7","hairsp":"\u200a","half":"\xbd","hamilt":"\u210b","HARDcy":"\u042a","hardcy":"\u044a","harrcir":"\u2948","harr":"\u2194","hArr":"\u21d4","harrw":"\u21ad","Hat":"^","hbar":"\u210f","Hcirc":"\u0124","hcirc":"\u0125","hearts":"\u2665","heartsuit":"\u2665","hellip":"\u2026","hercon":"\u22b9","hfr":"\ud835\udd25","Hfr":"\u210c","HilbertSpace":"\u210b","hksearow":"\u2925","hkswarow":"\u2926","hoarr":"\u21ff","homtht":"\u223b","hookleftarrow":"\u21a9","hookrightarrow":"\u21aa","hopf":"\ud835\udd59","Hopf":"\u210d","horbar":"\u2015","HorizontalLine":"\u2500","hscr":"\ud835\udcbd","Hscr":"\u210b","hslash":"\u210f","Hstrok":"\u0126","hstrok":"\u0127","HumpDownHump":"\u224e","HumpEqual":"\u224f","hybull":"\u2043","hyphen":"\u2010","Iacute":"\xcd","iacute":"\xed","ic":"\u2063","Icirc":"\xce","icirc":"\xee","Icy":"\u0418","icy":"\u0438","Idot":"\u0130","IEcy":"\u0415","iecy":"\u0435","iexcl":"\xa1","iff":"\u21d4","ifr":"\ud835\udd26","Ifr":"\u2111","Igrave":"\xcc","igrave":"\xec","ii":"\u2148","iiiint":"\u2a0c","iiint":"\u222d","iinfin":"\u29dc","iiota":"\u2129","IJlig":"\u0132","ijlig":"\u0133","Imacr":"\u012a","imacr":"\u012b","image":"\u2111","ImaginaryI":"\u2148","imagline":"\u2110","imagpart":"\u2111","imath":"\u0131","Im":"\u2111","imof":"\u22b7","imped":"\u01b5","Implies":"\u21d2","incare":"\u2105","in":"\u2208","infin":"\u221e","infintie":"\u29dd","inodot":"\u0131","intcal":"\u22ba","int":"\u222b","Int":"\u222c","integers":"\u2124","Integral":"\u222b","intercal":"\u22ba","Intersection":"\u22c2","intlarhk":"\u2a17","intprod":"\u2a3c","InvisibleComma":"\u2063","InvisibleTimes":"\u2062","IOcy":"\u0401","iocy":"\u0451","Iogon":"\u012e","iogon":"\u012f","Iopf":"\ud835\udd40","iopf":"\ud835\udd5a","Iota":"\u0399","iota":"\u03b9","iprod":"\u2a3c","iquest":"\xbf","iscr":"\ud835\udcbe","Iscr":"\u2110","isin":"\u2208","isindot":"\u22f5","isinE":"\u22f9","isins":"\u22f4","isinsv":"\u22f3","isinv":"\u2208","it":"\u2062","Itilde":"\u0128","itilde":"\u0129","Iukcy":"\u0406","iukcy":"\u0456","Iuml":"\xcf","iuml":"\xef","Jcirc":"\u0134","jcirc":"\u0135","Jcy":"\u0419","jcy":"\u0439","Jfr":"\ud835\udd0d","jfr":"\ud835\udd27","jmath":"\u0237","Jopf":"\ud835\udd41","jopf":"\ud835\udd5b","Jscr":"\ud835\udca5","jscr":"\ud835\udcbf","Jsercy":"\u0408","jsercy":"\u0458","Jukcy":"\u0404","jukcy":"\u0454","Kappa":"\u039a","kappa":"\u03ba","kappav":"\u03f0","Kcedil":"\u0136","kcedil":"\u0137","Kcy":"\u041a","kcy":"\u043a","Kfr":"\ud835\udd0e","kfr":"\ud835\udd28","kgreen":"\u0138","KHcy":"\u0425","khcy":"\u0445","KJcy":"\u040c","kjcy":"\u045c","Kopf":"\ud835\udd42","kopf":"\ud835\udd5c","Kscr":"\ud835\udca6","kscr":"\ud835\udcc0","lAarr":"\u21da","Lacute":"\u0139","lacute":"\u013a","laemptyv":"\u29b4","lagran":"\u2112","Lambda":"\u039b","lambda":"\u03bb","lang":"\u27e8","Lang":"\u27ea","langd":"\u2991","langle":"\u27e8","lap":"\u2a85","Laplacetrf":"\u2112","laquo":"\xab","larrb":"\u21e4","larrbfs":"\u291f","larr":"\u2190","Larr":"\u219e","lArr":"\u21d0","larrfs":"\u291d","larrhk":"\u21a9","larrlp":"\u21ab","larrpl":"\u2939","larrsim":"\u2973","larrtl":"\u21a2","latail":"\u2919","lAtail":"\u291b","lat":"\u2aab","late":"\u2aad","lates":"\u2aad\ufe00","lbarr":"\u290c","lBarr":"\u290e","lbbrk":"\u2772","lbrace":"{","lbrack":"[","lbrke":"\u298b","lbrksld":"\u298f","lbrkslu":"\u298d","Lcaron":"\u013d","lcaron":"\u013e","Lcedil":"\u013b","lcedil":"\u013c","lceil":"\u2308","lcub":"{","Lcy":"\u041b","lcy":"\u043b","ldca":"\u2936","ldquo":"\u201c","ldquor":"\u201e","ldrdhar":"\u2967","ldrushar":"\u294b","ldsh":"\u21b2","le":"\u2264","lE":"\u2266","LeftAngleBracket":"\u27e8","LeftArrowBar":"\u21e4","leftarrow":"\u2190","LeftArrow":"\u2190","Leftarrow":"\u21d0","LeftArrowRightArrow":"\u21c6","leftarrowtail":"\u21a2","LeftCeiling":"\u2308","LeftDoubleBracket":"\u27e6","LeftDownTeeVector":"\u2961","LeftDownVectorBar":"\u2959","LeftDownVector":"\u21c3","LeftFloor":"\u230a","leftharpoondown":"\u21bd","leftharpoonup":"\u21bc","leftleftarrows":"\u21c7","leftrightarrow":"\u2194","LeftRightArrow":"\u2194","Leftrightarrow":"\u21d4","leftrightarrows":"\u21c6","leftrightharpoons":"\u21cb","leftrightsquigarrow":"\u21ad","LeftRightVector":"\u294e","LeftTeeArrow":"\u21a4","LeftTee":"\u22a3","LeftTeeVector":"\u295a","leftthreetimes":"\u22cb","LeftTriangleBar":"\u29cf","LeftTriangle":"\u22b2","LeftTriangleEqual":"\u22b4","LeftUpDownVector":"\u2951","LeftUpTeeVector":"\u2960","LeftUpVectorBar":"\u2958","LeftUpVector":"\u21bf","LeftVectorBar":"\u2952","LeftVector":"\u21bc","lEg":"\u2a8b","leg":"\u22da","leq":"\u2264","leqq":"\u2266","leqslant":"\u2a7d","lescc":"\u2aa8","les":"\u2a7d","lesdot":"\u2a7f","lesdoto":"\u2a81","lesdotor":"\u2a83","lesg":"\u22da\ufe00","lesges":"\u2a93","lessapprox":"\u2a85","lessdot":"\u22d6","lesseqgtr":"\u22da","lesseqqgtr":"\u2a8b","LessEqualGreater":"\u22da","LessFullEqual":"\u2266","LessGreater":"\u2276","lessgtr":"\u2276","LessLess":"\u2aa1","lesssim":"\u2272","LessSlantEqual":"\u2a7d","LessTilde":"\u2272","lfisht":"\u297c","lfloor":"\u230a","Lfr":"\ud835\udd0f","lfr":"\ud835\udd29","lg":"\u2276","lgE":"\u2a91","lHar":"\u2962","lhard":"\u21bd","lharu":"\u21bc","lharul":"\u296a","lhblk":"\u2584","LJcy":"\u0409","ljcy":"\u0459","llarr":"\u21c7","ll":"\u226a","Ll":"\u22d8","llcorner":"\u231e","Lleftarrow":"\u21da","llhard":"\u296b","lltri":"\u25fa","Lmidot":"\u013f","lmidot":"\u0140","lmoustache":"\u23b0","lmoust":"\u23b0","lnap":"\u2a89","lnapprox":"\u2a89","lne":"\u2a87","lnE":"\u2268","lneq":"\u2a87","lneqq":"\u2268","lnsim":"\u22e6","loang":"\u27ec","loarr":"\u21fd","lobrk":"\u27e6","longleftarrow":"\u27f5","LongLeftArrow":"\u27f5","Longleftarrow":"\u27f8","longleftrightarrow":"\u27f7","LongLeftRightArrow":"\u27f7","Longleftrightarrow":"\u27fa","longmapsto":"\u27fc","longrightarrow":"\u27f6","LongRightArrow":"\u27f6","Longrightarrow":"\u27f9","looparrowleft":"\u21ab","looparrowright":"\u21ac","lopar":"\u2985","Lopf":"\ud835\udd43","lopf":"\ud835\udd5d","loplus":"\u2a2d","lotimes":"\u2a34","lowast":"\u2217","lowbar":"_","LowerLeftArrow":"\u2199","LowerRightArrow":"\u2198","loz":"\u25ca","lozenge":"\u25ca","lozf":"\u29eb","lpar":"(","lparlt":"\u2993","lrarr":"\u21c6","lrcorner":"\u231f","lrhar":"\u21cb","lrhard":"\u296d","lrm":"\u200e","lrtri":"\u22bf","lsaquo":"\u2039","lscr":"\ud835\udcc1","Lscr":"\u2112","lsh":"\u21b0","Lsh":"\u21b0","lsim":"\u2272","lsime":"\u2a8d","lsimg":"\u2a8f","lsqb":"[","lsquo":"\u2018","lsquor":"\u201a","Lstrok":"\u0141","lstrok":"\u0142","ltcc":"\u2aa6","ltcir":"\u2a79","lt":"<","LT":"<","Lt":"\u226a","ltdot":"\u22d6","lthree":"\u22cb","ltimes":"\u22c9","ltlarr":"\u2976","ltquest":"\u2a7b","ltri":"\u25c3","ltrie":"\u22b4","ltrif":"\u25c2","ltrPar":"\u2996","lurdshar":"\u294a","luruhar":"\u2966","lvertneqq":"\u2268\ufe00","lvnE":"\u2268\ufe00","macr":"\xaf","male":"\u2642","malt":"\u2720","maltese":"\u2720","Map":"\u2905","map":"\u21a6","mapsto":"\u21a6","mapstodown":"\u21a7","mapstoleft":"\u21a4","mapstoup":"\u21a5","marker":"\u25ae","mcomma":"\u2a29","Mcy":"\u041c","mcy":"\u043c","mdash":"\u2014","mDDot":"\u223a","measuredangle":"\u2221","MediumSpace":"\u205f","Mellintrf":"\u2133","Mfr":"\ud835\udd10","mfr":"\ud835\udd2a","mho":"\u2127","micro":"\xb5","midast":"*","midcir":"\u2af0","mid":"\u2223","middot":"\xb7","minusb":"\u229f","minus":"\u2212","minusd":"\u2238","minusdu":"\u2a2a","MinusPlus":"\u2213","mlcp":"\u2adb","mldr":"\u2026","mnplus":"\u2213","models":"\u22a7","Mopf":"\ud835\udd44","mopf":"\ud835\udd5e","mp":"\u2213","mscr":"\ud835\udcc2","Mscr":"\u2133","mstpos":"\u223e","Mu":"\u039c","mu":"\u03bc","multimap":"\u22b8","mumap":"\u22b8","nabla":"\u2207","Nacute":"\u0143","nacute":"\u0144","nang":"\u2220\u20d2","nap":"\u2249","napE":"\u2a70\u0338","napid":"\u224b\u0338","napos":"\u0149","napprox":"\u2249","natural":"\u266e","naturals":"\u2115","natur":"\u266e","nbsp":"\xa0","nbump":"\u224e\u0338","nbumpe":"\u224f\u0338","ncap":"\u2a43","Ncaron":"\u0147","ncaron":"\u0148","Ncedil":"\u0145","ncedil":"\u0146","ncong":"\u2247","ncongdot":"\u2a6d\u0338","ncup":"\u2a42","Ncy":"\u041d","ncy":"\u043d","ndash":"\u2013","nearhk":"\u2924","nearr":"\u2197","neArr":"\u21d7","nearrow":"\u2197","ne":"\u2260","nedot":"\u2250\u0338","NegativeMediumSpace":"\u200b","NegativeThickSpace":"\u200b","NegativeThinSpace":"\u200b","NegativeVeryThinSpace":"\u200b","nequiv":"\u2262","nesear":"\u2928","nesim":"\u2242\u0338","NestedGreaterGreater":"\u226b","NestedLessLess":"\u226a","NewLine":"\\n","nexist":"\u2204","nexists":"\u2204","Nfr":"\ud835\udd11","nfr":"\ud835\udd2b","ngE":"\u2267\u0338","nge":"\u2271","ngeq":"\u2271","ngeqq":"\u2267\u0338","ngeqslant":"\u2a7e\u0338","nges":"\u2a7e\u0338","nGg":"\u22d9\u0338","ngsim":"\u2275","nGt":"\u226b\u20d2","ngt":"\u226f","ngtr":"\u226f","nGtv":"\u226b\u0338","nharr":"\u21ae","nhArr":"\u21ce","nhpar":"\u2af2","ni":"\u220b","nis":"\u22fc","nisd":"\u22fa","niv":"\u220b","NJcy":"\u040a","njcy":"\u045a","nlarr":"\u219a","nlArr":"\u21cd","nldr":"\u2025","nlE":"\u2266\u0338","nle":"\u2270","nleftarrow":"\u219a","nLeftarrow":"\u21cd","nleftrightarrow":"\u21ae","nLeftrightarrow":"\u21ce","nleq":"\u2270","nleqq":"\u2266\u0338","nleqslant":"\u2a7d\u0338","nles":"\u2a7d\u0338","nless":"\u226e","nLl":"\u22d8\u0338","nlsim":"\u2274","nLt":"\u226a\u20d2","nlt":"\u226e","nltri":"\u22ea","nltrie":"\u22ec","nLtv":"\u226a\u0338","nmid":"\u2224","NoBreak":"\u2060","NonBreakingSpace":"\xa0","nopf":"\ud835\udd5f","Nopf":"\u2115","Not":"\u2aec","not":"\xac","NotCongruent":"\u2262","NotCupCap":"\u226d","NotDoubleVerticalBar":"\u2226","NotElement":"\u2209","NotEqual":"\u2260","NotEqualTilde":"\u2242\u0338","NotExists":"\u2204","NotGreater":"\u226f","NotGreaterEqual":"\u2271","NotGreaterFullEqual":"\u2267\u0338","NotGreaterGreater":"\u226b\u0338","NotGreaterLess":"\u2279","NotGreaterSlantEqual":"\u2a7e\u0338","NotGreaterTilde":"\u2275","NotHumpDownHump":"\u224e\u0338","NotHumpEqual":"\u224f\u0338","notin":"\u2209","notindot":"\u22f5\u0338","notinE":"\u22f9\u0338","notinva":"\u2209","notinvb":"\u22f7","notinvc":"\u22f6","NotLeftTriangleBar":"\u29cf\u0338","NotLeftTriangle":"\u22ea","NotLeftTriangleEqual":"\u22ec","NotLess":"\u226e","NotLessEqual":"\u2270","NotLessGreater":"\u2278","NotLessLess":"\u226a\u0338","NotLessSlantEqual":"\u2a7d\u0338","NotLessTilde":"\u2274","NotNestedGreaterGreater":"\u2aa2\u0338","NotNestedLessLess":"\u2aa1\u0338","notni":"\u220c","notniva":"\u220c","notnivb":"\u22fe","notnivc":"\u22fd","NotPrecedes":"\u2280","NotPrecedesEqual":"\u2aaf\u0338","NotPrecedesSlantEqual":"\u22e0","NotReverseElement":"\u220c","NotRightTriangleBar":"\u29d0\u0338","NotRightTriangle":"\u22eb","NotRightTriangleEqual":"\u22ed","NotSquareSubset":"\u228f\u0338","NotSquareSubsetEqual":"\u22e2","NotSquareSuperset":"\u2290\u0338","NotSquareSupersetEqual":"\u22e3","NotSubset":"\u2282\u20d2","NotSubsetEqual":"\u2288","NotSucceeds":"\u2281","NotSucceedsEqual":"\u2ab0\u0338","NotSucceedsSlantEqual":"\u22e1","NotSucceedsTilde":"\u227f\u0338","NotSuperset":"\u2283\u20d2","NotSupersetEqual":"\u2289","NotTilde":"\u2241","NotTildeEqual":"\u2244","NotTildeFullEqual":"\u2247","NotTildeTilde":"\u2249","NotVerticalBar":"\u2224","nparallel":"\u2226","npar":"\u2226","nparsl":"\u2afd\u20e5","npart":"\u2202\u0338","npolint":"\u2a14","npr":"\u2280","nprcue":"\u22e0","nprec":"\u2280","npreceq":"\u2aaf\u0338","npre":"\u2aaf\u0338","nrarrc":"\u2933\u0338","nrarr":"\u219b","nrArr":"\u21cf","nrarrw":"\u219d\u0338","nrightarrow":"\u219b","nRightarrow":"\u21cf","nrtri":"\u22eb","nrtrie":"\u22ed","nsc":"\u2281","nsccue":"\u22e1","nsce":"\u2ab0\u0338","Nscr":"\ud835\udca9","nscr":"\ud835\udcc3","nshortmid":"\u2224","nshortparallel":"\u2226","nsim":"\u2241","nsime":"\u2244","nsimeq":"\u2244","nsmid":"\u2224","nspar":"\u2226","nsqsube":"\u22e2","nsqsupe":"\u22e3","nsub":"\u2284","nsubE":"\u2ac5\u0338","nsube":"\u2288","nsubset":"\u2282\u20d2","nsubseteq":"\u2288","nsubseteqq":"\u2ac5\u0338","nsucc":"\u2281","nsucceq":"\u2ab0\u0338","nsup":"\u2285","nsupE":"\u2ac6\u0338","nsupe":"\u2289","nsupset":"\u2283\u20d2","nsupseteq":"\u2289","nsupseteqq":"\u2ac6\u0338","ntgl":"\u2279","Ntilde":"\xd1","ntilde":"\xf1","ntlg":"\u2278","ntriangleleft":"\u22ea","ntrianglelefteq":"\u22ec","ntriangleright":"\u22eb","ntrianglerighteq":"\u22ed","Nu":"\u039d","nu":"\u03bd","num":"#","numero":"\u2116","numsp":"\u2007","nvap":"\u224d\u20d2","nvdash":"\u22ac","nvDash":"\u22ad","nVdash":"\u22ae","nVDash":"\u22af","nvge":"\u2265\u20d2","nvgt":">\u20d2","nvHarr":"\u2904","nvinfin":"\u29de","nvlArr":"\u2902","nvle":"\u2264\u20d2","nvlt":"<\u20d2","nvltrie":"\u22b4\u20d2","nvrArr":"\u2903","nvrtrie":"\u22b5\u20d2","nvsim":"\u223c\u20d2","nwarhk":"\u2923","nwarr":"\u2196","nwArr":"\u21d6","nwarrow":"\u2196","nwnear":"\u2927","Oacute":"\xd3","oacute":"\xf3","oast":"\u229b","Ocirc":"\xd4","ocirc":"\xf4","ocir":"\u229a","Ocy":"\u041e","ocy":"\u043e","odash":"\u229d","Odblac":"\u0150","odblac":"\u0151","odiv":"\u2a38","odot":"\u2299","odsold":"\u29bc","OElig":"\u0152","oelig":"\u0153","ofcir":"\u29bf","Ofr":"\ud835\udd12","ofr":"\ud835\udd2c","ogon":"\u02db","Ograve":"\xd2","ograve":"\xf2","ogt":"\u29c1","ohbar":"\u29b5","ohm":"\u03a9","oint":"\u222e","olarr":"\u21ba","olcir":"\u29be","olcross":"\u29bb","oline":"\u203e","olt":"\u29c0","Omacr":"\u014c","omacr":"\u014d","Omega":"\u03a9","omega":"\u03c9","Omicron":"\u039f","omicron":"\u03bf","omid":"\u29b6","ominus":"\u2296","Oopf":"\ud835\udd46","oopf":"\ud835\udd60","opar":"\u29b7","OpenCurlyDoubleQuote":"\u201c","OpenCurlyQuote":"\u2018","operp":"\u29b9","oplus":"\u2295","orarr":"\u21bb","Or":"\u2a54","or":"\u2228","ord":"\u2a5d","order":"\u2134","orderof":"\u2134","ordf":"\xaa","ordm":"\xba","origof":"\u22b6","oror":"\u2a56","orslope":"\u2a57","orv":"\u2a5b","oS":"\u24c8","Oscr":"\ud835\udcaa","oscr":"\u2134","Oslash":"\xd8","oslash":"\xf8","osol":"\u2298","Otilde":"\xd5","otilde":"\xf5","otimesas":"\u2a36","Otimes":"\u2a37","otimes":"\u2297","Ouml":"\xd6","ouml":"\xf6","ovbar":"\u233d","OverBar":"\u203e","OverBrace":"\u23de","OverBracket":"\u23b4","OverParenthesis":"\u23dc","para":"\xb6","parallel":"\u2225","par":"\u2225","parsim":"\u2af3","parsl":"\u2afd","part":"\u2202","PartialD":"\u2202","Pcy":"\u041f","pcy":"\u043f","percnt":"%","period":".","permil":"\u2030","perp":"\u22a5","pertenk":"\u2031","Pfr":"\ud835\udd13","pfr":"\ud835\udd2d","Phi":"\u03a6","phi":"\u03c6","phiv":"\u03d5","phmmat":"\u2133","phone":"\u260e","Pi":"\u03a0","pi":"\u03c0","pitchfork":"\u22d4","piv":"\u03d6","planck":"\u210f","planckh":"\u210e","plankv":"\u210f","plusacir":"\u2a23","plusb":"\u229e","pluscir":"\u2a22","plus":"+","plusdo":"\u2214","plusdu":"\u2a25","pluse":"\u2a72","PlusMinus":"\xb1","plusmn":"\xb1","plussim":"\u2a26","plustwo":"\u2a27","pm":"\xb1","Poincareplane":"\u210c","pointint":"\u2a15","popf":"\ud835\udd61","Popf":"\u2119","pound":"\xa3","prap":"\u2ab7","Pr":"\u2abb","pr":"\u227a","prcue":"\u227c","precapprox":"\u2ab7","prec":"\u227a","preccurlyeq":"\u227c","Precedes":"\u227a","PrecedesEqual":"\u2aaf","PrecedesSlantEqual":"\u227c","PrecedesTilde":"\u227e","preceq":"\u2aaf","precnapprox":"\u2ab9","precneqq":"\u2ab5","precnsim":"\u22e8","pre":"\u2aaf","prE":"\u2ab3","precsim":"\u227e","prime":"\u2032","Prime":"\u2033","primes":"\u2119","prnap":"\u2ab9","prnE":"\u2ab5","prnsim":"\u22e8","prod":"\u220f","Product":"\u220f","profalar":"\u232e","profline":"\u2312","profsurf":"\u2313","prop":"\u221d","Proportional":"\u221d","Proportion":"\u2237","propto":"\u221d","prsim":"\u227e","prurel":"\u22b0","Pscr":"\ud835\udcab","pscr":"\ud835\udcc5","Psi":"\u03a8","psi":"\u03c8","puncsp":"\u2008","Qfr":"\ud835\udd14","qfr":"\ud835\udd2e","qint":"\u2a0c","qopf":"\ud835\udd62","Qopf":"\u211a","qprime":"\u2057","Qscr":"\ud835\udcac","qscr":"\ud835\udcc6","quaternions":"\u210d","quatint":"\u2a16","quest":"?","questeq":"\u225f","quot":"\\"","QUOT":"\\"","rAarr":"\u21db","race":"\u223d\u0331","Racute":"\u0154","racute":"\u0155","radic":"\u221a","raemptyv":"\u29b3","rang":"\u27e9","Rang":"\u27eb","rangd":"\u2992","range":"\u29a5","rangle":"\u27e9","raquo":"\xbb","rarrap":"\u2975","rarrb":"\u21e5","rarrbfs":"\u2920","rarrc":"\u2933","rarr":"\u2192","Rarr":"\u21a0","rArr":"\u21d2","rarrfs":"\u291e","rarrhk":"\u21aa","rarrlp":"\u21ac","rarrpl":"\u2945","rarrsim":"\u2974","Rarrtl":"\u2916","rarrtl":"\u21a3","rarrw":"\u219d","ratail":"\u291a","rAtail":"\u291c","ratio":"\u2236","rationals":"\u211a","rbarr":"\u290d","rBarr":"\u290f","RBarr":"\u2910","rbbrk":"\u2773","rbrace":"}","rbrack":"]","rbrke":"\u298c","rbrksld":"\u298e","rbrkslu":"\u2990","Rcaron":"\u0158","rcaron":"\u0159","Rcedil":"\u0156","rcedil":"\u0157","rceil":"\u2309","rcub":"}","Rcy":"\u0420","rcy":"\u0440","rdca":"\u2937","rdldhar":"\u2969","rdquo":"\u201d","rdquor":"\u201d","rdsh":"\u21b3","real":"\u211c","realine":"\u211b","realpart":"\u211c","reals":"\u211d","Re":"\u211c","rect":"\u25ad","reg":"\xae","REG":"\xae","ReverseElement":"\u220b","ReverseEquilibrium":"\u21cb","ReverseUpEquilibrium":"\u296f","rfisht":"\u297d","rfloor":"\u230b","rfr":"\ud835\udd2f","Rfr":"\u211c","rHar":"\u2964","rhard":"\u21c1","rharu":"\u21c0","rharul":"\u296c","Rho":"\u03a1","rho":"\u03c1","rhov":"\u03f1","RightAngleBracket":"\u27e9","RightArrowBar":"\u21e5","rightarrow":"\u2192","RightArrow":"\u2192","Rightarrow":"\u21d2","RightArrowLeftArrow":"\u21c4","rightarrowtail":"\u21a3","RightCeiling":"\u2309","RightDoubleBracket":"\u27e7","RightDownTeeVector":"\u295d","RightDownVectorBar":"\u2955","RightDownVector":"\u21c2","RightFloor":"\u230b","rightharpoondown":"\u21c1","rightharpoonup":"\u21c0","rightleftarrows":"\u21c4","rightleftharpoons":"\u21cc","rightrightarrows":"\u21c9","rightsquigarrow":"\u219d","RightTeeArrow":"\u21a6","RightTee":"\u22a2","RightTeeVector":"\u295b","rightthreetimes":"\u22cc","RightTriangleBar":"\u29d0","RightTriangle":"\u22b3","RightTriangleEqual":"\u22b5","RightUpDownVector":"\u294f","RightUpTeeVector":"\u295c","RightUpVectorBar":"\u2954","RightUpVector":"\u21be","RightVectorBar":"\u2953","RightVector":"\u21c0","ring":"\u02da","risingdotseq":"\u2253","rlarr":"\u21c4","rlhar":"\u21cc","rlm":"\u200f","rmoustache":"\u23b1","rmoust":"\u23b1","rnmid":"\u2aee","roang":"\u27ed","roarr":"\u21fe","robrk":"\u27e7","ropar":"\u2986","ropf":"\ud835\udd63","Ropf":"\u211d","roplus":"\u2a2e","rotimes":"\u2a35","RoundImplies":"\u2970","rpar":")","rpargt":"\u2994","rppolint":"\u2a12","rrarr":"\u21c9","Rrightarrow":"\u21db","rsaquo":"\u203a","rscr":"\ud835\udcc7","Rscr":"\u211b","rsh":"\u21b1","Rsh":"\u21b1","rsqb":"]","rsquo":"\u2019","rsquor":"\u2019","rthree":"\u22cc","rtimes":"\u22ca","rtri":"\u25b9","rtrie":"\u22b5","rtrif":"\u25b8","rtriltri":"\u29ce","RuleDelayed":"\u29f4","ruluhar":"\u2968","rx":"\u211e","Sacute":"\u015a","sacute":"\u015b","sbquo":"\u201a","scap":"\u2ab8","Scaron":"\u0160","scaron":"\u0161","Sc":"\u2abc","sc":"\u227b","sccue":"\u227d","sce":"\u2ab0","scE":"\u2ab4","Scedil":"\u015e","scedil":"\u015f","Scirc":"\u015c","scirc":"\u015d","scnap":"\u2aba","scnE":"\u2ab6","scnsim":"\u22e9","scpolint":"\u2a13","scsim":"\u227f","Scy":"\u0421","scy":"\u0441","sdotb":"\u22a1","sdot":"\u22c5","sdote":"\u2a66","searhk":"\u2925","searr":"\u2198","seArr":"\u21d8","searrow":"\u2198","sect":"\xa7","semi":";","seswar":"\u2929","setminus":"\u2216","setmn":"\u2216","sext":"\u2736","Sfr":"\ud835\udd16","sfr":"\ud835\udd30","sfrown":"\u2322","sharp":"\u266f","SHCHcy":"\u0429","shchcy":"\u0449","SHcy":"\u0428","shcy":"\u0448","ShortDownArrow":"\u2193","ShortLeftArrow":"\u2190","shortmid":"\u2223","shortparallel":"\u2225","ShortRightArrow":"\u2192","ShortUpArrow":"\u2191","shy":"\xad","Sigma":"\u03a3","sigma":"\u03c3","sigmaf":"\u03c2","sigmav":"\u03c2","sim":"\u223c","simdot":"\u2a6a","sime":"\u2243","simeq":"\u2243","simg":"\u2a9e","simgE":"\u2aa0","siml":"\u2a9d","simlE":"\u2a9f","simne":"\u2246","simplus":"\u2a24","simrarr":"\u2972","slarr":"\u2190","SmallCircle":"\u2218","smallsetminus":"\u2216","smashp":"\u2a33","smeparsl":"\u29e4","smid":"\u2223","smile":"\u2323","smt":"\u2aaa","smte":"\u2aac","smtes":"\u2aac\ufe00","SOFTcy":"\u042c","softcy":"\u044c","solbar":"\u233f","solb":"\u29c4","sol":"/","Sopf":"\ud835\udd4a","sopf":"\ud835\udd64","spades":"\u2660","spadesuit":"\u2660","spar":"\u2225","sqcap":"\u2293","sqcaps":"\u2293\ufe00","sqcup":"\u2294","sqcups":"\u2294\ufe00","Sqrt":"\u221a","sqsub":"\u228f","sqsube":"\u2291","sqsubset":"\u228f","sqsubseteq":"\u2291","sqsup":"\u2290","sqsupe":"\u2292","sqsupset":"\u2290","sqsupseteq":"\u2292","square":"\u25a1","Square":"\u25a1","SquareIntersection":"\u2293","SquareSubset":"\u228f","SquareSubsetEqual":"\u2291","SquareSuperset":"\u2290","SquareSupersetEqual":"\u2292","SquareUnion":"\u2294","squarf":"\u25aa","squ":"\u25a1","squf":"\u25aa","srarr":"\u2192","Sscr":"\ud835\udcae","sscr":"\ud835\udcc8","ssetmn":"\u2216","ssmile":"\u2323","sstarf":"\u22c6","Star":"\u22c6","star":"\u2606","starf":"\u2605","straightepsilon":"\u03f5","straightphi":"\u03d5","strns":"\xaf","sub":"\u2282","Sub":"\u22d0","subdot":"\u2abd","subE":"\u2ac5","sube":"\u2286","subedot":"\u2ac3","submult":"\u2ac1","subnE":"\u2acb","subne":"\u228a","subplus":"\u2abf","subrarr":"\u2979","subset":"\u2282","Subset":"\u22d0","subseteq":"\u2286","subseteqq":"\u2ac5","SubsetEqual":"\u2286","subsetneq":"\u228a","subsetneqq":"\u2acb","subsim":"\u2ac7","subsub":"\u2ad5","subsup":"\u2ad3","succapprox":"\u2ab8","succ":"\u227b","succcurlyeq":"\u227d","Succeeds":"\u227b","SucceedsEqual":"\u2ab0","SucceedsSlantEqual":"\u227d","SucceedsTilde":"\u227f","succeq":"\u2ab0","succnapprox":"\u2aba","succneqq":"\u2ab6","succnsim":"\u22e9","succsim":"\u227f","SuchThat":"\u220b","sum":"\u2211","Sum":"\u2211","sung":"\u266a","sup1":"\xb9","sup2":"\xb2","sup3":"\xb3","sup":"\u2283","Sup":"\u22d1","supdot":"\u2abe","supdsub":"\u2ad8","supE":"\u2ac6","supe":"\u2287","supedot":"\u2ac4","Superset":"\u2283","SupersetEqual":"\u2287","suphsol":"\u27c9","suphsub":"\u2ad7","suplarr":"\u297b","supmult":"\u2ac2","supnE":"\u2acc","supne":"\u228b","supplus":"\u2ac0","supset":"\u2283","Supset":"\u22d1","supseteq":"\u2287","supseteqq":"\u2ac6","supsetneq":"\u228b","supsetneqq":"\u2acc","supsim":"\u2ac8","supsub":"\u2ad4","supsup":"\u2ad6","swarhk":"\u2926","swarr":"\u2199","swArr":"\u21d9","swarrow":"\u2199","swnwar":"\u292a","szlig":"\xdf","Tab":"\\t","target":"\u2316","Tau":"\u03a4","tau":"\u03c4","tbrk":"\u23b4","Tcaron":"\u0164","tcaron":"\u0165","Tcedil":"\u0162","tcedil":"\u0163","Tcy":"\u0422","tcy":"\u0442","tdot":"\u20db","telrec":"\u2315","Tfr":"\ud835\udd17","tfr":"\ud835\udd31","there4":"\u2234","therefore":"\u2234","Therefore":"\u2234","Theta":"\u0398","theta":"\u03b8","thetasym":"\u03d1","thetav":"\u03d1","thickapprox":"\u2248","thicksim":"\u223c","ThickSpace":"\u205f\u200a","ThinSpace":"\u2009","thinsp":"\u2009","thkap":"\u2248","thksim":"\u223c","THORN":"\xde","thorn":"\xfe","tilde":"\u02dc","Tilde":"\u223c","TildeEqual":"\u2243","TildeFullEqual":"\u2245","TildeTilde":"\u2248","timesbar":"\u2a31","timesb":"\u22a0","times":"\xd7","timesd":"\u2a30","tint":"\u222d","toea":"\u2928","topbot":"\u2336","topcir":"\u2af1","top":"\u22a4","Topf":"\ud835\udd4b","topf":"\ud835\udd65","topfork":"\u2ada","tosa":"\u2929","tprime":"\u2034","trade":"\u2122","TRADE":"\u2122","triangle":"\u25b5","triangledown":"\u25bf","triangleleft":"\u25c3","trianglelefteq":"\u22b4","triangleq":"\u225c","triangleright":"\u25b9","trianglerighteq":"\u22b5","tridot":"\u25ec","trie":"\u225c","triminus":"\u2a3a","TripleDot":"\u20db","triplus":"\u2a39","trisb":"\u29cd","tritime":"\u2a3b","trpezium":"\u23e2","Tscr":"\ud835\udcaf","tscr":"\ud835\udcc9","TScy":"\u0426","tscy":"\u0446","TSHcy":"\u040b","tshcy":"\u045b","Tstrok":"\u0166","tstrok":"\u0167","twixt":"\u226c","twoheadleftarrow":"\u219e","twoheadrightarrow":"\u21a0","Uacute":"\xda","uacute":"\xfa","uarr":"\u2191","Uarr":"\u219f","uArr":"\u21d1","Uarrocir":"\u2949","Ubrcy":"\u040e","ubrcy":"\u045e","Ubreve":"\u016c","ubreve":"\u016d","Ucirc":"\xdb","ucirc":"\xfb","Ucy":"\u0423","ucy":"\u0443","udarr":"\u21c5","Udblac":"\u0170","udblac":"\u0171","udhar":"\u296e","ufisht":"\u297e","Ufr":"\ud835\udd18","ufr":"\ud835\udd32","Ugrave":"\xd9","ugrave":"\xf9","uHar":"\u2963","uharl":"\u21bf","uharr":"\u21be","uhblk":"\u2580","ulcorn":"\u231c","ulcorner":"\u231c","ulcrop":"\u230f","ultri":"\u25f8","Umacr":"\u016a","umacr":"\u016b","uml":"\xa8","UnderBar":"_","UnderBrace":"\u23df","UnderBracket":"\u23b5","UnderParenthesis":"\u23dd","Union":"\u22c3","UnionPlus":"\u228e","Uogon":"\u0172","uogon":"\u0173","Uopf":"\ud835\udd4c","uopf":"\ud835\udd66","UpArrowBar":"\u2912","uparrow":"\u2191","UpArrow":"\u2191","Uparrow":"\u21d1","UpArrowDownArrow":"\u21c5","updownarrow":"\u2195","UpDownArrow":"\u2195","Updownarrow":"\u21d5","UpEquilibrium":"\u296e","upharpoonleft":"\u21bf","upharpoonright":"\u21be","uplus":"\u228e","UpperLeftArrow":"\u2196","UpperRightArrow":"\u2197","upsi":"\u03c5","Upsi":"\u03d2","upsih":"\u03d2","Upsilon":"\u03a5","upsilon":"\u03c5","UpTeeArrow":"\u21a5","UpTee":"\u22a5","upuparrows":"\u21c8","urcorn":"\u231d","urcorner":"\u231d","urcrop":"\u230e","Uring":"\u016e","uring":"\u016f","urtri":"\u25f9","Uscr":"\ud835\udcb0","uscr":"\ud835\udcca","utdot":"\u22f0","Utilde":"\u0168","utilde":"\u0169","utri":"\u25b5","utrif":"\u25b4","uuarr":"\u21c8","Uuml":"\xdc","uuml":"\xfc","uwangle":"\u29a7","vangrt":"\u299c","varepsilon":"\u03f5","varkappa":"\u03f0","varnothing":"\u2205","varphi":"\u03d5","varpi":"\u03d6","varpropto":"\u221d","varr":"\u2195","vArr":"\u21d5","varrho":"\u03f1","varsigma":"\u03c2","varsubsetneq":"\u228a\ufe00","varsubsetneqq":"\u2acb\ufe00","varsupsetneq":"\u228b\ufe00","varsupsetneqq":"\u2acc\ufe00","vartheta":"\u03d1","vartriangleleft":"\u22b2","vartriangleright":"\u22b3","vBar":"\u2ae8","Vbar":"\u2aeb","vBarv":"\u2ae9","Vcy":"\u0412","vcy":"\u0432","vdash":"\u22a2","vDash":"\u22a8","Vdash":"\u22a9","VDash":"\u22ab","Vdashl":"\u2ae6","veebar":"\u22bb","vee":"\u2228","Vee":"\u22c1","veeeq":"\u225a","vellip":"\u22ee","verbar":"|","Verbar":"\u2016","vert":"|","Vert":"\u2016","VerticalBar":"\u2223","VerticalLine":"|","VerticalSeparator":"\u2758","VerticalTilde":"\u2240","VeryThinSpace":"\u200a","Vfr":"\ud835\udd19","vfr":"\ud835\udd33","vltri":"\u22b2","vnsub":"\u2282\u20d2","vnsup":"\u2283\u20d2","Vopf":"\ud835\udd4d","vopf":"\ud835\udd67","vprop":"\u221d","vrtri":"\u22b3","Vscr":"\ud835\udcb1","vscr":"\ud835\udccb","vsubnE":"\u2acb\ufe00","vsubne":"\u228a\ufe00","vsupnE":"\u2acc\ufe00","vsupne":"\u228b\ufe00","Vvdash":"\u22aa","vzigzag":"\u299a","Wcirc":"\u0174","wcirc":"\u0175","wedbar":"\u2a5f","wedge":"\u2227","Wedge":"\u22c0","wedgeq":"\u2259","weierp":"\u2118","Wfr":"\ud835\udd1a","wfr":"\ud835\udd34","Wopf":"\ud835\udd4e","wopf":"\ud835\udd68","wp":"\u2118","wr":"\u2240","wreath":"\u2240","Wscr":"\ud835\udcb2","wscr":"\ud835\udccc","xcap":"\u22c2","xcirc":"\u25ef","xcup":"\u22c3","xdtri":"\u25bd","Xfr":"\ud835\udd1b","xfr":"\ud835\udd35","xharr":"\u27f7","xhArr":"\u27fa","Xi":"\u039e","xi":"\u03be","xlarr":"\u27f5","xlArr":"\u27f8","xmap":"\u27fc","xnis":"\u22fb","xodot":"\u2a00","Xopf":"\ud835\udd4f","xopf":"\ud835\udd69","xoplus":"\u2a01","xotime":"\u2a02","xrarr":"\u27f6","xrArr":"\u27f9","Xscr":"\ud835\udcb3","xscr":"\ud835\udccd","xsqcup":"\u2a06","xuplus":"\u2a04","xutri":"\u25b3","xvee":"\u22c1","xwedge":"\u22c0","Yacute":"\xdd","yacute":"\xfd","YAcy":"\u042f","yacy":"\u044f","Ycirc":"\u0176","ycirc":"\u0177","Ycy":"\u042b","ycy":"\u044b","yen":"\xa5","Yfr":"\ud835\udd1c","yfr":"\ud835\udd36","YIcy":"\u0407","yicy":"\u0457","Yopf":"\ud835\udd50","yopf":"\ud835\udd6a","Yscr":"\ud835\udcb4","yscr":"\ud835\udcce","YUcy":"\u042e","yucy":"\u044e","yuml":"\xff","Yuml":"\u0178","Zacute":"\u0179","zacute":"\u017a","Zcaron":"\u017d","zcaron":"\u017e","Zcy":"\u0417","zcy":"\u0437","Zdot":"\u017b","zdot":"\u017c","zeetrf":"\u2128","ZeroWidthSpace":"\u200b","Zeta":"\u0396","zeta":"\u03b6","zfr":"\ud835\udd37","Zfr":"\u2128","ZHcy":"\u0416","zhcy":"\u0436","zigrarr":"\u21dd","zopf":"\ud835\udd6b","Zopf":"\u2124","Zscr":"\ud835\udcb5","zscr":"\ud835\udccf","zwj":"\u200d","zwnj":"\u200c"}')},1554:e=>{"use strict";e.exports=JSON.parse('{"Aacute":"\xc1","aacute":"\xe1","Acirc":"\xc2","acirc":"\xe2","acute":"\xb4","AElig":"\xc6","aelig":"\xe6","Agrave":"\xc0","agrave":"\xe0","amp":"&","AMP":"&","Aring":"\xc5","aring":"\xe5","Atilde":"\xc3","atilde":"\xe3","Auml":"\xc4","auml":"\xe4","brvbar":"\xa6","Ccedil":"\xc7","ccedil":"\xe7","cedil":"\xb8","cent":"\xa2","copy":"\xa9","COPY":"\xa9","curren":"\xa4","deg":"\xb0","divide":"\xf7","Eacute":"\xc9","eacute":"\xe9","Ecirc":"\xca","ecirc":"\xea","Egrave":"\xc8","egrave":"\xe8","ETH":"\xd0","eth":"\xf0","Euml":"\xcb","euml":"\xeb","frac12":"\xbd","frac14":"\xbc","frac34":"\xbe","gt":">","GT":">","Iacute":"\xcd","iacute":"\xed","Icirc":"\xce","icirc":"\xee","iexcl":"\xa1","Igrave":"\xcc","igrave":"\xec","iquest":"\xbf","Iuml":"\xcf","iuml":"\xef","laquo":"\xab","lt":"<","LT":"<","macr":"\xaf","micro":"\xb5","middot":"\xb7","nbsp":"\xa0","not":"\xac","Ntilde":"\xd1","ntilde":"\xf1","Oacute":"\xd3","oacute":"\xf3","Ocirc":"\xd4","ocirc":"\xf4","Ograve":"\xd2","ograve":"\xf2","ordf":"\xaa","ordm":"\xba","Oslash":"\xd8","oslash":"\xf8","Otilde":"\xd5","otilde":"\xf5","Ouml":"\xd6","ouml":"\xf6","para":"\xb6","plusmn":"\xb1","pound":"\xa3","quot":"\\"","QUOT":"\\"","raquo":"\xbb","reg":"\xae","REG":"\xae","sect":"\xa7","shy":"\xad","sup1":"\xb9","sup2":"\xb2","sup3":"\xb3","szlig":"\xdf","THORN":"\xde","thorn":"\xfe","times":"\xd7","Uacute":"\xda","uacute":"\xfa","Ucirc":"\xdb","ucirc":"\xfb","Ugrave":"\xd9","ugrave":"\xf9","uml":"\xa8","Uuml":"\xdc","uuml":"\xfc","Yacute":"\xdd","yacute":"\xfd","yen":"\xa5","yuml":"\xff"}')},7178:e=>{"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},1681:e=>{"use strict";e.exports=JSON.parse('{"version":"2021e","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212132121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|+10|-a0|0||25e4","Antarctica/Macquarie|AEST AEDT -00|-a0 -b0 0|010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1C00 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010101010101010|-23uw0 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|BMT BST AST ADT|4j.i 3j.i 40 30|010102323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28p7E.G 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293iJ xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293i0 xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2n5c9.l cFX9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|0123232323232323212121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2xorF.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|01212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 4q00 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|LMT -1030 -0930 -10|aD.4 au 9u a0|0123232323232323232323232323|-FSdk.U 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}},t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var o=t[i]={id:i,loaded:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.p="./",(()=>{"use strict";var e=n(8613),t=n.n(e);window.jQuery=t(),window.moment=n(6178),window.THANOS_QUERY_URL="",window.THANOS_TENANT_HEADER="",window.THANOS_DEFAULT_TENANT="",window.THANOS_DISPLAY_TENANT_BOX="";var i=n(5043),r=n(7950);function o(){return o=Object.assign||function(e){for(var t=1;t=0||(r[n]=e[n]);return r}var a,l=n(5173),c=n.n(l),u=n(4600),h=n.n(u);function p(e){document.body.style.paddingRight=e>0?e+"px":null}function d(){var e=function(){var e=document.createElement("div");e.style.position="absolute",e.style.top="-9999px",e.style.width="50px",e.style.height="50px",e.style.overflow="scroll",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t}(),t=document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top")[0],n=t?parseInt(t.style.paddingRight||0,10):0;document.body.clientWidth0;)o[n=i[r-=1]]=e[n];return o}var b={};function v(e){b[e]||("undefined"!==typeof console&&console.error(e),b[e]=!0)}var y="object"===typeof window&&window.Element||function(){};function M(e,t,n){if(!(e[t]instanceof y))return new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Expected prop to be an instance of Element. Validation failed.")}var w=c().oneOfType([c().string,c().func,M,c().shape({current:c().any})]),x=c().oneOfType([c().func,c().string,c().shape({$$typeof:c().symbol,render:c().func}),c().arrayOf(c().oneOfType([c().func,c().string,c().shape({$$typeof:c().symbol,render:c().func})]))]),A=150,O=350,k=300,T=["in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","onEnter","onEntering","onEntered","onExit","onExiting","onExited"],S="entering",z="entered",C="exiting",_="exited",E={esc:27,space:32,enter:13,tab:9,up:38,down:40,home:36,end:35,n:78,p:80},N=!("undefined"===typeof window||!window.document||!window.document.createElement);function L(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}function D(e){var t=typeof e;return null!=e&&("object"===t||"function"===t)}function P(e){if(function(e){return!(!e||"object"!==typeof e)&&"current"in e}(e))return e.current;if(function(e){if(!D(e))return!1;var t=L(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object Proxy]"===t}(e))return e();if("string"===typeof e&&N){var t=document.querySelectorAll(e);if(t.length||(t=document.querySelectorAll("#"+e)),!t.length)throw new Error("The target '"+e+"' could not be identified in the dom, tip: check spelling");return t}return e}function q(e){return null!==e&&(Array.isArray(e)||N&&"number"===typeof e.length)}function R(e,t){var n=P(e);return t?q(n)?n:null===n?[]:[n]:q(n)?n[0]:n}var B=["a[href]","area[href]","input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","object","embed","[tabindex]:not(.modal)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],W={tag:x,fluid:c().oneOfType([c().bool,c().string]),className:c().string,cssModule:c().object},j=function(e){var t=e.className,n=e.cssModule,r=e.fluid,a=e.tag,l=s(e,["className","cssModule","fluid","tag"]),c="container";!0===r?c="container-fluid":r&&(c="container-"+r);var u=f(h()(t,c),n);return i.createElement(a,o({},l,{className:u}))};j.propTypes=W,j.defaultProps={tag:"div"};const I=j;var X=n(2740),F=n.n(X),H=n(3524),V=n.n(H),U=n(5484),Y=function(e,t){return e.substr(0,t.length)===t},$=function(e,t){for(var n=void 0,i=void 0,r=t.split("?")[0],o=ne(r),s=""===o[0],a=te(e),l=0,c=a.length;lt.score?-1:e.index-t.index}))},ne=function(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")},ie=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),i=1;i0})))&&n.length>0?"?"+n.join("&"):"")},re=["uri","path"],oe=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{},a=s.state,l=s.replace,c=void 0!==l&&l;if("number"===typeof t)e.history.go(t);else{a=oe({},a,{key:Date.now()+""});try{r||c?e.history.replaceState(a,null,t):e.history.pushState(a,null,t)}catch(h){e.location[c?"replace":"assign"](t)}}i=se(e),r=!0;var u=new Promise((function(e){return o=e}));return n.forEach((function(e){return e({location:i,action:"PUSH"})})),u}}}(ae?window:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",t=e.indexOf("?"),n={pathname:t>-1?e.substr(0,t):e,search:t>-1?e.substr(t):""},i=0,r=[n],o=[null];return{get location(){return r[i]},addEventListener:function(e,t){},removeEventListener:function(e,t){},history:{get entries(){return r},get index(){return i},get state(){return o[i]},pushState:function(e,t,n){var s=n.split("?"),a=s[0],l=s[1],c=void 0===l?"":l;i++,r.push({pathname:a,search:c.length?"?"+c:c}),o.push(e)},replaceState:function(e,t,n){var s=n.split("?"),a=s[0],l=s[1],c=void 0===l?"":l;r[i]={pathname:a,search:c},o[i]=e},go:function(e){var t=i+e;t<0||t>o.length-1||(i=t)}}}}()),ce=(le.navigate,Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i]);return n}function he(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function de(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var fe=function(e,t){var n=V()(t);return n.displayName=e,n},me=fe("Location"),ge=function(e){var t=e.children;return i.createElement(me.Consumer,null,(function(e){return e?t(e):i.createElement(be,null,t)}))},be=function(e){function t(){var n,i;he(this,t);for(var r=arguments.length,o=Array(r),s=0;s{const[n,r]=(0,i.useState)({status:"start fetching"}),[o,s]=(0,i.useState)(),[a,l]=(0,i.useState)(!0);return(0,i.useEffect)((()=>{(async()=>{l(!0);try{const n=await fetch(e,{cache:"no-store",credentials:"same-origin",...t});if(!n.ok)throw new Error(n.statusText);const i=await n.json();r(i),l(!1)}catch(o){s(o),l(!1)}})()}),[e,t]),{response:n,error:o,isLoading:a}};function mt(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gt(e,t){return gt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},gt(e,t)}function bt(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,gt(e,t)}function vt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var yt=n(9064);function Mt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function wt(e){for(var t=1;t-1;r--){var o=n[r],s=(o.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(i=o)}return Ut.head.insertBefore(t,i),e}}var Zn="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function ei(){for(var e=12,t="";e-- >0;)t+=Zn[62*Math.random()|0];return t}function ti(e){for(var t=[],n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function ni(e){return e.classList?ti(e.classList):(e.getAttribute("class")||"").split(" ").filter((function(e){return e}))}function ii(e,t){var n,i=t.split("-"),r=i[0],o=i.slice(1).join("-");return r!==e||""===o||(n=o,~Mn.indexOf(n))?null:o}function ri(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function oi(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,": ").concat(e[n],";")}),"")}function si(e){return e.size!==Kn.size||e.x!==Kn.x||e.y!==Kn.y||e.rotate!==Kn.rotate||e.flipX||e.flipY}function ai(e){var t=e.transform,n=e.containerWidth,i=e.iconWidth,r={transform:"translate(".concat(n/2," 256)")},o="translate(".concat(32*t.x,", ").concat(32*t.y,") "),s="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),a="rotate(".concat(t.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(o," ").concat(s," ").concat(a)},path:{transform:"translate(".concat(i/2*-1," -256)")}}}var li={x:0,y:0,width:"100%",height:"100%"};function ci(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function ui(e){var t=e.icons,n=t.main,i=t.mask,r=e.prefix,o=e.iconName,s=e.transform,a=e.symbol,l=e.title,c=e.maskId,u=e.titleId,h=e.extra,p=e.watchable,d=void 0!==p&&p,f=i.found?i:n,m=f.width,g=f.height,b="fak"===r,v=b?"":"fa-w-".concat(Math.ceil(m/g*16)),y=[An.replacementClass,o?"".concat(An.familyPrefix,"-").concat(o):"",v].filter((function(e){return-1===h.classes.indexOf(e)})).filter((function(e){return""!==e||!!e})).concat(h.classes).join(" "),M={children:[],attributes:qt({},h.attributes,{"data-prefix":r,"data-icon":o,class:y,role:h.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(m," ").concat(g)})},w=b&&!~h.classes.indexOf("fa-fw")?{width:"".concat(m/g*16*.0625,"em")}:{};d&&(M.attributes[tn]=""),l&&M.children.push({tag:"title",attributes:{id:M.attributes["aria-labelledby"]||"title-".concat(u||ei())},children:[l]});var x=qt({},M,{prefix:r,iconName:o,main:n,mask:i,maskId:c,transform:s,symbol:a,styles:qt({},w,h.styles)}),A=i.found&&n.found?function(e){var t,n=e.children,i=e.attributes,r=e.main,o=e.mask,s=e.maskId,a=e.transform,l=r.width,c=r.icon,u=o.width,h=o.icon,p=ai({transform:a,containerWidth:u,iconWidth:l}),d={tag:"rect",attributes:qt({},li,{fill:"white"})},f=c.children?{children:c.children.map(ci)}:{},m={tag:"g",attributes:qt({},p.inner),children:[ci(qt({tag:c.tag,attributes:qt({},c.attributes,p.path)},f))]},g={tag:"g",attributes:qt({},p.outer),children:[m]},b="mask-".concat(s||ei()),v="clip-".concat(s||ei()),y={tag:"mask",attributes:qt({},li,{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[d,g]},M={tag:"defs",children:[{tag:"clipPath",attributes:{id:v},children:(t=h,"g"===t.tag?t.children:[t])},y]};return n.push(M,{tag:"rect",attributes:qt({fill:"currentColor","clip-path":"url(#".concat(v,")"),mask:"url(#".concat(b,")")},li)}),{children:n,attributes:i}}(x):function(e){var t=e.children,n=e.attributes,i=e.main,r=e.transform,o=oi(e.styles);if(o.length>0&&(n.style=o),si(r)){var s=ai({transform:r,containerWidth:i.width,iconWidth:i.width});t.push({tag:"g",attributes:qt({},s.outer),children:[{tag:"g",attributes:qt({},s.inner),children:[{tag:i.icon.tag,children:i.icon.children,attributes:qt({},i.icon.attributes,s.path)}]}]})}else t.push(i.icon);return{children:t,attributes:n}}(x),O=A.children,k=A.attributes;return x.children=O,x.attributes=k,a?function(e){var t=e.prefix,n=e.iconName,i=e.children,r=e.attributes,o=e.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:qt({},r,{id:!0===o?"".concat(t,"-").concat(An.familyPrefix,"-").concat(n):o}),children:i}]}]}(x):function(e){var t=e.children,n=e.main,i=e.mask,r=e.attributes,o=e.styles,s=e.transform;if(si(s)&&n.found&&!i.found){var a={x:n.width/n.height/2,y:.5};r.style=oi(qt({},o,{"transform-origin":"".concat(a.x+s.x/16,"em ").concat(a.y+s.y/16,"em")}))}return[{tag:"svg",attributes:r,children:t}]}(x)}function hi(e){var t=e.content,n=e.width,i=e.height,r=e.transform,o=e.title,s=e.extra,a=e.watchable,l=void 0!==a&&a,c=qt({},s.attributes,o?{title:o}:{},{class:s.classes.join(" ")});l&&(c[tn]="");var u=qt({},s.styles);si(r)&&(u.transform=function(e){var t=e.transform,n=e.width,i=void 0===n?Jt:n,r=e.height,o=void 0===r?Jt:r,s=e.startCentered,a=void 0!==s&&s,l="";return l+=a&&Gt?"translate(".concat(t.x/Gn-i/2,"em, ").concat(t.y/Gn-o/2,"em) "):a?"translate(calc(-50% + ".concat(t.x/Gn,"em), calc(-50% + ").concat(t.y/Gn,"em)) "):"translate(".concat(t.x/Gn,"em, ").concat(t.y/Gn,"em) "),l+="scale(".concat(t.size/Gn*(t.flipX?-1:1),", ").concat(t.size/Gn*(t.flipY?-1:1),") "),l+"rotate(".concat(t.rotate,"deg) ")}({transform:r,startCentered:!0,width:n,height:i}),u["-webkit-transform"]=u.transform);var h=oi(u);h.length>0&&(c.style=h);var p=[];return p.push({tag:"span",attributes:c,children:[t]}),o&&p.push({tag:"span",attributes:{class:"sr-only"},children:[o]}),p}var pi=function(){},di=An.measurePerformance&&$t&&$t.mark&&$t.measure?$t:{mark:pi,measure:pi},fi='FA "5.15.4"',mi=function(e){di.mark("".concat(fi," ").concat(e," ends")),di.measure("".concat(fi," ").concat(e),"".concat(fi," ").concat(e," begins"),"".concat(fi," ").concat(e," ends"))},gi={begin:function(e){return di.mark("".concat(fi," ").concat(e," begins")),function(){return mi(e)}},end:mi},bi=function(e,t,n,i){var r,o,s,a=Object.keys(e),l=a.length,c=void 0!==i?function(e,t){return function(n,i,r,o){return e.call(t,n,i,r,o)}}(t,i):t;for(void 0===n?(r=1,s=e[a[0]]):(r=0,s=n);r2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,i=void 0!==n&&n,r=Object.keys(t).reduce((function(e,n){var i=t[n];return!!i.icon?e[i.iconName]=i.icon:e[n]=i,e}),{});"function"!==typeof kn.hooks.addPack||i?kn.styles[e]=qt({},kn.styles[e]||{},r):kn.hooks.addPack(e,r),"fas"===e&&yi("fa",t)}var Mi=kn.styles,wi=kn.shims,xi={},Ai={},Oi={},ki=function(){var e=function(e){return bi(Mi,(function(t,n,i){return t[i]=bi(n,e,{}),t}),{})};xi=e((function(e,t,n){return t[3]&&(e[t[3]]=n),e})),Ai=e((function(e,t,n){var i=t[2];return e[n]=n,i.forEach((function(t){e[t]=n})),e}));var t="far"in Mi;Oi=bi(wi,(function(e,n){var i=n[0],r=n[1],o=n[2];return"far"!==r||t||(r="fas"),e[i]={prefix:r,iconName:o},e}),{})};function Ti(e,t){return(xi[e]||{})[t]}ki();var Si=kn.styles,zi=function(){return{prefix:null,iconName:null,rest:[]}};function Ci(e){return e.reduce((function(e,t){var n=ii(An.familyPrefix,t);if(Si[t])e.prefix=t;else if(An.autoFetchSvg&&Object.keys(hn).indexOf(t)>-1)e.prefix=t;else if(n){var i="fa"===e.prefix?Oi[n]||{prefix:null,iconName:null}:{};e.iconName=i.iconName||n,e.prefix=i.prefix||e.prefix}else t!==An.replacementClass&&0!==t.indexOf("fa-w-")&&e.rest.push(t);return e}),zi())}function _i(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}function Ei(e){var t=e.tag,n=e.attributes,i=void 0===n?{}:n,r=e.children,o=void 0===r?[]:r;return"string"===typeof e?ri(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,'="').concat(ri(e[n]),'" ')}),"").trim()}(i),">").concat(o.map(Ei).join(""),"")}var Ni=function(){};function Li(e){return"string"===typeof(e.getAttribute?e.getAttribute(tn):null)}var Di={replace:function(e){var t=e[0],n=e[1].map((function(e){return Ei(e)})).join("\n");if(t.parentNode&&t.outerHTML)t.outerHTML=n+(An.keepOriginalSource&&"svg"!==t.tagName.toLowerCase()?"\x3c!-- ".concat(t.outerHTML," Font Awesome fontawesome.com --\x3e"):"");else if(t.parentNode){var i=document.createElement("span");t.parentNode.replaceChild(i,t),i.outerHTML=n}},nest:function(e){var t=e[0],n=e[1];if(~ni(t).indexOf(An.replacementClass))return Di.replace(e);var i=new RegExp("".concat(An.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var r=n[0].attributes.class.split(" ").reduce((function(e,t){return t===An.replacementClass||t.match(i)?e.toSvg.push(t):e.toNode.push(t),e}),{toNode:[],toSvg:[]});n[0].attributes.class=r.toSvg.join(" ");var o=n.map((function(e){return Ei(e)})).join("\n");t.setAttribute("class",r.toNode.join(" ")),t.setAttribute(tn,""),t.innerHTML=o}};function Pi(e){e()}function qi(e,t){var n="function"===typeof t?t:Ni;if(0===e.length)n();else{var i=Pi;An.mutateApproach===ln&&(i=Vt.requestAnimationFrame||Pi),i((function(){var t=!0===An.autoReplaceSvg?Di.replace:Di[An.autoReplaceSvg]||Di.replace,i=gi.begin("mutate");e.map(t),i(),n()}))}}var Ri=!1;function Bi(){Ri=!1}var Wi=null;function ji(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),i=void 0!==e.innerText?e.innerText.trim():"",r=Ci(ni(e));return t&&n&&(r.prefix=t,r.iconName=n),r.prefix&&i.length>1?r.iconName=function(e,t){return(Ai[e]||{})[t]}(r.prefix,e.innerText):r.prefix&&1===i.length&&(r.iconName=Ti(r.prefix,vi(e.innerText))),r}var Ii=function(e){var t={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e?e.toLowerCase().split(" ").reduce((function(e,t){var n=t.toLowerCase().split("-"),i=n[0],r=n.slice(1).join("-");if(i&&"h"===r)return e.flipX=!0,e;if(i&&"v"===r)return e.flipY=!0,e;if(r=parseFloat(r),isNaN(r))return e;switch(i){case"grow":e.size=e.size+r;break;case"shrink":e.size=e.size-r;break;case"left":e.x=e.x-r;break;case"right":e.x=e.x+r;break;case"up":e.y=e.y-r;break;case"down":e.y=e.y+r;break;case"rotate":e.rotate=e.rotate+r}return e}),t):t};function Xi(e){var t=ji(e),n=t.iconName,i=t.prefix,r=t.rest,o=function(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce((function(e,t){var n=t.split(":"),i=n[0],r=n.slice(1);return i&&r.length>0&&(e[i]=r.join(":").trim()),e}),{})),n}(e),s=function(e){return Ii(e.getAttribute("data-fa-transform"))}(e),a=function(e){var t=e.getAttribute("data-fa-symbol");return null!==t&&(""===t||t)}(e),l=function(e){var t=ti(e.attributes).reduce((function(e,t){return"class"!==e.name&&"style"!==e.name&&(e[t.name]=t.value),e}),{}),n=e.getAttribute("title"),i=e.getAttribute("data-fa-title-id");return An.autoA11y&&(n?t["aria-labelledby"]="".concat(An.replacementClass,"-title-").concat(i||ei()):(t["aria-hidden"]="true",t.focusable="false")),t}(e),c=function(e){var t=e.getAttribute("data-fa-mask");return t?Ci(t.split(" ").map((function(e){return e.trim()}))):zi()}(e);return{iconName:n,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:i,transform:s,symbol:a,mask:c,maskId:e.getAttribute("data-fa-mask-id"),extra:{classes:r,styles:o,attributes:l}}}function Fi(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=(new Error).stack}Fi.prototype=Object.create(Error.prototype),Fi.prototype.constructor=Fi;var Hi={fill:"currentColor"},Vi={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},Ui={tag:"path",attributes:qt({},Hi,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},Yi=qt({},Vi,{attributeName:"opacity"}),$i={tag:"g",children:[Ui,{tag:"circle",attributes:qt({},Hi,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:qt({},Vi,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:qt({},Yi,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:qt({},Hi,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:qt({},Yi,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:qt({},Hi,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:qt({},Yi,{values:"0;0;1;1;0;0;"})}]}]},Qi=kn.styles;function Gi(e){var t=e[0],n=e[1],i=Rt(e.slice(4),1)[0];return{found:!0,width:t,height:n,icon:Array.isArray(i)?{tag:"g",attributes:{class:"".concat(An.familyPrefix,"-").concat(yn.GROUP)},children:[{tag:"path",attributes:{class:"".concat(An.familyPrefix,"-").concat(yn.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(An.familyPrefix,"-").concat(yn.PRIMARY),fill:"currentColor",d:i[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:i}}}}function Ki(e,t){return new Qn((function(n,i){var r={found:!1,width:512,height:512,icon:$i};if(e&&t&&Qi[t]&&Qi[t][e])return n(Gi(Qi[t][e]));e&&t&&!An.showMissingIcons?i(new Fi("Icon is missing for prefix ".concat(t," with icon name ").concat(e))):n(r)}))}var Ji=kn.styles;function Zi(e){var t=Xi(e);return~t.extra.classes.indexOf(dn)?function(e,t){var n=t.title,i=t.transform,r=t.extra,o=null,s=null;if(Gt){var a=parseInt(getComputedStyle(e).fontSize,10),l=e.getBoundingClientRect();o=l.width/a,s=l.height/a}return An.autoA11y&&!n&&(r.attributes["aria-hidden"]="true"),Qn.resolve([e,hi({content:e.innerHTML,width:o,height:s,transform:i,title:n,extra:r,watchable:!0})])}(e,t):function(e,t){var n=t.iconName,i=t.title,r=t.titleId,o=t.prefix,s=t.transform,a=t.symbol,l=t.mask,c=t.maskId,u=t.extra;return new Qn((function(t,h){Qn.all([Ki(n,o),Ki(l.iconName,l.prefix)]).then((function(l){var h=Rt(l,2),p=h[0],d=h[1];t([e,ui({icons:{main:p,mask:d},prefix:o,iconName:n,transform:s,symbol:a,mask:d,maskId:c,title:i,titleId:r,extra:u,watchable:!0})])}))}))}(e,t)}function er(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Qt){var n=Ut.documentElement.classList,i=function(e){return n.add("".concat(an,"-").concat(e))},r=function(e){return n.remove("".concat(an,"-").concat(e))},o=An.autoFetchSvg?Object.keys(hn):Object.keys(Ji),s=[".".concat(dn,":not([").concat(tn,"])")].concat(o.map((function(e){return".".concat(e,":not([").concat(tn,"])")}))).join(", ");if(0!==s.length){var a=[];try{a=ti(e.querySelectorAll(s))}catch(LP){}if(a.length>0){i("pending"),r("complete");var l=gi.begin("onTree"),c=a.reduce((function(e,t){try{var n=Zi(t);n&&e.push(n)}catch(LP){un||LP instanceof Fi&&console.error(LP)}return e}),[]);return new Qn((function(e,n){Qn.all(c).then((function(n){qi(n,(function(){i("active"),i("complete"),r("pending"),"function"===typeof t&&t(),l(),e()}))})).catch((function(){l(),n()}))}))}}}}function tr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;Zi(e).then((function(e){e&&qi([e],t)}))}function nr(e,t){var n="".concat(rn).concat(t.replace(":","-"));return new Qn((function(i,r){if(null!==e.getAttribute(n))return i();var o=ti(e.children).filter((function(e){return e.getAttribute(nn)===t}))[0],s=Vt.getComputedStyle(e,t),a=s.getPropertyValue("font-family").match(fn),l=s.getPropertyValue("font-weight"),c=s.getPropertyValue("content");if(o&&!a)return e.removeChild(o),i();if(a&&"none"!==c&&""!==c){var u=s.getPropertyValue("content"),h=~["Solid","Regular","Light","Duotone","Brands","Kit"].indexOf(a[2])?pn[a[2].toLowerCase()]:mn[l],p=vi(3===u.length?u.substr(1,1):u),d=Ti(h,p),f=d;if(!d||o&&o.getAttribute(on)===h&&o.getAttribute(sn)===f)i();else{e.setAttribute(n,f),o&&e.removeChild(o);var m={iconName:null,title:null,titleId:null,prefix:null,transform:Kn,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},g=m.extra;g.attributes[nn]=t,Ki(d,h).then((function(r){var o=ui(qt({},m,{icons:{main:r,mask:zi()},prefix:h,iconName:f,extra:g,watchable:!0})),s=Ut.createElement("svg");":before"===t?e.insertBefore(s,e.firstChild):e.appendChild(s),s.outerHTML=o.map((function(e){return Ei(e)})).join("\n"),e.removeAttribute(n),i()})).catch(r)}}else i()}))}function ir(e){return Qn.all([nr(e,":before"),nr(e,":after")])}function rr(e){return e.parentNode!==document.head&&!~cn.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(nn)&&(!e.parentNode||"svg"!==e.parentNode.tagName)}function or(e){if(Qt)return new Qn((function(t,n){var i=ti(e.querySelectorAll("*")).filter(rr).map(ir),r=gi.begin("searchPseudoElements");Ri=!0,Qn.all(i).then((function(){r(),Bi(),t()})).catch((function(){r(),Bi(),n()}))}))}var sr='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';function ar(){var e=Zt,t=en,n=An.familyPrefix,i=An.replacementClass,r=sr;if(n!==e||i!==t){var o=new RegExp("\\.".concat(e,"\\-"),"g"),s=new RegExp("\\--".concat(e,"\\-"),"g"),a=new RegExp("\\.".concat(t),"g");r=r.replace(o,".".concat(n,"-")).replace(s,"--".concat(n,"-")).replace(a,".".concat(i))}return r}var lr=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.definitions={}}var t,n,i;return t=e,n=[{key:"add",value:function(){for(var e=this,t=arguments.length,n=new Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:{};if(Qt){cr();var t=e.node,n=void 0===t?Ut:t,i=e.callback,r=void 0===i?function(){}:i;return An.searchPseudoElements&&or(n),er(n,r)}return Qn.reject("Operation requires a DOM of some kind.")},css:ar,insertCss:function(){dr||(Jn(ar()),dr=!0)},watch:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot,i=t.observeMutationsRoot;!1===An.autoReplaceSvg&&(An.autoReplaceSvg=!0),An.observeMutations=!0,e=function(){vr({autoReplaceSvgRoot:n}),function(e){if(Yt&&An.observeMutations){var t=e.treeCallback,n=e.nodeCallback,i=e.pseudoElementsCallback,r=e.observeMutationsRoot,o=void 0===r?Ut:r;Wi=new Yt((function(e){Ri||ti(e).forEach((function(e){if("childList"===e.type&&e.addedNodes.length>0&&!Li(e.addedNodes[0])&&(An.searchPseudoElements&&i(e.target),t(e.target)),"attributes"===e.type&&e.target.parentNode&&An.searchPseudoElements&&i(e.target.parentNode),"attributes"===e.type&&Li(e.target)&&~vn.indexOf(e.attributeName))if("class"===e.attributeName){var r=Ci(ni(e.target)),o=r.prefix,s=r.iconName;o&&e.target.setAttribute("data-prefix",o),s&&e.target.setAttribute("data-icon",s)}else n(e.target)}))})),Qt&&Wi.observe(o,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}({treeCallback:er,nodeCallback:tr,pseudoElementsCallback:or,observeMutationsRoot:i})},Qt&&(Sn?setTimeout(e,0):Tn.push(e))}},mr={transform:function(e){return Ii(e)}},gr=function(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=(t||{}).icon?t:hr(t||{}),r=n.mask;return r&&(r=(r||{}).icon?r:hr(r||{})),e(i,qt({},n,{mask:r}))}}((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,i=void 0===n?Kn:n,r=t.symbol,o=void 0!==r&&r,s=t.mask,a=void 0===s?null:s,l=t.maskId,c=void 0===l?null:l,u=t.title,h=void 0===u?null:u,p=t.titleId,d=void 0===p?null:p,f=t.classes,m=void 0===f?[]:f,g=t.attributes,b=void 0===g?{}:g,v=t.styles,y=void 0===v?{}:v;if(e){var M=e.prefix,w=e.iconName,x=e.icon;return ur(qt({type:"icon"},e),(function(){return cr(),An.autoA11y&&(h?b["aria-labelledby"]="".concat(An.replacementClass,"-title-").concat(d||ei()):(b["aria-hidden"]="true",b.focusable="false")),ui({icons:{main:Gi(x),mask:a?Gi(a.icon):{found:!1,width:null,height:null,icon:{}}},prefix:M,iconName:w,transform:qt({},Kn,i),symbol:o,title:h,maskId:c,titleId:d,extra:{attributes:b,styles:y,classes:m}})}))}})),br=fr,vr=function(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,t=void 0===e?Ut:e;(Object.keys(kn.styles).length>0||An.autoFetchSvg)&&Qt&&An.autoReplaceSvg&&br.i2svg({node:t})};function yr(e){return yr="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},yr(e)}function Mr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function wr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function xr(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Or(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t0||!Array.isArray(t)&&t?Mr({},e,t):{}}function Cr(e){var t=e.forwardedRef,n=Ar(e,["forwardedRef"]),i=n.icon,r=n.mask,o=n.symbol,s=n.className,a=n.title,l=n.titleId,c=Sr(i),u=zr("classes",[].concat(Or(function(e){var t,n=e.spin,i=e.pulse,r=e.fixedWidth,o=e.inverse,s=e.border,a=e.listItem,l=e.flip,c=e.size,u=e.rotation,h=e.pull,p=(Mr(t={"fa-spin":n,"fa-pulse":i,"fa-fw":r,"fa-inverse":o,"fa-border":s,"fa-li":a,"fa-flip-horizontal":"horizontal"===l||"both"===l,"fa-flip-vertical":"vertical"===l||"both"===l},"fa-".concat(c),"undefined"!==typeof c&&null!==c),Mr(t,"fa-rotate-".concat(u),"undefined"!==typeof u&&null!==u&&0!==u),Mr(t,"fa-pull-".concat(h),"undefined"!==typeof h&&null!==h),Mr(t,"fa-swap-opacity",e.swapOpacity),t);return Object.keys(p).map((function(e){return p[e]?e:null})).filter((function(e){return e}))}(n)),Or(s.split(" ")))),h=zr("transform","string"===typeof n.transform?mr.transform(n.transform):n.transform),p=zr("mask",Sr(r)),d=gr(c,xr({},u,{},h,{},p,{symbol:o,title:a,titleId:l}));if(!d)return function(){var e;!Tr&&console&&"function"===typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",c),null;var f=d.abstract,m={ref:t};return Object.keys(n).forEach((function(e){Cr.defaultProps.hasOwnProperty(e)||(m[e]=n[e])})),_r(f[0],m)}Cr.displayName="FontAwesomeIcon",Cr.propTypes={border:c().bool,className:c().string,mask:c().oneOfType([c().object,c().array,c().string]),fixedWidth:c().bool,inverse:c().bool,flip:c().oneOf(["horizontal","vertical","both"]),icon:c().oneOfType([c().object,c().array,c().string]),listItem:c().bool,pull:c().oneOf(["right","left"]),pulse:c().bool,rotation:c().oneOf([0,90,180,270]),size:c().oneOf(["lg","xs","sm","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:c().bool,symbol:c().oneOfType([c().bool,c().string]),title:c().string,transform:c().oneOfType([c().string,c().object]),swapOpacity:c().bool},Cr.defaultProps={border:!1,className:"",mask:null,fixedWidth:!1,inverse:!1,flip:null,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,symbol:!1,title:"",transform:null,swapOpacity:!1};var _r=function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"===typeof n)return n;var r=(n.children||[]).map((function(n){return e(t,n)})),o=Object.keys(n.attributes||{}).reduce((function(e,t){var i=n.attributes[t];switch(t){case"class":e.attrs.className=i,delete n.attributes.class;break;case"style":e.attrs.style=function(e){return e.split(";").map((function(e){return e.trim()})).filter((function(e){return e})).reduce((function(e,t){var n,i=t.indexOf(":"),r=kr(t.slice(0,i)),o=t.slice(i+1).trim();return r.startsWith("webkit")?e[(n=r,n.charAt(0).toUpperCase()+n.slice(1))]=o:e[r]=o,e}),{})}(i);break;default:0===t.indexOf("aria-")||0===t.indexOf("data-")?e.attrs[t.toLowerCase()]=i:e.attrs[kr(t)]=i}return e}),{attrs:{}}),s=i.style,a=void 0===s?{}:s,l=Ar(i,["style"]);return o.attrs.style=xr({},o.attrs.style,{},a),t.apply(void 0,[n.tag,xr({},o.attrs,{},l)].concat(Or(r)))}.bind(null,i.createElement),Er={prefix:"fas",iconName:"adjust",icon:[512,512,[],"f042","M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z"]},Nr={prefix:"fas",iconName:"arrow-down",icon:[448,512,[],"f063","M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"]},Lr={prefix:"fas",iconName:"arrow-up",icon:[448,512,[],"f062","M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"]},Dr={prefix:"fas",iconName:"calendar-check",icon:[448,512,[],"f274","M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z"]},Pr={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},qr={prefix:"fas",iconName:"chart-line",icon:[512,512,[],"f201","M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"]},Rr={prefix:"fas",iconName:"chevron-down",icon:[448,512,[],"f078","M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"]},Br={prefix:"fas",iconName:"chevron-left",icon:[320,512,[],"f053","M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"]},Wr={prefix:"fas",iconName:"chevron-right",icon:[320,512,[],"f054","M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"]},jr={prefix:"fas",iconName:"minus",icon:[448,512,[],"f068","M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},Ir={prefix:"fas",iconName:"moon",icon:[512,512,[],"f186","M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z"]},Xr={prefix:"fas",iconName:"plus",icon:[448,512,[],"f067","M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},Fr={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},Hr={prefix:"fas",iconName:"sort",icon:[320,512,[],"f0dc","M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"]},Vr={prefix:"fas",iconName:"sort-down",icon:[320,512,[],"f0dd","M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"]},Ur={prefix:"fas",iconName:"sort-up",icon:[320,512,[],"f0de","M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"]},Yr={prefix:"fas",iconName:"spinner",icon:[512,512,[],"f110","M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z"]},$r={prefix:"fas",iconName:"sun",icon:[512,512,[],"f185","M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z"]},Qr={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]},Gr=n(579);const Kr=e=>t=>{let{error:n,isLoading:i,customErrorMsg:r,componentTitle:o,...s}=t;return n?(0,Gr.jsx)(Nt,{color:"danger",children:r||(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("strong",{children:"Error:"})," Error fetching ",o||e.displayName,": ",n.message]})}):i?(0,Gr.jsx)(Cr,{size:"3x",icon:Yr,spin:!0,className:"position-absolute",style:{transform:"translate(-50%, -50%)",top:"50%",left:"50%"}}):(0,Gr.jsx)(e,{...s})};var Jr=c().oneOfType([c().number,c().string]),Zr={tag:x,noGutters:c().bool,className:c().string,cssModule:c().object,form:c().bool,xs:Jr,sm:Jr,md:Jr,lg:Jr,xl:Jr},eo={tag:"div",widths:["xs","sm","md","lg","xl"]},to=function(e){var t=e.className,n=e.cssModule,r=e.noGutters,a=e.tag,l=e.form,c=e.widths,u=s(e,["className","cssModule","noGutters","tag","form","widths"]),p=[];c.forEach((function(t,n){var i=e[t];if(delete u[t],i){var r=!n;p.push(r?"row-cols-"+i:"row-cols-"+t+"-"+i)}}));var d=f(h()(t,r?"no-gutters":null,l?"form-row":"row",p),n);return i.createElement(a,o({},u,{className:d}))};to.propTypes=Zr,to.defaultProps=eo;const no=to;var io=c().oneOfType([c().number,c().string]),ro=c().oneOfType([c().bool,c().number,c().string,c().shape({size:c().oneOfType([c().bool,c().number,c().string]),order:io,offset:io})]),oo={tag:x,xs:ro,sm:ro,md:ro,lg:ro,xl:ro,className:c().string,cssModule:c().object,widths:c().array},so={tag:"div",widths:["xs","sm","md","lg","xl"]},ao=function(e,t,n){return!0===n||""===n?e?"col":"col-"+t:"auto"===n?e?"col-auto":"col-"+t+"-auto":e?"col-"+n:"col-"+t+"-"+n},lo=function(e){var t=e.className,n=e.cssModule,r=e.widths,a=e.tag,l=s(e,["className","cssModule","widths","tag"]),c=[];r.forEach((function(t,i){var r=e[t];if(delete l[t],r||""===r){var o=!i;if(D(r)){var s,a=o?"-":"-"+t+"-",u=ao(o,t,r.size);c.push(f(h()(((s={})[u]=r.size||""===r.size,s["order"+a+r.order]=r.order||0===r.order,s["offset"+a+r.offset]=r.offset||0===r.offset,s)),n))}else{var p=ao(o,t,r);c.push(p)}}})),c.length||c.push("col");var u=f(h()(t,c),n);return i.createElement(a,o({},l,{className:u}))};lo.propTypes=oo,lo.defaultProps=so;const co=lo;var uo={color:c().string,pill:c().bool,tag:x,innerRef:c().oneOfType([c().object,c().func,c().string]),children:c().node,className:c().string,cssModule:c().object},ho=function(e){var t=e.className,n=e.cssModule,r=e.color,a=e.innerRef,l=e.pill,c=e.tag,u=s(e,["className","cssModule","color","innerRef","pill","tag"]),p=f(h()(t,"badge","badge-"+r,!!l&&"badge-pill"),n);return u.href&&"span"===c&&(c="a"),i.createElement(c,o({},u,{className:p,ref:a}))};ho.propTypes=uo,ho.defaultProps={color:"secondary",pill:!1,tag:"span"};const po=ho;var fo;function mo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function go(e){for(var t=1;t-1,y=new RegExp("\\D","g"),M=u||("select"===r||"textarea"===r?r:"input"),w="form-control";d?(w+="-plaintext",M=u||"input"):"file"===r?w+="-file":"range"===r?w+="-range":b&&(w=p?null:"form-check-input"),g.size&&y.test(g.size)&&(v('Please use the prop "bsSize" instead of the "size" to bootstrap\'s input sizing.'),a=g.size,delete g.size);var x=f(h()(t,c&&"is-invalid",l&&"is-valid",!!a&&"form-control-"+a,w),n);return("input"===M||u&&"function"===typeof u)&&(g.type=r),g.children&&!d&&"select"!==r&&"string"===typeof M&&"select"!==M&&(v('Input with a type of "'+r+'" cannot have children. Please use "value"/"defaultValue" instead.'),delete g.children),i.createElement(M,o({},g,{ref:m,className:x,"aria-invalid":c}))},t}(i.Component);qo.propTypes=Po,qo.defaultProps={type:"text"};const Ro=qo;var Bo={tabs:c().bool,pills:c().bool,vertical:c().oneOfType([c().bool,c().string]),horizontal:c().string,justified:c().bool,fill:c().bool,navbar:c().bool,card:c().bool,tag:x,className:c().string,cssModule:c().object},Wo=function(e){var t=e.className,n=e.cssModule,r=e.tabs,a=e.pills,l=e.vertical,c=e.horizontal,u=e.justified,p=e.fill,d=e.navbar,m=e.card,g=e.tag,b=s(e,["className","cssModule","tabs","pills","vertical","horizontal","justified","fill","navbar","card","tag"]),v=f(h()(t,d?"navbar-nav":"nav",!!c&&"justify-content-"+c,function(e){return!1!==e&&(!0===e||"xs"===e?"flex-column":"flex-"+e+"-column")}(l),{"nav-tabs":r,"card-header-tabs":m&&r,"nav-pills":a,"card-header-pills":m&&a,"nav-justified":u,"nav-fill":p}),n);return i.createElement(g,o({},b,{className:v}))};Wo.propTypes=Bo,Wo.defaultProps={tag:"ul",vertical:!1};const jo=Wo;var Io={tag:x,active:c().bool,className:c().string,cssModule:c().object},Xo=function(e){var t=e.className,n=e.cssModule,r=e.active,a=e.tag,l=s(e,["className","cssModule","active","tag"]),c=f(h()(t,"nav-item",!!r&&"active"),n);return i.createElement(a,o({},l,{className:c}))};Xo.propTypes=Io,Xo.defaultProps={tag:"li"};const Fo=Xo;var Ho={tag:x,innerRef:c().oneOfType([c().object,c().func,c().string]),disabled:c().bool,active:c().bool,className:c().string,cssModule:c().object,onClick:c().func,href:c().any},Vo=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(mt(n)),n}bt(t,e);var n=t.prototype;return n.onClick=function(e){this.props.disabled?e.preventDefault():("#"===this.props.href&&e.preventDefault(),this.props.onClick&&this.props.onClick(e))},n.render=function(){var e=this.props,t=e.className,n=e.cssModule,r=e.active,a=e.tag,l=e.innerRef,c=s(e,["className","cssModule","active","tag","innerRef"]),u=f(h()(t,"nav-link",{disabled:c.disabled,active:r}),n);return i.createElement(a,o({},c,{ref:l,onClick:this.onClick,className:u}))},t}(i.Component);Vo.propTypes=Ho,Vo.defaultProps={tag:"a"};const Uo=Vo;var Yo=i.createContext({}),$o={tag:x,activeTab:c().any,className:c().string,cssModule:c().object},Qo=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={activeTab:n.props.activeTab},n}return bt(t,e),t.getDerivedStateFromProps=function(e,t){return t.activeTab!==e.activeTab?{activeTab:e.activeTab}:null},t.prototype.render=function(){var e=this.props,t=e.className,n=e.cssModule,r=e.tag,s=m(this.props,Object.keys($o)),a=f(h()("tab-content",t),n);return i.createElement(Yo.Provider,{value:{activeTabId:this.state.activeTab}},i.createElement(r,o({},s,{className:a})))},t}(i.Component);const Go=Qo;Qo.propTypes=$o,Qo.defaultProps={tag:"div"};var Ko={tag:x,className:c().string,cssModule:c().object,tabId:c().any};function Jo(e){var t=e.className,n=e.cssModule,r=e.tabId,a=e.tag,l=s(e,["className","cssModule","tabId","tag"]),c=function(e){return f(h()("tab-pane",t,{active:r===e}),n)};return i.createElement(Yo.Consumer,null,(function(e){var t=e.activeTabId;return i.createElement(a,o({},l,{className:c(t)}))}))}Jo.propTypes=Ko,Jo.defaultProps={tag:"div"};var Zo={active:c().bool,"aria-label":c().string,block:c().bool,color:c().string,disabled:c().bool,outline:c().bool,tag:x,innerRef:c().oneOfType([c().object,c().func,c().string]),onClick:c().func,size:c().string,children:c().node,className:c().string,cssModule:c().object,close:c().bool},es=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(mt(n)),n}bt(t,e);var n=t.prototype;return n.onClick=function(e){if(!this.props.disabled)return this.props.onClick?this.props.onClick(e):void 0;e.preventDefault()},n.render=function(){var e=this.props,t=e.active,n=e["aria-label"],r=e.block,a=e.className,l=e.close,c=e.cssModule,u=e.color,p=e.outline,d=e.size,m=e.tag,g=e.innerRef,b=s(e,["active","aria-label","block","className","close","cssModule","color","outline","size","tag","innerRef"]);l&&"undefined"===typeof b.children&&(b.children=i.createElement("span",{"aria-hidden":!0},"\xd7"));var v="btn"+(p?"-outline":"")+"-"+u,y=f(h()(a,{close:l},l||"btn",l||v,!!d&&"btn-"+d,!!r&&"btn-block",{active:t,disabled:this.props.disabled}),c);b.href&&"button"===m&&(m="a");var M=l?"Close":null;return i.createElement(m,o({type:"button"===m&&b.onClick?"button":void 0},b,{className:y,ref:g,onClick:this.onClick,"aria-label":n||M}))},t}(i.Component);es.propTypes=Zo,es.defaultProps={color:"secondary",tag:"button"};const ts=es;var ns=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t0?ls(vs,--gs):0,fs--,10===bs&&(fs=1,ds--),bs}function xs(){return bs=gs2||Ts(bs)>3?"":" "}function Es(e,t){for(;--t&&xs()&&!(bs<48||bs>102||bs>57&&bs<65||bs>70&&bs<97););return ks(e,Os()+(t<6&&32==As()&&32==xs()))}function Ns(e){for(;xs();)switch(bs){case e:return gs;case 34:case 39:return Ns(34===e||39===e?e:bs);case 40:41===e&&Ns(e);break;case 92:xs()}return gs}function Ls(e,t){for(;xs()&&e+bs!==57&&(e+bs!==84||47!==As()););return"/*"+ks(t,gs-1)+"*"+rs(47===e?e:xs())}function Ds(e){for(;!Ts(As());)xs();return ks(e,gs)}var Ps="-ms-",qs="-moz-",Rs="-webkit-",Bs="comm",Ws="rule",js="decl";function Is(e,t){for(var n="",i=hs(e),r=0;r6)switch(ls(e,t+1)){case 109:if(45!==ls(e,t+4))break;case 102:return ss(e,/(.+:)(.+)-([^]+)/,"$1"+Rs+"$2-$3$1"+qs+(108==ls(e,t+3)?"$3":"$2-$3"))+e;case 115:return~as(e,"stretch")?Fs(ss(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==ls(e,t+1))break;case 6444:switch(ls(e,us(e)-3-(~as(e,"!important")&&10))){case 107:return ss(e,":",":"+Rs)+e;case 101:return ss(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Rs+(45===ls(e,14)?"inline-":"")+"box$3$1"+Rs+"$2$3$1"+Ps+"$2box$3")+e}break;case 5936:switch(ls(e,t+11)){case 114:return Rs+e+Ps+ss(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Rs+e+Ps+ss(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Rs+e+Ps+ss(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Rs+e+Ps+e+e}return e}function Hs(e){return zs(Vs("",null,null,null,[""],e=Ss(e),0,[0],e))}function Vs(e,t,n,i,r,o,s,a,l){for(var c=0,u=0,h=s,p=0,d=0,f=0,m=1,g=1,b=1,v=0,y="",M=r,w=o,x=i,A=y;g;)switch(f=v,v=xs()){case 34:case 39:case 91:case 40:A+=Cs(v);break;case 9:case 10:case 13:case 32:A+=_s(f);break;case 92:A+=Es(Os()-1,7);continue;case 47:switch(As()){case 42:case 47:ps(Ys(Ls(xs(),Os()),t,n),l);break;default:A+="/"}break;case 123*m:a[c++]=us(A)*b;case 125*m:case 59:case 0:switch(v){case 0:case 125:g=0;case 59+u:d>0&&us(A)-h&&ps(d>32?$s(A+";",i,n,h-1):$s(ss(A," ","")+";",i,n,h-2),l);break;case 59:A+=";";default:if(ps(x=Us(A,t,n,c,u,r,a,y,M=[],w=[],h),o),123===v)if(0===u)Vs(A,t,x,x,M,o,h,a,w);else switch(p){case 100:case 109:case 115:Vs(e,x,x,i&&ps(Us(e,x,x,0,0,r,a,y,r,M=[],h),w),r,w,h,a,i?M:w);break;default:Vs(A,x,x,x,[""],w,h,a,w)}}c=u=d=0,m=b=1,y=A="",h=s;break;case 58:h=1+us(A),d=f;default:if(m<1)if(123==v)--m;else if(125==v&&0==m++&&125==ws())continue;switch(A+=rs(v),v*m){case 38:b=u>0?1:(A+="\f",-1);break;case 44:a[c++]=(us(A)-1)*b,b=1;break;case 64:45===As()&&(A+=Cs(xs())),p=As(),u=us(y=A+=Ds(Os())),v++;break;case 45:45===f&&2==us(A)&&(m=0)}}return o}function Us(e,t,n,i,r,o,s,a,l,c,u){for(var h=r-1,p=0===r?o:[""],d=hs(p),f=0,m=0,g=0;f0?p[b]+" "+v:ss(v,/&\f/g,p[b])))&&(l[g++]=y);return ys(e,t,n,0===r?Ws:a,l,c,u)}function Ys(e,t,n){return ys(e,t,n,Bs,rs(bs),cs(e,2,-2),0)}function $s(e,t,n,i){return ys(e,t,n,js,cs(e,0,i),cs(e,i+1,-1),i)}var Qs=function(e,t){return zs(function(e,t){var n=-1,i=44;do{switch(Ts(i)){case 0:38===i&&12===As()&&(t[n]=1),e[n]+=Ds(gs-1);break;case 2:e[n]+=Cs(i);break;case 4:if(44===i){e[++n]=58===As()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=rs(i)}}while(i=xs());return e}(Ss(e),t))},Gs=new WeakMap,Ks=function(e){if("rule"===e.type&&e.parent&&e.length){for(var t=e.value,n=e.parent,i=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Gs.get(n))&&!i){Gs.set(e,!0);for(var r=[],o=Qs(t,r),s=n.props,a=0,l=0;a=4;++i,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&e.charCodeAt(i+2))<<16;case 2:n^=(255&e.charCodeAt(i+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(i)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};const ra={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var oa=/[A-Z]|^ms/g,sa=/_EMO_([^_]+?)_([^]*?)_EMO_/g,aa=function(e){return 45===e.charCodeAt(1)},la=function(e){return null!=e&&"boolean"!==typeof e},ca=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return aa(e)?e:e.replace(oa,"-$&").toLowerCase()})),ua=function(e,t){switch(e){case"animation":case"animationName":if("string"===typeof t)return t.replace(sa,(function(e,t,n){return pa={name:t,styles:n,next:pa},t}))}return 1===ra[e]||aa(e)||"number"!==typeof t||0===t?t:t+"px"};function ha(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return pa={name:n.name,styles:n.styles,next:pa},n.name;if(void 0!==n.styles){var i=n.next;if(void 0!==i)for(;void 0!==i;)pa={name:i.name,styles:i.styles,next:pa},i=i.next;return n.styles+";"}return function(e,t,n){var i="";if(Array.isArray(n))for(var r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Ta(e){return Ta="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ta(e)}var Sa=n(8187);function za(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ca(e,t){for(var n=0;n-1}function Ha(e){return Fa(e)?window.pageYOffset:e.scrollTop}function Va(e,t){Fa(e)?window.scrollTo(0,t):e.scrollTop=t}function Ua(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Ba,r=Ha(e),o=t-r,s=0;!function t(){var a=function(e,t,n,i){return n*((e=e/i-1)*e*e+1)+t}(s+=10,r,o,n);Va(e,a),s=d)return{placement:"bottom",maxHeight:t};if(A>=d&&!s)return o&&Ua(l,O,T),{placement:"bottom",maxHeight:t};if(!s&&A>=i||s&&w>=i)return o&&Ua(l,O,T),{placement:"bottom",maxHeight:s?w-v:A-v};if("auto"===r||s){var S=t,z=s?M:x;return z>=i&&(S=Math.min(z-v-a.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return o&&Va(l,O),{placement:"bottom",maxHeight:t};break;case"top":if(M>=d)return{placement:"top",maxHeight:t};if(x>=d&&!s)return o&&Ua(l,k,T),{placement:"top",maxHeight:t};if(!s&&x>=i||s&&M>=i){var C=t;return(!s&&x>=i||s&&M>=i)&&(C=s?M-y:x-y),o&&Ua(l,k,T),{placement:"top",maxHeight:C}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return c}var Za=function(e){return"auto"===e?"bottom":e},el=(0,i.createContext)({getPortalPlacement:null}),tl=function(e){Ea(n,e);var t=Ra(n);function n(){var e;za(this,n);for(var i=arguments.length,r=new Array(i),o=0;oe.length)&&(t=e.length);for(var n=0,i=new Array(t);n0,m=h-p-c,g=!1;m>t&&a.current&&(r&&r(e),a.current=!1),f&&l.current&&(s&&s(e),l.current=!1),f&&t>m?(n&&!a.current&&n(e),d.scrollTop=h,g=!0,a.current=!0):!f&&-t>c&&(o&&!l.current&&o(e),d.scrollTop=0,g=!0,l.current=!0),g&&$l(e)}}),[]),p=(0,i.useCallback)((function(e){h(e,e.deltaY)}),[h]),d=(0,i.useCallback)((function(e){c.current=e.changedTouches[0].clientY}),[]),f=(0,i.useCallback)((function(e){var t=c.current-e.changedTouches[0].clientY;h(e,t)}),[h]),m=(0,i.useCallback)((function(e){if(e){var t=!!Ka&&{passive:!1};"function"===typeof e.addEventListener&&e.addEventListener("wheel",p,t),"function"===typeof e.addEventListener&&e.addEventListener("touchstart",d,t),"function"===typeof e.addEventListener&&e.addEventListener("touchmove",f,t)}}),[f,d,p]),g=(0,i.useCallback)((function(e){e&&("function"===typeof e.removeEventListener&&e.removeEventListener("wheel",p,!1),"function"===typeof e.removeEventListener&&e.removeEventListener("touchstart",d,!1),"function"===typeof e.removeEventListener&&e.removeEventListener("touchmove",f,!1))}),[f,d,p]);return(0,i.useEffect)((function(){if(t){var e=u.current;return m(e),function(){g(e)}}}),[t,m,g]),function(e){u.current=e}}({isEnabled:void 0===r||r,onBottomArrive:e.onBottomArrive,onBottomLeave:e.onBottomLeave,onTopArrive:e.onTopArrive,onTopLeave:e.onTopLeave}),s=function(e){var t=e.isEnabled,n=e.accountForScrollbars,r=void 0===n||n,o=(0,i.useRef)({}),s=(0,i.useRef)(null),a=(0,i.useCallback)((function(e){if(tc){var t=document.body,n=t&&t.style;if(r&&Ql.forEach((function(e){var t=n&&n[e];o.current[e]=t})),r&&nc<1){var i=parseInt(o.current.paddingRight,10)||0,s=document.body?document.body.clientWidth:0,a=window.innerWidth-s+i||0;Object.keys(Gl).forEach((function(e){var t=Gl[e];n&&(n[e]=t)})),n&&(n.paddingRight="".concat(a,"px"))}t&&ec()&&(t.addEventListener("touchmove",Kl,ic),e&&(e.addEventListener("touchstart",Zl,ic),e.addEventListener("touchmove",Jl,ic))),nc+=1}}),[]),l=(0,i.useCallback)((function(e){if(tc){var t=document.body,n=t&&t.style;nc=Math.max(nc-1,0),r&&nc<1&&Ql.forEach((function(e){var t=o.current[e];n&&(n[e]=t)})),t&&ec()&&(t.removeEventListener("touchmove",Kl,ic),e&&(e.removeEventListener("touchstart",Zl,ic),e.removeEventListener("touchmove",Jl,ic)))}}),[]);return(0,i.useEffect)((function(){if(t){var e=s.current;return a(e),function(){l(e)}}}),[t,a,l]),function(e){s.current=e}}({isEnabled:n});return wa(i.Fragment,null,n&&wa("div",{onClick:rc,css:oc}),t((function(e){o(e),s(e)})))}var ac={clearIndicator:bl,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,n=e.isFocused,i=e.theme,r=i.colors,o=i.borderRadius,s=i.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:n?r.primary:r.neutral20,borderRadius:o,borderStyle:"solid",borderWidth:1,boxShadow:n?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:s.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:n?r.primary:r.neutral30}}},dropdownIndicator:gl,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,n=e.theme,i=n.spacing.baseUnit,r=n.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*i,marginTop:2*i,width:1}},input:function(e){var t=e.isDisabled,n=e.theme,i=n.spacing,r=n.colors;return{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,n=e.size,i=e.theme,r=i.colors,o=i.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*o,transition:"color 150ms",alignSelf:"center",fontSize:n,lineHeight:1,marginRight:n,textAlign:"center",verticalAlign:"middle"}},loadingMessage:rl,menu:function(e){var t,n=e.placement,i=e.theme,r=i.borderRadius,o=i.spacing,s=i.colors;return vt(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(n),"100%"),vt(t,"backgroundColor",s.neutral0),vt(t,"borderRadius",r),vt(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),vt(t,"marginBottom",o.menuGutter),vt(t,"marginTop",o.menuGutter),vt(t,"position","absolute"),vt(t,"width","100%"),vt(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,n=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:n,paddingTop:n,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,n=e.offset,i=e.position;return{left:t.left,position:i,top:n,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,n=t.spacing,i=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:i/2,display:"flex",margin:n.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,n=t.borderRadius,i=t.colors,r=e.cropWithEllipsis;return{borderRadius:n/2,color:i.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,n=t.spacing,i=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:i/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:n.baseUnit,paddingRight:n.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:il,option:function(e){var t=e.isDisabled,n=e.isFocused,i=e.isSelected,r=e.theme,o=r.spacing,s=r.colors;return{label:"option",backgroundColor:i?s.primary:n?s.primary25:"transparent",color:t?s.neutral20:i?s.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*o.baseUnit,"px ").concat(3*o.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(i?s.primary:s.primary50)}}},placeholder:function(e){var t=e.theme,n=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,n=e.theme,i=n.spacing,r=n.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2,maxWidth:"calc(100% - ".concat(2*i.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}};var lc={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},cc={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Ya(),captureMenuScroll:!Ya(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e){return function(t,n){var i=Da({ignoreCase:!0,ignoreAccents:!0,stringify:Ul,trim:!0,matchFrom:"any"},e),r=i.ignoreCase,o=i.ignoreAccents,s=i.stringify,a=i.trim,l=i.matchFrom,c=a?Vl(n):n,u=a?Vl(s(t)):s(t);return r&&(c=c.toLowerCase(),u=u.toLowerCase()),o&&(c=Hl(c),u=Fl(u)),"start"===l?u.substr(0,c.length)===c:u.indexOf(c)>-1}}(),formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(e){return!!e.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(LP){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0};function uc(e,t,n,i){return{type:"option",data:t,isDisabled:gc(e,t,n),isSelected:bc(e,t,n),label:fc(e,t),value:mc(e,t),index:i}}function hc(e,t){return e.options.map((function(n,i){if(n.options){var r=n.options.map((function(n,i){return uc(e,n,t,i)})).filter((function(t){return dc(e,t)}));return r.length>0?{type:"group",data:n,options:r,index:i}:void 0}var o=uc(e,n,t,i);return dc(e,o)?o:void 0})).filter((function(e){return!!e}))}function pc(e){return e.reduce((function(e,t){return"group"===t.type?e.push.apply(e,Cl(t.options.map((function(e){return e.data})))):e.push(t.data),e}),[])}function dc(e,t){var n=e.inputValue,i=void 0===n?"":n,r=t.data,o=t.isSelected,s=t.label,a=t.value;return(!yc(e)||!o)&&vc(e,{label:s,value:a,data:r},i)}var fc=function(e,t){return e.getOptionLabel(t)},mc=function(e,t){return e.getOptionValue(t)};function gc(e,t,n){return"function"===typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function bc(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"===typeof e.isOptionSelected)return e.isOptionSelected(t,n);var i=mc(e,t);return n.some((function(t){return mc(e,t)===i}))}function vc(e,t,n){return!e.filterOption||e.filterOption(t,n)}var yc=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},Mc=1,wc=function(e){Ea(n,e);var t=Ra(n);function n(e){var i;return za(this,n),(i=t.call(this,e)).state={ariaSelection:null,focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0},i.blockOptionHover=!1,i.isComposing=!1,i.commonProps=void 0,i.initialTouchX=0,i.initialTouchY=0,i.instancePrefix="",i.openAfterFocus=!1,i.scrollToFocusedOptionOnUpdate=!1,i.userIsDragging=void 0,i.controlRef=null,i.getControlRef=function(e){i.controlRef=e},i.focusedOptionRef=null,i.getFocusedOptionRef=function(e){i.focusedOptionRef=e},i.menuListRef=null,i.getMenuListRef=function(e){i.menuListRef=e},i.inputRef=null,i.getInputRef=function(e){i.inputRef=e},i.focus=i.focusInput,i.blur=i.blurInput,i.onChange=function(e,t){var n=i.props,r=n.onChange,o=n.name;t.name=o,i.ariaOnChange(e,t),r(e,t)},i.setValue=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=i.props,o=r.closeMenuOnSelect,s=r.isMulti;i.onInputChange("",{action:"set-value"}),o&&(i.setState({inputIsHiddenAfterUpdate:!s}),i.onMenuClose()),i.setState({clearFocusValueOnUpdate:!0}),i.onChange(e,{action:t,option:n})},i.selectOption=function(e){var t=i.props,n=t.blurInputOnSelect,r=t.isMulti,o=t.name,s=i.state.selectValue,a=r&&i.isOptionSelected(e,s),l=i.isOptionDisabled(e,s);if(a){var c=i.getOptionValue(e);i.setValue(s.filter((function(e){return i.getOptionValue(e)!==c})),"deselect-option",e)}else{if(l)return void i.ariaOnChange(e,{action:"select-option",name:o});r?i.setValue([].concat(Cl(s),[e]),"select-option",e):i.setValue(e,"select-option")}n&&i.blurInput()},i.removeValue=function(e){var t=i.props.isMulti,n=i.state.selectValue,r=i.getOptionValue(e),o=n.filter((function(e){return i.getOptionValue(e)!==r})),s=t?o:o[0]||null;i.onChange(s,{action:"remove-value",removedValue:e}),i.focusInput()},i.clearValue=function(){var e=i.state.selectValue;i.onChange(i.props.isMulti?[]:null,{action:"clear",removedValues:e})},i.popValue=function(){var e=i.props.isMulti,t=i.state.selectValue,n=t[t.length-1],r=t.slice(0,t.length-1),o=e?r:r[0]||null;i.onChange(o,{action:"pop-value",removedValue:n})},i.getValue=function(){return i.state.selectValue},i.cx=function(){for(var e=arguments.length,t=new Array(e),n=0;n5||o>5}},i.onTouchEnd=function(e){i.userIsDragging||(i.controlRef&&!i.controlRef.contains(e.target)&&i.menuListRef&&!i.menuListRef.contains(e.target)&&i.blurInput(),i.initialTouchX=0,i.initialTouchY=0)},i.onControlTouchEnd=function(e){i.userIsDragging||i.onControlMouseDown(e)},i.onClearIndicatorTouchEnd=function(e){i.userIsDragging||i.onClearIndicatorMouseDown(e)},i.onDropdownIndicatorTouchEnd=function(e){i.userIsDragging||i.onDropdownIndicatorMouseDown(e)},i.handleInputChange=function(e){var t=e.currentTarget.value;i.setState({inputIsHiddenAfterUpdate:!1}),i.onInputChange(t,{action:"input-change"}),i.props.menuIsOpen||i.onMenuOpen()},i.onInputFocus=function(e){i.props.onFocus&&i.props.onFocus(e),i.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(i.openAfterFocus||i.props.openMenuOnFocus)&&i.openMenu("first"),i.openAfterFocus=!1},i.onInputBlur=function(e){i.menuListRef&&i.menuListRef.contains(document.activeElement)?i.inputRef.focus():(i.props.onBlur&&i.props.onBlur(e),i.onInputChange("",{action:"input-blur"}),i.onMenuClose(),i.setState({focusedValue:null,isFocused:!1}))},i.onOptionHover=function(e){i.blockOptionHover||i.state.focusedOption===e||i.setState({focusedOption:e})},i.shouldHideSelectedOptions=function(){return yc(i.props)},i.onKeyDown=function(e){var t=i.props,n=t.isMulti,r=t.backspaceRemovesValue,o=t.escapeClearsValue,s=t.inputValue,a=t.isClearable,l=t.isDisabled,c=t.menuIsOpen,u=t.onKeyDown,h=t.tabSelectsValue,p=t.openMenuOnFocus,d=i.state,f=d.focusedOption,m=d.focusedValue,g=d.selectValue;if(!l&&("function"!==typeof u||(u(e),!e.defaultPrevented))){switch(i.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||s)return;i.focusValue("previous");break;case"ArrowRight":if(!n||s)return;i.focusValue("next");break;case"Delete":case"Backspace":if(s)return;if(m)i.removeValue(m);else{if(!r)return;n?i.popValue():a&&i.clearValue()}break;case"Tab":if(i.isComposing)return;if(e.shiftKey||!c||!h||!f||p&&i.isOptionSelected(f,g))return;i.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(c){if(!f)return;if(i.isComposing)return;i.selectOption(f);break}return;case"Escape":c?(i.setState({inputIsHiddenAfterUpdate:!1}),i.onInputChange("",{action:"menu-close"}),i.onMenuClose()):a&&o&&i.clearValue();break;case" ":if(s)return;if(!c){i.openMenu("first");break}if(!f)return;i.selectOption(f);break;case"ArrowUp":c?i.focusOption("up"):i.openMenu("last");break;case"ArrowDown":c?i.focusOption("down"):i.openMenu("first");break;case"PageUp":if(!c)return;i.focusOption("pageup");break;case"PageDown":if(!c)return;i.focusOption("pagedown");break;case"Home":if(!c)return;i.focusOption("first");break;case"End":if(!c)return;i.focusOption("last");break;default:return}e.preventDefault()}},i.instancePrefix="react-select-"+(i.props.instanceId||++Mc),i.state.selectValue=Ia(e.value),i}return _a(n,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,i=t.menuIsOpen,r=this.state.isFocused;(r&&!n&&e.isDisabled||r&&i&&!e.menuIsOpen)&&this.focusInput(),r&&n&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(!function(e,t){var n=e.getBoundingClientRect(),i=t.getBoundingClientRect(),r=t.offsetHeight/3;i.bottom+r>n.bottom?Va(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):i.top-r-1&&(s=a)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:o[s]},(function(){return t.onMenuOpen()}))}},{key:"focusValue",value:function(e){var t=this.state,n=t.selectValue,i=t.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var r=n.indexOf(i);i||(r=-1);var o=n.length-1,s=-1;if(n.length){switch(e){case"previous":s=0===r?0:-1===r?o:r-1;break;case"next":r>-1&&r0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props.pageSize,n=this.state.focusedOption,i=this.getFocusableOptions();if(i.length){var r=0,o=i.indexOf(n);n||(o=-1),"up"===e?r=o>0?o-1:i.length-1:"down"===e?r=(o+1)%i.length:"pageup"===e?(r=o-t)<0&&(r=0):"pagedown"===e?(r=o+t)>i.length-1&&(r=i.length-1):"last"===e&&(r=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[r],focusedValue:null})}}},{key:"getTheme",value:function(){return this.props.theme?"function"===typeof this.props.theme?this.props.theme(lc):Da(Da({},lc),this.props.theme):lc}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,i=this.getValue,r=this.selectOption,o=this.setValue,s=this.props,a=s.isMulti,l=s.isRtl,c=s.options;return{clearValue:e,cx:t,getStyles:n,getValue:i,hasValue:this.hasValue(),isMulti:a,isRtl:l,options:c,selectOption:r,selectProps:s,setValue:o,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return gc(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return bc(this.props,e,t)}},{key:"filterOption",value:function(e,t){return vc(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"===typeof this.props.formatOptionLabel){var n=this.props.inputValue,i=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:i})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,n=e.isSearchable,r=e.inputId,s=e.inputValue,a=e.tabIndex,l=e.form,c=this.getComponents().Input,u=this.state.inputIsHidden,h=this.commonProps,p=r||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};return n?i.createElement(c,o({},h,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:p,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:l,type:"text",value:s},d)):i.createElement(Yl,o({id:p,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Ba,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:a,form:l,value:""},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.getComponents(),n=t.MultiValue,r=t.MultiValueContainer,s=t.MultiValueLabel,a=t.MultiValueRemove,l=t.SingleValue,c=t.Placeholder,u=this.commonProps,h=this.props,p=h.controlShouldRenderValue,d=h.isDisabled,f=h.isMulti,m=h.inputValue,g=h.placeholder,b=this.state,v=b.selectValue,y=b.focusedValue,M=b.isFocused;if(!this.hasValue()||!p)return m?null:i.createElement(c,o({},u,{key:"placeholder",isDisabled:d,isFocused:M}),g);if(f){var w=v.map((function(t,l){var c=t===y;return i.createElement(n,o({},u,{components:{Container:r,Label:s,Remove:a},isFocused:c,isDisabled:d,key:"".concat(e.getOptionValue(t)).concat(l),index:l,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return w}if(m)return null;var x=v[0];return i.createElement(l,o({},u,{data:x,isDisabled:d}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.getComponents().ClearIndicator,t=this.commonProps,n=this.props,r=n.isDisabled,s=n.isLoading,a=this.state.isFocused;if(!this.isClearable()||!e||r||!this.hasValue()||s)return null;var l={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return i.createElement(e,o({},t,{innerProps:l,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var e=this.getComponents().LoadingIndicator,t=this.commonProps,n=this.props,r=n.isDisabled,s=n.isLoading,a=this.state.isFocused;if(!e||!s)return null;return i.createElement(e,o({},t,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:a}))}},{key:"renderIndicatorSeparator",value:function(){var e=this.getComponents(),t=e.DropdownIndicator,n=e.IndicatorSeparator;if(!t||!n)return null;var r=this.commonProps,s=this.props.isDisabled,a=this.state.isFocused;return i.createElement(n,o({},r,{isDisabled:s,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var e=this.getComponents().DropdownIndicator;if(!e)return null;var t=this.commonProps,n=this.props.isDisabled,r=this.state.isFocused,s={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return i.createElement(e,o({},t,{innerProps:s,isDisabled:n,isFocused:r}))}},{key:"renderMenu",value:function(){var e=this,t=this.getComponents(),n=t.Group,r=t.GroupHeading,s=t.Menu,a=t.MenuList,l=t.MenuPortal,c=t.LoadingMessage,u=t.NoOptionsMessage,h=t.Option,p=this.commonProps,d=this.state.focusedOption,f=this.props,m=f.captureMenuScroll,g=f.inputValue,b=f.isLoading,v=f.loadingMessage,y=f.minMenuHeight,M=f.maxMenuHeight,w=f.menuIsOpen,x=f.menuPlacement,A=f.menuPosition,O=f.menuPortalTarget,k=f.menuShouldBlockScroll,T=f.menuShouldScrollIntoView,S=f.noOptionsMessage,z=f.onMenuScrollToTop,C=f.onMenuScrollToBottom;if(!w)return null;var _,E=function(t,n){var r=t.type,s=t.data,a=t.isDisabled,l=t.isSelected,c=t.label,u=t.value,f=d===s,m=a?void 0:function(){return e.onOptionHover(s)},g=a?void 0:function(){return e.selectOption(s)},b="".concat(e.getElementId("option"),"-").concat(n),v={id:b,onClick:g,onMouseMove:m,onMouseOver:m,tabIndex:-1};return i.createElement(h,o({},p,{innerProps:v,data:s,isDisabled:a,isSelected:l,key:b,label:c,type:r,value:u,isFocused:f,innerRef:f?e.getFocusedOptionRef:void 0}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())_=this.getCategorizedOptions().map((function(t){if("group"===t.type){var s=t.data,a=t.options,l=t.index,c="".concat(e.getElementId("group"),"-").concat(l),u="".concat(c,"-heading");return i.createElement(n,o({},p,{key:c,data:s,options:a,Heading:r,headingProps:{id:u,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return E(e,"".concat(l,"-").concat(e.index))})))}if("option"===t.type)return E(t,"".concat(t.index))}));else if(b){var N=v({inputValue:g});if(null===N)return null;_=i.createElement(c,p,N)}else{var L=S({inputValue:g});if(null===L)return null;_=i.createElement(u,p,L)}var D={minMenuHeight:y,maxMenuHeight:M,menuPlacement:x,menuPosition:A,menuShouldScrollIntoView:T},P=i.createElement(tl,o({},p,D),(function(t){var n=t.ref,r=t.placerProps,l=r.placement,c=r.maxHeight;return i.createElement(s,o({},p,D,{innerRef:n,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:l}),i.createElement(sc,{captureEnabled:m,onTopArrive:z,onBottomArrive:C,lockEnabled:k},(function(t){return i.createElement(a,o({},p,{innerRef:function(n){e.getMenuListRef(n),t(n)},isLoading:b,maxHeight:c,focusedOption:d}),_)})))}));return O||"fixed"===A?i.createElement(l,o({},p,{appendTo:O,controlElement:this.controlRef,menuPlacement:x,menuPosition:A}),P):P}},{key:"renderFormField",value:function(){var e=this,t=this.props,n=t.delimiter,r=t.isDisabled,o=t.isMulti,s=t.name,a=this.state.selectValue;if(s&&!r){if(o){if(n){var l=a.map((function(t){return e.getOptionValue(t)})).join(n);return i.createElement("input",{name:s,type:"hidden",value:l})}var c=a.length>0?a.map((function(t,n){return i.createElement("input",{key:"i-".concat(n),name:s,type:"hidden",value:e.getOptionValue(t)})})):i.createElement("input",{name:s,type:"hidden"});return i.createElement("div",null,c)}var u=a[0]?this.getOptionValue(a[0]):"";return i.createElement("input",{name:s,type:"hidden",value:u})}}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,r=t.focusedOption,s=t.focusedValue,a=t.isFocused,l=t.selectValue,c=this.getFocusableOptions();return i.createElement(ql,o({},e,{ariaSelection:n,focusedOption:r,focusedValue:s,isFocused:a,selectValue:l,focusableOptions:c}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,r=e.SelectContainer,s=e.ValueContainer,a=this.props,l=a.className,c=a.id,u=a.isDisabled,h=a.menuIsOpen,p=this.state.isFocused,d=this.commonProps=this.getCommonProps();return i.createElement(r,o({},d,{className:l,innerProps:{id:c,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:p}),this.renderLiveRegion(),i.createElement(t,o({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:p,menuIsOpen:h}),i.createElement(s,o({},d,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),i.createElement(n,o({},d,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevProps,i=t.clearFocusValueOnUpdate,r=t.inputIsHiddenAfterUpdate,o=e.options,s=e.value,a=e.menuIsOpen,l=e.inputValue,c={};if(n&&(s!==n.value||o!==n.options||a!==n.menuIsOpen||l!==n.inputValue)){var u=Ia(s),h=a?function(e,t){return pc(hc(e,t))}(e,u):[],p=i?function(e,t){var n=e.focusedValue,i=e.selectValue.indexOf(n);if(i>-1){if(t.indexOf(n)>-1)return n;if(i-1?n:t[0]}(t,h);c={selectValue:u,focusedOption:d,focusedValue:p,clearFocusValueOnUpdate:!1}}var f=null!=r&&e!==n?{inputIsHidden:r,inputIsHiddenAfterUpdate:void 0}:{};return Da(Da(Da({},c),f),{},{prevProps:e})}}]),n}(i.Component);wc.defaultProps=cc;var xc={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Ac=function(e){var t,n;return n=t=function(t){Ea(r,t);var n=Ra(r);function r(){var e;za(this,r);for(var t=arguments.length,i=new Array(t),o=0;o1?n-1:0),r=1;r{let{children:t,wrapperStyles:n,id:i,disabled:r,isExplainCheckbox:o,...s}=e;return(0,Gr.jsxs)(Sc,{className:"custom-control custom-checkbox",style:n,children:[(0,Gr.jsx)(Ro,{...s,id:i,type:"checkbox",className:"custom-control-input",disabled:r}),(0,Gr.jsxs)(Do,{style:{userSelect:"none"},className:"custom-control-label",for:i,children:[t,o&&r&&(0,Gr.jsx)("div",{className:"popup-message",children:"Explain allows you to view an expandable query plan of the PromQL query similar to SQL EXPLAIN. This functionality is only available when using the Thanos engine"})]})]})},Cc=(0,i.memo)(zc);var _c={tag:x,active:c().bool,disabled:c().bool,color:c().string,action:c().bool,className:c().any,cssModule:c().object},Ec=function(e){e.preventDefault()},Nc=function(e){var t=e.className,n=e.cssModule,r=e.tag,a=e.active,l=e.disabled,c=e.action,u=e.color,p=s(e,["className","cssModule","tag","active","disabled","action","color"]),d=f(h()(t,!!a&&"active",!!l&&"disabled",!!c&&"list-group-item-action",!!u&&"list-group-item-"+u,"list-group-item"),n);return l&&(p.onClick=Ec),i.createElement(r,o({},p,{className:d}))};Nc.propTypes=_c,Nc.defaultProps={tag:"li"};const Lc=Nc;var Dc=n(8287),Pc=n.n(Dc),qc="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,Rc=function(){for(var e=["Edge","Trident","Firefox"],t=0;t=0)return 1;return 0}();var Bc=qc&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),Rc))}};function Wc(e){return e&&"[object Function]"==={}.toString.call(e)}function jc(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function Ic(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function Xc(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=jc(e),n=t.overflow,i=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+i)?e:Xc(Ic(e))}function Fc(e){return e&&e.referenceNode?e.referenceNode:e}var Hc=qc&&!(!window.MSInputMethodContext||!document.documentMode),Vc=qc&&/MSIE 10/.test(navigator.userAgent);function Uc(e){return 11===e?Hc:10===e?Vc:Hc||Vc}function Yc(e){if(!e)return document.documentElement;for(var t=Uc(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===jc(n,"position")?Yc(n):n:e?e.ownerDocument.documentElement:document.documentElement}function $c(e){return null!==e.parentNode?$c(e.parentNode):e}function Qc(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?e:t,r=n?t:e,o=document.createRange();o.setStart(i,0),o.setEnd(r,0);var s=o.commonAncestorContainer;if(e!==s&&t!==s||i.contains(r))return function(e){var t=e.nodeName;return"BODY"!==t&&("HTML"===t||Yc(e.firstElementChild)===e)}(s)?s:Yc(s);var a=$c(e);return a.host?Qc(a.host,t):Qc(e,$c(t).host)}function Gc(e){var t="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var i=e.ownerDocument.documentElement;return(e.ownerDocument.scrollingElement||i)[t]}return e[t]}function Kc(e,t){var n="x"===t?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+i+"Width"])}function Jc(e,t,n,i){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],Uc(10)?parseInt(n["offset"+e])+parseInt(i["margin"+("Height"===e?"Top":"Left")])+parseInt(i["margin"+("Height"===e?"Bottom":"Right")]):0)}function Zc(e){var t=e.body,n=e.documentElement,i=Uc(10)&&getComputedStyle(n);return{height:Jc("Height",t,n,i),width:Jc("Width",t,n,i)}}var eu=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],i=Uc(10),r="HTML"===t.nodeName,o=ru(e),s=ru(t),a=Xc(e),l=jc(t),c=parseFloat(l.borderTopWidth),u=parseFloat(l.borderLeftWidth);n&&r&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var h=iu({top:o.top-s.top-c,left:o.left-s.left-u,width:o.width,height:o.height});if(h.marginTop=0,h.marginLeft=0,!i&&r){var p=parseFloat(l.marginTop),d=parseFloat(l.marginLeft);h.top-=c-p,h.bottom-=c-p,h.left-=u-d,h.right-=u-d,h.marginTop=p,h.marginLeft=d}return(i&&!n?t.contains(a):t===a&&"BODY"!==a.nodeName)&&(h=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=Gc(t,"top"),r=Gc(t,"left"),o=n?-1:1;return e.top+=i*o,e.bottom+=i*o,e.left+=r*o,e.right+=r*o,e}(h,t)),h}function su(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===jc(e,"position"))return!0;var n=Ic(e);return!!n&&su(n)}function au(e){if(!e||!e.parentElement||Uc())return document.documentElement;for(var t=e.parentElement;t&&"none"===jc(t,"transform");)t=t.parentElement;return t||document.documentElement}function lu(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},s=r?au(e):Qc(e,Fc(t));if("viewport"===i)o=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,i=ou(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),s=t?0:Gc(n),a=t?0:Gc(n,"left");return iu({top:s-i.top+i.marginTop,left:a-i.left+i.marginLeft,width:r,height:o})}(s,r);else{var a=void 0;"scrollParent"===i?"BODY"===(a=Xc(Ic(t))).nodeName&&(a=e.ownerDocument.documentElement):a="window"===i?e.ownerDocument.documentElement:i;var l=ou(a,s,r);if("HTML"!==a.nodeName||su(s))o=l;else{var c=Zc(e.ownerDocument),u=c.height,h=c.width;o.top+=l.top-l.marginTop,o.bottom=u+l.top,o.left+=l.left-l.marginLeft,o.right=h+l.left}}var p="number"===typeof(n=n||0);return o.left+=p?n:n.left||0,o.top+=p?n:n.top||0,o.right-=p?n:n.right||0,o.bottom-=p?n:n.bottom||0,o}function cu(e){return e.width*e.height}function uu(e,t,n,i,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var s=lu(n,i,o,r),a={top:{width:s.width,height:t.top-s.top},right:{width:s.right-t.right,height:s.height},bottom:{width:s.width,height:s.bottom-t.bottom},left:{width:t.left-s.left,height:s.height}},l=Object.keys(a).map((function(e){return nu({key:e},a[e],{area:cu(a[e])})})).sort((function(e,t){return t.area-e.area})),c=l.filter((function(e){var t=e.width,i=e.height;return t>=n.clientWidth&&i>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,h=e.split("-")[1];return u+(h?"-"+h:"")}function hu(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return ou(n,i?au(t):Qc(t,Fc(n)),i)}function pu(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),i=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+i,height:e.offsetHeight+n}}function du(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function fu(e,t,n){n=n.split("-")[0];var i=pu(e),r={width:i.width,height:i.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[s]=t[s]+t[l]/2-i[l]/2,r[a]=n===a?t[a]-i[c]:t[du(a)],r}function mu(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function gu(e,t,n){var i=void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var i=mu(e,(function(e){return e[t]===n}));return e.indexOf(i)}(e,"name",n));return i.forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&Wc(n)&&(t.offsets.popper=iu(t.offsets.popper),t.offsets.reference=iu(t.offsets.reference),t=n(t,e))})),t}function bu(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=hu(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=uu(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=fu(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=gu(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function vu(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function yu(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=Eu.indexOf(e),i=Eu.slice(n+1).concat(Eu.slice(0,n));return t?i.reverse():i}var Lu="flip",Du="clockwise",Pu="counterclockwise";function qu(e,t,n,i){var r=[0,0],o=-1!==["right","left"].indexOf(i),s=e.split(/(\+|\-)/).map((function(e){return e.trim()})),a=s.indexOf(mu(s,(function(e){return-1!==e.search(/,|\s/)})));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(l)[0]]),[s[a].split(l)[1]].concat(s.slice(a+1))]:[s];return c=c.map((function(e,i){var r=(1===i?!o:o)?"height":"width",s=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,s=!0,e):s?(e[e.length-1]+=t,s=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,i){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],s=r[2];if(!o)return e;if(0===s.indexOf("%")){return iu("%p"===s?n:i)[t]/100*o}if("vh"===s||"vw"===s)return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(e,r,t,n)}))})),c.forEach((function(e,t){e.forEach((function(n,i){Tu(n)&&(r[t]+=n*("-"===e[i-1]?-1:1))}))})),r}var Ru={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var r=e.offsets,o=r.reference,s=r.popper,a=-1!==["bottom","top"].indexOf(n),l=a?"left":"top",c=a?"width":"height",u={start:tu({},l,o[l]),end:tu({},l,o[l]+o[c]-s[c])};e.offsets.popper=nu({},s,u[i])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,i=e.placement,r=e.offsets,o=r.popper,s=r.reference,a=i.split("-")[0],l=void 0;return l=Tu(+n)?[+n,0]:qu(n,o,s,a),"left"===a?(o.top+=l[0],o.left-=l[1]):"right"===a?(o.top+=l[0],o.left+=l[1]):"top"===a?(o.left+=l[0],o.top-=l[1]):"bottom"===a&&(o.left+=l[0],o.top+=l[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||Yc(e.instance.popper);e.instance.reference===n&&(n=Yc(n));var i=yu("transform"),r=e.instance.popper.style,o=r.top,s=r.left,a=r[i];r.top="",r.left="",r[i]="";var l=lu(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=o,r.left=s,r[i]=a,t.boundaries=l;var c=t.priority,u=e.offsets.popper,h={primary:function(e){var n=u[e];return u[e]l[e]&&!t.escapeWithReference&&(i=Math.min(u[n],l[e]-("right"===e?u.width:u.height))),tu({},n,i)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=nu({},u,h[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,r=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]o(i[a])&&(e.offsets.popper[l]=o(i[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Cu(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"===typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,a=o.reference,l=-1!==["left","right"].indexOf(r),c=l?"height":"width",u=l?"Top":"Left",h=u.toLowerCase(),p=l?"left":"top",d=l?"bottom":"right",f=pu(i)[c];a[d]-fs[d]&&(e.offsets.popper[h]+=a[h]+f-s[d]),e.offsets.popper=iu(e.offsets.popper);var m=a[h]+a[c]/2-f/2,g=jc(e.instance.popper),b=parseFloat(g["margin"+u]),v=parseFloat(g["border"+u+"Width"]),y=m-e.offsets.popper[h]-b-v;return y=Math.max(Math.min(s[c]-f,y),0),e.arrowElement=i,e.offsets.arrow=(tu(n={},h,Math.round(y)),tu(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(vu(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=lu(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),i=e.placement.split("-")[0],r=du(i),o=e.placement.split("-")[1]||"",s=[];switch(t.behavior){case Lu:s=[i,r];break;case Du:s=Nu(i);break;case Pu:s=Nu(i,!0);break;default:s=t.behavior}return s.forEach((function(a,l){if(i!==a||s.length===l+1)return e;i=e.placement.split("-")[0],r=du(i);var c=e.offsets.popper,u=e.offsets.reference,h=Math.floor,p="left"===i&&h(c.right)>h(u.left)||"right"===i&&h(c.left)h(u.top)||"bottom"===i&&h(c.top)h(n.right),m=h(c.top)h(n.bottom),b="left"===i&&d||"right"===i&&f||"top"===i&&m||"bottom"===i&&g,v=-1!==["top","bottom"].indexOf(i),y=!!t.flipVariations&&(v&&"start"===o&&d||v&&"end"===o&&f||!v&&"start"===o&&m||!v&&"end"===o&&g),M=!!t.flipVariationsByContent&&(v&&"start"===o&&f||v&&"end"===o&&d||!v&&"start"===o&&g||!v&&"end"===o&&m),w=y||M;(p||b||w)&&(e.flipped=!0,(p||b)&&(i=s[l+1]),w&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=i+(o?"-"+o:""),e.offsets.popper=nu({},e.offsets.popper,fu(e.instance.popper,e.offsets.reference,e.placement)),e=gu(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),e.placement=du(t),e.offsets.popper=iu(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Cu(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=mu(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottomn.right||t.top>n.bottom||t.right2&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=Bc(this.update.bind(this)),this.options=nu({},e.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(nu({},e.Defaults.modifiers,r.modifiers)).forEach((function(t){i.options.modifiers[t]=nu({},e.Defaults.modifiers[t]||{},r.modifiers?r.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return nu({name:e},i.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&Wc(e.onLoad)&&e.onLoad(i.reference,i.popper,i.options,e,i.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return eu(e,[{key:"update",value:function(){return bu.call(this)}},{key:"destroy",value:function(){return Mu.call(this)}},{key:"enableEventListeners",value:function(){return Ou.call(this)}},{key:"disableEventListeners",value:function(){return ku.call(this)}}]),e}();Wu.Utils=("undefined"!==typeof window?window:n.g).PopperUtils,Wu.placements=_u,Wu.Defaults=Bu;const ju=Wu;var Iu=n(6),Xu=n.n(Iu),Fu=Xu()(),Hu=Xu()(),Vu=function(e){function t(){for(var t,n=arguments.length,i=new Array(n),r=0;r1?t-1:0),i=1;i-1&&!this.props.autohide&&(this._hideTimeout&&this.clearHideTimeout(),this.state.isOpen&&!this.props.isOpen&&this.toggle())},n.onMouseLeaveTooltipContent=function(e){this.props.trigger.indexOf("hover")>-1&&!this.props.autohide&&(this._showTimeout&&this.clearShowTimeout(),e.persist(),this._hideTimeout=setTimeout(this.hide.bind(this,e),this.getDelay("hide")))},n.onEscKeyDown=function(e){"Escape"===e.key&&this.hide(e)},n.getRef=function(e){var t=this.props.innerRef;t&&("function"===typeof t?t(e):"object"===typeof t&&(t.current=e)),this._popover=e},n.getDelay=function(e){var t=this.props.delay;return"object"===typeof t?isNaN(t[e])?sh[e]:t[e]:t},n.getCurrentTarget=function(e){if(!e)return null;var t=this._targets.indexOf(e);return t>=0?this._targets[t]:this.getCurrentTarget(e.parentElement)},n.show=function(e){if(!this.props.isOpen){if(this.clearShowTimeout(),this.currentTargetElement=e?e.currentTarget||this.getCurrentTarget(e.target):null,e&&e.composedPath&&"function"===typeof e.composedPath){var t=e.composedPath();this.currentTargetElement=t&&t[0]||this.currentTargetElement}this.toggle(e)}},n.showWithDelay=function(e){this._hideTimeout&&this.clearHideTimeout(),this._showTimeout=setTimeout(this.show.bind(this,e),this.getDelay("show"))},n.hide=function(e){this.props.isOpen&&(this.clearHideTimeout(),this.currentTargetElement=null,this.toggle(e))},n.hideWithDelay=function(e){this._showTimeout&&this.clearShowTimeout(),this._hideTimeout=setTimeout(this.hide.bind(this,e),this.getDelay("hide"))},n.clearShowTimeout=function(){clearTimeout(this._showTimeout),this._showTimeout=void 0},n.clearHideTimeout=function(){clearTimeout(this._hideTimeout),this._hideTimeout=void 0},n.handleDocumentClick=function(e){var t=this.props.trigger.split(" ");t.indexOf("legacy")>-1&&(this.props.isOpen||ch(e.target,this._targets))?(this._hideTimeout&&this.clearHideTimeout(),this.props.isOpen&&!lh(e.target,this._popover)?this.hideWithDelay(e):this.props.isOpen||this.showWithDelay(e)):t.indexOf("click")>-1&&ch(e.target,this._targets)&&(this._hideTimeout&&this.clearHideTimeout(),this.props.isOpen?this.hideWithDelay(e):this.showWithDelay(e))},n.addEventOnTargets=function(e,t,n){this._targets.forEach((function(i){i.addEventListener(e,t,n)}))},n.removeEventOnTargets=function(e,t,n){this._targets.forEach((function(i){i.removeEventListener(e,t,n)}))},n.addTargetEvents=function(){if(this.props.trigger){var e=this.props.trigger.split(" ");-1===e.indexOf("manual")&&((e.indexOf("click")>-1||e.indexOf("legacy")>-1)&&document.addEventListener("click",this.handleDocumentClick,!0),this._targets&&this._targets.length&&(e.indexOf("hover")>-1&&(this.addEventOnTargets("mouseover",this.showWithDelay,!0),this.addEventOnTargets("mouseout",this.hideWithDelay,!0)),e.indexOf("focus")>-1&&(this.addEventOnTargets("focusin",this.show,!0),this.addEventOnTargets("focusout",this.hide,!0)),this.addEventOnTargets("keydown",this.onEscKeyDown,!0)))}},n.removeTargetEvents=function(){this._targets&&(this.removeEventOnTargets("mouseover",this.showWithDelay,!0),this.removeEventOnTargets("mouseout",this.hideWithDelay,!0),this.removeEventOnTargets("keydown",this.onEscKeyDown,!0),this.removeEventOnTargets("focusin",this.show,!0),this.removeEventOnTargets("focusout",this.hide,!0)),document.removeEventListener("click",this.handleDocumentClick,!0)},n.updateTarget=function(){var e=R(this.props.target,!0);e!==this._targets&&(this.removeTargetEvents(),this._targets=e?Array.from(e):[],this.currentTargetElement=this.currentTargetElement||this._targets[0],this.addTargetEvents())},n.toggle=function(e){return this.props.disabled||!this._isMounted?e&&e.preventDefault():this.props.toggle(e)},n.render=function(){var e=this;this.props.isOpen&&this.updateTarget();var t=this.currentTargetElement||this._targets[0];if(!t)return null;var n=this.props,r=n.className,s=n.cssModule,a=n.innerClassName,l=n.isOpen,c=n.hideArrow,u=n.boundariesElement,h=n.placement,p=n.placementPrefix,d=n.arrowClassName,g=n.popperClassName,b=n.container,v=n.modifiers,y=n.positionFixed,M=n.offset,w=n.fade,x=n.flip,A=n.children,O=m(this.props,Object.keys(oh)),k=f(g,s),T=f(a,s);return i.createElement(rh,{className:r,target:t,isOpen:l,hideArrow:c,boundariesElement:u,placement:h,placementPrefix:p,arrowClassName:d,popperClassName:k,container:b,modifiers:v,positionFixed:y,offset:M,cssModule:s,fade:w,flip:x},(function(t){var n=t.scheduleUpdate;return i.createElement("div",o({},O,{ref:e.getRef,className:T,role:"tooltip",onMouseOver:e.onMouseOverTooltipContent,onMouseLeave:e.onMouseLeaveTooltipContent,onKeyDown:e.onEscKeyDown}),"function"===typeof A?A({scheduleUpdate:n}):A)}))},t}(i.Component);uh.propTypes=oh,uh.defaultProps=ah;const hh=uh;var ph=function(e){var t=h()("tooltip","show",e.popperClassName),n=h()("tooltip-inner",e.innerClassName);return i.createElement(hh,o({},e,{popperClassName:t,innerClassName:n}))};ph.propTypes=oh,ph.defaultProps={placement:"top",autohide:!0,placementPrefix:"bs-tooltip",trigger:"hover focus"};const dh=ph;var fh={tag:x,flush:c().bool,className:c().string,cssModule:c().object,horizontal:c().oneOfType([c().bool,c().string])},mh=function(e){var t=e.className,n=e.cssModule,r=e.tag,a=e.flush,l=e.horizontal,c=s(e,["className","cssModule","tag","flush","horizontal"]),u=f(h()(t,"list-group",a?"list-group-flush":function(e){return!1!==e&&(!0===e||"xs"===e?"list-group-horizontal":"list-group-horizontal-"+e)}(l)),n);return i.createElement(r,o({},c,{className:u}))};mh.propTypes=fh,mh.defaultProps={tag:"ul",horizontal:!1};const gh=mh,bh=e=>{let{id:t,node:n}=e;const[r,o]=(0,i.useState)({}),[s,a]=(0,i.useState)({}),[l,c]=(0,i.useState)({}),[u,h]=(0,i.useState)({}),p=e=>{const t=e.target.getAttribute("id");t&&c({...l,[t]:!l[t]})},d=e=>{const t=e.target.getAttribute("id");t&&h({...u,[t]:!u[t]})},f=e=>{const t=e.target.getAttribute("id");t&&a({...s,[t]:!s[t]})},m=e=>{const t=e.target.getAttribute("id");t&&o({...r,[t]:!r[t]})},g=(e,t,n)=>e.map(((e,o)=>{const a="".concat(o,"-").concat(t||"top").replace(/[^a-zA-Z0-9-_]/g,"");return(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsx)(Lc,{className:"bg-transparent p-0 border-0 ".concat(t?"rounded-0 ".concat(n?"border-bottom-0":""):""),children:(0,Gr.jsxs)("div",{className:"d-flex align-items-center",style:{paddingLeft:"".concat(25*n,"px")},children:[e.children&&(0,Gr.jsx)("div",{className:"pl-0 btn text-primary",style:{cursor:"inherit"},color:"link",children:r[a]?"+":"-"}),(0,Gr.jsxs)("div",{id:a,style:{cursor:"".concat(e.children?"pointer":"inherit")},onClick:m,children:[e.name,e.executionTime&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("span",{id:"executionTime-".concat(a),style:{paddingLeft:"20px"},children:e.executionTime}),(0,Gr.jsx)(dh,{isOpen:u["executionTime-".concat(a)],toggle:d,target:"executionTime-".concat(a),placement:"right",children:"Wall clock time"})]}),e.peakSamples&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("span",{id:"peakSamples-".concat(a),style:{paddingLeft:"20px"},children:e.peakSamples}),(0,Gr.jsx)(dh,{isOpen:s["peakSamples-".concat(a)],toggle:f,target:"peakSamples-".concat(a),placement:"right",children:"Peak samples (in all steps)"})]}),e.totalSamples&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("span",{id:"totalSamples-".concat(a),style:{paddingLeft:"20px"},children:e.totalSamples}),(0,Gr.jsx)(dh,{isOpen:l["totalSamples-".concat(a)],toggle:p,target:"totalSamples-".concat(a),placement:"right",children:"Total samples (sum of all steps)"})]})]})]})}),e.children&&(0,Gr.jsx)(xo,{isOpen:r[a],children:g(e.children,a,(n||0)+1)})]})}));return n?(0,Gr.jsx)(gh,{children:g([n],t)}):null};var vh={tag:x,size:c().string,className:c().string,cssModule:c().object},yh=function(e){var t=e.className,n=e.cssModule,r=e.tag,a=e.size,l=s(e,["className","cssModule","tag","size"]),c=f(h()(t,"input-group",a?"input-group-"+a:null),n);return i.createElement(r,o({},l,{className:c}))};yh.propTypes=vh,yh.defaultProps={tag:"div"};const Mh=yh;var wh={tag:x,className:c().string,cssModule:c().object},xh=function(e){var t=e.className,n=e.cssModule,r=e.tag,a=s(e,["className","cssModule","tag"]),l=f(h()(t,"input-group-text"),n);return i.createElement(r,o({},a,{className:l}))};xh.propTypes=wh,xh.defaultProps={tag:"span"};const Ah=xh;var Oh={tag:x,addonType:c().oneOf(["prepend","append"]).isRequired,children:c().node,className:c().string,cssModule:c().object},kh=function(e){var t=e.className,n=e.cssModule,r=e.tag,a=e.addonType,l=e.children,c=s(e,["className","cssModule","tag","addonType","children"]),u=f(h()(t,"input-group-"+a),n);return"string"===typeof l?i.createElement(r,o({},c,{className:u}),i.createElement(Ah,{children:l})):i.createElement(r,o({},c,{className:u,children:l}))};kh.propTypes=Oh,kh.defaultProps={tag:"div"};const Th=kh;class Sh{constructor(){}lineAt(e){if(e<0||e>this.length)throw new RangeError("Invalid position ".concat(e," in document of length ").concat(this.length));return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError("Invalid line number ".concat(e," in ").concat(this.lines,"-line document"));return this.lineInner(e,!0,1,0)}replace(e,t,n){let i=[];return this.decompose(0,e,i,2),n.length&&n.decompose(0,n.length,i,3),this.decompose(t,this.length,i,1),Ch.from(i,this.length-(t-e)+n.length)}append(e){return this.replace(this.length,this.length,e)}slice(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.length,n=[];return this.decompose(e,t,n,0),Ch.from(n,t-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let t=this.scanIdentical(e,1),n=this.length-this.scanIdentical(e,-1),i=new Nh(this),r=new Nh(e);for(let o=t,s=t;;){if(i.next(o),r.next(o),o=0,i.lineBreak!=r.lineBreak||i.done!=r.done||i.value!=r.value)return!1;if(s+=i.value.length,i.done||s>=n)return!0}}iter(){return new Nh(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:1)}iterRange(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.length;return new Lh(this,e,t)}iterLines(e,t){let n;if(null==e)n=this.iter();else{null==t&&(t=this.lines+1);let i=this.line(e).from;n=this.iterRange(i,Math.max(i,t==this.lines+1?this.length:t<=1?0:this.line(t-1).to))}return new Dh(n)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}static of(e){if(0==e.length)throw new RangeError("A document must have at least one line");return 1!=e.length||e[0]?e.length<=32?new zh(e):Ch.from(zh.split(e,[])):Sh.empty}}class zh extends Sh{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(e){let t=-1;for(let n of e)t+=n.length+1;return t}(e);super(),this.text=e,this.length=t}get lines(){return this.text.length}get children(){return null}lineInner(e,t,n,i){for(let r=0;;r++){let o=this.text[r],s=i+o.length;if((t?n:s)>=e)return new Ph(i,s,n,o);i=s+1,n++}}decompose(e,t,n,i){let r=e<=0&&t>=this.length?this:new zh(Eh(this.text,e,t),Math.min(t,this.length)-Math.max(0,e));if(1&i){let e=n.pop(),t=_h(r.text,e.text.slice(),0,r.length);if(t.length<=32)n.push(new zh(t,e.length+r.length));else{let e=t.length>>1;n.push(new zh(t.slice(0,e)),new zh(t.slice(e)))}}else n.push(r)}replace(e,t,n){if(!(n instanceof zh))return super.replace(e,t,n);let i=_h(this.text,_h(n.text,Eh(this.text,0,e)),t),r=this.length+n.length-(t-e);return i.length<=32?new zh(i,r):Ch.from(zh.split(i,[]),r)}sliceString(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.length,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"\n",i="";for(let r=0,o=0;r<=t&&oe&&o&&(i+=n),er&&(i+=s.slice(Math.max(0,e-r),t-r)),r=a+1}return i}flatten(e){for(let t of this.text)e.push(t)}scanIdentical(){return 0}static split(e,t){let n=[],i=-1;for(let r of e)n.push(r),i+=r.length+1,32==n.length&&(t.push(new zh(n,i)),n=[],i=-1);return i>-1&&t.push(new zh(n,i)),t}}class Ch extends Sh{constructor(e,t){super(),this.children=e,this.length=t,this.lines=0;for(let n of e)this.lines+=n.lines}lineInner(e,t,n,i){for(let r=0;;r++){let o=this.children[r],s=i+o.length,a=n+o.lines-1;if((t?a:s)>=e)return o.lineInner(e,t,n,i);i=s+1,n=a+1}}decompose(e,t,n,i){for(let r=0,o=0;o<=t&&r=o){let r=i&((o<=e?1:0)|(a>=t?2:0));o>=e&&a<=t&&!r?n.push(s):s.decompose(e-o,t-o,n,r)}o=a+1}}replace(e,t,n){if(n.lines=r&&t<=s){let a=o.replace(e-r,t-r,n),l=this.lines-o.lines+a.lines;if(a.lines>4&&a.lines>l>>6){let r=this.children.slice();return r[i]=a,new Ch(r,this.length-(t-e)+n.length)}return super.replace(r,s,a)}r=s+1}return super.replace(e,t,n)}sliceString(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.length,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"\n",i="";for(let r=0,o=0;re&&r&&(i+=n),eo&&(i+=s.sliceString(e-o,t-o,n)),o=a+1}return i}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof Ch))return 0;let n=0,[i,r,o,s]=t>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=t,r+=t){if(i==o||r==s)return n;let a=this.children[i],l=e.children[r];if(a!=l)return n+a.scanIdentical(l,t);n+=a.length+1}}static from(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.reduce(((e,t)=>e+t.length+1),-1),n=0;for(let p of e)n+=p.lines;if(n<32){let n=[];for(let t of e)t.flatten(n);return new zh(n,t)}let i=Math.max(32,n>>5),r=i<<1,o=i>>1,s=[],a=0,l=-1,c=[];function u(e){let t;if(e.lines>r&&e instanceof Ch)for(let n of e.children)u(n);else e.lines>o&&(a>o||!a)?(h(),s.push(e)):e instanceof zh&&a&&(t=c[c.length-1])instanceof zh&&e.lines+t.lines<=32?(a+=e.lines,l+=e.length+1,c[c.length-1]=new zh(t.text.concat(e.text),t.length+1+e.length)):(a+e.lines>i&&h(),a+=e.lines,l+=e.length+1,c.push(e))}function h(){0!=a&&(s.push(1==c.length?c[0]:Ch.from(c,l)),l=-1,a=c.length=0)}for(let p of e)u(p);return h(),1==s.length?s[0]:new Ch(s,t)}}function _h(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1e9;for(let r=0,o=0,s=!0;o=n&&(l>i&&(a=a.slice(0,i-r)),r1&&void 0!==arguments[1]?arguments[1]:1;this.dir=t,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[t>0?1:(e instanceof zh?e.text.length:e.children.length)<<1]}nextInner(e,t){for(this.done=this.lineBreak=!1;;){let n=this.nodes.length-1,i=this.nodes[n],r=this.offsets[n],o=r>>1,s=i instanceof zh?i.text.length:i.children.length;if(o==(t>0?s:0)){if(0==n)return this.done=!0,this.value="",this;t>0&&this.offsets[n-1]++,this.nodes.pop(),this.offsets.pop()}else if((1&r)==(t>0?0:1)){if(this.offsets[n]+=t,0==e)return this.lineBreak=!0,this.value="\n",this;e--}else if(i instanceof zh){let r=i.text[o+(t<0?-1:0)];if(this.offsets[n]+=t,r.length>Math.max(0,e))return this.value=0==e?r:t>0?r.slice(e):r.slice(0,r.length-e),this;e-=r.length}else{let r=i.children[o+(t<0?-1:0)];e>r.length?(e-=r.length,this.offsets[n]+=t):(t<0&&this.offsets[n]--,this.nodes.push(r),this.offsets.push(t>0?1:(r instanceof zh?r.text.length:r.children.length)<<1))}}}next(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class Lh{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new Nh(e,t>n?-1:1),this.pos=t>n?e.length:0,this.from=Math.min(t,n),this.to=Math.max(t,n)}nextInner(e,t){if(t<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,t<0?this.pos-this.to:this.from-this.pos);let n=t<0?this.pos-this.from:this.to-this.pos;e>n&&(e=n),n-=e;let{value:i}=this.cursor.next(e);return this.pos+=(i.length+e)*t,this.value=i.length<=n?i:t<0?i.slice(i.length-n):i.slice(0,n),this.done=!this.value,this}next(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class Dh{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,{done:t,lineBreak:n,value:i}=this.inner.next(e);return t?(this.done=!0,this.value=""):n?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=i,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(Sh.prototype[Symbol.iterator]=function(){return this.iter()},Nh.prototype[Symbol.iterator]=Lh.prototype[Symbol.iterator]=Dh.prototype[Symbol.iterator]=function(){return this});class Ph{constructor(e,t,n,i){this.from=e,this.to=t,this.number=n,this.text=i}get length(){return this.to-this.from}}let qh="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map((e=>e?parseInt(e,36):1));for(let n=1;ne)return qh[t-1]<=e;return!1}function Bh(e){return e>=127462&&e<=127487}const Wh=8205;function jh(e,t){return(!(arguments.length>2&&void 0!==arguments[2])||arguments[2]?Ih:Xh)(e,t,!(arguments.length>3&&void 0!==arguments[3])||arguments[3])}function Ih(e,t,n){if(t==e.length)return t;t&&Fh(e.charCodeAt(t))&&Hh(e.charCodeAt(t-1))&&t--;let i=Vh(e,t);for(t+=Yh(i);t=0&&Bh(Vh(e,i));)n++,i-=2;if(n%2==0)break;t+=2}}}return t}function Xh(e,t,n){for(;t>0;){let i=Ih(e,t-2,n);if(i=56320&&e<57344}function Hh(e){return e>=55296&&e<56320}function Vh(e,t){let n=e.charCodeAt(t);if(!Hh(n)||t+1==e.length)return n;let i=e.charCodeAt(t+1);return Fh(i)?i-56320+(n-55296<<10)+65536:n}function Uh(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function Yh(e){return e<65536?1:2}const $h=/\r\n?|\n/;var Qh=function(e){return e[e.Simple=0]="Simple",e[e.TrackDel=1]="TrackDel",e[e.TrackBefore=2]="TrackBefore",e[e.TrackAfter=3]="TrackAfter",e}(Qh||(Qh={}));class Gh{constructor(e){this.sections=e}get length(){let e=0;for(let t=0;t1&&void 0!==arguments[1]&&arguments[1])}get invertedDesc(){let e=[];for(let t=0;t1&&void 0!==arguments[1]&&arguments[1];return e.empty?this:tp(this,e,t)}mapPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Qh.Simple,i=0,r=0;for(let o=0;oe)return r+(e-i);r+=s}else{if(n!=Qh.Simple&&l>=e&&(n==Qh.TrackDel&&ie||n==Qh.TrackBefore&&ie))return null;if(l>e||l==e&&t<0&&!s)return e==i||t<0?r:r+a;r+=a}i=l}if(e>i)throw new RangeError("Position ".concat(e," is out of range for changeset of length ").concat(i));return r}touchesRange(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;for(let n=0,i=0;n=0&&i<=t&&r>=e)return!(it)||"cover";i=r}return!1}toString(){let e="";for(let t=0;t=0?":"+i:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some((e=>"number"!=typeof e)))throw new RangeError("Invalid JSON representation of ChangeDesc");return new Gh(e)}static create(e){return new Gh(e)}}class Kh extends Gh{constructor(e,t){super(e),this.inserted=t}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return ep(this,((t,n,i,r,o)=>e=e.replace(i,i+(n-t),o)),!1),e}mapDesc(e){return tp(this,e,arguments.length>1&&void 0!==arguments[1]&&arguments[1],!0)}invert(e){let t=this.sections.slice(),n=[];for(let i=0,r=0;i=0){t[i]=s,t[i+1]=o;let a=i>>1;for(;n.length1&&void 0!==arguments[1]&&arguments[1];return e.empty?this:tp(this,e,t,!0)}iterChanges(e){ep(this,e,arguments.length>1&&void 0!==arguments[1]&&arguments[1])}get desc(){return Gh.create(this.sections)}filter(e){let t=[],n=[],i=[],r=new ip(this);e:for(let o=0,s=0;;){let a=o==e.length?1e9:e[o++];for(;s0&&Zh(n,t,r.text),r.forward(e),s+=e}let l=e[o++];for(;s>1].toJSON()))}return e}static of(e,t,n){let i=[],r=[],o=0,s=null;function a(){if(!(arguments.length>0&&void 0!==arguments[0]&&arguments[0])&&!i.length)return;os||e<0||s>t)throw new RangeError("Invalid change range ".concat(e," to ").concat(s," (in doc of length ").concat(t,")"));let u=c?"string"==typeof c?Sh.of(c.split(n||$h)):c:Sh.empty,h=u.length;if(e==s&&0==h)return;eo&&Jh(i,e-o,-1),Jh(i,s-e,h),Zh(r,i,u),o=s}}(e),a(!s),s}static empty(e){return new Kh(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let t=[],n=[];for(let i=0;it&&"string"!=typeof e)))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==r.length)t.push(r[0],0);else{for(;n.length3&&void 0!==arguments[3]&&arguments[3];if(0==t&&n<=0)return;let r=e.length-2;r>=0&&n<=0&&n==e[r+1]?e[r]+=t:0==t&&0==e[r]?e[r+1]+=n:i?(e[r]+=t,e[r+1]+=n):e.push(t,n)}function Zh(e,t,n){if(0==n.length)return;let i=t.length-2>>1;if(i>1])),!(n||s==e.sections.length||e.sections[s+1]<0);)a=e.sections[s++],l=e.sections[s++];t(r,c,o,u,h),r=c,o=u}}}function tp(e,t,n){let i=[],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3]?[]:null,o=new ip(e),s=new ip(t);for(let a=-1;;)if(-1==o.ins&&-1==s.ins){let e=Math.min(o.len,s.len);Jh(i,e,-1),o.forward(e),s.forward(e)}else if(s.ins>=0&&(o.ins<0||a==o.i||0==o.off&&(s.len=0&&a=0)){if(o.done&&s.done)return r?Kh.createSet(i,r):Gh.create(i);throw new Error("Mismatched change set lengths")}{let e=0,t=o.len;for(;t;)if(-1==s.ins){let n=Math.min(t,s.len);e+=n,t-=n,s.forward(n)}else{if(!(0==s.ins&&s.len2&&void 0!==arguments[2]&&arguments[2]?[]:null,r=new ip(e),o=new ip(t);for(let s=!1;;){if(r.done&&o.done)return i?Kh.createSet(n,i):Gh.create(n);if(0==r.ins)Jh(n,r.len,0,s),r.next();else if(0!=o.len||o.done){if(r.done||o.done)throw new Error("Mismatched change set lengths");{let e=Math.min(r.len2,o.len),t=n.length;if(-1==r.ins){let t=-1==o.ins?-1:o.off?0:o.ins;Jh(n,e,t,s),i&&t&&Zh(i,n,o.text)}else-1==o.ins?(Jh(n,r.off?0:r.len,e,s),i&&Zh(i,n,r.textBit(e))):(Jh(n,r.off?0:r.len,o.off?0:o.ins,s),i&&!o.off&&Zh(i,n,o.text));s=(r.ins>e||o.ins>=0&&o.len>e)&&(s||n.length>t),r.forward2(e),o.forward(e)}}else Jh(n,0,o.ins,s),i&&Zh(i,n,o.text),o.next()}}class ip{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i>1;return t>=e.length?Sh.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?Sh.empty:t[n].slice(this.off,null==e?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){-1==this.ins?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class rp{constructor(e,t,n){this.from=e,this.to=t,this.flags=n}get anchor(){return 16&this.flags?this.to:this.from}get head(){return 16&this.flags?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return 4&this.flags?-1:8&this.flags?1:0}get bidiLevel(){let e=3&this.flags;return 3==e?null:e}get goalColumn(){let e=this.flags>>5;return 33554431==e?void 0:e}map(e){let t,n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1;return this.empty?t=n=e.mapPos(this.from,i):(t=e.mapPos(this.from,1),n=e.mapPos(this.to,-1)),t==this.from&&n==this.to?this:new rp(t,n,this.flags)}extend(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;if(e<=this.anchor&&t>=this.anchor)return op.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return op.range(this.anchor,n)}eq(e){return this.anchor==e.anchor&&this.head==e.head}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||"number"!=typeof e.anchor||"number"!=typeof e.head)throw new RangeError("Invalid JSON representation for SelectionRange");return op.range(e.anchor,e.head)}static create(e,t,n){return new rp(e,t,n)}}class op{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1;return e.empty?this:op.create(this.ranges.map((n=>n.map(e,t))),this.mainIndex)}eq(e){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let t=0;t1&&void 0!==arguments[1])||arguments[1];return op.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.mainIndex,n=this.ranges.slice();return n[t]=e,op.create(n,this.mainIndex)}toJSON(){return{ranges:this.ranges.map((e=>e.toJSON())),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||"number"!=typeof e.main||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new op(e.ranges.map((e=>rp.fromJSON(e))),e.main)}static single(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return new op([op.range(e,t)],0)}static create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(0==e.length)throw new RangeError("A selection needs at least one range");for(let n=0,i=0;i1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;return rp.create(e,e,(0==t?0:t<0?4:8)|(null==n?3:Math.min(2,n))|(null!==i&&void 0!==i?i:33554431)<<5)}static range(e,t,n){let i=(null!==n&&void 0!==n?n:33554431)<<5;return te?4:0))}static normalized(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e[t];e.sort(((e,t)=>e.from-t.from)),t=e.indexOf(n);for(let i=1;in.head?op.range(s,o):op.range(o,s))}}return new op(e,t)}}function sp(e,t){for(let n of e.ranges)if(n.to>t)throw new RangeError("Selection points outside of document")}let ap=0;class lp{constructor(e,t,n,i,r){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=i,this.id=ap++,this.default=e([]),this.extensions="function"==typeof r?r(this):r}static define(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new lp(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(e.combine?(e,t)=>e===t:cp),!!e.static,e.enables)}of(e){return new up([],this,0,e)}compute(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new up(e,this,1,t)}computeN(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new up(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],(n=>t(n.field(e))))}}function cp(e,t){return e==t||e.length==t.length&&e.every(((e,n)=>e===t[n]))}class up{constructor(e,t,n,i){this.dependencies=e,this.facet=t,this.type=n,this.value=i,this.id=ap++}dynamicSlot(e){var t;let n=this.value,i=this.facet.compareInput,r=this.id,o=e[r]>>1,s=2==this.type,a=!1,l=!1,c=[];for(let u of this.dependencies)"doc"==u?a=!0:"selection"==u?l=!0:0==(1&(null!==(t=e[u.id])&&void 0!==t?t:1))&&c.push(e[u.id]);return{create:e=>(e.values[o]=n(e),1),update(e,t){if(a&&t.docChanged||l&&(t.docChanged||t.selection)||pp(e,c)){let t=n(e);if(s?!hp(t,e.values[o],i):!i(t,e.values[o]))return e.values[o]=t,1}return 0},reconfigure:(e,t)=>{let a=n(e),l=t.config.address[r];if(null!=l){let n=Sp(t,l);if(this.dependencies.every((n=>n instanceof lp?t.facet(n)===e.facet(n):!(n instanceof mp)||t.field(n,!1)==e.field(n,!1)))||(s?hp(a,n,i):i(a,n)))return e.values[o]=n,0}return e.values[o]=a,1}}}}function hp(e,t,n){if(e.length!=t.length)return!1;for(let i=0;ie[t.id])),r=n.map((e=>e.type)),o=i.filter((e=>!(1&e))),s=e[t.id]>>1;function a(e){let n=[];for(let t=0;te===t),e);return e.provide&&(t.provides=e.provide(t)),t}create(e){let t=e.facet(fp).find((e=>e.field==this));return((null===t||void 0===t?void 0:t.create)||this.createF)(e)}slot(e){let t=e[this.id]>>1;return{create:e=>(e.values[t]=this.create(e),1),update:(e,n)=>{let i=e.values[t],r=this.updateF(i,n);return this.compareF(i,r)?0:(e.values[t]=r,1)},reconfigure:(e,n)=>null!=n.config.address[this.id]?(e.values[t]=n.field(this),0):(e.values[t]=this.create(e),1)}}init(e){return[this,fp.of({field:this,create:e})]}get extension(){return this}}const gp=4,bp=3,vp=2,yp=1;function Mp(e){return t=>new xp(t,e)}const wp={highest:Mp(0),high:Mp(yp),default:Mp(vp),low:Mp(bp),lowest:Mp(gp)};class xp{constructor(e,t){this.inner=e,this.prec=t}}class Ap{of(e){return new Op(this,e)}reconfigure(e){return Ap.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Op{constructor(e,t){this.compartment=e,this.inner=t}}class kp{constructor(e,t,n,i,r,o){for(this.base=e,this.compartments=t,this.dynamicSlots=n,this.address=i,this.staticValues=r,this.facets=o,this.statusTemplate=[];this.statusTemplate.length>1]}static resolve(e,t,n){let i=[],r=Object.create(null),o=new Map;for(let h of function(e,t,n){let i=[[],[],[],[],[]],r=new Map;function o(e,s){let a=r.get(e);if(null!=a){if(a<=s)return;let t=i[a].indexOf(e);t>-1&&i[a].splice(t,1),e instanceof Op&&n.delete(e.compartment)}if(r.set(e,s),Array.isArray(e))for(let t of e)o(t,s);else if(e instanceof Op){if(n.has(e.compartment))throw new RangeError("Duplicate use of compartment in extensions");let i=t.get(e.compartment)||e.inner;n.set(e.compartment,i),o(i,s)}else if(e instanceof xp)o(e.inner,e.prec);else if(e instanceof mp)i[s].push(e),e.provides&&o(e.provides,s);else if(e instanceof up)i[s].push(e),e.facet.extensions&&o(e.facet.extensions,s);else{let t=e.extension;if(!t)throw new Error("Unrecognized extension value in extension set (".concat(e,"). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks."));o(t,s)}}return o(e,vp),i.reduce(((e,t)=>e.concat(t)))}(e,t,o))h instanceof mp?i.push(h):(r[h.facet.id]||(r[h.facet.id]=[])).push(h);let s=Object.create(null),a=[],l=[];for(let h of i)s[h.id]=l.length<<1,l.push((e=>h.slot(e)));let c=null===n||void 0===n?void 0:n.config.facets;for(let h in r){let e=r[h],t=e[0].facet,i=c&&c[h]||[];if(e.every((e=>0==e.type)))if(s[t.id]=a.length<<1|1,cp(i,e))a.push(n.facet(t));else{let i=t.combine(e.map((e=>e.value)));a.push(n&&t.compare(i,n.facet(t))?n.facet(t):i)}else{for(let t of e)0==t.type?(s[t.id]=a.length<<1|1,a.push(t.value)):(s[t.id]=l.length<<1,l.push((e=>t.dynamicSlot(e))));s[t.id]=l.length<<1,l.push((n=>dp(n,t,e)))}}let u=l.map((e=>e(s)));return new kp(e,o,u,s,a,r)}}function Tp(e,t){if(1&t)return 2;let n=t>>1,i=e.status[n];if(4==i)throw new Error("Cyclic dependency between fields and/or facets");if(2&i)return i;e.status[n]=4;let r=e.computeSlot(e,e.config.dynamicSlots[n]);return e.status[n]=2|r}function Sp(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}const zp=lp.define(),Cp=lp.define({combine:e=>e.some((e=>e)),static:!0}),_p=lp.define({combine:e=>e.length?e[0]:void 0,static:!0}),Ep=lp.define(),Np=lp.define(),Lp=lp.define(),Dp=lp.define({combine:e=>!!e.length&&e[0]});class Pp{constructor(e,t){this.type=e,this.value=t}static define(){return new qp}}class qp{of(e){return new Pp(this,e)}}class Rp{constructor(e){this.map=e}of(e){return new Bp(this,e)}}class Bp{constructor(e,t){this.type=e,this.value=t}map(e){let t=this.type.map(this.value,e);return void 0===t?void 0:t==this.value?this:new Bp(this.type,t)}is(e){return this.type==e}static define(){return new Rp((arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).map||(e=>e))}static mapEffects(e,t){if(!e.length)return e;let n=[];for(let i of e){let e=i.map(t);e&&n.push(e)}return n}}Bp.reconfigure=Bp.define(),Bp.appendConfig=Bp.define();class Wp{constructor(e,t,n,i,r,o){this.startState=e,this.changes=t,this.selection=n,this.effects=i,this.annotations=r,this.scrollIntoView=o,this._doc=null,this._state=null,n&&sp(n,t.newLength),r.some((e=>e.type==Wp.time))||(this.annotations=r.concat(Wp.time.of(Date.now())))}static create(e,t,n,i,r,o){return new Wp(e,t,n,i,r,o)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let t of this.annotations)if(t.type==e)return t.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let t=this.annotation(Wp.userEvent);return!(!t||!(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function jp(e,t){let n=[];for(let i=0,r=0;;){let o,s;if(i=e[i]))o=e[i++],s=e[i++];else{if(!(r=0;r--){let o=n[r](e);o&&Object.keys(o).length&&(i=Ip(e,Xp(t,o,e.changes.newLength),!0))}return i==e?e:Wp.create(t,e.changes,e.selection,i.effects,i.annotations,i.scrollIntoView)}(n?function(e){let t=e.startState,n=!0;for(let r of t.facet(Ep)){let t=r(e);if(!1===t){n=!1;break}Array.isArray(t)&&(n=!0===n?t:jp(n,t))}if(!0!==n){let i,r;if(!1===n)r=e.changes.invertedDesc,i=Kh.empty(t.doc.length);else{let t=e.changes.filter(n);i=t.changes,r=t.filtered.mapDesc(t.changes).invertedDesc}e=Wp.create(t,i,e.selection&&e.selection.map(r),Bp.mapEffects(e.effects,r),e.annotations,e.scrollIntoView)}let i=t.facet(Np);for(let r=i.length-1;r>=0;r--){let n=i[r](e);e=n instanceof Wp?n:Array.isArray(n)&&1==n.length&&n[0]instanceof Wp?n[0]:Fp(t,Vp(n),!1)}return e}(r):r)}Wp.time=Pp.define(),Wp.userEvent=Pp.define(),Wp.addToHistory=Pp.define(),Wp.remote=Pp.define();const Hp=[];function Vp(e){return null==e?Hp:Array.isArray(e)?e:[e]}var Up=function(e){return e[e.Word=0]="Word",e[e.Space=1]="Space",e[e.Other=2]="Other",e}(Up||(Up={}));const Yp=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let $p;try{$p=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(DP){}function Qp(e){return t=>{if(!/\S/.test(t))return Up.Space;if(function(e){if($p)return $p.test(e);for(let t=0;t"\x80"&&(n.toUpperCase()!=n.toLowerCase()||Yp.test(n)))return!0}return!1}(t))return Up.Word;for(let n=0;n-1)return Up.Word;return Up.Other}}class Gp{constructor(e,t,n,i,r,o){this.config=e,this.doc=t,this.selection=n,this.values=i,this.status=e.statusTemplate.slice(),this.computeSlot=r,o&&(o._state=this);for(let s=0;s1&&void 0!==arguments[1])||arguments[1],n=this.config.address[e.id];if(null!=n)return Tp(this,n),Sp(this,n);if(t)throw new RangeError("Field is not present in this state")}update(){for(var e=arguments.length,t=new Array(e),n=0;nr.set(t,e))),n=null),r.set(o.value.compartment,o.value.extension)):o.is(Bp.reconfigure)?(n=null,i=o.value):o.is(Bp.appendConfig)&&(n=null,i=Vp(i).concat(o.value));if(n)t=e.startState.values.slice();else{n=kp.resolve(i,r,this),t=new Gp(n,this.doc,this.selection,n.dynamicSlots.map((()=>null)),((e,t)=>t.reconfigure(e,this)),null).values}new Gp(n,e.newDoc,e.newSelection,t,((t,n)=>n.update(t,e)),e)}replaceSelection(e){return"string"==typeof e&&(e=this.toText(e)),this.changeByRange((t=>({changes:{from:t.from,to:t.to,insert:e},range:op.cursor(t.from+e.length)})))}changeByRange(e){let t=this.selection,n=e(t.ranges[0]),i=this.changes(n.changes),r=[n.range],o=Vp(n.effects);for(let s=1;s0&&void 0!==arguments[0]?arguments[0]:[];return e instanceof Kh?e:Kh.of(e,this.doc.length,this.facet(Gp.lineSeparator))}toText(e){return Sh.of(e.split(this.facet(Gp.lineSeparator)||$h))}sliceDoc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.doc.length;return this.doc.sliceString(e,t,this.lineBreak)}facet(e){let t=this.config.address[e.id];return null==t?e.default:(Tp(this,t),Sp(this,t))}toJSON(e){let t={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let n in e){let i=e[n];i instanceof mp&&null!=this.config.address[i.id]&&(t[n]=i.spec.toJSON(this.field(e[n]),this))}return t}static fromJSON(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;if(!e||"string"!=typeof e.doc)throw new RangeError("Invalid JSON representation for EditorState");let i=[];if(n)for(let r in n)if(Object.prototype.hasOwnProperty.call(e,r)){let t=n[r],o=e[r];i.push(t.init((e=>t.spec.fromJSON(o,e))))}return Gp.create({doc:e.doc,selection:op.fromJSON(e.selection),extensions:t.extensions?i.concat([t.extensions]):i})}static create(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=kp.resolve(e.extensions||[],new Map),n=e.doc instanceof Sh?e.doc:Sh.of((e.doc||"").split(t.staticFacet(Gp.lineSeparator)||$h)),i=e.selection?e.selection instanceof op?e.selection:op.single(e.selection.anchor,e.selection.head):op.single(0);return sp(i,n.length),t.staticFacet(Cp)||(i=i.asSingle()),new Gp(t,n,i,t.dynamicSlots.map((()=>null)),((e,t)=>t.create(e)),null)}get tabSize(){return this.facet(Gp.tabSize)}get lineBreak(){return this.facet(Gp.lineSeparator)||"\n"}get readOnly(){return this.facet(Dp)}phrase(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i{if("$"==t)return"$";let i=+(t||1);return!i||i>n.length?e:n[i-1]}))),e}languageDataAt(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1,i=[];for(let r of this.facet(zp))for(let o of r(this,t,n))Object.prototype.hasOwnProperty.call(o,e)&&i.push(o[e]);return i}charCategorizer(e){return Qp(this.languageDataAt("wordChars",e).join(""))}wordAt(e){let{text:t,from:n,length:i}=this.doc.lineAt(e),r=this.charCategorizer(e),o=e-n,s=e-n;for(;o>0;){let e=jh(t,o,!1);if(r(t.slice(e,o))!=Up.Word)break;o=e}for(;s2&&void 0!==arguments[2]?arguments[2]:{},i={};for(let r of e)for(let e of Object.keys(r)){let t=r[e],o=i[e];if(void 0===o)i[e]=t;else if(o===t||void 0===t);else{if(!Object.hasOwnProperty.call(n,e))throw new Error("Config merge conflict for field "+e);i[e]=n[e](o,t)}}for(let r in t)void 0===i[r]&&(i[r]=t[r]);return i}Gp.allowMultipleSelections=Cp,Gp.tabSize=lp.define({combine:e=>e.length?e[0]:4}),Gp.lineSeparator=_p,Gp.readOnly=Dp,Gp.phrases=lp.define({compare(e,t){let n=Object.keys(e),i=Object.keys(t);return n.length==i.length&&n.every((n=>e[n]==t[n]))}}),Gp.languageData=zp,Gp.changeFilter=Ep,Gp.transactionFilter=Np,Gp.transactionExtender=Lp,Ap.reconfigure=Bp.define();class Jp{eq(e){return this==e}range(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return Zp.create(e,t,this)}}Jp.prototype.startSide=Jp.prototype.endSide=0,Jp.prototype.point=!1,Jp.prototype.mapMode=Qh.TrackDel;class Zp{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(e,t,n){return new Zp(e,t,n)}}function ed(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class td{constructor(e,t,n,i){this.from=e,this.to=t,this.value=n,this.maxPoint=i}get length(){return this.to[this.to.length-1]}findIndex(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=n?this.to:this.from;for(let o=i,s=r.length;;){if(o==s)return o;let i=o+s>>1,a=r[i]-e||(n?this.value[i].endSide:this.value[i].startSide)-t;if(i==o)return a>=0?o:s;a>=0?s=i:o=i+1}}between(e,t,n,i){for(let r=this.findIndex(t,-1e9,!0),o=this.findIndex(n,1e9,!1,r);rc||l==c&&u.startSide>0&&u.endSide<=0)continue;(c-l||u.endSide-u.startSide)<0||(o<0&&(o=l),u.point&&(s=Math.max(s,c-l)),n.push(u),i.push(l-o),r.push(c-o))}return{mapped:n.length?new td(i,r,n,s):null,pos:o}}}class nd{constructor(e,t,n,i){this.chunkPos=e,this.chunk=t,this.nextLayer=n,this.maxPoint=i}static create(e,t,n,i){return new nd(e,t,n,i)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let t of this.chunk)e+=t.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:t=[],sort:n=!1,filterFrom:i=0,filterTo:r=this.length}=e,o=e.filter;if(0==t.length&&!o)return this;if(n&&(t=t.slice().sort(ed)),this.isEmpty)return t.length?nd.of(t):this;let s=new od(this,null,-1).goto(0),a=0,l=[],c=new id;for(;s.value||a=0){let e=t[a++];c.addInner(e.from,e.to,e.value)||l.push(e)}else 1==s.rangeIndex&&s.chunkIndexthis.chunkEnd(s.chunkIndex)||rs.to||r=r&&e<=r+o.length&&!1===o.between(r,e-r,t-r,n))return}this.nextLayer.between(e,t,n)}}iter(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return sd.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return sd.from(e).goto(t)}static compare(e,t,n,i){let r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:-1,o=e.filter((e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=r)),s=t.filter((e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=r)),a=rd(o,s,n),l=new ld(o,a,r),c=new ld(s,a,r);n.iterGaps(((e,t,n)=>cd(l,e,c,t,n,i))),n.empty&&0==n.length&&cd(l,0,c,0,0,i)}static eq(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3?arguments[3]:void 0;null==i&&(i=1e9);let r=e.filter((e=>!e.isEmpty&&t.indexOf(e)<0)),o=t.filter((t=>!t.isEmpty&&e.indexOf(t)<0));if(r.length!=o.length)return!1;if(!r.length)return!0;let s=rd(r,o),a=new ld(r,s,0).goto(n),l=new ld(o,s,0).goto(n);for(;;){if(a.to!=l.to||!ud(a.active,l.active)||a.point&&(!l.point||!a.point.eq(l.point)))return!1;if(a.to>i)return!0;a.next(),l.next()}}static spans(e,t,n,i){let r=new ld(e,null,arguments.length>4&&void 0!==arguments[4]?arguments[4]:-1).goto(t),o=t,s=r.openStart;for(;;){let e=Math.min(r.to,n);if(r.point?(i.point(o,e,r.point,r.activeForPoint(r.to),s,r.pointRank),s=r.openEnd(e)+(r.to>e?1:0)):e>o&&(i.span(o,e,r.active,s),s=r.openEnd(e)),r.to>n)break;o=r.to,r.next()}return s}static of(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=new id;for(let i of e instanceof Zp?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n0)return e.slice().sort(ed);t=i}return e}(e):e)n.add(i.from,i.to,i.value);return n.finish()}}nd.empty=new nd([],[],null,-1),nd.empty.nextLayer=nd.empty;class id{constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}finishChunk(e){this.chunks.push(new td(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}add(e,t,n){this.addInner(e,t,n)||(this.nextLayer||(this.nextLayer=new id)).add(e,t,n)}addInner(e,t,n){let i=e-this.lastTo||n.startSide-this.last.endSide;if(i<=0&&(e-this.lastFrom||n.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return!(i<0)&&(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(t-this.chunkStart),this.last=n,this.lastFrom=e,this.lastTo=t,this.value.push(n),n.point&&(this.maxPoint=Math.max(this.maxPoint,t-e)),!0)}addChunk(e,t){if((e-this.lastTo||t.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,t.maxPoint),this.chunks.push(t),this.chunkPos.push(e);let n=t.value.length-1;return this.last=t.value[n],this.lastFrom=t.from[n]+e,this.lastTo=t.to[n]+e,!0}finish(){return this.finishInner(nd.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=nd.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function rd(e,t,n){let i=new Map;for(let o of e)for(let e=0;e3&&void 0!==arguments[3]?arguments[3]:0;this.layer=e,this.skip=t,this.minPoint=n,this.rank=i}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1e9;return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,t,!1),this}gotoInner(e,t,n){for(;this.chunkIndex=this.minPoint)break}}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1,i=[];for(let r=0;r=n&&i.push(new od(o,t,n,r));return 1==i.length?i[0]:new sd(i)}get startSide(){return this.value?this.value.startSide:0}goto(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1e9;for(let n of this.heap)n.goto(e,t);for(let n=this.heap.length>>1;n>=0;n--)ad(this.heap,n);return this.next(),this}forward(e,t){for(let n of this.heap)n.forward(e,t);for(let n=this.heap.length>>1;n>=0;n--)ad(this.heap,n);(this.to-e||this.value.endSide-t)<0&&this.next()}next(){if(0==this.heap.length)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),ad(this.heap,0)}}}function ad(e,t){for(let n=e[t];;){let i=1+(t<<1);if(i>=e.length)break;let r=e[i];if(i+1=0&&(r=e[i+1],i++),n.compare(r)<0)break;e[i]=n,e[t]=r,t=i}}class ld{constructor(e,t,n){this.minPoint=n,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=sd.from(e,t,n)}goto(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1e9;return this.cursor.goto(e,t),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=t,this.openStart=-1,this.next(),this}forward(e,t){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-t)<0;)this.removeActive(this.minActive);this.cursor.forward(e,t)}removeActive(e){hd(this.active,e),hd(this.activeTo,e),hd(this.activeRank,e),this.minActive=dd(this.active,this.activeTo)}addActive(e){let t=0,{value:n,to:i,rank:r}=this.cursor;for(;t-1&&(this.activeTo[r]-this.cursor.from||this.active[r].endSide-this.cursor.startSide)<0){if(this.activeTo[r]>e){this.to=this.activeTo[r],this.endSide=this.active[r].endSide;break}this.removeActive(r),n&&hd(n,r)}else{if(!this.cursor.value){this.to=this.endSide=1e9;break}if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}{let r=this.cursor.value;if(r.point){if(!(t&&this.cursor.to==this.to&&this.cursor.from=0&&!(this.activeRank[n]e||this.activeTo[n]==e&&this.active[n].endSide>=this.point.endSide)&&t.push(this.active[n]);return t.reverse()}openEnd(e){let t=0;for(let n=this.activeTo.length-1;n>=0&&this.activeTo[n]>e;n--)t++;return t}}function cd(e,t,n,i,r,o){e.goto(t),n.goto(i);let s=i+r,a=i,l=i-t;for(;;){let t=e.to+l-n.to||e.endSide-n.endSide,i=t<0?e.to+l:n.to,r=Math.min(i,s);if(e.point||n.point?e.point&&n.point&&(e.point==n.point||e.point.eq(n.point))&&ud(e.activeForPoint(e.to+l),n.activeForPoint(n.to))||o.comparePoint(a,r,e.point,n.point):r>a&&!ud(e.active,n.active)&&o.compareRange(a,r,e.active,n.active),i>s)break;a=i,t<=0&&e.next(),t>=0&&n.next()}}function ud(e,t){if(e.length!=t.length)return!1;for(let n=0;n=t;i--)e[i+1]=e[i];e[t]=n}function dd(e,t){let n=-1,i=1e9;for(let r=0;r2&&void 0!==arguments[2]?arguments[2]:e.length,i=0;for(let r=0;re.map((e=>t.replace(/&/,e))))).reduce(((e,t)=>e.concat(t))),s,o);else if(s&&"object"==typeof s){if(!l)throw new RangeError("The value of a property ("+n+") should be a primitive value.");r(i(n),s,a,c)}else null!=s&&a.push(n.replace(/_.*/,"").replace(/[A-Z]/g,(e=>"-"+e.toLowerCase()))+": "+s+";")}(a.length||c)&&o.push((!n||l||s?e:e.map(n)).join(", ")+" {"+a.join(" ")+"}")}for(let o in e)r(i(o),e[o],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=bd[md]||1;return bd[md]=e+1,"\u037c"+e.toString(36)}static mount(e,t){(e[gd]||new Md(e)).mount(Array.isArray(t)?t:[t])}}let yd=null;class Md{constructor(e){if(!e.head&&e.adoptedStyleSheets&&"undefined"!=typeof CSSStyleSheet){if(yd)return e.adoptedStyleSheets=[yd.sheet].concat(e.adoptedStyleSheets),e[gd]=yd;this.sheet=new CSSStyleSheet,e.adoptedStyleSheets=[this.sheet].concat(e.adoptedStyleSheets),yd=this}else{this.styleTag=(e.ownerDocument||e).createElement("style");let t=e.head||e;t.insertBefore(this.styleTag,t.firstChild)}this.modules=[],e[gd]=this}mount(e){let t=this.sheet,n=0,i=0;for(let r=0;r-1&&(this.modules.splice(s,1),i--,s=-1),-1==s){if(this.modules.splice(i++,0,o),t)for(let e=0;e",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"',229:"Q"},Ad="undefined"!=typeof navigator&&/Chrome\/(\d+)/.exec(navigator.userAgent),Od="undefined"!=typeof navigator&&/Apple Computer/.test(navigator.vendor),kd="undefined"!=typeof navigator&&/Gecko\/\d+/.test(navigator.userAgent),Td="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),Sd="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),zd=Ad&&(Td||+Ad[1]<57)||kd&&Td,Cd=0;Cd<10;Cd++)wd[48+Cd]=wd[96+Cd]=String(Cd);for(Cd=1;Cd<=24;Cd++)wd[Cd+111]="F"+Cd;for(Cd=65;Cd<=90;Cd++)wd[Cd]=String.fromCharCode(Cd+32),xd[Cd]=String.fromCharCode(Cd);for(var _d in wd)xd.hasOwnProperty(_d)||(xd[_d]=wd[_d]);function Ed(e){let t;return t=11==e.nodeType?e.getSelection?e:e.ownerDocument:e,t.getSelection()}function Nd(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function Ld(e,t){if(!t.anchorNode)return!1;try{return Nd(e,t.anchorNode)}catch(DP){return!1}}function Dd(e){return 3==e.nodeType?Ud(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function Pd(e,t,n,i){return!!n&&(Rd(e,t,n,i,-1)||Rd(e,t,n,i,1))}function qd(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function Rd(e,t,n,i,r){for(;;){if(e==n&&t==i)return!0;if(t==(r<0?0:Bd(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=qd(e)+(r<0?0:1),e=n}else{if(1!=e.nodeType)return!1;if(1==(e=e.childNodes[t+(r<0?-1:0)]).nodeType&&"false"==e.contentEditable)return!1;t=r<0?Bd(e):0}}}function Bd(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}const Wd={left:0,right:0,top:0,bottom:0};function jd(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function Id(e){return{left:0,right:e.innerWidth,top:0,bottom:e.innerHeight}}class Xd{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){this.set(e.anchorNode,e.anchorOffset,e.focusNode,e.focusOffset)}set(e,t,n,i){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=i}}let Fd,Hd=null;function Vd(e){if(e.setActive)return e.setActive();if(Hd)return e.focus(Hd);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==Hd?{get preventScroll(){return Hd={preventScroll:!0},!0}}:void 0),!Hd){Hd=!1;for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:t,i=Fd||(Fd=document.createRange());return i.setEnd(e,n),i.setStart(e,t),i}function Yd(e,t,n){let i={key:t,code:t,keyCode:n,which:n,cancelable:!0},r=new KeyboardEvent("keydown",i);r.synthetic=!0,e.dispatchEvent(r);let o=new KeyboardEvent("keyup",i);return o.synthetic=!0,e.dispatchEvent(o),r.defaultPrevented||o.defaultPrevented}function $d(e){for(;e.attributes.length;)e.removeAttributeNode(e.attributes[0])}class Qd{constructor(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];this.node=e,this.offset=t,this.precise=n}static before(e,t){return new Qd(e.parentNode,qd(e),t)}static after(e,t){return new Qd(e.parentNode,qd(e)+1,t)}}const Gd=[];class Kd{constructor(){this.parent=null,this.dom=null,this.dirty=2}get editorView(){if(!this.parent)throw new Error("Accessing view in orphan content view");return this.parent.editorView}get overrideDOMText(){return null}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e){let t=this.posAtStart;for(let n of this.children){if(n==e)return t;t+=n.length+n.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}coordsAt(e,t){return null}sync(e){if(2&this.dirty){let t,n=this.dom,i=null;for(let r of this.children){if(r.dirty){if(!r.dom&&(t=i?i.nextSibling:n.firstChild)){let e=Kd.get(t);e&&(e.parent||e.constructor!=r.constructor)||r.reuseDOM(t)}r.sync(e),r.dirty=0}if(t=i?i.nextSibling:n.firstChild,e&&!e.written&&e.node==n&&t!=r.dom&&(e.written=!0),r.dom.parentNode==n)for(;t&&t!=r.dom;)t=Jd(t);else n.insertBefore(r.dom,t);i=r.dom}for(t=i?i.nextSibling:n.firstChild,t&&e&&e.node==n&&(e.written=!0);t;)t=Jd(t)}else if(1&this.dirty)for(let t of this.children)t.dirty&&(t.sync(e),t.dirty=0)}reuseDOM(e){}localPosFromDOM(e,t){let n;if(e==this.dom)n=this.dom.childNodes[t];else{let i=0==Bd(e)?0:0==t?-1:1;for(;;){let t=e.parentNode;if(t==this.dom)break;0==i&&t.firstChild!=t.lastChild&&(i=e==t.firstChild?-1:1),e=t}n=i<0?e:e.nextSibling}if(n==this.dom.firstChild)return 0;for(;n&&!Kd.get(n);)n=n.nextSibling;if(!n)return this.length;for(let i=0,r=0;;i++){let e=this.children[i];if(e.dom==n)return r;r+=e.length+e.breakAfter}}domBoundsAround(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=-1,r=-1,o=-1,s=-1;for(let a=0,l=n,c=n;at)return n.domBoundsAround(e,t,l);if(u>=e&&-1==i&&(i=a,r=l),l>t&&n.dom.parentNode==this.dom){o=a,s=c;break}c=u,l=u+n.breakAfter}return{from:r,to:s<0?n+this.length:s,startDOM:(i?this.children[i-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:o=0?this.children[o].dom:null}}markDirty(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.dirty|=2,this.markParentsDirty(e)}markParentsDirty(e){for(let t=this.parent;t;t=t.parent){if(e&&(t.dirty|=2),1&t.dirty)return;t.dirty|=1,e=!1}}setParent(e){this.parent!=e&&(this.parent=e,this.dirty&&this.markParentsDirty(!0))}setDOM(e){this.dom&&(this.dom.cmView=null),this.dom=e,e.cmView=this}get rootView(){for(let e=this;;){let t=e.parent;if(!t)return e;e=t}}replaceChildren(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Gd;this.markDirty();for(let i=e;i0&&void 0!==arguments[0]?arguments[0]:this.length;return new Zd(this.children,e,this.children.length)}childPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return this.childCursor().findPos(e,t)}toString(){let e=this.constructor.name.replace("View","");return e+(this.children.length?"("+this.children.join()+")":this.length?"["+("Text"==e?this.text:this.length)+"]":"")+(this.breakAfter?"#":"")}static get(e){return e.cmView}get isEditable(){return!0}merge(e,t,n,i,r,o){return!1}become(e){return!1}getSide(){return 0}destroy(){this.parent=null}}function Jd(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}Kd.prototype.breakAfter=0;class Zd{constructor(e,t,n){this.children=e,this.pos=t,this.i=n,this.off=0}findPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;for(;;){if(e>this.pos||e==this.pos&&(t>0||0==this.i||this.children[this.i-1].breakAfter))return this.off=e-this.pos,this;let n=this.children[--this.i];this.pos-=n.length+n.breakAfter}}}function ef(e,t,n,i,r,o,s,a,l){let{children:c}=e,u=c.length?c[t]:null,h=o.length?o[o.length-1]:null,p=h?h.breakAfter:s;if(!(t==i&&u&&!s&&!p&&o.length<2&&u.merge(n,r,o.length?h:null,0==n,a,l))){if(i0&&(!s&&o.length&&u.merge(n,u.length,o[0],!1,a,0)?u.breakAfter=o.shift().breakAfter:(n2);var ff={mac:df||/Mac/.test(nf.platform),windows:/Win/.test(nf.platform),linux:/Linux|X11/.test(nf.platform),ie:lf,ie_version:sf?rf.documentMode||6:af?+af[1]:of?+of[1]:0,gecko:cf,gecko_version:cf?+(/Firefox\/(\d+)/.exec(nf.userAgent)||[0,0])[1]:0,chrome:!!uf,chrome_version:uf?+uf[1]:0,ios:df,android:/Android\b/.test(nf.userAgent),webkit:hf,safari:pf,webkit_version:hf?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0,tabSize:null!=rf.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class mf extends Kd{constructor(e){super(),this.text=e}get length(){return this.text.length}createDOM(e){this.setDOM(e||document.createTextNode(this.text))}sync(e){this.dom||this.createDOM(),this.dom.nodeValue!=this.text&&(e&&e.node==this.dom&&(e.written=!0),this.dom.nodeValue=this.text)}reuseDOM(e){3==e.nodeType&&this.createDOM(e)}merge(e,t,n){return(!n||n instanceof mf&&!(this.length-(t-e)+n.length>256))&&(this.text=this.text.slice(0,e)+(n?n.text:"")+this.text.slice(t),this.markDirty(),!0)}split(e){let t=new mf(this.text.slice(e));return this.text=this.text.slice(0,e),this.markDirty(),t}localPosFromDOM(e,t){return e==this.dom?t:t?this.text.length:0}domAtPos(e){return new Qd(this.dom,e)}domBoundsAround(e,t,n){return{from:n,to:n+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(e,t){return bf(this.dom,e,t)}}class gf extends Kd{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;super(),this.mark=e,this.children=t,this.length=n;for(let i of t)i.setParent(this)}setAttrs(e){if($d(e),this.mark.class&&(e.className=this.mark.class),this.mark.attrs)for(let t in this.mark.attrs)e.setAttribute(t,this.mark.attrs[t]);return e}reuseDOM(e){e.nodeName==this.mark.tagName.toUpperCase()&&(this.setDOM(e),this.dirty|=6)}sync(e){this.dom?4&this.dirty&&this.setAttrs(this.dom):this.setDOM(this.setAttrs(document.createElement(this.mark.tagName))),super.sync(e)}merge(e,t,n,i,r,o){return(!n||!(!(n instanceof gf&&n.mark.eq(this.mark))||e&&r<=0||te&&t.push(n=e&&(i=r),n=o,r++}let o=this.length-e;return this.length=e,i>-1&&(this.children.length=i,this.markDirty()),new gf(this.mark,t,o)}domAtPos(e){return Af(this.dom,this.children,e)}coordsAt(e,t){return kf(this,e,t)}}function bf(e,t,n){let i=e.nodeValue.length;t>i&&(t=i);let r=t,o=t,s=0;0==t&&n<0||t==i&&n>=0?ff.chrome||ff.gecko||(t?(r--,s=1):o=0)?0:a.length-1];return ff.safari&&!s&&0==l.width&&(l=Array.prototype.find.call(a,(e=>e.width))||l),s?jd(l,s<0):l||null}class vf extends Kd{constructor(e,t,n){super(),this.widget=e,this.length=t,this.side=n,this.prevWidget=null}static create(e,t,n){return new(e.customView||vf)(e,t,n)}split(e){let t=vf.create(this.widget,this.length-e,this.side);return this.length-=e,t}sync(){this.dom&&this.widget.updateDOM(this.dom)||(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(this.editorView)),this.dom.contentEditable="false")}getSide(){return this.side}merge(e,t,n,i,r,o){return!(n&&(!(n instanceof vf&&this.widget.compare(n.widget))||e>0&&r<=0||t0?n.length-1:0;i=n[r],!(e>0?0==r:r==n.length-1||i.top0?-1:1);return 0==e&&t>0||e==this.length&&t<=0?i:jd(i,0==e)}get isEditable(){return!1}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}}class yf extends vf{domAtPos(e){let{topView:t,text:n}=this.widget;return t?Mf(e,0,t,n,((e,t)=>e.domAtPos(t)),(e=>new Qd(n,Math.min(e,n.nodeValue.length)))):new Qd(n,Math.min(e,n.nodeValue.length))}sync(){this.setDOM(this.widget.toDOM())}localPosFromDOM(e,t){let{topView:n,text:i}=this.widget;return n?wf(e,t,n,i):Math.min(t,this.length)}ignoreMutation(){return!1}get overrideDOMText(){return null}coordsAt(e,t){let{topView:n,text:i}=this.widget;return n?Mf(e,t,n,i,((e,t,n)=>e.coordsAt(t,n)),((e,t)=>bf(i,e,t))):bf(i,e,t)}destroy(){var e;super.destroy(),null===(e=this.widget.topView)||void 0===e||e.destroy()}get isEditable(){return!0}}function Mf(e,t,n,i,r,o){if(n instanceof gf){for(let s of n.children){let n=Nd(s.dom,i),a=n?i.nodeValue.length:s.length;if(e=0;)if(t<0?i>0:i0?-1:1);return n&&n.topt.top?{left:t.left,right:t.right,top:n.top,bottom:n.bottom}:t}get overrideDOMText(){return Sh.empty}}function Af(e,t,n){let i=0;for(let r=0;ir&&n0;i--){let n=t[i-1].dom;if(n.parentNode==e)return Qd.after(n)}return new Qd(e,0)}function Of(e,t,n){let i,{children:r}=e;n>0&&t instanceof gf&&r.length&&(i=r[r.length-1])instanceof gf&&i.mark.eq(t.mark)?Of(i,t.children[0],n-1):(r.push(t),t.setParent(e)),e.length+=t.length}function kf(e,t,n){for(let o=0,s=0;s0?a>=t:a>t)&&(t0)){let e=0;if(a==o){if(r.getSide()<=0)continue;e=n=-r.getSide()}let i=r.coordsAt(Math.max(0,t-o),n);return e&&i?jd(i,n<0):i}o=a}let i=e.dom.lastChild;if(!i)return e.dom.getBoundingClientRect();let r=Dd(i);return r[r.length-1]||null}function Tf(e,t){for(let n in e)"class"==n&&t.class?t.class+=" "+e.class:"style"==n&&t.style?t.style+=";"+e.style:t[n]=e[n];return t}function Sf(e,t){if(e==t)return!0;if(!e||!t)return!1;let n=Object.keys(e),i=Object.keys(t);if(n.length!=i.length)return!1;for(let r of n)if(-1==i.indexOf(r)||e[r]!==t[r])return!1;return!0}function zf(e,t,n){let i=null;if(t)for(let r in t)n&&r in n||e.removeAttribute(i=r);if(n)for(let r in n)t&&t[r]==n[r]||e.setAttribute(i=r,n[r]);return!!i}mf.prototype.children=vf.prototype.children=xf.prototype.children=Gd;class Cf{eq(e){return!1}updateDOM(e){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}ignoreEvent(e){return!0}get customView(){return null}destroy(e){}}var _f=function(e){return e[e.Text=0]="Text",e[e.WidgetBefore=1]="WidgetBefore",e[e.WidgetAfter=2]="WidgetAfter",e[e.WidgetRange=3]="WidgetRange",e}(_f||(_f={}));class Ef extends Jp{constructor(e,t,n,i){super(),this.startSide=e,this.endSide=t,this.widget=n,this.spec=i}get heightRelevant(){return!1}static mark(e){return new Nf(e)}static widget(e){let t=e.side||0,n=!!e.block;return t+=n?t>0?3e8:-4e8:t>0?1e8:-1e8,new Df(e,t,t,n,e.widget||null,!1)}static replace(e){let t,n,i=!!e.block;if(e.isBlockGap)t=-5e8,n=4e8;else{let{start:r,end:o}=Pf(e,i);t=(r?i?-3e8:-1:5e8)-1,n=1+(o?i?2e8:1:-6e8)}return new Df(e,t,n,i,e.widget||null,!0)}static line(e){return new Lf(e)}static set(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return nd.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}Ef.none=nd.empty;class Nf extends Ef{constructor(e){let{start:t,end:n}=Pf(e);super(t?-1:5e8,n?1:-6e8,null,e),this.tagName=e.tagName||"span",this.class=e.class||"",this.attrs=e.attributes||null}eq(e){return this==e||e instanceof Nf&&this.tagName==e.tagName&&this.class==e.class&&Sf(this.attrs,e.attrs)}range(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;if(e>=t)throw new RangeError("Mark decorations may not be empty");return super.range(e,t)}}Nf.prototype.point=!1;class Lf extends Ef{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof Lf&&Sf(this.spec.attributes,e.spec.attributes)}range(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;if(t!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,t)}}Lf.prototype.mapMode=Qh.TrackBefore,Lf.prototype.point=!0;class Df extends Ef{constructor(e,t,n,i,r,o){super(t,n,r,e),this.block=i,this.isReplace=o,this.mapMode=i?t<=0?Qh.TrackBefore:Qh.TrackAfter:Qh.TrackDel}get type(){return this.startSide=5}eq(e){return e instanceof Df&&(t=this.widget,n=e.widget,t==n||!!(t&&n&&t.compare(n)))&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide;var t,n}range(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;if(this.isReplace&&(e>t||e==t&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&t!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,t)}}function Pf(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],{inclusiveStart:n,inclusiveEnd:i}=e;return null==n&&(n=e.inclusive),null==i&&(i=e.inclusive),{start:null!==n&&void 0!==n?n:t,end:null!==i&&void 0!==i?i:t}}function qf(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=n.length-1;r>=0&&n[r]+i>=e?n[r]=Math.max(n[r],t):n.push(e,t)}Df.prototype.point=!0;class Rf extends Kd{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(e,t,n,i,r,o){if(n){if(!(n instanceof Rf))return!1;this.dom||n.transferDOM(this)}return i&&this.setDeco(n?n.attrs:null),tf(this,e,t,n?n.children:[],r,o),!0}split(e){let t=new Rf;if(t.breakAfter=this.breakAfter,0==this.length)return t;let{i:n,off:i}=this.childPos(e);i&&(t.append(this.children[n].split(i),0),this.children[n].merge(i,this.children[n].length,null,!1,0,0),n++);for(let r=n;r0&&0==this.children[n-1].length;)this.children[--n].destroy();return this.children.length=n,this.markDirty(),this.length=e,t}transferDOM(e){this.dom&&(this.markDirty(),e.setDOM(this.dom),e.prevAttrs=void 0===this.prevAttrs?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(e){Sf(this.attrs,e)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=e)}append(e,t){Of(this,e,t)}addLineDeco(e){let t=e.spec.attributes,n=e.spec.class;t&&(this.attrs=Tf(t,this.attrs||{})),n&&(this.attrs=Tf({class:n},this.attrs||{}))}domAtPos(e){return Af(this.dom,this.children,e)}reuseDOM(e){"DIV"==e.nodeName&&(this.setDOM(e),this.dirty|=6)}sync(e){var t;this.dom?4&this.dirty&&($d(this.dom),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0):(this.setDOM(document.createElement("div")),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0),void 0!==this.prevAttrs&&(zf(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(e);let n=this.dom.lastChild;for(;n&&Kd.get(n)instanceof gf;)n=n.lastChild;if(!n||!this.length||"BR"!=n.nodeName&&0==(null===(t=Kd.get(n))||void 0===t?void 0:t.isEditable)&&(!ff.ios||!this.children.some((e=>e instanceof mf)))){let e=document.createElement("BR");e.cmIgnore=!0,this.dom.appendChild(e)}}measureTextSize(){if(0==this.children.length||this.length>20)return null;let e=0;for(let t of this.children){if(!(t instanceof mf))return null;let n=Dd(t.dom);if(1!=n.length)return null;e+=n[0].width}return{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length}}coordsAt(e,t){return kf(this,e,t)}become(e){return!1}get type(){return _f.Text}static find(e,t){for(let n=0,i=0;n=t){if(r instanceof Rf)return r;if(o>t)break}i=o+r.breakAfter}return null}}class Bf extends Kd{constructor(e,t,n){super(),this.widget=e,this.length=t,this.type=n,this.breakAfter=0,this.prevWidget=null}merge(e,t,n,i,r,o){return!(n&&(!(n instanceof Bf&&this.widget.compare(n.widget))||e>0&&r<=0||t0;){if(this.textOff==this.text.length){let{value:t,lineBreak:n,done:i}=this.cursor.next(this.skip);if(this.skip=0,i)throw new Error("Ran out of text content when drawing inline views");if(n){this.posCovered()||this.getLine(),this.content.length?this.content[this.content.length-1].breakAfter=1:this.breakAtStart=1,this.flushBuffer([]),this.curLine=null,e--;continue}this.text=t,this.textOff=0}let i=Math.min(this.text.length-this.textOff,e,512);this.flushBuffer(t.slice(0,n)),this.getLine().append(jf(new mf(this.text.slice(this.textOff,this.textOff+i)),t),n),this.atCursorPos=!0,this.textOff+=i,e-=i,n=0}}span(e,t,n,i){this.buildText(t-e,n,i),this.pos=t,this.openStart<0&&(this.openStart=i)}point(e,t,n,i,r,o){if(this.disallowBlockEffectsFor[o]&&n instanceof Df){if(n.block)throw new RangeError("Block decorations may not be specified via plugins");if(t>this.doc.lineAt(this.pos).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}let s=t-e;if(n instanceof Df)if(n.block){let{type:e}=n;e!=_f.WidgetAfter||this.posCovered()||this.getLine(),this.addBlockWidget(new Bf(n.widget||new If("div"),s,e))}else{let o=vf.create(n.widget||new If("span"),s,n.startSide),a=this.atCursorPos&&!o.isEditable&&r<=i.length&&(e0),l=!o.isEditable&&(ee.some((e=>e))});class Qf{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"nearest",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"nearest",i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:5;this.range=e,this.y=t,this.x=n,this.yMargin=i,this.xMargin=r}map(e){return e.empty?this:new Qf(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin)}}const Gf=Bp.define({map:(e,t)=>e.map(t)});function Kf(e,t,n){let i=e.facet(Vf);i.length?i[0](t):window.onerror?window.onerror(String(t),n,void 0,void 0,t):n?console.error(n+":",t):console.error(t)}const Jf=lp.define({combine:e=>!e.length||e[0]});let Zf=0;const em=lp.define();class tm{constructor(e,t,n,i){this.id=e,this.create=t,this.domEventHandlers=n,this.extension=i(this)}static define(e,t){const{eventHandlers:n,provide:i,decorations:r}=t||{};return new tm(Zf++,e,n,(e=>{let t=[em.of(e)];return r&&t.push(om.of((t=>{let n=t.plugin(e);return n?r(n):Ef.none}))),i&&t.push(i(e)),t}))}static fromClass(e,t){return tm.define((t=>new e(t)),t)}}class nm{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}update(e){if(this.value){if(this.mustUpdate){let e=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(e)}catch(LP){if(Kf(e.state,LP,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch(DP){}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(e)}catch(LP){Kf(e.state,LP,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(null===(t=this.value)||void 0===t?void 0:t.destroy)try{this.value.destroy()}catch(LP){Kf(e.state,LP,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const im=lp.define(),rm=lp.define(),om=lp.define(),sm=lp.define(),am=lp.define(),lm=lp.define();class cm{constructor(e,t,n,i){this.fromA=e,this.toA=t,this.fromB=n,this.toB=i}join(e){return new cm(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let t=e.length,n=this;for(;t>0;t--){let i=e[t-1];if(!(i.fromA>n.toA)){if(i.toAc)break;r+=2}if(!a)return n;new cm(a.fromA,a.toA,a.fromB,a.toB).addToSet(n),o=a.toA,s=a.toB}}}class um{constructor(e,t,n){this.view=e,this.state=t,this.transactions=n,this.flags=0,this.startState=e.state,this.changes=Kh.empty(this.startState.doc.length);for(let o of n)this.changes=this.changes.compose(o.changes);let i=[];this.changes.iterChangedRanges(((e,t,n,r)=>i.push(new cm(e,t,n,r)))),this.changedRanges=i;let r=e.hasFocus;r!=e.inputState.notifiedFocused&&(e.inputState.notifiedFocused=r,this.flags|=1)}static create(e,t,n){return new um(e,t,n)}get viewportChanged(){return(4&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(10&this.flags)>0}get focusChanged(){return(1&this.flags)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some((e=>e.selection))}get empty(){return 0==this.flags&&0==this.transactions.length}}var hm=function(e){return e[e.LTR=0]="LTR",e[e.RTL=1]="RTL",e}(hm||(hm={}));const pm=hm.LTR,dm=hm.RTL;function fm(e){let t=[];for(let n=0;n=t){if(s.level==n)return o;(r<0||(0!=i?i<0?s.fromt:e[r].level>s.level))&&(r=o)}}if(r<0)throw new RangeError("Index out of range");return r}}const wm=[];function xm(e,t){let n=e.length,i=t==pm?1:2,r=t==pm?2:1;if(!e||1==i&&!ym.test(e))return Am(n);for(let a=0,l=i,c=i;a=0;e-=3)if(vm[e+1]==-l){let t=vm[e+2],n=2&t?i:4&t?1&t?r:i:0;n&&(wm[u]=wm[vm[e]]=n),h=e;break}}else{if(189==vm.length)break;vm[h++]=u,vm[h++]=a,vm[h++]=p}else if(2==(c=wm[u])||1==c){let e=c==i;p=e?0:1;for(let t=h-3;t>=0;t-=3){let n=vm[t+2];if(2&n)break;if(e)vm[t+2]|=2;else{if(4&n)break;vm[t+2]|=4}}}for(let a=0;ae;){let t=n,i=2!=wm[--n];for(;n>e&&i==(2!=wm[n-1]);)n--;s.push(new Mm(n,t,i?2:1))}else s.push(new Mm(e,a,0))}else for(let a=0;a1)for(let t of this.points)t.node==e&&t.pos>this.text.length&&(t.pos-=s-1);n=o+s}}readNode(e){if(e.cmIgnore)return;let t=Kd.get(e),n=t&&t.overrideDOMText;if(null!=n){this.findPointInside(e,n.length);for(let e=n.iter();!e.next().done;)e.lineBreak?this.lineBreak():this.append(e.value)}else 3==e.nodeType?this.readTextNode(e):"BR"==e.nodeName?e.nextSibling&&this.lineBreak():1==e.nodeType&&this.readRange(e.firstChild,null)}findPointBefore(e,t){for(let n of this.points)n.node==e&&e.childNodes[n.offset]==t&&(n.pos=this.text.length)}findPointInside(e,t){for(let n of this.points)(3==e.nodeType?n.node==e:e.contains(n.node))&&(n.pos=this.text.length+Math.min(t,n.offset))}}function zm(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}class Cm{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class _m extends Kd{constructor(e){super(),this.view=e,this.compositionDeco=Ef.none,this.decorations=[],this.dynamicDecorationMap=[],this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.setDOM(e.contentDOM),this.children=[new Rf],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new cm(0,0,0,e.state.doc.length)],0)}get root(){return this.view.root}get editorView(){return this.view}get length(){return this.view.state.doc.length}update(e){let t=e.changedRanges;this.minWidth>0&&t.length&&(t.every((e=>{let{fromA:t,toA:n}=e;return nthis.minWidthTo}))?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0),this.view.inputState.composing<0?this.compositionDeco=Ef.none:(e.transactions.length||this.dirty)&&(this.compositionDeco=function(e,t){let n=Nm(e);if(!n)return Ef.none;let{from:i,to:r,node:o,text:s}=n,a=t.mapPos(i,1),l=Math.max(a,t.mapPos(r,-1)),{state:c}=e,u=3==o.nodeType?o.nodeValue:new Sm([],c).readRange(o.firstChild,null).text;if(l-a{this.dom.style.height=this.view.viewState.contentHeight+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let e=ff.chrome||ff.ios?{node:n.selectionRange.focusNode,written:!1}:void 0;this.sync(e),this.dirty=0,e&&(e.written||n.selectionRange.focusNode!=e.node)&&(this.forceSelection=!0),this.dom.style.height=""}));let i=[];if(this.view.viewport.from||this.view.viewport.to=0?e[i]:null;if(!t)break;let{fromA:r,toA:o,fromB:s,toB:a}=t,{content:l,breakAtStart:c,openStart:u,openEnd:h}=Wf.build(this.view.state.doc,s,a,this.decorations,this.dynamicDecorationMap),{i:p,off:d}=n.findPos(o,1),{i:f,off:m}=n.findPos(r,-1);ef(this,f,m,p,d,l,c,u,h)}}updateSelection(){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!(arguments.length>0&&void 0!==arguments[0]&&arguments[0])&&this.view.observer.selectionRange.focusNode||this.view.observer.readSelectionRange(),!e&&!this.mayControlSelection()||ff.ios&&this.view.inputState.rapidCompositionStart)return;let t=this.forceSelection;this.forceSelection=!1;let n=this.view.state.selection.main,i=this.domAtPos(n.anchor),r=n.empty?i:this.domAtPos(n.head);if(ff.gecko&&n.empty&&(1==(o=i).node.nodeType&&o.node.firstChild&&(0==o.offset||"false"==o.node.childNodes[o.offset-1].contentEditable)&&(o.offset==o.node.childNodes.length||"false"==o.node.childNodes[o.offset].contentEditable))){let e=document.createTextNode("");this.view.observer.ignore((()=>i.node.insertBefore(e,i.node.childNodes[i.offset]||null))),i=r=new Qd(e,0),t=!0}var o;let s=this.view.observer.selectionRange;!t&&s.focusNode&&Pd(i.node,i.offset,s.anchorNode,s.anchorOffset)&&Pd(r.node,r.offset,s.focusNode,s.focusOffset)||(this.view.observer.ignore((()=>{ff.android&&ff.chrome&&this.dom.contains(s.focusNode)&&function(e,t){for(let n=e;n&&n!=t;n=n.assignedSlot||n.parentNode)if(1==n.nodeType&&"false"==n.contentEditable)return!0;return!1}(s.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let e=Ed(this.root);if(e)if(n.empty){if(ff.gecko){let e=function(e,t){return 1!=e.nodeType?0:(t&&"false"==e.childNodes[t-1].contentEditable?1:0)|(tn.head&&([i,r]=[r,i]),t.setEnd(r.node,r.offset),t.setStart(i.node,i.offset),e.removeAllRanges(),e.addRange(t)}else;})),this.view.observer.setSelectionRange(i,r)),this.impreciseAnchor=i.precise?null:new Qd(s.anchorNode,s.anchorOffset),this.impreciseHead=r.precise?null:new Qd(s.focusNode,s.focusOffset)}enforceCursorAssoc(){if(this.compositionDeco.size)return;let e=this.view.state.selection.main,t=Ed(this.root);if(!t||!e.empty||!e.assoc||!t.modify)return;let n=Rf.find(this,e.head);if(!n)return;let i=n.posAtStart;if(e.head==i||e.head==i+n.length)return;let r=this.coordsAt(e.head,-1),o=this.coordsAt(e.head,1);if(!r||!o||r.bottom>o.top)return;let s=this.domAtPos(e.head+e.assoc);t.collapse(s.node,s.offset),t.modify("move",e.assoc<0?"forward":"backward","lineboundary")}mayControlSelection(){let e=this.root.activeElement;return e==this.dom||Ld(this.dom,this.view.observer.selectionRange)&&!(e&&this.dom.contains(e))}nearest(e){for(let t=e;t;){let e=Kd.get(t);if(e&&e.rootView==this)return e;t=t.parentNode}return null}posFromDOM(e,t){let n=this.nearest(e);if(!n)throw new RangeError("Trying to find position for a DOM position outside of the document");return n.localPosFromDOM(e,t)+n.posAtStart}domAtPos(e){let{i:t,off:n}=this.childCursor().findPos(e,-1);for(;to||e==o&&r.type!=_f.WidgetBefore&&r.type!=_f.WidgetAfter&&(!i||2==t||this.children[i-1].breakAfter||this.children[i-1].type==_f.WidgetBefore&&t>-2))return r.coordsAt(e-o,t);n=o}}measureVisibleLineHeights(e){let t=[],{from:n,to:i}=e,r=this.view.contentDOM.clientWidth,o=r>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,s=-1,a=this.view.textDirection==hm.LTR;for(let l=0,c=0;ci)break;if(l>=n){let n=e.dom.getBoundingClientRect();if(t.push(n.height),o){let t=e.dom.lastChild,i=t?Dd(t):[];if(i.length){let e=i[i.length-1],t=a?e.right-n.left:n.right-e.left;t>s&&(s=t,this.minWidth=r,this.minWidthFrom=l,this.minWidthTo=u)}}}l=u+e.breakAfter}return t}textDirectionAt(e){let{i:t}=this.childPos(e,1);return"rtl"==getComputedStyle(this.children[t].dom).direction?hm.RTL:hm.LTR}measureTextSize(){for(let i of this.children)if(i instanceof Rf){let e=i.measureTextSize();if(e)return e}let e,t,n=document.createElement("div");return n.className="cm-line",n.style.width="99999px",n.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore((()=>{this.dom.appendChild(n);let i=Dd(n.firstChild)[0];e=n.getBoundingClientRect().height,t=i?i.width/27:7,n.remove()})),{lineHeight:e,charWidth:t}}childCursor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.length,t=this.children.length;return t&&(e-=this.children[--t].length),new Zd(this.children,e,t)}computeBlockGapDeco(){let e=[],t=this.view.viewState;for(let n=0,i=0;;i++){let r=i==t.viewports.length?null:t.viewports[i],o=r?r.from-1:this.length;if(o>n){let i=t.lineBlockAt(o).bottom-t.lineBlockAt(n).top;e.push(Ef.replace({widget:new Em(i),block:!0,inclusive:!0,isBlockGap:!0}).range(n,o))}if(!r)break;n=r.to+1}return Ef.set(e)}updateDeco(){let e=this.view.state.facet(om).map(((e,t)=>(this.dynamicDecorationMap[t]="function"==typeof e)?e(this.view):e));for(let t=e.length;tn.anchor?-1:1);if(!i)return;!n.empty&&(t=this.coordsAt(n.anchor,n.anchor>n.head?-1:1))&&(i={left:Math.min(i.left,t.left),top:Math.min(i.top,t.top),right:Math.max(i.right,t.right),bottom:Math.max(i.bottom,t.bottom)});let r=0,o=0,s=0,a=0;for(let c of this.view.state.facet(am).map((e=>e(this.view))))if(c){let{left:e,right:t,top:n,bottom:i}=c;null!=e&&(r=Math.max(r,e)),null!=t&&(o=Math.max(o,t)),null!=n&&(s=Math.max(s,n)),null!=i&&(a=Math.max(a,i))}let l={left:i.left-r,top:i.top-s,right:i.right+o,bottom:i.bottom+a};!function(e,t,n,i,r,o,s,a){let l=e.ownerDocument,c=l.defaultView;for(let u=e;u;)if(1==u.nodeType){let e,h=u==l.body;if(h)e=Id(c);else{if(u.scrollHeight<=u.clientHeight&&u.scrollWidth<=u.clientWidth){u=u.parentNode;continue}let t=u.getBoundingClientRect();e={left:t.left,right:t.left+u.clientWidth,top:t.top,bottom:t.top+u.clientHeight}}let p=0,d=0;if("nearest"==r)t.top0&&t.bottom>e.bottom+d&&(d=t.bottom-e.bottom+d+s)):t.bottom>e.bottom&&(d=t.bottom-e.bottom+s,n<0&&t.top-d0&&t.right>e.right+p&&(p=t.right-e.right+p+o)):t.right>e.right&&(p=t.right-e.right+o,n<0&&t.left0&&n<=0)t=Bd(e=e.childNodes[t-1]);else{if(!(1==e.nodeType&&t=0))return null;e=e.childNodes[t],t=0}}}class Pm{constructor(){this.changes=[]}compareRange(e,t){qf(e,t,this.changes)}comparePoint(e,t){qf(e,t,this.changes)}}function qm(e,t){return t.left>e?t.left-e:Math.max(0,e-t.right)}function Rm(e,t){return t.top>e?t.top-e:Math.max(0,e-t.bottom)}function Bm(e,t){return e.topt.top+1}function Wm(e,t){return te.bottom?{top:e.top,left:e.left,right:e.right,bottom:t}:e}function Im(e,t,n){let i,r,o,s,a,l,c,u;for(let p=e.firstChild;p;p=p.nextSibling){let e=Dd(p);for(let h=0;hm||s==m&&o>f)&&(i=p,r=d,o=f,s=m),0==f?n>d.bottom&&(!c||c.bottomd.top)&&(l=p,u=d):c&&Bm(c,d)?c=jm(c,d.bottom):u&&Bm(u,d)&&(u=Wm(u,d.top))}}if(c&&c.bottom>=n?(i=a,r=c):u&&u.top<=n&&(i=l,r=u),!i)return{node:e,offset:0};let h=Math.max(r.left,Math.min(r.right,t));return 3==i.nodeType?Xm(i,h,n):o||"true"!=i.contentEditable?{node:e,offset:Array.prototype.indexOf.call(e.childNodes,i)+(t>=(r.left+r.right)/2?1:0)}:Im(i,h,n)}function Xm(e,t,n){let i=e.nodeValue.length,r=-1,o=1e9,s=0;for(let a=0;an?c.top-n:n-c.bottom)-1;if(c.left-1<=t&&c.right+1>=t&&u=(c.left+c.right)/2,i=n;if(ff.chrome||ff.gecko){Ud(e,a).getBoundingClientRect().left==c.right&&(i=!n)}if(u<=0)return{node:e,offset:a+(i?1:0)};r=a+(i?1:0),o=u}}}return{node:e,offset:r>-1?r:s>0?e.nodeValue.length:0}}function Fm(e,t,n){let{x:i,y:r}=t,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:-1;var s;let a,l=e.contentDOM.getBoundingClientRect(),c=l.top+e.viewState.paddingTop,{docHeight:u}=e.viewState,h=r-c;if(h<0)return 0;if(h>u)return e.state.doc.length;for(let v=e.defaultLineHeight/2,y=!1;a=e.elementAtHeight(h),a.type!=_f.Text;)for(;h=o>0?a.bottom+v:a.top-v,!(h>=0&&h<=u);){if(y)return n?null:0;y=!0,o=-o}r=c+h;let p=a.from;if(pe.viewport.to)return e.viewport.to==e.state.doc.length?e.state.doc.length:n?null:Hm(e,l,a,i,r);let d=e.dom.ownerDocument,f=e.root.elementFromPoint?e.root:d,m=f.elementFromPoint(i,r);m&&!e.contentDOM.contains(m)&&(m=null),m||(i=Math.max(l.left+1,Math.min(l.right-1,i)),m=f.elementFromPoint(i,r),m&&!e.contentDOM.contains(m)&&(m=null));let g,b=-1;if(m&&0!=(null===(s=e.docView.nearest(m))||void 0===s?void 0:s.isEditable))if(d.caretPositionFromPoint){let e=d.caretPositionFromPoint(i,r);e&&({offsetNode:g,offset:b}=e)}else if(d.caretRangeFromPoint){let e=d.caretRangeFromPoint(i,r);e&&(({startContainer:g,startOffset:b}=e),(ff.safari&&function(e,t,n){let i;if(3!=e.nodeType||t!=(i=e.nodeValue.length))return!1;for(let r=e.nextSibling;r;r=r.nextSibling)if(1!=r.nodeType||"BR"!=r.nodeName)return!1;return Ud(e,i-1,i).getBoundingClientRect().left>n}(g,b,i)||ff.chrome&&function(e,t,n){if(0!=t)return!1;for(let r=e;;){let e=r.parentNode;if(!e||1!=e.nodeType||e.firstChild!=r)return!1;if(e.classList.contains("cm-line"))break;r=e}let i=1==e.nodeType?e.getBoundingClientRect():Ud(e,0,Math.max(e.nodeValue.length,1)).getBoundingClientRect();return n-i.left>5}(g,b,i))&&(g=void 0))}if(!g||!e.docView.dom.contains(g)){let t=Rf.find(e.docView,p);if(!t)return h>a.top+a.height/2?a.to:a.from;({node:g,offset:b}=Im(t.dom,i,r))}return e.docView.posFromDOM(g,b)}function Hm(e,t,n,i,r){let o=Math.round((i-t.left)*e.defaultCharacterWidth);if(e.lineWrapping&&n.height>1.5*e.defaultLineHeight){o+=Math.floor((r-n.top)/e.defaultLineHeight)*e.viewState.heightOracle.lineLength}let s=e.state.sliceDoc(n.from,n.to);return n.from+function(e,t,n,i){for(let r=0,o=0;;){if(o>=t)return r;if(r==e.length)break;o+=9==e.charCodeAt(r)?n-o%n:1,r=jh(e,r)}return!0===i?-1:e.length}(s,o,e.state.tabSize)}function Vm(e,t,n,i){let r=e.state.doc.lineAt(t.head),o=e.bidiSpans(r),s=e.textDirectionAt(r.from);for(let a=t,l=null;;){let t=km(r,o,s,a,n),c=Om;if(!t){if(r.number==(n?e.state.doc.lines:1))return a;c="\n",r=e.state.doc.line(r.number+(n?1:-1)),o=e.bidiSpans(r),t=op.cursor(n?r.from:r.to)}if(l){if(!l(c))return a}else{if(!i)return t;l=i(c)}a=t}}function Um(e,t,n){let i=e.state.facet(sm).map((t=>t(e)));for(;;){let e=!1;for(let r of i)r.between(n.from-1,n.from+1,((i,r,o)=>{n.from>i&&n.fromn.from?op.cursor(i,1):op.cursor(r,-1),e=!0)}));if(!e)return n}}class Ym{constructor(e){this.lastKeyCode=0,this.lastKeyTime=0,this.chromeScrollHack=-1,this.pendingIOSKey=void 0,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastEscPress=0,this.lastContextMenu=0,this.scrollHandlers=[],this.registeredEvents=[],this.customHandlers=[],this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.rapidCompositionStart=!1,this.mouseSelection=null;for(let t in Jm){let n=Jm[t];e.contentDOM.addEventListener(t,(i=>{Km(e,i)&&!this.ignoreDuringComposition(i)&&("keydown"==t&&this.keydown(e,i)||(this.mustFlushObserver(i)&&e.observer.forceFlush(),this.runCustomHandlers(t,e,i)?i.preventDefault():n(e,i)))})),this.registeredEvents.push(t)}ff.chrome&&ff.chrome_version>=102&&e.scrollDOM.addEventListener("wheel",(()=>{this.chromeScrollHack<0?e.contentDOM.style.pointerEvents="none":window.clearTimeout(this.chromeScrollHack),this.chromeScrollHack=setTimeout((()=>{this.chromeScrollHack=-1,e.contentDOM.style.pointerEvents=""}),100)}),{passive:!0}),this.notifiedFocused=e.hasFocus,ff.safari&&e.contentDOM.addEventListener("input",(()=>null))}setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}ensureHandlers(e,t){var n;let i;this.customHandlers=[];for(let r of t)if(i=null===(n=r.update(e).spec)||void 0===n?void 0:n.domEventHandlers){this.customHandlers.push({plugin:r.value,handlers:i});for(let t in i)this.registeredEvents.indexOf(t)<0&&"scroll"!=t&&(this.registeredEvents.push(t),e.contentDOM.addEventListener(t,(n=>{Km(e,n)&&this.runCustomHandlers(t,e,n)&&n.preventDefault()})))}}runCustomHandlers(e,t,n){for(let i of this.customHandlers){let r=i.handlers[e];if(r)try{if(r.call(i.plugin,n,t)||n.defaultPrevented)return!0}catch(LP){Kf(t.state,LP)}}return!1}runScrollHandlers(e,t){for(let n of this.customHandlers){let i=n.handlers.scroll;if(i)try{i.call(n.plugin,t,e)}catch(LP){Kf(e.state,LP)}}}keydown(e,t){if(this.lastKeyCode=t.keyCode,this.lastKeyTime=Date.now(),9==t.keyCode&&Date.now()e.keyCode==t.keyCode)))||t.ctrlKey||t.altKey||t.metaKey||t.synthetic)&&(this.pendingIOSKey=n,setTimeout((()=>this.flushIOSKey(e)),250),!0)}flushIOSKey(e){let t=this.pendingIOSKey;return!!t&&(this.pendingIOSKey=void 0,Yd(e.contentDOM,t.key,t.keyCode))}ignoreDuringComposition(e){return!!/^key/.test(e.type)&&(this.composing>0||!!(ff.safari&&Date.now()-this.compositionEndedAt<100)&&(this.compositionEndedAt=0,!0))}mustFlushObserver(e){return"keydown"==e.type&&229!=e.keyCode||"compositionend"==e.type&&!ff.ios}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.mouseSelection&&this.mouseSelection.update(e),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}const $m=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Qm=[16,17,18,20,91,92,224,225];class Gm{constructor(e,t,n,i){this.view=e,this.style=n,this.mustSelect=i,this.lastEvent=t;let r=e.contentDOM.ownerDocument;r.addEventListener("mousemove",this.move=this.move.bind(this)),r.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(Gp.allowMultipleSelections)&&function(e,t){let n=e.state.facet(Xf);return n.length?n[0](t):ff.mac?t.metaKey:t.ctrlKey}(e,t),this.dragMove=function(e,t){let n=e.state.facet(Ff);return n.length?n[0](t):ff.mac?!t.altKey:!t.ctrlKey}(e,t),this.dragging=!(!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let i=Ed(e.root);if(!i||0==i.rangeCount)return!0;let r=i.getRangeAt(0).getClientRects();for(let o=0;o=t.clientX&&e.top<=t.clientY&&e.bottom>=t.clientY)return!0}return!1}(e,t)||1!=hg(t))&&null,!1===this.dragging&&(t.preventDefault(),this.select(t))}move(e){if(0==e.buttons)return this.destroy();!1===this.dragging&&this.select(this.lastEvent=e)}up(e){null==this.dragging&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=null}select(e){let t=this.style.get(e,this.extend,this.multiple);!this.mustSelect&&t.eq(this.view.state.selection)&&t.main.assoc==this.view.state.selection.main.assoc||this.view.dispatch({selection:t,userEvent:"select.pointer",scrollIntoView:!0}),this.mustSelect=!1}update(e){e.docChanged&&this.dragging&&(this.dragging=this.dragging.map(e.changes)),this.style.update(e)&&setTimeout((()=>this.select(this.lastEvent)),20)}}function Km(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n,i=t.target;i!=e.contentDOM;i=i.parentNode)if(!i||11==i.nodeType||(n=Kd.get(i))&&n.ignoreEvent(t))return!1;return!0}const Jm=Object.create(null),Zm=ff.ie&&ff.ie_version<15||ff.ios&&ff.webkit_version<604;function eg(e,t){let n,{state:i}=e,r=1,o=i.toText(t),s=o.lines==i.selection.ranges.length;if(null!=dg&&i.selection.ranges.every((e=>e.empty))&&dg==o.toString()){let e=-1;n=i.changeByRange((n=>{let a=i.doc.lineAt(n.from);if(a.from==e)return{range:n};e=a.from;let l=i.toText((s?o.line(r++).text:t)+i.lineBreak);return{changes:{from:a.from,insert:l},range:op.cursor(n.from+l.length)}}))}else n=s?i.changeByRange((e=>{let t=o.line(r++);return{changes:{from:e.from,to:e.to,insert:t.text},range:op.cursor(e.from+t.length)}})):i.replaceSelection(o);e.dispatch(n,{userEvent:"input.paste",scrollIntoView:!0})}Jm.keydown=(e,t)=>{e.inputState.setSelectionOrigin("select"),27==t.keyCode?e.inputState.lastEscPress=Date.now():Qm.indexOf(t.keyCode)<0&&(e.inputState.lastEscPress=0)};let tg=0;function ng(e,t,n,i){if(1==i)return op.cursor(t,n);if(2==i)return function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,i=e.charCategorizer(t),r=e.doc.lineAt(t),o=t-r.from;if(0==r.length)return op.cursor(t);0==o?n=1:o==r.length&&(n=-1);let s=o,a=o;n<0?s=jh(r.text,o,!1):a=jh(r.text,o);let l=i(r.text.slice(s,a));for(;s>0;){let e=jh(r.text,s,!1);if(i(r.text.slice(e,s))!=l)break;s=e}for(;a{tg=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},Jm.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},Jm.mousedown=(e,t)=>{if(e.observer.flush(),tg>Date.now()-2e3&&1==hg(t))return;let n=null;for(let i of e.state.facet(Hf))if(n=i(e,t),n)break;if(n||0!=t.button||(n=function(e,t){let n=sg(e,t),i=hg(t),r=e.state.selection,o=n,s=t;return{update(e){e.docChanged&&(n&&(n.pos=e.changes.mapPos(n.pos)),r=r.map(e.changes),s=null)},get(t,a,l){let c;if(s&&t.clientX==s.clientX&&t.clientY==s.clientY?c=o:(c=o=sg(e,t),s=t),!c||!n)return r;let u=ng(e,c.pos,c.bias,i);if(n.pos!=c.pos&&!a){let t=ng(e,n.pos,n.bias,i),r=Math.min(t.from,u.from),o=Math.max(t.to,u.to);u=r1&&r.ranges.some((e=>e.eq(u)))?function(e,t){for(let n=0;;n++)if(e.ranges[n].eq(t))return op.create(e.ranges.slice(0,n).concat(e.ranges.slice(n+1)),e.mainIndex==n?0:e.mainIndex-(e.mainIndex>n?1:0))}(r,u):l?r.addRange(u):op.create([u])}}}(e,t)),n){let i=e.root.activeElement!=e.contentDOM;i&&e.observer.ignore((()=>Vd(e.contentDOM))),e.inputState.startMouseSelection(new Gm(e,t,n,i))}};let ig=(e,t)=>e>=t.top&&e<=t.bottom,rg=(e,t,n)=>ig(t,n)&&e>=n.left&&e<=n.right;function og(e,t,n,i){let r=Rf.find(e.docView,t);if(!r)return 1;let o=t-r.posAtStart;if(0==o)return 1;if(o==r.length)return-1;let s=r.coordsAt(o,-1);if(s&&rg(n,i,s))return-1;let a=r.coordsAt(o,1);return a&&rg(n,i,a)?1:s&&ig(i,s)?-1:1}function sg(e,t){let n=e.posAtCoords({x:t.clientX,y:t.clientY},!1);return{pos:n,bias:og(e,n,t.clientX,t.clientY)}}const ag=ff.ie&&ff.ie_version<=11;let lg=null,cg=0,ug=0;function hg(e){if(!ag)return e.detail;let t=lg,n=ug;return lg=e,ug=Date.now(),cg=!t||n>Date.now()-400&&Math.abs(t.clientX-e.clientX)<2&&Math.abs(t.clientY-e.clientY)<2?(cg+1)%3:1}function pg(e,t,n,i){if(!n)return;let r=e.posAtCoords({x:t.clientX,y:t.clientY},!1);t.preventDefault();let{mouseSelection:o}=e.inputState,s=i&&o&&o.dragging&&o.dragMove?{from:o.dragging.from,to:o.dragging.to}:null,a={from:r,insert:n},l=e.state.changes(s?[s,a]:a);e.focus(),e.dispatch({changes:l,selection:{anchor:l.mapPos(r,-1),head:l.mapPos(r,1)},userEvent:s?"move.drop":"input.drop"})}Jm.dragstart=(e,t)=>{let{selection:{main:n}}=e.state,{mouseSelection:i}=e.inputState;i&&(i.dragging=n),t.dataTransfer&&(t.dataTransfer.setData("Text",e.state.sliceDoc(n.from,n.to)),t.dataTransfer.effectAllowed="copyMove")},Jm.drop=(e,t)=>{if(!t.dataTransfer)return;if(e.state.readOnly)return t.preventDefault();let n=t.dataTransfer.files;if(n&&n.length){t.preventDefault();let i=Array(n.length),r=0,o=()=>{++r==n.length&&pg(e,t,i.filter((e=>null!=e)).join(e.state.lineBreak),!1)};for(let e=0;e{/[\x00-\x08\x0e-\x1f]{2}/.test(t.result)||(i[e]=t.result),o()},t.readAsText(n[e])}}else pg(e,t,t.dataTransfer.getData("Text"),!0)},Jm.paste=(e,t)=>{if(e.state.readOnly)return t.preventDefault();e.observer.flush();let n=Zm?null:t.clipboardData;n?(eg(e,n.getData("text/plain")),t.preventDefault()):function(e){let t=e.dom.parentNode;if(!t)return;let n=t.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout((()=>{e.focus(),n.remove(),eg(e,n.value)}),50)}(e)};let dg=null;function fg(e){setTimeout((()=>{e.hasFocus!=e.inputState.notifiedFocused&&e.update([])}),10)}function mg(e,t){if(e.docView.compositionDeco.size){e.inputState.rapidCompositionStart=t;try{e.update([])}finally{e.inputState.rapidCompositionStart=!1}}}Jm.copy=Jm.cut=(e,t)=>{let{text:n,ranges:i,linewise:r}=function(e){let t=[],n=[],i=!1;for(let r of e.selection.ranges)r.empty||(t.push(e.sliceDoc(r.from,r.to)),n.push(r));if(!t.length){let r=-1;for(let{from:i}of e.selection.ranges){let o=e.doc.lineAt(i);o.number>r&&(t.push(o.text),n.push({from:o.from,to:Math.min(e.doc.length,o.to+1)})),r=o.number}i=!0}return{text:t.join(e.lineBreak),ranges:n,linewise:i}}(e.state);if(!n&&!r)return;dg=r?n:null;let o=Zm?null:t.clipboardData;o?(t.preventDefault(),o.clearData(),o.setData("text/plain",n)):function(e,t){let n=e.dom.parentNode;if(!n)return;let i=n.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.value=t,i.focus(),i.selectionEnd=t.length,i.selectionStart=0,setTimeout((()=>{i.remove(),e.focus()}),50)}(e,n),"cut"!=t.type||e.state.readOnly||e.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"})},Jm.focus=fg,Jm.blur=e=>{e.observer.clearSelectionRange(),fg(e)},Jm.compositionstart=Jm.compositionupdate=e=>{null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0,e.docView.compositionDeco.size&&(e.observer.flush(),mg(e,!0)))},Jm.compositionend=e=>{e.inputState.composing=-1,e.inputState.compositionEndedAt=Date.now(),e.inputState.compositionFirstChange=null,setTimeout((()=>{e.inputState.composing<0&&mg(e,!1)}),50)},Jm.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},Jm.beforeinput=(e,t)=>{var n;let i;if(ff.chrome&&ff.android&&(i=$m.find((e=>e.inputType==t.inputType)))&&(e.observer.delayAndroidKey(i.key,i.keyCode),"Backspace"==i.key||"Delete"==i.key)){let t=(null===(n=window.visualViewport)||void 0===n?void 0:n.height)||0;setTimeout((()=>{var n;((null===(n=window.visualViewport)||void 0===n?void 0:n.height)||0)>t+10&&e.hasFocus&&(e.contentDOM.blur(),e.focus())}),100)}};const gg=["pre-wrap","normal","pre-line","break-spaces"];class bg{constructor(){this.doc=Sh.empty,this.lineWrapping=!1,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.lineLength=30,this.heightChanged=!1}heightForGap(e,t){let n=this.doc.lineAt(t).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(n+=Math.ceil((t-e-n*this.lineLength*.5)/this.lineLength)),this.lineHeight*n}heightForLine(e){if(!this.lineWrapping)return this.lineHeight;return(1+Math.max(0,Math.ceil((e-this.lineLength)/(this.lineLength-5))))*this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return gg.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let t=!1;for(let n=0;n-1,s=Math.round(t)!=Math.round(this.lineHeight)||this.lineWrapping!=o;if(this.lineWrapping=o,this.lineHeight=t,this.charWidth=n,this.lineLength=i,s){this.heightSamples={};for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:2;this.length=e,this.height=t,this.flags=n}get outdated(){return(2&this.flags)>0}set outdated(e){this.flags=(e?2:0)|-3&this.flags}setHeight(e,t){this.height!=t&&(Math.abs(this.height-t)>wg&&(e.heightChanged=!0),this.height=t)}replace(e,t,n){return xg.of(n)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,n,i){let r=this;for(let o=i.length-1;o>=0;o--){let{fromA:s,toA:a,fromB:l,toB:c}=i[o],u=r.lineAt(s,Mg.ByPosNoHeight,t,0,0),h=u.to>=a?u:r.lineAt(a,Mg.ByPosNoHeight,t,0,0);for(c+=h.to-a,a=h.to;o>0&&u.from<=i[o-1].toA;)s=i[o-1].fromA,l=i[o-1].fromB,o--,s2*r){let r=e[t-1];r.break?e.splice(--t,1,r.left,null,r.right):e.splice(--t,1,r.left,r.right),n+=1+r.break,i-=r.size}else{if(!(r>2*i))break;{let t=e[n];t.break?e.splice(n,1,t.left,null,t.right):e.splice(n,1,t.left,t.right),n+=2+t.break,r-=t.size}}else if(i=r&&o(this.blockAt(0,n,i,r))}updateHeight(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>3?arguments[3]:void 0;return n&&n.from<=t&&n.more&&this.setHeight(e,n.heights[n.index++]),this.outdated=!1,this}toString(){return"block(".concat(this.length,")")}}class Og extends Ag{constructor(e,t){super(e,t,_f.Text),this.collapsed=0,this.widgetHeight=0}replace(e,t,n){let i=n[0];return 1==n.length&&(i instanceof Og||i instanceof kg&&4&i.flags)&&Math.abs(this.length-i.length)<10?(i instanceof kg?i=new Og(i.length,this.height):i.height=this.height,this.outdated||(i.outdated=!1),i):xg.of(n)}updateHeight(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3?arguments[3]:void 0;return i&&i.from<=t&&i.more?this.setHeight(e,i.heights[i.index++]):(n||this.outdated)&&this.setHeight(e,Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))),this.outdated=!1,this}toString(){return"line(".concat(this.length).concat(this.collapsed?-this.collapsed:"").concat(this.widgetHeight?":"+this.widgetHeight:"",")")}}class kg extends xg{constructor(e){super(e,0)}lines(e,t){let n=e.lineAt(t).number,i=e.lineAt(t+this.length).number;return{firstLine:n,lastLine:i,lineHeight:this.height/(i-n+1)}}blockAt(e,t,n,i){let{firstLine:r,lastLine:o,lineHeight:s}=this.lines(t,i),a=Math.max(0,Math.min(o-r,Math.floor((e-n)/s))),{from:l,length:c}=t.line(r+a);return new yg(l,c,n+s*a,s,_f.Text)}lineAt(e,t,n,i,r){if(t==Mg.ByHeight)return this.blockAt(e,n,i,r);if(t==Mg.ByPosNoHeight){let{from:t,to:i}=n.lineAt(e);return new yg(t,i-t,0,0,_f.Text)}let{firstLine:o,lineHeight:s}=this.lines(n,r),{from:a,length:l,number:c}=n.lineAt(e);return new yg(a,l,i+s*(c-o),s,_f.Text)}forEachLine(e,t,n,i,r,o){let{firstLine:s,lineHeight:a}=this.lines(n,r);for(let l=Math.max(e,r),c=Math.min(r+this.length,t);l<=c;){let t=n.lineAt(l);l==e&&(i+=a*(t.number-s)),o(new yg(t.from,t.length,i,a,_f.Text)),i+=a,l=t.to+1}}replace(e,t,n){let i=this.length-t;if(i>0){let e=n[n.length-1];e instanceof kg?n[n.length-1]=new kg(e.length+i):n.push(null,new kg(i-1))}if(e>0){let t=n[0];t instanceof kg?n[0]=new kg(e+t.length):n.unshift(new kg(e-1),null)}return xg.of(n)}decomposeLeft(e,t){t.push(new kg(e-1),null)}decomposeRight(e,t){t.push(null,new kg(this.length-e-1))}updateHeight(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3?arguments[3]:void 0,r=t+this.length;if(i&&i.from<=t+this.length&&i.more){let n=[],o=Math.max(t,i.from),s=-1,a=e.heightChanged;for(i.from>t&&n.push(new kg(i.from-t-1).updateHeight(e,t));o<=r&&i.more;){let t=e.doc.lineAt(o).length;n.length&&n.push(null);let r=i.heights[i.index++];-1==s?s=r:Math.abs(r-s)>=wg&&(s=-2);let a=new Og(t,r);a.outdated=!1,n.push(a),o+=t+1}o<=r&&n.push(null,new kg(r-o).updateHeight(e,o));let l=xg.of(n);return e.heightChanged=a||s<0||Math.abs(l.height-this.height)>=wg||Math.abs(s-this.lines(e.doc,t).lineHeight)>=wg,l}return(n||this.outdated)&&(this.setHeight(e,e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return"gap(".concat(this.length,")")}}class Tg extends xg{constructor(e,t,n){super(e.length+t+n.length,e.height+n.height,t|(e.outdated||n.outdated?2:0)),this.left=e,this.right=n,this.size=e.size+n.size}get break(){return 1&this.flags}blockAt(e,t,n,i){let r=n+this.left.height;return es))return l;let c=t==Mg.ByPosNoHeight?Mg.ByPosNoHeight:Mg.ByPos;return a?l.join(this.right.lineAt(s,c,n,o,s)):this.left.lineAt(s,c,n,i,r).join(l)}forEachLine(e,t,n,i,r,o){let s=i+this.left.height,a=r+this.left.length+this.break;if(this.break)e=a&&this.right.forEachLine(e,t,n,s,a,o);else{let l=this.lineAt(a,Mg.ByPos,n,i,r);e=e&&l.from<=t&&o(l),t>l.to&&this.right.forEachLine(l.to+1,t,n,s,a,o)}}replace(e,t,n){let i=this.left.length+this.break;if(tthis.left.length)return this.balanced(this.left,this.right.replace(e-i,t-i,n));let r=[];e>0&&this.decomposeLeft(e,r);let o=r.length;for(let s of n)r.push(s);if(e>0&&Sg(r,o-1),t=n&&t.push(null)),e>n&&this.right.decomposeLeft(e-n,t)}decomposeRight(e,t){let n=this.left.length,i=n+this.break;if(e>=i)return this.right.decomposeRight(e-i,t);e2*t.size||t.size>2*e.size?xg.of(this.break?[e,null,t]:[e,t]):(this.left=e,this.right=t,this.height=e.height+t.height,this.outdated=e.outdated||t.outdated,this.size=e.size+t.size,this.length=e.length+this.break+t.length,this)}updateHeight(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3?arguments[3]:void 0,{left:r,right:o}=this,s=t+r.length+this.break,a=null;return i&&i.from<=t+r.length&&i.more?a=r=r.updateHeight(e,t,n,i):r.updateHeight(e,t,n),i&&i.from<=s+o.length&&i.more?a=o=o.updateHeight(e,s,n,i):o.updateHeight(e,s,n),a?this.balanced(r,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function Sg(e,t){let n,i;null==e[t]&&(n=e[t-1])instanceof kg&&(i=e[t+1])instanceof kg&&e.splice(t-1,3,new kg(n.length+1+i.length))}class zg{constructor(e,t){this.pos=e,this.oracle=t,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,t){if(this.lineStart>-1){let e=Math.min(t,this.lineEnd),n=this.nodes[this.nodes.length-1];n instanceof Og?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new Og(e-this.pos,-1)),this.writtenTo=e,t>e&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=t}point(e,t,n){if(e=5)&&this.addLineDeco(i,r)}else t>e&&this.span(e,t);this.lineEnd>-1&&this.lineEnd-1)return;let{from:e,to:t}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=t,this.writtenToe&&this.nodes.push(new Og(this.pos-e,-1)),this.writtenTo=this.pos}blankContent(e,t){let n=new kg(t-e);return this.oracle.doc.lineAt(e).to==t&&(n.flags|=4),n}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof Og)return e;let t=new Og(0,-1);return this.nodes.push(t),t}addBlock(e){this.enterLine(),e.type!=_f.WidgetAfter||this.isCovered||this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,e.type!=_f.WidgetBefore&&(this.covering=e)}addLineDeco(e,t){let n=this.ensureLine();n.length+=t,n.collapsed+=t,n.widgetHeight=Math.max(n.widgetHeight,e),this.writtenTo=this.pos=this.pos+t}finish(e){let t=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||t instanceof Og||this.isCovered?(this.writtenToe.clientHeight||e.scrollWidth>e.clientWidth)&&"visible"!=t.overflow){let t=e.getBoundingClientRect();i=Math.max(i,t.left),r=Math.min(r,t.right),o=Math.max(o,t.top),s=Math.min(s,t.bottom)}l="absolute"==t.position||"fixed"==t.position?e.offsetParent:e.parentNode}else{if(11!=l.nodeType)break;l=l.host}return{left:i-n.left,right:Math.max(i,r)-n.left,top:o-(n.top+t),bottom:Math.max(o,s)-(n.top+t)}}function Eg(e,t){let n=e.getBoundingClientRect();return{left:0,right:n.right-n.left,top:t,bottom:n.bottom-(n.top+t)}}class Ng{constructor(e,t,n){this.from=e,this.to=t,this.size=n}static same(e,t){if(e.length!=t.length)return!1;for(let n=0;n"function"!=typeof e)),this.heightMap=xg.empty().applyChanges(this.stateDeco,Sh.empty,this.heightOracle.setDoc(e.doc),[new cm(0,0,0,e.doc.length)]),this.viewport=this.getViewport(0,null),this.updateViewportLines(),this.updateForViewport(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Ef.set(this.lineGaps.map((e=>e.draw(!1)))),this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:t}=this.state.selection;for(let n=0;n<=1;n++){let i=n?t.head:t.anchor;if(!e.some((e=>{let{from:t,to:n}=e;return i>=t&&i<=n}))){let{from:t,to:n}=this.lineBlockAt(i);e.push(new Pg(t,n))}}this.viewports=e.sort(((e,t)=>e.from-t.from)),this.scaler=this.heightMap.height<=7e6?Ig:new Xg(this.heightOracle.doc,this.heightMap,this.viewports)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.state.doc,0,0,(e=>{this.viewportLines.push(1==this.scaler.scale?e:Fg(e,this.scaler))}))}update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.state=e.state;let n=this.stateDeco;this.stateDeco=this.state.facet(om).filter((e=>"function"!=typeof e));let i=e.changedRanges,r=cm.extendWithRanges(i,function(e,t,n){let i=new Cg;return nd.compare(e,t,n,i,0),i.changes}(n,this.stateDeco,e?e.changes:Kh.empty(this.state.doc.length))),o=this.heightMap.height;this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),r),this.heightMap.height!=o&&(e.flags|=2);let s=r.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.heads.to)||!this.viewportIsAppropriate(s))&&(s=this.getViewport(0,t));let a=!e.changes.empty||2&e.flags||s.from!=this.viewport.from||s.to!=this.viewport.to;this.viewport=s,this.updateForViewport(),a&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&e.selectionSet&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&(this.mustEnforceCursorAssoc=!0)}measure(e){let t=e.contentDOM,n=window.getComputedStyle(t),i=this.heightOracle,r=n.whiteSpace;this.defaultTextDirection="rtl"==n.direction?hm.RTL:hm.LTR;let o=this.heightOracle.mustRefreshForWrapping(r),s=o||this.mustMeasureContent||this.contentDOMHeight!=t.clientHeight;this.contentDOMHeight=t.clientHeight,this.mustMeasureContent=!1;let a=0,l=0,c=parseInt(n.paddingTop)||0,u=parseInt(n.paddingBottom)||0;this.paddingTop==c&&this.paddingBottom==u||(this.paddingTop=c,this.paddingBottom=u,a|=10),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(s=!0),this.editorWidth=e.scrollDOM.clientWidth,a|=8);let h=(this.printing?Eg:_g)(t,this.paddingTop),p=h.top-this.pixelViewport.top,d=h.bottom-this.pixelViewport.bottom;this.pixelViewport=h;let f=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(f!=this.inView&&(this.inView=f,f&&(s=!0)),!this.inView)return 0;let m=t.clientWidth;if(this.contentDOMWidth==m&&this.editorHeight==e.scrollDOM.clientHeight||(this.contentDOMWidth=m,this.editorHeight=e.scrollDOM.clientHeight,a|=8),s){let t=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights(t)&&(o=!0),o||i.lineWrapping&&Math.abs(m-this.contentDOMWidth)>i.charWidth){let{lineHeight:n,charWidth:s}=e.docView.measureTextSize();o=i.refresh(r,n,s,m/s,t),o&&(e.docView.minWidth=0,a|=8)}p>0&&d>0?l=Math.max(p,d):p<0&&d<0&&(l=Math.min(p,d)),i.heightChanged=!1;for(let n of this.viewports){let r=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=this.heightMap.updateHeight(i,0,o,new vg(n.from,r))}i.heightChanged&&(a|=2)}let g=!this.viewportIsAppropriate(this.viewport,l)||this.scrollTarget&&(this.scrollTarget.range.headthis.viewport.to);return g&&(this.viewport=this.getViewport(l,this.scrollTarget)),this.updateForViewport(),(2&a||g)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(o?[]:this.lineGaps)),a|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),a}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let n=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),i=this.heightMap,r=this.state.doc,{visibleTop:o,visibleBottom:s}=this,a=new Pg(i.lineAt(o-1e3*n,Mg.ByHeight,r,0,0).from,i.lineAt(s+1e3*(1-n),Mg.ByHeight,r,0,0).to);if(t){let{head:e}=t.range;if(ea.to){let n,o=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),s=i.lineAt(e,Mg.ByPos,r,0,0);n="center"==t.y?(s.top+s.bottom)/2-o/2:"start"==t.y||"nearest"==t.y&&e1&&void 0!==arguments[1]?arguments[1]:0;if(!this.inView)return!0;let{top:r}=this.heightMap.lineAt(t,Mg.ByPos,this.state.doc,0,0),{bottom:o}=this.heightMap.lineAt(n,Mg.ByPos,this.state.doc,0,0),{visibleTop:s,visibleBottom:a}=this;return(0==t||r<=s-Math.max(10,Math.min(-i,250)))&&(n==this.state.doc.length||o>=a+Math.max(10,Math.min(i,250)))&&r>s-2e3&&on.from&&s.push({from:n.from,to:i}),r=n.from&&a.from<=n.to&&Wg(s,a.from-10,a.from+10),!a.empty&&a.to>=n.from&&a.to<=n.to&&Wg(s,a.to-10,a.to+10);for(let{from:l,to:c}of s)c-l>1e3&&t.push(jg(e,(e=>e.from>=n.from&&e.to<=n.to&&Math.abs(e.from-l)<1e3&&Math.abs(e.to-c)<1e3))||new Ng(l,c,this.gapSize(n,l,c,o)))}return t}gapSize(e,t,n,i){let r=Bg(i,n)-Bg(i,t);return this.heightOracle.lineWrapping?e.height*r:i.total*this.heightOracle.charWidth*r}updateLineGaps(e){Ng.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=Ef.set(e.map((e=>e.draw(this.heightOracle.lineWrapping)))))}computeVisibleRanges(){let e=this.stateDeco;this.lineGaps.length&&(e=e.concat(this.lineGapDeco));let t=[];nd.spans(e,this.viewport.from,this.viewport.to,{span(e,n){t.push({from:e,to:n})},point(){}},20);let n=t.length!=this.visibleRanges.length||this.visibleRanges.some(((e,n)=>e.from!=t[n].from||e.to!=t[n].to));return this.visibleRanges=t,n?4:0}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find((t=>t.from<=e&&t.to>=e))||Fg(this.heightMap.lineAt(e,Mg.ByPos,this.state.doc,0,0),this.scaler)}lineBlockAtHeight(e){return Fg(this.heightMap.lineAt(this.scaler.fromDOM(e),Mg.ByHeight,this.state.doc,0,0),this.scaler)}elementAtHeight(e){return Fg(this.heightMap.blockAt(this.scaler.fromDOM(e),this.state.doc,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class Pg{constructor(e,t){this.from=e,this.to=t}}function qg(e,t,n){let i=[],r=e,o=0;return nd.spans(n,e,t,{span(){},point(e,t){e>r&&(i.push({from:r,to:e}),o+=e-r),r=t}},20),r=1)return i[i.length-1].to;let r=Math.floor(n*t);for(let o=0;;o++){let{from:e,to:t}=i[o],n=t-e;if(r<=n)return e+r;r-=n}}function Bg(e,t){let n=0;for(let{from:i,to:r}of e.ranges){if(t<=r){n+=t-i;break}n+=r-i}return n/e.total}function Wg(e,t,n){for(let i=0;it){let o=[];r.fromn&&o.push({from:n,to:r.to}),e.splice(i,1,...o),i+=o.length-1}}}function jg(e,t){for(let n of e)if(t(n))return n}const Ig={toDOM:e=>e,fromDOM:e=>e,scale:1};class Xg{constructor(e,t,n){let i=0,r=0,o=0;this.viewports=n.map((n=>{let{from:r,to:o}=n,s=t.lineAt(r,Mg.ByPos,e,0,0).top,a=t.lineAt(o,Mg.ByPos,e,0,0).bottom;return i+=a-s,{from:r,to:o,top:s,bottom:a,domTop:0,domBottom:0}})),this.scale=(7e6-i)/(t.height-i);for(let s of this.viewports)s.domTop=o+(s.top-r)*this.scale,o=s.domBottom=s.domTop+(s.bottom-s.top),r=s.bottom}toDOM(e){for(let t=0,n=0,i=0;;t++){let r=tFg(e,t))):e.type)}const Hg=lp.define({combine:e=>e.join(" ")}),Vg=lp.define({combine:e=>e.indexOf(!0)>-1}),Ug=vd.newName(),Yg=vd.newName(),$g=vd.newName(),Qg={"&light":"."+Yg,"&dark":"."+$g};function Gg(e,t,n){return new vd(t,{finish:t=>/&/.test(t)?t.replace(/&\w*/,(t=>{if("&"==t)return e;if(!n||!n[t])throw new RangeError("Unsupported selector: ".concat(t));return n[t]})):e+" "+t})}const Kg=Gg("."+Ug,{"&.cm-editor":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0},".cm-content":{margin:0,flexGrow:2,flexShrink:0,minHeight:"100%",display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 4px"},".cm-selectionLayer":{zIndex:-1,contain:"size style"},".cm-selectionBackground":{position:"absolute"},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{zIndex:100,contain:"size style",pointerEvents:"none"},"&.cm-focused .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{position:"absolute",borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#444"},"&.cm-focused .cm-cursor":{display:"block"},"&light .cm-activeLine":{backgroundColor:"#f3f9ff"},"&dark .cm-activeLine":{backgroundColor:"#223039"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{display:"flex",height:"100%",boxSizing:"border-box",left:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},Qg),Jg={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Zg=ff.ie&&ff.ie_version<=11;class eb{constructor(e,t,n){this.view=e,this.onChange=t,this.onScrollChanged=n,this.active=!1,this.selectionRange=new Xd,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.scrollTargets=[],this.intersection=null,this.resize=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver((t=>{for(let e of t)this.queue.push(e);(ff.ie&&ff.ie_version<=11||ff.ios&&e.composing)&&t.some((e=>"childList"==e.type&&e.removedNodes.length||"characterData"==e.type&&e.oldValue.length>e.target.nodeValue.length))?this.flushSoon():this.flush()})),Zg&&(this.onCharData=e=>{this.queue.push({target:e.target,type:"characterData",oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),window.addEventListener("resize",this.onResize=this.onResize.bind(this)),"function"==typeof ResizeObserver&&(this.resize=new ResizeObserver((()=>{this.view.docView.lastUpdate{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),e.length>0&&e[e.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))}),{}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver((e=>{e.length>0&&e[e.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))}),{})),this.listenForScroll(),this.readSelectionRange(),this.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}onScroll(e){this.intersecting&&this.flush(!1),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout((()=>{this.resizeTimeout=-1,this.view.requestMeasure()}),50))}onPrint(){this.view.viewState.printing=!0,this.view.measure(),setTimeout((()=>{this.view.viewState.printing=!1,this.view.requestMeasure()}),500)}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some(((t,n)=>t!=e[n])))){this.gapIntersection.disconnect();for(let t of e)this.gapIntersection.observe(t);this.gaps=e}}onSelectionChange(e){if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:t}=this,n=this.selectionRange;if(t.state.facet(Jf)?t.root.activeElement!=this.dom:!Ld(t.dom,n))return;let i=n.anchorNode&&t.docView.nearest(n.anchorNode);i&&i.ignoreEvent(e)||((ff.ie&&ff.ie_version<=11||ff.android&&ff.chrome)&&!t.state.selection.main.empty&&n.focusNode&&Pd(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)?this.flushSoon():this.flush(!1))}readSelectionRange(){let{root:e}=this.view,t=ff.safari&&11==e.nodeType&&function(){let e=document.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}()==this.view.contentDOM&&function(e){let t=null;function n(e){e.preventDefault(),e.stopImmediatePropagation(),t=e.getTargetRanges()[0]}if(e.contentDOM.addEventListener("beforeinput",n,!0),document.execCommand("indent"),e.contentDOM.removeEventListener("beforeinput",n,!0),!t)return null;let i=t.startContainer,r=t.startOffset,o=t.endContainer,s=t.endOffset,a=e.docView.domAtPos(e.state.selection.main.anchor);Pd(a.node,a.offset,o,s)&&([i,r,o,s]=[o,s,i,r]);return{anchorNode:i,anchorOffset:r,focusNode:o,focusOffset:s}}(this.view)||Ed(e);return!(!t||this.selectionRange.eq(t))&&(this.selectionRange.setRange(t),this.selectionChanged=!0)}setSelectionRange(e,t){this.selectionRange.set(e.node,e.offset,t.node,t.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,t=null;for(let n=this.dom;n;)if(1==n.nodeType)!t&&e{let e=this.delayedAndroidKey;this.delayedAndroidKey=null,this.delayedFlush=-1,this.flush()||Yd(this.view.contentDOM,e.key,e.keyCode)})),this.delayedAndroidKey&&"Enter"!=e||(this.delayedAndroidKey={key:e,keyCode:t})}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=window.setTimeout((()=>{this.delayedFlush=-1,this.flush()}),20))}forceFlush(){this.delayedFlush>=0&&(window.clearTimeout(this.delayedFlush),this.delayedFlush=-1,this.flush())}processRecords(){let e=this.queue;for(let r of this.observer.takeRecords())e.push(r);e.length&&(this.queue=[]);let t=-1,n=-1,i=!1;for(let r of e){let e=this.readMutation(r);e&&(e.typeOver&&(i=!0),-1==t?({from:t,to:n}=e):(t=Math.min(e.from,t),n=Math.max(e.to,n)))}return{from:t,to:n,typeOver:i}}flush(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.delayedFlush>=0||this.delayedAndroidKey)return;e&&this.readSelectionRange();let{from:t,to:n,typeOver:i}=this.processRecords(),r=this.selectionChanged&&Ld(this.dom,this.selectionRange);if(t<0&&!r)return;this.selectionChanged=!1;let o=this.view.state,s=this.onChange(t,n,i);return this.view.state==o&&this.view.update([]),s}readMutation(e){let t=this.view.docView.nearest(e.target);if(!t||t.ignoreMutation(e))return null;if(t.markDirty("attributes"==e.type),"attributes"==e.type&&(t.dirty|=4),"childList"==e.type){let n=tb(t,e.previousSibling||e.target.previousSibling,-1),i=tb(t,e.nextSibling||e.target.nextSibling,1);return{from:n?t.posAfter(n):t.posAtStart,to:i?t.posBefore(i):t.posAtEnd,typeOver:!1}}return"characterData"==e.type?{from:t.posAtStart,to:t.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}destroy(){var e,t,n;this.stop(),null===(e=this.intersection)||void 0===e||e.disconnect(),null===(t=this.gapIntersection)||void 0===t||t.disconnect(),null===(n=this.resize)||void 0===n||n.disconnect();for(let i of this.scrollTargets)i.removeEventListener("scroll",this.onScroll);window.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onResize),window.removeEventListener("beforeprint",this.onPrint),this.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout)}}function tb(e,t,n){for(;t;){let i=Kd.get(t);if(i&&i.parent==e)return i;let r=t.parentNode;t=r!=e.dom?r:n>0?t.nextSibling:t.previousSibling}return null}function nb(e,t,n,i){let r,o,s=e.state.selection.main;if(t>-1){let i=e.docView.domBoundsAround(t,n,0);if(!i||e.state.readOnly)return!1;let{from:a,to:l}=i,c=e.docView.impreciseHead||e.docView.impreciseAnchor?[]:function(e){let t=[];if(e.root.activeElement!=e.contentDOM)return t;let{anchorNode:n,anchorOffset:i,focusNode:r,focusOffset:o}=e.observer.selectionRange;n&&(t.push(new Cm(n,i)),r==n&&o==i||t.push(new Cm(r,o)));return t}(e),u=new Sm(c,e.state);u.readRange(i.startDOM,i.endDOM);let h=s.from,p=null;(8===e.inputState.lastKeyCode&&e.inputState.lastKeyTime>Date.now()-100||ff.android&&u.text.length0&&a>0&&e.charCodeAt(s-1)==t.charCodeAt(a-1);)s--,a--;if("end"==i){n-=s+Math.max(0,o-Math.min(s,a))-o}if(s=s?o-n:0,a=o+(a-s),s=o}else if(a=a?o-n:0,s=o+(s-a),a=o}return{from:o,toA:s,toB:a}}(e.state.doc.sliceString(a,l,Tm),u.text,h-a,p);d&&(ff.chrome&&13==e.inputState.lastKeyCode&&d.toB==d.from+2&&u.text.slice(d.from,d.toB)==Tm+Tm&&d.toB--,r={from:a+d.from,to:a+d.toA,insert:Sh.of(u.text.slice(d.from,d.toB).split(Tm))}),o=function(e,t){if(0==e.length)return null;let n=e[0].pos,i=2==e.length?e[1].pos:n;return n>-1&&i>-1?op.single(n+t,i+t):null}(c,a)}else if(e.hasFocus||!e.state.facet(Jf)){let t=e.observer.selectionRange,{impreciseHead:n,impreciseAnchor:i}=e.docView,r=n&&n.node==t.focusNode&&n.offset==t.focusOffset||!Nd(e.contentDOM,t.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(t.focusNode,t.focusOffset),a=i&&i.node==t.anchorNode&&i.offset==t.anchorOffset||!Nd(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset);r==s.head&&a==s.anchor||(o=op.single(a,r))}if(!r&&!o)return!1;if(!r&&i&&!s.empty&&o&&o.main.empty?r={from:s.from,to:s.to,insert:e.state.doc.slice(s.from,s.to)}:r&&r.from>=s.from&&r.to<=s.to&&(r.from!=s.from||r.to!=s.to)&&s.to-s.from-(r.to-r.from)<=4?r={from:s.from,to:s.to,insert:e.state.doc.slice(s.from,r.from).append(r.insert).append(e.state.doc.slice(r.to,s.to))}:(ff.mac||ff.android)&&r&&r.from==r.to&&r.from==s.head-1&&"."==r.insert.toString()&&(r={from:s.from,to:s.to,insert:Sh.of([" "])}),r){let t=e.state;if(ff.ios&&e.inputState.flushIOSKey(e))return!0;if(ff.android&&(r.from==s.from&&r.to==s.to&&1==r.insert.length&&2==r.insert.lines&&Yd(e.contentDOM,"Enter",13)||r.from==s.from-1&&r.to==s.to&&0==r.insert.length&&Yd(e.contentDOM,"Backspace",8)||r.from==s.from&&r.to==s.to+1&&0==r.insert.length&&Yd(e.contentDOM,"Delete",46)))return!0;let n,i=r.insert.toString();if(e.state.facet(Yf).some((t=>t(e,r.from,r.to,i))))return!0;if(e.inputState.composing>=0&&e.inputState.composing++,r.from>=s.from&&r.to<=s.to&&r.to-r.from>=(s.to-s.from)/3&&(!o||o.main.empty&&o.main.from==r.from+r.insert.length)&&e.inputState.composing<0){let i=s.fromr.to?t.sliceDoc(r.to,s.to):"";n=t.replaceSelection(e.state.toText(i+r.insert.sliceString(0,void 0,e.state.lineBreak)+o))}else{let i=t.changes(r),a=o&&!t.selection.main.eq(o.main)&&o.main.to<=i.newLength?o.main:void 0;if(t.selection.ranges.length>1&&e.inputState.composing>=0&&r.to<=s.to&&r.to>=s.to-10){let o=e.state.sliceDoc(r.from,r.to),l=Nm(e)||e.state.doc.lineAt(s.head),c=s.to-r.to,u=s.to-s.from;n=t.changeByRange((n=>{if(n.from==s.from&&n.to==s.to)return{changes:i,range:a||n.map(i)};let h=n.to-c,p=h-o.length;if(n.to-n.from!=u||e.state.sliceDoc(p,h)!=o||l&&n.to>=l.from&&n.from<=l.to)return{range:n};let d=t.changes({from:p,to:h,insert:r.insert}),f=n.to-s.to;return{changes:d,range:a?op.range(Math.max(0,a.anchor+f),Math.max(0,a.head+f)):n.map(d)}}))}else n={changes:i,selection:a&&t.selection.replaceRange(a)}}let a="input.type";return e.composing&&(a+=".compose",e.inputState.compositionFirstChange&&(a+=".start",e.inputState.compositionFirstChange=!1)),e.dispatch(n,{scrollIntoView:!0,userEvent:a}),!0}if(o&&!o.main.eq(s)){let t=!1,n="select";return e.inputState.lastSelectionTime>Date.now()-50&&("select"==e.inputState.lastSelectionOrigin&&(t=!0),n=e.inputState.lastSelectionOrigin),e.dispatch({selection:o,scrollIntoView:t,userEvent:n}),!0}return!1}class ib{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.style.cssText="position: absolute; top: -10000px",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),this._dispatch=e.dispatch||(e=>this.update([e])),this.dispatch=this.dispatch.bind(this),this.root=e.root||function(e){for(;e;){if(e&&(9==e.nodeType||11==e.nodeType&&e.host))return e;e=e.assignedSlot||e.parentNode}return null}(e.parent)||document,this.viewState=new Dg(e.state||Gp.create(e)),this.plugins=this.state.facet(em).map((e=>new nm(e)));for(let t of this.plugins)t.update(this);this.observer=new eb(this,((e,t,n)=>nb(this,e,t,n)),(e=>{this.inputState.runScrollHandlers(this,e),this.observer.intersecting&&this.measure()})),this.inputState=new Ym(this),this.inputState.ensureHandlers(this,this.plugins),this.docView=new _m(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),e.parent&&e.parent.appendChild(this.dom)}get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return this.inputState.composing>0}get compositionStarted(){return this.inputState.composing>=0}dispatch(){this._dispatch(1==arguments.length&&(arguments.length<=0?void 0:arguments[0])instanceof Wp?arguments.length<=0?void 0:arguments[0]:this.state.update(...arguments))}update(e){if(0!=this.updateState)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let t,n=!1,i=!1,r=this.state;for(let s of e){if(s.startState!=r)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");r=s.state}if(this.destroyed)return void(this.viewState.state=r);if(this.observer.clear(),r.facet(Gp.phrases)!=this.state.facet(Gp.phrases))return this.setState(r);t=um.create(this,r,e);let o=this.viewState.scrollTarget;try{this.updateState=2;for(let t of e){if(o&&(o=o.map(t.changes)),t.scrollIntoView){let{main:e}=t.state.selection;o=new Qf(e.empty?e:op.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(Gf)&&(o=e.value)}this.viewState.update(t,o),this.bidiCache=sb.update(this.bidiCache,t.changes),t.empty||(this.updatePlugins(t),this.inputState.update(t)),n=this.docView.update(t),this.state.facet(lm)!=this.styleModules&&this.mountStyles(),i=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some((e=>e.isUserEvent("select.pointer"))))}finally{this.updateState=0}if(t.startState.facet(Hg)!=t.state.facet(Hg)&&(this.viewState.mustMeasureContent=!0),(n||i||o||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),!t.empty)for(let s of this.state.facet(Uf))s(t)}setState(e){if(0!=this.updateState)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed)return void(this.viewState.state=e);this.updateState=2;let t=this.hasFocus;try{for(let e of this.plugins)e.destroy(this);this.viewState=new Dg(e),this.plugins=e.facet(em).map((e=>new nm(e))),this.pluginMap.clear();for(let e of this.plugins)e.update(this);this.docView=new _m(this),this.inputState.ensureHandlers(this,this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}t&&this.focus(),this.requestMeasure()}updatePlugins(e){let t=e.startState.facet(em),n=e.state.facet(em);if(t!=n){let i=[];for(let r of n){let n=t.indexOf(r);if(n<0)i.push(new nm(r));else{let t=this.plugins[n];t.mustUpdate=e,i.push(t)}}for(let t of this.plugins)t.mustUpdate!=e&&t.destroy(this);this.plugins=i,this.pluginMap.clear(),this.inputState.ensureHandlers(this,this.plugins)}else for(let i of this.plugins)i.mustUpdate=e;for(let i=0;i0&&void 0!==arguments[0])||arguments[0];if(this.destroyed)return;this.measureScheduled>-1&&cancelAnimationFrame(this.measureScheduled),this.measureScheduled=0,e&&this.observer.flush();let t=null;try{for(let e=0;;e++){this.updateState=1;let n=this.viewport,i=this.viewState.measure(this);if(!i&&!this.measureRequests.length&&null==this.viewState.scrollTarget)break;if(e>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let r=[];4&i||([this.measureRequests,r]=[r,this.measureRequests]);let o=r.map((e=>{try{return e.read(this)}catch(LP){return Kf(this.state,LP),ob}})),s=um.create(this,this.state,[]),a=!1,l=!1;s.flags|=i,t?t.flags|=i:t=s,this.updateState=2,s.empty||(this.updatePlugins(s),this.inputState.update(s),this.updateAttrs(),a=this.docView.update(s));for(let e=0;e{let n=zf(this.contentDOM,this.contentAttrs,t),i=zf(this.dom,this.editorAttrs,e);return n||i}));return this.editorAttrs=e,this.contentAttrs=t,n}showAnnouncements(e){let t=!0;for(let n of e)for(let e of n.effects)if(e.is(ib.announce)){t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value}}mountStyles(){this.styleModules=this.state.facet(lm),vd.mount(this.root,this.styleModules.concat(Kg).reverse())}readMeasured(){if(2==this.updateState)throw new Error("Reading the editor layout isn't allowed during an update");0==this.updateState&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=requestAnimationFrame((()=>this.measure()))),e){if(null!=e.key)for(let t=0;tt.spec==e))||null),t&&t.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,t,n){return Um(this,e,Vm(this,e,t,n))}moveByGroup(e,t){return Um(this,e,Vm(this,e,t,(t=>function(e,t,n){let i=e.state.charCategorizer(t),r=i(n);return e=>{let t=i(e);return r==Up.Space&&(r=t),r==t}}(this,e.head,t))))}moveToLineBoundary(e,t){return function(e,t,n,i){let r=e.state.doc.lineAt(t.head),o=i&&e.lineWrapping?e.coordsAtPos(t.assoc<0&&t.head>r.from?t.head-1:t.head):null;if(o){let t=e.dom.getBoundingClientRect(),i=e.textDirectionAt(r.from),s=e.posAtCoords({x:n==(i==hm.LTR)?t.right-1:t.left+1,y:(o.top+o.bottom)/2});if(null!=s)return op.cursor(s,n?-1:1)}let s=Rf.find(e.docView,t.head),a=s?n?s.posAtEnd:s.posAtStart:n?r.to:r.from;return op.cursor(a,n?-1:1)}(this,e,t,!(arguments.length>2&&void 0!==arguments[2])||arguments[2])}moveVertically(e,t,n){return Um(this,e,function(e,t,n,i){let r=t.head,o=n?1:-1;if(r==(n?e.state.doc.length:0))return op.cursor(r,t.assoc);let s,a=t.goalColumn,l=e.contentDOM.getBoundingClientRect(),c=e.coordsAtPos(r),u=e.documentTop;if(c)null==a&&(a=c.left-l.left),s=o<0?c.top:c.bottom;else{let t=e.viewState.lineBlockAt(r);null==a&&(a=Math.min(l.right-l.left,e.defaultCharacterWidth*(r-t.from))),s=(o<0?t.top:t.bottom)+u}let h=l.left+a,p=null!==i&&void 0!==i?i:e.defaultLineHeight>>1;for(let d=0;;d+=10){let n=s+(p+d)*o,i=Fm(e,{x:h,y:n},!1,o);if(nl.bottom||(o<0?ir))return op.cursor(i,t.assoc,void 0,a)}}(this,e,t,n))}domAtPos(e){return this.docView.domAtPos(e)}posAtDOM(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return this.docView.posFromDOM(e,t)}posAtCoords(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return this.readMeasured(),Fm(this,e,t)}coordsAtPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;this.readMeasured();let n=this.docView.coordsAt(e,t);if(!n||n.left==n.right)return n;let i=this.state.doc.lineAt(e),r=this.bidiSpans(i);return jd(n,r[Mm.find(r,e-i.from,-1,t)].dir==hm.LTR==t>0)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet($f)||ethis.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>rb)return Am(e.length);let t=this.textDirectionAt(e.from);for(let i of this.bidiCache)if(i.from==e.from&&i.dir==t)return i.order;let n=xm(e.text,t);return this.bidiCache.push(new sb(e.from,e.to,t,n)),n}get hasFocus(){var e;return(document.hasFocus()||ff.safari&&(null===(e=this.inputState)||void 0===e?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore((()=>{Vd(this.contentDOM),this.docView.updateSelection()}))}destroy(){for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Gf.of(new Qf("number"==typeof e?op.cursor(e):e,t.y,t.x,t.yMargin,t.xMargin))}static domEventHandlers(e){return tm.define((()=>({})),{eventHandlers:e})}static theme(e,t){let n=vd.newName(),i=[Hg.of(n),lm.of(Gg(".".concat(n),e))];return t&&t.dark&&i.push(Vg.of(!0)),i}static baseTheme(e){return wp.lowest(lm.of(Gg("."+Ug,e,Qg)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),i=n&&Kd.get(n)||Kd.get(e);return(null===(t=null===i||void 0===i?void 0:i.rootView)||void 0===t?void 0:t.view)||null}}ib.styleModule=lm,ib.inputHandler=Yf,ib.perLineTextDirection=$f,ib.exceptionSink=Vf,ib.updateListener=Uf,ib.editable=Jf,ib.mouseSelectionStyle=Hf,ib.dragMovesSelection=Ff,ib.clickAddsSelectionRange=Xf,ib.decorations=om,ib.atomicRanges=sm,ib.scrollMargins=am,ib.darkTheme=Vg,ib.contentAttributes=rm,ib.editorAttributes=im,ib.lineWrapping=ib.contentAttributes.of({class:"cm-lineWrapping"}),ib.announce=Bp.define();const rb=4096,ob={};class sb{constructor(e,t,n,i){this.from=e,this.to=t,this.dir=n,this.order=i}static update(e,t){if(t.empty)return e;let n=[],i=e.length?e[e.length-1].dir:hm.LTR;for(let r=Math.max(0,e.length-10);r=0;r--){let t=i[r],o="function"==typeof t?t(e):t;o&&Tf(o,n)}return n}const lb=ff.mac?"mac":ff.windows?"win":ff.linux?"linux":"key";function cb(e,t,n){return t.altKey&&(e="Alt-"+e),t.ctrlKey&&(e="Ctrl-"+e),t.metaKey&&(e="Meta-"+e),!1!==n&&t.shiftKey&&(e="Shift-"+e),e}const ub=wp.default(ib.domEventHandlers({keydown:(e,t)=>gb(db(t.state),e,t,"editor")})),hb=lp.define({enables:ub}),pb=new WeakMap;function db(e){let t=e.facet(hb),n=pb.get(t);return n||pb.set(t,n=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lb,n=Object.create(null),i=Object.create(null),r=(e,t)=>{let n=i[e];if(null==n)i[e]=t;else if(n!=t)throw new Error("Key binding "+e+" is used both as a regular binding and as a multi-stroke prefix")},o=(e,i,o,s)=>{let a=n[e]||(n[e]=Object.create(null)),l=i.split(/ (?!$)/).map((e=>function(e,t){const n=e.split(/-(?!$)/);let i,r,o,s,a=n[n.length-1];"Space"==a&&(a=" ");for(let l=0;l{let i=fb={view:t,prefix:n,scope:e};return setTimeout((()=>{fb==i&&(fb=null)}),mb),!0}]})}let c=l.join(" ");r(c,!1);let u=a[c]||(a[c]={preventDefault:!1,commands:[]});u.commands.push(o),s&&(u.preventDefault=!0)};for(let s of e){let e=s[t]||s.key;if(e)for(let t of s.scope?s.scope.split(" "):["editor"])o(t,e,s.run,s.preventDefault),s.shift&&o(t,"Shift-"+e,s.shift,s.preventDefault)}return n}(t.reduce(((e,t)=>e.concat(t)),[]))),n}let fb=null;const mb=4e3;function gb(e,t,n,i){let r=function(e){var t=!(zd&&(e.ctrlKey||e.altKey||e.metaKey)||(Od||Sd)&&e.shiftKey&&e.key&&1==e.key.length)&&e.key||(e.shiftKey?xd:wd)[e.keyCode]||e.key||"Unidentified";return"Esc"==t&&(t="Escape"),"Del"==t&&(t="Delete"),"Left"==t&&(t="ArrowLeft"),"Up"==t&&(t="ArrowUp"),"Right"==t&&(t="ArrowRight"),"Down"==t&&(t="ArrowDown"),t}(t),o=Vh(r,0),s=Yh(o)==r.length&&" "!=r,a="",l=!1;fb&&fb.view==n&&fb.scope==i&&(a=fb.prefix+" ",(l=Qm.indexOf(t.keyCode)<0)&&(fb=null));let c,u=e=>{if(e){for(let t of e.commands)if(t(n))return!0;e.preventDefault&&(l=!0)}return!1},h=e[i];if(h){if(u(h[a+cb(r,t,!s)]))return!0;if(s&&(t.shiftKey||t.altKey||t.metaKey||o>127)&&(c=wd[t.keyCode])&&c!=r){if(u(h[a+cb(c,t,!0)]))return!0;if(t.shiftKey&&xd[t.keyCode]!=c&&u(h[a+cb(xd[t.keyCode],t,!1)]))return!0}else if(s&&t.shiftKey&&u(h[a+cb(r,t,!0)]))return!0}return l}const bb=!ff.ios;const vb={".cm-line":{"& ::selection":{backgroundColor:"transparent !important"},"&::selection":{backgroundColor:"transparent !important"}}};bb&&(vb[".cm-line"].caretColor="transparent !important");function yb(e,t,n,i,r){t.lastIndex=0;for(let o,s=e.iterRange(n,i),a=n;!s.next().done;a+=s.value.length)if(!s.lineBreak)for(;o=t.exec(s.value);)r(a+o.index,a+o.index+o[0].length,o)}class Mb{constructor(e){let{regexp:t,decoration:n,boundary:i,maxLength:r=1e3}=e;if(!t.global)throw new RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");this.regexp=t,this.getDeco="function"==typeof n?n:()=>n,this.boundary=i,this.maxLength=r}createDeco(e){let t=new id;for(let{from:n,to:i}of function(e,t){let n=e.visibleRanges;if(1==n.length&&n[0].from==e.viewport.from&&n[0].to==e.viewport.to)return n;let i=[];for(let{from:r,to:o}of n)r=Math.max(e.state.doc.lineAt(r).from,r-t),o=Math.min(e.state.doc.lineAt(o).to,o+t),i.length&&i[i.length-1].to>=r?i[i.length-1].to=o:i.push({from:r,to:o});return i}(e,this.maxLength))yb(e.state.doc,this.regexp,n,i,((n,i,r)=>t.add(n,i,this.getDeco(r,e,n))));return t.finish()}updateDeco(e,t){let n=1e9,i=-1;return e.docChanged&&e.changes.iterChanges(((t,r,o,s)=>{s>e.view.viewport.from&&o1e3?this.createDeco(e.view):i>-1?this.updateRange(e.view,t.map(e.changes),n,i):t}updateRange(e,t,n,i){for(let r of e.visibleRanges){let o=Math.max(r.from,n),s=Math.min(r.to,i);if(s>o){let n=e.state.doc.lineAt(o),i=n.ton.from;o--)if(this.boundary.test(n.text[o-1-n.from])){a=o;break}for(;su.push(this.getDeco(i,e,t).range(t,n))));t=t.update({filterFrom:a,filterTo:l,filter:(e,t)=>el,add:u})}}return t}}const wb=null!=/x/.unicode?"gu":"g",xb=new RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\ufeff\ufff9-\ufffc]",wb),Ab={0:"null",7:"bell",8:"backspace",10:"newline",11:"vertical tab",13:"carriage return",27:"escape",8203:"zero width space",8204:"zero width non-joiner",8205:"zero width joiner",8206:"left-to-right mark",8207:"right-to-left mark",8232:"line separator",8237:"left-to-right override",8238:"right-to-left override",8233:"paragraph separator",65279:"zero width no-break space",65532:"object replacement"};let Ob=null;const kb=lp.define({combine(e){let t=Kp(e,{render:null,specialChars:xb,addSpecialChars:null});return(t.replaceTabs=!function(){var e;if(null==Ob&&"undefined"!=typeof document&&document.body){let t=document.body.style;Ob=null!=(null!==(e=t.tabSize)&&void 0!==e?e:t.MozTabSize)}return Ob||!1}())&&(t.specialChars=new RegExp("\t|"+t.specialChars.source,wb)),t.addSpecialChars&&(t.specialChars=new RegExp(t.specialChars.source+"|"+t.addSpecialChars.source,wb)),t}});function Tb(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return[kb.of(e),Sb||(Sb=tm.fromClass(class{constructor(e){this.view=e,this.decorations=Ef.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(e.state.facet(kb)),this.decorations=this.decorator.createDeco(e)}makeDecorator(e){return new Mb({regexp:e.specialChars,decoration:(t,n,i)=>{let{doc:r}=n.state,o=Vh(t[0],0);if(9==o){let e=r.lineAt(i),t=n.state.tabSize,o=fd(e.text,t,i-e.from);return Ef.replace({widget:new Cb((t-o%t)*this.view.defaultCharacterWidth)})}return this.decorationCache[o]||(this.decorationCache[o]=Ef.replace({widget:new zb(e,o)}))},boundary:e.replaceTabs?void 0:/[^]/})}update(e){let t=e.state.facet(kb);e.startState.facet(kb)!=t?(this.decorator=this.makeDecorator(t),this.decorations=this.decorator.createDeco(e.view)):this.decorations=this.decorator.updateDeco(e,this.decorations)}},{decorations:e=>e.decorations}))]}let Sb=null;class zb extends Cf{constructor(e,t){super(),this.options=e,this.code=t}eq(e){return e.code==this.code}toDOM(e){let t=function(e){return e>=32?"\u2022":10==e?"\u2424":String.fromCharCode(9216+e)}(this.code),n=e.state.phrase("Control character")+" "+(Ab[this.code]||"0x"+this.code.toString(16)),i=this.options.render&&this.options.render(this.code,n,t);if(i)return i;let r=document.createElement("span");return r.textContent=t,r.title=n,r.setAttribute("aria-label",n),r.className="cm-specialChar",r}ignoreEvent(){return!1}}class Cb extends Cf{constructor(e){super(),this.width=e}eq(e){return e.width==this.width}toDOM(){let e=document.createElement("span");return e.textContent="\t",e.className="cm-tab",e.style.width=this.width+"px",e}ignoreEvent(){return!1}}class _b extends Cf{constructor(e){super(),this.content=e}toDOM(){let e=document.createElement("span");return e.className="cm-placeholder",e.style.pointerEvents="none",e.appendChild("string"==typeof this.content?document.createTextNode(this.content):this.content),"string"==typeof this.content?e.setAttribute("aria-label","placeholder "+this.content):e.setAttribute("aria-hidden","true"),e}ignoreEvent(){return!1}}function Eb(e){return tm.fromClass(class{constructor(t){this.view=t,this.placeholder=Ef.set([Ef.widget({widget:new _b(e),side:1}).range(0)])}get decorations(){return this.view.state.doc.length?Ef.none:this.placeholder}},{decorations:e=>e.decorations})}const Nb="-10000px";class Lb{constructor(e,t,n){this.facet=t,this.createTooltipView=n,this.input=e.state.facet(t),this.tooltips=this.input.filter((e=>e)),this.tooltipViews=this.tooltips.map(n)}update(e){let t=e.state.facet(this.facet),n=t.filter((e=>e));if(t===this.input){for(let t of this.tooltipViews)t.update&&t.update(e);return!1}let i=[];for(let r=0;r{var t,n,i;return{position:ff.ios?"absolute":(null===(t=e.find((e=>e.position)))||void 0===t?void 0:t.position)||"fixed",parent:(null===(n=e.find((e=>e.parent)))||void 0===n?void 0:n.parent)||null,tooltipSpace:(null===(i=e.find((e=>e.tooltipSpace)))||void 0===i?void 0:i.tooltipSpace)||Db}}}),qb=tm.fromClass(class{constructor(e){var t;this.view=e,this.inView=!0,this.lastTransaction=0,this.measureTimeout=-1;let n=e.state.facet(Pb);this.position=n.position,this.parent=n.parent,this.classes=e.themeClasses,this.createContainer(),this.measureReq={read:this.readMeasure.bind(this),write:this.writeMeasure.bind(this),key:this},this.manager=new Lb(e,Wb,(e=>this.createTooltip(e))),this.intersectionObserver="function"==typeof IntersectionObserver?new IntersectionObserver((e=>{Date.now()>this.lastTransaction-50&&e.length>0&&e[e.length-1].intersectionRatio<1&&this.measureSoon()}),{threshold:[1]}):null,this.observeIntersection(),null===(t=e.dom.ownerDocument.defaultView)||void 0===t||t.addEventListener("resize",this.measureSoon=this.measureSoon.bind(this)),this.maybeMeasure()}createContainer(){this.parent?(this.container=document.createElement("div"),this.container.style.position="relative",this.container.className=this.view.themeClasses,this.parent.appendChild(this.container)):this.container=this.view.dom}observeIntersection(){if(this.intersectionObserver){this.intersectionObserver.disconnect();for(let e of this.manager.tooltipViews)this.intersectionObserver.observe(e.dom)}}measureSoon(){this.measureTimeout<0&&(this.measureTimeout=setTimeout((()=>{this.measureTimeout=-1,this.maybeMeasure()}),50))}update(e){e.transactions.length&&(this.lastTransaction=Date.now());let t=this.manager.update(e);t&&this.observeIntersection();let n=t||e.geometryChanged,i=e.state.facet(Pb);if(i.position!=this.position){this.position=i.position;for(let e of this.manager.tooltipViews)e.dom.style.position=this.position;n=!0}if(i.parent!=this.parent){this.parent&&this.container.remove(),this.parent=i.parent,this.createContainer();for(let e of this.manager.tooltipViews)this.container.appendChild(e.dom);n=!0}else this.parent&&this.view.themeClasses!=this.classes&&(this.classes=this.container.className=this.view.themeClasses);n&&this.maybeMeasure()}createTooltip(e){let t=e.create(this.view);if(t.dom.classList.add("cm-tooltip"),e.arrow&&!t.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let e=document.createElement("div");e.className="cm-tooltip-arrow",t.dom.appendChild(e)}return t.dom.style.position=this.position,t.dom.style.top=Nb,this.container.appendChild(t.dom),t.mount&&t.mount(this.view),t}destroy(){var e,t;null===(e=this.view.dom.ownerDocument.defaultView)||void 0===e||e.removeEventListener("resize",this.measureSoon);for(let{dom:n}of this.manager.tooltipViews)n.remove();null===(t=this.intersectionObserver)||void 0===t||t.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let e=this.view.dom.getBoundingClientRect();return{editor:e,parent:this.parent?this.container.getBoundingClientRect():e,pos:this.manager.tooltips.map(((e,t)=>{let n=this.manager.tooltipViews[t];return n.getCoords?n.getCoords(e.pos):this.view.coordsAtPos(e.pos)})),size:this.manager.tooltipViews.map((e=>{let{dom:t}=e;return t.getBoundingClientRect()})),space:this.view.state.facet(Pb).tooltipSpace(this.view)}}writeMeasure(e){let{editor:t,space:n}=e,i=[];for(let r=0;r=Math.min(t.bottom,n.bottom)||l.rightMath.min(t.right,n.right)+.1){a.style.top=Nb;continue}let u=o.arrow?s.dom.querySelector(".cm-tooltip-arrow"):null,h=u?7:0,p=c.right-c.left,d=c.bottom-c.top,f=s.offset||Bb,m=this.view.textDirection==hm.LTR,g=c.width>n.right-n.left?m?n.left:n.right-c.width:m?Math.min(l.left-(u?14:0)+f.x,n.right-p):Math.max(n.left,l.left-p+(u?14:0)-f.x),b=!!o.above;!o.strictSide&&(b?l.top-(c.bottom-c.top)-f.yn.bottom)&&b==n.bottom-l.bottom>l.top-n.top&&(b=!b);let v=b?l.top-d-h-f.y:l.bottom+h+f.y,y=g+p;if(!0!==s.overlap)for(let e of i)e.leftg&&e.topv&&(v=b?e.top-d-2-h:e.bottom+h+2);"absolute"==this.position?(a.style.top=v-e.parent.top+"px",a.style.left=g-e.parent.left+"px"):(a.style.top=v+"px",a.style.left=g+"px"),u&&(u.style.left="".concat(l.left+(m?f.x:-f.x)-(g+14-7),"px")),!0!==s.overlap&&i.push({left:g,top:v,right:y,bottom:v+d}),a.classList.toggle("cm-tooltip-above",b),a.classList.toggle("cm-tooltip-below",!b),s.positioned&&s.positioned()}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView&&(this.inView=this.view.inView,!this.inView)))for(let e of this.manager.tooltipViews)e.dom.style.top=Nb}},{eventHandlers:{scroll(){this.maybeMeasure()}}}),Rb=ib.baseTheme({".cm-tooltip":{zIndex:100},"&light .cm-tooltip":{border:"1px solid #bbb",backgroundColor:"#f5f5f5"},"&light .cm-tooltip-section:not(:first-child)":{borderTop:"1px solid #bbb"},"&dark .cm-tooltip":{backgroundColor:"#333338",color:"white"},".cm-tooltip-arrow":{height:"".concat(7,"px"),width:"".concat(14,"px"),position:"absolute",zIndex:-1,overflow:"hidden","&:before, &:after":{content:"''",position:"absolute",width:0,height:0,borderLeft:"".concat(7,"px solid transparent"),borderRight:"".concat(7,"px solid transparent")},".cm-tooltip-above &":{bottom:"-".concat(7,"px"),"&:before":{borderTop:"".concat(7,"px solid #bbb")},"&:after":{borderTop:"".concat(7,"px solid #f5f5f5"),bottom:"1px"}},".cm-tooltip-below &":{top:"-".concat(7,"px"),"&:before":{borderBottom:"".concat(7,"px solid #bbb")},"&:after":{borderBottom:"".concat(7,"px solid #f5f5f5"),top:"1px"}}},"&dark .cm-tooltip .cm-tooltip-arrow":{"&:before":{borderTopColor:"#333338",borderBottomColor:"#333338"},"&:after":{borderTopColor:"transparent",borderBottomColor:"transparent"}}}),Bb={x:0,y:0},Wb=lp.define({enables:[qb,Rb]}),jb=lp.define();class Ib{constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new Lb(e,jb,(e=>this.createHostedView(e)))}static create(e){return new Ib(e)}createHostedView(e){let t=e.create(this.view);return t.dom.classList.add("cm-tooltip-section"),this.dom.appendChild(t.dom),this.mounted&&t.mount&&t.mount(this.view),t}mount(e){for(let t of this.manager.tooltipViews)t.mount&&t.mount(e);this.mounted=!0}positioned(){for(let e of this.manager.tooltipViews)e.positioned&&e.positioned()}update(e){this.manager.update(e)}}const Xb=Wb.compute([jb],(e=>{let t=e.facet(jb).filter((e=>e));return 0===t.length?null:{pos:Math.min(...t.map((e=>e.pos))),end:Math.max(...t.filter((e=>null!=e.end)).map((e=>e.end))),create:Ib.create,above:t[0].above,arrow:t.some((e=>e.arrow))}}));class Fb{constructor(e,t,n,i,r){this.view=e,this.source=t,this.field=n,this.setHover=i,this.hoverTime=r,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:e.dom,time:0},this.checkHover=this.checkHover.bind(this),e.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),e.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout((()=>this.startHover()),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active)return;let e=Date.now()-this.lastMove.time;en.bottom||e.xn.right+this.view.defaultCharacterWidth)return;let i=this.view.bidiSpans(this.view.state.doc.lineAt(t)).find((e=>e.from<=t&&e.to>=t)),r=i&&i.dir==hm.RTL?-1:1,o=this.source(this.view,t,e.x{this.pending==e&&(this.pending=null,t&&this.view.dispatch({effects:this.setHover.of(t)}))}),(e=>Kf(this.view.state,e,"hover tooltip")))}else o&&this.view.dispatch({effects:this.setHover.of(o)})}mousemove(e){var t;this.lastMove={x:e.clientX,y:e.clientY,target:e.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let n=this.active;if(n&&!function(e){for(let t=e;t;t=t.parentNode)if(1==t.nodeType&&t.classList.contains("cm-tooltip"))return!0;return!1}(this.lastMove.target)||this.pending){let{pos:i}=n||this.pending,r=null!==(t=null===n||void 0===n?void 0:n.end)&&void 0!==t?t:i;(i==r?this.view.posAtCoords(this.lastMove)==i:function(e,t,n,i,r,o){let s=document.createRange(),a=e.domAtPos(t),l=e.domAtPos(n);s.setEnd(l.node,l.offset),s.setStart(a.node,a.offset);let c=s.getClientRects();s.detach();for(let u=0;u1&&void 0!==arguments[1]?arguments[1]:{},n=Bp.define(),i=mp.define({create:()=>null,update(e,i){if(e&&(t.hideOnChange&&(i.docChanged||i.selection)||t.hideOn&&t.hideOn(i,e)))return null;if(e&&i.docChanged){let t=i.changes.mapPos(e.pos,-1,Qh.TrackDel);if(null==t)return null;let n=Object.assign(Object.create(null),e);n.pos=t,null!=e.end&&(n.end=i.changes.mapPos(e.end)),e=n}for(let t of i.effects)t.is(n)&&(e=t.value),t.is(Vb)&&(e=null);return e},provide:e=>jb.from(e)});return[i,tm.define((r=>new Fb(r,e,i,n,t.hoverTime||300))),Xb]}const Vb=Bp.define();const Ub=lp.define({combine(e){let t,n;for(let i of e)t=t||i.topContainer,n=n||i.bottomContainer;return{topContainer:t,bottomContainer:n}}});function Yb(e,t){let n=e.plugin($b),i=n?n.specs.indexOf(t):-1;return i>-1?n.panels[i]:null}const $b=tm.fromClass(class{constructor(e){this.input=e.state.facet(Kb),this.specs=this.input.filter((e=>e)),this.panels=this.specs.map((t=>t(e)));let t=e.state.facet(Ub);this.top=new Qb(e,!0,t.topContainer),this.bottom=new Qb(e,!1,t.bottomContainer),this.top.sync(this.panels.filter((e=>e.top))),this.bottom.sync(this.panels.filter((e=>!e.top)));for(let n of this.panels)n.dom.classList.add("cm-panel"),n.mount&&n.mount()}update(e){let t=e.state.facet(Ub);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new Qb(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new Qb(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(Kb);if(n!=this.input){let t=n.filter((e=>e)),i=[],r=[],o=[],s=[];for(let n of t){let t,a=this.specs.indexOf(n);a<0?(t=n(e.view),s.push(t)):(t=this.panels[a],t.update&&t.update(e)),i.push(t),(t.top?r:o).push(t)}this.specs=t,this.panels=i,this.top.sync(r),this.bottom.sync(o);for(let e of s)e.dom.classList.add("cm-panel"),e.mount&&e.mount()}else for(let i of this.panels)i.update&&i.update(e)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:e=>ib.scrollMargins.of((t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}}))});class Qb{constructor(e,t,n){this.view=e,this.top=t,this.container=n,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let t of this.panels)t.destroy&&e.indexOf(t)<0&&t.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(0==this.panels.length)return void(this.dom&&(this.dom.remove(),this.dom=void 0));if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let e=this.container||this.view.dom;e.insertBefore(this.dom,this.top?e.firstChild:null)}let e=this.dom.firstChild;for(let t of this.panels)if(t.dom.parentNode==this.dom){for(;e!=t.dom;)e=Gb(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=Gb(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(this.container&&this.classes!=this.view.themeClasses){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function Gb(e){let t=e.nextSibling;return e.remove(),t}const Kb=lp.define({enables:$b});class Jb extends Jp{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Jb.prototype.elementClass="",Jb.prototype.toDOM=void 0,Jb.prototype.mapMode=Qh.TrackBefore,Jb.prototype.startSide=Jb.prototype.endSide=-1,Jb.prototype.point=!0;const Zb=1024;let ev=0;class tv{constructor(e,t){this.from=e,this.to=t}}class nv{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.id=ev++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")})}add(e){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=rv.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}nv.closedBy=new nv({deserialize:e=>e.split(" ")}),nv.openedBy=new nv({deserialize:e=>e.split(" ")}),nv.group=new nv({deserialize:e=>e.split(" ")}),nv.contextHash=new nv({perNode:!0}),nv.lookAhead=new nv({perNode:!0}),nv.mounted=new nv({perNode:!0});const iv=Object.create(null);class rv{constructor(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;this.name=e,this.props=t,this.id=n,this.flags=i}static define(e){let t=e.props&&e.props.length?Object.create(null):iv,n=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(null==e.name?8:0),i=new rv(e.name||"",t,e.id,n);if(e.props)for(let r of e.props)if(Array.isArray(r)||(r=r(i)),r){if(r[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");t[r[0].id]=r[1]}return i}prop(e){return this.props[e.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(e){if("string"==typeof e){if(this.name==e)return!0;let t=this.prop(nv.group);return!!t&&t.indexOf(e)>-1}return this.id==e}static match(e){let t=Object.create(null);for(let n in e)for(let i of n.split(" "))t[i]=e[n];return e=>{for(let n=e.prop(nv.group),i=-1;i<(n?n.length:0);i++){let r=t[i<0?e.name:n[i]];if(r)return r}}}}rv.none=new rv("",Object.create(null),0,8);class ov{constructor(e){this.types=e;for(let t=0;t0&&void 0!==arguments[0]?arguments[0]:0;return new Mv(this.topNode,e)}cursorAt(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=sv.get(this)||this.topNode,i=new Mv(n);return i.moveTo(e,t),sv.set(this,i._tree),i}get topNode(){return new mv(this,0,0,null)}resolve(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=fv(sv.get(this)||this.topNode,e,t,!1);return sv.set(this,n),n}resolveInner(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=fv(av.get(this)||this.topNode,e,t,!0);return av.set(this,n),n}iterate(e){let{enter:t,leave:n,from:i=0,to:r=this.length}=e;for(let o=this.cursor((e.mode||0)|lv.IncludeAnonymous);;){let e=!1;if(o.from<=r&&o.to>=i&&(o.type.isAnonymous||!1!==t(o))){if(o.firstChild())continue;e=!0}for(;e&&n&&!o.type.isAnonymous&&n(o),!o.nextSibling();){if(!o.parent())return;e=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let t in this.props)e.push([+t,this.props[t]]);return e}balance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.children.length<=8?this:Ov(rv.none,this.children,this.positions,0,this.children.length,0,this.length,((e,t,n)=>new cv(this.type,e,t,n,this.propValues)),e.makeTree||((e,t,n)=>new cv(rv.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:i,maxBufferLength:r=Zb,reused:o=[],minRepeatType:s=i.types.length}=e,a=Array.isArray(n)?new uv(n,n.length):n,l=i.types,c=0,u=0;function h(e,t,n,b,v){let{id:y,start:M,end:w,size:x}=a,A=u;for(;x<0;){if(a.next(),-1==x){let t=o[y];return n.push(t),void b.push(M-e)}if(-3==x)return void(c=y);if(-4==x)return void(u=y);throw new RangeError("Unrecognized record size: ".concat(x))}let O,k,T=l[y],S=M-e;if(w-M<=r&&(k=m(a.pos-t,v))){let t=new Uint16Array(k.size-k.skip),n=a.pos-k.size,r=t.length;for(;a.pos>n;)r=g(k.start,t,r);O=new hv(t,w-k.start,i),S=k.start-e}else{let e=a.pos-x;a.next();let t=[],n=[],i=y>=s?y:-1,o=0,l=w;for(;a.pos>e;)i>=0&&a.id==i&&a.size>=0?(a.end<=l-r&&(d(t,n,M,o,a.end,l,i,A),o=t.length,l=a.end),a.next()):h(M,e,t,n,i);if(i>=0&&o>0&&o-1&&o>0){let e=p(T);O=Ov(T,t,n,0,t.length,0,w-M,e,e)}else O=f(T,t,n,w-M,A-w)}n.push(O),b.push(S)}function p(e){return(t,n,i)=>{let r,o,s=0,a=t.length-1;if(a>=0&&(r=t[a])instanceof cv){if(!a&&r.type==e&&r.length==i)return r;(o=r.prop(nv.lookAhead))&&(s=n[a]+r.length+o)}return f(e,t,n,i,s)}}function d(e,t,n,r,o,s,a,l){let c=[],u=[];for(;e.length>r;)c.push(e.pop()),u.push(t.pop()+n-o);e.push(f(i.types[a],c,u,s-o,l-s)),t.push(o-n)}function f(e,t,n,i){let r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5?arguments[5]:void 0;if(c){let e=[nv.contextHash,c];o=o?[e].concat(o):[e]}if(r>25){let e=[nv.lookAhead,r];o=o?[e].concat(o):[e]}return new cv(e,t,n,i,o)}function m(e,t){let n=a.fork(),i=0,o=0,l=0,c=n.end-r,u={size:0,start:0,skip:0};e:for(let r=n.pos-e;n.pos>r;){let e=n.size;if(n.id==t&&e>=0){u.size=i,u.start=o,u.skip=l,l+=4,i+=4,n.next();continue}let a=n.pos-e;if(e<0||a=s?4:0,p=n.start;for(n.next();n.pos>a;){if(n.size<0){if(-3!=n.size)break e;h+=4}else n.id>=s&&(h+=4);n.next()}o=p,i+=e,l+=h}return(t<0||i==e)&&(u.size=i,u.start=o,u.skip=l),u.size>4?u:void 0}function g(e,t,n){let{id:i,start:r,end:o,size:l}=a;if(a.next(),l>=0&&i4){let i=a.pos-(l-4);for(;a.pos>i;)n=g(e,t,n)}t[--n]=s,t[--n]=o-e,t[--n]=r-e,t[--n]=i}else-3==l?c=i:-4==l&&(u=i);return n}let b=[],v=[];for(;a.pos>0;)h(e.start||0,e.bufferStart||0,b,v,-1);let y=null!==(t=e.length)&&void 0!==t?t:b.length?v[0]+b[0].length:0;return new cv(l[e.topID],b.reverse(),v.reverse(),y)}(e)}}cv.empty=new cv(rv.none,[],[],0);class uv{constructor(e,t){this.buffer=e,this.index=t}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new uv(this.buffer,this.index)}}class hv{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return rv.none}toString(){let e=[];for(let t=0;t0));a=o[a+3]);return s}slice(e,t,n,i){let r=this.buffer,o=new Uint16Array(t-e);for(let s=e,a=0;s=t&&nt;case 1:return n<=t&&i>t;case 2:return i>t;case 4:return!0}}function dv(e,t){let n=e.childBefore(t);for(;n;){let t=n.lastChild;if(!t||t.to!=n.to)break;t.type.isError&&t.from==t.to?(e=n,n=t.prevSibling):n=t}return e}function fv(e,t,n,i){for(var r;e.from==e.to||(n<1?e.from>=t:e.from>t)||(n>-1?e.to<=t:e.to4&&void 0!==arguments[4]?arguments[4]:0;for(let o=this;;){for(let{children:s,positions:a}=o._tree,l=t>0?s.length:-1;e!=l;e+=t){let l=s[e],c=a[e]+o.from;if(pv(i,n,c,c+l.length))if(l instanceof hv){if(r&lv.ExcludeBuffers)continue;let s=l.findChild(0,l.buffer.length,t,n-c,i);if(s>-1)return new yv(new vv(o,l,e,c),null,s)}else if(r&lv.IncludeAnonymous||!l.type.isAnonymous||wv(l)){let s;if(!(r&lv.IgnoreMounts)&&l.props&&(s=l.prop(nv.mounted))&&!s.overlay)return new mv(s.tree,c,e,o);let a=new mv(l,c,e,o);return r&lv.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(t<0?l.children.length-1:0,t,n,i)}}if(r&lv.IncludeAnonymous||!o.type.isAnonymous)return null;if(e=o.index>=0?o.index+t:t<0?-1:o._parent._tree.children.length,o=o._parent,!o)return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}enter(e,t){let n,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(!(i&lv.IgnoreOverlays)&&(n=this._tree.prop(nv.mounted))&&n.overlay){let i=e-this.from;for(let{from:e,to:r}of n.overlay)if((t>0?e<=i:e=i:r>i))return new mv(n.tree,n.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,t,i)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}cursor(){return new Mv(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)}get tree(){return this._tree}toTree(){return this._tree}resolve(e){return fv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,!1)}resolveInner(e){return fv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,!0)}enterUnfinishedNodesBefore(e){return dv(this,e)}getChild(e){let t=gv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,arguments.length>2&&void 0!==arguments[2]?arguments[2]:null);return t.length?t[0]:null}getChildren(e){return gv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,arguments.length>2&&void 0!==arguments[2]?arguments[2]:null)}toString(){return this._tree.toString()}get node(){return this}matchContext(e){return bv(this,e)}}function gv(e,t,n,i){let r=e.cursor(),o=[];if(!r.firstChild())return o;if(null!=n)for(;!r.type.is(n);)if(!r.nextSibling())return o;for(;;){if(null!=i&&r.type.is(i))return o;if(r.type.is(t)&&o.push(r.node),!r.nextSibling())return null==i?o:[]}}function bv(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.length-1;for(let i=e.parent;n>=0;i=i.parent){if(!i)return!1;if(!i.type.isAnonymous){if(t[n]&&t[n]!=i.name)return!1;n--}}return!0}class vv{constructor(e,t,n,i){this.parent=e,this.buffer=t,this.index=n,this.start=i}}class yv{constructor(e,t,n){this.context=e,this._parent=t,this.index=n,this.type=e.buffer.set.types[e.buffer.buffer[n]]}get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}child(e,t,n){let{buffer:i}=this.context,r=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.context.start,n);return r<0?null:new yv(this.context,this,r)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}enter(e,t){if((arguments.length>2&&void 0!==arguments[2]?arguments[2]:0)&lv.ExcludeBuffers)return null;let{buffer:n}=this.context,i=n.findChild(this.index+4,n.buffer[this.index+3],t>0?1:-1,e-this.context.start,t);return i<0?null:new yv(this.context,this,i)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,t=e.buffer[this.index+3];return t<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new yv(this.context,this._parent,t):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,t=this._parent?this._parent.index+4:0;return this.index==t?this.externalSibling(-1):new yv(this.context,this._parent,e.findChild(t,this.index,-1,0,4))}cursor(){return new Mv(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)}get tree(){return null}toTree(){let e=[],t=[],{buffer:n}=this.context,i=this.index+4,r=n.buffer[this.index+3];if(r>i){let o=n.buffer[this.index+1],s=n.buffer[this.index+2];e.push(n.slice(i,r,o,s)),t.push(0)}return new cv(this.type,e,t,this.to-this.from)}resolve(e){return fv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,!1)}resolveInner(e){return fv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,!0)}enterUnfinishedNodesBefore(e){return dv(this,e)}toString(){return this.context.buffer.childString(this.index)}getChild(e){let t=gv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,arguments.length>2&&void 0!==arguments[2]?arguments[2]:null);return t.length?t[0]:null}getChildren(e){return gv(this,e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,arguments.length>2&&void 0!==arguments[2]?arguments[2]:null)}get node(){return this}matchContext(e){return bv(this,e)}}class Mv{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(this.mode=t,this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,e instanceof mv)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let t=e._parent;t;t=t._parent)this.stack.unshift(t.index);this.bufferNode=e,this.yieldBuf(e.index)}}get name(){return this.type.name}yieldNode(e){return!!e&&(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0)}yieldBuf(e,t){this.index=e;let{start:n,buffer:i}=this.buffer;return this.type=t||i.set.types[i.buffer[e]],this.from=n+i.buffer[e+1],this.to=n+i.buffer[e+2],!0}yield(e){return!!e&&(e instanceof mv?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)))}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,t,n){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,t,n,this.mode));let{buffer:i}=this.buffer,r=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.buffer.start,n);return!(r<0)&&(this.stack.push(this.index),this.yieldBuf(r))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.mode;return this.buffer?!(n&lv.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&lv.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&lv.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(e)}sibling(e){if(!this.buffer)return!!this._tree._parent&&this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+e,e,0,4,this.mode));let{buffer:t}=this.buffer,n=this.stack.length-1;if(e<0){let e=n<0?0:this.stack[n]+4;if(this.index!=e)return this.yieldBuf(t.findChild(e,this.index,-1,0,4))}else{let e=t.buffer[this.index+3];if(e<(n<0?t.buffer.length:t.buffer[this.stack[n]+3]))return this.yieldBuf(e)}return n<0&&this.yield(this.buffer.parent.nextChild(this.buffer.index+e,e,0,4,this.mode))}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(e){let t,n,{buffer:i}=this;if(i){if(e>0){if(this.index-1)for(let i=t+e,r=e<0?-1:n._tree.children.length;i!=r;i+=e){let e=n._tree.children[i];if(this.mode&lv.IncludeAnonymous||e instanceof hv||!e.type.isAnonymous||wv(e))return!1}return!0}move(e,t){if(t&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.move(1,e)}prev(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.move(-1,e)}moveTo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;for(;(this.from==this.to||(t<1?this.from>=e:this.from>e)||(t>-1?this.to<=e:this.to=0;){for(let o=e;o;o=o._parent)if(o.index==i){if(i==this.index)return o;t=o,n=r+1;break e}i=this.stack[--r]}for(let i=n;i=0;r--){if(r<0)return bv(this.node,e,i);let o=n[t.buffer[this.stack[r]]];if(!o.isAnonymous){if(e[i]&&e[i]!=o.name)return!1;i--}}return!0}}function wv(e){return e.children.some((e=>e instanceof hv||!e.type.isAnonymous||wv(e)))}const xv=new WeakMap;function Av(e,t){if(!e.isAnonymous||t instanceof hv||t.type!=e)return 1;let n=xv.get(t);if(null==n){n=1;for(let i of t.children){if(i.type!=e||!(i instanceof cv)){n=1;break}n+=Av(e,i)}xv.set(t,n)}return n}function Ov(e,t,n,i,r,o,s,a,l){let c=0;for(let d=i;d=u)break;f+=t}if(c==r+1){if(f>u){let e=n[r];t(e.children,e.positions,0,e.children.length,i[r]+a);continue}h.push(n[r])}else{let t=i[c-1]+n[c-1].length-d;h.push(Ov(e,n,i,r,c,d,t,null,l))}p.push(d+a-o)}}(t,n,i,r,0),(a||l)(h,p,s)}class kv{constructor(e,t,n,i){let r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=arguments.length>5&&void 0!==arguments[5]&&arguments[5];this.from=e,this.to=t,this.tree=n,this.offset=i,this.open=(r?1:0)|(o?2:0)}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=[new kv(0,e.length,e,0,!1,n)];for(let r of t)r.to>e.length&&i.push(r);return i}static applyChanges(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:128;if(!t.length)return e;let i=[],r=1,o=e.length?e[0]:null;for(let s=0,a=0,l=0;;s++){let c=s=n)for(;o&&o.from=t.from||u<=t.to||l){let e=Math.max(t.from,a)-l,n=Math.min(t.to,u)-l;t=e>=n?null:new kv(e,n,t.tree,t.offset+l,s>0,!!c)}if(t&&i.push(t),o.to>u)break;o=rnew tv(e.from,e.to))):[new tv(0,0)]:[new tv(0,e.length)],this.createParse(e,t||[],n)}parse(e,t,n){let i=this.startParse(e,t,n);for(;;){let e=i.advance();if(e)return e}}}class Sv{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,t){return this.string.slice(e,t)}}new nv({perNode:!0});let zv=0;class Cv{constructor(e,t,n){this.set=e,this.base=t,this.modified=n,this.id=zv++}static define(e){if(null===e||void 0===e?void 0:e.base)throw new Error("Can not derive from a modified tag");let t=new Cv([],null,[]);if(t.set.push(t),e)for(let n of e.set)t.set.push(n);return t}static defineModifier(){let e=new Ev;return t=>t.modified.indexOf(e)>-1?t:Ev.get(t.base||t,t.modified.concat(e).sort(((e,t)=>e.id-t.id)))}}let _v=0;class Ev{constructor(){this.instances=[],this.id=_v++}static get(e,t){if(!t.length)return e;let n=t[0].instances.find((n=>{return n.base==e&&(i=t,r=n.modified,i.length==r.length&&i.every(((e,t)=>e==r[t])));var i,r}));if(n)return n;let i=[],r=new Cv(i,e,t);for(let s of t)s.instances.push(r);let o=Nv(t);for(let s of e.set)for(let e of o)i.push(Ev.get(s,e));return r}}function Nv(e){let t=[e];for(let n=0;n0&&t+3==e.length){r=1;break}let i=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(o);if(!i)throw new RangeError("Invalid path: "+e);if(n.push("*"==i[0]?"":'"'==i[0][0]?JSON.parse(i[0]):i[0]),t+=i[0].length,t==e.length)break;let s=e[t++];if(t==e.length&&"!"==s){r=0;break}if("/"!=s)throw new RangeError("Invalid path: "+e);o=e.slice(t)}let s=n.length-1,a=n[s];if(!a)throw new RangeError("Invalid path: "+e);let l=new Pv(i,r,s>0?n.slice(0,s):null);t[a]=l.sort(t[a])}}return Dv.add(t)}const Dv=new nv;class Pv{constructor(e,t,n,i){this.tags=e,this.mode=t,this.context=n,this.next=i}sort(e){return!e||e.depth{let t=r;for(let i of e)for(let e of i.set){let i=n[e.id];if(i){t=t?t+" "+i:i;break}}return t},scope:i}}function Rv(e,t){let n=null;for(let i of e){let e=i.style(t);e&&(n=n?n+" "+e:e)}return n}function Bv(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:e.length,o=new Wv(i,Array.isArray(t)?t:[t],n);o.highlightRange(e.cursor(),i,r,"",o.highlighters),o.flush(r)}class Wv{constructor(e,t,n){this.at=e,this.highlighters=t,this.span=n,this.class=""}startSpan(e,t){t!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=t)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,t,n,i,r){let{type:o,from:s,to:a}=e;if(s>=n||a<=t)return;o.isTop&&(r=this.highlighters.filter((e=>!e.scope||e.scope(o))));let l=i,c=o.prop(Dv),u=!1;for(;c;){if(!c.context||e.matchContext(c.context)){let e=Rv(r,c.tags);e&&(l&&(l+=" "),l+=e,1==c.mode?i+=(i?" ":"")+e:0==c.mode&&(u=!0));break}c=c.next}if(this.startSpan(e.from,l),u)return;let h=e.tree&&e.tree.prop(nv.mounted);if(h&&h.overlay){let o=e.node.enter(h.overlay[0].from+s,1),c=this.highlighters.filter((e=>!e.scope||e.scope(h.tree.type))),u=e.firstChild();for(let p=0,d=s;;p++){let f=p=m)&&e.nextSibling()););if(!f||m>n)break;d=f.to+s,d>t&&(this.highlightRange(o.cursor(),Math.max(t,f.from+s),Math.min(n,d),i,c),this.startSpan(d,l))}u&&e.parent()}else if(e.firstChild()){do{if(!(e.to<=t)){if(e.from>=n)break;this.highlightRange(e,t,n,i,r),this.startSpan(Math.min(n,e.to),l)}}while(e.nextSibling());e.parent()}}}const jv=Cv.define,Iv=jv(),Xv=jv(),Fv=jv(Xv),Hv=jv(Xv),Vv=jv(),Uv=jv(Vv),Yv=jv(Vv),$v=jv(),Qv=jv($v),Gv=jv(),Kv=jv(),Jv=jv(),Zv=jv(Jv),ey=jv(),ty={comment:Iv,lineComment:jv(Iv),blockComment:jv(Iv),docComment:jv(Iv),name:Xv,variableName:jv(Xv),typeName:Fv,tagName:jv(Fv),propertyName:Hv,attributeName:jv(Hv),className:jv(Xv),labelName:jv(Xv),namespace:jv(Xv),macroName:jv(Xv),literal:Vv,string:Uv,docString:jv(Uv),character:jv(Uv),attributeValue:jv(Uv),number:Yv,integer:jv(Yv),float:jv(Yv),bool:jv(Vv),regexp:jv(Vv),escape:jv(Vv),color:jv(Vv),url:jv(Vv),keyword:Gv,self:jv(Gv),null:jv(Gv),atom:jv(Gv),unit:jv(Gv),modifier:jv(Gv),operatorKeyword:jv(Gv),controlKeyword:jv(Gv),definitionKeyword:jv(Gv),moduleKeyword:jv(Gv),operator:Kv,derefOperator:jv(Kv),arithmeticOperator:jv(Kv),logicOperator:jv(Kv),bitwiseOperator:jv(Kv),compareOperator:jv(Kv),updateOperator:jv(Kv),definitionOperator:jv(Kv),typeOperator:jv(Kv),controlOperator:jv(Kv),punctuation:Jv,separator:jv(Jv),bracket:Zv,angleBracket:jv(Zv),squareBracket:jv(Zv),paren:jv(Zv),brace:jv(Zv),content:$v,heading:Qv,heading1:jv(Qv),heading2:jv(Qv),heading3:jv(Qv),heading4:jv(Qv),heading5:jv(Qv),heading6:jv(Qv),contentSeparator:jv($v),list:jv($v),quote:jv($v),emphasis:jv($v),strong:jv($v),link:jv($v),monospace:jv($v),strikethrough:jv($v),inserted:jv(),deleted:jv(),changed:jv(),invalid:jv(),meta:ey,documentMeta:jv(ey),annotation:jv(ey),processingInstruction:jv(ey),definition:Cv.defineModifier(),constant:Cv.defineModifier(),function:Cv.defineModifier(),standard:Cv.defineModifier(),local:Cv.defineModifier(),special:Cv.defineModifier()};qv([{tag:ty.link,class:"tok-link"},{tag:ty.heading,class:"tok-heading"},{tag:ty.emphasis,class:"tok-emphasis"},{tag:ty.strong,class:"tok-strong"},{tag:ty.keyword,class:"tok-keyword"},{tag:ty.atom,class:"tok-atom"},{tag:ty.bool,class:"tok-bool"},{tag:ty.url,class:"tok-url"},{tag:ty.labelName,class:"tok-labelName"},{tag:ty.inserted,class:"tok-inserted"},{tag:ty.deleted,class:"tok-deleted"},{tag:ty.literal,class:"tok-literal"},{tag:ty.string,class:"tok-string"},{tag:ty.number,class:"tok-number"},{tag:[ty.regexp,ty.escape,ty.special(ty.string)],class:"tok-string2"},{tag:ty.variableName,class:"tok-variableName"},{tag:ty.local(ty.variableName),class:"tok-variableName tok-local"},{tag:ty.definition(ty.variableName),class:"tok-variableName tok-definition"},{tag:ty.special(ty.variableName),class:"tok-variableName2"},{tag:ty.definition(ty.propertyName),class:"tok-propertyName tok-definition"},{tag:ty.typeName,class:"tok-typeName"},{tag:ty.namespace,class:"tok-namespace"},{tag:ty.className,class:"tok-className"},{tag:ty.macroName,class:"tok-macroName"},{tag:ty.propertyName,class:"tok-propertyName"},{tag:ty.operator,class:"tok-operator"},{tag:ty.comment,class:"tok-comment"},{tag:ty.meta,class:"tok-meta"},{tag:ty.invalid,class:"tok-invalid"},{tag:ty.punctuation,class:"tok-punctuation"}]);var ny;const iy=new nv;function ry(e){return lp.define({combine:e?t=>t.concat(e):void 0})}class oy{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];this.data=e,Gp.prototype.hasOwnProperty("tree")||Object.defineProperty(Gp.prototype,"tree",{get(){return ly(this)}}),this.parser=t,this.extension=[by.of(this),Gp.languageData.of(((e,t,n)=>e.facet(sy(e,t,n))))].concat(n)}isActiveAt(e,t){return sy(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1)==this.data}findRegions(e){let t=e.facet(by);if((null===t||void 0===t?void 0:t.data)==this.data)return[{from:0,to:e.doc.length}];if(!t||!t.allowsNesting)return[];let n=[],i=(e,t)=>{if(e.prop(iy)==this.data)return void n.push({from:t,to:t+e.length});let r=e.prop(nv.mounted);if(r){if(r.tree.prop(iy)==this.data){if(r.overlay)for(let e of r.overlay)n.push({from:e.from+t,to:e.to+t});else n.push({from:t,to:t+e.length});return}if(r.overlay){let e=n.length;if(i(r.tree,r.overlay[0].from+t),n.length>e)return}}for(let n=0;ne.isTop?t:void 0))]}))}configure(e){return new ay(this.data,this.parser.configure(e))}get allowsNesting(){return this.parser.hasWrappers()}}function ly(e){let t=e.field(oy.state,!1);return t?t.tree:cv.empty}class cy{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;this.doc=e,this.length=t,this.cursorPos=0,this.string="",this.cursor=e.iter()}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,t){let n=this.cursorPos-this.string.length;return e=this.cursorPos?this.doc.sliceString(e,t):this.string.slice(e-n,t-n)}}let uy=null;class hy{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],i=arguments.length>3?arguments[3]:void 0,r=arguments.length>4?arguments[4]:void 0,o=arguments.length>5?arguments[5]:void 0,s=arguments.length>6?arguments[6]:void 0,a=arguments.length>7?arguments[7]:void 0;this.parser=e,this.state=t,this.fragments=n,this.tree=i,this.treeLen=r,this.viewport=o,this.skipped=s,this.scheduleOn=a,this.parse=null,this.tempSkipped=[]}static create(e,t,n){return new hy(e,t,[],cv.empty,0,n,[],null)}startParse(){return this.parser.startParse(new cy(this.state.doc),this.fragments)}work(e,t){return null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=cv.empty&&this.isDone(null!==t&&void 0!==t?t:this.state.doc.length)?(this.takeTree(),!0):this.withContext((()=>{var n;if("number"==typeof e){let t=Date.now()+e;e=()=>Date.now()>t}for(this.parse||(this.parse=this.startParse()),null!=t&&(null==this.parse.stoppedAt||this.parse.stoppedAt>t)&&t=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext((()=>{for(;!(t=this.parse.advance()););})),this.treeLen=e,this.tree=t,this.fragments=this.withoutTempSkipped(kv.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=uy;uy=this;try{return e()}finally{uy=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=py(e,t.from,t.to);return e}changes(e,t){let{fragments:n,tree:i,treeLen:r,viewport:o,skipped:s}=this;if(this.takeTree(),!e.empty){let t=[];if(e.iterChangedRanges(((e,n,i,r)=>t.push({fromA:e,toA:n,fromB:i,toB:r}))),n=kv.applyChanges(n,t),i=cv.empty,r=0,o={from:e.mapPos(o.from,-1),to:e.mapPos(o.to,1)},this.skipped.length){s=[];for(let t of this.skipped){let n=e.mapPos(t.from,1),i=e.mapPos(t.to,-1);ne.from&&(this.fragments=py(this.fragments,t,i),this.skipped.splice(n--,1))}return!(this.skipped.length>=t)&&(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,t){this.skipped.push({from:e,to:t})}static getSkippingParser(e){return new class extends Tv{createParse(t,n,i){let r=i[0].from,o=i[i.length-1].to;return{parsedPos:r,advance(){let t=uy;if(t){for(let e of i)t.tempSkipped.push(e);e&&(t.scheduleOn=t.scheduleOn?Promise.all([t.scheduleOn,e]):e)}return this.parsedPos=o,new cv(rv.none,[],[],o-r)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let t=this.fragments;return this.treeLen>=e&&t.length&&0==t[0].from&&t[0].to>=e}static get(){return uy}}function py(e,t,n){return kv.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class dy{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let t=this.context.changes(e.changes,e.state),n=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),t.viewport.to);return t.work(20,n)||t.takeTree(),new dy(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=hy.create(e.facet(by).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new dy(n)}}oy.state=mp.define({create:dy.init,update(e,t){for(let n of t.effects)if(n.is(oy.setState))return n.value;return t.startState.facet(by)!=t.state.facet(by)?dy.init(t.state):e.apply(t)}});let fy=e=>{let t=setTimeout((()=>e()),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(fy=e=>{let t=-1,n=setTimeout((()=>{t=requestIdleCallback(e,{timeout:400})}),100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});const my="undefined"!=typeof navigator&&(null===(ny=navigator.scheduling)||void 0===ny?void 0:ny.isInputPending)?()=>navigator.scheduling.isInputPending():null,gy=tm.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let t=this.view.state.field(oy.state).context;(t.updateViewport(e.view.viewport)||this.view.viewport.to>t.treeLen)&&this.scheduleWork(),e.docChanged&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(t)}scheduleWork(){if(this.working)return;let{state:e}=this.view,t=e.field(oy.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=fy(this.work))}work(e){this.working=null;let t=Date.now();if(this.chunkEndi+1e3,a=r.context.work((()=>my&&my()||Date.now()>o),i+(s?0:1e5));this.chunkBudget-=Date.now()-t,(a||this.chunkBudget<=0)&&(r.context.takeTree(),this.view.dispatch({effects:oy.setState.of(new dy(r.context))})),this.chunkBudget>0&&(!a||s)&&this.scheduleWork(),this.checkAsyncSchedule(r.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then((()=>this.scheduleWork())).catch((e=>Kf(this.view.state,e))).then((()=>this.workScheduled--)),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),by=lp.define({combine:e=>e.length?e[0]:null,enables:[oy.state,gy]});const vy=lp.define(),yy=lp.define({combine:e=>{if(!e.length)return" ";if(!/^(?: +|\t+)$/.test(e[0]))throw new Error("Invalid indent unit: "+JSON.stringify(e[0]));return e[0]}});function My(e){let t=e.facet(yy);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function wy(e,t){let n="",i=e.tabSize;if(9==e.facet(yy).charCodeAt(0))for(;t>=i;)n+="\t",t-=i;for(let r=0;r1&&void 0!==arguments[1]?arguments[1]:{};this.state=e,this.options=t,this.unit=My(e)}lineAt(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=this.state.doc.lineAt(e),{simulateBreak:i,simulateDoubleBreak:r}=this.options;return null!=i&&i>=n.from&&i<=n.to?r&&i==e?{text:"",from:e}:(t<0?i1&&void 0!==arguments[1]?arguments[1]:1;if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:n,from:i}=this.lineAt(e,t);return n.slice(e-i,Math.min(n.length,e+100-i))}column(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,{text:n,from:i}=this.lineAt(e,t),r=this.countColumn(n,e-i),o=this.options.overrideIndentation?this.options.overrideIndentation(i):-1;return o>-1&&(r+=o-this.countColumn(n,n.search(/\S|$/))),r}countColumn(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return fd(e,this.state.tabSize,t)}lineIndent(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,{text:n,from:i}=this.lineAt(e,t),r=this.options.overrideIndentation;if(r){let e=r(i);if(e>-1)return e}return this.countColumn(n,n.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Oy=new nv;function ky(e){let t=e.type.prop(Oy);if(t)return t;let n,i=e.firstChild;if(i&&(n=i.type.prop(nv.closedBy))){let t=e.lastChild,i=t&&n.indexOf(t.name)>-1;return e=>_y(e,!0,1,void 0,i&&!function(e){return e.pos==e.options.simulateBreak&&e.options.simulateDoubleBreak}(e)?t.from:void 0)}return null==e.parent?Sy:null}function Ty(e,t,n){for(;e;e=e.parent){let i=ky(e);if(i)return i(zy.create(n,t,e))}return null}function Sy(){return 0}class zy extends Ay{constructor(e,t,n){super(e.state,e.options),this.base=e,this.pos=t,this.node=n}static create(e,t,n){return new zy(e,t,n)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){let e=this.state.doc.lineAt(this.node.from);for(;;){let t=this.node.resolve(e.from);for(;t.parent&&t.parent.from==t.from;)t=t.parent;if(Cy(t,this.node))break;e=this.state.doc.lineAt(t.from)}return this.lineIndent(e.from)}continue(){let e=this.node.parent;return e?Ty(e,this.pos,this.base):0}}function Cy(e,t){for(let n=t;n;n=n.parent)if(e==n)return!0;return!1}function _y(e,t,n,i,r){let o=e.textAfter,s=o.match(/^\s*/)[0].length,a=i&&o.slice(s,s+i.length)==i||r==e.pos+s,l=t?function(e){let t=e.node,n=t.childAfter(t.from),i=t.lastChild;if(!n)return null;let r=e.options.simulateBreak,o=e.state.doc.lineAt(n.from),s=null==r||r<=o.from?o.to:Math.min(o.to,r);for(let a=n.to;;){let e=t.childAfter(a);if(!e||e==i)return null;if(!e.type.isSkipped)return e.frome.prop(iy)==o.data:o?e=>e==o:void 0,this.style=qv(e.map((e=>({tag:e.tag,class:e.class||i(Object.assign({},e,{tag:null}))}))),{all:r}).style,this.module=n?new vd(n):null,this.themeType=t.themeType}static define(e,t){return new Ey(e,t||{})}}const Ny=lp.define(),Ly=lp.define({combine:e=>e.length?[e[0]]:null});function Dy(e){let t=e.facet(Ny);return t.length?t:e.facet(Ly)}function Py(e,t){let n,i=[Ry];return e instanceof Ey&&(e.module&&i.push(ib.styleModule.of(e.module)),n=e.themeType),(null===t||void 0===t?void 0:t.fallback)?i.push(Ly.of(e)):n?i.push(Ny.computeN([ib.darkTheme],(t=>t.facet(ib.darkTheme)==("dark"==n)?[e]:[]))):i.push(Ny.of(e)),i}class qy{constructor(e){this.markCache=Object.create(null),this.tree=ly(e.state),this.decorations=this.buildDeco(e,Dy(e.state))}update(e){let t=ly(e.state),n=Dy(e.state),i=n!=Dy(e.startState);t.length{n.add(e,t,this.markCache[i]||(this.markCache[i]=Ef.mark({class:i})))}),i,r);return n.finish()}}const Ry=wp.high(tm.fromClass(qy,{decorations:e=>e.decorations})),By=(ty.meta,ty.link,ty.heading,ty.emphasis,ty.strong,ty.strikethrough,ty.keyword,ty.atom,ty.bool,ty.url,ty.contentSeparator,ty.labelName,ty.literal,ty.inserted,ty.string,ty.deleted,ty.regexp,ty.escape,ty.string,ty.variableName,ty.variableName,ty.typeName,ty.namespace,ty.className,ty.variableName,ty.macroName,ty.propertyName,ty.comment,ty.invalid,ib.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}})),Wy=1e4,jy="()[]{}",Iy=lp.define({combine:e=>Kp(e,{afterCursor:!0,brackets:jy,maxScanDistance:Wy,renderMatch:Hy})}),Xy=Ef.mark({class:"cm-matchingBracket"}),Fy=Ef.mark({class:"cm-nonmatchingBracket"});function Hy(e){let t=[],n=e.matched?Xy:Fy;return t.push(n.range(e.start.from,e.start.to)),e.end&&t.push(n.range(e.end.from,e.end.to)),t}const Vy=mp.define({create:()=>Ef.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],i=t.state.facet(Iy);for(let r of t.state.selection.ranges){if(!r.empty)continue;let e=Qy(t.state,r.head,-1,i)||r.head>0&&Qy(t.state,r.head-1,1,i)||i.afterCursor&&(Qy(t.state,r.head,1,i)||r.headib.decorations.from(e)}),Uy=[Vy,By];function Yy(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return[Iy.of(e),Uy]}function $y(e,t,n){let i=e.prop(t<0?nv.openedBy:nv.closedBy);if(i)return i;if(1==e.name.length){let i=n.indexOf(e.name);if(i>-1&&i%2==(t<0?1:0))return[n[i+t]]}return null}function Qy(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=i.maxScanDistance||Wy,o=i.brackets||jy,s=ly(e),a=s.resolveInner(t,n);for(let l=a;l;l=l.parent){let i=$y(l.type,n,o);if(i&&l.from0)return null;let c={from:n<0?t-1:t,to:n>0?t+1:t},u=e.doc.iterRange(t,n>0?e.doc.length:0),h=0;for(let p=0;!u.next().done&&p<=o;){let e=u.value;n<0&&(p+=e.length);let o=t+p*n;for(let t=n>0?0:e.length-1,a=n>0?e.length:-1;t!=a;t+=n){let a=s.indexOf(e[t]);if(!(a<0||i.resolveInner(o+t,1).type!=r))if(a%2==0==n>0)h++;else{if(1==h)return{start:c,end:{from:o+t,to:o+t+1},matched:a>>1==l>>1};h--}}n>0&&(p+=e.length)}return u.done?{start:c,matched:!1}:null}(e,t,n,s,a.type,r,o)}function Gy(e,t,n,i,r,o){let s=i.parent,a={from:i.from,to:i.to},l=0,c=null===s||void 0===s?void 0:s.cursor();if(c&&(n<0?c.childBefore(i.from):c.childAfter(i.to)))do{if(n<0?c.to<=i.from:c.from>=i.to){if(0==l&&r.indexOf(c.type.name)>-1&&c.from-1||(Zy.push(e),console.warn(t))}function nM(e,t){let n=null;for(let o of t.split(".")){let t=e[o]||ty[o];t?"function"==typeof t?n?n=t(n):tM(o,"Modifier ".concat(o," used at start of tag")):n?tM(o,"Tag ".concat(o," used as modifier")):n=t:tM(o,"Unknown highlighting tag ".concat(o))}if(!n)return 0;let i=t.replace(/ /g,"_"),r=rv.define({id:Jy.length,name:i,props:[Lv({[i]:n})]});return Jy.push(r),r.id}function iM(e,t){return n=>{let{state:i,dispatch:r}=n;if(i.readOnly)return!1;let o=e(t,i);return!!o&&(r(i.update(o)),!0)}}const rM=iM(uM,0),oM=iM(cM,0),sM=iM(((e,t)=>cM(e,t,function(e){let t=[];for(let n of e.selection.ranges){let i=e.doc.lineAt(n.from),r=n.to<=i.to?i:e.doc.lineAt(n.to),o=t.length-1;o>=0&&t[o].to>i.from?t[o].to=r.to:t.push({from:i.from,to:r.to})}return t}(t))),0);function aM(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.selection.main.head,n=e.languageDataAt("commentTokens",t);return n.length?n[0]:{}}const lM=50;function cM(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.selection.ranges,i=n.map((e=>aM(t,e.from).block));if(!i.every((e=>e)))return null;let r=n.map(((e,n)=>function(e,t,n,i){let r,o,{open:s,close:a}=t,l=e.sliceDoc(n-lM,n),c=e.sliceDoc(i,i+lM),u=/\s*$/.exec(l)[0].length,h=/^\s*/.exec(c)[0].length,p=l.length-u;if(l.slice(p-s.length,p)==s&&c.slice(h,h+a.length)==a)return{open:{pos:n-u,margin:u&&1},close:{pos:i+h,margin:h&&1}};i-n<=2*lM?r=o=e.sliceDoc(n,i):(r=e.sliceDoc(n,n+lM),o=e.sliceDoc(i-lM,i));let d=/^\s*/.exec(r)[0].length,f=/\s*$/.exec(o)[0].length,m=o.length-f-a.length;return r.slice(d,d+s.length)==s&&o.slice(m,m+a.length)==a?{open:{pos:n+d+s.length,margin:/\s/.test(r.charAt(d+s.length))?1:0},close:{pos:i-f-a.length,margin:/\s/.test(o.charAt(m-1))?1:0}}:null}(t,i[n],e.from,e.to)));if(2!=e&&!r.every((e=>e)))return{changes:t.changes(n.map(((e,t)=>r[t]?[]:[{from:e.from,insert:i[t].open+" "},{from:e.to,insert:" "+i[t].close}])))};if(1!=e&&r.some((e=>e))){let e=[];for(let t,n=0;n2&&void 0!==arguments[2]?arguments[2]:t.selection.ranges,i=[],r=-1;for(let{from:o,to:s}of n){let e=i.length,n=1e9;for(let a=o;a<=s;){let e=t.doc.lineAt(a);if(e.from>r&&(o==s||s>e.from)){r=e.from;let o=aM(t,a).line;if(!o)continue;let s=/^\s*/.exec(e.text)[0].length,l=s==e.length,c=e.text.slice(s,s+o.length)==o?s:-1;se.comment<0&&(!e.empty||e.single)))){let e=[];for(let{line:t,token:r,indent:o,empty:s,single:a}of i)!a&&s||e.push({from:t.from+o,insert:r+" "});let n=t.changes(e);return{changes:n,selection:t.selection.map(n,1)}}if(1!=e&&i.some((e=>e.comment>=0))){let e=[];for(let{line:t,comment:n,token:r}of i)if(n>=0){let i=t.from+n,o=i+r.length;" "==t.text[o-t.from]&&o++,e.push({from:i,to:o})}return{changes:e}}return null}const hM=Pp.define(),pM=Pp.define(),dM=lp.define(),fM=lp.define({combine:e=>Kp(e,{minDepth:100,newGroupDelay:500},{minDepth:Math.max,newGroupDelay:Math.min})});const mM=mp.define({create:()=>NM.empty,update(e,t){let n=t.state.facet(fM),i=t.annotation(hM);if(i){let r=t.docChanged?op.single(function(e){let t=0;return e.iterChangedRanges(((e,n)=>t=n)),t}(t.changes)):void 0,o=xM.fromTransaction(t,r),s=i.side,a=0==s?e.undone:e.done;return a=o?AM(a,a.length,n.minDepth,o):SM(a,t.startState.selection),new NM(0==s?i.rest:a,0==s?a:i.rest)}let r=t.annotation(pM);if("full"!=r&&"before"!=r||(e=e.isolate()),!1===t.annotation(Wp.addToHistory))return t.changes.empty?e:e.addMapping(t.changes.desc);let o=xM.fromTransaction(t),s=t.annotation(Wp.time),a=t.annotation(Wp.userEvent);return o?e=e.addChanges(o,s,a,n.newGroupDelay,n.minDepth):t.selection&&(e=e.addSelection(t.startState.selection,s,a,n.newGroupDelay)),"full"!=r&&"after"!=r||(e=e.isolate()),e},toJSON:e=>({done:e.done.map((e=>e.toJSON())),undone:e.undone.map((e=>e.toJSON()))}),fromJSON:e=>new NM(e.done.map(xM.fromJSON),e.undone.map(xM.fromJSON))});function gM(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return[mM,fM.of(e),ib.domEventHandlers({beforeinput(e,t){let n="historyUndo"==e.inputType?vM:"historyRedo"==e.inputType?yM:null;return!!n&&(e.preventDefault(),n(t))}})]}function bM(e,t){return function(n){let{state:i,dispatch:r}=n;if(!t&&i.readOnly)return!1;let o=i.field(mM,!1);if(!o)return!1;let s=o.pop(e,i,t);return!!s&&(r(s),!0)}}const vM=bM(0,!1),yM=bM(1,!1),MM=bM(0,!0),wM=bM(1,!0);class xM{constructor(e,t,n,i,r){this.changes=e,this.effects=t,this.mapped=n,this.startSelection=i,this.selectionsAfter=r}setSelAfter(e){return new xM(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,t,n;return{changes:null===(e=this.changes)||void 0===e?void 0:e.toJSON(),mapped:null===(t=this.mapped)||void 0===t?void 0:t.toJSON(),startSelection:null===(n=this.startSelection)||void 0===n?void 0:n.toJSON(),selectionsAfter:this.selectionsAfter.map((e=>e.toJSON()))}}static fromJSON(e){return new xM(e.changes&&Kh.fromJSON(e.changes),[],e.mapped&&Gh.fromJSON(e.mapped),e.startSelection&&op.fromJSON(e.startSelection),e.selectionsAfter.map(op.fromJSON))}static fromTransaction(e,t){let n=kM;for(let i of e.startState.facet(dM)){let t=i(e);t.length&&(n=n.concat(t))}return!n.length&&e.changes.empty?null:new xM(e.changes.invert(e.startState.doc),n,void 0,t||e.startState.selection,kM)}static selection(e){return new xM(void 0,kM,void 0,void 0,e)}}function AM(e,t,n,i){let r=t+1>n+20?t-n-1:0,o=e.slice(r,t);return o.push(i),o}function OM(e,t){return e.length?t.length?e.concat(t):e:t}const kM=[],TM=200;function SM(e,t){if(e.length){let n=e[e.length-1],i=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-TM));return i.length&&i[i.length-1].eq(t)?e:(i.push(t),AM(e,e.length-1,1e9,n.setSelAfter(i)))}return[xM.selection([t])]}function zM(e){let t=e[e.length-1],n=e.slice();return n[e.length-1]=t.setSelAfter(t.selectionsAfter.slice(0,t.selectionsAfter.length-1)),n}function CM(e,t){if(!e.length)return e;let n=e.length,i=kM;for(;n;){let r=_M(e[n-1],t,i);if(r.changes&&!r.changes.empty||r.effects.length){let t=e.slice(0,n);return t[n-1]=r,t}t=r.mapped,n--,i=r.selectionsAfter}return i.length?[xM.selection(i)]:kM}function _M(e,t,n){let i=OM(e.selectionsAfter.length?e.selectionsAfter.map((e=>e.map(t))):kM,n);if(!e.changes)return xM.selection(i);let r=e.changes.map(t),o=t.mapDesc(e.changes,!0),s=e.mapped?e.mapped.composeDesc(o):o;return new xM(r,Bp.mapEffects(e.effects,t),s,e.startSelection.map(o),i)}const EM=/^(input\.type|delete)($|\.)/;class NM{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0;this.done=e,this.undone=t,this.prevTime=n,this.prevUserEvent=i}isolate(){return this.prevTime?new NM(this.done,this.undone):this}addChanges(e,t,n,i,r){let o=this.done,s=o[o.length-1];return o=s&&s.changes&&!s.changes.empty&&e.changes&&(!n||EM.test(n))&&(!s.selectionsAfter.length&&t-this.prevTimen.push(e,t))),t.iterChangedRanges(((e,t,r,o)=>{for(let s=0;s=e&&r<=t&&(i=!0)}})),i}(s.changes,e.changes)||"input.type.compose"==n)?AM(o,o.length-1,r,new xM(e.changes.compose(s.changes),OM(e.effects,s.effects),s.mapped,s.startSelection,kM)):AM(o,o.length,r,e),new NM(o,kM,t,n)}addSelection(e,t,n,i){let r=this.done.length?this.done[this.done.length-1].selectionsAfter:kM;return r.length>0&&t-this.prevTimee.empty!=s.ranges[t].empty)).length)?this:new NM(SM(this.done,e),this.undone,t,n);var o,s}addMapping(e){return new NM(CM(this.done,e),CM(this.undone,e),this.prevTime,this.prevUserEvent)}pop(e,t,n){let i=0==e?this.done:this.undone;if(0==i.length)return null;let r=i[i.length-1];if(n&&r.selectionsAfter.length)return t.update({selection:r.selectionsAfter[r.selectionsAfter.length-1],annotations:hM.of({side:e,rest:zM(i)}),userEvent:0==e?"select.undo":"select.redo",scrollIntoView:!0});if(r.changes){let n=1==i.length?kM:i.slice(0,i.length-1);return r.mapped&&(n=CM(n,r.mapped)),t.update({changes:r.changes,selection:r.startSelection,effects:r.effects,annotations:hM.of({side:e,rest:n}),filter:!1,userEvent:0==e?"undo":"redo",scrollIntoView:!0})}return null}}NM.empty=new NM(kM,kM);const LM=[{key:"Mod-z",run:vM,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:yM,preventDefault:!0},{linux:"Ctrl-Shift-z",run:yM,preventDefault:!0},{key:"Mod-u",run:MM,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:wM,preventDefault:!0}];function DM(e,t){return op.create(e.ranges.map(t),e.mainIndex)}function PM(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function qM(e,t){let{state:n,dispatch:i}=e,r=DM(n.selection,t);return!r.eq(n.selection)&&(i(PM(n,r)),!0)}function RM(e,t){return op.cursor(t?e.to:e.from)}function BM(e,t){return qM(e,(n=>n.empty?e.moveByChar(n,t):RM(n,t)))}function WM(e){return e.textDirectionAt(e.state.selection.main.head)==hm.LTR}const jM=e=>BM(e,!WM(e)),IM=e=>BM(e,WM(e));function XM(e,t){return qM(e,(n=>n.empty?e.moveByGroup(n,t):RM(n,t)))}function FM(e,t,n){if(t.type.prop(n))return!0;let i=t.to-t.from;return i&&(i>2||/[^\s,.;:]/.test(e.sliceDoc(t.from,t.to)))||t.firstChild}function HM(e,t,n){let i,r,o=ly(e).resolveInner(t.head),s=n?nv.closedBy:nv.openedBy;for(let a=t.head;;){let t=n?o.childAfter(a):o.childBefore(a);if(!t)break;FM(e,t,s)?o=t:a=n?t.to:t.from}return r=o.type.prop(s)&&(i=n?Qy(e,o.from,1):Qy(e,o.to,-1))&&i.matched?n?i.end.to:i.end.from:n?o.to:o.from,op.cursor(r,n?-1:1)}function VM(e,t){return qM(e,(n=>{if(!n.empty)return RM(n,t);let i=e.moveVertically(n,t);return i.head!=n.head?i:e.moveToLineBoundary(n,t)}))}const UM=e=>VM(e,!1),YM=e=>VM(e,!0);function $M(e){return Math.max(e.defaultLineHeight,Math.min(e.dom.clientHeight,innerHeight)-5)}function QM(e,t){let{state:n}=e,i=DM(n.selection,(n=>n.empty?e.moveVertically(n,t,$M(e)):RM(n,t)));if(i.eq(n.selection))return!1;let r,o=e.coordsAtPos(n.selection.main.head),s=e.scrollDOM.getBoundingClientRect();return o&&o.top>s.top&&o.bottomQM(e,!1),KM=e=>QM(e,!0);function JM(e,t,n){let i=e.lineBlockAt(t.head),r=e.moveToLineBoundary(t,n);if(r.head==t.head&&r.head!=(n?i.to:i.from)&&(r=e.moveToLineBoundary(t,n,!1)),!n&&r.head==i.from&&i.length){let n=/^\s*/.exec(e.state.sliceDoc(i.from,Math.min(i.from+100,i.to)))[0].length;n&&t.head!=i.from+n&&(r=op.cursor(i.from+n))}return r}const ZM=e=>qM(e,(t=>JM(e,t,!0))),ew=e=>qM(e,(t=>JM(e,t,!1)));function tw(e,t,n){let i=!1,r=DM(e.selection,(t=>{let r=Qy(e,t.head,-1)||Qy(e,t.head,1)||t.head>0&&Qy(e,t.head-1,1)||t.head{let n=t(e);return op.range(e.anchor,n.head,n.goalColumn)}));return!n.eq(e.state.selection)&&(e.dispatch(PM(e.state,n)),!0)}function iw(e,t){return nw(e,(n=>e.moveByChar(n,t)))}const rw=e=>iw(e,!WM(e)),ow=e=>iw(e,WM(e));function sw(e,t){return nw(e,(n=>e.moveByGroup(n,t)))}function aw(e,t){return nw(e,(n=>e.moveVertically(n,t)))}const lw=e=>aw(e,!1),cw=e=>aw(e,!0);function uw(e,t){return nw(e,(n=>e.moveVertically(n,t,$M(e))))}const hw=e=>uw(e,!1),pw=e=>uw(e,!0),dw=e=>nw(e,(t=>JM(e,t,!0))),fw=e=>nw(e,(t=>JM(e,t,!1))),mw=e=>{let{state:t,dispatch:n}=e;return n(PM(t,{anchor:0})),!0},gw=e=>{let{state:t,dispatch:n}=e;return n(PM(t,{anchor:t.doc.length})),!0},bw=e=>{let{state:t,dispatch:n}=e;return n(PM(t,{anchor:t.selection.main.anchor,head:0})),!0},vw=e=>{let{state:t,dispatch:n}=e;return n(PM(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0};function yw(e,t){let{state:n,dispatch:i}=e;if(n.readOnly)return!1;let r="delete.selection",o=n.changeByRange((e=>{let{from:n,to:i}=e;if(n==i){let e=t(n);en&&(r="delete.forward"),n=Math.min(n,e),i=Math.max(i,e)}return n==i?{range:e}:{changes:{from:n,to:i},range:op.cursor(n)}}));return!o.changes.empty&&(i(n.update(o,{scrollIntoView:!0,userEvent:r,effects:"delete.selection"==r?ib.announce.of(n.phrase("Selection deleted")):void 0})),!0)}function Mw(e,t,n){if(e instanceof ib)for(let i of e.state.facet(ib.atomicRanges).map((t=>t(e))))i.between(t,t,((e,i)=>{et&&(t=n?i:e)}));return t}const ww=(e,t)=>yw(e,(n=>{let i,r,{state:o}=e,s=o.doc.lineAt(n);if(!t&&n>s.from&&nww(e,!1),Aw=e=>ww(e,!0),Ow=(e,t)=>yw(e,(n=>{let i=n,{state:r}=e,o=r.doc.lineAt(i),s=r.charCategorizer(i);for(let e=null;;){if(i==(t?o.to:o.from)){i==n&&o.number!=(t?r.doc.lines:1)&&(i+=t?1:-1);break}let a=jh(o.text,i-o.from,t)+o.from,l=o.text.slice(Math.min(i,a)-o.from,Math.max(i,a)-o.from),c=s(l);if(null!=e&&c!=e)break;" "==l&&i==n||(e=c),i=a}return Mw(e,i,t)})),kw=e=>Ow(e,!1),Tw=e=>yw(e,(t=>{let n=e.lineBlockAt(t).to;return Mw(e,t=r.number){let e=t[t.length-1];e.to=o.to,e.ranges.push(i)}else t.push({from:r.from,to:o.to,ranges:[i]});n=o.number+1}return t}function zw(e,t,n){if(e.readOnly)return!1;let i=[],r=[];for(let o of Sw(e)){if(n?o.to==e.doc.length:0==o.from)continue;let t=e.doc.lineAt(n?o.to+1:o.from-1),s=t.length+1;if(n){i.push({from:o.to,to:t.to},{from:o.from,insert:t.text+e.lineBreak});for(let t of o.ranges)r.push(op.range(Math.min(e.doc.length,t.anchor+s),Math.min(e.doc.length,t.head+s)))}else{i.push({from:t.from,to:o.from},{from:o.to,insert:e.lineBreak+t.text});for(let e of o.ranges)r.push(op.range(e.anchor-s,e.head-s))}}return!!i.length&&(t(e.update({changes:i,scrollIntoView:!0,selection:op.create(r,e.selection.mainIndex),userEvent:"move.line"})),!0)}function Cw(e,t,n){if(e.readOnly)return!1;let i=[];for(let r of Sw(e))n?i.push({from:r.from,insert:e.doc.slice(r.from,r.to)+e.lineBreak}):i.push({from:r.to,insert:e.lineBreak+e.doc.slice(r.from,r.to)});return t(e.update({changes:i,scrollIntoView:!0,userEvent:"input.copyline"})),!0}const _w=Ew(!1);function Ew(e){return t=>{let{state:n,dispatch:i}=t;if(n.readOnly)return!1;let r=n.changeByRange((t=>{let{from:i,to:r}=t,o=n.doc.lineAt(i),s=!e&&i==r&&function(e,t){if(/\(\)|\[\]|\{\}/.test(e.sliceDoc(t-1,t+1)))return{from:t,to:t};let n,i=ly(e).resolveInner(t),r=i.childBefore(t),o=i.childAfter(t);return r&&o&&r.to<=t&&o.from>=t&&(n=r.type.prop(nv.closedBy))&&n.indexOf(o.name)>-1&&e.doc.lineAt(r.to).from==e.doc.lineAt(o.from).from?{from:r.to,to:o.from}:null}(n,i);e&&(i=r=(r<=o.to?o:n.doc.lineAt(r)).to);let a=new Ay(n,{simulateBreak:i,simulateDoubleBreak:!!s}),l=xy(a,i);for(null==l&&(l=/^\s*/.exec(n.doc.lineAt(i).text)[0].length);ro.from&&i{let r=[];for(let s=i.from;s<=i.to;){let o=e.doc.lineAt(s);o.number>n&&(i.empty||i.to>o.from)&&(t(o,r,i),n=o.number),s=o.to+1}let o=e.changes(r);return{changes:r,range:op.range(o.mapPos(i.anchor,1),o.mapPos(i.head,1))}}))}const Lw=e=>{let{state:t,dispatch:n}=e;return!t.readOnly&&(n(t.update(Nw(t,((e,n)=>{n.push({from:e.from,insert:t.facet(yy)})})),{userEvent:"input.indent"})),!0)},Dw=e=>{let{state:t,dispatch:n}=e;return!t.readOnly&&(n(t.update(Nw(t,((e,n)=>{let i=/^\s*/.exec(e.text)[0];if(!i)return;let r=fd(i,t.tabSize),o=0,s=wy(t,Math.max(0,r-My(t)));for(;oqM(e,(t=>op.cursor(e.lineBlockAt(t.head).from,1))),shift:e=>nw(e,(t=>op.cursor(e.lineBlockAt(t.head).from)))},{key:"Ctrl-e",run:e=>qM(e,(t=>op.cursor(e.lineBlockAt(t.head).to,-1))),shift:e=>nw(e,(t=>op.cursor(e.lineBlockAt(t.head).to)))},{key:"Ctrl-d",run:Aw},{key:"Ctrl-h",run:xw},{key:"Ctrl-k",run:Tw},{key:"Ctrl-Alt-h",run:kw},{key:"Ctrl-o",run:e=>{let{state:t,dispatch:n}=e;if(t.readOnly)return!1;let i=t.changeByRange((e=>({changes:{from:e.from,to:e.to,insert:Sh.of(["",""])},range:op.cursor(e.from)})));return n(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:e=>{let{state:t,dispatch:n}=e;if(t.readOnly)return!1;let i=t.changeByRange((e=>{if(!e.empty||0==e.from||e.from==t.doc.length)return{range:e};let n=e.from,i=t.doc.lineAt(n),r=n==i.from?n-1:jh(i.text,n-i.from,!1)+i.from,o=n==i.to?n+1:jh(i.text,n-i.from,!0)+i.from;return{changes:{from:r,to:o,insert:t.doc.slice(n,o).append(t.doc.slice(r,n))},range:op.cursor(o)}}));return!i.changes.empty&&(n(t.update(i,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:KM}],qw=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>qM(e,(t=>HM(e.state,t,!WM(e)))),shift:e=>nw(e,(t=>HM(e.state,t,!WM(e))))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>qM(e,(t=>HM(e.state,t,WM(e)))),shift:e=>nw(e,(t=>HM(e.state,t,WM(e))))},{key:"Alt-ArrowUp",run:e=>{let{state:t,dispatch:n}=e;return zw(t,n,!1)}},{key:"Shift-Alt-ArrowUp",run:e=>{let{state:t,dispatch:n}=e;return Cw(t,n,!1)}},{key:"Alt-ArrowDown",run:e=>{let{state:t,dispatch:n}=e;return zw(t,n,!0)}},{key:"Shift-Alt-ArrowDown",run:e=>{let{state:t,dispatch:n}=e;return Cw(t,n,!0)}},{key:"Escape",run:e=>{let{state:t,dispatch:n}=e,i=t.selection,r=null;return i.ranges.length>1?r=op.create([i.main]):i.main.empty||(r=op.create([op.cursor(i.main.head)])),!!r&&(n(PM(t,r)),!0)}},{key:"Mod-Enter",run:Ew(!0)},{key:"Alt-l",mac:"Ctrl-l",run:e=>{let{state:t,dispatch:n}=e,i=Sw(t).map((e=>{let{from:n,to:i}=e;return op.range(n,Math.min(i+1,t.doc.length))}));return n(t.update({selection:op.create(i),userEvent:"select"})),!0}},{key:"Mod-i",run:e=>{let{state:t,dispatch:n}=e,i=DM(t.selection,(e=>{var n;let i=ly(t).resolveInner(e.head,1);for(;!(i.from=e.to||i.to>e.to&&i.from<=e.from)&&(null===(n=i.parent)||void 0===n?void 0:n.parent);)i=i.parent;return op.range(i.to,i.from)}));return n(PM(t,i)),!0},preventDefault:!0},{key:"Mod-[",run:Dw},{key:"Mod-]",run:Lw},{key:"Mod-Alt-\\",run:e=>{let{state:t,dispatch:n}=e;if(t.readOnly)return!1;let i=Object.create(null),r=new Ay(t,{overrideIndentation:e=>{let t=i[e];return null==t?-1:t}}),o=Nw(t,((e,n,o)=>{let s=xy(r,e.from);if(null==s)return;/\S/.test(e.text)||(s=0);let a=/^\s*/.exec(e.text)[0],l=wy(t,s);(a!=l||o.from{if(e.state.readOnly)return!1;let{state:t}=e,n=t.changes(Sw(t).map((e=>{let{from:n,to:i}=e;return n>0?n--:ie.moveVertically(t,!0))).map(n);return e.dispatch({changes:n,selection:i,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:e=>{let{state:t,dispatch:n}=e;return tw(t,n,!1)}},{key:"Mod-/",run:e=>{let t=aM(e.state);return t.line?rM(e):!!t.block&&sM(e)}},{key:"Alt-A",run:oM}].concat([{key:"ArrowLeft",run:jM,shift:rw,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>XM(e,!WM(e)),shift:e=>sw(e,!WM(e))},{mac:"Cmd-ArrowLeft",run:ew,shift:fw},{key:"ArrowRight",run:IM,shift:ow,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>XM(e,WM(e)),shift:e=>sw(e,WM(e))},{mac:"Cmd-ArrowRight",run:ZM,shift:dw},{key:"ArrowUp",run:UM,shift:lw,preventDefault:!0},{mac:"Cmd-ArrowUp",run:mw,shift:bw},{mac:"Ctrl-ArrowUp",run:GM,shift:hw},{key:"ArrowDown",run:YM,shift:cw,preventDefault:!0},{mac:"Cmd-ArrowDown",run:gw,shift:vw},{mac:"Ctrl-ArrowDown",run:KM,shift:pw},{key:"PageUp",run:GM,shift:hw},{key:"PageDown",run:KM,shift:pw},{key:"Home",run:ew,shift:fw,preventDefault:!0},{key:"Mod-Home",run:mw,shift:bw},{key:"End",run:ZM,shift:dw,preventDefault:!0},{key:"Mod-End",run:gw,shift:vw},{key:"Enter",run:_w},{key:"Mod-a",run:e=>{let{state:t,dispatch:n}=e;return n(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0}},{key:"Backspace",run:xw,shift:xw},{key:"Delete",run:Aw},{key:"Mod-Backspace",mac:"Alt-Backspace",run:kw},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>Ow(e,!0)},{mac:"Mod-Backspace",run:e=>yw(e,(t=>{let n=e.lineBlockAt(t).from;return Mw(e,t>n?n:Math.max(0,t-1),!1)}))},{mac:"Mod-Delete",run:Tw}].concat(Pw.map((e=>({mac:e.key,run:e.run,shift:e.shift})))));function Rw(){var e=arguments[0];"string"==typeof e&&(e=document.createElement(e));var t=1,n=arguments[1];if(n&&"object"==typeof n&&null==n.nodeType&&!Array.isArray(n)){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var r=n[i];"string"==typeof r?e.setAttribute(i,r):null!=r&&(e[i]=r)}t++}for(;te.normalize("NFKD"):e=>e;class jw{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.length,r=arguments.length>4?arguments[4]:void 0;this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=e.iterRange(n,i),this.bufferStart=n,this.normalize=r?e=>r(Ww(e)):Ww,this.query=this.normalize(t)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return Vh(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let t=Uh(e),n=this.bufferStart+this.bufferPos;this.bufferPos+=Yh(e);let i=this.normalize(t);for(let r=0,o=n;;r++){let e=i.charCodeAt(r),s=this.match(e,o);if(s)return this.value=s,this;if(r==i.length-1)break;o==n&&r3&&void 0!==arguments[3]?arguments[3]:0,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:e.length;if(this.to=r,this.curLine="",this.done=!1,this.value=Iw,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new Uw(e,t,n,i,r);this.re=new RegExp(t,Xw+((null===n||void 0===n?void 0:n.ignoreCase)?"i":"")),this.iter=e.iter();let o=e.lineAt(i);this.curLineStart=o.from,this.matchPos=i,this.getLine(this.curLineStart)}getLine(e){this.iter.next(e),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let e=this.matchPos-this.curLineStart;;){this.re.lastIndex=e;let t=this.matchPos<=this.to&&this.re.exec(this.curLine);if(t){let n=this.curLineStart+t.index,i=n+t[0].length;if(this.matchPos=i+(n==i?1:0),n==this.curLine.length&&this.nextLine(),nthis.value.to)return this.value={from:n,to:i,match:t},this;e=this.matchPos-this.curLineStart}else{if(!(this.curLineStart+this.curLine.length=n||i.to<=t){let i=new Vw(t,e.sliceString(t,n));return Hw.set(e,i),i}if(i.from==t&&i.to==n)return i;let{text:r,from:o}=i;return o>t&&(r=e.sliceString(t,o)+r,o=t),i.to=this.to?this.to:this.text.lineAt(e).to}next(){for(;;){let e=this.re.lastIndex=this.matchPos-this.flat.from,t=this.re.exec(this.flat.text);if(t&&!t[0]&&t.index==e&&(this.re.lastIndex=e+1,t=this.re.exec(this.flat.text)),t&&this.flat.tothis.flat.text.length-10&&(t=null),t){let e=this.flat.from+t.index,n=e+t[0].length;return this.value={from:e,to:n,match:t},this.matchPos=n+(e==n?1:0),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=Vw.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}"undefined"!=typeof Symbol&&(Fw.prototype[Symbol.iterator]=Uw.prototype[Symbol.iterator]=function(){return this});const Yw={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},$w=lp.define({combine:e=>Kp(e,Yw,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})});function Qw(e){let t=[ex,Zw];return e&&t.push($w.of(e)),t}const Gw=Ef.mark({class:"cm-selectionMatch"}),Kw=Ef.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function Jw(e,t,n,i){return(0==n||e(t.sliceDoc(n-1,n))!=Up.Word)&&(i==t.doc.length||e(t.sliceDoc(i,i+1))!=Up.Word)}const Zw=tm.fromClass(class{constructor(e){this.decorations=this.getDeco(e)}update(e){(e.selectionSet||e.docChanged||e.viewportChanged)&&(this.decorations=this.getDeco(e.view))}getDeco(e){let t=e.state.facet($w),{state:n}=e,i=n.selection;if(i.ranges.length>1)return Ef.none;let r,o=i.main,s=null;if(o.empty){if(!t.highlightWordAroundCursor)return Ef.none;let e=n.wordAt(o.head);if(!e)return Ef.none;s=n.charCategorizer(o.head),r=n.sliceDoc(e.from,e.to)}else{let e=o.to-o.from;if(e200)return Ef.none;if(t.wholeWords){if(r=n.sliceDoc(o.from,o.to),s=n.charCategorizer(o.head),!Jw(s,n,o.from,o.to)||!function(e,t,n,i){return e(t.sliceDoc(n,n+1))==Up.Word&&e(t.sliceDoc(i-1,i))==Up.Word}(s,n,o.from,o.to))return Ef.none}else if(r=n.sliceDoc(o.from,o.to).trim(),!r)return Ef.none}let a=[];for(let l of e.visibleRanges){let e=new jw(n.doc,r,l.from,l.to);for(;!e.next().done;){let{from:i,to:r}=e.value;if((!s||Jw(s,n,i,r))&&(o.empty&&i<=o.from&&r>=o.to?a.push(Kw.range(i,r)):(i>=o.to||r<=o.from)&&a.push(Gw.range(i,r)),a.length>t.maxMatches))return Ef.none}}return Ef.set(a)}},{decorations:e=>e.decorations}),ex=ib.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}});class tx{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class nx{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let i=e,r=n.facet(gx).markerFilter;r&&(i=r(i));let o=Ef.set(i.map((e=>e.from==e.to||e.from==e.to-1&&n.doc.lineAt(e.from).to==e.from?Ef.widget({widget:new yx(e),diagnostic:e}).range(e.from):Ef.mark({attributes:{class:"cm-lintRange cm-lintRange-"+e.severity},diagnostic:e}).range(e.from,e.to))),!0);return new nx(o,t,ix(o))}}function ix(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=null;return e.between(n,1e9,((e,n,r)=>{let{spec:o}=r;if(!t||o.diagnostic==t)return i=new tx(e,n,o.diagnostic),!1})),i}function rx(e,t){return!(!e.effects.some((e=>e.is(sx)))&&!e.changes.touchesRange(t.pos))}function ox(e,t){return e.field(cx,!1)?t:t.concat(Bp.appendConfig.of([cx,ib.decorations.compute([cx],(e=>{let{selected:t,panel:n}=e.field(cx);return t&&n&&t.from!=t.to?Ef.set([ux.range(t.from,t.to)]):Ef.none})),Hb(hx,{hideOn:rx}),Ox]))}const sx=Bp.define(),ax=Bp.define(),lx=Bp.define(),cx=mp.define({create:()=>new nx(Ef.none,null,null),update(e,t){if(t.docChanged){let n=e.diagnostics.map(t.changes),i=null;if(e.selected){let r=t.changes.mapPos(e.selected.from,1);i=ix(n,e.selected.diagnostic,r)||ix(n,null,r)}e=new nx(n,e.panel,i)}for(let n of t.effects)n.is(sx)?e=nx.init(n.value,e.panel,t.state):n.is(ax)?e=new nx(e.diagnostics,n.value?wx.open:null,e.selected):n.is(lx)&&(e=new nx(e.diagnostics,e.panel,n.value));return e},provide:e=>[Kb.from(e,(e=>e.panel)),ib.decorations.from(e,(e=>e.diagnostics))]});const ux=Ef.mark({class:"cm-lintRange cm-lintRange-active"});function hx(e,t,n){let{diagnostics:i}=e.state.field(cx),r=[],o=2e8,s=0;i.between(t-(n<0?1:0),t+(n>0?1:0),((e,i,a)=>{let{spec:l}=a;t>=e&&t<=i&&(e==i||(t>e||n>0)&&(t({dom:px(e,r)})}:null}function px(e,t){return Rw("ul",{class:"cm-tooltip-lint"},t.map((t=>vx(e,t,!1))))}const dx=e=>{let t=e.state.field(cx,!1);return!(!t||!t.panel)&&(e.dispatch({effects:ax.of(!1)}),!0)},fx=[{key:"Mod-Shift-m",run:e=>{let t=e.state.field(cx,!1);t&&t.panel||e.dispatch({effects:ox(e.state,[ax.of(!0)])});let n=Yb(e,wx.open);return n&&n.dom.querySelector(".cm-panel-lint ul").focus(),!0}},{key:"F8",run:e=>{let t=e.state.field(cx,!1);if(!t)return!1;let n=e.state.selection.main,i=t.diagnostics.iter(n.to+1);return!(!i.value&&(i=t.diagnostics.iter(0),!i.value||i.from==n.from&&i.to==n.to))&&(e.dispatch({selection:{anchor:i.from,head:i.to},scrollIntoView:!0}),!0)}}],mx=tm.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(gx);this.lintTime=Date.now()+t,this.run=this.run.bind(this),this.timeout=setTimeout(this.run,t)}run(){let e=Date.now();if(ePromise.resolve(e(this.view))))).then((t=>{let n=t.reduce(((e,t)=>e.concat(t)));this.view.state.doc==e.doc&&this.view.dispatch(function(e,t){return{effects:ox(e,[sx.of(t)])}}(this.view.state,n))}),(e=>{Kf(this.view.state,e)}))}}update(e){let t=e.state.facet(gx);(e.docChanged||t!=e.startState.facet(gx))&&(this.lintTime=Date.now()+t.delay,this.set||(this.set=!0,this.timeout=setTimeout(this.run,t.delay)))}force(){this.set&&(this.lintTime=Date.now(),this.run())}destroy(){clearTimeout(this.timeout)}}),gx=lp.define({combine:e=>Object.assign({sources:e.map((e=>e.source))},Kp(e.map((e=>e.config)),{delay:750,markerFilter:null,tooltipFilter:null})),enables:mx});function bx(e){let t=[];if(e)e:for(let{name:n}of e){for(let e=0;ee.toLowerCase()==i.toLowerCase()))){t.push(i);continue e}}t.push("")}return t}function vx(e,t,n){var i;let r=n?bx(t.actions):[];return Rw("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},Rw("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage():t.message),null===(i=t.actions)||void 0===i?void 0:i.map(((n,i)=>{let o=i=>{i.preventDefault();let r=ix(e.state.field(cx).diagnostics,t);r&&n.apply(e,r.from,r.to)},{name:s}=n,a=r[i]?s.indexOf(r[i]):-1,l=a<0?s:[s.slice(0,a),Rw("u",s.slice(a,a+1)),s.slice(a+1)];return Rw("button",{type:"button",class:"cm-diagnosticAction",onclick:o,onmousedown:o,"aria-label":" Action: ".concat(s).concat(a<0?"":' (access key "'.concat(r[i],')"'),".")},l)})),t.source&&Rw("div",{class:"cm-diagnosticSource"},t.source))}class yx extends Cf{constructor(e){super(),this.diagnostic=e}eq(e){return e.diagnostic==this.diagnostic}toDOM(){return Rw("span",{class:"cm-lintPoint cm-lintPoint-"+this.diagnostic.severity})}}class Mx{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=vx(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class wx{constructor(e){this.view=e,this.items=[];this.list=Rw("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t=>{if(27==t.keyCode)dx(this.view),this.view.focus();else if(38==t.keyCode||33==t.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==t.keyCode||34==t.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==t.keyCode)this.moveSelection(0);else if(35==t.keyCode)this.moveSelection(this.items.length-1);else if(13==t.keyCode)this.view.focus();else{if(!(t.keyCode>=65&&t.keyCode<=90&&this.selectedIndex>=0))return;{let{diagnostic:n}=this.items[this.selectedIndex],i=bx(n.actions);for(let r=0;r{for(let t=0;tdx(this.view)},"\xd7")),this.update()}get selectedIndex(){let e=this.view.state.field(cx).selected;if(!e)return-1;for(let t=0;t{let a,{spec:l}=s,c=-1;for(let t=n;tn&&(this.items.splice(n,c-n),i=!0)),t&&a.diagnostic==t.diagnostic?a.dom.hasAttribute("aria-selected")||(a.dom.setAttribute("aria-selected","true"),r=a):a.dom.hasAttribute("aria-selected")&&a.dom.removeAttribute("aria-selected"),n++}));n({sel:r.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:e=>{let{sel:t,panel:n}=e;t.topn.bottom&&(this.list.scrollTop+=t.bottom-n.bottom)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),i&&this.sync()}sync(){let e=this.list.firstChild;function t(){let t=e;e=t.nextSibling,t.remove()}for(let n of this.items)if(n.dom.parentNode==this.list){for(;e!=n.dom;)t();e=n.dom.nextSibling}else this.list.insertBefore(n.dom,e);for(;e;)t()}moveSelection(e){if(this.selectedIndex<0)return;let t=ix(this.view.state.field(cx).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:lx.of(t)})}static open(e){return new wx(e)}}function xx(e){return'url(\'data:image/svg+xml,1&&void 0!==arguments[1]?arguments[1]:'viewBox="0 0 40 40"',">").concat(encodeURIComponent(e),"')")}function Ax(e){return xx(''),'width="6" height="3"')}const Ox=ib.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:Ax("#d11")},".cm-lintRange-warning":{backgroundImage:Ax("orange")},".cm-lintRange-info":{backgroundImage:Ax("#999")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}});class kx{constructor(e,t,n,i,r,o,s,a,l){let c=arguments.length>9&&void 0!==arguments[9]?arguments[9]:0,u=arguments.length>10?arguments[10]:void 0;this.p=e,this.stack=t,this.state=n,this.reducePos=i,this.pos=r,this.score=o,this.buffer=s,this.bufferBase=a,this.curContext=l,this.lookAhead=c,this.parent=u}toString(){return"[".concat(this.stack.filter(((e,t)=>t%3==0)).concat(this.state),"]@").concat(this.pos).concat(this.score?"!"+this.score:"")}static start(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=e.parser.context;return new kx(e,[],t,n,n,0,[],0,i?new Tx(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,t){this.stack.push(this.state,t,this.bufferBase+this.buffer.length),this.state=e}reduce(e){let t=e>>19,n=65535&e,{parser:i}=this.p,r=i.dynamicPrecedence(n);if(r&&(this.score+=r),0==t)return this.pushState(i.getGoto(this.state,n,!0),this.reducePos),no;)this.stack.pop();this.reduceContext(n,s)}storeNode(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:4,r=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]0&&0==e.buffer[i-4]&&e.buffer[i-1]>-1){if(t==n)return;if(e.buffer[i-2]>=t)return void(e.buffer[i-2]=n)}}if(r&&this.pos!=n){let r=this.buffer.length;if(r>0&&0!=this.buffer[r-4])for(;r>0&&this.buffer[r-2]>n;)this.buffer[r]=this.buffer[r-4],this.buffer[r+1]=this.buffer[r-3],this.buffer[r+2]=this.buffer[r-2],this.buffer[r+3]=this.buffer[r-1],r-=4,i>4&&(i-=4);this.buffer[r]=e,this.buffer[r+1]=t,this.buffer[r+2]=n,this.buffer[r+3]=i}else this.buffer.push(e,t,n,i)}shift(e,t,n){let i=this.pos;if(131072&e)this.pushState(65535&e,this.pos);else if(0==(262144&e)){let r=e,{parser:o}=this.p;(n>this.pos||t<=o.maxNode)&&(this.pos=n,o.stateFlag(r,1)||(this.reducePos=n)),this.pushState(r,i),this.shiftContext(t,i),t<=o.maxNode&&this.buffer.push(t,i,n,4)}else this.pos=n,this.shiftContext(t,i),t<=this.p.parser.maxNode&&this.buffer.push(t,i,n,4)}apply(e,t,n){65536&e?this.reduce(e):this.shift(e,t,n)}useNode(e,t){let n=this.p.reused.length-1;(n<0||this.p.reused[n]!=e)&&(this.p.reused.push(e),n++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(t,i),this.buffer.push(n,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,t=e.buffer.length;for(;t>0&&e.buffer[t-2]>e.reducePos;)t-=4;let n=e.buffer.slice(t),i=e.bufferBase+t;for(;e&&i==e.bufferBase;)e=e.parent;return new kx(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,n,i,this.curContext,this.lookAhead,e)}recoverByDelete(e,t){let n=e<=this.p.parser.maxNode;n&&this.storeNode(e,this.pos,t,4),this.storeNode(0,this.pos,t,n?8:4),this.pos=this.reducePos=t,this.score-=190}canShift(e){for(let t=new zx(this);;){let n=this.p.parser.stateSlot(t.state,4)||this.p.parser.hasAction(t.state,e);if(0==(65536&n))return!0;if(0==n)return!1;t.reduce(n)}}recoverByInsert(e){if(this.stack.length>=300)return[];let t=this.p.parser.nextStates(this.state);if(t.length>8||this.stack.length>=120){let n=[];for(let i,r=0;r1&t&&e==i))||n.push(t[e],i)}t=n}let n=[];for(let i=0;i>19,i=65535&e,r=this.stack.length-3*n;if(r<0||t.getGoto(this.stack[r],i,!1)<0)return!1;this.storeNode(0,this.reducePos,this.reducePos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(e),!0}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(3!=this.stack.length)return!1;let{parser:e}=this.p;return 65535==e.data[e.stateSlot(this.state,1)]&&!e.stateSlot(this.state,4)}restart(){this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let t=0;tthis.lookAhead&&(this.emitLookAhead(),this.lookAhead=e)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class Tx{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}var Sx;!function(e){e[e.Insert=200]="Insert",e[e.Delete=190]="Delete",e[e.Reduce=100]="Reduce",e[e.MaxNext=4]="MaxNext",e[e.MaxInsertStackDepth=300]="MaxInsertStackDepth",e[e.DampenInsertStackDepth=120]="DampenInsertStackDepth"}(Sx||(Sx={}));class zx{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let t=65535&e,n=e>>19;0==n?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=3*(n-1);let i=this.start.p.parser.getGoto(this.stack[this.base-3],t,!0);this.state=i}}class Cx{constructor(e,t,n){this.stack=e,this.pos=t,this.index=n,this.buffer=e.buffer,0==this.index&&this.maybeNext()}static create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.bufferBase+e.buffer.length;return new Cx(e,t,t-e.bufferBase)}maybeNext(){let e=this.stack.parent;null!=e&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,0==this.index&&this.maybeNext()}fork(){return new Cx(this.stack,this.pos,this.index)}}class _x{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const Ex=new _x;class Nx{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=Ex,this.rangeIndex=0,this.pos=this.chunkPos=t[0].from,this.range=t[0],this.end=t[t.length-1].to,this.readNext()}resolveOffset(e,t){let n=this.range,i=this.rangeIndex,r=this.pos+e;for(;rn.to:r>=n.to;){if(i==this.ranges.length-1)return null;let e=this.ranges[++i];r+=e.from-n.to,n=e}return r}peek(e){let t,n,i=this.chunkOff+e;if(i>=0&&i=this.chunk2Pos&&ti.to&&(this.chunk2=this.chunk2.slice(0,i.to-t)),n=this.chunk2.charCodeAt(0)}}return t>=this.token.lookAhead&&(this.token.lookAhead=t+1),n}acceptToken(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=t?this.resolveOffset(t,-1):this.pos;if(null==n||n=this.chunk2Pos&&this.posthis.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,t){if(t?(this.token=t,t.start=e,t.lookAhead=e+1,t.value=t.extended=-1):this.token=Ex,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e=this.chunkPos&&t<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,t-this.chunkPos);if(e>=this.chunk2Pos&&t<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,t-this.chunk2Pos);if(e>=this.range.from&&t<=this.range.to)return this.input.read(e,t);let n="";for(let i of this.ranges){if(i.from>=t)break;i.to>e&&(n+=this.input.read(Math.max(i.from,e),Math.min(i.to,t)))}return n}}class Lx{constructor(e,t){this.data=e,this.id=t}token(e,t){!function(e,t,n,i){let r=0,o=1<0){let n=e[u];if(a.allows(n)&&(-1==t.token.value||t.token.value==n||s.overrides(n,t.token.value))){t.acceptToken(n);break}}let i=t.next,l=0,c=e[r+2];if(!(t.next<0&&c>l&&65535==e[n+3*c-3])){for(;l>1,s=n+o+(o<<1),a=e[s],u=e[s+1];if(i=u)){r=e[s+2],t.advance();continue e}l=o+1}}break}r=e[n+3*c-1]}}(this.data,e,t,this.id)}}Lx.prototype.contextual=Lx.prototype.fallback=Lx.prototype.extend=!1;function Dx(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Uint16Array;if("string"!=typeof e)return e;let n=null;for(let i=0,r=0;i=92&&t--,t>=34&&t--;let r=t-32;if(r>=46&&(r-=46,n=!0),o+=r,n)break;o*=46}n?n[r++]=o:n=new t(o)}return n}const Px="undefined"!=typeof process&&{NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!0}&&/\bparse\b/.test({NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!0}.LOG);let qx=null;var Rx,Bx;function Wx(e,t,n){let i=e.cursor(lv.IncludeAnonymous);for(i.moveTo(t);;)if(!(n<0?i.childBefore(t):i.childAfter(t)))for(;;){if((n<0?i.tot)&&!i.type.isError)return n<0?Math.max(0,Math.min(i.to-1,t-25)):Math.min(e.length,Math.max(i.from+1,t+25));if(n<0?i.prevSibling():i.nextSibling())break;if(!i.parent())return n<0?0:e.length}}!function(e){e[e.Margin=25]="Margin"}(Rx||(Rx={}));class jx{constructor(e,t){this.fragments=e,this.nodeSet=t,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?Wx(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?Wx(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(ee)return this.nextStart=o,null;if(r instanceof cv){if(o==e){if(o=Math.max(this.safeFrom,e)&&(this.trees.push(r),this.start.push(o),this.index.push(0))}else this.index[t]++,this.nextStart=o+r.length}}}class Ix{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map((e=>new _x))}getActions(e){let t=0,n=null,{parser:i}=e.p,{tokenizers:r}=i,o=i.stateSlot(e.state,3),s=e.curContext?e.curContext.hash:0,a=0;for(let l=0;lc.end+25&&(a=Math.max(c.lookAhead,a)),0!=c.value)){let r=t;if(c.extended>-1&&(t=this.addActions(e,c.extended,c.end,t)),t=this.addActions(e,c.value,c.end,t),!i.extend&&(n=c,t>r))break}}for(;this.actions.length>t;)this.actions.pop();return a&&e.setLookAhead(a),n||e.pos!=this.stream.end||(n=new _x,n.value=e.p.parser.eofTerm,n.start=n.end=e.pos,t=this.addActions(e,n.value,n.end,t)),this.mainToken=n,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let t=new _x,{pos:n,p:i}=e;return t.start=n,t.end=Math.min(n+1,i.stream.end),t.value=n==i.stream.end?i.parser.eofTerm:0,t}updateCachedToken(e,t,n){if(t.token(this.stream.reset(n.pos,e),n),e.value>-1){let{parser:t}=n.p;for(let i=0;i=0&&n.p.parser.dialect.allows(r>>1)){0==(1&r)?e.value=r>>1:e.extended=r>>1;break}}}else e.value=0,e.end=Math.min(n.p.stream.end,n.pos+1)}putAction(e,t,n,i){for(let r=0;r4*e.bufferLength?new jx(n,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e,t,n=this.stacks,i=this.minStackPos,r=this.stacks=[];for(let o=0;oi)r.push(s);else{if(this.advanceStack(s,r,n))continue;{e||(e=[],t=[]),e.push(s);let n=this.tokens.getMainToken(s);t.push(n.value,n.end)}}break}}if(!r.length){let t=e&&function(e){let t=null;for(let n of e){let e=n.p.stoppedAt;(n.pos==n.p.stream.end||null!=e&&n.pos>e)&&n.p.parser.stateFlag(n.state,2)&&(!t||t.scorethis.stoppedAt?e[0]:this.runRecovery(e,t,r);if(n)return this.stackToTree(n.forceAll())}if(this.recovering){let e=1==this.recovering?1:3*this.recovering;if(r.length>e)for(r.sort(((e,t)=>t.score-e.score));r.length>e;)r.pop();r.some((e=>e.reducePos>i))&&this.recovering--}else if(r.length>1)e:for(let o=0;o500&&n.buffer.length>500){if(!((e.score-n.score||e.buffer.length-n.buffer.length)>0)){r.splice(o--,1);continue e}r.splice(t--,1)}}}this.minStackPos=r[0].pos;for(let o=1;o ":"";if(null!=this.stoppedAt&&i>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let t=e.curContext&&e.curContext.tracker.strict,n=t?e.curContext.hash:0;for(let s=this.fragments.nodeAt(i);s;){let i=this.parser.nodeSet.types[s.type.id]==s.type?r.getGoto(e.state,s.type.id):-1;if(i>-1&&s.length&&(!t||(s.prop(nv.contextHash)||0)==n))return e.useNode(s,i),Px&&console.log(o+this.stackID(e)+" (via reuse of ".concat(r.getName(s.type.id),")")),!0;if(!(s instanceof cv)||0==s.children.length||s.positions[0]>0)break;let a=s.children[0];if(!(a instanceof cv&&0==s.positions[0]))break;s=a}}let s=r.stateSlot(e.state,4);if(s>0)return e.reduce(s),Px&&console.log(o+this.stackID(e)+" (via always-reduce ".concat(r.getName(65535&s),")")),!0;if(e.stack.length>=15e3)for(;e.stack.length>9e3&&e.forceReduce(););let a=this.tokens.getActions(e);for(let l=0;li?t.push(p):n.push(p)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return Fx(e,t),!0}}runRecovery(e,t,n){let i=null,r=!1;for(let o=0;o ":"";if(s.deadEnd){if(r)continue;if(r=!0,s.restart(),Px&&console.log(c+this.stackID(s)+" (restarted)"),this.advanceFully(s,n))continue}let u=s.split(),h=c;for(let e=0;u.forceReduce()&&e<10;e++){if(Px&&console.log(h+this.stackID(u)+" (via force-reduce)"),this.advanceFully(u,n))break;Px&&(h=this.stackID(u)+" -> ")}for(let e of s.recoverByInsert(a))Px&&console.log(c+this.stackID(e)+" (via recover-insert)"),this.advanceFully(e,n);this.stream.end>s.pos?(l==s.pos&&(l++,a=0),s.recoverByDelete(a,l),Px&&console.log(c+this.stackID(s)+" (via recover-delete ".concat(this.parser.getName(a),")")),Fx(s,n)):(!i||i.scoree.topRules[t][1])),i=[];for(let s=0;s=0)r(n,e,s[t++]);else{let i=s[t+-n];for(let o=-n;o>0;o--)r(s[t++],e,i);t++}}}this.nodeSet=new ov(t.map(((t,r)=>rv.define({name:r>=this.minRepeatTerm?void 0:t,id:r,props:i[r],top:n.indexOf(r)>-1,error:0==r,skipped:e.skippedNodes&&e.skippedNodes.indexOf(r)>-1})))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=Zb;let o=Dx(e.tokenData);if(this.context=e.context,this.specialized=new Uint16Array(e.specialized?e.specialized.length:0),this.specializers=[],e.specialized)for(let s=0;s"number"==typeof e?new Lx(o,e):e)),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,t,n){let i=new Xx(this,e,t,n);for(let r of this.wrappers)i=r(i,e,t,n);return i}getGoto(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.goto;if(t>=i[0])return-1;for(let r=i[t+1];;){let t=i[r++],o=1&t,s=i[r++];if(o&&n)return s;for(let n=r+(t>>1);r0}validAction(e,t){if(t==this.stateSlot(e,4))return!0;for(let n=this.stateSlot(e,1);;n+=3){if(65535==this.data[n]){if(1!=this.data[n+1])return!1;n=Ux(this.data,n+2)}if(t==Ux(this.data,n+1))return!0}}nextStates(e){let t=[];for(let n=this.stateSlot(e,1);;n+=3){if(65535==this.data[n]){if(1!=this.data[n+1])break;n=Ux(this.data,n+2)}if(0==(1&this.data[n+2])){let e=this.data[n+1];t.some(((t,n)=>1&n&&t==e))||t.push(this.data[n],e)}}return t}overrides(e,t){let n=Yx(this.data,this.tokenPrecTable,t);return n<0||Yx(this.data,this.tokenPrecTable,e){let n=e.tokenizers.find((e=>e.from==t));return n?n.to:t}))),e.specializers&&(t.specializers=this.specializers.map((t=>{let n=e.specializers.find((e=>e.from==t));return n?n.to:t}))),e.contextTracker&&(t.context=e.contextTracker),e.dialect&&(t.dialect=this.parseDialect(e.dialect)),null!=e.strict&&(t.strict=e.strict),e.wrap&&(t.wrappers=t.wrappers.concat(e.wrap)),null!=e.bufferLength&&(t.bufferLength=e.bufferLength),t}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let t=this.dynamicPrecedences;return null==t?0:t[e]||0}parseDialect(e){let t=Object.keys(this.dialects),n=t.map((()=>!1));if(e)for(let r of e.split(" ")){let e=t.indexOf(r);e>=0&&(n[e]=!0)}let i=null;for(let r=0;r((e,t)=>$x[e.toLowerCase()]||-1)(e)<<1},{term:57,get:(e,t)=>((e,t)=>Qx[e.toLowerCase()]||-1)(e)<<1|1},{term:57,get:e=>Kx[e]||-1}],tokenPrec:0}),Zx=29,eA=36,tA=39,nA=56,iA=57,rA=58,oA=59,sA=60,aA=61,lA=62,cA=63,uA=64,hA=65,pA=66,dA=67,fA=68,mA=69,gA=70,bA=71,vA=72,yA=73,MA=74,wA=75,xA=76,AA=77,OA=78,kA=79,TA=80,SA=81,zA=82,CA=83,_A=84,EA=85,NA=86,LA=87,DA=88,PA=89,qA=90,RA=91,BA=92,WA=93,jA=94,IA=95,XA=96,FA=97,HA=98,VA=99,UA=100,YA=101,$A=102,QA=103,GA=104,KA=105,JA=106,ZA=107,eO=108,tO=109,nO=110,iO=111,rO=112,oO=113,sO=114,aO=115,lO=116,cO=117,uO=118,hO=119,pO=120,dO=121,fO=122,mO=123,gO=124,bO=127,vO=129,yO=130,MO=133,wO=134,xO=136,AO=137,OO=138,kO=139;var TO;!function(e){e.none="none",e.vector="vector",e.scalar="scalar",e.matrix="matrix",e.string="string"}(TO||(TO={}));const SO={[oA]:{name:"abs",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[rA]:{name:"absent",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[nA]:{name:"absent_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[sA]:{name:"acos",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[aA]:{name:"acosh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[lA]:{name:"asin",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[cA]:{name:"asinh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[uA]:{name:"atan",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[hA]:{name:"atanh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[pA]:{name:"avg_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[dA]:{name:"ceil",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[fA]:{name:"changes",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[mA]:{name:"clamp",argTypes:[TO.vector,TO.scalar,TO.scalar],variadic:0,returnType:TO.vector},[gA]:{name:"clamp_max",argTypes:[TO.vector,TO.scalar],variadic:0,returnType:TO.vector},[bA]:{name:"clamp_min",argTypes:[TO.vector,TO.scalar],variadic:0,returnType:TO.vector},[vA]:{name:"cos",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[yA]:{name:"Cosh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[MA]:{name:"count_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[wA]:{name:"days_in_month",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[xA]:{name:"day_of_month",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[AA]:{name:"day_of_week",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[OA]:{name:"day_of_year",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[kA]:{name:"deg",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[TA]:{name:"delta",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[SA]:{name:"deriv",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[zA]:{name:"exp",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[CA]:{name:"floor",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[_A]:{name:"histogram_quantile",argTypes:[TO.scalar,TO.vector],variadic:0,returnType:TO.vector},[EA]:{name:"holt_winters",argTypes:[TO.matrix,TO.scalar,TO.scalar],variadic:0,returnType:TO.vector},[NA]:{name:"hour",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[LA]:{name:"idelta",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[DA]:{name:"increase",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[PA]:{name:"irate",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[qA]:{name:"label_replace",argTypes:[TO.vector,TO.string,TO.string,TO.string,TO.string],variadic:0,returnType:TO.vector},[RA]:{name:"label_join",argTypes:[TO.vector,TO.string,TO.string,TO.string],variadic:-1,returnType:TO.vector},[BA]:{name:"last_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[WA]:{name:"ln",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[jA]:{name:"log10",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[IA]:{name:"log2",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[XA]:{name:"max_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[FA]:{name:"min_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[HA]:{name:"minute",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[VA]:{name:"month",argTypes:[TO.vector],variadic:1,returnType:TO.vector},[UA]:{name:"pi",argTypes:[],variadic:0,returnType:TO.vector},[YA]:{name:"predict_linear",argTypes:[TO.matrix,TO.scalar],variadic:0,returnType:TO.vector},[$A]:{name:"present_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[QA]:{name:"quantile_over_time",argTypes:[TO.scalar,TO.matrix],variadic:0,returnType:TO.vector},[GA]:{name:"rad",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[KA]:{name:"rate",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[JA]:{name:"resets",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[ZA]:{name:"round",argTypes:[TO.vector,TO.scalar],variadic:1,returnType:TO.vector},[eO]:{name:"scalar",argTypes:[TO.vector],variadic:0,returnType:TO.scalar},[tO]:{name:"sgn",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[nO]:{name:"sin",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[iO]:{name:"Sinh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[rO]:{name:"sort",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[oO]:{name:"sort_desc",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[sO]:{name:"sqrt",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[aO]:{name:"stddev_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[lO]:{name:"stdvar_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[cO]:{name:"sum_over_time",argTypes:[TO.matrix],variadic:0,returnType:TO.vector},[uO]:{name:"tan",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[hO]:{name:"tanh",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[dO]:{name:"time",argTypes:[],variadic:0,returnType:TO.scalar},[pO]:{name:"timestamp",argTypes:[TO.vector],variadic:0,returnType:TO.vector},[fO]:{name:"vector",argTypes:[TO.scalar],variadic:0,returnType:TO.vector},[mO]:{name:"year",argTypes:[TO.vector],variadic:1,returnType:TO.vector}};function zO(e){return SO[e]}class CO{constructor(e,t,n){this.type=e,this.name=t,this.value=n}matchesEmpty(){switch(this.type){case kO:return""===this.value;case 53:return""!==this.value;default:return!1}}}var _O;function EO(e,t){const n=[];return e.forEach((e=>{n.push(function(e,t){const n=new CO(0,"",""),i=e.cursor();if(!i.next())return n;do{switch(i.type.id){case eA:n.name=t.sliceDoc(i.from,i.to);break;case OO:const e=i.node.firstChild;e&&(n.type=e.type.id);break;case vO:n.value=t.sliceDoc(i.from,i.to).slice(1,-1)}}while(i.nextSibling());return n}(e,t))})),n}function NO(e,t,n){if(!t||0===t.length)return e;let i="";for(const r of t){if(r.name===n||""===r.value)continue;let e="";switch(r.type){case kO:e="=";break;case 53:e="!=";break;case 141:e="!~";break;case 140:e="=~";break;default:e="="}const t="".concat(r.name).concat(e,'"').concat(r.value,'"');i=""===i?t:"".concat(i,",").concat(t)}return"".concat(e,"{").concat(i,"}")}function LO(e,t){const n=e.cursor();let i=!0;for(;i&&n.type.id!==t;)i=n.parent();return n.type.id===t?n.node:null}function DO(e){const t=e.cursor();let n=0,i=!0;for(var r=arguments.length,o=new Array(r>1?r-1:0),s=1;s=o.length?t.node:null}function PO(e){const t=e.cursor();if(!t.next())return!1;let n=!1;for(var i=arguments.length,r=new Array(i>1?i-1:0),o=1;ot.type.id===e||t.type.name===e))}while(!n&&t.nextSibling());return n}function qO(e){const t=e.cursor();if(!t.next())return!1;let n=0;for(var i=arguments.length,r=new Array(i>1?i-1:0),o=1;o=r.length}function RO(e,t,n){const i=[];return function e(i,r){const o=null===i||void 0===i?void 0:i.getChild(t),s=null===i||void 0===i?void 0:i.lastChild;o&&o.type.id===t&&e(o,r),s&&s.type.id===n&&r.push(s)}(e,i),i}function BO(e){var t;if(!e)return TO.none;switch(e.type.id){case Zx:return BO(e.firstChild);case 30:case MO:return TO.vector;case bO:return BO(e.firstChild);case vO:return TO.string;case 126:return TO.scalar;case gO:case yO:return TO.matrix;case 128:case 131:return BO(DO(e,Zx));case tA:const n=BO(e.firstChild),i=BO(e.lastChild);return n===TO.scalar&&i===TO.scalar?TO.scalar:TO.vector;case 54:const r=null===(t=e.firstChild)||void 0===t?void 0:t.firstChild;return r?zO(r.type.id).returnType:TO.none;case 142:return BO(DO(e,Zx));default:return TO.none}}!function(e){e.CardOneToOne="one-to-one",e.CardManyToOne="many-to-one",e.CardOneToMany="one-to-many",e.CardManyToMany="many-to-many"}(_O||(_O={}));class WO{constructor(e){this.tree=ly(e),this.state=e,this.diagnostics=[]}getDiagnostics(){return this.diagnostics.sort(((e,t)=>e.from-t.from))}analyze(){this.checkAST(this.tree.topNode.firstChild),this.diagnoseAllErrorNodes()}diagnoseAllErrorNodes(){const e=this.tree.cursor();for(;e.next();)if(0===e.type.id&&e.to!==this.tree.topNode.to){const t=e.node.parent;this.diagnostics.push({severity:"error",message:"unexpected expression",from:t?t.from:e.from,to:t?t.to:e.to})}}checkAST(e){if(!e)return TO.none;switch(e.type.id){case Zx:return this.checkAST(e.firstChild);case 30:this.checkAggregationExpr(e);break;case tA:this.checkBinaryExpr(e);break;case 54:this.checkCallFunction(e);break;case 128:this.checkAST(DO(e,Zx));break;case 131:const t=this.checkAST(DO(e,Zx));t!==TO.scalar&&t!==TO.vector&&this.addDiagnostic(e,"unary expression only allowed on expressions of type scalar or instant vector, got ".concat(t));break;case yO:const n=this.checkAST(DO(e,Zx));n!==TO.vector&&this.addDiagnostic(e,"subquery is only allowed on instant vector, got ".concat(n," in ").concat(e.name," instead"));break;case gO:this.checkAST(DO(e,Zx));break;case MO:this.checkVectorSelector(e);break;case 142:const i=this.checkAST(DO(e,Zx));i!==TO.vector&&i!==TO.matrix&&this.addDiagnostic(e,"@ modifier must be preceded by an instant selector vector or range vector selector or a subquery")}return BO(e)}checkAggregationExpr(e){var t;const n=null===(t=e.firstChild)||void 0===t?void 0:t.firstChild;if(!n)return void this.addDiagnostic(e,"aggregation operator expected in aggregation expression but got nothing");const i=DO(e,37,38,Zx);if(!i)return void this.addDiagnostic(e,"unable to find the parameter for the expression");this.expectType(i,TO.vector,"aggregation expression");const r=DO(e,37,38,38,Zx);if(19===n.type.id||9===n.type.id||15===n.type.id){if(!r)return void this.addDiagnostic(e,"no parameter found");this.expectType(r,TO.scalar,"aggregation parameter")}if(11===n.type.id){if(!r)return void this.addDiagnostic(e,"no parameter found");this.expectType(r,TO.string,"aggregation parameter")}}checkBinaryExpr(e){const t=e.firstChild,n=e.lastChild;if(!t||!n)return void this.addDiagnostic(e,"left or right expression is missing in binary expression");const i=this.checkAST(t),r=this.checkAST(n),o=DO(e,41,1),s=PO(e,48,53,51,52,49,50),a=PO(e,22,23,24);o?s||this.addDiagnostic(e,"bool modifier can only be used on comparison operators"):s&&i===TO.scalar&&r===TO.scalar&&this.addDiagnostic(e,"comparisons between scalars must use BOOL modifier");const l=function(e,t){if(!t||t.type.id!==tA)return null;const n={card:_O.CardOneToOne,matchingLabels:[],on:!1,include:[]},i=t.getChild(41);if(i){const t=i.getChild(42);if(t){n.on=null!==t.getChild(3);const i=RO(t.getChild(33),34,35);if(i.length>0)for(const t of i)n.matchingLabels.push(e.sliceDoc(t.from,t.to))}const r=i.getChild(4),o=i.getChild(5);if(r||o){n.card=r?_O.CardManyToOne:_O.CardOneToMany;const t=RO(i.getChild(33),34,35);if(t.length>0)for(const i of t)n.include.push(e.sliceDoc(i.from,i.to))}}return PO(t,22,23,24)&&n.card===_O.CardOneToOne&&(n.card=_O.CardManyToMany),n}(this.state,e);if(null!==l&&l.on)for(const c of l.matchingLabels)for(const t of l.include)c===t&&this.addDiagnostic(e,'label "'.concat(c,'" must not occur in ON and GROUP clause at once'));i!==TO.scalar&&i!==TO.vector&&this.addDiagnostic(t,"binary expression must contain only scalar and instant vector types"),r!==TO.scalar&&r!==TO.vector&&this.addDiagnostic(n,"binary expression must contain only scalar and instant vector types"),i===TO.vector&&r===TO.vector||null===l?a&&((null===l||void 0===l?void 0:l.card)!==_O.CardOneToMany&&(null===l||void 0===l?void 0:l.card)!==_O.CardManyToOne||this.addDiagnostic(e,"no grouping allowed for set operations"),(null===l||void 0===l?void 0:l.card)!==_O.CardManyToMany&&this.addDiagnostic(e,"set operations must always be many-to-many")):l.matchingLabels.length>0&&this.addDiagnostic(e,"vector matching only allowed between instant vectors"),i!==TO.scalar&&r!==TO.scalar||!a||this.addDiagnostic(e,"set operator not allowed in binary scalar expression")}checkCallFunction(e){var t;const n=null===(t=e.firstChild)||void 0===t?void 0:t.firstChild;if(!n)return void this.addDiagnostic(e,"function not defined");const i=RO(DO(e,37),38,Zx),r=zO(n.type.id),o=r.argTypes.length;if(0===r.variadic)i.length!==o&&this.addDiagnostic(e,"expected ".concat(o,' argument(s) in call to "').concat(r.name,'", got ').concat(i.length));else{const t=o-1;if(t>i.length)this.addDiagnostic(e,"expected at least ".concat(t,' argument(s) in call to "').concat(r.name,'", got ').concat(i.length));else{const n=t+r.variadic;r.variadic>0&&n=r.argTypes.length){if(0===r.variadic)break;s=r.argTypes.length-1}this.expectType(i[a],r.argTypes[s],'call to function "'.concat(r.name,'"'))}}checkVectorSelector(e){const t=EO(RO(DO(e,135,xO),xO,AO),this.state);let n="";const i=DO(e,wO,iA);if(i&&(n=this.state.sliceDoc(i.from,i.to)),""!==n){const i=t.find((e=>"__name__"===e.name));i&&this.addDiagnostic(e,"metric name must not be set twice: ".concat(n," or ").concat(i.value)),t.push(new CO(kO,"__name__",n))}t.every((e=>e.matchesEmpty()))&&this.addDiagnostic(e,"vector selector must contain at least one non-empty matcher")}expectType(e,t,n){const i=this.checkAST(e);i!==t&&this.addDiagnostic(e,"expected type ".concat(t," in ").concat(n,", got ").concat(i))}addDiagnostic(e,t){this.diagnostics.push({severity:"error",message:t,from:e.from,to:e.to})}}class jO{constructor(e,t,n){this.state=e,this.pos=t,this.explicit=n,this.abortListeners=[]}tokenBefore(e){let t=ly(this.state).resolveInner(this.pos,-1);for(;t&&e.indexOf(t.name)<0;)t=t.parent;return t?{from:t.from,to:this.pos,text:this.state.sliceDoc(t.from,this.pos),type:t.type}:null}matchBefore(e){let t=this.state.doc.lineAt(this.pos),n=Math.max(t.from,this.pos-250),i=t.text.slice(n-t.from,this.pos-t.from),r=i.search(VO(e,!1));return r<0?null:{from:n+r,to:this.pos,text:i.slice(r)}}get aborted(){return null==this.abortListeners}addEventListener(e,t){"abort"==e&&this.abortListeners&&this.abortListeners.push(t)}}function IO(e){let t=Object.keys(e).join(""),n=/\w/.test(t);return n&&(t=t.replace(/\w/g,"")),"[".concat(n?"\\w":"").concat(t.replace(/[^\w\s]/g,"\\$&"),"]")}function XO(e){let t=e.map((e=>"string"==typeof e?{label:e}:e)),[n,i]=t.every((e=>/^\w+$/.test(e.label)))?[/\w*$/,/\w+$/]:function(e){let t=Object.create(null),n=Object.create(null);for(let{label:r}of e){t[r[0]]=!0;for(let e=1;e{let r=e.matchBefore(i);return r||e.explicit?{from:r?r.from:e.pos,options:t,validFor:n}:null}}class FO{constructor(e,t,n){this.completion=e,this.source=t,this.match=n}}function HO(e){return e.selection.main.head}function VO(e,t){var n;let{source:i}=e,r=t&&"^"!=i[0],o="$"!=i[i.length-1];return r||o?new RegExp("".concat(r?"^":"","(?:").concat(i,")").concat(o?"$":""),null!==(n=e.flags)&&void 0!==n?n:e.ignoreCase?"i":""):e}function UO(e,t){const n=t.completion.apply||t.completion.label;let i=t.source;"string"==typeof n?e.dispatch(function(e,t,n,i){return Object.assign(Object.assign({},e.changeByRange((r=>{if(r==e.selection.main)return{changes:{from:n,to:i,insert:t},range:op.cursor(n+t.length)};let o=i-n;return!r.empty||o&&e.sliceDoc(r.from-o,r.from)!=e.sliceDoc(n,i)?{range:r}:{changes:{from:r.from-o,to:r.from,insert:t},range:op.cursor(r.from-o+t.length)}}))),{userEvent:"input.complete"})}(e.state,n,i.from,i.to)):n(e,t.completion,i.from,i.to)}const YO=new WeakMap;function $O(e){if(!Array.isArray(e))return e;let t=YO.get(e);return t||YO.set(e,t=XO(e)),t}class QO{constructor(e){this.pattern=e,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[];for(let t=0;t=48&&i<=57||i>=97&&i<=122?2:i>=65&&i<=90?1:0:(l=Uh(i))!=l.toLowerCase()?1:l!=l.toUpperCase()?2:0;(!b||1==v&&m||0==y&&0!=v)&&(t[u]==i||n[u]==i&&(h=!0)?o[u++]=b:o.length&&(g=!1)),y=v,b+=Yh(i)}return u==a&&0==o[0]&&g?this.result((h?-200:0)-100,o,e):p==a&&0==d?[-200-e.length,0,f]:s>-1?[-700-e.length,s,s+this.pattern.length]:p==a?[-900-e.length,d,f]:u==a?this.result((h?-200:0)-100-700+(g?0:-1100),o,e):2==t.length?null:this.result((i[0]?-700:0)-200-1100,i,e)}result(e,t,n){let i=[e-n.length],r=1;for(let o of t){let e=o+(this.astral?Yh(Vh(n,o)):1);r>1&&i[r-1]==o?i[r-1]=e:(i[r++]=o,i[r++]=e)}return i}}const GO=lp.define({combine:e=>Kp(e,{activateOnTyping:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[]},{defaultKeymap:(e,t)=>e&&t,closeOnBlur:(e,t)=>e&&t,icons:(e,t)=>e&&t,optionClass:(e,t)=>n=>function(e,t){return e?t?e+" "+t:e:t}(e(n),t(n)),addToOptions:(e,t)=>e.concat(t)})});function KO(e,t,n){if(e<=n)return{from:0,to:e};if(t<=e>>1){let e=Math.floor(t/n);return{from:e*n,to:(e+1)*n}}let i=Math.floor((e-t)/n);return{from:e-(i+1)*n,to:e-i*n}}class JO{constructor(e,t){this.view=e,this.stateField=t,this.info=null,this.placeInfo={read:()=>this.measureInfo(),write:e=>this.positionInfo(e),key:this};let n=e.state.field(t),{options:i,selected:r}=n.open,o=e.state.facet(GO);this.optionContent=function(e){let t=e.addToOptions.slice();return e.icons&&t.push({render(e){let t=document.createElement("div");return t.classList.add("cm-completionIcon"),e.type&&t.classList.add(...e.type.split(/\s+/g).map((e=>"cm-completionIcon-"+e))),t.setAttribute("aria-hidden","true"),t},position:20}),t.push({render(e,t,n){let i=document.createElement("span");i.className="cm-completionLabel";let{label:r}=e,o=0;for(let s=1;so&&i.appendChild(document.createTextNode(r.slice(o,e)));let a=i.appendChild(document.createElement("span"));a.appendChild(document.createTextNode(r.slice(e,t))),a.className="cm-completionMatchedText",o=t}return oe.position-t.position)).map((e=>e.render))}(o),this.optionClass=o.optionClass,this.range=KO(i.length,r,o.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.dom.addEventListener("mousedown",(t=>{for(let n,r=t.target;r&&r!=this.dom;r=r.parentNode)if("LI"==r.nodeName&&(n=/-(\d+)$/.exec(r.id))&&+n[1]{this.info&&this.view.requestMeasure(this.placeInfo)}))}mount(){this.updateSel()}update(e){e.state.field(this.stateField)!=e.startState.field(this.stateField)&&this.updateSel()}positioned(){this.info&&this.view.requestMeasure(this.placeInfo)}updateSel(){let e=this.view.state.field(this.stateField),t=e.open;if((t.selected=this.range.to)&&(this.range=KO(t.options.length,t.selected,this.view.state.facet(GO).maxRenderedOptions),this.list.remove(),this.list=this.dom.appendChild(this.createListBox(t.options,e.id,this.range)),this.list.addEventListener("scroll",(()=>{this.info&&this.view.requestMeasure(this.placeInfo)}))),this.updateSelectedOption(t.selected)){this.info&&(this.info.remove(),this.info=null);let{completion:n}=t.options[t.selected],{info:i}=n;if(!i)return;let r="string"===typeof i?document.createTextNode(i):i(n);if(!r)return;"then"in r?r.then((t=>{t&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(t)})).catch((e=>Kf(this.view.state,e,"completion info"))):this.addInfoPane(r)}}addInfoPane(e){let t=this.info=document.createElement("div");t.className="cm-tooltip cm-completionInfo",t.appendChild(e),this.dom.appendChild(t),this.view.requestMeasure(this.placeInfo)}updateSelectedOption(e){let t=null;for(let n=this.list.firstChild,i=this.range.from;n;n=n.nextSibling,i++)i==e?n.hasAttribute("aria-selected")||(n.setAttribute("aria-selected","true"),t=n):n.hasAttribute("aria-selected")&&n.removeAttribute("aria-selected");return t&&function(e,t){let n=e.getBoundingClientRect(),i=t.getBoundingClientRect();i.topn.bottom&&(e.scrollTop+=i.bottom-n.bottom)}(this.list,t),t}measureInfo(){let e=this.dom.querySelector("[aria-selected]");if(!e||!this.info)return null;let t=this.dom.getBoundingClientRect(),n=this.info.getBoundingClientRect(),i=e.getBoundingClientRect();if(i.top>Math.min(innerHeight,t.bottom)-10||i.bottom=this.options.length?this:new ek(this.options,ik(t,e),this.tooltip,this.timestamp,e)}static build(e,t,n,i,r){let o=function(e,t){let n=[],i=0;for(let s of e)if(s.hasResult())if(!1===s.result.filter){let e=s.result.getMatch;for(let t of s.result.options){let r=[1e9-i++];if(e)for(let n of e(t))r.push(n);n.push(new FO(t,s,r))}}else{let e,i=new QO(t.sliceDoc(s.from,s.to));for(let t of s.result.options)(e=i.match(t.label))&&(null!=t.boost&&(e[0]+=t.boost),n.push(new FO(t,s,e)))}let r=[],o=null;for(let s of n.sort(ok))!o||o.label!=s.completion.label||o.detail!=s.completion.detail||null!=o.type&&null!=s.completion.type&&o.type!=s.completion.type||o.apply!=s.completion.apply?r.push(s):ZO(s.completion)>ZO(o)&&(r[r.length-1]=s),o=s.completion;return r}(e,t);if(!o.length)return null;let s=0;if(i&&i.selected){let e=i.options[i.selected].completion;for(let t=0;tt.hasResult()?Math.min(e,t.from):e),1e8),create:(a=dk,e=>new JO(e,a)),above:r.aboveCursor},i?i.timestamp:Date.now(),s);var a}map(e){return new ek(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:e.mapPos(this.tooltip.pos)}),this.timestamp,this.selected)}}class tk{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new tk(rk,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(GO),i=(n.override||t.languageDataAt("autocomplete",HO(t)).map($O)).map((t=>(this.active.find((e=>e.source==t))||new ak(t,this.active.some((e=>0!=e.state))?1:0)).update(e,n)));i.length==this.active.length&&i.every(((e,t)=>e==this.active[t]))&&(i=this.active);let r=e.selection||i.some((t=>t.hasResult()&&e.changes.touchesRange(t.from,t.to)))||!function(e,t){if(e==t)return!0;for(let n=0,i=0;;){for(;n1!=e.state))&&i.some((e=>e.hasResult()))&&(i=i.map((e=>e.hasResult()?new ak(e.source,0):e)));for(let o of e.effects)o.is(pk)&&(r=r&&r.setSelected(o.value,this.id));return i==this.active&&r==this.open?this:new tk(i,this.id,r)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:nk}}const nk={"aria-autocomplete":"list"};function ik(e,t){return{"aria-autocomplete":"list","aria-haspopup":"listbox","aria-activedescendant":e+"-"+t,"aria-controls":e}}const rk=[];function ok(e,t){let n=t.match[0]-e.match[0];return n||e.completion.label.localeCompare(t.completion.label)}function sk(e){return e.isUserEvent("input.type")?"input":e.isUserEvent("delete.backward")?"delete":null}class ak{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:-1;this.source=e,this.state=t,this.explicitPos=n}hasResult(){return!1}update(e,t){let n=sk(e),i=this;n?i=i.handleUserEvent(e,n,t):e.docChanged?i=i.handleChange(e):e.selection&&0!=i.state&&(i=new ak(i.source,0));for(let r of e.effects)if(r.is(ck))i=new ak(i.source,1,r.value?HO(e.state):-1);else if(r.is(uk))i=new ak(i.source,0);else if(r.is(hk))for(let e of r.value)e.source==i.source&&(i=e);return i}handleUserEvent(e,t,n){return"delete"!=t&&n.activateOnTyping?new ak(this.source,1):this.map(e.changes)}handleChange(e){return e.changes.touchesRange(HO(e.startState))?new ak(this.source,0):this.map(e.changes)}map(e){return e.empty||this.explicitPos<0?this:new ak(this.source,this.state,e.mapPos(this.explicitPos))}}class lk extends ak{constructor(e,t,n,i,r){super(e,2,t),this.result=n,this.from=i,this.to=r}hasResult(){return!0}handleUserEvent(e,t,n){var i;let r=e.changes.mapPos(this.from),o=e.changes.mapPos(this.to,1),s=HO(e.state);if((this.explicitPos<0?s<=r:so||"delete"==t&&HO(e.startState)==this.from)return new ak(this.source,"input"==t&&n.activateOnTyping?1:0);let a,l=this.explicitPos<0?-1:e.changes.mapPos(this.explicitPos);return function(e,t,n,i){if(!e)return!1;let r=t.sliceDoc(n,i);return"function"==typeof e?e(r,n,i,t):VO(e,!0).test(r)}(this.result.validFor,e.state,r,o)?new lk(this.source,l,this.result,r,o):this.result.update&&(a=this.result.update(this.result,r,o,new jO(e.state,s,l>=0)))?new lk(this.source,l,a,a.from,null!==(i=a.to)&&void 0!==i?i:HO(e.state)):new ak(this.source,1,l)}handleChange(e){return e.changes.touchesRange(this.from,this.to)?new ak(this.source,0):this.map(e.changes)}map(e){return e.empty?this:new lk(this.source,this.explicitPos<0?-1:e.mapPos(this.explicitPos),this.result,e.mapPos(this.from),e.mapPos(this.to,1))}}const ck=Bp.define(),uk=Bp.define(),hk=Bp.define({map:(e,t)=>e.map((e=>e.map(t)))}),pk=Bp.define(),dk=mp.define({create:()=>tk.start(),update:(e,t)=>e.update(t),provide:e=>[Wb.from(e,(e=>e.tooltip)),ib.contentAttributes.from(e,(e=>e.attrs))]});function fk(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"option";return n=>{let i=n.state.field(dk,!1);if(!i||!i.open||Date.now()-i.open.timestamp<75)return!1;let r,o=1;"page"==t&&(r=function(e,t){let n=e.plugin(qb);if(!n)return null;let i=n.manager.tooltips.indexOf(t);return i<0?null:n.manager.tooltipViews[i]}(n,i.open.tooltip))&&(o=Math.max(2,Math.floor(r.dom.offsetHeight/r.dom.querySelector("li").offsetHeight)-1));let s=i.open.selected+o*(e?1:-1),{length:a}=i.open.options;return s<0?s="page"==t?0:a-1:s>=a&&(s="page"==t?a-1:0),n.dispatch({effects:pk.of(s)}),!0}}class mk{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}const gk=tm.fromClass(class{constructor(e){this.view=e,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.composing=0;for(let t of e.state.field(dk).active)1==t.state&&this.startQuery(t)}update(e){let t=e.state.field(dk);if(!e.selectionSet&&!e.docChanged&&e.startState.field(dk)==t)return;let n=e.transactions.some((e=>(e.selection||e.docChanged)&&!sk(e)));for(let i=0;i50&&Date.now()-t.time>1e3){for(let e of t.context.abortListeners)try{e()}catch(LP){Kf(this.view.state,LP)}t.context.abortListeners=null,this.running.splice(i--,1)}else t.updates.push(...e.transactions)}if(this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),this.debounceUpdate=t.active.some((e=>1==e.state&&!this.running.some((t=>t.active.source==e.source))))?setTimeout((()=>this.startUpdate()),50):-1,0!=this.composing)for(let i of e.transactions)"input"==sk(i)?this.composing=2:2==this.composing&&i.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1;let{state:e}=this.view,t=e.field(dk);for(let n of t.active)1!=n.state||this.running.some((e=>e.active.source==n.source))||this.startQuery(n)}startQuery(e){let{state:t}=this.view,n=HO(t),i=new jO(t,n,e.explicitPos==n),r=new mk(e,i);this.running.push(r),Promise.resolve(e.source(i)).then((e=>{r.context.aborted||(r.done=e||null,this.scheduleAccept())}),(e=>{this.view.dispatch({effects:uk.of(null)}),Kf(this.view.state,e)}))}scheduleAccept(){this.running.every((e=>void 0!==e.done))?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout((()=>this.accept()),50))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(GO);for(let i=0;ie.source==r.active.source));if(o&&1==o.state)if(null==r.done){let e=new ak(r.active.source,0);for(let t of r.updates)e=e.update(t,n);1!=e.state&&t.push(e)}else this.startQuery(o)}t.length&&this.view.dispatch({effects:hk.of(t)})}},{eventHandlers:{blur(){let e=this.view.state.field(dk,!1);e&&e.tooltip&&this.view.state.facet(GO).closeOnBlur&&this.view.dispatch({effects:uk.of(null)})},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout((()=>this.view.dispatch({effects:ck.of(!1)})),20),this.composing=0}}}),bk=ib.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",listStyle:"none",margin:0,padding:0,"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer",padding:"1px 3px",lineHeight:1.2}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"\xb7\xb7\xb7"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"300px"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'\u0192'"}},".cm-completionIcon-class":{"&:after":{content:"'\u25cb'"}},".cm-completionIcon-interface":{"&:after":{content:"'\u25cc'"}},".cm-completionIcon-variable":{"&:after":{content:"'\ud835\udc65'"}},".cm-completionIcon-constant":{"&:after":{content:"'\ud835\udc36'"}},".cm-completionIcon-type":{"&:after":{content:"'\ud835\udc61'"}},".cm-completionIcon-enum":{"&:after":{content:"'\u222a'"}},".cm-completionIcon-property":{"&:after":{content:"'\u25a1'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\ud83d\udd11\ufe0e'"}},".cm-completionIcon-namespace":{"&:after":{content:"'\u25a2'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class vk{constructor(e,t,n,i){this.field=e,this.line=t,this.from=n,this.to=i}}class yk{constructor(e,t,n){this.field=e,this.from=t,this.to=n}map(e){let t=e.mapPos(this.from,-1,Qh.TrackDel),n=e.mapPos(this.to,1,Qh.TrackDel);return null==t||null==n?null:new yk(this.field,t,n)}}class Mk{constructor(e,t){this.lines=e,this.fieldPositions=t}instantiate(e,t){let n=[],i=[t],r=e.doc.lineAt(t),o=/^\s*/.exec(r.text)[0];for(let a of this.lines){if(n.length){let n=o,r=/^\t*/.exec(a)[0].length;for(let t=0;tnew yk(e.field,i[e.line]+e.from,i[e.line]+e.to)));return{text:n,ranges:s}}static parse(e){let t,n=[],i=[],r=[];for(let o of e.split(/\r\n?|\n/)){for(;t=/[#$]\{(?:(\d+)(?::([^}]*))?|([^}]*))\}/.exec(o);){let e=t[1]?+t[1]:null,s=t[2]||t[3]||"",a=-1;for(let t=0;t=a&&e.field++}r.push(new vk(a,i.length,t.index,t.index+s.length)),o=o.slice(0,t.index)+s+o.slice(t.index+t[0].length)}for(let e;e=/([$#])\\{/.exec(o);){o=o.slice(0,e.index)+e[1]+"{"+o.slice(e.index+e[0].length);for(let t of r)t.line==i.length&&t.from>e.index&&(t.from--,t.to--)}i.push(o)}return new Mk(i,r)}}let wk=Ef.widget({widget:new class extends Cf{toDOM(){let e=document.createElement("span");return e.className="cm-snippetFieldPosition",e}ignoreEvent(){return!1}}}),xk=Ef.mark({class:"cm-snippetField"});class Ak{constructor(e,t){this.ranges=e,this.active=t,this.deco=Ef.set(e.map((e=>(e.from==e.to?wk:xk).range(e.from,e.to))))}map(e){let t=[];for(let n of this.ranges){let i=n.map(e);if(!i)return null;t.push(i)}return new Ak(t,this.active)}selectionInsideField(e){return e.ranges.every((e=>this.ranges.some((t=>t.field==this.active&&t.from<=e.from&&t.to>=e.to))))}}const Ok=Bp.define({map:(e,t)=>e&&e.map(t)}),kk=Bp.define(),Tk=mp.define({create:()=>null,update(e,t){for(let n of t.effects){if(n.is(Ok))return n.value;if(n.is(kk)&&e)return new Ak(e.ranges,n.value)}return e&&t.docChanged&&(e=e.map(t.changes)),e&&t.selection&&!e.selectionInsideField(t.selection)&&(e=null),e},provide:e=>ib.decorations.from(e,(e=>e?e.deco:Ef.none))});function Sk(e,t){return op.create(e.filter((e=>e.field==t)).map((e=>op.range(e.from,e.to))))}function zk(e){let t=Mk.parse(e);return(e,n,i,r)=>{let{text:o,ranges:s}=t.instantiate(e.state,i),a={changes:{from:i,to:r,insert:Sh.of(o)},scrollIntoView:!0};if(s.length&&(a.selection=Sk(s,0)),s.length>1){let t=new Ak(s,0),n=a.effects=[Ok.of(t)];void 0===e.state.field(Tk,!1)&&n.push(Bp.appendConfig.of([Tk,Nk,Lk,bk]))}e.dispatch(e.state.update(a))}}function Ck(e){return t=>{let{state:n,dispatch:i}=t,r=n.field(Tk,!1);if(!r||e<0&&0==r.active)return!1;let o=r.active+e,s=e>0&&!r.ranges.some((t=>t.field==o+e));return i(n.update({selection:Sk(r.ranges,o),effects:Ok.of(s?null:new Ak(r.ranges,o))})),!0}}const _k=[{key:"Tab",run:Ck(1),shift:Ck(-1)},{key:"Escape",run:e=>{let{state:t,dispatch:n}=e;return!!t.field(Tk,!1)&&(n(t.update({effects:Ok.of(null)})),!0)}}],Ek=lp.define({combine:e=>e.length?e[0]:_k}),Nk=wp.highest(hb.compute([Ek],(e=>e.facet(Ek))));const Lk=ib.domEventHandlers({mousedown(e,t){let n,i=t.state.field(Tk,!1);if(!i||null==(n=t.posAtCoords({x:e.clientX,y:e.clientY})))return!1;let r=i.ranges.find((e=>e.from<=n&&e.to>=n));return!(!r||r.field==i.active)&&(t.dispatch({selection:Sk(i.ranges,r.field),effects:Ok.of(i.ranges.some((e=>e.field>r.field))?new Ak(i.ranges,r.field):null)}),!0)}});const Dk={brackets:["(","[","{","'",'"'],before:")]}:;>"},Pk=Bp.define({map(e,t){let n=t.mapPos(e,-1,Qh.TrackAfter);return null==n?void 0:n}}),qk=Bp.define({map:(e,t)=>t.mapPos(e)}),Rk=new class extends Jp{};Rk.startSide=1,Rk.endSide=-1;const Bk=mp.define({create:()=>nd.empty,update(e,t){if(t.selection){let n=t.state.doc.lineAt(t.selection.main.head).from,i=t.startState.doc.lineAt(t.startState.selection.main.head).from;n!=t.changes.mapPos(i,-1)&&(e=nd.empty)}e=e.map(t.changes);for(let n of t.effects)n.is(Pk)?e=e.update({add:[Rk.range(n.value,n.value+1)]}):n.is(qk)&&(e=e.update({filter:e=>e!=n.value}));return e}});const Wk="()[]{}<>";function jk(e){for(let t=0;t{if((Xk?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let r=e.state.selection.main;if(i.length>2||2==i.length&&1==Yh(Vh(i,0))||t!=r.from||n!=r.to)return!1;let o=function(e,t){let n=Ik(e,e.selection.main.head),i=n.brackets||Dk.brackets;for(let r of i){let o=jk(Vh(r,0));if(t==r)return o==r?Qk(e,r,i.indexOf(r+r+r)>-1):Yk(e,r,o,n.before||Dk.before);if(t==o&&Vk(e,e.selection.main.from))return $k(e,r,o)}return null}(e.state,i);return!!o&&(e.dispatch(o),!0)})),Hk=[{key:"Backspace",run:e=>{let{state:t,dispatch:n}=e;if(t.readOnly)return!1;let i=Ik(t,t.selection.main.head).brackets||Dk.brackets,r=null,o=t.changeByRange((e=>{if(e.empty){let n=function(e,t){let n=e.sliceString(t-2,t);return Yh(Vh(n,0))==n.length?n:n.slice(1)}(t.doc,e.head);for(let r of i)if(r==n&&Uk(t.doc,e.head)==jk(Vh(r,0)))return{changes:{from:e.head-r.length,to:e.head+r.length},range:op.cursor(e.head-r.length),userEvent:"delete.backward"}}return{range:r=e}}));return r||n(t.update(o,{scrollIntoView:!0})),!r}}];function Vk(e,t){let n=!1;return e.field(Bk).between(0,e.doc.length,(e=>{e==t&&(n=!0)})),n}function Uk(e,t){let n=e.sliceString(t,t+2);return n.slice(0,Yh(Vh(n,0)))}function Yk(e,t,n,i){let r=null,o=e.changeByRange((o=>{if(!o.empty)return{changes:[{insert:t,from:o.from},{insert:n,from:o.to}],effects:Pk.of(o.to+t.length),range:op.range(o.anchor+t.length,o.head+t.length)};let s=Uk(e.doc,o.head);return!s||/\s/.test(s)||i.indexOf(s)>-1?{changes:{insert:t+n,from:o.head},effects:Pk.of(o.head+t.length),range:op.cursor(o.head+t.length)}:{range:r=o}}));return r?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function $k(e,t,n){let i=null,r=e.selection.ranges.map((t=>t.empty&&Uk(e.doc,t.head)==n?op.cursor(t.head+n.length):i=t));return i?null:e.update({selection:op.create(r,e.selection.mainIndex),scrollIntoView:!0,effects:e.selection.ranges.map((e=>{let{from:t}=e;return qk.of(t)}))})}function Qk(e,t,n){let i=null,r=e.changeByRange((r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:t,from:r.to}],effects:Pk.of(r.to+t.length),range:op.range(r.anchor+t.length,r.head+t.length)};let o=r.head,s=Uk(e.doc,o);if(s==t){if(Gk(e,o))return{changes:{insert:t+t,from:o},effects:Pk.of(o+t.length),range:op.cursor(o+t.length)};if(Vk(e,o)){let i=n&&e.sliceDoc(o,o+3*t.length)==t+t+t;return{range:op.cursor(o+t.length*(i?3:1)),effects:qk.of(o)}}}else{if(n&&e.sliceDoc(o-2*t.length,o)==t+t&&Gk(e,o-2*t.length))return{changes:{insert:t+t+t+t,from:o},effects:Pk.of(o+t.length),range:op.cursor(o+t.length)};if(e.charCategorizer(o)(s)!=Up.Word){let n=e.sliceDoc(o-1,o);if(n!=t&&e.charCategorizer(o)(n)!=Up.Word&&!function(e,t,n){let i=ly(e).resolveInner(t,-1);for(let r=0;r<5;r++){if(e.sliceDoc(i.from,i.from+n.length)==n){let t=i.firstChild;for(;t&&t.from==i.from&&t.to-t.from>n.length;){if(e.sliceDoc(t.to-n.length,t.to)==n)return!1;t=t.firstChild}return!0}let r=i.to==t&&i.parent;if(!r)break;i=r}return!1}(e,o,t))return{changes:{insert:t+t,from:o},effects:Pk.of(o+t.length),range:op.cursor(o+t.length)}}}return{range:i=r}}));return i?null:e.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function Gk(e,t){let n=ly(e).resolveInner(t+1);return n.parent&&n.from==t}function Kk(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return[dk,GO.of(e),gk,Zk,bk]}const Jk=[{key:"Ctrl-Space",run:e=>!!e.state.field(dk,!1)&&(e.dispatch({effects:ck.of(!0)}),!0)},{key:"Escape",run:e=>{let t=e.state.field(dk,!1);return!(!t||!t.active.some((e=>0!=e.state)))&&(e.dispatch({effects:uk.of(null)}),!0)}},{key:"ArrowDown",run:fk(!0)},{key:"ArrowUp",run:fk(!1)},{key:"PageDown",run:fk(!0,"page")},{key:"PageUp",run:fk(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(dk,!1);return!(e.state.readOnly||!t||!t.open||Date.now()-t.open.timestamp<75)&&(UO(e,t.open.options[t.open.selected]),!0)}}],Zk=wp.highest(hb.computeN([GO],(e=>e.facet(GO).defaultKeymap?[Jk]:[])));const eT=[{label:"^"},{label:"*"},{label:"/"},{label:"%"},{label:"+"},{label:"-"},{label:"=="},{label:">="},{label:">"},{label:"<"},{label:"<="},{label:"!="},{label:"atan2"},{label:"and"},{label:"or"},{label:"unless"}],tT=[{label:"avg",detail:"aggregation",info:"Calculate the average over dimensions",type:"keyword"},{label:"bottomk",detail:"aggregation",info:"Smallest k elements by sample value",type:"keyword"},{label:"count",detail:"aggregation",info:"Count number of elements in the vector",type:"keyword"},{label:"count_values",detail:"aggregation",info:"Count number of elements with the same value",type:"keyword"},{label:"group",detail:"aggregation",info:"Group series, while setting the sample value to 1",type:"keyword"},{label:"max",detail:"aggregation",info:"Select maximum over dimensions",type:"keyword"},{label:"min",detail:"aggregation",info:"Select minimum over dimensions",type:"keyword"},{label:"quantile",detail:"aggregation",info:"Calculate \u03c6-quantile (0 \u2264 \u03c6 \u2264 1) over dimensions",type:"keyword"},{label:"stddev",detail:"aggregation",info:"Calculate population standard deviation over dimensions",type:"keyword"},{label:"stdvar",detail:"aggregation",info:"Calculate population standard variance over dimensions",type:"keyword"},{label:"sum",detail:"aggregation",info:"Calculate sum over dimensions",type:"keyword"},{label:"topk",detail:"aggregation",info:"Largest k elements by sample value",type:"keyword"}],nT=[{label:"sum(rate(__input_vector__[5m]))",type:"function",detail:"snippet",info:"Sum over rates of increase",apply:zk("sum(rate(${__input_vector__}[5m]))")},{label:"histogram_quantile(__quantile__, sum by(le) (rate(__histogram_metric__[5m])))",type:"function",detail:"snippet",info:"Approximate a quantile value from an aggregated histogram",apply:zk("histogram_quantile(${__quantile__}, sum by(le) (rate(${__histogram_metric__}[5m])))")},{label:'label_replace(__input_vector__, "__dst__", "__replacement__", "__src__", "__regex__")',type:"function",detail:"snippet",info:"Set or replace a label value in an input vector",apply:zk('label_replace(${__input_vector__}, "${__dst__}", "${__replacement__}", "${__src__}", "${__regex__}")')},{label:"topk(__rank_number__, __input_vector__)",type:"function",detail:"snippet",info:"Largest k elements by sample value",apply:zk("topk(${__rank_number__}, ${__input_vector__})")},{label:"bottomk(__rank_number__, __input_vector__)",type:"function",detail:"snippet",info:"Smallest k elements by sample value",apply:zk("bottomk(${__rank_number__}, ${__input_vector__})")},{label:'count_values("__label_name__", __input_vector__)',type:"function",detail:"snippet",info:"Count the number of series per distinct sample value",apply:zk('count_values("${__label_name__}", ${__metric__})')}],iT={matchOp:[{label:"="},{label:"!="},{label:"=~"},{label:"!~"}],binOp:eT,duration:[{label:"y"},{label:"w"},{label:"d"},{label:"h"},{label:"m"},{label:"s"},{label:"ms"}],binOpModifier:[{label:"on",info:"Match only on specified labels",type:"keyword"},{label:"ignoring",info:"Ignore specified labels for matching",type:"keyword"},{label:"group_left",info:"Allow many-to-one matching",type:"keyword"},{label:"group_right",info:"Allow one-to-many matching",type:"keyword"}],atModifier:[{label:"start()",info:"resolve to the start of the query",type:"keyword"},{label:"end()",info:"resolve to the end of the query",type:"keyword"}],functionIdentifier:[{label:"abs",detail:"function",info:"Return absolute values of input series",type:"function"},{label:"absent",detail:"function",info:"Determine whether input vector is empty",type:"function"},{label:"absent_over_time",detail:"function",info:"Determine whether input range vector is empty",type:"function"},{label:"acos",detail:"function",info:"Calculate the arccosine, in radians, for input series",type:"function"},{label:"acosh",detail:"function",info:"Calculate the inverse hyperbolic cosine, in radians, for input series",type:"function"},{label:"asin",detail:"function",info:"Calculate the arcsine, in radians, for input series",type:"function"},{label:"asinh",detail:"function",info:"Calculate the inverse hyperbolic sine, in radians, for input series",type:"function"},{label:"atan",detail:"function",info:"Calculate the arctangent, in radians, for input series",type:"function"},{label:"atanh",detail:"function",info:"Calculate the inverse hyperbolic tangent, in radians, for input series",type:"function"},{label:"avg_over_time",detail:"function",info:"Average series values over time",type:"function"},{label:"ceil",detail:"function",info:"Round up values of input series to nearest integer",type:"function"},{label:"changes",detail:"function",info:"Return number of value changes in input series over time",type:"function"},{label:"clamp",detail:"function",info:"Limit the value of input series between a minimum and a maximum",type:"function"},{label:"clamp_max",detail:"function",info:"Limit the value of input series to a maximum",type:"function"},{label:"clamp_min",detail:"function",info:"Limit the value of input series to a minimum",type:"function"},{label:"cos",detail:"function",info:"Calculate the cosine, in radians, for input series",type:"function",boost:-1},{label:"cosh",detail:"function",info:"Calculate the hyperbolic cosine, in radians, for input series",type:"function",boost:-1},{label:"count_over_time",detail:"function",info:"Count the number of values for each input series",type:"function"},{label:"days_in_month",detail:"function",info:"Return the number of days in current month for provided timestamps",type:"function"},{label:"day_of_month",detail:"function",info:"Return the day of the month for provided timestamps",type:"function"},{label:"day_of_week",detail:"function",info:"Return the day of the week for provided timestamps",type:"function"},{label:"day_of_year",detail:"function",info:"Return the day of the year for provided timestamps",type:"function"},{label:"deg",detail:"function",info:"Convert radians to degrees for input series",type:"function",boost:-1},{label:"delta",detail:"function",info:"Calculate the difference between beginning and end of a range vector (for gauges)",type:"function"},{label:"deriv",detail:"function",info:"Calculate the per-second derivative over series in a range vector (for gauges)",type:"function"},{label:"exp",detail:"function",info:"Calculate exponential function for input vector values",type:"function"},{label:"floor",detail:"function",info:"Round down values of input series to nearest integer",type:"function"},{label:"histogram_quantile",detail:"function",info:"Calculate quantiles from histogram buckets",type:"function"},{label:"holt_winters",detail:"function",info:"Calculate smoothed value of input series",type:"function"},{label:"hour",detail:"function",info:"Return the hour of the day for provided timestamps",type:"function"},{label:"idelta",detail:"function",info:"Calculate the difference between the last two samples of a range vector (for counters)",type:"function"},{label:"increase",detail:"function",info:"Calculate the increase in value over a range of time (for counters)",type:"function"},{label:"irate",detail:"function",info:"Calculate the per-second increase over the last two samples of a range vector (for counters)",type:"function"},{label:"label_replace",detail:"function",info:"Set or replace label values",type:"function"},{label:"label_join",detail:"function",info:"Join together label values into new label",type:"function"},{label:"last_over_time",detail:"function",info:"The most recent point value in specified interval.",type:"function"},{label:"ln",detail:"function",info:"Calculate natural logarithm of input series",type:"function"},{label:"log10",detail:"function",info:"Calulcate base-10 logarithm of input series",type:"function"},{label:"log2",detail:"function",info:"Calculate base-2 logarithm of input series",type:"function"},{label:"max_over_time",detail:"function",info:"Return the maximum value over time for input series",type:"function"},{label:"min_over_time",detail:"function",info:"Return the minimum value over time for input series",type:"function"},{label:"minute",detail:"function",info:"Return the minute of the hour for provided timestamps",type:"function"},{label:"month",detail:"function",info:"Return the month for provided timestamps",type:"function"},{label:"pi",detail:"function",info:"Return pi",type:"function"},{label:"predict_linear",detail:"function",info:"Predict the value of a gauge into the future",type:"function"},{label:"present_over_time",detail:"function",info:"the value 1 for any series in the specified interval",type:"function"},{label:"quantile_over_time",detail:"function",info:"Calculate value quantiles over time for input series",type:"function"},{label:"rad",detail:"function",info:"Convert degrees to radians for input series",type:"function",boost:-1},{label:"rate",detail:"function",info:"Calculate per-second increase over a range vector (for counters)",type:"function"},{label:"resets",detail:"function",info:"Return number of value decreases (resets) in input series of time",type:"function"},{label:"round",detail:"function",info:"Round values of input series to nearest integer",type:"function"},{label:"scalar",detail:"function",info:"Convert single-element series vector into scalar value",type:"function"},{label:"sgn",detail:"function",info:"Returns the sign of the instant vector",type:"function"},{label:"sin",detail:"function",info:"Calculate the sine, in radians, for input series",type:"function"},{label:"sinh",detail:"function",info:"Calculate the hyperbolic sine, in radians, for input series",type:"function"},{label:"sort",detail:"function",info:"Sort input series ascendingly by value",type:"function"},{label:"sort_desc",detail:"function",info:"Sort input series descendingly by value",type:"function"},{label:"sqrt",detail:"function",info:"Return the square root for input series",type:"function"},{label:"stddev_over_time",detail:"function",info:"Calculate the standard deviation within input series over time",type:"function"},{label:"stdvar_over_time",detail:"function",info:"Calculate the standard variation within input series over time",type:"function"},{label:"sum_over_time",detail:"function",info:"Calculate the sum over the values of input series over time",type:"function"},{label:"tan",detail:"function",info:"Calculate the tangent, in radians, for input series",type:"function"},{label:"tanh",detail:"function",info:"Calculate the hyperbolic tangent, in radians, for input series",type:"function"},{label:"time",detail:"function",info:"Return the Unix timestamp at the current evaluation time",type:"function"},{label:"timestamp",detail:"function",info:"Return the Unix timestamp for the samples in the input vector",type:"function"},{label:"vector",detail:"function",info:"Convert a scalar value into a single-element series vector",type:"function"},{label:"year",detail:"function",info:"Return the year for provided timestamps",type:"function"}],aggregateOp:tT,aggregateOpModifier:[{label:"by",info:"Keep the listed labels, remove all others.",type:"keyword"},{label:"without",info:"Remove the listed labels, preserve all others.",type:"keyword"}],number:[{label:"nan",info:"Floating-point NaN value",type:"constant"},{label:"inf",info:"Floating-point infinity",type:"constant"}]};var rT;function oT(e,t){let n=LO(e,MO);return n?(n=DO(n,wO,iA),n?t.sliceDoc(n.from,n.to):""):""}!function(e){e[e.MetricName=0]="MetricName",e[e.LabelName=1]="LabelName",e[e.LabelValue=2]="LabelValue",e[e.Function=3]="Function",e[e.Aggregation=4]="Aggregation",e[e.BinOpModifier=5]="BinOpModifier",e[e.BinOp=6]="BinOp",e[e.MatchOp=7]="MatchOp",e[e.AggregateOpModifier=8]="AggregateOpModifier",e[e.Duration=9]="Duration",e[e.Offset=10]="Offset",e[e.Bool=11]="Bool",e[e.AtModifiers=12]="AtModifiers",e[e.Number=13]="Number"}(rT||(rT={}));class sT{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e4;this.prometheusClient=e,this.maxMetricsMetadata=t}getPrometheusClient(){return this.prometheusClient}promQL(e){const{state:t,pos:n}=e,i=ly(t).resolve(n,-1),r=function(e,t){var n,i,r,o,s,a,l,c,u,h,p,d,f,m,g,b;const v=[];switch(t.type.id){case 0:if((null===(n=t.parent)||void 0===n?void 0:n.type.id)===bO){v.push({kind:rT.Duration});break}if((null===(i=t.parent)||void 0===i?void 0:i.type.id)===AO){v.push({kind:rT.MatchOp});break}if((null===(r=t.parent)||void 0===r?void 0:r.type.id)===gO){v.push({kind:rT.Duration});break}if((null===(o=t.parent)||void 0===o?void 0:o.type.id)===yO&&PO(t.parent,125)){v.push({kind:rT.Duration});break}const y=e.sliceDoc(t.from,t.to);eT.filter((e=>e.label.includes(y))).length>0&&v.push({kind:rT.BinOp});break;case iA:if(0===(null===(s=t.parent)||void 0===s?void 0:s.type.id)){const n=t.parent.parent;if(142===(null===n||void 0===n?void 0:n.type.id)){v.push({kind:rT.AtModifiers});break}if(30===(null===n||void 0===n?void 0:n.type.id)){v.push({kind:rT.AggregateOpModifier},{kind:rT.BinOp});break}if((null===n||void 0===n?void 0:n.type.id)===MO){const n=oT(t,e);tT.filter((e=>e.label===n)).length>0&&v.push({kind:rT.AggregateOpModifier}),v.push({kind:rT.BinOp},{kind:rT.Offset});break}if(n&&qO(n,Zx)){v.push({kind:rT.BinOp},{kind:rT.Offset});break}}const M=null===(c=null===(l=null===(a=t.parent)||void 0===a?void 0:a.parent)||void 0===l?void 0:l.parent)||void 0===c?void 0:c.parent;if(!M){v.push({kind:rT.MetricName,metricName:e.sliceDoc(t.from,t.to)});break}qO(M,Zx,Zx)?M.type.id!==tA||PO(M,0)||(v.push({kind:rT.MetricName,metricName:e.sliceDoc(t.from,t.to)},{kind:rT.Function},{kind:rT.Aggregation},{kind:rT.BinOpModifier},{kind:rT.Number}),PO(M,48,49,50,51,52,53)&&!DO(M,41,1)&&v.push({kind:rT.Bool})):(v.push({kind:rT.MetricName,metricName:e.sliceDoc(t.from,t.to)},{kind:rT.Function},{kind:rT.Aggregation}),38!==M.type.id&&M.type.id!==gO&&v.push({kind:rT.Number}));break;case 28:null!==t.firstChild&&0===t.firstChild.type.id&&v.push({kind:rT.MetricName,metricName:""},{kind:rT.Function},{kind:rT.Aggregation},{kind:rT.Number});break;case 33:v.push({kind:rT.LabelName});break;case 135:v.push({kind:rT.LabelName,metricName:oT(t,e)});break;case eA:35===(null===(u=t.parent)||void 0===u?void 0:u.type.id)?v.push({kind:rT.LabelName}):(null===(h=t.parent)||void 0===h?void 0:h.type.id)===AO&&v.push({kind:rT.LabelName,metricName:oT(t,e)});break;case vO:if((null===(p=t.parent)||void 0===p?void 0:p.type.id)===AO){let n="";(null===(d=t.parent.firstChild)||void 0===d?void 0:d.type.id)===eA&&(n=e.sliceDoc(t.parent.firstChild.from,t.parent.firstChild.to));const i=oT(t,e),r=EO(RO(LO(t,xO),xO,AO),e);v.push({kind:rT.LabelValue,metricName:i,labelName:n,matchers:r})}break;case 126:0===(null===(f=t.parent)||void 0===f?void 0:f.type.id)&&(null===(m=t.parent.parent)||void 0===m?void 0:m.type.id)===yO?v.push({kind:rT.Duration}):v.push({kind:rT.Number});break;case 125:case bO:v.push({kind:rT.Duration});break;case 37:v.push({kind:rT.MetricName,metricName:""},{kind:rT.Function},{kind:rT.Aggregation});break;case 53:(null===(g=t.parent)||void 0===g?void 0:g.type.id)===OO?v.push({kind:rT.MatchOp}):(null===(b=t.parent)||void 0===b?void 0:b.type.id)===tA&&v.push({kind:rT.BinOp});break;case kO:case 140:case 141:case OO:v.push({kind:rT.MatchOp});break;case 40:case 43:case 44:case 45:case 46:case 47:case 48:case 49:case 50:case 51:case 52:case 22:case 24:case 23:case tA:v.push({kind:rT.BinOp})}return v}(t,i);let o=Promise.resolve([]),s=!1,a=!0;for(const l of r)switch(l.kind){case rT.Aggregation:s=!0,o=o.then((e=>e.concat(iT.aggregateOp)));break;case rT.Function:s=!0,o=o.then((e=>e.concat(iT.functionIdentifier)));break;case rT.BinOpModifier:o=o.then((e=>e.concat(iT.binOpModifier)));break;case rT.BinOp:o=o.then((e=>e.concat(iT.binOp)));break;case rT.MatchOp:o=o.then((e=>e.concat(iT.matchOp)));break;case rT.AggregateOpModifier:o=o.then((e=>e.concat(iT.aggregateOpModifier)));break;case rT.Duration:a=!1,o=o.then((e=>e.concat(iT.duration)));break;case rT.Offset:o=o.then((e=>e.concat([{label:"offset"}])));break;case rT.Bool:o=o.then((e=>e.concat([{label:"bool"}])));break;case rT.AtModifiers:o=o.then((e=>e.concat(iT.atModifier)));break;case rT.Number:o=o.then((e=>e.concat(iT.number)));break;case rT.MetricName:o=o.then((e=>this.autocompleteMetricName(e,l)));break;case rT.LabelName:o=o.then((e=>this.autocompleteLabelName(e,l)));break;case rT.LabelValue:o=o.then((e=>this.autocompleteLabelValue(e,l)))}return o.then((e=>function(e,t,n){let i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];const r=e;return arguments.length>3&&void 0!==arguments[3]&&arguments[3]&&r.push(...nT),{from:t,to:n,options:r,validFor:i?/^[a-zA-Z0-9_:]+$/:void 0}}(e,function(e,t){var n,i,r,o,s,a;let l=e.from;return 135===e.type.id||33===e.type.id?l=function(e,t){let n=e.from+1;return null!==e.firstChild&&(n=t),n}(e,t):37===e.type.id||e.type.id===vO&&(null===(n=e.parent)||void 0===n?void 0:n.type.id)===AO?l++:(e.type.id===bO||126===e.type.id&&0===(null===(i=e.parent)||void 0===i?void 0:i.type.id)&&(null===(r=e.parent.parent)||void 0===r?void 0:r.type.id)===yO||0===e.type.id&&((null===(o=e.parent)||void 0===o?void 0:o.type.id)===bO||(null===(s=e.parent)||void 0===s?void 0:s.type.id)===gO||(null===(a=e.parent)||void 0===a?void 0:a.type.id)===yO&&PO(e.parent,125)))&&(l=t),l}(i,n),n,s,a)))}autocompleteMetricName(e,t){if(!this.prometheusClient)return e;const n=new Map;return this.prometheusClient.metricNames(t.metricName).then((e=>{var t;for(const i of e)n.set(i,{label:i,type:"constant"});if(e.length<=this.maxMetricsMetadata)return null===(t=this.prometheusClient)||void 0===t?void 0:t.metricMetadata()})).then((t=>{if(t)for(const[e,i]of n){const n=t[e.replace(/(_count|_sum|_bucket)$/,"")];if(n)if(n.length>1)for(const e of n)""===i.detail?i.detail=e.type:i.detail!==e.type&&(i.detail="unknown",i.info="multiple different definitions for this metric"),""===i.info?i.info=e.help:i.info!==e.help&&(i.info="multiple different definitions for this metric");else if(1===n.length){let{type:t,help:r}=n[0];"histogram"!==t&&"summary"!==t||(e.endsWith("_count")&&(t="counter",r="The total number of observations for: ".concat(r)),e.endsWith("_sum")&&(t="counter",r="The total sum of observations for: ".concat(r)),e.endsWith("_bucket")&&(t="counter",r="The total count of observations for a bucket in the histogram: ".concat(r))),i.detail=t,i.info=r}}return e.concat(Array.from(n.values()))}))}autocompleteLabelName(e,t){return this.prometheusClient?this.prometheusClient.labelNames(t.metricName).then((t=>e.concat(t.map((e=>({label:e,type:"constant"})))))):e}autocompleteLabelValue(e,t){return this.prometheusClient&&t.labelName?this.prometheusClient.labelValues(t.labelName,t.metricName,t.matchers).then((t=>e.concat(t.map((e=>({label:e,type:"text"})))))):e}}var aT=n(8446),lT=n.n(aT);const cT=400,uT=422,hT=503;class pT{constructor(e){this.lookbackInterval=432e5,this.httpMethod="POST",this.apiPrefix="/api/v1",this.fetchFn=(e,t)=>fetch(e,t),this.url=e.url?e.url:"",this.errorHandler=e.httpErrorHandler,e.lookbackInterval&&(this.lookbackInterval=e.lookbackInterval),e.fetchFn&&(this.fetchFn=e.fetchFn),e.httpMethod&&(this.httpMethod=e.httpMethod),e.apiPrefix&&(this.apiPrefix=e.apiPrefix)}labelNames(e){const t=new Date,n=new Date(t.getTime()-this.lookbackInterval);if(void 0===e||""===e){const e=this.buildRequest(this.labelsEndpoint(),new URLSearchParams({start:n.toISOString(),end:t.toISOString()}));return this.fetchAPI(e.uri,{method:this.httpMethod,body:e.body}).catch((e=>(this.errorHandler&&this.errorHandler(e),[])))}return this.series(e).then((e=>{const t=new Set;for(const n of e)for(const[e]of Object.entries(n))"__name__"!==e&&t.add(e);return Array.from(t)}))}labelValues(e,t,n){const i=new Date,r=new Date(i.getTime()-this.lookbackInterval);if(!t||0===t.length){const t=new URLSearchParams({start:r.toISOString(),end:i.toISOString()});return this.fetchAPI("".concat(this.labelValuesEndpoint().replace(/:name/gi,e),"?").concat(t)).catch((e=>(this.errorHandler&&this.errorHandler(e),[])))}return this.series(t,n,e).then((t=>{const n=new Set;for(const i of t)for(const[t,r]of Object.entries(i))"__name__"!==t&&t===e&&n.add(r);return Array.from(n)}))}metricMetadata(){return this.fetchAPI(this.metricMetadataEndpoint()).catch((e=>(this.errorHandler&&this.errorHandler(e),{})))}series(e,t,n){const i=new Date,r=new Date(i.getTime()-this.lookbackInterval),o=this.buildRequest(this.seriesEndpoint(),new URLSearchParams({start:r.toISOString(),end:i.toISOString(),"match[]":NO(e,t,n)}));return this.fetchAPI(o.uri,{method:this.httpMethod,body:o.body}).catch((e=>(this.errorHandler&&this.errorHandler(e),[])))}metricNames(){return this.labelValues("__name__")}fetchAPI(e,t){return this.fetchFn(this.url+e,t).then((e=>{if(!e.ok&&![cT,uT,hT].includes(e.status))throw new Error(e.statusText);return e})).then((e=>e.json())).then((e=>{if("error"===e.status)throw new Error(void 0!==e.error?e.error:'missing "error" field in response JSON');if(void 0===e.data)throw new Error('missing "data" field in response JSON');return e.data}))}buildRequest(e,t){let n=e,i=t;return"GET"===this.httpMethod&&(n="".concat(n,"?").concat(t),i=null),{uri:n,body:i}}labelsEndpoint(){return"".concat(this.apiPrefix,"/labels")}labelValuesEndpoint(){return"".concat(this.apiPrefix,"/label/:name/values")}seriesEndpoint(){return"".concat(this.apiPrefix,"/series")}metricMetadataEndpoint(){return"".concat(this.apiPrefix,"/metadata")}}class dT{constructor(e){const t=e&&e.maxAge?e.maxAge:3e5;this.completeAssociation=new(lT())(t),this.metricMetadata={},this.labelValues=new(lT())(t),this.labelNames=[],(null===e||void 0===e?void 0:e.initialMetricList)&&this.setLabelValues("__name__",e.initialMetricList)}setAssociations(e,t){t.forEach((t=>{let n=this.completeAssociation.get(e);n||(n=new Map,this.completeAssociation.set(e,n));for(const[e,i]of Object.entries(t)){if("__name__"===e)continue;const t=n.get(e);void 0===t?n.set(e,new Set([i])):t.add(i)}}))}setMetricMetadata(e){this.metricMetadata=e}getMetricMetadata(){return this.metricMetadata}setLabelNames(e){this.labelNames=e}getLabelNames(e){if(!e||0===e.length)return this.labelNames;const t=this.completeAssociation.get(e);return t?Array.from(t.keys()):[]}setLabelValues(e,t){this.labelValues.set(e,t)}getLabelValues(e,t){if(!t||0===t.length){const t=this.labelValues.get(e);return t||[]}const n=this.completeAssociation.get(t);if(n){const t=n.get(e);return t?Array.from(t):[]}return[]}}class fT{constructor(e,t){this.client=e,this.cache=new dT(t)}labelNames(e){const t=this.cache.getLabelNames(e);return t&&t.length>0?Promise.resolve(t):void 0===e||""===e?this.client.labelNames().then((e=>(this.cache.setLabelNames(e),e))):this.series(e).then((()=>this.cache.getLabelNames(e)))}labelValues(e,t){const n=this.cache.getLabelValues(e,t);return n&&n.length>0?Promise.resolve(n):void 0===t||""===t?this.client.labelValues(e).then((t=>(this.cache.setLabelValues(e,t),t))):this.series(t).then((()=>this.cache.getLabelValues(e,t)))}metricMetadata(){const e=this.cache.getMetricMetadata();return e&&Object.keys(e).length>0?Promise.resolve(e):this.client.metricMetadata().then((e=>(this.cache.setMetricMetadata(e),this.cache.getMetricMetadata())))}series(e){return this.client.series(e).then((t=>(this.cache.setAssociations(e,t),t)))}metricNames(){return this.labelValues("__name__")}}function mT(e){return(null===e||void 0===e?void 0:e.completeStrategy)?e.completeStrategy:(null===e||void 0===e?void 0:e.remote)?function(e){const t=e;return void 0!==t.url||void 0!==t.lookbackInterval||void 0!==t.httpErrorHandler||void 0!==t.fetchFn||void 0!==t.cache||void 0!==t.httpMethod||void 0!==t.apiPrefix}(e.remote)?new sT(new fT(new pT(e.remote),e.remote.cache),e.maxMetricsMetadata):new sT(e.remote,e.maxMetricsMetadata):new sT}class gT{promQL(){return e=>{const t=new WO(e.state);return t.analyze(),t.getDiagnostics()}}}function bT(e,t){return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return gx.of({source:e,config:t})}(e.call(t))}var vT;!function(e){e.PromQL="PromQL",e.MetricName="MetricName"}(vT||(vT={}));const yT=ib.theme({"&":{"&.cm-focused":{outline:"none",outline_fallback:"none"}},".cm-scroller":{overflow:"hidden",fontFamily:'"DejaVu Sans Mono", monospace'},".cm-placeholder":{fontFamily:'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'},".cm-matchingBracket":{color:"#000",backgroundColor:"#dedede",fontWeight:"bold",outline:"1px dashed transparent"},".cm-nonmatchingBracket":{borderColor:"red"},".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{maxHeight:"350px",fontFamily:'"DejaVu Sans Mono", monospace',maxWidth:"unset"},"& > ul > li":{padding:"2px 1em 2px 3px"},minWidth:"30%"},".cm-completionDetail":{float:"right",color:"#999"},".cm-tooltip.cm-completionInfo":{marginTop:"-11px",padding:"10px",fontFamily:"'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;",border:"none",minWidth:"250px",maxWidth:"min-content"},".cm-completionInfo.cm-completionInfo-right":{"&:before":{content:"' '",height:"0",position:"absolute",width:"0",left:"-20px",borderWidth:"10px",borderStyle:"solid",borderColor:"transparent"},marginLeft:"12px"},".cm-completionInfo.cm-completionInfo-left":{"&:before":{content:"' '",height:"0",position:"absolute",width:"0",right:"-20px",borderWidth:"10px",borderStyle:"solid",borderColor:"transparent"},marginRight:"12px"},".cm-completionMatchedText":{textDecoration:"none",fontWeight:"bold",color:"#0066bf"},".cm-selectionMatch":{backgroundColor:"#e6f3ff"},".cm-diagnostic":{"&.cm-diagnostic-error":{borderLeft:"3px solid #e65013"}},".cm-completionIcon":{boxSizing:"content-box",fontSize:"16px",lineHeight:"1",marginRight:"10px",verticalAlign:"top","&:after":{content:"'\\ea88'"},fontFamily:"codicon",paddingRight:"0",opacity:"1",color:"#007acc"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'\\ea8c'"},color:"#652d90"},".cm-completionIcon-class":{"&:after":{content:"'\u25cb'"}},".cm-completionIcon-interface":{"&:after":{content:"'\u25cc'"}},".cm-completionIcon-variable":{"&:after":{content:"'\ud835\udc65'"}},".cm-completionIcon-constant":{"&:after":{content:"'\\eb5f'"},color:"#007acc"},".cm-completionIcon-type":{"&:after":{content:"'\ud835\udc61'"}},".cm-completionIcon-enum":{"&:after":{content:"'\u222a'"}},".cm-completionIcon-property":{"&:after":{content:"'\u25a1'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\\eb62'"},color:"#616161"},".cm-completionIcon-namespace":{"&:after":{content:"'\u25a2'"}},".cm-completionIcon-text":{"&:after":{content:"'\\ea95'"},color:"#ee9d28"}}),MT=ib.theme({".cm-tooltip":{backgroundColor:"#f8f8f8",borderColor:"rgba(52, 79, 113, 0.2)"},".cm-tooltip.cm-tooltip-autocomplete":{"& li:hover":{backgroundColor:"#ddd"},"& > ul > li[aria-selected]":{backgroundColor:"#d6ebff",color:"unset"}},".cm-tooltip.cm-completionInfo":{backgroundColor:"#d6ebff"},".cm-tooltip > .cm-completionInfo.cm-completionInfo-right":{"&:before":{borderRightColor:"#d6ebff"}},".cm-tooltip > .cm-completionInfo.cm-completionInfo-left":{"&:before":{borderLeftColor:"#d6ebff"}},".cm-line":{"&::selection":{backgroundColor:"#add6ff"},"& > span::selection":{backgroundColor:"#add6ff"}}},{dark:!1}),wT=ib.theme({".cm-content":{caretColor:"#fff"},".cm-tooltip.cm-completionInfo":{backgroundColor:"#333338"},".cm-tooltip > .cm-completionInfo.cm-completionInfo-right":{"&:before":{borderRightColor:"#333338"}},".cm-tooltip > .cm-completionInfo.cm-completionInfo-left":{"&:before":{borderLeftColor:"#333338"}},".cm-line":{"&::selection":{backgroundColor:"#767676"},"& > span::selection":{backgroundColor:"#767676"}}},{dark:!0}),xT=Ey.define([{tag:ty.name,color:"#000"},{tag:ty.number,color:"#09885a"},{tag:ty.string,color:"#a31515"},{tag:ty.keyword,color:"#008080"},{tag:ty.function(ty.variableName),color:"#008080"},{tag:ty.labelName,color:"#800000"},{tag:ty.operator},{tag:ty.modifier,color:"#008080"},{tag:ty.paren},{tag:ty.squareBracket},{tag:ty.brace},{tag:ty.invalid,color:"red"},{tag:ty.comment,color:"#888",fontStyle:"italic"}]),AT=i.createContext({theme:"light",userPreference:"auto",setTheme:e=>{}}),OT=()=>i.useContext(AT),kT=new class{constructor(){this.complete=mT(),this.lint=new gT,this.enableLinter=!0,this.enableCompletion=!0}setComplete(e){return this.complete=mT(e),this}getComplete(){return this.complete}activateCompletion(e){return this.enableCompletion=e,this}setLinter(e){return this.lint=e,this}getLinter(){return this.lint}activateLinter(e){return this.enableLinter=e,this}asExtension(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:vT.PromQL;const t=(n=e,ay.define({parser:Jx.configure({top:n}),languageData:{closeBrackets:{brackets:["(","[","{","'",'"',"`"]},commentTokens:{line:"#"}}}));var n;let i=[t];if(this.enableCompletion){const e=t.data.of({autocomplete:e=>this.complete.promQL(e)});i=i.concat(e)}return this.enableLinter&&(i=i.concat(bT(this.lint.promQL,this.lint))),i}},TT=new Ap;class ST{constructor(e,t){this.complete=void 0,this.queryHistory=void 0,this.complete=e,this.queryHistory=t}promQL(e){return Promise.resolve(this.complete.promQL(e)).then((t=>{const{state:n,pos:i}=e,r=ly(n).resolve(i,-1),o=null!=t?t.from:r.from;if(0!==o)return t;const s={from:o,to:i,options:this.queryHistory.map((e=>({label:e.length<80?e:e.slice(0,76).concat("..."),detail:"past query",apply:e,info:e.length<80?void 0:e}))),validFor:/^[a-zA-Z0-9_:]+$/};return null!==t&&(s.options=s.options.concat(t.options)),s}))}}const zT=e=>{let{pathPrefix:t,value:n,onExpressionChange:r,queryHistory:o,metricNames:s,executeQuery:a,loading:l,enableAutocomplete:c,enableHighlighting:u,enableLinter:h,executeExplain:p,disableExplain:d}=e;const f=(0,i.useRef)(null),m=(0,i.useRef)(null),{theme:g}=OT();return(0,i.useEffect)((()=>{kT.activateCompletion(c).activateLinter(h).setComplete({completeStrategy:new ST(mT({remote:{url:t||"",cache:{initialMetricList:s}}}),o)});const e=[u?Py(xT):[],kT.asExtension(),"dark"===g?wT:MT],i=m.current;if(null===i){if(!f.current)throw new Error("expected CodeMirror container element to exist");const t=Gp.create({doc:n,extensions:[yT,Tb(),gM(),Gp.allowMultipleSelections.of(!0),Gp.transactionFilter.of((e=>{if(!e.docChanged||!e.isUserEvent("input.type")&&!e.isUserEvent("input.complete"))return e;let t=e.startState.languageDataAt("indentOnInput",e.startState.selection.main.head);if(!t.length)return e;let n=e.newDoc,{head:i}=e.newSelection.main,r=n.lineAt(i);if(i>r.from+200)return e;let o=n.sliceString(r.from,i);if(!t.some((e=>e.test(o))))return e;let{state:s}=e,a=-1,l=[];for(let{head:c}of s.selection.ranges){let e=s.doc.lineAt(c);if(e.from==a)continue;a=e.from;let t=xy(s,e.from);if(null==t)continue;let n=/^\s*/.exec(e.text)[0],i=wy(s,t);n!=i&&l.push({from:e.from,to:e.from+n.length,insert:i})}return l.length?[e,{changes:l,sequential:!0}]:e})),Yy(),[Fk,Bk],Kk(),Qw(),ib.lineWrapping,hb.of([...Hk,...qw,...LM,...Jk,...fx]),Eb("Expression (press Shift+Enter for newlines)"),TT.of(e),hb.of([{key:"Escape",run:e=>(e.contentDOM.blur(),!1)}]),wp.highest(hb.of([{key:"Enter",run:e=>(a(),!0)},{key:"Shift-Enter",run:_w}])),ib.updateListener.of((e=>{r(e.state.doc.toString())}))]}),i=new ib({state:t,parent:f.current});m.current=i,i.focus()}else i.dispatch(i.state.update({effects:TT.reconfigure(e)}))}),[c,u,h,a,r,o,g]),(0,Gr.jsx)(Gr.Fragment,{children:(0,Gr.jsxs)(Mh,{className:"expression-input",children:[(0,Gr.jsx)(Th,{addonType:"prepend",children:(0,Gr.jsx)(Ah,{children:l?(0,Gr.jsx)(Cr,{icon:Yr,spin:!0}):(0,Gr.jsx)(Cr,{icon:Fr})})}),(0,Gr.jsx)("div",{ref:f,className:"cm-expression-input"}),(0,Gr.jsx)(Th,{addonType:"append",children:(0,Gr.jsx)(ts,{className:"execute-btn",color:"primary",onClick:a,children:"Execute"})}),(0,Gr.jsx)(ts,{className:"ml-2",color:"info",onClick:p,disabled:d,children:"Explain"})]})})};var CT={children:c().node,inline:c().bool,tag:x,innerRef:c().oneOfType([c().object,c().func,c().string]),className:c().string,cssModule:c().object},_T=function(e){function t(t){var n;return(n=e.call(this,t)||this).getRef=n.getRef.bind(mt(n)),n.submit=n.submit.bind(mt(n)),n}bt(t,e);var n=t.prototype;return n.getRef=function(e){this.props.innerRef&&this.props.innerRef(e),this.ref=e},n.submit=function(){this.ref&&this.ref.submit()},n.render=function(){var e=this.props,t=e.className,n=e.cssModule,r=e.inline,a=e.tag,l=e.innerRef,c=s(e,["className","cssModule","inline","tag","innerRef"]),u=f(h()(t,!!r&&"form-inline"),n);return i.createElement(a,o({},c,{ref:l,className:u}))},t}(i.Component);_T.propTypes=CT,_T.defaultProps={tag:"form"};const ET=_T;var NT={tag:x,"aria-label":c().string,className:c().string,cssModule:c().object,role:c().string,size:c().string,vertical:c().bool},LT=function(e){var t=e.className,n=e.cssModule,r=e.size,a=e.vertical,l=e.tag,c=s(e,["className","cssModule","size","vertical","tag"]),u=f(h()(t,!!r&&"btn-group-"+r,a?"btn-group-vertical":"btn-group"),n);return i.createElement(l,o({},c,{className:u}))};LT.propTypes=NT,LT.defaultProps={tag:"div",role:"group"};const DT=LT;var PT=n(6178),qT=n.n(PT);((e,t)=>{function n(e){return new Date(e),"[object Date]"===Object.prototype.toString.call(t)&&!isNaN(t.getTime());var t}const i=e=>e.replace(/(^\s+)|(\s+$)/g,""),r="datetimepicker",o="".concat(r),s=".".concat(o),a=".data-api",l={DATA_TOGGLE:'[data-toggle="'.concat(o,'"]')},c={INPUT:"".concat(r,"-input")},u={CHANGE:"change".concat(s),BLUR:"blur".concat(s),KEYUP:"keyup".concat(s),KEYDOWN:"keydown".concat(s),FOCUS:"focus".concat(s),CLICK_DATA_API:"click".concat(s).concat(a),UPDATE:"update".concat(s),ERROR:"error".concat(s),HIDE:"hide".concat(s),SHOW:"show".concat(s)},h=[{CLASS_NAME:"days",NAV_FUNCTION:"M",NAV_STEP:1},{CLASS_NAME:"months",NAV_FUNCTION:"y",NAV_STEP:1},{CLASS_NAME:"years",NAV_FUNCTION:"y",NAV_STEP:10},{CLASS_NAME:"decades",NAV_FUNCTION:"y",NAV_STEP:100}],p={up:38,38:"up",down:40,40:"down",left:37,37:"left",right:39,39:"right",tab:9,9:"tab",escape:27,27:"escape",enter:13,13:"enter",pageUp:33,33:"pageUp",pageDown:34,34:"pageDown",shift:16,16:"shift",control:17,17:"control",space:32,32:"space",t:84,84:"t",delete:46,46:"delete"},d=["times","days","months","years","decades"],f={},m={},g={timeZone:-39,format:-38,dayViewHeaderFormat:-37,extraFormats:-36,stepping:-35,minDate:-34,maxDate:-33,useCurrent:-32,collapse:-31,locale:-30,defaultDate:-29,disabledDates:-28,enabledDates:-27,icons:-26,tooltips:-25,useStrict:-24,sideBySide:-23,daysOfWeekDisabled:-22,calendarWeeks:-21,viewMode:-20,toolbarPlacement:-19,buttons:-18,widgetPositioning:-17,widgetParent:-16,ignoreReadonly:-15,keepOpen:-14,focusOnShow:-13,inline:-12,keepInvalid:-11,keyBinds:-10,debug:-9,allowInputToggle:-8,disabledTimeIntervals:-7,disabledHours:-6,enabledHours:-5,viewDate:-4,allowMultidate:-3,multidateSeparator:-2,updateOnlyThroughDateOption:-1,date:1},b={time:"clock",date:"calendar",up:"arrow-up",down:"arrow-down",previous:"arrow-left",next:"arrow-right",today:"arrow-down-circle",clear:"trash-2",close:"x"};function v(e,t){return g[e]&&g[t]?g[e]<0&&g[t]<0?Math.abs(g[t])-Math.abs(g[e]):g[e]<0?-1:g[t]<0?1:g[e]-g[t]:g[e]?g[e]:g[t]?g[t]:0}let y={timeZone:"",format:!1,dayViewHeaderFormat:"MMMM YYYY",extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:t.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{type:"class",time:"fa fa-clock-o",date:"fa fa-calendar",up:"fa fa-arrow-up",down:"fa fa-arrow-down",previous:"fa fa-chevron-left",next:"fa fa-chevron-right",today:"fa fa-calendar-check-o",clear:"fa fa-trash",close:"fa fa-times"},tooltips:{today:"Go to today",clear:"Clear selection",close:"Close the picker",selectMonth:"Select Month",prevMonth:"Previous Month",nextMonth:"Next Month",selectYear:"Select Year",prevYear:"Previous Year",nextYear:"Next Year",selectDecade:"Select Decade",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevCentury:"Previous Century",nextCentury:"Next Century",pickHour:"Pick Hour",incrementHour:"Increment Hour",decrementHour:"Decrement Hour",pickMinute:"Pick Minute",incrementMinute:"Increment Minute",decrementMinute:"Decrement Minute",pickSecond:"Pick Second",incrementSecond:"Increment Second",decrementSecond:"Decrement Second",togglePeriod:"Toggle Period",selectTime:"Select Time",selectDate:"Select Date"},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:"days",toolbarPlacement:"default",buttons:{showToday:!1,showClear:!1,showClose:!1},widgetPositioning:{horizontal:"auto",vertical:"auto"},widgetParent:null,readonly:!1,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,keyBinds:{up:function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(7,"d")):this.date(e.clone().add(this.stepping(),"m")),!0},down:function(){if(!this.widget)return this.show(),!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(7,"d")):this.date(e.clone().subtract(this.stepping(),"m")),!0},"control up":function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(1,"y")):this.date(e.clone().add(1,"h")),!0},"control down":function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(1,"y")):this.date(e.clone().subtract(1,"h")),!0},left:function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"d")),!0},right:function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"d")),!0},pageUp:function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"M")),!0},pageDown:function(){if(!this.widget)return!1;const e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"M")),!0},enter:function(){return!!this.widget&&(this.hide(),!0)},escape:function(){return!!this.widget&&(this.hide(),!0)},"control space":function(){return!!this.widget&&(this.widget.find(".timepicker").is(":visible")&&this.widget.find('.btn[data-action="togglePeriod"]').click(),!0)},t:function(){return!!this.widget&&(this.date(this.getMoment()),!0)},delete:function(){return!!this.widget&&(this.clear(),!0)}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1,allowMultidate:!1,multidateSeparator:", ",updateOnlyThroughDateOption:!1,promptTimeOnDateChange:!1,promptTimeOnDateChangeTransitionDelay:200};class M{constructor(e,t){this._options=this._getOptions(t),this._element=e,this._dates=[],this._datesFormatted=[],this._viewDate=null,this.unset=!0,this.component=!1,this.widget=!1,this.use24Hours=null,this.actualFormat=null,this.parseFormats=null,this.currentViewMode=null,this.MinViewModeNumber=0,this.isInitFormatting=!1,this.isInit=!1,this.isDateUpdateThroughDateOptionFromClientCode=!1,this.hasInitDate=!1,this.initDate=void 0,this._notifyChangeEventContext=void 0,this._currentPromptTimeTimeout=null,this._int()}static get NAME(){return r}static get DATA_KEY(){return o}static get EVENT_KEY(){return s}static get DATA_API_KEY(){return a}static get DatePickerModes(){return h}static get ViewModes(){return d}static get Event(){return u}static get Selector(){return l}static get Default(){return y}static set Default(e){e}static get ClassName(){return c}_int(){this.isInit=!0;const t=this._element.data("target-input");this._element.is("input")?this.input=this._element:void 0!==t&&(this.input="nearest"===t?this._element.find("input"):e(t)),this._dates=[],this._dates[0]=this.getMoment(),this._viewDate=this.getMoment().clone(),e.extend(!0,this._options,this._dataToOptions()),this.hasInitDate=!1,this.initDate=void 0,this.options(this._options),this.isInitFormatting=!0,this._initFormatting(),this.isInitFormatting=!1,void 0!==this.input&&this.input.is("input")&&0!==this.input.val().trim().length?this._setValue(this._parseInputDate(this.input.val().trim()),0):this._options.defaultDate&&void 0!==this.input&&void 0===this.input.attr("placeholder")&&this._setValue(this._options.defaultDate,0),this.hasInitDate&&this.date(this.initDate),this._options.inline&&this.show(),this.isInit=!1}_update(){this.widget&&(this._fillDate(),this._fillTime())}_setValue(e,t){const n="undefined"===typeof t,r=!e&&n,o=this.isDateUpdateThroughDateOptionFromClientCode,s=!this.isInit&&this._options.updateOnlyThroughDateOption&&!o;let a="",l=!1,c=this.unset?null:this._dates[t];if(!c&&!this.unset&&n&&r&&this._dates[this._dates.length-1],!e)return s?void this._notifyEvent({type:M.Event.CHANGE,date:e,oldDate:c,isClear:r,isInvalid:l,isDateUpdateThroughDateOptionFromClientCode:o,isInit:this.isInit}):(!this._options.allowMultidate||1===this._dates.length||r?(this.unset=!0,this._dates=[],this._datesFormatted=[]):("".concat(this._element.data("date")).concat(this._options.multidateSeparator),c&&a.replace("".concat(c.format(this.actualFormat)).concat(this._options.multidateSeparator),"").replace("".concat(this._options.multidateSeparator).concat(this._options.multidateSeparator),"").replace(new RegExp("".concat(this._options.multidateSeparator.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"\\s*$")),"")||"",this._dates.splice(t,1),this._datesFormatted.splice(t,1)),i(a),void 0!==this.input&&(this.input.val(a),this.input.trigger("input")),this._element.data("date",a),this._notifyEvent({type:M.Event.CHANGE,date:!1,oldDate:c,isClear:r,isInvalid:l,isDateUpdateThroughDateOptionFromClientCode:o,isInit:this.isInit}),void this._update());if(e.clone().locale(this._options.locale),this._hasTimeZone()&&e.tz(this._options.timeZone),1!==this._options.stepping&&e.minutes(Math.round(e.minutes()/this._options.stepping)*this._options.stepping).seconds(0),this._isValid(e)){if(s)return void this._notifyEvent({type:M.Event.CHANGE,date:e.clone(),oldDate:c,isClear:r,isInvalid:l,isDateUpdateThroughDateOptionFromClientCode:o,isInit:this.isInit});if(this._dates[t]=e,this._datesFormatted[t]=e.format("YYYY-MM-DD"),this._viewDate=e.clone(),this._options.allowMultidate&&this._dates.length>1){for(let e=0;e1)throw new TypeError("isEnabled expects a single character string parameter");switch(e){case"y":return-1!==this.actualFormat.indexOf("Y");case"M":return-1!==this.actualFormat.indexOf("M");case"d":return-1!==this.actualFormat.toLowerCase().indexOf("d");case"h":case"H":return-1!==this.actualFormat.toLowerCase().indexOf("h");case"m":return-1!==this.actualFormat.indexOf("m");case"s":return-1!==this.actualFormat.indexOf("s");case"a":case"A":return-1!==this.actualFormat.toLowerCase().indexOf("a");default:return!1}}_hasTime(){return this._isEnabled("h")||this._isEnabled("m")||this._isEnabled("s")}_hasDate(){return this._isEnabled("y")||this._isEnabled("M")||this._isEnabled("d")}_dataToOptions(){const t=this._element.data();let n={};return t.dateOptions&&t.dateOptions instanceof Object&&e.extend(!0,n,t.dateOptions),e.each(this._options,(function(e){const i="date".concat(e.charAt(0).toUpperCase()).concat(e.slice(1));void 0!==t[i]?n[e]=t[i]:delete n[e]})),n}_format(){return this._options.format||"YYYY-MM-DD HH:mm"}_areSameDates(e,n){const i=this._format();return e&&n&&(e.isSame(n)||t(e.format(i),i).isSame(t(n.format(i),i)))}_notifyEvent(e){if(e.type===M.Event.CHANGE){if(this._notifyChangeEventContext=this._notifyChangeEventContext||0,this._notifyChangeEventContext++,e.date&&this._areSameDates(e.date,e.oldDate)||!e.isClear&&!e.date&&!e.oldDate||this._notifyChangeEventContext>1)return void(this._notifyChangeEventContext=void 0);this._handlePromptTimeIfNeeded(e)}this._element.trigger(e),this._notifyChangeEventContext=void 0}_handlePromptTimeIfNeeded(e){if(this._options.promptTimeOnDateChange){if(!e.oldDate&&this._options.useCurrent)return;if(e.oldDate&&e.date&&(e.oldDate.format("YYYY-MM-DD")===e.date.format("YYYY-MM-DD")||e.oldDate.format("YYYY-MM-DD")!==e.date.format("YYYY-MM-DD")&&e.oldDate.format("HH:mm:ss")!==e.date.format("HH:mm:ss")))return;const t=this;clearTimeout(this._currentPromptTimeTimeout),this._currentPromptTimeTimeout=setTimeout((function(){t.widget&&t.widget.find('[data-action="togglePicker"]').click()}),this._options.promptTimeOnDateChangeTransitionDelay)}}_viewUpdate(e){"y"===e&&"YYYY",this._notifyEvent({type:M.Event.UPDATE,change:e,viewDate:this._viewDate.clone()})}_showMode(e){this.widget&&(e&&(this.currentViewMode=Math.max(this.MinViewModeNumber,Math.min(3,this.currentViewMode+e))),this.widget.find(".datepicker > div").hide().filter(".datepicker-".concat(h[this.currentViewMode].CLASS_NAME)).show())}_isInDisabledDates(e){return!0===this._options.disabledDates[e.format("YYYY-MM-DD")]}_isInEnabledDates(e){return!0===this._options.enabledDates[e.format("YYYY-MM-DD")]}_isInDisabledHours(e){return!0===this._options.disabledHours[e.format("H")]}_isInEnabledHours(e){return!0===this._options.enabledHours[e.format("H")]}_isValid(t,n){if(!t||!t.isValid())return!1;if(this._options.disabledDates&&"d"===n&&this._isInDisabledDates(t))return!1;if(this._options.enabledDates&&"d"===n&&!this._isInEnabledDates(t))return!1;if(this._options.minDate&&t.isBefore(this._options.minDate,n))return!1;if(this._options.maxDate&&t.isAfter(this._options.maxDate,n))return!1;if(this._options.daysOfWeekDisabled&&"d"===n&&-1!==this._options.daysOfWeekDisabled.indexOf(t.day()))return!1;if(this._options.disabledHours&&("h"===n||"m"===n||"s"===n)&&this._isInDisabledHours(t))return!1;if(this._options.enabledHours&&("h"===n||"m"===n||"s"===n)&&!this._isInEnabledHours(t))return!1;if(this._options.disabledTimeIntervals&&("h"===n||"m"===n||"s"===n)){let n=!1;if(e.each(this._options.disabledTimeIntervals,(function(){if(t.isBetween(this[0],this[1]))return!0,!1})),n)return!1}return!0}_parseInputDate(e){let{isPickerShow:n=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return void 0===this._options.parseInputDate||n?t.isMoment(e)||this.getMoment(e):this._options.parseInputDate(e),e}_keydown(e){let t,n,i,r,o=null;const s=[],a={},l=e.which;for(t in f[l]="p",f)f.hasOwnProperty(t)&&"p"===f[t]&&(s.push(t),parseInt(t,10)!==l&&(a[t]=!0));for(t in this._options.keyBinds)if(this._options.keyBinds.hasOwnProperty(t)&&"function"===typeof this._options.keyBinds[t]&&(t.split(" "),i.length===s.length&&p[l]===i[i.length-1])){for(!0,i.length-2;n>=0;n--)if(!(p[i[n]]in a)){!1;break}if(r){this._options.keyBinds[t];break}}o&&o.call(this)&&(e.stopPropagation(),e.preventDefault())}_keyup(e){f[e.which]="r",m[e.which]&&(m[e.which]=!1,e.stopPropagation(),e.preventDefault())}_indexGivenDates(t){const n={},i=this;return e.each(t,(function(){const e=i._parseInputDate(this);e.isValid()&&(n[e.format("YYYY-MM-DD")]=!0)})),!!Object.keys(n).length&&n}_indexGivenHours(t){const n={};return e.each(t,(function(){n[this]=!0})),!!Object.keys(n).length&&n}_initFormatting(){const e=this._options.format||"L LT",t=this;this.actualFormat=e.replace(/(\[[^\[]*])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,(function(e){return(t.isInitFormatting&&null===t._options.date?t.getMoment():t._dates[0]).localeData().longDateFormat(e)||e})),this.parseFormats=this._options.extraFormats?this._options.extraFormats.slice():[],this.parseFormats.indexOf(e)<0&&this.parseFormats.indexOf(this.actualFormat)<0&&this.parseFormats.push(this.actualFormat),this.use24Hours=this.actualFormat.toLowerCase().indexOf("a")<1&&this.actualFormat.replace(/\[.*?]/g,"").indexOf("h")<1,this._isEnabled("y")&&(this.MinViewModeNumber=2),this._isEnabled("M")&&(this.MinViewModeNumber=1),this._isEnabled("d")&&(this.MinViewModeNumber=0),this.currentViewMode=Math.max(this.MinViewModeNumber,this.currentViewMode),this.unset||this._setValue(this._dates[0],0)}_getLastPickedDate(){let e=this._dates[this._getLastPickedDateIndex()];return!e&&this._options.allowMultidate&&t(new Date),e}_getLastPickedDateIndex(){return this._dates.length-1}getMoment(e){let n;return void 0===e||null===e?t().clone().locale(this._options.locale):this._hasTimeZone()?t.tz(e,this.parseFormats,this._options.locale,this._options.useStrict,this._options.timeZone):t(e,this.parseFormats,this._options.locale,this._options.useStrict),this._hasTimeZone()&&n.tz(this._options.timeZone),n}toggle(){return this.widget?this.hide():this.show()}readonly(e){if(0===arguments.length)return this._options.readonly;if("boolean"!==typeof e)throw new TypeError("readonly() expects a boolean parameter");this._options.readonly=e,void 0!==this.input&&this.input.prop("readonly",this._options.readonly),this.widget&&(this.hide(),this.show())}ignoreReadonly(e){if(0===arguments.length)return this._options.ignoreReadonly;if("boolean"!==typeof e)throw new TypeError("ignoreReadonly() expects a boolean parameter");this._options.ignoreReadonly=e}options(t){if(0===arguments.length)return e.extend(!0,{},this._options);if(!(t instanceof Object))throw new TypeError("options() this.options parameter should be an object");e.extend(!0,this._options,t);const n=this,i=Object.keys(this._options).sort(v);e.each(i,(function(e,t){const i=n._options[t];if(void 0!==n[t]){if(n.isInit&&"date"===t)return n.hasInitDate=!0,void(n.initDate=i);n[t](i)}}))}date(e,i){if(i||0,0===arguments.length)return this.unset?null:this._options.allowMultidate?this._dates.join(this._options.multidateSeparator):this._dates[i].clone();if(null!==e&&"string"!==typeof e&&!t.isMoment(e)&&!(e instanceof Date))throw new TypeError("date() parameter must be one of [null, string, moment or Date]");"string"===typeof e&&n(e)&&new Date(e),this._setValue(null===e?null:this._parseInputDate(e),i)}updateOnlyThroughDateOption(e){if("boolean"!==typeof e)throw new TypeError("updateOnlyThroughDateOption() expects a boolean parameter");this._options.updateOnlyThroughDateOption=e}format(e){if(0===arguments.length)return this._options.format;if("string"!==typeof e&&("boolean"!==typeof e||!1!==e))throw new TypeError("format() expects a string or boolean:false parameter ".concat(e));this._options.format=e,this.actualFormat&&this._initFormatting()}timeZone(e){if(0===arguments.length)return this._options.timeZone;if("string"!==typeof e)throw new TypeError("newZone() expects a string parameter");this._options.timeZone=e}dayViewHeaderFormat(e){if(0===arguments.length)return this._options.dayViewHeaderFormat;if("string"!==typeof e)throw new TypeError("dayViewHeaderFormat() expects a string parameter");this._options.dayViewHeaderFormat=e}extraFormats(e){if(0===arguments.length)return this._options.extraFormats;if(!1!==e&&!(e instanceof Array))throw new TypeError("extraFormats() expects an array or false parameter");this._options.extraFormats=e,this.parseFormats&&this._initFormatting()}disabledDates(t){if(0===arguments.length)return this._options.disabledDates?e.extend({},this._options.disabledDates):this._options.disabledDates;if(!t)return this._options.disabledDates=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("disabledDates() expects an array parameter");this._options.disabledDates=this._indexGivenDates(t),this._options.enabledDates=!1,this._update()}enabledDates(t){if(0===arguments.length)return this._options.enabledDates?e.extend({},this._options.enabledDates):this._options.enabledDates;if(!t)return this._options.enabledDates=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("enabledDates() expects an array parameter");this._options.enabledDates=this._indexGivenDates(t),this._options.disabledDates=!1,this._update()}daysOfWeekDisabled(e){if(0===arguments.length)return this._options.daysOfWeekDisabled.splice(0);if("boolean"===typeof e&&!e)return this._options.daysOfWeekDisabled=!1,this._update(),!0;if(!(e instanceof Array))throw new TypeError("daysOfWeekDisabled() expects an array parameter");if(this._options.daysOfWeekDisabled=e.reduce((function(e,t){return parseInt(t,10)>6||t<0||isNaN(t)||-1===e.indexOf(t)&&e.push(t),e}),[]).sort(),this._options.useCurrent&&!this._options.keepInvalid)for(let t=0;tthis.props.time||So()().valueOf(),this.calcShiftRange=()=>this.props.range/2,this.increaseTime=()=>{const e=this.getBaseTime()+this.calcShiftRange();this.props.onChangeTime(e)},this.decreaseTime=()=>{const e=this.getBaseTime()-this.calcShiftRange();this.props.onChangeTime(e)},this.clearTime=()=>{this.props.onChangeTime(null)},this.timezone=()=>this.props.useLocalTime?So().tz.guess():"UTC"}componentDidMount(){this.$time=t()(this.timeInputRef.current),this.$time.datetimepicker({icons:{today:"fas fa-calendar-check"},buttons:{showClose:!0,showToday:!0},sideBySide:!0,format:"YYYY-MM-DD HH:mm:ss",locale:"en",timeZone:this.timezone(),defaultDate:this.props.time}),this.$time.on("change.datetimepicker",(e=>{e.date&&this.props.onChangeTime(e.date.valueOf())}))}componentWillUnmount(){this.$time.datetimepicker("destroy")}componentDidUpdate(e){const{time:t,useLocalTime:n}=this.props;e.time!==t&&this.$time.datetimepicker("date",t?So()(t):null),e.useLocalTime!==n&&this.$time.datetimepicker("options",{timeZone:this.timezone(),defaultDate:null})}render(){return(0,Gr.jsxs)(Mh,{className:"time-input",size:"sm",children:[(0,Gr.jsx)(Th,{addonType:"prepend",children:(0,Gr.jsx)(ts,{title:"Decrease time",onClick:this.decreaseTime,children:(0,Gr.jsx)(Cr,{icon:Br,fixedWidth:!0})})}),(0,Gr.jsx)(Ro,{placeholder:this.props.placeholder,innerRef:this.timeInputRef,onFocus:()=>this.$time.datetimepicker("show"),onBlur:()=>this.$time.datetimepicker("hide"),onKeyDown:e=>["Escape","Enter"].includes(e.key)&&this.$time.datetimepicker("hide")}),this.props.time&&(0,Gr.jsx)(Th,{addonType:"append",children:(0,Gr.jsx)(ts,{outline:!0,className:"clear-time-btn",title:"Clear time",onClick:this.clearTime,children:(0,Gr.jsx)(Cr,{icon:Qr,fixedWidth:!0})})}),(0,Gr.jsx)(Th,{addonType:"append",children:(0,Gr.jsx)(ts,{title:"Increase time",onClick:this.increaseTime,children:(0,Gr.jsx)(Cr,{icon:Wr,fixedWidth:!0})})})]})}}const BT=RT;class WT extends i.Component{constructor(e){super(e),this.rangeRef=i.createRef(),this.resolutionRef=i.createRef(),this.rangeSteps=[1,10,60,300,900,1800,3600,7200,21600,43200,86400,172800,604800,1209600,2419200,4838400,31536e3,63072e3].map((e=>1e3*e)),this.onChangeRangeInput=e=>{const t=Nz(e);null===t?this.changeRangeInput(this.props.range):this.props.onChangeRange(t)},this.changeRangeInput=e=>{this.rangeRef.current.value=Lz(e)},this.increaseRange=()=>{for(const e of this.rangeSteps)if(this.props.range{for(const e of this.rangeSteps.slice().reverse())if(this.props.range>e)return this.changeRangeInput(e),void this.props.onChangeRange(e)},this.handleMaxSourceResChange=this.handleMaxSourceResChange.bind(this)}componentDidUpdate(e){e.range!==this.props.range&&this.changeRangeInput(this.props.range),e.resolution!==this.props.resolution&&(this.resolutionRef.current.value=null!==this.props.resolution?this.props.resolution.toString():"")}handleMaxSourceResChange(e){this.props.onChangeMaxSourceResolution(e.target.value)}render(){return(0,Gr.jsxs)(ET,{inline:!0,className:"graph-controls",onSubmit:e=>e.preventDefault(),children:[(0,Gr.jsxs)(Mh,{className:"range-input",size:"sm",children:[(0,Gr.jsx)(Th,{addonType:"prepend",children:(0,Gr.jsx)(ts,{title:"Decrease range",onClick:this.decreaseRange,children:(0,Gr.jsx)(Cr,{icon:jr,fixedWidth:!0})})}),(0,Gr.jsx)(Ro,{defaultValue:Lz(this.props.range),innerRef:this.rangeRef,onBlur:()=>this.onChangeRangeInput(this.rangeRef.current.value)}),(0,Gr.jsx)(Th,{addonType:"append",children:(0,Gr.jsx)(ts,{title:"Increase range",onClick:this.increaseRange,children:(0,Gr.jsx)(Cr,{icon:Xr,fixedWidth:!0})})})]}),(0,Gr.jsx)(BT,{time:this.props.endTime,useLocalTime:this.props.useLocalTime,range:this.props.range,placeholder:"End time",onChangeTime:this.props.onChangeEndTime}),(0,Gr.jsx)(Ro,{placeholder:"Res. (s)",className:"resolution-input",defaultValue:null!==this.props.resolution?this.props.resolution.toString():"",innerRef:this.resolutionRef,onBlur:()=>{const e=parseInt(this.resolutionRef.current.value);this.props.onChangeResolution(e||null)},bsSize:"sm"}),(0,Gr.jsxs)(DT,{className:"stacked-input",size:"sm",children:[(0,Gr.jsx)(ts,{title:"Show unstacked line graph",onClick:()=>this.props.onChangeStacking(!1),active:!this.props.stacked,children:(0,Gr.jsx)(Cr,{icon:qr,fixedWidth:!0})}),(0,Gr.jsx)(ts,{title:"Show stacked graph",onClick:()=>this.props.onChangeStacking(!0),active:this.props.stacked,children:(0,Gr.jsx)(Cr,{icon:Pr,fixedWidth:!0})})]}),(0,Gr.jsxs)(Ro,{disabled:"local"!=this.props.queryMode&&"prometheus"!=this.props.engine,type:"select",value:this.props.maxSourceResolution,onChange:this.handleMaxSourceResChange,className:"max-source-resolution-input",bsSize:"sm",children:[(0,Gr.jsx)("option",{value:"auto",children:"Auto downsampling"}),(0,Gr.jsx)("option",{value:"0s",children:"Only raw data"}),(0,Gr.jsx)("option",{value:"5m",children:"Max 5m downsampling"}),(0,Gr.jsx)("option",{value:"1h",children:"Max 1h downsampling"})]})]})}}const jT=WT;var IT=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,i){return e[0]===t&&(n=i,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),i=this.__entries__[n];return i&&i[1]},t.prototype.set=function(t,n){var i=e(this.__entries__,t);~i?this.__entries__[i][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,i=e(n,t);~i&&n.splice(i,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,i=this.__entries__;n0},e.prototype.connect_=function(){XT&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),UT?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){XT&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;VT.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),$T=function(e,t){for(var n=0,i=Object.keys(t);n0},e}(),sS="undefined"!==typeof WeakMap?new WeakMap:new IT,aS=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=YT.getInstance(),i=new oS(t,n,this);sS.set(this,i)};["observe","unobserve","disconnect"].forEach((function(e){aS.prototype[e]=function(){var t;return(t=sS.get(this))[e].apply(t,arguments)}}));const lS="undefined"!==typeof FT.ResizeObserver?FT.ResizeObserver:aS;const cS=function(e){var t=[],n=null,i=function(){for(var i=arguments.length,r=new Array(i),o=0;o=t||n<0||h&&e-c>=o}function m(){var e=fS();if(f(e))return g(e);a=setTimeout(m,function(e){var n=t-(e-l);return h?RS(n,o-(e-c)):n}(e))}function g(e){return a=void 0,p&&i?d(e):(i=r=void 0,s)}function b(){var e=fS(),n=f(e);if(i=arguments,r=this,l=e,n){if(void 0===a)return function(e){return c=e,a=setTimeout(m,t),u?d(e):s}(l);if(h)return clearTimeout(a),a=setTimeout(m,t),d(l)}return void 0===a&&(a=setTimeout(m,t)),s}return t=PS(t)||0,uS(n)&&(u=!!n.leading,o=(h="maxWait"in n)?qS(PS(n.maxWait)||0,t):o,p="trailing"in n?!!n.trailing:p),b.cancel=function(){void 0!==a&&clearTimeout(a),c=0,i=l=r=a=void 0},b.flush=function(){return void 0===a?s:g(fS())},b};const WS=function(e,t,n){var i=!0,r=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return uS(n)&&(i="leading"in n?!!n.leading:i,r="trailing"in n?!!n.trailing:r),BS(e,t,{leading:i,maxWait:t,trailing:r})};var jS={debounce:BS,throttle:WS},IS=function(e){return"function"===typeof e},XS=function(){return"undefined"===typeof window};function FS(e){return FS="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},FS(e)}function HS(e,t){for(var n=0;n{let{labels:t,format:n}=e;return null===t?(0,Gr.jsx)(Gr.Fragment,{children:"scalar"}):n?(()=>{const e=[];let n=!0;for(const i in t)"__name__"!==i&&(e.push((0,Gr.jsxs)("span",{children:[!n&&", ",(0,Gr.jsx)("span",{className:"legend-label-name",children:i}),"=",(0,Gr.jsxs)("span",{className:"legend-label-value",children:['"',t[i],'"']})]},i)),n&&(n=!1));return(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("span",{className:"legend-metric-name",children:t.__name__||""}),(0,Gr.jsx)("span",{className:"legend-label-brace",children:"{"}),e,(0,Gr.jsx)("span",{className:"legend-label-brace",children:"}"})]})})():(0,Gr.jsx)(Gr.Fragment,{children:Ez(t)})};class oz extends i.PureComponent{constructor(){super(...arguments),this.state={selectedIndexes:[]},this.handleSeriesSelect=e=>t=>{const{selectedIndexes:n}=this.state;let i=[e];if(t.ctrlKey||t.metaKey){const{chartData:t}=this.props;i=n.includes(e)?n.filter((t=>t!==e)):0===n.length?t.reduce(((t,n,i)=>i===e?t:[...t,i]),[]):[...n,e]}else 1===n.length&&n.includes(e)&&(i=[]);this.setState({selectedIndexes:i}),this.props.onSeriesToggle(i,e)}}componentDidUpdate(e){this.props.shouldReset&&e.shouldReset!==this.props.shouldReset&&this.setState({selectedIndexes:[]})}render(){const{chartData:e,onLegendMouseOut:t,onHover:n}=this.props,{selectedIndexes:i}=this.state,r=e.length>1&&0===i.length;return(0,Gr.jsxs)("div",{className:"graph-legend",onMouseOut:r?t:void 0,children:[e.map((t=>{let{index:o,color:s,labels:a}=t;return(0,Gr.jsxs)("div",{style:{opacity:0===i.length||i.includes(o)?1:.5},onClick:e.length>1?this.handleSeriesSelect(o):void 0,onMouseOver:r?n(o):void 0,className:"legend-item",children:[(0,Gr.jsx)("span",{className:"legend-swatch",style:{backgroundColor:s}}),(0,Gr.jsx)(rz,{labels:a,format:!0})]},o)})),e.length>1&&(0,Gr.jsxs)("div",{className:"pl-1 mt-1 text-muted",style:{fontSize:13},children:["Click: select series, ",navigator.platform.includes("Mac")?"CMD":"CTRL"," + click: toggle multiple series"]})]})}}const sz=["#008000","#008080","#800000","#800080","#808000","#808080","#0000c0","#008040","#0080c0","#800040","#8000c0","#808040","#8080c0","#00c000","#00c080","#804000","#804080","#80c000","#80c080","#0040c0","#00c040","#00c0c0","#804040","#8040c0","#80c040","#80c0c0","#408000","#408080","#c00000","#c00080","#c08000","#c08080","#4000c0","#408040","#4080c0","#c00040","#c000c0","#c08040","#c080c0","#404000","#404080","#40c000","#40c080","#c04000","#c04080","#c0c000","#c0c080","#404040","#4040c0","#40c040","#40c0c0","#c04040","#c040c0","#c0c040","#0000a0","#008020","#0080a0","#800020","#8000a0","#808020","#8080a0","#0000e0","#008060","#0080e0","#800060","#8000e0","#808060","#8080e0","#0040a0","#00c020","#00c0a0","#804020","#8040a0","#80c020","#80c0a0","#0040e0","#00c060","#00c0e0","#804060","#8040e0","#80c060","#80c0e0","#4000a0","#408020","#4080a0","#c00020","#c000a0","#c08020","#c080a0","#4000e0","#408060","#4080e0","#c00060","#c000e0","#c08060","#c080e0","#404020","#4040a0","#40c020","#40c0a0","#c04020","#c040a0","#c0c020","#c0c0a0","#404060","#4040e0","#40c060","#40c0e0","#c04060","#c040e0","#c0c060","#00a000","#00a080","#802000","#802080","#80a000","#80a080","#0020c0","#00a040","#00a0c0","#802040","#8020c0","#80a040","#80a0c0","#006000","#006080","#00e000","#00e080","#806000","#806080","#80e000","#80e080","#006040","#0060c0","#00e040","#00e0c0","#806040","#8060c0","#80e040","#80e0c0","#40a000","#40a080","#c02000","#c02080","#c0a000","#c0a080","#4020c0","#40a040","#40a0c0","#c02040","#c020c0","#c0a040","#c0a0c0","#406000","#406080","#40e000","#40e080","#c06000","#c06080","#c0e000","#c0e080","#406040","#4060c0","#40e040","#40e0c0","#c06040","#c060c0","#c0e040","#c0e0c0","#0020a0","#00a020","#00a0a0","#802020","#8020a0","#80a020","#80a0a0","#0020e0","#00a060","#00a0e0","#802060","#8020e0","#80a060","#80a0e0","#006020","#0060a0","#00e020","#00e0a0","#806020","#8060a0","#80e020","#80e0a0","#006060","#0060e0","#00e060","#00e0e0","#806060","#8060e0","#80e060","#80e0e0","#4020a0","#40a020","#40a0a0","#c02020","#c020a0","#c0a020","#c0a0a0","#4020e0","#40a060","#40a0e0","#c02060","#c020e0","#c0a060","#c0a0e0","#406020","#4060a0","#40e020","#40e0a0","#c06020","#c060a0","#c0e020","#c0e0a0","#406060","#4060e0","#40e060","#40e0e0","#c06060","#c060e0","#c0e060","#208000","#208080","#a00000","#a00080","#a08000","#a08080","#208040","#2080c0","#a00040","#a000c0","#a08040","#a080c0","#204080","#20c000","#20c080","#a04000","#a04080","#a0c000","#a0c080","#2040c0","#20c040","#20c0c0","#a04040","#a040c0","#a0c040","#a0c0c0","#608000","#608080","#e00000","#e00080","#e08000","#e08080","#6000c0","#608040","#6080c0","#e00040","#e000c0","#e08040","#e080c0","#604080","#60c000","#60c080","#e04000","#e04080","#e0c000","#e0c080","#604040","#6040c0","#60c040","#60c0c0","#e04040","#e040c0","#e0c040","#e0c0c0","#208020","#2080a0","#a00020","#a000a0","#a08020","#a080a0","#2000e0","#208060","#2080e0","#a00060","#a000e0","#a08060","#a080e0","#2040a0","#20c020","#20c0a0","#a04020","#a040a0","#a0c020","#2040e0","#20c060","#20c0e0","#a04060","#a040e0","#a0c060","#a0c0e0","#6000a0","#608020","#6080a0","#e00020","#e000a0","#e08020","#e080a0","#6000e0","#608060","#6080e0","#e00060","#e000e0","#e08060","#e080e0","#604020","#6040a0","#60c020","#60c0a0","#e04020","#e040a0","#e0c020","#e0c0a0","#604060","#6040e0","#60c060","#60c0e0","#e04060","#e040e0","#e0c060","#e0c0e0","#20a000","#20a080","#a02000","#a02080","#a0a000","#a0a080","#2020c0","#20a040","#20a0c0","#a02040","#a020c0","#a0a040","#a0a0c0","#206000","#206080","#20e000","#20e080","#a06000","#a06080","#a0e000","#a0e080","#206040","#2060c0","#20e040","#20e0c0","#a06040","#a060c0","#a0e040","#a0e0c0","#602080","#60a000","#60a080","#e02000","#e02080","#e0a000","#e0a080","#6020c0","#60a040","#60a0c0","#e02040","#e020c0","#e0a040","#e0a0c0","#606000","#606080","#60e000","#60e080","#e06000","#e06080","#e0e000","#e0e080","#606040","#6060c0","#60e040","#60e0c0","#e06040","#e060c0","#e0e040","#e0e0c0","#20a020","#20a0a0","#a02020","#a020a0","#a0a020","#a0a0a0","#2020e0","#20a060","#20a0e0","#a02060","#a020e0","#a0a060","#a0a0e0","#206020","#2060a0","#20e020","#20e0a0","#a06020","#a060a0","#a0e020","#a0e0a0","#206060","#2060e0","#20e060","#20e0e0","#a06060","#a060e0","#a0e060","#a0e0e0","#6020a0","#60a020","#60a0a0","#e02020","#e020a0","#e0a020","#e0a0a0","#602060","#6020e0","#60a060","#60a0e0","#e02060","#e020e0","#e0a060","#e0a0e0","#606020","#6060a0","#60e020","#60e0a0","#e06020","#e060a0","#e0e020","#e0e0a0","#606060","#6060e0","#60e060","#60e0e0","#e06060","#e060e0","#e0e060","#008010","#008090","#800010","#800090","#808010","#808090","#0000d0","#008050","#0080d0","#800050","#8000d0","#808050","#8080d0","#004010","#004090","#00c010","#00c090","#804010","#804090","#80c010","#80c090","#004050","#0040d0","#00c050","#00c0d0","#804050","#8040d0","#80c050","#80c0d0","#400090","#408010","#408090","#c00010","#c00090","#c08010","#c08090","#4000d0","#408050","#4080d0","#c00050","#c000d0","#c08050","#c080d0","#404010","#404090","#40c010","#40c090","#c04010","#c04090","#c0c010","#c0c090","#404050","#4040d0","#40c050","#40c0d0","#c04050","#c040d0","#c0c050","#0000b0","#008030","#0080b0","#800030","#8000b0","#808030","#8080b0","#0000f0","#008070","#0080f0","#800070","#8000f0","#808070","#8080f0","#004030","#0040b0","#00c030","#00c0b0","#804030","#8040b0","#80c030","#80c0b0","#004070","#0040f0","#00c070","#00c0f0","#804070","#8040f0","#80c070","#80c0f0","#4000b0","#408030","#4080b0","#c00030","#c000b0","#c08030","#c080b0","#400070","#4000f0","#408070","#4080f0","#c00070","#c000f0","#c08070","#c080f0","#404030","#4040b0","#40c030","#40c0b0","#c04030","#c040b0","#c0c030","#c0c0b0","#404070","#4040f0","#40c070","#40c0f0","#c04070","#c040f0","#c0c070","#c0c0f0","#002090","#00a010","#00a090","#802010","#802090","#80a010","#80a090","#0020d0","#00a050","#00a0d0","#802050","#8020d0","#80a050","#80a0d0","#006010","#006090","#00e010","#00e090","#806010","#806090","#80e010","#80e090","#006050","#0060d0","#00e050","#00e0d0","#806050","#8060d0","#80e050","#80e0d0","#402090","#40a010","#40a090","#c02010","#c02090","#c0a010","#c0a090","#402050","#4020d0","#40a050","#40a0d0","#c02050","#c020d0","#c0a050","#c0a0d0","#406010","#406090","#40e010","#40e090","#c06010","#c06090","#c0e010","#c0e090","#406050","#4060d0","#40e050","#40e0d0","#c06050","#c060d0","#c0e050","#c0e0d0","#0020b0","#00a030","#00a0b0","#802030","#8020b0","#80a030","#80a0b0","#0020f0","#00a070","#00a0f0","#802070","#8020f0","#80a070","#80a0f0","#006030","#0060b0","#00e030","#00e0b0","#806030","#8060b0","#80e030","#80e0b0","#006070","#0060f0","#00e070","#00e0f0","#806070","#8060f0","#80e070","#80e0f0","#4020b0","#40a030","#40a0b0","#c02030","#c020b0","#c0a030","#c0a0b0","#4020f0","#40a070","#40a0f0","#c02070","#c020f0","#c0a070","#c0a0f0","#406030","#4060b0","#40e030","#40e0b0","#c06030","#c060b0","#c0e030","#c0e0b0","#406070","#4060f0","#40e070","#40e0f0","#c06070","#c060f0","#c0e070","#208010","#208090","#a00010","#a00090","#a08010","#a08090","#2000d0","#208050","#2080d0","#a00050","#a000d0","#a08050","#a080d0","#204010","#204090","#20c010","#20c090","#a04010","#a04090","#a0c010","#a0c090","#204050","#2040d0","#20c050","#20c0d0","#a04050","#a040d0","#a0c050","#a0c0d0","#600090","#608010","#608090","#e00010","#e00090","#e08010","#e08090","#600050","#6000d0","#608050","#6080d0","#e00050","#e000d0","#e08050","#e080d0","#604010","#604090","#60c010","#60c090","#e04010","#e04090","#e0c010","#e0c090","#604050","#6040d0","#60c050","#60c0d0","#e04050","#e040d0","#e0c050","#e0c0d0","#2000b0","#208030","#2080b0","#a00030","#a000b0","#a08030","#a080b0","#2000f0","#208070","#2080f0","#a00070","#a000f0","#a08070","#a080f0","#204030","#2040b0","#20c030","#20c0b0","#a04030","#a040b0","#a0c030","#a0c0b0","#204070","#2040f0","#20c070","#20c0f0","#a04070","#a040f0","#a0c070","#a0c0f0","#6000b0","#608030","#6080b0","#e00030","#e000b0","#e08030","#e080b0","#600070","#6000f0","#608070","#e00070","#e000f0","#e08070","#e080f0","#604030","#6040b0","#60c030","#60c0b0","#e04030","#e040b0","#e0c030","#e0c0b0","#604070","#6040f0","#60c070","#60c0f0","#e04070","#e040f0","#e0c070","#e0c0f0","#20a010","#20a090","#a02010","#a02090","#a0a010","#a0a090","#2020d0","#20a050","#20a0d0","#a02050","#a020d0","#a0a050","#a0a0d0","#206010","#206090","#20e010","#20e090","#a06010","#a06090","#a0e010","#a0e090","#206050","#2060d0","#20e050","#20e0d0","#a06050","#a060d0","#a0e050","#a0e0d0","#602090","#60a010","#60a090","#e02010","#e02090","#e0a010","#e0a090","#602050","#6020d0","#60a050","#60a0d0","#e02050","#e020d0","#e0a050","#e0a0d0","#606010","#606090","#60e010","#60e090","#e06010","#e06090","#e0e010","#e0e090","#606050","#6060d0","#60e050","#60e0d0","#e06050","#e060d0","#e0e050","#2020b0","#20a030","#20a0b0","#a02030","#a020b0","#a0a030","#a0a0b0","#2020f0","#20a070","#20a0f0","#a02070","#a020f0","#a0a070","#a0a0f0","#206030","#2060b0","#20e030","#20e0b0","#a06030","#a060b0","#a0e030","#a0e0b0","#206070","#2060f0","#20e070","#20e0f0","#a06070","#a060f0","#a0e070","#a0e0f0","#6020b0","#60a030","#60a0b0","#e02030","#e020b0","#e0a030","#e0a0b0","#6020f0","#60a070","#60a0f0","#e02070","#e020f0","#e0a070","#e0a0f0","#606030","#6060b0","#60e030","#60e0b0","#e06030","#e060b0","#e0e030","#e0e0b0","#606070","#6060f0","#60e070","#60e0f0","#e06070","#e060f0","#e0e070"],az=e=>{if(null===e)return"null";const t=Math.abs(e);if(t>=1e24)return(e/1e24).toFixed(2)+"Y";if(t>=1e21)return(e/1e21).toFixed(2)+"Z";if(t>=1e18)return(e/1e18).toFixed(2)+"E";if(t>=1e15)return(e/1e15).toFixed(2)+"P";if(t>=1e12)return(e/1e12).toFixed(2)+"T";if(t>=1e9)return(e/1e9).toFixed(2)+"G";if(t>=1e6)return(e/1e6).toFixed(2)+"M";if(t>=1e3)return(e/1e3).toFixed(2)+"k";if(t>=1)return e.toFixed(2);if(0===t)return e.toFixed(2);if(t<1e-23)return(e/1e-24).toFixed(2)+"y";if(t<1e-20)return(e/1e-21).toFixed(2)+"z";if(t<1e-17)return(e/1e-18).toFixed(2)+"a";if(t<1e-14)return(e/1e-15).toFixed(2)+"f";if(t<1e-11)return(e/1e-12).toFixed(2)+"p";if(t<1e-8)return(e/1e-9).toFixed(2)+"n";if(t<1e-5)return(e/1e-6).toFixed(2)+"\xb5";if(t<.01)return(e/.001).toFixed(2)+"m";if(t<=1)return e.toFixed(2);throw Error("couldn't format a value, this is a bug")},lz=(e,n,i)=>{const{r:r,g:o,b:s}=t().color.parse(e);if(!i)return"rgba(".concat(r,", ").concat(o,", ").concat(s,", ").concat(n,")");const a=255*(1-n);return"rgb(".concat(Math.round(a+n*r),",").concat(Math.round(a+n*o),",").concat(Math.round(a+n*s),")")},cz=(e,t)=>(n,i)=>({...n,color:lz(n.color,i!==e?.3:1,t)}),uz=e=>{let{queryParams:t,data:n}=e;const{startTime:i,endTime:r,resolution:o}=t;return n.result.map(((e,t)=>{let{values:n,histograms:s,metric:a}=e;const l=[];let c=0,u=0;for(let h=i;h<=r;h+=o){const e=n&&n[c],t=s&&s[u];e&&n.length>c&&e[0]u&&t[0]{const t=parseFloat(e);return isNaN(t)?null:t};n(8620),n(3510),n(2437),n(4694),n(1798);class pz extends i.PureComponent{constructor(){var e;super(...arguments),e=this,this.chartRef=i.createRef(),this.$chart=void 0,this.rafID=0,this.selectedSeriesIndexes=[],this.state={chartData:uz(this.props)},this.plot=function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.state.chartData;var i,r;e.chartRef.current&&(e.destroyPlot(),e.$chart=t().plot(t()(e.chartRef.current),n,(i=e.props.stacked,{grid:{hoverable:!0,clickable:!0,autoHighlight:!0,mouseActiveRadius:100},legend:{show:!1},xaxis:{mode:"time",showTicks:!0,showMinorTicks:!0,timeBase:"milliseconds",timezone:(r=e.props.useLocalTime)?"browser":void 0},yaxis:{tickFormatter:az},crosshair:{mode:"xy",color:"#bbb"},tooltip:{show:!0,cssClass:"graph-tooltip",content:(e,t,n,i)=>{let{series:o}=i;const{labels:s,color:a}=o;let l=So()(t);return r||(l=l.utc()),'\n
'.concat(l.format("YYYY-MM-DD HH:mm:ss Z"),'
\n
\n \n ').concat(s.__name__||"value",": ").concat(n,'\n
\n
\n ').concat(Object.keys(s).map((e=>"__name__"!==e?'
'.concat(e,": ").concat(_z(s[e]),"
"):"")).join(""),"\n
\n ")},defaultTheme:!1,lines:!0},series:{stack:i,lines:{lineWidth:i?1:2,steps:!1,fill:i},shadowSize:0}})))},this.destroyPlot=()=>{Cz(this.$chart)&&this.$chart.destroy()},this.handleSeriesSelect=(e,t)=>{const{chartData:n}=this.state;this.plot(1===this.selectedSeriesIndexes.length&&this.selectedSeriesIndexes.includes(t)?n.map(cz(t,this.props.stacked)):n.filter(((t,n)=>e.includes(n)))),this.selectedSeriesIndexes=e},this.handleSeriesHover=e=>()=>{this.rafID&&cancelAnimationFrame(this.rafID),this.rafID=requestAnimationFrame((()=>{this.plotSetAndDraw(this.state.chartData.map(cz(e,this.props.stacked)))}))},this.handleLegendMouseOut=()=>{cancelAnimationFrame(this.rafID),this.plotSetAndDraw()},this.handleResize=()=>{Cz(this.$chart)&&this.plot(this.$chart.getData())}}componentDidUpdate(e){const{data:t,stacked:n,useLocalTime:i}=this.props;e.data!==t?(this.selectedSeriesIndexes=[],this.setState({chartData:uz(this.props)},this.plot)):e.stacked!==n&&this.setState({chartData:uz(this.props)},(()=>{0===this.selectedSeriesIndexes.length?this.plot():this.plot(this.state.chartData.filter(((e,t)=>this.selectedSeriesIndexes.includes(t))))})),e.useLocalTime!==i&&this.plot()}componentDidMount(){this.plot()}componentWillUnmount(){this.destroyPlot()}plotSetAndDraw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.state.chartData;Cz(this.$chart)&&(this.$chart.setData(e),this.$chart.draw())}render(){const{chartData:e}=this.state;return(0,Gr.jsxs)("div",{className:"graph",children:[(0,Gr.jsx)(iz,{handleWidth:!0,onResize:this.handleResize,skipOnMount:!0}),(0,Gr.jsx)("div",{className:"graph-chart",ref:this.chartRef}),(0,Gr.jsx)(oz,{shouldReset:0===this.selectedSeriesIndexes.length,chartData:e,onHover:this.handleSeriesHover,onLegendMouseOut:this.handleLegendMouseOut,onSeriesToggle:this.handleSeriesSelect})]})}}const dz=pz,fz=e=>{let{data:t,stacked:n,useLocalTime:i,lastQueryParams:r}=e;return Cz(t)?0===t.result.length?(0,Gr.jsx)(Nt,{color:"secondary",children:"Empty query result"}):"matrix"!==t.resultType?(0,Gr.jsxs)(Nt,{color:"danger",children:["Query result is of wrong type '",t.resultType,"', should be 'matrix' (range vector)."]}):(0,Gr.jsx)(dz,{data:t,stacked:n,useLocalTime:i,queryParams:r}):(0,Gr.jsx)(Nt,{color:"light",children:"No data queried yet"})},mz=e=>e.length>1e4?e.slice(0,1e4):e,gz=e=>{let{h:t}=e;if(!t)return(0,Gr.jsx)(Gr.Fragment,{});const n=[];if(t.buckets)for(const i of t.buckets){const e=3===i[0]||1===i[0]?"[":"(",t=3===i[0]||0===i[0]?"]":")";n.push(e+i[1]+","+i[2]+t+":"+i[3]+" ")}return(0,Gr.jsxs)(Gr.Fragment,{children:["{"," count:",t.count," sum:",t.sum," ",n," ","}"]})},bz=e=>{let{data:t}=e;if(null===t)return(0,Gr.jsx)(Nt,{color:"light",children:"No data queried yet"});if(null===t.result||0===t.result.length)return(0,Gr.jsx)(Nt,{color:"secondary",children:"Empty query result"});let n=[],r=!1;const o=t.result.length<=1e3;switch(t.resultType){case"vector":n=mz(t.result).map(((e,t)=>(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{children:(0,Gr.jsx)(rz,{labels:e.metric,format:o})}),(0,Gr.jsxs)("td",{children:[e.value&&e.value[1]," ",(0,Gr.jsx)(gz,{h:e.histogram&&e.histogram[1]})]})]},t))),r=n.length!==t.result.length;break;case"matrix":n=mz(t.result).map(((e,t)=>{const n=e.values?e.values.map((e=>e[1]+" @"+e[0])).join("\n"):[],r=e.histograms?e.histograms.map(((e,t)=>{const n=qT().unix(e[0]).toISOString(!1);return(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsx)(gz,{h:e[1]})," @",(0,Gr.jsx)("span",{title:n,children:e[0]}),(0,Gr.jsx)("br",{})]},-t)})):[];return(0,Gr.jsxs)("tr",{style:{whiteSpace:"pre"},children:[(0,Gr.jsx)("td",{children:(0,Gr.jsx)(rz,{labels:e.metric,format:o})}),(0,Gr.jsxs)("td",{children:[n," ",r]})]},t)})),r=n.length!==t.result.length;break;case"scalar":n.push((0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{children:"scalar"}),(0,Gr.jsx)("td",{children:t.result[1]})]},"0"));break;case"string":n.push((0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{children:"string"}),(0,Gr.jsx)("td",{children:t.result[1]})]},"0"));break;default:return(0,Gr.jsx)(Nt,{color:"danger",children:"Unsupported result value type"})}return(0,Gr.jsxs)(Gr.Fragment,{children:[r&&(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Warning:"})," Fetched ",t.result.length," metrics, only displaying first ",n.length,"."]}),!o&&(0,Gr.jsxs)(Nt,{color:"secondary",children:[(0,Gr.jsx)("strong",{children:"Notice:"})," Showing more than ",1e3," series, turning off label formatting for performance reasons."]}),(0,Gr.jsx)(ko,{hover:!0,size:"sm",className:"data-table",children:(0,Gr.jsx)("tbody",{children:n})})]})},vz=e=>{const{loadTime:t,resolution:n,resultSeries:i,traceID:r}=e,o="Load time: ".concat(t,"ms   Resolution: ").concat(n,"s   Result series: ").concat(i),s=r?o+"   Trace ID: ".concat(r):o;return(0,Gr.jsx)("div",{className:"query-stats",children:(0,Gr.jsx)("span",{className:"float-right",dangerouslySetInnerHTML:{__html:s}})})};let yz=THANOS_QUERY_URL;""!==yz&&"{{ .queryURL }}"!==yz||(yz="http://localhost:10902");let Mz=THANOS_DEFAULT_TENANT;""!==Mz&&"{{ .defaultTenant }}"!==Mz||(Mz="default-tenant");let wz=THANOS_TENANT_HEADER;""!==wz&&"{{ .tenantHeader }}"!==wz||(wz="thanos-tenant");let xz,Az=THANOS_DISPLAY_TENANT_BOX;""!==Az&&"{{ .displayTenantBox }}"!==Az||(Az="none"),function(e){e.Graph="graph",e.Table="table"}(xz||(xz={}));const Oz={type:xz.Table,expr:"",range:36e5,endTime:null,resolution:null,stacked:!1,maxSourceResolution:"0s",useDeduplication:!0,forceTracing:!1,usePartialResponse:!0,storeMatches:[],engine:"",analyze:!1,disableAnalyzeCheckbox:!1,tenant:""};class kz extends i.Component{constructor(e){super(e),this.abortInFlightFetch=null,this.executeQuery=()=>{var e;const{exprInputValue:t}=this.state,n=Date.now();if(this.props.onExecuteQuery(t),this.props.options.expr!==t&&this.setOptions({expr:t}),""===t)return;this.abortInFlightFetch&&(this.abortInFlightFetch(),this.abortInFlightFetch=null);const i=new AbortController;this.abortInFlightFetch=()=>i.abort(),this.setState({loading:!0});const r=this.getEndTime().valueOf()/1e3,o=r-this.props.options.range/1e3,s=this.props.options.resolution||Math.max(Math.floor(this.props.options.range/25e4),(Nz(this.props.defaultStep)||0)/1e3),a=new URLSearchParams({query:t,dedup:this.props.options.useDeduplication.toString(),partial_response:this.props.options.usePartialResponse.toString()});let l;switch(null===(e=this.props.options.storeMatches)||void 0===e||e.forEach((e=>a.append("storeMatch[]",'{__address__="'.concat(e.name,'"}')))),this.props.options.type){case"graph":l="/api/v1/query_range",a.append("start",o.toString()),a.append("end",r.toString()),a.append("step",s.toString()),a.append("max_source_resolution",this.props.options.maxSourceResolution),a.append("engine",this.props.options.engine),a.append("analyze",this.props.options.analyze.toString()),a.append("tenant",this.props.options.tenant);break;case"table":l="/api/v1/query",a.append("time",r.toString()),a.append("engine",this.props.options.engine),a.append("analyze",this.props.options.analyze.toString()),a.append("tenant",this.props.options.tenant);break;default:throw new Error('Invalid panel type "'+this.props.options.type+'"')}const c=new Headers;c.set("Content-Type","application/x-www-form-urlencoded"),this.props.options.forceTracing&&c.set("X-Thanos-Force-Tracing","true"),this.props.options.tenant.length>0&&c.set(wz,this.props.options.tenant),fetch("".concat(this.props.pathPrefix).concat(l),{method:"POST",headers:c,body:a,cache:"no-store",credentials:"same-origin",signal:i.signal}).then((e=>e.json().then((t=>({json:t,headers:e.headers}))))).then((e=>{let{json:t,headers:i}=e;if("success"!==t.status)throw new Error(t.error||"invalid response JSON");let a=0,l=null;if(t.data){const{resultType:e,result:n}=t.data;"scalar"===e?a=1:n&&n.length>0&&(a=n.length),l=t.data.analysis}const c=i.get("X-Thanos-Trace-ID");this.setState({error:null,data:t.data,lastQueryParams:{startTime:o,endTime:r,resolution:s,traceID:c||""},warnings:t.warnings,stats:{loadTime:Date.now()-n,resolution:s,resultSeries:a,traceID:c},loading:!1,analysis:l,explainOutput:null}),this.abortInFlightFetch=null})).catch((e=>{"AbortError"!==e.name&&this.setState({error:"Error executing query: "+e.message,loading:!1})}))},this.handleExpressionChange=e=>{this.setState({exprInputValue:e})},this.handleChangeRange=e=>{this.setOptions({range:e})},this.getEndTime=()=>null===this.props.options.endTime?So()():this.props.options.endTime,this.handleChangeEndTime=e=>{this.setOptions({endTime:e})},this.handleChangeResolution=e=>{this.setOptions({resolution:e})},this.handleChangeMaxSourceResolution=e=>{this.setOptions({maxSourceResolution:e})},this.handleChangeType=e=>{this.setState({data:null}),this.setOptions({type:e})},this.handleChangeStacking=e=>{this.setOptions({stacked:e})},this.handleChangeDeduplication=e=>{this.setOptions({useDeduplication:e.target.checked})},this.handleChangeForceTracing=e=>{this.setOptions({forceTracing:e.target.checked})},this.handleChangePartialResponse=e=>{let t=e.target.checked;"true"===localStorage.getItem("usePartialResponse")&&(t=!0),this.setOptions({usePartialResponse:t}),this.props.onUsePartialResponseChange(t),localStorage.setItem("usePartialResponse",JSON.stringify(e.target.checked))},this.handleStoreMatchChange=e=>{this.setOptions({storeMatches:e||[]})},this.handleToggleAlert=()=>{this.setState({error:null})},this.handleToggleWarn=()=>{this.setState({warnings:null})},this.handleChangeEngine=e=>{this.handleEngine(e.target.value)},this.handleChangeAnalyze=e=>{this.setOptions({analyze:e.target.checked})},this.handleChangeTenant=e=>{this.setOptions({tenant:e.target.value})},this.handleMouseEnter=()=>{this.setState({isHovered:!0})},this.handleMouseLeave=()=>{this.setState({isHovered:!1})},this.handleEngine=e=>{"prometheus"===e?this.setOptions({engine:e,analyze:!1,disableAnalyzeCheckbox:!0}):this.setOptions({engine:e,disableAnalyzeCheckbox:!1})},this.getExplainOutput=()=>{var e;const t=this.getEndTime().valueOf()/1e3,n=t-this.props.options.range/1e3,i=this.props.options.resolution||Math.max(Math.floor(this.props.options.range/25e4),(Nz(this.props.defaultStep)||0)/1e3),r=new AbortController,o=new URLSearchParams({query:this.state.exprInputValue,dedup:this.props.options.useDeduplication.toString(),partial_response:this.props.options.usePartialResponse.toString()});let s;switch(null===(e=this.props.options.storeMatches)||void 0===e||e.forEach((e=>o.append("storeMatch[]",'{__address__="'.concat(e.name,'"}')))),this.props.options.type){case"graph":s="/api/v1/query_range_explain",o.append("start",n.toString()),o.append("end",t.toString()),o.append("step",i.toString()),o.append("max_source_resolution",this.props.options.maxSourceResolution),o.append("engine",this.props.options.engine),o.append("analyze",this.props.options.analyze.toString());break;case"table":s="/api/v1/query_explain",o.append("time",t.toString()),o.append("engine",this.props.options.engine),o.append("analyze",this.props.options.analyze.toString());break;default:throw new Error('Invalid panel type "'+this.props.options.type+'"')}fetch("".concat(this.props.pathPrefix).concat(s,"?").concat(o),{cache:"no-store",credentials:"same-origin",signal:r.signal}).then((e=>e.json())).then((e=>{if("success"!==e.status)throw new Error(e.error||"invalid response JSON");let t=null;e.data&&(t=e.data),this.setState({explainOutput:t})})).catch((e=>{"AbortError"!==e.name&&this.setState({error:"Error getting query explaination: "+e.message,loading:!1})}))},this.state={data:null,lastQueryParams:null,loading:!1,warnings:null,error:null,stats:null,exprInputValue:e.options.expr,explainOutput:null,analysis:null,isHovered:!1},""===this.props.options.engine&&(this.props.options.engine=this.props.defaultEngine),this.handleEngine(this.props.options.engine),this.handleChangeDeduplication=this.handleChangeDeduplication.bind(this),this.handleChangeForceTracing=this.handleChangeForceTracing.bind(this),this.handleChangePartialResponse=this.handleChangePartialResponse.bind(this),this.handleStoreMatchChange=this.handleStoreMatchChange.bind(this),this.handleChangeEngine=this.handleChangeEngine.bind(this),this.handleChangeAnalyze=this.handleChangeAnalyze.bind(this),this.handleMouseEnter=this.handleMouseEnter.bind(this),this.handleMouseLeave=this.handleMouseLeave.bind(this),this.handleChangeTenant=this.handleChangeTenant.bind(this)}componentDidUpdate(e){let{options:t}=e;const{endTime:n,range:i,resolution:r,type:o,maxSourceResolution:s,useDeduplication:a,forceTracing:l,usePartialResponse:c,engine:u,analyze:h,tenant:p}=this.props.options;t.endTime===n&&t.range===i&&t.resolution===r&&t.type===o&&t.maxSourceResolution===s&&t.useDeduplication===a&&t.usePartialResponse===c&&t.forceTracing===l&&t.engine===u&&t.analyze===h&&t.tenant===p||this.executeQuery()}componentDidMount(){this.executeQuery();null!==localStorage.getItem("usePartialResponse")&&(this.setOptions({usePartialResponse:!0}),this.props.onUsePartialResponseChange(!0),localStorage.setItem("usePartialResponse",JSON.stringify(!0)))}setOptions(e){const t={...this.props.options,...e};this.props.onOptionsChanged(t)}render(){const{pastQueries:e,metricNames:t,options:n,id:i,stores:r}=this.props;return(0,Gr.jsxs)("div",{className:"panel",children:[(0,Gr.jsx)(no,{children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(zT,{pathPrefix:this.props.pathPrefix,value:this.state.exprInputValue,onExpressionChange:this.handleExpressionChange,executeQuery:this.executeQuery,loading:this.state.loading,enableAutocomplete:this.props.enableAutocomplete,enableHighlighting:this.props.enableHighlighting,enableLinter:this.props.enableLinter,queryHistory:e,metricNames:t,executeExplain:this.getExplainOutput,disableExplain:"prometheus"===this.props.options.engine})})}),(0,Gr.jsx)(no,{children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(Nt,{isOpen:this.state.error||!1,toggle:this.handleToggleAlert,color:"danger",children:this.state.error})})}),(0,Gr.jsx)(no,{children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(Nt,{isOpen:this.state.warnings||!1,toggle:this.handleToggleWarn,color:"info",style:{whiteSpace:"break-spaces"},children:this.state.warnings})})}),(0,Gr.jsx)(no,{children:(0,Gr.jsxs)(co,{children:[(0,Gr.jsxs)("div",{className:"float-left",children:[(0,Gr.jsx)(Cc,{disabled:"local"!=this.props.queryMode&&"prometheus"!=this.props.options.engine,wrapperStyles:{marginLeft:20,display:"inline-block"},id:"use-deduplication-checkbox-".concat(i),onChange:this.handleChangeDeduplication,defaultChecked:n.useDeduplication,children:"Use Deduplication"}),(0,Gr.jsx)(Cc,{disabled:"local"!=this.props.queryMode&&"prometheus"!=this.props.options.engine,wrapperStyles:{marginLeft:20,display:"inline-block"},id:"use-partial-resp-checkbox-".concat(i),onChange:this.handleChangePartialResponse,defaultChecked:n.usePartialResponse,children:"Use Partial Response"}),(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"force-tracing-checkbox-".concat(i),onChange:this.handleChangeForceTracing,defaultChecked:n.forceTracing,children:"Force Tracing"}),(0,Gr.jsx)(Do,{style:{marginLeft:"10px",display:"inline-block"},for:"select-engine=".concat(i),className:"control-label",children:"Engine"}),(0,Gr.jsxs)(Ro,{style:{width:"auto",marginLeft:"10px",display:"inline-block"},id:"select-engine=".concat(i),type:"select",value:n.engine,onChange:this.handleChangeEngine,bsSize:"sm",children:[(0,Gr.jsx)("option",{value:"prometheus",children:"Prometheus"}),(0,Gr.jsx)("option",{value:"thanos",children:"Thanos"})]}),(0,Gr.jsx)(Do,{style:{marginLeft:"10px",display:Az},className:"control-label",children:"Tenant"}),(0,Gr.jsx)(Ro,{style:{width:"auto",marginLeft:"10px",display:Az},id:"tenant=".concat(i),type:"text",bsSize:"sm",onChange:this.handleChangeTenant,placeholder:"".concat(Mz),value:n.tenant})]}),(0,Gr.jsxs)("div",{className:"float-right",onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave,children:[(0,Gr.jsx)(Cc,{wrapperStyles:{marginRight:20,display:"inline-block"},id:"analyze-".concat(i),onChange:this.handleChangeAnalyze,checked:n.analyze,disabled:n.disableAnalyzeCheckbox,className:"analyze-checkbox",children:"Analyze"}),(0,Gr.jsx)("div",{style:{position:"relative"},children:(0,Gr.jsx)("div",{style:{display:this.state.isHovered&&n.disableAnalyzeCheckbox?"block":"none",position:"absolute",top:"-20px",left:"-5px",backgroundColor:"#333",color:"#fff",padding:"2px",borderRadius:"3px",fontSize:"15px",zIndex:1},children:"Change engine to 'thanos'"})})]})]})}),(0,Gr.jsx)(no,{hidden:!(n.analyze&&this.state.analysis),children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(Et,{color:"info",style:{overflowX:"auto",whiteSpace:"nowrap",width:"100%"},children:(0,Gr.jsx)(bh,{id:"analyze-tree-".concat(i),node:this.state.analysis})})})}),(0,Gr.jsx)(no,{hidden:!("thanos"===this.props.options.engine&&this.state.explainOutput),children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(Et,{color:"info",style:{overflowX:"auto",whiteSpace:"nowrap",width:"100%"},children:(0,Gr.jsx)(bh,{id:"explain-tree-".concat(i),node:this.state.explainOutput})})})}),(null===r||void 0===r?void 0:r.length)>0&&(0,Gr.jsx)(no,{children:(0,Gr.jsx)(co,{children:(0,Gr.jsxs)("div",{className:"store-filter-wrapper",children:[(0,Gr.jsx)("label",{className:"store-filter-label",children:"Store Filter:"}),(0,Gr.jsx)(Oc,{defaultValue:n.storeMatches,options:r,isMulti:!0,getOptionLabel:e=>e.name,getOptionValue:e=>e.name,closeMenuOnSelect:!1,styles:{container:(e,t)=>({...e,marginBottom:20,zIndex:3,width:"100%",color:"#000"})},onChange:this.handleStoreMatchChange})]})})}),(0,Gr.jsx)(no,{children:(0,Gr.jsxs)(co,{children:[(0,Gr.jsxs)(jo,{tabs:!0,children:[(0,Gr.jsx)(Fo,{children:(0,Gr.jsx)(Uo,{className:"table"===n.type?"active":"",onClick:()=>this.handleChangeType(xz.Table),children:"Table"})}),(0,Gr.jsx)(Fo,{children:(0,Gr.jsx)(Uo,{className:"graph"===n.type?"active":"",onClick:()=>this.handleChangeType(xz.Graph),children:"Graph"})}),!this.state.loading&&!this.state.error&&this.state.stats&&(0,Gr.jsx)(vz,{...this.state.stats})]}),(0,Gr.jsxs)(Go,{activeTab:n.type,children:[(0,Gr.jsx)(Jo,{tabId:"table",children:"table"===n.type&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("div",{className:"table-controls",children:(0,Gr.jsx)(BT,{time:n.endTime,useLocalTime:this.props.useLocalTime,range:n.range,placeholder:"Evaluation time",onChangeTime:this.handleChangeEndTime})}),(0,Gr.jsx)(bz,{data:this.state.data})]})}),(0,Gr.jsx)(Jo,{tabId:"graph",children:"graph"===this.props.options.type&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)(jT,{range:n.range,endTime:n.endTime,useLocalTime:this.props.useLocalTime,resolution:n.resolution,stacked:n.stacked,maxSourceResolution:n.maxSourceResolution,queryMode:this.props.queryMode,engine:n.engine,onChangeRange:this.handleChangeRange,onChangeEndTime:this.handleChangeEndTime,onChangeResolution:this.handleChangeResolution,onChangeStacking:this.handleChangeStacking,onChangeMaxSourceResolution:this.handleChangeMaxSourceResolution}),(0,Gr.jsx)(fz,{data:this.state.data,stacked:n.stacked,useLocalTime:this.props.useLocalTime,lastQueryParams:this.state.lastQueryParams})]})})]})]})}),(0,Gr.jsx)(no,{children:(0,Gr.jsx)(co,{children:(0,Gr.jsx)(ts,{className:"float-right",color:"link",onClick:this.props.removePanel,size:"sm",children:"Remove Panel"})})})]})}}const Tz=kz,Sz=()=>"_".concat(Math.random().toString(36).substr(2,9)),zz=e=>e.length>0,Cz=e=>null!==e&&void 0!==e,_z=e=>{const t={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(e).replace(/[&<>"'/]/g,(function(e){return t[e]}))},Ez=e=>{if(null===e)return"scalar";let t=(e.__name__||"")+"{";const n=[];for(const i in e)"__name__"!==i&&n.push(i+'="'+e[i]+'"');return t+=n.join(", ")+"}",t},Nz=e=>{if(""===e)return null;if("0"===e)return 0;const t=new RegExp("^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$"),n=e.match(t);if(!n)return null;let i=0;const r=(e,t)=>{if(void 0===n[e])return;const r=parseInt(n[e]);i+=r*t};return r(2,31536e6),r(4,6048e5),r(6,864e5),r(8,36e5),r(10,6e4),r(12,1e3),r(14,1),i},Lz=e=>{let t=e,n="";if(0===t)return"0s";const i=(e,i,r)=>{if(r&&t%i!==0)return;const o=Math.floor(t/i);o>0&&(n+="".concat(o).concat(e),t-=o*i)};return i("y",31536e6,!0),i("w",6048e5,!0),i("d",864e5,!1),i("h",36e5,!1),i("m",6e4,!1),i("s",1e3,!1),i("ms",1,!1),n},Dz=BigInt("9223372036854775807");function Pz(e){return So().utc(e).valueOf()}function qz(e){return So().utc(e).format("YYYY-MM-DD HH:mm:ss")}const Rz=e=>e>0&&e{const t=e<0?"-":"",n=e<0?-1*e:e,i=So().duration(n,"ms"),r=Math.floor(i.milliseconds()),o=Math.floor(i.seconds()),s=Math.floor(i.minutes()),a=Math.floor(i.hours()),l=Math.floor(i.asDays());return 0!==l?"".concat(t).concat(l,"d ").concat(a,"h ").concat(s,"m ").concat(o,"s"):0!==a?"".concat(t).concat(a,"h ").concat(s,"m ").concat(o,"s"):0!==s?"".concat(t).concat(s,"m ").concat(o,"s"):0!==o?"".concat(t).concat(o,".").concat(r,"s"):n>0?"".concat(t).concat(n.toFixed(3),"ms"):"0s"},Wz=(e,t)=>{const n=Pz(e);return n<0?"Never":Bz(t-n)},jz=/^g\d+\..+=.+$/,Iz=e=>{if(""===e)return[];const t=e.substring(1).split("&");return t.reduce(((e,n,i)=>{const r=e.length,o="g".concat(r,".");if(n.startsWith("".concat(o,"expr="))){const n=o.length;return[...e,{id:Sz(),key:"".concat(r),options:t.slice(i).reduce(((e,t)=>t.startsWith(o)&&jz.test(t)?{...e,...Xz(t.substring(n))}:e),Oz)}]}return e}),[])},Xz=e=>{const[t,n]=e.split("="),i=decodeURIComponent(n.replace(/\+/g," "));switch(t){case"expr":return{expr:i};case"tab":return{type:"0"===i?xz.Graph:xz.Table};case"stacked":return{stacked:"1"===i};case"range_input":const e=Nz(i);return Cz(e)?{range:e}:{};case"end_input":case"moment_input":return{endTime:Pz(i)};case"step_input":const t=parseInt(i);return t>0?{resolution:t}:{};case"max_source_resolution":return{maxSourceResolution:i};case"deduplicate":return{useDeduplication:"1"===i};case"partial_response":return{usePartialResponse:"1"===i};case"store_matches":return{storeMatches:JSON.parse(i)};case"engine":return{engine:i};case"analyze":return{analyze:"1"===i};case"tenant":return{tenant:i}}return{}},Fz=e=>{let{key:t,options:n}=e;const i=(e=>(t,n)=>"g".concat(e,".").concat(t,"=").concat(encodeURIComponent(n)))(t),{expr:r,type:o,stacked:s,range:a,endTime:l,resolution:c,maxSourceResolution:u,useDeduplication:h,usePartialResponse:p,storeMatches:d,engine:f,analyze:m,tenant:g}=n,b=!!Cz(l)&&qz(l);return[i("expr",r),i("tab",o===xz.Graph?0:1),i("stacked",s?1:0),i("range_input",Lz(a)),i("max_source_resolution",u),i("deduplicate",h?1:0),i("partial_response",p?1:0),i("store_matches",JSON.stringify(d,["name"])),i("engine",f),i("analyze",m?1:0),i("tenant",g),b?"".concat(i("end_input",b),"&").concat(i("moment_input",b)):"",Cz(c)?i("step_input",c):""].filter(zz).join("&")},Hz=e=>{const t=(e=>"".concat("/graph?g0.expr={{.Expr}}&g0.tab=1".replace("{{.Expr}}",encodeURIComponent(e)),"&g0.stacked=0&g0.range_input=1h"))(e);return"".concat(yz).concat(t.replace(/^\.\./,""))},Vz=(e,t)=>Object.entries(e).map(t),Uz=function(){for(var e=arguments.length,t=new Array(e),n=0;ne.apply(null,n)))}},Yz={firing:"danger",pending:"warning",inactive:"success"},$z=e=>{let{annotations:t}=e;return(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsx)("tr",{children:(0,Gr.jsx)("td",{colSpan:4,children:(0,Gr.jsx)("h5",{className:"font-weight-bold",children:"Annotations"})})}),(0,Gr.jsx)("tr",{children:(0,Gr.jsx)("td",{colSpan:4,children:Object.entries(t).map(((e,t)=>{let[n,i]=e;return(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("strong",{children:n}),(0,Gr.jsx)("div",{children:i})]},t)}))})})]})},Qz=e=>{let{rule:t,showAnnotations:n}=e;const[r,o]=(0,i.useState)(!1);return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)(Et,{fade:!1,onClick:()=>o(!r),color:Yz[t.state],style:{cursor:"pointer"},children:[(0,Gr.jsx)(Cr,{icon:r?Rr:Wr,fixedWidth:!0}),(0,Gr.jsx)("strong",{children:t.name})," (","".concat(t.alerts.length," active"),")"]}),(0,Gr.jsxs)(xo,{isOpen:r,className:"mb-2",children:[(0,Gr.jsx)("pre",{className:"alert-cell",children:(0,Gr.jsxs)("code",{children:[(0,Gr.jsxs)("div",{children:["name: ",(0,Gr.jsx)("a",{href:Hz('ALERTS{alertname="'.concat(t.name,'"}')),children:t.name})]}),(0,Gr.jsxs)("div",{children:["expr: ",(0,Gr.jsx)("a",{href:Hz(t.query),children:t.query})]}),t.duration>0&&(0,Gr.jsx)("div",{children:(0,Gr.jsxs)("div",{children:["for: ",Lz(1e3*t.duration)]})}),t.keepFiringFor>0&&(0,Gr.jsx)("div",{children:(0,Gr.jsxs)("div",{children:["keep_firing_for: ",Lz(1e3*t.keepFiringFor)]})}),t.labels&&Object.keys(t.labels).length>0&&(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("div",{children:"labels:"}),Object.entries(t.labels).map((e=>{let[t,n]=e;return(0,Gr.jsxs)("div",{className:"ml-4",children:[t,": ",n]},t)}))]}),t.annotations&&Object.keys(t.annotations).length>0&&(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("div",{children:"annotations:"}),Object.entries(t.annotations).map((e=>{let[t,n]=e;return(0,Gr.jsxs)("div",{className:"ml-4",children:[t,": ",n]},t)}))]})]})}),t.alerts.length>0&&(0,Gr.jsxs)(ko,{bordered:!0,size:"sm",children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("th",{children:"Labels"}),(0,Gr.jsx)("th",{children:"State"}),(0,Gr.jsx)("th",{children:"Active Since"}),(0,Gr.jsx)("th",{children:"Value"})]})}),(0,Gr.jsx)("tbody",{children:t.alerts.map(((e,t)=>(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{style:{verticalAlign:"middle"},children:Object.entries(e.labels).map(((e,t)=>{let[n,i]=e;return(0,Gr.jsxs)(po,{color:"primary",className:"mr-1",children:[n,"=",i]},t)}))}),(0,Gr.jsx)("td",{children:(0,Gr.jsx)("h5",{className:"m-0",children:(0,Gr.jsx)(po,{color:Yz[e.state]+" text-uppercase",className:"px-3",children:e.state})})}),(0,Gr.jsx)("td",{children:e.activeAt}),(0,Gr.jsx)("td",{children:e.value})]}),n&&(0,Gr.jsx)($z,{annotations:e.annotations})]},t)))})]})]})]})};function Gz(e,t,n,i){for(var r=[],o=0,s=t;o0;){var l=s.shift();if(!l)break;var c=l.current;if(void 0===c.right)if(Zz(c)){var u=void 0;!o&&a.length>1&&a[a.length-1].depth===l.depth&&void 0!==l.parent&&(u={result:a[a.length-1].result,parent:l.parent}),a.push({result:this.executeQuery(c,t,u,n),depth:l.depth})}else{var h=a.pop(),p=a.pop();if(!h||!p)break;"or"===c?(tC(h.result,p.result),a.push({result:h.result,depth:l.depth})):a.push({result:nC(h.result,p.result),depth:l.depth})}else s.unshift({current:c.left,parent:c.operator,depth:l.depth+1},{current:c.right,parent:c.operator,depth:l.depth+1},{current:c.operator,parent:l.parent,depth:l.depth})}for(var d=Object.values(a[0].result),f=0;f=Number(n.props.pullDownToRefreshThreshold)&&n.setState({pullToRefreshThresholdBreached:!0}),n.currentY-n.startY>1.5*n.maxPullDownDistance||n._infScroll&&(n._infScroll.style.overflow="visible",n._infScroll.style.transform="translate3d(0px, "+(n.currentY-n.startY)+"px, 0px)")))},n.onEnd=function(){n.startY=0,n.currentY=0,n.dragging=!1,n.state.pullToRefreshThresholdBreached&&(n.props.refreshFunction&&n.props.refreshFunction(),n.setState({pullToRefreshThresholdBreached:!1})),requestAnimationFrame((function(){n._infScroll&&(n._infScroll.style.overflow="auto",n._infScroll.style.transform="none",n._infScroll.style.willChange="unset")}))},n.onScrollListener=function(e){"function"===typeof n.props.onScroll&&setTimeout((function(){return n.props.onScroll&&n.props.onScroll(e)}),0);var t=n.props.height||n._scrollableNode?e.target:document.documentElement.scrollTop?document.documentElement:document.body;n.actionTriggered||((n.props.inverse?n.isElementAtTop(t,n.props.scrollThreshold):n.isElementAtBottom(t,n.props.scrollThreshold))&&n.props.hasMore&&(n.actionTriggered=!0,n.setState({showLoader:!0}),n.props.next&&n.props.next()),n.lastScrollTop=t.scrollTop)},n.state={showLoader:!1,pullToRefreshThresholdBreached:!1,prevDataLength:t.dataLength},n.throttledOnScrollListener=function(e,t,n,i){var r,o=!1,s=0;function a(){r&&clearTimeout(r)}function l(){var l=this,c=Date.now()-s,u=arguments;function h(){s=Date.now(),n.apply(l,u)}o||(i&&!r&&h(),a(),void 0===i&&c>e?h():!0!==t&&(r=setTimeout(i?function(){r=void 0}:h,void 0===i?e-c:e)))}return"boolean"!==typeof t&&(i=n,n=t,t=void 0),l.cancel=function(){a(),o=!0},l}(150,n.onScrollListener).bind(n),n.onStart=n.onStart.bind(n),n.onMove=n.onMove.bind(n),n.onEnd=n.onEnd.bind(n),n}return function(e,t){function n(){this.constructor=e}oC(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){if("undefined"===typeof this.props.dataLength)throw new Error('mandatory prop "dataLength" is missing. The prop is needed when loading more content. Check README.md for usage');if(this._scrollableNode=this.getScrollableTarget(),this.el=this.props.height?this._infScroll:this._scrollableNode||window,this.el&&this.el.addEventListener("scroll",this.throttledOnScrollListener),"number"===typeof this.props.initialScrollY&&this.el&&this.el instanceof HTMLElement&&this.el.scrollHeight>this.props.initialScrollY&&this.el.scrollTo(0,this.props.initialScrollY),this.props.pullDownToRefresh&&this.el&&(this.el.addEventListener("touchstart",this.onStart),this.el.addEventListener("touchmove",this.onMove),this.el.addEventListener("touchend",this.onEnd),this.el.addEventListener("mousedown",this.onStart),this.el.addEventListener("mousemove",this.onMove),this.el.addEventListener("mouseup",this.onEnd),this.maxPullDownDistance=this._pullDown&&this._pullDown.firstChild&&this._pullDown.firstChild.getBoundingClientRect().height||0,this.forceUpdate(),"function"!==typeof this.props.refreshFunction))throw new Error('Mandatory prop "refreshFunction" missing.\n Pull Down To Refresh functionality will not work\n as expected. Check README.md for usage\'')},t.prototype.componentWillUnmount=function(){this.el&&(this.el.removeEventListener("scroll",this.throttledOnScrollListener),this.props.pullDownToRefresh&&(this.el.removeEventListener("touchstart",this.onStart),this.el.removeEventListener("touchmove",this.onMove),this.el.removeEventListener("touchend",this.onEnd),this.el.removeEventListener("mousedown",this.onStart),this.el.removeEventListener("mousemove",this.onMove),this.el.removeEventListener("mouseup",this.onEnd)))},t.prototype.componentDidUpdate=function(e){this.props.dataLength!==e.dataLength&&(this.actionTriggered=!1,this.setState({showLoader:!1}))},t.getDerivedStateFromProps=function(e,t){return e.dataLength!==t.prevDataLength?sC(sC({},t),{prevDataLength:e.dataLength}):null},t.prototype.isElementAtTop=function(e,t){void 0===t&&(t=.8);var n=e===document.body||e===document.documentElement?window.screen.availHeight:e.clientHeight,i=uC(t);return i.unit===aC?e.scrollTop<=i.value+n-e.scrollHeight+1:e.scrollTop<=i.value/100+n-e.scrollHeight+1},t.prototype.isElementAtBottom=function(e,t){void 0===t&&(t=.8);var n=e===document.body||e===document.documentElement?window.screen.availHeight:e.clientHeight,i=uC(t);return i.unit===aC?e.scrollTop+n>=e.scrollHeight-i.value:e.scrollTop+n>=i.value/100*e.scrollHeight},t.prototype.render=function(){var e=this,t=sC({height:this.props.height||"auto",overflow:"auto",WebkitOverflowScrolling:"touch"},this.props.style),n=this.props.hasChildren||!!(this.props.children&&this.props.children instanceof Array&&this.props.children.length),r=this.props.pullDownToRefresh&&this.props.height?{overflow:"auto"}:{};return i.createElement("div",{style:r,className:"infinite-scroll-component__outerdiv"},i.createElement("div",{className:"infinite-scroll-component "+(this.props.className||""),ref:function(t){return e._infScroll=t},style:t},this.props.pullDownToRefresh&&i.createElement("div",{style:{position:"relative"},ref:function(t){return e._pullDown=t}},i.createElement("div",{style:{position:"absolute",left:0,right:0,top:-1*this.maxPullDownDistance}},this.state.pullToRefreshThresholdBreached?this.props.releaseToRefreshContent:this.props.pullDownToRefreshContent)),this.props.children,!this.state.showLoader&&!n&&this.props.hasMore&&this.props.loader,this.state.showLoader&&this.props.hasMore&&this.props.loader,!this.props.hasMore&&this.props.endMessage))},t}(i.Component);const pC=hC,dC=e=>{let{allItems:t,child:n}=e;const[r,o]=(0,i.useState)(t.slice(0,50)),[s,a]=(0,i.useState)(50),[l,c]=(0,i.useState)(t.length>50),u=n;(0,i.useEffect)((()=>{o(t.slice(0,50)),c(t.length>50)}),[t]);return(0,Gr.jsx)(pC,{next:()=>{if(r.length===t.length)c(!1);else{const e=s+50;a(e),o(t.slice(0,e))}},hasMore:l,loader:(0,Gr.jsx)("h4",{children:"loading..."}),dataLength:r.length,height:r.length>25?"75vh":"",children:(0,Gr.jsx)(u,{items:r})})},fC=e=>{let t,{handleChange:n,placeholder:i}=e;return(0,Gr.jsxs)(Mh,{children:[(0,Gr.jsx)(Th,{addonType:"prepend",children:(0,Gr.jsx)(Ah,{children:(0,Gr.jsx)(Cr,{icon:Fr})})}),(0,Gr.jsx)(Ro,{autoFocus:!0,onChange:e=>{clearTimeout(t),e.persist(),t=setTimeout((()=>{n(e)}),300)},placeholder:i})]})},mC=new rC({shouldSort:!0,indexedKeys:["name","labels",["labels",/.*/]]}),gC=[["inactive","success"],["pending","warning"],["firing","danger"]];function bC(e){return t=>{let{items:n}=t;return(0,Gr.jsx)(Gr.Fragment,{children:n.map(((t,n)=>(0,Gr.jsx)(Qz,{showAnnotations:e,rule:t},t.name+n)))})}}const vC=e=>{let{groups:t=[],statsCount:n}=e;const[r,o]=(0,i.useState)(t),[s,a]=(0,i.useState)(t),[l,c]=(0,i.useState)({firing:!0,pending:!0,inactive:!0}),[u,h]=(0,i.useState)(!1);return(0,i.useEffect)((()=>{const e=[];for(const t of r){const n={file:t.file,name:t.name,interval:t.interval,rules:t.rules.filter((e=>l[e.state]))};n.rules.length>0&&e.push(n)}a(e)}),[r,l]),(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)(no,{className:"align-items-center",children:[(0,Gr.jsx)(co,{className:"d-flex",lg:"4",md:"5",children:gC.map((e=>{let[t,i]=e;return(0,Gr.jsx)(Cc,{checked:l[t],id:"".concat(t,"-toggler"),onChange:(r=t,()=>{c({...l,[r]:!l[r]})}),children:(0,Gr.jsxs)(po,{color:i,className:"text-capitalize",children:[t," (",n[t],")"]})},t);var r}))}),(0,Gr.jsx)(co,{lg:"5",md:"4",children:(0,Gr.jsx)(fC,{handleChange:e=>{if(""!==e.target.value){const n=e.target.value.trim(),i=[];for(const e of t){const t=mC.filter(n,e.rules);t.length>0&&i.push({file:e.file,name:e.name,interval:e.interval,rules:t.map((e=>e.original))})}o(i)}else o(t)},placeholder:"Filter by name or labels"})}),(0,Gr.jsx)(co,{className:"d-flex flex-row-reverse",md:"3",children:(0,Gr.jsx)(Cc,{checked:u,id:"show-annotations-toggler",onChange:e=>{let{target:t}=e;return h(t.checked)},children:(0,Gr.jsx)("span",{style:{fontSize:"0.9rem",lineHeight:1.9,display:"inline-block",whiteSpace:"nowrap"},children:"Show annotations"})})})]}),s.map(((e,t)=>(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsxs)(yC,{rules:e.rules,children:[e.file," > ",e.name]}),(0,Gr.jsx)(dC,{allItems:e.rules,child:bC(u)})]},t)))]})},yC=e=>{let{rules:t,children:n}=e;const i=t.reduce(((e,t)=>({...e,[t.state]:e[t.state]+t.alerts.length})),{firing:0,pending:0});return(0,Gr.jsxs)("div",{className:"group-info border rounded-sm",style:{lineHeight:1.1},children:[n,(0,Gr.jsxs)("div",{className:"badges-wrapper",children:[Cz(i.inactive)&&(0,Gr.jsx)(po,{color:"success",children:"inactive"}),i.pending>0&&(0,Gr.jsxs)(po,{color:"warning",children:["pending (",i.pending,")"]}),i.firing>0&&(0,Gr.jsxs)(po,{color:"danger",children:["firing (",i.firing,")"]})]})]})};vC.displayName="Alerts";const MC=Kr(vC),wC=e=>{let{pathPrefix:t=""}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/rules?type=alert")),o={inactive:0,pending:0,firing:0};return n.data&&n.data.groups&&n.data.groups.forEach((e=>e.rules.forEach((e=>o[e.state]++)))),(0,Gr.jsx)(MC,{...n.data,statsCount:o,error:i,isLoading:r})};var xC=n(1476),AC=n.n(xC);const OC=e=>{let{yaml:t}=e;return(0,Gr.jsx)("pre",{className:"config-yaml",children:t})};OC.displayName="Config";const kC=Kr(OC),TC=e=>{let{error:t,data:n}=e;const[r,o]=(0,i.useState)(!1),s=n&&n.yaml;return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("h2",{children:["Configuration\xa0",(0,Gr.jsx)(AC(),{text:s,onCopy:(e,t)=>{o(t),setTimeout(o,1500)},children:(0,Gr.jsx)(ts,{color:"light",disabled:!s,children:r?"Copied":"Copy to clipboard"})})]}),(0,Gr.jsx)(kC,{error:t,isLoading:!s,yaml:s})]})},SC=e=>{let{pathPrefix:t}=e;const{response:n,error:i}=ft("".concat(t,"/api/v1/status/config"));return(0,Gr.jsx)(TC,{error:i,data:n.data})};var zC=n(2151),CC=n.n(zC);const _C=new Jz.z0({pre:"",post:"",shouldSort:!0}),EC=e=>{let{data:t={}}=e;const[n,r]=(0,i.useState)(""),[o,s]=(0,i.useState)({name:"Flag",alpha:!0,focused:!0}),a=Object.entries(t).sort(((e,t)=>(n,i)=>{let[r,o]=n,[s,a]=i;const l=e?s:a;return(t?-1:1)*(e?r:o).localeCompare(l)})("Flag"===o.name,!o.alpha)).map((e=>{let[t,n]=e;return"--".concat(t).concat("||").concat(n)}));let l=a;return n.length>0&&(l=_C.filter(n,a).map((e=>e.rendered))),(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("h2",{children:"Command-Line Flags"}),(0,Gr.jsx)(Mh,{children:(0,Gr.jsx)(Ro,{autoFocus:!0,placeholder:"Filter by flag name or value...",className:"my-3",value:n,onChange:e=>{let{target:t}=e;r(t.value)}})}),(0,Gr.jsxs)(ko,{bordered:!0,size:"sm",striped:!0,hover:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsx)("tr",{children:["Flag","Value"].map((e=>{return(0,Gr.jsxs)("td",{className:"px-4 ".concat(e),style:{width:"50%"},onClick:()=>s({name:e,focused:!0,alpha:o.name!==e||!o.alpha}),children:[(0,Gr.jsx)("span",{className:"mr-2",children:e}),(0,Gr.jsx)(Cr,{icon:(t=o.name!==e?void 0:o.alpha,void 0===t?Hr:t?Vr:Ur)})]},e);var t}))})}),(0,Gr.jsx)("tbody",{children:l.map((e=>{const[t,n]=e.split("||"),i={allowedTags:["strong"]};return(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{className:"flag-item",children:(0,Gr.jsx)("span",{dangerouslySetInnerHTML:{__html:CC()(t,i)}})}),(0,Gr.jsx)("td",{className:"flag-value",children:(0,Gr.jsx)("span",{dangerouslySetInnerHTML:{__html:CC()(n,i)}})})]},t)}))})]})]})},NC=Kr(EC);EC.displayName="Flags";const LC=e=>{let{pathPrefix:t=""}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/status/flags"));return(0,Gr.jsx)(NC,{data:n.data,error:i,isLoading:r})},DC=e=>(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("strong",{children:[e.title,":"]}),(0,Gr.jsx)("a",{className:"ml-4",href:Hz(e.expr),children:e.text}),(0,Gr.jsx)("br",{})]}),PC=Kr((e=>{let{response:t}=e;const n=e=>{switch(e){case"ok":return"success";case"err":return"danger";case"unknown":return"warning"}};if(t.data){const e=t.data.groups;return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("h2",{children:"Rules"}),e.map(((e,t)=>(0,Gr.jsxs)(ko,{bordered:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{colSpan:3,children:(0,Gr.jsx)("a",{href:"#"+e.name,children:(0,Gr.jsx)("h2",{id:e.name,children:e.name})})}),(0,Gr.jsx)("td",{children:(0,Gr.jsxs)("h2",{children:[Wz(e.lastEvaluation,(0,PT.now)())," ago"]})}),(0,Gr.jsx)("td",{children:(0,Gr.jsx)("h2",{children:Bz(1e3*parseFloat(e.evaluationTime))})})]})}),(0,Gr.jsxs)("tbody",{children:[(0,Gr.jsxs)("tr",{className:"font-weight-bold",children:[(0,Gr.jsx)("td",{children:"Rule"}),(0,Gr.jsx)("td",{children:"State"}),(0,Gr.jsx)("td",{children:"Error"}),(0,Gr.jsx)("td",{children:"Last Evaluation"}),(0,Gr.jsx)("td",{children:"Evaluation Time"})]}),e.rules.map(((e,t)=>(0,Gr.jsxs)("tr",{children:[e.alerts?(0,Gr.jsxs)("td",{className:"rule-cell",children:[(0,Gr.jsx)(DC,{title:"alert",text:e.name,expr:'ALERTS{alertname="'.concat(e.name,'"}')}),(0,Gr.jsx)(DC,{title:"expr",text:e.query,expr:e.query}),e.duration>0&&(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("strong",{children:"for:"})," ",Lz(1e3*e.duration)]}),e.keepFiringFor>0&&(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("strong",{children:"keep_firing_for:"})," ",Lz(1e3*e.keepFiringFor)]}),(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("strong",{children:"labels:"}),Object.entries(e.labels).map((e=>{let[t,n]=e;return(0,Gr.jsxs)("div",{className:"ml-4",children:[t,": ",n]},t)}))]}),(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("strong",{children:"annotations:"}),Object.entries(e.annotations).map((e=>{let[t,n]=e;return(0,Gr.jsxs)("div",{className:"ml-4",children:[t,": ",n]},t)}))]})]}):(0,Gr.jsxs)("td",{children:[(0,Gr.jsx)(DC,{title:"record",text:e.name,expr:e.name}),(0,Gr.jsx)(DC,{title:"expr",text:e.query,expr:e.query})]}),(0,Gr.jsx)("td",{children:(0,Gr.jsx)(po,{color:n(e.health),children:e.health.toUpperCase()})}),(0,Gr.jsx)("td",{children:e.lastError?(0,Gr.jsx)(Nt,{color:"danger",children:e.lastError}):null}),(0,Gr.jsxs)("td",{children:[Wz(e.lastEvaluation,(0,PT.now)())," ago"]}),(0,Gr.jsx)("td",{children:Bz(1e3*parseFloat(e.evaluationTime))})]},t)))]})]},t)))]})}return null})),qC=e=>{let{pathPrefix:t}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/rules"));return(0,Gr.jsx)(PC,{response:n,error:i,isLoading:r})},RC=e=>{let{children:t,event:n,showMore:i}=e;return(0,Gr.jsxs)("h3",{children:[t,(0,Gr.jsxs)(ts,{size:"xs",onClick:n,style:{padding:"0.3em 0.3em 0.25em 0.3em",fontSize:"0.375em",marginLeft:"1em",verticalAlign:"baseline"},color:"primary",children:["show ",i?"less":"more"]})]})},BC=e=>Object.entries(e).map((e=>{let[t,n]=e;return(0,Gr.jsx)("div",{children:(0,Gr.jsx)(po,{color:"primary",className:"mr-1",children:"".concat(t,'="').concat(n,'"')})},t)})),WC=e=>{let{items:t}=e;return(0,Gr.jsxs)(ko,{size:"sm",bordered:!0,hover:!0,striped:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("th",{children:"Discovered Labels"}),(0,Gr.jsx)("th",{children:"Target Labels"})]})}),(0,Gr.jsx)("tbody",{children:t.map(((e,n)=>(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{children:BC(t[n].discoveredLabels)}),t[n].isDropped?(0,Gr.jsx)("td",{style:{fontWeight:"bold"},children:"Dropped"}):(0,Gr.jsx)("td",{children:BC(t[n].labels)})]},n)))})]})},jC=e=>{let{value:t,name:n}=e;const[r,o]=(0,i.useState)(!1);return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("div",{children:(0,Gr.jsx)(RC,{event:()=>{o(!r)},showMore:r,children:(0,Gr.jsx)("span",{className:"target-head",children:n})})}),r?(0,Gr.jsx)(dC,{allItems:t,child:WC}):null]})},IC=new rC({shouldSort:!0,indexedKeys:["labels","discoveredLabels",["discoveredLabels",/.*/],["labels",/.*/]]}),XC=(e,t)=>{const n={};for(const i of e){const{scrapePool:e}=i;n[e]||(n[e]={total:0,active:0}),n[e].total++,n[e].active++}for(const i of t){const{job:e}=i.discoveredLabels;n[e]||(n[e]={total:0,active:0}),n[e].total++}return n},FC=(e,t)=>{const n={};for(const i of e){const e=i.scrapePool;n[e]||(n[e]=[]),n[e].push({discoveredLabels:i.discoveredLabels,labels:i.labels,isDropped:!1})}for(const i of t){const{job:e}=i.discoveredLabels;n[e]||(n[e]=[]),n[e].push({discoveredLabels:i.discoveredLabels,isDropped:!0,labels:{}})}return n},HC=e=>{let{activeTargets:t,droppedTargets:n}=e;const[r,o]=(0,i.useState)(t),[s,a]=(0,i.useState)(XC(t,n)),[l,c]=(0,i.useState)(FC(t,n));return(0,i.useEffect)((()=>{a(XC(r,n)),c(FC(r,n))}),[r,n]),(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("h2",{children:"Service Discovery"}),(0,Gr.jsx)(I,{children:(0,Gr.jsx)(fC,{handleChange:e=>{if(""!==e.target.value){const n=IC.filter(e.target.value.trim(),t);o(n.map((e=>e.original)))}else o(t)},placeholder:"Filter by labels"})}),(0,Gr.jsx)("ul",{children:Vz(s,(e=>{let[t,n]=e;return(0,Gr.jsx)("li",{children:(0,Gr.jsxs)("a",{href:"#"+t,children:[t," (",n.active," / ",n.total," active targets)"]})},t)}))}),(0,Gr.jsx)("hr",{}),Vz(l,(e=>{let[t,n]=e;return(0,Gr.jsx)(jC,{value:n,name:t},t)}))]})};HC.displayName="ServiceDiscoveryContent";const VC=Kr(HC),UC=e=>{let{pathPrefix:t}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/targets"));return(0,Gr.jsx)(VC,{...n.data,error:i,isLoading:r,componentTitle:"Service Discovery information"})},YC={startTime:{title:"Start time",customizeValue:e=>new Date(e).toUTCString()},CWD:{title:"Working directory"},reloadConfigSuccess:{title:"Configuration reload",customizeValue:e=>e?"Successful":"Unsuccessful"},lastConfigTime:{title:"Last successful configuration reload"},chunkCount:{title:"Head chunks"},timeSeriesCount:{title:"Head time series"},corruptionCount:{title:"WAL corruptions"},goroutineCount:{title:"Goroutines"},storageRetention:{title:"Storage retention"},activeAlertmanagers:{customRow:!0,customizeValue:(e,t)=>(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsx)("tr",{children:(0,Gr.jsx)("th",{children:"Endpoint"})}),e.map((e=>{let{url:t}=e;const{origin:n,pathname:i}=new URL(t);return(0,Gr.jsx)("tr",{children:(0,Gr.jsxs)("td",{children:[(0,Gr.jsx)("a",{href:t,children:n}),i]})},t)}))]},t)},droppedAlertmanagers:{skip:!0}},$C=e=>{let{data:t,title:n}=e;return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("h2",{children:n}),(0,Gr.jsx)(ko,{className:"h-auto",size:"sm",bordered:!0,striped:!0,children:(0,Gr.jsx)("tbody",{children:Object.entries(t).map((e=>{let[t,n]=e;const{title:i=t,customizeValue:r=(e=>e),customRow:o,skip:s}=YC[t]||{};return s?null:o?r(n,t):(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("th",{className:"capitalize-title",style:{width:"35%"},children:i}),(0,Gr.jsx)("td",{className:"text-break",children:r(n,i)})]},t)}))})})]})},QC=Kr($C);$C.displayName="Status";const GC=e=>{let{pathPrefix:t=""}=e;const n="".concat(t,"/api/v1");return(0,Gr.jsx)(Gr.Fragment,{children:[{fetchResult:ft("".concat(n,"/status/runtimeinfo")),title:"Runtime Information"},{fetchResult:ft("".concat(n,"/status/buildinfo")),title:"Build Information"}].map((e=>{let{fetchResult:t,title:n}=e;const{response:i,isLoading:r,error:o}=t;return(0,Gr.jsx)(QC,{data:i.data,title:n,isLoading:r,error:o,componentTitle:n},n)}))})},KC=e=>{let{filter:t,setFilter:n,expanded:i,setExpanded:r}=e;const{showHealthy:o}=t,s=Object.values(i).every((e=>e)),a={active:o,className:"all",color:"primary",onClick:()=>n({...t,showHealthy:!0})},l={active:!o,className:"unhealthy",color:"primary",onClick:()=>n({...t,showHealthy:!1})},c={active:!1,className:"expansion",color:"primary",onClick:()=>r((e=>Object.keys(i).reduce(((t,n)=>({...t,[n]:e})),{}))(!s))};return(0,Gr.jsxs)(DT,{className:"mt-3 mb-4",children:[(0,Gr.jsx)(ts,{...a,children:"All"}),(0,Gr.jsx)(ts,{...l,children:"Unhealthy"}),(0,Gr.jsx)(ts,{...c,children:s?"Collapse All":"Expand All"})]})},JC=e=>e.reduce(((e,t)=>{const{health:n,scrapePool:i}=t,r="up"===n.toLowerCase()?1:0;return e[i]||(e[i]={upCount:0,targets:[]}),e[i].targets.push(t),e[i].upCount+=r,e}),{}),ZC=e=>{switch(e.toLowerCase()){case"up":return"success";case"down":return"danger";default:return"warning"}};function e_(e,t){const n=JSON.parse(localStorage.getItem(e)||JSON.stringify(t)),[r,o]=(0,i.useState)(n);return(0,i.useEffect)((()=>{const t=JSON.stringify(r);localStorage.setItem(e,t)}),[e,r]),[r,o]}const t_={container:"ScrapePoolPanel_container__mwUUe",title:"ScrapePoolPanel_title__SgTOh",normal:"ScrapePoolPanel_normal__yajQX ScrapePoolPanel_title__SgTOh",danger:"ScrapePoolPanel_danger__4lB8E ScrapePoolPanel_title__SgTOh",table:"ScrapePoolPanel_table__fR2-c",cell:"ScrapePoolPanel_cell__7hR2J",endpoint:"ScrapePoolPanel_endpoint__FMY2G ScrapePoolPanel_cell__7hR2J",labels:"ScrapePoolPanel_labels__iJ+7v ScrapePoolPanel_cell__7hR2J",state:"ScrapePoolPanel_state__AncRn ScrapePoolPanel_cell__7hR2J","last-scrape":"ScrapePoolPanel_last-scrape__Fu0ek ScrapePoolPanel_cell__7hR2J",errors:"ScrapePoolPanel_errors__etLp1 ScrapePoolPanel_cell__7hR2J"};n(154);const n_="TargetLabels_discovered__H1zfq",i_=e=>Object.keys(e).map((t=>"".concat(t,'="').concat(e[t],'"'))),r_=e=>{let{discoveredLabels:t,labels:n,idx:r,scrapePool:o}=e;const[s,a]=(0,i.useState)(!1),l="series-labels-".concat(o,"-").concat(r);return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("div",{id:l,className:"series-labels-container",children:Object.keys(n).map((e=>(0,Gr.jsx)(po,{color:"primary",className:"mr-1",children:"".concat(e,'="').concat(n[e],'"')},e)))}),(0,Gr.jsxs)(dh,{isOpen:s,placement:"right-end",target:CSS.escape(l),toggle:()=>a(!s),style:{maxWidth:"none",textAlign:"left"},children:[(0,Gr.jsx)("b",{children:"Before relabeling:"}),i_(t).map(((e,t)=>(0,Gr.jsxs)(i.Fragment,{children:[(0,Gr.jsx)("br",{}),(0,Gr.jsx)("span",{className:n_,children:e})]},t)))]})]})},o_=e=>{let t,{endpoint:n,globalUrl:i}=e;try{t=new URL(n)}catch(LP){return(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Error:"})," ",LP.message]})}const{host:r,pathname:o,protocol:s,searchParams:a}=t,l=Array.from(a.entries());return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("a",{href:i,children:"".concat(s,"//").concat(r).concat(o)}),l.length>0?(0,Gr.jsx)("br",{}):null,l.map((e=>{let[t,n]=e;return(0,Gr.jsx)(po,{color:"primary",className:"mr-1 ".concat(t),children:"".concat(t,'="').concat(n,'"')},t)}))]})},s_=["Endpoint","State","Labels","Last Scrape","Scrape Duration","Error"],a_=e=>{let{items:t}=e;return(0,Gr.jsxs)(ko,{className:t_.table,size:"sm",bordered:!0,hover:!0,striped:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsx)("tr",{children:s_.map((e=>(0,Gr.jsx)("th",{children:e},e)))},"header")}),(0,Gr.jsx)("tbody",{children:t.map(((e,t)=>(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{className:t_.endpoint,children:(0,Gr.jsx)(o_,{endpoint:e.scrapeUrl,globalUrl:e.globalUrl})}),(0,Gr.jsx)("td",{className:t_.state,children:(0,Gr.jsx)(po,{color:ZC(e.health),children:e.health.toUpperCase()})}),(0,Gr.jsx)("td",{className:t_.labels,children:(0,Gr.jsx)(r_,{discoveredLabels:e.discoveredLabels,labels:e.labels,scrapePool:e.scrapePool,idx:t})}),(0,Gr.jsx)("td",{className:t_["last-scrape"],children:Wz(e.lastScrape,(0,PT.now)())}),(0,Gr.jsx)("td",{className:t_["scrape-duration"],children:Bz(1e3*e.lastScrapeDuration)}),(0,Gr.jsx)("td",{className:t_.errors,children:e.lastError?(0,Gr.jsx)("span",{className:"text-danger",children:e.lastError}):null})]},t)))})]})},l_=e=>{let{targets:t}=e;return(0,Gr.jsx)(dC,{allItems:t,child:a_})},c_=new rC({shouldSort:!0,indexedKeys:["labels","scrapePool",["labels",/.*/]]}),u_=e=>{const t=e.targetGroup.upCount{let{activeTargets:t}=e;const n=JC(t),[r,o]=(0,i.useState)(n),[s,a]=(0,i.useState)(t),[l,c]=e_("targets-page-filter",{showHealthy:!0,showUnhealthy:!0}),u=Object.keys(n).reduce(((e,t)=>({...e,[t]:!0})),{}),[h,p]=e_("targets-page-expansion-state",u),{showHealthy:d,showUnhealthy:f}=l;return(0,i.useEffect)((()=>{const e=s.filter((e=>d||"up"!==e.health.toLowerCase()));o(JC(e))}),[d,s]),(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)(no,{className:"align-items-center",children:[(0,Gr.jsx)(co,{xs:"12",sm:"6",md:"4",children:(0,Gr.jsx)(KC,{filter:l,setFilter:c,expanded:h,setExpanded:p})}),(0,Gr.jsx)(co,{xs:"12",sm:"6",md:"8",children:(0,Gr.jsx)(fC,{handleChange:e=>{if(""!==e.target.value){const n=c_.filter(e.target.value.trim(),t);a(n.map((e=>e.original)))}else a(t)},placeholder:"Filter by endpoint or labels"})})]}),Object.keys(r).filter((e=>{const t=r[e],n=t.upCount===t.targets.length;return n&&d||!n&&f})).map((e=>(0,Gr.jsx)(u_,{scrapePool:e,targetGroup:r[e],expanded:h[e],toggleExpanded:()=>p({...h,[e]:!h[e]})},e)))]})};h_.displayName="ScrapePoolListContent";const p_=Kr(h_),d_=e=>{let{pathPrefix:t}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/targets?state=active")),{status:o}=n,s="success"!==o&&"start fetching"!==o;return(0,Gr.jsx)(p_,{...n.data,error:s?new Error(o):i,isLoading:r,componentTitle:"Targets information"})},f_=e=>{let{pathPrefix:t}=e;const n={pathPrefix:t};return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)("h2",{children:"Targets"}),(0,Gr.jsx)(d_,{...n})]})},m_=e=>{const t=(e=>"?".concat(e.map(Fz).join("&")))(e);window.history.pushState({},"",t)},g_=Kr((e=>{let{metrics:t=[],useLocalTime:n,pathPrefix:r,queryHistoryEnabled:o,stores:s={},enableAutocomplete:a,enableHighlighting:l,enableLinter:c,defaultStep:u,defaultEngine:h,queryMode:p,usePartialResponse:d,...f}=e;const[m,g]=(0,i.useState)(f.panels),[b,v]=e_("history",[]),[y,M]=(0,i.useState)([]);(0,i.useEffect)((()=>{const e=[];for(const t in s)e.push(...s[t]);M(e),!m.length&&x(),window.onpopstate=()=>{const e=Iz(window.location.search);e.length>0&&g(e)}}),[s]);const w=e=>{if(-1!==t.indexOf(e)||!e.length)return;const n=b.reduce(((t,n)=>n===e?t:[...t,n]),[e]);v(n.slice(0,50))},x=()=>{Uz(g,m_)([...m,{id:Sz(),key:"".concat(m.length),options:Oz}])},A=e=>{localStorage.setItem("usePartialResponse",JSON.stringify(e))};return(0,Gr.jsxs)(Gr.Fragment,{children:[m.map((e=>{let{id:i,options:s}=e;return(0,Gr.jsx)(Tz,{onExecuteQuery:w,options:s,id:i,onOptionsChanged:e=>Uz(g,m_)(m.map((t=>i===t.id?{...t,options:e}:t))),removePanel:()=>Uz(g,m_)(m.reduce(((e,t)=>t.id!==i?[...e,{...t,key:"".concat(e.length)}]:e),[])),useLocalTime:n,metricNames:t,pastQueries:o?b:[],pathPrefix:r,stores:y,enableAutocomplete:a,enableHighlighting:l,defaultEngine:h,queryMode:p,enableLinter:c,defaultStep:u,usePartialResponse:d,onUsePartialResponseChange:A},i)})),(0,Gr.jsx)(ts,{className:"d-block mb-3",color:"primary",onClick:x,children:"Add Panel"})]})})),b_=e=>{var t,n,r,o;let{pathPrefix:s=""}=e;const[a,l]=(0,i.useState)(0),[c,u]=e_("use-local-time",!1),[h,p]=e_("enable-query-history",!1),[d,f]=e_("enable-store-filtering",!1),[m,g]=e_("enable-autocomplete",!0),[b,v]=e_("enable-syntax-highlighting",!0),[y,M]=e_("enable-linter",!0),{response:w,error:x}=ft("".concat(s,"/api/v1/label/__name__/values")),{response:A,error:O,isLoading:k}=ft("".concat(s,"/api/v1/stores")),{response:T,error:S,isLoading:z}=ft("".concat(s,"/api/v1/status/flags")),C=(null===T||void 0===T||null===(t=T.data)||void 0===t?void 0:t["query.default-step"])||"1s",_=null===T||void 0===T||null===(n=T.data)||void 0===n?void 0:n["query.mode"],E="distributed"==_?"thanos":null===T||void 0===T||null===(r=T.data)||void 0===r?void 0:r["query.promql-engine"],N=(null===T||void 0===T||null===(o=T.data)||void 0===o?void 0:o["query.partial-response"])||!0,L=(new Date).getTime()/1e3,{response:D,error:P}=ft("".concat(s,"/api/v1/query?query=time()"));return(0,i.useEffect)((()=>{if(D.data){const e=D.data.result[0];l(Math.abs(L-e))}}),[D.data]),(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("div",{className:"clearfix",children:[(0,Gr.jsxs)("div",{className:"float-left",children:[(0,Gr.jsx)(Cc,{wrapperStyles:{display:"inline-block"},id:"use-local-time-checkbox",onChange:e=>{let{target:t}=e;return u(t.checked)},defaultChecked:c,children:"Use local time"}),(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"query-history-checkbox",onChange:e=>{let{target:t}=e;return p(t.checked)},defaultChecked:h,children:"Enable query history"}),(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"store-filtering-checkbox",defaultChecked:d,onChange:e=>{let{target:t}=e;return f(t.checked)},children:"Enable Store Filtering"})]}),(0,Gr.jsxs)("div",{className:"float-right",children:[(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"autocomplete-checkbox",onChange:e=>{let{target:t}=e;return g(t.checked)},defaultChecked:m,children:"Enable autocomplete"}),(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"highlighting-checkbox",onChange:e=>{let{target:t}=e;return v(t.checked)},defaultChecked:b,children:"Enable highlighting"}),(0,Gr.jsx)(Cc,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"linter-checkbox",onChange:e=>{let{target:t}=e;return M(t.checked)},defaultChecked:y,children:"Enable linter"})]})]}),(a>30||P)&&(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Warning: "}),P&&"Unexpected response status when fetching server time: ".concat(P.message),a>=30&&"Error fetching server time: Detected ".concat(a," seconds time difference between your browser and the server. Thanos relies on accurate time and time drift might cause unexpected query results.")]}),x&&(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Warning: "}),"Error fetching metrics list: Unexpected response status when fetching metric names: ",x.message]}),O&&(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Warning: "}),"Error fetching stores list: Unexpected response status when fetching stores: ",O.message]}),S&&(0,Gr.jsxs)(Nt,{color:"danger",children:[(0,Gr.jsx)("strong",{children:"Warning: "}),"Error fetching flags list: Unexpected response status when fetching flags: ",S.message]}),(0,Gr.jsx)(g_,{panels:Iz(window.location.search),pathPrefix:s,useLocalTime:c,metrics:w.data,stores:d?A.data:{},enableAutocomplete:m,enableHighlighting:b,enableLinter:y,defaultStep:C,defaultEngine:E,queryMode:_,queryHistoryEnabled:h,usePartialResponse:!!N,isLoading:k||z})]})},v_=e=>{let{labelValueCountByLabelName:t,seriesCountByMetricName:n,memoryInBytesByLabelName:i,seriesCountByLabelValuePair:r}=e;return(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("h2",{children:"TSDB Status"}),(0,Gr.jsx)("h3",{className:"p-2",children:"Head Cardinality Stats"}),[{title:"Top 10 label names with value count",stats:t},{title:"Top 10 series count by metric names",stats:n},{title:"Top 10 label names with high memory usage",unit:"Bytes",stats:i},{title:"Top 10 series count by label value pairs",stats:r}].map((e=>{let{title:t,unit:n="Count",stats:i}=e;return(0,Gr.jsxs)("div",{className:"p-2",children:[(0,Gr.jsx)("h3",{children:t}),(0,Gr.jsxs)(ko,{bordered:!0,size:"sm",striped:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("th",{children:"Name"}),(0,Gr.jsx)("th",{children:n})]})}),(0,Gr.jsx)("tbody",{children:i.map((e=>{let{name:t,value:n}=e;return(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{children:t}),(0,Gr.jsx)("td",{children:n})]},t)}))})]})]},t)}))]})};v_.displayName="TSDBStatusContent";const y_=Kr(v_),M_=e=>{let{pathPrefix:t}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/status/tsdb"));return(0,Gr.jsx)(y_,{error:i,isLoading:r,...n.data,componentTitle:"TSDB Status information"})},w_="NotFound_container__qQ5PC",x_=e=>{let{pathPrefix:t,defaultRoute:n}=e;return(0,Gr.jsxs)(I,{className:w_,children:[(0,Gr.jsx)("h1",{children:"404, Page not Found!"}),(0,Gr.jsx)("h5",{children:(0,Gr.jsx)("a",{href:"".concat(t).concat(n),children:"Go back to home page"})})]})};var A_={light:c().bool,dark:c().bool,full:c().bool,fixed:c().string,sticky:c().string,color:c().string,role:c().string,tag:x,className:c().string,cssModule:c().object,expand:c().oneOfType([c().bool,c().string])},O_=function(e){var t,n=e.expand,r=e.className,a=e.cssModule,l=e.light,c=e.dark,u=e.fixed,p=e.sticky,d=e.color,m=e.tag,g=s(e,["expand","className","cssModule","light","dark","fixed","sticky","color","tag"]),b=f(h()(r,"navbar",function(e){return!1!==e&&(!0===e||"xs"===e?"navbar-expand":"navbar-expand-"+e)}(n),((t={"navbar-light":l,"navbar-dark":c})["bg-"+d]=d,t["fixed-"+u]=u,t["sticky-"+p]=p,t)),a);return i.createElement(m,o({},g,{className:b}))};O_.propTypes=A_,O_.defaultProps={tag:"nav",expand:!1};const k_=O_;var T_={tag:x,type:c().string,className:c().string,cssModule:c().object,children:c().node},S_=function(e){var t=e.className,n=e.cssModule,r=e.children,a=e.tag,l=s(e,["className","cssModule","children","tag"]),c=f(h()(t,"navbar-toggler"),n);return i.createElement(a,o({"aria-label":"Toggle navigation"},l,{className:c}),r||i.createElement("span",{className:f("navbar-toggler-icon",n)}))};S_.propTypes=T_,S_.defaultProps={tag:"button",type:"button"};const z_=S_;var C_=i.createContext({}),__={a11y:c().bool,disabled:c().bool,direction:c().oneOf(["up","down","left","right"]),group:c().bool,isOpen:c().bool,nav:c().bool,active:c().bool,addonType:c().oneOfType([c().bool,c().oneOf(["prepend","append"])]),size:c().string,tag:x,toggle:c().func,children:c().node,className:c().string,cssModule:c().object,inNavbar:c().bool,setActiveFromChild:c().bool,menuRole:c().oneOf(["listbox","menu"])},E_=[E.space,E.enter,E.up,E.down,E.end,E.home],N_=function(e){function t(t){var n;return(n=e.call(this,t)||this).addEvents=n.addEvents.bind(mt(n)),n.handleDocumentClick=n.handleDocumentClick.bind(mt(n)),n.handleKeyDown=n.handleKeyDown.bind(mt(n)),n.removeEvents=n.removeEvents.bind(mt(n)),n.toggle=n.toggle.bind(mt(n)),n.handleMenuRef=n.handleMenuRef.bind(mt(n)),n.containerRef=i.createRef(),n.menuRef=i.createRef(),n}bt(t,e);var n=t.prototype;return n.handleMenuRef=function(e){this.menuRef.current=e},n.getContextValue=function(){return{toggle:this.toggle,isOpen:this.props.isOpen,direction:"down"===this.props.direction&&this.props.dropup?"up":this.props.direction,inNavbar:this.props.inNavbar,disabled:this.props.disabled,onMenuRef:this.handleMenuRef,menuRole:this.props.menuRole}},n.componentDidMount=function(){this.handleProps()},n.componentDidUpdate=function(e){this.props.isOpen!==e.isOpen&&this.handleProps()},n.componentWillUnmount=function(){this.removeEvents()},n.getContainer=function(){return this.containerRef.current},n.getMenu=function(){return this.menuRef.current},n.getMenuCtrl=function(){return this._$menuCtrl||(this._$menuCtrl=this.getContainer().querySelector("[aria-expanded]")),this._$menuCtrl},n.getItemType=function(){return"listbox"===this.context.menuRole?"option":"menuitem"},n.getMenuItems=function(){var e=this.getMenu()||this.getContainer();return[].slice.call(e.querySelectorAll('[role="'+this.getItemType()+'"]'))},n.addEvents=function(){var e=this;["click","touchstart","keyup"].forEach((function(t){return document.addEventListener(t,e.handleDocumentClick,!0)}))},n.removeEvents=function(){var e=this;["click","touchstart","keyup"].forEach((function(t){return document.removeEventListener(t,e.handleDocumentClick,!0)}))},n.handleDocumentClick=function(e){if(!e||3!==e.which&&("keyup"!==e.type||e.which===E.tab)){var t=this.getContainer(),n=this.getMenu(),i=t.contains(e.target)&&t!==e.target,r=n&&n.contains(e.target)&&n!==e.target;(!i&&!r||"keyup"===e.type&&e.which!==E.tab)&&this.toggle(e)}},n.handleKeyDown=function(e){var t=this,n="menuitem"===e.target.getAttribute("role")||"option"===e.target.getAttribute("role"),i=this.getMenuCtrl()===e.target,r=E.tab===e.which;if(!(/input|textarea/i.test(e.target.tagName)||r&&!this.props.a11y||r&&!n&&!i)&&((-1!==E_.indexOf(e.which)||e.which>=48&&e.which<=90)&&e.preventDefault(),!this.props.disabled&&(i&&([E.space,E.enter,E.up,E.down].indexOf(e.which)>-1?(this.props.isOpen||this.toggle(e),setTimeout((function(){return t.getMenuItems()[0].focus()}))):this.props.isOpen&&r?(e.preventDefault(),this.getMenuItems()[0].focus()):this.props.isOpen&&e.which===E.esc&&this.toggle(e)),this.props.isOpen&&n)))if([E.tab,E.esc].indexOf(e.which)>-1)this.toggle(e),this.getMenuCtrl().focus();else if([E.space,E.enter].indexOf(e.which)>-1)e.target.click(),this.getMenuCtrl().focus();else if([E.down,E.up].indexOf(e.which)>-1||[E.n,E.p].indexOf(e.which)>-1&&e.ctrlKey){var o=this.getMenuItems(),s=o.indexOf(e.target);E.up===e.which||E.p===e.which&&e.ctrlKey?s=0!==s?s-1:o.length-1:(E.down===e.which||E.n===e.which&&e.ctrlKey)&&(s=s===o.length-1?0:s+1),o[s].focus()}else if(E.end===e.which){var a=this.getMenuItems();a[a.length-1].focus()}else if(E.home===e.which){this.getMenuItems()[0].focus()}else if(e.which>=48&&e.which<=90)for(var l=this.getMenuItems(),c=String.fromCharCode(e.which).toLowerCase(),u=0;u-1?this.getRole():void 0,n=m(this.props,["toggle"]),r=n.className,a=n.cssModule,l=n.divider,c=n.tag,u=n.header,p=n.active,d=n.text,g=s(n,["className","cssModule","divider","tag","header","active","text"]),b=f(h()(r,{disabled:g.disabled,"dropdown-item":!l&&!u&&!d,active:p,"dropdown-header":u,"dropdown-divider":l,"dropdown-item-text":d}),a);return"button"===c&&(u?c="h6":l?c="div":g.href?c="a":d&&(c="span")),i.createElement(c,o({type:"button"===c&&(g.onClick||this.props.toggle)?"button":void 0},g,{tabIndex:e,role:t,className:b,onClick:this.onClick}))},t}(i.Component);J_.propTypes=K_,J_.defaultProps={tag:"button",toggle:!0},J_.contextType=C_;const Z_=J_,eE=()=>{const{theme:e}=OT();return(0,i.useEffect)((()=>{document.body.classList.toggle("bootstrap-dark","dark"===e),document.body.classList.toggle("bootstrap","light"===e)}),[e]),null},tE=()=>{const{userPreference:e,setTheme:t}=OT();return(0,Gr.jsx)(ET,{className:"ml-auto",inline:!0,children:(0,Gr.jsxs)(DT,{size:"sm",children:[(0,Gr.jsx)(ts,{color:"secondary",title:"Use light theme",active:"light"===e,onClick:()=>t("light"),children:(0,Gr.jsx)(Cr,{icon:$r,className:"light"===e?"text-white":"text-dark"})}),(0,Gr.jsx)(ts,{color:"secondary",title:"Use dark theme",active:"dark"===e,onClick:()=>t("dark"),children:(0,Gr.jsx)(Cr,{icon:Ir,className:"dark"===e?"text-white":"text-dark"})}),(0,Gr.jsx)(ts,{color:"secondary",title:"Use browser-preferred theme",active:"auto"===e,onClick:()=>t("auto"),children:(0,Gr.jsx)(Cr,{icon:Er,className:"auto"===e?"text-white":"text-dark"})})]})})},nE={query:[{name:"Graph",uri:"/graph"},{name:"Endpoints",uri:"/stores"},{name:"Status",children:[{name:"Runtime & Build Information",uri:"/status"},{name:"Command-Line Flags",uri:"/flags"},{name:"Alerts",uri:"/alerts"},{name:"Targets",uri:"/targets"},{name:"Rules",uri:"/rules"}]}],rule:[{name:"Alerts",uri:"/alerts"},{name:"Rules",uri:"/rules"},{name:"Status",children:[{name:"Runtime & Build Information",uri:"/status"},{name:"Command-Line Flags",uri:"/flags"}]}],bucket:[{name:"Blocks",uri:"/blocks"},{name:"Status",children:[{name:"Runtime & Build Information",uri:"/status"},{name:"Command-Line Flags",uri:"/flags"}]}],compact:[{name:"Global Blocks",uri:"/blocks"},{name:"Loaded Blocks",uri:"/loaded"},{name:"Status",children:[{name:"Runtime & Build Information",uri:"/status"},{name:"Command-Line Flags",uri:"/flags"}]}],store:[{name:"Loaded Blocks",uri:"/loaded"},{name:"Status",children:[{name:"Runtime & Build Information",uri:"/status"},{name:"Command-Line Flags",uri:"/flags"}]}]},iE=e=>{let{pathPrefix:t,thanosComponent:n,defaultRoute:r}=e;const[o,s]=(0,i.useState)(!1),a=()=>s(!o);return(0,Gr.jsxs)(k_,{className:"mb-3",dark:!0,color:"dark",expand:"md",fixed:"top",children:[(0,Gr.jsx)(z_,{onClick:a,className:"mr-2"}),(0,Gr.jsxs)(ze,{className:"navbar-brand",to:"".concat(t).concat(r),children:[(0,Gr.jsx)("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAADECAYAAADTcc6fAAAABmJLR0QAbQBBAP/EuwD5AAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wEXDxsVYx3tVgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAJpSURBVHja7d0BsqIwEEDBxOL+V443oIgImZl0H2BLwZcB5WdbAwAAAAAAAAAAYHf97j8wxhgOIyk+7L3f/rx/HEYQDAgGBAOCAcGAYBwCEAwIBgQDggHBgGAcAhAMCAYEA4IBwYBgHAIQDAgGBAOJHFFf2D+2xCGnyFt3mTAgGBAMCAYEA4IBBAOCAcGAYEAwIBhAMCAYEAwIBgQDggEEA4IBwYBgQDBQVNh9ySLvTTXrjT3WKh0vEwYEA4IBBAOCAcFAZEe2F/zLV7S+cnVeTBgwYXKumhlWykrvxYQBwYBgQDCAYEAwIBgQDNTjh8sTlX7E84OkCQMmjJXSBDNhQDAgGEAwIBgQDAgGBAOCAQQDgoHXeVp5A7Ob7Hlez4SBvSfMlVXTSum8mDBgwuRcNU0w9zCAYEAwIBhw05+cm3tMGNhpwlj1nRcTBkwYrPomDAgGEAwIBgQDggHBgGAAwYBgQDAgGBAMbMnTyieubrGa4WngSu/FhAETZt3KaZV0XkwYEAwIBgQDCAampP+WzDdizotg8AEWjA8Z7mFAMIBgQDAgGBAMCAYEAwgGBAOCAcGAYEAwUM3VfdkEAyYMCAbCs/PljevfjH+RWem9mDAQ+IZfMCAYEAwsvxwrcdP/xs1qpRtiN/cmDAgGol2OCQYEA89MF8GAYDBdnpkuggHBYLoIBpbH0pr/UOkVfl13SQbbTRfBIBbBgGBg+XQRDGIRDGIRDCyPRTCIRTCIRTCIpUd4HYJBLBM8S4ZQTBjEYsIgFBMGssRiwiAUwSAUwSAUwSASwUCxSASDQAAAAAAAAAAAAAB43her2Y263wtOnAAAAABJRU5ErkJggg==",alt:"thanos",style:{width:"2rem",marginRight:"0.5rem"}}),"Thanos - ",n[0].toUpperCase(),n.substr(1,n.length)]}),(0,Gr.jsx)(xo,{isOpen:o,navbar:!0,style:{justifyContent:"space-between"},children:(0,Gr.jsxs)(jo,{className:"ml-0",navbar:!0,children:[nE[n].map((e=>"uri"in e?(0,Gr.jsx)(Fo,{children:(0,Gr.jsx)(Uo,{tag:ze,to:"".concat(t).concat(e.uri),onClick:a,children:e.name})},e.uri):(0,Gr.jsxs)(q_,{nav:!0,inNavbar:!0,children:[(0,Gr.jsx)(F_,{nav:!0,caret:!0,children:e.name}),(0,Gr.jsx)(G_,{children:e.children.map((e=>(0,Gr.jsx)(Z_,{tag:ze,to:"".concat(t).concat(e.uri),onClick:a,children:e.name},e.uri)))})]},e.name))),(0,Gr.jsx)(Fo,{children:(0,Gr.jsx)(Uo,{href:"https://thanos.io/tip/thanos/getting-started.md/",children:"Help"})})]})}),(0,Gr.jsx)(tE,{})]})},rE=e=>{let{labelSets:t}=e;return(0,Gr.jsx)(gh,{children:t.map(((e,t)=>(0,Gr.jsx)(Lc,{children:Object.entries(e).map((e=>{let[t,n]=e;return(0,Gr.jsx)(po,{color:"primary",style:{margin:"0px 5px"},children:"".concat(t,'="').concat(n,'"')},t)}))},t)))})},oE=["Endpoint","Status","Announced LabelSets","Min Time (UTC)","Max Time (UTC)","Last Successful Health Check","Last Message"],sE=(e,t)=>e||t?!e&&t?"This store has no minimum time limit":e&&!t?"This store has no maximum time limit":"":"This store's time range data is not available",aE=e=>{let{title:t,storePool:n}=e;const[{expanded:i},r]=e_("store-pool-".concat(t,"-expanded"),{expanded:!0});return(0,Gr.jsxs)(I,{fluid:!0,children:[(0,Gr.jsx)(RC,{event:()=>r({expanded:!i}),showMore:i,children:(0,Gr.jsx)("span",{style:{textTransform:"capitalize"},children:t})}),(0,Gr.jsx)(xo,{isOpen:i,children:(0,Gr.jsxs)(ko,{size:"sm",bordered:!0,hover:!0,children:[(0,Gr.jsx)("thead",{children:(0,Gr.jsx)("tr",{children:oE.map((e=>(0,Gr.jsx)("th",{children:e},e)))},"header")}),(0,Gr.jsx)("tbody",{children:n.map((e=>{const{name:t,minTime:n,maxTime:i,labelSets:r,lastCheck:o,lastError:s}=e,a=s?"down":"up",l=ZC(a),c=Rz(n),u=Rz(i);return(0,Gr.jsxs)("tr",{children:[(0,Gr.jsx)("td",{"data-testid":"endpoint",title:sE(c,u),children:t}),(0,Gr.jsx)("td",{"data-testid":"health",children:(0,Gr.jsx)(po,{color:l,children:a.toUpperCase()})}),(0,Gr.jsx)("td",{"data-testid":"storeLabels",children:(0,Gr.jsx)(rE,{labelSets:r})}),(0,Gr.jsx)("td",{"data-testid":"minTime",title:sE(c,u),children:c?qz(n):(0,Gr.jsx)(Cr,{icon:jr})}),(0,Gr.jsx)("td",{"data-testid":"maxTime",title:sE(c,u),children:u?qz(i):(0,Gr.jsx)(Cr,{icon:jr})}),(0,Gr.jsxs)("td",{"data-testid":"lastCheck",children:[Rz(Pz(o))?Wz(o,(0,PT.now)()):(0,Gr.jsx)(Cr,{icon:jr})," ","ago"]}),(0,Gr.jsx)("td",{"data-testid":"lastError",children:s?(0,Gr.jsx)(po,{color:l,children:s}):null})]},t)}))})]})})]})},lE=Kr((e=>{let{data:t}=e;const n=Object.keys(t);return(0,Gr.jsx)(Gr.Fragment,{children:n.length>0?n.map((e=>(0,Gr.jsx)(aE,{title:e,storePool:t[e]},e))):(0,Gr.jsx)(Nt,{color:"warning",children:"No stores registered."})})})),cE=e=>{let{pathPrefix:t=""}=e;const{response:n,error:i,isLoading:r}=ft("".concat(t,"/api/v1/stores")),{status:o}=n,s="success"!==o&&"start fetching"!==o;return(0,Gr.jsx)(lE,{data:n.data,error:s?new Error(o):i,isLoading:r})};var uE=["toggleEvents","defaultOpen"],hE={defaultOpen:c().bool,toggler:c().string.isRequired,toggleEvents:c().arrayOf(c().string)},pE={toggleEvents:["touchstart","click"]},dE=function(e){function t(t){var n;return(n=e.call(this,t)||this).togglers=null,n.removeEventListeners=null,n.toggle=n.toggle.bind(mt(n)),n.state={isOpen:t.defaultOpen||!1},n}bt(t,e);var n=t.prototype;return n.componentDidMount=function(){this.togglers=P(this.props.toggler),this.togglers.length&&(this.removeEventListeners=function(e,t,n,i){var r=e;q(r)||(r=[r]);var o=n;if("string"===typeof o&&(o=o.split(/\s+/)),!q(r)||"function"!==typeof t||!Array.isArray(o))throw new Error("\n The first argument of this function must be DOM node or an array on DOM nodes or NodeList.\n The second must be a function.\n The third is a string or an array of strings that represents DOM events\n ");return Array.prototype.forEach.call(o,(function(e){Array.prototype.forEach.call(r,(function(n){n.addEventListener(e,t,i)}))})),function(){Array.prototype.forEach.call(o,(function(e){Array.prototype.forEach.call(r,(function(n){n.removeEventListener(e,t,i)}))}))}}(this.togglers,this.toggle,this.props.toggleEvents))},n.componentWillUnmount=function(){this.togglers.length&&this.removeEventListeners&&this.removeEventListeners()},n.toggle=function(e){this.setState((function(e){return{isOpen:!e.isOpen}})),e.preventDefault()},n.render=function(){return i.createElement(xo,o({isOpen:this.state.isOpen},m(this.props,uE)))},t}(i.Component);dE.propTypes=hE,dE.defaultProps=pE;const fE=dE,mE="ErrorBoundary_container__q5-zp",gE="ErrorBoundary_detailsBtn__iTaIc",bE="ErrorBoundary_errorDiv__CKpY3";class vE extends i.Component{constructor(e){super(e),this.state={error:null,errorInfo:null}}componentDidCatch(e,t){this.setState({error:e,errorInfo:t})}render(){return this.state.errorInfo?(0,Gr.jsxs)(I,{fluid:!0,className:mE,children:[(0,Gr.jsx)("h1",{children:"Aaaah! Something went wrong."}),(0,Gr.jsxs)("h3",{children:["Please file an issue in the\xa0",(0,Gr.jsx)("a",{href:"https://github.com/thanos-io/thanos/issues",target:"_blank",rel:"noreferrer noopener",children:"Thanos issue tracker."})]}),(0,Gr.jsx)(ts,{color:"link",id:"error-details-toggler",className:gE,children:"View error details."}),(0,Gr.jsxs)(fE,{toggler:"#error-details-toggler",className:bE,children:[(0,Gr.jsx)("span",{children:this.state.error&&this.state.error.toString()}),this.state.errorInfo.componentStack]})]}):this.props.children}}const yE=vE,ME={container:"blocks_container__VvRYV",grid:"blocks_grid__ZazGZ",sources:"blocks_sources__rl8vd",blockDetails:"blocks_blockDetails__ytMWm",open:"blocks_open__DNi1D",detailsTop:"blocks_detailsTop__XTw42",header:"blocks_header__rBZkV",closeBtn:"blocks_closeBtn__xObeQ",timeRangeDiv:"blocks_timeRangeDiv__0Lht-",timeRange:"blocks_timeRange__2JnqI",source:"blocks_source__5eSF5",title:"blocks_title__tLgxv",rowsContainer:"blocks_rowsContainer__WJLAk",row:"blocks_row__XXEWv",blockSpan:"blocks_blockSpan__-rVfz","res-0":"blocks_res-0__pFlet","res-300000":"blocks_res-300000__YMCfv","res-3600000":"blocks_res-3600000__c4rnR","level-1":"blocks_level-1__mY8uI","level-2":"blocks_level-2__tLoFQ","level-3":"blocks_level-3__Tt6M3","level-4":"blocks_level-4__adSpx","level-5":"blocks_level-5__A2uEj","level-6":"blocks_level-6__93k19",blockInput:"blocks_blockInput__Ktii1",blockFilter:"blocks_blockFilter__qqbPg"},wE=e=>{let{block:t,gridMaxTime:n,gridMinTime:i,selectBlock:r}=e;const o=n-i,s=(t.maxTime-t.minTime)/o*100,a=(t.minTime-i)/o*100;return(0,Gr.jsx)("button",{onClick:()=>r(t),className:"".concat(ME.blockSpan," ").concat(ME["res-".concat(t.thanos.downsample.resolution)]," ").concat(ME["level-".concat(t.compaction.level)]),style:{width:"calc(".concat(s.toFixed(4),"% + 1px)"),left:"".concat(a.toFixed(4),"%")}})},xE=e=>{let t="";for(const[n,i]of Object.entries(e))t+="".concat(n,": ").concat(i," ");return t},AE=(e,t)=>(null===e||void 0===e?void 0:e.minTime)<=(null===t||void 0===t?void 0:t.minTime)?(null===t||void 0===t?void 0:t.minTime)<(null===e||void 0===e?void 0:e.maxTime):(null===e||void 0===e?void 0:e.minTime)<(null===t||void 0===t?void 0:t.maxTime),OE=(e,t,n)=>{var i;if(0===t.length)return 0;const r=(null===(i=t[n])||void 0===i?void 0:i.length)||0;return 0===r?n:AE(t[n][r-1],e)?OE(e,t,n+1):n},kE=e=>{const t=[[]];return 0===e.length||e.forEach((e=>{const n=OE(e,t,0);t[n]||(t[n]=[]),t[n].push(e)})),t},TE=(e,t,n)=>{const i={},r={};e.sort(((e,t)=>e.compaction.level-t.compaction.level)).forEach((e=>{const n=function(){const n=""!==t&&e.thanos.labels[t];if(n)return n;{let t=i[xE(e.thanos.labels)];return void 0===t&&(t=String(Object.keys(i).length+1),i[xE(e.thanos.labels)]=t),t}}();r[n]=r[n]?r[n].concat([e]):[e]}));const o={};return Object.keys(r).forEach((e=>{o[e]=((e,t)=>{const n={};e.sort(((e,t)=>e.compaction.level-t.compaction.level?e.compaction.level-t.compaction.level:e.thanos.downsample.resolution-t.thanos.downsample.resolution?e.thanos.downsample.resolution-t.thanos.downsample.resolution:e.minTime-t.minTime)).forEach((e=>{const t="".concat(e.compaction.level,"-").concat(e.thanos.downsample.resolution);n[t]||(n[t]=[]),n[t].push(e)}));const i={};return Object.entries(n).forEach((e=>{let[n,r]=e;if(t){let e=0;const t=r.filter(((t,n)=>{const i=e>t.minTime;return t.maxTime>e&&(e=t.maxTime),i||AE(r[n],r[n+1])}));i[n]=kE(t)}else i[n]=kE(r)})),i})(r[e],n)})),o},SE=(e,t)=>{if(""===t)return e;const n=e.map((e=>e.ulid)),i=new Jz.z0({caseSensitive:!0}).filter(t,n).map((e=>e.index)),r=e.filter(((e,t)=>i.includes(t)));return r},zE=(e,t)=>{if(0===t||Number.isNaN(t))return e;return e.filter((e=>e.compaction.level===t))},CE=e=>{var t;if(!e||!e.thanos.files)return;const n={chunkBytes:0,indexBytes:0,totalBytes:0};return null===e||void 0===e||null===(t=e.thanos.files)||void 0===t||t.forEach((e=>{"index"===e.rel_path?n.indexBytes+=e.size_bytes||0:e.rel_path.startsWith("chunks/")&&(n.chunkBytes+=e.size_bytes||0)})),n.totalBytes=n.indexBytes+n.chunkBytes,n},_E=e=>{if(void 0===e||Number.isNaN(e))return"Unknown Bytes";const t=["Bytes","KiB","MiB","GiB","TiB","PiB"];if(0===e)return"0 Byte";const n=Math.min(Math.floor(Math.log(e)/Math.log(1024)),t.length-1);return"".concat((e/Math.pow(1024,n)).toFixed(2)," ").concat(t[n])},EE=e=>{let{blocks:t,gridMinTime:n,gridMaxTime:i,selectBlock:r,blockSearch:o,compactionLevel:s}=e,a=SE(t,o);return a=zE(a,s),(0,Gr.jsx)("div",{className:ME.row,children:a.map((e=>(0,Gr.jsx)(wE,{selectBlock:r,block:e,gridMaxTime:i,gridMinTime:n},e.ulid)))})},NE=e=>{let{data:t,title:n,gridMaxTime:r,gridMinTime:o,selectBlock:s,blockSearch:a,compactionLevel:l}=e;const c=((e,t)=>{const n={chunkBytes:0,indexBytes:0,totalBytes:0};return Object.values(e).forEach((e=>{e.forEach((e=>{zE(e,t).forEach((e=>{const t=CE(e);t&&(n.chunkBytes+=t.chunkBytes,n.indexBytes+=t.indexBytes,n.totalBytes+=t.totalBytes)}))}))})),n})(t,l);return(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("div",{className:ME.source,children:[(0,Gr.jsxs)("div",{className:ME.title,title:n,children:[(0,Gr.jsx)("span",{children:n}),(0,Gr.jsx)("span",{title:c.totalBytes+" Bytes",children:_E(c.totalBytes)})]}),(0,Gr.jsx)("div",{className:ME.rowsContainer,children:Object.keys(t).map((e=>(0,Gr.jsx)(i.Fragment,{children:t[e].map(((t,n)=>(0,Gr.jsx)(EE,{selectBlock:s,blocks:t,gridMaxTime:r,gridMinTime:o,blockSearch:a,compactionLevel:l},"".concat(e,"-").concat(n))))},e)))})]}),(0,Gr.jsx)("hr",{})]})};var LE={children:c().node.isRequired,node:c().any},DE=function(e){function t(){return e.apply(this,arguments)||this}bt(t,e);var n=t.prototype;return n.componentWillUnmount=function(){this.defaultNode&&document.body.removeChild(this.defaultNode),this.defaultNode=null},n.render=function(){return N?(this.props.node||this.defaultNode||(this.defaultNode=document.createElement("div"),document.body.appendChild(this.defaultNode)),r.createPortal(this.props.children,this.props.node||this.defaultNode)):null},t}(i.Component);DE.propTypes=LE;const PE=DE;function qE(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function RE(e){for(var t=1;t0&&(e.preventDefault(),e.stopPropagation(),n[0].focus())}},n.onOpened=function(e,t){this.props.onOpened(),(this.props.modalTransition.onEntered||BE)(e,t)},n.onClosed=function(e){var t=this.props.unmountOnClose;this.props.onClosed(),(this.props.modalTransition.onExited||BE)(e),t&&this.destroy(),this.close(),this._isMounted&&this.setState({isOpen:!1})},n.setFocus=function(){this._dialog&&this._dialog.parentNode&&"function"===typeof this._dialog.parentNode.focus&&this._dialog.parentNode.focus()},n.getFocusableChildren=function(){return this._element.querySelectorAll(B.join(", "))},n.getFocusedChild=function(){var e,t=this.getFocusableChildren();try{e=document.activeElement}catch(n){e=t[0]}return e},n.handleBackdropClick=function(e){if(e.target===this._mouseDownElement){e.stopPropagation();var t=this._dialog?this._dialog.parentNode:null;if(t&&e.target===t&&"static"===this.props.backdrop&&this.handleStaticBackdropAnimation(),!this.props.isOpen||!0!==this.props.backdrop)return;t&&e.target===t&&this.props.toggle&&this.props.toggle(e)}},n.handleTab=function(e){if(9===e.which&&!(this.modalIndex{let{pathPrefix:t="",block:n,selectBlock:r,disableAdminOperations:o}=e;const[s,a]=(0,i.useState)(""),[l,c]=(0,i.useState)(null),u=CE(n);return(0,Gr.jsx)("div",{className:"".concat(ME.blockDetails," ").concat(n&&ME.open),children:n&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("div",{className:ME.detailsTop,children:[(0,Gr.jsx)("span",{className:ME.header,"data-testid":"ulid",children:n.ulid}),(0,Gr.jsx)("button",{className:ME.closeBtn,onClick:()=>r(void 0),children:"\xd7"})]}),(0,Gr.jsx)("hr",{}),(0,Gr.jsxs)("div",{"data-testid":"start-time",children:[(0,Gr.jsx)("b",{children:"Start Time:"})," ",(0,Gr.jsx)("span",{children:qT().unix(n.minTime/1e3).format("LLL")})]}),(0,Gr.jsxs)("div",{"data-testid":"end-time",children:[(0,Gr.jsx)("b",{children:"End Time:"})," ",(0,Gr.jsx)("span",{children:qT().unix(n.maxTime/1e3).format("LLL")})]}),(0,Gr.jsxs)("div",{"data-testid":"duration",children:[(0,Gr.jsx)("b",{children:"Duration:"})," ",(0,Gr.jsx)("span",{children:qT().duration(n.maxTime-n.minTime,"ms").humanize()})]}),(0,Gr.jsx)("hr",{}),(0,Gr.jsxs)("div",{"data-testid":"series",children:[(0,Gr.jsx)("b",{children:"Series:"})," ",(0,Gr.jsx)("span",{children:n.stats.numSeries})]}),(0,Gr.jsxs)("div",{"data-testid":"samples",children:[(0,Gr.jsx)("b",{children:"Samples:"})," ",(0,Gr.jsx)("span",{children:n.stats.numSamples})]}),(0,Gr.jsxs)("div",{"data-testid":"chunks",children:[(0,Gr.jsx)("b",{children:"Chunks:"})," ",(0,Gr.jsx)("span",{children:n.stats.numChunks})]}),(0,Gr.jsx)("hr",{}),u&&(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsxs)("div",{"data-testid":"total-size",children:[(0,Gr.jsx)("b",{children:"Total size:"}),"\xa0",(0,Gr.jsx)("span",{title:u.totalBytes+" Bytes",children:_E(u.totalBytes)})]}),(0,Gr.jsxs)("div",{"data-testid":"chunk-size",children:[(0,Gr.jsx)("b",{children:"Chunks:"}),"\xa0",(0,Gr.jsxs)("span",{title:u.chunkBytes+" Bytes",children:[_E(u.chunkBytes)," (",(u.chunkBytes/u.totalBytes*100).toFixed(2),"%)"]})]}),(0,Gr.jsxs)("div",{"data-testid":"index-size",children:[(0,Gr.jsx)("b",{children:"Index:"}),"\xa0",(0,Gr.jsxs)("span",{title:u.indexBytes+" Bytes",children:[_E(u.indexBytes)," (",(u.indexBytes/u.totalBytes*100).toFixed(2),"%)"]})]}),(0,Gr.jsxs)("div",{"data-testid":"daily-bytes",children:[(0,Gr.jsx)("b",{children:"Daily:"}),"\xa0",(0,Gr.jsxs)("span",{title:Math.round(u.totalBytes/qT().duration(n.maxTime-n.minTime,"ms").as("day"))+" Bytes / day",children:[_E(u.totalBytes/qT().duration(n.maxTime-n.minTime,"ms").as("day"))," / day"]})]}),(0,Gr.jsx)("hr",{})]}),(0,Gr.jsxs)("div",{"data-testid":"resolution",children:[(0,Gr.jsx)("b",{children:"Resolution:"})," ",(0,Gr.jsx)("span",{children:n.thanos.downsample.resolution})]}),(0,Gr.jsxs)("div",{"data-testid":"level",children:[(0,Gr.jsx)("b",{children:"Level:"})," ",(0,Gr.jsx)("span",{children:n.compaction.level})]}),(0,Gr.jsxs)("div",{"data-testid":"source",children:[(0,Gr.jsx)("b",{children:"Source:"})," ",(0,Gr.jsx)("span",{children:n.thanos.source})]}),(0,Gr.jsx)("hr",{}),(0,Gr.jsxs)("div",{"data-testid":"labels",children:[(0,Gr.jsx)("b",{children:"Labels:"}),(0,Gr.jsx)("ul",{children:Object.entries(n.thanos.labels).map((e=>{let[t,n]=e;return(0,Gr.jsxs)("li",{children:[(0,Gr.jsxs)("b",{children:[t,": "]}),n]},t)}))})]}),(0,Gr.jsx)("hr",{}),(0,Gr.jsx)("div",{"data-testid":"download",children:(0,Gr.jsx)("a",{href:(h=n,window.URL.createObjectURL(new Blob([JSON.stringify(h,null,2)],{type:"application/json"}))),download:"meta.json",children:(0,Gr.jsx)(ts,{children:"Download meta.json"})})}),!o&&(0,Gr.jsxs)("div",{children:[(0,Gr.jsx)("div",{style:{marginTop:"12px"},children:(0,Gr.jsx)(ts,{onClick:()=>{a("DELETION"),c("")},children:"Mark Deletion"})}),(0,Gr.jsx)("div",{style:{marginTop:"12px"},children:(0,Gr.jsx)(ts,{onClick:()=>{a("NO_COMPACTION"),c("")},children:"Mark No Compaction"})})]}),(0,Gr.jsx)(HE,{isOpen:!!s,children:(0,Gr.jsxs)(YE,{children:[(0,Gr.jsxs)(GE,{toggle:()=>a(""),children:["Mark ","DELETION"===s?"Deletion":"No Compaction"," Detail (Optional)"]}),(0,Gr.jsxs)(ET,{onSubmit:e=>{e.preventDefault(),(async(e,n,i)=>{try{const r=i?new URLSearchParams({id:n,action:e,detail:i}):new URLSearchParams({id:n,action:e}),o=await fetch("".concat(t,"/api/v1/blocks/mark"),{method:"POST",body:r});if(!o.ok)throw new Error(o.statusText)}finally{a("")}})(s,n.ulid,l)},children:[(0,Gr.jsx)(Ro,{placeholder:"Reason for marking block...",style:{marginBottom:"16px",marginTop:"16px"},onChange:e=>c(e.target.value)}),(0,Gr.jsx)(ZE,{children:(0,Gr.jsx)(ts,{color:"primary",type:"submit",children:"Submit"})})]})]})})]})});var h},tN=e=>{let{onChange:t,onClick:n,defaultValue:i}=e;return(0,Gr.jsx)(ET,{onSubmit:e=>e.preventDefault(),children:(0,Gr.jsxs)(Mh,{className:ME.blockInput,children:[(0,Gr.jsx)(Th,{addonType:"prepend",children:(0,Gr.jsx)(Ah,{children:(0,Gr.jsx)(Cr,{icon:Fr})})}),(0,Gr.jsx)(Ro,{placeholder:"Search block by ulid",onChange:t,defaultValue:i}),(0,Gr.jsx)(Th,{addonType:"append",children:(0,Gr.jsx)(ts,{className:"execute-btn",color:"primary",onClick:n,type:"submit",children:"Search"})})]})})},nN=e=>{let{id:t,defaultChecked:n,onChangeCheckbox:i,onChangeInput:r,defaultValue:o}=e;return(0,Gr.jsxs)("div",{className:ME.blockFilter,style:{marginLeft:"24px"},children:[(0,Gr.jsx)(Cc,{style:{marginRight:"4px"},id:t,defaultChecked:n,onChange:i}),(0,Gr.jsx)("p",{style:{marginRight:"4px"},children:"Filter by compaction level"}),(0,Gr.jsx)(Ro,{type:"number",style:{width:"80px",marginBottom:"1rem"},onChange:r,defaultValue:o,min:0})]})};function iN(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function rN(e){for(var t=1;t0,"`Slider[step]` should be a positive number in order to make Slider[dots] work.");var s=Object.keys(t).map(parseFloat).sort((function(e,t){return e-t}));if(n&&i)for(var a=r;a<=o;a+=i)-1===s.indexOf(a)&&s.push(a);return s}(0,o,s,a,d,p).map((function(e){var o,s="".concat(Math.abs(e-d)/g*100,"%"),a=!l&&e===u||l&&e<=u&&e>=c,p=rN(rN({},f),{},vt({},n?r?"top":"bottom":r?"right":"left",s));a&&(p=rN(rN({},p),m));var b=h()((vt(o={},"".concat(t,"-dot"),!0),vt(o,"".concat(t,"-dot-active"),a),vt(o,"".concat(t,"-dot-reverse"),r),o));return i.createElement("span",{className:b,style:p,key:e})}));return i.createElement("div",{className:"".concat(t,"-step")},b)};const mN=function(e){var t=e.className,n=e.vertical,r=e.reverse,o=e.marks,s=e.included,a=e.upperBound,l=e.lowerBound,c=e.max,u=e.min,p=e.onClickLabel,d=Object.keys(o),f=c-u,m=d.map(parseFloat).sort((function(e,t){return e-t})).map((function(e){var c,d=o[e],m="object"===Ta(d)&&!i.isValidElement(d),g=m?d.label:d;if(!g&&0!==g)return null;var b=!s&&e===a||s&&e<=a&&e>=l,v=h()((vt(c={},"".concat(t,"-text"),!0),vt(c,"".concat(t,"-text-active"),b),c)),y=vt({marginBottom:"-50%"},r?"top":"bottom","".concat((e-u)/f*100,"%")),M=vt({transform:"translateX(".concat(r?"50%":"-50%",")"),msTransform:"translateX(".concat(r?"50%":"-50%",")")},r?"right":"left","".concat((e-u)/f*100,"%")),w=n?y:M,x=m?rN(rN({},w),d.style):w;return i.createElement("span",{className:v,style:x,key:e,onMouseDown:function(t){return p(t,e)},onTouchStart:function(t){return p(t,e)}},g)}));return i.createElement("div",{className:t},m)};var gN=function(e){Ea(n,e);var t=sN(n);function n(){var e;return za(this,n),(e=t.apply(this,arguments)).state={clickFocused:!1},e.setHandleRef=function(t){e.handle=t},e.handleMouseUp=function(){document.activeElement===e.handle&&e.setClickFocus(!0)},e.handleMouseDown=function(t){t.preventDefault(),e.focus()},e.handleBlur=function(){e.setClickFocus(!1)},e.handleKeyDown=function(){e.setClickFocus(!1)},e}return _a(n,[{key:"componentDidMount",value:function(){this.onMouseUpListener=dN(document,"mouseup",this.handleMouseUp)}},{key:"componentWillUnmount",value:function(){this.onMouseUpListener&&this.onMouseUpListener.remove()}},{key:"setClickFocus",value:function(e){this.setState({clickFocused:e})}},{key:"clickFocus",value:function(){this.setClickFocus(!0),this.focus()}},{key:"focus",value:function(){this.handle.focus()}},{key:"blur",value:function(){this.handle.blur()}},{key:"render",value:function(){var e,t,n,r=this.props,s=r.prefixCls,a=r.vertical,l=r.reverse,c=r.offset,u=r.style,p=r.disabled,d=r.min,f=r.max,m=r.value,g=r.tabIndex,b=r.ariaLabel,v=r.ariaLabelledBy,y=r.ariaValueTextFormatter,M=ka(r,["prefixCls","vertical","reverse","offset","style","disabled","min","max","value","tabIndex","ariaLabel","ariaLabelledBy","ariaValueTextFormatter"]),w=h()(this.props.className,vt({},"".concat(s,"-handle-click-focused"),this.state.clickFocused)),x=a?(vt(e={},l?"top":"bottom","".concat(c,"%")),vt(e,l?"bottom":"top","auto"),vt(e,"transform",l?null:"translateY(+50%)"),e):(vt(t={},l?"right":"left","".concat(c,"%")),vt(t,l?"left":"right","auto"),vt(t,"transform","translateX(".concat(l?"+":"-","50%)")),t),A=rN(rN({},u),x),O=g||0;return(p||null===g)&&(O=null),y&&(n=y(m)),i.createElement("div",o({ref:this.setHandleRef,tabIndex:O},M,{className:w,style:A,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown,onMouseDown:this.handleMouseDown,role:"slider","aria-valuemin":d,"aria-valuemax":f,"aria-valuenow":m,"aria-disabled":!!p,"aria-label":b,"aria-labelledby":v,"aria-valuetext":n}))}}]),n}(i.Component),bN={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(e){var t=e.keyCode;if(e.altKey&&!e.ctrlKey||e.metaKey||t>=bN.F1&&t<=bN.F12)return!1;switch(t){case bN.ALT:case bN.CAPS_LOCK:case bN.CONTEXT_MENU:case bN.CTRL:case bN.DOWN:case bN.END:case bN.ESC:case bN.HOME:case bN.INSERT:case bN.LEFT:case bN.MAC_FF_META:case bN.META:case bN.NUMLOCK:case bN.NUM_CENTER:case bN.PAGE_DOWN:case bN.PAGE_UP:case bN.PAUSE:case bN.PRINT_SCREEN:case bN.RIGHT:case bN.SHIFT:case bN.UP:case bN.WIN_KEY:case bN.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(e){if(e>=bN.ZERO&&e<=bN.NINE)return!0;if(e>=bN.NUM_ZERO&&e<=bN.NUM_MULTIPLY)return!0;if(e>=bN.A&&e<=bN.Z)return!0;if(-1!==window.navigator.userAgent.indexOf("WebKit")&&0===e)return!0;switch(e){case bN.SPACE:case bN.QUESTION_MARK:case bN.NUM_PLUS:case bN.NUM_MINUS:case bN.NUM_PERIOD:case bN.NUM_DIVISION:case bN.SEMICOLON:case bN.DASH:case bN.EQUALS:case bN.COMMA:case bN.PERIOD:case bN.SLASH:case bN.APOSTROPHE:case bN.SINGLE_QUOTE:case bN.OPEN_SQUARE_BRACKET:case bN.BACKSLASH:case bN.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};const vN=bN;function yN(e,t){try{return Object.keys(t).some((function(n){return e.target===(0,r.findDOMNode)(t[n])}))}catch(n){return!1}}function MN(e,t){var n=t.min,i=t.max;return ei}function wN(e){return e.touches.length>1||"touchend"===e.type.toLowerCase()&&e.touches.length>0}function xN(e,t){var n=t.marks,i=t.step,r=t.min,o=t.max,s=Object.keys(n).map(parseFloat);if(null!==i){var a=Math.pow(10,AN(i)),l=Math.floor((o*a-r*a)/(i*a)),c=Math.min((e-r)/i,l),u=Math.round(c)*i+r;s.push(u)}var h=s.map((function(t){return Math.abs(e-t)}));return s[h.indexOf(Math.min.apply(Math,Cl(h)))]}function AN(e){var t=e.toString(),n=0;return t.indexOf(".")>=0&&(n=t.length-t.indexOf(".")-1),n}function ON(e,t){return e?t.clientY:t.pageX}function kN(e,t){return e?t.touches[0].clientY:t.touches[0].pageX}function TN(e,t){var n=t.getBoundingClientRect();return e?n.top+.5*n.height:window.pageXOffset+n.left+.5*n.width}function SN(e,t){var n=t.max,i=t.min;return e<=i?i:e>=n?n:e}function zN(e,t){var n=t.step,i=isFinite(xN(e,t))?xN(e,t):0;return null===n?i:parseFloat(i.toFixed(AN(n)))}function CN(e){e.stopPropagation(),e.preventDefault()}function _N(e,t,n){var i="increase",r="decrease",o=i;switch(e.keyCode){case vN.UP:o=t&&n?r:i;break;case vN.RIGHT:o=!t&&n?r:i;break;case vN.DOWN:o=t&&n?i:r;break;case vN.LEFT:o=!t&&n?i:r;break;case vN.END:return function(e,t){return t.max};case vN.HOME:return function(e,t){return t.min};case vN.PAGE_UP:return function(e,t){return e+2*t.step};case vN.PAGE_DOWN:return function(e,t){return e-2*t.step};default:return}return function(e,t){return function(e,t,n){var i={increase:function(e,t){return e+t},decrease:function(e,t){return e-t}},r=i[e](Object.keys(n.marks).indexOf(JSON.stringify(t)),1),o=Object.keys(n.marks)[r];return n.step?i[e](t,n.step):Object.keys(n.marks).length&&n.marks[o]?n.marks[o]:t}(o,e,t)}}function EN(){}function NN(e){var t;return t=function(e){Ea(n,e);var t=sN(n);function n(e){var i;za(this,n),(i=t.call(this,e)).onDown=function(e,t){var n=t,r=i.props,o=r.draggableTrack,s=r.vertical,a=i.state.bounds,l=o&&i.positionGetValue&&i.positionGetValue(n)||[],c=yN(e,i.handlesRefs);if(i.dragTrack=o&&a.length>=2&&!c&&!l.map((function(e,t){var n=!!t||e>=a[t];return t===l.length-1?e<=a[t]:n})).some((function(e){return!e})),i.dragTrack)i.dragOffset=n,i.startBounds=Cl(a);else{if(c){var u=TN(s,e.target);i.dragOffset=n-u,n=u}else i.dragOffset=0;i.onStart(n)}},i.onMouseDown=function(e){if(0===e.button){i.removeDocumentEvents();var t=ON(i.props.vertical,e);i.onDown(e,t),i.addDocumentMouseEvents()}},i.onTouchStart=function(e){if(!wN(e)){var t=kN(i.props.vertical,e);i.onDown(e,t),i.addDocumentTouchEvents(),CN(e)}},i.onFocus=function(e){var t=i.props,n=t.onFocus,r=t.vertical;if(yN(e,i.handlesRefs)&&!i.dragTrack){var o=TN(r,e.target);i.dragOffset=0,i.onStart(o),CN(e),n&&n(e)}},i.onBlur=function(e){var t=i.props.onBlur;i.dragTrack||i.onEnd(),t&&t(e)},i.onMouseUp=function(){i.handlesRefs[i.prevMovedHandleIndex]&&i.handlesRefs[i.prevMovedHandleIndex].clickFocus()},i.onMouseMove=function(e){if(i.sliderRef){var t=ON(i.props.vertical,e);i.onMove(e,t-i.dragOffset,i.dragTrack,i.startBounds)}else i.onEnd()},i.onTouchMove=function(e){if(!wN(e)&&i.sliderRef){var t=kN(i.props.vertical,e);i.onMove(e,t-i.dragOffset,i.dragTrack,i.startBounds)}else i.onEnd()},i.onKeyDown=function(e){i.sliderRef&&yN(e,i.handlesRefs)&&i.onKeyboard(e)},i.onClickMarkLabel=function(e,t){e.stopPropagation(),i.onChange({value:t}),i.setState({value:t},(function(){return i.onEnd(!0)}))},i.saveSlider=function(e){i.sliderRef=e};var r=e.step,o=e.max,s=e.min,a=!isFinite(o-s)||(o-s)%r===0;return uN(!r||Math.floor(r)!==r||a,"Slider[max] - Slider[min] (".concat(o-s,") should be a multiple of Slider[step] (").concat(r,")")),i.handlesRefs={},i}return _a(n,[{key:"componentDidMount",value:function(){this.document=this.sliderRef&&this.sliderRef.ownerDocument;var e=this.props,t=e.autoFocus,n=e.disabled;t&&!n&&this.focus()}},{key:"componentWillUnmount",value:function(){pN(oN(n.prototype),"componentWillUnmount",this)&&pN(oN(n.prototype),"componentWillUnmount",this).call(this),this.removeDocumentEvents()}},{key:"getSliderStart",value:function(){var e=this.sliderRef,t=this.props,n=t.vertical,i=t.reverse,r=e.getBoundingClientRect();return n?i?r.bottom:r.top:window.pageXOffset+(i?r.right:r.left)}},{key:"getSliderLength",value:function(){var e=this.sliderRef;if(!e)return 0;var t=e.getBoundingClientRect();return this.props.vertical?t.height:t.width}},{key:"addDocumentTouchEvents",value:function(){this.onTouchMoveListener=dN(this.document,"touchmove",this.onTouchMove),this.onTouchUpListener=dN(this.document,"touchend",this.onEnd)}},{key:"addDocumentMouseEvents",value:function(){this.onMouseMoveListener=dN(this.document,"mousemove",this.onMouseMove),this.onMouseUpListener=dN(this.document,"mouseup",this.onEnd)}},{key:"removeDocumentEvents",value:function(){this.onTouchMoveListener&&this.onTouchMoveListener.remove(),this.onTouchUpListener&&this.onTouchUpListener.remove(),this.onMouseMoveListener&&this.onMouseMoveListener.remove(),this.onMouseUpListener&&this.onMouseUpListener.remove()}},{key:"focus",value:function(){var e;this.props.disabled||null===(e=this.handlesRefs[0])||void 0===e||e.focus()}},{key:"blur",value:function(){var e=this;this.props.disabled||Object.keys(this.handlesRefs).forEach((function(t){var n,i;null===(n=e.handlesRefs[t])||void 0===n||null===(i=n.blur)||void 0===i||i.call(n)}))}},{key:"calcValue",value:function(e){var t=this.props,n=t.vertical,i=t.min,r=t.max,o=Math.abs(Math.max(e,0)/this.getSliderLength());return n?(1-o)*(r-i)+i:o*(r-i)+i}},{key:"calcValueByPos",value:function(e){var t=(this.props.reverse?-1:1)*(e-this.getSliderStart());return this.trimAlignValue(this.calcValue(t))}},{key:"calcOffset",value:function(e){var t=this.props,n=t.min,i=(e-n)/(t.max-n);return Math.max(0,100*i)}},{key:"saveHandle",value:function(e,t){this.handlesRefs[e]=t}},{key:"render",value:function(){var e,t=this.props,r=t.prefixCls,o=t.className,s=t.marks,a=t.dots,l=t.step,c=t.included,u=t.disabled,p=t.vertical,d=t.reverse,f=t.min,m=t.max,g=t.children,b=t.maximumTrackStyle,v=t.style,y=t.railStyle,M=t.dotStyle,w=t.activeDotStyle,x=pN(oN(n.prototype),"render",this).call(this),A=x.tracks,O=x.handles,k=h()(r,(vt(e={},"".concat(r,"-with-marks"),Object.keys(s).length),vt(e,"".concat(r,"-disabled"),u),vt(e,"".concat(r,"-vertical"),p),vt(e,o,o),e));return i.createElement("div",{ref:this.saveSlider,className:k,onTouchStart:u?EN:this.onTouchStart,onMouseDown:u?EN:this.onMouseDown,onMouseUp:u?EN:this.onMouseUp,onKeyDown:u?EN:this.onKeyDown,onFocus:u?EN:this.onFocus,onBlur:u?EN:this.onBlur,style:v},i.createElement("div",{className:"".concat(r,"-rail"),style:rN(rN({},b),y)}),A,i.createElement(fN,{prefixCls:r,vertical:p,reverse:d,marks:s,dots:a,step:l,included:c,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:m,min:f,dotStyle:M,activeDotStyle:w}),O,i.createElement(mN,{className:"".concat(r,"-mark"),onClickLabel:u?EN:this.onClickMarkLabel,vertical:p,marks:s,included:c,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:m,min:f,reverse:d}),g)}}]),n}(e),t.displayName="ComponentEnhancer(".concat(e.displayName,")"),t.defaultProps=rN(rN({},e.defaultProps),{},{prefixCls:"rc-slider",className:"",min:0,max:100,step:1,marks:{},handle:function(e){var t=e.index,n=ka(e,["index"]);return delete n.dragging,null===n.value?null:i.createElement(gN,o({},n,{key:t}))},onBeforeChange:EN,onChange:EN,onAfterChange:EN,included:!0,disabled:!1,dots:!1,vertical:!1,reverse:!1,trackStyle:[{}],handleStyle:[{}],railStyle:{},dotStyle:{},activeDotStyle:{}}),t}var LN=function(e){Ea(n,e);var t=sN(n);function n(e){var i;za(this,n),(i=t.call(this,e)).positionGetValue=function(e){return[]},i.onEnd=function(e){var t=i.state.dragging;i.removeDocumentEvents(),(t||e)&&i.props.onAfterChange(i.getValue()),i.setState({dragging:!1})};var r=void 0!==e.defaultValue?e.defaultValue:e.min,o=void 0!==e.value?e.value:r;return i.state={value:i.trimAlignValue(o),dragging:!1},uN(!("minimumTrackStyle"in e),"minimumTrackStyle will be deprecated, please use trackStyle instead."),uN(!("maximumTrackStyle"in e),"maximumTrackStyle will be deprecated, please use railStyle instead."),i}return _a(n,[{key:"calcValueByPos",value:function(e){return 0}},{key:"calcOffset",value:function(e){return 0}},{key:"saveHandle",value:function(e,t){}},{key:"removeDocumentEvents",value:function(){}},{key:"componentDidUpdate",value:function(e,t){var n=this.props,i=n.min,r=n.max,o=n.value,s=n.onChange;if("min"in this.props||"max"in this.props){var a=void 0!==o?o:t.value,l=this.trimAlignValue(a,this.props);l!==t.value&&(this.setState({value:l}),i===e.min&&r===e.max||!MN(a,this.props)||s(l))}}},{key:"onChange",value:function(e){var t=this.props,n=!("value"in t),i=e.value>this.props.max?rN(rN({},e),{},{value:this.props.max}):e;n&&this.setState(i);var r=i.value;t.onChange(r)}},{key:"onStart",value:function(e){this.setState({dragging:!0});var t=this.props,n=this.getValue();t.onBeforeChange(n);var i=this.calcValueByPos(e);this.startValue=i,this.startPosition=e,i!==n&&(this.prevMovedHandleIndex=0,this.onChange({value:i}))}},{key:"onMove",value:function(e,t){CN(e);var n=this.state.value,i=this.calcValueByPos(t);i!==n&&this.onChange({value:i})}},{key:"onKeyboard",value:function(e){var t=this.props,n=t.reverse,i=_N(e,t.vertical,n);if(i){CN(e);var r=this.state.value,o=i(r,this.props),s=this.trimAlignValue(o);if(s===r)return;this.onChange({value:s}),this.props.onAfterChange(s),this.onEnd()}}},{key:"getValue",value:function(){return this.state.value}},{key:"getLowerBound",value:function(){var e=this.props.startPoint||this.props.min;return this.state.value>e?e:this.state.value}},{key:"getUpperBound",value:function(){return this.state.value1&&void 0!==arguments[1]?arguments[1]:{};if(null===e)return null;var n=rN(rN({},this.props),t);return zN(SN(e,n),n)}},{key:"render",value:function(){var e=this,t=this.props,n=t.prefixCls,r=t.vertical,o=t.included,s=t.disabled,a=t.minimumTrackStyle,l=t.trackStyle,c=t.handleStyle,u=t.tabIndex,h=t.ariaLabelForHandle,p=t.ariaLabelledByForHandle,d=t.ariaValueTextFormatterForHandle,f=t.min,m=t.max,g=t.startPoint,b=t.reverse,v=t.handle,y=this.state,M=y.value,w=y.dragging,x=this.calcOffset(M),A=v({className:"".concat(n,"-handle"),prefixCls:n,vertical:r,offset:x,value:M,dragging:w,disabled:s,min:f,max:m,reverse:b,index:0,tabIndex:u,ariaLabel:h,ariaLabelledBy:p,ariaValueTextFormatter:d,style:c[0]||c,ref:function(t){return e.saveHandle(0,t)}}),O=void 0!==g?this.calcOffset(g):0,k=l[0]||l;return{tracks:i.createElement(hN,{className:"".concat(n,"-track"),vertical:r,included:o,offset:O,reverse:b,length:x-O,style:rN(rN({},a),k)}),handles:A}}}]),n}(i.Component);const DN=NN(LN);var PN=function(e){var t=e.value,n=e.handle,i=e.bounds,r=e.props,o=r.allowCross,s=r.pushable,a=Number(s),l=SN(t,r),c=l;return o||null==n||void 0===i||(n>0&&l<=i[n-1]+a&&(c=i[n-1]+a),n=i[n+1]-a&&(c=i[n+1]-a)),zN(c,r)},qN=function(e){Ea(n,e);var t=sN(n);function n(e){var i;za(this,n),(i=t.call(this,e)).positionGetValue=function(e){var t=i.getValue(),n=i.calcValueByPos(e),r=i.getClosestBound(n),o=i.getBoundNeedMoving(n,r);if(n===t[o])return null;var s=Cl(t);return s[o]=n,s},i.onEnd=function(e){var t=i.state.handle;i.removeDocumentEvents(),t||(i.dragTrack=!1),(null!==t||e)&&i.props.onAfterChange(i.getValue()),i.setState({handle:null})};var r=e.count,o=e.min,s=e.max,a=Array.apply(void 0,Cl(Array(r+1))).map((function(){return o})),l="defaultValue"in e?e.defaultValue:a,c=(void 0!==e.value?e.value:l).map((function(t,n){return PN({value:t,handle:n,props:e})})),u=c[0]===s?0:c.length-1;return i.state={handle:null,recent:u,bounds:c},i}return _a(n,[{key:"calcValueByPos",value:function(e){return 0}},{key:"getSliderLength",value:function(){return 0}},{key:"calcOffset",value:function(e){return 0}},{key:"saveHandle",value:function(e,t){}},{key:"removeDocumentEvents",value:function(){}},{key:"componentDidUpdate",value:function(e,t){var n=this,i=this.props,r=i.onChange,o=i.value,s=i.min,a=i.max;if(("min"in this.props||"max"in this.props)&&(s!==e.min||a!==e.max)){var l=o||t.bounds;if(l.some((function(e){return MN(e,n.props)})))r(l.map((function(e){return SN(e,n.props)})))}}},{key:"onChange",value:function(e){var t=this.props;if(!("value"in t))this.setState(e);else{var n={};["handle","recent"].forEach((function(t){void 0!==e[t]&&(n[t]=e[t])})),Object.keys(n).length&&this.setState(n)}var i=rN(rN({},this.state),e).bounds;t.onChange(i)}},{key:"onStart",value:function(e){var t=this.props,n=this.state,i=this.getValue();t.onBeforeChange(i);var r=this.calcValueByPos(e);this.startValue=r,this.startPosition=e;var o=this.getClosestBound(r);if(this.prevMovedHandleIndex=this.getBoundNeedMoving(r,o),this.setState({handle:this.prevMovedHandleIndex,recent:this.prevMovedHandleIndex}),r!==i[this.prevMovedHandleIndex]){var s=Cl(n.bounds);s[this.prevMovedHandleIndex]=r,this.onChange({bounds:s})}}},{key:"onMove",value:function(e,t,n,i){CN(e);var r=this.state,o=this.props,s=o.max||100,a=o.min||0;if(n){var l=o.vertical?-t:t;l=o.reverse?-l:l;var c=s-Math.max.apply(Math,Cl(i)),u=a-Math.min.apply(Math,Cl(i)),h=Math.min(Math.max(l/(this.getSliderLength()/100),u),c),p=i.map((function(e){return Math.floor(Math.max(Math.min(e+h,s),a))}));r.bounds.map((function(e,t){return e===p[t]})).some((function(e){return!e}))&&this.onChange({bounds:p})}else{var d=this.calcValueByPos(t);d!==r.bounds[r.handle]&&this.moveTo(d)}}},{key:"onKeyboard",value:function(e){var t=this.props,n=t.reverse,i=_N(e,t.vertical,n);if(i){CN(e);var r=this.state,o=this.props,s=r.bounds,a=r.handle,l=s[null===a?r.recent:a],c=i(l,o),u=PN({value:c,handle:a,bounds:r.bounds,props:o});if(u===l)return;this.moveTo(u,!0)}}},{key:"getValue",value:function(){return this.state.bounds}},{key:"getClosestBound",value:function(e){for(var t=this.state.bounds,n=0,i=1;i=t[i]&&(n=i);return Math.abs(t[n+1]-e)=i.length||r<0)return!1;var o=t+n,s=i[r],a=this.props.pushable,l=Number(a),c=n*(e[o]-s);return!!this.pushHandle(e,o,n,l-c)&&(e[t]=s,!0)}},{key:"trimAlignValue",value:function(e){var t=this.state,n=t.handle,i=t.bounds;return PN({value:e,handle:n,bounds:i,props:this.props})}},{key:"render",value:function(){var e=this,t=this.state,n=t.handle,r=t.bounds,o=this.props,s=o.prefixCls,a=o.vertical,l=o.included,c=o.disabled,u=o.min,p=o.max,d=o.reverse,f=o.handle,m=o.trackStyle,g=o.handleStyle,b=o.tabIndex,v=o.ariaLabelGroupForHandles,y=o.ariaLabelledByGroupForHandles,M=o.ariaValueTextFormatterGroupForHandles,w=r.map((function(t){return e.calcOffset(t)})),x="".concat(s,"-handle"),A=r.map((function(t,i){var r,o=b[i]||0;(c||null===b[i])&&(o=null);var l=n===i;return f({className:h()((r={},vt(r,x,!0),vt(r,"".concat(x,"-").concat(i+1),!0),vt(r,"".concat(x,"-dragging"),l),r)),prefixCls:s,vertical:a,dragging:l,offset:w[i],value:t,index:i,tabIndex:o,min:u,max:p,reverse:d,disabled:c,style:g[i],ref:function(t){return e.saveHandle(i,t)},ariaLabel:v[i],ariaLabelledBy:y[i],ariaValueTextFormatter:M[i]})})),O=r.slice(0,-1).map((function(e,t){var n,r=t+1,o=h()((vt(n={},"".concat(s,"-track"),!0),vt(n,"".concat(s,"-track-").concat(r),!0),n));return i.createElement(hN,{className:o,vertical:a,reverse:d,included:l,offset:w[r-1],length:w[r]-w[r-1],style:m[t],key:r})}));return{tracks:O,handles:A}}}],[{key:"getDerivedStateFromProps",value:function(e,t){if(!("value"in e||"min"in e||"max"in e))return null;var n=e.value||t.bounds,i=n.map((function(n,i){return PN({value:n,handle:i,bounds:t.bounds,props:e})}));if(t.bounds.length===i.length){if(i.every((function(e,n){return e===t.bounds[n]})))return null}else i=n.map((function(t,n){return PN({value:t,handle:n,props:e})}));return rN(rN({},t),{},{bounds:i})}}]),n}(i.Component);qN.displayName="Range",qN.defaultProps={count:1,allowCross:!0,pushable:!1,draggableTrack:!1,tabIndex:[],ariaLabelGroupForHandles:[],ariaLabelledByGroupForHandles:[],ariaValueTextFormatterGroupForHandles:[]};const RN=NN(qN);var BN=function(e){return+setTimeout(e,16)},WN=function(e){return clearTimeout(e)};"undefined"!==typeof window&&"requestAnimationFrame"in window&&(BN=function(e){return window.requestAnimationFrame(e)},WN=function(e){return window.cancelAnimationFrame(e)});var jN=0,IN=new Map;function XN(e){IN.delete(e)}function FN(e){var t=jN+=1;return function n(i){if(0===i)XN(t),e();else{var r=BN((function(){n(i-1)}));IN.set(t,r)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),t}function HN(e,t){return!!e&&e.contains(t)}function VN(e){return e instanceof HTMLElement?e:r.findDOMNode(e)}FN.cancel=function(e){var t=IN.get(e);return XN(t),WN(t)};var UN=n(1437);function YN(e,t){"function"===typeof e?e(t):"object"===Ta(e)&&e&&"current"in e&&(e.current=t)}function $N(){for(var e=arguments.length,t=new Array(e),n=0;n1&&void 0!==arguments[1]?arguments[1]:2;t();var o=FN((function(){r<=1?i({isCanceled:function(){return o!==e.current}}):n(i,r-1)}));e.current=o},t]}(),a=JN(s,2),l=a[0],c=a[1];return wL((function(){if(r!==mL&&r!==yL){var e=xL.indexOf(r),n=xL[e+1],i=t(r);i===AL?o(n):l((function(e){function t(){e.isCanceled()||o(n)}!0===i?t():Promise.resolve(i).then(t)}))}}),[e,r]),i.useEffect((function(){return function(){c()}}),[]),[function(){o(gL)},r]},SL=function(e){var t=(0,i.useRef)(),n=(0,i.useRef)(e);n.current=e;var r=i.useCallback((function(e){n.current(e)}),[]);function o(e){e&&(e.removeEventListener(cL,r),e.removeEventListener(lL,r))}return i.useEffect((function(){return function(){o(t.current)}}),[]),[function(e){t.current&&t.current!==e&&o(t.current),e&&e!==t.current&&(e.addEventListener(cL,r),e.addEventListener(lL,r),t.current=e)},o]};const zL=function(e){Ea(n,e);var t=sN(n);function n(){return za(this,n),t.apply(this,arguments)}return _a(n,[{key:"render",value:function(){return this.props.children}}]),n}(i.Component);const CL=function(e){var t=e;function n(e){return!(!e.motionName||!t)}"object"===Ta(e)&&(t=e.transitionSupport);var r=i.forwardRef((function(e,t){var r=e.visible,o=void 0===r||r,s=e.removeOnLeave,a=void 0===s||s,l=e.forceRender,c=e.children,u=e.motionName,p=e.leavedClassName,d=e.eventProps,f=n(e),m=(0,i.useRef)(),g=(0,i.useRef)();var b=function(e,t,n,r){var o=r.motionEnter,s=void 0===o||o,a=r.motionAppear,l=void 0===a||a,c=r.motionLeave,u=void 0===c||c,h=r.motionDeadline,p=r.motionLeaveImmediately,d=r.onAppearPrepare,f=r.onEnterPrepare,m=r.onLeavePrepare,g=r.onAppearStart,b=r.onEnterStart,v=r.onLeaveStart,y=r.onAppearActive,M=r.onEnterActive,w=r.onLeaveActive,x=r.onAppearEnd,A=r.onEnterEnd,O=r.onLeaveEnd,k=r.onVisibleChanged,T=JN(ML(),2),S=T[0],z=T[1],C=JN(ML(hL),2),_=C[0],E=C[1],N=JN(ML(null),2),L=N[0],D=N[1],P=(0,i.useRef)(!1),q=(0,i.useRef)(null),R=(0,i.useRef)(!1),B=(0,i.useRef)(null);function W(){return n()||B.current}var j=(0,i.useRef)(!1);function I(e){var t,n=W();e&&!e.deadline&&e.target!==n||(_===pL&&j.current?t=null===x||void 0===x?void 0:x(n,e):_===dL&&j.current?t=null===A||void 0===A?void 0:A(n,e):_===fL&&j.current&&(t=null===O||void 0===O?void 0:O(n,e)),!1===t||R.current||(E(hL),D(null)))}var X=JN(SL(I),1)[0],F=i.useMemo((function(){var e,t,n;switch(_){case"appear":return vt(e={},gL,d),vt(e,bL,g),vt(e,vL,y),e;case"enter":return vt(t={},gL,f),vt(t,bL,b),vt(t,vL,M),t;case"leave":return vt(n={},gL,m),vt(n,bL,v),vt(n,vL,w),n;default:return{}}}),[_]),H=JN(TL(_,(function(e){if(e===gL){var t=F[gL];return t?t(W()):AL}var n;return U in F&&D((null===(n=F[U])||void 0===n?void 0:n.call(F,W(),null))||null),U===vL&&(X(W()),h>0&&(clearTimeout(q.current),q.current=setTimeout((function(){I({deadline:!0})}),h))),OL})),2),V=H[0],U=H[1],Y=kL(U);j.current=Y,wL((function(){z(t);var n,i=P.current;P.current=!0,e&&(!i&&t&&l&&(n=pL),i&&t&&s&&(n=dL),(i&&!t&&u||!i&&p&&!t&&u)&&(n=fL),n&&(E(n),V()))}),[t]),(0,i.useEffect)((function(){(_===pL&&!l||_===dL&&!s||_===fL&&!u)&&E(hL)}),[l,s,u]),(0,i.useEffect)((function(){return function(){clearTimeout(q.current),R.current=!0}}),[]),(0,i.useEffect)((function(){void 0!==S&&_===hL&&(null===k||void 0===k||k(S))}),[S,_]);var $=L;return F[gL]&&U===bL&&($=rN({transition:"none"},$)),[_,U,$,null!==S&&void 0!==S?S:t]}(f,o,(function(){try{return VN(m.current||g.current)}catch(LP){return null}}),e),v=JN(b,4),y=v[0],M=v[1],w=v[2],x=v[3],A=i.useRef(x);x&&(A.current=!0);var O=(0,i.useRef)(t);O.current=t;var k,T=i.useCallback((function(e){m.current=e,YN(O.current,e)}),[]),S=rN(rN({},d),{},{visible:o});if(c)if(y!==hL&&n(e)){var z,C;M===gL?C="prepare":kL(M)?C="active":M===bL&&(C="start"),k=c(rN(rN({},S),{},{className:h()(uL(u,y),(z={},vt(z,uL(u,"".concat(y,"-").concat(C)),C),vt(z,u,"string"===typeof u),z)),style:w}),T)}else k=x?c(rN({},S),T):!a&&A.current?c(rN(rN({},S),{},{className:p}),T):l?c(rN(rN({},S),{},{style:{display:"none"}}),T):null;else k=null;return i.createElement(zL,{ref:g},k)}));return r.displayName="CSSMotion",r}(aL);var _L="add",EL="keep",NL="remove",LL="removed";function DL(e){var t;return rN(rN({},t=e&&"object"===Ta(e)&&"key"in e?e:{key:e}),{},{key:String(t.key)})}function PL(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(DL)}var qL=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];!function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:CL,n=function(e){Ea(r,e);var n=sN(r);function r(){var e;return za(this,r),(e=n.apply(this,arguments)).state={keyEntities:[]},e.removeKey=function(t){e.setState((function(e){return{keyEntities:e.keyEntities.map((function(e){return e.key!==t?e:rN(rN({},e),{},{status:LL})}))}}))},e}return _a(r,[{key:"render",value:function(){var e=this,n=this.state.keyEntities,r=this.props,s=r.component,a=r.children,l=r.onVisibleChanged,c=ka(r,["component","children","onVisibleChanged"]),u=s||i.Fragment,h={};return qL.forEach((function(e){h[e]=c[e],delete c[e]})),delete c.keys,i.createElement(u,c,n.map((function(n){var r=n.status,s=ka(n,["status"]),c=r===_L||r===EL;return i.createElement(t,o({},h,{key:s.key,visible:c,eventProps:s,onVisibleChanged:function(t){null===l||void 0===l||l(t,{key:s.key}),t||e.removeKey(s.key)}}),a)})))}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=e.keys,i=t.keyEntities,r=PL(n),o=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],i=0,r=t.length,o=PL(e),s=PL(t);o.forEach((function(e){for(var t=!1,o=i;o1})).forEach((function(e){n=n.filter((function(t){var n=t.key,i=t.status;return n!==e||i!==NL})),n.forEach((function(t){t.key===e&&(t.status=EL)}))})),n}(i,r);return{keyEntities:o.filter((function(e){var t=i.find((function(t){var n=t.key;return e.key===n}));return!t||t.status!==LL||e.status!==NL}))}}}]),r}(i.Component);n.defaultProps={component:"div"}}(aL);const RL=CL;function BL(e){var t=e.prefixCls,n=e.motion,i=e.animation,r=e.transitionName;return n||(i?{motionName:"".concat(t,"-").concat(i)}:r?{motionName:r}:null)}function WL(e){var t=e.prefixCls,n=e.visible,r=e.zIndex,s=e.mask,a=e.maskMotion,l=e.maskAnimation,c=e.maskTransitionName;if(!s)return null;var u={};return(a||c||l)&&(u=rN({motionAppear:!0},BL({motion:a,prefixCls:t,transitionName:c,animation:l}))),i.createElement(RL,o({},u,{visible:n,removeOnLeave:!0}),(function(e){var n=e.className;return i.createElement("div",{style:{zIndex:r},className:h()("".concat(t,"-mask"),n)})}))}function jL(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function IL(e){for(var t=1;t=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function DD(e){var t,n,i;if(CD.isWindow(e)||9===e.nodeType){var r=CD.getWindow(e);t={left:CD.getWindowScrollLeft(r),top:CD.getWindowScrollTop(r)},n=CD.viewportWidth(r),i=CD.viewportHeight(r)}else t=CD.offset(e),n=CD.outerWidth(e),i=CD.outerHeight(e);return t.width=n,t.height=i,t}function PD(e,t){var n=t.charAt(0),i=t.charAt(1),r=e.width,o=e.height,s=e.left,a=e.top;return"c"===n?a+=o/2:"b"===n&&(a+=o),"c"===i?s+=r/2:"r"===i&&(s+=r),{left:s,top:a}}function qD(e,t,n,i,r){var o=PD(t,n[1]),s=PD(e,n[0]),a=[s.left-o.left,s.top-o.top];return{left:Math.round(e.left-a[0]+i[0]-r[0]),top:Math.round(e.top-a[1]+i[1]-r[1])}}function RD(e,t,n){return e.leftn.right}function BD(e,t,n){return e.topn.bottom}function WD(e,t,n){var i=[];return CD.each(e,(function(e){i.push(e.replace(t,(function(e){return n[e]})))})),i}function jD(e,t){return e[t]=-e[t],e}function ID(e,t){return(/%$/.test(e)?parseInt(e.substring(0,e.length-1),10)/100*t:parseInt(e,10))||0}function XD(e,t){e[0]=ID(e[0],t.width),e[1]=ID(e[1],t.height)}function FD(e,t,n,i){var r=n.points,o=n.offset||[0,0],s=n.targetOffset||[0,0],a=n.overflow,l=n.source||e;o=[].concat(o),s=[].concat(s);var c={},u=0,h=LD(l,!(!(a=a||{})||!a.alwaysByViewport)),p=DD(l);XD(o,p),XD(s,t);var d=qD(p,t,r,o,s),f=CD.merge(p,d);if(h&&(a.adjustX||a.adjustY)&&i){if(a.adjustX&&RD(d,p,h)){var m=WD(r,/[lr]/gi,{l:"r",r:"l"}),g=jD(o,0),b=jD(s,0);(function(e,t,n){return e.left>n.right||e.left+t.widthn.bottom||e.top+t.height=n.left&&r.left+o.width>n.right&&(o.width-=r.left+o.width-n.right),i.adjustX&&r.left+o.width>n.right&&(r.left=Math.max(n.right-o.width,n.left)),i.adjustY&&r.top=n.top&&r.top+o.height>n.bottom&&(o.height-=r.top+o.height-n.bottom),i.adjustY&&r.top+o.height>n.bottom&&(r.top=Math.max(n.bottom-o.height,n.top)),CD.mix(r,o)}(d,p,h,c))}return f.width!==p.width&&CD.css(l,"width",CD.width(l)+f.width-p.width),f.height!==p.height&&CD.css(l,"height",CD.height(l)+f.height-p.height),CD.offset(l,{left:f.left,top:f.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:r,offset:o,targetOffset:s,overflow:c}}function HD(e,t,n){var i=n.target||t,r=DD(i),o=!function(e,t){var n=LD(e,t),i=DD(e);return!n||i.left+i.width<=n.left||i.top+i.height<=n.top||i.left>=n.right||i.top>=n.bottom}(i,n.overflow&&n.overflow.alwaysByViewport);return FD(e,r,n,o)}HD.__getOffsetParent=ED,HD.__getVisibleRectForElement=LD;var VD=n(9853),UD=n.n(VD);function YD(e,t){var n=null,i=null;var r=new lS((function(e){var r=JN(e,1)[0].target;if(document.documentElement.contains(r)){var o=r.getBoundingClientRect(),s=o.width,a=o.height,l=Math.floor(s),c=Math.floor(a);n===l&&i===c||Promise.resolve().then((function(){t({width:l,height:c})})),n=l,i=c}}));return e&&r.observe(e),function(){r.disconnect()}}function $D(e){return"function"!==typeof e?null:e()}function QD(e){return"object"===Ta(e)&&e?e:null}var GD=function(e,t){var n=e.children,r=e.disabled,o=e.target,s=e.align,a=e.onAlign,l=e.monitorWindowResize,c=e.monitorBufferTime,u=void 0===c?0:c,h=i.useRef({}),p=i.useRef(),d=i.Children.only(n),f=i.useRef({});f.current.disabled=r,f.current.target=o,f.current.align=s,f.current.onAlign=a;var m=function(e,t){var n=i.useRef(!1),r=i.useRef(null);function o(){window.clearTimeout(r.current)}return[function i(s){if(n.current&&!0!==s)o(),r.current=window.setTimeout((function(){n.current=!1,i()}),t);else{if(!1===e())return;n.current=!0,o(),r.current=window.setTimeout((function(){n.current=!1}),t)}},function(){n.current=!1,o()}]}((function(){var e=f.current,t=e.disabled,n=e.target,i=e.align,r=e.onAlign;if(!t&&n){var o,s=p.current,a=$D(n),l=QD(n);h.current.element=a,h.current.point=l,h.current.align=i;var c=document.activeElement;return a&&function(e){if(!e)return!1;if(e.offsetParent)return!0;if(e.getBBox){var t=e.getBBox();if(t.width||t.height)return!0}if(e.getBoundingClientRect){var n=e.getBoundingClientRect();if(n.width||n.height)return!0}return!1}(a)?o=HD(s,a,i):l&&(o=function(e,t,n){var i,r,o=CD.getDocument(e),s=o.defaultView||o.parentWindow,a=CD.getWindowScrollLeft(s),l=CD.getWindowScrollTop(s),c=CD.viewportWidth(s),u=CD.viewportHeight(s),h={left:i="pageX"in t?t.pageX:a+t.clientX,top:r="pageY"in t?t.pageY:l+t.clientY,width:0,height:0},p=i>=0&&i<=a+c&&r>=0&&r<=l+u,d=[n.points[0],"cc"];return FD(e,h,IL(IL({},n),{},{points:d}),p)}(s,l,i)),function(e,t){e!==document.activeElement&&HN(t,e)&&"function"===typeof e.focus&&e.focus()}(c,s),r&&o&&r(s,o),!0}return!1}),u),g=JN(m,2),b=g[0],v=g[1],y=i.useRef({cancel:function(){}}),M=i.useRef({cancel:function(){}});i.useEffect((function(){var e=$D(o),t=QD(o);p.current!==M.current.element&&(M.current.cancel(),M.current.element=p.current,M.current.cancel=YD(p.current,b)),h.current.element===e&&function(e,t){return e===t||!(!e||!t)&&("pageX"in t&&"pageY"in t?e.pageX===t.pageX&&e.pageY===t.pageY:"clientX"in t&&"clientY"in t&&e.clientX===t.clientX&&e.clientY===t.clientY)}(h.current.point,t)&&UD()(h.current.align,s)||(b(),y.current.element!==e&&(y.current.cancel(),y.current.element=e,y.current.cancel=YD(e,b)))})),i.useEffect((function(){r?v():b()}),[r]);var w=i.useRef(null);return i.useEffect((function(){l?w.current||(w.current=dN(window,"resize",b)):w.current&&(w.current.remove(),w.current=null)}),[l]),i.useEffect((function(){return function(){y.current.cancel(),M.current.cancel(),w.current&&w.current.remove(),v()}}),[]),i.useImperativeHandle(t,(function(){return{forceAlign:function(){return b(!0)}}})),i.isValidElement(d)&&(d=i.cloneElement(d,{ref:$N(d.ref,p)})),d},KD=i.forwardRef(GD);KD.displayName="Align";const JD=KD;var ZD=n(2207),eP=n.n(ZD);function tP(e,t,n,i,r,o,s){try{var a=e[o](s),l=a.value}catch(c){return void n(c)}a.done?t(l):Promise.resolve(l).then(i,r)}function nP(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var o=e.apply(t,n);function s(e){tP(o,i,r,s,a,"next",e)}function a(e){tP(o,i,r,s,a,"throw",e)}s(void 0)}))}}var iP=["measure","align",null,"motion"];var rP=i.forwardRef((function(e,t){var n=e.visible,r=e.prefixCls,s=e.className,a=e.style,l=e.children,c=e.zIndex,u=e.stretch,p=e.destroyPopupOnHide,d=e.forceRender,f=e.align,m=e.point,g=e.getRootDomNode,b=e.getClassNameFromAlign,v=e.onAlign,y=e.onMouseEnter,M=e.onMouseLeave,w=e.onMouseDown,x=e.onTouchStart,A=(0,i.useRef)(),O=(0,i.useRef)(),k=JN((0,i.useState)(),2),T=k[0],S=k[1],z=function(e){var t=JN(i.useState({width:0,height:0}),2),n=t[0],r=t[1];return[i.useMemo((function(){var t={};if(e){var i=n.width,r=n.height;-1!==e.indexOf("height")&&r?t.height=r:-1!==e.indexOf("minHeight")&&r&&(t.minHeight=r),-1!==e.indexOf("width")&&i?t.width=i:-1!==e.indexOf("minWidth")&&i&&(t.minWidth=i)}return t}),[e,n]),function(e){r({width:e.offsetWidth,height:e.offsetHeight})}]}(u),C=JN(z,2),_=C[0],E=C[1];var N=function(e,t){var n=JN((0,i.useState)(null),2),r=n[0],o=n[1],s=(0,i.useRef)(),a=(0,i.useRef)(!1);function l(e){a.current||o(e)}function c(){FN.cancel(s.current)}return(0,i.useEffect)((function(){l("measure")}),[e]),(0,i.useEffect)((function(){"measure"===r&&t(),r&&(s.current=FN(nP(eP().mark((function e(){var t,n;return eP().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=iP.indexOf(r),(n=iP[t+1])&&-1!==t&&l(n);case 3:case"end":return e.stop()}}),e)})))))}),[r]),(0,i.useEffect)((function(){return function(){a.current=!0,c()}}),[]),[r,function(e){c(),s.current=FN((function(){l((function(e){switch(r){case"align":return"motion";case"motion":return"stable"}return e})),null===e||void 0===e||e()}))}]}(n,(function(){u&&E(g())})),L=JN(N,2),D=L[0],P=L[1],q=(0,i.useRef)();function R(){var e;null===(e=A.current)||void 0===e||e.forceAlign()}function B(e,t){var n=b(t);T!==n&&S(n),"align"===D&&(T!==n?Promise.resolve().then((function(){R()})):P((function(){var e;null===(e=q.current)||void 0===e||e.call(q)})),null===v||void 0===v||v(e,t))}var W=rN({},BL(e));function j(){return new Promise((function(e){q.current=e}))}["onAppearEnd","onEnterEnd","onLeaveEnd"].forEach((function(e){var t=W[e];W[e]=function(e,n){return P(),null===t||void 0===t?void 0:t(e,n)}})),i.useEffect((function(){W.motionName||"motion"!==D||P()}),[W.motionName,D]),i.useImperativeHandle(t,(function(){return{forceAlign:R,getElement:function(){return O.current}}}));var I=rN(rN({},_),{},{zIndex:c,opacity:"motion"!==D&&"stable"!==D&&n?0:void 0,pointerEvents:"stable"===D?void 0:"none"},a),X=!0;!(null===f||void 0===f?void 0:f.points)||"align"!==D&&"stable"!==D||(X=!1);var F=l;return i.Children.count(l)>1&&(F=i.createElement("div",{className:"".concat(r,"-content")},l)),i.createElement(RL,o({visible:n,ref:O,leavedClassName:"".concat(r,"-hidden")},W,{onAppearPrepare:j,onEnterPrepare:j,removeOnLeave:p,forceRender:d}),(function(e,t){var n=e.className,o=e.style,a=h()(r,s,T,n);return i.createElement(JD,{target:m||g,key:"popup",ref:A,monitorWindowResize:!0,disabled:X,align:f,onAlign:B},i.createElement("div",{ref:t,className:a,onMouseEnter:y,onMouseLeave:M,onMouseDownCapture:w,onTouchStartCapture:x,style:rN(rN({},o),I)},F))}))}));rP.displayName="PopupInner";const oP=rP;var sP=i.forwardRef((function(e,t){var n=e.prefixCls,r=e.visible,s=e.zIndex,a=e.children,l=e.mobile,c=(l=void 0===l?{}:l).popupClassName,u=l.popupStyle,p=l.popupMotion,d=void 0===p?{}:p,f=l.popupRender,m=i.useRef();i.useImperativeHandle(t,(function(){return{forceAlign:function(){},getElement:function(){return m.current}}}));var g=rN({zIndex:s},u),b=a;return i.Children.count(a)>1&&(b=i.createElement("div",{className:"".concat(n,"-content")},a)),f&&(b=f(b)),i.createElement(RL,o({visible:r,ref:m,removeOnLeave:!0},d),(function(e,t){var r=e.className,o=e.style,s=h()(n,c,r);return i.createElement("div",{ref:t,className:s,style:rN(rN({},o),g)},b)}))}));sP.displayName="MobilePopupInner";const aP=sP;var lP=["visible","mobile"],cP=i.forwardRef((function(e,t){var n=e.visible,r=e.mobile,s=ka(e,lP),a=JN((0,i.useState)(n),2),l=a[0],c=a[1],u=JN((0,i.useState)(!1),2),h=u[0],p=u[1],d=rN(rN({},s),{},{visible:l});(0,i.useEffect)((function(){c(n),n&&r&&p(function(){if("undefined"===typeof navigator||"undefined"===typeof window)return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return!(!/(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(e)&&!/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(null===e||void 0===e?void 0:e.substr(0,4)))}())}),[n,r]);var f=h?i.createElement(aP,o({},d,{mobile:r,ref:t})):i.createElement(oP,o({},d,{ref:t}));return i.createElement("div",null,i.createElement(WL,d),f)}));cP.displayName="Popup";const uP=cP;const hP=i.createContext(null);function pP(){}function dP(){return""}function fP(e){return e?e.ownerDocument:window.document}var mP=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur","onContextMenu"];const gP=function(e){var t=function(t){Ea(s,t);var n=sN(s);function s(e){var t,a;return za(this,s),(t=n.call(this,e)).popupRef=i.createRef(),t.triggerRef=i.createRef(),t.attachId=void 0,t.clickOutsideHandler=void 0,t.touchOutsideHandler=void 0,t.contextMenuOutsideHandler1=void 0,t.contextMenuOutsideHandler2=void 0,t.mouseDownTimeout=void 0,t.focusTime=void 0,t.preClickTime=void 0,t.preTouchTime=void 0,t.delayTimer=void 0,t.hasPopupMouseDown=void 0,t.onMouseEnter=function(e){var n=t.props.mouseEnterDelay;t.fireEvents("onMouseEnter",e),t.delaySetPopupVisible(!0,n,n?null:e)},t.onMouseMove=function(e){t.fireEvents("onMouseMove",e),t.setPoint(e)},t.onMouseLeave=function(e){t.fireEvents("onMouseLeave",e),t.delaySetPopupVisible(!1,t.props.mouseLeaveDelay)},t.onPopupMouseEnter=function(){t.clearDelayTimer()},t.onPopupMouseLeave=function(e){var n;e.relatedTarget&&!e.relatedTarget.setTimeout&&HN(null===(n=t.popupRef.current)||void 0===n?void 0:n.getElement(),e.relatedTarget)||t.delaySetPopupVisible(!1,t.props.mouseLeaveDelay)},t.onFocus=function(e){t.fireEvents("onFocus",e),t.clearDelayTimer(),t.isFocusToShow()&&(t.focusTime=Date.now(),t.delaySetPopupVisible(!0,t.props.focusDelay))},t.onMouseDown=function(e){t.fireEvents("onMouseDown",e),t.preClickTime=Date.now()},t.onTouchStart=function(e){t.fireEvents("onTouchStart",e),t.preTouchTime=Date.now()},t.onBlur=function(e){t.fireEvents("onBlur",e),t.clearDelayTimer(),t.isBlurToHide()&&t.delaySetPopupVisible(!1,t.props.blurDelay)},t.onContextMenu=function(e){e.preventDefault(),t.fireEvents("onContextMenu",e),t.setPopupVisible(!0,e)},t.onContextMenuClose=function(){t.isContextMenuToShow()&&t.close()},t.onClick=function(e){if(t.fireEvents("onClick",e),t.focusTime){var n;if(t.preClickTime&&t.preTouchTime?n=Math.min(t.preClickTime,t.preTouchTime):t.preClickTime?n=t.preClickTime:t.preTouchTime&&(n=t.preTouchTime),Math.abs(n-t.focusTime)<20)return;t.focusTime=0}t.preClickTime=0,t.preTouchTime=0,t.isClickToShow()&&(t.isClickToHide()||t.isBlurToHide())&&e&&e.preventDefault&&e.preventDefault();var i=!t.state.popupVisible;(t.isClickToHide()&&!i||i&&t.isClickToShow())&&t.setPopupVisible(!t.state.popupVisible,e)},t.onPopupMouseDown=function(){var e;(t.hasPopupMouseDown=!0,clearTimeout(t.mouseDownTimeout),t.mouseDownTimeout=window.setTimeout((function(){t.hasPopupMouseDown=!1}),0),t.context)&&(e=t.context).onPopupMouseDown.apply(e,arguments)},t.onDocumentClick=function(e){if(!t.props.mask||t.props.maskClosable){var n=e.target,i=t.getRootDomNode(),r=t.getPopupDomNode();HN(i,n)&&!t.isContextMenuOnly()||HN(r,n)||t.hasPopupMouseDown||t.close()}},t.getRootDomNode=function(){var e=t.props.getTriggerDOMNode;if(e)return e(t.triggerRef.current);try{var n=VN(t.triggerRef.current);if(n)return n}catch(i){}return r.findDOMNode(mt(t))},t.getPopupClassNameFromAlign=function(e){var n=[],i=t.props,r=i.popupPlacement,o=i.builtinPlacements,s=i.prefixCls,a=i.alignPoint,l=i.getPopupClassNameFromAlign;return r&&o&&n.push(function(e,t,n,i){for(var r=n.points,o=Object.keys(e),s=0;s{let{viewMinTime:t,viewMaxTime:n,gridMinTime:r,gridMaxTime:o,onChange:s}=e;const a=(0,i.useMemo)((()=>{const e=Math.ceil((o-r)/10),t={};for(let n=r+e;n{var t;let{pathPrefix:n="",data:r}=e;const[o,s]=(0,i.useState)(),[a,l]=(0,i.useState)(""),{blocks:c,label:u,err:h}=r,[p,d]=(0,i.useMemo)((()=>{if(!h&&c.length>0){let e=c[0].minTime,t=c[0].maxTime;return c.forEach((n=>{n.minTimet&&(t=n.maxTime)})),[e,t]}return[0,0]}),[c,h]),[{"min-time":f,"max-time":m,ulid:g,"find-overlapping":b,"filter-compaction":v,"compaction-level":y},M]=rt({"min-time":Re(Xe,p),"max-time":Re(Xe,d),ulid:Re(Ie,""),"find-overlapping":Re(Fe,!1),"filter-compaction":Re(Fe,!1),"compaction-level":Re(Xe,0)}),[w,x]=(0,i.useState)(v),[A,O]=(0,i.useState)(b),[k,T]=(0,i.useState)(y),[S,z]=(0,i.useState)(y.toString()),[C,_]=(0,i.useState)(g),E=(0,i.useMemo)((()=>TE(c,u,A)),[c,u,A]),N=(0,i.useMemo)((()=>SE(c,C)),[c,C]),L=(0,i.useMemo)((()=>((e,t)=>{const n={};return Object.keys(e).map((i=>{const r=e[i],o=r[Object.keys(r)[0]];for(let s=0;s0?(0,Gr.jsxs)(Gr.Fragment,{children:[(0,Gr.jsx)(tN,{onChange:e=>{let{target:t}=e;return l(t.value)},onClick:()=>(e=>{M({ulid:e}),_(e)})(a),defaultValue:g}),(0,Gr.jsxs)("div",{className:ME.blockFilter,children:[(0,Gr.jsx)(Cc,{id:"find-overlap-block-checkbox",onChange:e=>{let{target:t}=e;M({"find-overlapping":t.checked}),O(t.checked)},defaultChecked:A,children:"Enable finding overlapping blocks"}),(0,Gr.jsx)(nN,{id:"filter-compaction-checkbox",defaultChecked:w,onChangeCheckbox:e=>{let{target:t}=e;return(e=>{if(x(e.checked),e.checked){const t=parseInt(S);M({"filter-compaction":e.checked,"compaction-level":t}),T(t)}else M({"filter-compaction":e.checked,"compaction-level":0}),T(0)})(t)},onChangeInput:e=>{let{target:t}=e;(e=>{w&&(M({"compaction-level":parseInt(e.value)}),T(parseInt(e.value))),z(e.value)})(t)},defaultValue:S})]}),(0,Gr.jsxs)("div",{className:ME.container,children:[(0,Gr.jsxs)("div",{className:ME.grid,children:[(0,Gr.jsx)("div",{className:ME.sources,children:Object.keys(L).length>0?Object.keys(L).map((e=>(0,Gr.jsx)(NE,{data:L[e],title:e,selectBlock:s,gridMinTime:f,gridMaxTime:m,blockSearch:C,compactionLevel:k},e))):(0,Gr.jsx)("div",{children:(0,Gr.jsx)("h3",{children:"No Blocks Found!"})})}),(0,Gr.jsx)(TP,{gridMinTime:p,gridMaxTime:d,viewMinTime:f,viewMaxTime:m,onChange:e=>{M({"min-time":e[0],"max-time":e[1]})}})]}),(0,Gr.jsx)(eN,{pathPrefix:n,selectBlock:s,block:o,disableAdminOperations:P})]})]}):(0,Gr.jsx)(Nt,{color:"warning",children:"No blocks found."})})})),zP=e=>{let{pathPrefix:t="",view:n="global"}=e;const{response:i,error:r,isLoading:o}=ft("".concat(t,"/api/v1/blocks").concat(n?"?view="+n:"")),{status:s}=i,a="success"!==s&&"start fetching"!==s;return(0,Gr.jsx)(SP,{pathPrefix:t,data:i.data,error:a?new Error(s):r,isLoading:o})},CP={query:"/graph",rule:"/alerts",bucket:"/blocks",compact:"/loaded",store:"/loaded"},_P=e=>{let{pathPrefix:t,thanosComponent:n}=e;const[i,r]=e_("user-prefers-color-scheme","auto"),o=(0,dt.Ay)("(prefers-color-scheme)"),s=(0,dt.Ay)("(prefers-color-scheme: dark)");let a;return a="auto"!==i?i:o&&s?"dark":"light",(0,Gr.jsxs)(AT.Provider,{value:{theme:a,userPreference:i,setTheme:e=>r(e)},children:[(0,Gr.jsx)(eE,{}),(0,Gr.jsxs)(yE,{children:[(0,Gr.jsx)(iE,{pathPrefix:t,thanosComponent:n,defaultRoute:CP[n]}),(0,Gr.jsx)(I,{fluid:!0,style:{paddingTop:70},children:(0,Gr.jsx)(pt,{reachHistory:le,children:(0,Gr.jsxs)(ye,{basepath:"".concat(t),children:[(0,Gr.jsx)(Ne,{from:"/",to:"".concat(t).concat(CP[n])}),(0,Gr.jsx)(b_,{path:"/graph",pathPrefix:t}),(0,Gr.jsx)(wC,{path:"/alerts",pathPrefix:t}),(0,Gr.jsx)(SC,{path:"/config",pathPrefix:t}),(0,Gr.jsx)(LC,{path:"/flags",pathPrefix:t}),(0,Gr.jsx)(qC,{path:"/rules",pathPrefix:t}),(0,Gr.jsx)(UC,{path:"/service-discovery",pathPrefix:t}),(0,Gr.jsx)(GC,{path:"/status",pathPrefix:t}),(0,Gr.jsx)(M_,{path:"/tsdb-status",pathPrefix:t}),(0,Gr.jsx)(f_,{path:"/targets",pathPrefix:t}),(0,Gr.jsx)(cE,{path:"/stores",pathPrefix:t}),(0,Gr.jsx)(zP,{path:"/blocks",pathPrefix:t}),(0,Gr.jsx)(zP,{path:"/loaded",pathPrefix:t,view:"loaded"}),(0,Gr.jsx)(x_,{pathPrefix:t,default:!0,defaultRoute:CP[n]})]})})})]})]})};n.p;let EP=GLOBAL_PATH_PREFIX;"{{ pathPrefix }}"!==GLOBAL_PATH_PREFIX&&"/"!==GLOBAL_PATH_PREFIX&&Cz(GLOBAL_PATH_PREFIX)||(EP="");let NP=THANOS_COMPONENT;""!==THANOS_COMPONENT&&"{{ .Component }}"!==THANOS_COMPONENT||(NP="query"),r.render((0,Gr.jsx)(_P,{pathPrefix:EP,thanosComponent:NP}),document.getElementById("root"))})()})(); +//# sourceMappingURL=main.20f9b436.js.map \ No newline at end of file diff --git a/pkg/ui/static/react/static/js/main.20f9b436.js.LICENSE.txt b/pkg/ui/static/react/static/js/main.20f9b436.js.LICENSE.txt new file mode 100644 index 0000000000..cb6e98122b --- /dev/null +++ b/pkg/ui/static/react/static/js/main.20f9b436.js.LICENSE.txt @@ -0,0 +1,111 @@ +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/ + +/*! + * Sizzle CSS Selector Engine v2.3.6 + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://js.foundation/ + * + * Date: 2021-02-16 + */ + +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/ + +/*! + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ + +/*! + * is-plain-object + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +/*! + * jQuery JavaScript Library v3.6.0 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2021-03-02T17:08Z + */ + +/*!@preserve + * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/) + * Copyright 2016-2020 Jonathan Peterson and contributors + * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE) + */ + +/** @license React v0.19.1 + * scheduler.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.13.1 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.14.0 + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.14.0 + * react-jsx-runtime.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.14.0 + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +//! Copyright (c) JS Foundation and other contributors + +//! github.com/moment/moment-timezone + +//! license : MIT + +//! moment-timezone.js + +//! moment.js + +//! version : 0.5.34 diff --git a/pkg/ui/static/react/static/js/main.20f9b436.js.map b/pkg/ui/static/react/static/js/main.20f9b436.js.map new file mode 100644 index 0000000000..a35c325718 --- /dev/null +++ b/pkg/ui/static/react/static/js/main.20f9b436.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/main.20f9b436.js","mappings":"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ACR/kD,KAAM,0CACNimB,KAAM,YAER,CACElmB,MAAO,mBACPglD,OAAQ,WACR/kD,KAAM,gDACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,wDACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,wEACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,sDACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,sEACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,yDACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,yEACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,kCACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,YAER,CACElmB,MAAO,UACPglD,OAAQ,WACR/kD,KAAM,2DACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,kEACNimB,KAAM,YAER,CACElmB,MAAO,YACPglD,OAAQ,WACR/kD,KAAM,+CACNimB,KAAM,YAER,CACElmB,MAAO,YACPglD,OAAQ,WACR/kD,KAAM,+CACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,WAEN+hQ,OAAQ,GAEV,CACEjoR,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,gEACNimB,KAAM,WAEN+hQ,OAAQ,GAEV,CACEjoR,MAAO,kBACPglD,OAAQ,WACR/kD,KAAM,mDACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,qEACNimB,KAAM,YAER,CACElmB,MAAO,eACPglD,OAAQ,WACR/kD,KAAM,sDACNimB,KAAM,YAER,CACElmB,MAAO,cACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,YAER,CACElmB,MAAO,cACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,8CACNimB,KAAM,WAEN+hQ,OAAQ,GAEV,CACEjoR,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,oFACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,iFACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,yDACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,uDACNimB,KAAM,YAER,CACElmB,MAAO,qBACPglD,OAAQ,WACR/kD,KAAM,6CACNimB,KAAM,YAER,CACElmB,MAAO,eACPglD,OAAQ,WACR/kD,KAAM,2CACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,YAER,CACElmB,MAAO,SACPglD,OAAQ,WACR/kD,KAAM,yFACNimB,KAAM,YAER,CACElmB,MAAO,WACPglD,OAAQ,WACR/kD,KAAM,sEACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,+FACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,8BACNimB,KAAM,YAER,CACElmB,MAAO,aACPglD,OAAQ,WACR/kD,KAAM,4CACNimB,KAAM,YAER,CACElmB,MAAO,iBACPglD,OAAQ,WACR/kD,KAAM,qDACNimB,KAAM,YAER,CACElmB,MAAO,KACPglD,OAAQ,WACR/kD,KAAM,8CACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,8CACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,6CACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,sDACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,sDACNimB,KAAM,YAER,CACElmB,MAAO,SACPglD,OAAQ,WACR/kD,KAAM,wDACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,2CACNimB,KAAM,YAER,CACElmB,MAAO,KACPglD,OAAQ,WACR/kD,KAAM,YACNimB,KAAM,YAER,CACElmB,MAAO,iBACPglD,OAAQ,WACR/kD,KAAM,+CACNimB,KAAM,YAER,CACElmB,MAAO,oBACPglD,OAAQ,WACR/kD,KAAM,uDACNimB,KAAM,YAER,CACElmB,MAAO,qBACPglD,OAAQ,WACR/kD,KAAM,uDACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,8CACNimB,KAAM,WAEN+hQ,OAAQ,GAEV,CACEjoR,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,mEACNimB,KAAM,YAER,CACElmB,MAAO,SACPglD,OAAQ,WACR/kD,KAAM,oEACNimB,KAAM,YAER,CACElmB,MAAO,QACPglD,OAAQ,WACR/kD,KAAM,kDACNimB,KAAM,YAER,CACElmB,MAAO,SACPglD,OAAQ,WACR/kD,KAAM,yDACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,yCACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,mDACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,8DACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,yCACNimB,KAAM,YAER,CACElmB,MAAO,YACPglD,OAAQ,WACR/kD,KAAM,0CACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,0CACNimB,KAAM,YAER,CACElmB,MAAO,mBACPglD,OAAQ,WACR/kD,KAAM,iEACNimB,KAAM,YAER,CACElmB,MAAO,mBACPglD,OAAQ,WACR/kD,KAAM,iEACNimB,KAAM,YAER,CACElmB,MAAO,gBACPglD,OAAQ,WACR/kD,KAAM,8DACNimB,KAAM,YAER,CACElmB,MAAO,MACPglD,OAAQ,WACR/kD,KAAM,sDACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,iEACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,2DACNimB,KAAM,YAER,CACElmB,MAAO,YACPglD,OAAQ,WACR/kD,KAAM,gEACNimB,KAAM,YAER,CACElmB,MAAO,SACPglD,OAAQ,WACR/kD,KAAM,6DACNimB,KAAM,YAER,CACElmB,MAAO,OACPglD,OAAQ,WACR/kD,KAAM,0CACNimB,KAAM,aCnXRo8P,YAAagL,GACbQ,oBDicsC,CACtC,CACE9tR,MAAO,KACPC,KAAM,6CACNimB,KAAM,WAER,CACElmB,MAAO,UACPC,KAAM,iDACNimB,KAAM,YCzcRroB,OD6cyB,CACzB,CAAEmC,MAAO,MAAOC,KAAM,2BAA4BimB,KAAM,YACxD,CAAElmB,MAAO,MAAOC,KAAM,0BAA2BimB,KAAM,cC3czD,IAAY6nQ,GA0BZ,SAASC,GAA8BziC,EAAkB1sO,GAGvD,IAAIovQ,EAAiCpN,GAAat1B,EAAM8zB,IACxD,OAAK4O,GAILA,EAAclN,GAAYkN,EAAa3O,GAAkBtE,IACpDiT,EAGEpvQ,EAAM0pM,SAAS0lE,EAAYnoR,KAAMmoR,EAAYloR,IAF3C,IAJA,EAOV,EAvCD,SAAYgoR,GAEVA,EAAAA,EAAAA,WAAAA,GAAAA,aACAA,EAAAA,EAAAA,UAAAA,GAAAA,YACAA,EAAAA,EAAAA,WAAAA,GAAAA,aAEAA,EAAAA,EAAAA,SAAAA,GAAAA,WACAA,EAAAA,EAAAA,YAAAA,GAAAA,cACAA,EAAAA,EAAAA,cAAAA,GAAAA,gBACAA,EAAAA,EAAAA,MAAAA,GAAAA,QACAA,EAAAA,EAAAA,QAAAA,GAAAA,UACAA,EAAAA,EAAAA,oBAAAA,GAAAA,sBACAA,EAAAA,EAAAA,SAAAA,GAAAA,WACAA,EAAAA,EAAAA,OAAAA,IAAAA,SACAA,EAAAA,EAAAA,KAAAA,IAAAA,OACAA,EAAAA,EAAAA,YAAAA,IAAAA,cACAA,EAAAA,EAAAA,OAAAA,IAAAA,QAhBF,EAAYA,KAAAA,GAAW,KAoXjB,MAAOG,GAIXl4Q,WAAAA,CAAYm4Q,GAA+D,IAA1BC,EAA0B,uDAAL,IACpE,KAAKD,iBAAmBA,EACxB,KAAKC,mBAAqBA,CAC3B,CAEDC,mBAAAA,GACE,OAAO,KAAKF,gBACb,CAEDG,MAAAA,CAAOn5R,GACL,MAAM,MAAE0pB,EAAF,IAASlyB,GAAQwI,EACjBo2P,EAAOwL,GAAWl4O,GAAOo5B,QAAQtrD,GAAM,GACvC2nD,EApSJ,SAA4Bz1B,EAAoBiH,uCACpD,MAAMpQ,EAAoB,GAC1B,OAAQoQ,EAAKI,KAAK+G,IAChB,KAAK,EACH,IAAe,QAAX,IAAKv8B,cAAMm2B,IAAAA,OAAA,EAAAA,EAAEX,KAAK+G,MAAOkyP,GAAY,CAKvCzpQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYn+L,WAChC,KACD,CACD,IAAe,QAAX,IAAKl/F,cAAM22B,IAAAA,OAAA,EAAAA,EAAEnB,KAAK+G,MAAOuyP,GAAc,CAGzC9pQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYtO,UAChC,KACD,CACD,IAAe,QAAX,IAAK/uR,cAAM6+J,IAAAA,OAAA,EAAAA,EAAErpI,KAAK+G,MAAOiyP,GAAgB,CAI3CxpQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYn+L,WAChC,KACD,CACD,IAAe,QAAX,IAAKl/F,cAAMoiF,IAAAA,OAAA,EAAAA,EAAE5sD,KAAK+G,MAAOmyP,IAAgB4B,GAAwBl7P,EAAKp1B,OX8BnE,KW9BsF,CAI3FglB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYn+L,WAChC,KACD,CAKD,MAAM9+C,EAAWjyB,EAAM0pM,SAASziM,EAAKhgB,KAAMggB,EAAK/f,IAC5CsnR,GAAW72Q,QAAQk3P,GAASA,EAAK1tQ,MAAMivB,SAAS6hB,KAAWnhD,OAAS,GACtE+lB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYS,QAElC,MACF,KAAKxT,GAEH,GAA6B,KAAd,QAAX,IAAKtqR,cAAM8+J,IAAAA,OAAA,EAAAA,EAAEtpI,KAAK+G,IAAU,CAC9B,MAAMwhQ,EAAkB3oQ,EAAKp1B,OAAOA,OACpC,GX2Bc,OW3BK,OAAf,QAAe,IAAf,OAAe,EAAf,EAAiBw1B,KAAK+G,IAA0B,CAIlDvX,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYW,cAChC,KACD,CACD,GX5FU,MW4FS,OAAf,QAAe,IAAf,OAAe,EAAf,EAAiBxoQ,KAAK+G,IAAsB,CAI9CvX,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYY,qBAAuB,CAAEJ,KAAMR,GAAYS,QAC3E,KACD,CACD,IAAmB,OAAf,QAAe,IAAf,OAAe,EAAf,EAAiBtoQ,KAAK+G,MAAOoyP,GAAgB,CAU/C,MAAMvuO,EAAWk9O,GAA8BloQ,EAAMjH,GACjDyuQ,GAAiB92Q,QAAQk3P,GAASA,EAAK1tQ,QAAU8wC,IAAUnhD,OAAS,GACtE+lB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYY,sBAOlCj5Q,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYS,OAAS,CAAED,KAAMR,GAAYa,SAC7D,KACD,CAED,GAAIH,GAAmBxN,GAAcwN,EAAiB5lP,IAAO,CAY3DnzB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYS,OAAS,CAAED,KAAMR,GAAYa,SAC7D,KACD,CACF,CAgBD,MAAMl+R,EAAoC,QAA3B,EAAmB,QAAnB,EAAW,QAAX,IAAKA,cAAMggF,IAAAA,OAAA,EAAAA,EAAEhgF,cAAMm+R,IAAAA,OAAA,EAAAA,EAAEn+R,cAAMo+R,IAAAA,OAAA,EAAAA,EAAEp+R,OAC5C,IAAKA,EAAQ,CAGXglB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYgB,WAAYpO,WAAY9hQ,EAAM0pM,SAASziM,EAAKhgB,KAAMggB,EAAK/f,MACvF,KACD,CAEwBk7Q,GAAcvwR,EAAQm4C,GAAMA,IAE/Cn4C,EAAOw1B,KAAK+G,KAAO6tP,IAAekG,GAAwBtwR,EAAQ,KAEpEglB,EAAOrqB,KACL,CAAEkjS,KAAMR,GAAYgB,WAAYpO,WAAY9hQ,EAAM0pM,SAASziM,EAAKhgB,KAAMggB,EAAK/f,KAC3E,CAAEwoR,KAAMR,GAAYp4P,UACpB,CAAE44P,KAAMR,GAAYiB,aACpB,CAAET,KAAMR,GAAYkB,eACpB,CAAEV,KAAMR,GAAYjxR,SAQlBkkR,GAAwBtwR,EXhK9B,GACA,GACA,GACA,GACA,GACA,MW2JwEqwR,GAAYrwR,EXvK3E,GAxCR,IWgNGglB,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYmB,SAIpCx5Q,EAAOrqB,KACL,CAAEkjS,KAAMR,GAAYgB,WAAYpO,WAAY9hQ,EAAM0pM,SAASziM,EAAKhgB,KAAMggB,EAAK/f,KAC3E,CAAEwoR,KAAMR,GAAYp4P,UACpB,CAAE44P,KAAMR,GAAYiB,cXlLT,KWoLTt+R,EAAOw1B,KAAK+G,IAA2Bv8B,EAAOw1B,KAAK+G,KAAOiyP,IAG5DxpQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYjxR,UAGpC,MACF,KXrMO,GWsMmB,OAApBgpB,EAAKwqB,YAAmD,IAA5BxqB,EAAKwqB,WAAWpqB,KAAK+G,IAEnDvX,EAAOrqB,KACL,CAAEkjS,KAAMR,GAAYgB,WAAYpO,WAAY,IAC5C,CAAE4N,KAAMR,GAAYp4P,UACpB,CAAE44P,KAAMR,GAAYiB,aACpB,CAAET,KAAMR,GAAYjxR,SAGxB,MACF,KX3Me,GW+Mb4Y,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYzW,YAChC,MACF,KX3Gc,IW+GZ5hQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYzW,UAAWqJ,WAAYqN,GAA8BloQ,EAAMjH,KAC3F,MACF,KAAKy4P,GXrNS,MWsNG,QAAX,IAAK5mR,cAAMy+R,IAAAA,OAAA,EAAAA,EAAEjpQ,KAAK+G,IAIpBvX,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYzW,aACZ,QAAX,IAAK5mR,cAAM0+R,IAAAA,OAAA,EAAAA,EAAElpQ,KAAK+G,MAAOuyP,IAKlC9pQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYzW,UAAWqJ,WAAYqN,GAA8BloQ,EAAMjH,KAE7F,MACF,KAAK04P,GACH,IAAe,QAAX,IAAK7mR,cAAMmlF,IAAAA,OAAA,EAAAA,EAAE3vD,KAAK+G,MAAOuyP,GAAc,CAOzC,IAAIvrB,EAAY,IACU,QAAtB,IAAKvjQ,OAAO4/C,kBAAU++O,IAAAA,OAAA,EAAAA,EAAEnpQ,KAAK+G,MAAOqqP,KACtCrjB,EAAYp1O,EAAM0pM,SAASziM,EAAKp1B,OAAO4/C,WAAWxqC,KAAMggB,EAAKp1B,OAAO4/C,WAAWvqC,KAGjF,MAAM46Q,EAAaqN,GAA8BloQ,EAAMjH,GAEjDyhQ,EAAgBD,GAAmBa,GAA0BL,GAAa/6P,EAAMy5P,IAAiBA,GAAgBC,IAAe3gQ,GACtInJ,EAAOrqB,KAAK,CACVkjS,KAAMR,GAAYuB,WAClB3O,WAAYA,EACZ1sB,UAAWA,EACXvgN,SAAU4sO,GAEb,CACD,MACF,KXhKc,IWiKiB,KAAd,QAAX,IAAK5vR,cAAM6+R,IAAAA,OAAA,EAAAA,EAAErpQ,KAAK+G,MAA8B,QAAlB,IAAKv8B,OAAOA,cAAM8+R,IAAAA,OAAA,EAAAA,EAAEtpQ,KAAK+G,MAAOmyP,GAShE1pQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYn+L,WAEhCl6E,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYjxR,SAElC,MACF,KXhLS,IWiLT,KAAKqiR,GACHzpQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYn+L,WAChC,MACF,KX5QiB,GWgRfl6E,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYgB,WAAYpO,WAAY,IAAM,CAAE4N,KAAMR,GAAYp4P,UAAY,CAAE44P,KAAMR,GAAYiB,cAClH,MACF,KXlQI,IWmQa,QAAX,IAAKt+R,cAAM++R,IAAAA,OAAA,EAAAA,EAAEvpQ,KAAK+G,MAAOwyP,GAC3B/pQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYtO,WACZ,QAAX,IAAK/uR,cAAMg/R,IAAAA,OAAA,EAAAA,EAAExpQ,KAAK+G,MAAO6tP,IAClCplQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYS,QAElC,MACF,KAAK9O,GACL,KXnLS,IWoLT,KXnLS,IWoLT,KAAKD,GACH/pQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYtO,UAChC,MACF,KX5RI,GW6RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KX1RI,GW2RJ,KXzTI,GW0TJ,KXxTO,GWyTP,KX1TG,GW2TH,KAAK3E,GACHplQ,EAAOrqB,KAAK,CAAEkjS,KAAMR,GAAYS,QAGpC,OAAO94Q,CACR,CAmBoBi6Q,CAAkB9wQ,EAAO0sO,GAC1C,IAAIqkC,EAAqCz3P,QAAQ8f,QAAQ,IACrD43O,GAAkB,EAClBh7Q,GAAO,EACX,IAAK,MAAM1f,KAAWm/C,EACpB,OAAQn/C,EAAQo5R,MACd,KAAKR,GAAYiB,YACfa,GAAkB,EAClBD,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBlL,eAEzC,MACF,KAAKyL,GAAYp4P,SACfk6P,GAAkB,EAClBD,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBK,sBAEzC,MACF,KAAKE,GAAYkB,cACfW,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBG,iBAEzC,MACF,KAAKI,GAAYS,MACfoB,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBE,SAEzC,MACF,KAAKK,GAAYtO,QACfmQ,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBC,WAEzC,MACF,KAAKM,GAAYY,oBACfiB,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBM,uBAEzC,MACF,KAAKC,GAAYn+L,SACf/6E,GAAO,EACP+6Q,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkB7/N,YAEzC,MACF,KAAKogO,GAAYa,OACfgB,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAO,CAAC,CAAE2E,MAAO,cAEjC,MACF,KAAK+tR,GAAYmB,KACfU,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAO,CAAC,CAAE2E,MAAO,YAEjC,MACF,KAAK+tR,GAAYW,YACfkB,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkBI,cAEzC,MACF,KAAKG,GAAYjxR,OACf8yR,EAAcA,EAAYr3O,MAAM7iC,GACvBA,EAAOra,OAAOmyR,GAAkB3vR,UAEzC,MACF,KAAKkwR,GAAYgB,WACfa,EAAcA,EAAYr3O,MAAM7iC,GACvB,KAAKo6Q,uBAAuBp6Q,EAAQvgB,KAE7C,MACF,KAAK44R,GAAYzW,UACfsY,EAAcA,EAAYr3O,MAAM7iC,GACvB,KAAKq6Q,sBAAsBr6Q,EAAQvgB,KAE5C,MACF,KAAK44R,GAAYuB,WACfM,EAAcA,EAAYr3O,MAAM7iC,GACvB,KAAKs6Q,uBAAuBt6Q,EAAQvgB,KAInD,OAAOy6R,EAAYr3O,MAAM7iC,GA3a7B,SAAiCha,EAAoBoK,EAAcC,GAA+C,IAAX8O,IAAW,yDAChH,MAAM9lB,EAAU2M,EAIhB,OALgH,yDAG9G3M,EAAQ1D,QAAQkiS,IAEX,CACLznR,KAAMA,EACNC,GAAIA,EACJhX,QAASA,EACTg2R,SAAUlwQ,EAAO,wBAAqB3V,EAEzC,CAiaY+wR,CAAwBv6Q,EA5Y/B,SAAuCoQ,EAAkBn5B,mBAC7D,IAAI0X,EAAQyhB,EAAKhgB,KAgBjB,OXuEgB,MWtFZggB,EAAKI,KAAK+G,IXhBG,KWgBqBnH,EAAKI,KAAK+G,GAC9C5oB,EArBJ,SAA0EyhB,EAAkBn5B,GAM1F,IAAI0X,EAAQyhB,EAAKhgB,KAAO,EAKxB,OAJwB,OAApBggB,EAAKwqB,aAEPjsC,EAAQ1X,GAEH0X,CACR,CASW6rR,CAAiEpqQ,EAAMn5B,GXb9D,KWcRm5B,EAAKI,KAAK+G,IAA4BnH,EAAKI,KAAK+G,KAAOsqP,KAA4B,QAAX,IAAK7mR,cAAMm2B,IAAAA,OAAA,EAAAA,EAAEX,KAAK+G,MAAOuyP,GAE1Gn7Q,KAEAyhB,EAAKI,KAAK+G,KAAOkyP,IXuEH,MWtEbr5P,EAAKI,KAAK+G,IAAiD,KAAd,QAAX,IAAKv8B,cAAM22B,IAAAA,OAAA,EAAAA,EAAEnB,KAAK+G,MAA8B,QAAlB,IAAKv8B,OAAOA,cAAM6+J,IAAAA,OAAA,EAAAA,EAAErpI,KAAK+G,MAAOmyP,IAC/E,IAAjBt5P,EAAKI,KAAK+G,MACG,QAAX,IAAKv8B,cAAMoiF,IAAAA,OAAA,EAAAA,EAAE5sD,KAAK+G,MAAOkyP,KACb,QAAX,IAAKzuR,cAAM8+J,IAAAA,OAAA,EAAAA,EAAEtpI,KAAK+G,MAAOiyP,KACb,QAAX,IAAKxuR,cAAMggF,IAAAA,OAAA,EAAAA,EAAExqD,KAAK+G,MAAOmyP,IAAgB4B,GAAwBl7P,EAAKp1B,OXiElE,SW/DT2T,EAAQ1X,GAEH0X,CACR,CA0X4C8rR,CAA6B5kC,EAAM5+P,GAAMA,EAAKkjS,EAAiBh7Q,IAEzG,CAEOi7Q,sBAAAA,CAAuBp6Q,EAAsBvgB,GACnD,IAAK,KAAKg5R,iBACR,OAAOz4Q,EAET,MAAM06Q,EAAmB,IAAIprQ,IAC7B,OAAO,KAAKmpQ,iBACTkC,YAAYl7R,EAAQwrR,YACpBpoO,MAAM83O,UACL,IAAK,MAAM1P,KAAc0P,EACvBD,EAAiB3yQ,IAAIkjQ,EAAY,CAAE3gR,MAAO2gR,EAAYz6P,KAAM,aAI9D,GAAImqQ,EAAY1gS,QAAU,KAAKy+R,mBAG7B,OAA4B,QAArB,OAAKD,wBAAgBtnQ,IAAAA,OAAA,EAAAA,EAAEypQ,gBAC/B,IAEF/3O,MAAM+3O,IACL,GAAIA,EACF,IAAK,MAAO3P,EAAY76P,KAASsqQ,EAAkB,CAGjD,MAAMG,EAAWD,EAAe3P,EAAWv9Q,QAAQ,yBAA0B,KAC7E,GAAImtR,EACF,GAAIA,EAAS5gS,OAAS,EAEpB,IAAK,MAAMqB,KAAKu/R,EACM,KAAhBzqQ,EAAKk/B,OACPl/B,EAAKk/B,OAASh0D,EAAEk1B,KACPJ,EAAKk/B,SAAWh0D,EAAEk1B,OAC3BJ,EAAKk/B,OAAS,UACdl/B,EAAK7lB,KAAO,kDAGI,KAAd6lB,EAAK7lB,KACP6lB,EAAK7lB,KAAOjP,EAAEw/R,KACL1qQ,EAAK7lB,OAASjP,EAAEw/R,OACzB1qQ,EAAK7lB,KAAO,uDAGX,GAAwB,IAApBswR,EAAS5gS,OAAc,CAChC,IAAI,KAAEu2B,EAAF,KAAQsqQ,GAASD,EAAS,GACjB,cAATrqQ,GAAiC,YAATA,IACtBy6P,EAAWt2H,SAAS,YACtBnkI,EAAO,UACPsqQ,EAAI,gDAA4CA,IAE9C7P,EAAWt2H,SAAS,UACtBnkI,EAAO,UACPsqQ,EAAI,6CAAyCA,IAE3C7P,EAAWt2H,SAAS,aACtBnkI,EAAO,UACPsqQ,EAAI,yEAAqEA,KAG7E1qQ,EAAKk/B,OAAS9+B,EACdJ,EAAK7lB,KAAOuwR,CACb,CAEJ,CAEH,OAAO96Q,EAAOra,OAAOsd,MAAM7S,KAAKsqR,EAAiBjxO,UAAjD,GAEL,CAEO4wO,qBAAAA,CAAsBr6Q,EAAsBvgB,GAClD,OAAK,KAAKg5R,iBAGH,KAAKA,iBAAiBsC,WAAWt7R,EAAQwrR,YAAYpoO,MAAMk4O,GACzD/6Q,EAAOra,OAAOo1R,EAAWttQ,KAAKhzB,IAAD,CAAc6P,MAAO7P,EAAO+1B,KAAM,kBAH/DxQ,CAKV,CAEOs6Q,sBAAAA,CAAuBt6Q,EAAsBvgB,GACnD,OAAK,KAAKg5R,kBAAqBh5R,EAAQ8+P,UAGhC,KAAKk6B,iBAAiBuC,YAAYv7R,EAAQ8+P,UAAW9+P,EAAQwrR,WAAYxrR,EAAQu+C,UAAU6E,MAAMm4O,GAC/Fh7Q,EAAOra,OAAOq1R,EAAYvtQ,KAAKhzB,IAAD,CAAc6P,MAAO7P,EAAO+1B,KAAM,cAHhExQ,CAKV,4BCpkBH,MAAMi7Q,GAAa,IACbC,GAAsB,IACtBC,GAAqB,IAGrB,MAAOC,GAWX96Q,WAAAA,CAAYigE,GAVK,sBAAmB,MAInB,gBAA6B,OAC7B,eAAoB,UAGpB,aAAmB,CAACt1D,EAAoBr1B,IAA0CuhC,MAAMlM,EAAOr1B,GAG9G,KAAKyrE,IAAMkf,EAAOlf,IAAMkf,EAAOlf,IAAM,GACrC,KAAKg6N,aAAe96M,EAAO+6M,iBACvB/6M,EAAOg7M,mBACT,KAAKA,iBAAmBh7M,EAAOg7M,kBAE7Bh7M,EAAOi7M,UACT,KAAKA,QAAUj7M,EAAOi7M,SAEpBj7M,EAAOk7M,aACT,KAAKA,WAAal7M,EAAOk7M,YAEvBl7M,EAAOm7M,YACT,KAAKA,UAAYn7M,EAAOm7M,UAE3B,CAEDX,UAAAA,CAAW9P,GACT,MAAMlsQ,EAAM,IAAIzB,KACV3O,EAAQ,IAAI2O,KAAKyB,EAAID,UAAY,KAAKy8Q,kBAC5C,QAAmB/xR,IAAfyhR,GAA2C,KAAfA,EAAmB,CACjD,MAAM/gC,EAAU,KAAKyxC,aACnB,KAAKC,iBACL,IAAIC,gBAAgB,CAClBltR,MAAOA,EAAM6wF,cACbzgF,IAAKA,EAAIygF,iBAIb,OAAO,KAAKs8L,SAAmB5xC,EAAQ3tE,IAAK,CAC1C75H,OAAQ,KAAK+4O,WACb12Q,KAAMmlO,EAAQnlO,OACbmhC,OAAO7gC,IACJ,KAAKg2Q,cACP,KAAKA,aAAah2Q,GAEb,KAEV,CAED,OAAO,KAAKzkB,OAAOqqR,GAAYpoO,MAAMjiD,IACnC,MAAMm6R,EAAa,IAAI7qQ,IACvB,IAAK,MAAM6rQ,KAAYn7R,EACrB,IAAK,MAAO0P,KAAQ/R,OAAO0O,QAAQ8uR,GACrB,aAARzrR,GAGJyqR,EAAWjhS,IAAIwW,GAGnB,OAAO2S,MAAM7S,KAAK2qR,EAAlB,GAEH,CAIDC,WAAAA,CAAYz8B,EAAmB0sB,EAAqBjtO,GAClD,MAAMj/B,EAAM,IAAIzB,KACV3O,EAAQ,IAAI2O,KAAKyB,EAAID,UAAY,KAAKy8Q,kBAE5C,IAAKtQ,GAAoC,IAAtBA,EAAWhxR,OAAc,CAC1C,MAAMutE,EAA0B,IAAIq0N,gBAAgB,CAClDltR,MAAOA,EAAM6wF,cACbzgF,IAAKA,EAAIygF,gBAGX,OAAO,KAAKs8L,SAAL,UAA2B,KAAKE,sBAAsBtuR,QAAQ,UAAW6wP,GAAzE,YAAuF/2L,IAAUthB,OAAO7gC,IACzG,KAAKg2Q,cACP,KAAKA,aAAah2Q,GAEb,KAEV,CAED,OAAO,KAAKzkB,OAAOqqR,EAAYjtO,EAAUugN,GAAW17M,MAAMjiD,IACxD,MAAMo6R,EAAc,IAAI9qQ,IACxB,IAAK,MAAM6rQ,KAAYn7R,EACrB,IAAK,MAAO0P,EAAK7V,KAAU8D,OAAO0O,QAAQ8uR,GAC5B,aAARzrR,GAGAA,IAAQiuP,GACVy8B,EAAYlhS,IAAIW,GAItB,OAAOwoB,MAAM7S,KAAK4qR,EAAlB,GAEH,CAEDJ,cAAAA,GACE,OAAO,KAAKkB,SAA2C,KAAKG,0BAA0B/1O,OAAO7gC,IACvF,KAAKg2Q,cACP,KAAKA,aAAah2Q,GAEb,KAEV,CAEDzkB,MAAAA,CAAOqqR,EAAoBjtO,EAAsBugN,GAC/C,MAAMx/O,EAAM,IAAIzB,KACV3O,EAAQ,IAAI2O,KAAKyB,EAAID,UAAY,KAAKy8Q,kBACtCrxC,EAAU,KAAKyxC,aACnB,KAAKO,iBACL,IAAIL,gBAAgB,CAClBltR,MAAOA,EAAM6wF,cACbzgF,IAAKA,EAAIygF,cACT,UAAWwrL,GAAsBC,EAAYjtO,EAAUugN,MAI3D,OAAO,KAAKu9B,SAAgC5xC,EAAQ3tE,IAAK,CACvD75H,OAAQ,KAAK+4O,WACb12Q,KAAMmlO,EAAQnlO,OACbmhC,OAAO7gC,IACJ,KAAKg2Q,cACP,KAAKA,aAAah2Q,GAEb,KAEV,CAEDs1Q,WAAAA,GACE,OAAO,KAAKK,YAAY,WACzB,CAEOc,QAAAA,CAAYK,EAAkBvmS,GACpC,OAAO,KAAK4lS,QAAQ,KAAKn6N,IAAM86N,EAAUvmS,GACtCitD,MAAMxnD,IACL,IAAKA,EAAIuvL,KAAO,CAACqwG,GAAYC,GAAqBC,IAAoB5hQ,SAASl+B,EAAIkoE,QACjF,MAAM,IAAIjkE,MAAMjE,EAAIooE,YAEtB,OAAOpoE,CAAP,IAEDwnD,MAAMxnD,GAAQA,EAAIsmE,SAClB9e,MAAMu5O,IACL,GAAsB,UAAlBA,EAAO74N,OACT,MAAM,IAAIjkE,WAAuBkK,IAAjB4yR,EAAO/2Q,MAAsB+2Q,EAAO/2Q,MAAQ,0CAE9D,QAAoB7b,IAAhB4yR,EAAOp2R,KACT,MAAM,IAAI1G,MAAM,yCAElB,OAAO88R,EAAOp2R,IAAd,GAEL,CAEO21R,YAAAA,CAAaU,EAAkB70N,GACrC,IAAI+0G,EAAM8/G,EACNt3Q,EAA+ByiD,EAKnC,MAJwB,QAApB,KAAKi0N,aACPl/G,EAAG,UAAMA,EAAN,YAAa/0G,GAChBziD,EAAO,MAEF,CAAEw3J,MAAKx3J,OACf,CAEO62Q,cAAAA,GACN,gBAAU,KAAKF,UAAf,UACD,CAEOM,mBAAAA,GACN,gBAAU,KAAKN,UAAf,sBACD,CAEOQ,cAAAA,GACN,gBAAU,KAAKR,UAAf,UACD,CAEOO,sBAAAA,GACN,gBAAU,KAAKP,UAAf,YACD,EAGH,MAAMY,GAQJh8Q,WAAAA,CAAYigE,GACV,MAAM9L,EAAS8L,GAAUA,EAAO9L,OAAS8L,EAAO9L,OAAS,IACzD,KAAK8nN,oBAAsB,IAAIC,KAAJ,CAA+C/nN,GAC1E,KAAKmmN,eAAiB,GACtB,KAAKI,YAAc,IAAIwB,KAAJ,CAA+B/nN,GAClD,KAAKsmN,WAAa,IACR,OAANx6M,QAAM,IAAN,OAAM,EAAN,EAAQk8M,oBACV,KAAKC,eAAe,WAAYn8M,EAAOk8M,kBAE1C,CAEDE,eAAAA,CAAgB1R,EAAoBrqR,GAClCA,EAAOsnB,SAAS6zQ,IACd,IAAIa,EAAqB,KAAKL,oBAAoBrhS,IAAI+vR,GACjD2R,IACHA,EAAqB,IAAIttQ,IACzB,KAAKitQ,oBAAoBx0Q,IAAIkjQ,EAAY2R,IAG3C,IAAK,MAAOtsR,EAAK7V,KAAU8D,OAAO0O,QAAQ8uR,GAAW,CACnD,GAAY,aAARzrR,EACF,SAEF,MAAM0qR,EAAc4B,EAAmB1hS,IAAIoV,QACvB9G,IAAhBwxR,EACF4B,EAAmB70Q,IAAIzX,EAAK,IAAI4f,IAAY,CAACz1B,KAE7CugS,EAAYlhS,IAAIW,EAEnB,IAEJ,CAEDoiS,iBAAAA,CAAkBhC,GAChB,KAAKD,eAAiBC,CACvB,CAEDiC,iBAAAA,GACE,OAAO,KAAKlC,cACb,CAEDmC,aAAAA,CAAchC,GACZ,KAAKA,WAAaA,CACnB,CAEDiC,aAAAA,CAAc/R,GACZ,IAAKA,GAAoC,IAAtBA,EAAWhxR,OAC5B,OAAO,KAAK8gS,WAEd,MAAMgB,EAAW,KAAKQ,oBAAoBrhS,IAAI+vR,GAC9C,OAAO8Q,EAAW94Q,MAAM7S,KAAK2rR,EAAS1wQ,QAAU,EACjD,CAEDqxQ,cAAAA,CAAen+B,EAAmBy8B,GAChC,KAAKA,YAAYjzQ,IAAIw2O,EAAWy8B,EACjC,CAEDiC,cAAAA,CAAe1+B,EAAmB0sB,GAChC,IAAKA,GAAoC,IAAtBA,EAAWhxR,OAAc,CAC1C,MAAM+lB,EAAS,KAAKg7Q,YAAY9/R,IAAIqjQ,GACpC,OAAOv+O,GAAkB,EAC1B,CAED,MAAM+7Q,EAAW,KAAKQ,oBAAoBrhS,IAAI+vR,GAC9C,GAAI8Q,EAAU,CACZ,MAAMf,EAAce,EAAS7gS,IAAIqjQ,GACjC,OAAOy8B,EAAc/3Q,MAAM7S,KAAK4qR,GAAe,EAChD,CACD,MAAO,EACR,EAGG,MAAOkC,GAIX58Q,WAAAA,CAAY68Q,EAA0B58M,GACpC,KAAK48M,OAASA,EACd,KAAK7jR,MAAQ,IAAIgjR,GAAM/7M,EACxB,CAEDw6M,UAAAA,CAAW9P,GACT,MAAMmS,EAAc,KAAK9jR,MAAM0jR,cAAc/R,GAC7C,OAAImS,GAAeA,EAAYnjS,OAAS,EAC/BwoC,QAAQ8f,QAAQ66O,QAGN5zR,IAAfyhR,GAA2C,KAAfA,EACvB,KAAKkS,OAAOpC,aAAal4O,MAAMk4O,IACpC,KAAKzhR,MAAMyjR,cAAchC,GAClBA,KAGJ,KAAKn6R,OAAOqqR,GAAYpoO,MAAK,IAC3B,KAAKvpC,MAAM0jR,cAAc/R,IAEnC,CAED+P,WAAAA,CAAYz8B,EAAmB0sB,GAC7B,MAAMmS,EAAc,KAAK9jR,MAAM2jR,eAAe1+B,EAAW0sB,GACzD,OAAImS,GAAeA,EAAYnjS,OAAS,EAC/BwoC,QAAQ8f,QAAQ66O,QAGN5zR,IAAfyhR,GAA2C,KAAfA,EACvB,KAAKkS,OAAOnC,YAAYz8B,GAAW17M,MAAMm4O,IAC9C,KAAK1hR,MAAMojR,eAAen+B,EAAWy8B,GAC9BA,KAIJ,KAAKp6R,OAAOqqR,GAAYpoO,MAAK,IAC3B,KAAKvpC,MAAM2jR,eAAe1+B,EAAW0sB,IAE/C,CAED2P,cAAAA,GACE,MAAMyC,EAAiB,KAAK/jR,MAAMwjR,oBAClC,OAAIO,GAAkB9+R,OAAO8sB,KAAKgyQ,GAAgBpjS,OAAS,EAClDwoC,QAAQ8f,QAAQ86O,GAGlB,KAAKF,OAAOvC,iBAAiB/3O,MAAMg4O,IACxC,KAAKvhR,MAAMujR,kBAAkBhC,GACtB,KAAKvhR,MAAMwjR,sBAErB,CAEDl8R,MAAAA,CAAOqqR,GACL,OAAO,KAAKkS,OAAOv8R,OAAOqqR,GAAYpoO,MAAMjiD,IAC1C,KAAK0Y,MAAMqjR,gBAAgB1R,EAAYrqR,GAChCA,IAEV,CAED+5R,WAAAA,GACE,OAAO,KAAKK,YAAY,WACzB,ECrWG,SAAUsC,GAAoB/8Q,GAClC,OAAQ,OAAJA,QAAI,IAAJ,OAAI,EAAJ,EAAMg9Q,kBACDh9Q,EAAKg9Q,kBAEN,OAAJh9Q,QAAI,IAAJ,OAAI,EAAJ,EAAMkxM,QAjBZ,SAA4B+rE,GAC1B,MAAMC,EAAMD,EACZ,YACch0R,IAAZi0R,EAAIp8N,UACqB73D,IAAzBi0R,EAAIlC,uBACqB/xR,IAAzBi0R,EAAInC,uBACY9xR,IAAhBi0R,EAAIjC,cACUhyR,IAAdi0R,EAAInkR,YACe9P,IAAnBi0R,EAAIhC,iBACcjyR,IAAlBi0R,EAAI/B,SAEP,CAOQgC,CAAmBn9Q,EAAKkxM,QAGtB,IAAI+mE,GAAe,IAAI0E,GAAuB,IAAI9B,GAAqB76Q,EAAKkxM,QAASlxM,EAAKkxM,OAAOn4M,OAAQiH,EAAKm4Q,oBAF5G,IAAIF,GAAej4Q,EAAKkxM,OAAQlxM,EAAKm4Q,oBAIzC,IAAIF,EACZ,CCtCK,MAAOmF,GACJ/E,MAAAA,GACL,OAAQnpO,IACN,MAAMp8B,EAAS,IAAIkpF,GAAO9sD,EAAKtmC,OAE/B,OADAkK,EAAO44P,UACA54P,EAAO24P,gBAAd,CAEH,ECIG,SAAU4R,GAAaC,EAAgDC,GAC3E,OjB+NF,SAAgB1xQ,GAAqB,IAAbm0D,EAAa,uDAAJ,CAAC,EAC9B,OAAO8zL,GAAWjwI,GAAG,CAAEh4G,SAAQm0D,UAClC,CiBjOQw9M,CAAOF,EAAarkR,KAAKskR,GACjC,CCZD,IAAYE,IAAZ,SAAYA,GACVA,EAAAA,OAAAA,SACAA,EAAAA,WAAAA,YAFF,EAAYA,KAAAA,GAAY,KCVjB,MAAMzyC,GAAY3D,GAAWp5C,MAAM,CACxC,IAAK,CACH,eAAgB,CACdvrB,QAAS,OACTg7G,iBAAkB,SAGtB,eAAgB,CACdzjO,SAAU,SACV+mF,WAAY,iCAEd,kBAAmB,CACjBA,WACE,gMAGJ,sBAAuB,CACrB/oJ,MAAO,OACP4I,gBAAiB,UACjBk1D,WAAY,OACZ2sH,QAAS,0BAEX,yBAA0B,CAAEv/K,YAAa,OAEzC,sCAAuC,CACrC,SAAU,CACRszQ,UAAW,QACXz1H,WAAY,gCACZr3I,SAAU,SAEZ,cAAe,CACbW,QAAS,mBAEX4oD,SAAU,OAGZ,uBAAwB,CACtBmrM,MAAO,QACPpmQ,MAAO,QAGT,gCAAiC,CAC/Bo7M,UAAW,QACX/oM,QAAS,OACT02I,WAAY,mEACZ5pF,OAAQ,OACRlE,SAAU,QACVvpD,SAAU,eAGZ,6CAA8C,CAC5C,WAAY,CACVogC,QAAS,MACTvzC,OAAQ,IACRmI,SAAU,WACVtI,MAAO,IACPD,KAAM,QACNmN,YAAa,OACbo6R,YAAa,QACbx6R,YAAa,eAEf2wD,WAAY,QAEd,4CAA6C,CAC3C,WAAY,CACV/pB,QAAS,MACTvzC,OAAQ,IACRmI,SAAU,WACVtI,MAAO,IACPgO,MAAO,QACPd,YAAa,OACbo6R,YAAa,QACbx6R,YAAa,eAEf6xM,YAAa,QAGf,4BAA6B,CAC3B0hE,eAAgB,OAChB3gN,WAAY,OACZ99D,MAAO,WAGT,qBAAsB,CACpB4I,gBAAiB,WAGnB,iBAAkB,CAChB,wBAAyB,CACvB8hP,WAAY,sBAIhB,qBAAsB,CACpBhgG,UAAW,cACX/tI,SAAU,OACVO,WAAY,IACZ6/L,YAAa,OACbiuC,cAAe,MACf,UAAW,CAAEl5M,QAAS,YACtBi3G,WAAY,UACZ24B,aAAc,IACdnhK,QAAS,IACTvgB,MAAO,WAGT,yDAA0D,CACxD,UAAW,CAAE8xC,QAAS,YACtB9xC,MAAO,WAET,2BAA4B,CAC1B,UAAW,CAAE8xC,QAAS,aAExB,+BAAgC,CAC9B,UAAW,CAAEA,QAAS,aAExB,8BAA+B,CAC7B,UAAW,CAAEA,QAAS,mBAExB,8BAA+B,CAC7B,UAAW,CAAEA,QAAS,YACtB9xC,MAAO,WAET,0BAA2B,CACzB,UAAW,CAAE8xC,QAAS,mBAExB,0BAA2B,CACzB,UAAW,CAAEA,QAAS,aAExB,8BAA+B,CAC7B,UAAW,CAAEA,QAAS,aAExB,6BAA8B,CAC5B,UAAW,CAAEA,QAAS,YACtB9xC,MAAO,WAET,+BAAgC,CAC9B,UAAW,CAAE8xC,QAAS,aAExB,0BAA2B,CACzB,UAAW,CAAEA,QAAS,YACtB9xC,MAAO,aAIE2lS,GAAav2C,GAAWp5C,MACnC,CACE,cAAe,CACbptM,gBAAiB,UACjBsC,YAAa,0BAGf,sCAAuC,CACrC,aAAc,CACZtC,gBAAiB,QAEnB,6BAA8B,CAC5BA,gBAAiB,UACjB5I,MAAO,UAIX,gCAAiC,CAC/B4I,gBAAiB,WAGnB,2DAA4D,CAC1D,WAAY,CACVg9R,iBAAkB,YAGtB,0DAA2D,CACzD,WAAY,CACVj7C,gBAAiB,YAIrB,WAAY,CACV,eAAgB,CACd/hP,gBAAiB,WAEnB,sBAAuB,CACrBA,gBAAiB,aAIvB,CAAEqkM,MAAM,IAGGs8C,GAAY6F,GAAWp5C,MAClC,CACE,cAAe,CACbu0C,WAAY,QAGd,gCAAiC,CAC/B3hP,gBAAiB,WAGnB,2DAA4D,CAC1D,WAAY,CACVg9R,iBAAkB,YAGtB,0DAA2D,CACzD,WAAY,CACVj7C,gBAAiB,YAIrB,WAAY,CACV,eAAgB,CACd/hP,gBAAiB,WAEnB,sBAAuB,CACrBA,gBAAiB,aAIvB,CAAEqkM,MAAM,IAGG44F,GAAoBl3B,GAAehxL,OAAO,CACrD,CAAE3kD,IAAKs2K,GAAKxuM,KAAMd,MAAO,QACzB,CAAEg5B,IAAKs2K,GAAK3/L,OAAQ3P,MAAO,WAC3B,CAAEg5B,IAAKs2K,GAAK39K,OAAQ3xB,MAAO,WAC3B,CAAEg5B,IAAKs2K,GAAKm2D,QAASzlQ,MAAO,WAC5B,CAAEg5B,IAAKs2K,GAAKg5D,SAASh5D,GAAKw2D,cAAe9lQ,MAAO,WAChD,CAAEg5B,IAAKs2K,GAAKy2D,UAAW/lQ,MAAO,WAC9B,CAAEg5B,IAAKs2K,GAAK1sJ,UACZ,CAAE5pB,IAAKs2K,GAAK+L,SAAUr7M,MAAO,WAC7B,CAAEg5B,IAAKs2K,GAAKg4D,OACZ,CAAEtuO,IAAKs2K,GAAK+3D,eACZ,CAAEruO,IAAKs2K,GAAKi4D,OACZ,CAAEvuO,IAAKs2K,GAAKvqG,QAAS/kG,MAAO,OAC5B,CAAEg5B,IAAKs2K,GAAK9yF,QAASx8G,MAAO,OAAQgpJ,UAAW,YChOpCqsD,GAAexxB,EAAAA,cAA8B,CACxDmyB,MAAO,QACP8vF,eAAgB,OAEhBC,SAAWz4R,QAGA04R,GAAW,IACfniH,EAAAA,WAAiBwxB,ICNpB4wF,GAAkB,IHiBlB,MAMJn+Q,WAAAA,GACE,KAAKw5C,SAAWwjO,KAChB,KAAKoB,KDrBA,IAAIf,GCsBT,KAAKgB,cAAe,EACpB,KAAKC,kBAAmB,CACzB,CAEDC,WAAAA,CAAYt+Q,GAEV,OADA,KAAKu5C,SAAWwjO,GAAoB/8Q,GAC7B,IACR,CAEDu+Q,WAAAA,GACE,OAAO,KAAKhlO,QACb,CAEDilO,kBAAAA,CAAmBC,GAEjB,OADA,KAAKJ,iBAAmBI,EACjB,IACR,CAEDC,SAAAA,CAAUlB,GAER,OADA,KAAKW,KAAOX,EACL,IACR,CAEDmB,SAAAA,GACE,OAAO,KAAKR,IACb,CAEDS,cAAAA,CAAeH,GAEb,OADA,KAAKL,aAAeK,EACb,IACR,CAEDI,WAAAA,GAA8C,IAAlCC,EAAkC,uDAAnBrB,GAAasB,OACtC,MAAMh+B,GAzDqBxqQ,EAyDKuoS,EAxD3Bx9B,GAAW1rL,OAAO,CACvB9iD,OAAQA,GAAOyuO,UAAU,CACvBhrQ,IAAKA,IAEPm4N,aAAc,CACZswE,cAAe,CAAEliL,SAAU,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,MACrDmiL,cAAe,CAAEhuL,KAAM,SAPvB,IAAyB16G,EA0D3B,IAAI62N,EAAuB,CAAC2zC,GAC5B,GAAI,KAAKs9B,iBAAkB,CACzB,MAAMrvI,EAAa+xG,EAASt7P,KAAKo+H,GAAG,CAClCq7J,aAAehgS,GACN,KAAKq6D,SAAS8+N,OAAOn5R,KAGhCkuN,EAAYA,EAAUhoN,OAAO4pJ,EAC9B,CAID,OAHI,KAAKovI,eACPhxE,EAAYA,EAAUhoN,OAAOi4R,GAAa,KAAKc,KAAK9F,OAAQ,KAAK8F,QAE5D/wE,CACR,GGzDG+xE,GAA2B,IAAIvxE,GAQ9B,MAAMwxE,GAGXr/Q,WAAAA,CAAYw5C,EAA4B8lO,GAAyB,KAFzD9lO,cAEwD,OADxD8lO,kBACwD,EAC9DpgS,KAAKs6D,SAAWA,EAChBt6D,KAAKogS,aAAeA,CACrB,CAEDhH,MAAAA,CAAOn5R,GACL,OAAOgjC,QAAQ8f,QAAQ/iD,KAAKs6D,SAAS8+N,OAAOn5R,IAAUojD,MAAMxnD,IAC1D,MAAM,MAAE8tB,EAAF,IAASlyB,GAAQwI,EACjBo2P,EAAOwL,GAAWl4O,GAAOo5B,QAAQtrD,GAAM,GACvC0X,EAAe,MAAPtT,EAAcA,EAAI+U,KAAOylP,EAAKzlP,KAE5C,GAAc,IAAVzB,EACF,OAAOtT,EAGT,MAAMwkS,EAAiC,CACrCzvR,KAAMzB,EACN0B,GAAIpZ,EACJoC,QAASmG,KAAKogS,aAAanyQ,KAAKyZ,IAAD,CAC7B58B,MAAO48B,EAAEjtC,OAAS,GAAKitC,EAAIA,EAAExvB,MAAM,EAAG,IAAI/R,OAAO,OACjD2pD,OAAQ,aACR1pD,MAAOshC,EACP38B,KAAM28B,EAAEjtC,OAAS,QAAKuP,EAAY09B,MAEpCmoP,SAAU,oBAMZ,OAHY,OAARh0R,IACFwkS,EAAaxmS,QAAUwmS,EAAaxmS,QAAQsM,OAAOtK,EAAIhC,UAElDwmS,CAAP,GAEH,EAGH,MAyIA,GAzIsE,IAa/D,IAbgE,WACrEC,EADqE,MAErErlS,EAFqE,mBAGrEslS,EAHqE,aAIrEH,EAJqE,YAKrEjF,EALqE,aAMrEqF,EANqE,QAOrEC,EAPqE,mBAQrEC,EARqE,mBASrEC,EATqE,aAUrExB,EAVqE,eAWrEyB,EAXqE,eAYrEC,GACI,EACJ,MAAMC,GAAeruJ,EAAAA,EAAAA,QAAuB,MACtCsuJ,GAAUtuJ,EAAAA,EAAAA,QAA0B,OACpC,MAAEu8D,GAAUgwF,KAmGlB,OAjGA5sJ,EAAAA,EAAAA,YAAU,KAER6sJ,GACGM,mBAAmBmB,GACnBf,eAAeR,GACfE,YAAY,CACXtB,iBAAkB,IAAIoC,GACpBrC,GAAoB,CAClB7rE,OAAQ,CAAEpwJ,IAAKy+N,GAA0B,GAAIxmR,MAAO,CAAEmjR,kBAAmB9B,MAE3EiF,KAGN,MAAMY,EAAgB,CACpBL,EAAqBx4B,GAAmB02B,IAAqB,GAC7DI,GAAgBW,cACN,SAAV5wF,EAAmBuzC,GAAYo8C,IAI3B1uO,EAAO8wO,EAAQznQ,QACrB,GAAa,OAAT22B,EAAe,CAEjB,IAAK6wO,EAAaxnQ,QAChB,MAAM,IAAIx5B,MAAM,kDAGlB,MAAMywN,EAAaqC,GAAY1rM,OAAO,CACpC4P,IAAK77B,EACLwwN,WAAY,CACVsgC,GACA2D,KACA/vE,KACAizC,GAAYlD,wBAAwB9qF,IAAG,GzBg9BtCguF,GAAY/C,kBAAkBjrF,IAAG/5E,IACpC,IAAKA,EAAG0hK,aAAe1hK,EAAGmmK,YAAY,gBAAkBnmK,EAAGmmK,YAAY,kBACnE,OAAOnmK,EACX,IAAIw/I,EAAQx/I,EAAG0lK,WAAWmD,eAAe,gBAAiB7oK,EAAG0lK,WAAWpsM,UAAUs1I,KAAKhoH,MACvF,IAAK44J,EAAM5vM,OACP,OAAOowD,EACX,IAAI/zB,EAAM+zB,EAAG8lK,QAAQ,KAAEl/K,GAASoZ,EAAG+lK,aAAan3D,KAAMznD,EAAOl7E,EAAIqtL,OAAO1yK,GACxE,GAAIA,EAAOugE,EAAKphG,KAtBC,IAuBb,OAAOi6C,EACX,IAAIsjL,EAAYr3M,EAAIguL,YAAY9yG,EAAKphG,KAAM6gC,GAC3C,IAAK44J,EAAMxuK,MAAK3hC,GAAKA,EAAE8V,KAAKm+N,KACxB,OAAOtjL,EACX,IAAI,MAAElhC,GAAUkhC,EAAInmB,GAAQ,EAAGklJ,EAAU,GACzC,IAAK,IAAI,KAAEn4I,KAAU9nB,EAAMxF,UAAUxT,OAAQ,CACzC,IAAIqhG,EAAOroF,EAAMmN,IAAIqtL,OAAO1yK,GAC5B,GAAIugE,EAAKphG,MAAQ8zB,EACb,SACJA,EAAOstE,EAAKphG,KACZ,IAAIowG,EAAS0kJ,GAAe/7O,EAAOqoF,EAAKphG,MACxC,GAAc,MAAVowG,EACA,SACJ,IAAIvoE,EAAM,OAAO18C,KAAKi2G,EAAKpxG,MAAM,GAC7BmO,EAAOy2P,GAAa77O,EAAOq3F,GAC3BvoE,GAAO1pC,GACP66K,EAAQzzL,KAAK,CAAEya,KAAMohG,EAAKphG,KAAMC,GAAImhG,EAAKphG,KAAO6nC,EAAIh+C,OAAQ84D,OAAQxkD,GAC3E,CACD,OAAO66K,EAAQnvL,OAAS,CAACowD,EAAI,CAAE++H,UAASwnC,YAAY,IAAUvmK,CAA9D,IyBx+BEw+M,KVo0CC,CAACjjC,GAAc2wD,IUl0ChBiB,KACA/jB,KACA7rB,GAAWzV,aACX4Z,GAAO3nH,GAAG,IAAI2yJ,MAAwB1kB,MAAkBvE,MAAkB4pB,MAAqBjiB,KAC/Fh1Q,GAAY,+CACZi/R,GAAyBt7J,GAAGo8J,GAG5Bz0C,GAAO3nH,GAAG,CACR,CACE9zH,IAAK,SACLynD,IAAMtxD,IACJA,EAAEykO,WAAWx6K,QACN,MAIbs9J,GAAKC,QACH89B,GAAO3nH,GAAG,CACR,CACE9zH,IAAK,QACLynD,IAAMtxD,IACJu5R,KACO,IAGX,CACE1vR,IAAK,cACLynD,IAAK25M,OAIX9pB,GAAWjiB,eAAevhG,IAAIoyE,IAC5BupF,EAAmBvpF,EAAOrtL,MAAMmN,IAAIh8B,WAApC,OAKAm1D,EAAO,IAAIm4L,GAAW,CAC1Bz+N,MAAO4mM,EACP/0N,OAAQslS,EAAaxnQ,UAGvBynQ,EAAQznQ,QAAU22B,EAElBA,EAAKgB,OACN,MAEChB,EAAKxC,SACHwC,EAAKtmC,MAAMqtL,OAAO,CAChBxrE,QAAS00J,GAAyBvzE,YAAYq0E,KAGnD,GAKA,CAACN,EAAoBC,EAAoBxB,EAAcqB,EAAcD,EAAoBH,EAAcpxF,KAGxG,iCACE,WAAC,GAAD,CAAYxvM,UAAU,mBAAtB,WACE,UAAC,GAAD,CAAiBykN,UAAU,UAA3B,UACE,UAAC,GAAD,UACGw8E,GAAU,UAACr/F,GAAD,CAAiBnuB,KAAMwwB,GAAWhC,MAAI,KAAM,UAACL,GAAD,CAAiBnuB,KAAMowB,UAGlF,iBAAKt1D,IAAK+yJ,EAActhS,UAAU,yBAClC,UAAC,GAAD,CAAiBykN,UAAU,SAA3B,UACE,UAAC,GAAD,CAAQzkN,UAAU,cAAcxG,MAAM,UAAUuR,QAASi2R,EAAzD,wBAIF,UAAC,GAAD,CAAQhhS,UAAU,OAAOxG,MAAM,OAAOuR,QAASq2R,EAAgB7pP,SAAU8pP,EAAzE,yBAdN,EChMF,IAAIx6P,GAAY,CACdhnC,SAAUymH,IAAAA,KACV7O,OAAQ6O,IAAAA,KACR9zF,IAAK4pJ,EACLgI,SAAU99D,IAAAA,UAAoB,CAACA,IAAAA,OAAkBA,IAAAA,KAAgBA,IAAAA,SACjEtmH,UAAWsmH,IAAAA,OACXs1D,UAAWt1D,IAAAA,QAMTm7K,GAAoB,SAAUp5Q,GAGhC,SAASo5Q,EAAKtjR,GACZ,IAAIoK,EAKJ,OAHAA,EAAQF,EAAW7N,KAAKha,KAAM2d,IAAU3d,MAClC6mM,OAAS9+K,EAAM8+K,OAAOnwL,KAAKqyG,GAAuBhhG,IACxDA,EAAMg2B,OAASh2B,EAAMg2B,OAAOrnC,KAAKqyG,GAAuBhhG,IACjDA,CACR,CATDujK,GAAe21G,EAAMp5Q,GAWrB,IAAI8+H,EAASs6I,EAAKjiS,UAgClB,OA9BA2nJ,EAAOkgD,OAAS,SAAgB94D,GAC1B/tI,KAAK2d,MAAMimK,UACb5jL,KAAK2d,MAAMimK,SAAS71C,GAGtB/tI,KAAK+tI,IAAMA,CACZ,EAED4Y,EAAO5oG,OAAS,WACV/9C,KAAK+tI,KACP/tI,KAAK+tI,IAAIhwF,QAEZ,EAED4oG,EAAOl2I,OAAS,WACd,IAAI24G,EAAcppH,KAAK2d,MACnBne,EAAY4pH,EAAY5pH,UACxB47K,EAAYhyD,EAAYgyD,UACxBnkE,EAASmS,EAAYnS,OACrBvlF,EAAM03F,EAAYp3F,IAClB4xJ,EAAWx6D,EAAYw6D,SACvB1xJ,EAAay2F,EAA8BS,EAAa,CAAC,YAAa,YAAa,SAAU,MAAO,aAEpG7zG,EAAU4lK,EAAgB73J,IAAW9jB,IAAWy3G,GAAS,eAAwBmkE,GACrF,OAAoByB,EAAAA,cAAoBnrJ,EAAKgwH,EAAS,CAAC,EAAGxvH,EAAY,CACpE67G,IAAK61C,EACLpkL,UAAW+V,IAEd,EAEM0rR,CACR,CA7CuB,CA6CtBh4Q,EAAAA,WAEFg4Q,GAAK56P,UAAYA,GACjB46P,GAAKl7P,aApDc,CACjB/T,IAAK,QAoDP,YC/DA,IAAIqU,GAAY,CACdrU,IAAK4pJ,EACL,aAAc91D,IAAAA,OACdtmH,UAAWsmH,IAAAA,OACXs1D,UAAWt1D,IAAAA,OACXsmE,KAAMtmE,IAAAA,OACNl3G,KAAMk3G,IAAAA,OACNwjD,SAAUxjD,IAAAA,MAORo7K,GAAc,SAAqBvjR,GACrC,IAAIne,EAAYme,EAAMne,UAClB47K,EAAYz9J,EAAMy9J,UAClBxsK,EAAO+O,EAAM/O,KACb06J,EAAW3rJ,EAAM2rJ,SACjB53I,EAAM/T,EAAMqU,IACZE,EAAay2F,EAA8BhrG,EAAO,CAAC,YAAa,YAAa,OAAQ,WAAY,QAEjGpI,EAAU4lK,EAAgB73J,IAAW9jB,IAAWoP,GAAO,aAAeA,EAAc06J,EAAW,qBAAuB,aAAc8R,GACxI,OAAoByB,EAAAA,cAAoBnrJ,EAAKgwH,EAAS,CAAC,EAAGxvH,EAAY,CACpE1yB,UAAW+V,IAEd,EAED2rR,GAAY76P,UAAYA,GACxB66P,GAAYn7P,aApBO,CACjB/T,IAAK,MACLo6J,KAAM,SAmBR,sCChCuB,EAAEpyL,EAAG48E,KASxB,SAAS0sF,EAAmB1nK,GACxB,OAAmB,IAAIkiB,KAAKliB,GAJoB,kBAAzCmD,OAAOC,UAAUlE,SAASkf,KAAK0D,KAA8BvU,MAAMuU,EAAK4B,WADnF,IAAqB5B,CAMpB,CAGD,MAAMzhB,EAAOL,GAAOA,EAAIsS,QAAQ,iBAAkB,IAC9Cq1J,EAAO,iBACPC,EAAW,GAAH,OAAMD,GACdE,EAAY,IAAH,OAAOD,GAChBE,EAAe,YACfC,EAAW,CACPC,YAAa,iBAAF,OAAmBJ,EAAnB,OAEfK,EAAY,CACRC,MAAO,GAAF,OAAKP,EAAL,WAETx2G,EAAQ,CACJg3G,OAAQ,SAAF,OAAWN,GACjBO,KAAM,OAAF,OAASP,GACbQ,MAAO,QAAF,OAAUR,GACfS,QAAS,UAAF,OAAYT,GACnBU,MAAO,QAAF,OAAUV,GACfW,eAAgB,QAAF,OAAUX,GAAV,OAAsBC,GAEpCW,OAAQ,SAAF,OAAWZ,GACjBa,MAAO,QAAF,OAAUb,GACfc,KAAM,OAAF,OAASd,GACbe,KAAM,OAAF,OAASf,IAEjBgB,EAAkB,CAAC,CACfC,WAAY,OACZC,aAAc,IACdC,SAAU,GACX,CACCF,WAAY,SACZC,aAAc,IACdC,SAAU,GACX,CACCF,WAAY,QACZC,aAAc,IACdC,SAAU,IACX,CACCF,WAAY,UACZC,aAAc,IACdC,SAAU,MAEdC,EAAS,CACL,GAAM,GACN,GAAI,KACJ,KAAQ,GACR,GAAI,OACJ,KAAQ,GACR,GAAI,OACJ,MAAS,GACT,GAAI,QACJ,IAAO,EACP,EAAG,MACH,OAAU,GACV,GAAI,SACJ,MAAS,GACT,GAAI,QACJ,OAAU,GACV,GAAI,SACJ,SAAY,GACZ,GAAI,WACJ,MAAS,GACT,GAAI,QACJ,QAAW,GACX,GAAI,UACJ,MAAS,GACT,GAAI,QACJ,EAAK,GACL,GAAI,IACJ,OAAU,GACV,GAAI,UAERC,EAAY,CAAC,QAAS,OAAQ,SAAU,QAAS,WACjDC,EAAW,CAAC,EACZC,EAAkB,CAAC,EACnBC,EAAiB,CACb3qF,UAAW,GACX5yE,QAAS,GACTw9J,qBAAsB,GACtBC,cAAe,GACfC,UAAW,GACXC,SAAU,GACVC,SAAU,GACVC,YAAa,GACbC,UAAW,GACX9mF,QAAS,GACT+mF,aAAc,GACdC,eAAgB,GAChBC,cAAe,GACfC,OAAQ,GACRC,UAAW,GACXC,WAAY,GACZC,YAAa,GACbC,oBAAqB,GACrBC,eAAgB,GAChBC,UAAW,GACXC,kBAAmB,GACnB/1G,SAAU,GACVg2G,mBAAoB,GACpBC,cAAe,GACfC,gBAAiB,GACjBC,UAAW,GACXC,aAAc,GACdvvD,QAAS,GACTwvD,aAAc,GACdC,UAAW,GACX3iJ,OAAQ,EACR4iJ,kBAAmB,EACnBC,uBAAwB,EACxBC,eAAgB,EAChBC,cAAe,EACfC,UAAW,EACXC,gBAAiB,EACjBC,oBAAqB,EACrBC,6BAA8B,EAC9BxpJ,KAAM,GAEVypJ,EAAsB,CAClB3qG,KAAM,QACN9+C,KAAM,WACN0pJ,GAAI,WACJC,KAAM,aACNhuD,SAAU,aACVpqF,KAAM,cACNq4I,MAAO,oBACPl3J,MAAO,UACPm3J,MAAO,KAGf,SAASC,EAAcC,EAAYC,GAC/B,OAAIzC,EAAewC,IAAexC,EAAeyC,GACzCzC,EAAewC,GAAc,GAAKxC,EAAeyC,GAAc,EACxD3wK,KAAKkV,IAAIg5J,EAAeyC,IAAe3wK,KAAKkV,IAAIg5J,EAAewC,IAEjExC,EAAewC,GAAc,GAC1B,EAEHxC,EAAeyC,GAAc,EAC3B,EAEJzC,EAAewC,GAAcxC,EAAeyC,GAE9CzC,EAAewC,GACbxC,EAAewC,GAEjBxC,EAAeyC,GACbzC,EAAeyC,GAEnB,CACV,CAED,IAAIC,EAAU,CACVrtF,SAAU,GACV5yE,QAAQ,EACRw9J,oBAAqB,YACrBC,cAAc,EACdC,SAAU,EACVC,SAAS,EACTC,SAAS,EACTC,YAAY,EACZC,UAAU,EACV9mF,OAAQ9H,EAAO8H,SACf+mF,aAAa,EACbC,eAAe,EACfC,cAAc,EACdC,MAAO,CACH50I,KAAM,QACNwrC,KAAM,gBACN9+C,KAAM,iBACN0pJ,GAAI,iBACJC,KAAM,mBACNhuD,SAAU,qBACVpqF,KAAM,sBACNq4I,MAAO,yBACPl3J,MAAO,cACPm3J,MAAO,eAEX1B,SAAU,CACNyB,MAAO,cACPl3J,MAAO,kBACPm3J,MAAO,mBACPK,YAAa,eACbC,UAAW,iBACXC,UAAW,aACXC,WAAY,cACZC,SAAU,gBACVC,SAAU,YACVC,aAAc,gBACdC,WAAY,kBACZC,WAAY,cACZC,YAAa,mBACbC,YAAa,eACbC,SAAU,YACVC,cAAe,iBACfC,cAAe,iBACfC,WAAY,cACZC,gBAAiB,mBACjBC,gBAAiB,mBACjBC,WAAY,cACZC,gBAAiB,mBACjBC,gBAAiB,mBACjBC,aAAc,gBACdC,WAAY,cACZC,WAAY,eAEhBpD,WAAW,EACXC,YAAY,EACZC,oBAAoB,EACpBC,eAAe,EACfC,SAAU,OACVC,iBAAkB,UAClB/1G,QAAS,CACL+4G,WAAW,EACXC,WAAW,EACXC,WAAW,GAEfjD,kBAAmB,CACfxiK,WAAY,OACZ0lK,SAAU,QAEdjD,aAAc,KACdkD,UAAU,EACVjD,gBAAgB,EAChBC,UAAU,EACVC,aAAa,EACbvvD,QAAQ,EACRwvD,aAAa,EACbC,SAAU,CACNU,GAAI,WACA,IAAKpnK,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAMjC,OALI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,YACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAAS,EAAG,MAEhCh3D,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI0F,KAAKolK,WAAY,OAEtC,CACV,EACDiC,KAAM,WACF,IAAKrnK,KAAKwpK,OAEN,OADAxpK,KAAKuB,QACE,EAEX,MAAMhH,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAMjC,OALI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,YACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI,EAAG,MAE3B0F,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAASh3D,KAAKolK,WAAY,OAE3C,CACV,EACD,aAAc,WACV,IAAKplK,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAMjC,OALI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,YACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAAS,EAAG,MAEhCh3D,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI,EAAG,OAExB,CACV,EACD,eAAgB,WACZ,IAAK0F,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAMjC,OALI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,YACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI,EAAG,MAE3B0F,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAAS,EAAG,OAE7B,CACV,EACD7/D,KAAM,WACF,IAAK6I,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAIjC,OAHI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,aACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAAS,EAAG,OAE7B,CACV,EACD5xD,MAAO,WACH,IAAKpF,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAIjC,OAHI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,aACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI,EAAG,OAExB,CACV,EACDqvK,OAAQ,WACJ,IAAK3pK,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAIjC,OAHI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,aACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQ67D,SAAS,EAAG,OAE7B,CACV,EACD4yG,SAAU,WACN,IAAK5pK,KAAKwpK,OACN,OAAO,EAEX,MAAMjvK,EAAIyF,KAAKypK,OAAO,IAAMzpK,KAAK0pK,YAIjC,OAHI1pK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,aACnCjsB,KAAK0d,KAAKnjB,EAAEY,QAAQb,IAAI,EAAG,OAExB,CACV,EACD6uJ,MAAO,WACH,QAAKnpJ,KAAKwpK,SAGVxpK,KAAKma,QACE,EACV,EACDoC,OAAQ,WACJ,QAAKvc,KAAKwpK,SAGVxpK,KAAKma,QACE,EACV,EACD,gBAAiB,WACb,QAAKna,KAAKwpK,SAGNxpK,KAAKwpK,OAAOl8J,KAAK,eAAe2e,GAAG,aACnCjsB,KAAKwpK,OAAOl8J,KAAK,oCAAoCqJ,SAElD,EACV,EACD9L,EAAG,WACC,QAAK7K,KAAKwpK,SAGVxpK,KAAK0d,KAAK1d,KAAK0pK,cACR,EACV,EACD,OAAU,WACN,QAAK1pK,KAAKwpK,SAGVxpK,KAAKoQ,SACE,EACV,GAEL2T,OAAO,EACP4iJ,kBAAkB,EAClBC,uBAAuB,EACvBC,eAAe,EACfC,cAAc,EACdC,UAAU,EACVC,gBAAgB,EAChBC,mBAAoB,KACpBC,6BAA6B,EAC7B2C,wBAAwB,EACxBC,sCAAuC,KAO3C,MAAMzG,EAIFviJ,WAAAA,CAAY1hB,EAASvF,GACjBmG,KAAK+pK,SAAW/pK,KAAKgqK,YAAYnwK,GACjCmG,KAAKiqK,SAAW7qK,EAChBY,KAAKypK,OAAS,GACdzpK,KAAKkqK,gBAAkB,GACvBlqK,KAAKmqK,UAAY,KACjBnqK,KAAKoqK,OAAQ,EACbpqK,KAAK8mC,WAAY,EACjB9mC,KAAKwpK,QAAS,EACdxpK,KAAKqqK,WAAa,KAClBrqK,KAAKsqK,aAAe,KACpBtqK,KAAKuqK,aAAe,KACpBvqK,KAAKwqK,gBAAkB,KACvBxqK,KAAKyqK,kBAAoB,EACzBzqK,KAAK0qK,kBAAmB,EACxB1qK,KAAK2qK,QAAS,EACd3qK,KAAK4qK,6CAA8C,EACnD5qK,KAAK6qK,aAAc,EACnB7qK,KAAK8qK,cAAW,EAChB9qK,KAAK+qK,+BAA4B,EACjC/qK,KAAKgrK,0BAA4B,KAEjChrK,KAAKirK,MACR,CAKc,eAAJ1H,GACP,OAAOA,CACV,CAKkB,mBAARC,GACP,OAAOA,CACV,CAKmB,oBAATC,GACP,OAAOA,CACV,CAKsB,uBAAZC,GACP,OAAOA,CACV,CAEyB,0BAAfe,GACP,OAAOA,CACV,CAEmB,oBAATK,GACP,OAAOA,CACV,CAEe,gBAAL/3G,GACP,OAAOA,CACV,CAEkB,mBAAR42G,GACP,OAAOA,CACV,CAEiB,kBAAPgE,GACP,OAAOA,CACV,CAEiB,kBAAPA,CAAQ1sK,GACLA,CACb,CAEmB,oBAAT4oK,GACP,OAAOA,CACV,CAIDoH,IAAAA,GACIjrK,KAAK2qK,QAAS,EACd,MAAMO,EAAclrK,KAAKiqK,SAASzjK,KAAK,gBACnCxG,KAAKiqK,SAASh+I,GAAG,SACjBjsB,KAAKyrB,MAAQzrB,KAAKiqK,cACKjgK,IAAhBkhK,IAEHlrK,KAAKyrB,MADW,YAAhBy/I,EACalrK,KAAKiqK,SAAS38J,KAAK,SAEnBtT,EAAEkxK,IAIvBlrK,KAAKypK,OAAS,GACdzpK,KAAKypK,OAAO,GAAKzpK,KAAK0pK,YACtB1pK,KAAKmqK,UAAYnqK,KAAK0pK,YAAYvuK,QAElCnB,EAAEuM,QAAO,EAAMvG,KAAK+pK,SAAU/pK,KAAKmrK,kBAEnCnrK,KAAK6qK,aAAc,EACnB7qK,KAAK8qK,cAAW,EAChB9qK,KAAKnG,QAAQmG,KAAK+pK,UAElB/pK,KAAK0qK,kBAAmB,EACxB1qK,KAAKorK,kBACLprK,KAAK0qK,kBAAmB,OAEL1gK,IAAfhK,KAAKyrB,OAAuBzrB,KAAKyrB,MAAMQ,GAAG,UAA+C,IAAnCjsB,KAAKyrB,MAAMjkB,MAAMvL,OAAOxB,OAC9EuF,KAAKqrK,UAAUrrK,KAAKsrK,gBAAgBtrK,KAAKyrB,MAAMjkB,MAAMvL,QAAS,GACvD+D,KAAK+pK,SAAStE,kBAA8Bz7J,IAAfhK,KAAKyrB,YAA0DzhB,IAAnChK,KAAKyrB,MAAMqvB,KAAK,gBAChF96C,KAAKqrK,UAAUrrK,KAAK+pK,SAAStE,YAAa,GAE1CzlK,KAAK6qK,aACL7qK,KAAK0d,KAAK1d,KAAK8qK,UAGf9qK,KAAK+pK,SAAS9yD,QACdj3G,KAAKuB,OAETvB,KAAK2qK,QAAS,CACjB,CAEDY,OAAAA,GACSvrK,KAAKwpK,SAGVxpK,KAAKwrK,YACLxrK,KAAKyrK,YACR,CAEDJ,SAAAA,CAAUK,EAAchqJ,GACpB,MAAMiqJ,EAA4B,qBAAVjqJ,EACpBkqJ,GAAWF,GAAgBC,EAC3Bf,EAA8C5qK,KAAK4qK,4CACnDiB,GAAkC7rK,KAAK2qK,QAAU3qK,KAAK+pK,SAAS7C,8BAAgC0D,EACnG,IAAIkB,EAAY,GAAIC,GAAY,EAAOC,EAAUhsK,KAAKoqK,MAAQ,KAAOpqK,KAAKypK,OAAO/nJ,GAMjF,IALKsqJ,IAAYhsK,KAAKoqK,OAASuB,GAAWC,GAC5B5rK,KAAKypK,OAAOzpK,KAAKypK,OAAOhvK,OAAS,IAI1CixK,EACD,OAAIG,OACA7rK,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMg3G,OAC3BrmJ,KAAMguJ,EACNM,QAASA,EACTJ,UACAG,YACAnB,8CACAD,OAAQ3qK,KAAK2qK,WAIhB3qK,KAAK+pK,SAAS/C,gBAAyC,IAAvBhnK,KAAKypK,OAAOhvK,QAAgBmxK,GAC7D5rK,KAAKoqK,OAAQ,EACbpqK,KAAKypK,OAAS,GACdzpK,KAAKkqK,gBAAkB,KAEX,GAAH,OAAMlqK,KAAKiqK,SAASzjK,KAAK,SAAzB,OAAmCxG,KAAK+pK,SAAS9C,oBAC7C+E,GAAWF,EAAU59J,QAAV,UACjB89J,EAAQtkK,OAAO1H,KAAKsqK,eADH,OACmBtqK,KAAK+pK,SAAS9C,oBAAsB,IAE9E/4J,QAHuB,UAGZlO,KAAK+pK,SAAS9C,oBAHF,OAGuBjnK,KAAK+pK,SAAS9C,oBAAsB,IAClF/4J,QAAQ,IAAIgd,OAAJ,UAA2BlrB,KAAK+pK,SAAS9C,mBA1iBlD/4J,QAAQ,2BAA4B,QA0iB3B,UAAsE,KAAQ,GACvFlO,KAAKypK,OAAO3wJ,OAAO4I,EAAO,GAC1B1hB,KAAKkqK,gBAAgBpxJ,OAAO4I,EAAO,IAE3BzlB,EAAK6vK,QACE9hK,IAAfhK,KAAKyrB,QACLzrB,KAAKyrB,MAAMjkB,IAAIskK,GACf9rK,KAAKyrB,MAAMjT,QAAQ,UAEvBxY,KAAKiqK,SAASzjK,KAAK,OAAQslK,GAC3B9rK,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMg3G,OAC3BrmJ,MAAM,EACNsuJ,QAASA,EACTJ,UACAG,YACAnB,8CACAD,OAAQ3qK,KAAK2qK,cAEjB3qK,KAAKurK,WAcT,GAVeG,EAAavwK,QAAQujF,OAAO1+E,KAAK+pK,SAASrrF,QAErD1+E,KAAKksK,gBACLR,EAAah1F,GAAG12E,KAAK+pK,SAASzvF,UAGH,IAA3Bt6E,KAAK+pK,SAAS3E,UACdsG,EAAan6E,QAAQx6F,KAAKyY,MAAMk8J,EAAan6E,UAAYvxF,KAAK+pK,SAAS3E,UAAYplK,KAAK+pK,SAAS3E,UAAUzzE,QAAQ,GAGnH3xF,KAAK8/E,SAAS4rF,GAAe,CAC7B,GAAIG,EAUA,YATA7rK,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMg3G,OAC3BrmJ,KAAMguJ,EAAavwK,QACnB6wK,QAASA,EACTJ,UACAG,YACAnB,8CACAD,OAAQ3qK,KAAK2qK,SAOrB,GAHA3qK,KAAKypK,OAAO/nJ,GAASgqJ,EACrB1rK,KAAKkqK,gBAAgBxoJ,GAASgqJ,EAAahkK,OAAO,cAClD1H,KAAKmqK,UAAYuB,EAAavwK,QAC1B6E,KAAK+pK,SAAS/C,gBAAkBhnK,KAAKypK,OAAOhvK,OAAS,EAAG,CACxD,IAAK,IAAID,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IACvB,GAAJ,OAAOwF,KAAKypK,OAAOjvK,GAAGkN,OAAO1H,KAAKsqK,eAAlC,OAAkDtqK,KAAK+pK,SAAS9C,oBAEjE6E,EAAU59J,QAAQ,IAAIgd,OAAJ,UAAclrB,KAAK+pK,SAAS9C,mBAA5B,UAAwD,GACzF,MACejnK,KAAKypK,OAAO/nJ,GAAOha,OAAO1H,KAAKsqK,cAEnCruK,EAAK6vK,QACE9hK,IAAfhK,KAAKyrB,QACLzrB,KAAKyrB,MAAMjkB,IAAIskK,GACf9rK,KAAKyrB,MAAMjT,QAAQ,UAEvBxY,KAAKiqK,SAASzjK,KAAK,OAAQslK,GAE3B9rK,KAAKoqK,OAAQ,EACbpqK,KAAKurK,UACLvrK,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMg3G,OAC3BrmJ,KAAM1d,KAAKypK,OAAO/nJ,GAAOvmB,QACzB6wK,QAASA,EACTJ,UACAG,YACAnB,8CACAD,OAAQ3qK,KAAK2qK,QAEpB,MACe,EACP3qK,KAAK+pK,SAAStD,YAMfzmK,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMg3G,OAC3BrmJ,KAAMguJ,EACNM,QAASA,EACTJ,UACAG,YACAnB,8CACAD,OAAQ3qK,KAAK2qK,cAZE3gK,IAAfhK,KAAKyrB,QACLzrB,KAAKyrB,MAAMjkB,IAAX,UAAkBxH,KAAKoqK,MAAQ,GAAKpqK,KAAKypK,OAAO/nJ,GAAOha,OAAO1H,KAAKsqK,gBACnEtqK,KAAKyrB,MAAMjT,QAAQ,UAa3BxY,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMu3G,MAC3B5mJ,KAAMguJ,EACNM,QAASA,GAGpB,CAEDG,OAAAA,CAAQv1K,GACJ,MAAM4Q,EAAMxN,EAAEpD,EAAEo3B,QAAQxmB,MAAMvL,OAC1BmwK,EAAa5kK,EAAMxH,KAAKsrK,gBAAgB9jK,GAAO,KAGnD,OAFAxH,KAAKqrK,UAAUe,EAAY,GAC3Bx1K,EAAEk2D,4BACK,CACV,CAGDk9G,WAAAA,CAAYnwK,GASR,OARUG,EAAEuM,QAAO,EAAM,CAAC,EAAGohK,EACzB9tK,GAAWA,EAAQ+rK,OAAgC,YAAvB/rK,EAAQ+rK,MAAM50I,KAC1C,CACI40I,MAAOuB,GAGX,CAAC,EACFttK,EAEN,CAEDqyK,YAAAA,GACI,YAAqBliK,IAAd4sE,EAAOF,SAA+C1sE,IAA3BhK,KAAK+pK,SAASzvF,UAAqD,OAA3Bt6E,KAAK+pK,SAASzvF,UAAgD,KAA3Bt6E,KAAK+pK,SAASzvF,QAC9H,CAED+xF,UAAAA,CAAWC,GACP,GAA2B,kBAAhBA,GAA4BA,EAAY7xK,OAAS,EACxD,MAAM,IAAIksB,UAAU,yDAExB,OAAQ2lJ,GACJ,IAAK,IACD,OAA2C,IAApCtsK,KAAKsqK,aAAanxK,QAAQ,KACrC,IAAK,IACD,OAA2C,IAApC6G,KAAKsqK,aAAanxK,QAAQ,KACrC,IAAK,IACD,OAAyD,IAAlD6G,KAAKsqK,aAAa/uK,cAAcpC,QAAQ,KACnD,IAAK,IACL,IAAK,IACD,OAAyD,IAAlD6G,KAAKsqK,aAAa/uK,cAAcpC,QAAQ,KACnD,IAAK,IACD,OAA2C,IAApC6G,KAAKsqK,aAAanxK,QAAQ,KACrC,IAAK,IACD,OAA2C,IAApC6G,KAAKsqK,aAAanxK,QAAQ,KACrC,IAAK,IACL,IAAK,IACD,OAAyD,IAAlD6G,KAAKsqK,aAAa/uK,cAAcpC,QAAQ,KACnD,QACI,OAAO,EAElB,CAEDozK,QAAAA,GACI,OAAOvsK,KAAKqsK,WAAW,MAAQrsK,KAAKqsK,WAAW,MAAQrsK,KAAKqsK,WAAW,IAC1E,CAEDG,QAAAA,GACI,OAAOxsK,KAAKqsK,WAAW,MAAQrsK,KAAKqsK,WAAW,MAAQrsK,KAAKqsK,WAAW,IAC1E,CAEDlB,cAAAA,GACI,MAAMsB,EAAQzsK,KAAKiqK,SAASzjK,OAC5B,IAAIkmK,EAAc,CAAC,EAcnB,OAZID,EAAME,aAAeF,EAAME,uBAAuB5tK,QACpC/E,EAAEuM,QAAO,EAAMmmK,EAAaD,EAAME,aAGpD3yK,EAAEsO,KAAKtI,KAAK+pK,UAAU,SAAUj5J,GAC5B,MAAMg8G,EAAgB,OAAH,OAAUh8G,EAAIpW,OAAO,GAAGykC,eAAxB,OAAwCruB,EAAIoH,MAAM,SACxClO,IAAzByiK,EAAM3/C,GACN4/C,EAAY57J,GAAO27J,EAAM3/C,UAElB4/C,EAAY57J,EAE1B,IACM47J,CACV,CAEDE,OAAAA,GACI,OAAO5sK,KAAK+pK,SAASriK,QAAU,kBAClC,CAEDmlK,aAAAA,CAAcxyK,EAAGD,GACb,MAAMsN,EAAS1H,KAAK4sK,UACpB,OAAOvyK,GAAKD,IAAMC,EAAEklG,OAAOnlG,IAAMw8E,EAAOv8E,EAAEqN,OAAOA,GAASA,GAAQ63F,OAAO3oB,EAAOx8E,EAAEsN,OAAOA,GAASA,IACrG,CAEDukK,YAAAA,CAAar1K,GACT,GAAIA,EAAEo6B,OAASqyI,EAAet2G,MAAMg3G,OAAQ,CAGxC,GAFA/jK,KAAK+qK,0BAA4B/qK,KAAK+qK,2BAA6B,EACnE/qK,KAAK+qK,4BAEAn0K,EAAE8mB,MAAQ1d,KAAK6sK,cAAcj2K,EAAE8mB,KAAM9mB,EAAEo1K,WAEtCp1K,EAAEg1K,UAAYh1K,EAAE8mB,OAAS9mB,EAAEo1K,SAE5BhsK,KAAK+qK,0BAA4B,EAGlC,YADA/qK,KAAK+qK,+BAA4B,GAGrC/qK,KAAK8sK,0BAA0Bl2K,EAClC,CACDoJ,KAAKiqK,SAASzxJ,QAAQ5hB,GACtBoJ,KAAK+qK,+BAA4B,CACpC,CAED+B,yBAAAA,CAA0Bl2K,GACtB,GAAIoJ,KAAK+pK,SAASF,uBAAwB,CACtC,IAAKjzK,EAAEo1K,SAAWhsK,KAAK+pK,SAASxE,WAG5B,OAEC,GACD3uK,EAAEo1K,SACFp1K,EAAE8mB,OAEG9mB,EAAEo1K,QAAQtkK,OAAO,gBAAkB9Q,EAAE8mB,KAAKhW,OAAO,eAG9C9Q,EAAEo1K,QAAQtkK,OAAO,gBAAkB9Q,EAAE8mB,KAAKhW,OAAO,eAEjD9Q,EAAEo1K,QAAQtkK,OAAO,cAAgB9Q,EAAE8mB,KAAKhW,OAAO,aAKvD,OAGJ,MAAM24B,EAAOrgC,KACbqK,aAAarK,KAAKgrK,2BAClBhrK,KAAKgrK,0BAA4BvyJ,YAAW,WACpC4nB,EAAKmpI,QACLnpI,EAAKmpI,OAAOl8J,KAAK,gCAAgCqJ,OAExD,GAAE3W,KAAK+pK,SAASD,sCACpB,CACJ,CAEDiD,WAAAA,CAAYn2K,GACE,MAANA,GACI,OAERoJ,KAAKisK,aAAa,CACdj7I,KAAMqyI,EAAet2G,MAAMs3G,OAC3B5pF,OAAQ7jF,EACRmwK,SAAU/mK,KAAKmqK,UAAUhvK,SAEhC,CAED6xK,SAAAA,CAAUh2H,GACDh3C,KAAKwpK,SAGNxyH,IACAh3C,KAAKwqK,gBAAkBzzK,KAAKC,IAAIgJ,KAAKyqK,kBAAmB1zK,KAAKE,IAAI,EAAG+I,KAAKwqK,gBAAkBxzH,KAE/Fh3C,KAAKwpK,OAAOl8J,KAAK,qBAAqB6M,OAAOmH,OAA7C,sBAAmEmjJ,EAAgBzkK,KAAKwqK,iBAAiB9F,aAAcnjK,OAC1H,CAED0rK,kBAAAA,CAAmBC,GACf,OAAsE,IAA/DltK,KAAK+pK,SAASrE,cAAcwH,EAASxlK,OAAO,cACtD,CAEDylK,iBAAAA,CAAkBD,GACd,OAAqE,IAA9DltK,KAAK+pK,SAASpE,aAAauH,EAASxlK,OAAO,cACrD,CAED0lK,kBAAAA,CAAmBF,GACf,OAA6D,IAAtDltK,KAAK+pK,SAASlD,cAAcqG,EAASxlK,OAAO,KACtD,CAED2lK,iBAAAA,CAAkBH,GACd,OAA4D,IAArDltK,KAAK+pK,SAASjD,aAAaoG,EAASxlK,OAAO,KACrD,CAEDo4E,QAAAA,CAAS4rF,EAAcY,GACnB,IAAKZ,IAAiBA,EAAa7rF,UAC/B,OAAO,EAEX,GAAI7/E,KAAK+pK,SAASrE,eAAiC,MAAhB4G,GAAuBtsK,KAAKitK,mBAAmBvB,GAC9E,OAAO,EAEX,GAAI1rK,KAAK+pK,SAASpE,cAAgC,MAAhB2G,IAAwBtsK,KAAKmtK,kBAAkBzB,GAC7E,OAAO,EAEX,GAAI1rK,KAAK+pK,SAAS1E,SAAWqG,EAAa/tE,SAAS39F,KAAK+pK,SAAS1E,QAASiH,GACtE,OAAO,EAEX,GAAItsK,KAAK+pK,SAASzE,SAAWoG,EAAahuE,QAAQ19F,KAAK+pK,SAASzE,QAASgH,GACrE,OAAO,EAEX,GAAItsK,KAAK+pK,SAAS/D,oBAAsC,MAAhBsG,IAAyF,IAAlEtsK,KAAK+pK,SAAS/D,mBAAmB7sK,QAAQuyK,EAAavtJ,OACjH,OAAO,EAEX,GAAIne,KAAK+pK,SAASlD,gBAAkC,MAAhByF,GAAuC,MAAhBA,GAAuC,MAAhBA,IAAwBtsK,KAAKotK,mBAAmB1B,GAC9H,OAAO,EAEX,GAAI1rK,KAAK+pK,SAASjD,eAAiC,MAAhBwF,GAAuC,MAAhBA,GAAuC,MAAhBA,KAAyBtsK,KAAKqtK,kBAAkB3B,GAC7H,OAAO,EAEX,GAAI1rK,KAAK+pK,SAASnD,wBAA0C,MAAhB0F,GAAuC,MAAhBA,GAAuC,MAAhBA,GAAsB,CAC5G,IAAI5gK,GAAQ,EAOZ,GANA1R,EAAEsO,KAAKtI,KAAK+pK,SAASnD,uBAAuB,WACxC,GAAI8E,EAAavsE,UAAUn/F,KAAK,GAAIA,KAAK,IAErC,OADQ,GACD,CAEd,IACG0L,EACA,OAAO,CAEd,CACD,OAAO,CACV,CAED4/J,eAAAA,CAAgBgC,GAA0C,IAA/B,aAAEE,GAAe,GAAc,uDAAJ,CAAC,EASnD,YARqCxjK,IAAjChK,KAAK+pK,SAAS0D,gBAAgCD,EACzC52F,EAAO8E,SAAS4xF,IACLttK,KAAK0pK,UAAU4D,GAGnBttK,KAAK+pK,SAAS0D,eAAeH,GAGtCA,CACV,CAEDI,QAAAA,CAAS92K,GACL,IACI8qB,EACAisJ,EACAC,EACAC,EAJAxlJ,EAAU,KAKd,MAAMylJ,EAAc,GAChBC,EAAmB,CAAC,EACpBC,EAAap3K,EAAEo6D,MAKnB,IAAKtvC,KAFLqjJ,EAASiJ,GAFK,IAIAjJ,EACNA,EAASjmK,eAAe4iB,IALlB,MAK4BqjJ,EAASrjJ,KAC3CosJ,EAAY33K,KAAKurB,GACbxmB,SAASwmB,EAAO,MAAQssJ,IACxBD,EAAiBrsJ,IAAS,IAKtC,IAAKA,KAAS1hB,KAAK+pK,SAASrD,SACxB,GAAI1mK,KAAK+pK,SAASrD,SAAS5nK,eAAe4iB,IAAmD,oBAAlC1hB,KAAK+pK,SAASrD,SAAShlJ,KAChEA,EAAM4J,MAAM,KACtBsiJ,EAAYnzK,SAAWqzK,EAAYrzK,QAAUoqK,EAAOmJ,KAAgBJ,EAAYA,EAAYnzK,OAAS,IAAI,CAEzG,KADsB,EACRmzK,EAAYnzK,OAAS,EAAGkzK,GAAU,EAAGA,IAC/C,KAAM9I,EAAO+I,EAAYD,MAAYI,GAAmB,EAC9B,EACtB,KACH,CAEL,GAAIF,EAAqB,CACX7tK,KAAK+pK,SAASrD,SAAShlJ,GACjC,KACH,CACJ,CAIL2G,GACIA,EAAQrO,KAAKha,QACbpJ,EAAEouB,kBACFpuB,EAAEquB,iBAGb,CAGDgpJ,MAAAA,CAAOr3K,GACHmuK,EAASnuK,EAAEo6D,OAAS,IAChBg0G,EAAgBpuK,EAAEo6D,SAClBg0G,EAAgBpuK,EAAEo6D,QAAS,EAC3Bp6D,EAAEouB,kBACFpuB,EAAEquB,iBAET,CAEDipJ,gBAAAA,CAAiBC,GAIb,MAAMC,EAAoB,CAAC,EACvBvnJ,EAAO7mB,KAOX,OANAhG,EAAEsO,KAAK6lK,GAAiB,WACpB,MAAME,EAAQxnJ,EAAKykJ,gBAAgBtrK,MAC/BquK,EAAMxuF,YACNuuF,EAAkBC,EAAM3mK,OAAO,gBAAiB,EAEvD,MACM3I,OAAO8sB,KAAKuiJ,GAAmB3zK,QAAS2zK,CAClD,CAEDE,gBAAAA,CAAiBC,GAIb,MAAMC,EAAoB,CAAC,EAI3B,OAHAx0K,EAAEsO,KAAKimK,GAAiB,WACpBC,EAAkBxuK,OAAQ,CAC7B,MACMjB,OAAO8sB,KAAK2iJ,GAAmB/zK,QAAS+zK,CAClD,CAEDpD,eAAAA,GACI,MAAM1jK,EAAS1H,KAAK+pK,SAASriK,QAAU,OAAQmf,EAAO7mB,KAEtDA,KAAKsqK,aAAe5iK,EAAOwG,QAAQ,6CAA6C,SAAUugK,GACtF,OAAS5nJ,EAAK6jJ,kBAA2C,OAAvB7jJ,EAAKkjJ,SAASrsJ,KAAgBmJ,EAAK6iJ,YAAc7iJ,EAAK4iJ,OAAO,IAAIrmF,aAAaO,eAAe8qF,IAAiBA,CACnJ,IAEDzuK,KAAKuqK,aAAevqK,KAAK+pK,SAAS5E,aAAenlK,KAAK+pK,SAAS5E,aAAajtJ,QAAU,GAClFlY,KAAKuqK,aAAapxK,QAAQuO,GAAU,GAAK1H,KAAKuqK,aAAapxK,QAAQ6G,KAAKsqK,cAAgB,GACxFtqK,KAAKuqK,aAAap0K,KAAK6J,KAAKsqK,cAGhCtqK,KAAKqqK,WAAarqK,KAAKsqK,aAAa/uK,cAAcpC,QAAQ,KAAO,GAAK6G,KAAKsqK,aAAap8J,QAAQ,UAAW,IAAI/U,QAAQ,KAAO,EAE1H6G,KAAKqsK,WAAW,OAChBrsK,KAAKyqK,kBAAoB,GAEzBzqK,KAAKqsK,WAAW,OAChBrsK,KAAKyqK,kBAAoB,GAEzBzqK,KAAKqsK,WAAW,OAChBrsK,KAAKyqK,kBAAoB,GAG7BzqK,KAAKwqK,gBAAkBzzK,KAAKC,IAAIgJ,KAAKyqK,kBAAmBzqK,KAAKwqK,iBAExDxqK,KAAKoqK,OACNpqK,KAAKqrK,UAAUrrK,KAAKypK,OAAO,GAAI,EAEtC,CAEDiF,kBAAAA,GACI,IAAIC,EAAiB3uK,KAAKypK,OAAOzpK,KAAK4uK,2BAItC,OAHKD,GAAkB3uK,KAAK+pK,SAAS/C,gBAChBpwF,EAAO,IAAI94D,MAEzB6wJ,CACV,CAEDC,uBAAAA,GACI,OAAO5uK,KAAKypK,OAAOhvK,OAAS,CAC/B,CAGDivK,SAAAA,CAAUnvK,GACN,IAAIs0K,EAiBJ,YAfU7kK,IAANzP,GAAyB,OAANA,EAEJq8E,IAASz7E,QAAQujF,OAAO1+E,KAAK+pK,SAASrrF,QAC9C1+E,KAAKksK,eAGGt1F,EAAOF,GAAGn8E,EAAGyF,KAAKuqK,aAAcvqK,KAAK+pK,SAASrrF,OAAQ1+E,KAAK+pK,SAASjE,UAAW9lK,KAAK+pK,SAASzvF,UAE7F1D,EAAOr8E,EAAGyF,KAAKuqK,aAAcvqK,KAAK+pK,SAASrrF,OAAQ1+E,KAAK+pK,SAASjE,WAGhF9lK,KAAKksK,gBACL2C,EAAan4F,GAAG12E,KAAK+pK,SAASzvF,UAG3Bu0F,CACV,CAED3kH,MAAAA,GACI,OAAOlqD,KAAKwpK,OAASxpK,KAAKma,OAASna,KAAKuB,MAC3C,CAEDgoK,QAAAA,CAASA,GACL,GAAyB,IAArB/rJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASR,SAEzB,GAAwB,mBAAbA,EACP,MAAM,IAAI5iJ,UAAU,0CAExB3mB,KAAK+pK,SAASR,SAAWA,OACNv/J,IAAfhK,KAAKyrB,OACLzrB,KAAKyrB,MAAMoN,KAAK,WAAY74B,KAAK+pK,SAASR,UAE1CvpK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAGD+kK,cAAAA,CAAeA,GACX,GAAyB,IAArB9oJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASzD,eAEzB,GAA8B,mBAAnBA,EACP,MAAM,IAAI3/I,UAAU,gDAExB3mB,KAAK+pK,SAASzD,eAAiBA,CAClC,CAEDzsK,OAAAA,CAAQm1K,GACJ,GAAyB,IAArBxxJ,UAAU/iB,OACV,OAAOT,EAAEuM,QAAO,EAAM,CAAC,EAAGvG,KAAK+pK,UAGnC,KAAMiF,aAAsBjwK,QACxB,MAAM,IAAI4nB,UAAU,wDAExB3sB,EAAEuM,QAAO,EAAMvG,KAAK+pK,SAAUiF,GAC9B,MAAMnoJ,EAAO7mB,KACTivK,EAAclwK,OAAO8sB,KAAK7rB,KAAK+pK,UAAUl8J,KAAK25J,GAClDxtK,EAAEsO,KAAK2mK,GAAa,SAAUz0K,EAAGsW,GAC7B,MAAM7V,EAAQ4rB,EAAKkjJ,SAASj5J,GAC5B,QAAkB9G,IAAd6c,EAAK/V,GAAoB,CACzB,GAAI+V,EAAK8jJ,QAAkB,SAAR75J,EAGf,OAFA+V,EAAKgkJ,aAAc,OACnBhkJ,EAAKikJ,SAAW7vK,GAGpB4rB,EAAK/V,GAAK7V,EACb,CACJ,GACJ,CAEDyiB,IAAAA,CAAKwxJ,EAASxtJ,GAEV,GADQA,GAAS,EACQ,IAArBlE,UAAU/iB,OACV,OAAIuF,KAAKoqK,MACE,KAEPpqK,KAAK+pK,SAAS/C,eACPhnK,KAAKypK,OAAO1uK,KAAKiF,KAAK+pK,SAAS9C,oBAG/BjnK,KAAKypK,OAAO/nJ,GAAOvmB,QAIlC,GAAgB,OAAZ+zK,GAAuC,kBAAZA,IAAyBt4F,EAAO8E,SAASwzF,MAAcA,aAAmBpxJ,MACrG,MAAM,IAAI6I,UAAU,kEAGD,kBAAZuoJ,GAAwB5L,EAAmB4L,IACxC,IAAIpxJ,KAAKoxJ,GAGvBlvK,KAAKqrK,UAAsB,OAAZ6D,EAAmB,KAAOlvK,KAAKsrK,gBAAgB4D,GAAUxtJ,EAC3E,CAEDwlJ,2BAAAA,CAA4BA,GACxB,GAA2C,mBAAhCA,EACP,MAAM,IAAIvgJ,UAAU,6DAGxB3mB,KAAK+pK,SAAS7C,4BAA8BA,CAC/C,CAEDx/J,MAAAA,CAAO0nK,GACH,GAAyB,IAArB5xJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASriK,OAGzB,GAAyB,kBAAd0nK,IAAgD,mBAAdA,IAAyC,IAAdA,GACpE,MAAM,IAAIzoJ,UAAJ,+DAAsEyoJ,IAGhFpvK,KAAK+pK,SAASriK,OAAS0nK,EACnBpvK,KAAKsqK,cACLtqK,KAAKorK,iBAEZ,CAED9wF,QAAAA,CAAS+0F,GACL,GAAyB,IAArB7xJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASzvF,SAGzB,GAAuB,kBAAZ+0F,EACP,MAAM,IAAI1oJ,UAAU,wCAGxB3mB,KAAK+pK,SAASzvF,SAAW+0F,CAC5B,CAEDnK,mBAAAA,CAAoBkK,GAChB,GAAyB,IAArB5xJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS7E,oBAGzB,GAAyB,kBAAdkK,EACP,MAAM,IAAIzoJ,UAAU,oDAGxB3mB,KAAK+pK,SAAS7E,oBAAsBkK,CACvC,CAEDjK,YAAAA,CAAatmE,GACT,GAAyB,IAArBrhF,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS5E,aAGzB,IAAgB,IAAZtmE,KAAuBA,aAAmBp7E,OAC1C,MAAM,IAAIkD,UAAU,sDAGxB3mB,KAAK+pK,SAAS5E,aAAetmE,EACzB7+F,KAAKuqK,cACLvqK,KAAKorK,iBAEZ,CAED1F,aAAAA,CAAc5/D,GACV,GAAyB,IAArBtoF,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASrE,cAAgB1rK,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASrE,eAAiB1lK,KAAK+pK,SAASrE,cAGnG,IAAK5/D,EAGD,OAFA9lG,KAAK+pK,SAASrE,eAAgB,EAC9B1lK,KAAKurK,WACE,EAEX,KAAMzlE,aAAiBriF,OACnB,MAAM,IAAIkD,UAAU,8CAExB3mB,KAAK+pK,SAASrE,cAAgB1lK,KAAKkuK,iBAAiBpoE,GACpD9lG,KAAK+pK,SAASpE,cAAe,EAC7B3lK,KAAKurK,SACR,CAED5F,YAAAA,CAAa7/D,GACT,GAAyB,IAArBtoF,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASpE,aAAe3rK,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASpE,cAAgB3lK,KAAK+pK,SAASpE,aAGjG,IAAK7/D,EAGD,OAFA9lG,KAAK+pK,SAASpE,cAAe,EAC7B3lK,KAAKurK,WACE,EAEX,KAAMzlE,aAAiBriF,OACnB,MAAM,IAAIkD,UAAU,6CAExB3mB,KAAK+pK,SAASpE,aAAe3lK,KAAKkuK,iBAAiBpoE,GACnD9lG,KAAK+pK,SAASrE,eAAgB,EAC9B1lK,KAAKurK,SACR,CAEDvF,kBAAAA,CAAmBA,GACf,GAAyB,IAArBxoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS/D,mBAAmBltJ,OAAO,GAGnD,GAAkC,mBAAvBktJ,IAAqCA,EAG5C,OAFAhmK,KAAK+pK,SAAS/D,oBAAqB,EACnChmK,KAAKurK,WACE,EAGX,KAAMvF,aAA8BviJ,OAChC,MAAM,IAAIkD,UAAU,mDAYxB,GAVA3mB,KAAK+pK,SAAS/D,mBAAqBA,EAAmBh3I,QAAO,SAAUu0H,EAAe75F,GAElF,OADexuD,SAASwuD,EAAc,IACnB,GAAKA,EAAe,GAAKvgD,MAAMugD,KAGL,IAAzC65F,EAAcpqJ,QAAQuwD,IACtB65F,EAAcptJ,KAAKuzD,GAHZ65F,CAMd,GAAE,IAAI11I,OACH7N,KAAK+pK,SAASxE,aAAevlK,KAAK+pK,SAAStD,YAC3C,IAAK,IAAIjsK,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IAAK,CACzC,IAAI+0K,EAAQ,EACZ,MAAQvvK,KAAK8/E,SAAS9/E,KAAKypK,OAAOjvK,GAAI,MAAM,CAExC,GADAwF,KAAKypK,OAAOjvK,GAAGF,IAAI,EAAG,KACR,KAAVi1K,EACA,KAAM,sCAEVA,CACH,CACDvvK,KAAKqrK,UAAUrrK,KAAKypK,OAAOjvK,GAAIA,EAClC,CAELwF,KAAKurK,SACR,CAEDjG,OAAAA,CAAQA,GACJ,GAAyB,IAArB9nJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASzE,QAAUtlK,KAAK+pK,SAASzE,QAAQnqK,QAAU6E,KAAK+pK,SAASzE,QAGjF,GAAuB,mBAAZA,IAAqC,IAAZA,EAGhC,OAFAtlK,KAAK+pK,SAASzE,SAAU,EACxBtlK,KAAKurK,WACE,EAGY,kBAAZjG,IACS,QAAZA,GAAiC,WAAZA,GACXtlK,KAAK0pK,aAIvB,MAAM0C,EAAapsK,KAAKsrK,gBAAgBhG,GAExC,IAAK8G,EAAWvsF,UACZ,MAAM,IAAIl5D,UAAJ,oDAA2D2+I,IAErE,GAAItlK,KAAK+pK,SAAS1E,SAAW+G,EAAWzuE,SAAS39F,KAAK+pK,SAAS1E,SAC3D,MAAM,IAAI1+I,UAAJ,mEAA0EylJ,EAAW1kK,OAAO1H,KAAKsqK,gBAE3GtqK,KAAK+pK,SAASzE,QAAU8G,EACxB,IAAK,IAAI5xK,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IAChCwF,KAAK+pK,SAASxE,aAAevlK,KAAK+pK,SAAStD,aAAezmK,KAAKypK,OAAOjvK,GAAGkjG,QAAQ4nE,IACjFtlK,KAAKqrK,UAAUrrK,KAAK+pK,SAASzE,QAAS9qK,GAG1CwF,KAAKmqK,UAAUzsE,QAAQ0uE,KACvBpsK,KAAKmqK,UAAYiC,EAAWjxK,QAAQ67D,SAASh3D,KAAK+pK,SAAS3E,SAAU,MAEzEplK,KAAKurK,SACR,CAEDlG,OAAAA,CAAQA,GACJ,GAAyB,IAArB7nJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS1E,QAAUrlK,KAAK+pK,SAAS1E,QAAQlqK,QAAU6E,KAAK+pK,SAAS1E,QAGjF,GAAuB,mBAAZA,IAAqC,IAAZA,EAGhC,OAFArlK,KAAK+pK,SAAS1E,SAAU,EACxBrlK,KAAKurK,WACE,EAGY,kBAAZlG,IACS,QAAZA,GAAiC,WAAZA,GACXrlK,KAAK0pK,aAIvB,MAAM0C,EAAapsK,KAAKsrK,gBAAgBjG,GAExC,IAAK+G,EAAWvsF,UACZ,MAAM,IAAIl5D,UAAJ,oDAA2D0+I,IAErE,GAAIrlK,KAAK+pK,SAASzE,SAAW8G,EAAW1uE,QAAQ19F,KAAK+pK,SAASzE,SAC1D,MAAM,IAAI3+I,UAAJ,kEAAyEylJ,EAAW1kK,OAAO1H,KAAKsqK,gBAE1GtqK,KAAK+pK,SAAS1E,QAAU+G,EACxB,IAAK,IAAI5xK,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IAChCwF,KAAK+pK,SAASxE,aAAevlK,KAAK+pK,SAAStD,aAAezmK,KAAKypK,OAAOjvK,GAAGmjG,SAAS0nE,IAClFrlK,KAAKqrK,UAAUrrK,KAAK+pK,SAAS1E,QAAS7qK,GAG1CwF,KAAKmqK,UAAUxsE,SAASyuE,KACxBpsK,KAAKmqK,UAAYiC,EAAWjxK,QAAQb,IAAI0F,KAAK+pK,SAAS3E,SAAU,MAEpEplK,KAAKurK,SACR,CAED9F,WAAAA,CAAYA,GACR,GAAyB,IAArBjoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAStE,YAAczlK,KAAK+pK,SAAStE,YAAYtqK,QAAU6E,KAAK+pK,SAAStE,YAEzF,IAAKA,EAED,OADAzlK,KAAK+pK,SAAStE,aAAc,GACrB,EAGgB,kBAAhBA,IACa,QAAhBA,GAAyC,WAAhBA,EACXzlK,KAAK0pK,YAEL1pK,KAAK0pK,UAAUjE,IAIrC,MAAM2G,EAAapsK,KAAKsrK,gBAAgB7F,GACxC,IAAK2G,EAAWvsF,UACZ,MAAM,IAAIl5D,UAAJ,wDAA+D8+I,IAEzE,IAAKzlK,KAAK8/E,SAASssF,GACf,MAAM,IAAIzlJ,UAAU,iFAGxB3mB,KAAK+pK,SAAStE,YAAc2G,GAExBpsK,KAAK+pK,SAAStE,aAAezlK,KAAK+pK,SAAS9yD,aAAyBjtG,IAAfhK,KAAKyrB,OAAmD,KAA5BzrB,KAAKyrB,MAAMjkB,MAAMvL,SAClG+D,KAAKqrK,UAAUrrK,KAAK+pK,SAAStE,YAAa,EAEjD,CAED/mF,MAAAA,CAAOA,GACH,GAAyB,IAArBlhE,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASrrF,OAGzB,IAAK9H,EAAOwM,WAAW1E,GACnB,MAAM,IAAI/3D,UAAJ,0BAAiC+3D,EAAjC,wCAGV1+E,KAAK+pK,SAASrrF,OAASA,EAEvB,IAAK,IAAIlkF,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IACpCwF,KAAKypK,OAAOjvK,GAAGkkF,OAAO1+E,KAAK+pK,SAASrrF,QAExC1+E,KAAKmqK,UAAUzrF,OAAO1+E,KAAK+pK,SAASrrF,QAEhC1+E,KAAKsqK,cACLtqK,KAAKorK,kBAELprK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAED6jK,QAAAA,CAASA,GACL,GAAyB,IAArB5nJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS3E,SAGdlqK,SAASkqK,EAAU,KAC1Bj8J,MAAMi8J,IAAaA,EAAW,IACnB,EAEfplK,KAAK+pK,SAAS3E,SAAWA,CAC5B,CAEDG,UAAAA,CAAWA,GACP,MAAMsK,EAAoB,CAAC,OAAQ,QAAS,MAAO,OAAQ,UAC3D,GAAyB,IAArBryJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASxE,WAGzB,GAA0B,mBAAfA,GAAkD,kBAAfA,EAC1C,MAAM,IAAI5+I,UAAU,sDAExB,GAA0B,kBAAf4+I,IAAoF,IAAzDsK,EAAkB12K,QAAQosK,EAAWhqK,eACvE,MAAM,IAAIorB,UAAJ,qDAA4DkpJ,EAAkB90K,KAAK,QAE7FiF,KAAK+pK,SAASxE,WAAaA,CAC9B,CAEDC,QAAAA,CAASA,GACL,GAAyB,IAArBhoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASvE,SAGzB,GAAwB,mBAAbA,EACP,MAAM,IAAI7+I,UAAU,0CAExB,GAAI3mB,KAAK+pK,SAASvE,WAAaA,EAC3B,OAAO,EAEXxlK,KAAK+pK,SAASvE,SAAWA,EACrBxlK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAEDqkK,KAAAA,CAAMA,GACF,GAAyB,IAArBpoJ,UAAU/iB,OACV,OAAOT,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASnE,OAGtC,KAAMA,aAAiB7mK,QACnB,MAAM,IAAI4nB,UAAU,6CAGxB3sB,EAAEuM,OAAOvG,KAAK+pK,SAASnE,MAAOA,GAE1B5lK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAEDskK,QAAAA,CAASA,GACL,GAAyB,IAArBroJ,UAAU/iB,OACV,OAAOT,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASlE,UAGtC,KAAMA,aAAoB9mK,QACtB,MAAM,IAAI4nB,UAAU,gDAExB3sB,EAAEuM,OAAOvG,KAAK+pK,SAASlE,SAAUA,GAC7B7lK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAEDukK,SAAAA,CAAUA,GACN,GAAyB,IAArBtoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASjE,UAGzB,GAAyB,mBAAdA,EACP,MAAM,IAAIn/I,UAAU,2CAExB3mB,KAAK+pK,SAASjE,UAAYA,CAC7B,CAEDC,UAAAA,CAAWA,GACP,GAAyB,IAArBvoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAShE,WAGzB,GAA0B,mBAAfA,EACP,MAAM,IAAIp/I,UAAU,4CAExB3mB,KAAK+pK,SAAShE,WAAaA,EACvB/lK,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAED2kK,QAAAA,CAASA,GACL,GAAyB,IAArB1oJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS7D,SAGzB,GAAwB,kBAAbA,EACP,MAAM,IAAIv/I,UAAU,yCAGxB,IAAoD,IAAhD08I,EAAeyB,UAAU3rK,QAAQ+sK,GACjC,MAAM,IAAIv/I,UAAJ,+CAAsD08I,EAAeyB,UAAU/pK,KAAK,MAApF,YAGViF,KAAK+pK,SAAS7D,SAAWA,EACzBlmK,KAAKwqK,gBAAkBzzK,KAAKC,IAAIqsK,EAAeyB,UAAU3rK,QAAQ+sK,GAAY,EAAGlmK,KAAKyqK,mBAErFzqK,KAAKgtK,WACR,CAED/G,aAAAA,CAAcA,GACV,GAAyB,IAArBzoJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS9D,cAGzB,GAA6B,mBAAlBA,EACP,MAAM,IAAIt/I,UAAU,2DAGxB3mB,KAAK+pK,SAAS9D,cAAgBA,EAC9BjmK,KAAKurK,SACR,CAEDn7G,OAAAA,CAAQA,GACJ,GAAyB,IAArB5yC,UAAU/iB,OACV,OAAOT,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAAS35G,SAGtC,KAAMA,aAAmBrxD,QACrB,MAAM,IAAI4nB,UAAU,+CAKxB,GAFA3sB,EAAEuM,OAAOvG,KAAK+pK,SAAS35G,QAASA,GAEe,mBAApCpwD,KAAK+pK,SAAS35G,QAAQ+4G,UAC7B,MAAM,IAAIxiJ,UAAU,iDAExB,GAA+C,mBAApC3mB,KAAK+pK,SAAS35G,QAAQg5G,UAC7B,MAAM,IAAIziJ,UAAU,iDAExB,GAA+C,mBAApC3mB,KAAK+pK,SAAS35G,QAAQi5G,UAC7B,MAAM,IAAI1iJ,UAAU,iDAGpB3mB,KAAKwpK,SACLxpK,KAAKma,OACLna,KAAKuB,OAEZ,CAEDglK,QAAAA,CAASA,GACL,GAAyB,IAArB/oJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASxD,SAGzB,GAAwB,mBAAbA,EACP,MAAM,IAAI5/I,UAAU,0CAGxB3mB,KAAK+pK,SAASxD,SAAWA,CAC5B,CAEDC,WAAAA,CAAYA,GACR,GAAyB,IAArBhpJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASvD,YAGzB,GAA2B,mBAAhBA,EACP,MAAM,IAAI7/I,UAAU,6CAGxB3mB,KAAK+pK,SAASvD,YAAcA,CAC/B,CAEDvvD,MAAAA,CAAOA,GACH,GAAyB,IAArBz5F,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS9yD,OAGzB,GAAsB,mBAAXA,EACP,MAAM,IAAItwF,UAAU,wCAGxB3mB,KAAK+pK,SAAS9yD,OAASA,CAC1B,CAED7mG,KAAAA,GACIpQ,KAAKqrK,UAAU,KAClB,CAED3E,QAAAA,CAASA,GACL,GAAyB,IAArBlpJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASrD,SAGzB1mK,KAAK+pK,SAASrD,SAAWA,CAC5B,CAED3iJ,KAAAA,CAAMA,GACF,GAAqB,mBAAVA,EACP,MAAM,IAAI4C,UAAU,uCAGxB3mB,KAAK+pK,SAAShmJ,MAAQA,CACzB,CAED4iJ,gBAAAA,CAAiBA,GACb,GAAyB,IAArBnpJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASpD,iBAGzB,GAAgC,mBAArBA,EACP,MAAM,IAAIhgJ,UAAU,kDAGxB3mB,KAAK+pK,SAASpD,iBAAmBA,CACpC,CAEDF,WAAAA,CAAYA,GACR,GAAyB,IAArBjpJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAStD,YAGzB,GAA2B,mBAAhBA,EACP,MAAM,IAAI9/I,UAAU,6CAExB3mB,KAAK+pK,SAAStD,YAAcA,CAC/B,CAEDoK,eAAAA,CAAgBA,GACZ,GAAyB,IAArBrzJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS8G,gBAGzB,GAA+B,kBAApBA,EACP,MAAM,IAAIlqJ,UAAU,gDAGxB3mB,KAAK+pK,SAAS8G,gBAAkBA,CACnC,CAEDpD,cAAAA,CAAeA,GACX,GAAyB,IAArBjwJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS0D,eAGzB,GAA8B,oBAAnBA,EACP,MAAM,IAAI9mJ,UAAU,0CAGxB3mB,KAAK+pK,SAAS0D,eAAiBA,CAClC,CAED7G,qBAAAA,CAAsBA,GAClB,GAAyB,IAArBppJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASnD,sBAAwB5sK,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASnD,uBAAyB5mK,KAAK+pK,SAASnD,sBAGnH,IAAKA,EAGD,OAFA5mK,KAAK+pK,SAASnD,uBAAwB,EACtC5mK,KAAKurK,WACE,EAEX,KAAM3E,aAAiCnjJ,OACnC,MAAM,IAAIkD,UAAU,sDAExB3mB,KAAK+pK,SAASnD,sBAAwBA,EACtC5mK,KAAKurK,SACR,CAED1E,aAAAA,CAAcrqJ,GACV,GAAyB,IAArBgB,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASlD,cAAgB7sK,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASlD,eAAiB7mK,KAAK+pK,SAASlD,cAGnG,IAAKrqJ,EAGD,OAFAxc,KAAK+pK,SAASlD,eAAgB,EAC9B7mK,KAAKurK,WACE,EAEX,KAAM/uJ,aAAiBiH,OACnB,MAAM,IAAIkD,UAAU,8CAIxB,GAFA3mB,KAAK+pK,SAASlD,cAAgB7mK,KAAKsuK,iBAAiB9xJ,GACpDxc,KAAK+pK,SAASjD,cAAe,EACzB9mK,KAAK+pK,SAASxE,aAAevlK,KAAK+pK,SAAStD,YAC3C,IAAK,IAAIjsK,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IAAK,CACzC,IAAI+0K,EAAQ,EACZ,MAAQvvK,KAAK8/E,SAAS9/E,KAAKypK,OAAOjvK,GAAI,MAAM,CAExC,GADAwF,KAAKypK,OAAOjvK,GAAGF,IAAI,EAAG,KACR,KAAVi1K,EACA,KAAM,sCAEVA,CACH,CACDvvK,KAAKqrK,UAAUrrK,KAAKypK,OAAOjvK,GAAIA,EAClC,CAELwF,KAAKurK,SACR,CAEDzE,YAAAA,CAAatqJ,GACT,GAAyB,IAArBgB,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAASjD,aAAe9sK,EAAEuM,OAAO,CAAC,EAAGvG,KAAK+pK,SAASjD,cAAgB9mK,KAAK+pK,SAASjD,aAGjG,IAAKtqJ,EAGD,OAFAxc,KAAK+pK,SAASjD,cAAe,EAC7B9mK,KAAKurK,WACE,EAEX,KAAM/uJ,aAAiBiH,OACnB,MAAM,IAAIkD,UAAU,6CAIxB,GAFA3mB,KAAK+pK,SAASjD,aAAe9mK,KAAKsuK,iBAAiB9xJ,GACnDxc,KAAK+pK,SAASlD,eAAgB,EAC1B7mK,KAAK+pK,SAASxE,aAAevlK,KAAK+pK,SAAStD,YAC3C,IAAK,IAAIjsK,EAAI,EAAGA,EAAIwF,KAAKypK,OAAOhvK,OAAQD,IAAK,CACzC,IAAI+0K,EAAQ,EACZ,MAAQvvK,KAAK8/E,SAAS9/E,KAAKypK,OAAOjvK,GAAI,MAAM,CAExC,GADAwF,KAAKypK,OAAOjvK,GAAGF,IAAI,EAAG,KACR,KAAVi1K,EACA,KAAM,sCAEVA,CACH,CACDvvK,KAAKqrK,UAAUrrK,KAAKypK,OAAOjvK,GAAIA,EAClC,CAELwF,KAAKurK,SACR,CAEDxE,QAAAA,CAASmI,GACL,GAAyB,IAArB1xJ,UAAU/iB,OACV,OAAOuF,KAAKmqK,UAAUhvK,QAG1B,IAAK+zK,EAED,OADAlvK,KAAKmqK,WAAanqK,KAAKypK,OAAO,IAAMzpK,KAAK0pK,aAAavuK,SAC/C,EAGX,GAAuB,kBAAZ+zK,IAAyBt4F,EAAO8E,SAASwzF,MAAcA,aAAmBpxJ,MACjF,MAAM,IAAI6I,UAAU,gEAGxB3mB,KAAKmqK,UAAYnqK,KAAKsrK,gBAAgB4D,GACtClvK,KAAKurK,UACLvrK,KAAK+sK,YAAYtI,EAAgBzkK,KAAKwqK,kBAAoB/F,EAAgBzkK,KAAKwqK,iBAAiB7F,aACnG,CAED6G,SAAAA,GAAc,CAEdyF,gBAAAA,GACI,MAAoC,YAA7BjxK,KAAK+pK,SAASnE,MAAM50I,IAC9B,CAEDg2I,cAAAA,CAAeA,GACX,GAA8B,mBAAnBA,EACP,MAAM,IAAIrgJ,UAAU,gDAGxB3mB,KAAK+pK,SAAS/C,eAAiBA,CAClC,CAEDC,kBAAAA,CAAmBA,GACf,GAAyB,IAArBzpJ,UAAU/iB,OACV,OAAOuF,KAAK+pK,SAAS9C,mBAGzB,GAAkC,kBAAvBA,EACP,MAAM,IAAItgJ,UAAU,iDAGxB3mB,KAAK+pK,SAAS9C,mBAAqBA,CACtC,EA9uDc,GAkvDpBjxK,IAAQ4gF,cCjuDX6nH,GAAQnkM,IAAI0oM,GAAeC,GAAgBL,GAAiBD,GAAWD,GAAaiB,IAEpFnwK,GAAIqrK,QAUJ,MAAMsiG,WAAkBl4Q,EAAAA,UAA2B,cAAD,yBACxCm4Q,aAAevkH,EAAAA,YADyB,KAExCwkH,MAAa,KAF2B,KAIhDC,YAAc,IACLthS,KAAK2d,MAAM6+C,MAAQoa,OAASpsC,UALW,KAQhD+2P,eAAiB,IAAcvhS,KAAK2d,MAAMuG,MAAQ,EARF,KAUhDs9Q,aAAe,KACb,MAAMhlO,EAAOx8D,KAAKshS,cAAgBthS,KAAKuhS,iBACvCvhS,KAAK2d,MAAM8jR,aAAajlO,EAAxB,EAZ8C,KAehDklO,aAAe,KACb,MAAMllO,EAAOx8D,KAAKshS,cAAgBthS,KAAKuhS,iBACvCvhS,KAAK2d,MAAM8jR,aAAajlO,EAAxB,EAjB8C,KAoBhDmlO,UAAY,KACV3hS,KAAK2d,MAAM8jR,aAAa,KAAxB,EArB8C,KAwBhD5jR,SAAW,IACF7d,KAAK2d,MAAMikR,aAAehrN,KAAAA,GAAUoG,QAAU,KAzBP,CA4BhDhzD,iBAAAA,GACEhqB,KAAKqhS,MAAQrnS,IAAEgG,KAAKohS,aAAa9nQ,SAEjCt5B,KAAKqhS,MAAMQ,eAAe,CACxBj8H,MAAO,CACL0B,MAAO,yBAETl3G,QAAS,CAEPi5G,WAAW,EACXF,WAAW,GAEbpD,YAAY,EACZr+J,OAAQ,sBACRg3E,OAAQ,KACRpE,SAAUt6E,KAAK6d,WACf4nJ,YAAazlK,KAAK2d,MAAM6+C,OAG1Bx8D,KAAKqhS,MAAMj5Q,GAAG,yBAA0BxxB,IAClCA,EAAE8mB,MACJ1d,KAAK2d,MAAM8jR,aAAa7qS,EAAE8mB,KAAK8sB,UAChC,GAEJ,CAEDvgB,oBAAAA,GACEjqB,KAAKqhS,MAAMQ,eAAe,UAC3B,CAEDttJ,kBAAAA,CAAmByM,GACjB,MAAM,KAAExkF,EAAF,aAAQolO,GAAiB5hS,KAAK2d,MAChCqjI,EAAUxkF,OAASA,GACrBx8D,KAAKqhS,MAAMQ,eAAe,OAAQrlO,EAAOoa,KAAOpa,GAAQ,MAEtDwkF,EAAU4gJ,eAAiBA,GAC7B5hS,KAAKqhS,MAAMQ,eAAe,UAAW,CAAEvnN,SAAUt6E,KAAK6d,WAAY4nJ,YAAa,MAElF,CAEDh1J,MAAAA,GACE,OACE,WAAC,GAAD,CAAYjR,UAAU,aAAaoP,KAAK,KAAxC,WACE,UAAC,GAAD,CAAiBq1M,UAAU,UAA3B,UACE,UAAC,GAAD,CAAQjxC,MAAM,gBAAgBzoK,QAASvK,KAAK0hS,aAA5C,UACE,UAACtgG,GAAD,CAAiBnuB,KAAM+vB,GAAerB,YAAU,SAIpD,UAAC,GAAD,CACE1gM,YAAajB,KAAK2d,MAAM1c,YACxB2iL,SAAU5jL,KAAKohS,aACfU,QAAS,IAAM9hS,KAAKqhS,MAAMQ,eAAe,QACzCE,OAAQ,IAAM/hS,KAAKqhS,MAAMQ,eAAe,QACxCl/E,UAAY/rN,GAAM,CAAC,SAAU,SAASmjC,SAASnjC,EAAEka,MAAQ9Q,KAAKqhS,MAAMQ,eAAe,UAKpF7hS,KAAK2d,MAAM6+C,OACV,UAAC,GAAD,CAAiBynJ,UAAU,SAA3B,UACE,UAAC,GAAD,CAAQxgC,SAAO,EAACjkL,UAAU,iBAAiBwzK,MAAM,aAAazoK,QAASvK,KAAK2hS,UAA5E,UACE,UAACvgG,GAAD,CAAiBnuB,KAAM0wB,GAAShC,YAAU,SAKhD,UAAC,GAAD,CAAiBsiB,UAAU,SAA3B,UACE,UAAC,GAAD,CAAQjxC,MAAM,gBAAgBzoK,QAASvK,KAAKwhS,aAA5C,UACE,UAACpgG,GAAD,CAAiBnuB,KAAMgwB,GAAgBtB,YAAU,UAK1D,EAGH,YChHA,MAAMqgG,WAAsB/4Q,EAAAA,UAC1BnI,WAAAA,CAAYnD,GACV+xF,MAAM/xF,GAD+B,KAM/BskR,SAAWplH,EAAAA,YANoB,KAO/BqlH,cAAgBrlH,EAAAA,YAPe,KASvCslH,WAAa,CACX,EACA,GACA,GACA,IACA,IACA,KACA,KACA,KACA,MACA,MACA,MACA,OACA,OACA,QACA,QACA,QACA,QACA,SACAl0Q,KAAK3nB,GAAU,IAAJA,IA5B0B,KA8BvC87R,mBAAsBC,IACpB,MAAMn+Q,EAAQo+Q,GAAcD,GACd,OAAVn+Q,EACFlkB,KAAKuiS,iBAAiBviS,KAAK2d,MAAMuG,OAEjClkB,KAAK2d,MAAM6kR,cAAct+Q,EAC1B,EApCoC,KAuCvCq+Q,iBAAoBr+Q,IAClBlkB,KAAKiiS,SAAS3oQ,QAASr+B,MAAQwnS,GAAev+Q,EAA9C,EAxCqC,KA2CvCw+Q,cAAgB,KACd,IAAK,MAAMx+Q,KAASlkB,KAAKmiS,WACvB,GAAIniS,KAAK2d,MAAMuG,MAAQA,EAGrB,OAFAlkB,KAAKuiS,iBAAiBr+Q,QACtBlkB,KAAK2d,MAAM6kR,cAAct+Q,EAG5B,EAlDoC,KAqDvCy+Q,cAAgB,KACd,IAAK,MAAMz+Q,KAASlkB,KAAKmiS,WAAWjqR,QAAQpK,UAC1C,GAAI9N,KAAK2d,MAAMuG,MAAQA,EAGrB,OAFAlkB,KAAKuiS,iBAAiBr+Q,QACtBlkB,KAAK2d,MAAM6kR,cAAct+Q,EAG5B,EAzDDlkB,KAAK4iS,yBAA2B5iS,KAAK4iS,yBAAyBlsR,KAAK1W,KACpE,CA2DDu0I,kBAAAA,CAAmByM,GACbA,EAAU98H,QAAUlkB,KAAK2d,MAAMuG,OACjClkB,KAAKuiS,iBAAiBviS,KAAK2d,MAAMuG,OAE/B88H,EAAU6hJ,aAAe7iS,KAAK2d,MAAMklR,aACtC7iS,KAAKkiS,cAAc5oQ,QAASr+B,MAAkC,OAA1B+E,KAAK2d,MAAMklR,WAAsB7iS,KAAK2d,MAAMklR,WAAW/nS,WAAa,GAE3G,CAED8nS,wBAAAA,CAAyB7rR,GACvB/W,KAAK2d,MAAMmlR,4BAA4B/rR,EAAMiX,OAAO/yB,MACrD,CAEDwV,MAAAA,GACE,OACE,WAAC,GAAD,CAAMwmG,QAAM,EAACz3G,UAAU,iBAAiBujS,SAAWnsS,GAAMA,EAAEquB,iBAA3D,WACE,WAAC,GAAD,CAAYzlB,UAAU,cAAcoP,KAAK,KAAzC,WACE,UAAC,GAAD,CAAiBq1M,UAAU,UAA3B,UACE,UAAC,GAAD,CAAQjxC,MAAM,iBAAiBzoK,QAASvK,KAAK2iS,cAA7C,UACE,UAACvhG,GAAD,CAAiBnuB,KAAMiwB,GAASvB,YAAU,SAI9C,UAAC,GAAD,CACE54L,aAAc05R,GAAeziS,KAAK2d,MAAMuG,OACxC0/J,SAAU5jL,KAAKiiS,SACfF,OAAQ,IAAM/hS,KAAKoiS,mBAAmBpiS,KAAKiiS,SAAS3oQ,QAASr+B,UAG/D,UAAC,GAAD,CAAiBgpN,UAAU,SAA3B,UACE,UAAC,GAAD,CAAQjxC,MAAM,iBAAiBzoK,QAASvK,KAAK0iS,cAA7C,UACE,UAACthG,GAAD,CAAiBnuB,KAAMmwB,GAAQzB,YAAU,YAK/C,UAAC,GAAD,CACEnlI,KAAMx8D,KAAK2d,MAAM0lP,QACjBu+B,aAAc5hS,KAAK2d,MAAMikR,aACzB19Q,MAAOlkB,KAAK2d,MAAMuG,MAClBjjB,YAAY,WACZwgS,aAAczhS,KAAK2d,MAAMqlR,mBAG3B,UAAC,GAAD,CACE/hS,YAAY,WACZzB,UAAU,mBACVuJ,aAAwC,OAA1B/I,KAAK2d,MAAMklR,WAAsB7iS,KAAK2d,MAAMklR,WAAW/nS,WAAa,GAClF8oL,SAAU5jL,KAAKkiS,cACfH,OAAQ,KACN,MAAMlmS,EAAMX,SAAS8E,KAAKkiS,cAAc5oQ,QAASr+B,OACjD+E,KAAK2d,MAAMslR,mBAAmBpnS,GAAY,KAA1C,EAEF4qM,OAAO,QAGT,WAAC,GAAD,CAAajnM,UAAU,gBAAgBoP,KAAK,KAA5C,WACE,UAAC,GAAD,CACEokK,MAAM,4BACNzoK,QAAS,IAAMvK,KAAK2d,MAAMulR,kBAAiB,GAC3C3oR,QAASva,KAAK2d,MAAMgzD,QAHtB,UAKE,UAACywH,GAAD,CAAiBnuB,KAAM6vB,GAAanB,YAAU,OAEhD,UAAC,GAAD,CAAQ3uB,MAAM,qBAAqBzoK,QAAS,IAAMvK,KAAK2d,MAAMulR,kBAAiB,GAAO3oR,OAAQva,KAAK2d,MAAMgzD,QAAxG,UACE,UAACywH,GAAD,CAAiBnuB,KAAM4vB,GAAalB,YAAU,UAGlD,WAAC,GAAD,CACE5qJ,SAAkC,SAAxB/2C,KAAK2d,MAAMwlR,WAA6C,cAArBnjS,KAAK2d,MAAMylR,OACxDpyQ,KAAK,SACL/1B,MAAO+E,KAAK2d,MAAM0lR,oBAClBt/I,SAAU/jJ,KAAK4iS,yBACfpjS,UAAU,8BACVinM,OAAO,KANT,WAQE,oBAAQxrM,MAAM,OAAd,gCACA,oBAAQA,MAAM,KAAd,4BACA,oBAAQA,MAAM,KAAd,kCACA,oBAAQA,MAAM,KAAd,sCAIP,EAGH,YCzKA,IAAIqoS,GAAW,WACX,GAAmB,qBAARxzQ,IACP,OAAOA,IASX,SAASyzQ,EAASvpQ,EAAKlpB,GACnB,IAAI0P,GAAU,EAQd,OAPAwZ,EAAI6B,MAAK,SAAU7tB,EAAO0T,GACtB,OAAI1T,EAAM,KAAO8C,IACb0P,EAASkB,GACF,EAGd,IACMlB,CACV,CACD,OAAsB,WAClB,SAASgjR,IACLxjS,KAAKyjS,YAAc,EACtB,CAsED,OArEA1kS,OAAOuwB,eAAek0Q,EAAQxkS,UAAW,OAAQ,CAI7CtD,IAAK,WACD,OAAOsE,KAAKyjS,YAAYhpS,MAC3B,EACD0sB,YAAY,EACZhE,cAAc,IAMlBqgR,EAAQxkS,UAAUtD,IAAM,SAAUoV,GAC9B,IAAI4Q,EAAQ6hR,EAASvjS,KAAKyjS,YAAa3yR,GACnC9C,EAAQhO,KAAKyjS,YAAY/hR,GAC7B,OAAO1T,GAASA,EAAM,EACzB,EAMDw1R,EAAQxkS,UAAUupB,IAAM,SAAUzX,EAAK7V,GACnC,IAAIymB,EAAQ6hR,EAASvjS,KAAKyjS,YAAa3yR,IAClC4Q,EACD1hB,KAAKyjS,YAAY/hR,GAAO,GAAKzmB,EAG7B+E,KAAKyjS,YAAYttS,KAAK,CAAC2a,EAAK7V,GAEnC,EAKDuoS,EAAQxkS,UAAUo2E,OAAS,SAAUtkE,GACjC,IAAIrD,EAAUzN,KAAKyjS,YACf/hR,EAAQ6hR,EAAS91R,EAASqD,IACzB4Q,GACDjU,EAAQqL,OAAO4I,EAAO,EAE7B,EAKD8hR,EAAQxkS,UAAU8yB,IAAM,SAAUhhB,GAC9B,SAAUyyR,EAASvjS,KAAKyjS,YAAa3yR,EACxC,EAID0yR,EAAQxkS,UAAUoR,MAAQ,WACtBpQ,KAAKyjS,YAAY3qR,OAAO,EAC3B,EAMD0qR,EAAQxkS,UAAU0pB,QAAU,SAAU4K,EAAU/6B,QAChC,IAARA,IAAkBA,EAAM,MAC5B,IAAK,IAAI+/B,EAAK,EAAG3G,EAAK3xB,KAAKyjS,YAAanrQ,EAAK3G,EAAGl3B,OAAQ69B,IAAM,CAC1D,IAAItqB,EAAQ2jB,EAAG2G,GACfhF,EAAStZ,KAAKzhB,EAAKyV,EAAM,GAAIA,EAAM,GACtC,CACJ,EACMw1R,CACV,CA1ED,EA2EH,CAjGc,GAsGXhyF,GAA8B,qBAAXz7M,QAA8C,qBAAbuJ,UAA4BvJ,OAAOuJ,WAAaA,SAGpGokS,GACsB,qBAAXn5Q,EAAAA,GAA0BA,EAAAA,EAAOxzB,OAASA,KAC1CwzB,EAAAA,EAES,qBAAT1D,MAAwBA,KAAK9vB,OAASA,KACtC8vB,KAEW,qBAAX9wB,QAA0BA,OAAOgB,OAASA,KAC1ChB,OAGJ0qC,SAAS,cAATA,GASPkjQ,GACqC,oBAA1BxqO,sBAIAA,sBAAsBziD,KAAKgtR,IAE/B,SAAUpwQ,GAAY,OAAO7a,YAAW,WAAc,OAAO6a,EAASxV,KAAK0xC,MAAS,GAAE,IAAO,GAAM,EAqE9G,IAGIo0O,GAAiB,CAAC,MAAO,QAAS,SAAU,OAAQ,QAAS,SAAU,OAAQ,UAE/EC,GAAwD,qBAArB52G,iBAInC62G,GAA0C,WAM1C,SAASA,IAML9jS,KAAK+jS,YAAa,EAMlB/jS,KAAKgkS,sBAAuB,EAM5BhkS,KAAKikS,mBAAqB,KAM1BjkS,KAAKkkS,WAAa,GAClBlkS,KAAKmkS,iBAAmBnkS,KAAKmkS,iBAAiBztR,KAAK1W,MACnDA,KAAKk6O,QAjGb,SAAmB5mN,EAAUipC,GACzB,IAAI6nO,GAAc,EAAOC,GAAe,EAAOC,EAAe,EAO9D,SAASC,IACDH,IACAA,GAAc,EACd9wQ,KAEA+wQ,GACA16N,GAEP,CAQD,SAAS66N,IACLb,GAAwBY,EAC3B,CAMD,SAAS56N,IACL,IAAIpa,EAAYzxC,KAAK0xC,MACrB,GAAI40O,EAAa,CAEb,GAAI70O,EAAY+0O,EA7CN,EA8CN,OAMJD,GAAe,CAClB,MAEGD,GAAc,EACdC,GAAe,EACf5rR,WAAW+rR,EAAiBjoO,GAEhC+nO,EAAe/0O,CAClB,CACD,OAAOoa,CACV,CA4CsB86N,CAASzkS,KAAKk6O,QAAQxjO,KAAK1W,MAzC9B,GA0Cf,CA+JD,OAxJA8jS,EAAyB9kS,UAAU0lS,YAAc,SAAU/3D,IACjD3sO,KAAKkkS,WAAW/qS,QAAQwzO,IAC1B3sO,KAAKkkS,WAAW/tS,KAAKw2O,GAGpB3sO,KAAK+jS,YACN/jS,KAAK2kS,UAEZ,EAODb,EAAyB9kS,UAAU4lS,eAAiB,SAAUj4D,GAC1D,IAAIk4D,EAAY7kS,KAAKkkS,WACjBxiR,EAAQmjR,EAAU1rS,QAAQwzO,IAEzBjrN,GACDmjR,EAAU/rR,OAAO4I,EAAO,IAGvBmjR,EAAUpqS,QAAUuF,KAAK+jS,YAC1B/jS,KAAK8kS,aAEZ,EAODhB,EAAyB9kS,UAAUk7O,QAAU,WACnBl6O,KAAK+kS,oBAIvB/kS,KAAKk6O,SAEZ,EASD4pD,EAAyB9kS,UAAU+lS,iBAAmB,WAElD,IAAIC,EAAkBhlS,KAAKkkS,WAAW5iR,QAAO,SAAUqrN,GACnD,OAAOA,EAASs4D,eAAgBt4D,EAASu4D,WAC5C,IAOD,OADAF,EAAgBt8Q,SAAQ,SAAUikN,GAAY,OAAOA,EAASw4D,iBAAoB,IAC3EH,EAAgBvqS,OAAS,CACnC,EAODqpS,EAAyB9kS,UAAU2lS,SAAW,WAGrCnzF,KAAaxxM,KAAK+jS,aAMvBzkS,SAASylB,iBAAiB,gBAAiB/kB,KAAKmkS,kBAChDpuS,OAAOgvB,iBAAiB,SAAU/kB,KAAKk6O,SACnC2pD,IACA7jS,KAAKikS,mBAAqB,IAAIh3G,iBAAiBjtL,KAAKk6O,SACpDl6O,KAAKikS,mBAAmBxkG,QAAQngM,SAAU,CACtC4yB,YAAY,EACZwtK,WAAW,EACXC,eAAe,EACfC,SAAS,MAIbtgM,SAASylB,iBAAiB,qBAAsB/kB,KAAKk6O,SACrDl6O,KAAKgkS,sBAAuB,GAEhChkS,KAAK+jS,YAAa,EACrB,EAODD,EAAyB9kS,UAAU8lS,YAAc,WAGxCtzF,IAAcxxM,KAAK+jS,aAGxBzkS,SAASmnD,oBAAoB,gBAAiBzmD,KAAKmkS,kBACnDpuS,OAAO0wD,oBAAoB,SAAUzmD,KAAKk6O,SACtCl6O,KAAKikS,oBACLjkS,KAAKikS,mBAAmBj+C,aAExBhmP,KAAKgkS,sBACL1kS,SAASmnD,oBAAoB,qBAAsBzmD,KAAKk6O,SAE5Dl6O,KAAKikS,mBAAqB,KAC1BjkS,KAAKgkS,sBAAuB,EAC5BhkS,KAAK+jS,YAAa,EACrB,EAQDD,EAAyB9kS,UAAUmlS,iBAAmB,SAAUxyQ,GAC5D,IAAIQ,EAAKR,EAAGs7F,aAAcA,OAAsB,IAAP96F,EAAgB,GAAKA,EAEvCyxQ,GAAe/nQ,MAAK,SAAU/qB,GACjD,SAAUm8G,EAAa9zH,QAAQ2X,EAClC,KAEG9Q,KAAKk6O,SAEZ,EAMD4pD,EAAyBsB,YAAc,WAInC,OAHKplS,KAAKqlS,YACNrlS,KAAKqlS,UAAY,IAAIvB,GAElB9jS,KAAKqlS,SACf,EAMDvB,EAAyBuB,UAAY,KAC9BvB,CACV,CAjM6C,GA0M1CwB,GAAsB,SAAUt3Q,EAAQrQ,GACxC,IAAK,IAAI2a,EAAK,EAAG3G,EAAK5yB,OAAO8sB,KAAKlO,GAAQ2a,EAAK3G,EAAGl3B,OAAQ69B,IAAM,CAC5D,IAAIxnB,EAAM6gB,EAAG2G,GACbv5B,OAAOuwB,eAAetB,EAAQld,EAAK,CAC/B7V,MAAO0iB,EAAM7M,GACbqW,YAAY,EACZC,UAAU,EACVjE,cAAc,GAErB,CACD,OAAO6K,CACV,EAQGu3Q,GAAe,SAAUv3Q,GAOzB,OAHkBA,GAAUA,EAAOwpB,eAAiBxpB,EAAOwpB,cAAcgC,aAGnDkqP,EACzB,EAGG8B,GAAYC,GAAe,EAAG,EAAG,EAAG,GAOxC,SAASC,GAAQzqS,GACb,OAAOe,WAAWf,IAAU,CAC/B,CAQD,SAASg4M,GAAe77I,GAEpB,IADA,IAAI98C,EAAY,GACPge,EAAK,EAAGA,EAAK9a,UAAU/iB,OAAQ69B,IACpChe,EAAUge,EAAK,GAAK9a,UAAU8a,GAElC,OAAOhe,EAAU0U,QAAO,SAAUpgB,EAAMlP,GAEpC,OAAOkP,EAAO82R,GADFtuO,EAAO,UAAY13D,EAAW,UAE7C,GAAE,EACN,CAkCD,SAASimS,GAA0B33Q,GAG/B,IAAI8sJ,EAAc9sJ,EAAO8sJ,YAAa24B,EAAezlL,EAAOylL,aAS5D,IAAK34B,IAAgB24B,EACjB,OAAO+xF,GAEX,IAAIpuO,EAASmuO,GAAYv3Q,GAAQ2lC,iBAAiB3lC,GAC9C43Q,EA3CR,SAAqBxuO,GAGjB,IAFA,IACIwuO,EAAW,CAAC,EACPttQ,EAAK,EAAGutQ,EAFD,CAAC,MAAO,QAAS,SAAU,QAEDvtQ,EAAKutQ,EAAYprS,OAAQ69B,IAAM,CACrE,IAAI54B,EAAWmmS,EAAYvtQ,GACvBr9B,EAAQm8D,EAAO,WAAa13D,GAChCkmS,EAASlmS,GAAYgmS,GAAQzqS,EAChC,CACD,OAAO2qS,CACV,CAkCkBE,CAAY1uO,GACvB2uO,EAAWH,EAASzuS,KAAOyuS,EAASxgS,MACpC4gS,EAAUJ,EAAStuS,IAAMsuS,EAASvgS,OAKlCjO,EAAQsuS,GAAQtuO,EAAOhgE,OAAQG,EAASmuS,GAAQtuO,EAAO7/D,QAqB3D,GAlByB,eAArB6/D,EAAOssF,YAOH3sJ,KAAKyY,MAAMpY,EAAQ2uS,KAAcjrH,IACjC1jL,GAAS67M,GAAe77I,EAAQ,OAAQ,SAAW2uO,GAEnDhvS,KAAKyY,MAAMjY,EAASyuS,KAAavyF,IACjCl8M,GAAU07M,GAAe77I,EAAQ,MAAO,UAAY4uO,KAoDhE,SAA2Bh4Q,GACvB,OAAOA,IAAWu3Q,GAAYv3Q,GAAQ1uB,SAAS+5C,eAClD,CA/CQ4sP,CAAkBj4Q,GAAS,CAK5B,IAAI2lL,EAAgB58M,KAAKyY,MAAMpY,EAAQ2uS,GAAYjrH,EAC/C44B,EAAiB38M,KAAKyY,MAAMjY,EAASyuS,GAAWvyF,EAMpB,IAA5B18M,KAAKkV,IAAI0nM,KACTv8M,GAASu8M,GAEoB,IAA7B58M,KAAKkV,IAAIynM,KACTn8M,GAAUm8M,EAEjB,CACD,OAAO+xF,GAAeG,EAASzuS,KAAMyuS,EAAStuS,IAAKF,EAAOG,EAC7D,CAOD,IAAI2uS,GAGkC,qBAAvBC,mBACA,SAAUn4Q,GAAU,OAAOA,aAAkBu3Q,GAAYv3Q,GAAQm4Q,kBAAqB,EAK1F,SAAUn4Q,GAAU,OAAQA,aAAkBu3Q,GAAYv3Q,GAAQo4Q,YAC3C,oBAAnBp4Q,EAAOq4Q,OAA0B,EAiBhD,SAASC,GAAet4Q,GACpB,OAAKwjL,GAGD00F,GAAqBl4Q,GAhH7B,SAA2BA,GACvB,IAAIu4Q,EAAOv4Q,EAAOq4Q,UAClB,OAAOZ,GAAe,EAAG,EAAGc,EAAKnvS,MAAOmvS,EAAKhvS,OAChD,CA8GcivS,CAAkBx4Q,GAEtB23Q,GAA0B33Q,GALtBw3Q,EAMd,CAiCD,SAASC,GAAenvS,EAAGC,EAAGa,EAAOG,GACjC,MAAO,CAAEjB,EAAGA,EAAGC,EAAGA,EAAGa,MAAOA,EAAOG,OAAQA,EAC9C,CAMD,IAAIkvS,GAAmC,WAMnC,SAASA,EAAkBz4Q,GAMvBhuB,KAAK0mS,eAAiB,EAMtB1mS,KAAK2mS,gBAAkB,EAMvB3mS,KAAK4mS,aAAenB,GAAe,EAAG,EAAG,EAAG,GAC5CzlS,KAAKguB,OAASA,CACjB,CAyBD,OAlBAy4Q,EAAkBznS,UAAU4sL,SAAW,WACnC,IAAIjjH,EAAO29N,GAAetmS,KAAKguB,QAE/B,OADAhuB,KAAK4mS,aAAej+N,EACZA,EAAKvxE,QAAU4I,KAAK0mS,gBACxB/9N,EAAKpxE,SAAWyI,KAAK2mS,eAC5B,EAODF,EAAkBznS,UAAU6nS,cAAgB,WACxC,IAAIl+N,EAAO3oE,KAAK4mS,aAGhB,OAFA5mS,KAAK0mS,eAAiB/9N,EAAKvxE,MAC3B4I,KAAK2mS,gBAAkBh+N,EAAKpxE,OACrBoxE,CACV,EACM89N,CACV,CApDsC,GAsDnCK,GAOA,SAA6B94Q,EAAQ+4Q,GACjC,IAAIv0D,EA/FZ,SAA4B7gN,GACxB,IAAIr7B,EAAIq7B,EAAGr7B,EAAGC,EAAIo7B,EAAGp7B,EAAGa,EAAQu6B,EAAGv6B,MAAOG,EAASo6B,EAAGp6B,OAElDyvS,EAAoC,qBAApBC,gBAAkCA,gBAAkBloS,OACpE4pE,EAAO5pE,OAAOmoB,OAAO8/Q,EAAOhoS,WAShC,OAPAsmS,GAAmB38N,EAAM,CACrBryE,EAAGA,EAAGC,EAAGA,EAAGa,MAAOA,EAAOG,OAAQA,EAClCD,IAAKf,EACL6O,MAAO9O,EAAIc,EACXiO,OAAQ9N,EAAShB,EACjBY,KAAMb,IAEHqyE,CACV,CAiFyBu+N,CAAmBH,GAOrCzB,GAAmBtlS,KAAM,CAAEguB,OAAQA,EAAQwkN,YAAaA,GAC3D,EAID20D,GAAmC,WAWnC,SAASA,EAAkB7zQ,EAAU8zQ,EAAYC,GAc7C,GAPArnS,KAAKsnS,oBAAsB,GAM3BtnS,KAAKunS,cAAgB,IAAIjE,GACD,oBAAbhwQ,EACP,MAAM,IAAI3M,UAAU,2DAExB3mB,KAAKwnS,UAAYl0Q,EACjBtzB,KAAKynS,YAAcL,EACnBpnS,KAAK0nS,aAAeL,CACvB,CAmHD,OA5GAF,EAAkBnoS,UAAUygM,QAAU,SAAUzxK,GAC5C,IAAKxQ,UAAU/iB,OACX,MAAM,IAAIksB,UAAU,4CAGxB,GAAuB,qBAAZ4N,SAA6BA,mBAAmBx1B,OAA3D,CAGA,KAAMivB,aAAkBu3Q,GAAYv3Q,GAAQuG,SACxC,MAAM,IAAI5N,UAAU,yCAExB,IAAIghR,EAAe3nS,KAAKunS,cAEpBI,EAAa71Q,IAAI9D,KAGrB25Q,EAAap/Q,IAAIyF,EAAQ,IAAIy4Q,GAAkBz4Q,IAC/ChuB,KAAKynS,YAAY/C,YAAY1kS,MAE7BA,KAAKynS,YAAYvtD,UAZhB,CAaJ,EAODitD,EAAkBnoS,UAAU4oS,UAAY,SAAU55Q,GAC9C,IAAKxQ,UAAU/iB,OACX,MAAM,IAAIksB,UAAU,4CAGxB,GAAuB,qBAAZ4N,SAA6BA,mBAAmBx1B,OAA3D,CAGA,KAAMivB,aAAkBu3Q,GAAYv3Q,GAAQuG,SACxC,MAAM,IAAI5N,UAAU,yCAExB,IAAIghR,EAAe3nS,KAAKunS,cAEnBI,EAAa71Q,IAAI9D,KAGtB25Q,EAAavyN,OAAOpnD,GACf25Q,EAAa/4R,MACd5O,KAAKynS,YAAY7C,eAAe5kS,MAXnC,CAaJ,EAMDmnS,EAAkBnoS,UAAUgnP,WAAa,WACrChmP,KAAK6nS,cACL7nS,KAAKunS,cAAcn3R,QACnBpQ,KAAKynS,YAAY7C,eAAe5kS,KACnC,EAODmnS,EAAkBnoS,UAAUimS,aAAe,WACvC,IAAIl9Q,EAAQ/nB,KACZA,KAAK6nS,cACL7nS,KAAKunS,cAAc7+Q,SAAQ,SAAUo/Q,GAC7BA,EAAYl8G,YACZ7jK,EAAMu/Q,oBAAoBnxS,KAAK2xS,EAEtC,GACJ,EAODX,EAAkBnoS,UAAUmmS,gBAAkB,WAE1C,GAAKnlS,KAAKklS,YAAV,CAGA,IAAI3sS,EAAMyH,KAAK0nS,aAEXj6R,EAAUzN,KAAKsnS,oBAAoBr5Q,KAAI,SAAU65Q,GACjD,OAAO,IAAIhB,GAAoBgB,EAAY95Q,OAAQ85Q,EAAYjB,gBAClE,IACD7mS,KAAKwnS,UAAUxtR,KAAKzhB,EAAKkV,EAASlV,GAClCyH,KAAK6nS,aAPJ,CAQJ,EAMDV,EAAkBnoS,UAAU6oS,YAAc,WACtC7nS,KAAKsnS,oBAAoBxuR,OAAO,EACnC,EAMDquR,EAAkBnoS,UAAUkmS,UAAY,WACpC,OAAOllS,KAAKsnS,oBAAoB7sS,OAAS,CAC5C,EACM0sS,CACV,CAnJsC,GAwJnCtC,GAA+B,qBAAZnhQ,QAA0B,IAAIA,QAAY,IAAI4/P,GAKjE99C,GAOA,SAASA,EAAelyN,GACpB,KAAMtzB,gBAAgBwlP,GAClB,MAAM,IAAI7+N,UAAU,sCAExB,IAAKnJ,UAAU/iB,OACX,MAAM,IAAIksB,UAAU,4CAExB,IAAIygR,EAAatD,GAAyBsB,cACtCz4D,EAAW,IAAIw6D,GAAkB7zQ,EAAU8zQ,EAAYpnS,MAC3D6kS,GAAUt8Q,IAAIvoB,KAAM2sO,EACvB,EAIL,CACI,UACA,YACA,cACFjkN,SAAQ,SAAUw6B,GAChBsiM,GAAexmP,UAAUkkD,GAAU,WAC/B,IAAIvxB,EACJ,OAAQA,EAAKkzQ,GAAUnpS,IAAIsE,OAAOkjD,GAAQ98C,MAAMurB,EAAInU,UACvD,CACJ,IAUD,SAN2C,qBAA5BkmR,GAASl+C,eACTk+C,GAASl+C,eAEbA,GC33BX,SAjCc,SAAiB/rO,GAC7B,IAAIq2L,EAAW,GACXi4F,EAAU,KAEVC,EAAY,WACd,IAAK,IAAIhgR,EAAOxK,UAAU/iB,OAAQyL,EAAO,IAAIud,MAAMuE,GAAOC,EAAO,EAAGA,EAAOD,EAAMC,IAC/E/hB,EAAK+hB,GAAQzK,UAAUyK,GAGzB6nL,EAAW5pM,EAEP6hS,IAIJA,EAAU5uO,uBAAsB,WAC9B4uO,EAAU,KACVtuR,EAAGrT,WAAM,EAAQ0pM,EAClB,IACF,EAWD,OATAk4F,EAAU39I,OAAS,WACZ09I,IAILxlI,qBAAqBwlI,GACrBA,EAAU,KACX,EAEMC,CACR,ECDD,SALA,SAAkB/sS,GAChB,IAAI+1B,SAAc/1B,EAClB,OAAgB,MAATA,IAA0B,UAAR+1B,GAA4B,YAARA,EAC9C,ECzBD,SAFkC,iBAAVzG,QAAsBA,QAAUA,OAAOxrB,SAAWA,QAAUwrB,OCEpF,IAAI8oD,GAA0B,iBAARxsD,MAAoBA,MAAQA,KAAK9nB,SAAWA,QAAU8nB,KAK5E,SAFWuqD,IAAciC,IAAY5yC,SAAS,cAATA,GCgBrC,SAJU,WACR,OAAOnW,GAAKxM,KAAK0xC,KAClB,ECnBD,IAAIv8B,GAAe,KAiBnB,SAPA,SAAyBtI,GAGvB,IAFA,IAAIjJ,EAAQiJ,EAAOlwB,OAEZinB,KAAWuR,GAAajjB,KAAK2a,EAAOjwB,OAAOgnB,MAClD,OAAOA,CACR,ECbD,IAAIumR,GAAc,OAelB,SANA,SAAkBt9Q,GAChB,OAAOA,EACHA,EAAOzS,MAAM,EAAGgwR,GAAgBv9Q,GAAU,GAAGzc,QAAQ+5R,GAAa,IAClEt9Q,CACL,ECXD,SAFaL,GAAKqD,OCAlB,IAAIohD,GAAchwE,OAAOC,UAGrBF,GAAiBiwE,GAAYjwE,eAO7B2yE,GAAuB1C,GAAYj0E,SAGnCmyE,GAAiBt/C,GAASA,GAAOgY,iBAAc37B,EA6BnD,SApBA,SAAmB/O,GACjB,IAAIgqC,EAAQnmC,GAAekb,KAAK/e,EAAOgyE,IACnCj7C,EAAM/2B,EAAMgyE,IAEhB,IACEhyE,EAAMgyE,SAAkBjjE,EACxB,IAAI0nE,GAAW,CAChB,CAAC,MAAO96E,IAAK,CAEd,IAAI4pB,EAASixD,GAAqBz3D,KAAK/e,GAQvC,OAPIy2E,IACEzsC,EACFhqC,EAAMgyE,IAAkBj7C,SAEjB/2B,EAAMgyE,KAGVzsD,CACR,EC1CD,IAOIixD,GAPc1yE,OAAOC,UAOclE,SAavC,SAJA,SAAwBG,GACtB,OAAOw2E,GAAqBz3D,KAAK/e,EAClC,ECdD,IAIIgyE,GAAiBt/C,GAASA,GAAOgY,iBAAc37B,EAkBnD,SATA,SAAoB/O,GAClB,OAAa,MAATA,OACe+O,IAAV/O,EAdQ,qBADL,gBAiBJgyE,IAAkBA,MAAkBluE,OAAO9D,GAC/C8xE,GAAU9xE,GACV+xE,GAAe/xE,EACpB,ECGD,SAJA,SAAsBA,GACpB,OAAgB,MAATA,GAAiC,iBAATA,CAChC,ECED,SALA,SAAkBA,GAChB,MAAuB,iBAATA,GACXkyE,GAAalyE,IArBF,mBAqBYiyE,GAAWjyE,EACtC,ECrBD,IAGIktS,GAAa,qBAGbC,GAAa,aAGbC,GAAY,cAGZC,GAAeptS,SA8CnB,SArBA,SAAkBD,GAChB,GAAoB,iBAATA,EACT,OAAOA,EAET,GAAIstS,GAASttS,GACX,OA1CM,IA4CR,GAAI+uC,GAAS/uC,GAAQ,CACnB,IAAI8f,EAAgC,mBAAjB9f,EAAMuvC,QAAwBvvC,EAAMuvC,UAAYvvC,EACnEA,EAAQ+uC,GAASjvB,GAAUA,EAAQ,GAAMA,CAC1C,CACD,GAAoB,iBAAT9f,EACT,OAAiB,IAAVA,EAAcA,GAASA,EAEhCA,EAAQutS,GAASvtS,GACjB,IAAIwtS,EAAWL,GAAWp4R,KAAK/U,GAC/B,OAAQwtS,GAAYJ,GAAUr4R,KAAK/U,GAC/BqtS,GAAartS,EAAMid,MAAM,GAAIuwR,EAAW,EAAI,GAC3CN,GAAWn4R,KAAK/U,GAvDb,KAuD6BA,CACtC,ECxDD,IAGIytS,GAAY3xS,KAAKC,IACjB2xS,GAAY5xS,KAAKE,IAqLrB,SA7HA,SAAkBisB,EAAM0jC,EAAM/sD,GAC5B,IAAIi2M,EACAF,EACAg5F,EACApoR,EACAqoR,EACAvE,EACAwE,EAAiB,EACjBC,GAAU,EACVC,GAAS,EACTC,GAAW,EAEf,GAAmB,mBAAR/lR,EACT,MAAM,IAAIyD,UAzEQ,uBAmFpB,SAASuiR,EAAW1sO,GAClB,IAAIt2D,EAAO4pM,EACPwuF,EAAU1uF,EAKd,OAHAE,EAAWF,OAAW5lM,EACtB8+R,EAAiBtsO,EACjBh8C,EAAS0C,EAAK9c,MAAMk4R,EAASp4R,EAE9B,CAqBD,SAASijS,EAAa3sO,GACpB,IAAI4sO,EAAoB5sO,EAAO8nO,EAM/B,YAAyBt6R,IAAjBs6R,GAA+B8E,GAAqBxiP,GACzDwiP,EAAoB,GAAOJ,GANJxsO,EAAOssO,GAM8BF,CAChE,CAED,SAASS,IACP,IAAI7sO,EAAOhN,KACX,GAAI25O,EAAa3sO,GACf,OAAO8sO,EAAa9sO,GAGtBqsO,EAAUpwR,WAAW4wR,EA3BvB,SAAuB7sO,GACrB,IAEI+sO,EAAc3iP,GAFM4V,EAAO8nO,GAI/B,OAAO0E,EACHL,GAAUY,EAAaX,GAJDpsO,EAAOssO,IAK7BS,CACL,CAmBoCC,CAAchtO,GAClD,CAED,SAAS8sO,EAAa9sO,GAKpB,OAJAqsO,OAAU7+R,EAINi/R,GAAYn5F,EACPo5F,EAAW1sO,IAEpBszI,EAAWF,OAAW5lM,EACfwW,EACR,CAcD,SAASipR,IACP,IAAIjtO,EAAOhN,KACPk6O,EAAaP,EAAa3sO,GAM9B,GAJAszI,EAAWtyL,UACXoyL,EAAW5vM,KACXskS,EAAe9nO,EAEXktO,EAAY,CACd,QAAgB1/R,IAAZ6+R,EACF,OAzEN,SAAqBrsO,GAMnB,OAJAssO,EAAiBtsO,EAEjBqsO,EAAUpwR,WAAW4wR,EAAcziP,GAE5BmiP,EAAUG,EAAW1sO,GAAQh8C,CACrC,CAkEYmpR,CAAYrF,GAErB,GAAI0E,EAIF,OAFA3+R,aAAaw+R,GACbA,EAAUpwR,WAAW4wR,EAAcziP,GAC5BsiP,EAAW5E,EAErB,CAID,YAHgBt6R,IAAZ6+R,IACFA,EAAUpwR,WAAW4wR,EAAcziP,IAE9BpmC,CACR,CAGD,OA3GAomC,EAAOgjP,GAAShjP,IAAS,EACrB5c,GAASnwC,KACXkvS,IAAYlvS,EAAQkvS,QAEpBH,GADAI,EAAS,YAAanvS,GACH6uS,GAAUkB,GAAS/vS,EAAQ+uS,UAAY,EAAGhiP,GAAQgiP,EACrEK,EAAW,aAAcpvS,IAAYA,EAAQovS,SAAWA,GAoG1DQ,EAAUp/I,OApCV,gBACkBrgJ,IAAZ6+R,GACFx+R,aAAaw+R,GAEfC,EAAiB,EACjBh5F,EAAWw0F,EAAe10F,EAAWi5F,OAAU7+R,CAChD,EA+BDy/R,EAAUxgG,MA7BV,WACE,YAAmBj/L,IAAZ6+R,EAAwBroR,EAAS8oR,EAAa95O,KACtD,EA4BMi6O,CACR,ECxHD,SAlBA,SAAkBvmR,EAAM0jC,EAAM/sD,GAC5B,IAAIkvS,GAAU,EACVE,GAAW,EAEf,GAAmB,mBAAR/lR,EACT,MAAM,IAAIyD,UAnDQ,uBAyDpB,OAJIqjB,GAASnwC,KACXkvS,EAAU,YAAalvS,IAAYA,EAAQkvS,QAAUA,EACrDE,EAAW,aAAcpvS,IAAYA,EAAQovS,SAAWA,GAEnD/rF,GAASh6L,EAAM0jC,EAAM,CAC1B,QAAWmiP,EACX,QAAWniP,EACX,SAAYqiP,GAEf,EChEM,IAAIY,GAAa,CACtB3sF,SAAUA,GACVunF,SAAUA,IAKD72R,GAAa,SAAoB6L,GAC1C,MAAqB,oBAAPA,CACf,EACUqwR,GAAQ,WACjB,MAAyB,qBAAX/zS,MACf,ECdD,SAASsyH,GAAQxyH,GAAmV,OAAtOwyH,GAArD,oBAAX16F,QAAoD,kBAApBA,OAAOoU,SAAmC,SAAiBlsC,GAAO,cAAcA,CAAM,EAAqB,SAAiBA,GAAO,OAAOA,GAAyB,oBAAX83B,QAAyB93B,EAAIirB,cAAgB6M,QAAU93B,IAAQ83B,OAAO3uB,UAAY,gBAAkBnJ,CAAM,EAAWwyH,GAAQxyH,EAAO,CAI1X,SAASgzH,GAAkB76F,EAAQrQ,GAAS,IAAK,IAAInjB,EAAI,EAAGA,EAAImjB,EAAMljB,OAAQD,IAAK,CAAE,IAAIkrC,EAAa/nB,EAAMnjB,GAAIkrC,EAAWve,WAAaue,EAAWve,aAAc,EAAOue,EAAWviB,cAAe,EAAU,UAAWuiB,IAAYA,EAAWte,UAAW,GAAMroB,OAAOuwB,eAAetB,EAAQ0X,EAAW50B,IAAK40B,EAAc,CAAE,CAM7T,SAASsjF,GAAgBtxH,EAAG+P,GAA+G,OAA1GuhH,GAAkBjqH,OAAOsoB,gBAAkB,SAAyB3vB,EAAG+P,GAAsB,OAAjB/P,EAAE4vB,UAAY7f,EAAU/P,CAAI,EAASsxH,GAAgBtxH,EAAG+P,EAAK,CAE1K,SAAS6oM,GAAay5F,GAAW,OAAO,WAAc,IAAsCvpR,EAAlCwpR,EAAQlhL,GAAgBihL,GAAkB,GAMpG,WAAuC,GAAuB,qBAAZ3mQ,UAA4BA,QAAQ6mQ,UAAW,OAAO,EAAO,GAAI7mQ,QAAQ6mQ,UAAUC,KAAM,OAAO,EAAO,GAAqB,oBAAVhnQ,MAAsB,OAAO,EAAM,IAAiF,OAA3EplB,KAAK9e,UAAUlE,SAASkf,KAAKopB,QAAQ6mQ,UAAUnsR,KAAM,IAAI,WAAc,MAAW,CAAO,CAAC,MAAOlnB,IAAK,OAAO,CAAQ,CAAE,CAN5NuzS,GAA6B,CAAE,IAAIC,EAAYthL,GAAgB9oH,MAAM8gB,YAAaN,EAAS4iB,QAAQ6mQ,UAAUD,EAAOxsR,UAAW4sR,EAAa,MAAQ5pR,EAASwpR,EAAM5jS,MAAMpG,KAAMwd,WAAc,OAErS,SAAoCqJ,EAAM7M,GAAQ,GAAIA,IAA2B,WAAlBquG,GAAQruG,IAAsC,oBAATA,GAAwB,OAAOA,EAAQ,OAE3I,SAAgC6M,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAIC,eAAe,6DAAgE,OAAOD,CAAO,CAFpBkiG,CAAuBliG,EAAQ,CAF2HD,CAA2B5mB,KAAMwgB,EAAU,CAAG,CAQ1V,SAASsoG,GAAgBpxH,GAAwJ,OAAnJoxH,GAAkB/pH,OAAOsoB,eAAiBtoB,OAAOyiC,eAAiB,SAAyB9pC,GAAK,OAAOA,EAAE4vB,WAAavoB,OAAOyiC,eAAe9pC,EAAK,EAASoxH,GAAgBpxH,EAAK,CA0B7M,SAtBgC,SAAU2yS,IAhB1C,SAAmBrjR,EAAUC,GAAc,GAA0B,oBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAIN,UAAU,sDAAyDK,EAAShoB,UAAYD,OAAOmoB,OAAOD,GAAcA,EAAWjoB,UAAW,CAAE8hB,YAAa,CAAE7lB,MAAO+rB,EAAUI,UAAU,EAAMjE,cAAc,KAAe8D,GAAY+hG,GAAgBhiG,EAAUC,EAAc,CAiB/XF,CAAUujR,EAAcD,GAExB,IArBoB3jR,EAAa6iG,EAAYC,EAqBzCvzF,EAASq6K,GAAag6F,GAE1B,SAASA,IAGP,OA9BJ,SAAyB7jR,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAIC,UAAU,oCAAyC,CA4BrJH,CAAgBxmB,KAAMsqS,GAEfr0Q,EAAO7vB,MAAMpG,KAAMwd,UAC3B,CAUD,OArCoBkJ,EA6BP4jR,GA7BoB/gL,EA6BN,CAAC,CAC1Bz4G,IAAK,SACL7V,MAAO,WAEL,OAAO+E,KAAK2d,MAAMte,QACnB,MAlCyEwpH,GAAkBniG,EAAY1nB,UAAWuqH,GAAiBC,GAAaX,GAAkBniG,EAAa8iG,GAqC3K8gL,CACR,CApB+B,CAoB9BzgL,EAAAA,eC5CF,SAASxB,GAAQxyH,GAAmV,OAAtOwyH,GAArD,oBAAX16F,QAAoD,kBAApBA,OAAOoU,SAAmC,SAAiBlsC,GAAO,cAAcA,CAAM,EAAqB,SAAiBA,GAAO,OAAOA,GAAyB,oBAAX83B,QAAyB93B,EAAIirB,cAAgB6M,QAAU93B,IAAQ83B,OAAO3uB,UAAY,gBAAkBnJ,CAAM,EAAWwyH,GAAQxyH,EAAO,CAI1X,SAASgzH,GAAkB76F,EAAQrQ,GAAS,IAAK,IAAInjB,EAAI,EAAGA,EAAImjB,EAAMljB,OAAQD,IAAK,CAAE,IAAIkrC,EAAa/nB,EAAMnjB,GAAIkrC,EAAWve,WAAaue,EAAWve,aAAc,EAAOue,EAAWviB,cAAe,EAAU,UAAWuiB,IAAYA,EAAWte,UAAW,GAAMroB,OAAOuwB,eAAetB,EAAQ0X,EAAW50B,IAAK40B,EAAc,CAAE,CAM7T,SAASsjF,GAAgBtxH,EAAG+P,GAA+G,OAA1GuhH,GAAkBjqH,OAAOsoB,gBAAkB,SAAyB3vB,EAAG+P,GAAsB,OAAjB/P,EAAE4vB,UAAY7f,EAAU/P,CAAI,EAASsxH,GAAgBtxH,EAAG+P,EAAK,CAE1K,SAAS6oM,GAAay5F,GAAW,OAAO,WAAc,IAAsCvpR,EAAlCwpR,EAAQlhL,GAAgBihL,GAAkB,GAMpG,WAAuC,GAAuB,qBAAZ3mQ,UAA4BA,QAAQ6mQ,UAAW,OAAO,EAAO,GAAI7mQ,QAAQ6mQ,UAAUC,KAAM,OAAO,EAAO,GAAqB,oBAAVhnQ,MAAsB,OAAO,EAAM,IAAiF,OAA3EplB,KAAK9e,UAAUlE,SAASkf,KAAKopB,QAAQ6mQ,UAAUnsR,KAAM,IAAI,WAAc,MAAW,CAAO,CAAC,MAAOlnB,IAAK,OAAO,CAAQ,CAAE,CAN5NuzS,GAA6B,CAAE,IAAIC,EAAYthL,GAAgB9oH,MAAM8gB,YAAaN,EAAS4iB,QAAQ6mQ,UAAUD,EAAOxsR,UAAW4sR,EAAa,MAAQ5pR,EAASwpR,EAAM5jS,MAAMpG,KAAMwd,WAAc,OAErS,SAAoCqJ,EAAM7M,GAAQ,GAAIA,IAA2B,WAAlBquG,GAAQruG,IAAsC,oBAATA,GAAwB,OAAOA,EAAQ,OAAO+uG,GAAuBliG,EAAQ,CAF2HD,CAA2B5mB,KAAMwgB,EAAU,CAAG,CAI1V,SAASuoG,GAAuBliG,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAIC,eAAe,6DAAgE,OAAOD,CAAO,CAItK,SAASiiG,GAAgBpxH,GAAwJ,OAAnJoxH,GAAkB/pH,OAAOsoB,eAAiBtoB,OAAOyiC,eAAiB,SAAyB9pC,GAAK,OAAOA,EAAE4vB,WAAavoB,OAAOyiC,eAAe9pC,EAAK,EAASoxH,GAAgBpxH,EAAK,CAE7M,SAASuxH,GAAgBpzH,EAAKib,EAAK7V,GAAiK,OAApJ6V,KAAOjb,EAAOkJ,OAAOuwB,eAAez5B,EAAKib,EAAK,CAAE7V,MAAOA,EAAOksB,YAAY,EAAMhE,cAAc,EAAMiE,UAAU,IAAkBvxB,EAAIib,GAAO7V,EAAgBpF,CAAM,CAUjN,IAAI00S,GAA8B,SAAUF,IAxB5C,SAAmBrjR,EAAUC,GAAc,GAA0B,oBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAIN,UAAU,sDAAyDK,EAAShoB,UAAYD,OAAOmoB,OAAOD,GAAcA,EAAWjoB,UAAW,CAAE8hB,YAAa,CAAE7lB,MAAO+rB,EAAUI,UAAU,EAAMjE,cAAc,KAAe8D,GAAY+hG,GAAgBhiG,EAAUC,EAAc,CAyB/XF,CAAUwjR,EAAgBF,GAE1B,IA7BoB3jR,EAAa6iG,EAAYC,EA6BzCvzF,EAASq6K,GAAai6F,GAE1B,SAASA,EAAe5sR,GACtB,IAAIoK,GApCR,SAAyBtB,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAIC,UAAU,oCAAyC,CAsCrJH,CAAgBxmB,KAAMuqS,GAItBthL,GAAgBF,GAFhBhhG,EAAQkO,EAAOjc,KAAKha,KAAM2d,IAEqB,iBAAiB,WAC1DoK,EAAMyiR,eAAiBziR,EAAMyiR,cAAcngJ,SAE7CtiI,EAAMyiR,cAAcngJ,SAEpBtiI,EAAMyiR,cAAgB,KAEzB,IAEDvhL,GAAgBF,GAAuBhhG,GAAQ,YAAY,WACrDA,EAAM0iR,KAAO1iR,EAAM0iR,IAAIpgJ,SACzBtiI,EAAM0iR,IAAIpgJ,SAEVtiI,EAAM0iR,IAAM,KAEf,IAEDxhL,GAAgBF,GAAuBhhG,GAAQ,kBAAkB,SAAUiJ,GACzE,IAAI5xB,EAAU2oB,EAAM2iR,aAEftrS,GAAY2oB,EAAM4iR,eAAe35Q,IAEtCjJ,EAAM4iR,eAAe35Q,GAAM5xB,EAC5B,IAED6pH,GAAgBF,GAAuBhhG,GAAQ,cAAc,WAC3D,IAAIqhG,EAAcrhG,EAAMpK,MACpB0xK,EAAgBjmE,EAAYimE,cAC5Bu7G,EAAcxhL,EAAYwhL,YAC9B,IAAId,KAAJ,CACA,GAAIz6G,EAAe,OAAO/vL,SAAS+vL,cAAcA,GACjD,GAAIu7G,KF5DsCxrS,EE4DVwrS,aF3DVr2Q,SAAWn1B,aAAmByrS,cE2DN,OAAOD,EF5DjC,IAAsBxrS,EE8DtC0rS,EAAiB/iR,EAAM3oB,UAAWmhJ,EAAAA,EAAAA,aAAYx4H,EAAM3oB,SACxD,GAAK0rS,EACL,OAAOA,EAAer2F,aANT,CAOd,IAEDxrF,GAAgBF,GAAuBhhG,GAAQ,iBAAiB,WAiB9D,OAhBAA,EAAMgjR,WAENhjR,EAAM0iR,IAAMO,IAAQ,SAAUniR,GAC5B,IAAIzxB,EAAQyxB,EAAKzxB,MACbG,EAASsxB,EAAKtxB,OACdguP,EAAWx9N,EAAMpK,MAAM4nO,SAEvB33O,GAAW23O,IACbA,EAASnuP,EAAOG,GAGlBwwB,EAAMgC,SAAS,CACb3yB,MAAOA,EACPG,OAAQA,GAEX,IACMwwB,EAAM0iR,GACd,IAEDxhL,GAAgBF,GAAuBhhG,GAAQ,uBAAuB,SAAUta,GAC9E,IAAIw9R,EAAcljR,EAAM4B,MACpBuhR,EAAeD,EAAY7zS,MAC3B+zS,EAAgBF,EAAY1zS,OAC5BkyH,EAAe1hG,EAAMpK,MACrBytR,EAAc3hL,EAAa2hL,YAC3BC,EAAe5hL,EAAa4hL,aAChC,GAAKD,GAAgBC,EAArB,CAEA,IAAI/9J,EAAUvlH,EAAMujR,gBAEpB79R,EAAQib,SAAQ,SAAU1a,GACxB,IAAIshL,EAAQthL,GAASA,EAAMwkO,aAAe,CAAC,EACvCp7O,EAAQk4L,EAAMl4L,MACdG,EAAS+3L,EAAM/3L,OAIfg0S,EAFiBH,GAAeF,IAAiB9zS,GAC/Bi0S,GAAgBF,IAAkB5zS,GAEnCwwB,EAAMyjR,aAAeD,IAAkBzB,MAG1Dx8J,EAAQ,CACNl2I,MAAOA,EACPG,OAAQA,IAIZwwB,EAAMyjR,aAAc,CACrB,GAtBwC,CAuB1C,IAEDviL,GAAgBF,GAAuBhhG,GAAQ,SAAS,SAAUqwB,GAChErwB,EAAM3oB,QAAUg5C,CACjB,IAED6wE,GAAgBF,GAAuBhhG,GAAQ,iBAAiB,WAC9D,IAAI0jR,EAAe1jR,EAAMpK,MACrBlN,EAASg7R,EAAah7R,OACtBpR,EAAWosS,EAAapsS,SAE5B,OAAIuO,GAAW6C,GACN,aAGL7C,GAAWvO,GACN,iBAGLulJ,EAAAA,EAAAA,gBAAevlJ,GACV,QAGLokB,MAAMC,QAAQrkB,GACT,aAGF,QACR,IAED4pH,GAAgBF,GAAuBhhG,GAAQ,sBAAsB,WACnE,IAAI2jR,EAAe3jR,EAAMpK,MACrBlN,EAASi7R,EAAaj7R,OACtBpR,EAAWqsS,EAAarsS,SACxByxC,EAAW46P,EAAa56P,SACxB66P,EAAe5jR,EAAM4B,MAGrB+gI,EAAa,CACftzJ,MAHUu0S,EAAav0S,MAIvBG,OAHWo0S,EAAap0S,QAQ1B,OAFiBwwB,EAAM6jR,iBAGrB,IAAK,aACH,OAAOliL,EAAAA,EAAAA,cAAaj5G,EAAOi6I,GAAa,CACtC55I,IAAK,oBAGT,IAAK,gBACH,OAAO44G,EAAAA,EAAAA,cAAarqH,EAASqrJ,IAE/B,IAAK,QACH,OAAOhhC,EAAAA,EAAAA,cAAarqH,EAAUqrJ,GAEhC,IAAK,aACH,OAAOrrJ,EAAS4uB,KAAI,SAAUmqB,GAC5B,QAASA,IAAMsxE,EAAAA,EAAAA,cAAatxE,EAAIsyG,EACjC,IAEH,QACE,OAAOnrJ,EAAAA,EAAAA,eAAcuxC,GAE1B,IAED,IAAI06P,EAAc7tR,EAAM6tR,YACpBK,EAAcluR,EAAMkuR,YACpBC,EAAcnuR,EAAMmuR,YACpBC,EAAiBpuR,EAAMouR,eAC3BhkR,EAAM4B,MAAQ,CACZvyB,WAAO4S,EACPzS,YAAQyS,GAEV+d,EAAMyjR,YAAcA,EACpBzjR,EAAM0iR,IAAM,KACZ1iR,EAAM3oB,QAAU,KAChB2oB,EAAM45J,WAAY,EAClB,IAAIp0H,EF5MCs8O,GE4MkBgC,GAGvB,OAFA9jR,EAAMyiR,cAAgBj9O,EAASA,EAAOxlC,EAAMikR,oBAAqBF,EAAaC,GAAkBhkR,EAAMikR,oBACtGjkR,EAAM4iR,eAAiB,IAAInlD,GAAez9N,EAAMyiR,eACzCziR,CACR,CAwBD,OAzOoBrB,EAmNP6jR,GAnNoBhhL,EAmNJ,CAAC,CAC5Bz4G,IAAK,oBACL7V,MAAO,WACL+E,KAAKisS,eAAe,UACrB,GACA,CACDn7R,IAAK,uBACL7V,MAAO,WACL+E,KAAKisS,eAAe,aACpBjsS,KAAK+qS,WACL/qS,KAAKksS,gBACLlsS,KAAK2hL,WAAY,CAClB,GACA,CACD7wK,IAAK,SACL7V,MAAO,WACL,OAAoB4hL,EAAAA,cAAoBytH,GAAc,CACpDv8J,IAAK/tI,KAAKmsS,OACTnsS,KAAKosS,qBACT,MAtOyEvjL,GAAkBniG,EAAY1nB,UAAWuqH,GAAiBC,GAAaX,GAAkBniG,EAAa8iG,GAyO3K+gL,CACR,CAhNiC,CAgNhC1gL,EAAAA,eAEF0gL,GAAelkQ,UAAY,CACzB+kQ,YAAanuO,EAAAA,KACbouO,aAAcpuO,EAAAA,KACduuO,YAAavuO,EAAAA,KACb6uO,YAAanjS,EAAAA,OACbkjS,YAAalhR,EAAAA,OACbohR,gBAAgBpmL,EAAAA,EAAAA,OAAM,CACpBojL,QAAS9rO,EAAAA,KACTgsO,SAAUhsO,EAAAA,OAEZoyH,cAAe1kK,EAAAA,OACfigR,YAAaxlL,EAAAA,IAEbmgI,SAAUriO,EAAAA,KACVzS,OAAQyS,EAAAA,KACR7jB,SAAU+lH,EAAAA,IAEVt0E,SAAUlgB,EAAAA,MAEZ25Q,GAAexkQ,aAAe,CAC5BqlQ,aAAa,EACbC,cAAc,EACdG,aAAa,EACbM,YAAa,IACbD,iBAAa7hS,EACb+hS,oBAAgB/hS,EAChBqlL,cAAe,KACfu7G,YAAa,KACbrlD,SAAU,KACV90O,YAAQzG,EACR3K,SAAU,KACVyxC,SAAU,OAEZ,MChRA,GDgRA,GEhOA,GA3CwC,IAAyB,IAAxB,OAAEo9O,EAAF,OAAUxmR,GAAa,EA+B9D,OAAe,OAAXwmR,GACK,2CAGLxmR,EAlCoB,MACtB,MAAM2kS,EAAmC,GACzC,IAAI5gS,GAAQ,EACZ,IAAK,MAAMX,KAASojR,EACJ,aAAVpjR,IAIJuhS,EAAWl2S,MACT,8BACIsV,GAAS,MACX,kBAAMjM,UAAU,oBAAhB,SAAqCsL,IAFvC,KAEqD,mBAAMtL,UAAU,qBAAhB,cAAuC0uR,EAAOpjR,GAA9C,SAF1CA,IAMTW,IACFA,GAAQ,IAIZ,OACE,6BACE,kBAAMjM,UAAU,qBAAhB,SAAsC0uR,EAAQoe,UAAY,MAC1D,kBAAM9sS,UAAU,qBAAhB,SAAsC,MACrC6sS,GACD,kBAAM7sS,UAAU,qBAAhB,SAAsC,QAL1C,EAeO+sS,IAIF,gCAAGC,GAAmBte,IAA7B,EChCK,MAAMue,WAAe5iL,EAAAA,cAAyC,cAAD,yBAClElgG,MAAQ,CACN+iR,gBAAiB,IAF+C,KASlEC,mBACGjrR,GACAkrR,IAEC,MAAM,gBAAEF,GAAoB1sS,KAAK2pB,MAEjC,IAAI4zB,EAAW,CAAC77B,GAChB,GAAIkrR,EAAGz1R,SAAWy1R,EAAGx1R,QAAS,CAC5B,MAAM,UAAEy1R,GAAc7sS,KAAK2d,MAEzB4/B,EADEmvP,EAAgB3yQ,SAASrY,GAChBgrR,EAAgBprR,QAAQnB,GAAQA,IAAQuB,IAItB,IAA3BgrR,EAAgBjyS,OACZoyS,EAAU79Q,QAAiB,CAACqqJ,EAAK7wK,EAAGhO,IAAOA,IAAMknB,EAAQ23J,EAAM,IAAIA,EAAK7+K,IAAK,IAC7E,IAAIkyS,EAAiBhrR,EAE9B,MAAqC,IAA3BgrR,EAAgBjyS,QAAgBiyS,EAAgB3yQ,SAASrY,KAClE67B,EAAW,IAGbv9C,KAAK+pB,SAAS,CAAE2iR,gBAAiBnvP,IACjCv9C,KAAK2d,MAAMmvR,eAAevvP,EAAU77B,EAApC,CAhC8D,CAIlE6yH,kBAAAA,CAAmByM,GACbhhJ,KAAK2d,MAAMovR,aAAe/rJ,EAAU+rJ,cAAgB/sS,KAAK2d,MAAMovR,aACjE/sS,KAAK+pB,SAAS,CAAE2iR,gBAAiB,IAEpC,CA2BDj8R,MAAAA,GACE,MAAM,UAAEo8R,EAAF,iBAAaG,EAAb,QAA+B3hQ,GAAYrrC,KAAK2d,OAChD,gBAAE+uR,GAAoB1sS,KAAK2pB,MAC3BsjR,EAAcJ,EAAUpyS,OAAS,GAAgC,IAA3BiyS,EAAgBjyS,OAE5D,OACE,kBAAK+E,UAAU,eAAe/I,WAAYw2S,EAAcD,OAAmBhjS,EAA3E,UACG6iS,EAAU5+Q,KAAI,QAAC,MAAEvM,EAAF,MAAS1oB,EAAT,OAAgBk1R,GAAjB,SACb,kBACEp4Q,MAAO,CAAEyD,QAAoC,IAA3BmzR,EAAgBjyS,QAAgBiyS,EAAgB3yQ,SAASrY,GAAS,EAAI,IACxFnX,QAASsiS,EAAUpyS,OAAS,EAAIuF,KAAK2sS,mBAAmBjrR,QAAS1X,EACjE04M,YAAauqF,EAAc5hQ,EAAQ3pB,QAAS1X,EAE5CxK,UAAU,cALZ,WAOE,kBAAMA,UAAU,gBAAgBsW,MAAO,CAAElU,gBAAiB5I,MAC1D,UAAC,GAAD,CAAYk1R,OAAQA,EAAQxmR,QAAM,MAJ7Bga,EALM,IAYdmrR,EAAUpyS,OAAS,IAClB,kBAAK+E,UAAU,uBAAuBsW,MAAO,CAAEH,SAAU,IAAzD,mCACyBoQ,UAAU40M,SAAS5gM,SAAS,OAAS,MAAQ,OADtE,wCAMP,EC7EI,MAAMlzB,GAAY,CACvB,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,WC95BWqmS,GAAe32S,IAC1B,GAAU,OAANA,EACF,MAAO,OAET,MAAM42S,EAAOp2S,KAAKkV,IAAI1V,GAEtB,GAAI42S,GAAQ,KACV,OAAQ52S,EAAI,MAAM0Z,QAAQ,GAAK,IAC1B,GAAIk9R,GAAQ,KACjB,OAAQ52S,EAAI,MAAM0Z,QAAQ,GAAK,IAC1B,GAAIk9R,GAAQ,KACjB,OAAQ52S,EAAI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","sources":["../node_modules/@babel/runtime/helpers/interopRequireDefault.js","../node_modules/@babel/runtime/regenerator/index.js","vendor/flot/jquery.flot.crosshair.js","vendor/flot/jquery.flot.js","vendor/flot/jquery.flot.stack.js","vendor/flot/jquery.flot.time.js","../../src/index.ts","../node_modules/call-bind/callBound.js","../node_modules/call-bind/index.js","../node_modules/classnames/index.js","../node_modules/copy-to-clipboard/index.js","../node_modules/create-react-context/lib/implementation.js","../node_modules/create-react-context/lib/index.js","../node_modules/css.escape/css.escape.js","../node_modules/decode-uri-component/index.js","../node_modules/deep-equal/index.js","../node_modules/deepmerge/dist/cjs.js","../node_modules/define-properties/index.js","../node_modules/dom-serializer/lib/foreignNames.js","../node_modules/dom-serializer/lib/index.js","../node_modules/domelementtype/lib/index.js","../node_modules/domhandler/lib/index.js","../node_modules/domhandler/lib/node.js","../node_modules/domutils/lib/feeds.js","../node_modules/domutils/lib/helpers.js","../node_modules/domutils/lib/index.js","../node_modules/domutils/lib/legacy.js","../node_modules/domutils/lib/manipulation.js","../node_modules/domutils/lib/querying.js","../node_modules/domutils/lib/stringify.js","../node_modules/domutils/lib/traversal.js","../node_modules/entities/lib/decode.js","../node_modules/entities/lib/decode_codepoint.js","../node_modules/entities/lib/encode.js","../node_modules/entities/lib/index.js","../node_modules/filter-obj/index.js","../node_modules/function-bind/implementation.js","../node_modules/function-bind/index.js","../node_modules/get-intrinsic/index.js","../node_modules/gud/index.js","../node_modules/has-symbols/index.js","../node_modules/has-symbols/shams.js","../node_modules/has-tostringtag/shams.js","../node_modules/has/src/index.js","../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js","../node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js","../node_modules/hoist-non-react-statics/node_modules/react-is/index.js","../node_modules/invariant/browser.js","../node_modules/is-arguments/index.js","../node_modules/is-date-object/index.js","../node_modules/is-plain-object/dist/is-plain-object.js","../node_modules/is-regex/index.js","../node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js","../node_modules/jquery/dist/jquery.js","../node_modules/klona/dist/index.js","../node_modules/lodash/_DataView.js","../node_modules/lodash/_Hash.js","../node_modules/lodash/_ListCache.js","../node_modules/lodash/_Map.js","../node_modules/lodash/_MapCache.js","../node_modules/lodash/_Promise.js","../node_modules/lodash/_Set.js","../node_modules/lodash/_SetCache.js","../node_modules/lodash/_Stack.js","../node_modules/lodash/_Symbol.js","../node_modules/lodash/_Uint8Array.js","../node_modules/lodash/_WeakMap.js","../node_modules/lodash/_arrayFilter.js","../node_modules/lodash/_arrayLikeKeys.js","../node_modules/lodash/_arrayPush.js","../node_modules/lodash/_arraySome.js","../node_modules/lodash/_assocIndexOf.js","../node_modules/lodash/_baseGetAllKeys.js","../node_modules/lodash/_baseGetTag.js","../node_modules/lodash/_baseIsArguments.js","../node_modules/lodash/_baseIsEqual.js","../node_modules/lodash/_baseIsEqualDeep.js","../node_modules/lodash/_baseIsNative.js","../node_modules/lodash/_baseIsTypedArray.js","../node_modules/lodash/_baseKeys.js","../node_modules/lodash/_baseTimes.js","../node_modules/lodash/_baseUnary.js","../node_modules/lodash/_cacheHas.js","../node_modules/lodash/_coreJsData.js","../node_modules/lodash/_equalArrays.js","../node_modules/lodash/_equalByTag.js","../node_modules/lodash/_equalObjects.js","../node_modules/lodash/_freeGlobal.js","../node_modules/lodash/_getAllKeys.js","../node_modules/lodash/_getMapData.js","../node_modules/lodash/_getNative.js","../node_modules/lodash/_getRawTag.js","../node_modules/lodash/_getSymbols.js","../node_modules/lodash/_getTag.js","../node_modules/lodash/_getValue.js","../node_modules/lodash/_hashClear.js","../node_modules/lodash/_hashDelete.js","../node_modules/lodash/_hashGet.js","../node_modules/lodash/_hashHas.js","../node_modules/lodash/_hashSet.js","../node_modules/lodash/_isIndex.js","../node_modules/lodash/_isKeyable.js","../node_modules/lodash/_isMasked.js","../node_modules/lodash/_isPrototype.js","../node_modules/lodash/_listCacheClear.js","../node_modules/lodash/_listCacheDelete.js","../node_modules/lodash/_listCacheGet.js","../node_modules/lodash/_listCacheHas.js","../node_modules/lodash/_listCacheSet.js","../node_modules/lodash/_mapCacheClear.js","../node_modules/lodash/_mapCacheDelete.js","../node_modules/lodash/_mapCacheGet.js","../node_modules/lodash/_mapCacheHas.js","../node_modules/lodash/_mapCacheSet.js","../node_modules/lodash/_mapToArray.js","../node_modules/lodash/_nativeCreate.js","../node_modules/lodash/_nativeKeys.js","../node_modules/lodash/_nodeUtil.js","../node_modules/lodash/_objectToString.js","../node_modules/lodash/_overArg.js","../node_modules/lodash/_root.js","../node_modules/lodash/_setCacheAdd.js","../node_modules/lodash/_setCacheHas.js","../node_modules/lodash/_setToArray.js","../node_modules/lodash/_stackClear.js","../node_modules/lodash/_stackDelete.js","../node_modules/lodash/_stackGet.js","../node_modules/lodash/_stackHas.js","../node_modules/lodash/_stackSet.js","../node_modules/lodash/_toSource.js","../node_modules/lodash/eq.js","../node_modules/lodash/isArguments.js","../node_modules/lodash/isArray.js","../node_modules/lodash/isArrayLike.js","../node_modules/lodash/isBuffer.js","../node_modules/lodash/isEqual.js","../node_modules/lodash/isFunction.js","../node_modules/lodash/isLength.js","../node_modules/lodash/isObject.js","../node_modules/lodash/isObjectLike.js","../node_modules/lodash/isTypedArray.js","../node_modules/lodash/keys.js","../node_modules/lodash/stubArray.js","../node_modules/lodash/stubFalse.js","../node_modules/lru-cache/index.js","../node_modules/moment-timezone/index.js","../node_modules/moment-timezone/moment-timezone.js","../node_modules/moment/moment.js","../node_modules/object-assign/index.js","../node_modules/object-is/implementation.js","../node_modules/object-is/index.js","../node_modules/object-is/polyfill.js","../node_modules/object-is/shim.js","../node_modules/object-keys/implementation.js","../node_modules/object-keys/index.js","../node_modules/object-keys/isArguments.js","../node_modules/parse-srcset/src/parse-srcset.js","../node_modules/picocolors/picocolors.browser.js","../node_modules/postcss/lib/at-rule.js","../node_modules/postcss/lib/comment.js","../node_modules/postcss/lib/container.js","../node_modules/postcss/lib/css-syntax-error.js","../node_modules/postcss/lib/declaration.js","../node_modules/postcss/lib/document.js","../node_modules/postcss/lib/fromJSON.js","../node_modules/postcss/lib/input.js","../node_modules/postcss/lib/lazy-result.js","../node_modules/postcss/lib/list.js","../node_modules/postcss/lib/map-generator.js","../node_modules/postcss/lib/no-work-result.js","../node_modules/postcss/lib/node.js","../node_modules/postcss/lib/parse.js","../node_modules/postcss/lib/parser.js","../node_modules/postcss/lib/postcss.js","../node_modules/postcss/lib/previous-map.js","../node_modules/postcss/lib/processor.js","../node_modules/postcss/lib/result.js","../node_modules/postcss/lib/root.js","../node_modules/postcss/lib/rule.js","../node_modules/postcss/lib/stringifier.js","../node_modules/postcss/lib/stringify.js","../node_modules/postcss/lib/symbols.js","../node_modules/postcss/lib/tokenize.js","../node_modules/postcss/lib/warn-once.js","../node_modules/postcss/lib/warning.js","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/index.js","../node_modules/prop-types/lib/ReactPropTypesSecret.js","../node_modules/query-string/index.js","../node_modules/rc-slider/node_modules/react-is/cjs/react-is.production.min.js","../node_modules/rc-slider/node_modules/react-is/index.js","../node_modules/react-copy-to-clipboard/lib/Component.js","../node_modules/react-copy-to-clipboard/lib/index.js","../node_modules/react-dom/cjs/react-dom.production.min.js","../node_modules/react-dom/index.js","../node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","../node_modules/react-select/node_modules/react-input-autosize/lib/AutosizeInput.js","../node_modules/react/cjs/react-jsx-runtime.production.min.js","../node_modules/react/cjs/react.production.min.js","../node_modules/react/index.js","../node_modules/react/jsx-runtime.js","../node_modules/reactstrap/node_modules/dom-helpers/class/addClass.js","../node_modules/reactstrap/node_modules/dom-helpers/class/hasClass.js","../node_modules/reactstrap/node_modules/dom-helpers/class/removeClass.js","../node_modules/reactstrap/node_modules/react-popper/node_modules/@hypnosphi/create-react-context/lib/implementation.js","../node_modules/reactstrap/node_modules/react-popper/node_modules/@hypnosphi/create-react-context/lib/index.js","../node_modules/reactstrap/node_modules/react-transition-group/CSSTransition.js","../node_modules/reactstrap/node_modules/react-transition-group/ReplaceTransition.js","../node_modules/reactstrap/node_modules/react-transition-group/Transition.js","../node_modules/reactstrap/node_modules/react-transition-group/TransitionGroup.js","../node_modules/reactstrap/node_modules/react-transition-group/index.js","../node_modules/reactstrap/node_modules/react-transition-group/utils/ChildMapping.js","../node_modules/reactstrap/node_modules/react-transition-group/utils/PropTypes.js","../node_modules/regenerator-runtime/runtime.js","../node_modules/regexp.prototype.flags/implementation.js","../node_modules/regexp.prototype.flags/index.js","../node_modules/regexp.prototype.flags/polyfill.js","../node_modules/regexp.prototype.flags/shim.js","../node_modules/sanitize-html/index.js","../node_modules/sanitize-html/node_modules/escape-string-regexp/index.js","../node_modules/sanitize-html/node_modules/htmlparser2/lib/FeedHandler.js","../node_modules/sanitize-html/node_modules/htmlparser2/lib/Parser.js","../node_modules/sanitize-html/node_modules/htmlparser2/lib/Tokenizer.js","../node_modules/sanitize-html/node_modules/htmlparser2/lib/index.js","../node_modules/scheduler/cjs/scheduler.production.min.js","../node_modules/scheduler/index.js","../node_modules/split-on-first/index.js","../node_modules/strict-uri-encode/index.js","../node_modules/tempusdominus-bootstrap-4/build/js/tempusdominus-bootstrap-4.js","../node_modules/toggle-selection/index.js","../node_modules/use-media/lib/index.js","../node_modules/use-media/lib/useMedia.js","../node_modules/use-media/lib/utilities/camelToHyphen.js","../node_modules/use-media/lib/utilities/index.js","../node_modules/use-media/lib/utilities/noop.js","../node_modules/use-media/lib/utilities/queryObjectToString.js","../node_modules/warning/warning.js","../node_modules/yallist/iterator.js","../node_modules/yallist/yallist.js","../webpack/bootstrap","../webpack/runtime/compat get default export","../webpack/runtime/define property getters","../webpack/runtime/global","../webpack/runtime/hasOwnProperty shorthand","../webpack/runtime/make namespace object","../webpack/runtime/node module decorator","../webpack/runtime/publicPath","globals.ts","../node_modules/@babel/runtime/helpers/esm/extends.js","../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../node_modules/reactstrap/es/utils.js","../node_modules/reactstrap/es/Container.js","../node_modules/@reach/router/es/lib/utils.js","../node_modules/@reach/router/es/lib/history.js","../node_modules/@reach/router/es/index.js","../node_modules/use-query-params/node_modules/serialize-query-params/esm/withDefault.js","../node_modules/use-query-params/node_modules/serialize-query-params/esm/serialize.js","../node_modules/use-query-params/node_modules/serialize-query-params/esm/params.js","../node_modules/use-query-params/node_modules/serialize-query-params/esm/updateLocation.js","../node_modules/use-query-params/node_modules/serialize-query-params/esm/encodeQueryParams.js","../node_modules/use-query-params/esm/shallowEqual.js","../node_modules/use-query-params/esm/helpers.js","../node_modules/use-query-params/esm/updateUrlQuery.js","../node_modules/use-query-params/esm/LocationProvider.js","../node_modules/use-query-params/esm/memoizedQueryParser.js","../node_modules/use-query-params/esm/useQueryParams.js","../node_modules/use-query-params/esm/QueryParamProvider.js","hooks/useFetch.ts","../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../node_modules/reactstrap/es/Fade.js","../node_modules/reactstrap/es/Alert.js","../node_modules/reactstrap/es/UncontrolledAlert.js","../node_modules/@fortawesome/fontawesome-svg-core/index.es.js","../node_modules/@fortawesome/react-fontawesome/index.es.js","../node_modules/@fortawesome/free-solid-svg-icons/index.es.js","components/withStatusIndicator.tsx","../node_modules/reactstrap/es/Row.js","../node_modules/reactstrap/es/Col.js","../node_modules/reactstrap/es/Badge.js","../node_modules/reactstrap/es/Collapse.js","../node_modules/reactstrap/es/Table.js","../node_modules/reactstrap/es/Label.js","../node_modules/reactstrap/es/Input.js","../node_modules/reactstrap/es/Nav.js","../node_modules/reactstrap/es/NavItem.js","../node_modules/reactstrap/es/NavLink.js","../node_modules/reactstrap/es/TabContext.js","../node_modules/reactstrap/es/TabContent.js","../node_modules/reactstrap/es/TabPane.js","../node_modules/reactstrap/es/Button.js","../node_modules/@emotion/sheet/dist/emotion-sheet.browser.esm.js","../node_modules/stylis/src/Utility.js","../node_modules/stylis/src/Tokenizer.js","../node_modules/stylis/src/Enum.js","../node_modules/stylis/src/Serializer.js","../node_modules/stylis/src/Prefixer.js","../node_modules/stylis/src/Parser.js","../node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js","../node_modules/stylis/src/Middleware.js","../node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js","../node_modules/@emotion/hash/dist/hash.browser.esm.js","../node_modules/@emotion/unitless/dist/unitless.browser.esm.js","../node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js","../node_modules/@emotion/memoize/dist/emotion-memoize.browser.esm.js","../node_modules/react-select/node_modules/@emotion/react/dist/emotion-element-99289b21.browser.esm.js","../node_modules/react-select/node_modules/@emotion/react/dist/emotion-react.browser.esm.js","../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/@babel/runtime/helpers/esm/classCallCheck.js","../node_modules/@babel/runtime/helpers/esm/createClass.js","../node_modules/@babel/runtime/helpers/esm/inherits.js","../node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js","../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","../node_modules/@babel/runtime/helpers/esm/iterableToArray.js","../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","../node_modules/memoize-one/dist/memoize-one.esm.js","../node_modules/react-select/dist/stateManager-845a3300.esm.js","../node_modules/react-select/dist/react-select.esm.js","../node_modules/reactstrap/es/FormGroup.js","components/Checkbox.tsx","../node_modules/reactstrap/es/ListGroupItem.js","../node_modules/popper.js/src/utils/isBrowser.js","../node_modules/popper.js/src/utils/debounce.js","../node_modules/popper.js/src/utils/isFunction.js","../node_modules/popper.js/src/utils/getStyleComputedProperty.js","../node_modules/popper.js/src/utils/getParentNode.js","../node_modules/popper.js/src/utils/getScrollParent.js","../node_modules/popper.js/src/utils/getReferenceNode.js","../node_modules/popper.js/src/utils/isIE.js","../node_modules/popper.js/src/utils/getOffsetParent.js","../node_modules/popper.js/src/utils/getRoot.js","../node_modules/popper.js/src/utils/findCommonOffsetParent.js","../node_modules/popper.js/src/utils/isOffsetContainer.js","../node_modules/popper.js/src/utils/getScroll.js","../node_modules/popper.js/src/utils/getBordersSize.js","../node_modules/popper.js/src/utils/getWindowSizes.js","../node_modules/popper.js/src/utils/getClientRect.js","../node_modules/popper.js/src/utils/getBoundingClientRect.js","../node_modules/popper.js/src/utils/getOffsetRectRelativeToArbitraryNode.js","../node_modules/popper.js/src/utils/includeScroll.js","../node_modules/popper.js/src/utils/isFixed.js","../node_modules/popper.js/src/utils/getFixedPositionOffsetParent.js","../node_modules/popper.js/src/utils/getBoundaries.js","../node_modules/popper.js/src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js","../node_modules/popper.js/src/utils/computeAutoPlacement.js","../node_modules/popper.js/src/utils/getReferenceOffsets.js","../node_modules/popper.js/src/utils/getOuterSizes.js","../node_modules/popper.js/src/utils/getOppositePlacement.js","../node_modules/popper.js/src/utils/getPopperOffsets.js","../node_modules/popper.js/src/utils/find.js","../node_modules/popper.js/src/utils/runModifiers.js","../node_modules/popper.js/src/utils/findIndex.js","../node_modules/popper.js/src/methods/update.js","../node_modules/popper.js/src/utils/isModifierEnabled.js","../node_modules/popper.js/src/utils/getSupportedPropertyName.js","../node_modules/popper.js/src/methods/destroy.js","../node_modules/popper.js/src/utils/getWindow.js","../node_modules/popper.js/src/utils/setupEventListeners.js","../node_modules/popper.js/src/methods/enableEventListeners.js","../node_modules/popper.js/src/methods/disableEventListeners.js","../node_modules/popper.js/src/utils/removeEventListeners.js","../node_modules/popper.js/src/utils/isNumeric.js","../node_modules/popper.js/src/utils/setStyles.js","../node_modules/popper.js/src/modifiers/computeStyle.js","../node_modules/popper.js/src/utils/isModifierRequired.js","../node_modules/popper.js/src/methods/placements.js","../node_modules/popper.js/src/utils/clockwise.js","../node_modules/popper.js/src/modifiers/flip.js","../node_modules/popper.js/src/modifiers/offset.js","../node_modules/popper.js/src/modifiers/index.js","../node_modules/popper.js/src/modifiers/shift.js","../node_modules/popper.js/src/modifiers/preventOverflow.js","../node_modules/popper.js/src/modifiers/keepTogether.js","../node_modules/popper.js/src/modifiers/arrow.js","../node_modules/popper.js/src/utils/getOppositeVariation.js","../node_modules/popper.js/src/modifiers/inner.js","../node_modules/popper.js/src/modifiers/hide.js","../node_modules/popper.js/src/utils/getRoundedOffsets.js","../node_modules/popper.js/src/modifiers/applyStyle.js","../node_modules/popper.js/src/utils/setAttributes.js","../node_modules/popper.js/src/methods/defaults.js","../node_modules/popper.js/src/index.js","../node_modules/reactstrap/node_modules/react-popper/lib/esm/Manager.js","../node_modules/reactstrap/node_modules/react-popper/lib/esm/utils.js","../node_modules/reactstrap/node_modules/react-popper/lib/esm/Popper.js","../node_modules/reactstrap/es/PopperContent.js","../node_modules/reactstrap/es/TooltipPopoverWrapper.js","../node_modules/reactstrap/es/Tooltip.js","../node_modules/reactstrap/es/ListGroup.js","components/ListTree.tsx","../node_modules/reactstrap/es/InputGroup.js","../node_modules/reactstrap/es/InputGroupText.js","../node_modules/reactstrap/es/InputGroupAddon.js","../node_modules/@codemirror/state/dist/index.js","../node_modules/style-mod/src/style-mod.js","../node_modules/w3c-keyname/index.es.js","../node_modules/@codemirror/view/dist/index.js","../node_modules/@lezer/common/dist/index.js","../node_modules/@lezer/highlight/dist/index.js","../node_modules/@codemirror/language/dist/index.js","../node_modules/@codemirror/commands/dist/index.js","../node_modules/crelt/index.es.js","../node_modules/@codemirror/search/dist/index.js","../node_modules/@codemirror/lint/dist/index.js","../node_modules/@lezer/lr/dist/index.js","../node_modules/@prometheus-io/lezer-promql/dist/index.es.js","../../../../src/types/function.ts","../../../../src/types/matcher.ts","../../../../src/types/vector.ts","../../../../src/parser/matcher.ts","../../../../src/parser/path-finder.ts","../../../../src/parser/type.ts","../../../../src/parser/parser.ts","../../../../src/parser/vector.ts","../node_modules/@codemirror/autocomplete/dist/index.js","../../../../src/complete/promql.terms.ts","../../../../src/complete/hybrid.ts","../../../../src/client/prometheus.ts","../../../../src/complete/index.ts","../../../../src/lint/hybrid.ts","../../../../src/lint/index.ts","../../../src/promql.ts","pages/graph/CMTheme.tsx","contexts/ThemeContext.tsx","pages/graph/ExpressionInput.tsx","../node_modules/reactstrap/es/Form.js","../node_modules/reactstrap/es/ButtonGroup.js","../node_modules/tempusdominus-core/src/js/tempusdominus-core.js","pages/graph/TimeInput.tsx","pages/graph/GraphControls.tsx","../node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js","../node_modules/raf-schd/dist/raf-schd.esm.js","../node_modules/lodash-es/isObject.js","../node_modules/lodash-es/_freeGlobal.js","../node_modules/lodash-es/_root.js","../node_modules/lodash-es/now.js","../node_modules/lodash-es/_trimmedEndIndex.js","../node_modules/lodash-es/_baseTrim.js","../node_modules/lodash-es/_Symbol.js","../node_modules/lodash-es/_getRawTag.js","../node_modules/lodash-es/_objectToString.js","../node_modules/lodash-es/_baseGetTag.js","../node_modules/lodash-es/isObjectLike.js","../node_modules/lodash-es/isSymbol.js","../node_modules/lodash-es/toNumber.js","../node_modules/lodash-es/debounce.js","../node_modules/lodash-es/throttle.js","../node_modules/react-resize-detector/lib/esm/lib/utils.js","../node_modules/react-resize-detector/lib/esm/components/ChildWrapper.js","../node_modules/react-resize-detector/lib/esm/components/ResizeDetector.js","../node_modules/react-resize-detector/lib/esm/index.js","pages/graph/SeriesName.tsx","pages/graph/Legend.tsx","pages/graph/ColorPool.ts","pages/graph/GraphHelpers.ts","pages/graph/Graph.tsx","pages/graph/GraphTabContent.tsx","pages/graph/DataTable.tsx","pages/graph/QueryStatsView.tsx","thanos/config.ts","pages/graph/Panel.tsx","utils/index.ts","pages/alerts/CollapsibleAlertPanel.tsx","../node_modules/@nexucis/kvsearch/dist/esm/walk.js","../node_modules/@nexucis/kvsearch/dist/esm/search.js","../node_modules/react-infinite-scroll-component/node_modules/tslib/tslib.es6.js","../node_modules/react-infinite-scroll-component/node_modules/throttle-debounce/dist/index.esm.js","components/CustomInfiniteScroll.tsx","components/SearchBar.tsx","pages/alerts/AlertContents.tsx","pages/alerts/Alerts.tsx","pages/config/Config.tsx","pages/flags/Flags.tsx","pages/rules/RulesContent.tsx","pages/rules/Rules.tsx","components/ToggleMoreLess.tsx","pages/serviceDiscovery/LabelsTable.tsx","pages/serviceDiscovery/Services.tsx","pages/status/Status.tsx","pages/targets/Filter.tsx","pages/targets/target.ts","hooks/useLocalStorage.tsx","webpack://graph/./src/pages/targets/ScrapePoolPanel.module.css?897e","webpack://graph/./src/pages/targets/TargetLabels.module.css?5d11","pages/targets/TargetLabels.tsx","pages/targets/EndpointLink.tsx","pages/targets/ScrapePoolContent.tsx","pages/targets/ScrapePoolList.tsx","pages/targets/Targets.tsx","pages/graph/PanelList.tsx","pages/tsdbStatus/TSDBStatus.tsx","webpack://graph/./src/thanos/pages/notFound/NotFound.module.css?9930","thanos/pages/notFound/NotFound.tsx","../node_modules/reactstrap/es/Navbar.js","../node_modules/reactstrap/es/NavbarToggler.js","../node_modules/reactstrap/es/DropdownContext.js","../node_modules/reactstrap/es/Dropdown.js","../node_modules/reactstrap/es/UncontrolledDropdown.js","../node_modules/reactstrap/node_modules/react-popper/lib/esm/Reference.js","../node_modules/reactstrap/es/DropdownToggle.js","../node_modules/reactstrap/es/DropdownMenu.js","../node_modules/reactstrap/es/DropdownItem.js","Theme.tsx","thanos/Navbar.tsx","thanos/pages/stores/StoreLabels.tsx","thanos/pages/stores/StorePoolPanel.tsx","thanos/pages/stores/Stores.tsx","../node_modules/reactstrap/es/UncontrolledCollapse.js","webpack://graph/./src/thanos/pages/errorBoundary/ErrorBoundary.module.css?4168","thanos/pages/errorBoundary/ErrorBoundary.tsx","webpack://graph/./src/thanos/pages/blocks/blocks.module.css?726c","thanos/pages/blocks/BlockSpan.tsx","thanos/pages/blocks/helpers.ts","thanos/pages/blocks/SourceView.tsx","../node_modules/reactstrap/es/Portal.js","../node_modules/reactstrap/es/Modal.js","../node_modules/reactstrap/es/ModalBody.js","../node_modules/reactstrap/es/ModalHeader.js","../node_modules/reactstrap/es/ModalFooter.js","thanos/pages/blocks/BlockDetails.tsx","thanos/pages/blocks/BlockSearchInput.tsx","thanos/pages/blocks/BlockFilterCompaction.tsx","../node_modules/@babel/runtime/helpers/esm/objectSpread2.js","../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","../node_modules/@babel/runtime/helpers/esm/createSuper.js","../node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js","../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","../node_modules/rc-slider/node_modules/rc-util/es/warning.js","../node_modules/rc-slider/es/common/Track.js","../node_modules/@babel/runtime/helpers/esm/get.js","../node_modules/@babel/runtime/helpers/esm/superPropBase.js","../node_modules/rc-slider/node_modules/rc-util/es/Dom/addEventListener.js","../node_modules/rc-slider/es/common/Steps.js","../node_modules/rc-slider/es/common/Marks.js","../node_modules/rc-slider/es/Handle.js","../node_modules/rc-slider/node_modules/rc-util/es/KeyCode.js","../node_modules/rc-slider/es/utils.js","../node_modules/rc-slider/es/common/createSlider.js","../node_modules/rc-slider/es/Slider.js","../node_modules/rc-slider/es/Range.js","../node_modules/rc-slider/node_modules/rc-util/es/raf.js","../node_modules/rc-slider/node_modules/rc-util/es/Dom/contains.js","../node_modules/rc-slider/node_modules/rc-util/es/Dom/findDOMNode.js","../node_modules/rc-slider/node_modules/rc-util/es/ref.js","../node_modules/rc-slider/node_modules/rc-util/es/Dom/canUseDom.js","../node_modules/rc-slider/node_modules/rc-util/es/Portal.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/utils/alignUtil.js","../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/util/motion.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/interface.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useState.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useStepQueue.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useNextFrame.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useDomMotionEvents.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/DomWrapper.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/CSSMotion.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/hooks/useStatus.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/util/diff.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/CSSMotionList.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-motion/es/index.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/utils/legacyUtil.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/Mask.js","../node_modules/src/propertyUtils.js","../node_modules/src/utils.js","../node_modules/src/getOffsetParent.js","../node_modules/src/isAncestorFixed.js","../node_modules/src/getVisibleRectForElement.js","../node_modules/src/getRegion.js","../node_modules/src/getAlignOffset.js","../node_modules/src/getElFuturePos.js","../node_modules/src/align/align.js","../node_modules/src/adjustForViewport.js","../node_modules/src/align/alignElement.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-align/es/util.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-align/es/Align.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-align/es/hooks/useBuffer.js","../node_modules/rc-slider/node_modules/rc-util/es/Dom/isVisible.js","../node_modules/src/align/alignPoint.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/node_modules/rc-align/es/index.js","../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/useVisibleStatus.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/PopupInner.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/useStretchStyle.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/MobilePopupInner.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/Popup/index.js","../node_modules/rc-slider/node_modules/rc-util/es/isMobile.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/context.js","../node_modules/rc-slider/node_modules/rc-tooltip/node_modules/rc-trigger/es/index.js","../node_modules/rc-slider/node_modules/rc-tooltip/es/placements.js","../node_modules/rc-slider/node_modules/rc-tooltip/es/Content.js","../node_modules/rc-slider/node_modules/rc-tooltip/es/Tooltip.js","../node_modules/rc-slider/node_modules/rc-tooltip/es/index.js","../node_modules/rc-slider/es/common/SliderTooltip.js","../node_modules/rc-slider/es/index.js","../node_modules/rc-slider/es/createSliderWithTooltip.js","thanos/pages/blocks/TimeRange.tsx","thanos/pages/blocks/Blocks.tsx","App.tsx","index.tsx"],"sourcesContent":["function _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n \"default\": obj\n };\n}\n\nmodule.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","module.exports = require(\"regenerator-runtime\");\n","/**\n *\n * THIS FILE WAS COPIED INTO THANOS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n/* Flot plugin for showing crosshairs when the mouse hovers over the plot.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nThe plugin supports these options:\n\n\tcrosshair: {\n\t\tmode: null or \"x\" or \"y\" or \"xy\"\n\t\tcolor: color\n\t\tlineWidth: number\n\t}\n\nSet the mode to one of \"x\", \"y\" or \"xy\". The \"x\" mode enables a vertical\ncrosshair that lets you trace the values on the x axis, \"y\" enables a\nhorizontal crosshair and \"xy\" enables them both. \"color\" is the color of the\ncrosshair (default is \"rgba(170, 0, 0, 0.80)\"), \"lineWidth\" is the width of\nthe drawn lines (default is 1).\n\nThe plugin also adds four public methods:\n\n - setCrosshair( pos )\n\n Set the position of the crosshair. Note that this is cleared if the user\n moves the mouse. \"pos\" is in coordinates of the plot and should be on the\n form { x: xpos, y: ypos } (you can use x2/x3/... if you're using multiple\n axes), which is coincidentally the same format as what you get from a\n \"plothover\" event. If \"pos\" is null, the crosshair is cleared.\n\n - clearCrosshair()\n\n Clear the crosshair.\n\n - lockCrosshair(pos)\n\n Cause the crosshair to lock to the current location, no longer updating if\n the user moves the mouse. Optionally supply a position (passed on to\n setCrosshair()) to move it to.\n\n Example usage:\n\n\tvar myFlot = $.plot( $(\"#graph\"), ..., { crosshair: { mode: \"x\" } } };\n\t$(\"#graph\").bind( \"plothover\", function ( evt, position, item ) {\n\t\tif ( item ) {\n\t\t\t// Lock the crosshair to the data point being hovered\n\t\t\tmyFlot.lockCrosshair({\n\t\t\t\tx: item.datapoint[ 0 ],\n\t\t\t\ty: item.datapoint[ 1 ]\n\t\t\t});\n\t\t} else {\n\t\t\t// Return normal crosshair operation\n\t\t\tmyFlot.unlockCrosshair();\n\t\t}\n\t});\n\n - unlockCrosshair()\n\n Free the crosshair to move again after locking it.\n*/\n\n(function($) {\n const options = {\n crosshair: {\n mode: null, // one of null, \"x\", \"y\" or \"xy\",\n color: 'rgba(170, 0, 0, 0.80)',\n lineWidth: 1,\n },\n };\n\n function init(plot) {\n // position of crosshair in pixels\n const crosshair = { x: -1, y: -1, locked: false };\n\n plot.setCrosshair = function setCrosshair(pos) {\n if (!pos) crosshair.x = -1;\n else {\n const o = plot.p2c(pos);\n crosshair.x = Math.max(0, Math.min(o.left, plot.width()));\n crosshair.y = Math.max(0, Math.min(o.top, plot.height()));\n }\n\n plot.triggerRedrawOverlay();\n };\n\n plot.clearCrosshair = plot.setCrosshair; // passes null for pos\n\n plot.lockCrosshair = function lockCrosshair(pos) {\n if (pos) plot.setCrosshair(pos);\n crosshair.locked = true;\n };\n\n plot.unlockCrosshair = function unlockCrosshair() {\n crosshair.locked = false;\n };\n\n function onMouseOut() {\n if (crosshair.locked) return;\n\n if (crosshair.x != -1) {\n crosshair.x = -1;\n plot.triggerRedrawOverlay();\n }\n }\n\n function onMouseMove(e) {\n if (crosshair.locked) return;\n\n if (plot.getSelection && plot.getSelection()) {\n crosshair.x = -1; // hide the crosshair while selecting\n return;\n }\n\n const offset = plot.offset();\n crosshair.x = Math.max(0, Math.min(e.pageX - offset.left, plot.width()));\n crosshair.y = Math.max(0, Math.min(e.pageY - offset.top, plot.height()));\n plot.triggerRedrawOverlay();\n }\n\n plot.hooks.bindEvents.push(function(plot, eventHolder) {\n if (!plot.getOptions().crosshair.mode) return;\n\n eventHolder.mouseout(onMouseOut);\n eventHolder.mousemove(onMouseMove);\n });\n\n plot.hooks.drawOverlay.push(function(plot, ctx) {\n const c = plot.getOptions().crosshair;\n if (!c.mode) return;\n\n const plotOffset = plot.getPlotOffset();\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n if (crosshair.x != -1) {\n const adj = plot.getOptions().crosshair.lineWidth % 2 ? 0.5 : 0;\n\n ctx.strokeStyle = c.color;\n ctx.lineWidth = c.lineWidth;\n ctx.lineJoin = 'round';\n\n ctx.beginPath();\n if (c.mode.indexOf('x') != -1) {\n const drawX = Math.floor(crosshair.x) + adj;\n ctx.moveTo(drawX, 0);\n ctx.lineTo(drawX, plot.height());\n }\n if (c.mode.indexOf('y') != -1) {\n const drawY = Math.floor(crosshair.y) + adj;\n ctx.moveTo(0, drawY);\n ctx.lineTo(plot.width(), drawY);\n }\n ctx.stroke();\n }\n ctx.restore();\n });\n\n plot.hooks.shutdown.push(function(plot, eventHolder) {\n eventHolder.unbind('mouseout', onMouseOut);\n eventHolder.unbind('mousemove', onMouseMove);\n });\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'crosshair',\n version: '1.0',\n });\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO THANOS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n/* Javascript plotting library for jQuery, version 0.8.3.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\n*/\n\n// first an inline dependency, jquery.colorhelpers.js, we inline it here\n// for convenience\n\n/* Plugin for jQuery for working with colors.\n *\n * Version 1.1.\n *\n * Inspiration from jQuery color animation plugin by John Resig.\n *\n * Released under the MIT license by Ole Laursen, October 2009.\n *\n * Examples:\n *\n * $.color.parse(\"#fff\").scale('rgb', 0.25).add('a', -0.5).toString()\n * var c = $.color.extract($(\"#mydiv\"), 'background-color');\n * console.log(c.r, c.g, c.b, c.a);\n * $.color.make(100, 50, 25, 0.4).toString() // returns \"rgba(100,50,25,0.4)\"\n *\n * Note that .scale() and .add() return the same modified object\n * instead of making a new one.\n *\n * V. 1.1: Fix error handling so e.g. parsing an empty string does\n * produce a color rather than just crashing.\n */\n\n(function($) {\n $.color = {};\n $.color.make = function(r, g, b, a) {\n var o = {};\n o.r = r || 0;\n o.g = g || 0;\n o.b = b || 0;\n o.a = a != null ? a : 1;\n o.add = function(c, d) {\n for (var i = 0; i < c.length; ++i) o[c.charAt(i)] += d;\n return o.normalize();\n };\n o.scale = function(c, f) {\n for (var i = 0; i < c.length; ++i) o[c.charAt(i)] *= f;\n return o.normalize();\n };\n o.toString = function() {\n if (o.a >= 1) {\n return 'rgb(' + [o.r, o.g, o.b].join(',') + ')';\n } else {\n return 'rgba(' + [o.r, o.g, o.b, o.a].join(',') + ')';\n }\n };\n o.normalize = function() {\n function clamp(min, value, max) {\n return value < min ? min : value > max ? max : value;\n }\n o.r = clamp(0, parseInt(o.r), 255);\n o.g = clamp(0, parseInt(o.g), 255);\n o.b = clamp(0, parseInt(o.b), 255);\n o.a = clamp(0, o.a, 1);\n return o;\n };\n o.clone = function() {\n return $.color.make(o.r, o.b, o.g, o.a);\n };\n return o.normalize();\n };\n $.color.extract = function(elem, css) {\n var c;\n do {\n c = elem.css(css).toLowerCase();\n if (c != '' && c != 'transparent') break;\n elem = elem.parent();\n } while (elem.length && !$.nodeName(elem.get(0), 'body'));\n if (c == 'rgba(0, 0, 0, 0)') c = 'transparent';\n return $.color.parse(c);\n };\n $.color.parse = function(str) {\n var res,\n m = $.color.make;\n if ((res = /rgb\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*\\)/.exec(str)))\n return m(parseInt(res[1], 10), parseInt(res[2], 10), parseInt(res[3], 10));\n if ((res = /rgba\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\s*\\)/.exec(str)))\n return m(parseInt(res[1], 10), parseInt(res[2], 10), parseInt(res[3], 10), parseFloat(res[4]));\n if ((res = /rgb\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*\\)/.exec(str)))\n return m(parseFloat(res[1]) * 2.55, parseFloat(res[2]) * 2.55, parseFloat(res[3]) * 2.55);\n if (\n (res = /rgba\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\s*\\)/.exec(\n str\n ))\n )\n return m(parseFloat(res[1]) * 2.55, parseFloat(res[2]) * 2.55, parseFloat(res[3]) * 2.55, parseFloat(res[4]));\n if ((res = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str)))\n return m(parseInt(res[1], 16), parseInt(res[2], 16), parseInt(res[3], 16));\n if ((res = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str)))\n return m(parseInt(res[1] + res[1], 16), parseInt(res[2] + res[2], 16), parseInt(res[3] + res[3], 16));\n var name = $.trim(str).toLowerCase();\n if (name == 'transparent') return m(255, 255, 255, 0);\n else {\n res = lookupColors[name] || [0, 0, 0];\n return m(res[0], res[1], res[2]);\n }\n };\n var lookupColors = {\n aqua: [0, 255, 255],\n azure: [240, 255, 255],\n beige: [245, 245, 220],\n black: [0, 0, 0],\n blue: [0, 0, 255],\n brown: [165, 42, 42],\n cyan: [0, 255, 255],\n darkblue: [0, 0, 139],\n darkcyan: [0, 139, 139],\n darkgrey: [169, 169, 169],\n darkgreen: [0, 100, 0],\n darkkhaki: [189, 183, 107],\n darkmagenta: [139, 0, 139],\n darkolivegreen: [85, 107, 47],\n darkorange: [255, 140, 0],\n darkorchid: [153, 50, 204],\n darkred: [139, 0, 0],\n darksalmon: [233, 150, 122],\n darkviolet: [148, 0, 211],\n fuchsia: [255, 0, 255],\n gold: [255, 215, 0],\n green: [0, 128, 0],\n indigo: [75, 0, 130],\n khaki: [240, 230, 140],\n lightblue: [173, 216, 230],\n lightcyan: [224, 255, 255],\n lightgreen: [144, 238, 144],\n lightgrey: [211, 211, 211],\n lightpink: [255, 182, 193],\n lightyellow: [255, 255, 224],\n lime: [0, 255, 0],\n magenta: [255, 0, 255],\n maroon: [128, 0, 0],\n navy: [0, 0, 128],\n olive: [128, 128, 0],\n orange: [255, 165, 0],\n pink: [255, 192, 203],\n purple: [128, 0, 128],\n violet: [128, 0, 128],\n red: [255, 0, 0],\n silver: [192, 192, 192],\n white: [255, 255, 255],\n yellow: [255, 255, 0],\n };\n})(window.jQuery);\n\n// the actual Flot code\n(function($) {\n // Cache the prototype hasOwnProperty for faster access\n\n let hasOwnProperty = Object.prototype.hasOwnProperty;\n\n // A shim to provide 'detach' to jQuery versions prior to 1.4. Using a DOM\n // operation produces the same effect as detach, i.e. removing the element\n // without touching its jQuery data.\n\n // Do not merge this into Flot 0.9, since it requires jQuery 1.4.4+.\n\n if (!$.fn.detach) {\n $.fn.detach = function() {\n return this.each(function() {\n if (this.parentNode) {\n this.parentNode.removeChild(this);\n }\n });\n };\n }\n\n ///////////////////////////////////////////////////////////////////////////\n // The Canvas object is a wrapper around an HTML5 tag.\n //\n // @constructor\n // @param {string} cls List of classes to apply to the canvas.\n // @param {element} container Element onto which to append the canvas.\n //\n // Requiring a container is a little iffy, but unfortunately canvas\n // operations don't work unless the canvas is attached to the DOM.\n\n function Canvas(cls, container) {\n var element = container.children('.' + cls)[0];\n\n if (element == null) {\n element = document.createElement('canvas');\n element.className = cls;\n\n $(element)\n .css({ direction: 'ltr', position: 'absolute', left: 0, top: 0 })\n .appendTo(container);\n\n // If HTML5 Canvas isn't available, fall back to [Ex|Flash]canvas\n\n if (!element.getContext) {\n if (window.G_vmlCanvasManager) {\n element = window.G_vmlCanvasManager.initElement(element);\n } else {\n throw new Error(\n \"Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.\"\n );\n }\n }\n }\n\n this.element = element;\n\n var context = (this.context = element.getContext('2d'));\n\n // Determine the screen's ratio of physical to device-independent\n // pixels. This is the ratio between the canvas width that the browser\n // advertises and the number of pixels actually present in that space.\n\n // The iPhone 4, for example, has a device-independent width of 320px,\n // but its screen is actually 640px wide. It therefore has a pixel\n // ratio of 2, while most normal devices have a ratio of 1.\n\n let devicePixelRatio = window.devicePixelRatio || 1,\n backingStoreRatio =\n context.webkitBackingStorePixelRatio ||\n context.mozBackingStorePixelRatio ||\n context.msBackingStorePixelRatio ||\n context.oBackingStorePixelRatio ||\n context.backingStorePixelRatio ||\n 1;\n\n this.pixelRatio = devicePixelRatio / backingStoreRatio;\n\n // Size the canvas to match the internal dimensions of its container\n\n this.resize(container.width(), container.height());\n\n // Collection of HTML div layers for text overlaid onto the canvas\n\n this.textContainer = null;\n this.text = {};\n\n // Cache of text fragments and metrics, so we can avoid expensively\n // re-calculating them when the plot is re-rendered in a loop.\n\n this._textCache = {};\n this._textSizeCache = window.flotTextSizeCache = window.flotTextSizeCache || {};\n }\n\n // Resizes the canvas to the given dimensions.\n //\n // @param {number} width New width of the canvas, in pixels.\n // @param {number} width New height of the canvas, in pixels.\n\n Canvas.prototype.resize = function(width, height) {\n if (width <= 0 || height <= 0) {\n throw new Error('Invalid dimensions for plot, width = ' + width + ', height = ' + height);\n }\n\n let element = this.element,\n context = this.context,\n pixelRatio = this.pixelRatio;\n\n // Resize the canvas, increasing its density based on the display's\n // pixel ratio; basically giving it more pixels without increasing the\n // size of its element, to take advantage of the fact that retina\n // displays have that many more pixels in the same advertised space.\n\n // Resizing should reset the state (excanvas seems to be buggy though)\n\n if (this.width != width) {\n element.width = width * pixelRatio;\n element.style.width = width + 'px';\n this.width = width;\n }\n\n if (this.height != height) {\n element.height = height * pixelRatio;\n element.style.height = height + 'px';\n this.height = height;\n }\n\n // Save the context, so we can reset in case we get replotted. The\n // restore ensure that we're really back at the initial state, and\n // should be safe even if we haven't saved the initial state yet.\n\n context.restore();\n context.save();\n\n // Scale the coordinate space to match the display density; so even though we\n // may have twice as many pixels, we still want lines and other drawing to\n // appear at the same size; the extra pixels will just make them crisper.\n\n context.scale(pixelRatio, pixelRatio);\n };\n\n // Clears the entire canvas area, not including any overlaid HTML text\n\n Canvas.prototype.clear = function() {\n this.context.clearRect(0, 0, this.width, this.height);\n };\n\n // Finishes rendering the canvas, including managing the text overlay.\n\n Canvas.prototype.render = function() {\n let cache = this._textCache;\n\n // For each text layer, add elements marked as active that haven't\n // already been rendered, and remove those that are no longer active.\n\n for (let layerKey in cache) {\n if (hasOwnProperty.call(cache, layerKey)) {\n let layer = this.getTextLayer(layerKey),\n layerCache = cache[layerKey];\n\n layer.hide();\n\n for (let styleKey in layerCache) {\n if (hasOwnProperty.call(layerCache, styleKey)) {\n let styleCache = layerCache[styleKey];\n for (let key in styleCache) {\n if (hasOwnProperty.call(styleCache, key)) {\n let positions = styleCache[key].positions;\n\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.active) {\n if (!position.rendered) {\n layer.append(position.element);\n position.rendered = true;\n }\n } else {\n positions.splice(i--, 1);\n if (position.rendered) {\n position.element.detach();\n }\n }\n }\n\n if (positions.length == 0) {\n delete styleCache[key];\n }\n }\n }\n }\n }\n\n layer.show();\n }\n }\n };\n\n // Creates (if necessary) and returns the text overlay container.\n //\n // @param {string} classes String of space-separated CSS classes used to\n // uniquely identify the text layer.\n // @return {object} The jQuery-wrapped text-layer div.\n\n Canvas.prototype.getTextLayer = function(classes) {\n let layer = this.text[classes];\n\n // Create the text layer if it doesn't exist\n\n if (layer == null) {\n // Create the text layer container, if it doesn't exist\n\n if (this.textContainer == null) {\n this.textContainer = $(\"
\")\n .css({\n position: 'absolute',\n top: 0,\n left: 0,\n bottom: 0,\n right: 0,\n 'font-size': 'smaller',\n color: '#545454',\n })\n .insertAfter(this.element);\n }\n\n layer = this.text[classes] = $('
')\n .addClass(classes)\n .css({\n position: 'absolute',\n top: 0,\n left: 0,\n bottom: 0,\n right: 0,\n })\n .appendTo(this.textContainer);\n }\n\n return layer;\n };\n\n // Creates (if necessary) and returns a text info object.\n //\n // The object looks like this:\n //\n // {\n // width: Width of the text's wrapper div.\n // height: Height of the text's wrapper div.\n // element: The jQuery-wrapped HTML div containing the text.\n // positions: Array of positions at which this text is drawn.\n // }\n //\n // The positions array contains objects that look like this:\n //\n // {\n // active: Flag indicating whether the text should be visible.\n // rendered: Flag indicating whether the text is currently visible.\n // element: The jQuery-wrapped HTML div containing the text.\n // x: X coordinate at which to draw the text.\n // y: Y coordinate at which to draw the text.\n // }\n //\n // Each position after the first receives a clone of the original element.\n //\n // The idea is that that the width, height, and general 'identity' of the\n // text is constant no matter where it is placed; the placements are a\n // secondary property.\n //\n // Canvas maintains a cache of recently-used text info objects; getTextInfo\n // either returns the cached element or creates a new entry.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {string} text Text string to retrieve info for.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which to rotate the text, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n // @param {number=} width Maximum width of the text before it wraps.\n // @return {object} a text info object.\n\n Canvas.prototype.getTextInfo = function(layer, text, font, angle, width) {\n let textStyle, layerCache, styleCache, info;\n\n // Cast the value to a string, in case we were given a number or such\n\n text = '' + text;\n\n // If the font is a font-spec object, generate a CSS font definition\n\n if (typeof font === 'object') {\n textStyle =\n font.style +\n ' ' +\n font.variant +\n ' ' +\n font.weight +\n ' ' +\n font.size +\n 'px/' +\n font.lineHeight +\n 'px ' +\n font.family;\n } else {\n textStyle = font;\n }\n\n // Retrieve (or create) the cache for the text's layer and styles\n\n layerCache = this._textCache[layer];\n\n if (layerCache == null) {\n layerCache = this._textCache[layer] = {};\n }\n\n styleCache = layerCache[textStyle];\n\n if (styleCache == null) {\n styleCache = layerCache[textStyle] = {};\n }\n\n info = styleCache[text];\n\n // If we can't find a matching element in our cache, create a new one\n\n if (info == null) {\n var element = $('
')\n .html(text)\n .css({\n position: 'absolute',\n 'max-width': width,\n top: -9999,\n })\n .appendTo(this.getTextLayer(layer));\n\n if (typeof font === 'object') {\n element.css({\n font: textStyle,\n color: font.color,\n });\n } else if (typeof font === 'string') {\n element.addClass(font);\n }\n\n info = styleCache[text] = { element: element, positions: [] };\n\n let size = this._textSizeCache[text];\n if (size) {\n info.width = size.width;\n info.height = size.height;\n } else {\n info.width = element.outerWidth(true);\n info.height = element.outerHeight(true);\n this._textSizeCache[text] = { width: info.width, height: info.height };\n }\n element.detach();\n }\n\n return info;\n };\n\n // Adds a text string to the canvas text overlay.\n //\n // The text isn't drawn immediately; it is marked as rendering, which will\n // result in its addition to the canvas on the next render pass.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {number} x X coordinate at which to draw the text.\n // @param {number} y Y coordinate at which to draw the text.\n // @param {string} text Text string to draw.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which to rotate the text, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n // @param {number=} width Maximum width of the text before it wraps.\n // @param {string=} halign Horizontal alignment of the text; either \"left\",\n // \"center\" or \"right\".\n // @param {string=} valign Vertical alignment of the text; either \"top\",\n // \"middle\" or \"bottom\".\n\n Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) {\n let info = this.getTextInfo(layer, text, font, angle, width),\n positions = info.positions;\n\n // Tweak the div's position to match the text's alignment\n\n if (halign == 'center') {\n x -= info.width / 2;\n } else if (halign == 'right') {\n x -= info.width;\n }\n\n if (valign == 'middle') {\n y -= info.height / 2;\n } else if (valign == 'bottom') {\n y -= info.height;\n }\n\n // Determine whether this text already exists at this position.\n // If so, mark it for inclusion in the next render pass.\n\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.x == x && position.y == y) {\n position.active = true;\n return;\n }\n }\n\n // If the text doesn't exist at this position, create a new entry\n\n // For the very first position we'll re-use the original element,\n // while for subsequent ones we'll clone it.\n\n position = {\n active: true,\n rendered: false,\n element: positions.length ? info.element.clone() : info.element,\n x: x,\n y: y,\n };\n\n positions.push(position);\n\n // Move the element to its final position within the container\n\n position.element.css({\n top: Math.round(y),\n left: Math.round(x),\n 'text-align': halign, // In case the text wraps\n });\n };\n\n // Removes one or more text strings from the canvas text overlay.\n //\n // If no parameters are given, all text within the layer is removed.\n //\n // Note that the text is not immediately removed; it is simply marked as\n // inactive, which will result in its removal on the next render pass.\n // This avoids the performance penalty for 'clear and redraw' behavior,\n // where we potentially get rid of all text on a layer, but will likely\n // add back most or all of it later, as when redrawing axes, for example.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {number=} x X coordinate of the text.\n // @param {number=} y Y coordinate of the text.\n // @param {string=} text Text string to remove.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which the text is rotated, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n\n Canvas.prototype.removeText = function(layer, x, y, text, font, angle) {\n if (text == null) {\n let layerCache = this._textCache[layer];\n if (layerCache != null) {\n for (let styleKey in layerCache) {\n if (hasOwnProperty.call(layerCache, styleKey)) {\n let styleCache = layerCache[styleKey];\n for (let key in styleCache) {\n if (hasOwnProperty.call(styleCache, key)) {\n var positions = styleCache[key].positions;\n for (var i = 0, position; (position = positions[i]); i++) {\n position.active = false;\n }\n }\n }\n }\n }\n }\n } else {\n var positions = this.getTextInfo(layer, text, font, angle).positions;\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.x == x && position.y == y) {\n position.active = false;\n }\n }\n }\n };\n\n ///////////////////////////////////////////////////////////////////////////\n // The top-level container for the entire plot.\n\n function Plot(placeholder, data_, options_, plugins) {\n // data is on the form:\n // [ series1, series2 ... ]\n // where series is either just the data as [ [x1, y1], [x2, y2], ... ]\n // or { data: [ [x1, y1], [x2, y2], ... ], label: \"some label\", ... }\n\n let series = [],\n options = {\n // the color theme used for graphs\n colors: ['#edc240', '#afd8f8', '#cb4b4b', '#4da74d', '#9440ed'],\n legend: {\n show: true,\n noColumns: 1, // number of colums in legend table\n labelFormatter: null, // fn: string -> string\n labelBoxBorderColor: '#ccc', // border color for the little label boxes\n container: null, // container (as jQuery object) to put legend in, null means default on top of graph\n position: 'ne', // position of default legend container within plot\n margin: 5, // distance from grid edge to default legend container within plot\n backgroundColor: null, // null means auto-detect\n backgroundOpacity: 0.85, // set to 0 to avoid background\n sorted: null, // default to no legend sorting\n },\n xaxis: {\n show: null, // null = auto-detect, true = always, false = never\n position: 'bottom', // or \"top\"\n mode: null, // null or \"time\"\n font: null, // null (derived from CSS in placeholder) or object like { size: 11, lineHeight: 13, style: \"italic\", weight: \"bold\", family: \"sans-serif\", variant: \"small-caps\" }\n color: null, // base color, labels, ticks\n tickColor: null, // possibly different color of ticks, e.g. \"rgba(0,0,0,0.15)\"\n transform: null, // null or f: number -> number to transform axis\n inverseTransform: null, // if transform is set, this should be the inverse function\n min: null, // min. value to show, null means set automatically\n max: null, // max. value to show, null means set automatically\n autoscaleMargin: null, // margin in % to add if auto-setting min/max\n ticks: null, // either [1, 3] or [[1, \"a\"], 3] or (fn: axis info -> ticks) or app. number of ticks for auto-ticks\n tickFormatter: null, // fn: number -> string\n labelWidth: null, // size of tick labels in pixels\n labelHeight: null,\n reserveSpace: null, // whether to reserve space even if axis isn't shown\n tickLength: null, // size in pixels of ticks, or \"full\" for whole line\n alignTicksWithAxis: null, // axis number or null for no sync\n tickDecimals: null, // no. of decimals, null means auto\n tickSize: null, // number or [number, \"unit\"]\n minTickSize: null, // number or [number, \"unit\"]\n },\n yaxis: {\n autoscaleMargin: 0.02,\n position: 'left', // or \"right\"\n },\n xaxes: [],\n yaxes: [],\n series: {\n points: {\n show: false,\n radius: 3,\n lineWidth: 2, // in pixels\n fill: true,\n fillColor: '#ffffff',\n symbol: 'circle', // or callback\n },\n lines: {\n // we don't put in show: false so we can see\n // whether lines were actively disabled\n lineWidth: 2, // in pixels\n fill: false,\n fillColor: null,\n steps: false,\n // Omit 'zero', so we can later default its value to\n // match that of the 'fill' option.\n },\n bars: {\n show: false,\n lineWidth: 2, // in pixels\n barWidth: 1, // in units of the x axis\n fill: true,\n fillColor: null,\n align: 'left', // \"left\", \"right\", or \"center\"\n horizontal: false,\n zero: true,\n },\n shadowSize: 3,\n highlightColor: null,\n },\n grid: {\n show: true,\n aboveData: false,\n color: '#545454', // primary color used for outline and labels\n backgroundColor: null, // null for transparent, else color\n borderColor: null, // set if different from the grid color\n tickColor: null, // color for the ticks, e.g. \"rgba(0,0,0,0.15)\"\n margin: 0, // distance from the canvas edge to the grid\n labelMargin: 5, // in pixels\n eventSectionHeight: 0, // space for event section\n axisMargin: 8, // in pixels\n borderWidth: 2, // in pixels\n minBorderMargin: null, // in pixels, null means taken from points radius\n markings: null, // array of ranges or fn: axes -> array of ranges\n markingsColor: '#f4f4f4',\n markingsLineWidth: 2,\n // interactive stuff\n clickable: false,\n hoverable: false,\n autoHighlight: true, // highlight in case mouse is near\n mouseActiveRadius: 10, // how far the mouse can be away to activate an item\n },\n interaction: {\n redrawOverlayInterval: 1000 / 60, // time between updates, -1 means in same flow\n },\n hooks: {},\n },\n surface = null, // the canvas for the plot itself\n overlay = null, // canvas for interactive stuff on top of plot\n eventHolder = null, // jQuery object that events should be bound to\n ctx = null,\n octx = null,\n xaxes = [],\n yaxes = [],\n plotOffset = { left: 0, right: 0, top: 0, bottom: 0 },\n plotWidth = 0,\n plotHeight = 0,\n hooks = {\n processOptions: [],\n processRawData: [],\n processDatapoints: [],\n processOffset: [],\n processRange: [],\n drawBackground: [],\n drawSeries: [],\n draw: [],\n bindEvents: [],\n drawOverlay: [],\n shutdown: [],\n },\n plot = this;\n\n // public functions\n plot.setData = setData;\n plot.setupGrid = setupGrid;\n plot.draw = draw;\n plot.getPlaceholder = function() {\n return placeholder;\n };\n plot.getCanvas = function() {\n return surface.element;\n };\n plot.getPlotOffset = function() {\n return plotOffset;\n };\n plot.width = function() {\n return plotWidth;\n };\n plot.height = function() {\n return plotHeight;\n };\n plot.offset = function() {\n let o = eventHolder.offset();\n o.left += plotOffset.left;\n o.top += plotOffset.top;\n return o;\n };\n plot.getData = function() {\n return series;\n };\n plot.getAxes = function() {\n var res = {};\n $.each(xaxes.concat(yaxes), function(_, axis) {\n if (axis) res[axis.direction + (axis.n != 1 ? axis.n : '') + 'axis'] = axis;\n });\n return res;\n };\n plot.getXAxes = function() {\n return xaxes;\n };\n plot.getYAxes = function() {\n return yaxes;\n };\n plot.c2p = canvasToAxisCoords;\n plot.p2c = axisToCanvasCoords;\n plot.getOptions = function() {\n return options;\n };\n plot.highlight = highlight;\n plot.unhighlight = unhighlight;\n plot.triggerRedrawOverlay = triggerRedrawOverlay;\n plot.pointOffset = function(point) {\n return {\n left: parseInt(xaxes[axisNumber(point, 'x') - 1].p2c(+point.x) + plotOffset.left, 10),\n top: parseInt(yaxes[axisNumber(point, 'y') - 1].p2c(+point.y) + plotOffset.top, 10),\n };\n };\n plot.shutdown = shutdown;\n plot.destroy = function() {\n shutdown();\n placeholder.removeData('plot').empty();\n\n series = [];\n options = null;\n surface = null;\n overlay = null;\n eventHolder = null;\n ctx = null;\n octx = null;\n xaxes = [];\n yaxes = [];\n hooks = null;\n highlights = [];\n plot = null;\n };\n plot.resize = function() {\n let width = placeholder.width(),\n height = placeholder.height();\n surface.resize(width, height);\n overlay.resize(width, height);\n };\n\n // public attributes\n plot.hooks = hooks;\n\n // initialize\n initPlugins(plot);\n parseOptions(options_);\n setupCanvases();\n setData(data_);\n setupGrid();\n draw();\n bindEvents();\n\n function executeHooks(hook, args) {\n args = [plot].concat(args);\n for (var i = 0; i < hook.length; ++i) hook[i].apply(this, args);\n }\n\n function initPlugins() {\n // References to key classes, allowing plugins to modify them\n\n let classes = {\n Canvas: Canvas,\n };\n\n for (let i = 0; i < plugins.length; ++i) {\n let p = plugins[i];\n p.init(plot, classes);\n if (p.options) $.extend(true, options, p.options);\n }\n }\n\n function parseOptions(opts) {\n $.extend(true, options, opts);\n\n // $.extend merges arrays, rather than replacing them. When less\n // colors are provided than the size of the default palette, we\n // end up with those colors plus the remaining defaults, which is\n // not expected behavior; avoid it by replacing them here.\n\n if (opts && opts.colors) {\n options.colors = opts.colors;\n }\n\n if (options.xaxis.color == null)\n options.xaxis.color = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n if (options.yaxis.color == null)\n options.yaxis.color = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n\n if (options.xaxis.tickColor == null)\n // grid.tickColor for back-compatibility\n options.xaxis.tickColor = options.grid.tickColor || options.xaxis.color;\n if (options.yaxis.tickColor == null)\n // grid.tickColor for back-compatibility\n options.yaxis.tickColor = options.grid.tickColor || options.yaxis.color;\n\n if (options.grid.borderColor == null) options.grid.borderColor = options.grid.color;\n if (options.grid.tickColor == null)\n options.grid.tickColor = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n\n // Fill in defaults for axis options, including any unspecified\n // font-spec fields, if a font-spec was provided.\n\n // If no x/y axis options were provided, create one of each anyway,\n // since the rest of the code assumes that they exist.\n\n var i,\n axisOptions,\n axisCount,\n fontSize = placeholder.css('font-size'),\n fontSizeDefault = fontSize ? +fontSize.replace('px', '') : 13,\n fontDefaults = {\n style: placeholder.css('font-style'),\n size: Math.round(0.8 * fontSizeDefault),\n variant: placeholder.css('font-variant'),\n weight: placeholder.css('font-weight'),\n family: placeholder.css('font-family'),\n };\n\n axisCount = options.xaxes.length || 1;\n for (i = 0; i < axisCount; ++i) {\n axisOptions = options.xaxes[i];\n if (axisOptions && !axisOptions.tickColor) {\n axisOptions.tickColor = axisOptions.color;\n }\n\n axisOptions = $.extend(true, {}, options.xaxis, axisOptions);\n options.xaxes[i] = axisOptions;\n\n if (axisOptions.font) {\n axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);\n if (!axisOptions.font.color) {\n axisOptions.font.color = axisOptions.color;\n }\n if (!axisOptions.font.lineHeight) {\n axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);\n }\n }\n }\n\n axisCount = options.yaxes.length || 1;\n for (i = 0; i < axisCount; ++i) {\n axisOptions = options.yaxes[i];\n if (axisOptions && !axisOptions.tickColor) {\n axisOptions.tickColor = axisOptions.color;\n }\n\n axisOptions = $.extend(true, {}, options.yaxis, axisOptions);\n options.yaxes[i] = axisOptions;\n\n if (axisOptions.font) {\n axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);\n if (!axisOptions.font.color) {\n axisOptions.font.color = axisOptions.color;\n }\n if (!axisOptions.font.lineHeight) {\n axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);\n }\n }\n }\n\n // backwards compatibility, to be removed in future\n if (options.xaxis.noTicks && options.xaxis.ticks == null) options.xaxis.ticks = options.xaxis.noTicks;\n if (options.yaxis.noTicks && options.yaxis.ticks == null) options.yaxis.ticks = options.yaxis.noTicks;\n if (options.x2axis) {\n options.xaxes[1] = $.extend(true, {}, options.xaxis, options.x2axis);\n options.xaxes[1].position = 'top';\n // Override the inherit to allow the axis to auto-scale\n if (options.x2axis.min == null) {\n options.xaxes[1].min = null;\n }\n if (options.x2axis.max == null) {\n options.xaxes[1].max = null;\n }\n }\n if (options.y2axis) {\n options.yaxes[1] = $.extend(true, {}, options.yaxis, options.y2axis);\n options.yaxes[1].position = 'right';\n // Override the inherit to allow the axis to auto-scale\n if (options.y2axis.min == null) {\n options.yaxes[1].min = null;\n }\n if (options.y2axis.max == null) {\n options.yaxes[1].max = null;\n }\n }\n if (options.grid.coloredAreas) options.grid.markings = options.grid.coloredAreas;\n if (options.grid.coloredAreasColor) options.grid.markingsColor = options.grid.coloredAreasColor;\n if (options.lines) $.extend(true, options.series.lines, options.lines);\n if (options.points) $.extend(true, options.series.points, options.points);\n if (options.bars) $.extend(true, options.series.bars, options.bars);\n if (options.shadowSize != null) options.series.shadowSize = options.shadowSize;\n if (options.highlightColor != null) options.series.highlightColor = options.highlightColor;\n\n // save options on axes for future reference\n for (i = 0; i < options.xaxes.length; ++i) getOrCreateAxis(xaxes, i + 1).options = options.xaxes[i];\n for (i = 0; i < options.yaxes.length; ++i) getOrCreateAxis(yaxes, i + 1).options = options.yaxes[i];\n\n // add hooks from options\n for (var n in hooks) if (options.hooks[n] && options.hooks[n].length) hooks[n] = hooks[n].concat(options.hooks[n]);\n\n executeHooks(hooks.processOptions, [options]);\n }\n\n function setData(d) {\n series = parseData(d);\n fillInSeriesOptions();\n processData();\n }\n\n function parseData(d) {\n let res = [];\n for (let i = 0; i < d.length; ++i) {\n let s = $.extend(true, {}, options.series);\n\n if (d[i].data != null) {\n s.data = d[i].data; // move the data instead of deep-copy\n delete d[i].data;\n\n $.extend(true, s, d[i]);\n\n d[i].data = s.data;\n } else s.data = d[i];\n res.push(s);\n }\n\n return res;\n }\n\n function axisNumber(obj, coord) {\n var a = obj[coord + 'axis'];\n if (typeof a == 'object')\n // if we got a real axis, extract number\n a = a.n;\n if (typeof a != 'number') a = 1; // default to first axis\n return a;\n }\n\n function allAxes() {\n // return flat array without annoying null entries\n return $.grep(xaxes.concat(yaxes), function(a) {\n return a;\n });\n }\n\n function canvasToAxisCoords(pos) {\n // return an object with x/y corresponding to all used axes\n var res = {},\n i,\n axis;\n for (i = 0; i < xaxes.length; ++i) {\n axis = xaxes[i];\n if (axis) res['x' + axis.n] = axis.c2p(pos.left);\n }\n\n for (i = 0; i < yaxes.length; ++i) {\n axis = yaxes[i];\n if (axis) res['y' + axis.n] = axis.c2p(pos.top);\n }\n\n if (res.x1 !== undefined) res.x = res.x1;\n if (res.y1 !== undefined) res.y = res.y1;\n\n return res;\n }\n\n function axisToCanvasCoords(pos) {\n // get canvas coords from the first pair of x/y found in pos\n var res = {},\n i,\n axis,\n key;\n\n for (i = 0; i < xaxes.length; ++i) {\n axis = xaxes[i];\n if (axis && axis.used) {\n key = 'x' + axis.n;\n if (pos[key] == null && axis.n == 1) key = 'x';\n\n if (pos[key] != null) {\n res.left = axis.p2c(pos[key]);\n break;\n }\n }\n }\n\n for (i = 0; i < yaxes.length; ++i) {\n axis = yaxes[i];\n if (axis && axis.used) {\n key = 'y' + axis.n;\n if (pos[key] == null && axis.n == 1) key = 'y';\n\n if (pos[key] != null) {\n res.top = axis.p2c(pos[key]);\n break;\n }\n }\n }\n\n return res;\n }\n\n function getOrCreateAxis(axes, number) {\n if (!axes[number - 1])\n axes[number - 1] = {\n n: number, // save the number for future reference\n direction: axes == xaxes ? 'x' : 'y',\n options: $.extend(true, {}, axes == xaxes ? options.xaxis : options.yaxis),\n };\n\n return axes[number - 1];\n }\n\n function fillInSeriesOptions() {\n var neededColors = series.length,\n maxIndex = -1,\n i;\n\n // Subtract the number of series that already have fixed colors or\n // color indexes from the number that we still need to generate.\n\n for (i = 0; i < series.length; ++i) {\n let sc = series[i].color;\n if (sc != null) {\n neededColors--;\n if (typeof sc == 'number' && sc > maxIndex) {\n maxIndex = sc;\n }\n }\n }\n\n // If any of the series have fixed color indexes, then we need to\n // generate at least as many colors as the highest index.\n\n if (neededColors <= maxIndex) {\n neededColors = maxIndex + 1;\n }\n\n // Generate all the colors, using first the option colors and then\n // variations on those colors once they're exhausted.\n\n var c,\n colors = [],\n colorPool = options.colors,\n colorPoolSize = colorPool.length,\n variation = 0;\n\n for (i = 0; i < neededColors; i++) {\n c = $.color.parse(colorPool[i % colorPoolSize] || '#666');\n\n // Each time we exhaust the colors in the pool we adjust\n // a scaling factor used to produce more variations on\n // those colors. The factor alternates negative/positive\n // to produce lighter/darker colors.\n\n // Reset the variation after every few cycles, or else\n // it will end up producing only white or black colors.\n\n if (i % colorPoolSize == 0 && i) {\n if (variation >= 0) {\n if (variation < 0.5) {\n variation = -variation - 0.2;\n } else variation = 0;\n } else variation = -variation;\n }\n\n colors[i] = c.scale('rgb', 1 + variation);\n }\n\n // Finalize the series options, filling in their colors\n\n var colori = 0,\n s;\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n\n // assign colors\n if (s.color == null) {\n s.color = colors[colori].toString();\n ++colori;\n } else if (typeof s.color == 'number') s.color = colors[s.color].toString();\n\n // turn on lines automatically in case nothing is set\n if (s.lines.show == null) {\n var v,\n show = true;\n for (v in s)\n if (s[v] && s[v].show) {\n show = false;\n break;\n }\n if (show) s.lines.show = true;\n }\n\n // If nothing was provided for lines.zero, default it to match\n // lines.fill, since areas by default should extend to zero.\n\n if (s.lines.zero == null) {\n s.lines.zero = !!s.lines.fill;\n }\n\n // setup axes\n s.xaxis = getOrCreateAxis(xaxes, axisNumber(s, 'x'));\n s.yaxis = getOrCreateAxis(yaxes, axisNumber(s, 'y'));\n }\n }\n\n function processData() {\n let topSentry = Number.POSITIVE_INFINITY,\n bottomSentry = Number.NEGATIVE_INFINITY,\n fakeInfinity = Number.MAX_VALUE,\n i,\n j,\n k,\n m,\n s,\n points,\n ps,\n val,\n f,\n p,\n data,\n format;\n\n function updateAxis(axis, min, max) {\n if (min < axis.datamin && min != -fakeInfinity) axis.datamin = min;\n if (max > axis.datamax && max != fakeInfinity) axis.datamax = max;\n }\n\n $.each(allAxes(), function(_, axis) {\n // init axis\n axis.datamin = topSentry;\n axis.datamax = bottomSentry;\n axis.used = false;\n });\n\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n s.datapoints = { points: [] };\n\n executeHooks(hooks.processRawData, [s, s.data, s.datapoints]);\n }\n\n // first pass: clean and copy data\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n\n data = s.data;\n format = s.datapoints.format;\n\n if (!format) {\n format = [];\n // find out how to copy\n format.push({ x: true, number: true, required: true });\n format.push({ y: true, number: true, required: true });\n\n if (s.stack || s.bars.show || (s.lines.show && s.lines.fill)) {\n let autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero));\n format.push({ y: true, number: true, required: false, defaultValue: 0, autoscale: autoscale });\n if (s.bars.horizontal) {\n delete format[format.length - 1].y;\n format[format.length - 1].x = true;\n }\n }\n\n s.datapoints.format = format;\n }\n\n if (s.datapoints.pointsize != null) continue; // already filled in\n\n s.datapoints.pointsize = format.length;\n\n ps = s.datapoints.pointsize;\n points = s.datapoints.points;\n\n let insertSteps = s.lines.show && s.lines.steps;\n s.xaxis.used = s.yaxis.used = true;\n\n for (j = k = 0; j < data.length; ++j, k += ps) {\n p = data[j];\n\n let nullify = p == null;\n if (!nullify) {\n for (m = 0; m < ps; ++m) {\n val = p[m];\n f = format[m];\n\n if (f) {\n if (f.number && val != null) {\n val = +val; // convert to number\n if (isNaN(val)) val = null;\n else if (val == Infinity) val = fakeInfinity;\n else if (val == -Infinity) val = -fakeInfinity;\n }\n\n if (val == null) {\n if (f.required) nullify = true;\n\n if (f.defaultValue != null) val = f.defaultValue;\n }\n }\n\n points[k + m] = val;\n }\n }\n\n if (nullify) {\n for (m = 0; m < ps; ++m) {\n val = points[k + m];\n if (val != null) {\n f = format[m];\n // extract min/max info\n if (f.autoscale !== false) {\n if (f.x) {\n updateAxis(s.xaxis, val, val);\n }\n if (f.y) {\n updateAxis(s.yaxis, val, val);\n }\n }\n }\n points[k + m] = null;\n }\n }\n\n if (insertSteps && k > 0 && (!nullify || points[k - ps] != null)) {\n // copy the point to make room for a middle point\n for (m = 0; m < ps; ++m) points[k + ps + m] = points[k + m];\n\n // middle point has same y\n points[k + 1] = points[k - ps + 1] || 0;\n\n // if series has null values, let's give the last !null value a nice step\n if (nullify) points[k] = p[0];\n\n // we've added a point, better reflect that\n k += ps;\n }\n }\n }\n\n // give the hooks a chance to run\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n points = s.datapoints.points;\n ps = s.datapoints.pointsize;\n\n // grafana\n if (s.transform === 'negative-Y') {\n for (j = 0; j < points.length; j += ps) {\n if (points[j] == null) continue;\n\n val = points[j + 1];\n points[j + 1] = -val;\n }\n }\n\n executeHooks(hooks.processDatapoints, [s, s.datapoints]);\n }\n\n // second pass: find datamax/datamin for auto-scaling\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n points = s.datapoints.points;\n ps = s.datapoints.pointsize;\n format = s.datapoints.format;\n\n var xmin = topSentry,\n ymin = topSentry,\n xmax = bottomSentry,\n ymax = bottomSentry;\n\n for (j = 0; j < points.length; j += ps) {\n if (points[j] == null) continue;\n\n for (m = 0; m < ps; ++m) {\n val = points[j + m];\n f = format[m];\n if (!f || f.autoscale === false || val == fakeInfinity || val == -fakeInfinity) continue;\n\n if (f.x) {\n if (val < xmin) xmin = val;\n if (val > xmax) xmax = val;\n }\n if (f.y) {\n if (val < ymin) ymin = val;\n if (val > ymax) ymax = val;\n }\n }\n }\n\n if (s.bars.show) {\n // make sure we got room for the bar on the dancing floor\n var delta;\n\n switch (s.bars.align) {\n case 'left':\n delta = 0;\n break;\n case 'right':\n delta = -s.bars.barWidth;\n break;\n default:\n delta = -s.bars.barWidth / 2;\n }\n\n if (s.bars.horizontal) {\n ymin += delta;\n ymax += delta + s.bars.barWidth;\n } else {\n xmin += delta;\n xmax += delta + s.bars.barWidth;\n }\n }\n\n updateAxis(s.xaxis, xmin, xmax);\n updateAxis(s.yaxis, ymin, ymax);\n }\n\n $.each(allAxes(), function(_, axis) {\n if (axis.datamin == topSentry) axis.datamin = null;\n if (axis.datamax == bottomSentry) axis.datamax = null;\n });\n }\n\n function setupCanvases() {\n // Make sure the placeholder is clear of everything except canvases\n // from a previous plot in this container that we'll try to re-use.\n\n placeholder.find('.flot-temp-elem').remove();\n\n if (placeholder.css('position') == 'static') placeholder.css('position', 'relative'); // for positioning labels and overlay\n\n surface = new Canvas('flot-base', placeholder);\n overlay = new Canvas('flot-overlay', placeholder); // overlay canvas for interactive features\n\n ctx = surface.context;\n octx = overlay.context;\n\n // define which element we're listening for events on\n eventHolder = $(overlay.element).unbind();\n\n // If we're re-using a plot object, shut down the old one\n\n var existing = placeholder.data('plot');\n\n if (existing) {\n existing.shutdown();\n overlay.clear();\n }\n\n // save in case we get replotted\n placeholder.data('plot', plot);\n }\n\n function bindEvents() {\n // bind events\n if (options.grid.hoverable) {\n eventHolder.mousemove(onMouseMove);\n\n // Use bind, rather than .mouseleave, because we officially\n // still support jQuery 1.2.6, which doesn't define a shortcut\n // for mouseenter or mouseleave. This was a bug/oversight that\n // was fixed somewhere around 1.3.x. We can return to using\n // .mouseleave when we drop support for 1.2.6.\n\n eventHolder.bind('mouseleave', onMouseLeave);\n }\n\n if (options.grid.clickable) eventHolder.click(onClick);\n\n executeHooks(hooks.bindEvents, [eventHolder]);\n }\n\n function shutdown() {\n if (redrawTimeout) clearTimeout(redrawTimeout);\n\n eventHolder.unbind('mousemove', onMouseMove);\n eventHolder.unbind('mouseleave', onMouseLeave);\n eventHolder.unbind('click', onClick);\n\n executeHooks(hooks.shutdown, [eventHolder]);\n }\n\n function setTransformationHelpers(axis) {\n // set helper functions on the axis, assumes plot area\n // has been computed already\n\n function identity(x) {\n return x;\n }\n\n var s,\n m,\n t = axis.options.transform || identity,\n it = axis.options.inverseTransform;\n\n // precompute how much the axis is scaling a point\n // in canvas space\n if (axis.direction == 'x') {\n s = axis.scale = plotWidth / Math.abs(t(axis.max) - t(axis.min));\n m = Math.min(t(axis.max), t(axis.min));\n } else {\n s = axis.scale = plotHeight / Math.abs(t(axis.max) - t(axis.min));\n s = -s;\n m = Math.max(t(axis.max), t(axis.min));\n }\n\n // data point to canvas coordinate\n if (t == identity)\n // slight optimization\n axis.p2c = function(p) {\n return (p - m) * s;\n };\n else\n axis.p2c = function(p) {\n return (t(p) - m) * s;\n };\n // canvas coordinate to data point\n if (!it)\n axis.c2p = function(c) {\n return m + c / s;\n };\n else\n axis.c2p = function(c) {\n return it(m + c / s);\n };\n }\n\n function measureTickLabels(axis) {\n let opts = axis.options,\n ticks = axis.ticks || [],\n labelWidth = opts.labelWidth || 0,\n labelHeight = opts.labelHeight || 0,\n maxWidth = labelWidth || (axis.direction == 'x' ? Math.floor(surface.width / (ticks.length || 1)) : null),\n legacyStyles = axis.direction + 'Axis ' + axis.direction + axis.n + 'Axis',\n layer = 'flot-' + axis.direction + '-axis flot-' + axis.direction + axis.n + '-axis ' + legacyStyles,\n font = opts.font || 'flot-tick-label tickLabel';\n\n for (let i = 0; i < ticks.length; ++i) {\n let t = ticks[i];\n\n if (!t.label) continue;\n\n let info = surface.getTextInfo(layer, t.label, font, null, maxWidth);\n\n /// Grafana fix, add +1 to label width\n labelWidth = Math.max(labelWidth, info.width + 1);\n labelHeight = Math.max(labelHeight, info.height);\n }\n\n axis.labelWidth = opts.labelWidth || labelWidth;\n axis.labelHeight = opts.labelHeight || labelHeight;\n }\n\n function allocateAxisBoxFirstPhase(axis) {\n // find the bounding box of the axis by looking at label\n // widths/heights and ticks, make room by diminishing the\n // plotOffset; this first phase only looks at one\n // dimension per axis, the other dimension depends on the\n // other axes so will have to wait\n\n let lw = axis.labelWidth,\n lh = axis.labelHeight,\n pos = axis.options.position,\n isXAxis = axis.direction === 'x',\n tickLength = axis.options.tickLength,\n axisMargin = options.grid.axisMargin,\n padding = options.grid.labelMargin,\n eventSectionPadding = options.grid.eventSectionHeight,\n innermost = true,\n outermost = true,\n first = true,\n found = false;\n\n // Determine the axis's position in its direction and on its side\n\n $.each(isXAxis ? xaxes : yaxes, function(i, a) {\n if (a && (a.show || a.reserveSpace)) {\n if (a === axis) {\n found = true;\n } else if (a.options.position === pos) {\n if (found) {\n outermost = false;\n } else {\n innermost = false;\n }\n }\n if (!found) {\n first = false;\n }\n }\n });\n\n // The outermost axis on each side has no margin\n\n if (outermost) {\n axisMargin = 0;\n }\n\n // The ticks for the first axis in each direction stretch across\n\n if (tickLength == null) {\n tickLength = first ? 'full' : 5;\n }\n\n if (!isNaN(+tickLength)) padding += +tickLength;\n\n if (isXAxis) {\n // Add space for event section\n lh += padding;\n lh += eventSectionPadding;\n\n if (pos == 'bottom') {\n plotOffset.bottom += lh + axisMargin;\n axis.box = { top: surface.height - plotOffset.bottom, height: lh };\n } else {\n axis.box = { top: plotOffset.top + axisMargin, height: lh };\n plotOffset.top += lh + axisMargin;\n }\n } else {\n lw += padding;\n\n if (pos == 'left') {\n axis.box = { left: plotOffset.left + axisMargin, width: lw };\n plotOffset.left += lw + axisMargin;\n } else {\n plotOffset.right += lw + axisMargin;\n axis.box = { left: surface.width - plotOffset.right, width: lw };\n }\n }\n\n // save for future reference\n axis.position = pos;\n axis.tickLength = tickLength;\n axis.box.padding = padding;\n axis.box.eventSectionPadding = eventSectionPadding;\n axis.innermost = innermost;\n }\n\n function allocateAxisBoxSecondPhase(axis) {\n // now that all axis boxes have been placed in one\n // dimension, we can set the remaining dimension coordinates\n if (axis.direction == 'x') {\n axis.box.left = plotOffset.left - axis.labelWidth / 2;\n axis.box.width = surface.width - plotOffset.left - plotOffset.right + axis.labelWidth;\n } else {\n axis.box.top = plotOffset.top - axis.labelHeight / 2;\n axis.box.height = surface.height - plotOffset.bottom - plotOffset.top + axis.labelHeight;\n }\n }\n\n function adjustLayoutForThingsStickingOut() {\n // possibly adjust plot offset to ensure everything stays\n // inside the canvas and isn't clipped off\n\n let minMargin = options.grid.minBorderMargin,\n i;\n\n // check stuff from the plot (FIXME: this should just read\n // a value from the series, otherwise it's impossible to\n // customize)\n if (minMargin == null) {\n minMargin = 0;\n for (i = 0; i < series.length; ++i)\n minMargin = Math.max(minMargin, 2 * (series[i].points.radius + series[i].points.lineWidth / 2));\n }\n\n let margins = {\n left: minMargin,\n right: minMargin,\n top: minMargin,\n bottom: minMargin,\n };\n\n // check axis labels, note we don't check the actual\n // labels but instead use the overall width/height to not\n // jump as much around with replots\n $.each(allAxes(), function(_, axis) {\n if (axis.reserveSpace && axis.ticks && axis.ticks.length) {\n if (axis.direction === 'x') {\n margins.left = Math.max(margins.left, axis.labelWidth / 2);\n margins.right = Math.max(margins.right, axis.labelWidth / 2);\n } else {\n margins.bottom = Math.max(margins.bottom, axis.labelHeight / 2);\n margins.top = Math.max(margins.top, axis.labelHeight / 2);\n }\n }\n });\n\n plotOffset.left = Math.ceil(Math.max(margins.left, plotOffset.left));\n plotOffset.right = Math.ceil(Math.max(margins.right, plotOffset.right));\n plotOffset.top = Math.ceil(Math.max(margins.top, plotOffset.top));\n plotOffset.bottom = Math.ceil(Math.max(margins.bottom, plotOffset.bottom));\n }\n\n function setupGrid() {\n var i,\n axes = allAxes(),\n showGrid = options.grid.show;\n\n // Initialize the plot's offset from the edge of the canvas\n\n for (var a in plotOffset) {\n let margin = options.grid.margin || 0;\n plotOffset[a] = typeof margin == 'number' ? margin : margin[a] || 0;\n }\n\n executeHooks(hooks.processOffset, [plotOffset]);\n\n // If the grid is visible, add its border width to the offset\n\n for (var a in plotOffset) {\n if (typeof options.grid.borderWidth == 'object') {\n plotOffset[a] += showGrid ? options.grid.borderWidth[a] : 0;\n } else {\n plotOffset[a] += showGrid ? options.grid.borderWidth : 0;\n }\n }\n\n $.each(axes, function(_, axis) {\n let axisOpts = axis.options;\n axis.show = axisOpts.show == null ? axis.used : axisOpts.show;\n axis.reserveSpace = axisOpts.reserveSpace == null ? axis.show : axisOpts.reserveSpace;\n setRange(axis);\n });\n\n executeHooks(hooks.processRange, []);\n\n if (showGrid) {\n var allocatedAxes = $.grep(axes, function(axis) {\n return axis.show || axis.reserveSpace;\n });\n\n let snaped = false;\n for (var i = 0; i < 2; i++) {\n $.each(allocatedAxes, function(_, axis) {\n // make the ticks\n setupTickGeneration(axis);\n setTicks(axis);\n snaped = snapRangeToTicks(axis, axis.ticks) || snaped;\n // find labelWidth/Height for axis\n measureTickLabels(axis);\n });\n\n if (snaped && hooks.processRange.length > 0) {\n executeHooks(hooks.processRange, []);\n snaped = false;\n } else {\n break;\n }\n }\n\n // with all dimensions calculated, we can compute the\n // axis bounding boxes, start from the outside\n // (reverse order)\n for (i = allocatedAxes.length - 1; i >= 0; --i) allocateAxisBoxFirstPhase(allocatedAxes[i]);\n\n // make sure we've got enough space for things that\n // might stick out\n adjustLayoutForThingsStickingOut();\n\n $.each(allocatedAxes, function(_, axis) {\n allocateAxisBoxSecondPhase(axis);\n });\n }\n\n plotWidth = surface.width - plotOffset.left - plotOffset.right;\n plotHeight = surface.height - plotOffset.bottom - plotOffset.top;\n\n // now we got the proper plot dimensions, we can compute the scaling\n $.each(axes, function(_, axis) {\n setTransformationHelpers(axis);\n });\n\n if (showGrid) {\n drawAxisLabels();\n }\n\n insertLegend();\n }\n\n function setRange(axis) {\n let opts = axis.options,\n min = +(opts.min != null ? opts.min : axis.datamin),\n max = +(opts.max != null ? opts.max : axis.datamax),\n delta = max - min;\n\n if (delta == 0.0) {\n // Grafana fix: wide Y min and max using increased wideFactor\n // when all series values are the same\n let wideFactor = 0.25;\n let widen = Math.abs(max == 0 ? 1 : max * wideFactor);\n\n if (opts.min == null) {\n min -= widen;\n }\n // always widen max if we couldn't widen min to ensure we\n // don't fall into min == max which doesn't work\n if (opts.max == null || opts.min != null) {\n max += widen;\n }\n } else {\n // consider autoscaling\n let margin = opts.autoscaleMargin;\n if (margin != null) {\n if (opts.min == null) {\n min -= delta * margin;\n // make sure we don't go below zero if all values\n // are positive\n if (min < 0 && axis.datamin != null && axis.datamin >= 0) min = 0;\n }\n if (opts.max == null) {\n max += delta * margin;\n if (max > 0 && axis.datamax != null && axis.datamax <= 0) max = 0;\n }\n }\n }\n axis.min = min;\n axis.max = max;\n }\n\n function setupTickGeneration(axis) {\n let opts = axis.options;\n\n // estimate number of ticks\n let noTicks;\n if (typeof opts.ticks == 'number' && opts.ticks > 0) noTicks = opts.ticks;\n // heuristic based on the model a*sqrt(x) fitted to\n // some data points that seemed reasonable\n else noTicks = 0.3 * Math.sqrt(axis.direction == 'x' ? surface.width : surface.height);\n\n let delta = (axis.max - axis.min) / noTicks,\n dec = -Math.floor(Math.log(delta) / Math.LN10),\n maxDec = opts.tickDecimals;\n\n if (maxDec != null && dec > maxDec) {\n dec = maxDec;\n }\n\n let magn = Math.pow(10, -dec),\n norm = delta / magn, // norm is between 1.0 and 10.0\n size;\n\n if (norm < 1.5) {\n size = 1;\n } else if (norm < 3) {\n size = 2;\n // special case for 2.5, requires an extra decimal\n if (norm > 2.25 && (maxDec == null || dec + 1 <= maxDec)) {\n size = 2.5;\n ++dec;\n }\n } else if (norm < 7.5) {\n size = 5;\n } else {\n size = 10;\n }\n\n size *= magn;\n\n if (opts.minTickSize != null && size < opts.minTickSize) {\n size = opts.minTickSize;\n }\n\n axis.delta = delta;\n axis.tickDecimals = Math.max(0, maxDec != null ? maxDec : dec);\n axis.tickSize = opts.tickSize || size;\n\n // grafana addition\n if (opts.tickDecimals === null || opts.tickDecimals === undefined) {\n axis.scaledDecimals = axis.tickDecimals + dec;\n }\n\n // Time mode was moved to a plug-in in 0.8, and since so many people use it\n // we'll add an especially friendly reminder to make sure they included it.\n\n if (opts.mode == 'time' && !axis.tickGenerator) {\n throw new Error('Time mode requires the flot.time plugin.');\n }\n\n // Flot supports base-10 axes; any other mode else is handled by a plug-in,\n // like flot.time.js.\n\n if (!axis.tickGenerator) {\n axis.tickGenerator = function(axis) {\n let ticks = [],\n start = floorInBase(axis.min, axis.tickSize),\n i = 0,\n v = Number.NaN,\n prev;\n\n do {\n prev = v;\n v = start + i * axis.tickSize;\n ticks.push(v);\n ++i;\n } while (v < axis.max && v != prev);\n return ticks;\n };\n\n axis.tickFormatter = function(value, axis) {\n let factor = axis.tickDecimals ? Math.pow(10, axis.tickDecimals) : 1;\n var formatted = '' + Math.round(value * factor) / factor;\n\n // If tickDecimals was specified, ensure that we have exactly that\n // much precision; otherwise default to the value's own precision.\n\n if (axis.tickDecimals != null) {\n var decimal = formatted.indexOf('.');\n let precision = decimal == -1 ? 0 : formatted.length - decimal - 1;\n if (precision < axis.tickDecimals) {\n return (precision ? formatted : formatted + '.') + ('' + factor).substr(1, axis.tickDecimals - precision);\n }\n }\n\n return formatted;\n };\n }\n\n if ($.isFunction(opts.tickFormatter))\n axis.tickFormatter = function(v, axis) {\n return '' + opts.tickFormatter(v, axis);\n };\n\n if (opts.alignTicksWithAxis != null) {\n var otherAxis = (axis.direction == 'x' ? xaxes : yaxes)[opts.alignTicksWithAxis - 1];\n if (otherAxis && otherAxis.used && otherAxis != axis) {\n // consider snapping min/max to outermost nice ticks\n let niceTicks = axis.tickGenerator(axis);\n if (niceTicks.length > 0) {\n if (opts.min == null) axis.min = Math.min(axis.min, niceTicks[0]);\n if (opts.max == null && niceTicks.length > 1) axis.max = Math.max(axis.max, niceTicks[niceTicks.length - 1]);\n }\n\n axis.tickGenerator = function(axis) {\n // copy ticks, scaled to this axis\n var ticks = [],\n v,\n i;\n for (i = 0; i < otherAxis.ticks.length; ++i) {\n v = (otherAxis.ticks[i].v - otherAxis.min) / (otherAxis.max - otherAxis.min);\n v = axis.min + v * (axis.max - axis.min);\n ticks.push(v);\n }\n return ticks;\n };\n\n // we might need an extra decimal since forced\n // ticks don't necessarily fit naturally\n if (!axis.mode && opts.tickDecimals == null) {\n let extraDec = Math.max(0, -Math.floor(Math.log(axis.delta) / Math.LN10) + 1),\n ts = axis.tickGenerator(axis);\n\n // only proceed if the tick interval rounded\n // with an extra decimal doesn't give us a\n // zero at end\n if (!(ts.length > 1 && /\\..*0$/.test((ts[1] - ts[0]).toFixed(extraDec)))) axis.tickDecimals = extraDec;\n }\n }\n }\n }\n\n function setTicks(axis) {\n var oticks = axis.options.ticks,\n ticks = [];\n if (oticks == null || (typeof oticks == 'number' && oticks > 0)) ticks = axis.tickGenerator(axis);\n else if (oticks) {\n if ($.isFunction(oticks))\n // generate the ticks\n ticks = oticks(axis);\n else ticks = oticks;\n }\n\n // clean up/labelify the supplied ticks, copy them over\n let i, v;\n axis.ticks = [];\n for (i = 0; i < ticks.length; ++i) {\n let label = null;\n let t = ticks[i];\n if (typeof t == 'object') {\n v = +t[0];\n if (t.length > 1) label = t[1];\n } else v = +t;\n if (label == null) label = axis.tickFormatter(v, axis);\n if (!isNaN(v)) axis.ticks.push({ v: v, label: label });\n }\n }\n\n function snapRangeToTicks(axis, ticks) {\n let changed = false;\n if (axis.options.autoscaleMargin && ticks.length > 0) {\n // snap to ticks\n if (axis.options.min == null) {\n axis.min = Math.min(axis.min, ticks[0].v);\n changed = true;\n }\n if (axis.options.max == null && ticks.length > 1) {\n axis.max = Math.max(axis.max, ticks[ticks.length - 1].v);\n changed = true;\n }\n }\n return changed;\n }\n\n function draw() {\n surface.clear();\n\n executeHooks(hooks.drawBackground, [ctx]);\n\n let grid = options.grid;\n\n // draw background, if any\n if (grid.show && grid.backgroundColor) drawBackground();\n\n if (grid.show && !grid.aboveData) {\n drawGrid();\n }\n\n for (let i = 0; i < series.length; ++i) {\n executeHooks(hooks.drawSeries, [ctx, series[i]]);\n drawSeries(series[i]);\n }\n\n executeHooks(hooks.draw, [ctx]);\n\n if (grid.show && grid.aboveData) {\n drawGrid();\n }\n\n surface.render();\n\n // A draw implies that either the axes or data have changed, so we\n // should probably update the overlay highlights as well.\n\n triggerRedrawOverlay();\n }\n\n function extractRange(ranges, coord) {\n var axis,\n from,\n to,\n key,\n axes = allAxes();\n\n for (let i = 0; i < axes.length; ++i) {\n axis = axes[i];\n if (axis.direction == coord) {\n key = coord + axis.n + 'axis';\n if (!ranges[key] && axis.n == 1) key = coord + 'axis'; // support x1axis as xaxis\n if (ranges[key]) {\n from = ranges[key].from;\n to = ranges[key].to;\n break;\n }\n }\n }\n\n // backwards-compat stuff - to be removed in future\n if (!ranges[key]) {\n axis = coord == 'x' ? xaxes[0] : yaxes[0];\n from = ranges[coord + '1'];\n to = ranges[coord + '2'];\n }\n\n // auto-reverse as an added bonus\n if (from != null && to != null && from > to) {\n let tmp = from;\n from = to;\n to = tmp;\n }\n\n return { from: from, to: to, axis: axis };\n }\n\n function drawBackground() {\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, 'rgba(255, 255, 255, 0)');\n ctx.fillRect(0, 0, plotWidth, plotHeight);\n ctx.restore();\n }\n\n function drawGrid() {\n let i, axes, bw, bc;\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n // draw markings\n let markings = options.grid.markings;\n if (markings) {\n if ($.isFunction(markings)) {\n axes = plot.getAxes();\n // xmin etc. is backwards compatibility, to be\n // removed in the future\n axes.xmin = axes.xaxis.min;\n axes.xmax = axes.xaxis.max;\n axes.ymin = axes.yaxis.min;\n axes.ymax = axes.yaxis.max;\n\n markings = markings(axes);\n }\n\n for (i = 0; i < markings.length; ++i) {\n let m = markings[i],\n xrange = extractRange(m, 'x'),\n yrange = extractRange(m, 'y');\n\n // fill in missing\n if (xrange.from == null) xrange.from = xrange.axis.min;\n if (xrange.to == null) xrange.to = xrange.axis.max;\n if (yrange.from == null) yrange.from = yrange.axis.min;\n if (yrange.to == null) yrange.to = yrange.axis.max;\n\n // clip\n if (\n xrange.to < xrange.axis.min ||\n xrange.from > xrange.axis.max ||\n yrange.to < yrange.axis.min ||\n yrange.from > yrange.axis.max\n )\n continue;\n\n xrange.from = Math.max(xrange.from, xrange.axis.min);\n xrange.to = Math.min(xrange.to, xrange.axis.max);\n yrange.from = Math.max(yrange.from, yrange.axis.min);\n yrange.to = Math.min(yrange.to, yrange.axis.max);\n\n let xequal = xrange.from === xrange.to,\n yequal = yrange.from === yrange.to;\n\n if (xequal && yequal) {\n continue;\n }\n\n // then draw\n xrange.from = Math.floor(xrange.axis.p2c(xrange.from));\n xrange.to = Math.floor(xrange.axis.p2c(xrange.to));\n yrange.from = Math.floor(yrange.axis.p2c(yrange.from));\n yrange.to = Math.floor(yrange.axis.p2c(yrange.to));\n\n if (xequal || yequal) {\n let lineWidth = m.lineWidth || options.grid.markingsLineWidth,\n subPixel = lineWidth % 2 ? 0.5 : 0;\n ctx.beginPath();\n ctx.strokeStyle = m.color || options.grid.markingsColor;\n ctx.lineWidth = lineWidth;\n if (xequal) {\n ctx.moveTo(xrange.to + subPixel, yrange.from);\n ctx.lineTo(xrange.to + subPixel, yrange.to);\n } else {\n ctx.moveTo(xrange.from, yrange.to + subPixel);\n ctx.lineTo(xrange.to, yrange.to + subPixel);\n }\n ctx.stroke();\n } else {\n ctx.fillStyle = m.color || options.grid.markingsColor;\n ctx.fillRect(xrange.from, yrange.to, xrange.to - xrange.from, yrange.from - yrange.to);\n }\n }\n }\n\n // draw the ticks\n axes = allAxes();\n bw = options.grid.borderWidth;\n\n for (let j = 0; j < axes.length; ++j) {\n var axis = axes[j],\n box = axis.box,\n t = axis.tickLength,\n x,\n y,\n xoff,\n yoff;\n if (!axis.show || axis.ticks.length == 0) continue;\n\n ctx.lineWidth = 1;\n\n // find the edges\n if (axis.direction == 'x') {\n x = 0;\n if (t == 'full') y = axis.position == 'top' ? 0 : plotHeight;\n else y = box.top - plotOffset.top + (axis.position == 'top' ? box.height : 0);\n } else {\n y = 0;\n if (t == 'full') x = axis.position == 'left' ? 0 : plotWidth;\n else x = box.left - plotOffset.left + (axis.position == 'left' ? box.width : 0);\n }\n\n // draw tick bar\n if (!axis.innermost) {\n ctx.strokeStyle = axis.options.color;\n ctx.beginPath();\n xoff = yoff = 0;\n if (axis.direction == 'x') xoff = plotWidth + 1;\n else yoff = plotHeight + 1;\n\n if (ctx.lineWidth == 1) {\n if (axis.direction == 'x') {\n y = Math.floor(y) + 0.5;\n } else {\n x = Math.floor(x) + 0.5;\n }\n }\n\n ctx.moveTo(x, y);\n ctx.lineTo(x + xoff, y + yoff);\n ctx.stroke();\n }\n\n // draw ticks\n\n ctx.strokeStyle = axis.options.tickColor;\n\n ctx.beginPath();\n for (i = 0; i < axis.ticks.length; ++i) {\n let v = axis.ticks[i].v;\n\n xoff = yoff = 0;\n\n if (\n isNaN(v) ||\n v < axis.min ||\n v > axis.max ||\n // skip those lying on the axes if we got a border\n (t == 'full' && ((typeof bw == 'object' && bw[axis.position] > 0) || bw > 0) && (v == axis.min || v == axis.max))\n )\n continue;\n\n if (axis.direction == 'x') {\n x = axis.p2c(v);\n yoff = t == 'full' ? -plotHeight : t;\n\n if (axis.position == 'top') yoff = -yoff;\n } else {\n y = axis.p2c(v);\n xoff = t == 'full' ? -plotWidth : t;\n\n if (axis.position == 'left') xoff = -xoff;\n }\n\n if (ctx.lineWidth == 1) {\n if (axis.direction == 'x') x = Math.floor(x) + 0.5;\n else y = Math.floor(y) + 0.5;\n }\n\n ctx.moveTo(x, y);\n ctx.lineTo(x + xoff, y + yoff);\n }\n\n ctx.stroke();\n }\n\n // draw border\n if (bw) {\n // If either borderWidth or borderColor is an object, then draw the border\n // line by line instead of as one rectangle\n bc = options.grid.borderColor;\n if (typeof bw == 'object' || typeof bc == 'object') {\n if (typeof bw !== 'object') {\n bw = { top: bw, right: bw, bottom: bw, left: bw };\n }\n if (typeof bc !== 'object') {\n bc = { top: bc, right: bc, bottom: bc, left: bc };\n }\n\n if (bw.top > 0) {\n ctx.strokeStyle = bc.top;\n ctx.lineWidth = bw.top;\n ctx.beginPath();\n ctx.moveTo(0 - bw.left, 0 - bw.top / 2);\n ctx.lineTo(plotWidth, 0 - bw.top / 2);\n ctx.stroke();\n }\n\n if (bw.right > 0) {\n ctx.strokeStyle = bc.right;\n ctx.lineWidth = bw.right;\n ctx.beginPath();\n ctx.moveTo(plotWidth + bw.right / 2, 0 - bw.top);\n ctx.lineTo(plotWidth + bw.right / 2, plotHeight);\n ctx.stroke();\n }\n\n if (bw.bottom > 0) {\n ctx.strokeStyle = bc.bottom;\n ctx.lineWidth = bw.bottom;\n ctx.beginPath();\n ctx.moveTo(plotWidth + bw.right, plotHeight + bw.bottom / 2);\n ctx.lineTo(0, plotHeight + bw.bottom / 2);\n ctx.stroke();\n }\n\n if (bw.left > 0) {\n ctx.strokeStyle = bc.left;\n ctx.lineWidth = bw.left;\n ctx.beginPath();\n ctx.moveTo(0 - bw.left / 2, plotHeight + bw.bottom);\n ctx.lineTo(0 - bw.left / 2, 0);\n ctx.stroke();\n }\n } else {\n ctx.lineWidth = bw;\n ctx.strokeStyle = options.grid.borderColor;\n ctx.strokeRect(-bw / 2, -bw / 2, plotWidth + bw, plotHeight + bw);\n }\n }\n\n ctx.restore();\n }\n\n function drawAxisLabels() {\n $.each(allAxes(), function(_, axis) {\n let box = axis.box,\n legacyStyles = axis.direction + 'Axis ' + axis.direction + axis.n + 'Axis',\n layer = 'flot-' + axis.direction + '-axis flot-' + axis.direction + axis.n + '-axis ' + legacyStyles,\n font = axis.options.font || 'flot-tick-label tickLabel',\n tick,\n x,\n y,\n halign,\n valign;\n\n // Remove text before checking for axis.show and ticks.length;\n // otherwise plugins, like flot-tickrotor, that draw their own\n // tick labels will end up with both theirs and the defaults.\n\n surface.removeText(layer);\n\n if (!axis.show || axis.ticks.length == 0) return;\n\n for (let i = 0; i < axis.ticks.length; ++i) {\n tick = axis.ticks[i];\n if (!tick.label || tick.v < axis.min || tick.v > axis.max) continue;\n\n if (axis.direction == 'x') {\n halign = 'center';\n x = plotOffset.left + axis.p2c(tick.v);\n if (axis.position == 'bottom') {\n y = box.top + box.padding + box.eventSectionPadding;\n } else {\n y = box.top + box.height - box.padding;\n valign = 'bottom';\n }\n } else {\n valign = 'middle';\n y = plotOffset.top + axis.p2c(tick.v);\n if (axis.position == 'left') {\n x = box.left + box.width - box.padding;\n halign = 'right';\n } else {\n x = box.left + box.padding;\n }\n }\n\n surface.addText(layer, x, y, tick.label, font, null, null, halign, valign);\n }\n });\n }\n\n function drawOrphanedPoints(series) {\n /* Filters series data for points with no neighbors before or after\n * and plots single 0.5 radius points for them so that they are displayed.\n */\n let abandonedPoints = [];\n let beforeX = null;\n let afterX = null;\n let datapoints = series.datapoints;\n // find any points with no neighbors before or after\n let emptyPoints = [];\n for (let j = 0; j < datapoints.pointsize - 2; j++) {\n emptyPoints.push(0);\n }\n for (let i = 0; i < datapoints.points.length; i += datapoints.pointsize) {\n var x = datapoints.points[i],\n y = datapoints.points[i + 1];\n if (i === datapoints.points.length - datapoints.pointsize) {\n afterX = null;\n } else {\n afterX = datapoints.points[i + datapoints.pointsize];\n }\n if (x !== null && y !== null && beforeX === null && afterX === null) {\n abandonedPoints.push(x);\n abandonedPoints.push(y);\n abandonedPoints.push.apply(abandonedPoints, emptyPoints);\n }\n beforeX = x;\n }\n var olddatapoints = datapoints.points;\n datapoints.points = abandonedPoints;\n\n series.points.radius = series.lines.lineWidth / 2;\n // plot the orphan points with a radius of lineWidth/2\n drawSeriesPoints(series);\n // reset old info\n datapoints.points = olddatapoints;\n }\n\n function drawSeries(series) {\n if (series.lines.show) {\n drawSeriesLines(series);\n if (!series.points.show && !series.bars.show) {\n // not necessary if user wants points displayed for everything\n drawOrphanedPoints(series);\n }\n }\n if (series.bars.show) drawSeriesBars(series);\n if (series.points.show) drawSeriesPoints(series);\n }\n\n function drawSeriesLines(series) {\n function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {\n let points = datapoints.points,\n ps = datapoints.pointsize,\n prevx = null,\n prevy = null;\n\n ctx.beginPath();\n for (let i = ps; i < points.length; i += ps) {\n var x1 = points[i - ps],\n y1 = points[i - ps + 1],\n x2 = points[i],\n y2 = points[i + 1];\n\n if (x1 == null || x2 == null) continue;\n\n // clip with ymin\n if (y1 <= y2 && y1 < axisy.min) {\n if (y2 < axisy.min) continue; // line segment is outside\n // compute new intersection point\n x1 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.min;\n } else if (y2 <= y1 && y2 < axisy.min) {\n if (y1 < axisy.min) continue;\n x2 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.min;\n }\n\n // clip with ymax\n if (y1 >= y2 && y1 > axisy.max) {\n if (y2 > axisy.max) continue;\n x1 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.max;\n } else if (y2 >= y1 && y2 > axisy.max) {\n if (y1 > axisy.max) continue;\n x2 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.max;\n }\n\n // clip with xmin\n if (x1 <= x2 && x1 < axisx.min) {\n if (x2 < axisx.min) continue;\n y1 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.min;\n } else if (x2 <= x1 && x2 < axisx.min) {\n if (x1 < axisx.min) continue;\n y2 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.min;\n }\n\n // clip with xmax\n if (x1 >= x2 && x1 > axisx.max) {\n if (x2 > axisx.max) continue;\n y1 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.max;\n } else if (x2 >= x1 && x2 > axisx.max) {\n if (x1 > axisx.max) continue;\n y2 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.max;\n }\n\n if (x1 != prevx || y1 != prevy) ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset);\n\n prevx = x2;\n prevy = y2;\n ctx.lineTo(axisx.p2c(x2) + xoffset, axisy.p2c(y2) + yoffset);\n }\n ctx.stroke();\n }\n\n function plotLineArea(datapoints, axisx, axisy) {\n let points = datapoints.points,\n ps = datapoints.pointsize,\n bottom = Math.min(Math.max(0, axisy.min), axisy.max),\n i = 0,\n areaOpen = false,\n ypos = 1,\n segmentStart = 0,\n segmentEnd = 0;\n\n // we process each segment in two turns, first forward\n // direction to sketch out top, then once we hit the\n // end we go backwards to sketch the bottom\n while (true) {\n if (ps > 0 && i > points.length + ps) break;\n\n i += ps; // ps is negative if going backwards\n\n let x1 = points[i - ps],\n y1 = points[i - ps + ypos],\n x2 = points[i],\n y2 = points[i + ypos];\n\n if (areaOpen) {\n if (ps > 0 && x1 != null && x2 == null) {\n // at turning point\n segmentEnd = i;\n ps = -ps;\n ypos = 2;\n continue;\n }\n\n if (ps < 0 && i == segmentStart + ps) {\n // done with the reverse sweep\n ctx.fill();\n areaOpen = false;\n ps = -ps;\n ypos = 1;\n i = segmentStart = segmentEnd + ps;\n continue;\n }\n }\n\n if (x1 == null || x2 == null) continue;\n\n // clip x values\n\n // clip with xmin\n if (x1 <= x2 && x1 < axisx.min) {\n if (x2 < axisx.min) continue;\n y1 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.min;\n } else if (x2 <= x1 && x2 < axisx.min) {\n if (x1 < axisx.min) continue;\n y2 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.min;\n }\n\n // clip with xmax\n if (x1 >= x2 && x1 > axisx.max) {\n if (x2 > axisx.max) continue;\n y1 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.max;\n } else if (x2 >= x1 && x2 > axisx.max) {\n if (x1 > axisx.max) continue;\n y2 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.max;\n }\n\n if (!areaOpen) {\n // open area\n ctx.beginPath();\n ctx.moveTo(axisx.p2c(x1), axisy.p2c(bottom));\n areaOpen = true;\n }\n\n // now first check the case where both is outside\n if (y1 >= axisy.max && y2 >= axisy.max) {\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.max));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.max));\n continue;\n } else if (y1 <= axisy.min && y2 <= axisy.min) {\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.min));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.min));\n continue;\n }\n\n // else it's a bit more complicated, there might\n // be a flat maxed out rectangle first, then a\n // triangular cutout or reverse; to find these\n // keep track of the current x values\n var x1old = x1,\n x2old = x2;\n\n // clip the y values, without shortcutting, we\n // go through all cases in turn\n\n // clip with ymin\n if (y1 <= y2 && y1 < axisy.min && y2 >= axisy.min) {\n x1 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.min;\n } else if (y2 <= y1 && y2 < axisy.min && y1 >= axisy.min) {\n x2 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.min;\n }\n\n // clip with ymax\n if (y1 >= y2 && y1 > axisy.max && y2 <= axisy.max) {\n x1 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.max;\n } else if (y2 >= y1 && y2 > axisy.max && y1 <= axisy.max) {\n x2 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.max;\n }\n\n // if the x value was changed we got a rectangle\n // to fill\n if (x1 != x1old) {\n ctx.lineTo(axisx.p2c(x1old), axisy.p2c(y1));\n // it goes to (x1, y1), but we fill that below\n }\n\n // fill triangular section, this sometimes result\n // in redundant points if (x1, y1) hasn't changed\n // from previous line to, but we just ignore that\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(y1));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));\n\n // fill the other rectangle if it's there\n if (x2 != x2old) {\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));\n ctx.lineTo(axisx.p2c(x2old), axisy.p2c(y2));\n }\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n ctx.lineJoin = 'round';\n\n let lw = series.lines.lineWidth,\n sw = series.shadowSize;\n // FIXME: consider another form of shadow when filling is turned on\n if (lw > 0 && sw > 0) {\n // draw shadow as a thick and thin line with transparency\n ctx.lineWidth = sw;\n ctx.strokeStyle = 'rgba(0,0,0,0.1)';\n // position shadow at angle from the mid of line\n var angle = Math.PI / 18;\n plotLine(\n series.datapoints,\n Math.sin(angle) * (lw / 2 + sw / 2),\n Math.cos(angle) * (lw / 2 + sw / 2),\n series.xaxis,\n series.yaxis\n );\n ctx.lineWidth = sw / 2;\n plotLine(\n series.datapoints,\n Math.sin(angle) * (lw / 2 + sw / 4),\n Math.cos(angle) * (lw / 2 + sw / 4),\n series.xaxis,\n series.yaxis\n );\n }\n\n ctx.lineWidth = lw;\n ctx.strokeStyle = series.color;\n let fillStyle = getFillStyle(series.lines, series.color, 0, plotHeight);\n if (fillStyle) {\n ctx.fillStyle = fillStyle;\n plotLineArea(series.datapoints, series.xaxis, series.yaxis);\n }\n\n if (lw > 0) plotLine(series.datapoints, 0, 0, series.xaxis, series.yaxis);\n ctx.restore();\n }\n\n function drawSeriesPoints(series) {\n function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol) {\n var points = datapoints.points,\n ps = datapoints.pointsize;\n\n for (let i = 0; i < points.length; i += ps) {\n var x = points[i],\n y = points[i + 1];\n if (x == null || x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max) continue;\n\n ctx.beginPath();\n x = axisx.p2c(x);\n y = axisy.p2c(y) + offset;\n if (symbol == 'circle') ctx.arc(x, y, radius, 0, shadow ? Math.PI : Math.PI * 2, false);\n else symbol(ctx, x, y, radius, shadow);\n ctx.closePath();\n\n if (fillStyle) {\n ctx.fillStyle = fillStyle;\n ctx.fill();\n }\n ctx.stroke();\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n let lw = series.points.lineWidth,\n sw = series.shadowSize,\n radius = series.points.radius,\n symbol = series.points.symbol;\n\n // If the user sets the line width to 0, we change it to a very\n // small value. A line width of 0 seems to force the default of 1.\n // Doing the conditional here allows the shadow setting to still be\n // optional even with a lineWidth of 0.\n\n if (lw == 0) lw = 0.0001;\n\n if (lw > 0 && sw > 0) {\n // draw shadow in two steps\n let w = sw / 2;\n ctx.lineWidth = w;\n ctx.strokeStyle = 'rgba(0,0,0,0.1)';\n plotPoints(series.datapoints, radius, null, w + w / 2, true, series.xaxis, series.yaxis, symbol);\n\n ctx.strokeStyle = 'rgba(0,0,0,0.2)';\n plotPoints(series.datapoints, radius, null, w / 2, true, series.xaxis, series.yaxis, symbol);\n }\n\n ctx.lineWidth = lw;\n ctx.strokeStyle = series.color;\n plotPoints(\n series.datapoints,\n radius,\n getFillStyle(series.points, series.color),\n 0,\n false,\n series.xaxis,\n series.yaxis,\n symbol\n );\n ctx.restore();\n }\n\n function drawBar(x, y, b, barLeft, barRight, fillStyleCallback, axisx, axisy, c, horizontal, lineWidth) {\n var left, right, bottom, top, drawLeft, drawRight, drawTop, drawBottom, tmp;\n\n // in horizontal mode, we start the bar from the left\n // instead of from the bottom so it appears to be\n // horizontal rather than vertical\n if (horizontal) {\n drawBottom = drawRight = drawTop = true;\n drawLeft = false;\n left = b;\n right = x;\n top = y + barLeft;\n bottom = y + barRight;\n\n // account for negative bars\n if (right < left) {\n tmp = right;\n right = left;\n left = tmp;\n drawLeft = true;\n drawRight = false;\n }\n } else {\n drawLeft = drawRight = drawTop = true;\n drawBottom = false;\n left = x + barLeft;\n right = x + barRight;\n bottom = b;\n top = y;\n\n // account for negative bars\n if (top < bottom) {\n tmp = top;\n top = bottom;\n bottom = tmp;\n drawBottom = true;\n drawTop = false;\n }\n }\n\n // clip\n if (right < axisx.min || left > axisx.max || top < axisy.min || bottom > axisy.max) return;\n\n if (left < axisx.min) {\n left = axisx.min;\n drawLeft = false;\n }\n\n if (right > axisx.max) {\n right = axisx.max;\n drawRight = false;\n }\n\n if (bottom < axisy.min) {\n bottom = axisy.min;\n drawBottom = false;\n }\n\n if (top > axisy.max) {\n top = axisy.max;\n drawTop = false;\n }\n\n left = axisx.p2c(left);\n bottom = axisy.p2c(bottom);\n right = axisx.p2c(right);\n top = axisy.p2c(top);\n\n // fill the bar\n if (fillStyleCallback) {\n c.fillStyle = fillStyleCallback(bottom, top);\n c.fillRect(left, top, right - left, bottom - top);\n }\n\n // draw outline\n if (lineWidth > 0 && (drawLeft || drawRight || drawTop || drawBottom)) {\n c.beginPath();\n\n // FIXME: inline moveTo is buggy with excanvas\n c.moveTo(left, bottom);\n if (drawLeft) c.lineTo(left, top);\n else c.moveTo(left, top);\n if (drawTop) c.lineTo(right, top);\n else c.moveTo(right, top);\n if (drawRight) c.lineTo(right, bottom);\n else c.moveTo(right, bottom);\n if (drawBottom) c.lineTo(left, bottom);\n else c.moveTo(left, bottom);\n c.stroke();\n }\n }\n\n function drawSeriesBars(series) {\n function plotBars(datapoints, barLeft, barRight, fillStyleCallback, axisx, axisy) {\n var points = datapoints.points,\n ps = datapoints.pointsize;\n\n for (let i = 0; i < points.length; i += ps) {\n if (points[i] == null) continue;\n drawBar(\n points[i],\n points[i + 1],\n points[i + 2],\n barLeft,\n barRight,\n fillStyleCallback,\n axisx,\n axisy,\n ctx,\n series.bars.horizontal,\n series.bars.lineWidth\n );\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n // FIXME: figure out a way to add shadows (for instance along the right edge)\n ctx.lineWidth = series.bars.lineWidth;\n ctx.strokeStyle = series.color;\n\n let barLeft;\n\n switch (series.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -series.bars.barWidth;\n break;\n default:\n barLeft = -series.bars.barWidth / 2;\n }\n\n var fillStyleCallback = series.bars.fill\n ? function(bottom, top) {\n return getFillStyle(series.bars, series.color, bottom, top);\n }\n : null;\n plotBars(series.datapoints, barLeft, barLeft + series.bars.barWidth, fillStyleCallback, series.xaxis, series.yaxis);\n ctx.restore();\n }\n\n function getFillStyle(filloptions, seriesColor, bottom, top) {\n let fill = filloptions.fill;\n if (!fill) return null;\n\n if (filloptions.fillColor) return getColorOrGradient(filloptions.fillColor, bottom, top, seriesColor);\n\n let c = $.color.parse(seriesColor);\n c.a = typeof fill == 'number' ? fill : 0.4;\n c.normalize();\n return c.toString();\n }\n\n function insertLegend() {\n if (options.legend.container != null) {\n $(options.legend.container).html('');\n } else {\n placeholder.find('.legend').remove();\n }\n\n if (!options.legend.show) {\n return;\n }\n\n var fragments = [],\n entries = [],\n rowStarted = false,\n lf = options.legend.labelFormatter,\n s,\n label;\n\n // Build a list of legend entries, with each having a label and a color\n\n for (var i = 0; i < series.length; ++i) {\n s = series[i];\n if (s.label) {\n label = lf ? lf(s.label, s) : s.label;\n if (label) {\n entries.push({\n label: label,\n color: s.color,\n });\n }\n }\n }\n\n // Sort the legend using either the default or a custom comparator\n\n if (options.legend.sorted) {\n if ($.isFunction(options.legend.sorted)) {\n entries.sort(options.legend.sorted);\n } else if (options.legend.sorted == 'reverse') {\n entries.reverse();\n } else {\n var ascending = options.legend.sorted != 'descending';\n entries.sort(function(a, b) {\n // eslint-disable-next-line\n return a.label == b.label ? 0 : a.label < b.label != ascending ? 1 : -1; // Logical XOR\n });\n }\n }\n\n // Generate markup for the list of entries, in their final order\n\n for (var i = 0; i < entries.length; ++i) {\n let entry = entries[i];\n\n if (i % options.legend.noColumns == 0) {\n if (rowStarted) fragments.push('
');\n fragments.push('');\n rowStarted = true;\n }\n\n fragments.push(\n '' +\n ''\n );\n }\n\n if (rowStarted) fragments.push('');\n\n if (fragments.length == 0) return;\n\n var table = '
").addClass("cw").text("#"));n.isBefore(this._viewDate.clone().endOf("w"));)t.append(e("").addClass("dow").text(n.format("dd"))),n.add(1,"d");this.widget.find(".datepicker-days thead").append(t)},c._fillMonths=function(){for(var t=[],n=this._viewDate.clone().startOf("y").startOf("d");n.isSame(this._viewDate,"y");)t.push(e("").attr("data-action","selectMonth").addClass("month").text(n.format("MMM"))),n.add(1,"M");this.widget.find(".datepicker-months td").empty().append(t)},c._updateMonths=function(){var t=this.widget.find(".datepicker-months"),n=t.find("th"),i=t.find("tbody").find("span"),r=this,o=this._getLastPickedDate();n.eq(0).find("span").attr("title",this._options.tooltips.prevYear),n.eq(1).attr("title",this._options.tooltips.selectYear),n.eq(2).find("span").attr("title",this._options.tooltips.nextYear),t.find(".disabled").removeClass("disabled"),this._isValid(this._viewDate.clone().subtract(1,"y"),"y")||n.eq(0).addClass("disabled"),n.eq(1).text(this._viewDate.year()),this._isValid(this._viewDate.clone().add(1,"y"),"y")||n.eq(2).addClass("disabled"),i.removeClass("active"),o&&o.isSame(this._viewDate,"y")&&!this.unset&&i.eq(o.month()).addClass("active"),i.each((function(t){r._isValid(r._viewDate.clone().month(t),"M")||e(this).addClass("disabled")}))},c._getStartEndYear=function(e,t){var n=e/10,i=Math.floor(t/e)*e;return[i,i+9*n,Math.floor(t/n)*n]},c._updateYears=function(){var e=this.widget.find(".datepicker-years"),t=e.find("th"),n=this._getStartEndYear(10,this._viewDate.year()),i=this._viewDate.clone().year(n[0]),r=this._viewDate.clone().year(n[1]),o="";for(t.eq(0).find("span").attr("title",this._options.tooltips.prevDecade),t.eq(1).attr("title",this._options.tooltips.selectDecade),t.eq(2).find("span").attr("title",this._options.tooltips.nextDecade),e.find(".disabled").removeClass("disabled"),this._options.minDate&&this._options.minDate.isAfter(i,"y")&&t.eq(0).addClass("disabled"),t.eq(1).text(i.year()+"-"+r.year()),this._options.maxDate&&this._options.maxDate.isBefore(r,"y")&&t.eq(2).addClass("disabled"),o+=''+(i.year()-1)+"";!i.isAfter(r,"y");)o+=''+i.year()+"",i.add(1,"y");o+=''+i.year()+"",e.find("td").html(o)},c._updateDecades=function(){var e,t=this.widget.find(".datepicker-decades"),n=t.find("th"),i=this._getStartEndYear(100,this._viewDate.year()),r=this._viewDate.clone().year(i[0]),o=this._viewDate.clone().year(i[1]),s=this._getLastPickedDate(),a=!1,l=!1,c="";for(n.eq(0).find("span").attr("title",this._options.tooltips.prevCentury),n.eq(2).find("span").attr("title",this._options.tooltips.nextCentury),t.find(".disabled").removeClass("disabled"),(0===r.year()||this._options.minDate&&this._options.minDate.isAfter(r,"y"))&&n.eq(0).addClass("disabled"),n.eq(1).text(r.year()+"-"+o.year()),this._options.maxDate&&this._options.maxDate.isBefore(o,"y")&&n.eq(2).addClass("disabled"),r.year()-10<0?c+=" ":c+=''+(r.year()-10)+"";!r.isAfter(o,"y");)e=r.year()+11,a=this._options.minDate&&this._options.minDate.isAfter(r,"y")&&this._options.minDate.year()<=e,l=this._options.maxDate&&this._options.maxDate.isAfter(r,"y")&&this._options.maxDate.year()<=e,c+=''+r.year()+"",r.add(10,"y");c+=''+r.year()+"",t.find("td").html(c)},c._fillDate=function(){n.prototype._fillDate.call(this);var t,i,r,o,s=this.widget.find(".datepicker-days"),a=s.find("th"),l=[];if(this._hasDate()){for(a.eq(0).find("span").attr("title",this._options.tooltips.prevMonth),a.eq(1).attr("title",this._options.tooltips.selectMonth),a.eq(2).find("span").attr("title",this._options.tooltips.nextMonth),s.find(".disabled").removeClass("disabled"),a.eq(1).text(this._viewDate.format(this._options.dayViewHeaderFormat)),this._isValid(this._viewDate.clone().subtract(1,"M"),"M")||a.eq(0).addClass("disabled"),this._isValid(this._viewDate.clone().add(1,"M"),"M")||a.eq(2).addClass("disabled"),t=this._viewDate.clone().startOf("M").startOf("w").startOf("d"),o=0;o<42;o++){if(0===t.weekday()&&(i=e("
'+t.week()+"'+t.date()+"
'+n.format(this.use24Hours?"HH":"hh")+"
'+n.format("mm")+"
'+n.format("ss")+"
' +\n entry.label +\n '
' + fragments.join('') + '
';\n if (options.legend.container != null) $(options.legend.container).html(table);\n else {\n var pos = '',\n p = options.legend.position,\n m = options.legend.margin;\n if (m[0] == null) m = [m, m];\n if (p.charAt(0) == 'n') pos += 'top:' + (m[1] + plotOffset.top) + 'px;';\n else if (p.charAt(0) == 's') pos += 'bottom:' + (m[1] + plotOffset.bottom) + 'px;';\n if (p.charAt(1) == 'e') pos += 'right:' + (m[0] + plotOffset.right) + 'px;';\n else if (p.charAt(1) == 'w') pos += 'left:' + (m[0] + plotOffset.left) + 'px;';\n var legend = $(\n '
' + table.replace('style=\"', 'style=\"position:absolute;' + pos + ';') + '
'\n ).appendTo(placeholder);\n if (options.legend.backgroundOpacity != 0.0) {\n // put in the transparent background\n // separately to avoid blended labels and\n // label boxes\n let c = options.legend.backgroundColor;\n if (c == null) {\n c = options.grid.backgroundColor;\n if (c && typeof c == 'string') c = $.color.parse(c);\n else c = $.color.extract(legend, 'background-color');\n c.a = 1;\n c = c.toString();\n }\n let div = legend.children();\n $(\n '
'\n )\n .prependTo(legend)\n .css('opacity', options.legend.backgroundOpacity);\n }\n }\n }\n\n // interactive features\n\n var highlights = [],\n redrawTimeout = null;\n\n // returns the data item the mouse is over, or null if none is found\n function findNearbyItem(mouseX, mouseY, seriesFilter) {\n let maxDistance = options.grid.mouseActiveRadius,\n smallestDistance = maxDistance * maxDistance + 1,\n item = null,\n i,\n j,\n ps;\n\n for (i = series.length - 1; i >= 0; --i) {\n if (!seriesFilter(series[i])) continue;\n\n let s = series[i],\n axisx = s.xaxis,\n axisy = s.yaxis,\n points = s.datapoints.points,\n mx = axisx.c2p(mouseX), // precompute some stuff to make the loop faster\n my = axisy.c2p(mouseY),\n maxx = maxDistance / axisx.scale,\n maxy = maxDistance / axisy.scale;\n\n ps = s.datapoints.pointsize;\n // with inverse transforms, we can't use the maxx/maxy\n // optimization, sadly\n if (axisx.options.inverseTransform) maxx = Number.MAX_VALUE;\n if (axisy.options.inverseTransform) maxy = Number.MAX_VALUE;\n\n if (s.lines.show || s.points.show) {\n for (j = 0; j < points.length; j += ps) {\n var x = points[j],\n y = points[j + 1];\n if (x == null) continue;\n\n // For points and lines, the cursor must be within a\n // certain distance to the data point\n if (x - mx > maxx || x - mx < -maxx || y - my > maxy || y - my < -maxy) continue;\n\n // We have to calculate distances in pixels, not in\n // data units, because the scales of the axes may be different\n let dx = Math.abs(axisx.p2c(x) - mouseX),\n dy = Math.abs(axisy.p2c(y) - mouseY),\n dist = dx * dx + dy * dy; // we save the sqrt\n\n // use <= to ensure last point takes precedence\n // (last generally means on top of)\n if (dist < smallestDistance) {\n smallestDistance = dist;\n item = [i, j / ps];\n }\n }\n }\n\n if (s.bars.show && !item) {\n // no other point can be nearby\n\n var barLeft, barRight;\n\n switch (s.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -s.bars.barWidth;\n break;\n default:\n barLeft = -s.bars.barWidth / 2;\n }\n\n barRight = barLeft + s.bars.barWidth;\n\n for (j = 0; j < points.length; j += ps) {\n var x = points[j],\n y = points[j + 1],\n b = points[j + 2];\n if (x == null) continue;\n\n // for a bar graph, the cursor must be inside the bar\n if (\n series[i].bars.horizontal\n ? mx <= Math.max(b, x) && mx >= Math.min(b, x) && my >= y + barLeft && my <= y + barRight\n : mx >= x + barLeft && mx <= x + barRight && my >= Math.min(b, y) && my <= Math.max(b, y)\n )\n item = [i, j / ps];\n }\n }\n }\n\n if (item) {\n i = item[0];\n j = item[1];\n ps = series[i].datapoints.pointsize;\n\n return {\n datapoint: series[i].datapoints.points.slice(j * ps, (j + 1) * ps),\n dataIndex: j,\n series: series[i],\n seriesIndex: i,\n };\n }\n\n return null;\n }\n\n function onMouseMove(e) {\n if (options.grid.hoverable)\n triggerClickHoverEvent('plothover', e, function(s) {\n return s['hoverable'] != false;\n });\n }\n\n function onMouseLeave(e) {\n if (options.grid.hoverable)\n triggerClickHoverEvent('plothover', e, function() {\n return false;\n });\n }\n\n function onClick(e) {\n if (plot.isSelecting) {\n return;\n }\n\n triggerClickHoverEvent('plotclick', e, function(s) {\n return s['clickable'] != false;\n });\n }\n\n // trigger click or hover event (they send the same parameters\n // so we share their code)\n function triggerClickHoverEvent(eventname, event, seriesFilter) {\n let offset = eventHolder.offset(),\n canvasX = event.pageX - offset.left - plotOffset.left,\n canvasY = event.pageY - offset.top - plotOffset.top,\n pos = canvasToAxisCoords({ left: canvasX, top: canvasY });\n\n pos.pageX = event.pageX;\n pos.pageY = event.pageY;\n\n // Add ctrlKey and metaKey to event\n pos.ctrlKey = event.ctrlKey;\n pos.metaKey = event.metaKey;\n\n let item = findNearbyItem(canvasX, canvasY, seriesFilter);\n\n if (item) {\n // fill in mouse pos for any listeners out there\n item.pageX = parseInt(item.series.xaxis.p2c(item.datapoint[0]) + offset.left + plotOffset.left, 10);\n item.pageY = parseInt(item.series.yaxis.p2c(item.datapoint[1]) + offset.top + plotOffset.top, 10);\n }\n\n if (options.grid.autoHighlight) {\n // clear auto-highlights\n for (let i = 0; i < highlights.length; ++i) {\n let h = highlights[i];\n if (\n h.auto == eventname &&\n !(item && h.series == item.series && h.point[0] == item.datapoint[0] && h.point[1] == item.datapoint[1])\n )\n unhighlight(h.series, h.point);\n }\n\n if (item) highlight(item.series, item.datapoint, eventname);\n }\n\n placeholder.trigger(eventname, [pos, item]);\n }\n\n function triggerRedrawOverlay() {\n let t = options.interaction.redrawOverlayInterval;\n if (t == -1) {\n // skip event queue\n drawOverlay();\n return;\n }\n\n if (!redrawTimeout) redrawTimeout = setTimeout(drawOverlay, t);\n }\n\n function drawOverlay() {\n redrawTimeout = null;\n\n // draw highlights\n octx.save();\n overlay.clear();\n octx.translate(plotOffset.left, plotOffset.top);\n\n let i, hi;\n for (i = 0; i < highlights.length; ++i) {\n hi = highlights[i];\n\n if (hi.series.bars.show) drawBarHighlight(hi.series, hi.point);\n else drawPointHighlight(hi.series, hi.point);\n }\n octx.restore();\n\n executeHooks(hooks.drawOverlay, [octx]);\n }\n\n function highlight(s, point, auto) {\n if (typeof s == 'number') s = series[s];\n\n if (typeof point == 'number') {\n let ps = s.datapoints.pointsize;\n point = s.datapoints.points.slice(ps * point, ps * (point + 1));\n }\n\n let i = indexOfHighlight(s, point);\n if (i == -1) {\n highlights.push({ series: s, point: point, auto: auto });\n\n triggerRedrawOverlay();\n } else if (!auto) highlights[i].auto = false;\n }\n\n function unhighlight(s, point) {\n if (s == null && point == null) {\n highlights = [];\n triggerRedrawOverlay();\n return;\n }\n\n if (typeof s == 'number') s = series[s];\n\n if (typeof point == 'number') {\n let ps = s.datapoints.pointsize;\n point = s.datapoints.points.slice(ps * point, ps * (point + 1));\n }\n\n let i = indexOfHighlight(s, point);\n if (i != -1) {\n highlights.splice(i, 1);\n\n triggerRedrawOverlay();\n }\n }\n\n function indexOfHighlight(s, p) {\n for (let i = 0; i < highlights.length; ++i) {\n let h = highlights[i];\n if (h.series == s && h.point[0] == p[0] && h.point[1] == p[1]) return i;\n }\n return -1;\n }\n\n function drawPointHighlight(series, point) {\n var x = point[0],\n y = point[1],\n axisx = series.xaxis,\n axisy = series.yaxis,\n highlightColor =\n typeof series.highlightColor === 'string'\n ? series.highlightColor\n : $.color\n .parse(series.color)\n .scale('a', 0.5)\n .toString();\n\n if (x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max) return;\n\n let pointRadius = series.points.radius + series.points.lineWidth / 2;\n octx.lineWidth = pointRadius;\n octx.strokeStyle = highlightColor;\n let radius = 1.5 * pointRadius;\n x = axisx.p2c(x);\n y = axisy.p2c(y);\n\n octx.beginPath();\n if (series.points.symbol == 'circle') octx.arc(x, y, radius, 0, 2 * Math.PI, false);\n else series.points.symbol(octx, x, y, radius, false);\n octx.closePath();\n octx.stroke();\n }\n\n function drawBarHighlight(series, point) {\n var highlightColor =\n typeof series.highlightColor === 'string'\n ? series.highlightColor\n : $.color\n .parse(series.color)\n .scale('a', 0.5)\n .toString(),\n fillStyle = highlightColor,\n barLeft;\n\n switch (series.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -series.bars.barWidth;\n break;\n default:\n barLeft = -series.bars.barWidth / 2;\n }\n\n octx.lineWidth = series.bars.lineWidth;\n octx.strokeStyle = highlightColor;\n\n drawBar(\n point[0],\n point[1],\n point[2] || 0,\n barLeft,\n barLeft + series.bars.barWidth,\n function() {\n return fillStyle;\n },\n series.xaxis,\n series.yaxis,\n octx,\n series.bars.horizontal,\n series.bars.lineWidth\n );\n }\n\n function getColorOrGradient(spec, bottom, top, defaultColor) {\n if (typeof spec == 'string') return spec;\n else {\n // assume this is a gradient spec; IE currently only\n // supports a simple vertical gradient properly, so that's\n // what we support too\n let gradient = ctx.createLinearGradient(0, top, 0, bottom);\n\n for (let i = 0, l = spec.colors.length; i < l; ++i) {\n let c = spec.colors[i];\n if (typeof c != 'string') {\n let co = $.color.parse(defaultColor);\n if (c.brightness != null) co = co.scale('rgb', c.brightness);\n if (c.opacity != null) co.a *= c.opacity;\n c = co.toString();\n }\n gradient.addColorStop(i / (l - 1), c);\n }\n\n return gradient;\n }\n }\n }\n\n // Add the plot function to the top level of the jQuery object\n\n $.plot = function(placeholder, data, options) {\n //var t0 = new Date();\n let plot = new Plot($(placeholder), data, options, $.plot.plugins);\n //(window.console ? console.log : alert)(\"time used (msecs): \" + ((new Date()).getTime() - t0.getTime()));\n return plot;\n };\n\n $.plot.version = '0.8.3';\n\n $.plot.plugins = [];\n\n // Also add the plot function as a chainable property\n\n $.fn.plot = function(data, options) {\n return this.each(function() {\n $.plot(this, data, options);\n });\n };\n\n // round to nearby lower multiple of base\n function floorInBase(n, base) {\n return base * Math.floor(n / base);\n }\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO THANOS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n\n/* Flot plugin for stacking data sets rather than overlyaing them.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nThe plugin assumes the data is sorted on x (or y if stacking horizontally).\nFor line charts, it is assumed that if a line has an undefined gap (from a\nnull point), then the line above it should have the same gap - insert zeros\ninstead of \"null\" if you want another behaviour. This also holds for the start\nand end of the chart. Note that stacking a mix of positive and negative values\nin most instances doesn't make sense (so it looks weird).\n\nTwo or more series are stacked when their \"stack\" attribute is set to the same\nkey (which can be any number or string or just \"true\"). To specify the default\nstack, you can set the stack option like this:\n\n series: {\n stack: null/false, true, or a key (number/string)\n }\n\nYou can also specify it for a single series, like this:\n\n $.plot( $(\"#placeholder\"), [{\n data: [ ... ],\n stack: true\n }])\n\nThe stacking order is determined by the order of the data series in the array\n(later series end up on top of the previous).\n\nInternally, the plugin modifies the datapoints in each series, adding an\noffset to the y value. For line series, extra data points are inserted through\ninterpolation. If there's a second y value, it's also adjusted (e.g for bar\ncharts or filled areas).\n\n*/\n\n(function($) {\n const options = {\n series: { stack: null }, // or number/string\n };\n\n function init(plot) {\n function findMatchingSeries(s, allseries) {\n let res = null;\n for (let i = 0; i < allseries.length; ++i) {\n if (s == allseries[i]) break;\n\n if (allseries[i].stack == s.stack) res = allseries[i];\n }\n\n return res;\n }\n\n function stackData(plot, s, datapoints) {\n if (s.stack == null || s.stack === false) return;\n\n const other = findMatchingSeries(s, plot.getData());\n if (!other) return;\n\n let ps = datapoints.pointsize,\n points = datapoints.points,\n otherps = other.datapoints.pointsize,\n otherpoints = other.datapoints.points,\n newpoints = [],\n px,\n py,\n intery,\n qx,\n qy,\n bottom,\n withlines = s.lines.show,\n horizontal = s.bars.horizontal,\n withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),\n withsteps = withlines && s.lines.steps,\n keyOffset = horizontal ? 1 : 0,\n accumulateOffset = horizontal ? 0 : 1,\n i = 0,\n j = 0,\n l,\n m;\n\n while (true) {\n if (i >= points.length && j >= otherpoints.length) break;\n\n l = newpoints.length;\n\n if (i < points.length && points[i] == null) {\n // take the points from the previous series\n for (m = 0; m < ps; ++m) newpoints.push(otherpoints[i + m]);\n if (withbottom) newpoints[l + 2] = otherpoints[i + accumulateOffset];\n i += ps;\n } else if (i >= points.length) {\n j += otherps;\n } else if (j >= otherpoints.length) {\n // take the remaining points from the current series\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n i += ps;\n } else if (j < otherpoints.length && otherpoints[j] == null) {\n // ignore point\n j += otherps;\n } else {\n // cases where we actually got two points\n px = points[i + keyOffset];\n py = points[i + accumulateOffset];\n qx = otherpoints[j + keyOffset];\n qy = otherpoints[j + accumulateOffset];\n bottom = 0;\n\n if (px == qx) {\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n\n newpoints[l + accumulateOffset] += qy;\n bottom = qy;\n\n i += ps;\n j += otherps;\n } else if (px > qx) {\n // take the point from the previous series so that next series will correctly stack\n if (i == 0) {\n for (m = 0; m < ps; ++m) newpoints.push(otherpoints[j + m]);\n bottom = qy;\n }\n // we got past point below, might need to\n // insert interpolated extra point\n if (i > 0 && points[i - ps] != null) {\n intery = py + ((points[i - ps + accumulateOffset] - py) * (qx - px)) / (points[i - ps + keyOffset] - px);\n newpoints.push(qx);\n newpoints.push(intery + qy);\n for (m = 2; m < ps; ++m) newpoints.push(points[i + m]);\n bottom = qy;\n }\n\n j += otherps;\n } else {\n // px < qx\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n\n // we might be able to interpolate a point below,\n // this can give us a better y\n if (j > 0 && otherpoints[j - otherps] != null)\n bottom =\n qy +\n ((otherpoints[j - otherps + accumulateOffset] - qy) * (px - qx)) /\n (otherpoints[j - otherps + keyOffset] - qx);\n\n newpoints[l + accumulateOffset] += bottom;\n\n i += ps;\n }\n\n if (l != newpoints.length && withbottom) newpoints[l + 2] = bottom;\n }\n\n // maintain the line steps invariant\n if (\n withsteps &&\n l != newpoints.length &&\n l > 0 &&\n newpoints[l] != null &&\n newpoints[l] != newpoints[l - ps] &&\n newpoints[l + 1] != newpoints[l - ps + 1]\n ) {\n for (m = 0; m < ps; ++m) newpoints[l + ps + m] = newpoints[l + m];\n newpoints[l + 1] = newpoints[l - ps + 1];\n }\n }\n\n datapoints.points = newpoints;\n }\n\n plot.hooks.processDatapoints.push(stackData);\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'stack',\n version: '1.2',\n });\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO THANOS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-rest-params */\n/* eslint-disable no-useless-concat */\n/* eslint-disable default-case */\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n\n/* Pretty handling of time axes.\n\nCopyright (c) 2007-2013 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nSet axis.mode to \"time\" to enable. See the section \"Time series data\" in\nAPI.txt for details.\n\n*/\n\n(function($) {\n const options = {\n xaxis: {\n timezone: null, // \"browser\" for local to the client or timezone for timezone-js\n timeformat: null, // format string to use\n twelveHourClock: false, // 12 or 24 time in time mode\n monthNames: null, // list of names of months\n },\n };\n\n // round to nearby lower multiple of base\n\n function floorInBase(n, base) {\n return base * Math.floor(n / base);\n }\n\n // Returns a string with the date d formatted according to fmt.\n // A subset of the Open Group's strftime format is supported.\n\n function formatDate(d, fmt, monthNames, dayNames) {\n if (typeof d.strftime == 'function') {\n return d.strftime(fmt);\n }\n\n const leftPad = function(n, pad) {\n n = '' + n;\n pad = '' + (pad == null ? '0' : pad);\n return n.length == 1 ? pad + n : n;\n };\n\n const r = [];\n let escape = false;\n const hours = d.getHours();\n const isAM = hours < 12;\n\n if (monthNames == null) {\n monthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];\n }\n\n if (dayNames == null) {\n dayNames = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];\n }\n\n let hours12;\n\n if (hours > 12) {\n hours12 = hours - 12;\n } else if (hours == 0) {\n hours12 = 12;\n } else {\n hours12 = hours;\n }\n\n for (let i = 0; i < fmt.length; ++i) {\n let c = fmt.charAt(i);\n\n if (escape) {\n switch (c) {\n case 'a':\n c = '' + dayNames[d.getDay()];\n break;\n case 'b':\n c = '' + monthNames[d.getMonth()];\n break;\n case 'd':\n c = leftPad(d.getDate(), '');\n break;\n case 'e':\n c = leftPad(d.getDate(), ' ');\n break;\n case 'h': // For back-compat with 0.7; remove in 1.0\n case 'H':\n c = leftPad(hours);\n break;\n case 'I':\n c = leftPad(hours12);\n break;\n case 'l':\n c = leftPad(hours12, ' ');\n break;\n case 'm':\n c = leftPad(d.getMonth() + 1, '');\n break;\n case 'M':\n c = leftPad(d.getMinutes());\n break;\n // quarters not in Open Group's strftime specification\n case 'q':\n c = '' + (Math.floor(d.getMonth() / 3) + 1);\n break;\n case 'S':\n c = leftPad(d.getSeconds());\n break;\n case 'y':\n c = leftPad(d.getFullYear() % 100);\n break;\n case 'Y':\n c = '' + d.getFullYear();\n break;\n case 'p':\n c = isAM ? '' + 'am' : '' + 'pm';\n break;\n case 'P':\n c = isAM ? '' + 'AM' : '' + 'PM';\n break;\n case 'w':\n c = '' + d.getDay();\n break;\n }\n r.push(c);\n escape = false;\n } else {\n if (c == '%') {\n escape = true;\n } else {\n r.push(c);\n }\n }\n }\n\n return r.join('');\n }\n\n // To have a consistent view of time-based data independent of which time\n // zone the client happens to be in we need a date-like object independent\n // of time zones. This is done through a wrapper that only calls the UTC\n // versions of the accessor methods.\n\n function makeUtcWrapper(d) {\n function addProxyMethod(sourceObj, sourceMethod, targetObj, targetMethod) {\n sourceObj[sourceMethod] = function() {\n return targetObj[targetMethod].apply(targetObj, arguments);\n };\n }\n\n const utc = {\n date: d,\n };\n\n // support strftime, if found\n\n if (d.strftime != undefined) {\n addProxyMethod(utc, 'strftime', d, 'strftime');\n }\n\n addProxyMethod(utc, 'getTime', d, 'getTime');\n addProxyMethod(utc, 'setTime', d, 'setTime');\n\n const props = ['Date', 'Day', 'FullYear', 'Hours', 'Milliseconds', 'Minutes', 'Month', 'Seconds'];\n\n for (let p = 0; p < props.length; p++) {\n addProxyMethod(utc, 'get' + props[p], d, 'getUTC' + props[p]);\n addProxyMethod(utc, 'set' + props[p], d, 'setUTC' + props[p]);\n }\n\n return utc;\n }\n\n // select time zone strategy. This returns a date-like object tied to the\n // desired timezone\n\n function dateGenerator(ts, opts) {\n if (opts.timezone == 'browser') {\n return new Date(ts);\n } else if (!opts.timezone || opts.timezone == 'utc') {\n return makeUtcWrapper(new Date(ts));\n }\n // } else if (typeof timezoneJS != 'undefined' && typeof timezoneJS.Date != 'undefined') {\n // const d = new timezoneJS.Date();\n // // timezone-js is fickle, so be sure to set the time zone before\n // // setting the time.\n // d.setTimezone(opts.timezone);\n // d.setTime(ts);\n // return d;\n // }\n return makeUtcWrapper(new Date(ts));\n }\n\n // map of app. size of time units in milliseconds\n\n const timeUnitSize = {\n second: 1000,\n minute: 60 * 1000,\n hour: 60 * 60 * 1000,\n day: 24 * 60 * 60 * 1000,\n month: 30 * 24 * 60 * 60 * 1000,\n quarter: 3 * 30 * 24 * 60 * 60 * 1000,\n year: 365.2425 * 24 * 60 * 60 * 1000,\n };\n\n // the allowed tick sizes, after 1 year we use\n // an integer algorithm\n\n const baseSpec = [\n [1, 'second'],\n [2, 'second'],\n [5, 'second'],\n [10, 'second'],\n [30, 'second'],\n [1, 'minute'],\n [2, 'minute'],\n [5, 'minute'],\n [10, 'minute'],\n [30, 'minute'],\n [1, 'hour'],\n [2, 'hour'],\n [4, 'hour'],\n [8, 'hour'],\n [12, 'hour'],\n [1, 'day'],\n [2, 'day'],\n [3, 'day'],\n [0.25, 'month'],\n [0.5, 'month'],\n [1, 'month'],\n [2, 'month'],\n ];\n\n // we don't know which variant(s) we'll need yet, but generating both is\n // cheap\n\n const specMonths = baseSpec.concat([[3, 'month'], [6, 'month'], [1, 'year']]);\n const specQuarters = baseSpec.concat([[1, 'quarter'], [2, 'quarter'], [1, 'year']]);\n\n function init(plot) {\n plot.hooks.processOptions.push(function(plot) {\n $.each(plot.getAxes(), function(axisName, axis) {\n const opts = axis.options;\n\n if (opts.mode == 'time') {\n axis.tickGenerator = function(axis) {\n const ticks = [];\n const d = dateGenerator(axis.min, opts);\n let minSize = 0;\n\n // make quarter use a possibility if quarters are\n // mentioned in either of these options\n\n const spec =\n (opts.tickSize && opts.tickSize[1] === 'quarter') || (opts.minTickSize && opts.minTickSize[1] === 'quarter')\n ? specQuarters\n : specMonths;\n\n if (opts.minTickSize != null) {\n if (typeof opts.tickSize == 'number') {\n minSize = opts.tickSize;\n } else {\n minSize = opts.minTickSize[0] * timeUnitSize[opts.minTickSize[1]];\n }\n }\n\n for (var i = 0; i < spec.length - 1; ++i) {\n if (\n axis.delta < (spec[i][0] * timeUnitSize[spec[i][1]] + spec[i + 1][0] * timeUnitSize[spec[i + 1][1]]) / 2 &&\n spec[i][0] * timeUnitSize[spec[i][1]] >= minSize\n ) {\n break;\n }\n }\n\n let size = spec[i][0];\n let unit = spec[i][1];\n\n // special-case the possibility of several years\n\n if (unit == 'year') {\n // if given a minTickSize in years, just use it,\n // ensuring that it's an integer\n\n if (opts.minTickSize != null && opts.minTickSize[1] == 'year') {\n size = Math.floor(opts.minTickSize[0]);\n } else {\n const magn = Math.pow(10, Math.floor(Math.log(axis.delta / timeUnitSize.year) / Math.LN10));\n const norm = axis.delta / timeUnitSize.year / magn;\n\n if (norm < 1.5) {\n size = 1;\n } else if (norm < 3) {\n size = 2;\n } else if (norm < 7.5) {\n size = 5;\n } else {\n size = 10;\n }\n\n size *= magn;\n }\n\n // minimum size for years is 1\n\n if (size < 1) {\n size = 1;\n }\n }\n\n axis.tickSize = opts.tickSize || [size, unit];\n const tickSize = axis.tickSize[0];\n unit = axis.tickSize[1];\n\n const step = tickSize * timeUnitSize[unit];\n\n if (unit == 'second') {\n d.setSeconds(floorInBase(d.getSeconds(), tickSize));\n } else if (unit == 'minute') {\n d.setMinutes(floorInBase(d.getMinutes(), tickSize));\n } else if (unit == 'hour') {\n d.setHours(floorInBase(d.getHours(), tickSize));\n } else if (unit == 'month') {\n d.setMonth(floorInBase(d.getMonth(), tickSize));\n } else if (unit == 'quarter') {\n d.setMonth(3 * floorInBase(d.getMonth() / 3, tickSize));\n } else if (unit == 'year') {\n d.setFullYear(floorInBase(d.getFullYear(), tickSize));\n }\n\n // reset smaller components\n\n d.setMilliseconds(0);\n\n if (step >= timeUnitSize.minute) {\n d.setSeconds(0);\n }\n if (step >= timeUnitSize.hour) {\n d.setMinutes(0);\n }\n if (step >= timeUnitSize.day) {\n d.setHours(0);\n }\n if (step >= timeUnitSize.day * 4) {\n d.setDate(1);\n }\n if (step >= timeUnitSize.month * 2) {\n d.setMonth(floorInBase(d.getMonth(), 3));\n }\n if (step >= timeUnitSize.quarter * 2) {\n d.setMonth(floorInBase(d.getMonth(), 6));\n }\n if (step >= timeUnitSize.year) {\n d.setMonth(0);\n }\n\n let carry = 0;\n let v = Number.NaN;\n let prev;\n\n do {\n prev = v;\n v = d.getTime();\n ticks.push(v);\n\n if (unit == 'month' || unit == 'quarter') {\n if (tickSize < 1) {\n // a bit complicated - we'll divide the\n // month/quarter up but we need to take\n // care of fractions so we don't end up in\n // the middle of a day\n\n d.setDate(1);\n const start = d.getTime();\n d.setMonth(d.getMonth() + (unit == 'quarter' ? 3 : 1));\n const end = d.getTime();\n d.setTime(v + carry * timeUnitSize.hour + (end - start) * tickSize);\n carry = d.getHours();\n d.setHours(0);\n } else {\n d.setMonth(d.getMonth() + tickSize * (unit == 'quarter' ? 3 : 1));\n }\n } else if (unit == 'year') {\n d.setFullYear(d.getFullYear() + tickSize);\n } else {\n d.setTime(v + step);\n }\n } while (v < axis.max && v != prev);\n\n return ticks;\n };\n\n axis.tickFormatter = function(v, axis) {\n const d = dateGenerator(v, axis.options);\n\n // first check global format\n\n if (opts.timeformat != null) {\n return formatDate(d, opts.timeformat, opts.monthNames, opts.dayNames);\n }\n\n // possibly use quarters if quarters are mentioned in\n // any of these places\n\n const useQuarters =\n (axis.options.tickSize && axis.options.tickSize[1] == 'quarter') ||\n (axis.options.minTickSize && axis.options.minTickSize[1] == 'quarter');\n\n const t = axis.tickSize[0] * timeUnitSize[axis.tickSize[1]];\n const span = axis.max - axis.min;\n const suffix = opts.twelveHourClock ? ' %p' : '';\n const hourCode = opts.twelveHourClock ? '%I' : '%H';\n let fmt;\n\n if (t < timeUnitSize.minute) {\n fmt = hourCode + ':%M:%S' + suffix;\n } else if (t < timeUnitSize.day) {\n if (span < 2 * timeUnitSize.day) {\n fmt = hourCode + ':%M' + suffix;\n } else {\n fmt = '%b %d ' + hourCode + ':%M' + suffix;\n }\n } else if (t < timeUnitSize.month) {\n fmt = '%b %d';\n } else if ((useQuarters && t < timeUnitSize.quarter) || (!useQuarters && t < timeUnitSize.year)) {\n if (span < timeUnitSize.year) {\n fmt = '%b';\n } else {\n fmt = '%b %Y';\n }\n } else if (useQuarters && t < timeUnitSize.year) {\n if (span < timeUnitSize.year) {\n fmt = 'Q%q';\n } else {\n fmt = 'Q%q %Y';\n }\n } else {\n fmt = '%Y';\n }\n\n const rt = formatDate(d, fmt, opts.monthNames, opts.dayNames);\n\n return rt;\n };\n }\n });\n });\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'time',\n version: '1.0',\n });\n\n // Time-axis support used to be in Flot core, which exposed the\n // formatDate function on the plot object. Various plugins depend\n // on the function, so we need to re-expose it here.\n\n $.plot.formatDate = formatDate;\n})(window.jQuery);\n",null,"'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar callBind = require('./');\n\nvar $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));\n\nmodule.exports = function callBoundIntrinsic(name, allowMissing) {\n\tvar intrinsic = GetIntrinsic(name, !!allowMissing);\n\tif (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {\n\t\treturn callBind(intrinsic);\n\t}\n\treturn intrinsic;\n};\n","'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind(originalFunction) {\n\tvar func = $reflectApply(bind, $call, arguments);\n\tif ($gOPD && $defineProperty) {\n\t\tvar desc = $gOPD(func, 'length');\n\t\tif (desc.configurable) {\n\t\t\t// original length, plus the receiver, minus any additional arguments (after the receiver)\n\t\t\t$defineProperty(\n\t\t\t\tfunc,\n\t\t\t\t'length',\n\t\t\t\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\n\t\t\t);\n\t\t}\n\t}\n\treturn func;\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n","/*!\n Copyright (c) 2018 Jed Watson.\n Licensed under the MIT License (MIT), see\n http://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames() {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tif (arg.length) {\n\t\t\t\t\tvar inner = classNames.apply(null, arg);\n\t\t\t\t\tif (inner) {\n\t\t\t\t\t\tclasses.push(inner);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString === Object.prototype.toString) {\n\t\t\t\t\tfor (var key in arg) {\n\t\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\t\tclasses.push(key);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","\"use strict\";\n\nvar deselectCurrent = require(\"toggle-selection\");\n\nvar clipboardToIE11Formatting = {\n \"text/plain\": \"Text\",\n \"text/html\": \"Url\",\n \"default\": \"Text\"\n}\n\nvar defaultMessage = \"Copy to clipboard: #{key}, Enter\";\n\nfunction format(message) {\n var copyKey = (/mac os x/i.test(navigator.userAgent) ? \"⌘\" : \"Ctrl\") + \"+C\";\n return message.replace(/#{\\s*key\\s*}/g, copyKey);\n}\n\nfunction copy(text, options) {\n var debug,\n message,\n reselectPrevious,\n range,\n selection,\n mark,\n success = false;\n if (!options) {\n options = {};\n }\n debug = options.debug || false;\n try {\n reselectPrevious = deselectCurrent();\n\n range = document.createRange();\n selection = document.getSelection();\n\n mark = document.createElement(\"span\");\n mark.textContent = text;\n // reset user styles for span element\n mark.style.all = \"unset\";\n // prevents scrolling to the end of the page\n mark.style.position = \"fixed\";\n mark.style.top = 0;\n mark.style.clip = \"rect(0, 0, 0, 0)\";\n // used to preserve spaces and line breaks\n mark.style.whiteSpace = \"pre\";\n // do not inherit user-select (it may be `none`)\n mark.style.webkitUserSelect = \"text\";\n mark.style.MozUserSelect = \"text\";\n mark.style.msUserSelect = \"text\";\n mark.style.userSelect = \"text\";\n mark.addEventListener(\"copy\", function(e) {\n e.stopPropagation();\n if (options.format) {\n e.preventDefault();\n if (typeof e.clipboardData === \"undefined\") { // IE 11\n debug && console.warn(\"unable to use e.clipboardData\");\n debug && console.warn(\"trying IE specific stuff\");\n window.clipboardData.clearData();\n var format = clipboardToIE11Formatting[options.format] || clipboardToIE11Formatting[\"default\"]\n window.clipboardData.setData(format, text);\n } else { // all other browsers\n e.clipboardData.clearData();\n e.clipboardData.setData(options.format, text);\n }\n }\n if (options.onCopy) {\n e.preventDefault();\n options.onCopy(e.clipboardData);\n }\n });\n\n document.body.appendChild(mark);\n\n range.selectNodeContents(mark);\n selection.addRange(range);\n\n var successful = document.execCommand(\"copy\");\n if (!successful) {\n throw new Error(\"copy command was unsuccessful\");\n }\n success = true;\n } catch (err) {\n debug && console.error(\"unable to copy using execCommand: \", err);\n debug && console.warn(\"trying IE specific stuff\");\n try {\n window.clipboardData.setData(options.format || \"text\", text);\n options.onCopy && options.onCopy(window.clipboardData);\n success = true;\n } catch (err) {\n debug && console.error(\"unable to copy using clipboardData: \", err);\n debug && console.error(\"falling back to prompt\");\n message = format(\"message\" in options ? options.message : defaultMessage);\n window.prompt(message, text);\n }\n } finally {\n if (selection) {\n if (typeof selection.removeRange == \"function\") {\n selection.removeRange(range);\n } else {\n selection.removeAllRanges();\n }\n }\n\n if (mark) {\n document.body.removeChild(mark);\n }\n reselectPrevious();\n }\n\n return success;\n}\n\nmodule.exports = copy;\n","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nvar _gud = require('gud');\n\nvar _gud2 = _interopRequireDefault(_gud);\n\nvar _warning = require('warning');\n\nvar _warning2 = _interopRequireDefault(_warning);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nvar MAX_SIGNED_31_BIT_INT = 1073741823;\n\n// Inlined Object.is polyfill.\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\nfunction objectIs(x, y) {\n if (x === y) {\n return x !== 0 || 1 / x === 1 / y;\n } else {\n return x !== x && y !== y;\n }\n}\n\nfunction createEventEmitter(value) {\n var handlers = [];\n return {\n on: function on(handler) {\n handlers.push(handler);\n },\n off: function off(handler) {\n handlers = handlers.filter(function (h) {\n return h !== handler;\n });\n },\n get: function get() {\n return value;\n },\n set: function set(newValue, changedBits) {\n value = newValue;\n handlers.forEach(function (handler) {\n return handler(value, changedBits);\n });\n }\n };\n}\n\nfunction onlyChild(children) {\n return Array.isArray(children) ? children[0] : children;\n}\n\nfunction createReactContext(defaultValue, calculateChangedBits) {\n var _Provider$childContex, _Consumer$contextType;\n\n var contextProp = '__create-react-context-' + (0, _gud2.default)() + '__';\n\n var Provider = function (_Component) {\n _inherits(Provider, _Component);\n\n function Provider() {\n var _temp, _this, _ret;\n\n _classCallCheck(this, Provider);\n\n for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret);\n }\n\n Provider.prototype.getChildContext = function getChildContext() {\n var _ref;\n\n return _ref = {}, _ref[contextProp] = this.emitter, _ref;\n };\n\n Provider.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n if (this.props.value !== nextProps.value) {\n var oldValue = this.props.value;\n var newValue = nextProps.value;\n var changedBits = void 0;\n\n if (objectIs(oldValue, newValue)) {\n changedBits = 0; // No change\n } else {\n changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;\n if (process.env.NODE_ENV !== 'production') {\n (0, _warning2.default)((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits);\n }\n\n changedBits |= 0;\n\n if (changedBits !== 0) {\n this.emitter.set(nextProps.value, changedBits);\n }\n }\n }\n };\n\n Provider.prototype.render = function render() {\n return this.props.children;\n };\n\n return Provider;\n }(_react.Component);\n\n Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = _propTypes2.default.object.isRequired, _Provider$childContex);\n\n var Consumer = function (_Component2) {\n _inherits(Consumer, _Component2);\n\n function Consumer() {\n var _temp2, _this2, _ret2;\n\n _classCallCheck(this, Consumer);\n\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return _ret2 = (_temp2 = (_this2 = _possibleConstructorReturn(this, _Component2.call.apply(_Component2, [this].concat(args))), _this2), _this2.state = {\n value: _this2.getValue()\n }, _this2.onUpdate = function (newValue, changedBits) {\n var observedBits = _this2.observedBits | 0;\n if ((observedBits & changedBits) !== 0) {\n _this2.setState({ value: _this2.getValue() });\n }\n }, _temp2), _possibleConstructorReturn(_this2, _ret2);\n }\n\n Consumer.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n var observedBits = nextProps.observedBits;\n\n this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n : observedBits;\n };\n\n Consumer.prototype.componentDidMount = function componentDidMount() {\n if (this.context[contextProp]) {\n this.context[contextProp].on(this.onUpdate);\n }\n var observedBits = this.props.observedBits;\n\n this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n : observedBits;\n };\n\n Consumer.prototype.componentWillUnmount = function componentWillUnmount() {\n if (this.context[contextProp]) {\n this.context[contextProp].off(this.onUpdate);\n }\n };\n\n Consumer.prototype.getValue = function getValue() {\n if (this.context[contextProp]) {\n return this.context[contextProp].get();\n } else {\n return defaultValue;\n }\n };\n\n Consumer.prototype.render = function render() {\n return onlyChild(this.props.children)(this.state.value);\n };\n\n return Consumer;\n }(_react.Component);\n\n Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = _propTypes2.default.object, _Consumer$contextType);\n\n\n return {\n Provider: Provider,\n Consumer: Consumer\n };\n}\n\nexports.default = createReactContext;\nmodule.exports = exports['default'];","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _implementation = require('./implementation');\n\nvar _implementation2 = _interopRequireDefault(_implementation);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nexports.default = _react2.default.createContext || _implementation2.default;\nmodule.exports = exports['default'];","/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n;(function(root, factory) {\n\t// https://github.com/umdjs/umd/blob/master/returnExports.js\n\tif (typeof exports == 'object') {\n\t\t// For Node.js.\n\t\tmodule.exports = factory(root);\n\t} else if (typeof define == 'function' && define.amd) {\n\t\t// For AMD. Register as an anonymous module.\n\t\tdefine([], factory.bind(root, root));\n\t} else {\n\t\t// For browser globals (not exposing the function separately).\n\t\tfactory(root);\n\t}\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn root.CSS.escape;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = function(value) {\n\t\tif (arguments.length == 0) {\n\t\t\tthrow new TypeError('`CSS.escape` requires an argument.');\n\t\t}\n\t\tvar string = String(value);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\n\t\t\t// (U+FFFD).\n\t\t\tif (codeUnit == 0x0000) {\n\t\t\t\tresult += '\\uFFFD';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index == 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex == 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit == 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is the first character and is a `-` (U+002D), and\n\t\t\t\t// there is no second character, […]\n\t\t\t\tindex == 0 &&\n\t\t\t\tlength == 1 &&\n\t\t\t\tcodeUnit == 0x002D\n\t\t\t) {\n\t\t\t\tresult += '\\\\' + string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit == 0x002D ||\n\t\t\t\tcodeUnit == 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\t\treturn result;\n\t};\n\n\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\n\treturn cssEscape;\n\n}));\n","'use strict';\nvar token = '%[a-f0-9]{2}';\nvar singleMatcher = new RegExp('(' + token + ')|([^%]+?)', 'gi');\nvar multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn [decodeURIComponent(components.join(''))];\n\t} catch (err) {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tvar left = components.slice(0, split);\n\tvar right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch (err) {\n\t\tvar tokens = input.match(singleMatcher) || [];\n\n\t\tfor (var i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher) || [];\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tvar replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD'\n\t};\n\n\tvar match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch (err) {\n\t\t\tvar result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tvar entries = Object.keys(replaceMap);\n\n\tfor (var i = 0; i < entries.length; i++) {\n\t\t// Replace all decoded components\n\t\tvar key = entries[i];\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nmodule.exports = function (encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\tencodedURI = encodedURI.replace(/\\+/g, ' ');\n\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch (err) {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n};\n","var objectKeys = require('object-keys');\nvar isArguments = require('is-arguments');\nvar is = require('object-is');\nvar isRegex = require('is-regex');\nvar flags = require('regexp.prototype.flags');\nvar isDate = require('is-date-object');\n\nvar getTime = Date.prototype.getTime;\n\nfunction deepEqual(actual, expected, options) {\n var opts = options || {};\n\n // 7.1. All identical values are equivalent, as determined by ===.\n if (opts.strict ? is(actual, expected) : actual === expected) {\n return true;\n }\n\n // 7.3. Other pairs that do not both pass typeof value == 'object', equivalence is determined by ==.\n if (!actual || !expected || (typeof actual !== 'object' && typeof expected !== 'object')) {\n return opts.strict ? is(actual, expected) : actual == expected;\n }\n\n /*\n * 7.4. For all other Object pairs, including Array objects, equivalence is\n * determined by having the same number of owned properties (as verified\n * with Object.prototype.hasOwnProperty.call), the same set of keys\n * (although not necessarily the same order), equivalent values for every\n * corresponding key, and an identical 'prototype' property. Note: this\n * accounts for both named and indexed properties on Arrays.\n */\n // eslint-disable-next-line no-use-before-define\n return objEquiv(actual, expected, opts);\n}\n\nfunction isUndefinedOrNull(value) {\n return value === null || value === undefined;\n}\n\nfunction isBuffer(x) {\n if (!x || typeof x !== 'object' || typeof x.length !== 'number') {\n return false;\n }\n if (typeof x.copy !== 'function' || typeof x.slice !== 'function') {\n return false;\n }\n if (x.length > 0 && typeof x[0] !== 'number') {\n return false;\n }\n return true;\n}\n\nfunction objEquiv(a, b, opts) {\n /* eslint max-statements: [2, 50] */\n var i, key;\n if (typeof a !== typeof b) { return false; }\n if (isUndefinedOrNull(a) || isUndefinedOrNull(b)) { return false; }\n\n // an identical 'prototype' property.\n if (a.prototype !== b.prototype) { return false; }\n\n if (isArguments(a) !== isArguments(b)) { return false; }\n\n var aIsRegex = isRegex(a);\n var bIsRegex = isRegex(b);\n if (aIsRegex !== bIsRegex) { return false; }\n if (aIsRegex || bIsRegex) {\n return a.source === b.source && flags(a) === flags(b);\n }\n\n if (isDate(a) && isDate(b)) {\n return getTime.call(a) === getTime.call(b);\n }\n\n var aIsBuffer = isBuffer(a);\n var bIsBuffer = isBuffer(b);\n if (aIsBuffer !== bIsBuffer) { return false; }\n if (aIsBuffer || bIsBuffer) { // && would work too, because both are true or both false here\n if (a.length !== b.length) { return false; }\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) { return false; }\n }\n return true;\n }\n\n if (typeof a !== typeof b) { return false; }\n\n try {\n var ka = objectKeys(a);\n var kb = objectKeys(b);\n } catch (e) { // happens when one is a string literal and the other isn't\n return false;\n }\n // having the same number of owned properties (keys incorporates hasOwnProperty)\n if (ka.length !== kb.length) { return false; }\n\n // the same set of keys (although not necessarily the same order),\n ka.sort();\n kb.sort();\n // ~~~cheap key test\n for (i = ka.length - 1; i >= 0; i--) {\n if (ka[i] != kb[i]) { return false; }\n }\n // equivalent values for every corresponding key, and ~~~possibly expensive deep test\n for (i = ka.length - 1; i >= 0; i--) {\n key = ka[i];\n if (!deepEqual(a[key], b[key], opts)) { return false; }\n }\n\n return true;\n}\n\nmodule.exports = deepEqual;\n","'use strict';\n\nvar isMergeableObject = function isMergeableObject(value) {\n\treturn isNonNullObject(value)\n\t\t&& !isSpecial(value)\n};\n\nfunction isNonNullObject(value) {\n\treturn !!value && typeof value === 'object'\n}\n\nfunction isSpecial(value) {\n\tvar stringValue = Object.prototype.toString.call(value);\n\n\treturn stringValue === '[object RegExp]'\n\t\t|| stringValue === '[object Date]'\n\t\t|| isReactElement(value)\n}\n\n// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25\nvar canUseSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;\n\nfunction isReactElement(value) {\n\treturn value.$$typeof === REACT_ELEMENT_TYPE\n}\n\nfunction emptyTarget(val) {\n\treturn Array.isArray(val) ? [] : {}\n}\n\nfunction cloneUnlessOtherwiseSpecified(value, options) {\n\treturn (options.clone !== false && options.isMergeableObject(value))\n\t\t? deepmerge(emptyTarget(value), value, options)\n\t\t: value\n}\n\nfunction defaultArrayMerge(target, source, options) {\n\treturn target.concat(source).map(function(element) {\n\t\treturn cloneUnlessOtherwiseSpecified(element, options)\n\t})\n}\n\nfunction getMergeFunction(key, options) {\n\tif (!options.customMerge) {\n\t\treturn deepmerge\n\t}\n\tvar customMerge = options.customMerge(key);\n\treturn typeof customMerge === 'function' ? customMerge : deepmerge\n}\n\nfunction getEnumerableOwnPropertySymbols(target) {\n\treturn Object.getOwnPropertySymbols\n\t\t? Object.getOwnPropertySymbols(target).filter(function(symbol) {\n\t\t\treturn target.propertyIsEnumerable(symbol)\n\t\t})\n\t\t: []\n}\n\nfunction getKeys(target) {\n\treturn Object.keys(target).concat(getEnumerableOwnPropertySymbols(target))\n}\n\nfunction propertyIsOnObject(object, property) {\n\ttry {\n\t\treturn property in object\n\t} catch(_) {\n\t\treturn false\n\t}\n}\n\n// Protects from prototype poisoning and unexpected merging up the prototype chain.\nfunction propertyIsUnsafe(target, key) {\n\treturn propertyIsOnObject(target, key) // Properties are safe to merge if they don't exist in the target yet,\n\t\t&& !(Object.hasOwnProperty.call(target, key) // unsafe if they exist up the prototype chain,\n\t\t\t&& Object.propertyIsEnumerable.call(target, key)) // and also unsafe if they're nonenumerable.\n}\n\nfunction mergeObject(target, source, options) {\n\tvar destination = {};\n\tif (options.isMergeableObject(target)) {\n\t\tgetKeys(target).forEach(function(key) {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(target[key], options);\n\t\t});\n\t}\n\tgetKeys(source).forEach(function(key) {\n\t\tif (propertyIsUnsafe(target, key)) {\n\t\t\treturn\n\t\t}\n\n\t\tif (propertyIsOnObject(target, key) && options.isMergeableObject(source[key])) {\n\t\t\tdestination[key] = getMergeFunction(key, options)(target[key], source[key], options);\n\t\t} else {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(source[key], options);\n\t\t}\n\t});\n\treturn destination\n}\n\nfunction deepmerge(target, source, options) {\n\toptions = options || {};\n\toptions.arrayMerge = options.arrayMerge || defaultArrayMerge;\n\toptions.isMergeableObject = options.isMergeableObject || isMergeableObject;\n\t// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()\n\t// implementations can use it. The caller may not replace it.\n\toptions.cloneUnlessOtherwiseSpecified = cloneUnlessOtherwiseSpecified;\n\n\tvar sourceIsArray = Array.isArray(source);\n\tvar targetIsArray = Array.isArray(target);\n\tvar sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;\n\n\tif (!sourceAndTargetTypesMatch) {\n\t\treturn cloneUnlessOtherwiseSpecified(source, options)\n\t} else if (sourceIsArray) {\n\t\treturn options.arrayMerge(target, source, options)\n\t} else {\n\t\treturn mergeObject(target, source, options)\n\t}\n}\n\ndeepmerge.all = function deepmergeAll(array, options) {\n\tif (!Array.isArray(array)) {\n\t\tthrow new Error('first argument should be an array')\n\t}\n\n\treturn array.reduce(function(prev, next) {\n\t\treturn deepmerge(prev, next, options)\n\t}, {})\n};\n\nvar deepmerge_1 = deepmerge;\n\nmodule.exports = deepmerge_1;\n","'use strict';\n\nvar keys = require('object-keys');\nvar hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';\n\nvar toStr = Object.prototype.toString;\nvar concat = Array.prototype.concat;\nvar origDefineProperty = Object.defineProperty;\n\nvar isFunction = function (fn) {\n\treturn typeof fn === 'function' && toStr.call(fn) === '[object Function]';\n};\n\nvar arePropertyDescriptorsSupported = function () {\n\tvar obj = {};\n\ttry {\n\t\torigDefineProperty(obj, 'x', { enumerable: false, value: obj });\n\t\t// eslint-disable-next-line no-unused-vars, no-restricted-syntax\n\t\tfor (var _ in obj) { // jscs:ignore disallowUnusedVariables\n\t\t\treturn false;\n\t\t}\n\t\treturn obj.x === obj;\n\t} catch (e) { /* this is IE 8. */\n\t\treturn false;\n\t}\n};\nvar supportsDescriptors = origDefineProperty && arePropertyDescriptorsSupported();\n\nvar defineProperty = function (object, name, value, predicate) {\n\tif (name in object && (!isFunction(predicate) || !predicate())) {\n\t\treturn;\n\t}\n\tif (supportsDescriptors) {\n\t\torigDefineProperty(object, name, {\n\t\t\tconfigurable: true,\n\t\t\tenumerable: false,\n\t\t\tvalue: value,\n\t\t\twritable: true\n\t\t});\n\t} else {\n\t\tobject[name] = value;\n\t}\n};\n\nvar defineProperties = function (object, map) {\n\tvar predicates = arguments.length > 2 ? arguments[2] : {};\n\tvar props = keys(map);\n\tif (hasSymbols) {\n\t\tprops = concat.call(props, Object.getOwnPropertySymbols(map));\n\t}\n\tfor (var i = 0; i < props.length; i += 1) {\n\t\tdefineProperty(object, props[i], map[props[i]], predicates[props[i]]);\n\t}\n};\n\ndefineProperties.supportsDescriptors = !!supportsDescriptors;\n\nmodule.exports = defineProperties;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.attributeNames = exports.elementNames = void 0;\nexports.elementNames = new Map([\n [\"altglyph\", \"altGlyph\"],\n [\"altglyphdef\", \"altGlyphDef\"],\n [\"altglyphitem\", \"altGlyphItem\"],\n [\"animatecolor\", \"animateColor\"],\n [\"animatemotion\", \"animateMotion\"],\n [\"animatetransform\", \"animateTransform\"],\n [\"clippath\", \"clipPath\"],\n [\"feblend\", \"feBlend\"],\n [\"fecolormatrix\", \"feColorMatrix\"],\n [\"fecomponenttransfer\", \"feComponentTransfer\"],\n [\"fecomposite\", \"feComposite\"],\n [\"feconvolvematrix\", \"feConvolveMatrix\"],\n [\"fediffuselighting\", \"feDiffuseLighting\"],\n [\"fedisplacementmap\", \"feDisplacementMap\"],\n [\"fedistantlight\", \"feDistantLight\"],\n [\"fedropshadow\", \"feDropShadow\"],\n [\"feflood\", \"feFlood\"],\n [\"fefunca\", \"feFuncA\"],\n [\"fefuncb\", \"feFuncB\"],\n [\"fefuncg\", \"feFuncG\"],\n [\"fefuncr\", \"feFuncR\"],\n [\"fegaussianblur\", \"feGaussianBlur\"],\n [\"feimage\", \"feImage\"],\n [\"femerge\", \"feMerge\"],\n [\"femergenode\", \"feMergeNode\"],\n [\"femorphology\", \"feMorphology\"],\n [\"feoffset\", \"feOffset\"],\n [\"fepointlight\", \"fePointLight\"],\n [\"fespecularlighting\", \"feSpecularLighting\"],\n [\"fespotlight\", \"feSpotLight\"],\n [\"fetile\", \"feTile\"],\n [\"feturbulence\", \"feTurbulence\"],\n [\"foreignobject\", \"foreignObject\"],\n [\"glyphref\", \"glyphRef\"],\n [\"lineargradient\", \"linearGradient\"],\n [\"radialgradient\", \"radialGradient\"],\n [\"textpath\", \"textPath\"],\n]);\nexports.attributeNames = new Map([\n [\"definitionurl\", \"definitionURL\"],\n [\"attributename\", \"attributeName\"],\n [\"attributetype\", \"attributeType\"],\n [\"basefrequency\", \"baseFrequency\"],\n [\"baseprofile\", \"baseProfile\"],\n [\"calcmode\", \"calcMode\"],\n [\"clippathunits\", \"clipPathUnits\"],\n [\"diffuseconstant\", \"diffuseConstant\"],\n [\"edgemode\", \"edgeMode\"],\n [\"filterunits\", \"filterUnits\"],\n [\"glyphref\", \"glyphRef\"],\n [\"gradienttransform\", \"gradientTransform\"],\n [\"gradientunits\", \"gradientUnits\"],\n [\"kernelmatrix\", \"kernelMatrix\"],\n [\"kernelunitlength\", \"kernelUnitLength\"],\n [\"keypoints\", \"keyPoints\"],\n [\"keysplines\", \"keySplines\"],\n [\"keytimes\", \"keyTimes\"],\n [\"lengthadjust\", \"lengthAdjust\"],\n [\"limitingconeangle\", \"limitingConeAngle\"],\n [\"markerheight\", \"markerHeight\"],\n [\"markerunits\", \"markerUnits\"],\n [\"markerwidth\", \"markerWidth\"],\n [\"maskcontentunits\", \"maskContentUnits\"],\n [\"maskunits\", \"maskUnits\"],\n [\"numoctaves\", \"numOctaves\"],\n [\"pathlength\", \"pathLength\"],\n [\"patterncontentunits\", \"patternContentUnits\"],\n [\"patterntransform\", \"patternTransform\"],\n [\"patternunits\", \"patternUnits\"],\n [\"pointsatx\", \"pointsAtX\"],\n [\"pointsaty\", \"pointsAtY\"],\n [\"pointsatz\", \"pointsAtZ\"],\n [\"preservealpha\", \"preserveAlpha\"],\n [\"preserveaspectratio\", \"preserveAspectRatio\"],\n [\"primitiveunits\", \"primitiveUnits\"],\n [\"refx\", \"refX\"],\n [\"refy\", \"refY\"],\n [\"repeatcount\", \"repeatCount\"],\n [\"repeatdur\", \"repeatDur\"],\n [\"requiredextensions\", \"requiredExtensions\"],\n [\"requiredfeatures\", \"requiredFeatures\"],\n [\"specularconstant\", \"specularConstant\"],\n [\"specularexponent\", \"specularExponent\"],\n [\"spreadmethod\", \"spreadMethod\"],\n [\"startoffset\", \"startOffset\"],\n [\"stddeviation\", \"stdDeviation\"],\n [\"stitchtiles\", \"stitchTiles\"],\n [\"surfacescale\", \"surfaceScale\"],\n [\"systemlanguage\", \"systemLanguage\"],\n [\"tablevalues\", \"tableValues\"],\n [\"targetx\", \"targetX\"],\n [\"targety\", \"targetY\"],\n [\"textlength\", \"textLength\"],\n [\"viewbox\", \"viewBox\"],\n [\"viewtarget\", \"viewTarget\"],\n [\"xchannelselector\", \"xChannelSelector\"],\n [\"ychannelselector\", \"yChannelSelector\"],\n [\"zoomandpan\", \"zoomAndPan\"],\n]);\n","\"use strict\";\nvar __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n});\nvar __importStar = (this && this.__importStar) || function (mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n/*\n * Module dependencies\n */\nvar ElementType = __importStar(require(\"domelementtype\"));\nvar entities_1 = require(\"entities\");\n/**\n * Mixed-case SVG and MathML tags & attributes\n * recognized by the HTML parser.\n *\n * @see https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inforeign\n */\nvar foreignNames_1 = require(\"./foreignNames\");\nvar unencodedElements = new Set([\n \"style\",\n \"script\",\n \"xmp\",\n \"iframe\",\n \"noembed\",\n \"noframes\",\n \"plaintext\",\n \"noscript\",\n]);\n/**\n * Format attributes\n */\nfunction formatAttributes(attributes, opts) {\n if (!attributes)\n return;\n return Object.keys(attributes)\n .map(function (key) {\n var _a, _b;\n var value = (_a = attributes[key]) !== null && _a !== void 0 ? _a : \"\";\n if (opts.xmlMode === \"foreign\") {\n /* Fix up mixed-case attribute names */\n key = (_b = foreignNames_1.attributeNames.get(key)) !== null && _b !== void 0 ? _b : key;\n }\n if (!opts.emptyAttrs && !opts.xmlMode && value === \"\") {\n return key;\n }\n return key + \"=\\\"\" + (opts.decodeEntities !== false\n ? entities_1.encodeXML(value)\n : value.replace(/\"/g, \""\")) + \"\\\"\";\n })\n .join(\" \");\n}\n/**\n * Self-enclosing tags\n */\nvar singleTag = new Set([\n \"area\",\n \"base\",\n \"basefont\",\n \"br\",\n \"col\",\n \"command\",\n \"embed\",\n \"frame\",\n \"hr\",\n \"img\",\n \"input\",\n \"isindex\",\n \"keygen\",\n \"link\",\n \"meta\",\n \"param\",\n \"source\",\n \"track\",\n \"wbr\",\n]);\n/**\n * Renders a DOM node or an array of DOM nodes to a string.\n *\n * Can be thought of as the equivalent of the `outerHTML` of the passed node(s).\n *\n * @param node Node to be rendered.\n * @param options Changes serialization behavior\n */\nfunction render(node, options) {\n if (options === void 0) { options = {}; }\n var nodes = \"length\" in node ? node : [node];\n var output = \"\";\n for (var i = 0; i < nodes.length; i++) {\n output += renderNode(nodes[i], options);\n }\n return output;\n}\nexports.default = render;\nfunction renderNode(node, options) {\n switch (node.type) {\n case ElementType.Root:\n return render(node.children, options);\n case ElementType.Directive:\n case ElementType.Doctype:\n return renderDirective(node);\n case ElementType.Comment:\n return renderComment(node);\n case ElementType.CDATA:\n return renderCdata(node);\n case ElementType.Script:\n case ElementType.Style:\n case ElementType.Tag:\n return renderTag(node, options);\n case ElementType.Text:\n return renderText(node, options);\n }\n}\nvar foreignModeIntegrationPoints = new Set([\n \"mi\",\n \"mo\",\n \"mn\",\n \"ms\",\n \"mtext\",\n \"annotation-xml\",\n \"foreignObject\",\n \"desc\",\n \"title\",\n]);\nvar foreignElements = new Set([\"svg\", \"math\"]);\nfunction renderTag(elem, opts) {\n var _a;\n // Handle SVG / MathML in HTML\n if (opts.xmlMode === \"foreign\") {\n /* Fix up mixed-case element names */\n elem.name = (_a = foreignNames_1.elementNames.get(elem.name)) !== null && _a !== void 0 ? _a : elem.name;\n /* Exit foreign mode at integration points */\n if (elem.parent &&\n foreignModeIntegrationPoints.has(elem.parent.name)) {\n opts = __assign(__assign({}, opts), { xmlMode: false });\n }\n }\n if (!opts.xmlMode && foreignElements.has(elem.name)) {\n opts = __assign(__assign({}, opts), { xmlMode: \"foreign\" });\n }\n var tag = \"<\" + elem.name;\n var attribs = formatAttributes(elem.attribs, opts);\n if (attribs) {\n tag += \" \" + attribs;\n }\n if (elem.children.length === 0 &&\n (opts.xmlMode\n ? // In XML mode or foreign mode, and user hasn't explicitly turned off self-closing tags\n opts.selfClosingTags !== false\n : // User explicitly asked for self-closing tags, even in HTML mode\n opts.selfClosingTags && singleTag.has(elem.name))) {\n if (!opts.xmlMode)\n tag += \" \";\n tag += \"/>\";\n }\n else {\n tag += \">\";\n if (elem.children.length > 0) {\n tag += render(elem.children, opts);\n }\n if (opts.xmlMode || !singleTag.has(elem.name)) {\n tag += \"\";\n }\n }\n return tag;\n}\nfunction renderDirective(elem) {\n return \"<\" + elem.data + \">\";\n}\nfunction renderText(elem, opts) {\n var data = elem.data || \"\";\n // If entities weren't decoded, no need to encode them back\n if (opts.decodeEntities !== false &&\n !(!opts.xmlMode &&\n elem.parent &&\n unencodedElements.has(elem.parent.name))) {\n data = entities_1.encodeXML(data);\n }\n return data;\n}\nfunction renderCdata(elem) {\n return \"\";\n}\nfunction renderComment(elem) {\n return \"\";\n}\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.Doctype = exports.CDATA = exports.Tag = exports.Style = exports.Script = exports.Comment = exports.Directive = exports.Text = exports.Root = exports.isTag = exports.ElementType = void 0;\n/** Types of elements found in htmlparser2's DOM */\nvar ElementType;\n(function (ElementType) {\n /** Type for the root element of a document */\n ElementType[\"Root\"] = \"root\";\n /** Type for Text */\n ElementType[\"Text\"] = \"text\";\n /** Type for */\n ElementType[\"Directive\"] = \"directive\";\n /** Type for */\n ElementType[\"Comment\"] = \"comment\";\n /** Type for \n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n explicitMaskId = _ref.maskId,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(explicitMaskId || nextUniqueId());\n var clipId = \"clip-\".concat(explicitMaskId || nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n maskId = params.maskId,\n titleId = params.titleId,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var isUploadedIcon = prefix === 'fak';\n var widthClass = isUploadedIcon ? '' : \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).filter(function (c) {\n return c !== '' || !!c;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n var uploadedIconWidthStyle = isUploadedIcon && !~extra.classes.indexOf('fa-fw') ? {\n width: \"\".concat(width / height * 16 * 0.0625, \"em\")\n } : {};\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(titleId || nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n maskId: maskId,\n transform: transform,\n symbol: symbol,\n styles: _objectSpread({}, uploadedIconWidthStyle, extra.styles)\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.15.4\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && Object.keys(PREFIX_TO_STYLE).indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n var titleId = node.getAttribute('data-fa-title-id');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n titleId: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n maskId: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n titleId: node.getAttribute('data-fa-title-id'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: node.getAttribute('data-fa-mask-id'),\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n titleId = nodeMeta.titleId,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n maskId = nodeMeta.maskId,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: maskId,\n title: title,\n titleId: titleId,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n var content = styles.getPropertyValue('content');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily && content !== 'none' && content !== '') {\n var _content = styles.getPropertyValue('content');\n\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands', 'Kit'].indexOf(fontFamily[2]) ? STYLE_TO_PREFIX[fontFamily[2].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(_content.length === 3 ? _content.substr(1, 1) : _content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$maskId = params.maskId,\n maskId = _params$maskId === void 0 ? null : _params$maskId,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$titleId = params.titleId,\n titleId = _params$titleId === void 0 ? null : _params$titleId,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n maskId: maskId,\n titleId: titleId,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","import { parse, icon } from '@fortawesome/fontawesome-svg-core';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nfunction _typeof(obj) {\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function (obj) {\n return typeof obj;\n };\n } else {\n _typeof = function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}\n\nfunction _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n if (enumerableOnly) symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n}\n\nfunction _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nfunction _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n\n var target = _objectWithoutPropertiesLoose(source, excluded);\n\n var key, i;\n\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n\n return target;\n}\n\nfunction _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();\n}\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n\n return arr2;\n }\n}\n\nfunction _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n}\n\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n}\n\n// Get CSS class list from a props object\nfunction classList(props) {\n var _classes;\n\n var spin = props.spin,\n pulse = props.pulse,\n fixedWidth = props.fixedWidth,\n inverse = props.inverse,\n border = props.border,\n listItem = props.listItem,\n flip = props.flip,\n size = props.size,\n rotation = props.rotation,\n pull = props.pull; // map of CSS class names to properties\n\n var classes = (_classes = {\n 'fa-spin': spin,\n 'fa-pulse': pulse,\n 'fa-fw': fixedWidth,\n 'fa-inverse': inverse,\n 'fa-border': border,\n 'fa-li': listItem,\n 'fa-flip-horizontal': flip === 'horizontal' || flip === 'both',\n 'fa-flip-vertical': flip === 'vertical' || flip === 'both'\n }, _defineProperty(_classes, \"fa-\".concat(size), typeof size !== 'undefined' && size !== null), _defineProperty(_classes, \"fa-rotate-\".concat(rotation), typeof rotation !== 'undefined' && rotation !== null && rotation !== 0), _defineProperty(_classes, \"fa-pull-\".concat(pull), typeof pull !== 'undefined' && pull !== null), _defineProperty(_classes, 'fa-swap-opacity', props.swapOpacity), _classes); // map over all the keys in the classes object\n // return an array of the keys where the value for the key is not null\n\n return Object.keys(classes).map(function (key) {\n return classes[key] ? key : null;\n }).filter(function (key) {\n return key;\n });\n}\n\n// Camelize taken from humps\n// humps is copyright © 2012+ Dom Christie\n// Released under the MIT license.\n// Performant way to determine if object coerces to a number\nfunction _isNumerical(obj) {\n obj = obj - 0; // eslint-disable-next-line no-self-compare\n\n return obj === obj;\n}\n\nfunction camelize(string) {\n if (_isNumerical(string)) {\n return string;\n } // eslint-disable-next-line no-useless-escape\n\n\n string = string.replace(/[\\-_\\s]+(.)?/g, function (match, chr) {\n return chr ? chr.toUpperCase() : '';\n }); // Ensure 1st char is always lowercase\n\n return string.substr(0, 1).toLowerCase() + string.substr(1);\n}\n\nfunction capitalize(val) {\n return val.charAt(0).toUpperCase() + val.slice(1);\n}\n\nfunction styleToObject(style) {\n return style.split(';').map(function (s) {\n return s.trim();\n }).filter(function (s) {\n return s;\n }).reduce(function (acc, pair) {\n var i = pair.indexOf(':');\n var prop = camelize(pair.slice(0, i));\n var value = pair.slice(i + 1).trim();\n prop.startsWith('webkit') ? acc[capitalize(prop)] = value : acc[prop] = value;\n return acc;\n }, {});\n}\n\nfunction convert(createElement, element) {\n var extraProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n if (typeof element === 'string') {\n return element;\n }\n\n var children = (element.children || []).map(function (child) {\n return convert(createElement, child);\n });\n /* eslint-disable dot-notation */\n\n var mixins = Object.keys(element.attributes || {}).reduce(function (acc, key) {\n var val = element.attributes[key];\n\n switch (key) {\n case 'class':\n acc.attrs['className'] = val;\n delete element.attributes['class'];\n break;\n\n case 'style':\n acc.attrs['style'] = styleToObject(val);\n break;\n\n default:\n if (key.indexOf('aria-') === 0 || key.indexOf('data-') === 0) {\n acc.attrs[key.toLowerCase()] = val;\n } else {\n acc.attrs[camelize(key)] = val;\n }\n\n }\n\n return acc;\n }, {\n attrs: {}\n });\n\n var _extraProps$style = extraProps.style,\n existingStyle = _extraProps$style === void 0 ? {} : _extraProps$style,\n remaining = _objectWithoutProperties(extraProps, [\"style\"]);\n\n mixins.attrs['style'] = _objectSpread2({}, mixins.attrs['style'], {}, existingStyle);\n /* eslint-enable */\n\n return createElement.apply(void 0, [element.tag, _objectSpread2({}, mixins.attrs, {}, remaining)].concat(_toConsumableArray(children)));\n}\n\nvar PRODUCTION = false;\n\ntry {\n PRODUCTION = process.env.NODE_ENV === 'production';\n} catch (e) {}\n\nfunction log () {\n if (!PRODUCTION && console && typeof console.error === 'function') {\n var _console;\n\n (_console = console).error.apply(_console, arguments);\n }\n}\n\nfunction normalizeIconArgs(icon) {\n // this has everything that it needs to be rendered which means it was probably imported\n // directly from an icon svg package\n if (icon && _typeof(icon) === 'object' && icon.prefix && icon.iconName && icon.icon) {\n return icon;\n }\n\n if (parse.icon) {\n return parse.icon(icon);\n } // if the icon is null, there's nothing to do\n\n\n if (icon === null) {\n return null;\n } // if the icon is an object and has a prefix and an icon name, return it\n\n\n if (icon && _typeof(icon) === 'object' && icon.prefix && icon.iconName) {\n return icon;\n } // if it's an array with length of two\n\n\n if (Array.isArray(icon) && icon.length === 2) {\n // use the first item as prefix, second as icon name\n return {\n prefix: icon[0],\n iconName: icon[1]\n };\n } // if it's a string, use it as the icon name\n\n\n if (typeof icon === 'string') {\n return {\n prefix: 'fas',\n iconName: icon\n };\n }\n}\n\n// creates an object with a key of key\n// and a value of value\n// if certain conditions are met\nfunction objectWithKey(key, value) {\n // if the value is a non-empty array\n // or it's not an array but it is truthy\n // then create the object with the key and the value\n // if not, return an empty array\n return Array.isArray(value) && value.length > 0 || !Array.isArray(value) && value ? _defineProperty({}, key, value) : {};\n}\n\nfunction FontAwesomeIcon(_ref) {\n var forwardedRef = _ref.forwardedRef,\n props = _objectWithoutProperties(_ref, [\"forwardedRef\"]);\n\n var iconArgs = props.icon,\n maskArgs = props.mask,\n symbol = props.symbol,\n className = props.className,\n title = props.title,\n titleId = props.titleId;\n var iconLookup = normalizeIconArgs(iconArgs);\n var classes = objectWithKey('classes', [].concat(_toConsumableArray(classList(props)), _toConsumableArray(className.split(' '))));\n var transform = objectWithKey('transform', typeof props.transform === 'string' ? parse.transform(props.transform) : props.transform);\n var mask = objectWithKey('mask', normalizeIconArgs(maskArgs));\n var renderedIcon = icon(iconLookup, _objectSpread2({}, classes, {}, transform, {}, mask, {\n symbol: symbol,\n title: title,\n titleId: titleId\n }));\n\n if (!renderedIcon) {\n log('Could not find icon', iconLookup);\n return null;\n }\n\n var abstract = renderedIcon.abstract;\n var extraProps = {\n ref: forwardedRef\n };\n Object.keys(props).forEach(function (key) {\n // eslint-disable-next-line no-prototype-builtins\n if (!FontAwesomeIcon.defaultProps.hasOwnProperty(key)) {\n extraProps[key] = props[key];\n }\n });\n return convertCurry(abstract[0], extraProps);\n}\nFontAwesomeIcon.displayName = 'FontAwesomeIcon';\nFontAwesomeIcon.propTypes = {\n border: PropTypes.bool,\n className: PropTypes.string,\n mask: PropTypes.oneOfType([PropTypes.object, PropTypes.array, PropTypes.string]),\n fixedWidth: PropTypes.bool,\n inverse: PropTypes.bool,\n flip: PropTypes.oneOf(['horizontal', 'vertical', 'both']),\n icon: PropTypes.oneOfType([PropTypes.object, PropTypes.array, PropTypes.string]),\n listItem: PropTypes.bool,\n pull: PropTypes.oneOf(['right', 'left']),\n pulse: PropTypes.bool,\n rotation: PropTypes.oneOf([0, 90, 180, 270]),\n size: PropTypes.oneOf(['lg', 'xs', 'sm', '1x', '2x', '3x', '4x', '5x', '6x', '7x', '8x', '9x', '10x']),\n spin: PropTypes.bool,\n symbol: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n title: PropTypes.string,\n transform: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),\n swapOpacity: PropTypes.bool\n};\nFontAwesomeIcon.defaultProps = {\n border: false,\n className: '',\n mask: null,\n fixedWidth: false,\n inverse: false,\n flip: null,\n icon: null,\n listItem: false,\n pull: null,\n pulse: false,\n rotation: null,\n size: null,\n spin: false,\n symbol: false,\n title: '',\n transform: null,\n swapOpacity: false\n};\nvar convertCurry = convert.bind(null, React.createElement);\n\nexport { FontAwesomeIcon };\n","/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\nvar prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [512, 512, [], \"f5d0\", \"M224 160H96C43 160 0 203 0 256V480C0 497.625 14.375 512 32 512H288C305.625 512 320 497.625 320 480V256C320 203 277 160 224 160ZM160 416C115.875 416 80 380.125 80 336S115.875 256 160 256S240 291.875 240 336S204.125 416 160 416ZM224 32C224 14.375 209.625 0 192 0H128C110.375 0 96 14.375 96 32V128H224V32ZM381.781 51.578C383 50.969 384 49.359 384 48C384 46.625 383 45.031 381.781 44.422L352 32L339.562 2.219C338.969 1 337.375 0 336 0S333.031 1 332.406 2.219L320 32L290.219 44.422C289 45.031 288 46.625 288 48C288 49.359 289 50.969 290.219 51.578L320 64L332.406 93.781C333.031 95 334.625 96 336 96S338.969 95 339.562 93.781L352 64L381.781 51.578ZM448 64L460.406 93.781C461.031 95 462.625 96 464 96S466.969 95 467.562 93.781L480 64L509.781 51.578C511 50.969 512 49.359 512 48C512 46.625 511 45.031 509.781 44.422L480 32L467.562 2.219C466.969 1 465.375 0 464 0S461.031 1 460.406 2.219L448 32L418.219 44.422C417 45.031 416 46.625 416 48C416 49.359 417 50.969 418.219 51.578L448 64ZM480 224L467.562 194.219C466.969 193 465.375 192 464 192S461.031 193 460.406 194.219L448 224L418.219 236.422C417 237.031 416 238.625 416 240C416 241.359 417 242.969 418.219 243.578L448 256L460.406 285.781C461.031 287 462.625 288 464 288S466.969 287 467.562 285.781L480 256L509.781 243.578C511 242.969 512 241.359 512 240C512 238.625 511 237.031 509.781 236.422L480 224ZM445.781 147.578C447 146.969 448 145.359 448 144C448 142.625 447 141.031 445.781 140.422L416 128L403.562 98.219C402.969 97 401.375 96 400 96S397.031 97 396.406 98.219L384 128L354.219 140.422C353 141.031 352 142.625 352 144C352 145.359 353 146.969 354.219 147.578L384 160L396.406 189.781C397.031 191 398.625 192 400 192S402.969 191 403.562 189.781L416 160L445.781 147.578Z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M223.99908,224a32,32,0,1,0,32.00782,32A32.06431,32.06431,0,0,0,223.99908,224Zm214.172-96c-10.877-19.5-40.50979-50.75-116.27544-41.875C300.39168,34.875,267.63386,0,223.99908,0s-76.39066,34.875-97.89653,86.125C50.3369,77.375,20.706,108.5,9.82907,128-6.54984,157.375-5.17484,201.125,34.958,256-5.17484,310.875-6.54984,354.625,9.82907,384c29.13087,52.375,101.64652,43.625,116.27348,41.875C147.60842,477.125,180.36429,512,223.99908,512s76.3926-34.875,97.89652-86.125c14.62891,1.75,87.14456,10.5,116.27544-41.875C454.55,354.625,453.175,310.875,413.04017,256,453.175,201.125,454.55,157.375,438.171,128ZM63.33886,352c-4-7.25-.125-24.75,15.00391-48.25,6.87695,6.5,14.12891,12.875,21.88087,19.125,1.625,13.75,4,27.125,6.75,40.125C82.34472,363.875,67.09081,358.625,63.33886,352Zm36.88478-162.875c-7.752,6.25-15.00392,12.625-21.88087,19.125-15.12891-23.5-19.00392-41-15.00391-48.25,3.377-6.125,16.37891-11.5,37.88478-11.5,1.75,0,3.875.375,5.75.375C104.09864,162.25,101.84864,175.625,100.22364,189.125ZM223.99908,64c9.50195,0,22.25586,13.5,33.88282,37.25-11.252,3.75-22.50391,8-33.88282,12.875-11.377-4.875-22.62892-9.125-33.88283-12.875C201.74516,77.5,214.49712,64,223.99908,64Zm0,384c-9.502,0-22.25392-13.5-33.88283-37.25,11.25391-3.75,22.50587-8,33.88283-12.875C235.378,402.75,246.62994,407,257.8819,410.75,246.25494,434.5,233.501,448,223.99908,448Zm0-112a80,80,0,1,1,80-80A80.00023,80.00023,0,0,1,223.99908,336ZM384.6593,352c-3.625,6.625-19.00392,11.875-43.63479,11,2.752-13,5.127-26.375,6.752-40.125,7.75195-6.25,15.00391-12.625,21.87891-19.125C384.7843,327.25,388.6593,344.75,384.6593,352ZM369.65538,208.25c-6.875-6.5-14.127-12.875-21.87891-19.125-1.625-13.5-3.875-26.875-6.752-40.25,1.875,0,4.002-.375,5.752-.375,21.50391,0,34.50782,5.375,37.88283,11.5C388.6593,167.25,384.7843,184.75,369.65538,208.25Z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBacteria = {\n prefix: 'fas',\n iconName: 'bacteria',\n icon: [640, 512, [], \"e059\", \"M272.35,226.4A17.71,17.71,0,0,0,281.46,203l-4-9.08a121.29,121.29,0,0,1,12.36-3.08A83.34,83.34,0,0,0,323.57,177l10,9a17.76,17.76,0,1,0,23.92-26.27l-9.72-8.76a83.12,83.12,0,0,0,11.65-48.18l11.85-3.51a17.73,17.73,0,1,0-10.15-34l-11.34,3.36a84,84,0,0,0-36.38-35.57l2.84-10.85a17.8,17.8,0,0,0-34.47-8.93l-2.82,10.78a83.25,83.25,0,0,0-16.74,1.1C250.83,27,240,30.22,229.1,33.39l-3.38-9.46a17.8,17.8,0,0,0-33.56,11.89l3.49,9.8a286.74,286.74,0,0,0-43.94,23.57l-6.32-8.43a17.9,17.9,0,0,0-24.94-3.6A17.69,17.69,0,0,0,116.84,82l6.45,8.61a286.59,286.59,0,0,0-34.95,35.33l-8.82-6.42a17.84,17.84,0,0,0-24.89,3.86,17.66,17.66,0,0,0,3.88,24.77l8.88,6.47a286.6,286.6,0,0,0-23,43.91l-10.48-3.59a17.73,17.73,0,1,0-11.59,33.52L32.67,232c-2.79,10-5.79,19.84-7.52,30.22a83.16,83.16,0,0,0-.82,19l-11.58,3.43a17.73,17.73,0,1,0,10.13,34l11.27-3.33a83.51,83.51,0,0,0,36.39,35.43l-2.88,11.06a17.81,17.81,0,0,0,34.48,8.92l2.87-11c1,0,2.07.26,3.1.26a83.39,83.39,0,0,0,45.65-13.88l8.59,8.8a17.77,17.77,0,0,0,25.56-24.7l-9.14-9.37a83.41,83.41,0,0,0,12.08-31.05,119.08,119.08,0,0,1,3.87-15.53l9,4.22a17.74,17.74,0,1,0,15.15-32.09l-8.8-4.11c.67-1,1.2-2.08,1.9-3.05a119.89,119.89,0,0,1,7.87-9.41,121.73,121.73,0,0,1,11.65-11.4,119.49,119.49,0,0,1,9.94-7.82c1.12-.77,2.32-1.42,3.47-2.15l3.92,8.85a17.86,17.86,0,0,0,16.32,10.58A18.14,18.14,0,0,0,272.35,226.4ZM128,256a32,32,0,1,1,32-32A32,32,0,0,1,128,256Zm80-96a16,16,0,1,1,16-16A16,16,0,0,1,208,160Zm431.26,45.3a17.79,17.79,0,0,0-17.06-12.69,17.55,17.55,0,0,0-5.08.74l-11.27,3.33a83.61,83.61,0,0,0-36.39-35.43l2.88-11.06a17.81,17.81,0,0,0-34.48-8.91l-2.87,11c-1,0-2.07-.26-3.1-.26a83.32,83.32,0,0,0-45.65,13.89l-8.59-8.81a17.77,17.77,0,0,0-25.56,24.7l9.14,9.37a83.28,83.28,0,0,0-12.08,31.06,119.34,119.34,0,0,1-3.87,15.52l-9-4.22a17.74,17.74,0,1,0-15.15,32.09l8.8,4.11c-.67,1-1.2,2.08-1.89,3.05a117.71,117.71,0,0,1-7.94,9.47,119,119,0,0,1-11.57,11.33,121.59,121.59,0,0,1-10,7.83c-1.12.77-2.32,1.42-3.47,2.15l-3.92-8.85a17.86,17.86,0,0,0-16.32-10.58,18.14,18.14,0,0,0-7.18,1.5A17.71,17.71,0,0,0,358.54,309l4,9.08a118.71,118.71,0,0,1-12.36,3.08,83.34,83.34,0,0,0-33.77,13.9l-10-9a17.77,17.77,0,1,0-23.92,26.28l9.72,8.75a83.12,83.12,0,0,0-11.65,48.18l-11.86,3.51a17.73,17.73,0,1,0,10.16,34l11.34-3.36A84,84,0,0,0,326.61,479l-2.84,10.85a17.8,17.8,0,0,0,34.47,8.93L361.06,488a83.3,83.3,0,0,0,16.74-1.1c11.37-1.89,22.24-5.07,33.1-8.24l3.38,9.46a17.8,17.8,0,0,0,33.56-11.89l-3.49-9.79a287.66,287.66,0,0,0,43.94-23.58l6.32,8.43a17.88,17.88,0,0,0,24.93,3.6A17.67,17.67,0,0,0,523.16,430l-6.45-8.61a287.37,287.37,0,0,0,34.95-35.34l8.82,6.42a17.76,17.76,0,1,0,21-28.63l-8.88-6.46a287.17,287.17,0,0,0,23-43.92l10.48,3.59a17.73,17.73,0,1,0,11.59-33.52L607.33,280c2.79-10,5.79-19.84,7.52-30.21a83.27,83.27,0,0,0,.82-19.05l11.58-3.43A17.7,17.7,0,0,0,639.26,205.3ZM416,416a32,32,0,1,1,32-32A32,32,0,0,1,416,416Z\"]\n};\nvar faBacterium = {\n prefix: 'fas',\n iconName: 'bacterium',\n icon: [512, 512, [], \"e05a\", \"M511,102.93A23.76,23.76,0,0,0,481.47,87l-15.12,4.48a111.85,111.85,0,0,0-48.5-47.42l3.79-14.47a23.74,23.74,0,0,0-46-11.91l-3.76,14.37a111.94,111.94,0,0,0-22.33,1.47,386.74,386.74,0,0,0-44.33,10.41l-4.3-12a23.74,23.74,0,0,0-44.75,15.85l4.3,12.05a383.4,383.4,0,0,0-58.69,31.83l-8-10.63a23.85,23.85,0,0,0-33.24-4.8,23.57,23.57,0,0,0-4.83,33.09l8,10.63a386.14,386.14,0,0,0-46.7,47.44l-11-8a23.68,23.68,0,1,0-28,38.17l11.09,8.06a383.45,383.45,0,0,0-30.92,58.75l-12.93-4.43a23.65,23.65,0,1,0-15.47,44.69l13,4.48a385.81,385.81,0,0,0-9.3,40.53A111.58,111.58,0,0,0,32.44,375L17,379.56a23.64,23.64,0,0,0,13.51,45.31l15-4.44a111.49,111.49,0,0,0,48.53,47.24l-3.85,14.75a23.66,23.66,0,0,0,17,28.83,24.7,24.7,0,0,0,6,.75,23.73,23.73,0,0,0,23-17.7L140,479.67c1.37.05,2.77.35,4.13.35A111.22,111.22,0,0,0,205,461.5l11.45,11.74a23.7,23.7,0,0,0,34.08-32.93l-12.19-12.5a111,111,0,0,0,16.11-41.4,158.69,158.69,0,0,1,5.16-20.71l12,5.64a23.66,23.66,0,1,0,20.19-42.79l-11.72-5.49c.89-1.32,1.59-2.77,2.52-4.06a157.86,157.86,0,0,1,10.46-12.49,159.5,159.5,0,0,1,15.59-15.28,162.18,162.18,0,0,1,13.23-10.4c1.5-1,3.1-1.89,4.63-2.87l5.23,11.8a23.74,23.74,0,0,0,43.48-19.08l-5.36-12.11a158.87,158.87,0,0,1,16.49-4.1,111,111,0,0,0,45-18.54l13.33,12a23.69,23.69,0,1,0,31.88-35l-12.94-11.67A110.83,110.83,0,0,0,479.21,137L495,132.32A23.61,23.61,0,0,0,511,102.93ZM160,368a48,48,0,1,1,48-48A48,48,0,0,1,160,368Zm80-136a24,24,0,1,1,24-24A24,24,0,0,1,240,232Z\"]\n};\nvar faBahai = {\n prefix: 'fas',\n iconName: 'bahai',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxTissue = {\n prefix: 'fas',\n iconName: 'box-tissue',\n icon: [512, 512, [], \"e05b\", \"M383.88,287.82l64-192H338.47a70.2,70.2,0,0,1-66.59-48,70.21,70.21,0,0,0-66.6-48H63.88l64,288Zm-384,192a32,32,0,0,0,32,32h448a32,32,0,0,0,32-32v-64H-.12Zm480-256H438.94l-21.33,64h14.27a16,16,0,0,1,0,32h-352a16,16,0,1,1,0-32H95.09l-14.22-64h-49a32,32,0,0,0-32,32v128h512v-128A32,32,0,0,0,479.88,223.82Z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaravan = {\n prefix: 'fas',\n iconName: 'caravan',\n icon: [640, 512, [], \"f8ff\", \"M416,208a16,16,0,1,0,16,16A16,16,0,0,0,416,208ZM624,320H576V160A160,160,0,0,0,416,0H64A64,64,0,0,0,0,64V320a64,64,0,0,0,64,64H96a96,96,0,0,0,192,0H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM192,432a48,48,0,1,1,48-48A48.05,48.05,0,0,1,192,432Zm64-240a32,32,0,0,1-32,32H96a32,32,0,0,1-32-32V128A32,32,0,0,1,96,96H224a32,32,0,0,1,32,32ZM448,320H320V128a32,32,0,0,1,32-32h64a32,32,0,0,1,32,32Z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressAlt = {\n prefix: 'fas',\n iconName: 'compress-alt',\n icon: [448, 512, [], \"f422\", \"M4.686 427.314L104 328l-32.922-31.029C55.958 281.851 66.666 256 88.048 256h112C213.303 256 224 266.745 224 280v112c0 21.382-25.803 32.09-40.922 16.971L152 376l-99.314 99.314c-6.248 6.248-16.379 6.248-22.627 0L4.686 449.941c-6.248-6.248-6.248-16.379 0-22.627zM443.314 84.686L344 184l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C234.697 256 224 245.255 224 232V120c0-21.382 25.803-32.09 40.922-16.971L296 136l99.314-99.314c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.248 6.248 6.248 16.379 0 22.627z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDisease = {\n prefix: 'fas',\n iconName: 'disease',\n icon: [512, 512, [], \"f7fa\", \"M472.29 195.9l-67.06-23c-19.28-6.6-33.54-20.92-38.14-38.31l-16-60.45c-11.58-43.77-76.57-57.13-110-22.62L195 99.24c-13.26 13.71-33.54 20.93-54.2 19.31l-71.9-5.62c-52-4.07-86.93 44.89-59 82.84l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24l-28.43 57C4 396.67 47.46 440.29 98.11 429.23l70-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101 7.57 104.45-37.22l4.7-61.86c1.35-17.8 12.8-33.87 30.63-43l62-31.74c44.84-22.96 39.55-80.17-8.99-96.79zM160 256a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm128 96a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm16-128a16 16 0 1 1 16-16 16 16 0 0 1-16 16z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [576, 512, [], \"f6d3\", \"M298.06,224,448,277.55V496a16,16,0,0,1-16,16H368a16,16,0,0,1-16-16V384H192V496a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V282.09C58.84,268.84,32,233.66,32,192a32,32,0,0,1,64,0,32.06,32.06,0,0,0,32,32ZM544,112v32a64,64,0,0,1-64,64H448v35.58L320,197.87V48c0-14.25,17.22-21.39,27.31-11.31L374.59,64h53.63c10.91,0,23.75,7.92,28.62,17.69L464,96h64A16,16,0,0,1,544,112Zm-112,0a16,16,0,1,0-16,16A16,16,0,0,0,432,112Z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandAlt = {\n prefix: 'fas',\n iconName: 'expand-alt',\n icon: [448, 512, [], \"f424\", \"M212.686 315.314L120 408l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C10.697 480 0 469.255 0 456V344c0-21.382 25.803-32.09 40.922-16.971L72 360l92.686-92.686c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.249 6.248 6.249 16.378 0 22.627zm22.628-118.628L328 104l-32.922-31.029C279.958 57.851 290.666 32 312.048 32h112C437.303 32 448 42.745 448 56v112c0 21.382-25.803 32.09-40.922 16.971L376 152l-92.686 92.686c-6.248 6.248-16.379 6.248-22.627 0l-25.373-25.373c-6.249-6.248-6.249-16.378 0-22.627z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFaucet = {\n prefix: 'fas',\n iconName: 'faucet',\n icon: [512, 512, [], \"e005\", \"M352,256H313.39c-15.71-13.44-35.46-23.07-57.39-28V180.44l-32-3.38-32,3.38V228c-21.93,5-41.68,14.6-57.39,28H16A16,16,0,0,0,0,272v96a16,16,0,0,0,16,16h92.79C129.38,421.73,173,448,224,448s94.62-26.27,115.21-64H352a32,32,0,0,1,32,32,32,32,0,0,0,32,32h64a32,32,0,0,0,32-32A160,160,0,0,0,352,256ZM81.59,159.91l142.41-15,142.41,15c9.42,1,17.59-6.81,17.59-16.8V112.89c0-10-8.17-17.8-17.59-16.81L256,107.74V80a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16v27.74L81.59,96.08C72.17,95.09,64,102.9,64,112.89v30.22C64,153.1,72.17,160.91,81.59,159.91Z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingMedical = {\n prefix: 'fas',\n iconName: 'hand-holding-medical',\n icon: [576, 512, [], \"e05c\", \"M159.88,175.82h64v64a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-64h64a16,16,0,0,0,16-16v-64a16,16,0,0,0-16-16h-64v-64a16,16,0,0,0-16-16h-64a16,16,0,0,0-16,16v64h-64a16,16,0,0,0-16,16v64A16,16,0,0,0,159.88,175.82ZM568.07,336.13a39.91,39.91,0,0,0-55.93-8.47L392.47,415.84H271.86a16,16,0,0,1,0-32H350.1c16,0,30.75-10.87,33.37-26.61a32.06,32.06,0,0,0-31.62-37.38h-160a117.7,117.7,0,0,0-74.12,26.25l-46.5,37.74H15.87a16.11,16.11,0,0,0-16,16v96a16.11,16.11,0,0,0,16,16h347a104.8,104.8,0,0,0,61.7-20.27L559.6,392A40,40,0,0,0,568.07,336.13Z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandHoldingWater = {\n prefix: 'fas',\n iconName: 'hand-holding-water',\n icon: [576, 512, [], \"f4c1\", \"M288 256c53 0 96-42.1 96-94 0-40-57.1-120.7-83.2-155.6-6.4-8.5-19.2-8.5-25.6 0C249.1 41.3 192 122 192 162c0 51.9 43 94 96 94zm277.3 72.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSparkles = {\n prefix: 'fas',\n iconName: 'hand-sparkles',\n icon: [640, 512, [], \"e05d\", \"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M510.9005,145.27027,442.604,432.09391A103.99507,103.99507,0,0,1,341.43745,512H214.074a135.96968,135.96968,0,0,1-93.18489-36.95291L12.59072,373.12723a39.992,39.992,0,0,1,54.8122-58.24988l60.59342,57.02528v0a283.24849,283.24849,0,0,0-11.6703-80.46734L73.63726,147.36011a40.00575,40.00575,0,1,1,76.71833-22.7187l37.15458,125.39477a8.33113,8.33113,0,0,0,16.05656-4.4414L153.26183,49.95406A39.99638,39.99638,0,1,1,230.73015,30.0166l56.09491,218.15825a10.42047,10.42047,0,0,0,20.30018-.501L344.80766,63.96966a40.052,40.052,0,0,1,51.30245-30.0893c19.86073,6.2998,30.86262,27.67378,26.67564,48.08487l-33.83869,164.966a7.55172,7.55172,0,0,0,14.74406,3.2666l29.3973-123.45874a39.99414,39.99414,0,1,1,77.81208,18.53121Z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandsWash = {\n prefix: 'fas',\n iconName: 'hands-wash',\n icon: [576, 512, [], \"e05e\", \"M496,224a48,48,0,1,0-48-48A48,48,0,0,0,496,224ZM311.47,178.45A56.77,56.77,0,0,1,328,176a56,56,0,0,1,19,3.49l15.35-48.61A24,24,0,0,0,342,99.74c-11.53-1.35-22.21,6.44-25.71,17.51l-20.9,66.17ZM93.65,386.33c.8-.19,1.54-.54,2.35-.71V359.93a156,156,0,0,1,107.06-148l73.7-22.76L310.92,81.05a24,24,0,0,0-20.33-31.11c-11.53-1.34-22.22,6.45-25.72,17.52L231.42,173.88a8,8,0,0,1-15.26-4.83L259.53,31.26A24,24,0,0,0,239.2.15C227.67-1.19,217,6.6,213.49,17.66L165.56,169.37a8,8,0,1,1-15.26-4.82l38.56-122a24,24,0,0,0-20.33-31.11C157,10,146.32,17.83,142.82,28.9l-60,189.85L80.76,168.7A24,24,0,0,0,56.9,144.55c-13.23-.05-24.72,10.54-24.9,23.86V281.14A123.69,123.69,0,0,0,93.65,386.33ZM519.1,336H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,279.84,498.71,272,487.1,272H288l47.09-17.06a24,24,0,0,0-14.18-45.88L213.19,242.31A123.88,123.88,0,0,0,128,360v25.65a79.78,79.78,0,0,1,58,108.63A118.9,118.9,0,0,0,248,512H456a24,24,0,0,0,23.54-28.76C477.35,471.84,466.71,464,455.1,464H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,407.84,498.71,400,487.1,400H360a8,8,0,0,1,0-16H520a24,24,0,0,0,23.54-28.76C541.35,343.84,530.71,336,519.1,336ZM416,64a32,32,0,1,0-32-32A32,32,0,0,0,416,64ZM112,416a48,48,0,1,0,48,48A48,48,0,0,0,112,416Z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHandshakeAltSlash = {\n prefix: 'fas',\n iconName: 'handshake-alt-slash',\n icon: [640, 512, [], \"e05f\", \"M358.59,195.6,504.2,313.8a63.4,63.4,0,0,1,22.21,37.91H624a16.05,16.05,0,0,0,16-16V143.91A16,16,0,0,0,624,128H512L457.41,73.41A32,32,0,0,0,434.8,64H348.91a32,32,0,0,0-21.61,8.41l-88.12,80.68-25.69-19.85L289.09,64H205.3a32,32,0,0,0-22.6,9.41l-20.34,20.3L45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.54,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45L303.4,202.72l32.69-29.92,27-24.7a16,16,0,0,1,21.61,23.61ZM16,128A16.05,16.05,0,0,0,0,144V335.91a16,16,0,0,0,16,16H146.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L23.56,128Z\"]\n};\nvar faHandshakeSlash = {\n prefix: 'fas',\n iconName: 'handshake-slash',\n icon: [640, 512, [], \"e060\", \"M0,128.21V384H64a32,32,0,0,0,32-32V184L23.83,128.21ZM48,320.1a16,16,0,1,1-16,16A16,16,0,0,1,48,320.1Zm80,31.81h18.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L128,208.72Zm416-223.7V352.1a32,32,0,0,0,32,32h64V128.21ZM592,352.1a16,16,0,1,1,16-16A16,16,0,0,1,592,352.1ZM303.33,202.67l59.58-54.57a16,16,0,0,1,21.59,23.61L358.41,195.6,504,313.8a73.08,73.08,0,0,1,7.91,7.7V128L457.3,73.41A31.76,31.76,0,0,0,434.7,64H348.8a31.93,31.93,0,0,0-21.6,8.41l-88.07,80.64-25.64-19.81L289.09,64H205.3a32,32,0,0,0-22.6,9.41L162.36,93.72,45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.65-25.27a16,16,0,0,0-2.82-22.45Z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeadSideCough = {\n prefix: 'fas',\n iconName: 'head-side-cough',\n icon: [640, 512, [], \"e061\", \"M616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304ZM552,416a24,24,0,1,0,24,24A24,24,0,0,0,552,416Zm-64-56a24,24,0,1,0,24,24A24,24,0,0,0,488,360ZM616,464a24,24,0,1,0,24,24A24,24,0,0,0,616,464Zm0-104a24,24,0,1,0,24,24A24,24,0,0,0,616,360Zm-64-40a24,24,0,1,0,24,24A24,24,0,0,0,552,320Zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192C86,0,0,86,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320a32,32,0,0,1,0-64h96V320h32A32,32,0,0,0,477.22,275ZM288,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,288,224Z\"]\n};\nvar faHeadSideCoughSlash = {\n prefix: 'fas',\n iconName: 'head-side-cough-slash',\n icon: [640, 512, [], \"e062\", \"M454.11,319.21c19.56-3.81,31.62-25,23.11-44.21-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192A190.64,190.64,0,0,0,84.18,33.3L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM313.39,210.45,263.61,172c5.88-7.14,14.43-12,24.36-12a32.06,32.06,0,0,1,32,32C320,199,317.24,205.17,313.39,210.45ZM616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304Zm-64,64a24,24,0,1,0-24-24A24,24,0,0,0,552,368ZM288,384a32,32,0,0,1,32-32h19.54L20.73,105.59A190.86,190.86,0,0,0,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320A32,32,0,0,1,288,384Zm328-24a24,24,0,1,0,24,24A24,24,0,0,0,616,360Z\"]\n};\nvar faHeadSideMask = {\n prefix: 'fas',\n iconName: 'head-side-mask',\n icon: [512, 512, [], \"e063\", \"M.15,184.42C-2.17,244.21,23,298.06,64,334.88V512H224V316.51L3.67,156.25A182.28,182.28,0,0,0,.15,184.42ZM509.22,275c-21-47.12-48.5-151.75-73.12-186.75A208.11,208.11,0,0,0,266.11,0H200C117,0,42.48,50.57,13.25,123.65L239.21,288H511.76A31.35,31.35,0,0,0,509.22,275ZM320,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,320,224Zm16,144H496l16-48H256V512H401.88a64,64,0,0,0,60.71-43.76L464,464H336a16,16,0,0,1,0-32H474.67l10.67-32H336a16,16,0,0,1,0-32Z\"]\n};\nvar faHeadSideVirus = {\n prefix: 'fas',\n iconName: 'head-side-virus',\n icon: [512, 512, [], \"e064\", \"M272,240a16,16,0,1,0,16,16A16,16,0,0,0,272,240Zm-64-64a16,16,0,1,0,16,16A16,16,0,0,0,208,176Zm301.2,99c-20.93-47.12-48.43-151.73-73.07-186.75A207.9,207.9,0,0,0,266.09,0H192C86,0,0,86,0,192A191.23,191.23,0,0,0,64,334.81V512H320V448h64a64,64,0,0,0,64-64V320H480A32,32,0,0,0,509.2,275ZM368,240H355.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C290.47,297.09,256,311.37,256,339.88V352a16,16,0,0,1-32,0V339.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H112a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V96a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C313.09,173.53,327.37,208,355.88,208H368a16,16,0,0,1,0,32Z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHospitalUser = {\n prefix: 'fas',\n iconName: 'hospital-user',\n icon: [640, 512, [], \"f80d\", \"M480 320a96 96 0 1 0-96-96 96 96 0 0 0 96 96zm48 32a22.88 22.88 0 0 0-7.06 1.09 124.76 124.76 0 0 1-81.89 0A22.82 22.82 0 0 0 432 352a112 112 0 0 0-112 112.62c.14 26.26 21.73 47.38 48 47.38h224c26.27 0 47.86-21.12 48-47.38A112 112 0 0 0 528 352zm-198.09 10.45A145.19 145.19 0 0 1 352 344.62V128a32 32 0 0 0-32-32h-32V32a32 32 0 0 0-32-32H96a32 32 0 0 0-32 32v64H32a32 32 0 0 0-32 32v368a16 16 0 0 0 16 16h288.31A78.62 78.62 0 0 1 288 464.79a143.06 143.06 0 0 1 41.91-102.34zM144 404a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm48-122a6 6 0 0 1-6 6h-20a6 6 0 0 1-6-6v-26h-26a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h26V70a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v26h26a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6h-26zm80 250a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHouseUser = {\n prefix: 'fas',\n iconName: 'house-user',\n icon: [576, 512, [], \"e065\", \"M570.69,236.27,512,184.44V48a16,16,0,0,0-16-16H432a16,16,0,0,0-16,16V99.67L314.78,10.3C308.5,4.61,296.53,0,288,0s-20.46,4.61-26.74,10.3l-256,226A18.27,18.27,0,0,0,0,248.2a18.64,18.64,0,0,0,4.09,10.71L25.5,282.7a21.14,21.14,0,0,0,12,5.3,21.67,21.67,0,0,0,10.69-4.11l15.9-14V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V269.88l15.91,14A21.94,21.94,0,0,0,538.63,288a20.89,20.89,0,0,0,11.87-5.31l21.41-23.81A21.64,21.64,0,0,0,576,248.19,21,21,0,0,0,570.69,236.27ZM288,176a64,64,0,1,1-64,64A64,64,0,0,1,288,176ZM400,448H176a16,16,0,0,1-16-16,96,96,0,0,1,96-96h64a96,96,0,0,1,96,96A16,16,0,0,1,400,448Z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [576, 512, [], \"f669\", \"M535.95308,352c-42.64069,94.17188-137.64086,160-247.9848,160q-6.39844,0-12.84377-.29688C171.15558,506.9375,81.26481,442.23438,40.01474,352H79.93668L21.3272,293.40625a264.82522,264.82522,0,0,1-5.10938-39.42187,273.6653,273.6653,0,0,1,.5-29.98438H63.93665L22.546,182.625A269.79782,269.79782,0,0,1,130.51489,20.54688a16.06393,16.06393,0,0,1,9.28127-3,16.36332,16.36332,0,0,1,13.5,7.25,16.02739,16.02739,0,0,1,1.625,15.09374,138.387,138.387,0,0,0-9.84376,51.26563c0,45.10937,21.04691,86.57813,57.71884,113.73437a16.29989,16.29989,0,0,1,1.20313,25.39063c-26.54692,23.98437-41.17194,56.5-41.17194,91.57813,0,60.03124,42.95319,110.28124,99.89079,121.92187l2.5-65.26563L238.062,397a8.33911,8.33911,0,0,1-10-.75,8.025,8.025,0,0,1-1.39063-9.9375l20.125-33.76562-42.06257-8.73438a7.9898,7.9898,0,0,1,0-15.65625l42.06257-8.71875-20.10941-33.73438a7.99122,7.99122,0,0,1,11.35939-10.71874L268.437,295.64062,279.95265,7.67188a7.97138,7.97138,0,0,1,8-7.67188h.04687a8.02064,8.02064,0,0,1,7.95314,7.70312L307.48394,295.625l30.39068-20.67188a8.08327,8.08327,0,0,1,10,.8125,7.99866,7.99866,0,0,1,1.39062,9.90626L329.12461,319.4375l42.07819,8.73438a7.99373,7.99373,0,0,1,0,15.65624l-42.07819,8.71876,20.1094,33.73437a7.97791,7.97791,0,0,1-1.32812,9.92187A8.25739,8.25739,0,0,1,337.87462,397L310.7027,378.53125l2.5,65.34375c48.48446-9.40625,87.57828-48.15625,97.31267-96.5A123.52652,123.52652,0,0,0,371.9528,230.29688a16.30634,16.30634,0,0,1,1.20313-25.42188c36.65631-27.17188,57.6876-68.60938,57.6876-113.73438a138.01689,138.01689,0,0,0-9.85939-51.3125,15.98132,15.98132,0,0,1,1.60937-15.09374,16.36914,16.36914,0,0,1,13.5-7.23438,16.02453,16.02453,0,0,1,9.25,2.98438A271.26947,271.26947,0,0,1,553.25,182.76562L511.99992,224h46.9532C559.3125,229.76562,560,235.45312,560,241.26562a270.092,270.092,0,0,1-5.125,51.85938L495.98427,352Z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M438.40625,377.59375c-3.20313,12.8125-3.20313,57.60937,0,73.60937Q447.9922,460.78907,448,470.40625v16c0,16-12.79688,25.59375-25.59375,25.59375H96c-54.40625,0-96-41.59375-96-96V96C0,41.59375,41.59375,0,96,0H422.40625C438.40625,0,448,9.59375,448,25.59375v332.8125Q448,372.79688,438.40625,377.59375ZM380.79688,384H96c-16,0-32,12.79688-32,32s12.79688,32,32,32H380.79688ZM128.01562,176.01562c0,.51563.14063.98438.14063,1.5l37.10937,32.46876A7.99954,7.99954,0,0,1,160,224h-.01562a9.17678,9.17678,0,0,1-5.25-1.98438L131.14062,201.375C142.6875,250.95312,186.90625,288,240,288s97.3125-37.04688,108.875-86.625l-23.59375,20.64062a8.02516,8.02516,0,0,1-5.26563,1.96876H320a9.14641,9.14641,0,0,1-6.01562-2.71876A9.26508,9.26508,0,0,1,312,216a9.097,9.097,0,0,1,2.73438-6.01562l37.10937-32.46876c.01563-.53124.15625-1,.15625-1.51562,0-11.04688-2.09375-21.51562-5.06251-31.59375l-21.26562,21.25a8.00467,8.00467,0,0,1-11.32812-11.3125l26.42187-26.40625a111.81517,111.81517,0,0,0-46.35937-49.26562,63.02336,63.02336,0,0,1-14.0625,82.64062A55.83846,55.83846,0,0,1,251.625,254.73438l-1.42188-34.28126,12.67188,8.625a3.967,3.967,0,0,0,2.25.6875,3.98059,3.98059,0,0,0,3.43749-6.03124l-8.53124-14.3125,17.90625-3.71876a4.00647,4.00647,0,0,0,0-7.84374l-17.90625-3.71876,8.53124-14.3125a3.98059,3.98059,0,0,0-3.43749-6.03124,4.726,4.726,0,0,0-2.25.67187L248.6875,184.125,244,71.82812a4.00386,4.00386,0,0,0-8,0l-4.625,110.8125-12-8.15624a4.003,4.003,0,0,0-5.68751,5.35937l8.53126,14.3125L204.3125,197.875a3.99686,3.99686,0,0,0,0,7.82812l17.90625,3.73438-8.53126,14.29688a4.72469,4.72469,0,0,0-.56249,2.04687,4.59547,4.59547,0,0,0,1.25,2.90625,4.01059,4.01059,0,0,0,2.75,1.09375,4.09016,4.09016,0,0,0,2.25-.6875l10.35937-7.04687L228.375,254.76562a55.86414,55.86414,0,0,1-28.71875-93.45312,63.01119,63.01119,0,0,1-14.04688-82.65625,111.93158,111.93158,0,0,0-46.375,49.26563l26.42187,26.42187a7.99917,7.99917,0,0,1-11.3125,11.3125l-21.26563-21.26563C130.09375,154.48438,128,164.95312,128.01562,176.01562Z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopHouse = {\n prefix: 'fas',\n iconName: 'laptop-house',\n icon: [640, 512, [], \"e066\", \"M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faLungs = {\n prefix: 'fas',\n iconName: 'lungs',\n icon: [640, 512, [], \"f604\", \"M636.11 390.15C614.44 308.85 580.07 231 534.1 159.13 511.98 124.56 498.03 96 454.05 96 415.36 96 384 125.42 384 161.71v60.11l-32.88-21.92a15.996 15.996 0 0 1-7.12-13.31V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v170.59c0 5.35-2.67 10.34-7.12 13.31L256 221.82v-60.11C256 125.42 224.64 96 185.95 96c-43.98 0-57.93 28.56-80.05 63.13C59.93 231 25.56 308.85 3.89 390.15 1.3 399.84 0 409.79 0 419.78c0 61.23 62.48 105.44 125.24 88.62l59.5-15.95c42.18-11.3 71.26-47.47 71.26-88.62v-87.49l-85.84 57.23a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09L320 235.23l167.59 111.72a7.994 7.994 0 0 1 2.22 11.09l-8.88 13.31a7.994 7.994 0 0 1-11.09 2.22L384 316.34v87.49c0 41.15 29.08 77.31 71.26 88.62l59.5 15.95C577.52 525.22 640 481.01 640 419.78c0-9.99-1.3-19.94-3.89-29.63z\"]\n};\nvar faLungsVirus = {\n prefix: 'fas',\n iconName: 'lungs-virus',\n icon: [640, 512, [], \"e067\", \"M344,150.68V16A16,16,0,0,0,328,0H312a16,16,0,0,0-16,16V150.68a46.45,46.45,0,0,1,48,0ZM195.54,444.46a48.06,48.06,0,0,1,0-67.88l8.58-8.58H192a48,48,0,0,1,0-96h12.12l-8.58-8.57a48,48,0,0,1,60.46-74V161.75C256,125.38,224.62,96,186,96c-44,0-58,28.5-80.12,63.13a819.52,819.52,0,0,0-102,231A113.16,113.16,0,0,0,0,419.75C0,481,62.5,525.26,125.25,508.38l59.5-15.87a98.51,98.51,0,0,0,52.5-34.75,46.49,46.49,0,0,1-41.71-13.3Zm226.29-22.63a16,16,0,0,0,0-22.62l-8.58-8.58C393.09,370.47,407.37,336,435.88,336H448a16,16,0,0,0,0-32H435.88c-28.51,0-42.79-34.47-22.63-54.62l8.58-8.58a16,16,0,0,0-22.63-22.63l-8.57,8.58C370.47,246.91,336,232.63,336,204.12V192a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.58c20.16,20.15,5.88,54.62-22.63,54.62H192a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.58a16,16,0,1,0,22.63,22.62l8.57-8.57C269.53,393.1,304,407.38,304,435.88V448a16,16,0,0,0,32,0V435.88c0-28.5,34.47-42.78,54.63-22.62l8.57,8.57a16,16,0,0,0,22.63,0ZM288,304a16,16,0,1,1,16-16A16,16,0,0,1,288,304Zm64,64a16,16,0,1,1,16-16A16,16,0,0,1,352,368Zm284.12,22.13a819.52,819.52,0,0,0-102-231C512,124.5,498,96,454,96c-38.62,0-70,29.38-70,65.75v27.72a48,48,0,0,1,60.46,74L435.88,272H448a48,48,0,0,1,0,96H435.88l8.58,8.58a47.7,47.7,0,0,1-41.71,81.18,98.51,98.51,0,0,0,52.5,34.75l59.5,15.87C577.5,525.26,640,481,640,419.75A113.16,113.16,0,0,0,636.12,390.13Z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M511.328,20.8027c-11.60759,38.70264-34.30724,111.70173-61.30311,187.70077,6.99893,2.09372,13.4042,4,18.60653,5.59368a16.06158,16.06158,0,0,1,9.49854,22.906c-22.106,42.29635-82.69047,152.795-142.47819,214.40356-.99984,1.09373-1.99969,2.5-2.99954,3.49995A194.83046,194.83046,0,1,1,57.085,179.41009c.99985-1,2.40588-2,3.49947-3,61.59994-59.90549,171.97367-120.40473,214.37343-142.4982a16.058,16.058,0,0,1,22.90274,9.49988c1.59351,5.09368,3.49947,11.5936,5.5929,18.59351C379.34818,35.00565,452.43074,12.30281,491.12794.70921A16.18325,16.18325,0,0,1,511.328,20.8027ZM319.951,320.00207A127.98041,127.98041,0,1,0,191.97061,448.00046,127.97573,127.97573,0,0,0,319.951,320.00207Zm-127.98041-31.9996a31.9951,31.9951,0,1,1-31.9951-31.9996A31.959,31.959,0,0,1,191.97061,288.00247Zm31.9951,79.999a15.99755,15.99755,0,1,1-15.99755-15.9998A16.04975,16.04975,0,0,1,223.96571,368.00147Z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleArrows = {\n prefix: 'fas',\n iconName: 'people-arrows',\n icon: [576, 512, [], \"e068\", \"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlaneSlash = {\n prefix: 'fas',\n iconName: 'plane-slash',\n icon: [640, 512, [], \"e069\", \"M32.48,147.88,64,256,32.48,364.13A16,16,0,0,0,48,384H88a16,16,0,0,0,12.8-6.41L144,320H246.85l-49,171.59A16,16,0,0,0,213.2,512h65.5a16,16,0,0,0,13.89-8.06l66.6-116.54L34.35,136.34A15.47,15.47,0,0,0,32.48,147.88ZM633.82,458.09,455.14,320H512c35.34,0,96-28.66,96-64s-60.66-64-96-64H397.7L292.61,8.06C290.06,3.61,283.84,0,278.71,0H213.2a16,16,0,0,0-15.38,20.39l36.94,129.29L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09Z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M320,32a32,32,0,0,0-64,0v96h64Zm48,128H16A16,16,0,0,0,0,176v32a16,16,0,0,0,16,16H32v32A160.07,160.07,0,0,0,160,412.8V512h64V412.8A160.07,160.07,0,0,0,352,256V224h16a16,16,0,0,0,16-16V176A16,16,0,0,0,368,160ZM128,32a32,32,0,0,0-64,0v96h64Z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPumpMedical = {\n prefix: 'fas',\n iconName: 'pump-medical',\n icon: [384, 512, [], \"e06a\", \"M235.51,159.82H84.24A64,64,0,0,0,20.51,218L.14,442a64,64,0,0,0,63.74,69.8h192A64,64,0,0,0,319.61,442L299.24,218A64,64,0,0,0,235.51,159.82Zm4.37,173.33a13.35,13.35,0,0,1-13.34,13.34h-40v40a13.33,13.33,0,0,1-13.33,13.33H146.54a13.33,13.33,0,0,1-13.33-13.33v-40h-40a13.34,13.34,0,0,1-13.33-13.34V306.49a13.33,13.33,0,0,1,13.33-13.34h40v-40a13.33,13.33,0,0,1,13.33-13.33h26.67a13.33,13.33,0,0,1,13.33,13.33v40h40a13.34,13.34,0,0,1,13.34,13.34ZM379.19,93.88,335.87,50.56a64,64,0,0,0-45.24-18.74H223.88a32,32,0,0,0-32-32h-64a32,32,0,0,0-32,32v96h128v-32h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.19,93.88Z\"]\n};\nvar faPumpSoap = {\n prefix: 'fas',\n iconName: 'pump-soap',\n icon: [384, 512, [], \"e06b\", \"M235.63,160H84.37a64,64,0,0,0-63.74,58.21L.27,442.21A64,64,0,0,0,64,512H256a64,64,0,0,0,63.74-69.79l-20.36-224A64,64,0,0,0,235.63,160ZM160,416c-33.12,0-60-26.33-60-58.75,0-25,35.7-75.47,52-97.27A10,10,0,0,1,168,260c16.33,21.8,52,72.27,52,97.27C220,389.67,193.12,416,160,416ZM379.31,94.06,336,50.74A64,64,0,0,0,290.75,32H224A32,32,0,0,0,192,0H128A32,32,0,0,0,96,32v96H224V96h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.31,94.06Z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.12019,19.09375c-1.18945-5.53125-6.65819-11-12.207-12.1875C460.716,0,435.507,0,410.40747,0,307.17523,0,245.26909,55.20312,199.05238,128H94.83772c-16.34763.01562-35.55658,11.875-42.88664,26.48438L2.51562,253.29688A28.4,28.4,0,0,0,0,264a24.00867,24.00867,0,0,0,24.00582,24H127.81618l-22.47457,22.46875c-11.36521,11.36133-12.99607,32.25781,0,45.25L156.24582,406.625c11.15623,11.1875,32.15619,13.15625,45.27726,0l22.47457-22.46875V488a24.00867,24.00867,0,0,0,24.00581,24,28.55934,28.55934,0,0,0,10.707-2.51562l98.72834-49.39063c14.62888-7.29687,26.50776-26.5,26.50776-42.85937V312.79688c72.59753-46.3125,128.03493-108.40626,128.03493-211.09376C512.07526,76.5,512.07526,51.29688,505.12019,19.09375ZM384.04033,168A40,40,0,1,1,424.05,128,40.02322,40.02322,0,0,1,384.04033,168Z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.60969,310.04206l-96.70393,96.71625a31.88151,31.88151,0,0,1-45.00765,0L280.572,326.34115l-9.89231,9.90759a190.56343,190.56343,0,0,1-5.40716,168.52287c-4.50077,8.50115-16.39342,9.59505-23.20707,2.79725L134.54715,400.05428l-17.7999,17.79929c.70324,2.60972,1.60965,5.00067,1.60965,7.79793a32.00544,32.00544,0,1,1-32.00544-32.00434c2.79735,0,5.18838.90637,7.7982,1.60959l17.7999-17.79929L4.43129,269.94287c-6.798-6.81342-5.70409-18.6119,2.79735-23.20627a190.58161,190.58161,0,0,1,168.52864-5.407l9.79854-9.79821-80.31053-80.41716a32.002,32.002,0,0,1,0-45.09987L201.96474,9.29814A31.62639,31.62639,0,0,1,224.46868,0a31.99951,31.99951,0,0,1,22.59759,9.29814l80.32615,80.30777,47.805-47.89713a33.6075,33.6075,0,0,1,47.50808,0l47.50807,47.50645a33.63308,33.63308,0,0,1,0,47.50644l-47.805,47.89713L502.71908,265.036A31.78938,31.78938,0,0,1,502.60969,310.04206ZM219.56159,197.433l73.82505-73.82252-68.918-68.9-73.80942,73.80689Zm237.74352,90.106-68.90233-68.9156-73.825,73.82252,68.918,68.9Z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M305.44954,462.59c7.39157,7.29792,6.18829,20.09661-3.00038,25.00356-77.713,41.80281-176.72559,29.9105-242.34331-35.7082C-5.49624,386.28227-17.404,287.362,24.41381,209.554c4.89125-9.095,17.68975-10.29834,25.00318-3.00043L166.22872,323.36708l27.39411-27.39452c-.68759-2.60974-1.594-5.00071-1.594-7.81361a32.00407,32.00407,0,1,1,32.00407,32.00455c-2.79723,0-5.20378-.89075-7.79786-1.594l-27.40974,27.41015ZM511.9758,303.06732a16.10336,16.10336,0,0,1-16.002,17.00242H463.86031a15.96956,15.96956,0,0,1-15.89265-15.00213C440.46671,175.5492,336.45348,70.53427,207.03078,63.53328a15.84486,15.84486,0,0,1-15.00191-15.90852V16.02652A16.09389,16.09389,0,0,1,209.031.02425C372.25491,8.61922,503.47472,139.841,511.9758,303.06732Zm-96.01221-.29692a16.21093,16.21093,0,0,1-16.11142,17.29934H367.645a16.06862,16.06862,0,0,1-15.89265-14.70522c-6.90712-77.01094-68.118-138.91037-144.92467-145.22376a15.94,15.94,0,0,1-14.79876-15.89289V112.13393a16.134,16.134,0,0,1,17.29908-16.096C319.45132,104.5391,407.55627,192.64538,415.96359,302.7704Z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShieldVirus = {\n prefix: 'fas',\n iconName: 'shield-virus',\n icon: [512, 512, [], \"e06c\", \"M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M304,320a16,16,0,1,0,16,16A16,16,0,0,0,304,320Zm32-96a16,16,0,1,0,16,16A16,16,0,0,0,336,224Zm32,64a16,16,0,1,0-16-16A16,16,0,0,0,368,288Zm-32,32a16,16,0,1,0-16-16A16,16,0,0,0,336,320Zm-32-64a16,16,0,1,0,16,16A16,16,0,0,0,304,256Zm128-32a16,16,0,1,0-16-16A16,16,0,0,0,432,224Zm-48,16a16,16,0,1,0,16-16A16,16,0,0,0,384,240Zm-16-48a16,16,0,1,0,16,16A16,16,0,0,0,368,192Zm96,32a16,16,0,1,0,16,16A16,16,0,0,0,464,224Zm32-32a16,16,0,1,0,16,16A16,16,0,0,0,496,192Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,432,256Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,400,288Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,336,352Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,304,384Zm64-64a16,16,0,1,0,16,16A16,16,0,0,0,368,320Zm21.65-218.35-11.3-11.31a16,16,0,0,0-22.63,0L350.05,96A111.19,111.19,0,0,0,272,64c-19.24,0-37.08,5.3-52.9,13.85l-10-10A121.72,121.72,0,0,0,123.44,32C55.49,31.5,0,92.91,0,160.85V464a16,16,0,0,0,16,16H48a16,16,0,0,0,16-16V158.4c0-30.15,21-58.2,51-61.93a58.38,58.38,0,0,1,48.93,16.67l10,10C165.3,138.92,160,156.76,160,176a111.23,111.23,0,0,0,32,78.05l-5.66,5.67a16,16,0,0,0,0,22.62l11.3,11.31a16,16,0,0,0,22.63,0L389.65,124.28A16,16,0,0,0,389.65,101.65Z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSink = {\n prefix: 'fas',\n iconName: 'sink',\n icon: [512, 512, [], \"e06d\", \"M32,416a96,96,0,0,0,96,96H384a96,96,0,0,0,96-96V384H32ZM496,288H400V256h64a16,16,0,0,0,16-16V224a16,16,0,0,0-16-16H384a32,32,0,0,0-32,32v48H288V96a32,32,0,0,1,64,0v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V96A96.16,96.16,0,0,0,300.87,1.86C255.29,10.71,224,53.36,224,99.79V288H160V240a32,32,0,0,0-32-32H48a16,16,0,0,0-16,16v16a16,16,0,0,0,16,16h64v32H16A16,16,0,0,0,0,304v32a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V304A16,16,0,0,0,496,288Z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSoap = {\n prefix: 'fas',\n iconName: 'soap',\n icon: [512, 512, [], \"e06e\", \"M416,192a95.42,95.42,0,0,1-30.94,70.21A95.8,95.8,0,0,1,352,448H160a96,96,0,0,1,0-192h88.91A95.3,95.3,0,0,1,224,192H96A96,96,0,0,0,0,288V416a96,96,0,0,0,96,96H416a96,96,0,0,0,96-96V288A96,96,0,0,0,416,192Zm-96,64a64,64,0,1,0-64-64A64,64,0,0,0,320,256ZM208,96a48,48,0,1,0-48-48A48,48,0,0,0,208,96ZM384,64a32,32,0,1,0-32-32A32,32,0,0,0,384,64ZM160,288a64,64,0,0,0,0,128H352a64,64,0,0,0,0-128Z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStopwatch20 = {\n prefix: 'fas',\n iconName: 'stopwatch-20',\n icon: [448, 512, [], \"e06f\", \"M398.5,190.91l.59-.61,26.59-26.58a16,16,0,0,0,0-22.63L403,118.41a16,16,0,0,0-22.63,0l-24.68,24.68A206.68,206.68,0,0,0,256,98.5V64h32a16,16,0,0,0,16-16V16A16,16,0,0,0,288,0H160a16.05,16.05,0,0,0-16,16V48a16.05,16.05,0,0,0,16,16h32V98.5A207.92,207.92,0,0,0,16.09,297.57C12.64,411.5,106.76,510.22,220.72,512,337.13,513.77,432,420,432,304A206,206,0,0,0,398.5,190.91ZM204.37,377.55a8.2,8.2,0,0,1,8.32,8.07v22.31a8.2,8.2,0,0,1-8.32,8.07H121.52a16.46,16.46,0,0,1-16.61-17.62c2.78-35.22,14.67-57.41,38.45-91.37,20.42-29.19,27.1-37.32,27.1-62.34,0-16.92-1.79-24.27-12.21-24.27-9.39,0-12.69,7.4-12.69,22.68v5.23a8.2,8.2,0,0,1-8.33,8.07h-24.9a8.2,8.2,0,0,1-8.33-8.07v-4.07c0-27.3,8.48-60.24,56.43-60.24,43,0,55.57,25.85,55.57,61,0,35.58-12.44,51.21-34.35,81.31-11.56,15-24.61,35.57-26.41,51.2ZM344,352.32c0,35.16-12.3,63.68-57.23,63.68C243.19,416,232,386.48,232,352.55V247.22c0-40.73,19.58-63.22,56.2-63.22C325,184,344,206.64,344,245.3ZM287.87,221.73c-9.41,0-13.23,7.5-13.23,20V357.68c0,13.11,3.59,20.59,13.23,20.59s13-8,13-21.27V241.06C300.89,229.79,297.88,221.73,287.87,221.73Z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStoreAltSlash = {\n prefix: 'fas',\n iconName: 'store-alt-slash',\n icon: [640, 512, [], \"e070\", \"M17.89,123.62,5.51,142.2c-14.2,21.3,1,49.8,26.59,49.8h74.26ZM576,413.42V224H512V364L384,265V224H330.92l-41.4-32H608c25.5,0,40.7-28.5,26.59-49.8l-85.29-128A32.18,32.18,0,0,0,522.6,0H117.42A31.87,31.87,0,0,0,90.81,14.2l-10.66,16L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.81l19.64-25.26a16,16,0,0,0-2.81-22.45ZM320,384H128V224H64V480a32,32,0,0,0,32,32H352a32,32,0,0,0,32-32V406.59l-64-49.47Z\"]\n};\nvar faStoreSlash = {\n prefix: 'fas',\n iconName: 'store-slash',\n icon: [640, 512, [], \"e071\", \"M121.51,384V284.2a119.43,119.43,0,0,1-28,3.8,123.46,123.46,0,0,1-17.1-1.2,114.88,114.88,0,0,1-15.58-3.6V480c0,17.7,13.59,32,30.4,32H505.75L348.42,384Zm-28-128.09c25.1,0,47.29-10.72,64-27.24L24,120.05c-30.52,53.39-2.45,126.53,56.49,135A95.68,95.68,0,0,0,93.48,255.91ZM602.13,458.09,547.2,413.41V283.2a93.5,93.5,0,0,1-15.57,3.6,127.31,127.31,0,0,1-17.29,1.2,114.89,114.89,0,0,1-28-3.8v79.68L348.52,251.77a88.06,88.06,0,0,0,25.41,4.14c28.11,0,53-13,70.11-33.11,17.19,20.11,42.08,33.11,70.11,33.11a94.31,94.31,0,0,0,13-.91c59.66-8.41,88-82.8,56.06-136.4L521.55,15A30.1,30.1,0,0,0,495.81,0H112A30.11,30.11,0,0,0,86.27,15L76.88,30.78,43.19,3.38A14.68,14.68,0,0,0,21.86,6.19L3.2,31.45A16.58,16.58,0,0,0,5.87,53.91L564.81,508.63a14.69,14.69,0,0,0,21.33-2.82l18.66-25.26A16.58,16.58,0,0,0,602.13,458.09Z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToiletPaperSlash = {\n prefix: 'fas',\n iconName: 'toilet-paper-slash',\n icon: [640, 512, [], \"e072\", \"M64,192V364.13c0,41.12-9.75,62.75-31.12,126.87A16,16,0,0,0,48,512H328.86a31.87,31.87,0,0,0,30.38-21.87c9.31-27.83,18-53.35,22.18-85.55l-316-244.25C64.53,170.66,64,181.19,64,192ZM633.82,458.09l-102-78.81C575.28,360.91,608,284.32,608,192,608,86,565,0,512,0s-96,86-96,192c0,42,7,80.4,18.43,112L384,265V192c0-83.62,23.63-153.5,60.5-192H160c-23.33,0-44.63,16.83-61.26,44.53L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09ZM512,256c-17.63,0-32-28.62-32-64s14.37-64,32-64,32,28.63,32,64S529.62,256,512,256Z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrailer = {\n prefix: 'fas',\n iconName: 'trailer',\n icon: [640, 512, [], \"e041\", \"M624,320H544V80a16,16,0,0,0-16-16H16A16,16,0,0,0,0,80V368a16,16,0,0,0,16,16H65.61c7.83-54.21,54-96,110.39-96s102.56,41.79,110.39,96H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM96,243.68a176.29,176.29,0,0,0-32,20.71V136a8,8,0,0,1,8-8H88a8,8,0,0,1,8,8Zm96-18.54c-5.31-.49-10.57-1.14-16-1.14s-10.69.65-16,1.14V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,39.25a176.29,176.29,0,0,0-32-20.71V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8ZM384,320H352V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,0H448V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm-304,0a80,80,0,1,0,80,80A80,80,0,0,0,176,320Zm0,112a32,32,0,1,1,32-32A32,32,0,0,1,176,432Z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M319.41,320,224,415.39,128.59,320C57.1,323.1,0,381.6,0,453.79A58.21,58.21,0,0,0,58.21,512H389.79A58.21,58.21,0,0,0,448,453.79C448,381.6,390.9,323.1,319.41,320ZM224,304A128,128,0,0,0,352,176V65.82a32,32,0,0,0-20.76-30L246.47,4.07a64,64,0,0,0-44.94,0L116.76,35.86A32,32,0,0,0,96,65.82V176A128,128,0,0,0,224,304ZM184,71.67a5,5,0,0,1,5-5h21.67V45a5,5,0,0,1,5-5h16.66a5,5,0,0,1,5,5V66.67H259a5,5,0,0,1,5,5V88.33a5,5,0,0,1-5,5H237.33V115a5,5,0,0,1-5,5H215.67a5,5,0,0,1-5-5V93.33H189a5,5,0,0,1-5-5ZM144,160H304v16a80,80,0,0,1-160,0Z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersSlash = {\n prefix: 'fas',\n iconName: 'users-slash',\n icon: [640, 512, [], \"e073\", \"M132.65,212.32,36.21,137.78A63.4,63.4,0,0,0,32,160a63.84,63.84,0,0,0,100.65,52.32Zm40.44,62.28A63.79,63.79,0,0,0,128,256H64A64.06,64.06,0,0,0,0,320v32a32,32,0,0,0,32,32H97.91A146.62,146.62,0,0,1,173.09,274.6ZM544,224a64,64,0,1,0-64-64A64.06,64.06,0,0,0,544,224ZM500.56,355.11a114.24,114.24,0,0,0-84.47-65.28L361,247.23c41.46-16.3,71-55.92,71-103.23A111.93,111.93,0,0,0,320,32c-57.14,0-103.69,42.83-110.6,98.08L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM128,403.21V432a48,48,0,0,0,48,48H464a47.45,47.45,0,0,0,12.57-1.87L232,289.13C173.74,294.83,128,343.42,128,403.21ZM576,256H512a63.79,63.79,0,0,0-45.09,18.6A146.29,146.29,0,0,1,542,384h66a32,32,0,0,0,32-32V320A64.06,64.06,0,0,0,576,256Z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVest = {\n prefix: 'fas',\n iconName: 'vest',\n icon: [448, 512, [], \"e085\", \"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a24.021,24.021,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A24.021,24.021,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.564A151.518,151.518,0,0,0,224,86.234a151.55,151.55,0,0,0,73.812-19.672L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM131.312,371.312l-48,48a16,16,0,0,1-22.624-22.624l48-48a16,16,0,0,1,22.624,22.624Zm256,48a15.992,15.992,0,0,1-22.624,0l-48-48a16,16,0,0,1,22.624-22.624l48,48A15.993,15.993,0,0,1,387.312,419.312Z\"]\n};\nvar faVestPatches = {\n prefix: 'fas',\n iconName: 'vest-patches',\n icon: [448, 512, [], \"e086\", \"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a23.982,23.982,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A23.982,23.982,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.561A151.579,151.579,0,0,0,224,86.234a151.565,151.565,0,0,0,73.811-19.668L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM63.5,272.484a12.01,12.01,0,0,1,17-16.968l15.5,15.5,15.5-15.5a12.01,12.01,0,0,1,17,16.968L112.984,288,128.5,303.516a12.01,12.01,0,0,1-17,16.968L96,304.984l-15.5,15.5a12.01,12.01,0,0,1-17-16.968L79.016,288ZM96,456a40,40,0,1,1,40-40A40,40,0,0,1,96,456ZM359.227,335.785,310.7,336a6.671,6.671,0,0,1-6.7-6.7l.215-48.574A24.987,24.987,0,0,1,331.43,256.1c12.789,1.162,22.129,12.619,22.056,25.419l-.037,5.057,5.051-.037c12.826-.035,24.236,9.275,25.4,22.076A24.948,24.948,0,0,1,359.227,335.785Z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVirus = {\n prefix: 'fas',\n iconName: 'virus',\n icon: [512, 512, [], \"e074\", \"M483.55,227.55H462c-50.68,0-76.07-61.27-40.23-97.11L437,115.19A28.44,28.44,0,0,0,396.8,75L381.56,90.22c-35.84,35.83-97.11,10.45-97.11-40.23V28.44a28.45,28.45,0,0,0-56.9,0V50c0,50.68-61.27,76.06-97.11,40.23L115.2,75A28.44,28.44,0,0,0,75,115.19l15.25,15.25c35.84,35.84,10.45,97.11-40.23,97.11H28.45a28.45,28.45,0,1,0,0,56.89H50c50.68,0,76.07,61.28,40.23,97.12L75,396.8A28.45,28.45,0,0,0,115.2,437l15.24-15.25c35.84-35.84,97.11-10.45,97.11,40.23v21.54a28.45,28.45,0,0,0,56.9,0V462c0-50.68,61.27-76.07,97.11-40.23L396.8,437A28.45,28.45,0,0,0,437,396.8l-15.25-15.24c-35.84-35.84-10.45-97.12,40.23-97.12h21.54a28.45,28.45,0,1,0,0-56.89ZM224,272a48,48,0,1,1,48-48A48,48,0,0,1,224,272Zm80,56a24,24,0,1,1,24-24A24,24,0,0,1,304,328Z\"]\n};\nvar faVirusSlash = {\n prefix: 'fas',\n iconName: 'virus-slash',\n icon: [640, 512, [], \"e075\", \"M114,227.6H92.4C76.7,227.6,64,240.3,64,256s12.7,28.4,28.4,28.4H114c50.7,0,76.1,61.3,40.2,97.1L139,396.8 c-11.5,10.7-12.2,28.7-1.6,40.2s28.7,12.2,40.2,1.6c0.5-0.5,1.1-1,1.6-1.6l15.2-15.2c35.8-35.8,97.1-10.5,97.1,40.2v21.5 c0,15.7,12.8,28.4,28.5,28.4c15.7,0,28.4-12.7,28.4-28.4V462c0-26.6,17-45.9,38.2-53.4l-244.5-189 C133.7,224.7,123.9,227.5,114,227.6z M617,505.8l19.6-25.3c5.4-7,4.2-17-2.8-22.5L470.6,332c4.2-25.4,24.9-47.5,55.4-47.5h21.5 c15.7,0,28.4-12.7,28.4-28.4s-12.7-28.4-28.4-28.4H526c-50.7,0-76.1-61.3-40.2-97.1l15.2-15.3c10.7-11.5,10-29.5-1.6-40.2 c-10.9-10.1-27.7-10.1-38.6,0l-15.2,15.2c-35.8,35.8-97.1,10.5-97.1-40.2V28.5C348.4,12.7,335.7,0,320,0 c-15.7,0-28.4,12.7-28.4,28.4V50c0,50.7-61.3,76.1-97.1,40.2L179.2,75c-11.1-11.1-29.4-10.6-40.5,0.5L45.5,3.4 c-7-5.4-17-4.2-22.5,2.8L3.4,31.5c-5.4,7-4.2,17,2.8,22.5l588.4,454.7C601.5,514.1,611.6,512.8,617,505.8z M335.4,227.5l-62.9-48.6 c4.9-1.8,10.2-2.8,15.4-2.9c26.5,0,48,21.5,48,48C336,225.2,335.5,226.3,335.4,227.5z\"]\n};\nvar faViruses = {\n prefix: 'fas',\n iconName: 'viruses',\n icon: [640, 512, [], \"e076\", \"M624,352H611.88c-28.51,0-42.79-34.47-22.63-54.63l8.58-8.57a16,16,0,1,0-22.63-22.63l-8.57,8.58C546.47,294.91,512,280.63,512,252.12V240a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.57c20.16,20.16,5.88,54.63-22.63,54.63H368a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.57a16,16,0,1,0,22.63,22.63l8.57-8.58c20.16-20.16,54.63-5.88,54.63,22.63V496a16,16,0,0,0,32,0V483.88c0-28.51,34.47-42.79,54.63-22.63l8.57,8.58a16,16,0,1,0,22.63-22.63l-8.58-8.57C569.09,418.47,583.37,384,611.88,384H624a16,16,0,0,0,0-32ZM480,384a32,32,0,1,1,32-32A32,32,0,0,1,480,384ZM346.51,213.33h16.16a21.33,21.33,0,0,0,0-42.66H346.51c-38,0-57.05-46-30.17-72.84l11.43-11.44A21.33,21.33,0,0,0,297.6,56.23L286.17,67.66c-26.88,26.88-72.84,7.85-72.84-30.17V21.33a21.33,21.33,0,0,0-42.66,0V37.49c0,38-46,57.05-72.84,30.17L86.4,56.23A21.33,21.33,0,0,0,56.23,86.39L67.66,97.83c26.88,26.88,7.85,72.84-30.17,72.84H21.33a21.33,21.33,0,0,0,0,42.66H37.49c38,0,57.05,46,30.17,72.84L56.23,297.6A21.33,21.33,0,1,0,86.4,327.77l11.43-11.43c26.88-26.88,72.84-7.85,72.84,30.17v16.16a21.33,21.33,0,0,0,42.66,0V346.51c0-38,46-57.05,72.84-30.17l11.43,11.43a21.33,21.33,0,0,0,30.17-30.17l-11.43-11.43C289.46,259.29,308.49,213.33,346.51,213.33ZM160,192a32,32,0,1,1,32-32A32,32,0,0,1,160,192Zm80,32a16,16,0,1,1,16-16A16,16,0,0,1,240,224Z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBacteria: faBacteria,\n faBacterium: faBacterium,\n faBahai: faBahai,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxTissue: faBoxTissue,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaravan: faCaravan,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressAlt: faCompressAlt,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDisease: faDisease,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandAlt: faExpandAlt,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFaucet: faFaucet,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingMedical: faHandHoldingMedical,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandHoldingWater: faHandHoldingWater,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSparkles: faHandSparkles,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandsWash: faHandsWash,\n faHandshake: faHandshake,\n faHandshakeAltSlash: faHandshakeAltSlash,\n faHandshakeSlash: faHandshakeSlash,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHdd: faHdd,\n faHeadSideCough: faHeadSideCough,\n faHeadSideCoughSlash: faHeadSideCoughSlash,\n faHeadSideMask: faHeadSideMask,\n faHeadSideVirus: faHeadSideVirus,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHospitalUser: faHospitalUser,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHouseUser: faHouseUser,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopHouse: faLaptopHouse,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faLungs: faLungs,\n faLungsVirus: faLungsVirus,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleArrows: faPeopleArrows,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlaneSlash: faPlaneSlash,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPumpMedical: faPumpMedical,\n faPumpSoap: faPumpSoap,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShieldVirus: faShieldVirus,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSink: faSink,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSoap: faSoap,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStopwatch20: faStopwatch20,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStoreAltSlash: faStoreAltSlash,\n faStoreSlash: faStoreSlash,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToiletPaperSlash: faToiletPaperSlash,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrailer: faTrailer,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUsersSlash: faUsersSlash,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVest: faVest,\n faVestPatches: faVestPatches,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVirus: faVirus,\n faVirusSlash: faVirusSlash,\n faViruses: faViruses,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBacteria, faBacterium, faBahai, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxTissue, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaravan, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressAlt, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDisease, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandAlt, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFaucet, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingMedical, faHandHoldingUsd, faHandHoldingWater, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSparkles, faHandSpock, faHands, faHandsHelping, faHandsWash, faHandshake, faHandshakeAltSlash, faHandshakeSlash, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHdd, faHeadSideCough, faHeadSideCoughSlash, faHeadSideMask, faHeadSideVirus, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHospitalUser, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHouseUser, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopHouse, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faLungs, faLungsVirus, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleArrows, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlaneSlash, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPumpMedical, faPumpSoap, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShieldVirus, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSink, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSoap, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStopwatch20, faStore, faStoreAlt, faStoreAltSlash, faStoreSlash, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToiletPaperSlash, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrailer, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUsersSlash, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVest, faVestPatches, faVial, faVials, faVideo, faVideoSlash, faVihara, faVirus, faVirusSlash, faViruses, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","import React, { FC, ComponentType } from 'react';\nimport { UncontrolledAlert } from 'reactstrap';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { faSpinner } from '@fortawesome/free-solid-svg-icons';\n\ninterface StatusIndicatorProps {\n error?: Error;\n isLoading?: boolean;\n customErrorMsg?: JSX.Element;\n componentTitle?: string;\n}\n\nexport const withStatusIndicator =\n (Component: ComponentType): FC =>\n ({ error, isLoading, customErrorMsg, componentTitle, ...rest }: StatusIndicatorProps) => {\n if (error) {\n return (\n \n {customErrorMsg ? (\n customErrorMsg\n ) : (\n <>\n Error: Error fetching {componentTitle || Component.displayName}: {error.message}\n \n )}\n \n );\n }\n\n if (isLoading) {\n return (\n \n );\n }\n return ;\n };\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar rowColWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar rowColsPropType = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar propTypes = {\n tag: tagPropType,\n noGutters: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n form: PropTypes.bool,\n xs: rowColsPropType,\n sm: rowColsPropType,\n md: rowColsPropType,\n lg: rowColsPropType,\n xl: rowColsPropType\n};\nvar defaultProps = {\n tag: 'div',\n widths: rowColWidths\n};\n\nvar Row = function Row(props) {\n var className = props.className,\n cssModule = props.cssModule,\n noGutters = props.noGutters,\n Tag = props.tag,\n form = props.form,\n widths = props.widths,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"noGutters\", \"tag\", \"form\", \"widths\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var colSize = props[colWidth];\n delete attributes[colWidth];\n\n if (!colSize) {\n return;\n }\n\n var isXs = !i;\n colClasses.push(isXs ? \"row-cols-\" + colSize : \"row-cols-\" + colWidth + \"-\" + colSize);\n });\n var classes = mapToCssModules(classNames(className, noGutters ? 'no-gutters' : null, form ? 'form-row' : 'row', colClasses), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nRow.propTypes = propTypes;\nRow.defaultProps = defaultProps;\nexport default Row;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType, isObject } from './utils';\nvar colWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar stringOrNumberProp = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar columnProps = PropTypes.oneOfType([PropTypes.bool, PropTypes.number, PropTypes.string, PropTypes.shape({\n size: PropTypes.oneOfType([PropTypes.bool, PropTypes.number, PropTypes.string]),\n order: stringOrNumberProp,\n offset: stringOrNumberProp\n})]);\nvar propTypes = {\n tag: tagPropType,\n xs: columnProps,\n sm: columnProps,\n md: columnProps,\n lg: columnProps,\n xl: columnProps,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n widths: PropTypes.array\n};\nvar defaultProps = {\n tag: 'div',\n widths: colWidths\n};\n\nvar getColumnSizeClass = function getColumnSizeClass(isXs, colWidth, colSize) {\n if (colSize === true || colSize === '') {\n return isXs ? 'col' : \"col-\" + colWidth;\n } else if (colSize === 'auto') {\n return isXs ? 'col-auto' : \"col-\" + colWidth + \"-auto\";\n }\n\n return isXs ? \"col-\" + colSize : \"col-\" + colWidth + \"-\" + colSize;\n};\n\nvar Col = function Col(props) {\n var className = props.className,\n cssModule = props.cssModule,\n widths = props.widths,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"widths\", \"tag\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var columnProp = props[colWidth];\n delete attributes[colWidth];\n\n if (!columnProp && columnProp !== '') {\n return;\n }\n\n var isXs = !i;\n\n if (isObject(columnProp)) {\n var _classNames;\n\n var colSizeInterfix = isXs ? '-' : \"-\" + colWidth + \"-\";\n var colClass = getColumnSizeClass(isXs, colWidth, columnProp.size);\n colClasses.push(mapToCssModules(classNames((_classNames = {}, _classNames[colClass] = columnProp.size || columnProp.size === '', _classNames[\"order\" + colSizeInterfix + columnProp.order] = columnProp.order || columnProp.order === 0, _classNames[\"offset\" + colSizeInterfix + columnProp.offset] = columnProp.offset || columnProp.offset === 0, _classNames)), cssModule));\n } else {\n var _colClass = getColumnSizeClass(isXs, colWidth, columnProp);\n\n colClasses.push(_colClass);\n }\n });\n\n if (!colClasses.length) {\n colClasses.push('col');\n }\n\n var classes = mapToCssModules(classNames(className, colClasses), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nCol.propTypes = propTypes;\nCol.defaultProps = defaultProps;\nexport default Col;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n color: PropTypes.string,\n pill: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n color: 'secondary',\n pill: false,\n tag: 'span'\n};\n\nvar Badge = function Badge(props) {\n var className = props.className,\n cssModule = props.cssModule,\n color = props.color,\n innerRef = props.innerRef,\n pill = props.pill,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"color\", \"innerRef\", \"pill\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'badge', 'badge-' + color, pill ? 'badge-pill' : false), cssModule);\n\n if (attributes.href && Tag === 'span') {\n Tag = 'a';\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes,\n ref: innerRef\n }));\n};\n\nBadge.propTypes = propTypes;\nBadge.defaultProps = defaultProps;\nexport default Badge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nvar _transitionStatusToCl;\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { Transition } from 'react-transition-group';\nimport { mapToCssModules, omit, pick, TransitionTimeouts, TransitionPropTypeKeys, TransitionStatuses, tagPropType } from './utils';\n\nvar propTypes = _objectSpread(_objectSpread({}, Transition.propTypes), {}, {\n isOpen: PropTypes.bool,\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]),\n tag: tagPropType,\n className: PropTypes.node,\n navbar: PropTypes.bool,\n cssModule: PropTypes.object,\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object])\n});\n\nvar defaultProps = _objectSpread(_objectSpread({}, Transition.defaultProps), {}, {\n isOpen: false,\n appear: false,\n enter: true,\n exit: true,\n tag: 'div',\n timeout: TransitionTimeouts.Collapse\n});\n\nvar transitionStatusToClassHash = (_transitionStatusToCl = {}, _transitionStatusToCl[TransitionStatuses.ENTERING] = 'collapsing', _transitionStatusToCl[TransitionStatuses.ENTERED] = 'collapse show', _transitionStatusToCl[TransitionStatuses.EXITING] = 'collapsing', _transitionStatusToCl[TransitionStatuses.EXITED] = 'collapse', _transitionStatusToCl);\n\nfunction getTransitionClass(status) {\n return transitionStatusToClassHash[status] || 'collapse';\n}\n\nfunction getHeight(node) {\n return node.scrollHeight;\n}\n\nvar Collapse = /*#__PURE__*/function (_Component) {\n _inheritsLoose(Collapse, _Component);\n\n function Collapse(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.state = {\n height: null\n };\n ['onEntering', 'onEntered', 'onExit', 'onExiting', 'onExited'].forEach(function (name) {\n _this[name] = _this[name].bind(_assertThisInitialized(_this));\n });\n return _this;\n }\n\n var _proto = Collapse.prototype;\n\n _proto.onEntering = function onEntering(node, isAppearing) {\n this.setState({\n height: getHeight(node)\n });\n this.props.onEntering(node, isAppearing);\n };\n\n _proto.onEntered = function onEntered(node, isAppearing) {\n this.setState({\n height: null\n });\n this.props.onEntered(node, isAppearing);\n };\n\n _proto.onExit = function onExit(node) {\n this.setState({\n height: getHeight(node)\n });\n this.props.onExit(node);\n };\n\n _proto.onExiting = function onExiting(node) {\n // getting this variable triggers a reflow\n var _unused = node.offsetHeight; // eslint-disable-line no-unused-vars\n\n this.setState({\n height: 0\n });\n this.props.onExiting(node);\n };\n\n _proto.onExited = function onExited(node) {\n this.setState({\n height: null\n });\n this.props.onExited(node);\n };\n\n _proto.render = function render() {\n var _this2 = this;\n\n var _this$props = this.props,\n Tag = _this$props.tag,\n isOpen = _this$props.isOpen,\n className = _this$props.className,\n navbar = _this$props.navbar,\n cssModule = _this$props.cssModule,\n children = _this$props.children,\n innerRef = _this$props.innerRef,\n otherProps = _objectWithoutPropertiesLoose(_this$props, [\"tag\", \"isOpen\", \"className\", \"navbar\", \"cssModule\", \"children\", \"innerRef\"]);\n\n var height = this.state.height;\n var transitionProps = pick(otherProps, TransitionPropTypeKeys);\n var childProps = omit(otherProps, TransitionPropTypeKeys);\n return /*#__PURE__*/React.createElement(Transition, _extends({}, transitionProps, {\n in: isOpen,\n onEntering: this.onEntering,\n onEntered: this.onEntered,\n onExit: this.onExit,\n onExiting: this.onExiting,\n onExited: this.onExited\n }), function (status) {\n var collapseClass = getTransitionClass(status);\n var classes = mapToCssModules(classNames(className, collapseClass, navbar && 'navbar-collapse'), cssModule);\n var style = height === null ? null : {\n height: height\n };\n return /*#__PURE__*/React.createElement(Tag, _extends({}, childProps, {\n style: _objectSpread(_objectSpread({}, childProps.style), style),\n className: classes,\n ref: _this2.props.innerRef\n }), children);\n });\n };\n\n return Collapse;\n}(Component);\n\nCollapse.propTypes = propTypes;\nCollapse.defaultProps = defaultProps;\nexport default Collapse;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n className: PropTypes.string,\n cssModule: PropTypes.object,\n size: PropTypes.string,\n bordered: PropTypes.bool,\n borderless: PropTypes.bool,\n striped: PropTypes.bool,\n dark: PropTypes.bool,\n hover: PropTypes.bool,\n responsive: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n tag: tagPropType,\n responsiveTag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object])\n};\nvar defaultProps = {\n tag: 'table',\n responsiveTag: 'div'\n};\n\nvar Table = function Table(props) {\n var className = props.className,\n cssModule = props.cssModule,\n size = props.size,\n bordered = props.bordered,\n borderless = props.borderless,\n striped = props.striped,\n dark = props.dark,\n hover = props.hover,\n responsive = props.responsive,\n Tag = props.tag,\n ResponsiveTag = props.responsiveTag,\n innerRef = props.innerRef,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"size\", \"bordered\", \"borderless\", \"striped\", \"dark\", \"hover\", \"responsive\", \"tag\", \"responsiveTag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, 'table', size ? 'table-' + size : false, bordered ? 'table-bordered' : false, borderless ? 'table-borderless' : false, striped ? 'table-striped' : false, dark ? 'table-dark' : false, hover ? 'table-hover' : false), cssModule);\n var table = /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes\n }));\n\n if (responsive) {\n var responsiveClassName = mapToCssModules(responsive === true ? 'table-responsive' : \"table-responsive-\" + responsive, cssModule);\n return /*#__PURE__*/React.createElement(ResponsiveTag, {\n className: responsiveClassName\n }, table);\n }\n\n return table;\n};\n\nTable.propTypes = propTypes;\nTable.defaultProps = defaultProps;\nexport default Table;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType, isObject } from './utils';\nvar colWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar stringOrNumberProp = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar columnProps = PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.number, PropTypes.shape({\n size: stringOrNumberProp,\n order: stringOrNumberProp,\n offset: stringOrNumberProp\n})]);\nvar propTypes = {\n children: PropTypes.node,\n hidden: PropTypes.bool,\n check: PropTypes.bool,\n size: PropTypes.string,\n for: PropTypes.string,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n xs: columnProps,\n sm: columnProps,\n md: columnProps,\n lg: columnProps,\n xl: columnProps,\n widths: PropTypes.array\n};\nvar defaultProps = {\n tag: 'label',\n widths: colWidths\n};\n\nvar getColumnSizeClass = function getColumnSizeClass(isXs, colWidth, colSize) {\n if (colSize === true || colSize === '') {\n return isXs ? 'col' : \"col-\" + colWidth;\n } else if (colSize === 'auto') {\n return isXs ? 'col-auto' : \"col-\" + colWidth + \"-auto\";\n }\n\n return isXs ? \"col-\" + colSize : \"col-\" + colWidth + \"-\" + colSize;\n};\n\nvar Label = function Label(props) {\n var className = props.className,\n cssModule = props.cssModule,\n hidden = props.hidden,\n widths = props.widths,\n Tag = props.tag,\n check = props.check,\n size = props.size,\n htmlFor = props.for,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"hidden\", \"widths\", \"tag\", \"check\", \"size\", \"for\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var columnProp = props[colWidth];\n delete attributes[colWidth];\n\n if (!columnProp && columnProp !== '') {\n return;\n }\n\n var isXs = !i;\n var colClass;\n\n if (isObject(columnProp)) {\n var _classNames;\n\n var colSizeInterfix = isXs ? '-' : \"-\" + colWidth + \"-\";\n colClass = getColumnSizeClass(isXs, colWidth, columnProp.size);\n colClasses.push(mapToCssModules(classNames((_classNames = {}, _classNames[colClass] = columnProp.size || columnProp.size === '', _classNames[\"order\" + colSizeInterfix + columnProp.order] = columnProp.order || columnProp.order === 0, _classNames[\"offset\" + colSizeInterfix + columnProp.offset] = columnProp.offset || columnProp.offset === 0, _classNames))), cssModule);\n } else {\n colClass = getColumnSizeClass(isXs, colWidth, columnProp);\n colClasses.push(colClass);\n }\n });\n var classes = mapToCssModules(classNames(className, hidden ? 'sr-only' : false, check ? 'form-check-label' : false, size ? \"col-form-label-\" + size : false, colClasses, colClasses.length ? 'col-form-label' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({\n htmlFor: htmlFor\n }, attributes, {\n className: classes\n }));\n};\n\nLabel.propTypes = propTypes;\nLabel.defaultProps = defaultProps;\nexport default Label;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\n\n/* eslint react/prefer-stateless-function: 0 */\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, warnOnce, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n type: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n bsSize: PropTypes.string,\n valid: PropTypes.bool,\n invalid: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n plaintext: PropTypes.bool,\n addon: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n type: 'text'\n};\n\nvar Input = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Input, _React$Component);\n\n function Input(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.focus = _this.focus.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Input.prototype;\n\n _proto.getRef = function getRef(ref) {\n if (this.props.innerRef) {\n this.props.innerRef(ref);\n }\n\n this.ref = ref;\n };\n\n _proto.focus = function focus() {\n if (this.ref) {\n this.ref.focus();\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n type = _this$props.type,\n bsSize = _this$props.bsSize,\n valid = _this$props.valid,\n invalid = _this$props.invalid,\n tag = _this$props.tag,\n addon = _this$props.addon,\n plaintext = _this$props.plaintext,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"type\", \"bsSize\", \"valid\", \"invalid\", \"tag\", \"addon\", \"plaintext\", \"innerRef\"]);\n\n var checkInput = ['radio', 'checkbox'].indexOf(type) > -1;\n var isNotaNumber = new RegExp('\\\\D', 'g');\n var fileInput = type === 'file';\n var textareaInput = type === 'textarea';\n var selectInput = type === 'select';\n var rangeInput = type === 'range';\n var Tag = tag || (selectInput || textareaInput ? type : 'input');\n var formControlClass = 'form-control';\n\n if (plaintext) {\n formControlClass = formControlClass + \"-plaintext\";\n Tag = tag || 'input';\n } else if (fileInput) {\n formControlClass = formControlClass + \"-file\";\n } else if (rangeInput) {\n formControlClass = formControlClass + \"-range\";\n } else if (checkInput) {\n if (addon) {\n formControlClass = null;\n } else {\n formControlClass = 'form-check-input';\n }\n }\n\n if (attributes.size && isNotaNumber.test(attributes.size)) {\n warnOnce('Please use the prop \"bsSize\" instead of the \"size\" to bootstrap\\'s input sizing.');\n bsSize = attributes.size;\n delete attributes.size;\n }\n\n var classes = mapToCssModules(classNames(className, invalid && 'is-invalid', valid && 'is-valid', bsSize ? \"form-control-\" + bsSize : false, formControlClass), cssModule);\n\n if (Tag === 'input' || tag && typeof tag === 'function') {\n attributes.type = type;\n }\n\n if (attributes.children && !(plaintext || type === 'select' || typeof Tag !== 'string' || Tag === 'select')) {\n warnOnce(\"Input with a type of \\\"\" + type + \"\\\" cannot have children. Please use \\\"value\\\"/\\\"defaultValue\\\" instead.\");\n delete attributes.children;\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes,\n \"aria-invalid\": invalid\n }));\n };\n\n return Input;\n}(React.Component);\n\nInput.propTypes = propTypes;\nInput.defaultProps = defaultProps;\nexport default Input;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tabs: PropTypes.bool,\n pills: PropTypes.bool,\n vertical: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n horizontal: PropTypes.string,\n justified: PropTypes.bool,\n fill: PropTypes.bool,\n navbar: PropTypes.bool,\n card: PropTypes.bool,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'ul',\n vertical: false\n};\n\nvar getVerticalClass = function getVerticalClass(vertical) {\n if (vertical === false) {\n return false;\n } else if (vertical === true || vertical === 'xs') {\n return 'flex-column';\n }\n\n return \"flex-\" + vertical + \"-column\";\n};\n\nvar Nav = function Nav(props) {\n var className = props.className,\n cssModule = props.cssModule,\n tabs = props.tabs,\n pills = props.pills,\n vertical = props.vertical,\n horizontal = props.horizontal,\n justified = props.justified,\n fill = props.fill,\n navbar = props.navbar,\n card = props.card,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tabs\", \"pills\", \"vertical\", \"horizontal\", \"justified\", \"fill\", \"navbar\", \"card\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, navbar ? 'navbar-nav' : 'nav', horizontal ? \"justify-content-\" + horizontal : false, getVerticalClass(vertical), {\n 'nav-tabs': tabs,\n 'card-header-tabs': card && tabs,\n 'nav-pills': pills,\n 'card-header-pills': card && pills,\n 'nav-justified': justified,\n 'nav-fill': fill\n }), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nNav.propTypes = propTypes;\nNav.defaultProps = defaultProps;\nexport default Nav;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n active: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'li'\n};\n\nvar NavItem = function NavItem(props) {\n var className = props.className,\n cssModule = props.cssModule,\n active = props.active,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"active\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'nav-item', active ? 'active' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nNavItem.propTypes = propTypes;\nNavItem.defaultProps = defaultProps;\nexport default NavItem;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n disabled: PropTypes.bool,\n active: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n onClick: PropTypes.func,\n href: PropTypes.any\n};\nvar defaultProps = {\n tag: 'a'\n};\n\nvar NavLink = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(NavLink, _React$Component);\n\n function NavLink(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = NavLink.prototype;\n\n _proto.onClick = function onClick(e) {\n if (this.props.disabled) {\n e.preventDefault();\n return;\n }\n\n if (this.props.href === '#') {\n e.preventDefault();\n }\n\n if (this.props.onClick) {\n this.props.onClick(e);\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n active = _this$props.active,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"active\", \"tag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, 'nav-link', {\n disabled: attributes.disabled,\n active: active\n }), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n onClick: this.onClick,\n className: classes\n }));\n };\n\n return NavLink;\n}(React.Component);\n\nNavLink.propTypes = propTypes;\nNavLink.defaultProps = defaultProps;\nexport default NavLink;","import React from 'react';\n/**\n * TabContext\n * {\n * activeTabId: PropTypes.any\n * }\n */\n\nexport var TabContext = /*#__PURE__*/React.createContext({});","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { TabContext } from './TabContext';\nimport { mapToCssModules, omit, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n activeTab: PropTypes.any,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar TabContent = /*#__PURE__*/function (_Component) {\n _inheritsLoose(TabContent, _Component);\n\n TabContent.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) {\n if (prevState.activeTab !== nextProps.activeTab) {\n return {\n activeTab: nextProps.activeTab\n };\n }\n\n return null;\n };\n\n function TabContent(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.state = {\n activeTab: _this.props.activeTab\n };\n return _this;\n }\n\n var _proto = TabContent.prototype;\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n Tag = _this$props.tag;\n var attributes = omit(this.props, Object.keys(propTypes));\n var classes = mapToCssModules(classNames('tab-content', className), cssModule);\n return /*#__PURE__*/React.createElement(TabContext.Provider, {\n value: {\n activeTabId: this.state.activeTab\n }\n }, /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n })));\n };\n\n return TabContent;\n}(Component);\n\nexport default TabContent;\nTabContent.propTypes = propTypes;\nTabContent.defaultProps = defaultProps;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { TabContext } from './TabContext';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n tabId: PropTypes.any\n};\nvar defaultProps = {\n tag: 'div'\n};\nexport default function TabPane(props) {\n var className = props.className,\n cssModule = props.cssModule,\n tabId = props.tabId,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tabId\", \"tag\"]);\n\n var getClasses = function getClasses(activeTabId) {\n return mapToCssModules(classNames('tab-pane', className, {\n active: tabId === activeTabId\n }), cssModule);\n };\n\n return /*#__PURE__*/React.createElement(TabContext.Consumer, null, function (_ref) {\n var activeTabId = _ref.activeTabId;\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: getClasses(activeTabId)\n }));\n });\n}\nTabPane.propTypes = propTypes;\nTabPane.defaultProps = defaultProps;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n active: PropTypes.bool,\n 'aria-label': PropTypes.string,\n block: PropTypes.bool,\n color: PropTypes.string,\n disabled: PropTypes.bool,\n outline: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n onClick: PropTypes.func,\n size: PropTypes.string,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n close: PropTypes.bool\n};\nvar defaultProps = {\n color: 'secondary',\n tag: 'button'\n};\n\nvar Button = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Button, _React$Component);\n\n function Button(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Button.prototype;\n\n _proto.onClick = function onClick(e) {\n if (this.props.disabled) {\n e.preventDefault();\n return;\n }\n\n if (this.props.onClick) {\n return this.props.onClick(e);\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n active = _this$props.active,\n ariaLabel = _this$props['aria-label'],\n block = _this$props.block,\n className = _this$props.className,\n close = _this$props.close,\n cssModule = _this$props.cssModule,\n color = _this$props.color,\n outline = _this$props.outline,\n size = _this$props.size,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"active\", \"aria-label\", \"block\", \"className\", \"close\", \"cssModule\", \"color\", \"outline\", \"size\", \"tag\", \"innerRef\"]);\n\n if (close && typeof attributes.children === 'undefined') {\n attributes.children = /*#__PURE__*/React.createElement(\"span\", {\n \"aria-hidden\": true\n }, \"\\xD7\");\n }\n\n var btnOutlineColor = \"btn\" + (outline ? '-outline' : '') + \"-\" + color;\n var classes = mapToCssModules(classNames(className, {\n close: close\n }, close || 'btn', close || btnOutlineColor, size ? \"btn-\" + size : false, block ? 'btn-block' : false, {\n active: active,\n disabled: this.props.disabled\n }), cssModule);\n\n if (attributes.href && Tag === 'button') {\n Tag = 'a';\n }\n\n var defaultAriaLabel = close ? 'Close' : null;\n return /*#__PURE__*/React.createElement(Tag, _extends({\n type: Tag === 'button' && attributes.onClick ? 'button' : undefined\n }, attributes, {\n className: classes,\n ref: innerRef,\n onClick: this.onClick,\n \"aria-label\": ariaLabel || defaultAriaLabel\n }));\n };\n\n return Button;\n}(React.Component);\n\nButton.propTypes = propTypes;\nButton.defaultProps = defaultProps;\nexport default Button;","/*\n\nBased off glamor's StyleSheet, thanks Sunil â¤ï¸\n\nhigh performance StyleSheet for css-in-js systems\n\n- uses multiple style tags behind the scenes for millions of rules\n- uses `insertRule` for appending in production for *much* faster performance\n\n// usage\n\nimport { StyleSheet } from '@emotion/sheet'\n\nlet styleSheet = new StyleSheet({ key: '', container: document.head })\n\nstyleSheet.insert('#box { border: 1px solid red; }')\n- appends a css rule into the stylesheet\n\nstyleSheet.flush()\n- empties the stylesheet of all its contents\n\n*/\n// $FlowFixMe\nfunction sheetForTag(tag) {\n if (tag.sheet) {\n // $FlowFixMe\n return tag.sheet;\n } // this weirdness brought to you by firefox\n\n /* istanbul ignore next */\n\n\n for (var i = 0; i < document.styleSheets.length; i++) {\n if (document.styleSheets[i].ownerNode === tag) {\n // $FlowFixMe\n return document.styleSheets[i];\n }\n }\n}\n\nfunction createStyleElement(options) {\n var tag = document.createElement('style');\n tag.setAttribute('data-emotion', options.key);\n\n if (options.nonce !== undefined) {\n tag.setAttribute('nonce', options.nonce);\n }\n\n tag.appendChild(document.createTextNode(''));\n tag.setAttribute('data-s', '');\n return tag;\n}\n\nvar StyleSheet = /*#__PURE__*/function () {\n function StyleSheet(options) {\n var _this = this;\n\n this._insertTag = function (tag) {\n var before;\n\n if (_this.tags.length === 0) {\n before = _this.prepend ? _this.container.firstChild : _this.before;\n } else {\n before = _this.tags[_this.tags.length - 1].nextSibling;\n }\n\n _this.container.insertBefore(tag, before);\n\n _this.tags.push(tag);\n };\n\n this.isSpeedy = options.speedy === undefined ? process.env.NODE_ENV === 'production' : options.speedy;\n this.tags = [];\n this.ctr = 0;\n this.nonce = options.nonce; // key is the value of the data-emotion attribute, it's used to identify different sheets\n\n this.key = options.key;\n this.container = options.container;\n this.prepend = options.prepend;\n this.before = null;\n }\n\n var _proto = StyleSheet.prototype;\n\n _proto.hydrate = function hydrate(nodes) {\n nodes.forEach(this._insertTag);\n };\n\n _proto.insert = function insert(rule) {\n // the max length is how many rules we have per style tag, it's 65000 in speedy mode\n // it's 1 in dev because we insert source maps that map a single rule to a location\n // and you can only have one source map per style tag\n if (this.ctr % (this.isSpeedy ? 65000 : 1) === 0) {\n this._insertTag(createStyleElement(this));\n }\n\n var tag = this.tags[this.tags.length - 1];\n\n if (process.env.NODE_ENV !== 'production') {\n var isImportRule = rule.charCodeAt(0) === 64 && rule.charCodeAt(1) === 105;\n\n if (isImportRule && this._alreadyInsertedOrderInsensitiveRule) {\n // this would only cause problem in speedy mode\n // but we don't want enabling speedy to affect the observable behavior\n // so we report this error at all times\n console.error(\"You're attempting to insert the following rule:\\n\" + rule + '\\n\\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules.');\n }\n this._alreadyInsertedOrderInsensitiveRule = this._alreadyInsertedOrderInsensitiveRule || !isImportRule;\n }\n\n if (this.isSpeedy) {\n var sheet = sheetForTag(tag);\n\n try {\n // this is the ultrafast version, works across browsers\n // the big drawback is that the css won't be editable in devtools\n sheet.insertRule(rule, sheet.cssRules.length);\n } catch (e) {\n if (process.env.NODE_ENV !== 'production' && !/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear){/.test(rule)) {\n console.error(\"There was a problem inserting the following rule: \\\"\" + rule + \"\\\"\", e);\n }\n }\n } else {\n tag.appendChild(document.createTextNode(rule));\n }\n\n this.ctr++;\n };\n\n _proto.flush = function flush() {\n // $FlowFixMe\n this.tags.forEach(function (tag) {\n return tag.parentNode.removeChild(tag);\n });\n this.tags = [];\n this.ctr = 0;\n\n if (process.env.NODE_ENV !== 'production') {\n this._alreadyInsertedOrderInsensitiveRule = false;\n }\n };\n\n return StyleSheet;\n}();\n\nexport { StyleSheet };\n","/**\n * @param {number}\n * @return {number}\n */\nexport var abs = Math.abs\n\n/**\n * @param {number}\n * @return {string}\n */\nexport var from = String.fromCharCode\n\n/**\n * @param {string} value\n * @param {number} length\n * @return {number}\n */\nexport function hash (value, length) {\n\treturn (((((((length << 2) ^ charat(value, 0)) << 2) ^ charat(value, 1)) << 2) ^ charat(value, 2)) << 2) ^ charat(value, 3)\n}\n\n/**\n * @param {string} value\n * @return {string}\n */\nexport function trim (value) {\n\treturn value.trim()\n}\n\n/**\n * @param {string} value\n * @param {RegExp} pattern\n * @return {string?}\n */\nexport function match (value, pattern) {\n\treturn (value = pattern.exec(value)) ? value[0] : value\n}\n\n/**\n * @param {string} value\n * @param {(string|RegExp)} pattern\n * @param {string} replacement\n * @return {string}\n */\nexport function replace (value, pattern, replacement) {\n\treturn value.replace(pattern, replacement)\n}\n\n/**\n * @param {string} value\n * @param {string} value\n * @return {number}\n */\nexport function indexof (value, search) {\n\treturn value.indexOf(search)\n}\n\n/**\n * @param {string} value\n * @param {number} index\n * @return {number}\n */\nexport function charat (value, index) {\n\treturn value.charCodeAt(index) | 0\n}\n\n/**\n * @param {string} value\n * @param {number} begin\n * @param {number} end\n * @return {string}\n */\nexport function substr (value, begin, end) {\n\treturn value.slice(begin, end)\n}\n\n/**\n * @param {string} value\n * @return {number}\n */\nexport function strlen (value) {\n\treturn value.length\n}\n\n/**\n * @param {any[]} value\n * @return {number}\n */\nexport function sizeof (value) {\n\treturn value.length\n}\n\n/**\n * @param {any} value\n * @param {any[]} array\n * @return {any}\n */\nexport function append (value, array) {\n\treturn array.push(value), value\n}\n\n/**\n * @param {string[]} array\n * @param {function} callback\n * @return {string}\n */\nexport function combine (array, callback) {\n\treturn array.map(callback).join('')\n}\n","import {from, trim, charat, strlen, substr, append} from './Utility.js'\n\nexport var line = 1\nexport var column = 1\nexport var length = 0\nexport var position = 0\nexport var character = 0\nexport var characters = ''\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {string} type\n * @param {string[]} props\n * @param {object[]} children\n * @param {number} length\n */\nexport function node (value, root, parent, type, props, children, length) {\n\treturn {value: value, root: root, parent: parent, type: type, props: props, children: children, line: line, column: column, length: length, return: ''}\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {string} type\n */\nexport function copy (value, root, type) {\n\treturn node(value, root.root, root.parent, type, root.props, root.children, 0)\n}\n\n/**\n * @return {number}\n */\nexport function char () {\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function prev () {\n\tcharacter = position > 0 ? charat(characters, --position) : 0\n\n\tif (column--, character === 10)\n\t\tcolumn = 1, line--\n\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function next () {\n\tcharacter = position < length ? charat(characters, position++) : 0\n\n\tif (column++, character === 10)\n\t\tcolumn = 1, line++\n\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function peek () {\n\treturn charat(characters, position)\n}\n\n/**\n * @return {number}\n */\nexport function caret () {\n\treturn position\n}\n\n/**\n * @param {number} begin\n * @param {number} end\n * @return {string}\n */\nexport function slice (begin, end) {\n\treturn substr(characters, begin, end)\n}\n\n/**\n * @param {number} type\n * @return {number}\n */\nexport function token (type) {\n\tswitch (type) {\n\t\t// \\0 \\t \\n \\r \\s whitespace token\n\t\tcase 0: case 9: case 10: case 13: case 32:\n\t\t\treturn 5\n\t\t// ! + , / > @ ~ isolate token\n\t\tcase 33: case 43: case 44: case 47: case 62: case 64: case 126:\n\t\t// ; { } breakpoint token\n\t\tcase 59: case 123: case 125:\n\t\t\treturn 4\n\t\t// : accompanied token\n\t\tcase 58:\n\t\t\treturn 3\n\t\t// \" ' ( [ opening delimit token\n\t\tcase 34: case 39: case 40: case 91:\n\t\t\treturn 2\n\t\t// ) ] closing delimit token\n\t\tcase 41: case 93:\n\t\t\treturn 1\n\t}\n\n\treturn 0\n}\n\n/**\n * @param {string} value\n * @return {any[]}\n */\nexport function alloc (value) {\n\treturn line = column = 1, length = strlen(characters = value), position = 0, []\n}\n\n/**\n * @param {any} value\n * @return {any}\n */\nexport function dealloc (value) {\n\treturn characters = '', value\n}\n\n/**\n * @param {number} type\n * @return {string}\n */\nexport function delimit (type) {\n\treturn trim(slice(position - 1, delimiter(type === 91 ? type + 2 : type === 40 ? type + 1 : type)))\n}\n\n/**\n * @param {string} value\n * @return {string[]}\n */\nexport function tokenize (value) {\n\treturn dealloc(tokenizer(alloc(value)))\n}\n\n/**\n * @param {number} type\n * @return {string}\n */\nexport function whitespace (type) {\n\twhile (character = peek())\n\t\tif (character < 33)\n\t\t\tnext()\n\t\telse\n\t\t\tbreak\n\n\treturn token(type) > 2 || token(character) > 3 ? '' : ' '\n}\n\n/**\n * @param {string[]} children\n * @return {string[]}\n */\nexport function tokenizer (children) {\n\twhile (next())\n\t\tswitch (token(character)) {\n\t\t\tcase 0: append(identifier(position - 1), children)\n\t\t\t\tbreak\n\t\t\tcase 2: append(delimit(character), children)\n\t\t\t\tbreak\n\t\t\tdefault: append(from(character), children)\n\t\t}\n\n\treturn children\n}\n\n/**\n * @param {number} index\n * @param {number} count\n * @return {string}\n */\nexport function escaping (index, count) {\n\twhile (--count && next())\n\t\t// not 0-9 A-F a-f\n\t\tif (character < 48 || character > 102 || (character > 57 && character < 65) || (character > 70 && character < 97))\n\t\t\tbreak\n\n\treturn slice(index, caret() + (count < 6 && peek() == 32 && next() == 32))\n}\n\n/**\n * @param {number} type\n * @return {number}\n */\nexport function delimiter (type) {\n\twhile (next())\n\t\tswitch (character) {\n\t\t\t// ] ) \" '\n\t\t\tcase type:\n\t\t\t\treturn position\n\t\t\t// \" '\n\t\t\tcase 34: case 39:\n\t\t\t\treturn delimiter(type === 34 || type === 39 ? type : character)\n\t\t\t// (\n\t\t\tcase 40:\n\t\t\t\tif (type === 41)\n\t\t\t\t\tdelimiter(type)\n\t\t\t\tbreak\n\t\t\t// \\\n\t\t\tcase 92:\n\t\t\t\tnext()\n\t\t\t\tbreak\n\t\t}\n\n\treturn position\n}\n\n/**\n * @param {number} type\n * @param {number} index\n * @return {number}\n */\nexport function commenter (type, index) {\n\twhile (next())\n\t\t// //\n\t\tif (type + character === 47 + 10)\n\t\t\tbreak\n\t\t// /*\n\t\telse if (type + character === 42 + 42 && peek() === 47)\n\t\t\tbreak\n\n\treturn '/*' + slice(index, position - 1) + '*' + from(type === 47 ? type : next())\n}\n\n/**\n * @param {number} index\n * @return {string}\n */\nexport function identifier (index) {\n\twhile (!token(peek()))\n\t\tnext()\n\n\treturn slice(index, position)\n}\n","export var MS = '-ms-'\nexport var MOZ = '-moz-'\nexport var WEBKIT = '-webkit-'\n\nexport var COMMENT = 'comm'\nexport var RULESET = 'rule'\nexport var DECLARATION = 'decl'\n\nexport var PAGE = '@page'\nexport var MEDIA = '@media'\nexport var IMPORT = '@import'\nexport var CHARSET = '@charset'\nexport var VIEWPORT = '@viewport'\nexport var SUPPORTS = '@supports'\nexport var DOCUMENT = '@document'\nexport var NAMESPACE = '@namespace'\nexport var KEYFRAMES = '@keyframes'\nexport var FONT_FACE = '@font-face'\nexport var COUNTER_STYLE = '@counter-style'\nexport var FONT_FEATURE_VALUES = '@font-feature-values'\n","import {IMPORT, COMMENT, RULESET, DECLARATION} from './Enum.js'\nimport {strlen, sizeof} from './Utility.js'\n\n/**\n * @param {object[]} children\n * @param {function} callback\n * @return {string}\n */\nexport function serialize (children, callback) {\n\tvar output = ''\n\tvar length = sizeof(children)\n\n\tfor (var i = 0; i < length; i++)\n\t\toutput += callback(children[i], i, children, callback) || ''\n\n\treturn output\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n * @param {function} callback\n * @return {string}\n */\nexport function stringify (element, index, children, callback) {\n\tswitch (element.type) {\n\t\tcase IMPORT: case DECLARATION: return element.return = element.return || element.value\n\t\tcase COMMENT: return ''\n\t\tcase RULESET: element.value = element.props.join(',')\n\t}\n\n\treturn strlen(children = serialize(element.children, callback)) ? element.return = element.value + '{' + children + '}' : ''\n}\n","import {MS, MOZ, WEBKIT} from './Enum.js'\nimport {hash, charat, strlen, indexof, replace} from './Utility.js'\n\n/**\n * @param {string} value\n * @param {number} length\n * @return {string}\n */\nexport function prefix (value, length) {\n\tswitch (hash(value, length)) {\n\t\t// color-adjust\n\t\tcase 5103:\n\t\t\treturn WEBKIT + 'print-' + value + value\n\t\t// animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)\n\t\tcase 5737: case 4201: case 3177: case 3433: case 1641: case 4457: case 2921:\n\t\t// text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break\n\t\tcase 5572: case 6356: case 5844: case 3191: case 6645: case 3005:\n\t\t// mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,\n\t\tcase 6391: case 5879: case 5623: case 6135: case 4599: case 4855:\n\t\t// background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)\n\t\tcase 4215: case 6389: case 5109: case 5365: case 5621: case 3829:\n\t\t\treturn WEBKIT + value + value\n\t\t// appearance, user-select, transform, hyphens, text-size-adjust\n\t\tcase 5349: case 4246: case 4810: case 6968: case 2756:\n\t\t\treturn WEBKIT + value + MOZ + value + MS + value + value\n\t\t// flex, flex-direction\n\t\tcase 6828: case 4268:\n\t\t\treturn WEBKIT + value + MS + value + value\n\t\t// order\n\t\tcase 6165:\n\t\t\treturn WEBKIT + value + MS + 'flex-' + value + value\n\t\t// align-items\n\t\tcase 5187:\n\t\t\treturn WEBKIT + value + replace(value, /(\\w+).+(:[^]+)/, WEBKIT + 'box-$1$2' + MS + 'flex-$1$2') + value\n\t\t// align-self\n\t\tcase 5443:\n\t\t\treturn WEBKIT + value + MS + 'flex-item-' + replace(value, /flex-|-self/, '') + value\n\t\t// align-content\n\t\tcase 4675:\n\t\t\treturn WEBKIT + value + MS + 'flex-line-pack' + replace(value, /align-content|flex-|-self/, '') + value\n\t\t// flex-shrink\n\t\tcase 5548:\n\t\t\treturn WEBKIT + value + MS + replace(value, 'shrink', 'negative') + value\n\t\t// flex-basis\n\t\tcase 5292:\n\t\t\treturn WEBKIT + value + MS + replace(value, 'basis', 'preferred-size') + value\n\t\t// flex-grow\n\t\tcase 6060:\n\t\t\treturn WEBKIT + 'box-' + replace(value, '-grow', '') + WEBKIT + value + MS + replace(value, 'grow', 'positive') + value\n\t\t// transition\n\t\tcase 4554:\n\t\t\treturn WEBKIT + replace(value, /([^-])(transform)/g, '$1' + WEBKIT + '$2') + value\n\t\t// cursor\n\t\tcase 6187:\n\t\t\treturn replace(replace(replace(value, /(zoom-|grab)/, WEBKIT + '$1'), /(image-set)/, WEBKIT + '$1'), value, '') + value\n\t\t// background, background-image\n\t\tcase 5495: case 3959:\n\t\t\treturn replace(value, /(image-set\\([^]*)/, WEBKIT + '$1' + '$`$1')\n\t\t// justify-content\n\t\tcase 4968:\n\t\t\treturn replace(replace(value, /(.+:)(flex-)?(.*)/, WEBKIT + 'box-pack:$3' + MS + 'flex-pack:$3'), /s.+-b[^;]+/, 'justify') + WEBKIT + value + value\n\t\t// (margin|padding)-inline-(start|end)\n\t\tcase 4095: case 3583: case 4068: case 2532:\n\t\t\treturn replace(value, /(.+)-inline(.+)/, WEBKIT + '$1$2') + value\n\t\t// (min|max)?(width|height|inline-size|block-size)\n\t\tcase 8116: case 7059: case 5753: case 5535:\n\t\tcase 5445: case 5701: case 4933: case 4677:\n\t\tcase 5533: case 5789: case 5021: case 4765:\n\t\t\t// stretch, max-content, min-content, fill-available\n\t\t\tif (strlen(value) - 1 - length > 6)\n\t\t\t\tswitch (charat(value, length + 1)) {\n\t\t\t\t\t// (m)ax-content, (m)in-content\n\t\t\t\t\tcase 109:\n\t\t\t\t\t\t// -\n\t\t\t\t\t\tif (charat(value, length + 4) !== 45)\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t// (f)ill-available, (f)it-content\n\t\t\t\t\tcase 102:\n\t\t\t\t\t\treturn replace(value, /(.+:)(.+)-([^]+)/, '$1' + WEBKIT + '$2-$3' + '$1' + MOZ + (charat(value, length + 3) == 108 ? '$3' : '$2-$3')) + value\n\t\t\t\t\t// (s)tretch\n\t\t\t\t\tcase 115:\n\t\t\t\t\t\treturn ~indexof(value, 'stretch') ? prefix(replace(value, 'stretch', 'fill-available'), length) + value : value\n\t\t\t\t}\n\t\t\tbreak\n\t\t// position: sticky\n\t\tcase 4949:\n\t\t\t// (s)ticky?\n\t\t\tif (charat(value, length + 1) !== 115)\n\t\t\t\tbreak\n\t\t// display: (flex|inline-flex)\n\t\tcase 6444:\n\t\t\tswitch (charat(value, strlen(value) - 3 - (~indexof(value, '!important') && 10))) {\n\t\t\t\t// stic(k)y\n\t\t\t\tcase 107:\n\t\t\t\t\treturn replace(value, ':', ':' + WEBKIT) + value\n\t\t\t\t// (inline-)?fl(e)x\n\t\t\t\tcase 101:\n\t\t\t\t\treturn replace(value, /(.+:)([^;!]+)(;|!.+)?/, '$1' + WEBKIT + (charat(value, 14) === 45 ? 'inline-' : '') + 'box$3' + '$1' + WEBKIT + '$2$3' + '$1' + MS + '$2box$3') + value\n\t\t\t}\n\t\t\tbreak\n\t\t// writing-mode\n\t\tcase 5936:\n\t\t\tswitch (charat(value, length + 11)) {\n\t\t\t\t// vertical-l(r)\n\t\t\t\tcase 114:\n\t\t\t\t\treturn WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb') + value\n\t\t\t\t// vertical-r(l)\n\t\t\t\tcase 108:\n\t\t\t\t\treturn WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb-rl') + value\n\t\t\t\t// horizontal(-)tb\n\t\t\t\tcase 45:\n\t\t\t\t\treturn WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'lr') + value\n\t\t\t}\n\n\t\t\treturn WEBKIT + value + MS + value + value\n\t}\n\n\treturn value\n}\n","import {COMMENT, RULESET, DECLARATION} from './Enum.js'\nimport {abs, trim, from, sizeof, strlen, substr, append, replace} from './Utility.js'\nimport {node, char, prev, next, peek, caret, alloc, dealloc, delimit, whitespace, escaping, identifier, commenter} from './Tokenizer.js'\n\n/**\n * @param {string} value\n * @return {object[]}\n */\nexport function compile (value) {\n\treturn dealloc(parse('', null, null, null, [''], value = alloc(value), 0, [0], value))\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {string[]} rule\n * @param {string[]} rules\n * @param {string[]} rulesets\n * @param {number[]} pseudo\n * @param {number[]} points\n * @param {string[]} declarations\n * @return {object}\n */\nexport function parse (value, root, parent, rule, rules, rulesets, pseudo, points, declarations) {\n\tvar index = 0\n\tvar offset = 0\n\tvar length = pseudo\n\tvar atrule = 0\n\tvar property = 0\n\tvar previous = 0\n\tvar variable = 1\n\tvar scanning = 1\n\tvar ampersand = 1\n\tvar character = 0\n\tvar type = ''\n\tvar props = rules\n\tvar children = rulesets\n\tvar reference = rule\n\tvar characters = type\n\n\twhile (scanning)\n\t\tswitch (previous = character, character = next()) {\n\t\t\t// \" ' [ (\n\t\t\tcase 34: case 39: case 91: case 40:\n\t\t\t\tcharacters += delimit(character)\n\t\t\t\tbreak\n\t\t\t// \\t \\n \\r \\s\n\t\t\tcase 9: case 10: case 13: case 32:\n\t\t\t\tcharacters += whitespace(previous)\n\t\t\t\tbreak\n\t\t\t// \\\n\t\t\tcase 92:\n\t\t\t\tcharacters += escaping(caret() - 1, 7)\n\t\t\t\tcontinue\n\t\t\t// /\n\t\t\tcase 47:\n\t\t\t\tswitch (peek()) {\n\t\t\t\t\tcase 42: case 47:\n\t\t\t\t\t\tappend(comment(commenter(next(), caret()), root, parent), declarations)\n\t\t\t\t\t\tbreak\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tcharacters += '/'\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t// {\n\t\t\tcase 123 * variable:\n\t\t\t\tpoints[index++] = strlen(characters) * ampersand\n\t\t\t// } ; \\0\n\t\t\tcase 125 * variable: case 59: case 0:\n\t\t\t\tswitch (character) {\n\t\t\t\t\t// \\0 }\n\t\t\t\t\tcase 0: case 125: scanning = 0\n\t\t\t\t\t// ;\n\t\t\t\t\tcase 59 + offset:\n\t\t\t\t\t\tif (property > 0 && (strlen(characters) - length))\n\t\t\t\t\t\t\tappend(property > 32 ? declaration(characters + ';', rule, parent, length - 1) : declaration(replace(characters, ' ', '') + ';', rule, parent, length - 2), declarations)\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// @ ;\n\t\t\t\t\tcase 59: characters += ';'\n\t\t\t\t\t// { rule/at-rule\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tappend(reference = ruleset(characters, root, parent, index, offset, rules, points, type, props = [], children = [], length), rulesets)\n\n\t\t\t\t\t\tif (character === 123)\n\t\t\t\t\t\t\tif (offset === 0)\n\t\t\t\t\t\t\t\tparse(characters, root, reference, reference, props, rulesets, length, points, children)\n\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\tswitch (atrule) {\n\t\t\t\t\t\t\t\t\t// d m s\n\t\t\t\t\t\t\t\t\tcase 100: case 109: case 115:\n\t\t\t\t\t\t\t\t\t\tparse(value, reference, reference, rule && append(ruleset(value, reference, reference, 0, 0, rules, points, type, rules, props = [], length), children), rules, children, length, points, rule ? props : children)\n\t\t\t\t\t\t\t\t\t\tbreak\n\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\tparse(characters, reference, reference, reference, [''], children, length, points, children)\n\t\t\t\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tindex = offset = property = 0, variable = ampersand = 1, type = characters = '', length = pseudo\n\t\t\t\tbreak\n\t\t\t// :\n\t\t\tcase 58:\n\t\t\t\tlength = 1 + strlen(characters), property = previous\n\t\t\tdefault:\n\t\t\t\tif (variable < 1)\n\t\t\t\t\tif (character == 123)\n\t\t\t\t\t\t--variable\n\t\t\t\t\telse if (character == 125 && variable++ == 0 && prev() == 125)\n\t\t\t\t\t\tcontinue\n\n\t\t\t\tswitch (characters += from(character), character * variable) {\n\t\t\t\t\t// &\n\t\t\t\t\tcase 38:\n\t\t\t\t\t\tampersand = offset > 0 ? 1 : (characters += '\\f', -1)\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// ,\n\t\t\t\t\tcase 44:\n\t\t\t\t\t\tpoints[index++] = (strlen(characters) - 1) * ampersand, ampersand = 1\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// @\n\t\t\t\t\tcase 64:\n\t\t\t\t\t\t// -\n\t\t\t\t\t\tif (peek() === 45)\n\t\t\t\t\t\t\tcharacters += delimit(next())\n\n\t\t\t\t\t\tatrule = peek(), offset = strlen(type = characters += identifier(caret())), character++\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// -\n\t\t\t\t\tcase 45:\n\t\t\t\t\t\tif (previous === 45 && strlen(characters) == 2)\n\t\t\t\t\t\t\tvariable = 0\n\t\t\t\t}\n\t\t}\n\n\treturn rulesets\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {number} index\n * @param {number} offset\n * @param {string[]} rules\n * @param {number[]} points\n * @param {string} type\n * @param {string[]} props\n * @param {string[]} children\n * @param {number} length\n * @return {object}\n */\nexport function ruleset (value, root, parent, index, offset, rules, points, type, props, children, length) {\n\tvar post = offset - 1\n\tvar rule = offset === 0 ? rules : ['']\n\tvar size = sizeof(rule)\n\n\tfor (var i = 0, j = 0, k = 0; i < index; ++i)\n\t\tfor (var x = 0, y = substr(value, post + 1, post = abs(j = points[i])), z = value; x < size; ++x)\n\t\t\tif (z = trim(j > 0 ? rule[x] + ' ' + y : replace(y, /&\\f/g, rule[x])))\n\t\t\t\tprops[k++] = z\n\n\treturn node(value, root, parent, offset === 0 ? RULESET : type, props, children, length)\n}\n\n/**\n * @param {number} value\n * @param {object} root\n * @param {object?} parent\n * @return {object}\n */\nexport function comment (value, root, parent) {\n\treturn node(value, root, parent, COMMENT, from(char()), substr(value, 2, -2), 0)\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {number} length\n * @return {object}\n */\nexport function declaration (value, root, parent, length) {\n\treturn node(value, root, parent, DECLARATION, substr(value, 0, length), substr(value, length + 1, -1), length)\n}\n","import { StyleSheet } from '@emotion/sheet';\nimport { dealloc, alloc, next, token, from, peek, delimit, identifier, position, stringify, COMMENT, rulesheet, middleware, prefixer, serialize, compile } from 'stylis';\nimport '@emotion/weak-memoize';\nimport '@emotion/memoize';\n\nvar last = function last(arr) {\n return arr.length ? arr[arr.length - 1] : null;\n};\n\nvar toRules = function toRules(parsed, points) {\n // pretend we've started with a comma\n var index = -1;\n var character = 44;\n\n do {\n switch (token(character)) {\n case 0:\n // &\\f\n if (character === 38 && peek() === 12) {\n // this is not 100% correct, we don't account for literal sequences here - like for example quoted strings\n // stylis inserts \\f after & to know when & where it should replace this sequence with the context selector\n // and when it should just concatenate the outer and inner selectors\n // it's very unlikely for this sequence to actually appear in a different context, so we just leverage this fact here\n points[index] = 1;\n }\n\n parsed[index] += identifier(position - 1);\n break;\n\n case 2:\n parsed[index] += delimit(character);\n break;\n\n case 4:\n // comma\n if (character === 44) {\n // colon\n parsed[++index] = peek() === 58 ? '&\\f' : '';\n points[index] = parsed[index].length;\n break;\n }\n\n // fallthrough\n\n default:\n parsed[index] += from(character);\n }\n } while (character = next());\n\n return parsed;\n};\n\nvar getRules = function getRules(value, points) {\n return dealloc(toRules(alloc(value), points));\n}; // WeakSet would be more appropriate, but only WeakMap is supported in IE11\n\n\nvar fixedElements = /* #__PURE__ */new WeakMap();\nvar compat = function compat(element) {\n if (element.type !== 'rule' || !element.parent || // .length indicates if this rule contains pseudo or not\n !element.length) {\n return;\n }\n\n var value = element.value,\n parent = element.parent;\n var isImplicitRule = element.column === parent.column && element.line === parent.line;\n\n while (parent.type !== 'rule') {\n parent = parent.parent;\n if (!parent) return;\n } // short-circuit for the simplest case\n\n\n if (element.props.length === 1 && value.charCodeAt(0) !== 58\n /* colon */\n && !fixedElements.get(parent)) {\n return;\n } // if this is an implicitly inserted rule (the one eagerly inserted at the each new nested level)\n // then the props has already been manipulated beforehand as they that array is shared between it and its \"rule parent\"\n\n\n if (isImplicitRule) {\n return;\n }\n\n fixedElements.set(element, true);\n var points = [];\n var rules = getRules(value, points);\n var parentRules = parent.props;\n\n for (var i = 0, k = 0; i < rules.length; i++) {\n for (var j = 0; j < parentRules.length; j++, k++) {\n element.props[k] = points[i] ? rules[i].replace(/&\\f/g, parentRules[j]) : parentRules[j] + \" \" + rules[i];\n }\n }\n};\nvar removeLabel = function removeLabel(element) {\n if (element.type === 'decl') {\n var value = element.value;\n\n if ( // charcode for l\n value.charCodeAt(0) === 108 && // charcode for b\n value.charCodeAt(2) === 98) {\n // this ignores label\n element[\"return\"] = '';\n element.value = '';\n }\n }\n};\nvar ignoreFlag = 'emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason';\n\nvar isIgnoringComment = function isIgnoringComment(element) {\n return !!element && element.type === 'comm' && element.children.indexOf(ignoreFlag) > -1;\n};\n\nvar createUnsafeSelectorsAlarm = function createUnsafeSelectorsAlarm(cache) {\n return function (element, index, children) {\n if (element.type !== 'rule') return;\n var unsafePseudoClasses = element.value.match(/(:first|:nth|:nth-last)-child/g);\n\n if (unsafePseudoClasses && cache.compat !== true) {\n var prevElement = index > 0 ? children[index - 1] : null;\n\n if (prevElement && isIgnoringComment(last(prevElement.children))) {\n return;\n }\n\n unsafePseudoClasses.forEach(function (unsafePseudoClass) {\n console.error(\"The pseudo class \\\"\" + unsafePseudoClass + \"\\\" is potentially unsafe when doing server-side rendering. Try changing it to \\\"\" + unsafePseudoClass.split('-child')[0] + \"-of-type\\\".\");\n });\n }\n };\n};\n\nvar isImportRule = function isImportRule(element) {\n return element.type.charCodeAt(1) === 105 && element.type.charCodeAt(0) === 64;\n};\n\nvar isPrependedWithRegularRules = function isPrependedWithRegularRules(index, children) {\n for (var i = index - 1; i >= 0; i--) {\n if (!isImportRule(children[i])) {\n return true;\n }\n }\n\n return false;\n}; // use this to remove incorrect elements from further processing\n// so they don't get handed to the `sheet` (or anything else)\n// as that could potentially lead to additional logs which in turn could be overhelming to the user\n\n\nvar nullifyElement = function nullifyElement(element) {\n element.type = '';\n element.value = '';\n element[\"return\"] = '';\n element.children = '';\n element.props = '';\n};\n\nvar incorrectImportAlarm = function incorrectImportAlarm(element, index, children) {\n if (!isImportRule(element)) {\n return;\n }\n\n if (element.parent) {\n console.error(\"`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles.\");\n nullifyElement(element);\n } else if (isPrependedWithRegularRules(index, children)) {\n console.error(\"`@import` rules can't be after other rules. Please put your `@import` rules before your other rules.\");\n nullifyElement(element);\n }\n};\n\nvar defaultStylisPlugins = [prefixer];\n\nvar createCache = function createCache(options) {\n var key = options.key;\n\n if (process.env.NODE_ENV !== 'production' && !key) {\n throw new Error(\"You have to configure `key` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.\\n\" + \"If multiple caches share the same key they might \\\"fight\\\" for each other's style elements.\");\n }\n\n if ( key === 'css') {\n var ssrStyles = document.querySelectorAll(\"style[data-emotion]:not([data-s])\"); // get SSRed styles out of the way of React's hydration\n // document.head is a safe place to move them to(though note document.head is not necessarily the last place they will be)\n // note this very very intentionally targets all style elements regardless of the key to ensure\n // that creating a cache works inside of render of a React component\n\n Array.prototype.forEach.call(ssrStyles, function (node) {\n // we want to only move elements which have a space in the data-emotion attribute value\n // because that indicates that it is an Emotion 11 server-side rendered style elements\n // while we will already ignore Emotion 11 client-side inserted styles because of the :not([data-s]) part in the selector\n // Emotion 10 client-side inserted styles did not have data-s (but importantly did not have a space in their data-emotion attributes)\n // so checking for the space ensures that loading Emotion 11 after Emotion 10 has inserted some styles\n // will not result in the Emotion 10 styles being destroyed\n var dataEmotionAttribute = node.getAttribute('data-emotion');\n\n if (dataEmotionAttribute.indexOf(' ') === -1) {\n return;\n }\n document.head.appendChild(node);\n node.setAttribute('data-s', '');\n });\n }\n\n var stylisPlugins = options.stylisPlugins || defaultStylisPlugins;\n\n if (process.env.NODE_ENV !== 'production') {\n // $FlowFixMe\n if (/[^a-z-]/.test(key)) {\n throw new Error(\"Emotion key must only contain lower case alphabetical characters and - but \\\"\" + key + \"\\\" was passed\");\n }\n }\n\n var inserted = {}; // $FlowFixMe\n\n var container;\n var nodesToHydrate = [];\n\n {\n container = options.container || document.head;\n Array.prototype.forEach.call( // this means we will ignore elements which don't have a space in them which\n // means that the style elements we're looking at are only Emotion 11 server-rendered style elements\n document.querySelectorAll(\"style[data-emotion^=\\\"\" + key + \" \\\"]\"), function (node) {\n var attrib = node.getAttribute(\"data-emotion\").split(' '); // $FlowFixMe\n\n for (var i = 1; i < attrib.length; i++) {\n inserted[attrib[i]] = true;\n }\n\n nodesToHydrate.push(node);\n });\n }\n\n var _insert;\n\n var omnipresentPlugins = [compat, removeLabel];\n\n if (process.env.NODE_ENV !== 'production') {\n omnipresentPlugins.push(createUnsafeSelectorsAlarm({\n get compat() {\n return cache.compat;\n }\n\n }), incorrectImportAlarm);\n }\n\n {\n var currentSheet;\n var finalizingPlugins = [stringify, process.env.NODE_ENV !== 'production' ? function (element) {\n if (!element.root) {\n if (element[\"return\"]) {\n currentSheet.insert(element[\"return\"]);\n } else if (element.value && element.type !== COMMENT) {\n // insert empty rule in non-production environments\n // so @emotion/jest can grab `key` from the (JS)DOM for caches without any rules inserted yet\n currentSheet.insert(element.value + \"{}\");\n }\n }\n } : rulesheet(function (rule) {\n currentSheet.insert(rule);\n })];\n var serializer = middleware(omnipresentPlugins.concat(stylisPlugins, finalizingPlugins));\n\n var stylis = function stylis(styles) {\n return serialize(compile(styles), serializer);\n };\n\n _insert = function insert(selector, serialized, sheet, shouldCache) {\n currentSheet = sheet;\n\n if (process.env.NODE_ENV !== 'production' && serialized.map !== undefined) {\n currentSheet = {\n insert: function insert(rule) {\n sheet.insert(rule + serialized.map);\n }\n };\n }\n\n stylis(selector ? selector + \"{\" + serialized.styles + \"}\" : serialized.styles);\n\n if (shouldCache) {\n cache.inserted[serialized.name] = true;\n }\n };\n }\n\n var cache = {\n key: key,\n sheet: new StyleSheet({\n key: key,\n container: container,\n nonce: options.nonce,\n speedy: options.speedy,\n prepend: options.prepend\n }),\n nonce: options.nonce,\n inserted: inserted,\n registered: {},\n insert: _insert\n };\n cache.sheet.hydrate(nodesToHydrate);\n return cache;\n};\n\nexport default createCache;\n","import {MS, MOZ, WEBKIT, RULESET, KEYFRAMES, DECLARATION} from './Enum.js'\nimport {match, charat, substr, strlen, sizeof, replace, combine} from './Utility.js'\nimport {copy, tokenize} from './Tokenizer.js'\nimport {serialize} from './Serializer.js'\nimport {prefix} from './Prefixer.js'\n\n/**\n * @param {function[]} collection\n * @return {function}\n */\nexport function middleware (collection) {\n\tvar length = sizeof(collection)\n\n\treturn function (element, index, children, callback) {\n\t\tvar output = ''\n\n\t\tfor (var i = 0; i < length; i++)\n\t\t\toutput += collection[i](element, index, children, callback) || ''\n\n\t\treturn output\n\t}\n}\n\n/**\n * @param {function} callback\n * @return {function}\n */\nexport function rulesheet (callback) {\n\treturn function (element) {\n\t\tif (!element.root)\n\t\t\tif (element = element.return)\n\t\t\t\tcallback(element)\n\t}\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n * @param {function} callback\n */\nexport function prefixer (element, index, children, callback) {\n\tif (!element.return)\n\t\tswitch (element.type) {\n\t\t\tcase DECLARATION: element.return = prefix(element.value, element.length)\n\t\t\t\tbreak\n\t\t\tcase KEYFRAMES:\n\t\t\t\treturn serialize([copy(replace(element.value, '@', '@' + WEBKIT), element, '')], callback)\n\t\t\tcase RULESET:\n\t\t\t\tif (element.length)\n\t\t\t\t\treturn combine(element.props, function (value) {\n\t\t\t\t\t\tswitch (match(value, /(::plac\\w+|:read-\\w+)/)) {\n\t\t\t\t\t\t\t// :read-(only|write)\n\t\t\t\t\t\t\tcase ':read-only': case ':read-write':\n\t\t\t\t\t\t\t\treturn serialize([copy(replace(value, /:(read-\\w+)/, ':' + MOZ + '$1'), element, '')], callback)\n\t\t\t\t\t\t\t// :placeholder\n\t\t\t\t\t\t\tcase '::placeholder':\n\t\t\t\t\t\t\t\treturn serialize([\n\t\t\t\t\t\t\t\t\tcopy(replace(value, /:(plac\\w+)/, ':' + WEBKIT + 'input-$1'), element, ''),\n\t\t\t\t\t\t\t\t\tcopy(replace(value, /:(plac\\w+)/, ':' + MOZ + '$1'), element, ''),\n\t\t\t\t\t\t\t\t\tcopy(replace(value, /:(plac\\w+)/, MS + 'input-$1'), element, '')\n\t\t\t\t\t\t\t\t], callback)\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn ''\n\t\t\t\t\t})\n\t\t}\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n */\nexport function namespace (element) {\n\tswitch (element.type) {\n\t\tcase RULESET:\n\t\t\telement.props = element.props.map(function (value) {\n\t\t\t\treturn combine(tokenize(value), function (value, index, children) {\n\t\t\t\t\tswitch (charat(value, 0)) {\n\t\t\t\t\t\t// \\f\n\t\t\t\t\t\tcase 12:\n\t\t\t\t\t\t\treturn substr(value, 1, strlen(value))\n\t\t\t\t\t\t// \\0 ( + > ~\n\t\t\t\t\t\tcase 0: case 40: case 43: case 62: case 126:\n\t\t\t\t\t\t\treturn value\n\t\t\t\t\t\t// :\n\t\t\t\t\t\tcase 58:\n\t\t\t\t\t\t\tif (children[++index] === 'global')\n\t\t\t\t\t\t\t\tchildren[index] = '', children[++index] = '\\f' + substr(children[index], index = 1, -1)\n\t\t\t\t\t\t// \\s\n\t\t\t\t\t\tcase 32:\n\t\t\t\t\t\t\treturn index === 1 ? '' : value\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tswitch (index) {\n\t\t\t\t\t\t\t\tcase 0: element = value\n\t\t\t\t\t\t\t\t\treturn sizeof(children) > 1 ? '' : value\n\t\t\t\t\t\t\t\tcase index = sizeof(children) - 1: case 2:\n\t\t\t\t\t\t\t\t\treturn index === 2 ? value + element + element : value + element\n\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\treturn value\n\t\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t}\n}\n","var isBrowser = \"object\" !== 'undefined';\nfunction getRegisteredStyles(registered, registeredStyles, classNames) {\n var rawClassName = '';\n classNames.split(' ').forEach(function (className) {\n if (registered[className] !== undefined) {\n registeredStyles.push(registered[className] + \";\");\n } else {\n rawClassName += className + \" \";\n }\n });\n return rawClassName;\n}\nvar insertStyles = function insertStyles(cache, serialized, isStringTag) {\n var className = cache.key + \"-\" + serialized.name;\n\n if ( // we only need to add the styles to the registered cache if the\n // class name could be used further down\n // the tree but if it's a string tag, we know it won't\n // so we don't have to add it to registered cache.\n // this improves memory usage since we can avoid storing the whole style string\n (isStringTag === false || // we need to always store it if we're in compat mode and\n // in node since emotion-server relies on whether a style is in\n // the registered cache to know whether a style is global or not\n // also, note that this check will be dead code eliminated in the browser\n isBrowser === false ) && cache.registered[className] === undefined) {\n cache.registered[className] = serialized.styles;\n }\n\n if (cache.inserted[serialized.name] === undefined) {\n var current = serialized;\n\n do {\n var maybeStyles = cache.insert(serialized === current ? \".\" + className : '', current, cache.sheet, true);\n\n current = current.next;\n } while (current !== undefined);\n }\n};\n\nexport { getRegisteredStyles, insertStyles };\n","/* eslint-disable */\n// Inspired by https://github.com/garycourt/murmurhash-js\n// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86\nfunction murmur2(str) {\n // 'm' and 'r' are mixing constants generated offline.\n // They're not really 'magic', they just happen to work well.\n // const m = 0x5bd1e995;\n // const r = 24;\n // Initialize the hash\n var h = 0; // Mix 4 bytes at a time into the hash\n\n var k,\n i = 0,\n len = str.length;\n\n for (; len >= 4; ++i, len -= 4) {\n k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24;\n k =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16);\n k ^=\n /* k >>> r: */\n k >>> 24;\n h =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Handle the last few bytes of the input array\n\n\n switch (len) {\n case 3:\n h ^= (str.charCodeAt(i + 2) & 0xff) << 16;\n\n case 2:\n h ^= (str.charCodeAt(i + 1) & 0xff) << 8;\n\n case 1:\n h ^= str.charCodeAt(i) & 0xff;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Do a few final mixes of the hash to ensure the last few\n // bytes are well-incorporated.\n\n\n h ^= h >>> 13;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n return ((h ^ h >>> 15) >>> 0).toString(36);\n}\n\nexport default murmur2;\n","var unitlessKeys = {\n animationIterationCount: 1,\n borderImageOutset: 1,\n borderImageSlice: 1,\n borderImageWidth: 1,\n boxFlex: 1,\n boxFlexGroup: 1,\n boxOrdinalGroup: 1,\n columnCount: 1,\n columns: 1,\n flex: 1,\n flexGrow: 1,\n flexPositive: 1,\n flexShrink: 1,\n flexNegative: 1,\n flexOrder: 1,\n gridRow: 1,\n gridRowEnd: 1,\n gridRowSpan: 1,\n gridRowStart: 1,\n gridColumn: 1,\n gridColumnEnd: 1,\n gridColumnSpan: 1,\n gridColumnStart: 1,\n msGridRow: 1,\n msGridRowSpan: 1,\n msGridColumn: 1,\n msGridColumnSpan: 1,\n fontWeight: 1,\n lineHeight: 1,\n opacity: 1,\n order: 1,\n orphans: 1,\n tabSize: 1,\n widows: 1,\n zIndex: 1,\n zoom: 1,\n WebkitLineClamp: 1,\n // SVG-related properties\n fillOpacity: 1,\n floodOpacity: 1,\n stopOpacity: 1,\n strokeDasharray: 1,\n strokeDashoffset: 1,\n strokeMiterlimit: 1,\n strokeOpacity: 1,\n strokeWidth: 1\n};\n\nexport default unitlessKeys;\n","import hashString from '@emotion/hash';\nimport unitless from '@emotion/unitless';\nimport memoize from '@emotion/memoize';\n\nvar ILLEGAL_ESCAPE_SEQUENCE_ERROR = \"You have illegal escape sequence in your template literal, most likely inside content's property value.\\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \\\"content: '\\\\00d7';\\\" should become \\\"content: '\\\\\\\\00d7';\\\".\\nYou can read more about this here:\\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences\";\nvar UNDEFINED_AS_OBJECT_KEY_ERROR = \"You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).\";\nvar hyphenateRegex = /[A-Z]|^ms/g;\nvar animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g;\n\nvar isCustomProperty = function isCustomProperty(property) {\n return property.charCodeAt(1) === 45;\n};\n\nvar isProcessableValue = function isProcessableValue(value) {\n return value != null && typeof value !== 'boolean';\n};\n\nvar processStyleName = /* #__PURE__ */memoize(function (styleName) {\n return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, '-$&').toLowerCase();\n});\n\nvar processStyleValue = function processStyleValue(key, value) {\n switch (key) {\n case 'animation':\n case 'animationName':\n {\n if (typeof value === 'string') {\n return value.replace(animationRegex, function (match, p1, p2) {\n cursor = {\n name: p1,\n styles: p2,\n next: cursor\n };\n return p1;\n });\n }\n }\n }\n\n if (unitless[key] !== 1 && !isCustomProperty(key) && typeof value === 'number' && value !== 0) {\n return value + 'px';\n }\n\n return value;\n};\n\nif (process.env.NODE_ENV !== 'production') {\n var contentValuePattern = /(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\\(|(no-)?(open|close)-quote/;\n var contentValues = ['normal', 'none', 'initial', 'inherit', 'unset'];\n var oldProcessStyleValue = processStyleValue;\n var msPattern = /^-ms-/;\n var hyphenPattern = /-(.)/g;\n var hyphenatedCache = {};\n\n processStyleValue = function processStyleValue(key, value) {\n if (key === 'content') {\n if (typeof value !== 'string' || contentValues.indexOf(value) === -1 && !contentValuePattern.test(value) && (value.charAt(0) !== value.charAt(value.length - 1) || value.charAt(0) !== '\"' && value.charAt(0) !== \"'\")) {\n throw new Error(\"You seem to be using a value for 'content' without quotes, try replacing it with `content: '\\\"\" + value + \"\\\"'`\");\n }\n }\n\n var processed = oldProcessStyleValue(key, value);\n\n if (processed !== '' && !isCustomProperty(key) && key.indexOf('-') !== -1 && hyphenatedCache[key] === undefined) {\n hyphenatedCache[key] = true;\n console.error(\"Using kebab-case for css properties in objects is not supported. Did you mean \" + key.replace(msPattern, 'ms-').replace(hyphenPattern, function (str, _char) {\n return _char.toUpperCase();\n }) + \"?\");\n }\n\n return processed;\n };\n}\n\nfunction handleInterpolation(mergedProps, registered, interpolation) {\n if (interpolation == null) {\n return '';\n }\n\n if (interpolation.__emotion_styles !== undefined) {\n if (process.env.NODE_ENV !== 'production' && interpolation.toString() === 'NO_COMPONENT_SELECTOR') {\n throw new Error('Component selectors can only be used in conjunction with @emotion/babel-plugin.');\n }\n\n return interpolation;\n }\n\n switch (typeof interpolation) {\n case 'boolean':\n {\n return '';\n }\n\n case 'object':\n {\n if (interpolation.anim === 1) {\n cursor = {\n name: interpolation.name,\n styles: interpolation.styles,\n next: cursor\n };\n return interpolation.name;\n }\n\n if (interpolation.styles !== undefined) {\n var next = interpolation.next;\n\n if (next !== undefined) {\n // not the most efficient thing ever but this is a pretty rare case\n // and there will be very few iterations of this generally\n while (next !== undefined) {\n cursor = {\n name: next.name,\n styles: next.styles,\n next: cursor\n };\n next = next.next;\n }\n }\n\n var styles = interpolation.styles + \";\";\n\n if (process.env.NODE_ENV !== 'production' && interpolation.map !== undefined) {\n styles += interpolation.map;\n }\n\n return styles;\n }\n\n return createStringFromObject(mergedProps, registered, interpolation);\n }\n\n case 'function':\n {\n if (mergedProps !== undefined) {\n var previousCursor = cursor;\n var result = interpolation(mergedProps);\n cursor = previousCursor;\n return handleInterpolation(mergedProps, registered, result);\n } else if (process.env.NODE_ENV !== 'production') {\n console.error('Functions that are interpolated in css calls will be stringified.\\n' + 'If you want to have a css call based on props, create a function that returns a css call like this\\n' + 'let dynamicStyle = (props) => css`color: ${props.color}`\\n' + 'It can be called directly with props or interpolated in a styled call like this\\n' + \"let SomeComponent = styled('div')`${dynamicStyle}`\");\n }\n\n break;\n }\n\n case 'string':\n if (process.env.NODE_ENV !== 'production') {\n var matched = [];\n var replaced = interpolation.replace(animationRegex, function (match, p1, p2) {\n var fakeVarName = \"animation\" + matched.length;\n matched.push(\"const \" + fakeVarName + \" = keyframes`\" + p2.replace(/^@keyframes animation-\\w+/, '') + \"`\");\n return \"${\" + fakeVarName + \"}\";\n });\n\n if (matched.length) {\n console.error('`keyframes` output got interpolated into plain string, please wrap it with `css`.\\n\\n' + 'Instead of doing this:\\n\\n' + [].concat(matched, [\"`\" + replaced + \"`\"]).join('\\n') + '\\n\\nYou should wrap it with `css` like this:\\n\\n' + (\"css`\" + replaced + \"`\"));\n }\n }\n\n break;\n } // finalize string values (regular strings and functions interpolated into css calls)\n\n\n if (registered == null) {\n return interpolation;\n }\n\n var cached = registered[interpolation];\n return cached !== undefined ? cached : interpolation;\n}\n\nfunction createStringFromObject(mergedProps, registered, obj) {\n var string = '';\n\n if (Array.isArray(obj)) {\n for (var i = 0; i < obj.length; i++) {\n string += handleInterpolation(mergedProps, registered, obj[i]) + \";\";\n }\n } else {\n for (var _key in obj) {\n var value = obj[_key];\n\n if (typeof value !== 'object') {\n if (registered != null && registered[value] !== undefined) {\n string += _key + \"{\" + registered[value] + \"}\";\n } else if (isProcessableValue(value)) {\n string += processStyleName(_key) + \":\" + processStyleValue(_key, value) + \";\";\n }\n } else {\n if (_key === 'NO_COMPONENT_SELECTOR' && process.env.NODE_ENV !== 'production') {\n throw new Error('Component selectors can only be used in conjunction with @emotion/babel-plugin.');\n }\n\n if (Array.isArray(value) && typeof value[0] === 'string' && (registered == null || registered[value[0]] === undefined)) {\n for (var _i = 0; _i < value.length; _i++) {\n if (isProcessableValue(value[_i])) {\n string += processStyleName(_key) + \":\" + processStyleValue(_key, value[_i]) + \";\";\n }\n }\n } else {\n var interpolated = handleInterpolation(mergedProps, registered, value);\n\n switch (_key) {\n case 'animation':\n case 'animationName':\n {\n string += processStyleName(_key) + \":\" + interpolated + \";\";\n break;\n }\n\n default:\n {\n if (process.env.NODE_ENV !== 'production' && _key === 'undefined') {\n console.error(UNDEFINED_AS_OBJECT_KEY_ERROR);\n }\n\n string += _key + \"{\" + interpolated + \"}\";\n }\n }\n }\n }\n }\n }\n\n return string;\n}\n\nvar labelPattern = /label:\\s*([^\\s;\\n{]+)\\s*(;|$)/g;\nvar sourceMapPattern;\n\nif (process.env.NODE_ENV !== 'production') {\n sourceMapPattern = /\\/\\*#\\ssourceMappingURL=data:application\\/json;\\S+\\s+\\*\\//g;\n} // this is the cursor for keyframes\n// keyframes are stored on the SerializedStyles object as a linked list\n\n\nvar cursor;\nvar serializeStyles = function serializeStyles(args, registered, mergedProps) {\n if (args.length === 1 && typeof args[0] === 'object' && args[0] !== null && args[0].styles !== undefined) {\n return args[0];\n }\n\n var stringMode = true;\n var styles = '';\n cursor = undefined;\n var strings = args[0];\n\n if (strings == null || strings.raw === undefined) {\n stringMode = false;\n styles += handleInterpolation(mergedProps, registered, strings);\n } else {\n if (process.env.NODE_ENV !== 'production' && strings[0] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR);\n }\n\n styles += strings[0];\n } // we start at 1 since we've already handled the first arg\n\n\n for (var i = 1; i < args.length; i++) {\n styles += handleInterpolation(mergedProps, registered, args[i]);\n\n if (stringMode) {\n if (process.env.NODE_ENV !== 'production' && strings[i] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR);\n }\n\n styles += strings[i];\n }\n }\n\n var sourceMap;\n\n if (process.env.NODE_ENV !== 'production') {\n styles = styles.replace(sourceMapPattern, function (match) {\n sourceMap = match;\n return '';\n });\n } // using a global regex with .exec is stateful so lastIndex has to be reset each time\n\n\n labelPattern.lastIndex = 0;\n var identifierName = '';\n var match; // https://esbench.com/bench/5b809c2cf2949800a0f61fb5\n\n while ((match = labelPattern.exec(styles)) !== null) {\n identifierName += '-' + // $FlowFixMe we know it's not null\n match[1];\n }\n\n var name = hashString(styles) + identifierName;\n\n if (process.env.NODE_ENV !== 'production') {\n // $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)\n return {\n name: name,\n styles: styles,\n map: sourceMap,\n next: cursor,\n toString: function toString() {\n return \"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).\";\n }\n };\n }\n\n return {\n name: name,\n styles: styles,\n next: cursor\n };\n};\n\nexport { serializeStyles };\n","function memoize(fn) {\n var cache = Object.create(null);\n return function (arg) {\n if (cache[arg] === undefined) cache[arg] = fn(arg);\n return cache[arg];\n };\n}\n\nexport default memoize;\n","import { createContext, useContext, forwardRef, createElement } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../isolated-hoist-non-react-statics-do-not-use-this-in-your-code/dist/emotion-react-isolated-hoist-non-react-statics-do-not-use-this-in-your-code.browser.esm.js';\nimport { getRegisteredStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar EmotionCacheContext = /* #__PURE__ */createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nif (process.env.NODE_ENV !== 'production') {\n EmotionCacheContext.displayName = 'EmotionCacheContext';\n}\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache() {\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache(func) {\n // $FlowFixMe\n return /*#__PURE__*/forwardRef(function (props, ref) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nvar ThemeContext = /* #__PURE__ */createContext({});\n\nif (process.env.NODE_ENV !== 'production') {\n ThemeContext.displayName = 'EmotionThemeContext';\n}\n\nvar useTheme = function useTheme() {\n return useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme, theme) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n if (process.env.NODE_ENV !== 'production' && (mergedTheme == null || typeof mergedTheme !== 'object' || Array.isArray(mergedTheme))) {\n throw new Error('[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!');\n }\n\n return mergedTheme;\n }\n\n if (process.env.NODE_ENV !== 'production' && (theme == null || typeof theme !== 'object' || Array.isArray(theme))) {\n throw new Error('[ThemeProvider] Please make your theme prop a plain object');\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\nvar ThemeProvider = function ThemeProvider(props) {\n var theme = useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme(Component) {\n var componentName = Component.displayName || Component.name || 'Component';\n\n var render = function render(props, ref) {\n var theme = useContext(ThemeContext);\n return /*#__PURE__*/createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n }; // $FlowFixMe\n\n\n var WithTheme = /*#__PURE__*/forwardRef(render);\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\n// thus we only need to replace what is a valid character for JS, but not for CSS\n\nvar sanitizeIdentifier = function sanitizeIdentifier(identifier) {\n return identifier.replace(/\\$/g, '-');\n};\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar labelPropName = '__EMOTION_LABEL_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type, props) {\n if (process.env.NODE_ENV !== 'production' && typeof props.css === 'string' && // check if there is a css declaration\n props.css.indexOf(':') !== -1) {\n throw new Error(\"Strings are not allowed as css prop values, please wrap it in a css template literal from '@emotion/react' like this: css`\" + props.css + \"`\");\n }\n\n var newProps = {};\n\n for (var key in props) {\n if (hasOwnProperty.call(props, key)) {\n newProps[key] = props[key];\n }\n }\n\n newProps[typePropName] = type;\n\n if (process.env.NODE_ENV !== 'production') {\n var error = new Error();\n\n if (error.stack) {\n // chrome\n var match = error.stack.match(/at (?:Object\\.|Module\\.|)(?:jsx|createEmotionProps).*\\n\\s+at (?:Object\\.|)([A-Z][A-Za-z0-9$]+) /);\n\n if (!match) {\n // safari and firefox\n match = error.stack.match(/.*\\n([A-Z][A-Za-z0-9$]+)@/);\n }\n\n if (match) {\n newProps[labelPropName] = sanitizeIdentifier(match[1]);\n }\n }\n }\n\n return newProps;\n};\nvar Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var type = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, useContext(ThemeContext));\n\n if (process.env.NODE_ENV !== 'production' && serialized.name.indexOf('-') === -1) {\n var labelFromStack = props[labelPropName];\n\n if (labelFromStack) {\n serialized = serializeStyles([serialized, 'label:' + labelFromStack + ';']);\n }\n }\n\n var rules = insertStyles(cache, serialized, typeof type === 'string');\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var key in props) {\n if (hasOwnProperty.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {\n newProps[key] = props[key];\n }\n }\n\n newProps.ref = ref;\n newProps.className = className;\n var ele = /*#__PURE__*/createElement(type, newProps);\n\n return ele;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n Emotion.displayName = 'EmotionCssPropInternal';\n}\n\nexport { CacheProvider as C, Emotion as E, ThemeContext as T, __unsafe_useEmotionCache as _, ThemeProvider as a, withTheme as b, createEmotionProps as c, hasOwnProperty as h, useTheme as u, withEmotionCache as w };\n","import { createElement, useContext, useRef, useLayoutEffect } from 'react';\nimport '@emotion/cache';\nimport { h as hasOwnProperty, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext } from './emotion-element-99289b21.browser.esm.js';\nexport { C as CacheProvider, T as ThemeContext, a as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, b as withTheme } from './emotion-element-99289b21.browser.esm.js';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport 'hoist-non-react-statics';\nimport '../isolated-hoist-non-react-statics-do-not-use-this-in-your-code/dist/emotion-react-isolated-hoist-non-react-statics-do-not-use-this-in-your-code.browser.esm.js';\nimport { insertStyles, getRegisteredStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { StyleSheet } from '@emotion/sheet';\n\nvar pkg = {\n\tname: \"@emotion/react\",\n\tversion: \"11.4.1\",\n\tmain: \"dist/emotion-react.cjs.js\",\n\tmodule: \"dist/emotion-react.esm.js\",\n\tbrowser: {\n\t\t\"./dist/emotion-react.cjs.js\": \"./dist/emotion-react.browser.cjs.js\",\n\t\t\"./dist/emotion-react.esm.js\": \"./dist/emotion-react.browser.esm.js\"\n\t},\n\ttypes: \"types/index.d.ts\",\n\tfiles: [\n\t\t\"src\",\n\t\t\"dist\",\n\t\t\"jsx-runtime\",\n\t\t\"jsx-dev-runtime\",\n\t\t\"isolated-hoist-non-react-statics-do-not-use-this-in-your-code\",\n\t\t\"types/*.d.ts\",\n\t\t\"macro.js\",\n\t\t\"macro.d.ts\",\n\t\t\"macro.js.flow\"\n\t],\n\tsideEffects: false,\n\tauthor: \"mitchellhamilton \",\n\tlicense: \"MIT\",\n\tscripts: {\n\t\t\"test:typescript\": \"dtslint types\"\n\t},\n\tdependencies: {\n\t\t\"@babel/runtime\": \"^7.13.10\",\n\t\t\"@emotion/cache\": \"^11.4.0\",\n\t\t\"@emotion/serialize\": \"^1.0.2\",\n\t\t\"@emotion/sheet\": \"^1.0.2\",\n\t\t\"@emotion/utils\": \"^1.0.0\",\n\t\t\"@emotion/weak-memoize\": \"^0.2.5\",\n\t\t\"hoist-non-react-statics\": \"^3.3.1\"\n\t},\n\tpeerDependencies: {\n\t\t\"@babel/core\": \"^7.0.0\",\n\t\treact: \">=16.8.0\"\n\t},\n\tpeerDependenciesMeta: {\n\t\t\"@babel/core\": {\n\t\t\toptional: true\n\t\t},\n\t\t\"@types/react\": {\n\t\t\toptional: true\n\t\t}\n\t},\n\tdevDependencies: {\n\t\t\"@babel/core\": \"^7.13.10\",\n\t\t\"@emotion/css\": \"11.1.3\",\n\t\t\"@emotion/css-prettifier\": \"1.0.0\",\n\t\t\"@emotion/server\": \"11.4.0\",\n\t\t\"@emotion/styled\": \"11.3.0\",\n\t\t\"@types/react\": \"^16.9.11\",\n\t\tdtslint: \"^0.3.0\",\n\t\t\"html-tag-names\": \"^1.1.2\",\n\t\treact: \"16.14.0\",\n\t\t\"svg-tag-names\": \"^1.1.1\"\n\t},\n\trepository: \"https://github.com/emotion-js/emotion/tree/main/packages/react\",\n\tpublishConfig: {\n\t\taccess: \"public\"\n\t},\n\t\"umd:main\": \"dist/emotion-react.umd.min.js\",\n\tpreconstruct: {\n\t\tentrypoints: [\n\t\t\t\"./index.js\",\n\t\t\t\"./jsx-runtime.js\",\n\t\t\t\"./jsx-dev-runtime.js\",\n\t\t\t\"./isolated-hoist-non-react-statics-do-not-use-this-in-your-code.js\"\n\t\t],\n\t\tumdName: \"emotionReact\"\n\t}\n};\n\nvar jsx = function jsx(type, props) {\n var args = arguments;\n\n if (props == null || !hasOwnProperty.call(props, 'css')) {\n // $FlowFixMe\n return createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n } // $FlowFixMe\n\n\n return createElement.apply(null, createElementArgArray);\n};\n\nvar warnedAboutCssPropForGlobal = false; // maintain place over rerenders.\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global = /* #__PURE__ */withEmotionCache(function (props, cache) {\n if (process.env.NODE_ENV !== 'production' && !warnedAboutCssPropForGlobal && ( // check for className as well since the user is\n // probably using the custom createElement which\n // means it will be turned into a className prop\n // $FlowFixMe I don't really want to add it to the type since it shouldn't be used\n props.className || props.css)) {\n console.error(\"It looks like you're using the css prop on Global, did you mean to use the styles prop instead?\");\n warnedAboutCssPropForGlobal = true;\n }\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, useContext(ThemeContext));\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = useRef();\n useLayoutEffect(function () {\n var key = cache.key + \"-global\";\n var sheet = new StyleSheet({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false; // $FlowFixMe\n\n var node = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useLayoutEffect(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n Global.displayName = 'EmotionGlobal';\n}\n\nfunction css() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\nvar keyframes = function keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name; // $FlowFixMe\n\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n};\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n if (process.env.NODE_ENV !== 'production' && arg.styles !== undefined && arg.name !== undefined) {\n console.error('You have passed styles created with `css` from `@emotion/react` package to the `cx`.\\n' + '`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from component.');\n }\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar ClassNames = /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n\n var css = function css() {\n if (hasRendered && process.env.NODE_ENV !== 'production') {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n\n {\n insertStyles(cache, serialized, false);\n }\n\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && process.env.NODE_ENV !== 'production') {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n\n return ele;\n});\n\nif (process.env.NODE_ENV !== 'production') {\n ClassNames.displayName = 'EmotionClassNames';\n}\n\nif (process.env.NODE_ENV !== 'production') {\n var isBrowser = \"object\" !== 'undefined'; // #1727 for some reason Jest evaluates modules twice if some consuming module gets mocked with jest.mock\n\n var isJest = typeof jest !== 'undefined';\n\n if (isBrowser && !isJest) {\n var globalContext = isBrowser ? window : global;\n var globalKey = \"__EMOTION_REACT_\" + pkg.version.split('.')[0] + \"__\";\n\n if (globalContext[globalKey]) {\n console.warn('You are loading @emotion/react when it is already loaded. Running ' + 'multiple instances may cause problems. This can happen if multiple ' + 'versions are used, or if multiple builds of the same version are ' + 'used.');\n }\n\n globalContext[globalKey] = true;\n }\n}\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose.js\";\nexport default function _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n var target = objectWithoutPropertiesLoose(source, excluded);\n var key, i;\n\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n\n return target;\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\n\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","export default function _taggedTemplateLiteral(strings, raw) {\n if (!raw) {\n raw = strings.slice(0);\n }\n\n return Object.freeze(Object.defineProperties(strings, {\n raw: {\n value: Object.freeze(raw)\n }\n }));\n}","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) {\n arr2[i] = arr[i];\n }\n\n return arr2;\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","import arrayWithoutHoles from \"./arrayWithoutHoles.js\";\nimport iterableToArray from \"./iterableToArray.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableSpread from \"./nonIterableSpread.js\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}","export default function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","var safeIsNaN = Number.isNaN ||\n function ponyfill(value) {\n return typeof value === 'number' && value !== value;\n };\nfunction isEqual(first, second) {\n if (first === second) {\n return true;\n }\n if (safeIsNaN(first) && safeIsNaN(second)) {\n return true;\n }\n return false;\n}\nfunction areInputsEqual(newInputs, lastInputs) {\n if (newInputs.length !== lastInputs.length) {\n return false;\n }\n for (var i = 0; i < newInputs.length; i++) {\n if (!isEqual(newInputs[i], lastInputs[i])) {\n return false;\n }\n }\n return true;\n}\n\nfunction memoizeOne(resultFn, isEqual) {\n if (isEqual === void 0) { isEqual = areInputsEqual; }\n var lastThis;\n var lastArgs = [];\n var lastResult;\n var calledOnce = false;\n function memoized() {\n var newArgs = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n newArgs[_i] = arguments[_i];\n }\n if (calledOnce && lastThis === this && isEqual(newArgs, lastArgs)) {\n return lastResult;\n }\n lastResult = resultFn.apply(this, newArgs);\n calledOnce = true;\n lastThis = this;\n lastArgs = newArgs;\n return lastResult;\n }\n return memoized;\n}\n\nexport default memoizeOne;\n","import _extends from '@babel/runtime/helpers/esm/extends';\nimport _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties';\nimport _classCallCheck from '@babel/runtime/helpers/esm/classCallCheck';\nimport _createClass from '@babel/runtime/helpers/esm/createClass';\nimport _inherits from '@babel/runtime/helpers/esm/inherits';\nimport { _ as _createSuper } from './index-4bd03571.esm.js';\nimport React, { Component } from 'react';\n\nvar defaultProps = {\n defaultInputValue: '',\n defaultMenuIsOpen: false,\n defaultValue: null\n};\n\nvar manageState = function manageState(SelectComponent) {\n var _class, _temp;\n\n return _temp = _class = /*#__PURE__*/function (_Component) {\n _inherits(StateManager, _Component);\n\n var _super = _createSuper(StateManager);\n\n function StateManager() {\n var _this;\n\n _classCallCheck(this, StateManager);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n _this.select = void 0;\n _this.state = {\n inputValue: _this.props.inputValue !== undefined ? _this.props.inputValue : _this.props.defaultInputValue,\n menuIsOpen: _this.props.menuIsOpen !== undefined ? _this.props.menuIsOpen : _this.props.defaultMenuIsOpen,\n value: _this.props.value !== undefined ? _this.props.value : _this.props.defaultValue\n };\n\n _this.onChange = function (value, actionMeta) {\n _this.callProp('onChange', value, actionMeta);\n\n _this.setState({\n value: value\n });\n };\n\n _this.onInputChange = function (value, actionMeta) {\n // TODO: for backwards compatibility, we allow the prop to return a new\n // value, but now inputValue is a controllable prop we probably shouldn't\n var newValue = _this.callProp('onInputChange', value, actionMeta);\n\n _this.setState({\n inputValue: newValue !== undefined ? newValue : value\n });\n };\n\n _this.onMenuOpen = function () {\n _this.callProp('onMenuOpen');\n\n _this.setState({\n menuIsOpen: true\n });\n };\n\n _this.onMenuClose = function () {\n _this.callProp('onMenuClose');\n\n _this.setState({\n menuIsOpen: false\n });\n };\n\n return _this;\n }\n\n _createClass(StateManager, [{\n key: \"focus\",\n value: function focus() {\n this.select.focus();\n }\n }, {\n key: \"blur\",\n value: function blur() {\n this.select.blur();\n } // FIXME: untyped flow code, return any\n\n }, {\n key: \"getProp\",\n value: function getProp(key) {\n return this.props[key] !== undefined ? this.props[key] : this.state[key];\n } // FIXME: untyped flow code, return any\n\n }, {\n key: \"callProp\",\n value: function callProp(name) {\n if (typeof this.props[name] === 'function') {\n var _this$props;\n\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n return (_this$props = this.props)[name].apply(_this$props, args);\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this2 = this;\n\n var _this$props2 = this.props;\n _this$props2.defaultInputValue;\n _this$props2.defaultMenuIsOpen;\n _this$props2.defaultValue;\n var props = _objectWithoutProperties(_this$props2, [\"defaultInputValue\", \"defaultMenuIsOpen\", \"defaultValue\"]);\n\n return /*#__PURE__*/React.createElement(SelectComponent, _extends({}, props, {\n ref: function ref(_ref) {\n _this2.select = _ref;\n },\n inputValue: this.getProp('inputValue'),\n menuIsOpen: this.getProp('menuIsOpen'),\n onChange: this.onChange,\n onInputChange: this.onInputChange,\n onMenuClose: this.onMenuClose,\n onMenuOpen: this.onMenuOpen,\n value: this.getProp('value')\n }));\n }\n }]);\n\n return StateManager;\n }(Component), _class.defaultProps = defaultProps, _temp;\n};\n\nexport { manageState as m };\n","import { S as Select } from './Select-dbb12e54.esm.js';\nexport { c as createFilter, d as defaultTheme, m as mergeStyles } from './Select-dbb12e54.esm.js';\nimport { m as manageState } from './stateManager-845a3300.esm.js';\nimport _classCallCheck from '@babel/runtime/helpers/esm/classCallCheck';\nimport _createClass from '@babel/runtime/helpers/esm/createClass';\nimport _inherits from '@babel/runtime/helpers/esm/inherits';\nimport { _ as _createSuper } from './index-4bd03571.esm.js';\nexport { c as components } from './index-4bd03571.esm.js';\nimport React, { Component } from 'react';\nimport { CacheProvider } from '@emotion/react';\nimport createCache from '@emotion/cache';\nimport memoizeOne from 'memoize-one';\nimport '@babel/runtime/helpers/extends';\nimport '@babel/runtime/helpers/toConsumableArray';\nimport '@babel/runtime/helpers/objectWithoutProperties';\nimport '@babel/runtime/helpers/taggedTemplateLiteral';\nimport '@babel/runtime/helpers/typeof';\nimport 'react-input-autosize';\nimport '@babel/runtime/helpers/defineProperty';\nimport 'react-dom';\n\nvar NonceProvider = /*#__PURE__*/function (_Component) {\n _inherits(NonceProvider, _Component);\n\n var _super = _createSuper(NonceProvider);\n\n function NonceProvider(props) {\n var _this;\n\n _classCallCheck(this, NonceProvider);\n\n _this = _super.call(this, props);\n\n _this.createEmotionCache = function (nonce, key) {\n return createCache({\n nonce: nonce,\n key: key\n });\n };\n\n _this.createEmotionCache = memoizeOne(_this.createEmotionCache);\n return _this;\n }\n\n _createClass(NonceProvider, [{\n key: \"render\",\n value: function render() {\n var emotionCache = this.createEmotionCache(this.props.nonce, this.props.cacheKey);\n return /*#__PURE__*/React.createElement(CacheProvider, {\n value: emotionCache\n }, this.props.children);\n }\n }]);\n\n return NonceProvider;\n}(Component);\n\nvar index = manageState(Select);\n\nexport default index;\nexport { NonceProvider };\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n row: PropTypes.bool,\n check: PropTypes.bool,\n inline: PropTypes.bool,\n disabled: PropTypes.bool,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar FormGroup = function FormGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n row = props.row,\n disabled = props.disabled,\n check = props.check,\n inline = props.inline,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"row\", \"disabled\", \"check\", \"inline\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, row ? 'row' : false, check ? 'form-check' : 'form-group', check && inline ? 'form-check-inline' : false, check && disabled ? 'disabled' : false), cssModule);\n\n if (Tag === 'fieldset') {\n attributes.disabled = disabled;\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nFormGroup.propTypes = propTypes;\nFormGroup.defaultProps = defaultProps;\nexport default FormGroup;","import React, { FC, memo, CSSProperties } from 'react';\nimport { FormGroup, Label, Input, InputProps } from 'reactstrap';\n\ninterface CheckboxProps extends InputProps {\n wrapperStyles?: CSSProperties;\n isExplainCheckbox?: boolean;\n}\n\nconst Checkbox: FC = ({ children, wrapperStyles, id, disabled, isExplainCheckbox, ...rest }) => {\n return (\n \n \n \n \n );\n};\n\nexport default memo(Checkbox);\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n active: PropTypes.bool,\n disabled: PropTypes.bool,\n color: PropTypes.string,\n action: PropTypes.bool,\n className: PropTypes.any,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'li'\n};\n\nvar handleDisabledOnClick = function handleDisabledOnClick(e) {\n e.preventDefault();\n};\n\nvar ListGroupItem = function ListGroupItem(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n active = props.active,\n disabled = props.disabled,\n action = props.action,\n color = props.color,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"active\", \"disabled\", \"action\", \"color\"]);\n\n var classes = mapToCssModules(classNames(className, active ? 'active' : false, disabled ? 'disabled' : false, action ? 'list-group-item-action' : false, color ? \"list-group-item-\" + color : false, 'list-group-item'), cssModule); // Prevent click event when disabled.\n\n if (disabled) {\n attributes.onClick = handleDisabledOnClick;\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nListGroupItem.propTypes = propTypes;\nListGroupItem.defaultProps = defaultProps;\nexport default ListGroupItem;","export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n","import isBrowser from './isBrowser';\n\nconst timeoutDuration = (function(){\n const longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\n for (let i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}());\n\nexport function microtaskDebounce(fn) {\n let called = false\n return () => {\n if (called) {\n return\n }\n called = true\n window.Promise.resolve().then(() => {\n called = false\n fn()\n })\n }\n}\n\nexport function taskDebounce(fn) {\n let scheduled = false;\n return () => {\n if (!scheduled) {\n scheduled = true;\n setTimeout(() => {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nconst supportsMicroTasks = isBrowser && window.Promise\n\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nexport default (supportsMicroTasks\n ? microtaskDebounce\n : taskDebounce);\n","/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nexport default function isFunction(functionToCheck) {\n const getType = {};\n return (\n functionToCheck &&\n getType.toString.call(functionToCheck) === '[object Function]'\n );\n}\n","/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nexport default function getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n const window = element.ownerDocument.defaultView;\n const css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n","/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nexport default function getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getParentNode from './getParentNode';\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nexport default function getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body\n case '#document':\n return element.body\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n const { overflow, overflowX, overflowY } = getStyleComputedProperty(element);\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n","/**\n * Returns the reference node of the reference object, or the reference object itself.\n * @method\n * @memberof Popper.Utils\n * @param {Element|Object} reference - the reference element (the popper will be relative to this)\n * @returns {Element} parent\n */\nexport default function getReferenceNode(reference) {\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n","import isBrowser from './isBrowser';\n\nconst isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nconst isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nexport default function isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport isIE from './isIE';\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nexport default function getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n const noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n let offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n const nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (\n ['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 &&\n getStyleComputedProperty(offsetParent, 'position') === 'static'\n ) {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n","/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nexport default function getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n","import isOffsetContainer from './isOffsetContainer';\nimport getRoot from './getRoot';\nimport getOffsetParent from './getOffsetParent';\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nexport default function findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n const order =\n element1.compareDocumentPosition(element2) &\n Node.DOCUMENT_POSITION_FOLLOWING;\n const start = order ? element1 : element2;\n const end = order ? element2 : element1;\n\n // Get common ancestor container\n const range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n const { commonAncestorContainer } = range;\n\n // Both nodes are inside #document\n if (\n (element1 !== commonAncestorContainer &&\n element2 !== commonAncestorContainer) ||\n start.contains(end)\n ) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n const element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n","import getOffsetParent from './getOffsetParent';\n\nexport default function isOffsetContainer(element) {\n const { nodeName } = element;\n if (nodeName === 'BODY') {\n return false;\n }\n return (\n nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element\n );\n}\n","/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nexport default function getScroll(element, side = 'top') {\n const upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n const nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n const html = element.ownerDocument.documentElement;\n const scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n","/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nexport default function getBordersSize(styles, axis) {\n const sideA = axis === 'x' ? 'Left' : 'Top';\n const sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return (\n parseFloat(styles[`border${sideA}Width`]) +\n parseFloat(styles[`border${sideB}Width`])\n );\n}\n","import isIE from './isIE';\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(\n body[`offset${axis}`],\n body[`scroll${axis}`],\n html[`client${axis}`],\n html[`offset${axis}`],\n html[`scroll${axis}`],\n isIE(10)\n ? (parseInt(html[`offset${axis}`]) + \n parseInt(computedStyle[`margin${axis === 'Height' ? 'Top' : 'Left'}`]) + \n parseInt(computedStyle[`margin${axis === 'Height' ? 'Bottom' : 'Right'}`]))\n : 0 \n );\n}\n\nexport default function getWindowSizes(document) {\n const body = document.body;\n const html = document.documentElement;\n const computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle),\n };\n}\n","/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nexport default function getClientRect(offsets) {\n return {\n ...offsets,\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height,\n };\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getBordersSize from './getBordersSize';\nimport getWindowSizes from './getWindowSizes';\nimport getScroll from './getScroll';\nimport getClientRect from './getClientRect';\nimport isIE from './isIE';\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nexport default function getBoundingClientRect(element) {\n let rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n const scrollTop = getScroll(element, 'top');\n const scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n }\n else {\n rect = element.getBoundingClientRect();\n }\n }\n catch(e){}\n\n const result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top,\n };\n\n // subtract scrollbar size from sizes\n const sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n const width =\n sizes.width || element.clientWidth || result.width;\n const height =\n sizes.height || element.clientHeight || result.height;\n\n let horizScrollbar = element.offsetWidth - width;\n let vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n const styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport includeScroll from './includeScroll';\nimport getScrollParent from './getScrollParent';\nimport getBoundingClientRect from './getBoundingClientRect';\nimport runIsIE from './isIE';\nimport getClientRect from './getClientRect';\n\nexport default function getOffsetRectRelativeToArbitraryNode(children, parent, fixedPosition = false) {\n const isIE10 = runIsIE(10);\n const isHTML = parent.nodeName === 'HTML';\n const childrenRect = getBoundingClientRect(children);\n const parentRect = getBoundingClientRect(parent);\n const scrollParent = getScrollParent(children);\n\n const styles = getStyleComputedProperty(parent);\n const borderTopWidth = parseFloat(styles.borderTopWidth);\n const borderLeftWidth = parseFloat(styles.borderLeftWidth);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if(fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n let offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height,\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n const marginTop = parseFloat(styles.marginTop);\n const marginLeft = parseFloat(styles.marginLeft);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (\n isIE10 && !fixedPosition\n ? parent.contains(scrollParent)\n : parent === scrollParent && scrollParent.nodeName !== 'BODY'\n ) {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n","import getScroll from './getScroll';\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nexport default function includeScroll(rect, element, subtract = false) {\n const scrollTop = getScroll(element, 'top');\n const scrollLeft = getScroll(element, 'left');\n const modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getParentNode from './getParentNode';\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nexport default function isFixed(element) {\n const nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n const parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport isIE from './isIE';\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nexport default function getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n let el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n\n}\n","import getScrollParent from './getScrollParent';\nimport getParentNode from './getParentNode';\nimport getReferenceNode from './getReferenceNode';\nimport findCommonOffsetParent from './findCommonOffsetParent';\nimport getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getViewportOffsetRectRelativeToArtbitraryNode from './getViewportOffsetRectRelativeToArtbitraryNode';\nimport getWindowSizes from './getWindowSizes';\nimport isFixed from './isFixed';\nimport getFixedPositionOffsetParent from './getFixedPositionOffsetParent';\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nexport default function getBoundaries(\n popper,\n reference,\n padding,\n boundariesElement,\n fixedPosition = false\n) {\n // NOTE: 1 DOM access here\n\n let boundaries = { top: 0, left: 0 };\n const offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n\n // Handle viewport case\n if (boundariesElement === 'viewport' ) {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n }\n\n else {\n // Handle other cases based on DOM element used as boundaries\n let boundariesNode;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n const offsets = getOffsetRectRelativeToArbitraryNode(\n boundariesNode,\n offsetParent,\n fixedPosition\n );\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n const { height, width } = getWindowSizes(popper.ownerDocument);\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n const isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0; \n boundaries.top += isPaddingNumber ? padding : padding.top || 0; \n boundaries.right -= isPaddingNumber ? padding : padding.right || 0; \n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; \n\n return boundaries;\n}\n","import getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getScroll from './getScroll';\nimport getClientRect from './getClientRect';\n\nexport default function getViewportOffsetRectRelativeToArtbitraryNode(element, excludeScroll = false) {\n const html = element.ownerDocument.documentElement;\n const relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n const width = Math.max(html.clientWidth, window.innerWidth || 0);\n const height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n const scrollTop = !excludeScroll ? getScroll(html) : 0;\n const scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n const offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width,\n height,\n };\n\n return getClientRect(offset);\n}\n","import getBoundaries from '../utils/getBoundaries';\n\nfunction getArea({ width, height }) {\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function computeAutoPlacement(\n placement,\n refRect,\n popper,\n reference,\n boundariesElement,\n padding = 0\n) {\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n const boundaries = getBoundaries(\n popper,\n reference,\n padding,\n boundariesElement\n );\n\n const rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top,\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height,\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom,\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height,\n },\n };\n\n const sortedAreas = Object.keys(rects)\n .map(key => ({\n key,\n ...rects[key],\n area: getArea(rects[key]),\n }))\n .sort((a, b) => b.area - a.area);\n\n const filteredAreas = sortedAreas.filter(\n ({ width, height }) =>\n width >= popper.clientWidth && height >= popper.clientHeight\n );\n\n const computedPlacement = filteredAreas.length > 0\n ? filteredAreas[0].key\n : sortedAreas[0].key;\n\n const variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? `-${variation}` : '');\n}\n","import findCommonOffsetParent from './findCommonOffsetParent';\nimport getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getFixedPositionOffsetParent from './getFixedPositionOffsetParent';\nimport getReferenceNode from './getReferenceNode';\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nexport default function getReferenceOffsets(state, popper, reference, fixedPosition = null) {\n const commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n","/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nexport default function getOuterSizes(element) {\n const window = element.ownerDocument.defaultView;\n const styles = window.getComputedStyle(element);\n const x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n const y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n const result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x,\n };\n return result;\n}\n","/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nexport default function getOppositePlacement(placement) {\n const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, matched => hash[matched]);\n}\n","import getOuterSizes from './getOuterSizes';\nimport getOppositePlacement from './getOppositePlacement';\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nexport default function getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n const popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n const popperOffsets = {\n width: popperRect.width,\n height: popperRect.height,\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n const isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n const mainSide = isHoriz ? 'top' : 'left';\n const secondarySide = isHoriz ? 'left' : 'top';\n const measurement = isHoriz ? 'height' : 'width';\n const secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] =\n referenceOffsets[mainSide] +\n referenceOffsets[measurement] / 2 -\n popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] =\n referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] =\n referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n","/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n","import isFunction from './isFunction';\nimport findIndex from './findIndex';\nimport getClientRect from '../utils/getClientRect';\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nexport default function runModifiers(modifiers, data, ends) {\n const modifiersToRun = ends === undefined\n ? modifiers\n : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(modifier => {\n if (modifier['function']) { // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n const fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n","import find from './find';\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(cur => cur[prop] === value);\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n const match = find(arr, obj => obj[prop] === value);\n return arr.indexOf(match);\n}\n","import computeAutoPlacement from '../utils/computeAutoPlacement';\nimport getReferenceOffsets from '../utils/getReferenceOffsets';\nimport getPopperOffsets from '../utils/getPopperOffsets';\nimport runModifiers from '../utils/runModifiers';\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.
\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nexport default function update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n let data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {},\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(\n this.state,\n this.popper,\n this.reference,\n this.options.positionFixed\n );\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(\n this.options.placement,\n data.offsets.reference,\n this.popper,\n this.reference,\n this.options.modifiers.flip.boundariesElement,\n this.options.modifiers.flip.padding\n );\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(\n this.popper,\n data.offsets.reference,\n data.placement\n );\n\n data.offsets.popper.position = this.options.positionFixed\n ? 'fixed'\n : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n","/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nexport default function isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(\n ({ name, enabled }) => enabled && name === modifierName\n );\n}\n","/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nexport default function getSupportedPropertyName(property) {\n const prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n const upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (let i = 0; i < prefixes.length; i++) {\n const prefix = prefixes[i];\n const toCheck = prefix ? `${prefix}${upperProp}` : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n","import isModifierEnabled from '../utils/isModifierEnabled';\nimport getSupportedPropertyName from '../utils/getSupportedPropertyName';\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nexport default function destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n","/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nexport default function getWindow(element) {\n const ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n","import getScrollParent from './getScrollParent';\nimport getWindow from './getWindow';\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n const isBody = scrollParent.nodeName === 'BODY';\n const target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(\n getScrollParent(target.parentNode),\n event,\n callback,\n scrollParents\n );\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nexport default function setupEventListeners(\n reference,\n options,\n state,\n updateBound\n) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n const scrollElement = getScrollParent(reference);\n attachToScrollParents(\n scrollElement,\n 'scroll',\n state.updateBound,\n state.scrollParents\n );\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n","import setupEventListeners from '../utils/setupEventListeners';\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nexport default function enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(\n this.reference,\n this.options,\n this.state,\n this.scheduleUpdate\n );\n }\n}\n","import removeEventListeners from '../utils/removeEventListeners';\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nexport default function disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n","import getWindow from './getWindow';\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nexport default function removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(target => {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n","/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nexport default function isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n","import isNumeric from './isNumeric';\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nexport default function setStyles(element, styles) {\n Object.keys(styles).forEach(prop => {\n let unit = '';\n // add unit if the value is numeric and is one of the following\n if (\n ['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !==\n -1 &&\n isNumeric(styles[prop])\n ) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n","import getSupportedPropertyName from '../utils/getSupportedPropertyName';\nimport find from '../utils/find';\nimport getOffsetParent from '../utils/getOffsetParent';\nimport getBoundingClientRect from '../utils/getBoundingClientRect';\nimport getRoundedOffsets from '../utils/getRoundedOffsets';\nimport isBrowser from '../utils/isBrowser';\n\nconst isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function computeStyle(data, options) {\n const { x, y } = options;\n const { popper } = data.offsets;\n\n // Remove this legacy support in Popper.js v2\n const legacyGpuAccelerationOption = find(\n data.instance.modifiers,\n modifier => modifier.name === 'applyStyle'\n ).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn(\n 'WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!'\n );\n }\n const gpuAcceleration =\n legacyGpuAccelerationOption !== undefined\n ? legacyGpuAccelerationOption\n : options.gpuAcceleration;\n\n const offsetParent = getOffsetParent(data.instance.popper);\n const offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n const styles = {\n position: popper.position,\n };\n\n const offsets = getRoundedOffsets(\n data,\n window.devicePixelRatio < 2 || !isFirefox\n );\n\n const sideA = x === 'bottom' ? 'top' : 'bottom';\n const sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n const prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n let left, top;\n if (sideA === 'bottom') {\n // when offsetParent is the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = `translate3d(${left}px, ${top}px, 0)`;\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n const invertTop = sideA === 'bottom' ? -1 : 1;\n const invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = `${sideA}, ${sideB}`;\n }\n\n // Attributes\n const attributes = {\n 'x-placement': data.placement,\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = { ...attributes, ...data.attributes };\n data.styles = { ...styles, ...data.styles };\n data.arrowStyles = { ...data.offsets.arrow, ...data.arrowStyles };\n\n return data;\n}\n","import find from './find';\n\n/**\n * Helper used to know if the given modifier depends from another one.
\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nexport default function isModifierRequired(\n modifiers,\n requestingName,\n requestedName\n) {\n const requesting = find(modifiers, ({ name }) => name === requestingName);\n\n const isRequired =\n !!requesting &&\n modifiers.some(modifier => {\n return (\n modifier.name === requestedName &&\n modifier.enabled &&\n modifier.order < requesting.order\n );\n });\n\n if (!isRequired) {\n const requesting = `\\`${requestingName}\\``;\n const requested = `\\`${requestedName}\\``;\n console.warn(\n `${requested} modifier is required by ${requesting} modifier in order to work, be sure to include it before ${requesting}!`\n );\n }\n return isRequired;\n}\n","/**\n * List of accepted placements to use as values of the `placement` option.
\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.
\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nexport default [\n 'auto-start',\n 'auto',\n 'auto-end',\n 'top-start',\n 'top',\n 'top-end',\n 'right-start',\n 'right',\n 'right-end',\n 'bottom-end',\n 'bottom',\n 'bottom-start',\n 'left-end',\n 'left',\n 'left-start',\n];\n","import placements from '../methods/placements';\n\n// Get rid of `auto` `auto-start` and `auto-end`\nconst validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nexport default function clockwise(placement, counter = false) {\n const index = validPlacements.indexOf(placement);\n const arr = validPlacements\n .slice(index + 1)\n .concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n","import getOppositePlacement from '../utils/getOppositePlacement';\nimport getOppositeVariation from '../utils/getOppositeVariation';\nimport getPopperOffsets from '../utils/getPopperOffsets';\nimport runModifiers from '../utils/runModifiers';\nimport getBoundaries from '../utils/getBoundaries';\nimport isModifierEnabled from '../utils/isModifierEnabled';\nimport clockwise from '../utils/clockwise';\n\nconst BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise',\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n const boundaries = getBoundaries(\n data.instance.popper,\n data.instance.reference,\n options.padding,\n options.boundariesElement,\n data.positionFixed\n );\n\n let placement = data.placement.split('-')[0];\n let placementOpposite = getOppositePlacement(placement);\n let variation = data.placement.split('-')[1] || '';\n\n let flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach((step, index) => {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n const popperOffsets = data.offsets.popper;\n const refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n const floor = Math.floor;\n const overlapsRef =\n (placement === 'left' &&\n floor(popperOffsets.right) > floor(refOffsets.left)) ||\n (placement === 'right' &&\n floor(popperOffsets.left) < floor(refOffsets.right)) ||\n (placement === 'top' &&\n floor(popperOffsets.bottom) > floor(refOffsets.top)) ||\n (placement === 'bottom' &&\n floor(popperOffsets.top) < floor(refOffsets.bottom));\n\n const overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n const overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n const overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n const overflowsBottom =\n floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n const overflowsBoundaries =\n (placement === 'left' && overflowsLeft) ||\n (placement === 'right' && overflowsRight) ||\n (placement === 'top' && overflowsTop) ||\n (placement === 'bottom' && overflowsBottom);\n\n // flip the variation if required\n const isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n const flippedVariationByRef =\n !!options.flipVariations &&\n ((isVertical && variation === 'start' && overflowsLeft) ||\n (isVertical && variation === 'end' && overflowsRight) ||\n (!isVertical && variation === 'start' && overflowsTop) ||\n (!isVertical && variation === 'end' && overflowsBottom));\n\n // flips variation if popper content overflows boundaries\n const flippedVariationByContent =\n !!options.flipVariationsByContent &&\n ((isVertical && variation === 'start' && overflowsRight) ||\n (isVertical && variation === 'end' && overflowsLeft) ||\n (!isVertical && variation === 'start' && overflowsBottom) ||\n (!isVertical && variation === 'end' && overflowsTop));\n\n const flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = {\n ...data.offsets.popper,\n ...getPopperOffsets(\n data.instance.popper,\n data.offsets.reference,\n data.placement\n ),\n };\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n","import isNumeric from '../utils/isNumeric';\nimport getClientRect from '../utils/getClientRect';\nimport find from '../utils/find';\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nexport function toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n const split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n const value = +split[1];\n const unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n let element;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n const rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n let size;\n if (unit === 'vh') {\n size = Math.max(\n document.documentElement.clientHeight,\n window.innerHeight || 0\n );\n } else {\n size = Math.max(\n document.documentElement.clientWidth,\n window.innerWidth || 0\n );\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nexport function parseOffset(\n offset,\n popperOffsets,\n referenceOffsets,\n basePlacement\n) {\n const offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n const useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n const fragments = offset.split(/(\\+|\\-)/).map(frag => frag.trim());\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n const divider = fragments.indexOf(\n find(fragments, frag => frag.search(/,|\\s/) !== -1)\n );\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn(\n 'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n );\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n const splitRegex = /\\s*,\\s*|\\s+/;\n let ops = divider !== -1\n ? [\n fragments\n .slice(0, divider)\n .concat([fragments[divider].split(splitRegex)[0]]),\n [fragments[divider].split(splitRegex)[1]].concat(\n fragments.slice(divider + 1)\n ),\n ]\n : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map((op, index) => {\n // Most of the units rely on the orientation of the popper\n const measurement = (index === 1 ? !useHeight : useHeight)\n ? 'height'\n : 'width';\n let mergeWithPrevious = false;\n return (\n op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce((a, b) => {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(str => toValue(str, measurement, popperOffsets, referenceOffsets))\n );\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach((op, index) => {\n op.forEach((frag, index2) => {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nexport default function offset(data, { offset }) {\n const { placement, offsets: { popper, reference } } = data;\n const basePlacement = placement.split('-')[0];\n\n let offsets;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n","import applyStyle, { applyStyleOnLoad } from './applyStyle';\nimport computeStyle from './computeStyle';\nimport arrow from './arrow';\nimport flip from './flip';\nimport keepTogether from './keepTogether';\nimport offset from './offset';\nimport preventOverflow from './preventOverflow';\nimport shift from './shift';\nimport hide from './hide';\nimport inner from './inner';\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.
\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.
\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nexport default {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.
\n * It will read the variation of the `placement` property.
\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift,\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.
\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.
\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.
\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0,\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.
\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".
\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent',\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether,\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]',\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false,\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner,\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide,\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right',\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined,\n },\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n","/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function shift(data) {\n const placement = data.placement;\n const basePlacement = placement.split('-')[0];\n const shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n const { reference, popper } = data.offsets;\n const isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n const side = isVertical ? 'left' : 'top';\n const measurement = isVertical ? 'width' : 'height';\n\n const shiftOffsets = {\n start: { [side]: reference[side] },\n end: {\n [side]: reference[side] + reference[measurement] - popper[measurement],\n },\n };\n\n data.offsets.popper = { ...popper, ...shiftOffsets[shiftvariation] };\n }\n\n return data;\n}\n","import getOffsetParent from '../utils/getOffsetParent';\nimport getBoundaries from '../utils/getBoundaries';\nimport getSupportedPropertyName from '../utils/getSupportedPropertyName';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function preventOverflow(data, options) {\n let boundariesElement =\n options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n const transformProp = getSupportedPropertyName('transform');\n const popperStyles = data.instance.popper.style; // assignment to help minification\n const { top, left, [transformProp]: transform } = popperStyles;\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n const boundaries = getBoundaries(\n data.instance.popper,\n data.instance.reference,\n options.padding,\n boundariesElement,\n data.positionFixed\n );\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n const order = options.priority;\n let popper = data.offsets.popper;\n\n const check = {\n primary(placement) {\n let value = popper[placement];\n if (\n popper[placement] < boundaries[placement] &&\n !options.escapeWithReference\n ) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return { [placement]: value };\n },\n secondary(placement) {\n const mainSide = placement === 'right' ? 'left' : 'top';\n let value = popper[mainSide];\n if (\n popper[placement] > boundaries[placement] &&\n !options.escapeWithReference\n ) {\n value = Math.min(\n popper[mainSide],\n boundaries[placement] -\n (placement === 'right' ? popper.width : popper.height)\n );\n }\n return { [mainSide]: value };\n },\n };\n\n order.forEach(placement => {\n const side =\n ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = { ...popper, ...check[side](placement) };\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n","/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function keepTogether(data) {\n const { popper, reference } = data.offsets;\n const placement = data.placement.split('-')[0];\n const floor = Math.floor;\n const isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n const side = isVertical ? 'right' : 'bottom';\n const opSide = isVertical ? 'left' : 'top';\n const measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] =\n floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n","import getClientRect from '../utils/getClientRect';\nimport getOuterSizes from '../utils/getOuterSizes';\nimport isModifierRequired from '../utils/isModifierRequired';\nimport getStyleComputedProperty from '../utils/getStyleComputedProperty';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function arrow(data, options) {\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n let arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn(\n 'WARNING: `arrow.element` must be child of its popper element!'\n );\n return data;\n }\n }\n\n const placement = data.placement.split('-')[0];\n const { popper, reference } = data.offsets;\n const isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n const len = isVertical ? 'height' : 'width';\n const sideCapitalized = isVertical ? 'Top' : 'Left';\n const side = sideCapitalized.toLowerCase();\n const altSide = isVertical ? 'left' : 'top';\n const opSide = isVertical ? 'bottom' : 'right';\n const arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -=\n popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] +=\n reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n const center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n const css = getStyleComputedProperty(data.instance.popper);\n const popperMarginSide = parseFloat(css[`margin${sideCapitalized}`]);\n const popperBorderSide = parseFloat(css[`border${sideCapitalized}Width`]);\n let sideValue =\n center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = {\n [side]: Math.round(sideValue),\n [altSide]: '', // make sure to unset any eventual altSide value from the DOM node\n };\n\n return data;\n}\n","/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nexport default function getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n","import getClientRect from '../utils/getClientRect';\nimport getOppositePlacement from '../utils/getOppositePlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function inner(data) {\n const placement = data.placement;\n const basePlacement = placement.split('-')[0];\n const { popper, reference } = data.offsets;\n const isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n const subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] =\n reference[basePlacement] -\n (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n","import isModifierRequired from '../utils/isModifierRequired';\nimport find from '../utils/find';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n const refRect = data.offsets.reference;\n const bound = find(\n data.instance.modifiers,\n modifier => modifier.name === 'preventOverflow'\n ).boundaries;\n\n if (\n refRect.bottom < bound.top ||\n refRect.left > bound.right ||\n refRect.top > bound.bottom ||\n refRect.right < bound.left\n ) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n","/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nexport default function getRoundedOffsets(data, shouldRound) {\n const { popper, reference } = data.offsets;\n const { round, floor } = Math;\n const noRound = v => v;\n \n const referenceWidth = round(reference.width);\n const popperWidth = round(popper.width);\n \n const isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n const isVariation = data.placement.indexOf('-') !== -1;\n const sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n const bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n const horizontalToInteger = !shouldRound\n ? noRound\n : isVertical || isVariation || sameWidthParity\n ? round\n : floor;\n const verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(\n bothOddWidth && !isVariation && shouldRound\n ? popper.left - 1\n : popper.left\n ),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right),\n };\n}\n","import setStyles from '../utils/setStyles';\nimport setAttributes from '../utils/setAttributes';\nimport getReferenceOffsets from '../utils/getReferenceOffsets';\nimport computeAutoPlacement from '../utils/computeAutoPlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nexport default function applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nexport function applyStyleOnLoad(\n reference,\n popper,\n options,\n modifierOptions,\n state\n) {\n // compute reference element offsets\n const referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n const placement = computeAutoPlacement(\n options.placement,\n referenceOffsets,\n popper,\n reference,\n options.modifiers.flip.boundariesElement,\n options.modifiers.flip.padding\n );\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n","/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nexport default function setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function(prop) {\n const value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n","import modifiers from '../modifiers/index';\n\n/**\n * Default options provided to Popper.js constructor.
\n * These can be overridden using the `options` argument of Popper.js.
\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nexport default {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.
\n * By default, it is set to no-op.
\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: () => {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.
\n * By default, it is set to no-op.
\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: () => {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers,\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n","// Utils\nimport debounce from './utils/debounce';\nimport isFunction from './utils/isFunction';\n\n// Methods\nimport update from './methods/update';\nimport destroy from './methods/destroy';\nimport enableEventListeners from './methods/enableEventListeners';\nimport disableEventListeners from './methods/disableEventListeners';\nimport Defaults from './methods/defaults';\nimport placements from './methods/placements';\n\nexport default class Popper {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n constructor(reference, popper, options = {}) {\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = { ...Popper.Defaults, ...options };\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: [],\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys({\n ...Popper.Defaults.modifiers,\n ...options.modifiers,\n }).forEach(name => {\n this.options.modifiers[name] = {\n // If it's a built-in modifier, use it as base\n ...(Popper.Defaults.modifiers[name] || {}),\n // If there are custom options, override and merge with default ones\n ...(options.modifiers ? options.modifiers[name] : {}),\n };\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers)\n .map(name => ({\n name,\n ...this.options.modifiers[name],\n }))\n // sort the modifiers by order\n .sort((a, b) => a.order - b.order);\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(modifierOptions => {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(\n this.reference,\n this.popper,\n this.options,\n modifierOptions,\n this.state\n );\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n const eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n update() {\n return update.call(this);\n }\n destroy() {\n return destroy.call(this);\n }\n enableEventListeners() {\n return enableEventListeners.call(this);\n }\n disableEventListeners() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n scheduleUpdate = () => requestAnimationFrame(this.update);\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n static Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\n\n static placements = placements;\n\n static Defaults = Defaults;\n}\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.
\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n","import _inheritsLoose from \"@babel/runtime/helpers/inheritsLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/assertThisInitialized\";\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport * as React from 'react';\nimport createContext from '@hypnosphi/create-react-context';\nexport var ManagerReferenceNodeContext = createContext();\nexport var ManagerReferenceNodeSetterContext = createContext();\n\nvar Manager =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(Manager, _React$Component);\n\n function Manager() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"referenceNode\", void 0);\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"setReferenceNode\", function (newReferenceNode) {\n if (newReferenceNode && _this.referenceNode !== newReferenceNode) {\n _this.referenceNode = newReferenceNode;\n\n _this.forceUpdate();\n }\n });\n\n return _this;\n }\n\n var _proto = Manager.prototype;\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.referenceNode = null;\n };\n\n _proto.render = function render() {\n return React.createElement(ManagerReferenceNodeContext.Provider, {\n value: this.referenceNode\n }, React.createElement(ManagerReferenceNodeSetterContext.Provider, {\n value: this.setReferenceNode\n }, this.props.children));\n };\n\n return Manager;\n}(React.Component);\n\nexport { Manager as default };","/**\n * Takes an argument and if it's an array, returns the first item in the array,\n * otherwise returns the argument. Used for Preact compatibility.\n */\nexport var unwrapArray = function unwrapArray(arg) {\n return Array.isArray(arg) ? arg[0] : arg;\n};\n/**\n * Takes a maybe-undefined function and arbitrary args and invokes the function\n * only if it is defined.\n */\n\nexport var safeInvoke = function safeInvoke(fn) {\n if (typeof fn === \"function\") {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return fn.apply(void 0, args);\n }\n};\n/**\n * Does a shallow equality check of two objects by comparing the reference\n * equality of each value.\n */\n\nexport var shallowEqual = function shallowEqual(objA, objB) {\n var aKeys = Object.keys(objA);\n var bKeys = Object.keys(objB);\n\n if (bKeys.length !== aKeys.length) {\n return false;\n }\n\n for (var i = 0; i < bKeys.length; i++) {\n var key = aKeys[i];\n\n if (objA[key] !== objB[key]) {\n return false;\n }\n }\n\n return true;\n};\n/**\n * Sets a ref using either a ref callback or a ref object\n */\n\nexport var setRef = function setRef(ref, node) {\n // if its a function call it\n if (typeof ref === \"function\") {\n return safeInvoke(ref, node);\n } // otherwise we should treat it as a ref object\n else if (ref != null) {\n ref.current = node;\n }\n};","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/extends\";\nimport _inheritsLoose from \"@babel/runtime/helpers/inheritsLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/assertThisInitialized\";\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport deepEqual from \"deep-equal\";\nimport * as React from 'react';\nimport PopperJS from 'popper.js';\nimport { ManagerReferenceNodeContext } from './Manager';\nimport { unwrapArray, setRef, shallowEqual } from './utils';\nvar initialStyle = {\n position: 'absolute',\n top: 0,\n left: 0,\n opacity: 0,\n pointerEvents: 'none'\n};\nvar initialArrowStyle = {};\nexport var InnerPopper =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(InnerPopper, _React$Component);\n\n function InnerPopper() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"state\", {\n data: undefined,\n placement: undefined\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"popperInstance\", void 0);\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"popperNode\", null);\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"arrowNode\", null);\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"setPopperNode\", function (popperNode) {\n if (!popperNode || _this.popperNode === popperNode) return;\n setRef(_this.props.innerRef, popperNode);\n _this.popperNode = popperNode;\n\n _this.updatePopperInstance();\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"setArrowNode\", function (arrowNode) {\n _this.arrowNode = arrowNode;\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"updateStateModifier\", {\n enabled: true,\n order: 900,\n fn: function fn(data) {\n var placement = data.placement;\n\n _this.setState({\n data: data,\n placement: placement\n });\n\n return data;\n }\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"getOptions\", function () {\n return {\n placement: _this.props.placement,\n eventsEnabled: _this.props.eventsEnabled,\n positionFixed: _this.props.positionFixed,\n modifiers: _extends({}, _this.props.modifiers, {\n arrow: _extends({}, _this.props.modifiers && _this.props.modifiers.arrow, {\n enabled: !!_this.arrowNode,\n element: _this.arrowNode\n }),\n applyStyle: {\n enabled: false\n },\n updateStateModifier: _this.updateStateModifier\n })\n };\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"getPopperStyle\", function () {\n return !_this.popperNode || !_this.state.data ? initialStyle : _extends({\n position: _this.state.data.offsets.popper.position\n }, _this.state.data.styles);\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"getPopperPlacement\", function () {\n return !_this.state.data ? undefined : _this.state.placement;\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"getArrowStyle\", function () {\n return !_this.arrowNode || !_this.state.data ? initialArrowStyle : _this.state.data.arrowStyles;\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"getOutOfBoundariesState\", function () {\n return _this.state.data ? _this.state.data.hide : undefined;\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"destroyPopperInstance\", function () {\n if (!_this.popperInstance) return;\n\n _this.popperInstance.destroy();\n\n _this.popperInstance = null;\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"updatePopperInstance\", function () {\n _this.destroyPopperInstance();\n\n var _assertThisInitialize = _assertThisInitialized(_assertThisInitialized(_this)),\n popperNode = _assertThisInitialize.popperNode;\n\n var referenceElement = _this.props.referenceElement;\n if (!referenceElement || !popperNode) return;\n _this.popperInstance = new PopperJS(referenceElement, popperNode, _this.getOptions());\n });\n\n _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), \"scheduleUpdate\", function () {\n if (_this.popperInstance) {\n _this.popperInstance.scheduleUpdate();\n }\n });\n\n return _this;\n }\n\n var _proto = InnerPopper.prototype;\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n // If the Popper.js options have changed, update the instance (destroy + create)\n if (this.props.placement !== prevProps.placement || this.props.referenceElement !== prevProps.referenceElement || this.props.positionFixed !== prevProps.positionFixed || !deepEqual(this.props.modifiers, prevProps.modifiers, {\n strict: true\n })) {\n // develop only check that modifiers isn't being updated needlessly\n if (process.env.NODE_ENV === \"development\") {\n if (this.props.modifiers !== prevProps.modifiers && this.props.modifiers != null && prevProps.modifiers != null && shallowEqual(this.props.modifiers, prevProps.modifiers)) {\n console.warn(\"'modifiers' prop reference updated even though all values appear the same.\\nConsider memoizing the 'modifiers' object to avoid needless rendering.\");\n }\n }\n\n this.updatePopperInstance();\n } else if (this.props.eventsEnabled !== prevProps.eventsEnabled && this.popperInstance) {\n this.props.eventsEnabled ? this.popperInstance.enableEventListeners() : this.popperInstance.disableEventListeners();\n } // A placement difference in state means popper determined a new placement\n // apart from the props value. By the time the popper element is rendered with\n // the new position Popper has already measured it, if the place change triggers\n // a size change it will result in a misaligned popper. So we schedule an update to be sure.\n\n\n if (prevState.placement !== this.state.placement) {\n this.scheduleUpdate();\n }\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n setRef(this.props.innerRef, null);\n this.destroyPopperInstance();\n };\n\n _proto.render = function render() {\n return unwrapArray(this.props.children)({\n ref: this.setPopperNode,\n style: this.getPopperStyle(),\n placement: this.getPopperPlacement(),\n outOfBoundaries: this.getOutOfBoundariesState(),\n scheduleUpdate: this.scheduleUpdate,\n arrowProps: {\n ref: this.setArrowNode,\n style: this.getArrowStyle()\n }\n });\n };\n\n return InnerPopper;\n}(React.Component);\n\n_defineProperty(InnerPopper, \"defaultProps\", {\n placement: 'bottom',\n eventsEnabled: true,\n referenceElement: undefined,\n positionFixed: false\n});\n\nvar placements = PopperJS.placements;\nexport { placements };\nexport default function Popper(_ref) {\n var referenceElement = _ref.referenceElement,\n props = _objectWithoutPropertiesLoose(_ref, [\"referenceElement\"]);\n\n return React.createElement(ManagerReferenceNodeContext.Consumer, null, function (referenceNode) {\n return React.createElement(InnerPopper, _extends({\n referenceElement: referenceElement !== undefined ? referenceElement : referenceNode\n }, props));\n });\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactDOM from 'react-dom';\nimport classNames from 'classnames';\nimport { Popper as ReactPopper } from 'react-popper';\nimport { getTarget, targetPropType, mapToCssModules, DOMElement, tagPropType } from './utils';\nimport Fade from './Fade';\n\nfunction noop() {}\n\nvar propTypes = {\n children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired,\n popperClassName: PropTypes.string,\n placement: PropTypes.string,\n placementPrefix: PropTypes.string,\n arrowClassName: PropTypes.string,\n hideArrow: PropTypes.bool,\n tag: tagPropType,\n isOpen: PropTypes.bool.isRequired,\n cssModule: PropTypes.object,\n offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n fallbackPlacement: PropTypes.oneOfType([PropTypes.string, PropTypes.array]),\n flip: PropTypes.bool,\n container: targetPropType,\n target: targetPropType.isRequired,\n modifiers: PropTypes.object,\n positionFixed: PropTypes.bool,\n boundariesElement: PropTypes.oneOfType([PropTypes.string, DOMElement]),\n onClosed: PropTypes.func,\n fade: PropTypes.bool,\n transition: PropTypes.shape(Fade.propTypes)\n};\nvar defaultProps = {\n boundariesElement: 'scrollParent',\n placement: 'auto',\n hideArrow: false,\n isOpen: false,\n offset: 0,\n fallbackPlacement: 'flip',\n flip: true,\n container: 'body',\n modifiers: {},\n onClosed: noop,\n fade: true,\n transition: _objectSpread({}, Fade.defaultProps)\n};\n\nvar PopperContent = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(PopperContent, _React$Component);\n\n function PopperContent(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.setTargetNode = _this.setTargetNode.bind(_assertThisInitialized(_this));\n _this.getTargetNode = _this.getTargetNode.bind(_assertThisInitialized(_this));\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.onClosed = _this.onClosed.bind(_assertThisInitialized(_this));\n _this.state = {\n isOpen: props.isOpen\n };\n return _this;\n }\n\n PopperContent.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n if (props.isOpen && !state.isOpen) {\n return {\n isOpen: props.isOpen\n };\n } else return null;\n };\n\n var _proto = PopperContent.prototype;\n\n _proto.componentDidUpdate = function componentDidUpdate() {\n if (this._element && this._element.childNodes && this._element.childNodes[0] && this._element.childNodes[0].focus) {\n this._element.childNodes[0].focus();\n }\n };\n\n _proto.setTargetNode = function setTargetNode(node) {\n this.targetNode = typeof node === 'string' ? getTarget(node) : node;\n };\n\n _proto.getTargetNode = function getTargetNode() {\n return this.targetNode;\n };\n\n _proto.getContainerNode = function getContainerNode() {\n return getTarget(this.props.container);\n };\n\n _proto.getRef = function getRef(ref) {\n this._element = ref;\n };\n\n _proto.onClosed = function onClosed() {\n this.props.onClosed();\n this.setState({\n isOpen: false\n });\n };\n\n _proto.renderChildren = function renderChildren() {\n var _this$props = this.props,\n cssModule = _this$props.cssModule,\n children = _this$props.children,\n isOpen = _this$props.isOpen,\n flip = _this$props.flip,\n target = _this$props.target,\n offset = _this$props.offset,\n fallbackPlacement = _this$props.fallbackPlacement,\n placementPrefix = _this$props.placementPrefix,\n _arrowClassName = _this$props.arrowClassName,\n hideArrow = _this$props.hideArrow,\n _popperClassName = _this$props.popperClassName,\n tag = _this$props.tag,\n container = _this$props.container,\n modifiers = _this$props.modifiers,\n positionFixed = _this$props.positionFixed,\n boundariesElement = _this$props.boundariesElement,\n onClosed = _this$props.onClosed,\n fade = _this$props.fade,\n transition = _this$props.transition,\n placement = _this$props.placement,\n attrs = _objectWithoutPropertiesLoose(_this$props, [\"cssModule\", \"children\", \"isOpen\", \"flip\", \"target\", \"offset\", \"fallbackPlacement\", \"placementPrefix\", \"arrowClassName\", \"hideArrow\", \"popperClassName\", \"tag\", \"container\", \"modifiers\", \"positionFixed\", \"boundariesElement\", \"onClosed\", \"fade\", \"transition\", \"placement\"]);\n\n var arrowClassName = mapToCssModules(classNames('arrow', _arrowClassName), cssModule);\n var popperClassName = mapToCssModules(classNames(_popperClassName, placementPrefix ? placementPrefix + \"-auto\" : ''), this.props.cssModule);\n\n var extendedModifiers = _objectSpread({\n offset: {\n offset: offset\n },\n flip: {\n enabled: flip,\n behavior: fallbackPlacement\n },\n preventOverflow: {\n boundariesElement: boundariesElement\n }\n }, modifiers);\n\n var popperTransition = _objectSpread(_objectSpread(_objectSpread({}, Fade.defaultProps), transition), {}, {\n baseClass: fade ? transition.baseClass : '',\n timeout: fade ? transition.timeout : 0\n });\n\n return /*#__PURE__*/React.createElement(Fade, _extends({}, popperTransition, attrs, {\n in: isOpen,\n onExited: this.onClosed,\n tag: tag\n }), /*#__PURE__*/React.createElement(ReactPopper, {\n referenceElement: this.targetNode,\n modifiers: extendedModifiers,\n placement: placement,\n positionFixed: positionFixed\n }, function (_ref) {\n var ref = _ref.ref,\n style = _ref.style,\n placement = _ref.placement,\n outOfBoundaries = _ref.outOfBoundaries,\n arrowProps = _ref.arrowProps,\n scheduleUpdate = _ref.scheduleUpdate;\n return /*#__PURE__*/React.createElement(\"div\", {\n ref: ref,\n style: style,\n className: popperClassName,\n \"x-placement\": placement,\n \"x-out-of-boundaries\": outOfBoundaries ? 'true' : undefined\n }, typeof children === 'function' ? children({\n scheduleUpdate: scheduleUpdate\n }) : children, !hideArrow && /*#__PURE__*/React.createElement(\"span\", {\n ref: arrowProps.ref,\n className: arrowClassName,\n style: arrowProps.style\n }));\n }));\n };\n\n _proto.render = function render() {\n this.setTargetNode(this.props.target);\n\n if (this.state.isOpen) {\n return this.props.container === 'inline' ? this.renderChildren() : /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/React.createElement(\"div\", {\n ref: this.getRef\n }, this.renderChildren()), this.getContainerNode());\n }\n\n return null;\n };\n\n return PopperContent;\n}(React.Component);\n\nPopperContent.propTypes = propTypes;\nPopperContent.defaultProps = defaultProps;\nexport default PopperContent;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport PopperContent from './PopperContent';\nimport { getTarget, targetPropType, omit, PopperPlacements, mapToCssModules, DOMElement } from './utils';\nexport var propTypes = {\n children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),\n placement: PropTypes.oneOf(PopperPlacements),\n target: targetPropType.isRequired,\n container: targetPropType,\n isOpen: PropTypes.bool,\n disabled: PropTypes.bool,\n hideArrow: PropTypes.bool,\n boundariesElement: PropTypes.oneOfType([PropTypes.string, DOMElement]),\n className: PropTypes.string,\n innerClassName: PropTypes.string,\n arrowClassName: PropTypes.string,\n popperClassName: PropTypes.string,\n cssModule: PropTypes.object,\n toggle: PropTypes.func,\n autohide: PropTypes.bool,\n placementPrefix: PropTypes.string,\n delay: PropTypes.oneOfType([PropTypes.shape({\n show: PropTypes.number,\n hide: PropTypes.number\n }), PropTypes.number]),\n modifiers: PropTypes.object,\n positionFixed: PropTypes.bool,\n offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object]),\n trigger: PropTypes.string,\n fade: PropTypes.bool,\n flip: PropTypes.bool\n};\nvar DEFAULT_DELAYS = {\n show: 0,\n hide: 50\n};\nvar defaultProps = {\n isOpen: false,\n hideArrow: false,\n autohide: false,\n delay: DEFAULT_DELAYS,\n toggle: function toggle() {},\n trigger: 'click',\n fade: true\n};\n\nfunction isInDOMSubtree(element, subtreeRoot) {\n return subtreeRoot && (element === subtreeRoot || subtreeRoot.contains(element));\n}\n\nfunction isInDOMSubtrees(element, subtreeRoots) {\n if (subtreeRoots === void 0) {\n subtreeRoots = [];\n }\n\n return subtreeRoots && subtreeRoots.length && subtreeRoots.filter(function (subTreeRoot) {\n return isInDOMSubtree(element, subTreeRoot);\n })[0];\n}\n\nvar TooltipPopoverWrapper = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(TooltipPopoverWrapper, _React$Component);\n\n function TooltipPopoverWrapper(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this._targets = [];\n _this.currentTargetElement = null;\n _this.addTargetEvents = _this.addTargetEvents.bind(_assertThisInitialized(_this));\n _this.handleDocumentClick = _this.handleDocumentClick.bind(_assertThisInitialized(_this));\n _this.removeTargetEvents = _this.removeTargetEvents.bind(_assertThisInitialized(_this));\n _this.toggle = _this.toggle.bind(_assertThisInitialized(_this));\n _this.showWithDelay = _this.showWithDelay.bind(_assertThisInitialized(_this));\n _this.hideWithDelay = _this.hideWithDelay.bind(_assertThisInitialized(_this));\n _this.onMouseOverTooltipContent = _this.onMouseOverTooltipContent.bind(_assertThisInitialized(_this));\n _this.onMouseLeaveTooltipContent = _this.onMouseLeaveTooltipContent.bind(_assertThisInitialized(_this));\n _this.show = _this.show.bind(_assertThisInitialized(_this));\n _this.hide = _this.hide.bind(_assertThisInitialized(_this));\n _this.onEscKeyDown = _this.onEscKeyDown.bind(_assertThisInitialized(_this));\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.state = {\n isOpen: props.isOpen\n };\n _this._isMounted = false;\n return _this;\n }\n\n var _proto = TooltipPopoverWrapper.prototype;\n\n _proto.componentDidMount = function componentDidMount() {\n this._isMounted = true;\n this.updateTarget();\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this._isMounted = false;\n this.removeTargetEvents();\n this._targets = null;\n this.clearShowTimeout();\n this.clearHideTimeout();\n };\n\n TooltipPopoverWrapper.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n if (props.isOpen && !state.isOpen) {\n return {\n isOpen: props.isOpen\n };\n } else return null;\n };\n\n _proto.onMouseOverTooltipContent = function onMouseOverTooltipContent() {\n if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (this.state.isOpen && !this.props.isOpen) {\n this.toggle();\n }\n }\n };\n\n _proto.onMouseLeaveTooltipContent = function onMouseLeaveTooltipContent(e) {\n if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {\n if (this._showTimeout) {\n this.clearShowTimeout();\n }\n\n e.persist();\n this._hideTimeout = setTimeout(this.hide.bind(this, e), this.getDelay('hide'));\n }\n };\n\n _proto.onEscKeyDown = function onEscKeyDown(e) {\n if (e.key === 'Escape') {\n this.hide(e);\n }\n };\n\n _proto.getRef = function getRef(ref) {\n var innerRef = this.props.innerRef;\n\n if (innerRef) {\n if (typeof innerRef === 'function') {\n innerRef(ref);\n } else if (typeof innerRef === 'object') {\n innerRef.current = ref;\n }\n }\n\n this._popover = ref;\n };\n\n _proto.getDelay = function getDelay(key) {\n var delay = this.props.delay;\n\n if (typeof delay === 'object') {\n return isNaN(delay[key]) ? DEFAULT_DELAYS[key] : delay[key];\n }\n\n return delay;\n };\n\n _proto.getCurrentTarget = function getCurrentTarget(target) {\n if (!target) return null;\n\n var index = this._targets.indexOf(target);\n\n if (index >= 0) return this._targets[index];\n return this.getCurrentTarget(target.parentElement);\n };\n\n _proto.show = function show(e) {\n if (!this.props.isOpen) {\n this.clearShowTimeout();\n this.currentTargetElement = e ? e.currentTarget || this.getCurrentTarget(e.target) : null;\n\n if (e && e.composedPath && typeof e.composedPath === 'function') {\n var path = e.composedPath();\n this.currentTargetElement = path && path[0] || this.currentTargetElement;\n }\n\n this.toggle(e);\n }\n };\n\n _proto.showWithDelay = function showWithDelay(e) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n this._showTimeout = setTimeout(this.show.bind(this, e), this.getDelay('show'));\n };\n\n _proto.hide = function hide(e) {\n if (this.props.isOpen) {\n this.clearHideTimeout();\n this.currentTargetElement = null;\n this.toggle(e);\n }\n };\n\n _proto.hideWithDelay = function hideWithDelay(e) {\n if (this._showTimeout) {\n this.clearShowTimeout();\n }\n\n this._hideTimeout = setTimeout(this.hide.bind(this, e), this.getDelay('hide'));\n };\n\n _proto.clearShowTimeout = function clearShowTimeout() {\n clearTimeout(this._showTimeout);\n this._showTimeout = undefined;\n };\n\n _proto.clearHideTimeout = function clearHideTimeout() {\n clearTimeout(this._hideTimeout);\n this._hideTimeout = undefined;\n };\n\n _proto.handleDocumentClick = function handleDocumentClick(e) {\n var triggers = this.props.trigger.split(' ');\n\n if (triggers.indexOf('legacy') > -1 && (this.props.isOpen || isInDOMSubtrees(e.target, this._targets))) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (this.props.isOpen && !isInDOMSubtree(e.target, this._popover)) {\n this.hideWithDelay(e);\n } else if (!this.props.isOpen) {\n this.showWithDelay(e);\n }\n } else if (triggers.indexOf('click') > -1 && isInDOMSubtrees(e.target, this._targets)) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (!this.props.isOpen) {\n this.showWithDelay(e);\n } else {\n this.hideWithDelay(e);\n }\n }\n };\n\n _proto.addEventOnTargets = function addEventOnTargets(type, handler, isBubble) {\n this._targets.forEach(function (target) {\n target.addEventListener(type, handler, isBubble);\n });\n };\n\n _proto.removeEventOnTargets = function removeEventOnTargets(type, handler, isBubble) {\n this._targets.forEach(function (target) {\n target.removeEventListener(type, handler, isBubble);\n });\n };\n\n _proto.addTargetEvents = function addTargetEvents() {\n if (this.props.trigger) {\n var triggers = this.props.trigger.split(' ');\n\n if (triggers.indexOf('manual') === -1) {\n if (triggers.indexOf('click') > -1 || triggers.indexOf('legacy') > -1) {\n document.addEventListener('click', this.handleDocumentClick, true);\n }\n\n if (this._targets && this._targets.length) {\n if (triggers.indexOf('hover') > -1) {\n this.addEventOnTargets('mouseover', this.showWithDelay, true);\n this.addEventOnTargets('mouseout', this.hideWithDelay, true);\n }\n\n if (triggers.indexOf('focus') > -1) {\n this.addEventOnTargets('focusin', this.show, true);\n this.addEventOnTargets('focusout', this.hide, true);\n }\n\n this.addEventOnTargets('keydown', this.onEscKeyDown, true);\n }\n }\n }\n };\n\n _proto.removeTargetEvents = function removeTargetEvents() {\n if (this._targets) {\n this.removeEventOnTargets('mouseover', this.showWithDelay, true);\n this.removeEventOnTargets('mouseout', this.hideWithDelay, true);\n this.removeEventOnTargets('keydown', this.onEscKeyDown, true);\n this.removeEventOnTargets('focusin', this.show, true);\n this.removeEventOnTargets('focusout', this.hide, true);\n }\n\n document.removeEventListener('click', this.handleDocumentClick, true);\n };\n\n _proto.updateTarget = function updateTarget() {\n var newTarget = getTarget(this.props.target, true);\n\n if (newTarget !== this._targets) {\n this.removeTargetEvents();\n this._targets = newTarget ? Array.from(newTarget) : [];\n this.currentTargetElement = this.currentTargetElement || this._targets[0];\n this.addTargetEvents();\n }\n };\n\n _proto.toggle = function toggle(e) {\n if (this.props.disabled || !this._isMounted) {\n return e && e.preventDefault();\n }\n\n return this.props.toggle(e);\n };\n\n _proto.render = function render() {\n var _this2 = this;\n\n if (this.props.isOpen) {\n this.updateTarget();\n }\n\n var target = this.currentTargetElement || this._targets[0];\n\n if (!target) {\n return null;\n }\n\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n innerClassName = _this$props.innerClassName,\n isOpen = _this$props.isOpen,\n hideArrow = _this$props.hideArrow,\n boundariesElement = _this$props.boundariesElement,\n placement = _this$props.placement,\n placementPrefix = _this$props.placementPrefix,\n arrowClassName = _this$props.arrowClassName,\n popperClassName = _this$props.popperClassName,\n container = _this$props.container,\n modifiers = _this$props.modifiers,\n positionFixed = _this$props.positionFixed,\n offset = _this$props.offset,\n fade = _this$props.fade,\n flip = _this$props.flip,\n children = _this$props.children;\n var attributes = omit(this.props, Object.keys(propTypes));\n var popperClasses = mapToCssModules(popperClassName, cssModule);\n var classes = mapToCssModules(innerClassName, cssModule);\n return /*#__PURE__*/React.createElement(PopperContent, {\n className: className,\n target: target,\n isOpen: isOpen,\n hideArrow: hideArrow,\n boundariesElement: boundariesElement,\n placement: placement,\n placementPrefix: placementPrefix,\n arrowClassName: arrowClassName,\n popperClassName: popperClasses,\n container: container,\n modifiers: modifiers,\n positionFixed: positionFixed,\n offset: offset,\n cssModule: cssModule,\n fade: fade,\n flip: flip\n }, function (_ref) {\n var scheduleUpdate = _ref.scheduleUpdate;\n return /*#__PURE__*/React.createElement(\"div\", _extends({}, attributes, {\n ref: _this2.getRef,\n className: classes,\n role: \"tooltip\",\n onMouseOver: _this2.onMouseOverTooltipContent,\n onMouseLeave: _this2.onMouseLeaveTooltipContent,\n onKeyDown: _this2.onEscKeyDown\n }), typeof children === 'function' ? children({\n scheduleUpdate: scheduleUpdate\n }) : children);\n });\n };\n\n return TooltipPopoverWrapper;\n}(React.Component);\n\nTooltipPopoverWrapper.propTypes = propTypes;\nTooltipPopoverWrapper.defaultProps = defaultProps;\nexport default TooltipPopoverWrapper;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport React from 'react';\nimport classNames from 'classnames';\nimport TooltipPopoverWrapper, { propTypes } from './TooltipPopoverWrapper';\nvar defaultProps = {\n placement: 'top',\n autohide: true,\n placementPrefix: 'bs-tooltip',\n trigger: 'hover focus'\n};\n\nvar Tooltip = function Tooltip(props) {\n var popperClasses = classNames('tooltip', 'show', props.popperClassName);\n var classes = classNames('tooltip-inner', props.innerClassName);\n return /*#__PURE__*/React.createElement(TooltipPopoverWrapper, _extends({}, props, {\n popperClassName: popperClasses,\n innerClassName: classes\n }));\n};\n\nTooltip.propTypes = propTypes;\nTooltip.defaultProps = defaultProps;\nexport default Tooltip;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n flush: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n horizontal: PropTypes.oneOfType([PropTypes.bool, PropTypes.string])\n};\nvar defaultProps = {\n tag: 'ul',\n horizontal: false\n};\n\nvar getHorizontalClass = function getHorizontalClass(horizontal) {\n if (horizontal === false) {\n return false;\n } else if (horizontal === true || horizontal === \"xs\") {\n return \"list-group-horizontal\";\n }\n\n return \"list-group-horizontal-\" + horizontal;\n};\n\nvar ListGroup = function ListGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n flush = props.flush,\n horizontal = props.horizontal,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"flush\", \"horizontal\"]);\n\n var classes = mapToCssModules(classNames(className, 'list-group', // list-group-horizontal cannot currently be mixed with list-group-flush\n // we only try to apply horizontal classes if flush is false\n flush ? 'list-group-flush' : getHorizontalClass(horizontal)), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nListGroup.propTypes = propTypes;\nListGroup.defaultProps = defaultProps;\nexport default ListGroup;","import React, { useState } from 'react';\nimport { InputProps, Collapse, ListGroupItem, ListGroup, Tooltip } from 'reactstrap';\nimport { ExplainTree } from '../pages/graph/ExpressionInput';\n\nexport interface QueryTree {\n name: string;\n executionTime?: string;\n peakSamples?: number;\n totalSamples?: number;\n children?: QueryTree[];\n}\n\ninterface NodeProps extends InputProps {\n node: QueryTree | ExplainTree | null;\n}\n\nconst ListTree: React.FC = ({ id, node }) => {\n type idMapping = {\n [key: string]: boolean;\n };\n\n const [mapping, setMapping] = useState({});\n const [peakSamplesTooltipOpen, setPeakSamplesTooltipOpen] = useState({});\n const [totalSamplesTooltipOpen, setTotalSamplesTooltipOpen] = useState({});\n const [executionTimeTooltipOpen, setExecutionTimeTooltipOpen] = useState({});\n const toggleTotalSamplesTooltip = (e: React.MouseEvent) => {\n const el = e.target as HTMLDivElement;\n const id = el.getAttribute('id');\n if (id) {\n setTotalSamplesTooltipOpen({ ...totalSamplesTooltipOpen, [id]: !totalSamplesTooltipOpen[id] });\n }\n };\n const toggleExecutionTimeTooltip = (e: React.MouseEvent) => {\n const el = e.target as HTMLDivElement;\n const id = el.getAttribute('id');\n if (id) {\n setExecutionTimeTooltipOpen({ ...executionTimeTooltipOpen, [id]: !executionTimeTooltipOpen[id] });\n }\n };\n const togglePeakSamplesTooltip = (e: React.MouseEvent) => {\n const el = e.target as HTMLDivElement;\n const id = el.getAttribute('id');\n if (id) {\n setPeakSamplesTooltipOpen({ ...peakSamplesTooltipOpen, [id]: !peakSamplesTooltipOpen[id] });\n }\n };\n const toggle = (e: React.MouseEvent) => {\n const el = e.target as HTMLDivElement;\n const id = el.getAttribute('id');\n if (id) {\n setMapping({ ...mapping, [id]: !mapping[id] });\n }\n };\n\n // Constructing List Items recursively.\n const mapper = (nodes: QueryTree[], parentId?: any, lvl?: any) => {\n return nodes.map((node: QueryTree, index: number) => {\n const id = `${index}-${parentId ? parentId : 'top'}`.replace(/[^a-zA-Z0-9-_]/g, '');\n const item = (\n \n \n {\n
\n {node.children && (\n
\n {mapping[id] ? '\\u002B' : '\\u002D'}\n
\n )}\n
\n {node.name}\n {node.executionTime && (\n <>\n \n {node.executionTime}\n \n \n Wall clock time\n \n \n )}\n {node.peakSamples && (\n <>\n \n {node.peakSamples}\n \n \n Peak samples (in all steps)\n \n \n )}\n {node.totalSamples && (\n <>\n \n {node.totalSamples}\n \n \n Total samples (sum of all steps)\n \n \n )}\n
\n
\n }\n \n {node.children && {mapper(node.children, id, (lvl || 0) + 1)}}\n
\n );\n\n return item;\n });\n };\n\n if (node) {\n return {mapper([node], id)};\n } else {\n return null;\n }\n};\n\nexport default ListTree;\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n size: PropTypes.string,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar InputGroup = function InputGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n size = props.size,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"size\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group', size ? \"input-group-\" + size : null), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nInputGroup.propTypes = propTypes;\nInputGroup.defaultProps = defaultProps;\nexport default InputGroup;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'span'\n};\n\nvar InputGroupText = function InputGroupText(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group-text'), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nInputGroupText.propTypes = propTypes;\nInputGroupText.defaultProps = defaultProps;\nexport default InputGroupText;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nimport InputGroupText from './InputGroupText';\nvar propTypes = {\n tag: tagPropType,\n addonType: PropTypes.oneOf(['prepend', 'append']).isRequired,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar InputGroupAddon = function InputGroupAddon(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n addonType = props.addonType,\n children = props.children,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"addonType\", \"children\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group-' + addonType), cssModule); // Convenience to assist with transition\n\n if (typeof children === 'string') {\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }), /*#__PURE__*/React.createElement(InputGroupText, {\n children: children\n }));\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes,\n children: children\n }));\n};\n\nInputGroupAddon.propTypes = propTypes;\nInputGroupAddon.defaultProps = defaultProps;\nexport default InputGroupAddon;","/**\nThe data structure for documents. @nonabstract\n*/\nclass Text {\n /**\n @internal\n */\n constructor() { }\n /**\n Get the line description around the given position.\n */\n lineAt(pos) {\n if (pos < 0 || pos > this.length)\n throw new RangeError(`Invalid position ${pos} in document of length ${this.length}`);\n return this.lineInner(pos, false, 1, 0);\n }\n /**\n Get the description for the given (1-based) line number.\n */\n line(n) {\n if (n < 1 || n > this.lines)\n throw new RangeError(`Invalid line number ${n} in ${this.lines}-line document`);\n return this.lineInner(n, true, 1, 0);\n }\n /**\n Replace a range of the text with the given content.\n */\n replace(from, to, text) {\n let parts = [];\n this.decompose(0, from, parts, 2 /* To */);\n if (text.length)\n text.decompose(0, text.length, parts, 1 /* From */ | 2 /* To */);\n this.decompose(to, this.length, parts, 1 /* From */);\n return TextNode.from(parts, this.length - (to - from) + text.length);\n }\n /**\n Append another document to this one.\n */\n append(other) {\n return this.replace(this.length, this.length, other);\n }\n /**\n Retrieve the text between the given points.\n */\n slice(from, to = this.length) {\n let parts = [];\n this.decompose(from, to, parts, 0);\n return TextNode.from(parts, to - from);\n }\n /**\n Test whether this text is equal to another instance.\n */\n eq(other) {\n if (other == this)\n return true;\n if (other.length != this.length || other.lines != this.lines)\n return false;\n let start = this.scanIdentical(other, 1), end = this.length - this.scanIdentical(other, -1);\n let a = new RawTextCursor(this), b = new RawTextCursor(other);\n for (let skip = start, pos = start;;) {\n a.next(skip);\n b.next(skip);\n skip = 0;\n if (a.lineBreak != b.lineBreak || a.done != b.done || a.value != b.value)\n return false;\n pos += a.value.length;\n if (a.done || pos >= end)\n return true;\n }\n }\n /**\n Iterate over the text. When `dir` is `-1`, iteration happens\n from end to start. This will return lines and the breaks between\n them as separate strings.\n */\n iter(dir = 1) { return new RawTextCursor(this, dir); }\n /**\n Iterate over a range of the text. When `from` > `to`, the\n iterator will run in reverse.\n */\n iterRange(from, to = this.length) { return new PartialTextCursor(this, from, to); }\n /**\n Return a cursor that iterates over the given range of lines,\n _without_ returning the line breaks between, and yielding empty\n strings for empty lines.\n \n When `from` and `to` are given, they should be 1-based line numbers.\n */\n iterLines(from, to) {\n let inner;\n if (from == null) {\n inner = this.iter();\n }\n else {\n if (to == null)\n to = this.lines + 1;\n let start = this.line(from).from;\n inner = this.iterRange(start, Math.max(start, to == this.lines + 1 ? this.length : to <= 1 ? 0 : this.line(to - 1).to));\n }\n return new LineCursor(inner);\n }\n /**\n @internal\n */\n toString() { return this.sliceString(0); }\n /**\n Convert the document to an array of lines (which can be\n deserialized again via [`Text.of`](https://codemirror.net/6/docs/ref/#state.Text^of)).\n */\n toJSON() {\n let lines = [];\n this.flatten(lines);\n return lines;\n }\n /**\n Create a `Text` instance for the given array of lines.\n */\n static of(text) {\n if (text.length == 0)\n throw new RangeError(\"A document must have at least one line\");\n if (text.length == 1 && !text[0])\n return Text.empty;\n return text.length <= 32 /* Branch */ ? new TextLeaf(text) : TextNode.from(TextLeaf.split(text, []));\n }\n}\n// Leaves store an array of line strings. There are always line breaks\n// between these strings. Leaves are limited in size and have to be\n// contained in TextNode instances for bigger documents.\nclass TextLeaf extends Text {\n constructor(text, length = textLength(text)) {\n super();\n this.text = text;\n this.length = length;\n }\n get lines() { return this.text.length; }\n get children() { return null; }\n lineInner(target, isLine, line, offset) {\n for (let i = 0;; i++) {\n let string = this.text[i], end = offset + string.length;\n if ((isLine ? line : end) >= target)\n return new Line(offset, end, line, string);\n offset = end + 1;\n line++;\n }\n }\n decompose(from, to, target, open) {\n let text = from <= 0 && to >= this.length ? this\n : new TextLeaf(sliceText(this.text, from, to), Math.min(to, this.length) - Math.max(0, from));\n if (open & 1 /* From */) {\n let prev = target.pop();\n let joined = appendText(text.text, prev.text.slice(), 0, text.length);\n if (joined.length <= 32 /* Branch */) {\n target.push(new TextLeaf(joined, prev.length + text.length));\n }\n else {\n let mid = joined.length >> 1;\n target.push(new TextLeaf(joined.slice(0, mid)), new TextLeaf(joined.slice(mid)));\n }\n }\n else {\n target.push(text);\n }\n }\n replace(from, to, text) {\n if (!(text instanceof TextLeaf))\n return super.replace(from, to, text);\n let lines = appendText(this.text, appendText(text.text, sliceText(this.text, 0, from)), to);\n let newLen = this.length + text.length - (to - from);\n if (lines.length <= 32 /* Branch */)\n return new TextLeaf(lines, newLen);\n return TextNode.from(TextLeaf.split(lines, []), newLen);\n }\n sliceString(from, to = this.length, lineSep = \"\\n\") {\n let result = \"\";\n for (let pos = 0, i = 0; pos <= to && i < this.text.length; i++) {\n let line = this.text[i], end = pos + line.length;\n if (pos > from && i)\n result += lineSep;\n if (from < end && to > pos)\n result += line.slice(Math.max(0, from - pos), to - pos);\n pos = end + 1;\n }\n return result;\n }\n flatten(target) {\n for (let line of this.text)\n target.push(line);\n }\n scanIdentical() { return 0; }\n static split(text, target) {\n let part = [], len = -1;\n for (let line of text) {\n part.push(line);\n len += line.length + 1;\n if (part.length == 32 /* Branch */) {\n target.push(new TextLeaf(part, len));\n part = [];\n len = -1;\n }\n }\n if (len > -1)\n target.push(new TextLeaf(part, len));\n return target;\n }\n}\n// Nodes provide the tree structure of the `Text` type. They store a\n// number of other nodes or leaves, taking care to balance themselves\n// on changes. There are implied line breaks _between_ the children of\n// a node (but not before the first or after the last child).\nclass TextNode extends Text {\n constructor(children, length) {\n super();\n this.children = children;\n this.length = length;\n this.lines = 0;\n for (let child of children)\n this.lines += child.lines;\n }\n lineInner(target, isLine, line, offset) {\n for (let i = 0;; i++) {\n let child = this.children[i], end = offset + child.length, endLine = line + child.lines - 1;\n if ((isLine ? endLine : end) >= target)\n return child.lineInner(target, isLine, line, offset);\n offset = end + 1;\n line = endLine + 1;\n }\n }\n decompose(from, to, target, open) {\n for (let i = 0, pos = 0; pos <= to && i < this.children.length; i++) {\n let child = this.children[i], end = pos + child.length;\n if (from <= end && to >= pos) {\n let childOpen = open & ((pos <= from ? 1 /* From */ : 0) | (end >= to ? 2 /* To */ : 0));\n if (pos >= from && end <= to && !childOpen)\n target.push(child);\n else\n child.decompose(from - pos, to - pos, target, childOpen);\n }\n pos = end + 1;\n }\n }\n replace(from, to, text) {\n if (text.lines < this.lines)\n for (let i = 0, pos = 0; i < this.children.length; i++) {\n let child = this.children[i], end = pos + child.length;\n // Fast path: if the change only affects one child and the\n // child's size remains in the acceptable range, only update\n // that child\n if (from >= pos && to <= end) {\n let updated = child.replace(from - pos, to - pos, text);\n let totalLines = this.lines - child.lines + updated.lines;\n if (updated.lines < (totalLines >> (5 /* BranchShift */ - 1)) &&\n updated.lines > (totalLines >> (5 /* BranchShift */ + 1))) {\n let copy = this.children.slice();\n copy[i] = updated;\n return new TextNode(copy, this.length - (to - from) + text.length);\n }\n return super.replace(pos, end, updated);\n }\n pos = end + 1;\n }\n return super.replace(from, to, text);\n }\n sliceString(from, to = this.length, lineSep = \"\\n\") {\n let result = \"\";\n for (let i = 0, pos = 0; i < this.children.length && pos <= to; i++) {\n let child = this.children[i], end = pos + child.length;\n if (pos > from && i)\n result += lineSep;\n if (from < end && to > pos)\n result += child.sliceString(from - pos, to - pos, lineSep);\n pos = end + 1;\n }\n return result;\n }\n flatten(target) {\n for (let child of this.children)\n child.flatten(target);\n }\n scanIdentical(other, dir) {\n if (!(other instanceof TextNode))\n return 0;\n let length = 0;\n let [iA, iB, eA, eB] = dir > 0 ? [0, 0, this.children.length, other.children.length]\n : [this.children.length - 1, other.children.length - 1, -1, -1];\n for (;; iA += dir, iB += dir) {\n if (iA == eA || iB == eB)\n return length;\n let chA = this.children[iA], chB = other.children[iB];\n if (chA != chB)\n return length + chA.scanIdentical(chB, dir);\n length += chA.length + 1;\n }\n }\n static from(children, length = children.reduce((l, ch) => l + ch.length + 1, -1)) {\n let lines = 0;\n for (let ch of children)\n lines += ch.lines;\n if (lines < 32 /* Branch */) {\n let flat = [];\n for (let ch of children)\n ch.flatten(flat);\n return new TextLeaf(flat, length);\n }\n let chunk = Math.max(32 /* Branch */, lines >> 5 /* BranchShift */), maxChunk = chunk << 1, minChunk = chunk >> 1;\n let chunked = [], currentLines = 0, currentLen = -1, currentChunk = [];\n function add(child) {\n let last;\n if (child.lines > maxChunk && child instanceof TextNode) {\n for (let node of child.children)\n add(node);\n }\n else if (child.lines > minChunk && (currentLines > minChunk || !currentLines)) {\n flush();\n chunked.push(child);\n }\n else if (child instanceof TextLeaf && currentLines &&\n (last = currentChunk[currentChunk.length - 1]) instanceof TextLeaf &&\n child.lines + last.lines <= 32 /* Branch */) {\n currentLines += child.lines;\n currentLen += child.length + 1;\n currentChunk[currentChunk.length - 1] = new TextLeaf(last.text.concat(child.text), last.length + 1 + child.length);\n }\n else {\n if (currentLines + child.lines > chunk)\n flush();\n currentLines += child.lines;\n currentLen += child.length + 1;\n currentChunk.push(child);\n }\n }\n function flush() {\n if (currentLines == 0)\n return;\n chunked.push(currentChunk.length == 1 ? currentChunk[0] : TextNode.from(currentChunk, currentLen));\n currentLen = -1;\n currentLines = currentChunk.length = 0;\n }\n for (let child of children)\n add(child);\n flush();\n return chunked.length == 1 ? chunked[0] : new TextNode(chunked, length);\n }\n}\nText.empty = /*@__PURE__*/new TextLeaf([\"\"], 0);\nfunction textLength(text) {\n let length = -1;\n for (let line of text)\n length += line.length + 1;\n return length;\n}\nfunction appendText(text, target, from = 0, to = 1e9) {\n for (let pos = 0, i = 0, first = true; i < text.length && pos <= to; i++) {\n let line = text[i], end = pos + line.length;\n if (end >= from) {\n if (end > to)\n line = line.slice(0, to - pos);\n if (pos < from)\n line = line.slice(from - pos);\n if (first) {\n target[target.length - 1] += line;\n first = false;\n }\n else\n target.push(line);\n }\n pos = end + 1;\n }\n return target;\n}\nfunction sliceText(text, from, to) {\n return appendText(text, [\"\"], from, to);\n}\nclass RawTextCursor {\n constructor(text, dir = 1) {\n this.dir = dir;\n this.done = false;\n this.lineBreak = false;\n this.value = \"\";\n this.nodes = [text];\n this.offsets = [dir > 0 ? 1 : (text instanceof TextLeaf ? text.text.length : text.children.length) << 1];\n }\n nextInner(skip, dir) {\n this.done = this.lineBreak = false;\n for (;;) {\n let last = this.nodes.length - 1;\n let top = this.nodes[last], offsetValue = this.offsets[last], offset = offsetValue >> 1;\n let size = top instanceof TextLeaf ? top.text.length : top.children.length;\n if (offset == (dir > 0 ? size : 0)) {\n if (last == 0) {\n this.done = true;\n this.value = \"\";\n return this;\n }\n if (dir > 0)\n this.offsets[last - 1]++;\n this.nodes.pop();\n this.offsets.pop();\n }\n else if ((offsetValue & 1) == (dir > 0 ? 0 : 1)) {\n this.offsets[last] += dir;\n if (skip == 0) {\n this.lineBreak = true;\n this.value = \"\\n\";\n return this;\n }\n skip--;\n }\n else if (top instanceof TextLeaf) {\n // Move to the next string\n let next = top.text[offset + (dir < 0 ? -1 : 0)];\n this.offsets[last] += dir;\n if (next.length > Math.max(0, skip)) {\n this.value = skip == 0 ? next : dir > 0 ? next.slice(skip) : next.slice(0, next.length - skip);\n return this;\n }\n skip -= next.length;\n }\n else {\n let next = top.children[offset + (dir < 0 ? -1 : 0)];\n if (skip > next.length) {\n skip -= next.length;\n this.offsets[last] += dir;\n }\n else {\n if (dir < 0)\n this.offsets[last]--;\n this.nodes.push(next);\n this.offsets.push(dir > 0 ? 1 : (next instanceof TextLeaf ? next.text.length : next.children.length) << 1);\n }\n }\n }\n }\n next(skip = 0) {\n if (skip < 0) {\n this.nextInner(-skip, (-this.dir));\n skip = this.value.length;\n }\n return this.nextInner(skip, this.dir);\n }\n}\nclass PartialTextCursor {\n constructor(text, start, end) {\n this.value = \"\";\n this.done = false;\n this.cursor = new RawTextCursor(text, start > end ? -1 : 1);\n this.pos = start > end ? text.length : 0;\n this.from = Math.min(start, end);\n this.to = Math.max(start, end);\n }\n nextInner(skip, dir) {\n if (dir < 0 ? this.pos <= this.from : this.pos >= this.to) {\n this.value = \"\";\n this.done = true;\n return this;\n }\n skip += Math.max(0, dir < 0 ? this.pos - this.to : this.from - this.pos);\n let limit = dir < 0 ? this.pos - this.from : this.to - this.pos;\n if (skip > limit)\n skip = limit;\n limit -= skip;\n let { value } = this.cursor.next(skip);\n this.pos += (value.length + skip) * dir;\n this.value = value.length <= limit ? value : dir < 0 ? value.slice(value.length - limit) : value.slice(0, limit);\n this.done = !this.value;\n return this;\n }\n next(skip = 0) {\n if (skip < 0)\n skip = Math.max(skip, this.from - this.pos);\n else if (skip > 0)\n skip = Math.min(skip, this.to - this.pos);\n return this.nextInner(skip, this.cursor.dir);\n }\n get lineBreak() { return this.cursor.lineBreak && this.value != \"\"; }\n}\nclass LineCursor {\n constructor(inner) {\n this.inner = inner;\n this.afterBreak = true;\n this.value = \"\";\n this.done = false;\n }\n next(skip = 0) {\n let { done, lineBreak, value } = this.inner.next(skip);\n if (done) {\n this.done = true;\n this.value = \"\";\n }\n else if (lineBreak) {\n if (this.afterBreak) {\n this.value = \"\";\n }\n else {\n this.afterBreak = true;\n this.next();\n }\n }\n else {\n this.value = value;\n this.afterBreak = false;\n }\n return this;\n }\n get lineBreak() { return false; }\n}\nif (typeof Symbol != \"undefined\") {\n Text.prototype[Symbol.iterator] = function () { return this.iter(); };\n RawTextCursor.prototype[Symbol.iterator] = PartialTextCursor.prototype[Symbol.iterator] =\n LineCursor.prototype[Symbol.iterator] = function () { return this; };\n}\n/**\nThis type describes a line in the document. It is created\non-demand when lines are [queried](https://codemirror.net/6/docs/ref/#state.Text.lineAt).\n*/\nclass Line {\n /**\n @internal\n */\n constructor(\n /**\n The position of the start of the line.\n */\n from, \n /**\n The position at the end of the line (_before_ the line break,\n or at the end of document for the last line).\n */\n to, \n /**\n This line's line number (1-based).\n */\n number, \n /**\n The line's content.\n */\n text) {\n this.from = from;\n this.to = to;\n this.number = number;\n this.text = text;\n }\n /**\n The length of the line (not including any line break after it).\n */\n get length() { return this.to - this.from; }\n}\n\n// Compressed representation of the Grapheme_Cluster_Break=Extend\n// information from\n// http://www.unicode.org/Public/13.0.0/ucd/auxiliary/GraphemeBreakProperty.txt.\n// Each pair of elements represents a range, as an offet from the\n// previous range and a length. Numbers are in base-36, with the empty\n// string being a shorthand for 1.\nlet extend = /*@__PURE__*/\"lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o\".split(\",\").map(s => s ? parseInt(s, 36) : 1);\n// Convert offsets into absolute values\nfor (let i = 1; i < extend.length; i++)\n extend[i] += extend[i - 1];\nfunction isExtendingChar(code) {\n for (let i = 1; i < extend.length; i += 2)\n if (extend[i] > code)\n return extend[i - 1] <= code;\n return false;\n}\nfunction isRegionalIndicator(code) {\n return code >= 0x1F1E6 && code <= 0x1F1FF;\n}\nconst ZWJ = 0x200d;\n/**\nReturns a next grapheme cluster break _after_ (not equal to)\n`pos`, if `forward` is true, or before otherwise. Returns `pos`\nitself if no further cluster break is available in the string.\nMoves across surrogate pairs, extending characters (when\n`includeExtending` is true), characters joined with zero-width\njoiners, and flag emoji.\n*/\nfunction findClusterBreak(str, pos, forward = true, includeExtending = true) {\n return (forward ? nextClusterBreak : prevClusterBreak)(str, pos, includeExtending);\n}\nfunction nextClusterBreak(str, pos, includeExtending) {\n if (pos == str.length)\n return pos;\n // If pos is in the middle of a surrogate pair, move to its start\n if (pos && surrogateLow(str.charCodeAt(pos)) && surrogateHigh(str.charCodeAt(pos - 1)))\n pos--;\n let prev = codePointAt(str, pos);\n pos += codePointSize(prev);\n while (pos < str.length) {\n let next = codePointAt(str, pos);\n if (prev == ZWJ || next == ZWJ || includeExtending && isExtendingChar(next)) {\n pos += codePointSize(next);\n prev = next;\n }\n else if (isRegionalIndicator(next)) {\n let countBefore = 0, i = pos - 2;\n while (i >= 0 && isRegionalIndicator(codePointAt(str, i))) {\n countBefore++;\n i -= 2;\n }\n if (countBefore % 2 == 0)\n break;\n else\n pos += 2;\n }\n else {\n break;\n }\n }\n return pos;\n}\nfunction prevClusterBreak(str, pos, includeExtending) {\n while (pos > 0) {\n let found = nextClusterBreak(str, pos - 2, includeExtending);\n if (found < pos)\n return found;\n pos--;\n }\n return 0;\n}\nfunction surrogateLow(ch) { return ch >= 0xDC00 && ch < 0xE000; }\nfunction surrogateHigh(ch) { return ch >= 0xD800 && ch < 0xDC00; }\n/**\nFind the code point at the given position in a string (like the\n[`codePointAt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/codePointAt)\nstring method).\n*/\nfunction codePointAt(str, pos) {\n let code0 = str.charCodeAt(pos);\n if (!surrogateHigh(code0) || pos + 1 == str.length)\n return code0;\n let code1 = str.charCodeAt(pos + 1);\n if (!surrogateLow(code1))\n return code0;\n return ((code0 - 0xd800) << 10) + (code1 - 0xdc00) + 0x10000;\n}\n/**\nGiven a Unicode codepoint, return the JavaScript string that\nrespresents it (like\n[`String.fromCodePoint`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint)).\n*/\nfunction fromCodePoint(code) {\n if (code <= 0xffff)\n return String.fromCharCode(code);\n code -= 0x10000;\n return String.fromCharCode((code >> 10) + 0xd800, (code & 1023) + 0xdc00);\n}\n/**\nThe amount of positions a character takes up a JavaScript string.\n*/\nfunction codePointSize(code) { return code < 0x10000 ? 1 : 2; }\n\nconst DefaultSplit = /\\r\\n?|\\n/;\n/**\nDistinguishes different ways in which positions can be mapped.\n*/\nvar MapMode = /*@__PURE__*/(function (MapMode) {\n /**\n Map a position to a valid new position, even when its context\n was deleted.\n */\n MapMode[MapMode[\"Simple\"] = 0] = \"Simple\";\n /**\n Return null if deletion happens across the position.\n */\n MapMode[MapMode[\"TrackDel\"] = 1] = \"TrackDel\";\n /**\n Return null if the character _before_ the position is deleted.\n */\n MapMode[MapMode[\"TrackBefore\"] = 2] = \"TrackBefore\";\n /**\n Return null if the character _after_ the position is deleted.\n */\n MapMode[MapMode[\"TrackAfter\"] = 3] = \"TrackAfter\";\nreturn MapMode})(MapMode || (MapMode = {}));\n/**\nA change description is a variant of [change set](https://codemirror.net/6/docs/ref/#state.ChangeSet)\nthat doesn't store the inserted text. As such, it can't be\napplied, but is cheaper to store and manipulate.\n*/\nclass ChangeDesc {\n // Sections are encoded as pairs of integers. The first is the\n // length in the current document, and the second is -1 for\n // unaffected sections, and the length of the replacement content\n // otherwise. So an insertion would be (0, n>0), a deletion (n>0,\n // 0), and a replacement two positive numbers.\n /**\n @internal\n */\n constructor(\n /**\n @internal\n */\n sections) {\n this.sections = sections;\n }\n /**\n The length of the document before the change.\n */\n get length() {\n let result = 0;\n for (let i = 0; i < this.sections.length; i += 2)\n result += this.sections[i];\n return result;\n }\n /**\n The length of the document after the change.\n */\n get newLength() {\n let result = 0;\n for (let i = 0; i < this.sections.length; i += 2) {\n let ins = this.sections[i + 1];\n result += ins < 0 ? this.sections[i] : ins;\n }\n return result;\n }\n /**\n False when there are actual changes in this set.\n */\n get empty() { return this.sections.length == 0 || this.sections.length == 2 && this.sections[1] < 0; }\n /**\n Iterate over the unchanged parts left by these changes. `posA`\n provides the position of the range in the old document, `posB`\n the new position in the changed document.\n */\n iterGaps(f) {\n for (let i = 0, posA = 0, posB = 0; i < this.sections.length;) {\n let len = this.sections[i++], ins = this.sections[i++];\n if (ins < 0) {\n f(posA, posB, len);\n posB += len;\n }\n else {\n posB += ins;\n }\n posA += len;\n }\n }\n /**\n Iterate over the ranges changed by these changes. (See\n [`ChangeSet.iterChanges`](https://codemirror.net/6/docs/ref/#state.ChangeSet.iterChanges) for a\n variant that also provides you with the inserted text.)\n `fromA`/`toA` provides the extent of the change in the starting\n document, `fromB`/`toB` the extent of the replacement in the\n changed document.\n \n When `individual` is true, adjacent changes (which are kept\n separate for [position mapping](https://codemirror.net/6/docs/ref/#state.ChangeDesc.mapPos)) are\n reported separately.\n */\n iterChangedRanges(f, individual = false) {\n iterChanges(this, f, individual);\n }\n /**\n Get a description of the inverted form of these changes.\n */\n get invertedDesc() {\n let sections = [];\n for (let i = 0; i < this.sections.length;) {\n let len = this.sections[i++], ins = this.sections[i++];\n if (ins < 0)\n sections.push(len, ins);\n else\n sections.push(ins, len);\n }\n return new ChangeDesc(sections);\n }\n /**\n Compute the combined effect of applying another set of changes\n after this one. The length of the document after this set should\n match the length before `other`.\n */\n composeDesc(other) { return this.empty ? other : other.empty ? this : composeSets(this, other); }\n /**\n Map this description, which should start with the same document\n as `other`, over another set of changes, so that it can be\n applied after it. When `before` is true, map as if the changes\n in `other` happened before the ones in `this`.\n */\n mapDesc(other, before = false) { return other.empty ? this : mapSet(this, other, before); }\n mapPos(pos, assoc = -1, mode = MapMode.Simple) {\n let posA = 0, posB = 0;\n for (let i = 0; i < this.sections.length;) {\n let len = this.sections[i++], ins = this.sections[i++], endA = posA + len;\n if (ins < 0) {\n if (endA > pos)\n return posB + (pos - posA);\n posB += len;\n }\n else {\n if (mode != MapMode.Simple && endA >= pos &&\n (mode == MapMode.TrackDel && posA < pos && endA > pos ||\n mode == MapMode.TrackBefore && posA < pos ||\n mode == MapMode.TrackAfter && endA > pos))\n return null;\n if (endA > pos || endA == pos && assoc < 0 && !len)\n return pos == posA || assoc < 0 ? posB : posB + ins;\n posB += ins;\n }\n posA = endA;\n }\n if (pos > posA)\n throw new RangeError(`Position ${pos} is out of range for changeset of length ${posA}`);\n return posB;\n }\n /**\n Check whether these changes touch a given range. When one of the\n changes entirely covers the range, the string `\"cover\"` is\n returned.\n */\n touchesRange(from, to = from) {\n for (let i = 0, pos = 0; i < this.sections.length && pos <= to;) {\n let len = this.sections[i++], ins = this.sections[i++], end = pos + len;\n if (ins >= 0 && pos <= to && end >= from)\n return pos < from && end > to ? \"cover\" : true;\n pos = end;\n }\n return false;\n }\n /**\n @internal\n */\n toString() {\n let result = \"\";\n for (let i = 0; i < this.sections.length;) {\n let len = this.sections[i++], ins = this.sections[i++];\n result += (result ? \" \" : \"\") + len + (ins >= 0 ? \":\" + ins : \"\");\n }\n return result;\n }\n /**\n Serialize this change desc to a JSON-representable value.\n */\n toJSON() { return this.sections; }\n /**\n Create a change desc from its JSON representation (as produced\n by [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeDesc.toJSON).\n */\n static fromJSON(json) {\n if (!Array.isArray(json) || json.length % 2 || json.some(a => typeof a != \"number\"))\n throw new RangeError(\"Invalid JSON representation of ChangeDesc\");\n return new ChangeDesc(json);\n }\n /**\n @internal\n */\n static create(sections) { return new ChangeDesc(sections); }\n}\n/**\nA change set represents a group of modifications to a document. It\nstores the document length, and can only be applied to documents\nwith exactly that length.\n*/\nclass ChangeSet extends ChangeDesc {\n constructor(sections, \n /**\n @internal\n */\n inserted) {\n super(sections);\n this.inserted = inserted;\n }\n /**\n Apply the changes to a document, returning the modified\n document.\n */\n apply(doc) {\n if (this.length != doc.length)\n throw new RangeError(\"Applying change set to a document with the wrong length\");\n iterChanges(this, (fromA, toA, fromB, _toB, text) => doc = doc.replace(fromB, fromB + (toA - fromA), text), false);\n return doc;\n }\n mapDesc(other, before = false) { return mapSet(this, other, before, true); }\n /**\n Given the document as it existed _before_ the changes, return a\n change set that represents the inverse of this set, which could\n be used to go from the document created by the changes back to\n the document as it existed before the changes.\n */\n invert(doc) {\n let sections = this.sections.slice(), inserted = [];\n for (let i = 0, pos = 0; i < sections.length; i += 2) {\n let len = sections[i], ins = sections[i + 1];\n if (ins >= 0) {\n sections[i] = ins;\n sections[i + 1] = len;\n let index = i >> 1;\n while (inserted.length < index)\n inserted.push(Text.empty);\n inserted.push(len ? doc.slice(pos, pos + len) : Text.empty);\n }\n pos += len;\n }\n return new ChangeSet(sections, inserted);\n }\n /**\n Combine two subsequent change sets into a single set. `other`\n must start in the document produced by `this`. If `this` goes\n `docA` → `docB` and `other` represents `docB` → `docC`, the\n returned value will represent the change `docA` → `docC`.\n */\n compose(other) { return this.empty ? other : other.empty ? this : composeSets(this, other, true); }\n /**\n Given another change set starting in the same document, maps this\n change set over the other, producing a new change set that can be\n applied to the document produced by applying `other`. When\n `before` is `true`, order changes as if `this` comes before\n `other`, otherwise (the default) treat `other` as coming first.\n \n Given two changes `A` and `B`, `A.compose(B.map(A))` and\n `B.compose(A.map(B, true))` will produce the same document. This\n provides a basic form of [operational\n transformation](https://en.wikipedia.org/wiki/Operational_transformation),\n and can be used for collaborative editing.\n */\n map(other, before = false) { return other.empty ? this : mapSet(this, other, before, true); }\n /**\n Iterate over the changed ranges in the document, calling `f` for\n each, with the range in the original document (`fromA`-`toA`)\n and the range that replaces it in the new document\n (`fromB`-`toB`).\n \n When `individual` is true, adjacent changes are reported\n separately.\n */\n iterChanges(f, individual = false) {\n iterChanges(this, f, individual);\n }\n /**\n Get a [change description](https://codemirror.net/6/docs/ref/#state.ChangeDesc) for this change\n set.\n */\n get desc() { return ChangeDesc.create(this.sections); }\n /**\n @internal\n */\n filter(ranges) {\n let resultSections = [], resultInserted = [], filteredSections = [];\n let iter = new SectionIter(this);\n done: for (let i = 0, pos = 0;;) {\n let next = i == ranges.length ? 1e9 : ranges[i++];\n while (pos < next || pos == next && iter.len == 0) {\n if (iter.done)\n break done;\n let len = Math.min(iter.len, next - pos);\n addSection(filteredSections, len, -1);\n let ins = iter.ins == -1 ? -1 : iter.off == 0 ? iter.ins : 0;\n addSection(resultSections, len, ins);\n if (ins > 0)\n addInsert(resultInserted, resultSections, iter.text);\n iter.forward(len);\n pos += len;\n }\n let end = ranges[i++];\n while (pos < end) {\n if (iter.done)\n break done;\n let len = Math.min(iter.len, end - pos);\n addSection(resultSections, len, -1);\n addSection(filteredSections, len, iter.ins == -1 ? -1 : iter.off == 0 ? iter.ins : 0);\n iter.forward(len);\n pos += len;\n }\n }\n return { changes: new ChangeSet(resultSections, resultInserted),\n filtered: ChangeDesc.create(filteredSections) };\n }\n /**\n Serialize this change set to a JSON-representable value.\n */\n toJSON() {\n let parts = [];\n for (let i = 0; i < this.sections.length; i += 2) {\n let len = this.sections[i], ins = this.sections[i + 1];\n if (ins < 0)\n parts.push(len);\n else if (ins == 0)\n parts.push([len]);\n else\n parts.push([len].concat(this.inserted[i >> 1].toJSON()));\n }\n return parts;\n }\n /**\n Create a change set for the given changes, for a document of the\n given length, using `lineSep` as line separator.\n */\n static of(changes, length, lineSep) {\n let sections = [], inserted = [], pos = 0;\n let total = null;\n function flush(force = false) {\n if (!force && !sections.length)\n return;\n if (pos < length)\n addSection(sections, length - pos, -1);\n let set = new ChangeSet(sections, inserted);\n total = total ? total.compose(set.map(total)) : set;\n sections = [];\n inserted = [];\n pos = 0;\n }\n function process(spec) {\n if (Array.isArray(spec)) {\n for (let sub of spec)\n process(sub);\n }\n else if (spec instanceof ChangeSet) {\n if (spec.length != length)\n throw new RangeError(`Mismatched change set length (got ${spec.length}, expected ${length})`);\n flush();\n total = total ? total.compose(spec.map(total)) : spec;\n }\n else {\n let { from, to = from, insert } = spec;\n if (from > to || from < 0 || to > length)\n throw new RangeError(`Invalid change range ${from} to ${to} (in doc of length ${length})`);\n let insText = !insert ? Text.empty : typeof insert == \"string\" ? Text.of(insert.split(lineSep || DefaultSplit)) : insert;\n let insLen = insText.length;\n if (from == to && insLen == 0)\n return;\n if (from < pos)\n flush();\n if (from > pos)\n addSection(sections, from - pos, -1);\n addSection(sections, to - from, insLen);\n addInsert(inserted, sections, insText);\n pos = to;\n }\n }\n process(changes);\n flush(!total);\n return total;\n }\n /**\n Create an empty changeset of the given length.\n */\n static empty(length) {\n return new ChangeSet(length ? [length, -1] : [], []);\n }\n /**\n Create a changeset from its JSON representation (as produced by\n [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeSet.toJSON).\n */\n static fromJSON(json) {\n if (!Array.isArray(json))\n throw new RangeError(\"Invalid JSON representation of ChangeSet\");\n let sections = [], inserted = [];\n for (let i = 0; i < json.length; i++) {\n let part = json[i];\n if (typeof part == \"number\") {\n sections.push(part, -1);\n }\n else if (!Array.isArray(part) || typeof part[0] != \"number\" || part.some((e, i) => i && typeof e != \"string\")) {\n throw new RangeError(\"Invalid JSON representation of ChangeSet\");\n }\n else if (part.length == 1) {\n sections.push(part[0], 0);\n }\n else {\n while (inserted.length < i)\n inserted.push(Text.empty);\n inserted[i] = Text.of(part.slice(1));\n sections.push(part[0], inserted[i].length);\n }\n }\n return new ChangeSet(sections, inserted);\n }\n /**\n @internal\n */\n static createSet(sections, inserted) {\n return new ChangeSet(sections, inserted);\n }\n}\nfunction addSection(sections, len, ins, forceJoin = false) {\n if (len == 0 && ins <= 0)\n return;\n let last = sections.length - 2;\n if (last >= 0 && ins <= 0 && ins == sections[last + 1])\n sections[last] += len;\n else if (len == 0 && sections[last] == 0)\n sections[last + 1] += ins;\n else if (forceJoin) {\n sections[last] += len;\n sections[last + 1] += ins;\n }\n else\n sections.push(len, ins);\n}\nfunction addInsert(values, sections, value) {\n if (value.length == 0)\n return;\n let index = (sections.length - 2) >> 1;\n if (index < values.length) {\n values[values.length - 1] = values[values.length - 1].append(value);\n }\n else {\n while (values.length < index)\n values.push(Text.empty);\n values.push(value);\n }\n}\nfunction iterChanges(desc, f, individual) {\n let inserted = desc.inserted;\n for (let posA = 0, posB = 0, i = 0; i < desc.sections.length;) {\n let len = desc.sections[i++], ins = desc.sections[i++];\n if (ins < 0) {\n posA += len;\n posB += len;\n }\n else {\n let endA = posA, endB = posB, text = Text.empty;\n for (;;) {\n endA += len;\n endB += ins;\n if (ins && inserted)\n text = text.append(inserted[(i - 2) >> 1]);\n if (individual || i == desc.sections.length || desc.sections[i + 1] < 0)\n break;\n len = desc.sections[i++];\n ins = desc.sections[i++];\n }\n f(posA, endA, posB, endB, text);\n posA = endA;\n posB = endB;\n }\n }\n}\nfunction mapSet(setA, setB, before, mkSet = false) {\n // Produce a copy of setA that applies to the document after setB\n // has been applied (assuming both start at the same document).\n let sections = [], insert = mkSet ? [] : null;\n let a = new SectionIter(setA), b = new SectionIter(setB);\n // Iterate over both sets in parallel. inserted tracks, for changes\n // in A that have to be processed piece-by-piece, whether their\n // content has been inserted already, and refers to the section\n // index.\n for (let inserted = -1;;) {\n if (a.ins == -1 && b.ins == -1) {\n // Move across ranges skipped by both sets.\n let len = Math.min(a.len, b.len);\n addSection(sections, len, -1);\n a.forward(len);\n b.forward(len);\n }\n else if (b.ins >= 0 && (a.ins < 0 || inserted == a.i || a.off == 0 && (b.len < a.len || b.len == a.len && !before))) {\n // If there's a change in B that comes before the next change in\n // A (ordered by start pos, then len, then before flag), skip\n // that (and process any changes in A it covers).\n let len = b.len;\n addSection(sections, b.ins, -1);\n while (len) {\n let piece = Math.min(a.len, len);\n if (a.ins >= 0 && inserted < a.i && a.len <= piece) {\n addSection(sections, 0, a.ins);\n if (insert)\n addInsert(insert, sections, a.text);\n inserted = a.i;\n }\n a.forward(piece);\n len -= piece;\n }\n b.next();\n }\n else if (a.ins >= 0) {\n // Process the part of a change in A up to the start of the next\n // non-deletion change in B (if overlapping).\n let len = 0, left = a.len;\n while (left) {\n if (b.ins == -1) {\n let piece = Math.min(left, b.len);\n len += piece;\n left -= piece;\n b.forward(piece);\n }\n else if (b.ins == 0 && b.len < left) {\n left -= b.len;\n b.next();\n }\n else {\n break;\n }\n }\n addSection(sections, len, inserted < a.i ? a.ins : 0);\n if (insert && inserted < a.i)\n addInsert(insert, sections, a.text);\n inserted = a.i;\n a.forward(a.len - left);\n }\n else if (a.done && b.done) {\n return insert ? ChangeSet.createSet(sections, insert) : ChangeDesc.create(sections);\n }\n else {\n throw new Error(\"Mismatched change set lengths\");\n }\n }\n}\nfunction composeSets(setA, setB, mkSet = false) {\n let sections = [];\n let insert = mkSet ? [] : null;\n let a = new SectionIter(setA), b = new SectionIter(setB);\n for (let open = false;;) {\n if (a.done && b.done) {\n return insert ? ChangeSet.createSet(sections, insert) : ChangeDesc.create(sections);\n }\n else if (a.ins == 0) { // Deletion in A\n addSection(sections, a.len, 0, open);\n a.next();\n }\n else if (b.len == 0 && !b.done) { // Insertion in B\n addSection(sections, 0, b.ins, open);\n if (insert)\n addInsert(insert, sections, b.text);\n b.next();\n }\n else if (a.done || b.done) {\n throw new Error(\"Mismatched change set lengths\");\n }\n else {\n let len = Math.min(a.len2, b.len), sectionLen = sections.length;\n if (a.ins == -1) {\n let insB = b.ins == -1 ? -1 : b.off ? 0 : b.ins;\n addSection(sections, len, insB, open);\n if (insert && insB)\n addInsert(insert, sections, b.text);\n }\n else if (b.ins == -1) {\n addSection(sections, a.off ? 0 : a.len, len, open);\n if (insert)\n addInsert(insert, sections, a.textBit(len));\n }\n else {\n addSection(sections, a.off ? 0 : a.len, b.off ? 0 : b.ins, open);\n if (insert && !b.off)\n addInsert(insert, sections, b.text);\n }\n open = (a.ins > len || b.ins >= 0 && b.len > len) && (open || sections.length > sectionLen);\n a.forward2(len);\n b.forward(len);\n }\n }\n}\nclass SectionIter {\n constructor(set) {\n this.set = set;\n this.i = 0;\n this.next();\n }\n next() {\n let { sections } = this.set;\n if (this.i < sections.length) {\n this.len = sections[this.i++];\n this.ins = sections[this.i++];\n }\n else {\n this.len = 0;\n this.ins = -2;\n }\n this.off = 0;\n }\n get done() { return this.ins == -2; }\n get len2() { return this.ins < 0 ? this.len : this.ins; }\n get text() {\n let { inserted } = this.set, index = (this.i - 2) >> 1;\n return index >= inserted.length ? Text.empty : inserted[index];\n }\n textBit(len) {\n let { inserted } = this.set, index = (this.i - 2) >> 1;\n return index >= inserted.length && !len ? Text.empty\n : inserted[index].slice(this.off, len == null ? undefined : this.off + len);\n }\n forward(len) {\n if (len == this.len)\n this.next();\n else {\n this.len -= len;\n this.off += len;\n }\n }\n forward2(len) {\n if (this.ins == -1)\n this.forward(len);\n else if (len == this.ins)\n this.next();\n else {\n this.ins -= len;\n this.off += len;\n }\n }\n}\n\n/**\nA single selection range. When\n[`allowMultipleSelections`](https://codemirror.net/6/docs/ref/#state.EditorState^allowMultipleSelections)\nis enabled, a [selection](https://codemirror.net/6/docs/ref/#state.EditorSelection) may hold\nmultiple ranges. By default, selections hold exactly one range.\n*/\nclass SelectionRange {\n constructor(\n /**\n The lower boundary of the range.\n */\n from, \n /**\n The upper boundary of the range.\n */\n to, flags) {\n this.from = from;\n this.to = to;\n this.flags = flags;\n }\n /**\n The anchor of the range—the side that doesn't move when you\n extend it.\n */\n get anchor() { return this.flags & 16 /* Inverted */ ? this.to : this.from; }\n /**\n The head of the range, which is moved when the range is\n [extended](https://codemirror.net/6/docs/ref/#state.SelectionRange.extend).\n */\n get head() { return this.flags & 16 /* Inverted */ ? this.from : this.to; }\n /**\n True when `anchor` and `head` are at the same position.\n */\n get empty() { return this.from == this.to; }\n /**\n If this is a cursor that is explicitly associated with the\n character on one of its sides, this returns the side. -1 means\n the character before its position, 1 the character after, and 0\n means no association.\n */\n get assoc() { return this.flags & 4 /* AssocBefore */ ? -1 : this.flags & 8 /* AssocAfter */ ? 1 : 0; }\n /**\n The bidirectional text level associated with this cursor, if\n any.\n */\n get bidiLevel() {\n let level = this.flags & 3 /* BidiLevelMask */;\n return level == 3 ? null : level;\n }\n /**\n The goal column (stored vertical offset) associated with a\n cursor. This is used to preserve the vertical position when\n [moving](https://codemirror.net/6/docs/ref/#view.EditorView.moveVertically) across\n lines of different length.\n */\n get goalColumn() {\n let value = this.flags >> 5 /* GoalColumnOffset */;\n return value == 33554431 /* NoGoalColumn */ ? undefined : value;\n }\n /**\n Map this range through a change, producing a valid range in the\n updated document.\n */\n map(change, assoc = -1) {\n let from, to;\n if (this.empty) {\n from = to = change.mapPos(this.from, assoc);\n }\n else {\n from = change.mapPos(this.from, 1);\n to = change.mapPos(this.to, -1);\n }\n return from == this.from && to == this.to ? this : new SelectionRange(from, to, this.flags);\n }\n /**\n Extend this range to cover at least `from` to `to`.\n */\n extend(from, to = from) {\n if (from <= this.anchor && to >= this.anchor)\n return EditorSelection.range(from, to);\n let head = Math.abs(from - this.anchor) > Math.abs(to - this.anchor) ? from : to;\n return EditorSelection.range(this.anchor, head);\n }\n /**\n Compare this range to another range.\n */\n eq(other) {\n return this.anchor == other.anchor && this.head == other.head;\n }\n /**\n Return a JSON-serializable object representing the range.\n */\n toJSON() { return { anchor: this.anchor, head: this.head }; }\n /**\n Convert a JSON representation of a range to a `SelectionRange`\n instance.\n */\n static fromJSON(json) {\n if (!json || typeof json.anchor != \"number\" || typeof json.head != \"number\")\n throw new RangeError(\"Invalid JSON representation for SelectionRange\");\n return EditorSelection.range(json.anchor, json.head);\n }\n /**\n @internal\n */\n static create(from, to, flags) {\n return new SelectionRange(from, to, flags);\n }\n}\n/**\nAn editor selection holds one or more selection ranges.\n*/\nclass EditorSelection {\n constructor(\n /**\n The ranges in the selection, sorted by position. Ranges cannot\n overlap (but they may touch, if they aren't empty).\n */\n ranges, \n /**\n The index of the _main_ range in the selection (which is\n usually the range that was added last).\n */\n mainIndex) {\n this.ranges = ranges;\n this.mainIndex = mainIndex;\n }\n /**\n Map a selection through a change. Used to adjust the selection\n position for changes.\n */\n map(change, assoc = -1) {\n if (change.empty)\n return this;\n return EditorSelection.create(this.ranges.map(r => r.map(change, assoc)), this.mainIndex);\n }\n /**\n Compare this selection to another selection.\n */\n eq(other) {\n if (this.ranges.length != other.ranges.length ||\n this.mainIndex != other.mainIndex)\n return false;\n for (let i = 0; i < this.ranges.length; i++)\n if (!this.ranges[i].eq(other.ranges[i]))\n return false;\n return true;\n }\n /**\n Get the primary selection range. Usually, you should make sure\n your code applies to _all_ ranges, by using methods like\n [`changeByRange`](https://codemirror.net/6/docs/ref/#state.EditorState.changeByRange).\n */\n get main() { return this.ranges[this.mainIndex]; }\n /**\n Make sure the selection only has one range. Returns a selection\n holding only the main range from this selection.\n */\n asSingle() {\n return this.ranges.length == 1 ? this : new EditorSelection([this.main], 0);\n }\n /**\n Extend this selection with an extra range.\n */\n addRange(range, main = true) {\n return EditorSelection.create([range].concat(this.ranges), main ? 0 : this.mainIndex + 1);\n }\n /**\n Replace a given range with another range, and then normalize the\n selection to merge and sort ranges if necessary.\n */\n replaceRange(range, which = this.mainIndex) {\n let ranges = this.ranges.slice();\n ranges[which] = range;\n return EditorSelection.create(ranges, this.mainIndex);\n }\n /**\n Convert this selection to an object that can be serialized to\n JSON.\n */\n toJSON() {\n return { ranges: this.ranges.map(r => r.toJSON()), main: this.mainIndex };\n }\n /**\n Create a selection from a JSON representation.\n */\n static fromJSON(json) {\n if (!json || !Array.isArray(json.ranges) || typeof json.main != \"number\" || json.main >= json.ranges.length)\n throw new RangeError(\"Invalid JSON representation for EditorSelection\");\n return new EditorSelection(json.ranges.map((r) => SelectionRange.fromJSON(r)), json.main);\n }\n /**\n Create a selection holding a single range.\n */\n static single(anchor, head = anchor) {\n return new EditorSelection([EditorSelection.range(anchor, head)], 0);\n }\n /**\n Sort and merge the given set of ranges, creating a valid\n selection.\n */\n static create(ranges, mainIndex = 0) {\n if (ranges.length == 0)\n throw new RangeError(\"A selection needs at least one range\");\n for (let pos = 0, i = 0; i < ranges.length; i++) {\n let range = ranges[i];\n if (range.empty ? range.from <= pos : range.from < pos)\n return EditorSelection.normalized(ranges.slice(), mainIndex);\n pos = range.to;\n }\n return new EditorSelection(ranges, mainIndex);\n }\n /**\n Create a cursor selection range at the given position. You can\n safely ignore the optional arguments in most situations.\n */\n static cursor(pos, assoc = 0, bidiLevel, goalColumn) {\n return SelectionRange.create(pos, pos, (assoc == 0 ? 0 : assoc < 0 ? 4 /* AssocBefore */ : 8 /* AssocAfter */) |\n (bidiLevel == null ? 3 : Math.min(2, bidiLevel)) |\n ((goalColumn !== null && goalColumn !== void 0 ? goalColumn : 33554431 /* NoGoalColumn */) << 5 /* GoalColumnOffset */));\n }\n /**\n Create a selection range.\n */\n static range(anchor, head, goalColumn) {\n let goal = (goalColumn !== null && goalColumn !== void 0 ? goalColumn : 33554431 /* NoGoalColumn */) << 5 /* GoalColumnOffset */;\n return head < anchor ? SelectionRange.create(head, anchor, 16 /* Inverted */ | goal | 8 /* AssocAfter */)\n : SelectionRange.create(anchor, head, goal | (head > anchor ? 4 /* AssocBefore */ : 0));\n }\n /**\n @internal\n */\n static normalized(ranges, mainIndex = 0) {\n let main = ranges[mainIndex];\n ranges.sort((a, b) => a.from - b.from);\n mainIndex = ranges.indexOf(main);\n for (let i = 1; i < ranges.length; i++) {\n let range = ranges[i], prev = ranges[i - 1];\n if (range.empty ? range.from <= prev.to : range.from < prev.to) {\n let from = prev.from, to = Math.max(range.to, prev.to);\n if (i <= mainIndex)\n mainIndex--;\n ranges.splice(--i, 2, range.anchor > range.head ? EditorSelection.range(to, from) : EditorSelection.range(from, to));\n }\n }\n return new EditorSelection(ranges, mainIndex);\n }\n}\nfunction checkSelection(selection, docLength) {\n for (let range of selection.ranges)\n if (range.to > docLength)\n throw new RangeError(\"Selection points outside of document\");\n}\n\nlet nextID = 0;\n/**\nA facet is a labeled value that is associated with an editor\nstate. It takes inputs from any number of extensions, and combines\nthose into a single output value.\n\nExamples of uses of facets are the [tab\nsize](https://codemirror.net/6/docs/ref/#state.EditorState^tabSize), [editor\nattributes](https://codemirror.net/6/docs/ref/#view.EditorView^editorAttributes), and [update\nlisteners](https://codemirror.net/6/docs/ref/#view.EditorView^updateListener).\n*/\nclass Facet {\n constructor(\n /**\n @internal\n */\n combine, \n /**\n @internal\n */\n compareInput, \n /**\n @internal\n */\n compare, isStatic, enables) {\n this.combine = combine;\n this.compareInput = compareInput;\n this.compare = compare;\n this.isStatic = isStatic;\n /**\n @internal\n */\n this.id = nextID++;\n this.default = combine([]);\n this.extensions = typeof enables == \"function\" ? enables(this) : enables;\n }\n /**\n Define a new facet.\n */\n static define(config = {}) {\n return new Facet(config.combine || ((a) => a), config.compareInput || ((a, b) => a === b), config.compare || (!config.combine ? sameArray : (a, b) => a === b), !!config.static, config.enables);\n }\n /**\n Returns an extension that adds the given value to this facet.\n */\n of(value) {\n return new FacetProvider([], this, 0 /* Static */, value);\n }\n /**\n Create an extension that computes a value for the facet from a\n state. You must take care to declare the parts of the state that\n this value depends on, since your function is only called again\n for a new state when one of those parts changed.\n \n In cases where your value depends only on a single field, you'll\n want to use the [`from`](https://codemirror.net/6/docs/ref/#state.Facet.from) method instead.\n */\n compute(deps, get) {\n if (this.isStatic)\n throw new Error(\"Can't compute a static facet\");\n return new FacetProvider(deps, this, 1 /* Single */, get);\n }\n /**\n Create an extension that computes zero or more values for this\n facet from a state.\n */\n computeN(deps, get) {\n if (this.isStatic)\n throw new Error(\"Can't compute a static facet\");\n return new FacetProvider(deps, this, 2 /* Multi */, get);\n }\n from(field, get) {\n if (!get)\n get = x => x;\n return this.compute([field], state => get(state.field(field)));\n }\n}\nfunction sameArray(a, b) {\n return a == b || a.length == b.length && a.every((e, i) => e === b[i]);\n}\nclass FacetProvider {\n constructor(dependencies, facet, type, value) {\n this.dependencies = dependencies;\n this.facet = facet;\n this.type = type;\n this.value = value;\n this.id = nextID++;\n }\n dynamicSlot(addresses) {\n var _a;\n let getter = this.value;\n let compare = this.facet.compareInput;\n let id = this.id, idx = addresses[id] >> 1, multi = this.type == 2 /* Multi */;\n let depDoc = false, depSel = false, depAddrs = [];\n for (let dep of this.dependencies) {\n if (dep == \"doc\")\n depDoc = true;\n else if (dep == \"selection\")\n depSel = true;\n else if ((((_a = addresses[dep.id]) !== null && _a !== void 0 ? _a : 1) & 1) == 0)\n depAddrs.push(addresses[dep.id]);\n }\n return {\n create(state) {\n state.values[idx] = getter(state);\n return 1 /* Changed */;\n },\n update(state, tr) {\n if ((depDoc && tr.docChanged) || (depSel && (tr.docChanged || tr.selection)) || ensureAll(state, depAddrs)) {\n let newVal = getter(state);\n if (multi ? !compareArray(newVal, state.values[idx], compare) : !compare(newVal, state.values[idx])) {\n state.values[idx] = newVal;\n return 1 /* Changed */;\n }\n }\n return 0;\n },\n reconfigure: (state, oldState) => {\n let newVal = getter(state);\n let oldAddr = oldState.config.address[id];\n if (oldAddr != null) {\n let oldVal = getAddr(oldState, oldAddr);\n if (this.dependencies.every(dep => {\n return dep instanceof Facet ? oldState.facet(dep) === state.facet(dep) :\n dep instanceof StateField ? oldState.field(dep, false) == state.field(dep, false) : true;\n }) || (multi ? compareArray(newVal, oldVal, compare) : compare(newVal, oldVal))) {\n state.values[idx] = oldVal;\n return 0;\n }\n }\n state.values[idx] = newVal;\n return 1 /* Changed */;\n }\n };\n }\n}\nfunction compareArray(a, b, compare) {\n if (a.length != b.length)\n return false;\n for (let i = 0; i < a.length; i++)\n if (!compare(a[i], b[i]))\n return false;\n return true;\n}\nfunction ensureAll(state, addrs) {\n let changed = false;\n for (let addr of addrs)\n if (ensureAddr(state, addr) & 1 /* Changed */)\n changed = true;\n return changed;\n}\nfunction dynamicFacetSlot(addresses, facet, providers) {\n let providerAddrs = providers.map(p => addresses[p.id]);\n let providerTypes = providers.map(p => p.type);\n let dynamic = providerAddrs.filter(p => !(p & 1));\n let idx = addresses[facet.id] >> 1;\n function get(state) {\n let values = [];\n for (let i = 0; i < providerAddrs.length; i++) {\n let value = getAddr(state, providerAddrs[i]);\n if (providerTypes[i] == 2 /* Multi */)\n for (let val of value)\n values.push(val);\n else\n values.push(value);\n }\n return facet.combine(values);\n }\n return {\n create(state) {\n for (let addr of providerAddrs)\n ensureAddr(state, addr);\n state.values[idx] = get(state);\n return 1 /* Changed */;\n },\n update(state, tr) {\n if (!ensureAll(state, dynamic))\n return 0;\n let value = get(state);\n if (facet.compare(value, state.values[idx]))\n return 0;\n state.values[idx] = value;\n return 1 /* Changed */;\n },\n reconfigure(state, oldState) {\n let depChanged = ensureAll(state, providerAddrs);\n let oldProviders = oldState.config.facets[facet.id], oldValue = oldState.facet(facet);\n if (oldProviders && !depChanged && sameArray(providers, oldProviders)) {\n state.values[idx] = oldValue;\n return 0;\n }\n let value = get(state);\n if (facet.compare(value, oldValue)) {\n state.values[idx] = oldValue;\n return 0;\n }\n state.values[idx] = value;\n return 1 /* Changed */;\n }\n };\n}\nconst initField = /*@__PURE__*/Facet.define({ static: true });\n/**\nFields can store additional information in an editor state, and\nkeep it in sync with the rest of the state.\n*/\nclass StateField {\n constructor(\n /**\n @internal\n */\n id, createF, updateF, compareF, \n /**\n @internal\n */\n spec) {\n this.id = id;\n this.createF = createF;\n this.updateF = updateF;\n this.compareF = compareF;\n this.spec = spec;\n /**\n @internal\n */\n this.provides = undefined;\n }\n /**\n Define a state field.\n */\n static define(config) {\n let field = new StateField(nextID++, config.create, config.update, config.compare || ((a, b) => a === b), config);\n if (config.provide)\n field.provides = config.provide(field);\n return field;\n }\n create(state) {\n let init = state.facet(initField).find(i => i.field == this);\n return ((init === null || init === void 0 ? void 0 : init.create) || this.createF)(state);\n }\n /**\n @internal\n */\n slot(addresses) {\n let idx = addresses[this.id] >> 1;\n return {\n create: (state) => {\n state.values[idx] = this.create(state);\n return 1 /* Changed */;\n },\n update: (state, tr) => {\n let oldVal = state.values[idx];\n let value = this.updateF(oldVal, tr);\n if (this.compareF(oldVal, value))\n return 0;\n state.values[idx] = value;\n return 1 /* Changed */;\n },\n reconfigure: (state, oldState) => {\n if (oldState.config.address[this.id] != null) {\n state.values[idx] = oldState.field(this);\n return 0;\n }\n state.values[idx] = this.create(state);\n return 1 /* Changed */;\n }\n };\n }\n /**\n Returns an extension that enables this field and overrides the\n way it is initialized. Can be useful when you need to provide a\n non-default starting value for the field.\n */\n init(create) {\n return [this, initField.of({ field: this, create })];\n }\n /**\n State field instances can be used as\n [`Extension`](https://codemirror.net/6/docs/ref/#state.Extension) values to enable the field in a\n given state.\n */\n get extension() { return this; }\n}\nconst Prec_ = { lowest: 4, low: 3, default: 2, high: 1, highest: 0 };\nfunction prec(value) {\n return (ext) => new PrecExtension(ext, value);\n}\n/**\nBy default extensions are registered in the order they are found\nin the flattened form of nested array that was provided.\nIndividual extension values can be assigned a precedence to\noverride this. Extensions that do not have a precedence set get\nthe precedence of the nearest parent with a precedence, or\n[`default`](https://codemirror.net/6/docs/ref/#state.Prec.default) if there is no such parent. The\nfinal ordering of extensions is determined by first sorting by\nprecedence and then by order within each precedence.\n*/\nconst Prec = {\n /**\n The highest precedence level, for extensions that should end up\n near the start of the precedence ordering.\n */\n highest: /*@__PURE__*/prec(Prec_.highest),\n /**\n A higher-than-default precedence, for extensions that should\n come before those with default precedence.\n */\n high: /*@__PURE__*/prec(Prec_.high),\n /**\n The default precedence, which is also used for extensions\n without an explicit precedence.\n */\n default: /*@__PURE__*/prec(Prec_.default),\n /**\n A lower-than-default precedence.\n */\n low: /*@__PURE__*/prec(Prec_.low),\n /**\n The lowest precedence level. Meant for things that should end up\n near the end of the extension order.\n */\n lowest: /*@__PURE__*/prec(Prec_.lowest)\n};\nclass PrecExtension {\n constructor(inner, prec) {\n this.inner = inner;\n this.prec = prec;\n }\n}\n/**\nExtension compartments can be used to make a configuration\ndynamic. By [wrapping](https://codemirror.net/6/docs/ref/#state.Compartment.of) part of your\nconfiguration in a compartment, you can later\n[replace](https://codemirror.net/6/docs/ref/#state.Compartment.reconfigure) that part through a\ntransaction.\n*/\nclass Compartment {\n /**\n Create an instance of this compartment to add to your [state\n configuration](https://codemirror.net/6/docs/ref/#state.EditorStateConfig.extensions).\n */\n of(ext) { return new CompartmentInstance(this, ext); }\n /**\n Create an [effect](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) that\n reconfigures this compartment.\n */\n reconfigure(content) {\n return Compartment.reconfigure.of({ compartment: this, extension: content });\n }\n /**\n Get the current content of the compartment in the state, or\n `undefined` if it isn't present.\n */\n get(state) {\n return state.config.compartments.get(this);\n }\n}\nclass CompartmentInstance {\n constructor(compartment, inner) {\n this.compartment = compartment;\n this.inner = inner;\n }\n}\nclass Configuration {\n constructor(base, compartments, dynamicSlots, address, staticValues, facets) {\n this.base = base;\n this.compartments = compartments;\n this.dynamicSlots = dynamicSlots;\n this.address = address;\n this.staticValues = staticValues;\n this.facets = facets;\n this.statusTemplate = [];\n while (this.statusTemplate.length < dynamicSlots.length)\n this.statusTemplate.push(0 /* Unresolved */);\n }\n staticFacet(facet) {\n let addr = this.address[facet.id];\n return addr == null ? facet.default : this.staticValues[addr >> 1];\n }\n static resolve(base, compartments, oldState) {\n let fields = [];\n let facets = Object.create(null);\n let newCompartments = new Map();\n for (let ext of flatten(base, compartments, newCompartments)) {\n if (ext instanceof StateField)\n fields.push(ext);\n else\n (facets[ext.facet.id] || (facets[ext.facet.id] = [])).push(ext);\n }\n let address = Object.create(null);\n let staticValues = [];\n let dynamicSlots = [];\n for (let field of fields) {\n address[field.id] = dynamicSlots.length << 1;\n dynamicSlots.push(a => field.slot(a));\n }\n let oldFacets = oldState === null || oldState === void 0 ? void 0 : oldState.config.facets;\n for (let id in facets) {\n let providers = facets[id], facet = providers[0].facet;\n let oldProviders = oldFacets && oldFacets[id] || [];\n if (providers.every(p => p.type == 0 /* Static */)) {\n address[facet.id] = (staticValues.length << 1) | 1;\n if (sameArray(oldProviders, providers)) {\n staticValues.push(oldState.facet(facet));\n }\n else {\n let value = facet.combine(providers.map(p => p.value));\n staticValues.push(oldState && facet.compare(value, oldState.facet(facet)) ? oldState.facet(facet) : value);\n }\n }\n else {\n for (let p of providers) {\n if (p.type == 0 /* Static */) {\n address[p.id] = (staticValues.length << 1) | 1;\n staticValues.push(p.value);\n }\n else {\n address[p.id] = dynamicSlots.length << 1;\n dynamicSlots.push(a => p.dynamicSlot(a));\n }\n }\n address[facet.id] = dynamicSlots.length << 1;\n dynamicSlots.push(a => dynamicFacetSlot(a, facet, providers));\n }\n }\n let dynamic = dynamicSlots.map(f => f(address));\n return new Configuration(base, newCompartments, dynamic, address, staticValues, facets);\n }\n}\nfunction flatten(extension, compartments, newCompartments) {\n let result = [[], [], [], [], []];\n let seen = new Map();\n function inner(ext, prec) {\n let known = seen.get(ext);\n if (known != null) {\n if (known <= prec)\n return;\n let found = result[known].indexOf(ext);\n if (found > -1)\n result[known].splice(found, 1);\n if (ext instanceof CompartmentInstance)\n newCompartments.delete(ext.compartment);\n }\n seen.set(ext, prec);\n if (Array.isArray(ext)) {\n for (let e of ext)\n inner(e, prec);\n }\n else if (ext instanceof CompartmentInstance) {\n if (newCompartments.has(ext.compartment))\n throw new RangeError(`Duplicate use of compartment in extensions`);\n let content = compartments.get(ext.compartment) || ext.inner;\n newCompartments.set(ext.compartment, content);\n inner(content, prec);\n }\n else if (ext instanceof PrecExtension) {\n inner(ext.inner, ext.prec);\n }\n else if (ext instanceof StateField) {\n result[prec].push(ext);\n if (ext.provides)\n inner(ext.provides, prec);\n }\n else if (ext instanceof FacetProvider) {\n result[prec].push(ext);\n if (ext.facet.extensions)\n inner(ext.facet.extensions, prec);\n }\n else {\n let content = ext.extension;\n if (!content)\n throw new Error(`Unrecognized extension value in extension set (${ext}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);\n inner(content, prec);\n }\n }\n inner(extension, Prec_.default);\n return result.reduce((a, b) => a.concat(b));\n}\nfunction ensureAddr(state, addr) {\n if (addr & 1)\n return 2 /* Computed */;\n let idx = addr >> 1;\n let status = state.status[idx];\n if (status == 4 /* Computing */)\n throw new Error(\"Cyclic dependency between fields and/or facets\");\n if (status & 2 /* Computed */)\n return status;\n state.status[idx] = 4 /* Computing */;\n let changed = state.computeSlot(state, state.config.dynamicSlots[idx]);\n return state.status[idx] = 2 /* Computed */ | changed;\n}\nfunction getAddr(state, addr) {\n return addr & 1 ? state.config.staticValues[addr >> 1] : state.values[addr >> 1];\n}\n\nconst languageData = /*@__PURE__*/Facet.define();\nconst allowMultipleSelections = /*@__PURE__*/Facet.define({\n combine: values => values.some(v => v),\n static: true\n});\nconst lineSeparator = /*@__PURE__*/Facet.define({\n combine: values => values.length ? values[0] : undefined,\n static: true\n});\nconst changeFilter = /*@__PURE__*/Facet.define();\nconst transactionFilter = /*@__PURE__*/Facet.define();\nconst transactionExtender = /*@__PURE__*/Facet.define();\nconst readOnly = /*@__PURE__*/Facet.define({\n combine: values => values.length ? values[0] : false\n});\n\n/**\nAnnotations are tagged values that are used to add metadata to\ntransactions in an extensible way. They should be used to model\nthings that effect the entire transaction (such as its [time\nstamp](https://codemirror.net/6/docs/ref/#state.Transaction^time) or information about its\n[origin](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent)). For effects that happen\n_alongside_ the other changes made by the transaction, [state\neffects](https://codemirror.net/6/docs/ref/#state.StateEffect) are more appropriate.\n*/\nclass Annotation {\n /**\n @internal\n */\n constructor(\n /**\n The annotation type.\n */\n type, \n /**\n The value of this annotation.\n */\n value) {\n this.type = type;\n this.value = value;\n }\n /**\n Define a new type of annotation.\n */\n static define() { return new AnnotationType(); }\n}\n/**\nMarker that identifies a type of [annotation](https://codemirror.net/6/docs/ref/#state.Annotation).\n*/\nclass AnnotationType {\n /**\n Create an instance of this annotation.\n */\n of(value) { return new Annotation(this, value); }\n}\n/**\nRepresentation of a type of state effect. Defined with\n[`StateEffect.define`](https://codemirror.net/6/docs/ref/#state.StateEffect^define).\n*/\nclass StateEffectType {\n /**\n @internal\n */\n constructor(\n // The `any` types in these function types are there to work\n // around TypeScript issue #37631, where the type guard on\n // `StateEffect.is` mysteriously stops working when these properly\n // have type `Value`.\n /**\n @internal\n */\n map) {\n this.map = map;\n }\n /**\n Create a [state effect](https://codemirror.net/6/docs/ref/#state.StateEffect) instance of this\n type.\n */\n of(value) { return new StateEffect(this, value); }\n}\n/**\nState effects can be used to represent additional effects\nassociated with a [transaction](https://codemirror.net/6/docs/ref/#state.Transaction.effects). They\nare often useful to model changes to custom [state\nfields](https://codemirror.net/6/docs/ref/#state.StateField), when those changes aren't implicit in\ndocument or selection changes.\n*/\nclass StateEffect {\n /**\n @internal\n */\n constructor(\n /**\n @internal\n */\n type, \n /**\n The value of this effect.\n */\n value) {\n this.type = type;\n this.value = value;\n }\n /**\n Map this effect through a position mapping. Will return\n `undefined` when that ends up deleting the effect.\n */\n map(mapping) {\n let mapped = this.type.map(this.value, mapping);\n return mapped === undefined ? undefined : mapped == this.value ? this : new StateEffect(this.type, mapped);\n }\n /**\n Tells you whether this effect object is of a given\n [type](https://codemirror.net/6/docs/ref/#state.StateEffectType).\n */\n is(type) { return this.type == type; }\n /**\n Define a new effect type. The type parameter indicates the type\n of values that his effect holds.\n */\n static define(spec = {}) {\n return new StateEffectType(spec.map || (v => v));\n }\n /**\n Map an array of effects through a change set.\n */\n static mapEffects(effects, mapping) {\n if (!effects.length)\n return effects;\n let result = [];\n for (let effect of effects) {\n let mapped = effect.map(mapping);\n if (mapped)\n result.push(mapped);\n }\n return result;\n }\n}\n/**\nThis effect can be used to reconfigure the root extensions of\nthe editor. Doing this will discard any extensions\n[appended](https://codemirror.net/6/docs/ref/#state.StateEffect^appendConfig), but does not reset\nthe content of [reconfigured](https://codemirror.net/6/docs/ref/#state.Compartment.reconfigure)\ncompartments.\n*/\nStateEffect.reconfigure = /*@__PURE__*/StateEffect.define();\n/**\nAppend extensions to the top-level configuration of the editor.\n*/\nStateEffect.appendConfig = /*@__PURE__*/StateEffect.define();\n/**\nChanges to the editor state are grouped into transactions.\nTypically, a user action creates a single transaction, which may\ncontain any number of document changes, may change the selection,\nor have other effects. Create a transaction by calling\n[`EditorState.update`](https://codemirror.net/6/docs/ref/#state.EditorState.update), or immediately\ndispatch one by calling\n[`EditorView.dispatch`](https://codemirror.net/6/docs/ref/#view.EditorView.dispatch).\n*/\nclass Transaction {\n constructor(\n /**\n The state from which the transaction starts.\n */\n startState, \n /**\n The document changes made by this transaction.\n */\n changes, \n /**\n The selection set by this transaction, or undefined if it\n doesn't explicitly set a selection.\n */\n selection, \n /**\n The effects added to the transaction.\n */\n effects, \n /**\n @internal\n */\n annotations, \n /**\n Whether the selection should be scrolled into view after this\n transaction is dispatched.\n */\n scrollIntoView) {\n this.startState = startState;\n this.changes = changes;\n this.selection = selection;\n this.effects = effects;\n this.annotations = annotations;\n this.scrollIntoView = scrollIntoView;\n /**\n @internal\n */\n this._doc = null;\n /**\n @internal\n */\n this._state = null;\n if (selection)\n checkSelection(selection, changes.newLength);\n if (!annotations.some((a) => a.type == Transaction.time))\n this.annotations = annotations.concat(Transaction.time.of(Date.now()));\n }\n /**\n @internal\n */\n static create(startState, changes, selection, effects, annotations, scrollIntoView) {\n return new Transaction(startState, changes, selection, effects, annotations, scrollIntoView);\n }\n /**\n The new document produced by the transaction. Contrary to\n [`.state`](https://codemirror.net/6/docs/ref/#state.Transaction.state)`.doc`, accessing this won't\n force the entire new state to be computed right away, so it is\n recommended that [transaction\n filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) use this getter\n when they need to look at the new document.\n */\n get newDoc() {\n return this._doc || (this._doc = this.changes.apply(this.startState.doc));\n }\n /**\n The new selection produced by the transaction. If\n [`this.selection`](https://codemirror.net/6/docs/ref/#state.Transaction.selection) is undefined,\n this will [map](https://codemirror.net/6/docs/ref/#state.EditorSelection.map) the start state's\n current selection through the changes made by the transaction.\n */\n get newSelection() {\n return this.selection || this.startState.selection.map(this.changes);\n }\n /**\n The new state created by the transaction. Computed on demand\n (but retained for subsequent access), so it is recommended not to\n access it in [transaction\n filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) when possible.\n */\n get state() {\n if (!this._state)\n this.startState.applyTransaction(this);\n return this._state;\n }\n /**\n Get the value of the given annotation type, if any.\n */\n annotation(type) {\n for (let ann of this.annotations)\n if (ann.type == type)\n return ann.value;\n return undefined;\n }\n /**\n Indicates whether the transaction changed the document.\n */\n get docChanged() { return !this.changes.empty; }\n /**\n Indicates whether this transaction reconfigures the state\n (through a [configuration compartment](https://codemirror.net/6/docs/ref/#state.Compartment) or\n with a top-level configuration\n [effect](https://codemirror.net/6/docs/ref/#state.StateEffect^reconfigure).\n */\n get reconfigured() { return this.startState.config != this.state.config; }\n /**\n Returns true if the transaction has a [user\n event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to\n or more specific than `event`. For example, if the transaction\n has `\"select.pointer\"` as user event, `\"select\"` and\n `\"select.pointer\"` will match it.\n */\n isUserEvent(event) {\n let e = this.annotation(Transaction.userEvent);\n return !!(e && (e == event || e.length > event.length && e.slice(0, event.length) == event && e[event.length] == \".\"));\n }\n}\n/**\nAnnotation used to store transaction timestamps. Automatically\nadded to every transaction, holding `Date.now()`.\n*/\nTransaction.time = /*@__PURE__*/Annotation.define();\n/**\nAnnotation used to associate a transaction with a user interface\nevent. Holds a string identifying the event, using a\ndot-separated format to support attaching more specific\ninformation. The events used by the core libraries are:\n\n - `\"input\"` when content is entered\n - `\"input.type\"` for typed input\n - `\"input.type.compose\"` for composition\n - `\"input.paste\"` for pasted input\n - `\"input.drop\"` when adding content with drag-and-drop\n - `\"input.complete\"` when autocompleting\n - `\"delete\"` when the user deletes content\n - `\"delete.selection\"` when deleting the selection\n - `\"delete.forward\"` when deleting forward from the selection\n - `\"delete.backward\"` when deleting backward from the selection\n - `\"delete.cut\"` when cutting to the clipboard\n - `\"move\"` when content is moved\n - `\"move.drop\"` when content is moved within the editor through drag-and-drop\n - `\"select\"` when explicitly changing the selection\n - `\"select.pointer\"` when selecting with a mouse or other pointing device\n - `\"undo\"` and `\"redo\"` for history actions\n\nUse [`isUserEvent`](https://codemirror.net/6/docs/ref/#state.Transaction.isUserEvent) to check\nwhether the annotation matches a given event.\n*/\nTransaction.userEvent = /*@__PURE__*/Annotation.define();\n/**\nAnnotation indicating whether a transaction should be added to\nthe undo history or not.\n*/\nTransaction.addToHistory = /*@__PURE__*/Annotation.define();\n/**\nAnnotation indicating (when present and true) that a transaction\nrepresents a change made by some other actor, not the user. This\nis used, for example, to tag other people's changes in\ncollaborative editing.\n*/\nTransaction.remote = /*@__PURE__*/Annotation.define();\nfunction joinRanges(a, b) {\n let result = [];\n for (let iA = 0, iB = 0;;) {\n let from, to;\n if (iA < a.length && (iB == b.length || b[iB] >= a[iA])) {\n from = a[iA++];\n to = a[iA++];\n }\n else if (iB < b.length) {\n from = b[iB++];\n to = b[iB++];\n }\n else\n return result;\n if (!result.length || result[result.length - 1] < from)\n result.push(from, to);\n else if (result[result.length - 1] < to)\n result[result.length - 1] = to;\n }\n}\nfunction mergeTransaction(a, b, sequential) {\n var _a;\n let mapForA, mapForB, changes;\n if (sequential) {\n mapForA = b.changes;\n mapForB = ChangeSet.empty(b.changes.length);\n changes = a.changes.compose(b.changes);\n }\n else {\n mapForA = b.changes.map(a.changes);\n mapForB = a.changes.mapDesc(b.changes, true);\n changes = a.changes.compose(mapForA);\n }\n return {\n changes,\n selection: b.selection ? b.selection.map(mapForB) : (_a = a.selection) === null || _a === void 0 ? void 0 : _a.map(mapForA),\n effects: StateEffect.mapEffects(a.effects, mapForA).concat(StateEffect.mapEffects(b.effects, mapForB)),\n annotations: a.annotations.length ? a.annotations.concat(b.annotations) : b.annotations,\n scrollIntoView: a.scrollIntoView || b.scrollIntoView\n };\n}\nfunction resolveTransactionInner(state, spec, docSize) {\n let sel = spec.selection, annotations = asArray(spec.annotations);\n if (spec.userEvent)\n annotations = annotations.concat(Transaction.userEvent.of(spec.userEvent));\n return {\n changes: spec.changes instanceof ChangeSet ? spec.changes\n : ChangeSet.of(spec.changes || [], docSize, state.facet(lineSeparator)),\n selection: sel && (sel instanceof EditorSelection ? sel : EditorSelection.single(sel.anchor, sel.head)),\n effects: asArray(spec.effects),\n annotations,\n scrollIntoView: !!spec.scrollIntoView\n };\n}\nfunction resolveTransaction(state, specs, filter) {\n let s = resolveTransactionInner(state, specs.length ? specs[0] : {}, state.doc.length);\n if (specs.length && specs[0].filter === false)\n filter = false;\n for (let i = 1; i < specs.length; i++) {\n if (specs[i].filter === false)\n filter = false;\n let seq = !!specs[i].sequential;\n s = mergeTransaction(s, resolveTransactionInner(state, specs[i], seq ? s.changes.newLength : state.doc.length), seq);\n }\n let tr = Transaction.create(state, s.changes, s.selection, s.effects, s.annotations, s.scrollIntoView);\n return extendTransaction(filter ? filterTransaction(tr) : tr);\n}\n// Finish a transaction by applying filters if necessary.\nfunction filterTransaction(tr) {\n let state = tr.startState;\n // Change filters\n let result = true;\n for (let filter of state.facet(changeFilter)) {\n let value = filter(tr);\n if (value === false) {\n result = false;\n break;\n }\n if (Array.isArray(value))\n result = result === true ? value : joinRanges(result, value);\n }\n if (result !== true) {\n let changes, back;\n if (result === false) {\n back = tr.changes.invertedDesc;\n changes = ChangeSet.empty(state.doc.length);\n }\n else {\n let filtered = tr.changes.filter(result);\n changes = filtered.changes;\n back = filtered.filtered.mapDesc(filtered.changes).invertedDesc;\n }\n tr = Transaction.create(state, changes, tr.selection && tr.selection.map(back), StateEffect.mapEffects(tr.effects, back), tr.annotations, tr.scrollIntoView);\n }\n // Transaction filters\n let filters = state.facet(transactionFilter);\n for (let i = filters.length - 1; i >= 0; i--) {\n let filtered = filters[i](tr);\n if (filtered instanceof Transaction)\n tr = filtered;\n else if (Array.isArray(filtered) && filtered.length == 1 && filtered[0] instanceof Transaction)\n tr = filtered[0];\n else\n tr = resolveTransaction(state, asArray(filtered), false);\n }\n return tr;\n}\nfunction extendTransaction(tr) {\n let state = tr.startState, extenders = state.facet(transactionExtender), spec = tr;\n for (let i = extenders.length - 1; i >= 0; i--) {\n let extension = extenders[i](tr);\n if (extension && Object.keys(extension).length)\n spec = mergeTransaction(tr, resolveTransactionInner(state, extension, tr.changes.newLength), true);\n }\n return spec == tr ? tr : Transaction.create(state, tr.changes, tr.selection, spec.effects, spec.annotations, spec.scrollIntoView);\n}\nconst none = [];\nfunction asArray(value) {\n return value == null ? none : Array.isArray(value) ? value : [value];\n}\n\n/**\nThe categories produced by a [character\ncategorizer](https://codemirror.net/6/docs/ref/#state.EditorState.charCategorizer). These are used\ndo things like selecting by word.\n*/\nvar CharCategory = /*@__PURE__*/(function (CharCategory) {\n /**\n Word characters.\n */\n CharCategory[CharCategory[\"Word\"] = 0] = \"Word\";\n /**\n Whitespace.\n */\n CharCategory[CharCategory[\"Space\"] = 1] = \"Space\";\n /**\n Anything else.\n */\n CharCategory[CharCategory[\"Other\"] = 2] = \"Other\";\nreturn CharCategory})(CharCategory || (CharCategory = {}));\nconst nonASCIISingleCaseWordChar = /[\\u00df\\u0587\\u0590-\\u05f4\\u0600-\\u06ff\\u3040-\\u309f\\u30a0-\\u30ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\uac00-\\ud7af]/;\nlet wordChar;\ntry {\n wordChar = /*@__PURE__*/new RegExp(\"[\\\\p{Alphabetic}\\\\p{Number}_]\", \"u\");\n}\ncatch (_) { }\nfunction hasWordChar(str) {\n if (wordChar)\n return wordChar.test(str);\n for (let i = 0; i < str.length; i++) {\n let ch = str[i];\n if (/\\w/.test(ch) || ch > \"\\x80\" && (ch.toUpperCase() != ch.toLowerCase() || nonASCIISingleCaseWordChar.test(ch)))\n return true;\n }\n return false;\n}\nfunction makeCategorizer(wordChars) {\n return (char) => {\n if (!/\\S/.test(char))\n return CharCategory.Space;\n if (hasWordChar(char))\n return CharCategory.Word;\n for (let i = 0; i < wordChars.length; i++)\n if (char.indexOf(wordChars[i]) > -1)\n return CharCategory.Word;\n return CharCategory.Other;\n };\n}\n\n/**\nThe editor state class is a persistent (immutable) data structure.\nTo update a state, you [create](https://codemirror.net/6/docs/ref/#state.EditorState.update) a\n[transaction](https://codemirror.net/6/docs/ref/#state.Transaction), which produces a _new_ state\ninstance, without modifying the original object.\n\nAs such, _never_ mutate properties of a state directly. That'll\njust break things.\n*/\nclass EditorState {\n constructor(\n /**\n @internal\n */\n config, \n /**\n The current document.\n */\n doc, \n /**\n The current selection.\n */\n selection, \n /**\n @internal\n */\n values, computeSlot, tr) {\n this.config = config;\n this.doc = doc;\n this.selection = selection;\n this.values = values;\n this.status = config.statusTemplate.slice();\n this.computeSlot = computeSlot;\n // Fill in the computed state immediately, so that further queries\n // for it made during the update return this state\n if (tr)\n tr._state = this;\n for (let i = 0; i < this.config.dynamicSlots.length; i++)\n ensureAddr(this, i << 1);\n this.computeSlot = null;\n }\n field(field, require = true) {\n let addr = this.config.address[field.id];\n if (addr == null) {\n if (require)\n throw new RangeError(\"Field is not present in this state\");\n return undefined;\n }\n ensureAddr(this, addr);\n return getAddr(this, addr);\n }\n /**\n Create a [transaction](https://codemirror.net/6/docs/ref/#state.Transaction) that updates this\n state. Any number of [transaction specs](https://codemirror.net/6/docs/ref/#state.TransactionSpec)\n can be passed. Unless\n [`sequential`](https://codemirror.net/6/docs/ref/#state.TransactionSpec.sequential) is set, the\n [changes](https://codemirror.net/6/docs/ref/#state.TransactionSpec.changes) (if any) of each spec\n are assumed to start in the _current_ document (not the document\n produced by previous specs), and its\n [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection) and\n [effects](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) are assumed to refer\n to the document created by its _own_ changes. The resulting\n transaction contains the combined effect of all the different\n specs. For [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection), later\n specs take precedence over earlier ones.\n */\n update(...specs) {\n return resolveTransaction(this, specs, true);\n }\n /**\n @internal\n */\n applyTransaction(tr) {\n let conf = this.config, { base, compartments } = conf;\n for (let effect of tr.effects) {\n if (effect.is(Compartment.reconfigure)) {\n if (conf) {\n compartments = new Map;\n conf.compartments.forEach((val, key) => compartments.set(key, val));\n conf = null;\n }\n compartments.set(effect.value.compartment, effect.value.extension);\n }\n else if (effect.is(StateEffect.reconfigure)) {\n conf = null;\n base = effect.value;\n }\n else if (effect.is(StateEffect.appendConfig)) {\n conf = null;\n base = asArray(base).concat(effect.value);\n }\n }\n let startValues;\n if (!conf) {\n conf = Configuration.resolve(base, compartments, this);\n let intermediateState = new EditorState(conf, this.doc, this.selection, conf.dynamicSlots.map(() => null), (state, slot) => slot.reconfigure(state, this), null);\n startValues = intermediateState.values;\n }\n else {\n startValues = tr.startState.values.slice();\n }\n new EditorState(conf, tr.newDoc, tr.newSelection, startValues, (state, slot) => slot.update(state, tr), tr);\n }\n /**\n Create a [transaction spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec) that\n replaces every selection range with the given content.\n */\n replaceSelection(text) {\n if (typeof text == \"string\")\n text = this.toText(text);\n return this.changeByRange(range => ({ changes: { from: range.from, to: range.to, insert: text },\n range: EditorSelection.cursor(range.from + text.length) }));\n }\n /**\n Create a set of changes and a new selection by running the given\n function for each range in the active selection. The function\n can return an optional set of changes (in the coordinate space\n of the start document), plus an updated range (in the coordinate\n space of the document produced by the call's own changes). This\n method will merge all the changes and ranges into a single\n changeset and selection, and return it as a [transaction\n spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec), which can be passed to\n [`update`](https://codemirror.net/6/docs/ref/#state.EditorState.update).\n */\n changeByRange(f) {\n let sel = this.selection;\n let result1 = f(sel.ranges[0]);\n let changes = this.changes(result1.changes), ranges = [result1.range];\n let effects = asArray(result1.effects);\n for (let i = 1; i < sel.ranges.length; i++) {\n let result = f(sel.ranges[i]);\n let newChanges = this.changes(result.changes), newMapped = newChanges.map(changes);\n for (let j = 0; j < i; j++)\n ranges[j] = ranges[j].map(newMapped);\n let mapBy = changes.mapDesc(newChanges, true);\n ranges.push(result.range.map(mapBy));\n changes = changes.compose(newMapped);\n effects = StateEffect.mapEffects(effects, newMapped).concat(StateEffect.mapEffects(asArray(result.effects), mapBy));\n }\n return {\n changes,\n selection: EditorSelection.create(ranges, sel.mainIndex),\n effects\n };\n }\n /**\n Create a [change set](https://codemirror.net/6/docs/ref/#state.ChangeSet) from the given change\n description, taking the state's document length and line\n separator into account.\n */\n changes(spec = []) {\n if (spec instanceof ChangeSet)\n return spec;\n return ChangeSet.of(spec, this.doc.length, this.facet(EditorState.lineSeparator));\n }\n /**\n Using the state's [line\n separator](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator), create a\n [`Text`](https://codemirror.net/6/docs/ref/#state.Text) instance from the given string.\n */\n toText(string) {\n return Text.of(string.split(this.facet(EditorState.lineSeparator) || DefaultSplit));\n }\n /**\n Return the given range of the document as a string.\n */\n sliceDoc(from = 0, to = this.doc.length) {\n return this.doc.sliceString(from, to, this.lineBreak);\n }\n /**\n Get the value of a state [facet](https://codemirror.net/6/docs/ref/#state.Facet).\n */\n facet(facet) {\n let addr = this.config.address[facet.id];\n if (addr == null)\n return facet.default;\n ensureAddr(this, addr);\n return getAddr(this, addr);\n }\n /**\n Convert this state to a JSON-serializable object. When custom\n fields should be serialized, you can pass them in as an object\n mapping property names (in the resulting object, which should\n not use `doc` or `selection`) to fields.\n */\n toJSON(fields) {\n let result = {\n doc: this.sliceDoc(),\n selection: this.selection.toJSON()\n };\n if (fields)\n for (let prop in fields) {\n let value = fields[prop];\n if (value instanceof StateField && this.config.address[value.id] != null)\n result[prop] = value.spec.toJSON(this.field(fields[prop]), this);\n }\n return result;\n }\n /**\n Deserialize a state from its JSON representation. When custom\n fields should be deserialized, pass the same object you passed\n to [`toJSON`](https://codemirror.net/6/docs/ref/#state.EditorState.toJSON) when serializing as\n third argument.\n */\n static fromJSON(json, config = {}, fields) {\n if (!json || typeof json.doc != \"string\")\n throw new RangeError(\"Invalid JSON representation for EditorState\");\n let fieldInit = [];\n if (fields)\n for (let prop in fields) {\n if (Object.prototype.hasOwnProperty.call(json, prop)) {\n let field = fields[prop], value = json[prop];\n fieldInit.push(field.init(state => field.spec.fromJSON(value, state)));\n }\n }\n return EditorState.create({\n doc: json.doc,\n selection: EditorSelection.fromJSON(json.selection),\n extensions: config.extensions ? fieldInit.concat([config.extensions]) : fieldInit\n });\n }\n /**\n Create a new state. You'll usually only need this when\n initializing an editor—updated states are created by applying\n transactions.\n */\n static create(config = {}) {\n let configuration = Configuration.resolve(config.extensions || [], new Map);\n let doc = config.doc instanceof Text ? config.doc\n : Text.of((config.doc || \"\").split(configuration.staticFacet(EditorState.lineSeparator) || DefaultSplit));\n let selection = !config.selection ? EditorSelection.single(0)\n : config.selection instanceof EditorSelection ? config.selection\n : EditorSelection.single(config.selection.anchor, config.selection.head);\n checkSelection(selection, doc.length);\n if (!configuration.staticFacet(allowMultipleSelections))\n selection = selection.asSingle();\n return new EditorState(configuration, doc, selection, configuration.dynamicSlots.map(() => null), (state, slot) => slot.create(state), null);\n }\n /**\n The size (in columns) of a tab in the document, determined by\n the [`tabSize`](https://codemirror.net/6/docs/ref/#state.EditorState^tabSize) facet.\n */\n get tabSize() { return this.facet(EditorState.tabSize); }\n /**\n Get the proper [line-break](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator)\n string for this state.\n */\n get lineBreak() { return this.facet(EditorState.lineSeparator) || \"\\n\"; }\n /**\n Returns true when the editor is\n [configured](https://codemirror.net/6/docs/ref/#state.EditorState^readOnly) to be read-only.\n */\n get readOnly() { return this.facet(readOnly); }\n /**\n Look up a translation for the given phrase (via the\n [`phrases`](https://codemirror.net/6/docs/ref/#state.EditorState^phrases) facet), or return the\n original string if no translation is found.\n \n If additional arguments are passed, they will be inserted in\n place of markers like `$1` (for the first value) and `$2`, etc.\n A single `$` is equivalent to `$1`, and `$$` will produce a\n literal dollar sign.\n */\n phrase(phrase, ...insert) {\n for (let map of this.facet(EditorState.phrases))\n if (Object.prototype.hasOwnProperty.call(map, phrase)) {\n phrase = map[phrase];\n break;\n }\n if (insert.length)\n phrase = phrase.replace(/\\$(\\$|\\d*)/g, (m, i) => {\n if (i == \"$\")\n return \"$\";\n let n = +(i || 1);\n return !n || n > insert.length ? m : insert[n - 1];\n });\n return phrase;\n }\n /**\n Find the values for a given language data field, provided by the\n the [`languageData`](https://codemirror.net/6/docs/ref/#state.EditorState^languageData) facet.\n */\n languageDataAt(name, pos, side = -1) {\n let values = [];\n for (let provider of this.facet(languageData)) {\n for (let result of provider(this, pos, side)) {\n if (Object.prototype.hasOwnProperty.call(result, name))\n values.push(result[name]);\n }\n }\n return values;\n }\n /**\n Return a function that can categorize strings (expected to\n represent a single [grapheme cluster](https://codemirror.net/6/docs/ref/#state.findClusterBreak))\n into one of:\n \n - Word (contains an alphanumeric character or a character\n explicitly listed in the local language's `\"wordChars\"`\n language data, which should be a string)\n - Space (contains only whitespace)\n - Other (anything else)\n */\n charCategorizer(at) {\n return makeCategorizer(this.languageDataAt(\"wordChars\", at).join(\"\"));\n }\n /**\n Find the word at the given position, meaning the range\n containing all [word](https://codemirror.net/6/docs/ref/#state.CharCategory.Word) characters\n around it. If no word characters are adjacent to the position,\n this returns null.\n */\n wordAt(pos) {\n let { text, from, length } = this.doc.lineAt(pos);\n let cat = this.charCategorizer(pos);\n let start = pos - from, end = pos - from;\n while (start > 0) {\n let prev = findClusterBreak(text, start, false);\n if (cat(text.slice(prev, start)) != CharCategory.Word)\n break;\n start = prev;\n }\n while (end < length) {\n let next = findClusterBreak(text, end);\n if (cat(text.slice(end, next)) != CharCategory.Word)\n break;\n end = next;\n }\n return start == end ? null : EditorSelection.range(start + from, end + from);\n }\n}\n/**\nA facet that, when enabled, causes the editor to allow multiple\nranges to be selected. Be careful though, because by default the\neditor relies on the native DOM selection, which cannot handle\nmultiple selections. An extension like\n[`drawSelection`](https://codemirror.net/6/docs/ref/#view.drawSelection) can be used to make\nsecondary selections visible to the user.\n*/\nEditorState.allowMultipleSelections = allowMultipleSelections;\n/**\nConfigures the tab size to use in this state. The first\n(highest-precedence) value of the facet is used. If no value is\ngiven, this defaults to 4.\n*/\nEditorState.tabSize = /*@__PURE__*/Facet.define({\n combine: values => values.length ? values[0] : 4\n});\n/**\nThe line separator to use. By default, any of `\"\\n\"`, `\"\\r\\n\"`\nand `\"\\r\"` is treated as a separator when splitting lines, and\nlines are joined with `\"\\n\"`.\n\nWhen you configure a value here, only that precise separator\nwill be used, allowing you to round-trip documents through the\neditor without normalizing line separators.\n*/\nEditorState.lineSeparator = lineSeparator;\n/**\nThis facet controls the value of the\n[`readOnly`](https://codemirror.net/6/docs/ref/#state.EditorState.readOnly) getter, which is\nconsulted by commands and extensions that implement editing\nfunctionality to determine whether they should apply. It\ndefaults to false, but when its highest-precedence value is\n`true`, such functionality disables itself.\n\nNot to be confused with\n[`EditorView.editable`](https://codemirror.net/6/docs/ref/#view.EditorView^editable), which\ncontrols whether the editor's DOM is set to be editable (and\nthus focusable).\n*/\nEditorState.readOnly = readOnly;\n/**\nRegisters translation phrases. The\n[`phrase`](https://codemirror.net/6/docs/ref/#state.EditorState.phrase) method will look through\nall objects registered with this facet to find translations for\nits argument.\n*/\nEditorState.phrases = /*@__PURE__*/Facet.define({\n compare(a, b) {\n let kA = Object.keys(a), kB = Object.keys(b);\n return kA.length == kB.length && kA.every(k => a[k] == b[k]);\n }\n});\n/**\nA facet used to register [language\ndata](https://codemirror.net/6/docs/ref/#state.EditorState.languageDataAt) providers.\n*/\nEditorState.languageData = languageData;\n/**\nFacet used to register change filters, which are called for each\ntransaction (unless explicitly\n[disabled](https://codemirror.net/6/docs/ref/#state.TransactionSpec.filter)), and can suppress\npart of the transaction's changes.\n\nSuch a function can return `true` to indicate that it doesn't\nwant to do anything, `false` to completely stop the changes in\nthe transaction, or a set of ranges in which changes should be\nsuppressed. Such ranges are represented as an array of numbers,\nwith each pair of two numbers indicating the start and end of a\nrange. So for example `[10, 20, 100, 110]` suppresses changes\nbetween 10 and 20, and between 100 and 110.\n*/\nEditorState.changeFilter = changeFilter;\n/**\nFacet used to register a hook that gets a chance to update or\nreplace transaction specs before they are applied. This will\nonly be applied for transactions that don't have\n[`filter`](https://codemirror.net/6/docs/ref/#state.TransactionSpec.filter) set to `false`. You\ncan either return a single transaction spec (possibly the input\ntransaction), or an array of specs (which will be combined in\nthe same way as the arguments to\n[`EditorState.update`](https://codemirror.net/6/docs/ref/#state.EditorState.update)).\n\nWhen possible, it is recommended to avoid accessing\n[`Transaction.state`](https://codemirror.net/6/docs/ref/#state.Transaction.state) in a filter,\nsince it will force creation of a state that will then be\ndiscarded again, if the transaction is actually filtered.\n\n(This functionality should be used with care. Indiscriminately\nmodifying transaction is likely to break something or degrade\nthe user experience.)\n*/\nEditorState.transactionFilter = transactionFilter;\n/**\nThis is a more limited form of\n[`transactionFilter`](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter),\nwhich can only add\n[annotations](https://codemirror.net/6/docs/ref/#state.TransactionSpec.annotations) and\n[effects](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects). _But_, this type\nof filter runs even if the transaction has disabled regular\n[filtering](https://codemirror.net/6/docs/ref/#state.TransactionSpec.filter), making it suitable\nfor effects that don't need to touch the changes or selection,\nbut do want to process every transaction.\n\nExtenders run _after_ filters, when both are present.\n*/\nEditorState.transactionExtender = transactionExtender;\nCompartment.reconfigure = /*@__PURE__*/StateEffect.define();\n\n/**\nUtility function for combining behaviors to fill in a config\nobject from an array of provided configs. `defaults` should hold\ndefault values for all optional fields in `Config`.\n\nThe function will, by default, error\nwhen a field gets two values that aren't `===`-equal, but you can\nprovide combine functions per field to do something else.\n*/\nfunction combineConfig(configs, defaults, // Should hold only the optional properties of Config, but I haven't managed to express that\ncombine = {}) {\n let result = {};\n for (let config of configs)\n for (let key of Object.keys(config)) {\n let value = config[key], current = result[key];\n if (current === undefined)\n result[key] = value;\n else if (current === value || value === undefined) ; // No conflict\n else if (Object.hasOwnProperty.call(combine, key))\n result[key] = combine[key](current, value);\n else\n throw new Error(\"Config merge conflict for field \" + key);\n }\n for (let key in defaults)\n if (result[key] === undefined)\n result[key] = defaults[key];\n return result;\n}\n\n/**\nEach range is associated with a value, which must inherit from\nthis class.\n*/\nclass RangeValue {\n /**\n Compare this value with another value. Used when comparing\n rangesets. The default implementation compares by identity.\n Unless you are only creating a fixed number of unique instances\n of your value type, it is a good idea to implement this\n properly.\n */\n eq(other) { return this == other; }\n /**\n Create a [range](https://codemirror.net/6/docs/ref/#state.Range) with this value.\n */\n range(from, to = from) { return Range.create(from, to, this); }\n}\nRangeValue.prototype.startSide = RangeValue.prototype.endSide = 0;\nRangeValue.prototype.point = false;\nRangeValue.prototype.mapMode = MapMode.TrackDel;\n/**\nA range associates a value with a range of positions.\n*/\nclass Range {\n constructor(\n /**\n The range's start position.\n */\n from, \n /**\n Its end position.\n */\n to, \n /**\n The value associated with this range.\n */\n value) {\n this.from = from;\n this.to = to;\n this.value = value;\n }\n /**\n @internal\n */\n static create(from, to, value) {\n return new Range(from, to, value);\n }\n}\nfunction cmpRange(a, b) {\n return a.from - b.from || a.value.startSide - b.value.startSide;\n}\nclass Chunk {\n constructor(from, to, value, \n // Chunks are marked with the largest point that occurs\n // in them (or -1 for no points), so that scans that are\n // only interested in points (such as the\n // heightmap-related logic) can skip range-only chunks.\n maxPoint) {\n this.from = from;\n this.to = to;\n this.value = value;\n this.maxPoint = maxPoint;\n }\n get length() { return this.to[this.to.length - 1]; }\n // Find the index of the given position and side. Use the ranges'\n // `from` pos when `end == false`, `to` when `end == true`.\n findIndex(pos, side, end, startAt = 0) {\n let arr = end ? this.to : this.from;\n for (let lo = startAt, hi = arr.length;;) {\n if (lo == hi)\n return lo;\n let mid = (lo + hi) >> 1;\n let diff = arr[mid] - pos || (end ? this.value[mid].endSide : this.value[mid].startSide) - side;\n if (mid == lo)\n return diff >= 0 ? lo : hi;\n if (diff >= 0)\n hi = mid;\n else\n lo = mid + 1;\n }\n }\n between(offset, from, to, f) {\n for (let i = this.findIndex(from, -1000000000 /* Far */, true), e = this.findIndex(to, 1000000000 /* Far */, false, i); i < e; i++)\n if (f(this.from[i] + offset, this.to[i] + offset, this.value[i]) === false)\n return false;\n }\n map(offset, changes) {\n let value = [], from = [], to = [], newPos = -1, maxPoint = -1;\n for (let i = 0; i < this.value.length; i++) {\n let val = this.value[i], curFrom = this.from[i] + offset, curTo = this.to[i] + offset, newFrom, newTo;\n if (curFrom == curTo) {\n let mapped = changes.mapPos(curFrom, val.startSide, val.mapMode);\n if (mapped == null)\n continue;\n newFrom = newTo = mapped;\n if (val.startSide != val.endSide) {\n newTo = changes.mapPos(curFrom, val.endSide);\n if (newTo < newFrom)\n continue;\n }\n }\n else {\n newFrom = changes.mapPos(curFrom, val.startSide);\n newTo = changes.mapPos(curTo, val.endSide);\n if (newFrom > newTo || newFrom == newTo && val.startSide > 0 && val.endSide <= 0)\n continue;\n }\n if ((newTo - newFrom || val.endSide - val.startSide) < 0)\n continue;\n if (newPos < 0)\n newPos = newFrom;\n if (val.point)\n maxPoint = Math.max(maxPoint, newTo - newFrom);\n value.push(val);\n from.push(newFrom - newPos);\n to.push(newTo - newPos);\n }\n return { mapped: value.length ? new Chunk(from, to, value, maxPoint) : null, pos: newPos };\n }\n}\n/**\nA range set stores a collection of [ranges](https://codemirror.net/6/docs/ref/#state.Range) in a\nway that makes them efficient to [map](https://codemirror.net/6/docs/ref/#state.RangeSet.map) and\n[update](https://codemirror.net/6/docs/ref/#state.RangeSet.update). This is an immutable data\nstructure.\n*/\nclass RangeSet {\n constructor(\n /**\n @internal\n */\n chunkPos, \n /**\n @internal\n */\n chunk, \n /**\n @internal\n */\n nextLayer, \n /**\n @internal\n */\n maxPoint) {\n this.chunkPos = chunkPos;\n this.chunk = chunk;\n this.nextLayer = nextLayer;\n this.maxPoint = maxPoint;\n }\n /**\n @internal\n */\n static create(chunkPos, chunk, nextLayer, maxPoint) {\n return new RangeSet(chunkPos, chunk, nextLayer, maxPoint);\n }\n /**\n @internal\n */\n get length() {\n let last = this.chunk.length - 1;\n return last < 0 ? 0 : Math.max(this.chunkEnd(last), this.nextLayer.length);\n }\n /**\n The number of ranges in the set.\n */\n get size() {\n if (this.isEmpty)\n return 0;\n let size = this.nextLayer.size;\n for (let chunk of this.chunk)\n size += chunk.value.length;\n return size;\n }\n /**\n @internal\n */\n chunkEnd(index) {\n return this.chunkPos[index] + this.chunk[index].length;\n }\n /**\n Update the range set, optionally adding new ranges or filtering\n out existing ones.\n \n (Note: The type parameter is just there as a kludge to work\n around TypeScript variance issues that prevented `RangeSet`\n from being a subtype of `RangeSet` when `X` is a subtype of\n `Y`.)\n */\n update(updateSpec) {\n let { add = [], sort = false, filterFrom = 0, filterTo = this.length } = updateSpec;\n let filter = updateSpec.filter;\n if (add.length == 0 && !filter)\n return this;\n if (sort)\n add = add.slice().sort(cmpRange);\n if (this.isEmpty)\n return add.length ? RangeSet.of(add) : this;\n let cur = new LayerCursor(this, null, -1).goto(0), i = 0, spill = [];\n let builder = new RangeSetBuilder();\n while (cur.value || i < add.length) {\n if (i < add.length && (cur.from - add[i].from || cur.startSide - add[i].value.startSide) >= 0) {\n let range = add[i++];\n if (!builder.addInner(range.from, range.to, range.value))\n spill.push(range);\n }\n else if (cur.rangeIndex == 1 && cur.chunkIndex < this.chunk.length &&\n (i == add.length || this.chunkEnd(cur.chunkIndex) < add[i].from) &&\n (!filter || filterFrom > this.chunkEnd(cur.chunkIndex) || filterTo < this.chunkPos[cur.chunkIndex]) &&\n builder.addChunk(this.chunkPos[cur.chunkIndex], this.chunk[cur.chunkIndex])) {\n cur.nextChunk();\n }\n else {\n if (!filter || filterFrom > cur.to || filterTo < cur.from || filter(cur.from, cur.to, cur.value)) {\n if (!builder.addInner(cur.from, cur.to, cur.value))\n spill.push(Range.create(cur.from, cur.to, cur.value));\n }\n cur.next();\n }\n }\n return builder.finishInner(this.nextLayer.isEmpty && !spill.length ? RangeSet.empty\n : this.nextLayer.update({ add: spill, filter, filterFrom, filterTo }));\n }\n /**\n Map this range set through a set of changes, return the new set.\n */\n map(changes) {\n if (changes.empty || this.isEmpty)\n return this;\n let chunks = [], chunkPos = [], maxPoint = -1;\n for (let i = 0; i < this.chunk.length; i++) {\n let start = this.chunkPos[i], chunk = this.chunk[i];\n let touch = changes.touchesRange(start, start + chunk.length);\n if (touch === false) {\n maxPoint = Math.max(maxPoint, chunk.maxPoint);\n chunks.push(chunk);\n chunkPos.push(changes.mapPos(start));\n }\n else if (touch === true) {\n let { mapped, pos } = chunk.map(start, changes);\n if (mapped) {\n maxPoint = Math.max(maxPoint, mapped.maxPoint);\n chunks.push(mapped);\n chunkPos.push(pos);\n }\n }\n }\n let next = this.nextLayer.map(changes);\n return chunks.length == 0 ? next : new RangeSet(chunkPos, chunks, next || RangeSet.empty, maxPoint);\n }\n /**\n Iterate over the ranges that touch the region `from` to `to`,\n calling `f` for each. There is no guarantee that the ranges will\n be reported in any specific order. When the callback returns\n `false`, iteration stops.\n */\n between(from, to, f) {\n if (this.isEmpty)\n return;\n for (let i = 0; i < this.chunk.length; i++) {\n let start = this.chunkPos[i], chunk = this.chunk[i];\n if (to >= start && from <= start + chunk.length &&\n chunk.between(start, from - start, to - start, f) === false)\n return;\n }\n this.nextLayer.between(from, to, f);\n }\n /**\n Iterate over the ranges in this set, in order, including all\n ranges that end at or after `from`.\n */\n iter(from = 0) {\n return HeapCursor.from([this]).goto(from);\n }\n /**\n @internal\n */\n get isEmpty() { return this.nextLayer == this; }\n /**\n Iterate over the ranges in a collection of sets, in order,\n starting from `from`.\n */\n static iter(sets, from = 0) {\n return HeapCursor.from(sets).goto(from);\n }\n /**\n Iterate over two groups of sets, calling methods on `comparator`\n to notify it of possible differences.\n */\n static compare(oldSets, newSets, \n /**\n This indicates how the underlying data changed between these\n ranges, and is needed to synchronize the iteration. `from` and\n `to` are coordinates in the _new_ space, after these changes.\n */\n textDiff, comparator, \n /**\n Can be used to ignore all non-point ranges, and points below\n the given size. When -1, all ranges are compared.\n */\n minPointSize = -1) {\n let a = oldSets.filter(set => set.maxPoint > 0 || !set.isEmpty && set.maxPoint >= minPointSize);\n let b = newSets.filter(set => set.maxPoint > 0 || !set.isEmpty && set.maxPoint >= minPointSize);\n let sharedChunks = findSharedChunks(a, b, textDiff);\n let sideA = new SpanCursor(a, sharedChunks, minPointSize);\n let sideB = new SpanCursor(b, sharedChunks, minPointSize);\n textDiff.iterGaps((fromA, fromB, length) => compare(sideA, fromA, sideB, fromB, length, comparator));\n if (textDiff.empty && textDiff.length == 0)\n compare(sideA, 0, sideB, 0, 0, comparator);\n }\n /**\n Compare the contents of two groups of range sets, returning true\n if they are equivalent in the given range.\n */\n static eq(oldSets, newSets, from = 0, to) {\n if (to == null)\n to = 1000000000 /* Far */;\n let a = oldSets.filter(set => !set.isEmpty && newSets.indexOf(set) < 0);\n let b = newSets.filter(set => !set.isEmpty && oldSets.indexOf(set) < 0);\n if (a.length != b.length)\n return false;\n if (!a.length)\n return true;\n let sharedChunks = findSharedChunks(a, b);\n let sideA = new SpanCursor(a, sharedChunks, 0).goto(from), sideB = new SpanCursor(b, sharedChunks, 0).goto(from);\n for (;;) {\n if (sideA.to != sideB.to ||\n !sameValues(sideA.active, sideB.active) ||\n sideA.point && (!sideB.point || !sideA.point.eq(sideB.point)))\n return false;\n if (sideA.to > to)\n return true;\n sideA.next();\n sideB.next();\n }\n }\n /**\n Iterate over a group of range sets at the same time, notifying\n the iterator about the ranges covering every given piece of\n content. Returns the open count (see\n [`SpanIterator.span`](https://codemirror.net/6/docs/ref/#state.SpanIterator.span)) at the end\n of the iteration.\n */\n static spans(sets, from, to, iterator, \n /**\n When given and greater than -1, only points of at least this\n size are taken into account.\n */\n minPointSize = -1) {\n let cursor = new SpanCursor(sets, null, minPointSize).goto(from), pos = from;\n let open = cursor.openStart;\n for (;;) {\n let curTo = Math.min(cursor.to, to);\n if (cursor.point) {\n iterator.point(pos, curTo, cursor.point, cursor.activeForPoint(cursor.to), open, cursor.pointRank);\n open = cursor.openEnd(curTo) + (cursor.to > curTo ? 1 : 0);\n }\n else if (curTo > pos) {\n iterator.span(pos, curTo, cursor.active, open);\n open = cursor.openEnd(curTo);\n }\n if (cursor.to > to)\n break;\n pos = cursor.to;\n cursor.next();\n }\n return open;\n }\n /**\n Create a range set for the given range or array of ranges. By\n default, this expects the ranges to be _sorted_ (by start\n position and, if two start at the same position,\n `value.startSide`). You can pass `true` as second argument to\n cause the method to sort them.\n */\n static of(ranges, sort = false) {\n let build = new RangeSetBuilder();\n for (let range of ranges instanceof Range ? [ranges] : sort ? lazySort(ranges) : ranges)\n build.add(range.from, range.to, range.value);\n return build.finish();\n }\n}\n/**\nThe empty set of ranges.\n*/\nRangeSet.empty = /*@__PURE__*/new RangeSet([], [], null, -1);\nfunction lazySort(ranges) {\n if (ranges.length > 1)\n for (let prev = ranges[0], i = 1; i < ranges.length; i++) {\n let cur = ranges[i];\n if (cmpRange(prev, cur) > 0)\n return ranges.slice().sort(cmpRange);\n prev = cur;\n }\n return ranges;\n}\nRangeSet.empty.nextLayer = RangeSet.empty;\n/**\nA range set builder is a data structure that helps build up a\n[range set](https://codemirror.net/6/docs/ref/#state.RangeSet) directly, without first allocating\nan array of [`Range`](https://codemirror.net/6/docs/ref/#state.Range) objects.\n*/\nclass RangeSetBuilder {\n /**\n Create an empty builder.\n */\n constructor() {\n this.chunks = [];\n this.chunkPos = [];\n this.chunkStart = -1;\n this.last = null;\n this.lastFrom = -1000000000 /* Far */;\n this.lastTo = -1000000000 /* Far */;\n this.from = [];\n this.to = [];\n this.value = [];\n this.maxPoint = -1;\n this.setMaxPoint = -1;\n this.nextLayer = null;\n }\n finishChunk(newArrays) {\n this.chunks.push(new Chunk(this.from, this.to, this.value, this.maxPoint));\n this.chunkPos.push(this.chunkStart);\n this.chunkStart = -1;\n this.setMaxPoint = Math.max(this.setMaxPoint, this.maxPoint);\n this.maxPoint = -1;\n if (newArrays) {\n this.from = [];\n this.to = [];\n this.value = [];\n }\n }\n /**\n Add a range. Ranges should be added in sorted (by `from` and\n `value.startSide`) order.\n */\n add(from, to, value) {\n if (!this.addInner(from, to, value))\n (this.nextLayer || (this.nextLayer = new RangeSetBuilder)).add(from, to, value);\n }\n /**\n @internal\n */\n addInner(from, to, value) {\n let diff = from - this.lastTo || value.startSide - this.last.endSide;\n if (diff <= 0 && (from - this.lastFrom || value.startSide - this.last.startSide) < 0)\n throw new Error(\"Ranges must be added sorted by `from` position and `startSide`\");\n if (diff < 0)\n return false;\n if (this.from.length == 250 /* ChunkSize */)\n this.finishChunk(true);\n if (this.chunkStart < 0)\n this.chunkStart = from;\n this.from.push(from - this.chunkStart);\n this.to.push(to - this.chunkStart);\n this.last = value;\n this.lastFrom = from;\n this.lastTo = to;\n this.value.push(value);\n if (value.point)\n this.maxPoint = Math.max(this.maxPoint, to - from);\n return true;\n }\n /**\n @internal\n */\n addChunk(from, chunk) {\n if ((from - this.lastTo || chunk.value[0].startSide - this.last.endSide) < 0)\n return false;\n if (this.from.length)\n this.finishChunk(true);\n this.setMaxPoint = Math.max(this.setMaxPoint, chunk.maxPoint);\n this.chunks.push(chunk);\n this.chunkPos.push(from);\n let last = chunk.value.length - 1;\n this.last = chunk.value[last];\n this.lastFrom = chunk.from[last] + from;\n this.lastTo = chunk.to[last] + from;\n return true;\n }\n /**\n Finish the range set. Returns the new set. The builder can't be\n used anymore after this has been called.\n */\n finish() { return this.finishInner(RangeSet.empty); }\n /**\n @internal\n */\n finishInner(next) {\n if (this.from.length)\n this.finishChunk(false);\n if (this.chunks.length == 0)\n return next;\n let result = RangeSet.create(this.chunkPos, this.chunks, this.nextLayer ? this.nextLayer.finishInner(next) : next, this.setMaxPoint);\n this.from = null; // Make sure further `add` calls produce errors\n return result;\n }\n}\nfunction findSharedChunks(a, b, textDiff) {\n let inA = new Map();\n for (let set of a)\n for (let i = 0; i < set.chunk.length; i++)\n if (set.chunk[i].maxPoint <= 0)\n inA.set(set.chunk[i], set.chunkPos[i]);\n let shared = new Set();\n for (let set of b)\n for (let i = 0; i < set.chunk.length; i++) {\n let known = inA.get(set.chunk[i]);\n if (known != null && (textDiff ? textDiff.mapPos(known) : known) == set.chunkPos[i] &&\n !(textDiff === null || textDiff === void 0 ? void 0 : textDiff.touchesRange(known, known + set.chunk[i].length)))\n shared.add(set.chunk[i]);\n }\n return shared;\n}\nclass LayerCursor {\n constructor(layer, skip, minPoint, rank = 0) {\n this.layer = layer;\n this.skip = skip;\n this.minPoint = minPoint;\n this.rank = rank;\n }\n get startSide() { return this.value ? this.value.startSide : 0; }\n get endSide() { return this.value ? this.value.endSide : 0; }\n goto(pos, side = -1000000000 /* Far */) {\n this.chunkIndex = this.rangeIndex = 0;\n this.gotoInner(pos, side, false);\n return this;\n }\n gotoInner(pos, side, forward) {\n while (this.chunkIndex < this.layer.chunk.length) {\n let next = this.layer.chunk[this.chunkIndex];\n if (!(this.skip && this.skip.has(next) ||\n this.layer.chunkEnd(this.chunkIndex) < pos ||\n next.maxPoint < this.minPoint))\n break;\n this.chunkIndex++;\n forward = false;\n }\n if (this.chunkIndex < this.layer.chunk.length) {\n let rangeIndex = this.layer.chunk[this.chunkIndex].findIndex(pos - this.layer.chunkPos[this.chunkIndex], side, true);\n if (!forward || this.rangeIndex < rangeIndex)\n this.setRangeIndex(rangeIndex);\n }\n this.next();\n }\n forward(pos, side) {\n if ((this.to - pos || this.endSide - side) < 0)\n this.gotoInner(pos, side, true);\n }\n next() {\n for (;;) {\n if (this.chunkIndex == this.layer.chunk.length) {\n this.from = this.to = 1000000000 /* Far */;\n this.value = null;\n break;\n }\n else {\n let chunkPos = this.layer.chunkPos[this.chunkIndex], chunk = this.layer.chunk[this.chunkIndex];\n let from = chunkPos + chunk.from[this.rangeIndex];\n this.from = from;\n this.to = chunkPos + chunk.to[this.rangeIndex];\n this.value = chunk.value[this.rangeIndex];\n this.setRangeIndex(this.rangeIndex + 1);\n if (this.minPoint < 0 || this.value.point && this.to - this.from >= this.minPoint)\n break;\n }\n }\n }\n setRangeIndex(index) {\n if (index == this.layer.chunk[this.chunkIndex].value.length) {\n this.chunkIndex++;\n if (this.skip) {\n while (this.chunkIndex < this.layer.chunk.length && this.skip.has(this.layer.chunk[this.chunkIndex]))\n this.chunkIndex++;\n }\n this.rangeIndex = 0;\n }\n else {\n this.rangeIndex = index;\n }\n }\n nextChunk() {\n this.chunkIndex++;\n this.rangeIndex = 0;\n this.next();\n }\n compare(other) {\n return this.from - other.from || this.startSide - other.startSide || this.rank - other.rank ||\n this.to - other.to || this.endSide - other.endSide;\n }\n}\nclass HeapCursor {\n constructor(heap) {\n this.heap = heap;\n }\n static from(sets, skip = null, minPoint = -1) {\n let heap = [];\n for (let i = 0; i < sets.length; i++) {\n for (let cur = sets[i]; !cur.isEmpty; cur = cur.nextLayer) {\n if (cur.maxPoint >= minPoint)\n heap.push(new LayerCursor(cur, skip, minPoint, i));\n }\n }\n return heap.length == 1 ? heap[0] : new HeapCursor(heap);\n }\n get startSide() { return this.value ? this.value.startSide : 0; }\n goto(pos, side = -1000000000 /* Far */) {\n for (let cur of this.heap)\n cur.goto(pos, side);\n for (let i = this.heap.length >> 1; i >= 0; i--)\n heapBubble(this.heap, i);\n this.next();\n return this;\n }\n forward(pos, side) {\n for (let cur of this.heap)\n cur.forward(pos, side);\n for (let i = this.heap.length >> 1; i >= 0; i--)\n heapBubble(this.heap, i);\n if ((this.to - pos || this.value.endSide - side) < 0)\n this.next();\n }\n next() {\n if (this.heap.length == 0) {\n this.from = this.to = 1000000000 /* Far */;\n this.value = null;\n this.rank = -1;\n }\n else {\n let top = this.heap[0];\n this.from = top.from;\n this.to = top.to;\n this.value = top.value;\n this.rank = top.rank;\n if (top.value)\n top.next();\n heapBubble(this.heap, 0);\n }\n }\n}\nfunction heapBubble(heap, index) {\n for (let cur = heap[index];;) {\n let childIndex = (index << 1) + 1;\n if (childIndex >= heap.length)\n break;\n let child = heap[childIndex];\n if (childIndex + 1 < heap.length && child.compare(heap[childIndex + 1]) >= 0) {\n child = heap[childIndex + 1];\n childIndex++;\n }\n if (cur.compare(child) < 0)\n break;\n heap[childIndex] = cur;\n heap[index] = child;\n index = childIndex;\n }\n}\nclass SpanCursor {\n constructor(sets, skip, minPoint) {\n this.minPoint = minPoint;\n this.active = [];\n this.activeTo = [];\n this.activeRank = [];\n this.minActive = -1;\n // A currently active point range, if any\n this.point = null;\n this.pointFrom = 0;\n this.pointRank = 0;\n this.to = -1000000000 /* Far */;\n this.endSide = 0;\n this.openStart = -1;\n this.cursor = HeapCursor.from(sets, skip, minPoint);\n }\n goto(pos, side = -1000000000 /* Far */) {\n this.cursor.goto(pos, side);\n this.active.length = this.activeTo.length = this.activeRank.length = 0;\n this.minActive = -1;\n this.to = pos;\n this.endSide = side;\n this.openStart = -1;\n this.next();\n return this;\n }\n forward(pos, side) {\n while (this.minActive > -1 && (this.activeTo[this.minActive] - pos || this.active[this.minActive].endSide - side) < 0)\n this.removeActive(this.minActive);\n this.cursor.forward(pos, side);\n }\n removeActive(index) {\n remove(this.active, index);\n remove(this.activeTo, index);\n remove(this.activeRank, index);\n this.minActive = findMinIndex(this.active, this.activeTo);\n }\n addActive(trackOpen) {\n let i = 0, { value, to, rank } = this.cursor;\n while (i < this.activeRank.length && this.activeRank[i] <= rank)\n i++;\n insert(this.active, i, value);\n insert(this.activeTo, i, to);\n insert(this.activeRank, i, rank);\n if (trackOpen)\n insert(trackOpen, i, this.cursor.from);\n this.minActive = findMinIndex(this.active, this.activeTo);\n }\n // After calling this, if `this.point` != null, the next range is a\n // point. Otherwise, it's a regular range, covered by `this.active`.\n next() {\n let from = this.to, wasPoint = this.point;\n this.point = null;\n let trackOpen = this.openStart < 0 ? [] : null, trackExtra = 0;\n for (;;) {\n let a = this.minActive;\n if (a > -1 && (this.activeTo[a] - this.cursor.from || this.active[a].endSide - this.cursor.startSide) < 0) {\n if (this.activeTo[a] > from) {\n this.to = this.activeTo[a];\n this.endSide = this.active[a].endSide;\n break;\n }\n this.removeActive(a);\n if (trackOpen)\n remove(trackOpen, a);\n }\n else if (!this.cursor.value) {\n this.to = this.endSide = 1000000000 /* Far */;\n break;\n }\n else if (this.cursor.from > from) {\n this.to = this.cursor.from;\n this.endSide = this.cursor.startSide;\n break;\n }\n else {\n let nextVal = this.cursor.value;\n if (!nextVal.point) { // Opening a range\n this.addActive(trackOpen);\n this.cursor.next();\n }\n else if (wasPoint && this.cursor.to == this.to && this.cursor.from < this.cursor.to) {\n // Ignore any non-empty points that end precisely at the end of the prev point\n this.cursor.next();\n }\n else { // New point\n this.point = nextVal;\n this.pointFrom = this.cursor.from;\n this.pointRank = this.cursor.rank;\n this.to = this.cursor.to;\n this.endSide = nextVal.endSide;\n if (this.cursor.from < from)\n trackExtra = 1;\n this.cursor.next();\n this.forward(this.to, this.endSide);\n break;\n }\n }\n }\n if (trackOpen) {\n let openStart = 0;\n while (openStart < trackOpen.length && trackOpen[openStart] < from)\n openStart++;\n this.openStart = openStart + trackExtra;\n }\n }\n activeForPoint(to) {\n if (!this.active.length)\n return this.active;\n let active = [];\n for (let i = this.active.length - 1; i >= 0; i--) {\n if (this.activeRank[i] < this.pointRank)\n break;\n if (this.activeTo[i] > to || this.activeTo[i] == to && this.active[i].endSide >= this.point.endSide)\n active.push(this.active[i]);\n }\n return active.reverse();\n }\n openEnd(to) {\n let open = 0;\n for (let i = this.activeTo.length - 1; i >= 0 && this.activeTo[i] > to; i--)\n open++;\n return open;\n }\n}\nfunction compare(a, startA, b, startB, length, comparator) {\n a.goto(startA);\n b.goto(startB);\n let endB = startB + length;\n let pos = startB, dPos = startB - startA;\n for (;;) {\n let diff = (a.to + dPos) - b.to || a.endSide - b.endSide;\n let end = diff < 0 ? a.to + dPos : b.to, clipEnd = Math.min(end, endB);\n if (a.point || b.point) {\n if (!(a.point && b.point && (a.point == b.point || a.point.eq(b.point)) &&\n sameValues(a.activeForPoint(a.to + dPos), b.activeForPoint(b.to))))\n comparator.comparePoint(pos, clipEnd, a.point, b.point);\n }\n else {\n if (clipEnd > pos && !sameValues(a.active, b.active))\n comparator.compareRange(pos, clipEnd, a.active, b.active);\n }\n if (end > endB)\n break;\n pos = end;\n if (diff <= 0)\n a.next();\n if (diff >= 0)\n b.next();\n }\n}\nfunction sameValues(a, b) {\n if (a.length != b.length)\n return false;\n for (let i = 0; i < a.length; i++)\n if (a[i] != b[i] && !a[i].eq(b[i]))\n return false;\n return true;\n}\nfunction remove(array, index) {\n for (let i = index, e = array.length - 1; i < e; i++)\n array[i] = array[i + 1];\n array.pop();\n}\nfunction insert(array, index, value) {\n for (let i = array.length - 1; i >= index; i--)\n array[i + 1] = array[i];\n array[index] = value;\n}\nfunction findMinIndex(value, array) {\n let found = -1, foundPos = 1000000000 /* Far */;\n for (let i = 0; i < array.length; i++)\n if ((array[i] - foundPos || value[i].endSide - value[found].endSide) < 0) {\n found = i;\n foundPos = array[i];\n }\n return found;\n}\n\n/**\nCount the column position at the given offset into the string,\ntaking extending characters and tab size into account.\n*/\nfunction countColumn(string, tabSize, to = string.length) {\n let n = 0;\n for (let i = 0; i < to;) {\n if (string.charCodeAt(i) == 9) {\n n += tabSize - (n % tabSize);\n i++;\n }\n else {\n n++;\n i = findClusterBreak(string, i);\n }\n }\n return n;\n}\n/**\nFind the offset that corresponds to the given column position in a\nstring, taking extending characters and tab size into account. By\ndefault, the string length is returned when it is too short to\nreach the column. Pass `strict` true to make it return -1 in that\nsituation.\n*/\nfunction findColumn(string, col, tabSize, strict) {\n for (let i = 0, n = 0;;) {\n if (n >= col)\n return i;\n if (i == string.length)\n break;\n n += string.charCodeAt(i) == 9 ? tabSize - (n % tabSize) : 1;\n i = findClusterBreak(string, i);\n }\n return strict === true ? -1 : string.length;\n}\n\nexport { Annotation, AnnotationType, ChangeDesc, ChangeSet, CharCategory, Compartment, EditorSelection, EditorState, Facet, Line, MapMode, Prec, Range, RangeSet, RangeSetBuilder, RangeValue, SelectionRange, StateEffect, StateEffectType, StateField, Text, Transaction, codePointAt, codePointSize, combineConfig, countColumn, findClusterBreak, findColumn, fromCodePoint };\n","const C = \"\\u037c\"\nconst COUNT = typeof Symbol == \"undefined\" ? \"__\" + C : Symbol.for(C)\nconst SET = typeof Symbol == \"undefined\" ? \"__styleSet\" + Math.floor(Math.random() * 1e8) : Symbol(\"styleSet\")\nconst top = typeof globalThis != \"undefined\" ? globalThis : typeof window != \"undefined\" ? window : {}\n\n// :: - Style modules encapsulate a set of CSS rules defined from\n// JavaScript. Their definitions are only available in a given DOM\n// root after it has been _mounted_ there with `StyleModule.mount`.\n//\n// Style modules should be created once and stored somewhere, as\n// opposed to re-creating them every time you need them. The amount of\n// CSS rules generated for a given DOM root is bounded by the amount\n// of style modules that were used. So to avoid leaking rules, don't\n// create these dynamically, but treat them as one-time allocations.\nexport class StyleModule {\n // :: (Object